html,body{font-family:Kanit,sans-serif;background-color:#f1f5f9}.dp__input_wrap{position:relative;width:100%;box-sizing:unset}.dp__input_wrap:focus{border-color:var(--dp-border-color-hover);outline:none}.dp__input{background-color:var(--dp-background-color);border-radius:4px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;border:1px solid var(--dp-border-color);outline:none;transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%;font-size:1rem;line-height:1.5rem;padding:6px 12px;color:var(--dp-text-color);box-sizing:border-box}.dp__input::-moz-placeholder{opacity:.7}.dp__input::placeholder{opacity:.7}.dp__input:hover{border-color:var(--dp-border-color-hover)}.dp__input_reg{caret-color:#0000}.dp__input_focus{border-color:var(--dp-border-color-hover)}.dp__disabled{background:var(--dp-disabled-color)}.dp__disabled::-moz-placeholder{color:var(--dp-disabled-color-text)}.dp__disabled::placeholder{color:var(--dp-disabled-color-text)}.dp__input_icons{display:inline-block;width:1rem;height:1rem;stroke-width:0;font-size:1rem;line-height:1.5rem;padding:6px 12px;color:var(--dp-icon-color);box-sizing:content-box}.dp__input_icon{cursor:pointer;position:absolute;top:50%;left:0;transform:translateY(-50%);color:var(--dp-icon-color)}.dp__clear_icon{position:absolute;top:50%;right:0;transform:translateY(-50%);cursor:pointer;color:var(--dp-icon-color)}.dp__input_icon_pad{padding-left:35px}.dp__input_valid{box-shadow:0 0 4px var(--dp-success-color);border-color:var(--dp-success-color)}.dp__input_valid:hover{border-color:var(--dp-success-color)}.dp__input_invalid{box-shadow:0 0 4px var(--dp-danger-color);border-color:var(--dp-danger-color)}.dp__input_invalid:hover{border-color:var(--dp-danger-color)}.dp__menu{position:absolute;background:var(--dp-background-color);border-radius:4px;min-width:260px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid var(--dp-menu-border-color);box-sizing:border-box}.dp__menu:after{box-sizing:border-box}.dp__menu:before{box-sizing:border-box}.dp__menu:focus{border:1px solid var(--dp-menu-border-color);outline:none}.dp__menu_index{z-index:99999}.dp__menu_readonly,.dp__menu_disabled{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.dp__menu_disabled{background:rgba(255,255,255,.5);cursor:not-allowed}.dp__menu_readonly{background:rgba(0,0,0,0);cursor:default}.dp__arrow_top{left:50%;top:-1px;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-left:1px solid var(--dp-menu-border-color);border-top:1px solid var(--dp-menu-border-color);transform:translate(-50%,-50%) rotate(45deg)}.dp__arrow_bottom{left:50%;bottom:-1px;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-right:1px solid var(--dp-menu-border-color);border-bottom:1px solid var(--dp-menu-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__now_wrap{text-align:center;padding:2px 0}.dp__now_button{border:1px solid var(--dp-primary-color);color:var(--dp-primary-color);padding:0 4px;font-weight:700;border-radius:4px;font-size:1rem;cursor:pointer;background:rgba(0,0,0,0)}.dp__preset_ranges,.dp__sidebar_left{padding:5px;border-right:1px solid var(--dp-border-color)}.dp__sidebar_right{padding:5px;border-left:1px solid var(--dp-border-color)}.dp__preset_range{padding:5px}.dp__preset_range:hover{background-color:var(--dp-hover-color);cursor:pointer}.dp__menu_content_wrapper{display:flex}.dp__calendar_wrap{display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;flex:0}.dp__calendar_header{position:relative;display:flex;justify-content:center;align-items:center;color:var(--dp-text-color);white-space:nowrap;font-weight:700}.dp__calendar_header_item{text-align:center;flex-grow:1;height:35px;padding:5px;width:35px;box-sizing:border-box}.dp__calendar_row{display:flex;justify-content:center;align-items:center;margin:5px 0}.dp__calendar_item{text-align:center;flex-grow:1;box-sizing:border-box;color:var(--dp-text-color)}.dp__calendar{position:relative}.dp__calendar_header_cell{border-bottom:thin solid var(--dp-border-color);padding:.5rem}.dp__cell_inner{display:flex;align-items:center;text-align:center;justify-content:center;border-radius:4px;height:35px;padding:5px;width:35px;border:1px solid rgba(0,0,0,0);box-sizing:border-box;position:relative}.dp__cell_auto_range_start,.dp__date_hover_start:hover,.dp__range_start{border-bottom-right-radius:0;border-top-right-radius:0}.dp__cell_auto_range_end,.dp__date_hover_end:hover,.dp__range_end{border-bottom-left-radius:0;border-top-left-radius:0}.dp__range_end,.dp__range_start,.dp__active_date{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__cell_auto_range_end,.dp__cell_auto_range_start{border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__date_hover_end:hover,.dp__date_hover_start:hover,.dp__date_hover:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__cell_offset{color:var(--dp-secondary-color)}.dp__cell_disabled{color:var(--dp-secondary-color);cursor:not-allowed}.dp__range_between{background:var(--dp-hover-color);border-radius:0;border-top:1px solid var(--dp-hover-color);border-bottom:1px solid var(--dp-hover-color)}.dp__range_between_week{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border-radius:0;border-top:1px solid var(--dp-primary-color);border-bottom:1px solid var(--dp-primary-color)}.dp__today{border:1px solid var(--dp-primary-color)}.dp__week_num{color:var(--dp-secondary-color);text-align:center}.dp__cell_auto_range{border-radius:0;border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_start{border-left:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_end{border-right:1px dashed var(--dp-primary-color)}.dp__calendar_header_separator{width:100%;height:1px;background:var(--dp-border-color)}.dp__calendar_next{margin-left:10px}.dp__marker_line,.dp__marker_dot{height:5px;background-color:var(--dp-marker-color);position:absolute;bottom:0}.dp__marker_dot{width:5px;border-radius:50%;left:50%;transform:translate(-50%)}.dp__marker_line{width:100%;left:0}.dp__marker_tooltip{position:absolute;border-radius:4px;background-color:var(--dp-tooltip-color);padding:5px;border:1px solid var(--dp-border-color);z-index:99999;box-sizing:border-box;cursor:default}.dp__tooltip_content{white-space:nowrap}.dp__tooltip_text{display:flex;align-items:center;flex-flow:row nowrap;color:var(--dp-text-color)}.dp__tooltip_mark{height:5px;width:5px;border-radius:50%;background-color:var(--dp-text-color);color:var(--dp-text-color);margin-right:5px}.dp__arrow_bottom_tp{left:50%;bottom:0;height:8px;width:8px;background-color:var(--dp-tooltip-color);position:absolute;border-right:1px solid var(--dp-border-color);border-bottom:1px solid var(--dp-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__instance_calendar{position:relative}@media only screen and (max-width: 600px){.dp__flex_display{flex-direction:column}}.dp__cell_highlight{background-color:var(--dp-highlight-color)}.dp__month_year_row{display:flex;align-items:center;height:35px;color:var(--dp-text-color);box-sizing:border-box}.dp__inner_nav{display:flex;align-items:center;justify-content:center;cursor:pointer;height:25px;width:25px;color:var(--dp-icon-color);text-align:center;border-radius:50%}.dp__inner_nav svg{height:20px;width:20px}.dp__inner_nav:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__inner_nav_disabled:hover,.dp__inner_nav_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__month_year_select{width:50%;text-align:center;cursor:pointer;height:35px;display:flex;align-items:center;justify-content:center;border-radius:4px;box-sizing:border-box}.dp__month_year_select:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__month_year_wrap{display:flex;width:100%}.dp__overlay{position:absolute;overflow-y:auto;width:100%;height:100%;background:var(--dp-background-color);top:0;left:0;transition:opacity 1s ease-out;z-index:99999;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--dp-text-color);box-sizing:border-box}.dp__overlay::-webkit-scrollbar-track{box-shadow:var(--dp-scroll-bar-background);background-color:var(--dp-scroll-bar-background)}.dp__overlay::-webkit-scrollbar{width:5px;background-color:var(--dp-scroll-bar-background)}.dp__overlay::-webkit-scrollbar-thumb{background-color:var(--dp-scroll-bar-color);border-radius:10px}.dp__overlay:focus{border:none;outline:none}.dp__container_flex{display:flex}.dp__container_block{display:block}.dp__overlay_container{height:100%;flex-direction:column}.dp__overlay_row{padding:0;box-sizing:border-box;display:flex;margin-left:auto;margin-right:auto;flex-wrap:wrap;max-width:100%;width:100%;align-items:center}.dp__overlay_container>.dp__overlay_row{flex:1}.dp__overlay_col{box-sizing:border-box;width:33%;padding:3px;white-space:nowrap}.dp__overlay_cell_pad{padding:10px 0}.dp__overlay_cell_active{cursor:pointer;border-radius:4px;text-align:center;background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__overlay_cell{cursor:pointer;border-radius:4px;text-align:center}.dp__overlay_cell:hover,.dp__cell_in_between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__overlay_action{position:sticky;bottom:0;background:#fff}.dp__over_action_scroll{right:5px;box-sizing:border-box}.dp__overlay_cell_disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp__overlay_cell_disabled:hover{background:var(--dp-disabled-color)}.dp__overlay_cell_active_disabled{cursor:not-allowed;background:var(--dp-primary-disabled-color)}.dp__overlay_cell_active_disabled:hover{background:var(--dp-primary-disabled-color)}.dp__month_picker_header{display:flex;width:100%;align-items:center;justify-content:space-between;height:35px}.dp__time_input{width:100%;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--dp-text-color)}.dp__time_col_reg{padding:0 20px}.dp__time_col_reg_with_button{padding:0 15px}.dp__time_col_sec{padding:0 10px}.dp__time_col_sec_with_button{padding:0 5px}.dp__time_col{font-size:2rem;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.dp__time_display{cursor:pointer;color:var(--dp-text-color);border-radius:4px;display:flex;align-items:center;justify-content:center;padding:0 3px}.dp__time_display:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__inc_dec_button{padding:5px;margin:0;height:32px;width:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;color:var(--dp-icon-color);box-sizing:border-box}.dp__inc_dec_button svg{height:32px;width:32px}.dp__inc_dec_button:hover{background:var(--dp-hover-color);color:var(--dp-primary-color)}.dp__pm_am_button{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border:none;padding:10px;border-radius:4px;cursor:pointer}.dp__action_row{display:flex;align-items:center;width:100%;padding:10px;box-sizing:border-box;color:var(--dp-text-color);background:var(--dp-background-color)}.dp__action_row svg{height:20px;width:auto}.dp__selection_preview{width:50%;color:var(--dp-text-color);font-size:.8rem}.dp__action_buttons{width:50%;text-align:right}.dp__action{font-weight:700;cursor:pointer;padding:2px 5px;border-radius:4px;display:inline-flex;align-items:center}.dp__select{color:var(--dp-success-color)}.dp__action_disabled{color:var(--dp-success-color-disabled);cursor:not-allowed}.dp__cancel{color:var(--dp-secondary-color)}.dp__theme_dark{--dp-background-color: #212121;--dp-text-color: #fff;--dp-hover-color: #484848;--dp-hover-text-color: #fff;--dp-hover-icon-color: #959595;--dp-primary-color: #005cb2;--dp-primary-disabled-color: #61a8ea;--dp-primary-text-color: #fff;--dp-secondary-color: #a9a9a9;--dp-border-color: #2d2d2d;--dp-menu-border-color: #2d2d2d;--dp-border-color-hover: #aaaeb7;--dp-disabled-color: #737373;--dp-disabled-color-text: #d0d0d0;--dp-scroll-bar-background: #212121;--dp-scroll-bar-color: #484848;--dp-success-color: #00701a;--dp-success-color-disabled: #428f59;--dp-icon-color: #959595;--dp-danger-color: #e53935;--dp-marker-color: #e53935;--dp-tooltip-color: #3e3e3e;--dp-highlight-color: rgb(0 92 178 / 20%)}.dp__theme_light{--dp-background-color: #fff;--dp-text-color: #212121;--dp-hover-color: #f3f3f3;--dp-hover-text-color: #212121;--dp-hover-icon-color: #959595;--dp-primary-color: #1976d2;--dp-primary-disabled-color: #6bacea;--dp-primary-text-color: #f8f5f5;--dp-secondary-color: #c0c4cc;--dp-border-color: #ddd;--dp-menu-border-color: #ddd;--dp-border-color-hover: #aaaeb7;--dp-disabled-color: #f6f6f6;--dp-scroll-bar-background: #f3f3f3;--dp-scroll-bar-color: #959595;--dp-success-color: #76d275;--dp-success-color-disabled: #a3d9b1;--dp-icon-color: #959595;--dp-danger-color: #ff6f60;--dp-marker-color: #ff6f60;--dp-tooltip-color: #fafafa;--dp-disabled-color-text: #8e8e8e;--dp-highlight-color: rgb(25 118 210 / 10%)}.dp__main{font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box}.dp__pointer{cursor:pointer}.dp__icon{stroke:currentcolor;fill:currentcolor}.dp__button{width:100%;text-align:center;color:var(--dp-icon-color);background:var(--dp-background-color);cursor:pointer;display:flex;align-items:center;align-content:center;justify-content:center;padding:10px;box-sizing:border-box;height:35px}.dp__button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__button svg{height:20px;width:auto}.dp__button_bottom{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.dp__flex_display{display:flex}.dp__flex_display_with_input{flex-direction:column;align-items:start}.dp__relative{position:relative}.calendar-next-enter-active,.calendar-next-leave-active,.calendar-prev-enter-active,.calendar-prev-leave-active{transition:all .1s ease-out}.calendar-next-enter-from{opacity:0;transform:translate(22px)}.calendar-next-leave-to,.calendar-prev-enter-from{opacity:0;transform:translate(-22px)}.calendar-prev-leave-to{opacity:0;transform:translate(22px)}.dp-menu-appear-enter-active,.dp-menu-appear-leave-active,.dp-slide-up-enter-active,.dp-slide-up-leave-active,.dp-slide-down-enter-active,.dp-slide-down-leave-active{transition:all .1s ease-out}.dp-slide-down-leave-to,.dp-slide-up-enter-from{opacity:0;transform:translateY(22px)}.dp-slide-down-enter-from,.dp-slide-up-leave-to{opacity:0;transform:translateY(-22px)}.dp-menu-appear-enter-from{opacity:0}.dp-menu-appear-enter-active,.dp-menu-appear-leave-active{transition:opacity .1s ease}.dp-menu-appear-leave-to{opacity:1}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-top-left-radius:5px}::-webkit-scrollbar-corner{background:rgba(255,255,255,.1);border-bottom-right-radius:5px}::-webkit-scrollbar-thumb{background:rgba(128,128,128,.3);border-radius:16px}::-webkit-scrollbar-thumb:hover{background:rgba(128,128,128,.8)}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-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-feature-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}[type=text],[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple]{background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}.btn{display:inline-flex;cursor:pointer;align-items:center;border-radius:.25rem;border-width:1px;border-color:transparent;--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity));padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn:hover{--tw-bg-opacity: 1;background-color:rgb(230 231 232 / var(--tw-bg-opacity))}.btn:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(202 204 208 / var(--tw-ring-opacity));--tw-ring-offset-width: 2px}.btn:disabled{cursor:not-allowed;--tw-bg-opacity: 1;background-color:rgb(230 231 232 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(170 174 180 / var(--tw-text-opacity));opacity:.5;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.btn:hover:disabled{--tw-bg-opacity: 1;background-color:rgb(230 231 232 / var(--tw-bg-opacity))}.badge{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;white-space:pre-wrap;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity));padding:.125rem .625rem;font-weight:300;--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.btn-primary{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.btn-primary:hover{--tw-bg-opacity: 1;background-color:rgb(149 124 223 / var(--tw-bg-opacity))}.btn-primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(187 168 251 / var(--tw-ring-opacity))}.btn-primary-dark{--tw-bg-opacity: 1;background-color:rgb(104 104 172 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.btn-primary-dark:hover{--tw-bg-opacity: 1;background-color:rgb(93 93 153 / var(--tw-bg-opacity))}.btn-primary-dark:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 147 191 / var(--tw-ring-opacity))}.btn-primary-outline{border-width:1px;--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.btn-primary-outline:hover{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity))}.btn-primary-outline:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity))}.btn-accent{--tw-bg-opacity: 1;background-color:rgb(247 245 254 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.btn-accent:hover{--tw-bg-opacity: 1;background-color:rgb(239 236 254 / var(--tw-bg-opacity))}.btn-accent:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(187 168 251 / var(--tw-ring-opacity))}.btn-gray{--tw-bg-opacity: 1;background-color:rgb(230 231 232 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.btn-gray:hover{--tw-bg-opacity: 1;background-color:rgb(202 204 208 / var(--tw-bg-opacity))}.btn-gray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(130 137 147 / var(--tw-ring-opacity))}.btn-dark{--tw-bg-opacity: 1;background-color:rgb(44 53 66 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.btn-dark:hover{--tw-bg-opacity: 1;background-color:rgb(31 38 46 / var(--tw-bg-opacity))}.btn-dark:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(54 65 81 / var(--tw-ring-opacity))}.btn-error{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.btn-error:hover{--tw-bg-opacity: 1;background-color:rgb(248 228 228 / var(--tw-bg-opacity))}.btn-error:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(227 118 118 / var(--tw-ring-opacity))}.btn-error-outline{border-width:1px;--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.btn-error-outline:hover{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity))}.btn-error-outline:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(227 118 118 / var(--tw-ring-opacity))}.btn-info{--tw-bg-opacity: 1;background-color:rgb(242 243 253 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.btn-info:hover{--tw-bg-opacity: 1;background-color:rgb(228 232 251 / var(--tw-bg-opacity))}.btn-info:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(118 144 239 / var(--tw-ring-opacity))}.btn-warning{--tw-bg-opacity: 1;background-color:rgb(254 247 242 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(250 172 30 / var(--tw-text-opacity))}.btn-warning:hover{--tw-bg-opacity: 1;background-color:rgb(254 240 228 / var(--tw-bg-opacity))}.btn-warning:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 117 / var(--tw-ring-opacity))}.btn-secondary{--tw-bg-opacity: 1;background-color:rgb(250 172 30 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(254 247 242 / var(--tw-text-opacity))}.btn-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(223 153 26 / var(--tw-bg-opacity))}.btn-secondary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 209 162 / var(--tw-ring-opacity))}.btn-success{--tw-bg-opacity: 1;background-color:rgb(242 250 246 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(46 188 136 / var(--tw-text-opacity))}.btn-success:hover{--tw-bg-opacity: 1;background-color:rgb(229 246 238 / var(--tw-bg-opacity))}.btn-success:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity))}.btn-orange{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.btn-orange:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.btn-block{width:100%;justify-content:center;text-align:center;font-size:.875rem;line-height:1.25rem}.btn-icon{padding:.5rem;font-size:.875rem;line-height:1.25rem}.btn-x-small{padding:.375rem .625rem;font-size:.75rem;line-height:1rem}.btn-small{padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem}.btn-large{padding:.5rem 1rem;font-size:1rem;line-height:1.5rem}.btn-x-large{padding:.75rem 1.5rem;font-size:1rem;line-height:1.5rem}.tooltip{position:relative}.tooltip .tooltip-text{visibility:hidden;background-color:#5a5a5a;color:#fff;text-align:center;padding:5px 20px;border-radius:6px;bottom:100%;left:50%;transform:translate(-50%,-10px);position:absolute;z-index:1}.tooltip .tooltip-text:after{content:" ";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:rgb(90,90,90) transparent transparent transparent}.tooltip:hover .tooltip-text{visibility:visible}.badge-large{padding-left:.75rem;padding-right:.75rem}.badge-small{padding-left:.5rem;padding-right:.5rem}.badge-default{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.badge-primary{--tw-bg-opacity: 1;background-color:rgb(247 245 254 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.badge-info{--tw-bg-opacity: 1;background-color:rgb(242 243 253 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(118 144 239 / var(--tw-text-opacity))}.badge-error{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.badge-success{--tw-bg-opacity: 1;background-color:rgb(242 250 246 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(40 163 118 / var(--tw-text-opacity))}.badge-warning{--tw-bg-opacity: 1;background-color:rgb(254 247 242 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(250 172 30 / var(--tw-text-opacity))}.badge-orange{--tw-bg-opacity: 1;background-color:rgb(250 231 228 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0px;right:0px;bottom:0px;left:0px}.inset-y-0{top:0px;bottom:0px}.inset-x-0{left:0px;right:0px}.top-\[0\%\]{top:0%}.bottom-\[0\%\]{bottom:0%}.left-\[0\%\]{left:0%}.right-\[0\%\]{right:0%}.top-\[1\%\]{top:1%}.bottom-\[1\%\]{bottom:1%}.left-\[1\%\]{left:1%}.right-\[1\%\]{right:1%}.top-\[2\%\]{top:2%}.bottom-\[2\%\]{bottom:2%}.left-\[2\%\]{left:2%}.right-\[2\%\]{right:2%}.top-\[3\%\]{top:3%}.bottom-\[3\%\]{bottom:3%}.left-\[3\%\]{left:3%}.right-\[3\%\]{right:3%}.top-\[4\%\]{top:4%}.bottom-\[4\%\]{bottom:4%}.left-\[4\%\]{left:4%}.right-\[4\%\]{right:4%}.top-\[5\%\]{top:5%}.bottom-\[5\%\]{bottom:5%}.left-\[5\%\]{left:5%}.right-\[5\%\]{right:5%}.top-\[6\%\]{top:6%}.bottom-\[6\%\]{bottom:6%}.left-\[6\%\]{left:6%}.right-\[6\%\]{right:6%}.top-\[7\%\]{top:7%}.bottom-\[7\%\]{bottom:7%}.left-\[7\%\]{left:7%}.right-\[7\%\]{right:7%}.top-\[8\%\]{top:8%}.bottom-\[8\%\]{bottom:8%}.left-\[8\%\]{left:8%}.right-\[8\%\]{right:8%}.top-\[9\%\]{top:9%}.bottom-\[9\%\]{bottom:9%}.left-\[9\%\]{left:9%}.right-\[9\%\]{right:9%}.top-\[10\%\]{top:10%}.bottom-\[10\%\]{bottom:10%}.left-\[10\%\]{left:10%}.right-\[10\%\]{right:10%}.top-\[11\%\]{top:11%}.bottom-\[11\%\]{bottom:11%}.left-\[11\%\]{left:11%}.right-\[11\%\]{right:11%}.top-\[12\%\]{top:12%}.bottom-\[12\%\]{bottom:12%}.left-\[12\%\]{left:12%}.right-\[12\%\]{right:12%}.top-\[13\%\]{top:13%}.bottom-\[13\%\]{bottom:13%}.left-\[13\%\]{left:13%}.right-\[13\%\]{right:13%}.top-\[14\%\]{top:14%}.bottom-\[14\%\]{bottom:14%}.left-\[14\%\]{left:14%}.right-\[14\%\]{right:14%}.top-\[15\%\]{top:15%}.bottom-\[15\%\]{bottom:15%}.left-\[15\%\]{left:15%}.right-\[15\%\]{right:15%}.top-\[16\%\]{top:16%}.bottom-\[16\%\]{bottom:16%}.left-\[16\%\]{left:16%}.right-\[16\%\]{right:16%}.top-\[17\%\]{top:17%}.bottom-\[17\%\]{bottom:17%}.left-\[17\%\]{left:17%}.right-\[17\%\]{right:17%}.top-\[18\%\]{top:18%}.bottom-\[18\%\]{bottom:18%}.left-\[18\%\]{left:18%}.right-\[18\%\]{right:18%}.top-\[19\%\]{top:19%}.bottom-\[19\%\]{bottom:19%}.left-\[19\%\]{left:19%}.right-\[19\%\]{right:19%}.top-\[20\%\]{top:20%}.bottom-\[20\%\]{bottom:20%}.left-\[20\%\]{left:20%}.right-\[20\%\]{right:20%}.top-\[21\%\]{top:21%}.bottom-\[21\%\]{bottom:21%}.left-\[21\%\]{left:21%}.right-\[21\%\]{right:21%}.top-\[22\%\]{top:22%}.bottom-\[22\%\]{bottom:22%}.left-\[22\%\]{left:22%}.right-\[22\%\]{right:22%}.top-\[23\%\]{top:23%}.bottom-\[23\%\]{bottom:23%}.left-\[23\%\]{left:23%}.right-\[23\%\]{right:23%}.top-\[24\%\]{top:24%}.bottom-\[24\%\]{bottom:24%}.left-\[24\%\]{left:24%}.right-\[24\%\]{right:24%}.top-\[25\%\]{top:25%}.bottom-\[25\%\]{bottom:25%}.left-\[25\%\]{left:25%}.right-\[25\%\]{right:25%}.top-\[26\%\]{top:26%}.bottom-\[26\%\]{bottom:26%}.left-\[26\%\]{left:26%}.right-\[26\%\]{right:26%}.top-\[27\%\]{top:27%}.bottom-\[27\%\]{bottom:27%}.left-\[27\%\]{left:27%}.right-\[27\%\]{right:27%}.top-\[28\%\]{top:28%}.bottom-\[28\%\]{bottom:28%}.left-\[28\%\]{left:28%}.right-\[28\%\]{right:28%}.top-\[29\%\]{top:29%}.bottom-\[29\%\]{bottom:29%}.left-\[29\%\]{left:29%}.right-\[29\%\]{right:29%}.top-\[30\%\]{top:30%}.bottom-\[30\%\]{bottom:30%}.left-\[30\%\]{left:30%}.right-\[30\%\]{right:30%}.top-\[31\%\]{top:31%}.bottom-\[31\%\]{bottom:31%}.left-\[31\%\]{left:31%}.right-\[31\%\]{right:31%}.top-\[32\%\]{top:32%}.bottom-\[32\%\]{bottom:32%}.left-\[32\%\]{left:32%}.right-\[32\%\]{right:32%}.top-\[33\%\]{top:33%}.bottom-\[33\%\]{bottom:33%}.left-\[33\%\]{left:33%}.right-\[33\%\]{right:33%}.top-\[34\%\]{top:34%}.bottom-\[34\%\]{bottom:34%}.left-\[34\%\]{left:34%}.right-\[34\%\]{right:34%}.top-\[35\%\]{top:35%}.bottom-\[35\%\]{bottom:35%}.left-\[35\%\]{left:35%}.right-\[35\%\]{right:35%}.top-\[36\%\]{top:36%}.bottom-\[36\%\]{bottom:36%}.left-\[36\%\]{left:36%}.right-\[36\%\]{right:36%}.top-\[37\%\]{top:37%}.bottom-\[37\%\]{bottom:37%}.left-\[37\%\]{left:37%}.right-\[37\%\]{right:37%}.top-\[38\%\]{top:38%}.bottom-\[38\%\]{bottom:38%}.left-\[38\%\]{left:38%}.right-\[38\%\]{right:38%}.top-\[39\%\]{top:39%}.bottom-\[39\%\]{bottom:39%}.left-\[39\%\]{left:39%}.right-\[39\%\]{right:39%}.top-\[40\%\]{top:40%}.bottom-\[40\%\]{bottom:40%}.left-\[40\%\]{left:40%}.right-\[40\%\]{right:40%}.top-\[41\%\]{top:41%}.bottom-\[41\%\]{bottom:41%}.left-\[41\%\]{left:41%}.right-\[41\%\]{right:41%}.top-\[42\%\]{top:42%}.bottom-\[42\%\]{bottom:42%}.left-\[42\%\]{left:42%}.right-\[42\%\]{right:42%}.top-\[43\%\]{top:43%}.bottom-\[43\%\]{bottom:43%}.left-\[43\%\]{left:43%}.right-\[43\%\]{right:43%}.top-\[44\%\]{top:44%}.bottom-\[44\%\]{bottom:44%}.left-\[44\%\]{left:44%}.right-\[44\%\]{right:44%}.top-\[45\%\]{top:45%}.bottom-\[45\%\]{bottom:45%}.left-\[45\%\]{left:45%}.right-\[45\%\]{right:45%}.top-\[46\%\]{top:46%}.bottom-\[46\%\]{bottom:46%}.left-\[46\%\]{left:46%}.right-\[46\%\]{right:46%}.top-\[47\%\]{top:47%}.bottom-\[47\%\]{bottom:47%}.left-\[47\%\]{left:47%}.right-\[47\%\]{right:47%}.top-\[48\%\]{top:48%}.bottom-\[48\%\]{bottom:48%}.left-\[48\%\]{left:48%}.right-\[48\%\]{right:48%}.top-\[49\%\]{top:49%}.bottom-\[49\%\]{bottom:49%}.left-\[49\%\]{left:49%}.right-\[49\%\]{right:49%}.top-\[50\%\]{top:50%}.bottom-\[50\%\]{bottom:50%}.left-\[50\%\]{left:50%}.right-\[50\%\]{right:50%}.top-\[51\%\]{top:51%}.bottom-\[51\%\]{bottom:51%}.left-\[51\%\]{left:51%}.right-\[51\%\]{right:51%}.top-\[52\%\]{top:52%}.bottom-\[52\%\]{bottom:52%}.left-\[52\%\]{left:52%}.right-\[52\%\]{right:52%}.top-\[53\%\]{top:53%}.bottom-\[53\%\]{bottom:53%}.left-\[53\%\]{left:53%}.right-\[53\%\]{right:53%}.top-\[54\%\]{top:54%}.bottom-\[54\%\]{bottom:54%}.left-\[54\%\]{left:54%}.right-\[54\%\]{right:54%}.top-\[55\%\]{top:55%}.bottom-\[55\%\]{bottom:55%}.left-\[55\%\]{left:55%}.right-\[55\%\]{right:55%}.top-\[56\%\]{top:56%}.bottom-\[56\%\]{bottom:56%}.left-\[56\%\]{left:56%}.right-\[56\%\]{right:56%}.top-\[57\%\]{top:57%}.bottom-\[57\%\]{bottom:57%}.left-\[57\%\]{left:57%}.right-\[57\%\]{right:57%}.top-\[58\%\]{top:58%}.bottom-\[58\%\]{bottom:58%}.left-\[58\%\]{left:58%}.right-\[58\%\]{right:58%}.top-\[59\%\]{top:59%}.bottom-\[59\%\]{bottom:59%}.left-\[59\%\]{left:59%}.right-\[59\%\]{right:59%}.top-\[60\%\]{top:60%}.bottom-\[60\%\]{bottom:60%}.left-\[60\%\]{left:60%}.right-\[60\%\]{right:60%}.top-\[61\%\]{top:61%}.bottom-\[61\%\]{bottom:61%}.left-\[61\%\]{left:61%}.right-\[61\%\]{right:61%}.top-\[62\%\]{top:62%}.bottom-\[62\%\]{bottom:62%}.left-\[62\%\]{left:62%}.right-\[62\%\]{right:62%}.top-\[63\%\]{top:63%}.bottom-\[63\%\]{bottom:63%}.left-\[63\%\]{left:63%}.right-\[63\%\]{right:63%}.top-\[64\%\]{top:64%}.bottom-\[64\%\]{bottom:64%}.left-\[64\%\]{left:64%}.right-\[64\%\]{right:64%}.top-\[65\%\]{top:65%}.bottom-\[65\%\]{bottom:65%}.left-\[65\%\]{left:65%}.right-\[65\%\]{right:65%}.top-\[66\%\]{top:66%}.bottom-\[66\%\]{bottom:66%}.left-\[66\%\]{left:66%}.right-\[66\%\]{right:66%}.top-\[67\%\]{top:67%}.bottom-\[67\%\]{bottom:67%}.left-\[67\%\]{left:67%}.right-\[67\%\]{right:67%}.top-\[68\%\]{top:68%}.bottom-\[68\%\]{bottom:68%}.left-\[68\%\]{left:68%}.right-\[68\%\]{right:68%}.top-\[69\%\]{top:69%}.bottom-\[69\%\]{bottom:69%}.left-\[69\%\]{left:69%}.right-\[69\%\]{right:69%}.top-\[70\%\]{top:70%}.bottom-\[70\%\]{bottom:70%}.left-\[70\%\]{left:70%}.right-\[70\%\]{right:70%}.top-\[71\%\]{top:71%}.bottom-\[71\%\]{bottom:71%}.left-\[71\%\]{left:71%}.right-\[71\%\]{right:71%}.top-\[72\%\]{top:72%}.bottom-\[72\%\]{bottom:72%}.left-\[72\%\]{left:72%}.right-\[72\%\]{right:72%}.top-\[73\%\]{top:73%}.bottom-\[73\%\]{bottom:73%}.left-\[73\%\]{left:73%}.right-\[73\%\]{right:73%}.top-\[74\%\]{top:74%}.bottom-\[74\%\]{bottom:74%}.left-\[74\%\]{left:74%}.right-\[74\%\]{right:74%}.top-\[75\%\]{top:75%}.bottom-\[75\%\]{bottom:75%}.left-\[75\%\]{left:75%}.right-\[75\%\]{right:75%}.top-\[76\%\]{top:76%}.bottom-\[76\%\]{bottom:76%}.left-\[76\%\]{left:76%}.right-\[76\%\]{right:76%}.top-\[77\%\]{top:77%}.bottom-\[77\%\]{bottom:77%}.left-\[77\%\]{left:77%}.right-\[77\%\]{right:77%}.top-\[78\%\]{top:78%}.bottom-\[78\%\]{bottom:78%}.left-\[78\%\]{left:78%}.right-\[78\%\]{right:78%}.top-\[79\%\]{top:79%}.bottom-\[79\%\]{bottom:79%}.left-\[79\%\]{left:79%}.right-\[79\%\]{right:79%}.top-\[80\%\]{top:80%}.bottom-\[80\%\]{bottom:80%}.left-\[80\%\]{left:80%}.right-\[80\%\]{right:80%}.top-\[81\%\]{top:81%}.bottom-\[81\%\]{bottom:81%}.left-\[81\%\]{left:81%}.right-\[81\%\]{right:81%}.top-\[82\%\]{top:82%}.bottom-\[82\%\]{bottom:82%}.left-\[82\%\]{left:82%}.right-\[82\%\]{right:82%}.top-\[83\%\]{top:83%}.bottom-\[83\%\]{bottom:83%}.left-\[83\%\]{left:83%}.right-\[83\%\]{right:83%}.top-\[84\%\]{top:84%}.bottom-\[84\%\]{bottom:84%}.left-\[84\%\]{left:84%}.right-\[84\%\]{right:84%}.top-\[85\%\]{top:85%}.bottom-\[85\%\]{bottom:85%}.left-\[85\%\]{left:85%}.right-\[85\%\]{right:85%}.top-\[86\%\]{top:86%}.bottom-\[86\%\]{bottom:86%}.left-\[86\%\]{left:86%}.right-\[86\%\]{right:86%}.top-\[87\%\]{top:87%}.bottom-\[87\%\]{bottom:87%}.left-\[87\%\]{left:87%}.right-\[87\%\]{right:87%}.top-\[88\%\]{top:88%}.bottom-\[88\%\]{bottom:88%}.left-\[88\%\]{left:88%}.right-\[88\%\]{right:88%}.top-\[89\%\]{top:89%}.bottom-\[89\%\]{bottom:89%}.left-\[89\%\]{left:89%}.right-\[89\%\]{right:89%}.top-\[90\%\]{top:90%}.bottom-\[90\%\]{bottom:90%}.left-\[90\%\]{left:90%}.right-\[90\%\]{right:90%}.top-\[91\%\]{top:91%}.bottom-\[91\%\]{bottom:91%}.left-\[91\%\]{left:91%}.right-\[91\%\]{right:91%}.top-\[92\%\]{top:92%}.bottom-\[92\%\]{bottom:92%}.left-\[92\%\]{left:92%}.right-\[92\%\]{right:92%}.top-\[93\%\]{top:93%}.bottom-\[93\%\]{bottom:93%}.left-\[93\%\]{left:93%}.right-\[93\%\]{right:93%}.top-\[94\%\]{top:94%}.bottom-\[94\%\]{bottom:94%}.left-\[94\%\]{left:94%}.right-\[94\%\]{right:94%}.top-\[95\%\]{top:95%}.bottom-\[95\%\]{bottom:95%}.left-\[95\%\]{left:95%}.right-\[95\%\]{right:95%}.top-\[96\%\]{top:96%}.bottom-\[96\%\]{bottom:96%}.left-\[96\%\]{left:96%}.right-\[96\%\]{right:96%}.top-\[97\%\]{top:97%}.bottom-\[97\%\]{bottom:97%}.left-\[97\%\]{left:97%}.right-\[97\%\]{right:97%}.top-\[98\%\]{top:98%}.bottom-\[98\%\]{bottom:98%}.left-\[98\%\]{left:98%}.right-\[98\%\]{right:98%}.top-\[99\%\]{top:99%}.bottom-\[99\%\]{bottom:99%}.left-\[99\%\]{left:99%}.right-\[99\%\]{right:99%}.top-0{top:0px}.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-0\.5{top:.125rem}.top-1\.5{top:.375rem}.top-2\.5{top:.625rem}.top-3\.5{top:.875rem}.top-1\/2{top:50%}.top-1\/3{top:33.333333%}.top-2\/3{top:66.666667%}.top-1\/4{top:25%}.top-2\/4{top:50%}.top-3\/4{top:75%}.-top-0{top:-0px}.-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-0\.5{top:-.125rem}.-top-1\.5{top:-.375rem}.-top-2\.5{top:-.625rem}.-top-3\.5{top:-.875rem}.-top-1\/2{top:-50%}.-top-1\/3{top:-33.333333%}.-top-2\/3{top:-66.666667%}.-top-1\/4{top:-25%}.-top-2\/4{top:-50%}.-top-3\/4{top:-75%}.right-0{right:0px}.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-0\.5{right:.125rem}.right-1\.5{right:.375rem}.right-2\.5{right:.625rem}.right-3\.5{right:.875rem}.right-1\/2{right:50%}.right-1\/3{right:33.333333%}.right-2\/3{right:66.666667%}.right-1\/4{right:25%}.right-2\/4{right:50%}.right-3\/4{right:75%}.-right-0{right:-0px}.-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-0\.5{right:-.125rem}.-right-1\.5{right:-.375rem}.-right-2\.5{right:-.625rem}.-right-3\.5{right:-.875rem}.-right-1\/2{right:-50%}.-right-1\/3{right:-33.333333%}.-right-2\/3{right:-66.666667%}.-right-1\/4{right:-25%}.-right-2\/4{right:-50%}.-right-3\/4{right:-75%}.bottom-0{bottom:0px}.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-0\.5{bottom:.125rem}.bottom-1\.5{bottom:.375rem}.bottom-2\.5{bottom:.625rem}.bottom-3\.5{bottom:.875rem}.bottom-1\/2{bottom:50%}.bottom-1\/3{bottom:33.333333%}.bottom-2\/3{bottom:66.666667%}.bottom-1\/4{bottom:25%}.bottom-2\/4{bottom:50%}.bottom-3\/4{bottom:75%}.-bottom-0{bottom:-0px}.-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-0\.5{bottom:-.125rem}.-bottom-1\.5{bottom:-.375rem}.-bottom-2\.5{bottom:-.625rem}.-bottom-3\.5{bottom:-.875rem}.-bottom-1\/2{bottom:-50%}.-bottom-1\/3{bottom:-33.333333%}.-bottom-2\/3{bottom:-66.666667%}.-bottom-1\/4{bottom:-25%}.-bottom-2\/4{bottom:-50%}.-bottom-3\/4{bottom:-75%}.left-0{left:0px}.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-0\.5{left:.125rem}.left-1\.5{left:.375rem}.left-2\.5{left:.625rem}.left-3\.5{left:.875rem}.left-1\/2{left:50%}.left-1\/3{left:33.333333%}.left-2\/3{left:66.666667%}.left-1\/4{left:25%}.left-2\/4{left:50%}.left-3\/4{left:75%}.-left-0{left:-0px}.-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-0\.5{left:-.125rem}.-left-1\.5{left:-.375rem}.-left-2\.5{left:-.625rem}.-left-3\.5{left:-.875rem}.-left-1\/2{left:-50%}.-left-1\/3{left:-33.333333%}.-left-2\/3{left:-66.666667%}.-left-1\/4{left:-25%}.-left-2\/4{left:-50%}.-left-3\/4{left:-75%}.-bottom-\[500px\]{bottom:-500px}.-top-\[600px\]{top:-600px}.-right-\[500px\]{right:-500px}.top-\[22px\]{top:22px}.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-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-\[5\]{z-index:5}.z-\[2\]{z-index:2}.z-\[1\]{z-index:1}.z-\[3\]{z-index:3}.order-last{order:9999}.col-span-3{grid-column:span 3 / span 3}.col-span-6{grid-column:span 6 / span 6}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.col-span-11{grid-column:span 11 / span 11}.col-span-4{grid-column:span 4 / span 4}.col-span-5{grid-column:span 5 / span 5}.col-end-6{grid-column-end:6}.row-span-2{grid-row:span 2 / span 2}.float-right{float:right}.m-2{margin:.5rem}.m-auto{margin:auto}.m-3{margin:.75rem}.m-0{margin:0}.m-1{margin:.25rem}.m-0\.5{margin:.125rem}.m-5{margin:1.25rem}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-7{margin-left:1.75rem;margin-right:1.75rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-9{margin-left:2.25rem;margin-right:2.25rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.mx-11{margin-left:2.75rem;margin-right:2.75rem}.mx-12{margin-left:3rem;margin-right:3rem}.mx-14{margin-left:3.5rem;margin-right:3.5rem}.mx-16{margin-left:4rem;margin-right:4rem}.mx-20{margin-left:5rem;margin-right:5rem}.mx-24{margin-left:6rem;margin-right:6rem}.mx-28{margin-left:7rem;margin-right:7rem}.mx-32{margin-left:8rem;margin-right:8rem}.mx-36{margin-left:9rem;margin-right:9rem}.mx-40{margin-left:10rem;margin-right:10rem}.mx-44{margin-left:11rem;margin-right:11rem}.mx-48{margin-left:12rem;margin-right:12rem}.mx-52{margin-left:13rem;margin-right:13rem}.mx-56{margin-left:14rem;margin-right:14rem}.mx-60{margin-left:15rem;margin-right:15rem}.mx-64{margin-left:16rem;margin-right:16rem}.mx-72{margin-left:18rem;margin-right:18rem}.mx-80{margin-left:20rem;margin-right:20rem}.mx-96{margin-left:24rem;margin-right:24rem}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.mx-2\.5{margin-left:.625rem;margin-right:.625rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.-mx-0{margin-left:-0px;margin-right:-0px}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-3{margin-left:-.75rem;margin-right:-.75rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.-mx-7{margin-left:-1.75rem;margin-right:-1.75rem}.-mx-8{margin-left:-2rem;margin-right:-2rem}.-mx-9{margin-left:-2.25rem;margin-right:-2.25rem}.-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.-mx-11{margin-left:-2.75rem;margin-right:-2.75rem}.-mx-12{margin-left:-3rem;margin-right:-3rem}.-mx-14{margin-left:-3.5rem;margin-right:-3.5rem}.-mx-16{margin-left:-4rem;margin-right:-4rem}.-mx-20{margin-left:-5rem;margin-right:-5rem}.-mx-24{margin-left:-6rem;margin-right:-6rem}.-mx-28{margin-left:-7rem;margin-right:-7rem}.-mx-32{margin-left:-8rem;margin-right:-8rem}.-mx-36{margin-left:-9rem;margin-right:-9rem}.-mx-40{margin-left:-10rem;margin-right:-10rem}.-mx-44{margin-left:-11rem;margin-right:-11rem}.-mx-48{margin-left:-12rem;margin-right:-12rem}.-mx-52{margin-left:-13rem;margin-right:-13rem}.-mx-56{margin-left:-14rem;margin-right:-14rem}.-mx-60{margin-left:-15rem;margin-right:-15rem}.-mx-64{margin-left:-16rem;margin-right:-16rem}.-mx-72{margin-left:-18rem;margin-right:-18rem}.-mx-80{margin-left:-20rem;margin-right:-20rem}.-mx-96{margin-left:-24rem;margin-right:-24rem}.-mx-0\.5{margin-left:-.125rem;margin-right:-.125rem}.-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.-mx-2\.5{margin-left:-.625rem;margin-right:-.625rem}.-mx-3\.5{margin-left:-.875rem;margin-right:-.875rem}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-7{margin-top:1.75rem;margin-bottom:1.75rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-9{margin-top:2.25rem;margin-bottom:2.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-11{margin-top:2.75rem;margin-bottom:2.75rem}.my-12{margin-top:3rem;margin-bottom:3rem}.my-14{margin-top:3.5rem;margin-bottom:3.5rem}.my-16{margin-top:4rem;margin-bottom:4rem}.my-20{margin-top:5rem;margin-bottom:5rem}.my-24{margin-top:6rem;margin-bottom:6rem}.my-28{margin-top:7rem;margin-bottom:7rem}.my-32{margin-top:8rem;margin-bottom:8rem}.my-36{margin-top:9rem;margin-bottom:9rem}.my-40{margin-top:10rem;margin-bottom:10rem}.my-44{margin-top:11rem;margin-bottom:11rem}.my-48{margin-top:12rem;margin-bottom:12rem}.my-52{margin-top:13rem;margin-bottom:13rem}.my-56{margin-top:14rem;margin-bottom:14rem}.my-60{margin-top:15rem;margin-bottom:15rem}.my-64{margin-top:16rem;margin-bottom:16rem}.my-72{margin-top:18rem;margin-bottom:18rem}.my-80{margin-top:20rem;margin-bottom:20rem}.my-96{margin-top:24rem;margin-bottom:24rem}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.-my-0{margin-top:-0px;margin-bottom:-0px}.-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.-my-4{margin-top:-1rem;margin-bottom:-1rem}.-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.-my-7{margin-top:-1.75rem;margin-bottom:-1.75rem}.-my-8{margin-top:-2rem;margin-bottom:-2rem}.-my-9{margin-top:-2.25rem;margin-bottom:-2.25rem}.-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.-my-11{margin-top:-2.75rem;margin-bottom:-2.75rem}.-my-12{margin-top:-3rem;margin-bottom:-3rem}.-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.-my-16{margin-top:-4rem;margin-bottom:-4rem}.-my-20{margin-top:-5rem;margin-bottom:-5rem}.-my-24{margin-top:-6rem;margin-bottom:-6rem}.-my-28{margin-top:-7rem;margin-bottom:-7rem}.-my-32{margin-top:-8rem;margin-bottom:-8rem}.-my-36{margin-top:-9rem;margin-bottom:-9rem}.-my-40{margin-top:-10rem;margin-bottom:-10rem}.-my-44{margin-top:-11rem;margin-bottom:-11rem}.-my-48{margin-top:-12rem;margin-bottom:-12rem}.-my-52{margin-top:-13rem;margin-bottom:-13rem}.-my-56{margin-top:-14rem;margin-bottom:-14rem}.-my-60{margin-top:-15rem;margin-bottom:-15rem}.-my-64{margin-top:-16rem;margin-bottom:-16rem}.-my-72{margin-top:-18rem;margin-bottom:-18rem}.-my-80{margin-top:-20rem;margin-bottom:-20rem}.-my-96{margin-top:-24rem;margin-bottom:-24rem}.-my-0\.5{margin-top:-.125rem;margin-bottom:-.125rem}.-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.-my-2\.5{margin-top:-.625rem;margin-bottom:-.625rem}.-my-3\.5{margin-top:-.875rem;margin-bottom:-.875rem}.mx-auto{margin-left:auto;margin-right:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.mt-10{margin-top:2.5rem}.mt-11{margin-top:2.75rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-28{margin-top:7rem}.mt-32{margin-top:8rem}.mt-36{margin-top:9rem}.mt-40{margin-top:10rem}.mt-44{margin-top:11rem}.mt-48{margin-top:12rem}.mt-52{margin-top:13rem}.mt-56{margin-top:14rem}.mt-60{margin-top:15rem}.mt-64{margin-top:16rem}.mt-72{margin-top:18rem}.mt-80{margin-top:20rem}.mt-96{margin-top:24rem}.mt-0\.5{margin-top:.125rem}.mt-1\.5{margin-top:.375rem}.mt-2\.5{margin-top:.625rem}.mt-3\.5{margin-top:.875rem}.-mt-0{margin-top:-0px}.-mt-1{margin-top:-.25rem}.-mt-2{margin-top:-.5rem}.-mt-3{margin-top:-.75rem}.-mt-4{margin-top:-1rem}.-mt-5{margin-top:-1.25rem}.-mt-6{margin-top:-1.5rem}.-mt-7{margin-top:-1.75rem}.-mt-8{margin-top:-2rem}.-mt-9{margin-top:-2.25rem}.-mt-10{margin-top:-2.5rem}.-mt-11{margin-top:-2.75rem}.-mt-12{margin-top:-3rem}.-mt-14{margin-top:-3.5rem}.-mt-16{margin-top:-4rem}.-mt-20{margin-top:-5rem}.-mt-24{margin-top:-6rem}.-mt-28{margin-top:-7rem}.-mt-32{margin-top:-8rem}.-mt-36{margin-top:-9rem}.-mt-40{margin-top:-10rem}.-mt-44{margin-top:-11rem}.-mt-48{margin-top:-12rem}.-mt-52{margin-top:-13rem}.-mt-56{margin-top:-14rem}.-mt-60{margin-top:-15rem}.-mt-64{margin-top:-16rem}.-mt-72{margin-top:-18rem}.-mt-80{margin-top:-20rem}.-mt-96{margin-top:-24rem}.-mt-0\.5{margin-top:-.125rem}.-mt-1\.5{margin-top:-.375rem}.-mt-2\.5{margin-top:-.625rem}.-mt-3\.5{margin-top:-.875rem}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-7{margin-right:1.75rem}.mr-8{margin-right:2rem}.mr-9{margin-right:2.25rem}.mr-10{margin-right:2.5rem}.mr-11{margin-right:2.75rem}.mr-12{margin-right:3rem}.mr-14{margin-right:3.5rem}.mr-16{margin-right:4rem}.mr-20{margin-right:5rem}.mr-24{margin-right:6rem}.mr-28{margin-right:7rem}.mr-32{margin-right:8rem}.mr-36{margin-right:9rem}.mr-40{margin-right:10rem}.mr-44{margin-right:11rem}.mr-48{margin-right:12rem}.mr-52{margin-right:13rem}.mr-56{margin-right:14rem}.mr-60{margin-right:15rem}.mr-64{margin-right:16rem}.mr-72{margin-right:18rem}.mr-80{margin-right:20rem}.mr-96{margin-right:24rem}.mr-0\.5{margin-right:.125rem}.mr-1\.5{margin-right:.375rem}.mr-2\.5{margin-right:.625rem}.mr-3\.5{margin-right:.875rem}.-mr-0{margin-right:-0px}.-mr-1{margin-right:-.25rem}.-mr-2{margin-right:-.5rem}.-mr-3{margin-right:-.75rem}.-mr-4{margin-right:-1rem}.-mr-5{margin-right:-1.25rem}.-mr-6{margin-right:-1.5rem}.-mr-7{margin-right:-1.75rem}.-mr-8{margin-right:-2rem}.-mr-9{margin-right:-2.25rem}.-mr-10{margin-right:-2.5rem}.-mr-11{margin-right:-2.75rem}.-mr-12{margin-right:-3rem}.-mr-14{margin-right:-3.5rem}.-mr-16{margin-right:-4rem}.-mr-20{margin-right:-5rem}.-mr-24{margin-right:-6rem}.-mr-28{margin-right:-7rem}.-mr-32{margin-right:-8rem}.-mr-36{margin-right:-9rem}.-mr-40{margin-right:-10rem}.-mr-44{margin-right:-11rem}.-mr-48{margin-right:-12rem}.-mr-52{margin-right:-13rem}.-mr-56{margin-right:-14rem}.-mr-60{margin-right:-15rem}.-mr-64{margin-right:-16rem}.-mr-72{margin-right:-18rem}.-mr-80{margin-right:-20rem}.-mr-96{margin-right:-24rem}.-mr-0\.5{margin-right:-.125rem}.-mr-1\.5{margin-right:-.375rem}.-mr-2\.5{margin-right:-.625rem}.-mr-3\.5{margin-right:-.875rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-9{margin-bottom:2.25rem}.mb-10{margin-bottom:2.5rem}.mb-11{margin-bottom:2.75rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-28{margin-bottom:7rem}.mb-32{margin-bottom:8rem}.mb-36{margin-bottom:9rem}.mb-40{margin-bottom:10rem}.mb-44{margin-bottom:11rem}.mb-48{margin-bottom:12rem}.mb-52{margin-bottom:13rem}.mb-56{margin-bottom:14rem}.mb-60{margin-bottom:15rem}.mb-64{margin-bottom:16rem}.mb-72{margin-bottom:18rem}.mb-80{margin-bottom:20rem}.mb-96{margin-bottom:24rem}.mb-0\.5{margin-bottom:.125rem}.mb-1\.5{margin-bottom:.375rem}.mb-2\.5{margin-bottom:.625rem}.mb-3\.5{margin-bottom:.875rem}.-mb-0{margin-bottom:-0px}.-mb-1{margin-bottom:-.25rem}.-mb-2{margin-bottom:-.5rem}.-mb-3{margin-bottom:-.75rem}.-mb-4{margin-bottom:-1rem}.-mb-5{margin-bottom:-1.25rem}.-mb-6{margin-bottom:-1.5rem}.-mb-7{margin-bottom:-1.75rem}.-mb-8{margin-bottom:-2rem}.-mb-9{margin-bottom:-2.25rem}.-mb-10{margin-bottom:-2.5rem}.-mb-11{margin-bottom:-2.75rem}.-mb-12{margin-bottom:-3rem}.-mb-14{margin-bottom:-3.5rem}.-mb-16{margin-bottom:-4rem}.-mb-20{margin-bottom:-5rem}.-mb-24{margin-bottom:-6rem}.-mb-28{margin-bottom:-7rem}.-mb-32{margin-bottom:-8rem}.-mb-36{margin-bottom:-9rem}.-mb-40{margin-bottom:-10rem}.-mb-44{margin-bottom:-11rem}.-mb-48{margin-bottom:-12rem}.-mb-52{margin-bottom:-13rem}.-mb-56{margin-bottom:-14rem}.-mb-60{margin-bottom:-15rem}.-mb-64{margin-bottom:-16rem}.-mb-72{margin-bottom:-18rem}.-mb-80{margin-bottom:-20rem}.-mb-96{margin-bottom:-24rem}.-mb-0\.5{margin-bottom:-.125rem}.-mb-1\.5{margin-bottom:-.375rem}.-mb-2\.5{margin-bottom:-.625rem}.-mb-3\.5{margin-bottom:-.875rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-7{margin-left:1.75rem}.ml-8{margin-left:2rem}.ml-9{margin-left:2.25rem}.ml-10{margin-left:2.5rem}.ml-11{margin-left:2.75rem}.ml-12{margin-left:3rem}.ml-14{margin-left:3.5rem}.ml-16{margin-left:4rem}.ml-20{margin-left:5rem}.ml-24{margin-left:6rem}.ml-28{margin-left:7rem}.ml-32{margin-left:8rem}.ml-36{margin-left:9rem}.ml-40{margin-left:10rem}.ml-44{margin-left:11rem}.ml-48{margin-left:12rem}.ml-52{margin-left:13rem}.ml-56{margin-left:14rem}.ml-60{margin-left:15rem}.ml-64{margin-left:16rem}.ml-72{margin-left:18rem}.ml-80{margin-left:20rem}.ml-96{margin-left:24rem}.ml-0\.5{margin-left:.125rem}.ml-1\.5{margin-left:.375rem}.ml-2\.5{margin-left:.625rem}.ml-3\.5{margin-left:.875rem}.-ml-0{margin-left:-0px}.-ml-1{margin-left:-.25rem}.-ml-2{margin-left:-.5rem}.-ml-3{margin-left:-.75rem}.-ml-4{margin-left:-1rem}.-ml-5{margin-left:-1.25rem}.-ml-6{margin-left:-1.5rem}.-ml-7{margin-left:-1.75rem}.-ml-8{margin-left:-2rem}.-ml-9{margin-left:-2.25rem}.-ml-10{margin-left:-2.5rem}.-ml-11{margin-left:-2.75rem}.-ml-12{margin-left:-3rem}.-ml-14{margin-left:-3.5rem}.-ml-16{margin-left:-4rem}.-ml-20{margin-left:-5rem}.-ml-24{margin-left:-6rem}.-ml-28{margin-left:-7rem}.-ml-32{margin-left:-8rem}.-ml-36{margin-left:-9rem}.-ml-40{margin-left:-10rem}.-ml-44{margin-left:-11rem}.-ml-48{margin-left:-12rem}.-ml-52{margin-left:-13rem}.-ml-56{margin-left:-14rem}.-ml-60{margin-left:-15rem}.-ml-64{margin-left:-16rem}.-ml-72{margin-left:-18rem}.-ml-80{margin-left:-20rem}.-ml-96{margin-left:-24rem}.-ml-0\.5{margin-left:-.125rem}.-ml-1\.5{margin-left:-.375rem}.-ml-2\.5{margin-left:-.625rem}.-ml-3\.5{margin-left:-.875rem}.ml-auto{margin-left:auto}.-ml-px{margin-left:-1px}.mt-\[140px\]{margin-top:140px}.mt-\[12px\]{margin-top:12px}.\!mb-0{margin-bottom:0!important}.mt-\[120px\]{margin-top:120px}.mb-\[70px\]{margin-bottom:70px}.mb-\[150px\]{margin-bottom:150px}.mb-\[100px\]{margin-bottom:100px}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.flow-root{display:flow-root}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\[3\/2\]{aspect-ratio:3/2}.h-0{height:0px}.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-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-2\/3{height:66.666667%}.h-1\/4{height:25%}.h-2\/4{height:50%}.h-3\/4{height:75%}.h-1\/5{height:20%}.h-2\/5{height:40%}.h-3\/5{height:60%}.h-4\/5{height:80%}.h-1\/6{height:16.666667%}.h-2\/6{height:33.333333%}.h-3\/6{height:50%}.h-4\/6{height:66.666667%}.h-5\/6{height:83.333333%}.h-screen{height:100vh}.h-\[85vh\]{height:85vh}.h-full{height:100%}.h-\[230px\]{height:230px}.h-fit{height:-moz-fit-content;height:fit-content}.h-\[114px\]{height:114px}.h-\[30px\]{height:30px}.h-\[40px\]{height:40px}.h-\[50px\]{height:50px}.h-\[250px\]{height:250px}.h-auto{height:auto}.h-\[38px\]{height:38px}.h-\[25px\]{height:25px}.h-\[5px\]{height:5px}.h-\[20px\]{height:20px}.h-\[350px\]{height:350px}.h-\[360px\]{height:360px}.h-\[80px\]{height:80px}.max-h-0{max-height:0px}.max-h-1{max-height:.25rem}.max-h-2{max-height:.5rem}.max-h-3{max-height:.75rem}.max-h-4{max-height:1rem}.max-h-5{max-height:1.25rem}.max-h-6{max-height:1.5rem}.max-h-7{max-height:1.75rem}.max-h-8{max-height:2rem}.max-h-9{max-height:2.25rem}.max-h-10{max-height:2.5rem}.max-h-11{max-height:2.75rem}.max-h-12{max-height:3rem}.max-h-14{max-height:3.5rem}.max-h-16{max-height:4rem}.max-h-20{max-height:5rem}.max-h-24{max-height:6rem}.max-h-28{max-height:7rem}.max-h-32{max-height:8rem}.max-h-36{max-height:9rem}.max-h-40{max-height:10rem}.max-h-44{max-height:11rem}.max-h-48{max-height:12rem}.max-h-52{max-height:13rem}.max-h-56{max-height:14rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-72{max-height:18rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-0\.5{max-height:.125rem}.max-h-1\.5{max-height:.375rem}.max-h-2\.5{max-height:.625rem}.max-h-3\.5{max-height:.875rem}.max-h-full{max-height:100%}.max-h-\[400px\]{max-height:400px}.min-h-0{min-height:0px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.min-h-\[80px\]{min-height:80px}.w-0{width:0px}.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-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-2\/3{width:66.666667%}.w-1\/4{width:25%}.w-2\/4{width:50%}.w-3\/4{width:75%}.w-1\/5{width:20%}.w-2\/5{width:40%}.w-3\/5{width:60%}.w-4\/5{width:80%}.w-1\/6{width:16.666667%}.w-2\/6{width:33.333333%}.w-3\/6{width:50%}.w-4\/6{width:66.666667%}.w-5\/6{width:83.333333%}.w-1\/12{width:8.333333%}.w-2\/12{width:16.666667%}.w-3\/12{width:25%}.w-4\/12{width:33.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%}.w-full{width:100%}.w-\[300px\]{width:300px}.w-screen{width:100vw}.w-auto{width:auto}.w-\[350px\]{width:350px}.w-\[200px\]{width:200px}.w-\[220px\]{width:220px}.w-\[330px\]{width:330px}.w-fit{width:-moz-fit-content;width:fit-content}.w-\[114px\]{width:114px}.w-max{width:-moz-max-content;width:max-content}.w-\[170px\]{width:170px}.w-\[50px\]{width:50px}.w-\[70px\]{width:70px}.w-\[60px\]{width:60px}.w-\[82px\]{width:82px}.w-\[78px\]{width:78px}.w-\[214px\]{width:214px}.w-\[85px\]{width:85px}.w-\[5px\]{width:5px}.w-\[93px\]{width:93px}.w-\[80px\]{width:80px}.w-\[120px\]{width:120px}.w-\[45\%\]{width:45%}.w-\[50\%\]{width:50%}.w-\[40\%\]{width:40%}.min-w-0{min-width:0px}.min-w-full{min-width:100%}.min-w-\[300px\]{min-width:300px}.min-w-\[20px\]{min-width:20px}.min-w-max{min-width:-moz-max-content;min-width:max-content}.min-w-\[200px\]{min-width:200px}.min-w-\[130px\]{min-width:130px}.min-w-\[150px\]{min-width:150px}.min-w-\[100px\]{min-width:100px}.max-w-0{max-width:0rem}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.max-w-\[500px\]{max-width:500px}.max-w-\[50px\]{max-width:50px}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.flex-shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.flex-grow-0{flex-grow:0}.flex-grow{flex-grow:1}.grow-0{flex-grow:0}.grow{flex-grow:1}.basis-full{flex-basis:100%}.basis-1\/3{flex-basis:33.333333%}.basis-1\/2{flex-basis:50%}.basis-1\/4{flex-basis:25%}.table-auto{table-layout:auto}.border-separate{border-collapse:separate}.origin-top-right{transform-origin:top right}.translate-x-1\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-2{--tw-translate-y: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-5{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-3{--tw-translate-y: -.75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-50{--tw-scale-x: .5;--tw-scale-y: .5;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.cursor-default{cursor:default}.cursor-move{cursor:move}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.scroll-mx-0{scroll-margin-left:0px;scroll-margin-right:0px}.scroll-mx-1{scroll-margin-left:.25rem;scroll-margin-right:.25rem}.scroll-mx-2{scroll-margin-left:.5rem;scroll-margin-right:.5rem}.scroll-mx-3{scroll-margin-left:.75rem;scroll-margin-right:.75rem}.scroll-mx-4{scroll-margin-left:1rem;scroll-margin-right:1rem}.scroll-mx-5{scroll-margin-left:1.25rem;scroll-margin-right:1.25rem}.scroll-mx-6{scroll-margin-left:1.5rem;scroll-margin-right:1.5rem}.scroll-mx-7{scroll-margin-left:1.75rem;scroll-margin-right:1.75rem}.scroll-mx-8{scroll-margin-left:2rem;scroll-margin-right:2rem}.scroll-mx-9{scroll-margin-left:2.25rem;scroll-margin-right:2.25rem}.scroll-mx-10{scroll-margin-left:2.5rem;scroll-margin-right:2.5rem}.scroll-mx-11{scroll-margin-left:2.75rem;scroll-margin-right:2.75rem}.scroll-mx-12{scroll-margin-left:3rem;scroll-margin-right:3rem}.scroll-mx-14{scroll-margin-left:3.5rem;scroll-margin-right:3.5rem}.scroll-mx-16{scroll-margin-left:4rem;scroll-margin-right:4rem}.scroll-mx-20{scroll-margin-left:5rem;scroll-margin-right:5rem}.scroll-mx-24{scroll-margin-left:6rem;scroll-margin-right:6rem}.scroll-mx-28{scroll-margin-left:7rem;scroll-margin-right:7rem}.scroll-mx-32{scroll-margin-left:8rem;scroll-margin-right:8rem}.scroll-mx-36{scroll-margin-left:9rem;scroll-margin-right:9rem}.scroll-mx-40{scroll-margin-left:10rem;scroll-margin-right:10rem}.scroll-mx-44{scroll-margin-left:11rem;scroll-margin-right:11rem}.scroll-mx-48{scroll-margin-left:12rem;scroll-margin-right:12rem}.scroll-mx-52{scroll-margin-left:13rem;scroll-margin-right:13rem}.scroll-mx-56{scroll-margin-left:14rem;scroll-margin-right:14rem}.scroll-mx-60{scroll-margin-left:15rem;scroll-margin-right:15rem}.scroll-mx-64{scroll-margin-left:16rem;scroll-margin-right:16rem}.scroll-mx-72{scroll-margin-left:18rem;scroll-margin-right:18rem}.scroll-mx-80{scroll-margin-left:20rem;scroll-margin-right:20rem}.scroll-mx-96{scroll-margin-left:24rem;scroll-margin-right:24rem}.scroll-mx-0\.5{scroll-margin-left:.125rem;scroll-margin-right:.125rem}.scroll-mx-1\.5{scroll-margin-left:.375rem;scroll-margin-right:.375rem}.scroll-mx-2\.5{scroll-margin-left:.625rem;scroll-margin-right:.625rem}.scroll-mx-3\.5{scroll-margin-left:.875rem;scroll-margin-right:.875rem}.-scroll-mx-0{scroll-margin-left:-0px;scroll-margin-right:-0px}.-scroll-mx-1{scroll-margin-left:-.25rem;scroll-margin-right:-.25rem}.-scroll-mx-2{scroll-margin-left:-.5rem;scroll-margin-right:-.5rem}.-scroll-mx-3{scroll-margin-left:-.75rem;scroll-margin-right:-.75rem}.-scroll-mx-4{scroll-margin-left:-1rem;scroll-margin-right:-1rem}.-scroll-mx-5{scroll-margin-left:-1.25rem;scroll-margin-right:-1.25rem}.-scroll-mx-6{scroll-margin-left:-1.5rem;scroll-margin-right:-1.5rem}.-scroll-mx-7{scroll-margin-left:-1.75rem;scroll-margin-right:-1.75rem}.-scroll-mx-8{scroll-margin-left:-2rem;scroll-margin-right:-2rem}.-scroll-mx-9{scroll-margin-left:-2.25rem;scroll-margin-right:-2.25rem}.-scroll-mx-10{scroll-margin-left:-2.5rem;scroll-margin-right:-2.5rem}.-scroll-mx-11{scroll-margin-left:-2.75rem;scroll-margin-right:-2.75rem}.-scroll-mx-12{scroll-margin-left:-3rem;scroll-margin-right:-3rem}.-scroll-mx-14{scroll-margin-left:-3.5rem;scroll-margin-right:-3.5rem}.-scroll-mx-16{scroll-margin-left:-4rem;scroll-margin-right:-4rem}.-scroll-mx-20{scroll-margin-left:-5rem;scroll-margin-right:-5rem}.-scroll-mx-24{scroll-margin-left:-6rem;scroll-margin-right:-6rem}.-scroll-mx-28{scroll-margin-left:-7rem;scroll-margin-right:-7rem}.-scroll-mx-32{scroll-margin-left:-8rem;scroll-margin-right:-8rem}.-scroll-mx-36{scroll-margin-left:-9rem;scroll-margin-right:-9rem}.-scroll-mx-40{scroll-margin-left:-10rem;scroll-margin-right:-10rem}.-scroll-mx-44{scroll-margin-left:-11rem;scroll-margin-right:-11rem}.-scroll-mx-48{scroll-margin-left:-12rem;scroll-margin-right:-12rem}.-scroll-mx-52{scroll-margin-left:-13rem;scroll-margin-right:-13rem}.-scroll-mx-56{scroll-margin-left:-14rem;scroll-margin-right:-14rem}.-scroll-mx-60{scroll-margin-left:-15rem;scroll-margin-right:-15rem}.-scroll-mx-64{scroll-margin-left:-16rem;scroll-margin-right:-16rem}.-scroll-mx-72{scroll-margin-left:-18rem;scroll-margin-right:-18rem}.-scroll-mx-80{scroll-margin-left:-20rem;scroll-margin-right:-20rem}.-scroll-mx-96{scroll-margin-left:-24rem;scroll-margin-right:-24rem}.-scroll-mx-0\.5{scroll-margin-left:-.125rem;scroll-margin-right:-.125rem}.-scroll-mx-1\.5{scroll-margin-left:-.375rem;scroll-margin-right:-.375rem}.-scroll-mx-2\.5{scroll-margin-left:-.625rem;scroll-margin-right:-.625rem}.-scroll-mx-3\.5{scroll-margin-left:-.875rem;scroll-margin-right:-.875rem}.scroll-my-0{scroll-margin-top:0px;scroll-margin-bottom:0px}.scroll-my-1{scroll-margin-top:.25rem;scroll-margin-bottom:.25rem}.scroll-my-2{scroll-margin-top:.5rem;scroll-margin-bottom:.5rem}.scroll-my-3{scroll-margin-top:.75rem;scroll-margin-bottom:.75rem}.scroll-my-4{scroll-margin-top:1rem;scroll-margin-bottom:1rem}.scroll-my-5{scroll-margin-top:1.25rem;scroll-margin-bottom:1.25rem}.scroll-my-6{scroll-margin-top:1.5rem;scroll-margin-bottom:1.5rem}.scroll-my-7{scroll-margin-top:1.75rem;scroll-margin-bottom:1.75rem}.scroll-my-8{scroll-margin-top:2rem;scroll-margin-bottom:2rem}.scroll-my-9{scroll-margin-top:2.25rem;scroll-margin-bottom:2.25rem}.scroll-my-10{scroll-margin-top:2.5rem;scroll-margin-bottom:2.5rem}.scroll-my-11{scroll-margin-top:2.75rem;scroll-margin-bottom:2.75rem}.scroll-my-12{scroll-margin-top:3rem;scroll-margin-bottom:3rem}.scroll-my-14{scroll-margin-top:3.5rem;scroll-margin-bottom:3.5rem}.scroll-my-16{scroll-margin-top:4rem;scroll-margin-bottom:4rem}.scroll-my-20{scroll-margin-top:5rem;scroll-margin-bottom:5rem}.scroll-my-24{scroll-margin-top:6rem;scroll-margin-bottom:6rem}.scroll-my-28{scroll-margin-top:7rem;scroll-margin-bottom:7rem}.scroll-my-32{scroll-margin-top:8rem;scroll-margin-bottom:8rem}.scroll-my-36{scroll-margin-top:9rem;scroll-margin-bottom:9rem}.scroll-my-40{scroll-margin-top:10rem;scroll-margin-bottom:10rem}.scroll-my-44{scroll-margin-top:11rem;scroll-margin-bottom:11rem}.scroll-my-48{scroll-margin-top:12rem;scroll-margin-bottom:12rem}.scroll-my-52{scroll-margin-top:13rem;scroll-margin-bottom:13rem}.scroll-my-56{scroll-margin-top:14rem;scroll-margin-bottom:14rem}.scroll-my-60{scroll-margin-top:15rem;scroll-margin-bottom:15rem}.scroll-my-64{scroll-margin-top:16rem;scroll-margin-bottom:16rem}.scroll-my-72{scroll-margin-top:18rem;scroll-margin-bottom:18rem}.scroll-my-80{scroll-margin-top:20rem;scroll-margin-bottom:20rem}.scroll-my-96{scroll-margin-top:24rem;scroll-margin-bottom:24rem}.scroll-my-0\.5{scroll-margin-top:.125rem;scroll-margin-bottom:.125rem}.scroll-my-1\.5{scroll-margin-top:.375rem;scroll-margin-bottom:.375rem}.scroll-my-2\.5{scroll-margin-top:.625rem;scroll-margin-bottom:.625rem}.scroll-my-3\.5{scroll-margin-top:.875rem;scroll-margin-bottom:.875rem}.-scroll-my-0{scroll-margin-top:-0px;scroll-margin-bottom:-0px}.-scroll-my-1{scroll-margin-top:-.25rem;scroll-margin-bottom:-.25rem}.-scroll-my-2{scroll-margin-top:-.5rem;scroll-margin-bottom:-.5rem}.-scroll-my-3{scroll-margin-top:-.75rem;scroll-margin-bottom:-.75rem}.-scroll-my-4{scroll-margin-top:-1rem;scroll-margin-bottom:-1rem}.-scroll-my-5{scroll-margin-top:-1.25rem;scroll-margin-bottom:-1.25rem}.-scroll-my-6{scroll-margin-top:-1.5rem;scroll-margin-bottom:-1.5rem}.-scroll-my-7{scroll-margin-top:-1.75rem;scroll-margin-bottom:-1.75rem}.-scroll-my-8{scroll-margin-top:-2rem;scroll-margin-bottom:-2rem}.-scroll-my-9{scroll-margin-top:-2.25rem;scroll-margin-bottom:-2.25rem}.-scroll-my-10{scroll-margin-top:-2.5rem;scroll-margin-bottom:-2.5rem}.-scroll-my-11{scroll-margin-top:-2.75rem;scroll-margin-bottom:-2.75rem}.-scroll-my-12{scroll-margin-top:-3rem;scroll-margin-bottom:-3rem}.-scroll-my-14{scroll-margin-top:-3.5rem;scroll-margin-bottom:-3.5rem}.-scroll-my-16{scroll-margin-top:-4rem;scroll-margin-bottom:-4rem}.-scroll-my-20{scroll-margin-top:-5rem;scroll-margin-bottom:-5rem}.-scroll-my-24{scroll-margin-top:-6rem;scroll-margin-bottom:-6rem}.-scroll-my-28{scroll-margin-top:-7rem;scroll-margin-bottom:-7rem}.-scroll-my-32{scroll-margin-top:-8rem;scroll-margin-bottom:-8rem}.-scroll-my-36{scroll-margin-top:-9rem;scroll-margin-bottom:-9rem}.-scroll-my-40{scroll-margin-top:-10rem;scroll-margin-bottom:-10rem}.-scroll-my-44{scroll-margin-top:-11rem;scroll-margin-bottom:-11rem}.-scroll-my-48{scroll-margin-top:-12rem;scroll-margin-bottom:-12rem}.-scroll-my-52{scroll-margin-top:-13rem;scroll-margin-bottom:-13rem}.-scroll-my-56{scroll-margin-top:-14rem;scroll-margin-bottom:-14rem}.-scroll-my-60{scroll-margin-top:-15rem;scroll-margin-bottom:-15rem}.-scroll-my-64{scroll-margin-top:-16rem;scroll-margin-bottom:-16rem}.-scroll-my-72{scroll-margin-top:-18rem;scroll-margin-bottom:-18rem}.-scroll-my-80{scroll-margin-top:-20rem;scroll-margin-bottom:-20rem}.-scroll-my-96{scroll-margin-top:-24rem;scroll-margin-bottom:-24rem}.-scroll-my-0\.5{scroll-margin-top:-.125rem;scroll-margin-bottom:-.125rem}.-scroll-my-1\.5{scroll-margin-top:-.375rem;scroll-margin-bottom:-.375rem}.-scroll-my-2\.5{scroll-margin-top:-.625rem;scroll-margin-bottom:-.625rem}.-scroll-my-3\.5{scroll-margin-top:-.875rem;scroll-margin-bottom:-.875rem}.scroll-mt-0{scroll-margin-top:0px}.scroll-mt-1{scroll-margin-top:.25rem}.scroll-mt-2{scroll-margin-top:.5rem}.scroll-mt-3{scroll-margin-top:.75rem}.scroll-mt-4{scroll-margin-top:1rem}.scroll-mt-5{scroll-margin-top:1.25rem}.scroll-mt-6{scroll-margin-top:1.5rem}.scroll-mt-7{scroll-margin-top:1.75rem}.scroll-mt-8{scroll-margin-top:2rem}.scroll-mt-9{scroll-margin-top:2.25rem}.scroll-mt-10{scroll-margin-top:2.5rem}.scroll-mt-11{scroll-margin-top:2.75rem}.scroll-mt-12{scroll-margin-top:3rem}.scroll-mt-14{scroll-margin-top:3.5rem}.scroll-mt-16{scroll-margin-top:4rem}.scroll-mt-20{scroll-margin-top:5rem}.scroll-mt-24{scroll-margin-top:6rem}.scroll-mt-28{scroll-margin-top:7rem}.scroll-mt-32{scroll-margin-top:8rem}.scroll-mt-36{scroll-margin-top:9rem}.scroll-mt-40{scroll-margin-top:10rem}.scroll-mt-44{scroll-margin-top:11rem}.scroll-mt-48{scroll-margin-top:12rem}.scroll-mt-52{scroll-margin-top:13rem}.scroll-mt-56{scroll-margin-top:14rem}.scroll-mt-60{scroll-margin-top:15rem}.scroll-mt-64{scroll-margin-top:16rem}.scroll-mt-72{scroll-margin-top:18rem}.scroll-mt-80{scroll-margin-top:20rem}.scroll-mt-96{scroll-margin-top:24rem}.scroll-mt-0\.5{scroll-margin-top:.125rem}.scroll-mt-1\.5{scroll-margin-top:.375rem}.scroll-mt-2\.5{scroll-margin-top:.625rem}.scroll-mt-3\.5{scroll-margin-top:.875rem}.-scroll-mt-0{scroll-margin-top:-0px}.-scroll-mt-1{scroll-margin-top:-.25rem}.-scroll-mt-2{scroll-margin-top:-.5rem}.-scroll-mt-3{scroll-margin-top:-.75rem}.-scroll-mt-4{scroll-margin-top:-1rem}.-scroll-mt-5{scroll-margin-top:-1.25rem}.-scroll-mt-6{scroll-margin-top:-1.5rem}.-scroll-mt-7{scroll-margin-top:-1.75rem}.-scroll-mt-8{scroll-margin-top:-2rem}.-scroll-mt-9{scroll-margin-top:-2.25rem}.-scroll-mt-10{scroll-margin-top:-2.5rem}.-scroll-mt-11{scroll-margin-top:-2.75rem}.-scroll-mt-12{scroll-margin-top:-3rem}.-scroll-mt-14{scroll-margin-top:-3.5rem}.-scroll-mt-16{scroll-margin-top:-4rem}.-scroll-mt-20{scroll-margin-top:-5rem}.-scroll-mt-24{scroll-margin-top:-6rem}.-scroll-mt-28{scroll-margin-top:-7rem}.-scroll-mt-32{scroll-margin-top:-8rem}.-scroll-mt-36{scroll-margin-top:-9rem}.-scroll-mt-40{scroll-margin-top:-10rem}.-scroll-mt-44{scroll-margin-top:-11rem}.-scroll-mt-48{scroll-margin-top:-12rem}.-scroll-mt-52{scroll-margin-top:-13rem}.-scroll-mt-56{scroll-margin-top:-14rem}.-scroll-mt-60{scroll-margin-top:-15rem}.-scroll-mt-64{scroll-margin-top:-16rem}.-scroll-mt-72{scroll-margin-top:-18rem}.-scroll-mt-80{scroll-margin-top:-20rem}.-scroll-mt-96{scroll-margin-top:-24rem}.-scroll-mt-0\.5{scroll-margin-top:-.125rem}.-scroll-mt-1\.5{scroll-margin-top:-.375rem}.-scroll-mt-2\.5{scroll-margin-top:-.625rem}.-scroll-mt-3\.5{scroll-margin-top:-.875rem}.scroll-mr-0{scroll-margin-right:0px}.scroll-mr-1{scroll-margin-right:.25rem}.scroll-mr-2{scroll-margin-right:.5rem}.scroll-mr-3{scroll-margin-right:.75rem}.scroll-mr-4{scroll-margin-right:1rem}.scroll-mr-5{scroll-margin-right:1.25rem}.scroll-mr-6{scroll-margin-right:1.5rem}.scroll-mr-7{scroll-margin-right:1.75rem}.scroll-mr-8{scroll-margin-right:2rem}.scroll-mr-9{scroll-margin-right:2.25rem}.scroll-mr-10{scroll-margin-right:2.5rem}.scroll-mr-11{scroll-margin-right:2.75rem}.scroll-mr-12{scroll-margin-right:3rem}.scroll-mr-14{scroll-margin-right:3.5rem}.scroll-mr-16{scroll-margin-right:4rem}.scroll-mr-20{scroll-margin-right:5rem}.scroll-mr-24{scroll-margin-right:6rem}.scroll-mr-28{scroll-margin-right:7rem}.scroll-mr-32{scroll-margin-right:8rem}.scroll-mr-36{scroll-margin-right:9rem}.scroll-mr-40{scroll-margin-right:10rem}.scroll-mr-44{scroll-margin-right:11rem}.scroll-mr-48{scroll-margin-right:12rem}.scroll-mr-52{scroll-margin-right:13rem}.scroll-mr-56{scroll-margin-right:14rem}.scroll-mr-60{scroll-margin-right:15rem}.scroll-mr-64{scroll-margin-right:16rem}.scroll-mr-72{scroll-margin-right:18rem}.scroll-mr-80{scroll-margin-right:20rem}.scroll-mr-96{scroll-margin-right:24rem}.scroll-mr-0\.5{scroll-margin-right:.125rem}.scroll-mr-1\.5{scroll-margin-right:.375rem}.scroll-mr-2\.5{scroll-margin-right:.625rem}.scroll-mr-3\.5{scroll-margin-right:.875rem}.-scroll-mr-0{scroll-margin-right:-0px}.-scroll-mr-1{scroll-margin-right:-.25rem}.-scroll-mr-2{scroll-margin-right:-.5rem}.-scroll-mr-3{scroll-margin-right:-.75rem}.-scroll-mr-4{scroll-margin-right:-1rem}.-scroll-mr-5{scroll-margin-right:-1.25rem}.-scroll-mr-6{scroll-margin-right:-1.5rem}.-scroll-mr-7{scroll-margin-right:-1.75rem}.-scroll-mr-8{scroll-margin-right:-2rem}.-scroll-mr-9{scroll-margin-right:-2.25rem}.-scroll-mr-10{scroll-margin-right:-2.5rem}.-scroll-mr-11{scroll-margin-right:-2.75rem}.-scroll-mr-12{scroll-margin-right:-3rem}.-scroll-mr-14{scroll-margin-right:-3.5rem}.-scroll-mr-16{scroll-margin-right:-4rem}.-scroll-mr-20{scroll-margin-right:-5rem}.-scroll-mr-24{scroll-margin-right:-6rem}.-scroll-mr-28{scroll-margin-right:-7rem}.-scroll-mr-32{scroll-margin-right:-8rem}.-scroll-mr-36{scroll-margin-right:-9rem}.-scroll-mr-40{scroll-margin-right:-10rem}.-scroll-mr-44{scroll-margin-right:-11rem}.-scroll-mr-48{scroll-margin-right:-12rem}.-scroll-mr-52{scroll-margin-right:-13rem}.-scroll-mr-56{scroll-margin-right:-14rem}.-scroll-mr-60{scroll-margin-right:-15rem}.-scroll-mr-64{scroll-margin-right:-16rem}.-scroll-mr-72{scroll-margin-right:-18rem}.-scroll-mr-80{scroll-margin-right:-20rem}.-scroll-mr-96{scroll-margin-right:-24rem}.-scroll-mr-0\.5{scroll-margin-right:-.125rem}.-scroll-mr-1\.5{scroll-margin-right:-.375rem}.-scroll-mr-2\.5{scroll-margin-right:-.625rem}.-scroll-mr-3\.5{scroll-margin-right:-.875rem}.scroll-mb-0{scroll-margin-bottom:0px}.scroll-mb-1{scroll-margin-bottom:.25rem}.scroll-mb-2{scroll-margin-bottom:.5rem}.scroll-mb-3{scroll-margin-bottom:.75rem}.scroll-mb-4{scroll-margin-bottom:1rem}.scroll-mb-5{scroll-margin-bottom:1.25rem}.scroll-mb-6{scroll-margin-bottom:1.5rem}.scroll-mb-7{scroll-margin-bottom:1.75rem}.scroll-mb-8{scroll-margin-bottom:2rem}.scroll-mb-9{scroll-margin-bottom:2.25rem}.scroll-mb-10{scroll-margin-bottom:2.5rem}.scroll-mb-11{scroll-margin-bottom:2.75rem}.scroll-mb-12{scroll-margin-bottom:3rem}.scroll-mb-14{scroll-margin-bottom:3.5rem}.scroll-mb-16{scroll-margin-bottom:4rem}.scroll-mb-20{scroll-margin-bottom:5rem}.scroll-mb-24{scroll-margin-bottom:6rem}.scroll-mb-28{scroll-margin-bottom:7rem}.scroll-mb-32{scroll-margin-bottom:8rem}.scroll-mb-36{scroll-margin-bottom:9rem}.scroll-mb-40{scroll-margin-bottom:10rem}.scroll-mb-44{scroll-margin-bottom:11rem}.scroll-mb-48{scroll-margin-bottom:12rem}.scroll-mb-52{scroll-margin-bottom:13rem}.scroll-mb-56{scroll-margin-bottom:14rem}.scroll-mb-60{scroll-margin-bottom:15rem}.scroll-mb-64{scroll-margin-bottom:16rem}.scroll-mb-72{scroll-margin-bottom:18rem}.scroll-mb-80{scroll-margin-bottom:20rem}.scroll-mb-96{scroll-margin-bottom:24rem}.scroll-mb-0\.5{scroll-margin-bottom:.125rem}.scroll-mb-1\.5{scroll-margin-bottom:.375rem}.scroll-mb-2\.5{scroll-margin-bottom:.625rem}.scroll-mb-3\.5{scroll-margin-bottom:.875rem}.-scroll-mb-0{scroll-margin-bottom:-0px}.-scroll-mb-1{scroll-margin-bottom:-.25rem}.-scroll-mb-2{scroll-margin-bottom:-.5rem}.-scroll-mb-3{scroll-margin-bottom:-.75rem}.-scroll-mb-4{scroll-margin-bottom:-1rem}.-scroll-mb-5{scroll-margin-bottom:-1.25rem}.-scroll-mb-6{scroll-margin-bottom:-1.5rem}.-scroll-mb-7{scroll-margin-bottom:-1.75rem}.-scroll-mb-8{scroll-margin-bottom:-2rem}.-scroll-mb-9{scroll-margin-bottom:-2.25rem}.-scroll-mb-10{scroll-margin-bottom:-2.5rem}.-scroll-mb-11{scroll-margin-bottom:-2.75rem}.-scroll-mb-12{scroll-margin-bottom:-3rem}.-scroll-mb-14{scroll-margin-bottom:-3.5rem}.-scroll-mb-16{scroll-margin-bottom:-4rem}.-scroll-mb-20{scroll-margin-bottom:-5rem}.-scroll-mb-24{scroll-margin-bottom:-6rem}.-scroll-mb-28{scroll-margin-bottom:-7rem}.-scroll-mb-32{scroll-margin-bottom:-8rem}.-scroll-mb-36{scroll-margin-bottom:-9rem}.-scroll-mb-40{scroll-margin-bottom:-10rem}.-scroll-mb-44{scroll-margin-bottom:-11rem}.-scroll-mb-48{scroll-margin-bottom:-12rem}.-scroll-mb-52{scroll-margin-bottom:-13rem}.-scroll-mb-56{scroll-margin-bottom:-14rem}.-scroll-mb-60{scroll-margin-bottom:-15rem}.-scroll-mb-64{scroll-margin-bottom:-16rem}.-scroll-mb-72{scroll-margin-bottom:-18rem}.-scroll-mb-80{scroll-margin-bottom:-20rem}.-scroll-mb-96{scroll-margin-bottom:-24rem}.-scroll-mb-0\.5{scroll-margin-bottom:-.125rem}.-scroll-mb-1\.5{scroll-margin-bottom:-.375rem}.-scroll-mb-2\.5{scroll-margin-bottom:-.625rem}.-scroll-mb-3\.5{scroll-margin-bottom:-.875rem}.scroll-ml-0{scroll-margin-left:0px}.scroll-ml-1{scroll-margin-left:.25rem}.scroll-ml-2{scroll-margin-left:.5rem}.scroll-ml-3{scroll-margin-left:.75rem}.scroll-ml-4{scroll-margin-left:1rem}.scroll-ml-5{scroll-margin-left:1.25rem}.scroll-ml-6{scroll-margin-left:1.5rem}.scroll-ml-7{scroll-margin-left:1.75rem}.scroll-ml-8{scroll-margin-left:2rem}.scroll-ml-9{scroll-margin-left:2.25rem}.scroll-ml-10{scroll-margin-left:2.5rem}.scroll-ml-11{scroll-margin-left:2.75rem}.scroll-ml-12{scroll-margin-left:3rem}.scroll-ml-14{scroll-margin-left:3.5rem}.scroll-ml-16{scroll-margin-left:4rem}.scroll-ml-20{scroll-margin-left:5rem}.scroll-ml-24{scroll-margin-left:6rem}.scroll-ml-28{scroll-margin-left:7rem}.scroll-ml-32{scroll-margin-left:8rem}.scroll-ml-36{scroll-margin-left:9rem}.scroll-ml-40{scroll-margin-left:10rem}.scroll-ml-44{scroll-margin-left:11rem}.scroll-ml-48{scroll-margin-left:12rem}.scroll-ml-52{scroll-margin-left:13rem}.scroll-ml-56{scroll-margin-left:14rem}.scroll-ml-60{scroll-margin-left:15rem}.scroll-ml-64{scroll-margin-left:16rem}.scroll-ml-72{scroll-margin-left:18rem}.scroll-ml-80{scroll-margin-left:20rem}.scroll-ml-96{scroll-margin-left:24rem}.scroll-ml-0\.5{scroll-margin-left:.125rem}.scroll-ml-1\.5{scroll-margin-left:.375rem}.scroll-ml-2\.5{scroll-margin-left:.625rem}.scroll-ml-3\.5{scroll-margin-left:.875rem}.-scroll-ml-0{scroll-margin-left:-0px}.-scroll-ml-1{scroll-margin-left:-.25rem}.-scroll-ml-2{scroll-margin-left:-.5rem}.-scroll-ml-3{scroll-margin-left:-.75rem}.-scroll-ml-4{scroll-margin-left:-1rem}.-scroll-ml-5{scroll-margin-left:-1.25rem}.-scroll-ml-6{scroll-margin-left:-1.5rem}.-scroll-ml-7{scroll-margin-left:-1.75rem}.-scroll-ml-8{scroll-margin-left:-2rem}.-scroll-ml-9{scroll-margin-left:-2.25rem}.-scroll-ml-10{scroll-margin-left:-2.5rem}.-scroll-ml-11{scroll-margin-left:-2.75rem}.-scroll-ml-12{scroll-margin-left:-3rem}.-scroll-ml-14{scroll-margin-left:-3.5rem}.-scroll-ml-16{scroll-margin-left:-4rem}.-scroll-ml-20{scroll-margin-left:-5rem}.-scroll-ml-24{scroll-margin-left:-6rem}.-scroll-ml-28{scroll-margin-left:-7rem}.-scroll-ml-32{scroll-margin-left:-8rem}.-scroll-ml-36{scroll-margin-left:-9rem}.-scroll-ml-40{scroll-margin-left:-10rem}.-scroll-ml-44{scroll-margin-left:-11rem}.-scroll-ml-48{scroll-margin-left:-12rem}.-scroll-ml-52{scroll-margin-left:-13rem}.-scroll-ml-56{scroll-margin-left:-14rem}.-scroll-ml-60{scroll-margin-left:-15rem}.-scroll-ml-64{scroll-margin-left:-16rem}.-scroll-ml-72{scroll-margin-left:-18rem}.-scroll-ml-80{scroll-margin-left:-20rem}.-scroll-ml-96{scroll-margin-left:-24rem}.-scroll-ml-0\.5{scroll-margin-left:-.125rem}.-scroll-ml-1\.5{scroll-margin-left:-.375rem}.-scroll-ml-2\.5{scroll-margin-left:-.625rem}.-scroll-ml-3\.5{scroll-margin-left:-.875rem}.scroll-px-0{scroll-padding-left:0px;scroll-padding-right:0px}.scroll-px-1{scroll-padding-left:.25rem;scroll-padding-right:.25rem}.scroll-px-2{scroll-padding-left:.5rem;scroll-padding-right:.5rem}.scroll-px-3{scroll-padding-left:.75rem;scroll-padding-right:.75rem}.scroll-px-4{scroll-padding-left:1rem;scroll-padding-right:1rem}.scroll-px-5{scroll-padding-left:1.25rem;scroll-padding-right:1.25rem}.scroll-px-6{scroll-padding-left:1.5rem;scroll-padding-right:1.5rem}.scroll-px-7{scroll-padding-left:1.75rem;scroll-padding-right:1.75rem}.scroll-px-8{scroll-padding-left:2rem;scroll-padding-right:2rem}.scroll-px-9{scroll-padding-left:2.25rem;scroll-padding-right:2.25rem}.scroll-px-10{scroll-padding-left:2.5rem;scroll-padding-right:2.5rem}.scroll-px-11{scroll-padding-left:2.75rem;scroll-padding-right:2.75rem}.scroll-px-12{scroll-padding-left:3rem;scroll-padding-right:3rem}.scroll-px-14{scroll-padding-left:3.5rem;scroll-padding-right:3.5rem}.scroll-px-16{scroll-padding-left:4rem;scroll-padding-right:4rem}.scroll-px-20{scroll-padding-left:5rem;scroll-padding-right:5rem}.scroll-px-24{scroll-padding-left:6rem;scroll-padding-right:6rem}.scroll-px-28{scroll-padding-left:7rem;scroll-padding-right:7rem}.scroll-px-32{scroll-padding-left:8rem;scroll-padding-right:8rem}.scroll-px-36{scroll-padding-left:9rem;scroll-padding-right:9rem}.scroll-px-40{scroll-padding-left:10rem;scroll-padding-right:10rem}.scroll-px-44{scroll-padding-left:11rem;scroll-padding-right:11rem}.scroll-px-48{scroll-padding-left:12rem;scroll-padding-right:12rem}.scroll-px-52{scroll-padding-left:13rem;scroll-padding-right:13rem}.scroll-px-56{scroll-padding-left:14rem;scroll-padding-right:14rem}.scroll-px-60{scroll-padding-left:15rem;scroll-padding-right:15rem}.scroll-px-64{scroll-padding-left:16rem;scroll-padding-right:16rem}.scroll-px-72{scroll-padding-left:18rem;scroll-padding-right:18rem}.scroll-px-80{scroll-padding-left:20rem;scroll-padding-right:20rem}.scroll-px-96{scroll-padding-left:24rem;scroll-padding-right:24rem}.scroll-px-0\.5{scroll-padding-left:.125rem;scroll-padding-right:.125rem}.scroll-px-1\.5{scroll-padding-left:.375rem;scroll-padding-right:.375rem}.scroll-px-2\.5{scroll-padding-left:.625rem;scroll-padding-right:.625rem}.scroll-px-3\.5{scroll-padding-left:.875rem;scroll-padding-right:.875rem}.scroll-py-0{scroll-padding-top:0px;scroll-padding-bottom:0px}.scroll-py-1{scroll-padding-top:.25rem;scroll-padding-bottom:.25rem}.scroll-py-2{scroll-padding-top:.5rem;scroll-padding-bottom:.5rem}.scroll-py-3{scroll-padding-top:.75rem;scroll-padding-bottom:.75rem}.scroll-py-4{scroll-padding-top:1rem;scroll-padding-bottom:1rem}.scroll-py-5{scroll-padding-top:1.25rem;scroll-padding-bottom:1.25rem}.scroll-py-6{scroll-padding-top:1.5rem;scroll-padding-bottom:1.5rem}.scroll-py-7{scroll-padding-top:1.75rem;scroll-padding-bottom:1.75rem}.scroll-py-8{scroll-padding-top:2rem;scroll-padding-bottom:2rem}.scroll-py-9{scroll-padding-top:2.25rem;scroll-padding-bottom:2.25rem}.scroll-py-10{scroll-padding-top:2.5rem;scroll-padding-bottom:2.5rem}.scroll-py-11{scroll-padding-top:2.75rem;scroll-padding-bottom:2.75rem}.scroll-py-12{scroll-padding-top:3rem;scroll-padding-bottom:3rem}.scroll-py-14{scroll-padding-top:3.5rem;scroll-padding-bottom:3.5rem}.scroll-py-16{scroll-padding-top:4rem;scroll-padding-bottom:4rem}.scroll-py-20{scroll-padding-top:5rem;scroll-padding-bottom:5rem}.scroll-py-24{scroll-padding-top:6rem;scroll-padding-bottom:6rem}.scroll-py-28{scroll-padding-top:7rem;scroll-padding-bottom:7rem}.scroll-py-32{scroll-padding-top:8rem;scroll-padding-bottom:8rem}.scroll-py-36{scroll-padding-top:9rem;scroll-padding-bottom:9rem}.scroll-py-40{scroll-padding-top:10rem;scroll-padding-bottom:10rem}.scroll-py-44{scroll-padding-top:11rem;scroll-padding-bottom:11rem}.scroll-py-48{scroll-padding-top:12rem;scroll-padding-bottom:12rem}.scroll-py-52{scroll-padding-top:13rem;scroll-padding-bottom:13rem}.scroll-py-56{scroll-padding-top:14rem;scroll-padding-bottom:14rem}.scroll-py-60{scroll-padding-top:15rem;scroll-padding-bottom:15rem}.scroll-py-64{scroll-padding-top:16rem;scroll-padding-bottom:16rem}.scroll-py-72{scroll-padding-top:18rem;scroll-padding-bottom:18rem}.scroll-py-80{scroll-padding-top:20rem;scroll-padding-bottom:20rem}.scroll-py-96{scroll-padding-top:24rem;scroll-padding-bottom:24rem}.scroll-py-0\.5{scroll-padding-top:.125rem;scroll-padding-bottom:.125rem}.scroll-py-1\.5{scroll-padding-top:.375rem;scroll-padding-bottom:.375rem}.scroll-py-2\.5{scroll-padding-top:.625rem;scroll-padding-bottom:.625rem}.scroll-py-3\.5{scroll-padding-top:.875rem;scroll-padding-bottom:.875rem}.scroll-pt-0{scroll-padding-top:0px}.scroll-pt-1{scroll-padding-top:.25rem}.scroll-pt-2{scroll-padding-top:.5rem}.scroll-pt-3{scroll-padding-top:.75rem}.scroll-pt-4{scroll-padding-top:1rem}.scroll-pt-5{scroll-padding-top:1.25rem}.scroll-pt-6{scroll-padding-top:1.5rem}.scroll-pt-7{scroll-padding-top:1.75rem}.scroll-pt-8{scroll-padding-top:2rem}.scroll-pt-9{scroll-padding-top:2.25rem}.scroll-pt-10{scroll-padding-top:2.5rem}.scroll-pt-11{scroll-padding-top:2.75rem}.scroll-pt-12{scroll-padding-top:3rem}.scroll-pt-14{scroll-padding-top:3.5rem}.scroll-pt-16{scroll-padding-top:4rem}.scroll-pt-20{scroll-padding-top:5rem}.scroll-pt-24{scroll-padding-top:6rem}.scroll-pt-28{scroll-padding-top:7rem}.scroll-pt-32{scroll-padding-top:8rem}.scroll-pt-36{scroll-padding-top:9rem}.scroll-pt-40{scroll-padding-top:10rem}.scroll-pt-44{scroll-padding-top:11rem}.scroll-pt-48{scroll-padding-top:12rem}.scroll-pt-52{scroll-padding-top:13rem}.scroll-pt-56{scroll-padding-top:14rem}.scroll-pt-60{scroll-padding-top:15rem}.scroll-pt-64{scroll-padding-top:16rem}.scroll-pt-72{scroll-padding-top:18rem}.scroll-pt-80{scroll-padding-top:20rem}.scroll-pt-96{scroll-padding-top:24rem}.scroll-pt-0\.5{scroll-padding-top:.125rem}.scroll-pt-1\.5{scroll-padding-top:.375rem}.scroll-pt-2\.5{scroll-padding-top:.625rem}.scroll-pt-3\.5{scroll-padding-top:.875rem}.scroll-pr-0{scroll-padding-right:0px}.scroll-pr-1{scroll-padding-right:.25rem}.scroll-pr-2{scroll-padding-right:.5rem}.scroll-pr-3{scroll-padding-right:.75rem}.scroll-pr-4{scroll-padding-right:1rem}.scroll-pr-5{scroll-padding-right:1.25rem}.scroll-pr-6{scroll-padding-right:1.5rem}.scroll-pr-7{scroll-padding-right:1.75rem}.scroll-pr-8{scroll-padding-right:2rem}.scroll-pr-9{scroll-padding-right:2.25rem}.scroll-pr-10{scroll-padding-right:2.5rem}.scroll-pr-11{scroll-padding-right:2.75rem}.scroll-pr-12{scroll-padding-right:3rem}.scroll-pr-14{scroll-padding-right:3.5rem}.scroll-pr-16{scroll-padding-right:4rem}.scroll-pr-20{scroll-padding-right:5rem}.scroll-pr-24{scroll-padding-right:6rem}.scroll-pr-28{scroll-padding-right:7rem}.scroll-pr-32{scroll-padding-right:8rem}.scroll-pr-36{scroll-padding-right:9rem}.scroll-pr-40{scroll-padding-right:10rem}.scroll-pr-44{scroll-padding-right:11rem}.scroll-pr-48{scroll-padding-right:12rem}.scroll-pr-52{scroll-padding-right:13rem}.scroll-pr-56{scroll-padding-right:14rem}.scroll-pr-60{scroll-padding-right:15rem}.scroll-pr-64{scroll-padding-right:16rem}.scroll-pr-72{scroll-padding-right:18rem}.scroll-pr-80{scroll-padding-right:20rem}.scroll-pr-96{scroll-padding-right:24rem}.scroll-pr-0\.5{scroll-padding-right:.125rem}.scroll-pr-1\.5{scroll-padding-right:.375rem}.scroll-pr-2\.5{scroll-padding-right:.625rem}.scroll-pr-3\.5{scroll-padding-right:.875rem}.scroll-pb-0{scroll-padding-bottom:0px}.scroll-pb-1{scroll-padding-bottom:.25rem}.scroll-pb-2{scroll-padding-bottom:.5rem}.scroll-pb-3{scroll-padding-bottom:.75rem}.scroll-pb-4{scroll-padding-bottom:1rem}.scroll-pb-5{scroll-padding-bottom:1.25rem}.scroll-pb-6{scroll-padding-bottom:1.5rem}.scroll-pb-7{scroll-padding-bottom:1.75rem}.scroll-pb-8{scroll-padding-bottom:2rem}.scroll-pb-9{scroll-padding-bottom:2.25rem}.scroll-pb-10{scroll-padding-bottom:2.5rem}.scroll-pb-11{scroll-padding-bottom:2.75rem}.scroll-pb-12{scroll-padding-bottom:3rem}.scroll-pb-14{scroll-padding-bottom:3.5rem}.scroll-pb-16{scroll-padding-bottom:4rem}.scroll-pb-20{scroll-padding-bottom:5rem}.scroll-pb-24{scroll-padding-bottom:6rem}.scroll-pb-28{scroll-padding-bottom:7rem}.scroll-pb-32{scroll-padding-bottom:8rem}.scroll-pb-36{scroll-padding-bottom:9rem}.scroll-pb-40{scroll-padding-bottom:10rem}.scroll-pb-44{scroll-padding-bottom:11rem}.scroll-pb-48{scroll-padding-bottom:12rem}.scroll-pb-52{scroll-padding-bottom:13rem}.scroll-pb-56{scroll-padding-bottom:14rem}.scroll-pb-60{scroll-padding-bottom:15rem}.scroll-pb-64{scroll-padding-bottom:16rem}.scroll-pb-72{scroll-padding-bottom:18rem}.scroll-pb-80{scroll-padding-bottom:20rem}.scroll-pb-96{scroll-padding-bottom:24rem}.scroll-pb-0\.5{scroll-padding-bottom:.125rem}.scroll-pb-1\.5{scroll-padding-bottom:.375rem}.scroll-pb-2\.5{scroll-padding-bottom:.625rem}.scroll-pb-3\.5{scroll-padding-bottom:.875rem}.scroll-pl-0{scroll-padding-left:0px}.scroll-pl-1{scroll-padding-left:.25rem}.scroll-pl-2{scroll-padding-left:.5rem}.scroll-pl-3{scroll-padding-left:.75rem}.scroll-pl-4{scroll-padding-left:1rem}.scroll-pl-5{scroll-padding-left:1.25rem}.scroll-pl-6{scroll-padding-left:1.5rem}.scroll-pl-7{scroll-padding-left:1.75rem}.scroll-pl-8{scroll-padding-left:2rem}.scroll-pl-9{scroll-padding-left:2.25rem}.scroll-pl-10{scroll-padding-left:2.5rem}.scroll-pl-11{scroll-padding-left:2.75rem}.scroll-pl-12{scroll-padding-left:3rem}.scroll-pl-14{scroll-padding-left:3.5rem}.scroll-pl-16{scroll-padding-left:4rem}.scroll-pl-20{scroll-padding-left:5rem}.scroll-pl-24{scroll-padding-left:6rem}.scroll-pl-28{scroll-padding-left:7rem}.scroll-pl-32{scroll-padding-left:8rem}.scroll-pl-36{scroll-padding-left:9rem}.scroll-pl-40{scroll-padding-left:10rem}.scroll-pl-44{scroll-padding-left:11rem}.scroll-pl-48{scroll-padding-left:12rem}.scroll-pl-52{scroll-padding-left:13rem}.scroll-pl-56{scroll-padding-left:14rem}.scroll-pl-60{scroll-padding-left:15rem}.scroll-pl-64{scroll-padding-left:16rem}.scroll-pl-72{scroll-padding-left:18rem}.scroll-pl-80{scroll-padding-left:20rem}.scroll-pl-96{scroll-padding-left:24rem}.scroll-pl-0\.5{scroll-padding-left:.125rem}.scroll-pl-1\.5{scroll-padding-left:.375rem}.scroll-pl-2\.5{scroll-padding-left:.625rem}.scroll-pl-3\.5{scroll-padding-left:.875rem}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-none{list-style-type:none}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.columns-1{-moz-columns:1;columns:1}.grid-flow-row{grid-auto-flow:row}.grid-flow-col{grid-auto-flow:column}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.content-center{align-content:center}.content-end{align-content:flex-end}.content-between{align-content:space-between}.content-evenly{align-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-items-start{justify-items:start}.justify-items-end{justify-items:end}.justify-items-center{justify-items:center}.gap-2{gap:.5rem}.gap-5{gap:1.25rem}.gap-4{gap:1rem}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-0{gap:0px}.gap-3{gap:.75rem}.gap-6{gap:1.5rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-3{row-gap:.75rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1px * var(--tw-space-x-reverse));margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-y-4>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(4px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(4px * var(--tw-divide-y-reverse))}.divide-red-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 242 242 / var(--tw-divide-opacity))}.divide-red-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 242 242 / var(--tw-divide-opacity))}.divide-red-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(248 228 228 / var(--tw-divide-opacity))}.divide-red-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(241 198 198 / var(--tw-divide-opacity))}.divide-red-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(234 163 163 / var(--tw-divide-opacity))}.divide-red-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(227 118 118 / var(--tw-divide-opacity))}.divide-red-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(220 38 38 / var(--tw-divide-opacity))}.divide-red-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(196 33 33 / var(--tw-divide-opacity))}.divide-red-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(170 29 29 / var(--tw-divide-opacity))}.divide-red-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(139 24 24 / var(--tw-divide-opacity))}.divide-orange-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(255 247 237 / var(--tw-divide-opacity))}.divide-orange-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(252 243 241 / var(--tw-divide-opacity))}.divide-orange-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 231 228 / var(--tw-divide-opacity))}.divide-orange-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(246 205 197 / var(--tw-divide-opacity))}.divide-orange-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 175 161 / var(--tw-divide-opacity))}.divide-orange-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(238 138 114 / var(--tw-divide-opacity))}.divide-orange-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(234 88 12 / var(--tw-divide-opacity))}.divide-orange-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(209 78 10 / var(--tw-divide-opacity))}.divide-orange-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(181 68 9 / var(--tw-divide-opacity))}.divide-orange-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(147 55 7 / var(--tw-divide-opacity))}.divide-yellow-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 252 232 / var(--tw-divide-opacity))}.divide-yellow-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 243 199 / var(--tw-divide-opacity))}.divide-yellow-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 230 138 / var(--tw-divide-opacity))}.divide-yellow-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(252 211 77 / var(--tw-divide-opacity))}.divide-yellow-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 191 36 / var(--tw-divide-opacity))}.divide-yellow-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(234 179 8 / var(--tw-divide-opacity))}.divide-yellow-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(217 119 6 / var(--tw-divide-opacity))}.divide-yellow-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(180 83 9 / var(--tw-divide-opacity))}.divide-yellow-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(146 64 14 / var(--tw-divide-opacity))}.divide-yellow-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(120 53 15 / var(--tw-divide-opacity))}.divide-green-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(240 253 244 / var(--tw-divide-opacity))}.divide-green-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 250 246 / var(--tw-divide-opacity))}.divide-green-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 246 238 / var(--tw-divide-opacity))}.divide-green-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(200 238 219 / var(--tw-divide-opacity))}.divide-green-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(166 229 200 / var(--tw-divide-opacity))}.divide-green-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(123 220 178 / var(--tw-divide-opacity))}.divide-green-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(52 211 153 / var(--tw-divide-opacity))}.divide-green-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(46 188 136 / var(--tw-divide-opacity))}.divide-green-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(40 163 118 / var(--tw-divide-opacity))}.divide-green-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(32 133 96 / var(--tw-divide-opacity))}.divide-emerald-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(236 253 245 / var(--tw-divide-opacity))}.divide-emerald-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(209 250 229 / var(--tw-divide-opacity))}.divide-emerald-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(167 243 208 / var(--tw-divide-opacity))}.divide-emerald-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(110 231 183 / var(--tw-divide-opacity))}.divide-emerald-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(52 211 153 / var(--tw-divide-opacity))}.divide-emerald-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(16 185 129 / var(--tw-divide-opacity))}.divide-emerald-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(5 150 105 / var(--tw-divide-opacity))}.divide-emerald-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(4 120 87 / var(--tw-divide-opacity))}.divide-emerald-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(6 95 70 / var(--tw-divide-opacity))}.divide-emerald-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(6 78 59 / var(--tw-divide-opacity))}.divide-teal-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(240 253 250 / var(--tw-divide-opacity))}.divide-teal-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(204 251 241 / var(--tw-divide-opacity))}.divide-teal-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(153 246 228 / var(--tw-divide-opacity))}.divide-teal-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(94 234 212 / var(--tw-divide-opacity))}.divide-teal-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(45 212 191 / var(--tw-divide-opacity))}.divide-teal-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(20 184 166 / var(--tw-divide-opacity))}.divide-teal-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(13 148 136 / var(--tw-divide-opacity))}.divide-teal-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(15 118 110 / var(--tw-divide-opacity))}.divide-teal-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(17 94 89 / var(--tw-divide-opacity))}.divide-teal-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(19 78 74 / var(--tw-divide-opacity))}.divide-sky-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(240 249 255 / var(--tw-divide-opacity))}.divide-sky-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(224 242 254 / var(--tw-divide-opacity))}.divide-sky-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(186 230 253 / var(--tw-divide-opacity))}.divide-sky-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(125 211 252 / var(--tw-divide-opacity))}.divide-sky-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(56 189 248 / var(--tw-divide-opacity))}.divide-sky-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(14 165 233 / var(--tw-divide-opacity))}.divide-sky-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(2 132 199 / var(--tw-divide-opacity))}.divide-sky-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(3 105 161 / var(--tw-divide-opacity))}.divide-sky-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(7 89 133 / var(--tw-divide-opacity))}.divide-sky-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(12 74 110 / var(--tw-divide-opacity))}.divide-blue-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(239 246 255 / var(--tw-divide-opacity))}.divide-blue-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 253 / var(--tw-divide-opacity))}.divide-blue-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(228 232 251 / var(--tw-divide-opacity))}.divide-blue-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(198 207 247 / var(--tw-divide-opacity))}.divide-blue-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(163 178 243 / var(--tw-divide-opacity))}.divide-blue-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(118 144 239 / var(--tw-divide-opacity))}.divide-blue-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(37 99 235 / var(--tw-divide-opacity))}.divide-blue-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(33 88 210 / var(--tw-divide-opacity))}.divide-blue-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(28 76 182 / var(--tw-divide-opacity))}.divide-blue-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(23 62 148 / var(--tw-divide-opacity))}.divide-indigo-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(238 242 255 / var(--tw-divide-opacity))}.divide-indigo-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(224 231 255 / var(--tw-divide-opacity))}.divide-indigo-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(199 210 254 / var(--tw-divide-opacity))}.divide-indigo-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(165 180 252 / var(--tw-divide-opacity))}.divide-indigo-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(129 140 248 / var(--tw-divide-opacity))}.divide-indigo-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(99 102 241 / var(--tw-divide-opacity))}.divide-indigo-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(79 70 229 / var(--tw-divide-opacity))}.divide-indigo-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(67 56 202 / var(--tw-divide-opacity))}.divide-indigo-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(55 48 163 / var(--tw-divide-opacity))}.divide-indigo-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(49 46 129 / var(--tw-divide-opacity))}.divide-violet-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(245 243 255 / var(--tw-divide-opacity))}.divide-violet-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(237 233 254 / var(--tw-divide-opacity))}.divide-violet-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(221 214 254 / var(--tw-divide-opacity))}.divide-violet-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(196 181 253 / var(--tw-divide-opacity))}.divide-violet-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(167 139 250 / var(--tw-divide-opacity))}.divide-violet-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(139 92 246 / var(--tw-divide-opacity))}.divide-violet-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(124 58 237 / var(--tw-divide-opacity))}.divide-violet-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(109 40 217 / var(--tw-divide-opacity))}.divide-violet-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(91 33 182 / var(--tw-divide-opacity))}.divide-violet-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(76 29 149 / var(--tw-divide-opacity))}.divide-fuchsia-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 244 255 / var(--tw-divide-opacity))}.divide-fuchsia-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 232 255 / var(--tw-divide-opacity))}.divide-fuchsia-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(245 208 254 / var(--tw-divide-opacity))}.divide-fuchsia-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(240 171 252 / var(--tw-divide-opacity))}.divide-fuchsia-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(232 121 249 / var(--tw-divide-opacity))}.divide-fuchsia-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(217 70 239 / var(--tw-divide-opacity))}.divide-fuchsia-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(192 38 211 / var(--tw-divide-opacity))}.divide-fuchsia-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(162 28 175 / var(--tw-divide-opacity))}.divide-fuchsia-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(134 25 143 / var(--tw-divide-opacity))}.divide-fuchsia-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(112 26 117 / var(--tw-divide-opacity))}.divide-pink-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 242 248 / var(--tw-divide-opacity))}.divide-pink-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(252 231 243 / var(--tw-divide-opacity))}.divide-pink-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 207 232 / var(--tw-divide-opacity))}.divide-pink-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(249 168 212 / var(--tw-divide-opacity))}.divide-pink-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(244 114 182 / var(--tw-divide-opacity))}.divide-pink-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(236 72 153 / var(--tw-divide-opacity))}.divide-pink-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(219 39 119 / var(--tw-divide-opacity))}.divide-pink-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(190 24 93 / var(--tw-divide-opacity))}.divide-pink-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(157 23 77 / var(--tw-divide-opacity))}.divide-pink-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(131 24 67 / var(--tw-divide-opacity))}.divide-rose-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(255 241 242 / var(--tw-divide-opacity))}.divide-rose-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(255 228 230 / var(--tw-divide-opacity))}.divide-rose-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 205 211 / var(--tw-divide-opacity))}.divide-rose-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 164 175 / var(--tw-divide-opacity))}.divide-rose-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 113 133 / var(--tw-divide-opacity))}.divide-rose-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(244 63 94 / var(--tw-divide-opacity))}.divide-rose-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(225 29 72 / var(--tw-divide-opacity))}.divide-rose-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(190 18 60 / var(--tw-divide-opacity))}.divide-rose-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(159 18 57 / var(--tw-divide-opacity))}.divide-rose-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(136 19 55 / var(--tw-divide-opacity))}.divide-primary-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 244 / var(--tw-divide-opacity))}.divide-primary-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(232 232 240 / var(--tw-divide-opacity))}.divide-primary-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(208 208 225 / var(--tw-divide-opacity))}.divide-primary-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(180 180 209 / var(--tw-divide-opacity))}.divide-primary-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(147 147 191 / var(--tw-divide-opacity))}.divide-primary-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(104 104 172 / var(--tw-divide-opacity))}.divide-primary-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(93 93 153 / var(--tw-divide-opacity))}.divide-primary-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(80 80 133 / var(--tw-divide-opacity))}.divide-primary-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(65 65 108 / var(--tw-divide-opacity))}.divide-primary-1000>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(46 46 76 / var(--tw-divide-opacity))}.divide-primary-highlight-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(247 245 254 / var(--tw-divide-opacity))}.divide-primary-highlight-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(239 236 254 / var(--tw-divide-opacity))}.divide-primary-highlight-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(223 216 253 / var(--tw-divide-opacity))}.divide-primary-highlight-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(206 193 252 / var(--tw-divide-opacity))}.divide-primary-highlight-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(187 168 251 / var(--tw-divide-opacity))}.divide-primary-highlight-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(167 139 250 / var(--tw-divide-opacity))}.divide-primary-highlight-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(149 124 223 / var(--tw-divide-opacity))}.divide-primary-highlight-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(129 107 193 / var(--tw-divide-opacity))}.divide-primary-highlight-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(105 87 158 / var(--tw-divide-opacity))}.divide-primary-highlight-1000>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(74 62 111 / var(--tw-divide-opacity))}.divide-secondary-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 247 242 / var(--tw-divide-opacity))}.divide-secondary-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 240 228 / var(--tw-divide-opacity))}.divide-secondary-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 225 198 / var(--tw-divide-opacity))}.divide-secondary-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(252 209 162 / var(--tw-divide-opacity))}.divide-secondary-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 191 117 / var(--tw-divide-opacity))}.divide-secondary-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 172 30 / var(--tw-divide-opacity))}.divide-secondary-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(223 153 26 / var(--tw-divide-opacity))}.divide-secondary-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(193 133 23 / var(--tw-divide-opacity))}.divide-secondary-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(158 108 18 / var(--tw-divide-opacity))}.divide-secondary-1000>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(111 76 13 / var(--tw-divide-opacity))}.divide-grey-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 244 / var(--tw-divide-opacity))}.divide-grey-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(230 231 232 / var(--tw-divide-opacity))}.divide-grey-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(202 204 208 / var(--tw-divide-opacity))}.divide-grey-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(170 174 180 / var(--tw-divide-opacity))}.divide-grey-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(130 137 147 / var(--tw-divide-opacity))}.divide-grey-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(71 85 105 / var(--tw-divide-opacity))}.divide-grey-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(63 76 93 / var(--tw-divide-opacity))}.divide-grey-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(54 65 81 / var(--tw-divide-opacity))}.divide-grey-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(44 53 66 / var(--tw-divide-opacity))}.divide-grey-1000>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(31 38 46 / var(--tw-divide-opacity))}.divide-green-1000>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(23 94 68 / var(--tw-divide-opacity))}.divide-blue-1000>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(16 44 105 / var(--tw-divide-opacity))}.divide-orange-1000>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(104 39 5 / var(--tw-divide-opacity))}.divide-red-1000>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(98 16 16 / var(--tw-divide-opacity))}.divide-primary>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(167 139 250 / var(--tw-divide-opacity))}.divide-primary-light>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(247 245 254 / var(--tw-divide-opacity))}.divide-primary-dark>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(105 87 158 / var(--tw-divide-opacity))}.divide-info>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(118 144 239 / var(--tw-divide-opacity))}.divide-info-light>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 253 / var(--tw-divide-opacity))}.divide-info-dark>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(33 88 210 / var(--tw-divide-opacity))}.divide-success>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(40 163 118 / var(--tw-divide-opacity))}.divide-success-light>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 250 246 / var(--tw-divide-opacity))}.divide-success-dark>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(32 133 96 / var(--tw-divide-opacity))}.divide-warning>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 172 30 / var(--tw-divide-opacity))}.divide-warning-light>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 247 242 / var(--tw-divide-opacity))}.divide-warning-dark>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(158 108 18 / var(--tw-divide-opacity))}.divide-error>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(220 38 38 / var(--tw-divide-opacity))}.divide-error-light>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 242 242 / var(--tw-divide-opacity))}.divide-error-dark>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(196 33 33 / var(--tw-divide-opacity))}.divide-grey>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(71 85 105 / var(--tw-divide-opacity))}.divide-grey-light>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 244 / var(--tw-divide-opacity))}.divide-grey-dark>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(44 53 66 / var(--tw-divide-opacity))}.divide-red-50\/0>:not([hidden])~:not([hidden]){border-color:#fef2f200}.divide-red-50\/5>:not([hidden])~:not([hidden]){border-color:#fef2f20d}.divide-red-50\/10>:not([hidden])~:not([hidden]){border-color:#fef2f21a}.divide-red-50\/20>:not([hidden])~:not([hidden]){border-color:#fef2f233}.divide-red-50\/25>:not([hidden])~:not([hidden]){border-color:#fef2f240}.divide-red-50\/30>:not([hidden])~:not([hidden]){border-color:#fef2f24d}.divide-red-50\/40>:not([hidden])~:not([hidden]){border-color:#fef2f266}.divide-red-50\/50>:not([hidden])~:not([hidden]){border-color:#fef2f280}.divide-red-50\/60>:not([hidden])~:not([hidden]){border-color:#fef2f299}.divide-red-50\/70>:not([hidden])~:not([hidden]){border-color:#fef2f2b3}.divide-red-50\/75>:not([hidden])~:not([hidden]){border-color:#fef2f2bf}.divide-red-50\/80>:not([hidden])~:not([hidden]){border-color:#fef2f2cc}.divide-red-50\/90>:not([hidden])~:not([hidden]){border-color:#fef2f2e6}.divide-red-50\/95>:not([hidden])~:not([hidden]){border-color:#fef2f2f2}.divide-red-50\/100>:not([hidden])~:not([hidden]){border-color:#fef2f2}.divide-red-100\/0>:not([hidden])~:not([hidden]){border-color:#fbf2f200}.divide-red-100\/5>:not([hidden])~:not([hidden]){border-color:#fbf2f20d}.divide-red-100\/10>:not([hidden])~:not([hidden]){border-color:#fbf2f21a}.divide-red-100\/20>:not([hidden])~:not([hidden]){border-color:#fbf2f233}.divide-red-100\/25>:not([hidden])~:not([hidden]){border-color:#fbf2f240}.divide-red-100\/30>:not([hidden])~:not([hidden]){border-color:#fbf2f24d}.divide-red-100\/40>:not([hidden])~:not([hidden]){border-color:#fbf2f266}.divide-red-100\/50>:not([hidden])~:not([hidden]){border-color:#fbf2f280}.divide-red-100\/60>:not([hidden])~:not([hidden]){border-color:#fbf2f299}.divide-red-100\/70>:not([hidden])~:not([hidden]){border-color:#fbf2f2b3}.divide-red-100\/75>:not([hidden])~:not([hidden]){border-color:#fbf2f2bf}.divide-red-100\/80>:not([hidden])~:not([hidden]){border-color:#fbf2f2cc}.divide-red-100\/90>:not([hidden])~:not([hidden]){border-color:#fbf2f2e6}.divide-red-100\/95>:not([hidden])~:not([hidden]){border-color:#fbf2f2f2}.divide-red-100\/100>:not([hidden])~:not([hidden]){border-color:#fbf2f2}.divide-red-200\/0>:not([hidden])~:not([hidden]){border-color:#f8e4e400}.divide-red-200\/5>:not([hidden])~:not([hidden]){border-color:#f8e4e40d}.divide-red-200\/10>:not([hidden])~:not([hidden]){border-color:#f8e4e41a}.divide-red-200\/20>:not([hidden])~:not([hidden]){border-color:#f8e4e433}.divide-red-200\/25>:not([hidden])~:not([hidden]){border-color:#f8e4e440}.divide-red-200\/30>:not([hidden])~:not([hidden]){border-color:#f8e4e44d}.divide-red-200\/40>:not([hidden])~:not([hidden]){border-color:#f8e4e466}.divide-red-200\/50>:not([hidden])~:not([hidden]){border-color:#f8e4e480}.divide-red-200\/60>:not([hidden])~:not([hidden]){border-color:#f8e4e499}.divide-red-200\/70>:not([hidden])~:not([hidden]){border-color:#f8e4e4b3}.divide-red-200\/75>:not([hidden])~:not([hidden]){border-color:#f8e4e4bf}.divide-red-200\/80>:not([hidden])~:not([hidden]){border-color:#f8e4e4cc}.divide-red-200\/90>:not([hidden])~:not([hidden]){border-color:#f8e4e4e6}.divide-red-200\/95>:not([hidden])~:not([hidden]){border-color:#f8e4e4f2}.divide-red-200\/100>:not([hidden])~:not([hidden]){border-color:#f8e4e4}.divide-red-300\/0>:not([hidden])~:not([hidden]){border-color:#f1c6c600}.divide-red-300\/5>:not([hidden])~:not([hidden]){border-color:#f1c6c60d}.divide-red-300\/10>:not([hidden])~:not([hidden]){border-color:#f1c6c61a}.divide-red-300\/20>:not([hidden])~:not([hidden]){border-color:#f1c6c633}.divide-red-300\/25>:not([hidden])~:not([hidden]){border-color:#f1c6c640}.divide-red-300\/30>:not([hidden])~:not([hidden]){border-color:#f1c6c64d}.divide-red-300\/40>:not([hidden])~:not([hidden]){border-color:#f1c6c666}.divide-red-300\/50>:not([hidden])~:not([hidden]){border-color:#f1c6c680}.divide-red-300\/60>:not([hidden])~:not([hidden]){border-color:#f1c6c699}.divide-red-300\/70>:not([hidden])~:not([hidden]){border-color:#f1c6c6b3}.divide-red-300\/75>:not([hidden])~:not([hidden]){border-color:#f1c6c6bf}.divide-red-300\/80>:not([hidden])~:not([hidden]){border-color:#f1c6c6cc}.divide-red-300\/90>:not([hidden])~:not([hidden]){border-color:#f1c6c6e6}.divide-red-300\/95>:not([hidden])~:not([hidden]){border-color:#f1c6c6f2}.divide-red-300\/100>:not([hidden])~:not([hidden]){border-color:#f1c6c6}.divide-red-400\/0>:not([hidden])~:not([hidden]){border-color:#eaa3a300}.divide-red-400\/5>:not([hidden])~:not([hidden]){border-color:#eaa3a30d}.divide-red-400\/10>:not([hidden])~:not([hidden]){border-color:#eaa3a31a}.divide-red-400\/20>:not([hidden])~:not([hidden]){border-color:#eaa3a333}.divide-red-400\/25>:not([hidden])~:not([hidden]){border-color:#eaa3a340}.divide-red-400\/30>:not([hidden])~:not([hidden]){border-color:#eaa3a34d}.divide-red-400\/40>:not([hidden])~:not([hidden]){border-color:#eaa3a366}.divide-red-400\/50>:not([hidden])~:not([hidden]){border-color:#eaa3a380}.divide-red-400\/60>:not([hidden])~:not([hidden]){border-color:#eaa3a399}.divide-red-400\/70>:not([hidden])~:not([hidden]){border-color:#eaa3a3b3}.divide-red-400\/75>:not([hidden])~:not([hidden]){border-color:#eaa3a3bf}.divide-red-400\/80>:not([hidden])~:not([hidden]){border-color:#eaa3a3cc}.divide-red-400\/90>:not([hidden])~:not([hidden]){border-color:#eaa3a3e6}.divide-red-400\/95>:not([hidden])~:not([hidden]){border-color:#eaa3a3f2}.divide-red-400\/100>:not([hidden])~:not([hidden]){border-color:#eaa3a3}.divide-red-500\/0>:not([hidden])~:not([hidden]){border-color:#e3767600}.divide-red-500\/5>:not([hidden])~:not([hidden]){border-color:#e376760d}.divide-red-500\/10>:not([hidden])~:not([hidden]){border-color:#e376761a}.divide-red-500\/20>:not([hidden])~:not([hidden]){border-color:#e3767633}.divide-red-500\/25>:not([hidden])~:not([hidden]){border-color:#e3767640}.divide-red-500\/30>:not([hidden])~:not([hidden]){border-color:#e376764d}.divide-red-500\/40>:not([hidden])~:not([hidden]){border-color:#e3767666}.divide-red-500\/50>:not([hidden])~:not([hidden]){border-color:#e3767680}.divide-red-500\/60>:not([hidden])~:not([hidden]){border-color:#e3767699}.divide-red-500\/70>:not([hidden])~:not([hidden]){border-color:#e37676b3}.divide-red-500\/75>:not([hidden])~:not([hidden]){border-color:#e37676bf}.divide-red-500\/80>:not([hidden])~:not([hidden]){border-color:#e37676cc}.divide-red-500\/90>:not([hidden])~:not([hidden]){border-color:#e37676e6}.divide-red-500\/95>:not([hidden])~:not([hidden]){border-color:#e37676f2}.divide-red-500\/100>:not([hidden])~:not([hidden]){border-color:#e37676}.divide-red-600\/0>:not([hidden])~:not([hidden]){border-color:#dc262600}.divide-red-600\/5>:not([hidden])~:not([hidden]){border-color:#dc26260d}.divide-red-600\/10>:not([hidden])~:not([hidden]){border-color:#dc26261a}.divide-red-600\/20>:not([hidden])~:not([hidden]){border-color:#dc262633}.divide-red-600\/25>:not([hidden])~:not([hidden]){border-color:#dc262640}.divide-red-600\/30>:not([hidden])~:not([hidden]){border-color:#dc26264d}.divide-red-600\/40>:not([hidden])~:not([hidden]){border-color:#dc262666}.divide-red-600\/50>:not([hidden])~:not([hidden]){border-color:#dc262680}.divide-red-600\/60>:not([hidden])~:not([hidden]){border-color:#dc262699}.divide-red-600\/70>:not([hidden])~:not([hidden]){border-color:#dc2626b3}.divide-red-600\/75>:not([hidden])~:not([hidden]){border-color:#dc2626bf}.divide-red-600\/80>:not([hidden])~:not([hidden]){border-color:#dc2626cc}.divide-red-600\/90>:not([hidden])~:not([hidden]){border-color:#dc2626e6}.divide-red-600\/95>:not([hidden])~:not([hidden]){border-color:#dc2626f2}.divide-red-600\/100>:not([hidden])~:not([hidden]){border-color:#dc2626}.divide-red-700\/0>:not([hidden])~:not([hidden]){border-color:#c4212100}.divide-red-700\/5>:not([hidden])~:not([hidden]){border-color:#c421210d}.divide-red-700\/10>:not([hidden])~:not([hidden]){border-color:#c421211a}.divide-red-700\/20>:not([hidden])~:not([hidden]){border-color:#c4212133}.divide-red-700\/25>:not([hidden])~:not([hidden]){border-color:#c4212140}.divide-red-700\/30>:not([hidden])~:not([hidden]){border-color:#c421214d}.divide-red-700\/40>:not([hidden])~:not([hidden]){border-color:#c4212166}.divide-red-700\/50>:not([hidden])~:not([hidden]){border-color:#c4212180}.divide-red-700\/60>:not([hidden])~:not([hidden]){border-color:#c4212199}.divide-red-700\/70>:not([hidden])~:not([hidden]){border-color:#c42121b3}.divide-red-700\/75>:not([hidden])~:not([hidden]){border-color:#c42121bf}.divide-red-700\/80>:not([hidden])~:not([hidden]){border-color:#c42121cc}.divide-red-700\/90>:not([hidden])~:not([hidden]){border-color:#c42121e6}.divide-red-700\/95>:not([hidden])~:not([hidden]){border-color:#c42121f2}.divide-red-700\/100>:not([hidden])~:not([hidden]){border-color:#c42121}.divide-red-800\/0>:not([hidden])~:not([hidden]){border-color:#aa1d1d00}.divide-red-800\/5>:not([hidden])~:not([hidden]){border-color:#aa1d1d0d}.divide-red-800\/10>:not([hidden])~:not([hidden]){border-color:#aa1d1d1a}.divide-red-800\/20>:not([hidden])~:not([hidden]){border-color:#aa1d1d33}.divide-red-800\/25>:not([hidden])~:not([hidden]){border-color:#aa1d1d40}.divide-red-800\/30>:not([hidden])~:not([hidden]){border-color:#aa1d1d4d}.divide-red-800\/40>:not([hidden])~:not([hidden]){border-color:#aa1d1d66}.divide-red-800\/50>:not([hidden])~:not([hidden]){border-color:#aa1d1d80}.divide-red-800\/60>:not([hidden])~:not([hidden]){border-color:#aa1d1d99}.divide-red-800\/70>:not([hidden])~:not([hidden]){border-color:#aa1d1db3}.divide-red-800\/75>:not([hidden])~:not([hidden]){border-color:#aa1d1dbf}.divide-red-800\/80>:not([hidden])~:not([hidden]){border-color:#aa1d1dcc}.divide-red-800\/90>:not([hidden])~:not([hidden]){border-color:#aa1d1de6}.divide-red-800\/95>:not([hidden])~:not([hidden]){border-color:#aa1d1df2}.divide-red-800\/100>:not([hidden])~:not([hidden]){border-color:#aa1d1d}.divide-red-900\/0>:not([hidden])~:not([hidden]){border-color:#8b181800}.divide-red-900\/5>:not([hidden])~:not([hidden]){border-color:#8b18180d}.divide-red-900\/10>:not([hidden])~:not([hidden]){border-color:#8b18181a}.divide-red-900\/20>:not([hidden])~:not([hidden]){border-color:#8b181833}.divide-red-900\/25>:not([hidden])~:not([hidden]){border-color:#8b181840}.divide-red-900\/30>:not([hidden])~:not([hidden]){border-color:#8b18184d}.divide-red-900\/40>:not([hidden])~:not([hidden]){border-color:#8b181866}.divide-red-900\/50>:not([hidden])~:not([hidden]){border-color:#8b181880}.divide-red-900\/60>:not([hidden])~:not([hidden]){border-color:#8b181899}.divide-red-900\/70>:not([hidden])~:not([hidden]){border-color:#8b1818b3}.divide-red-900\/75>:not([hidden])~:not([hidden]){border-color:#8b1818bf}.divide-red-900\/80>:not([hidden])~:not([hidden]){border-color:#8b1818cc}.divide-red-900\/90>:not([hidden])~:not([hidden]){border-color:#8b1818e6}.divide-red-900\/95>:not([hidden])~:not([hidden]){border-color:#8b1818f2}.divide-red-900\/100>:not([hidden])~:not([hidden]){border-color:#8b1818}.divide-orange-50\/0>:not([hidden])~:not([hidden]){border-color:#fff7ed00}.divide-orange-50\/5>:not([hidden])~:not([hidden]){border-color:#fff7ed0d}.divide-orange-50\/10>:not([hidden])~:not([hidden]){border-color:#fff7ed1a}.divide-orange-50\/20>:not([hidden])~:not([hidden]){border-color:#fff7ed33}.divide-orange-50\/25>:not([hidden])~:not([hidden]){border-color:#fff7ed40}.divide-orange-50\/30>:not([hidden])~:not([hidden]){border-color:#fff7ed4d}.divide-orange-50\/40>:not([hidden])~:not([hidden]){border-color:#fff7ed66}.divide-orange-50\/50>:not([hidden])~:not([hidden]){border-color:#fff7ed80}.divide-orange-50\/60>:not([hidden])~:not([hidden]){border-color:#fff7ed99}.divide-orange-50\/70>:not([hidden])~:not([hidden]){border-color:#fff7edb3}.divide-orange-50\/75>:not([hidden])~:not([hidden]){border-color:#fff7edbf}.divide-orange-50\/80>:not([hidden])~:not([hidden]){border-color:#fff7edcc}.divide-orange-50\/90>:not([hidden])~:not([hidden]){border-color:#fff7ede6}.divide-orange-50\/95>:not([hidden])~:not([hidden]){border-color:#fff7edf2}.divide-orange-50\/100>:not([hidden])~:not([hidden]){border-color:#fff7ed}.divide-orange-100\/0>:not([hidden])~:not([hidden]){border-color:#fcf3f100}.divide-orange-100\/5>:not([hidden])~:not([hidden]){border-color:#fcf3f10d}.divide-orange-100\/10>:not([hidden])~:not([hidden]){border-color:#fcf3f11a}.divide-orange-100\/20>:not([hidden])~:not([hidden]){border-color:#fcf3f133}.divide-orange-100\/25>:not([hidden])~:not([hidden]){border-color:#fcf3f140}.divide-orange-100\/30>:not([hidden])~:not([hidden]){border-color:#fcf3f14d}.divide-orange-100\/40>:not([hidden])~:not([hidden]){border-color:#fcf3f166}.divide-orange-100\/50>:not([hidden])~:not([hidden]){border-color:#fcf3f180}.divide-orange-100\/60>:not([hidden])~:not([hidden]){border-color:#fcf3f199}.divide-orange-100\/70>:not([hidden])~:not([hidden]){border-color:#fcf3f1b3}.divide-orange-100\/75>:not([hidden])~:not([hidden]){border-color:#fcf3f1bf}.divide-orange-100\/80>:not([hidden])~:not([hidden]){border-color:#fcf3f1cc}.divide-orange-100\/90>:not([hidden])~:not([hidden]){border-color:#fcf3f1e6}.divide-orange-100\/95>:not([hidden])~:not([hidden]){border-color:#fcf3f1f2}.divide-orange-100\/100>:not([hidden])~:not([hidden]){border-color:#fcf3f1}.divide-orange-200\/0>:not([hidden])~:not([hidden]){border-color:#fae7e400}.divide-orange-200\/5>:not([hidden])~:not([hidden]){border-color:#fae7e40d}.divide-orange-200\/10>:not([hidden])~:not([hidden]){border-color:#fae7e41a}.divide-orange-200\/20>:not([hidden])~:not([hidden]){border-color:#fae7e433}.divide-orange-200\/25>:not([hidden])~:not([hidden]){border-color:#fae7e440}.divide-orange-200\/30>:not([hidden])~:not([hidden]){border-color:#fae7e44d}.divide-orange-200\/40>:not([hidden])~:not([hidden]){border-color:#fae7e466}.divide-orange-200\/50>:not([hidden])~:not([hidden]){border-color:#fae7e480}.divide-orange-200\/60>:not([hidden])~:not([hidden]){border-color:#fae7e499}.divide-orange-200\/70>:not([hidden])~:not([hidden]){border-color:#fae7e4b3}.divide-orange-200\/75>:not([hidden])~:not([hidden]){border-color:#fae7e4bf}.divide-orange-200\/80>:not([hidden])~:not([hidden]){border-color:#fae7e4cc}.divide-orange-200\/90>:not([hidden])~:not([hidden]){border-color:#fae7e4e6}.divide-orange-200\/95>:not([hidden])~:not([hidden]){border-color:#fae7e4f2}.divide-orange-200\/100>:not([hidden])~:not([hidden]){border-color:#fae7e4}.divide-orange-300\/0>:not([hidden])~:not([hidden]){border-color:#f6cdc500}.divide-orange-300\/5>:not([hidden])~:not([hidden]){border-color:#f6cdc50d}.divide-orange-300\/10>:not([hidden])~:not([hidden]){border-color:#f6cdc51a}.divide-orange-300\/20>:not([hidden])~:not([hidden]){border-color:#f6cdc533}.divide-orange-300\/25>:not([hidden])~:not([hidden]){border-color:#f6cdc540}.divide-orange-300\/30>:not([hidden])~:not([hidden]){border-color:#f6cdc54d}.divide-orange-300\/40>:not([hidden])~:not([hidden]){border-color:#f6cdc566}.divide-orange-300\/50>:not([hidden])~:not([hidden]){border-color:#f6cdc580}.divide-orange-300\/60>:not([hidden])~:not([hidden]){border-color:#f6cdc599}.divide-orange-300\/70>:not([hidden])~:not([hidden]){border-color:#f6cdc5b3}.divide-orange-300\/75>:not([hidden])~:not([hidden]){border-color:#f6cdc5bf}.divide-orange-300\/80>:not([hidden])~:not([hidden]){border-color:#f6cdc5cc}.divide-orange-300\/90>:not([hidden])~:not([hidden]){border-color:#f6cdc5e6}.divide-orange-300\/95>:not([hidden])~:not([hidden]){border-color:#f6cdc5f2}.divide-orange-300\/100>:not([hidden])~:not([hidden]){border-color:#f6cdc5}.divide-orange-400\/0>:not([hidden])~:not([hidden]){border-color:#f2afa100}.divide-orange-400\/5>:not([hidden])~:not([hidden]){border-color:#f2afa10d}.divide-orange-400\/10>:not([hidden])~:not([hidden]){border-color:#f2afa11a}.divide-orange-400\/20>:not([hidden])~:not([hidden]){border-color:#f2afa133}.divide-orange-400\/25>:not([hidden])~:not([hidden]){border-color:#f2afa140}.divide-orange-400\/30>:not([hidden])~:not([hidden]){border-color:#f2afa14d}.divide-orange-400\/40>:not([hidden])~:not([hidden]){border-color:#f2afa166}.divide-orange-400\/50>:not([hidden])~:not([hidden]){border-color:#f2afa180}.divide-orange-400\/60>:not([hidden])~:not([hidden]){border-color:#f2afa199}.divide-orange-400\/70>:not([hidden])~:not([hidden]){border-color:#f2afa1b3}.divide-orange-400\/75>:not([hidden])~:not([hidden]){border-color:#f2afa1bf}.divide-orange-400\/80>:not([hidden])~:not([hidden]){border-color:#f2afa1cc}.divide-orange-400\/90>:not([hidden])~:not([hidden]){border-color:#f2afa1e6}.divide-orange-400\/95>:not([hidden])~:not([hidden]){border-color:#f2afa1f2}.divide-orange-400\/100>:not([hidden])~:not([hidden]){border-color:#f2afa1}.divide-orange-500\/0>:not([hidden])~:not([hidden]){border-color:#ee8a7200}.divide-orange-500\/5>:not([hidden])~:not([hidden]){border-color:#ee8a720d}.divide-orange-500\/10>:not([hidden])~:not([hidden]){border-color:#ee8a721a}.divide-orange-500\/20>:not([hidden])~:not([hidden]){border-color:#ee8a7233}.divide-orange-500\/25>:not([hidden])~:not([hidden]){border-color:#ee8a7240}.divide-orange-500\/30>:not([hidden])~:not([hidden]){border-color:#ee8a724d}.divide-orange-500\/40>:not([hidden])~:not([hidden]){border-color:#ee8a7266}.divide-orange-500\/50>:not([hidden])~:not([hidden]){border-color:#ee8a7280}.divide-orange-500\/60>:not([hidden])~:not([hidden]){border-color:#ee8a7299}.divide-orange-500\/70>:not([hidden])~:not([hidden]){border-color:#ee8a72b3}.divide-orange-500\/75>:not([hidden])~:not([hidden]){border-color:#ee8a72bf}.divide-orange-500\/80>:not([hidden])~:not([hidden]){border-color:#ee8a72cc}.divide-orange-500\/90>:not([hidden])~:not([hidden]){border-color:#ee8a72e6}.divide-orange-500\/95>:not([hidden])~:not([hidden]){border-color:#ee8a72f2}.divide-orange-500\/100>:not([hidden])~:not([hidden]){border-color:#ee8a72}.divide-orange-600\/0>:not([hidden])~:not([hidden]){border-color:#ea580c00}.divide-orange-600\/5>:not([hidden])~:not([hidden]){border-color:#ea580c0d}.divide-orange-600\/10>:not([hidden])~:not([hidden]){border-color:#ea580c1a}.divide-orange-600\/20>:not([hidden])~:not([hidden]){border-color:#ea580c33}.divide-orange-600\/25>:not([hidden])~:not([hidden]){border-color:#ea580c40}.divide-orange-600\/30>:not([hidden])~:not([hidden]){border-color:#ea580c4d}.divide-orange-600\/40>:not([hidden])~:not([hidden]){border-color:#ea580c66}.divide-orange-600\/50>:not([hidden])~:not([hidden]){border-color:#ea580c80}.divide-orange-600\/60>:not([hidden])~:not([hidden]){border-color:#ea580c99}.divide-orange-600\/70>:not([hidden])~:not([hidden]){border-color:#ea580cb3}.divide-orange-600\/75>:not([hidden])~:not([hidden]){border-color:#ea580cbf}.divide-orange-600\/80>:not([hidden])~:not([hidden]){border-color:#ea580ccc}.divide-orange-600\/90>:not([hidden])~:not([hidden]){border-color:#ea580ce6}.divide-orange-600\/95>:not([hidden])~:not([hidden]){border-color:#ea580cf2}.divide-orange-600\/100>:not([hidden])~:not([hidden]){border-color:#ea580c}.divide-orange-700\/0>:not([hidden])~:not([hidden]){border-color:#d14e0a00}.divide-orange-700\/5>:not([hidden])~:not([hidden]){border-color:#d14e0a0d}.divide-orange-700\/10>:not([hidden])~:not([hidden]){border-color:#d14e0a1a}.divide-orange-700\/20>:not([hidden])~:not([hidden]){border-color:#d14e0a33}.divide-orange-700\/25>:not([hidden])~:not([hidden]){border-color:#d14e0a40}.divide-orange-700\/30>:not([hidden])~:not([hidden]){border-color:#d14e0a4d}.divide-orange-700\/40>:not([hidden])~:not([hidden]){border-color:#d14e0a66}.divide-orange-700\/50>:not([hidden])~:not([hidden]){border-color:#d14e0a80}.divide-orange-700\/60>:not([hidden])~:not([hidden]){border-color:#d14e0a99}.divide-orange-700\/70>:not([hidden])~:not([hidden]){border-color:#d14e0ab3}.divide-orange-700\/75>:not([hidden])~:not([hidden]){border-color:#d14e0abf}.divide-orange-700\/80>:not([hidden])~:not([hidden]){border-color:#d14e0acc}.divide-orange-700\/90>:not([hidden])~:not([hidden]){border-color:#d14e0ae6}.divide-orange-700\/95>:not([hidden])~:not([hidden]){border-color:#d14e0af2}.divide-orange-700\/100>:not([hidden])~:not([hidden]){border-color:#d14e0a}.divide-orange-800\/0>:not([hidden])~:not([hidden]){border-color:#b5440900}.divide-orange-800\/5>:not([hidden])~:not([hidden]){border-color:#b544090d}.divide-orange-800\/10>:not([hidden])~:not([hidden]){border-color:#b544091a}.divide-orange-800\/20>:not([hidden])~:not([hidden]){border-color:#b5440933}.divide-orange-800\/25>:not([hidden])~:not([hidden]){border-color:#b5440940}.divide-orange-800\/30>:not([hidden])~:not([hidden]){border-color:#b544094d}.divide-orange-800\/40>:not([hidden])~:not([hidden]){border-color:#b5440966}.divide-orange-800\/50>:not([hidden])~:not([hidden]){border-color:#b5440980}.divide-orange-800\/60>:not([hidden])~:not([hidden]){border-color:#b5440999}.divide-orange-800\/70>:not([hidden])~:not([hidden]){border-color:#b54409b3}.divide-orange-800\/75>:not([hidden])~:not([hidden]){border-color:#b54409bf}.divide-orange-800\/80>:not([hidden])~:not([hidden]){border-color:#b54409cc}.divide-orange-800\/90>:not([hidden])~:not([hidden]){border-color:#b54409e6}.divide-orange-800\/95>:not([hidden])~:not([hidden]){border-color:#b54409f2}.divide-orange-800\/100>:not([hidden])~:not([hidden]){border-color:#b54409}.divide-orange-900\/0>:not([hidden])~:not([hidden]){border-color:#93370700}.divide-orange-900\/5>:not([hidden])~:not([hidden]){border-color:#9337070d}.divide-orange-900\/10>:not([hidden])~:not([hidden]){border-color:#9337071a}.divide-orange-900\/20>:not([hidden])~:not([hidden]){border-color:#93370733}.divide-orange-900\/25>:not([hidden])~:not([hidden]){border-color:#93370740}.divide-orange-900\/30>:not([hidden])~:not([hidden]){border-color:#9337074d}.divide-orange-900\/40>:not([hidden])~:not([hidden]){border-color:#93370766}.divide-orange-900\/50>:not([hidden])~:not([hidden]){border-color:#93370780}.divide-orange-900\/60>:not([hidden])~:not([hidden]){border-color:#93370799}.divide-orange-900\/70>:not([hidden])~:not([hidden]){border-color:#933707b3}.divide-orange-900\/75>:not([hidden])~:not([hidden]){border-color:#933707bf}.divide-orange-900\/80>:not([hidden])~:not([hidden]){border-color:#933707cc}.divide-orange-900\/90>:not([hidden])~:not([hidden]){border-color:#933707e6}.divide-orange-900\/95>:not([hidden])~:not([hidden]){border-color:#933707f2}.divide-orange-900\/100>:not([hidden])~:not([hidden]){border-color:#933707}.divide-yellow-50\/0>:not([hidden])~:not([hidden]){border-color:#fefce800}.divide-yellow-50\/5>:not([hidden])~:not([hidden]){border-color:#fefce80d}.divide-yellow-50\/10>:not([hidden])~:not([hidden]){border-color:#fefce81a}.divide-yellow-50\/20>:not([hidden])~:not([hidden]){border-color:#fefce833}.divide-yellow-50\/25>:not([hidden])~:not([hidden]){border-color:#fefce840}.divide-yellow-50\/30>:not([hidden])~:not([hidden]){border-color:#fefce84d}.divide-yellow-50\/40>:not([hidden])~:not([hidden]){border-color:#fefce866}.divide-yellow-50\/50>:not([hidden])~:not([hidden]){border-color:#fefce880}.divide-yellow-50\/60>:not([hidden])~:not([hidden]){border-color:#fefce899}.divide-yellow-50\/70>:not([hidden])~:not([hidden]){border-color:#fefce8b3}.divide-yellow-50\/75>:not([hidden])~:not([hidden]){border-color:#fefce8bf}.divide-yellow-50\/80>:not([hidden])~:not([hidden]){border-color:#fefce8cc}.divide-yellow-50\/90>:not([hidden])~:not([hidden]){border-color:#fefce8e6}.divide-yellow-50\/95>:not([hidden])~:not([hidden]){border-color:#fefce8f2}.divide-yellow-50\/100>:not([hidden])~:not([hidden]){border-color:#fefce8}.divide-yellow-100\/0>:not([hidden])~:not([hidden]){border-color:#fef3c700}.divide-yellow-100\/5>:not([hidden])~:not([hidden]){border-color:#fef3c70d}.divide-yellow-100\/10>:not([hidden])~:not([hidden]){border-color:#fef3c71a}.divide-yellow-100\/20>:not([hidden])~:not([hidden]){border-color:#fef3c733}.divide-yellow-100\/25>:not([hidden])~:not([hidden]){border-color:#fef3c740}.divide-yellow-100\/30>:not([hidden])~:not([hidden]){border-color:#fef3c74d}.divide-yellow-100\/40>:not([hidden])~:not([hidden]){border-color:#fef3c766}.divide-yellow-100\/50>:not([hidden])~:not([hidden]){border-color:#fef3c780}.divide-yellow-100\/60>:not([hidden])~:not([hidden]){border-color:#fef3c799}.divide-yellow-100\/70>:not([hidden])~:not([hidden]){border-color:#fef3c7b3}.divide-yellow-100\/75>:not([hidden])~:not([hidden]){border-color:#fef3c7bf}.divide-yellow-100\/80>:not([hidden])~:not([hidden]){border-color:#fef3c7cc}.divide-yellow-100\/90>:not([hidden])~:not([hidden]){border-color:#fef3c7e6}.divide-yellow-100\/95>:not([hidden])~:not([hidden]){border-color:#fef3c7f2}.divide-yellow-100\/100>:not([hidden])~:not([hidden]){border-color:#fef3c7}.divide-yellow-200\/0>:not([hidden])~:not([hidden]){border-color:#fde68a00}.divide-yellow-200\/5>:not([hidden])~:not([hidden]){border-color:#fde68a0d}.divide-yellow-200\/10>:not([hidden])~:not([hidden]){border-color:#fde68a1a}.divide-yellow-200\/20>:not([hidden])~:not([hidden]){border-color:#fde68a33}.divide-yellow-200\/25>:not([hidden])~:not([hidden]){border-color:#fde68a40}.divide-yellow-200\/30>:not([hidden])~:not([hidden]){border-color:#fde68a4d}.divide-yellow-200\/40>:not([hidden])~:not([hidden]){border-color:#fde68a66}.divide-yellow-200\/50>:not([hidden])~:not([hidden]){border-color:#fde68a80}.divide-yellow-200\/60>:not([hidden])~:not([hidden]){border-color:#fde68a99}.divide-yellow-200\/70>:not([hidden])~:not([hidden]){border-color:#fde68ab3}.divide-yellow-200\/75>:not([hidden])~:not([hidden]){border-color:#fde68abf}.divide-yellow-200\/80>:not([hidden])~:not([hidden]){border-color:#fde68acc}.divide-yellow-200\/90>:not([hidden])~:not([hidden]){border-color:#fde68ae6}.divide-yellow-200\/95>:not([hidden])~:not([hidden]){border-color:#fde68af2}.divide-yellow-200\/100>:not([hidden])~:not([hidden]){border-color:#fde68a}.divide-yellow-300\/0>:not([hidden])~:not([hidden]){border-color:#fcd34d00}.divide-yellow-300\/5>:not([hidden])~:not([hidden]){border-color:#fcd34d0d}.divide-yellow-300\/10>:not([hidden])~:not([hidden]){border-color:#fcd34d1a}.divide-yellow-300\/20>:not([hidden])~:not([hidden]){border-color:#fcd34d33}.divide-yellow-300\/25>:not([hidden])~:not([hidden]){border-color:#fcd34d40}.divide-yellow-300\/30>:not([hidden])~:not([hidden]){border-color:#fcd34d4d}.divide-yellow-300\/40>:not([hidden])~:not([hidden]){border-color:#fcd34d66}.divide-yellow-300\/50>:not([hidden])~:not([hidden]){border-color:#fcd34d80}.divide-yellow-300\/60>:not([hidden])~:not([hidden]){border-color:#fcd34d99}.divide-yellow-300\/70>:not([hidden])~:not([hidden]){border-color:#fcd34db3}.divide-yellow-300\/75>:not([hidden])~:not([hidden]){border-color:#fcd34dbf}.divide-yellow-300\/80>:not([hidden])~:not([hidden]){border-color:#fcd34dcc}.divide-yellow-300\/90>:not([hidden])~:not([hidden]){border-color:#fcd34de6}.divide-yellow-300\/95>:not([hidden])~:not([hidden]){border-color:#fcd34df2}.divide-yellow-300\/100>:not([hidden])~:not([hidden]){border-color:#fcd34d}.divide-yellow-400\/0>:not([hidden])~:not([hidden]){border-color:#fbbf2400}.divide-yellow-400\/5>:not([hidden])~:not([hidden]){border-color:#fbbf240d}.divide-yellow-400\/10>:not([hidden])~:not([hidden]){border-color:#fbbf241a}.divide-yellow-400\/20>:not([hidden])~:not([hidden]){border-color:#fbbf2433}.divide-yellow-400\/25>:not([hidden])~:not([hidden]){border-color:#fbbf2440}.divide-yellow-400\/30>:not([hidden])~:not([hidden]){border-color:#fbbf244d}.divide-yellow-400\/40>:not([hidden])~:not([hidden]){border-color:#fbbf2466}.divide-yellow-400\/50>:not([hidden])~:not([hidden]){border-color:#fbbf2480}.divide-yellow-400\/60>:not([hidden])~:not([hidden]){border-color:#fbbf2499}.divide-yellow-400\/70>:not([hidden])~:not([hidden]){border-color:#fbbf24b3}.divide-yellow-400\/75>:not([hidden])~:not([hidden]){border-color:#fbbf24bf}.divide-yellow-400\/80>:not([hidden])~:not([hidden]){border-color:#fbbf24cc}.divide-yellow-400\/90>:not([hidden])~:not([hidden]){border-color:#fbbf24e6}.divide-yellow-400\/95>:not([hidden])~:not([hidden]){border-color:#fbbf24f2}.divide-yellow-400\/100>:not([hidden])~:not([hidden]){border-color:#fbbf24}.divide-yellow-500\/0>:not([hidden])~:not([hidden]){border-color:#eab30800}.divide-yellow-500\/5>:not([hidden])~:not([hidden]){border-color:#eab3080d}.divide-yellow-500\/10>:not([hidden])~:not([hidden]){border-color:#eab3081a}.divide-yellow-500\/20>:not([hidden])~:not([hidden]){border-color:#eab30833}.divide-yellow-500\/25>:not([hidden])~:not([hidden]){border-color:#eab30840}.divide-yellow-500\/30>:not([hidden])~:not([hidden]){border-color:#eab3084d}.divide-yellow-500\/40>:not([hidden])~:not([hidden]){border-color:#eab30866}.divide-yellow-500\/50>:not([hidden])~:not([hidden]){border-color:#eab30880}.divide-yellow-500\/60>:not([hidden])~:not([hidden]){border-color:#eab30899}.divide-yellow-500\/70>:not([hidden])~:not([hidden]){border-color:#eab308b3}.divide-yellow-500\/75>:not([hidden])~:not([hidden]){border-color:#eab308bf}.divide-yellow-500\/80>:not([hidden])~:not([hidden]){border-color:#eab308cc}.divide-yellow-500\/90>:not([hidden])~:not([hidden]){border-color:#eab308e6}.divide-yellow-500\/95>:not([hidden])~:not([hidden]){border-color:#eab308f2}.divide-yellow-500\/100>:not([hidden])~:not([hidden]){border-color:#eab308}.divide-yellow-600\/0>:not([hidden])~:not([hidden]){border-color:#d9770600}.divide-yellow-600\/5>:not([hidden])~:not([hidden]){border-color:#d977060d}.divide-yellow-600\/10>:not([hidden])~:not([hidden]){border-color:#d977061a}.divide-yellow-600\/20>:not([hidden])~:not([hidden]){border-color:#d9770633}.divide-yellow-600\/25>:not([hidden])~:not([hidden]){border-color:#d9770640}.divide-yellow-600\/30>:not([hidden])~:not([hidden]){border-color:#d977064d}.divide-yellow-600\/40>:not([hidden])~:not([hidden]){border-color:#d9770666}.divide-yellow-600\/50>:not([hidden])~:not([hidden]){border-color:#d9770680}.divide-yellow-600\/60>:not([hidden])~:not([hidden]){border-color:#d9770699}.divide-yellow-600\/70>:not([hidden])~:not([hidden]){border-color:#d97706b3}.divide-yellow-600\/75>:not([hidden])~:not([hidden]){border-color:#d97706bf}.divide-yellow-600\/80>:not([hidden])~:not([hidden]){border-color:#d97706cc}.divide-yellow-600\/90>:not([hidden])~:not([hidden]){border-color:#d97706e6}.divide-yellow-600\/95>:not([hidden])~:not([hidden]){border-color:#d97706f2}.divide-yellow-600\/100>:not([hidden])~:not([hidden]){border-color:#d97706}.divide-yellow-700\/0>:not([hidden])~:not([hidden]){border-color:#b4530900}.divide-yellow-700\/5>:not([hidden])~:not([hidden]){border-color:#b453090d}.divide-yellow-700\/10>:not([hidden])~:not([hidden]){border-color:#b453091a}.divide-yellow-700\/20>:not([hidden])~:not([hidden]){border-color:#b4530933}.divide-yellow-700\/25>:not([hidden])~:not([hidden]){border-color:#b4530940}.divide-yellow-700\/30>:not([hidden])~:not([hidden]){border-color:#b453094d}.divide-yellow-700\/40>:not([hidden])~:not([hidden]){border-color:#b4530966}.divide-yellow-700\/50>:not([hidden])~:not([hidden]){border-color:#b4530980}.divide-yellow-700\/60>:not([hidden])~:not([hidden]){border-color:#b4530999}.divide-yellow-700\/70>:not([hidden])~:not([hidden]){border-color:#b45309b3}.divide-yellow-700\/75>:not([hidden])~:not([hidden]){border-color:#b45309bf}.divide-yellow-700\/80>:not([hidden])~:not([hidden]){border-color:#b45309cc}.divide-yellow-700\/90>:not([hidden])~:not([hidden]){border-color:#b45309e6}.divide-yellow-700\/95>:not([hidden])~:not([hidden]){border-color:#b45309f2}.divide-yellow-700\/100>:not([hidden])~:not([hidden]){border-color:#b45309}.divide-yellow-800\/0>:not([hidden])~:not([hidden]){border-color:#92400e00}.divide-yellow-800\/5>:not([hidden])~:not([hidden]){border-color:#92400e0d}.divide-yellow-800\/10>:not([hidden])~:not([hidden]){border-color:#92400e1a}.divide-yellow-800\/20>:not([hidden])~:not([hidden]){border-color:#92400e33}.divide-yellow-800\/25>:not([hidden])~:not([hidden]){border-color:#92400e40}.divide-yellow-800\/30>:not([hidden])~:not([hidden]){border-color:#92400e4d}.divide-yellow-800\/40>:not([hidden])~:not([hidden]){border-color:#92400e66}.divide-yellow-800\/50>:not([hidden])~:not([hidden]){border-color:#92400e80}.divide-yellow-800\/60>:not([hidden])~:not([hidden]){border-color:#92400e99}.divide-yellow-800\/70>:not([hidden])~:not([hidden]){border-color:#92400eb3}.divide-yellow-800\/75>:not([hidden])~:not([hidden]){border-color:#92400ebf}.divide-yellow-800\/80>:not([hidden])~:not([hidden]){border-color:#92400ecc}.divide-yellow-800\/90>:not([hidden])~:not([hidden]){border-color:#92400ee6}.divide-yellow-800\/95>:not([hidden])~:not([hidden]){border-color:#92400ef2}.divide-yellow-800\/100>:not([hidden])~:not([hidden]){border-color:#92400e}.divide-yellow-900\/0>:not([hidden])~:not([hidden]){border-color:#78350f00}.divide-yellow-900\/5>:not([hidden])~:not([hidden]){border-color:#78350f0d}.divide-yellow-900\/10>:not([hidden])~:not([hidden]){border-color:#78350f1a}.divide-yellow-900\/20>:not([hidden])~:not([hidden]){border-color:#78350f33}.divide-yellow-900\/25>:not([hidden])~:not([hidden]){border-color:#78350f40}.divide-yellow-900\/30>:not([hidden])~:not([hidden]){border-color:#78350f4d}.divide-yellow-900\/40>:not([hidden])~:not([hidden]){border-color:#78350f66}.divide-yellow-900\/50>:not([hidden])~:not([hidden]){border-color:#78350f80}.divide-yellow-900\/60>:not([hidden])~:not([hidden]){border-color:#78350f99}.divide-yellow-900\/70>:not([hidden])~:not([hidden]){border-color:#78350fb3}.divide-yellow-900\/75>:not([hidden])~:not([hidden]){border-color:#78350fbf}.divide-yellow-900\/80>:not([hidden])~:not([hidden]){border-color:#78350fcc}.divide-yellow-900\/90>:not([hidden])~:not([hidden]){border-color:#78350fe6}.divide-yellow-900\/95>:not([hidden])~:not([hidden]){border-color:#78350ff2}.divide-yellow-900\/100>:not([hidden])~:not([hidden]){border-color:#78350f}.divide-green-50\/0>:not([hidden])~:not([hidden]){border-color:#f0fdf400}.divide-green-50\/5>:not([hidden])~:not([hidden]){border-color:#f0fdf40d}.divide-green-50\/10>:not([hidden])~:not([hidden]){border-color:#f0fdf41a}.divide-green-50\/20>:not([hidden])~:not([hidden]){border-color:#f0fdf433}.divide-green-50\/25>:not([hidden])~:not([hidden]){border-color:#f0fdf440}.divide-green-50\/30>:not([hidden])~:not([hidden]){border-color:#f0fdf44d}.divide-green-50\/40>:not([hidden])~:not([hidden]){border-color:#f0fdf466}.divide-green-50\/50>:not([hidden])~:not([hidden]){border-color:#f0fdf480}.divide-green-50\/60>:not([hidden])~:not([hidden]){border-color:#f0fdf499}.divide-green-50\/70>:not([hidden])~:not([hidden]){border-color:#f0fdf4b3}.divide-green-50\/75>:not([hidden])~:not([hidden]){border-color:#f0fdf4bf}.divide-green-50\/80>:not([hidden])~:not([hidden]){border-color:#f0fdf4cc}.divide-green-50\/90>:not([hidden])~:not([hidden]){border-color:#f0fdf4e6}.divide-green-50\/95>:not([hidden])~:not([hidden]){border-color:#f0fdf4f2}.divide-green-50\/100>:not([hidden])~:not([hidden]){border-color:#f0fdf4}.divide-green-100\/0>:not([hidden])~:not([hidden]){border-color:#f2faf600}.divide-green-100\/5>:not([hidden])~:not([hidden]){border-color:#f2faf60d}.divide-green-100\/10>:not([hidden])~:not([hidden]){border-color:#f2faf61a}.divide-green-100\/20>:not([hidden])~:not([hidden]){border-color:#f2faf633}.divide-green-100\/25>:not([hidden])~:not([hidden]){border-color:#f2faf640}.divide-green-100\/30>:not([hidden])~:not([hidden]){border-color:#f2faf64d}.divide-green-100\/40>:not([hidden])~:not([hidden]){border-color:#f2faf666}.divide-green-100\/50>:not([hidden])~:not([hidden]){border-color:#f2faf680}.divide-green-100\/60>:not([hidden])~:not([hidden]){border-color:#f2faf699}.divide-green-100\/70>:not([hidden])~:not([hidden]){border-color:#f2faf6b3}.divide-green-100\/75>:not([hidden])~:not([hidden]){border-color:#f2faf6bf}.divide-green-100\/80>:not([hidden])~:not([hidden]){border-color:#f2faf6cc}.divide-green-100\/90>:not([hidden])~:not([hidden]){border-color:#f2faf6e6}.divide-green-100\/95>:not([hidden])~:not([hidden]){border-color:#f2faf6f2}.divide-green-100\/100>:not([hidden])~:not([hidden]){border-color:#f2faf6}.divide-green-200\/0>:not([hidden])~:not([hidden]){border-color:#e5f6ee00}.divide-green-200\/5>:not([hidden])~:not([hidden]){border-color:#e5f6ee0d}.divide-green-200\/10>:not([hidden])~:not([hidden]){border-color:#e5f6ee1a}.divide-green-200\/20>:not([hidden])~:not([hidden]){border-color:#e5f6ee33}.divide-green-200\/25>:not([hidden])~:not([hidden]){border-color:#e5f6ee40}.divide-green-200\/30>:not([hidden])~:not([hidden]){border-color:#e5f6ee4d}.divide-green-200\/40>:not([hidden])~:not([hidden]){border-color:#e5f6ee66}.divide-green-200\/50>:not([hidden])~:not([hidden]){border-color:#e5f6ee80}.divide-green-200\/60>:not([hidden])~:not([hidden]){border-color:#e5f6ee99}.divide-green-200\/70>:not([hidden])~:not([hidden]){border-color:#e5f6eeb3}.divide-green-200\/75>:not([hidden])~:not([hidden]){border-color:#e5f6eebf}.divide-green-200\/80>:not([hidden])~:not([hidden]){border-color:#e5f6eecc}.divide-green-200\/90>:not([hidden])~:not([hidden]){border-color:#e5f6eee6}.divide-green-200\/95>:not([hidden])~:not([hidden]){border-color:#e5f6eef2}.divide-green-200\/100>:not([hidden])~:not([hidden]){border-color:#e5f6ee}.divide-green-300\/0>:not([hidden])~:not([hidden]){border-color:#c8eedb00}.divide-green-300\/5>:not([hidden])~:not([hidden]){border-color:#c8eedb0d}.divide-green-300\/10>:not([hidden])~:not([hidden]){border-color:#c8eedb1a}.divide-green-300\/20>:not([hidden])~:not([hidden]){border-color:#c8eedb33}.divide-green-300\/25>:not([hidden])~:not([hidden]){border-color:#c8eedb40}.divide-green-300\/30>:not([hidden])~:not([hidden]){border-color:#c8eedb4d}.divide-green-300\/40>:not([hidden])~:not([hidden]){border-color:#c8eedb66}.divide-green-300\/50>:not([hidden])~:not([hidden]){border-color:#c8eedb80}.divide-green-300\/60>:not([hidden])~:not([hidden]){border-color:#c8eedb99}.divide-green-300\/70>:not([hidden])~:not([hidden]){border-color:#c8eedbb3}.divide-green-300\/75>:not([hidden])~:not([hidden]){border-color:#c8eedbbf}.divide-green-300\/80>:not([hidden])~:not([hidden]){border-color:#c8eedbcc}.divide-green-300\/90>:not([hidden])~:not([hidden]){border-color:#c8eedbe6}.divide-green-300\/95>:not([hidden])~:not([hidden]){border-color:#c8eedbf2}.divide-green-300\/100>:not([hidden])~:not([hidden]){border-color:#c8eedb}.divide-green-400\/0>:not([hidden])~:not([hidden]){border-color:#a6e5c800}.divide-green-400\/5>:not([hidden])~:not([hidden]){border-color:#a6e5c80d}.divide-green-400\/10>:not([hidden])~:not([hidden]){border-color:#a6e5c81a}.divide-green-400\/20>:not([hidden])~:not([hidden]){border-color:#a6e5c833}.divide-green-400\/25>:not([hidden])~:not([hidden]){border-color:#a6e5c840}.divide-green-400\/30>:not([hidden])~:not([hidden]){border-color:#a6e5c84d}.divide-green-400\/40>:not([hidden])~:not([hidden]){border-color:#a6e5c866}.divide-green-400\/50>:not([hidden])~:not([hidden]){border-color:#a6e5c880}.divide-green-400\/60>:not([hidden])~:not([hidden]){border-color:#a6e5c899}.divide-green-400\/70>:not([hidden])~:not([hidden]){border-color:#a6e5c8b3}.divide-green-400\/75>:not([hidden])~:not([hidden]){border-color:#a6e5c8bf}.divide-green-400\/80>:not([hidden])~:not([hidden]){border-color:#a6e5c8cc}.divide-green-400\/90>:not([hidden])~:not([hidden]){border-color:#a6e5c8e6}.divide-green-400\/95>:not([hidden])~:not([hidden]){border-color:#a6e5c8f2}.divide-green-400\/100>:not([hidden])~:not([hidden]){border-color:#a6e5c8}.divide-green-500\/0>:not([hidden])~:not([hidden]){border-color:#7bdcb200}.divide-green-500\/5>:not([hidden])~:not([hidden]){border-color:#7bdcb20d}.divide-green-500\/10>:not([hidden])~:not([hidden]){border-color:#7bdcb21a}.divide-green-500\/20>:not([hidden])~:not([hidden]){border-color:#7bdcb233}.divide-green-500\/25>:not([hidden])~:not([hidden]){border-color:#7bdcb240}.divide-green-500\/30>:not([hidden])~:not([hidden]){border-color:#7bdcb24d}.divide-green-500\/40>:not([hidden])~:not([hidden]){border-color:#7bdcb266}.divide-green-500\/50>:not([hidden])~:not([hidden]){border-color:#7bdcb280}.divide-green-500\/60>:not([hidden])~:not([hidden]){border-color:#7bdcb299}.divide-green-500\/70>:not([hidden])~:not([hidden]){border-color:#7bdcb2b3}.divide-green-500\/75>:not([hidden])~:not([hidden]){border-color:#7bdcb2bf}.divide-green-500\/80>:not([hidden])~:not([hidden]){border-color:#7bdcb2cc}.divide-green-500\/90>:not([hidden])~:not([hidden]){border-color:#7bdcb2e6}.divide-green-500\/95>:not([hidden])~:not([hidden]){border-color:#7bdcb2f2}.divide-green-500\/100>:not([hidden])~:not([hidden]){border-color:#7bdcb2}.divide-green-600\/0>:not([hidden])~:not([hidden]){border-color:#34d39900}.divide-green-600\/5>:not([hidden])~:not([hidden]){border-color:#34d3990d}.divide-green-600\/10>:not([hidden])~:not([hidden]){border-color:#34d3991a}.divide-green-600\/20>:not([hidden])~:not([hidden]){border-color:#34d39933}.divide-green-600\/25>:not([hidden])~:not([hidden]){border-color:#34d39940}.divide-green-600\/30>:not([hidden])~:not([hidden]){border-color:#34d3994d}.divide-green-600\/40>:not([hidden])~:not([hidden]){border-color:#34d39966}.divide-green-600\/50>:not([hidden])~:not([hidden]){border-color:#34d39980}.divide-green-600\/60>:not([hidden])~:not([hidden]){border-color:#34d39999}.divide-green-600\/70>:not([hidden])~:not([hidden]){border-color:#34d399b3}.divide-green-600\/75>:not([hidden])~:not([hidden]){border-color:#34d399bf}.divide-green-600\/80>:not([hidden])~:not([hidden]){border-color:#34d399cc}.divide-green-600\/90>:not([hidden])~:not([hidden]){border-color:#34d399e6}.divide-green-600\/95>:not([hidden])~:not([hidden]){border-color:#34d399f2}.divide-green-600\/100>:not([hidden])~:not([hidden]){border-color:#34d399}.divide-green-700\/0>:not([hidden])~:not([hidden]){border-color:#2ebc8800}.divide-green-700\/5>:not([hidden])~:not([hidden]){border-color:#2ebc880d}.divide-green-700\/10>:not([hidden])~:not([hidden]){border-color:#2ebc881a}.divide-green-700\/20>:not([hidden])~:not([hidden]){border-color:#2ebc8833}.divide-green-700\/25>:not([hidden])~:not([hidden]){border-color:#2ebc8840}.divide-green-700\/30>:not([hidden])~:not([hidden]){border-color:#2ebc884d}.divide-green-700\/40>:not([hidden])~:not([hidden]){border-color:#2ebc8866}.divide-green-700\/50>:not([hidden])~:not([hidden]){border-color:#2ebc8880}.divide-green-700\/60>:not([hidden])~:not([hidden]){border-color:#2ebc8899}.divide-green-700\/70>:not([hidden])~:not([hidden]){border-color:#2ebc88b3}.divide-green-700\/75>:not([hidden])~:not([hidden]){border-color:#2ebc88bf}.divide-green-700\/80>:not([hidden])~:not([hidden]){border-color:#2ebc88cc}.divide-green-700\/90>:not([hidden])~:not([hidden]){border-color:#2ebc88e6}.divide-green-700\/95>:not([hidden])~:not([hidden]){border-color:#2ebc88f2}.divide-green-700\/100>:not([hidden])~:not([hidden]){border-color:#2ebc88}.divide-green-800\/0>:not([hidden])~:not([hidden]){border-color:#28a37600}.divide-green-800\/5>:not([hidden])~:not([hidden]){border-color:#28a3760d}.divide-green-800\/10>:not([hidden])~:not([hidden]){border-color:#28a3761a}.divide-green-800\/20>:not([hidden])~:not([hidden]){border-color:#28a37633}.divide-green-800\/25>:not([hidden])~:not([hidden]){border-color:#28a37640}.divide-green-800\/30>:not([hidden])~:not([hidden]){border-color:#28a3764d}.divide-green-800\/40>:not([hidden])~:not([hidden]){border-color:#28a37666}.divide-green-800\/50>:not([hidden])~:not([hidden]){border-color:#28a37680}.divide-green-800\/60>:not([hidden])~:not([hidden]){border-color:#28a37699}.divide-green-800\/70>:not([hidden])~:not([hidden]){border-color:#28a376b3}.divide-green-800\/75>:not([hidden])~:not([hidden]){border-color:#28a376bf}.divide-green-800\/80>:not([hidden])~:not([hidden]){border-color:#28a376cc}.divide-green-800\/90>:not([hidden])~:not([hidden]){border-color:#28a376e6}.divide-green-800\/95>:not([hidden])~:not([hidden]){border-color:#28a376f2}.divide-green-800\/100>:not([hidden])~:not([hidden]){border-color:#28a376}.divide-green-900\/0>:not([hidden])~:not([hidden]){border-color:#20856000}.divide-green-900\/5>:not([hidden])~:not([hidden]){border-color:#2085600d}.divide-green-900\/10>:not([hidden])~:not([hidden]){border-color:#2085601a}.divide-green-900\/20>:not([hidden])~:not([hidden]){border-color:#20856033}.divide-green-900\/25>:not([hidden])~:not([hidden]){border-color:#20856040}.divide-green-900\/30>:not([hidden])~:not([hidden]){border-color:#2085604d}.divide-green-900\/40>:not([hidden])~:not([hidden]){border-color:#20856066}.divide-green-900\/50>:not([hidden])~:not([hidden]){border-color:#20856080}.divide-green-900\/60>:not([hidden])~:not([hidden]){border-color:#20856099}.divide-green-900\/70>:not([hidden])~:not([hidden]){border-color:#208560b3}.divide-green-900\/75>:not([hidden])~:not([hidden]){border-color:#208560bf}.divide-green-900\/80>:not([hidden])~:not([hidden]){border-color:#208560cc}.divide-green-900\/90>:not([hidden])~:not([hidden]){border-color:#208560e6}.divide-green-900\/95>:not([hidden])~:not([hidden]){border-color:#208560f2}.divide-green-900\/100>:not([hidden])~:not([hidden]){border-color:#208560}.divide-emerald-50\/0>:not([hidden])~:not([hidden]){border-color:#ecfdf500}.divide-emerald-50\/5>:not([hidden])~:not([hidden]){border-color:#ecfdf50d}.divide-emerald-50\/10>:not([hidden])~:not([hidden]){border-color:#ecfdf51a}.divide-emerald-50\/20>:not([hidden])~:not([hidden]){border-color:#ecfdf533}.divide-emerald-50\/25>:not([hidden])~:not([hidden]){border-color:#ecfdf540}.divide-emerald-50\/30>:not([hidden])~:not([hidden]){border-color:#ecfdf54d}.divide-emerald-50\/40>:not([hidden])~:not([hidden]){border-color:#ecfdf566}.divide-emerald-50\/50>:not([hidden])~:not([hidden]){border-color:#ecfdf580}.divide-emerald-50\/60>:not([hidden])~:not([hidden]){border-color:#ecfdf599}.divide-emerald-50\/70>:not([hidden])~:not([hidden]){border-color:#ecfdf5b3}.divide-emerald-50\/75>:not([hidden])~:not([hidden]){border-color:#ecfdf5bf}.divide-emerald-50\/80>:not([hidden])~:not([hidden]){border-color:#ecfdf5cc}.divide-emerald-50\/90>:not([hidden])~:not([hidden]){border-color:#ecfdf5e6}.divide-emerald-50\/95>:not([hidden])~:not([hidden]){border-color:#ecfdf5f2}.divide-emerald-50\/100>:not([hidden])~:not([hidden]){border-color:#ecfdf5}.divide-emerald-100\/0>:not([hidden])~:not([hidden]){border-color:#d1fae500}.divide-emerald-100\/5>:not([hidden])~:not([hidden]){border-color:#d1fae50d}.divide-emerald-100\/10>:not([hidden])~:not([hidden]){border-color:#d1fae51a}.divide-emerald-100\/20>:not([hidden])~:not([hidden]){border-color:#d1fae533}.divide-emerald-100\/25>:not([hidden])~:not([hidden]){border-color:#d1fae540}.divide-emerald-100\/30>:not([hidden])~:not([hidden]){border-color:#d1fae54d}.divide-emerald-100\/40>:not([hidden])~:not([hidden]){border-color:#d1fae566}.divide-emerald-100\/50>:not([hidden])~:not([hidden]){border-color:#d1fae580}.divide-emerald-100\/60>:not([hidden])~:not([hidden]){border-color:#d1fae599}.divide-emerald-100\/70>:not([hidden])~:not([hidden]){border-color:#d1fae5b3}.divide-emerald-100\/75>:not([hidden])~:not([hidden]){border-color:#d1fae5bf}.divide-emerald-100\/80>:not([hidden])~:not([hidden]){border-color:#d1fae5cc}.divide-emerald-100\/90>:not([hidden])~:not([hidden]){border-color:#d1fae5e6}.divide-emerald-100\/95>:not([hidden])~:not([hidden]){border-color:#d1fae5f2}.divide-emerald-100\/100>:not([hidden])~:not([hidden]){border-color:#d1fae5}.divide-emerald-200\/0>:not([hidden])~:not([hidden]){border-color:#a7f3d000}.divide-emerald-200\/5>:not([hidden])~:not([hidden]){border-color:#a7f3d00d}.divide-emerald-200\/10>:not([hidden])~:not([hidden]){border-color:#a7f3d01a}.divide-emerald-200\/20>:not([hidden])~:not([hidden]){border-color:#a7f3d033}.divide-emerald-200\/25>:not([hidden])~:not([hidden]){border-color:#a7f3d040}.divide-emerald-200\/30>:not([hidden])~:not([hidden]){border-color:#a7f3d04d}.divide-emerald-200\/40>:not([hidden])~:not([hidden]){border-color:#a7f3d066}.divide-emerald-200\/50>:not([hidden])~:not([hidden]){border-color:#a7f3d080}.divide-emerald-200\/60>:not([hidden])~:not([hidden]){border-color:#a7f3d099}.divide-emerald-200\/70>:not([hidden])~:not([hidden]){border-color:#a7f3d0b3}.divide-emerald-200\/75>:not([hidden])~:not([hidden]){border-color:#a7f3d0bf}.divide-emerald-200\/80>:not([hidden])~:not([hidden]){border-color:#a7f3d0cc}.divide-emerald-200\/90>:not([hidden])~:not([hidden]){border-color:#a7f3d0e6}.divide-emerald-200\/95>:not([hidden])~:not([hidden]){border-color:#a7f3d0f2}.divide-emerald-200\/100>:not([hidden])~:not([hidden]){border-color:#a7f3d0}.divide-emerald-300\/0>:not([hidden])~:not([hidden]){border-color:#6ee7b700}.divide-emerald-300\/5>:not([hidden])~:not([hidden]){border-color:#6ee7b70d}.divide-emerald-300\/10>:not([hidden])~:not([hidden]){border-color:#6ee7b71a}.divide-emerald-300\/20>:not([hidden])~:not([hidden]){border-color:#6ee7b733}.divide-emerald-300\/25>:not([hidden])~:not([hidden]){border-color:#6ee7b740}.divide-emerald-300\/30>:not([hidden])~:not([hidden]){border-color:#6ee7b74d}.divide-emerald-300\/40>:not([hidden])~:not([hidden]){border-color:#6ee7b766}.divide-emerald-300\/50>:not([hidden])~:not([hidden]){border-color:#6ee7b780}.divide-emerald-300\/60>:not([hidden])~:not([hidden]){border-color:#6ee7b799}.divide-emerald-300\/70>:not([hidden])~:not([hidden]){border-color:#6ee7b7b3}.divide-emerald-300\/75>:not([hidden])~:not([hidden]){border-color:#6ee7b7bf}.divide-emerald-300\/80>:not([hidden])~:not([hidden]){border-color:#6ee7b7cc}.divide-emerald-300\/90>:not([hidden])~:not([hidden]){border-color:#6ee7b7e6}.divide-emerald-300\/95>:not([hidden])~:not([hidden]){border-color:#6ee7b7f2}.divide-emerald-300\/100>:not([hidden])~:not([hidden]){border-color:#6ee7b7}.divide-emerald-400\/0>:not([hidden])~:not([hidden]){border-color:#34d39900}.divide-emerald-400\/5>:not([hidden])~:not([hidden]){border-color:#34d3990d}.divide-emerald-400\/10>:not([hidden])~:not([hidden]){border-color:#34d3991a}.divide-emerald-400\/20>:not([hidden])~:not([hidden]){border-color:#34d39933}.divide-emerald-400\/25>:not([hidden])~:not([hidden]){border-color:#34d39940}.divide-emerald-400\/30>:not([hidden])~:not([hidden]){border-color:#34d3994d}.divide-emerald-400\/40>:not([hidden])~:not([hidden]){border-color:#34d39966}.divide-emerald-400\/50>:not([hidden])~:not([hidden]){border-color:#34d39980}.divide-emerald-400\/60>:not([hidden])~:not([hidden]){border-color:#34d39999}.divide-emerald-400\/70>:not([hidden])~:not([hidden]){border-color:#34d399b3}.divide-emerald-400\/75>:not([hidden])~:not([hidden]){border-color:#34d399bf}.divide-emerald-400\/80>:not([hidden])~:not([hidden]){border-color:#34d399cc}.divide-emerald-400\/90>:not([hidden])~:not([hidden]){border-color:#34d399e6}.divide-emerald-400\/95>:not([hidden])~:not([hidden]){border-color:#34d399f2}.divide-emerald-400\/100>:not([hidden])~:not([hidden]){border-color:#34d399}.divide-emerald-500\/0>:not([hidden])~:not([hidden]){border-color:#10b98100}.divide-emerald-500\/5>:not([hidden])~:not([hidden]){border-color:#10b9810d}.divide-emerald-500\/10>:not([hidden])~:not([hidden]){border-color:#10b9811a}.divide-emerald-500\/20>:not([hidden])~:not([hidden]){border-color:#10b98133}.divide-emerald-500\/25>:not([hidden])~:not([hidden]){border-color:#10b98140}.divide-emerald-500\/30>:not([hidden])~:not([hidden]){border-color:#10b9814d}.divide-emerald-500\/40>:not([hidden])~:not([hidden]){border-color:#10b98166}.divide-emerald-500\/50>:not([hidden])~:not([hidden]){border-color:#10b98180}.divide-emerald-500\/60>:not([hidden])~:not([hidden]){border-color:#10b98199}.divide-emerald-500\/70>:not([hidden])~:not([hidden]){border-color:#10b981b3}.divide-emerald-500\/75>:not([hidden])~:not([hidden]){border-color:#10b981bf}.divide-emerald-500\/80>:not([hidden])~:not([hidden]){border-color:#10b981cc}.divide-emerald-500\/90>:not([hidden])~:not([hidden]){border-color:#10b981e6}.divide-emerald-500\/95>:not([hidden])~:not([hidden]){border-color:#10b981f2}.divide-emerald-500\/100>:not([hidden])~:not([hidden]){border-color:#10b981}.divide-emerald-600\/0>:not([hidden])~:not([hidden]){border-color:#05966900}.divide-emerald-600\/5>:not([hidden])~:not([hidden]){border-color:#0596690d}.divide-emerald-600\/10>:not([hidden])~:not([hidden]){border-color:#0596691a}.divide-emerald-600\/20>:not([hidden])~:not([hidden]){border-color:#05966933}.divide-emerald-600\/25>:not([hidden])~:not([hidden]){border-color:#05966940}.divide-emerald-600\/30>:not([hidden])~:not([hidden]){border-color:#0596694d}.divide-emerald-600\/40>:not([hidden])~:not([hidden]){border-color:#05966966}.divide-emerald-600\/50>:not([hidden])~:not([hidden]){border-color:#05966980}.divide-emerald-600\/60>:not([hidden])~:not([hidden]){border-color:#05966999}.divide-emerald-600\/70>:not([hidden])~:not([hidden]){border-color:#059669b3}.divide-emerald-600\/75>:not([hidden])~:not([hidden]){border-color:#059669bf}.divide-emerald-600\/80>:not([hidden])~:not([hidden]){border-color:#059669cc}.divide-emerald-600\/90>:not([hidden])~:not([hidden]){border-color:#059669e6}.divide-emerald-600\/95>:not([hidden])~:not([hidden]){border-color:#059669f2}.divide-emerald-600\/100>:not([hidden])~:not([hidden]){border-color:#059669}.divide-emerald-700\/0>:not([hidden])~:not([hidden]){border-color:#04785700}.divide-emerald-700\/5>:not([hidden])~:not([hidden]){border-color:#0478570d}.divide-emerald-700\/10>:not([hidden])~:not([hidden]){border-color:#0478571a}.divide-emerald-700\/20>:not([hidden])~:not([hidden]){border-color:#04785733}.divide-emerald-700\/25>:not([hidden])~:not([hidden]){border-color:#04785740}.divide-emerald-700\/30>:not([hidden])~:not([hidden]){border-color:#0478574d}.divide-emerald-700\/40>:not([hidden])~:not([hidden]){border-color:#04785766}.divide-emerald-700\/50>:not([hidden])~:not([hidden]){border-color:#04785780}.divide-emerald-700\/60>:not([hidden])~:not([hidden]){border-color:#04785799}.divide-emerald-700\/70>:not([hidden])~:not([hidden]){border-color:#047857b3}.divide-emerald-700\/75>:not([hidden])~:not([hidden]){border-color:#047857bf}.divide-emerald-700\/80>:not([hidden])~:not([hidden]){border-color:#047857cc}.divide-emerald-700\/90>:not([hidden])~:not([hidden]){border-color:#047857e6}.divide-emerald-700\/95>:not([hidden])~:not([hidden]){border-color:#047857f2}.divide-emerald-700\/100>:not([hidden])~:not([hidden]){border-color:#047857}.divide-emerald-800\/0>:not([hidden])~:not([hidden]){border-color:#065f4600}.divide-emerald-800\/5>:not([hidden])~:not([hidden]){border-color:#065f460d}.divide-emerald-800\/10>:not([hidden])~:not([hidden]){border-color:#065f461a}.divide-emerald-800\/20>:not([hidden])~:not([hidden]){border-color:#065f4633}.divide-emerald-800\/25>:not([hidden])~:not([hidden]){border-color:#065f4640}.divide-emerald-800\/30>:not([hidden])~:not([hidden]){border-color:#065f464d}.divide-emerald-800\/40>:not([hidden])~:not([hidden]){border-color:#065f4666}.divide-emerald-800\/50>:not([hidden])~:not([hidden]){border-color:#065f4680}.divide-emerald-800\/60>:not([hidden])~:not([hidden]){border-color:#065f4699}.divide-emerald-800\/70>:not([hidden])~:not([hidden]){border-color:#065f46b3}.divide-emerald-800\/75>:not([hidden])~:not([hidden]){border-color:#065f46bf}.divide-emerald-800\/80>:not([hidden])~:not([hidden]){border-color:#065f46cc}.divide-emerald-800\/90>:not([hidden])~:not([hidden]){border-color:#065f46e6}.divide-emerald-800\/95>:not([hidden])~:not([hidden]){border-color:#065f46f2}.divide-emerald-800\/100>:not([hidden])~:not([hidden]){border-color:#065f46}.divide-emerald-900\/0>:not([hidden])~:not([hidden]){border-color:#064e3b00}.divide-emerald-900\/5>:not([hidden])~:not([hidden]){border-color:#064e3b0d}.divide-emerald-900\/10>:not([hidden])~:not([hidden]){border-color:#064e3b1a}.divide-emerald-900\/20>:not([hidden])~:not([hidden]){border-color:#064e3b33}.divide-emerald-900\/25>:not([hidden])~:not([hidden]){border-color:#064e3b40}.divide-emerald-900\/30>:not([hidden])~:not([hidden]){border-color:#064e3b4d}.divide-emerald-900\/40>:not([hidden])~:not([hidden]){border-color:#064e3b66}.divide-emerald-900\/50>:not([hidden])~:not([hidden]){border-color:#064e3b80}.divide-emerald-900\/60>:not([hidden])~:not([hidden]){border-color:#064e3b99}.divide-emerald-900\/70>:not([hidden])~:not([hidden]){border-color:#064e3bb3}.divide-emerald-900\/75>:not([hidden])~:not([hidden]){border-color:#064e3bbf}.divide-emerald-900\/80>:not([hidden])~:not([hidden]){border-color:#064e3bcc}.divide-emerald-900\/90>:not([hidden])~:not([hidden]){border-color:#064e3be6}.divide-emerald-900\/95>:not([hidden])~:not([hidden]){border-color:#064e3bf2}.divide-emerald-900\/100>:not([hidden])~:not([hidden]){border-color:#064e3b}.divide-teal-50\/0>:not([hidden])~:not([hidden]){border-color:#f0fdfa00}.divide-teal-50\/5>:not([hidden])~:not([hidden]){border-color:#f0fdfa0d}.divide-teal-50\/10>:not([hidden])~:not([hidden]){border-color:#f0fdfa1a}.divide-teal-50\/20>:not([hidden])~:not([hidden]){border-color:#f0fdfa33}.divide-teal-50\/25>:not([hidden])~:not([hidden]){border-color:#f0fdfa40}.divide-teal-50\/30>:not([hidden])~:not([hidden]){border-color:#f0fdfa4d}.divide-teal-50\/40>:not([hidden])~:not([hidden]){border-color:#f0fdfa66}.divide-teal-50\/50>:not([hidden])~:not([hidden]){border-color:#f0fdfa80}.divide-teal-50\/60>:not([hidden])~:not([hidden]){border-color:#f0fdfa99}.divide-teal-50\/70>:not([hidden])~:not([hidden]){border-color:#f0fdfab3}.divide-teal-50\/75>:not([hidden])~:not([hidden]){border-color:#f0fdfabf}.divide-teal-50\/80>:not([hidden])~:not([hidden]){border-color:#f0fdfacc}.divide-teal-50\/90>:not([hidden])~:not([hidden]){border-color:#f0fdfae6}.divide-teal-50\/95>:not([hidden])~:not([hidden]){border-color:#f0fdfaf2}.divide-teal-50\/100>:not([hidden])~:not([hidden]){border-color:#f0fdfa}.divide-teal-100\/0>:not([hidden])~:not([hidden]){border-color:#ccfbf100}.divide-teal-100\/5>:not([hidden])~:not([hidden]){border-color:#ccfbf10d}.divide-teal-100\/10>:not([hidden])~:not([hidden]){border-color:#ccfbf11a}.divide-teal-100\/20>:not([hidden])~:not([hidden]){border-color:#ccfbf133}.divide-teal-100\/25>:not([hidden])~:not([hidden]){border-color:#ccfbf140}.divide-teal-100\/30>:not([hidden])~:not([hidden]){border-color:#ccfbf14d}.divide-teal-100\/40>:not([hidden])~:not([hidden]){border-color:#ccfbf166}.divide-teal-100\/50>:not([hidden])~:not([hidden]){border-color:#ccfbf180}.divide-teal-100\/60>:not([hidden])~:not([hidden]){border-color:#ccfbf199}.divide-teal-100\/70>:not([hidden])~:not([hidden]){border-color:#ccfbf1b3}.divide-teal-100\/75>:not([hidden])~:not([hidden]){border-color:#ccfbf1bf}.divide-teal-100\/80>:not([hidden])~:not([hidden]){border-color:#ccfbf1cc}.divide-teal-100\/90>:not([hidden])~:not([hidden]){border-color:#ccfbf1e6}.divide-teal-100\/95>:not([hidden])~:not([hidden]){border-color:#ccfbf1f2}.divide-teal-100\/100>:not([hidden])~:not([hidden]){border-color:#ccfbf1}.divide-teal-200\/0>:not([hidden])~:not([hidden]){border-color:#99f6e400}.divide-teal-200\/5>:not([hidden])~:not([hidden]){border-color:#99f6e40d}.divide-teal-200\/10>:not([hidden])~:not([hidden]){border-color:#99f6e41a}.divide-teal-200\/20>:not([hidden])~:not([hidden]){border-color:#99f6e433}.divide-teal-200\/25>:not([hidden])~:not([hidden]){border-color:#99f6e440}.divide-teal-200\/30>:not([hidden])~:not([hidden]){border-color:#99f6e44d}.divide-teal-200\/40>:not([hidden])~:not([hidden]){border-color:#99f6e466}.divide-teal-200\/50>:not([hidden])~:not([hidden]){border-color:#99f6e480}.divide-teal-200\/60>:not([hidden])~:not([hidden]){border-color:#99f6e499}.divide-teal-200\/70>:not([hidden])~:not([hidden]){border-color:#99f6e4b3}.divide-teal-200\/75>:not([hidden])~:not([hidden]){border-color:#99f6e4bf}.divide-teal-200\/80>:not([hidden])~:not([hidden]){border-color:#99f6e4cc}.divide-teal-200\/90>:not([hidden])~:not([hidden]){border-color:#99f6e4e6}.divide-teal-200\/95>:not([hidden])~:not([hidden]){border-color:#99f6e4f2}.divide-teal-200\/100>:not([hidden])~:not([hidden]){border-color:#99f6e4}.divide-teal-300\/0>:not([hidden])~:not([hidden]){border-color:#5eead400}.divide-teal-300\/5>:not([hidden])~:not([hidden]){border-color:#5eead40d}.divide-teal-300\/10>:not([hidden])~:not([hidden]){border-color:#5eead41a}.divide-teal-300\/20>:not([hidden])~:not([hidden]){border-color:#5eead433}.divide-teal-300\/25>:not([hidden])~:not([hidden]){border-color:#5eead440}.divide-teal-300\/30>:not([hidden])~:not([hidden]){border-color:#5eead44d}.divide-teal-300\/40>:not([hidden])~:not([hidden]){border-color:#5eead466}.divide-teal-300\/50>:not([hidden])~:not([hidden]){border-color:#5eead480}.divide-teal-300\/60>:not([hidden])~:not([hidden]){border-color:#5eead499}.divide-teal-300\/70>:not([hidden])~:not([hidden]){border-color:#5eead4b3}.divide-teal-300\/75>:not([hidden])~:not([hidden]){border-color:#5eead4bf}.divide-teal-300\/80>:not([hidden])~:not([hidden]){border-color:#5eead4cc}.divide-teal-300\/90>:not([hidden])~:not([hidden]){border-color:#5eead4e6}.divide-teal-300\/95>:not([hidden])~:not([hidden]){border-color:#5eead4f2}.divide-teal-300\/100>:not([hidden])~:not([hidden]){border-color:#5eead4}.divide-teal-400\/0>:not([hidden])~:not([hidden]){border-color:#2dd4bf00}.divide-teal-400\/5>:not([hidden])~:not([hidden]){border-color:#2dd4bf0d}.divide-teal-400\/10>:not([hidden])~:not([hidden]){border-color:#2dd4bf1a}.divide-teal-400\/20>:not([hidden])~:not([hidden]){border-color:#2dd4bf33}.divide-teal-400\/25>:not([hidden])~:not([hidden]){border-color:#2dd4bf40}.divide-teal-400\/30>:not([hidden])~:not([hidden]){border-color:#2dd4bf4d}.divide-teal-400\/40>:not([hidden])~:not([hidden]){border-color:#2dd4bf66}.divide-teal-400\/50>:not([hidden])~:not([hidden]){border-color:#2dd4bf80}.divide-teal-400\/60>:not([hidden])~:not([hidden]){border-color:#2dd4bf99}.divide-teal-400\/70>:not([hidden])~:not([hidden]){border-color:#2dd4bfb3}.divide-teal-400\/75>:not([hidden])~:not([hidden]){border-color:#2dd4bfbf}.divide-teal-400\/80>:not([hidden])~:not([hidden]){border-color:#2dd4bfcc}.divide-teal-400\/90>:not([hidden])~:not([hidden]){border-color:#2dd4bfe6}.divide-teal-400\/95>:not([hidden])~:not([hidden]){border-color:#2dd4bff2}.divide-teal-400\/100>:not([hidden])~:not([hidden]){border-color:#2dd4bf}.divide-teal-500\/0>:not([hidden])~:not([hidden]){border-color:#14b8a600}.divide-teal-500\/5>:not([hidden])~:not([hidden]){border-color:#14b8a60d}.divide-teal-500\/10>:not([hidden])~:not([hidden]){border-color:#14b8a61a}.divide-teal-500\/20>:not([hidden])~:not([hidden]){border-color:#14b8a633}.divide-teal-500\/25>:not([hidden])~:not([hidden]){border-color:#14b8a640}.divide-teal-500\/30>:not([hidden])~:not([hidden]){border-color:#14b8a64d}.divide-teal-500\/40>:not([hidden])~:not([hidden]){border-color:#14b8a666}.divide-teal-500\/50>:not([hidden])~:not([hidden]){border-color:#14b8a680}.divide-teal-500\/60>:not([hidden])~:not([hidden]){border-color:#14b8a699}.divide-teal-500\/70>:not([hidden])~:not([hidden]){border-color:#14b8a6b3}.divide-teal-500\/75>:not([hidden])~:not([hidden]){border-color:#14b8a6bf}.divide-teal-500\/80>:not([hidden])~:not([hidden]){border-color:#14b8a6cc}.divide-teal-500\/90>:not([hidden])~:not([hidden]){border-color:#14b8a6e6}.divide-teal-500\/95>:not([hidden])~:not([hidden]){border-color:#14b8a6f2}.divide-teal-500\/100>:not([hidden])~:not([hidden]){border-color:#14b8a6}.divide-teal-600\/0>:not([hidden])~:not([hidden]){border-color:#0d948800}.divide-teal-600\/5>:not([hidden])~:not([hidden]){border-color:#0d94880d}.divide-teal-600\/10>:not([hidden])~:not([hidden]){border-color:#0d94881a}.divide-teal-600\/20>:not([hidden])~:not([hidden]){border-color:#0d948833}.divide-teal-600\/25>:not([hidden])~:not([hidden]){border-color:#0d948840}.divide-teal-600\/30>:not([hidden])~:not([hidden]){border-color:#0d94884d}.divide-teal-600\/40>:not([hidden])~:not([hidden]){border-color:#0d948866}.divide-teal-600\/50>:not([hidden])~:not([hidden]){border-color:#0d948880}.divide-teal-600\/60>:not([hidden])~:not([hidden]){border-color:#0d948899}.divide-teal-600\/70>:not([hidden])~:not([hidden]){border-color:#0d9488b3}.divide-teal-600\/75>:not([hidden])~:not([hidden]){border-color:#0d9488bf}.divide-teal-600\/80>:not([hidden])~:not([hidden]){border-color:#0d9488cc}.divide-teal-600\/90>:not([hidden])~:not([hidden]){border-color:#0d9488e6}.divide-teal-600\/95>:not([hidden])~:not([hidden]){border-color:#0d9488f2}.divide-teal-600\/100>:not([hidden])~:not([hidden]){border-color:#0d9488}.divide-teal-700\/0>:not([hidden])~:not([hidden]){border-color:#0f766e00}.divide-teal-700\/5>:not([hidden])~:not([hidden]){border-color:#0f766e0d}.divide-teal-700\/10>:not([hidden])~:not([hidden]){border-color:#0f766e1a}.divide-teal-700\/20>:not([hidden])~:not([hidden]){border-color:#0f766e33}.divide-teal-700\/25>:not([hidden])~:not([hidden]){border-color:#0f766e40}.divide-teal-700\/30>:not([hidden])~:not([hidden]){border-color:#0f766e4d}.divide-teal-700\/40>:not([hidden])~:not([hidden]){border-color:#0f766e66}.divide-teal-700\/50>:not([hidden])~:not([hidden]){border-color:#0f766e80}.divide-teal-700\/60>:not([hidden])~:not([hidden]){border-color:#0f766e99}.divide-teal-700\/70>:not([hidden])~:not([hidden]){border-color:#0f766eb3}.divide-teal-700\/75>:not([hidden])~:not([hidden]){border-color:#0f766ebf}.divide-teal-700\/80>:not([hidden])~:not([hidden]){border-color:#0f766ecc}.divide-teal-700\/90>:not([hidden])~:not([hidden]){border-color:#0f766ee6}.divide-teal-700\/95>:not([hidden])~:not([hidden]){border-color:#0f766ef2}.divide-teal-700\/100>:not([hidden])~:not([hidden]){border-color:#0f766e}.divide-teal-800\/0>:not([hidden])~:not([hidden]){border-color:#115e5900}.divide-teal-800\/5>:not([hidden])~:not([hidden]){border-color:#115e590d}.divide-teal-800\/10>:not([hidden])~:not([hidden]){border-color:#115e591a}.divide-teal-800\/20>:not([hidden])~:not([hidden]){border-color:#115e5933}.divide-teal-800\/25>:not([hidden])~:not([hidden]){border-color:#115e5940}.divide-teal-800\/30>:not([hidden])~:not([hidden]){border-color:#115e594d}.divide-teal-800\/40>:not([hidden])~:not([hidden]){border-color:#115e5966}.divide-teal-800\/50>:not([hidden])~:not([hidden]){border-color:#115e5980}.divide-teal-800\/60>:not([hidden])~:not([hidden]){border-color:#115e5999}.divide-teal-800\/70>:not([hidden])~:not([hidden]){border-color:#115e59b3}.divide-teal-800\/75>:not([hidden])~:not([hidden]){border-color:#115e59bf}.divide-teal-800\/80>:not([hidden])~:not([hidden]){border-color:#115e59cc}.divide-teal-800\/90>:not([hidden])~:not([hidden]){border-color:#115e59e6}.divide-teal-800\/95>:not([hidden])~:not([hidden]){border-color:#115e59f2}.divide-teal-800\/100>:not([hidden])~:not([hidden]){border-color:#115e59}.divide-teal-900\/0>:not([hidden])~:not([hidden]){border-color:#134e4a00}.divide-teal-900\/5>:not([hidden])~:not([hidden]){border-color:#134e4a0d}.divide-teal-900\/10>:not([hidden])~:not([hidden]){border-color:#134e4a1a}.divide-teal-900\/20>:not([hidden])~:not([hidden]){border-color:#134e4a33}.divide-teal-900\/25>:not([hidden])~:not([hidden]){border-color:#134e4a40}.divide-teal-900\/30>:not([hidden])~:not([hidden]){border-color:#134e4a4d}.divide-teal-900\/40>:not([hidden])~:not([hidden]){border-color:#134e4a66}.divide-teal-900\/50>:not([hidden])~:not([hidden]){border-color:#134e4a80}.divide-teal-900\/60>:not([hidden])~:not([hidden]){border-color:#134e4a99}.divide-teal-900\/70>:not([hidden])~:not([hidden]){border-color:#134e4ab3}.divide-teal-900\/75>:not([hidden])~:not([hidden]){border-color:#134e4abf}.divide-teal-900\/80>:not([hidden])~:not([hidden]){border-color:#134e4acc}.divide-teal-900\/90>:not([hidden])~:not([hidden]){border-color:#134e4ae6}.divide-teal-900\/95>:not([hidden])~:not([hidden]){border-color:#134e4af2}.divide-teal-900\/100>:not([hidden])~:not([hidden]){border-color:#134e4a}.divide-sky-50\/0>:not([hidden])~:not([hidden]){border-color:#f0f9ff00}.divide-sky-50\/5>:not([hidden])~:not([hidden]){border-color:#f0f9ff0d}.divide-sky-50\/10>:not([hidden])~:not([hidden]){border-color:#f0f9ff1a}.divide-sky-50\/20>:not([hidden])~:not([hidden]){border-color:#f0f9ff33}.divide-sky-50\/25>:not([hidden])~:not([hidden]){border-color:#f0f9ff40}.divide-sky-50\/30>:not([hidden])~:not([hidden]){border-color:#f0f9ff4d}.divide-sky-50\/40>:not([hidden])~:not([hidden]){border-color:#f0f9ff66}.divide-sky-50\/50>:not([hidden])~:not([hidden]){border-color:#f0f9ff80}.divide-sky-50\/60>:not([hidden])~:not([hidden]){border-color:#f0f9ff99}.divide-sky-50\/70>:not([hidden])~:not([hidden]){border-color:#f0f9ffb3}.divide-sky-50\/75>:not([hidden])~:not([hidden]){border-color:#f0f9ffbf}.divide-sky-50\/80>:not([hidden])~:not([hidden]){border-color:#f0f9ffcc}.divide-sky-50\/90>:not([hidden])~:not([hidden]){border-color:#f0f9ffe6}.divide-sky-50\/95>:not([hidden])~:not([hidden]){border-color:#f0f9fff2}.divide-sky-50\/100>:not([hidden])~:not([hidden]){border-color:#f0f9ff}.divide-sky-100\/0>:not([hidden])~:not([hidden]){border-color:#e0f2fe00}.divide-sky-100\/5>:not([hidden])~:not([hidden]){border-color:#e0f2fe0d}.divide-sky-100\/10>:not([hidden])~:not([hidden]){border-color:#e0f2fe1a}.divide-sky-100\/20>:not([hidden])~:not([hidden]){border-color:#e0f2fe33}.divide-sky-100\/25>:not([hidden])~:not([hidden]){border-color:#e0f2fe40}.divide-sky-100\/30>:not([hidden])~:not([hidden]){border-color:#e0f2fe4d}.divide-sky-100\/40>:not([hidden])~:not([hidden]){border-color:#e0f2fe66}.divide-sky-100\/50>:not([hidden])~:not([hidden]){border-color:#e0f2fe80}.divide-sky-100\/60>:not([hidden])~:not([hidden]){border-color:#e0f2fe99}.divide-sky-100\/70>:not([hidden])~:not([hidden]){border-color:#e0f2feb3}.divide-sky-100\/75>:not([hidden])~:not([hidden]){border-color:#e0f2febf}.divide-sky-100\/80>:not([hidden])~:not([hidden]){border-color:#e0f2fecc}.divide-sky-100\/90>:not([hidden])~:not([hidden]){border-color:#e0f2fee6}.divide-sky-100\/95>:not([hidden])~:not([hidden]){border-color:#e0f2fef2}.divide-sky-100\/100>:not([hidden])~:not([hidden]){border-color:#e0f2fe}.divide-sky-200\/0>:not([hidden])~:not([hidden]){border-color:#bae6fd00}.divide-sky-200\/5>:not([hidden])~:not([hidden]){border-color:#bae6fd0d}.divide-sky-200\/10>:not([hidden])~:not([hidden]){border-color:#bae6fd1a}.divide-sky-200\/20>:not([hidden])~:not([hidden]){border-color:#bae6fd33}.divide-sky-200\/25>:not([hidden])~:not([hidden]){border-color:#bae6fd40}.divide-sky-200\/30>:not([hidden])~:not([hidden]){border-color:#bae6fd4d}.divide-sky-200\/40>:not([hidden])~:not([hidden]){border-color:#bae6fd66}.divide-sky-200\/50>:not([hidden])~:not([hidden]){border-color:#bae6fd80}.divide-sky-200\/60>:not([hidden])~:not([hidden]){border-color:#bae6fd99}.divide-sky-200\/70>:not([hidden])~:not([hidden]){border-color:#bae6fdb3}.divide-sky-200\/75>:not([hidden])~:not([hidden]){border-color:#bae6fdbf}.divide-sky-200\/80>:not([hidden])~:not([hidden]){border-color:#bae6fdcc}.divide-sky-200\/90>:not([hidden])~:not([hidden]){border-color:#bae6fde6}.divide-sky-200\/95>:not([hidden])~:not([hidden]){border-color:#bae6fdf2}.divide-sky-200\/100>:not([hidden])~:not([hidden]){border-color:#bae6fd}.divide-sky-300\/0>:not([hidden])~:not([hidden]){border-color:#7dd3fc00}.divide-sky-300\/5>:not([hidden])~:not([hidden]){border-color:#7dd3fc0d}.divide-sky-300\/10>:not([hidden])~:not([hidden]){border-color:#7dd3fc1a}.divide-sky-300\/20>:not([hidden])~:not([hidden]){border-color:#7dd3fc33}.divide-sky-300\/25>:not([hidden])~:not([hidden]){border-color:#7dd3fc40}.divide-sky-300\/30>:not([hidden])~:not([hidden]){border-color:#7dd3fc4d}.divide-sky-300\/40>:not([hidden])~:not([hidden]){border-color:#7dd3fc66}.divide-sky-300\/50>:not([hidden])~:not([hidden]){border-color:#7dd3fc80}.divide-sky-300\/60>:not([hidden])~:not([hidden]){border-color:#7dd3fc99}.divide-sky-300\/70>:not([hidden])~:not([hidden]){border-color:#7dd3fcb3}.divide-sky-300\/75>:not([hidden])~:not([hidden]){border-color:#7dd3fcbf}.divide-sky-300\/80>:not([hidden])~:not([hidden]){border-color:#7dd3fccc}.divide-sky-300\/90>:not([hidden])~:not([hidden]){border-color:#7dd3fce6}.divide-sky-300\/95>:not([hidden])~:not([hidden]){border-color:#7dd3fcf2}.divide-sky-300\/100>:not([hidden])~:not([hidden]){border-color:#7dd3fc}.divide-sky-400\/0>:not([hidden])~:not([hidden]){border-color:#38bdf800}.divide-sky-400\/5>:not([hidden])~:not([hidden]){border-color:#38bdf80d}.divide-sky-400\/10>:not([hidden])~:not([hidden]){border-color:#38bdf81a}.divide-sky-400\/20>:not([hidden])~:not([hidden]){border-color:#38bdf833}.divide-sky-400\/25>:not([hidden])~:not([hidden]){border-color:#38bdf840}.divide-sky-400\/30>:not([hidden])~:not([hidden]){border-color:#38bdf84d}.divide-sky-400\/40>:not([hidden])~:not([hidden]){border-color:#38bdf866}.divide-sky-400\/50>:not([hidden])~:not([hidden]){border-color:#38bdf880}.divide-sky-400\/60>:not([hidden])~:not([hidden]){border-color:#38bdf899}.divide-sky-400\/70>:not([hidden])~:not([hidden]){border-color:#38bdf8b3}.divide-sky-400\/75>:not([hidden])~:not([hidden]){border-color:#38bdf8bf}.divide-sky-400\/80>:not([hidden])~:not([hidden]){border-color:#38bdf8cc}.divide-sky-400\/90>:not([hidden])~:not([hidden]){border-color:#38bdf8e6}.divide-sky-400\/95>:not([hidden])~:not([hidden]){border-color:#38bdf8f2}.divide-sky-400\/100>:not([hidden])~:not([hidden]){border-color:#38bdf8}.divide-sky-500\/0>:not([hidden])~:not([hidden]){border-color:#0ea5e900}.divide-sky-500\/5>:not([hidden])~:not([hidden]){border-color:#0ea5e90d}.divide-sky-500\/10>:not([hidden])~:not([hidden]){border-color:#0ea5e91a}.divide-sky-500\/20>:not([hidden])~:not([hidden]){border-color:#0ea5e933}.divide-sky-500\/25>:not([hidden])~:not([hidden]){border-color:#0ea5e940}.divide-sky-500\/30>:not([hidden])~:not([hidden]){border-color:#0ea5e94d}.divide-sky-500\/40>:not([hidden])~:not([hidden]){border-color:#0ea5e966}.divide-sky-500\/50>:not([hidden])~:not([hidden]){border-color:#0ea5e980}.divide-sky-500\/60>:not([hidden])~:not([hidden]){border-color:#0ea5e999}.divide-sky-500\/70>:not([hidden])~:not([hidden]){border-color:#0ea5e9b3}.divide-sky-500\/75>:not([hidden])~:not([hidden]){border-color:#0ea5e9bf}.divide-sky-500\/80>:not([hidden])~:not([hidden]){border-color:#0ea5e9cc}.divide-sky-500\/90>:not([hidden])~:not([hidden]){border-color:#0ea5e9e6}.divide-sky-500\/95>:not([hidden])~:not([hidden]){border-color:#0ea5e9f2}.divide-sky-500\/100>:not([hidden])~:not([hidden]){border-color:#0ea5e9}.divide-sky-600\/0>:not([hidden])~:not([hidden]){border-color:#0284c700}.divide-sky-600\/5>:not([hidden])~:not([hidden]){border-color:#0284c70d}.divide-sky-600\/10>:not([hidden])~:not([hidden]){border-color:#0284c71a}.divide-sky-600\/20>:not([hidden])~:not([hidden]){border-color:#0284c733}.divide-sky-600\/25>:not([hidden])~:not([hidden]){border-color:#0284c740}.divide-sky-600\/30>:not([hidden])~:not([hidden]){border-color:#0284c74d}.divide-sky-600\/40>:not([hidden])~:not([hidden]){border-color:#0284c766}.divide-sky-600\/50>:not([hidden])~:not([hidden]){border-color:#0284c780}.divide-sky-600\/60>:not([hidden])~:not([hidden]){border-color:#0284c799}.divide-sky-600\/70>:not([hidden])~:not([hidden]){border-color:#0284c7b3}.divide-sky-600\/75>:not([hidden])~:not([hidden]){border-color:#0284c7bf}.divide-sky-600\/80>:not([hidden])~:not([hidden]){border-color:#0284c7cc}.divide-sky-600\/90>:not([hidden])~:not([hidden]){border-color:#0284c7e6}.divide-sky-600\/95>:not([hidden])~:not([hidden]){border-color:#0284c7f2}.divide-sky-600\/100>:not([hidden])~:not([hidden]){border-color:#0284c7}.divide-sky-700\/0>:not([hidden])~:not([hidden]){border-color:#0369a100}.divide-sky-700\/5>:not([hidden])~:not([hidden]){border-color:#0369a10d}.divide-sky-700\/10>:not([hidden])~:not([hidden]){border-color:#0369a11a}.divide-sky-700\/20>:not([hidden])~:not([hidden]){border-color:#0369a133}.divide-sky-700\/25>:not([hidden])~:not([hidden]){border-color:#0369a140}.divide-sky-700\/30>:not([hidden])~:not([hidden]){border-color:#0369a14d}.divide-sky-700\/40>:not([hidden])~:not([hidden]){border-color:#0369a166}.divide-sky-700\/50>:not([hidden])~:not([hidden]){border-color:#0369a180}.divide-sky-700\/60>:not([hidden])~:not([hidden]){border-color:#0369a199}.divide-sky-700\/70>:not([hidden])~:not([hidden]){border-color:#0369a1b3}.divide-sky-700\/75>:not([hidden])~:not([hidden]){border-color:#0369a1bf}.divide-sky-700\/80>:not([hidden])~:not([hidden]){border-color:#0369a1cc}.divide-sky-700\/90>:not([hidden])~:not([hidden]){border-color:#0369a1e6}.divide-sky-700\/95>:not([hidden])~:not([hidden]){border-color:#0369a1f2}.divide-sky-700\/100>:not([hidden])~:not([hidden]){border-color:#0369a1}.divide-sky-800\/0>:not([hidden])~:not([hidden]){border-color:#07598500}.divide-sky-800\/5>:not([hidden])~:not([hidden]){border-color:#0759850d}.divide-sky-800\/10>:not([hidden])~:not([hidden]){border-color:#0759851a}.divide-sky-800\/20>:not([hidden])~:not([hidden]){border-color:#07598533}.divide-sky-800\/25>:not([hidden])~:not([hidden]){border-color:#07598540}.divide-sky-800\/30>:not([hidden])~:not([hidden]){border-color:#0759854d}.divide-sky-800\/40>:not([hidden])~:not([hidden]){border-color:#07598566}.divide-sky-800\/50>:not([hidden])~:not([hidden]){border-color:#07598580}.divide-sky-800\/60>:not([hidden])~:not([hidden]){border-color:#07598599}.divide-sky-800\/70>:not([hidden])~:not([hidden]){border-color:#075985b3}.divide-sky-800\/75>:not([hidden])~:not([hidden]){border-color:#075985bf}.divide-sky-800\/80>:not([hidden])~:not([hidden]){border-color:#075985cc}.divide-sky-800\/90>:not([hidden])~:not([hidden]){border-color:#075985e6}.divide-sky-800\/95>:not([hidden])~:not([hidden]){border-color:#075985f2}.divide-sky-800\/100>:not([hidden])~:not([hidden]){border-color:#075985}.divide-sky-900\/0>:not([hidden])~:not([hidden]){border-color:#0c4a6e00}.divide-sky-900\/5>:not([hidden])~:not([hidden]){border-color:#0c4a6e0d}.divide-sky-900\/10>:not([hidden])~:not([hidden]){border-color:#0c4a6e1a}.divide-sky-900\/20>:not([hidden])~:not([hidden]){border-color:#0c4a6e33}.divide-sky-900\/25>:not([hidden])~:not([hidden]){border-color:#0c4a6e40}.divide-sky-900\/30>:not([hidden])~:not([hidden]){border-color:#0c4a6e4d}.divide-sky-900\/40>:not([hidden])~:not([hidden]){border-color:#0c4a6e66}.divide-sky-900\/50>:not([hidden])~:not([hidden]){border-color:#0c4a6e80}.divide-sky-900\/60>:not([hidden])~:not([hidden]){border-color:#0c4a6e99}.divide-sky-900\/70>:not([hidden])~:not([hidden]){border-color:#0c4a6eb3}.divide-sky-900\/75>:not([hidden])~:not([hidden]){border-color:#0c4a6ebf}.divide-sky-900\/80>:not([hidden])~:not([hidden]){border-color:#0c4a6ecc}.divide-sky-900\/90>:not([hidden])~:not([hidden]){border-color:#0c4a6ee6}.divide-sky-900\/95>:not([hidden])~:not([hidden]){border-color:#0c4a6ef2}.divide-sky-900\/100>:not([hidden])~:not([hidden]){border-color:#0c4a6e}.divide-blue-50\/0>:not([hidden])~:not([hidden]){border-color:#eff6ff00}.divide-blue-50\/5>:not([hidden])~:not([hidden]){border-color:#eff6ff0d}.divide-blue-50\/10>:not([hidden])~:not([hidden]){border-color:#eff6ff1a}.divide-blue-50\/20>:not([hidden])~:not([hidden]){border-color:#eff6ff33}.divide-blue-50\/25>:not([hidden])~:not([hidden]){border-color:#eff6ff40}.divide-blue-50\/30>:not([hidden])~:not([hidden]){border-color:#eff6ff4d}.divide-blue-50\/40>:not([hidden])~:not([hidden]){border-color:#eff6ff66}.divide-blue-50\/50>:not([hidden])~:not([hidden]){border-color:#eff6ff80}.divide-blue-50\/60>:not([hidden])~:not([hidden]){border-color:#eff6ff99}.divide-blue-50\/70>:not([hidden])~:not([hidden]){border-color:#eff6ffb3}.divide-blue-50\/75>:not([hidden])~:not([hidden]){border-color:#eff6ffbf}.divide-blue-50\/80>:not([hidden])~:not([hidden]){border-color:#eff6ffcc}.divide-blue-50\/90>:not([hidden])~:not([hidden]){border-color:#eff6ffe6}.divide-blue-50\/95>:not([hidden])~:not([hidden]){border-color:#eff6fff2}.divide-blue-50\/100>:not([hidden])~:not([hidden]){border-color:#eff6ff}.divide-blue-100\/0>:not([hidden])~:not([hidden]){border-color:#f2f3fd00}.divide-blue-100\/5>:not([hidden])~:not([hidden]){border-color:#f2f3fd0d}.divide-blue-100\/10>:not([hidden])~:not([hidden]){border-color:#f2f3fd1a}.divide-blue-100\/20>:not([hidden])~:not([hidden]){border-color:#f2f3fd33}.divide-blue-100\/25>:not([hidden])~:not([hidden]){border-color:#f2f3fd40}.divide-blue-100\/30>:not([hidden])~:not([hidden]){border-color:#f2f3fd4d}.divide-blue-100\/40>:not([hidden])~:not([hidden]){border-color:#f2f3fd66}.divide-blue-100\/50>:not([hidden])~:not([hidden]){border-color:#f2f3fd80}.divide-blue-100\/60>:not([hidden])~:not([hidden]){border-color:#f2f3fd99}.divide-blue-100\/70>:not([hidden])~:not([hidden]){border-color:#f2f3fdb3}.divide-blue-100\/75>:not([hidden])~:not([hidden]){border-color:#f2f3fdbf}.divide-blue-100\/80>:not([hidden])~:not([hidden]){border-color:#f2f3fdcc}.divide-blue-100\/90>:not([hidden])~:not([hidden]){border-color:#f2f3fde6}.divide-blue-100\/95>:not([hidden])~:not([hidden]){border-color:#f2f3fdf2}.divide-blue-100\/100>:not([hidden])~:not([hidden]){border-color:#f2f3fd}.divide-blue-200\/0>:not([hidden])~:not([hidden]){border-color:#e4e8fb00}.divide-blue-200\/5>:not([hidden])~:not([hidden]){border-color:#e4e8fb0d}.divide-blue-200\/10>:not([hidden])~:not([hidden]){border-color:#e4e8fb1a}.divide-blue-200\/20>:not([hidden])~:not([hidden]){border-color:#e4e8fb33}.divide-blue-200\/25>:not([hidden])~:not([hidden]){border-color:#e4e8fb40}.divide-blue-200\/30>:not([hidden])~:not([hidden]){border-color:#e4e8fb4d}.divide-blue-200\/40>:not([hidden])~:not([hidden]){border-color:#e4e8fb66}.divide-blue-200\/50>:not([hidden])~:not([hidden]){border-color:#e4e8fb80}.divide-blue-200\/60>:not([hidden])~:not([hidden]){border-color:#e4e8fb99}.divide-blue-200\/70>:not([hidden])~:not([hidden]){border-color:#e4e8fbb3}.divide-blue-200\/75>:not([hidden])~:not([hidden]){border-color:#e4e8fbbf}.divide-blue-200\/80>:not([hidden])~:not([hidden]){border-color:#e4e8fbcc}.divide-blue-200\/90>:not([hidden])~:not([hidden]){border-color:#e4e8fbe6}.divide-blue-200\/95>:not([hidden])~:not([hidden]){border-color:#e4e8fbf2}.divide-blue-200\/100>:not([hidden])~:not([hidden]){border-color:#e4e8fb}.divide-blue-300\/0>:not([hidden])~:not([hidden]){border-color:#c6cff700}.divide-blue-300\/5>:not([hidden])~:not([hidden]){border-color:#c6cff70d}.divide-blue-300\/10>:not([hidden])~:not([hidden]){border-color:#c6cff71a}.divide-blue-300\/20>:not([hidden])~:not([hidden]){border-color:#c6cff733}.divide-blue-300\/25>:not([hidden])~:not([hidden]){border-color:#c6cff740}.divide-blue-300\/30>:not([hidden])~:not([hidden]){border-color:#c6cff74d}.divide-blue-300\/40>:not([hidden])~:not([hidden]){border-color:#c6cff766}.divide-blue-300\/50>:not([hidden])~:not([hidden]){border-color:#c6cff780}.divide-blue-300\/60>:not([hidden])~:not([hidden]){border-color:#c6cff799}.divide-blue-300\/70>:not([hidden])~:not([hidden]){border-color:#c6cff7b3}.divide-blue-300\/75>:not([hidden])~:not([hidden]){border-color:#c6cff7bf}.divide-blue-300\/80>:not([hidden])~:not([hidden]){border-color:#c6cff7cc}.divide-blue-300\/90>:not([hidden])~:not([hidden]){border-color:#c6cff7e6}.divide-blue-300\/95>:not([hidden])~:not([hidden]){border-color:#c6cff7f2}.divide-blue-300\/100>:not([hidden])~:not([hidden]){border-color:#c6cff7}.divide-blue-400\/0>:not([hidden])~:not([hidden]){border-color:#a3b2f300}.divide-blue-400\/5>:not([hidden])~:not([hidden]){border-color:#a3b2f30d}.divide-blue-400\/10>:not([hidden])~:not([hidden]){border-color:#a3b2f31a}.divide-blue-400\/20>:not([hidden])~:not([hidden]){border-color:#a3b2f333}.divide-blue-400\/25>:not([hidden])~:not([hidden]){border-color:#a3b2f340}.divide-blue-400\/30>:not([hidden])~:not([hidden]){border-color:#a3b2f34d}.divide-blue-400\/40>:not([hidden])~:not([hidden]){border-color:#a3b2f366}.divide-blue-400\/50>:not([hidden])~:not([hidden]){border-color:#a3b2f380}.divide-blue-400\/60>:not([hidden])~:not([hidden]){border-color:#a3b2f399}.divide-blue-400\/70>:not([hidden])~:not([hidden]){border-color:#a3b2f3b3}.divide-blue-400\/75>:not([hidden])~:not([hidden]){border-color:#a3b2f3bf}.divide-blue-400\/80>:not([hidden])~:not([hidden]){border-color:#a3b2f3cc}.divide-blue-400\/90>:not([hidden])~:not([hidden]){border-color:#a3b2f3e6}.divide-blue-400\/95>:not([hidden])~:not([hidden]){border-color:#a3b2f3f2}.divide-blue-400\/100>:not([hidden])~:not([hidden]){border-color:#a3b2f3}.divide-blue-500\/0>:not([hidden])~:not([hidden]){border-color:#7690ef00}.divide-blue-500\/5>:not([hidden])~:not([hidden]){border-color:#7690ef0d}.divide-blue-500\/10>:not([hidden])~:not([hidden]){border-color:#7690ef1a}.divide-blue-500\/20>:not([hidden])~:not([hidden]){border-color:#7690ef33}.divide-blue-500\/25>:not([hidden])~:not([hidden]){border-color:#7690ef40}.divide-blue-500\/30>:not([hidden])~:not([hidden]){border-color:#7690ef4d}.divide-blue-500\/40>:not([hidden])~:not([hidden]){border-color:#7690ef66}.divide-blue-500\/50>:not([hidden])~:not([hidden]){border-color:#7690ef80}.divide-blue-500\/60>:not([hidden])~:not([hidden]){border-color:#7690ef99}.divide-blue-500\/70>:not([hidden])~:not([hidden]){border-color:#7690efb3}.divide-blue-500\/75>:not([hidden])~:not([hidden]){border-color:#7690efbf}.divide-blue-500\/80>:not([hidden])~:not([hidden]){border-color:#7690efcc}.divide-blue-500\/90>:not([hidden])~:not([hidden]){border-color:#7690efe6}.divide-blue-500\/95>:not([hidden])~:not([hidden]){border-color:#7690eff2}.divide-blue-500\/100>:not([hidden])~:not([hidden]){border-color:#7690ef}.divide-blue-600\/0>:not([hidden])~:not([hidden]){border-color:#2563eb00}.divide-blue-600\/5>:not([hidden])~:not([hidden]){border-color:#2563eb0d}.divide-blue-600\/10>:not([hidden])~:not([hidden]){border-color:#2563eb1a}.divide-blue-600\/20>:not([hidden])~:not([hidden]){border-color:#2563eb33}.divide-blue-600\/25>:not([hidden])~:not([hidden]){border-color:#2563eb40}.divide-blue-600\/30>:not([hidden])~:not([hidden]){border-color:#2563eb4d}.divide-blue-600\/40>:not([hidden])~:not([hidden]){border-color:#2563eb66}.divide-blue-600\/50>:not([hidden])~:not([hidden]){border-color:#2563eb80}.divide-blue-600\/60>:not([hidden])~:not([hidden]){border-color:#2563eb99}.divide-blue-600\/70>:not([hidden])~:not([hidden]){border-color:#2563ebb3}.divide-blue-600\/75>:not([hidden])~:not([hidden]){border-color:#2563ebbf}.divide-blue-600\/80>:not([hidden])~:not([hidden]){border-color:#2563ebcc}.divide-blue-600\/90>:not([hidden])~:not([hidden]){border-color:#2563ebe6}.divide-blue-600\/95>:not([hidden])~:not([hidden]){border-color:#2563ebf2}.divide-blue-600\/100>:not([hidden])~:not([hidden]){border-color:#2563eb}.divide-blue-700\/0>:not([hidden])~:not([hidden]){border-color:#2158d200}.divide-blue-700\/5>:not([hidden])~:not([hidden]){border-color:#2158d20d}.divide-blue-700\/10>:not([hidden])~:not([hidden]){border-color:#2158d21a}.divide-blue-700\/20>:not([hidden])~:not([hidden]){border-color:#2158d233}.divide-blue-700\/25>:not([hidden])~:not([hidden]){border-color:#2158d240}.divide-blue-700\/30>:not([hidden])~:not([hidden]){border-color:#2158d24d}.divide-blue-700\/40>:not([hidden])~:not([hidden]){border-color:#2158d266}.divide-blue-700\/50>:not([hidden])~:not([hidden]){border-color:#2158d280}.divide-blue-700\/60>:not([hidden])~:not([hidden]){border-color:#2158d299}.divide-blue-700\/70>:not([hidden])~:not([hidden]){border-color:#2158d2b3}.divide-blue-700\/75>:not([hidden])~:not([hidden]){border-color:#2158d2bf}.divide-blue-700\/80>:not([hidden])~:not([hidden]){border-color:#2158d2cc}.divide-blue-700\/90>:not([hidden])~:not([hidden]){border-color:#2158d2e6}.divide-blue-700\/95>:not([hidden])~:not([hidden]){border-color:#2158d2f2}.divide-blue-700\/100>:not([hidden])~:not([hidden]){border-color:#2158d2}.divide-blue-800\/0>:not([hidden])~:not([hidden]){border-color:#1c4cb600}.divide-blue-800\/5>:not([hidden])~:not([hidden]){border-color:#1c4cb60d}.divide-blue-800\/10>:not([hidden])~:not([hidden]){border-color:#1c4cb61a}.divide-blue-800\/20>:not([hidden])~:not([hidden]){border-color:#1c4cb633}.divide-blue-800\/25>:not([hidden])~:not([hidden]){border-color:#1c4cb640}.divide-blue-800\/30>:not([hidden])~:not([hidden]){border-color:#1c4cb64d}.divide-blue-800\/40>:not([hidden])~:not([hidden]){border-color:#1c4cb666}.divide-blue-800\/50>:not([hidden])~:not([hidden]){border-color:#1c4cb680}.divide-blue-800\/60>:not([hidden])~:not([hidden]){border-color:#1c4cb699}.divide-blue-800\/70>:not([hidden])~:not([hidden]){border-color:#1c4cb6b3}.divide-blue-800\/75>:not([hidden])~:not([hidden]){border-color:#1c4cb6bf}.divide-blue-800\/80>:not([hidden])~:not([hidden]){border-color:#1c4cb6cc}.divide-blue-800\/90>:not([hidden])~:not([hidden]){border-color:#1c4cb6e6}.divide-blue-800\/95>:not([hidden])~:not([hidden]){border-color:#1c4cb6f2}.divide-blue-800\/100>:not([hidden])~:not([hidden]){border-color:#1c4cb6}.divide-blue-900\/0>:not([hidden])~:not([hidden]){border-color:#173e9400}.divide-blue-900\/5>:not([hidden])~:not([hidden]){border-color:#173e940d}.divide-blue-900\/10>:not([hidden])~:not([hidden]){border-color:#173e941a}.divide-blue-900\/20>:not([hidden])~:not([hidden]){border-color:#173e9433}.divide-blue-900\/25>:not([hidden])~:not([hidden]){border-color:#173e9440}.divide-blue-900\/30>:not([hidden])~:not([hidden]){border-color:#173e944d}.divide-blue-900\/40>:not([hidden])~:not([hidden]){border-color:#173e9466}.divide-blue-900\/50>:not([hidden])~:not([hidden]){border-color:#173e9480}.divide-blue-900\/60>:not([hidden])~:not([hidden]){border-color:#173e9499}.divide-blue-900\/70>:not([hidden])~:not([hidden]){border-color:#173e94b3}.divide-blue-900\/75>:not([hidden])~:not([hidden]){border-color:#173e94bf}.divide-blue-900\/80>:not([hidden])~:not([hidden]){border-color:#173e94cc}.divide-blue-900\/90>:not([hidden])~:not([hidden]){border-color:#173e94e6}.divide-blue-900\/95>:not([hidden])~:not([hidden]){border-color:#173e94f2}.divide-blue-900\/100>:not([hidden])~:not([hidden]){border-color:#173e94}.divide-indigo-50\/0>:not([hidden])~:not([hidden]){border-color:#eef2ff00}.divide-indigo-50\/5>:not([hidden])~:not([hidden]){border-color:#eef2ff0d}.divide-indigo-50\/10>:not([hidden])~:not([hidden]){border-color:#eef2ff1a}.divide-indigo-50\/20>:not([hidden])~:not([hidden]){border-color:#eef2ff33}.divide-indigo-50\/25>:not([hidden])~:not([hidden]){border-color:#eef2ff40}.divide-indigo-50\/30>:not([hidden])~:not([hidden]){border-color:#eef2ff4d}.divide-indigo-50\/40>:not([hidden])~:not([hidden]){border-color:#eef2ff66}.divide-indigo-50\/50>:not([hidden])~:not([hidden]){border-color:#eef2ff80}.divide-indigo-50\/60>:not([hidden])~:not([hidden]){border-color:#eef2ff99}.divide-indigo-50\/70>:not([hidden])~:not([hidden]){border-color:#eef2ffb3}.divide-indigo-50\/75>:not([hidden])~:not([hidden]){border-color:#eef2ffbf}.divide-indigo-50\/80>:not([hidden])~:not([hidden]){border-color:#eef2ffcc}.divide-indigo-50\/90>:not([hidden])~:not([hidden]){border-color:#eef2ffe6}.divide-indigo-50\/95>:not([hidden])~:not([hidden]){border-color:#eef2fff2}.divide-indigo-50\/100>:not([hidden])~:not([hidden]){border-color:#eef2ff}.divide-indigo-100\/0>:not([hidden])~:not([hidden]){border-color:#e0e7ff00}.divide-indigo-100\/5>:not([hidden])~:not([hidden]){border-color:#e0e7ff0d}.divide-indigo-100\/10>:not([hidden])~:not([hidden]){border-color:#e0e7ff1a}.divide-indigo-100\/20>:not([hidden])~:not([hidden]){border-color:#e0e7ff33}.divide-indigo-100\/25>:not([hidden])~:not([hidden]){border-color:#e0e7ff40}.divide-indigo-100\/30>:not([hidden])~:not([hidden]){border-color:#e0e7ff4d}.divide-indigo-100\/40>:not([hidden])~:not([hidden]){border-color:#e0e7ff66}.divide-indigo-100\/50>:not([hidden])~:not([hidden]){border-color:#e0e7ff80}.divide-indigo-100\/60>:not([hidden])~:not([hidden]){border-color:#e0e7ff99}.divide-indigo-100\/70>:not([hidden])~:not([hidden]){border-color:#e0e7ffb3}.divide-indigo-100\/75>:not([hidden])~:not([hidden]){border-color:#e0e7ffbf}.divide-indigo-100\/80>:not([hidden])~:not([hidden]){border-color:#e0e7ffcc}.divide-indigo-100\/90>:not([hidden])~:not([hidden]){border-color:#e0e7ffe6}.divide-indigo-100\/95>:not([hidden])~:not([hidden]){border-color:#e0e7fff2}.divide-indigo-100\/100>:not([hidden])~:not([hidden]){border-color:#e0e7ff}.divide-indigo-200\/0>:not([hidden])~:not([hidden]){border-color:#c7d2fe00}.divide-indigo-200\/5>:not([hidden])~:not([hidden]){border-color:#c7d2fe0d}.divide-indigo-200\/10>:not([hidden])~:not([hidden]){border-color:#c7d2fe1a}.divide-indigo-200\/20>:not([hidden])~:not([hidden]){border-color:#c7d2fe33}.divide-indigo-200\/25>:not([hidden])~:not([hidden]){border-color:#c7d2fe40}.divide-indigo-200\/30>:not([hidden])~:not([hidden]){border-color:#c7d2fe4d}.divide-indigo-200\/40>:not([hidden])~:not([hidden]){border-color:#c7d2fe66}.divide-indigo-200\/50>:not([hidden])~:not([hidden]){border-color:#c7d2fe80}.divide-indigo-200\/60>:not([hidden])~:not([hidden]){border-color:#c7d2fe99}.divide-indigo-200\/70>:not([hidden])~:not([hidden]){border-color:#c7d2feb3}.divide-indigo-200\/75>:not([hidden])~:not([hidden]){border-color:#c7d2febf}.divide-indigo-200\/80>:not([hidden])~:not([hidden]){border-color:#c7d2fecc}.divide-indigo-200\/90>:not([hidden])~:not([hidden]){border-color:#c7d2fee6}.divide-indigo-200\/95>:not([hidden])~:not([hidden]){border-color:#c7d2fef2}.divide-indigo-200\/100>:not([hidden])~:not([hidden]){border-color:#c7d2fe}.divide-indigo-300\/0>:not([hidden])~:not([hidden]){border-color:#a5b4fc00}.divide-indigo-300\/5>:not([hidden])~:not([hidden]){border-color:#a5b4fc0d}.divide-indigo-300\/10>:not([hidden])~:not([hidden]){border-color:#a5b4fc1a}.divide-indigo-300\/20>:not([hidden])~:not([hidden]){border-color:#a5b4fc33}.divide-indigo-300\/25>:not([hidden])~:not([hidden]){border-color:#a5b4fc40}.divide-indigo-300\/30>:not([hidden])~:not([hidden]){border-color:#a5b4fc4d}.divide-indigo-300\/40>:not([hidden])~:not([hidden]){border-color:#a5b4fc66}.divide-indigo-300\/50>:not([hidden])~:not([hidden]){border-color:#a5b4fc80}.divide-indigo-300\/60>:not([hidden])~:not([hidden]){border-color:#a5b4fc99}.divide-indigo-300\/70>:not([hidden])~:not([hidden]){border-color:#a5b4fcb3}.divide-indigo-300\/75>:not([hidden])~:not([hidden]){border-color:#a5b4fcbf}.divide-indigo-300\/80>:not([hidden])~:not([hidden]){border-color:#a5b4fccc}.divide-indigo-300\/90>:not([hidden])~:not([hidden]){border-color:#a5b4fce6}.divide-indigo-300\/95>:not([hidden])~:not([hidden]){border-color:#a5b4fcf2}.divide-indigo-300\/100>:not([hidden])~:not([hidden]){border-color:#a5b4fc}.divide-indigo-400\/0>:not([hidden])~:not([hidden]){border-color:#818cf800}.divide-indigo-400\/5>:not([hidden])~:not([hidden]){border-color:#818cf80d}.divide-indigo-400\/10>:not([hidden])~:not([hidden]){border-color:#818cf81a}.divide-indigo-400\/20>:not([hidden])~:not([hidden]){border-color:#818cf833}.divide-indigo-400\/25>:not([hidden])~:not([hidden]){border-color:#818cf840}.divide-indigo-400\/30>:not([hidden])~:not([hidden]){border-color:#818cf84d}.divide-indigo-400\/40>:not([hidden])~:not([hidden]){border-color:#818cf866}.divide-indigo-400\/50>:not([hidden])~:not([hidden]){border-color:#818cf880}.divide-indigo-400\/60>:not([hidden])~:not([hidden]){border-color:#818cf899}.divide-indigo-400\/70>:not([hidden])~:not([hidden]){border-color:#818cf8b3}.divide-indigo-400\/75>:not([hidden])~:not([hidden]){border-color:#818cf8bf}.divide-indigo-400\/80>:not([hidden])~:not([hidden]){border-color:#818cf8cc}.divide-indigo-400\/90>:not([hidden])~:not([hidden]){border-color:#818cf8e6}.divide-indigo-400\/95>:not([hidden])~:not([hidden]){border-color:#818cf8f2}.divide-indigo-400\/100>:not([hidden])~:not([hidden]){border-color:#818cf8}.divide-indigo-500\/0>:not([hidden])~:not([hidden]){border-color:#6366f100}.divide-indigo-500\/5>:not([hidden])~:not([hidden]){border-color:#6366f10d}.divide-indigo-500\/10>:not([hidden])~:not([hidden]){border-color:#6366f11a}.divide-indigo-500\/20>:not([hidden])~:not([hidden]){border-color:#6366f133}.divide-indigo-500\/25>:not([hidden])~:not([hidden]){border-color:#6366f140}.divide-indigo-500\/30>:not([hidden])~:not([hidden]){border-color:#6366f14d}.divide-indigo-500\/40>:not([hidden])~:not([hidden]){border-color:#6366f166}.divide-indigo-500\/50>:not([hidden])~:not([hidden]){border-color:#6366f180}.divide-indigo-500\/60>:not([hidden])~:not([hidden]){border-color:#6366f199}.divide-indigo-500\/70>:not([hidden])~:not([hidden]){border-color:#6366f1b3}.divide-indigo-500\/75>:not([hidden])~:not([hidden]){border-color:#6366f1bf}.divide-indigo-500\/80>:not([hidden])~:not([hidden]){border-color:#6366f1cc}.divide-indigo-500\/90>:not([hidden])~:not([hidden]){border-color:#6366f1e6}.divide-indigo-500\/95>:not([hidden])~:not([hidden]){border-color:#6366f1f2}.divide-indigo-500\/100>:not([hidden])~:not([hidden]){border-color:#6366f1}.divide-indigo-600\/0>:not([hidden])~:not([hidden]){border-color:#4f46e500}.divide-indigo-600\/5>:not([hidden])~:not([hidden]){border-color:#4f46e50d}.divide-indigo-600\/10>:not([hidden])~:not([hidden]){border-color:#4f46e51a}.divide-indigo-600\/20>:not([hidden])~:not([hidden]){border-color:#4f46e533}.divide-indigo-600\/25>:not([hidden])~:not([hidden]){border-color:#4f46e540}.divide-indigo-600\/30>:not([hidden])~:not([hidden]){border-color:#4f46e54d}.divide-indigo-600\/40>:not([hidden])~:not([hidden]){border-color:#4f46e566}.divide-indigo-600\/50>:not([hidden])~:not([hidden]){border-color:#4f46e580}.divide-indigo-600\/60>:not([hidden])~:not([hidden]){border-color:#4f46e599}.divide-indigo-600\/70>:not([hidden])~:not([hidden]){border-color:#4f46e5b3}.divide-indigo-600\/75>:not([hidden])~:not([hidden]){border-color:#4f46e5bf}.divide-indigo-600\/80>:not([hidden])~:not([hidden]){border-color:#4f46e5cc}.divide-indigo-600\/90>:not([hidden])~:not([hidden]){border-color:#4f46e5e6}.divide-indigo-600\/95>:not([hidden])~:not([hidden]){border-color:#4f46e5f2}.divide-indigo-600\/100>:not([hidden])~:not([hidden]){border-color:#4f46e5}.divide-indigo-700\/0>:not([hidden])~:not([hidden]){border-color:#4338ca00}.divide-indigo-700\/5>:not([hidden])~:not([hidden]){border-color:#4338ca0d}.divide-indigo-700\/10>:not([hidden])~:not([hidden]){border-color:#4338ca1a}.divide-indigo-700\/20>:not([hidden])~:not([hidden]){border-color:#4338ca33}.divide-indigo-700\/25>:not([hidden])~:not([hidden]){border-color:#4338ca40}.divide-indigo-700\/30>:not([hidden])~:not([hidden]){border-color:#4338ca4d}.divide-indigo-700\/40>:not([hidden])~:not([hidden]){border-color:#4338ca66}.divide-indigo-700\/50>:not([hidden])~:not([hidden]){border-color:#4338ca80}.divide-indigo-700\/60>:not([hidden])~:not([hidden]){border-color:#4338ca99}.divide-indigo-700\/70>:not([hidden])~:not([hidden]){border-color:#4338cab3}.divide-indigo-700\/75>:not([hidden])~:not([hidden]){border-color:#4338cabf}.divide-indigo-700\/80>:not([hidden])~:not([hidden]){border-color:#4338cacc}.divide-indigo-700\/90>:not([hidden])~:not([hidden]){border-color:#4338cae6}.divide-indigo-700\/95>:not([hidden])~:not([hidden]){border-color:#4338caf2}.divide-indigo-700\/100>:not([hidden])~:not([hidden]){border-color:#4338ca}.divide-indigo-800\/0>:not([hidden])~:not([hidden]){border-color:#3730a300}.divide-indigo-800\/5>:not([hidden])~:not([hidden]){border-color:#3730a30d}.divide-indigo-800\/10>:not([hidden])~:not([hidden]){border-color:#3730a31a}.divide-indigo-800\/20>:not([hidden])~:not([hidden]){border-color:#3730a333}.divide-indigo-800\/25>:not([hidden])~:not([hidden]){border-color:#3730a340}.divide-indigo-800\/30>:not([hidden])~:not([hidden]){border-color:#3730a34d}.divide-indigo-800\/40>:not([hidden])~:not([hidden]){border-color:#3730a366}.divide-indigo-800\/50>:not([hidden])~:not([hidden]){border-color:#3730a380}.divide-indigo-800\/60>:not([hidden])~:not([hidden]){border-color:#3730a399}.divide-indigo-800\/70>:not([hidden])~:not([hidden]){border-color:#3730a3b3}.divide-indigo-800\/75>:not([hidden])~:not([hidden]){border-color:#3730a3bf}.divide-indigo-800\/80>:not([hidden])~:not([hidden]){border-color:#3730a3cc}.divide-indigo-800\/90>:not([hidden])~:not([hidden]){border-color:#3730a3e6}.divide-indigo-800\/95>:not([hidden])~:not([hidden]){border-color:#3730a3f2}.divide-indigo-800\/100>:not([hidden])~:not([hidden]){border-color:#3730a3}.divide-indigo-900\/0>:not([hidden])~:not([hidden]){border-color:#312e8100}.divide-indigo-900\/5>:not([hidden])~:not([hidden]){border-color:#312e810d}.divide-indigo-900\/10>:not([hidden])~:not([hidden]){border-color:#312e811a}.divide-indigo-900\/20>:not([hidden])~:not([hidden]){border-color:#312e8133}.divide-indigo-900\/25>:not([hidden])~:not([hidden]){border-color:#312e8140}.divide-indigo-900\/30>:not([hidden])~:not([hidden]){border-color:#312e814d}.divide-indigo-900\/40>:not([hidden])~:not([hidden]){border-color:#312e8166}.divide-indigo-900\/50>:not([hidden])~:not([hidden]){border-color:#312e8180}.divide-indigo-900\/60>:not([hidden])~:not([hidden]){border-color:#312e8199}.divide-indigo-900\/70>:not([hidden])~:not([hidden]){border-color:#312e81b3}.divide-indigo-900\/75>:not([hidden])~:not([hidden]){border-color:#312e81bf}.divide-indigo-900\/80>:not([hidden])~:not([hidden]){border-color:#312e81cc}.divide-indigo-900\/90>:not([hidden])~:not([hidden]){border-color:#312e81e6}.divide-indigo-900\/95>:not([hidden])~:not([hidden]){border-color:#312e81f2}.divide-indigo-900\/100>:not([hidden])~:not([hidden]){border-color:#312e81}.divide-violet-50\/0>:not([hidden])~:not([hidden]){border-color:#f5f3ff00}.divide-violet-50\/5>:not([hidden])~:not([hidden]){border-color:#f5f3ff0d}.divide-violet-50\/10>:not([hidden])~:not([hidden]){border-color:#f5f3ff1a}.divide-violet-50\/20>:not([hidden])~:not([hidden]){border-color:#f5f3ff33}.divide-violet-50\/25>:not([hidden])~:not([hidden]){border-color:#f5f3ff40}.divide-violet-50\/30>:not([hidden])~:not([hidden]){border-color:#f5f3ff4d}.divide-violet-50\/40>:not([hidden])~:not([hidden]){border-color:#f5f3ff66}.divide-violet-50\/50>:not([hidden])~:not([hidden]){border-color:#f5f3ff80}.divide-violet-50\/60>:not([hidden])~:not([hidden]){border-color:#f5f3ff99}.divide-violet-50\/70>:not([hidden])~:not([hidden]){border-color:#f5f3ffb3}.divide-violet-50\/75>:not([hidden])~:not([hidden]){border-color:#f5f3ffbf}.divide-violet-50\/80>:not([hidden])~:not([hidden]){border-color:#f5f3ffcc}.divide-violet-50\/90>:not([hidden])~:not([hidden]){border-color:#f5f3ffe6}.divide-violet-50\/95>:not([hidden])~:not([hidden]){border-color:#f5f3fff2}.divide-violet-50\/100>:not([hidden])~:not([hidden]){border-color:#f5f3ff}.divide-violet-100\/0>:not([hidden])~:not([hidden]){border-color:#ede9fe00}.divide-violet-100\/5>:not([hidden])~:not([hidden]){border-color:#ede9fe0d}.divide-violet-100\/10>:not([hidden])~:not([hidden]){border-color:#ede9fe1a}.divide-violet-100\/20>:not([hidden])~:not([hidden]){border-color:#ede9fe33}.divide-violet-100\/25>:not([hidden])~:not([hidden]){border-color:#ede9fe40}.divide-violet-100\/30>:not([hidden])~:not([hidden]){border-color:#ede9fe4d}.divide-violet-100\/40>:not([hidden])~:not([hidden]){border-color:#ede9fe66}.divide-violet-100\/50>:not([hidden])~:not([hidden]){border-color:#ede9fe80}.divide-violet-100\/60>:not([hidden])~:not([hidden]){border-color:#ede9fe99}.divide-violet-100\/70>:not([hidden])~:not([hidden]){border-color:#ede9feb3}.divide-violet-100\/75>:not([hidden])~:not([hidden]){border-color:#ede9febf}.divide-violet-100\/80>:not([hidden])~:not([hidden]){border-color:#ede9fecc}.divide-violet-100\/90>:not([hidden])~:not([hidden]){border-color:#ede9fee6}.divide-violet-100\/95>:not([hidden])~:not([hidden]){border-color:#ede9fef2}.divide-violet-100\/100>:not([hidden])~:not([hidden]){border-color:#ede9fe}.divide-violet-200\/0>:not([hidden])~:not([hidden]){border-color:#ddd6fe00}.divide-violet-200\/5>:not([hidden])~:not([hidden]){border-color:#ddd6fe0d}.divide-violet-200\/10>:not([hidden])~:not([hidden]){border-color:#ddd6fe1a}.divide-violet-200\/20>:not([hidden])~:not([hidden]){border-color:#ddd6fe33}.divide-violet-200\/25>:not([hidden])~:not([hidden]){border-color:#ddd6fe40}.divide-violet-200\/30>:not([hidden])~:not([hidden]){border-color:#ddd6fe4d}.divide-violet-200\/40>:not([hidden])~:not([hidden]){border-color:#ddd6fe66}.divide-violet-200\/50>:not([hidden])~:not([hidden]){border-color:#ddd6fe80}.divide-violet-200\/60>:not([hidden])~:not([hidden]){border-color:#ddd6fe99}.divide-violet-200\/70>:not([hidden])~:not([hidden]){border-color:#ddd6feb3}.divide-violet-200\/75>:not([hidden])~:not([hidden]){border-color:#ddd6febf}.divide-violet-200\/80>:not([hidden])~:not([hidden]){border-color:#ddd6fecc}.divide-violet-200\/90>:not([hidden])~:not([hidden]){border-color:#ddd6fee6}.divide-violet-200\/95>:not([hidden])~:not([hidden]){border-color:#ddd6fef2}.divide-violet-200\/100>:not([hidden])~:not([hidden]){border-color:#ddd6fe}.divide-violet-300\/0>:not([hidden])~:not([hidden]){border-color:#c4b5fd00}.divide-violet-300\/5>:not([hidden])~:not([hidden]){border-color:#c4b5fd0d}.divide-violet-300\/10>:not([hidden])~:not([hidden]){border-color:#c4b5fd1a}.divide-violet-300\/20>:not([hidden])~:not([hidden]){border-color:#c4b5fd33}.divide-violet-300\/25>:not([hidden])~:not([hidden]){border-color:#c4b5fd40}.divide-violet-300\/30>:not([hidden])~:not([hidden]){border-color:#c4b5fd4d}.divide-violet-300\/40>:not([hidden])~:not([hidden]){border-color:#c4b5fd66}.divide-violet-300\/50>:not([hidden])~:not([hidden]){border-color:#c4b5fd80}.divide-violet-300\/60>:not([hidden])~:not([hidden]){border-color:#c4b5fd99}.divide-violet-300\/70>:not([hidden])~:not([hidden]){border-color:#c4b5fdb3}.divide-violet-300\/75>:not([hidden])~:not([hidden]){border-color:#c4b5fdbf}.divide-violet-300\/80>:not([hidden])~:not([hidden]){border-color:#c4b5fdcc}.divide-violet-300\/90>:not([hidden])~:not([hidden]){border-color:#c4b5fde6}.divide-violet-300\/95>:not([hidden])~:not([hidden]){border-color:#c4b5fdf2}.divide-violet-300\/100>:not([hidden])~:not([hidden]){border-color:#c4b5fd}.divide-violet-400\/0>:not([hidden])~:not([hidden]){border-color:#a78bfa00}.divide-violet-400\/5>:not([hidden])~:not([hidden]){border-color:#a78bfa0d}.divide-violet-400\/10>:not([hidden])~:not([hidden]){border-color:#a78bfa1a}.divide-violet-400\/20>:not([hidden])~:not([hidden]){border-color:#a78bfa33}.divide-violet-400\/25>:not([hidden])~:not([hidden]){border-color:#a78bfa40}.divide-violet-400\/30>:not([hidden])~:not([hidden]){border-color:#a78bfa4d}.divide-violet-400\/40>:not([hidden])~:not([hidden]){border-color:#a78bfa66}.divide-violet-400\/50>:not([hidden])~:not([hidden]){border-color:#a78bfa80}.divide-violet-400\/60>:not([hidden])~:not([hidden]){border-color:#a78bfa99}.divide-violet-400\/70>:not([hidden])~:not([hidden]){border-color:#a78bfab3}.divide-violet-400\/75>:not([hidden])~:not([hidden]){border-color:#a78bfabf}.divide-violet-400\/80>:not([hidden])~:not([hidden]){border-color:#a78bfacc}.divide-violet-400\/90>:not([hidden])~:not([hidden]){border-color:#a78bfae6}.divide-violet-400\/95>:not([hidden])~:not([hidden]){border-color:#a78bfaf2}.divide-violet-400\/100>:not([hidden])~:not([hidden]){border-color:#a78bfa}.divide-violet-500\/0>:not([hidden])~:not([hidden]){border-color:#8b5cf600}.divide-violet-500\/5>:not([hidden])~:not([hidden]){border-color:#8b5cf60d}.divide-violet-500\/10>:not([hidden])~:not([hidden]){border-color:#8b5cf61a}.divide-violet-500\/20>:not([hidden])~:not([hidden]){border-color:#8b5cf633}.divide-violet-500\/25>:not([hidden])~:not([hidden]){border-color:#8b5cf640}.divide-violet-500\/30>:not([hidden])~:not([hidden]){border-color:#8b5cf64d}.divide-violet-500\/40>:not([hidden])~:not([hidden]){border-color:#8b5cf666}.divide-violet-500\/50>:not([hidden])~:not([hidden]){border-color:#8b5cf680}.divide-violet-500\/60>:not([hidden])~:not([hidden]){border-color:#8b5cf699}.divide-violet-500\/70>:not([hidden])~:not([hidden]){border-color:#8b5cf6b3}.divide-violet-500\/75>:not([hidden])~:not([hidden]){border-color:#8b5cf6bf}.divide-violet-500\/80>:not([hidden])~:not([hidden]){border-color:#8b5cf6cc}.divide-violet-500\/90>:not([hidden])~:not([hidden]){border-color:#8b5cf6e6}.divide-violet-500\/95>:not([hidden])~:not([hidden]){border-color:#8b5cf6f2}.divide-violet-500\/100>:not([hidden])~:not([hidden]){border-color:#8b5cf6}.divide-violet-600\/0>:not([hidden])~:not([hidden]){border-color:#7c3aed00}.divide-violet-600\/5>:not([hidden])~:not([hidden]){border-color:#7c3aed0d}.divide-violet-600\/10>:not([hidden])~:not([hidden]){border-color:#7c3aed1a}.divide-violet-600\/20>:not([hidden])~:not([hidden]){border-color:#7c3aed33}.divide-violet-600\/25>:not([hidden])~:not([hidden]){border-color:#7c3aed40}.divide-violet-600\/30>:not([hidden])~:not([hidden]){border-color:#7c3aed4d}.divide-violet-600\/40>:not([hidden])~:not([hidden]){border-color:#7c3aed66}.divide-violet-600\/50>:not([hidden])~:not([hidden]){border-color:#7c3aed80}.divide-violet-600\/60>:not([hidden])~:not([hidden]){border-color:#7c3aed99}.divide-violet-600\/70>:not([hidden])~:not([hidden]){border-color:#7c3aedb3}.divide-violet-600\/75>:not([hidden])~:not([hidden]){border-color:#7c3aedbf}.divide-violet-600\/80>:not([hidden])~:not([hidden]){border-color:#7c3aedcc}.divide-violet-600\/90>:not([hidden])~:not([hidden]){border-color:#7c3aede6}.divide-violet-600\/95>:not([hidden])~:not([hidden]){border-color:#7c3aedf2}.divide-violet-600\/100>:not([hidden])~:not([hidden]){border-color:#7c3aed}.divide-violet-700\/0>:not([hidden])~:not([hidden]){border-color:#6d28d900}.divide-violet-700\/5>:not([hidden])~:not([hidden]){border-color:#6d28d90d}.divide-violet-700\/10>:not([hidden])~:not([hidden]){border-color:#6d28d91a}.divide-violet-700\/20>:not([hidden])~:not([hidden]){border-color:#6d28d933}.divide-violet-700\/25>:not([hidden])~:not([hidden]){border-color:#6d28d940}.divide-violet-700\/30>:not([hidden])~:not([hidden]){border-color:#6d28d94d}.divide-violet-700\/40>:not([hidden])~:not([hidden]){border-color:#6d28d966}.divide-violet-700\/50>:not([hidden])~:not([hidden]){border-color:#6d28d980}.divide-violet-700\/60>:not([hidden])~:not([hidden]){border-color:#6d28d999}.divide-violet-700\/70>:not([hidden])~:not([hidden]){border-color:#6d28d9b3}.divide-violet-700\/75>:not([hidden])~:not([hidden]){border-color:#6d28d9bf}.divide-violet-700\/80>:not([hidden])~:not([hidden]){border-color:#6d28d9cc}.divide-violet-700\/90>:not([hidden])~:not([hidden]){border-color:#6d28d9e6}.divide-violet-700\/95>:not([hidden])~:not([hidden]){border-color:#6d28d9f2}.divide-violet-700\/100>:not([hidden])~:not([hidden]){border-color:#6d28d9}.divide-violet-800\/0>:not([hidden])~:not([hidden]){border-color:#5b21b600}.divide-violet-800\/5>:not([hidden])~:not([hidden]){border-color:#5b21b60d}.divide-violet-800\/10>:not([hidden])~:not([hidden]){border-color:#5b21b61a}.divide-violet-800\/20>:not([hidden])~:not([hidden]){border-color:#5b21b633}.divide-violet-800\/25>:not([hidden])~:not([hidden]){border-color:#5b21b640}.divide-violet-800\/30>:not([hidden])~:not([hidden]){border-color:#5b21b64d}.divide-violet-800\/40>:not([hidden])~:not([hidden]){border-color:#5b21b666}.divide-violet-800\/50>:not([hidden])~:not([hidden]){border-color:#5b21b680}.divide-violet-800\/60>:not([hidden])~:not([hidden]){border-color:#5b21b699}.divide-violet-800\/70>:not([hidden])~:not([hidden]){border-color:#5b21b6b3}.divide-violet-800\/75>:not([hidden])~:not([hidden]){border-color:#5b21b6bf}.divide-violet-800\/80>:not([hidden])~:not([hidden]){border-color:#5b21b6cc}.divide-violet-800\/90>:not([hidden])~:not([hidden]){border-color:#5b21b6e6}.divide-violet-800\/95>:not([hidden])~:not([hidden]){border-color:#5b21b6f2}.divide-violet-800\/100>:not([hidden])~:not([hidden]){border-color:#5b21b6}.divide-violet-900\/0>:not([hidden])~:not([hidden]){border-color:#4c1d9500}.divide-violet-900\/5>:not([hidden])~:not([hidden]){border-color:#4c1d950d}.divide-violet-900\/10>:not([hidden])~:not([hidden]){border-color:#4c1d951a}.divide-violet-900\/20>:not([hidden])~:not([hidden]){border-color:#4c1d9533}.divide-violet-900\/25>:not([hidden])~:not([hidden]){border-color:#4c1d9540}.divide-violet-900\/30>:not([hidden])~:not([hidden]){border-color:#4c1d954d}.divide-violet-900\/40>:not([hidden])~:not([hidden]){border-color:#4c1d9566}.divide-violet-900\/50>:not([hidden])~:not([hidden]){border-color:#4c1d9580}.divide-violet-900\/60>:not([hidden])~:not([hidden]){border-color:#4c1d9599}.divide-violet-900\/70>:not([hidden])~:not([hidden]){border-color:#4c1d95b3}.divide-violet-900\/75>:not([hidden])~:not([hidden]){border-color:#4c1d95bf}.divide-violet-900\/80>:not([hidden])~:not([hidden]){border-color:#4c1d95cc}.divide-violet-900\/90>:not([hidden])~:not([hidden]){border-color:#4c1d95e6}.divide-violet-900\/95>:not([hidden])~:not([hidden]){border-color:#4c1d95f2}.divide-violet-900\/100>:not([hidden])~:not([hidden]){border-color:#4c1d95}.divide-fuchsia-50\/0>:not([hidden])~:not([hidden]){border-color:#fdf4ff00}.divide-fuchsia-50\/5>:not([hidden])~:not([hidden]){border-color:#fdf4ff0d}.divide-fuchsia-50\/10>:not([hidden])~:not([hidden]){border-color:#fdf4ff1a}.divide-fuchsia-50\/20>:not([hidden])~:not([hidden]){border-color:#fdf4ff33}.divide-fuchsia-50\/25>:not([hidden])~:not([hidden]){border-color:#fdf4ff40}.divide-fuchsia-50\/30>:not([hidden])~:not([hidden]){border-color:#fdf4ff4d}.divide-fuchsia-50\/40>:not([hidden])~:not([hidden]){border-color:#fdf4ff66}.divide-fuchsia-50\/50>:not([hidden])~:not([hidden]){border-color:#fdf4ff80}.divide-fuchsia-50\/60>:not([hidden])~:not([hidden]){border-color:#fdf4ff99}.divide-fuchsia-50\/70>:not([hidden])~:not([hidden]){border-color:#fdf4ffb3}.divide-fuchsia-50\/75>:not([hidden])~:not([hidden]){border-color:#fdf4ffbf}.divide-fuchsia-50\/80>:not([hidden])~:not([hidden]){border-color:#fdf4ffcc}.divide-fuchsia-50\/90>:not([hidden])~:not([hidden]){border-color:#fdf4ffe6}.divide-fuchsia-50\/95>:not([hidden])~:not([hidden]){border-color:#fdf4fff2}.divide-fuchsia-50\/100>:not([hidden])~:not([hidden]){border-color:#fdf4ff}.divide-fuchsia-100\/0>:not([hidden])~:not([hidden]){border-color:#fae8ff00}.divide-fuchsia-100\/5>:not([hidden])~:not([hidden]){border-color:#fae8ff0d}.divide-fuchsia-100\/10>:not([hidden])~:not([hidden]){border-color:#fae8ff1a}.divide-fuchsia-100\/20>:not([hidden])~:not([hidden]){border-color:#fae8ff33}.divide-fuchsia-100\/25>:not([hidden])~:not([hidden]){border-color:#fae8ff40}.divide-fuchsia-100\/30>:not([hidden])~:not([hidden]){border-color:#fae8ff4d}.divide-fuchsia-100\/40>:not([hidden])~:not([hidden]){border-color:#fae8ff66}.divide-fuchsia-100\/50>:not([hidden])~:not([hidden]){border-color:#fae8ff80}.divide-fuchsia-100\/60>:not([hidden])~:not([hidden]){border-color:#fae8ff99}.divide-fuchsia-100\/70>:not([hidden])~:not([hidden]){border-color:#fae8ffb3}.divide-fuchsia-100\/75>:not([hidden])~:not([hidden]){border-color:#fae8ffbf}.divide-fuchsia-100\/80>:not([hidden])~:not([hidden]){border-color:#fae8ffcc}.divide-fuchsia-100\/90>:not([hidden])~:not([hidden]){border-color:#fae8ffe6}.divide-fuchsia-100\/95>:not([hidden])~:not([hidden]){border-color:#fae8fff2}.divide-fuchsia-100\/100>:not([hidden])~:not([hidden]){border-color:#fae8ff}.divide-fuchsia-200\/0>:not([hidden])~:not([hidden]){border-color:#f5d0fe00}.divide-fuchsia-200\/5>:not([hidden])~:not([hidden]){border-color:#f5d0fe0d}.divide-fuchsia-200\/10>:not([hidden])~:not([hidden]){border-color:#f5d0fe1a}.divide-fuchsia-200\/20>:not([hidden])~:not([hidden]){border-color:#f5d0fe33}.divide-fuchsia-200\/25>:not([hidden])~:not([hidden]){border-color:#f5d0fe40}.divide-fuchsia-200\/30>:not([hidden])~:not([hidden]){border-color:#f5d0fe4d}.divide-fuchsia-200\/40>:not([hidden])~:not([hidden]){border-color:#f5d0fe66}.divide-fuchsia-200\/50>:not([hidden])~:not([hidden]){border-color:#f5d0fe80}.divide-fuchsia-200\/60>:not([hidden])~:not([hidden]){border-color:#f5d0fe99}.divide-fuchsia-200\/70>:not([hidden])~:not([hidden]){border-color:#f5d0feb3}.divide-fuchsia-200\/75>:not([hidden])~:not([hidden]){border-color:#f5d0febf}.divide-fuchsia-200\/80>:not([hidden])~:not([hidden]){border-color:#f5d0fecc}.divide-fuchsia-200\/90>:not([hidden])~:not([hidden]){border-color:#f5d0fee6}.divide-fuchsia-200\/95>:not([hidden])~:not([hidden]){border-color:#f5d0fef2}.divide-fuchsia-200\/100>:not([hidden])~:not([hidden]){border-color:#f5d0fe}.divide-fuchsia-300\/0>:not([hidden])~:not([hidden]){border-color:#f0abfc00}.divide-fuchsia-300\/5>:not([hidden])~:not([hidden]){border-color:#f0abfc0d}.divide-fuchsia-300\/10>:not([hidden])~:not([hidden]){border-color:#f0abfc1a}.divide-fuchsia-300\/20>:not([hidden])~:not([hidden]){border-color:#f0abfc33}.divide-fuchsia-300\/25>:not([hidden])~:not([hidden]){border-color:#f0abfc40}.divide-fuchsia-300\/30>:not([hidden])~:not([hidden]){border-color:#f0abfc4d}.divide-fuchsia-300\/40>:not([hidden])~:not([hidden]){border-color:#f0abfc66}.divide-fuchsia-300\/50>:not([hidden])~:not([hidden]){border-color:#f0abfc80}.divide-fuchsia-300\/60>:not([hidden])~:not([hidden]){border-color:#f0abfc99}.divide-fuchsia-300\/70>:not([hidden])~:not([hidden]){border-color:#f0abfcb3}.divide-fuchsia-300\/75>:not([hidden])~:not([hidden]){border-color:#f0abfcbf}.divide-fuchsia-300\/80>:not([hidden])~:not([hidden]){border-color:#f0abfccc}.divide-fuchsia-300\/90>:not([hidden])~:not([hidden]){border-color:#f0abfce6}.divide-fuchsia-300\/95>:not([hidden])~:not([hidden]){border-color:#f0abfcf2}.divide-fuchsia-300\/100>:not([hidden])~:not([hidden]){border-color:#f0abfc}.divide-fuchsia-400\/0>:not([hidden])~:not([hidden]){border-color:#e879f900}.divide-fuchsia-400\/5>:not([hidden])~:not([hidden]){border-color:#e879f90d}.divide-fuchsia-400\/10>:not([hidden])~:not([hidden]){border-color:#e879f91a}.divide-fuchsia-400\/20>:not([hidden])~:not([hidden]){border-color:#e879f933}.divide-fuchsia-400\/25>:not([hidden])~:not([hidden]){border-color:#e879f940}.divide-fuchsia-400\/30>:not([hidden])~:not([hidden]){border-color:#e879f94d}.divide-fuchsia-400\/40>:not([hidden])~:not([hidden]){border-color:#e879f966}.divide-fuchsia-400\/50>:not([hidden])~:not([hidden]){border-color:#e879f980}.divide-fuchsia-400\/60>:not([hidden])~:not([hidden]){border-color:#e879f999}.divide-fuchsia-400\/70>:not([hidden])~:not([hidden]){border-color:#e879f9b3}.divide-fuchsia-400\/75>:not([hidden])~:not([hidden]){border-color:#e879f9bf}.divide-fuchsia-400\/80>:not([hidden])~:not([hidden]){border-color:#e879f9cc}.divide-fuchsia-400\/90>:not([hidden])~:not([hidden]){border-color:#e879f9e6}.divide-fuchsia-400\/95>:not([hidden])~:not([hidden]){border-color:#e879f9f2}.divide-fuchsia-400\/100>:not([hidden])~:not([hidden]){border-color:#e879f9}.divide-fuchsia-500\/0>:not([hidden])~:not([hidden]){border-color:#d946ef00}.divide-fuchsia-500\/5>:not([hidden])~:not([hidden]){border-color:#d946ef0d}.divide-fuchsia-500\/10>:not([hidden])~:not([hidden]){border-color:#d946ef1a}.divide-fuchsia-500\/20>:not([hidden])~:not([hidden]){border-color:#d946ef33}.divide-fuchsia-500\/25>:not([hidden])~:not([hidden]){border-color:#d946ef40}.divide-fuchsia-500\/30>:not([hidden])~:not([hidden]){border-color:#d946ef4d}.divide-fuchsia-500\/40>:not([hidden])~:not([hidden]){border-color:#d946ef66}.divide-fuchsia-500\/50>:not([hidden])~:not([hidden]){border-color:#d946ef80}.divide-fuchsia-500\/60>:not([hidden])~:not([hidden]){border-color:#d946ef99}.divide-fuchsia-500\/70>:not([hidden])~:not([hidden]){border-color:#d946efb3}.divide-fuchsia-500\/75>:not([hidden])~:not([hidden]){border-color:#d946efbf}.divide-fuchsia-500\/80>:not([hidden])~:not([hidden]){border-color:#d946efcc}.divide-fuchsia-500\/90>:not([hidden])~:not([hidden]){border-color:#d946efe6}.divide-fuchsia-500\/95>:not([hidden])~:not([hidden]){border-color:#d946eff2}.divide-fuchsia-500\/100>:not([hidden])~:not([hidden]){border-color:#d946ef}.divide-fuchsia-600\/0>:not([hidden])~:not([hidden]){border-color:#c026d300}.divide-fuchsia-600\/5>:not([hidden])~:not([hidden]){border-color:#c026d30d}.divide-fuchsia-600\/10>:not([hidden])~:not([hidden]){border-color:#c026d31a}.divide-fuchsia-600\/20>:not([hidden])~:not([hidden]){border-color:#c026d333}.divide-fuchsia-600\/25>:not([hidden])~:not([hidden]){border-color:#c026d340}.divide-fuchsia-600\/30>:not([hidden])~:not([hidden]){border-color:#c026d34d}.divide-fuchsia-600\/40>:not([hidden])~:not([hidden]){border-color:#c026d366}.divide-fuchsia-600\/50>:not([hidden])~:not([hidden]){border-color:#c026d380}.divide-fuchsia-600\/60>:not([hidden])~:not([hidden]){border-color:#c026d399}.divide-fuchsia-600\/70>:not([hidden])~:not([hidden]){border-color:#c026d3b3}.divide-fuchsia-600\/75>:not([hidden])~:not([hidden]){border-color:#c026d3bf}.divide-fuchsia-600\/80>:not([hidden])~:not([hidden]){border-color:#c026d3cc}.divide-fuchsia-600\/90>:not([hidden])~:not([hidden]){border-color:#c026d3e6}.divide-fuchsia-600\/95>:not([hidden])~:not([hidden]){border-color:#c026d3f2}.divide-fuchsia-600\/100>:not([hidden])~:not([hidden]){border-color:#c026d3}.divide-fuchsia-700\/0>:not([hidden])~:not([hidden]){border-color:#a21caf00}.divide-fuchsia-700\/5>:not([hidden])~:not([hidden]){border-color:#a21caf0d}.divide-fuchsia-700\/10>:not([hidden])~:not([hidden]){border-color:#a21caf1a}.divide-fuchsia-700\/20>:not([hidden])~:not([hidden]){border-color:#a21caf33}.divide-fuchsia-700\/25>:not([hidden])~:not([hidden]){border-color:#a21caf40}.divide-fuchsia-700\/30>:not([hidden])~:not([hidden]){border-color:#a21caf4d}.divide-fuchsia-700\/40>:not([hidden])~:not([hidden]){border-color:#a21caf66}.divide-fuchsia-700\/50>:not([hidden])~:not([hidden]){border-color:#a21caf80}.divide-fuchsia-700\/60>:not([hidden])~:not([hidden]){border-color:#a21caf99}.divide-fuchsia-700\/70>:not([hidden])~:not([hidden]){border-color:#a21cafb3}.divide-fuchsia-700\/75>:not([hidden])~:not([hidden]){border-color:#a21cafbf}.divide-fuchsia-700\/80>:not([hidden])~:not([hidden]){border-color:#a21cafcc}.divide-fuchsia-700\/90>:not([hidden])~:not([hidden]){border-color:#a21cafe6}.divide-fuchsia-700\/95>:not([hidden])~:not([hidden]){border-color:#a21caff2}.divide-fuchsia-700\/100>:not([hidden])~:not([hidden]){border-color:#a21caf}.divide-fuchsia-800\/0>:not([hidden])~:not([hidden]){border-color:#86198f00}.divide-fuchsia-800\/5>:not([hidden])~:not([hidden]){border-color:#86198f0d}.divide-fuchsia-800\/10>:not([hidden])~:not([hidden]){border-color:#86198f1a}.divide-fuchsia-800\/20>:not([hidden])~:not([hidden]){border-color:#86198f33}.divide-fuchsia-800\/25>:not([hidden])~:not([hidden]){border-color:#86198f40}.divide-fuchsia-800\/30>:not([hidden])~:not([hidden]){border-color:#86198f4d}.divide-fuchsia-800\/40>:not([hidden])~:not([hidden]){border-color:#86198f66}.divide-fuchsia-800\/50>:not([hidden])~:not([hidden]){border-color:#86198f80}.divide-fuchsia-800\/60>:not([hidden])~:not([hidden]){border-color:#86198f99}.divide-fuchsia-800\/70>:not([hidden])~:not([hidden]){border-color:#86198fb3}.divide-fuchsia-800\/75>:not([hidden])~:not([hidden]){border-color:#86198fbf}.divide-fuchsia-800\/80>:not([hidden])~:not([hidden]){border-color:#86198fcc}.divide-fuchsia-800\/90>:not([hidden])~:not([hidden]){border-color:#86198fe6}.divide-fuchsia-800\/95>:not([hidden])~:not([hidden]){border-color:#86198ff2}.divide-fuchsia-800\/100>:not([hidden])~:not([hidden]){border-color:#86198f}.divide-fuchsia-900\/0>:not([hidden])~:not([hidden]){border-color:#701a7500}.divide-fuchsia-900\/5>:not([hidden])~:not([hidden]){border-color:#701a750d}.divide-fuchsia-900\/10>:not([hidden])~:not([hidden]){border-color:#701a751a}.divide-fuchsia-900\/20>:not([hidden])~:not([hidden]){border-color:#701a7533}.divide-fuchsia-900\/25>:not([hidden])~:not([hidden]){border-color:#701a7540}.divide-fuchsia-900\/30>:not([hidden])~:not([hidden]){border-color:#701a754d}.divide-fuchsia-900\/40>:not([hidden])~:not([hidden]){border-color:#701a7566}.divide-fuchsia-900\/50>:not([hidden])~:not([hidden]){border-color:#701a7580}.divide-fuchsia-900\/60>:not([hidden])~:not([hidden]){border-color:#701a7599}.divide-fuchsia-900\/70>:not([hidden])~:not([hidden]){border-color:#701a75b3}.divide-fuchsia-900\/75>:not([hidden])~:not([hidden]){border-color:#701a75bf}.divide-fuchsia-900\/80>:not([hidden])~:not([hidden]){border-color:#701a75cc}.divide-fuchsia-900\/90>:not([hidden])~:not([hidden]){border-color:#701a75e6}.divide-fuchsia-900\/95>:not([hidden])~:not([hidden]){border-color:#701a75f2}.divide-fuchsia-900\/100>:not([hidden])~:not([hidden]){border-color:#701a75}.divide-pink-50\/0>:not([hidden])~:not([hidden]){border-color:#fdf2f800}.divide-pink-50\/5>:not([hidden])~:not([hidden]){border-color:#fdf2f80d}.divide-pink-50\/10>:not([hidden])~:not([hidden]){border-color:#fdf2f81a}.divide-pink-50\/20>:not([hidden])~:not([hidden]){border-color:#fdf2f833}.divide-pink-50\/25>:not([hidden])~:not([hidden]){border-color:#fdf2f840}.divide-pink-50\/30>:not([hidden])~:not([hidden]){border-color:#fdf2f84d}.divide-pink-50\/40>:not([hidden])~:not([hidden]){border-color:#fdf2f866}.divide-pink-50\/50>:not([hidden])~:not([hidden]){border-color:#fdf2f880}.divide-pink-50\/60>:not([hidden])~:not([hidden]){border-color:#fdf2f899}.divide-pink-50\/70>:not([hidden])~:not([hidden]){border-color:#fdf2f8b3}.divide-pink-50\/75>:not([hidden])~:not([hidden]){border-color:#fdf2f8bf}.divide-pink-50\/80>:not([hidden])~:not([hidden]){border-color:#fdf2f8cc}.divide-pink-50\/90>:not([hidden])~:not([hidden]){border-color:#fdf2f8e6}.divide-pink-50\/95>:not([hidden])~:not([hidden]){border-color:#fdf2f8f2}.divide-pink-50\/100>:not([hidden])~:not([hidden]){border-color:#fdf2f8}.divide-pink-100\/0>:not([hidden])~:not([hidden]){border-color:#fce7f300}.divide-pink-100\/5>:not([hidden])~:not([hidden]){border-color:#fce7f30d}.divide-pink-100\/10>:not([hidden])~:not([hidden]){border-color:#fce7f31a}.divide-pink-100\/20>:not([hidden])~:not([hidden]){border-color:#fce7f333}.divide-pink-100\/25>:not([hidden])~:not([hidden]){border-color:#fce7f340}.divide-pink-100\/30>:not([hidden])~:not([hidden]){border-color:#fce7f34d}.divide-pink-100\/40>:not([hidden])~:not([hidden]){border-color:#fce7f366}.divide-pink-100\/50>:not([hidden])~:not([hidden]){border-color:#fce7f380}.divide-pink-100\/60>:not([hidden])~:not([hidden]){border-color:#fce7f399}.divide-pink-100\/70>:not([hidden])~:not([hidden]){border-color:#fce7f3b3}.divide-pink-100\/75>:not([hidden])~:not([hidden]){border-color:#fce7f3bf}.divide-pink-100\/80>:not([hidden])~:not([hidden]){border-color:#fce7f3cc}.divide-pink-100\/90>:not([hidden])~:not([hidden]){border-color:#fce7f3e6}.divide-pink-100\/95>:not([hidden])~:not([hidden]){border-color:#fce7f3f2}.divide-pink-100\/100>:not([hidden])~:not([hidden]){border-color:#fce7f3}.divide-pink-200\/0>:not([hidden])~:not([hidden]){border-color:#fbcfe800}.divide-pink-200\/5>:not([hidden])~:not([hidden]){border-color:#fbcfe80d}.divide-pink-200\/10>:not([hidden])~:not([hidden]){border-color:#fbcfe81a}.divide-pink-200\/20>:not([hidden])~:not([hidden]){border-color:#fbcfe833}.divide-pink-200\/25>:not([hidden])~:not([hidden]){border-color:#fbcfe840}.divide-pink-200\/30>:not([hidden])~:not([hidden]){border-color:#fbcfe84d}.divide-pink-200\/40>:not([hidden])~:not([hidden]){border-color:#fbcfe866}.divide-pink-200\/50>:not([hidden])~:not([hidden]){border-color:#fbcfe880}.divide-pink-200\/60>:not([hidden])~:not([hidden]){border-color:#fbcfe899}.divide-pink-200\/70>:not([hidden])~:not([hidden]){border-color:#fbcfe8b3}.divide-pink-200\/75>:not([hidden])~:not([hidden]){border-color:#fbcfe8bf}.divide-pink-200\/80>:not([hidden])~:not([hidden]){border-color:#fbcfe8cc}.divide-pink-200\/90>:not([hidden])~:not([hidden]){border-color:#fbcfe8e6}.divide-pink-200\/95>:not([hidden])~:not([hidden]){border-color:#fbcfe8f2}.divide-pink-200\/100>:not([hidden])~:not([hidden]){border-color:#fbcfe8}.divide-pink-300\/0>:not([hidden])~:not([hidden]){border-color:#f9a8d400}.divide-pink-300\/5>:not([hidden])~:not([hidden]){border-color:#f9a8d40d}.divide-pink-300\/10>:not([hidden])~:not([hidden]){border-color:#f9a8d41a}.divide-pink-300\/20>:not([hidden])~:not([hidden]){border-color:#f9a8d433}.divide-pink-300\/25>:not([hidden])~:not([hidden]){border-color:#f9a8d440}.divide-pink-300\/30>:not([hidden])~:not([hidden]){border-color:#f9a8d44d}.divide-pink-300\/40>:not([hidden])~:not([hidden]){border-color:#f9a8d466}.divide-pink-300\/50>:not([hidden])~:not([hidden]){border-color:#f9a8d480}.divide-pink-300\/60>:not([hidden])~:not([hidden]){border-color:#f9a8d499}.divide-pink-300\/70>:not([hidden])~:not([hidden]){border-color:#f9a8d4b3}.divide-pink-300\/75>:not([hidden])~:not([hidden]){border-color:#f9a8d4bf}.divide-pink-300\/80>:not([hidden])~:not([hidden]){border-color:#f9a8d4cc}.divide-pink-300\/90>:not([hidden])~:not([hidden]){border-color:#f9a8d4e6}.divide-pink-300\/95>:not([hidden])~:not([hidden]){border-color:#f9a8d4f2}.divide-pink-300\/100>:not([hidden])~:not([hidden]){border-color:#f9a8d4}.divide-pink-400\/0>:not([hidden])~:not([hidden]){border-color:#f472b600}.divide-pink-400\/5>:not([hidden])~:not([hidden]){border-color:#f472b60d}.divide-pink-400\/10>:not([hidden])~:not([hidden]){border-color:#f472b61a}.divide-pink-400\/20>:not([hidden])~:not([hidden]){border-color:#f472b633}.divide-pink-400\/25>:not([hidden])~:not([hidden]){border-color:#f472b640}.divide-pink-400\/30>:not([hidden])~:not([hidden]){border-color:#f472b64d}.divide-pink-400\/40>:not([hidden])~:not([hidden]){border-color:#f472b666}.divide-pink-400\/50>:not([hidden])~:not([hidden]){border-color:#f472b680}.divide-pink-400\/60>:not([hidden])~:not([hidden]){border-color:#f472b699}.divide-pink-400\/70>:not([hidden])~:not([hidden]){border-color:#f472b6b3}.divide-pink-400\/75>:not([hidden])~:not([hidden]){border-color:#f472b6bf}.divide-pink-400\/80>:not([hidden])~:not([hidden]){border-color:#f472b6cc}.divide-pink-400\/90>:not([hidden])~:not([hidden]){border-color:#f472b6e6}.divide-pink-400\/95>:not([hidden])~:not([hidden]){border-color:#f472b6f2}.divide-pink-400\/100>:not([hidden])~:not([hidden]){border-color:#f472b6}.divide-pink-500\/0>:not([hidden])~:not([hidden]){border-color:#ec489900}.divide-pink-500\/5>:not([hidden])~:not([hidden]){border-color:#ec48990d}.divide-pink-500\/10>:not([hidden])~:not([hidden]){border-color:#ec48991a}.divide-pink-500\/20>:not([hidden])~:not([hidden]){border-color:#ec489933}.divide-pink-500\/25>:not([hidden])~:not([hidden]){border-color:#ec489940}.divide-pink-500\/30>:not([hidden])~:not([hidden]){border-color:#ec48994d}.divide-pink-500\/40>:not([hidden])~:not([hidden]){border-color:#ec489966}.divide-pink-500\/50>:not([hidden])~:not([hidden]){border-color:#ec489980}.divide-pink-500\/60>:not([hidden])~:not([hidden]){border-color:#ec489999}.divide-pink-500\/70>:not([hidden])~:not([hidden]){border-color:#ec4899b3}.divide-pink-500\/75>:not([hidden])~:not([hidden]){border-color:#ec4899bf}.divide-pink-500\/80>:not([hidden])~:not([hidden]){border-color:#ec4899cc}.divide-pink-500\/90>:not([hidden])~:not([hidden]){border-color:#ec4899e6}.divide-pink-500\/95>:not([hidden])~:not([hidden]){border-color:#ec4899f2}.divide-pink-500\/100>:not([hidden])~:not([hidden]){border-color:#ec4899}.divide-pink-600\/0>:not([hidden])~:not([hidden]){border-color:#db277700}.divide-pink-600\/5>:not([hidden])~:not([hidden]){border-color:#db27770d}.divide-pink-600\/10>:not([hidden])~:not([hidden]){border-color:#db27771a}.divide-pink-600\/20>:not([hidden])~:not([hidden]){border-color:#db277733}.divide-pink-600\/25>:not([hidden])~:not([hidden]){border-color:#db277740}.divide-pink-600\/30>:not([hidden])~:not([hidden]){border-color:#db27774d}.divide-pink-600\/40>:not([hidden])~:not([hidden]){border-color:#db277766}.divide-pink-600\/50>:not([hidden])~:not([hidden]){border-color:#db277780}.divide-pink-600\/60>:not([hidden])~:not([hidden]){border-color:#db277799}.divide-pink-600\/70>:not([hidden])~:not([hidden]){border-color:#db2777b3}.divide-pink-600\/75>:not([hidden])~:not([hidden]){border-color:#db2777bf}.divide-pink-600\/80>:not([hidden])~:not([hidden]){border-color:#db2777cc}.divide-pink-600\/90>:not([hidden])~:not([hidden]){border-color:#db2777e6}.divide-pink-600\/95>:not([hidden])~:not([hidden]){border-color:#db2777f2}.divide-pink-600\/100>:not([hidden])~:not([hidden]){border-color:#db2777}.divide-pink-700\/0>:not([hidden])~:not([hidden]){border-color:#be185d00}.divide-pink-700\/5>:not([hidden])~:not([hidden]){border-color:#be185d0d}.divide-pink-700\/10>:not([hidden])~:not([hidden]){border-color:#be185d1a}.divide-pink-700\/20>:not([hidden])~:not([hidden]){border-color:#be185d33}.divide-pink-700\/25>:not([hidden])~:not([hidden]){border-color:#be185d40}.divide-pink-700\/30>:not([hidden])~:not([hidden]){border-color:#be185d4d}.divide-pink-700\/40>:not([hidden])~:not([hidden]){border-color:#be185d66}.divide-pink-700\/50>:not([hidden])~:not([hidden]){border-color:#be185d80}.divide-pink-700\/60>:not([hidden])~:not([hidden]){border-color:#be185d99}.divide-pink-700\/70>:not([hidden])~:not([hidden]){border-color:#be185db3}.divide-pink-700\/75>:not([hidden])~:not([hidden]){border-color:#be185dbf}.divide-pink-700\/80>:not([hidden])~:not([hidden]){border-color:#be185dcc}.divide-pink-700\/90>:not([hidden])~:not([hidden]){border-color:#be185de6}.divide-pink-700\/95>:not([hidden])~:not([hidden]){border-color:#be185df2}.divide-pink-700\/100>:not([hidden])~:not([hidden]){border-color:#be185d}.divide-pink-800\/0>:not([hidden])~:not([hidden]){border-color:#9d174d00}.divide-pink-800\/5>:not([hidden])~:not([hidden]){border-color:#9d174d0d}.divide-pink-800\/10>:not([hidden])~:not([hidden]){border-color:#9d174d1a}.divide-pink-800\/20>:not([hidden])~:not([hidden]){border-color:#9d174d33}.divide-pink-800\/25>:not([hidden])~:not([hidden]){border-color:#9d174d40}.divide-pink-800\/30>:not([hidden])~:not([hidden]){border-color:#9d174d4d}.divide-pink-800\/40>:not([hidden])~:not([hidden]){border-color:#9d174d66}.divide-pink-800\/50>:not([hidden])~:not([hidden]){border-color:#9d174d80}.divide-pink-800\/60>:not([hidden])~:not([hidden]){border-color:#9d174d99}.divide-pink-800\/70>:not([hidden])~:not([hidden]){border-color:#9d174db3}.divide-pink-800\/75>:not([hidden])~:not([hidden]){border-color:#9d174dbf}.divide-pink-800\/80>:not([hidden])~:not([hidden]){border-color:#9d174dcc}.divide-pink-800\/90>:not([hidden])~:not([hidden]){border-color:#9d174de6}.divide-pink-800\/95>:not([hidden])~:not([hidden]){border-color:#9d174df2}.divide-pink-800\/100>:not([hidden])~:not([hidden]){border-color:#9d174d}.divide-pink-900\/0>:not([hidden])~:not([hidden]){border-color:#83184300}.divide-pink-900\/5>:not([hidden])~:not([hidden]){border-color:#8318430d}.divide-pink-900\/10>:not([hidden])~:not([hidden]){border-color:#8318431a}.divide-pink-900\/20>:not([hidden])~:not([hidden]){border-color:#83184333}.divide-pink-900\/25>:not([hidden])~:not([hidden]){border-color:#83184340}.divide-pink-900\/30>:not([hidden])~:not([hidden]){border-color:#8318434d}.divide-pink-900\/40>:not([hidden])~:not([hidden]){border-color:#83184366}.divide-pink-900\/50>:not([hidden])~:not([hidden]){border-color:#83184380}.divide-pink-900\/60>:not([hidden])~:not([hidden]){border-color:#83184399}.divide-pink-900\/70>:not([hidden])~:not([hidden]){border-color:#831843b3}.divide-pink-900\/75>:not([hidden])~:not([hidden]){border-color:#831843bf}.divide-pink-900\/80>:not([hidden])~:not([hidden]){border-color:#831843cc}.divide-pink-900\/90>:not([hidden])~:not([hidden]){border-color:#831843e6}.divide-pink-900\/95>:not([hidden])~:not([hidden]){border-color:#831843f2}.divide-pink-900\/100>:not([hidden])~:not([hidden]){border-color:#831843}.divide-rose-50\/0>:not([hidden])~:not([hidden]){border-color:#fff1f200}.divide-rose-50\/5>:not([hidden])~:not([hidden]){border-color:#fff1f20d}.divide-rose-50\/10>:not([hidden])~:not([hidden]){border-color:#fff1f21a}.divide-rose-50\/20>:not([hidden])~:not([hidden]){border-color:#fff1f233}.divide-rose-50\/25>:not([hidden])~:not([hidden]){border-color:#fff1f240}.divide-rose-50\/30>:not([hidden])~:not([hidden]){border-color:#fff1f24d}.divide-rose-50\/40>:not([hidden])~:not([hidden]){border-color:#fff1f266}.divide-rose-50\/50>:not([hidden])~:not([hidden]){border-color:#fff1f280}.divide-rose-50\/60>:not([hidden])~:not([hidden]){border-color:#fff1f299}.divide-rose-50\/70>:not([hidden])~:not([hidden]){border-color:#fff1f2b3}.divide-rose-50\/75>:not([hidden])~:not([hidden]){border-color:#fff1f2bf}.divide-rose-50\/80>:not([hidden])~:not([hidden]){border-color:#fff1f2cc}.divide-rose-50\/90>:not([hidden])~:not([hidden]){border-color:#fff1f2e6}.divide-rose-50\/95>:not([hidden])~:not([hidden]){border-color:#fff1f2f2}.divide-rose-50\/100>:not([hidden])~:not([hidden]){border-color:#fff1f2}.divide-rose-100\/0>:not([hidden])~:not([hidden]){border-color:#ffe4e600}.divide-rose-100\/5>:not([hidden])~:not([hidden]){border-color:#ffe4e60d}.divide-rose-100\/10>:not([hidden])~:not([hidden]){border-color:#ffe4e61a}.divide-rose-100\/20>:not([hidden])~:not([hidden]){border-color:#ffe4e633}.divide-rose-100\/25>:not([hidden])~:not([hidden]){border-color:#ffe4e640}.divide-rose-100\/30>:not([hidden])~:not([hidden]){border-color:#ffe4e64d}.divide-rose-100\/40>:not([hidden])~:not([hidden]){border-color:#ffe4e666}.divide-rose-100\/50>:not([hidden])~:not([hidden]){border-color:#ffe4e680}.divide-rose-100\/60>:not([hidden])~:not([hidden]){border-color:#ffe4e699}.divide-rose-100\/70>:not([hidden])~:not([hidden]){border-color:#ffe4e6b3}.divide-rose-100\/75>:not([hidden])~:not([hidden]){border-color:#ffe4e6bf}.divide-rose-100\/80>:not([hidden])~:not([hidden]){border-color:#ffe4e6cc}.divide-rose-100\/90>:not([hidden])~:not([hidden]){border-color:#ffe4e6e6}.divide-rose-100\/95>:not([hidden])~:not([hidden]){border-color:#ffe4e6f2}.divide-rose-100\/100>:not([hidden])~:not([hidden]){border-color:#ffe4e6}.divide-rose-200\/0>:not([hidden])~:not([hidden]){border-color:#fecdd300}.divide-rose-200\/5>:not([hidden])~:not([hidden]){border-color:#fecdd30d}.divide-rose-200\/10>:not([hidden])~:not([hidden]){border-color:#fecdd31a}.divide-rose-200\/20>:not([hidden])~:not([hidden]){border-color:#fecdd333}.divide-rose-200\/25>:not([hidden])~:not([hidden]){border-color:#fecdd340}.divide-rose-200\/30>:not([hidden])~:not([hidden]){border-color:#fecdd34d}.divide-rose-200\/40>:not([hidden])~:not([hidden]){border-color:#fecdd366}.divide-rose-200\/50>:not([hidden])~:not([hidden]){border-color:#fecdd380}.divide-rose-200\/60>:not([hidden])~:not([hidden]){border-color:#fecdd399}.divide-rose-200\/70>:not([hidden])~:not([hidden]){border-color:#fecdd3b3}.divide-rose-200\/75>:not([hidden])~:not([hidden]){border-color:#fecdd3bf}.divide-rose-200\/80>:not([hidden])~:not([hidden]){border-color:#fecdd3cc}.divide-rose-200\/90>:not([hidden])~:not([hidden]){border-color:#fecdd3e6}.divide-rose-200\/95>:not([hidden])~:not([hidden]){border-color:#fecdd3f2}.divide-rose-200\/100>:not([hidden])~:not([hidden]){border-color:#fecdd3}.divide-rose-300\/0>:not([hidden])~:not([hidden]){border-color:#fda4af00}.divide-rose-300\/5>:not([hidden])~:not([hidden]){border-color:#fda4af0d}.divide-rose-300\/10>:not([hidden])~:not([hidden]){border-color:#fda4af1a}.divide-rose-300\/20>:not([hidden])~:not([hidden]){border-color:#fda4af33}.divide-rose-300\/25>:not([hidden])~:not([hidden]){border-color:#fda4af40}.divide-rose-300\/30>:not([hidden])~:not([hidden]){border-color:#fda4af4d}.divide-rose-300\/40>:not([hidden])~:not([hidden]){border-color:#fda4af66}.divide-rose-300\/50>:not([hidden])~:not([hidden]){border-color:#fda4af80}.divide-rose-300\/60>:not([hidden])~:not([hidden]){border-color:#fda4af99}.divide-rose-300\/70>:not([hidden])~:not([hidden]){border-color:#fda4afb3}.divide-rose-300\/75>:not([hidden])~:not([hidden]){border-color:#fda4afbf}.divide-rose-300\/80>:not([hidden])~:not([hidden]){border-color:#fda4afcc}.divide-rose-300\/90>:not([hidden])~:not([hidden]){border-color:#fda4afe6}.divide-rose-300\/95>:not([hidden])~:not([hidden]){border-color:#fda4aff2}.divide-rose-300\/100>:not([hidden])~:not([hidden]){border-color:#fda4af}.divide-rose-400\/0>:not([hidden])~:not([hidden]){border-color:#fb718500}.divide-rose-400\/5>:not([hidden])~:not([hidden]){border-color:#fb71850d}.divide-rose-400\/10>:not([hidden])~:not([hidden]){border-color:#fb71851a}.divide-rose-400\/20>:not([hidden])~:not([hidden]){border-color:#fb718533}.divide-rose-400\/25>:not([hidden])~:not([hidden]){border-color:#fb718540}.divide-rose-400\/30>:not([hidden])~:not([hidden]){border-color:#fb71854d}.divide-rose-400\/40>:not([hidden])~:not([hidden]){border-color:#fb718566}.divide-rose-400\/50>:not([hidden])~:not([hidden]){border-color:#fb718580}.divide-rose-400\/60>:not([hidden])~:not([hidden]){border-color:#fb718599}.divide-rose-400\/70>:not([hidden])~:not([hidden]){border-color:#fb7185b3}.divide-rose-400\/75>:not([hidden])~:not([hidden]){border-color:#fb7185bf}.divide-rose-400\/80>:not([hidden])~:not([hidden]){border-color:#fb7185cc}.divide-rose-400\/90>:not([hidden])~:not([hidden]){border-color:#fb7185e6}.divide-rose-400\/95>:not([hidden])~:not([hidden]){border-color:#fb7185f2}.divide-rose-400\/100>:not([hidden])~:not([hidden]){border-color:#fb7185}.divide-rose-500\/0>:not([hidden])~:not([hidden]){border-color:#f43f5e00}.divide-rose-500\/5>:not([hidden])~:not([hidden]){border-color:#f43f5e0d}.divide-rose-500\/10>:not([hidden])~:not([hidden]){border-color:#f43f5e1a}.divide-rose-500\/20>:not([hidden])~:not([hidden]){border-color:#f43f5e33}.divide-rose-500\/25>:not([hidden])~:not([hidden]){border-color:#f43f5e40}.divide-rose-500\/30>:not([hidden])~:not([hidden]){border-color:#f43f5e4d}.divide-rose-500\/40>:not([hidden])~:not([hidden]){border-color:#f43f5e66}.divide-rose-500\/50>:not([hidden])~:not([hidden]){border-color:#f43f5e80}.divide-rose-500\/60>:not([hidden])~:not([hidden]){border-color:#f43f5e99}.divide-rose-500\/70>:not([hidden])~:not([hidden]){border-color:#f43f5eb3}.divide-rose-500\/75>:not([hidden])~:not([hidden]){border-color:#f43f5ebf}.divide-rose-500\/80>:not([hidden])~:not([hidden]){border-color:#f43f5ecc}.divide-rose-500\/90>:not([hidden])~:not([hidden]){border-color:#f43f5ee6}.divide-rose-500\/95>:not([hidden])~:not([hidden]){border-color:#f43f5ef2}.divide-rose-500\/100>:not([hidden])~:not([hidden]){border-color:#f43f5e}.divide-rose-600\/0>:not([hidden])~:not([hidden]){border-color:#e11d4800}.divide-rose-600\/5>:not([hidden])~:not([hidden]){border-color:#e11d480d}.divide-rose-600\/10>:not([hidden])~:not([hidden]){border-color:#e11d481a}.divide-rose-600\/20>:not([hidden])~:not([hidden]){border-color:#e11d4833}.divide-rose-600\/25>:not([hidden])~:not([hidden]){border-color:#e11d4840}.divide-rose-600\/30>:not([hidden])~:not([hidden]){border-color:#e11d484d}.divide-rose-600\/40>:not([hidden])~:not([hidden]){border-color:#e11d4866}.divide-rose-600\/50>:not([hidden])~:not([hidden]){border-color:#e11d4880}.divide-rose-600\/60>:not([hidden])~:not([hidden]){border-color:#e11d4899}.divide-rose-600\/70>:not([hidden])~:not([hidden]){border-color:#e11d48b3}.divide-rose-600\/75>:not([hidden])~:not([hidden]){border-color:#e11d48bf}.divide-rose-600\/80>:not([hidden])~:not([hidden]){border-color:#e11d48cc}.divide-rose-600\/90>:not([hidden])~:not([hidden]){border-color:#e11d48e6}.divide-rose-600\/95>:not([hidden])~:not([hidden]){border-color:#e11d48f2}.divide-rose-600\/100>:not([hidden])~:not([hidden]){border-color:#e11d48}.divide-rose-700\/0>:not([hidden])~:not([hidden]){border-color:#be123c00}.divide-rose-700\/5>:not([hidden])~:not([hidden]){border-color:#be123c0d}.divide-rose-700\/10>:not([hidden])~:not([hidden]){border-color:#be123c1a}.divide-rose-700\/20>:not([hidden])~:not([hidden]){border-color:#be123c33}.divide-rose-700\/25>:not([hidden])~:not([hidden]){border-color:#be123c40}.divide-rose-700\/30>:not([hidden])~:not([hidden]){border-color:#be123c4d}.divide-rose-700\/40>:not([hidden])~:not([hidden]){border-color:#be123c66}.divide-rose-700\/50>:not([hidden])~:not([hidden]){border-color:#be123c80}.divide-rose-700\/60>:not([hidden])~:not([hidden]){border-color:#be123c99}.divide-rose-700\/70>:not([hidden])~:not([hidden]){border-color:#be123cb3}.divide-rose-700\/75>:not([hidden])~:not([hidden]){border-color:#be123cbf}.divide-rose-700\/80>:not([hidden])~:not([hidden]){border-color:#be123ccc}.divide-rose-700\/90>:not([hidden])~:not([hidden]){border-color:#be123ce6}.divide-rose-700\/95>:not([hidden])~:not([hidden]){border-color:#be123cf2}.divide-rose-700\/100>:not([hidden])~:not([hidden]){border-color:#be123c}.divide-rose-800\/0>:not([hidden])~:not([hidden]){border-color:#9f123900}.divide-rose-800\/5>:not([hidden])~:not([hidden]){border-color:#9f12390d}.divide-rose-800\/10>:not([hidden])~:not([hidden]){border-color:#9f12391a}.divide-rose-800\/20>:not([hidden])~:not([hidden]){border-color:#9f123933}.divide-rose-800\/25>:not([hidden])~:not([hidden]){border-color:#9f123940}.divide-rose-800\/30>:not([hidden])~:not([hidden]){border-color:#9f12394d}.divide-rose-800\/40>:not([hidden])~:not([hidden]){border-color:#9f123966}.divide-rose-800\/50>:not([hidden])~:not([hidden]){border-color:#9f123980}.divide-rose-800\/60>:not([hidden])~:not([hidden]){border-color:#9f123999}.divide-rose-800\/70>:not([hidden])~:not([hidden]){border-color:#9f1239b3}.divide-rose-800\/75>:not([hidden])~:not([hidden]){border-color:#9f1239bf}.divide-rose-800\/80>:not([hidden])~:not([hidden]){border-color:#9f1239cc}.divide-rose-800\/90>:not([hidden])~:not([hidden]){border-color:#9f1239e6}.divide-rose-800\/95>:not([hidden])~:not([hidden]){border-color:#9f1239f2}.divide-rose-800\/100>:not([hidden])~:not([hidden]){border-color:#9f1239}.divide-rose-900\/0>:not([hidden])~:not([hidden]){border-color:#88133700}.divide-rose-900\/5>:not([hidden])~:not([hidden]){border-color:#8813370d}.divide-rose-900\/10>:not([hidden])~:not([hidden]){border-color:#8813371a}.divide-rose-900\/20>:not([hidden])~:not([hidden]){border-color:#88133733}.divide-rose-900\/25>:not([hidden])~:not([hidden]){border-color:#88133740}.divide-rose-900\/30>:not([hidden])~:not([hidden]){border-color:#8813374d}.divide-rose-900\/40>:not([hidden])~:not([hidden]){border-color:#88133766}.divide-rose-900\/50>:not([hidden])~:not([hidden]){border-color:#88133780}.divide-rose-900\/60>:not([hidden])~:not([hidden]){border-color:#88133799}.divide-rose-900\/70>:not([hidden])~:not([hidden]){border-color:#881337b3}.divide-rose-900\/75>:not([hidden])~:not([hidden]){border-color:#881337bf}.divide-rose-900\/80>:not([hidden])~:not([hidden]){border-color:#881337cc}.divide-rose-900\/90>:not([hidden])~:not([hidden]){border-color:#881337e6}.divide-rose-900\/95>:not([hidden])~:not([hidden]){border-color:#881337f2}.divide-rose-900\/100>:not([hidden])~:not([hidden]){border-color:#881337}.divide-primary-100\/0>:not([hidden])~:not([hidden]){border-color:#f2f3f400}.divide-primary-100\/5>:not([hidden])~:not([hidden]){border-color:#f2f3f40d}.divide-primary-100\/10>:not([hidden])~:not([hidden]){border-color:#f2f3f41a}.divide-primary-100\/20>:not([hidden])~:not([hidden]){border-color:#f2f3f433}.divide-primary-100\/25>:not([hidden])~:not([hidden]){border-color:#f2f3f440}.divide-primary-100\/30>:not([hidden])~:not([hidden]){border-color:#f2f3f44d}.divide-primary-100\/40>:not([hidden])~:not([hidden]){border-color:#f2f3f466}.divide-primary-100\/50>:not([hidden])~:not([hidden]){border-color:#f2f3f480}.divide-primary-100\/60>:not([hidden])~:not([hidden]){border-color:#f2f3f499}.divide-primary-100\/70>:not([hidden])~:not([hidden]){border-color:#f2f3f4b3}.divide-primary-100\/75>:not([hidden])~:not([hidden]){border-color:#f2f3f4bf}.divide-primary-100\/80>:not([hidden])~:not([hidden]){border-color:#f2f3f4cc}.divide-primary-100\/90>:not([hidden])~:not([hidden]){border-color:#f2f3f4e6}.divide-primary-100\/95>:not([hidden])~:not([hidden]){border-color:#f2f3f4f2}.divide-primary-100\/100>:not([hidden])~:not([hidden]){border-color:#f2f3f4}.divide-primary-200\/0>:not([hidden])~:not([hidden]){border-color:#e8e8f000}.divide-primary-200\/5>:not([hidden])~:not([hidden]){border-color:#e8e8f00d}.divide-primary-200\/10>:not([hidden])~:not([hidden]){border-color:#e8e8f01a}.divide-primary-200\/20>:not([hidden])~:not([hidden]){border-color:#e8e8f033}.divide-primary-200\/25>:not([hidden])~:not([hidden]){border-color:#e8e8f040}.divide-primary-200\/30>:not([hidden])~:not([hidden]){border-color:#e8e8f04d}.divide-primary-200\/40>:not([hidden])~:not([hidden]){border-color:#e8e8f066}.divide-primary-200\/50>:not([hidden])~:not([hidden]){border-color:#e8e8f080}.divide-primary-200\/60>:not([hidden])~:not([hidden]){border-color:#e8e8f099}.divide-primary-200\/70>:not([hidden])~:not([hidden]){border-color:#e8e8f0b3}.divide-primary-200\/75>:not([hidden])~:not([hidden]){border-color:#e8e8f0bf}.divide-primary-200\/80>:not([hidden])~:not([hidden]){border-color:#e8e8f0cc}.divide-primary-200\/90>:not([hidden])~:not([hidden]){border-color:#e8e8f0e6}.divide-primary-200\/95>:not([hidden])~:not([hidden]){border-color:#e8e8f0f2}.divide-primary-200\/100>:not([hidden])~:not([hidden]){border-color:#e8e8f0}.divide-primary-300\/0>:not([hidden])~:not([hidden]){border-color:#d0d0e100}.divide-primary-300\/5>:not([hidden])~:not([hidden]){border-color:#d0d0e10d}.divide-primary-300\/10>:not([hidden])~:not([hidden]){border-color:#d0d0e11a}.divide-primary-300\/20>:not([hidden])~:not([hidden]){border-color:#d0d0e133}.divide-primary-300\/25>:not([hidden])~:not([hidden]){border-color:#d0d0e140}.divide-primary-300\/30>:not([hidden])~:not([hidden]){border-color:#d0d0e14d}.divide-primary-300\/40>:not([hidden])~:not([hidden]){border-color:#d0d0e166}.divide-primary-300\/50>:not([hidden])~:not([hidden]){border-color:#d0d0e180}.divide-primary-300\/60>:not([hidden])~:not([hidden]){border-color:#d0d0e199}.divide-primary-300\/70>:not([hidden])~:not([hidden]){border-color:#d0d0e1b3}.divide-primary-300\/75>:not([hidden])~:not([hidden]){border-color:#d0d0e1bf}.divide-primary-300\/80>:not([hidden])~:not([hidden]){border-color:#d0d0e1cc}.divide-primary-300\/90>:not([hidden])~:not([hidden]){border-color:#d0d0e1e6}.divide-primary-300\/95>:not([hidden])~:not([hidden]){border-color:#d0d0e1f2}.divide-primary-300\/100>:not([hidden])~:not([hidden]){border-color:#d0d0e1}.divide-primary-400\/0>:not([hidden])~:not([hidden]){border-color:#b4b4d100}.divide-primary-400\/5>:not([hidden])~:not([hidden]){border-color:#b4b4d10d}.divide-primary-400\/10>:not([hidden])~:not([hidden]){border-color:#b4b4d11a}.divide-primary-400\/20>:not([hidden])~:not([hidden]){border-color:#b4b4d133}.divide-primary-400\/25>:not([hidden])~:not([hidden]){border-color:#b4b4d140}.divide-primary-400\/30>:not([hidden])~:not([hidden]){border-color:#b4b4d14d}.divide-primary-400\/40>:not([hidden])~:not([hidden]){border-color:#b4b4d166}.divide-primary-400\/50>:not([hidden])~:not([hidden]){border-color:#b4b4d180}.divide-primary-400\/60>:not([hidden])~:not([hidden]){border-color:#b4b4d199}.divide-primary-400\/70>:not([hidden])~:not([hidden]){border-color:#b4b4d1b3}.divide-primary-400\/75>:not([hidden])~:not([hidden]){border-color:#b4b4d1bf}.divide-primary-400\/80>:not([hidden])~:not([hidden]){border-color:#b4b4d1cc}.divide-primary-400\/90>:not([hidden])~:not([hidden]){border-color:#b4b4d1e6}.divide-primary-400\/95>:not([hidden])~:not([hidden]){border-color:#b4b4d1f2}.divide-primary-400\/100>:not([hidden])~:not([hidden]){border-color:#b4b4d1}.divide-primary-500\/0>:not([hidden])~:not([hidden]){border-color:#9393bf00}.divide-primary-500\/5>:not([hidden])~:not([hidden]){border-color:#9393bf0d}.divide-primary-500\/10>:not([hidden])~:not([hidden]){border-color:#9393bf1a}.divide-primary-500\/20>:not([hidden])~:not([hidden]){border-color:#9393bf33}.divide-primary-500\/25>:not([hidden])~:not([hidden]){border-color:#9393bf40}.divide-primary-500\/30>:not([hidden])~:not([hidden]){border-color:#9393bf4d}.divide-primary-500\/40>:not([hidden])~:not([hidden]){border-color:#9393bf66}.divide-primary-500\/50>:not([hidden])~:not([hidden]){border-color:#9393bf80}.divide-primary-500\/60>:not([hidden])~:not([hidden]){border-color:#9393bf99}.divide-primary-500\/70>:not([hidden])~:not([hidden]){border-color:#9393bfb3}.divide-primary-500\/75>:not([hidden])~:not([hidden]){border-color:#9393bfbf}.divide-primary-500\/80>:not([hidden])~:not([hidden]){border-color:#9393bfcc}.divide-primary-500\/90>:not([hidden])~:not([hidden]){border-color:#9393bfe6}.divide-primary-500\/95>:not([hidden])~:not([hidden]){border-color:#9393bff2}.divide-primary-500\/100>:not([hidden])~:not([hidden]){border-color:#9393bf}.divide-primary-600\/0>:not([hidden])~:not([hidden]){border-color:#6868ac00}.divide-primary-600\/5>:not([hidden])~:not([hidden]){border-color:#6868ac0d}.divide-primary-600\/10>:not([hidden])~:not([hidden]){border-color:#6868ac1a}.divide-primary-600\/20>:not([hidden])~:not([hidden]){border-color:#6868ac33}.divide-primary-600\/25>:not([hidden])~:not([hidden]){border-color:#6868ac40}.divide-primary-600\/30>:not([hidden])~:not([hidden]){border-color:#6868ac4d}.divide-primary-600\/40>:not([hidden])~:not([hidden]){border-color:#6868ac66}.divide-primary-600\/50>:not([hidden])~:not([hidden]){border-color:#6868ac80}.divide-primary-600\/60>:not([hidden])~:not([hidden]){border-color:#6868ac99}.divide-primary-600\/70>:not([hidden])~:not([hidden]){border-color:#6868acb3}.divide-primary-600\/75>:not([hidden])~:not([hidden]){border-color:#6868acbf}.divide-primary-600\/80>:not([hidden])~:not([hidden]){border-color:#6868accc}.divide-primary-600\/90>:not([hidden])~:not([hidden]){border-color:#6868ace6}.divide-primary-600\/95>:not([hidden])~:not([hidden]){border-color:#6868acf2}.divide-primary-600\/100>:not([hidden])~:not([hidden]){border-color:#6868ac}.divide-primary-700\/0>:not([hidden])~:not([hidden]){border-color:#5d5d9900}.divide-primary-700\/5>:not([hidden])~:not([hidden]){border-color:#5d5d990d}.divide-primary-700\/10>:not([hidden])~:not([hidden]){border-color:#5d5d991a}.divide-primary-700\/20>:not([hidden])~:not([hidden]){border-color:#5d5d9933}.divide-primary-700\/25>:not([hidden])~:not([hidden]){border-color:#5d5d9940}.divide-primary-700\/30>:not([hidden])~:not([hidden]){border-color:#5d5d994d}.divide-primary-700\/40>:not([hidden])~:not([hidden]){border-color:#5d5d9966}.divide-primary-700\/50>:not([hidden])~:not([hidden]){border-color:#5d5d9980}.divide-primary-700\/60>:not([hidden])~:not([hidden]){border-color:#5d5d9999}.divide-primary-700\/70>:not([hidden])~:not([hidden]){border-color:#5d5d99b3}.divide-primary-700\/75>:not([hidden])~:not([hidden]){border-color:#5d5d99bf}.divide-primary-700\/80>:not([hidden])~:not([hidden]){border-color:#5d5d99cc}.divide-primary-700\/90>:not([hidden])~:not([hidden]){border-color:#5d5d99e6}.divide-primary-700\/95>:not([hidden])~:not([hidden]){border-color:#5d5d99f2}.divide-primary-700\/100>:not([hidden])~:not([hidden]){border-color:#5d5d99}.divide-primary-800\/0>:not([hidden])~:not([hidden]){border-color:#50508500}.divide-primary-800\/5>:not([hidden])~:not([hidden]){border-color:#5050850d}.divide-primary-800\/10>:not([hidden])~:not([hidden]){border-color:#5050851a}.divide-primary-800\/20>:not([hidden])~:not([hidden]){border-color:#50508533}.divide-primary-800\/25>:not([hidden])~:not([hidden]){border-color:#50508540}.divide-primary-800\/30>:not([hidden])~:not([hidden]){border-color:#5050854d}.divide-primary-800\/40>:not([hidden])~:not([hidden]){border-color:#50508566}.divide-primary-800\/50>:not([hidden])~:not([hidden]){border-color:#50508580}.divide-primary-800\/60>:not([hidden])~:not([hidden]){border-color:#50508599}.divide-primary-800\/70>:not([hidden])~:not([hidden]){border-color:#505085b3}.divide-primary-800\/75>:not([hidden])~:not([hidden]){border-color:#505085bf}.divide-primary-800\/80>:not([hidden])~:not([hidden]){border-color:#505085cc}.divide-primary-800\/90>:not([hidden])~:not([hidden]){border-color:#505085e6}.divide-primary-800\/95>:not([hidden])~:not([hidden]){border-color:#505085f2}.divide-primary-800\/100>:not([hidden])~:not([hidden]){border-color:#505085}.divide-primary-900\/0>:not([hidden])~:not([hidden]){border-color:#41416c00}.divide-primary-900\/5>:not([hidden])~:not([hidden]){border-color:#41416c0d}.divide-primary-900\/10>:not([hidden])~:not([hidden]){border-color:#41416c1a}.divide-primary-900\/20>:not([hidden])~:not([hidden]){border-color:#41416c33}.divide-primary-900\/25>:not([hidden])~:not([hidden]){border-color:#41416c40}.divide-primary-900\/30>:not([hidden])~:not([hidden]){border-color:#41416c4d}.divide-primary-900\/40>:not([hidden])~:not([hidden]){border-color:#41416c66}.divide-primary-900\/50>:not([hidden])~:not([hidden]){border-color:#41416c80}.divide-primary-900\/60>:not([hidden])~:not([hidden]){border-color:#41416c99}.divide-primary-900\/70>:not([hidden])~:not([hidden]){border-color:#41416cb3}.divide-primary-900\/75>:not([hidden])~:not([hidden]){border-color:#41416cbf}.divide-primary-900\/80>:not([hidden])~:not([hidden]){border-color:#41416ccc}.divide-primary-900\/90>:not([hidden])~:not([hidden]){border-color:#41416ce6}.divide-primary-900\/95>:not([hidden])~:not([hidden]){border-color:#41416cf2}.divide-primary-900\/100>:not([hidden])~:not([hidden]){border-color:#41416c}.divide-primary-1000\/0>:not([hidden])~:not([hidden]){border-color:#2e2e4c00}.divide-primary-1000\/5>:not([hidden])~:not([hidden]){border-color:#2e2e4c0d}.divide-primary-1000\/10>:not([hidden])~:not([hidden]){border-color:#2e2e4c1a}.divide-primary-1000\/20>:not([hidden])~:not([hidden]){border-color:#2e2e4c33}.divide-primary-1000\/25>:not([hidden])~:not([hidden]){border-color:#2e2e4c40}.divide-primary-1000\/30>:not([hidden])~:not([hidden]){border-color:#2e2e4c4d}.divide-primary-1000\/40>:not([hidden])~:not([hidden]){border-color:#2e2e4c66}.divide-primary-1000\/50>:not([hidden])~:not([hidden]){border-color:#2e2e4c80}.divide-primary-1000\/60>:not([hidden])~:not([hidden]){border-color:#2e2e4c99}.divide-primary-1000\/70>:not([hidden])~:not([hidden]){border-color:#2e2e4cb3}.divide-primary-1000\/75>:not([hidden])~:not([hidden]){border-color:#2e2e4cbf}.divide-primary-1000\/80>:not([hidden])~:not([hidden]){border-color:#2e2e4ccc}.divide-primary-1000\/90>:not([hidden])~:not([hidden]){border-color:#2e2e4ce6}.divide-primary-1000\/95>:not([hidden])~:not([hidden]){border-color:#2e2e4cf2}.divide-primary-1000\/100>:not([hidden])~:not([hidden]){border-color:#2e2e4c}.divide-primary-highlight-100\/0>:not([hidden])~:not([hidden]){border-color:#f7f5fe00}.divide-primary-highlight-100\/5>:not([hidden])~:not([hidden]){border-color:#f7f5fe0d}.divide-primary-highlight-100\/10>:not([hidden])~:not([hidden]){border-color:#f7f5fe1a}.divide-primary-highlight-100\/20>:not([hidden])~:not([hidden]){border-color:#f7f5fe33}.divide-primary-highlight-100\/25>:not([hidden])~:not([hidden]){border-color:#f7f5fe40}.divide-primary-highlight-100\/30>:not([hidden])~:not([hidden]){border-color:#f7f5fe4d}.divide-primary-highlight-100\/40>:not([hidden])~:not([hidden]){border-color:#f7f5fe66}.divide-primary-highlight-100\/50>:not([hidden])~:not([hidden]){border-color:#f7f5fe80}.divide-primary-highlight-100\/60>:not([hidden])~:not([hidden]){border-color:#f7f5fe99}.divide-primary-highlight-100\/70>:not([hidden])~:not([hidden]){border-color:#f7f5feb3}.divide-primary-highlight-100\/75>:not([hidden])~:not([hidden]){border-color:#f7f5febf}.divide-primary-highlight-100\/80>:not([hidden])~:not([hidden]){border-color:#f7f5fecc}.divide-primary-highlight-100\/90>:not([hidden])~:not([hidden]){border-color:#f7f5fee6}.divide-primary-highlight-100\/95>:not([hidden])~:not([hidden]){border-color:#f7f5fef2}.divide-primary-highlight-100\/100>:not([hidden])~:not([hidden]){border-color:#f7f5fe}.divide-primary-highlight-200\/0>:not([hidden])~:not([hidden]){border-color:#efecfe00}.divide-primary-highlight-200\/5>:not([hidden])~:not([hidden]){border-color:#efecfe0d}.divide-primary-highlight-200\/10>:not([hidden])~:not([hidden]){border-color:#efecfe1a}.divide-primary-highlight-200\/20>:not([hidden])~:not([hidden]){border-color:#efecfe33}.divide-primary-highlight-200\/25>:not([hidden])~:not([hidden]){border-color:#efecfe40}.divide-primary-highlight-200\/30>:not([hidden])~:not([hidden]){border-color:#efecfe4d}.divide-primary-highlight-200\/40>:not([hidden])~:not([hidden]){border-color:#efecfe66}.divide-primary-highlight-200\/50>:not([hidden])~:not([hidden]){border-color:#efecfe80}.divide-primary-highlight-200\/60>:not([hidden])~:not([hidden]){border-color:#efecfe99}.divide-primary-highlight-200\/70>:not([hidden])~:not([hidden]){border-color:#efecfeb3}.divide-primary-highlight-200\/75>:not([hidden])~:not([hidden]){border-color:#efecfebf}.divide-primary-highlight-200\/80>:not([hidden])~:not([hidden]){border-color:#efecfecc}.divide-primary-highlight-200\/90>:not([hidden])~:not([hidden]){border-color:#efecfee6}.divide-primary-highlight-200\/95>:not([hidden])~:not([hidden]){border-color:#efecfef2}.divide-primary-highlight-200\/100>:not([hidden])~:not([hidden]){border-color:#efecfe}.divide-primary-highlight-300\/0>:not([hidden])~:not([hidden]){border-color:#dfd8fd00}.divide-primary-highlight-300\/5>:not([hidden])~:not([hidden]){border-color:#dfd8fd0d}.divide-primary-highlight-300\/10>:not([hidden])~:not([hidden]){border-color:#dfd8fd1a}.divide-primary-highlight-300\/20>:not([hidden])~:not([hidden]){border-color:#dfd8fd33}.divide-primary-highlight-300\/25>:not([hidden])~:not([hidden]){border-color:#dfd8fd40}.divide-primary-highlight-300\/30>:not([hidden])~:not([hidden]){border-color:#dfd8fd4d}.divide-primary-highlight-300\/40>:not([hidden])~:not([hidden]){border-color:#dfd8fd66}.divide-primary-highlight-300\/50>:not([hidden])~:not([hidden]){border-color:#dfd8fd80}.divide-primary-highlight-300\/60>:not([hidden])~:not([hidden]){border-color:#dfd8fd99}.divide-primary-highlight-300\/70>:not([hidden])~:not([hidden]){border-color:#dfd8fdb3}.divide-primary-highlight-300\/75>:not([hidden])~:not([hidden]){border-color:#dfd8fdbf}.divide-primary-highlight-300\/80>:not([hidden])~:not([hidden]){border-color:#dfd8fdcc}.divide-primary-highlight-300\/90>:not([hidden])~:not([hidden]){border-color:#dfd8fde6}.divide-primary-highlight-300\/95>:not([hidden])~:not([hidden]){border-color:#dfd8fdf2}.divide-primary-highlight-300\/100>:not([hidden])~:not([hidden]){border-color:#dfd8fd}.divide-primary-highlight-400\/0>:not([hidden])~:not([hidden]){border-color:#cec1fc00}.divide-primary-highlight-400\/5>:not([hidden])~:not([hidden]){border-color:#cec1fc0d}.divide-primary-highlight-400\/10>:not([hidden])~:not([hidden]){border-color:#cec1fc1a}.divide-primary-highlight-400\/20>:not([hidden])~:not([hidden]){border-color:#cec1fc33}.divide-primary-highlight-400\/25>:not([hidden])~:not([hidden]){border-color:#cec1fc40}.divide-primary-highlight-400\/30>:not([hidden])~:not([hidden]){border-color:#cec1fc4d}.divide-primary-highlight-400\/40>:not([hidden])~:not([hidden]){border-color:#cec1fc66}.divide-primary-highlight-400\/50>:not([hidden])~:not([hidden]){border-color:#cec1fc80}.divide-primary-highlight-400\/60>:not([hidden])~:not([hidden]){border-color:#cec1fc99}.divide-primary-highlight-400\/70>:not([hidden])~:not([hidden]){border-color:#cec1fcb3}.divide-primary-highlight-400\/75>:not([hidden])~:not([hidden]){border-color:#cec1fcbf}.divide-primary-highlight-400\/80>:not([hidden])~:not([hidden]){border-color:#cec1fccc}.divide-primary-highlight-400\/90>:not([hidden])~:not([hidden]){border-color:#cec1fce6}.divide-primary-highlight-400\/95>:not([hidden])~:not([hidden]){border-color:#cec1fcf2}.divide-primary-highlight-400\/100>:not([hidden])~:not([hidden]){border-color:#cec1fc}.divide-primary-highlight-500\/0>:not([hidden])~:not([hidden]){border-color:#bba8fb00}.divide-primary-highlight-500\/5>:not([hidden])~:not([hidden]){border-color:#bba8fb0d}.divide-primary-highlight-500\/10>:not([hidden])~:not([hidden]){border-color:#bba8fb1a}.divide-primary-highlight-500\/20>:not([hidden])~:not([hidden]){border-color:#bba8fb33}.divide-primary-highlight-500\/25>:not([hidden])~:not([hidden]){border-color:#bba8fb40}.divide-primary-highlight-500\/30>:not([hidden])~:not([hidden]){border-color:#bba8fb4d}.divide-primary-highlight-500\/40>:not([hidden])~:not([hidden]){border-color:#bba8fb66}.divide-primary-highlight-500\/50>:not([hidden])~:not([hidden]){border-color:#bba8fb80}.divide-primary-highlight-500\/60>:not([hidden])~:not([hidden]){border-color:#bba8fb99}.divide-primary-highlight-500\/70>:not([hidden])~:not([hidden]){border-color:#bba8fbb3}.divide-primary-highlight-500\/75>:not([hidden])~:not([hidden]){border-color:#bba8fbbf}.divide-primary-highlight-500\/80>:not([hidden])~:not([hidden]){border-color:#bba8fbcc}.divide-primary-highlight-500\/90>:not([hidden])~:not([hidden]){border-color:#bba8fbe6}.divide-primary-highlight-500\/95>:not([hidden])~:not([hidden]){border-color:#bba8fbf2}.divide-primary-highlight-500\/100>:not([hidden])~:not([hidden]){border-color:#bba8fb}.divide-primary-highlight-600\/0>:not([hidden])~:not([hidden]){border-color:#a78bfa00}.divide-primary-highlight-600\/5>:not([hidden])~:not([hidden]){border-color:#a78bfa0d}.divide-primary-highlight-600\/10>:not([hidden])~:not([hidden]){border-color:#a78bfa1a}.divide-primary-highlight-600\/20>:not([hidden])~:not([hidden]){border-color:#a78bfa33}.divide-primary-highlight-600\/25>:not([hidden])~:not([hidden]){border-color:#a78bfa40}.divide-primary-highlight-600\/30>:not([hidden])~:not([hidden]){border-color:#a78bfa4d}.divide-primary-highlight-600\/40>:not([hidden])~:not([hidden]){border-color:#a78bfa66}.divide-primary-highlight-600\/50>:not([hidden])~:not([hidden]){border-color:#a78bfa80}.divide-primary-highlight-600\/60>:not([hidden])~:not([hidden]){border-color:#a78bfa99}.divide-primary-highlight-600\/70>:not([hidden])~:not([hidden]){border-color:#a78bfab3}.divide-primary-highlight-600\/75>:not([hidden])~:not([hidden]){border-color:#a78bfabf}.divide-primary-highlight-600\/80>:not([hidden])~:not([hidden]){border-color:#a78bfacc}.divide-primary-highlight-600\/90>:not([hidden])~:not([hidden]){border-color:#a78bfae6}.divide-primary-highlight-600\/95>:not([hidden])~:not([hidden]){border-color:#a78bfaf2}.divide-primary-highlight-600\/100>:not([hidden])~:not([hidden]){border-color:#a78bfa}.divide-primary-highlight-700\/0>:not([hidden])~:not([hidden]){border-color:#957cdf00}.divide-primary-highlight-700\/5>:not([hidden])~:not([hidden]){border-color:#957cdf0d}.divide-primary-highlight-700\/10>:not([hidden])~:not([hidden]){border-color:#957cdf1a}.divide-primary-highlight-700\/20>:not([hidden])~:not([hidden]){border-color:#957cdf33}.divide-primary-highlight-700\/25>:not([hidden])~:not([hidden]){border-color:#957cdf40}.divide-primary-highlight-700\/30>:not([hidden])~:not([hidden]){border-color:#957cdf4d}.divide-primary-highlight-700\/40>:not([hidden])~:not([hidden]){border-color:#957cdf66}.divide-primary-highlight-700\/50>:not([hidden])~:not([hidden]){border-color:#957cdf80}.divide-primary-highlight-700\/60>:not([hidden])~:not([hidden]){border-color:#957cdf99}.divide-primary-highlight-700\/70>:not([hidden])~:not([hidden]){border-color:#957cdfb3}.divide-primary-highlight-700\/75>:not([hidden])~:not([hidden]){border-color:#957cdfbf}.divide-primary-highlight-700\/80>:not([hidden])~:not([hidden]){border-color:#957cdfcc}.divide-primary-highlight-700\/90>:not([hidden])~:not([hidden]){border-color:#957cdfe6}.divide-primary-highlight-700\/95>:not([hidden])~:not([hidden]){border-color:#957cdff2}.divide-primary-highlight-700\/100>:not([hidden])~:not([hidden]){border-color:#957cdf}.divide-primary-highlight-800\/0>:not([hidden])~:not([hidden]){border-color:#816bc100}.divide-primary-highlight-800\/5>:not([hidden])~:not([hidden]){border-color:#816bc10d}.divide-primary-highlight-800\/10>:not([hidden])~:not([hidden]){border-color:#816bc11a}.divide-primary-highlight-800\/20>:not([hidden])~:not([hidden]){border-color:#816bc133}.divide-primary-highlight-800\/25>:not([hidden])~:not([hidden]){border-color:#816bc140}.divide-primary-highlight-800\/30>:not([hidden])~:not([hidden]){border-color:#816bc14d}.divide-primary-highlight-800\/40>:not([hidden])~:not([hidden]){border-color:#816bc166}.divide-primary-highlight-800\/50>:not([hidden])~:not([hidden]){border-color:#816bc180}.divide-primary-highlight-800\/60>:not([hidden])~:not([hidden]){border-color:#816bc199}.divide-primary-highlight-800\/70>:not([hidden])~:not([hidden]){border-color:#816bc1b3}.divide-primary-highlight-800\/75>:not([hidden])~:not([hidden]){border-color:#816bc1bf}.divide-primary-highlight-800\/80>:not([hidden])~:not([hidden]){border-color:#816bc1cc}.divide-primary-highlight-800\/90>:not([hidden])~:not([hidden]){border-color:#816bc1e6}.divide-primary-highlight-800\/95>:not([hidden])~:not([hidden]){border-color:#816bc1f2}.divide-primary-highlight-800\/100>:not([hidden])~:not([hidden]){border-color:#816bc1}.divide-primary-highlight-900\/0>:not([hidden])~:not([hidden]){border-color:#69579e00}.divide-primary-highlight-900\/5>:not([hidden])~:not([hidden]){border-color:#69579e0d}.divide-primary-highlight-900\/10>:not([hidden])~:not([hidden]){border-color:#69579e1a}.divide-primary-highlight-900\/20>:not([hidden])~:not([hidden]){border-color:#69579e33}.divide-primary-highlight-900\/25>:not([hidden])~:not([hidden]){border-color:#69579e40}.divide-primary-highlight-900\/30>:not([hidden])~:not([hidden]){border-color:#69579e4d}.divide-primary-highlight-900\/40>:not([hidden])~:not([hidden]){border-color:#69579e66}.divide-primary-highlight-900\/50>:not([hidden])~:not([hidden]){border-color:#69579e80}.divide-primary-highlight-900\/60>:not([hidden])~:not([hidden]){border-color:#69579e99}.divide-primary-highlight-900\/70>:not([hidden])~:not([hidden]){border-color:#69579eb3}.divide-primary-highlight-900\/75>:not([hidden])~:not([hidden]){border-color:#69579ebf}.divide-primary-highlight-900\/80>:not([hidden])~:not([hidden]){border-color:#69579ecc}.divide-primary-highlight-900\/90>:not([hidden])~:not([hidden]){border-color:#69579ee6}.divide-primary-highlight-900\/95>:not([hidden])~:not([hidden]){border-color:#69579ef2}.divide-primary-highlight-900\/100>:not([hidden])~:not([hidden]){border-color:#69579e}.divide-primary-highlight-1000\/0>:not([hidden])~:not([hidden]){border-color:#4a3e6f00}.divide-primary-highlight-1000\/5>:not([hidden])~:not([hidden]){border-color:#4a3e6f0d}.divide-primary-highlight-1000\/10>:not([hidden])~:not([hidden]){border-color:#4a3e6f1a}.divide-primary-highlight-1000\/20>:not([hidden])~:not([hidden]){border-color:#4a3e6f33}.divide-primary-highlight-1000\/25>:not([hidden])~:not([hidden]){border-color:#4a3e6f40}.divide-primary-highlight-1000\/30>:not([hidden])~:not([hidden]){border-color:#4a3e6f4d}.divide-primary-highlight-1000\/40>:not([hidden])~:not([hidden]){border-color:#4a3e6f66}.divide-primary-highlight-1000\/50>:not([hidden])~:not([hidden]){border-color:#4a3e6f80}.divide-primary-highlight-1000\/60>:not([hidden])~:not([hidden]){border-color:#4a3e6f99}.divide-primary-highlight-1000\/70>:not([hidden])~:not([hidden]){border-color:#4a3e6fb3}.divide-primary-highlight-1000\/75>:not([hidden])~:not([hidden]){border-color:#4a3e6fbf}.divide-primary-highlight-1000\/80>:not([hidden])~:not([hidden]){border-color:#4a3e6fcc}.divide-primary-highlight-1000\/90>:not([hidden])~:not([hidden]){border-color:#4a3e6fe6}.divide-primary-highlight-1000\/95>:not([hidden])~:not([hidden]){border-color:#4a3e6ff2}.divide-primary-highlight-1000\/100>:not([hidden])~:not([hidden]){border-color:#4a3e6f}.divide-secondary-100\/0>:not([hidden])~:not([hidden]){border-color:#fef7f200}.divide-secondary-100\/5>:not([hidden])~:not([hidden]){border-color:#fef7f20d}.divide-secondary-100\/10>:not([hidden])~:not([hidden]){border-color:#fef7f21a}.divide-secondary-100\/20>:not([hidden])~:not([hidden]){border-color:#fef7f233}.divide-secondary-100\/25>:not([hidden])~:not([hidden]){border-color:#fef7f240}.divide-secondary-100\/30>:not([hidden])~:not([hidden]){border-color:#fef7f24d}.divide-secondary-100\/40>:not([hidden])~:not([hidden]){border-color:#fef7f266}.divide-secondary-100\/50>:not([hidden])~:not([hidden]){border-color:#fef7f280}.divide-secondary-100\/60>:not([hidden])~:not([hidden]){border-color:#fef7f299}.divide-secondary-100\/70>:not([hidden])~:not([hidden]){border-color:#fef7f2b3}.divide-secondary-100\/75>:not([hidden])~:not([hidden]){border-color:#fef7f2bf}.divide-secondary-100\/80>:not([hidden])~:not([hidden]){border-color:#fef7f2cc}.divide-secondary-100\/90>:not([hidden])~:not([hidden]){border-color:#fef7f2e6}.divide-secondary-100\/95>:not([hidden])~:not([hidden]){border-color:#fef7f2f2}.divide-secondary-100\/100>:not([hidden])~:not([hidden]){border-color:#fef7f2}.divide-secondary-200\/0>:not([hidden])~:not([hidden]){border-color:#fef0e400}.divide-secondary-200\/5>:not([hidden])~:not([hidden]){border-color:#fef0e40d}.divide-secondary-200\/10>:not([hidden])~:not([hidden]){border-color:#fef0e41a}.divide-secondary-200\/20>:not([hidden])~:not([hidden]){border-color:#fef0e433}.divide-secondary-200\/25>:not([hidden])~:not([hidden]){border-color:#fef0e440}.divide-secondary-200\/30>:not([hidden])~:not([hidden]){border-color:#fef0e44d}.divide-secondary-200\/40>:not([hidden])~:not([hidden]){border-color:#fef0e466}.divide-secondary-200\/50>:not([hidden])~:not([hidden]){border-color:#fef0e480}.divide-secondary-200\/60>:not([hidden])~:not([hidden]){border-color:#fef0e499}.divide-secondary-200\/70>:not([hidden])~:not([hidden]){border-color:#fef0e4b3}.divide-secondary-200\/75>:not([hidden])~:not([hidden]){border-color:#fef0e4bf}.divide-secondary-200\/80>:not([hidden])~:not([hidden]){border-color:#fef0e4cc}.divide-secondary-200\/90>:not([hidden])~:not([hidden]){border-color:#fef0e4e6}.divide-secondary-200\/95>:not([hidden])~:not([hidden]){border-color:#fef0e4f2}.divide-secondary-200\/100>:not([hidden])~:not([hidden]){border-color:#fef0e4}.divide-secondary-300\/0>:not([hidden])~:not([hidden]){border-color:#fde1c600}.divide-secondary-300\/5>:not([hidden])~:not([hidden]){border-color:#fde1c60d}.divide-secondary-300\/10>:not([hidden])~:not([hidden]){border-color:#fde1c61a}.divide-secondary-300\/20>:not([hidden])~:not([hidden]){border-color:#fde1c633}.divide-secondary-300\/25>:not([hidden])~:not([hidden]){border-color:#fde1c640}.divide-secondary-300\/30>:not([hidden])~:not([hidden]){border-color:#fde1c64d}.divide-secondary-300\/40>:not([hidden])~:not([hidden]){border-color:#fde1c666}.divide-secondary-300\/50>:not([hidden])~:not([hidden]){border-color:#fde1c680}.divide-secondary-300\/60>:not([hidden])~:not([hidden]){border-color:#fde1c699}.divide-secondary-300\/70>:not([hidden])~:not([hidden]){border-color:#fde1c6b3}.divide-secondary-300\/75>:not([hidden])~:not([hidden]){border-color:#fde1c6bf}.divide-secondary-300\/80>:not([hidden])~:not([hidden]){border-color:#fde1c6cc}.divide-secondary-300\/90>:not([hidden])~:not([hidden]){border-color:#fde1c6e6}.divide-secondary-300\/95>:not([hidden])~:not([hidden]){border-color:#fde1c6f2}.divide-secondary-300\/100>:not([hidden])~:not([hidden]){border-color:#fde1c6}.divide-secondary-400\/0>:not([hidden])~:not([hidden]){border-color:#fcd1a200}.divide-secondary-400\/5>:not([hidden])~:not([hidden]){border-color:#fcd1a20d}.divide-secondary-400\/10>:not([hidden])~:not([hidden]){border-color:#fcd1a21a}.divide-secondary-400\/20>:not([hidden])~:not([hidden]){border-color:#fcd1a233}.divide-secondary-400\/25>:not([hidden])~:not([hidden]){border-color:#fcd1a240}.divide-secondary-400\/30>:not([hidden])~:not([hidden]){border-color:#fcd1a24d}.divide-secondary-400\/40>:not([hidden])~:not([hidden]){border-color:#fcd1a266}.divide-secondary-400\/50>:not([hidden])~:not([hidden]){border-color:#fcd1a280}.divide-secondary-400\/60>:not([hidden])~:not([hidden]){border-color:#fcd1a299}.divide-secondary-400\/70>:not([hidden])~:not([hidden]){border-color:#fcd1a2b3}.divide-secondary-400\/75>:not([hidden])~:not([hidden]){border-color:#fcd1a2bf}.divide-secondary-400\/80>:not([hidden])~:not([hidden]){border-color:#fcd1a2cc}.divide-secondary-400\/90>:not([hidden])~:not([hidden]){border-color:#fcd1a2e6}.divide-secondary-400\/95>:not([hidden])~:not([hidden]){border-color:#fcd1a2f2}.divide-secondary-400\/100>:not([hidden])~:not([hidden]){border-color:#fcd1a2}.divide-secondary-500\/0>:not([hidden])~:not([hidden]){border-color:#fbbf7500}.divide-secondary-500\/5>:not([hidden])~:not([hidden]){border-color:#fbbf750d}.divide-secondary-500\/10>:not([hidden])~:not([hidden]){border-color:#fbbf751a}.divide-secondary-500\/20>:not([hidden])~:not([hidden]){border-color:#fbbf7533}.divide-secondary-500\/25>:not([hidden])~:not([hidden]){border-color:#fbbf7540}.divide-secondary-500\/30>:not([hidden])~:not([hidden]){border-color:#fbbf754d}.divide-secondary-500\/40>:not([hidden])~:not([hidden]){border-color:#fbbf7566}.divide-secondary-500\/50>:not([hidden])~:not([hidden]){border-color:#fbbf7580}.divide-secondary-500\/60>:not([hidden])~:not([hidden]){border-color:#fbbf7599}.divide-secondary-500\/70>:not([hidden])~:not([hidden]){border-color:#fbbf75b3}.divide-secondary-500\/75>:not([hidden])~:not([hidden]){border-color:#fbbf75bf}.divide-secondary-500\/80>:not([hidden])~:not([hidden]){border-color:#fbbf75cc}.divide-secondary-500\/90>:not([hidden])~:not([hidden]){border-color:#fbbf75e6}.divide-secondary-500\/95>:not([hidden])~:not([hidden]){border-color:#fbbf75f2}.divide-secondary-500\/100>:not([hidden])~:not([hidden]){border-color:#fbbf75}.divide-secondary-600\/0>:not([hidden])~:not([hidden]){border-color:#faac1e00}.divide-secondary-600\/5>:not([hidden])~:not([hidden]){border-color:#faac1e0d}.divide-secondary-600\/10>:not([hidden])~:not([hidden]){border-color:#faac1e1a}.divide-secondary-600\/20>:not([hidden])~:not([hidden]){border-color:#faac1e33}.divide-secondary-600\/25>:not([hidden])~:not([hidden]){border-color:#faac1e40}.divide-secondary-600\/30>:not([hidden])~:not([hidden]){border-color:#faac1e4d}.divide-secondary-600\/40>:not([hidden])~:not([hidden]){border-color:#faac1e66}.divide-secondary-600\/50>:not([hidden])~:not([hidden]){border-color:#faac1e80}.divide-secondary-600\/60>:not([hidden])~:not([hidden]){border-color:#faac1e99}.divide-secondary-600\/70>:not([hidden])~:not([hidden]){border-color:#faac1eb3}.divide-secondary-600\/75>:not([hidden])~:not([hidden]){border-color:#faac1ebf}.divide-secondary-600\/80>:not([hidden])~:not([hidden]){border-color:#faac1ecc}.divide-secondary-600\/90>:not([hidden])~:not([hidden]){border-color:#faac1ee6}.divide-secondary-600\/95>:not([hidden])~:not([hidden]){border-color:#faac1ef2}.divide-secondary-600\/100>:not([hidden])~:not([hidden]){border-color:#faac1e}.divide-secondary-700\/0>:not([hidden])~:not([hidden]){border-color:#df991a00}.divide-secondary-700\/5>:not([hidden])~:not([hidden]){border-color:#df991a0d}.divide-secondary-700\/10>:not([hidden])~:not([hidden]){border-color:#df991a1a}.divide-secondary-700\/20>:not([hidden])~:not([hidden]){border-color:#df991a33}.divide-secondary-700\/25>:not([hidden])~:not([hidden]){border-color:#df991a40}.divide-secondary-700\/30>:not([hidden])~:not([hidden]){border-color:#df991a4d}.divide-secondary-700\/40>:not([hidden])~:not([hidden]){border-color:#df991a66}.divide-secondary-700\/50>:not([hidden])~:not([hidden]){border-color:#df991a80}.divide-secondary-700\/60>:not([hidden])~:not([hidden]){border-color:#df991a99}.divide-secondary-700\/70>:not([hidden])~:not([hidden]){border-color:#df991ab3}.divide-secondary-700\/75>:not([hidden])~:not([hidden]){border-color:#df991abf}.divide-secondary-700\/80>:not([hidden])~:not([hidden]){border-color:#df991acc}.divide-secondary-700\/90>:not([hidden])~:not([hidden]){border-color:#df991ae6}.divide-secondary-700\/95>:not([hidden])~:not([hidden]){border-color:#df991af2}.divide-secondary-700\/100>:not([hidden])~:not([hidden]){border-color:#df991a}.divide-secondary-800\/0>:not([hidden])~:not([hidden]){border-color:#c1851700}.divide-secondary-800\/5>:not([hidden])~:not([hidden]){border-color:#c185170d}.divide-secondary-800\/10>:not([hidden])~:not([hidden]){border-color:#c185171a}.divide-secondary-800\/20>:not([hidden])~:not([hidden]){border-color:#c1851733}.divide-secondary-800\/25>:not([hidden])~:not([hidden]){border-color:#c1851740}.divide-secondary-800\/30>:not([hidden])~:not([hidden]){border-color:#c185174d}.divide-secondary-800\/40>:not([hidden])~:not([hidden]){border-color:#c1851766}.divide-secondary-800\/50>:not([hidden])~:not([hidden]){border-color:#c1851780}.divide-secondary-800\/60>:not([hidden])~:not([hidden]){border-color:#c1851799}.divide-secondary-800\/70>:not([hidden])~:not([hidden]){border-color:#c18517b3}.divide-secondary-800\/75>:not([hidden])~:not([hidden]){border-color:#c18517bf}.divide-secondary-800\/80>:not([hidden])~:not([hidden]){border-color:#c18517cc}.divide-secondary-800\/90>:not([hidden])~:not([hidden]){border-color:#c18517e6}.divide-secondary-800\/95>:not([hidden])~:not([hidden]){border-color:#c18517f2}.divide-secondary-800\/100>:not([hidden])~:not([hidden]){border-color:#c18517}.divide-secondary-900\/0>:not([hidden])~:not([hidden]){border-color:#9e6c1200}.divide-secondary-900\/5>:not([hidden])~:not([hidden]){border-color:#9e6c120d}.divide-secondary-900\/10>:not([hidden])~:not([hidden]){border-color:#9e6c121a}.divide-secondary-900\/20>:not([hidden])~:not([hidden]){border-color:#9e6c1233}.divide-secondary-900\/25>:not([hidden])~:not([hidden]){border-color:#9e6c1240}.divide-secondary-900\/30>:not([hidden])~:not([hidden]){border-color:#9e6c124d}.divide-secondary-900\/40>:not([hidden])~:not([hidden]){border-color:#9e6c1266}.divide-secondary-900\/50>:not([hidden])~:not([hidden]){border-color:#9e6c1280}.divide-secondary-900\/60>:not([hidden])~:not([hidden]){border-color:#9e6c1299}.divide-secondary-900\/70>:not([hidden])~:not([hidden]){border-color:#9e6c12b3}.divide-secondary-900\/75>:not([hidden])~:not([hidden]){border-color:#9e6c12bf}.divide-secondary-900\/80>:not([hidden])~:not([hidden]){border-color:#9e6c12cc}.divide-secondary-900\/90>:not([hidden])~:not([hidden]){border-color:#9e6c12e6}.divide-secondary-900\/95>:not([hidden])~:not([hidden]){border-color:#9e6c12f2}.divide-secondary-900\/100>:not([hidden])~:not([hidden]){border-color:#9e6c12}.divide-secondary-1000\/0>:not([hidden])~:not([hidden]){border-color:#6f4c0d00}.divide-secondary-1000\/5>:not([hidden])~:not([hidden]){border-color:#6f4c0d0d}.divide-secondary-1000\/10>:not([hidden])~:not([hidden]){border-color:#6f4c0d1a}.divide-secondary-1000\/20>:not([hidden])~:not([hidden]){border-color:#6f4c0d33}.divide-secondary-1000\/25>:not([hidden])~:not([hidden]){border-color:#6f4c0d40}.divide-secondary-1000\/30>:not([hidden])~:not([hidden]){border-color:#6f4c0d4d}.divide-secondary-1000\/40>:not([hidden])~:not([hidden]){border-color:#6f4c0d66}.divide-secondary-1000\/50>:not([hidden])~:not([hidden]){border-color:#6f4c0d80}.divide-secondary-1000\/60>:not([hidden])~:not([hidden]){border-color:#6f4c0d99}.divide-secondary-1000\/70>:not([hidden])~:not([hidden]){border-color:#6f4c0db3}.divide-secondary-1000\/75>:not([hidden])~:not([hidden]){border-color:#6f4c0dbf}.divide-secondary-1000\/80>:not([hidden])~:not([hidden]){border-color:#6f4c0dcc}.divide-secondary-1000\/90>:not([hidden])~:not([hidden]){border-color:#6f4c0de6}.divide-secondary-1000\/95>:not([hidden])~:not([hidden]){border-color:#6f4c0df2}.divide-secondary-1000\/100>:not([hidden])~:not([hidden]){border-color:#6f4c0d}.divide-grey-100\/0>:not([hidden])~:not([hidden]){border-color:#f2f3f400}.divide-grey-100\/5>:not([hidden])~:not([hidden]){border-color:#f2f3f40d}.divide-grey-100\/10>:not([hidden])~:not([hidden]){border-color:#f2f3f41a}.divide-grey-100\/20>:not([hidden])~:not([hidden]){border-color:#f2f3f433}.divide-grey-100\/25>:not([hidden])~:not([hidden]){border-color:#f2f3f440}.divide-grey-100\/30>:not([hidden])~:not([hidden]){border-color:#f2f3f44d}.divide-grey-100\/40>:not([hidden])~:not([hidden]){border-color:#f2f3f466}.divide-grey-100\/50>:not([hidden])~:not([hidden]){border-color:#f2f3f480}.divide-grey-100\/60>:not([hidden])~:not([hidden]){border-color:#f2f3f499}.divide-grey-100\/70>:not([hidden])~:not([hidden]){border-color:#f2f3f4b3}.divide-grey-100\/75>:not([hidden])~:not([hidden]){border-color:#f2f3f4bf}.divide-grey-100\/80>:not([hidden])~:not([hidden]){border-color:#f2f3f4cc}.divide-grey-100\/90>:not([hidden])~:not([hidden]){border-color:#f2f3f4e6}.divide-grey-100\/95>:not([hidden])~:not([hidden]){border-color:#f2f3f4f2}.divide-grey-100\/100>:not([hidden])~:not([hidden]){border-color:#f2f3f4}.divide-grey-200\/0>:not([hidden])~:not([hidden]){border-color:#e6e7e800}.divide-grey-200\/5>:not([hidden])~:not([hidden]){border-color:#e6e7e80d}.divide-grey-200\/10>:not([hidden])~:not([hidden]){border-color:#e6e7e81a}.divide-grey-200\/20>:not([hidden])~:not([hidden]){border-color:#e6e7e833}.divide-grey-200\/25>:not([hidden])~:not([hidden]){border-color:#e6e7e840}.divide-grey-200\/30>:not([hidden])~:not([hidden]){border-color:#e6e7e84d}.divide-grey-200\/40>:not([hidden])~:not([hidden]){border-color:#e6e7e866}.divide-grey-200\/50>:not([hidden])~:not([hidden]){border-color:#e6e7e880}.divide-grey-200\/60>:not([hidden])~:not([hidden]){border-color:#e6e7e899}.divide-grey-200\/70>:not([hidden])~:not([hidden]){border-color:#e6e7e8b3}.divide-grey-200\/75>:not([hidden])~:not([hidden]){border-color:#e6e7e8bf}.divide-grey-200\/80>:not([hidden])~:not([hidden]){border-color:#e6e7e8cc}.divide-grey-200\/90>:not([hidden])~:not([hidden]){border-color:#e6e7e8e6}.divide-grey-200\/95>:not([hidden])~:not([hidden]){border-color:#e6e7e8f2}.divide-grey-200\/100>:not([hidden])~:not([hidden]){border-color:#e6e7e8}.divide-grey-300\/0>:not([hidden])~:not([hidden]){border-color:#caccd000}.divide-grey-300\/5>:not([hidden])~:not([hidden]){border-color:#caccd00d}.divide-grey-300\/10>:not([hidden])~:not([hidden]){border-color:#caccd01a}.divide-grey-300\/20>:not([hidden])~:not([hidden]){border-color:#caccd033}.divide-grey-300\/25>:not([hidden])~:not([hidden]){border-color:#caccd040}.divide-grey-300\/30>:not([hidden])~:not([hidden]){border-color:#caccd04d}.divide-grey-300\/40>:not([hidden])~:not([hidden]){border-color:#caccd066}.divide-grey-300\/50>:not([hidden])~:not([hidden]){border-color:#caccd080}.divide-grey-300\/60>:not([hidden])~:not([hidden]){border-color:#caccd099}.divide-grey-300\/70>:not([hidden])~:not([hidden]){border-color:#caccd0b3}.divide-grey-300\/75>:not([hidden])~:not([hidden]){border-color:#caccd0bf}.divide-grey-300\/80>:not([hidden])~:not([hidden]){border-color:#caccd0cc}.divide-grey-300\/90>:not([hidden])~:not([hidden]){border-color:#caccd0e6}.divide-grey-300\/95>:not([hidden])~:not([hidden]){border-color:#caccd0f2}.divide-grey-300\/100>:not([hidden])~:not([hidden]){border-color:#caccd0}.divide-grey-400\/0>:not([hidden])~:not([hidden]){border-color:#aaaeb400}.divide-grey-400\/5>:not([hidden])~:not([hidden]){border-color:#aaaeb40d}.divide-grey-400\/10>:not([hidden])~:not([hidden]){border-color:#aaaeb41a}.divide-grey-400\/20>:not([hidden])~:not([hidden]){border-color:#aaaeb433}.divide-grey-400\/25>:not([hidden])~:not([hidden]){border-color:#aaaeb440}.divide-grey-400\/30>:not([hidden])~:not([hidden]){border-color:#aaaeb44d}.divide-grey-400\/40>:not([hidden])~:not([hidden]){border-color:#aaaeb466}.divide-grey-400\/50>:not([hidden])~:not([hidden]){border-color:#aaaeb480}.divide-grey-400\/60>:not([hidden])~:not([hidden]){border-color:#aaaeb499}.divide-grey-400\/70>:not([hidden])~:not([hidden]){border-color:#aaaeb4b3}.divide-grey-400\/75>:not([hidden])~:not([hidden]){border-color:#aaaeb4bf}.divide-grey-400\/80>:not([hidden])~:not([hidden]){border-color:#aaaeb4cc}.divide-grey-400\/90>:not([hidden])~:not([hidden]){border-color:#aaaeb4e6}.divide-grey-400\/95>:not([hidden])~:not([hidden]){border-color:#aaaeb4f2}.divide-grey-400\/100>:not([hidden])~:not([hidden]){border-color:#aaaeb4}.divide-grey-500\/0>:not([hidden])~:not([hidden]){border-color:#82899300}.divide-grey-500\/5>:not([hidden])~:not([hidden]){border-color:#8289930d}.divide-grey-500\/10>:not([hidden])~:not([hidden]){border-color:#8289931a}.divide-grey-500\/20>:not([hidden])~:not([hidden]){border-color:#82899333}.divide-grey-500\/25>:not([hidden])~:not([hidden]){border-color:#82899340}.divide-grey-500\/30>:not([hidden])~:not([hidden]){border-color:#8289934d}.divide-grey-500\/40>:not([hidden])~:not([hidden]){border-color:#82899366}.divide-grey-500\/50>:not([hidden])~:not([hidden]){border-color:#82899380}.divide-grey-500\/60>:not([hidden])~:not([hidden]){border-color:#82899399}.divide-grey-500\/70>:not([hidden])~:not([hidden]){border-color:#828993b3}.divide-grey-500\/75>:not([hidden])~:not([hidden]){border-color:#828993bf}.divide-grey-500\/80>:not([hidden])~:not([hidden]){border-color:#828993cc}.divide-grey-500\/90>:not([hidden])~:not([hidden]){border-color:#828993e6}.divide-grey-500\/95>:not([hidden])~:not([hidden]){border-color:#828993f2}.divide-grey-500\/100>:not([hidden])~:not([hidden]){border-color:#828993}.divide-grey-600\/0>:not([hidden])~:not([hidden]){border-color:#47556900}.divide-grey-600\/5>:not([hidden])~:not([hidden]){border-color:#4755690d}.divide-grey-600\/10>:not([hidden])~:not([hidden]){border-color:#4755691a}.divide-grey-600\/20>:not([hidden])~:not([hidden]){border-color:#47556933}.divide-grey-600\/25>:not([hidden])~:not([hidden]){border-color:#47556940}.divide-grey-600\/30>:not([hidden])~:not([hidden]){border-color:#4755694d}.divide-grey-600\/40>:not([hidden])~:not([hidden]){border-color:#47556966}.divide-grey-600\/50>:not([hidden])~:not([hidden]){border-color:#47556980}.divide-grey-600\/60>:not([hidden])~:not([hidden]){border-color:#47556999}.divide-grey-600\/70>:not([hidden])~:not([hidden]){border-color:#475569b3}.divide-grey-600\/75>:not([hidden])~:not([hidden]){border-color:#475569bf}.divide-grey-600\/80>:not([hidden])~:not([hidden]){border-color:#475569cc}.divide-grey-600\/90>:not([hidden])~:not([hidden]){border-color:#475569e6}.divide-grey-600\/95>:not([hidden])~:not([hidden]){border-color:#475569f2}.divide-grey-600\/100>:not([hidden])~:not([hidden]){border-color:#475569}.divide-grey-700\/0>:not([hidden])~:not([hidden]){border-color:#3f4c5d00}.divide-grey-700\/5>:not([hidden])~:not([hidden]){border-color:#3f4c5d0d}.divide-grey-700\/10>:not([hidden])~:not([hidden]){border-color:#3f4c5d1a}.divide-grey-700\/20>:not([hidden])~:not([hidden]){border-color:#3f4c5d33}.divide-grey-700\/25>:not([hidden])~:not([hidden]){border-color:#3f4c5d40}.divide-grey-700\/30>:not([hidden])~:not([hidden]){border-color:#3f4c5d4d}.divide-grey-700\/40>:not([hidden])~:not([hidden]){border-color:#3f4c5d66}.divide-grey-700\/50>:not([hidden])~:not([hidden]){border-color:#3f4c5d80}.divide-grey-700\/60>:not([hidden])~:not([hidden]){border-color:#3f4c5d99}.divide-grey-700\/70>:not([hidden])~:not([hidden]){border-color:#3f4c5db3}.divide-grey-700\/75>:not([hidden])~:not([hidden]){border-color:#3f4c5dbf}.divide-grey-700\/80>:not([hidden])~:not([hidden]){border-color:#3f4c5dcc}.divide-grey-700\/90>:not([hidden])~:not([hidden]){border-color:#3f4c5de6}.divide-grey-700\/95>:not([hidden])~:not([hidden]){border-color:#3f4c5df2}.divide-grey-700\/100>:not([hidden])~:not([hidden]){border-color:#3f4c5d}.divide-grey-800\/0>:not([hidden])~:not([hidden]){border-color:#36415100}.divide-grey-800\/5>:not([hidden])~:not([hidden]){border-color:#3641510d}.divide-grey-800\/10>:not([hidden])~:not([hidden]){border-color:#3641511a}.divide-grey-800\/20>:not([hidden])~:not([hidden]){border-color:#36415133}.divide-grey-800\/25>:not([hidden])~:not([hidden]){border-color:#36415140}.divide-grey-800\/30>:not([hidden])~:not([hidden]){border-color:#3641514d}.divide-grey-800\/40>:not([hidden])~:not([hidden]){border-color:#36415166}.divide-grey-800\/50>:not([hidden])~:not([hidden]){border-color:#36415180}.divide-grey-800\/60>:not([hidden])~:not([hidden]){border-color:#36415199}.divide-grey-800\/70>:not([hidden])~:not([hidden]){border-color:#364151b3}.divide-grey-800\/75>:not([hidden])~:not([hidden]){border-color:#364151bf}.divide-grey-800\/80>:not([hidden])~:not([hidden]){border-color:#364151cc}.divide-grey-800\/90>:not([hidden])~:not([hidden]){border-color:#364151e6}.divide-grey-800\/95>:not([hidden])~:not([hidden]){border-color:#364151f2}.divide-grey-800\/100>:not([hidden])~:not([hidden]){border-color:#364151}.divide-grey-900\/0>:not([hidden])~:not([hidden]){border-color:#2c354200}.divide-grey-900\/5>:not([hidden])~:not([hidden]){border-color:#2c35420d}.divide-grey-900\/10>:not([hidden])~:not([hidden]){border-color:#2c35421a}.divide-grey-900\/20>:not([hidden])~:not([hidden]){border-color:#2c354233}.divide-grey-900\/25>:not([hidden])~:not([hidden]){border-color:#2c354240}.divide-grey-900\/30>:not([hidden])~:not([hidden]){border-color:#2c35424d}.divide-grey-900\/40>:not([hidden])~:not([hidden]){border-color:#2c354266}.divide-grey-900\/50>:not([hidden])~:not([hidden]){border-color:#2c354280}.divide-grey-900\/60>:not([hidden])~:not([hidden]){border-color:#2c354299}.divide-grey-900\/70>:not([hidden])~:not([hidden]){border-color:#2c3542b3}.divide-grey-900\/75>:not([hidden])~:not([hidden]){border-color:#2c3542bf}.divide-grey-900\/80>:not([hidden])~:not([hidden]){border-color:#2c3542cc}.divide-grey-900\/90>:not([hidden])~:not([hidden]){border-color:#2c3542e6}.divide-grey-900\/95>:not([hidden])~:not([hidden]){border-color:#2c3542f2}.divide-grey-900\/100>:not([hidden])~:not([hidden]){border-color:#2c3542}.divide-grey-1000\/0>:not([hidden])~:not([hidden]){border-color:#1f262e00}.divide-grey-1000\/5>:not([hidden])~:not([hidden]){border-color:#1f262e0d}.divide-grey-1000\/10>:not([hidden])~:not([hidden]){border-color:#1f262e1a}.divide-grey-1000\/20>:not([hidden])~:not([hidden]){border-color:#1f262e33}.divide-grey-1000\/25>:not([hidden])~:not([hidden]){border-color:#1f262e40}.divide-grey-1000\/30>:not([hidden])~:not([hidden]){border-color:#1f262e4d}.divide-grey-1000\/40>:not([hidden])~:not([hidden]){border-color:#1f262e66}.divide-grey-1000\/50>:not([hidden])~:not([hidden]){border-color:#1f262e80}.divide-grey-1000\/60>:not([hidden])~:not([hidden]){border-color:#1f262e99}.divide-grey-1000\/70>:not([hidden])~:not([hidden]){border-color:#1f262eb3}.divide-grey-1000\/75>:not([hidden])~:not([hidden]){border-color:#1f262ebf}.divide-grey-1000\/80>:not([hidden])~:not([hidden]){border-color:#1f262ecc}.divide-grey-1000\/90>:not([hidden])~:not([hidden]){border-color:#1f262ee6}.divide-grey-1000\/95>:not([hidden])~:not([hidden]){border-color:#1f262ef2}.divide-grey-1000\/100>:not([hidden])~:not([hidden]){border-color:#1f262e}.divide-green-1000\/0>:not([hidden])~:not([hidden]){border-color:#175e4400}.divide-green-1000\/5>:not([hidden])~:not([hidden]){border-color:#175e440d}.divide-green-1000\/10>:not([hidden])~:not([hidden]){border-color:#175e441a}.divide-green-1000\/20>:not([hidden])~:not([hidden]){border-color:#175e4433}.divide-green-1000\/25>:not([hidden])~:not([hidden]){border-color:#175e4440}.divide-green-1000\/30>:not([hidden])~:not([hidden]){border-color:#175e444d}.divide-green-1000\/40>:not([hidden])~:not([hidden]){border-color:#175e4466}.divide-green-1000\/50>:not([hidden])~:not([hidden]){border-color:#175e4480}.divide-green-1000\/60>:not([hidden])~:not([hidden]){border-color:#175e4499}.divide-green-1000\/70>:not([hidden])~:not([hidden]){border-color:#175e44b3}.divide-green-1000\/75>:not([hidden])~:not([hidden]){border-color:#175e44bf}.divide-green-1000\/80>:not([hidden])~:not([hidden]){border-color:#175e44cc}.divide-green-1000\/90>:not([hidden])~:not([hidden]){border-color:#175e44e6}.divide-green-1000\/95>:not([hidden])~:not([hidden]){border-color:#175e44f2}.divide-green-1000\/100>:not([hidden])~:not([hidden]){border-color:#175e44}.divide-blue-1000\/0>:not([hidden])~:not([hidden]){border-color:#102c6900}.divide-blue-1000\/5>:not([hidden])~:not([hidden]){border-color:#102c690d}.divide-blue-1000\/10>:not([hidden])~:not([hidden]){border-color:#102c691a}.divide-blue-1000\/20>:not([hidden])~:not([hidden]){border-color:#102c6933}.divide-blue-1000\/25>:not([hidden])~:not([hidden]){border-color:#102c6940}.divide-blue-1000\/30>:not([hidden])~:not([hidden]){border-color:#102c694d}.divide-blue-1000\/40>:not([hidden])~:not([hidden]){border-color:#102c6966}.divide-blue-1000\/50>:not([hidden])~:not([hidden]){border-color:#102c6980}.divide-blue-1000\/60>:not([hidden])~:not([hidden]){border-color:#102c6999}.divide-blue-1000\/70>:not([hidden])~:not([hidden]){border-color:#102c69b3}.divide-blue-1000\/75>:not([hidden])~:not([hidden]){border-color:#102c69bf}.divide-blue-1000\/80>:not([hidden])~:not([hidden]){border-color:#102c69cc}.divide-blue-1000\/90>:not([hidden])~:not([hidden]){border-color:#102c69e6}.divide-blue-1000\/95>:not([hidden])~:not([hidden]){border-color:#102c69f2}.divide-blue-1000\/100>:not([hidden])~:not([hidden]){border-color:#102c69}.divide-orange-1000\/0>:not([hidden])~:not([hidden]){border-color:#68270500}.divide-orange-1000\/5>:not([hidden])~:not([hidden]){border-color:#6827050d}.divide-orange-1000\/10>:not([hidden])~:not([hidden]){border-color:#6827051a}.divide-orange-1000\/20>:not([hidden])~:not([hidden]){border-color:#68270533}.divide-orange-1000\/25>:not([hidden])~:not([hidden]){border-color:#68270540}.divide-orange-1000\/30>:not([hidden])~:not([hidden]){border-color:#6827054d}.divide-orange-1000\/40>:not([hidden])~:not([hidden]){border-color:#68270566}.divide-orange-1000\/50>:not([hidden])~:not([hidden]){border-color:#68270580}.divide-orange-1000\/60>:not([hidden])~:not([hidden]){border-color:#68270599}.divide-orange-1000\/70>:not([hidden])~:not([hidden]){border-color:#682705b3}.divide-orange-1000\/75>:not([hidden])~:not([hidden]){border-color:#682705bf}.divide-orange-1000\/80>:not([hidden])~:not([hidden]){border-color:#682705cc}.divide-orange-1000\/90>:not([hidden])~:not([hidden]){border-color:#682705e6}.divide-orange-1000\/95>:not([hidden])~:not([hidden]){border-color:#682705f2}.divide-orange-1000\/100>:not([hidden])~:not([hidden]){border-color:#682705}.divide-red-1000\/0>:not([hidden])~:not([hidden]){border-color:#62101000}.divide-red-1000\/5>:not([hidden])~:not([hidden]){border-color:#6210100d}.divide-red-1000\/10>:not([hidden])~:not([hidden]){border-color:#6210101a}.divide-red-1000\/20>:not([hidden])~:not([hidden]){border-color:#62101033}.divide-red-1000\/25>:not([hidden])~:not([hidden]){border-color:#62101040}.divide-red-1000\/30>:not([hidden])~:not([hidden]){border-color:#6210104d}.divide-red-1000\/40>:not([hidden])~:not([hidden]){border-color:#62101066}.divide-red-1000\/50>:not([hidden])~:not([hidden]){border-color:#62101080}.divide-red-1000\/60>:not([hidden])~:not([hidden]){border-color:#62101099}.divide-red-1000\/70>:not([hidden])~:not([hidden]){border-color:#621010b3}.divide-red-1000\/75>:not([hidden])~:not([hidden]){border-color:#621010bf}.divide-red-1000\/80>:not([hidden])~:not([hidden]){border-color:#621010cc}.divide-red-1000\/90>:not([hidden])~:not([hidden]){border-color:#621010e6}.divide-red-1000\/95>:not([hidden])~:not([hidden]){border-color:#621010f2}.divide-red-1000\/100>:not([hidden])~:not([hidden]){border-color:#621010}.divide-primary\/0>:not([hidden])~:not([hidden]){border-color:#a78bfa00}.divide-primary\/5>:not([hidden])~:not([hidden]){border-color:#a78bfa0d}.divide-primary\/10>:not([hidden])~:not([hidden]){border-color:#a78bfa1a}.divide-primary\/20>:not([hidden])~:not([hidden]){border-color:#a78bfa33}.divide-primary\/25>:not([hidden])~:not([hidden]){border-color:#a78bfa40}.divide-primary\/30>:not([hidden])~:not([hidden]){border-color:#a78bfa4d}.divide-primary\/40>:not([hidden])~:not([hidden]){border-color:#a78bfa66}.divide-primary\/50>:not([hidden])~:not([hidden]){border-color:#a78bfa80}.divide-primary\/60>:not([hidden])~:not([hidden]){border-color:#a78bfa99}.divide-primary\/70>:not([hidden])~:not([hidden]){border-color:#a78bfab3}.divide-primary\/75>:not([hidden])~:not([hidden]){border-color:#a78bfabf}.divide-primary\/80>:not([hidden])~:not([hidden]){border-color:#a78bfacc}.divide-primary\/90>:not([hidden])~:not([hidden]){border-color:#a78bfae6}.divide-primary\/95>:not([hidden])~:not([hidden]){border-color:#a78bfaf2}.divide-primary\/100>:not([hidden])~:not([hidden]){border-color:#a78bfa}.divide-primary-light\/0>:not([hidden])~:not([hidden]){border-color:#f7f5fe00}.divide-primary-light\/5>:not([hidden])~:not([hidden]){border-color:#f7f5fe0d}.divide-primary-light\/10>:not([hidden])~:not([hidden]){border-color:#f7f5fe1a}.divide-primary-light\/20>:not([hidden])~:not([hidden]){border-color:#f7f5fe33}.divide-primary-light\/25>:not([hidden])~:not([hidden]){border-color:#f7f5fe40}.divide-primary-light\/30>:not([hidden])~:not([hidden]){border-color:#f7f5fe4d}.divide-primary-light\/40>:not([hidden])~:not([hidden]){border-color:#f7f5fe66}.divide-primary-light\/50>:not([hidden])~:not([hidden]){border-color:#f7f5fe80}.divide-primary-light\/60>:not([hidden])~:not([hidden]){border-color:#f7f5fe99}.divide-primary-light\/70>:not([hidden])~:not([hidden]){border-color:#f7f5feb3}.divide-primary-light\/75>:not([hidden])~:not([hidden]){border-color:#f7f5febf}.divide-primary-light\/80>:not([hidden])~:not([hidden]){border-color:#f7f5fecc}.divide-primary-light\/90>:not([hidden])~:not([hidden]){border-color:#f7f5fee6}.divide-primary-light\/95>:not([hidden])~:not([hidden]){border-color:#f7f5fef2}.divide-primary-light\/100>:not([hidden])~:not([hidden]){border-color:#f7f5fe}.divide-primary-dark\/0>:not([hidden])~:not([hidden]){border-color:#69579e00}.divide-primary-dark\/5>:not([hidden])~:not([hidden]){border-color:#69579e0d}.divide-primary-dark\/10>:not([hidden])~:not([hidden]){border-color:#69579e1a}.divide-primary-dark\/20>:not([hidden])~:not([hidden]){border-color:#69579e33}.divide-primary-dark\/25>:not([hidden])~:not([hidden]){border-color:#69579e40}.divide-primary-dark\/30>:not([hidden])~:not([hidden]){border-color:#69579e4d}.divide-primary-dark\/40>:not([hidden])~:not([hidden]){border-color:#69579e66}.divide-primary-dark\/50>:not([hidden])~:not([hidden]){border-color:#69579e80}.divide-primary-dark\/60>:not([hidden])~:not([hidden]){border-color:#69579e99}.divide-primary-dark\/70>:not([hidden])~:not([hidden]){border-color:#69579eb3}.divide-primary-dark\/75>:not([hidden])~:not([hidden]){border-color:#69579ebf}.divide-primary-dark\/80>:not([hidden])~:not([hidden]){border-color:#69579ecc}.divide-primary-dark\/90>:not([hidden])~:not([hidden]){border-color:#69579ee6}.divide-primary-dark\/95>:not([hidden])~:not([hidden]){border-color:#69579ef2}.divide-primary-dark\/100>:not([hidden])~:not([hidden]){border-color:#69579e}.divide-info\/0>:not([hidden])~:not([hidden]){border-color:#7690ef00}.divide-info\/5>:not([hidden])~:not([hidden]){border-color:#7690ef0d}.divide-info\/10>:not([hidden])~:not([hidden]){border-color:#7690ef1a}.divide-info\/20>:not([hidden])~:not([hidden]){border-color:#7690ef33}.divide-info\/25>:not([hidden])~:not([hidden]){border-color:#7690ef40}.divide-info\/30>:not([hidden])~:not([hidden]){border-color:#7690ef4d}.divide-info\/40>:not([hidden])~:not([hidden]){border-color:#7690ef66}.divide-info\/50>:not([hidden])~:not([hidden]){border-color:#7690ef80}.divide-info\/60>:not([hidden])~:not([hidden]){border-color:#7690ef99}.divide-info\/70>:not([hidden])~:not([hidden]){border-color:#7690efb3}.divide-info\/75>:not([hidden])~:not([hidden]){border-color:#7690efbf}.divide-info\/80>:not([hidden])~:not([hidden]){border-color:#7690efcc}.divide-info\/90>:not([hidden])~:not([hidden]){border-color:#7690efe6}.divide-info\/95>:not([hidden])~:not([hidden]){border-color:#7690eff2}.divide-info\/100>:not([hidden])~:not([hidden]){border-color:#7690ef}.divide-info-light\/0>:not([hidden])~:not([hidden]){border-color:#f2f3fd00}.divide-info-light\/5>:not([hidden])~:not([hidden]){border-color:#f2f3fd0d}.divide-info-light\/10>:not([hidden])~:not([hidden]){border-color:#f2f3fd1a}.divide-info-light\/20>:not([hidden])~:not([hidden]){border-color:#f2f3fd33}.divide-info-light\/25>:not([hidden])~:not([hidden]){border-color:#f2f3fd40}.divide-info-light\/30>:not([hidden])~:not([hidden]){border-color:#f2f3fd4d}.divide-info-light\/40>:not([hidden])~:not([hidden]){border-color:#f2f3fd66}.divide-info-light\/50>:not([hidden])~:not([hidden]){border-color:#f2f3fd80}.divide-info-light\/60>:not([hidden])~:not([hidden]){border-color:#f2f3fd99}.divide-info-light\/70>:not([hidden])~:not([hidden]){border-color:#f2f3fdb3}.divide-info-light\/75>:not([hidden])~:not([hidden]){border-color:#f2f3fdbf}.divide-info-light\/80>:not([hidden])~:not([hidden]){border-color:#f2f3fdcc}.divide-info-light\/90>:not([hidden])~:not([hidden]){border-color:#f2f3fde6}.divide-info-light\/95>:not([hidden])~:not([hidden]){border-color:#f2f3fdf2}.divide-info-light\/100>:not([hidden])~:not([hidden]){border-color:#f2f3fd}.divide-info-dark\/0>:not([hidden])~:not([hidden]){border-color:#2158d200}.divide-info-dark\/5>:not([hidden])~:not([hidden]){border-color:#2158d20d}.divide-info-dark\/10>:not([hidden])~:not([hidden]){border-color:#2158d21a}.divide-info-dark\/20>:not([hidden])~:not([hidden]){border-color:#2158d233}.divide-info-dark\/25>:not([hidden])~:not([hidden]){border-color:#2158d240}.divide-info-dark\/30>:not([hidden])~:not([hidden]){border-color:#2158d24d}.divide-info-dark\/40>:not([hidden])~:not([hidden]){border-color:#2158d266}.divide-info-dark\/50>:not([hidden])~:not([hidden]){border-color:#2158d280}.divide-info-dark\/60>:not([hidden])~:not([hidden]){border-color:#2158d299}.divide-info-dark\/70>:not([hidden])~:not([hidden]){border-color:#2158d2b3}.divide-info-dark\/75>:not([hidden])~:not([hidden]){border-color:#2158d2bf}.divide-info-dark\/80>:not([hidden])~:not([hidden]){border-color:#2158d2cc}.divide-info-dark\/90>:not([hidden])~:not([hidden]){border-color:#2158d2e6}.divide-info-dark\/95>:not([hidden])~:not([hidden]){border-color:#2158d2f2}.divide-info-dark\/100>:not([hidden])~:not([hidden]){border-color:#2158d2}.divide-success\/0>:not([hidden])~:not([hidden]){border-color:#28a37600}.divide-success\/5>:not([hidden])~:not([hidden]){border-color:#28a3760d}.divide-success\/10>:not([hidden])~:not([hidden]){border-color:#28a3761a}.divide-success\/20>:not([hidden])~:not([hidden]){border-color:#28a37633}.divide-success\/25>:not([hidden])~:not([hidden]){border-color:#28a37640}.divide-success\/30>:not([hidden])~:not([hidden]){border-color:#28a3764d}.divide-success\/40>:not([hidden])~:not([hidden]){border-color:#28a37666}.divide-success\/50>:not([hidden])~:not([hidden]){border-color:#28a37680}.divide-success\/60>:not([hidden])~:not([hidden]){border-color:#28a37699}.divide-success\/70>:not([hidden])~:not([hidden]){border-color:#28a376b3}.divide-success\/75>:not([hidden])~:not([hidden]){border-color:#28a376bf}.divide-success\/80>:not([hidden])~:not([hidden]){border-color:#28a376cc}.divide-success\/90>:not([hidden])~:not([hidden]){border-color:#28a376e6}.divide-success\/95>:not([hidden])~:not([hidden]){border-color:#28a376f2}.divide-success\/100>:not([hidden])~:not([hidden]){border-color:#28a376}.divide-success-light\/0>:not([hidden])~:not([hidden]){border-color:#f2faf600}.divide-success-light\/5>:not([hidden])~:not([hidden]){border-color:#f2faf60d}.divide-success-light\/10>:not([hidden])~:not([hidden]){border-color:#f2faf61a}.divide-success-light\/20>:not([hidden])~:not([hidden]){border-color:#f2faf633}.divide-success-light\/25>:not([hidden])~:not([hidden]){border-color:#f2faf640}.divide-success-light\/30>:not([hidden])~:not([hidden]){border-color:#f2faf64d}.divide-success-light\/40>:not([hidden])~:not([hidden]){border-color:#f2faf666}.divide-success-light\/50>:not([hidden])~:not([hidden]){border-color:#f2faf680}.divide-success-light\/60>:not([hidden])~:not([hidden]){border-color:#f2faf699}.divide-success-light\/70>:not([hidden])~:not([hidden]){border-color:#f2faf6b3}.divide-success-light\/75>:not([hidden])~:not([hidden]){border-color:#f2faf6bf}.divide-success-light\/80>:not([hidden])~:not([hidden]){border-color:#f2faf6cc}.divide-success-light\/90>:not([hidden])~:not([hidden]){border-color:#f2faf6e6}.divide-success-light\/95>:not([hidden])~:not([hidden]){border-color:#f2faf6f2}.divide-success-light\/100>:not([hidden])~:not([hidden]){border-color:#f2faf6}.divide-success-dark\/0>:not([hidden])~:not([hidden]){border-color:#20856000}.divide-success-dark\/5>:not([hidden])~:not([hidden]){border-color:#2085600d}.divide-success-dark\/10>:not([hidden])~:not([hidden]){border-color:#2085601a}.divide-success-dark\/20>:not([hidden])~:not([hidden]){border-color:#20856033}.divide-success-dark\/25>:not([hidden])~:not([hidden]){border-color:#20856040}.divide-success-dark\/30>:not([hidden])~:not([hidden]){border-color:#2085604d}.divide-success-dark\/40>:not([hidden])~:not([hidden]){border-color:#20856066}.divide-success-dark\/50>:not([hidden])~:not([hidden]){border-color:#20856080}.divide-success-dark\/60>:not([hidden])~:not([hidden]){border-color:#20856099}.divide-success-dark\/70>:not([hidden])~:not([hidden]){border-color:#208560b3}.divide-success-dark\/75>:not([hidden])~:not([hidden]){border-color:#208560bf}.divide-success-dark\/80>:not([hidden])~:not([hidden]){border-color:#208560cc}.divide-success-dark\/90>:not([hidden])~:not([hidden]){border-color:#208560e6}.divide-success-dark\/95>:not([hidden])~:not([hidden]){border-color:#208560f2}.divide-success-dark\/100>:not([hidden])~:not([hidden]){border-color:#208560}.divide-warning\/0>:not([hidden])~:not([hidden]){border-color:#faac1e00}.divide-warning\/5>:not([hidden])~:not([hidden]){border-color:#faac1e0d}.divide-warning\/10>:not([hidden])~:not([hidden]){border-color:#faac1e1a}.divide-warning\/20>:not([hidden])~:not([hidden]){border-color:#faac1e33}.divide-warning\/25>:not([hidden])~:not([hidden]){border-color:#faac1e40}.divide-warning\/30>:not([hidden])~:not([hidden]){border-color:#faac1e4d}.divide-warning\/40>:not([hidden])~:not([hidden]){border-color:#faac1e66}.divide-warning\/50>:not([hidden])~:not([hidden]){border-color:#faac1e80}.divide-warning\/60>:not([hidden])~:not([hidden]){border-color:#faac1e99}.divide-warning\/70>:not([hidden])~:not([hidden]){border-color:#faac1eb3}.divide-warning\/75>:not([hidden])~:not([hidden]){border-color:#faac1ebf}.divide-warning\/80>:not([hidden])~:not([hidden]){border-color:#faac1ecc}.divide-warning\/90>:not([hidden])~:not([hidden]){border-color:#faac1ee6}.divide-warning\/95>:not([hidden])~:not([hidden]){border-color:#faac1ef2}.divide-warning\/100>:not([hidden])~:not([hidden]){border-color:#faac1e}.divide-warning-light\/0>:not([hidden])~:not([hidden]){border-color:#fef7f200}.divide-warning-light\/5>:not([hidden])~:not([hidden]){border-color:#fef7f20d}.divide-warning-light\/10>:not([hidden])~:not([hidden]){border-color:#fef7f21a}.divide-warning-light\/20>:not([hidden])~:not([hidden]){border-color:#fef7f233}.divide-warning-light\/25>:not([hidden])~:not([hidden]){border-color:#fef7f240}.divide-warning-light\/30>:not([hidden])~:not([hidden]){border-color:#fef7f24d}.divide-warning-light\/40>:not([hidden])~:not([hidden]){border-color:#fef7f266}.divide-warning-light\/50>:not([hidden])~:not([hidden]){border-color:#fef7f280}.divide-warning-light\/60>:not([hidden])~:not([hidden]){border-color:#fef7f299}.divide-warning-light\/70>:not([hidden])~:not([hidden]){border-color:#fef7f2b3}.divide-warning-light\/75>:not([hidden])~:not([hidden]){border-color:#fef7f2bf}.divide-warning-light\/80>:not([hidden])~:not([hidden]){border-color:#fef7f2cc}.divide-warning-light\/90>:not([hidden])~:not([hidden]){border-color:#fef7f2e6}.divide-warning-light\/95>:not([hidden])~:not([hidden]){border-color:#fef7f2f2}.divide-warning-light\/100>:not([hidden])~:not([hidden]){border-color:#fef7f2}.divide-warning-dark\/0>:not([hidden])~:not([hidden]){border-color:#9e6c1200}.divide-warning-dark\/5>:not([hidden])~:not([hidden]){border-color:#9e6c120d}.divide-warning-dark\/10>:not([hidden])~:not([hidden]){border-color:#9e6c121a}.divide-warning-dark\/20>:not([hidden])~:not([hidden]){border-color:#9e6c1233}.divide-warning-dark\/25>:not([hidden])~:not([hidden]){border-color:#9e6c1240}.divide-warning-dark\/30>:not([hidden])~:not([hidden]){border-color:#9e6c124d}.divide-warning-dark\/40>:not([hidden])~:not([hidden]){border-color:#9e6c1266}.divide-warning-dark\/50>:not([hidden])~:not([hidden]){border-color:#9e6c1280}.divide-warning-dark\/60>:not([hidden])~:not([hidden]){border-color:#9e6c1299}.divide-warning-dark\/70>:not([hidden])~:not([hidden]){border-color:#9e6c12b3}.divide-warning-dark\/75>:not([hidden])~:not([hidden]){border-color:#9e6c12bf}.divide-warning-dark\/80>:not([hidden])~:not([hidden]){border-color:#9e6c12cc}.divide-warning-dark\/90>:not([hidden])~:not([hidden]){border-color:#9e6c12e6}.divide-warning-dark\/95>:not([hidden])~:not([hidden]){border-color:#9e6c12f2}.divide-warning-dark\/100>:not([hidden])~:not([hidden]){border-color:#9e6c12}.divide-error\/0>:not([hidden])~:not([hidden]){border-color:#dc262600}.divide-error\/5>:not([hidden])~:not([hidden]){border-color:#dc26260d}.divide-error\/10>:not([hidden])~:not([hidden]){border-color:#dc26261a}.divide-error\/20>:not([hidden])~:not([hidden]){border-color:#dc262633}.divide-error\/25>:not([hidden])~:not([hidden]){border-color:#dc262640}.divide-error\/30>:not([hidden])~:not([hidden]){border-color:#dc26264d}.divide-error\/40>:not([hidden])~:not([hidden]){border-color:#dc262666}.divide-error\/50>:not([hidden])~:not([hidden]){border-color:#dc262680}.divide-error\/60>:not([hidden])~:not([hidden]){border-color:#dc262699}.divide-error\/70>:not([hidden])~:not([hidden]){border-color:#dc2626b3}.divide-error\/75>:not([hidden])~:not([hidden]){border-color:#dc2626bf}.divide-error\/80>:not([hidden])~:not([hidden]){border-color:#dc2626cc}.divide-error\/90>:not([hidden])~:not([hidden]){border-color:#dc2626e6}.divide-error\/95>:not([hidden])~:not([hidden]){border-color:#dc2626f2}.divide-error\/100>:not([hidden])~:not([hidden]){border-color:#dc2626}.divide-error-light\/0>:not([hidden])~:not([hidden]){border-color:#fbf2f200}.divide-error-light\/5>:not([hidden])~:not([hidden]){border-color:#fbf2f20d}.divide-error-light\/10>:not([hidden])~:not([hidden]){border-color:#fbf2f21a}.divide-error-light\/20>:not([hidden])~:not([hidden]){border-color:#fbf2f233}.divide-error-light\/25>:not([hidden])~:not([hidden]){border-color:#fbf2f240}.divide-error-light\/30>:not([hidden])~:not([hidden]){border-color:#fbf2f24d}.divide-error-light\/40>:not([hidden])~:not([hidden]){border-color:#fbf2f266}.divide-error-light\/50>:not([hidden])~:not([hidden]){border-color:#fbf2f280}.divide-error-light\/60>:not([hidden])~:not([hidden]){border-color:#fbf2f299}.divide-error-light\/70>:not([hidden])~:not([hidden]){border-color:#fbf2f2b3}.divide-error-light\/75>:not([hidden])~:not([hidden]){border-color:#fbf2f2bf}.divide-error-light\/80>:not([hidden])~:not([hidden]){border-color:#fbf2f2cc}.divide-error-light\/90>:not([hidden])~:not([hidden]){border-color:#fbf2f2e6}.divide-error-light\/95>:not([hidden])~:not([hidden]){border-color:#fbf2f2f2}.divide-error-light\/100>:not([hidden])~:not([hidden]){border-color:#fbf2f2}.divide-error-dark\/0>:not([hidden])~:not([hidden]){border-color:#c4212100}.divide-error-dark\/5>:not([hidden])~:not([hidden]){border-color:#c421210d}.divide-error-dark\/10>:not([hidden])~:not([hidden]){border-color:#c421211a}.divide-error-dark\/20>:not([hidden])~:not([hidden]){border-color:#c4212133}.divide-error-dark\/25>:not([hidden])~:not([hidden]){border-color:#c4212140}.divide-error-dark\/30>:not([hidden])~:not([hidden]){border-color:#c421214d}.divide-error-dark\/40>:not([hidden])~:not([hidden]){border-color:#c4212166}.divide-error-dark\/50>:not([hidden])~:not([hidden]){border-color:#c4212180}.divide-error-dark\/60>:not([hidden])~:not([hidden]){border-color:#c4212199}.divide-error-dark\/70>:not([hidden])~:not([hidden]){border-color:#c42121b3}.divide-error-dark\/75>:not([hidden])~:not([hidden]){border-color:#c42121bf}.divide-error-dark\/80>:not([hidden])~:not([hidden]){border-color:#c42121cc}.divide-error-dark\/90>:not([hidden])~:not([hidden]){border-color:#c42121e6}.divide-error-dark\/95>:not([hidden])~:not([hidden]){border-color:#c42121f2}.divide-error-dark\/100>:not([hidden])~:not([hidden]){border-color:#c42121}.divide-grey\/0>:not([hidden])~:not([hidden]){border-color:#47556900}.divide-grey\/5>:not([hidden])~:not([hidden]){border-color:#4755690d}.divide-grey\/10>:not([hidden])~:not([hidden]){border-color:#4755691a}.divide-grey\/20>:not([hidden])~:not([hidden]){border-color:#47556933}.divide-grey\/25>:not([hidden])~:not([hidden]){border-color:#47556940}.divide-grey\/30>:not([hidden])~:not([hidden]){border-color:#4755694d}.divide-grey\/40>:not([hidden])~:not([hidden]){border-color:#47556966}.divide-grey\/50>:not([hidden])~:not([hidden]){border-color:#47556980}.divide-grey\/60>:not([hidden])~:not([hidden]){border-color:#47556999}.divide-grey\/70>:not([hidden])~:not([hidden]){border-color:#475569b3}.divide-grey\/75>:not([hidden])~:not([hidden]){border-color:#475569bf}.divide-grey\/80>:not([hidden])~:not([hidden]){border-color:#475569cc}.divide-grey\/90>:not([hidden])~:not([hidden]){border-color:#475569e6}.divide-grey\/95>:not([hidden])~:not([hidden]){border-color:#475569f2}.divide-grey\/100>:not([hidden])~:not([hidden]){border-color:#475569}.divide-grey-light\/0>:not([hidden])~:not([hidden]){border-color:#f2f3f400}.divide-grey-light\/5>:not([hidden])~:not([hidden]){border-color:#f2f3f40d}.divide-grey-light\/10>:not([hidden])~:not([hidden]){border-color:#f2f3f41a}.divide-grey-light\/20>:not([hidden])~:not([hidden]){border-color:#f2f3f433}.divide-grey-light\/25>:not([hidden])~:not([hidden]){border-color:#f2f3f440}.divide-grey-light\/30>:not([hidden])~:not([hidden]){border-color:#f2f3f44d}.divide-grey-light\/40>:not([hidden])~:not([hidden]){border-color:#f2f3f466}.divide-grey-light\/50>:not([hidden])~:not([hidden]){border-color:#f2f3f480}.divide-grey-light\/60>:not([hidden])~:not([hidden]){border-color:#f2f3f499}.divide-grey-light\/70>:not([hidden])~:not([hidden]){border-color:#f2f3f4b3}.divide-grey-light\/75>:not([hidden])~:not([hidden]){border-color:#f2f3f4bf}.divide-grey-light\/80>:not([hidden])~:not([hidden]){border-color:#f2f3f4cc}.divide-grey-light\/90>:not([hidden])~:not([hidden]){border-color:#f2f3f4e6}.divide-grey-light\/95>:not([hidden])~:not([hidden]){border-color:#f2f3f4f2}.divide-grey-light\/100>:not([hidden])~:not([hidden]){border-color:#f2f3f4}.divide-grey-dark\/0>:not([hidden])~:not([hidden]){border-color:#2c354200}.divide-grey-dark\/5>:not([hidden])~:not([hidden]){border-color:#2c35420d}.divide-grey-dark\/10>:not([hidden])~:not([hidden]){border-color:#2c35421a}.divide-grey-dark\/20>:not([hidden])~:not([hidden]){border-color:#2c354233}.divide-grey-dark\/25>:not([hidden])~:not([hidden]){border-color:#2c354240}.divide-grey-dark\/30>:not([hidden])~:not([hidden]){border-color:#2c35424d}.divide-grey-dark\/40>:not([hidden])~:not([hidden]){border-color:#2c354266}.divide-grey-dark\/50>:not([hidden])~:not([hidden]){border-color:#2c354280}.divide-grey-dark\/60>:not([hidden])~:not([hidden]){border-color:#2c354299}.divide-grey-dark\/70>:not([hidden])~:not([hidden]){border-color:#2c3542b3}.divide-grey-dark\/75>:not([hidden])~:not([hidden]){border-color:#2c3542bf}.divide-grey-dark\/80>:not([hidden])~:not([hidden]){border-color:#2c3542cc}.divide-grey-dark\/90>:not([hidden])~:not([hidden]){border-color:#2c3542e6}.divide-grey-dark\/95>:not([hidden])~:not([hidden]){border-color:#2c3542f2}.divide-grey-dark\/100>:not([hidden])~:not([hidden]){border-color:#2c3542}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity))}.divide-slate-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(226 232 240 / var(--tw-divide-opacity))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(243 244 246 / var(--tw-divide-opacity))}.divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(209 213 219 / var(--tw-divide-opacity))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.scroll-auto{scroll-behavior:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-normal{overflow-wrap:normal;word-break:normal}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.rounded-2xl{border-radius:1rem}.rounded-xl{border-radius:.75rem}.rounded-lg{border-radius:.5rem}.rounded-none{border-radius:0}.rounded-\[6px\]{border-radius:6px}.rounded-\[8px\]{border-radius:8px}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-t-\[4px\]{border-top-left-radius:4px;border-top-right-radius:4px}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-8{border-width:8px}.border,.border-\[1px\]{border-width:1px}.border-\[3px\]{border-width:3px}.border-x-0{border-left-width:0px;border-right-width:0px}.border-x-2{border-left-width:2px;border-right-width:2px}.border-x-4{border-left-width:4px;border-right-width:4px}.border-x-8{border-left-width:8px;border-right-width:8px}.border-y-0{border-top-width:0px;border-bottom-width:0px}.border-y-2{border-top-width:2px;border-bottom-width:2px}.border-y-4{border-top-width:4px;border-bottom-width:4px}.border-y-8{border-top-width:8px;border-bottom-width:8px}.border-t-0{border-top-width:0px}.border-t-2{border-top-width:2px}.border-t-4{border-top-width:4px}.border-t-8{border-top-width:8px}.border-r-0{border-right-width:0px}.border-r-2{border-right-width:2px}.border-r-4{border-right-width:4px}.border-r-8{border-right-width:8px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-b-8{border-bottom-width:8px}.border-l-0{border-left-width:0px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-l-8{border-left-width:8px}.border-t{border-top-width:1px}.border-l-\[3px\]{border-left-width:3px}.border-b-\[1px\]{border-bottom-width:1px}.border-l{border-left-width:1px}.border-b{border-bottom-width:1px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.border-red-50{--tw-border-opacity: 1;border-color:rgb(254 242 242 / var(--tw-border-opacity))}.border-red-100{--tw-border-opacity: 1;border-color:rgb(251 242 242 / var(--tw-border-opacity))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(248 228 228 / var(--tw-border-opacity))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(241 198 198 / var(--tw-border-opacity))}.border-red-400{--tw-border-opacity: 1;border-color:rgb(234 163 163 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(227 118 118 / var(--tw-border-opacity))}.border-red-600{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}.border-red-700{--tw-border-opacity: 1;border-color:rgb(196 33 33 / var(--tw-border-opacity))}.border-red-800{--tw-border-opacity: 1;border-color:rgb(170 29 29 / var(--tw-border-opacity))}.border-red-900{--tw-border-opacity: 1;border-color:rgb(139 24 24 / var(--tw-border-opacity))}.border-orange-50{--tw-border-opacity: 1;border-color:rgb(255 247 237 / var(--tw-border-opacity))}.border-orange-100{--tw-border-opacity: 1;border-color:rgb(252 243 241 / var(--tw-border-opacity))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(250 231 228 / var(--tw-border-opacity))}.border-orange-300{--tw-border-opacity: 1;border-color:rgb(246 205 197 / var(--tw-border-opacity))}.border-orange-400{--tw-border-opacity: 1;border-color:rgb(242 175 161 / var(--tw-border-opacity))}.border-orange-500{--tw-border-opacity: 1;border-color:rgb(238 138 114 / var(--tw-border-opacity))}.border-orange-600{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity))}.border-orange-700{--tw-border-opacity: 1;border-color:rgb(209 78 10 / var(--tw-border-opacity))}.border-orange-800{--tw-border-opacity: 1;border-color:rgb(181 68 9 / var(--tw-border-opacity))}.border-orange-900{--tw-border-opacity: 1;border-color:rgb(147 55 7 / var(--tw-border-opacity))}.border-yellow-50{--tw-border-opacity: 1;border-color:rgb(254 252 232 / var(--tw-border-opacity))}.border-yellow-100{--tw-border-opacity: 1;border-color:rgb(254 243 199 / var(--tw-border-opacity))}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity))}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity))}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity))}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}.border-yellow-600{--tw-border-opacity: 1;border-color:rgb(217 119 6 / var(--tw-border-opacity))}.border-yellow-700{--tw-border-opacity: 1;border-color:rgb(180 83 9 / var(--tw-border-opacity))}.border-yellow-800{--tw-border-opacity: 1;border-color:rgb(146 64 14 / var(--tw-border-opacity))}.border-yellow-900{--tw-border-opacity: 1;border-color:rgb(120 53 15 / var(--tw-border-opacity))}.border-green-50{--tw-border-opacity: 1;border-color:rgb(240 253 244 / var(--tw-border-opacity))}.border-green-100{--tw-border-opacity: 1;border-color:rgb(242 250 246 / var(--tw-border-opacity))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(229 246 238 / var(--tw-border-opacity))}.border-green-300{--tw-border-opacity: 1;border-color:rgb(200 238 219 / var(--tw-border-opacity))}.border-green-400{--tw-border-opacity: 1;border-color:rgb(166 229 200 / var(--tw-border-opacity))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(123 220 178 / var(--tw-border-opacity))}.border-green-600{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity))}.border-green-700{--tw-border-opacity: 1;border-color:rgb(46 188 136 / var(--tw-border-opacity))}.border-green-800{--tw-border-opacity: 1;border-color:rgb(40 163 118 / var(--tw-border-opacity))}.border-green-900{--tw-border-opacity: 1;border-color:rgb(32 133 96 / var(--tw-border-opacity))}.border-emerald-50{--tw-border-opacity: 1;border-color:rgb(236 253 245 / var(--tw-border-opacity))}.border-emerald-100{--tw-border-opacity: 1;border-color:rgb(209 250 229 / var(--tw-border-opacity))}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity))}.border-emerald-300{--tw-border-opacity: 1;border-color:rgb(110 231 183 / var(--tw-border-opacity))}.border-emerald-400{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity))}.border-emerald-500{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity))}.border-emerald-600{--tw-border-opacity: 1;border-color:rgb(5 150 105 / var(--tw-border-opacity))}.border-emerald-700{--tw-border-opacity: 1;border-color:rgb(4 120 87 / var(--tw-border-opacity))}.border-emerald-800{--tw-border-opacity: 1;border-color:rgb(6 95 70 / var(--tw-border-opacity))}.border-emerald-900{--tw-border-opacity: 1;border-color:rgb(6 78 59 / var(--tw-border-opacity))}.border-teal-50{--tw-border-opacity: 1;border-color:rgb(240 253 250 / var(--tw-border-opacity))}.border-teal-100{--tw-border-opacity: 1;border-color:rgb(204 251 241 / var(--tw-border-opacity))}.border-teal-200{--tw-border-opacity: 1;border-color:rgb(153 246 228 / var(--tw-border-opacity))}.border-teal-300{--tw-border-opacity: 1;border-color:rgb(94 234 212 / var(--tw-border-opacity))}.border-teal-400{--tw-border-opacity: 1;border-color:rgb(45 212 191 / var(--tw-border-opacity))}.border-teal-500{--tw-border-opacity: 1;border-color:rgb(20 184 166 / var(--tw-border-opacity))}.border-teal-600{--tw-border-opacity: 1;border-color:rgb(13 148 136 / var(--tw-border-opacity))}.border-teal-700{--tw-border-opacity: 1;border-color:rgb(15 118 110 / var(--tw-border-opacity))}.border-teal-800{--tw-border-opacity: 1;border-color:rgb(17 94 89 / var(--tw-border-opacity))}.border-teal-900{--tw-border-opacity: 1;border-color:rgb(19 78 74 / var(--tw-border-opacity))}.border-sky-50{--tw-border-opacity: 1;border-color:rgb(240 249 255 / var(--tw-border-opacity))}.border-sky-100{--tw-border-opacity: 1;border-color:rgb(224 242 254 / var(--tw-border-opacity))}.border-sky-200{--tw-border-opacity: 1;border-color:rgb(186 230 253 / var(--tw-border-opacity))}.border-sky-300{--tw-border-opacity: 1;border-color:rgb(125 211 252 / var(--tw-border-opacity))}.border-sky-400{--tw-border-opacity: 1;border-color:rgb(56 189 248 / var(--tw-border-opacity))}.border-sky-500{--tw-border-opacity: 1;border-color:rgb(14 165 233 / var(--tw-border-opacity))}.border-sky-600{--tw-border-opacity: 1;border-color:rgb(2 132 199 / var(--tw-border-opacity))}.border-sky-700{--tw-border-opacity: 1;border-color:rgb(3 105 161 / var(--tw-border-opacity))}.border-sky-800{--tw-border-opacity: 1;border-color:rgb(7 89 133 / var(--tw-border-opacity))}.border-sky-900{--tw-border-opacity: 1;border-color:rgb(12 74 110 / var(--tw-border-opacity))}.border-blue-50{--tw-border-opacity: 1;border-color:rgb(239 246 255 / var(--tw-border-opacity))}.border-blue-100{--tw-border-opacity: 1;border-color:rgb(242 243 253 / var(--tw-border-opacity))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(228 232 251 / var(--tw-border-opacity))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(198 207 247 / var(--tw-border-opacity))}.border-blue-400{--tw-border-opacity: 1;border-color:rgb(163 178 243 / var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(118 144 239 / var(--tw-border-opacity))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity))}.border-blue-700{--tw-border-opacity: 1;border-color:rgb(33 88 210 / var(--tw-border-opacity))}.border-blue-800{--tw-border-opacity: 1;border-color:rgb(28 76 182 / var(--tw-border-opacity))}.border-blue-900{--tw-border-opacity: 1;border-color:rgb(23 62 148 / var(--tw-border-opacity))}.border-indigo-50{--tw-border-opacity: 1;border-color:rgb(238 242 255 / var(--tw-border-opacity))}.border-indigo-100{--tw-border-opacity: 1;border-color:rgb(224 231 255 / var(--tw-border-opacity))}.border-indigo-200{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity))}.border-indigo-300{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity))}.border-indigo-400{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity))}.border-indigo-500{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity))}.border-indigo-600{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity))}.border-indigo-700{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity))}.border-indigo-800{--tw-border-opacity: 1;border-color:rgb(55 48 163 / var(--tw-border-opacity))}.border-indigo-900{--tw-border-opacity: 1;border-color:rgb(49 46 129 / var(--tw-border-opacity))}.border-violet-50{--tw-border-opacity: 1;border-color:rgb(245 243 255 / var(--tw-border-opacity))}.border-violet-100{--tw-border-opacity: 1;border-color:rgb(237 233 254 / var(--tw-border-opacity))}.border-violet-200{--tw-border-opacity: 1;border-color:rgb(221 214 254 / var(--tw-border-opacity))}.border-violet-300{--tw-border-opacity: 1;border-color:rgb(196 181 253 / var(--tw-border-opacity))}.border-violet-400{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity))}.border-violet-500{--tw-border-opacity: 1;border-color:rgb(139 92 246 / var(--tw-border-opacity))}.border-violet-600{--tw-border-opacity: 1;border-color:rgb(124 58 237 / var(--tw-border-opacity))}.border-violet-700{--tw-border-opacity: 1;border-color:rgb(109 40 217 / var(--tw-border-opacity))}.border-violet-800{--tw-border-opacity: 1;border-color:rgb(91 33 182 / var(--tw-border-opacity))}.border-violet-900{--tw-border-opacity: 1;border-color:rgb(76 29 149 / var(--tw-border-opacity))}.border-fuchsia-50{--tw-border-opacity: 1;border-color:rgb(253 244 255 / var(--tw-border-opacity))}.border-fuchsia-100{--tw-border-opacity: 1;border-color:rgb(250 232 255 / var(--tw-border-opacity))}.border-fuchsia-200{--tw-border-opacity: 1;border-color:rgb(245 208 254 / var(--tw-border-opacity))}.border-fuchsia-300{--tw-border-opacity: 1;border-color:rgb(240 171 252 / var(--tw-border-opacity))}.border-fuchsia-400{--tw-border-opacity: 1;border-color:rgb(232 121 249 / var(--tw-border-opacity))}.border-fuchsia-500{--tw-border-opacity: 1;border-color:rgb(217 70 239 / var(--tw-border-opacity))}.border-fuchsia-600{--tw-border-opacity: 1;border-color:rgb(192 38 211 / var(--tw-border-opacity))}.border-fuchsia-700{--tw-border-opacity: 1;border-color:rgb(162 28 175 / var(--tw-border-opacity))}.border-fuchsia-800{--tw-border-opacity: 1;border-color:rgb(134 25 143 / var(--tw-border-opacity))}.border-fuchsia-900{--tw-border-opacity: 1;border-color:rgb(112 26 117 / var(--tw-border-opacity))}.border-pink-50{--tw-border-opacity: 1;border-color:rgb(253 242 248 / var(--tw-border-opacity))}.border-pink-100{--tw-border-opacity: 1;border-color:rgb(252 231 243 / var(--tw-border-opacity))}.border-pink-200{--tw-border-opacity: 1;border-color:rgb(251 207 232 / var(--tw-border-opacity))}.border-pink-300{--tw-border-opacity: 1;border-color:rgb(249 168 212 / var(--tw-border-opacity))}.border-pink-400{--tw-border-opacity: 1;border-color:rgb(244 114 182 / var(--tw-border-opacity))}.border-pink-500{--tw-border-opacity: 1;border-color:rgb(236 72 153 / var(--tw-border-opacity))}.border-pink-600{--tw-border-opacity: 1;border-color:rgb(219 39 119 / var(--tw-border-opacity))}.border-pink-700{--tw-border-opacity: 1;border-color:rgb(190 24 93 / var(--tw-border-opacity))}.border-pink-800{--tw-border-opacity: 1;border-color:rgb(157 23 77 / var(--tw-border-opacity))}.border-pink-900{--tw-border-opacity: 1;border-color:rgb(131 24 67 / var(--tw-border-opacity))}.border-rose-50{--tw-border-opacity: 1;border-color:rgb(255 241 242 / var(--tw-border-opacity))}.border-rose-100{--tw-border-opacity: 1;border-color:rgb(255 228 230 / var(--tw-border-opacity))}.border-rose-200{--tw-border-opacity: 1;border-color:rgb(254 205 211 / var(--tw-border-opacity))}.border-rose-300{--tw-border-opacity: 1;border-color:rgb(253 164 175 / var(--tw-border-opacity))}.border-rose-400{--tw-border-opacity: 1;border-color:rgb(251 113 133 / var(--tw-border-opacity))}.border-rose-500{--tw-border-opacity: 1;border-color:rgb(244 63 94 / var(--tw-border-opacity))}.border-rose-600{--tw-border-opacity: 1;border-color:rgb(225 29 72 / var(--tw-border-opacity))}.border-rose-700{--tw-border-opacity: 1;border-color:rgb(190 18 60 / var(--tw-border-opacity))}.border-rose-800{--tw-border-opacity: 1;border-color:rgb(159 18 57 / var(--tw-border-opacity))}.border-rose-900{--tw-border-opacity: 1;border-color:rgb(136 19 55 / var(--tw-border-opacity))}.border-primary-100{--tw-border-opacity: 1;border-color:rgb(242 243 244 / var(--tw-border-opacity))}.border-primary-200{--tw-border-opacity: 1;border-color:rgb(232 232 240 / var(--tw-border-opacity))}.border-primary-300{--tw-border-opacity: 1;border-color:rgb(208 208 225 / var(--tw-border-opacity))}.border-primary-400{--tw-border-opacity: 1;border-color:rgb(180 180 209 / var(--tw-border-opacity))}.border-primary-500{--tw-border-opacity: 1;border-color:rgb(147 147 191 / var(--tw-border-opacity))}.border-primary-600{--tw-border-opacity: 1;border-color:rgb(104 104 172 / var(--tw-border-opacity))}.border-primary-700{--tw-border-opacity: 1;border-color:rgb(93 93 153 / var(--tw-border-opacity))}.border-primary-800{--tw-border-opacity: 1;border-color:rgb(80 80 133 / var(--tw-border-opacity))}.border-primary-900{--tw-border-opacity: 1;border-color:rgb(65 65 108 / var(--tw-border-opacity))}.border-primary-1000{--tw-border-opacity: 1;border-color:rgb(46 46 76 / var(--tw-border-opacity))}.border-primary-highlight-100{--tw-border-opacity: 1;border-color:rgb(247 245 254 / var(--tw-border-opacity))}.border-primary-highlight-200{--tw-border-opacity: 1;border-color:rgb(239 236 254 / var(--tw-border-opacity))}.border-primary-highlight-300{--tw-border-opacity: 1;border-color:rgb(223 216 253 / var(--tw-border-opacity))}.border-primary-highlight-400{--tw-border-opacity: 1;border-color:rgb(206 193 252 / var(--tw-border-opacity))}.border-primary-highlight-500{--tw-border-opacity: 1;border-color:rgb(187 168 251 / var(--tw-border-opacity))}.border-primary-highlight-600{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity))}.border-primary-highlight-700{--tw-border-opacity: 1;border-color:rgb(149 124 223 / var(--tw-border-opacity))}.border-primary-highlight-800{--tw-border-opacity: 1;border-color:rgb(129 107 193 / var(--tw-border-opacity))}.border-primary-highlight-900{--tw-border-opacity: 1;border-color:rgb(105 87 158 / var(--tw-border-opacity))}.border-primary-highlight-1000{--tw-border-opacity: 1;border-color:rgb(74 62 111 / var(--tw-border-opacity))}.border-secondary-100{--tw-border-opacity: 1;border-color:rgb(254 247 242 / var(--tw-border-opacity))}.border-secondary-200{--tw-border-opacity: 1;border-color:rgb(254 240 228 / var(--tw-border-opacity))}.border-secondary-300{--tw-border-opacity: 1;border-color:rgb(253 225 198 / var(--tw-border-opacity))}.border-secondary-400{--tw-border-opacity: 1;border-color:rgb(252 209 162 / var(--tw-border-opacity))}.border-secondary-500{--tw-border-opacity: 1;border-color:rgb(251 191 117 / var(--tw-border-opacity))}.border-secondary-600{--tw-border-opacity: 1;border-color:rgb(250 172 30 / var(--tw-border-opacity))}.border-secondary-700{--tw-border-opacity: 1;border-color:rgb(223 153 26 / var(--tw-border-opacity))}.border-secondary-800{--tw-border-opacity: 1;border-color:rgb(193 133 23 / var(--tw-border-opacity))}.border-secondary-900{--tw-border-opacity: 1;border-color:rgb(158 108 18 / var(--tw-border-opacity))}.border-secondary-1000{--tw-border-opacity: 1;border-color:rgb(111 76 13 / var(--tw-border-opacity))}.border-grey-100{--tw-border-opacity: 1;border-color:rgb(242 243 244 / var(--tw-border-opacity))}.border-grey-200{--tw-border-opacity: 1;border-color:rgb(230 231 232 / var(--tw-border-opacity))}.border-grey-300{--tw-border-opacity: 1;border-color:rgb(202 204 208 / var(--tw-border-opacity))}.border-grey-400{--tw-border-opacity: 1;border-color:rgb(170 174 180 / var(--tw-border-opacity))}.border-grey-500{--tw-border-opacity: 1;border-color:rgb(130 137 147 / var(--tw-border-opacity))}.border-grey-600{--tw-border-opacity: 1;border-color:rgb(71 85 105 / var(--tw-border-opacity))}.border-grey-700{--tw-border-opacity: 1;border-color:rgb(63 76 93 / var(--tw-border-opacity))}.border-grey-800{--tw-border-opacity: 1;border-color:rgb(54 65 81 / var(--tw-border-opacity))}.border-grey-900{--tw-border-opacity: 1;border-color:rgb(44 53 66 / var(--tw-border-opacity))}.border-grey-1000{--tw-border-opacity: 1;border-color:rgb(31 38 46 / var(--tw-border-opacity))}.border-green-1000{--tw-border-opacity: 1;border-color:rgb(23 94 68 / var(--tw-border-opacity))}.border-blue-1000{--tw-border-opacity: 1;border-color:rgb(16 44 105 / var(--tw-border-opacity))}.border-orange-1000{--tw-border-opacity: 1;border-color:rgb(104 39 5 / var(--tw-border-opacity))}.border-red-1000{--tw-border-opacity: 1;border-color:rgb(98 16 16 / var(--tw-border-opacity))}.border-primary{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity))}.border-primary-light{--tw-border-opacity: 1;border-color:rgb(247 245 254 / var(--tw-border-opacity))}.border-primary-dark{--tw-border-opacity: 1;border-color:rgb(105 87 158 / var(--tw-border-opacity))}.border-info{--tw-border-opacity: 1;border-color:rgb(118 144 239 / var(--tw-border-opacity))}.border-info-light{--tw-border-opacity: 1;border-color:rgb(242 243 253 / var(--tw-border-opacity))}.border-info-dark{--tw-border-opacity: 1;border-color:rgb(33 88 210 / var(--tw-border-opacity))}.border-success{--tw-border-opacity: 1;border-color:rgb(40 163 118 / var(--tw-border-opacity))}.border-success-light{--tw-border-opacity: 1;border-color:rgb(242 250 246 / var(--tw-border-opacity))}.border-success-dark{--tw-border-opacity: 1;border-color:rgb(32 133 96 / var(--tw-border-opacity))}.border-warning{--tw-border-opacity: 1;border-color:rgb(250 172 30 / var(--tw-border-opacity))}.border-warning-light{--tw-border-opacity: 1;border-color:rgb(254 247 242 / var(--tw-border-opacity))}.border-warning-dark{--tw-border-opacity: 1;border-color:rgb(158 108 18 / var(--tw-border-opacity))}.border-error{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}.border-error-light{--tw-border-opacity: 1;border-color:rgb(251 242 242 / var(--tw-border-opacity))}.border-error-dark{--tw-border-opacity: 1;border-color:rgb(196 33 33 / var(--tw-border-opacity))}.border-grey{--tw-border-opacity: 1;border-color:rgb(71 85 105 / var(--tw-border-opacity))}.border-grey-light{--tw-border-opacity: 1;border-color:rgb(242 243 244 / var(--tw-border-opacity))}.border-grey-dark{--tw-border-opacity: 1;border-color:rgb(44 53 66 / var(--tw-border-opacity))}.border-red-50\/0{border-color:#fef2f200}.border-red-50\/5{border-color:#fef2f20d}.border-red-50\/10{border-color:#fef2f21a}.border-red-50\/20{border-color:#fef2f233}.border-red-50\/25{border-color:#fef2f240}.border-red-50\/30{border-color:#fef2f24d}.border-red-50\/40{border-color:#fef2f266}.border-red-50\/50{border-color:#fef2f280}.border-red-50\/60{border-color:#fef2f299}.border-red-50\/70{border-color:#fef2f2b3}.border-red-50\/75{border-color:#fef2f2bf}.border-red-50\/80{border-color:#fef2f2cc}.border-red-50\/90{border-color:#fef2f2e6}.border-red-50\/95{border-color:#fef2f2f2}.border-red-50\/100{border-color:#fef2f2}.border-red-100\/0{border-color:#fbf2f200}.border-red-100\/5{border-color:#fbf2f20d}.border-red-100\/10{border-color:#fbf2f21a}.border-red-100\/20{border-color:#fbf2f233}.border-red-100\/25{border-color:#fbf2f240}.border-red-100\/30{border-color:#fbf2f24d}.border-red-100\/40{border-color:#fbf2f266}.border-red-100\/50{border-color:#fbf2f280}.border-red-100\/60{border-color:#fbf2f299}.border-red-100\/70{border-color:#fbf2f2b3}.border-red-100\/75{border-color:#fbf2f2bf}.border-red-100\/80{border-color:#fbf2f2cc}.border-red-100\/90{border-color:#fbf2f2e6}.border-red-100\/95{border-color:#fbf2f2f2}.border-red-100\/100{border-color:#fbf2f2}.border-red-200\/0{border-color:#f8e4e400}.border-red-200\/5{border-color:#f8e4e40d}.border-red-200\/10{border-color:#f8e4e41a}.border-red-200\/20{border-color:#f8e4e433}.border-red-200\/25{border-color:#f8e4e440}.border-red-200\/30{border-color:#f8e4e44d}.border-red-200\/40{border-color:#f8e4e466}.border-red-200\/50{border-color:#f8e4e480}.border-red-200\/60{border-color:#f8e4e499}.border-red-200\/70{border-color:#f8e4e4b3}.border-red-200\/75{border-color:#f8e4e4bf}.border-red-200\/80{border-color:#f8e4e4cc}.border-red-200\/90{border-color:#f8e4e4e6}.border-red-200\/95{border-color:#f8e4e4f2}.border-red-200\/100{border-color:#f8e4e4}.border-red-300\/0{border-color:#f1c6c600}.border-red-300\/5{border-color:#f1c6c60d}.border-red-300\/10{border-color:#f1c6c61a}.border-red-300\/20{border-color:#f1c6c633}.border-red-300\/25{border-color:#f1c6c640}.border-red-300\/30{border-color:#f1c6c64d}.border-red-300\/40{border-color:#f1c6c666}.border-red-300\/50{border-color:#f1c6c680}.border-red-300\/60{border-color:#f1c6c699}.border-red-300\/70{border-color:#f1c6c6b3}.border-red-300\/75{border-color:#f1c6c6bf}.border-red-300\/80{border-color:#f1c6c6cc}.border-red-300\/90{border-color:#f1c6c6e6}.border-red-300\/95{border-color:#f1c6c6f2}.border-red-300\/100{border-color:#f1c6c6}.border-red-400\/0{border-color:#eaa3a300}.border-red-400\/5{border-color:#eaa3a30d}.border-red-400\/10{border-color:#eaa3a31a}.border-red-400\/20{border-color:#eaa3a333}.border-red-400\/25{border-color:#eaa3a340}.border-red-400\/30{border-color:#eaa3a34d}.border-red-400\/40{border-color:#eaa3a366}.border-red-400\/50{border-color:#eaa3a380}.border-red-400\/60{border-color:#eaa3a399}.border-red-400\/70{border-color:#eaa3a3b3}.border-red-400\/75{border-color:#eaa3a3bf}.border-red-400\/80{border-color:#eaa3a3cc}.border-red-400\/90{border-color:#eaa3a3e6}.border-red-400\/95{border-color:#eaa3a3f2}.border-red-400\/100{border-color:#eaa3a3}.border-red-500\/0{border-color:#e3767600}.border-red-500\/5{border-color:#e376760d}.border-red-500\/10{border-color:#e376761a}.border-red-500\/20{border-color:#e3767633}.border-red-500\/25{border-color:#e3767640}.border-red-500\/30{border-color:#e376764d}.border-red-500\/40{border-color:#e3767666}.border-red-500\/50{border-color:#e3767680}.border-red-500\/60{border-color:#e3767699}.border-red-500\/70{border-color:#e37676b3}.border-red-500\/75{border-color:#e37676bf}.border-red-500\/80{border-color:#e37676cc}.border-red-500\/90{border-color:#e37676e6}.border-red-500\/95{border-color:#e37676f2}.border-red-500\/100{border-color:#e37676}.border-red-600\/0{border-color:#dc262600}.border-red-600\/5{border-color:#dc26260d}.border-red-600\/10{border-color:#dc26261a}.border-red-600\/20{border-color:#dc262633}.border-red-600\/25{border-color:#dc262640}.border-red-600\/30{border-color:#dc26264d}.border-red-600\/40{border-color:#dc262666}.border-red-600\/50{border-color:#dc262680}.border-red-600\/60{border-color:#dc262699}.border-red-600\/70{border-color:#dc2626b3}.border-red-600\/75{border-color:#dc2626bf}.border-red-600\/80{border-color:#dc2626cc}.border-red-600\/90{border-color:#dc2626e6}.border-red-600\/95{border-color:#dc2626f2}.border-red-600\/100{border-color:#dc2626}.border-red-700\/0{border-color:#c4212100}.border-red-700\/5{border-color:#c421210d}.border-red-700\/10{border-color:#c421211a}.border-red-700\/20{border-color:#c4212133}.border-red-700\/25{border-color:#c4212140}.border-red-700\/30{border-color:#c421214d}.border-red-700\/40{border-color:#c4212166}.border-red-700\/50{border-color:#c4212180}.border-red-700\/60{border-color:#c4212199}.border-red-700\/70{border-color:#c42121b3}.border-red-700\/75{border-color:#c42121bf}.border-red-700\/80{border-color:#c42121cc}.border-red-700\/90{border-color:#c42121e6}.border-red-700\/95{border-color:#c42121f2}.border-red-700\/100{border-color:#c42121}.border-red-800\/0{border-color:#aa1d1d00}.border-red-800\/5{border-color:#aa1d1d0d}.border-red-800\/10{border-color:#aa1d1d1a}.border-red-800\/20{border-color:#aa1d1d33}.border-red-800\/25{border-color:#aa1d1d40}.border-red-800\/30{border-color:#aa1d1d4d}.border-red-800\/40{border-color:#aa1d1d66}.border-red-800\/50{border-color:#aa1d1d80}.border-red-800\/60{border-color:#aa1d1d99}.border-red-800\/70{border-color:#aa1d1db3}.border-red-800\/75{border-color:#aa1d1dbf}.border-red-800\/80{border-color:#aa1d1dcc}.border-red-800\/90{border-color:#aa1d1de6}.border-red-800\/95{border-color:#aa1d1df2}.border-red-800\/100{border-color:#aa1d1d}.border-red-900\/0{border-color:#8b181800}.border-red-900\/5{border-color:#8b18180d}.border-red-900\/10{border-color:#8b18181a}.border-red-900\/20{border-color:#8b181833}.border-red-900\/25{border-color:#8b181840}.border-red-900\/30{border-color:#8b18184d}.border-red-900\/40{border-color:#8b181866}.border-red-900\/50{border-color:#8b181880}.border-red-900\/60{border-color:#8b181899}.border-red-900\/70{border-color:#8b1818b3}.border-red-900\/75{border-color:#8b1818bf}.border-red-900\/80{border-color:#8b1818cc}.border-red-900\/90{border-color:#8b1818e6}.border-red-900\/95{border-color:#8b1818f2}.border-red-900\/100{border-color:#8b1818}.border-orange-50\/0{border-color:#fff7ed00}.border-orange-50\/5{border-color:#fff7ed0d}.border-orange-50\/10{border-color:#fff7ed1a}.border-orange-50\/20{border-color:#fff7ed33}.border-orange-50\/25{border-color:#fff7ed40}.border-orange-50\/30{border-color:#fff7ed4d}.border-orange-50\/40{border-color:#fff7ed66}.border-orange-50\/50{border-color:#fff7ed80}.border-orange-50\/60{border-color:#fff7ed99}.border-orange-50\/70{border-color:#fff7edb3}.border-orange-50\/75{border-color:#fff7edbf}.border-orange-50\/80{border-color:#fff7edcc}.border-orange-50\/90{border-color:#fff7ede6}.border-orange-50\/95{border-color:#fff7edf2}.border-orange-50\/100{border-color:#fff7ed}.border-orange-100\/0{border-color:#fcf3f100}.border-orange-100\/5{border-color:#fcf3f10d}.border-orange-100\/10{border-color:#fcf3f11a}.border-orange-100\/20{border-color:#fcf3f133}.border-orange-100\/25{border-color:#fcf3f140}.border-orange-100\/30{border-color:#fcf3f14d}.border-orange-100\/40{border-color:#fcf3f166}.border-orange-100\/50{border-color:#fcf3f180}.border-orange-100\/60{border-color:#fcf3f199}.border-orange-100\/70{border-color:#fcf3f1b3}.border-orange-100\/75{border-color:#fcf3f1bf}.border-orange-100\/80{border-color:#fcf3f1cc}.border-orange-100\/90{border-color:#fcf3f1e6}.border-orange-100\/95{border-color:#fcf3f1f2}.border-orange-100\/100{border-color:#fcf3f1}.border-orange-200\/0{border-color:#fae7e400}.border-orange-200\/5{border-color:#fae7e40d}.border-orange-200\/10{border-color:#fae7e41a}.border-orange-200\/20{border-color:#fae7e433}.border-orange-200\/25{border-color:#fae7e440}.border-orange-200\/30{border-color:#fae7e44d}.border-orange-200\/40{border-color:#fae7e466}.border-orange-200\/50{border-color:#fae7e480}.border-orange-200\/60{border-color:#fae7e499}.border-orange-200\/70{border-color:#fae7e4b3}.border-orange-200\/75{border-color:#fae7e4bf}.border-orange-200\/80{border-color:#fae7e4cc}.border-orange-200\/90{border-color:#fae7e4e6}.border-orange-200\/95{border-color:#fae7e4f2}.border-orange-200\/100{border-color:#fae7e4}.border-orange-300\/0{border-color:#f6cdc500}.border-orange-300\/5{border-color:#f6cdc50d}.border-orange-300\/10{border-color:#f6cdc51a}.border-orange-300\/20{border-color:#f6cdc533}.border-orange-300\/25{border-color:#f6cdc540}.border-orange-300\/30{border-color:#f6cdc54d}.border-orange-300\/40{border-color:#f6cdc566}.border-orange-300\/50{border-color:#f6cdc580}.border-orange-300\/60{border-color:#f6cdc599}.border-orange-300\/70{border-color:#f6cdc5b3}.border-orange-300\/75{border-color:#f6cdc5bf}.border-orange-300\/80{border-color:#f6cdc5cc}.border-orange-300\/90{border-color:#f6cdc5e6}.border-orange-300\/95{border-color:#f6cdc5f2}.border-orange-300\/100{border-color:#f6cdc5}.border-orange-400\/0{border-color:#f2afa100}.border-orange-400\/5{border-color:#f2afa10d}.border-orange-400\/10{border-color:#f2afa11a}.border-orange-400\/20{border-color:#f2afa133}.border-orange-400\/25{border-color:#f2afa140}.border-orange-400\/30{border-color:#f2afa14d}.border-orange-400\/40{border-color:#f2afa166}.border-orange-400\/50{border-color:#f2afa180}.border-orange-400\/60{border-color:#f2afa199}.border-orange-400\/70{border-color:#f2afa1b3}.border-orange-400\/75{border-color:#f2afa1bf}.border-orange-400\/80{border-color:#f2afa1cc}.border-orange-400\/90{border-color:#f2afa1e6}.border-orange-400\/95{border-color:#f2afa1f2}.border-orange-400\/100{border-color:#f2afa1}.border-orange-500\/0{border-color:#ee8a7200}.border-orange-500\/5{border-color:#ee8a720d}.border-orange-500\/10{border-color:#ee8a721a}.border-orange-500\/20{border-color:#ee8a7233}.border-orange-500\/25{border-color:#ee8a7240}.border-orange-500\/30{border-color:#ee8a724d}.border-orange-500\/40{border-color:#ee8a7266}.border-orange-500\/50{border-color:#ee8a7280}.border-orange-500\/60{border-color:#ee8a7299}.border-orange-500\/70{border-color:#ee8a72b3}.border-orange-500\/75{border-color:#ee8a72bf}.border-orange-500\/80{border-color:#ee8a72cc}.border-orange-500\/90{border-color:#ee8a72e6}.border-orange-500\/95{border-color:#ee8a72f2}.border-orange-500\/100{border-color:#ee8a72}.border-orange-600\/0{border-color:#ea580c00}.border-orange-600\/5{border-color:#ea580c0d}.border-orange-600\/10{border-color:#ea580c1a}.border-orange-600\/20{border-color:#ea580c33}.border-orange-600\/25{border-color:#ea580c40}.border-orange-600\/30{border-color:#ea580c4d}.border-orange-600\/40{border-color:#ea580c66}.border-orange-600\/50{border-color:#ea580c80}.border-orange-600\/60{border-color:#ea580c99}.border-orange-600\/70{border-color:#ea580cb3}.border-orange-600\/75{border-color:#ea580cbf}.border-orange-600\/80{border-color:#ea580ccc}.border-orange-600\/90{border-color:#ea580ce6}.border-orange-600\/95{border-color:#ea580cf2}.border-orange-600\/100{border-color:#ea580c}.border-orange-700\/0{border-color:#d14e0a00}.border-orange-700\/5{border-color:#d14e0a0d}.border-orange-700\/10{border-color:#d14e0a1a}.border-orange-700\/20{border-color:#d14e0a33}.border-orange-700\/25{border-color:#d14e0a40}.border-orange-700\/30{border-color:#d14e0a4d}.border-orange-700\/40{border-color:#d14e0a66}.border-orange-700\/50{border-color:#d14e0a80}.border-orange-700\/60{border-color:#d14e0a99}.border-orange-700\/70{border-color:#d14e0ab3}.border-orange-700\/75{border-color:#d14e0abf}.border-orange-700\/80{border-color:#d14e0acc}.border-orange-700\/90{border-color:#d14e0ae6}.border-orange-700\/95{border-color:#d14e0af2}.border-orange-700\/100{border-color:#d14e0a}.border-orange-800\/0{border-color:#b5440900}.border-orange-800\/5{border-color:#b544090d}.border-orange-800\/10{border-color:#b544091a}.border-orange-800\/20{border-color:#b5440933}.border-orange-800\/25{border-color:#b5440940}.border-orange-800\/30{border-color:#b544094d}.border-orange-800\/40{border-color:#b5440966}.border-orange-800\/50{border-color:#b5440980}.border-orange-800\/60{border-color:#b5440999}.border-orange-800\/70{border-color:#b54409b3}.border-orange-800\/75{border-color:#b54409bf}.border-orange-800\/80{border-color:#b54409cc}.border-orange-800\/90{border-color:#b54409e6}.border-orange-800\/95{border-color:#b54409f2}.border-orange-800\/100{border-color:#b54409}.border-orange-900\/0{border-color:#93370700}.border-orange-900\/5{border-color:#9337070d}.border-orange-900\/10{border-color:#9337071a}.border-orange-900\/20{border-color:#93370733}.border-orange-900\/25{border-color:#93370740}.border-orange-900\/30{border-color:#9337074d}.border-orange-900\/40{border-color:#93370766}.border-orange-900\/50{border-color:#93370780}.border-orange-900\/60{border-color:#93370799}.border-orange-900\/70{border-color:#933707b3}.border-orange-900\/75{border-color:#933707bf}.border-orange-900\/80{border-color:#933707cc}.border-orange-900\/90{border-color:#933707e6}.border-orange-900\/95{border-color:#933707f2}.border-orange-900\/100{border-color:#933707}.border-yellow-50\/0{border-color:#fefce800}.border-yellow-50\/5{border-color:#fefce80d}.border-yellow-50\/10{border-color:#fefce81a}.border-yellow-50\/20{border-color:#fefce833}.border-yellow-50\/25{border-color:#fefce840}.border-yellow-50\/30{border-color:#fefce84d}.border-yellow-50\/40{border-color:#fefce866}.border-yellow-50\/50{border-color:#fefce880}.border-yellow-50\/60{border-color:#fefce899}.border-yellow-50\/70{border-color:#fefce8b3}.border-yellow-50\/75{border-color:#fefce8bf}.border-yellow-50\/80{border-color:#fefce8cc}.border-yellow-50\/90{border-color:#fefce8e6}.border-yellow-50\/95{border-color:#fefce8f2}.border-yellow-50\/100{border-color:#fefce8}.border-yellow-100\/0{border-color:#fef3c700}.border-yellow-100\/5{border-color:#fef3c70d}.border-yellow-100\/10{border-color:#fef3c71a}.border-yellow-100\/20{border-color:#fef3c733}.border-yellow-100\/25{border-color:#fef3c740}.border-yellow-100\/30{border-color:#fef3c74d}.border-yellow-100\/40{border-color:#fef3c766}.border-yellow-100\/50{border-color:#fef3c780}.border-yellow-100\/60{border-color:#fef3c799}.border-yellow-100\/70{border-color:#fef3c7b3}.border-yellow-100\/75{border-color:#fef3c7bf}.border-yellow-100\/80{border-color:#fef3c7cc}.border-yellow-100\/90{border-color:#fef3c7e6}.border-yellow-100\/95{border-color:#fef3c7f2}.border-yellow-100\/100{border-color:#fef3c7}.border-yellow-200\/0{border-color:#fde68a00}.border-yellow-200\/5{border-color:#fde68a0d}.border-yellow-200\/10{border-color:#fde68a1a}.border-yellow-200\/20{border-color:#fde68a33}.border-yellow-200\/25{border-color:#fde68a40}.border-yellow-200\/30{border-color:#fde68a4d}.border-yellow-200\/40{border-color:#fde68a66}.border-yellow-200\/50{border-color:#fde68a80}.border-yellow-200\/60{border-color:#fde68a99}.border-yellow-200\/70{border-color:#fde68ab3}.border-yellow-200\/75{border-color:#fde68abf}.border-yellow-200\/80{border-color:#fde68acc}.border-yellow-200\/90{border-color:#fde68ae6}.border-yellow-200\/95{border-color:#fde68af2}.border-yellow-200\/100{border-color:#fde68a}.border-yellow-300\/0{border-color:#fcd34d00}.border-yellow-300\/5{border-color:#fcd34d0d}.border-yellow-300\/10{border-color:#fcd34d1a}.border-yellow-300\/20{border-color:#fcd34d33}.border-yellow-300\/25{border-color:#fcd34d40}.border-yellow-300\/30{border-color:#fcd34d4d}.border-yellow-300\/40{border-color:#fcd34d66}.border-yellow-300\/50{border-color:#fcd34d80}.border-yellow-300\/60{border-color:#fcd34d99}.border-yellow-300\/70{border-color:#fcd34db3}.border-yellow-300\/75{border-color:#fcd34dbf}.border-yellow-300\/80{border-color:#fcd34dcc}.border-yellow-300\/90{border-color:#fcd34de6}.border-yellow-300\/95{border-color:#fcd34df2}.border-yellow-300\/100{border-color:#fcd34d}.border-yellow-400\/0{border-color:#fbbf2400}.border-yellow-400\/5{border-color:#fbbf240d}.border-yellow-400\/10{border-color:#fbbf241a}.border-yellow-400\/20{border-color:#fbbf2433}.border-yellow-400\/25{border-color:#fbbf2440}.border-yellow-400\/30{border-color:#fbbf244d}.border-yellow-400\/40{border-color:#fbbf2466}.border-yellow-400\/50{border-color:#fbbf2480}.border-yellow-400\/60{border-color:#fbbf2499}.border-yellow-400\/70{border-color:#fbbf24b3}.border-yellow-400\/75{border-color:#fbbf24bf}.border-yellow-400\/80{border-color:#fbbf24cc}.border-yellow-400\/90{border-color:#fbbf24e6}.border-yellow-400\/95{border-color:#fbbf24f2}.border-yellow-400\/100{border-color:#fbbf24}.border-yellow-500\/0{border-color:#eab30800}.border-yellow-500\/5{border-color:#eab3080d}.border-yellow-500\/10{border-color:#eab3081a}.border-yellow-500\/20{border-color:#eab30833}.border-yellow-500\/25{border-color:#eab30840}.border-yellow-500\/30{border-color:#eab3084d}.border-yellow-500\/40{border-color:#eab30866}.border-yellow-500\/50{border-color:#eab30880}.border-yellow-500\/60{border-color:#eab30899}.border-yellow-500\/70{border-color:#eab308b3}.border-yellow-500\/75{border-color:#eab308bf}.border-yellow-500\/80{border-color:#eab308cc}.border-yellow-500\/90{border-color:#eab308e6}.border-yellow-500\/95{border-color:#eab308f2}.border-yellow-500\/100{border-color:#eab308}.border-yellow-600\/0{border-color:#d9770600}.border-yellow-600\/5{border-color:#d977060d}.border-yellow-600\/10{border-color:#d977061a}.border-yellow-600\/20{border-color:#d9770633}.border-yellow-600\/25{border-color:#d9770640}.border-yellow-600\/30{border-color:#d977064d}.border-yellow-600\/40{border-color:#d9770666}.border-yellow-600\/50{border-color:#d9770680}.border-yellow-600\/60{border-color:#d9770699}.border-yellow-600\/70{border-color:#d97706b3}.border-yellow-600\/75{border-color:#d97706bf}.border-yellow-600\/80{border-color:#d97706cc}.border-yellow-600\/90{border-color:#d97706e6}.border-yellow-600\/95{border-color:#d97706f2}.border-yellow-600\/100{border-color:#d97706}.border-yellow-700\/0{border-color:#b4530900}.border-yellow-700\/5{border-color:#b453090d}.border-yellow-700\/10{border-color:#b453091a}.border-yellow-700\/20{border-color:#b4530933}.border-yellow-700\/25{border-color:#b4530940}.border-yellow-700\/30{border-color:#b453094d}.border-yellow-700\/40{border-color:#b4530966}.border-yellow-700\/50{border-color:#b4530980}.border-yellow-700\/60{border-color:#b4530999}.border-yellow-700\/70{border-color:#b45309b3}.border-yellow-700\/75{border-color:#b45309bf}.border-yellow-700\/80{border-color:#b45309cc}.border-yellow-700\/90{border-color:#b45309e6}.border-yellow-700\/95{border-color:#b45309f2}.border-yellow-700\/100{border-color:#b45309}.border-yellow-800\/0{border-color:#92400e00}.border-yellow-800\/5{border-color:#92400e0d}.border-yellow-800\/10{border-color:#92400e1a}.border-yellow-800\/20{border-color:#92400e33}.border-yellow-800\/25{border-color:#92400e40}.border-yellow-800\/30{border-color:#92400e4d}.border-yellow-800\/40{border-color:#92400e66}.border-yellow-800\/50{border-color:#92400e80}.border-yellow-800\/60{border-color:#92400e99}.border-yellow-800\/70{border-color:#92400eb3}.border-yellow-800\/75{border-color:#92400ebf}.border-yellow-800\/80{border-color:#92400ecc}.border-yellow-800\/90{border-color:#92400ee6}.border-yellow-800\/95{border-color:#92400ef2}.border-yellow-800\/100{border-color:#92400e}.border-yellow-900\/0{border-color:#78350f00}.border-yellow-900\/5{border-color:#78350f0d}.border-yellow-900\/10{border-color:#78350f1a}.border-yellow-900\/20{border-color:#78350f33}.border-yellow-900\/25{border-color:#78350f40}.border-yellow-900\/30{border-color:#78350f4d}.border-yellow-900\/40{border-color:#78350f66}.border-yellow-900\/50{border-color:#78350f80}.border-yellow-900\/60{border-color:#78350f99}.border-yellow-900\/70{border-color:#78350fb3}.border-yellow-900\/75{border-color:#78350fbf}.border-yellow-900\/80{border-color:#78350fcc}.border-yellow-900\/90{border-color:#78350fe6}.border-yellow-900\/95{border-color:#78350ff2}.border-yellow-900\/100{border-color:#78350f}.border-green-50\/0{border-color:#f0fdf400}.border-green-50\/5{border-color:#f0fdf40d}.border-green-50\/10{border-color:#f0fdf41a}.border-green-50\/20{border-color:#f0fdf433}.border-green-50\/25{border-color:#f0fdf440}.border-green-50\/30{border-color:#f0fdf44d}.border-green-50\/40{border-color:#f0fdf466}.border-green-50\/50{border-color:#f0fdf480}.border-green-50\/60{border-color:#f0fdf499}.border-green-50\/70{border-color:#f0fdf4b3}.border-green-50\/75{border-color:#f0fdf4bf}.border-green-50\/80{border-color:#f0fdf4cc}.border-green-50\/90{border-color:#f0fdf4e6}.border-green-50\/95{border-color:#f0fdf4f2}.border-green-50\/100{border-color:#f0fdf4}.border-green-100\/0{border-color:#f2faf600}.border-green-100\/5{border-color:#f2faf60d}.border-green-100\/10{border-color:#f2faf61a}.border-green-100\/20{border-color:#f2faf633}.border-green-100\/25{border-color:#f2faf640}.border-green-100\/30{border-color:#f2faf64d}.border-green-100\/40{border-color:#f2faf666}.border-green-100\/50{border-color:#f2faf680}.border-green-100\/60{border-color:#f2faf699}.border-green-100\/70{border-color:#f2faf6b3}.border-green-100\/75{border-color:#f2faf6bf}.border-green-100\/80{border-color:#f2faf6cc}.border-green-100\/90{border-color:#f2faf6e6}.border-green-100\/95{border-color:#f2faf6f2}.border-green-100\/100{border-color:#f2faf6}.border-green-200\/0{border-color:#e5f6ee00}.border-green-200\/5{border-color:#e5f6ee0d}.border-green-200\/10{border-color:#e5f6ee1a}.border-green-200\/20{border-color:#e5f6ee33}.border-green-200\/25{border-color:#e5f6ee40}.border-green-200\/30{border-color:#e5f6ee4d}.border-green-200\/40{border-color:#e5f6ee66}.border-green-200\/50{border-color:#e5f6ee80}.border-green-200\/60{border-color:#e5f6ee99}.border-green-200\/70{border-color:#e5f6eeb3}.border-green-200\/75{border-color:#e5f6eebf}.border-green-200\/80{border-color:#e5f6eecc}.border-green-200\/90{border-color:#e5f6eee6}.border-green-200\/95{border-color:#e5f6eef2}.border-green-200\/100{border-color:#e5f6ee}.border-green-300\/0{border-color:#c8eedb00}.border-green-300\/5{border-color:#c8eedb0d}.border-green-300\/10{border-color:#c8eedb1a}.border-green-300\/20{border-color:#c8eedb33}.border-green-300\/25{border-color:#c8eedb40}.border-green-300\/30{border-color:#c8eedb4d}.border-green-300\/40{border-color:#c8eedb66}.border-green-300\/50{border-color:#c8eedb80}.border-green-300\/60{border-color:#c8eedb99}.border-green-300\/70{border-color:#c8eedbb3}.border-green-300\/75{border-color:#c8eedbbf}.border-green-300\/80{border-color:#c8eedbcc}.border-green-300\/90{border-color:#c8eedbe6}.border-green-300\/95{border-color:#c8eedbf2}.border-green-300\/100{border-color:#c8eedb}.border-green-400\/0{border-color:#a6e5c800}.border-green-400\/5{border-color:#a6e5c80d}.border-green-400\/10{border-color:#a6e5c81a}.border-green-400\/20{border-color:#a6e5c833}.border-green-400\/25{border-color:#a6e5c840}.border-green-400\/30{border-color:#a6e5c84d}.border-green-400\/40{border-color:#a6e5c866}.border-green-400\/50{border-color:#a6e5c880}.border-green-400\/60{border-color:#a6e5c899}.border-green-400\/70{border-color:#a6e5c8b3}.border-green-400\/75{border-color:#a6e5c8bf}.border-green-400\/80{border-color:#a6e5c8cc}.border-green-400\/90{border-color:#a6e5c8e6}.border-green-400\/95{border-color:#a6e5c8f2}.border-green-400\/100{border-color:#a6e5c8}.border-green-500\/0{border-color:#7bdcb200}.border-green-500\/5{border-color:#7bdcb20d}.border-green-500\/10{border-color:#7bdcb21a}.border-green-500\/20{border-color:#7bdcb233}.border-green-500\/25{border-color:#7bdcb240}.border-green-500\/30{border-color:#7bdcb24d}.border-green-500\/40{border-color:#7bdcb266}.border-green-500\/50{border-color:#7bdcb280}.border-green-500\/60{border-color:#7bdcb299}.border-green-500\/70{border-color:#7bdcb2b3}.border-green-500\/75{border-color:#7bdcb2bf}.border-green-500\/80{border-color:#7bdcb2cc}.border-green-500\/90{border-color:#7bdcb2e6}.border-green-500\/95{border-color:#7bdcb2f2}.border-green-500\/100{border-color:#7bdcb2}.border-green-600\/0{border-color:#34d39900}.border-green-600\/5{border-color:#34d3990d}.border-green-600\/10{border-color:#34d3991a}.border-green-600\/20{border-color:#34d39933}.border-green-600\/25{border-color:#34d39940}.border-green-600\/30{border-color:#34d3994d}.border-green-600\/40{border-color:#34d39966}.border-green-600\/50{border-color:#34d39980}.border-green-600\/60{border-color:#34d39999}.border-green-600\/70{border-color:#34d399b3}.border-green-600\/75{border-color:#34d399bf}.border-green-600\/80{border-color:#34d399cc}.border-green-600\/90{border-color:#34d399e6}.border-green-600\/95{border-color:#34d399f2}.border-green-600\/100{border-color:#34d399}.border-green-700\/0{border-color:#2ebc8800}.border-green-700\/5{border-color:#2ebc880d}.border-green-700\/10{border-color:#2ebc881a}.border-green-700\/20{border-color:#2ebc8833}.border-green-700\/25{border-color:#2ebc8840}.border-green-700\/30{border-color:#2ebc884d}.border-green-700\/40{border-color:#2ebc8866}.border-green-700\/50{border-color:#2ebc8880}.border-green-700\/60{border-color:#2ebc8899}.border-green-700\/70{border-color:#2ebc88b3}.border-green-700\/75{border-color:#2ebc88bf}.border-green-700\/80{border-color:#2ebc88cc}.border-green-700\/90{border-color:#2ebc88e6}.border-green-700\/95{border-color:#2ebc88f2}.border-green-700\/100{border-color:#2ebc88}.border-green-800\/0{border-color:#28a37600}.border-green-800\/5{border-color:#28a3760d}.border-green-800\/10{border-color:#28a3761a}.border-green-800\/20{border-color:#28a37633}.border-green-800\/25{border-color:#28a37640}.border-green-800\/30{border-color:#28a3764d}.border-green-800\/40{border-color:#28a37666}.border-green-800\/50{border-color:#28a37680}.border-green-800\/60{border-color:#28a37699}.border-green-800\/70{border-color:#28a376b3}.border-green-800\/75{border-color:#28a376bf}.border-green-800\/80{border-color:#28a376cc}.border-green-800\/90{border-color:#28a376e6}.border-green-800\/95{border-color:#28a376f2}.border-green-800\/100{border-color:#28a376}.border-green-900\/0{border-color:#20856000}.border-green-900\/5{border-color:#2085600d}.border-green-900\/10{border-color:#2085601a}.border-green-900\/20{border-color:#20856033}.border-green-900\/25{border-color:#20856040}.border-green-900\/30{border-color:#2085604d}.border-green-900\/40{border-color:#20856066}.border-green-900\/50{border-color:#20856080}.border-green-900\/60{border-color:#20856099}.border-green-900\/70{border-color:#208560b3}.border-green-900\/75{border-color:#208560bf}.border-green-900\/80{border-color:#208560cc}.border-green-900\/90{border-color:#208560e6}.border-green-900\/95{border-color:#208560f2}.border-green-900\/100{border-color:#208560}.border-emerald-50\/0{border-color:#ecfdf500}.border-emerald-50\/5{border-color:#ecfdf50d}.border-emerald-50\/10{border-color:#ecfdf51a}.border-emerald-50\/20{border-color:#ecfdf533}.border-emerald-50\/25{border-color:#ecfdf540}.border-emerald-50\/30{border-color:#ecfdf54d}.border-emerald-50\/40{border-color:#ecfdf566}.border-emerald-50\/50{border-color:#ecfdf580}.border-emerald-50\/60{border-color:#ecfdf599}.border-emerald-50\/70{border-color:#ecfdf5b3}.border-emerald-50\/75{border-color:#ecfdf5bf}.border-emerald-50\/80{border-color:#ecfdf5cc}.border-emerald-50\/90{border-color:#ecfdf5e6}.border-emerald-50\/95{border-color:#ecfdf5f2}.border-emerald-50\/100{border-color:#ecfdf5}.border-emerald-100\/0{border-color:#d1fae500}.border-emerald-100\/5{border-color:#d1fae50d}.border-emerald-100\/10{border-color:#d1fae51a}.border-emerald-100\/20{border-color:#d1fae533}.border-emerald-100\/25{border-color:#d1fae540}.border-emerald-100\/30{border-color:#d1fae54d}.border-emerald-100\/40{border-color:#d1fae566}.border-emerald-100\/50{border-color:#d1fae580}.border-emerald-100\/60{border-color:#d1fae599}.border-emerald-100\/70{border-color:#d1fae5b3}.border-emerald-100\/75{border-color:#d1fae5bf}.border-emerald-100\/80{border-color:#d1fae5cc}.border-emerald-100\/90{border-color:#d1fae5e6}.border-emerald-100\/95{border-color:#d1fae5f2}.border-emerald-100\/100{border-color:#d1fae5}.border-emerald-200\/0{border-color:#a7f3d000}.border-emerald-200\/5{border-color:#a7f3d00d}.border-emerald-200\/10{border-color:#a7f3d01a}.border-emerald-200\/20{border-color:#a7f3d033}.border-emerald-200\/25{border-color:#a7f3d040}.border-emerald-200\/30{border-color:#a7f3d04d}.border-emerald-200\/40{border-color:#a7f3d066}.border-emerald-200\/50{border-color:#a7f3d080}.border-emerald-200\/60{border-color:#a7f3d099}.border-emerald-200\/70{border-color:#a7f3d0b3}.border-emerald-200\/75{border-color:#a7f3d0bf}.border-emerald-200\/80{border-color:#a7f3d0cc}.border-emerald-200\/90{border-color:#a7f3d0e6}.border-emerald-200\/95{border-color:#a7f3d0f2}.border-emerald-200\/100{border-color:#a7f3d0}.border-emerald-300\/0{border-color:#6ee7b700}.border-emerald-300\/5{border-color:#6ee7b70d}.border-emerald-300\/10{border-color:#6ee7b71a}.border-emerald-300\/20{border-color:#6ee7b733}.border-emerald-300\/25{border-color:#6ee7b740}.border-emerald-300\/30{border-color:#6ee7b74d}.border-emerald-300\/40{border-color:#6ee7b766}.border-emerald-300\/50{border-color:#6ee7b780}.border-emerald-300\/60{border-color:#6ee7b799}.border-emerald-300\/70{border-color:#6ee7b7b3}.border-emerald-300\/75{border-color:#6ee7b7bf}.border-emerald-300\/80{border-color:#6ee7b7cc}.border-emerald-300\/90{border-color:#6ee7b7e6}.border-emerald-300\/95{border-color:#6ee7b7f2}.border-emerald-300\/100{border-color:#6ee7b7}.border-emerald-400\/0{border-color:#34d39900}.border-emerald-400\/5{border-color:#34d3990d}.border-emerald-400\/10{border-color:#34d3991a}.border-emerald-400\/20{border-color:#34d39933}.border-emerald-400\/25{border-color:#34d39940}.border-emerald-400\/30{border-color:#34d3994d}.border-emerald-400\/40{border-color:#34d39966}.border-emerald-400\/50{border-color:#34d39980}.border-emerald-400\/60{border-color:#34d39999}.border-emerald-400\/70{border-color:#34d399b3}.border-emerald-400\/75{border-color:#34d399bf}.border-emerald-400\/80{border-color:#34d399cc}.border-emerald-400\/90{border-color:#34d399e6}.border-emerald-400\/95{border-color:#34d399f2}.border-emerald-400\/100{border-color:#34d399}.border-emerald-500\/0{border-color:#10b98100}.border-emerald-500\/5{border-color:#10b9810d}.border-emerald-500\/10{border-color:#10b9811a}.border-emerald-500\/20{border-color:#10b98133}.border-emerald-500\/25{border-color:#10b98140}.border-emerald-500\/30{border-color:#10b9814d}.border-emerald-500\/40{border-color:#10b98166}.border-emerald-500\/50{border-color:#10b98180}.border-emerald-500\/60{border-color:#10b98199}.border-emerald-500\/70{border-color:#10b981b3}.border-emerald-500\/75{border-color:#10b981bf}.border-emerald-500\/80{border-color:#10b981cc}.border-emerald-500\/90{border-color:#10b981e6}.border-emerald-500\/95{border-color:#10b981f2}.border-emerald-500\/100{border-color:#10b981}.border-emerald-600\/0{border-color:#05966900}.border-emerald-600\/5{border-color:#0596690d}.border-emerald-600\/10{border-color:#0596691a}.border-emerald-600\/20{border-color:#05966933}.border-emerald-600\/25{border-color:#05966940}.border-emerald-600\/30{border-color:#0596694d}.border-emerald-600\/40{border-color:#05966966}.border-emerald-600\/50{border-color:#05966980}.border-emerald-600\/60{border-color:#05966999}.border-emerald-600\/70{border-color:#059669b3}.border-emerald-600\/75{border-color:#059669bf}.border-emerald-600\/80{border-color:#059669cc}.border-emerald-600\/90{border-color:#059669e6}.border-emerald-600\/95{border-color:#059669f2}.border-emerald-600\/100{border-color:#059669}.border-emerald-700\/0{border-color:#04785700}.border-emerald-700\/5{border-color:#0478570d}.border-emerald-700\/10{border-color:#0478571a}.border-emerald-700\/20{border-color:#04785733}.border-emerald-700\/25{border-color:#04785740}.border-emerald-700\/30{border-color:#0478574d}.border-emerald-700\/40{border-color:#04785766}.border-emerald-700\/50{border-color:#04785780}.border-emerald-700\/60{border-color:#04785799}.border-emerald-700\/70{border-color:#047857b3}.border-emerald-700\/75{border-color:#047857bf}.border-emerald-700\/80{border-color:#047857cc}.border-emerald-700\/90{border-color:#047857e6}.border-emerald-700\/95{border-color:#047857f2}.border-emerald-700\/100{border-color:#047857}.border-emerald-800\/0{border-color:#065f4600}.border-emerald-800\/5{border-color:#065f460d}.border-emerald-800\/10{border-color:#065f461a}.border-emerald-800\/20{border-color:#065f4633}.border-emerald-800\/25{border-color:#065f4640}.border-emerald-800\/30{border-color:#065f464d}.border-emerald-800\/40{border-color:#065f4666}.border-emerald-800\/50{border-color:#065f4680}.border-emerald-800\/60{border-color:#065f4699}.border-emerald-800\/70{border-color:#065f46b3}.border-emerald-800\/75{border-color:#065f46bf}.border-emerald-800\/80{border-color:#065f46cc}.border-emerald-800\/90{border-color:#065f46e6}.border-emerald-800\/95{border-color:#065f46f2}.border-emerald-800\/100{border-color:#065f46}.border-emerald-900\/0{border-color:#064e3b00}.border-emerald-900\/5{border-color:#064e3b0d}.border-emerald-900\/10{border-color:#064e3b1a}.border-emerald-900\/20{border-color:#064e3b33}.border-emerald-900\/25{border-color:#064e3b40}.border-emerald-900\/30{border-color:#064e3b4d}.border-emerald-900\/40{border-color:#064e3b66}.border-emerald-900\/50{border-color:#064e3b80}.border-emerald-900\/60{border-color:#064e3b99}.border-emerald-900\/70{border-color:#064e3bb3}.border-emerald-900\/75{border-color:#064e3bbf}.border-emerald-900\/80{border-color:#064e3bcc}.border-emerald-900\/90{border-color:#064e3be6}.border-emerald-900\/95{border-color:#064e3bf2}.border-emerald-900\/100{border-color:#064e3b}.border-teal-50\/0{border-color:#f0fdfa00}.border-teal-50\/5{border-color:#f0fdfa0d}.border-teal-50\/10{border-color:#f0fdfa1a}.border-teal-50\/20{border-color:#f0fdfa33}.border-teal-50\/25{border-color:#f0fdfa40}.border-teal-50\/30{border-color:#f0fdfa4d}.border-teal-50\/40{border-color:#f0fdfa66}.border-teal-50\/50{border-color:#f0fdfa80}.border-teal-50\/60{border-color:#f0fdfa99}.border-teal-50\/70{border-color:#f0fdfab3}.border-teal-50\/75{border-color:#f0fdfabf}.border-teal-50\/80{border-color:#f0fdfacc}.border-teal-50\/90{border-color:#f0fdfae6}.border-teal-50\/95{border-color:#f0fdfaf2}.border-teal-50\/100{border-color:#f0fdfa}.border-teal-100\/0{border-color:#ccfbf100}.border-teal-100\/5{border-color:#ccfbf10d}.border-teal-100\/10{border-color:#ccfbf11a}.border-teal-100\/20{border-color:#ccfbf133}.border-teal-100\/25{border-color:#ccfbf140}.border-teal-100\/30{border-color:#ccfbf14d}.border-teal-100\/40{border-color:#ccfbf166}.border-teal-100\/50{border-color:#ccfbf180}.border-teal-100\/60{border-color:#ccfbf199}.border-teal-100\/70{border-color:#ccfbf1b3}.border-teal-100\/75{border-color:#ccfbf1bf}.border-teal-100\/80{border-color:#ccfbf1cc}.border-teal-100\/90{border-color:#ccfbf1e6}.border-teal-100\/95{border-color:#ccfbf1f2}.border-teal-100\/100{border-color:#ccfbf1}.border-teal-200\/0{border-color:#99f6e400}.border-teal-200\/5{border-color:#99f6e40d}.border-teal-200\/10{border-color:#99f6e41a}.border-teal-200\/20{border-color:#99f6e433}.border-teal-200\/25{border-color:#99f6e440}.border-teal-200\/30{border-color:#99f6e44d}.border-teal-200\/40{border-color:#99f6e466}.border-teal-200\/50{border-color:#99f6e480}.border-teal-200\/60{border-color:#99f6e499}.border-teal-200\/70{border-color:#99f6e4b3}.border-teal-200\/75{border-color:#99f6e4bf}.border-teal-200\/80{border-color:#99f6e4cc}.border-teal-200\/90{border-color:#99f6e4e6}.border-teal-200\/95{border-color:#99f6e4f2}.border-teal-200\/100{border-color:#99f6e4}.border-teal-300\/0{border-color:#5eead400}.border-teal-300\/5{border-color:#5eead40d}.border-teal-300\/10{border-color:#5eead41a}.border-teal-300\/20{border-color:#5eead433}.border-teal-300\/25{border-color:#5eead440}.border-teal-300\/30{border-color:#5eead44d}.border-teal-300\/40{border-color:#5eead466}.border-teal-300\/50{border-color:#5eead480}.border-teal-300\/60{border-color:#5eead499}.border-teal-300\/70{border-color:#5eead4b3}.border-teal-300\/75{border-color:#5eead4bf}.border-teal-300\/80{border-color:#5eead4cc}.border-teal-300\/90{border-color:#5eead4e6}.border-teal-300\/95{border-color:#5eead4f2}.border-teal-300\/100{border-color:#5eead4}.border-teal-400\/0{border-color:#2dd4bf00}.border-teal-400\/5{border-color:#2dd4bf0d}.border-teal-400\/10{border-color:#2dd4bf1a}.border-teal-400\/20{border-color:#2dd4bf33}.border-teal-400\/25{border-color:#2dd4bf40}.border-teal-400\/30{border-color:#2dd4bf4d}.border-teal-400\/40{border-color:#2dd4bf66}.border-teal-400\/50{border-color:#2dd4bf80}.border-teal-400\/60{border-color:#2dd4bf99}.border-teal-400\/70{border-color:#2dd4bfb3}.border-teal-400\/75{border-color:#2dd4bfbf}.border-teal-400\/80{border-color:#2dd4bfcc}.border-teal-400\/90{border-color:#2dd4bfe6}.border-teal-400\/95{border-color:#2dd4bff2}.border-teal-400\/100{border-color:#2dd4bf}.border-teal-500\/0{border-color:#14b8a600}.border-teal-500\/5{border-color:#14b8a60d}.border-teal-500\/10{border-color:#14b8a61a}.border-teal-500\/20{border-color:#14b8a633}.border-teal-500\/25{border-color:#14b8a640}.border-teal-500\/30{border-color:#14b8a64d}.border-teal-500\/40{border-color:#14b8a666}.border-teal-500\/50{border-color:#14b8a680}.border-teal-500\/60{border-color:#14b8a699}.border-teal-500\/70{border-color:#14b8a6b3}.border-teal-500\/75{border-color:#14b8a6bf}.border-teal-500\/80{border-color:#14b8a6cc}.border-teal-500\/90{border-color:#14b8a6e6}.border-teal-500\/95{border-color:#14b8a6f2}.border-teal-500\/100{border-color:#14b8a6}.border-teal-600\/0{border-color:#0d948800}.border-teal-600\/5{border-color:#0d94880d}.border-teal-600\/10{border-color:#0d94881a}.border-teal-600\/20{border-color:#0d948833}.border-teal-600\/25{border-color:#0d948840}.border-teal-600\/30{border-color:#0d94884d}.border-teal-600\/40{border-color:#0d948866}.border-teal-600\/50{border-color:#0d948880}.border-teal-600\/60{border-color:#0d948899}.border-teal-600\/70{border-color:#0d9488b3}.border-teal-600\/75{border-color:#0d9488bf}.border-teal-600\/80{border-color:#0d9488cc}.border-teal-600\/90{border-color:#0d9488e6}.border-teal-600\/95{border-color:#0d9488f2}.border-teal-600\/100{border-color:#0d9488}.border-teal-700\/0{border-color:#0f766e00}.border-teal-700\/5{border-color:#0f766e0d}.border-teal-700\/10{border-color:#0f766e1a}.border-teal-700\/20{border-color:#0f766e33}.border-teal-700\/25{border-color:#0f766e40}.border-teal-700\/30{border-color:#0f766e4d}.border-teal-700\/40{border-color:#0f766e66}.border-teal-700\/50{border-color:#0f766e80}.border-teal-700\/60{border-color:#0f766e99}.border-teal-700\/70{border-color:#0f766eb3}.border-teal-700\/75{border-color:#0f766ebf}.border-teal-700\/80{border-color:#0f766ecc}.border-teal-700\/90{border-color:#0f766ee6}.border-teal-700\/95{border-color:#0f766ef2}.border-teal-700\/100{border-color:#0f766e}.border-teal-800\/0{border-color:#115e5900}.border-teal-800\/5{border-color:#115e590d}.border-teal-800\/10{border-color:#115e591a}.border-teal-800\/20{border-color:#115e5933}.border-teal-800\/25{border-color:#115e5940}.border-teal-800\/30{border-color:#115e594d}.border-teal-800\/40{border-color:#115e5966}.border-teal-800\/50{border-color:#115e5980}.border-teal-800\/60{border-color:#115e5999}.border-teal-800\/70{border-color:#115e59b3}.border-teal-800\/75{border-color:#115e59bf}.border-teal-800\/80{border-color:#115e59cc}.border-teal-800\/90{border-color:#115e59e6}.border-teal-800\/95{border-color:#115e59f2}.border-teal-800\/100{border-color:#115e59}.border-teal-900\/0{border-color:#134e4a00}.border-teal-900\/5{border-color:#134e4a0d}.border-teal-900\/10{border-color:#134e4a1a}.border-teal-900\/20{border-color:#134e4a33}.border-teal-900\/25{border-color:#134e4a40}.border-teal-900\/30{border-color:#134e4a4d}.border-teal-900\/40{border-color:#134e4a66}.border-teal-900\/50{border-color:#134e4a80}.border-teal-900\/60{border-color:#134e4a99}.border-teal-900\/70{border-color:#134e4ab3}.border-teal-900\/75{border-color:#134e4abf}.border-teal-900\/80{border-color:#134e4acc}.border-teal-900\/90{border-color:#134e4ae6}.border-teal-900\/95{border-color:#134e4af2}.border-teal-900\/100{border-color:#134e4a}.border-sky-50\/0{border-color:#f0f9ff00}.border-sky-50\/5{border-color:#f0f9ff0d}.border-sky-50\/10{border-color:#f0f9ff1a}.border-sky-50\/20{border-color:#f0f9ff33}.border-sky-50\/25{border-color:#f0f9ff40}.border-sky-50\/30{border-color:#f0f9ff4d}.border-sky-50\/40{border-color:#f0f9ff66}.border-sky-50\/50{border-color:#f0f9ff80}.border-sky-50\/60{border-color:#f0f9ff99}.border-sky-50\/70{border-color:#f0f9ffb3}.border-sky-50\/75{border-color:#f0f9ffbf}.border-sky-50\/80{border-color:#f0f9ffcc}.border-sky-50\/90{border-color:#f0f9ffe6}.border-sky-50\/95{border-color:#f0f9fff2}.border-sky-50\/100{border-color:#f0f9ff}.border-sky-100\/0{border-color:#e0f2fe00}.border-sky-100\/5{border-color:#e0f2fe0d}.border-sky-100\/10{border-color:#e0f2fe1a}.border-sky-100\/20{border-color:#e0f2fe33}.border-sky-100\/25{border-color:#e0f2fe40}.border-sky-100\/30{border-color:#e0f2fe4d}.border-sky-100\/40{border-color:#e0f2fe66}.border-sky-100\/50{border-color:#e0f2fe80}.border-sky-100\/60{border-color:#e0f2fe99}.border-sky-100\/70{border-color:#e0f2feb3}.border-sky-100\/75{border-color:#e0f2febf}.border-sky-100\/80{border-color:#e0f2fecc}.border-sky-100\/90{border-color:#e0f2fee6}.border-sky-100\/95{border-color:#e0f2fef2}.border-sky-100\/100{border-color:#e0f2fe}.border-sky-200\/0{border-color:#bae6fd00}.border-sky-200\/5{border-color:#bae6fd0d}.border-sky-200\/10{border-color:#bae6fd1a}.border-sky-200\/20{border-color:#bae6fd33}.border-sky-200\/25{border-color:#bae6fd40}.border-sky-200\/30{border-color:#bae6fd4d}.border-sky-200\/40{border-color:#bae6fd66}.border-sky-200\/50{border-color:#bae6fd80}.border-sky-200\/60{border-color:#bae6fd99}.border-sky-200\/70{border-color:#bae6fdb3}.border-sky-200\/75{border-color:#bae6fdbf}.border-sky-200\/80{border-color:#bae6fdcc}.border-sky-200\/90{border-color:#bae6fde6}.border-sky-200\/95{border-color:#bae6fdf2}.border-sky-200\/100{border-color:#bae6fd}.border-sky-300\/0{border-color:#7dd3fc00}.border-sky-300\/5{border-color:#7dd3fc0d}.border-sky-300\/10{border-color:#7dd3fc1a}.border-sky-300\/20{border-color:#7dd3fc33}.border-sky-300\/25{border-color:#7dd3fc40}.border-sky-300\/30{border-color:#7dd3fc4d}.border-sky-300\/40{border-color:#7dd3fc66}.border-sky-300\/50{border-color:#7dd3fc80}.border-sky-300\/60{border-color:#7dd3fc99}.border-sky-300\/70{border-color:#7dd3fcb3}.border-sky-300\/75{border-color:#7dd3fcbf}.border-sky-300\/80{border-color:#7dd3fccc}.border-sky-300\/90{border-color:#7dd3fce6}.border-sky-300\/95{border-color:#7dd3fcf2}.border-sky-300\/100{border-color:#7dd3fc}.border-sky-400\/0{border-color:#38bdf800}.border-sky-400\/5{border-color:#38bdf80d}.border-sky-400\/10{border-color:#38bdf81a}.border-sky-400\/20{border-color:#38bdf833}.border-sky-400\/25{border-color:#38bdf840}.border-sky-400\/30{border-color:#38bdf84d}.border-sky-400\/40{border-color:#38bdf866}.border-sky-400\/50{border-color:#38bdf880}.border-sky-400\/60{border-color:#38bdf899}.border-sky-400\/70{border-color:#38bdf8b3}.border-sky-400\/75{border-color:#38bdf8bf}.border-sky-400\/80{border-color:#38bdf8cc}.border-sky-400\/90{border-color:#38bdf8e6}.border-sky-400\/95{border-color:#38bdf8f2}.border-sky-400\/100{border-color:#38bdf8}.border-sky-500\/0{border-color:#0ea5e900}.border-sky-500\/5{border-color:#0ea5e90d}.border-sky-500\/10{border-color:#0ea5e91a}.border-sky-500\/20{border-color:#0ea5e933}.border-sky-500\/25{border-color:#0ea5e940}.border-sky-500\/30{border-color:#0ea5e94d}.border-sky-500\/40{border-color:#0ea5e966}.border-sky-500\/50{border-color:#0ea5e980}.border-sky-500\/60{border-color:#0ea5e999}.border-sky-500\/70{border-color:#0ea5e9b3}.border-sky-500\/75{border-color:#0ea5e9bf}.border-sky-500\/80{border-color:#0ea5e9cc}.border-sky-500\/90{border-color:#0ea5e9e6}.border-sky-500\/95{border-color:#0ea5e9f2}.border-sky-500\/100{border-color:#0ea5e9}.border-sky-600\/0{border-color:#0284c700}.border-sky-600\/5{border-color:#0284c70d}.border-sky-600\/10{border-color:#0284c71a}.border-sky-600\/20{border-color:#0284c733}.border-sky-600\/25{border-color:#0284c740}.border-sky-600\/30{border-color:#0284c74d}.border-sky-600\/40{border-color:#0284c766}.border-sky-600\/50{border-color:#0284c780}.border-sky-600\/60{border-color:#0284c799}.border-sky-600\/70{border-color:#0284c7b3}.border-sky-600\/75{border-color:#0284c7bf}.border-sky-600\/80{border-color:#0284c7cc}.border-sky-600\/90{border-color:#0284c7e6}.border-sky-600\/95{border-color:#0284c7f2}.border-sky-600\/100{border-color:#0284c7}.border-sky-700\/0{border-color:#0369a100}.border-sky-700\/5{border-color:#0369a10d}.border-sky-700\/10{border-color:#0369a11a}.border-sky-700\/20{border-color:#0369a133}.border-sky-700\/25{border-color:#0369a140}.border-sky-700\/30{border-color:#0369a14d}.border-sky-700\/40{border-color:#0369a166}.border-sky-700\/50{border-color:#0369a180}.border-sky-700\/60{border-color:#0369a199}.border-sky-700\/70{border-color:#0369a1b3}.border-sky-700\/75{border-color:#0369a1bf}.border-sky-700\/80{border-color:#0369a1cc}.border-sky-700\/90{border-color:#0369a1e6}.border-sky-700\/95{border-color:#0369a1f2}.border-sky-700\/100{border-color:#0369a1}.border-sky-800\/0{border-color:#07598500}.border-sky-800\/5{border-color:#0759850d}.border-sky-800\/10{border-color:#0759851a}.border-sky-800\/20{border-color:#07598533}.border-sky-800\/25{border-color:#07598540}.border-sky-800\/30{border-color:#0759854d}.border-sky-800\/40{border-color:#07598566}.border-sky-800\/50{border-color:#07598580}.border-sky-800\/60{border-color:#07598599}.border-sky-800\/70{border-color:#075985b3}.border-sky-800\/75{border-color:#075985bf}.border-sky-800\/80{border-color:#075985cc}.border-sky-800\/90{border-color:#075985e6}.border-sky-800\/95{border-color:#075985f2}.border-sky-800\/100{border-color:#075985}.border-sky-900\/0{border-color:#0c4a6e00}.border-sky-900\/5{border-color:#0c4a6e0d}.border-sky-900\/10{border-color:#0c4a6e1a}.border-sky-900\/20{border-color:#0c4a6e33}.border-sky-900\/25{border-color:#0c4a6e40}.border-sky-900\/30{border-color:#0c4a6e4d}.border-sky-900\/40{border-color:#0c4a6e66}.border-sky-900\/50{border-color:#0c4a6e80}.border-sky-900\/60{border-color:#0c4a6e99}.border-sky-900\/70{border-color:#0c4a6eb3}.border-sky-900\/75{border-color:#0c4a6ebf}.border-sky-900\/80{border-color:#0c4a6ecc}.border-sky-900\/90{border-color:#0c4a6ee6}.border-sky-900\/95{border-color:#0c4a6ef2}.border-sky-900\/100{border-color:#0c4a6e}.border-blue-50\/0{border-color:#eff6ff00}.border-blue-50\/5{border-color:#eff6ff0d}.border-blue-50\/10{border-color:#eff6ff1a}.border-blue-50\/20{border-color:#eff6ff33}.border-blue-50\/25{border-color:#eff6ff40}.border-blue-50\/30{border-color:#eff6ff4d}.border-blue-50\/40{border-color:#eff6ff66}.border-blue-50\/50{border-color:#eff6ff80}.border-blue-50\/60{border-color:#eff6ff99}.border-blue-50\/70{border-color:#eff6ffb3}.border-blue-50\/75{border-color:#eff6ffbf}.border-blue-50\/80{border-color:#eff6ffcc}.border-blue-50\/90{border-color:#eff6ffe6}.border-blue-50\/95{border-color:#eff6fff2}.border-blue-50\/100{border-color:#eff6ff}.border-blue-100\/0{border-color:#f2f3fd00}.border-blue-100\/5{border-color:#f2f3fd0d}.border-blue-100\/10{border-color:#f2f3fd1a}.border-blue-100\/20{border-color:#f2f3fd33}.border-blue-100\/25{border-color:#f2f3fd40}.border-blue-100\/30{border-color:#f2f3fd4d}.border-blue-100\/40{border-color:#f2f3fd66}.border-blue-100\/50{border-color:#f2f3fd80}.border-blue-100\/60{border-color:#f2f3fd99}.border-blue-100\/70{border-color:#f2f3fdb3}.border-blue-100\/75{border-color:#f2f3fdbf}.border-blue-100\/80{border-color:#f2f3fdcc}.border-blue-100\/90{border-color:#f2f3fde6}.border-blue-100\/95{border-color:#f2f3fdf2}.border-blue-100\/100{border-color:#f2f3fd}.border-blue-200\/0{border-color:#e4e8fb00}.border-blue-200\/5{border-color:#e4e8fb0d}.border-blue-200\/10{border-color:#e4e8fb1a}.border-blue-200\/20{border-color:#e4e8fb33}.border-blue-200\/25{border-color:#e4e8fb40}.border-blue-200\/30{border-color:#e4e8fb4d}.border-blue-200\/40{border-color:#e4e8fb66}.border-blue-200\/50{border-color:#e4e8fb80}.border-blue-200\/60{border-color:#e4e8fb99}.border-blue-200\/70{border-color:#e4e8fbb3}.border-blue-200\/75{border-color:#e4e8fbbf}.border-blue-200\/80{border-color:#e4e8fbcc}.border-blue-200\/90{border-color:#e4e8fbe6}.border-blue-200\/95{border-color:#e4e8fbf2}.border-blue-200\/100{border-color:#e4e8fb}.border-blue-300\/0{border-color:#c6cff700}.border-blue-300\/5{border-color:#c6cff70d}.border-blue-300\/10{border-color:#c6cff71a}.border-blue-300\/20{border-color:#c6cff733}.border-blue-300\/25{border-color:#c6cff740}.border-blue-300\/30{border-color:#c6cff74d}.border-blue-300\/40{border-color:#c6cff766}.border-blue-300\/50{border-color:#c6cff780}.border-blue-300\/60{border-color:#c6cff799}.border-blue-300\/70{border-color:#c6cff7b3}.border-blue-300\/75{border-color:#c6cff7bf}.border-blue-300\/80{border-color:#c6cff7cc}.border-blue-300\/90{border-color:#c6cff7e6}.border-blue-300\/95{border-color:#c6cff7f2}.border-blue-300\/100{border-color:#c6cff7}.border-blue-400\/0{border-color:#a3b2f300}.border-blue-400\/5{border-color:#a3b2f30d}.border-blue-400\/10{border-color:#a3b2f31a}.border-blue-400\/20{border-color:#a3b2f333}.border-blue-400\/25{border-color:#a3b2f340}.border-blue-400\/30{border-color:#a3b2f34d}.border-blue-400\/40{border-color:#a3b2f366}.border-blue-400\/50{border-color:#a3b2f380}.border-blue-400\/60{border-color:#a3b2f399}.border-blue-400\/70{border-color:#a3b2f3b3}.border-blue-400\/75{border-color:#a3b2f3bf}.border-blue-400\/80{border-color:#a3b2f3cc}.border-blue-400\/90{border-color:#a3b2f3e6}.border-blue-400\/95{border-color:#a3b2f3f2}.border-blue-400\/100{border-color:#a3b2f3}.border-blue-500\/0{border-color:#7690ef00}.border-blue-500\/5{border-color:#7690ef0d}.border-blue-500\/10{border-color:#7690ef1a}.border-blue-500\/20{border-color:#7690ef33}.border-blue-500\/25{border-color:#7690ef40}.border-blue-500\/30{border-color:#7690ef4d}.border-blue-500\/40{border-color:#7690ef66}.border-blue-500\/50{border-color:#7690ef80}.border-blue-500\/60{border-color:#7690ef99}.border-blue-500\/70{border-color:#7690efb3}.border-blue-500\/75{border-color:#7690efbf}.border-blue-500\/80{border-color:#7690efcc}.border-blue-500\/90{border-color:#7690efe6}.border-blue-500\/95{border-color:#7690eff2}.border-blue-500\/100{border-color:#7690ef}.border-blue-600\/0{border-color:#2563eb00}.border-blue-600\/5{border-color:#2563eb0d}.border-blue-600\/10{border-color:#2563eb1a}.border-blue-600\/20{border-color:#2563eb33}.border-blue-600\/25{border-color:#2563eb40}.border-blue-600\/30{border-color:#2563eb4d}.border-blue-600\/40{border-color:#2563eb66}.border-blue-600\/50{border-color:#2563eb80}.border-blue-600\/60{border-color:#2563eb99}.border-blue-600\/70{border-color:#2563ebb3}.border-blue-600\/75{border-color:#2563ebbf}.border-blue-600\/80{border-color:#2563ebcc}.border-blue-600\/90{border-color:#2563ebe6}.border-blue-600\/95{border-color:#2563ebf2}.border-blue-600\/100{border-color:#2563eb}.border-blue-700\/0{border-color:#2158d200}.border-blue-700\/5{border-color:#2158d20d}.border-blue-700\/10{border-color:#2158d21a}.border-blue-700\/20{border-color:#2158d233}.border-blue-700\/25{border-color:#2158d240}.border-blue-700\/30{border-color:#2158d24d}.border-blue-700\/40{border-color:#2158d266}.border-blue-700\/50{border-color:#2158d280}.border-blue-700\/60{border-color:#2158d299}.border-blue-700\/70{border-color:#2158d2b3}.border-blue-700\/75{border-color:#2158d2bf}.border-blue-700\/80{border-color:#2158d2cc}.border-blue-700\/90{border-color:#2158d2e6}.border-blue-700\/95{border-color:#2158d2f2}.border-blue-700\/100{border-color:#2158d2}.border-blue-800\/0{border-color:#1c4cb600}.border-blue-800\/5{border-color:#1c4cb60d}.border-blue-800\/10{border-color:#1c4cb61a}.border-blue-800\/20{border-color:#1c4cb633}.border-blue-800\/25{border-color:#1c4cb640}.border-blue-800\/30{border-color:#1c4cb64d}.border-blue-800\/40{border-color:#1c4cb666}.border-blue-800\/50{border-color:#1c4cb680}.border-blue-800\/60{border-color:#1c4cb699}.border-blue-800\/70{border-color:#1c4cb6b3}.border-blue-800\/75{border-color:#1c4cb6bf}.border-blue-800\/80{border-color:#1c4cb6cc}.border-blue-800\/90{border-color:#1c4cb6e6}.border-blue-800\/95{border-color:#1c4cb6f2}.border-blue-800\/100{border-color:#1c4cb6}.border-blue-900\/0{border-color:#173e9400}.border-blue-900\/5{border-color:#173e940d}.border-blue-900\/10{border-color:#173e941a}.border-blue-900\/20{border-color:#173e9433}.border-blue-900\/25{border-color:#173e9440}.border-blue-900\/30{border-color:#173e944d}.border-blue-900\/40{border-color:#173e9466}.border-blue-900\/50{border-color:#173e9480}.border-blue-900\/60{border-color:#173e9499}.border-blue-900\/70{border-color:#173e94b3}.border-blue-900\/75{border-color:#173e94bf}.border-blue-900\/80{border-color:#173e94cc}.border-blue-900\/90{border-color:#173e94e6}.border-blue-900\/95{border-color:#173e94f2}.border-blue-900\/100{border-color:#173e94}.border-indigo-50\/0{border-color:#eef2ff00}.border-indigo-50\/5{border-color:#eef2ff0d}.border-indigo-50\/10{border-color:#eef2ff1a}.border-indigo-50\/20{border-color:#eef2ff33}.border-indigo-50\/25{border-color:#eef2ff40}.border-indigo-50\/30{border-color:#eef2ff4d}.border-indigo-50\/40{border-color:#eef2ff66}.border-indigo-50\/50{border-color:#eef2ff80}.border-indigo-50\/60{border-color:#eef2ff99}.border-indigo-50\/70{border-color:#eef2ffb3}.border-indigo-50\/75{border-color:#eef2ffbf}.border-indigo-50\/80{border-color:#eef2ffcc}.border-indigo-50\/90{border-color:#eef2ffe6}.border-indigo-50\/95{border-color:#eef2fff2}.border-indigo-50\/100{border-color:#eef2ff}.border-indigo-100\/0{border-color:#e0e7ff00}.border-indigo-100\/5{border-color:#e0e7ff0d}.border-indigo-100\/10{border-color:#e0e7ff1a}.border-indigo-100\/20{border-color:#e0e7ff33}.border-indigo-100\/25{border-color:#e0e7ff40}.border-indigo-100\/30{border-color:#e0e7ff4d}.border-indigo-100\/40{border-color:#e0e7ff66}.border-indigo-100\/50{border-color:#e0e7ff80}.border-indigo-100\/60{border-color:#e0e7ff99}.border-indigo-100\/70{border-color:#e0e7ffb3}.border-indigo-100\/75{border-color:#e0e7ffbf}.border-indigo-100\/80{border-color:#e0e7ffcc}.border-indigo-100\/90{border-color:#e0e7ffe6}.border-indigo-100\/95{border-color:#e0e7fff2}.border-indigo-100\/100{border-color:#e0e7ff}.border-indigo-200\/0{border-color:#c7d2fe00}.border-indigo-200\/5{border-color:#c7d2fe0d}.border-indigo-200\/10{border-color:#c7d2fe1a}.border-indigo-200\/20{border-color:#c7d2fe33}.border-indigo-200\/25{border-color:#c7d2fe40}.border-indigo-200\/30{border-color:#c7d2fe4d}.border-indigo-200\/40{border-color:#c7d2fe66}.border-indigo-200\/50{border-color:#c7d2fe80}.border-indigo-200\/60{border-color:#c7d2fe99}.border-indigo-200\/70{border-color:#c7d2feb3}.border-indigo-200\/75{border-color:#c7d2febf}.border-indigo-200\/80{border-color:#c7d2fecc}.border-indigo-200\/90{border-color:#c7d2fee6}.border-indigo-200\/95{border-color:#c7d2fef2}.border-indigo-200\/100{border-color:#c7d2fe}.border-indigo-300\/0{border-color:#a5b4fc00}.border-indigo-300\/5{border-color:#a5b4fc0d}.border-indigo-300\/10{border-color:#a5b4fc1a}.border-indigo-300\/20{border-color:#a5b4fc33}.border-indigo-300\/25{border-color:#a5b4fc40}.border-indigo-300\/30{border-color:#a5b4fc4d}.border-indigo-300\/40{border-color:#a5b4fc66}.border-indigo-300\/50{border-color:#a5b4fc80}.border-indigo-300\/60{border-color:#a5b4fc99}.border-indigo-300\/70{border-color:#a5b4fcb3}.border-indigo-300\/75{border-color:#a5b4fcbf}.border-indigo-300\/80{border-color:#a5b4fccc}.border-indigo-300\/90{border-color:#a5b4fce6}.border-indigo-300\/95{border-color:#a5b4fcf2}.border-indigo-300\/100{border-color:#a5b4fc}.border-indigo-400\/0{border-color:#818cf800}.border-indigo-400\/5{border-color:#818cf80d}.border-indigo-400\/10{border-color:#818cf81a}.border-indigo-400\/20{border-color:#818cf833}.border-indigo-400\/25{border-color:#818cf840}.border-indigo-400\/30{border-color:#818cf84d}.border-indigo-400\/40{border-color:#818cf866}.border-indigo-400\/50{border-color:#818cf880}.border-indigo-400\/60{border-color:#818cf899}.border-indigo-400\/70{border-color:#818cf8b3}.border-indigo-400\/75{border-color:#818cf8bf}.border-indigo-400\/80{border-color:#818cf8cc}.border-indigo-400\/90{border-color:#818cf8e6}.border-indigo-400\/95{border-color:#818cf8f2}.border-indigo-400\/100{border-color:#818cf8}.border-indigo-500\/0{border-color:#6366f100}.border-indigo-500\/5{border-color:#6366f10d}.border-indigo-500\/10{border-color:#6366f11a}.border-indigo-500\/20{border-color:#6366f133}.border-indigo-500\/25{border-color:#6366f140}.border-indigo-500\/30{border-color:#6366f14d}.border-indigo-500\/40{border-color:#6366f166}.border-indigo-500\/50{border-color:#6366f180}.border-indigo-500\/60{border-color:#6366f199}.border-indigo-500\/70{border-color:#6366f1b3}.border-indigo-500\/75{border-color:#6366f1bf}.border-indigo-500\/80{border-color:#6366f1cc}.border-indigo-500\/90{border-color:#6366f1e6}.border-indigo-500\/95{border-color:#6366f1f2}.border-indigo-500\/100{border-color:#6366f1}.border-indigo-600\/0{border-color:#4f46e500}.border-indigo-600\/5{border-color:#4f46e50d}.border-indigo-600\/10{border-color:#4f46e51a}.border-indigo-600\/20{border-color:#4f46e533}.border-indigo-600\/25{border-color:#4f46e540}.border-indigo-600\/30{border-color:#4f46e54d}.border-indigo-600\/40{border-color:#4f46e566}.border-indigo-600\/50{border-color:#4f46e580}.border-indigo-600\/60{border-color:#4f46e599}.border-indigo-600\/70{border-color:#4f46e5b3}.border-indigo-600\/75{border-color:#4f46e5bf}.border-indigo-600\/80{border-color:#4f46e5cc}.border-indigo-600\/90{border-color:#4f46e5e6}.border-indigo-600\/95{border-color:#4f46e5f2}.border-indigo-600\/100{border-color:#4f46e5}.border-indigo-700\/0{border-color:#4338ca00}.border-indigo-700\/5{border-color:#4338ca0d}.border-indigo-700\/10{border-color:#4338ca1a}.border-indigo-700\/20{border-color:#4338ca33}.border-indigo-700\/25{border-color:#4338ca40}.border-indigo-700\/30{border-color:#4338ca4d}.border-indigo-700\/40{border-color:#4338ca66}.border-indigo-700\/50{border-color:#4338ca80}.border-indigo-700\/60{border-color:#4338ca99}.border-indigo-700\/70{border-color:#4338cab3}.border-indigo-700\/75{border-color:#4338cabf}.border-indigo-700\/80{border-color:#4338cacc}.border-indigo-700\/90{border-color:#4338cae6}.border-indigo-700\/95{border-color:#4338caf2}.border-indigo-700\/100{border-color:#4338ca}.border-indigo-800\/0{border-color:#3730a300}.border-indigo-800\/5{border-color:#3730a30d}.border-indigo-800\/10{border-color:#3730a31a}.border-indigo-800\/20{border-color:#3730a333}.border-indigo-800\/25{border-color:#3730a340}.border-indigo-800\/30{border-color:#3730a34d}.border-indigo-800\/40{border-color:#3730a366}.border-indigo-800\/50{border-color:#3730a380}.border-indigo-800\/60{border-color:#3730a399}.border-indigo-800\/70{border-color:#3730a3b3}.border-indigo-800\/75{border-color:#3730a3bf}.border-indigo-800\/80{border-color:#3730a3cc}.border-indigo-800\/90{border-color:#3730a3e6}.border-indigo-800\/95{border-color:#3730a3f2}.border-indigo-800\/100{border-color:#3730a3}.border-indigo-900\/0{border-color:#312e8100}.border-indigo-900\/5{border-color:#312e810d}.border-indigo-900\/10{border-color:#312e811a}.border-indigo-900\/20{border-color:#312e8133}.border-indigo-900\/25{border-color:#312e8140}.border-indigo-900\/30{border-color:#312e814d}.border-indigo-900\/40{border-color:#312e8166}.border-indigo-900\/50{border-color:#312e8180}.border-indigo-900\/60{border-color:#312e8199}.border-indigo-900\/70{border-color:#312e81b3}.border-indigo-900\/75{border-color:#312e81bf}.border-indigo-900\/80{border-color:#312e81cc}.border-indigo-900\/90{border-color:#312e81e6}.border-indigo-900\/95{border-color:#312e81f2}.border-indigo-900\/100{border-color:#312e81}.border-violet-50\/0{border-color:#f5f3ff00}.border-violet-50\/5{border-color:#f5f3ff0d}.border-violet-50\/10{border-color:#f5f3ff1a}.border-violet-50\/20{border-color:#f5f3ff33}.border-violet-50\/25{border-color:#f5f3ff40}.border-violet-50\/30{border-color:#f5f3ff4d}.border-violet-50\/40{border-color:#f5f3ff66}.border-violet-50\/50{border-color:#f5f3ff80}.border-violet-50\/60{border-color:#f5f3ff99}.border-violet-50\/70{border-color:#f5f3ffb3}.border-violet-50\/75{border-color:#f5f3ffbf}.border-violet-50\/80{border-color:#f5f3ffcc}.border-violet-50\/90{border-color:#f5f3ffe6}.border-violet-50\/95{border-color:#f5f3fff2}.border-violet-50\/100{border-color:#f5f3ff}.border-violet-100\/0{border-color:#ede9fe00}.border-violet-100\/5{border-color:#ede9fe0d}.border-violet-100\/10{border-color:#ede9fe1a}.border-violet-100\/20{border-color:#ede9fe33}.border-violet-100\/25{border-color:#ede9fe40}.border-violet-100\/30{border-color:#ede9fe4d}.border-violet-100\/40{border-color:#ede9fe66}.border-violet-100\/50{border-color:#ede9fe80}.border-violet-100\/60{border-color:#ede9fe99}.border-violet-100\/70{border-color:#ede9feb3}.border-violet-100\/75{border-color:#ede9febf}.border-violet-100\/80{border-color:#ede9fecc}.border-violet-100\/90{border-color:#ede9fee6}.border-violet-100\/95{border-color:#ede9fef2}.border-violet-100\/100{border-color:#ede9fe}.border-violet-200\/0{border-color:#ddd6fe00}.border-violet-200\/5{border-color:#ddd6fe0d}.border-violet-200\/10{border-color:#ddd6fe1a}.border-violet-200\/20{border-color:#ddd6fe33}.border-violet-200\/25{border-color:#ddd6fe40}.border-violet-200\/30{border-color:#ddd6fe4d}.border-violet-200\/40{border-color:#ddd6fe66}.border-violet-200\/50{border-color:#ddd6fe80}.border-violet-200\/60{border-color:#ddd6fe99}.border-violet-200\/70{border-color:#ddd6feb3}.border-violet-200\/75{border-color:#ddd6febf}.border-violet-200\/80{border-color:#ddd6fecc}.border-violet-200\/90{border-color:#ddd6fee6}.border-violet-200\/95{border-color:#ddd6fef2}.border-violet-200\/100{border-color:#ddd6fe}.border-violet-300\/0{border-color:#c4b5fd00}.border-violet-300\/5{border-color:#c4b5fd0d}.border-violet-300\/10{border-color:#c4b5fd1a}.border-violet-300\/20{border-color:#c4b5fd33}.border-violet-300\/25{border-color:#c4b5fd40}.border-violet-300\/30{border-color:#c4b5fd4d}.border-violet-300\/40{border-color:#c4b5fd66}.border-violet-300\/50{border-color:#c4b5fd80}.border-violet-300\/60{border-color:#c4b5fd99}.border-violet-300\/70{border-color:#c4b5fdb3}.border-violet-300\/75{border-color:#c4b5fdbf}.border-violet-300\/80{border-color:#c4b5fdcc}.border-violet-300\/90{border-color:#c4b5fde6}.border-violet-300\/95{border-color:#c4b5fdf2}.border-violet-300\/100{border-color:#c4b5fd}.border-violet-400\/0{border-color:#a78bfa00}.border-violet-400\/5{border-color:#a78bfa0d}.border-violet-400\/10{border-color:#a78bfa1a}.border-violet-400\/20{border-color:#a78bfa33}.border-violet-400\/25{border-color:#a78bfa40}.border-violet-400\/30{border-color:#a78bfa4d}.border-violet-400\/40{border-color:#a78bfa66}.border-violet-400\/50{border-color:#a78bfa80}.border-violet-400\/60{border-color:#a78bfa99}.border-violet-400\/70{border-color:#a78bfab3}.border-violet-400\/75{border-color:#a78bfabf}.border-violet-400\/80{border-color:#a78bfacc}.border-violet-400\/90{border-color:#a78bfae6}.border-violet-400\/95{border-color:#a78bfaf2}.border-violet-400\/100{border-color:#a78bfa}.border-violet-500\/0{border-color:#8b5cf600}.border-violet-500\/5{border-color:#8b5cf60d}.border-violet-500\/10{border-color:#8b5cf61a}.border-violet-500\/20{border-color:#8b5cf633}.border-violet-500\/25{border-color:#8b5cf640}.border-violet-500\/30{border-color:#8b5cf64d}.border-violet-500\/40{border-color:#8b5cf666}.border-violet-500\/50{border-color:#8b5cf680}.border-violet-500\/60{border-color:#8b5cf699}.border-violet-500\/70{border-color:#8b5cf6b3}.border-violet-500\/75{border-color:#8b5cf6bf}.border-violet-500\/80{border-color:#8b5cf6cc}.border-violet-500\/90{border-color:#8b5cf6e6}.border-violet-500\/95{border-color:#8b5cf6f2}.border-violet-500\/100{border-color:#8b5cf6}.border-violet-600\/0{border-color:#7c3aed00}.border-violet-600\/5{border-color:#7c3aed0d}.border-violet-600\/10{border-color:#7c3aed1a}.border-violet-600\/20{border-color:#7c3aed33}.border-violet-600\/25{border-color:#7c3aed40}.border-violet-600\/30{border-color:#7c3aed4d}.border-violet-600\/40{border-color:#7c3aed66}.border-violet-600\/50{border-color:#7c3aed80}.border-violet-600\/60{border-color:#7c3aed99}.border-violet-600\/70{border-color:#7c3aedb3}.border-violet-600\/75{border-color:#7c3aedbf}.border-violet-600\/80{border-color:#7c3aedcc}.border-violet-600\/90{border-color:#7c3aede6}.border-violet-600\/95{border-color:#7c3aedf2}.border-violet-600\/100{border-color:#7c3aed}.border-violet-700\/0{border-color:#6d28d900}.border-violet-700\/5{border-color:#6d28d90d}.border-violet-700\/10{border-color:#6d28d91a}.border-violet-700\/20{border-color:#6d28d933}.border-violet-700\/25{border-color:#6d28d940}.border-violet-700\/30{border-color:#6d28d94d}.border-violet-700\/40{border-color:#6d28d966}.border-violet-700\/50{border-color:#6d28d980}.border-violet-700\/60{border-color:#6d28d999}.border-violet-700\/70{border-color:#6d28d9b3}.border-violet-700\/75{border-color:#6d28d9bf}.border-violet-700\/80{border-color:#6d28d9cc}.border-violet-700\/90{border-color:#6d28d9e6}.border-violet-700\/95{border-color:#6d28d9f2}.border-violet-700\/100{border-color:#6d28d9}.border-violet-800\/0{border-color:#5b21b600}.border-violet-800\/5{border-color:#5b21b60d}.border-violet-800\/10{border-color:#5b21b61a}.border-violet-800\/20{border-color:#5b21b633}.border-violet-800\/25{border-color:#5b21b640}.border-violet-800\/30{border-color:#5b21b64d}.border-violet-800\/40{border-color:#5b21b666}.border-violet-800\/50{border-color:#5b21b680}.border-violet-800\/60{border-color:#5b21b699}.border-violet-800\/70{border-color:#5b21b6b3}.border-violet-800\/75{border-color:#5b21b6bf}.border-violet-800\/80{border-color:#5b21b6cc}.border-violet-800\/90{border-color:#5b21b6e6}.border-violet-800\/95{border-color:#5b21b6f2}.border-violet-800\/100{border-color:#5b21b6}.border-violet-900\/0{border-color:#4c1d9500}.border-violet-900\/5{border-color:#4c1d950d}.border-violet-900\/10{border-color:#4c1d951a}.border-violet-900\/20{border-color:#4c1d9533}.border-violet-900\/25{border-color:#4c1d9540}.border-violet-900\/30{border-color:#4c1d954d}.border-violet-900\/40{border-color:#4c1d9566}.border-violet-900\/50{border-color:#4c1d9580}.border-violet-900\/60{border-color:#4c1d9599}.border-violet-900\/70{border-color:#4c1d95b3}.border-violet-900\/75{border-color:#4c1d95bf}.border-violet-900\/80{border-color:#4c1d95cc}.border-violet-900\/90{border-color:#4c1d95e6}.border-violet-900\/95{border-color:#4c1d95f2}.border-violet-900\/100{border-color:#4c1d95}.border-fuchsia-50\/0{border-color:#fdf4ff00}.border-fuchsia-50\/5{border-color:#fdf4ff0d}.border-fuchsia-50\/10{border-color:#fdf4ff1a}.border-fuchsia-50\/20{border-color:#fdf4ff33}.border-fuchsia-50\/25{border-color:#fdf4ff40}.border-fuchsia-50\/30{border-color:#fdf4ff4d}.border-fuchsia-50\/40{border-color:#fdf4ff66}.border-fuchsia-50\/50{border-color:#fdf4ff80}.border-fuchsia-50\/60{border-color:#fdf4ff99}.border-fuchsia-50\/70{border-color:#fdf4ffb3}.border-fuchsia-50\/75{border-color:#fdf4ffbf}.border-fuchsia-50\/80{border-color:#fdf4ffcc}.border-fuchsia-50\/90{border-color:#fdf4ffe6}.border-fuchsia-50\/95{border-color:#fdf4fff2}.border-fuchsia-50\/100{border-color:#fdf4ff}.border-fuchsia-100\/0{border-color:#fae8ff00}.border-fuchsia-100\/5{border-color:#fae8ff0d}.border-fuchsia-100\/10{border-color:#fae8ff1a}.border-fuchsia-100\/20{border-color:#fae8ff33}.border-fuchsia-100\/25{border-color:#fae8ff40}.border-fuchsia-100\/30{border-color:#fae8ff4d}.border-fuchsia-100\/40{border-color:#fae8ff66}.border-fuchsia-100\/50{border-color:#fae8ff80}.border-fuchsia-100\/60{border-color:#fae8ff99}.border-fuchsia-100\/70{border-color:#fae8ffb3}.border-fuchsia-100\/75{border-color:#fae8ffbf}.border-fuchsia-100\/80{border-color:#fae8ffcc}.border-fuchsia-100\/90{border-color:#fae8ffe6}.border-fuchsia-100\/95{border-color:#fae8fff2}.border-fuchsia-100\/100{border-color:#fae8ff}.border-fuchsia-200\/0{border-color:#f5d0fe00}.border-fuchsia-200\/5{border-color:#f5d0fe0d}.border-fuchsia-200\/10{border-color:#f5d0fe1a}.border-fuchsia-200\/20{border-color:#f5d0fe33}.border-fuchsia-200\/25{border-color:#f5d0fe40}.border-fuchsia-200\/30{border-color:#f5d0fe4d}.border-fuchsia-200\/40{border-color:#f5d0fe66}.border-fuchsia-200\/50{border-color:#f5d0fe80}.border-fuchsia-200\/60{border-color:#f5d0fe99}.border-fuchsia-200\/70{border-color:#f5d0feb3}.border-fuchsia-200\/75{border-color:#f5d0febf}.border-fuchsia-200\/80{border-color:#f5d0fecc}.border-fuchsia-200\/90{border-color:#f5d0fee6}.border-fuchsia-200\/95{border-color:#f5d0fef2}.border-fuchsia-200\/100{border-color:#f5d0fe}.border-fuchsia-300\/0{border-color:#f0abfc00}.border-fuchsia-300\/5{border-color:#f0abfc0d}.border-fuchsia-300\/10{border-color:#f0abfc1a}.border-fuchsia-300\/20{border-color:#f0abfc33}.border-fuchsia-300\/25{border-color:#f0abfc40}.border-fuchsia-300\/30{border-color:#f0abfc4d}.border-fuchsia-300\/40{border-color:#f0abfc66}.border-fuchsia-300\/50{border-color:#f0abfc80}.border-fuchsia-300\/60{border-color:#f0abfc99}.border-fuchsia-300\/70{border-color:#f0abfcb3}.border-fuchsia-300\/75{border-color:#f0abfcbf}.border-fuchsia-300\/80{border-color:#f0abfccc}.border-fuchsia-300\/90{border-color:#f0abfce6}.border-fuchsia-300\/95{border-color:#f0abfcf2}.border-fuchsia-300\/100{border-color:#f0abfc}.border-fuchsia-400\/0{border-color:#e879f900}.border-fuchsia-400\/5{border-color:#e879f90d}.border-fuchsia-400\/10{border-color:#e879f91a}.border-fuchsia-400\/20{border-color:#e879f933}.border-fuchsia-400\/25{border-color:#e879f940}.border-fuchsia-400\/30{border-color:#e879f94d}.border-fuchsia-400\/40{border-color:#e879f966}.border-fuchsia-400\/50{border-color:#e879f980}.border-fuchsia-400\/60{border-color:#e879f999}.border-fuchsia-400\/70{border-color:#e879f9b3}.border-fuchsia-400\/75{border-color:#e879f9bf}.border-fuchsia-400\/80{border-color:#e879f9cc}.border-fuchsia-400\/90{border-color:#e879f9e6}.border-fuchsia-400\/95{border-color:#e879f9f2}.border-fuchsia-400\/100{border-color:#e879f9}.border-fuchsia-500\/0{border-color:#d946ef00}.border-fuchsia-500\/5{border-color:#d946ef0d}.border-fuchsia-500\/10{border-color:#d946ef1a}.border-fuchsia-500\/20{border-color:#d946ef33}.border-fuchsia-500\/25{border-color:#d946ef40}.border-fuchsia-500\/30{border-color:#d946ef4d}.border-fuchsia-500\/40{border-color:#d946ef66}.border-fuchsia-500\/50{border-color:#d946ef80}.border-fuchsia-500\/60{border-color:#d946ef99}.border-fuchsia-500\/70{border-color:#d946efb3}.border-fuchsia-500\/75{border-color:#d946efbf}.border-fuchsia-500\/80{border-color:#d946efcc}.border-fuchsia-500\/90{border-color:#d946efe6}.border-fuchsia-500\/95{border-color:#d946eff2}.border-fuchsia-500\/100{border-color:#d946ef}.border-fuchsia-600\/0{border-color:#c026d300}.border-fuchsia-600\/5{border-color:#c026d30d}.border-fuchsia-600\/10{border-color:#c026d31a}.border-fuchsia-600\/20{border-color:#c026d333}.border-fuchsia-600\/25{border-color:#c026d340}.border-fuchsia-600\/30{border-color:#c026d34d}.border-fuchsia-600\/40{border-color:#c026d366}.border-fuchsia-600\/50{border-color:#c026d380}.border-fuchsia-600\/60{border-color:#c026d399}.border-fuchsia-600\/70{border-color:#c026d3b3}.border-fuchsia-600\/75{border-color:#c026d3bf}.border-fuchsia-600\/80{border-color:#c026d3cc}.border-fuchsia-600\/90{border-color:#c026d3e6}.border-fuchsia-600\/95{border-color:#c026d3f2}.border-fuchsia-600\/100{border-color:#c026d3}.border-fuchsia-700\/0{border-color:#a21caf00}.border-fuchsia-700\/5{border-color:#a21caf0d}.border-fuchsia-700\/10{border-color:#a21caf1a}.border-fuchsia-700\/20{border-color:#a21caf33}.border-fuchsia-700\/25{border-color:#a21caf40}.border-fuchsia-700\/30{border-color:#a21caf4d}.border-fuchsia-700\/40{border-color:#a21caf66}.border-fuchsia-700\/50{border-color:#a21caf80}.border-fuchsia-700\/60{border-color:#a21caf99}.border-fuchsia-700\/70{border-color:#a21cafb3}.border-fuchsia-700\/75{border-color:#a21cafbf}.border-fuchsia-700\/80{border-color:#a21cafcc}.border-fuchsia-700\/90{border-color:#a21cafe6}.border-fuchsia-700\/95{border-color:#a21caff2}.border-fuchsia-700\/100{border-color:#a21caf}.border-fuchsia-800\/0{border-color:#86198f00}.border-fuchsia-800\/5{border-color:#86198f0d}.border-fuchsia-800\/10{border-color:#86198f1a}.border-fuchsia-800\/20{border-color:#86198f33}.border-fuchsia-800\/25{border-color:#86198f40}.border-fuchsia-800\/30{border-color:#86198f4d}.border-fuchsia-800\/40{border-color:#86198f66}.border-fuchsia-800\/50{border-color:#86198f80}.border-fuchsia-800\/60{border-color:#86198f99}.border-fuchsia-800\/70{border-color:#86198fb3}.border-fuchsia-800\/75{border-color:#86198fbf}.border-fuchsia-800\/80{border-color:#86198fcc}.border-fuchsia-800\/90{border-color:#86198fe6}.border-fuchsia-800\/95{border-color:#86198ff2}.border-fuchsia-800\/100{border-color:#86198f}.border-fuchsia-900\/0{border-color:#701a7500}.border-fuchsia-900\/5{border-color:#701a750d}.border-fuchsia-900\/10{border-color:#701a751a}.border-fuchsia-900\/20{border-color:#701a7533}.border-fuchsia-900\/25{border-color:#701a7540}.border-fuchsia-900\/30{border-color:#701a754d}.border-fuchsia-900\/40{border-color:#701a7566}.border-fuchsia-900\/50{border-color:#701a7580}.border-fuchsia-900\/60{border-color:#701a7599}.border-fuchsia-900\/70{border-color:#701a75b3}.border-fuchsia-900\/75{border-color:#701a75bf}.border-fuchsia-900\/80{border-color:#701a75cc}.border-fuchsia-900\/90{border-color:#701a75e6}.border-fuchsia-900\/95{border-color:#701a75f2}.border-fuchsia-900\/100{border-color:#701a75}.border-pink-50\/0{border-color:#fdf2f800}.border-pink-50\/5{border-color:#fdf2f80d}.border-pink-50\/10{border-color:#fdf2f81a}.border-pink-50\/20{border-color:#fdf2f833}.border-pink-50\/25{border-color:#fdf2f840}.border-pink-50\/30{border-color:#fdf2f84d}.border-pink-50\/40{border-color:#fdf2f866}.border-pink-50\/50{border-color:#fdf2f880}.border-pink-50\/60{border-color:#fdf2f899}.border-pink-50\/70{border-color:#fdf2f8b3}.border-pink-50\/75{border-color:#fdf2f8bf}.border-pink-50\/80{border-color:#fdf2f8cc}.border-pink-50\/90{border-color:#fdf2f8e6}.border-pink-50\/95{border-color:#fdf2f8f2}.border-pink-50\/100{border-color:#fdf2f8}.border-pink-100\/0{border-color:#fce7f300}.border-pink-100\/5{border-color:#fce7f30d}.border-pink-100\/10{border-color:#fce7f31a}.border-pink-100\/20{border-color:#fce7f333}.border-pink-100\/25{border-color:#fce7f340}.border-pink-100\/30{border-color:#fce7f34d}.border-pink-100\/40{border-color:#fce7f366}.border-pink-100\/50{border-color:#fce7f380}.border-pink-100\/60{border-color:#fce7f399}.border-pink-100\/70{border-color:#fce7f3b3}.border-pink-100\/75{border-color:#fce7f3bf}.border-pink-100\/80{border-color:#fce7f3cc}.border-pink-100\/90{border-color:#fce7f3e6}.border-pink-100\/95{border-color:#fce7f3f2}.border-pink-100\/100{border-color:#fce7f3}.border-pink-200\/0{border-color:#fbcfe800}.border-pink-200\/5{border-color:#fbcfe80d}.border-pink-200\/10{border-color:#fbcfe81a}.border-pink-200\/20{border-color:#fbcfe833}.border-pink-200\/25{border-color:#fbcfe840}.border-pink-200\/30{border-color:#fbcfe84d}.border-pink-200\/40{border-color:#fbcfe866}.border-pink-200\/50{border-color:#fbcfe880}.border-pink-200\/60{border-color:#fbcfe899}.border-pink-200\/70{border-color:#fbcfe8b3}.border-pink-200\/75{border-color:#fbcfe8bf}.border-pink-200\/80{border-color:#fbcfe8cc}.border-pink-200\/90{border-color:#fbcfe8e6}.border-pink-200\/95{border-color:#fbcfe8f2}.border-pink-200\/100{border-color:#fbcfe8}.border-pink-300\/0{border-color:#f9a8d400}.border-pink-300\/5{border-color:#f9a8d40d}.border-pink-300\/10{border-color:#f9a8d41a}.border-pink-300\/20{border-color:#f9a8d433}.border-pink-300\/25{border-color:#f9a8d440}.border-pink-300\/30{border-color:#f9a8d44d}.border-pink-300\/40{border-color:#f9a8d466}.border-pink-300\/50{border-color:#f9a8d480}.border-pink-300\/60{border-color:#f9a8d499}.border-pink-300\/70{border-color:#f9a8d4b3}.border-pink-300\/75{border-color:#f9a8d4bf}.border-pink-300\/80{border-color:#f9a8d4cc}.border-pink-300\/90{border-color:#f9a8d4e6}.border-pink-300\/95{border-color:#f9a8d4f2}.border-pink-300\/100{border-color:#f9a8d4}.border-pink-400\/0{border-color:#f472b600}.border-pink-400\/5{border-color:#f472b60d}.border-pink-400\/10{border-color:#f472b61a}.border-pink-400\/20{border-color:#f472b633}.border-pink-400\/25{border-color:#f472b640}.border-pink-400\/30{border-color:#f472b64d}.border-pink-400\/40{border-color:#f472b666}.border-pink-400\/50{border-color:#f472b680}.border-pink-400\/60{border-color:#f472b699}.border-pink-400\/70{border-color:#f472b6b3}.border-pink-400\/75{border-color:#f472b6bf}.border-pink-400\/80{border-color:#f472b6cc}.border-pink-400\/90{border-color:#f472b6e6}.border-pink-400\/95{border-color:#f472b6f2}.border-pink-400\/100{border-color:#f472b6}.border-pink-500\/0{border-color:#ec489900}.border-pink-500\/5{border-color:#ec48990d}.border-pink-500\/10{border-color:#ec48991a}.border-pink-500\/20{border-color:#ec489933}.border-pink-500\/25{border-color:#ec489940}.border-pink-500\/30{border-color:#ec48994d}.border-pink-500\/40{border-color:#ec489966}.border-pink-500\/50{border-color:#ec489980}.border-pink-500\/60{border-color:#ec489999}.border-pink-500\/70{border-color:#ec4899b3}.border-pink-500\/75{border-color:#ec4899bf}.border-pink-500\/80{border-color:#ec4899cc}.border-pink-500\/90{border-color:#ec4899e6}.border-pink-500\/95{border-color:#ec4899f2}.border-pink-500\/100{border-color:#ec4899}.border-pink-600\/0{border-color:#db277700}.border-pink-600\/5{border-color:#db27770d}.border-pink-600\/10{border-color:#db27771a}.border-pink-600\/20{border-color:#db277733}.border-pink-600\/25{border-color:#db277740}.border-pink-600\/30{border-color:#db27774d}.border-pink-600\/40{border-color:#db277766}.border-pink-600\/50{border-color:#db277780}.border-pink-600\/60{border-color:#db277799}.border-pink-600\/70{border-color:#db2777b3}.border-pink-600\/75{border-color:#db2777bf}.border-pink-600\/80{border-color:#db2777cc}.border-pink-600\/90{border-color:#db2777e6}.border-pink-600\/95{border-color:#db2777f2}.border-pink-600\/100{border-color:#db2777}.border-pink-700\/0{border-color:#be185d00}.border-pink-700\/5{border-color:#be185d0d}.border-pink-700\/10{border-color:#be185d1a}.border-pink-700\/20{border-color:#be185d33}.border-pink-700\/25{border-color:#be185d40}.border-pink-700\/30{border-color:#be185d4d}.border-pink-700\/40{border-color:#be185d66}.border-pink-700\/50{border-color:#be185d80}.border-pink-700\/60{border-color:#be185d99}.border-pink-700\/70{border-color:#be185db3}.border-pink-700\/75{border-color:#be185dbf}.border-pink-700\/80{border-color:#be185dcc}.border-pink-700\/90{border-color:#be185de6}.border-pink-700\/95{border-color:#be185df2}.border-pink-700\/100{border-color:#be185d}.border-pink-800\/0{border-color:#9d174d00}.border-pink-800\/5{border-color:#9d174d0d}.border-pink-800\/10{border-color:#9d174d1a}.border-pink-800\/20{border-color:#9d174d33}.border-pink-800\/25{border-color:#9d174d40}.border-pink-800\/30{border-color:#9d174d4d}.border-pink-800\/40{border-color:#9d174d66}.border-pink-800\/50{border-color:#9d174d80}.border-pink-800\/60{border-color:#9d174d99}.border-pink-800\/70{border-color:#9d174db3}.border-pink-800\/75{border-color:#9d174dbf}.border-pink-800\/80{border-color:#9d174dcc}.border-pink-800\/90{border-color:#9d174de6}.border-pink-800\/95{border-color:#9d174df2}.border-pink-800\/100{border-color:#9d174d}.border-pink-900\/0{border-color:#83184300}.border-pink-900\/5{border-color:#8318430d}.border-pink-900\/10{border-color:#8318431a}.border-pink-900\/20{border-color:#83184333}.border-pink-900\/25{border-color:#83184340}.border-pink-900\/30{border-color:#8318434d}.border-pink-900\/40{border-color:#83184366}.border-pink-900\/50{border-color:#83184380}.border-pink-900\/60{border-color:#83184399}.border-pink-900\/70{border-color:#831843b3}.border-pink-900\/75{border-color:#831843bf}.border-pink-900\/80{border-color:#831843cc}.border-pink-900\/90{border-color:#831843e6}.border-pink-900\/95{border-color:#831843f2}.border-pink-900\/100{border-color:#831843}.border-rose-50\/0{border-color:#fff1f200}.border-rose-50\/5{border-color:#fff1f20d}.border-rose-50\/10{border-color:#fff1f21a}.border-rose-50\/20{border-color:#fff1f233}.border-rose-50\/25{border-color:#fff1f240}.border-rose-50\/30{border-color:#fff1f24d}.border-rose-50\/40{border-color:#fff1f266}.border-rose-50\/50{border-color:#fff1f280}.border-rose-50\/60{border-color:#fff1f299}.border-rose-50\/70{border-color:#fff1f2b3}.border-rose-50\/75{border-color:#fff1f2bf}.border-rose-50\/80{border-color:#fff1f2cc}.border-rose-50\/90{border-color:#fff1f2e6}.border-rose-50\/95{border-color:#fff1f2f2}.border-rose-50\/100{border-color:#fff1f2}.border-rose-100\/0{border-color:#ffe4e600}.border-rose-100\/5{border-color:#ffe4e60d}.border-rose-100\/10{border-color:#ffe4e61a}.border-rose-100\/20{border-color:#ffe4e633}.border-rose-100\/25{border-color:#ffe4e640}.border-rose-100\/30{border-color:#ffe4e64d}.border-rose-100\/40{border-color:#ffe4e666}.border-rose-100\/50{border-color:#ffe4e680}.border-rose-100\/60{border-color:#ffe4e699}.border-rose-100\/70{border-color:#ffe4e6b3}.border-rose-100\/75{border-color:#ffe4e6bf}.border-rose-100\/80{border-color:#ffe4e6cc}.border-rose-100\/90{border-color:#ffe4e6e6}.border-rose-100\/95{border-color:#ffe4e6f2}.border-rose-100\/100{border-color:#ffe4e6}.border-rose-200\/0{border-color:#fecdd300}.border-rose-200\/5{border-color:#fecdd30d}.border-rose-200\/10{border-color:#fecdd31a}.border-rose-200\/20{border-color:#fecdd333}.border-rose-200\/25{border-color:#fecdd340}.border-rose-200\/30{border-color:#fecdd34d}.border-rose-200\/40{border-color:#fecdd366}.border-rose-200\/50{border-color:#fecdd380}.border-rose-200\/60{border-color:#fecdd399}.border-rose-200\/70{border-color:#fecdd3b3}.border-rose-200\/75{border-color:#fecdd3bf}.border-rose-200\/80{border-color:#fecdd3cc}.border-rose-200\/90{border-color:#fecdd3e6}.border-rose-200\/95{border-color:#fecdd3f2}.border-rose-200\/100{border-color:#fecdd3}.border-rose-300\/0{border-color:#fda4af00}.border-rose-300\/5{border-color:#fda4af0d}.border-rose-300\/10{border-color:#fda4af1a}.border-rose-300\/20{border-color:#fda4af33}.border-rose-300\/25{border-color:#fda4af40}.border-rose-300\/30{border-color:#fda4af4d}.border-rose-300\/40{border-color:#fda4af66}.border-rose-300\/50{border-color:#fda4af80}.border-rose-300\/60{border-color:#fda4af99}.border-rose-300\/70{border-color:#fda4afb3}.border-rose-300\/75{border-color:#fda4afbf}.border-rose-300\/80{border-color:#fda4afcc}.border-rose-300\/90{border-color:#fda4afe6}.border-rose-300\/95{border-color:#fda4aff2}.border-rose-300\/100{border-color:#fda4af}.border-rose-400\/0{border-color:#fb718500}.border-rose-400\/5{border-color:#fb71850d}.border-rose-400\/10{border-color:#fb71851a}.border-rose-400\/20{border-color:#fb718533}.border-rose-400\/25{border-color:#fb718540}.border-rose-400\/30{border-color:#fb71854d}.border-rose-400\/40{border-color:#fb718566}.border-rose-400\/50{border-color:#fb718580}.border-rose-400\/60{border-color:#fb718599}.border-rose-400\/70{border-color:#fb7185b3}.border-rose-400\/75{border-color:#fb7185bf}.border-rose-400\/80{border-color:#fb7185cc}.border-rose-400\/90{border-color:#fb7185e6}.border-rose-400\/95{border-color:#fb7185f2}.border-rose-400\/100{border-color:#fb7185}.border-rose-500\/0{border-color:#f43f5e00}.border-rose-500\/5{border-color:#f43f5e0d}.border-rose-500\/10{border-color:#f43f5e1a}.border-rose-500\/20{border-color:#f43f5e33}.border-rose-500\/25{border-color:#f43f5e40}.border-rose-500\/30{border-color:#f43f5e4d}.border-rose-500\/40{border-color:#f43f5e66}.border-rose-500\/50{border-color:#f43f5e80}.border-rose-500\/60{border-color:#f43f5e99}.border-rose-500\/70{border-color:#f43f5eb3}.border-rose-500\/75{border-color:#f43f5ebf}.border-rose-500\/80{border-color:#f43f5ecc}.border-rose-500\/90{border-color:#f43f5ee6}.border-rose-500\/95{border-color:#f43f5ef2}.border-rose-500\/100{border-color:#f43f5e}.border-rose-600\/0{border-color:#e11d4800}.border-rose-600\/5{border-color:#e11d480d}.border-rose-600\/10{border-color:#e11d481a}.border-rose-600\/20{border-color:#e11d4833}.border-rose-600\/25{border-color:#e11d4840}.border-rose-600\/30{border-color:#e11d484d}.border-rose-600\/40{border-color:#e11d4866}.border-rose-600\/50{border-color:#e11d4880}.border-rose-600\/60{border-color:#e11d4899}.border-rose-600\/70{border-color:#e11d48b3}.border-rose-600\/75{border-color:#e11d48bf}.border-rose-600\/80{border-color:#e11d48cc}.border-rose-600\/90{border-color:#e11d48e6}.border-rose-600\/95{border-color:#e11d48f2}.border-rose-600\/100{border-color:#e11d48}.border-rose-700\/0{border-color:#be123c00}.border-rose-700\/5{border-color:#be123c0d}.border-rose-700\/10{border-color:#be123c1a}.border-rose-700\/20{border-color:#be123c33}.border-rose-700\/25{border-color:#be123c40}.border-rose-700\/30{border-color:#be123c4d}.border-rose-700\/40{border-color:#be123c66}.border-rose-700\/50{border-color:#be123c80}.border-rose-700\/60{border-color:#be123c99}.border-rose-700\/70{border-color:#be123cb3}.border-rose-700\/75{border-color:#be123cbf}.border-rose-700\/80{border-color:#be123ccc}.border-rose-700\/90{border-color:#be123ce6}.border-rose-700\/95{border-color:#be123cf2}.border-rose-700\/100{border-color:#be123c}.border-rose-800\/0{border-color:#9f123900}.border-rose-800\/5{border-color:#9f12390d}.border-rose-800\/10{border-color:#9f12391a}.border-rose-800\/20{border-color:#9f123933}.border-rose-800\/25{border-color:#9f123940}.border-rose-800\/30{border-color:#9f12394d}.border-rose-800\/40{border-color:#9f123966}.border-rose-800\/50{border-color:#9f123980}.border-rose-800\/60{border-color:#9f123999}.border-rose-800\/70{border-color:#9f1239b3}.border-rose-800\/75{border-color:#9f1239bf}.border-rose-800\/80{border-color:#9f1239cc}.border-rose-800\/90{border-color:#9f1239e6}.border-rose-800\/95{border-color:#9f1239f2}.border-rose-800\/100{border-color:#9f1239}.border-rose-900\/0{border-color:#88133700}.border-rose-900\/5{border-color:#8813370d}.border-rose-900\/10{border-color:#8813371a}.border-rose-900\/20{border-color:#88133733}.border-rose-900\/25{border-color:#88133740}.border-rose-900\/30{border-color:#8813374d}.border-rose-900\/40{border-color:#88133766}.border-rose-900\/50{border-color:#88133780}.border-rose-900\/60{border-color:#88133799}.border-rose-900\/70{border-color:#881337b3}.border-rose-900\/75{border-color:#881337bf}.border-rose-900\/80{border-color:#881337cc}.border-rose-900\/90{border-color:#881337e6}.border-rose-900\/95{border-color:#881337f2}.border-rose-900\/100{border-color:#881337}.border-primary-100\/0{border-color:#f2f3f400}.border-primary-100\/5{border-color:#f2f3f40d}.border-primary-100\/10{border-color:#f2f3f41a}.border-primary-100\/20{border-color:#f2f3f433}.border-primary-100\/25{border-color:#f2f3f440}.border-primary-100\/30{border-color:#f2f3f44d}.border-primary-100\/40{border-color:#f2f3f466}.border-primary-100\/50{border-color:#f2f3f480}.border-primary-100\/60{border-color:#f2f3f499}.border-primary-100\/70{border-color:#f2f3f4b3}.border-primary-100\/75{border-color:#f2f3f4bf}.border-primary-100\/80{border-color:#f2f3f4cc}.border-primary-100\/90{border-color:#f2f3f4e6}.border-primary-100\/95{border-color:#f2f3f4f2}.border-primary-100\/100{border-color:#f2f3f4}.border-primary-200\/0{border-color:#e8e8f000}.border-primary-200\/5{border-color:#e8e8f00d}.border-primary-200\/10{border-color:#e8e8f01a}.border-primary-200\/20{border-color:#e8e8f033}.border-primary-200\/25{border-color:#e8e8f040}.border-primary-200\/30{border-color:#e8e8f04d}.border-primary-200\/40{border-color:#e8e8f066}.border-primary-200\/50{border-color:#e8e8f080}.border-primary-200\/60{border-color:#e8e8f099}.border-primary-200\/70{border-color:#e8e8f0b3}.border-primary-200\/75{border-color:#e8e8f0bf}.border-primary-200\/80{border-color:#e8e8f0cc}.border-primary-200\/90{border-color:#e8e8f0e6}.border-primary-200\/95{border-color:#e8e8f0f2}.border-primary-200\/100{border-color:#e8e8f0}.border-primary-300\/0{border-color:#d0d0e100}.border-primary-300\/5{border-color:#d0d0e10d}.border-primary-300\/10{border-color:#d0d0e11a}.border-primary-300\/20{border-color:#d0d0e133}.border-primary-300\/25{border-color:#d0d0e140}.border-primary-300\/30{border-color:#d0d0e14d}.border-primary-300\/40{border-color:#d0d0e166}.border-primary-300\/50{border-color:#d0d0e180}.border-primary-300\/60{border-color:#d0d0e199}.border-primary-300\/70{border-color:#d0d0e1b3}.border-primary-300\/75{border-color:#d0d0e1bf}.border-primary-300\/80{border-color:#d0d0e1cc}.border-primary-300\/90{border-color:#d0d0e1e6}.border-primary-300\/95{border-color:#d0d0e1f2}.border-primary-300\/100{border-color:#d0d0e1}.border-primary-400\/0{border-color:#b4b4d100}.border-primary-400\/5{border-color:#b4b4d10d}.border-primary-400\/10{border-color:#b4b4d11a}.border-primary-400\/20{border-color:#b4b4d133}.border-primary-400\/25{border-color:#b4b4d140}.border-primary-400\/30{border-color:#b4b4d14d}.border-primary-400\/40{border-color:#b4b4d166}.border-primary-400\/50{border-color:#b4b4d180}.border-primary-400\/60{border-color:#b4b4d199}.border-primary-400\/70{border-color:#b4b4d1b3}.border-primary-400\/75{border-color:#b4b4d1bf}.border-primary-400\/80{border-color:#b4b4d1cc}.border-primary-400\/90{border-color:#b4b4d1e6}.border-primary-400\/95{border-color:#b4b4d1f2}.border-primary-400\/100{border-color:#b4b4d1}.border-primary-500\/0{border-color:#9393bf00}.border-primary-500\/5{border-color:#9393bf0d}.border-primary-500\/10{border-color:#9393bf1a}.border-primary-500\/20{border-color:#9393bf33}.border-primary-500\/25{border-color:#9393bf40}.border-primary-500\/30{border-color:#9393bf4d}.border-primary-500\/40{border-color:#9393bf66}.border-primary-500\/50{border-color:#9393bf80}.border-primary-500\/60{border-color:#9393bf99}.border-primary-500\/70{border-color:#9393bfb3}.border-primary-500\/75{border-color:#9393bfbf}.border-primary-500\/80{border-color:#9393bfcc}.border-primary-500\/90{border-color:#9393bfe6}.border-primary-500\/95{border-color:#9393bff2}.border-primary-500\/100{border-color:#9393bf}.border-primary-600\/0{border-color:#6868ac00}.border-primary-600\/5{border-color:#6868ac0d}.border-primary-600\/10{border-color:#6868ac1a}.border-primary-600\/20{border-color:#6868ac33}.border-primary-600\/25{border-color:#6868ac40}.border-primary-600\/30{border-color:#6868ac4d}.border-primary-600\/40{border-color:#6868ac66}.border-primary-600\/50{border-color:#6868ac80}.border-primary-600\/60{border-color:#6868ac99}.border-primary-600\/70{border-color:#6868acb3}.border-primary-600\/75{border-color:#6868acbf}.border-primary-600\/80{border-color:#6868accc}.border-primary-600\/90{border-color:#6868ace6}.border-primary-600\/95{border-color:#6868acf2}.border-primary-600\/100{border-color:#6868ac}.border-primary-700\/0{border-color:#5d5d9900}.border-primary-700\/5{border-color:#5d5d990d}.border-primary-700\/10{border-color:#5d5d991a}.border-primary-700\/20{border-color:#5d5d9933}.border-primary-700\/25{border-color:#5d5d9940}.border-primary-700\/30{border-color:#5d5d994d}.border-primary-700\/40{border-color:#5d5d9966}.border-primary-700\/50{border-color:#5d5d9980}.border-primary-700\/60{border-color:#5d5d9999}.border-primary-700\/70{border-color:#5d5d99b3}.border-primary-700\/75{border-color:#5d5d99bf}.border-primary-700\/80{border-color:#5d5d99cc}.border-primary-700\/90{border-color:#5d5d99e6}.border-primary-700\/95{border-color:#5d5d99f2}.border-primary-700\/100{border-color:#5d5d99}.border-primary-800\/0{border-color:#50508500}.border-primary-800\/5{border-color:#5050850d}.border-primary-800\/10{border-color:#5050851a}.border-primary-800\/20{border-color:#50508533}.border-primary-800\/25{border-color:#50508540}.border-primary-800\/30{border-color:#5050854d}.border-primary-800\/40{border-color:#50508566}.border-primary-800\/50{border-color:#50508580}.border-primary-800\/60{border-color:#50508599}.border-primary-800\/70{border-color:#505085b3}.border-primary-800\/75{border-color:#505085bf}.border-primary-800\/80{border-color:#505085cc}.border-primary-800\/90{border-color:#505085e6}.border-primary-800\/95{border-color:#505085f2}.border-primary-800\/100{border-color:#505085}.border-primary-900\/0{border-color:#41416c00}.border-primary-900\/5{border-color:#41416c0d}.border-primary-900\/10{border-color:#41416c1a}.border-primary-900\/20{border-color:#41416c33}.border-primary-900\/25{border-color:#41416c40}.border-primary-900\/30{border-color:#41416c4d}.border-primary-900\/40{border-color:#41416c66}.border-primary-900\/50{border-color:#41416c80}.border-primary-900\/60{border-color:#41416c99}.border-primary-900\/70{border-color:#41416cb3}.border-primary-900\/75{border-color:#41416cbf}.border-primary-900\/80{border-color:#41416ccc}.border-primary-900\/90{border-color:#41416ce6}.border-primary-900\/95{border-color:#41416cf2}.border-primary-900\/100{border-color:#41416c}.border-primary-1000\/0{border-color:#2e2e4c00}.border-primary-1000\/5{border-color:#2e2e4c0d}.border-primary-1000\/10{border-color:#2e2e4c1a}.border-primary-1000\/20{border-color:#2e2e4c33}.border-primary-1000\/25{border-color:#2e2e4c40}.border-primary-1000\/30{border-color:#2e2e4c4d}.border-primary-1000\/40{border-color:#2e2e4c66}.border-primary-1000\/50{border-color:#2e2e4c80}.border-primary-1000\/60{border-color:#2e2e4c99}.border-primary-1000\/70{border-color:#2e2e4cb3}.border-primary-1000\/75{border-color:#2e2e4cbf}.border-primary-1000\/80{border-color:#2e2e4ccc}.border-primary-1000\/90{border-color:#2e2e4ce6}.border-primary-1000\/95{border-color:#2e2e4cf2}.border-primary-1000\/100{border-color:#2e2e4c}.border-primary-highlight-100\/0{border-color:#f7f5fe00}.border-primary-highlight-100\/5{border-color:#f7f5fe0d}.border-primary-highlight-100\/10{border-color:#f7f5fe1a}.border-primary-highlight-100\/20{border-color:#f7f5fe33}.border-primary-highlight-100\/25{border-color:#f7f5fe40}.border-primary-highlight-100\/30{border-color:#f7f5fe4d}.border-primary-highlight-100\/40{border-color:#f7f5fe66}.border-primary-highlight-100\/50{border-color:#f7f5fe80}.border-primary-highlight-100\/60{border-color:#f7f5fe99}.border-primary-highlight-100\/70{border-color:#f7f5feb3}.border-primary-highlight-100\/75{border-color:#f7f5febf}.border-primary-highlight-100\/80{border-color:#f7f5fecc}.border-primary-highlight-100\/90{border-color:#f7f5fee6}.border-primary-highlight-100\/95{border-color:#f7f5fef2}.border-primary-highlight-100\/100{border-color:#f7f5fe}.border-primary-highlight-200\/0{border-color:#efecfe00}.border-primary-highlight-200\/5{border-color:#efecfe0d}.border-primary-highlight-200\/10{border-color:#efecfe1a}.border-primary-highlight-200\/20{border-color:#efecfe33}.border-primary-highlight-200\/25{border-color:#efecfe40}.border-primary-highlight-200\/30{border-color:#efecfe4d}.border-primary-highlight-200\/40{border-color:#efecfe66}.border-primary-highlight-200\/50{border-color:#efecfe80}.border-primary-highlight-200\/60{border-color:#efecfe99}.border-primary-highlight-200\/70{border-color:#efecfeb3}.border-primary-highlight-200\/75{border-color:#efecfebf}.border-primary-highlight-200\/80{border-color:#efecfecc}.border-primary-highlight-200\/90{border-color:#efecfee6}.border-primary-highlight-200\/95{border-color:#efecfef2}.border-primary-highlight-200\/100{border-color:#efecfe}.border-primary-highlight-300\/0{border-color:#dfd8fd00}.border-primary-highlight-300\/5{border-color:#dfd8fd0d}.border-primary-highlight-300\/10{border-color:#dfd8fd1a}.border-primary-highlight-300\/20{border-color:#dfd8fd33}.border-primary-highlight-300\/25{border-color:#dfd8fd40}.border-primary-highlight-300\/30{border-color:#dfd8fd4d}.border-primary-highlight-300\/40{border-color:#dfd8fd66}.border-primary-highlight-300\/50{border-color:#dfd8fd80}.border-primary-highlight-300\/60{border-color:#dfd8fd99}.border-primary-highlight-300\/70{border-color:#dfd8fdb3}.border-primary-highlight-300\/75{border-color:#dfd8fdbf}.border-primary-highlight-300\/80{border-color:#dfd8fdcc}.border-primary-highlight-300\/90{border-color:#dfd8fde6}.border-primary-highlight-300\/95{border-color:#dfd8fdf2}.border-primary-highlight-300\/100{border-color:#dfd8fd}.border-primary-highlight-400\/0{border-color:#cec1fc00}.border-primary-highlight-400\/5{border-color:#cec1fc0d}.border-primary-highlight-400\/10{border-color:#cec1fc1a}.border-primary-highlight-400\/20{border-color:#cec1fc33}.border-primary-highlight-400\/25{border-color:#cec1fc40}.border-primary-highlight-400\/30{border-color:#cec1fc4d}.border-primary-highlight-400\/40{border-color:#cec1fc66}.border-primary-highlight-400\/50{border-color:#cec1fc80}.border-primary-highlight-400\/60{border-color:#cec1fc99}.border-primary-highlight-400\/70{border-color:#cec1fcb3}.border-primary-highlight-400\/75{border-color:#cec1fcbf}.border-primary-highlight-400\/80{border-color:#cec1fccc}.border-primary-highlight-400\/90{border-color:#cec1fce6}.border-primary-highlight-400\/95{border-color:#cec1fcf2}.border-primary-highlight-400\/100{border-color:#cec1fc}.border-primary-highlight-500\/0{border-color:#bba8fb00}.border-primary-highlight-500\/5{border-color:#bba8fb0d}.border-primary-highlight-500\/10{border-color:#bba8fb1a}.border-primary-highlight-500\/20{border-color:#bba8fb33}.border-primary-highlight-500\/25{border-color:#bba8fb40}.border-primary-highlight-500\/30{border-color:#bba8fb4d}.border-primary-highlight-500\/40{border-color:#bba8fb66}.border-primary-highlight-500\/50{border-color:#bba8fb80}.border-primary-highlight-500\/60{border-color:#bba8fb99}.border-primary-highlight-500\/70{border-color:#bba8fbb3}.border-primary-highlight-500\/75{border-color:#bba8fbbf}.border-primary-highlight-500\/80{border-color:#bba8fbcc}.border-primary-highlight-500\/90{border-color:#bba8fbe6}.border-primary-highlight-500\/95{border-color:#bba8fbf2}.border-primary-highlight-500\/100{border-color:#bba8fb}.border-primary-highlight-600\/0{border-color:#a78bfa00}.border-primary-highlight-600\/5{border-color:#a78bfa0d}.border-primary-highlight-600\/10{border-color:#a78bfa1a}.border-primary-highlight-600\/20{border-color:#a78bfa33}.border-primary-highlight-600\/25{border-color:#a78bfa40}.border-primary-highlight-600\/30{border-color:#a78bfa4d}.border-primary-highlight-600\/40{border-color:#a78bfa66}.border-primary-highlight-600\/50{border-color:#a78bfa80}.border-primary-highlight-600\/60{border-color:#a78bfa99}.border-primary-highlight-600\/70{border-color:#a78bfab3}.border-primary-highlight-600\/75{border-color:#a78bfabf}.border-primary-highlight-600\/80{border-color:#a78bfacc}.border-primary-highlight-600\/90{border-color:#a78bfae6}.border-primary-highlight-600\/95{border-color:#a78bfaf2}.border-primary-highlight-600\/100{border-color:#a78bfa}.border-primary-highlight-700\/0{border-color:#957cdf00}.border-primary-highlight-700\/5{border-color:#957cdf0d}.border-primary-highlight-700\/10{border-color:#957cdf1a}.border-primary-highlight-700\/20{border-color:#957cdf33}.border-primary-highlight-700\/25{border-color:#957cdf40}.border-primary-highlight-700\/30{border-color:#957cdf4d}.border-primary-highlight-700\/40{border-color:#957cdf66}.border-primary-highlight-700\/50{border-color:#957cdf80}.border-primary-highlight-700\/60{border-color:#957cdf99}.border-primary-highlight-700\/70{border-color:#957cdfb3}.border-primary-highlight-700\/75{border-color:#957cdfbf}.border-primary-highlight-700\/80{border-color:#957cdfcc}.border-primary-highlight-700\/90{border-color:#957cdfe6}.border-primary-highlight-700\/95{border-color:#957cdff2}.border-primary-highlight-700\/100{border-color:#957cdf}.border-primary-highlight-800\/0{border-color:#816bc100}.border-primary-highlight-800\/5{border-color:#816bc10d}.border-primary-highlight-800\/10{border-color:#816bc11a}.border-primary-highlight-800\/20{border-color:#816bc133}.border-primary-highlight-800\/25{border-color:#816bc140}.border-primary-highlight-800\/30{border-color:#816bc14d}.border-primary-highlight-800\/40{border-color:#816bc166}.border-primary-highlight-800\/50{border-color:#816bc180}.border-primary-highlight-800\/60{border-color:#816bc199}.border-primary-highlight-800\/70{border-color:#816bc1b3}.border-primary-highlight-800\/75{border-color:#816bc1bf}.border-primary-highlight-800\/80{border-color:#816bc1cc}.border-primary-highlight-800\/90{border-color:#816bc1e6}.border-primary-highlight-800\/95{border-color:#816bc1f2}.border-primary-highlight-800\/100{border-color:#816bc1}.border-primary-highlight-900\/0{border-color:#69579e00}.border-primary-highlight-900\/5{border-color:#69579e0d}.border-primary-highlight-900\/10{border-color:#69579e1a}.border-primary-highlight-900\/20{border-color:#69579e33}.border-primary-highlight-900\/25{border-color:#69579e40}.border-primary-highlight-900\/30{border-color:#69579e4d}.border-primary-highlight-900\/40{border-color:#69579e66}.border-primary-highlight-900\/50{border-color:#69579e80}.border-primary-highlight-900\/60{border-color:#69579e99}.border-primary-highlight-900\/70{border-color:#69579eb3}.border-primary-highlight-900\/75{border-color:#69579ebf}.border-primary-highlight-900\/80{border-color:#69579ecc}.border-primary-highlight-900\/90{border-color:#69579ee6}.border-primary-highlight-900\/95{border-color:#69579ef2}.border-primary-highlight-900\/100{border-color:#69579e}.border-primary-highlight-1000\/0{border-color:#4a3e6f00}.border-primary-highlight-1000\/5{border-color:#4a3e6f0d}.border-primary-highlight-1000\/10{border-color:#4a3e6f1a}.border-primary-highlight-1000\/20{border-color:#4a3e6f33}.border-primary-highlight-1000\/25{border-color:#4a3e6f40}.border-primary-highlight-1000\/30{border-color:#4a3e6f4d}.border-primary-highlight-1000\/40{border-color:#4a3e6f66}.border-primary-highlight-1000\/50{border-color:#4a3e6f80}.border-primary-highlight-1000\/60{border-color:#4a3e6f99}.border-primary-highlight-1000\/70{border-color:#4a3e6fb3}.border-primary-highlight-1000\/75{border-color:#4a3e6fbf}.border-primary-highlight-1000\/80{border-color:#4a3e6fcc}.border-primary-highlight-1000\/90{border-color:#4a3e6fe6}.border-primary-highlight-1000\/95{border-color:#4a3e6ff2}.border-primary-highlight-1000\/100{border-color:#4a3e6f}.border-secondary-100\/0{border-color:#fef7f200}.border-secondary-100\/5{border-color:#fef7f20d}.border-secondary-100\/10{border-color:#fef7f21a}.border-secondary-100\/20{border-color:#fef7f233}.border-secondary-100\/25{border-color:#fef7f240}.border-secondary-100\/30{border-color:#fef7f24d}.border-secondary-100\/40{border-color:#fef7f266}.border-secondary-100\/50{border-color:#fef7f280}.border-secondary-100\/60{border-color:#fef7f299}.border-secondary-100\/70{border-color:#fef7f2b3}.border-secondary-100\/75{border-color:#fef7f2bf}.border-secondary-100\/80{border-color:#fef7f2cc}.border-secondary-100\/90{border-color:#fef7f2e6}.border-secondary-100\/95{border-color:#fef7f2f2}.border-secondary-100\/100{border-color:#fef7f2}.border-secondary-200\/0{border-color:#fef0e400}.border-secondary-200\/5{border-color:#fef0e40d}.border-secondary-200\/10{border-color:#fef0e41a}.border-secondary-200\/20{border-color:#fef0e433}.border-secondary-200\/25{border-color:#fef0e440}.border-secondary-200\/30{border-color:#fef0e44d}.border-secondary-200\/40{border-color:#fef0e466}.border-secondary-200\/50{border-color:#fef0e480}.border-secondary-200\/60{border-color:#fef0e499}.border-secondary-200\/70{border-color:#fef0e4b3}.border-secondary-200\/75{border-color:#fef0e4bf}.border-secondary-200\/80{border-color:#fef0e4cc}.border-secondary-200\/90{border-color:#fef0e4e6}.border-secondary-200\/95{border-color:#fef0e4f2}.border-secondary-200\/100{border-color:#fef0e4}.border-secondary-300\/0{border-color:#fde1c600}.border-secondary-300\/5{border-color:#fde1c60d}.border-secondary-300\/10{border-color:#fde1c61a}.border-secondary-300\/20{border-color:#fde1c633}.border-secondary-300\/25{border-color:#fde1c640}.border-secondary-300\/30{border-color:#fde1c64d}.border-secondary-300\/40{border-color:#fde1c666}.border-secondary-300\/50{border-color:#fde1c680}.border-secondary-300\/60{border-color:#fde1c699}.border-secondary-300\/70{border-color:#fde1c6b3}.border-secondary-300\/75{border-color:#fde1c6bf}.border-secondary-300\/80{border-color:#fde1c6cc}.border-secondary-300\/90{border-color:#fde1c6e6}.border-secondary-300\/95{border-color:#fde1c6f2}.border-secondary-300\/100{border-color:#fde1c6}.border-secondary-400\/0{border-color:#fcd1a200}.border-secondary-400\/5{border-color:#fcd1a20d}.border-secondary-400\/10{border-color:#fcd1a21a}.border-secondary-400\/20{border-color:#fcd1a233}.border-secondary-400\/25{border-color:#fcd1a240}.border-secondary-400\/30{border-color:#fcd1a24d}.border-secondary-400\/40{border-color:#fcd1a266}.border-secondary-400\/50{border-color:#fcd1a280}.border-secondary-400\/60{border-color:#fcd1a299}.border-secondary-400\/70{border-color:#fcd1a2b3}.border-secondary-400\/75{border-color:#fcd1a2bf}.border-secondary-400\/80{border-color:#fcd1a2cc}.border-secondary-400\/90{border-color:#fcd1a2e6}.border-secondary-400\/95{border-color:#fcd1a2f2}.border-secondary-400\/100{border-color:#fcd1a2}.border-secondary-500\/0{border-color:#fbbf7500}.border-secondary-500\/5{border-color:#fbbf750d}.border-secondary-500\/10{border-color:#fbbf751a}.border-secondary-500\/20{border-color:#fbbf7533}.border-secondary-500\/25{border-color:#fbbf7540}.border-secondary-500\/30{border-color:#fbbf754d}.border-secondary-500\/40{border-color:#fbbf7566}.border-secondary-500\/50{border-color:#fbbf7580}.border-secondary-500\/60{border-color:#fbbf7599}.border-secondary-500\/70{border-color:#fbbf75b3}.border-secondary-500\/75{border-color:#fbbf75bf}.border-secondary-500\/80{border-color:#fbbf75cc}.border-secondary-500\/90{border-color:#fbbf75e6}.border-secondary-500\/95{border-color:#fbbf75f2}.border-secondary-500\/100{border-color:#fbbf75}.border-secondary-600\/0{border-color:#faac1e00}.border-secondary-600\/5{border-color:#faac1e0d}.border-secondary-600\/10{border-color:#faac1e1a}.border-secondary-600\/20{border-color:#faac1e33}.border-secondary-600\/25{border-color:#faac1e40}.border-secondary-600\/30{border-color:#faac1e4d}.border-secondary-600\/40{border-color:#faac1e66}.border-secondary-600\/50{border-color:#faac1e80}.border-secondary-600\/60{border-color:#faac1e99}.border-secondary-600\/70{border-color:#faac1eb3}.border-secondary-600\/75{border-color:#faac1ebf}.border-secondary-600\/80{border-color:#faac1ecc}.border-secondary-600\/90{border-color:#faac1ee6}.border-secondary-600\/95{border-color:#faac1ef2}.border-secondary-600\/100{border-color:#faac1e}.border-secondary-700\/0{border-color:#df991a00}.border-secondary-700\/5{border-color:#df991a0d}.border-secondary-700\/10{border-color:#df991a1a}.border-secondary-700\/20{border-color:#df991a33}.border-secondary-700\/25{border-color:#df991a40}.border-secondary-700\/30{border-color:#df991a4d}.border-secondary-700\/40{border-color:#df991a66}.border-secondary-700\/50{border-color:#df991a80}.border-secondary-700\/60{border-color:#df991a99}.border-secondary-700\/70{border-color:#df991ab3}.border-secondary-700\/75{border-color:#df991abf}.border-secondary-700\/80{border-color:#df991acc}.border-secondary-700\/90{border-color:#df991ae6}.border-secondary-700\/95{border-color:#df991af2}.border-secondary-700\/100{border-color:#df991a}.border-secondary-800\/0{border-color:#c1851700}.border-secondary-800\/5{border-color:#c185170d}.border-secondary-800\/10{border-color:#c185171a}.border-secondary-800\/20{border-color:#c1851733}.border-secondary-800\/25{border-color:#c1851740}.border-secondary-800\/30{border-color:#c185174d}.border-secondary-800\/40{border-color:#c1851766}.border-secondary-800\/50{border-color:#c1851780}.border-secondary-800\/60{border-color:#c1851799}.border-secondary-800\/70{border-color:#c18517b3}.border-secondary-800\/75{border-color:#c18517bf}.border-secondary-800\/80{border-color:#c18517cc}.border-secondary-800\/90{border-color:#c18517e6}.border-secondary-800\/95{border-color:#c18517f2}.border-secondary-800\/100{border-color:#c18517}.border-secondary-900\/0{border-color:#9e6c1200}.border-secondary-900\/5{border-color:#9e6c120d}.border-secondary-900\/10{border-color:#9e6c121a}.border-secondary-900\/20{border-color:#9e6c1233}.border-secondary-900\/25{border-color:#9e6c1240}.border-secondary-900\/30{border-color:#9e6c124d}.border-secondary-900\/40{border-color:#9e6c1266}.border-secondary-900\/50{border-color:#9e6c1280}.border-secondary-900\/60{border-color:#9e6c1299}.border-secondary-900\/70{border-color:#9e6c12b3}.border-secondary-900\/75{border-color:#9e6c12bf}.border-secondary-900\/80{border-color:#9e6c12cc}.border-secondary-900\/90{border-color:#9e6c12e6}.border-secondary-900\/95{border-color:#9e6c12f2}.border-secondary-900\/100{border-color:#9e6c12}.border-secondary-1000\/0{border-color:#6f4c0d00}.border-secondary-1000\/5{border-color:#6f4c0d0d}.border-secondary-1000\/10{border-color:#6f4c0d1a}.border-secondary-1000\/20{border-color:#6f4c0d33}.border-secondary-1000\/25{border-color:#6f4c0d40}.border-secondary-1000\/30{border-color:#6f4c0d4d}.border-secondary-1000\/40{border-color:#6f4c0d66}.border-secondary-1000\/50{border-color:#6f4c0d80}.border-secondary-1000\/60{border-color:#6f4c0d99}.border-secondary-1000\/70{border-color:#6f4c0db3}.border-secondary-1000\/75{border-color:#6f4c0dbf}.border-secondary-1000\/80{border-color:#6f4c0dcc}.border-secondary-1000\/90{border-color:#6f4c0de6}.border-secondary-1000\/95{border-color:#6f4c0df2}.border-secondary-1000\/100{border-color:#6f4c0d}.border-grey-100\/0{border-color:#f2f3f400}.border-grey-100\/5{border-color:#f2f3f40d}.border-grey-100\/10{border-color:#f2f3f41a}.border-grey-100\/20{border-color:#f2f3f433}.border-grey-100\/25{border-color:#f2f3f440}.border-grey-100\/30{border-color:#f2f3f44d}.border-grey-100\/40{border-color:#f2f3f466}.border-grey-100\/50{border-color:#f2f3f480}.border-grey-100\/60{border-color:#f2f3f499}.border-grey-100\/70{border-color:#f2f3f4b3}.border-grey-100\/75{border-color:#f2f3f4bf}.border-grey-100\/80{border-color:#f2f3f4cc}.border-grey-100\/90{border-color:#f2f3f4e6}.border-grey-100\/95{border-color:#f2f3f4f2}.border-grey-100\/100{border-color:#f2f3f4}.border-grey-200\/0{border-color:#e6e7e800}.border-grey-200\/5{border-color:#e6e7e80d}.border-grey-200\/10{border-color:#e6e7e81a}.border-grey-200\/20{border-color:#e6e7e833}.border-grey-200\/25{border-color:#e6e7e840}.border-grey-200\/30{border-color:#e6e7e84d}.border-grey-200\/40{border-color:#e6e7e866}.border-grey-200\/50{border-color:#e6e7e880}.border-grey-200\/60{border-color:#e6e7e899}.border-grey-200\/70{border-color:#e6e7e8b3}.border-grey-200\/75{border-color:#e6e7e8bf}.border-grey-200\/80{border-color:#e6e7e8cc}.border-grey-200\/90{border-color:#e6e7e8e6}.border-grey-200\/95{border-color:#e6e7e8f2}.border-grey-200\/100{border-color:#e6e7e8}.border-grey-300\/0{border-color:#caccd000}.border-grey-300\/5{border-color:#caccd00d}.border-grey-300\/10{border-color:#caccd01a}.border-grey-300\/20{border-color:#caccd033}.border-grey-300\/25{border-color:#caccd040}.border-grey-300\/30{border-color:#caccd04d}.border-grey-300\/40{border-color:#caccd066}.border-grey-300\/50{border-color:#caccd080}.border-grey-300\/60{border-color:#caccd099}.border-grey-300\/70{border-color:#caccd0b3}.border-grey-300\/75{border-color:#caccd0bf}.border-grey-300\/80{border-color:#caccd0cc}.border-grey-300\/90{border-color:#caccd0e6}.border-grey-300\/95{border-color:#caccd0f2}.border-grey-300\/100{border-color:#caccd0}.border-grey-400\/0{border-color:#aaaeb400}.border-grey-400\/5{border-color:#aaaeb40d}.border-grey-400\/10{border-color:#aaaeb41a}.border-grey-400\/20{border-color:#aaaeb433}.border-grey-400\/25{border-color:#aaaeb440}.border-grey-400\/30{border-color:#aaaeb44d}.border-grey-400\/40{border-color:#aaaeb466}.border-grey-400\/50{border-color:#aaaeb480}.border-grey-400\/60{border-color:#aaaeb499}.border-grey-400\/70{border-color:#aaaeb4b3}.border-grey-400\/75{border-color:#aaaeb4bf}.border-grey-400\/80{border-color:#aaaeb4cc}.border-grey-400\/90{border-color:#aaaeb4e6}.border-grey-400\/95{border-color:#aaaeb4f2}.border-grey-400\/100{border-color:#aaaeb4}.border-grey-500\/0{border-color:#82899300}.border-grey-500\/5{border-color:#8289930d}.border-grey-500\/10{border-color:#8289931a}.border-grey-500\/20{border-color:#82899333}.border-grey-500\/25{border-color:#82899340}.border-grey-500\/30{border-color:#8289934d}.border-grey-500\/40{border-color:#82899366}.border-grey-500\/50{border-color:#82899380}.border-grey-500\/60{border-color:#82899399}.border-grey-500\/70{border-color:#828993b3}.border-grey-500\/75{border-color:#828993bf}.border-grey-500\/80{border-color:#828993cc}.border-grey-500\/90{border-color:#828993e6}.border-grey-500\/95{border-color:#828993f2}.border-grey-500\/100{border-color:#828993}.border-grey-600\/0{border-color:#47556900}.border-grey-600\/5{border-color:#4755690d}.border-grey-600\/10{border-color:#4755691a}.border-grey-600\/20{border-color:#47556933}.border-grey-600\/25{border-color:#47556940}.border-grey-600\/30{border-color:#4755694d}.border-grey-600\/40{border-color:#47556966}.border-grey-600\/50{border-color:#47556980}.border-grey-600\/60{border-color:#47556999}.border-grey-600\/70{border-color:#475569b3}.border-grey-600\/75{border-color:#475569bf}.border-grey-600\/80{border-color:#475569cc}.border-grey-600\/90{border-color:#475569e6}.border-grey-600\/95{border-color:#475569f2}.border-grey-600\/100{border-color:#475569}.border-grey-700\/0{border-color:#3f4c5d00}.border-grey-700\/5{border-color:#3f4c5d0d}.border-grey-700\/10{border-color:#3f4c5d1a}.border-grey-700\/20{border-color:#3f4c5d33}.border-grey-700\/25{border-color:#3f4c5d40}.border-grey-700\/30{border-color:#3f4c5d4d}.border-grey-700\/40{border-color:#3f4c5d66}.border-grey-700\/50{border-color:#3f4c5d80}.border-grey-700\/60{border-color:#3f4c5d99}.border-grey-700\/70{border-color:#3f4c5db3}.border-grey-700\/75{border-color:#3f4c5dbf}.border-grey-700\/80{border-color:#3f4c5dcc}.border-grey-700\/90{border-color:#3f4c5de6}.border-grey-700\/95{border-color:#3f4c5df2}.border-grey-700\/100{border-color:#3f4c5d}.border-grey-800\/0{border-color:#36415100}.border-grey-800\/5{border-color:#3641510d}.border-grey-800\/10{border-color:#3641511a}.border-grey-800\/20{border-color:#36415133}.border-grey-800\/25{border-color:#36415140}.border-grey-800\/30{border-color:#3641514d}.border-grey-800\/40{border-color:#36415166}.border-grey-800\/50{border-color:#36415180}.border-grey-800\/60{border-color:#36415199}.border-grey-800\/70{border-color:#364151b3}.border-grey-800\/75{border-color:#364151bf}.border-grey-800\/80{border-color:#364151cc}.border-grey-800\/90{border-color:#364151e6}.border-grey-800\/95{border-color:#364151f2}.border-grey-800\/100{border-color:#364151}.border-grey-900\/0{border-color:#2c354200}.border-grey-900\/5{border-color:#2c35420d}.border-grey-900\/10{border-color:#2c35421a}.border-grey-900\/20{border-color:#2c354233}.border-grey-900\/25{border-color:#2c354240}.border-grey-900\/30{border-color:#2c35424d}.border-grey-900\/40{border-color:#2c354266}.border-grey-900\/50{border-color:#2c354280}.border-grey-900\/60{border-color:#2c354299}.border-grey-900\/70{border-color:#2c3542b3}.border-grey-900\/75{border-color:#2c3542bf}.border-grey-900\/80{border-color:#2c3542cc}.border-grey-900\/90{border-color:#2c3542e6}.border-grey-900\/95{border-color:#2c3542f2}.border-grey-900\/100{border-color:#2c3542}.border-grey-1000\/0{border-color:#1f262e00}.border-grey-1000\/5{border-color:#1f262e0d}.border-grey-1000\/10{border-color:#1f262e1a}.border-grey-1000\/20{border-color:#1f262e33}.border-grey-1000\/25{border-color:#1f262e40}.border-grey-1000\/30{border-color:#1f262e4d}.border-grey-1000\/40{border-color:#1f262e66}.border-grey-1000\/50{border-color:#1f262e80}.border-grey-1000\/60{border-color:#1f262e99}.border-grey-1000\/70{border-color:#1f262eb3}.border-grey-1000\/75{border-color:#1f262ebf}.border-grey-1000\/80{border-color:#1f262ecc}.border-grey-1000\/90{border-color:#1f262ee6}.border-grey-1000\/95{border-color:#1f262ef2}.border-grey-1000\/100{border-color:#1f262e}.border-green-1000\/0{border-color:#175e4400}.border-green-1000\/5{border-color:#175e440d}.border-green-1000\/10{border-color:#175e441a}.border-green-1000\/20{border-color:#175e4433}.border-green-1000\/25{border-color:#175e4440}.border-green-1000\/30{border-color:#175e444d}.border-green-1000\/40{border-color:#175e4466}.border-green-1000\/50{border-color:#175e4480}.border-green-1000\/60{border-color:#175e4499}.border-green-1000\/70{border-color:#175e44b3}.border-green-1000\/75{border-color:#175e44bf}.border-green-1000\/80{border-color:#175e44cc}.border-green-1000\/90{border-color:#175e44e6}.border-green-1000\/95{border-color:#175e44f2}.border-green-1000\/100{border-color:#175e44}.border-blue-1000\/0{border-color:#102c6900}.border-blue-1000\/5{border-color:#102c690d}.border-blue-1000\/10{border-color:#102c691a}.border-blue-1000\/20{border-color:#102c6933}.border-blue-1000\/25{border-color:#102c6940}.border-blue-1000\/30{border-color:#102c694d}.border-blue-1000\/40{border-color:#102c6966}.border-blue-1000\/50{border-color:#102c6980}.border-blue-1000\/60{border-color:#102c6999}.border-blue-1000\/70{border-color:#102c69b3}.border-blue-1000\/75{border-color:#102c69bf}.border-blue-1000\/80{border-color:#102c69cc}.border-blue-1000\/90{border-color:#102c69e6}.border-blue-1000\/95{border-color:#102c69f2}.border-blue-1000\/100{border-color:#102c69}.border-orange-1000\/0{border-color:#68270500}.border-orange-1000\/5{border-color:#6827050d}.border-orange-1000\/10{border-color:#6827051a}.border-orange-1000\/20{border-color:#68270533}.border-orange-1000\/25{border-color:#68270540}.border-orange-1000\/30{border-color:#6827054d}.border-orange-1000\/40{border-color:#68270566}.border-orange-1000\/50{border-color:#68270580}.border-orange-1000\/60{border-color:#68270599}.border-orange-1000\/70{border-color:#682705b3}.border-orange-1000\/75{border-color:#682705bf}.border-orange-1000\/80{border-color:#682705cc}.border-orange-1000\/90{border-color:#682705e6}.border-orange-1000\/95{border-color:#682705f2}.border-orange-1000\/100{border-color:#682705}.border-red-1000\/0{border-color:#62101000}.border-red-1000\/5{border-color:#6210100d}.border-red-1000\/10{border-color:#6210101a}.border-red-1000\/20{border-color:#62101033}.border-red-1000\/25{border-color:#62101040}.border-red-1000\/30{border-color:#6210104d}.border-red-1000\/40{border-color:#62101066}.border-red-1000\/50{border-color:#62101080}.border-red-1000\/60{border-color:#62101099}.border-red-1000\/70{border-color:#621010b3}.border-red-1000\/75{border-color:#621010bf}.border-red-1000\/80{border-color:#621010cc}.border-red-1000\/90{border-color:#621010e6}.border-red-1000\/95{border-color:#621010f2}.border-red-1000\/100{border-color:#621010}.border-primary\/0{border-color:#a78bfa00}.border-primary\/5{border-color:#a78bfa0d}.border-primary\/10{border-color:#a78bfa1a}.border-primary\/20{border-color:#a78bfa33}.border-primary\/25{border-color:#a78bfa40}.border-primary\/30{border-color:#a78bfa4d}.border-primary\/40{border-color:#a78bfa66}.border-primary\/50{border-color:#a78bfa80}.border-primary\/60{border-color:#a78bfa99}.border-primary\/70{border-color:#a78bfab3}.border-primary\/75{border-color:#a78bfabf}.border-primary\/80{border-color:#a78bfacc}.border-primary\/90{border-color:#a78bfae6}.border-primary\/95{border-color:#a78bfaf2}.border-primary\/100{border-color:#a78bfa}.border-primary-light\/0{border-color:#f7f5fe00}.border-primary-light\/5{border-color:#f7f5fe0d}.border-primary-light\/10{border-color:#f7f5fe1a}.border-primary-light\/20{border-color:#f7f5fe33}.border-primary-light\/25{border-color:#f7f5fe40}.border-primary-light\/30{border-color:#f7f5fe4d}.border-primary-light\/40{border-color:#f7f5fe66}.border-primary-light\/50{border-color:#f7f5fe80}.border-primary-light\/60{border-color:#f7f5fe99}.border-primary-light\/70{border-color:#f7f5feb3}.border-primary-light\/75{border-color:#f7f5febf}.border-primary-light\/80{border-color:#f7f5fecc}.border-primary-light\/90{border-color:#f7f5fee6}.border-primary-light\/95{border-color:#f7f5fef2}.border-primary-light\/100{border-color:#f7f5fe}.border-primary-dark\/0{border-color:#69579e00}.border-primary-dark\/5{border-color:#69579e0d}.border-primary-dark\/10{border-color:#69579e1a}.border-primary-dark\/20{border-color:#69579e33}.border-primary-dark\/25{border-color:#69579e40}.border-primary-dark\/30{border-color:#69579e4d}.border-primary-dark\/40{border-color:#69579e66}.border-primary-dark\/50{border-color:#69579e80}.border-primary-dark\/60{border-color:#69579e99}.border-primary-dark\/70{border-color:#69579eb3}.border-primary-dark\/75{border-color:#69579ebf}.border-primary-dark\/80{border-color:#69579ecc}.border-primary-dark\/90{border-color:#69579ee6}.border-primary-dark\/95{border-color:#69579ef2}.border-primary-dark\/100{border-color:#69579e}.border-info\/0{border-color:#7690ef00}.border-info\/5{border-color:#7690ef0d}.border-info\/10{border-color:#7690ef1a}.border-info\/20{border-color:#7690ef33}.border-info\/25{border-color:#7690ef40}.border-info\/30{border-color:#7690ef4d}.border-info\/40{border-color:#7690ef66}.border-info\/50{border-color:#7690ef80}.border-info\/60{border-color:#7690ef99}.border-info\/70{border-color:#7690efb3}.border-info\/75{border-color:#7690efbf}.border-info\/80{border-color:#7690efcc}.border-info\/90{border-color:#7690efe6}.border-info\/95{border-color:#7690eff2}.border-info\/100{border-color:#7690ef}.border-info-light\/0{border-color:#f2f3fd00}.border-info-light\/5{border-color:#f2f3fd0d}.border-info-light\/10{border-color:#f2f3fd1a}.border-info-light\/20{border-color:#f2f3fd33}.border-info-light\/25{border-color:#f2f3fd40}.border-info-light\/30{border-color:#f2f3fd4d}.border-info-light\/40{border-color:#f2f3fd66}.border-info-light\/50{border-color:#f2f3fd80}.border-info-light\/60{border-color:#f2f3fd99}.border-info-light\/70{border-color:#f2f3fdb3}.border-info-light\/75{border-color:#f2f3fdbf}.border-info-light\/80{border-color:#f2f3fdcc}.border-info-light\/90{border-color:#f2f3fde6}.border-info-light\/95{border-color:#f2f3fdf2}.border-info-light\/100{border-color:#f2f3fd}.border-info-dark\/0{border-color:#2158d200}.border-info-dark\/5{border-color:#2158d20d}.border-info-dark\/10{border-color:#2158d21a}.border-info-dark\/20{border-color:#2158d233}.border-info-dark\/25{border-color:#2158d240}.border-info-dark\/30{border-color:#2158d24d}.border-info-dark\/40{border-color:#2158d266}.border-info-dark\/50{border-color:#2158d280}.border-info-dark\/60{border-color:#2158d299}.border-info-dark\/70{border-color:#2158d2b3}.border-info-dark\/75{border-color:#2158d2bf}.border-info-dark\/80{border-color:#2158d2cc}.border-info-dark\/90{border-color:#2158d2e6}.border-info-dark\/95{border-color:#2158d2f2}.border-info-dark\/100{border-color:#2158d2}.border-success\/0{border-color:#28a37600}.border-success\/5{border-color:#28a3760d}.border-success\/10{border-color:#28a3761a}.border-success\/20{border-color:#28a37633}.border-success\/25{border-color:#28a37640}.border-success\/30{border-color:#28a3764d}.border-success\/40{border-color:#28a37666}.border-success\/50{border-color:#28a37680}.border-success\/60{border-color:#28a37699}.border-success\/70{border-color:#28a376b3}.border-success\/75{border-color:#28a376bf}.border-success\/80{border-color:#28a376cc}.border-success\/90{border-color:#28a376e6}.border-success\/95{border-color:#28a376f2}.border-success\/100{border-color:#28a376}.border-success-light\/0{border-color:#f2faf600}.border-success-light\/5{border-color:#f2faf60d}.border-success-light\/10{border-color:#f2faf61a}.border-success-light\/20{border-color:#f2faf633}.border-success-light\/25{border-color:#f2faf640}.border-success-light\/30{border-color:#f2faf64d}.border-success-light\/40{border-color:#f2faf666}.border-success-light\/50{border-color:#f2faf680}.border-success-light\/60{border-color:#f2faf699}.border-success-light\/70{border-color:#f2faf6b3}.border-success-light\/75{border-color:#f2faf6bf}.border-success-light\/80{border-color:#f2faf6cc}.border-success-light\/90{border-color:#f2faf6e6}.border-success-light\/95{border-color:#f2faf6f2}.border-success-light\/100{border-color:#f2faf6}.border-success-dark\/0{border-color:#20856000}.border-success-dark\/5{border-color:#2085600d}.border-success-dark\/10{border-color:#2085601a}.border-success-dark\/20{border-color:#20856033}.border-success-dark\/25{border-color:#20856040}.border-success-dark\/30{border-color:#2085604d}.border-success-dark\/40{border-color:#20856066}.border-success-dark\/50{border-color:#20856080}.border-success-dark\/60{border-color:#20856099}.border-success-dark\/70{border-color:#208560b3}.border-success-dark\/75{border-color:#208560bf}.border-success-dark\/80{border-color:#208560cc}.border-success-dark\/90{border-color:#208560e6}.border-success-dark\/95{border-color:#208560f2}.border-success-dark\/100{border-color:#208560}.border-warning\/0{border-color:#faac1e00}.border-warning\/5{border-color:#faac1e0d}.border-warning\/10{border-color:#faac1e1a}.border-warning\/20{border-color:#faac1e33}.border-warning\/25{border-color:#faac1e40}.border-warning\/30{border-color:#faac1e4d}.border-warning\/40{border-color:#faac1e66}.border-warning\/50{border-color:#faac1e80}.border-warning\/60{border-color:#faac1e99}.border-warning\/70{border-color:#faac1eb3}.border-warning\/75{border-color:#faac1ebf}.border-warning\/80{border-color:#faac1ecc}.border-warning\/90{border-color:#faac1ee6}.border-warning\/95{border-color:#faac1ef2}.border-warning\/100{border-color:#faac1e}.border-warning-light\/0{border-color:#fef7f200}.border-warning-light\/5{border-color:#fef7f20d}.border-warning-light\/10{border-color:#fef7f21a}.border-warning-light\/20{border-color:#fef7f233}.border-warning-light\/25{border-color:#fef7f240}.border-warning-light\/30{border-color:#fef7f24d}.border-warning-light\/40{border-color:#fef7f266}.border-warning-light\/50{border-color:#fef7f280}.border-warning-light\/60{border-color:#fef7f299}.border-warning-light\/70{border-color:#fef7f2b3}.border-warning-light\/75{border-color:#fef7f2bf}.border-warning-light\/80{border-color:#fef7f2cc}.border-warning-light\/90{border-color:#fef7f2e6}.border-warning-light\/95{border-color:#fef7f2f2}.border-warning-light\/100{border-color:#fef7f2}.border-warning-dark\/0{border-color:#9e6c1200}.border-warning-dark\/5{border-color:#9e6c120d}.border-warning-dark\/10{border-color:#9e6c121a}.border-warning-dark\/20{border-color:#9e6c1233}.border-warning-dark\/25{border-color:#9e6c1240}.border-warning-dark\/30{border-color:#9e6c124d}.border-warning-dark\/40{border-color:#9e6c1266}.border-warning-dark\/50{border-color:#9e6c1280}.border-warning-dark\/60{border-color:#9e6c1299}.border-warning-dark\/70{border-color:#9e6c12b3}.border-warning-dark\/75{border-color:#9e6c12bf}.border-warning-dark\/80{border-color:#9e6c12cc}.border-warning-dark\/90{border-color:#9e6c12e6}.border-warning-dark\/95{border-color:#9e6c12f2}.border-warning-dark\/100{border-color:#9e6c12}.border-error\/0{border-color:#dc262600}.border-error\/5{border-color:#dc26260d}.border-error\/10{border-color:#dc26261a}.border-error\/20{border-color:#dc262633}.border-error\/25{border-color:#dc262640}.border-error\/30{border-color:#dc26264d}.border-error\/40{border-color:#dc262666}.border-error\/50{border-color:#dc262680}.border-error\/60{border-color:#dc262699}.border-error\/70{border-color:#dc2626b3}.border-error\/75{border-color:#dc2626bf}.border-error\/80{border-color:#dc2626cc}.border-error\/90{border-color:#dc2626e6}.border-error\/95{border-color:#dc2626f2}.border-error\/100{border-color:#dc2626}.border-error-light\/0{border-color:#fbf2f200}.border-error-light\/5{border-color:#fbf2f20d}.border-error-light\/10{border-color:#fbf2f21a}.border-error-light\/20{border-color:#fbf2f233}.border-error-light\/25{border-color:#fbf2f240}.border-error-light\/30{border-color:#fbf2f24d}.border-error-light\/40{border-color:#fbf2f266}.border-error-light\/50{border-color:#fbf2f280}.border-error-light\/60{border-color:#fbf2f299}.border-error-light\/70{border-color:#fbf2f2b3}.border-error-light\/75{border-color:#fbf2f2bf}.border-error-light\/80{border-color:#fbf2f2cc}.border-error-light\/90{border-color:#fbf2f2e6}.border-error-light\/95{border-color:#fbf2f2f2}.border-error-light\/100{border-color:#fbf2f2}.border-error-dark\/0{border-color:#c4212100}.border-error-dark\/5{border-color:#c421210d}.border-error-dark\/10{border-color:#c421211a}.border-error-dark\/20{border-color:#c4212133}.border-error-dark\/25{border-color:#c4212140}.border-error-dark\/30{border-color:#c421214d}.border-error-dark\/40{border-color:#c4212166}.border-error-dark\/50{border-color:#c4212180}.border-error-dark\/60{border-color:#c4212199}.border-error-dark\/70{border-color:#c42121b3}.border-error-dark\/75{border-color:#c42121bf}.border-error-dark\/80{border-color:#c42121cc}.border-error-dark\/90{border-color:#c42121e6}.border-error-dark\/95{border-color:#c42121f2}.border-error-dark\/100{border-color:#c42121}.border-grey\/0{border-color:#47556900}.border-grey\/5{border-color:#4755690d}.border-grey\/10{border-color:#4755691a}.border-grey\/20{border-color:#47556933}.border-grey\/25{border-color:#47556940}.border-grey\/30{border-color:#4755694d}.border-grey\/40{border-color:#47556966}.border-grey\/50{border-color:#47556980}.border-grey\/60{border-color:#47556999}.border-grey\/70{border-color:#475569b3}.border-grey\/75{border-color:#475569bf}.border-grey\/80{border-color:#475569cc}.border-grey\/90{border-color:#475569e6}.border-grey\/95{border-color:#475569f2}.border-grey\/100{border-color:#475569}.border-grey-light\/0{border-color:#f2f3f400}.border-grey-light\/5{border-color:#f2f3f40d}.border-grey-light\/10{border-color:#f2f3f41a}.border-grey-light\/20{border-color:#f2f3f433}.border-grey-light\/25{border-color:#f2f3f440}.border-grey-light\/30{border-color:#f2f3f44d}.border-grey-light\/40{border-color:#f2f3f466}.border-grey-light\/50{border-color:#f2f3f480}.border-grey-light\/60{border-color:#f2f3f499}.border-grey-light\/70{border-color:#f2f3f4b3}.border-grey-light\/75{border-color:#f2f3f4bf}.border-grey-light\/80{border-color:#f2f3f4cc}.border-grey-light\/90{border-color:#f2f3f4e6}.border-grey-light\/95{border-color:#f2f3f4f2}.border-grey-light\/100{border-color:#f2f3f4}.border-grey-dark\/0{border-color:#2c354200}.border-grey-dark\/5{border-color:#2c35420d}.border-grey-dark\/10{border-color:#2c35421a}.border-grey-dark\/20{border-color:#2c354233}.border-grey-dark\/25{border-color:#2c354240}.border-grey-dark\/30{border-color:#2c35424d}.border-grey-dark\/40{border-color:#2c354266}.border-grey-dark\/50{border-color:#2c354280}.border-grey-dark\/60{border-color:#2c354299}.border-grey-dark\/70{border-color:#2c3542b3}.border-grey-dark\/75{border-color:#2c3542bf}.border-grey-dark\/80{border-color:#2c3542cc}.border-grey-dark\/90{border-color:#2c3542e6}.border-grey-dark\/95{border-color:#2c3542f2}.border-grey-dark\/100{border-color:#2c3542}.border-transparent{border-color:transparent}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.border-\[\#EFF6FF\]{--tw-border-opacity: 1;border-color:rgb(239 246 255 / var(--tw-border-opacity))}.border-\[\#2563EB\]{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}.border-slate-300{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity))}.border-x-yellow-50{--tw-border-opacity: 1;border-left-color:rgb(254 252 232 / var(--tw-border-opacity));border-right-color:rgb(254 252 232 / var(--tw-border-opacity))}.border-x-yellow-100{--tw-border-opacity: 1;border-left-color:rgb(254 243 199 / var(--tw-border-opacity));border-right-color:rgb(254 243 199 / var(--tw-border-opacity))}.border-x-yellow-200{--tw-border-opacity: 1;border-left-color:rgb(253 230 138 / var(--tw-border-opacity));border-right-color:rgb(253 230 138 / var(--tw-border-opacity))}.border-x-yellow-300{--tw-border-opacity: 1;border-left-color:rgb(252 211 77 / var(--tw-border-opacity));border-right-color:rgb(252 211 77 / var(--tw-border-opacity))}.border-x-yellow-400{--tw-border-opacity: 1;border-left-color:rgb(251 191 36 / var(--tw-border-opacity));border-right-color:rgb(251 191 36 / var(--tw-border-opacity))}.border-x-yellow-500{--tw-border-opacity: 1;border-left-color:rgb(234 179 8 / var(--tw-border-opacity));border-right-color:rgb(234 179 8 / var(--tw-border-opacity))}.border-x-yellow-600{--tw-border-opacity: 1;border-left-color:rgb(217 119 6 / var(--tw-border-opacity));border-right-color:rgb(217 119 6 / var(--tw-border-opacity))}.border-x-yellow-700{--tw-border-opacity: 1;border-left-color:rgb(180 83 9 / var(--tw-border-opacity));border-right-color:rgb(180 83 9 / var(--tw-border-opacity))}.border-x-yellow-800{--tw-border-opacity: 1;border-left-color:rgb(146 64 14 / var(--tw-border-opacity));border-right-color:rgb(146 64 14 / var(--tw-border-opacity))}.border-x-yellow-900{--tw-border-opacity: 1;border-left-color:rgb(120 53 15 / var(--tw-border-opacity));border-right-color:rgb(120 53 15 / var(--tw-border-opacity))}.border-x-yellow-50\/0{border-left-color:#fefce800;border-right-color:#fefce800}.border-x-yellow-50\/5{border-left-color:#fefce80d;border-right-color:#fefce80d}.border-x-yellow-50\/10{border-left-color:#fefce81a;border-right-color:#fefce81a}.border-x-yellow-50\/20{border-left-color:#fefce833;border-right-color:#fefce833}.border-x-yellow-50\/25{border-left-color:#fefce840;border-right-color:#fefce840}.border-x-yellow-50\/30{border-left-color:#fefce84d;border-right-color:#fefce84d}.border-x-yellow-50\/40{border-left-color:#fefce866;border-right-color:#fefce866}.border-x-yellow-50\/50{border-left-color:#fefce880;border-right-color:#fefce880}.border-x-yellow-50\/60{border-left-color:#fefce899;border-right-color:#fefce899}.border-x-yellow-50\/70{border-left-color:#fefce8b3;border-right-color:#fefce8b3}.border-x-yellow-50\/75{border-left-color:#fefce8bf;border-right-color:#fefce8bf}.border-x-yellow-50\/80{border-left-color:#fefce8cc;border-right-color:#fefce8cc}.border-x-yellow-50\/90{border-left-color:#fefce8e6;border-right-color:#fefce8e6}.border-x-yellow-50\/95{border-left-color:#fefce8f2;border-right-color:#fefce8f2}.border-x-yellow-50\/100{border-left-color:#fefce8;border-right-color:#fefce8}.border-x-yellow-100\/0{border-left-color:#fef3c700;border-right-color:#fef3c700}.border-x-yellow-100\/5{border-left-color:#fef3c70d;border-right-color:#fef3c70d}.border-x-yellow-100\/10{border-left-color:#fef3c71a;border-right-color:#fef3c71a}.border-x-yellow-100\/20{border-left-color:#fef3c733;border-right-color:#fef3c733}.border-x-yellow-100\/25{border-left-color:#fef3c740;border-right-color:#fef3c740}.border-x-yellow-100\/30{border-left-color:#fef3c74d;border-right-color:#fef3c74d}.border-x-yellow-100\/40{border-left-color:#fef3c766;border-right-color:#fef3c766}.border-x-yellow-100\/50{border-left-color:#fef3c780;border-right-color:#fef3c780}.border-x-yellow-100\/60{border-left-color:#fef3c799;border-right-color:#fef3c799}.border-x-yellow-100\/70{border-left-color:#fef3c7b3;border-right-color:#fef3c7b3}.border-x-yellow-100\/75{border-left-color:#fef3c7bf;border-right-color:#fef3c7bf}.border-x-yellow-100\/80{border-left-color:#fef3c7cc;border-right-color:#fef3c7cc}.border-x-yellow-100\/90{border-left-color:#fef3c7e6;border-right-color:#fef3c7e6}.border-x-yellow-100\/95{border-left-color:#fef3c7f2;border-right-color:#fef3c7f2}.border-x-yellow-100\/100{border-left-color:#fef3c7;border-right-color:#fef3c7}.border-x-yellow-200\/0{border-left-color:#fde68a00;border-right-color:#fde68a00}.border-x-yellow-200\/5{border-left-color:#fde68a0d;border-right-color:#fde68a0d}.border-x-yellow-200\/10{border-left-color:#fde68a1a;border-right-color:#fde68a1a}.border-x-yellow-200\/20{border-left-color:#fde68a33;border-right-color:#fde68a33}.border-x-yellow-200\/25{border-left-color:#fde68a40;border-right-color:#fde68a40}.border-x-yellow-200\/30{border-left-color:#fde68a4d;border-right-color:#fde68a4d}.border-x-yellow-200\/40{border-left-color:#fde68a66;border-right-color:#fde68a66}.border-x-yellow-200\/50{border-left-color:#fde68a80;border-right-color:#fde68a80}.border-x-yellow-200\/60{border-left-color:#fde68a99;border-right-color:#fde68a99}.border-x-yellow-200\/70{border-left-color:#fde68ab3;border-right-color:#fde68ab3}.border-x-yellow-200\/75{border-left-color:#fde68abf;border-right-color:#fde68abf}.border-x-yellow-200\/80{border-left-color:#fde68acc;border-right-color:#fde68acc}.border-x-yellow-200\/90{border-left-color:#fde68ae6;border-right-color:#fde68ae6}.border-x-yellow-200\/95{border-left-color:#fde68af2;border-right-color:#fde68af2}.border-x-yellow-200\/100{border-left-color:#fde68a;border-right-color:#fde68a}.border-x-yellow-300\/0{border-left-color:#fcd34d00;border-right-color:#fcd34d00}.border-x-yellow-300\/5{border-left-color:#fcd34d0d;border-right-color:#fcd34d0d}.border-x-yellow-300\/10{border-left-color:#fcd34d1a;border-right-color:#fcd34d1a}.border-x-yellow-300\/20{border-left-color:#fcd34d33;border-right-color:#fcd34d33}.border-x-yellow-300\/25{border-left-color:#fcd34d40;border-right-color:#fcd34d40}.border-x-yellow-300\/30{border-left-color:#fcd34d4d;border-right-color:#fcd34d4d}.border-x-yellow-300\/40{border-left-color:#fcd34d66;border-right-color:#fcd34d66}.border-x-yellow-300\/50{border-left-color:#fcd34d80;border-right-color:#fcd34d80}.border-x-yellow-300\/60{border-left-color:#fcd34d99;border-right-color:#fcd34d99}.border-x-yellow-300\/70{border-left-color:#fcd34db3;border-right-color:#fcd34db3}.border-x-yellow-300\/75{border-left-color:#fcd34dbf;border-right-color:#fcd34dbf}.border-x-yellow-300\/80{border-left-color:#fcd34dcc;border-right-color:#fcd34dcc}.border-x-yellow-300\/90{border-left-color:#fcd34de6;border-right-color:#fcd34de6}.border-x-yellow-300\/95{border-left-color:#fcd34df2;border-right-color:#fcd34df2}.border-x-yellow-300\/100{border-left-color:#fcd34d;border-right-color:#fcd34d}.border-x-yellow-400\/0{border-left-color:#fbbf2400;border-right-color:#fbbf2400}.border-x-yellow-400\/5{border-left-color:#fbbf240d;border-right-color:#fbbf240d}.border-x-yellow-400\/10{border-left-color:#fbbf241a;border-right-color:#fbbf241a}.border-x-yellow-400\/20{border-left-color:#fbbf2433;border-right-color:#fbbf2433}.border-x-yellow-400\/25{border-left-color:#fbbf2440;border-right-color:#fbbf2440}.border-x-yellow-400\/30{border-left-color:#fbbf244d;border-right-color:#fbbf244d}.border-x-yellow-400\/40{border-left-color:#fbbf2466;border-right-color:#fbbf2466}.border-x-yellow-400\/50{border-left-color:#fbbf2480;border-right-color:#fbbf2480}.border-x-yellow-400\/60{border-left-color:#fbbf2499;border-right-color:#fbbf2499}.border-x-yellow-400\/70{border-left-color:#fbbf24b3;border-right-color:#fbbf24b3}.border-x-yellow-400\/75{border-left-color:#fbbf24bf;border-right-color:#fbbf24bf}.border-x-yellow-400\/80{border-left-color:#fbbf24cc;border-right-color:#fbbf24cc}.border-x-yellow-400\/90{border-left-color:#fbbf24e6;border-right-color:#fbbf24e6}.border-x-yellow-400\/95{border-left-color:#fbbf24f2;border-right-color:#fbbf24f2}.border-x-yellow-400\/100{border-left-color:#fbbf24;border-right-color:#fbbf24}.border-x-yellow-500\/0{border-left-color:#eab30800;border-right-color:#eab30800}.border-x-yellow-500\/5{border-left-color:#eab3080d;border-right-color:#eab3080d}.border-x-yellow-500\/10{border-left-color:#eab3081a;border-right-color:#eab3081a}.border-x-yellow-500\/20{border-left-color:#eab30833;border-right-color:#eab30833}.border-x-yellow-500\/25{border-left-color:#eab30840;border-right-color:#eab30840}.border-x-yellow-500\/30{border-left-color:#eab3084d;border-right-color:#eab3084d}.border-x-yellow-500\/40{border-left-color:#eab30866;border-right-color:#eab30866}.border-x-yellow-500\/50{border-left-color:#eab30880;border-right-color:#eab30880}.border-x-yellow-500\/60{border-left-color:#eab30899;border-right-color:#eab30899}.border-x-yellow-500\/70{border-left-color:#eab308b3;border-right-color:#eab308b3}.border-x-yellow-500\/75{border-left-color:#eab308bf;border-right-color:#eab308bf}.border-x-yellow-500\/80{border-left-color:#eab308cc;border-right-color:#eab308cc}.border-x-yellow-500\/90{border-left-color:#eab308e6;border-right-color:#eab308e6}.border-x-yellow-500\/95{border-left-color:#eab308f2;border-right-color:#eab308f2}.border-x-yellow-500\/100{border-left-color:#eab308;border-right-color:#eab308}.border-x-yellow-600\/0{border-left-color:#d9770600;border-right-color:#d9770600}.border-x-yellow-600\/5{border-left-color:#d977060d;border-right-color:#d977060d}.border-x-yellow-600\/10{border-left-color:#d977061a;border-right-color:#d977061a}.border-x-yellow-600\/20{border-left-color:#d9770633;border-right-color:#d9770633}.border-x-yellow-600\/25{border-left-color:#d9770640;border-right-color:#d9770640}.border-x-yellow-600\/30{border-left-color:#d977064d;border-right-color:#d977064d}.border-x-yellow-600\/40{border-left-color:#d9770666;border-right-color:#d9770666}.border-x-yellow-600\/50{border-left-color:#d9770680;border-right-color:#d9770680}.border-x-yellow-600\/60{border-left-color:#d9770699;border-right-color:#d9770699}.border-x-yellow-600\/70{border-left-color:#d97706b3;border-right-color:#d97706b3}.border-x-yellow-600\/75{border-left-color:#d97706bf;border-right-color:#d97706bf}.border-x-yellow-600\/80{border-left-color:#d97706cc;border-right-color:#d97706cc}.border-x-yellow-600\/90{border-left-color:#d97706e6;border-right-color:#d97706e6}.border-x-yellow-600\/95{border-left-color:#d97706f2;border-right-color:#d97706f2}.border-x-yellow-600\/100{border-left-color:#d97706;border-right-color:#d97706}.border-x-yellow-700\/0{border-left-color:#b4530900;border-right-color:#b4530900}.border-x-yellow-700\/5{border-left-color:#b453090d;border-right-color:#b453090d}.border-x-yellow-700\/10{border-left-color:#b453091a;border-right-color:#b453091a}.border-x-yellow-700\/20{border-left-color:#b4530933;border-right-color:#b4530933}.border-x-yellow-700\/25{border-left-color:#b4530940;border-right-color:#b4530940}.border-x-yellow-700\/30{border-left-color:#b453094d;border-right-color:#b453094d}.border-x-yellow-700\/40{border-left-color:#b4530966;border-right-color:#b4530966}.border-x-yellow-700\/50{border-left-color:#b4530980;border-right-color:#b4530980}.border-x-yellow-700\/60{border-left-color:#b4530999;border-right-color:#b4530999}.border-x-yellow-700\/70{border-left-color:#b45309b3;border-right-color:#b45309b3}.border-x-yellow-700\/75{border-left-color:#b45309bf;border-right-color:#b45309bf}.border-x-yellow-700\/80{border-left-color:#b45309cc;border-right-color:#b45309cc}.border-x-yellow-700\/90{border-left-color:#b45309e6;border-right-color:#b45309e6}.border-x-yellow-700\/95{border-left-color:#b45309f2;border-right-color:#b45309f2}.border-x-yellow-700\/100{border-left-color:#b45309;border-right-color:#b45309}.border-x-yellow-800\/0{border-left-color:#92400e00;border-right-color:#92400e00}.border-x-yellow-800\/5{border-left-color:#92400e0d;border-right-color:#92400e0d}.border-x-yellow-800\/10{border-left-color:#92400e1a;border-right-color:#92400e1a}.border-x-yellow-800\/20{border-left-color:#92400e33;border-right-color:#92400e33}.border-x-yellow-800\/25{border-left-color:#92400e40;border-right-color:#92400e40}.border-x-yellow-800\/30{border-left-color:#92400e4d;border-right-color:#92400e4d}.border-x-yellow-800\/40{border-left-color:#92400e66;border-right-color:#92400e66}.border-x-yellow-800\/50{border-left-color:#92400e80;border-right-color:#92400e80}.border-x-yellow-800\/60{border-left-color:#92400e99;border-right-color:#92400e99}.border-x-yellow-800\/70{border-left-color:#92400eb3;border-right-color:#92400eb3}.border-x-yellow-800\/75{border-left-color:#92400ebf;border-right-color:#92400ebf}.border-x-yellow-800\/80{border-left-color:#92400ecc;border-right-color:#92400ecc}.border-x-yellow-800\/90{border-left-color:#92400ee6;border-right-color:#92400ee6}.border-x-yellow-800\/95{border-left-color:#92400ef2;border-right-color:#92400ef2}.border-x-yellow-800\/100{border-left-color:#92400e;border-right-color:#92400e}.border-x-yellow-900\/0{border-left-color:#78350f00;border-right-color:#78350f00}.border-x-yellow-900\/5{border-left-color:#78350f0d;border-right-color:#78350f0d}.border-x-yellow-900\/10{border-left-color:#78350f1a;border-right-color:#78350f1a}.border-x-yellow-900\/20{border-left-color:#78350f33;border-right-color:#78350f33}.border-x-yellow-900\/25{border-left-color:#78350f40;border-right-color:#78350f40}.border-x-yellow-900\/30{border-left-color:#78350f4d;border-right-color:#78350f4d}.border-x-yellow-900\/40{border-left-color:#78350f66;border-right-color:#78350f66}.border-x-yellow-900\/50{border-left-color:#78350f80;border-right-color:#78350f80}.border-x-yellow-900\/60{border-left-color:#78350f99;border-right-color:#78350f99}.border-x-yellow-900\/70{border-left-color:#78350fb3;border-right-color:#78350fb3}.border-x-yellow-900\/75{border-left-color:#78350fbf;border-right-color:#78350fbf}.border-x-yellow-900\/80{border-left-color:#78350fcc;border-right-color:#78350fcc}.border-x-yellow-900\/90{border-left-color:#78350fe6;border-right-color:#78350fe6}.border-x-yellow-900\/95{border-left-color:#78350ff2;border-right-color:#78350ff2}.border-x-yellow-900\/100{border-left-color:#78350f;border-right-color:#78350f}.border-y-yellow-50{--tw-border-opacity: 1;border-top-color:rgb(254 252 232 / var(--tw-border-opacity));border-bottom-color:rgb(254 252 232 / var(--tw-border-opacity))}.border-y-yellow-100{--tw-border-opacity: 1;border-top-color:rgb(254 243 199 / var(--tw-border-opacity));border-bottom-color:rgb(254 243 199 / var(--tw-border-opacity))}.border-y-yellow-200{--tw-border-opacity: 1;border-top-color:rgb(253 230 138 / var(--tw-border-opacity));border-bottom-color:rgb(253 230 138 / var(--tw-border-opacity))}.border-y-yellow-300{--tw-border-opacity: 1;border-top-color:rgb(252 211 77 / var(--tw-border-opacity));border-bottom-color:rgb(252 211 77 / var(--tw-border-opacity))}.border-y-yellow-400{--tw-border-opacity: 1;border-top-color:rgb(251 191 36 / var(--tw-border-opacity));border-bottom-color:rgb(251 191 36 / var(--tw-border-opacity))}.border-y-yellow-500{--tw-border-opacity: 1;border-top-color:rgb(234 179 8 / var(--tw-border-opacity));border-bottom-color:rgb(234 179 8 / var(--tw-border-opacity))}.border-y-yellow-600{--tw-border-opacity: 1;border-top-color:rgb(217 119 6 / var(--tw-border-opacity));border-bottom-color:rgb(217 119 6 / var(--tw-border-opacity))}.border-y-yellow-700{--tw-border-opacity: 1;border-top-color:rgb(180 83 9 / var(--tw-border-opacity));border-bottom-color:rgb(180 83 9 / var(--tw-border-opacity))}.border-y-yellow-800{--tw-border-opacity: 1;border-top-color:rgb(146 64 14 / var(--tw-border-opacity));border-bottom-color:rgb(146 64 14 / var(--tw-border-opacity))}.border-y-yellow-900{--tw-border-opacity: 1;border-top-color:rgb(120 53 15 / var(--tw-border-opacity));border-bottom-color:rgb(120 53 15 / var(--tw-border-opacity))}.border-y-yellow-50\/0{border-top-color:#fefce800;border-bottom-color:#fefce800}.border-y-yellow-50\/5{border-top-color:#fefce80d;border-bottom-color:#fefce80d}.border-y-yellow-50\/10{border-top-color:#fefce81a;border-bottom-color:#fefce81a}.border-y-yellow-50\/20{border-top-color:#fefce833;border-bottom-color:#fefce833}.border-y-yellow-50\/25{border-top-color:#fefce840;border-bottom-color:#fefce840}.border-y-yellow-50\/30{border-top-color:#fefce84d;border-bottom-color:#fefce84d}.border-y-yellow-50\/40{border-top-color:#fefce866;border-bottom-color:#fefce866}.border-y-yellow-50\/50{border-top-color:#fefce880;border-bottom-color:#fefce880}.border-y-yellow-50\/60{border-top-color:#fefce899;border-bottom-color:#fefce899}.border-y-yellow-50\/70{border-top-color:#fefce8b3;border-bottom-color:#fefce8b3}.border-y-yellow-50\/75{border-top-color:#fefce8bf;border-bottom-color:#fefce8bf}.border-y-yellow-50\/80{border-top-color:#fefce8cc;border-bottom-color:#fefce8cc}.border-y-yellow-50\/90{border-top-color:#fefce8e6;border-bottom-color:#fefce8e6}.border-y-yellow-50\/95{border-top-color:#fefce8f2;border-bottom-color:#fefce8f2}.border-y-yellow-50\/100{border-top-color:#fefce8;border-bottom-color:#fefce8}.border-y-yellow-100\/0{border-top-color:#fef3c700;border-bottom-color:#fef3c700}.border-y-yellow-100\/5{border-top-color:#fef3c70d;border-bottom-color:#fef3c70d}.border-y-yellow-100\/10{border-top-color:#fef3c71a;border-bottom-color:#fef3c71a}.border-y-yellow-100\/20{border-top-color:#fef3c733;border-bottom-color:#fef3c733}.border-y-yellow-100\/25{border-top-color:#fef3c740;border-bottom-color:#fef3c740}.border-y-yellow-100\/30{border-top-color:#fef3c74d;border-bottom-color:#fef3c74d}.border-y-yellow-100\/40{border-top-color:#fef3c766;border-bottom-color:#fef3c766}.border-y-yellow-100\/50{border-top-color:#fef3c780;border-bottom-color:#fef3c780}.border-y-yellow-100\/60{border-top-color:#fef3c799;border-bottom-color:#fef3c799}.border-y-yellow-100\/70{border-top-color:#fef3c7b3;border-bottom-color:#fef3c7b3}.border-y-yellow-100\/75{border-top-color:#fef3c7bf;border-bottom-color:#fef3c7bf}.border-y-yellow-100\/80{border-top-color:#fef3c7cc;border-bottom-color:#fef3c7cc}.border-y-yellow-100\/90{border-top-color:#fef3c7e6;border-bottom-color:#fef3c7e6}.border-y-yellow-100\/95{border-top-color:#fef3c7f2;border-bottom-color:#fef3c7f2}.border-y-yellow-100\/100{border-top-color:#fef3c7;border-bottom-color:#fef3c7}.border-y-yellow-200\/0{border-top-color:#fde68a00;border-bottom-color:#fde68a00}.border-y-yellow-200\/5{border-top-color:#fde68a0d;border-bottom-color:#fde68a0d}.border-y-yellow-200\/10{border-top-color:#fde68a1a;border-bottom-color:#fde68a1a}.border-y-yellow-200\/20{border-top-color:#fde68a33;border-bottom-color:#fde68a33}.border-y-yellow-200\/25{border-top-color:#fde68a40;border-bottom-color:#fde68a40}.border-y-yellow-200\/30{border-top-color:#fde68a4d;border-bottom-color:#fde68a4d}.border-y-yellow-200\/40{border-top-color:#fde68a66;border-bottom-color:#fde68a66}.border-y-yellow-200\/50{border-top-color:#fde68a80;border-bottom-color:#fde68a80}.border-y-yellow-200\/60{border-top-color:#fde68a99;border-bottom-color:#fde68a99}.border-y-yellow-200\/70{border-top-color:#fde68ab3;border-bottom-color:#fde68ab3}.border-y-yellow-200\/75{border-top-color:#fde68abf;border-bottom-color:#fde68abf}.border-y-yellow-200\/80{border-top-color:#fde68acc;border-bottom-color:#fde68acc}.border-y-yellow-200\/90{border-top-color:#fde68ae6;border-bottom-color:#fde68ae6}.border-y-yellow-200\/95{border-top-color:#fde68af2;border-bottom-color:#fde68af2}.border-y-yellow-200\/100{border-top-color:#fde68a;border-bottom-color:#fde68a}.border-y-yellow-300\/0{border-top-color:#fcd34d00;border-bottom-color:#fcd34d00}.border-y-yellow-300\/5{border-top-color:#fcd34d0d;border-bottom-color:#fcd34d0d}.border-y-yellow-300\/10{border-top-color:#fcd34d1a;border-bottom-color:#fcd34d1a}.border-y-yellow-300\/20{border-top-color:#fcd34d33;border-bottom-color:#fcd34d33}.border-y-yellow-300\/25{border-top-color:#fcd34d40;border-bottom-color:#fcd34d40}.border-y-yellow-300\/30{border-top-color:#fcd34d4d;border-bottom-color:#fcd34d4d}.border-y-yellow-300\/40{border-top-color:#fcd34d66;border-bottom-color:#fcd34d66}.border-y-yellow-300\/50{border-top-color:#fcd34d80;border-bottom-color:#fcd34d80}.border-y-yellow-300\/60{border-top-color:#fcd34d99;border-bottom-color:#fcd34d99}.border-y-yellow-300\/70{border-top-color:#fcd34db3;border-bottom-color:#fcd34db3}.border-y-yellow-300\/75{border-top-color:#fcd34dbf;border-bottom-color:#fcd34dbf}.border-y-yellow-300\/80{border-top-color:#fcd34dcc;border-bottom-color:#fcd34dcc}.border-y-yellow-300\/90{border-top-color:#fcd34de6;border-bottom-color:#fcd34de6}.border-y-yellow-300\/95{border-top-color:#fcd34df2;border-bottom-color:#fcd34df2}.border-y-yellow-300\/100{border-top-color:#fcd34d;border-bottom-color:#fcd34d}.border-y-yellow-400\/0{border-top-color:#fbbf2400;border-bottom-color:#fbbf2400}.border-y-yellow-400\/5{border-top-color:#fbbf240d;border-bottom-color:#fbbf240d}.border-y-yellow-400\/10{border-top-color:#fbbf241a;border-bottom-color:#fbbf241a}.border-y-yellow-400\/20{border-top-color:#fbbf2433;border-bottom-color:#fbbf2433}.border-y-yellow-400\/25{border-top-color:#fbbf2440;border-bottom-color:#fbbf2440}.border-y-yellow-400\/30{border-top-color:#fbbf244d;border-bottom-color:#fbbf244d}.border-y-yellow-400\/40{border-top-color:#fbbf2466;border-bottom-color:#fbbf2466}.border-y-yellow-400\/50{border-top-color:#fbbf2480;border-bottom-color:#fbbf2480}.border-y-yellow-400\/60{border-top-color:#fbbf2499;border-bottom-color:#fbbf2499}.border-y-yellow-400\/70{border-top-color:#fbbf24b3;border-bottom-color:#fbbf24b3}.border-y-yellow-400\/75{border-top-color:#fbbf24bf;border-bottom-color:#fbbf24bf}.border-y-yellow-400\/80{border-top-color:#fbbf24cc;border-bottom-color:#fbbf24cc}.border-y-yellow-400\/90{border-top-color:#fbbf24e6;border-bottom-color:#fbbf24e6}.border-y-yellow-400\/95{border-top-color:#fbbf24f2;border-bottom-color:#fbbf24f2}.border-y-yellow-400\/100{border-top-color:#fbbf24;border-bottom-color:#fbbf24}.border-y-yellow-500\/0{border-top-color:#eab30800;border-bottom-color:#eab30800}.border-y-yellow-500\/5{border-top-color:#eab3080d;border-bottom-color:#eab3080d}.border-y-yellow-500\/10{border-top-color:#eab3081a;border-bottom-color:#eab3081a}.border-y-yellow-500\/20{border-top-color:#eab30833;border-bottom-color:#eab30833}.border-y-yellow-500\/25{border-top-color:#eab30840;border-bottom-color:#eab30840}.border-y-yellow-500\/30{border-top-color:#eab3084d;border-bottom-color:#eab3084d}.border-y-yellow-500\/40{border-top-color:#eab30866;border-bottom-color:#eab30866}.border-y-yellow-500\/50{border-top-color:#eab30880;border-bottom-color:#eab30880}.border-y-yellow-500\/60{border-top-color:#eab30899;border-bottom-color:#eab30899}.border-y-yellow-500\/70{border-top-color:#eab308b3;border-bottom-color:#eab308b3}.border-y-yellow-500\/75{border-top-color:#eab308bf;border-bottom-color:#eab308bf}.border-y-yellow-500\/80{border-top-color:#eab308cc;border-bottom-color:#eab308cc}.border-y-yellow-500\/90{border-top-color:#eab308e6;border-bottom-color:#eab308e6}.border-y-yellow-500\/95{border-top-color:#eab308f2;border-bottom-color:#eab308f2}.border-y-yellow-500\/100{border-top-color:#eab308;border-bottom-color:#eab308}.border-y-yellow-600\/0{border-top-color:#d9770600;border-bottom-color:#d9770600}.border-y-yellow-600\/5{border-top-color:#d977060d;border-bottom-color:#d977060d}.border-y-yellow-600\/10{border-top-color:#d977061a;border-bottom-color:#d977061a}.border-y-yellow-600\/20{border-top-color:#d9770633;border-bottom-color:#d9770633}.border-y-yellow-600\/25{border-top-color:#d9770640;border-bottom-color:#d9770640}.border-y-yellow-600\/30{border-top-color:#d977064d;border-bottom-color:#d977064d}.border-y-yellow-600\/40{border-top-color:#d9770666;border-bottom-color:#d9770666}.border-y-yellow-600\/50{border-top-color:#d9770680;border-bottom-color:#d9770680}.border-y-yellow-600\/60{border-top-color:#d9770699;border-bottom-color:#d9770699}.border-y-yellow-600\/70{border-top-color:#d97706b3;border-bottom-color:#d97706b3}.border-y-yellow-600\/75{border-top-color:#d97706bf;border-bottom-color:#d97706bf}.border-y-yellow-600\/80{border-top-color:#d97706cc;border-bottom-color:#d97706cc}.border-y-yellow-600\/90{border-top-color:#d97706e6;border-bottom-color:#d97706e6}.border-y-yellow-600\/95{border-top-color:#d97706f2;border-bottom-color:#d97706f2}.border-y-yellow-600\/100{border-top-color:#d97706;border-bottom-color:#d97706}.border-y-yellow-700\/0{border-top-color:#b4530900;border-bottom-color:#b4530900}.border-y-yellow-700\/5{border-top-color:#b453090d;border-bottom-color:#b453090d}.border-y-yellow-700\/10{border-top-color:#b453091a;border-bottom-color:#b453091a}.border-y-yellow-700\/20{border-top-color:#b4530933;border-bottom-color:#b4530933}.border-y-yellow-700\/25{border-top-color:#b4530940;border-bottom-color:#b4530940}.border-y-yellow-700\/30{border-top-color:#b453094d;border-bottom-color:#b453094d}.border-y-yellow-700\/40{border-top-color:#b4530966;border-bottom-color:#b4530966}.border-y-yellow-700\/50{border-top-color:#b4530980;border-bottom-color:#b4530980}.border-y-yellow-700\/60{border-top-color:#b4530999;border-bottom-color:#b4530999}.border-y-yellow-700\/70{border-top-color:#b45309b3;border-bottom-color:#b45309b3}.border-y-yellow-700\/75{border-top-color:#b45309bf;border-bottom-color:#b45309bf}.border-y-yellow-700\/80{border-top-color:#b45309cc;border-bottom-color:#b45309cc}.border-y-yellow-700\/90{border-top-color:#b45309e6;border-bottom-color:#b45309e6}.border-y-yellow-700\/95{border-top-color:#b45309f2;border-bottom-color:#b45309f2}.border-y-yellow-700\/100{border-top-color:#b45309;border-bottom-color:#b45309}.border-y-yellow-800\/0{border-top-color:#92400e00;border-bottom-color:#92400e00}.border-y-yellow-800\/5{border-top-color:#92400e0d;border-bottom-color:#92400e0d}.border-y-yellow-800\/10{border-top-color:#92400e1a;border-bottom-color:#92400e1a}.border-y-yellow-800\/20{border-top-color:#92400e33;border-bottom-color:#92400e33}.border-y-yellow-800\/25{border-top-color:#92400e40;border-bottom-color:#92400e40}.border-y-yellow-800\/30{border-top-color:#92400e4d;border-bottom-color:#92400e4d}.border-y-yellow-800\/40{border-top-color:#92400e66;border-bottom-color:#92400e66}.border-y-yellow-800\/50{border-top-color:#92400e80;border-bottom-color:#92400e80}.border-y-yellow-800\/60{border-top-color:#92400e99;border-bottom-color:#92400e99}.border-y-yellow-800\/70{border-top-color:#92400eb3;border-bottom-color:#92400eb3}.border-y-yellow-800\/75{border-top-color:#92400ebf;border-bottom-color:#92400ebf}.border-y-yellow-800\/80{border-top-color:#92400ecc;border-bottom-color:#92400ecc}.border-y-yellow-800\/90{border-top-color:#92400ee6;border-bottom-color:#92400ee6}.border-y-yellow-800\/95{border-top-color:#92400ef2;border-bottom-color:#92400ef2}.border-y-yellow-800\/100{border-top-color:#92400e;border-bottom-color:#92400e}.border-y-yellow-900\/0{border-top-color:#78350f00;border-bottom-color:#78350f00}.border-y-yellow-900\/5{border-top-color:#78350f0d;border-bottom-color:#78350f0d}.border-y-yellow-900\/10{border-top-color:#78350f1a;border-bottom-color:#78350f1a}.border-y-yellow-900\/20{border-top-color:#78350f33;border-bottom-color:#78350f33}.border-y-yellow-900\/25{border-top-color:#78350f40;border-bottom-color:#78350f40}.border-y-yellow-900\/30{border-top-color:#78350f4d;border-bottom-color:#78350f4d}.border-y-yellow-900\/40{border-top-color:#78350f66;border-bottom-color:#78350f66}.border-y-yellow-900\/50{border-top-color:#78350f80;border-bottom-color:#78350f80}.border-y-yellow-900\/60{border-top-color:#78350f99;border-bottom-color:#78350f99}.border-y-yellow-900\/70{border-top-color:#78350fb3;border-bottom-color:#78350fb3}.border-y-yellow-900\/75{border-top-color:#78350fbf;border-bottom-color:#78350fbf}.border-y-yellow-900\/80{border-top-color:#78350fcc;border-bottom-color:#78350fcc}.border-y-yellow-900\/90{border-top-color:#78350fe6;border-bottom-color:#78350fe6}.border-y-yellow-900\/95{border-top-color:#78350ff2;border-bottom-color:#78350ff2}.border-y-yellow-900\/100{border-top-color:#78350f;border-bottom-color:#78350f}.border-t-yellow-50{--tw-border-opacity: 1;border-top-color:rgb(254 252 232 / var(--tw-border-opacity))}.border-t-yellow-100{--tw-border-opacity: 1;border-top-color:rgb(254 243 199 / var(--tw-border-opacity))}.border-t-yellow-200{--tw-border-opacity: 1;border-top-color:rgb(253 230 138 / var(--tw-border-opacity))}.border-t-yellow-300{--tw-border-opacity: 1;border-top-color:rgb(252 211 77 / var(--tw-border-opacity))}.border-t-yellow-400{--tw-border-opacity: 1;border-top-color:rgb(251 191 36 / var(--tw-border-opacity))}.border-t-yellow-500{--tw-border-opacity: 1;border-top-color:rgb(234 179 8 / var(--tw-border-opacity))}.border-t-yellow-600{--tw-border-opacity: 1;border-top-color:rgb(217 119 6 / var(--tw-border-opacity))}.border-t-yellow-700{--tw-border-opacity: 1;border-top-color:rgb(180 83 9 / var(--tw-border-opacity))}.border-t-yellow-800{--tw-border-opacity: 1;border-top-color:rgb(146 64 14 / var(--tw-border-opacity))}.border-t-yellow-900{--tw-border-opacity: 1;border-top-color:rgb(120 53 15 / var(--tw-border-opacity))}.border-t-yellow-50\/0{border-top-color:#fefce800}.border-t-yellow-50\/5{border-top-color:#fefce80d}.border-t-yellow-50\/10{border-top-color:#fefce81a}.border-t-yellow-50\/20{border-top-color:#fefce833}.border-t-yellow-50\/25{border-top-color:#fefce840}.border-t-yellow-50\/30{border-top-color:#fefce84d}.border-t-yellow-50\/40{border-top-color:#fefce866}.border-t-yellow-50\/50{border-top-color:#fefce880}.border-t-yellow-50\/60{border-top-color:#fefce899}.border-t-yellow-50\/70{border-top-color:#fefce8b3}.border-t-yellow-50\/75{border-top-color:#fefce8bf}.border-t-yellow-50\/80{border-top-color:#fefce8cc}.border-t-yellow-50\/90{border-top-color:#fefce8e6}.border-t-yellow-50\/95{border-top-color:#fefce8f2}.border-t-yellow-50\/100{border-top-color:#fefce8}.border-t-yellow-100\/0{border-top-color:#fef3c700}.border-t-yellow-100\/5{border-top-color:#fef3c70d}.border-t-yellow-100\/10{border-top-color:#fef3c71a}.border-t-yellow-100\/20{border-top-color:#fef3c733}.border-t-yellow-100\/25{border-top-color:#fef3c740}.border-t-yellow-100\/30{border-top-color:#fef3c74d}.border-t-yellow-100\/40{border-top-color:#fef3c766}.border-t-yellow-100\/50{border-top-color:#fef3c780}.border-t-yellow-100\/60{border-top-color:#fef3c799}.border-t-yellow-100\/70{border-top-color:#fef3c7b3}.border-t-yellow-100\/75{border-top-color:#fef3c7bf}.border-t-yellow-100\/80{border-top-color:#fef3c7cc}.border-t-yellow-100\/90{border-top-color:#fef3c7e6}.border-t-yellow-100\/95{border-top-color:#fef3c7f2}.border-t-yellow-100\/100{border-top-color:#fef3c7}.border-t-yellow-200\/0{border-top-color:#fde68a00}.border-t-yellow-200\/5{border-top-color:#fde68a0d}.border-t-yellow-200\/10{border-top-color:#fde68a1a}.border-t-yellow-200\/20{border-top-color:#fde68a33}.border-t-yellow-200\/25{border-top-color:#fde68a40}.border-t-yellow-200\/30{border-top-color:#fde68a4d}.border-t-yellow-200\/40{border-top-color:#fde68a66}.border-t-yellow-200\/50{border-top-color:#fde68a80}.border-t-yellow-200\/60{border-top-color:#fde68a99}.border-t-yellow-200\/70{border-top-color:#fde68ab3}.border-t-yellow-200\/75{border-top-color:#fde68abf}.border-t-yellow-200\/80{border-top-color:#fde68acc}.border-t-yellow-200\/90{border-top-color:#fde68ae6}.border-t-yellow-200\/95{border-top-color:#fde68af2}.border-t-yellow-200\/100{border-top-color:#fde68a}.border-t-yellow-300\/0{border-top-color:#fcd34d00}.border-t-yellow-300\/5{border-top-color:#fcd34d0d}.border-t-yellow-300\/10{border-top-color:#fcd34d1a}.border-t-yellow-300\/20{border-top-color:#fcd34d33}.border-t-yellow-300\/25{border-top-color:#fcd34d40}.border-t-yellow-300\/30{border-top-color:#fcd34d4d}.border-t-yellow-300\/40{border-top-color:#fcd34d66}.border-t-yellow-300\/50{border-top-color:#fcd34d80}.border-t-yellow-300\/60{border-top-color:#fcd34d99}.border-t-yellow-300\/70{border-top-color:#fcd34db3}.border-t-yellow-300\/75{border-top-color:#fcd34dbf}.border-t-yellow-300\/80{border-top-color:#fcd34dcc}.border-t-yellow-300\/90{border-top-color:#fcd34de6}.border-t-yellow-300\/95{border-top-color:#fcd34df2}.border-t-yellow-300\/100{border-top-color:#fcd34d}.border-t-yellow-400\/0{border-top-color:#fbbf2400}.border-t-yellow-400\/5{border-top-color:#fbbf240d}.border-t-yellow-400\/10{border-top-color:#fbbf241a}.border-t-yellow-400\/20{border-top-color:#fbbf2433}.border-t-yellow-400\/25{border-top-color:#fbbf2440}.border-t-yellow-400\/30{border-top-color:#fbbf244d}.border-t-yellow-400\/40{border-top-color:#fbbf2466}.border-t-yellow-400\/50{border-top-color:#fbbf2480}.border-t-yellow-400\/60{border-top-color:#fbbf2499}.border-t-yellow-400\/70{border-top-color:#fbbf24b3}.border-t-yellow-400\/75{border-top-color:#fbbf24bf}.border-t-yellow-400\/80{border-top-color:#fbbf24cc}.border-t-yellow-400\/90{border-top-color:#fbbf24e6}.border-t-yellow-400\/95{border-top-color:#fbbf24f2}.border-t-yellow-400\/100{border-top-color:#fbbf24}.border-t-yellow-500\/0{border-top-color:#eab30800}.border-t-yellow-500\/5{border-top-color:#eab3080d}.border-t-yellow-500\/10{border-top-color:#eab3081a}.border-t-yellow-500\/20{border-top-color:#eab30833}.border-t-yellow-500\/25{border-top-color:#eab30840}.border-t-yellow-500\/30{border-top-color:#eab3084d}.border-t-yellow-500\/40{border-top-color:#eab30866}.border-t-yellow-500\/50{border-top-color:#eab30880}.border-t-yellow-500\/60{border-top-color:#eab30899}.border-t-yellow-500\/70{border-top-color:#eab308b3}.border-t-yellow-500\/75{border-top-color:#eab308bf}.border-t-yellow-500\/80{border-top-color:#eab308cc}.border-t-yellow-500\/90{border-top-color:#eab308e6}.border-t-yellow-500\/95{border-top-color:#eab308f2}.border-t-yellow-500\/100{border-top-color:#eab308}.border-t-yellow-600\/0{border-top-color:#d9770600}.border-t-yellow-600\/5{border-top-color:#d977060d}.border-t-yellow-600\/10{border-top-color:#d977061a}.border-t-yellow-600\/20{border-top-color:#d9770633}.border-t-yellow-600\/25{border-top-color:#d9770640}.border-t-yellow-600\/30{border-top-color:#d977064d}.border-t-yellow-600\/40{border-top-color:#d9770666}.border-t-yellow-600\/50{border-top-color:#d9770680}.border-t-yellow-600\/60{border-top-color:#d9770699}.border-t-yellow-600\/70{border-top-color:#d97706b3}.border-t-yellow-600\/75{border-top-color:#d97706bf}.border-t-yellow-600\/80{border-top-color:#d97706cc}.border-t-yellow-600\/90{border-top-color:#d97706e6}.border-t-yellow-600\/95{border-top-color:#d97706f2}.border-t-yellow-600\/100{border-top-color:#d97706}.border-t-yellow-700\/0{border-top-color:#b4530900}.border-t-yellow-700\/5{border-top-color:#b453090d}.border-t-yellow-700\/10{border-top-color:#b453091a}.border-t-yellow-700\/20{border-top-color:#b4530933}.border-t-yellow-700\/25{border-top-color:#b4530940}.border-t-yellow-700\/30{border-top-color:#b453094d}.border-t-yellow-700\/40{border-top-color:#b4530966}.border-t-yellow-700\/50{border-top-color:#b4530980}.border-t-yellow-700\/60{border-top-color:#b4530999}.border-t-yellow-700\/70{border-top-color:#b45309b3}.border-t-yellow-700\/75{border-top-color:#b45309bf}.border-t-yellow-700\/80{border-top-color:#b45309cc}.border-t-yellow-700\/90{border-top-color:#b45309e6}.border-t-yellow-700\/95{border-top-color:#b45309f2}.border-t-yellow-700\/100{border-top-color:#b45309}.border-t-yellow-800\/0{border-top-color:#92400e00}.border-t-yellow-800\/5{border-top-color:#92400e0d}.border-t-yellow-800\/10{border-top-color:#92400e1a}.border-t-yellow-800\/20{border-top-color:#92400e33}.border-t-yellow-800\/25{border-top-color:#92400e40}.border-t-yellow-800\/30{border-top-color:#92400e4d}.border-t-yellow-800\/40{border-top-color:#92400e66}.border-t-yellow-800\/50{border-top-color:#92400e80}.border-t-yellow-800\/60{border-top-color:#92400e99}.border-t-yellow-800\/70{border-top-color:#92400eb3}.border-t-yellow-800\/75{border-top-color:#92400ebf}.border-t-yellow-800\/80{border-top-color:#92400ecc}.border-t-yellow-800\/90{border-top-color:#92400ee6}.border-t-yellow-800\/95{border-top-color:#92400ef2}.border-t-yellow-800\/100{border-top-color:#92400e}.border-t-yellow-900\/0{border-top-color:#78350f00}.border-t-yellow-900\/5{border-top-color:#78350f0d}.border-t-yellow-900\/10{border-top-color:#78350f1a}.border-t-yellow-900\/20{border-top-color:#78350f33}.border-t-yellow-900\/25{border-top-color:#78350f40}.border-t-yellow-900\/30{border-top-color:#78350f4d}.border-t-yellow-900\/40{border-top-color:#78350f66}.border-t-yellow-900\/50{border-top-color:#78350f80}.border-t-yellow-900\/60{border-top-color:#78350f99}.border-t-yellow-900\/70{border-top-color:#78350fb3}.border-t-yellow-900\/75{border-top-color:#78350fbf}.border-t-yellow-900\/80{border-top-color:#78350fcc}.border-t-yellow-900\/90{border-top-color:#78350fe6}.border-t-yellow-900\/95{border-top-color:#78350ff2}.border-t-yellow-900\/100{border-top-color:#78350f}.border-r-yellow-50{--tw-border-opacity: 1;border-right-color:rgb(254 252 232 / var(--tw-border-opacity))}.border-r-yellow-100{--tw-border-opacity: 1;border-right-color:rgb(254 243 199 / var(--tw-border-opacity))}.border-r-yellow-200{--tw-border-opacity: 1;border-right-color:rgb(253 230 138 / var(--tw-border-opacity))}.border-r-yellow-300{--tw-border-opacity: 1;border-right-color:rgb(252 211 77 / var(--tw-border-opacity))}.border-r-yellow-400{--tw-border-opacity: 1;border-right-color:rgb(251 191 36 / var(--tw-border-opacity))}.border-r-yellow-500{--tw-border-opacity: 1;border-right-color:rgb(234 179 8 / var(--tw-border-opacity))}.border-r-yellow-600{--tw-border-opacity: 1;border-right-color:rgb(217 119 6 / var(--tw-border-opacity))}.border-r-yellow-700{--tw-border-opacity: 1;border-right-color:rgb(180 83 9 / var(--tw-border-opacity))}.border-r-yellow-800{--tw-border-opacity: 1;border-right-color:rgb(146 64 14 / var(--tw-border-opacity))}.border-r-yellow-900{--tw-border-opacity: 1;border-right-color:rgb(120 53 15 / var(--tw-border-opacity))}.border-r-yellow-50\/0{border-right-color:#fefce800}.border-r-yellow-50\/5{border-right-color:#fefce80d}.border-r-yellow-50\/10{border-right-color:#fefce81a}.border-r-yellow-50\/20{border-right-color:#fefce833}.border-r-yellow-50\/25{border-right-color:#fefce840}.border-r-yellow-50\/30{border-right-color:#fefce84d}.border-r-yellow-50\/40{border-right-color:#fefce866}.border-r-yellow-50\/50{border-right-color:#fefce880}.border-r-yellow-50\/60{border-right-color:#fefce899}.border-r-yellow-50\/70{border-right-color:#fefce8b3}.border-r-yellow-50\/75{border-right-color:#fefce8bf}.border-r-yellow-50\/80{border-right-color:#fefce8cc}.border-r-yellow-50\/90{border-right-color:#fefce8e6}.border-r-yellow-50\/95{border-right-color:#fefce8f2}.border-r-yellow-50\/100{border-right-color:#fefce8}.border-r-yellow-100\/0{border-right-color:#fef3c700}.border-r-yellow-100\/5{border-right-color:#fef3c70d}.border-r-yellow-100\/10{border-right-color:#fef3c71a}.border-r-yellow-100\/20{border-right-color:#fef3c733}.border-r-yellow-100\/25{border-right-color:#fef3c740}.border-r-yellow-100\/30{border-right-color:#fef3c74d}.border-r-yellow-100\/40{border-right-color:#fef3c766}.border-r-yellow-100\/50{border-right-color:#fef3c780}.border-r-yellow-100\/60{border-right-color:#fef3c799}.border-r-yellow-100\/70{border-right-color:#fef3c7b3}.border-r-yellow-100\/75{border-right-color:#fef3c7bf}.border-r-yellow-100\/80{border-right-color:#fef3c7cc}.border-r-yellow-100\/90{border-right-color:#fef3c7e6}.border-r-yellow-100\/95{border-right-color:#fef3c7f2}.border-r-yellow-100\/100{border-right-color:#fef3c7}.border-r-yellow-200\/0{border-right-color:#fde68a00}.border-r-yellow-200\/5{border-right-color:#fde68a0d}.border-r-yellow-200\/10{border-right-color:#fde68a1a}.border-r-yellow-200\/20{border-right-color:#fde68a33}.border-r-yellow-200\/25{border-right-color:#fde68a40}.border-r-yellow-200\/30{border-right-color:#fde68a4d}.border-r-yellow-200\/40{border-right-color:#fde68a66}.border-r-yellow-200\/50{border-right-color:#fde68a80}.border-r-yellow-200\/60{border-right-color:#fde68a99}.border-r-yellow-200\/70{border-right-color:#fde68ab3}.border-r-yellow-200\/75{border-right-color:#fde68abf}.border-r-yellow-200\/80{border-right-color:#fde68acc}.border-r-yellow-200\/90{border-right-color:#fde68ae6}.border-r-yellow-200\/95{border-right-color:#fde68af2}.border-r-yellow-200\/100{border-right-color:#fde68a}.border-r-yellow-300\/0{border-right-color:#fcd34d00}.border-r-yellow-300\/5{border-right-color:#fcd34d0d}.border-r-yellow-300\/10{border-right-color:#fcd34d1a}.border-r-yellow-300\/20{border-right-color:#fcd34d33}.border-r-yellow-300\/25{border-right-color:#fcd34d40}.border-r-yellow-300\/30{border-right-color:#fcd34d4d}.border-r-yellow-300\/40{border-right-color:#fcd34d66}.border-r-yellow-300\/50{border-right-color:#fcd34d80}.border-r-yellow-300\/60{border-right-color:#fcd34d99}.border-r-yellow-300\/70{border-right-color:#fcd34db3}.border-r-yellow-300\/75{border-right-color:#fcd34dbf}.border-r-yellow-300\/80{border-right-color:#fcd34dcc}.border-r-yellow-300\/90{border-right-color:#fcd34de6}.border-r-yellow-300\/95{border-right-color:#fcd34df2}.border-r-yellow-300\/100{border-right-color:#fcd34d}.border-r-yellow-400\/0{border-right-color:#fbbf2400}.border-r-yellow-400\/5{border-right-color:#fbbf240d}.border-r-yellow-400\/10{border-right-color:#fbbf241a}.border-r-yellow-400\/20{border-right-color:#fbbf2433}.border-r-yellow-400\/25{border-right-color:#fbbf2440}.border-r-yellow-400\/30{border-right-color:#fbbf244d}.border-r-yellow-400\/40{border-right-color:#fbbf2466}.border-r-yellow-400\/50{border-right-color:#fbbf2480}.border-r-yellow-400\/60{border-right-color:#fbbf2499}.border-r-yellow-400\/70{border-right-color:#fbbf24b3}.border-r-yellow-400\/75{border-right-color:#fbbf24bf}.border-r-yellow-400\/80{border-right-color:#fbbf24cc}.border-r-yellow-400\/90{border-right-color:#fbbf24e6}.border-r-yellow-400\/95{border-right-color:#fbbf24f2}.border-r-yellow-400\/100{border-right-color:#fbbf24}.border-r-yellow-500\/0{border-right-color:#eab30800}.border-r-yellow-500\/5{border-right-color:#eab3080d}.border-r-yellow-500\/10{border-right-color:#eab3081a}.border-r-yellow-500\/20{border-right-color:#eab30833}.border-r-yellow-500\/25{border-right-color:#eab30840}.border-r-yellow-500\/30{border-right-color:#eab3084d}.border-r-yellow-500\/40{border-right-color:#eab30866}.border-r-yellow-500\/50{border-right-color:#eab30880}.border-r-yellow-500\/60{border-right-color:#eab30899}.border-r-yellow-500\/70{border-right-color:#eab308b3}.border-r-yellow-500\/75{border-right-color:#eab308bf}.border-r-yellow-500\/80{border-right-color:#eab308cc}.border-r-yellow-500\/90{border-right-color:#eab308e6}.border-r-yellow-500\/95{border-right-color:#eab308f2}.border-r-yellow-500\/100{border-right-color:#eab308}.border-r-yellow-600\/0{border-right-color:#d9770600}.border-r-yellow-600\/5{border-right-color:#d977060d}.border-r-yellow-600\/10{border-right-color:#d977061a}.border-r-yellow-600\/20{border-right-color:#d9770633}.border-r-yellow-600\/25{border-right-color:#d9770640}.border-r-yellow-600\/30{border-right-color:#d977064d}.border-r-yellow-600\/40{border-right-color:#d9770666}.border-r-yellow-600\/50{border-right-color:#d9770680}.border-r-yellow-600\/60{border-right-color:#d9770699}.border-r-yellow-600\/70{border-right-color:#d97706b3}.border-r-yellow-600\/75{border-right-color:#d97706bf}.border-r-yellow-600\/80{border-right-color:#d97706cc}.border-r-yellow-600\/90{border-right-color:#d97706e6}.border-r-yellow-600\/95{border-right-color:#d97706f2}.border-r-yellow-600\/100{border-right-color:#d97706}.border-r-yellow-700\/0{border-right-color:#b4530900}.border-r-yellow-700\/5{border-right-color:#b453090d}.border-r-yellow-700\/10{border-right-color:#b453091a}.border-r-yellow-700\/20{border-right-color:#b4530933}.border-r-yellow-700\/25{border-right-color:#b4530940}.border-r-yellow-700\/30{border-right-color:#b453094d}.border-r-yellow-700\/40{border-right-color:#b4530966}.border-r-yellow-700\/50{border-right-color:#b4530980}.border-r-yellow-700\/60{border-right-color:#b4530999}.border-r-yellow-700\/70{border-right-color:#b45309b3}.border-r-yellow-700\/75{border-right-color:#b45309bf}.border-r-yellow-700\/80{border-right-color:#b45309cc}.border-r-yellow-700\/90{border-right-color:#b45309e6}.border-r-yellow-700\/95{border-right-color:#b45309f2}.border-r-yellow-700\/100{border-right-color:#b45309}.border-r-yellow-800\/0{border-right-color:#92400e00}.border-r-yellow-800\/5{border-right-color:#92400e0d}.border-r-yellow-800\/10{border-right-color:#92400e1a}.border-r-yellow-800\/20{border-right-color:#92400e33}.border-r-yellow-800\/25{border-right-color:#92400e40}.border-r-yellow-800\/30{border-right-color:#92400e4d}.border-r-yellow-800\/40{border-right-color:#92400e66}.border-r-yellow-800\/50{border-right-color:#92400e80}.border-r-yellow-800\/60{border-right-color:#92400e99}.border-r-yellow-800\/70{border-right-color:#92400eb3}.border-r-yellow-800\/75{border-right-color:#92400ebf}.border-r-yellow-800\/80{border-right-color:#92400ecc}.border-r-yellow-800\/90{border-right-color:#92400ee6}.border-r-yellow-800\/95{border-right-color:#92400ef2}.border-r-yellow-800\/100{border-right-color:#92400e}.border-r-yellow-900\/0{border-right-color:#78350f00}.border-r-yellow-900\/5{border-right-color:#78350f0d}.border-r-yellow-900\/10{border-right-color:#78350f1a}.border-r-yellow-900\/20{border-right-color:#78350f33}.border-r-yellow-900\/25{border-right-color:#78350f40}.border-r-yellow-900\/30{border-right-color:#78350f4d}.border-r-yellow-900\/40{border-right-color:#78350f66}.border-r-yellow-900\/50{border-right-color:#78350f80}.border-r-yellow-900\/60{border-right-color:#78350f99}.border-r-yellow-900\/70{border-right-color:#78350fb3}.border-r-yellow-900\/75{border-right-color:#78350fbf}.border-r-yellow-900\/80{border-right-color:#78350fcc}.border-r-yellow-900\/90{border-right-color:#78350fe6}.border-r-yellow-900\/95{border-right-color:#78350ff2}.border-r-yellow-900\/100{border-right-color:#78350f}.border-b-yellow-50{--tw-border-opacity: 1;border-bottom-color:rgb(254 252 232 / var(--tw-border-opacity))}.border-b-yellow-100{--tw-border-opacity: 1;border-bottom-color:rgb(254 243 199 / var(--tw-border-opacity))}.border-b-yellow-200{--tw-border-opacity: 1;border-bottom-color:rgb(253 230 138 / var(--tw-border-opacity))}.border-b-yellow-300{--tw-border-opacity: 1;border-bottom-color:rgb(252 211 77 / var(--tw-border-opacity))}.border-b-yellow-400{--tw-border-opacity: 1;border-bottom-color:rgb(251 191 36 / var(--tw-border-opacity))}.border-b-yellow-500{--tw-border-opacity: 1;border-bottom-color:rgb(234 179 8 / var(--tw-border-opacity))}.border-b-yellow-600{--tw-border-opacity: 1;border-bottom-color:rgb(217 119 6 / var(--tw-border-opacity))}.border-b-yellow-700{--tw-border-opacity: 1;border-bottom-color:rgb(180 83 9 / var(--tw-border-opacity))}.border-b-yellow-800{--tw-border-opacity: 1;border-bottom-color:rgb(146 64 14 / var(--tw-border-opacity))}.border-b-yellow-900{--tw-border-opacity: 1;border-bottom-color:rgb(120 53 15 / var(--tw-border-opacity))}.border-b-yellow-50\/0{border-bottom-color:#fefce800}.border-b-yellow-50\/5{border-bottom-color:#fefce80d}.border-b-yellow-50\/10{border-bottom-color:#fefce81a}.border-b-yellow-50\/20{border-bottom-color:#fefce833}.border-b-yellow-50\/25{border-bottom-color:#fefce840}.border-b-yellow-50\/30{border-bottom-color:#fefce84d}.border-b-yellow-50\/40{border-bottom-color:#fefce866}.border-b-yellow-50\/50{border-bottom-color:#fefce880}.border-b-yellow-50\/60{border-bottom-color:#fefce899}.border-b-yellow-50\/70{border-bottom-color:#fefce8b3}.border-b-yellow-50\/75{border-bottom-color:#fefce8bf}.border-b-yellow-50\/80{border-bottom-color:#fefce8cc}.border-b-yellow-50\/90{border-bottom-color:#fefce8e6}.border-b-yellow-50\/95{border-bottom-color:#fefce8f2}.border-b-yellow-50\/100{border-bottom-color:#fefce8}.border-b-yellow-100\/0{border-bottom-color:#fef3c700}.border-b-yellow-100\/5{border-bottom-color:#fef3c70d}.border-b-yellow-100\/10{border-bottom-color:#fef3c71a}.border-b-yellow-100\/20{border-bottom-color:#fef3c733}.border-b-yellow-100\/25{border-bottom-color:#fef3c740}.border-b-yellow-100\/30{border-bottom-color:#fef3c74d}.border-b-yellow-100\/40{border-bottom-color:#fef3c766}.border-b-yellow-100\/50{border-bottom-color:#fef3c780}.border-b-yellow-100\/60{border-bottom-color:#fef3c799}.border-b-yellow-100\/70{border-bottom-color:#fef3c7b3}.border-b-yellow-100\/75{border-bottom-color:#fef3c7bf}.border-b-yellow-100\/80{border-bottom-color:#fef3c7cc}.border-b-yellow-100\/90{border-bottom-color:#fef3c7e6}.border-b-yellow-100\/95{border-bottom-color:#fef3c7f2}.border-b-yellow-100\/100{border-bottom-color:#fef3c7}.border-b-yellow-200\/0{border-bottom-color:#fde68a00}.border-b-yellow-200\/5{border-bottom-color:#fde68a0d}.border-b-yellow-200\/10{border-bottom-color:#fde68a1a}.border-b-yellow-200\/20{border-bottom-color:#fde68a33}.border-b-yellow-200\/25{border-bottom-color:#fde68a40}.border-b-yellow-200\/30{border-bottom-color:#fde68a4d}.border-b-yellow-200\/40{border-bottom-color:#fde68a66}.border-b-yellow-200\/50{border-bottom-color:#fde68a80}.border-b-yellow-200\/60{border-bottom-color:#fde68a99}.border-b-yellow-200\/70{border-bottom-color:#fde68ab3}.border-b-yellow-200\/75{border-bottom-color:#fde68abf}.border-b-yellow-200\/80{border-bottom-color:#fde68acc}.border-b-yellow-200\/90{border-bottom-color:#fde68ae6}.border-b-yellow-200\/95{border-bottom-color:#fde68af2}.border-b-yellow-200\/100{border-bottom-color:#fde68a}.border-b-yellow-300\/0{border-bottom-color:#fcd34d00}.border-b-yellow-300\/5{border-bottom-color:#fcd34d0d}.border-b-yellow-300\/10{border-bottom-color:#fcd34d1a}.border-b-yellow-300\/20{border-bottom-color:#fcd34d33}.border-b-yellow-300\/25{border-bottom-color:#fcd34d40}.border-b-yellow-300\/30{border-bottom-color:#fcd34d4d}.border-b-yellow-300\/40{border-bottom-color:#fcd34d66}.border-b-yellow-300\/50{border-bottom-color:#fcd34d80}.border-b-yellow-300\/60{border-bottom-color:#fcd34d99}.border-b-yellow-300\/70{border-bottom-color:#fcd34db3}.border-b-yellow-300\/75{border-bottom-color:#fcd34dbf}.border-b-yellow-300\/80{border-bottom-color:#fcd34dcc}.border-b-yellow-300\/90{border-bottom-color:#fcd34de6}.border-b-yellow-300\/95{border-bottom-color:#fcd34df2}.border-b-yellow-300\/100{border-bottom-color:#fcd34d}.border-b-yellow-400\/0{border-bottom-color:#fbbf2400}.border-b-yellow-400\/5{border-bottom-color:#fbbf240d}.border-b-yellow-400\/10{border-bottom-color:#fbbf241a}.border-b-yellow-400\/20{border-bottom-color:#fbbf2433}.border-b-yellow-400\/25{border-bottom-color:#fbbf2440}.border-b-yellow-400\/30{border-bottom-color:#fbbf244d}.border-b-yellow-400\/40{border-bottom-color:#fbbf2466}.border-b-yellow-400\/50{border-bottom-color:#fbbf2480}.border-b-yellow-400\/60{border-bottom-color:#fbbf2499}.border-b-yellow-400\/70{border-bottom-color:#fbbf24b3}.border-b-yellow-400\/75{border-bottom-color:#fbbf24bf}.border-b-yellow-400\/80{border-bottom-color:#fbbf24cc}.border-b-yellow-400\/90{border-bottom-color:#fbbf24e6}.border-b-yellow-400\/95{border-bottom-color:#fbbf24f2}.border-b-yellow-400\/100{border-bottom-color:#fbbf24}.border-b-yellow-500\/0{border-bottom-color:#eab30800}.border-b-yellow-500\/5{border-bottom-color:#eab3080d}.border-b-yellow-500\/10{border-bottom-color:#eab3081a}.border-b-yellow-500\/20{border-bottom-color:#eab30833}.border-b-yellow-500\/25{border-bottom-color:#eab30840}.border-b-yellow-500\/30{border-bottom-color:#eab3084d}.border-b-yellow-500\/40{border-bottom-color:#eab30866}.border-b-yellow-500\/50{border-bottom-color:#eab30880}.border-b-yellow-500\/60{border-bottom-color:#eab30899}.border-b-yellow-500\/70{border-bottom-color:#eab308b3}.border-b-yellow-500\/75{border-bottom-color:#eab308bf}.border-b-yellow-500\/80{border-bottom-color:#eab308cc}.border-b-yellow-500\/90{border-bottom-color:#eab308e6}.border-b-yellow-500\/95{border-bottom-color:#eab308f2}.border-b-yellow-500\/100{border-bottom-color:#eab308}.border-b-yellow-600\/0{border-bottom-color:#d9770600}.border-b-yellow-600\/5{border-bottom-color:#d977060d}.border-b-yellow-600\/10{border-bottom-color:#d977061a}.border-b-yellow-600\/20{border-bottom-color:#d9770633}.border-b-yellow-600\/25{border-bottom-color:#d9770640}.border-b-yellow-600\/30{border-bottom-color:#d977064d}.border-b-yellow-600\/40{border-bottom-color:#d9770666}.border-b-yellow-600\/50{border-bottom-color:#d9770680}.border-b-yellow-600\/60{border-bottom-color:#d9770699}.border-b-yellow-600\/70{border-bottom-color:#d97706b3}.border-b-yellow-600\/75{border-bottom-color:#d97706bf}.border-b-yellow-600\/80{border-bottom-color:#d97706cc}.border-b-yellow-600\/90{border-bottom-color:#d97706e6}.border-b-yellow-600\/95{border-bottom-color:#d97706f2}.border-b-yellow-600\/100{border-bottom-color:#d97706}.border-b-yellow-700\/0{border-bottom-color:#b4530900}.border-b-yellow-700\/5{border-bottom-color:#b453090d}.border-b-yellow-700\/10{border-bottom-color:#b453091a}.border-b-yellow-700\/20{border-bottom-color:#b4530933}.border-b-yellow-700\/25{border-bottom-color:#b4530940}.border-b-yellow-700\/30{border-bottom-color:#b453094d}.border-b-yellow-700\/40{border-bottom-color:#b4530966}.border-b-yellow-700\/50{border-bottom-color:#b4530980}.border-b-yellow-700\/60{border-bottom-color:#b4530999}.border-b-yellow-700\/70{border-bottom-color:#b45309b3}.border-b-yellow-700\/75{border-bottom-color:#b45309bf}.border-b-yellow-700\/80{border-bottom-color:#b45309cc}.border-b-yellow-700\/90{border-bottom-color:#b45309e6}.border-b-yellow-700\/95{border-bottom-color:#b45309f2}.border-b-yellow-700\/100{border-bottom-color:#b45309}.border-b-yellow-800\/0{border-bottom-color:#92400e00}.border-b-yellow-800\/5{border-bottom-color:#92400e0d}.border-b-yellow-800\/10{border-bottom-color:#92400e1a}.border-b-yellow-800\/20{border-bottom-color:#92400e33}.border-b-yellow-800\/25{border-bottom-color:#92400e40}.border-b-yellow-800\/30{border-bottom-color:#92400e4d}.border-b-yellow-800\/40{border-bottom-color:#92400e66}.border-b-yellow-800\/50{border-bottom-color:#92400e80}.border-b-yellow-800\/60{border-bottom-color:#92400e99}.border-b-yellow-800\/70{border-bottom-color:#92400eb3}.border-b-yellow-800\/75{border-bottom-color:#92400ebf}.border-b-yellow-800\/80{border-bottom-color:#92400ecc}.border-b-yellow-800\/90{border-bottom-color:#92400ee6}.border-b-yellow-800\/95{border-bottom-color:#92400ef2}.border-b-yellow-800\/100{border-bottom-color:#92400e}.border-b-yellow-900\/0{border-bottom-color:#78350f00}.border-b-yellow-900\/5{border-bottom-color:#78350f0d}.border-b-yellow-900\/10{border-bottom-color:#78350f1a}.border-b-yellow-900\/20{border-bottom-color:#78350f33}.border-b-yellow-900\/25{border-bottom-color:#78350f40}.border-b-yellow-900\/30{border-bottom-color:#78350f4d}.border-b-yellow-900\/40{border-bottom-color:#78350f66}.border-b-yellow-900\/50{border-bottom-color:#78350f80}.border-b-yellow-900\/60{border-bottom-color:#78350f99}.border-b-yellow-900\/70{border-bottom-color:#78350fb3}.border-b-yellow-900\/75{border-bottom-color:#78350fbf}.border-b-yellow-900\/80{border-bottom-color:#78350fcc}.border-b-yellow-900\/90{border-bottom-color:#78350fe6}.border-b-yellow-900\/95{border-bottom-color:#78350ff2}.border-b-yellow-900\/100{border-bottom-color:#78350f}.border-l-yellow-50{--tw-border-opacity: 1;border-left-color:rgb(254 252 232 / var(--tw-border-opacity))}.border-l-yellow-100{--tw-border-opacity: 1;border-left-color:rgb(254 243 199 / var(--tw-border-opacity))}.border-l-yellow-200{--tw-border-opacity: 1;border-left-color:rgb(253 230 138 / var(--tw-border-opacity))}.border-l-yellow-300{--tw-border-opacity: 1;border-left-color:rgb(252 211 77 / var(--tw-border-opacity))}.border-l-yellow-400{--tw-border-opacity: 1;border-left-color:rgb(251 191 36 / var(--tw-border-opacity))}.border-l-yellow-500{--tw-border-opacity: 1;border-left-color:rgb(234 179 8 / var(--tw-border-opacity))}.border-l-yellow-600{--tw-border-opacity: 1;border-left-color:rgb(217 119 6 / var(--tw-border-opacity))}.border-l-yellow-700{--tw-border-opacity: 1;border-left-color:rgb(180 83 9 / var(--tw-border-opacity))}.border-l-yellow-800{--tw-border-opacity: 1;border-left-color:rgb(146 64 14 / var(--tw-border-opacity))}.border-l-yellow-900{--tw-border-opacity: 1;border-left-color:rgb(120 53 15 / var(--tw-border-opacity))}.border-l-yellow-50\/0{border-left-color:#fefce800}.border-l-yellow-50\/5{border-left-color:#fefce80d}.border-l-yellow-50\/10{border-left-color:#fefce81a}.border-l-yellow-50\/20{border-left-color:#fefce833}.border-l-yellow-50\/25{border-left-color:#fefce840}.border-l-yellow-50\/30{border-left-color:#fefce84d}.border-l-yellow-50\/40{border-left-color:#fefce866}.border-l-yellow-50\/50{border-left-color:#fefce880}.border-l-yellow-50\/60{border-left-color:#fefce899}.border-l-yellow-50\/70{border-left-color:#fefce8b3}.border-l-yellow-50\/75{border-left-color:#fefce8bf}.border-l-yellow-50\/80{border-left-color:#fefce8cc}.border-l-yellow-50\/90{border-left-color:#fefce8e6}.border-l-yellow-50\/95{border-left-color:#fefce8f2}.border-l-yellow-50\/100{border-left-color:#fefce8}.border-l-yellow-100\/0{border-left-color:#fef3c700}.border-l-yellow-100\/5{border-left-color:#fef3c70d}.border-l-yellow-100\/10{border-left-color:#fef3c71a}.border-l-yellow-100\/20{border-left-color:#fef3c733}.border-l-yellow-100\/25{border-left-color:#fef3c740}.border-l-yellow-100\/30{border-left-color:#fef3c74d}.border-l-yellow-100\/40{border-left-color:#fef3c766}.border-l-yellow-100\/50{border-left-color:#fef3c780}.border-l-yellow-100\/60{border-left-color:#fef3c799}.border-l-yellow-100\/70{border-left-color:#fef3c7b3}.border-l-yellow-100\/75{border-left-color:#fef3c7bf}.border-l-yellow-100\/80{border-left-color:#fef3c7cc}.border-l-yellow-100\/90{border-left-color:#fef3c7e6}.border-l-yellow-100\/95{border-left-color:#fef3c7f2}.border-l-yellow-100\/100{border-left-color:#fef3c7}.border-l-yellow-200\/0{border-left-color:#fde68a00}.border-l-yellow-200\/5{border-left-color:#fde68a0d}.border-l-yellow-200\/10{border-left-color:#fde68a1a}.border-l-yellow-200\/20{border-left-color:#fde68a33}.border-l-yellow-200\/25{border-left-color:#fde68a40}.border-l-yellow-200\/30{border-left-color:#fde68a4d}.border-l-yellow-200\/40{border-left-color:#fde68a66}.border-l-yellow-200\/50{border-left-color:#fde68a80}.border-l-yellow-200\/60{border-left-color:#fde68a99}.border-l-yellow-200\/70{border-left-color:#fde68ab3}.border-l-yellow-200\/75{border-left-color:#fde68abf}.border-l-yellow-200\/80{border-left-color:#fde68acc}.border-l-yellow-200\/90{border-left-color:#fde68ae6}.border-l-yellow-200\/95{border-left-color:#fde68af2}.border-l-yellow-200\/100{border-left-color:#fde68a}.border-l-yellow-300\/0{border-left-color:#fcd34d00}.border-l-yellow-300\/5{border-left-color:#fcd34d0d}.border-l-yellow-300\/10{border-left-color:#fcd34d1a}.border-l-yellow-300\/20{border-left-color:#fcd34d33}.border-l-yellow-300\/25{border-left-color:#fcd34d40}.border-l-yellow-300\/30{border-left-color:#fcd34d4d}.border-l-yellow-300\/40{border-left-color:#fcd34d66}.border-l-yellow-300\/50{border-left-color:#fcd34d80}.border-l-yellow-300\/60{border-left-color:#fcd34d99}.border-l-yellow-300\/70{border-left-color:#fcd34db3}.border-l-yellow-300\/75{border-left-color:#fcd34dbf}.border-l-yellow-300\/80{border-left-color:#fcd34dcc}.border-l-yellow-300\/90{border-left-color:#fcd34de6}.border-l-yellow-300\/95{border-left-color:#fcd34df2}.border-l-yellow-300\/100{border-left-color:#fcd34d}.border-l-yellow-400\/0{border-left-color:#fbbf2400}.border-l-yellow-400\/5{border-left-color:#fbbf240d}.border-l-yellow-400\/10{border-left-color:#fbbf241a}.border-l-yellow-400\/20{border-left-color:#fbbf2433}.border-l-yellow-400\/25{border-left-color:#fbbf2440}.border-l-yellow-400\/30{border-left-color:#fbbf244d}.border-l-yellow-400\/40{border-left-color:#fbbf2466}.border-l-yellow-400\/50{border-left-color:#fbbf2480}.border-l-yellow-400\/60{border-left-color:#fbbf2499}.border-l-yellow-400\/70{border-left-color:#fbbf24b3}.border-l-yellow-400\/75{border-left-color:#fbbf24bf}.border-l-yellow-400\/80{border-left-color:#fbbf24cc}.border-l-yellow-400\/90{border-left-color:#fbbf24e6}.border-l-yellow-400\/95{border-left-color:#fbbf24f2}.border-l-yellow-400\/100{border-left-color:#fbbf24}.border-l-yellow-500\/0{border-left-color:#eab30800}.border-l-yellow-500\/5{border-left-color:#eab3080d}.border-l-yellow-500\/10{border-left-color:#eab3081a}.border-l-yellow-500\/20{border-left-color:#eab30833}.border-l-yellow-500\/25{border-left-color:#eab30840}.border-l-yellow-500\/30{border-left-color:#eab3084d}.border-l-yellow-500\/40{border-left-color:#eab30866}.border-l-yellow-500\/50{border-left-color:#eab30880}.border-l-yellow-500\/60{border-left-color:#eab30899}.border-l-yellow-500\/70{border-left-color:#eab308b3}.border-l-yellow-500\/75{border-left-color:#eab308bf}.border-l-yellow-500\/80{border-left-color:#eab308cc}.border-l-yellow-500\/90{border-left-color:#eab308e6}.border-l-yellow-500\/95{border-left-color:#eab308f2}.border-l-yellow-500\/100{border-left-color:#eab308}.border-l-yellow-600\/0{border-left-color:#d9770600}.border-l-yellow-600\/5{border-left-color:#d977060d}.border-l-yellow-600\/10{border-left-color:#d977061a}.border-l-yellow-600\/20{border-left-color:#d9770633}.border-l-yellow-600\/25{border-left-color:#d9770640}.border-l-yellow-600\/30{border-left-color:#d977064d}.border-l-yellow-600\/40{border-left-color:#d9770666}.border-l-yellow-600\/50{border-left-color:#d9770680}.border-l-yellow-600\/60{border-left-color:#d9770699}.border-l-yellow-600\/70{border-left-color:#d97706b3}.border-l-yellow-600\/75{border-left-color:#d97706bf}.border-l-yellow-600\/80{border-left-color:#d97706cc}.border-l-yellow-600\/90{border-left-color:#d97706e6}.border-l-yellow-600\/95{border-left-color:#d97706f2}.border-l-yellow-600\/100{border-left-color:#d97706}.border-l-yellow-700\/0{border-left-color:#b4530900}.border-l-yellow-700\/5{border-left-color:#b453090d}.border-l-yellow-700\/10{border-left-color:#b453091a}.border-l-yellow-700\/20{border-left-color:#b4530933}.border-l-yellow-700\/25{border-left-color:#b4530940}.border-l-yellow-700\/30{border-left-color:#b453094d}.border-l-yellow-700\/40{border-left-color:#b4530966}.border-l-yellow-700\/50{border-left-color:#b4530980}.border-l-yellow-700\/60{border-left-color:#b4530999}.border-l-yellow-700\/70{border-left-color:#b45309b3}.border-l-yellow-700\/75{border-left-color:#b45309bf}.border-l-yellow-700\/80{border-left-color:#b45309cc}.border-l-yellow-700\/90{border-left-color:#b45309e6}.border-l-yellow-700\/95{border-left-color:#b45309f2}.border-l-yellow-700\/100{border-left-color:#b45309}.border-l-yellow-800\/0{border-left-color:#92400e00}.border-l-yellow-800\/5{border-left-color:#92400e0d}.border-l-yellow-800\/10{border-left-color:#92400e1a}.border-l-yellow-800\/20{border-left-color:#92400e33}.border-l-yellow-800\/25{border-left-color:#92400e40}.border-l-yellow-800\/30{border-left-color:#92400e4d}.border-l-yellow-800\/40{border-left-color:#92400e66}.border-l-yellow-800\/50{border-left-color:#92400e80}.border-l-yellow-800\/60{border-left-color:#92400e99}.border-l-yellow-800\/70{border-left-color:#92400eb3}.border-l-yellow-800\/75{border-left-color:#92400ebf}.border-l-yellow-800\/80{border-left-color:#92400ecc}.border-l-yellow-800\/90{border-left-color:#92400ee6}.border-l-yellow-800\/95{border-left-color:#92400ef2}.border-l-yellow-800\/100{border-left-color:#92400e}.border-l-yellow-900\/0{border-left-color:#78350f00}.border-l-yellow-900\/5{border-left-color:#78350f0d}.border-l-yellow-900\/10{border-left-color:#78350f1a}.border-l-yellow-900\/20{border-left-color:#78350f33}.border-l-yellow-900\/25{border-left-color:#78350f40}.border-l-yellow-900\/30{border-left-color:#78350f4d}.border-l-yellow-900\/40{border-left-color:#78350f66}.border-l-yellow-900\/50{border-left-color:#78350f80}.border-l-yellow-900\/60{border-left-color:#78350f99}.border-l-yellow-900\/70{border-left-color:#78350fb3}.border-l-yellow-900\/75{border-left-color:#78350fbf}.border-l-yellow-900\/80{border-left-color:#78350fcc}.border-l-yellow-900\/90{border-left-color:#78350fe6}.border-l-yellow-900\/95{border-left-color:#78350ff2}.border-l-yellow-900\/100{border-left-color:#78350f}.border-l-info{--tw-border-opacity: 1;border-left-color:rgb(118 144 239 / var(--tw-border-opacity))}.border-l-primary-600{--tw-border-opacity: 1;border-left-color:rgb(104 104 172 / var(--tw-border-opacity))}.border-l-gray-900{--tw-border-opacity: 1;border-left-color:rgb(17 24 39 / var(--tw-border-opacity))}.border-l-slate-900{--tw-border-opacity: 1;border-left-color:rgb(15 23 42 / var(--tw-border-opacity))}.border-opacity-0{--tw-border-opacity: 0}.border-opacity-5{--tw-border-opacity: .05}.border-opacity-10{--tw-border-opacity: .1}.border-opacity-20{--tw-border-opacity: .2}.border-opacity-25{--tw-border-opacity: .25}.border-opacity-30{--tw-border-opacity: .3}.border-opacity-40{--tw-border-opacity: .4}.border-opacity-50{--tw-border-opacity: .5}.border-opacity-60{--tw-border-opacity: .6}.border-opacity-70{--tw-border-opacity: .7}.border-opacity-75{--tw-border-opacity: .75}.border-opacity-80{--tw-border-opacity: .8}.border-opacity-90{--tw-border-opacity: .9}.border-opacity-95{--tw-border-opacity: .95}.border-opacity-100{--tw-border-opacity: 1}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(248 228 228 / var(--tw-bg-opacity))}.bg-red-300{--tw-bg-opacity: 1;background-color:rgb(241 198 198 / var(--tw-bg-opacity))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(234 163 163 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(227 118 118 / var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(196 33 33 / var(--tw-bg-opacity))}.bg-red-800{--tw-bg-opacity: 1;background-color:rgb(170 29 29 / var(--tw-bg-opacity))}.bg-red-900{--tw-bg-opacity: 1;background-color:rgb(139 24 24 / var(--tw-bg-opacity))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(252 243 241 / var(--tw-bg-opacity))}.bg-orange-200{--tw-bg-opacity: 1;background-color:rgb(250 231 228 / var(--tw-bg-opacity))}.bg-orange-300{--tw-bg-opacity: 1;background-color:rgb(246 205 197 / var(--tw-bg-opacity))}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(242 175 161 / var(--tw-bg-opacity))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(238 138 114 / var(--tw-bg-opacity))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity))}.bg-orange-700{--tw-bg-opacity: 1;background-color:rgb(209 78 10 / var(--tw-bg-opacity))}.bg-orange-800{--tw-bg-opacity: 1;background-color:rgb(181 68 9 / var(--tw-bg-opacity))}.bg-orange-900{--tw-bg-opacity: 1;background-color:rgb(147 55 7 / var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity))}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity))}.bg-yellow-300{--tw-bg-opacity: 1;background-color:rgb(252 211 77 / var(--tw-bg-opacity))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity))}.bg-yellow-700{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity))}.bg-yellow-800{--tw-bg-opacity: 1;background-color:rgb(146 64 14 / var(--tw-bg-opacity))}.bg-yellow-900{--tw-bg-opacity: 1;background-color:rgb(120 53 15 / var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(242 250 246 / var(--tw-bg-opacity))}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(229 246 238 / var(--tw-bg-opacity))}.bg-green-300{--tw-bg-opacity: 1;background-color:rgb(200 238 219 / var(--tw-bg-opacity))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(166 229 200 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(123 220 178 / var(--tw-bg-opacity))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity))}.bg-green-700{--tw-bg-opacity: 1;background-color:rgb(46 188 136 / var(--tw-bg-opacity))}.bg-green-800{--tw-bg-opacity: 1;background-color:rgb(40 163 118 / var(--tw-bg-opacity))}.bg-green-900{--tw-bg-opacity: 1;background-color:rgb(32 133 96 / var(--tw-bg-opacity))}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity))}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity))}.bg-emerald-200{--tw-bg-opacity: 1;background-color:rgb(167 243 208 / var(--tw-bg-opacity))}.bg-emerald-300{--tw-bg-opacity: 1;background-color:rgb(110 231 183 / var(--tw-bg-opacity))}.bg-emerald-400{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity))}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity))}.bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity))}.bg-emerald-700{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity))}.bg-emerald-800{--tw-bg-opacity: 1;background-color:rgb(6 95 70 / var(--tw-bg-opacity))}.bg-emerald-900{--tw-bg-opacity: 1;background-color:rgb(6 78 59 / var(--tw-bg-opacity))}.bg-teal-50{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity))}.bg-teal-100{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity))}.bg-teal-200{--tw-bg-opacity: 1;background-color:rgb(153 246 228 / var(--tw-bg-opacity))}.bg-teal-300{--tw-bg-opacity: 1;background-color:rgb(94 234 212 / var(--tw-bg-opacity))}.bg-teal-400{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity))}.bg-teal-500{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity))}.bg-teal-600{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity))}.bg-teal-700{--tw-bg-opacity: 1;background-color:rgb(15 118 110 / var(--tw-bg-opacity))}.bg-teal-800{--tw-bg-opacity: 1;background-color:rgb(17 94 89 / var(--tw-bg-opacity))}.bg-teal-900{--tw-bg-opacity: 1;background-color:rgb(19 78 74 / var(--tw-bg-opacity))}.bg-sky-50{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity))}.bg-sky-100{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity))}.bg-sky-200{--tw-bg-opacity: 1;background-color:rgb(186 230 253 / var(--tw-bg-opacity))}.bg-sky-300{--tw-bg-opacity: 1;background-color:rgb(125 211 252 / var(--tw-bg-opacity))}.bg-sky-400{--tw-bg-opacity: 1;background-color:rgb(56 189 248 / var(--tw-bg-opacity))}.bg-sky-500{--tw-bg-opacity: 1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}.bg-sky-600{--tw-bg-opacity: 1;background-color:rgb(2 132 199 / var(--tw-bg-opacity))}.bg-sky-700{--tw-bg-opacity: 1;background-color:rgb(3 105 161 / var(--tw-bg-opacity))}.bg-sky-800{--tw-bg-opacity: 1;background-color:rgb(7 89 133 / var(--tw-bg-opacity))}.bg-sky-900{--tw-bg-opacity: 1;background-color:rgb(12 74 110 / var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(242 243 253 / var(--tw-bg-opacity))}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(228 232 251 / var(--tw-bg-opacity))}.bg-blue-300{--tw-bg-opacity: 1;background-color:rgb(198 207 247 / var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(163 178 243 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(118 144 239 / var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(33 88 210 / var(--tw-bg-opacity))}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgb(28 76 182 / var(--tw-bg-opacity))}.bg-blue-900{--tw-bg-opacity: 1;background-color:rgb(23 62 148 / var(--tw-bg-opacity))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity))}.bg-indigo-200{--tw-bg-opacity: 1;background-color:rgb(199 210 254 / var(--tw-bg-opacity))}.bg-indigo-300{--tw-bg-opacity: 1;background-color:rgb(165 180 252 / var(--tw-bg-opacity))}.bg-indigo-400{--tw-bg-opacity: 1;background-color:rgb(129 140 248 / var(--tw-bg-opacity))}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity))}.bg-indigo-700{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity))}.bg-indigo-800{--tw-bg-opacity: 1;background-color:rgb(55 48 163 / var(--tw-bg-opacity))}.bg-indigo-900{--tw-bg-opacity: 1;background-color:rgb(49 46 129 / var(--tw-bg-opacity))}.bg-violet-50{--tw-bg-opacity: 1;background-color:rgb(245 243 255 / var(--tw-bg-opacity))}.bg-violet-100{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity))}.bg-violet-200{--tw-bg-opacity: 1;background-color:rgb(221 214 254 / var(--tw-bg-opacity))}.bg-violet-300{--tw-bg-opacity: 1;background-color:rgb(196 181 253 / var(--tw-bg-opacity))}.bg-violet-400{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity))}.bg-violet-500{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity))}.bg-violet-600{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity))}.bg-violet-700{--tw-bg-opacity: 1;background-color:rgb(109 40 217 / var(--tw-bg-opacity))}.bg-violet-800{--tw-bg-opacity: 1;background-color:rgb(91 33 182 / var(--tw-bg-opacity))}.bg-violet-900{--tw-bg-opacity: 1;background-color:rgb(76 29 149 / var(--tw-bg-opacity))}.bg-fuchsia-50{--tw-bg-opacity: 1;background-color:rgb(253 244 255 / var(--tw-bg-opacity))}.bg-fuchsia-100{--tw-bg-opacity: 1;background-color:rgb(250 232 255 / var(--tw-bg-opacity))}.bg-fuchsia-200{--tw-bg-opacity: 1;background-color:rgb(245 208 254 / var(--tw-bg-opacity))}.bg-fuchsia-300{--tw-bg-opacity: 1;background-color:rgb(240 171 252 / var(--tw-bg-opacity))}.bg-fuchsia-400{--tw-bg-opacity: 1;background-color:rgb(232 121 249 / var(--tw-bg-opacity))}.bg-fuchsia-500{--tw-bg-opacity: 1;background-color:rgb(217 70 239 / var(--tw-bg-opacity))}.bg-fuchsia-600{--tw-bg-opacity: 1;background-color:rgb(192 38 211 / var(--tw-bg-opacity))}.bg-fuchsia-700{--tw-bg-opacity: 1;background-color:rgb(162 28 175 / var(--tw-bg-opacity))}.bg-fuchsia-800{--tw-bg-opacity: 1;background-color:rgb(134 25 143 / var(--tw-bg-opacity))}.bg-fuchsia-900{--tw-bg-opacity: 1;background-color:rgb(112 26 117 / var(--tw-bg-opacity))}.bg-pink-50{--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity))}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity))}.bg-pink-200{--tw-bg-opacity: 1;background-color:rgb(251 207 232 / var(--tw-bg-opacity))}.bg-pink-300{--tw-bg-opacity: 1;background-color:rgb(249 168 212 / var(--tw-bg-opacity))}.bg-pink-400{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity))}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity))}.bg-pink-600{--tw-bg-opacity: 1;background-color:rgb(219 39 119 / var(--tw-bg-opacity))}.bg-pink-700{--tw-bg-opacity: 1;background-color:rgb(190 24 93 / var(--tw-bg-opacity))}.bg-pink-800{--tw-bg-opacity: 1;background-color:rgb(157 23 77 / var(--tw-bg-opacity))}.bg-pink-900{--tw-bg-opacity: 1;background-color:rgb(131 24 67 / var(--tw-bg-opacity))}.bg-rose-50{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity))}.bg-rose-100{--tw-bg-opacity: 1;background-color:rgb(255 228 230 / var(--tw-bg-opacity))}.bg-rose-200{--tw-bg-opacity: 1;background-color:rgb(254 205 211 / var(--tw-bg-opacity))}.bg-rose-300{--tw-bg-opacity: 1;background-color:rgb(253 164 175 / var(--tw-bg-opacity))}.bg-rose-400{--tw-bg-opacity: 1;background-color:rgb(251 113 133 / var(--tw-bg-opacity))}.bg-rose-500{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity))}.bg-rose-600{--tw-bg-opacity: 1;background-color:rgb(225 29 72 / var(--tw-bg-opacity))}.bg-rose-700{--tw-bg-opacity: 1;background-color:rgb(190 18 60 / var(--tw-bg-opacity))}.bg-rose-800{--tw-bg-opacity: 1;background-color:rgb(159 18 57 / var(--tw-bg-opacity))}.bg-rose-900{--tw-bg-opacity: 1;background-color:rgb(136 19 55 / var(--tw-bg-opacity))}.bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity))}.bg-primary-200{--tw-bg-opacity: 1;background-color:rgb(232 232 240 / var(--tw-bg-opacity))}.bg-primary-300{--tw-bg-opacity: 1;background-color:rgb(208 208 225 / var(--tw-bg-opacity))}.bg-primary-400{--tw-bg-opacity: 1;background-color:rgb(180 180 209 / var(--tw-bg-opacity))}.bg-primary-500{--tw-bg-opacity: 1;background-color:rgb(147 147 191 / var(--tw-bg-opacity))}.bg-primary-600{--tw-bg-opacity: 1;background-color:rgb(104 104 172 / var(--tw-bg-opacity))}.bg-primary-700{--tw-bg-opacity: 1;background-color:rgb(93 93 153 / var(--tw-bg-opacity))}.bg-primary-800{--tw-bg-opacity: 1;background-color:rgb(80 80 133 / var(--tw-bg-opacity))}.bg-primary-900{--tw-bg-opacity: 1;background-color:rgb(65 65 108 / var(--tw-bg-opacity))}.bg-primary-1000{--tw-bg-opacity: 1;background-color:rgb(46 46 76 / var(--tw-bg-opacity))}.bg-primary-highlight-100{--tw-bg-opacity: 1;background-color:rgb(247 245 254 / var(--tw-bg-opacity))}.bg-primary-highlight-200{--tw-bg-opacity: 1;background-color:rgb(239 236 254 / var(--tw-bg-opacity))}.bg-primary-highlight-300{--tw-bg-opacity: 1;background-color:rgb(223 216 253 / var(--tw-bg-opacity))}.bg-primary-highlight-400{--tw-bg-opacity: 1;background-color:rgb(206 193 252 / var(--tw-bg-opacity))}.bg-primary-highlight-500{--tw-bg-opacity: 1;background-color:rgb(187 168 251 / var(--tw-bg-opacity))}.bg-primary-highlight-600{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity))}.bg-primary-highlight-700{--tw-bg-opacity: 1;background-color:rgb(149 124 223 / var(--tw-bg-opacity))}.bg-primary-highlight-800{--tw-bg-opacity: 1;background-color:rgb(129 107 193 / var(--tw-bg-opacity))}.bg-primary-highlight-900{--tw-bg-opacity: 1;background-color:rgb(105 87 158 / var(--tw-bg-opacity))}.bg-primary-highlight-1000{--tw-bg-opacity: 1;background-color:rgb(74 62 111 / var(--tw-bg-opacity))}.bg-secondary-100{--tw-bg-opacity: 1;background-color:rgb(254 247 242 / var(--tw-bg-opacity))}.bg-secondary-200{--tw-bg-opacity: 1;background-color:rgb(254 240 228 / var(--tw-bg-opacity))}.bg-secondary-300{--tw-bg-opacity: 1;background-color:rgb(253 225 198 / var(--tw-bg-opacity))}.bg-secondary-400{--tw-bg-opacity: 1;background-color:rgb(252 209 162 / var(--tw-bg-opacity))}.bg-secondary-500{--tw-bg-opacity: 1;background-color:rgb(251 191 117 / var(--tw-bg-opacity))}.bg-secondary-600{--tw-bg-opacity: 1;background-color:rgb(250 172 30 / var(--tw-bg-opacity))}.bg-secondary-700{--tw-bg-opacity: 1;background-color:rgb(223 153 26 / var(--tw-bg-opacity))}.bg-secondary-800{--tw-bg-opacity: 1;background-color:rgb(193 133 23 / var(--tw-bg-opacity))}.bg-secondary-900{--tw-bg-opacity: 1;background-color:rgb(158 108 18 / var(--tw-bg-opacity))}.bg-secondary-1000{--tw-bg-opacity: 1;background-color:rgb(111 76 13 / var(--tw-bg-opacity))}.bg-grey-100{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity))}.bg-grey-200{--tw-bg-opacity: 1;background-color:rgb(230 231 232 / var(--tw-bg-opacity))}.bg-grey-300{--tw-bg-opacity: 1;background-color:rgb(202 204 208 / var(--tw-bg-opacity))}.bg-grey-400{--tw-bg-opacity: 1;background-color:rgb(170 174 180 / var(--tw-bg-opacity))}.bg-grey-500{--tw-bg-opacity: 1;background-color:rgb(130 137 147 / var(--tw-bg-opacity))}.bg-grey-600{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}.bg-grey-700{--tw-bg-opacity: 1;background-color:rgb(63 76 93 / var(--tw-bg-opacity))}.bg-grey-800{--tw-bg-opacity: 1;background-color:rgb(54 65 81 / var(--tw-bg-opacity))}.bg-grey-900{--tw-bg-opacity: 1;background-color:rgb(44 53 66 / var(--tw-bg-opacity))}.bg-grey-1000{--tw-bg-opacity: 1;background-color:rgb(31 38 46 / var(--tw-bg-opacity))}.bg-green-1000{--tw-bg-opacity: 1;background-color:rgb(23 94 68 / var(--tw-bg-opacity))}.bg-blue-1000{--tw-bg-opacity: 1;background-color:rgb(16 44 105 / var(--tw-bg-opacity))}.bg-orange-1000{--tw-bg-opacity: 1;background-color:rgb(104 39 5 / var(--tw-bg-opacity))}.bg-red-1000{--tw-bg-opacity: 1;background-color:rgb(98 16 16 / var(--tw-bg-opacity))}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity))}.bg-primary-light{--tw-bg-opacity: 1;background-color:rgb(247 245 254 / var(--tw-bg-opacity))}.bg-primary-dark{--tw-bg-opacity: 1;background-color:rgb(105 87 158 / var(--tw-bg-opacity))}.bg-info{--tw-bg-opacity: 1;background-color:rgb(118 144 239 / var(--tw-bg-opacity))}.bg-info-light{--tw-bg-opacity: 1;background-color:rgb(242 243 253 / var(--tw-bg-opacity))}.bg-info-dark{--tw-bg-opacity: 1;background-color:rgb(33 88 210 / var(--tw-bg-opacity))}.bg-success{--tw-bg-opacity: 1;background-color:rgb(40 163 118 / var(--tw-bg-opacity))}.bg-success-light{--tw-bg-opacity: 1;background-color:rgb(242 250 246 / var(--tw-bg-opacity))}.bg-success-dark{--tw-bg-opacity: 1;background-color:rgb(32 133 96 / var(--tw-bg-opacity))}.bg-warning{--tw-bg-opacity: 1;background-color:rgb(250 172 30 / var(--tw-bg-opacity))}.bg-warning-light{--tw-bg-opacity: 1;background-color:rgb(254 247 242 / var(--tw-bg-opacity))}.bg-warning-dark{--tw-bg-opacity: 1;background-color:rgb(158 108 18 / var(--tw-bg-opacity))}.bg-error{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.bg-error-light{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity))}.bg-error-dark{--tw-bg-opacity: 1;background-color:rgb(196 33 33 / var(--tw-bg-opacity))}.bg-grey{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}.bg-grey-light{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity))}.bg-grey-dark{--tw-bg-opacity: 1;background-color:rgb(44 53 66 / var(--tw-bg-opacity))}.bg-red-50\/0{background-color:#fef2f200}.bg-red-50\/5{background-color:#fef2f20d}.bg-red-50\/10{background-color:#fef2f21a}.bg-red-50\/20{background-color:#fef2f233}.bg-red-50\/25{background-color:#fef2f240}.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-50\/95{background-color:#fef2f2f2}.bg-red-50\/100{background-color:#fef2f2}.bg-red-100\/0{background-color:#fbf2f200}.bg-red-100\/5{background-color:#fbf2f20d}.bg-red-100\/10{background-color:#fbf2f21a}.bg-red-100\/20{background-color:#fbf2f233}.bg-red-100\/25{background-color:#fbf2f240}.bg-red-100\/30{background-color:#fbf2f24d}.bg-red-100\/40{background-color:#fbf2f266}.bg-red-100\/50{background-color:#fbf2f280}.bg-red-100\/60{background-color:#fbf2f299}.bg-red-100\/70{background-color:#fbf2f2b3}.bg-red-100\/75{background-color:#fbf2f2bf}.bg-red-100\/80{background-color:#fbf2f2cc}.bg-red-100\/90{background-color:#fbf2f2e6}.bg-red-100\/95{background-color:#fbf2f2f2}.bg-red-100\/100{background-color:#fbf2f2}.bg-red-200\/0{background-color:#f8e4e400}.bg-red-200\/5{background-color:#f8e4e40d}.bg-red-200\/10{background-color:#f8e4e41a}.bg-red-200\/20{background-color:#f8e4e433}.bg-red-200\/25{background-color:#f8e4e440}.bg-red-200\/30{background-color:#f8e4e44d}.bg-red-200\/40{background-color:#f8e4e466}.bg-red-200\/50{background-color:#f8e4e480}.bg-red-200\/60{background-color:#f8e4e499}.bg-red-200\/70{background-color:#f8e4e4b3}.bg-red-200\/75{background-color:#f8e4e4bf}.bg-red-200\/80{background-color:#f8e4e4cc}.bg-red-200\/90{background-color:#f8e4e4e6}.bg-red-200\/95{background-color:#f8e4e4f2}.bg-red-200\/100{background-color:#f8e4e4}.bg-red-300\/0{background-color:#f1c6c600}.bg-red-300\/5{background-color:#f1c6c60d}.bg-red-300\/10{background-color:#f1c6c61a}.bg-red-300\/20{background-color:#f1c6c633}.bg-red-300\/25{background-color:#f1c6c640}.bg-red-300\/30{background-color:#f1c6c64d}.bg-red-300\/40{background-color:#f1c6c666}.bg-red-300\/50{background-color:#f1c6c680}.bg-red-300\/60{background-color:#f1c6c699}.bg-red-300\/70{background-color:#f1c6c6b3}.bg-red-300\/75{background-color:#f1c6c6bf}.bg-red-300\/80{background-color:#f1c6c6cc}.bg-red-300\/90{background-color:#f1c6c6e6}.bg-red-300\/95{background-color:#f1c6c6f2}.bg-red-300\/100{background-color:#f1c6c6}.bg-red-400\/0{background-color:#eaa3a300}.bg-red-400\/5{background-color:#eaa3a30d}.bg-red-400\/10{background-color:#eaa3a31a}.bg-red-400\/20{background-color:#eaa3a333}.bg-red-400\/25{background-color:#eaa3a340}.bg-red-400\/30{background-color:#eaa3a34d}.bg-red-400\/40{background-color:#eaa3a366}.bg-red-400\/50{background-color:#eaa3a380}.bg-red-400\/60{background-color:#eaa3a399}.bg-red-400\/70{background-color:#eaa3a3b3}.bg-red-400\/75{background-color:#eaa3a3bf}.bg-red-400\/80{background-color:#eaa3a3cc}.bg-red-400\/90{background-color:#eaa3a3e6}.bg-red-400\/95{background-color:#eaa3a3f2}.bg-red-400\/100{background-color:#eaa3a3}.bg-red-500\/0{background-color:#e3767600}.bg-red-500\/5{background-color:#e376760d}.bg-red-500\/10{background-color:#e376761a}.bg-red-500\/20{background-color:#e3767633}.bg-red-500\/25{background-color:#e3767640}.bg-red-500\/30{background-color:#e376764d}.bg-red-500\/40{background-color:#e3767666}.bg-red-500\/50{background-color:#e3767680}.bg-red-500\/60{background-color:#e3767699}.bg-red-500\/70{background-color:#e37676b3}.bg-red-500\/75{background-color:#e37676bf}.bg-red-500\/80{background-color:#e37676cc}.bg-red-500\/90{background-color:#e37676e6}.bg-red-500\/95{background-color:#e37676f2}.bg-red-500\/100{background-color:#e37676}.bg-red-600\/0{background-color:#dc262600}.bg-red-600\/5{background-color:#dc26260d}.bg-red-600\/10{background-color:#dc26261a}.bg-red-600\/20{background-color:#dc262633}.bg-red-600\/25{background-color:#dc262640}.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-600\/95{background-color:#dc2626f2}.bg-red-600\/100{background-color:#dc2626}.bg-red-700\/0{background-color:#c4212100}.bg-red-700\/5{background-color:#c421210d}.bg-red-700\/10{background-color:#c421211a}.bg-red-700\/20{background-color:#c4212133}.bg-red-700\/25{background-color:#c4212140}.bg-red-700\/30{background-color:#c421214d}.bg-red-700\/40{background-color:#c4212166}.bg-red-700\/50{background-color:#c4212180}.bg-red-700\/60{background-color:#c4212199}.bg-red-700\/70{background-color:#c42121b3}.bg-red-700\/75{background-color:#c42121bf}.bg-red-700\/80{background-color:#c42121cc}.bg-red-700\/90{background-color:#c42121e6}.bg-red-700\/95{background-color:#c42121f2}.bg-red-700\/100{background-color:#c42121}.bg-red-800\/0{background-color:#aa1d1d00}.bg-red-800\/5{background-color:#aa1d1d0d}.bg-red-800\/10{background-color:#aa1d1d1a}.bg-red-800\/20{background-color:#aa1d1d33}.bg-red-800\/25{background-color:#aa1d1d40}.bg-red-800\/30{background-color:#aa1d1d4d}.bg-red-800\/40{background-color:#aa1d1d66}.bg-red-800\/50{background-color:#aa1d1d80}.bg-red-800\/60{background-color:#aa1d1d99}.bg-red-800\/70{background-color:#aa1d1db3}.bg-red-800\/75{background-color:#aa1d1dbf}.bg-red-800\/80{background-color:#aa1d1dcc}.bg-red-800\/90{background-color:#aa1d1de6}.bg-red-800\/95{background-color:#aa1d1df2}.bg-red-800\/100{background-color:#aa1d1d}.bg-red-900\/0{background-color:#8b181800}.bg-red-900\/5{background-color:#8b18180d}.bg-red-900\/10{background-color:#8b18181a}.bg-red-900\/20{background-color:#8b181833}.bg-red-900\/25{background-color:#8b181840}.bg-red-900\/30{background-color:#8b18184d}.bg-red-900\/40{background-color:#8b181866}.bg-red-900\/50{background-color:#8b181880}.bg-red-900\/60{background-color:#8b181899}.bg-red-900\/70{background-color:#8b1818b3}.bg-red-900\/75{background-color:#8b1818bf}.bg-red-900\/80{background-color:#8b1818cc}.bg-red-900\/90{background-color:#8b1818e6}.bg-red-900\/95{background-color:#8b1818f2}.bg-red-900\/100{background-color:#8b1818}.bg-orange-50\/0{background-color:#fff7ed00}.bg-orange-50\/5{background-color:#fff7ed0d}.bg-orange-50\/10{background-color:#fff7ed1a}.bg-orange-50\/20{background-color:#fff7ed33}.bg-orange-50\/25{background-color:#fff7ed40}.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-50\/95{background-color:#fff7edf2}.bg-orange-50\/100{background-color:#fff7ed}.bg-orange-100\/0{background-color:#fcf3f100}.bg-orange-100\/5{background-color:#fcf3f10d}.bg-orange-100\/10{background-color:#fcf3f11a}.bg-orange-100\/20{background-color:#fcf3f133}.bg-orange-100\/25{background-color:#fcf3f140}.bg-orange-100\/30{background-color:#fcf3f14d}.bg-orange-100\/40{background-color:#fcf3f166}.bg-orange-100\/50{background-color:#fcf3f180}.bg-orange-100\/60{background-color:#fcf3f199}.bg-orange-100\/70{background-color:#fcf3f1b3}.bg-orange-100\/75{background-color:#fcf3f1bf}.bg-orange-100\/80{background-color:#fcf3f1cc}.bg-orange-100\/90{background-color:#fcf3f1e6}.bg-orange-100\/95{background-color:#fcf3f1f2}.bg-orange-100\/100{background-color:#fcf3f1}.bg-orange-200\/0{background-color:#fae7e400}.bg-orange-200\/5{background-color:#fae7e40d}.bg-orange-200\/10{background-color:#fae7e41a}.bg-orange-200\/20{background-color:#fae7e433}.bg-orange-200\/25{background-color:#fae7e440}.bg-orange-200\/30{background-color:#fae7e44d}.bg-orange-200\/40{background-color:#fae7e466}.bg-orange-200\/50{background-color:#fae7e480}.bg-orange-200\/60{background-color:#fae7e499}.bg-orange-200\/70{background-color:#fae7e4b3}.bg-orange-200\/75{background-color:#fae7e4bf}.bg-orange-200\/80{background-color:#fae7e4cc}.bg-orange-200\/90{background-color:#fae7e4e6}.bg-orange-200\/95{background-color:#fae7e4f2}.bg-orange-200\/100{background-color:#fae7e4}.bg-orange-300\/0{background-color:#f6cdc500}.bg-orange-300\/5{background-color:#f6cdc50d}.bg-orange-300\/10{background-color:#f6cdc51a}.bg-orange-300\/20{background-color:#f6cdc533}.bg-orange-300\/25{background-color:#f6cdc540}.bg-orange-300\/30{background-color:#f6cdc54d}.bg-orange-300\/40{background-color:#f6cdc566}.bg-orange-300\/50{background-color:#f6cdc580}.bg-orange-300\/60{background-color:#f6cdc599}.bg-orange-300\/70{background-color:#f6cdc5b3}.bg-orange-300\/75{background-color:#f6cdc5bf}.bg-orange-300\/80{background-color:#f6cdc5cc}.bg-orange-300\/90{background-color:#f6cdc5e6}.bg-orange-300\/95{background-color:#f6cdc5f2}.bg-orange-300\/100{background-color:#f6cdc5}.bg-orange-400\/0{background-color:#f2afa100}.bg-orange-400\/5{background-color:#f2afa10d}.bg-orange-400\/10{background-color:#f2afa11a}.bg-orange-400\/20{background-color:#f2afa133}.bg-orange-400\/25{background-color:#f2afa140}.bg-orange-400\/30{background-color:#f2afa14d}.bg-orange-400\/40{background-color:#f2afa166}.bg-orange-400\/50{background-color:#f2afa180}.bg-orange-400\/60{background-color:#f2afa199}.bg-orange-400\/70{background-color:#f2afa1b3}.bg-orange-400\/75{background-color:#f2afa1bf}.bg-orange-400\/80{background-color:#f2afa1cc}.bg-orange-400\/90{background-color:#f2afa1e6}.bg-orange-400\/95{background-color:#f2afa1f2}.bg-orange-400\/100{background-color:#f2afa1}.bg-orange-500\/0{background-color:#ee8a7200}.bg-orange-500\/5{background-color:#ee8a720d}.bg-orange-500\/10{background-color:#ee8a721a}.bg-orange-500\/20{background-color:#ee8a7233}.bg-orange-500\/25{background-color:#ee8a7240}.bg-orange-500\/30{background-color:#ee8a724d}.bg-orange-500\/40{background-color:#ee8a7266}.bg-orange-500\/50{background-color:#ee8a7280}.bg-orange-500\/60{background-color:#ee8a7299}.bg-orange-500\/70{background-color:#ee8a72b3}.bg-orange-500\/75{background-color:#ee8a72bf}.bg-orange-500\/80{background-color:#ee8a72cc}.bg-orange-500\/90{background-color:#ee8a72e6}.bg-orange-500\/95{background-color:#ee8a72f2}.bg-orange-500\/100{background-color:#ee8a72}.bg-orange-600\/0{background-color:#ea580c00}.bg-orange-600\/5{background-color:#ea580c0d}.bg-orange-600\/10{background-color:#ea580c1a}.bg-orange-600\/20{background-color:#ea580c33}.bg-orange-600\/25{background-color:#ea580c40}.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-600\/95{background-color:#ea580cf2}.bg-orange-600\/100{background-color:#ea580c}.bg-orange-700\/0{background-color:#d14e0a00}.bg-orange-700\/5{background-color:#d14e0a0d}.bg-orange-700\/10{background-color:#d14e0a1a}.bg-orange-700\/20{background-color:#d14e0a33}.bg-orange-700\/25{background-color:#d14e0a40}.bg-orange-700\/30{background-color:#d14e0a4d}.bg-orange-700\/40{background-color:#d14e0a66}.bg-orange-700\/50{background-color:#d14e0a80}.bg-orange-700\/60{background-color:#d14e0a99}.bg-orange-700\/70{background-color:#d14e0ab3}.bg-orange-700\/75{background-color:#d14e0abf}.bg-orange-700\/80{background-color:#d14e0acc}.bg-orange-700\/90{background-color:#d14e0ae6}.bg-orange-700\/95{background-color:#d14e0af2}.bg-orange-700\/100{background-color:#d14e0a}.bg-orange-800\/0{background-color:#b5440900}.bg-orange-800\/5{background-color:#b544090d}.bg-orange-800\/10{background-color:#b544091a}.bg-orange-800\/20{background-color:#b5440933}.bg-orange-800\/25{background-color:#b5440940}.bg-orange-800\/30{background-color:#b544094d}.bg-orange-800\/40{background-color:#b5440966}.bg-orange-800\/50{background-color:#b5440980}.bg-orange-800\/60{background-color:#b5440999}.bg-orange-800\/70{background-color:#b54409b3}.bg-orange-800\/75{background-color:#b54409bf}.bg-orange-800\/80{background-color:#b54409cc}.bg-orange-800\/90{background-color:#b54409e6}.bg-orange-800\/95{background-color:#b54409f2}.bg-orange-800\/100{background-color:#b54409}.bg-orange-900\/0{background-color:#93370700}.bg-orange-900\/5{background-color:#9337070d}.bg-orange-900\/10{background-color:#9337071a}.bg-orange-900\/20{background-color:#93370733}.bg-orange-900\/25{background-color:#93370740}.bg-orange-900\/30{background-color:#9337074d}.bg-orange-900\/40{background-color:#93370766}.bg-orange-900\/50{background-color:#93370780}.bg-orange-900\/60{background-color:#93370799}.bg-orange-900\/70{background-color:#933707b3}.bg-orange-900\/75{background-color:#933707bf}.bg-orange-900\/80{background-color:#933707cc}.bg-orange-900\/90{background-color:#933707e6}.bg-orange-900\/95{background-color:#933707f2}.bg-orange-900\/100{background-color:#933707}.bg-yellow-50\/0{background-color:#fefce800}.bg-yellow-50\/5{background-color:#fefce80d}.bg-yellow-50\/10{background-color:#fefce81a}.bg-yellow-50\/20{background-color:#fefce833}.bg-yellow-50\/25{background-color:#fefce840}.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-50\/95{background-color:#fefce8f2}.bg-yellow-50\/100{background-color:#fefce8}.bg-yellow-100\/0{background-color:#fef3c700}.bg-yellow-100\/5{background-color:#fef3c70d}.bg-yellow-100\/10{background-color:#fef3c71a}.bg-yellow-100\/20{background-color:#fef3c733}.bg-yellow-100\/25{background-color:#fef3c740}.bg-yellow-100\/30{background-color:#fef3c74d}.bg-yellow-100\/40{background-color:#fef3c766}.bg-yellow-100\/50{background-color:#fef3c780}.bg-yellow-100\/60{background-color:#fef3c799}.bg-yellow-100\/70{background-color:#fef3c7b3}.bg-yellow-100\/75{background-color:#fef3c7bf}.bg-yellow-100\/80{background-color:#fef3c7cc}.bg-yellow-100\/90{background-color:#fef3c7e6}.bg-yellow-100\/95{background-color:#fef3c7f2}.bg-yellow-100\/100{background-color:#fef3c7}.bg-yellow-200\/0{background-color:#fde68a00}.bg-yellow-200\/5{background-color:#fde68a0d}.bg-yellow-200\/10{background-color:#fde68a1a}.bg-yellow-200\/20{background-color:#fde68a33}.bg-yellow-200\/25{background-color:#fde68a40}.bg-yellow-200\/30{background-color:#fde68a4d}.bg-yellow-200\/40{background-color:#fde68a66}.bg-yellow-200\/50{background-color:#fde68a80}.bg-yellow-200\/60{background-color:#fde68a99}.bg-yellow-200\/70{background-color:#fde68ab3}.bg-yellow-200\/75{background-color:#fde68abf}.bg-yellow-200\/80{background-color:#fde68acc}.bg-yellow-200\/90{background-color:#fde68ae6}.bg-yellow-200\/95{background-color:#fde68af2}.bg-yellow-200\/100{background-color:#fde68a}.bg-yellow-300\/0{background-color:#fcd34d00}.bg-yellow-300\/5{background-color:#fcd34d0d}.bg-yellow-300\/10{background-color:#fcd34d1a}.bg-yellow-300\/20{background-color:#fcd34d33}.bg-yellow-300\/25{background-color:#fcd34d40}.bg-yellow-300\/30{background-color:#fcd34d4d}.bg-yellow-300\/40{background-color:#fcd34d66}.bg-yellow-300\/50{background-color:#fcd34d80}.bg-yellow-300\/60{background-color:#fcd34d99}.bg-yellow-300\/70{background-color:#fcd34db3}.bg-yellow-300\/75{background-color:#fcd34dbf}.bg-yellow-300\/80{background-color:#fcd34dcc}.bg-yellow-300\/90{background-color:#fcd34de6}.bg-yellow-300\/95{background-color:#fcd34df2}.bg-yellow-300\/100{background-color:#fcd34d}.bg-yellow-400\/0{background-color:#fbbf2400}.bg-yellow-400\/5{background-color:#fbbf240d}.bg-yellow-400\/10{background-color:#fbbf241a}.bg-yellow-400\/20{background-color:#fbbf2433}.bg-yellow-400\/25{background-color:#fbbf2440}.bg-yellow-400\/30{background-color:#fbbf244d}.bg-yellow-400\/40{background-color:#fbbf2466}.bg-yellow-400\/50{background-color:#fbbf2480}.bg-yellow-400\/60{background-color:#fbbf2499}.bg-yellow-400\/70{background-color:#fbbf24b3}.bg-yellow-400\/75{background-color:#fbbf24bf}.bg-yellow-400\/80{background-color:#fbbf24cc}.bg-yellow-400\/90{background-color:#fbbf24e6}.bg-yellow-400\/95{background-color:#fbbf24f2}.bg-yellow-400\/100{background-color:#fbbf24}.bg-yellow-500\/0{background-color:#eab30800}.bg-yellow-500\/5{background-color:#eab3080d}.bg-yellow-500\/10{background-color:#eab3081a}.bg-yellow-500\/20{background-color:#eab30833}.bg-yellow-500\/25{background-color:#eab30840}.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-500\/95{background-color:#eab308f2}.bg-yellow-500\/100{background-color:#eab308}.bg-yellow-600\/0{background-color:#d9770600}.bg-yellow-600\/5{background-color:#d977060d}.bg-yellow-600\/10{background-color:#d977061a}.bg-yellow-600\/20{background-color:#d9770633}.bg-yellow-600\/25{background-color:#d9770640}.bg-yellow-600\/30{background-color:#d977064d}.bg-yellow-600\/40{background-color:#d9770666}.bg-yellow-600\/50{background-color:#d9770680}.bg-yellow-600\/60{background-color:#d9770699}.bg-yellow-600\/70{background-color:#d97706b3}.bg-yellow-600\/75{background-color:#d97706bf}.bg-yellow-600\/80{background-color:#d97706cc}.bg-yellow-600\/90{background-color:#d97706e6}.bg-yellow-600\/95{background-color:#d97706f2}.bg-yellow-600\/100{background-color:#d97706}.bg-yellow-700\/0{background-color:#b4530900}.bg-yellow-700\/5{background-color:#b453090d}.bg-yellow-700\/10{background-color:#b453091a}.bg-yellow-700\/20{background-color:#b4530933}.bg-yellow-700\/25{background-color:#b4530940}.bg-yellow-700\/30{background-color:#b453094d}.bg-yellow-700\/40{background-color:#b4530966}.bg-yellow-700\/50{background-color:#b4530980}.bg-yellow-700\/60{background-color:#b4530999}.bg-yellow-700\/70{background-color:#b45309b3}.bg-yellow-700\/75{background-color:#b45309bf}.bg-yellow-700\/80{background-color:#b45309cc}.bg-yellow-700\/90{background-color:#b45309e6}.bg-yellow-700\/95{background-color:#b45309f2}.bg-yellow-700\/100{background-color:#b45309}.bg-yellow-800\/0{background-color:#92400e00}.bg-yellow-800\/5{background-color:#92400e0d}.bg-yellow-800\/10{background-color:#92400e1a}.bg-yellow-800\/20{background-color:#92400e33}.bg-yellow-800\/25{background-color:#92400e40}.bg-yellow-800\/30{background-color:#92400e4d}.bg-yellow-800\/40{background-color:#92400e66}.bg-yellow-800\/50{background-color:#92400e80}.bg-yellow-800\/60{background-color:#92400e99}.bg-yellow-800\/70{background-color:#92400eb3}.bg-yellow-800\/75{background-color:#92400ebf}.bg-yellow-800\/80{background-color:#92400ecc}.bg-yellow-800\/90{background-color:#92400ee6}.bg-yellow-800\/95{background-color:#92400ef2}.bg-yellow-800\/100{background-color:#92400e}.bg-yellow-900\/0{background-color:#78350f00}.bg-yellow-900\/5{background-color:#78350f0d}.bg-yellow-900\/10{background-color:#78350f1a}.bg-yellow-900\/20{background-color:#78350f33}.bg-yellow-900\/25{background-color:#78350f40}.bg-yellow-900\/30{background-color:#78350f4d}.bg-yellow-900\/40{background-color:#78350f66}.bg-yellow-900\/50{background-color:#78350f80}.bg-yellow-900\/60{background-color:#78350f99}.bg-yellow-900\/70{background-color:#78350fb3}.bg-yellow-900\/75{background-color:#78350fbf}.bg-yellow-900\/80{background-color:#78350fcc}.bg-yellow-900\/90{background-color:#78350fe6}.bg-yellow-900\/95{background-color:#78350ff2}.bg-yellow-900\/100{background-color:#78350f}.bg-green-50\/0{background-color:#f0fdf400}.bg-green-50\/5{background-color:#f0fdf40d}.bg-green-50\/10{background-color:#f0fdf41a}.bg-green-50\/20{background-color:#f0fdf433}.bg-green-50\/25{background-color:#f0fdf440}.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-50\/95{background-color:#f0fdf4f2}.bg-green-50\/100{background-color:#f0fdf4}.bg-green-100\/0{background-color:#f2faf600}.bg-green-100\/5{background-color:#f2faf60d}.bg-green-100\/10{background-color:#f2faf61a}.bg-green-100\/20{background-color:#f2faf633}.bg-green-100\/25{background-color:#f2faf640}.bg-green-100\/30{background-color:#f2faf64d}.bg-green-100\/40{background-color:#f2faf666}.bg-green-100\/50{background-color:#f2faf680}.bg-green-100\/60{background-color:#f2faf699}.bg-green-100\/70{background-color:#f2faf6b3}.bg-green-100\/75{background-color:#f2faf6bf}.bg-green-100\/80{background-color:#f2faf6cc}.bg-green-100\/90{background-color:#f2faf6e6}.bg-green-100\/95{background-color:#f2faf6f2}.bg-green-100\/100{background-color:#f2faf6}.bg-green-200\/0{background-color:#e5f6ee00}.bg-green-200\/5{background-color:#e5f6ee0d}.bg-green-200\/10{background-color:#e5f6ee1a}.bg-green-200\/20{background-color:#e5f6ee33}.bg-green-200\/25{background-color:#e5f6ee40}.bg-green-200\/30{background-color:#e5f6ee4d}.bg-green-200\/40{background-color:#e5f6ee66}.bg-green-200\/50{background-color:#e5f6ee80}.bg-green-200\/60{background-color:#e5f6ee99}.bg-green-200\/70{background-color:#e5f6eeb3}.bg-green-200\/75{background-color:#e5f6eebf}.bg-green-200\/80{background-color:#e5f6eecc}.bg-green-200\/90{background-color:#e5f6eee6}.bg-green-200\/95{background-color:#e5f6eef2}.bg-green-200\/100{background-color:#e5f6ee}.bg-green-300\/0{background-color:#c8eedb00}.bg-green-300\/5{background-color:#c8eedb0d}.bg-green-300\/10{background-color:#c8eedb1a}.bg-green-300\/20{background-color:#c8eedb33}.bg-green-300\/25{background-color:#c8eedb40}.bg-green-300\/30{background-color:#c8eedb4d}.bg-green-300\/40{background-color:#c8eedb66}.bg-green-300\/50{background-color:#c8eedb80}.bg-green-300\/60{background-color:#c8eedb99}.bg-green-300\/70{background-color:#c8eedbb3}.bg-green-300\/75{background-color:#c8eedbbf}.bg-green-300\/80{background-color:#c8eedbcc}.bg-green-300\/90{background-color:#c8eedbe6}.bg-green-300\/95{background-color:#c8eedbf2}.bg-green-300\/100{background-color:#c8eedb}.bg-green-400\/0{background-color:#a6e5c800}.bg-green-400\/5{background-color:#a6e5c80d}.bg-green-400\/10{background-color:#a6e5c81a}.bg-green-400\/20{background-color:#a6e5c833}.bg-green-400\/25{background-color:#a6e5c840}.bg-green-400\/30{background-color:#a6e5c84d}.bg-green-400\/40{background-color:#a6e5c866}.bg-green-400\/50{background-color:#a6e5c880}.bg-green-400\/60{background-color:#a6e5c899}.bg-green-400\/70{background-color:#a6e5c8b3}.bg-green-400\/75{background-color:#a6e5c8bf}.bg-green-400\/80{background-color:#a6e5c8cc}.bg-green-400\/90{background-color:#a6e5c8e6}.bg-green-400\/95{background-color:#a6e5c8f2}.bg-green-400\/100{background-color:#a6e5c8}.bg-green-500\/0{background-color:#7bdcb200}.bg-green-500\/5{background-color:#7bdcb20d}.bg-green-500\/10{background-color:#7bdcb21a}.bg-green-500\/20{background-color:#7bdcb233}.bg-green-500\/25{background-color:#7bdcb240}.bg-green-500\/30{background-color:#7bdcb24d}.bg-green-500\/40{background-color:#7bdcb266}.bg-green-500\/50{background-color:#7bdcb280}.bg-green-500\/60{background-color:#7bdcb299}.bg-green-500\/70{background-color:#7bdcb2b3}.bg-green-500\/75{background-color:#7bdcb2bf}.bg-green-500\/80{background-color:#7bdcb2cc}.bg-green-500\/90{background-color:#7bdcb2e6}.bg-green-500\/95{background-color:#7bdcb2f2}.bg-green-500\/100{background-color:#7bdcb2}.bg-green-600\/0{background-color:#34d39900}.bg-green-600\/5{background-color:#34d3990d}.bg-green-600\/10{background-color:#34d3991a}.bg-green-600\/20{background-color:#34d39933}.bg-green-600\/25{background-color:#34d39940}.bg-green-600\/30{background-color:#34d3994d}.bg-green-600\/40{background-color:#34d39966}.bg-green-600\/50{background-color:#34d39980}.bg-green-600\/60{background-color:#34d39999}.bg-green-600\/70{background-color:#34d399b3}.bg-green-600\/75{background-color:#34d399bf}.bg-green-600\/80{background-color:#34d399cc}.bg-green-600\/90{background-color:#34d399e6}.bg-green-600\/95{background-color:#34d399f2}.bg-green-600\/100{background-color:#34d399}.bg-green-700\/0{background-color:#2ebc8800}.bg-green-700\/5{background-color:#2ebc880d}.bg-green-700\/10{background-color:#2ebc881a}.bg-green-700\/20{background-color:#2ebc8833}.bg-green-700\/25{background-color:#2ebc8840}.bg-green-700\/30{background-color:#2ebc884d}.bg-green-700\/40{background-color:#2ebc8866}.bg-green-700\/50{background-color:#2ebc8880}.bg-green-700\/60{background-color:#2ebc8899}.bg-green-700\/70{background-color:#2ebc88b3}.bg-green-700\/75{background-color:#2ebc88bf}.bg-green-700\/80{background-color:#2ebc88cc}.bg-green-700\/90{background-color:#2ebc88e6}.bg-green-700\/95{background-color:#2ebc88f2}.bg-green-700\/100{background-color:#2ebc88}.bg-green-800\/0{background-color:#28a37600}.bg-green-800\/5{background-color:#28a3760d}.bg-green-800\/10{background-color:#28a3761a}.bg-green-800\/20{background-color:#28a37633}.bg-green-800\/25{background-color:#28a37640}.bg-green-800\/30{background-color:#28a3764d}.bg-green-800\/40{background-color:#28a37666}.bg-green-800\/50{background-color:#28a37680}.bg-green-800\/60{background-color:#28a37699}.bg-green-800\/70{background-color:#28a376b3}.bg-green-800\/75{background-color:#28a376bf}.bg-green-800\/80{background-color:#28a376cc}.bg-green-800\/90{background-color:#28a376e6}.bg-green-800\/95{background-color:#28a376f2}.bg-green-800\/100{background-color:#28a376}.bg-green-900\/0{background-color:#20856000}.bg-green-900\/5{background-color:#2085600d}.bg-green-900\/10{background-color:#2085601a}.bg-green-900\/20{background-color:#20856033}.bg-green-900\/25{background-color:#20856040}.bg-green-900\/30{background-color:#2085604d}.bg-green-900\/40{background-color:#20856066}.bg-green-900\/50{background-color:#20856080}.bg-green-900\/60{background-color:#20856099}.bg-green-900\/70{background-color:#208560b3}.bg-green-900\/75{background-color:#208560bf}.bg-green-900\/80{background-color:#208560cc}.bg-green-900\/90{background-color:#208560e6}.bg-green-900\/95{background-color:#208560f2}.bg-green-900\/100{background-color:#208560}.bg-emerald-50\/0{background-color:#ecfdf500}.bg-emerald-50\/5{background-color:#ecfdf50d}.bg-emerald-50\/10{background-color:#ecfdf51a}.bg-emerald-50\/20{background-color:#ecfdf533}.bg-emerald-50\/25{background-color:#ecfdf540}.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-50\/95{background-color:#ecfdf5f2}.bg-emerald-50\/100{background-color:#ecfdf5}.bg-emerald-100\/0{background-color:#d1fae500}.bg-emerald-100\/5{background-color:#d1fae50d}.bg-emerald-100\/10{background-color:#d1fae51a}.bg-emerald-100\/20{background-color:#d1fae533}.bg-emerald-100\/25{background-color:#d1fae540}.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-100\/95{background-color:#d1fae5f2}.bg-emerald-100\/100{background-color:#d1fae5}.bg-emerald-200\/0{background-color:#a7f3d000}.bg-emerald-200\/5{background-color:#a7f3d00d}.bg-emerald-200\/10{background-color:#a7f3d01a}.bg-emerald-200\/20{background-color:#a7f3d033}.bg-emerald-200\/25{background-color:#a7f3d040}.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-200\/95{background-color:#a7f3d0f2}.bg-emerald-200\/100{background-color:#a7f3d0}.bg-emerald-300\/0{background-color:#6ee7b700}.bg-emerald-300\/5{background-color:#6ee7b70d}.bg-emerald-300\/10{background-color:#6ee7b71a}.bg-emerald-300\/20{background-color:#6ee7b733}.bg-emerald-300\/25{background-color:#6ee7b740}.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-300\/95{background-color:#6ee7b7f2}.bg-emerald-300\/100{background-color:#6ee7b7}.bg-emerald-400\/0{background-color:#34d39900}.bg-emerald-400\/5{background-color:#34d3990d}.bg-emerald-400\/10{background-color:#34d3991a}.bg-emerald-400\/20{background-color:#34d39933}.bg-emerald-400\/25{background-color:#34d39940}.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-400\/95{background-color:#34d399f2}.bg-emerald-400\/100{background-color:#34d399}.bg-emerald-500\/0{background-color:#10b98100}.bg-emerald-500\/5{background-color:#10b9810d}.bg-emerald-500\/10{background-color:#10b9811a}.bg-emerald-500\/20{background-color:#10b98133}.bg-emerald-500\/25{background-color:#10b98140}.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-500\/95{background-color:#10b981f2}.bg-emerald-500\/100{background-color:#10b981}.bg-emerald-600\/0{background-color:#05966900}.bg-emerald-600\/5{background-color:#0596690d}.bg-emerald-600\/10{background-color:#0596691a}.bg-emerald-600\/20{background-color:#05966933}.bg-emerald-600\/25{background-color:#05966940}.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-600\/95{background-color:#059669f2}.bg-emerald-600\/100{background-color:#059669}.bg-emerald-700\/0{background-color:#04785700}.bg-emerald-700\/5{background-color:#0478570d}.bg-emerald-700\/10{background-color:#0478571a}.bg-emerald-700\/20{background-color:#04785733}.bg-emerald-700\/25{background-color:#04785740}.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-700\/95{background-color:#047857f2}.bg-emerald-700\/100{background-color:#047857}.bg-emerald-800\/0{background-color:#065f4600}.bg-emerald-800\/5{background-color:#065f460d}.bg-emerald-800\/10{background-color:#065f461a}.bg-emerald-800\/20{background-color:#065f4633}.bg-emerald-800\/25{background-color:#065f4640}.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-800\/95{background-color:#065f46f2}.bg-emerald-800\/100{background-color:#065f46}.bg-emerald-900\/0{background-color:#064e3b00}.bg-emerald-900\/5{background-color:#064e3b0d}.bg-emerald-900\/10{background-color:#064e3b1a}.bg-emerald-900\/20{background-color:#064e3b33}.bg-emerald-900\/25{background-color:#064e3b40}.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-900\/95{background-color:#064e3bf2}.bg-emerald-900\/100{background-color:#064e3b}.bg-teal-50\/0{background-color:#f0fdfa00}.bg-teal-50\/5{background-color:#f0fdfa0d}.bg-teal-50\/10{background-color:#f0fdfa1a}.bg-teal-50\/20{background-color:#f0fdfa33}.bg-teal-50\/25{background-color:#f0fdfa40}.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-50\/95{background-color:#f0fdfaf2}.bg-teal-50\/100{background-color:#f0fdfa}.bg-teal-100\/0{background-color:#ccfbf100}.bg-teal-100\/5{background-color:#ccfbf10d}.bg-teal-100\/10{background-color:#ccfbf11a}.bg-teal-100\/20{background-color:#ccfbf133}.bg-teal-100\/25{background-color:#ccfbf140}.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-100\/95{background-color:#ccfbf1f2}.bg-teal-100\/100{background-color:#ccfbf1}.bg-teal-200\/0{background-color:#99f6e400}.bg-teal-200\/5{background-color:#99f6e40d}.bg-teal-200\/10{background-color:#99f6e41a}.bg-teal-200\/20{background-color:#99f6e433}.bg-teal-200\/25{background-color:#99f6e440}.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-200\/95{background-color:#99f6e4f2}.bg-teal-200\/100{background-color:#99f6e4}.bg-teal-300\/0{background-color:#5eead400}.bg-teal-300\/5{background-color:#5eead40d}.bg-teal-300\/10{background-color:#5eead41a}.bg-teal-300\/20{background-color:#5eead433}.bg-teal-300\/25{background-color:#5eead440}.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-300\/95{background-color:#5eead4f2}.bg-teal-300\/100{background-color:#5eead4}.bg-teal-400\/0{background-color:#2dd4bf00}.bg-teal-400\/5{background-color:#2dd4bf0d}.bg-teal-400\/10{background-color:#2dd4bf1a}.bg-teal-400\/20{background-color:#2dd4bf33}.bg-teal-400\/25{background-color:#2dd4bf40}.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-400\/95{background-color:#2dd4bff2}.bg-teal-400\/100{background-color:#2dd4bf}.bg-teal-500\/0{background-color:#14b8a600}.bg-teal-500\/5{background-color:#14b8a60d}.bg-teal-500\/10{background-color:#14b8a61a}.bg-teal-500\/20{background-color:#14b8a633}.bg-teal-500\/25{background-color:#14b8a640}.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-500\/95{background-color:#14b8a6f2}.bg-teal-500\/100{background-color:#14b8a6}.bg-teal-600\/0{background-color:#0d948800}.bg-teal-600\/5{background-color:#0d94880d}.bg-teal-600\/10{background-color:#0d94881a}.bg-teal-600\/20{background-color:#0d948833}.bg-teal-600\/25{background-color:#0d948840}.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-600\/95{background-color:#0d9488f2}.bg-teal-600\/100{background-color:#0d9488}.bg-teal-700\/0{background-color:#0f766e00}.bg-teal-700\/5{background-color:#0f766e0d}.bg-teal-700\/10{background-color:#0f766e1a}.bg-teal-700\/20{background-color:#0f766e33}.bg-teal-700\/25{background-color:#0f766e40}.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-700\/95{background-color:#0f766ef2}.bg-teal-700\/100{background-color:#0f766e}.bg-teal-800\/0{background-color:#115e5900}.bg-teal-800\/5{background-color:#115e590d}.bg-teal-800\/10{background-color:#115e591a}.bg-teal-800\/20{background-color:#115e5933}.bg-teal-800\/25{background-color:#115e5940}.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-800\/95{background-color:#115e59f2}.bg-teal-800\/100{background-color:#115e59}.bg-teal-900\/0{background-color:#134e4a00}.bg-teal-900\/5{background-color:#134e4a0d}.bg-teal-900\/10{background-color:#134e4a1a}.bg-teal-900\/20{background-color:#134e4a33}.bg-teal-900\/25{background-color:#134e4a40}.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-900\/95{background-color:#134e4af2}.bg-teal-900\/100{background-color:#134e4a}.bg-sky-50\/0{background-color:#f0f9ff00}.bg-sky-50\/5{background-color:#f0f9ff0d}.bg-sky-50\/10{background-color:#f0f9ff1a}.bg-sky-50\/20{background-color:#f0f9ff33}.bg-sky-50\/25{background-color:#f0f9ff40}.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-50\/95{background-color:#f0f9fff2}.bg-sky-50\/100{background-color:#f0f9ff}.bg-sky-100\/0{background-color:#e0f2fe00}.bg-sky-100\/5{background-color:#e0f2fe0d}.bg-sky-100\/10{background-color:#e0f2fe1a}.bg-sky-100\/20{background-color:#e0f2fe33}.bg-sky-100\/25{background-color:#e0f2fe40}.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-100\/95{background-color:#e0f2fef2}.bg-sky-100\/100{background-color:#e0f2fe}.bg-sky-200\/0{background-color:#bae6fd00}.bg-sky-200\/5{background-color:#bae6fd0d}.bg-sky-200\/10{background-color:#bae6fd1a}.bg-sky-200\/20{background-color:#bae6fd33}.bg-sky-200\/25{background-color:#bae6fd40}.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-200\/95{background-color:#bae6fdf2}.bg-sky-200\/100{background-color:#bae6fd}.bg-sky-300\/0{background-color:#7dd3fc00}.bg-sky-300\/5{background-color:#7dd3fc0d}.bg-sky-300\/10{background-color:#7dd3fc1a}.bg-sky-300\/20{background-color:#7dd3fc33}.bg-sky-300\/25{background-color:#7dd3fc40}.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-300\/95{background-color:#7dd3fcf2}.bg-sky-300\/100{background-color:#7dd3fc}.bg-sky-400\/0{background-color:#38bdf800}.bg-sky-400\/5{background-color:#38bdf80d}.bg-sky-400\/10{background-color:#38bdf81a}.bg-sky-400\/20{background-color:#38bdf833}.bg-sky-400\/25{background-color:#38bdf840}.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-400\/95{background-color:#38bdf8f2}.bg-sky-400\/100{background-color:#38bdf8}.bg-sky-500\/0{background-color:#0ea5e900}.bg-sky-500\/5{background-color:#0ea5e90d}.bg-sky-500\/10{background-color:#0ea5e91a}.bg-sky-500\/20{background-color:#0ea5e933}.bg-sky-500\/25{background-color:#0ea5e940}.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-500\/95{background-color:#0ea5e9f2}.bg-sky-500\/100{background-color:#0ea5e9}.bg-sky-600\/0{background-color:#0284c700}.bg-sky-600\/5{background-color:#0284c70d}.bg-sky-600\/10{background-color:#0284c71a}.bg-sky-600\/20{background-color:#0284c733}.bg-sky-600\/25{background-color:#0284c740}.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-600\/95{background-color:#0284c7f2}.bg-sky-600\/100{background-color:#0284c7}.bg-sky-700\/0{background-color:#0369a100}.bg-sky-700\/5{background-color:#0369a10d}.bg-sky-700\/10{background-color:#0369a11a}.bg-sky-700\/20{background-color:#0369a133}.bg-sky-700\/25{background-color:#0369a140}.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-700\/95{background-color:#0369a1f2}.bg-sky-700\/100{background-color:#0369a1}.bg-sky-800\/0{background-color:#07598500}.bg-sky-800\/5{background-color:#0759850d}.bg-sky-800\/10{background-color:#0759851a}.bg-sky-800\/20{background-color:#07598533}.bg-sky-800\/25{background-color:#07598540}.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-800\/95{background-color:#075985f2}.bg-sky-800\/100{background-color:#075985}.bg-sky-900\/0{background-color:#0c4a6e00}.bg-sky-900\/5{background-color:#0c4a6e0d}.bg-sky-900\/10{background-color:#0c4a6e1a}.bg-sky-900\/20{background-color:#0c4a6e33}.bg-sky-900\/25{background-color:#0c4a6e40}.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-900\/95{background-color:#0c4a6ef2}.bg-sky-900\/100{background-color:#0c4a6e}.bg-blue-50\/0{background-color:#eff6ff00}.bg-blue-50\/5{background-color:#eff6ff0d}.bg-blue-50\/10{background-color:#eff6ff1a}.bg-blue-50\/20{background-color:#eff6ff33}.bg-blue-50\/25{background-color:#eff6ff40}.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-50\/95{background-color:#eff6fff2}.bg-blue-50\/100{background-color:#eff6ff}.bg-blue-100\/0{background-color:#f2f3fd00}.bg-blue-100\/5{background-color:#f2f3fd0d}.bg-blue-100\/10{background-color:#f2f3fd1a}.bg-blue-100\/20{background-color:#f2f3fd33}.bg-blue-100\/25{background-color:#f2f3fd40}.bg-blue-100\/30{background-color:#f2f3fd4d}.bg-blue-100\/40{background-color:#f2f3fd66}.bg-blue-100\/50{background-color:#f2f3fd80}.bg-blue-100\/60{background-color:#f2f3fd99}.bg-blue-100\/70{background-color:#f2f3fdb3}.bg-blue-100\/75{background-color:#f2f3fdbf}.bg-blue-100\/80{background-color:#f2f3fdcc}.bg-blue-100\/90{background-color:#f2f3fde6}.bg-blue-100\/95{background-color:#f2f3fdf2}.bg-blue-100\/100{background-color:#f2f3fd}.bg-blue-200\/0{background-color:#e4e8fb00}.bg-blue-200\/5{background-color:#e4e8fb0d}.bg-blue-200\/10{background-color:#e4e8fb1a}.bg-blue-200\/20{background-color:#e4e8fb33}.bg-blue-200\/25{background-color:#e4e8fb40}.bg-blue-200\/30{background-color:#e4e8fb4d}.bg-blue-200\/40{background-color:#e4e8fb66}.bg-blue-200\/50{background-color:#e4e8fb80}.bg-blue-200\/60{background-color:#e4e8fb99}.bg-blue-200\/70{background-color:#e4e8fbb3}.bg-blue-200\/75{background-color:#e4e8fbbf}.bg-blue-200\/80{background-color:#e4e8fbcc}.bg-blue-200\/90{background-color:#e4e8fbe6}.bg-blue-200\/95{background-color:#e4e8fbf2}.bg-blue-200\/100{background-color:#e4e8fb}.bg-blue-300\/0{background-color:#c6cff700}.bg-blue-300\/5{background-color:#c6cff70d}.bg-blue-300\/10{background-color:#c6cff71a}.bg-blue-300\/20{background-color:#c6cff733}.bg-blue-300\/25{background-color:#c6cff740}.bg-blue-300\/30{background-color:#c6cff74d}.bg-blue-300\/40{background-color:#c6cff766}.bg-blue-300\/50{background-color:#c6cff780}.bg-blue-300\/60{background-color:#c6cff799}.bg-blue-300\/70{background-color:#c6cff7b3}.bg-blue-300\/75{background-color:#c6cff7bf}.bg-blue-300\/80{background-color:#c6cff7cc}.bg-blue-300\/90{background-color:#c6cff7e6}.bg-blue-300\/95{background-color:#c6cff7f2}.bg-blue-300\/100{background-color:#c6cff7}.bg-blue-400\/0{background-color:#a3b2f300}.bg-blue-400\/5{background-color:#a3b2f30d}.bg-blue-400\/10{background-color:#a3b2f31a}.bg-blue-400\/20{background-color:#a3b2f333}.bg-blue-400\/25{background-color:#a3b2f340}.bg-blue-400\/30{background-color:#a3b2f34d}.bg-blue-400\/40{background-color:#a3b2f366}.bg-blue-400\/50{background-color:#a3b2f380}.bg-blue-400\/60{background-color:#a3b2f399}.bg-blue-400\/70{background-color:#a3b2f3b3}.bg-blue-400\/75{background-color:#a3b2f3bf}.bg-blue-400\/80{background-color:#a3b2f3cc}.bg-blue-400\/90{background-color:#a3b2f3e6}.bg-blue-400\/95{background-color:#a3b2f3f2}.bg-blue-400\/100{background-color:#a3b2f3}.bg-blue-500\/0{background-color:#7690ef00}.bg-blue-500\/5{background-color:#7690ef0d}.bg-blue-500\/10{background-color:#7690ef1a}.bg-blue-500\/20{background-color:#7690ef33}.bg-blue-500\/25{background-color:#7690ef40}.bg-blue-500\/30{background-color:#7690ef4d}.bg-blue-500\/40{background-color:#7690ef66}.bg-blue-500\/50{background-color:#7690ef80}.bg-blue-500\/60{background-color:#7690ef99}.bg-blue-500\/70{background-color:#7690efb3}.bg-blue-500\/75{background-color:#7690efbf}.bg-blue-500\/80{background-color:#7690efcc}.bg-blue-500\/90{background-color:#7690efe6}.bg-blue-500\/95{background-color:#7690eff2}.bg-blue-500\/100{background-color:#7690ef}.bg-blue-600\/0{background-color:#2563eb00}.bg-blue-600\/5{background-color:#2563eb0d}.bg-blue-600\/10{background-color:#2563eb1a}.bg-blue-600\/20{background-color:#2563eb33}.bg-blue-600\/25{background-color:#2563eb40}.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-600\/95{background-color:#2563ebf2}.bg-blue-600\/100{background-color:#2563eb}.bg-blue-700\/0{background-color:#2158d200}.bg-blue-700\/5{background-color:#2158d20d}.bg-blue-700\/10{background-color:#2158d21a}.bg-blue-700\/20{background-color:#2158d233}.bg-blue-700\/25{background-color:#2158d240}.bg-blue-700\/30{background-color:#2158d24d}.bg-blue-700\/40{background-color:#2158d266}.bg-blue-700\/50{background-color:#2158d280}.bg-blue-700\/60{background-color:#2158d299}.bg-blue-700\/70{background-color:#2158d2b3}.bg-blue-700\/75{background-color:#2158d2bf}.bg-blue-700\/80{background-color:#2158d2cc}.bg-blue-700\/90{background-color:#2158d2e6}.bg-blue-700\/95{background-color:#2158d2f2}.bg-blue-700\/100{background-color:#2158d2}.bg-blue-800\/0{background-color:#1c4cb600}.bg-blue-800\/5{background-color:#1c4cb60d}.bg-blue-800\/10{background-color:#1c4cb61a}.bg-blue-800\/20{background-color:#1c4cb633}.bg-blue-800\/25{background-color:#1c4cb640}.bg-blue-800\/30{background-color:#1c4cb64d}.bg-blue-800\/40{background-color:#1c4cb666}.bg-blue-800\/50{background-color:#1c4cb680}.bg-blue-800\/60{background-color:#1c4cb699}.bg-blue-800\/70{background-color:#1c4cb6b3}.bg-blue-800\/75{background-color:#1c4cb6bf}.bg-blue-800\/80{background-color:#1c4cb6cc}.bg-blue-800\/90{background-color:#1c4cb6e6}.bg-blue-800\/95{background-color:#1c4cb6f2}.bg-blue-800\/100{background-color:#1c4cb6}.bg-blue-900\/0{background-color:#173e9400}.bg-blue-900\/5{background-color:#173e940d}.bg-blue-900\/10{background-color:#173e941a}.bg-blue-900\/20{background-color:#173e9433}.bg-blue-900\/25{background-color:#173e9440}.bg-blue-900\/30{background-color:#173e944d}.bg-blue-900\/40{background-color:#173e9466}.bg-blue-900\/50{background-color:#173e9480}.bg-blue-900\/60{background-color:#173e9499}.bg-blue-900\/70{background-color:#173e94b3}.bg-blue-900\/75{background-color:#173e94bf}.bg-blue-900\/80{background-color:#173e94cc}.bg-blue-900\/90{background-color:#173e94e6}.bg-blue-900\/95{background-color:#173e94f2}.bg-blue-900\/100{background-color:#173e94}.bg-indigo-50\/0{background-color:#eef2ff00}.bg-indigo-50\/5{background-color:#eef2ff0d}.bg-indigo-50\/10{background-color:#eef2ff1a}.bg-indigo-50\/20{background-color:#eef2ff33}.bg-indigo-50\/25{background-color:#eef2ff40}.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-50\/95{background-color:#eef2fff2}.bg-indigo-50\/100{background-color:#eef2ff}.bg-indigo-100\/0{background-color:#e0e7ff00}.bg-indigo-100\/5{background-color:#e0e7ff0d}.bg-indigo-100\/10{background-color:#e0e7ff1a}.bg-indigo-100\/20{background-color:#e0e7ff33}.bg-indigo-100\/25{background-color:#e0e7ff40}.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-100\/95{background-color:#e0e7fff2}.bg-indigo-100\/100{background-color:#e0e7ff}.bg-indigo-200\/0{background-color:#c7d2fe00}.bg-indigo-200\/5{background-color:#c7d2fe0d}.bg-indigo-200\/10{background-color:#c7d2fe1a}.bg-indigo-200\/20{background-color:#c7d2fe33}.bg-indigo-200\/25{background-color:#c7d2fe40}.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-200\/95{background-color:#c7d2fef2}.bg-indigo-200\/100{background-color:#c7d2fe}.bg-indigo-300\/0{background-color:#a5b4fc00}.bg-indigo-300\/5{background-color:#a5b4fc0d}.bg-indigo-300\/10{background-color:#a5b4fc1a}.bg-indigo-300\/20{background-color:#a5b4fc33}.bg-indigo-300\/25{background-color:#a5b4fc40}.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-300\/95{background-color:#a5b4fcf2}.bg-indigo-300\/100{background-color:#a5b4fc}.bg-indigo-400\/0{background-color:#818cf800}.bg-indigo-400\/5{background-color:#818cf80d}.bg-indigo-400\/10{background-color:#818cf81a}.bg-indigo-400\/20{background-color:#818cf833}.bg-indigo-400\/25{background-color:#818cf840}.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-400\/95{background-color:#818cf8f2}.bg-indigo-400\/100{background-color:#818cf8}.bg-indigo-500\/0{background-color:#6366f100}.bg-indigo-500\/5{background-color:#6366f10d}.bg-indigo-500\/10{background-color:#6366f11a}.bg-indigo-500\/20{background-color:#6366f133}.bg-indigo-500\/25{background-color:#6366f140}.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-500\/95{background-color:#6366f1f2}.bg-indigo-500\/100{background-color:#6366f1}.bg-indigo-600\/0{background-color:#4f46e500}.bg-indigo-600\/5{background-color:#4f46e50d}.bg-indigo-600\/10{background-color:#4f46e51a}.bg-indigo-600\/20{background-color:#4f46e533}.bg-indigo-600\/25{background-color:#4f46e540}.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-600\/95{background-color:#4f46e5f2}.bg-indigo-600\/100{background-color:#4f46e5}.bg-indigo-700\/0{background-color:#4338ca00}.bg-indigo-700\/5{background-color:#4338ca0d}.bg-indigo-700\/10{background-color:#4338ca1a}.bg-indigo-700\/20{background-color:#4338ca33}.bg-indigo-700\/25{background-color:#4338ca40}.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-700\/95{background-color:#4338caf2}.bg-indigo-700\/100{background-color:#4338ca}.bg-indigo-800\/0{background-color:#3730a300}.bg-indigo-800\/5{background-color:#3730a30d}.bg-indigo-800\/10{background-color:#3730a31a}.bg-indigo-800\/20{background-color:#3730a333}.bg-indigo-800\/25{background-color:#3730a340}.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-800\/95{background-color:#3730a3f2}.bg-indigo-800\/100{background-color:#3730a3}.bg-indigo-900\/0{background-color:#312e8100}.bg-indigo-900\/5{background-color:#312e810d}.bg-indigo-900\/10{background-color:#312e811a}.bg-indigo-900\/20{background-color:#312e8133}.bg-indigo-900\/25{background-color:#312e8140}.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-900\/95{background-color:#312e81f2}.bg-indigo-900\/100{background-color:#312e81}.bg-violet-50\/0{background-color:#f5f3ff00}.bg-violet-50\/5{background-color:#f5f3ff0d}.bg-violet-50\/10{background-color:#f5f3ff1a}.bg-violet-50\/20{background-color:#f5f3ff33}.bg-violet-50\/25{background-color:#f5f3ff40}.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-50\/95{background-color:#f5f3fff2}.bg-violet-50\/100{background-color:#f5f3ff}.bg-violet-100\/0{background-color:#ede9fe00}.bg-violet-100\/5{background-color:#ede9fe0d}.bg-violet-100\/10{background-color:#ede9fe1a}.bg-violet-100\/20{background-color:#ede9fe33}.bg-violet-100\/25{background-color:#ede9fe40}.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-100\/95{background-color:#ede9fef2}.bg-violet-100\/100{background-color:#ede9fe}.bg-violet-200\/0{background-color:#ddd6fe00}.bg-violet-200\/5{background-color:#ddd6fe0d}.bg-violet-200\/10{background-color:#ddd6fe1a}.bg-violet-200\/20{background-color:#ddd6fe33}.bg-violet-200\/25{background-color:#ddd6fe40}.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-200\/95{background-color:#ddd6fef2}.bg-violet-200\/100{background-color:#ddd6fe}.bg-violet-300\/0{background-color:#c4b5fd00}.bg-violet-300\/5{background-color:#c4b5fd0d}.bg-violet-300\/10{background-color:#c4b5fd1a}.bg-violet-300\/20{background-color:#c4b5fd33}.bg-violet-300\/25{background-color:#c4b5fd40}.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-300\/95{background-color:#c4b5fdf2}.bg-violet-300\/100{background-color:#c4b5fd}.bg-violet-400\/0{background-color:#a78bfa00}.bg-violet-400\/5{background-color:#a78bfa0d}.bg-violet-400\/10{background-color:#a78bfa1a}.bg-violet-400\/20{background-color:#a78bfa33}.bg-violet-400\/25{background-color:#a78bfa40}.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-400\/95{background-color:#a78bfaf2}.bg-violet-400\/100{background-color:#a78bfa}.bg-violet-500\/0{background-color:#8b5cf600}.bg-violet-500\/5{background-color:#8b5cf60d}.bg-violet-500\/10{background-color:#8b5cf61a}.bg-violet-500\/20{background-color:#8b5cf633}.bg-violet-500\/25{background-color:#8b5cf640}.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-500\/95{background-color:#8b5cf6f2}.bg-violet-500\/100{background-color:#8b5cf6}.bg-violet-600\/0{background-color:#7c3aed00}.bg-violet-600\/5{background-color:#7c3aed0d}.bg-violet-600\/10{background-color:#7c3aed1a}.bg-violet-600\/20{background-color:#7c3aed33}.bg-violet-600\/25{background-color:#7c3aed40}.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-600\/95{background-color:#7c3aedf2}.bg-violet-600\/100{background-color:#7c3aed}.bg-violet-700\/0{background-color:#6d28d900}.bg-violet-700\/5{background-color:#6d28d90d}.bg-violet-700\/10{background-color:#6d28d91a}.bg-violet-700\/20{background-color:#6d28d933}.bg-violet-700\/25{background-color:#6d28d940}.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-700\/95{background-color:#6d28d9f2}.bg-violet-700\/100{background-color:#6d28d9}.bg-violet-800\/0{background-color:#5b21b600}.bg-violet-800\/5{background-color:#5b21b60d}.bg-violet-800\/10{background-color:#5b21b61a}.bg-violet-800\/20{background-color:#5b21b633}.bg-violet-800\/25{background-color:#5b21b640}.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-800\/95{background-color:#5b21b6f2}.bg-violet-800\/100{background-color:#5b21b6}.bg-violet-900\/0{background-color:#4c1d9500}.bg-violet-900\/5{background-color:#4c1d950d}.bg-violet-900\/10{background-color:#4c1d951a}.bg-violet-900\/20{background-color:#4c1d9533}.bg-violet-900\/25{background-color:#4c1d9540}.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-900\/95{background-color:#4c1d95f2}.bg-violet-900\/100{background-color:#4c1d95}.bg-fuchsia-50\/0{background-color:#fdf4ff00}.bg-fuchsia-50\/5{background-color:#fdf4ff0d}.bg-fuchsia-50\/10{background-color:#fdf4ff1a}.bg-fuchsia-50\/20{background-color:#fdf4ff33}.bg-fuchsia-50\/25{background-color:#fdf4ff40}.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-50\/95{background-color:#fdf4fff2}.bg-fuchsia-50\/100{background-color:#fdf4ff}.bg-fuchsia-100\/0{background-color:#fae8ff00}.bg-fuchsia-100\/5{background-color:#fae8ff0d}.bg-fuchsia-100\/10{background-color:#fae8ff1a}.bg-fuchsia-100\/20{background-color:#fae8ff33}.bg-fuchsia-100\/25{background-color:#fae8ff40}.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-100\/95{background-color:#fae8fff2}.bg-fuchsia-100\/100{background-color:#fae8ff}.bg-fuchsia-200\/0{background-color:#f5d0fe00}.bg-fuchsia-200\/5{background-color:#f5d0fe0d}.bg-fuchsia-200\/10{background-color:#f5d0fe1a}.bg-fuchsia-200\/20{background-color:#f5d0fe33}.bg-fuchsia-200\/25{background-color:#f5d0fe40}.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-200\/95{background-color:#f5d0fef2}.bg-fuchsia-200\/100{background-color:#f5d0fe}.bg-fuchsia-300\/0{background-color:#f0abfc00}.bg-fuchsia-300\/5{background-color:#f0abfc0d}.bg-fuchsia-300\/10{background-color:#f0abfc1a}.bg-fuchsia-300\/20{background-color:#f0abfc33}.bg-fuchsia-300\/25{background-color:#f0abfc40}.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-300\/95{background-color:#f0abfcf2}.bg-fuchsia-300\/100{background-color:#f0abfc}.bg-fuchsia-400\/0{background-color:#e879f900}.bg-fuchsia-400\/5{background-color:#e879f90d}.bg-fuchsia-400\/10{background-color:#e879f91a}.bg-fuchsia-400\/20{background-color:#e879f933}.bg-fuchsia-400\/25{background-color:#e879f940}.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-400\/95{background-color:#e879f9f2}.bg-fuchsia-400\/100{background-color:#e879f9}.bg-fuchsia-500\/0{background-color:#d946ef00}.bg-fuchsia-500\/5{background-color:#d946ef0d}.bg-fuchsia-500\/10{background-color:#d946ef1a}.bg-fuchsia-500\/20{background-color:#d946ef33}.bg-fuchsia-500\/25{background-color:#d946ef40}.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-500\/95{background-color:#d946eff2}.bg-fuchsia-500\/100{background-color:#d946ef}.bg-fuchsia-600\/0{background-color:#c026d300}.bg-fuchsia-600\/5{background-color:#c026d30d}.bg-fuchsia-600\/10{background-color:#c026d31a}.bg-fuchsia-600\/20{background-color:#c026d333}.bg-fuchsia-600\/25{background-color:#c026d340}.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-600\/95{background-color:#c026d3f2}.bg-fuchsia-600\/100{background-color:#c026d3}.bg-fuchsia-700\/0{background-color:#a21caf00}.bg-fuchsia-700\/5{background-color:#a21caf0d}.bg-fuchsia-700\/10{background-color:#a21caf1a}.bg-fuchsia-700\/20{background-color:#a21caf33}.bg-fuchsia-700\/25{background-color:#a21caf40}.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-700\/95{background-color:#a21caff2}.bg-fuchsia-700\/100{background-color:#a21caf}.bg-fuchsia-800\/0{background-color:#86198f00}.bg-fuchsia-800\/5{background-color:#86198f0d}.bg-fuchsia-800\/10{background-color:#86198f1a}.bg-fuchsia-800\/20{background-color:#86198f33}.bg-fuchsia-800\/25{background-color:#86198f40}.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-800\/95{background-color:#86198ff2}.bg-fuchsia-800\/100{background-color:#86198f}.bg-fuchsia-900\/0{background-color:#701a7500}.bg-fuchsia-900\/5{background-color:#701a750d}.bg-fuchsia-900\/10{background-color:#701a751a}.bg-fuchsia-900\/20{background-color:#701a7533}.bg-fuchsia-900\/25{background-color:#701a7540}.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-900\/95{background-color:#701a75f2}.bg-fuchsia-900\/100{background-color:#701a75}.bg-pink-50\/0{background-color:#fdf2f800}.bg-pink-50\/5{background-color:#fdf2f80d}.bg-pink-50\/10{background-color:#fdf2f81a}.bg-pink-50\/20{background-color:#fdf2f833}.bg-pink-50\/25{background-color:#fdf2f840}.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-50\/95{background-color:#fdf2f8f2}.bg-pink-50\/100{background-color:#fdf2f8}.bg-pink-100\/0{background-color:#fce7f300}.bg-pink-100\/5{background-color:#fce7f30d}.bg-pink-100\/10{background-color:#fce7f31a}.bg-pink-100\/20{background-color:#fce7f333}.bg-pink-100\/25{background-color:#fce7f340}.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-100\/95{background-color:#fce7f3f2}.bg-pink-100\/100{background-color:#fce7f3}.bg-pink-200\/0{background-color:#fbcfe800}.bg-pink-200\/5{background-color:#fbcfe80d}.bg-pink-200\/10{background-color:#fbcfe81a}.bg-pink-200\/20{background-color:#fbcfe833}.bg-pink-200\/25{background-color:#fbcfe840}.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-200\/95{background-color:#fbcfe8f2}.bg-pink-200\/100{background-color:#fbcfe8}.bg-pink-300\/0{background-color:#f9a8d400}.bg-pink-300\/5{background-color:#f9a8d40d}.bg-pink-300\/10{background-color:#f9a8d41a}.bg-pink-300\/20{background-color:#f9a8d433}.bg-pink-300\/25{background-color:#f9a8d440}.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-300\/95{background-color:#f9a8d4f2}.bg-pink-300\/100{background-color:#f9a8d4}.bg-pink-400\/0{background-color:#f472b600}.bg-pink-400\/5{background-color:#f472b60d}.bg-pink-400\/10{background-color:#f472b61a}.bg-pink-400\/20{background-color:#f472b633}.bg-pink-400\/25{background-color:#f472b640}.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-400\/95{background-color:#f472b6f2}.bg-pink-400\/100{background-color:#f472b6}.bg-pink-500\/0{background-color:#ec489900}.bg-pink-500\/5{background-color:#ec48990d}.bg-pink-500\/10{background-color:#ec48991a}.bg-pink-500\/20{background-color:#ec489933}.bg-pink-500\/25{background-color:#ec489940}.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-500\/95{background-color:#ec4899f2}.bg-pink-500\/100{background-color:#ec4899}.bg-pink-600\/0{background-color:#db277700}.bg-pink-600\/5{background-color:#db27770d}.bg-pink-600\/10{background-color:#db27771a}.bg-pink-600\/20{background-color:#db277733}.bg-pink-600\/25{background-color:#db277740}.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-600\/95{background-color:#db2777f2}.bg-pink-600\/100{background-color:#db2777}.bg-pink-700\/0{background-color:#be185d00}.bg-pink-700\/5{background-color:#be185d0d}.bg-pink-700\/10{background-color:#be185d1a}.bg-pink-700\/20{background-color:#be185d33}.bg-pink-700\/25{background-color:#be185d40}.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-700\/95{background-color:#be185df2}.bg-pink-700\/100{background-color:#be185d}.bg-pink-800\/0{background-color:#9d174d00}.bg-pink-800\/5{background-color:#9d174d0d}.bg-pink-800\/10{background-color:#9d174d1a}.bg-pink-800\/20{background-color:#9d174d33}.bg-pink-800\/25{background-color:#9d174d40}.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-800\/95{background-color:#9d174df2}.bg-pink-800\/100{background-color:#9d174d}.bg-pink-900\/0{background-color:#83184300}.bg-pink-900\/5{background-color:#8318430d}.bg-pink-900\/10{background-color:#8318431a}.bg-pink-900\/20{background-color:#83184333}.bg-pink-900\/25{background-color:#83184340}.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-900\/95{background-color:#831843f2}.bg-pink-900\/100{background-color:#831843}.bg-rose-50\/0{background-color:#fff1f200}.bg-rose-50\/5{background-color:#fff1f20d}.bg-rose-50\/10{background-color:#fff1f21a}.bg-rose-50\/20{background-color:#fff1f233}.bg-rose-50\/25{background-color:#fff1f240}.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-50\/95{background-color:#fff1f2f2}.bg-rose-50\/100{background-color:#fff1f2}.bg-rose-100\/0{background-color:#ffe4e600}.bg-rose-100\/5{background-color:#ffe4e60d}.bg-rose-100\/10{background-color:#ffe4e61a}.bg-rose-100\/20{background-color:#ffe4e633}.bg-rose-100\/25{background-color:#ffe4e640}.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-100\/95{background-color:#ffe4e6f2}.bg-rose-100\/100{background-color:#ffe4e6}.bg-rose-200\/0{background-color:#fecdd300}.bg-rose-200\/5{background-color:#fecdd30d}.bg-rose-200\/10{background-color:#fecdd31a}.bg-rose-200\/20{background-color:#fecdd333}.bg-rose-200\/25{background-color:#fecdd340}.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-200\/95{background-color:#fecdd3f2}.bg-rose-200\/100{background-color:#fecdd3}.bg-rose-300\/0{background-color:#fda4af00}.bg-rose-300\/5{background-color:#fda4af0d}.bg-rose-300\/10{background-color:#fda4af1a}.bg-rose-300\/20{background-color:#fda4af33}.bg-rose-300\/25{background-color:#fda4af40}.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-300\/95{background-color:#fda4aff2}.bg-rose-300\/100{background-color:#fda4af}.bg-rose-400\/0{background-color:#fb718500}.bg-rose-400\/5{background-color:#fb71850d}.bg-rose-400\/10{background-color:#fb71851a}.bg-rose-400\/20{background-color:#fb718533}.bg-rose-400\/25{background-color:#fb718540}.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-400\/95{background-color:#fb7185f2}.bg-rose-400\/100{background-color:#fb7185}.bg-rose-500\/0{background-color:#f43f5e00}.bg-rose-500\/5{background-color:#f43f5e0d}.bg-rose-500\/10{background-color:#f43f5e1a}.bg-rose-500\/20{background-color:#f43f5e33}.bg-rose-500\/25{background-color:#f43f5e40}.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-500\/95{background-color:#f43f5ef2}.bg-rose-500\/100{background-color:#f43f5e}.bg-rose-600\/0{background-color:#e11d4800}.bg-rose-600\/5{background-color:#e11d480d}.bg-rose-600\/10{background-color:#e11d481a}.bg-rose-600\/20{background-color:#e11d4833}.bg-rose-600\/25{background-color:#e11d4840}.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-600\/95{background-color:#e11d48f2}.bg-rose-600\/100{background-color:#e11d48}.bg-rose-700\/0{background-color:#be123c00}.bg-rose-700\/5{background-color:#be123c0d}.bg-rose-700\/10{background-color:#be123c1a}.bg-rose-700\/20{background-color:#be123c33}.bg-rose-700\/25{background-color:#be123c40}.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-700\/95{background-color:#be123cf2}.bg-rose-700\/100{background-color:#be123c}.bg-rose-800\/0{background-color:#9f123900}.bg-rose-800\/5{background-color:#9f12390d}.bg-rose-800\/10{background-color:#9f12391a}.bg-rose-800\/20{background-color:#9f123933}.bg-rose-800\/25{background-color:#9f123940}.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-800\/95{background-color:#9f1239f2}.bg-rose-800\/100{background-color:#9f1239}.bg-rose-900\/0{background-color:#88133700}.bg-rose-900\/5{background-color:#8813370d}.bg-rose-900\/10{background-color:#8813371a}.bg-rose-900\/20{background-color:#88133733}.bg-rose-900\/25{background-color:#88133740}.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-900\/95{background-color:#881337f2}.bg-rose-900\/100{background-color:#881337}.bg-primary-100\/0{background-color:#f2f3f400}.bg-primary-100\/5{background-color:#f2f3f40d}.bg-primary-100\/10{background-color:#f2f3f41a}.bg-primary-100\/20{background-color:#f2f3f433}.bg-primary-100\/25{background-color:#f2f3f440}.bg-primary-100\/30{background-color:#f2f3f44d}.bg-primary-100\/40{background-color:#f2f3f466}.bg-primary-100\/50{background-color:#f2f3f480}.bg-primary-100\/60{background-color:#f2f3f499}.bg-primary-100\/70{background-color:#f2f3f4b3}.bg-primary-100\/75{background-color:#f2f3f4bf}.bg-primary-100\/80{background-color:#f2f3f4cc}.bg-primary-100\/90{background-color:#f2f3f4e6}.bg-primary-100\/95{background-color:#f2f3f4f2}.bg-primary-100\/100{background-color:#f2f3f4}.bg-primary-200\/0{background-color:#e8e8f000}.bg-primary-200\/5{background-color:#e8e8f00d}.bg-primary-200\/10{background-color:#e8e8f01a}.bg-primary-200\/20{background-color:#e8e8f033}.bg-primary-200\/25{background-color:#e8e8f040}.bg-primary-200\/30{background-color:#e8e8f04d}.bg-primary-200\/40{background-color:#e8e8f066}.bg-primary-200\/50{background-color:#e8e8f080}.bg-primary-200\/60{background-color:#e8e8f099}.bg-primary-200\/70{background-color:#e8e8f0b3}.bg-primary-200\/75{background-color:#e8e8f0bf}.bg-primary-200\/80{background-color:#e8e8f0cc}.bg-primary-200\/90{background-color:#e8e8f0e6}.bg-primary-200\/95{background-color:#e8e8f0f2}.bg-primary-200\/100{background-color:#e8e8f0}.bg-primary-300\/0{background-color:#d0d0e100}.bg-primary-300\/5{background-color:#d0d0e10d}.bg-primary-300\/10{background-color:#d0d0e11a}.bg-primary-300\/20{background-color:#d0d0e133}.bg-primary-300\/25{background-color:#d0d0e140}.bg-primary-300\/30{background-color:#d0d0e14d}.bg-primary-300\/40{background-color:#d0d0e166}.bg-primary-300\/50{background-color:#d0d0e180}.bg-primary-300\/60{background-color:#d0d0e199}.bg-primary-300\/70{background-color:#d0d0e1b3}.bg-primary-300\/75{background-color:#d0d0e1bf}.bg-primary-300\/80{background-color:#d0d0e1cc}.bg-primary-300\/90{background-color:#d0d0e1e6}.bg-primary-300\/95{background-color:#d0d0e1f2}.bg-primary-300\/100{background-color:#d0d0e1}.bg-primary-400\/0{background-color:#b4b4d100}.bg-primary-400\/5{background-color:#b4b4d10d}.bg-primary-400\/10{background-color:#b4b4d11a}.bg-primary-400\/20{background-color:#b4b4d133}.bg-primary-400\/25{background-color:#b4b4d140}.bg-primary-400\/30{background-color:#b4b4d14d}.bg-primary-400\/40{background-color:#b4b4d166}.bg-primary-400\/50{background-color:#b4b4d180}.bg-primary-400\/60{background-color:#b4b4d199}.bg-primary-400\/70{background-color:#b4b4d1b3}.bg-primary-400\/75{background-color:#b4b4d1bf}.bg-primary-400\/80{background-color:#b4b4d1cc}.bg-primary-400\/90{background-color:#b4b4d1e6}.bg-primary-400\/95{background-color:#b4b4d1f2}.bg-primary-400\/100{background-color:#b4b4d1}.bg-primary-500\/0{background-color:#9393bf00}.bg-primary-500\/5{background-color:#9393bf0d}.bg-primary-500\/10{background-color:#9393bf1a}.bg-primary-500\/20{background-color:#9393bf33}.bg-primary-500\/25{background-color:#9393bf40}.bg-primary-500\/30{background-color:#9393bf4d}.bg-primary-500\/40{background-color:#9393bf66}.bg-primary-500\/50{background-color:#9393bf80}.bg-primary-500\/60{background-color:#9393bf99}.bg-primary-500\/70{background-color:#9393bfb3}.bg-primary-500\/75{background-color:#9393bfbf}.bg-primary-500\/80{background-color:#9393bfcc}.bg-primary-500\/90{background-color:#9393bfe6}.bg-primary-500\/95{background-color:#9393bff2}.bg-primary-500\/100{background-color:#9393bf}.bg-primary-600\/0{background-color:#6868ac00}.bg-primary-600\/5{background-color:#6868ac0d}.bg-primary-600\/10{background-color:#6868ac1a}.bg-primary-600\/20{background-color:#6868ac33}.bg-primary-600\/25{background-color:#6868ac40}.bg-primary-600\/30{background-color:#6868ac4d}.bg-primary-600\/40{background-color:#6868ac66}.bg-primary-600\/50{background-color:#6868ac80}.bg-primary-600\/60{background-color:#6868ac99}.bg-primary-600\/70{background-color:#6868acb3}.bg-primary-600\/75{background-color:#6868acbf}.bg-primary-600\/80{background-color:#6868accc}.bg-primary-600\/90{background-color:#6868ace6}.bg-primary-600\/95{background-color:#6868acf2}.bg-primary-600\/100{background-color:#6868ac}.bg-primary-700\/0{background-color:#5d5d9900}.bg-primary-700\/5{background-color:#5d5d990d}.bg-primary-700\/10{background-color:#5d5d991a}.bg-primary-700\/20{background-color:#5d5d9933}.bg-primary-700\/25{background-color:#5d5d9940}.bg-primary-700\/30{background-color:#5d5d994d}.bg-primary-700\/40{background-color:#5d5d9966}.bg-primary-700\/50{background-color:#5d5d9980}.bg-primary-700\/60{background-color:#5d5d9999}.bg-primary-700\/70{background-color:#5d5d99b3}.bg-primary-700\/75{background-color:#5d5d99bf}.bg-primary-700\/80{background-color:#5d5d99cc}.bg-primary-700\/90{background-color:#5d5d99e6}.bg-primary-700\/95{background-color:#5d5d99f2}.bg-primary-700\/100{background-color:#5d5d99}.bg-primary-800\/0{background-color:#50508500}.bg-primary-800\/5{background-color:#5050850d}.bg-primary-800\/10{background-color:#5050851a}.bg-primary-800\/20{background-color:#50508533}.bg-primary-800\/25{background-color:#50508540}.bg-primary-800\/30{background-color:#5050854d}.bg-primary-800\/40{background-color:#50508566}.bg-primary-800\/50{background-color:#50508580}.bg-primary-800\/60{background-color:#50508599}.bg-primary-800\/70{background-color:#505085b3}.bg-primary-800\/75{background-color:#505085bf}.bg-primary-800\/80{background-color:#505085cc}.bg-primary-800\/90{background-color:#505085e6}.bg-primary-800\/95{background-color:#505085f2}.bg-primary-800\/100{background-color:#505085}.bg-primary-900\/0{background-color:#41416c00}.bg-primary-900\/5{background-color:#41416c0d}.bg-primary-900\/10{background-color:#41416c1a}.bg-primary-900\/20{background-color:#41416c33}.bg-primary-900\/25{background-color:#41416c40}.bg-primary-900\/30{background-color:#41416c4d}.bg-primary-900\/40{background-color:#41416c66}.bg-primary-900\/50{background-color:#41416c80}.bg-primary-900\/60{background-color:#41416c99}.bg-primary-900\/70{background-color:#41416cb3}.bg-primary-900\/75{background-color:#41416cbf}.bg-primary-900\/80{background-color:#41416ccc}.bg-primary-900\/90{background-color:#41416ce6}.bg-primary-900\/95{background-color:#41416cf2}.bg-primary-900\/100{background-color:#41416c}.bg-primary-1000\/0{background-color:#2e2e4c00}.bg-primary-1000\/5{background-color:#2e2e4c0d}.bg-primary-1000\/10{background-color:#2e2e4c1a}.bg-primary-1000\/20{background-color:#2e2e4c33}.bg-primary-1000\/25{background-color:#2e2e4c40}.bg-primary-1000\/30{background-color:#2e2e4c4d}.bg-primary-1000\/40{background-color:#2e2e4c66}.bg-primary-1000\/50{background-color:#2e2e4c80}.bg-primary-1000\/60{background-color:#2e2e4c99}.bg-primary-1000\/70{background-color:#2e2e4cb3}.bg-primary-1000\/75{background-color:#2e2e4cbf}.bg-primary-1000\/80{background-color:#2e2e4ccc}.bg-primary-1000\/90{background-color:#2e2e4ce6}.bg-primary-1000\/95{background-color:#2e2e4cf2}.bg-primary-1000\/100{background-color:#2e2e4c}.bg-primary-highlight-100\/0{background-color:#f7f5fe00}.bg-primary-highlight-100\/5{background-color:#f7f5fe0d}.bg-primary-highlight-100\/10{background-color:#f7f5fe1a}.bg-primary-highlight-100\/20{background-color:#f7f5fe33}.bg-primary-highlight-100\/25{background-color:#f7f5fe40}.bg-primary-highlight-100\/30{background-color:#f7f5fe4d}.bg-primary-highlight-100\/40{background-color:#f7f5fe66}.bg-primary-highlight-100\/50{background-color:#f7f5fe80}.bg-primary-highlight-100\/60{background-color:#f7f5fe99}.bg-primary-highlight-100\/70{background-color:#f7f5feb3}.bg-primary-highlight-100\/75{background-color:#f7f5febf}.bg-primary-highlight-100\/80{background-color:#f7f5fecc}.bg-primary-highlight-100\/90{background-color:#f7f5fee6}.bg-primary-highlight-100\/95{background-color:#f7f5fef2}.bg-primary-highlight-100\/100{background-color:#f7f5fe}.bg-primary-highlight-200\/0{background-color:#efecfe00}.bg-primary-highlight-200\/5{background-color:#efecfe0d}.bg-primary-highlight-200\/10{background-color:#efecfe1a}.bg-primary-highlight-200\/20{background-color:#efecfe33}.bg-primary-highlight-200\/25{background-color:#efecfe40}.bg-primary-highlight-200\/30{background-color:#efecfe4d}.bg-primary-highlight-200\/40{background-color:#efecfe66}.bg-primary-highlight-200\/50{background-color:#efecfe80}.bg-primary-highlight-200\/60{background-color:#efecfe99}.bg-primary-highlight-200\/70{background-color:#efecfeb3}.bg-primary-highlight-200\/75{background-color:#efecfebf}.bg-primary-highlight-200\/80{background-color:#efecfecc}.bg-primary-highlight-200\/90{background-color:#efecfee6}.bg-primary-highlight-200\/95{background-color:#efecfef2}.bg-primary-highlight-200\/100{background-color:#efecfe}.bg-primary-highlight-300\/0{background-color:#dfd8fd00}.bg-primary-highlight-300\/5{background-color:#dfd8fd0d}.bg-primary-highlight-300\/10{background-color:#dfd8fd1a}.bg-primary-highlight-300\/20{background-color:#dfd8fd33}.bg-primary-highlight-300\/25{background-color:#dfd8fd40}.bg-primary-highlight-300\/30{background-color:#dfd8fd4d}.bg-primary-highlight-300\/40{background-color:#dfd8fd66}.bg-primary-highlight-300\/50{background-color:#dfd8fd80}.bg-primary-highlight-300\/60{background-color:#dfd8fd99}.bg-primary-highlight-300\/70{background-color:#dfd8fdb3}.bg-primary-highlight-300\/75{background-color:#dfd8fdbf}.bg-primary-highlight-300\/80{background-color:#dfd8fdcc}.bg-primary-highlight-300\/90{background-color:#dfd8fde6}.bg-primary-highlight-300\/95{background-color:#dfd8fdf2}.bg-primary-highlight-300\/100{background-color:#dfd8fd}.bg-primary-highlight-400\/0{background-color:#cec1fc00}.bg-primary-highlight-400\/5{background-color:#cec1fc0d}.bg-primary-highlight-400\/10{background-color:#cec1fc1a}.bg-primary-highlight-400\/20{background-color:#cec1fc33}.bg-primary-highlight-400\/25{background-color:#cec1fc40}.bg-primary-highlight-400\/30{background-color:#cec1fc4d}.bg-primary-highlight-400\/40{background-color:#cec1fc66}.bg-primary-highlight-400\/50{background-color:#cec1fc80}.bg-primary-highlight-400\/60{background-color:#cec1fc99}.bg-primary-highlight-400\/70{background-color:#cec1fcb3}.bg-primary-highlight-400\/75{background-color:#cec1fcbf}.bg-primary-highlight-400\/80{background-color:#cec1fccc}.bg-primary-highlight-400\/90{background-color:#cec1fce6}.bg-primary-highlight-400\/95{background-color:#cec1fcf2}.bg-primary-highlight-400\/100{background-color:#cec1fc}.bg-primary-highlight-500\/0{background-color:#bba8fb00}.bg-primary-highlight-500\/5{background-color:#bba8fb0d}.bg-primary-highlight-500\/10{background-color:#bba8fb1a}.bg-primary-highlight-500\/20{background-color:#bba8fb33}.bg-primary-highlight-500\/25{background-color:#bba8fb40}.bg-primary-highlight-500\/30{background-color:#bba8fb4d}.bg-primary-highlight-500\/40{background-color:#bba8fb66}.bg-primary-highlight-500\/50{background-color:#bba8fb80}.bg-primary-highlight-500\/60{background-color:#bba8fb99}.bg-primary-highlight-500\/70{background-color:#bba8fbb3}.bg-primary-highlight-500\/75{background-color:#bba8fbbf}.bg-primary-highlight-500\/80{background-color:#bba8fbcc}.bg-primary-highlight-500\/90{background-color:#bba8fbe6}.bg-primary-highlight-500\/95{background-color:#bba8fbf2}.bg-primary-highlight-500\/100{background-color:#bba8fb}.bg-primary-highlight-600\/0{background-color:#a78bfa00}.bg-primary-highlight-600\/5{background-color:#a78bfa0d}.bg-primary-highlight-600\/10{background-color:#a78bfa1a}.bg-primary-highlight-600\/20{background-color:#a78bfa33}.bg-primary-highlight-600\/25{background-color:#a78bfa40}.bg-primary-highlight-600\/30{background-color:#a78bfa4d}.bg-primary-highlight-600\/40{background-color:#a78bfa66}.bg-primary-highlight-600\/50{background-color:#a78bfa80}.bg-primary-highlight-600\/60{background-color:#a78bfa99}.bg-primary-highlight-600\/70{background-color:#a78bfab3}.bg-primary-highlight-600\/75{background-color:#a78bfabf}.bg-primary-highlight-600\/80{background-color:#a78bfacc}.bg-primary-highlight-600\/90{background-color:#a78bfae6}.bg-primary-highlight-600\/95{background-color:#a78bfaf2}.bg-primary-highlight-600\/100{background-color:#a78bfa}.bg-primary-highlight-700\/0{background-color:#957cdf00}.bg-primary-highlight-700\/5{background-color:#957cdf0d}.bg-primary-highlight-700\/10{background-color:#957cdf1a}.bg-primary-highlight-700\/20{background-color:#957cdf33}.bg-primary-highlight-700\/25{background-color:#957cdf40}.bg-primary-highlight-700\/30{background-color:#957cdf4d}.bg-primary-highlight-700\/40{background-color:#957cdf66}.bg-primary-highlight-700\/50{background-color:#957cdf80}.bg-primary-highlight-700\/60{background-color:#957cdf99}.bg-primary-highlight-700\/70{background-color:#957cdfb3}.bg-primary-highlight-700\/75{background-color:#957cdfbf}.bg-primary-highlight-700\/80{background-color:#957cdfcc}.bg-primary-highlight-700\/90{background-color:#957cdfe6}.bg-primary-highlight-700\/95{background-color:#957cdff2}.bg-primary-highlight-700\/100{background-color:#957cdf}.bg-primary-highlight-800\/0{background-color:#816bc100}.bg-primary-highlight-800\/5{background-color:#816bc10d}.bg-primary-highlight-800\/10{background-color:#816bc11a}.bg-primary-highlight-800\/20{background-color:#816bc133}.bg-primary-highlight-800\/25{background-color:#816bc140}.bg-primary-highlight-800\/30{background-color:#816bc14d}.bg-primary-highlight-800\/40{background-color:#816bc166}.bg-primary-highlight-800\/50{background-color:#816bc180}.bg-primary-highlight-800\/60{background-color:#816bc199}.bg-primary-highlight-800\/70{background-color:#816bc1b3}.bg-primary-highlight-800\/75{background-color:#816bc1bf}.bg-primary-highlight-800\/80{background-color:#816bc1cc}.bg-primary-highlight-800\/90{background-color:#816bc1e6}.bg-primary-highlight-800\/95{background-color:#816bc1f2}.bg-primary-highlight-800\/100{background-color:#816bc1}.bg-primary-highlight-900\/0{background-color:#69579e00}.bg-primary-highlight-900\/5{background-color:#69579e0d}.bg-primary-highlight-900\/10{background-color:#69579e1a}.bg-primary-highlight-900\/20{background-color:#69579e33}.bg-primary-highlight-900\/25{background-color:#69579e40}.bg-primary-highlight-900\/30{background-color:#69579e4d}.bg-primary-highlight-900\/40{background-color:#69579e66}.bg-primary-highlight-900\/50{background-color:#69579e80}.bg-primary-highlight-900\/60{background-color:#69579e99}.bg-primary-highlight-900\/70{background-color:#69579eb3}.bg-primary-highlight-900\/75{background-color:#69579ebf}.bg-primary-highlight-900\/80{background-color:#69579ecc}.bg-primary-highlight-900\/90{background-color:#69579ee6}.bg-primary-highlight-900\/95{background-color:#69579ef2}.bg-primary-highlight-900\/100{background-color:#69579e}.bg-primary-highlight-1000\/0{background-color:#4a3e6f00}.bg-primary-highlight-1000\/5{background-color:#4a3e6f0d}.bg-primary-highlight-1000\/10{background-color:#4a3e6f1a}.bg-primary-highlight-1000\/20{background-color:#4a3e6f33}.bg-primary-highlight-1000\/25{background-color:#4a3e6f40}.bg-primary-highlight-1000\/30{background-color:#4a3e6f4d}.bg-primary-highlight-1000\/40{background-color:#4a3e6f66}.bg-primary-highlight-1000\/50{background-color:#4a3e6f80}.bg-primary-highlight-1000\/60{background-color:#4a3e6f99}.bg-primary-highlight-1000\/70{background-color:#4a3e6fb3}.bg-primary-highlight-1000\/75{background-color:#4a3e6fbf}.bg-primary-highlight-1000\/80{background-color:#4a3e6fcc}.bg-primary-highlight-1000\/90{background-color:#4a3e6fe6}.bg-primary-highlight-1000\/95{background-color:#4a3e6ff2}.bg-primary-highlight-1000\/100{background-color:#4a3e6f}.bg-secondary-100\/0{background-color:#fef7f200}.bg-secondary-100\/5{background-color:#fef7f20d}.bg-secondary-100\/10{background-color:#fef7f21a}.bg-secondary-100\/20{background-color:#fef7f233}.bg-secondary-100\/25{background-color:#fef7f240}.bg-secondary-100\/30{background-color:#fef7f24d}.bg-secondary-100\/40{background-color:#fef7f266}.bg-secondary-100\/50{background-color:#fef7f280}.bg-secondary-100\/60{background-color:#fef7f299}.bg-secondary-100\/70{background-color:#fef7f2b3}.bg-secondary-100\/75{background-color:#fef7f2bf}.bg-secondary-100\/80{background-color:#fef7f2cc}.bg-secondary-100\/90{background-color:#fef7f2e6}.bg-secondary-100\/95{background-color:#fef7f2f2}.bg-secondary-100\/100{background-color:#fef7f2}.bg-secondary-200\/0{background-color:#fef0e400}.bg-secondary-200\/5{background-color:#fef0e40d}.bg-secondary-200\/10{background-color:#fef0e41a}.bg-secondary-200\/20{background-color:#fef0e433}.bg-secondary-200\/25{background-color:#fef0e440}.bg-secondary-200\/30{background-color:#fef0e44d}.bg-secondary-200\/40{background-color:#fef0e466}.bg-secondary-200\/50{background-color:#fef0e480}.bg-secondary-200\/60{background-color:#fef0e499}.bg-secondary-200\/70{background-color:#fef0e4b3}.bg-secondary-200\/75{background-color:#fef0e4bf}.bg-secondary-200\/80{background-color:#fef0e4cc}.bg-secondary-200\/90{background-color:#fef0e4e6}.bg-secondary-200\/95{background-color:#fef0e4f2}.bg-secondary-200\/100{background-color:#fef0e4}.bg-secondary-300\/0{background-color:#fde1c600}.bg-secondary-300\/5{background-color:#fde1c60d}.bg-secondary-300\/10{background-color:#fde1c61a}.bg-secondary-300\/20{background-color:#fde1c633}.bg-secondary-300\/25{background-color:#fde1c640}.bg-secondary-300\/30{background-color:#fde1c64d}.bg-secondary-300\/40{background-color:#fde1c666}.bg-secondary-300\/50{background-color:#fde1c680}.bg-secondary-300\/60{background-color:#fde1c699}.bg-secondary-300\/70{background-color:#fde1c6b3}.bg-secondary-300\/75{background-color:#fde1c6bf}.bg-secondary-300\/80{background-color:#fde1c6cc}.bg-secondary-300\/90{background-color:#fde1c6e6}.bg-secondary-300\/95{background-color:#fde1c6f2}.bg-secondary-300\/100{background-color:#fde1c6}.bg-secondary-400\/0{background-color:#fcd1a200}.bg-secondary-400\/5{background-color:#fcd1a20d}.bg-secondary-400\/10{background-color:#fcd1a21a}.bg-secondary-400\/20{background-color:#fcd1a233}.bg-secondary-400\/25{background-color:#fcd1a240}.bg-secondary-400\/30{background-color:#fcd1a24d}.bg-secondary-400\/40{background-color:#fcd1a266}.bg-secondary-400\/50{background-color:#fcd1a280}.bg-secondary-400\/60{background-color:#fcd1a299}.bg-secondary-400\/70{background-color:#fcd1a2b3}.bg-secondary-400\/75{background-color:#fcd1a2bf}.bg-secondary-400\/80{background-color:#fcd1a2cc}.bg-secondary-400\/90{background-color:#fcd1a2e6}.bg-secondary-400\/95{background-color:#fcd1a2f2}.bg-secondary-400\/100{background-color:#fcd1a2}.bg-secondary-500\/0{background-color:#fbbf7500}.bg-secondary-500\/5{background-color:#fbbf750d}.bg-secondary-500\/10{background-color:#fbbf751a}.bg-secondary-500\/20{background-color:#fbbf7533}.bg-secondary-500\/25{background-color:#fbbf7540}.bg-secondary-500\/30{background-color:#fbbf754d}.bg-secondary-500\/40{background-color:#fbbf7566}.bg-secondary-500\/50{background-color:#fbbf7580}.bg-secondary-500\/60{background-color:#fbbf7599}.bg-secondary-500\/70{background-color:#fbbf75b3}.bg-secondary-500\/75{background-color:#fbbf75bf}.bg-secondary-500\/80{background-color:#fbbf75cc}.bg-secondary-500\/90{background-color:#fbbf75e6}.bg-secondary-500\/95{background-color:#fbbf75f2}.bg-secondary-500\/100{background-color:#fbbf75}.bg-secondary-600\/0{background-color:#faac1e00}.bg-secondary-600\/5{background-color:#faac1e0d}.bg-secondary-600\/10{background-color:#faac1e1a}.bg-secondary-600\/20{background-color:#faac1e33}.bg-secondary-600\/25{background-color:#faac1e40}.bg-secondary-600\/30{background-color:#faac1e4d}.bg-secondary-600\/40{background-color:#faac1e66}.bg-secondary-600\/50{background-color:#faac1e80}.bg-secondary-600\/60{background-color:#faac1e99}.bg-secondary-600\/70{background-color:#faac1eb3}.bg-secondary-600\/75{background-color:#faac1ebf}.bg-secondary-600\/80{background-color:#faac1ecc}.bg-secondary-600\/90{background-color:#faac1ee6}.bg-secondary-600\/95{background-color:#faac1ef2}.bg-secondary-600\/100{background-color:#faac1e}.bg-secondary-700\/0{background-color:#df991a00}.bg-secondary-700\/5{background-color:#df991a0d}.bg-secondary-700\/10{background-color:#df991a1a}.bg-secondary-700\/20{background-color:#df991a33}.bg-secondary-700\/25{background-color:#df991a40}.bg-secondary-700\/30{background-color:#df991a4d}.bg-secondary-700\/40{background-color:#df991a66}.bg-secondary-700\/50{background-color:#df991a80}.bg-secondary-700\/60{background-color:#df991a99}.bg-secondary-700\/70{background-color:#df991ab3}.bg-secondary-700\/75{background-color:#df991abf}.bg-secondary-700\/80{background-color:#df991acc}.bg-secondary-700\/90{background-color:#df991ae6}.bg-secondary-700\/95{background-color:#df991af2}.bg-secondary-700\/100{background-color:#df991a}.bg-secondary-800\/0{background-color:#c1851700}.bg-secondary-800\/5{background-color:#c185170d}.bg-secondary-800\/10{background-color:#c185171a}.bg-secondary-800\/20{background-color:#c1851733}.bg-secondary-800\/25{background-color:#c1851740}.bg-secondary-800\/30{background-color:#c185174d}.bg-secondary-800\/40{background-color:#c1851766}.bg-secondary-800\/50{background-color:#c1851780}.bg-secondary-800\/60{background-color:#c1851799}.bg-secondary-800\/70{background-color:#c18517b3}.bg-secondary-800\/75{background-color:#c18517bf}.bg-secondary-800\/80{background-color:#c18517cc}.bg-secondary-800\/90{background-color:#c18517e6}.bg-secondary-800\/95{background-color:#c18517f2}.bg-secondary-800\/100{background-color:#c18517}.bg-secondary-900\/0{background-color:#9e6c1200}.bg-secondary-900\/5{background-color:#9e6c120d}.bg-secondary-900\/10{background-color:#9e6c121a}.bg-secondary-900\/20{background-color:#9e6c1233}.bg-secondary-900\/25{background-color:#9e6c1240}.bg-secondary-900\/30{background-color:#9e6c124d}.bg-secondary-900\/40{background-color:#9e6c1266}.bg-secondary-900\/50{background-color:#9e6c1280}.bg-secondary-900\/60{background-color:#9e6c1299}.bg-secondary-900\/70{background-color:#9e6c12b3}.bg-secondary-900\/75{background-color:#9e6c12bf}.bg-secondary-900\/80{background-color:#9e6c12cc}.bg-secondary-900\/90{background-color:#9e6c12e6}.bg-secondary-900\/95{background-color:#9e6c12f2}.bg-secondary-900\/100{background-color:#9e6c12}.bg-secondary-1000\/0{background-color:#6f4c0d00}.bg-secondary-1000\/5{background-color:#6f4c0d0d}.bg-secondary-1000\/10{background-color:#6f4c0d1a}.bg-secondary-1000\/20{background-color:#6f4c0d33}.bg-secondary-1000\/25{background-color:#6f4c0d40}.bg-secondary-1000\/30{background-color:#6f4c0d4d}.bg-secondary-1000\/40{background-color:#6f4c0d66}.bg-secondary-1000\/50{background-color:#6f4c0d80}.bg-secondary-1000\/60{background-color:#6f4c0d99}.bg-secondary-1000\/70{background-color:#6f4c0db3}.bg-secondary-1000\/75{background-color:#6f4c0dbf}.bg-secondary-1000\/80{background-color:#6f4c0dcc}.bg-secondary-1000\/90{background-color:#6f4c0de6}.bg-secondary-1000\/95{background-color:#6f4c0df2}.bg-secondary-1000\/100{background-color:#6f4c0d}.bg-grey-100\/0{background-color:#f2f3f400}.bg-grey-100\/5{background-color:#f2f3f40d}.bg-grey-100\/10{background-color:#f2f3f41a}.bg-grey-100\/20{background-color:#f2f3f433}.bg-grey-100\/25{background-color:#f2f3f440}.bg-grey-100\/30{background-color:#f2f3f44d}.bg-grey-100\/40{background-color:#f2f3f466}.bg-grey-100\/50{background-color:#f2f3f480}.bg-grey-100\/60{background-color:#f2f3f499}.bg-grey-100\/70{background-color:#f2f3f4b3}.bg-grey-100\/75{background-color:#f2f3f4bf}.bg-grey-100\/80{background-color:#f2f3f4cc}.bg-grey-100\/90{background-color:#f2f3f4e6}.bg-grey-100\/95{background-color:#f2f3f4f2}.bg-grey-100\/100{background-color:#f2f3f4}.bg-grey-200\/0{background-color:#e6e7e800}.bg-grey-200\/5{background-color:#e6e7e80d}.bg-grey-200\/10{background-color:#e6e7e81a}.bg-grey-200\/20{background-color:#e6e7e833}.bg-grey-200\/25{background-color:#e6e7e840}.bg-grey-200\/30{background-color:#e6e7e84d}.bg-grey-200\/40{background-color:#e6e7e866}.bg-grey-200\/50{background-color:#e6e7e880}.bg-grey-200\/60{background-color:#e6e7e899}.bg-grey-200\/70{background-color:#e6e7e8b3}.bg-grey-200\/75{background-color:#e6e7e8bf}.bg-grey-200\/80{background-color:#e6e7e8cc}.bg-grey-200\/90{background-color:#e6e7e8e6}.bg-grey-200\/95{background-color:#e6e7e8f2}.bg-grey-200\/100{background-color:#e6e7e8}.bg-grey-300\/0{background-color:#caccd000}.bg-grey-300\/5{background-color:#caccd00d}.bg-grey-300\/10{background-color:#caccd01a}.bg-grey-300\/20{background-color:#caccd033}.bg-grey-300\/25{background-color:#caccd040}.bg-grey-300\/30{background-color:#caccd04d}.bg-grey-300\/40{background-color:#caccd066}.bg-grey-300\/50{background-color:#caccd080}.bg-grey-300\/60{background-color:#caccd099}.bg-grey-300\/70{background-color:#caccd0b3}.bg-grey-300\/75{background-color:#caccd0bf}.bg-grey-300\/80{background-color:#caccd0cc}.bg-grey-300\/90{background-color:#caccd0e6}.bg-grey-300\/95{background-color:#caccd0f2}.bg-grey-300\/100{background-color:#caccd0}.bg-grey-400\/0{background-color:#aaaeb400}.bg-grey-400\/5{background-color:#aaaeb40d}.bg-grey-400\/10{background-color:#aaaeb41a}.bg-grey-400\/20{background-color:#aaaeb433}.bg-grey-400\/25{background-color:#aaaeb440}.bg-grey-400\/30{background-color:#aaaeb44d}.bg-grey-400\/40{background-color:#aaaeb466}.bg-grey-400\/50{background-color:#aaaeb480}.bg-grey-400\/60{background-color:#aaaeb499}.bg-grey-400\/70{background-color:#aaaeb4b3}.bg-grey-400\/75{background-color:#aaaeb4bf}.bg-grey-400\/80{background-color:#aaaeb4cc}.bg-grey-400\/90{background-color:#aaaeb4e6}.bg-grey-400\/95{background-color:#aaaeb4f2}.bg-grey-400\/100{background-color:#aaaeb4}.bg-grey-500\/0{background-color:#82899300}.bg-grey-500\/5{background-color:#8289930d}.bg-grey-500\/10{background-color:#8289931a}.bg-grey-500\/20{background-color:#82899333}.bg-grey-500\/25{background-color:#82899340}.bg-grey-500\/30{background-color:#8289934d}.bg-grey-500\/40{background-color:#82899366}.bg-grey-500\/50{background-color:#82899380}.bg-grey-500\/60{background-color:#82899399}.bg-grey-500\/70{background-color:#828993b3}.bg-grey-500\/75{background-color:#828993bf}.bg-grey-500\/80{background-color:#828993cc}.bg-grey-500\/90{background-color:#828993e6}.bg-grey-500\/95{background-color:#828993f2}.bg-grey-500\/100{background-color:#828993}.bg-grey-600\/0{background-color:#47556900}.bg-grey-600\/5{background-color:#4755690d}.bg-grey-600\/10{background-color:#4755691a}.bg-grey-600\/20{background-color:#47556933}.bg-grey-600\/25{background-color:#47556940}.bg-grey-600\/30{background-color:#4755694d}.bg-grey-600\/40{background-color:#47556966}.bg-grey-600\/50{background-color:#47556980}.bg-grey-600\/60{background-color:#47556999}.bg-grey-600\/70{background-color:#475569b3}.bg-grey-600\/75{background-color:#475569bf}.bg-grey-600\/80{background-color:#475569cc}.bg-grey-600\/90{background-color:#475569e6}.bg-grey-600\/95{background-color:#475569f2}.bg-grey-600\/100{background-color:#475569}.bg-grey-700\/0{background-color:#3f4c5d00}.bg-grey-700\/5{background-color:#3f4c5d0d}.bg-grey-700\/10{background-color:#3f4c5d1a}.bg-grey-700\/20{background-color:#3f4c5d33}.bg-grey-700\/25{background-color:#3f4c5d40}.bg-grey-700\/30{background-color:#3f4c5d4d}.bg-grey-700\/40{background-color:#3f4c5d66}.bg-grey-700\/50{background-color:#3f4c5d80}.bg-grey-700\/60{background-color:#3f4c5d99}.bg-grey-700\/70{background-color:#3f4c5db3}.bg-grey-700\/75{background-color:#3f4c5dbf}.bg-grey-700\/80{background-color:#3f4c5dcc}.bg-grey-700\/90{background-color:#3f4c5de6}.bg-grey-700\/95{background-color:#3f4c5df2}.bg-grey-700\/100{background-color:#3f4c5d}.bg-grey-800\/0{background-color:#36415100}.bg-grey-800\/5{background-color:#3641510d}.bg-grey-800\/10{background-color:#3641511a}.bg-grey-800\/20{background-color:#36415133}.bg-grey-800\/25{background-color:#36415140}.bg-grey-800\/30{background-color:#3641514d}.bg-grey-800\/40{background-color:#36415166}.bg-grey-800\/50{background-color:#36415180}.bg-grey-800\/60{background-color:#36415199}.bg-grey-800\/70{background-color:#364151b3}.bg-grey-800\/75{background-color:#364151bf}.bg-grey-800\/80{background-color:#364151cc}.bg-grey-800\/90{background-color:#364151e6}.bg-grey-800\/95{background-color:#364151f2}.bg-grey-800\/100{background-color:#364151}.bg-grey-900\/0{background-color:#2c354200}.bg-grey-900\/5{background-color:#2c35420d}.bg-grey-900\/10{background-color:#2c35421a}.bg-grey-900\/20{background-color:#2c354233}.bg-grey-900\/25{background-color:#2c354240}.bg-grey-900\/30{background-color:#2c35424d}.bg-grey-900\/40{background-color:#2c354266}.bg-grey-900\/50{background-color:#2c354280}.bg-grey-900\/60{background-color:#2c354299}.bg-grey-900\/70{background-color:#2c3542b3}.bg-grey-900\/75{background-color:#2c3542bf}.bg-grey-900\/80{background-color:#2c3542cc}.bg-grey-900\/90{background-color:#2c3542e6}.bg-grey-900\/95{background-color:#2c3542f2}.bg-grey-900\/100{background-color:#2c3542}.bg-grey-1000\/0{background-color:#1f262e00}.bg-grey-1000\/5{background-color:#1f262e0d}.bg-grey-1000\/10{background-color:#1f262e1a}.bg-grey-1000\/20{background-color:#1f262e33}.bg-grey-1000\/25{background-color:#1f262e40}.bg-grey-1000\/30{background-color:#1f262e4d}.bg-grey-1000\/40{background-color:#1f262e66}.bg-grey-1000\/50{background-color:#1f262e80}.bg-grey-1000\/60{background-color:#1f262e99}.bg-grey-1000\/70{background-color:#1f262eb3}.bg-grey-1000\/75{background-color:#1f262ebf}.bg-grey-1000\/80{background-color:#1f262ecc}.bg-grey-1000\/90{background-color:#1f262ee6}.bg-grey-1000\/95{background-color:#1f262ef2}.bg-grey-1000\/100{background-color:#1f262e}.bg-green-1000\/0{background-color:#175e4400}.bg-green-1000\/5{background-color:#175e440d}.bg-green-1000\/10{background-color:#175e441a}.bg-green-1000\/20{background-color:#175e4433}.bg-green-1000\/25{background-color:#175e4440}.bg-green-1000\/30{background-color:#175e444d}.bg-green-1000\/40{background-color:#175e4466}.bg-green-1000\/50{background-color:#175e4480}.bg-green-1000\/60{background-color:#175e4499}.bg-green-1000\/70{background-color:#175e44b3}.bg-green-1000\/75{background-color:#175e44bf}.bg-green-1000\/80{background-color:#175e44cc}.bg-green-1000\/90{background-color:#175e44e6}.bg-green-1000\/95{background-color:#175e44f2}.bg-green-1000\/100{background-color:#175e44}.bg-blue-1000\/0{background-color:#102c6900}.bg-blue-1000\/5{background-color:#102c690d}.bg-blue-1000\/10{background-color:#102c691a}.bg-blue-1000\/20{background-color:#102c6933}.bg-blue-1000\/25{background-color:#102c6940}.bg-blue-1000\/30{background-color:#102c694d}.bg-blue-1000\/40{background-color:#102c6966}.bg-blue-1000\/50{background-color:#102c6980}.bg-blue-1000\/60{background-color:#102c6999}.bg-blue-1000\/70{background-color:#102c69b3}.bg-blue-1000\/75{background-color:#102c69bf}.bg-blue-1000\/80{background-color:#102c69cc}.bg-blue-1000\/90{background-color:#102c69e6}.bg-blue-1000\/95{background-color:#102c69f2}.bg-blue-1000\/100{background-color:#102c69}.bg-orange-1000\/0{background-color:#68270500}.bg-orange-1000\/5{background-color:#6827050d}.bg-orange-1000\/10{background-color:#6827051a}.bg-orange-1000\/20{background-color:#68270533}.bg-orange-1000\/25{background-color:#68270540}.bg-orange-1000\/30{background-color:#6827054d}.bg-orange-1000\/40{background-color:#68270566}.bg-orange-1000\/50{background-color:#68270580}.bg-orange-1000\/60{background-color:#68270599}.bg-orange-1000\/70{background-color:#682705b3}.bg-orange-1000\/75{background-color:#682705bf}.bg-orange-1000\/80{background-color:#682705cc}.bg-orange-1000\/90{background-color:#682705e6}.bg-orange-1000\/95{background-color:#682705f2}.bg-orange-1000\/100{background-color:#682705}.bg-red-1000\/0{background-color:#62101000}.bg-red-1000\/5{background-color:#6210100d}.bg-red-1000\/10{background-color:#6210101a}.bg-red-1000\/20{background-color:#62101033}.bg-red-1000\/25{background-color:#62101040}.bg-red-1000\/30{background-color:#6210104d}.bg-red-1000\/40{background-color:#62101066}.bg-red-1000\/50{background-color:#62101080}.bg-red-1000\/60{background-color:#62101099}.bg-red-1000\/70{background-color:#621010b3}.bg-red-1000\/75{background-color:#621010bf}.bg-red-1000\/80{background-color:#621010cc}.bg-red-1000\/90{background-color:#621010e6}.bg-red-1000\/95{background-color:#621010f2}.bg-red-1000\/100{background-color:#621010}.bg-primary\/0{background-color:#a78bfa00}.bg-primary\/5{background-color:#a78bfa0d}.bg-primary\/10{background-color:#a78bfa1a}.bg-primary\/20{background-color:#a78bfa33}.bg-primary\/25{background-color:#a78bfa40}.bg-primary\/30{background-color:#a78bfa4d}.bg-primary\/40{background-color:#a78bfa66}.bg-primary\/50{background-color:#a78bfa80}.bg-primary\/60{background-color:#a78bfa99}.bg-primary\/70{background-color:#a78bfab3}.bg-primary\/75{background-color:#a78bfabf}.bg-primary\/80{background-color:#a78bfacc}.bg-primary\/90{background-color:#a78bfae6}.bg-primary\/95{background-color:#a78bfaf2}.bg-primary\/100{background-color:#a78bfa}.bg-primary-light\/0{background-color:#f7f5fe00}.bg-primary-light\/5{background-color:#f7f5fe0d}.bg-primary-light\/10{background-color:#f7f5fe1a}.bg-primary-light\/20{background-color:#f7f5fe33}.bg-primary-light\/25{background-color:#f7f5fe40}.bg-primary-light\/30{background-color:#f7f5fe4d}.bg-primary-light\/40{background-color:#f7f5fe66}.bg-primary-light\/50{background-color:#f7f5fe80}.bg-primary-light\/60{background-color:#f7f5fe99}.bg-primary-light\/70{background-color:#f7f5feb3}.bg-primary-light\/75{background-color:#f7f5febf}.bg-primary-light\/80{background-color:#f7f5fecc}.bg-primary-light\/90{background-color:#f7f5fee6}.bg-primary-light\/95{background-color:#f7f5fef2}.bg-primary-light\/100{background-color:#f7f5fe}.bg-primary-dark\/0{background-color:#69579e00}.bg-primary-dark\/5{background-color:#69579e0d}.bg-primary-dark\/10{background-color:#69579e1a}.bg-primary-dark\/20{background-color:#69579e33}.bg-primary-dark\/25{background-color:#69579e40}.bg-primary-dark\/30{background-color:#69579e4d}.bg-primary-dark\/40{background-color:#69579e66}.bg-primary-dark\/50{background-color:#69579e80}.bg-primary-dark\/60{background-color:#69579e99}.bg-primary-dark\/70{background-color:#69579eb3}.bg-primary-dark\/75{background-color:#69579ebf}.bg-primary-dark\/80{background-color:#69579ecc}.bg-primary-dark\/90{background-color:#69579ee6}.bg-primary-dark\/95{background-color:#69579ef2}.bg-primary-dark\/100{background-color:#69579e}.bg-info\/0{background-color:#7690ef00}.bg-info\/5{background-color:#7690ef0d}.bg-info\/10{background-color:#7690ef1a}.bg-info\/20{background-color:#7690ef33}.bg-info\/25{background-color:#7690ef40}.bg-info\/30{background-color:#7690ef4d}.bg-info\/40{background-color:#7690ef66}.bg-info\/50{background-color:#7690ef80}.bg-info\/60{background-color:#7690ef99}.bg-info\/70{background-color:#7690efb3}.bg-info\/75{background-color:#7690efbf}.bg-info\/80{background-color:#7690efcc}.bg-info\/90{background-color:#7690efe6}.bg-info\/95{background-color:#7690eff2}.bg-info\/100{background-color:#7690ef}.bg-info-light\/0{background-color:#f2f3fd00}.bg-info-light\/5{background-color:#f2f3fd0d}.bg-info-light\/10{background-color:#f2f3fd1a}.bg-info-light\/20{background-color:#f2f3fd33}.bg-info-light\/25{background-color:#f2f3fd40}.bg-info-light\/30{background-color:#f2f3fd4d}.bg-info-light\/40{background-color:#f2f3fd66}.bg-info-light\/50{background-color:#f2f3fd80}.bg-info-light\/60{background-color:#f2f3fd99}.bg-info-light\/70{background-color:#f2f3fdb3}.bg-info-light\/75{background-color:#f2f3fdbf}.bg-info-light\/80{background-color:#f2f3fdcc}.bg-info-light\/90{background-color:#f2f3fde6}.bg-info-light\/95{background-color:#f2f3fdf2}.bg-info-light\/100{background-color:#f2f3fd}.bg-info-dark\/0{background-color:#2158d200}.bg-info-dark\/5{background-color:#2158d20d}.bg-info-dark\/10{background-color:#2158d21a}.bg-info-dark\/20{background-color:#2158d233}.bg-info-dark\/25{background-color:#2158d240}.bg-info-dark\/30{background-color:#2158d24d}.bg-info-dark\/40{background-color:#2158d266}.bg-info-dark\/50{background-color:#2158d280}.bg-info-dark\/60{background-color:#2158d299}.bg-info-dark\/70{background-color:#2158d2b3}.bg-info-dark\/75{background-color:#2158d2bf}.bg-info-dark\/80{background-color:#2158d2cc}.bg-info-dark\/90{background-color:#2158d2e6}.bg-info-dark\/95{background-color:#2158d2f2}.bg-info-dark\/100{background-color:#2158d2}.bg-success\/0{background-color:#28a37600}.bg-success\/5{background-color:#28a3760d}.bg-success\/10{background-color:#28a3761a}.bg-success\/20{background-color:#28a37633}.bg-success\/25{background-color:#28a37640}.bg-success\/30{background-color:#28a3764d}.bg-success\/40{background-color:#28a37666}.bg-success\/50{background-color:#28a37680}.bg-success\/60{background-color:#28a37699}.bg-success\/70{background-color:#28a376b3}.bg-success\/75{background-color:#28a376bf}.bg-success\/80{background-color:#28a376cc}.bg-success\/90{background-color:#28a376e6}.bg-success\/95{background-color:#28a376f2}.bg-success\/100{background-color:#28a376}.bg-success-light\/0{background-color:#f2faf600}.bg-success-light\/5{background-color:#f2faf60d}.bg-success-light\/10{background-color:#f2faf61a}.bg-success-light\/20{background-color:#f2faf633}.bg-success-light\/25{background-color:#f2faf640}.bg-success-light\/30{background-color:#f2faf64d}.bg-success-light\/40{background-color:#f2faf666}.bg-success-light\/50{background-color:#f2faf680}.bg-success-light\/60{background-color:#f2faf699}.bg-success-light\/70{background-color:#f2faf6b3}.bg-success-light\/75{background-color:#f2faf6bf}.bg-success-light\/80{background-color:#f2faf6cc}.bg-success-light\/90{background-color:#f2faf6e6}.bg-success-light\/95{background-color:#f2faf6f2}.bg-success-light\/100{background-color:#f2faf6}.bg-success-dark\/0{background-color:#20856000}.bg-success-dark\/5{background-color:#2085600d}.bg-success-dark\/10{background-color:#2085601a}.bg-success-dark\/20{background-color:#20856033}.bg-success-dark\/25{background-color:#20856040}.bg-success-dark\/30{background-color:#2085604d}.bg-success-dark\/40{background-color:#20856066}.bg-success-dark\/50{background-color:#20856080}.bg-success-dark\/60{background-color:#20856099}.bg-success-dark\/70{background-color:#208560b3}.bg-success-dark\/75{background-color:#208560bf}.bg-success-dark\/80{background-color:#208560cc}.bg-success-dark\/90{background-color:#208560e6}.bg-success-dark\/95{background-color:#208560f2}.bg-success-dark\/100{background-color:#208560}.bg-warning\/0{background-color:#faac1e00}.bg-warning\/5{background-color:#faac1e0d}.bg-warning\/10{background-color:#faac1e1a}.bg-warning\/20{background-color:#faac1e33}.bg-warning\/25{background-color:#faac1e40}.bg-warning\/30{background-color:#faac1e4d}.bg-warning\/40{background-color:#faac1e66}.bg-warning\/50{background-color:#faac1e80}.bg-warning\/60{background-color:#faac1e99}.bg-warning\/70{background-color:#faac1eb3}.bg-warning\/75{background-color:#faac1ebf}.bg-warning\/80{background-color:#faac1ecc}.bg-warning\/90{background-color:#faac1ee6}.bg-warning\/95{background-color:#faac1ef2}.bg-warning\/100{background-color:#faac1e}.bg-warning-light\/0{background-color:#fef7f200}.bg-warning-light\/5{background-color:#fef7f20d}.bg-warning-light\/10{background-color:#fef7f21a}.bg-warning-light\/20{background-color:#fef7f233}.bg-warning-light\/25{background-color:#fef7f240}.bg-warning-light\/30{background-color:#fef7f24d}.bg-warning-light\/40{background-color:#fef7f266}.bg-warning-light\/50{background-color:#fef7f280}.bg-warning-light\/60{background-color:#fef7f299}.bg-warning-light\/70{background-color:#fef7f2b3}.bg-warning-light\/75{background-color:#fef7f2bf}.bg-warning-light\/80{background-color:#fef7f2cc}.bg-warning-light\/90{background-color:#fef7f2e6}.bg-warning-light\/95{background-color:#fef7f2f2}.bg-warning-light\/100{background-color:#fef7f2}.bg-warning-dark\/0{background-color:#9e6c1200}.bg-warning-dark\/5{background-color:#9e6c120d}.bg-warning-dark\/10{background-color:#9e6c121a}.bg-warning-dark\/20{background-color:#9e6c1233}.bg-warning-dark\/25{background-color:#9e6c1240}.bg-warning-dark\/30{background-color:#9e6c124d}.bg-warning-dark\/40{background-color:#9e6c1266}.bg-warning-dark\/50{background-color:#9e6c1280}.bg-warning-dark\/60{background-color:#9e6c1299}.bg-warning-dark\/70{background-color:#9e6c12b3}.bg-warning-dark\/75{background-color:#9e6c12bf}.bg-warning-dark\/80{background-color:#9e6c12cc}.bg-warning-dark\/90{background-color:#9e6c12e6}.bg-warning-dark\/95{background-color:#9e6c12f2}.bg-warning-dark\/100{background-color:#9e6c12}.bg-error\/0{background-color:#dc262600}.bg-error\/5{background-color:#dc26260d}.bg-error\/10{background-color:#dc26261a}.bg-error\/20{background-color:#dc262633}.bg-error\/25{background-color:#dc262640}.bg-error\/30{background-color:#dc26264d}.bg-error\/40{background-color:#dc262666}.bg-error\/50{background-color:#dc262680}.bg-error\/60{background-color:#dc262699}.bg-error\/70{background-color:#dc2626b3}.bg-error\/75{background-color:#dc2626bf}.bg-error\/80{background-color:#dc2626cc}.bg-error\/90{background-color:#dc2626e6}.bg-error\/95{background-color:#dc2626f2}.bg-error\/100{background-color:#dc2626}.bg-error-light\/0{background-color:#fbf2f200}.bg-error-light\/5{background-color:#fbf2f20d}.bg-error-light\/10{background-color:#fbf2f21a}.bg-error-light\/20{background-color:#fbf2f233}.bg-error-light\/25{background-color:#fbf2f240}.bg-error-light\/30{background-color:#fbf2f24d}.bg-error-light\/40{background-color:#fbf2f266}.bg-error-light\/50{background-color:#fbf2f280}.bg-error-light\/60{background-color:#fbf2f299}.bg-error-light\/70{background-color:#fbf2f2b3}.bg-error-light\/75{background-color:#fbf2f2bf}.bg-error-light\/80{background-color:#fbf2f2cc}.bg-error-light\/90{background-color:#fbf2f2e6}.bg-error-light\/95{background-color:#fbf2f2f2}.bg-error-light\/100{background-color:#fbf2f2}.bg-error-dark\/0{background-color:#c4212100}.bg-error-dark\/5{background-color:#c421210d}.bg-error-dark\/10{background-color:#c421211a}.bg-error-dark\/20{background-color:#c4212133}.bg-error-dark\/25{background-color:#c4212140}.bg-error-dark\/30{background-color:#c421214d}.bg-error-dark\/40{background-color:#c4212166}.bg-error-dark\/50{background-color:#c4212180}.bg-error-dark\/60{background-color:#c4212199}.bg-error-dark\/70{background-color:#c42121b3}.bg-error-dark\/75{background-color:#c42121bf}.bg-error-dark\/80{background-color:#c42121cc}.bg-error-dark\/90{background-color:#c42121e6}.bg-error-dark\/95{background-color:#c42121f2}.bg-error-dark\/100{background-color:#c42121}.bg-grey\/0{background-color:#47556900}.bg-grey\/5{background-color:#4755690d}.bg-grey\/10{background-color:#4755691a}.bg-grey\/20{background-color:#47556933}.bg-grey\/25{background-color:#47556940}.bg-grey\/30{background-color:#4755694d}.bg-grey\/40{background-color:#47556966}.bg-grey\/50{background-color:#47556980}.bg-grey\/60{background-color:#47556999}.bg-grey\/70{background-color:#475569b3}.bg-grey\/75{background-color:#475569bf}.bg-grey\/80{background-color:#475569cc}.bg-grey\/90{background-color:#475569e6}.bg-grey\/95{background-color:#475569f2}.bg-grey\/100{background-color:#475569}.bg-grey-light\/0{background-color:#f2f3f400}.bg-grey-light\/5{background-color:#f2f3f40d}.bg-grey-light\/10{background-color:#f2f3f41a}.bg-grey-light\/20{background-color:#f2f3f433}.bg-grey-light\/25{background-color:#f2f3f440}.bg-grey-light\/30{background-color:#f2f3f44d}.bg-grey-light\/40{background-color:#f2f3f466}.bg-grey-light\/50{background-color:#f2f3f480}.bg-grey-light\/60{background-color:#f2f3f499}.bg-grey-light\/70{background-color:#f2f3f4b3}.bg-grey-light\/75{background-color:#f2f3f4bf}.bg-grey-light\/80{background-color:#f2f3f4cc}.bg-grey-light\/90{background-color:#f2f3f4e6}.bg-grey-light\/95{background-color:#f2f3f4f2}.bg-grey-light\/100{background-color:#f2f3f4}.bg-grey-dark\/0{background-color:#2c354200}.bg-grey-dark\/5{background-color:#2c35420d}.bg-grey-dark\/10{background-color:#2c35421a}.bg-grey-dark\/20{background-color:#2c354233}.bg-grey-dark\/25{background-color:#2c354240}.bg-grey-dark\/30{background-color:#2c35424d}.bg-grey-dark\/40{background-color:#2c354266}.bg-grey-dark\/50{background-color:#2c354280}.bg-grey-dark\/60{background-color:#2c354299}.bg-grey-dark\/70{background-color:#2c3542b3}.bg-grey-dark\/75{background-color:#2c3542bf}.bg-grey-dark\/80{background-color:#2c3542cc}.bg-grey-dark\/90{background-color:#2c3542e6}.bg-grey-dark\/95{background-color:#2c3542f2}.bg-grey-dark\/100{background-color:#2c3542}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-white\/50{background-color:#ffffff80}.bg-\[\#FEFDFF\]{--tw-bg-opacity: 1;background-color:rgb(254 253 255 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.bg-\[\#EFF6FF\]{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.bg-\[\#F1F5F9\]{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.bg-\[\#FCF3F1\]{--tw-bg-opacity: 1;background-color:rgb(252 243 241 / var(--tw-bg-opacity))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity))}.bg-opacity-0{--tw-bg-opacity: 0}.bg-opacity-5{--tw-bg-opacity: .05}.bg-opacity-10{--tw-bg-opacity: .1}.bg-opacity-20{--tw-bg-opacity: .2}.bg-opacity-25{--tw-bg-opacity: .25}.bg-opacity-30{--tw-bg-opacity: .3}.bg-opacity-40{--tw-bg-opacity: .4}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-60{--tw-bg-opacity: .6}.bg-opacity-70{--tw-bg-opacity: .7}.bg-opacity-75{--tw-bg-opacity: .75}.bg-opacity-80{--tw-bg-opacity: .8}.bg-opacity-90{--tw-bg-opacity: .9}.bg-opacity-95{--tw-bg-opacity: .95}.bg-opacity-100{--tw-bg-opacity: 1}.bg-\[url\(\'\/images\/365\.png\'\)\]{background-image:url(/images/365.png)}.bg-\[url\(\'\/images\/login-bg\.png\'\)\]{background-image:url(/images/login-bg.png)}.from-yellow-50{--tw-gradient-from: #fefce8;--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100{--tw-gradient-from: #fef3c7;--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200{--tw-gradient-from: #fde68a;--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300{--tw-gradient-from: #fcd34d;--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400{--tw-gradient-from: #fbbf24;--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500{--tw-gradient-from: #eab308;--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600{--tw-gradient-from: #d97706;--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700{--tw-gradient-from: #b45309;--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800{--tw-gradient-from: #92400e;--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900{--tw-gradient-from: #78350f;--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/0{--tw-gradient-from: rgb(254 252 232 / 0);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/5{--tw-gradient-from: rgb(254 252 232 / .05);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/10{--tw-gradient-from: rgb(254 252 232 / .1);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/20{--tw-gradient-from: rgb(254 252 232 / .2);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/25{--tw-gradient-from: rgb(254 252 232 / .25);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/30{--tw-gradient-from: rgb(254 252 232 / .3);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/40{--tw-gradient-from: rgb(254 252 232 / .4);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/50{--tw-gradient-from: rgb(254 252 232 / .5);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/60{--tw-gradient-from: rgb(254 252 232 / .6);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/70{--tw-gradient-from: rgb(254 252 232 / .7);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/75{--tw-gradient-from: rgb(254 252 232 / .75);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/80{--tw-gradient-from: rgb(254 252 232 / .8);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/90{--tw-gradient-from: rgb(254 252 232 / .9);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/95{--tw-gradient-from: rgb(254 252 232 / .95);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/100{--tw-gradient-from: rgb(254 252 232 / 1);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/0{--tw-gradient-from: rgb(254 243 199 / 0);--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/5{--tw-gradient-from: rgb(254 243 199 / .05);--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/10{--tw-gradient-from: rgb(254 243 199 / .1);--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/20{--tw-gradient-from: rgb(254 243 199 / .2);--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/25{--tw-gradient-from: rgb(254 243 199 / .25);--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/30{--tw-gradient-from: rgb(254 243 199 / .3);--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/40{--tw-gradient-from: rgb(254 243 199 / .4);--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/50{--tw-gradient-from: rgb(254 243 199 / .5);--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/60{--tw-gradient-from: rgb(254 243 199 / .6);--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/70{--tw-gradient-from: rgb(254 243 199 / .7);--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/75{--tw-gradient-from: rgb(254 243 199 / .75);--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/80{--tw-gradient-from: rgb(254 243 199 / .8);--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/90{--tw-gradient-from: rgb(254 243 199 / .9);--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/95{--tw-gradient-from: rgb(254 243 199 / .95);--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/100{--tw-gradient-from: rgb(254 243 199 / 1);--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/0{--tw-gradient-from: rgb(253 230 138 / 0);--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/5{--tw-gradient-from: rgb(253 230 138 / .05);--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/10{--tw-gradient-from: rgb(253 230 138 / .1);--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/20{--tw-gradient-from: rgb(253 230 138 / .2);--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/25{--tw-gradient-from: rgb(253 230 138 / .25);--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/30{--tw-gradient-from: rgb(253 230 138 / .3);--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/40{--tw-gradient-from: rgb(253 230 138 / .4);--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/50{--tw-gradient-from: rgb(253 230 138 / .5);--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/60{--tw-gradient-from: rgb(253 230 138 / .6);--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/70{--tw-gradient-from: rgb(253 230 138 / .7);--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/75{--tw-gradient-from: rgb(253 230 138 / .75);--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/80{--tw-gradient-from: rgb(253 230 138 / .8);--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/90{--tw-gradient-from: rgb(253 230 138 / .9);--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/95{--tw-gradient-from: rgb(253 230 138 / .95);--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/100{--tw-gradient-from: rgb(253 230 138 / 1);--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/0{--tw-gradient-from: rgb(252 211 77 / 0);--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/5{--tw-gradient-from: rgb(252 211 77 / .05);--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/10{--tw-gradient-from: rgb(252 211 77 / .1);--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/20{--tw-gradient-from: rgb(252 211 77 / .2);--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/25{--tw-gradient-from: rgb(252 211 77 / .25);--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/30{--tw-gradient-from: rgb(252 211 77 / .3);--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/40{--tw-gradient-from: rgb(252 211 77 / .4);--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/50{--tw-gradient-from: rgb(252 211 77 / .5);--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/60{--tw-gradient-from: rgb(252 211 77 / .6);--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/70{--tw-gradient-from: rgb(252 211 77 / .7);--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/75{--tw-gradient-from: rgb(252 211 77 / .75);--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/80{--tw-gradient-from: rgb(252 211 77 / .8);--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/90{--tw-gradient-from: rgb(252 211 77 / .9);--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/95{--tw-gradient-from: rgb(252 211 77 / .95);--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/100{--tw-gradient-from: rgb(252 211 77 / 1);--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/0{--tw-gradient-from: rgb(251 191 36 / 0);--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/5{--tw-gradient-from: rgb(251 191 36 / .05);--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/10{--tw-gradient-from: rgb(251 191 36 / .1);--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/20{--tw-gradient-from: rgb(251 191 36 / .2);--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/25{--tw-gradient-from: rgb(251 191 36 / .25);--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/30{--tw-gradient-from: rgb(251 191 36 / .3);--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/40{--tw-gradient-from: rgb(251 191 36 / .4);--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/50{--tw-gradient-from: rgb(251 191 36 / .5);--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/60{--tw-gradient-from: rgb(251 191 36 / .6);--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/70{--tw-gradient-from: rgb(251 191 36 / .7);--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/75{--tw-gradient-from: rgb(251 191 36 / .75);--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/80{--tw-gradient-from: rgb(251 191 36 / .8);--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/90{--tw-gradient-from: rgb(251 191 36 / .9);--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/95{--tw-gradient-from: rgb(251 191 36 / .95);--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/100{--tw-gradient-from: rgb(251 191 36 / 1);--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/0{--tw-gradient-from: rgb(234 179 8 / 0);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/5{--tw-gradient-from: rgb(234 179 8 / .05);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/10{--tw-gradient-from: rgb(234 179 8 / .1);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/20{--tw-gradient-from: rgb(234 179 8 / .2);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/25{--tw-gradient-from: rgb(234 179 8 / .25);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/30{--tw-gradient-from: rgb(234 179 8 / .3);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/40{--tw-gradient-from: rgb(234 179 8 / .4);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/50{--tw-gradient-from: rgb(234 179 8 / .5);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/60{--tw-gradient-from: rgb(234 179 8 / .6);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/70{--tw-gradient-from: rgb(234 179 8 / .7);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/75{--tw-gradient-from: rgb(234 179 8 / .75);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/80{--tw-gradient-from: rgb(234 179 8 / .8);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/90{--tw-gradient-from: rgb(234 179 8 / .9);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/95{--tw-gradient-from: rgb(234 179 8 / .95);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/100{--tw-gradient-from: rgb(234 179 8 / 1);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/0{--tw-gradient-from: rgb(217 119 6 / 0);--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/5{--tw-gradient-from: rgb(217 119 6 / .05);--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/10{--tw-gradient-from: rgb(217 119 6 / .1);--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/20{--tw-gradient-from: rgb(217 119 6 / .2);--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/25{--tw-gradient-from: rgb(217 119 6 / .25);--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/30{--tw-gradient-from: rgb(217 119 6 / .3);--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/40{--tw-gradient-from: rgb(217 119 6 / .4);--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/50{--tw-gradient-from: rgb(217 119 6 / .5);--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/60{--tw-gradient-from: rgb(217 119 6 / .6);--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/70{--tw-gradient-from: rgb(217 119 6 / .7);--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/75{--tw-gradient-from: rgb(217 119 6 / .75);--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/80{--tw-gradient-from: rgb(217 119 6 / .8);--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/90{--tw-gradient-from: rgb(217 119 6 / .9);--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/95{--tw-gradient-from: rgb(217 119 6 / .95);--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/100{--tw-gradient-from: rgb(217 119 6 / 1);--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/0{--tw-gradient-from: rgb(180 83 9 / 0);--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/5{--tw-gradient-from: rgb(180 83 9 / .05);--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/10{--tw-gradient-from: rgb(180 83 9 / .1);--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/20{--tw-gradient-from: rgb(180 83 9 / .2);--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/25{--tw-gradient-from: rgb(180 83 9 / .25);--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/30{--tw-gradient-from: rgb(180 83 9 / .3);--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/40{--tw-gradient-from: rgb(180 83 9 / .4);--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/50{--tw-gradient-from: rgb(180 83 9 / .5);--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/60{--tw-gradient-from: rgb(180 83 9 / .6);--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/70{--tw-gradient-from: rgb(180 83 9 / .7);--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/75{--tw-gradient-from: rgb(180 83 9 / .75);--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/80{--tw-gradient-from: rgb(180 83 9 / .8);--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/90{--tw-gradient-from: rgb(180 83 9 / .9);--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/95{--tw-gradient-from: rgb(180 83 9 / .95);--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/100{--tw-gradient-from: rgb(180 83 9 / 1);--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/0{--tw-gradient-from: rgb(146 64 14 / 0);--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/5{--tw-gradient-from: rgb(146 64 14 / .05);--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/10{--tw-gradient-from: rgb(146 64 14 / .1);--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/20{--tw-gradient-from: rgb(146 64 14 / .2);--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/25{--tw-gradient-from: rgb(146 64 14 / .25);--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/30{--tw-gradient-from: rgb(146 64 14 / .3);--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/40{--tw-gradient-from: rgb(146 64 14 / .4);--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/50{--tw-gradient-from: rgb(146 64 14 / .5);--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/60{--tw-gradient-from: rgb(146 64 14 / .6);--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/70{--tw-gradient-from: rgb(146 64 14 / .7);--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/75{--tw-gradient-from: rgb(146 64 14 / .75);--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/80{--tw-gradient-from: rgb(146 64 14 / .8);--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/90{--tw-gradient-from: rgb(146 64 14 / .9);--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/95{--tw-gradient-from: rgb(146 64 14 / .95);--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/100{--tw-gradient-from: rgb(146 64 14 / 1);--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/0{--tw-gradient-from: rgb(120 53 15 / 0);--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/5{--tw-gradient-from: rgb(120 53 15 / .05);--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/10{--tw-gradient-from: rgb(120 53 15 / .1);--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/20{--tw-gradient-from: rgb(120 53 15 / .2);--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/25{--tw-gradient-from: rgb(120 53 15 / .25);--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/30{--tw-gradient-from: rgb(120 53 15 / .3);--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/40{--tw-gradient-from: rgb(120 53 15 / .4);--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/50{--tw-gradient-from: rgb(120 53 15 / .5);--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/60{--tw-gradient-from: rgb(120 53 15 / .6);--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/70{--tw-gradient-from: rgb(120 53 15 / .7);--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/75{--tw-gradient-from: rgb(120 53 15 / .75);--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/80{--tw-gradient-from: rgb(120 53 15 / .8);--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/90{--tw-gradient-from: rgb(120 53 15 / .9);--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/95{--tw-gradient-from: rgb(120 53 15 / .95);--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/100{--tw-gradient-from: rgb(120 53 15 / 1);--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-yellow-50{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to)}.via-yellow-100{--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to)}.via-yellow-200{--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to)}.via-yellow-300{--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to)}.via-yellow-400{--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to)}.via-yellow-500{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to)}.via-yellow-600{--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to)}.via-yellow-700{--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to)}.via-yellow-800{--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to)}.via-yellow-900{--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to)}.via-yellow-50\/0{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0), var(--tw-gradient-to)}.via-yellow-50\/5{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .05), var(--tw-gradient-to)}.via-yellow-50\/10{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .1), var(--tw-gradient-to)}.via-yellow-50\/20{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .2), var(--tw-gradient-to)}.via-yellow-50\/25{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .25), var(--tw-gradient-to)}.via-yellow-50\/30{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .3), var(--tw-gradient-to)}.via-yellow-50\/40{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .4), var(--tw-gradient-to)}.via-yellow-50\/50{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .5), var(--tw-gradient-to)}.via-yellow-50\/60{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .6), var(--tw-gradient-to)}.via-yellow-50\/70{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .7), var(--tw-gradient-to)}.via-yellow-50\/75{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .75), var(--tw-gradient-to)}.via-yellow-50\/80{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .8), var(--tw-gradient-to)}.via-yellow-50\/90{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .9), var(--tw-gradient-to)}.via-yellow-50\/95{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .95), var(--tw-gradient-to)}.via-yellow-50\/100{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 1), var(--tw-gradient-to)}.via-yellow-100\/0{--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / 0), var(--tw-gradient-to)}.via-yellow-100\/5{--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .05), var(--tw-gradient-to)}.via-yellow-100\/10{--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .1), var(--tw-gradient-to)}.via-yellow-100\/20{--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .2), var(--tw-gradient-to)}.via-yellow-100\/25{--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .25), var(--tw-gradient-to)}.via-yellow-100\/30{--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .3), var(--tw-gradient-to)}.via-yellow-100\/40{--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .4), var(--tw-gradient-to)}.via-yellow-100\/50{--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .5), var(--tw-gradient-to)}.via-yellow-100\/60{--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .6), var(--tw-gradient-to)}.via-yellow-100\/70{--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .7), var(--tw-gradient-to)}.via-yellow-100\/75{--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .75), var(--tw-gradient-to)}.via-yellow-100\/80{--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .8), var(--tw-gradient-to)}.via-yellow-100\/90{--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .9), var(--tw-gradient-to)}.via-yellow-100\/95{--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / .95), var(--tw-gradient-to)}.via-yellow-100\/100{--tw-gradient-to: rgb(254 243 199 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 243 199 / 1), var(--tw-gradient-to)}.via-yellow-200\/0{--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / 0), var(--tw-gradient-to)}.via-yellow-200\/5{--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .05), var(--tw-gradient-to)}.via-yellow-200\/10{--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .1), var(--tw-gradient-to)}.via-yellow-200\/20{--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .2), var(--tw-gradient-to)}.via-yellow-200\/25{--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .25), var(--tw-gradient-to)}.via-yellow-200\/30{--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .3), var(--tw-gradient-to)}.via-yellow-200\/40{--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .4), var(--tw-gradient-to)}.via-yellow-200\/50{--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .5), var(--tw-gradient-to)}.via-yellow-200\/60{--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .6), var(--tw-gradient-to)}.via-yellow-200\/70{--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .7), var(--tw-gradient-to)}.via-yellow-200\/75{--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .75), var(--tw-gradient-to)}.via-yellow-200\/80{--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .8), var(--tw-gradient-to)}.via-yellow-200\/90{--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .9), var(--tw-gradient-to)}.via-yellow-200\/95{--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / .95), var(--tw-gradient-to)}.via-yellow-200\/100{--tw-gradient-to: rgb(253 230 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / 1), var(--tw-gradient-to)}.via-yellow-300\/0{--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / 0), var(--tw-gradient-to)}.via-yellow-300\/5{--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .05), var(--tw-gradient-to)}.via-yellow-300\/10{--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .1), var(--tw-gradient-to)}.via-yellow-300\/20{--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .2), var(--tw-gradient-to)}.via-yellow-300\/25{--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .25), var(--tw-gradient-to)}.via-yellow-300\/30{--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .3), var(--tw-gradient-to)}.via-yellow-300\/40{--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .4), var(--tw-gradient-to)}.via-yellow-300\/50{--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .5), var(--tw-gradient-to)}.via-yellow-300\/60{--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .6), var(--tw-gradient-to)}.via-yellow-300\/70{--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .7), var(--tw-gradient-to)}.via-yellow-300\/75{--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .75), var(--tw-gradient-to)}.via-yellow-300\/80{--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .8), var(--tw-gradient-to)}.via-yellow-300\/90{--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .9), var(--tw-gradient-to)}.via-yellow-300\/95{--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / .95), var(--tw-gradient-to)}.via-yellow-300\/100{--tw-gradient-to: rgb(252 211 77 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 77 / 1), var(--tw-gradient-to)}.via-yellow-400\/0{--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / 0), var(--tw-gradient-to)}.via-yellow-400\/5{--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .05), var(--tw-gradient-to)}.via-yellow-400\/10{--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .1), var(--tw-gradient-to)}.via-yellow-400\/20{--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .2), var(--tw-gradient-to)}.via-yellow-400\/25{--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .25), var(--tw-gradient-to)}.via-yellow-400\/30{--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .3), var(--tw-gradient-to)}.via-yellow-400\/40{--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .4), var(--tw-gradient-to)}.via-yellow-400\/50{--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .5), var(--tw-gradient-to)}.via-yellow-400\/60{--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .6), var(--tw-gradient-to)}.via-yellow-400\/70{--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .7), var(--tw-gradient-to)}.via-yellow-400\/75{--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .75), var(--tw-gradient-to)}.via-yellow-400\/80{--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .8), var(--tw-gradient-to)}.via-yellow-400\/90{--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .9), var(--tw-gradient-to)}.via-yellow-400\/95{--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / .95), var(--tw-gradient-to)}.via-yellow-400\/100{--tw-gradient-to: rgb(251 191 36 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(251 191 36 / 1), var(--tw-gradient-to)}.via-yellow-500\/0{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0), var(--tw-gradient-to)}.via-yellow-500\/5{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .05), var(--tw-gradient-to)}.via-yellow-500\/10{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .1), var(--tw-gradient-to)}.via-yellow-500\/20{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .2), var(--tw-gradient-to)}.via-yellow-500\/25{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .25), var(--tw-gradient-to)}.via-yellow-500\/30{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .3), var(--tw-gradient-to)}.via-yellow-500\/40{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .4), var(--tw-gradient-to)}.via-yellow-500\/50{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .5), var(--tw-gradient-to)}.via-yellow-500\/60{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .6), var(--tw-gradient-to)}.via-yellow-500\/70{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .7), var(--tw-gradient-to)}.via-yellow-500\/75{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .75), var(--tw-gradient-to)}.via-yellow-500\/80{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .8), var(--tw-gradient-to)}.via-yellow-500\/90{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .9), var(--tw-gradient-to)}.via-yellow-500\/95{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .95), var(--tw-gradient-to)}.via-yellow-500\/100{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 1), var(--tw-gradient-to)}.via-yellow-600\/0{--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / 0), var(--tw-gradient-to)}.via-yellow-600\/5{--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .05), var(--tw-gradient-to)}.via-yellow-600\/10{--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .1), var(--tw-gradient-to)}.via-yellow-600\/20{--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .2), var(--tw-gradient-to)}.via-yellow-600\/25{--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .25), var(--tw-gradient-to)}.via-yellow-600\/30{--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .3), var(--tw-gradient-to)}.via-yellow-600\/40{--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .4), var(--tw-gradient-to)}.via-yellow-600\/50{--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .5), var(--tw-gradient-to)}.via-yellow-600\/60{--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .6), var(--tw-gradient-to)}.via-yellow-600\/70{--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .7), var(--tw-gradient-to)}.via-yellow-600\/75{--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .75), var(--tw-gradient-to)}.via-yellow-600\/80{--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .8), var(--tw-gradient-to)}.via-yellow-600\/90{--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .9), var(--tw-gradient-to)}.via-yellow-600\/95{--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .95), var(--tw-gradient-to)}.via-yellow-600\/100{--tw-gradient-to: rgb(217 119 6 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / 1), var(--tw-gradient-to)}.via-yellow-700\/0{--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / 0), var(--tw-gradient-to)}.via-yellow-700\/5{--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .05), var(--tw-gradient-to)}.via-yellow-700\/10{--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .1), var(--tw-gradient-to)}.via-yellow-700\/20{--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .2), var(--tw-gradient-to)}.via-yellow-700\/25{--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .25), var(--tw-gradient-to)}.via-yellow-700\/30{--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .3), var(--tw-gradient-to)}.via-yellow-700\/40{--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .4), var(--tw-gradient-to)}.via-yellow-700\/50{--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .5), var(--tw-gradient-to)}.via-yellow-700\/60{--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .6), var(--tw-gradient-to)}.via-yellow-700\/70{--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .7), var(--tw-gradient-to)}.via-yellow-700\/75{--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .75), var(--tw-gradient-to)}.via-yellow-700\/80{--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .8), var(--tw-gradient-to)}.via-yellow-700\/90{--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .9), var(--tw-gradient-to)}.via-yellow-700\/95{--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / .95), var(--tw-gradient-to)}.via-yellow-700\/100{--tw-gradient-to: rgb(180 83 9 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(180 83 9 / 1), var(--tw-gradient-to)}.via-yellow-800\/0{--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / 0), var(--tw-gradient-to)}.via-yellow-800\/5{--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / .05), var(--tw-gradient-to)}.via-yellow-800\/10{--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / .1), var(--tw-gradient-to)}.via-yellow-800\/20{--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / .2), var(--tw-gradient-to)}.via-yellow-800\/25{--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / .25), var(--tw-gradient-to)}.via-yellow-800\/30{--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / .3), var(--tw-gradient-to)}.via-yellow-800\/40{--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / .4), var(--tw-gradient-to)}.via-yellow-800\/50{--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / .5), var(--tw-gradient-to)}.via-yellow-800\/60{--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / .6), var(--tw-gradient-to)}.via-yellow-800\/70{--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / .7), var(--tw-gradient-to)}.via-yellow-800\/75{--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / .75), var(--tw-gradient-to)}.via-yellow-800\/80{--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / .8), var(--tw-gradient-to)}.via-yellow-800\/90{--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / .9), var(--tw-gradient-to)}.via-yellow-800\/95{--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / .95), var(--tw-gradient-to)}.via-yellow-800\/100{--tw-gradient-to: rgb(146 64 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / 1), var(--tw-gradient-to)}.via-yellow-900\/0{--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / 0), var(--tw-gradient-to)}.via-yellow-900\/5{--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .05), var(--tw-gradient-to)}.via-yellow-900\/10{--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .1), var(--tw-gradient-to)}.via-yellow-900\/20{--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .2), var(--tw-gradient-to)}.via-yellow-900\/25{--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .25), var(--tw-gradient-to)}.via-yellow-900\/30{--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .3), var(--tw-gradient-to)}.via-yellow-900\/40{--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .4), var(--tw-gradient-to)}.via-yellow-900\/50{--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .5), var(--tw-gradient-to)}.via-yellow-900\/60{--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .6), var(--tw-gradient-to)}.via-yellow-900\/70{--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .7), var(--tw-gradient-to)}.via-yellow-900\/75{--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .75), var(--tw-gradient-to)}.via-yellow-900\/80{--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .8), var(--tw-gradient-to)}.via-yellow-900\/90{--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .9), var(--tw-gradient-to)}.via-yellow-900\/95{--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / .95), var(--tw-gradient-to)}.via-yellow-900\/100{--tw-gradient-to: rgb(120 53 15 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(120 53 15 / 1), var(--tw-gradient-to)}.to-yellow-50{--tw-gradient-to: #fefce8}.to-yellow-100{--tw-gradient-to: #fef3c7}.to-yellow-200{--tw-gradient-to: #fde68a}.to-yellow-300{--tw-gradient-to: #fcd34d}.to-yellow-400{--tw-gradient-to: #fbbf24}.to-yellow-500{--tw-gradient-to: #eab308}.to-yellow-600{--tw-gradient-to: #d97706}.to-yellow-700{--tw-gradient-to: #b45309}.to-yellow-800{--tw-gradient-to: #92400e}.to-yellow-900{--tw-gradient-to: #78350f}.to-yellow-50\/0{--tw-gradient-to: rgb(254 252 232 / 0)}.to-yellow-50\/5{--tw-gradient-to: rgb(254 252 232 / .05)}.to-yellow-50\/10{--tw-gradient-to: rgb(254 252 232 / .1)}.to-yellow-50\/20{--tw-gradient-to: rgb(254 252 232 / .2)}.to-yellow-50\/25{--tw-gradient-to: rgb(254 252 232 / .25)}.to-yellow-50\/30{--tw-gradient-to: rgb(254 252 232 / .3)}.to-yellow-50\/40{--tw-gradient-to: rgb(254 252 232 / .4)}.to-yellow-50\/50{--tw-gradient-to: rgb(254 252 232 / .5)}.to-yellow-50\/60{--tw-gradient-to: rgb(254 252 232 / .6)}.to-yellow-50\/70{--tw-gradient-to: rgb(254 252 232 / .7)}.to-yellow-50\/75{--tw-gradient-to: rgb(254 252 232 / .75)}.to-yellow-50\/80{--tw-gradient-to: rgb(254 252 232 / .8)}.to-yellow-50\/90{--tw-gradient-to: rgb(254 252 232 / .9)}.to-yellow-50\/95{--tw-gradient-to: rgb(254 252 232 / .95)}.to-yellow-50\/100{--tw-gradient-to: rgb(254 252 232 / 1)}.to-yellow-100\/0{--tw-gradient-to: rgb(254 243 199 / 0)}.to-yellow-100\/5{--tw-gradient-to: rgb(254 243 199 / .05)}.to-yellow-100\/10{--tw-gradient-to: rgb(254 243 199 / .1)}.to-yellow-100\/20{--tw-gradient-to: rgb(254 243 199 / .2)}.to-yellow-100\/25{--tw-gradient-to: rgb(254 243 199 / .25)}.to-yellow-100\/30{--tw-gradient-to: rgb(254 243 199 / .3)}.to-yellow-100\/40{--tw-gradient-to: rgb(254 243 199 / .4)}.to-yellow-100\/50{--tw-gradient-to: rgb(254 243 199 / .5)}.to-yellow-100\/60{--tw-gradient-to: rgb(254 243 199 / .6)}.to-yellow-100\/70{--tw-gradient-to: rgb(254 243 199 / .7)}.to-yellow-100\/75{--tw-gradient-to: rgb(254 243 199 / .75)}.to-yellow-100\/80{--tw-gradient-to: rgb(254 243 199 / .8)}.to-yellow-100\/90{--tw-gradient-to: rgb(254 243 199 / .9)}.to-yellow-100\/95{--tw-gradient-to: rgb(254 243 199 / .95)}.to-yellow-100\/100{--tw-gradient-to: rgb(254 243 199 / 1)}.to-yellow-200\/0{--tw-gradient-to: rgb(253 230 138 / 0)}.to-yellow-200\/5{--tw-gradient-to: rgb(253 230 138 / .05)}.to-yellow-200\/10{--tw-gradient-to: rgb(253 230 138 / .1)}.to-yellow-200\/20{--tw-gradient-to: rgb(253 230 138 / .2)}.to-yellow-200\/25{--tw-gradient-to: rgb(253 230 138 / .25)}.to-yellow-200\/30{--tw-gradient-to: rgb(253 230 138 / .3)}.to-yellow-200\/40{--tw-gradient-to: rgb(253 230 138 / .4)}.to-yellow-200\/50{--tw-gradient-to: rgb(253 230 138 / .5)}.to-yellow-200\/60{--tw-gradient-to: rgb(253 230 138 / .6)}.to-yellow-200\/70{--tw-gradient-to: rgb(253 230 138 / .7)}.to-yellow-200\/75{--tw-gradient-to: rgb(253 230 138 / .75)}.to-yellow-200\/80{--tw-gradient-to: rgb(253 230 138 / .8)}.to-yellow-200\/90{--tw-gradient-to: rgb(253 230 138 / .9)}.to-yellow-200\/95{--tw-gradient-to: rgb(253 230 138 / .95)}.to-yellow-200\/100{--tw-gradient-to: rgb(253 230 138 / 1)}.to-yellow-300\/0{--tw-gradient-to: rgb(252 211 77 / 0)}.to-yellow-300\/5{--tw-gradient-to: rgb(252 211 77 / .05)}.to-yellow-300\/10{--tw-gradient-to: rgb(252 211 77 / .1)}.to-yellow-300\/20{--tw-gradient-to: rgb(252 211 77 / .2)}.to-yellow-300\/25{--tw-gradient-to: rgb(252 211 77 / .25)}.to-yellow-300\/30{--tw-gradient-to: rgb(252 211 77 / .3)}.to-yellow-300\/40{--tw-gradient-to: rgb(252 211 77 / .4)}.to-yellow-300\/50{--tw-gradient-to: rgb(252 211 77 / .5)}.to-yellow-300\/60{--tw-gradient-to: rgb(252 211 77 / .6)}.to-yellow-300\/70{--tw-gradient-to: rgb(252 211 77 / .7)}.to-yellow-300\/75{--tw-gradient-to: rgb(252 211 77 / .75)}.to-yellow-300\/80{--tw-gradient-to: rgb(252 211 77 / .8)}.to-yellow-300\/90{--tw-gradient-to: rgb(252 211 77 / .9)}.to-yellow-300\/95{--tw-gradient-to: rgb(252 211 77 / .95)}.to-yellow-300\/100{--tw-gradient-to: rgb(252 211 77 / 1)}.to-yellow-400\/0{--tw-gradient-to: rgb(251 191 36 / 0)}.to-yellow-400\/5{--tw-gradient-to: rgb(251 191 36 / .05)}.to-yellow-400\/10{--tw-gradient-to: rgb(251 191 36 / .1)}.to-yellow-400\/20{--tw-gradient-to: rgb(251 191 36 / .2)}.to-yellow-400\/25{--tw-gradient-to: rgb(251 191 36 / .25)}.to-yellow-400\/30{--tw-gradient-to: rgb(251 191 36 / .3)}.to-yellow-400\/40{--tw-gradient-to: rgb(251 191 36 / .4)}.to-yellow-400\/50{--tw-gradient-to: rgb(251 191 36 / .5)}.to-yellow-400\/60{--tw-gradient-to: rgb(251 191 36 / .6)}.to-yellow-400\/70{--tw-gradient-to: rgb(251 191 36 / .7)}.to-yellow-400\/75{--tw-gradient-to: rgb(251 191 36 / .75)}.to-yellow-400\/80{--tw-gradient-to: rgb(251 191 36 / .8)}.to-yellow-400\/90{--tw-gradient-to: rgb(251 191 36 / .9)}.to-yellow-400\/95{--tw-gradient-to: rgb(251 191 36 / .95)}.to-yellow-400\/100{--tw-gradient-to: rgb(251 191 36 / 1)}.to-yellow-500\/0{--tw-gradient-to: rgb(234 179 8 / 0)}.to-yellow-500\/5{--tw-gradient-to: rgb(234 179 8 / .05)}.to-yellow-500\/10{--tw-gradient-to: rgb(234 179 8 / .1)}.to-yellow-500\/20{--tw-gradient-to: rgb(234 179 8 / .2)}.to-yellow-500\/25{--tw-gradient-to: rgb(234 179 8 / .25)}.to-yellow-500\/30{--tw-gradient-to: rgb(234 179 8 / .3)}.to-yellow-500\/40{--tw-gradient-to: rgb(234 179 8 / .4)}.to-yellow-500\/50{--tw-gradient-to: rgb(234 179 8 / .5)}.to-yellow-500\/60{--tw-gradient-to: rgb(234 179 8 / .6)}.to-yellow-500\/70{--tw-gradient-to: rgb(234 179 8 / .7)}.to-yellow-500\/75{--tw-gradient-to: rgb(234 179 8 / .75)}.to-yellow-500\/80{--tw-gradient-to: rgb(234 179 8 / .8)}.to-yellow-500\/90{--tw-gradient-to: rgb(234 179 8 / .9)}.to-yellow-500\/95{--tw-gradient-to: rgb(234 179 8 / .95)}.to-yellow-500\/100{--tw-gradient-to: rgb(234 179 8 / 1)}.to-yellow-600\/0{--tw-gradient-to: rgb(217 119 6 / 0)}.to-yellow-600\/5{--tw-gradient-to: rgb(217 119 6 / .05)}.to-yellow-600\/10{--tw-gradient-to: rgb(217 119 6 / .1)}.to-yellow-600\/20{--tw-gradient-to: rgb(217 119 6 / .2)}.to-yellow-600\/25{--tw-gradient-to: rgb(217 119 6 / .25)}.to-yellow-600\/30{--tw-gradient-to: rgb(217 119 6 / .3)}.to-yellow-600\/40{--tw-gradient-to: rgb(217 119 6 / .4)}.to-yellow-600\/50{--tw-gradient-to: rgb(217 119 6 / .5)}.to-yellow-600\/60{--tw-gradient-to: rgb(217 119 6 / .6)}.to-yellow-600\/70{--tw-gradient-to: rgb(217 119 6 / .7)}.to-yellow-600\/75{--tw-gradient-to: rgb(217 119 6 / .75)}.to-yellow-600\/80{--tw-gradient-to: rgb(217 119 6 / .8)}.to-yellow-600\/90{--tw-gradient-to: rgb(217 119 6 / .9)}.to-yellow-600\/95{--tw-gradient-to: rgb(217 119 6 / .95)}.to-yellow-600\/100{--tw-gradient-to: rgb(217 119 6 / 1)}.to-yellow-700\/0{--tw-gradient-to: rgb(180 83 9 / 0)}.to-yellow-700\/5{--tw-gradient-to: rgb(180 83 9 / .05)}.to-yellow-700\/10{--tw-gradient-to: rgb(180 83 9 / .1)}.to-yellow-700\/20{--tw-gradient-to: rgb(180 83 9 / .2)}.to-yellow-700\/25{--tw-gradient-to: rgb(180 83 9 / .25)}.to-yellow-700\/30{--tw-gradient-to: rgb(180 83 9 / .3)}.to-yellow-700\/40{--tw-gradient-to: rgb(180 83 9 / .4)}.to-yellow-700\/50{--tw-gradient-to: rgb(180 83 9 / .5)}.to-yellow-700\/60{--tw-gradient-to: rgb(180 83 9 / .6)}.to-yellow-700\/70{--tw-gradient-to: rgb(180 83 9 / .7)}.to-yellow-700\/75{--tw-gradient-to: rgb(180 83 9 / .75)}.to-yellow-700\/80{--tw-gradient-to: rgb(180 83 9 / .8)}.to-yellow-700\/90{--tw-gradient-to: rgb(180 83 9 / .9)}.to-yellow-700\/95{--tw-gradient-to: rgb(180 83 9 / .95)}.to-yellow-700\/100{--tw-gradient-to: rgb(180 83 9 / 1)}.to-yellow-800\/0{--tw-gradient-to: rgb(146 64 14 / 0)}.to-yellow-800\/5{--tw-gradient-to: rgb(146 64 14 / .05)}.to-yellow-800\/10{--tw-gradient-to: rgb(146 64 14 / .1)}.to-yellow-800\/20{--tw-gradient-to: rgb(146 64 14 / .2)}.to-yellow-800\/25{--tw-gradient-to: rgb(146 64 14 / .25)}.to-yellow-800\/30{--tw-gradient-to: rgb(146 64 14 / .3)}.to-yellow-800\/40{--tw-gradient-to: rgb(146 64 14 / .4)}.to-yellow-800\/50{--tw-gradient-to: rgb(146 64 14 / .5)}.to-yellow-800\/60{--tw-gradient-to: rgb(146 64 14 / .6)}.to-yellow-800\/70{--tw-gradient-to: rgb(146 64 14 / .7)}.to-yellow-800\/75{--tw-gradient-to: rgb(146 64 14 / .75)}.to-yellow-800\/80{--tw-gradient-to: rgb(146 64 14 / .8)}.to-yellow-800\/90{--tw-gradient-to: rgb(146 64 14 / .9)}.to-yellow-800\/95{--tw-gradient-to: rgb(146 64 14 / .95)}.to-yellow-800\/100{--tw-gradient-to: rgb(146 64 14 / 1)}.to-yellow-900\/0{--tw-gradient-to: rgb(120 53 15 / 0)}.to-yellow-900\/5{--tw-gradient-to: rgb(120 53 15 / .05)}.to-yellow-900\/10{--tw-gradient-to: rgb(120 53 15 / .1)}.to-yellow-900\/20{--tw-gradient-to: rgb(120 53 15 / .2)}.to-yellow-900\/25{--tw-gradient-to: rgb(120 53 15 / .25)}.to-yellow-900\/30{--tw-gradient-to: rgb(120 53 15 / .3)}.to-yellow-900\/40{--tw-gradient-to: rgb(120 53 15 / .4)}.to-yellow-900\/50{--tw-gradient-to: rgb(120 53 15 / .5)}.to-yellow-900\/60{--tw-gradient-to: rgb(120 53 15 / .6)}.to-yellow-900\/70{--tw-gradient-to: rgb(120 53 15 / .7)}.to-yellow-900\/75{--tw-gradient-to: rgb(120 53 15 / .75)}.to-yellow-900\/80{--tw-gradient-to: rgb(120 53 15 / .8)}.to-yellow-900\/90{--tw-gradient-to: rgb(120 53 15 / .9)}.to-yellow-900\/95{--tw-gradient-to: rgb(120 53 15 / .95)}.to-yellow-900\/100{--tw-gradient-to: rgb(120 53 15 / 1)}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.fill-yellow-50{fill:#fefce8}.fill-yellow-100{fill:#fef3c7}.fill-yellow-200{fill:#fde68a}.fill-yellow-300{fill:#fcd34d}.fill-yellow-400{fill:#fbbf24}.fill-yellow-500{fill:#eab308}.fill-yellow-600{fill:#d97706}.fill-yellow-700{fill:#b45309}.fill-yellow-800{fill:#92400e}.fill-yellow-900{fill:#78350f}.fill-yellow-50\/0{fill:#fefce800}.fill-yellow-50\/5{fill:#fefce80d}.fill-yellow-50\/10{fill:#fefce81a}.fill-yellow-50\/20{fill:#fefce833}.fill-yellow-50\/25{fill:#fefce840}.fill-yellow-50\/30{fill:#fefce84d}.fill-yellow-50\/40{fill:#fefce866}.fill-yellow-50\/50{fill:#fefce880}.fill-yellow-50\/60{fill:#fefce899}.fill-yellow-50\/70{fill:#fefce8b3}.fill-yellow-50\/75{fill:#fefce8bf}.fill-yellow-50\/80{fill:#fefce8cc}.fill-yellow-50\/90{fill:#fefce8e6}.fill-yellow-50\/95{fill:#fefce8f2}.fill-yellow-50\/100{fill:#fefce8}.fill-yellow-100\/0{fill:#fef3c700}.fill-yellow-100\/5{fill:#fef3c70d}.fill-yellow-100\/10{fill:#fef3c71a}.fill-yellow-100\/20{fill:#fef3c733}.fill-yellow-100\/25{fill:#fef3c740}.fill-yellow-100\/30{fill:#fef3c74d}.fill-yellow-100\/40{fill:#fef3c766}.fill-yellow-100\/50{fill:#fef3c780}.fill-yellow-100\/60{fill:#fef3c799}.fill-yellow-100\/70{fill:#fef3c7b3}.fill-yellow-100\/75{fill:#fef3c7bf}.fill-yellow-100\/80{fill:#fef3c7cc}.fill-yellow-100\/90{fill:#fef3c7e6}.fill-yellow-100\/95{fill:#fef3c7f2}.fill-yellow-100\/100{fill:#fef3c7}.fill-yellow-200\/0{fill:#fde68a00}.fill-yellow-200\/5{fill:#fde68a0d}.fill-yellow-200\/10{fill:#fde68a1a}.fill-yellow-200\/20{fill:#fde68a33}.fill-yellow-200\/25{fill:#fde68a40}.fill-yellow-200\/30{fill:#fde68a4d}.fill-yellow-200\/40{fill:#fde68a66}.fill-yellow-200\/50{fill:#fde68a80}.fill-yellow-200\/60{fill:#fde68a99}.fill-yellow-200\/70{fill:#fde68ab3}.fill-yellow-200\/75{fill:#fde68abf}.fill-yellow-200\/80{fill:#fde68acc}.fill-yellow-200\/90{fill:#fde68ae6}.fill-yellow-200\/95{fill:#fde68af2}.fill-yellow-200\/100{fill:#fde68a}.fill-yellow-300\/0{fill:#fcd34d00}.fill-yellow-300\/5{fill:#fcd34d0d}.fill-yellow-300\/10{fill:#fcd34d1a}.fill-yellow-300\/20{fill:#fcd34d33}.fill-yellow-300\/25{fill:#fcd34d40}.fill-yellow-300\/30{fill:#fcd34d4d}.fill-yellow-300\/40{fill:#fcd34d66}.fill-yellow-300\/50{fill:#fcd34d80}.fill-yellow-300\/60{fill:#fcd34d99}.fill-yellow-300\/70{fill:#fcd34db3}.fill-yellow-300\/75{fill:#fcd34dbf}.fill-yellow-300\/80{fill:#fcd34dcc}.fill-yellow-300\/90{fill:#fcd34de6}.fill-yellow-300\/95{fill:#fcd34df2}.fill-yellow-300\/100{fill:#fcd34d}.fill-yellow-400\/0{fill:#fbbf2400}.fill-yellow-400\/5{fill:#fbbf240d}.fill-yellow-400\/10{fill:#fbbf241a}.fill-yellow-400\/20{fill:#fbbf2433}.fill-yellow-400\/25{fill:#fbbf2440}.fill-yellow-400\/30{fill:#fbbf244d}.fill-yellow-400\/40{fill:#fbbf2466}.fill-yellow-400\/50{fill:#fbbf2480}.fill-yellow-400\/60{fill:#fbbf2499}.fill-yellow-400\/70{fill:#fbbf24b3}.fill-yellow-400\/75{fill:#fbbf24bf}.fill-yellow-400\/80{fill:#fbbf24cc}.fill-yellow-400\/90{fill:#fbbf24e6}.fill-yellow-400\/95{fill:#fbbf24f2}.fill-yellow-400\/100{fill:#fbbf24}.fill-yellow-500\/0{fill:#eab30800}.fill-yellow-500\/5{fill:#eab3080d}.fill-yellow-500\/10{fill:#eab3081a}.fill-yellow-500\/20{fill:#eab30833}.fill-yellow-500\/25{fill:#eab30840}.fill-yellow-500\/30{fill:#eab3084d}.fill-yellow-500\/40{fill:#eab30866}.fill-yellow-500\/50{fill:#eab30880}.fill-yellow-500\/60{fill:#eab30899}.fill-yellow-500\/70{fill:#eab308b3}.fill-yellow-500\/75{fill:#eab308bf}.fill-yellow-500\/80{fill:#eab308cc}.fill-yellow-500\/90{fill:#eab308e6}.fill-yellow-500\/95{fill:#eab308f2}.fill-yellow-500\/100{fill:#eab308}.fill-yellow-600\/0{fill:#d9770600}.fill-yellow-600\/5{fill:#d977060d}.fill-yellow-600\/10{fill:#d977061a}.fill-yellow-600\/20{fill:#d9770633}.fill-yellow-600\/25{fill:#d9770640}.fill-yellow-600\/30{fill:#d977064d}.fill-yellow-600\/40{fill:#d9770666}.fill-yellow-600\/50{fill:#d9770680}.fill-yellow-600\/60{fill:#d9770699}.fill-yellow-600\/70{fill:#d97706b3}.fill-yellow-600\/75{fill:#d97706bf}.fill-yellow-600\/80{fill:#d97706cc}.fill-yellow-600\/90{fill:#d97706e6}.fill-yellow-600\/95{fill:#d97706f2}.fill-yellow-600\/100{fill:#d97706}.fill-yellow-700\/0{fill:#b4530900}.fill-yellow-700\/5{fill:#b453090d}.fill-yellow-700\/10{fill:#b453091a}.fill-yellow-700\/20{fill:#b4530933}.fill-yellow-700\/25{fill:#b4530940}.fill-yellow-700\/30{fill:#b453094d}.fill-yellow-700\/40{fill:#b4530966}.fill-yellow-700\/50{fill:#b4530980}.fill-yellow-700\/60{fill:#b4530999}.fill-yellow-700\/70{fill:#b45309b3}.fill-yellow-700\/75{fill:#b45309bf}.fill-yellow-700\/80{fill:#b45309cc}.fill-yellow-700\/90{fill:#b45309e6}.fill-yellow-700\/95{fill:#b45309f2}.fill-yellow-700\/100{fill:#b45309}.fill-yellow-800\/0{fill:#92400e00}.fill-yellow-800\/5{fill:#92400e0d}.fill-yellow-800\/10{fill:#92400e1a}.fill-yellow-800\/20{fill:#92400e33}.fill-yellow-800\/25{fill:#92400e40}.fill-yellow-800\/30{fill:#92400e4d}.fill-yellow-800\/40{fill:#92400e66}.fill-yellow-800\/50{fill:#92400e80}.fill-yellow-800\/60{fill:#92400e99}.fill-yellow-800\/70{fill:#92400eb3}.fill-yellow-800\/75{fill:#92400ebf}.fill-yellow-800\/80{fill:#92400ecc}.fill-yellow-800\/90{fill:#92400ee6}.fill-yellow-800\/95{fill:#92400ef2}.fill-yellow-800\/100{fill:#92400e}.fill-yellow-900\/0{fill:#78350f00}.fill-yellow-900\/5{fill:#78350f0d}.fill-yellow-900\/10{fill:#78350f1a}.fill-yellow-900\/20{fill:#78350f33}.fill-yellow-900\/25{fill:#78350f40}.fill-yellow-900\/30{fill:#78350f4d}.fill-yellow-900\/40{fill:#78350f66}.fill-yellow-900\/50{fill:#78350f80}.fill-yellow-900\/60{fill:#78350f99}.fill-yellow-900\/70{fill:#78350fb3}.fill-yellow-900\/75{fill:#78350fbf}.fill-yellow-900\/80{fill:#78350fcc}.fill-yellow-900\/90{fill:#78350fe6}.fill-yellow-900\/95{fill:#78350ff2}.fill-yellow-900\/100{fill:#78350f}.stroke-yellow-50{stroke:#fefce8}.stroke-yellow-100{stroke:#fef3c7}.stroke-yellow-200{stroke:#fde68a}.stroke-yellow-300{stroke:#fcd34d}.stroke-yellow-400{stroke:#fbbf24}.stroke-yellow-500{stroke:#eab308}.stroke-yellow-600{stroke:#d97706}.stroke-yellow-700{stroke:#b45309}.stroke-yellow-800{stroke:#92400e}.stroke-yellow-900{stroke:#78350f}.stroke-yellow-50\/0{stroke:#fefce800}.stroke-yellow-50\/5{stroke:#fefce80d}.stroke-yellow-50\/10{stroke:#fefce81a}.stroke-yellow-50\/20{stroke:#fefce833}.stroke-yellow-50\/25{stroke:#fefce840}.stroke-yellow-50\/30{stroke:#fefce84d}.stroke-yellow-50\/40{stroke:#fefce866}.stroke-yellow-50\/50{stroke:#fefce880}.stroke-yellow-50\/60{stroke:#fefce899}.stroke-yellow-50\/70{stroke:#fefce8b3}.stroke-yellow-50\/75{stroke:#fefce8bf}.stroke-yellow-50\/80{stroke:#fefce8cc}.stroke-yellow-50\/90{stroke:#fefce8e6}.stroke-yellow-50\/95{stroke:#fefce8f2}.stroke-yellow-50\/100{stroke:#fefce8}.stroke-yellow-100\/0{stroke:#fef3c700}.stroke-yellow-100\/5{stroke:#fef3c70d}.stroke-yellow-100\/10{stroke:#fef3c71a}.stroke-yellow-100\/20{stroke:#fef3c733}.stroke-yellow-100\/25{stroke:#fef3c740}.stroke-yellow-100\/30{stroke:#fef3c74d}.stroke-yellow-100\/40{stroke:#fef3c766}.stroke-yellow-100\/50{stroke:#fef3c780}.stroke-yellow-100\/60{stroke:#fef3c799}.stroke-yellow-100\/70{stroke:#fef3c7b3}.stroke-yellow-100\/75{stroke:#fef3c7bf}.stroke-yellow-100\/80{stroke:#fef3c7cc}.stroke-yellow-100\/90{stroke:#fef3c7e6}.stroke-yellow-100\/95{stroke:#fef3c7f2}.stroke-yellow-100\/100{stroke:#fef3c7}.stroke-yellow-200\/0{stroke:#fde68a00}.stroke-yellow-200\/5{stroke:#fde68a0d}.stroke-yellow-200\/10{stroke:#fde68a1a}.stroke-yellow-200\/20{stroke:#fde68a33}.stroke-yellow-200\/25{stroke:#fde68a40}.stroke-yellow-200\/30{stroke:#fde68a4d}.stroke-yellow-200\/40{stroke:#fde68a66}.stroke-yellow-200\/50{stroke:#fde68a80}.stroke-yellow-200\/60{stroke:#fde68a99}.stroke-yellow-200\/70{stroke:#fde68ab3}.stroke-yellow-200\/75{stroke:#fde68abf}.stroke-yellow-200\/80{stroke:#fde68acc}.stroke-yellow-200\/90{stroke:#fde68ae6}.stroke-yellow-200\/95{stroke:#fde68af2}.stroke-yellow-200\/100{stroke:#fde68a}.stroke-yellow-300\/0{stroke:#fcd34d00}.stroke-yellow-300\/5{stroke:#fcd34d0d}.stroke-yellow-300\/10{stroke:#fcd34d1a}.stroke-yellow-300\/20{stroke:#fcd34d33}.stroke-yellow-300\/25{stroke:#fcd34d40}.stroke-yellow-300\/30{stroke:#fcd34d4d}.stroke-yellow-300\/40{stroke:#fcd34d66}.stroke-yellow-300\/50{stroke:#fcd34d80}.stroke-yellow-300\/60{stroke:#fcd34d99}.stroke-yellow-300\/70{stroke:#fcd34db3}.stroke-yellow-300\/75{stroke:#fcd34dbf}.stroke-yellow-300\/80{stroke:#fcd34dcc}.stroke-yellow-300\/90{stroke:#fcd34de6}.stroke-yellow-300\/95{stroke:#fcd34df2}.stroke-yellow-300\/100{stroke:#fcd34d}.stroke-yellow-400\/0{stroke:#fbbf2400}.stroke-yellow-400\/5{stroke:#fbbf240d}.stroke-yellow-400\/10{stroke:#fbbf241a}.stroke-yellow-400\/20{stroke:#fbbf2433}.stroke-yellow-400\/25{stroke:#fbbf2440}.stroke-yellow-400\/30{stroke:#fbbf244d}.stroke-yellow-400\/40{stroke:#fbbf2466}.stroke-yellow-400\/50{stroke:#fbbf2480}.stroke-yellow-400\/60{stroke:#fbbf2499}.stroke-yellow-400\/70{stroke:#fbbf24b3}.stroke-yellow-400\/75{stroke:#fbbf24bf}.stroke-yellow-400\/80{stroke:#fbbf24cc}.stroke-yellow-400\/90{stroke:#fbbf24e6}.stroke-yellow-400\/95{stroke:#fbbf24f2}.stroke-yellow-400\/100{stroke:#fbbf24}.stroke-yellow-500\/0{stroke:#eab30800}.stroke-yellow-500\/5{stroke:#eab3080d}.stroke-yellow-500\/10{stroke:#eab3081a}.stroke-yellow-500\/20{stroke:#eab30833}.stroke-yellow-500\/25{stroke:#eab30840}.stroke-yellow-500\/30{stroke:#eab3084d}.stroke-yellow-500\/40{stroke:#eab30866}.stroke-yellow-500\/50{stroke:#eab30880}.stroke-yellow-500\/60{stroke:#eab30899}.stroke-yellow-500\/70{stroke:#eab308b3}.stroke-yellow-500\/75{stroke:#eab308bf}.stroke-yellow-500\/80{stroke:#eab308cc}.stroke-yellow-500\/90{stroke:#eab308e6}.stroke-yellow-500\/95{stroke:#eab308f2}.stroke-yellow-500\/100{stroke:#eab308}.stroke-yellow-600\/0{stroke:#d9770600}.stroke-yellow-600\/5{stroke:#d977060d}.stroke-yellow-600\/10{stroke:#d977061a}.stroke-yellow-600\/20{stroke:#d9770633}.stroke-yellow-600\/25{stroke:#d9770640}.stroke-yellow-600\/30{stroke:#d977064d}.stroke-yellow-600\/40{stroke:#d9770666}.stroke-yellow-600\/50{stroke:#d9770680}.stroke-yellow-600\/60{stroke:#d9770699}.stroke-yellow-600\/70{stroke:#d97706b3}.stroke-yellow-600\/75{stroke:#d97706bf}.stroke-yellow-600\/80{stroke:#d97706cc}.stroke-yellow-600\/90{stroke:#d97706e6}.stroke-yellow-600\/95{stroke:#d97706f2}.stroke-yellow-600\/100{stroke:#d97706}.stroke-yellow-700\/0{stroke:#b4530900}.stroke-yellow-700\/5{stroke:#b453090d}.stroke-yellow-700\/10{stroke:#b453091a}.stroke-yellow-700\/20{stroke:#b4530933}.stroke-yellow-700\/25{stroke:#b4530940}.stroke-yellow-700\/30{stroke:#b453094d}.stroke-yellow-700\/40{stroke:#b4530966}.stroke-yellow-700\/50{stroke:#b4530980}.stroke-yellow-700\/60{stroke:#b4530999}.stroke-yellow-700\/70{stroke:#b45309b3}.stroke-yellow-700\/75{stroke:#b45309bf}.stroke-yellow-700\/80{stroke:#b45309cc}.stroke-yellow-700\/90{stroke:#b45309e6}.stroke-yellow-700\/95{stroke:#b45309f2}.stroke-yellow-700\/100{stroke:#b45309}.stroke-yellow-800\/0{stroke:#92400e00}.stroke-yellow-800\/5{stroke:#92400e0d}.stroke-yellow-800\/10{stroke:#92400e1a}.stroke-yellow-800\/20{stroke:#92400e33}.stroke-yellow-800\/25{stroke:#92400e40}.stroke-yellow-800\/30{stroke:#92400e4d}.stroke-yellow-800\/40{stroke:#92400e66}.stroke-yellow-800\/50{stroke:#92400e80}.stroke-yellow-800\/60{stroke:#92400e99}.stroke-yellow-800\/70{stroke:#92400eb3}.stroke-yellow-800\/75{stroke:#92400ebf}.stroke-yellow-800\/80{stroke:#92400ecc}.stroke-yellow-800\/90{stroke:#92400ee6}.stroke-yellow-800\/95{stroke:#92400ef2}.stroke-yellow-800\/100{stroke:#92400e}.stroke-yellow-900\/0{stroke:#78350f00}.stroke-yellow-900\/5{stroke:#78350f0d}.stroke-yellow-900\/10{stroke:#78350f1a}.stroke-yellow-900\/20{stroke:#78350f33}.stroke-yellow-900\/25{stroke:#78350f40}.stroke-yellow-900\/30{stroke:#78350f4d}.stroke-yellow-900\/40{stroke:#78350f66}.stroke-yellow-900\/50{stroke:#78350f80}.stroke-yellow-900\/60{stroke:#78350f99}.stroke-yellow-900\/70{stroke:#78350fb3}.stroke-yellow-900\/75{stroke:#78350fbf}.stroke-yellow-900\/80{stroke:#78350fcc}.stroke-yellow-900\/90{stroke:#78350fe6}.stroke-yellow-900\/95{stroke:#78350ff2}.stroke-yellow-900\/100{stroke:#78350f}.object-cover{-o-object-fit:cover;object-fit:cover}.object-scale-down{-o-object-fit:scale-down;object-fit:scale-down}.p-2{padding:.5rem}.p-20{padding:5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-5{padding:1.25rem}.p-0{padding:0}.p-3{padding:.75rem}.p-1{padding:.25rem}.p-12{padding:3rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-11{padding-left:2.75rem;padding-right:2.75rem}.px-12{padding-left:3rem;padding-right:3rem}.px-14{padding-left:3.5rem;padding-right:3.5rem}.px-16{padding-left:4rem;padding-right:4rem}.px-20{padding-left:5rem;padding-right:5rem}.px-24{padding-left:6rem;padding-right:6rem}.px-28{padding-left:7rem;padding-right:7rem}.px-32{padding-left:8rem;padding-right:8rem}.px-36{padding-left:9rem;padding-right:9rem}.px-40{padding-left:10rem;padding-right:10rem}.px-44{padding-left:11rem;padding-right:11rem}.px-48{padding-left:12rem;padding-right:12rem}.px-52{padding-left:13rem;padding-right:13rem}.px-56{padding-left:14rem;padding-right:14rem}.px-60{padding-left:15rem;padding-right:15rem}.px-64{padding-left:16rem;padding-right:16rem}.px-72{padding-left:18rem;padding-right:18rem}.px-80{padding-left:20rem;padding-right:20rem}.px-96{padding-left:24rem;padding-right:24rem}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-9{padding-top:2.25rem;padding-bottom:2.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-11{padding-top:2.75rem;padding-bottom:2.75rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-28{padding-top:7rem;padding-bottom:7rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-36{padding-top:9rem;padding-bottom:9rem}.py-40{padding-top:10rem;padding-bottom:10rem}.py-44{padding-top:11rem;padding-bottom:11rem}.py-48{padding-top:12rem;padding-bottom:12rem}.py-52{padding-top:13rem;padding-bottom:13rem}.py-56{padding-top:14rem;padding-bottom:14rem}.py-60{padding-top:15rem;padding-bottom:15rem}.py-64{padding-top:16rem;padding-bottom:16rem}.py-72{padding-top:18rem;padding-bottom:18rem}.py-80{padding-top:20rem;padding-bottom:20rem}.py-96{padding-top:24rem;padding-bottom:24rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-\[11px\]{padding-top:11px;padding-bottom:11px}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.pt-9{padding-top:2.25rem}.pt-10{padding-top:2.5rem}.pt-11{padding-top:2.75rem}.pt-12{padding-top:3rem}.pt-14{padding-top:3.5rem}.pt-16{padding-top:4rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}.pt-28{padding-top:7rem}.pt-32{padding-top:8rem}.pt-36{padding-top:9rem}.pt-40{padding-top:10rem}.pt-44{padding-top:11rem}.pt-48{padding-top:12rem}.pt-52{padding-top:13rem}.pt-56{padding-top:14rem}.pt-60{padding-top:15rem}.pt-64{padding-top:16rem}.pt-72{padding-top:18rem}.pt-80{padding-top:20rem}.pt-96{padding-top:24rem}.pt-0\.5{padding-top:.125rem}.pt-1\.5{padding-top:.375rem}.pt-2\.5{padding-top:.625rem}.pt-3\.5{padding-top:.875rem}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pr-7{padding-right:1.75rem}.pr-8{padding-right:2rem}.pr-9{padding-right:2.25rem}.pr-10{padding-right:2.5rem}.pr-11{padding-right:2.75rem}.pr-12{padding-right:3rem}.pr-14{padding-right:3.5rem}.pr-16{padding-right:4rem}.pr-20{padding-right:5rem}.pr-24{padding-right:6rem}.pr-28{padding-right:7rem}.pr-32{padding-right:8rem}.pr-36{padding-right:9rem}.pr-40{padding-right:10rem}.pr-44{padding-right:11rem}.pr-48{padding-right:12rem}.pr-52{padding-right:13rem}.pr-56{padding-right:14rem}.pr-60{padding-right:15rem}.pr-64{padding-right:16rem}.pr-72{padding-right:18rem}.pr-80{padding-right:20rem}.pr-96{padding-right:24rem}.pr-0\.5{padding-right:.125rem}.pr-1\.5{padding-right:.375rem}.pr-2\.5{padding-right:.625rem}.pr-3\.5{padding-right:.875rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pb-9{padding-bottom:2.25rem}.pb-10{padding-bottom:2.5rem}.pb-11{padding-bottom:2.75rem}.pb-12{padding-bottom:3rem}.pb-14{padding-bottom:3.5rem}.pb-16{padding-bottom:4rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-28{padding-bottom:7rem}.pb-32{padding-bottom:8rem}.pb-36{padding-bottom:9rem}.pb-40{padding-bottom:10rem}.pb-44{padding-bottom:11rem}.pb-48{padding-bottom:12rem}.pb-52{padding-bottom:13rem}.pb-56{padding-bottom:14rem}.pb-60{padding-bottom:15rem}.pb-64{padding-bottom:16rem}.pb-72{padding-bottom:18rem}.pb-80{padding-bottom:20rem}.pb-96{padding-bottom:24rem}.pb-0\.5{padding-bottom:.125rem}.pb-1\.5{padding-bottom:.375rem}.pb-2\.5{padding-bottom:.625rem}.pb-3\.5{padding-bottom:.875rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-7{padding-left:1.75rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pl-10{padding-left:2.5rem}.pl-11{padding-left:2.75rem}.pl-12{padding-left:3rem}.pl-14{padding-left:3.5rem}.pl-16{padding-left:4rem}.pl-20{padding-left:5rem}.pl-24{padding-left:6rem}.pl-28{padding-left:7rem}.pl-32{padding-left:8rem}.pl-36{padding-left:9rem}.pl-40{padding-left:10rem}.pl-44{padding-left:11rem}.pl-48{padding-left:12rem}.pl-52{padding-left:13rem}.pl-56{padding-left:14rem}.pl-60{padding-left:15rem}.pl-64{padding-left:16rem}.pl-72{padding-left:18rem}.pl-80{padding-left:20rem}.pl-96{padding-left:24rem}.pl-0\.5{padding-left:.125rem}.pl-1\.5{padding-left:.375rem}.pl-2\.5{padding-left:.625rem}.pl-3\.5{padding-left:.875rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.indent-px{text-indent:1px}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-xs{font-size:.75rem;line-height:1rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-base{font-size:1rem;line-height:1.5rem}.text-5xl{font-size:3rem;line-height:1}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[16px\]{font-size:16px}.text-6xl{font-size:3.75rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-\[24px\]{font-size:24px}.text-\[22px\]{font-size:22px}.text-\[14px\]{font-size:14px}.text-\[18px\]{font-size:18px}.text-\[27px\]{font-size:27px}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-extralight{font-weight:200}.font-bold{font-weight:700}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.leading-5{line-height:1.25rem}.leading-4{line-height:1rem}.leading-\[4\.5rem\]{line-height:4.5rem}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.text-red-50{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity))}.text-red-100{--tw-text-opacity: 1;color:rgb(251 242 242 / var(--tw-text-opacity))}.text-red-200{--tw-text-opacity: 1;color:rgb(248 228 228 / var(--tw-text-opacity))}.text-red-300{--tw-text-opacity: 1;color:rgb(241 198 198 / var(--tw-text-opacity))}.text-red-400{--tw-text-opacity: 1;color:rgb(234 163 163 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(227 118 118 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-red-700{--tw-text-opacity: 1;color:rgb(196 33 33 / var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgb(170 29 29 / var(--tw-text-opacity))}.text-red-900{--tw-text-opacity: 1;color:rgb(139 24 24 / var(--tw-text-opacity))}.text-orange-50{--tw-text-opacity: 1;color:rgb(255 247 237 / var(--tw-text-opacity))}.text-orange-100{--tw-text-opacity: 1;color:rgb(252 243 241 / var(--tw-text-opacity))}.text-orange-200{--tw-text-opacity: 1;color:rgb(250 231 228 / var(--tw-text-opacity))}.text-orange-300{--tw-text-opacity: 1;color:rgb(246 205 197 / var(--tw-text-opacity))}.text-orange-400{--tw-text-opacity: 1;color:rgb(242 175 161 / var(--tw-text-opacity))}.text-orange-500{--tw-text-opacity: 1;color:rgb(238 138 114 / var(--tw-text-opacity))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.text-orange-700{--tw-text-opacity: 1;color:rgb(209 78 10 / var(--tw-text-opacity))}.text-orange-800{--tw-text-opacity: 1;color:rgb(181 68 9 / var(--tw-text-opacity))}.text-orange-900{--tw-text-opacity: 1;color:rgb(147 55 7 / var(--tw-text-opacity))}.text-yellow-50{--tw-text-opacity: 1;color:rgb(254 252 232 / var(--tw-text-opacity))}.text-yellow-100{--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity))}.text-yellow-200{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity))}.text-yellow-300{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity))}.text-green-50{--tw-text-opacity: 1;color:rgb(240 253 244 / var(--tw-text-opacity))}.text-green-100{--tw-text-opacity: 1;color:rgb(242 250 246 / var(--tw-text-opacity))}.text-green-200{--tw-text-opacity: 1;color:rgb(229 246 238 / var(--tw-text-opacity))}.text-green-300{--tw-text-opacity: 1;color:rgb(200 238 219 / var(--tw-text-opacity))}.text-green-400{--tw-text-opacity: 1;color:rgb(166 229 200 / var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgb(123 220 178 / var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity))}.text-green-700{--tw-text-opacity: 1;color:rgb(46 188 136 / var(--tw-text-opacity))}.text-green-800{--tw-text-opacity: 1;color:rgb(40 163 118 / var(--tw-text-opacity))}.text-green-900{--tw-text-opacity: 1;color:rgb(32 133 96 / var(--tw-text-opacity))}.text-emerald-50{--tw-text-opacity: 1;color:rgb(236 253 245 / var(--tw-text-opacity))}.text-emerald-100{--tw-text-opacity: 1;color:rgb(209 250 229 / var(--tw-text-opacity))}.text-emerald-200{--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity))}.text-emerald-300{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity))}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity))}.text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity))}.text-emerald-800{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity))}.text-emerald-900{--tw-text-opacity: 1;color:rgb(6 78 59 / var(--tw-text-opacity))}.text-teal-50{--tw-text-opacity: 1;color:rgb(240 253 250 / var(--tw-text-opacity))}.text-teal-100{--tw-text-opacity: 1;color:rgb(204 251 241 / var(--tw-text-opacity))}.text-teal-200{--tw-text-opacity: 1;color:rgb(153 246 228 / var(--tw-text-opacity))}.text-teal-300{--tw-text-opacity: 1;color:rgb(94 234 212 / var(--tw-text-opacity))}.text-teal-400{--tw-text-opacity: 1;color:rgb(45 212 191 / var(--tw-text-opacity))}.text-teal-500{--tw-text-opacity: 1;color:rgb(20 184 166 / var(--tw-text-opacity))}.text-teal-600{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity))}.text-teal-700{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity))}.text-teal-800{--tw-text-opacity: 1;color:rgb(17 94 89 / var(--tw-text-opacity))}.text-teal-900{--tw-text-opacity: 1;color:rgb(19 78 74 / var(--tw-text-opacity))}.text-sky-50{--tw-text-opacity: 1;color:rgb(240 249 255 / var(--tw-text-opacity))}.text-sky-100{--tw-text-opacity: 1;color:rgb(224 242 254 / var(--tw-text-opacity))}.text-sky-200{--tw-text-opacity: 1;color:rgb(186 230 253 / var(--tw-text-opacity))}.text-sky-300{--tw-text-opacity: 1;color:rgb(125 211 252 / var(--tw-text-opacity))}.text-sky-400{--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity))}.text-sky-500{--tw-text-opacity: 1;color:rgb(14 165 233 / var(--tw-text-opacity))}.text-sky-600{--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity))}.text-sky-700{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity))}.text-sky-800{--tw-text-opacity: 1;color:rgb(7 89 133 / var(--tw-text-opacity))}.text-sky-900{--tw-text-opacity: 1;color:rgb(12 74 110 / var(--tw-text-opacity))}.text-blue-50{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity))}.text-blue-100{--tw-text-opacity: 1;color:rgb(242 243 253 / var(--tw-text-opacity))}.text-blue-200{--tw-text-opacity: 1;color:rgb(228 232 251 / var(--tw-text-opacity))}.text-blue-300{--tw-text-opacity: 1;color:rgb(198 207 247 / var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity: 1;color:rgb(163 178 243 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(118 144 239 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity: 1;color:rgb(33 88 210 / var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity: 1;color:rgb(28 76 182 / var(--tw-text-opacity))}.text-blue-900{--tw-text-opacity: 1;color:rgb(23 62 148 / var(--tw-text-opacity))}.text-indigo-50{--tw-text-opacity: 1;color:rgb(238 242 255 / var(--tw-text-opacity))}.text-indigo-100{--tw-text-opacity: 1;color:rgb(224 231 255 / var(--tw-text-opacity))}.text-indigo-200{--tw-text-opacity: 1;color:rgb(199 210 254 / var(--tw-text-opacity))}.text-indigo-300{--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity))}.text-indigo-400{--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity))}.text-indigo-500{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity))}.text-indigo-800{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity))}.text-indigo-900{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity))}.text-violet-50{--tw-text-opacity: 1;color:rgb(245 243 255 / var(--tw-text-opacity))}.text-violet-100{--tw-text-opacity: 1;color:rgb(237 233 254 / var(--tw-text-opacity))}.text-violet-200{--tw-text-opacity: 1;color:rgb(221 214 254 / var(--tw-text-opacity))}.text-violet-300{--tw-text-opacity: 1;color:rgb(196 181 253 / var(--tw-text-opacity))}.text-violet-400{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.text-violet-500{--tw-text-opacity: 1;color:rgb(139 92 246 / var(--tw-text-opacity))}.text-violet-600{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity))}.text-violet-700{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity))}.text-violet-800{--tw-text-opacity: 1;color:rgb(91 33 182 / var(--tw-text-opacity))}.text-violet-900{--tw-text-opacity: 1;color:rgb(76 29 149 / var(--tw-text-opacity))}.text-fuchsia-50{--tw-text-opacity: 1;color:rgb(253 244 255 / var(--tw-text-opacity))}.text-fuchsia-100{--tw-text-opacity: 1;color:rgb(250 232 255 / var(--tw-text-opacity))}.text-fuchsia-200{--tw-text-opacity: 1;color:rgb(245 208 254 / var(--tw-text-opacity))}.text-fuchsia-300{--tw-text-opacity: 1;color:rgb(240 171 252 / var(--tw-text-opacity))}.text-fuchsia-400{--tw-text-opacity: 1;color:rgb(232 121 249 / var(--tw-text-opacity))}.text-fuchsia-500{--tw-text-opacity: 1;color:rgb(217 70 239 / var(--tw-text-opacity))}.text-fuchsia-600{--tw-text-opacity: 1;color:rgb(192 38 211 / var(--tw-text-opacity))}.text-fuchsia-700{--tw-text-opacity: 1;color:rgb(162 28 175 / var(--tw-text-opacity))}.text-fuchsia-800{--tw-text-opacity: 1;color:rgb(134 25 143 / var(--tw-text-opacity))}.text-fuchsia-900{--tw-text-opacity: 1;color:rgb(112 26 117 / var(--tw-text-opacity))}.text-pink-50{--tw-text-opacity: 1;color:rgb(253 242 248 / var(--tw-text-opacity))}.text-pink-100{--tw-text-opacity: 1;color:rgb(252 231 243 / var(--tw-text-opacity))}.text-pink-200{--tw-text-opacity: 1;color:rgb(251 207 232 / var(--tw-text-opacity))}.text-pink-300{--tw-text-opacity: 1;color:rgb(249 168 212 / var(--tw-text-opacity))}.text-pink-400{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity))}.text-pink-500{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity))}.text-pink-600{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity))}.text-pink-700{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity))}.text-pink-800{--tw-text-opacity: 1;color:rgb(157 23 77 / var(--tw-text-opacity))}.text-pink-900{--tw-text-opacity: 1;color:rgb(131 24 67 / var(--tw-text-opacity))}.text-rose-50{--tw-text-opacity: 1;color:rgb(255 241 242 / var(--tw-text-opacity))}.text-rose-100{--tw-text-opacity: 1;color:rgb(255 228 230 / var(--tw-text-opacity))}.text-rose-200{--tw-text-opacity: 1;color:rgb(254 205 211 / var(--tw-text-opacity))}.text-rose-300{--tw-text-opacity: 1;color:rgb(253 164 175 / var(--tw-text-opacity))}.text-rose-400{--tw-text-opacity: 1;color:rgb(251 113 133 / var(--tw-text-opacity))}.text-rose-500{--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity))}.text-rose-600{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity))}.text-rose-700{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity))}.text-rose-800{--tw-text-opacity: 1;color:rgb(159 18 57 / var(--tw-text-opacity))}.text-rose-900{--tw-text-opacity: 1;color:rgb(136 19 55 / var(--tw-text-opacity))}.text-primary-100{--tw-text-opacity: 1;color:rgb(242 243 244 / var(--tw-text-opacity))}.text-primary-200{--tw-text-opacity: 1;color:rgb(232 232 240 / var(--tw-text-opacity))}.text-primary-300{--tw-text-opacity: 1;color:rgb(208 208 225 / var(--tw-text-opacity))}.text-primary-400{--tw-text-opacity: 1;color:rgb(180 180 209 / var(--tw-text-opacity))}.text-primary-500{--tw-text-opacity: 1;color:rgb(147 147 191 / var(--tw-text-opacity))}.text-primary-600{--tw-text-opacity: 1;color:rgb(104 104 172 / var(--tw-text-opacity))}.text-primary-700{--tw-text-opacity: 1;color:rgb(93 93 153 / var(--tw-text-opacity))}.text-primary-800{--tw-text-opacity: 1;color:rgb(80 80 133 / var(--tw-text-opacity))}.text-primary-900{--tw-text-opacity: 1;color:rgb(65 65 108 / var(--tw-text-opacity))}.text-primary-1000{--tw-text-opacity: 1;color:rgb(46 46 76 / var(--tw-text-opacity))}.text-primary-highlight-100{--tw-text-opacity: 1;color:rgb(247 245 254 / var(--tw-text-opacity))}.text-primary-highlight-200{--tw-text-opacity: 1;color:rgb(239 236 254 / var(--tw-text-opacity))}.text-primary-highlight-300{--tw-text-opacity: 1;color:rgb(223 216 253 / var(--tw-text-opacity))}.text-primary-highlight-400{--tw-text-opacity: 1;color:rgb(206 193 252 / var(--tw-text-opacity))}.text-primary-highlight-500{--tw-text-opacity: 1;color:rgb(187 168 251 / var(--tw-text-opacity))}.text-primary-highlight-600{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.text-primary-highlight-700{--tw-text-opacity: 1;color:rgb(149 124 223 / var(--tw-text-opacity))}.text-primary-highlight-800{--tw-text-opacity: 1;color:rgb(129 107 193 / var(--tw-text-opacity))}.text-primary-highlight-900{--tw-text-opacity: 1;color:rgb(105 87 158 / var(--tw-text-opacity))}.text-primary-highlight-1000{--tw-text-opacity: 1;color:rgb(74 62 111 / var(--tw-text-opacity))}.text-secondary-100{--tw-text-opacity: 1;color:rgb(254 247 242 / var(--tw-text-opacity))}.text-secondary-200{--tw-text-opacity: 1;color:rgb(254 240 228 / var(--tw-text-opacity))}.text-secondary-300{--tw-text-opacity: 1;color:rgb(253 225 198 / var(--tw-text-opacity))}.text-secondary-400{--tw-text-opacity: 1;color:rgb(252 209 162 / var(--tw-text-opacity))}.text-secondary-500{--tw-text-opacity: 1;color:rgb(251 191 117 / var(--tw-text-opacity))}.text-secondary-600{--tw-text-opacity: 1;color:rgb(250 172 30 / var(--tw-text-opacity))}.text-secondary-700{--tw-text-opacity: 1;color:rgb(223 153 26 / var(--tw-text-opacity))}.text-secondary-800{--tw-text-opacity: 1;color:rgb(193 133 23 / var(--tw-text-opacity))}.text-secondary-900{--tw-text-opacity: 1;color:rgb(158 108 18 / var(--tw-text-opacity))}.text-secondary-1000{--tw-text-opacity: 1;color:rgb(111 76 13 / var(--tw-text-opacity))}.text-grey-100{--tw-text-opacity: 1;color:rgb(242 243 244 / var(--tw-text-opacity))}.text-grey-200{--tw-text-opacity: 1;color:rgb(230 231 232 / var(--tw-text-opacity))}.text-grey-300{--tw-text-opacity: 1;color:rgb(202 204 208 / var(--tw-text-opacity))}.text-grey-400{--tw-text-opacity: 1;color:rgb(170 174 180 / var(--tw-text-opacity))}.text-grey-500{--tw-text-opacity: 1;color:rgb(130 137 147 / var(--tw-text-opacity))}.text-grey-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.text-grey-700{--tw-text-opacity: 1;color:rgb(63 76 93 / var(--tw-text-opacity))}.text-grey-800{--tw-text-opacity: 1;color:rgb(54 65 81 / var(--tw-text-opacity))}.text-grey-900{--tw-text-opacity: 1;color:rgb(44 53 66 / var(--tw-text-opacity))}.text-grey-1000{--tw-text-opacity: 1;color:rgb(31 38 46 / var(--tw-text-opacity))}.text-green-1000{--tw-text-opacity: 1;color:rgb(23 94 68 / var(--tw-text-opacity))}.text-blue-1000{--tw-text-opacity: 1;color:rgb(16 44 105 / var(--tw-text-opacity))}.text-orange-1000{--tw-text-opacity: 1;color:rgb(104 39 5 / var(--tw-text-opacity))}.text-red-1000{--tw-text-opacity: 1;color:rgb(98 16 16 / var(--tw-text-opacity))}.text-primary{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.text-primary-light{--tw-text-opacity: 1;color:rgb(247 245 254 / var(--tw-text-opacity))}.text-primary-dark{--tw-text-opacity: 1;color:rgb(105 87 158 / var(--tw-text-opacity))}.text-info{--tw-text-opacity: 1;color:rgb(118 144 239 / var(--tw-text-opacity))}.text-info-light{--tw-text-opacity: 1;color:rgb(242 243 253 / var(--tw-text-opacity))}.text-info-dark{--tw-text-opacity: 1;color:rgb(33 88 210 / var(--tw-text-opacity))}.text-success{--tw-text-opacity: 1;color:rgb(40 163 118 / var(--tw-text-opacity))}.text-success-light{--tw-text-opacity: 1;color:rgb(242 250 246 / var(--tw-text-opacity))}.text-success-dark{--tw-text-opacity: 1;color:rgb(32 133 96 / var(--tw-text-opacity))}.text-warning{--tw-text-opacity: 1;color:rgb(250 172 30 / var(--tw-text-opacity))}.text-warning-light{--tw-text-opacity: 1;color:rgb(254 247 242 / var(--tw-text-opacity))}.text-warning-dark{--tw-text-opacity: 1;color:rgb(158 108 18 / var(--tw-text-opacity))}.text-error{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-error-light{--tw-text-opacity: 1;color:rgb(251 242 242 / var(--tw-text-opacity))}.text-error-dark{--tw-text-opacity: 1;color:rgb(196 33 33 / var(--tw-text-opacity))}.text-grey{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.text-grey-light{--tw-text-opacity: 1;color:rgb(242 243 244 / var(--tw-text-opacity))}.text-grey-dark{--tw-text-opacity: 1;color:rgb(44 53 66 / var(--tw-text-opacity))}.text-red-50\/0{color:#fef2f200}.text-red-50\/5{color:#fef2f20d}.text-red-50\/10{color:#fef2f21a}.text-red-50\/20{color:#fef2f233}.text-red-50\/25{color:#fef2f240}.text-red-50\/30{color:#fef2f24d}.text-red-50\/40{color:#fef2f266}.text-red-50\/50{color:#fef2f280}.text-red-50\/60{color:#fef2f299}.text-red-50\/70{color:#fef2f2b3}.text-red-50\/75{color:#fef2f2bf}.text-red-50\/80{color:#fef2f2cc}.text-red-50\/90{color:#fef2f2e6}.text-red-50\/95{color:#fef2f2f2}.text-red-50\/100{color:#fef2f2}.text-red-100\/0{color:#fbf2f200}.text-red-100\/5{color:#fbf2f20d}.text-red-100\/10{color:#fbf2f21a}.text-red-100\/20{color:#fbf2f233}.text-red-100\/25{color:#fbf2f240}.text-red-100\/30{color:#fbf2f24d}.text-red-100\/40{color:#fbf2f266}.text-red-100\/50{color:#fbf2f280}.text-red-100\/60{color:#fbf2f299}.text-red-100\/70{color:#fbf2f2b3}.text-red-100\/75{color:#fbf2f2bf}.text-red-100\/80{color:#fbf2f2cc}.text-red-100\/90{color:#fbf2f2e6}.text-red-100\/95{color:#fbf2f2f2}.text-red-100\/100{color:#fbf2f2}.text-red-200\/0{color:#f8e4e400}.text-red-200\/5{color:#f8e4e40d}.text-red-200\/10{color:#f8e4e41a}.text-red-200\/20{color:#f8e4e433}.text-red-200\/25{color:#f8e4e440}.text-red-200\/30{color:#f8e4e44d}.text-red-200\/40{color:#f8e4e466}.text-red-200\/50{color:#f8e4e480}.text-red-200\/60{color:#f8e4e499}.text-red-200\/70{color:#f8e4e4b3}.text-red-200\/75{color:#f8e4e4bf}.text-red-200\/80{color:#f8e4e4cc}.text-red-200\/90{color:#f8e4e4e6}.text-red-200\/95{color:#f8e4e4f2}.text-red-200\/100{color:#f8e4e4}.text-red-300\/0{color:#f1c6c600}.text-red-300\/5{color:#f1c6c60d}.text-red-300\/10{color:#f1c6c61a}.text-red-300\/20{color:#f1c6c633}.text-red-300\/25{color:#f1c6c640}.text-red-300\/30{color:#f1c6c64d}.text-red-300\/40{color:#f1c6c666}.text-red-300\/50{color:#f1c6c680}.text-red-300\/60{color:#f1c6c699}.text-red-300\/70{color:#f1c6c6b3}.text-red-300\/75{color:#f1c6c6bf}.text-red-300\/80{color:#f1c6c6cc}.text-red-300\/90{color:#f1c6c6e6}.text-red-300\/95{color:#f1c6c6f2}.text-red-300\/100{color:#f1c6c6}.text-red-400\/0{color:#eaa3a300}.text-red-400\/5{color:#eaa3a30d}.text-red-400\/10{color:#eaa3a31a}.text-red-400\/20{color:#eaa3a333}.text-red-400\/25{color:#eaa3a340}.text-red-400\/30{color:#eaa3a34d}.text-red-400\/40{color:#eaa3a366}.text-red-400\/50{color:#eaa3a380}.text-red-400\/60{color:#eaa3a399}.text-red-400\/70{color:#eaa3a3b3}.text-red-400\/75{color:#eaa3a3bf}.text-red-400\/80{color:#eaa3a3cc}.text-red-400\/90{color:#eaa3a3e6}.text-red-400\/95{color:#eaa3a3f2}.text-red-400\/100{color:#eaa3a3}.text-red-500\/0{color:#e3767600}.text-red-500\/5{color:#e376760d}.text-red-500\/10{color:#e376761a}.text-red-500\/20{color:#e3767633}.text-red-500\/25{color:#e3767640}.text-red-500\/30{color:#e376764d}.text-red-500\/40{color:#e3767666}.text-red-500\/50{color:#e3767680}.text-red-500\/60{color:#e3767699}.text-red-500\/70{color:#e37676b3}.text-red-500\/75{color:#e37676bf}.text-red-500\/80{color:#e37676cc}.text-red-500\/90{color:#e37676e6}.text-red-500\/95{color:#e37676f2}.text-red-500\/100{color:#e37676}.text-red-600\/0{color:#dc262600}.text-red-600\/5{color:#dc26260d}.text-red-600\/10{color:#dc26261a}.text-red-600\/20{color:#dc262633}.text-red-600\/25{color:#dc262640}.text-red-600\/30{color:#dc26264d}.text-red-600\/40{color:#dc262666}.text-red-600\/50{color:#dc262680}.text-red-600\/60{color:#dc262699}.text-red-600\/70{color:#dc2626b3}.text-red-600\/75{color:#dc2626bf}.text-red-600\/80{color:#dc2626cc}.text-red-600\/90{color:#dc2626e6}.text-red-600\/95{color:#dc2626f2}.text-red-600\/100{color:#dc2626}.text-red-700\/0{color:#c4212100}.text-red-700\/5{color:#c421210d}.text-red-700\/10{color:#c421211a}.text-red-700\/20{color:#c4212133}.text-red-700\/25{color:#c4212140}.text-red-700\/30{color:#c421214d}.text-red-700\/40{color:#c4212166}.text-red-700\/50{color:#c4212180}.text-red-700\/60{color:#c4212199}.text-red-700\/70{color:#c42121b3}.text-red-700\/75{color:#c42121bf}.text-red-700\/80{color:#c42121cc}.text-red-700\/90{color:#c42121e6}.text-red-700\/95{color:#c42121f2}.text-red-700\/100{color:#c42121}.text-red-800\/0{color:#aa1d1d00}.text-red-800\/5{color:#aa1d1d0d}.text-red-800\/10{color:#aa1d1d1a}.text-red-800\/20{color:#aa1d1d33}.text-red-800\/25{color:#aa1d1d40}.text-red-800\/30{color:#aa1d1d4d}.text-red-800\/40{color:#aa1d1d66}.text-red-800\/50{color:#aa1d1d80}.text-red-800\/60{color:#aa1d1d99}.text-red-800\/70{color:#aa1d1db3}.text-red-800\/75{color:#aa1d1dbf}.text-red-800\/80{color:#aa1d1dcc}.text-red-800\/90{color:#aa1d1de6}.text-red-800\/95{color:#aa1d1df2}.text-red-800\/100{color:#aa1d1d}.text-red-900\/0{color:#8b181800}.text-red-900\/5{color:#8b18180d}.text-red-900\/10{color:#8b18181a}.text-red-900\/20{color:#8b181833}.text-red-900\/25{color:#8b181840}.text-red-900\/30{color:#8b18184d}.text-red-900\/40{color:#8b181866}.text-red-900\/50{color:#8b181880}.text-red-900\/60{color:#8b181899}.text-red-900\/70{color:#8b1818b3}.text-red-900\/75{color:#8b1818bf}.text-red-900\/80{color:#8b1818cc}.text-red-900\/90{color:#8b1818e6}.text-red-900\/95{color:#8b1818f2}.text-red-900\/100{color:#8b1818}.text-orange-50\/0{color:#fff7ed00}.text-orange-50\/5{color:#fff7ed0d}.text-orange-50\/10{color:#fff7ed1a}.text-orange-50\/20{color:#fff7ed33}.text-orange-50\/25{color:#fff7ed40}.text-orange-50\/30{color:#fff7ed4d}.text-orange-50\/40{color:#fff7ed66}.text-orange-50\/50{color:#fff7ed80}.text-orange-50\/60{color:#fff7ed99}.text-orange-50\/70{color:#fff7edb3}.text-orange-50\/75{color:#fff7edbf}.text-orange-50\/80{color:#fff7edcc}.text-orange-50\/90{color:#fff7ede6}.text-orange-50\/95{color:#fff7edf2}.text-orange-50\/100{color:#fff7ed}.text-orange-100\/0{color:#fcf3f100}.text-orange-100\/5{color:#fcf3f10d}.text-orange-100\/10{color:#fcf3f11a}.text-orange-100\/20{color:#fcf3f133}.text-orange-100\/25{color:#fcf3f140}.text-orange-100\/30{color:#fcf3f14d}.text-orange-100\/40{color:#fcf3f166}.text-orange-100\/50{color:#fcf3f180}.text-orange-100\/60{color:#fcf3f199}.text-orange-100\/70{color:#fcf3f1b3}.text-orange-100\/75{color:#fcf3f1bf}.text-orange-100\/80{color:#fcf3f1cc}.text-orange-100\/90{color:#fcf3f1e6}.text-orange-100\/95{color:#fcf3f1f2}.text-orange-100\/100{color:#fcf3f1}.text-orange-200\/0{color:#fae7e400}.text-orange-200\/5{color:#fae7e40d}.text-orange-200\/10{color:#fae7e41a}.text-orange-200\/20{color:#fae7e433}.text-orange-200\/25{color:#fae7e440}.text-orange-200\/30{color:#fae7e44d}.text-orange-200\/40{color:#fae7e466}.text-orange-200\/50{color:#fae7e480}.text-orange-200\/60{color:#fae7e499}.text-orange-200\/70{color:#fae7e4b3}.text-orange-200\/75{color:#fae7e4bf}.text-orange-200\/80{color:#fae7e4cc}.text-orange-200\/90{color:#fae7e4e6}.text-orange-200\/95{color:#fae7e4f2}.text-orange-200\/100{color:#fae7e4}.text-orange-300\/0{color:#f6cdc500}.text-orange-300\/5{color:#f6cdc50d}.text-orange-300\/10{color:#f6cdc51a}.text-orange-300\/20{color:#f6cdc533}.text-orange-300\/25{color:#f6cdc540}.text-orange-300\/30{color:#f6cdc54d}.text-orange-300\/40{color:#f6cdc566}.text-orange-300\/50{color:#f6cdc580}.text-orange-300\/60{color:#f6cdc599}.text-orange-300\/70{color:#f6cdc5b3}.text-orange-300\/75{color:#f6cdc5bf}.text-orange-300\/80{color:#f6cdc5cc}.text-orange-300\/90{color:#f6cdc5e6}.text-orange-300\/95{color:#f6cdc5f2}.text-orange-300\/100{color:#f6cdc5}.text-orange-400\/0{color:#f2afa100}.text-orange-400\/5{color:#f2afa10d}.text-orange-400\/10{color:#f2afa11a}.text-orange-400\/20{color:#f2afa133}.text-orange-400\/25{color:#f2afa140}.text-orange-400\/30{color:#f2afa14d}.text-orange-400\/40{color:#f2afa166}.text-orange-400\/50{color:#f2afa180}.text-orange-400\/60{color:#f2afa199}.text-orange-400\/70{color:#f2afa1b3}.text-orange-400\/75{color:#f2afa1bf}.text-orange-400\/80{color:#f2afa1cc}.text-orange-400\/90{color:#f2afa1e6}.text-orange-400\/95{color:#f2afa1f2}.text-orange-400\/100{color:#f2afa1}.text-orange-500\/0{color:#ee8a7200}.text-orange-500\/5{color:#ee8a720d}.text-orange-500\/10{color:#ee8a721a}.text-orange-500\/20{color:#ee8a7233}.text-orange-500\/25{color:#ee8a7240}.text-orange-500\/30{color:#ee8a724d}.text-orange-500\/40{color:#ee8a7266}.text-orange-500\/50{color:#ee8a7280}.text-orange-500\/60{color:#ee8a7299}.text-orange-500\/70{color:#ee8a72b3}.text-orange-500\/75{color:#ee8a72bf}.text-orange-500\/80{color:#ee8a72cc}.text-orange-500\/90{color:#ee8a72e6}.text-orange-500\/95{color:#ee8a72f2}.text-orange-500\/100{color:#ee8a72}.text-orange-600\/0{color:#ea580c00}.text-orange-600\/5{color:#ea580c0d}.text-orange-600\/10{color:#ea580c1a}.text-orange-600\/20{color:#ea580c33}.text-orange-600\/25{color:#ea580c40}.text-orange-600\/30{color:#ea580c4d}.text-orange-600\/40{color:#ea580c66}.text-orange-600\/50{color:#ea580c80}.text-orange-600\/60{color:#ea580c99}.text-orange-600\/70{color:#ea580cb3}.text-orange-600\/75{color:#ea580cbf}.text-orange-600\/80{color:#ea580ccc}.text-orange-600\/90{color:#ea580ce6}.text-orange-600\/95{color:#ea580cf2}.text-orange-600\/100{color:#ea580c}.text-orange-700\/0{color:#d14e0a00}.text-orange-700\/5{color:#d14e0a0d}.text-orange-700\/10{color:#d14e0a1a}.text-orange-700\/20{color:#d14e0a33}.text-orange-700\/25{color:#d14e0a40}.text-orange-700\/30{color:#d14e0a4d}.text-orange-700\/40{color:#d14e0a66}.text-orange-700\/50{color:#d14e0a80}.text-orange-700\/60{color:#d14e0a99}.text-orange-700\/70{color:#d14e0ab3}.text-orange-700\/75{color:#d14e0abf}.text-orange-700\/80{color:#d14e0acc}.text-orange-700\/90{color:#d14e0ae6}.text-orange-700\/95{color:#d14e0af2}.text-orange-700\/100{color:#d14e0a}.text-orange-800\/0{color:#b5440900}.text-orange-800\/5{color:#b544090d}.text-orange-800\/10{color:#b544091a}.text-orange-800\/20{color:#b5440933}.text-orange-800\/25{color:#b5440940}.text-orange-800\/30{color:#b544094d}.text-orange-800\/40{color:#b5440966}.text-orange-800\/50{color:#b5440980}.text-orange-800\/60{color:#b5440999}.text-orange-800\/70{color:#b54409b3}.text-orange-800\/75{color:#b54409bf}.text-orange-800\/80{color:#b54409cc}.text-orange-800\/90{color:#b54409e6}.text-orange-800\/95{color:#b54409f2}.text-orange-800\/100{color:#b54409}.text-orange-900\/0{color:#93370700}.text-orange-900\/5{color:#9337070d}.text-orange-900\/10{color:#9337071a}.text-orange-900\/20{color:#93370733}.text-orange-900\/25{color:#93370740}.text-orange-900\/30{color:#9337074d}.text-orange-900\/40{color:#93370766}.text-orange-900\/50{color:#93370780}.text-orange-900\/60{color:#93370799}.text-orange-900\/70{color:#933707b3}.text-orange-900\/75{color:#933707bf}.text-orange-900\/80{color:#933707cc}.text-orange-900\/90{color:#933707e6}.text-orange-900\/95{color:#933707f2}.text-orange-900\/100{color:#933707}.text-yellow-50\/0{color:#fefce800}.text-yellow-50\/5{color:#fefce80d}.text-yellow-50\/10{color:#fefce81a}.text-yellow-50\/20{color:#fefce833}.text-yellow-50\/25{color:#fefce840}.text-yellow-50\/30{color:#fefce84d}.text-yellow-50\/40{color:#fefce866}.text-yellow-50\/50{color:#fefce880}.text-yellow-50\/60{color:#fefce899}.text-yellow-50\/70{color:#fefce8b3}.text-yellow-50\/75{color:#fefce8bf}.text-yellow-50\/80{color:#fefce8cc}.text-yellow-50\/90{color:#fefce8e6}.text-yellow-50\/95{color:#fefce8f2}.text-yellow-50\/100{color:#fefce8}.text-yellow-100\/0{color:#fef3c700}.text-yellow-100\/5{color:#fef3c70d}.text-yellow-100\/10{color:#fef3c71a}.text-yellow-100\/20{color:#fef3c733}.text-yellow-100\/25{color:#fef3c740}.text-yellow-100\/30{color:#fef3c74d}.text-yellow-100\/40{color:#fef3c766}.text-yellow-100\/50{color:#fef3c780}.text-yellow-100\/60{color:#fef3c799}.text-yellow-100\/70{color:#fef3c7b3}.text-yellow-100\/75{color:#fef3c7bf}.text-yellow-100\/80{color:#fef3c7cc}.text-yellow-100\/90{color:#fef3c7e6}.text-yellow-100\/95{color:#fef3c7f2}.text-yellow-100\/100{color:#fef3c7}.text-yellow-200\/0{color:#fde68a00}.text-yellow-200\/5{color:#fde68a0d}.text-yellow-200\/10{color:#fde68a1a}.text-yellow-200\/20{color:#fde68a33}.text-yellow-200\/25{color:#fde68a40}.text-yellow-200\/30{color:#fde68a4d}.text-yellow-200\/40{color:#fde68a66}.text-yellow-200\/50{color:#fde68a80}.text-yellow-200\/60{color:#fde68a99}.text-yellow-200\/70{color:#fde68ab3}.text-yellow-200\/75{color:#fde68abf}.text-yellow-200\/80{color:#fde68acc}.text-yellow-200\/90{color:#fde68ae6}.text-yellow-200\/95{color:#fde68af2}.text-yellow-200\/100{color:#fde68a}.text-yellow-300\/0{color:#fcd34d00}.text-yellow-300\/5{color:#fcd34d0d}.text-yellow-300\/10{color:#fcd34d1a}.text-yellow-300\/20{color:#fcd34d33}.text-yellow-300\/25{color:#fcd34d40}.text-yellow-300\/30{color:#fcd34d4d}.text-yellow-300\/40{color:#fcd34d66}.text-yellow-300\/50{color:#fcd34d80}.text-yellow-300\/60{color:#fcd34d99}.text-yellow-300\/70{color:#fcd34db3}.text-yellow-300\/75{color:#fcd34dbf}.text-yellow-300\/80{color:#fcd34dcc}.text-yellow-300\/90{color:#fcd34de6}.text-yellow-300\/95{color:#fcd34df2}.text-yellow-300\/100{color:#fcd34d}.text-yellow-400\/0{color:#fbbf2400}.text-yellow-400\/5{color:#fbbf240d}.text-yellow-400\/10{color:#fbbf241a}.text-yellow-400\/20{color:#fbbf2433}.text-yellow-400\/25{color:#fbbf2440}.text-yellow-400\/30{color:#fbbf244d}.text-yellow-400\/40{color:#fbbf2466}.text-yellow-400\/50{color:#fbbf2480}.text-yellow-400\/60{color:#fbbf2499}.text-yellow-400\/70{color:#fbbf24b3}.text-yellow-400\/75{color:#fbbf24bf}.text-yellow-400\/80{color:#fbbf24cc}.text-yellow-400\/90{color:#fbbf24e6}.text-yellow-400\/95{color:#fbbf24f2}.text-yellow-400\/100{color:#fbbf24}.text-yellow-500\/0{color:#eab30800}.text-yellow-500\/5{color:#eab3080d}.text-yellow-500\/10{color:#eab3081a}.text-yellow-500\/20{color:#eab30833}.text-yellow-500\/25{color:#eab30840}.text-yellow-500\/30{color:#eab3084d}.text-yellow-500\/40{color:#eab30866}.text-yellow-500\/50{color:#eab30880}.text-yellow-500\/60{color:#eab30899}.text-yellow-500\/70{color:#eab308b3}.text-yellow-500\/75{color:#eab308bf}.text-yellow-500\/80{color:#eab308cc}.text-yellow-500\/90{color:#eab308e6}.text-yellow-500\/95{color:#eab308f2}.text-yellow-500\/100{color:#eab308}.text-yellow-600\/0{color:#d9770600}.text-yellow-600\/5{color:#d977060d}.text-yellow-600\/10{color:#d977061a}.text-yellow-600\/20{color:#d9770633}.text-yellow-600\/25{color:#d9770640}.text-yellow-600\/30{color:#d977064d}.text-yellow-600\/40{color:#d9770666}.text-yellow-600\/50{color:#d9770680}.text-yellow-600\/60{color:#d9770699}.text-yellow-600\/70{color:#d97706b3}.text-yellow-600\/75{color:#d97706bf}.text-yellow-600\/80{color:#d97706cc}.text-yellow-600\/90{color:#d97706e6}.text-yellow-600\/95{color:#d97706f2}.text-yellow-600\/100{color:#d97706}.text-yellow-700\/0{color:#b4530900}.text-yellow-700\/5{color:#b453090d}.text-yellow-700\/10{color:#b453091a}.text-yellow-700\/20{color:#b4530933}.text-yellow-700\/25{color:#b4530940}.text-yellow-700\/30{color:#b453094d}.text-yellow-700\/40{color:#b4530966}.text-yellow-700\/50{color:#b4530980}.text-yellow-700\/60{color:#b4530999}.text-yellow-700\/70{color:#b45309b3}.text-yellow-700\/75{color:#b45309bf}.text-yellow-700\/80{color:#b45309cc}.text-yellow-700\/90{color:#b45309e6}.text-yellow-700\/95{color:#b45309f2}.text-yellow-700\/100{color:#b45309}.text-yellow-800\/0{color:#92400e00}.text-yellow-800\/5{color:#92400e0d}.text-yellow-800\/10{color:#92400e1a}.text-yellow-800\/20{color:#92400e33}.text-yellow-800\/25{color:#92400e40}.text-yellow-800\/30{color:#92400e4d}.text-yellow-800\/40{color:#92400e66}.text-yellow-800\/50{color:#92400e80}.text-yellow-800\/60{color:#92400e99}.text-yellow-800\/70{color:#92400eb3}.text-yellow-800\/75{color:#92400ebf}.text-yellow-800\/80{color:#92400ecc}.text-yellow-800\/90{color:#92400ee6}.text-yellow-800\/95{color:#92400ef2}.text-yellow-800\/100{color:#92400e}.text-yellow-900\/0{color:#78350f00}.text-yellow-900\/5{color:#78350f0d}.text-yellow-900\/10{color:#78350f1a}.text-yellow-900\/20{color:#78350f33}.text-yellow-900\/25{color:#78350f40}.text-yellow-900\/30{color:#78350f4d}.text-yellow-900\/40{color:#78350f66}.text-yellow-900\/50{color:#78350f80}.text-yellow-900\/60{color:#78350f99}.text-yellow-900\/70{color:#78350fb3}.text-yellow-900\/75{color:#78350fbf}.text-yellow-900\/80{color:#78350fcc}.text-yellow-900\/90{color:#78350fe6}.text-yellow-900\/95{color:#78350ff2}.text-yellow-900\/100{color:#78350f}.text-green-50\/0{color:#f0fdf400}.text-green-50\/5{color:#f0fdf40d}.text-green-50\/10{color:#f0fdf41a}.text-green-50\/20{color:#f0fdf433}.text-green-50\/25{color:#f0fdf440}.text-green-50\/30{color:#f0fdf44d}.text-green-50\/40{color:#f0fdf466}.text-green-50\/50{color:#f0fdf480}.text-green-50\/60{color:#f0fdf499}.text-green-50\/70{color:#f0fdf4b3}.text-green-50\/75{color:#f0fdf4bf}.text-green-50\/80{color:#f0fdf4cc}.text-green-50\/90{color:#f0fdf4e6}.text-green-50\/95{color:#f0fdf4f2}.text-green-50\/100{color:#f0fdf4}.text-green-100\/0{color:#f2faf600}.text-green-100\/5{color:#f2faf60d}.text-green-100\/10{color:#f2faf61a}.text-green-100\/20{color:#f2faf633}.text-green-100\/25{color:#f2faf640}.text-green-100\/30{color:#f2faf64d}.text-green-100\/40{color:#f2faf666}.text-green-100\/50{color:#f2faf680}.text-green-100\/60{color:#f2faf699}.text-green-100\/70{color:#f2faf6b3}.text-green-100\/75{color:#f2faf6bf}.text-green-100\/80{color:#f2faf6cc}.text-green-100\/90{color:#f2faf6e6}.text-green-100\/95{color:#f2faf6f2}.text-green-100\/100{color:#f2faf6}.text-green-200\/0{color:#e5f6ee00}.text-green-200\/5{color:#e5f6ee0d}.text-green-200\/10{color:#e5f6ee1a}.text-green-200\/20{color:#e5f6ee33}.text-green-200\/25{color:#e5f6ee40}.text-green-200\/30{color:#e5f6ee4d}.text-green-200\/40{color:#e5f6ee66}.text-green-200\/50{color:#e5f6ee80}.text-green-200\/60{color:#e5f6ee99}.text-green-200\/70{color:#e5f6eeb3}.text-green-200\/75{color:#e5f6eebf}.text-green-200\/80{color:#e5f6eecc}.text-green-200\/90{color:#e5f6eee6}.text-green-200\/95{color:#e5f6eef2}.text-green-200\/100{color:#e5f6ee}.text-green-300\/0{color:#c8eedb00}.text-green-300\/5{color:#c8eedb0d}.text-green-300\/10{color:#c8eedb1a}.text-green-300\/20{color:#c8eedb33}.text-green-300\/25{color:#c8eedb40}.text-green-300\/30{color:#c8eedb4d}.text-green-300\/40{color:#c8eedb66}.text-green-300\/50{color:#c8eedb80}.text-green-300\/60{color:#c8eedb99}.text-green-300\/70{color:#c8eedbb3}.text-green-300\/75{color:#c8eedbbf}.text-green-300\/80{color:#c8eedbcc}.text-green-300\/90{color:#c8eedbe6}.text-green-300\/95{color:#c8eedbf2}.text-green-300\/100{color:#c8eedb}.text-green-400\/0{color:#a6e5c800}.text-green-400\/5{color:#a6e5c80d}.text-green-400\/10{color:#a6e5c81a}.text-green-400\/20{color:#a6e5c833}.text-green-400\/25{color:#a6e5c840}.text-green-400\/30{color:#a6e5c84d}.text-green-400\/40{color:#a6e5c866}.text-green-400\/50{color:#a6e5c880}.text-green-400\/60{color:#a6e5c899}.text-green-400\/70{color:#a6e5c8b3}.text-green-400\/75{color:#a6e5c8bf}.text-green-400\/80{color:#a6e5c8cc}.text-green-400\/90{color:#a6e5c8e6}.text-green-400\/95{color:#a6e5c8f2}.text-green-400\/100{color:#a6e5c8}.text-green-500\/0{color:#7bdcb200}.text-green-500\/5{color:#7bdcb20d}.text-green-500\/10{color:#7bdcb21a}.text-green-500\/20{color:#7bdcb233}.text-green-500\/25{color:#7bdcb240}.text-green-500\/30{color:#7bdcb24d}.text-green-500\/40{color:#7bdcb266}.text-green-500\/50{color:#7bdcb280}.text-green-500\/60{color:#7bdcb299}.text-green-500\/70{color:#7bdcb2b3}.text-green-500\/75{color:#7bdcb2bf}.text-green-500\/80{color:#7bdcb2cc}.text-green-500\/90{color:#7bdcb2e6}.text-green-500\/95{color:#7bdcb2f2}.text-green-500\/100{color:#7bdcb2}.text-green-600\/0{color:#34d39900}.text-green-600\/5{color:#34d3990d}.text-green-600\/10{color:#34d3991a}.text-green-600\/20{color:#34d39933}.text-green-600\/25{color:#34d39940}.text-green-600\/30{color:#34d3994d}.text-green-600\/40{color:#34d39966}.text-green-600\/50{color:#34d39980}.text-green-600\/60{color:#34d39999}.text-green-600\/70{color:#34d399b3}.text-green-600\/75{color:#34d399bf}.text-green-600\/80{color:#34d399cc}.text-green-600\/90{color:#34d399e6}.text-green-600\/95{color:#34d399f2}.text-green-600\/100{color:#34d399}.text-green-700\/0{color:#2ebc8800}.text-green-700\/5{color:#2ebc880d}.text-green-700\/10{color:#2ebc881a}.text-green-700\/20{color:#2ebc8833}.text-green-700\/25{color:#2ebc8840}.text-green-700\/30{color:#2ebc884d}.text-green-700\/40{color:#2ebc8866}.text-green-700\/50{color:#2ebc8880}.text-green-700\/60{color:#2ebc8899}.text-green-700\/70{color:#2ebc88b3}.text-green-700\/75{color:#2ebc88bf}.text-green-700\/80{color:#2ebc88cc}.text-green-700\/90{color:#2ebc88e6}.text-green-700\/95{color:#2ebc88f2}.text-green-700\/100{color:#2ebc88}.text-green-800\/0{color:#28a37600}.text-green-800\/5{color:#28a3760d}.text-green-800\/10{color:#28a3761a}.text-green-800\/20{color:#28a37633}.text-green-800\/25{color:#28a37640}.text-green-800\/30{color:#28a3764d}.text-green-800\/40{color:#28a37666}.text-green-800\/50{color:#28a37680}.text-green-800\/60{color:#28a37699}.text-green-800\/70{color:#28a376b3}.text-green-800\/75{color:#28a376bf}.text-green-800\/80{color:#28a376cc}.text-green-800\/90{color:#28a376e6}.text-green-800\/95{color:#28a376f2}.text-green-800\/100{color:#28a376}.text-green-900\/0{color:#20856000}.text-green-900\/5{color:#2085600d}.text-green-900\/10{color:#2085601a}.text-green-900\/20{color:#20856033}.text-green-900\/25{color:#20856040}.text-green-900\/30{color:#2085604d}.text-green-900\/40{color:#20856066}.text-green-900\/50{color:#20856080}.text-green-900\/60{color:#20856099}.text-green-900\/70{color:#208560b3}.text-green-900\/75{color:#208560bf}.text-green-900\/80{color:#208560cc}.text-green-900\/90{color:#208560e6}.text-green-900\/95{color:#208560f2}.text-green-900\/100{color:#208560}.text-emerald-50\/0{color:#ecfdf500}.text-emerald-50\/5{color:#ecfdf50d}.text-emerald-50\/10{color:#ecfdf51a}.text-emerald-50\/20{color:#ecfdf533}.text-emerald-50\/25{color:#ecfdf540}.text-emerald-50\/30{color:#ecfdf54d}.text-emerald-50\/40{color:#ecfdf566}.text-emerald-50\/50{color:#ecfdf580}.text-emerald-50\/60{color:#ecfdf599}.text-emerald-50\/70{color:#ecfdf5b3}.text-emerald-50\/75{color:#ecfdf5bf}.text-emerald-50\/80{color:#ecfdf5cc}.text-emerald-50\/90{color:#ecfdf5e6}.text-emerald-50\/95{color:#ecfdf5f2}.text-emerald-50\/100{color:#ecfdf5}.text-emerald-100\/0{color:#d1fae500}.text-emerald-100\/5{color:#d1fae50d}.text-emerald-100\/10{color:#d1fae51a}.text-emerald-100\/20{color:#d1fae533}.text-emerald-100\/25{color:#d1fae540}.text-emerald-100\/30{color:#d1fae54d}.text-emerald-100\/40{color:#d1fae566}.text-emerald-100\/50{color:#d1fae580}.text-emerald-100\/60{color:#d1fae599}.text-emerald-100\/70{color:#d1fae5b3}.text-emerald-100\/75{color:#d1fae5bf}.text-emerald-100\/80{color:#d1fae5cc}.text-emerald-100\/90{color:#d1fae5e6}.text-emerald-100\/95{color:#d1fae5f2}.text-emerald-100\/100{color:#d1fae5}.text-emerald-200\/0{color:#a7f3d000}.text-emerald-200\/5{color:#a7f3d00d}.text-emerald-200\/10{color:#a7f3d01a}.text-emerald-200\/20{color:#a7f3d033}.text-emerald-200\/25{color:#a7f3d040}.text-emerald-200\/30{color:#a7f3d04d}.text-emerald-200\/40{color:#a7f3d066}.text-emerald-200\/50{color:#a7f3d080}.text-emerald-200\/60{color:#a7f3d099}.text-emerald-200\/70{color:#a7f3d0b3}.text-emerald-200\/75{color:#a7f3d0bf}.text-emerald-200\/80{color:#a7f3d0cc}.text-emerald-200\/90{color:#a7f3d0e6}.text-emerald-200\/95{color:#a7f3d0f2}.text-emerald-200\/100{color:#a7f3d0}.text-emerald-300\/0{color:#6ee7b700}.text-emerald-300\/5{color:#6ee7b70d}.text-emerald-300\/10{color:#6ee7b71a}.text-emerald-300\/20{color:#6ee7b733}.text-emerald-300\/25{color:#6ee7b740}.text-emerald-300\/30{color:#6ee7b74d}.text-emerald-300\/40{color:#6ee7b766}.text-emerald-300\/50{color:#6ee7b780}.text-emerald-300\/60{color:#6ee7b799}.text-emerald-300\/70{color:#6ee7b7b3}.text-emerald-300\/75{color:#6ee7b7bf}.text-emerald-300\/80{color:#6ee7b7cc}.text-emerald-300\/90{color:#6ee7b7e6}.text-emerald-300\/95{color:#6ee7b7f2}.text-emerald-300\/100{color:#6ee7b7}.text-emerald-400\/0{color:#34d39900}.text-emerald-400\/5{color:#34d3990d}.text-emerald-400\/10{color:#34d3991a}.text-emerald-400\/20{color:#34d39933}.text-emerald-400\/25{color:#34d39940}.text-emerald-400\/30{color:#34d3994d}.text-emerald-400\/40{color:#34d39966}.text-emerald-400\/50{color:#34d39980}.text-emerald-400\/60{color:#34d39999}.text-emerald-400\/70{color:#34d399b3}.text-emerald-400\/75{color:#34d399bf}.text-emerald-400\/80{color:#34d399cc}.text-emerald-400\/90{color:#34d399e6}.text-emerald-400\/95{color:#34d399f2}.text-emerald-400\/100{color:#34d399}.text-emerald-500\/0{color:#10b98100}.text-emerald-500\/5{color:#10b9810d}.text-emerald-500\/10{color:#10b9811a}.text-emerald-500\/20{color:#10b98133}.text-emerald-500\/25{color:#10b98140}.text-emerald-500\/30{color:#10b9814d}.text-emerald-500\/40{color:#10b98166}.text-emerald-500\/50{color:#10b98180}.text-emerald-500\/60{color:#10b98199}.text-emerald-500\/70{color:#10b981b3}.text-emerald-500\/75{color:#10b981bf}.text-emerald-500\/80{color:#10b981cc}.text-emerald-500\/90{color:#10b981e6}.text-emerald-500\/95{color:#10b981f2}.text-emerald-500\/100{color:#10b981}.text-emerald-600\/0{color:#05966900}.text-emerald-600\/5{color:#0596690d}.text-emerald-600\/10{color:#0596691a}.text-emerald-600\/20{color:#05966933}.text-emerald-600\/25{color:#05966940}.text-emerald-600\/30{color:#0596694d}.text-emerald-600\/40{color:#05966966}.text-emerald-600\/50{color:#05966980}.text-emerald-600\/60{color:#05966999}.text-emerald-600\/70{color:#059669b3}.text-emerald-600\/75{color:#059669bf}.text-emerald-600\/80{color:#059669cc}.text-emerald-600\/90{color:#059669e6}.text-emerald-600\/95{color:#059669f2}.text-emerald-600\/100{color:#059669}.text-emerald-700\/0{color:#04785700}.text-emerald-700\/5{color:#0478570d}.text-emerald-700\/10{color:#0478571a}.text-emerald-700\/20{color:#04785733}.text-emerald-700\/25{color:#04785740}.text-emerald-700\/30{color:#0478574d}.text-emerald-700\/40{color:#04785766}.text-emerald-700\/50{color:#04785780}.text-emerald-700\/60{color:#04785799}.text-emerald-700\/70{color:#047857b3}.text-emerald-700\/75{color:#047857bf}.text-emerald-700\/80{color:#047857cc}.text-emerald-700\/90{color:#047857e6}.text-emerald-700\/95{color:#047857f2}.text-emerald-700\/100{color:#047857}.text-emerald-800\/0{color:#065f4600}.text-emerald-800\/5{color:#065f460d}.text-emerald-800\/10{color:#065f461a}.text-emerald-800\/20{color:#065f4633}.text-emerald-800\/25{color:#065f4640}.text-emerald-800\/30{color:#065f464d}.text-emerald-800\/40{color:#065f4666}.text-emerald-800\/50{color:#065f4680}.text-emerald-800\/60{color:#065f4699}.text-emerald-800\/70{color:#065f46b3}.text-emerald-800\/75{color:#065f46bf}.text-emerald-800\/80{color:#065f46cc}.text-emerald-800\/90{color:#065f46e6}.text-emerald-800\/95{color:#065f46f2}.text-emerald-800\/100{color:#065f46}.text-emerald-900\/0{color:#064e3b00}.text-emerald-900\/5{color:#064e3b0d}.text-emerald-900\/10{color:#064e3b1a}.text-emerald-900\/20{color:#064e3b33}.text-emerald-900\/25{color:#064e3b40}.text-emerald-900\/30{color:#064e3b4d}.text-emerald-900\/40{color:#064e3b66}.text-emerald-900\/50{color:#064e3b80}.text-emerald-900\/60{color:#064e3b99}.text-emerald-900\/70{color:#064e3bb3}.text-emerald-900\/75{color:#064e3bbf}.text-emerald-900\/80{color:#064e3bcc}.text-emerald-900\/90{color:#064e3be6}.text-emerald-900\/95{color:#064e3bf2}.text-emerald-900\/100{color:#064e3b}.text-teal-50\/0{color:#f0fdfa00}.text-teal-50\/5{color:#f0fdfa0d}.text-teal-50\/10{color:#f0fdfa1a}.text-teal-50\/20{color:#f0fdfa33}.text-teal-50\/25{color:#f0fdfa40}.text-teal-50\/30{color:#f0fdfa4d}.text-teal-50\/40{color:#f0fdfa66}.text-teal-50\/50{color:#f0fdfa80}.text-teal-50\/60{color:#f0fdfa99}.text-teal-50\/70{color:#f0fdfab3}.text-teal-50\/75{color:#f0fdfabf}.text-teal-50\/80{color:#f0fdfacc}.text-teal-50\/90{color:#f0fdfae6}.text-teal-50\/95{color:#f0fdfaf2}.text-teal-50\/100{color:#f0fdfa}.text-teal-100\/0{color:#ccfbf100}.text-teal-100\/5{color:#ccfbf10d}.text-teal-100\/10{color:#ccfbf11a}.text-teal-100\/20{color:#ccfbf133}.text-teal-100\/25{color:#ccfbf140}.text-teal-100\/30{color:#ccfbf14d}.text-teal-100\/40{color:#ccfbf166}.text-teal-100\/50{color:#ccfbf180}.text-teal-100\/60{color:#ccfbf199}.text-teal-100\/70{color:#ccfbf1b3}.text-teal-100\/75{color:#ccfbf1bf}.text-teal-100\/80{color:#ccfbf1cc}.text-teal-100\/90{color:#ccfbf1e6}.text-teal-100\/95{color:#ccfbf1f2}.text-teal-100\/100{color:#ccfbf1}.text-teal-200\/0{color:#99f6e400}.text-teal-200\/5{color:#99f6e40d}.text-teal-200\/10{color:#99f6e41a}.text-teal-200\/20{color:#99f6e433}.text-teal-200\/25{color:#99f6e440}.text-teal-200\/30{color:#99f6e44d}.text-teal-200\/40{color:#99f6e466}.text-teal-200\/50{color:#99f6e480}.text-teal-200\/60{color:#99f6e499}.text-teal-200\/70{color:#99f6e4b3}.text-teal-200\/75{color:#99f6e4bf}.text-teal-200\/80{color:#99f6e4cc}.text-teal-200\/90{color:#99f6e4e6}.text-teal-200\/95{color:#99f6e4f2}.text-teal-200\/100{color:#99f6e4}.text-teal-300\/0{color:#5eead400}.text-teal-300\/5{color:#5eead40d}.text-teal-300\/10{color:#5eead41a}.text-teal-300\/20{color:#5eead433}.text-teal-300\/25{color:#5eead440}.text-teal-300\/30{color:#5eead44d}.text-teal-300\/40{color:#5eead466}.text-teal-300\/50{color:#5eead480}.text-teal-300\/60{color:#5eead499}.text-teal-300\/70{color:#5eead4b3}.text-teal-300\/75{color:#5eead4bf}.text-teal-300\/80{color:#5eead4cc}.text-teal-300\/90{color:#5eead4e6}.text-teal-300\/95{color:#5eead4f2}.text-teal-300\/100{color:#5eead4}.text-teal-400\/0{color:#2dd4bf00}.text-teal-400\/5{color:#2dd4bf0d}.text-teal-400\/10{color:#2dd4bf1a}.text-teal-400\/20{color:#2dd4bf33}.text-teal-400\/25{color:#2dd4bf40}.text-teal-400\/30{color:#2dd4bf4d}.text-teal-400\/40{color:#2dd4bf66}.text-teal-400\/50{color:#2dd4bf80}.text-teal-400\/60{color:#2dd4bf99}.text-teal-400\/70{color:#2dd4bfb3}.text-teal-400\/75{color:#2dd4bfbf}.text-teal-400\/80{color:#2dd4bfcc}.text-teal-400\/90{color:#2dd4bfe6}.text-teal-400\/95{color:#2dd4bff2}.text-teal-400\/100{color:#2dd4bf}.text-teal-500\/0{color:#14b8a600}.text-teal-500\/5{color:#14b8a60d}.text-teal-500\/10{color:#14b8a61a}.text-teal-500\/20{color:#14b8a633}.text-teal-500\/25{color:#14b8a640}.text-teal-500\/30{color:#14b8a64d}.text-teal-500\/40{color:#14b8a666}.text-teal-500\/50{color:#14b8a680}.text-teal-500\/60{color:#14b8a699}.text-teal-500\/70{color:#14b8a6b3}.text-teal-500\/75{color:#14b8a6bf}.text-teal-500\/80{color:#14b8a6cc}.text-teal-500\/90{color:#14b8a6e6}.text-teal-500\/95{color:#14b8a6f2}.text-teal-500\/100{color:#14b8a6}.text-teal-600\/0{color:#0d948800}.text-teal-600\/5{color:#0d94880d}.text-teal-600\/10{color:#0d94881a}.text-teal-600\/20{color:#0d948833}.text-teal-600\/25{color:#0d948840}.text-teal-600\/30{color:#0d94884d}.text-teal-600\/40{color:#0d948866}.text-teal-600\/50{color:#0d948880}.text-teal-600\/60{color:#0d948899}.text-teal-600\/70{color:#0d9488b3}.text-teal-600\/75{color:#0d9488bf}.text-teal-600\/80{color:#0d9488cc}.text-teal-600\/90{color:#0d9488e6}.text-teal-600\/95{color:#0d9488f2}.text-teal-600\/100{color:#0d9488}.text-teal-700\/0{color:#0f766e00}.text-teal-700\/5{color:#0f766e0d}.text-teal-700\/10{color:#0f766e1a}.text-teal-700\/20{color:#0f766e33}.text-teal-700\/25{color:#0f766e40}.text-teal-700\/30{color:#0f766e4d}.text-teal-700\/40{color:#0f766e66}.text-teal-700\/50{color:#0f766e80}.text-teal-700\/60{color:#0f766e99}.text-teal-700\/70{color:#0f766eb3}.text-teal-700\/75{color:#0f766ebf}.text-teal-700\/80{color:#0f766ecc}.text-teal-700\/90{color:#0f766ee6}.text-teal-700\/95{color:#0f766ef2}.text-teal-700\/100{color:#0f766e}.text-teal-800\/0{color:#115e5900}.text-teal-800\/5{color:#115e590d}.text-teal-800\/10{color:#115e591a}.text-teal-800\/20{color:#115e5933}.text-teal-800\/25{color:#115e5940}.text-teal-800\/30{color:#115e594d}.text-teal-800\/40{color:#115e5966}.text-teal-800\/50{color:#115e5980}.text-teal-800\/60{color:#115e5999}.text-teal-800\/70{color:#115e59b3}.text-teal-800\/75{color:#115e59bf}.text-teal-800\/80{color:#115e59cc}.text-teal-800\/90{color:#115e59e6}.text-teal-800\/95{color:#115e59f2}.text-teal-800\/100{color:#115e59}.text-teal-900\/0{color:#134e4a00}.text-teal-900\/5{color:#134e4a0d}.text-teal-900\/10{color:#134e4a1a}.text-teal-900\/20{color:#134e4a33}.text-teal-900\/25{color:#134e4a40}.text-teal-900\/30{color:#134e4a4d}.text-teal-900\/40{color:#134e4a66}.text-teal-900\/50{color:#134e4a80}.text-teal-900\/60{color:#134e4a99}.text-teal-900\/70{color:#134e4ab3}.text-teal-900\/75{color:#134e4abf}.text-teal-900\/80{color:#134e4acc}.text-teal-900\/90{color:#134e4ae6}.text-teal-900\/95{color:#134e4af2}.text-teal-900\/100{color:#134e4a}.text-sky-50\/0{color:#f0f9ff00}.text-sky-50\/5{color:#f0f9ff0d}.text-sky-50\/10{color:#f0f9ff1a}.text-sky-50\/20{color:#f0f9ff33}.text-sky-50\/25{color:#f0f9ff40}.text-sky-50\/30{color:#f0f9ff4d}.text-sky-50\/40{color:#f0f9ff66}.text-sky-50\/50{color:#f0f9ff80}.text-sky-50\/60{color:#f0f9ff99}.text-sky-50\/70{color:#f0f9ffb3}.text-sky-50\/75{color:#f0f9ffbf}.text-sky-50\/80{color:#f0f9ffcc}.text-sky-50\/90{color:#f0f9ffe6}.text-sky-50\/95{color:#f0f9fff2}.text-sky-50\/100{color:#f0f9ff}.text-sky-100\/0{color:#e0f2fe00}.text-sky-100\/5{color:#e0f2fe0d}.text-sky-100\/10{color:#e0f2fe1a}.text-sky-100\/20{color:#e0f2fe33}.text-sky-100\/25{color:#e0f2fe40}.text-sky-100\/30{color:#e0f2fe4d}.text-sky-100\/40{color:#e0f2fe66}.text-sky-100\/50{color:#e0f2fe80}.text-sky-100\/60{color:#e0f2fe99}.text-sky-100\/70{color:#e0f2feb3}.text-sky-100\/75{color:#e0f2febf}.text-sky-100\/80{color:#e0f2fecc}.text-sky-100\/90{color:#e0f2fee6}.text-sky-100\/95{color:#e0f2fef2}.text-sky-100\/100{color:#e0f2fe}.text-sky-200\/0{color:#bae6fd00}.text-sky-200\/5{color:#bae6fd0d}.text-sky-200\/10{color:#bae6fd1a}.text-sky-200\/20{color:#bae6fd33}.text-sky-200\/25{color:#bae6fd40}.text-sky-200\/30{color:#bae6fd4d}.text-sky-200\/40{color:#bae6fd66}.text-sky-200\/50{color:#bae6fd80}.text-sky-200\/60{color:#bae6fd99}.text-sky-200\/70{color:#bae6fdb3}.text-sky-200\/75{color:#bae6fdbf}.text-sky-200\/80{color:#bae6fdcc}.text-sky-200\/90{color:#bae6fde6}.text-sky-200\/95{color:#bae6fdf2}.text-sky-200\/100{color:#bae6fd}.text-sky-300\/0{color:#7dd3fc00}.text-sky-300\/5{color:#7dd3fc0d}.text-sky-300\/10{color:#7dd3fc1a}.text-sky-300\/20{color:#7dd3fc33}.text-sky-300\/25{color:#7dd3fc40}.text-sky-300\/30{color:#7dd3fc4d}.text-sky-300\/40{color:#7dd3fc66}.text-sky-300\/50{color:#7dd3fc80}.text-sky-300\/60{color:#7dd3fc99}.text-sky-300\/70{color:#7dd3fcb3}.text-sky-300\/75{color:#7dd3fcbf}.text-sky-300\/80{color:#7dd3fccc}.text-sky-300\/90{color:#7dd3fce6}.text-sky-300\/95{color:#7dd3fcf2}.text-sky-300\/100{color:#7dd3fc}.text-sky-400\/0{color:#38bdf800}.text-sky-400\/5{color:#38bdf80d}.text-sky-400\/10{color:#38bdf81a}.text-sky-400\/20{color:#38bdf833}.text-sky-400\/25{color:#38bdf840}.text-sky-400\/30{color:#38bdf84d}.text-sky-400\/40{color:#38bdf866}.text-sky-400\/50{color:#38bdf880}.text-sky-400\/60{color:#38bdf899}.text-sky-400\/70{color:#38bdf8b3}.text-sky-400\/75{color:#38bdf8bf}.text-sky-400\/80{color:#38bdf8cc}.text-sky-400\/90{color:#38bdf8e6}.text-sky-400\/95{color:#38bdf8f2}.text-sky-400\/100{color:#38bdf8}.text-sky-500\/0{color:#0ea5e900}.text-sky-500\/5{color:#0ea5e90d}.text-sky-500\/10{color:#0ea5e91a}.text-sky-500\/20{color:#0ea5e933}.text-sky-500\/25{color:#0ea5e940}.text-sky-500\/30{color:#0ea5e94d}.text-sky-500\/40{color:#0ea5e966}.text-sky-500\/50{color:#0ea5e980}.text-sky-500\/60{color:#0ea5e999}.text-sky-500\/70{color:#0ea5e9b3}.text-sky-500\/75{color:#0ea5e9bf}.text-sky-500\/80{color:#0ea5e9cc}.text-sky-500\/90{color:#0ea5e9e6}.text-sky-500\/95{color:#0ea5e9f2}.text-sky-500\/100{color:#0ea5e9}.text-sky-600\/0{color:#0284c700}.text-sky-600\/5{color:#0284c70d}.text-sky-600\/10{color:#0284c71a}.text-sky-600\/20{color:#0284c733}.text-sky-600\/25{color:#0284c740}.text-sky-600\/30{color:#0284c74d}.text-sky-600\/40{color:#0284c766}.text-sky-600\/50{color:#0284c780}.text-sky-600\/60{color:#0284c799}.text-sky-600\/70{color:#0284c7b3}.text-sky-600\/75{color:#0284c7bf}.text-sky-600\/80{color:#0284c7cc}.text-sky-600\/90{color:#0284c7e6}.text-sky-600\/95{color:#0284c7f2}.text-sky-600\/100{color:#0284c7}.text-sky-700\/0{color:#0369a100}.text-sky-700\/5{color:#0369a10d}.text-sky-700\/10{color:#0369a11a}.text-sky-700\/20{color:#0369a133}.text-sky-700\/25{color:#0369a140}.text-sky-700\/30{color:#0369a14d}.text-sky-700\/40{color:#0369a166}.text-sky-700\/50{color:#0369a180}.text-sky-700\/60{color:#0369a199}.text-sky-700\/70{color:#0369a1b3}.text-sky-700\/75{color:#0369a1bf}.text-sky-700\/80{color:#0369a1cc}.text-sky-700\/90{color:#0369a1e6}.text-sky-700\/95{color:#0369a1f2}.text-sky-700\/100{color:#0369a1}.text-sky-800\/0{color:#07598500}.text-sky-800\/5{color:#0759850d}.text-sky-800\/10{color:#0759851a}.text-sky-800\/20{color:#07598533}.text-sky-800\/25{color:#07598540}.text-sky-800\/30{color:#0759854d}.text-sky-800\/40{color:#07598566}.text-sky-800\/50{color:#07598580}.text-sky-800\/60{color:#07598599}.text-sky-800\/70{color:#075985b3}.text-sky-800\/75{color:#075985bf}.text-sky-800\/80{color:#075985cc}.text-sky-800\/90{color:#075985e6}.text-sky-800\/95{color:#075985f2}.text-sky-800\/100{color:#075985}.text-sky-900\/0{color:#0c4a6e00}.text-sky-900\/5{color:#0c4a6e0d}.text-sky-900\/10{color:#0c4a6e1a}.text-sky-900\/20{color:#0c4a6e33}.text-sky-900\/25{color:#0c4a6e40}.text-sky-900\/30{color:#0c4a6e4d}.text-sky-900\/40{color:#0c4a6e66}.text-sky-900\/50{color:#0c4a6e80}.text-sky-900\/60{color:#0c4a6e99}.text-sky-900\/70{color:#0c4a6eb3}.text-sky-900\/75{color:#0c4a6ebf}.text-sky-900\/80{color:#0c4a6ecc}.text-sky-900\/90{color:#0c4a6ee6}.text-sky-900\/95{color:#0c4a6ef2}.text-sky-900\/100{color:#0c4a6e}.text-blue-50\/0{color:#eff6ff00}.text-blue-50\/5{color:#eff6ff0d}.text-blue-50\/10{color:#eff6ff1a}.text-blue-50\/20{color:#eff6ff33}.text-blue-50\/25{color:#eff6ff40}.text-blue-50\/30{color:#eff6ff4d}.text-blue-50\/40{color:#eff6ff66}.text-blue-50\/50{color:#eff6ff80}.text-blue-50\/60{color:#eff6ff99}.text-blue-50\/70{color:#eff6ffb3}.text-blue-50\/75{color:#eff6ffbf}.text-blue-50\/80{color:#eff6ffcc}.text-blue-50\/90{color:#eff6ffe6}.text-blue-50\/95{color:#eff6fff2}.text-blue-50\/100{color:#eff6ff}.text-blue-100\/0{color:#f2f3fd00}.text-blue-100\/5{color:#f2f3fd0d}.text-blue-100\/10{color:#f2f3fd1a}.text-blue-100\/20{color:#f2f3fd33}.text-blue-100\/25{color:#f2f3fd40}.text-blue-100\/30{color:#f2f3fd4d}.text-blue-100\/40{color:#f2f3fd66}.text-blue-100\/50{color:#f2f3fd80}.text-blue-100\/60{color:#f2f3fd99}.text-blue-100\/70{color:#f2f3fdb3}.text-blue-100\/75{color:#f2f3fdbf}.text-blue-100\/80{color:#f2f3fdcc}.text-blue-100\/90{color:#f2f3fde6}.text-blue-100\/95{color:#f2f3fdf2}.text-blue-100\/100{color:#f2f3fd}.text-blue-200\/0{color:#e4e8fb00}.text-blue-200\/5{color:#e4e8fb0d}.text-blue-200\/10{color:#e4e8fb1a}.text-blue-200\/20{color:#e4e8fb33}.text-blue-200\/25{color:#e4e8fb40}.text-blue-200\/30{color:#e4e8fb4d}.text-blue-200\/40{color:#e4e8fb66}.text-blue-200\/50{color:#e4e8fb80}.text-blue-200\/60{color:#e4e8fb99}.text-blue-200\/70{color:#e4e8fbb3}.text-blue-200\/75{color:#e4e8fbbf}.text-blue-200\/80{color:#e4e8fbcc}.text-blue-200\/90{color:#e4e8fbe6}.text-blue-200\/95{color:#e4e8fbf2}.text-blue-200\/100{color:#e4e8fb}.text-blue-300\/0{color:#c6cff700}.text-blue-300\/5{color:#c6cff70d}.text-blue-300\/10{color:#c6cff71a}.text-blue-300\/20{color:#c6cff733}.text-blue-300\/25{color:#c6cff740}.text-blue-300\/30{color:#c6cff74d}.text-blue-300\/40{color:#c6cff766}.text-blue-300\/50{color:#c6cff780}.text-blue-300\/60{color:#c6cff799}.text-blue-300\/70{color:#c6cff7b3}.text-blue-300\/75{color:#c6cff7bf}.text-blue-300\/80{color:#c6cff7cc}.text-blue-300\/90{color:#c6cff7e6}.text-blue-300\/95{color:#c6cff7f2}.text-blue-300\/100{color:#c6cff7}.text-blue-400\/0{color:#a3b2f300}.text-blue-400\/5{color:#a3b2f30d}.text-blue-400\/10{color:#a3b2f31a}.text-blue-400\/20{color:#a3b2f333}.text-blue-400\/25{color:#a3b2f340}.text-blue-400\/30{color:#a3b2f34d}.text-blue-400\/40{color:#a3b2f366}.text-blue-400\/50{color:#a3b2f380}.text-blue-400\/60{color:#a3b2f399}.text-blue-400\/70{color:#a3b2f3b3}.text-blue-400\/75{color:#a3b2f3bf}.text-blue-400\/80{color:#a3b2f3cc}.text-blue-400\/90{color:#a3b2f3e6}.text-blue-400\/95{color:#a3b2f3f2}.text-blue-400\/100{color:#a3b2f3}.text-blue-500\/0{color:#7690ef00}.text-blue-500\/5{color:#7690ef0d}.text-blue-500\/10{color:#7690ef1a}.text-blue-500\/20{color:#7690ef33}.text-blue-500\/25{color:#7690ef40}.text-blue-500\/30{color:#7690ef4d}.text-blue-500\/40{color:#7690ef66}.text-blue-500\/50{color:#7690ef80}.text-blue-500\/60{color:#7690ef99}.text-blue-500\/70{color:#7690efb3}.text-blue-500\/75{color:#7690efbf}.text-blue-500\/80{color:#7690efcc}.text-blue-500\/90{color:#7690efe6}.text-blue-500\/95{color:#7690eff2}.text-blue-500\/100{color:#7690ef}.text-blue-600\/0{color:#2563eb00}.text-blue-600\/5{color:#2563eb0d}.text-blue-600\/10{color:#2563eb1a}.text-blue-600\/20{color:#2563eb33}.text-blue-600\/25{color:#2563eb40}.text-blue-600\/30{color:#2563eb4d}.text-blue-600\/40{color:#2563eb66}.text-blue-600\/50{color:#2563eb80}.text-blue-600\/60{color:#2563eb99}.text-blue-600\/70{color:#2563ebb3}.text-blue-600\/75{color:#2563ebbf}.text-blue-600\/80{color:#2563ebcc}.text-blue-600\/90{color:#2563ebe6}.text-blue-600\/95{color:#2563ebf2}.text-blue-600\/100{color:#2563eb}.text-blue-700\/0{color:#2158d200}.text-blue-700\/5{color:#2158d20d}.text-blue-700\/10{color:#2158d21a}.text-blue-700\/20{color:#2158d233}.text-blue-700\/25{color:#2158d240}.text-blue-700\/30{color:#2158d24d}.text-blue-700\/40{color:#2158d266}.text-blue-700\/50{color:#2158d280}.text-blue-700\/60{color:#2158d299}.text-blue-700\/70{color:#2158d2b3}.text-blue-700\/75{color:#2158d2bf}.text-blue-700\/80{color:#2158d2cc}.text-blue-700\/90{color:#2158d2e6}.text-blue-700\/95{color:#2158d2f2}.text-blue-700\/100{color:#2158d2}.text-blue-800\/0{color:#1c4cb600}.text-blue-800\/5{color:#1c4cb60d}.text-blue-800\/10{color:#1c4cb61a}.text-blue-800\/20{color:#1c4cb633}.text-blue-800\/25{color:#1c4cb640}.text-blue-800\/30{color:#1c4cb64d}.text-blue-800\/40{color:#1c4cb666}.text-blue-800\/50{color:#1c4cb680}.text-blue-800\/60{color:#1c4cb699}.text-blue-800\/70{color:#1c4cb6b3}.text-blue-800\/75{color:#1c4cb6bf}.text-blue-800\/80{color:#1c4cb6cc}.text-blue-800\/90{color:#1c4cb6e6}.text-blue-800\/95{color:#1c4cb6f2}.text-blue-800\/100{color:#1c4cb6}.text-blue-900\/0{color:#173e9400}.text-blue-900\/5{color:#173e940d}.text-blue-900\/10{color:#173e941a}.text-blue-900\/20{color:#173e9433}.text-blue-900\/25{color:#173e9440}.text-blue-900\/30{color:#173e944d}.text-blue-900\/40{color:#173e9466}.text-blue-900\/50{color:#173e9480}.text-blue-900\/60{color:#173e9499}.text-blue-900\/70{color:#173e94b3}.text-blue-900\/75{color:#173e94bf}.text-blue-900\/80{color:#173e94cc}.text-blue-900\/90{color:#173e94e6}.text-blue-900\/95{color:#173e94f2}.text-blue-900\/100{color:#173e94}.text-indigo-50\/0{color:#eef2ff00}.text-indigo-50\/5{color:#eef2ff0d}.text-indigo-50\/10{color:#eef2ff1a}.text-indigo-50\/20{color:#eef2ff33}.text-indigo-50\/25{color:#eef2ff40}.text-indigo-50\/30{color:#eef2ff4d}.text-indigo-50\/40{color:#eef2ff66}.text-indigo-50\/50{color:#eef2ff80}.text-indigo-50\/60{color:#eef2ff99}.text-indigo-50\/70{color:#eef2ffb3}.text-indigo-50\/75{color:#eef2ffbf}.text-indigo-50\/80{color:#eef2ffcc}.text-indigo-50\/90{color:#eef2ffe6}.text-indigo-50\/95{color:#eef2fff2}.text-indigo-50\/100{color:#eef2ff}.text-indigo-100\/0{color:#e0e7ff00}.text-indigo-100\/5{color:#e0e7ff0d}.text-indigo-100\/10{color:#e0e7ff1a}.text-indigo-100\/20{color:#e0e7ff33}.text-indigo-100\/25{color:#e0e7ff40}.text-indigo-100\/30{color:#e0e7ff4d}.text-indigo-100\/40{color:#e0e7ff66}.text-indigo-100\/50{color:#e0e7ff80}.text-indigo-100\/60{color:#e0e7ff99}.text-indigo-100\/70{color:#e0e7ffb3}.text-indigo-100\/75{color:#e0e7ffbf}.text-indigo-100\/80{color:#e0e7ffcc}.text-indigo-100\/90{color:#e0e7ffe6}.text-indigo-100\/95{color:#e0e7fff2}.text-indigo-100\/100{color:#e0e7ff}.text-indigo-200\/0{color:#c7d2fe00}.text-indigo-200\/5{color:#c7d2fe0d}.text-indigo-200\/10{color:#c7d2fe1a}.text-indigo-200\/20{color:#c7d2fe33}.text-indigo-200\/25{color:#c7d2fe40}.text-indigo-200\/30{color:#c7d2fe4d}.text-indigo-200\/40{color:#c7d2fe66}.text-indigo-200\/50{color:#c7d2fe80}.text-indigo-200\/60{color:#c7d2fe99}.text-indigo-200\/70{color:#c7d2feb3}.text-indigo-200\/75{color:#c7d2febf}.text-indigo-200\/80{color:#c7d2fecc}.text-indigo-200\/90{color:#c7d2fee6}.text-indigo-200\/95{color:#c7d2fef2}.text-indigo-200\/100{color:#c7d2fe}.text-indigo-300\/0{color:#a5b4fc00}.text-indigo-300\/5{color:#a5b4fc0d}.text-indigo-300\/10{color:#a5b4fc1a}.text-indigo-300\/20{color:#a5b4fc33}.text-indigo-300\/25{color:#a5b4fc40}.text-indigo-300\/30{color:#a5b4fc4d}.text-indigo-300\/40{color:#a5b4fc66}.text-indigo-300\/50{color:#a5b4fc80}.text-indigo-300\/60{color:#a5b4fc99}.text-indigo-300\/70{color:#a5b4fcb3}.text-indigo-300\/75{color:#a5b4fcbf}.text-indigo-300\/80{color:#a5b4fccc}.text-indigo-300\/90{color:#a5b4fce6}.text-indigo-300\/95{color:#a5b4fcf2}.text-indigo-300\/100{color:#a5b4fc}.text-indigo-400\/0{color:#818cf800}.text-indigo-400\/5{color:#818cf80d}.text-indigo-400\/10{color:#818cf81a}.text-indigo-400\/20{color:#818cf833}.text-indigo-400\/25{color:#818cf840}.text-indigo-400\/30{color:#818cf84d}.text-indigo-400\/40{color:#818cf866}.text-indigo-400\/50{color:#818cf880}.text-indigo-400\/60{color:#818cf899}.text-indigo-400\/70{color:#818cf8b3}.text-indigo-400\/75{color:#818cf8bf}.text-indigo-400\/80{color:#818cf8cc}.text-indigo-400\/90{color:#818cf8e6}.text-indigo-400\/95{color:#818cf8f2}.text-indigo-400\/100{color:#818cf8}.text-indigo-500\/0{color:#6366f100}.text-indigo-500\/5{color:#6366f10d}.text-indigo-500\/10{color:#6366f11a}.text-indigo-500\/20{color:#6366f133}.text-indigo-500\/25{color:#6366f140}.text-indigo-500\/30{color:#6366f14d}.text-indigo-500\/40{color:#6366f166}.text-indigo-500\/50{color:#6366f180}.text-indigo-500\/60{color:#6366f199}.text-indigo-500\/70{color:#6366f1b3}.text-indigo-500\/75{color:#6366f1bf}.text-indigo-500\/80{color:#6366f1cc}.text-indigo-500\/90{color:#6366f1e6}.text-indigo-500\/95{color:#6366f1f2}.text-indigo-500\/100{color:#6366f1}.text-indigo-600\/0{color:#4f46e500}.text-indigo-600\/5{color:#4f46e50d}.text-indigo-600\/10{color:#4f46e51a}.text-indigo-600\/20{color:#4f46e533}.text-indigo-600\/25{color:#4f46e540}.text-indigo-600\/30{color:#4f46e54d}.text-indigo-600\/40{color:#4f46e566}.text-indigo-600\/50{color:#4f46e580}.text-indigo-600\/60{color:#4f46e599}.text-indigo-600\/70{color:#4f46e5b3}.text-indigo-600\/75{color:#4f46e5bf}.text-indigo-600\/80{color:#4f46e5cc}.text-indigo-600\/90{color:#4f46e5e6}.text-indigo-600\/95{color:#4f46e5f2}.text-indigo-600\/100{color:#4f46e5}.text-indigo-700\/0{color:#4338ca00}.text-indigo-700\/5{color:#4338ca0d}.text-indigo-700\/10{color:#4338ca1a}.text-indigo-700\/20{color:#4338ca33}.text-indigo-700\/25{color:#4338ca40}.text-indigo-700\/30{color:#4338ca4d}.text-indigo-700\/40{color:#4338ca66}.text-indigo-700\/50{color:#4338ca80}.text-indigo-700\/60{color:#4338ca99}.text-indigo-700\/70{color:#4338cab3}.text-indigo-700\/75{color:#4338cabf}.text-indigo-700\/80{color:#4338cacc}.text-indigo-700\/90{color:#4338cae6}.text-indigo-700\/95{color:#4338caf2}.text-indigo-700\/100{color:#4338ca}.text-indigo-800\/0{color:#3730a300}.text-indigo-800\/5{color:#3730a30d}.text-indigo-800\/10{color:#3730a31a}.text-indigo-800\/20{color:#3730a333}.text-indigo-800\/25{color:#3730a340}.text-indigo-800\/30{color:#3730a34d}.text-indigo-800\/40{color:#3730a366}.text-indigo-800\/50{color:#3730a380}.text-indigo-800\/60{color:#3730a399}.text-indigo-800\/70{color:#3730a3b3}.text-indigo-800\/75{color:#3730a3bf}.text-indigo-800\/80{color:#3730a3cc}.text-indigo-800\/90{color:#3730a3e6}.text-indigo-800\/95{color:#3730a3f2}.text-indigo-800\/100{color:#3730a3}.text-indigo-900\/0{color:#312e8100}.text-indigo-900\/5{color:#312e810d}.text-indigo-900\/10{color:#312e811a}.text-indigo-900\/20{color:#312e8133}.text-indigo-900\/25{color:#312e8140}.text-indigo-900\/30{color:#312e814d}.text-indigo-900\/40{color:#312e8166}.text-indigo-900\/50{color:#312e8180}.text-indigo-900\/60{color:#312e8199}.text-indigo-900\/70{color:#312e81b3}.text-indigo-900\/75{color:#312e81bf}.text-indigo-900\/80{color:#312e81cc}.text-indigo-900\/90{color:#312e81e6}.text-indigo-900\/95{color:#312e81f2}.text-indigo-900\/100{color:#312e81}.text-violet-50\/0{color:#f5f3ff00}.text-violet-50\/5{color:#f5f3ff0d}.text-violet-50\/10{color:#f5f3ff1a}.text-violet-50\/20{color:#f5f3ff33}.text-violet-50\/25{color:#f5f3ff40}.text-violet-50\/30{color:#f5f3ff4d}.text-violet-50\/40{color:#f5f3ff66}.text-violet-50\/50{color:#f5f3ff80}.text-violet-50\/60{color:#f5f3ff99}.text-violet-50\/70{color:#f5f3ffb3}.text-violet-50\/75{color:#f5f3ffbf}.text-violet-50\/80{color:#f5f3ffcc}.text-violet-50\/90{color:#f5f3ffe6}.text-violet-50\/95{color:#f5f3fff2}.text-violet-50\/100{color:#f5f3ff}.text-violet-100\/0{color:#ede9fe00}.text-violet-100\/5{color:#ede9fe0d}.text-violet-100\/10{color:#ede9fe1a}.text-violet-100\/20{color:#ede9fe33}.text-violet-100\/25{color:#ede9fe40}.text-violet-100\/30{color:#ede9fe4d}.text-violet-100\/40{color:#ede9fe66}.text-violet-100\/50{color:#ede9fe80}.text-violet-100\/60{color:#ede9fe99}.text-violet-100\/70{color:#ede9feb3}.text-violet-100\/75{color:#ede9febf}.text-violet-100\/80{color:#ede9fecc}.text-violet-100\/90{color:#ede9fee6}.text-violet-100\/95{color:#ede9fef2}.text-violet-100\/100{color:#ede9fe}.text-violet-200\/0{color:#ddd6fe00}.text-violet-200\/5{color:#ddd6fe0d}.text-violet-200\/10{color:#ddd6fe1a}.text-violet-200\/20{color:#ddd6fe33}.text-violet-200\/25{color:#ddd6fe40}.text-violet-200\/30{color:#ddd6fe4d}.text-violet-200\/40{color:#ddd6fe66}.text-violet-200\/50{color:#ddd6fe80}.text-violet-200\/60{color:#ddd6fe99}.text-violet-200\/70{color:#ddd6feb3}.text-violet-200\/75{color:#ddd6febf}.text-violet-200\/80{color:#ddd6fecc}.text-violet-200\/90{color:#ddd6fee6}.text-violet-200\/95{color:#ddd6fef2}.text-violet-200\/100{color:#ddd6fe}.text-violet-300\/0{color:#c4b5fd00}.text-violet-300\/5{color:#c4b5fd0d}.text-violet-300\/10{color:#c4b5fd1a}.text-violet-300\/20{color:#c4b5fd33}.text-violet-300\/25{color:#c4b5fd40}.text-violet-300\/30{color:#c4b5fd4d}.text-violet-300\/40{color:#c4b5fd66}.text-violet-300\/50{color:#c4b5fd80}.text-violet-300\/60{color:#c4b5fd99}.text-violet-300\/70{color:#c4b5fdb3}.text-violet-300\/75{color:#c4b5fdbf}.text-violet-300\/80{color:#c4b5fdcc}.text-violet-300\/90{color:#c4b5fde6}.text-violet-300\/95{color:#c4b5fdf2}.text-violet-300\/100{color:#c4b5fd}.text-violet-400\/0{color:#a78bfa00}.text-violet-400\/5{color:#a78bfa0d}.text-violet-400\/10{color:#a78bfa1a}.text-violet-400\/20{color:#a78bfa33}.text-violet-400\/25{color:#a78bfa40}.text-violet-400\/30{color:#a78bfa4d}.text-violet-400\/40{color:#a78bfa66}.text-violet-400\/50{color:#a78bfa80}.text-violet-400\/60{color:#a78bfa99}.text-violet-400\/70{color:#a78bfab3}.text-violet-400\/75{color:#a78bfabf}.text-violet-400\/80{color:#a78bfacc}.text-violet-400\/90{color:#a78bfae6}.text-violet-400\/95{color:#a78bfaf2}.text-violet-400\/100{color:#a78bfa}.text-violet-500\/0{color:#8b5cf600}.text-violet-500\/5{color:#8b5cf60d}.text-violet-500\/10{color:#8b5cf61a}.text-violet-500\/20{color:#8b5cf633}.text-violet-500\/25{color:#8b5cf640}.text-violet-500\/30{color:#8b5cf64d}.text-violet-500\/40{color:#8b5cf666}.text-violet-500\/50{color:#8b5cf680}.text-violet-500\/60{color:#8b5cf699}.text-violet-500\/70{color:#8b5cf6b3}.text-violet-500\/75{color:#8b5cf6bf}.text-violet-500\/80{color:#8b5cf6cc}.text-violet-500\/90{color:#8b5cf6e6}.text-violet-500\/95{color:#8b5cf6f2}.text-violet-500\/100{color:#8b5cf6}.text-violet-600\/0{color:#7c3aed00}.text-violet-600\/5{color:#7c3aed0d}.text-violet-600\/10{color:#7c3aed1a}.text-violet-600\/20{color:#7c3aed33}.text-violet-600\/25{color:#7c3aed40}.text-violet-600\/30{color:#7c3aed4d}.text-violet-600\/40{color:#7c3aed66}.text-violet-600\/50{color:#7c3aed80}.text-violet-600\/60{color:#7c3aed99}.text-violet-600\/70{color:#7c3aedb3}.text-violet-600\/75{color:#7c3aedbf}.text-violet-600\/80{color:#7c3aedcc}.text-violet-600\/90{color:#7c3aede6}.text-violet-600\/95{color:#7c3aedf2}.text-violet-600\/100{color:#7c3aed}.text-violet-700\/0{color:#6d28d900}.text-violet-700\/5{color:#6d28d90d}.text-violet-700\/10{color:#6d28d91a}.text-violet-700\/20{color:#6d28d933}.text-violet-700\/25{color:#6d28d940}.text-violet-700\/30{color:#6d28d94d}.text-violet-700\/40{color:#6d28d966}.text-violet-700\/50{color:#6d28d980}.text-violet-700\/60{color:#6d28d999}.text-violet-700\/70{color:#6d28d9b3}.text-violet-700\/75{color:#6d28d9bf}.text-violet-700\/80{color:#6d28d9cc}.text-violet-700\/90{color:#6d28d9e6}.text-violet-700\/95{color:#6d28d9f2}.text-violet-700\/100{color:#6d28d9}.text-violet-800\/0{color:#5b21b600}.text-violet-800\/5{color:#5b21b60d}.text-violet-800\/10{color:#5b21b61a}.text-violet-800\/20{color:#5b21b633}.text-violet-800\/25{color:#5b21b640}.text-violet-800\/30{color:#5b21b64d}.text-violet-800\/40{color:#5b21b666}.text-violet-800\/50{color:#5b21b680}.text-violet-800\/60{color:#5b21b699}.text-violet-800\/70{color:#5b21b6b3}.text-violet-800\/75{color:#5b21b6bf}.text-violet-800\/80{color:#5b21b6cc}.text-violet-800\/90{color:#5b21b6e6}.text-violet-800\/95{color:#5b21b6f2}.text-violet-800\/100{color:#5b21b6}.text-violet-900\/0{color:#4c1d9500}.text-violet-900\/5{color:#4c1d950d}.text-violet-900\/10{color:#4c1d951a}.text-violet-900\/20{color:#4c1d9533}.text-violet-900\/25{color:#4c1d9540}.text-violet-900\/30{color:#4c1d954d}.text-violet-900\/40{color:#4c1d9566}.text-violet-900\/50{color:#4c1d9580}.text-violet-900\/60{color:#4c1d9599}.text-violet-900\/70{color:#4c1d95b3}.text-violet-900\/75{color:#4c1d95bf}.text-violet-900\/80{color:#4c1d95cc}.text-violet-900\/90{color:#4c1d95e6}.text-violet-900\/95{color:#4c1d95f2}.text-violet-900\/100{color:#4c1d95}.text-fuchsia-50\/0{color:#fdf4ff00}.text-fuchsia-50\/5{color:#fdf4ff0d}.text-fuchsia-50\/10{color:#fdf4ff1a}.text-fuchsia-50\/20{color:#fdf4ff33}.text-fuchsia-50\/25{color:#fdf4ff40}.text-fuchsia-50\/30{color:#fdf4ff4d}.text-fuchsia-50\/40{color:#fdf4ff66}.text-fuchsia-50\/50{color:#fdf4ff80}.text-fuchsia-50\/60{color:#fdf4ff99}.text-fuchsia-50\/70{color:#fdf4ffb3}.text-fuchsia-50\/75{color:#fdf4ffbf}.text-fuchsia-50\/80{color:#fdf4ffcc}.text-fuchsia-50\/90{color:#fdf4ffe6}.text-fuchsia-50\/95{color:#fdf4fff2}.text-fuchsia-50\/100{color:#fdf4ff}.text-fuchsia-100\/0{color:#fae8ff00}.text-fuchsia-100\/5{color:#fae8ff0d}.text-fuchsia-100\/10{color:#fae8ff1a}.text-fuchsia-100\/20{color:#fae8ff33}.text-fuchsia-100\/25{color:#fae8ff40}.text-fuchsia-100\/30{color:#fae8ff4d}.text-fuchsia-100\/40{color:#fae8ff66}.text-fuchsia-100\/50{color:#fae8ff80}.text-fuchsia-100\/60{color:#fae8ff99}.text-fuchsia-100\/70{color:#fae8ffb3}.text-fuchsia-100\/75{color:#fae8ffbf}.text-fuchsia-100\/80{color:#fae8ffcc}.text-fuchsia-100\/90{color:#fae8ffe6}.text-fuchsia-100\/95{color:#fae8fff2}.text-fuchsia-100\/100{color:#fae8ff}.text-fuchsia-200\/0{color:#f5d0fe00}.text-fuchsia-200\/5{color:#f5d0fe0d}.text-fuchsia-200\/10{color:#f5d0fe1a}.text-fuchsia-200\/20{color:#f5d0fe33}.text-fuchsia-200\/25{color:#f5d0fe40}.text-fuchsia-200\/30{color:#f5d0fe4d}.text-fuchsia-200\/40{color:#f5d0fe66}.text-fuchsia-200\/50{color:#f5d0fe80}.text-fuchsia-200\/60{color:#f5d0fe99}.text-fuchsia-200\/70{color:#f5d0feb3}.text-fuchsia-200\/75{color:#f5d0febf}.text-fuchsia-200\/80{color:#f5d0fecc}.text-fuchsia-200\/90{color:#f5d0fee6}.text-fuchsia-200\/95{color:#f5d0fef2}.text-fuchsia-200\/100{color:#f5d0fe}.text-fuchsia-300\/0{color:#f0abfc00}.text-fuchsia-300\/5{color:#f0abfc0d}.text-fuchsia-300\/10{color:#f0abfc1a}.text-fuchsia-300\/20{color:#f0abfc33}.text-fuchsia-300\/25{color:#f0abfc40}.text-fuchsia-300\/30{color:#f0abfc4d}.text-fuchsia-300\/40{color:#f0abfc66}.text-fuchsia-300\/50{color:#f0abfc80}.text-fuchsia-300\/60{color:#f0abfc99}.text-fuchsia-300\/70{color:#f0abfcb3}.text-fuchsia-300\/75{color:#f0abfcbf}.text-fuchsia-300\/80{color:#f0abfccc}.text-fuchsia-300\/90{color:#f0abfce6}.text-fuchsia-300\/95{color:#f0abfcf2}.text-fuchsia-300\/100{color:#f0abfc}.text-fuchsia-400\/0{color:#e879f900}.text-fuchsia-400\/5{color:#e879f90d}.text-fuchsia-400\/10{color:#e879f91a}.text-fuchsia-400\/20{color:#e879f933}.text-fuchsia-400\/25{color:#e879f940}.text-fuchsia-400\/30{color:#e879f94d}.text-fuchsia-400\/40{color:#e879f966}.text-fuchsia-400\/50{color:#e879f980}.text-fuchsia-400\/60{color:#e879f999}.text-fuchsia-400\/70{color:#e879f9b3}.text-fuchsia-400\/75{color:#e879f9bf}.text-fuchsia-400\/80{color:#e879f9cc}.text-fuchsia-400\/90{color:#e879f9e6}.text-fuchsia-400\/95{color:#e879f9f2}.text-fuchsia-400\/100{color:#e879f9}.text-fuchsia-500\/0{color:#d946ef00}.text-fuchsia-500\/5{color:#d946ef0d}.text-fuchsia-500\/10{color:#d946ef1a}.text-fuchsia-500\/20{color:#d946ef33}.text-fuchsia-500\/25{color:#d946ef40}.text-fuchsia-500\/30{color:#d946ef4d}.text-fuchsia-500\/40{color:#d946ef66}.text-fuchsia-500\/50{color:#d946ef80}.text-fuchsia-500\/60{color:#d946ef99}.text-fuchsia-500\/70{color:#d946efb3}.text-fuchsia-500\/75{color:#d946efbf}.text-fuchsia-500\/80{color:#d946efcc}.text-fuchsia-500\/90{color:#d946efe6}.text-fuchsia-500\/95{color:#d946eff2}.text-fuchsia-500\/100{color:#d946ef}.text-fuchsia-600\/0{color:#c026d300}.text-fuchsia-600\/5{color:#c026d30d}.text-fuchsia-600\/10{color:#c026d31a}.text-fuchsia-600\/20{color:#c026d333}.text-fuchsia-600\/25{color:#c026d340}.text-fuchsia-600\/30{color:#c026d34d}.text-fuchsia-600\/40{color:#c026d366}.text-fuchsia-600\/50{color:#c026d380}.text-fuchsia-600\/60{color:#c026d399}.text-fuchsia-600\/70{color:#c026d3b3}.text-fuchsia-600\/75{color:#c026d3bf}.text-fuchsia-600\/80{color:#c026d3cc}.text-fuchsia-600\/90{color:#c026d3e6}.text-fuchsia-600\/95{color:#c026d3f2}.text-fuchsia-600\/100{color:#c026d3}.text-fuchsia-700\/0{color:#a21caf00}.text-fuchsia-700\/5{color:#a21caf0d}.text-fuchsia-700\/10{color:#a21caf1a}.text-fuchsia-700\/20{color:#a21caf33}.text-fuchsia-700\/25{color:#a21caf40}.text-fuchsia-700\/30{color:#a21caf4d}.text-fuchsia-700\/40{color:#a21caf66}.text-fuchsia-700\/50{color:#a21caf80}.text-fuchsia-700\/60{color:#a21caf99}.text-fuchsia-700\/70{color:#a21cafb3}.text-fuchsia-700\/75{color:#a21cafbf}.text-fuchsia-700\/80{color:#a21cafcc}.text-fuchsia-700\/90{color:#a21cafe6}.text-fuchsia-700\/95{color:#a21caff2}.text-fuchsia-700\/100{color:#a21caf}.text-fuchsia-800\/0{color:#86198f00}.text-fuchsia-800\/5{color:#86198f0d}.text-fuchsia-800\/10{color:#86198f1a}.text-fuchsia-800\/20{color:#86198f33}.text-fuchsia-800\/25{color:#86198f40}.text-fuchsia-800\/30{color:#86198f4d}.text-fuchsia-800\/40{color:#86198f66}.text-fuchsia-800\/50{color:#86198f80}.text-fuchsia-800\/60{color:#86198f99}.text-fuchsia-800\/70{color:#86198fb3}.text-fuchsia-800\/75{color:#86198fbf}.text-fuchsia-800\/80{color:#86198fcc}.text-fuchsia-800\/90{color:#86198fe6}.text-fuchsia-800\/95{color:#86198ff2}.text-fuchsia-800\/100{color:#86198f}.text-fuchsia-900\/0{color:#701a7500}.text-fuchsia-900\/5{color:#701a750d}.text-fuchsia-900\/10{color:#701a751a}.text-fuchsia-900\/20{color:#701a7533}.text-fuchsia-900\/25{color:#701a7540}.text-fuchsia-900\/30{color:#701a754d}.text-fuchsia-900\/40{color:#701a7566}.text-fuchsia-900\/50{color:#701a7580}.text-fuchsia-900\/60{color:#701a7599}.text-fuchsia-900\/70{color:#701a75b3}.text-fuchsia-900\/75{color:#701a75bf}.text-fuchsia-900\/80{color:#701a75cc}.text-fuchsia-900\/90{color:#701a75e6}.text-fuchsia-900\/95{color:#701a75f2}.text-fuchsia-900\/100{color:#701a75}.text-pink-50\/0{color:#fdf2f800}.text-pink-50\/5{color:#fdf2f80d}.text-pink-50\/10{color:#fdf2f81a}.text-pink-50\/20{color:#fdf2f833}.text-pink-50\/25{color:#fdf2f840}.text-pink-50\/30{color:#fdf2f84d}.text-pink-50\/40{color:#fdf2f866}.text-pink-50\/50{color:#fdf2f880}.text-pink-50\/60{color:#fdf2f899}.text-pink-50\/70{color:#fdf2f8b3}.text-pink-50\/75{color:#fdf2f8bf}.text-pink-50\/80{color:#fdf2f8cc}.text-pink-50\/90{color:#fdf2f8e6}.text-pink-50\/95{color:#fdf2f8f2}.text-pink-50\/100{color:#fdf2f8}.text-pink-100\/0{color:#fce7f300}.text-pink-100\/5{color:#fce7f30d}.text-pink-100\/10{color:#fce7f31a}.text-pink-100\/20{color:#fce7f333}.text-pink-100\/25{color:#fce7f340}.text-pink-100\/30{color:#fce7f34d}.text-pink-100\/40{color:#fce7f366}.text-pink-100\/50{color:#fce7f380}.text-pink-100\/60{color:#fce7f399}.text-pink-100\/70{color:#fce7f3b3}.text-pink-100\/75{color:#fce7f3bf}.text-pink-100\/80{color:#fce7f3cc}.text-pink-100\/90{color:#fce7f3e6}.text-pink-100\/95{color:#fce7f3f2}.text-pink-100\/100{color:#fce7f3}.text-pink-200\/0{color:#fbcfe800}.text-pink-200\/5{color:#fbcfe80d}.text-pink-200\/10{color:#fbcfe81a}.text-pink-200\/20{color:#fbcfe833}.text-pink-200\/25{color:#fbcfe840}.text-pink-200\/30{color:#fbcfe84d}.text-pink-200\/40{color:#fbcfe866}.text-pink-200\/50{color:#fbcfe880}.text-pink-200\/60{color:#fbcfe899}.text-pink-200\/70{color:#fbcfe8b3}.text-pink-200\/75{color:#fbcfe8bf}.text-pink-200\/80{color:#fbcfe8cc}.text-pink-200\/90{color:#fbcfe8e6}.text-pink-200\/95{color:#fbcfe8f2}.text-pink-200\/100{color:#fbcfe8}.text-pink-300\/0{color:#f9a8d400}.text-pink-300\/5{color:#f9a8d40d}.text-pink-300\/10{color:#f9a8d41a}.text-pink-300\/20{color:#f9a8d433}.text-pink-300\/25{color:#f9a8d440}.text-pink-300\/30{color:#f9a8d44d}.text-pink-300\/40{color:#f9a8d466}.text-pink-300\/50{color:#f9a8d480}.text-pink-300\/60{color:#f9a8d499}.text-pink-300\/70{color:#f9a8d4b3}.text-pink-300\/75{color:#f9a8d4bf}.text-pink-300\/80{color:#f9a8d4cc}.text-pink-300\/90{color:#f9a8d4e6}.text-pink-300\/95{color:#f9a8d4f2}.text-pink-300\/100{color:#f9a8d4}.text-pink-400\/0{color:#f472b600}.text-pink-400\/5{color:#f472b60d}.text-pink-400\/10{color:#f472b61a}.text-pink-400\/20{color:#f472b633}.text-pink-400\/25{color:#f472b640}.text-pink-400\/30{color:#f472b64d}.text-pink-400\/40{color:#f472b666}.text-pink-400\/50{color:#f472b680}.text-pink-400\/60{color:#f472b699}.text-pink-400\/70{color:#f472b6b3}.text-pink-400\/75{color:#f472b6bf}.text-pink-400\/80{color:#f472b6cc}.text-pink-400\/90{color:#f472b6e6}.text-pink-400\/95{color:#f472b6f2}.text-pink-400\/100{color:#f472b6}.text-pink-500\/0{color:#ec489900}.text-pink-500\/5{color:#ec48990d}.text-pink-500\/10{color:#ec48991a}.text-pink-500\/20{color:#ec489933}.text-pink-500\/25{color:#ec489940}.text-pink-500\/30{color:#ec48994d}.text-pink-500\/40{color:#ec489966}.text-pink-500\/50{color:#ec489980}.text-pink-500\/60{color:#ec489999}.text-pink-500\/70{color:#ec4899b3}.text-pink-500\/75{color:#ec4899bf}.text-pink-500\/80{color:#ec4899cc}.text-pink-500\/90{color:#ec4899e6}.text-pink-500\/95{color:#ec4899f2}.text-pink-500\/100{color:#ec4899}.text-pink-600\/0{color:#db277700}.text-pink-600\/5{color:#db27770d}.text-pink-600\/10{color:#db27771a}.text-pink-600\/20{color:#db277733}.text-pink-600\/25{color:#db277740}.text-pink-600\/30{color:#db27774d}.text-pink-600\/40{color:#db277766}.text-pink-600\/50{color:#db277780}.text-pink-600\/60{color:#db277799}.text-pink-600\/70{color:#db2777b3}.text-pink-600\/75{color:#db2777bf}.text-pink-600\/80{color:#db2777cc}.text-pink-600\/90{color:#db2777e6}.text-pink-600\/95{color:#db2777f2}.text-pink-600\/100{color:#db2777}.text-pink-700\/0{color:#be185d00}.text-pink-700\/5{color:#be185d0d}.text-pink-700\/10{color:#be185d1a}.text-pink-700\/20{color:#be185d33}.text-pink-700\/25{color:#be185d40}.text-pink-700\/30{color:#be185d4d}.text-pink-700\/40{color:#be185d66}.text-pink-700\/50{color:#be185d80}.text-pink-700\/60{color:#be185d99}.text-pink-700\/70{color:#be185db3}.text-pink-700\/75{color:#be185dbf}.text-pink-700\/80{color:#be185dcc}.text-pink-700\/90{color:#be185de6}.text-pink-700\/95{color:#be185df2}.text-pink-700\/100{color:#be185d}.text-pink-800\/0{color:#9d174d00}.text-pink-800\/5{color:#9d174d0d}.text-pink-800\/10{color:#9d174d1a}.text-pink-800\/20{color:#9d174d33}.text-pink-800\/25{color:#9d174d40}.text-pink-800\/30{color:#9d174d4d}.text-pink-800\/40{color:#9d174d66}.text-pink-800\/50{color:#9d174d80}.text-pink-800\/60{color:#9d174d99}.text-pink-800\/70{color:#9d174db3}.text-pink-800\/75{color:#9d174dbf}.text-pink-800\/80{color:#9d174dcc}.text-pink-800\/90{color:#9d174de6}.text-pink-800\/95{color:#9d174df2}.text-pink-800\/100{color:#9d174d}.text-pink-900\/0{color:#83184300}.text-pink-900\/5{color:#8318430d}.text-pink-900\/10{color:#8318431a}.text-pink-900\/20{color:#83184333}.text-pink-900\/25{color:#83184340}.text-pink-900\/30{color:#8318434d}.text-pink-900\/40{color:#83184366}.text-pink-900\/50{color:#83184380}.text-pink-900\/60{color:#83184399}.text-pink-900\/70{color:#831843b3}.text-pink-900\/75{color:#831843bf}.text-pink-900\/80{color:#831843cc}.text-pink-900\/90{color:#831843e6}.text-pink-900\/95{color:#831843f2}.text-pink-900\/100{color:#831843}.text-rose-50\/0{color:#fff1f200}.text-rose-50\/5{color:#fff1f20d}.text-rose-50\/10{color:#fff1f21a}.text-rose-50\/20{color:#fff1f233}.text-rose-50\/25{color:#fff1f240}.text-rose-50\/30{color:#fff1f24d}.text-rose-50\/40{color:#fff1f266}.text-rose-50\/50{color:#fff1f280}.text-rose-50\/60{color:#fff1f299}.text-rose-50\/70{color:#fff1f2b3}.text-rose-50\/75{color:#fff1f2bf}.text-rose-50\/80{color:#fff1f2cc}.text-rose-50\/90{color:#fff1f2e6}.text-rose-50\/95{color:#fff1f2f2}.text-rose-50\/100{color:#fff1f2}.text-rose-100\/0{color:#ffe4e600}.text-rose-100\/5{color:#ffe4e60d}.text-rose-100\/10{color:#ffe4e61a}.text-rose-100\/20{color:#ffe4e633}.text-rose-100\/25{color:#ffe4e640}.text-rose-100\/30{color:#ffe4e64d}.text-rose-100\/40{color:#ffe4e666}.text-rose-100\/50{color:#ffe4e680}.text-rose-100\/60{color:#ffe4e699}.text-rose-100\/70{color:#ffe4e6b3}.text-rose-100\/75{color:#ffe4e6bf}.text-rose-100\/80{color:#ffe4e6cc}.text-rose-100\/90{color:#ffe4e6e6}.text-rose-100\/95{color:#ffe4e6f2}.text-rose-100\/100{color:#ffe4e6}.text-rose-200\/0{color:#fecdd300}.text-rose-200\/5{color:#fecdd30d}.text-rose-200\/10{color:#fecdd31a}.text-rose-200\/20{color:#fecdd333}.text-rose-200\/25{color:#fecdd340}.text-rose-200\/30{color:#fecdd34d}.text-rose-200\/40{color:#fecdd366}.text-rose-200\/50{color:#fecdd380}.text-rose-200\/60{color:#fecdd399}.text-rose-200\/70{color:#fecdd3b3}.text-rose-200\/75{color:#fecdd3bf}.text-rose-200\/80{color:#fecdd3cc}.text-rose-200\/90{color:#fecdd3e6}.text-rose-200\/95{color:#fecdd3f2}.text-rose-200\/100{color:#fecdd3}.text-rose-300\/0{color:#fda4af00}.text-rose-300\/5{color:#fda4af0d}.text-rose-300\/10{color:#fda4af1a}.text-rose-300\/20{color:#fda4af33}.text-rose-300\/25{color:#fda4af40}.text-rose-300\/30{color:#fda4af4d}.text-rose-300\/40{color:#fda4af66}.text-rose-300\/50{color:#fda4af80}.text-rose-300\/60{color:#fda4af99}.text-rose-300\/70{color:#fda4afb3}.text-rose-300\/75{color:#fda4afbf}.text-rose-300\/80{color:#fda4afcc}.text-rose-300\/90{color:#fda4afe6}.text-rose-300\/95{color:#fda4aff2}.text-rose-300\/100{color:#fda4af}.text-rose-400\/0{color:#fb718500}.text-rose-400\/5{color:#fb71850d}.text-rose-400\/10{color:#fb71851a}.text-rose-400\/20{color:#fb718533}.text-rose-400\/25{color:#fb718540}.text-rose-400\/30{color:#fb71854d}.text-rose-400\/40{color:#fb718566}.text-rose-400\/50{color:#fb718580}.text-rose-400\/60{color:#fb718599}.text-rose-400\/70{color:#fb7185b3}.text-rose-400\/75{color:#fb7185bf}.text-rose-400\/80{color:#fb7185cc}.text-rose-400\/90{color:#fb7185e6}.text-rose-400\/95{color:#fb7185f2}.text-rose-400\/100{color:#fb7185}.text-rose-500\/0{color:#f43f5e00}.text-rose-500\/5{color:#f43f5e0d}.text-rose-500\/10{color:#f43f5e1a}.text-rose-500\/20{color:#f43f5e33}.text-rose-500\/25{color:#f43f5e40}.text-rose-500\/30{color:#f43f5e4d}.text-rose-500\/40{color:#f43f5e66}.text-rose-500\/50{color:#f43f5e80}.text-rose-500\/60{color:#f43f5e99}.text-rose-500\/70{color:#f43f5eb3}.text-rose-500\/75{color:#f43f5ebf}.text-rose-500\/80{color:#f43f5ecc}.text-rose-500\/90{color:#f43f5ee6}.text-rose-500\/95{color:#f43f5ef2}.text-rose-500\/100{color:#f43f5e}.text-rose-600\/0{color:#e11d4800}.text-rose-600\/5{color:#e11d480d}.text-rose-600\/10{color:#e11d481a}.text-rose-600\/20{color:#e11d4833}.text-rose-600\/25{color:#e11d4840}.text-rose-600\/30{color:#e11d484d}.text-rose-600\/40{color:#e11d4866}.text-rose-600\/50{color:#e11d4880}.text-rose-600\/60{color:#e11d4899}.text-rose-600\/70{color:#e11d48b3}.text-rose-600\/75{color:#e11d48bf}.text-rose-600\/80{color:#e11d48cc}.text-rose-600\/90{color:#e11d48e6}.text-rose-600\/95{color:#e11d48f2}.text-rose-600\/100{color:#e11d48}.text-rose-700\/0{color:#be123c00}.text-rose-700\/5{color:#be123c0d}.text-rose-700\/10{color:#be123c1a}.text-rose-700\/20{color:#be123c33}.text-rose-700\/25{color:#be123c40}.text-rose-700\/30{color:#be123c4d}.text-rose-700\/40{color:#be123c66}.text-rose-700\/50{color:#be123c80}.text-rose-700\/60{color:#be123c99}.text-rose-700\/70{color:#be123cb3}.text-rose-700\/75{color:#be123cbf}.text-rose-700\/80{color:#be123ccc}.text-rose-700\/90{color:#be123ce6}.text-rose-700\/95{color:#be123cf2}.text-rose-700\/100{color:#be123c}.text-rose-800\/0{color:#9f123900}.text-rose-800\/5{color:#9f12390d}.text-rose-800\/10{color:#9f12391a}.text-rose-800\/20{color:#9f123933}.text-rose-800\/25{color:#9f123940}.text-rose-800\/30{color:#9f12394d}.text-rose-800\/40{color:#9f123966}.text-rose-800\/50{color:#9f123980}.text-rose-800\/60{color:#9f123999}.text-rose-800\/70{color:#9f1239b3}.text-rose-800\/75{color:#9f1239bf}.text-rose-800\/80{color:#9f1239cc}.text-rose-800\/90{color:#9f1239e6}.text-rose-800\/95{color:#9f1239f2}.text-rose-800\/100{color:#9f1239}.text-rose-900\/0{color:#88133700}.text-rose-900\/5{color:#8813370d}.text-rose-900\/10{color:#8813371a}.text-rose-900\/20{color:#88133733}.text-rose-900\/25{color:#88133740}.text-rose-900\/30{color:#8813374d}.text-rose-900\/40{color:#88133766}.text-rose-900\/50{color:#88133780}.text-rose-900\/60{color:#88133799}.text-rose-900\/70{color:#881337b3}.text-rose-900\/75{color:#881337bf}.text-rose-900\/80{color:#881337cc}.text-rose-900\/90{color:#881337e6}.text-rose-900\/95{color:#881337f2}.text-rose-900\/100{color:#881337}.text-primary-100\/0{color:#f2f3f400}.text-primary-100\/5{color:#f2f3f40d}.text-primary-100\/10{color:#f2f3f41a}.text-primary-100\/20{color:#f2f3f433}.text-primary-100\/25{color:#f2f3f440}.text-primary-100\/30{color:#f2f3f44d}.text-primary-100\/40{color:#f2f3f466}.text-primary-100\/50{color:#f2f3f480}.text-primary-100\/60{color:#f2f3f499}.text-primary-100\/70{color:#f2f3f4b3}.text-primary-100\/75{color:#f2f3f4bf}.text-primary-100\/80{color:#f2f3f4cc}.text-primary-100\/90{color:#f2f3f4e6}.text-primary-100\/95{color:#f2f3f4f2}.text-primary-100\/100{color:#f2f3f4}.text-primary-200\/0{color:#e8e8f000}.text-primary-200\/5{color:#e8e8f00d}.text-primary-200\/10{color:#e8e8f01a}.text-primary-200\/20{color:#e8e8f033}.text-primary-200\/25{color:#e8e8f040}.text-primary-200\/30{color:#e8e8f04d}.text-primary-200\/40{color:#e8e8f066}.text-primary-200\/50{color:#e8e8f080}.text-primary-200\/60{color:#e8e8f099}.text-primary-200\/70{color:#e8e8f0b3}.text-primary-200\/75{color:#e8e8f0bf}.text-primary-200\/80{color:#e8e8f0cc}.text-primary-200\/90{color:#e8e8f0e6}.text-primary-200\/95{color:#e8e8f0f2}.text-primary-200\/100{color:#e8e8f0}.text-primary-300\/0{color:#d0d0e100}.text-primary-300\/5{color:#d0d0e10d}.text-primary-300\/10{color:#d0d0e11a}.text-primary-300\/20{color:#d0d0e133}.text-primary-300\/25{color:#d0d0e140}.text-primary-300\/30{color:#d0d0e14d}.text-primary-300\/40{color:#d0d0e166}.text-primary-300\/50{color:#d0d0e180}.text-primary-300\/60{color:#d0d0e199}.text-primary-300\/70{color:#d0d0e1b3}.text-primary-300\/75{color:#d0d0e1bf}.text-primary-300\/80{color:#d0d0e1cc}.text-primary-300\/90{color:#d0d0e1e6}.text-primary-300\/95{color:#d0d0e1f2}.text-primary-300\/100{color:#d0d0e1}.text-primary-400\/0{color:#b4b4d100}.text-primary-400\/5{color:#b4b4d10d}.text-primary-400\/10{color:#b4b4d11a}.text-primary-400\/20{color:#b4b4d133}.text-primary-400\/25{color:#b4b4d140}.text-primary-400\/30{color:#b4b4d14d}.text-primary-400\/40{color:#b4b4d166}.text-primary-400\/50{color:#b4b4d180}.text-primary-400\/60{color:#b4b4d199}.text-primary-400\/70{color:#b4b4d1b3}.text-primary-400\/75{color:#b4b4d1bf}.text-primary-400\/80{color:#b4b4d1cc}.text-primary-400\/90{color:#b4b4d1e6}.text-primary-400\/95{color:#b4b4d1f2}.text-primary-400\/100{color:#b4b4d1}.text-primary-500\/0{color:#9393bf00}.text-primary-500\/5{color:#9393bf0d}.text-primary-500\/10{color:#9393bf1a}.text-primary-500\/20{color:#9393bf33}.text-primary-500\/25{color:#9393bf40}.text-primary-500\/30{color:#9393bf4d}.text-primary-500\/40{color:#9393bf66}.text-primary-500\/50{color:#9393bf80}.text-primary-500\/60{color:#9393bf99}.text-primary-500\/70{color:#9393bfb3}.text-primary-500\/75{color:#9393bfbf}.text-primary-500\/80{color:#9393bfcc}.text-primary-500\/90{color:#9393bfe6}.text-primary-500\/95{color:#9393bff2}.text-primary-500\/100{color:#9393bf}.text-primary-600\/0{color:#6868ac00}.text-primary-600\/5{color:#6868ac0d}.text-primary-600\/10{color:#6868ac1a}.text-primary-600\/20{color:#6868ac33}.text-primary-600\/25{color:#6868ac40}.text-primary-600\/30{color:#6868ac4d}.text-primary-600\/40{color:#6868ac66}.text-primary-600\/50{color:#6868ac80}.text-primary-600\/60{color:#6868ac99}.text-primary-600\/70{color:#6868acb3}.text-primary-600\/75{color:#6868acbf}.text-primary-600\/80{color:#6868accc}.text-primary-600\/90{color:#6868ace6}.text-primary-600\/95{color:#6868acf2}.text-primary-600\/100{color:#6868ac}.text-primary-700\/0{color:#5d5d9900}.text-primary-700\/5{color:#5d5d990d}.text-primary-700\/10{color:#5d5d991a}.text-primary-700\/20{color:#5d5d9933}.text-primary-700\/25{color:#5d5d9940}.text-primary-700\/30{color:#5d5d994d}.text-primary-700\/40{color:#5d5d9966}.text-primary-700\/50{color:#5d5d9980}.text-primary-700\/60{color:#5d5d9999}.text-primary-700\/70{color:#5d5d99b3}.text-primary-700\/75{color:#5d5d99bf}.text-primary-700\/80{color:#5d5d99cc}.text-primary-700\/90{color:#5d5d99e6}.text-primary-700\/95{color:#5d5d99f2}.text-primary-700\/100{color:#5d5d99}.text-primary-800\/0{color:#50508500}.text-primary-800\/5{color:#5050850d}.text-primary-800\/10{color:#5050851a}.text-primary-800\/20{color:#50508533}.text-primary-800\/25{color:#50508540}.text-primary-800\/30{color:#5050854d}.text-primary-800\/40{color:#50508566}.text-primary-800\/50{color:#50508580}.text-primary-800\/60{color:#50508599}.text-primary-800\/70{color:#505085b3}.text-primary-800\/75{color:#505085bf}.text-primary-800\/80{color:#505085cc}.text-primary-800\/90{color:#505085e6}.text-primary-800\/95{color:#505085f2}.text-primary-800\/100{color:#505085}.text-primary-900\/0{color:#41416c00}.text-primary-900\/5{color:#41416c0d}.text-primary-900\/10{color:#41416c1a}.text-primary-900\/20{color:#41416c33}.text-primary-900\/25{color:#41416c40}.text-primary-900\/30{color:#41416c4d}.text-primary-900\/40{color:#41416c66}.text-primary-900\/50{color:#41416c80}.text-primary-900\/60{color:#41416c99}.text-primary-900\/70{color:#41416cb3}.text-primary-900\/75{color:#41416cbf}.text-primary-900\/80{color:#41416ccc}.text-primary-900\/90{color:#41416ce6}.text-primary-900\/95{color:#41416cf2}.text-primary-900\/100{color:#41416c}.text-primary-1000\/0{color:#2e2e4c00}.text-primary-1000\/5{color:#2e2e4c0d}.text-primary-1000\/10{color:#2e2e4c1a}.text-primary-1000\/20{color:#2e2e4c33}.text-primary-1000\/25{color:#2e2e4c40}.text-primary-1000\/30{color:#2e2e4c4d}.text-primary-1000\/40{color:#2e2e4c66}.text-primary-1000\/50{color:#2e2e4c80}.text-primary-1000\/60{color:#2e2e4c99}.text-primary-1000\/70{color:#2e2e4cb3}.text-primary-1000\/75{color:#2e2e4cbf}.text-primary-1000\/80{color:#2e2e4ccc}.text-primary-1000\/90{color:#2e2e4ce6}.text-primary-1000\/95{color:#2e2e4cf2}.text-primary-1000\/100{color:#2e2e4c}.text-primary-highlight-100\/0{color:#f7f5fe00}.text-primary-highlight-100\/5{color:#f7f5fe0d}.text-primary-highlight-100\/10{color:#f7f5fe1a}.text-primary-highlight-100\/20{color:#f7f5fe33}.text-primary-highlight-100\/25{color:#f7f5fe40}.text-primary-highlight-100\/30{color:#f7f5fe4d}.text-primary-highlight-100\/40{color:#f7f5fe66}.text-primary-highlight-100\/50{color:#f7f5fe80}.text-primary-highlight-100\/60{color:#f7f5fe99}.text-primary-highlight-100\/70{color:#f7f5feb3}.text-primary-highlight-100\/75{color:#f7f5febf}.text-primary-highlight-100\/80{color:#f7f5fecc}.text-primary-highlight-100\/90{color:#f7f5fee6}.text-primary-highlight-100\/95{color:#f7f5fef2}.text-primary-highlight-100\/100{color:#f7f5fe}.text-primary-highlight-200\/0{color:#efecfe00}.text-primary-highlight-200\/5{color:#efecfe0d}.text-primary-highlight-200\/10{color:#efecfe1a}.text-primary-highlight-200\/20{color:#efecfe33}.text-primary-highlight-200\/25{color:#efecfe40}.text-primary-highlight-200\/30{color:#efecfe4d}.text-primary-highlight-200\/40{color:#efecfe66}.text-primary-highlight-200\/50{color:#efecfe80}.text-primary-highlight-200\/60{color:#efecfe99}.text-primary-highlight-200\/70{color:#efecfeb3}.text-primary-highlight-200\/75{color:#efecfebf}.text-primary-highlight-200\/80{color:#efecfecc}.text-primary-highlight-200\/90{color:#efecfee6}.text-primary-highlight-200\/95{color:#efecfef2}.text-primary-highlight-200\/100{color:#efecfe}.text-primary-highlight-300\/0{color:#dfd8fd00}.text-primary-highlight-300\/5{color:#dfd8fd0d}.text-primary-highlight-300\/10{color:#dfd8fd1a}.text-primary-highlight-300\/20{color:#dfd8fd33}.text-primary-highlight-300\/25{color:#dfd8fd40}.text-primary-highlight-300\/30{color:#dfd8fd4d}.text-primary-highlight-300\/40{color:#dfd8fd66}.text-primary-highlight-300\/50{color:#dfd8fd80}.text-primary-highlight-300\/60{color:#dfd8fd99}.text-primary-highlight-300\/70{color:#dfd8fdb3}.text-primary-highlight-300\/75{color:#dfd8fdbf}.text-primary-highlight-300\/80{color:#dfd8fdcc}.text-primary-highlight-300\/90{color:#dfd8fde6}.text-primary-highlight-300\/95{color:#dfd8fdf2}.text-primary-highlight-300\/100{color:#dfd8fd}.text-primary-highlight-400\/0{color:#cec1fc00}.text-primary-highlight-400\/5{color:#cec1fc0d}.text-primary-highlight-400\/10{color:#cec1fc1a}.text-primary-highlight-400\/20{color:#cec1fc33}.text-primary-highlight-400\/25{color:#cec1fc40}.text-primary-highlight-400\/30{color:#cec1fc4d}.text-primary-highlight-400\/40{color:#cec1fc66}.text-primary-highlight-400\/50{color:#cec1fc80}.text-primary-highlight-400\/60{color:#cec1fc99}.text-primary-highlight-400\/70{color:#cec1fcb3}.text-primary-highlight-400\/75{color:#cec1fcbf}.text-primary-highlight-400\/80{color:#cec1fccc}.text-primary-highlight-400\/90{color:#cec1fce6}.text-primary-highlight-400\/95{color:#cec1fcf2}.text-primary-highlight-400\/100{color:#cec1fc}.text-primary-highlight-500\/0{color:#bba8fb00}.text-primary-highlight-500\/5{color:#bba8fb0d}.text-primary-highlight-500\/10{color:#bba8fb1a}.text-primary-highlight-500\/20{color:#bba8fb33}.text-primary-highlight-500\/25{color:#bba8fb40}.text-primary-highlight-500\/30{color:#bba8fb4d}.text-primary-highlight-500\/40{color:#bba8fb66}.text-primary-highlight-500\/50{color:#bba8fb80}.text-primary-highlight-500\/60{color:#bba8fb99}.text-primary-highlight-500\/70{color:#bba8fbb3}.text-primary-highlight-500\/75{color:#bba8fbbf}.text-primary-highlight-500\/80{color:#bba8fbcc}.text-primary-highlight-500\/90{color:#bba8fbe6}.text-primary-highlight-500\/95{color:#bba8fbf2}.text-primary-highlight-500\/100{color:#bba8fb}.text-primary-highlight-600\/0{color:#a78bfa00}.text-primary-highlight-600\/5{color:#a78bfa0d}.text-primary-highlight-600\/10{color:#a78bfa1a}.text-primary-highlight-600\/20{color:#a78bfa33}.text-primary-highlight-600\/25{color:#a78bfa40}.text-primary-highlight-600\/30{color:#a78bfa4d}.text-primary-highlight-600\/40{color:#a78bfa66}.text-primary-highlight-600\/50{color:#a78bfa80}.text-primary-highlight-600\/60{color:#a78bfa99}.text-primary-highlight-600\/70{color:#a78bfab3}.text-primary-highlight-600\/75{color:#a78bfabf}.text-primary-highlight-600\/80{color:#a78bfacc}.text-primary-highlight-600\/90{color:#a78bfae6}.text-primary-highlight-600\/95{color:#a78bfaf2}.text-primary-highlight-600\/100{color:#a78bfa}.text-primary-highlight-700\/0{color:#957cdf00}.text-primary-highlight-700\/5{color:#957cdf0d}.text-primary-highlight-700\/10{color:#957cdf1a}.text-primary-highlight-700\/20{color:#957cdf33}.text-primary-highlight-700\/25{color:#957cdf40}.text-primary-highlight-700\/30{color:#957cdf4d}.text-primary-highlight-700\/40{color:#957cdf66}.text-primary-highlight-700\/50{color:#957cdf80}.text-primary-highlight-700\/60{color:#957cdf99}.text-primary-highlight-700\/70{color:#957cdfb3}.text-primary-highlight-700\/75{color:#957cdfbf}.text-primary-highlight-700\/80{color:#957cdfcc}.text-primary-highlight-700\/90{color:#957cdfe6}.text-primary-highlight-700\/95{color:#957cdff2}.text-primary-highlight-700\/100{color:#957cdf}.text-primary-highlight-800\/0{color:#816bc100}.text-primary-highlight-800\/5{color:#816bc10d}.text-primary-highlight-800\/10{color:#816bc11a}.text-primary-highlight-800\/20{color:#816bc133}.text-primary-highlight-800\/25{color:#816bc140}.text-primary-highlight-800\/30{color:#816bc14d}.text-primary-highlight-800\/40{color:#816bc166}.text-primary-highlight-800\/50{color:#816bc180}.text-primary-highlight-800\/60{color:#816bc199}.text-primary-highlight-800\/70{color:#816bc1b3}.text-primary-highlight-800\/75{color:#816bc1bf}.text-primary-highlight-800\/80{color:#816bc1cc}.text-primary-highlight-800\/90{color:#816bc1e6}.text-primary-highlight-800\/95{color:#816bc1f2}.text-primary-highlight-800\/100{color:#816bc1}.text-primary-highlight-900\/0{color:#69579e00}.text-primary-highlight-900\/5{color:#69579e0d}.text-primary-highlight-900\/10{color:#69579e1a}.text-primary-highlight-900\/20{color:#69579e33}.text-primary-highlight-900\/25{color:#69579e40}.text-primary-highlight-900\/30{color:#69579e4d}.text-primary-highlight-900\/40{color:#69579e66}.text-primary-highlight-900\/50{color:#69579e80}.text-primary-highlight-900\/60{color:#69579e99}.text-primary-highlight-900\/70{color:#69579eb3}.text-primary-highlight-900\/75{color:#69579ebf}.text-primary-highlight-900\/80{color:#69579ecc}.text-primary-highlight-900\/90{color:#69579ee6}.text-primary-highlight-900\/95{color:#69579ef2}.text-primary-highlight-900\/100{color:#69579e}.text-primary-highlight-1000\/0{color:#4a3e6f00}.text-primary-highlight-1000\/5{color:#4a3e6f0d}.text-primary-highlight-1000\/10{color:#4a3e6f1a}.text-primary-highlight-1000\/20{color:#4a3e6f33}.text-primary-highlight-1000\/25{color:#4a3e6f40}.text-primary-highlight-1000\/30{color:#4a3e6f4d}.text-primary-highlight-1000\/40{color:#4a3e6f66}.text-primary-highlight-1000\/50{color:#4a3e6f80}.text-primary-highlight-1000\/60{color:#4a3e6f99}.text-primary-highlight-1000\/70{color:#4a3e6fb3}.text-primary-highlight-1000\/75{color:#4a3e6fbf}.text-primary-highlight-1000\/80{color:#4a3e6fcc}.text-primary-highlight-1000\/90{color:#4a3e6fe6}.text-primary-highlight-1000\/95{color:#4a3e6ff2}.text-primary-highlight-1000\/100{color:#4a3e6f}.text-secondary-100\/0{color:#fef7f200}.text-secondary-100\/5{color:#fef7f20d}.text-secondary-100\/10{color:#fef7f21a}.text-secondary-100\/20{color:#fef7f233}.text-secondary-100\/25{color:#fef7f240}.text-secondary-100\/30{color:#fef7f24d}.text-secondary-100\/40{color:#fef7f266}.text-secondary-100\/50{color:#fef7f280}.text-secondary-100\/60{color:#fef7f299}.text-secondary-100\/70{color:#fef7f2b3}.text-secondary-100\/75{color:#fef7f2bf}.text-secondary-100\/80{color:#fef7f2cc}.text-secondary-100\/90{color:#fef7f2e6}.text-secondary-100\/95{color:#fef7f2f2}.text-secondary-100\/100{color:#fef7f2}.text-secondary-200\/0{color:#fef0e400}.text-secondary-200\/5{color:#fef0e40d}.text-secondary-200\/10{color:#fef0e41a}.text-secondary-200\/20{color:#fef0e433}.text-secondary-200\/25{color:#fef0e440}.text-secondary-200\/30{color:#fef0e44d}.text-secondary-200\/40{color:#fef0e466}.text-secondary-200\/50{color:#fef0e480}.text-secondary-200\/60{color:#fef0e499}.text-secondary-200\/70{color:#fef0e4b3}.text-secondary-200\/75{color:#fef0e4bf}.text-secondary-200\/80{color:#fef0e4cc}.text-secondary-200\/90{color:#fef0e4e6}.text-secondary-200\/95{color:#fef0e4f2}.text-secondary-200\/100{color:#fef0e4}.text-secondary-300\/0{color:#fde1c600}.text-secondary-300\/5{color:#fde1c60d}.text-secondary-300\/10{color:#fde1c61a}.text-secondary-300\/20{color:#fde1c633}.text-secondary-300\/25{color:#fde1c640}.text-secondary-300\/30{color:#fde1c64d}.text-secondary-300\/40{color:#fde1c666}.text-secondary-300\/50{color:#fde1c680}.text-secondary-300\/60{color:#fde1c699}.text-secondary-300\/70{color:#fde1c6b3}.text-secondary-300\/75{color:#fde1c6bf}.text-secondary-300\/80{color:#fde1c6cc}.text-secondary-300\/90{color:#fde1c6e6}.text-secondary-300\/95{color:#fde1c6f2}.text-secondary-300\/100{color:#fde1c6}.text-secondary-400\/0{color:#fcd1a200}.text-secondary-400\/5{color:#fcd1a20d}.text-secondary-400\/10{color:#fcd1a21a}.text-secondary-400\/20{color:#fcd1a233}.text-secondary-400\/25{color:#fcd1a240}.text-secondary-400\/30{color:#fcd1a24d}.text-secondary-400\/40{color:#fcd1a266}.text-secondary-400\/50{color:#fcd1a280}.text-secondary-400\/60{color:#fcd1a299}.text-secondary-400\/70{color:#fcd1a2b3}.text-secondary-400\/75{color:#fcd1a2bf}.text-secondary-400\/80{color:#fcd1a2cc}.text-secondary-400\/90{color:#fcd1a2e6}.text-secondary-400\/95{color:#fcd1a2f2}.text-secondary-400\/100{color:#fcd1a2}.text-secondary-500\/0{color:#fbbf7500}.text-secondary-500\/5{color:#fbbf750d}.text-secondary-500\/10{color:#fbbf751a}.text-secondary-500\/20{color:#fbbf7533}.text-secondary-500\/25{color:#fbbf7540}.text-secondary-500\/30{color:#fbbf754d}.text-secondary-500\/40{color:#fbbf7566}.text-secondary-500\/50{color:#fbbf7580}.text-secondary-500\/60{color:#fbbf7599}.text-secondary-500\/70{color:#fbbf75b3}.text-secondary-500\/75{color:#fbbf75bf}.text-secondary-500\/80{color:#fbbf75cc}.text-secondary-500\/90{color:#fbbf75e6}.text-secondary-500\/95{color:#fbbf75f2}.text-secondary-500\/100{color:#fbbf75}.text-secondary-600\/0{color:#faac1e00}.text-secondary-600\/5{color:#faac1e0d}.text-secondary-600\/10{color:#faac1e1a}.text-secondary-600\/20{color:#faac1e33}.text-secondary-600\/25{color:#faac1e40}.text-secondary-600\/30{color:#faac1e4d}.text-secondary-600\/40{color:#faac1e66}.text-secondary-600\/50{color:#faac1e80}.text-secondary-600\/60{color:#faac1e99}.text-secondary-600\/70{color:#faac1eb3}.text-secondary-600\/75{color:#faac1ebf}.text-secondary-600\/80{color:#faac1ecc}.text-secondary-600\/90{color:#faac1ee6}.text-secondary-600\/95{color:#faac1ef2}.text-secondary-600\/100{color:#faac1e}.text-secondary-700\/0{color:#df991a00}.text-secondary-700\/5{color:#df991a0d}.text-secondary-700\/10{color:#df991a1a}.text-secondary-700\/20{color:#df991a33}.text-secondary-700\/25{color:#df991a40}.text-secondary-700\/30{color:#df991a4d}.text-secondary-700\/40{color:#df991a66}.text-secondary-700\/50{color:#df991a80}.text-secondary-700\/60{color:#df991a99}.text-secondary-700\/70{color:#df991ab3}.text-secondary-700\/75{color:#df991abf}.text-secondary-700\/80{color:#df991acc}.text-secondary-700\/90{color:#df991ae6}.text-secondary-700\/95{color:#df991af2}.text-secondary-700\/100{color:#df991a}.text-secondary-800\/0{color:#c1851700}.text-secondary-800\/5{color:#c185170d}.text-secondary-800\/10{color:#c185171a}.text-secondary-800\/20{color:#c1851733}.text-secondary-800\/25{color:#c1851740}.text-secondary-800\/30{color:#c185174d}.text-secondary-800\/40{color:#c1851766}.text-secondary-800\/50{color:#c1851780}.text-secondary-800\/60{color:#c1851799}.text-secondary-800\/70{color:#c18517b3}.text-secondary-800\/75{color:#c18517bf}.text-secondary-800\/80{color:#c18517cc}.text-secondary-800\/90{color:#c18517e6}.text-secondary-800\/95{color:#c18517f2}.text-secondary-800\/100{color:#c18517}.text-secondary-900\/0{color:#9e6c1200}.text-secondary-900\/5{color:#9e6c120d}.text-secondary-900\/10{color:#9e6c121a}.text-secondary-900\/20{color:#9e6c1233}.text-secondary-900\/25{color:#9e6c1240}.text-secondary-900\/30{color:#9e6c124d}.text-secondary-900\/40{color:#9e6c1266}.text-secondary-900\/50{color:#9e6c1280}.text-secondary-900\/60{color:#9e6c1299}.text-secondary-900\/70{color:#9e6c12b3}.text-secondary-900\/75{color:#9e6c12bf}.text-secondary-900\/80{color:#9e6c12cc}.text-secondary-900\/90{color:#9e6c12e6}.text-secondary-900\/95{color:#9e6c12f2}.text-secondary-900\/100{color:#9e6c12}.text-secondary-1000\/0{color:#6f4c0d00}.text-secondary-1000\/5{color:#6f4c0d0d}.text-secondary-1000\/10{color:#6f4c0d1a}.text-secondary-1000\/20{color:#6f4c0d33}.text-secondary-1000\/25{color:#6f4c0d40}.text-secondary-1000\/30{color:#6f4c0d4d}.text-secondary-1000\/40{color:#6f4c0d66}.text-secondary-1000\/50{color:#6f4c0d80}.text-secondary-1000\/60{color:#6f4c0d99}.text-secondary-1000\/70{color:#6f4c0db3}.text-secondary-1000\/75{color:#6f4c0dbf}.text-secondary-1000\/80{color:#6f4c0dcc}.text-secondary-1000\/90{color:#6f4c0de6}.text-secondary-1000\/95{color:#6f4c0df2}.text-secondary-1000\/100{color:#6f4c0d}.text-grey-100\/0{color:#f2f3f400}.text-grey-100\/5{color:#f2f3f40d}.text-grey-100\/10{color:#f2f3f41a}.text-grey-100\/20{color:#f2f3f433}.text-grey-100\/25{color:#f2f3f440}.text-grey-100\/30{color:#f2f3f44d}.text-grey-100\/40{color:#f2f3f466}.text-grey-100\/50{color:#f2f3f480}.text-grey-100\/60{color:#f2f3f499}.text-grey-100\/70{color:#f2f3f4b3}.text-grey-100\/75{color:#f2f3f4bf}.text-grey-100\/80{color:#f2f3f4cc}.text-grey-100\/90{color:#f2f3f4e6}.text-grey-100\/95{color:#f2f3f4f2}.text-grey-100\/100{color:#f2f3f4}.text-grey-200\/0{color:#e6e7e800}.text-grey-200\/5{color:#e6e7e80d}.text-grey-200\/10{color:#e6e7e81a}.text-grey-200\/20{color:#e6e7e833}.text-grey-200\/25{color:#e6e7e840}.text-grey-200\/30{color:#e6e7e84d}.text-grey-200\/40{color:#e6e7e866}.text-grey-200\/50{color:#e6e7e880}.text-grey-200\/60{color:#e6e7e899}.text-grey-200\/70{color:#e6e7e8b3}.text-grey-200\/75{color:#e6e7e8bf}.text-grey-200\/80{color:#e6e7e8cc}.text-grey-200\/90{color:#e6e7e8e6}.text-grey-200\/95{color:#e6e7e8f2}.text-grey-200\/100{color:#e6e7e8}.text-grey-300\/0{color:#caccd000}.text-grey-300\/5{color:#caccd00d}.text-grey-300\/10{color:#caccd01a}.text-grey-300\/20{color:#caccd033}.text-grey-300\/25{color:#caccd040}.text-grey-300\/30{color:#caccd04d}.text-grey-300\/40{color:#caccd066}.text-grey-300\/50{color:#caccd080}.text-grey-300\/60{color:#caccd099}.text-grey-300\/70{color:#caccd0b3}.text-grey-300\/75{color:#caccd0bf}.text-grey-300\/80{color:#caccd0cc}.text-grey-300\/90{color:#caccd0e6}.text-grey-300\/95{color:#caccd0f2}.text-grey-300\/100{color:#caccd0}.text-grey-400\/0{color:#aaaeb400}.text-grey-400\/5{color:#aaaeb40d}.text-grey-400\/10{color:#aaaeb41a}.text-grey-400\/20{color:#aaaeb433}.text-grey-400\/25{color:#aaaeb440}.text-grey-400\/30{color:#aaaeb44d}.text-grey-400\/40{color:#aaaeb466}.text-grey-400\/50{color:#aaaeb480}.text-grey-400\/60{color:#aaaeb499}.text-grey-400\/70{color:#aaaeb4b3}.text-grey-400\/75{color:#aaaeb4bf}.text-grey-400\/80{color:#aaaeb4cc}.text-grey-400\/90{color:#aaaeb4e6}.text-grey-400\/95{color:#aaaeb4f2}.text-grey-400\/100{color:#aaaeb4}.text-grey-500\/0{color:#82899300}.text-grey-500\/5{color:#8289930d}.text-grey-500\/10{color:#8289931a}.text-grey-500\/20{color:#82899333}.text-grey-500\/25{color:#82899340}.text-grey-500\/30{color:#8289934d}.text-grey-500\/40{color:#82899366}.text-grey-500\/50{color:#82899380}.text-grey-500\/60{color:#82899399}.text-grey-500\/70{color:#828993b3}.text-grey-500\/75{color:#828993bf}.text-grey-500\/80{color:#828993cc}.text-grey-500\/90{color:#828993e6}.text-grey-500\/95{color:#828993f2}.text-grey-500\/100{color:#828993}.text-grey-600\/0{color:#47556900}.text-grey-600\/5{color:#4755690d}.text-grey-600\/10{color:#4755691a}.text-grey-600\/20{color:#47556933}.text-grey-600\/25{color:#47556940}.text-grey-600\/30{color:#4755694d}.text-grey-600\/40{color:#47556966}.text-grey-600\/50{color:#47556980}.text-grey-600\/60{color:#47556999}.text-grey-600\/70{color:#475569b3}.text-grey-600\/75{color:#475569bf}.text-grey-600\/80{color:#475569cc}.text-grey-600\/90{color:#475569e6}.text-grey-600\/95{color:#475569f2}.text-grey-600\/100{color:#475569}.text-grey-700\/0{color:#3f4c5d00}.text-grey-700\/5{color:#3f4c5d0d}.text-grey-700\/10{color:#3f4c5d1a}.text-grey-700\/20{color:#3f4c5d33}.text-grey-700\/25{color:#3f4c5d40}.text-grey-700\/30{color:#3f4c5d4d}.text-grey-700\/40{color:#3f4c5d66}.text-grey-700\/50{color:#3f4c5d80}.text-grey-700\/60{color:#3f4c5d99}.text-grey-700\/70{color:#3f4c5db3}.text-grey-700\/75{color:#3f4c5dbf}.text-grey-700\/80{color:#3f4c5dcc}.text-grey-700\/90{color:#3f4c5de6}.text-grey-700\/95{color:#3f4c5df2}.text-grey-700\/100{color:#3f4c5d}.text-grey-800\/0{color:#36415100}.text-grey-800\/5{color:#3641510d}.text-grey-800\/10{color:#3641511a}.text-grey-800\/20{color:#36415133}.text-grey-800\/25{color:#36415140}.text-grey-800\/30{color:#3641514d}.text-grey-800\/40{color:#36415166}.text-grey-800\/50{color:#36415180}.text-grey-800\/60{color:#36415199}.text-grey-800\/70{color:#364151b3}.text-grey-800\/75{color:#364151bf}.text-grey-800\/80{color:#364151cc}.text-grey-800\/90{color:#364151e6}.text-grey-800\/95{color:#364151f2}.text-grey-800\/100{color:#364151}.text-grey-900\/0{color:#2c354200}.text-grey-900\/5{color:#2c35420d}.text-grey-900\/10{color:#2c35421a}.text-grey-900\/20{color:#2c354233}.text-grey-900\/25{color:#2c354240}.text-grey-900\/30{color:#2c35424d}.text-grey-900\/40{color:#2c354266}.text-grey-900\/50{color:#2c354280}.text-grey-900\/60{color:#2c354299}.text-grey-900\/70{color:#2c3542b3}.text-grey-900\/75{color:#2c3542bf}.text-grey-900\/80{color:#2c3542cc}.text-grey-900\/90{color:#2c3542e6}.text-grey-900\/95{color:#2c3542f2}.text-grey-900\/100{color:#2c3542}.text-grey-1000\/0{color:#1f262e00}.text-grey-1000\/5{color:#1f262e0d}.text-grey-1000\/10{color:#1f262e1a}.text-grey-1000\/20{color:#1f262e33}.text-grey-1000\/25{color:#1f262e40}.text-grey-1000\/30{color:#1f262e4d}.text-grey-1000\/40{color:#1f262e66}.text-grey-1000\/50{color:#1f262e80}.text-grey-1000\/60{color:#1f262e99}.text-grey-1000\/70{color:#1f262eb3}.text-grey-1000\/75{color:#1f262ebf}.text-grey-1000\/80{color:#1f262ecc}.text-grey-1000\/90{color:#1f262ee6}.text-grey-1000\/95{color:#1f262ef2}.text-grey-1000\/100{color:#1f262e}.text-green-1000\/0{color:#175e4400}.text-green-1000\/5{color:#175e440d}.text-green-1000\/10{color:#175e441a}.text-green-1000\/20{color:#175e4433}.text-green-1000\/25{color:#175e4440}.text-green-1000\/30{color:#175e444d}.text-green-1000\/40{color:#175e4466}.text-green-1000\/50{color:#175e4480}.text-green-1000\/60{color:#175e4499}.text-green-1000\/70{color:#175e44b3}.text-green-1000\/75{color:#175e44bf}.text-green-1000\/80{color:#175e44cc}.text-green-1000\/90{color:#175e44e6}.text-green-1000\/95{color:#175e44f2}.text-green-1000\/100{color:#175e44}.text-blue-1000\/0{color:#102c6900}.text-blue-1000\/5{color:#102c690d}.text-blue-1000\/10{color:#102c691a}.text-blue-1000\/20{color:#102c6933}.text-blue-1000\/25{color:#102c6940}.text-blue-1000\/30{color:#102c694d}.text-blue-1000\/40{color:#102c6966}.text-blue-1000\/50{color:#102c6980}.text-blue-1000\/60{color:#102c6999}.text-blue-1000\/70{color:#102c69b3}.text-blue-1000\/75{color:#102c69bf}.text-blue-1000\/80{color:#102c69cc}.text-blue-1000\/90{color:#102c69e6}.text-blue-1000\/95{color:#102c69f2}.text-blue-1000\/100{color:#102c69}.text-orange-1000\/0{color:#68270500}.text-orange-1000\/5{color:#6827050d}.text-orange-1000\/10{color:#6827051a}.text-orange-1000\/20{color:#68270533}.text-orange-1000\/25{color:#68270540}.text-orange-1000\/30{color:#6827054d}.text-orange-1000\/40{color:#68270566}.text-orange-1000\/50{color:#68270580}.text-orange-1000\/60{color:#68270599}.text-orange-1000\/70{color:#682705b3}.text-orange-1000\/75{color:#682705bf}.text-orange-1000\/80{color:#682705cc}.text-orange-1000\/90{color:#682705e6}.text-orange-1000\/95{color:#682705f2}.text-orange-1000\/100{color:#682705}.text-red-1000\/0{color:#62101000}.text-red-1000\/5{color:#6210100d}.text-red-1000\/10{color:#6210101a}.text-red-1000\/20{color:#62101033}.text-red-1000\/25{color:#62101040}.text-red-1000\/30{color:#6210104d}.text-red-1000\/40{color:#62101066}.text-red-1000\/50{color:#62101080}.text-red-1000\/60{color:#62101099}.text-red-1000\/70{color:#621010b3}.text-red-1000\/75{color:#621010bf}.text-red-1000\/80{color:#621010cc}.text-red-1000\/90{color:#621010e6}.text-red-1000\/95{color:#621010f2}.text-red-1000\/100{color:#621010}.text-primary\/0{color:#a78bfa00}.text-primary\/5{color:#a78bfa0d}.text-primary\/10{color:#a78bfa1a}.text-primary\/20{color:#a78bfa33}.text-primary\/25{color:#a78bfa40}.text-primary\/30{color:#a78bfa4d}.text-primary\/40{color:#a78bfa66}.text-primary\/50{color:#a78bfa80}.text-primary\/60{color:#a78bfa99}.text-primary\/70{color:#a78bfab3}.text-primary\/75{color:#a78bfabf}.text-primary\/80{color:#a78bfacc}.text-primary\/90{color:#a78bfae6}.text-primary\/95{color:#a78bfaf2}.text-primary\/100{color:#a78bfa}.text-primary-light\/0{color:#f7f5fe00}.text-primary-light\/5{color:#f7f5fe0d}.text-primary-light\/10{color:#f7f5fe1a}.text-primary-light\/20{color:#f7f5fe33}.text-primary-light\/25{color:#f7f5fe40}.text-primary-light\/30{color:#f7f5fe4d}.text-primary-light\/40{color:#f7f5fe66}.text-primary-light\/50{color:#f7f5fe80}.text-primary-light\/60{color:#f7f5fe99}.text-primary-light\/70{color:#f7f5feb3}.text-primary-light\/75{color:#f7f5febf}.text-primary-light\/80{color:#f7f5fecc}.text-primary-light\/90{color:#f7f5fee6}.text-primary-light\/95{color:#f7f5fef2}.text-primary-light\/100{color:#f7f5fe}.text-primary-dark\/0{color:#69579e00}.text-primary-dark\/5{color:#69579e0d}.text-primary-dark\/10{color:#69579e1a}.text-primary-dark\/20{color:#69579e33}.text-primary-dark\/25{color:#69579e40}.text-primary-dark\/30{color:#69579e4d}.text-primary-dark\/40{color:#69579e66}.text-primary-dark\/50{color:#69579e80}.text-primary-dark\/60{color:#69579e99}.text-primary-dark\/70{color:#69579eb3}.text-primary-dark\/75{color:#69579ebf}.text-primary-dark\/80{color:#69579ecc}.text-primary-dark\/90{color:#69579ee6}.text-primary-dark\/95{color:#69579ef2}.text-primary-dark\/100{color:#69579e}.text-info\/0{color:#7690ef00}.text-info\/5{color:#7690ef0d}.text-info\/10{color:#7690ef1a}.text-info\/20{color:#7690ef33}.text-info\/25{color:#7690ef40}.text-info\/30{color:#7690ef4d}.text-info\/40{color:#7690ef66}.text-info\/50{color:#7690ef80}.text-info\/60{color:#7690ef99}.text-info\/70{color:#7690efb3}.text-info\/75{color:#7690efbf}.text-info\/80{color:#7690efcc}.text-info\/90{color:#7690efe6}.text-info\/95{color:#7690eff2}.text-info\/100{color:#7690ef}.text-info-light\/0{color:#f2f3fd00}.text-info-light\/5{color:#f2f3fd0d}.text-info-light\/10{color:#f2f3fd1a}.text-info-light\/20{color:#f2f3fd33}.text-info-light\/25{color:#f2f3fd40}.text-info-light\/30{color:#f2f3fd4d}.text-info-light\/40{color:#f2f3fd66}.text-info-light\/50{color:#f2f3fd80}.text-info-light\/60{color:#f2f3fd99}.text-info-light\/70{color:#f2f3fdb3}.text-info-light\/75{color:#f2f3fdbf}.text-info-light\/80{color:#f2f3fdcc}.text-info-light\/90{color:#f2f3fde6}.text-info-light\/95{color:#f2f3fdf2}.text-info-light\/100{color:#f2f3fd}.text-info-dark\/0{color:#2158d200}.text-info-dark\/5{color:#2158d20d}.text-info-dark\/10{color:#2158d21a}.text-info-dark\/20{color:#2158d233}.text-info-dark\/25{color:#2158d240}.text-info-dark\/30{color:#2158d24d}.text-info-dark\/40{color:#2158d266}.text-info-dark\/50{color:#2158d280}.text-info-dark\/60{color:#2158d299}.text-info-dark\/70{color:#2158d2b3}.text-info-dark\/75{color:#2158d2bf}.text-info-dark\/80{color:#2158d2cc}.text-info-dark\/90{color:#2158d2e6}.text-info-dark\/95{color:#2158d2f2}.text-info-dark\/100{color:#2158d2}.text-success\/0{color:#28a37600}.text-success\/5{color:#28a3760d}.text-success\/10{color:#28a3761a}.text-success\/20{color:#28a37633}.text-success\/25{color:#28a37640}.text-success\/30{color:#28a3764d}.text-success\/40{color:#28a37666}.text-success\/50{color:#28a37680}.text-success\/60{color:#28a37699}.text-success\/70{color:#28a376b3}.text-success\/75{color:#28a376bf}.text-success\/80{color:#28a376cc}.text-success\/90{color:#28a376e6}.text-success\/95{color:#28a376f2}.text-success\/100{color:#28a376}.text-success-light\/0{color:#f2faf600}.text-success-light\/5{color:#f2faf60d}.text-success-light\/10{color:#f2faf61a}.text-success-light\/20{color:#f2faf633}.text-success-light\/25{color:#f2faf640}.text-success-light\/30{color:#f2faf64d}.text-success-light\/40{color:#f2faf666}.text-success-light\/50{color:#f2faf680}.text-success-light\/60{color:#f2faf699}.text-success-light\/70{color:#f2faf6b3}.text-success-light\/75{color:#f2faf6bf}.text-success-light\/80{color:#f2faf6cc}.text-success-light\/90{color:#f2faf6e6}.text-success-light\/95{color:#f2faf6f2}.text-success-light\/100{color:#f2faf6}.text-success-dark\/0{color:#20856000}.text-success-dark\/5{color:#2085600d}.text-success-dark\/10{color:#2085601a}.text-success-dark\/20{color:#20856033}.text-success-dark\/25{color:#20856040}.text-success-dark\/30{color:#2085604d}.text-success-dark\/40{color:#20856066}.text-success-dark\/50{color:#20856080}.text-success-dark\/60{color:#20856099}.text-success-dark\/70{color:#208560b3}.text-success-dark\/75{color:#208560bf}.text-success-dark\/80{color:#208560cc}.text-success-dark\/90{color:#208560e6}.text-success-dark\/95{color:#208560f2}.text-success-dark\/100{color:#208560}.text-warning\/0{color:#faac1e00}.text-warning\/5{color:#faac1e0d}.text-warning\/10{color:#faac1e1a}.text-warning\/20{color:#faac1e33}.text-warning\/25{color:#faac1e40}.text-warning\/30{color:#faac1e4d}.text-warning\/40{color:#faac1e66}.text-warning\/50{color:#faac1e80}.text-warning\/60{color:#faac1e99}.text-warning\/70{color:#faac1eb3}.text-warning\/75{color:#faac1ebf}.text-warning\/80{color:#faac1ecc}.text-warning\/90{color:#faac1ee6}.text-warning\/95{color:#faac1ef2}.text-warning\/100{color:#faac1e}.text-warning-light\/0{color:#fef7f200}.text-warning-light\/5{color:#fef7f20d}.text-warning-light\/10{color:#fef7f21a}.text-warning-light\/20{color:#fef7f233}.text-warning-light\/25{color:#fef7f240}.text-warning-light\/30{color:#fef7f24d}.text-warning-light\/40{color:#fef7f266}.text-warning-light\/50{color:#fef7f280}.text-warning-light\/60{color:#fef7f299}.text-warning-light\/70{color:#fef7f2b3}.text-warning-light\/75{color:#fef7f2bf}.text-warning-light\/80{color:#fef7f2cc}.text-warning-light\/90{color:#fef7f2e6}.text-warning-light\/95{color:#fef7f2f2}.text-warning-light\/100{color:#fef7f2}.text-warning-dark\/0{color:#9e6c1200}.text-warning-dark\/5{color:#9e6c120d}.text-warning-dark\/10{color:#9e6c121a}.text-warning-dark\/20{color:#9e6c1233}.text-warning-dark\/25{color:#9e6c1240}.text-warning-dark\/30{color:#9e6c124d}.text-warning-dark\/40{color:#9e6c1266}.text-warning-dark\/50{color:#9e6c1280}.text-warning-dark\/60{color:#9e6c1299}.text-warning-dark\/70{color:#9e6c12b3}.text-warning-dark\/75{color:#9e6c12bf}.text-warning-dark\/80{color:#9e6c12cc}.text-warning-dark\/90{color:#9e6c12e6}.text-warning-dark\/95{color:#9e6c12f2}.text-warning-dark\/100{color:#9e6c12}.text-error\/0{color:#dc262600}.text-error\/5{color:#dc26260d}.text-error\/10{color:#dc26261a}.text-error\/20{color:#dc262633}.text-error\/25{color:#dc262640}.text-error\/30{color:#dc26264d}.text-error\/40{color:#dc262666}.text-error\/50{color:#dc262680}.text-error\/60{color:#dc262699}.text-error\/70{color:#dc2626b3}.text-error\/75{color:#dc2626bf}.text-error\/80{color:#dc2626cc}.text-error\/90{color:#dc2626e6}.text-error\/95{color:#dc2626f2}.text-error\/100{color:#dc2626}.text-error-light\/0{color:#fbf2f200}.text-error-light\/5{color:#fbf2f20d}.text-error-light\/10{color:#fbf2f21a}.text-error-light\/20{color:#fbf2f233}.text-error-light\/25{color:#fbf2f240}.text-error-light\/30{color:#fbf2f24d}.text-error-light\/40{color:#fbf2f266}.text-error-light\/50{color:#fbf2f280}.text-error-light\/60{color:#fbf2f299}.text-error-light\/70{color:#fbf2f2b3}.text-error-light\/75{color:#fbf2f2bf}.text-error-light\/80{color:#fbf2f2cc}.text-error-light\/90{color:#fbf2f2e6}.text-error-light\/95{color:#fbf2f2f2}.text-error-light\/100{color:#fbf2f2}.text-error-dark\/0{color:#c4212100}.text-error-dark\/5{color:#c421210d}.text-error-dark\/10{color:#c421211a}.text-error-dark\/20{color:#c4212133}.text-error-dark\/25{color:#c4212140}.text-error-dark\/30{color:#c421214d}.text-error-dark\/40{color:#c4212166}.text-error-dark\/50{color:#c4212180}.text-error-dark\/60{color:#c4212199}.text-error-dark\/70{color:#c42121b3}.text-error-dark\/75{color:#c42121bf}.text-error-dark\/80{color:#c42121cc}.text-error-dark\/90{color:#c42121e6}.text-error-dark\/95{color:#c42121f2}.text-error-dark\/100{color:#c42121}.text-grey\/0{color:#47556900}.text-grey\/5{color:#4755690d}.text-grey\/10{color:#4755691a}.text-grey\/20{color:#47556933}.text-grey\/25{color:#47556940}.text-grey\/30{color:#4755694d}.text-grey\/40{color:#47556966}.text-grey\/50{color:#47556980}.text-grey\/60{color:#47556999}.text-grey\/70{color:#475569b3}.text-grey\/75{color:#475569bf}.text-grey\/80{color:#475569cc}.text-grey\/90{color:#475569e6}.text-grey\/95{color:#475569f2}.text-grey\/100{color:#475569}.text-grey-light\/0{color:#f2f3f400}.text-grey-light\/5{color:#f2f3f40d}.text-grey-light\/10{color:#f2f3f41a}.text-grey-light\/20{color:#f2f3f433}.text-grey-light\/25{color:#f2f3f440}.text-grey-light\/30{color:#f2f3f44d}.text-grey-light\/40{color:#f2f3f466}.text-grey-light\/50{color:#f2f3f480}.text-grey-light\/60{color:#f2f3f499}.text-grey-light\/70{color:#f2f3f4b3}.text-grey-light\/75{color:#f2f3f4bf}.text-grey-light\/80{color:#f2f3f4cc}.text-grey-light\/90{color:#f2f3f4e6}.text-grey-light\/95{color:#f2f3f4f2}.text-grey-light\/100{color:#f2f3f4}.text-grey-dark\/0{color:#2c354200}.text-grey-dark\/5{color:#2c35420d}.text-grey-dark\/10{color:#2c35421a}.text-grey-dark\/20{color:#2c354233}.text-grey-dark\/25{color:#2c354240}.text-grey-dark\/30{color:#2c35424d}.text-grey-dark\/40{color:#2c354266}.text-grey-dark\/50{color:#2c354280}.text-grey-dark\/60{color:#2c354299}.text-grey-dark\/70{color:#2c3542b3}.text-grey-dark\/75{color:#2c3542bf}.text-grey-dark\/80{color:#2c3542cc}.text-grey-dark\/90{color:#2c3542e6}.text-grey-dark\/95{color:#2c3542f2}.text-grey-dark\/100{color:#2c3542}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-\[\#2563EB\]{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-\[\#EA580C\]{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.decoration-yellow-50{text-decoration-color:#fefce8}.decoration-yellow-100{text-decoration-color:#fef3c7}.decoration-yellow-200{text-decoration-color:#fde68a}.decoration-yellow-300{text-decoration-color:#fcd34d}.decoration-yellow-400{text-decoration-color:#fbbf24}.decoration-yellow-500{text-decoration-color:#eab308}.decoration-yellow-600{text-decoration-color:#d97706}.decoration-yellow-700{text-decoration-color:#b45309}.decoration-yellow-800{text-decoration-color:#92400e}.decoration-yellow-900{text-decoration-color:#78350f}.decoration-yellow-50\/0{text-decoration-color:#fefce800}.decoration-yellow-50\/5{text-decoration-color:#fefce80d}.decoration-yellow-50\/10{text-decoration-color:#fefce81a}.decoration-yellow-50\/20{text-decoration-color:#fefce833}.decoration-yellow-50\/25{text-decoration-color:#fefce840}.decoration-yellow-50\/30{text-decoration-color:#fefce84d}.decoration-yellow-50\/40{text-decoration-color:#fefce866}.decoration-yellow-50\/50{text-decoration-color:#fefce880}.decoration-yellow-50\/60{text-decoration-color:#fefce899}.decoration-yellow-50\/70{text-decoration-color:#fefce8b3}.decoration-yellow-50\/75{text-decoration-color:#fefce8bf}.decoration-yellow-50\/80{text-decoration-color:#fefce8cc}.decoration-yellow-50\/90{text-decoration-color:#fefce8e6}.decoration-yellow-50\/95{text-decoration-color:#fefce8f2}.decoration-yellow-50\/100{text-decoration-color:#fefce8}.decoration-yellow-100\/0{text-decoration-color:#fef3c700}.decoration-yellow-100\/5{text-decoration-color:#fef3c70d}.decoration-yellow-100\/10{text-decoration-color:#fef3c71a}.decoration-yellow-100\/20{text-decoration-color:#fef3c733}.decoration-yellow-100\/25{text-decoration-color:#fef3c740}.decoration-yellow-100\/30{text-decoration-color:#fef3c74d}.decoration-yellow-100\/40{text-decoration-color:#fef3c766}.decoration-yellow-100\/50{text-decoration-color:#fef3c780}.decoration-yellow-100\/60{text-decoration-color:#fef3c799}.decoration-yellow-100\/70{text-decoration-color:#fef3c7b3}.decoration-yellow-100\/75{text-decoration-color:#fef3c7bf}.decoration-yellow-100\/80{text-decoration-color:#fef3c7cc}.decoration-yellow-100\/90{text-decoration-color:#fef3c7e6}.decoration-yellow-100\/95{text-decoration-color:#fef3c7f2}.decoration-yellow-100\/100{text-decoration-color:#fef3c7}.decoration-yellow-200\/0{text-decoration-color:#fde68a00}.decoration-yellow-200\/5{text-decoration-color:#fde68a0d}.decoration-yellow-200\/10{text-decoration-color:#fde68a1a}.decoration-yellow-200\/20{text-decoration-color:#fde68a33}.decoration-yellow-200\/25{text-decoration-color:#fde68a40}.decoration-yellow-200\/30{text-decoration-color:#fde68a4d}.decoration-yellow-200\/40{text-decoration-color:#fde68a66}.decoration-yellow-200\/50{text-decoration-color:#fde68a80}.decoration-yellow-200\/60{text-decoration-color:#fde68a99}.decoration-yellow-200\/70{text-decoration-color:#fde68ab3}.decoration-yellow-200\/75{text-decoration-color:#fde68abf}.decoration-yellow-200\/80{text-decoration-color:#fde68acc}.decoration-yellow-200\/90{text-decoration-color:#fde68ae6}.decoration-yellow-200\/95{text-decoration-color:#fde68af2}.decoration-yellow-200\/100{text-decoration-color:#fde68a}.decoration-yellow-300\/0{text-decoration-color:#fcd34d00}.decoration-yellow-300\/5{text-decoration-color:#fcd34d0d}.decoration-yellow-300\/10{text-decoration-color:#fcd34d1a}.decoration-yellow-300\/20{text-decoration-color:#fcd34d33}.decoration-yellow-300\/25{text-decoration-color:#fcd34d40}.decoration-yellow-300\/30{text-decoration-color:#fcd34d4d}.decoration-yellow-300\/40{text-decoration-color:#fcd34d66}.decoration-yellow-300\/50{text-decoration-color:#fcd34d80}.decoration-yellow-300\/60{text-decoration-color:#fcd34d99}.decoration-yellow-300\/70{text-decoration-color:#fcd34db3}.decoration-yellow-300\/75{text-decoration-color:#fcd34dbf}.decoration-yellow-300\/80{text-decoration-color:#fcd34dcc}.decoration-yellow-300\/90{text-decoration-color:#fcd34de6}.decoration-yellow-300\/95{text-decoration-color:#fcd34df2}.decoration-yellow-300\/100{text-decoration-color:#fcd34d}.decoration-yellow-400\/0{text-decoration-color:#fbbf2400}.decoration-yellow-400\/5{text-decoration-color:#fbbf240d}.decoration-yellow-400\/10{text-decoration-color:#fbbf241a}.decoration-yellow-400\/20{text-decoration-color:#fbbf2433}.decoration-yellow-400\/25{text-decoration-color:#fbbf2440}.decoration-yellow-400\/30{text-decoration-color:#fbbf244d}.decoration-yellow-400\/40{text-decoration-color:#fbbf2466}.decoration-yellow-400\/50{text-decoration-color:#fbbf2480}.decoration-yellow-400\/60{text-decoration-color:#fbbf2499}.decoration-yellow-400\/70{text-decoration-color:#fbbf24b3}.decoration-yellow-400\/75{text-decoration-color:#fbbf24bf}.decoration-yellow-400\/80{text-decoration-color:#fbbf24cc}.decoration-yellow-400\/90{text-decoration-color:#fbbf24e6}.decoration-yellow-400\/95{text-decoration-color:#fbbf24f2}.decoration-yellow-400\/100{text-decoration-color:#fbbf24}.decoration-yellow-500\/0{text-decoration-color:#eab30800}.decoration-yellow-500\/5{text-decoration-color:#eab3080d}.decoration-yellow-500\/10{text-decoration-color:#eab3081a}.decoration-yellow-500\/20{text-decoration-color:#eab30833}.decoration-yellow-500\/25{text-decoration-color:#eab30840}.decoration-yellow-500\/30{text-decoration-color:#eab3084d}.decoration-yellow-500\/40{text-decoration-color:#eab30866}.decoration-yellow-500\/50{text-decoration-color:#eab30880}.decoration-yellow-500\/60{text-decoration-color:#eab30899}.decoration-yellow-500\/70{text-decoration-color:#eab308b3}.decoration-yellow-500\/75{text-decoration-color:#eab308bf}.decoration-yellow-500\/80{text-decoration-color:#eab308cc}.decoration-yellow-500\/90{text-decoration-color:#eab308e6}.decoration-yellow-500\/95{text-decoration-color:#eab308f2}.decoration-yellow-500\/100{text-decoration-color:#eab308}.decoration-yellow-600\/0{text-decoration-color:#d9770600}.decoration-yellow-600\/5{text-decoration-color:#d977060d}.decoration-yellow-600\/10{text-decoration-color:#d977061a}.decoration-yellow-600\/20{text-decoration-color:#d9770633}.decoration-yellow-600\/25{text-decoration-color:#d9770640}.decoration-yellow-600\/30{text-decoration-color:#d977064d}.decoration-yellow-600\/40{text-decoration-color:#d9770666}.decoration-yellow-600\/50{text-decoration-color:#d9770680}.decoration-yellow-600\/60{text-decoration-color:#d9770699}.decoration-yellow-600\/70{text-decoration-color:#d97706b3}.decoration-yellow-600\/75{text-decoration-color:#d97706bf}.decoration-yellow-600\/80{text-decoration-color:#d97706cc}.decoration-yellow-600\/90{text-decoration-color:#d97706e6}.decoration-yellow-600\/95{text-decoration-color:#d97706f2}.decoration-yellow-600\/100{text-decoration-color:#d97706}.decoration-yellow-700\/0{text-decoration-color:#b4530900}.decoration-yellow-700\/5{text-decoration-color:#b453090d}.decoration-yellow-700\/10{text-decoration-color:#b453091a}.decoration-yellow-700\/20{text-decoration-color:#b4530933}.decoration-yellow-700\/25{text-decoration-color:#b4530940}.decoration-yellow-700\/30{text-decoration-color:#b453094d}.decoration-yellow-700\/40{text-decoration-color:#b4530966}.decoration-yellow-700\/50{text-decoration-color:#b4530980}.decoration-yellow-700\/60{text-decoration-color:#b4530999}.decoration-yellow-700\/70{text-decoration-color:#b45309b3}.decoration-yellow-700\/75{text-decoration-color:#b45309bf}.decoration-yellow-700\/80{text-decoration-color:#b45309cc}.decoration-yellow-700\/90{text-decoration-color:#b45309e6}.decoration-yellow-700\/95{text-decoration-color:#b45309f2}.decoration-yellow-700\/100{text-decoration-color:#b45309}.decoration-yellow-800\/0{text-decoration-color:#92400e00}.decoration-yellow-800\/5{text-decoration-color:#92400e0d}.decoration-yellow-800\/10{text-decoration-color:#92400e1a}.decoration-yellow-800\/20{text-decoration-color:#92400e33}.decoration-yellow-800\/25{text-decoration-color:#92400e40}.decoration-yellow-800\/30{text-decoration-color:#92400e4d}.decoration-yellow-800\/40{text-decoration-color:#92400e66}.decoration-yellow-800\/50{text-decoration-color:#92400e80}.decoration-yellow-800\/60{text-decoration-color:#92400e99}.decoration-yellow-800\/70{text-decoration-color:#92400eb3}.decoration-yellow-800\/75{text-decoration-color:#92400ebf}.decoration-yellow-800\/80{text-decoration-color:#92400ecc}.decoration-yellow-800\/90{text-decoration-color:#92400ee6}.decoration-yellow-800\/95{text-decoration-color:#92400ef2}.decoration-yellow-800\/100{text-decoration-color:#92400e}.decoration-yellow-900\/0{text-decoration-color:#78350f00}.decoration-yellow-900\/5{text-decoration-color:#78350f0d}.decoration-yellow-900\/10{text-decoration-color:#78350f1a}.decoration-yellow-900\/20{text-decoration-color:#78350f33}.decoration-yellow-900\/25{text-decoration-color:#78350f40}.decoration-yellow-900\/30{text-decoration-color:#78350f4d}.decoration-yellow-900\/40{text-decoration-color:#78350f66}.decoration-yellow-900\/50{text-decoration-color:#78350f80}.decoration-yellow-900\/60{text-decoration-color:#78350f99}.decoration-yellow-900\/70{text-decoration-color:#78350fb3}.decoration-yellow-900\/75{text-decoration-color:#78350fbf}.decoration-yellow-900\/80{text-decoration-color:#78350fcc}.decoration-yellow-900\/90{text-decoration-color:#78350fe6}.decoration-yellow-900\/95{text-decoration-color:#78350ff2}.decoration-yellow-900\/100{text-decoration-color:#78350f}.underline-offset-8{text-underline-offset:8px}.placeholder-yellow-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(254 252 232 / var(--tw-placeholder-opacity))}.placeholder-yellow-50::placeholder{--tw-placeholder-opacity: 1;color:rgb(254 252 232 / var(--tw-placeholder-opacity))}.placeholder-yellow-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(254 243 199 / var(--tw-placeholder-opacity))}.placeholder-yellow-100::placeholder{--tw-placeholder-opacity: 1;color:rgb(254 243 199 / var(--tw-placeholder-opacity))}.placeholder-yellow-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(253 230 138 / var(--tw-placeholder-opacity))}.placeholder-yellow-200::placeholder{--tw-placeholder-opacity: 1;color:rgb(253 230 138 / var(--tw-placeholder-opacity))}.placeholder-yellow-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(252 211 77 / var(--tw-placeholder-opacity))}.placeholder-yellow-300::placeholder{--tw-placeholder-opacity: 1;color:rgb(252 211 77 / var(--tw-placeholder-opacity))}.placeholder-yellow-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(251 191 36 / var(--tw-placeholder-opacity))}.placeholder-yellow-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(251 191 36 / var(--tw-placeholder-opacity))}.placeholder-yellow-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(234 179 8 / var(--tw-placeholder-opacity))}.placeholder-yellow-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(234 179 8 / var(--tw-placeholder-opacity))}.placeholder-yellow-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(217 119 6 / var(--tw-placeholder-opacity))}.placeholder-yellow-600::placeholder{--tw-placeholder-opacity: 1;color:rgb(217 119 6 / var(--tw-placeholder-opacity))}.placeholder-yellow-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(180 83 9 / var(--tw-placeholder-opacity))}.placeholder-yellow-700::placeholder{--tw-placeholder-opacity: 1;color:rgb(180 83 9 / var(--tw-placeholder-opacity))}.placeholder-yellow-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(146 64 14 / var(--tw-placeholder-opacity))}.placeholder-yellow-800::placeholder{--tw-placeholder-opacity: 1;color:rgb(146 64 14 / var(--tw-placeholder-opacity))}.placeholder-yellow-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(120 53 15 / var(--tw-placeholder-opacity))}.placeholder-yellow-900::placeholder{--tw-placeholder-opacity: 1;color:rgb(120 53 15 / var(--tw-placeholder-opacity))}.placeholder-yellow-50\/0::-moz-placeholder{color:#fefce800}.placeholder-yellow-50\/0::placeholder{color:#fefce800}.placeholder-yellow-50\/5::-moz-placeholder{color:#fefce80d}.placeholder-yellow-50\/5::placeholder{color:#fefce80d}.placeholder-yellow-50\/10::-moz-placeholder{color:#fefce81a}.placeholder-yellow-50\/10::placeholder{color:#fefce81a}.placeholder-yellow-50\/20::-moz-placeholder{color:#fefce833}.placeholder-yellow-50\/20::placeholder{color:#fefce833}.placeholder-yellow-50\/25::-moz-placeholder{color:#fefce840}.placeholder-yellow-50\/25::placeholder{color:#fefce840}.placeholder-yellow-50\/30::-moz-placeholder{color:#fefce84d}.placeholder-yellow-50\/30::placeholder{color:#fefce84d}.placeholder-yellow-50\/40::-moz-placeholder{color:#fefce866}.placeholder-yellow-50\/40::placeholder{color:#fefce866}.placeholder-yellow-50\/50::-moz-placeholder{color:#fefce880}.placeholder-yellow-50\/50::placeholder{color:#fefce880}.placeholder-yellow-50\/60::-moz-placeholder{color:#fefce899}.placeholder-yellow-50\/60::placeholder{color:#fefce899}.placeholder-yellow-50\/70::-moz-placeholder{color:#fefce8b3}.placeholder-yellow-50\/70::placeholder{color:#fefce8b3}.placeholder-yellow-50\/75::-moz-placeholder{color:#fefce8bf}.placeholder-yellow-50\/75::placeholder{color:#fefce8bf}.placeholder-yellow-50\/80::-moz-placeholder{color:#fefce8cc}.placeholder-yellow-50\/80::placeholder{color:#fefce8cc}.placeholder-yellow-50\/90::-moz-placeholder{color:#fefce8e6}.placeholder-yellow-50\/90::placeholder{color:#fefce8e6}.placeholder-yellow-50\/95::-moz-placeholder{color:#fefce8f2}.placeholder-yellow-50\/95::placeholder{color:#fefce8f2}.placeholder-yellow-50\/100::-moz-placeholder{color:#fefce8}.placeholder-yellow-50\/100::placeholder{color:#fefce8}.placeholder-yellow-100\/0::-moz-placeholder{color:#fef3c700}.placeholder-yellow-100\/0::placeholder{color:#fef3c700}.placeholder-yellow-100\/5::-moz-placeholder{color:#fef3c70d}.placeholder-yellow-100\/5::placeholder{color:#fef3c70d}.placeholder-yellow-100\/10::-moz-placeholder{color:#fef3c71a}.placeholder-yellow-100\/10::placeholder{color:#fef3c71a}.placeholder-yellow-100\/20::-moz-placeholder{color:#fef3c733}.placeholder-yellow-100\/20::placeholder{color:#fef3c733}.placeholder-yellow-100\/25::-moz-placeholder{color:#fef3c740}.placeholder-yellow-100\/25::placeholder{color:#fef3c740}.placeholder-yellow-100\/30::-moz-placeholder{color:#fef3c74d}.placeholder-yellow-100\/30::placeholder{color:#fef3c74d}.placeholder-yellow-100\/40::-moz-placeholder{color:#fef3c766}.placeholder-yellow-100\/40::placeholder{color:#fef3c766}.placeholder-yellow-100\/50::-moz-placeholder{color:#fef3c780}.placeholder-yellow-100\/50::placeholder{color:#fef3c780}.placeholder-yellow-100\/60::-moz-placeholder{color:#fef3c799}.placeholder-yellow-100\/60::placeholder{color:#fef3c799}.placeholder-yellow-100\/70::-moz-placeholder{color:#fef3c7b3}.placeholder-yellow-100\/70::placeholder{color:#fef3c7b3}.placeholder-yellow-100\/75::-moz-placeholder{color:#fef3c7bf}.placeholder-yellow-100\/75::placeholder{color:#fef3c7bf}.placeholder-yellow-100\/80::-moz-placeholder{color:#fef3c7cc}.placeholder-yellow-100\/80::placeholder{color:#fef3c7cc}.placeholder-yellow-100\/90::-moz-placeholder{color:#fef3c7e6}.placeholder-yellow-100\/90::placeholder{color:#fef3c7e6}.placeholder-yellow-100\/95::-moz-placeholder{color:#fef3c7f2}.placeholder-yellow-100\/95::placeholder{color:#fef3c7f2}.placeholder-yellow-100\/100::-moz-placeholder{color:#fef3c7}.placeholder-yellow-100\/100::placeholder{color:#fef3c7}.placeholder-yellow-200\/0::-moz-placeholder{color:#fde68a00}.placeholder-yellow-200\/0::placeholder{color:#fde68a00}.placeholder-yellow-200\/5::-moz-placeholder{color:#fde68a0d}.placeholder-yellow-200\/5::placeholder{color:#fde68a0d}.placeholder-yellow-200\/10::-moz-placeholder{color:#fde68a1a}.placeholder-yellow-200\/10::placeholder{color:#fde68a1a}.placeholder-yellow-200\/20::-moz-placeholder{color:#fde68a33}.placeholder-yellow-200\/20::placeholder{color:#fde68a33}.placeholder-yellow-200\/25::-moz-placeholder{color:#fde68a40}.placeholder-yellow-200\/25::placeholder{color:#fde68a40}.placeholder-yellow-200\/30::-moz-placeholder{color:#fde68a4d}.placeholder-yellow-200\/30::placeholder{color:#fde68a4d}.placeholder-yellow-200\/40::-moz-placeholder{color:#fde68a66}.placeholder-yellow-200\/40::placeholder{color:#fde68a66}.placeholder-yellow-200\/50::-moz-placeholder{color:#fde68a80}.placeholder-yellow-200\/50::placeholder{color:#fde68a80}.placeholder-yellow-200\/60::-moz-placeholder{color:#fde68a99}.placeholder-yellow-200\/60::placeholder{color:#fde68a99}.placeholder-yellow-200\/70::-moz-placeholder{color:#fde68ab3}.placeholder-yellow-200\/70::placeholder{color:#fde68ab3}.placeholder-yellow-200\/75::-moz-placeholder{color:#fde68abf}.placeholder-yellow-200\/75::placeholder{color:#fde68abf}.placeholder-yellow-200\/80::-moz-placeholder{color:#fde68acc}.placeholder-yellow-200\/80::placeholder{color:#fde68acc}.placeholder-yellow-200\/90::-moz-placeholder{color:#fde68ae6}.placeholder-yellow-200\/90::placeholder{color:#fde68ae6}.placeholder-yellow-200\/95::-moz-placeholder{color:#fde68af2}.placeholder-yellow-200\/95::placeholder{color:#fde68af2}.placeholder-yellow-200\/100::-moz-placeholder{color:#fde68a}.placeholder-yellow-200\/100::placeholder{color:#fde68a}.placeholder-yellow-300\/0::-moz-placeholder{color:#fcd34d00}.placeholder-yellow-300\/0::placeholder{color:#fcd34d00}.placeholder-yellow-300\/5::-moz-placeholder{color:#fcd34d0d}.placeholder-yellow-300\/5::placeholder{color:#fcd34d0d}.placeholder-yellow-300\/10::-moz-placeholder{color:#fcd34d1a}.placeholder-yellow-300\/10::placeholder{color:#fcd34d1a}.placeholder-yellow-300\/20::-moz-placeholder{color:#fcd34d33}.placeholder-yellow-300\/20::placeholder{color:#fcd34d33}.placeholder-yellow-300\/25::-moz-placeholder{color:#fcd34d40}.placeholder-yellow-300\/25::placeholder{color:#fcd34d40}.placeholder-yellow-300\/30::-moz-placeholder{color:#fcd34d4d}.placeholder-yellow-300\/30::placeholder{color:#fcd34d4d}.placeholder-yellow-300\/40::-moz-placeholder{color:#fcd34d66}.placeholder-yellow-300\/40::placeholder{color:#fcd34d66}.placeholder-yellow-300\/50::-moz-placeholder{color:#fcd34d80}.placeholder-yellow-300\/50::placeholder{color:#fcd34d80}.placeholder-yellow-300\/60::-moz-placeholder{color:#fcd34d99}.placeholder-yellow-300\/60::placeholder{color:#fcd34d99}.placeholder-yellow-300\/70::-moz-placeholder{color:#fcd34db3}.placeholder-yellow-300\/70::placeholder{color:#fcd34db3}.placeholder-yellow-300\/75::-moz-placeholder{color:#fcd34dbf}.placeholder-yellow-300\/75::placeholder{color:#fcd34dbf}.placeholder-yellow-300\/80::-moz-placeholder{color:#fcd34dcc}.placeholder-yellow-300\/80::placeholder{color:#fcd34dcc}.placeholder-yellow-300\/90::-moz-placeholder{color:#fcd34de6}.placeholder-yellow-300\/90::placeholder{color:#fcd34de6}.placeholder-yellow-300\/95::-moz-placeholder{color:#fcd34df2}.placeholder-yellow-300\/95::placeholder{color:#fcd34df2}.placeholder-yellow-300\/100::-moz-placeholder{color:#fcd34d}.placeholder-yellow-300\/100::placeholder{color:#fcd34d}.placeholder-yellow-400\/0::-moz-placeholder{color:#fbbf2400}.placeholder-yellow-400\/0::placeholder{color:#fbbf2400}.placeholder-yellow-400\/5::-moz-placeholder{color:#fbbf240d}.placeholder-yellow-400\/5::placeholder{color:#fbbf240d}.placeholder-yellow-400\/10::-moz-placeholder{color:#fbbf241a}.placeholder-yellow-400\/10::placeholder{color:#fbbf241a}.placeholder-yellow-400\/20::-moz-placeholder{color:#fbbf2433}.placeholder-yellow-400\/20::placeholder{color:#fbbf2433}.placeholder-yellow-400\/25::-moz-placeholder{color:#fbbf2440}.placeholder-yellow-400\/25::placeholder{color:#fbbf2440}.placeholder-yellow-400\/30::-moz-placeholder{color:#fbbf244d}.placeholder-yellow-400\/30::placeholder{color:#fbbf244d}.placeholder-yellow-400\/40::-moz-placeholder{color:#fbbf2466}.placeholder-yellow-400\/40::placeholder{color:#fbbf2466}.placeholder-yellow-400\/50::-moz-placeholder{color:#fbbf2480}.placeholder-yellow-400\/50::placeholder{color:#fbbf2480}.placeholder-yellow-400\/60::-moz-placeholder{color:#fbbf2499}.placeholder-yellow-400\/60::placeholder{color:#fbbf2499}.placeholder-yellow-400\/70::-moz-placeholder{color:#fbbf24b3}.placeholder-yellow-400\/70::placeholder{color:#fbbf24b3}.placeholder-yellow-400\/75::-moz-placeholder{color:#fbbf24bf}.placeholder-yellow-400\/75::placeholder{color:#fbbf24bf}.placeholder-yellow-400\/80::-moz-placeholder{color:#fbbf24cc}.placeholder-yellow-400\/80::placeholder{color:#fbbf24cc}.placeholder-yellow-400\/90::-moz-placeholder{color:#fbbf24e6}.placeholder-yellow-400\/90::placeholder{color:#fbbf24e6}.placeholder-yellow-400\/95::-moz-placeholder{color:#fbbf24f2}.placeholder-yellow-400\/95::placeholder{color:#fbbf24f2}.placeholder-yellow-400\/100::-moz-placeholder{color:#fbbf24}.placeholder-yellow-400\/100::placeholder{color:#fbbf24}.placeholder-yellow-500\/0::-moz-placeholder{color:#eab30800}.placeholder-yellow-500\/0::placeholder{color:#eab30800}.placeholder-yellow-500\/5::-moz-placeholder{color:#eab3080d}.placeholder-yellow-500\/5::placeholder{color:#eab3080d}.placeholder-yellow-500\/10::-moz-placeholder{color:#eab3081a}.placeholder-yellow-500\/10::placeholder{color:#eab3081a}.placeholder-yellow-500\/20::-moz-placeholder{color:#eab30833}.placeholder-yellow-500\/20::placeholder{color:#eab30833}.placeholder-yellow-500\/25::-moz-placeholder{color:#eab30840}.placeholder-yellow-500\/25::placeholder{color:#eab30840}.placeholder-yellow-500\/30::-moz-placeholder{color:#eab3084d}.placeholder-yellow-500\/30::placeholder{color:#eab3084d}.placeholder-yellow-500\/40::-moz-placeholder{color:#eab30866}.placeholder-yellow-500\/40::placeholder{color:#eab30866}.placeholder-yellow-500\/50::-moz-placeholder{color:#eab30880}.placeholder-yellow-500\/50::placeholder{color:#eab30880}.placeholder-yellow-500\/60::-moz-placeholder{color:#eab30899}.placeholder-yellow-500\/60::placeholder{color:#eab30899}.placeholder-yellow-500\/70::-moz-placeholder{color:#eab308b3}.placeholder-yellow-500\/70::placeholder{color:#eab308b3}.placeholder-yellow-500\/75::-moz-placeholder{color:#eab308bf}.placeholder-yellow-500\/75::placeholder{color:#eab308bf}.placeholder-yellow-500\/80::-moz-placeholder{color:#eab308cc}.placeholder-yellow-500\/80::placeholder{color:#eab308cc}.placeholder-yellow-500\/90::-moz-placeholder{color:#eab308e6}.placeholder-yellow-500\/90::placeholder{color:#eab308e6}.placeholder-yellow-500\/95::-moz-placeholder{color:#eab308f2}.placeholder-yellow-500\/95::placeholder{color:#eab308f2}.placeholder-yellow-500\/100::-moz-placeholder{color:#eab308}.placeholder-yellow-500\/100::placeholder{color:#eab308}.placeholder-yellow-600\/0::-moz-placeholder{color:#d9770600}.placeholder-yellow-600\/0::placeholder{color:#d9770600}.placeholder-yellow-600\/5::-moz-placeholder{color:#d977060d}.placeholder-yellow-600\/5::placeholder{color:#d977060d}.placeholder-yellow-600\/10::-moz-placeholder{color:#d977061a}.placeholder-yellow-600\/10::placeholder{color:#d977061a}.placeholder-yellow-600\/20::-moz-placeholder{color:#d9770633}.placeholder-yellow-600\/20::placeholder{color:#d9770633}.placeholder-yellow-600\/25::-moz-placeholder{color:#d9770640}.placeholder-yellow-600\/25::placeholder{color:#d9770640}.placeholder-yellow-600\/30::-moz-placeholder{color:#d977064d}.placeholder-yellow-600\/30::placeholder{color:#d977064d}.placeholder-yellow-600\/40::-moz-placeholder{color:#d9770666}.placeholder-yellow-600\/40::placeholder{color:#d9770666}.placeholder-yellow-600\/50::-moz-placeholder{color:#d9770680}.placeholder-yellow-600\/50::placeholder{color:#d9770680}.placeholder-yellow-600\/60::-moz-placeholder{color:#d9770699}.placeholder-yellow-600\/60::placeholder{color:#d9770699}.placeholder-yellow-600\/70::-moz-placeholder{color:#d97706b3}.placeholder-yellow-600\/70::placeholder{color:#d97706b3}.placeholder-yellow-600\/75::-moz-placeholder{color:#d97706bf}.placeholder-yellow-600\/75::placeholder{color:#d97706bf}.placeholder-yellow-600\/80::-moz-placeholder{color:#d97706cc}.placeholder-yellow-600\/80::placeholder{color:#d97706cc}.placeholder-yellow-600\/90::-moz-placeholder{color:#d97706e6}.placeholder-yellow-600\/90::placeholder{color:#d97706e6}.placeholder-yellow-600\/95::-moz-placeholder{color:#d97706f2}.placeholder-yellow-600\/95::placeholder{color:#d97706f2}.placeholder-yellow-600\/100::-moz-placeholder{color:#d97706}.placeholder-yellow-600\/100::placeholder{color:#d97706}.placeholder-yellow-700\/0::-moz-placeholder{color:#b4530900}.placeholder-yellow-700\/0::placeholder{color:#b4530900}.placeholder-yellow-700\/5::-moz-placeholder{color:#b453090d}.placeholder-yellow-700\/5::placeholder{color:#b453090d}.placeholder-yellow-700\/10::-moz-placeholder{color:#b453091a}.placeholder-yellow-700\/10::placeholder{color:#b453091a}.placeholder-yellow-700\/20::-moz-placeholder{color:#b4530933}.placeholder-yellow-700\/20::placeholder{color:#b4530933}.placeholder-yellow-700\/25::-moz-placeholder{color:#b4530940}.placeholder-yellow-700\/25::placeholder{color:#b4530940}.placeholder-yellow-700\/30::-moz-placeholder{color:#b453094d}.placeholder-yellow-700\/30::placeholder{color:#b453094d}.placeholder-yellow-700\/40::-moz-placeholder{color:#b4530966}.placeholder-yellow-700\/40::placeholder{color:#b4530966}.placeholder-yellow-700\/50::-moz-placeholder{color:#b4530980}.placeholder-yellow-700\/50::placeholder{color:#b4530980}.placeholder-yellow-700\/60::-moz-placeholder{color:#b4530999}.placeholder-yellow-700\/60::placeholder{color:#b4530999}.placeholder-yellow-700\/70::-moz-placeholder{color:#b45309b3}.placeholder-yellow-700\/70::placeholder{color:#b45309b3}.placeholder-yellow-700\/75::-moz-placeholder{color:#b45309bf}.placeholder-yellow-700\/75::placeholder{color:#b45309bf}.placeholder-yellow-700\/80::-moz-placeholder{color:#b45309cc}.placeholder-yellow-700\/80::placeholder{color:#b45309cc}.placeholder-yellow-700\/90::-moz-placeholder{color:#b45309e6}.placeholder-yellow-700\/90::placeholder{color:#b45309e6}.placeholder-yellow-700\/95::-moz-placeholder{color:#b45309f2}.placeholder-yellow-700\/95::placeholder{color:#b45309f2}.placeholder-yellow-700\/100::-moz-placeholder{color:#b45309}.placeholder-yellow-700\/100::placeholder{color:#b45309}.placeholder-yellow-800\/0::-moz-placeholder{color:#92400e00}.placeholder-yellow-800\/0::placeholder{color:#92400e00}.placeholder-yellow-800\/5::-moz-placeholder{color:#92400e0d}.placeholder-yellow-800\/5::placeholder{color:#92400e0d}.placeholder-yellow-800\/10::-moz-placeholder{color:#92400e1a}.placeholder-yellow-800\/10::placeholder{color:#92400e1a}.placeholder-yellow-800\/20::-moz-placeholder{color:#92400e33}.placeholder-yellow-800\/20::placeholder{color:#92400e33}.placeholder-yellow-800\/25::-moz-placeholder{color:#92400e40}.placeholder-yellow-800\/25::placeholder{color:#92400e40}.placeholder-yellow-800\/30::-moz-placeholder{color:#92400e4d}.placeholder-yellow-800\/30::placeholder{color:#92400e4d}.placeholder-yellow-800\/40::-moz-placeholder{color:#92400e66}.placeholder-yellow-800\/40::placeholder{color:#92400e66}.placeholder-yellow-800\/50::-moz-placeholder{color:#92400e80}.placeholder-yellow-800\/50::placeholder{color:#92400e80}.placeholder-yellow-800\/60::-moz-placeholder{color:#92400e99}.placeholder-yellow-800\/60::placeholder{color:#92400e99}.placeholder-yellow-800\/70::-moz-placeholder{color:#92400eb3}.placeholder-yellow-800\/70::placeholder{color:#92400eb3}.placeholder-yellow-800\/75::-moz-placeholder{color:#92400ebf}.placeholder-yellow-800\/75::placeholder{color:#92400ebf}.placeholder-yellow-800\/80::-moz-placeholder{color:#92400ecc}.placeholder-yellow-800\/80::placeholder{color:#92400ecc}.placeholder-yellow-800\/90::-moz-placeholder{color:#92400ee6}.placeholder-yellow-800\/90::placeholder{color:#92400ee6}.placeholder-yellow-800\/95::-moz-placeholder{color:#92400ef2}.placeholder-yellow-800\/95::placeholder{color:#92400ef2}.placeholder-yellow-800\/100::-moz-placeholder{color:#92400e}.placeholder-yellow-800\/100::placeholder{color:#92400e}.placeholder-yellow-900\/0::-moz-placeholder{color:#78350f00}.placeholder-yellow-900\/0::placeholder{color:#78350f00}.placeholder-yellow-900\/5::-moz-placeholder{color:#78350f0d}.placeholder-yellow-900\/5::placeholder{color:#78350f0d}.placeholder-yellow-900\/10::-moz-placeholder{color:#78350f1a}.placeholder-yellow-900\/10::placeholder{color:#78350f1a}.placeholder-yellow-900\/20::-moz-placeholder{color:#78350f33}.placeholder-yellow-900\/20::placeholder{color:#78350f33}.placeholder-yellow-900\/25::-moz-placeholder{color:#78350f40}.placeholder-yellow-900\/25::placeholder{color:#78350f40}.placeholder-yellow-900\/30::-moz-placeholder{color:#78350f4d}.placeholder-yellow-900\/30::placeholder{color:#78350f4d}.placeholder-yellow-900\/40::-moz-placeholder{color:#78350f66}.placeholder-yellow-900\/40::placeholder{color:#78350f66}.placeholder-yellow-900\/50::-moz-placeholder{color:#78350f80}.placeholder-yellow-900\/50::placeholder{color:#78350f80}.placeholder-yellow-900\/60::-moz-placeholder{color:#78350f99}.placeholder-yellow-900\/60::placeholder{color:#78350f99}.placeholder-yellow-900\/70::-moz-placeholder{color:#78350fb3}.placeholder-yellow-900\/70::placeholder{color:#78350fb3}.placeholder-yellow-900\/75::-moz-placeholder{color:#78350fbf}.placeholder-yellow-900\/75::placeholder{color:#78350fbf}.placeholder-yellow-900\/80::-moz-placeholder{color:#78350fcc}.placeholder-yellow-900\/80::placeholder{color:#78350fcc}.placeholder-yellow-900\/90::-moz-placeholder{color:#78350fe6}.placeholder-yellow-900\/90::placeholder{color:#78350fe6}.placeholder-yellow-900\/95::-moz-placeholder{color:#78350ff2}.placeholder-yellow-900\/95::placeholder{color:#78350ff2}.placeholder-yellow-900\/100::-moz-placeholder{color:#78350f}.placeholder-yellow-900\/100::placeholder{color:#78350f}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}.placeholder-red-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(241 198 198 / var(--tw-placeholder-opacity))}.placeholder-red-300::placeholder{--tw-placeholder-opacity: 1;color:rgb(241 198 198 / var(--tw-placeholder-opacity))}.caret-yellow-50{caret-color:#fefce8}.caret-yellow-100{caret-color:#fef3c7}.caret-yellow-200{caret-color:#fde68a}.caret-yellow-300{caret-color:#fcd34d}.caret-yellow-400{caret-color:#fbbf24}.caret-yellow-500{caret-color:#eab308}.caret-yellow-600{caret-color:#d97706}.caret-yellow-700{caret-color:#b45309}.caret-yellow-800{caret-color:#92400e}.caret-yellow-900{caret-color:#78350f}.caret-yellow-50\/0{caret-color:#fefce800}.caret-yellow-50\/5{caret-color:#fefce80d}.caret-yellow-50\/10{caret-color:#fefce81a}.caret-yellow-50\/20{caret-color:#fefce833}.caret-yellow-50\/25{caret-color:#fefce840}.caret-yellow-50\/30{caret-color:#fefce84d}.caret-yellow-50\/40{caret-color:#fefce866}.caret-yellow-50\/50{caret-color:#fefce880}.caret-yellow-50\/60{caret-color:#fefce899}.caret-yellow-50\/70{caret-color:#fefce8b3}.caret-yellow-50\/75{caret-color:#fefce8bf}.caret-yellow-50\/80{caret-color:#fefce8cc}.caret-yellow-50\/90{caret-color:#fefce8e6}.caret-yellow-50\/95{caret-color:#fefce8f2}.caret-yellow-50\/100{caret-color:#fefce8}.caret-yellow-100\/0{caret-color:#fef3c700}.caret-yellow-100\/5{caret-color:#fef3c70d}.caret-yellow-100\/10{caret-color:#fef3c71a}.caret-yellow-100\/20{caret-color:#fef3c733}.caret-yellow-100\/25{caret-color:#fef3c740}.caret-yellow-100\/30{caret-color:#fef3c74d}.caret-yellow-100\/40{caret-color:#fef3c766}.caret-yellow-100\/50{caret-color:#fef3c780}.caret-yellow-100\/60{caret-color:#fef3c799}.caret-yellow-100\/70{caret-color:#fef3c7b3}.caret-yellow-100\/75{caret-color:#fef3c7bf}.caret-yellow-100\/80{caret-color:#fef3c7cc}.caret-yellow-100\/90{caret-color:#fef3c7e6}.caret-yellow-100\/95{caret-color:#fef3c7f2}.caret-yellow-100\/100{caret-color:#fef3c7}.caret-yellow-200\/0{caret-color:#fde68a00}.caret-yellow-200\/5{caret-color:#fde68a0d}.caret-yellow-200\/10{caret-color:#fde68a1a}.caret-yellow-200\/20{caret-color:#fde68a33}.caret-yellow-200\/25{caret-color:#fde68a40}.caret-yellow-200\/30{caret-color:#fde68a4d}.caret-yellow-200\/40{caret-color:#fde68a66}.caret-yellow-200\/50{caret-color:#fde68a80}.caret-yellow-200\/60{caret-color:#fde68a99}.caret-yellow-200\/70{caret-color:#fde68ab3}.caret-yellow-200\/75{caret-color:#fde68abf}.caret-yellow-200\/80{caret-color:#fde68acc}.caret-yellow-200\/90{caret-color:#fde68ae6}.caret-yellow-200\/95{caret-color:#fde68af2}.caret-yellow-200\/100{caret-color:#fde68a}.caret-yellow-300\/0{caret-color:#fcd34d00}.caret-yellow-300\/5{caret-color:#fcd34d0d}.caret-yellow-300\/10{caret-color:#fcd34d1a}.caret-yellow-300\/20{caret-color:#fcd34d33}.caret-yellow-300\/25{caret-color:#fcd34d40}.caret-yellow-300\/30{caret-color:#fcd34d4d}.caret-yellow-300\/40{caret-color:#fcd34d66}.caret-yellow-300\/50{caret-color:#fcd34d80}.caret-yellow-300\/60{caret-color:#fcd34d99}.caret-yellow-300\/70{caret-color:#fcd34db3}.caret-yellow-300\/75{caret-color:#fcd34dbf}.caret-yellow-300\/80{caret-color:#fcd34dcc}.caret-yellow-300\/90{caret-color:#fcd34de6}.caret-yellow-300\/95{caret-color:#fcd34df2}.caret-yellow-300\/100{caret-color:#fcd34d}.caret-yellow-400\/0{caret-color:#fbbf2400}.caret-yellow-400\/5{caret-color:#fbbf240d}.caret-yellow-400\/10{caret-color:#fbbf241a}.caret-yellow-400\/20{caret-color:#fbbf2433}.caret-yellow-400\/25{caret-color:#fbbf2440}.caret-yellow-400\/30{caret-color:#fbbf244d}.caret-yellow-400\/40{caret-color:#fbbf2466}.caret-yellow-400\/50{caret-color:#fbbf2480}.caret-yellow-400\/60{caret-color:#fbbf2499}.caret-yellow-400\/70{caret-color:#fbbf24b3}.caret-yellow-400\/75{caret-color:#fbbf24bf}.caret-yellow-400\/80{caret-color:#fbbf24cc}.caret-yellow-400\/90{caret-color:#fbbf24e6}.caret-yellow-400\/95{caret-color:#fbbf24f2}.caret-yellow-400\/100{caret-color:#fbbf24}.caret-yellow-500\/0{caret-color:#eab30800}.caret-yellow-500\/5{caret-color:#eab3080d}.caret-yellow-500\/10{caret-color:#eab3081a}.caret-yellow-500\/20{caret-color:#eab30833}.caret-yellow-500\/25{caret-color:#eab30840}.caret-yellow-500\/30{caret-color:#eab3084d}.caret-yellow-500\/40{caret-color:#eab30866}.caret-yellow-500\/50{caret-color:#eab30880}.caret-yellow-500\/60{caret-color:#eab30899}.caret-yellow-500\/70{caret-color:#eab308b3}.caret-yellow-500\/75{caret-color:#eab308bf}.caret-yellow-500\/80{caret-color:#eab308cc}.caret-yellow-500\/90{caret-color:#eab308e6}.caret-yellow-500\/95{caret-color:#eab308f2}.caret-yellow-500\/100{caret-color:#eab308}.caret-yellow-600\/0{caret-color:#d9770600}.caret-yellow-600\/5{caret-color:#d977060d}.caret-yellow-600\/10{caret-color:#d977061a}.caret-yellow-600\/20{caret-color:#d9770633}.caret-yellow-600\/25{caret-color:#d9770640}.caret-yellow-600\/30{caret-color:#d977064d}.caret-yellow-600\/40{caret-color:#d9770666}.caret-yellow-600\/50{caret-color:#d9770680}.caret-yellow-600\/60{caret-color:#d9770699}.caret-yellow-600\/70{caret-color:#d97706b3}.caret-yellow-600\/75{caret-color:#d97706bf}.caret-yellow-600\/80{caret-color:#d97706cc}.caret-yellow-600\/90{caret-color:#d97706e6}.caret-yellow-600\/95{caret-color:#d97706f2}.caret-yellow-600\/100{caret-color:#d97706}.caret-yellow-700\/0{caret-color:#b4530900}.caret-yellow-700\/5{caret-color:#b453090d}.caret-yellow-700\/10{caret-color:#b453091a}.caret-yellow-700\/20{caret-color:#b4530933}.caret-yellow-700\/25{caret-color:#b4530940}.caret-yellow-700\/30{caret-color:#b453094d}.caret-yellow-700\/40{caret-color:#b4530966}.caret-yellow-700\/50{caret-color:#b4530980}.caret-yellow-700\/60{caret-color:#b4530999}.caret-yellow-700\/70{caret-color:#b45309b3}.caret-yellow-700\/75{caret-color:#b45309bf}.caret-yellow-700\/80{caret-color:#b45309cc}.caret-yellow-700\/90{caret-color:#b45309e6}.caret-yellow-700\/95{caret-color:#b45309f2}.caret-yellow-700\/100{caret-color:#b45309}.caret-yellow-800\/0{caret-color:#92400e00}.caret-yellow-800\/5{caret-color:#92400e0d}.caret-yellow-800\/10{caret-color:#92400e1a}.caret-yellow-800\/20{caret-color:#92400e33}.caret-yellow-800\/25{caret-color:#92400e40}.caret-yellow-800\/30{caret-color:#92400e4d}.caret-yellow-800\/40{caret-color:#92400e66}.caret-yellow-800\/50{caret-color:#92400e80}.caret-yellow-800\/60{caret-color:#92400e99}.caret-yellow-800\/70{caret-color:#92400eb3}.caret-yellow-800\/75{caret-color:#92400ebf}.caret-yellow-800\/80{caret-color:#92400ecc}.caret-yellow-800\/90{caret-color:#92400ee6}.caret-yellow-800\/95{caret-color:#92400ef2}.caret-yellow-800\/100{caret-color:#92400e}.caret-yellow-900\/0{caret-color:#78350f00}.caret-yellow-900\/5{caret-color:#78350f0d}.caret-yellow-900\/10{caret-color:#78350f1a}.caret-yellow-900\/20{caret-color:#78350f33}.caret-yellow-900\/25{caret-color:#78350f40}.caret-yellow-900\/30{caret-color:#78350f4d}.caret-yellow-900\/40{caret-color:#78350f66}.caret-yellow-900\/50{caret-color:#78350f80}.caret-yellow-900\/60{caret-color:#78350f99}.caret-yellow-900\/70{caret-color:#78350fb3}.caret-yellow-900\/75{caret-color:#78350fbf}.caret-yellow-900\/80{caret-color:#78350fcc}.caret-yellow-900\/90{caret-color:#78350fe6}.caret-yellow-900\/95{caret-color:#78350ff2}.caret-yellow-900\/100{caret-color:#78350f}.accent-yellow-50{accent-color:#fefce8}.accent-yellow-100{accent-color:#fef3c7}.accent-yellow-200{accent-color:#fde68a}.accent-yellow-300{accent-color:#fcd34d}.accent-yellow-400{accent-color:#fbbf24}.accent-yellow-500{accent-color:#eab308}.accent-yellow-600{accent-color:#d97706}.accent-yellow-700{accent-color:#b45309}.accent-yellow-800{accent-color:#92400e}.accent-yellow-900{accent-color:#78350f}.accent-yellow-50\/0{accent-color:rgb(254 252 232 / 0)}.accent-yellow-50\/5{accent-color:rgb(254 252 232 / .05)}.accent-yellow-50\/10{accent-color:rgb(254 252 232 / .1)}.accent-yellow-50\/20{accent-color:rgb(254 252 232 / .2)}.accent-yellow-50\/25{accent-color:rgb(254 252 232 / .25)}.accent-yellow-50\/30{accent-color:rgb(254 252 232 / .3)}.accent-yellow-50\/40{accent-color:rgb(254 252 232 / .4)}.accent-yellow-50\/50{accent-color:rgb(254 252 232 / .5)}.accent-yellow-50\/60{accent-color:rgb(254 252 232 / .6)}.accent-yellow-50\/70{accent-color:rgb(254 252 232 / .7)}.accent-yellow-50\/75{accent-color:rgb(254 252 232 / .75)}.accent-yellow-50\/80{accent-color:rgb(254 252 232 / .8)}.accent-yellow-50\/90{accent-color:rgb(254 252 232 / .9)}.accent-yellow-50\/95{accent-color:rgb(254 252 232 / .95)}.accent-yellow-50\/100{accent-color:rgb(254 252 232 / 1)}.accent-yellow-100\/0{accent-color:rgb(254 243 199 / 0)}.accent-yellow-100\/5{accent-color:rgb(254 243 199 / .05)}.accent-yellow-100\/10{accent-color:rgb(254 243 199 / .1)}.accent-yellow-100\/20{accent-color:rgb(254 243 199 / .2)}.accent-yellow-100\/25{accent-color:rgb(254 243 199 / .25)}.accent-yellow-100\/30{accent-color:rgb(254 243 199 / .3)}.accent-yellow-100\/40{accent-color:rgb(254 243 199 / .4)}.accent-yellow-100\/50{accent-color:rgb(254 243 199 / .5)}.accent-yellow-100\/60{accent-color:rgb(254 243 199 / .6)}.accent-yellow-100\/70{accent-color:rgb(254 243 199 / .7)}.accent-yellow-100\/75{accent-color:rgb(254 243 199 / .75)}.accent-yellow-100\/80{accent-color:rgb(254 243 199 / .8)}.accent-yellow-100\/90{accent-color:rgb(254 243 199 / .9)}.accent-yellow-100\/95{accent-color:rgb(254 243 199 / .95)}.accent-yellow-100\/100{accent-color:rgb(254 243 199 / 1)}.accent-yellow-200\/0{accent-color:rgb(253 230 138 / 0)}.accent-yellow-200\/5{accent-color:rgb(253 230 138 / .05)}.accent-yellow-200\/10{accent-color:rgb(253 230 138 / .1)}.accent-yellow-200\/20{accent-color:rgb(253 230 138 / .2)}.accent-yellow-200\/25{accent-color:rgb(253 230 138 / .25)}.accent-yellow-200\/30{accent-color:rgb(253 230 138 / .3)}.accent-yellow-200\/40{accent-color:rgb(253 230 138 / .4)}.accent-yellow-200\/50{accent-color:rgb(253 230 138 / .5)}.accent-yellow-200\/60{accent-color:rgb(253 230 138 / .6)}.accent-yellow-200\/70{accent-color:rgb(253 230 138 / .7)}.accent-yellow-200\/75{accent-color:rgb(253 230 138 / .75)}.accent-yellow-200\/80{accent-color:rgb(253 230 138 / .8)}.accent-yellow-200\/90{accent-color:rgb(253 230 138 / .9)}.accent-yellow-200\/95{accent-color:rgb(253 230 138 / .95)}.accent-yellow-200\/100{accent-color:rgb(253 230 138 / 1)}.accent-yellow-300\/0{accent-color:rgb(252 211 77 / 0)}.accent-yellow-300\/5{accent-color:rgb(252 211 77 / .05)}.accent-yellow-300\/10{accent-color:rgb(252 211 77 / .1)}.accent-yellow-300\/20{accent-color:rgb(252 211 77 / .2)}.accent-yellow-300\/25{accent-color:rgb(252 211 77 / .25)}.accent-yellow-300\/30{accent-color:rgb(252 211 77 / .3)}.accent-yellow-300\/40{accent-color:rgb(252 211 77 / .4)}.accent-yellow-300\/50{accent-color:rgb(252 211 77 / .5)}.accent-yellow-300\/60{accent-color:rgb(252 211 77 / .6)}.accent-yellow-300\/70{accent-color:rgb(252 211 77 / .7)}.accent-yellow-300\/75{accent-color:rgb(252 211 77 / .75)}.accent-yellow-300\/80{accent-color:rgb(252 211 77 / .8)}.accent-yellow-300\/90{accent-color:rgb(252 211 77 / .9)}.accent-yellow-300\/95{accent-color:rgb(252 211 77 / .95)}.accent-yellow-300\/100{accent-color:rgb(252 211 77 / 1)}.accent-yellow-400\/0{accent-color:rgb(251 191 36 / 0)}.accent-yellow-400\/5{accent-color:rgb(251 191 36 / .05)}.accent-yellow-400\/10{accent-color:rgb(251 191 36 / .1)}.accent-yellow-400\/20{accent-color:rgb(251 191 36 / .2)}.accent-yellow-400\/25{accent-color:rgb(251 191 36 / .25)}.accent-yellow-400\/30{accent-color:rgb(251 191 36 / .3)}.accent-yellow-400\/40{accent-color:rgb(251 191 36 / .4)}.accent-yellow-400\/50{accent-color:rgb(251 191 36 / .5)}.accent-yellow-400\/60{accent-color:rgb(251 191 36 / .6)}.accent-yellow-400\/70{accent-color:rgb(251 191 36 / .7)}.accent-yellow-400\/75{accent-color:rgb(251 191 36 / .75)}.accent-yellow-400\/80{accent-color:rgb(251 191 36 / .8)}.accent-yellow-400\/90{accent-color:rgb(251 191 36 / .9)}.accent-yellow-400\/95{accent-color:rgb(251 191 36 / .95)}.accent-yellow-400\/100{accent-color:rgb(251 191 36 / 1)}.accent-yellow-500\/0{accent-color:rgb(234 179 8 / 0)}.accent-yellow-500\/5{accent-color:rgb(234 179 8 / .05)}.accent-yellow-500\/10{accent-color:rgb(234 179 8 / .1)}.accent-yellow-500\/20{accent-color:rgb(234 179 8 / .2)}.accent-yellow-500\/25{accent-color:rgb(234 179 8 / .25)}.accent-yellow-500\/30{accent-color:rgb(234 179 8 / .3)}.accent-yellow-500\/40{accent-color:rgb(234 179 8 / .4)}.accent-yellow-500\/50{accent-color:rgb(234 179 8 / .5)}.accent-yellow-500\/60{accent-color:rgb(234 179 8 / .6)}.accent-yellow-500\/70{accent-color:rgb(234 179 8 / .7)}.accent-yellow-500\/75{accent-color:rgb(234 179 8 / .75)}.accent-yellow-500\/80{accent-color:rgb(234 179 8 / .8)}.accent-yellow-500\/90{accent-color:rgb(234 179 8 / .9)}.accent-yellow-500\/95{accent-color:rgb(234 179 8 / .95)}.accent-yellow-500\/100{accent-color:rgb(234 179 8 / 1)}.accent-yellow-600\/0{accent-color:rgb(217 119 6 / 0)}.accent-yellow-600\/5{accent-color:rgb(217 119 6 / .05)}.accent-yellow-600\/10{accent-color:rgb(217 119 6 / .1)}.accent-yellow-600\/20{accent-color:rgb(217 119 6 / .2)}.accent-yellow-600\/25{accent-color:rgb(217 119 6 / .25)}.accent-yellow-600\/30{accent-color:rgb(217 119 6 / .3)}.accent-yellow-600\/40{accent-color:rgb(217 119 6 / .4)}.accent-yellow-600\/50{accent-color:rgb(217 119 6 / .5)}.accent-yellow-600\/60{accent-color:rgb(217 119 6 / .6)}.accent-yellow-600\/70{accent-color:rgb(217 119 6 / .7)}.accent-yellow-600\/75{accent-color:rgb(217 119 6 / .75)}.accent-yellow-600\/80{accent-color:rgb(217 119 6 / .8)}.accent-yellow-600\/90{accent-color:rgb(217 119 6 / .9)}.accent-yellow-600\/95{accent-color:rgb(217 119 6 / .95)}.accent-yellow-600\/100{accent-color:rgb(217 119 6 / 1)}.accent-yellow-700\/0{accent-color:rgb(180 83 9 / 0)}.accent-yellow-700\/5{accent-color:rgb(180 83 9 / .05)}.accent-yellow-700\/10{accent-color:rgb(180 83 9 / .1)}.accent-yellow-700\/20{accent-color:rgb(180 83 9 / .2)}.accent-yellow-700\/25{accent-color:rgb(180 83 9 / .25)}.accent-yellow-700\/30{accent-color:rgb(180 83 9 / .3)}.accent-yellow-700\/40{accent-color:rgb(180 83 9 / .4)}.accent-yellow-700\/50{accent-color:rgb(180 83 9 / .5)}.accent-yellow-700\/60{accent-color:rgb(180 83 9 / .6)}.accent-yellow-700\/70{accent-color:rgb(180 83 9 / .7)}.accent-yellow-700\/75{accent-color:rgb(180 83 9 / .75)}.accent-yellow-700\/80{accent-color:rgb(180 83 9 / .8)}.accent-yellow-700\/90{accent-color:rgb(180 83 9 / .9)}.accent-yellow-700\/95{accent-color:rgb(180 83 9 / .95)}.accent-yellow-700\/100{accent-color:rgb(180 83 9 / 1)}.accent-yellow-800\/0{accent-color:rgb(146 64 14 / 0)}.accent-yellow-800\/5{accent-color:rgb(146 64 14 / .05)}.accent-yellow-800\/10{accent-color:rgb(146 64 14 / .1)}.accent-yellow-800\/20{accent-color:rgb(146 64 14 / .2)}.accent-yellow-800\/25{accent-color:rgb(146 64 14 / .25)}.accent-yellow-800\/30{accent-color:rgb(146 64 14 / .3)}.accent-yellow-800\/40{accent-color:rgb(146 64 14 / .4)}.accent-yellow-800\/50{accent-color:rgb(146 64 14 / .5)}.accent-yellow-800\/60{accent-color:rgb(146 64 14 / .6)}.accent-yellow-800\/70{accent-color:rgb(146 64 14 / .7)}.accent-yellow-800\/75{accent-color:rgb(146 64 14 / .75)}.accent-yellow-800\/80{accent-color:rgb(146 64 14 / .8)}.accent-yellow-800\/90{accent-color:rgb(146 64 14 / .9)}.accent-yellow-800\/95{accent-color:rgb(146 64 14 / .95)}.accent-yellow-800\/100{accent-color:rgb(146 64 14 / 1)}.accent-yellow-900\/0{accent-color:rgb(120 53 15 / 0)}.accent-yellow-900\/5{accent-color:rgb(120 53 15 / .05)}.accent-yellow-900\/10{accent-color:rgb(120 53 15 / .1)}.accent-yellow-900\/20{accent-color:rgb(120 53 15 / .2)}.accent-yellow-900\/25{accent-color:rgb(120 53 15 / .25)}.accent-yellow-900\/30{accent-color:rgb(120 53 15 / .3)}.accent-yellow-900\/40{accent-color:rgb(120 53 15 / .4)}.accent-yellow-900\/50{accent-color:rgb(120 53 15 / .5)}.accent-yellow-900\/60{accent-color:rgb(120 53 15 / .6)}.accent-yellow-900\/70{accent-color:rgb(120 53 15 / .7)}.accent-yellow-900\/75{accent-color:rgb(120 53 15 / .75)}.accent-yellow-900\/80{accent-color:rgb(120 53 15 / .8)}.accent-yellow-900\/90{accent-color:rgb(120 53 15 / .9)}.accent-yellow-900\/95{accent-color:rgb(120 53 15 / .95)}.accent-yellow-900\/100{accent-color:rgb(120 53 15 / 1)}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-80{opacity:.8}.opacity-10{opacity:.1}.opacity-50{opacity:.5}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[1px_3px_14px_3px_rgba\(0\,0\,0\,0\.25\)\]{--tw-shadow: 1px 3px 14px 3px rgba(0,0,0,.25);--tw-shadow-colored: 1px 3px 14px 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-yellow-50{--tw-shadow-color: #fefce8;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100{--tw-shadow-color: #fef3c7;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200{--tw-shadow-color: #fde68a;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300{--tw-shadow-color: #fcd34d;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400{--tw-shadow-color: #fbbf24;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500{--tw-shadow-color: #eab308;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600{--tw-shadow-color: #d97706;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700{--tw-shadow-color: #b45309;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800{--tw-shadow-color: #92400e;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900{--tw-shadow-color: #78350f;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/0{--tw-shadow-color: rgb(254 252 232 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/5{--tw-shadow-color: rgb(254 252 232 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/10{--tw-shadow-color: rgb(254 252 232 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/20{--tw-shadow-color: rgb(254 252 232 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/25{--tw-shadow-color: rgb(254 252 232 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/30{--tw-shadow-color: rgb(254 252 232 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/40{--tw-shadow-color: rgb(254 252 232 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/50{--tw-shadow-color: rgb(254 252 232 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/60{--tw-shadow-color: rgb(254 252 232 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/70{--tw-shadow-color: rgb(254 252 232 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/75{--tw-shadow-color: rgb(254 252 232 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/80{--tw-shadow-color: rgb(254 252 232 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/90{--tw-shadow-color: rgb(254 252 232 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/95{--tw-shadow-color: rgb(254 252 232 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/100{--tw-shadow-color: rgb(254 252 232 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/0{--tw-shadow-color: rgb(254 243 199 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/5{--tw-shadow-color: rgb(254 243 199 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/10{--tw-shadow-color: rgb(254 243 199 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/20{--tw-shadow-color: rgb(254 243 199 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/25{--tw-shadow-color: rgb(254 243 199 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/30{--tw-shadow-color: rgb(254 243 199 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/40{--tw-shadow-color: rgb(254 243 199 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/50{--tw-shadow-color: rgb(254 243 199 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/60{--tw-shadow-color: rgb(254 243 199 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/70{--tw-shadow-color: rgb(254 243 199 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/75{--tw-shadow-color: rgb(254 243 199 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/80{--tw-shadow-color: rgb(254 243 199 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/90{--tw-shadow-color: rgb(254 243 199 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/95{--tw-shadow-color: rgb(254 243 199 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/100{--tw-shadow-color: rgb(254 243 199 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/0{--tw-shadow-color: rgb(253 230 138 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/5{--tw-shadow-color: rgb(253 230 138 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/10{--tw-shadow-color: rgb(253 230 138 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/20{--tw-shadow-color: rgb(253 230 138 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/25{--tw-shadow-color: rgb(253 230 138 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/30{--tw-shadow-color: rgb(253 230 138 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/40{--tw-shadow-color: rgb(253 230 138 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/50{--tw-shadow-color: rgb(253 230 138 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/60{--tw-shadow-color: rgb(253 230 138 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/70{--tw-shadow-color: rgb(253 230 138 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/75{--tw-shadow-color: rgb(253 230 138 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/80{--tw-shadow-color: rgb(253 230 138 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/90{--tw-shadow-color: rgb(253 230 138 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/95{--tw-shadow-color: rgb(253 230 138 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/100{--tw-shadow-color: rgb(253 230 138 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/0{--tw-shadow-color: rgb(252 211 77 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/5{--tw-shadow-color: rgb(252 211 77 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/10{--tw-shadow-color: rgb(252 211 77 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/20{--tw-shadow-color: rgb(252 211 77 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/25{--tw-shadow-color: rgb(252 211 77 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/30{--tw-shadow-color: rgb(252 211 77 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/40{--tw-shadow-color: rgb(252 211 77 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/50{--tw-shadow-color: rgb(252 211 77 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/60{--tw-shadow-color: rgb(252 211 77 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/70{--tw-shadow-color: rgb(252 211 77 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/75{--tw-shadow-color: rgb(252 211 77 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/80{--tw-shadow-color: rgb(252 211 77 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/90{--tw-shadow-color: rgb(252 211 77 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/95{--tw-shadow-color: rgb(252 211 77 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/100{--tw-shadow-color: rgb(252 211 77 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/0{--tw-shadow-color: rgb(251 191 36 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/5{--tw-shadow-color: rgb(251 191 36 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/10{--tw-shadow-color: rgb(251 191 36 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/20{--tw-shadow-color: rgb(251 191 36 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/25{--tw-shadow-color: rgb(251 191 36 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/30{--tw-shadow-color: rgb(251 191 36 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/40{--tw-shadow-color: rgb(251 191 36 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/50{--tw-shadow-color: rgb(251 191 36 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/60{--tw-shadow-color: rgb(251 191 36 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/70{--tw-shadow-color: rgb(251 191 36 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/75{--tw-shadow-color: rgb(251 191 36 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/80{--tw-shadow-color: rgb(251 191 36 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/90{--tw-shadow-color: rgb(251 191 36 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/95{--tw-shadow-color: rgb(251 191 36 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/100{--tw-shadow-color: rgb(251 191 36 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/0{--tw-shadow-color: rgb(234 179 8 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/5{--tw-shadow-color: rgb(234 179 8 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/10{--tw-shadow-color: rgb(234 179 8 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/20{--tw-shadow-color: rgb(234 179 8 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/25{--tw-shadow-color: rgb(234 179 8 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/30{--tw-shadow-color: rgb(234 179 8 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/40{--tw-shadow-color: rgb(234 179 8 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/50{--tw-shadow-color: rgb(234 179 8 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/60{--tw-shadow-color: rgb(234 179 8 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/70{--tw-shadow-color: rgb(234 179 8 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/75{--tw-shadow-color: rgb(234 179 8 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/80{--tw-shadow-color: rgb(234 179 8 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/90{--tw-shadow-color: rgb(234 179 8 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/95{--tw-shadow-color: rgb(234 179 8 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/100{--tw-shadow-color: rgb(234 179 8 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/0{--tw-shadow-color: rgb(217 119 6 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/5{--tw-shadow-color: rgb(217 119 6 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/10{--tw-shadow-color: rgb(217 119 6 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/20{--tw-shadow-color: rgb(217 119 6 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/25{--tw-shadow-color: rgb(217 119 6 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/30{--tw-shadow-color: rgb(217 119 6 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/40{--tw-shadow-color: rgb(217 119 6 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/50{--tw-shadow-color: rgb(217 119 6 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/60{--tw-shadow-color: rgb(217 119 6 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/70{--tw-shadow-color: rgb(217 119 6 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/75{--tw-shadow-color: rgb(217 119 6 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/80{--tw-shadow-color: rgb(217 119 6 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/90{--tw-shadow-color: rgb(217 119 6 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/95{--tw-shadow-color: rgb(217 119 6 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/100{--tw-shadow-color: rgb(217 119 6 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/0{--tw-shadow-color: rgb(180 83 9 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/5{--tw-shadow-color: rgb(180 83 9 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/10{--tw-shadow-color: rgb(180 83 9 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/20{--tw-shadow-color: rgb(180 83 9 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/25{--tw-shadow-color: rgb(180 83 9 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/30{--tw-shadow-color: rgb(180 83 9 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/40{--tw-shadow-color: rgb(180 83 9 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/50{--tw-shadow-color: rgb(180 83 9 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/60{--tw-shadow-color: rgb(180 83 9 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/70{--tw-shadow-color: rgb(180 83 9 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/75{--tw-shadow-color: rgb(180 83 9 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/80{--tw-shadow-color: rgb(180 83 9 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/90{--tw-shadow-color: rgb(180 83 9 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/95{--tw-shadow-color: rgb(180 83 9 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/100{--tw-shadow-color: rgb(180 83 9 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/0{--tw-shadow-color: rgb(146 64 14 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/5{--tw-shadow-color: rgb(146 64 14 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/10{--tw-shadow-color: rgb(146 64 14 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/20{--tw-shadow-color: rgb(146 64 14 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/25{--tw-shadow-color: rgb(146 64 14 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/30{--tw-shadow-color: rgb(146 64 14 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/40{--tw-shadow-color: rgb(146 64 14 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/50{--tw-shadow-color: rgb(146 64 14 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/60{--tw-shadow-color: rgb(146 64 14 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/70{--tw-shadow-color: rgb(146 64 14 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/75{--tw-shadow-color: rgb(146 64 14 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/80{--tw-shadow-color: rgb(146 64 14 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/90{--tw-shadow-color: rgb(146 64 14 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/95{--tw-shadow-color: rgb(146 64 14 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/100{--tw-shadow-color: rgb(146 64 14 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/0{--tw-shadow-color: rgb(120 53 15 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/5{--tw-shadow-color: rgb(120 53 15 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/10{--tw-shadow-color: rgb(120 53 15 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/20{--tw-shadow-color: rgb(120 53 15 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/25{--tw-shadow-color: rgb(120 53 15 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/30{--tw-shadow-color: rgb(120 53 15 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/40{--tw-shadow-color: rgb(120 53 15 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/50{--tw-shadow-color: rgb(120 53 15 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/60{--tw-shadow-color: rgb(120 53 15 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/70{--tw-shadow-color: rgb(120 53 15 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/75{--tw-shadow-color: rgb(120 53 15 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/80{--tw-shadow-color: rgb(120 53 15 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/90{--tw-shadow-color: rgb(120 53 15 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/95{--tw-shadow-color: rgb(120 53 15 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/100{--tw-shadow-color: rgb(120 53 15 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/20{--tw-shadow-color: rgb(118 144 239 / .2);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-1{outline-width:1px}.outline-red-50{outline-color:#fef2f2}.outline-red-100{outline-color:#fbf2f2}.outline-red-200{outline-color:#f8e4e4}.outline-red-300{outline-color:#f1c6c6}.outline-red-400{outline-color:#eaa3a3}.outline-red-500{outline-color:#e37676}.outline-red-600{outline-color:#dc2626}.outline-red-700{outline-color:#c42121}.outline-red-800{outline-color:#aa1d1d}.outline-red-900{outline-color:#8b1818}.outline-orange-50{outline-color:#fff7ed}.outline-orange-100{outline-color:#fcf3f1}.outline-orange-200{outline-color:#fae7e4}.outline-orange-300{outline-color:#f6cdc5}.outline-orange-400{outline-color:#f2afa1}.outline-orange-500{outline-color:#ee8a72}.outline-orange-600{outline-color:#ea580c}.outline-orange-700{outline-color:#d14e0a}.outline-orange-800{outline-color:#b54409}.outline-orange-900{outline-color:#933707}.outline-yellow-50{outline-color:#fefce8}.outline-yellow-100{outline-color:#fef3c7}.outline-yellow-200{outline-color:#fde68a}.outline-yellow-300{outline-color:#fcd34d}.outline-yellow-400{outline-color:#fbbf24}.outline-yellow-500{outline-color:#eab308}.outline-yellow-600{outline-color:#d97706}.outline-yellow-700{outline-color:#b45309}.outline-yellow-800{outline-color:#92400e}.outline-yellow-900{outline-color:#78350f}.outline-green-50{outline-color:#f0fdf4}.outline-green-100{outline-color:#f2faf6}.outline-green-200{outline-color:#e5f6ee}.outline-green-300{outline-color:#c8eedb}.outline-green-400{outline-color:#a6e5c8}.outline-green-500{outline-color:#7bdcb2}.outline-green-600{outline-color:#34d399}.outline-green-700{outline-color:#2ebc88}.outline-green-800{outline-color:#28a376}.outline-green-900{outline-color:#208560}.outline-emerald-50{outline-color:#ecfdf5}.outline-emerald-100{outline-color:#d1fae5}.outline-emerald-200{outline-color:#a7f3d0}.outline-emerald-300{outline-color:#6ee7b7}.outline-emerald-400{outline-color:#34d399}.outline-emerald-500{outline-color:#10b981}.outline-emerald-600{outline-color:#059669}.outline-emerald-700{outline-color:#047857}.outline-emerald-800{outline-color:#065f46}.outline-emerald-900{outline-color:#064e3b}.outline-teal-50{outline-color:#f0fdfa}.outline-teal-100{outline-color:#ccfbf1}.outline-teal-200{outline-color:#99f6e4}.outline-teal-300{outline-color:#5eead4}.outline-teal-400{outline-color:#2dd4bf}.outline-teal-500{outline-color:#14b8a6}.outline-teal-600{outline-color:#0d9488}.outline-teal-700{outline-color:#0f766e}.outline-teal-800{outline-color:#115e59}.outline-teal-900{outline-color:#134e4a}.outline-sky-50{outline-color:#f0f9ff}.outline-sky-100{outline-color:#e0f2fe}.outline-sky-200{outline-color:#bae6fd}.outline-sky-300{outline-color:#7dd3fc}.outline-sky-400{outline-color:#38bdf8}.outline-sky-500{outline-color:#0ea5e9}.outline-sky-600{outline-color:#0284c7}.outline-sky-700{outline-color:#0369a1}.outline-sky-800{outline-color:#075985}.outline-sky-900{outline-color:#0c4a6e}.outline-blue-50{outline-color:#eff6ff}.outline-blue-100{outline-color:#f2f3fd}.outline-blue-200{outline-color:#e4e8fb}.outline-blue-300{outline-color:#c6cff7}.outline-blue-400{outline-color:#a3b2f3}.outline-blue-500{outline-color:#7690ef}.outline-blue-600{outline-color:#2563eb}.outline-blue-700{outline-color:#2158d2}.outline-blue-800{outline-color:#1c4cb6}.outline-blue-900{outline-color:#173e94}.outline-indigo-50{outline-color:#eef2ff}.outline-indigo-100{outline-color:#e0e7ff}.outline-indigo-200{outline-color:#c7d2fe}.outline-indigo-300{outline-color:#a5b4fc}.outline-indigo-400{outline-color:#818cf8}.outline-indigo-500{outline-color:#6366f1}.outline-indigo-600{outline-color:#4f46e5}.outline-indigo-700{outline-color:#4338ca}.outline-indigo-800{outline-color:#3730a3}.outline-indigo-900{outline-color:#312e81}.outline-violet-50{outline-color:#f5f3ff}.outline-violet-100{outline-color:#ede9fe}.outline-violet-200{outline-color:#ddd6fe}.outline-violet-300{outline-color:#c4b5fd}.outline-violet-400{outline-color:#a78bfa}.outline-violet-500{outline-color:#8b5cf6}.outline-violet-600{outline-color:#7c3aed}.outline-violet-700{outline-color:#6d28d9}.outline-violet-800{outline-color:#5b21b6}.outline-violet-900{outline-color:#4c1d95}.outline-fuchsia-50{outline-color:#fdf4ff}.outline-fuchsia-100{outline-color:#fae8ff}.outline-fuchsia-200{outline-color:#f5d0fe}.outline-fuchsia-300{outline-color:#f0abfc}.outline-fuchsia-400{outline-color:#e879f9}.outline-fuchsia-500{outline-color:#d946ef}.outline-fuchsia-600{outline-color:#c026d3}.outline-fuchsia-700{outline-color:#a21caf}.outline-fuchsia-800{outline-color:#86198f}.outline-fuchsia-900{outline-color:#701a75}.outline-pink-50{outline-color:#fdf2f8}.outline-pink-100{outline-color:#fce7f3}.outline-pink-200{outline-color:#fbcfe8}.outline-pink-300{outline-color:#f9a8d4}.outline-pink-400{outline-color:#f472b6}.outline-pink-500{outline-color:#ec4899}.outline-pink-600{outline-color:#db2777}.outline-pink-700{outline-color:#be185d}.outline-pink-800{outline-color:#9d174d}.outline-pink-900{outline-color:#831843}.outline-rose-50{outline-color:#fff1f2}.outline-rose-100{outline-color:#ffe4e6}.outline-rose-200{outline-color:#fecdd3}.outline-rose-300{outline-color:#fda4af}.outline-rose-400{outline-color:#fb7185}.outline-rose-500{outline-color:#f43f5e}.outline-rose-600{outline-color:#e11d48}.outline-rose-700{outline-color:#be123c}.outline-rose-800{outline-color:#9f1239}.outline-rose-900{outline-color:#881337}.outline-primary-100{outline-color:#f2f3f4}.outline-primary-200{outline-color:#e8e8f0}.outline-primary-300{outline-color:#d0d0e1}.outline-primary-400{outline-color:#b4b4d1}.outline-primary-500{outline-color:#9393bf}.outline-primary-600{outline-color:#6868ac}.outline-primary-700{outline-color:#5d5d99}.outline-primary-800{outline-color:#505085}.outline-primary-900{outline-color:#41416c}.outline-primary-1000{outline-color:#2e2e4c}.outline-primary-highlight-100{outline-color:#f7f5fe}.outline-primary-highlight-200{outline-color:#efecfe}.outline-primary-highlight-300{outline-color:#dfd8fd}.outline-primary-highlight-400{outline-color:#cec1fc}.outline-primary-highlight-500{outline-color:#bba8fb}.outline-primary-highlight-600{outline-color:#a78bfa}.outline-primary-highlight-700{outline-color:#957cdf}.outline-primary-highlight-800{outline-color:#816bc1}.outline-primary-highlight-900{outline-color:#69579e}.outline-primary-highlight-1000{outline-color:#4a3e6f}.outline-secondary-100{outline-color:#fef7f2}.outline-secondary-200{outline-color:#fef0e4}.outline-secondary-300{outline-color:#fde1c6}.outline-secondary-400{outline-color:#fcd1a2}.outline-secondary-500{outline-color:#fbbf75}.outline-secondary-600{outline-color:#faac1e}.outline-secondary-700{outline-color:#df991a}.outline-secondary-800{outline-color:#c18517}.outline-secondary-900{outline-color:#9e6c12}.outline-secondary-1000{outline-color:#6f4c0d}.outline-grey-100{outline-color:#f2f3f4}.outline-grey-200{outline-color:#e6e7e8}.outline-grey-300{outline-color:#caccd0}.outline-grey-400{outline-color:#aaaeb4}.outline-grey-500{outline-color:#828993}.outline-grey-600{outline-color:#475569}.outline-grey-700{outline-color:#3f4c5d}.outline-grey-800{outline-color:#364151}.outline-grey-900{outline-color:#2c3542}.outline-grey-1000{outline-color:#1f262e}.outline-green-1000{outline-color:#175e44}.outline-blue-1000{outline-color:#102c69}.outline-orange-1000{outline-color:#682705}.outline-red-1000{outline-color:#621010}.outline-primary{outline-color:#a78bfa}.outline-primary-light{outline-color:#f7f5fe}.outline-primary-dark{outline-color:#69579e}.outline-info{outline-color:#7690ef}.outline-info-light{outline-color:#f2f3fd}.outline-info-dark{outline-color:#2158d2}.outline-success{outline-color:#28a376}.outline-success-light{outline-color:#f2faf6}.outline-success-dark{outline-color:#208560}.outline-warning{outline-color:#faac1e}.outline-warning-light{outline-color:#fef7f2}.outline-warning-dark{outline-color:#9e6c12}.outline-error{outline-color:#dc2626}.outline-error-light{outline-color:#fbf2f2}.outline-error-dark{outline-color:#c42121}.outline-grey{outline-color:#475569}.outline-grey-light{outline-color:#f2f3f4}.outline-grey-dark{outline-color:#2c3542}.outline-red-50\/0{outline-color:#fef2f200}.outline-red-50\/5{outline-color:#fef2f20d}.outline-red-50\/10{outline-color:#fef2f21a}.outline-red-50\/20{outline-color:#fef2f233}.outline-red-50\/25{outline-color:#fef2f240}.outline-red-50\/30{outline-color:#fef2f24d}.outline-red-50\/40{outline-color:#fef2f266}.outline-red-50\/50{outline-color:#fef2f280}.outline-red-50\/60{outline-color:#fef2f299}.outline-red-50\/70{outline-color:#fef2f2b3}.outline-red-50\/75{outline-color:#fef2f2bf}.outline-red-50\/80{outline-color:#fef2f2cc}.outline-red-50\/90{outline-color:#fef2f2e6}.outline-red-50\/95{outline-color:#fef2f2f2}.outline-red-50\/100{outline-color:#fef2f2}.outline-red-100\/0{outline-color:#fbf2f200}.outline-red-100\/5{outline-color:#fbf2f20d}.outline-red-100\/10{outline-color:#fbf2f21a}.outline-red-100\/20{outline-color:#fbf2f233}.outline-red-100\/25{outline-color:#fbf2f240}.outline-red-100\/30{outline-color:#fbf2f24d}.outline-red-100\/40{outline-color:#fbf2f266}.outline-red-100\/50{outline-color:#fbf2f280}.outline-red-100\/60{outline-color:#fbf2f299}.outline-red-100\/70{outline-color:#fbf2f2b3}.outline-red-100\/75{outline-color:#fbf2f2bf}.outline-red-100\/80{outline-color:#fbf2f2cc}.outline-red-100\/90{outline-color:#fbf2f2e6}.outline-red-100\/95{outline-color:#fbf2f2f2}.outline-red-100\/100{outline-color:#fbf2f2}.outline-red-200\/0{outline-color:#f8e4e400}.outline-red-200\/5{outline-color:#f8e4e40d}.outline-red-200\/10{outline-color:#f8e4e41a}.outline-red-200\/20{outline-color:#f8e4e433}.outline-red-200\/25{outline-color:#f8e4e440}.outline-red-200\/30{outline-color:#f8e4e44d}.outline-red-200\/40{outline-color:#f8e4e466}.outline-red-200\/50{outline-color:#f8e4e480}.outline-red-200\/60{outline-color:#f8e4e499}.outline-red-200\/70{outline-color:#f8e4e4b3}.outline-red-200\/75{outline-color:#f8e4e4bf}.outline-red-200\/80{outline-color:#f8e4e4cc}.outline-red-200\/90{outline-color:#f8e4e4e6}.outline-red-200\/95{outline-color:#f8e4e4f2}.outline-red-200\/100{outline-color:#f8e4e4}.outline-red-300\/0{outline-color:#f1c6c600}.outline-red-300\/5{outline-color:#f1c6c60d}.outline-red-300\/10{outline-color:#f1c6c61a}.outline-red-300\/20{outline-color:#f1c6c633}.outline-red-300\/25{outline-color:#f1c6c640}.outline-red-300\/30{outline-color:#f1c6c64d}.outline-red-300\/40{outline-color:#f1c6c666}.outline-red-300\/50{outline-color:#f1c6c680}.outline-red-300\/60{outline-color:#f1c6c699}.outline-red-300\/70{outline-color:#f1c6c6b3}.outline-red-300\/75{outline-color:#f1c6c6bf}.outline-red-300\/80{outline-color:#f1c6c6cc}.outline-red-300\/90{outline-color:#f1c6c6e6}.outline-red-300\/95{outline-color:#f1c6c6f2}.outline-red-300\/100{outline-color:#f1c6c6}.outline-red-400\/0{outline-color:#eaa3a300}.outline-red-400\/5{outline-color:#eaa3a30d}.outline-red-400\/10{outline-color:#eaa3a31a}.outline-red-400\/20{outline-color:#eaa3a333}.outline-red-400\/25{outline-color:#eaa3a340}.outline-red-400\/30{outline-color:#eaa3a34d}.outline-red-400\/40{outline-color:#eaa3a366}.outline-red-400\/50{outline-color:#eaa3a380}.outline-red-400\/60{outline-color:#eaa3a399}.outline-red-400\/70{outline-color:#eaa3a3b3}.outline-red-400\/75{outline-color:#eaa3a3bf}.outline-red-400\/80{outline-color:#eaa3a3cc}.outline-red-400\/90{outline-color:#eaa3a3e6}.outline-red-400\/95{outline-color:#eaa3a3f2}.outline-red-400\/100{outline-color:#eaa3a3}.outline-red-500\/0{outline-color:#e3767600}.outline-red-500\/5{outline-color:#e376760d}.outline-red-500\/10{outline-color:#e376761a}.outline-red-500\/20{outline-color:#e3767633}.outline-red-500\/25{outline-color:#e3767640}.outline-red-500\/30{outline-color:#e376764d}.outline-red-500\/40{outline-color:#e3767666}.outline-red-500\/50{outline-color:#e3767680}.outline-red-500\/60{outline-color:#e3767699}.outline-red-500\/70{outline-color:#e37676b3}.outline-red-500\/75{outline-color:#e37676bf}.outline-red-500\/80{outline-color:#e37676cc}.outline-red-500\/90{outline-color:#e37676e6}.outline-red-500\/95{outline-color:#e37676f2}.outline-red-500\/100{outline-color:#e37676}.outline-red-600\/0{outline-color:#dc262600}.outline-red-600\/5{outline-color:#dc26260d}.outline-red-600\/10{outline-color:#dc26261a}.outline-red-600\/20{outline-color:#dc262633}.outline-red-600\/25{outline-color:#dc262640}.outline-red-600\/30{outline-color:#dc26264d}.outline-red-600\/40{outline-color:#dc262666}.outline-red-600\/50{outline-color:#dc262680}.outline-red-600\/60{outline-color:#dc262699}.outline-red-600\/70{outline-color:#dc2626b3}.outline-red-600\/75{outline-color:#dc2626bf}.outline-red-600\/80{outline-color:#dc2626cc}.outline-red-600\/90{outline-color:#dc2626e6}.outline-red-600\/95{outline-color:#dc2626f2}.outline-red-600\/100{outline-color:#dc2626}.outline-red-700\/0{outline-color:#c4212100}.outline-red-700\/5{outline-color:#c421210d}.outline-red-700\/10{outline-color:#c421211a}.outline-red-700\/20{outline-color:#c4212133}.outline-red-700\/25{outline-color:#c4212140}.outline-red-700\/30{outline-color:#c421214d}.outline-red-700\/40{outline-color:#c4212166}.outline-red-700\/50{outline-color:#c4212180}.outline-red-700\/60{outline-color:#c4212199}.outline-red-700\/70{outline-color:#c42121b3}.outline-red-700\/75{outline-color:#c42121bf}.outline-red-700\/80{outline-color:#c42121cc}.outline-red-700\/90{outline-color:#c42121e6}.outline-red-700\/95{outline-color:#c42121f2}.outline-red-700\/100{outline-color:#c42121}.outline-red-800\/0{outline-color:#aa1d1d00}.outline-red-800\/5{outline-color:#aa1d1d0d}.outline-red-800\/10{outline-color:#aa1d1d1a}.outline-red-800\/20{outline-color:#aa1d1d33}.outline-red-800\/25{outline-color:#aa1d1d40}.outline-red-800\/30{outline-color:#aa1d1d4d}.outline-red-800\/40{outline-color:#aa1d1d66}.outline-red-800\/50{outline-color:#aa1d1d80}.outline-red-800\/60{outline-color:#aa1d1d99}.outline-red-800\/70{outline-color:#aa1d1db3}.outline-red-800\/75{outline-color:#aa1d1dbf}.outline-red-800\/80{outline-color:#aa1d1dcc}.outline-red-800\/90{outline-color:#aa1d1de6}.outline-red-800\/95{outline-color:#aa1d1df2}.outline-red-800\/100{outline-color:#aa1d1d}.outline-red-900\/0{outline-color:#8b181800}.outline-red-900\/5{outline-color:#8b18180d}.outline-red-900\/10{outline-color:#8b18181a}.outline-red-900\/20{outline-color:#8b181833}.outline-red-900\/25{outline-color:#8b181840}.outline-red-900\/30{outline-color:#8b18184d}.outline-red-900\/40{outline-color:#8b181866}.outline-red-900\/50{outline-color:#8b181880}.outline-red-900\/60{outline-color:#8b181899}.outline-red-900\/70{outline-color:#8b1818b3}.outline-red-900\/75{outline-color:#8b1818bf}.outline-red-900\/80{outline-color:#8b1818cc}.outline-red-900\/90{outline-color:#8b1818e6}.outline-red-900\/95{outline-color:#8b1818f2}.outline-red-900\/100{outline-color:#8b1818}.outline-orange-50\/0{outline-color:#fff7ed00}.outline-orange-50\/5{outline-color:#fff7ed0d}.outline-orange-50\/10{outline-color:#fff7ed1a}.outline-orange-50\/20{outline-color:#fff7ed33}.outline-orange-50\/25{outline-color:#fff7ed40}.outline-orange-50\/30{outline-color:#fff7ed4d}.outline-orange-50\/40{outline-color:#fff7ed66}.outline-orange-50\/50{outline-color:#fff7ed80}.outline-orange-50\/60{outline-color:#fff7ed99}.outline-orange-50\/70{outline-color:#fff7edb3}.outline-orange-50\/75{outline-color:#fff7edbf}.outline-orange-50\/80{outline-color:#fff7edcc}.outline-orange-50\/90{outline-color:#fff7ede6}.outline-orange-50\/95{outline-color:#fff7edf2}.outline-orange-50\/100{outline-color:#fff7ed}.outline-orange-100\/0{outline-color:#fcf3f100}.outline-orange-100\/5{outline-color:#fcf3f10d}.outline-orange-100\/10{outline-color:#fcf3f11a}.outline-orange-100\/20{outline-color:#fcf3f133}.outline-orange-100\/25{outline-color:#fcf3f140}.outline-orange-100\/30{outline-color:#fcf3f14d}.outline-orange-100\/40{outline-color:#fcf3f166}.outline-orange-100\/50{outline-color:#fcf3f180}.outline-orange-100\/60{outline-color:#fcf3f199}.outline-orange-100\/70{outline-color:#fcf3f1b3}.outline-orange-100\/75{outline-color:#fcf3f1bf}.outline-orange-100\/80{outline-color:#fcf3f1cc}.outline-orange-100\/90{outline-color:#fcf3f1e6}.outline-orange-100\/95{outline-color:#fcf3f1f2}.outline-orange-100\/100{outline-color:#fcf3f1}.outline-orange-200\/0{outline-color:#fae7e400}.outline-orange-200\/5{outline-color:#fae7e40d}.outline-orange-200\/10{outline-color:#fae7e41a}.outline-orange-200\/20{outline-color:#fae7e433}.outline-orange-200\/25{outline-color:#fae7e440}.outline-orange-200\/30{outline-color:#fae7e44d}.outline-orange-200\/40{outline-color:#fae7e466}.outline-orange-200\/50{outline-color:#fae7e480}.outline-orange-200\/60{outline-color:#fae7e499}.outline-orange-200\/70{outline-color:#fae7e4b3}.outline-orange-200\/75{outline-color:#fae7e4bf}.outline-orange-200\/80{outline-color:#fae7e4cc}.outline-orange-200\/90{outline-color:#fae7e4e6}.outline-orange-200\/95{outline-color:#fae7e4f2}.outline-orange-200\/100{outline-color:#fae7e4}.outline-orange-300\/0{outline-color:#f6cdc500}.outline-orange-300\/5{outline-color:#f6cdc50d}.outline-orange-300\/10{outline-color:#f6cdc51a}.outline-orange-300\/20{outline-color:#f6cdc533}.outline-orange-300\/25{outline-color:#f6cdc540}.outline-orange-300\/30{outline-color:#f6cdc54d}.outline-orange-300\/40{outline-color:#f6cdc566}.outline-orange-300\/50{outline-color:#f6cdc580}.outline-orange-300\/60{outline-color:#f6cdc599}.outline-orange-300\/70{outline-color:#f6cdc5b3}.outline-orange-300\/75{outline-color:#f6cdc5bf}.outline-orange-300\/80{outline-color:#f6cdc5cc}.outline-orange-300\/90{outline-color:#f6cdc5e6}.outline-orange-300\/95{outline-color:#f6cdc5f2}.outline-orange-300\/100{outline-color:#f6cdc5}.outline-orange-400\/0{outline-color:#f2afa100}.outline-orange-400\/5{outline-color:#f2afa10d}.outline-orange-400\/10{outline-color:#f2afa11a}.outline-orange-400\/20{outline-color:#f2afa133}.outline-orange-400\/25{outline-color:#f2afa140}.outline-orange-400\/30{outline-color:#f2afa14d}.outline-orange-400\/40{outline-color:#f2afa166}.outline-orange-400\/50{outline-color:#f2afa180}.outline-orange-400\/60{outline-color:#f2afa199}.outline-orange-400\/70{outline-color:#f2afa1b3}.outline-orange-400\/75{outline-color:#f2afa1bf}.outline-orange-400\/80{outline-color:#f2afa1cc}.outline-orange-400\/90{outline-color:#f2afa1e6}.outline-orange-400\/95{outline-color:#f2afa1f2}.outline-orange-400\/100{outline-color:#f2afa1}.outline-orange-500\/0{outline-color:#ee8a7200}.outline-orange-500\/5{outline-color:#ee8a720d}.outline-orange-500\/10{outline-color:#ee8a721a}.outline-orange-500\/20{outline-color:#ee8a7233}.outline-orange-500\/25{outline-color:#ee8a7240}.outline-orange-500\/30{outline-color:#ee8a724d}.outline-orange-500\/40{outline-color:#ee8a7266}.outline-orange-500\/50{outline-color:#ee8a7280}.outline-orange-500\/60{outline-color:#ee8a7299}.outline-orange-500\/70{outline-color:#ee8a72b3}.outline-orange-500\/75{outline-color:#ee8a72bf}.outline-orange-500\/80{outline-color:#ee8a72cc}.outline-orange-500\/90{outline-color:#ee8a72e6}.outline-orange-500\/95{outline-color:#ee8a72f2}.outline-orange-500\/100{outline-color:#ee8a72}.outline-orange-600\/0{outline-color:#ea580c00}.outline-orange-600\/5{outline-color:#ea580c0d}.outline-orange-600\/10{outline-color:#ea580c1a}.outline-orange-600\/20{outline-color:#ea580c33}.outline-orange-600\/25{outline-color:#ea580c40}.outline-orange-600\/30{outline-color:#ea580c4d}.outline-orange-600\/40{outline-color:#ea580c66}.outline-orange-600\/50{outline-color:#ea580c80}.outline-orange-600\/60{outline-color:#ea580c99}.outline-orange-600\/70{outline-color:#ea580cb3}.outline-orange-600\/75{outline-color:#ea580cbf}.outline-orange-600\/80{outline-color:#ea580ccc}.outline-orange-600\/90{outline-color:#ea580ce6}.outline-orange-600\/95{outline-color:#ea580cf2}.outline-orange-600\/100{outline-color:#ea580c}.outline-orange-700\/0{outline-color:#d14e0a00}.outline-orange-700\/5{outline-color:#d14e0a0d}.outline-orange-700\/10{outline-color:#d14e0a1a}.outline-orange-700\/20{outline-color:#d14e0a33}.outline-orange-700\/25{outline-color:#d14e0a40}.outline-orange-700\/30{outline-color:#d14e0a4d}.outline-orange-700\/40{outline-color:#d14e0a66}.outline-orange-700\/50{outline-color:#d14e0a80}.outline-orange-700\/60{outline-color:#d14e0a99}.outline-orange-700\/70{outline-color:#d14e0ab3}.outline-orange-700\/75{outline-color:#d14e0abf}.outline-orange-700\/80{outline-color:#d14e0acc}.outline-orange-700\/90{outline-color:#d14e0ae6}.outline-orange-700\/95{outline-color:#d14e0af2}.outline-orange-700\/100{outline-color:#d14e0a}.outline-orange-800\/0{outline-color:#b5440900}.outline-orange-800\/5{outline-color:#b544090d}.outline-orange-800\/10{outline-color:#b544091a}.outline-orange-800\/20{outline-color:#b5440933}.outline-orange-800\/25{outline-color:#b5440940}.outline-orange-800\/30{outline-color:#b544094d}.outline-orange-800\/40{outline-color:#b5440966}.outline-orange-800\/50{outline-color:#b5440980}.outline-orange-800\/60{outline-color:#b5440999}.outline-orange-800\/70{outline-color:#b54409b3}.outline-orange-800\/75{outline-color:#b54409bf}.outline-orange-800\/80{outline-color:#b54409cc}.outline-orange-800\/90{outline-color:#b54409e6}.outline-orange-800\/95{outline-color:#b54409f2}.outline-orange-800\/100{outline-color:#b54409}.outline-orange-900\/0{outline-color:#93370700}.outline-orange-900\/5{outline-color:#9337070d}.outline-orange-900\/10{outline-color:#9337071a}.outline-orange-900\/20{outline-color:#93370733}.outline-orange-900\/25{outline-color:#93370740}.outline-orange-900\/30{outline-color:#9337074d}.outline-orange-900\/40{outline-color:#93370766}.outline-orange-900\/50{outline-color:#93370780}.outline-orange-900\/60{outline-color:#93370799}.outline-orange-900\/70{outline-color:#933707b3}.outline-orange-900\/75{outline-color:#933707bf}.outline-orange-900\/80{outline-color:#933707cc}.outline-orange-900\/90{outline-color:#933707e6}.outline-orange-900\/95{outline-color:#933707f2}.outline-orange-900\/100{outline-color:#933707}.outline-yellow-50\/0{outline-color:#fefce800}.outline-yellow-50\/5{outline-color:#fefce80d}.outline-yellow-50\/10{outline-color:#fefce81a}.outline-yellow-50\/20{outline-color:#fefce833}.outline-yellow-50\/25{outline-color:#fefce840}.outline-yellow-50\/30{outline-color:#fefce84d}.outline-yellow-50\/40{outline-color:#fefce866}.outline-yellow-50\/50{outline-color:#fefce880}.outline-yellow-50\/60{outline-color:#fefce899}.outline-yellow-50\/70{outline-color:#fefce8b3}.outline-yellow-50\/75{outline-color:#fefce8bf}.outline-yellow-50\/80{outline-color:#fefce8cc}.outline-yellow-50\/90{outline-color:#fefce8e6}.outline-yellow-50\/95{outline-color:#fefce8f2}.outline-yellow-50\/100{outline-color:#fefce8}.outline-yellow-100\/0{outline-color:#fef3c700}.outline-yellow-100\/5{outline-color:#fef3c70d}.outline-yellow-100\/10{outline-color:#fef3c71a}.outline-yellow-100\/20{outline-color:#fef3c733}.outline-yellow-100\/25{outline-color:#fef3c740}.outline-yellow-100\/30{outline-color:#fef3c74d}.outline-yellow-100\/40{outline-color:#fef3c766}.outline-yellow-100\/50{outline-color:#fef3c780}.outline-yellow-100\/60{outline-color:#fef3c799}.outline-yellow-100\/70{outline-color:#fef3c7b3}.outline-yellow-100\/75{outline-color:#fef3c7bf}.outline-yellow-100\/80{outline-color:#fef3c7cc}.outline-yellow-100\/90{outline-color:#fef3c7e6}.outline-yellow-100\/95{outline-color:#fef3c7f2}.outline-yellow-100\/100{outline-color:#fef3c7}.outline-yellow-200\/0{outline-color:#fde68a00}.outline-yellow-200\/5{outline-color:#fde68a0d}.outline-yellow-200\/10{outline-color:#fde68a1a}.outline-yellow-200\/20{outline-color:#fde68a33}.outline-yellow-200\/25{outline-color:#fde68a40}.outline-yellow-200\/30{outline-color:#fde68a4d}.outline-yellow-200\/40{outline-color:#fde68a66}.outline-yellow-200\/50{outline-color:#fde68a80}.outline-yellow-200\/60{outline-color:#fde68a99}.outline-yellow-200\/70{outline-color:#fde68ab3}.outline-yellow-200\/75{outline-color:#fde68abf}.outline-yellow-200\/80{outline-color:#fde68acc}.outline-yellow-200\/90{outline-color:#fde68ae6}.outline-yellow-200\/95{outline-color:#fde68af2}.outline-yellow-200\/100{outline-color:#fde68a}.outline-yellow-300\/0{outline-color:#fcd34d00}.outline-yellow-300\/5{outline-color:#fcd34d0d}.outline-yellow-300\/10{outline-color:#fcd34d1a}.outline-yellow-300\/20{outline-color:#fcd34d33}.outline-yellow-300\/25{outline-color:#fcd34d40}.outline-yellow-300\/30{outline-color:#fcd34d4d}.outline-yellow-300\/40{outline-color:#fcd34d66}.outline-yellow-300\/50{outline-color:#fcd34d80}.outline-yellow-300\/60{outline-color:#fcd34d99}.outline-yellow-300\/70{outline-color:#fcd34db3}.outline-yellow-300\/75{outline-color:#fcd34dbf}.outline-yellow-300\/80{outline-color:#fcd34dcc}.outline-yellow-300\/90{outline-color:#fcd34de6}.outline-yellow-300\/95{outline-color:#fcd34df2}.outline-yellow-300\/100{outline-color:#fcd34d}.outline-yellow-400\/0{outline-color:#fbbf2400}.outline-yellow-400\/5{outline-color:#fbbf240d}.outline-yellow-400\/10{outline-color:#fbbf241a}.outline-yellow-400\/20{outline-color:#fbbf2433}.outline-yellow-400\/25{outline-color:#fbbf2440}.outline-yellow-400\/30{outline-color:#fbbf244d}.outline-yellow-400\/40{outline-color:#fbbf2466}.outline-yellow-400\/50{outline-color:#fbbf2480}.outline-yellow-400\/60{outline-color:#fbbf2499}.outline-yellow-400\/70{outline-color:#fbbf24b3}.outline-yellow-400\/75{outline-color:#fbbf24bf}.outline-yellow-400\/80{outline-color:#fbbf24cc}.outline-yellow-400\/90{outline-color:#fbbf24e6}.outline-yellow-400\/95{outline-color:#fbbf24f2}.outline-yellow-400\/100{outline-color:#fbbf24}.outline-yellow-500\/0{outline-color:#eab30800}.outline-yellow-500\/5{outline-color:#eab3080d}.outline-yellow-500\/10{outline-color:#eab3081a}.outline-yellow-500\/20{outline-color:#eab30833}.outline-yellow-500\/25{outline-color:#eab30840}.outline-yellow-500\/30{outline-color:#eab3084d}.outline-yellow-500\/40{outline-color:#eab30866}.outline-yellow-500\/50{outline-color:#eab30880}.outline-yellow-500\/60{outline-color:#eab30899}.outline-yellow-500\/70{outline-color:#eab308b3}.outline-yellow-500\/75{outline-color:#eab308bf}.outline-yellow-500\/80{outline-color:#eab308cc}.outline-yellow-500\/90{outline-color:#eab308e6}.outline-yellow-500\/95{outline-color:#eab308f2}.outline-yellow-500\/100{outline-color:#eab308}.outline-yellow-600\/0{outline-color:#d9770600}.outline-yellow-600\/5{outline-color:#d977060d}.outline-yellow-600\/10{outline-color:#d977061a}.outline-yellow-600\/20{outline-color:#d9770633}.outline-yellow-600\/25{outline-color:#d9770640}.outline-yellow-600\/30{outline-color:#d977064d}.outline-yellow-600\/40{outline-color:#d9770666}.outline-yellow-600\/50{outline-color:#d9770680}.outline-yellow-600\/60{outline-color:#d9770699}.outline-yellow-600\/70{outline-color:#d97706b3}.outline-yellow-600\/75{outline-color:#d97706bf}.outline-yellow-600\/80{outline-color:#d97706cc}.outline-yellow-600\/90{outline-color:#d97706e6}.outline-yellow-600\/95{outline-color:#d97706f2}.outline-yellow-600\/100{outline-color:#d97706}.outline-yellow-700\/0{outline-color:#b4530900}.outline-yellow-700\/5{outline-color:#b453090d}.outline-yellow-700\/10{outline-color:#b453091a}.outline-yellow-700\/20{outline-color:#b4530933}.outline-yellow-700\/25{outline-color:#b4530940}.outline-yellow-700\/30{outline-color:#b453094d}.outline-yellow-700\/40{outline-color:#b4530966}.outline-yellow-700\/50{outline-color:#b4530980}.outline-yellow-700\/60{outline-color:#b4530999}.outline-yellow-700\/70{outline-color:#b45309b3}.outline-yellow-700\/75{outline-color:#b45309bf}.outline-yellow-700\/80{outline-color:#b45309cc}.outline-yellow-700\/90{outline-color:#b45309e6}.outline-yellow-700\/95{outline-color:#b45309f2}.outline-yellow-700\/100{outline-color:#b45309}.outline-yellow-800\/0{outline-color:#92400e00}.outline-yellow-800\/5{outline-color:#92400e0d}.outline-yellow-800\/10{outline-color:#92400e1a}.outline-yellow-800\/20{outline-color:#92400e33}.outline-yellow-800\/25{outline-color:#92400e40}.outline-yellow-800\/30{outline-color:#92400e4d}.outline-yellow-800\/40{outline-color:#92400e66}.outline-yellow-800\/50{outline-color:#92400e80}.outline-yellow-800\/60{outline-color:#92400e99}.outline-yellow-800\/70{outline-color:#92400eb3}.outline-yellow-800\/75{outline-color:#92400ebf}.outline-yellow-800\/80{outline-color:#92400ecc}.outline-yellow-800\/90{outline-color:#92400ee6}.outline-yellow-800\/95{outline-color:#92400ef2}.outline-yellow-800\/100{outline-color:#92400e}.outline-yellow-900\/0{outline-color:#78350f00}.outline-yellow-900\/5{outline-color:#78350f0d}.outline-yellow-900\/10{outline-color:#78350f1a}.outline-yellow-900\/20{outline-color:#78350f33}.outline-yellow-900\/25{outline-color:#78350f40}.outline-yellow-900\/30{outline-color:#78350f4d}.outline-yellow-900\/40{outline-color:#78350f66}.outline-yellow-900\/50{outline-color:#78350f80}.outline-yellow-900\/60{outline-color:#78350f99}.outline-yellow-900\/70{outline-color:#78350fb3}.outline-yellow-900\/75{outline-color:#78350fbf}.outline-yellow-900\/80{outline-color:#78350fcc}.outline-yellow-900\/90{outline-color:#78350fe6}.outline-yellow-900\/95{outline-color:#78350ff2}.outline-yellow-900\/100{outline-color:#78350f}.outline-green-50\/0{outline-color:#f0fdf400}.outline-green-50\/5{outline-color:#f0fdf40d}.outline-green-50\/10{outline-color:#f0fdf41a}.outline-green-50\/20{outline-color:#f0fdf433}.outline-green-50\/25{outline-color:#f0fdf440}.outline-green-50\/30{outline-color:#f0fdf44d}.outline-green-50\/40{outline-color:#f0fdf466}.outline-green-50\/50{outline-color:#f0fdf480}.outline-green-50\/60{outline-color:#f0fdf499}.outline-green-50\/70{outline-color:#f0fdf4b3}.outline-green-50\/75{outline-color:#f0fdf4bf}.outline-green-50\/80{outline-color:#f0fdf4cc}.outline-green-50\/90{outline-color:#f0fdf4e6}.outline-green-50\/95{outline-color:#f0fdf4f2}.outline-green-50\/100{outline-color:#f0fdf4}.outline-green-100\/0{outline-color:#f2faf600}.outline-green-100\/5{outline-color:#f2faf60d}.outline-green-100\/10{outline-color:#f2faf61a}.outline-green-100\/20{outline-color:#f2faf633}.outline-green-100\/25{outline-color:#f2faf640}.outline-green-100\/30{outline-color:#f2faf64d}.outline-green-100\/40{outline-color:#f2faf666}.outline-green-100\/50{outline-color:#f2faf680}.outline-green-100\/60{outline-color:#f2faf699}.outline-green-100\/70{outline-color:#f2faf6b3}.outline-green-100\/75{outline-color:#f2faf6bf}.outline-green-100\/80{outline-color:#f2faf6cc}.outline-green-100\/90{outline-color:#f2faf6e6}.outline-green-100\/95{outline-color:#f2faf6f2}.outline-green-100\/100{outline-color:#f2faf6}.outline-green-200\/0{outline-color:#e5f6ee00}.outline-green-200\/5{outline-color:#e5f6ee0d}.outline-green-200\/10{outline-color:#e5f6ee1a}.outline-green-200\/20{outline-color:#e5f6ee33}.outline-green-200\/25{outline-color:#e5f6ee40}.outline-green-200\/30{outline-color:#e5f6ee4d}.outline-green-200\/40{outline-color:#e5f6ee66}.outline-green-200\/50{outline-color:#e5f6ee80}.outline-green-200\/60{outline-color:#e5f6ee99}.outline-green-200\/70{outline-color:#e5f6eeb3}.outline-green-200\/75{outline-color:#e5f6eebf}.outline-green-200\/80{outline-color:#e5f6eecc}.outline-green-200\/90{outline-color:#e5f6eee6}.outline-green-200\/95{outline-color:#e5f6eef2}.outline-green-200\/100{outline-color:#e5f6ee}.outline-green-300\/0{outline-color:#c8eedb00}.outline-green-300\/5{outline-color:#c8eedb0d}.outline-green-300\/10{outline-color:#c8eedb1a}.outline-green-300\/20{outline-color:#c8eedb33}.outline-green-300\/25{outline-color:#c8eedb40}.outline-green-300\/30{outline-color:#c8eedb4d}.outline-green-300\/40{outline-color:#c8eedb66}.outline-green-300\/50{outline-color:#c8eedb80}.outline-green-300\/60{outline-color:#c8eedb99}.outline-green-300\/70{outline-color:#c8eedbb3}.outline-green-300\/75{outline-color:#c8eedbbf}.outline-green-300\/80{outline-color:#c8eedbcc}.outline-green-300\/90{outline-color:#c8eedbe6}.outline-green-300\/95{outline-color:#c8eedbf2}.outline-green-300\/100{outline-color:#c8eedb}.outline-green-400\/0{outline-color:#a6e5c800}.outline-green-400\/5{outline-color:#a6e5c80d}.outline-green-400\/10{outline-color:#a6e5c81a}.outline-green-400\/20{outline-color:#a6e5c833}.outline-green-400\/25{outline-color:#a6e5c840}.outline-green-400\/30{outline-color:#a6e5c84d}.outline-green-400\/40{outline-color:#a6e5c866}.outline-green-400\/50{outline-color:#a6e5c880}.outline-green-400\/60{outline-color:#a6e5c899}.outline-green-400\/70{outline-color:#a6e5c8b3}.outline-green-400\/75{outline-color:#a6e5c8bf}.outline-green-400\/80{outline-color:#a6e5c8cc}.outline-green-400\/90{outline-color:#a6e5c8e6}.outline-green-400\/95{outline-color:#a6e5c8f2}.outline-green-400\/100{outline-color:#a6e5c8}.outline-green-500\/0{outline-color:#7bdcb200}.outline-green-500\/5{outline-color:#7bdcb20d}.outline-green-500\/10{outline-color:#7bdcb21a}.outline-green-500\/20{outline-color:#7bdcb233}.outline-green-500\/25{outline-color:#7bdcb240}.outline-green-500\/30{outline-color:#7bdcb24d}.outline-green-500\/40{outline-color:#7bdcb266}.outline-green-500\/50{outline-color:#7bdcb280}.outline-green-500\/60{outline-color:#7bdcb299}.outline-green-500\/70{outline-color:#7bdcb2b3}.outline-green-500\/75{outline-color:#7bdcb2bf}.outline-green-500\/80{outline-color:#7bdcb2cc}.outline-green-500\/90{outline-color:#7bdcb2e6}.outline-green-500\/95{outline-color:#7bdcb2f2}.outline-green-500\/100{outline-color:#7bdcb2}.outline-green-600\/0{outline-color:#34d39900}.outline-green-600\/5{outline-color:#34d3990d}.outline-green-600\/10{outline-color:#34d3991a}.outline-green-600\/20{outline-color:#34d39933}.outline-green-600\/25{outline-color:#34d39940}.outline-green-600\/30{outline-color:#34d3994d}.outline-green-600\/40{outline-color:#34d39966}.outline-green-600\/50{outline-color:#34d39980}.outline-green-600\/60{outline-color:#34d39999}.outline-green-600\/70{outline-color:#34d399b3}.outline-green-600\/75{outline-color:#34d399bf}.outline-green-600\/80{outline-color:#34d399cc}.outline-green-600\/90{outline-color:#34d399e6}.outline-green-600\/95{outline-color:#34d399f2}.outline-green-600\/100{outline-color:#34d399}.outline-green-700\/0{outline-color:#2ebc8800}.outline-green-700\/5{outline-color:#2ebc880d}.outline-green-700\/10{outline-color:#2ebc881a}.outline-green-700\/20{outline-color:#2ebc8833}.outline-green-700\/25{outline-color:#2ebc8840}.outline-green-700\/30{outline-color:#2ebc884d}.outline-green-700\/40{outline-color:#2ebc8866}.outline-green-700\/50{outline-color:#2ebc8880}.outline-green-700\/60{outline-color:#2ebc8899}.outline-green-700\/70{outline-color:#2ebc88b3}.outline-green-700\/75{outline-color:#2ebc88bf}.outline-green-700\/80{outline-color:#2ebc88cc}.outline-green-700\/90{outline-color:#2ebc88e6}.outline-green-700\/95{outline-color:#2ebc88f2}.outline-green-700\/100{outline-color:#2ebc88}.outline-green-800\/0{outline-color:#28a37600}.outline-green-800\/5{outline-color:#28a3760d}.outline-green-800\/10{outline-color:#28a3761a}.outline-green-800\/20{outline-color:#28a37633}.outline-green-800\/25{outline-color:#28a37640}.outline-green-800\/30{outline-color:#28a3764d}.outline-green-800\/40{outline-color:#28a37666}.outline-green-800\/50{outline-color:#28a37680}.outline-green-800\/60{outline-color:#28a37699}.outline-green-800\/70{outline-color:#28a376b3}.outline-green-800\/75{outline-color:#28a376bf}.outline-green-800\/80{outline-color:#28a376cc}.outline-green-800\/90{outline-color:#28a376e6}.outline-green-800\/95{outline-color:#28a376f2}.outline-green-800\/100{outline-color:#28a376}.outline-green-900\/0{outline-color:#20856000}.outline-green-900\/5{outline-color:#2085600d}.outline-green-900\/10{outline-color:#2085601a}.outline-green-900\/20{outline-color:#20856033}.outline-green-900\/25{outline-color:#20856040}.outline-green-900\/30{outline-color:#2085604d}.outline-green-900\/40{outline-color:#20856066}.outline-green-900\/50{outline-color:#20856080}.outline-green-900\/60{outline-color:#20856099}.outline-green-900\/70{outline-color:#208560b3}.outline-green-900\/75{outline-color:#208560bf}.outline-green-900\/80{outline-color:#208560cc}.outline-green-900\/90{outline-color:#208560e6}.outline-green-900\/95{outline-color:#208560f2}.outline-green-900\/100{outline-color:#208560}.outline-emerald-50\/0{outline-color:#ecfdf500}.outline-emerald-50\/5{outline-color:#ecfdf50d}.outline-emerald-50\/10{outline-color:#ecfdf51a}.outline-emerald-50\/20{outline-color:#ecfdf533}.outline-emerald-50\/25{outline-color:#ecfdf540}.outline-emerald-50\/30{outline-color:#ecfdf54d}.outline-emerald-50\/40{outline-color:#ecfdf566}.outline-emerald-50\/50{outline-color:#ecfdf580}.outline-emerald-50\/60{outline-color:#ecfdf599}.outline-emerald-50\/70{outline-color:#ecfdf5b3}.outline-emerald-50\/75{outline-color:#ecfdf5bf}.outline-emerald-50\/80{outline-color:#ecfdf5cc}.outline-emerald-50\/90{outline-color:#ecfdf5e6}.outline-emerald-50\/95{outline-color:#ecfdf5f2}.outline-emerald-50\/100{outline-color:#ecfdf5}.outline-emerald-100\/0{outline-color:#d1fae500}.outline-emerald-100\/5{outline-color:#d1fae50d}.outline-emerald-100\/10{outline-color:#d1fae51a}.outline-emerald-100\/20{outline-color:#d1fae533}.outline-emerald-100\/25{outline-color:#d1fae540}.outline-emerald-100\/30{outline-color:#d1fae54d}.outline-emerald-100\/40{outline-color:#d1fae566}.outline-emerald-100\/50{outline-color:#d1fae580}.outline-emerald-100\/60{outline-color:#d1fae599}.outline-emerald-100\/70{outline-color:#d1fae5b3}.outline-emerald-100\/75{outline-color:#d1fae5bf}.outline-emerald-100\/80{outline-color:#d1fae5cc}.outline-emerald-100\/90{outline-color:#d1fae5e6}.outline-emerald-100\/95{outline-color:#d1fae5f2}.outline-emerald-100\/100{outline-color:#d1fae5}.outline-emerald-200\/0{outline-color:#a7f3d000}.outline-emerald-200\/5{outline-color:#a7f3d00d}.outline-emerald-200\/10{outline-color:#a7f3d01a}.outline-emerald-200\/20{outline-color:#a7f3d033}.outline-emerald-200\/25{outline-color:#a7f3d040}.outline-emerald-200\/30{outline-color:#a7f3d04d}.outline-emerald-200\/40{outline-color:#a7f3d066}.outline-emerald-200\/50{outline-color:#a7f3d080}.outline-emerald-200\/60{outline-color:#a7f3d099}.outline-emerald-200\/70{outline-color:#a7f3d0b3}.outline-emerald-200\/75{outline-color:#a7f3d0bf}.outline-emerald-200\/80{outline-color:#a7f3d0cc}.outline-emerald-200\/90{outline-color:#a7f3d0e6}.outline-emerald-200\/95{outline-color:#a7f3d0f2}.outline-emerald-200\/100{outline-color:#a7f3d0}.outline-emerald-300\/0{outline-color:#6ee7b700}.outline-emerald-300\/5{outline-color:#6ee7b70d}.outline-emerald-300\/10{outline-color:#6ee7b71a}.outline-emerald-300\/20{outline-color:#6ee7b733}.outline-emerald-300\/25{outline-color:#6ee7b740}.outline-emerald-300\/30{outline-color:#6ee7b74d}.outline-emerald-300\/40{outline-color:#6ee7b766}.outline-emerald-300\/50{outline-color:#6ee7b780}.outline-emerald-300\/60{outline-color:#6ee7b799}.outline-emerald-300\/70{outline-color:#6ee7b7b3}.outline-emerald-300\/75{outline-color:#6ee7b7bf}.outline-emerald-300\/80{outline-color:#6ee7b7cc}.outline-emerald-300\/90{outline-color:#6ee7b7e6}.outline-emerald-300\/95{outline-color:#6ee7b7f2}.outline-emerald-300\/100{outline-color:#6ee7b7}.outline-emerald-400\/0{outline-color:#34d39900}.outline-emerald-400\/5{outline-color:#34d3990d}.outline-emerald-400\/10{outline-color:#34d3991a}.outline-emerald-400\/20{outline-color:#34d39933}.outline-emerald-400\/25{outline-color:#34d39940}.outline-emerald-400\/30{outline-color:#34d3994d}.outline-emerald-400\/40{outline-color:#34d39966}.outline-emerald-400\/50{outline-color:#34d39980}.outline-emerald-400\/60{outline-color:#34d39999}.outline-emerald-400\/70{outline-color:#34d399b3}.outline-emerald-400\/75{outline-color:#34d399bf}.outline-emerald-400\/80{outline-color:#34d399cc}.outline-emerald-400\/90{outline-color:#34d399e6}.outline-emerald-400\/95{outline-color:#34d399f2}.outline-emerald-400\/100{outline-color:#34d399}.outline-emerald-500\/0{outline-color:#10b98100}.outline-emerald-500\/5{outline-color:#10b9810d}.outline-emerald-500\/10{outline-color:#10b9811a}.outline-emerald-500\/20{outline-color:#10b98133}.outline-emerald-500\/25{outline-color:#10b98140}.outline-emerald-500\/30{outline-color:#10b9814d}.outline-emerald-500\/40{outline-color:#10b98166}.outline-emerald-500\/50{outline-color:#10b98180}.outline-emerald-500\/60{outline-color:#10b98199}.outline-emerald-500\/70{outline-color:#10b981b3}.outline-emerald-500\/75{outline-color:#10b981bf}.outline-emerald-500\/80{outline-color:#10b981cc}.outline-emerald-500\/90{outline-color:#10b981e6}.outline-emerald-500\/95{outline-color:#10b981f2}.outline-emerald-500\/100{outline-color:#10b981}.outline-emerald-600\/0{outline-color:#05966900}.outline-emerald-600\/5{outline-color:#0596690d}.outline-emerald-600\/10{outline-color:#0596691a}.outline-emerald-600\/20{outline-color:#05966933}.outline-emerald-600\/25{outline-color:#05966940}.outline-emerald-600\/30{outline-color:#0596694d}.outline-emerald-600\/40{outline-color:#05966966}.outline-emerald-600\/50{outline-color:#05966980}.outline-emerald-600\/60{outline-color:#05966999}.outline-emerald-600\/70{outline-color:#059669b3}.outline-emerald-600\/75{outline-color:#059669bf}.outline-emerald-600\/80{outline-color:#059669cc}.outline-emerald-600\/90{outline-color:#059669e6}.outline-emerald-600\/95{outline-color:#059669f2}.outline-emerald-600\/100{outline-color:#059669}.outline-emerald-700\/0{outline-color:#04785700}.outline-emerald-700\/5{outline-color:#0478570d}.outline-emerald-700\/10{outline-color:#0478571a}.outline-emerald-700\/20{outline-color:#04785733}.outline-emerald-700\/25{outline-color:#04785740}.outline-emerald-700\/30{outline-color:#0478574d}.outline-emerald-700\/40{outline-color:#04785766}.outline-emerald-700\/50{outline-color:#04785780}.outline-emerald-700\/60{outline-color:#04785799}.outline-emerald-700\/70{outline-color:#047857b3}.outline-emerald-700\/75{outline-color:#047857bf}.outline-emerald-700\/80{outline-color:#047857cc}.outline-emerald-700\/90{outline-color:#047857e6}.outline-emerald-700\/95{outline-color:#047857f2}.outline-emerald-700\/100{outline-color:#047857}.outline-emerald-800\/0{outline-color:#065f4600}.outline-emerald-800\/5{outline-color:#065f460d}.outline-emerald-800\/10{outline-color:#065f461a}.outline-emerald-800\/20{outline-color:#065f4633}.outline-emerald-800\/25{outline-color:#065f4640}.outline-emerald-800\/30{outline-color:#065f464d}.outline-emerald-800\/40{outline-color:#065f4666}.outline-emerald-800\/50{outline-color:#065f4680}.outline-emerald-800\/60{outline-color:#065f4699}.outline-emerald-800\/70{outline-color:#065f46b3}.outline-emerald-800\/75{outline-color:#065f46bf}.outline-emerald-800\/80{outline-color:#065f46cc}.outline-emerald-800\/90{outline-color:#065f46e6}.outline-emerald-800\/95{outline-color:#065f46f2}.outline-emerald-800\/100{outline-color:#065f46}.outline-emerald-900\/0{outline-color:#064e3b00}.outline-emerald-900\/5{outline-color:#064e3b0d}.outline-emerald-900\/10{outline-color:#064e3b1a}.outline-emerald-900\/20{outline-color:#064e3b33}.outline-emerald-900\/25{outline-color:#064e3b40}.outline-emerald-900\/30{outline-color:#064e3b4d}.outline-emerald-900\/40{outline-color:#064e3b66}.outline-emerald-900\/50{outline-color:#064e3b80}.outline-emerald-900\/60{outline-color:#064e3b99}.outline-emerald-900\/70{outline-color:#064e3bb3}.outline-emerald-900\/75{outline-color:#064e3bbf}.outline-emerald-900\/80{outline-color:#064e3bcc}.outline-emerald-900\/90{outline-color:#064e3be6}.outline-emerald-900\/95{outline-color:#064e3bf2}.outline-emerald-900\/100{outline-color:#064e3b}.outline-teal-50\/0{outline-color:#f0fdfa00}.outline-teal-50\/5{outline-color:#f0fdfa0d}.outline-teal-50\/10{outline-color:#f0fdfa1a}.outline-teal-50\/20{outline-color:#f0fdfa33}.outline-teal-50\/25{outline-color:#f0fdfa40}.outline-teal-50\/30{outline-color:#f0fdfa4d}.outline-teal-50\/40{outline-color:#f0fdfa66}.outline-teal-50\/50{outline-color:#f0fdfa80}.outline-teal-50\/60{outline-color:#f0fdfa99}.outline-teal-50\/70{outline-color:#f0fdfab3}.outline-teal-50\/75{outline-color:#f0fdfabf}.outline-teal-50\/80{outline-color:#f0fdfacc}.outline-teal-50\/90{outline-color:#f0fdfae6}.outline-teal-50\/95{outline-color:#f0fdfaf2}.outline-teal-50\/100{outline-color:#f0fdfa}.outline-teal-100\/0{outline-color:#ccfbf100}.outline-teal-100\/5{outline-color:#ccfbf10d}.outline-teal-100\/10{outline-color:#ccfbf11a}.outline-teal-100\/20{outline-color:#ccfbf133}.outline-teal-100\/25{outline-color:#ccfbf140}.outline-teal-100\/30{outline-color:#ccfbf14d}.outline-teal-100\/40{outline-color:#ccfbf166}.outline-teal-100\/50{outline-color:#ccfbf180}.outline-teal-100\/60{outline-color:#ccfbf199}.outline-teal-100\/70{outline-color:#ccfbf1b3}.outline-teal-100\/75{outline-color:#ccfbf1bf}.outline-teal-100\/80{outline-color:#ccfbf1cc}.outline-teal-100\/90{outline-color:#ccfbf1e6}.outline-teal-100\/95{outline-color:#ccfbf1f2}.outline-teal-100\/100{outline-color:#ccfbf1}.outline-teal-200\/0{outline-color:#99f6e400}.outline-teal-200\/5{outline-color:#99f6e40d}.outline-teal-200\/10{outline-color:#99f6e41a}.outline-teal-200\/20{outline-color:#99f6e433}.outline-teal-200\/25{outline-color:#99f6e440}.outline-teal-200\/30{outline-color:#99f6e44d}.outline-teal-200\/40{outline-color:#99f6e466}.outline-teal-200\/50{outline-color:#99f6e480}.outline-teal-200\/60{outline-color:#99f6e499}.outline-teal-200\/70{outline-color:#99f6e4b3}.outline-teal-200\/75{outline-color:#99f6e4bf}.outline-teal-200\/80{outline-color:#99f6e4cc}.outline-teal-200\/90{outline-color:#99f6e4e6}.outline-teal-200\/95{outline-color:#99f6e4f2}.outline-teal-200\/100{outline-color:#99f6e4}.outline-teal-300\/0{outline-color:#5eead400}.outline-teal-300\/5{outline-color:#5eead40d}.outline-teal-300\/10{outline-color:#5eead41a}.outline-teal-300\/20{outline-color:#5eead433}.outline-teal-300\/25{outline-color:#5eead440}.outline-teal-300\/30{outline-color:#5eead44d}.outline-teal-300\/40{outline-color:#5eead466}.outline-teal-300\/50{outline-color:#5eead480}.outline-teal-300\/60{outline-color:#5eead499}.outline-teal-300\/70{outline-color:#5eead4b3}.outline-teal-300\/75{outline-color:#5eead4bf}.outline-teal-300\/80{outline-color:#5eead4cc}.outline-teal-300\/90{outline-color:#5eead4e6}.outline-teal-300\/95{outline-color:#5eead4f2}.outline-teal-300\/100{outline-color:#5eead4}.outline-teal-400\/0{outline-color:#2dd4bf00}.outline-teal-400\/5{outline-color:#2dd4bf0d}.outline-teal-400\/10{outline-color:#2dd4bf1a}.outline-teal-400\/20{outline-color:#2dd4bf33}.outline-teal-400\/25{outline-color:#2dd4bf40}.outline-teal-400\/30{outline-color:#2dd4bf4d}.outline-teal-400\/40{outline-color:#2dd4bf66}.outline-teal-400\/50{outline-color:#2dd4bf80}.outline-teal-400\/60{outline-color:#2dd4bf99}.outline-teal-400\/70{outline-color:#2dd4bfb3}.outline-teal-400\/75{outline-color:#2dd4bfbf}.outline-teal-400\/80{outline-color:#2dd4bfcc}.outline-teal-400\/90{outline-color:#2dd4bfe6}.outline-teal-400\/95{outline-color:#2dd4bff2}.outline-teal-400\/100{outline-color:#2dd4bf}.outline-teal-500\/0{outline-color:#14b8a600}.outline-teal-500\/5{outline-color:#14b8a60d}.outline-teal-500\/10{outline-color:#14b8a61a}.outline-teal-500\/20{outline-color:#14b8a633}.outline-teal-500\/25{outline-color:#14b8a640}.outline-teal-500\/30{outline-color:#14b8a64d}.outline-teal-500\/40{outline-color:#14b8a666}.outline-teal-500\/50{outline-color:#14b8a680}.outline-teal-500\/60{outline-color:#14b8a699}.outline-teal-500\/70{outline-color:#14b8a6b3}.outline-teal-500\/75{outline-color:#14b8a6bf}.outline-teal-500\/80{outline-color:#14b8a6cc}.outline-teal-500\/90{outline-color:#14b8a6e6}.outline-teal-500\/95{outline-color:#14b8a6f2}.outline-teal-500\/100{outline-color:#14b8a6}.outline-teal-600\/0{outline-color:#0d948800}.outline-teal-600\/5{outline-color:#0d94880d}.outline-teal-600\/10{outline-color:#0d94881a}.outline-teal-600\/20{outline-color:#0d948833}.outline-teal-600\/25{outline-color:#0d948840}.outline-teal-600\/30{outline-color:#0d94884d}.outline-teal-600\/40{outline-color:#0d948866}.outline-teal-600\/50{outline-color:#0d948880}.outline-teal-600\/60{outline-color:#0d948899}.outline-teal-600\/70{outline-color:#0d9488b3}.outline-teal-600\/75{outline-color:#0d9488bf}.outline-teal-600\/80{outline-color:#0d9488cc}.outline-teal-600\/90{outline-color:#0d9488e6}.outline-teal-600\/95{outline-color:#0d9488f2}.outline-teal-600\/100{outline-color:#0d9488}.outline-teal-700\/0{outline-color:#0f766e00}.outline-teal-700\/5{outline-color:#0f766e0d}.outline-teal-700\/10{outline-color:#0f766e1a}.outline-teal-700\/20{outline-color:#0f766e33}.outline-teal-700\/25{outline-color:#0f766e40}.outline-teal-700\/30{outline-color:#0f766e4d}.outline-teal-700\/40{outline-color:#0f766e66}.outline-teal-700\/50{outline-color:#0f766e80}.outline-teal-700\/60{outline-color:#0f766e99}.outline-teal-700\/70{outline-color:#0f766eb3}.outline-teal-700\/75{outline-color:#0f766ebf}.outline-teal-700\/80{outline-color:#0f766ecc}.outline-teal-700\/90{outline-color:#0f766ee6}.outline-teal-700\/95{outline-color:#0f766ef2}.outline-teal-700\/100{outline-color:#0f766e}.outline-teal-800\/0{outline-color:#115e5900}.outline-teal-800\/5{outline-color:#115e590d}.outline-teal-800\/10{outline-color:#115e591a}.outline-teal-800\/20{outline-color:#115e5933}.outline-teal-800\/25{outline-color:#115e5940}.outline-teal-800\/30{outline-color:#115e594d}.outline-teal-800\/40{outline-color:#115e5966}.outline-teal-800\/50{outline-color:#115e5980}.outline-teal-800\/60{outline-color:#115e5999}.outline-teal-800\/70{outline-color:#115e59b3}.outline-teal-800\/75{outline-color:#115e59bf}.outline-teal-800\/80{outline-color:#115e59cc}.outline-teal-800\/90{outline-color:#115e59e6}.outline-teal-800\/95{outline-color:#115e59f2}.outline-teal-800\/100{outline-color:#115e59}.outline-teal-900\/0{outline-color:#134e4a00}.outline-teal-900\/5{outline-color:#134e4a0d}.outline-teal-900\/10{outline-color:#134e4a1a}.outline-teal-900\/20{outline-color:#134e4a33}.outline-teal-900\/25{outline-color:#134e4a40}.outline-teal-900\/30{outline-color:#134e4a4d}.outline-teal-900\/40{outline-color:#134e4a66}.outline-teal-900\/50{outline-color:#134e4a80}.outline-teal-900\/60{outline-color:#134e4a99}.outline-teal-900\/70{outline-color:#134e4ab3}.outline-teal-900\/75{outline-color:#134e4abf}.outline-teal-900\/80{outline-color:#134e4acc}.outline-teal-900\/90{outline-color:#134e4ae6}.outline-teal-900\/95{outline-color:#134e4af2}.outline-teal-900\/100{outline-color:#134e4a}.outline-sky-50\/0{outline-color:#f0f9ff00}.outline-sky-50\/5{outline-color:#f0f9ff0d}.outline-sky-50\/10{outline-color:#f0f9ff1a}.outline-sky-50\/20{outline-color:#f0f9ff33}.outline-sky-50\/25{outline-color:#f0f9ff40}.outline-sky-50\/30{outline-color:#f0f9ff4d}.outline-sky-50\/40{outline-color:#f0f9ff66}.outline-sky-50\/50{outline-color:#f0f9ff80}.outline-sky-50\/60{outline-color:#f0f9ff99}.outline-sky-50\/70{outline-color:#f0f9ffb3}.outline-sky-50\/75{outline-color:#f0f9ffbf}.outline-sky-50\/80{outline-color:#f0f9ffcc}.outline-sky-50\/90{outline-color:#f0f9ffe6}.outline-sky-50\/95{outline-color:#f0f9fff2}.outline-sky-50\/100{outline-color:#f0f9ff}.outline-sky-100\/0{outline-color:#e0f2fe00}.outline-sky-100\/5{outline-color:#e0f2fe0d}.outline-sky-100\/10{outline-color:#e0f2fe1a}.outline-sky-100\/20{outline-color:#e0f2fe33}.outline-sky-100\/25{outline-color:#e0f2fe40}.outline-sky-100\/30{outline-color:#e0f2fe4d}.outline-sky-100\/40{outline-color:#e0f2fe66}.outline-sky-100\/50{outline-color:#e0f2fe80}.outline-sky-100\/60{outline-color:#e0f2fe99}.outline-sky-100\/70{outline-color:#e0f2feb3}.outline-sky-100\/75{outline-color:#e0f2febf}.outline-sky-100\/80{outline-color:#e0f2fecc}.outline-sky-100\/90{outline-color:#e0f2fee6}.outline-sky-100\/95{outline-color:#e0f2fef2}.outline-sky-100\/100{outline-color:#e0f2fe}.outline-sky-200\/0{outline-color:#bae6fd00}.outline-sky-200\/5{outline-color:#bae6fd0d}.outline-sky-200\/10{outline-color:#bae6fd1a}.outline-sky-200\/20{outline-color:#bae6fd33}.outline-sky-200\/25{outline-color:#bae6fd40}.outline-sky-200\/30{outline-color:#bae6fd4d}.outline-sky-200\/40{outline-color:#bae6fd66}.outline-sky-200\/50{outline-color:#bae6fd80}.outline-sky-200\/60{outline-color:#bae6fd99}.outline-sky-200\/70{outline-color:#bae6fdb3}.outline-sky-200\/75{outline-color:#bae6fdbf}.outline-sky-200\/80{outline-color:#bae6fdcc}.outline-sky-200\/90{outline-color:#bae6fde6}.outline-sky-200\/95{outline-color:#bae6fdf2}.outline-sky-200\/100{outline-color:#bae6fd}.outline-sky-300\/0{outline-color:#7dd3fc00}.outline-sky-300\/5{outline-color:#7dd3fc0d}.outline-sky-300\/10{outline-color:#7dd3fc1a}.outline-sky-300\/20{outline-color:#7dd3fc33}.outline-sky-300\/25{outline-color:#7dd3fc40}.outline-sky-300\/30{outline-color:#7dd3fc4d}.outline-sky-300\/40{outline-color:#7dd3fc66}.outline-sky-300\/50{outline-color:#7dd3fc80}.outline-sky-300\/60{outline-color:#7dd3fc99}.outline-sky-300\/70{outline-color:#7dd3fcb3}.outline-sky-300\/75{outline-color:#7dd3fcbf}.outline-sky-300\/80{outline-color:#7dd3fccc}.outline-sky-300\/90{outline-color:#7dd3fce6}.outline-sky-300\/95{outline-color:#7dd3fcf2}.outline-sky-300\/100{outline-color:#7dd3fc}.outline-sky-400\/0{outline-color:#38bdf800}.outline-sky-400\/5{outline-color:#38bdf80d}.outline-sky-400\/10{outline-color:#38bdf81a}.outline-sky-400\/20{outline-color:#38bdf833}.outline-sky-400\/25{outline-color:#38bdf840}.outline-sky-400\/30{outline-color:#38bdf84d}.outline-sky-400\/40{outline-color:#38bdf866}.outline-sky-400\/50{outline-color:#38bdf880}.outline-sky-400\/60{outline-color:#38bdf899}.outline-sky-400\/70{outline-color:#38bdf8b3}.outline-sky-400\/75{outline-color:#38bdf8bf}.outline-sky-400\/80{outline-color:#38bdf8cc}.outline-sky-400\/90{outline-color:#38bdf8e6}.outline-sky-400\/95{outline-color:#38bdf8f2}.outline-sky-400\/100{outline-color:#38bdf8}.outline-sky-500\/0{outline-color:#0ea5e900}.outline-sky-500\/5{outline-color:#0ea5e90d}.outline-sky-500\/10{outline-color:#0ea5e91a}.outline-sky-500\/20{outline-color:#0ea5e933}.outline-sky-500\/25{outline-color:#0ea5e940}.outline-sky-500\/30{outline-color:#0ea5e94d}.outline-sky-500\/40{outline-color:#0ea5e966}.outline-sky-500\/50{outline-color:#0ea5e980}.outline-sky-500\/60{outline-color:#0ea5e999}.outline-sky-500\/70{outline-color:#0ea5e9b3}.outline-sky-500\/75{outline-color:#0ea5e9bf}.outline-sky-500\/80{outline-color:#0ea5e9cc}.outline-sky-500\/90{outline-color:#0ea5e9e6}.outline-sky-500\/95{outline-color:#0ea5e9f2}.outline-sky-500\/100{outline-color:#0ea5e9}.outline-sky-600\/0{outline-color:#0284c700}.outline-sky-600\/5{outline-color:#0284c70d}.outline-sky-600\/10{outline-color:#0284c71a}.outline-sky-600\/20{outline-color:#0284c733}.outline-sky-600\/25{outline-color:#0284c740}.outline-sky-600\/30{outline-color:#0284c74d}.outline-sky-600\/40{outline-color:#0284c766}.outline-sky-600\/50{outline-color:#0284c780}.outline-sky-600\/60{outline-color:#0284c799}.outline-sky-600\/70{outline-color:#0284c7b3}.outline-sky-600\/75{outline-color:#0284c7bf}.outline-sky-600\/80{outline-color:#0284c7cc}.outline-sky-600\/90{outline-color:#0284c7e6}.outline-sky-600\/95{outline-color:#0284c7f2}.outline-sky-600\/100{outline-color:#0284c7}.outline-sky-700\/0{outline-color:#0369a100}.outline-sky-700\/5{outline-color:#0369a10d}.outline-sky-700\/10{outline-color:#0369a11a}.outline-sky-700\/20{outline-color:#0369a133}.outline-sky-700\/25{outline-color:#0369a140}.outline-sky-700\/30{outline-color:#0369a14d}.outline-sky-700\/40{outline-color:#0369a166}.outline-sky-700\/50{outline-color:#0369a180}.outline-sky-700\/60{outline-color:#0369a199}.outline-sky-700\/70{outline-color:#0369a1b3}.outline-sky-700\/75{outline-color:#0369a1bf}.outline-sky-700\/80{outline-color:#0369a1cc}.outline-sky-700\/90{outline-color:#0369a1e6}.outline-sky-700\/95{outline-color:#0369a1f2}.outline-sky-700\/100{outline-color:#0369a1}.outline-sky-800\/0{outline-color:#07598500}.outline-sky-800\/5{outline-color:#0759850d}.outline-sky-800\/10{outline-color:#0759851a}.outline-sky-800\/20{outline-color:#07598533}.outline-sky-800\/25{outline-color:#07598540}.outline-sky-800\/30{outline-color:#0759854d}.outline-sky-800\/40{outline-color:#07598566}.outline-sky-800\/50{outline-color:#07598580}.outline-sky-800\/60{outline-color:#07598599}.outline-sky-800\/70{outline-color:#075985b3}.outline-sky-800\/75{outline-color:#075985bf}.outline-sky-800\/80{outline-color:#075985cc}.outline-sky-800\/90{outline-color:#075985e6}.outline-sky-800\/95{outline-color:#075985f2}.outline-sky-800\/100{outline-color:#075985}.outline-sky-900\/0{outline-color:#0c4a6e00}.outline-sky-900\/5{outline-color:#0c4a6e0d}.outline-sky-900\/10{outline-color:#0c4a6e1a}.outline-sky-900\/20{outline-color:#0c4a6e33}.outline-sky-900\/25{outline-color:#0c4a6e40}.outline-sky-900\/30{outline-color:#0c4a6e4d}.outline-sky-900\/40{outline-color:#0c4a6e66}.outline-sky-900\/50{outline-color:#0c4a6e80}.outline-sky-900\/60{outline-color:#0c4a6e99}.outline-sky-900\/70{outline-color:#0c4a6eb3}.outline-sky-900\/75{outline-color:#0c4a6ebf}.outline-sky-900\/80{outline-color:#0c4a6ecc}.outline-sky-900\/90{outline-color:#0c4a6ee6}.outline-sky-900\/95{outline-color:#0c4a6ef2}.outline-sky-900\/100{outline-color:#0c4a6e}.outline-blue-50\/0{outline-color:#eff6ff00}.outline-blue-50\/5{outline-color:#eff6ff0d}.outline-blue-50\/10{outline-color:#eff6ff1a}.outline-blue-50\/20{outline-color:#eff6ff33}.outline-blue-50\/25{outline-color:#eff6ff40}.outline-blue-50\/30{outline-color:#eff6ff4d}.outline-blue-50\/40{outline-color:#eff6ff66}.outline-blue-50\/50{outline-color:#eff6ff80}.outline-blue-50\/60{outline-color:#eff6ff99}.outline-blue-50\/70{outline-color:#eff6ffb3}.outline-blue-50\/75{outline-color:#eff6ffbf}.outline-blue-50\/80{outline-color:#eff6ffcc}.outline-blue-50\/90{outline-color:#eff6ffe6}.outline-blue-50\/95{outline-color:#eff6fff2}.outline-blue-50\/100{outline-color:#eff6ff}.outline-blue-100\/0{outline-color:#f2f3fd00}.outline-blue-100\/5{outline-color:#f2f3fd0d}.outline-blue-100\/10{outline-color:#f2f3fd1a}.outline-blue-100\/20{outline-color:#f2f3fd33}.outline-blue-100\/25{outline-color:#f2f3fd40}.outline-blue-100\/30{outline-color:#f2f3fd4d}.outline-blue-100\/40{outline-color:#f2f3fd66}.outline-blue-100\/50{outline-color:#f2f3fd80}.outline-blue-100\/60{outline-color:#f2f3fd99}.outline-blue-100\/70{outline-color:#f2f3fdb3}.outline-blue-100\/75{outline-color:#f2f3fdbf}.outline-blue-100\/80{outline-color:#f2f3fdcc}.outline-blue-100\/90{outline-color:#f2f3fde6}.outline-blue-100\/95{outline-color:#f2f3fdf2}.outline-blue-100\/100{outline-color:#f2f3fd}.outline-blue-200\/0{outline-color:#e4e8fb00}.outline-blue-200\/5{outline-color:#e4e8fb0d}.outline-blue-200\/10{outline-color:#e4e8fb1a}.outline-blue-200\/20{outline-color:#e4e8fb33}.outline-blue-200\/25{outline-color:#e4e8fb40}.outline-blue-200\/30{outline-color:#e4e8fb4d}.outline-blue-200\/40{outline-color:#e4e8fb66}.outline-blue-200\/50{outline-color:#e4e8fb80}.outline-blue-200\/60{outline-color:#e4e8fb99}.outline-blue-200\/70{outline-color:#e4e8fbb3}.outline-blue-200\/75{outline-color:#e4e8fbbf}.outline-blue-200\/80{outline-color:#e4e8fbcc}.outline-blue-200\/90{outline-color:#e4e8fbe6}.outline-blue-200\/95{outline-color:#e4e8fbf2}.outline-blue-200\/100{outline-color:#e4e8fb}.outline-blue-300\/0{outline-color:#c6cff700}.outline-blue-300\/5{outline-color:#c6cff70d}.outline-blue-300\/10{outline-color:#c6cff71a}.outline-blue-300\/20{outline-color:#c6cff733}.outline-blue-300\/25{outline-color:#c6cff740}.outline-blue-300\/30{outline-color:#c6cff74d}.outline-blue-300\/40{outline-color:#c6cff766}.outline-blue-300\/50{outline-color:#c6cff780}.outline-blue-300\/60{outline-color:#c6cff799}.outline-blue-300\/70{outline-color:#c6cff7b3}.outline-blue-300\/75{outline-color:#c6cff7bf}.outline-blue-300\/80{outline-color:#c6cff7cc}.outline-blue-300\/90{outline-color:#c6cff7e6}.outline-blue-300\/95{outline-color:#c6cff7f2}.outline-blue-300\/100{outline-color:#c6cff7}.outline-blue-400\/0{outline-color:#a3b2f300}.outline-blue-400\/5{outline-color:#a3b2f30d}.outline-blue-400\/10{outline-color:#a3b2f31a}.outline-blue-400\/20{outline-color:#a3b2f333}.outline-blue-400\/25{outline-color:#a3b2f340}.outline-blue-400\/30{outline-color:#a3b2f34d}.outline-blue-400\/40{outline-color:#a3b2f366}.outline-blue-400\/50{outline-color:#a3b2f380}.outline-blue-400\/60{outline-color:#a3b2f399}.outline-blue-400\/70{outline-color:#a3b2f3b3}.outline-blue-400\/75{outline-color:#a3b2f3bf}.outline-blue-400\/80{outline-color:#a3b2f3cc}.outline-blue-400\/90{outline-color:#a3b2f3e6}.outline-blue-400\/95{outline-color:#a3b2f3f2}.outline-blue-400\/100{outline-color:#a3b2f3}.outline-blue-500\/0{outline-color:#7690ef00}.outline-blue-500\/5{outline-color:#7690ef0d}.outline-blue-500\/10{outline-color:#7690ef1a}.outline-blue-500\/20{outline-color:#7690ef33}.outline-blue-500\/25{outline-color:#7690ef40}.outline-blue-500\/30{outline-color:#7690ef4d}.outline-blue-500\/40{outline-color:#7690ef66}.outline-blue-500\/50{outline-color:#7690ef80}.outline-blue-500\/60{outline-color:#7690ef99}.outline-blue-500\/70{outline-color:#7690efb3}.outline-blue-500\/75{outline-color:#7690efbf}.outline-blue-500\/80{outline-color:#7690efcc}.outline-blue-500\/90{outline-color:#7690efe6}.outline-blue-500\/95{outline-color:#7690eff2}.outline-blue-500\/100{outline-color:#7690ef}.outline-blue-600\/0{outline-color:#2563eb00}.outline-blue-600\/5{outline-color:#2563eb0d}.outline-blue-600\/10{outline-color:#2563eb1a}.outline-blue-600\/20{outline-color:#2563eb33}.outline-blue-600\/25{outline-color:#2563eb40}.outline-blue-600\/30{outline-color:#2563eb4d}.outline-blue-600\/40{outline-color:#2563eb66}.outline-blue-600\/50{outline-color:#2563eb80}.outline-blue-600\/60{outline-color:#2563eb99}.outline-blue-600\/70{outline-color:#2563ebb3}.outline-blue-600\/75{outline-color:#2563ebbf}.outline-blue-600\/80{outline-color:#2563ebcc}.outline-blue-600\/90{outline-color:#2563ebe6}.outline-blue-600\/95{outline-color:#2563ebf2}.outline-blue-600\/100{outline-color:#2563eb}.outline-blue-700\/0{outline-color:#2158d200}.outline-blue-700\/5{outline-color:#2158d20d}.outline-blue-700\/10{outline-color:#2158d21a}.outline-blue-700\/20{outline-color:#2158d233}.outline-blue-700\/25{outline-color:#2158d240}.outline-blue-700\/30{outline-color:#2158d24d}.outline-blue-700\/40{outline-color:#2158d266}.outline-blue-700\/50{outline-color:#2158d280}.outline-blue-700\/60{outline-color:#2158d299}.outline-blue-700\/70{outline-color:#2158d2b3}.outline-blue-700\/75{outline-color:#2158d2bf}.outline-blue-700\/80{outline-color:#2158d2cc}.outline-blue-700\/90{outline-color:#2158d2e6}.outline-blue-700\/95{outline-color:#2158d2f2}.outline-blue-700\/100{outline-color:#2158d2}.outline-blue-800\/0{outline-color:#1c4cb600}.outline-blue-800\/5{outline-color:#1c4cb60d}.outline-blue-800\/10{outline-color:#1c4cb61a}.outline-blue-800\/20{outline-color:#1c4cb633}.outline-blue-800\/25{outline-color:#1c4cb640}.outline-blue-800\/30{outline-color:#1c4cb64d}.outline-blue-800\/40{outline-color:#1c4cb666}.outline-blue-800\/50{outline-color:#1c4cb680}.outline-blue-800\/60{outline-color:#1c4cb699}.outline-blue-800\/70{outline-color:#1c4cb6b3}.outline-blue-800\/75{outline-color:#1c4cb6bf}.outline-blue-800\/80{outline-color:#1c4cb6cc}.outline-blue-800\/90{outline-color:#1c4cb6e6}.outline-blue-800\/95{outline-color:#1c4cb6f2}.outline-blue-800\/100{outline-color:#1c4cb6}.outline-blue-900\/0{outline-color:#173e9400}.outline-blue-900\/5{outline-color:#173e940d}.outline-blue-900\/10{outline-color:#173e941a}.outline-blue-900\/20{outline-color:#173e9433}.outline-blue-900\/25{outline-color:#173e9440}.outline-blue-900\/30{outline-color:#173e944d}.outline-blue-900\/40{outline-color:#173e9466}.outline-blue-900\/50{outline-color:#173e9480}.outline-blue-900\/60{outline-color:#173e9499}.outline-blue-900\/70{outline-color:#173e94b3}.outline-blue-900\/75{outline-color:#173e94bf}.outline-blue-900\/80{outline-color:#173e94cc}.outline-blue-900\/90{outline-color:#173e94e6}.outline-blue-900\/95{outline-color:#173e94f2}.outline-blue-900\/100{outline-color:#173e94}.outline-indigo-50\/0{outline-color:#eef2ff00}.outline-indigo-50\/5{outline-color:#eef2ff0d}.outline-indigo-50\/10{outline-color:#eef2ff1a}.outline-indigo-50\/20{outline-color:#eef2ff33}.outline-indigo-50\/25{outline-color:#eef2ff40}.outline-indigo-50\/30{outline-color:#eef2ff4d}.outline-indigo-50\/40{outline-color:#eef2ff66}.outline-indigo-50\/50{outline-color:#eef2ff80}.outline-indigo-50\/60{outline-color:#eef2ff99}.outline-indigo-50\/70{outline-color:#eef2ffb3}.outline-indigo-50\/75{outline-color:#eef2ffbf}.outline-indigo-50\/80{outline-color:#eef2ffcc}.outline-indigo-50\/90{outline-color:#eef2ffe6}.outline-indigo-50\/95{outline-color:#eef2fff2}.outline-indigo-50\/100{outline-color:#eef2ff}.outline-indigo-100\/0{outline-color:#e0e7ff00}.outline-indigo-100\/5{outline-color:#e0e7ff0d}.outline-indigo-100\/10{outline-color:#e0e7ff1a}.outline-indigo-100\/20{outline-color:#e0e7ff33}.outline-indigo-100\/25{outline-color:#e0e7ff40}.outline-indigo-100\/30{outline-color:#e0e7ff4d}.outline-indigo-100\/40{outline-color:#e0e7ff66}.outline-indigo-100\/50{outline-color:#e0e7ff80}.outline-indigo-100\/60{outline-color:#e0e7ff99}.outline-indigo-100\/70{outline-color:#e0e7ffb3}.outline-indigo-100\/75{outline-color:#e0e7ffbf}.outline-indigo-100\/80{outline-color:#e0e7ffcc}.outline-indigo-100\/90{outline-color:#e0e7ffe6}.outline-indigo-100\/95{outline-color:#e0e7fff2}.outline-indigo-100\/100{outline-color:#e0e7ff}.outline-indigo-200\/0{outline-color:#c7d2fe00}.outline-indigo-200\/5{outline-color:#c7d2fe0d}.outline-indigo-200\/10{outline-color:#c7d2fe1a}.outline-indigo-200\/20{outline-color:#c7d2fe33}.outline-indigo-200\/25{outline-color:#c7d2fe40}.outline-indigo-200\/30{outline-color:#c7d2fe4d}.outline-indigo-200\/40{outline-color:#c7d2fe66}.outline-indigo-200\/50{outline-color:#c7d2fe80}.outline-indigo-200\/60{outline-color:#c7d2fe99}.outline-indigo-200\/70{outline-color:#c7d2feb3}.outline-indigo-200\/75{outline-color:#c7d2febf}.outline-indigo-200\/80{outline-color:#c7d2fecc}.outline-indigo-200\/90{outline-color:#c7d2fee6}.outline-indigo-200\/95{outline-color:#c7d2fef2}.outline-indigo-200\/100{outline-color:#c7d2fe}.outline-indigo-300\/0{outline-color:#a5b4fc00}.outline-indigo-300\/5{outline-color:#a5b4fc0d}.outline-indigo-300\/10{outline-color:#a5b4fc1a}.outline-indigo-300\/20{outline-color:#a5b4fc33}.outline-indigo-300\/25{outline-color:#a5b4fc40}.outline-indigo-300\/30{outline-color:#a5b4fc4d}.outline-indigo-300\/40{outline-color:#a5b4fc66}.outline-indigo-300\/50{outline-color:#a5b4fc80}.outline-indigo-300\/60{outline-color:#a5b4fc99}.outline-indigo-300\/70{outline-color:#a5b4fcb3}.outline-indigo-300\/75{outline-color:#a5b4fcbf}.outline-indigo-300\/80{outline-color:#a5b4fccc}.outline-indigo-300\/90{outline-color:#a5b4fce6}.outline-indigo-300\/95{outline-color:#a5b4fcf2}.outline-indigo-300\/100{outline-color:#a5b4fc}.outline-indigo-400\/0{outline-color:#818cf800}.outline-indigo-400\/5{outline-color:#818cf80d}.outline-indigo-400\/10{outline-color:#818cf81a}.outline-indigo-400\/20{outline-color:#818cf833}.outline-indigo-400\/25{outline-color:#818cf840}.outline-indigo-400\/30{outline-color:#818cf84d}.outline-indigo-400\/40{outline-color:#818cf866}.outline-indigo-400\/50{outline-color:#818cf880}.outline-indigo-400\/60{outline-color:#818cf899}.outline-indigo-400\/70{outline-color:#818cf8b3}.outline-indigo-400\/75{outline-color:#818cf8bf}.outline-indigo-400\/80{outline-color:#818cf8cc}.outline-indigo-400\/90{outline-color:#818cf8e6}.outline-indigo-400\/95{outline-color:#818cf8f2}.outline-indigo-400\/100{outline-color:#818cf8}.outline-indigo-500\/0{outline-color:#6366f100}.outline-indigo-500\/5{outline-color:#6366f10d}.outline-indigo-500\/10{outline-color:#6366f11a}.outline-indigo-500\/20{outline-color:#6366f133}.outline-indigo-500\/25{outline-color:#6366f140}.outline-indigo-500\/30{outline-color:#6366f14d}.outline-indigo-500\/40{outline-color:#6366f166}.outline-indigo-500\/50{outline-color:#6366f180}.outline-indigo-500\/60{outline-color:#6366f199}.outline-indigo-500\/70{outline-color:#6366f1b3}.outline-indigo-500\/75{outline-color:#6366f1bf}.outline-indigo-500\/80{outline-color:#6366f1cc}.outline-indigo-500\/90{outline-color:#6366f1e6}.outline-indigo-500\/95{outline-color:#6366f1f2}.outline-indigo-500\/100{outline-color:#6366f1}.outline-indigo-600\/0{outline-color:#4f46e500}.outline-indigo-600\/5{outline-color:#4f46e50d}.outline-indigo-600\/10{outline-color:#4f46e51a}.outline-indigo-600\/20{outline-color:#4f46e533}.outline-indigo-600\/25{outline-color:#4f46e540}.outline-indigo-600\/30{outline-color:#4f46e54d}.outline-indigo-600\/40{outline-color:#4f46e566}.outline-indigo-600\/50{outline-color:#4f46e580}.outline-indigo-600\/60{outline-color:#4f46e599}.outline-indigo-600\/70{outline-color:#4f46e5b3}.outline-indigo-600\/75{outline-color:#4f46e5bf}.outline-indigo-600\/80{outline-color:#4f46e5cc}.outline-indigo-600\/90{outline-color:#4f46e5e6}.outline-indigo-600\/95{outline-color:#4f46e5f2}.outline-indigo-600\/100{outline-color:#4f46e5}.outline-indigo-700\/0{outline-color:#4338ca00}.outline-indigo-700\/5{outline-color:#4338ca0d}.outline-indigo-700\/10{outline-color:#4338ca1a}.outline-indigo-700\/20{outline-color:#4338ca33}.outline-indigo-700\/25{outline-color:#4338ca40}.outline-indigo-700\/30{outline-color:#4338ca4d}.outline-indigo-700\/40{outline-color:#4338ca66}.outline-indigo-700\/50{outline-color:#4338ca80}.outline-indigo-700\/60{outline-color:#4338ca99}.outline-indigo-700\/70{outline-color:#4338cab3}.outline-indigo-700\/75{outline-color:#4338cabf}.outline-indigo-700\/80{outline-color:#4338cacc}.outline-indigo-700\/90{outline-color:#4338cae6}.outline-indigo-700\/95{outline-color:#4338caf2}.outline-indigo-700\/100{outline-color:#4338ca}.outline-indigo-800\/0{outline-color:#3730a300}.outline-indigo-800\/5{outline-color:#3730a30d}.outline-indigo-800\/10{outline-color:#3730a31a}.outline-indigo-800\/20{outline-color:#3730a333}.outline-indigo-800\/25{outline-color:#3730a340}.outline-indigo-800\/30{outline-color:#3730a34d}.outline-indigo-800\/40{outline-color:#3730a366}.outline-indigo-800\/50{outline-color:#3730a380}.outline-indigo-800\/60{outline-color:#3730a399}.outline-indigo-800\/70{outline-color:#3730a3b3}.outline-indigo-800\/75{outline-color:#3730a3bf}.outline-indigo-800\/80{outline-color:#3730a3cc}.outline-indigo-800\/90{outline-color:#3730a3e6}.outline-indigo-800\/95{outline-color:#3730a3f2}.outline-indigo-800\/100{outline-color:#3730a3}.outline-indigo-900\/0{outline-color:#312e8100}.outline-indigo-900\/5{outline-color:#312e810d}.outline-indigo-900\/10{outline-color:#312e811a}.outline-indigo-900\/20{outline-color:#312e8133}.outline-indigo-900\/25{outline-color:#312e8140}.outline-indigo-900\/30{outline-color:#312e814d}.outline-indigo-900\/40{outline-color:#312e8166}.outline-indigo-900\/50{outline-color:#312e8180}.outline-indigo-900\/60{outline-color:#312e8199}.outline-indigo-900\/70{outline-color:#312e81b3}.outline-indigo-900\/75{outline-color:#312e81bf}.outline-indigo-900\/80{outline-color:#312e81cc}.outline-indigo-900\/90{outline-color:#312e81e6}.outline-indigo-900\/95{outline-color:#312e81f2}.outline-indigo-900\/100{outline-color:#312e81}.outline-violet-50\/0{outline-color:#f5f3ff00}.outline-violet-50\/5{outline-color:#f5f3ff0d}.outline-violet-50\/10{outline-color:#f5f3ff1a}.outline-violet-50\/20{outline-color:#f5f3ff33}.outline-violet-50\/25{outline-color:#f5f3ff40}.outline-violet-50\/30{outline-color:#f5f3ff4d}.outline-violet-50\/40{outline-color:#f5f3ff66}.outline-violet-50\/50{outline-color:#f5f3ff80}.outline-violet-50\/60{outline-color:#f5f3ff99}.outline-violet-50\/70{outline-color:#f5f3ffb3}.outline-violet-50\/75{outline-color:#f5f3ffbf}.outline-violet-50\/80{outline-color:#f5f3ffcc}.outline-violet-50\/90{outline-color:#f5f3ffe6}.outline-violet-50\/95{outline-color:#f5f3fff2}.outline-violet-50\/100{outline-color:#f5f3ff}.outline-violet-100\/0{outline-color:#ede9fe00}.outline-violet-100\/5{outline-color:#ede9fe0d}.outline-violet-100\/10{outline-color:#ede9fe1a}.outline-violet-100\/20{outline-color:#ede9fe33}.outline-violet-100\/25{outline-color:#ede9fe40}.outline-violet-100\/30{outline-color:#ede9fe4d}.outline-violet-100\/40{outline-color:#ede9fe66}.outline-violet-100\/50{outline-color:#ede9fe80}.outline-violet-100\/60{outline-color:#ede9fe99}.outline-violet-100\/70{outline-color:#ede9feb3}.outline-violet-100\/75{outline-color:#ede9febf}.outline-violet-100\/80{outline-color:#ede9fecc}.outline-violet-100\/90{outline-color:#ede9fee6}.outline-violet-100\/95{outline-color:#ede9fef2}.outline-violet-100\/100{outline-color:#ede9fe}.outline-violet-200\/0{outline-color:#ddd6fe00}.outline-violet-200\/5{outline-color:#ddd6fe0d}.outline-violet-200\/10{outline-color:#ddd6fe1a}.outline-violet-200\/20{outline-color:#ddd6fe33}.outline-violet-200\/25{outline-color:#ddd6fe40}.outline-violet-200\/30{outline-color:#ddd6fe4d}.outline-violet-200\/40{outline-color:#ddd6fe66}.outline-violet-200\/50{outline-color:#ddd6fe80}.outline-violet-200\/60{outline-color:#ddd6fe99}.outline-violet-200\/70{outline-color:#ddd6feb3}.outline-violet-200\/75{outline-color:#ddd6febf}.outline-violet-200\/80{outline-color:#ddd6fecc}.outline-violet-200\/90{outline-color:#ddd6fee6}.outline-violet-200\/95{outline-color:#ddd6fef2}.outline-violet-200\/100{outline-color:#ddd6fe}.outline-violet-300\/0{outline-color:#c4b5fd00}.outline-violet-300\/5{outline-color:#c4b5fd0d}.outline-violet-300\/10{outline-color:#c4b5fd1a}.outline-violet-300\/20{outline-color:#c4b5fd33}.outline-violet-300\/25{outline-color:#c4b5fd40}.outline-violet-300\/30{outline-color:#c4b5fd4d}.outline-violet-300\/40{outline-color:#c4b5fd66}.outline-violet-300\/50{outline-color:#c4b5fd80}.outline-violet-300\/60{outline-color:#c4b5fd99}.outline-violet-300\/70{outline-color:#c4b5fdb3}.outline-violet-300\/75{outline-color:#c4b5fdbf}.outline-violet-300\/80{outline-color:#c4b5fdcc}.outline-violet-300\/90{outline-color:#c4b5fde6}.outline-violet-300\/95{outline-color:#c4b5fdf2}.outline-violet-300\/100{outline-color:#c4b5fd}.outline-violet-400\/0{outline-color:#a78bfa00}.outline-violet-400\/5{outline-color:#a78bfa0d}.outline-violet-400\/10{outline-color:#a78bfa1a}.outline-violet-400\/20{outline-color:#a78bfa33}.outline-violet-400\/25{outline-color:#a78bfa40}.outline-violet-400\/30{outline-color:#a78bfa4d}.outline-violet-400\/40{outline-color:#a78bfa66}.outline-violet-400\/50{outline-color:#a78bfa80}.outline-violet-400\/60{outline-color:#a78bfa99}.outline-violet-400\/70{outline-color:#a78bfab3}.outline-violet-400\/75{outline-color:#a78bfabf}.outline-violet-400\/80{outline-color:#a78bfacc}.outline-violet-400\/90{outline-color:#a78bfae6}.outline-violet-400\/95{outline-color:#a78bfaf2}.outline-violet-400\/100{outline-color:#a78bfa}.outline-violet-500\/0{outline-color:#8b5cf600}.outline-violet-500\/5{outline-color:#8b5cf60d}.outline-violet-500\/10{outline-color:#8b5cf61a}.outline-violet-500\/20{outline-color:#8b5cf633}.outline-violet-500\/25{outline-color:#8b5cf640}.outline-violet-500\/30{outline-color:#8b5cf64d}.outline-violet-500\/40{outline-color:#8b5cf666}.outline-violet-500\/50{outline-color:#8b5cf680}.outline-violet-500\/60{outline-color:#8b5cf699}.outline-violet-500\/70{outline-color:#8b5cf6b3}.outline-violet-500\/75{outline-color:#8b5cf6bf}.outline-violet-500\/80{outline-color:#8b5cf6cc}.outline-violet-500\/90{outline-color:#8b5cf6e6}.outline-violet-500\/95{outline-color:#8b5cf6f2}.outline-violet-500\/100{outline-color:#8b5cf6}.outline-violet-600\/0{outline-color:#7c3aed00}.outline-violet-600\/5{outline-color:#7c3aed0d}.outline-violet-600\/10{outline-color:#7c3aed1a}.outline-violet-600\/20{outline-color:#7c3aed33}.outline-violet-600\/25{outline-color:#7c3aed40}.outline-violet-600\/30{outline-color:#7c3aed4d}.outline-violet-600\/40{outline-color:#7c3aed66}.outline-violet-600\/50{outline-color:#7c3aed80}.outline-violet-600\/60{outline-color:#7c3aed99}.outline-violet-600\/70{outline-color:#7c3aedb3}.outline-violet-600\/75{outline-color:#7c3aedbf}.outline-violet-600\/80{outline-color:#7c3aedcc}.outline-violet-600\/90{outline-color:#7c3aede6}.outline-violet-600\/95{outline-color:#7c3aedf2}.outline-violet-600\/100{outline-color:#7c3aed}.outline-violet-700\/0{outline-color:#6d28d900}.outline-violet-700\/5{outline-color:#6d28d90d}.outline-violet-700\/10{outline-color:#6d28d91a}.outline-violet-700\/20{outline-color:#6d28d933}.outline-violet-700\/25{outline-color:#6d28d940}.outline-violet-700\/30{outline-color:#6d28d94d}.outline-violet-700\/40{outline-color:#6d28d966}.outline-violet-700\/50{outline-color:#6d28d980}.outline-violet-700\/60{outline-color:#6d28d999}.outline-violet-700\/70{outline-color:#6d28d9b3}.outline-violet-700\/75{outline-color:#6d28d9bf}.outline-violet-700\/80{outline-color:#6d28d9cc}.outline-violet-700\/90{outline-color:#6d28d9e6}.outline-violet-700\/95{outline-color:#6d28d9f2}.outline-violet-700\/100{outline-color:#6d28d9}.outline-violet-800\/0{outline-color:#5b21b600}.outline-violet-800\/5{outline-color:#5b21b60d}.outline-violet-800\/10{outline-color:#5b21b61a}.outline-violet-800\/20{outline-color:#5b21b633}.outline-violet-800\/25{outline-color:#5b21b640}.outline-violet-800\/30{outline-color:#5b21b64d}.outline-violet-800\/40{outline-color:#5b21b666}.outline-violet-800\/50{outline-color:#5b21b680}.outline-violet-800\/60{outline-color:#5b21b699}.outline-violet-800\/70{outline-color:#5b21b6b3}.outline-violet-800\/75{outline-color:#5b21b6bf}.outline-violet-800\/80{outline-color:#5b21b6cc}.outline-violet-800\/90{outline-color:#5b21b6e6}.outline-violet-800\/95{outline-color:#5b21b6f2}.outline-violet-800\/100{outline-color:#5b21b6}.outline-violet-900\/0{outline-color:#4c1d9500}.outline-violet-900\/5{outline-color:#4c1d950d}.outline-violet-900\/10{outline-color:#4c1d951a}.outline-violet-900\/20{outline-color:#4c1d9533}.outline-violet-900\/25{outline-color:#4c1d9540}.outline-violet-900\/30{outline-color:#4c1d954d}.outline-violet-900\/40{outline-color:#4c1d9566}.outline-violet-900\/50{outline-color:#4c1d9580}.outline-violet-900\/60{outline-color:#4c1d9599}.outline-violet-900\/70{outline-color:#4c1d95b3}.outline-violet-900\/75{outline-color:#4c1d95bf}.outline-violet-900\/80{outline-color:#4c1d95cc}.outline-violet-900\/90{outline-color:#4c1d95e6}.outline-violet-900\/95{outline-color:#4c1d95f2}.outline-violet-900\/100{outline-color:#4c1d95}.outline-fuchsia-50\/0{outline-color:#fdf4ff00}.outline-fuchsia-50\/5{outline-color:#fdf4ff0d}.outline-fuchsia-50\/10{outline-color:#fdf4ff1a}.outline-fuchsia-50\/20{outline-color:#fdf4ff33}.outline-fuchsia-50\/25{outline-color:#fdf4ff40}.outline-fuchsia-50\/30{outline-color:#fdf4ff4d}.outline-fuchsia-50\/40{outline-color:#fdf4ff66}.outline-fuchsia-50\/50{outline-color:#fdf4ff80}.outline-fuchsia-50\/60{outline-color:#fdf4ff99}.outline-fuchsia-50\/70{outline-color:#fdf4ffb3}.outline-fuchsia-50\/75{outline-color:#fdf4ffbf}.outline-fuchsia-50\/80{outline-color:#fdf4ffcc}.outline-fuchsia-50\/90{outline-color:#fdf4ffe6}.outline-fuchsia-50\/95{outline-color:#fdf4fff2}.outline-fuchsia-50\/100{outline-color:#fdf4ff}.outline-fuchsia-100\/0{outline-color:#fae8ff00}.outline-fuchsia-100\/5{outline-color:#fae8ff0d}.outline-fuchsia-100\/10{outline-color:#fae8ff1a}.outline-fuchsia-100\/20{outline-color:#fae8ff33}.outline-fuchsia-100\/25{outline-color:#fae8ff40}.outline-fuchsia-100\/30{outline-color:#fae8ff4d}.outline-fuchsia-100\/40{outline-color:#fae8ff66}.outline-fuchsia-100\/50{outline-color:#fae8ff80}.outline-fuchsia-100\/60{outline-color:#fae8ff99}.outline-fuchsia-100\/70{outline-color:#fae8ffb3}.outline-fuchsia-100\/75{outline-color:#fae8ffbf}.outline-fuchsia-100\/80{outline-color:#fae8ffcc}.outline-fuchsia-100\/90{outline-color:#fae8ffe6}.outline-fuchsia-100\/95{outline-color:#fae8fff2}.outline-fuchsia-100\/100{outline-color:#fae8ff}.outline-fuchsia-200\/0{outline-color:#f5d0fe00}.outline-fuchsia-200\/5{outline-color:#f5d0fe0d}.outline-fuchsia-200\/10{outline-color:#f5d0fe1a}.outline-fuchsia-200\/20{outline-color:#f5d0fe33}.outline-fuchsia-200\/25{outline-color:#f5d0fe40}.outline-fuchsia-200\/30{outline-color:#f5d0fe4d}.outline-fuchsia-200\/40{outline-color:#f5d0fe66}.outline-fuchsia-200\/50{outline-color:#f5d0fe80}.outline-fuchsia-200\/60{outline-color:#f5d0fe99}.outline-fuchsia-200\/70{outline-color:#f5d0feb3}.outline-fuchsia-200\/75{outline-color:#f5d0febf}.outline-fuchsia-200\/80{outline-color:#f5d0fecc}.outline-fuchsia-200\/90{outline-color:#f5d0fee6}.outline-fuchsia-200\/95{outline-color:#f5d0fef2}.outline-fuchsia-200\/100{outline-color:#f5d0fe}.outline-fuchsia-300\/0{outline-color:#f0abfc00}.outline-fuchsia-300\/5{outline-color:#f0abfc0d}.outline-fuchsia-300\/10{outline-color:#f0abfc1a}.outline-fuchsia-300\/20{outline-color:#f0abfc33}.outline-fuchsia-300\/25{outline-color:#f0abfc40}.outline-fuchsia-300\/30{outline-color:#f0abfc4d}.outline-fuchsia-300\/40{outline-color:#f0abfc66}.outline-fuchsia-300\/50{outline-color:#f0abfc80}.outline-fuchsia-300\/60{outline-color:#f0abfc99}.outline-fuchsia-300\/70{outline-color:#f0abfcb3}.outline-fuchsia-300\/75{outline-color:#f0abfcbf}.outline-fuchsia-300\/80{outline-color:#f0abfccc}.outline-fuchsia-300\/90{outline-color:#f0abfce6}.outline-fuchsia-300\/95{outline-color:#f0abfcf2}.outline-fuchsia-300\/100{outline-color:#f0abfc}.outline-fuchsia-400\/0{outline-color:#e879f900}.outline-fuchsia-400\/5{outline-color:#e879f90d}.outline-fuchsia-400\/10{outline-color:#e879f91a}.outline-fuchsia-400\/20{outline-color:#e879f933}.outline-fuchsia-400\/25{outline-color:#e879f940}.outline-fuchsia-400\/30{outline-color:#e879f94d}.outline-fuchsia-400\/40{outline-color:#e879f966}.outline-fuchsia-400\/50{outline-color:#e879f980}.outline-fuchsia-400\/60{outline-color:#e879f999}.outline-fuchsia-400\/70{outline-color:#e879f9b3}.outline-fuchsia-400\/75{outline-color:#e879f9bf}.outline-fuchsia-400\/80{outline-color:#e879f9cc}.outline-fuchsia-400\/90{outline-color:#e879f9e6}.outline-fuchsia-400\/95{outline-color:#e879f9f2}.outline-fuchsia-400\/100{outline-color:#e879f9}.outline-fuchsia-500\/0{outline-color:#d946ef00}.outline-fuchsia-500\/5{outline-color:#d946ef0d}.outline-fuchsia-500\/10{outline-color:#d946ef1a}.outline-fuchsia-500\/20{outline-color:#d946ef33}.outline-fuchsia-500\/25{outline-color:#d946ef40}.outline-fuchsia-500\/30{outline-color:#d946ef4d}.outline-fuchsia-500\/40{outline-color:#d946ef66}.outline-fuchsia-500\/50{outline-color:#d946ef80}.outline-fuchsia-500\/60{outline-color:#d946ef99}.outline-fuchsia-500\/70{outline-color:#d946efb3}.outline-fuchsia-500\/75{outline-color:#d946efbf}.outline-fuchsia-500\/80{outline-color:#d946efcc}.outline-fuchsia-500\/90{outline-color:#d946efe6}.outline-fuchsia-500\/95{outline-color:#d946eff2}.outline-fuchsia-500\/100{outline-color:#d946ef}.outline-fuchsia-600\/0{outline-color:#c026d300}.outline-fuchsia-600\/5{outline-color:#c026d30d}.outline-fuchsia-600\/10{outline-color:#c026d31a}.outline-fuchsia-600\/20{outline-color:#c026d333}.outline-fuchsia-600\/25{outline-color:#c026d340}.outline-fuchsia-600\/30{outline-color:#c026d34d}.outline-fuchsia-600\/40{outline-color:#c026d366}.outline-fuchsia-600\/50{outline-color:#c026d380}.outline-fuchsia-600\/60{outline-color:#c026d399}.outline-fuchsia-600\/70{outline-color:#c026d3b3}.outline-fuchsia-600\/75{outline-color:#c026d3bf}.outline-fuchsia-600\/80{outline-color:#c026d3cc}.outline-fuchsia-600\/90{outline-color:#c026d3e6}.outline-fuchsia-600\/95{outline-color:#c026d3f2}.outline-fuchsia-600\/100{outline-color:#c026d3}.outline-fuchsia-700\/0{outline-color:#a21caf00}.outline-fuchsia-700\/5{outline-color:#a21caf0d}.outline-fuchsia-700\/10{outline-color:#a21caf1a}.outline-fuchsia-700\/20{outline-color:#a21caf33}.outline-fuchsia-700\/25{outline-color:#a21caf40}.outline-fuchsia-700\/30{outline-color:#a21caf4d}.outline-fuchsia-700\/40{outline-color:#a21caf66}.outline-fuchsia-700\/50{outline-color:#a21caf80}.outline-fuchsia-700\/60{outline-color:#a21caf99}.outline-fuchsia-700\/70{outline-color:#a21cafb3}.outline-fuchsia-700\/75{outline-color:#a21cafbf}.outline-fuchsia-700\/80{outline-color:#a21cafcc}.outline-fuchsia-700\/90{outline-color:#a21cafe6}.outline-fuchsia-700\/95{outline-color:#a21caff2}.outline-fuchsia-700\/100{outline-color:#a21caf}.outline-fuchsia-800\/0{outline-color:#86198f00}.outline-fuchsia-800\/5{outline-color:#86198f0d}.outline-fuchsia-800\/10{outline-color:#86198f1a}.outline-fuchsia-800\/20{outline-color:#86198f33}.outline-fuchsia-800\/25{outline-color:#86198f40}.outline-fuchsia-800\/30{outline-color:#86198f4d}.outline-fuchsia-800\/40{outline-color:#86198f66}.outline-fuchsia-800\/50{outline-color:#86198f80}.outline-fuchsia-800\/60{outline-color:#86198f99}.outline-fuchsia-800\/70{outline-color:#86198fb3}.outline-fuchsia-800\/75{outline-color:#86198fbf}.outline-fuchsia-800\/80{outline-color:#86198fcc}.outline-fuchsia-800\/90{outline-color:#86198fe6}.outline-fuchsia-800\/95{outline-color:#86198ff2}.outline-fuchsia-800\/100{outline-color:#86198f}.outline-fuchsia-900\/0{outline-color:#701a7500}.outline-fuchsia-900\/5{outline-color:#701a750d}.outline-fuchsia-900\/10{outline-color:#701a751a}.outline-fuchsia-900\/20{outline-color:#701a7533}.outline-fuchsia-900\/25{outline-color:#701a7540}.outline-fuchsia-900\/30{outline-color:#701a754d}.outline-fuchsia-900\/40{outline-color:#701a7566}.outline-fuchsia-900\/50{outline-color:#701a7580}.outline-fuchsia-900\/60{outline-color:#701a7599}.outline-fuchsia-900\/70{outline-color:#701a75b3}.outline-fuchsia-900\/75{outline-color:#701a75bf}.outline-fuchsia-900\/80{outline-color:#701a75cc}.outline-fuchsia-900\/90{outline-color:#701a75e6}.outline-fuchsia-900\/95{outline-color:#701a75f2}.outline-fuchsia-900\/100{outline-color:#701a75}.outline-pink-50\/0{outline-color:#fdf2f800}.outline-pink-50\/5{outline-color:#fdf2f80d}.outline-pink-50\/10{outline-color:#fdf2f81a}.outline-pink-50\/20{outline-color:#fdf2f833}.outline-pink-50\/25{outline-color:#fdf2f840}.outline-pink-50\/30{outline-color:#fdf2f84d}.outline-pink-50\/40{outline-color:#fdf2f866}.outline-pink-50\/50{outline-color:#fdf2f880}.outline-pink-50\/60{outline-color:#fdf2f899}.outline-pink-50\/70{outline-color:#fdf2f8b3}.outline-pink-50\/75{outline-color:#fdf2f8bf}.outline-pink-50\/80{outline-color:#fdf2f8cc}.outline-pink-50\/90{outline-color:#fdf2f8e6}.outline-pink-50\/95{outline-color:#fdf2f8f2}.outline-pink-50\/100{outline-color:#fdf2f8}.outline-pink-100\/0{outline-color:#fce7f300}.outline-pink-100\/5{outline-color:#fce7f30d}.outline-pink-100\/10{outline-color:#fce7f31a}.outline-pink-100\/20{outline-color:#fce7f333}.outline-pink-100\/25{outline-color:#fce7f340}.outline-pink-100\/30{outline-color:#fce7f34d}.outline-pink-100\/40{outline-color:#fce7f366}.outline-pink-100\/50{outline-color:#fce7f380}.outline-pink-100\/60{outline-color:#fce7f399}.outline-pink-100\/70{outline-color:#fce7f3b3}.outline-pink-100\/75{outline-color:#fce7f3bf}.outline-pink-100\/80{outline-color:#fce7f3cc}.outline-pink-100\/90{outline-color:#fce7f3e6}.outline-pink-100\/95{outline-color:#fce7f3f2}.outline-pink-100\/100{outline-color:#fce7f3}.outline-pink-200\/0{outline-color:#fbcfe800}.outline-pink-200\/5{outline-color:#fbcfe80d}.outline-pink-200\/10{outline-color:#fbcfe81a}.outline-pink-200\/20{outline-color:#fbcfe833}.outline-pink-200\/25{outline-color:#fbcfe840}.outline-pink-200\/30{outline-color:#fbcfe84d}.outline-pink-200\/40{outline-color:#fbcfe866}.outline-pink-200\/50{outline-color:#fbcfe880}.outline-pink-200\/60{outline-color:#fbcfe899}.outline-pink-200\/70{outline-color:#fbcfe8b3}.outline-pink-200\/75{outline-color:#fbcfe8bf}.outline-pink-200\/80{outline-color:#fbcfe8cc}.outline-pink-200\/90{outline-color:#fbcfe8e6}.outline-pink-200\/95{outline-color:#fbcfe8f2}.outline-pink-200\/100{outline-color:#fbcfe8}.outline-pink-300\/0{outline-color:#f9a8d400}.outline-pink-300\/5{outline-color:#f9a8d40d}.outline-pink-300\/10{outline-color:#f9a8d41a}.outline-pink-300\/20{outline-color:#f9a8d433}.outline-pink-300\/25{outline-color:#f9a8d440}.outline-pink-300\/30{outline-color:#f9a8d44d}.outline-pink-300\/40{outline-color:#f9a8d466}.outline-pink-300\/50{outline-color:#f9a8d480}.outline-pink-300\/60{outline-color:#f9a8d499}.outline-pink-300\/70{outline-color:#f9a8d4b3}.outline-pink-300\/75{outline-color:#f9a8d4bf}.outline-pink-300\/80{outline-color:#f9a8d4cc}.outline-pink-300\/90{outline-color:#f9a8d4e6}.outline-pink-300\/95{outline-color:#f9a8d4f2}.outline-pink-300\/100{outline-color:#f9a8d4}.outline-pink-400\/0{outline-color:#f472b600}.outline-pink-400\/5{outline-color:#f472b60d}.outline-pink-400\/10{outline-color:#f472b61a}.outline-pink-400\/20{outline-color:#f472b633}.outline-pink-400\/25{outline-color:#f472b640}.outline-pink-400\/30{outline-color:#f472b64d}.outline-pink-400\/40{outline-color:#f472b666}.outline-pink-400\/50{outline-color:#f472b680}.outline-pink-400\/60{outline-color:#f472b699}.outline-pink-400\/70{outline-color:#f472b6b3}.outline-pink-400\/75{outline-color:#f472b6bf}.outline-pink-400\/80{outline-color:#f472b6cc}.outline-pink-400\/90{outline-color:#f472b6e6}.outline-pink-400\/95{outline-color:#f472b6f2}.outline-pink-400\/100{outline-color:#f472b6}.outline-pink-500\/0{outline-color:#ec489900}.outline-pink-500\/5{outline-color:#ec48990d}.outline-pink-500\/10{outline-color:#ec48991a}.outline-pink-500\/20{outline-color:#ec489933}.outline-pink-500\/25{outline-color:#ec489940}.outline-pink-500\/30{outline-color:#ec48994d}.outline-pink-500\/40{outline-color:#ec489966}.outline-pink-500\/50{outline-color:#ec489980}.outline-pink-500\/60{outline-color:#ec489999}.outline-pink-500\/70{outline-color:#ec4899b3}.outline-pink-500\/75{outline-color:#ec4899bf}.outline-pink-500\/80{outline-color:#ec4899cc}.outline-pink-500\/90{outline-color:#ec4899e6}.outline-pink-500\/95{outline-color:#ec4899f2}.outline-pink-500\/100{outline-color:#ec4899}.outline-pink-600\/0{outline-color:#db277700}.outline-pink-600\/5{outline-color:#db27770d}.outline-pink-600\/10{outline-color:#db27771a}.outline-pink-600\/20{outline-color:#db277733}.outline-pink-600\/25{outline-color:#db277740}.outline-pink-600\/30{outline-color:#db27774d}.outline-pink-600\/40{outline-color:#db277766}.outline-pink-600\/50{outline-color:#db277780}.outline-pink-600\/60{outline-color:#db277799}.outline-pink-600\/70{outline-color:#db2777b3}.outline-pink-600\/75{outline-color:#db2777bf}.outline-pink-600\/80{outline-color:#db2777cc}.outline-pink-600\/90{outline-color:#db2777e6}.outline-pink-600\/95{outline-color:#db2777f2}.outline-pink-600\/100{outline-color:#db2777}.outline-pink-700\/0{outline-color:#be185d00}.outline-pink-700\/5{outline-color:#be185d0d}.outline-pink-700\/10{outline-color:#be185d1a}.outline-pink-700\/20{outline-color:#be185d33}.outline-pink-700\/25{outline-color:#be185d40}.outline-pink-700\/30{outline-color:#be185d4d}.outline-pink-700\/40{outline-color:#be185d66}.outline-pink-700\/50{outline-color:#be185d80}.outline-pink-700\/60{outline-color:#be185d99}.outline-pink-700\/70{outline-color:#be185db3}.outline-pink-700\/75{outline-color:#be185dbf}.outline-pink-700\/80{outline-color:#be185dcc}.outline-pink-700\/90{outline-color:#be185de6}.outline-pink-700\/95{outline-color:#be185df2}.outline-pink-700\/100{outline-color:#be185d}.outline-pink-800\/0{outline-color:#9d174d00}.outline-pink-800\/5{outline-color:#9d174d0d}.outline-pink-800\/10{outline-color:#9d174d1a}.outline-pink-800\/20{outline-color:#9d174d33}.outline-pink-800\/25{outline-color:#9d174d40}.outline-pink-800\/30{outline-color:#9d174d4d}.outline-pink-800\/40{outline-color:#9d174d66}.outline-pink-800\/50{outline-color:#9d174d80}.outline-pink-800\/60{outline-color:#9d174d99}.outline-pink-800\/70{outline-color:#9d174db3}.outline-pink-800\/75{outline-color:#9d174dbf}.outline-pink-800\/80{outline-color:#9d174dcc}.outline-pink-800\/90{outline-color:#9d174de6}.outline-pink-800\/95{outline-color:#9d174df2}.outline-pink-800\/100{outline-color:#9d174d}.outline-pink-900\/0{outline-color:#83184300}.outline-pink-900\/5{outline-color:#8318430d}.outline-pink-900\/10{outline-color:#8318431a}.outline-pink-900\/20{outline-color:#83184333}.outline-pink-900\/25{outline-color:#83184340}.outline-pink-900\/30{outline-color:#8318434d}.outline-pink-900\/40{outline-color:#83184366}.outline-pink-900\/50{outline-color:#83184380}.outline-pink-900\/60{outline-color:#83184399}.outline-pink-900\/70{outline-color:#831843b3}.outline-pink-900\/75{outline-color:#831843bf}.outline-pink-900\/80{outline-color:#831843cc}.outline-pink-900\/90{outline-color:#831843e6}.outline-pink-900\/95{outline-color:#831843f2}.outline-pink-900\/100{outline-color:#831843}.outline-rose-50\/0{outline-color:#fff1f200}.outline-rose-50\/5{outline-color:#fff1f20d}.outline-rose-50\/10{outline-color:#fff1f21a}.outline-rose-50\/20{outline-color:#fff1f233}.outline-rose-50\/25{outline-color:#fff1f240}.outline-rose-50\/30{outline-color:#fff1f24d}.outline-rose-50\/40{outline-color:#fff1f266}.outline-rose-50\/50{outline-color:#fff1f280}.outline-rose-50\/60{outline-color:#fff1f299}.outline-rose-50\/70{outline-color:#fff1f2b3}.outline-rose-50\/75{outline-color:#fff1f2bf}.outline-rose-50\/80{outline-color:#fff1f2cc}.outline-rose-50\/90{outline-color:#fff1f2e6}.outline-rose-50\/95{outline-color:#fff1f2f2}.outline-rose-50\/100{outline-color:#fff1f2}.outline-rose-100\/0{outline-color:#ffe4e600}.outline-rose-100\/5{outline-color:#ffe4e60d}.outline-rose-100\/10{outline-color:#ffe4e61a}.outline-rose-100\/20{outline-color:#ffe4e633}.outline-rose-100\/25{outline-color:#ffe4e640}.outline-rose-100\/30{outline-color:#ffe4e64d}.outline-rose-100\/40{outline-color:#ffe4e666}.outline-rose-100\/50{outline-color:#ffe4e680}.outline-rose-100\/60{outline-color:#ffe4e699}.outline-rose-100\/70{outline-color:#ffe4e6b3}.outline-rose-100\/75{outline-color:#ffe4e6bf}.outline-rose-100\/80{outline-color:#ffe4e6cc}.outline-rose-100\/90{outline-color:#ffe4e6e6}.outline-rose-100\/95{outline-color:#ffe4e6f2}.outline-rose-100\/100{outline-color:#ffe4e6}.outline-rose-200\/0{outline-color:#fecdd300}.outline-rose-200\/5{outline-color:#fecdd30d}.outline-rose-200\/10{outline-color:#fecdd31a}.outline-rose-200\/20{outline-color:#fecdd333}.outline-rose-200\/25{outline-color:#fecdd340}.outline-rose-200\/30{outline-color:#fecdd34d}.outline-rose-200\/40{outline-color:#fecdd366}.outline-rose-200\/50{outline-color:#fecdd380}.outline-rose-200\/60{outline-color:#fecdd399}.outline-rose-200\/70{outline-color:#fecdd3b3}.outline-rose-200\/75{outline-color:#fecdd3bf}.outline-rose-200\/80{outline-color:#fecdd3cc}.outline-rose-200\/90{outline-color:#fecdd3e6}.outline-rose-200\/95{outline-color:#fecdd3f2}.outline-rose-200\/100{outline-color:#fecdd3}.outline-rose-300\/0{outline-color:#fda4af00}.outline-rose-300\/5{outline-color:#fda4af0d}.outline-rose-300\/10{outline-color:#fda4af1a}.outline-rose-300\/20{outline-color:#fda4af33}.outline-rose-300\/25{outline-color:#fda4af40}.outline-rose-300\/30{outline-color:#fda4af4d}.outline-rose-300\/40{outline-color:#fda4af66}.outline-rose-300\/50{outline-color:#fda4af80}.outline-rose-300\/60{outline-color:#fda4af99}.outline-rose-300\/70{outline-color:#fda4afb3}.outline-rose-300\/75{outline-color:#fda4afbf}.outline-rose-300\/80{outline-color:#fda4afcc}.outline-rose-300\/90{outline-color:#fda4afe6}.outline-rose-300\/95{outline-color:#fda4aff2}.outline-rose-300\/100{outline-color:#fda4af}.outline-rose-400\/0{outline-color:#fb718500}.outline-rose-400\/5{outline-color:#fb71850d}.outline-rose-400\/10{outline-color:#fb71851a}.outline-rose-400\/20{outline-color:#fb718533}.outline-rose-400\/25{outline-color:#fb718540}.outline-rose-400\/30{outline-color:#fb71854d}.outline-rose-400\/40{outline-color:#fb718566}.outline-rose-400\/50{outline-color:#fb718580}.outline-rose-400\/60{outline-color:#fb718599}.outline-rose-400\/70{outline-color:#fb7185b3}.outline-rose-400\/75{outline-color:#fb7185bf}.outline-rose-400\/80{outline-color:#fb7185cc}.outline-rose-400\/90{outline-color:#fb7185e6}.outline-rose-400\/95{outline-color:#fb7185f2}.outline-rose-400\/100{outline-color:#fb7185}.outline-rose-500\/0{outline-color:#f43f5e00}.outline-rose-500\/5{outline-color:#f43f5e0d}.outline-rose-500\/10{outline-color:#f43f5e1a}.outline-rose-500\/20{outline-color:#f43f5e33}.outline-rose-500\/25{outline-color:#f43f5e40}.outline-rose-500\/30{outline-color:#f43f5e4d}.outline-rose-500\/40{outline-color:#f43f5e66}.outline-rose-500\/50{outline-color:#f43f5e80}.outline-rose-500\/60{outline-color:#f43f5e99}.outline-rose-500\/70{outline-color:#f43f5eb3}.outline-rose-500\/75{outline-color:#f43f5ebf}.outline-rose-500\/80{outline-color:#f43f5ecc}.outline-rose-500\/90{outline-color:#f43f5ee6}.outline-rose-500\/95{outline-color:#f43f5ef2}.outline-rose-500\/100{outline-color:#f43f5e}.outline-rose-600\/0{outline-color:#e11d4800}.outline-rose-600\/5{outline-color:#e11d480d}.outline-rose-600\/10{outline-color:#e11d481a}.outline-rose-600\/20{outline-color:#e11d4833}.outline-rose-600\/25{outline-color:#e11d4840}.outline-rose-600\/30{outline-color:#e11d484d}.outline-rose-600\/40{outline-color:#e11d4866}.outline-rose-600\/50{outline-color:#e11d4880}.outline-rose-600\/60{outline-color:#e11d4899}.outline-rose-600\/70{outline-color:#e11d48b3}.outline-rose-600\/75{outline-color:#e11d48bf}.outline-rose-600\/80{outline-color:#e11d48cc}.outline-rose-600\/90{outline-color:#e11d48e6}.outline-rose-600\/95{outline-color:#e11d48f2}.outline-rose-600\/100{outline-color:#e11d48}.outline-rose-700\/0{outline-color:#be123c00}.outline-rose-700\/5{outline-color:#be123c0d}.outline-rose-700\/10{outline-color:#be123c1a}.outline-rose-700\/20{outline-color:#be123c33}.outline-rose-700\/25{outline-color:#be123c40}.outline-rose-700\/30{outline-color:#be123c4d}.outline-rose-700\/40{outline-color:#be123c66}.outline-rose-700\/50{outline-color:#be123c80}.outline-rose-700\/60{outline-color:#be123c99}.outline-rose-700\/70{outline-color:#be123cb3}.outline-rose-700\/75{outline-color:#be123cbf}.outline-rose-700\/80{outline-color:#be123ccc}.outline-rose-700\/90{outline-color:#be123ce6}.outline-rose-700\/95{outline-color:#be123cf2}.outline-rose-700\/100{outline-color:#be123c}.outline-rose-800\/0{outline-color:#9f123900}.outline-rose-800\/5{outline-color:#9f12390d}.outline-rose-800\/10{outline-color:#9f12391a}.outline-rose-800\/20{outline-color:#9f123933}.outline-rose-800\/25{outline-color:#9f123940}.outline-rose-800\/30{outline-color:#9f12394d}.outline-rose-800\/40{outline-color:#9f123966}.outline-rose-800\/50{outline-color:#9f123980}.outline-rose-800\/60{outline-color:#9f123999}.outline-rose-800\/70{outline-color:#9f1239b3}.outline-rose-800\/75{outline-color:#9f1239bf}.outline-rose-800\/80{outline-color:#9f1239cc}.outline-rose-800\/90{outline-color:#9f1239e6}.outline-rose-800\/95{outline-color:#9f1239f2}.outline-rose-800\/100{outline-color:#9f1239}.outline-rose-900\/0{outline-color:#88133700}.outline-rose-900\/5{outline-color:#8813370d}.outline-rose-900\/10{outline-color:#8813371a}.outline-rose-900\/20{outline-color:#88133733}.outline-rose-900\/25{outline-color:#88133740}.outline-rose-900\/30{outline-color:#8813374d}.outline-rose-900\/40{outline-color:#88133766}.outline-rose-900\/50{outline-color:#88133780}.outline-rose-900\/60{outline-color:#88133799}.outline-rose-900\/70{outline-color:#881337b3}.outline-rose-900\/75{outline-color:#881337bf}.outline-rose-900\/80{outline-color:#881337cc}.outline-rose-900\/90{outline-color:#881337e6}.outline-rose-900\/95{outline-color:#881337f2}.outline-rose-900\/100{outline-color:#881337}.outline-primary-100\/0{outline-color:#f2f3f400}.outline-primary-100\/5{outline-color:#f2f3f40d}.outline-primary-100\/10{outline-color:#f2f3f41a}.outline-primary-100\/20{outline-color:#f2f3f433}.outline-primary-100\/25{outline-color:#f2f3f440}.outline-primary-100\/30{outline-color:#f2f3f44d}.outline-primary-100\/40{outline-color:#f2f3f466}.outline-primary-100\/50{outline-color:#f2f3f480}.outline-primary-100\/60{outline-color:#f2f3f499}.outline-primary-100\/70{outline-color:#f2f3f4b3}.outline-primary-100\/75{outline-color:#f2f3f4bf}.outline-primary-100\/80{outline-color:#f2f3f4cc}.outline-primary-100\/90{outline-color:#f2f3f4e6}.outline-primary-100\/95{outline-color:#f2f3f4f2}.outline-primary-100\/100{outline-color:#f2f3f4}.outline-primary-200\/0{outline-color:#e8e8f000}.outline-primary-200\/5{outline-color:#e8e8f00d}.outline-primary-200\/10{outline-color:#e8e8f01a}.outline-primary-200\/20{outline-color:#e8e8f033}.outline-primary-200\/25{outline-color:#e8e8f040}.outline-primary-200\/30{outline-color:#e8e8f04d}.outline-primary-200\/40{outline-color:#e8e8f066}.outline-primary-200\/50{outline-color:#e8e8f080}.outline-primary-200\/60{outline-color:#e8e8f099}.outline-primary-200\/70{outline-color:#e8e8f0b3}.outline-primary-200\/75{outline-color:#e8e8f0bf}.outline-primary-200\/80{outline-color:#e8e8f0cc}.outline-primary-200\/90{outline-color:#e8e8f0e6}.outline-primary-200\/95{outline-color:#e8e8f0f2}.outline-primary-200\/100{outline-color:#e8e8f0}.outline-primary-300\/0{outline-color:#d0d0e100}.outline-primary-300\/5{outline-color:#d0d0e10d}.outline-primary-300\/10{outline-color:#d0d0e11a}.outline-primary-300\/20{outline-color:#d0d0e133}.outline-primary-300\/25{outline-color:#d0d0e140}.outline-primary-300\/30{outline-color:#d0d0e14d}.outline-primary-300\/40{outline-color:#d0d0e166}.outline-primary-300\/50{outline-color:#d0d0e180}.outline-primary-300\/60{outline-color:#d0d0e199}.outline-primary-300\/70{outline-color:#d0d0e1b3}.outline-primary-300\/75{outline-color:#d0d0e1bf}.outline-primary-300\/80{outline-color:#d0d0e1cc}.outline-primary-300\/90{outline-color:#d0d0e1e6}.outline-primary-300\/95{outline-color:#d0d0e1f2}.outline-primary-300\/100{outline-color:#d0d0e1}.outline-primary-400\/0{outline-color:#b4b4d100}.outline-primary-400\/5{outline-color:#b4b4d10d}.outline-primary-400\/10{outline-color:#b4b4d11a}.outline-primary-400\/20{outline-color:#b4b4d133}.outline-primary-400\/25{outline-color:#b4b4d140}.outline-primary-400\/30{outline-color:#b4b4d14d}.outline-primary-400\/40{outline-color:#b4b4d166}.outline-primary-400\/50{outline-color:#b4b4d180}.outline-primary-400\/60{outline-color:#b4b4d199}.outline-primary-400\/70{outline-color:#b4b4d1b3}.outline-primary-400\/75{outline-color:#b4b4d1bf}.outline-primary-400\/80{outline-color:#b4b4d1cc}.outline-primary-400\/90{outline-color:#b4b4d1e6}.outline-primary-400\/95{outline-color:#b4b4d1f2}.outline-primary-400\/100{outline-color:#b4b4d1}.outline-primary-500\/0{outline-color:#9393bf00}.outline-primary-500\/5{outline-color:#9393bf0d}.outline-primary-500\/10{outline-color:#9393bf1a}.outline-primary-500\/20{outline-color:#9393bf33}.outline-primary-500\/25{outline-color:#9393bf40}.outline-primary-500\/30{outline-color:#9393bf4d}.outline-primary-500\/40{outline-color:#9393bf66}.outline-primary-500\/50{outline-color:#9393bf80}.outline-primary-500\/60{outline-color:#9393bf99}.outline-primary-500\/70{outline-color:#9393bfb3}.outline-primary-500\/75{outline-color:#9393bfbf}.outline-primary-500\/80{outline-color:#9393bfcc}.outline-primary-500\/90{outline-color:#9393bfe6}.outline-primary-500\/95{outline-color:#9393bff2}.outline-primary-500\/100{outline-color:#9393bf}.outline-primary-600\/0{outline-color:#6868ac00}.outline-primary-600\/5{outline-color:#6868ac0d}.outline-primary-600\/10{outline-color:#6868ac1a}.outline-primary-600\/20{outline-color:#6868ac33}.outline-primary-600\/25{outline-color:#6868ac40}.outline-primary-600\/30{outline-color:#6868ac4d}.outline-primary-600\/40{outline-color:#6868ac66}.outline-primary-600\/50{outline-color:#6868ac80}.outline-primary-600\/60{outline-color:#6868ac99}.outline-primary-600\/70{outline-color:#6868acb3}.outline-primary-600\/75{outline-color:#6868acbf}.outline-primary-600\/80{outline-color:#6868accc}.outline-primary-600\/90{outline-color:#6868ace6}.outline-primary-600\/95{outline-color:#6868acf2}.outline-primary-600\/100{outline-color:#6868ac}.outline-primary-700\/0{outline-color:#5d5d9900}.outline-primary-700\/5{outline-color:#5d5d990d}.outline-primary-700\/10{outline-color:#5d5d991a}.outline-primary-700\/20{outline-color:#5d5d9933}.outline-primary-700\/25{outline-color:#5d5d9940}.outline-primary-700\/30{outline-color:#5d5d994d}.outline-primary-700\/40{outline-color:#5d5d9966}.outline-primary-700\/50{outline-color:#5d5d9980}.outline-primary-700\/60{outline-color:#5d5d9999}.outline-primary-700\/70{outline-color:#5d5d99b3}.outline-primary-700\/75{outline-color:#5d5d99bf}.outline-primary-700\/80{outline-color:#5d5d99cc}.outline-primary-700\/90{outline-color:#5d5d99e6}.outline-primary-700\/95{outline-color:#5d5d99f2}.outline-primary-700\/100{outline-color:#5d5d99}.outline-primary-800\/0{outline-color:#50508500}.outline-primary-800\/5{outline-color:#5050850d}.outline-primary-800\/10{outline-color:#5050851a}.outline-primary-800\/20{outline-color:#50508533}.outline-primary-800\/25{outline-color:#50508540}.outline-primary-800\/30{outline-color:#5050854d}.outline-primary-800\/40{outline-color:#50508566}.outline-primary-800\/50{outline-color:#50508580}.outline-primary-800\/60{outline-color:#50508599}.outline-primary-800\/70{outline-color:#505085b3}.outline-primary-800\/75{outline-color:#505085bf}.outline-primary-800\/80{outline-color:#505085cc}.outline-primary-800\/90{outline-color:#505085e6}.outline-primary-800\/95{outline-color:#505085f2}.outline-primary-800\/100{outline-color:#505085}.outline-primary-900\/0{outline-color:#41416c00}.outline-primary-900\/5{outline-color:#41416c0d}.outline-primary-900\/10{outline-color:#41416c1a}.outline-primary-900\/20{outline-color:#41416c33}.outline-primary-900\/25{outline-color:#41416c40}.outline-primary-900\/30{outline-color:#41416c4d}.outline-primary-900\/40{outline-color:#41416c66}.outline-primary-900\/50{outline-color:#41416c80}.outline-primary-900\/60{outline-color:#41416c99}.outline-primary-900\/70{outline-color:#41416cb3}.outline-primary-900\/75{outline-color:#41416cbf}.outline-primary-900\/80{outline-color:#41416ccc}.outline-primary-900\/90{outline-color:#41416ce6}.outline-primary-900\/95{outline-color:#41416cf2}.outline-primary-900\/100{outline-color:#41416c}.outline-primary-1000\/0{outline-color:#2e2e4c00}.outline-primary-1000\/5{outline-color:#2e2e4c0d}.outline-primary-1000\/10{outline-color:#2e2e4c1a}.outline-primary-1000\/20{outline-color:#2e2e4c33}.outline-primary-1000\/25{outline-color:#2e2e4c40}.outline-primary-1000\/30{outline-color:#2e2e4c4d}.outline-primary-1000\/40{outline-color:#2e2e4c66}.outline-primary-1000\/50{outline-color:#2e2e4c80}.outline-primary-1000\/60{outline-color:#2e2e4c99}.outline-primary-1000\/70{outline-color:#2e2e4cb3}.outline-primary-1000\/75{outline-color:#2e2e4cbf}.outline-primary-1000\/80{outline-color:#2e2e4ccc}.outline-primary-1000\/90{outline-color:#2e2e4ce6}.outline-primary-1000\/95{outline-color:#2e2e4cf2}.outline-primary-1000\/100{outline-color:#2e2e4c}.outline-primary-highlight-100\/0{outline-color:#f7f5fe00}.outline-primary-highlight-100\/5{outline-color:#f7f5fe0d}.outline-primary-highlight-100\/10{outline-color:#f7f5fe1a}.outline-primary-highlight-100\/20{outline-color:#f7f5fe33}.outline-primary-highlight-100\/25{outline-color:#f7f5fe40}.outline-primary-highlight-100\/30{outline-color:#f7f5fe4d}.outline-primary-highlight-100\/40{outline-color:#f7f5fe66}.outline-primary-highlight-100\/50{outline-color:#f7f5fe80}.outline-primary-highlight-100\/60{outline-color:#f7f5fe99}.outline-primary-highlight-100\/70{outline-color:#f7f5feb3}.outline-primary-highlight-100\/75{outline-color:#f7f5febf}.outline-primary-highlight-100\/80{outline-color:#f7f5fecc}.outline-primary-highlight-100\/90{outline-color:#f7f5fee6}.outline-primary-highlight-100\/95{outline-color:#f7f5fef2}.outline-primary-highlight-100\/100{outline-color:#f7f5fe}.outline-primary-highlight-200\/0{outline-color:#efecfe00}.outline-primary-highlight-200\/5{outline-color:#efecfe0d}.outline-primary-highlight-200\/10{outline-color:#efecfe1a}.outline-primary-highlight-200\/20{outline-color:#efecfe33}.outline-primary-highlight-200\/25{outline-color:#efecfe40}.outline-primary-highlight-200\/30{outline-color:#efecfe4d}.outline-primary-highlight-200\/40{outline-color:#efecfe66}.outline-primary-highlight-200\/50{outline-color:#efecfe80}.outline-primary-highlight-200\/60{outline-color:#efecfe99}.outline-primary-highlight-200\/70{outline-color:#efecfeb3}.outline-primary-highlight-200\/75{outline-color:#efecfebf}.outline-primary-highlight-200\/80{outline-color:#efecfecc}.outline-primary-highlight-200\/90{outline-color:#efecfee6}.outline-primary-highlight-200\/95{outline-color:#efecfef2}.outline-primary-highlight-200\/100{outline-color:#efecfe}.outline-primary-highlight-300\/0{outline-color:#dfd8fd00}.outline-primary-highlight-300\/5{outline-color:#dfd8fd0d}.outline-primary-highlight-300\/10{outline-color:#dfd8fd1a}.outline-primary-highlight-300\/20{outline-color:#dfd8fd33}.outline-primary-highlight-300\/25{outline-color:#dfd8fd40}.outline-primary-highlight-300\/30{outline-color:#dfd8fd4d}.outline-primary-highlight-300\/40{outline-color:#dfd8fd66}.outline-primary-highlight-300\/50{outline-color:#dfd8fd80}.outline-primary-highlight-300\/60{outline-color:#dfd8fd99}.outline-primary-highlight-300\/70{outline-color:#dfd8fdb3}.outline-primary-highlight-300\/75{outline-color:#dfd8fdbf}.outline-primary-highlight-300\/80{outline-color:#dfd8fdcc}.outline-primary-highlight-300\/90{outline-color:#dfd8fde6}.outline-primary-highlight-300\/95{outline-color:#dfd8fdf2}.outline-primary-highlight-300\/100{outline-color:#dfd8fd}.outline-primary-highlight-400\/0{outline-color:#cec1fc00}.outline-primary-highlight-400\/5{outline-color:#cec1fc0d}.outline-primary-highlight-400\/10{outline-color:#cec1fc1a}.outline-primary-highlight-400\/20{outline-color:#cec1fc33}.outline-primary-highlight-400\/25{outline-color:#cec1fc40}.outline-primary-highlight-400\/30{outline-color:#cec1fc4d}.outline-primary-highlight-400\/40{outline-color:#cec1fc66}.outline-primary-highlight-400\/50{outline-color:#cec1fc80}.outline-primary-highlight-400\/60{outline-color:#cec1fc99}.outline-primary-highlight-400\/70{outline-color:#cec1fcb3}.outline-primary-highlight-400\/75{outline-color:#cec1fcbf}.outline-primary-highlight-400\/80{outline-color:#cec1fccc}.outline-primary-highlight-400\/90{outline-color:#cec1fce6}.outline-primary-highlight-400\/95{outline-color:#cec1fcf2}.outline-primary-highlight-400\/100{outline-color:#cec1fc}.outline-primary-highlight-500\/0{outline-color:#bba8fb00}.outline-primary-highlight-500\/5{outline-color:#bba8fb0d}.outline-primary-highlight-500\/10{outline-color:#bba8fb1a}.outline-primary-highlight-500\/20{outline-color:#bba8fb33}.outline-primary-highlight-500\/25{outline-color:#bba8fb40}.outline-primary-highlight-500\/30{outline-color:#bba8fb4d}.outline-primary-highlight-500\/40{outline-color:#bba8fb66}.outline-primary-highlight-500\/50{outline-color:#bba8fb80}.outline-primary-highlight-500\/60{outline-color:#bba8fb99}.outline-primary-highlight-500\/70{outline-color:#bba8fbb3}.outline-primary-highlight-500\/75{outline-color:#bba8fbbf}.outline-primary-highlight-500\/80{outline-color:#bba8fbcc}.outline-primary-highlight-500\/90{outline-color:#bba8fbe6}.outline-primary-highlight-500\/95{outline-color:#bba8fbf2}.outline-primary-highlight-500\/100{outline-color:#bba8fb}.outline-primary-highlight-600\/0{outline-color:#a78bfa00}.outline-primary-highlight-600\/5{outline-color:#a78bfa0d}.outline-primary-highlight-600\/10{outline-color:#a78bfa1a}.outline-primary-highlight-600\/20{outline-color:#a78bfa33}.outline-primary-highlight-600\/25{outline-color:#a78bfa40}.outline-primary-highlight-600\/30{outline-color:#a78bfa4d}.outline-primary-highlight-600\/40{outline-color:#a78bfa66}.outline-primary-highlight-600\/50{outline-color:#a78bfa80}.outline-primary-highlight-600\/60{outline-color:#a78bfa99}.outline-primary-highlight-600\/70{outline-color:#a78bfab3}.outline-primary-highlight-600\/75{outline-color:#a78bfabf}.outline-primary-highlight-600\/80{outline-color:#a78bfacc}.outline-primary-highlight-600\/90{outline-color:#a78bfae6}.outline-primary-highlight-600\/95{outline-color:#a78bfaf2}.outline-primary-highlight-600\/100{outline-color:#a78bfa}.outline-primary-highlight-700\/0{outline-color:#957cdf00}.outline-primary-highlight-700\/5{outline-color:#957cdf0d}.outline-primary-highlight-700\/10{outline-color:#957cdf1a}.outline-primary-highlight-700\/20{outline-color:#957cdf33}.outline-primary-highlight-700\/25{outline-color:#957cdf40}.outline-primary-highlight-700\/30{outline-color:#957cdf4d}.outline-primary-highlight-700\/40{outline-color:#957cdf66}.outline-primary-highlight-700\/50{outline-color:#957cdf80}.outline-primary-highlight-700\/60{outline-color:#957cdf99}.outline-primary-highlight-700\/70{outline-color:#957cdfb3}.outline-primary-highlight-700\/75{outline-color:#957cdfbf}.outline-primary-highlight-700\/80{outline-color:#957cdfcc}.outline-primary-highlight-700\/90{outline-color:#957cdfe6}.outline-primary-highlight-700\/95{outline-color:#957cdff2}.outline-primary-highlight-700\/100{outline-color:#957cdf}.outline-primary-highlight-800\/0{outline-color:#816bc100}.outline-primary-highlight-800\/5{outline-color:#816bc10d}.outline-primary-highlight-800\/10{outline-color:#816bc11a}.outline-primary-highlight-800\/20{outline-color:#816bc133}.outline-primary-highlight-800\/25{outline-color:#816bc140}.outline-primary-highlight-800\/30{outline-color:#816bc14d}.outline-primary-highlight-800\/40{outline-color:#816bc166}.outline-primary-highlight-800\/50{outline-color:#816bc180}.outline-primary-highlight-800\/60{outline-color:#816bc199}.outline-primary-highlight-800\/70{outline-color:#816bc1b3}.outline-primary-highlight-800\/75{outline-color:#816bc1bf}.outline-primary-highlight-800\/80{outline-color:#816bc1cc}.outline-primary-highlight-800\/90{outline-color:#816bc1e6}.outline-primary-highlight-800\/95{outline-color:#816bc1f2}.outline-primary-highlight-800\/100{outline-color:#816bc1}.outline-primary-highlight-900\/0{outline-color:#69579e00}.outline-primary-highlight-900\/5{outline-color:#69579e0d}.outline-primary-highlight-900\/10{outline-color:#69579e1a}.outline-primary-highlight-900\/20{outline-color:#69579e33}.outline-primary-highlight-900\/25{outline-color:#69579e40}.outline-primary-highlight-900\/30{outline-color:#69579e4d}.outline-primary-highlight-900\/40{outline-color:#69579e66}.outline-primary-highlight-900\/50{outline-color:#69579e80}.outline-primary-highlight-900\/60{outline-color:#69579e99}.outline-primary-highlight-900\/70{outline-color:#69579eb3}.outline-primary-highlight-900\/75{outline-color:#69579ebf}.outline-primary-highlight-900\/80{outline-color:#69579ecc}.outline-primary-highlight-900\/90{outline-color:#69579ee6}.outline-primary-highlight-900\/95{outline-color:#69579ef2}.outline-primary-highlight-900\/100{outline-color:#69579e}.outline-primary-highlight-1000\/0{outline-color:#4a3e6f00}.outline-primary-highlight-1000\/5{outline-color:#4a3e6f0d}.outline-primary-highlight-1000\/10{outline-color:#4a3e6f1a}.outline-primary-highlight-1000\/20{outline-color:#4a3e6f33}.outline-primary-highlight-1000\/25{outline-color:#4a3e6f40}.outline-primary-highlight-1000\/30{outline-color:#4a3e6f4d}.outline-primary-highlight-1000\/40{outline-color:#4a3e6f66}.outline-primary-highlight-1000\/50{outline-color:#4a3e6f80}.outline-primary-highlight-1000\/60{outline-color:#4a3e6f99}.outline-primary-highlight-1000\/70{outline-color:#4a3e6fb3}.outline-primary-highlight-1000\/75{outline-color:#4a3e6fbf}.outline-primary-highlight-1000\/80{outline-color:#4a3e6fcc}.outline-primary-highlight-1000\/90{outline-color:#4a3e6fe6}.outline-primary-highlight-1000\/95{outline-color:#4a3e6ff2}.outline-primary-highlight-1000\/100{outline-color:#4a3e6f}.outline-secondary-100\/0{outline-color:#fef7f200}.outline-secondary-100\/5{outline-color:#fef7f20d}.outline-secondary-100\/10{outline-color:#fef7f21a}.outline-secondary-100\/20{outline-color:#fef7f233}.outline-secondary-100\/25{outline-color:#fef7f240}.outline-secondary-100\/30{outline-color:#fef7f24d}.outline-secondary-100\/40{outline-color:#fef7f266}.outline-secondary-100\/50{outline-color:#fef7f280}.outline-secondary-100\/60{outline-color:#fef7f299}.outline-secondary-100\/70{outline-color:#fef7f2b3}.outline-secondary-100\/75{outline-color:#fef7f2bf}.outline-secondary-100\/80{outline-color:#fef7f2cc}.outline-secondary-100\/90{outline-color:#fef7f2e6}.outline-secondary-100\/95{outline-color:#fef7f2f2}.outline-secondary-100\/100{outline-color:#fef7f2}.outline-secondary-200\/0{outline-color:#fef0e400}.outline-secondary-200\/5{outline-color:#fef0e40d}.outline-secondary-200\/10{outline-color:#fef0e41a}.outline-secondary-200\/20{outline-color:#fef0e433}.outline-secondary-200\/25{outline-color:#fef0e440}.outline-secondary-200\/30{outline-color:#fef0e44d}.outline-secondary-200\/40{outline-color:#fef0e466}.outline-secondary-200\/50{outline-color:#fef0e480}.outline-secondary-200\/60{outline-color:#fef0e499}.outline-secondary-200\/70{outline-color:#fef0e4b3}.outline-secondary-200\/75{outline-color:#fef0e4bf}.outline-secondary-200\/80{outline-color:#fef0e4cc}.outline-secondary-200\/90{outline-color:#fef0e4e6}.outline-secondary-200\/95{outline-color:#fef0e4f2}.outline-secondary-200\/100{outline-color:#fef0e4}.outline-secondary-300\/0{outline-color:#fde1c600}.outline-secondary-300\/5{outline-color:#fde1c60d}.outline-secondary-300\/10{outline-color:#fde1c61a}.outline-secondary-300\/20{outline-color:#fde1c633}.outline-secondary-300\/25{outline-color:#fde1c640}.outline-secondary-300\/30{outline-color:#fde1c64d}.outline-secondary-300\/40{outline-color:#fde1c666}.outline-secondary-300\/50{outline-color:#fde1c680}.outline-secondary-300\/60{outline-color:#fde1c699}.outline-secondary-300\/70{outline-color:#fde1c6b3}.outline-secondary-300\/75{outline-color:#fde1c6bf}.outline-secondary-300\/80{outline-color:#fde1c6cc}.outline-secondary-300\/90{outline-color:#fde1c6e6}.outline-secondary-300\/95{outline-color:#fde1c6f2}.outline-secondary-300\/100{outline-color:#fde1c6}.outline-secondary-400\/0{outline-color:#fcd1a200}.outline-secondary-400\/5{outline-color:#fcd1a20d}.outline-secondary-400\/10{outline-color:#fcd1a21a}.outline-secondary-400\/20{outline-color:#fcd1a233}.outline-secondary-400\/25{outline-color:#fcd1a240}.outline-secondary-400\/30{outline-color:#fcd1a24d}.outline-secondary-400\/40{outline-color:#fcd1a266}.outline-secondary-400\/50{outline-color:#fcd1a280}.outline-secondary-400\/60{outline-color:#fcd1a299}.outline-secondary-400\/70{outline-color:#fcd1a2b3}.outline-secondary-400\/75{outline-color:#fcd1a2bf}.outline-secondary-400\/80{outline-color:#fcd1a2cc}.outline-secondary-400\/90{outline-color:#fcd1a2e6}.outline-secondary-400\/95{outline-color:#fcd1a2f2}.outline-secondary-400\/100{outline-color:#fcd1a2}.outline-secondary-500\/0{outline-color:#fbbf7500}.outline-secondary-500\/5{outline-color:#fbbf750d}.outline-secondary-500\/10{outline-color:#fbbf751a}.outline-secondary-500\/20{outline-color:#fbbf7533}.outline-secondary-500\/25{outline-color:#fbbf7540}.outline-secondary-500\/30{outline-color:#fbbf754d}.outline-secondary-500\/40{outline-color:#fbbf7566}.outline-secondary-500\/50{outline-color:#fbbf7580}.outline-secondary-500\/60{outline-color:#fbbf7599}.outline-secondary-500\/70{outline-color:#fbbf75b3}.outline-secondary-500\/75{outline-color:#fbbf75bf}.outline-secondary-500\/80{outline-color:#fbbf75cc}.outline-secondary-500\/90{outline-color:#fbbf75e6}.outline-secondary-500\/95{outline-color:#fbbf75f2}.outline-secondary-500\/100{outline-color:#fbbf75}.outline-secondary-600\/0{outline-color:#faac1e00}.outline-secondary-600\/5{outline-color:#faac1e0d}.outline-secondary-600\/10{outline-color:#faac1e1a}.outline-secondary-600\/20{outline-color:#faac1e33}.outline-secondary-600\/25{outline-color:#faac1e40}.outline-secondary-600\/30{outline-color:#faac1e4d}.outline-secondary-600\/40{outline-color:#faac1e66}.outline-secondary-600\/50{outline-color:#faac1e80}.outline-secondary-600\/60{outline-color:#faac1e99}.outline-secondary-600\/70{outline-color:#faac1eb3}.outline-secondary-600\/75{outline-color:#faac1ebf}.outline-secondary-600\/80{outline-color:#faac1ecc}.outline-secondary-600\/90{outline-color:#faac1ee6}.outline-secondary-600\/95{outline-color:#faac1ef2}.outline-secondary-600\/100{outline-color:#faac1e}.outline-secondary-700\/0{outline-color:#df991a00}.outline-secondary-700\/5{outline-color:#df991a0d}.outline-secondary-700\/10{outline-color:#df991a1a}.outline-secondary-700\/20{outline-color:#df991a33}.outline-secondary-700\/25{outline-color:#df991a40}.outline-secondary-700\/30{outline-color:#df991a4d}.outline-secondary-700\/40{outline-color:#df991a66}.outline-secondary-700\/50{outline-color:#df991a80}.outline-secondary-700\/60{outline-color:#df991a99}.outline-secondary-700\/70{outline-color:#df991ab3}.outline-secondary-700\/75{outline-color:#df991abf}.outline-secondary-700\/80{outline-color:#df991acc}.outline-secondary-700\/90{outline-color:#df991ae6}.outline-secondary-700\/95{outline-color:#df991af2}.outline-secondary-700\/100{outline-color:#df991a}.outline-secondary-800\/0{outline-color:#c1851700}.outline-secondary-800\/5{outline-color:#c185170d}.outline-secondary-800\/10{outline-color:#c185171a}.outline-secondary-800\/20{outline-color:#c1851733}.outline-secondary-800\/25{outline-color:#c1851740}.outline-secondary-800\/30{outline-color:#c185174d}.outline-secondary-800\/40{outline-color:#c1851766}.outline-secondary-800\/50{outline-color:#c1851780}.outline-secondary-800\/60{outline-color:#c1851799}.outline-secondary-800\/70{outline-color:#c18517b3}.outline-secondary-800\/75{outline-color:#c18517bf}.outline-secondary-800\/80{outline-color:#c18517cc}.outline-secondary-800\/90{outline-color:#c18517e6}.outline-secondary-800\/95{outline-color:#c18517f2}.outline-secondary-800\/100{outline-color:#c18517}.outline-secondary-900\/0{outline-color:#9e6c1200}.outline-secondary-900\/5{outline-color:#9e6c120d}.outline-secondary-900\/10{outline-color:#9e6c121a}.outline-secondary-900\/20{outline-color:#9e6c1233}.outline-secondary-900\/25{outline-color:#9e6c1240}.outline-secondary-900\/30{outline-color:#9e6c124d}.outline-secondary-900\/40{outline-color:#9e6c1266}.outline-secondary-900\/50{outline-color:#9e6c1280}.outline-secondary-900\/60{outline-color:#9e6c1299}.outline-secondary-900\/70{outline-color:#9e6c12b3}.outline-secondary-900\/75{outline-color:#9e6c12bf}.outline-secondary-900\/80{outline-color:#9e6c12cc}.outline-secondary-900\/90{outline-color:#9e6c12e6}.outline-secondary-900\/95{outline-color:#9e6c12f2}.outline-secondary-900\/100{outline-color:#9e6c12}.outline-secondary-1000\/0{outline-color:#6f4c0d00}.outline-secondary-1000\/5{outline-color:#6f4c0d0d}.outline-secondary-1000\/10{outline-color:#6f4c0d1a}.outline-secondary-1000\/20{outline-color:#6f4c0d33}.outline-secondary-1000\/25{outline-color:#6f4c0d40}.outline-secondary-1000\/30{outline-color:#6f4c0d4d}.outline-secondary-1000\/40{outline-color:#6f4c0d66}.outline-secondary-1000\/50{outline-color:#6f4c0d80}.outline-secondary-1000\/60{outline-color:#6f4c0d99}.outline-secondary-1000\/70{outline-color:#6f4c0db3}.outline-secondary-1000\/75{outline-color:#6f4c0dbf}.outline-secondary-1000\/80{outline-color:#6f4c0dcc}.outline-secondary-1000\/90{outline-color:#6f4c0de6}.outline-secondary-1000\/95{outline-color:#6f4c0df2}.outline-secondary-1000\/100{outline-color:#6f4c0d}.outline-grey-100\/0{outline-color:#f2f3f400}.outline-grey-100\/5{outline-color:#f2f3f40d}.outline-grey-100\/10{outline-color:#f2f3f41a}.outline-grey-100\/20{outline-color:#f2f3f433}.outline-grey-100\/25{outline-color:#f2f3f440}.outline-grey-100\/30{outline-color:#f2f3f44d}.outline-grey-100\/40{outline-color:#f2f3f466}.outline-grey-100\/50{outline-color:#f2f3f480}.outline-grey-100\/60{outline-color:#f2f3f499}.outline-grey-100\/70{outline-color:#f2f3f4b3}.outline-grey-100\/75{outline-color:#f2f3f4bf}.outline-grey-100\/80{outline-color:#f2f3f4cc}.outline-grey-100\/90{outline-color:#f2f3f4e6}.outline-grey-100\/95{outline-color:#f2f3f4f2}.outline-grey-100\/100{outline-color:#f2f3f4}.outline-grey-200\/0{outline-color:#e6e7e800}.outline-grey-200\/5{outline-color:#e6e7e80d}.outline-grey-200\/10{outline-color:#e6e7e81a}.outline-grey-200\/20{outline-color:#e6e7e833}.outline-grey-200\/25{outline-color:#e6e7e840}.outline-grey-200\/30{outline-color:#e6e7e84d}.outline-grey-200\/40{outline-color:#e6e7e866}.outline-grey-200\/50{outline-color:#e6e7e880}.outline-grey-200\/60{outline-color:#e6e7e899}.outline-grey-200\/70{outline-color:#e6e7e8b3}.outline-grey-200\/75{outline-color:#e6e7e8bf}.outline-grey-200\/80{outline-color:#e6e7e8cc}.outline-grey-200\/90{outline-color:#e6e7e8e6}.outline-grey-200\/95{outline-color:#e6e7e8f2}.outline-grey-200\/100{outline-color:#e6e7e8}.outline-grey-300\/0{outline-color:#caccd000}.outline-grey-300\/5{outline-color:#caccd00d}.outline-grey-300\/10{outline-color:#caccd01a}.outline-grey-300\/20{outline-color:#caccd033}.outline-grey-300\/25{outline-color:#caccd040}.outline-grey-300\/30{outline-color:#caccd04d}.outline-grey-300\/40{outline-color:#caccd066}.outline-grey-300\/50{outline-color:#caccd080}.outline-grey-300\/60{outline-color:#caccd099}.outline-grey-300\/70{outline-color:#caccd0b3}.outline-grey-300\/75{outline-color:#caccd0bf}.outline-grey-300\/80{outline-color:#caccd0cc}.outline-grey-300\/90{outline-color:#caccd0e6}.outline-grey-300\/95{outline-color:#caccd0f2}.outline-grey-300\/100{outline-color:#caccd0}.outline-grey-400\/0{outline-color:#aaaeb400}.outline-grey-400\/5{outline-color:#aaaeb40d}.outline-grey-400\/10{outline-color:#aaaeb41a}.outline-grey-400\/20{outline-color:#aaaeb433}.outline-grey-400\/25{outline-color:#aaaeb440}.outline-grey-400\/30{outline-color:#aaaeb44d}.outline-grey-400\/40{outline-color:#aaaeb466}.outline-grey-400\/50{outline-color:#aaaeb480}.outline-grey-400\/60{outline-color:#aaaeb499}.outline-grey-400\/70{outline-color:#aaaeb4b3}.outline-grey-400\/75{outline-color:#aaaeb4bf}.outline-grey-400\/80{outline-color:#aaaeb4cc}.outline-grey-400\/90{outline-color:#aaaeb4e6}.outline-grey-400\/95{outline-color:#aaaeb4f2}.outline-grey-400\/100{outline-color:#aaaeb4}.outline-grey-500\/0{outline-color:#82899300}.outline-grey-500\/5{outline-color:#8289930d}.outline-grey-500\/10{outline-color:#8289931a}.outline-grey-500\/20{outline-color:#82899333}.outline-grey-500\/25{outline-color:#82899340}.outline-grey-500\/30{outline-color:#8289934d}.outline-grey-500\/40{outline-color:#82899366}.outline-grey-500\/50{outline-color:#82899380}.outline-grey-500\/60{outline-color:#82899399}.outline-grey-500\/70{outline-color:#828993b3}.outline-grey-500\/75{outline-color:#828993bf}.outline-grey-500\/80{outline-color:#828993cc}.outline-grey-500\/90{outline-color:#828993e6}.outline-grey-500\/95{outline-color:#828993f2}.outline-grey-500\/100{outline-color:#828993}.outline-grey-600\/0{outline-color:#47556900}.outline-grey-600\/5{outline-color:#4755690d}.outline-grey-600\/10{outline-color:#4755691a}.outline-grey-600\/20{outline-color:#47556933}.outline-grey-600\/25{outline-color:#47556940}.outline-grey-600\/30{outline-color:#4755694d}.outline-grey-600\/40{outline-color:#47556966}.outline-grey-600\/50{outline-color:#47556980}.outline-grey-600\/60{outline-color:#47556999}.outline-grey-600\/70{outline-color:#475569b3}.outline-grey-600\/75{outline-color:#475569bf}.outline-grey-600\/80{outline-color:#475569cc}.outline-grey-600\/90{outline-color:#475569e6}.outline-grey-600\/95{outline-color:#475569f2}.outline-grey-600\/100{outline-color:#475569}.outline-grey-700\/0{outline-color:#3f4c5d00}.outline-grey-700\/5{outline-color:#3f4c5d0d}.outline-grey-700\/10{outline-color:#3f4c5d1a}.outline-grey-700\/20{outline-color:#3f4c5d33}.outline-grey-700\/25{outline-color:#3f4c5d40}.outline-grey-700\/30{outline-color:#3f4c5d4d}.outline-grey-700\/40{outline-color:#3f4c5d66}.outline-grey-700\/50{outline-color:#3f4c5d80}.outline-grey-700\/60{outline-color:#3f4c5d99}.outline-grey-700\/70{outline-color:#3f4c5db3}.outline-grey-700\/75{outline-color:#3f4c5dbf}.outline-grey-700\/80{outline-color:#3f4c5dcc}.outline-grey-700\/90{outline-color:#3f4c5de6}.outline-grey-700\/95{outline-color:#3f4c5df2}.outline-grey-700\/100{outline-color:#3f4c5d}.outline-grey-800\/0{outline-color:#36415100}.outline-grey-800\/5{outline-color:#3641510d}.outline-grey-800\/10{outline-color:#3641511a}.outline-grey-800\/20{outline-color:#36415133}.outline-grey-800\/25{outline-color:#36415140}.outline-grey-800\/30{outline-color:#3641514d}.outline-grey-800\/40{outline-color:#36415166}.outline-grey-800\/50{outline-color:#36415180}.outline-grey-800\/60{outline-color:#36415199}.outline-grey-800\/70{outline-color:#364151b3}.outline-grey-800\/75{outline-color:#364151bf}.outline-grey-800\/80{outline-color:#364151cc}.outline-grey-800\/90{outline-color:#364151e6}.outline-grey-800\/95{outline-color:#364151f2}.outline-grey-800\/100{outline-color:#364151}.outline-grey-900\/0{outline-color:#2c354200}.outline-grey-900\/5{outline-color:#2c35420d}.outline-grey-900\/10{outline-color:#2c35421a}.outline-grey-900\/20{outline-color:#2c354233}.outline-grey-900\/25{outline-color:#2c354240}.outline-grey-900\/30{outline-color:#2c35424d}.outline-grey-900\/40{outline-color:#2c354266}.outline-grey-900\/50{outline-color:#2c354280}.outline-grey-900\/60{outline-color:#2c354299}.outline-grey-900\/70{outline-color:#2c3542b3}.outline-grey-900\/75{outline-color:#2c3542bf}.outline-grey-900\/80{outline-color:#2c3542cc}.outline-grey-900\/90{outline-color:#2c3542e6}.outline-grey-900\/95{outline-color:#2c3542f2}.outline-grey-900\/100{outline-color:#2c3542}.outline-grey-1000\/0{outline-color:#1f262e00}.outline-grey-1000\/5{outline-color:#1f262e0d}.outline-grey-1000\/10{outline-color:#1f262e1a}.outline-grey-1000\/20{outline-color:#1f262e33}.outline-grey-1000\/25{outline-color:#1f262e40}.outline-grey-1000\/30{outline-color:#1f262e4d}.outline-grey-1000\/40{outline-color:#1f262e66}.outline-grey-1000\/50{outline-color:#1f262e80}.outline-grey-1000\/60{outline-color:#1f262e99}.outline-grey-1000\/70{outline-color:#1f262eb3}.outline-grey-1000\/75{outline-color:#1f262ebf}.outline-grey-1000\/80{outline-color:#1f262ecc}.outline-grey-1000\/90{outline-color:#1f262ee6}.outline-grey-1000\/95{outline-color:#1f262ef2}.outline-grey-1000\/100{outline-color:#1f262e}.outline-green-1000\/0{outline-color:#175e4400}.outline-green-1000\/5{outline-color:#175e440d}.outline-green-1000\/10{outline-color:#175e441a}.outline-green-1000\/20{outline-color:#175e4433}.outline-green-1000\/25{outline-color:#175e4440}.outline-green-1000\/30{outline-color:#175e444d}.outline-green-1000\/40{outline-color:#175e4466}.outline-green-1000\/50{outline-color:#175e4480}.outline-green-1000\/60{outline-color:#175e4499}.outline-green-1000\/70{outline-color:#175e44b3}.outline-green-1000\/75{outline-color:#175e44bf}.outline-green-1000\/80{outline-color:#175e44cc}.outline-green-1000\/90{outline-color:#175e44e6}.outline-green-1000\/95{outline-color:#175e44f2}.outline-green-1000\/100{outline-color:#175e44}.outline-blue-1000\/0{outline-color:#102c6900}.outline-blue-1000\/5{outline-color:#102c690d}.outline-blue-1000\/10{outline-color:#102c691a}.outline-blue-1000\/20{outline-color:#102c6933}.outline-blue-1000\/25{outline-color:#102c6940}.outline-blue-1000\/30{outline-color:#102c694d}.outline-blue-1000\/40{outline-color:#102c6966}.outline-blue-1000\/50{outline-color:#102c6980}.outline-blue-1000\/60{outline-color:#102c6999}.outline-blue-1000\/70{outline-color:#102c69b3}.outline-blue-1000\/75{outline-color:#102c69bf}.outline-blue-1000\/80{outline-color:#102c69cc}.outline-blue-1000\/90{outline-color:#102c69e6}.outline-blue-1000\/95{outline-color:#102c69f2}.outline-blue-1000\/100{outline-color:#102c69}.outline-orange-1000\/0{outline-color:#68270500}.outline-orange-1000\/5{outline-color:#6827050d}.outline-orange-1000\/10{outline-color:#6827051a}.outline-orange-1000\/20{outline-color:#68270533}.outline-orange-1000\/25{outline-color:#68270540}.outline-orange-1000\/30{outline-color:#6827054d}.outline-orange-1000\/40{outline-color:#68270566}.outline-orange-1000\/50{outline-color:#68270580}.outline-orange-1000\/60{outline-color:#68270599}.outline-orange-1000\/70{outline-color:#682705b3}.outline-orange-1000\/75{outline-color:#682705bf}.outline-orange-1000\/80{outline-color:#682705cc}.outline-orange-1000\/90{outline-color:#682705e6}.outline-orange-1000\/95{outline-color:#682705f2}.outline-orange-1000\/100{outline-color:#682705}.outline-red-1000\/0{outline-color:#62101000}.outline-red-1000\/5{outline-color:#6210100d}.outline-red-1000\/10{outline-color:#6210101a}.outline-red-1000\/20{outline-color:#62101033}.outline-red-1000\/25{outline-color:#62101040}.outline-red-1000\/30{outline-color:#6210104d}.outline-red-1000\/40{outline-color:#62101066}.outline-red-1000\/50{outline-color:#62101080}.outline-red-1000\/60{outline-color:#62101099}.outline-red-1000\/70{outline-color:#621010b3}.outline-red-1000\/75{outline-color:#621010bf}.outline-red-1000\/80{outline-color:#621010cc}.outline-red-1000\/90{outline-color:#621010e6}.outline-red-1000\/95{outline-color:#621010f2}.outline-red-1000\/100{outline-color:#621010}.outline-primary\/0{outline-color:#a78bfa00}.outline-primary\/5{outline-color:#a78bfa0d}.outline-primary\/10{outline-color:#a78bfa1a}.outline-primary\/20{outline-color:#a78bfa33}.outline-primary\/25{outline-color:#a78bfa40}.outline-primary\/30{outline-color:#a78bfa4d}.outline-primary\/40{outline-color:#a78bfa66}.outline-primary\/50{outline-color:#a78bfa80}.outline-primary\/60{outline-color:#a78bfa99}.outline-primary\/70{outline-color:#a78bfab3}.outline-primary\/75{outline-color:#a78bfabf}.outline-primary\/80{outline-color:#a78bfacc}.outline-primary\/90{outline-color:#a78bfae6}.outline-primary\/95{outline-color:#a78bfaf2}.outline-primary\/100{outline-color:#a78bfa}.outline-primary-light\/0{outline-color:#f7f5fe00}.outline-primary-light\/5{outline-color:#f7f5fe0d}.outline-primary-light\/10{outline-color:#f7f5fe1a}.outline-primary-light\/20{outline-color:#f7f5fe33}.outline-primary-light\/25{outline-color:#f7f5fe40}.outline-primary-light\/30{outline-color:#f7f5fe4d}.outline-primary-light\/40{outline-color:#f7f5fe66}.outline-primary-light\/50{outline-color:#f7f5fe80}.outline-primary-light\/60{outline-color:#f7f5fe99}.outline-primary-light\/70{outline-color:#f7f5feb3}.outline-primary-light\/75{outline-color:#f7f5febf}.outline-primary-light\/80{outline-color:#f7f5fecc}.outline-primary-light\/90{outline-color:#f7f5fee6}.outline-primary-light\/95{outline-color:#f7f5fef2}.outline-primary-light\/100{outline-color:#f7f5fe}.outline-primary-dark\/0{outline-color:#69579e00}.outline-primary-dark\/5{outline-color:#69579e0d}.outline-primary-dark\/10{outline-color:#69579e1a}.outline-primary-dark\/20{outline-color:#69579e33}.outline-primary-dark\/25{outline-color:#69579e40}.outline-primary-dark\/30{outline-color:#69579e4d}.outline-primary-dark\/40{outline-color:#69579e66}.outline-primary-dark\/50{outline-color:#69579e80}.outline-primary-dark\/60{outline-color:#69579e99}.outline-primary-dark\/70{outline-color:#69579eb3}.outline-primary-dark\/75{outline-color:#69579ebf}.outline-primary-dark\/80{outline-color:#69579ecc}.outline-primary-dark\/90{outline-color:#69579ee6}.outline-primary-dark\/95{outline-color:#69579ef2}.outline-primary-dark\/100{outline-color:#69579e}.outline-info\/0{outline-color:#7690ef00}.outline-info\/5{outline-color:#7690ef0d}.outline-info\/10{outline-color:#7690ef1a}.outline-info\/20{outline-color:#7690ef33}.outline-info\/25{outline-color:#7690ef40}.outline-info\/30{outline-color:#7690ef4d}.outline-info\/40{outline-color:#7690ef66}.outline-info\/50{outline-color:#7690ef80}.outline-info\/60{outline-color:#7690ef99}.outline-info\/70{outline-color:#7690efb3}.outline-info\/75{outline-color:#7690efbf}.outline-info\/80{outline-color:#7690efcc}.outline-info\/90{outline-color:#7690efe6}.outline-info\/95{outline-color:#7690eff2}.outline-info\/100{outline-color:#7690ef}.outline-info-light\/0{outline-color:#f2f3fd00}.outline-info-light\/5{outline-color:#f2f3fd0d}.outline-info-light\/10{outline-color:#f2f3fd1a}.outline-info-light\/20{outline-color:#f2f3fd33}.outline-info-light\/25{outline-color:#f2f3fd40}.outline-info-light\/30{outline-color:#f2f3fd4d}.outline-info-light\/40{outline-color:#f2f3fd66}.outline-info-light\/50{outline-color:#f2f3fd80}.outline-info-light\/60{outline-color:#f2f3fd99}.outline-info-light\/70{outline-color:#f2f3fdb3}.outline-info-light\/75{outline-color:#f2f3fdbf}.outline-info-light\/80{outline-color:#f2f3fdcc}.outline-info-light\/90{outline-color:#f2f3fde6}.outline-info-light\/95{outline-color:#f2f3fdf2}.outline-info-light\/100{outline-color:#f2f3fd}.outline-info-dark\/0{outline-color:#2158d200}.outline-info-dark\/5{outline-color:#2158d20d}.outline-info-dark\/10{outline-color:#2158d21a}.outline-info-dark\/20{outline-color:#2158d233}.outline-info-dark\/25{outline-color:#2158d240}.outline-info-dark\/30{outline-color:#2158d24d}.outline-info-dark\/40{outline-color:#2158d266}.outline-info-dark\/50{outline-color:#2158d280}.outline-info-dark\/60{outline-color:#2158d299}.outline-info-dark\/70{outline-color:#2158d2b3}.outline-info-dark\/75{outline-color:#2158d2bf}.outline-info-dark\/80{outline-color:#2158d2cc}.outline-info-dark\/90{outline-color:#2158d2e6}.outline-info-dark\/95{outline-color:#2158d2f2}.outline-info-dark\/100{outline-color:#2158d2}.outline-success\/0{outline-color:#28a37600}.outline-success\/5{outline-color:#28a3760d}.outline-success\/10{outline-color:#28a3761a}.outline-success\/20{outline-color:#28a37633}.outline-success\/25{outline-color:#28a37640}.outline-success\/30{outline-color:#28a3764d}.outline-success\/40{outline-color:#28a37666}.outline-success\/50{outline-color:#28a37680}.outline-success\/60{outline-color:#28a37699}.outline-success\/70{outline-color:#28a376b3}.outline-success\/75{outline-color:#28a376bf}.outline-success\/80{outline-color:#28a376cc}.outline-success\/90{outline-color:#28a376e6}.outline-success\/95{outline-color:#28a376f2}.outline-success\/100{outline-color:#28a376}.outline-success-light\/0{outline-color:#f2faf600}.outline-success-light\/5{outline-color:#f2faf60d}.outline-success-light\/10{outline-color:#f2faf61a}.outline-success-light\/20{outline-color:#f2faf633}.outline-success-light\/25{outline-color:#f2faf640}.outline-success-light\/30{outline-color:#f2faf64d}.outline-success-light\/40{outline-color:#f2faf666}.outline-success-light\/50{outline-color:#f2faf680}.outline-success-light\/60{outline-color:#f2faf699}.outline-success-light\/70{outline-color:#f2faf6b3}.outline-success-light\/75{outline-color:#f2faf6bf}.outline-success-light\/80{outline-color:#f2faf6cc}.outline-success-light\/90{outline-color:#f2faf6e6}.outline-success-light\/95{outline-color:#f2faf6f2}.outline-success-light\/100{outline-color:#f2faf6}.outline-success-dark\/0{outline-color:#20856000}.outline-success-dark\/5{outline-color:#2085600d}.outline-success-dark\/10{outline-color:#2085601a}.outline-success-dark\/20{outline-color:#20856033}.outline-success-dark\/25{outline-color:#20856040}.outline-success-dark\/30{outline-color:#2085604d}.outline-success-dark\/40{outline-color:#20856066}.outline-success-dark\/50{outline-color:#20856080}.outline-success-dark\/60{outline-color:#20856099}.outline-success-dark\/70{outline-color:#208560b3}.outline-success-dark\/75{outline-color:#208560bf}.outline-success-dark\/80{outline-color:#208560cc}.outline-success-dark\/90{outline-color:#208560e6}.outline-success-dark\/95{outline-color:#208560f2}.outline-success-dark\/100{outline-color:#208560}.outline-warning\/0{outline-color:#faac1e00}.outline-warning\/5{outline-color:#faac1e0d}.outline-warning\/10{outline-color:#faac1e1a}.outline-warning\/20{outline-color:#faac1e33}.outline-warning\/25{outline-color:#faac1e40}.outline-warning\/30{outline-color:#faac1e4d}.outline-warning\/40{outline-color:#faac1e66}.outline-warning\/50{outline-color:#faac1e80}.outline-warning\/60{outline-color:#faac1e99}.outline-warning\/70{outline-color:#faac1eb3}.outline-warning\/75{outline-color:#faac1ebf}.outline-warning\/80{outline-color:#faac1ecc}.outline-warning\/90{outline-color:#faac1ee6}.outline-warning\/95{outline-color:#faac1ef2}.outline-warning\/100{outline-color:#faac1e}.outline-warning-light\/0{outline-color:#fef7f200}.outline-warning-light\/5{outline-color:#fef7f20d}.outline-warning-light\/10{outline-color:#fef7f21a}.outline-warning-light\/20{outline-color:#fef7f233}.outline-warning-light\/25{outline-color:#fef7f240}.outline-warning-light\/30{outline-color:#fef7f24d}.outline-warning-light\/40{outline-color:#fef7f266}.outline-warning-light\/50{outline-color:#fef7f280}.outline-warning-light\/60{outline-color:#fef7f299}.outline-warning-light\/70{outline-color:#fef7f2b3}.outline-warning-light\/75{outline-color:#fef7f2bf}.outline-warning-light\/80{outline-color:#fef7f2cc}.outline-warning-light\/90{outline-color:#fef7f2e6}.outline-warning-light\/95{outline-color:#fef7f2f2}.outline-warning-light\/100{outline-color:#fef7f2}.outline-warning-dark\/0{outline-color:#9e6c1200}.outline-warning-dark\/5{outline-color:#9e6c120d}.outline-warning-dark\/10{outline-color:#9e6c121a}.outline-warning-dark\/20{outline-color:#9e6c1233}.outline-warning-dark\/25{outline-color:#9e6c1240}.outline-warning-dark\/30{outline-color:#9e6c124d}.outline-warning-dark\/40{outline-color:#9e6c1266}.outline-warning-dark\/50{outline-color:#9e6c1280}.outline-warning-dark\/60{outline-color:#9e6c1299}.outline-warning-dark\/70{outline-color:#9e6c12b3}.outline-warning-dark\/75{outline-color:#9e6c12bf}.outline-warning-dark\/80{outline-color:#9e6c12cc}.outline-warning-dark\/90{outline-color:#9e6c12e6}.outline-warning-dark\/95{outline-color:#9e6c12f2}.outline-warning-dark\/100{outline-color:#9e6c12}.outline-error\/0{outline-color:#dc262600}.outline-error\/5{outline-color:#dc26260d}.outline-error\/10{outline-color:#dc26261a}.outline-error\/20{outline-color:#dc262633}.outline-error\/25{outline-color:#dc262640}.outline-error\/30{outline-color:#dc26264d}.outline-error\/40{outline-color:#dc262666}.outline-error\/50{outline-color:#dc262680}.outline-error\/60{outline-color:#dc262699}.outline-error\/70{outline-color:#dc2626b3}.outline-error\/75{outline-color:#dc2626bf}.outline-error\/80{outline-color:#dc2626cc}.outline-error\/90{outline-color:#dc2626e6}.outline-error\/95{outline-color:#dc2626f2}.outline-error\/100{outline-color:#dc2626}.outline-error-light\/0{outline-color:#fbf2f200}.outline-error-light\/5{outline-color:#fbf2f20d}.outline-error-light\/10{outline-color:#fbf2f21a}.outline-error-light\/20{outline-color:#fbf2f233}.outline-error-light\/25{outline-color:#fbf2f240}.outline-error-light\/30{outline-color:#fbf2f24d}.outline-error-light\/40{outline-color:#fbf2f266}.outline-error-light\/50{outline-color:#fbf2f280}.outline-error-light\/60{outline-color:#fbf2f299}.outline-error-light\/70{outline-color:#fbf2f2b3}.outline-error-light\/75{outline-color:#fbf2f2bf}.outline-error-light\/80{outline-color:#fbf2f2cc}.outline-error-light\/90{outline-color:#fbf2f2e6}.outline-error-light\/95{outline-color:#fbf2f2f2}.outline-error-light\/100{outline-color:#fbf2f2}.outline-error-dark\/0{outline-color:#c4212100}.outline-error-dark\/5{outline-color:#c421210d}.outline-error-dark\/10{outline-color:#c421211a}.outline-error-dark\/20{outline-color:#c4212133}.outline-error-dark\/25{outline-color:#c4212140}.outline-error-dark\/30{outline-color:#c421214d}.outline-error-dark\/40{outline-color:#c4212166}.outline-error-dark\/50{outline-color:#c4212180}.outline-error-dark\/60{outline-color:#c4212199}.outline-error-dark\/70{outline-color:#c42121b3}.outline-error-dark\/75{outline-color:#c42121bf}.outline-error-dark\/80{outline-color:#c42121cc}.outline-error-dark\/90{outline-color:#c42121e6}.outline-error-dark\/95{outline-color:#c42121f2}.outline-error-dark\/100{outline-color:#c42121}.outline-grey\/0{outline-color:#47556900}.outline-grey\/5{outline-color:#4755690d}.outline-grey\/10{outline-color:#4755691a}.outline-grey\/20{outline-color:#47556933}.outline-grey\/25{outline-color:#47556940}.outline-grey\/30{outline-color:#4755694d}.outline-grey\/40{outline-color:#47556966}.outline-grey\/50{outline-color:#47556980}.outline-grey\/60{outline-color:#47556999}.outline-grey\/70{outline-color:#475569b3}.outline-grey\/75{outline-color:#475569bf}.outline-grey\/80{outline-color:#475569cc}.outline-grey\/90{outline-color:#475569e6}.outline-grey\/95{outline-color:#475569f2}.outline-grey\/100{outline-color:#475569}.outline-grey-light\/0{outline-color:#f2f3f400}.outline-grey-light\/5{outline-color:#f2f3f40d}.outline-grey-light\/10{outline-color:#f2f3f41a}.outline-grey-light\/20{outline-color:#f2f3f433}.outline-grey-light\/25{outline-color:#f2f3f440}.outline-grey-light\/30{outline-color:#f2f3f44d}.outline-grey-light\/40{outline-color:#f2f3f466}.outline-grey-light\/50{outline-color:#f2f3f480}.outline-grey-light\/60{outline-color:#f2f3f499}.outline-grey-light\/70{outline-color:#f2f3f4b3}.outline-grey-light\/75{outline-color:#f2f3f4bf}.outline-grey-light\/80{outline-color:#f2f3f4cc}.outline-grey-light\/90{outline-color:#f2f3f4e6}.outline-grey-light\/95{outline-color:#f2f3f4f2}.outline-grey-light\/100{outline-color:#f2f3f4}.outline-grey-dark\/0{outline-color:#2c354200}.outline-grey-dark\/5{outline-color:#2c35420d}.outline-grey-dark\/10{outline-color:#2c35421a}.outline-grey-dark\/20{outline-color:#2c354233}.outline-grey-dark\/25{outline-color:#2c354240}.outline-grey-dark\/30{outline-color:#2c35424d}.outline-grey-dark\/40{outline-color:#2c354266}.outline-grey-dark\/50{outline-color:#2c354280}.outline-grey-dark\/60{outline-color:#2c354299}.outline-grey-dark\/70{outline-color:#2c3542b3}.outline-grey-dark\/75{outline-color:#2c3542bf}.outline-grey-dark\/80{outline-color:#2c3542cc}.outline-grey-dark\/90{outline-color:#2c3542e6}.outline-grey-dark\/95{outline-color:#2c3542f2}.outline-grey-dark\/100{outline-color:#2c3542}.outline-gray-200{outline-color:#e5e7eb}.ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-8{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-red-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity))}.ring-red-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 242 242 / var(--tw-ring-opacity))}.ring-red-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 228 228 / var(--tw-ring-opacity))}.ring-red-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(241 198 198 / var(--tw-ring-opacity))}.ring-red-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 163 163 / var(--tw-ring-opacity))}.ring-red-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(227 118 118 / var(--tw-ring-opacity))}.ring-red-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity))}.ring-red-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(196 33 33 / var(--tw-ring-opacity))}.ring-red-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(170 29 29 / var(--tw-ring-opacity))}.ring-red-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(139 24 24 / var(--tw-ring-opacity))}.ring-orange-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity))}.ring-orange-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 243 241 / var(--tw-ring-opacity))}.ring-orange-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 231 228 / var(--tw-ring-opacity))}.ring-orange-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(246 205 197 / var(--tw-ring-opacity))}.ring-orange-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 175 161 / var(--tw-ring-opacity))}.ring-orange-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(238 138 114 / var(--tw-ring-opacity))}.ring-orange-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity))}.ring-orange-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 78 10 / var(--tw-ring-opacity))}.ring-orange-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(181 68 9 / var(--tw-ring-opacity))}.ring-orange-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 55 7 / var(--tw-ring-opacity))}.ring-yellow-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity))}.ring-yellow-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity))}.ring-yellow-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity))}.ring-yellow-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity))}.ring-yellow-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity))}.ring-yellow-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity))}.ring-yellow-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity))}.ring-yellow-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity))}.ring-yellow-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity))}.ring-yellow-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity))}.ring-green-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 253 244 / var(--tw-ring-opacity))}.ring-green-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 250 246 / var(--tw-ring-opacity))}.ring-green-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(229 246 238 / var(--tw-ring-opacity))}.ring-green-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(200 238 219 / var(--tw-ring-opacity))}.ring-green-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(166 229 200 / var(--tw-ring-opacity))}.ring-green-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(123 220 178 / var(--tw-ring-opacity))}.ring-green-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity))}.ring-green-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(46 188 136 / var(--tw-ring-opacity))}.ring-green-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(40 163 118 / var(--tw-ring-opacity))}.ring-green-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(32 133 96 / var(--tw-ring-opacity))}.ring-emerald-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity))}.ring-emerald-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity))}.ring-emerald-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity))}.ring-emerald-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity))}.ring-emerald-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity))}.ring-emerald-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity))}.ring-emerald-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity))}.ring-emerald-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity))}.ring-emerald-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity))}.ring-emerald-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity))}.ring-teal-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity))}.ring-teal-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity))}.ring-teal-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity))}.ring-teal-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity))}.ring-teal-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity))}.ring-teal-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity))}.ring-teal-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity))}.ring-teal-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity))}.ring-teal-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity))}.ring-teal-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity))}.ring-sky-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 249 255 / var(--tw-ring-opacity))}.ring-sky-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity))}.ring-sky-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity))}.ring-sky-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity))}.ring-sky-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity))}.ring-sky-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity))}.ring-sky-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity))}.ring-sky-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity))}.ring-sky-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity))}.ring-sky-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(12 74 110 / var(--tw-ring-opacity))}.ring-blue-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity))}.ring-blue-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 253 / var(--tw-ring-opacity))}.ring-blue-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(228 232 251 / var(--tw-ring-opacity))}.ring-blue-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(198 207 247 / var(--tw-ring-opacity))}.ring-blue-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(163 178 243 / var(--tw-ring-opacity))}.ring-blue-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(118 144 239 / var(--tw-ring-opacity))}.ring-blue-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity))}.ring-blue-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(33 88 210 / var(--tw-ring-opacity))}.ring-blue-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(28 76 182 / var(--tw-ring-opacity))}.ring-blue-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(23 62 148 / var(--tw-ring-opacity))}.ring-indigo-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity))}.ring-indigo-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity))}.ring-indigo-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity))}.ring-indigo-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity))}.ring-indigo-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity))}.ring-indigo-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity))}.ring-indigo-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity))}.ring-indigo-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity))}.ring-indigo-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity))}.ring-indigo-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity))}.ring-violet-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity))}.ring-violet-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity))}.ring-violet-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity))}.ring-violet-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity))}.ring-violet-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity))}.ring-violet-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity))}.ring-violet-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity))}.ring-violet-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity))}.ring-violet-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity))}.ring-violet-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity))}.ring-fuchsia-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 244 255 / var(--tw-ring-opacity))}.ring-fuchsia-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity))}.ring-fuchsia-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity))}.ring-fuchsia-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity))}.ring-fuchsia-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity))}.ring-fuchsia-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity))}.ring-fuchsia-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity))}.ring-fuchsia-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity))}.ring-fuchsia-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity))}.ring-fuchsia-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity))}.ring-pink-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity))}.ring-pink-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity))}.ring-pink-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity))}.ring-pink-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity))}.ring-pink-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity))}.ring-pink-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity))}.ring-pink-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity))}.ring-pink-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity))}.ring-pink-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity))}.ring-pink-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity))}.ring-rose-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 241 242 / var(--tw-ring-opacity))}.ring-rose-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 228 230 / var(--tw-ring-opacity))}.ring-rose-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity))}.ring-rose-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 164 175 / var(--tw-ring-opacity))}.ring-rose-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity))}.ring-rose-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity))}.ring-rose-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity))}.ring-rose-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity))}.ring-rose-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(159 18 57 / var(--tw-ring-opacity))}.ring-rose-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(136 19 55 / var(--tw-ring-opacity))}.ring-primary-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 244 / var(--tw-ring-opacity))}.ring-primary-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(232 232 240 / var(--tw-ring-opacity))}.ring-primary-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(208 208 225 / var(--tw-ring-opacity))}.ring-primary-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(180 180 209 / var(--tw-ring-opacity))}.ring-primary-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 147 191 / var(--tw-ring-opacity))}.ring-primary-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(104 104 172 / var(--tw-ring-opacity))}.ring-primary-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(93 93 153 / var(--tw-ring-opacity))}.ring-primary-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(80 80 133 / var(--tw-ring-opacity))}.ring-primary-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(65 65 108 / var(--tw-ring-opacity))}.ring-primary-1000{--tw-ring-opacity: 1;--tw-ring-color: rgb(46 46 76 / var(--tw-ring-opacity))}.ring-primary-highlight-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(247 245 254 / var(--tw-ring-opacity))}.ring-primary-highlight-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 236 254 / var(--tw-ring-opacity))}.ring-primary-highlight-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(223 216 253 / var(--tw-ring-opacity))}.ring-primary-highlight-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(206 193 252 / var(--tw-ring-opacity))}.ring-primary-highlight-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(187 168 251 / var(--tw-ring-opacity))}.ring-primary-highlight-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity))}.ring-primary-highlight-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(149 124 223 / var(--tw-ring-opacity))}.ring-primary-highlight-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(129 107 193 / var(--tw-ring-opacity))}.ring-primary-highlight-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(105 87 158 / var(--tw-ring-opacity))}.ring-primary-highlight-1000{--tw-ring-opacity: 1;--tw-ring-color: rgb(74 62 111 / var(--tw-ring-opacity))}.ring-secondary-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 247 242 / var(--tw-ring-opacity))}.ring-secondary-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 240 228 / var(--tw-ring-opacity))}.ring-secondary-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 225 198 / var(--tw-ring-opacity))}.ring-secondary-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 209 162 / var(--tw-ring-opacity))}.ring-secondary-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 117 / var(--tw-ring-opacity))}.ring-secondary-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 172 30 / var(--tw-ring-opacity))}.ring-secondary-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(223 153 26 / var(--tw-ring-opacity))}.ring-secondary-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(193 133 23 / var(--tw-ring-opacity))}.ring-secondary-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(158 108 18 / var(--tw-ring-opacity))}.ring-secondary-1000{--tw-ring-opacity: 1;--tw-ring-color: rgb(111 76 13 / var(--tw-ring-opacity))}.ring-grey-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 244 / var(--tw-ring-opacity))}.ring-grey-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(230 231 232 / var(--tw-ring-opacity))}.ring-grey-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(202 204 208 / var(--tw-ring-opacity))}.ring-grey-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(170 174 180 / var(--tw-ring-opacity))}.ring-grey-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(130 137 147 / var(--tw-ring-opacity))}.ring-grey-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity))}.ring-grey-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(63 76 93 / var(--tw-ring-opacity))}.ring-grey-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(54 65 81 / var(--tw-ring-opacity))}.ring-grey-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(44 53 66 / var(--tw-ring-opacity))}.ring-grey-1000{--tw-ring-opacity: 1;--tw-ring-color: rgb(31 38 46 / var(--tw-ring-opacity))}.ring-green-1000{--tw-ring-opacity: 1;--tw-ring-color: rgb(23 94 68 / var(--tw-ring-opacity))}.ring-blue-1000{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 44 105 / var(--tw-ring-opacity))}.ring-orange-1000{--tw-ring-opacity: 1;--tw-ring-color: rgb(104 39 5 / var(--tw-ring-opacity))}.ring-red-1000{--tw-ring-opacity: 1;--tw-ring-color: rgb(98 16 16 / var(--tw-ring-opacity))}.ring-primary{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity))}.ring-primary-light{--tw-ring-opacity: 1;--tw-ring-color: rgb(247 245 254 / var(--tw-ring-opacity))}.ring-primary-dark{--tw-ring-opacity: 1;--tw-ring-color: rgb(105 87 158 / var(--tw-ring-opacity))}.ring-info{--tw-ring-opacity: 1;--tw-ring-color: rgb(118 144 239 / var(--tw-ring-opacity))}.ring-info-light{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 253 / var(--tw-ring-opacity))}.ring-info-dark{--tw-ring-opacity: 1;--tw-ring-color: rgb(33 88 210 / var(--tw-ring-opacity))}.ring-success{--tw-ring-opacity: 1;--tw-ring-color: rgb(40 163 118 / var(--tw-ring-opacity))}.ring-success-light{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 250 246 / var(--tw-ring-opacity))}.ring-success-dark{--tw-ring-opacity: 1;--tw-ring-color: rgb(32 133 96 / var(--tw-ring-opacity))}.ring-warning{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 172 30 / var(--tw-ring-opacity))}.ring-warning-light{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 247 242 / var(--tw-ring-opacity))}.ring-warning-dark{--tw-ring-opacity: 1;--tw-ring-color: rgb(158 108 18 / var(--tw-ring-opacity))}.ring-error{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity))}.ring-error-light{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 242 242 / var(--tw-ring-opacity))}.ring-error-dark{--tw-ring-opacity: 1;--tw-ring-color: rgb(196 33 33 / var(--tw-ring-opacity))}.ring-grey{--tw-ring-opacity: 1;--tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity))}.ring-grey-light{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 244 / var(--tw-ring-opacity))}.ring-grey-dark{--tw-ring-opacity: 1;--tw-ring-color: rgb(44 53 66 / var(--tw-ring-opacity))}.ring-red-50\/0{--tw-ring-color: rgb(254 242 242 / 0)}.ring-red-50\/5{--tw-ring-color: rgb(254 242 242 / .05)}.ring-red-50\/10{--tw-ring-color: rgb(254 242 242 / .1)}.ring-red-50\/20{--tw-ring-color: rgb(254 242 242 / .2)}.ring-red-50\/25{--tw-ring-color: rgb(254 242 242 / .25)}.ring-red-50\/30{--tw-ring-color: rgb(254 242 242 / .3)}.ring-red-50\/40{--tw-ring-color: rgb(254 242 242 / .4)}.ring-red-50\/50{--tw-ring-color: rgb(254 242 242 / .5)}.ring-red-50\/60{--tw-ring-color: rgb(254 242 242 / .6)}.ring-red-50\/70{--tw-ring-color: rgb(254 242 242 / .7)}.ring-red-50\/75{--tw-ring-color: rgb(254 242 242 / .75)}.ring-red-50\/80{--tw-ring-color: rgb(254 242 242 / .8)}.ring-red-50\/90{--tw-ring-color: rgb(254 242 242 / .9)}.ring-red-50\/95{--tw-ring-color: rgb(254 242 242 / .95)}.ring-red-50\/100{--tw-ring-color: rgb(254 242 242 / 1)}.ring-red-100\/0{--tw-ring-color: rgb(251 242 242 / 0)}.ring-red-100\/5{--tw-ring-color: rgb(251 242 242 / .05)}.ring-red-100\/10{--tw-ring-color: rgb(251 242 242 / .1)}.ring-red-100\/20{--tw-ring-color: rgb(251 242 242 / .2)}.ring-red-100\/25{--tw-ring-color: rgb(251 242 242 / .25)}.ring-red-100\/30{--tw-ring-color: rgb(251 242 242 / .3)}.ring-red-100\/40{--tw-ring-color: rgb(251 242 242 / .4)}.ring-red-100\/50{--tw-ring-color: rgb(251 242 242 / .5)}.ring-red-100\/60{--tw-ring-color: rgb(251 242 242 / .6)}.ring-red-100\/70{--tw-ring-color: rgb(251 242 242 / .7)}.ring-red-100\/75{--tw-ring-color: rgb(251 242 242 / .75)}.ring-red-100\/80{--tw-ring-color: rgb(251 242 242 / .8)}.ring-red-100\/90{--tw-ring-color: rgb(251 242 242 / .9)}.ring-red-100\/95{--tw-ring-color: rgb(251 242 242 / .95)}.ring-red-100\/100{--tw-ring-color: rgb(251 242 242 / 1)}.ring-red-200\/0{--tw-ring-color: rgb(248 228 228 / 0)}.ring-red-200\/5{--tw-ring-color: rgb(248 228 228 / .05)}.ring-red-200\/10{--tw-ring-color: rgb(248 228 228 / .1)}.ring-red-200\/20{--tw-ring-color: rgb(248 228 228 / .2)}.ring-red-200\/25{--tw-ring-color: rgb(248 228 228 / .25)}.ring-red-200\/30{--tw-ring-color: rgb(248 228 228 / .3)}.ring-red-200\/40{--tw-ring-color: rgb(248 228 228 / .4)}.ring-red-200\/50{--tw-ring-color: rgb(248 228 228 / .5)}.ring-red-200\/60{--tw-ring-color: rgb(248 228 228 / .6)}.ring-red-200\/70{--tw-ring-color: rgb(248 228 228 / .7)}.ring-red-200\/75{--tw-ring-color: rgb(248 228 228 / .75)}.ring-red-200\/80{--tw-ring-color: rgb(248 228 228 / .8)}.ring-red-200\/90{--tw-ring-color: rgb(248 228 228 / .9)}.ring-red-200\/95{--tw-ring-color: rgb(248 228 228 / .95)}.ring-red-200\/100{--tw-ring-color: rgb(248 228 228 / 1)}.ring-red-300\/0{--tw-ring-color: rgb(241 198 198 / 0)}.ring-red-300\/5{--tw-ring-color: rgb(241 198 198 / .05)}.ring-red-300\/10{--tw-ring-color: rgb(241 198 198 / .1)}.ring-red-300\/20{--tw-ring-color: rgb(241 198 198 / .2)}.ring-red-300\/25{--tw-ring-color: rgb(241 198 198 / .25)}.ring-red-300\/30{--tw-ring-color: rgb(241 198 198 / .3)}.ring-red-300\/40{--tw-ring-color: rgb(241 198 198 / .4)}.ring-red-300\/50{--tw-ring-color: rgb(241 198 198 / .5)}.ring-red-300\/60{--tw-ring-color: rgb(241 198 198 / .6)}.ring-red-300\/70{--tw-ring-color: rgb(241 198 198 / .7)}.ring-red-300\/75{--tw-ring-color: rgb(241 198 198 / .75)}.ring-red-300\/80{--tw-ring-color: rgb(241 198 198 / .8)}.ring-red-300\/90{--tw-ring-color: rgb(241 198 198 / .9)}.ring-red-300\/95{--tw-ring-color: rgb(241 198 198 / .95)}.ring-red-300\/100{--tw-ring-color: rgb(241 198 198 / 1)}.ring-red-400\/0{--tw-ring-color: rgb(234 163 163 / 0)}.ring-red-400\/5{--tw-ring-color: rgb(234 163 163 / .05)}.ring-red-400\/10{--tw-ring-color: rgb(234 163 163 / .1)}.ring-red-400\/20{--tw-ring-color: rgb(234 163 163 / .2)}.ring-red-400\/25{--tw-ring-color: rgb(234 163 163 / .25)}.ring-red-400\/30{--tw-ring-color: rgb(234 163 163 / .3)}.ring-red-400\/40{--tw-ring-color: rgb(234 163 163 / .4)}.ring-red-400\/50{--tw-ring-color: rgb(234 163 163 / .5)}.ring-red-400\/60{--tw-ring-color: rgb(234 163 163 / .6)}.ring-red-400\/70{--tw-ring-color: rgb(234 163 163 / .7)}.ring-red-400\/75{--tw-ring-color: rgb(234 163 163 / .75)}.ring-red-400\/80{--tw-ring-color: rgb(234 163 163 / .8)}.ring-red-400\/90{--tw-ring-color: rgb(234 163 163 / .9)}.ring-red-400\/95{--tw-ring-color: rgb(234 163 163 / .95)}.ring-red-400\/100{--tw-ring-color: rgb(234 163 163 / 1)}.ring-red-500\/0{--tw-ring-color: rgb(227 118 118 / 0)}.ring-red-500\/5{--tw-ring-color: rgb(227 118 118 / .05)}.ring-red-500\/10{--tw-ring-color: rgb(227 118 118 / .1)}.ring-red-500\/20{--tw-ring-color: rgb(227 118 118 / .2)}.ring-red-500\/25{--tw-ring-color: rgb(227 118 118 / .25)}.ring-red-500\/30{--tw-ring-color: rgb(227 118 118 / .3)}.ring-red-500\/40{--tw-ring-color: rgb(227 118 118 / .4)}.ring-red-500\/50{--tw-ring-color: rgb(227 118 118 / .5)}.ring-red-500\/60{--tw-ring-color: rgb(227 118 118 / .6)}.ring-red-500\/70{--tw-ring-color: rgb(227 118 118 / .7)}.ring-red-500\/75{--tw-ring-color: rgb(227 118 118 / .75)}.ring-red-500\/80{--tw-ring-color: rgb(227 118 118 / .8)}.ring-red-500\/90{--tw-ring-color: rgb(227 118 118 / .9)}.ring-red-500\/95{--tw-ring-color: rgb(227 118 118 / .95)}.ring-red-500\/100{--tw-ring-color: rgb(227 118 118 / 1)}.ring-red-600\/0{--tw-ring-color: rgb(220 38 38 / 0)}.ring-red-600\/5{--tw-ring-color: rgb(220 38 38 / .05)}.ring-red-600\/10{--tw-ring-color: rgb(220 38 38 / .1)}.ring-red-600\/20{--tw-ring-color: rgb(220 38 38 / .2)}.ring-red-600\/25{--tw-ring-color: rgb(220 38 38 / .25)}.ring-red-600\/30{--tw-ring-color: rgb(220 38 38 / .3)}.ring-red-600\/40{--tw-ring-color: rgb(220 38 38 / .4)}.ring-red-600\/50{--tw-ring-color: rgb(220 38 38 / .5)}.ring-red-600\/60{--tw-ring-color: rgb(220 38 38 / .6)}.ring-red-600\/70{--tw-ring-color: rgb(220 38 38 / .7)}.ring-red-600\/75{--tw-ring-color: rgb(220 38 38 / .75)}.ring-red-600\/80{--tw-ring-color: rgb(220 38 38 / .8)}.ring-red-600\/90{--tw-ring-color: rgb(220 38 38 / .9)}.ring-red-600\/95{--tw-ring-color: rgb(220 38 38 / .95)}.ring-red-600\/100{--tw-ring-color: rgb(220 38 38 / 1)}.ring-red-700\/0{--tw-ring-color: rgb(196 33 33 / 0)}.ring-red-700\/5{--tw-ring-color: rgb(196 33 33 / .05)}.ring-red-700\/10{--tw-ring-color: rgb(196 33 33 / .1)}.ring-red-700\/20{--tw-ring-color: rgb(196 33 33 / .2)}.ring-red-700\/25{--tw-ring-color: rgb(196 33 33 / .25)}.ring-red-700\/30{--tw-ring-color: rgb(196 33 33 / .3)}.ring-red-700\/40{--tw-ring-color: rgb(196 33 33 / .4)}.ring-red-700\/50{--tw-ring-color: rgb(196 33 33 / .5)}.ring-red-700\/60{--tw-ring-color: rgb(196 33 33 / .6)}.ring-red-700\/70{--tw-ring-color: rgb(196 33 33 / .7)}.ring-red-700\/75{--tw-ring-color: rgb(196 33 33 / .75)}.ring-red-700\/80{--tw-ring-color: rgb(196 33 33 / .8)}.ring-red-700\/90{--tw-ring-color: rgb(196 33 33 / .9)}.ring-red-700\/95{--tw-ring-color: rgb(196 33 33 / .95)}.ring-red-700\/100{--tw-ring-color: rgb(196 33 33 / 1)}.ring-red-800\/0{--tw-ring-color: rgb(170 29 29 / 0)}.ring-red-800\/5{--tw-ring-color: rgb(170 29 29 / .05)}.ring-red-800\/10{--tw-ring-color: rgb(170 29 29 / .1)}.ring-red-800\/20{--tw-ring-color: rgb(170 29 29 / .2)}.ring-red-800\/25{--tw-ring-color: rgb(170 29 29 / .25)}.ring-red-800\/30{--tw-ring-color: rgb(170 29 29 / .3)}.ring-red-800\/40{--tw-ring-color: rgb(170 29 29 / .4)}.ring-red-800\/50{--tw-ring-color: rgb(170 29 29 / .5)}.ring-red-800\/60{--tw-ring-color: rgb(170 29 29 / .6)}.ring-red-800\/70{--tw-ring-color: rgb(170 29 29 / .7)}.ring-red-800\/75{--tw-ring-color: rgb(170 29 29 / .75)}.ring-red-800\/80{--tw-ring-color: rgb(170 29 29 / .8)}.ring-red-800\/90{--tw-ring-color: rgb(170 29 29 / .9)}.ring-red-800\/95{--tw-ring-color: rgb(170 29 29 / .95)}.ring-red-800\/100{--tw-ring-color: rgb(170 29 29 / 1)}.ring-red-900\/0{--tw-ring-color: rgb(139 24 24 / 0)}.ring-red-900\/5{--tw-ring-color: rgb(139 24 24 / .05)}.ring-red-900\/10{--tw-ring-color: rgb(139 24 24 / .1)}.ring-red-900\/20{--tw-ring-color: rgb(139 24 24 / .2)}.ring-red-900\/25{--tw-ring-color: rgb(139 24 24 / .25)}.ring-red-900\/30{--tw-ring-color: rgb(139 24 24 / .3)}.ring-red-900\/40{--tw-ring-color: rgb(139 24 24 / .4)}.ring-red-900\/50{--tw-ring-color: rgb(139 24 24 / .5)}.ring-red-900\/60{--tw-ring-color: rgb(139 24 24 / .6)}.ring-red-900\/70{--tw-ring-color: rgb(139 24 24 / .7)}.ring-red-900\/75{--tw-ring-color: rgb(139 24 24 / .75)}.ring-red-900\/80{--tw-ring-color: rgb(139 24 24 / .8)}.ring-red-900\/90{--tw-ring-color: rgb(139 24 24 / .9)}.ring-red-900\/95{--tw-ring-color: rgb(139 24 24 / .95)}.ring-red-900\/100{--tw-ring-color: rgb(139 24 24 / 1)}.ring-orange-50\/0{--tw-ring-color: rgb(255 247 237 / 0)}.ring-orange-50\/5{--tw-ring-color: rgb(255 247 237 / .05)}.ring-orange-50\/10{--tw-ring-color: rgb(255 247 237 / .1)}.ring-orange-50\/20{--tw-ring-color: rgb(255 247 237 / .2)}.ring-orange-50\/25{--tw-ring-color: rgb(255 247 237 / .25)}.ring-orange-50\/30{--tw-ring-color: rgb(255 247 237 / .3)}.ring-orange-50\/40{--tw-ring-color: rgb(255 247 237 / .4)}.ring-orange-50\/50{--tw-ring-color: rgb(255 247 237 / .5)}.ring-orange-50\/60{--tw-ring-color: rgb(255 247 237 / .6)}.ring-orange-50\/70{--tw-ring-color: rgb(255 247 237 / .7)}.ring-orange-50\/75{--tw-ring-color: rgb(255 247 237 / .75)}.ring-orange-50\/80{--tw-ring-color: rgb(255 247 237 / .8)}.ring-orange-50\/90{--tw-ring-color: rgb(255 247 237 / .9)}.ring-orange-50\/95{--tw-ring-color: rgb(255 247 237 / .95)}.ring-orange-50\/100{--tw-ring-color: rgb(255 247 237 / 1)}.ring-orange-100\/0{--tw-ring-color: rgb(252 243 241 / 0)}.ring-orange-100\/5{--tw-ring-color: rgb(252 243 241 / .05)}.ring-orange-100\/10{--tw-ring-color: rgb(252 243 241 / .1)}.ring-orange-100\/20{--tw-ring-color: rgb(252 243 241 / .2)}.ring-orange-100\/25{--tw-ring-color: rgb(252 243 241 / .25)}.ring-orange-100\/30{--tw-ring-color: rgb(252 243 241 / .3)}.ring-orange-100\/40{--tw-ring-color: rgb(252 243 241 / .4)}.ring-orange-100\/50{--tw-ring-color: rgb(252 243 241 / .5)}.ring-orange-100\/60{--tw-ring-color: rgb(252 243 241 / .6)}.ring-orange-100\/70{--tw-ring-color: rgb(252 243 241 / .7)}.ring-orange-100\/75{--tw-ring-color: rgb(252 243 241 / .75)}.ring-orange-100\/80{--tw-ring-color: rgb(252 243 241 / .8)}.ring-orange-100\/90{--tw-ring-color: rgb(252 243 241 / .9)}.ring-orange-100\/95{--tw-ring-color: rgb(252 243 241 / .95)}.ring-orange-100\/100{--tw-ring-color: rgb(252 243 241 / 1)}.ring-orange-200\/0{--tw-ring-color: rgb(250 231 228 / 0)}.ring-orange-200\/5{--tw-ring-color: rgb(250 231 228 / .05)}.ring-orange-200\/10{--tw-ring-color: rgb(250 231 228 / .1)}.ring-orange-200\/20{--tw-ring-color: rgb(250 231 228 / .2)}.ring-orange-200\/25{--tw-ring-color: rgb(250 231 228 / .25)}.ring-orange-200\/30{--tw-ring-color: rgb(250 231 228 / .3)}.ring-orange-200\/40{--tw-ring-color: rgb(250 231 228 / .4)}.ring-orange-200\/50{--tw-ring-color: rgb(250 231 228 / .5)}.ring-orange-200\/60{--tw-ring-color: rgb(250 231 228 / .6)}.ring-orange-200\/70{--tw-ring-color: rgb(250 231 228 / .7)}.ring-orange-200\/75{--tw-ring-color: rgb(250 231 228 / .75)}.ring-orange-200\/80{--tw-ring-color: rgb(250 231 228 / .8)}.ring-orange-200\/90{--tw-ring-color: rgb(250 231 228 / .9)}.ring-orange-200\/95{--tw-ring-color: rgb(250 231 228 / .95)}.ring-orange-200\/100{--tw-ring-color: rgb(250 231 228 / 1)}.ring-orange-300\/0{--tw-ring-color: rgb(246 205 197 / 0)}.ring-orange-300\/5{--tw-ring-color: rgb(246 205 197 / .05)}.ring-orange-300\/10{--tw-ring-color: rgb(246 205 197 / .1)}.ring-orange-300\/20{--tw-ring-color: rgb(246 205 197 / .2)}.ring-orange-300\/25{--tw-ring-color: rgb(246 205 197 / .25)}.ring-orange-300\/30{--tw-ring-color: rgb(246 205 197 / .3)}.ring-orange-300\/40{--tw-ring-color: rgb(246 205 197 / .4)}.ring-orange-300\/50{--tw-ring-color: rgb(246 205 197 / .5)}.ring-orange-300\/60{--tw-ring-color: rgb(246 205 197 / .6)}.ring-orange-300\/70{--tw-ring-color: rgb(246 205 197 / .7)}.ring-orange-300\/75{--tw-ring-color: rgb(246 205 197 / .75)}.ring-orange-300\/80{--tw-ring-color: rgb(246 205 197 / .8)}.ring-orange-300\/90{--tw-ring-color: rgb(246 205 197 / .9)}.ring-orange-300\/95{--tw-ring-color: rgb(246 205 197 / .95)}.ring-orange-300\/100{--tw-ring-color: rgb(246 205 197 / 1)}.ring-orange-400\/0{--tw-ring-color: rgb(242 175 161 / 0)}.ring-orange-400\/5{--tw-ring-color: rgb(242 175 161 / .05)}.ring-orange-400\/10{--tw-ring-color: rgb(242 175 161 / .1)}.ring-orange-400\/20{--tw-ring-color: rgb(242 175 161 / .2)}.ring-orange-400\/25{--tw-ring-color: rgb(242 175 161 / .25)}.ring-orange-400\/30{--tw-ring-color: rgb(242 175 161 / .3)}.ring-orange-400\/40{--tw-ring-color: rgb(242 175 161 / .4)}.ring-orange-400\/50{--tw-ring-color: rgb(242 175 161 / .5)}.ring-orange-400\/60{--tw-ring-color: rgb(242 175 161 / .6)}.ring-orange-400\/70{--tw-ring-color: rgb(242 175 161 / .7)}.ring-orange-400\/75{--tw-ring-color: rgb(242 175 161 / .75)}.ring-orange-400\/80{--tw-ring-color: rgb(242 175 161 / .8)}.ring-orange-400\/90{--tw-ring-color: rgb(242 175 161 / .9)}.ring-orange-400\/95{--tw-ring-color: rgb(242 175 161 / .95)}.ring-orange-400\/100{--tw-ring-color: rgb(242 175 161 / 1)}.ring-orange-500\/0{--tw-ring-color: rgb(238 138 114 / 0)}.ring-orange-500\/5{--tw-ring-color: rgb(238 138 114 / .05)}.ring-orange-500\/10{--tw-ring-color: rgb(238 138 114 / .1)}.ring-orange-500\/20{--tw-ring-color: rgb(238 138 114 / .2)}.ring-orange-500\/25{--tw-ring-color: rgb(238 138 114 / .25)}.ring-orange-500\/30{--tw-ring-color: rgb(238 138 114 / .3)}.ring-orange-500\/40{--tw-ring-color: rgb(238 138 114 / .4)}.ring-orange-500\/50{--tw-ring-color: rgb(238 138 114 / .5)}.ring-orange-500\/60{--tw-ring-color: rgb(238 138 114 / .6)}.ring-orange-500\/70{--tw-ring-color: rgb(238 138 114 / .7)}.ring-orange-500\/75{--tw-ring-color: rgb(238 138 114 / .75)}.ring-orange-500\/80{--tw-ring-color: rgb(238 138 114 / .8)}.ring-orange-500\/90{--tw-ring-color: rgb(238 138 114 / .9)}.ring-orange-500\/95{--tw-ring-color: rgb(238 138 114 / .95)}.ring-orange-500\/100{--tw-ring-color: rgb(238 138 114 / 1)}.ring-orange-600\/0{--tw-ring-color: rgb(234 88 12 / 0)}.ring-orange-600\/5{--tw-ring-color: rgb(234 88 12 / .05)}.ring-orange-600\/10{--tw-ring-color: rgb(234 88 12 / .1)}.ring-orange-600\/20{--tw-ring-color: rgb(234 88 12 / .2)}.ring-orange-600\/25{--tw-ring-color: rgb(234 88 12 / .25)}.ring-orange-600\/30{--tw-ring-color: rgb(234 88 12 / .3)}.ring-orange-600\/40{--tw-ring-color: rgb(234 88 12 / .4)}.ring-orange-600\/50{--tw-ring-color: rgb(234 88 12 / .5)}.ring-orange-600\/60{--tw-ring-color: rgb(234 88 12 / .6)}.ring-orange-600\/70{--tw-ring-color: rgb(234 88 12 / .7)}.ring-orange-600\/75{--tw-ring-color: rgb(234 88 12 / .75)}.ring-orange-600\/80{--tw-ring-color: rgb(234 88 12 / .8)}.ring-orange-600\/90{--tw-ring-color: rgb(234 88 12 / .9)}.ring-orange-600\/95{--tw-ring-color: rgb(234 88 12 / .95)}.ring-orange-600\/100{--tw-ring-color: rgb(234 88 12 / 1)}.ring-orange-700\/0{--tw-ring-color: rgb(209 78 10 / 0)}.ring-orange-700\/5{--tw-ring-color: rgb(209 78 10 / .05)}.ring-orange-700\/10{--tw-ring-color: rgb(209 78 10 / .1)}.ring-orange-700\/20{--tw-ring-color: rgb(209 78 10 / .2)}.ring-orange-700\/25{--tw-ring-color: rgb(209 78 10 / .25)}.ring-orange-700\/30{--tw-ring-color: rgb(209 78 10 / .3)}.ring-orange-700\/40{--tw-ring-color: rgb(209 78 10 / .4)}.ring-orange-700\/50{--tw-ring-color: rgb(209 78 10 / .5)}.ring-orange-700\/60{--tw-ring-color: rgb(209 78 10 / .6)}.ring-orange-700\/70{--tw-ring-color: rgb(209 78 10 / .7)}.ring-orange-700\/75{--tw-ring-color: rgb(209 78 10 / .75)}.ring-orange-700\/80{--tw-ring-color: rgb(209 78 10 / .8)}.ring-orange-700\/90{--tw-ring-color: rgb(209 78 10 / .9)}.ring-orange-700\/95{--tw-ring-color: rgb(209 78 10 / .95)}.ring-orange-700\/100{--tw-ring-color: rgb(209 78 10 / 1)}.ring-orange-800\/0{--tw-ring-color: rgb(181 68 9 / 0)}.ring-orange-800\/5{--tw-ring-color: rgb(181 68 9 / .05)}.ring-orange-800\/10{--tw-ring-color: rgb(181 68 9 / .1)}.ring-orange-800\/20{--tw-ring-color: rgb(181 68 9 / .2)}.ring-orange-800\/25{--tw-ring-color: rgb(181 68 9 / .25)}.ring-orange-800\/30{--tw-ring-color: rgb(181 68 9 / .3)}.ring-orange-800\/40{--tw-ring-color: rgb(181 68 9 / .4)}.ring-orange-800\/50{--tw-ring-color: rgb(181 68 9 / .5)}.ring-orange-800\/60{--tw-ring-color: rgb(181 68 9 / .6)}.ring-orange-800\/70{--tw-ring-color: rgb(181 68 9 / .7)}.ring-orange-800\/75{--tw-ring-color: rgb(181 68 9 / .75)}.ring-orange-800\/80{--tw-ring-color: rgb(181 68 9 / .8)}.ring-orange-800\/90{--tw-ring-color: rgb(181 68 9 / .9)}.ring-orange-800\/95{--tw-ring-color: rgb(181 68 9 / .95)}.ring-orange-800\/100{--tw-ring-color: rgb(181 68 9 / 1)}.ring-orange-900\/0{--tw-ring-color: rgb(147 55 7 / 0)}.ring-orange-900\/5{--tw-ring-color: rgb(147 55 7 / .05)}.ring-orange-900\/10{--tw-ring-color: rgb(147 55 7 / .1)}.ring-orange-900\/20{--tw-ring-color: rgb(147 55 7 / .2)}.ring-orange-900\/25{--tw-ring-color: rgb(147 55 7 / .25)}.ring-orange-900\/30{--tw-ring-color: rgb(147 55 7 / .3)}.ring-orange-900\/40{--tw-ring-color: rgb(147 55 7 / .4)}.ring-orange-900\/50{--tw-ring-color: rgb(147 55 7 / .5)}.ring-orange-900\/60{--tw-ring-color: rgb(147 55 7 / .6)}.ring-orange-900\/70{--tw-ring-color: rgb(147 55 7 / .7)}.ring-orange-900\/75{--tw-ring-color: rgb(147 55 7 / .75)}.ring-orange-900\/80{--tw-ring-color: rgb(147 55 7 / .8)}.ring-orange-900\/90{--tw-ring-color: rgb(147 55 7 / .9)}.ring-orange-900\/95{--tw-ring-color: rgb(147 55 7 / .95)}.ring-orange-900\/100{--tw-ring-color: rgb(147 55 7 / 1)}.ring-yellow-50\/0{--tw-ring-color: rgb(254 252 232 / 0)}.ring-yellow-50\/5{--tw-ring-color: rgb(254 252 232 / .05)}.ring-yellow-50\/10{--tw-ring-color: rgb(254 252 232 / .1)}.ring-yellow-50\/20{--tw-ring-color: rgb(254 252 232 / .2)}.ring-yellow-50\/25{--tw-ring-color: rgb(254 252 232 / .25)}.ring-yellow-50\/30{--tw-ring-color: rgb(254 252 232 / .3)}.ring-yellow-50\/40{--tw-ring-color: rgb(254 252 232 / .4)}.ring-yellow-50\/50{--tw-ring-color: rgb(254 252 232 / .5)}.ring-yellow-50\/60{--tw-ring-color: rgb(254 252 232 / .6)}.ring-yellow-50\/70{--tw-ring-color: rgb(254 252 232 / .7)}.ring-yellow-50\/75{--tw-ring-color: rgb(254 252 232 / .75)}.ring-yellow-50\/80{--tw-ring-color: rgb(254 252 232 / .8)}.ring-yellow-50\/90{--tw-ring-color: rgb(254 252 232 / .9)}.ring-yellow-50\/95{--tw-ring-color: rgb(254 252 232 / .95)}.ring-yellow-50\/100{--tw-ring-color: rgb(254 252 232 / 1)}.ring-yellow-100\/0{--tw-ring-color: rgb(254 243 199 / 0)}.ring-yellow-100\/5{--tw-ring-color: rgb(254 243 199 / .05)}.ring-yellow-100\/10{--tw-ring-color: rgb(254 243 199 / .1)}.ring-yellow-100\/20{--tw-ring-color: rgb(254 243 199 / .2)}.ring-yellow-100\/25{--tw-ring-color: rgb(254 243 199 / .25)}.ring-yellow-100\/30{--tw-ring-color: rgb(254 243 199 / .3)}.ring-yellow-100\/40{--tw-ring-color: rgb(254 243 199 / .4)}.ring-yellow-100\/50{--tw-ring-color: rgb(254 243 199 / .5)}.ring-yellow-100\/60{--tw-ring-color: rgb(254 243 199 / .6)}.ring-yellow-100\/70{--tw-ring-color: rgb(254 243 199 / .7)}.ring-yellow-100\/75{--tw-ring-color: rgb(254 243 199 / .75)}.ring-yellow-100\/80{--tw-ring-color: rgb(254 243 199 / .8)}.ring-yellow-100\/90{--tw-ring-color: rgb(254 243 199 / .9)}.ring-yellow-100\/95{--tw-ring-color: rgb(254 243 199 / .95)}.ring-yellow-100\/100{--tw-ring-color: rgb(254 243 199 / 1)}.ring-yellow-200\/0{--tw-ring-color: rgb(253 230 138 / 0)}.ring-yellow-200\/5{--tw-ring-color: rgb(253 230 138 / .05)}.ring-yellow-200\/10{--tw-ring-color: rgb(253 230 138 / .1)}.ring-yellow-200\/20{--tw-ring-color: rgb(253 230 138 / .2)}.ring-yellow-200\/25{--tw-ring-color: rgb(253 230 138 / .25)}.ring-yellow-200\/30{--tw-ring-color: rgb(253 230 138 / .3)}.ring-yellow-200\/40{--tw-ring-color: rgb(253 230 138 / .4)}.ring-yellow-200\/50{--tw-ring-color: rgb(253 230 138 / .5)}.ring-yellow-200\/60{--tw-ring-color: rgb(253 230 138 / .6)}.ring-yellow-200\/70{--tw-ring-color: rgb(253 230 138 / .7)}.ring-yellow-200\/75{--tw-ring-color: rgb(253 230 138 / .75)}.ring-yellow-200\/80{--tw-ring-color: rgb(253 230 138 / .8)}.ring-yellow-200\/90{--tw-ring-color: rgb(253 230 138 / .9)}.ring-yellow-200\/95{--tw-ring-color: rgb(253 230 138 / .95)}.ring-yellow-200\/100{--tw-ring-color: rgb(253 230 138 / 1)}.ring-yellow-300\/0{--tw-ring-color: rgb(252 211 77 / 0)}.ring-yellow-300\/5{--tw-ring-color: rgb(252 211 77 / .05)}.ring-yellow-300\/10{--tw-ring-color: rgb(252 211 77 / .1)}.ring-yellow-300\/20{--tw-ring-color: rgb(252 211 77 / .2)}.ring-yellow-300\/25{--tw-ring-color: rgb(252 211 77 / .25)}.ring-yellow-300\/30{--tw-ring-color: rgb(252 211 77 / .3)}.ring-yellow-300\/40{--tw-ring-color: rgb(252 211 77 / .4)}.ring-yellow-300\/50{--tw-ring-color: rgb(252 211 77 / .5)}.ring-yellow-300\/60{--tw-ring-color: rgb(252 211 77 / .6)}.ring-yellow-300\/70{--tw-ring-color: rgb(252 211 77 / .7)}.ring-yellow-300\/75{--tw-ring-color: rgb(252 211 77 / .75)}.ring-yellow-300\/80{--tw-ring-color: rgb(252 211 77 / .8)}.ring-yellow-300\/90{--tw-ring-color: rgb(252 211 77 / .9)}.ring-yellow-300\/95{--tw-ring-color: rgb(252 211 77 / .95)}.ring-yellow-300\/100{--tw-ring-color: rgb(252 211 77 / 1)}.ring-yellow-400\/0{--tw-ring-color: rgb(251 191 36 / 0)}.ring-yellow-400\/5{--tw-ring-color: rgb(251 191 36 / .05)}.ring-yellow-400\/10{--tw-ring-color: rgb(251 191 36 / .1)}.ring-yellow-400\/20{--tw-ring-color: rgb(251 191 36 / .2)}.ring-yellow-400\/25{--tw-ring-color: rgb(251 191 36 / .25)}.ring-yellow-400\/30{--tw-ring-color: rgb(251 191 36 / .3)}.ring-yellow-400\/40{--tw-ring-color: rgb(251 191 36 / .4)}.ring-yellow-400\/50{--tw-ring-color: rgb(251 191 36 / .5)}.ring-yellow-400\/60{--tw-ring-color: rgb(251 191 36 / .6)}.ring-yellow-400\/70{--tw-ring-color: rgb(251 191 36 / .7)}.ring-yellow-400\/75{--tw-ring-color: rgb(251 191 36 / .75)}.ring-yellow-400\/80{--tw-ring-color: rgb(251 191 36 / .8)}.ring-yellow-400\/90{--tw-ring-color: rgb(251 191 36 / .9)}.ring-yellow-400\/95{--tw-ring-color: rgb(251 191 36 / .95)}.ring-yellow-400\/100{--tw-ring-color: rgb(251 191 36 / 1)}.ring-yellow-500\/0{--tw-ring-color: rgb(234 179 8 / 0)}.ring-yellow-500\/5{--tw-ring-color: rgb(234 179 8 / .05)}.ring-yellow-500\/10{--tw-ring-color: rgb(234 179 8 / .1)}.ring-yellow-500\/20{--tw-ring-color: rgb(234 179 8 / .2)}.ring-yellow-500\/25{--tw-ring-color: rgb(234 179 8 / .25)}.ring-yellow-500\/30{--tw-ring-color: rgb(234 179 8 / .3)}.ring-yellow-500\/40{--tw-ring-color: rgb(234 179 8 / .4)}.ring-yellow-500\/50{--tw-ring-color: rgb(234 179 8 / .5)}.ring-yellow-500\/60{--tw-ring-color: rgb(234 179 8 / .6)}.ring-yellow-500\/70{--tw-ring-color: rgb(234 179 8 / .7)}.ring-yellow-500\/75{--tw-ring-color: rgb(234 179 8 / .75)}.ring-yellow-500\/80{--tw-ring-color: rgb(234 179 8 / .8)}.ring-yellow-500\/90{--tw-ring-color: rgb(234 179 8 / .9)}.ring-yellow-500\/95{--tw-ring-color: rgb(234 179 8 / .95)}.ring-yellow-500\/100{--tw-ring-color: rgb(234 179 8 / 1)}.ring-yellow-600\/0{--tw-ring-color: rgb(217 119 6 / 0)}.ring-yellow-600\/5{--tw-ring-color: rgb(217 119 6 / .05)}.ring-yellow-600\/10{--tw-ring-color: rgb(217 119 6 / .1)}.ring-yellow-600\/20{--tw-ring-color: rgb(217 119 6 / .2)}.ring-yellow-600\/25{--tw-ring-color: rgb(217 119 6 / .25)}.ring-yellow-600\/30{--tw-ring-color: rgb(217 119 6 / .3)}.ring-yellow-600\/40{--tw-ring-color: rgb(217 119 6 / .4)}.ring-yellow-600\/50{--tw-ring-color: rgb(217 119 6 / .5)}.ring-yellow-600\/60{--tw-ring-color: rgb(217 119 6 / .6)}.ring-yellow-600\/70{--tw-ring-color: rgb(217 119 6 / .7)}.ring-yellow-600\/75{--tw-ring-color: rgb(217 119 6 / .75)}.ring-yellow-600\/80{--tw-ring-color: rgb(217 119 6 / .8)}.ring-yellow-600\/90{--tw-ring-color: rgb(217 119 6 / .9)}.ring-yellow-600\/95{--tw-ring-color: rgb(217 119 6 / .95)}.ring-yellow-600\/100{--tw-ring-color: rgb(217 119 6 / 1)}.ring-yellow-700\/0{--tw-ring-color: rgb(180 83 9 / 0)}.ring-yellow-700\/5{--tw-ring-color: rgb(180 83 9 / .05)}.ring-yellow-700\/10{--tw-ring-color: rgb(180 83 9 / .1)}.ring-yellow-700\/20{--tw-ring-color: rgb(180 83 9 / .2)}.ring-yellow-700\/25{--tw-ring-color: rgb(180 83 9 / .25)}.ring-yellow-700\/30{--tw-ring-color: rgb(180 83 9 / .3)}.ring-yellow-700\/40{--tw-ring-color: rgb(180 83 9 / .4)}.ring-yellow-700\/50{--tw-ring-color: rgb(180 83 9 / .5)}.ring-yellow-700\/60{--tw-ring-color: rgb(180 83 9 / .6)}.ring-yellow-700\/70{--tw-ring-color: rgb(180 83 9 / .7)}.ring-yellow-700\/75{--tw-ring-color: rgb(180 83 9 / .75)}.ring-yellow-700\/80{--tw-ring-color: rgb(180 83 9 / .8)}.ring-yellow-700\/90{--tw-ring-color: rgb(180 83 9 / .9)}.ring-yellow-700\/95{--tw-ring-color: rgb(180 83 9 / .95)}.ring-yellow-700\/100{--tw-ring-color: rgb(180 83 9 / 1)}.ring-yellow-800\/0{--tw-ring-color: rgb(146 64 14 / 0)}.ring-yellow-800\/5{--tw-ring-color: rgb(146 64 14 / .05)}.ring-yellow-800\/10{--tw-ring-color: rgb(146 64 14 / .1)}.ring-yellow-800\/20{--tw-ring-color: rgb(146 64 14 / .2)}.ring-yellow-800\/25{--tw-ring-color: rgb(146 64 14 / .25)}.ring-yellow-800\/30{--tw-ring-color: rgb(146 64 14 / .3)}.ring-yellow-800\/40{--tw-ring-color: rgb(146 64 14 / .4)}.ring-yellow-800\/50{--tw-ring-color: rgb(146 64 14 / .5)}.ring-yellow-800\/60{--tw-ring-color: rgb(146 64 14 / .6)}.ring-yellow-800\/70{--tw-ring-color: rgb(146 64 14 / .7)}.ring-yellow-800\/75{--tw-ring-color: rgb(146 64 14 / .75)}.ring-yellow-800\/80{--tw-ring-color: rgb(146 64 14 / .8)}.ring-yellow-800\/90{--tw-ring-color: rgb(146 64 14 / .9)}.ring-yellow-800\/95{--tw-ring-color: rgb(146 64 14 / .95)}.ring-yellow-800\/100{--tw-ring-color: rgb(146 64 14 / 1)}.ring-yellow-900\/0{--tw-ring-color: rgb(120 53 15 / 0)}.ring-yellow-900\/5{--tw-ring-color: rgb(120 53 15 / .05)}.ring-yellow-900\/10{--tw-ring-color: rgb(120 53 15 / .1)}.ring-yellow-900\/20{--tw-ring-color: rgb(120 53 15 / .2)}.ring-yellow-900\/25{--tw-ring-color: rgb(120 53 15 / .25)}.ring-yellow-900\/30{--tw-ring-color: rgb(120 53 15 / .3)}.ring-yellow-900\/40{--tw-ring-color: rgb(120 53 15 / .4)}.ring-yellow-900\/50{--tw-ring-color: rgb(120 53 15 / .5)}.ring-yellow-900\/60{--tw-ring-color: rgb(120 53 15 / .6)}.ring-yellow-900\/70{--tw-ring-color: rgb(120 53 15 / .7)}.ring-yellow-900\/75{--tw-ring-color: rgb(120 53 15 / .75)}.ring-yellow-900\/80{--tw-ring-color: rgb(120 53 15 / .8)}.ring-yellow-900\/90{--tw-ring-color: rgb(120 53 15 / .9)}.ring-yellow-900\/95{--tw-ring-color: rgb(120 53 15 / .95)}.ring-yellow-900\/100{--tw-ring-color: rgb(120 53 15 / 1)}.ring-green-50\/0{--tw-ring-color: rgb(240 253 244 / 0)}.ring-green-50\/5{--tw-ring-color: rgb(240 253 244 / .05)}.ring-green-50\/10{--tw-ring-color: rgb(240 253 244 / .1)}.ring-green-50\/20{--tw-ring-color: rgb(240 253 244 / .2)}.ring-green-50\/25{--tw-ring-color: rgb(240 253 244 / .25)}.ring-green-50\/30{--tw-ring-color: rgb(240 253 244 / .3)}.ring-green-50\/40{--tw-ring-color: rgb(240 253 244 / .4)}.ring-green-50\/50{--tw-ring-color: rgb(240 253 244 / .5)}.ring-green-50\/60{--tw-ring-color: rgb(240 253 244 / .6)}.ring-green-50\/70{--tw-ring-color: rgb(240 253 244 / .7)}.ring-green-50\/75{--tw-ring-color: rgb(240 253 244 / .75)}.ring-green-50\/80{--tw-ring-color: rgb(240 253 244 / .8)}.ring-green-50\/90{--tw-ring-color: rgb(240 253 244 / .9)}.ring-green-50\/95{--tw-ring-color: rgb(240 253 244 / .95)}.ring-green-50\/100{--tw-ring-color: rgb(240 253 244 / 1)}.ring-green-100\/0{--tw-ring-color: rgb(242 250 246 / 0)}.ring-green-100\/5{--tw-ring-color: rgb(242 250 246 / .05)}.ring-green-100\/10{--tw-ring-color: rgb(242 250 246 / .1)}.ring-green-100\/20{--tw-ring-color: rgb(242 250 246 / .2)}.ring-green-100\/25{--tw-ring-color: rgb(242 250 246 / .25)}.ring-green-100\/30{--tw-ring-color: rgb(242 250 246 / .3)}.ring-green-100\/40{--tw-ring-color: rgb(242 250 246 / .4)}.ring-green-100\/50{--tw-ring-color: rgb(242 250 246 / .5)}.ring-green-100\/60{--tw-ring-color: rgb(242 250 246 / .6)}.ring-green-100\/70{--tw-ring-color: rgb(242 250 246 / .7)}.ring-green-100\/75{--tw-ring-color: rgb(242 250 246 / .75)}.ring-green-100\/80{--tw-ring-color: rgb(242 250 246 / .8)}.ring-green-100\/90{--tw-ring-color: rgb(242 250 246 / .9)}.ring-green-100\/95{--tw-ring-color: rgb(242 250 246 / .95)}.ring-green-100\/100{--tw-ring-color: rgb(242 250 246 / 1)}.ring-green-200\/0{--tw-ring-color: rgb(229 246 238 / 0)}.ring-green-200\/5{--tw-ring-color: rgb(229 246 238 / .05)}.ring-green-200\/10{--tw-ring-color: rgb(229 246 238 / .1)}.ring-green-200\/20{--tw-ring-color: rgb(229 246 238 / .2)}.ring-green-200\/25{--tw-ring-color: rgb(229 246 238 / .25)}.ring-green-200\/30{--tw-ring-color: rgb(229 246 238 / .3)}.ring-green-200\/40{--tw-ring-color: rgb(229 246 238 / .4)}.ring-green-200\/50{--tw-ring-color: rgb(229 246 238 / .5)}.ring-green-200\/60{--tw-ring-color: rgb(229 246 238 / .6)}.ring-green-200\/70{--tw-ring-color: rgb(229 246 238 / .7)}.ring-green-200\/75{--tw-ring-color: rgb(229 246 238 / .75)}.ring-green-200\/80{--tw-ring-color: rgb(229 246 238 / .8)}.ring-green-200\/90{--tw-ring-color: rgb(229 246 238 / .9)}.ring-green-200\/95{--tw-ring-color: rgb(229 246 238 / .95)}.ring-green-200\/100{--tw-ring-color: rgb(229 246 238 / 1)}.ring-green-300\/0{--tw-ring-color: rgb(200 238 219 / 0)}.ring-green-300\/5{--tw-ring-color: rgb(200 238 219 / .05)}.ring-green-300\/10{--tw-ring-color: rgb(200 238 219 / .1)}.ring-green-300\/20{--tw-ring-color: rgb(200 238 219 / .2)}.ring-green-300\/25{--tw-ring-color: rgb(200 238 219 / .25)}.ring-green-300\/30{--tw-ring-color: rgb(200 238 219 / .3)}.ring-green-300\/40{--tw-ring-color: rgb(200 238 219 / .4)}.ring-green-300\/50{--tw-ring-color: rgb(200 238 219 / .5)}.ring-green-300\/60{--tw-ring-color: rgb(200 238 219 / .6)}.ring-green-300\/70{--tw-ring-color: rgb(200 238 219 / .7)}.ring-green-300\/75{--tw-ring-color: rgb(200 238 219 / .75)}.ring-green-300\/80{--tw-ring-color: rgb(200 238 219 / .8)}.ring-green-300\/90{--tw-ring-color: rgb(200 238 219 / .9)}.ring-green-300\/95{--tw-ring-color: rgb(200 238 219 / .95)}.ring-green-300\/100{--tw-ring-color: rgb(200 238 219 / 1)}.ring-green-400\/0{--tw-ring-color: rgb(166 229 200 / 0)}.ring-green-400\/5{--tw-ring-color: rgb(166 229 200 / .05)}.ring-green-400\/10{--tw-ring-color: rgb(166 229 200 / .1)}.ring-green-400\/20{--tw-ring-color: rgb(166 229 200 / .2)}.ring-green-400\/25{--tw-ring-color: rgb(166 229 200 / .25)}.ring-green-400\/30{--tw-ring-color: rgb(166 229 200 / .3)}.ring-green-400\/40{--tw-ring-color: rgb(166 229 200 / .4)}.ring-green-400\/50{--tw-ring-color: rgb(166 229 200 / .5)}.ring-green-400\/60{--tw-ring-color: rgb(166 229 200 / .6)}.ring-green-400\/70{--tw-ring-color: rgb(166 229 200 / .7)}.ring-green-400\/75{--tw-ring-color: rgb(166 229 200 / .75)}.ring-green-400\/80{--tw-ring-color: rgb(166 229 200 / .8)}.ring-green-400\/90{--tw-ring-color: rgb(166 229 200 / .9)}.ring-green-400\/95{--tw-ring-color: rgb(166 229 200 / .95)}.ring-green-400\/100{--tw-ring-color: rgb(166 229 200 / 1)}.ring-green-500\/0{--tw-ring-color: rgb(123 220 178 / 0)}.ring-green-500\/5{--tw-ring-color: rgb(123 220 178 / .05)}.ring-green-500\/10{--tw-ring-color: rgb(123 220 178 / .1)}.ring-green-500\/20{--tw-ring-color: rgb(123 220 178 / .2)}.ring-green-500\/25{--tw-ring-color: rgb(123 220 178 / .25)}.ring-green-500\/30{--tw-ring-color: rgb(123 220 178 / .3)}.ring-green-500\/40{--tw-ring-color: rgb(123 220 178 / .4)}.ring-green-500\/50{--tw-ring-color: rgb(123 220 178 / .5)}.ring-green-500\/60{--tw-ring-color: rgb(123 220 178 / .6)}.ring-green-500\/70{--tw-ring-color: rgb(123 220 178 / .7)}.ring-green-500\/75{--tw-ring-color: rgb(123 220 178 / .75)}.ring-green-500\/80{--tw-ring-color: rgb(123 220 178 / .8)}.ring-green-500\/90{--tw-ring-color: rgb(123 220 178 / .9)}.ring-green-500\/95{--tw-ring-color: rgb(123 220 178 / .95)}.ring-green-500\/100{--tw-ring-color: rgb(123 220 178 / 1)}.ring-green-600\/0{--tw-ring-color: rgb(52 211 153 / 0)}.ring-green-600\/5{--tw-ring-color: rgb(52 211 153 / .05)}.ring-green-600\/10{--tw-ring-color: rgb(52 211 153 / .1)}.ring-green-600\/20{--tw-ring-color: rgb(52 211 153 / .2)}.ring-green-600\/25{--tw-ring-color: rgb(52 211 153 / .25)}.ring-green-600\/30{--tw-ring-color: rgb(52 211 153 / .3)}.ring-green-600\/40{--tw-ring-color: rgb(52 211 153 / .4)}.ring-green-600\/50{--tw-ring-color: rgb(52 211 153 / .5)}.ring-green-600\/60{--tw-ring-color: rgb(52 211 153 / .6)}.ring-green-600\/70{--tw-ring-color: rgb(52 211 153 / .7)}.ring-green-600\/75{--tw-ring-color: rgb(52 211 153 / .75)}.ring-green-600\/80{--tw-ring-color: rgb(52 211 153 / .8)}.ring-green-600\/90{--tw-ring-color: rgb(52 211 153 / .9)}.ring-green-600\/95{--tw-ring-color: rgb(52 211 153 / .95)}.ring-green-600\/100{--tw-ring-color: rgb(52 211 153 / 1)}.ring-green-700\/0{--tw-ring-color: rgb(46 188 136 / 0)}.ring-green-700\/5{--tw-ring-color: rgb(46 188 136 / .05)}.ring-green-700\/10{--tw-ring-color: rgb(46 188 136 / .1)}.ring-green-700\/20{--tw-ring-color: rgb(46 188 136 / .2)}.ring-green-700\/25{--tw-ring-color: rgb(46 188 136 / .25)}.ring-green-700\/30{--tw-ring-color: rgb(46 188 136 / .3)}.ring-green-700\/40{--tw-ring-color: rgb(46 188 136 / .4)}.ring-green-700\/50{--tw-ring-color: rgb(46 188 136 / .5)}.ring-green-700\/60{--tw-ring-color: rgb(46 188 136 / .6)}.ring-green-700\/70{--tw-ring-color: rgb(46 188 136 / .7)}.ring-green-700\/75{--tw-ring-color: rgb(46 188 136 / .75)}.ring-green-700\/80{--tw-ring-color: rgb(46 188 136 / .8)}.ring-green-700\/90{--tw-ring-color: rgb(46 188 136 / .9)}.ring-green-700\/95{--tw-ring-color: rgb(46 188 136 / .95)}.ring-green-700\/100{--tw-ring-color: rgb(46 188 136 / 1)}.ring-green-800\/0{--tw-ring-color: rgb(40 163 118 / 0)}.ring-green-800\/5{--tw-ring-color: rgb(40 163 118 / .05)}.ring-green-800\/10{--tw-ring-color: rgb(40 163 118 / .1)}.ring-green-800\/20{--tw-ring-color: rgb(40 163 118 / .2)}.ring-green-800\/25{--tw-ring-color: rgb(40 163 118 / .25)}.ring-green-800\/30{--tw-ring-color: rgb(40 163 118 / .3)}.ring-green-800\/40{--tw-ring-color: rgb(40 163 118 / .4)}.ring-green-800\/50{--tw-ring-color: rgb(40 163 118 / .5)}.ring-green-800\/60{--tw-ring-color: rgb(40 163 118 / .6)}.ring-green-800\/70{--tw-ring-color: rgb(40 163 118 / .7)}.ring-green-800\/75{--tw-ring-color: rgb(40 163 118 / .75)}.ring-green-800\/80{--tw-ring-color: rgb(40 163 118 / .8)}.ring-green-800\/90{--tw-ring-color: rgb(40 163 118 / .9)}.ring-green-800\/95{--tw-ring-color: rgb(40 163 118 / .95)}.ring-green-800\/100{--tw-ring-color: rgb(40 163 118 / 1)}.ring-green-900\/0{--tw-ring-color: rgb(32 133 96 / 0)}.ring-green-900\/5{--tw-ring-color: rgb(32 133 96 / .05)}.ring-green-900\/10{--tw-ring-color: rgb(32 133 96 / .1)}.ring-green-900\/20{--tw-ring-color: rgb(32 133 96 / .2)}.ring-green-900\/25{--tw-ring-color: rgb(32 133 96 / .25)}.ring-green-900\/30{--tw-ring-color: rgb(32 133 96 / .3)}.ring-green-900\/40{--tw-ring-color: rgb(32 133 96 / .4)}.ring-green-900\/50{--tw-ring-color: rgb(32 133 96 / .5)}.ring-green-900\/60{--tw-ring-color: rgb(32 133 96 / .6)}.ring-green-900\/70{--tw-ring-color: rgb(32 133 96 / .7)}.ring-green-900\/75{--tw-ring-color: rgb(32 133 96 / .75)}.ring-green-900\/80{--tw-ring-color: rgb(32 133 96 / .8)}.ring-green-900\/90{--tw-ring-color: rgb(32 133 96 / .9)}.ring-green-900\/95{--tw-ring-color: rgb(32 133 96 / .95)}.ring-green-900\/100{--tw-ring-color: rgb(32 133 96 / 1)}.ring-emerald-50\/0{--tw-ring-color: rgb(236 253 245 / 0)}.ring-emerald-50\/5{--tw-ring-color: rgb(236 253 245 / .05)}.ring-emerald-50\/10{--tw-ring-color: rgb(236 253 245 / .1)}.ring-emerald-50\/20{--tw-ring-color: rgb(236 253 245 / .2)}.ring-emerald-50\/25{--tw-ring-color: rgb(236 253 245 / .25)}.ring-emerald-50\/30{--tw-ring-color: rgb(236 253 245 / .3)}.ring-emerald-50\/40{--tw-ring-color: rgb(236 253 245 / .4)}.ring-emerald-50\/50{--tw-ring-color: rgb(236 253 245 / .5)}.ring-emerald-50\/60{--tw-ring-color: rgb(236 253 245 / .6)}.ring-emerald-50\/70{--tw-ring-color: rgb(236 253 245 / .7)}.ring-emerald-50\/75{--tw-ring-color: rgb(236 253 245 / .75)}.ring-emerald-50\/80{--tw-ring-color: rgb(236 253 245 / .8)}.ring-emerald-50\/90{--tw-ring-color: rgb(236 253 245 / .9)}.ring-emerald-50\/95{--tw-ring-color: rgb(236 253 245 / .95)}.ring-emerald-50\/100{--tw-ring-color: rgb(236 253 245 / 1)}.ring-emerald-100\/0{--tw-ring-color: rgb(209 250 229 / 0)}.ring-emerald-100\/5{--tw-ring-color: rgb(209 250 229 / .05)}.ring-emerald-100\/10{--tw-ring-color: rgb(209 250 229 / .1)}.ring-emerald-100\/20{--tw-ring-color: rgb(209 250 229 / .2)}.ring-emerald-100\/25{--tw-ring-color: rgb(209 250 229 / .25)}.ring-emerald-100\/30{--tw-ring-color: rgb(209 250 229 / .3)}.ring-emerald-100\/40{--tw-ring-color: rgb(209 250 229 / .4)}.ring-emerald-100\/50{--tw-ring-color: rgb(209 250 229 / .5)}.ring-emerald-100\/60{--tw-ring-color: rgb(209 250 229 / .6)}.ring-emerald-100\/70{--tw-ring-color: rgb(209 250 229 / .7)}.ring-emerald-100\/75{--tw-ring-color: rgb(209 250 229 / .75)}.ring-emerald-100\/80{--tw-ring-color: rgb(209 250 229 / .8)}.ring-emerald-100\/90{--tw-ring-color: rgb(209 250 229 / .9)}.ring-emerald-100\/95{--tw-ring-color: rgb(209 250 229 / .95)}.ring-emerald-100\/100{--tw-ring-color: rgb(209 250 229 / 1)}.ring-emerald-200\/0{--tw-ring-color: rgb(167 243 208 / 0)}.ring-emerald-200\/5{--tw-ring-color: rgb(167 243 208 / .05)}.ring-emerald-200\/10{--tw-ring-color: rgb(167 243 208 / .1)}.ring-emerald-200\/20{--tw-ring-color: rgb(167 243 208 / .2)}.ring-emerald-200\/25{--tw-ring-color: rgb(167 243 208 / .25)}.ring-emerald-200\/30{--tw-ring-color: rgb(167 243 208 / .3)}.ring-emerald-200\/40{--tw-ring-color: rgb(167 243 208 / .4)}.ring-emerald-200\/50{--tw-ring-color: rgb(167 243 208 / .5)}.ring-emerald-200\/60{--tw-ring-color: rgb(167 243 208 / .6)}.ring-emerald-200\/70{--tw-ring-color: rgb(167 243 208 / .7)}.ring-emerald-200\/75{--tw-ring-color: rgb(167 243 208 / .75)}.ring-emerald-200\/80{--tw-ring-color: rgb(167 243 208 / .8)}.ring-emerald-200\/90{--tw-ring-color: rgb(167 243 208 / .9)}.ring-emerald-200\/95{--tw-ring-color: rgb(167 243 208 / .95)}.ring-emerald-200\/100{--tw-ring-color: rgb(167 243 208 / 1)}.ring-emerald-300\/0{--tw-ring-color: rgb(110 231 183 / 0)}.ring-emerald-300\/5{--tw-ring-color: rgb(110 231 183 / .05)}.ring-emerald-300\/10{--tw-ring-color: rgb(110 231 183 / .1)}.ring-emerald-300\/20{--tw-ring-color: rgb(110 231 183 / .2)}.ring-emerald-300\/25{--tw-ring-color: rgb(110 231 183 / .25)}.ring-emerald-300\/30{--tw-ring-color: rgb(110 231 183 / .3)}.ring-emerald-300\/40{--tw-ring-color: rgb(110 231 183 / .4)}.ring-emerald-300\/50{--tw-ring-color: rgb(110 231 183 / .5)}.ring-emerald-300\/60{--tw-ring-color: rgb(110 231 183 / .6)}.ring-emerald-300\/70{--tw-ring-color: rgb(110 231 183 / .7)}.ring-emerald-300\/75{--tw-ring-color: rgb(110 231 183 / .75)}.ring-emerald-300\/80{--tw-ring-color: rgb(110 231 183 / .8)}.ring-emerald-300\/90{--tw-ring-color: rgb(110 231 183 / .9)}.ring-emerald-300\/95{--tw-ring-color: rgb(110 231 183 / .95)}.ring-emerald-300\/100{--tw-ring-color: rgb(110 231 183 / 1)}.ring-emerald-400\/0{--tw-ring-color: rgb(52 211 153 / 0)}.ring-emerald-400\/5{--tw-ring-color: rgb(52 211 153 / .05)}.ring-emerald-400\/10{--tw-ring-color: rgb(52 211 153 / .1)}.ring-emerald-400\/20{--tw-ring-color: rgb(52 211 153 / .2)}.ring-emerald-400\/25{--tw-ring-color: rgb(52 211 153 / .25)}.ring-emerald-400\/30{--tw-ring-color: rgb(52 211 153 / .3)}.ring-emerald-400\/40{--tw-ring-color: rgb(52 211 153 / .4)}.ring-emerald-400\/50{--tw-ring-color: rgb(52 211 153 / .5)}.ring-emerald-400\/60{--tw-ring-color: rgb(52 211 153 / .6)}.ring-emerald-400\/70{--tw-ring-color: rgb(52 211 153 / .7)}.ring-emerald-400\/75{--tw-ring-color: rgb(52 211 153 / .75)}.ring-emerald-400\/80{--tw-ring-color: rgb(52 211 153 / .8)}.ring-emerald-400\/90{--tw-ring-color: rgb(52 211 153 / .9)}.ring-emerald-400\/95{--tw-ring-color: rgb(52 211 153 / .95)}.ring-emerald-400\/100{--tw-ring-color: rgb(52 211 153 / 1)}.ring-emerald-500\/0{--tw-ring-color: rgb(16 185 129 / 0)}.ring-emerald-500\/5{--tw-ring-color: rgb(16 185 129 / .05)}.ring-emerald-500\/10{--tw-ring-color: rgb(16 185 129 / .1)}.ring-emerald-500\/20{--tw-ring-color: rgb(16 185 129 / .2)}.ring-emerald-500\/25{--tw-ring-color: rgb(16 185 129 / .25)}.ring-emerald-500\/30{--tw-ring-color: rgb(16 185 129 / .3)}.ring-emerald-500\/40{--tw-ring-color: rgb(16 185 129 / .4)}.ring-emerald-500\/50{--tw-ring-color: rgb(16 185 129 / .5)}.ring-emerald-500\/60{--tw-ring-color: rgb(16 185 129 / .6)}.ring-emerald-500\/70{--tw-ring-color: rgb(16 185 129 / .7)}.ring-emerald-500\/75{--tw-ring-color: rgb(16 185 129 / .75)}.ring-emerald-500\/80{--tw-ring-color: rgb(16 185 129 / .8)}.ring-emerald-500\/90{--tw-ring-color: rgb(16 185 129 / .9)}.ring-emerald-500\/95{--tw-ring-color: rgb(16 185 129 / .95)}.ring-emerald-500\/100{--tw-ring-color: rgb(16 185 129 / 1)}.ring-emerald-600\/0{--tw-ring-color: rgb(5 150 105 / 0)}.ring-emerald-600\/5{--tw-ring-color: rgb(5 150 105 / .05)}.ring-emerald-600\/10{--tw-ring-color: rgb(5 150 105 / .1)}.ring-emerald-600\/20{--tw-ring-color: rgb(5 150 105 / .2)}.ring-emerald-600\/25{--tw-ring-color: rgb(5 150 105 / .25)}.ring-emerald-600\/30{--tw-ring-color: rgb(5 150 105 / .3)}.ring-emerald-600\/40{--tw-ring-color: rgb(5 150 105 / .4)}.ring-emerald-600\/50{--tw-ring-color: rgb(5 150 105 / .5)}.ring-emerald-600\/60{--tw-ring-color: rgb(5 150 105 / .6)}.ring-emerald-600\/70{--tw-ring-color: rgb(5 150 105 / .7)}.ring-emerald-600\/75{--tw-ring-color: rgb(5 150 105 / .75)}.ring-emerald-600\/80{--tw-ring-color: rgb(5 150 105 / .8)}.ring-emerald-600\/90{--tw-ring-color: rgb(5 150 105 / .9)}.ring-emerald-600\/95{--tw-ring-color: rgb(5 150 105 / .95)}.ring-emerald-600\/100{--tw-ring-color: rgb(5 150 105 / 1)}.ring-emerald-700\/0{--tw-ring-color: rgb(4 120 87 / 0)}.ring-emerald-700\/5{--tw-ring-color: rgb(4 120 87 / .05)}.ring-emerald-700\/10{--tw-ring-color: rgb(4 120 87 / .1)}.ring-emerald-700\/20{--tw-ring-color: rgb(4 120 87 / .2)}.ring-emerald-700\/25{--tw-ring-color: rgb(4 120 87 / .25)}.ring-emerald-700\/30{--tw-ring-color: rgb(4 120 87 / .3)}.ring-emerald-700\/40{--tw-ring-color: rgb(4 120 87 / .4)}.ring-emerald-700\/50{--tw-ring-color: rgb(4 120 87 / .5)}.ring-emerald-700\/60{--tw-ring-color: rgb(4 120 87 / .6)}.ring-emerald-700\/70{--tw-ring-color: rgb(4 120 87 / .7)}.ring-emerald-700\/75{--tw-ring-color: rgb(4 120 87 / .75)}.ring-emerald-700\/80{--tw-ring-color: rgb(4 120 87 / .8)}.ring-emerald-700\/90{--tw-ring-color: rgb(4 120 87 / .9)}.ring-emerald-700\/95{--tw-ring-color: rgb(4 120 87 / .95)}.ring-emerald-700\/100{--tw-ring-color: rgb(4 120 87 / 1)}.ring-emerald-800\/0{--tw-ring-color: rgb(6 95 70 / 0)}.ring-emerald-800\/5{--tw-ring-color: rgb(6 95 70 / .05)}.ring-emerald-800\/10{--tw-ring-color: rgb(6 95 70 / .1)}.ring-emerald-800\/20{--tw-ring-color: rgb(6 95 70 / .2)}.ring-emerald-800\/25{--tw-ring-color: rgb(6 95 70 / .25)}.ring-emerald-800\/30{--tw-ring-color: rgb(6 95 70 / .3)}.ring-emerald-800\/40{--tw-ring-color: rgb(6 95 70 / .4)}.ring-emerald-800\/50{--tw-ring-color: rgb(6 95 70 / .5)}.ring-emerald-800\/60{--tw-ring-color: rgb(6 95 70 / .6)}.ring-emerald-800\/70{--tw-ring-color: rgb(6 95 70 / .7)}.ring-emerald-800\/75{--tw-ring-color: rgb(6 95 70 / .75)}.ring-emerald-800\/80{--tw-ring-color: rgb(6 95 70 / .8)}.ring-emerald-800\/90{--tw-ring-color: rgb(6 95 70 / .9)}.ring-emerald-800\/95{--tw-ring-color: rgb(6 95 70 / .95)}.ring-emerald-800\/100{--tw-ring-color: rgb(6 95 70 / 1)}.ring-emerald-900\/0{--tw-ring-color: rgb(6 78 59 / 0)}.ring-emerald-900\/5{--tw-ring-color: rgb(6 78 59 / .05)}.ring-emerald-900\/10{--tw-ring-color: rgb(6 78 59 / .1)}.ring-emerald-900\/20{--tw-ring-color: rgb(6 78 59 / .2)}.ring-emerald-900\/25{--tw-ring-color: rgb(6 78 59 / .25)}.ring-emerald-900\/30{--tw-ring-color: rgb(6 78 59 / .3)}.ring-emerald-900\/40{--tw-ring-color: rgb(6 78 59 / .4)}.ring-emerald-900\/50{--tw-ring-color: rgb(6 78 59 / .5)}.ring-emerald-900\/60{--tw-ring-color: rgb(6 78 59 / .6)}.ring-emerald-900\/70{--tw-ring-color: rgb(6 78 59 / .7)}.ring-emerald-900\/75{--tw-ring-color: rgb(6 78 59 / .75)}.ring-emerald-900\/80{--tw-ring-color: rgb(6 78 59 / .8)}.ring-emerald-900\/90{--tw-ring-color: rgb(6 78 59 / .9)}.ring-emerald-900\/95{--tw-ring-color: rgb(6 78 59 / .95)}.ring-emerald-900\/100{--tw-ring-color: rgb(6 78 59 / 1)}.ring-teal-50\/0{--tw-ring-color: rgb(240 253 250 / 0)}.ring-teal-50\/5{--tw-ring-color: rgb(240 253 250 / .05)}.ring-teal-50\/10{--tw-ring-color: rgb(240 253 250 / .1)}.ring-teal-50\/20{--tw-ring-color: rgb(240 253 250 / .2)}.ring-teal-50\/25{--tw-ring-color: rgb(240 253 250 / .25)}.ring-teal-50\/30{--tw-ring-color: rgb(240 253 250 / .3)}.ring-teal-50\/40{--tw-ring-color: rgb(240 253 250 / .4)}.ring-teal-50\/50{--tw-ring-color: rgb(240 253 250 / .5)}.ring-teal-50\/60{--tw-ring-color: rgb(240 253 250 / .6)}.ring-teal-50\/70{--tw-ring-color: rgb(240 253 250 / .7)}.ring-teal-50\/75{--tw-ring-color: rgb(240 253 250 / .75)}.ring-teal-50\/80{--tw-ring-color: rgb(240 253 250 / .8)}.ring-teal-50\/90{--tw-ring-color: rgb(240 253 250 / .9)}.ring-teal-50\/95{--tw-ring-color: rgb(240 253 250 / .95)}.ring-teal-50\/100{--tw-ring-color: rgb(240 253 250 / 1)}.ring-teal-100\/0{--tw-ring-color: rgb(204 251 241 / 0)}.ring-teal-100\/5{--tw-ring-color: rgb(204 251 241 / .05)}.ring-teal-100\/10{--tw-ring-color: rgb(204 251 241 / .1)}.ring-teal-100\/20{--tw-ring-color: rgb(204 251 241 / .2)}.ring-teal-100\/25{--tw-ring-color: rgb(204 251 241 / .25)}.ring-teal-100\/30{--tw-ring-color: rgb(204 251 241 / .3)}.ring-teal-100\/40{--tw-ring-color: rgb(204 251 241 / .4)}.ring-teal-100\/50{--tw-ring-color: rgb(204 251 241 / .5)}.ring-teal-100\/60{--tw-ring-color: rgb(204 251 241 / .6)}.ring-teal-100\/70{--tw-ring-color: rgb(204 251 241 / .7)}.ring-teal-100\/75{--tw-ring-color: rgb(204 251 241 / .75)}.ring-teal-100\/80{--tw-ring-color: rgb(204 251 241 / .8)}.ring-teal-100\/90{--tw-ring-color: rgb(204 251 241 / .9)}.ring-teal-100\/95{--tw-ring-color: rgb(204 251 241 / .95)}.ring-teal-100\/100{--tw-ring-color: rgb(204 251 241 / 1)}.ring-teal-200\/0{--tw-ring-color: rgb(153 246 228 / 0)}.ring-teal-200\/5{--tw-ring-color: rgb(153 246 228 / .05)}.ring-teal-200\/10{--tw-ring-color: rgb(153 246 228 / .1)}.ring-teal-200\/20{--tw-ring-color: rgb(153 246 228 / .2)}.ring-teal-200\/25{--tw-ring-color: rgb(153 246 228 / .25)}.ring-teal-200\/30{--tw-ring-color: rgb(153 246 228 / .3)}.ring-teal-200\/40{--tw-ring-color: rgb(153 246 228 / .4)}.ring-teal-200\/50{--tw-ring-color: rgb(153 246 228 / .5)}.ring-teal-200\/60{--tw-ring-color: rgb(153 246 228 / .6)}.ring-teal-200\/70{--tw-ring-color: rgb(153 246 228 / .7)}.ring-teal-200\/75{--tw-ring-color: rgb(153 246 228 / .75)}.ring-teal-200\/80{--tw-ring-color: rgb(153 246 228 / .8)}.ring-teal-200\/90{--tw-ring-color: rgb(153 246 228 / .9)}.ring-teal-200\/95{--tw-ring-color: rgb(153 246 228 / .95)}.ring-teal-200\/100{--tw-ring-color: rgb(153 246 228 / 1)}.ring-teal-300\/0{--tw-ring-color: rgb(94 234 212 / 0)}.ring-teal-300\/5{--tw-ring-color: rgb(94 234 212 / .05)}.ring-teal-300\/10{--tw-ring-color: rgb(94 234 212 / .1)}.ring-teal-300\/20{--tw-ring-color: rgb(94 234 212 / .2)}.ring-teal-300\/25{--tw-ring-color: rgb(94 234 212 / .25)}.ring-teal-300\/30{--tw-ring-color: rgb(94 234 212 / .3)}.ring-teal-300\/40{--tw-ring-color: rgb(94 234 212 / .4)}.ring-teal-300\/50{--tw-ring-color: rgb(94 234 212 / .5)}.ring-teal-300\/60{--tw-ring-color: rgb(94 234 212 / .6)}.ring-teal-300\/70{--tw-ring-color: rgb(94 234 212 / .7)}.ring-teal-300\/75{--tw-ring-color: rgb(94 234 212 / .75)}.ring-teal-300\/80{--tw-ring-color: rgb(94 234 212 / .8)}.ring-teal-300\/90{--tw-ring-color: rgb(94 234 212 / .9)}.ring-teal-300\/95{--tw-ring-color: rgb(94 234 212 / .95)}.ring-teal-300\/100{--tw-ring-color: rgb(94 234 212 / 1)}.ring-teal-400\/0{--tw-ring-color: rgb(45 212 191 / 0)}.ring-teal-400\/5{--tw-ring-color: rgb(45 212 191 / .05)}.ring-teal-400\/10{--tw-ring-color: rgb(45 212 191 / .1)}.ring-teal-400\/20{--tw-ring-color: rgb(45 212 191 / .2)}.ring-teal-400\/25{--tw-ring-color: rgb(45 212 191 / .25)}.ring-teal-400\/30{--tw-ring-color: rgb(45 212 191 / .3)}.ring-teal-400\/40{--tw-ring-color: rgb(45 212 191 / .4)}.ring-teal-400\/50{--tw-ring-color: rgb(45 212 191 / .5)}.ring-teal-400\/60{--tw-ring-color: rgb(45 212 191 / .6)}.ring-teal-400\/70{--tw-ring-color: rgb(45 212 191 / .7)}.ring-teal-400\/75{--tw-ring-color: rgb(45 212 191 / .75)}.ring-teal-400\/80{--tw-ring-color: rgb(45 212 191 / .8)}.ring-teal-400\/90{--tw-ring-color: rgb(45 212 191 / .9)}.ring-teal-400\/95{--tw-ring-color: rgb(45 212 191 / .95)}.ring-teal-400\/100{--tw-ring-color: rgb(45 212 191 / 1)}.ring-teal-500\/0{--tw-ring-color: rgb(20 184 166 / 0)}.ring-teal-500\/5{--tw-ring-color: rgb(20 184 166 / .05)}.ring-teal-500\/10{--tw-ring-color: rgb(20 184 166 / .1)}.ring-teal-500\/20{--tw-ring-color: rgb(20 184 166 / .2)}.ring-teal-500\/25{--tw-ring-color: rgb(20 184 166 / .25)}.ring-teal-500\/30{--tw-ring-color: rgb(20 184 166 / .3)}.ring-teal-500\/40{--tw-ring-color: rgb(20 184 166 / .4)}.ring-teal-500\/50{--tw-ring-color: rgb(20 184 166 / .5)}.ring-teal-500\/60{--tw-ring-color: rgb(20 184 166 / .6)}.ring-teal-500\/70{--tw-ring-color: rgb(20 184 166 / .7)}.ring-teal-500\/75{--tw-ring-color: rgb(20 184 166 / .75)}.ring-teal-500\/80{--tw-ring-color: rgb(20 184 166 / .8)}.ring-teal-500\/90{--tw-ring-color: rgb(20 184 166 / .9)}.ring-teal-500\/95{--tw-ring-color: rgb(20 184 166 / .95)}.ring-teal-500\/100{--tw-ring-color: rgb(20 184 166 / 1)}.ring-teal-600\/0{--tw-ring-color: rgb(13 148 136 / 0)}.ring-teal-600\/5{--tw-ring-color: rgb(13 148 136 / .05)}.ring-teal-600\/10{--tw-ring-color: rgb(13 148 136 / .1)}.ring-teal-600\/20{--tw-ring-color: rgb(13 148 136 / .2)}.ring-teal-600\/25{--tw-ring-color: rgb(13 148 136 / .25)}.ring-teal-600\/30{--tw-ring-color: rgb(13 148 136 / .3)}.ring-teal-600\/40{--tw-ring-color: rgb(13 148 136 / .4)}.ring-teal-600\/50{--tw-ring-color: rgb(13 148 136 / .5)}.ring-teal-600\/60{--tw-ring-color: rgb(13 148 136 / .6)}.ring-teal-600\/70{--tw-ring-color: rgb(13 148 136 / .7)}.ring-teal-600\/75{--tw-ring-color: rgb(13 148 136 / .75)}.ring-teal-600\/80{--tw-ring-color: rgb(13 148 136 / .8)}.ring-teal-600\/90{--tw-ring-color: rgb(13 148 136 / .9)}.ring-teal-600\/95{--tw-ring-color: rgb(13 148 136 / .95)}.ring-teal-600\/100{--tw-ring-color: rgb(13 148 136 / 1)}.ring-teal-700\/0{--tw-ring-color: rgb(15 118 110 / 0)}.ring-teal-700\/5{--tw-ring-color: rgb(15 118 110 / .05)}.ring-teal-700\/10{--tw-ring-color: rgb(15 118 110 / .1)}.ring-teal-700\/20{--tw-ring-color: rgb(15 118 110 / .2)}.ring-teal-700\/25{--tw-ring-color: rgb(15 118 110 / .25)}.ring-teal-700\/30{--tw-ring-color: rgb(15 118 110 / .3)}.ring-teal-700\/40{--tw-ring-color: rgb(15 118 110 / .4)}.ring-teal-700\/50{--tw-ring-color: rgb(15 118 110 / .5)}.ring-teal-700\/60{--tw-ring-color: rgb(15 118 110 / .6)}.ring-teal-700\/70{--tw-ring-color: rgb(15 118 110 / .7)}.ring-teal-700\/75{--tw-ring-color: rgb(15 118 110 / .75)}.ring-teal-700\/80{--tw-ring-color: rgb(15 118 110 / .8)}.ring-teal-700\/90{--tw-ring-color: rgb(15 118 110 / .9)}.ring-teal-700\/95{--tw-ring-color: rgb(15 118 110 / .95)}.ring-teal-700\/100{--tw-ring-color: rgb(15 118 110 / 1)}.ring-teal-800\/0{--tw-ring-color: rgb(17 94 89 / 0)}.ring-teal-800\/5{--tw-ring-color: rgb(17 94 89 / .05)}.ring-teal-800\/10{--tw-ring-color: rgb(17 94 89 / .1)}.ring-teal-800\/20{--tw-ring-color: rgb(17 94 89 / .2)}.ring-teal-800\/25{--tw-ring-color: rgb(17 94 89 / .25)}.ring-teal-800\/30{--tw-ring-color: rgb(17 94 89 / .3)}.ring-teal-800\/40{--tw-ring-color: rgb(17 94 89 / .4)}.ring-teal-800\/50{--tw-ring-color: rgb(17 94 89 / .5)}.ring-teal-800\/60{--tw-ring-color: rgb(17 94 89 / .6)}.ring-teal-800\/70{--tw-ring-color: rgb(17 94 89 / .7)}.ring-teal-800\/75{--tw-ring-color: rgb(17 94 89 / .75)}.ring-teal-800\/80{--tw-ring-color: rgb(17 94 89 / .8)}.ring-teal-800\/90{--tw-ring-color: rgb(17 94 89 / .9)}.ring-teal-800\/95{--tw-ring-color: rgb(17 94 89 / .95)}.ring-teal-800\/100{--tw-ring-color: rgb(17 94 89 / 1)}.ring-teal-900\/0{--tw-ring-color: rgb(19 78 74 / 0)}.ring-teal-900\/5{--tw-ring-color: rgb(19 78 74 / .05)}.ring-teal-900\/10{--tw-ring-color: rgb(19 78 74 / .1)}.ring-teal-900\/20{--tw-ring-color: rgb(19 78 74 / .2)}.ring-teal-900\/25{--tw-ring-color: rgb(19 78 74 / .25)}.ring-teal-900\/30{--tw-ring-color: rgb(19 78 74 / .3)}.ring-teal-900\/40{--tw-ring-color: rgb(19 78 74 / .4)}.ring-teal-900\/50{--tw-ring-color: rgb(19 78 74 / .5)}.ring-teal-900\/60{--tw-ring-color: rgb(19 78 74 / .6)}.ring-teal-900\/70{--tw-ring-color: rgb(19 78 74 / .7)}.ring-teal-900\/75{--tw-ring-color: rgb(19 78 74 / .75)}.ring-teal-900\/80{--tw-ring-color: rgb(19 78 74 / .8)}.ring-teal-900\/90{--tw-ring-color: rgb(19 78 74 / .9)}.ring-teal-900\/95{--tw-ring-color: rgb(19 78 74 / .95)}.ring-teal-900\/100{--tw-ring-color: rgb(19 78 74 / 1)}.ring-sky-50\/0{--tw-ring-color: rgb(240 249 255 / 0)}.ring-sky-50\/5{--tw-ring-color: rgb(240 249 255 / .05)}.ring-sky-50\/10{--tw-ring-color: rgb(240 249 255 / .1)}.ring-sky-50\/20{--tw-ring-color: rgb(240 249 255 / .2)}.ring-sky-50\/25{--tw-ring-color: rgb(240 249 255 / .25)}.ring-sky-50\/30{--tw-ring-color: rgb(240 249 255 / .3)}.ring-sky-50\/40{--tw-ring-color: rgb(240 249 255 / .4)}.ring-sky-50\/50{--tw-ring-color: rgb(240 249 255 / .5)}.ring-sky-50\/60{--tw-ring-color: rgb(240 249 255 / .6)}.ring-sky-50\/70{--tw-ring-color: rgb(240 249 255 / .7)}.ring-sky-50\/75{--tw-ring-color: rgb(240 249 255 / .75)}.ring-sky-50\/80{--tw-ring-color: rgb(240 249 255 / .8)}.ring-sky-50\/90{--tw-ring-color: rgb(240 249 255 / .9)}.ring-sky-50\/95{--tw-ring-color: rgb(240 249 255 / .95)}.ring-sky-50\/100{--tw-ring-color: rgb(240 249 255 / 1)}.ring-sky-100\/0{--tw-ring-color: rgb(224 242 254 / 0)}.ring-sky-100\/5{--tw-ring-color: rgb(224 242 254 / .05)}.ring-sky-100\/10{--tw-ring-color: rgb(224 242 254 / .1)}.ring-sky-100\/20{--tw-ring-color: rgb(224 242 254 / .2)}.ring-sky-100\/25{--tw-ring-color: rgb(224 242 254 / .25)}.ring-sky-100\/30{--tw-ring-color: rgb(224 242 254 / .3)}.ring-sky-100\/40{--tw-ring-color: rgb(224 242 254 / .4)}.ring-sky-100\/50{--tw-ring-color: rgb(224 242 254 / .5)}.ring-sky-100\/60{--tw-ring-color: rgb(224 242 254 / .6)}.ring-sky-100\/70{--tw-ring-color: rgb(224 242 254 / .7)}.ring-sky-100\/75{--tw-ring-color: rgb(224 242 254 / .75)}.ring-sky-100\/80{--tw-ring-color: rgb(224 242 254 / .8)}.ring-sky-100\/90{--tw-ring-color: rgb(224 242 254 / .9)}.ring-sky-100\/95{--tw-ring-color: rgb(224 242 254 / .95)}.ring-sky-100\/100{--tw-ring-color: rgb(224 242 254 / 1)}.ring-sky-200\/0{--tw-ring-color: rgb(186 230 253 / 0)}.ring-sky-200\/5{--tw-ring-color: rgb(186 230 253 / .05)}.ring-sky-200\/10{--tw-ring-color: rgb(186 230 253 / .1)}.ring-sky-200\/20{--tw-ring-color: rgb(186 230 253 / .2)}.ring-sky-200\/25{--tw-ring-color: rgb(186 230 253 / .25)}.ring-sky-200\/30{--tw-ring-color: rgb(186 230 253 / .3)}.ring-sky-200\/40{--tw-ring-color: rgb(186 230 253 / .4)}.ring-sky-200\/50{--tw-ring-color: rgb(186 230 253 / .5)}.ring-sky-200\/60{--tw-ring-color: rgb(186 230 253 / .6)}.ring-sky-200\/70{--tw-ring-color: rgb(186 230 253 / .7)}.ring-sky-200\/75{--tw-ring-color: rgb(186 230 253 / .75)}.ring-sky-200\/80{--tw-ring-color: rgb(186 230 253 / .8)}.ring-sky-200\/90{--tw-ring-color: rgb(186 230 253 / .9)}.ring-sky-200\/95{--tw-ring-color: rgb(186 230 253 / .95)}.ring-sky-200\/100{--tw-ring-color: rgb(186 230 253 / 1)}.ring-sky-300\/0{--tw-ring-color: rgb(125 211 252 / 0)}.ring-sky-300\/5{--tw-ring-color: rgb(125 211 252 / .05)}.ring-sky-300\/10{--tw-ring-color: rgb(125 211 252 / .1)}.ring-sky-300\/20{--tw-ring-color: rgb(125 211 252 / .2)}.ring-sky-300\/25{--tw-ring-color: rgb(125 211 252 / .25)}.ring-sky-300\/30{--tw-ring-color: rgb(125 211 252 / .3)}.ring-sky-300\/40{--tw-ring-color: rgb(125 211 252 / .4)}.ring-sky-300\/50{--tw-ring-color: rgb(125 211 252 / .5)}.ring-sky-300\/60{--tw-ring-color: rgb(125 211 252 / .6)}.ring-sky-300\/70{--tw-ring-color: rgb(125 211 252 / .7)}.ring-sky-300\/75{--tw-ring-color: rgb(125 211 252 / .75)}.ring-sky-300\/80{--tw-ring-color: rgb(125 211 252 / .8)}.ring-sky-300\/90{--tw-ring-color: rgb(125 211 252 / .9)}.ring-sky-300\/95{--tw-ring-color: rgb(125 211 252 / .95)}.ring-sky-300\/100{--tw-ring-color: rgb(125 211 252 / 1)}.ring-sky-400\/0{--tw-ring-color: rgb(56 189 248 / 0)}.ring-sky-400\/5{--tw-ring-color: rgb(56 189 248 / .05)}.ring-sky-400\/10{--tw-ring-color: rgb(56 189 248 / .1)}.ring-sky-400\/20{--tw-ring-color: rgb(56 189 248 / .2)}.ring-sky-400\/25{--tw-ring-color: rgb(56 189 248 / .25)}.ring-sky-400\/30{--tw-ring-color: rgb(56 189 248 / .3)}.ring-sky-400\/40{--tw-ring-color: rgb(56 189 248 / .4)}.ring-sky-400\/50{--tw-ring-color: rgb(56 189 248 / .5)}.ring-sky-400\/60{--tw-ring-color: rgb(56 189 248 / .6)}.ring-sky-400\/70{--tw-ring-color: rgb(56 189 248 / .7)}.ring-sky-400\/75{--tw-ring-color: rgb(56 189 248 / .75)}.ring-sky-400\/80{--tw-ring-color: rgb(56 189 248 / .8)}.ring-sky-400\/90{--tw-ring-color: rgb(56 189 248 / .9)}.ring-sky-400\/95{--tw-ring-color: rgb(56 189 248 / .95)}.ring-sky-400\/100{--tw-ring-color: rgb(56 189 248 / 1)}.ring-sky-500\/0{--tw-ring-color: rgb(14 165 233 / 0)}.ring-sky-500\/5{--tw-ring-color: rgb(14 165 233 / .05)}.ring-sky-500\/10{--tw-ring-color: rgb(14 165 233 / .1)}.ring-sky-500\/20{--tw-ring-color: rgb(14 165 233 / .2)}.ring-sky-500\/25{--tw-ring-color: rgb(14 165 233 / .25)}.ring-sky-500\/30{--tw-ring-color: rgb(14 165 233 / .3)}.ring-sky-500\/40{--tw-ring-color: rgb(14 165 233 / .4)}.ring-sky-500\/50{--tw-ring-color: rgb(14 165 233 / .5)}.ring-sky-500\/60{--tw-ring-color: rgb(14 165 233 / .6)}.ring-sky-500\/70{--tw-ring-color: rgb(14 165 233 / .7)}.ring-sky-500\/75{--tw-ring-color: rgb(14 165 233 / .75)}.ring-sky-500\/80{--tw-ring-color: rgb(14 165 233 / .8)}.ring-sky-500\/90{--tw-ring-color: rgb(14 165 233 / .9)}.ring-sky-500\/95{--tw-ring-color: rgb(14 165 233 / .95)}.ring-sky-500\/100{--tw-ring-color: rgb(14 165 233 / 1)}.ring-sky-600\/0{--tw-ring-color: rgb(2 132 199 / 0)}.ring-sky-600\/5{--tw-ring-color: rgb(2 132 199 / .05)}.ring-sky-600\/10{--tw-ring-color: rgb(2 132 199 / .1)}.ring-sky-600\/20{--tw-ring-color: rgb(2 132 199 / .2)}.ring-sky-600\/25{--tw-ring-color: rgb(2 132 199 / .25)}.ring-sky-600\/30{--tw-ring-color: rgb(2 132 199 / .3)}.ring-sky-600\/40{--tw-ring-color: rgb(2 132 199 / .4)}.ring-sky-600\/50{--tw-ring-color: rgb(2 132 199 / .5)}.ring-sky-600\/60{--tw-ring-color: rgb(2 132 199 / .6)}.ring-sky-600\/70{--tw-ring-color: rgb(2 132 199 / .7)}.ring-sky-600\/75{--tw-ring-color: rgb(2 132 199 / .75)}.ring-sky-600\/80{--tw-ring-color: rgb(2 132 199 / .8)}.ring-sky-600\/90{--tw-ring-color: rgb(2 132 199 / .9)}.ring-sky-600\/95{--tw-ring-color: rgb(2 132 199 / .95)}.ring-sky-600\/100{--tw-ring-color: rgb(2 132 199 / 1)}.ring-sky-700\/0{--tw-ring-color: rgb(3 105 161 / 0)}.ring-sky-700\/5{--tw-ring-color: rgb(3 105 161 / .05)}.ring-sky-700\/10{--tw-ring-color: rgb(3 105 161 / .1)}.ring-sky-700\/20{--tw-ring-color: rgb(3 105 161 / .2)}.ring-sky-700\/25{--tw-ring-color: rgb(3 105 161 / .25)}.ring-sky-700\/30{--tw-ring-color: rgb(3 105 161 / .3)}.ring-sky-700\/40{--tw-ring-color: rgb(3 105 161 / .4)}.ring-sky-700\/50{--tw-ring-color: rgb(3 105 161 / .5)}.ring-sky-700\/60{--tw-ring-color: rgb(3 105 161 / .6)}.ring-sky-700\/70{--tw-ring-color: rgb(3 105 161 / .7)}.ring-sky-700\/75{--tw-ring-color: rgb(3 105 161 / .75)}.ring-sky-700\/80{--tw-ring-color: rgb(3 105 161 / .8)}.ring-sky-700\/90{--tw-ring-color: rgb(3 105 161 / .9)}.ring-sky-700\/95{--tw-ring-color: rgb(3 105 161 / .95)}.ring-sky-700\/100{--tw-ring-color: rgb(3 105 161 / 1)}.ring-sky-800\/0{--tw-ring-color: rgb(7 89 133 / 0)}.ring-sky-800\/5{--tw-ring-color: rgb(7 89 133 / .05)}.ring-sky-800\/10{--tw-ring-color: rgb(7 89 133 / .1)}.ring-sky-800\/20{--tw-ring-color: rgb(7 89 133 / .2)}.ring-sky-800\/25{--tw-ring-color: rgb(7 89 133 / .25)}.ring-sky-800\/30{--tw-ring-color: rgb(7 89 133 / .3)}.ring-sky-800\/40{--tw-ring-color: rgb(7 89 133 / .4)}.ring-sky-800\/50{--tw-ring-color: rgb(7 89 133 / .5)}.ring-sky-800\/60{--tw-ring-color: rgb(7 89 133 / .6)}.ring-sky-800\/70{--tw-ring-color: rgb(7 89 133 / .7)}.ring-sky-800\/75{--tw-ring-color: rgb(7 89 133 / .75)}.ring-sky-800\/80{--tw-ring-color: rgb(7 89 133 / .8)}.ring-sky-800\/90{--tw-ring-color: rgb(7 89 133 / .9)}.ring-sky-800\/95{--tw-ring-color: rgb(7 89 133 / .95)}.ring-sky-800\/100{--tw-ring-color: rgb(7 89 133 / 1)}.ring-sky-900\/0{--tw-ring-color: rgb(12 74 110 / 0)}.ring-sky-900\/5{--tw-ring-color: rgb(12 74 110 / .05)}.ring-sky-900\/10{--tw-ring-color: rgb(12 74 110 / .1)}.ring-sky-900\/20{--tw-ring-color: rgb(12 74 110 / .2)}.ring-sky-900\/25{--tw-ring-color: rgb(12 74 110 / .25)}.ring-sky-900\/30{--tw-ring-color: rgb(12 74 110 / .3)}.ring-sky-900\/40{--tw-ring-color: rgb(12 74 110 / .4)}.ring-sky-900\/50{--tw-ring-color: rgb(12 74 110 / .5)}.ring-sky-900\/60{--tw-ring-color: rgb(12 74 110 / .6)}.ring-sky-900\/70{--tw-ring-color: rgb(12 74 110 / .7)}.ring-sky-900\/75{--tw-ring-color: rgb(12 74 110 / .75)}.ring-sky-900\/80{--tw-ring-color: rgb(12 74 110 / .8)}.ring-sky-900\/90{--tw-ring-color: rgb(12 74 110 / .9)}.ring-sky-900\/95{--tw-ring-color: rgb(12 74 110 / .95)}.ring-sky-900\/100{--tw-ring-color: rgb(12 74 110 / 1)}.ring-blue-50\/0{--tw-ring-color: rgb(239 246 255 / 0)}.ring-blue-50\/5{--tw-ring-color: rgb(239 246 255 / .05)}.ring-blue-50\/10{--tw-ring-color: rgb(239 246 255 / .1)}.ring-blue-50\/20{--tw-ring-color: rgb(239 246 255 / .2)}.ring-blue-50\/25{--tw-ring-color: rgb(239 246 255 / .25)}.ring-blue-50\/30{--tw-ring-color: rgb(239 246 255 / .3)}.ring-blue-50\/40{--tw-ring-color: rgb(239 246 255 / .4)}.ring-blue-50\/50{--tw-ring-color: rgb(239 246 255 / .5)}.ring-blue-50\/60{--tw-ring-color: rgb(239 246 255 / .6)}.ring-blue-50\/70{--tw-ring-color: rgb(239 246 255 / .7)}.ring-blue-50\/75{--tw-ring-color: rgb(239 246 255 / .75)}.ring-blue-50\/80{--tw-ring-color: rgb(239 246 255 / .8)}.ring-blue-50\/90{--tw-ring-color: rgb(239 246 255 / .9)}.ring-blue-50\/95{--tw-ring-color: rgb(239 246 255 / .95)}.ring-blue-50\/100{--tw-ring-color: rgb(239 246 255 / 1)}.ring-blue-100\/0{--tw-ring-color: rgb(242 243 253 / 0)}.ring-blue-100\/5{--tw-ring-color: rgb(242 243 253 / .05)}.ring-blue-100\/10{--tw-ring-color: rgb(242 243 253 / .1)}.ring-blue-100\/20{--tw-ring-color: rgb(242 243 253 / .2)}.ring-blue-100\/25{--tw-ring-color: rgb(242 243 253 / .25)}.ring-blue-100\/30{--tw-ring-color: rgb(242 243 253 / .3)}.ring-blue-100\/40{--tw-ring-color: rgb(242 243 253 / .4)}.ring-blue-100\/50{--tw-ring-color: rgb(242 243 253 / .5)}.ring-blue-100\/60{--tw-ring-color: rgb(242 243 253 / .6)}.ring-blue-100\/70{--tw-ring-color: rgb(242 243 253 / .7)}.ring-blue-100\/75{--tw-ring-color: rgb(242 243 253 / .75)}.ring-blue-100\/80{--tw-ring-color: rgb(242 243 253 / .8)}.ring-blue-100\/90{--tw-ring-color: rgb(242 243 253 / .9)}.ring-blue-100\/95{--tw-ring-color: rgb(242 243 253 / .95)}.ring-blue-100\/100{--tw-ring-color: rgb(242 243 253 / 1)}.ring-blue-200\/0{--tw-ring-color: rgb(228 232 251 / 0)}.ring-blue-200\/5{--tw-ring-color: rgb(228 232 251 / .05)}.ring-blue-200\/10{--tw-ring-color: rgb(228 232 251 / .1)}.ring-blue-200\/20{--tw-ring-color: rgb(228 232 251 / .2)}.ring-blue-200\/25{--tw-ring-color: rgb(228 232 251 / .25)}.ring-blue-200\/30{--tw-ring-color: rgb(228 232 251 / .3)}.ring-blue-200\/40{--tw-ring-color: rgb(228 232 251 / .4)}.ring-blue-200\/50{--tw-ring-color: rgb(228 232 251 / .5)}.ring-blue-200\/60{--tw-ring-color: rgb(228 232 251 / .6)}.ring-blue-200\/70{--tw-ring-color: rgb(228 232 251 / .7)}.ring-blue-200\/75{--tw-ring-color: rgb(228 232 251 / .75)}.ring-blue-200\/80{--tw-ring-color: rgb(228 232 251 / .8)}.ring-blue-200\/90{--tw-ring-color: rgb(228 232 251 / .9)}.ring-blue-200\/95{--tw-ring-color: rgb(228 232 251 / .95)}.ring-blue-200\/100{--tw-ring-color: rgb(228 232 251 / 1)}.ring-blue-300\/0{--tw-ring-color: rgb(198 207 247 / 0)}.ring-blue-300\/5{--tw-ring-color: rgb(198 207 247 / .05)}.ring-blue-300\/10{--tw-ring-color: rgb(198 207 247 / .1)}.ring-blue-300\/20{--tw-ring-color: rgb(198 207 247 / .2)}.ring-blue-300\/25{--tw-ring-color: rgb(198 207 247 / .25)}.ring-blue-300\/30{--tw-ring-color: rgb(198 207 247 / .3)}.ring-blue-300\/40{--tw-ring-color: rgb(198 207 247 / .4)}.ring-blue-300\/50{--tw-ring-color: rgb(198 207 247 / .5)}.ring-blue-300\/60{--tw-ring-color: rgb(198 207 247 / .6)}.ring-blue-300\/70{--tw-ring-color: rgb(198 207 247 / .7)}.ring-blue-300\/75{--tw-ring-color: rgb(198 207 247 / .75)}.ring-blue-300\/80{--tw-ring-color: rgb(198 207 247 / .8)}.ring-blue-300\/90{--tw-ring-color: rgb(198 207 247 / .9)}.ring-blue-300\/95{--tw-ring-color: rgb(198 207 247 / .95)}.ring-blue-300\/100{--tw-ring-color: rgb(198 207 247 / 1)}.ring-blue-400\/0{--tw-ring-color: rgb(163 178 243 / 0)}.ring-blue-400\/5{--tw-ring-color: rgb(163 178 243 / .05)}.ring-blue-400\/10{--tw-ring-color: rgb(163 178 243 / .1)}.ring-blue-400\/20{--tw-ring-color: rgb(163 178 243 / .2)}.ring-blue-400\/25{--tw-ring-color: rgb(163 178 243 / .25)}.ring-blue-400\/30{--tw-ring-color: rgb(163 178 243 / .3)}.ring-blue-400\/40{--tw-ring-color: rgb(163 178 243 / .4)}.ring-blue-400\/50{--tw-ring-color: rgb(163 178 243 / .5)}.ring-blue-400\/60{--tw-ring-color: rgb(163 178 243 / .6)}.ring-blue-400\/70{--tw-ring-color: rgb(163 178 243 / .7)}.ring-blue-400\/75{--tw-ring-color: rgb(163 178 243 / .75)}.ring-blue-400\/80{--tw-ring-color: rgb(163 178 243 / .8)}.ring-blue-400\/90{--tw-ring-color: rgb(163 178 243 / .9)}.ring-blue-400\/95{--tw-ring-color: rgb(163 178 243 / .95)}.ring-blue-400\/100{--tw-ring-color: rgb(163 178 243 / 1)}.ring-blue-500\/0{--tw-ring-color: rgb(118 144 239 / 0)}.ring-blue-500\/5{--tw-ring-color: rgb(118 144 239 / .05)}.ring-blue-500\/10{--tw-ring-color: rgb(118 144 239 / .1)}.ring-blue-500\/20{--tw-ring-color: rgb(118 144 239 / .2)}.ring-blue-500\/25{--tw-ring-color: rgb(118 144 239 / .25)}.ring-blue-500\/30{--tw-ring-color: rgb(118 144 239 / .3)}.ring-blue-500\/40{--tw-ring-color: rgb(118 144 239 / .4)}.ring-blue-500\/50{--tw-ring-color: rgb(118 144 239 / .5)}.ring-blue-500\/60{--tw-ring-color: rgb(118 144 239 / .6)}.ring-blue-500\/70{--tw-ring-color: rgb(118 144 239 / .7)}.ring-blue-500\/75{--tw-ring-color: rgb(118 144 239 / .75)}.ring-blue-500\/80{--tw-ring-color: rgb(118 144 239 / .8)}.ring-blue-500\/90{--tw-ring-color: rgb(118 144 239 / .9)}.ring-blue-500\/95{--tw-ring-color: rgb(118 144 239 / .95)}.ring-blue-500\/100{--tw-ring-color: rgb(118 144 239 / 1)}.ring-blue-600\/0{--tw-ring-color: rgb(37 99 235 / 0)}.ring-blue-600\/5{--tw-ring-color: rgb(37 99 235 / .05)}.ring-blue-600\/10{--tw-ring-color: rgb(37 99 235 / .1)}.ring-blue-600\/20{--tw-ring-color: rgb(37 99 235 / .2)}.ring-blue-600\/25{--tw-ring-color: rgb(37 99 235 / .25)}.ring-blue-600\/30{--tw-ring-color: rgb(37 99 235 / .3)}.ring-blue-600\/40{--tw-ring-color: rgb(37 99 235 / .4)}.ring-blue-600\/50{--tw-ring-color: rgb(37 99 235 / .5)}.ring-blue-600\/60{--tw-ring-color: rgb(37 99 235 / .6)}.ring-blue-600\/70{--tw-ring-color: rgb(37 99 235 / .7)}.ring-blue-600\/75{--tw-ring-color: rgb(37 99 235 / .75)}.ring-blue-600\/80{--tw-ring-color: rgb(37 99 235 / .8)}.ring-blue-600\/90{--tw-ring-color: rgb(37 99 235 / .9)}.ring-blue-600\/95{--tw-ring-color: rgb(37 99 235 / .95)}.ring-blue-600\/100{--tw-ring-color: rgb(37 99 235 / 1)}.ring-blue-700\/0{--tw-ring-color: rgb(33 88 210 / 0)}.ring-blue-700\/5{--tw-ring-color: rgb(33 88 210 / .05)}.ring-blue-700\/10{--tw-ring-color: rgb(33 88 210 / .1)}.ring-blue-700\/20{--tw-ring-color: rgb(33 88 210 / .2)}.ring-blue-700\/25{--tw-ring-color: rgb(33 88 210 / .25)}.ring-blue-700\/30{--tw-ring-color: rgb(33 88 210 / .3)}.ring-blue-700\/40{--tw-ring-color: rgb(33 88 210 / .4)}.ring-blue-700\/50{--tw-ring-color: rgb(33 88 210 / .5)}.ring-blue-700\/60{--tw-ring-color: rgb(33 88 210 / .6)}.ring-blue-700\/70{--tw-ring-color: rgb(33 88 210 / .7)}.ring-blue-700\/75{--tw-ring-color: rgb(33 88 210 / .75)}.ring-blue-700\/80{--tw-ring-color: rgb(33 88 210 / .8)}.ring-blue-700\/90{--tw-ring-color: rgb(33 88 210 / .9)}.ring-blue-700\/95{--tw-ring-color: rgb(33 88 210 / .95)}.ring-blue-700\/100{--tw-ring-color: rgb(33 88 210 / 1)}.ring-blue-800\/0{--tw-ring-color: rgb(28 76 182 / 0)}.ring-blue-800\/5{--tw-ring-color: rgb(28 76 182 / .05)}.ring-blue-800\/10{--tw-ring-color: rgb(28 76 182 / .1)}.ring-blue-800\/20{--tw-ring-color: rgb(28 76 182 / .2)}.ring-blue-800\/25{--tw-ring-color: rgb(28 76 182 / .25)}.ring-blue-800\/30{--tw-ring-color: rgb(28 76 182 / .3)}.ring-blue-800\/40{--tw-ring-color: rgb(28 76 182 / .4)}.ring-blue-800\/50{--tw-ring-color: rgb(28 76 182 / .5)}.ring-blue-800\/60{--tw-ring-color: rgb(28 76 182 / .6)}.ring-blue-800\/70{--tw-ring-color: rgb(28 76 182 / .7)}.ring-blue-800\/75{--tw-ring-color: rgb(28 76 182 / .75)}.ring-blue-800\/80{--tw-ring-color: rgb(28 76 182 / .8)}.ring-blue-800\/90{--tw-ring-color: rgb(28 76 182 / .9)}.ring-blue-800\/95{--tw-ring-color: rgb(28 76 182 / .95)}.ring-blue-800\/100{--tw-ring-color: rgb(28 76 182 / 1)}.ring-blue-900\/0{--tw-ring-color: rgb(23 62 148 / 0)}.ring-blue-900\/5{--tw-ring-color: rgb(23 62 148 / .05)}.ring-blue-900\/10{--tw-ring-color: rgb(23 62 148 / .1)}.ring-blue-900\/20{--tw-ring-color: rgb(23 62 148 / .2)}.ring-blue-900\/25{--tw-ring-color: rgb(23 62 148 / .25)}.ring-blue-900\/30{--tw-ring-color: rgb(23 62 148 / .3)}.ring-blue-900\/40{--tw-ring-color: rgb(23 62 148 / .4)}.ring-blue-900\/50{--tw-ring-color: rgb(23 62 148 / .5)}.ring-blue-900\/60{--tw-ring-color: rgb(23 62 148 / .6)}.ring-blue-900\/70{--tw-ring-color: rgb(23 62 148 / .7)}.ring-blue-900\/75{--tw-ring-color: rgb(23 62 148 / .75)}.ring-blue-900\/80{--tw-ring-color: rgb(23 62 148 / .8)}.ring-blue-900\/90{--tw-ring-color: rgb(23 62 148 / .9)}.ring-blue-900\/95{--tw-ring-color: rgb(23 62 148 / .95)}.ring-blue-900\/100{--tw-ring-color: rgb(23 62 148 / 1)}.ring-indigo-50\/0{--tw-ring-color: rgb(238 242 255 / 0)}.ring-indigo-50\/5{--tw-ring-color: rgb(238 242 255 / .05)}.ring-indigo-50\/10{--tw-ring-color: rgb(238 242 255 / .1)}.ring-indigo-50\/20{--tw-ring-color: rgb(238 242 255 / .2)}.ring-indigo-50\/25{--tw-ring-color: rgb(238 242 255 / .25)}.ring-indigo-50\/30{--tw-ring-color: rgb(238 242 255 / .3)}.ring-indigo-50\/40{--tw-ring-color: rgb(238 242 255 / .4)}.ring-indigo-50\/50{--tw-ring-color: rgb(238 242 255 / .5)}.ring-indigo-50\/60{--tw-ring-color: rgb(238 242 255 / .6)}.ring-indigo-50\/70{--tw-ring-color: rgb(238 242 255 / .7)}.ring-indigo-50\/75{--tw-ring-color: rgb(238 242 255 / .75)}.ring-indigo-50\/80{--tw-ring-color: rgb(238 242 255 / .8)}.ring-indigo-50\/90{--tw-ring-color: rgb(238 242 255 / .9)}.ring-indigo-50\/95{--tw-ring-color: rgb(238 242 255 / .95)}.ring-indigo-50\/100{--tw-ring-color: rgb(238 242 255 / 1)}.ring-indigo-100\/0{--tw-ring-color: rgb(224 231 255 / 0)}.ring-indigo-100\/5{--tw-ring-color: rgb(224 231 255 / .05)}.ring-indigo-100\/10{--tw-ring-color: rgb(224 231 255 / .1)}.ring-indigo-100\/20{--tw-ring-color: rgb(224 231 255 / .2)}.ring-indigo-100\/25{--tw-ring-color: rgb(224 231 255 / .25)}.ring-indigo-100\/30{--tw-ring-color: rgb(224 231 255 / .3)}.ring-indigo-100\/40{--tw-ring-color: rgb(224 231 255 / .4)}.ring-indigo-100\/50{--tw-ring-color: rgb(224 231 255 / .5)}.ring-indigo-100\/60{--tw-ring-color: rgb(224 231 255 / .6)}.ring-indigo-100\/70{--tw-ring-color: rgb(224 231 255 / .7)}.ring-indigo-100\/75{--tw-ring-color: rgb(224 231 255 / .75)}.ring-indigo-100\/80{--tw-ring-color: rgb(224 231 255 / .8)}.ring-indigo-100\/90{--tw-ring-color: rgb(224 231 255 / .9)}.ring-indigo-100\/95{--tw-ring-color: rgb(224 231 255 / .95)}.ring-indigo-100\/100{--tw-ring-color: rgb(224 231 255 / 1)}.ring-indigo-200\/0{--tw-ring-color: rgb(199 210 254 / 0)}.ring-indigo-200\/5{--tw-ring-color: rgb(199 210 254 / .05)}.ring-indigo-200\/10{--tw-ring-color: rgb(199 210 254 / .1)}.ring-indigo-200\/20{--tw-ring-color: rgb(199 210 254 / .2)}.ring-indigo-200\/25{--tw-ring-color: rgb(199 210 254 / .25)}.ring-indigo-200\/30{--tw-ring-color: rgb(199 210 254 / .3)}.ring-indigo-200\/40{--tw-ring-color: rgb(199 210 254 / .4)}.ring-indigo-200\/50{--tw-ring-color: rgb(199 210 254 / .5)}.ring-indigo-200\/60{--tw-ring-color: rgb(199 210 254 / .6)}.ring-indigo-200\/70{--tw-ring-color: rgb(199 210 254 / .7)}.ring-indigo-200\/75{--tw-ring-color: rgb(199 210 254 / .75)}.ring-indigo-200\/80{--tw-ring-color: rgb(199 210 254 / .8)}.ring-indigo-200\/90{--tw-ring-color: rgb(199 210 254 / .9)}.ring-indigo-200\/95{--tw-ring-color: rgb(199 210 254 / .95)}.ring-indigo-200\/100{--tw-ring-color: rgb(199 210 254 / 1)}.ring-indigo-300\/0{--tw-ring-color: rgb(165 180 252 / 0)}.ring-indigo-300\/5{--tw-ring-color: rgb(165 180 252 / .05)}.ring-indigo-300\/10{--tw-ring-color: rgb(165 180 252 / .1)}.ring-indigo-300\/20{--tw-ring-color: rgb(165 180 252 / .2)}.ring-indigo-300\/25{--tw-ring-color: rgb(165 180 252 / .25)}.ring-indigo-300\/30{--tw-ring-color: rgb(165 180 252 / .3)}.ring-indigo-300\/40{--tw-ring-color: rgb(165 180 252 / .4)}.ring-indigo-300\/50{--tw-ring-color: rgb(165 180 252 / .5)}.ring-indigo-300\/60{--tw-ring-color: rgb(165 180 252 / .6)}.ring-indigo-300\/70{--tw-ring-color: rgb(165 180 252 / .7)}.ring-indigo-300\/75{--tw-ring-color: rgb(165 180 252 / .75)}.ring-indigo-300\/80{--tw-ring-color: rgb(165 180 252 / .8)}.ring-indigo-300\/90{--tw-ring-color: rgb(165 180 252 / .9)}.ring-indigo-300\/95{--tw-ring-color: rgb(165 180 252 / .95)}.ring-indigo-300\/100{--tw-ring-color: rgb(165 180 252 / 1)}.ring-indigo-400\/0{--tw-ring-color: rgb(129 140 248 / 0)}.ring-indigo-400\/5{--tw-ring-color: rgb(129 140 248 / .05)}.ring-indigo-400\/10{--tw-ring-color: rgb(129 140 248 / .1)}.ring-indigo-400\/20{--tw-ring-color: rgb(129 140 248 / .2)}.ring-indigo-400\/25{--tw-ring-color: rgb(129 140 248 / .25)}.ring-indigo-400\/30{--tw-ring-color: rgb(129 140 248 / .3)}.ring-indigo-400\/40{--tw-ring-color: rgb(129 140 248 / .4)}.ring-indigo-400\/50{--tw-ring-color: rgb(129 140 248 / .5)}.ring-indigo-400\/60{--tw-ring-color: rgb(129 140 248 / .6)}.ring-indigo-400\/70{--tw-ring-color: rgb(129 140 248 / .7)}.ring-indigo-400\/75{--tw-ring-color: rgb(129 140 248 / .75)}.ring-indigo-400\/80{--tw-ring-color: rgb(129 140 248 / .8)}.ring-indigo-400\/90{--tw-ring-color: rgb(129 140 248 / .9)}.ring-indigo-400\/95{--tw-ring-color: rgb(129 140 248 / .95)}.ring-indigo-400\/100{--tw-ring-color: rgb(129 140 248 / 1)}.ring-indigo-500\/0{--tw-ring-color: rgb(99 102 241 / 0)}.ring-indigo-500\/5{--tw-ring-color: rgb(99 102 241 / .05)}.ring-indigo-500\/10{--tw-ring-color: rgb(99 102 241 / .1)}.ring-indigo-500\/20{--tw-ring-color: rgb(99 102 241 / .2)}.ring-indigo-500\/25{--tw-ring-color: rgb(99 102 241 / .25)}.ring-indigo-500\/30{--tw-ring-color: rgb(99 102 241 / .3)}.ring-indigo-500\/40{--tw-ring-color: rgb(99 102 241 / .4)}.ring-indigo-500\/50{--tw-ring-color: rgb(99 102 241 / .5)}.ring-indigo-500\/60{--tw-ring-color: rgb(99 102 241 / .6)}.ring-indigo-500\/70{--tw-ring-color: rgb(99 102 241 / .7)}.ring-indigo-500\/75{--tw-ring-color: rgb(99 102 241 / .75)}.ring-indigo-500\/80{--tw-ring-color: rgb(99 102 241 / .8)}.ring-indigo-500\/90{--tw-ring-color: rgb(99 102 241 / .9)}.ring-indigo-500\/95{--tw-ring-color: rgb(99 102 241 / .95)}.ring-indigo-500\/100{--tw-ring-color: rgb(99 102 241 / 1)}.ring-indigo-600\/0{--tw-ring-color: rgb(79 70 229 / 0)}.ring-indigo-600\/5{--tw-ring-color: rgb(79 70 229 / .05)}.ring-indigo-600\/10{--tw-ring-color: rgb(79 70 229 / .1)}.ring-indigo-600\/20{--tw-ring-color: rgb(79 70 229 / .2)}.ring-indigo-600\/25{--tw-ring-color: rgb(79 70 229 / .25)}.ring-indigo-600\/30{--tw-ring-color: rgb(79 70 229 / .3)}.ring-indigo-600\/40{--tw-ring-color: rgb(79 70 229 / .4)}.ring-indigo-600\/50{--tw-ring-color: rgb(79 70 229 / .5)}.ring-indigo-600\/60{--tw-ring-color: rgb(79 70 229 / .6)}.ring-indigo-600\/70{--tw-ring-color: rgb(79 70 229 / .7)}.ring-indigo-600\/75{--tw-ring-color: rgb(79 70 229 / .75)}.ring-indigo-600\/80{--tw-ring-color: rgb(79 70 229 / .8)}.ring-indigo-600\/90{--tw-ring-color: rgb(79 70 229 / .9)}.ring-indigo-600\/95{--tw-ring-color: rgb(79 70 229 / .95)}.ring-indigo-600\/100{--tw-ring-color: rgb(79 70 229 / 1)}.ring-indigo-700\/0{--tw-ring-color: rgb(67 56 202 / 0)}.ring-indigo-700\/5{--tw-ring-color: rgb(67 56 202 / .05)}.ring-indigo-700\/10{--tw-ring-color: rgb(67 56 202 / .1)}.ring-indigo-700\/20{--tw-ring-color: rgb(67 56 202 / .2)}.ring-indigo-700\/25{--tw-ring-color: rgb(67 56 202 / .25)}.ring-indigo-700\/30{--tw-ring-color: rgb(67 56 202 / .3)}.ring-indigo-700\/40{--tw-ring-color: rgb(67 56 202 / .4)}.ring-indigo-700\/50{--tw-ring-color: rgb(67 56 202 / .5)}.ring-indigo-700\/60{--tw-ring-color: rgb(67 56 202 / .6)}.ring-indigo-700\/70{--tw-ring-color: rgb(67 56 202 / .7)}.ring-indigo-700\/75{--tw-ring-color: rgb(67 56 202 / .75)}.ring-indigo-700\/80{--tw-ring-color: rgb(67 56 202 / .8)}.ring-indigo-700\/90{--tw-ring-color: rgb(67 56 202 / .9)}.ring-indigo-700\/95{--tw-ring-color: rgb(67 56 202 / .95)}.ring-indigo-700\/100{--tw-ring-color: rgb(67 56 202 / 1)}.ring-indigo-800\/0{--tw-ring-color: rgb(55 48 163 / 0)}.ring-indigo-800\/5{--tw-ring-color: rgb(55 48 163 / .05)}.ring-indigo-800\/10{--tw-ring-color: rgb(55 48 163 / .1)}.ring-indigo-800\/20{--tw-ring-color: rgb(55 48 163 / .2)}.ring-indigo-800\/25{--tw-ring-color: rgb(55 48 163 / .25)}.ring-indigo-800\/30{--tw-ring-color: rgb(55 48 163 / .3)}.ring-indigo-800\/40{--tw-ring-color: rgb(55 48 163 / .4)}.ring-indigo-800\/50{--tw-ring-color: rgb(55 48 163 / .5)}.ring-indigo-800\/60{--tw-ring-color: rgb(55 48 163 / .6)}.ring-indigo-800\/70{--tw-ring-color: rgb(55 48 163 / .7)}.ring-indigo-800\/75{--tw-ring-color: rgb(55 48 163 / .75)}.ring-indigo-800\/80{--tw-ring-color: rgb(55 48 163 / .8)}.ring-indigo-800\/90{--tw-ring-color: rgb(55 48 163 / .9)}.ring-indigo-800\/95{--tw-ring-color: rgb(55 48 163 / .95)}.ring-indigo-800\/100{--tw-ring-color: rgb(55 48 163 / 1)}.ring-indigo-900\/0{--tw-ring-color: rgb(49 46 129 / 0)}.ring-indigo-900\/5{--tw-ring-color: rgb(49 46 129 / .05)}.ring-indigo-900\/10{--tw-ring-color: rgb(49 46 129 / .1)}.ring-indigo-900\/20{--tw-ring-color: rgb(49 46 129 / .2)}.ring-indigo-900\/25{--tw-ring-color: rgb(49 46 129 / .25)}.ring-indigo-900\/30{--tw-ring-color: rgb(49 46 129 / .3)}.ring-indigo-900\/40{--tw-ring-color: rgb(49 46 129 / .4)}.ring-indigo-900\/50{--tw-ring-color: rgb(49 46 129 / .5)}.ring-indigo-900\/60{--tw-ring-color: rgb(49 46 129 / .6)}.ring-indigo-900\/70{--tw-ring-color: rgb(49 46 129 / .7)}.ring-indigo-900\/75{--tw-ring-color: rgb(49 46 129 / .75)}.ring-indigo-900\/80{--tw-ring-color: rgb(49 46 129 / .8)}.ring-indigo-900\/90{--tw-ring-color: rgb(49 46 129 / .9)}.ring-indigo-900\/95{--tw-ring-color: rgb(49 46 129 / .95)}.ring-indigo-900\/100{--tw-ring-color: rgb(49 46 129 / 1)}.ring-violet-50\/0{--tw-ring-color: rgb(245 243 255 / 0)}.ring-violet-50\/5{--tw-ring-color: rgb(245 243 255 / .05)}.ring-violet-50\/10{--tw-ring-color: rgb(245 243 255 / .1)}.ring-violet-50\/20{--tw-ring-color: rgb(245 243 255 / .2)}.ring-violet-50\/25{--tw-ring-color: rgb(245 243 255 / .25)}.ring-violet-50\/30{--tw-ring-color: rgb(245 243 255 / .3)}.ring-violet-50\/40{--tw-ring-color: rgb(245 243 255 / .4)}.ring-violet-50\/50{--tw-ring-color: rgb(245 243 255 / .5)}.ring-violet-50\/60{--tw-ring-color: rgb(245 243 255 / .6)}.ring-violet-50\/70{--tw-ring-color: rgb(245 243 255 / .7)}.ring-violet-50\/75{--tw-ring-color: rgb(245 243 255 / .75)}.ring-violet-50\/80{--tw-ring-color: rgb(245 243 255 / .8)}.ring-violet-50\/90{--tw-ring-color: rgb(245 243 255 / .9)}.ring-violet-50\/95{--tw-ring-color: rgb(245 243 255 / .95)}.ring-violet-50\/100{--tw-ring-color: rgb(245 243 255 / 1)}.ring-violet-100\/0{--tw-ring-color: rgb(237 233 254 / 0)}.ring-violet-100\/5{--tw-ring-color: rgb(237 233 254 / .05)}.ring-violet-100\/10{--tw-ring-color: rgb(237 233 254 / .1)}.ring-violet-100\/20{--tw-ring-color: rgb(237 233 254 / .2)}.ring-violet-100\/25{--tw-ring-color: rgb(237 233 254 / .25)}.ring-violet-100\/30{--tw-ring-color: rgb(237 233 254 / .3)}.ring-violet-100\/40{--tw-ring-color: rgb(237 233 254 / .4)}.ring-violet-100\/50{--tw-ring-color: rgb(237 233 254 / .5)}.ring-violet-100\/60{--tw-ring-color: rgb(237 233 254 / .6)}.ring-violet-100\/70{--tw-ring-color: rgb(237 233 254 / .7)}.ring-violet-100\/75{--tw-ring-color: rgb(237 233 254 / .75)}.ring-violet-100\/80{--tw-ring-color: rgb(237 233 254 / .8)}.ring-violet-100\/90{--tw-ring-color: rgb(237 233 254 / .9)}.ring-violet-100\/95{--tw-ring-color: rgb(237 233 254 / .95)}.ring-violet-100\/100{--tw-ring-color: rgb(237 233 254 / 1)}.ring-violet-200\/0{--tw-ring-color: rgb(221 214 254 / 0)}.ring-violet-200\/5{--tw-ring-color: rgb(221 214 254 / .05)}.ring-violet-200\/10{--tw-ring-color: rgb(221 214 254 / .1)}.ring-violet-200\/20{--tw-ring-color: rgb(221 214 254 / .2)}.ring-violet-200\/25{--tw-ring-color: rgb(221 214 254 / .25)}.ring-violet-200\/30{--tw-ring-color: rgb(221 214 254 / .3)}.ring-violet-200\/40{--tw-ring-color: rgb(221 214 254 / .4)}.ring-violet-200\/50{--tw-ring-color: rgb(221 214 254 / .5)}.ring-violet-200\/60{--tw-ring-color: rgb(221 214 254 / .6)}.ring-violet-200\/70{--tw-ring-color: rgb(221 214 254 / .7)}.ring-violet-200\/75{--tw-ring-color: rgb(221 214 254 / .75)}.ring-violet-200\/80{--tw-ring-color: rgb(221 214 254 / .8)}.ring-violet-200\/90{--tw-ring-color: rgb(221 214 254 / .9)}.ring-violet-200\/95{--tw-ring-color: rgb(221 214 254 / .95)}.ring-violet-200\/100{--tw-ring-color: rgb(221 214 254 / 1)}.ring-violet-300\/0{--tw-ring-color: rgb(196 181 253 / 0)}.ring-violet-300\/5{--tw-ring-color: rgb(196 181 253 / .05)}.ring-violet-300\/10{--tw-ring-color: rgb(196 181 253 / .1)}.ring-violet-300\/20{--tw-ring-color: rgb(196 181 253 / .2)}.ring-violet-300\/25{--tw-ring-color: rgb(196 181 253 / .25)}.ring-violet-300\/30{--tw-ring-color: rgb(196 181 253 / .3)}.ring-violet-300\/40{--tw-ring-color: rgb(196 181 253 / .4)}.ring-violet-300\/50{--tw-ring-color: rgb(196 181 253 / .5)}.ring-violet-300\/60{--tw-ring-color: rgb(196 181 253 / .6)}.ring-violet-300\/70{--tw-ring-color: rgb(196 181 253 / .7)}.ring-violet-300\/75{--tw-ring-color: rgb(196 181 253 / .75)}.ring-violet-300\/80{--tw-ring-color: rgb(196 181 253 / .8)}.ring-violet-300\/90{--tw-ring-color: rgb(196 181 253 / .9)}.ring-violet-300\/95{--tw-ring-color: rgb(196 181 253 / .95)}.ring-violet-300\/100{--tw-ring-color: rgb(196 181 253 / 1)}.ring-violet-400\/0{--tw-ring-color: rgb(167 139 250 / 0)}.ring-violet-400\/5{--tw-ring-color: rgb(167 139 250 / .05)}.ring-violet-400\/10{--tw-ring-color: rgb(167 139 250 / .1)}.ring-violet-400\/20{--tw-ring-color: rgb(167 139 250 / .2)}.ring-violet-400\/25{--tw-ring-color: rgb(167 139 250 / .25)}.ring-violet-400\/30{--tw-ring-color: rgb(167 139 250 / .3)}.ring-violet-400\/40{--tw-ring-color: rgb(167 139 250 / .4)}.ring-violet-400\/50{--tw-ring-color: rgb(167 139 250 / .5)}.ring-violet-400\/60{--tw-ring-color: rgb(167 139 250 / .6)}.ring-violet-400\/70{--tw-ring-color: rgb(167 139 250 / .7)}.ring-violet-400\/75{--tw-ring-color: rgb(167 139 250 / .75)}.ring-violet-400\/80{--tw-ring-color: rgb(167 139 250 / .8)}.ring-violet-400\/90{--tw-ring-color: rgb(167 139 250 / .9)}.ring-violet-400\/95{--tw-ring-color: rgb(167 139 250 / .95)}.ring-violet-400\/100{--tw-ring-color: rgb(167 139 250 / 1)}.ring-violet-500\/0{--tw-ring-color: rgb(139 92 246 / 0)}.ring-violet-500\/5{--tw-ring-color: rgb(139 92 246 / .05)}.ring-violet-500\/10{--tw-ring-color: rgb(139 92 246 / .1)}.ring-violet-500\/20{--tw-ring-color: rgb(139 92 246 / .2)}.ring-violet-500\/25{--tw-ring-color: rgb(139 92 246 / .25)}.ring-violet-500\/30{--tw-ring-color: rgb(139 92 246 / .3)}.ring-violet-500\/40{--tw-ring-color: rgb(139 92 246 / .4)}.ring-violet-500\/50{--tw-ring-color: rgb(139 92 246 / .5)}.ring-violet-500\/60{--tw-ring-color: rgb(139 92 246 / .6)}.ring-violet-500\/70{--tw-ring-color: rgb(139 92 246 / .7)}.ring-violet-500\/75{--tw-ring-color: rgb(139 92 246 / .75)}.ring-violet-500\/80{--tw-ring-color: rgb(139 92 246 / .8)}.ring-violet-500\/90{--tw-ring-color: rgb(139 92 246 / .9)}.ring-violet-500\/95{--tw-ring-color: rgb(139 92 246 / .95)}.ring-violet-500\/100{--tw-ring-color: rgb(139 92 246 / 1)}.ring-violet-600\/0{--tw-ring-color: rgb(124 58 237 / 0)}.ring-violet-600\/5{--tw-ring-color: rgb(124 58 237 / .05)}.ring-violet-600\/10{--tw-ring-color: rgb(124 58 237 / .1)}.ring-violet-600\/20{--tw-ring-color: rgb(124 58 237 / .2)}.ring-violet-600\/25{--tw-ring-color: rgb(124 58 237 / .25)}.ring-violet-600\/30{--tw-ring-color: rgb(124 58 237 / .3)}.ring-violet-600\/40{--tw-ring-color: rgb(124 58 237 / .4)}.ring-violet-600\/50{--tw-ring-color: rgb(124 58 237 / .5)}.ring-violet-600\/60{--tw-ring-color: rgb(124 58 237 / .6)}.ring-violet-600\/70{--tw-ring-color: rgb(124 58 237 / .7)}.ring-violet-600\/75{--tw-ring-color: rgb(124 58 237 / .75)}.ring-violet-600\/80{--tw-ring-color: rgb(124 58 237 / .8)}.ring-violet-600\/90{--tw-ring-color: rgb(124 58 237 / .9)}.ring-violet-600\/95{--tw-ring-color: rgb(124 58 237 / .95)}.ring-violet-600\/100{--tw-ring-color: rgb(124 58 237 / 1)}.ring-violet-700\/0{--tw-ring-color: rgb(109 40 217 / 0)}.ring-violet-700\/5{--tw-ring-color: rgb(109 40 217 / .05)}.ring-violet-700\/10{--tw-ring-color: rgb(109 40 217 / .1)}.ring-violet-700\/20{--tw-ring-color: rgb(109 40 217 / .2)}.ring-violet-700\/25{--tw-ring-color: rgb(109 40 217 / .25)}.ring-violet-700\/30{--tw-ring-color: rgb(109 40 217 / .3)}.ring-violet-700\/40{--tw-ring-color: rgb(109 40 217 / .4)}.ring-violet-700\/50{--tw-ring-color: rgb(109 40 217 / .5)}.ring-violet-700\/60{--tw-ring-color: rgb(109 40 217 / .6)}.ring-violet-700\/70{--tw-ring-color: rgb(109 40 217 / .7)}.ring-violet-700\/75{--tw-ring-color: rgb(109 40 217 / .75)}.ring-violet-700\/80{--tw-ring-color: rgb(109 40 217 / .8)}.ring-violet-700\/90{--tw-ring-color: rgb(109 40 217 / .9)}.ring-violet-700\/95{--tw-ring-color: rgb(109 40 217 / .95)}.ring-violet-700\/100{--tw-ring-color: rgb(109 40 217 / 1)}.ring-violet-800\/0{--tw-ring-color: rgb(91 33 182 / 0)}.ring-violet-800\/5{--tw-ring-color: rgb(91 33 182 / .05)}.ring-violet-800\/10{--tw-ring-color: rgb(91 33 182 / .1)}.ring-violet-800\/20{--tw-ring-color: rgb(91 33 182 / .2)}.ring-violet-800\/25{--tw-ring-color: rgb(91 33 182 / .25)}.ring-violet-800\/30{--tw-ring-color: rgb(91 33 182 / .3)}.ring-violet-800\/40{--tw-ring-color: rgb(91 33 182 / .4)}.ring-violet-800\/50{--tw-ring-color: rgb(91 33 182 / .5)}.ring-violet-800\/60{--tw-ring-color: rgb(91 33 182 / .6)}.ring-violet-800\/70{--tw-ring-color: rgb(91 33 182 / .7)}.ring-violet-800\/75{--tw-ring-color: rgb(91 33 182 / .75)}.ring-violet-800\/80{--tw-ring-color: rgb(91 33 182 / .8)}.ring-violet-800\/90{--tw-ring-color: rgb(91 33 182 / .9)}.ring-violet-800\/95{--tw-ring-color: rgb(91 33 182 / .95)}.ring-violet-800\/100{--tw-ring-color: rgb(91 33 182 / 1)}.ring-violet-900\/0{--tw-ring-color: rgb(76 29 149 / 0)}.ring-violet-900\/5{--tw-ring-color: rgb(76 29 149 / .05)}.ring-violet-900\/10{--tw-ring-color: rgb(76 29 149 / .1)}.ring-violet-900\/20{--tw-ring-color: rgb(76 29 149 / .2)}.ring-violet-900\/25{--tw-ring-color: rgb(76 29 149 / .25)}.ring-violet-900\/30{--tw-ring-color: rgb(76 29 149 / .3)}.ring-violet-900\/40{--tw-ring-color: rgb(76 29 149 / .4)}.ring-violet-900\/50{--tw-ring-color: rgb(76 29 149 / .5)}.ring-violet-900\/60{--tw-ring-color: rgb(76 29 149 / .6)}.ring-violet-900\/70{--tw-ring-color: rgb(76 29 149 / .7)}.ring-violet-900\/75{--tw-ring-color: rgb(76 29 149 / .75)}.ring-violet-900\/80{--tw-ring-color: rgb(76 29 149 / .8)}.ring-violet-900\/90{--tw-ring-color: rgb(76 29 149 / .9)}.ring-violet-900\/95{--tw-ring-color: rgb(76 29 149 / .95)}.ring-violet-900\/100{--tw-ring-color: rgb(76 29 149 / 1)}.ring-fuchsia-50\/0{--tw-ring-color: rgb(253 244 255 / 0)}.ring-fuchsia-50\/5{--tw-ring-color: rgb(253 244 255 / .05)}.ring-fuchsia-50\/10{--tw-ring-color: rgb(253 244 255 / .1)}.ring-fuchsia-50\/20{--tw-ring-color: rgb(253 244 255 / .2)}.ring-fuchsia-50\/25{--tw-ring-color: rgb(253 244 255 / .25)}.ring-fuchsia-50\/30{--tw-ring-color: rgb(253 244 255 / .3)}.ring-fuchsia-50\/40{--tw-ring-color: rgb(253 244 255 / .4)}.ring-fuchsia-50\/50{--tw-ring-color: rgb(253 244 255 / .5)}.ring-fuchsia-50\/60{--tw-ring-color: rgb(253 244 255 / .6)}.ring-fuchsia-50\/70{--tw-ring-color: rgb(253 244 255 / .7)}.ring-fuchsia-50\/75{--tw-ring-color: rgb(253 244 255 / .75)}.ring-fuchsia-50\/80{--tw-ring-color: rgb(253 244 255 / .8)}.ring-fuchsia-50\/90{--tw-ring-color: rgb(253 244 255 / .9)}.ring-fuchsia-50\/95{--tw-ring-color: rgb(253 244 255 / .95)}.ring-fuchsia-50\/100{--tw-ring-color: rgb(253 244 255 / 1)}.ring-fuchsia-100\/0{--tw-ring-color: rgb(250 232 255 / 0)}.ring-fuchsia-100\/5{--tw-ring-color: rgb(250 232 255 / .05)}.ring-fuchsia-100\/10{--tw-ring-color: rgb(250 232 255 / .1)}.ring-fuchsia-100\/20{--tw-ring-color: rgb(250 232 255 / .2)}.ring-fuchsia-100\/25{--tw-ring-color: rgb(250 232 255 / .25)}.ring-fuchsia-100\/30{--tw-ring-color: rgb(250 232 255 / .3)}.ring-fuchsia-100\/40{--tw-ring-color: rgb(250 232 255 / .4)}.ring-fuchsia-100\/50{--tw-ring-color: rgb(250 232 255 / .5)}.ring-fuchsia-100\/60{--tw-ring-color: rgb(250 232 255 / .6)}.ring-fuchsia-100\/70{--tw-ring-color: rgb(250 232 255 / .7)}.ring-fuchsia-100\/75{--tw-ring-color: rgb(250 232 255 / .75)}.ring-fuchsia-100\/80{--tw-ring-color: rgb(250 232 255 / .8)}.ring-fuchsia-100\/90{--tw-ring-color: rgb(250 232 255 / .9)}.ring-fuchsia-100\/95{--tw-ring-color: rgb(250 232 255 / .95)}.ring-fuchsia-100\/100{--tw-ring-color: rgb(250 232 255 / 1)}.ring-fuchsia-200\/0{--tw-ring-color: rgb(245 208 254 / 0)}.ring-fuchsia-200\/5{--tw-ring-color: rgb(245 208 254 / .05)}.ring-fuchsia-200\/10{--tw-ring-color: rgb(245 208 254 / .1)}.ring-fuchsia-200\/20{--tw-ring-color: rgb(245 208 254 / .2)}.ring-fuchsia-200\/25{--tw-ring-color: rgb(245 208 254 / .25)}.ring-fuchsia-200\/30{--tw-ring-color: rgb(245 208 254 / .3)}.ring-fuchsia-200\/40{--tw-ring-color: rgb(245 208 254 / .4)}.ring-fuchsia-200\/50{--tw-ring-color: rgb(245 208 254 / .5)}.ring-fuchsia-200\/60{--tw-ring-color: rgb(245 208 254 / .6)}.ring-fuchsia-200\/70{--tw-ring-color: rgb(245 208 254 / .7)}.ring-fuchsia-200\/75{--tw-ring-color: rgb(245 208 254 / .75)}.ring-fuchsia-200\/80{--tw-ring-color: rgb(245 208 254 / .8)}.ring-fuchsia-200\/90{--tw-ring-color: rgb(245 208 254 / .9)}.ring-fuchsia-200\/95{--tw-ring-color: rgb(245 208 254 / .95)}.ring-fuchsia-200\/100{--tw-ring-color: rgb(245 208 254 / 1)}.ring-fuchsia-300\/0{--tw-ring-color: rgb(240 171 252 / 0)}.ring-fuchsia-300\/5{--tw-ring-color: rgb(240 171 252 / .05)}.ring-fuchsia-300\/10{--tw-ring-color: rgb(240 171 252 / .1)}.ring-fuchsia-300\/20{--tw-ring-color: rgb(240 171 252 / .2)}.ring-fuchsia-300\/25{--tw-ring-color: rgb(240 171 252 / .25)}.ring-fuchsia-300\/30{--tw-ring-color: rgb(240 171 252 / .3)}.ring-fuchsia-300\/40{--tw-ring-color: rgb(240 171 252 / .4)}.ring-fuchsia-300\/50{--tw-ring-color: rgb(240 171 252 / .5)}.ring-fuchsia-300\/60{--tw-ring-color: rgb(240 171 252 / .6)}.ring-fuchsia-300\/70{--tw-ring-color: rgb(240 171 252 / .7)}.ring-fuchsia-300\/75{--tw-ring-color: rgb(240 171 252 / .75)}.ring-fuchsia-300\/80{--tw-ring-color: rgb(240 171 252 / .8)}.ring-fuchsia-300\/90{--tw-ring-color: rgb(240 171 252 / .9)}.ring-fuchsia-300\/95{--tw-ring-color: rgb(240 171 252 / .95)}.ring-fuchsia-300\/100{--tw-ring-color: rgb(240 171 252 / 1)}.ring-fuchsia-400\/0{--tw-ring-color: rgb(232 121 249 / 0)}.ring-fuchsia-400\/5{--tw-ring-color: rgb(232 121 249 / .05)}.ring-fuchsia-400\/10{--tw-ring-color: rgb(232 121 249 / .1)}.ring-fuchsia-400\/20{--tw-ring-color: rgb(232 121 249 / .2)}.ring-fuchsia-400\/25{--tw-ring-color: rgb(232 121 249 / .25)}.ring-fuchsia-400\/30{--tw-ring-color: rgb(232 121 249 / .3)}.ring-fuchsia-400\/40{--tw-ring-color: rgb(232 121 249 / .4)}.ring-fuchsia-400\/50{--tw-ring-color: rgb(232 121 249 / .5)}.ring-fuchsia-400\/60{--tw-ring-color: rgb(232 121 249 / .6)}.ring-fuchsia-400\/70{--tw-ring-color: rgb(232 121 249 / .7)}.ring-fuchsia-400\/75{--tw-ring-color: rgb(232 121 249 / .75)}.ring-fuchsia-400\/80{--tw-ring-color: rgb(232 121 249 / .8)}.ring-fuchsia-400\/90{--tw-ring-color: rgb(232 121 249 / .9)}.ring-fuchsia-400\/95{--tw-ring-color: rgb(232 121 249 / .95)}.ring-fuchsia-400\/100{--tw-ring-color: rgb(232 121 249 / 1)}.ring-fuchsia-500\/0{--tw-ring-color: rgb(217 70 239 / 0)}.ring-fuchsia-500\/5{--tw-ring-color: rgb(217 70 239 / .05)}.ring-fuchsia-500\/10{--tw-ring-color: rgb(217 70 239 / .1)}.ring-fuchsia-500\/20{--tw-ring-color: rgb(217 70 239 / .2)}.ring-fuchsia-500\/25{--tw-ring-color: rgb(217 70 239 / .25)}.ring-fuchsia-500\/30{--tw-ring-color: rgb(217 70 239 / .3)}.ring-fuchsia-500\/40{--tw-ring-color: rgb(217 70 239 / .4)}.ring-fuchsia-500\/50{--tw-ring-color: rgb(217 70 239 / .5)}.ring-fuchsia-500\/60{--tw-ring-color: rgb(217 70 239 / .6)}.ring-fuchsia-500\/70{--tw-ring-color: rgb(217 70 239 / .7)}.ring-fuchsia-500\/75{--tw-ring-color: rgb(217 70 239 / .75)}.ring-fuchsia-500\/80{--tw-ring-color: rgb(217 70 239 / .8)}.ring-fuchsia-500\/90{--tw-ring-color: rgb(217 70 239 / .9)}.ring-fuchsia-500\/95{--tw-ring-color: rgb(217 70 239 / .95)}.ring-fuchsia-500\/100{--tw-ring-color: rgb(217 70 239 / 1)}.ring-fuchsia-600\/0{--tw-ring-color: rgb(192 38 211 / 0)}.ring-fuchsia-600\/5{--tw-ring-color: rgb(192 38 211 / .05)}.ring-fuchsia-600\/10{--tw-ring-color: rgb(192 38 211 / .1)}.ring-fuchsia-600\/20{--tw-ring-color: rgb(192 38 211 / .2)}.ring-fuchsia-600\/25{--tw-ring-color: rgb(192 38 211 / .25)}.ring-fuchsia-600\/30{--tw-ring-color: rgb(192 38 211 / .3)}.ring-fuchsia-600\/40{--tw-ring-color: rgb(192 38 211 / .4)}.ring-fuchsia-600\/50{--tw-ring-color: rgb(192 38 211 / .5)}.ring-fuchsia-600\/60{--tw-ring-color: rgb(192 38 211 / .6)}.ring-fuchsia-600\/70{--tw-ring-color: rgb(192 38 211 / .7)}.ring-fuchsia-600\/75{--tw-ring-color: rgb(192 38 211 / .75)}.ring-fuchsia-600\/80{--tw-ring-color: rgb(192 38 211 / .8)}.ring-fuchsia-600\/90{--tw-ring-color: rgb(192 38 211 / .9)}.ring-fuchsia-600\/95{--tw-ring-color: rgb(192 38 211 / .95)}.ring-fuchsia-600\/100{--tw-ring-color: rgb(192 38 211 / 1)}.ring-fuchsia-700\/0{--tw-ring-color: rgb(162 28 175 / 0)}.ring-fuchsia-700\/5{--tw-ring-color: rgb(162 28 175 / .05)}.ring-fuchsia-700\/10{--tw-ring-color: rgb(162 28 175 / .1)}.ring-fuchsia-700\/20{--tw-ring-color: rgb(162 28 175 / .2)}.ring-fuchsia-700\/25{--tw-ring-color: rgb(162 28 175 / .25)}.ring-fuchsia-700\/30{--tw-ring-color: rgb(162 28 175 / .3)}.ring-fuchsia-700\/40{--tw-ring-color: rgb(162 28 175 / .4)}.ring-fuchsia-700\/50{--tw-ring-color: rgb(162 28 175 / .5)}.ring-fuchsia-700\/60{--tw-ring-color: rgb(162 28 175 / .6)}.ring-fuchsia-700\/70{--tw-ring-color: rgb(162 28 175 / .7)}.ring-fuchsia-700\/75{--tw-ring-color: rgb(162 28 175 / .75)}.ring-fuchsia-700\/80{--tw-ring-color: rgb(162 28 175 / .8)}.ring-fuchsia-700\/90{--tw-ring-color: rgb(162 28 175 / .9)}.ring-fuchsia-700\/95{--tw-ring-color: rgb(162 28 175 / .95)}.ring-fuchsia-700\/100{--tw-ring-color: rgb(162 28 175 / 1)}.ring-fuchsia-800\/0{--tw-ring-color: rgb(134 25 143 / 0)}.ring-fuchsia-800\/5{--tw-ring-color: rgb(134 25 143 / .05)}.ring-fuchsia-800\/10{--tw-ring-color: rgb(134 25 143 / .1)}.ring-fuchsia-800\/20{--tw-ring-color: rgb(134 25 143 / .2)}.ring-fuchsia-800\/25{--tw-ring-color: rgb(134 25 143 / .25)}.ring-fuchsia-800\/30{--tw-ring-color: rgb(134 25 143 / .3)}.ring-fuchsia-800\/40{--tw-ring-color: rgb(134 25 143 / .4)}.ring-fuchsia-800\/50{--tw-ring-color: rgb(134 25 143 / .5)}.ring-fuchsia-800\/60{--tw-ring-color: rgb(134 25 143 / .6)}.ring-fuchsia-800\/70{--tw-ring-color: rgb(134 25 143 / .7)}.ring-fuchsia-800\/75{--tw-ring-color: rgb(134 25 143 / .75)}.ring-fuchsia-800\/80{--tw-ring-color: rgb(134 25 143 / .8)}.ring-fuchsia-800\/90{--tw-ring-color: rgb(134 25 143 / .9)}.ring-fuchsia-800\/95{--tw-ring-color: rgb(134 25 143 / .95)}.ring-fuchsia-800\/100{--tw-ring-color: rgb(134 25 143 / 1)}.ring-fuchsia-900\/0{--tw-ring-color: rgb(112 26 117 / 0)}.ring-fuchsia-900\/5{--tw-ring-color: rgb(112 26 117 / .05)}.ring-fuchsia-900\/10{--tw-ring-color: rgb(112 26 117 / .1)}.ring-fuchsia-900\/20{--tw-ring-color: rgb(112 26 117 / .2)}.ring-fuchsia-900\/25{--tw-ring-color: rgb(112 26 117 / .25)}.ring-fuchsia-900\/30{--tw-ring-color: rgb(112 26 117 / .3)}.ring-fuchsia-900\/40{--tw-ring-color: rgb(112 26 117 / .4)}.ring-fuchsia-900\/50{--tw-ring-color: rgb(112 26 117 / .5)}.ring-fuchsia-900\/60{--tw-ring-color: rgb(112 26 117 / .6)}.ring-fuchsia-900\/70{--tw-ring-color: rgb(112 26 117 / .7)}.ring-fuchsia-900\/75{--tw-ring-color: rgb(112 26 117 / .75)}.ring-fuchsia-900\/80{--tw-ring-color: rgb(112 26 117 / .8)}.ring-fuchsia-900\/90{--tw-ring-color: rgb(112 26 117 / .9)}.ring-fuchsia-900\/95{--tw-ring-color: rgb(112 26 117 / .95)}.ring-fuchsia-900\/100{--tw-ring-color: rgb(112 26 117 / 1)}.ring-pink-50\/0{--tw-ring-color: rgb(253 242 248 / 0)}.ring-pink-50\/5{--tw-ring-color: rgb(253 242 248 / .05)}.ring-pink-50\/10{--tw-ring-color: rgb(253 242 248 / .1)}.ring-pink-50\/20{--tw-ring-color: rgb(253 242 248 / .2)}.ring-pink-50\/25{--tw-ring-color: rgb(253 242 248 / .25)}.ring-pink-50\/30{--tw-ring-color: rgb(253 242 248 / .3)}.ring-pink-50\/40{--tw-ring-color: rgb(253 242 248 / .4)}.ring-pink-50\/50{--tw-ring-color: rgb(253 242 248 / .5)}.ring-pink-50\/60{--tw-ring-color: rgb(253 242 248 / .6)}.ring-pink-50\/70{--tw-ring-color: rgb(253 242 248 / .7)}.ring-pink-50\/75{--tw-ring-color: rgb(253 242 248 / .75)}.ring-pink-50\/80{--tw-ring-color: rgb(253 242 248 / .8)}.ring-pink-50\/90{--tw-ring-color: rgb(253 242 248 / .9)}.ring-pink-50\/95{--tw-ring-color: rgb(253 242 248 / .95)}.ring-pink-50\/100{--tw-ring-color: rgb(253 242 248 / 1)}.ring-pink-100\/0{--tw-ring-color: rgb(252 231 243 / 0)}.ring-pink-100\/5{--tw-ring-color: rgb(252 231 243 / .05)}.ring-pink-100\/10{--tw-ring-color: rgb(252 231 243 / .1)}.ring-pink-100\/20{--tw-ring-color: rgb(252 231 243 / .2)}.ring-pink-100\/25{--tw-ring-color: rgb(252 231 243 / .25)}.ring-pink-100\/30{--tw-ring-color: rgb(252 231 243 / .3)}.ring-pink-100\/40{--tw-ring-color: rgb(252 231 243 / .4)}.ring-pink-100\/50{--tw-ring-color: rgb(252 231 243 / .5)}.ring-pink-100\/60{--tw-ring-color: rgb(252 231 243 / .6)}.ring-pink-100\/70{--tw-ring-color: rgb(252 231 243 / .7)}.ring-pink-100\/75{--tw-ring-color: rgb(252 231 243 / .75)}.ring-pink-100\/80{--tw-ring-color: rgb(252 231 243 / .8)}.ring-pink-100\/90{--tw-ring-color: rgb(252 231 243 / .9)}.ring-pink-100\/95{--tw-ring-color: rgb(252 231 243 / .95)}.ring-pink-100\/100{--tw-ring-color: rgb(252 231 243 / 1)}.ring-pink-200\/0{--tw-ring-color: rgb(251 207 232 / 0)}.ring-pink-200\/5{--tw-ring-color: rgb(251 207 232 / .05)}.ring-pink-200\/10{--tw-ring-color: rgb(251 207 232 / .1)}.ring-pink-200\/20{--tw-ring-color: rgb(251 207 232 / .2)}.ring-pink-200\/25{--tw-ring-color: rgb(251 207 232 / .25)}.ring-pink-200\/30{--tw-ring-color: rgb(251 207 232 / .3)}.ring-pink-200\/40{--tw-ring-color: rgb(251 207 232 / .4)}.ring-pink-200\/50{--tw-ring-color: rgb(251 207 232 / .5)}.ring-pink-200\/60{--tw-ring-color: rgb(251 207 232 / .6)}.ring-pink-200\/70{--tw-ring-color: rgb(251 207 232 / .7)}.ring-pink-200\/75{--tw-ring-color: rgb(251 207 232 / .75)}.ring-pink-200\/80{--tw-ring-color: rgb(251 207 232 / .8)}.ring-pink-200\/90{--tw-ring-color: rgb(251 207 232 / .9)}.ring-pink-200\/95{--tw-ring-color: rgb(251 207 232 / .95)}.ring-pink-200\/100{--tw-ring-color: rgb(251 207 232 / 1)}.ring-pink-300\/0{--tw-ring-color: rgb(249 168 212 / 0)}.ring-pink-300\/5{--tw-ring-color: rgb(249 168 212 / .05)}.ring-pink-300\/10{--tw-ring-color: rgb(249 168 212 / .1)}.ring-pink-300\/20{--tw-ring-color: rgb(249 168 212 / .2)}.ring-pink-300\/25{--tw-ring-color: rgb(249 168 212 / .25)}.ring-pink-300\/30{--tw-ring-color: rgb(249 168 212 / .3)}.ring-pink-300\/40{--tw-ring-color: rgb(249 168 212 / .4)}.ring-pink-300\/50{--tw-ring-color: rgb(249 168 212 / .5)}.ring-pink-300\/60{--tw-ring-color: rgb(249 168 212 / .6)}.ring-pink-300\/70{--tw-ring-color: rgb(249 168 212 / .7)}.ring-pink-300\/75{--tw-ring-color: rgb(249 168 212 / .75)}.ring-pink-300\/80{--tw-ring-color: rgb(249 168 212 / .8)}.ring-pink-300\/90{--tw-ring-color: rgb(249 168 212 / .9)}.ring-pink-300\/95{--tw-ring-color: rgb(249 168 212 / .95)}.ring-pink-300\/100{--tw-ring-color: rgb(249 168 212 / 1)}.ring-pink-400\/0{--tw-ring-color: rgb(244 114 182 / 0)}.ring-pink-400\/5{--tw-ring-color: rgb(244 114 182 / .05)}.ring-pink-400\/10{--tw-ring-color: rgb(244 114 182 / .1)}.ring-pink-400\/20{--tw-ring-color: rgb(244 114 182 / .2)}.ring-pink-400\/25{--tw-ring-color: rgb(244 114 182 / .25)}.ring-pink-400\/30{--tw-ring-color: rgb(244 114 182 / .3)}.ring-pink-400\/40{--tw-ring-color: rgb(244 114 182 / .4)}.ring-pink-400\/50{--tw-ring-color: rgb(244 114 182 / .5)}.ring-pink-400\/60{--tw-ring-color: rgb(244 114 182 / .6)}.ring-pink-400\/70{--tw-ring-color: rgb(244 114 182 / .7)}.ring-pink-400\/75{--tw-ring-color: rgb(244 114 182 / .75)}.ring-pink-400\/80{--tw-ring-color: rgb(244 114 182 / .8)}.ring-pink-400\/90{--tw-ring-color: rgb(244 114 182 / .9)}.ring-pink-400\/95{--tw-ring-color: rgb(244 114 182 / .95)}.ring-pink-400\/100{--tw-ring-color: rgb(244 114 182 / 1)}.ring-pink-500\/0{--tw-ring-color: rgb(236 72 153 / 0)}.ring-pink-500\/5{--tw-ring-color: rgb(236 72 153 / .05)}.ring-pink-500\/10{--tw-ring-color: rgb(236 72 153 / .1)}.ring-pink-500\/20{--tw-ring-color: rgb(236 72 153 / .2)}.ring-pink-500\/25{--tw-ring-color: rgb(236 72 153 / .25)}.ring-pink-500\/30{--tw-ring-color: rgb(236 72 153 / .3)}.ring-pink-500\/40{--tw-ring-color: rgb(236 72 153 / .4)}.ring-pink-500\/50{--tw-ring-color: rgb(236 72 153 / .5)}.ring-pink-500\/60{--tw-ring-color: rgb(236 72 153 / .6)}.ring-pink-500\/70{--tw-ring-color: rgb(236 72 153 / .7)}.ring-pink-500\/75{--tw-ring-color: rgb(236 72 153 / .75)}.ring-pink-500\/80{--tw-ring-color: rgb(236 72 153 / .8)}.ring-pink-500\/90{--tw-ring-color: rgb(236 72 153 / .9)}.ring-pink-500\/95{--tw-ring-color: rgb(236 72 153 / .95)}.ring-pink-500\/100{--tw-ring-color: rgb(236 72 153 / 1)}.ring-pink-600\/0{--tw-ring-color: rgb(219 39 119 / 0)}.ring-pink-600\/5{--tw-ring-color: rgb(219 39 119 / .05)}.ring-pink-600\/10{--tw-ring-color: rgb(219 39 119 / .1)}.ring-pink-600\/20{--tw-ring-color: rgb(219 39 119 / .2)}.ring-pink-600\/25{--tw-ring-color: rgb(219 39 119 / .25)}.ring-pink-600\/30{--tw-ring-color: rgb(219 39 119 / .3)}.ring-pink-600\/40{--tw-ring-color: rgb(219 39 119 / .4)}.ring-pink-600\/50{--tw-ring-color: rgb(219 39 119 / .5)}.ring-pink-600\/60{--tw-ring-color: rgb(219 39 119 / .6)}.ring-pink-600\/70{--tw-ring-color: rgb(219 39 119 / .7)}.ring-pink-600\/75{--tw-ring-color: rgb(219 39 119 / .75)}.ring-pink-600\/80{--tw-ring-color: rgb(219 39 119 / .8)}.ring-pink-600\/90{--tw-ring-color: rgb(219 39 119 / .9)}.ring-pink-600\/95{--tw-ring-color: rgb(219 39 119 / .95)}.ring-pink-600\/100{--tw-ring-color: rgb(219 39 119 / 1)}.ring-pink-700\/0{--tw-ring-color: rgb(190 24 93 / 0)}.ring-pink-700\/5{--tw-ring-color: rgb(190 24 93 / .05)}.ring-pink-700\/10{--tw-ring-color: rgb(190 24 93 / .1)}.ring-pink-700\/20{--tw-ring-color: rgb(190 24 93 / .2)}.ring-pink-700\/25{--tw-ring-color: rgb(190 24 93 / .25)}.ring-pink-700\/30{--tw-ring-color: rgb(190 24 93 / .3)}.ring-pink-700\/40{--tw-ring-color: rgb(190 24 93 / .4)}.ring-pink-700\/50{--tw-ring-color: rgb(190 24 93 / .5)}.ring-pink-700\/60{--tw-ring-color: rgb(190 24 93 / .6)}.ring-pink-700\/70{--tw-ring-color: rgb(190 24 93 / .7)}.ring-pink-700\/75{--tw-ring-color: rgb(190 24 93 / .75)}.ring-pink-700\/80{--tw-ring-color: rgb(190 24 93 / .8)}.ring-pink-700\/90{--tw-ring-color: rgb(190 24 93 / .9)}.ring-pink-700\/95{--tw-ring-color: rgb(190 24 93 / .95)}.ring-pink-700\/100{--tw-ring-color: rgb(190 24 93 / 1)}.ring-pink-800\/0{--tw-ring-color: rgb(157 23 77 / 0)}.ring-pink-800\/5{--tw-ring-color: rgb(157 23 77 / .05)}.ring-pink-800\/10{--tw-ring-color: rgb(157 23 77 / .1)}.ring-pink-800\/20{--tw-ring-color: rgb(157 23 77 / .2)}.ring-pink-800\/25{--tw-ring-color: rgb(157 23 77 / .25)}.ring-pink-800\/30{--tw-ring-color: rgb(157 23 77 / .3)}.ring-pink-800\/40{--tw-ring-color: rgb(157 23 77 / .4)}.ring-pink-800\/50{--tw-ring-color: rgb(157 23 77 / .5)}.ring-pink-800\/60{--tw-ring-color: rgb(157 23 77 / .6)}.ring-pink-800\/70{--tw-ring-color: rgb(157 23 77 / .7)}.ring-pink-800\/75{--tw-ring-color: rgb(157 23 77 / .75)}.ring-pink-800\/80{--tw-ring-color: rgb(157 23 77 / .8)}.ring-pink-800\/90{--tw-ring-color: rgb(157 23 77 / .9)}.ring-pink-800\/95{--tw-ring-color: rgb(157 23 77 / .95)}.ring-pink-800\/100{--tw-ring-color: rgb(157 23 77 / 1)}.ring-pink-900\/0{--tw-ring-color: rgb(131 24 67 / 0)}.ring-pink-900\/5{--tw-ring-color: rgb(131 24 67 / .05)}.ring-pink-900\/10{--tw-ring-color: rgb(131 24 67 / .1)}.ring-pink-900\/20{--tw-ring-color: rgb(131 24 67 / .2)}.ring-pink-900\/25{--tw-ring-color: rgb(131 24 67 / .25)}.ring-pink-900\/30{--tw-ring-color: rgb(131 24 67 / .3)}.ring-pink-900\/40{--tw-ring-color: rgb(131 24 67 / .4)}.ring-pink-900\/50{--tw-ring-color: rgb(131 24 67 / .5)}.ring-pink-900\/60{--tw-ring-color: rgb(131 24 67 / .6)}.ring-pink-900\/70{--tw-ring-color: rgb(131 24 67 / .7)}.ring-pink-900\/75{--tw-ring-color: rgb(131 24 67 / .75)}.ring-pink-900\/80{--tw-ring-color: rgb(131 24 67 / .8)}.ring-pink-900\/90{--tw-ring-color: rgb(131 24 67 / .9)}.ring-pink-900\/95{--tw-ring-color: rgb(131 24 67 / .95)}.ring-pink-900\/100{--tw-ring-color: rgb(131 24 67 / 1)}.ring-rose-50\/0{--tw-ring-color: rgb(255 241 242 / 0)}.ring-rose-50\/5{--tw-ring-color: rgb(255 241 242 / .05)}.ring-rose-50\/10{--tw-ring-color: rgb(255 241 242 / .1)}.ring-rose-50\/20{--tw-ring-color: rgb(255 241 242 / .2)}.ring-rose-50\/25{--tw-ring-color: rgb(255 241 242 / .25)}.ring-rose-50\/30{--tw-ring-color: rgb(255 241 242 / .3)}.ring-rose-50\/40{--tw-ring-color: rgb(255 241 242 / .4)}.ring-rose-50\/50{--tw-ring-color: rgb(255 241 242 / .5)}.ring-rose-50\/60{--tw-ring-color: rgb(255 241 242 / .6)}.ring-rose-50\/70{--tw-ring-color: rgb(255 241 242 / .7)}.ring-rose-50\/75{--tw-ring-color: rgb(255 241 242 / .75)}.ring-rose-50\/80{--tw-ring-color: rgb(255 241 242 / .8)}.ring-rose-50\/90{--tw-ring-color: rgb(255 241 242 / .9)}.ring-rose-50\/95{--tw-ring-color: rgb(255 241 242 / .95)}.ring-rose-50\/100{--tw-ring-color: rgb(255 241 242 / 1)}.ring-rose-100\/0{--tw-ring-color: rgb(255 228 230 / 0)}.ring-rose-100\/5{--tw-ring-color: rgb(255 228 230 / .05)}.ring-rose-100\/10{--tw-ring-color: rgb(255 228 230 / .1)}.ring-rose-100\/20{--tw-ring-color: rgb(255 228 230 / .2)}.ring-rose-100\/25{--tw-ring-color: rgb(255 228 230 / .25)}.ring-rose-100\/30{--tw-ring-color: rgb(255 228 230 / .3)}.ring-rose-100\/40{--tw-ring-color: rgb(255 228 230 / .4)}.ring-rose-100\/50{--tw-ring-color: rgb(255 228 230 / .5)}.ring-rose-100\/60{--tw-ring-color: rgb(255 228 230 / .6)}.ring-rose-100\/70{--tw-ring-color: rgb(255 228 230 / .7)}.ring-rose-100\/75{--tw-ring-color: rgb(255 228 230 / .75)}.ring-rose-100\/80{--tw-ring-color: rgb(255 228 230 / .8)}.ring-rose-100\/90{--tw-ring-color: rgb(255 228 230 / .9)}.ring-rose-100\/95{--tw-ring-color: rgb(255 228 230 / .95)}.ring-rose-100\/100{--tw-ring-color: rgb(255 228 230 / 1)}.ring-rose-200\/0{--tw-ring-color: rgb(254 205 211 / 0)}.ring-rose-200\/5{--tw-ring-color: rgb(254 205 211 / .05)}.ring-rose-200\/10{--tw-ring-color: rgb(254 205 211 / .1)}.ring-rose-200\/20{--tw-ring-color: rgb(254 205 211 / .2)}.ring-rose-200\/25{--tw-ring-color: rgb(254 205 211 / .25)}.ring-rose-200\/30{--tw-ring-color: rgb(254 205 211 / .3)}.ring-rose-200\/40{--tw-ring-color: rgb(254 205 211 / .4)}.ring-rose-200\/50{--tw-ring-color: rgb(254 205 211 / .5)}.ring-rose-200\/60{--tw-ring-color: rgb(254 205 211 / .6)}.ring-rose-200\/70{--tw-ring-color: rgb(254 205 211 / .7)}.ring-rose-200\/75{--tw-ring-color: rgb(254 205 211 / .75)}.ring-rose-200\/80{--tw-ring-color: rgb(254 205 211 / .8)}.ring-rose-200\/90{--tw-ring-color: rgb(254 205 211 / .9)}.ring-rose-200\/95{--tw-ring-color: rgb(254 205 211 / .95)}.ring-rose-200\/100{--tw-ring-color: rgb(254 205 211 / 1)}.ring-rose-300\/0{--tw-ring-color: rgb(253 164 175 / 0)}.ring-rose-300\/5{--tw-ring-color: rgb(253 164 175 / .05)}.ring-rose-300\/10{--tw-ring-color: rgb(253 164 175 / .1)}.ring-rose-300\/20{--tw-ring-color: rgb(253 164 175 / .2)}.ring-rose-300\/25{--tw-ring-color: rgb(253 164 175 / .25)}.ring-rose-300\/30{--tw-ring-color: rgb(253 164 175 / .3)}.ring-rose-300\/40{--tw-ring-color: rgb(253 164 175 / .4)}.ring-rose-300\/50{--tw-ring-color: rgb(253 164 175 / .5)}.ring-rose-300\/60{--tw-ring-color: rgb(253 164 175 / .6)}.ring-rose-300\/70{--tw-ring-color: rgb(253 164 175 / .7)}.ring-rose-300\/75{--tw-ring-color: rgb(253 164 175 / .75)}.ring-rose-300\/80{--tw-ring-color: rgb(253 164 175 / .8)}.ring-rose-300\/90{--tw-ring-color: rgb(253 164 175 / .9)}.ring-rose-300\/95{--tw-ring-color: rgb(253 164 175 / .95)}.ring-rose-300\/100{--tw-ring-color: rgb(253 164 175 / 1)}.ring-rose-400\/0{--tw-ring-color: rgb(251 113 133 / 0)}.ring-rose-400\/5{--tw-ring-color: rgb(251 113 133 / .05)}.ring-rose-400\/10{--tw-ring-color: rgb(251 113 133 / .1)}.ring-rose-400\/20{--tw-ring-color: rgb(251 113 133 / .2)}.ring-rose-400\/25{--tw-ring-color: rgb(251 113 133 / .25)}.ring-rose-400\/30{--tw-ring-color: rgb(251 113 133 / .3)}.ring-rose-400\/40{--tw-ring-color: rgb(251 113 133 / .4)}.ring-rose-400\/50{--tw-ring-color: rgb(251 113 133 / .5)}.ring-rose-400\/60{--tw-ring-color: rgb(251 113 133 / .6)}.ring-rose-400\/70{--tw-ring-color: rgb(251 113 133 / .7)}.ring-rose-400\/75{--tw-ring-color: rgb(251 113 133 / .75)}.ring-rose-400\/80{--tw-ring-color: rgb(251 113 133 / .8)}.ring-rose-400\/90{--tw-ring-color: rgb(251 113 133 / .9)}.ring-rose-400\/95{--tw-ring-color: rgb(251 113 133 / .95)}.ring-rose-400\/100{--tw-ring-color: rgb(251 113 133 / 1)}.ring-rose-500\/0{--tw-ring-color: rgb(244 63 94 / 0)}.ring-rose-500\/5{--tw-ring-color: rgb(244 63 94 / .05)}.ring-rose-500\/10{--tw-ring-color: rgb(244 63 94 / .1)}.ring-rose-500\/20{--tw-ring-color: rgb(244 63 94 / .2)}.ring-rose-500\/25{--tw-ring-color: rgb(244 63 94 / .25)}.ring-rose-500\/30{--tw-ring-color: rgb(244 63 94 / .3)}.ring-rose-500\/40{--tw-ring-color: rgb(244 63 94 / .4)}.ring-rose-500\/50{--tw-ring-color: rgb(244 63 94 / .5)}.ring-rose-500\/60{--tw-ring-color: rgb(244 63 94 / .6)}.ring-rose-500\/70{--tw-ring-color: rgb(244 63 94 / .7)}.ring-rose-500\/75{--tw-ring-color: rgb(244 63 94 / .75)}.ring-rose-500\/80{--tw-ring-color: rgb(244 63 94 / .8)}.ring-rose-500\/90{--tw-ring-color: rgb(244 63 94 / .9)}.ring-rose-500\/95{--tw-ring-color: rgb(244 63 94 / .95)}.ring-rose-500\/100{--tw-ring-color: rgb(244 63 94 / 1)}.ring-rose-600\/0{--tw-ring-color: rgb(225 29 72 / 0)}.ring-rose-600\/5{--tw-ring-color: rgb(225 29 72 / .05)}.ring-rose-600\/10{--tw-ring-color: rgb(225 29 72 / .1)}.ring-rose-600\/20{--tw-ring-color: rgb(225 29 72 / .2)}.ring-rose-600\/25{--tw-ring-color: rgb(225 29 72 / .25)}.ring-rose-600\/30{--tw-ring-color: rgb(225 29 72 / .3)}.ring-rose-600\/40{--tw-ring-color: rgb(225 29 72 / .4)}.ring-rose-600\/50{--tw-ring-color: rgb(225 29 72 / .5)}.ring-rose-600\/60{--tw-ring-color: rgb(225 29 72 / .6)}.ring-rose-600\/70{--tw-ring-color: rgb(225 29 72 / .7)}.ring-rose-600\/75{--tw-ring-color: rgb(225 29 72 / .75)}.ring-rose-600\/80{--tw-ring-color: rgb(225 29 72 / .8)}.ring-rose-600\/90{--tw-ring-color: rgb(225 29 72 / .9)}.ring-rose-600\/95{--tw-ring-color: rgb(225 29 72 / .95)}.ring-rose-600\/100{--tw-ring-color: rgb(225 29 72 / 1)}.ring-rose-700\/0{--tw-ring-color: rgb(190 18 60 / 0)}.ring-rose-700\/5{--tw-ring-color: rgb(190 18 60 / .05)}.ring-rose-700\/10{--tw-ring-color: rgb(190 18 60 / .1)}.ring-rose-700\/20{--tw-ring-color: rgb(190 18 60 / .2)}.ring-rose-700\/25{--tw-ring-color: rgb(190 18 60 / .25)}.ring-rose-700\/30{--tw-ring-color: rgb(190 18 60 / .3)}.ring-rose-700\/40{--tw-ring-color: rgb(190 18 60 / .4)}.ring-rose-700\/50{--tw-ring-color: rgb(190 18 60 / .5)}.ring-rose-700\/60{--tw-ring-color: rgb(190 18 60 / .6)}.ring-rose-700\/70{--tw-ring-color: rgb(190 18 60 / .7)}.ring-rose-700\/75{--tw-ring-color: rgb(190 18 60 / .75)}.ring-rose-700\/80{--tw-ring-color: rgb(190 18 60 / .8)}.ring-rose-700\/90{--tw-ring-color: rgb(190 18 60 / .9)}.ring-rose-700\/95{--tw-ring-color: rgb(190 18 60 / .95)}.ring-rose-700\/100{--tw-ring-color: rgb(190 18 60 / 1)}.ring-rose-800\/0{--tw-ring-color: rgb(159 18 57 / 0)}.ring-rose-800\/5{--tw-ring-color: rgb(159 18 57 / .05)}.ring-rose-800\/10{--tw-ring-color: rgb(159 18 57 / .1)}.ring-rose-800\/20{--tw-ring-color: rgb(159 18 57 / .2)}.ring-rose-800\/25{--tw-ring-color: rgb(159 18 57 / .25)}.ring-rose-800\/30{--tw-ring-color: rgb(159 18 57 / .3)}.ring-rose-800\/40{--tw-ring-color: rgb(159 18 57 / .4)}.ring-rose-800\/50{--tw-ring-color: rgb(159 18 57 / .5)}.ring-rose-800\/60{--tw-ring-color: rgb(159 18 57 / .6)}.ring-rose-800\/70{--tw-ring-color: rgb(159 18 57 / .7)}.ring-rose-800\/75{--tw-ring-color: rgb(159 18 57 / .75)}.ring-rose-800\/80{--tw-ring-color: rgb(159 18 57 / .8)}.ring-rose-800\/90{--tw-ring-color: rgb(159 18 57 / .9)}.ring-rose-800\/95{--tw-ring-color: rgb(159 18 57 / .95)}.ring-rose-800\/100{--tw-ring-color: rgb(159 18 57 / 1)}.ring-rose-900\/0{--tw-ring-color: rgb(136 19 55 / 0)}.ring-rose-900\/5{--tw-ring-color: rgb(136 19 55 / .05)}.ring-rose-900\/10{--tw-ring-color: rgb(136 19 55 / .1)}.ring-rose-900\/20{--tw-ring-color: rgb(136 19 55 / .2)}.ring-rose-900\/25{--tw-ring-color: rgb(136 19 55 / .25)}.ring-rose-900\/30{--tw-ring-color: rgb(136 19 55 / .3)}.ring-rose-900\/40{--tw-ring-color: rgb(136 19 55 / .4)}.ring-rose-900\/50{--tw-ring-color: rgb(136 19 55 / .5)}.ring-rose-900\/60{--tw-ring-color: rgb(136 19 55 / .6)}.ring-rose-900\/70{--tw-ring-color: rgb(136 19 55 / .7)}.ring-rose-900\/75{--tw-ring-color: rgb(136 19 55 / .75)}.ring-rose-900\/80{--tw-ring-color: rgb(136 19 55 / .8)}.ring-rose-900\/90{--tw-ring-color: rgb(136 19 55 / .9)}.ring-rose-900\/95{--tw-ring-color: rgb(136 19 55 / .95)}.ring-rose-900\/100{--tw-ring-color: rgb(136 19 55 / 1)}.ring-primary-100\/0{--tw-ring-color: rgb(242 243 244 / 0)}.ring-primary-100\/5{--tw-ring-color: rgb(242 243 244 / .05)}.ring-primary-100\/10{--tw-ring-color: rgb(242 243 244 / .1)}.ring-primary-100\/20{--tw-ring-color: rgb(242 243 244 / .2)}.ring-primary-100\/25{--tw-ring-color: rgb(242 243 244 / .25)}.ring-primary-100\/30{--tw-ring-color: rgb(242 243 244 / .3)}.ring-primary-100\/40{--tw-ring-color: rgb(242 243 244 / .4)}.ring-primary-100\/50{--tw-ring-color: rgb(242 243 244 / .5)}.ring-primary-100\/60{--tw-ring-color: rgb(242 243 244 / .6)}.ring-primary-100\/70{--tw-ring-color: rgb(242 243 244 / .7)}.ring-primary-100\/75{--tw-ring-color: rgb(242 243 244 / .75)}.ring-primary-100\/80{--tw-ring-color: rgb(242 243 244 / .8)}.ring-primary-100\/90{--tw-ring-color: rgb(242 243 244 / .9)}.ring-primary-100\/95{--tw-ring-color: rgb(242 243 244 / .95)}.ring-primary-100\/100{--tw-ring-color: rgb(242 243 244 / 1)}.ring-primary-200\/0{--tw-ring-color: rgb(232 232 240 / 0)}.ring-primary-200\/5{--tw-ring-color: rgb(232 232 240 / .05)}.ring-primary-200\/10{--tw-ring-color: rgb(232 232 240 / .1)}.ring-primary-200\/20{--tw-ring-color: rgb(232 232 240 / .2)}.ring-primary-200\/25{--tw-ring-color: rgb(232 232 240 / .25)}.ring-primary-200\/30{--tw-ring-color: rgb(232 232 240 / .3)}.ring-primary-200\/40{--tw-ring-color: rgb(232 232 240 / .4)}.ring-primary-200\/50{--tw-ring-color: rgb(232 232 240 / .5)}.ring-primary-200\/60{--tw-ring-color: rgb(232 232 240 / .6)}.ring-primary-200\/70{--tw-ring-color: rgb(232 232 240 / .7)}.ring-primary-200\/75{--tw-ring-color: rgb(232 232 240 / .75)}.ring-primary-200\/80{--tw-ring-color: rgb(232 232 240 / .8)}.ring-primary-200\/90{--tw-ring-color: rgb(232 232 240 / .9)}.ring-primary-200\/95{--tw-ring-color: rgb(232 232 240 / .95)}.ring-primary-200\/100{--tw-ring-color: rgb(232 232 240 / 1)}.ring-primary-300\/0{--tw-ring-color: rgb(208 208 225 / 0)}.ring-primary-300\/5{--tw-ring-color: rgb(208 208 225 / .05)}.ring-primary-300\/10{--tw-ring-color: rgb(208 208 225 / .1)}.ring-primary-300\/20{--tw-ring-color: rgb(208 208 225 / .2)}.ring-primary-300\/25{--tw-ring-color: rgb(208 208 225 / .25)}.ring-primary-300\/30{--tw-ring-color: rgb(208 208 225 / .3)}.ring-primary-300\/40{--tw-ring-color: rgb(208 208 225 / .4)}.ring-primary-300\/50{--tw-ring-color: rgb(208 208 225 / .5)}.ring-primary-300\/60{--tw-ring-color: rgb(208 208 225 / .6)}.ring-primary-300\/70{--tw-ring-color: rgb(208 208 225 / .7)}.ring-primary-300\/75{--tw-ring-color: rgb(208 208 225 / .75)}.ring-primary-300\/80{--tw-ring-color: rgb(208 208 225 / .8)}.ring-primary-300\/90{--tw-ring-color: rgb(208 208 225 / .9)}.ring-primary-300\/95{--tw-ring-color: rgb(208 208 225 / .95)}.ring-primary-300\/100{--tw-ring-color: rgb(208 208 225 / 1)}.ring-primary-400\/0{--tw-ring-color: rgb(180 180 209 / 0)}.ring-primary-400\/5{--tw-ring-color: rgb(180 180 209 / .05)}.ring-primary-400\/10{--tw-ring-color: rgb(180 180 209 / .1)}.ring-primary-400\/20{--tw-ring-color: rgb(180 180 209 / .2)}.ring-primary-400\/25{--tw-ring-color: rgb(180 180 209 / .25)}.ring-primary-400\/30{--tw-ring-color: rgb(180 180 209 / .3)}.ring-primary-400\/40{--tw-ring-color: rgb(180 180 209 / .4)}.ring-primary-400\/50{--tw-ring-color: rgb(180 180 209 / .5)}.ring-primary-400\/60{--tw-ring-color: rgb(180 180 209 / .6)}.ring-primary-400\/70{--tw-ring-color: rgb(180 180 209 / .7)}.ring-primary-400\/75{--tw-ring-color: rgb(180 180 209 / .75)}.ring-primary-400\/80{--tw-ring-color: rgb(180 180 209 / .8)}.ring-primary-400\/90{--tw-ring-color: rgb(180 180 209 / .9)}.ring-primary-400\/95{--tw-ring-color: rgb(180 180 209 / .95)}.ring-primary-400\/100{--tw-ring-color: rgb(180 180 209 / 1)}.ring-primary-500\/0{--tw-ring-color: rgb(147 147 191 / 0)}.ring-primary-500\/5{--tw-ring-color: rgb(147 147 191 / .05)}.ring-primary-500\/10{--tw-ring-color: rgb(147 147 191 / .1)}.ring-primary-500\/20{--tw-ring-color: rgb(147 147 191 / .2)}.ring-primary-500\/25{--tw-ring-color: rgb(147 147 191 / .25)}.ring-primary-500\/30{--tw-ring-color: rgb(147 147 191 / .3)}.ring-primary-500\/40{--tw-ring-color: rgb(147 147 191 / .4)}.ring-primary-500\/50{--tw-ring-color: rgb(147 147 191 / .5)}.ring-primary-500\/60{--tw-ring-color: rgb(147 147 191 / .6)}.ring-primary-500\/70{--tw-ring-color: rgb(147 147 191 / .7)}.ring-primary-500\/75{--tw-ring-color: rgb(147 147 191 / .75)}.ring-primary-500\/80{--tw-ring-color: rgb(147 147 191 / .8)}.ring-primary-500\/90{--tw-ring-color: rgb(147 147 191 / .9)}.ring-primary-500\/95{--tw-ring-color: rgb(147 147 191 / .95)}.ring-primary-500\/100{--tw-ring-color: rgb(147 147 191 / 1)}.ring-primary-600\/0{--tw-ring-color: rgb(104 104 172 / 0)}.ring-primary-600\/5{--tw-ring-color: rgb(104 104 172 / .05)}.ring-primary-600\/10{--tw-ring-color: rgb(104 104 172 / .1)}.ring-primary-600\/20{--tw-ring-color: rgb(104 104 172 / .2)}.ring-primary-600\/25{--tw-ring-color: rgb(104 104 172 / .25)}.ring-primary-600\/30{--tw-ring-color: rgb(104 104 172 / .3)}.ring-primary-600\/40{--tw-ring-color: rgb(104 104 172 / .4)}.ring-primary-600\/50{--tw-ring-color: rgb(104 104 172 / .5)}.ring-primary-600\/60{--tw-ring-color: rgb(104 104 172 / .6)}.ring-primary-600\/70{--tw-ring-color: rgb(104 104 172 / .7)}.ring-primary-600\/75{--tw-ring-color: rgb(104 104 172 / .75)}.ring-primary-600\/80{--tw-ring-color: rgb(104 104 172 / .8)}.ring-primary-600\/90{--tw-ring-color: rgb(104 104 172 / .9)}.ring-primary-600\/95{--tw-ring-color: rgb(104 104 172 / .95)}.ring-primary-600\/100{--tw-ring-color: rgb(104 104 172 / 1)}.ring-primary-700\/0{--tw-ring-color: rgb(93 93 153 / 0)}.ring-primary-700\/5{--tw-ring-color: rgb(93 93 153 / .05)}.ring-primary-700\/10{--tw-ring-color: rgb(93 93 153 / .1)}.ring-primary-700\/20{--tw-ring-color: rgb(93 93 153 / .2)}.ring-primary-700\/25{--tw-ring-color: rgb(93 93 153 / .25)}.ring-primary-700\/30{--tw-ring-color: rgb(93 93 153 / .3)}.ring-primary-700\/40{--tw-ring-color: rgb(93 93 153 / .4)}.ring-primary-700\/50{--tw-ring-color: rgb(93 93 153 / .5)}.ring-primary-700\/60{--tw-ring-color: rgb(93 93 153 / .6)}.ring-primary-700\/70{--tw-ring-color: rgb(93 93 153 / .7)}.ring-primary-700\/75{--tw-ring-color: rgb(93 93 153 / .75)}.ring-primary-700\/80{--tw-ring-color: rgb(93 93 153 / .8)}.ring-primary-700\/90{--tw-ring-color: rgb(93 93 153 / .9)}.ring-primary-700\/95{--tw-ring-color: rgb(93 93 153 / .95)}.ring-primary-700\/100{--tw-ring-color: rgb(93 93 153 / 1)}.ring-primary-800\/0{--tw-ring-color: rgb(80 80 133 / 0)}.ring-primary-800\/5{--tw-ring-color: rgb(80 80 133 / .05)}.ring-primary-800\/10{--tw-ring-color: rgb(80 80 133 / .1)}.ring-primary-800\/20{--tw-ring-color: rgb(80 80 133 / .2)}.ring-primary-800\/25{--tw-ring-color: rgb(80 80 133 / .25)}.ring-primary-800\/30{--tw-ring-color: rgb(80 80 133 / .3)}.ring-primary-800\/40{--tw-ring-color: rgb(80 80 133 / .4)}.ring-primary-800\/50{--tw-ring-color: rgb(80 80 133 / .5)}.ring-primary-800\/60{--tw-ring-color: rgb(80 80 133 / .6)}.ring-primary-800\/70{--tw-ring-color: rgb(80 80 133 / .7)}.ring-primary-800\/75{--tw-ring-color: rgb(80 80 133 / .75)}.ring-primary-800\/80{--tw-ring-color: rgb(80 80 133 / .8)}.ring-primary-800\/90{--tw-ring-color: rgb(80 80 133 / .9)}.ring-primary-800\/95{--tw-ring-color: rgb(80 80 133 / .95)}.ring-primary-800\/100{--tw-ring-color: rgb(80 80 133 / 1)}.ring-primary-900\/0{--tw-ring-color: rgb(65 65 108 / 0)}.ring-primary-900\/5{--tw-ring-color: rgb(65 65 108 / .05)}.ring-primary-900\/10{--tw-ring-color: rgb(65 65 108 / .1)}.ring-primary-900\/20{--tw-ring-color: rgb(65 65 108 / .2)}.ring-primary-900\/25{--tw-ring-color: rgb(65 65 108 / .25)}.ring-primary-900\/30{--tw-ring-color: rgb(65 65 108 / .3)}.ring-primary-900\/40{--tw-ring-color: rgb(65 65 108 / .4)}.ring-primary-900\/50{--tw-ring-color: rgb(65 65 108 / .5)}.ring-primary-900\/60{--tw-ring-color: rgb(65 65 108 / .6)}.ring-primary-900\/70{--tw-ring-color: rgb(65 65 108 / .7)}.ring-primary-900\/75{--tw-ring-color: rgb(65 65 108 / .75)}.ring-primary-900\/80{--tw-ring-color: rgb(65 65 108 / .8)}.ring-primary-900\/90{--tw-ring-color: rgb(65 65 108 / .9)}.ring-primary-900\/95{--tw-ring-color: rgb(65 65 108 / .95)}.ring-primary-900\/100{--tw-ring-color: rgb(65 65 108 / 1)}.ring-primary-1000\/0{--tw-ring-color: rgb(46 46 76 / 0)}.ring-primary-1000\/5{--tw-ring-color: rgb(46 46 76 / .05)}.ring-primary-1000\/10{--tw-ring-color: rgb(46 46 76 / .1)}.ring-primary-1000\/20{--tw-ring-color: rgb(46 46 76 / .2)}.ring-primary-1000\/25{--tw-ring-color: rgb(46 46 76 / .25)}.ring-primary-1000\/30{--tw-ring-color: rgb(46 46 76 / .3)}.ring-primary-1000\/40{--tw-ring-color: rgb(46 46 76 / .4)}.ring-primary-1000\/50{--tw-ring-color: rgb(46 46 76 / .5)}.ring-primary-1000\/60{--tw-ring-color: rgb(46 46 76 / .6)}.ring-primary-1000\/70{--tw-ring-color: rgb(46 46 76 / .7)}.ring-primary-1000\/75{--tw-ring-color: rgb(46 46 76 / .75)}.ring-primary-1000\/80{--tw-ring-color: rgb(46 46 76 / .8)}.ring-primary-1000\/90{--tw-ring-color: rgb(46 46 76 / .9)}.ring-primary-1000\/95{--tw-ring-color: rgb(46 46 76 / .95)}.ring-primary-1000\/100{--tw-ring-color: rgb(46 46 76 / 1)}.ring-primary-highlight-100\/0{--tw-ring-color: rgb(247 245 254 / 0)}.ring-primary-highlight-100\/5{--tw-ring-color: rgb(247 245 254 / .05)}.ring-primary-highlight-100\/10{--tw-ring-color: rgb(247 245 254 / .1)}.ring-primary-highlight-100\/20{--tw-ring-color: rgb(247 245 254 / .2)}.ring-primary-highlight-100\/25{--tw-ring-color: rgb(247 245 254 / .25)}.ring-primary-highlight-100\/30{--tw-ring-color: rgb(247 245 254 / .3)}.ring-primary-highlight-100\/40{--tw-ring-color: rgb(247 245 254 / .4)}.ring-primary-highlight-100\/50{--tw-ring-color: rgb(247 245 254 / .5)}.ring-primary-highlight-100\/60{--tw-ring-color: rgb(247 245 254 / .6)}.ring-primary-highlight-100\/70{--tw-ring-color: rgb(247 245 254 / .7)}.ring-primary-highlight-100\/75{--tw-ring-color: rgb(247 245 254 / .75)}.ring-primary-highlight-100\/80{--tw-ring-color: rgb(247 245 254 / .8)}.ring-primary-highlight-100\/90{--tw-ring-color: rgb(247 245 254 / .9)}.ring-primary-highlight-100\/95{--tw-ring-color: rgb(247 245 254 / .95)}.ring-primary-highlight-100\/100{--tw-ring-color: rgb(247 245 254 / 1)}.ring-primary-highlight-200\/0{--tw-ring-color: rgb(239 236 254 / 0)}.ring-primary-highlight-200\/5{--tw-ring-color: rgb(239 236 254 / .05)}.ring-primary-highlight-200\/10{--tw-ring-color: rgb(239 236 254 / .1)}.ring-primary-highlight-200\/20{--tw-ring-color: rgb(239 236 254 / .2)}.ring-primary-highlight-200\/25{--tw-ring-color: rgb(239 236 254 / .25)}.ring-primary-highlight-200\/30{--tw-ring-color: rgb(239 236 254 / .3)}.ring-primary-highlight-200\/40{--tw-ring-color: rgb(239 236 254 / .4)}.ring-primary-highlight-200\/50{--tw-ring-color: rgb(239 236 254 / .5)}.ring-primary-highlight-200\/60{--tw-ring-color: rgb(239 236 254 / .6)}.ring-primary-highlight-200\/70{--tw-ring-color: rgb(239 236 254 / .7)}.ring-primary-highlight-200\/75{--tw-ring-color: rgb(239 236 254 / .75)}.ring-primary-highlight-200\/80{--tw-ring-color: rgb(239 236 254 / .8)}.ring-primary-highlight-200\/90{--tw-ring-color: rgb(239 236 254 / .9)}.ring-primary-highlight-200\/95{--tw-ring-color: rgb(239 236 254 / .95)}.ring-primary-highlight-200\/100{--tw-ring-color: rgb(239 236 254 / 1)}.ring-primary-highlight-300\/0{--tw-ring-color: rgb(223 216 253 / 0)}.ring-primary-highlight-300\/5{--tw-ring-color: rgb(223 216 253 / .05)}.ring-primary-highlight-300\/10{--tw-ring-color: rgb(223 216 253 / .1)}.ring-primary-highlight-300\/20{--tw-ring-color: rgb(223 216 253 / .2)}.ring-primary-highlight-300\/25{--tw-ring-color: rgb(223 216 253 / .25)}.ring-primary-highlight-300\/30{--tw-ring-color: rgb(223 216 253 / .3)}.ring-primary-highlight-300\/40{--tw-ring-color: rgb(223 216 253 / .4)}.ring-primary-highlight-300\/50{--tw-ring-color: rgb(223 216 253 / .5)}.ring-primary-highlight-300\/60{--tw-ring-color: rgb(223 216 253 / .6)}.ring-primary-highlight-300\/70{--tw-ring-color: rgb(223 216 253 / .7)}.ring-primary-highlight-300\/75{--tw-ring-color: rgb(223 216 253 / .75)}.ring-primary-highlight-300\/80{--tw-ring-color: rgb(223 216 253 / .8)}.ring-primary-highlight-300\/90{--tw-ring-color: rgb(223 216 253 / .9)}.ring-primary-highlight-300\/95{--tw-ring-color: rgb(223 216 253 / .95)}.ring-primary-highlight-300\/100{--tw-ring-color: rgb(223 216 253 / 1)}.ring-primary-highlight-400\/0{--tw-ring-color: rgb(206 193 252 / 0)}.ring-primary-highlight-400\/5{--tw-ring-color: rgb(206 193 252 / .05)}.ring-primary-highlight-400\/10{--tw-ring-color: rgb(206 193 252 / .1)}.ring-primary-highlight-400\/20{--tw-ring-color: rgb(206 193 252 / .2)}.ring-primary-highlight-400\/25{--tw-ring-color: rgb(206 193 252 / .25)}.ring-primary-highlight-400\/30{--tw-ring-color: rgb(206 193 252 / .3)}.ring-primary-highlight-400\/40{--tw-ring-color: rgb(206 193 252 / .4)}.ring-primary-highlight-400\/50{--tw-ring-color: rgb(206 193 252 / .5)}.ring-primary-highlight-400\/60{--tw-ring-color: rgb(206 193 252 / .6)}.ring-primary-highlight-400\/70{--tw-ring-color: rgb(206 193 252 / .7)}.ring-primary-highlight-400\/75{--tw-ring-color: rgb(206 193 252 / .75)}.ring-primary-highlight-400\/80{--tw-ring-color: rgb(206 193 252 / .8)}.ring-primary-highlight-400\/90{--tw-ring-color: rgb(206 193 252 / .9)}.ring-primary-highlight-400\/95{--tw-ring-color: rgb(206 193 252 / .95)}.ring-primary-highlight-400\/100{--tw-ring-color: rgb(206 193 252 / 1)}.ring-primary-highlight-500\/0{--tw-ring-color: rgb(187 168 251 / 0)}.ring-primary-highlight-500\/5{--tw-ring-color: rgb(187 168 251 / .05)}.ring-primary-highlight-500\/10{--tw-ring-color: rgb(187 168 251 / .1)}.ring-primary-highlight-500\/20{--tw-ring-color: rgb(187 168 251 / .2)}.ring-primary-highlight-500\/25{--tw-ring-color: rgb(187 168 251 / .25)}.ring-primary-highlight-500\/30{--tw-ring-color: rgb(187 168 251 / .3)}.ring-primary-highlight-500\/40{--tw-ring-color: rgb(187 168 251 / .4)}.ring-primary-highlight-500\/50{--tw-ring-color: rgb(187 168 251 / .5)}.ring-primary-highlight-500\/60{--tw-ring-color: rgb(187 168 251 / .6)}.ring-primary-highlight-500\/70{--tw-ring-color: rgb(187 168 251 / .7)}.ring-primary-highlight-500\/75{--tw-ring-color: rgb(187 168 251 / .75)}.ring-primary-highlight-500\/80{--tw-ring-color: rgb(187 168 251 / .8)}.ring-primary-highlight-500\/90{--tw-ring-color: rgb(187 168 251 / .9)}.ring-primary-highlight-500\/95{--tw-ring-color: rgb(187 168 251 / .95)}.ring-primary-highlight-500\/100{--tw-ring-color: rgb(187 168 251 / 1)}.ring-primary-highlight-600\/0{--tw-ring-color: rgb(167 139 250 / 0)}.ring-primary-highlight-600\/5{--tw-ring-color: rgb(167 139 250 / .05)}.ring-primary-highlight-600\/10{--tw-ring-color: rgb(167 139 250 / .1)}.ring-primary-highlight-600\/20{--tw-ring-color: rgb(167 139 250 / .2)}.ring-primary-highlight-600\/25{--tw-ring-color: rgb(167 139 250 / .25)}.ring-primary-highlight-600\/30{--tw-ring-color: rgb(167 139 250 / .3)}.ring-primary-highlight-600\/40{--tw-ring-color: rgb(167 139 250 / .4)}.ring-primary-highlight-600\/50{--tw-ring-color: rgb(167 139 250 / .5)}.ring-primary-highlight-600\/60{--tw-ring-color: rgb(167 139 250 / .6)}.ring-primary-highlight-600\/70{--tw-ring-color: rgb(167 139 250 / .7)}.ring-primary-highlight-600\/75{--tw-ring-color: rgb(167 139 250 / .75)}.ring-primary-highlight-600\/80{--tw-ring-color: rgb(167 139 250 / .8)}.ring-primary-highlight-600\/90{--tw-ring-color: rgb(167 139 250 / .9)}.ring-primary-highlight-600\/95{--tw-ring-color: rgb(167 139 250 / .95)}.ring-primary-highlight-600\/100{--tw-ring-color: rgb(167 139 250 / 1)}.ring-primary-highlight-700\/0{--tw-ring-color: rgb(149 124 223 / 0)}.ring-primary-highlight-700\/5{--tw-ring-color: rgb(149 124 223 / .05)}.ring-primary-highlight-700\/10{--tw-ring-color: rgb(149 124 223 / .1)}.ring-primary-highlight-700\/20{--tw-ring-color: rgb(149 124 223 / .2)}.ring-primary-highlight-700\/25{--tw-ring-color: rgb(149 124 223 / .25)}.ring-primary-highlight-700\/30{--tw-ring-color: rgb(149 124 223 / .3)}.ring-primary-highlight-700\/40{--tw-ring-color: rgb(149 124 223 / .4)}.ring-primary-highlight-700\/50{--tw-ring-color: rgb(149 124 223 / .5)}.ring-primary-highlight-700\/60{--tw-ring-color: rgb(149 124 223 / .6)}.ring-primary-highlight-700\/70{--tw-ring-color: rgb(149 124 223 / .7)}.ring-primary-highlight-700\/75{--tw-ring-color: rgb(149 124 223 / .75)}.ring-primary-highlight-700\/80{--tw-ring-color: rgb(149 124 223 / .8)}.ring-primary-highlight-700\/90{--tw-ring-color: rgb(149 124 223 / .9)}.ring-primary-highlight-700\/95{--tw-ring-color: rgb(149 124 223 / .95)}.ring-primary-highlight-700\/100{--tw-ring-color: rgb(149 124 223 / 1)}.ring-primary-highlight-800\/0{--tw-ring-color: rgb(129 107 193 / 0)}.ring-primary-highlight-800\/5{--tw-ring-color: rgb(129 107 193 / .05)}.ring-primary-highlight-800\/10{--tw-ring-color: rgb(129 107 193 / .1)}.ring-primary-highlight-800\/20{--tw-ring-color: rgb(129 107 193 / .2)}.ring-primary-highlight-800\/25{--tw-ring-color: rgb(129 107 193 / .25)}.ring-primary-highlight-800\/30{--tw-ring-color: rgb(129 107 193 / .3)}.ring-primary-highlight-800\/40{--tw-ring-color: rgb(129 107 193 / .4)}.ring-primary-highlight-800\/50{--tw-ring-color: rgb(129 107 193 / .5)}.ring-primary-highlight-800\/60{--tw-ring-color: rgb(129 107 193 / .6)}.ring-primary-highlight-800\/70{--tw-ring-color: rgb(129 107 193 / .7)}.ring-primary-highlight-800\/75{--tw-ring-color: rgb(129 107 193 / .75)}.ring-primary-highlight-800\/80{--tw-ring-color: rgb(129 107 193 / .8)}.ring-primary-highlight-800\/90{--tw-ring-color: rgb(129 107 193 / .9)}.ring-primary-highlight-800\/95{--tw-ring-color: rgb(129 107 193 / .95)}.ring-primary-highlight-800\/100{--tw-ring-color: rgb(129 107 193 / 1)}.ring-primary-highlight-900\/0{--tw-ring-color: rgb(105 87 158 / 0)}.ring-primary-highlight-900\/5{--tw-ring-color: rgb(105 87 158 / .05)}.ring-primary-highlight-900\/10{--tw-ring-color: rgb(105 87 158 / .1)}.ring-primary-highlight-900\/20{--tw-ring-color: rgb(105 87 158 / .2)}.ring-primary-highlight-900\/25{--tw-ring-color: rgb(105 87 158 / .25)}.ring-primary-highlight-900\/30{--tw-ring-color: rgb(105 87 158 / .3)}.ring-primary-highlight-900\/40{--tw-ring-color: rgb(105 87 158 / .4)}.ring-primary-highlight-900\/50{--tw-ring-color: rgb(105 87 158 / .5)}.ring-primary-highlight-900\/60{--tw-ring-color: rgb(105 87 158 / .6)}.ring-primary-highlight-900\/70{--tw-ring-color: rgb(105 87 158 / .7)}.ring-primary-highlight-900\/75{--tw-ring-color: rgb(105 87 158 / .75)}.ring-primary-highlight-900\/80{--tw-ring-color: rgb(105 87 158 / .8)}.ring-primary-highlight-900\/90{--tw-ring-color: rgb(105 87 158 / .9)}.ring-primary-highlight-900\/95{--tw-ring-color: rgb(105 87 158 / .95)}.ring-primary-highlight-900\/100{--tw-ring-color: rgb(105 87 158 / 1)}.ring-primary-highlight-1000\/0{--tw-ring-color: rgb(74 62 111 / 0)}.ring-primary-highlight-1000\/5{--tw-ring-color: rgb(74 62 111 / .05)}.ring-primary-highlight-1000\/10{--tw-ring-color: rgb(74 62 111 / .1)}.ring-primary-highlight-1000\/20{--tw-ring-color: rgb(74 62 111 / .2)}.ring-primary-highlight-1000\/25{--tw-ring-color: rgb(74 62 111 / .25)}.ring-primary-highlight-1000\/30{--tw-ring-color: rgb(74 62 111 / .3)}.ring-primary-highlight-1000\/40{--tw-ring-color: rgb(74 62 111 / .4)}.ring-primary-highlight-1000\/50{--tw-ring-color: rgb(74 62 111 / .5)}.ring-primary-highlight-1000\/60{--tw-ring-color: rgb(74 62 111 / .6)}.ring-primary-highlight-1000\/70{--tw-ring-color: rgb(74 62 111 / .7)}.ring-primary-highlight-1000\/75{--tw-ring-color: rgb(74 62 111 / .75)}.ring-primary-highlight-1000\/80{--tw-ring-color: rgb(74 62 111 / .8)}.ring-primary-highlight-1000\/90{--tw-ring-color: rgb(74 62 111 / .9)}.ring-primary-highlight-1000\/95{--tw-ring-color: rgb(74 62 111 / .95)}.ring-primary-highlight-1000\/100{--tw-ring-color: rgb(74 62 111 / 1)}.ring-secondary-100\/0{--tw-ring-color: rgb(254 247 242 / 0)}.ring-secondary-100\/5{--tw-ring-color: rgb(254 247 242 / .05)}.ring-secondary-100\/10{--tw-ring-color: rgb(254 247 242 / .1)}.ring-secondary-100\/20{--tw-ring-color: rgb(254 247 242 / .2)}.ring-secondary-100\/25{--tw-ring-color: rgb(254 247 242 / .25)}.ring-secondary-100\/30{--tw-ring-color: rgb(254 247 242 / .3)}.ring-secondary-100\/40{--tw-ring-color: rgb(254 247 242 / .4)}.ring-secondary-100\/50{--tw-ring-color: rgb(254 247 242 / .5)}.ring-secondary-100\/60{--tw-ring-color: rgb(254 247 242 / .6)}.ring-secondary-100\/70{--tw-ring-color: rgb(254 247 242 / .7)}.ring-secondary-100\/75{--tw-ring-color: rgb(254 247 242 / .75)}.ring-secondary-100\/80{--tw-ring-color: rgb(254 247 242 / .8)}.ring-secondary-100\/90{--tw-ring-color: rgb(254 247 242 / .9)}.ring-secondary-100\/95{--tw-ring-color: rgb(254 247 242 / .95)}.ring-secondary-100\/100{--tw-ring-color: rgb(254 247 242 / 1)}.ring-secondary-200\/0{--tw-ring-color: rgb(254 240 228 / 0)}.ring-secondary-200\/5{--tw-ring-color: rgb(254 240 228 / .05)}.ring-secondary-200\/10{--tw-ring-color: rgb(254 240 228 / .1)}.ring-secondary-200\/20{--tw-ring-color: rgb(254 240 228 / .2)}.ring-secondary-200\/25{--tw-ring-color: rgb(254 240 228 / .25)}.ring-secondary-200\/30{--tw-ring-color: rgb(254 240 228 / .3)}.ring-secondary-200\/40{--tw-ring-color: rgb(254 240 228 / .4)}.ring-secondary-200\/50{--tw-ring-color: rgb(254 240 228 / .5)}.ring-secondary-200\/60{--tw-ring-color: rgb(254 240 228 / .6)}.ring-secondary-200\/70{--tw-ring-color: rgb(254 240 228 / .7)}.ring-secondary-200\/75{--tw-ring-color: rgb(254 240 228 / .75)}.ring-secondary-200\/80{--tw-ring-color: rgb(254 240 228 / .8)}.ring-secondary-200\/90{--tw-ring-color: rgb(254 240 228 / .9)}.ring-secondary-200\/95{--tw-ring-color: rgb(254 240 228 / .95)}.ring-secondary-200\/100{--tw-ring-color: rgb(254 240 228 / 1)}.ring-secondary-300\/0{--tw-ring-color: rgb(253 225 198 / 0)}.ring-secondary-300\/5{--tw-ring-color: rgb(253 225 198 / .05)}.ring-secondary-300\/10{--tw-ring-color: rgb(253 225 198 / .1)}.ring-secondary-300\/20{--tw-ring-color: rgb(253 225 198 / .2)}.ring-secondary-300\/25{--tw-ring-color: rgb(253 225 198 / .25)}.ring-secondary-300\/30{--tw-ring-color: rgb(253 225 198 / .3)}.ring-secondary-300\/40{--tw-ring-color: rgb(253 225 198 / .4)}.ring-secondary-300\/50{--tw-ring-color: rgb(253 225 198 / .5)}.ring-secondary-300\/60{--tw-ring-color: rgb(253 225 198 / .6)}.ring-secondary-300\/70{--tw-ring-color: rgb(253 225 198 / .7)}.ring-secondary-300\/75{--tw-ring-color: rgb(253 225 198 / .75)}.ring-secondary-300\/80{--tw-ring-color: rgb(253 225 198 / .8)}.ring-secondary-300\/90{--tw-ring-color: rgb(253 225 198 / .9)}.ring-secondary-300\/95{--tw-ring-color: rgb(253 225 198 / .95)}.ring-secondary-300\/100{--tw-ring-color: rgb(253 225 198 / 1)}.ring-secondary-400\/0{--tw-ring-color: rgb(252 209 162 / 0)}.ring-secondary-400\/5{--tw-ring-color: rgb(252 209 162 / .05)}.ring-secondary-400\/10{--tw-ring-color: rgb(252 209 162 / .1)}.ring-secondary-400\/20{--tw-ring-color: rgb(252 209 162 / .2)}.ring-secondary-400\/25{--tw-ring-color: rgb(252 209 162 / .25)}.ring-secondary-400\/30{--tw-ring-color: rgb(252 209 162 / .3)}.ring-secondary-400\/40{--tw-ring-color: rgb(252 209 162 / .4)}.ring-secondary-400\/50{--tw-ring-color: rgb(252 209 162 / .5)}.ring-secondary-400\/60{--tw-ring-color: rgb(252 209 162 / .6)}.ring-secondary-400\/70{--tw-ring-color: rgb(252 209 162 / .7)}.ring-secondary-400\/75{--tw-ring-color: rgb(252 209 162 / .75)}.ring-secondary-400\/80{--tw-ring-color: rgb(252 209 162 / .8)}.ring-secondary-400\/90{--tw-ring-color: rgb(252 209 162 / .9)}.ring-secondary-400\/95{--tw-ring-color: rgb(252 209 162 / .95)}.ring-secondary-400\/100{--tw-ring-color: rgb(252 209 162 / 1)}.ring-secondary-500\/0{--tw-ring-color: rgb(251 191 117 / 0)}.ring-secondary-500\/5{--tw-ring-color: rgb(251 191 117 / .05)}.ring-secondary-500\/10{--tw-ring-color: rgb(251 191 117 / .1)}.ring-secondary-500\/20{--tw-ring-color: rgb(251 191 117 / .2)}.ring-secondary-500\/25{--tw-ring-color: rgb(251 191 117 / .25)}.ring-secondary-500\/30{--tw-ring-color: rgb(251 191 117 / .3)}.ring-secondary-500\/40{--tw-ring-color: rgb(251 191 117 / .4)}.ring-secondary-500\/50{--tw-ring-color: rgb(251 191 117 / .5)}.ring-secondary-500\/60{--tw-ring-color: rgb(251 191 117 / .6)}.ring-secondary-500\/70{--tw-ring-color: rgb(251 191 117 / .7)}.ring-secondary-500\/75{--tw-ring-color: rgb(251 191 117 / .75)}.ring-secondary-500\/80{--tw-ring-color: rgb(251 191 117 / .8)}.ring-secondary-500\/90{--tw-ring-color: rgb(251 191 117 / .9)}.ring-secondary-500\/95{--tw-ring-color: rgb(251 191 117 / .95)}.ring-secondary-500\/100{--tw-ring-color: rgb(251 191 117 / 1)}.ring-secondary-600\/0{--tw-ring-color: rgb(250 172 30 / 0)}.ring-secondary-600\/5{--tw-ring-color: rgb(250 172 30 / .05)}.ring-secondary-600\/10{--tw-ring-color: rgb(250 172 30 / .1)}.ring-secondary-600\/20{--tw-ring-color: rgb(250 172 30 / .2)}.ring-secondary-600\/25{--tw-ring-color: rgb(250 172 30 / .25)}.ring-secondary-600\/30{--tw-ring-color: rgb(250 172 30 / .3)}.ring-secondary-600\/40{--tw-ring-color: rgb(250 172 30 / .4)}.ring-secondary-600\/50{--tw-ring-color: rgb(250 172 30 / .5)}.ring-secondary-600\/60{--tw-ring-color: rgb(250 172 30 / .6)}.ring-secondary-600\/70{--tw-ring-color: rgb(250 172 30 / .7)}.ring-secondary-600\/75{--tw-ring-color: rgb(250 172 30 / .75)}.ring-secondary-600\/80{--tw-ring-color: rgb(250 172 30 / .8)}.ring-secondary-600\/90{--tw-ring-color: rgb(250 172 30 / .9)}.ring-secondary-600\/95{--tw-ring-color: rgb(250 172 30 / .95)}.ring-secondary-600\/100{--tw-ring-color: rgb(250 172 30 / 1)}.ring-secondary-700\/0{--tw-ring-color: rgb(223 153 26 / 0)}.ring-secondary-700\/5{--tw-ring-color: rgb(223 153 26 / .05)}.ring-secondary-700\/10{--tw-ring-color: rgb(223 153 26 / .1)}.ring-secondary-700\/20{--tw-ring-color: rgb(223 153 26 / .2)}.ring-secondary-700\/25{--tw-ring-color: rgb(223 153 26 / .25)}.ring-secondary-700\/30{--tw-ring-color: rgb(223 153 26 / .3)}.ring-secondary-700\/40{--tw-ring-color: rgb(223 153 26 / .4)}.ring-secondary-700\/50{--tw-ring-color: rgb(223 153 26 / .5)}.ring-secondary-700\/60{--tw-ring-color: rgb(223 153 26 / .6)}.ring-secondary-700\/70{--tw-ring-color: rgb(223 153 26 / .7)}.ring-secondary-700\/75{--tw-ring-color: rgb(223 153 26 / .75)}.ring-secondary-700\/80{--tw-ring-color: rgb(223 153 26 / .8)}.ring-secondary-700\/90{--tw-ring-color: rgb(223 153 26 / .9)}.ring-secondary-700\/95{--tw-ring-color: rgb(223 153 26 / .95)}.ring-secondary-700\/100{--tw-ring-color: rgb(223 153 26 / 1)}.ring-secondary-800\/0{--tw-ring-color: rgb(193 133 23 / 0)}.ring-secondary-800\/5{--tw-ring-color: rgb(193 133 23 / .05)}.ring-secondary-800\/10{--tw-ring-color: rgb(193 133 23 / .1)}.ring-secondary-800\/20{--tw-ring-color: rgb(193 133 23 / .2)}.ring-secondary-800\/25{--tw-ring-color: rgb(193 133 23 / .25)}.ring-secondary-800\/30{--tw-ring-color: rgb(193 133 23 / .3)}.ring-secondary-800\/40{--tw-ring-color: rgb(193 133 23 / .4)}.ring-secondary-800\/50{--tw-ring-color: rgb(193 133 23 / .5)}.ring-secondary-800\/60{--tw-ring-color: rgb(193 133 23 / .6)}.ring-secondary-800\/70{--tw-ring-color: rgb(193 133 23 / .7)}.ring-secondary-800\/75{--tw-ring-color: rgb(193 133 23 / .75)}.ring-secondary-800\/80{--tw-ring-color: rgb(193 133 23 / .8)}.ring-secondary-800\/90{--tw-ring-color: rgb(193 133 23 / .9)}.ring-secondary-800\/95{--tw-ring-color: rgb(193 133 23 / .95)}.ring-secondary-800\/100{--tw-ring-color: rgb(193 133 23 / 1)}.ring-secondary-900\/0{--tw-ring-color: rgb(158 108 18 / 0)}.ring-secondary-900\/5{--tw-ring-color: rgb(158 108 18 / .05)}.ring-secondary-900\/10{--tw-ring-color: rgb(158 108 18 / .1)}.ring-secondary-900\/20{--tw-ring-color: rgb(158 108 18 / .2)}.ring-secondary-900\/25{--tw-ring-color: rgb(158 108 18 / .25)}.ring-secondary-900\/30{--tw-ring-color: rgb(158 108 18 / .3)}.ring-secondary-900\/40{--tw-ring-color: rgb(158 108 18 / .4)}.ring-secondary-900\/50{--tw-ring-color: rgb(158 108 18 / .5)}.ring-secondary-900\/60{--tw-ring-color: rgb(158 108 18 / .6)}.ring-secondary-900\/70{--tw-ring-color: rgb(158 108 18 / .7)}.ring-secondary-900\/75{--tw-ring-color: rgb(158 108 18 / .75)}.ring-secondary-900\/80{--tw-ring-color: rgb(158 108 18 / .8)}.ring-secondary-900\/90{--tw-ring-color: rgb(158 108 18 / .9)}.ring-secondary-900\/95{--tw-ring-color: rgb(158 108 18 / .95)}.ring-secondary-900\/100{--tw-ring-color: rgb(158 108 18 / 1)}.ring-secondary-1000\/0{--tw-ring-color: rgb(111 76 13 / 0)}.ring-secondary-1000\/5{--tw-ring-color: rgb(111 76 13 / .05)}.ring-secondary-1000\/10{--tw-ring-color: rgb(111 76 13 / .1)}.ring-secondary-1000\/20{--tw-ring-color: rgb(111 76 13 / .2)}.ring-secondary-1000\/25{--tw-ring-color: rgb(111 76 13 / .25)}.ring-secondary-1000\/30{--tw-ring-color: rgb(111 76 13 / .3)}.ring-secondary-1000\/40{--tw-ring-color: rgb(111 76 13 / .4)}.ring-secondary-1000\/50{--tw-ring-color: rgb(111 76 13 / .5)}.ring-secondary-1000\/60{--tw-ring-color: rgb(111 76 13 / .6)}.ring-secondary-1000\/70{--tw-ring-color: rgb(111 76 13 / .7)}.ring-secondary-1000\/75{--tw-ring-color: rgb(111 76 13 / .75)}.ring-secondary-1000\/80{--tw-ring-color: rgb(111 76 13 / .8)}.ring-secondary-1000\/90{--tw-ring-color: rgb(111 76 13 / .9)}.ring-secondary-1000\/95{--tw-ring-color: rgb(111 76 13 / .95)}.ring-secondary-1000\/100{--tw-ring-color: rgb(111 76 13 / 1)}.ring-grey-100\/0{--tw-ring-color: rgb(242 243 244 / 0)}.ring-grey-100\/5{--tw-ring-color: rgb(242 243 244 / .05)}.ring-grey-100\/10{--tw-ring-color: rgb(242 243 244 / .1)}.ring-grey-100\/20{--tw-ring-color: rgb(242 243 244 / .2)}.ring-grey-100\/25{--tw-ring-color: rgb(242 243 244 / .25)}.ring-grey-100\/30{--tw-ring-color: rgb(242 243 244 / .3)}.ring-grey-100\/40{--tw-ring-color: rgb(242 243 244 / .4)}.ring-grey-100\/50{--tw-ring-color: rgb(242 243 244 / .5)}.ring-grey-100\/60{--tw-ring-color: rgb(242 243 244 / .6)}.ring-grey-100\/70{--tw-ring-color: rgb(242 243 244 / .7)}.ring-grey-100\/75{--tw-ring-color: rgb(242 243 244 / .75)}.ring-grey-100\/80{--tw-ring-color: rgb(242 243 244 / .8)}.ring-grey-100\/90{--tw-ring-color: rgb(242 243 244 / .9)}.ring-grey-100\/95{--tw-ring-color: rgb(242 243 244 / .95)}.ring-grey-100\/100{--tw-ring-color: rgb(242 243 244 / 1)}.ring-grey-200\/0{--tw-ring-color: rgb(230 231 232 / 0)}.ring-grey-200\/5{--tw-ring-color: rgb(230 231 232 / .05)}.ring-grey-200\/10{--tw-ring-color: rgb(230 231 232 / .1)}.ring-grey-200\/20{--tw-ring-color: rgb(230 231 232 / .2)}.ring-grey-200\/25{--tw-ring-color: rgb(230 231 232 / .25)}.ring-grey-200\/30{--tw-ring-color: rgb(230 231 232 / .3)}.ring-grey-200\/40{--tw-ring-color: rgb(230 231 232 / .4)}.ring-grey-200\/50{--tw-ring-color: rgb(230 231 232 / .5)}.ring-grey-200\/60{--tw-ring-color: rgb(230 231 232 / .6)}.ring-grey-200\/70{--tw-ring-color: rgb(230 231 232 / .7)}.ring-grey-200\/75{--tw-ring-color: rgb(230 231 232 / .75)}.ring-grey-200\/80{--tw-ring-color: rgb(230 231 232 / .8)}.ring-grey-200\/90{--tw-ring-color: rgb(230 231 232 / .9)}.ring-grey-200\/95{--tw-ring-color: rgb(230 231 232 / .95)}.ring-grey-200\/100{--tw-ring-color: rgb(230 231 232 / 1)}.ring-grey-300\/0{--tw-ring-color: rgb(202 204 208 / 0)}.ring-grey-300\/5{--tw-ring-color: rgb(202 204 208 / .05)}.ring-grey-300\/10{--tw-ring-color: rgb(202 204 208 / .1)}.ring-grey-300\/20{--tw-ring-color: rgb(202 204 208 / .2)}.ring-grey-300\/25{--tw-ring-color: rgb(202 204 208 / .25)}.ring-grey-300\/30{--tw-ring-color: rgb(202 204 208 / .3)}.ring-grey-300\/40{--tw-ring-color: rgb(202 204 208 / .4)}.ring-grey-300\/50{--tw-ring-color: rgb(202 204 208 / .5)}.ring-grey-300\/60{--tw-ring-color: rgb(202 204 208 / .6)}.ring-grey-300\/70{--tw-ring-color: rgb(202 204 208 / .7)}.ring-grey-300\/75{--tw-ring-color: rgb(202 204 208 / .75)}.ring-grey-300\/80{--tw-ring-color: rgb(202 204 208 / .8)}.ring-grey-300\/90{--tw-ring-color: rgb(202 204 208 / .9)}.ring-grey-300\/95{--tw-ring-color: rgb(202 204 208 / .95)}.ring-grey-300\/100{--tw-ring-color: rgb(202 204 208 / 1)}.ring-grey-400\/0{--tw-ring-color: rgb(170 174 180 / 0)}.ring-grey-400\/5{--tw-ring-color: rgb(170 174 180 / .05)}.ring-grey-400\/10{--tw-ring-color: rgb(170 174 180 / .1)}.ring-grey-400\/20{--tw-ring-color: rgb(170 174 180 / .2)}.ring-grey-400\/25{--tw-ring-color: rgb(170 174 180 / .25)}.ring-grey-400\/30{--tw-ring-color: rgb(170 174 180 / .3)}.ring-grey-400\/40{--tw-ring-color: rgb(170 174 180 / .4)}.ring-grey-400\/50{--tw-ring-color: rgb(170 174 180 / .5)}.ring-grey-400\/60{--tw-ring-color: rgb(170 174 180 / .6)}.ring-grey-400\/70{--tw-ring-color: rgb(170 174 180 / .7)}.ring-grey-400\/75{--tw-ring-color: rgb(170 174 180 / .75)}.ring-grey-400\/80{--tw-ring-color: rgb(170 174 180 / .8)}.ring-grey-400\/90{--tw-ring-color: rgb(170 174 180 / .9)}.ring-grey-400\/95{--tw-ring-color: rgb(170 174 180 / .95)}.ring-grey-400\/100{--tw-ring-color: rgb(170 174 180 / 1)}.ring-grey-500\/0{--tw-ring-color: rgb(130 137 147 / 0)}.ring-grey-500\/5{--tw-ring-color: rgb(130 137 147 / .05)}.ring-grey-500\/10{--tw-ring-color: rgb(130 137 147 / .1)}.ring-grey-500\/20{--tw-ring-color: rgb(130 137 147 / .2)}.ring-grey-500\/25{--tw-ring-color: rgb(130 137 147 / .25)}.ring-grey-500\/30{--tw-ring-color: rgb(130 137 147 / .3)}.ring-grey-500\/40{--tw-ring-color: rgb(130 137 147 / .4)}.ring-grey-500\/50{--tw-ring-color: rgb(130 137 147 / .5)}.ring-grey-500\/60{--tw-ring-color: rgb(130 137 147 / .6)}.ring-grey-500\/70{--tw-ring-color: rgb(130 137 147 / .7)}.ring-grey-500\/75{--tw-ring-color: rgb(130 137 147 / .75)}.ring-grey-500\/80{--tw-ring-color: rgb(130 137 147 / .8)}.ring-grey-500\/90{--tw-ring-color: rgb(130 137 147 / .9)}.ring-grey-500\/95{--tw-ring-color: rgb(130 137 147 / .95)}.ring-grey-500\/100{--tw-ring-color: rgb(130 137 147 / 1)}.ring-grey-600\/0{--tw-ring-color: rgb(71 85 105 / 0)}.ring-grey-600\/5{--tw-ring-color: rgb(71 85 105 / .05)}.ring-grey-600\/10{--tw-ring-color: rgb(71 85 105 / .1)}.ring-grey-600\/20{--tw-ring-color: rgb(71 85 105 / .2)}.ring-grey-600\/25{--tw-ring-color: rgb(71 85 105 / .25)}.ring-grey-600\/30{--tw-ring-color: rgb(71 85 105 / .3)}.ring-grey-600\/40{--tw-ring-color: rgb(71 85 105 / .4)}.ring-grey-600\/50{--tw-ring-color: rgb(71 85 105 / .5)}.ring-grey-600\/60{--tw-ring-color: rgb(71 85 105 / .6)}.ring-grey-600\/70{--tw-ring-color: rgb(71 85 105 / .7)}.ring-grey-600\/75{--tw-ring-color: rgb(71 85 105 / .75)}.ring-grey-600\/80{--tw-ring-color: rgb(71 85 105 / .8)}.ring-grey-600\/90{--tw-ring-color: rgb(71 85 105 / .9)}.ring-grey-600\/95{--tw-ring-color: rgb(71 85 105 / .95)}.ring-grey-600\/100{--tw-ring-color: rgb(71 85 105 / 1)}.ring-grey-700\/0{--tw-ring-color: rgb(63 76 93 / 0)}.ring-grey-700\/5{--tw-ring-color: rgb(63 76 93 / .05)}.ring-grey-700\/10{--tw-ring-color: rgb(63 76 93 / .1)}.ring-grey-700\/20{--tw-ring-color: rgb(63 76 93 / .2)}.ring-grey-700\/25{--tw-ring-color: rgb(63 76 93 / .25)}.ring-grey-700\/30{--tw-ring-color: rgb(63 76 93 / .3)}.ring-grey-700\/40{--tw-ring-color: rgb(63 76 93 / .4)}.ring-grey-700\/50{--tw-ring-color: rgb(63 76 93 / .5)}.ring-grey-700\/60{--tw-ring-color: rgb(63 76 93 / .6)}.ring-grey-700\/70{--tw-ring-color: rgb(63 76 93 / .7)}.ring-grey-700\/75{--tw-ring-color: rgb(63 76 93 / .75)}.ring-grey-700\/80{--tw-ring-color: rgb(63 76 93 / .8)}.ring-grey-700\/90{--tw-ring-color: rgb(63 76 93 / .9)}.ring-grey-700\/95{--tw-ring-color: rgb(63 76 93 / .95)}.ring-grey-700\/100{--tw-ring-color: rgb(63 76 93 / 1)}.ring-grey-800\/0{--tw-ring-color: rgb(54 65 81 / 0)}.ring-grey-800\/5{--tw-ring-color: rgb(54 65 81 / .05)}.ring-grey-800\/10{--tw-ring-color: rgb(54 65 81 / .1)}.ring-grey-800\/20{--tw-ring-color: rgb(54 65 81 / .2)}.ring-grey-800\/25{--tw-ring-color: rgb(54 65 81 / .25)}.ring-grey-800\/30{--tw-ring-color: rgb(54 65 81 / .3)}.ring-grey-800\/40{--tw-ring-color: rgb(54 65 81 / .4)}.ring-grey-800\/50{--tw-ring-color: rgb(54 65 81 / .5)}.ring-grey-800\/60{--tw-ring-color: rgb(54 65 81 / .6)}.ring-grey-800\/70{--tw-ring-color: rgb(54 65 81 / .7)}.ring-grey-800\/75{--tw-ring-color: rgb(54 65 81 / .75)}.ring-grey-800\/80{--tw-ring-color: rgb(54 65 81 / .8)}.ring-grey-800\/90{--tw-ring-color: rgb(54 65 81 / .9)}.ring-grey-800\/95{--tw-ring-color: rgb(54 65 81 / .95)}.ring-grey-800\/100{--tw-ring-color: rgb(54 65 81 / 1)}.ring-grey-900\/0{--tw-ring-color: rgb(44 53 66 / 0)}.ring-grey-900\/5{--tw-ring-color: rgb(44 53 66 / .05)}.ring-grey-900\/10{--tw-ring-color: rgb(44 53 66 / .1)}.ring-grey-900\/20{--tw-ring-color: rgb(44 53 66 / .2)}.ring-grey-900\/25{--tw-ring-color: rgb(44 53 66 / .25)}.ring-grey-900\/30{--tw-ring-color: rgb(44 53 66 / .3)}.ring-grey-900\/40{--tw-ring-color: rgb(44 53 66 / .4)}.ring-grey-900\/50{--tw-ring-color: rgb(44 53 66 / .5)}.ring-grey-900\/60{--tw-ring-color: rgb(44 53 66 / .6)}.ring-grey-900\/70{--tw-ring-color: rgb(44 53 66 / .7)}.ring-grey-900\/75{--tw-ring-color: rgb(44 53 66 / .75)}.ring-grey-900\/80{--tw-ring-color: rgb(44 53 66 / .8)}.ring-grey-900\/90{--tw-ring-color: rgb(44 53 66 / .9)}.ring-grey-900\/95{--tw-ring-color: rgb(44 53 66 / .95)}.ring-grey-900\/100{--tw-ring-color: rgb(44 53 66 / 1)}.ring-grey-1000\/0{--tw-ring-color: rgb(31 38 46 / 0)}.ring-grey-1000\/5{--tw-ring-color: rgb(31 38 46 / .05)}.ring-grey-1000\/10{--tw-ring-color: rgb(31 38 46 / .1)}.ring-grey-1000\/20{--tw-ring-color: rgb(31 38 46 / .2)}.ring-grey-1000\/25{--tw-ring-color: rgb(31 38 46 / .25)}.ring-grey-1000\/30{--tw-ring-color: rgb(31 38 46 / .3)}.ring-grey-1000\/40{--tw-ring-color: rgb(31 38 46 / .4)}.ring-grey-1000\/50{--tw-ring-color: rgb(31 38 46 / .5)}.ring-grey-1000\/60{--tw-ring-color: rgb(31 38 46 / .6)}.ring-grey-1000\/70{--tw-ring-color: rgb(31 38 46 / .7)}.ring-grey-1000\/75{--tw-ring-color: rgb(31 38 46 / .75)}.ring-grey-1000\/80{--tw-ring-color: rgb(31 38 46 / .8)}.ring-grey-1000\/90{--tw-ring-color: rgb(31 38 46 / .9)}.ring-grey-1000\/95{--tw-ring-color: rgb(31 38 46 / .95)}.ring-grey-1000\/100{--tw-ring-color: rgb(31 38 46 / 1)}.ring-green-1000\/0{--tw-ring-color: rgb(23 94 68 / 0)}.ring-green-1000\/5{--tw-ring-color: rgb(23 94 68 / .05)}.ring-green-1000\/10{--tw-ring-color: rgb(23 94 68 / .1)}.ring-green-1000\/20{--tw-ring-color: rgb(23 94 68 / .2)}.ring-green-1000\/25{--tw-ring-color: rgb(23 94 68 / .25)}.ring-green-1000\/30{--tw-ring-color: rgb(23 94 68 / .3)}.ring-green-1000\/40{--tw-ring-color: rgb(23 94 68 / .4)}.ring-green-1000\/50{--tw-ring-color: rgb(23 94 68 / .5)}.ring-green-1000\/60{--tw-ring-color: rgb(23 94 68 / .6)}.ring-green-1000\/70{--tw-ring-color: rgb(23 94 68 / .7)}.ring-green-1000\/75{--tw-ring-color: rgb(23 94 68 / .75)}.ring-green-1000\/80{--tw-ring-color: rgb(23 94 68 / .8)}.ring-green-1000\/90{--tw-ring-color: rgb(23 94 68 / .9)}.ring-green-1000\/95{--tw-ring-color: rgb(23 94 68 / .95)}.ring-green-1000\/100{--tw-ring-color: rgb(23 94 68 / 1)}.ring-blue-1000\/0{--tw-ring-color: rgb(16 44 105 / 0)}.ring-blue-1000\/5{--tw-ring-color: rgb(16 44 105 / .05)}.ring-blue-1000\/10{--tw-ring-color: rgb(16 44 105 / .1)}.ring-blue-1000\/20{--tw-ring-color: rgb(16 44 105 / .2)}.ring-blue-1000\/25{--tw-ring-color: rgb(16 44 105 / .25)}.ring-blue-1000\/30{--tw-ring-color: rgb(16 44 105 / .3)}.ring-blue-1000\/40{--tw-ring-color: rgb(16 44 105 / .4)}.ring-blue-1000\/50{--tw-ring-color: rgb(16 44 105 / .5)}.ring-blue-1000\/60{--tw-ring-color: rgb(16 44 105 / .6)}.ring-blue-1000\/70{--tw-ring-color: rgb(16 44 105 / .7)}.ring-blue-1000\/75{--tw-ring-color: rgb(16 44 105 / .75)}.ring-blue-1000\/80{--tw-ring-color: rgb(16 44 105 / .8)}.ring-blue-1000\/90{--tw-ring-color: rgb(16 44 105 / .9)}.ring-blue-1000\/95{--tw-ring-color: rgb(16 44 105 / .95)}.ring-blue-1000\/100{--tw-ring-color: rgb(16 44 105 / 1)}.ring-orange-1000\/0{--tw-ring-color: rgb(104 39 5 / 0)}.ring-orange-1000\/5{--tw-ring-color: rgb(104 39 5 / .05)}.ring-orange-1000\/10{--tw-ring-color: rgb(104 39 5 / .1)}.ring-orange-1000\/20{--tw-ring-color: rgb(104 39 5 / .2)}.ring-orange-1000\/25{--tw-ring-color: rgb(104 39 5 / .25)}.ring-orange-1000\/30{--tw-ring-color: rgb(104 39 5 / .3)}.ring-orange-1000\/40{--tw-ring-color: rgb(104 39 5 / .4)}.ring-orange-1000\/50{--tw-ring-color: rgb(104 39 5 / .5)}.ring-orange-1000\/60{--tw-ring-color: rgb(104 39 5 / .6)}.ring-orange-1000\/70{--tw-ring-color: rgb(104 39 5 / .7)}.ring-orange-1000\/75{--tw-ring-color: rgb(104 39 5 / .75)}.ring-orange-1000\/80{--tw-ring-color: rgb(104 39 5 / .8)}.ring-orange-1000\/90{--tw-ring-color: rgb(104 39 5 / .9)}.ring-orange-1000\/95{--tw-ring-color: rgb(104 39 5 / .95)}.ring-orange-1000\/100{--tw-ring-color: rgb(104 39 5 / 1)}.ring-red-1000\/0{--tw-ring-color: rgb(98 16 16 / 0)}.ring-red-1000\/5{--tw-ring-color: rgb(98 16 16 / .05)}.ring-red-1000\/10{--tw-ring-color: rgb(98 16 16 / .1)}.ring-red-1000\/20{--tw-ring-color: rgb(98 16 16 / .2)}.ring-red-1000\/25{--tw-ring-color: rgb(98 16 16 / .25)}.ring-red-1000\/30{--tw-ring-color: rgb(98 16 16 / .3)}.ring-red-1000\/40{--tw-ring-color: rgb(98 16 16 / .4)}.ring-red-1000\/50{--tw-ring-color: rgb(98 16 16 / .5)}.ring-red-1000\/60{--tw-ring-color: rgb(98 16 16 / .6)}.ring-red-1000\/70{--tw-ring-color: rgb(98 16 16 / .7)}.ring-red-1000\/75{--tw-ring-color: rgb(98 16 16 / .75)}.ring-red-1000\/80{--tw-ring-color: rgb(98 16 16 / .8)}.ring-red-1000\/90{--tw-ring-color: rgb(98 16 16 / .9)}.ring-red-1000\/95{--tw-ring-color: rgb(98 16 16 / .95)}.ring-red-1000\/100{--tw-ring-color: rgb(98 16 16 / 1)}.ring-primary\/0{--tw-ring-color: rgb(167 139 250 / 0)}.ring-primary\/5{--tw-ring-color: rgb(167 139 250 / .05)}.ring-primary\/10{--tw-ring-color: rgb(167 139 250 / .1)}.ring-primary\/20{--tw-ring-color: rgb(167 139 250 / .2)}.ring-primary\/25{--tw-ring-color: rgb(167 139 250 / .25)}.ring-primary\/30{--tw-ring-color: rgb(167 139 250 / .3)}.ring-primary\/40{--tw-ring-color: rgb(167 139 250 / .4)}.ring-primary\/50{--tw-ring-color: rgb(167 139 250 / .5)}.ring-primary\/60{--tw-ring-color: rgb(167 139 250 / .6)}.ring-primary\/70{--tw-ring-color: rgb(167 139 250 / .7)}.ring-primary\/75{--tw-ring-color: rgb(167 139 250 / .75)}.ring-primary\/80{--tw-ring-color: rgb(167 139 250 / .8)}.ring-primary\/90{--tw-ring-color: rgb(167 139 250 / .9)}.ring-primary\/95{--tw-ring-color: rgb(167 139 250 / .95)}.ring-primary\/100{--tw-ring-color: rgb(167 139 250 / 1)}.ring-primary-light\/0{--tw-ring-color: rgb(247 245 254 / 0)}.ring-primary-light\/5{--tw-ring-color: rgb(247 245 254 / .05)}.ring-primary-light\/10{--tw-ring-color: rgb(247 245 254 / .1)}.ring-primary-light\/20{--tw-ring-color: rgb(247 245 254 / .2)}.ring-primary-light\/25{--tw-ring-color: rgb(247 245 254 / .25)}.ring-primary-light\/30{--tw-ring-color: rgb(247 245 254 / .3)}.ring-primary-light\/40{--tw-ring-color: rgb(247 245 254 / .4)}.ring-primary-light\/50{--tw-ring-color: rgb(247 245 254 / .5)}.ring-primary-light\/60{--tw-ring-color: rgb(247 245 254 / .6)}.ring-primary-light\/70{--tw-ring-color: rgb(247 245 254 / .7)}.ring-primary-light\/75{--tw-ring-color: rgb(247 245 254 / .75)}.ring-primary-light\/80{--tw-ring-color: rgb(247 245 254 / .8)}.ring-primary-light\/90{--tw-ring-color: rgb(247 245 254 / .9)}.ring-primary-light\/95{--tw-ring-color: rgb(247 245 254 / .95)}.ring-primary-light\/100{--tw-ring-color: rgb(247 245 254 / 1)}.ring-primary-dark\/0{--tw-ring-color: rgb(105 87 158 / 0)}.ring-primary-dark\/5{--tw-ring-color: rgb(105 87 158 / .05)}.ring-primary-dark\/10{--tw-ring-color: rgb(105 87 158 / .1)}.ring-primary-dark\/20{--tw-ring-color: rgb(105 87 158 / .2)}.ring-primary-dark\/25{--tw-ring-color: rgb(105 87 158 / .25)}.ring-primary-dark\/30{--tw-ring-color: rgb(105 87 158 / .3)}.ring-primary-dark\/40{--tw-ring-color: rgb(105 87 158 / .4)}.ring-primary-dark\/50{--tw-ring-color: rgb(105 87 158 / .5)}.ring-primary-dark\/60{--tw-ring-color: rgb(105 87 158 / .6)}.ring-primary-dark\/70{--tw-ring-color: rgb(105 87 158 / .7)}.ring-primary-dark\/75{--tw-ring-color: rgb(105 87 158 / .75)}.ring-primary-dark\/80{--tw-ring-color: rgb(105 87 158 / .8)}.ring-primary-dark\/90{--tw-ring-color: rgb(105 87 158 / .9)}.ring-primary-dark\/95{--tw-ring-color: rgb(105 87 158 / .95)}.ring-primary-dark\/100{--tw-ring-color: rgb(105 87 158 / 1)}.ring-info\/0{--tw-ring-color: rgb(118 144 239 / 0)}.ring-info\/5{--tw-ring-color: rgb(118 144 239 / .05)}.ring-info\/10{--tw-ring-color: rgb(118 144 239 / .1)}.ring-info\/20{--tw-ring-color: rgb(118 144 239 / .2)}.ring-info\/25{--tw-ring-color: rgb(118 144 239 / .25)}.ring-info\/30{--tw-ring-color: rgb(118 144 239 / .3)}.ring-info\/40{--tw-ring-color: rgb(118 144 239 / .4)}.ring-info\/50{--tw-ring-color: rgb(118 144 239 / .5)}.ring-info\/60{--tw-ring-color: rgb(118 144 239 / .6)}.ring-info\/70{--tw-ring-color: rgb(118 144 239 / .7)}.ring-info\/75{--tw-ring-color: rgb(118 144 239 / .75)}.ring-info\/80{--tw-ring-color: rgb(118 144 239 / .8)}.ring-info\/90{--tw-ring-color: rgb(118 144 239 / .9)}.ring-info\/95{--tw-ring-color: rgb(118 144 239 / .95)}.ring-info\/100{--tw-ring-color: rgb(118 144 239 / 1)}.ring-info-light\/0{--tw-ring-color: rgb(242 243 253 / 0)}.ring-info-light\/5{--tw-ring-color: rgb(242 243 253 / .05)}.ring-info-light\/10{--tw-ring-color: rgb(242 243 253 / .1)}.ring-info-light\/20{--tw-ring-color: rgb(242 243 253 / .2)}.ring-info-light\/25{--tw-ring-color: rgb(242 243 253 / .25)}.ring-info-light\/30{--tw-ring-color: rgb(242 243 253 / .3)}.ring-info-light\/40{--tw-ring-color: rgb(242 243 253 / .4)}.ring-info-light\/50{--tw-ring-color: rgb(242 243 253 / .5)}.ring-info-light\/60{--tw-ring-color: rgb(242 243 253 / .6)}.ring-info-light\/70{--tw-ring-color: rgb(242 243 253 / .7)}.ring-info-light\/75{--tw-ring-color: rgb(242 243 253 / .75)}.ring-info-light\/80{--tw-ring-color: rgb(242 243 253 / .8)}.ring-info-light\/90{--tw-ring-color: rgb(242 243 253 / .9)}.ring-info-light\/95{--tw-ring-color: rgb(242 243 253 / .95)}.ring-info-light\/100{--tw-ring-color: rgb(242 243 253 / 1)}.ring-info-dark\/0{--tw-ring-color: rgb(33 88 210 / 0)}.ring-info-dark\/5{--tw-ring-color: rgb(33 88 210 / .05)}.ring-info-dark\/10{--tw-ring-color: rgb(33 88 210 / .1)}.ring-info-dark\/20{--tw-ring-color: rgb(33 88 210 / .2)}.ring-info-dark\/25{--tw-ring-color: rgb(33 88 210 / .25)}.ring-info-dark\/30{--tw-ring-color: rgb(33 88 210 / .3)}.ring-info-dark\/40{--tw-ring-color: rgb(33 88 210 / .4)}.ring-info-dark\/50{--tw-ring-color: rgb(33 88 210 / .5)}.ring-info-dark\/60{--tw-ring-color: rgb(33 88 210 / .6)}.ring-info-dark\/70{--tw-ring-color: rgb(33 88 210 / .7)}.ring-info-dark\/75{--tw-ring-color: rgb(33 88 210 / .75)}.ring-info-dark\/80{--tw-ring-color: rgb(33 88 210 / .8)}.ring-info-dark\/90{--tw-ring-color: rgb(33 88 210 / .9)}.ring-info-dark\/95{--tw-ring-color: rgb(33 88 210 / .95)}.ring-info-dark\/100{--tw-ring-color: rgb(33 88 210 / 1)}.ring-success\/0{--tw-ring-color: rgb(40 163 118 / 0)}.ring-success\/5{--tw-ring-color: rgb(40 163 118 / .05)}.ring-success\/10{--tw-ring-color: rgb(40 163 118 / .1)}.ring-success\/20{--tw-ring-color: rgb(40 163 118 / .2)}.ring-success\/25{--tw-ring-color: rgb(40 163 118 / .25)}.ring-success\/30{--tw-ring-color: rgb(40 163 118 / .3)}.ring-success\/40{--tw-ring-color: rgb(40 163 118 / .4)}.ring-success\/50{--tw-ring-color: rgb(40 163 118 / .5)}.ring-success\/60{--tw-ring-color: rgb(40 163 118 / .6)}.ring-success\/70{--tw-ring-color: rgb(40 163 118 / .7)}.ring-success\/75{--tw-ring-color: rgb(40 163 118 / .75)}.ring-success\/80{--tw-ring-color: rgb(40 163 118 / .8)}.ring-success\/90{--tw-ring-color: rgb(40 163 118 / .9)}.ring-success\/95{--tw-ring-color: rgb(40 163 118 / .95)}.ring-success\/100{--tw-ring-color: rgb(40 163 118 / 1)}.ring-success-light\/0{--tw-ring-color: rgb(242 250 246 / 0)}.ring-success-light\/5{--tw-ring-color: rgb(242 250 246 / .05)}.ring-success-light\/10{--tw-ring-color: rgb(242 250 246 / .1)}.ring-success-light\/20{--tw-ring-color: rgb(242 250 246 / .2)}.ring-success-light\/25{--tw-ring-color: rgb(242 250 246 / .25)}.ring-success-light\/30{--tw-ring-color: rgb(242 250 246 / .3)}.ring-success-light\/40{--tw-ring-color: rgb(242 250 246 / .4)}.ring-success-light\/50{--tw-ring-color: rgb(242 250 246 / .5)}.ring-success-light\/60{--tw-ring-color: rgb(242 250 246 / .6)}.ring-success-light\/70{--tw-ring-color: rgb(242 250 246 / .7)}.ring-success-light\/75{--tw-ring-color: rgb(242 250 246 / .75)}.ring-success-light\/80{--tw-ring-color: rgb(242 250 246 / .8)}.ring-success-light\/90{--tw-ring-color: rgb(242 250 246 / .9)}.ring-success-light\/95{--tw-ring-color: rgb(242 250 246 / .95)}.ring-success-light\/100{--tw-ring-color: rgb(242 250 246 / 1)}.ring-success-dark\/0{--tw-ring-color: rgb(32 133 96 / 0)}.ring-success-dark\/5{--tw-ring-color: rgb(32 133 96 / .05)}.ring-success-dark\/10{--tw-ring-color: rgb(32 133 96 / .1)}.ring-success-dark\/20{--tw-ring-color: rgb(32 133 96 / .2)}.ring-success-dark\/25{--tw-ring-color: rgb(32 133 96 / .25)}.ring-success-dark\/30{--tw-ring-color: rgb(32 133 96 / .3)}.ring-success-dark\/40{--tw-ring-color: rgb(32 133 96 / .4)}.ring-success-dark\/50{--tw-ring-color: rgb(32 133 96 / .5)}.ring-success-dark\/60{--tw-ring-color: rgb(32 133 96 / .6)}.ring-success-dark\/70{--tw-ring-color: rgb(32 133 96 / .7)}.ring-success-dark\/75{--tw-ring-color: rgb(32 133 96 / .75)}.ring-success-dark\/80{--tw-ring-color: rgb(32 133 96 / .8)}.ring-success-dark\/90{--tw-ring-color: rgb(32 133 96 / .9)}.ring-success-dark\/95{--tw-ring-color: rgb(32 133 96 / .95)}.ring-success-dark\/100{--tw-ring-color: rgb(32 133 96 / 1)}.ring-warning\/0{--tw-ring-color: rgb(250 172 30 / 0)}.ring-warning\/5{--tw-ring-color: rgb(250 172 30 / .05)}.ring-warning\/10{--tw-ring-color: rgb(250 172 30 / .1)}.ring-warning\/20{--tw-ring-color: rgb(250 172 30 / .2)}.ring-warning\/25{--tw-ring-color: rgb(250 172 30 / .25)}.ring-warning\/30{--tw-ring-color: rgb(250 172 30 / .3)}.ring-warning\/40{--tw-ring-color: rgb(250 172 30 / .4)}.ring-warning\/50{--tw-ring-color: rgb(250 172 30 / .5)}.ring-warning\/60{--tw-ring-color: rgb(250 172 30 / .6)}.ring-warning\/70{--tw-ring-color: rgb(250 172 30 / .7)}.ring-warning\/75{--tw-ring-color: rgb(250 172 30 / .75)}.ring-warning\/80{--tw-ring-color: rgb(250 172 30 / .8)}.ring-warning\/90{--tw-ring-color: rgb(250 172 30 / .9)}.ring-warning\/95{--tw-ring-color: rgb(250 172 30 / .95)}.ring-warning\/100{--tw-ring-color: rgb(250 172 30 / 1)}.ring-warning-light\/0{--tw-ring-color: rgb(254 247 242 / 0)}.ring-warning-light\/5{--tw-ring-color: rgb(254 247 242 / .05)}.ring-warning-light\/10{--tw-ring-color: rgb(254 247 242 / .1)}.ring-warning-light\/20{--tw-ring-color: rgb(254 247 242 / .2)}.ring-warning-light\/25{--tw-ring-color: rgb(254 247 242 / .25)}.ring-warning-light\/30{--tw-ring-color: rgb(254 247 242 / .3)}.ring-warning-light\/40{--tw-ring-color: rgb(254 247 242 / .4)}.ring-warning-light\/50{--tw-ring-color: rgb(254 247 242 / .5)}.ring-warning-light\/60{--tw-ring-color: rgb(254 247 242 / .6)}.ring-warning-light\/70{--tw-ring-color: rgb(254 247 242 / .7)}.ring-warning-light\/75{--tw-ring-color: rgb(254 247 242 / .75)}.ring-warning-light\/80{--tw-ring-color: rgb(254 247 242 / .8)}.ring-warning-light\/90{--tw-ring-color: rgb(254 247 242 / .9)}.ring-warning-light\/95{--tw-ring-color: rgb(254 247 242 / .95)}.ring-warning-light\/100{--tw-ring-color: rgb(254 247 242 / 1)}.ring-warning-dark\/0{--tw-ring-color: rgb(158 108 18 / 0)}.ring-warning-dark\/5{--tw-ring-color: rgb(158 108 18 / .05)}.ring-warning-dark\/10{--tw-ring-color: rgb(158 108 18 / .1)}.ring-warning-dark\/20{--tw-ring-color: rgb(158 108 18 / .2)}.ring-warning-dark\/25{--tw-ring-color: rgb(158 108 18 / .25)}.ring-warning-dark\/30{--tw-ring-color: rgb(158 108 18 / .3)}.ring-warning-dark\/40{--tw-ring-color: rgb(158 108 18 / .4)}.ring-warning-dark\/50{--tw-ring-color: rgb(158 108 18 / .5)}.ring-warning-dark\/60{--tw-ring-color: rgb(158 108 18 / .6)}.ring-warning-dark\/70{--tw-ring-color: rgb(158 108 18 / .7)}.ring-warning-dark\/75{--tw-ring-color: rgb(158 108 18 / .75)}.ring-warning-dark\/80{--tw-ring-color: rgb(158 108 18 / .8)}.ring-warning-dark\/90{--tw-ring-color: rgb(158 108 18 / .9)}.ring-warning-dark\/95{--tw-ring-color: rgb(158 108 18 / .95)}.ring-warning-dark\/100{--tw-ring-color: rgb(158 108 18 / 1)}.ring-error\/0{--tw-ring-color: rgb(220 38 38 / 0)}.ring-error\/5{--tw-ring-color: rgb(220 38 38 / .05)}.ring-error\/10{--tw-ring-color: rgb(220 38 38 / .1)}.ring-error\/20{--tw-ring-color: rgb(220 38 38 / .2)}.ring-error\/25{--tw-ring-color: rgb(220 38 38 / .25)}.ring-error\/30{--tw-ring-color: rgb(220 38 38 / .3)}.ring-error\/40{--tw-ring-color: rgb(220 38 38 / .4)}.ring-error\/50{--tw-ring-color: rgb(220 38 38 / .5)}.ring-error\/60{--tw-ring-color: rgb(220 38 38 / .6)}.ring-error\/70{--tw-ring-color: rgb(220 38 38 / .7)}.ring-error\/75{--tw-ring-color: rgb(220 38 38 / .75)}.ring-error\/80{--tw-ring-color: rgb(220 38 38 / .8)}.ring-error\/90{--tw-ring-color: rgb(220 38 38 / .9)}.ring-error\/95{--tw-ring-color: rgb(220 38 38 / .95)}.ring-error\/100{--tw-ring-color: rgb(220 38 38 / 1)}.ring-error-light\/0{--tw-ring-color: rgb(251 242 242 / 0)}.ring-error-light\/5{--tw-ring-color: rgb(251 242 242 / .05)}.ring-error-light\/10{--tw-ring-color: rgb(251 242 242 / .1)}.ring-error-light\/20{--tw-ring-color: rgb(251 242 242 / .2)}.ring-error-light\/25{--tw-ring-color: rgb(251 242 242 / .25)}.ring-error-light\/30{--tw-ring-color: rgb(251 242 242 / .3)}.ring-error-light\/40{--tw-ring-color: rgb(251 242 242 / .4)}.ring-error-light\/50{--tw-ring-color: rgb(251 242 242 / .5)}.ring-error-light\/60{--tw-ring-color: rgb(251 242 242 / .6)}.ring-error-light\/70{--tw-ring-color: rgb(251 242 242 / .7)}.ring-error-light\/75{--tw-ring-color: rgb(251 242 242 / .75)}.ring-error-light\/80{--tw-ring-color: rgb(251 242 242 / .8)}.ring-error-light\/90{--tw-ring-color: rgb(251 242 242 / .9)}.ring-error-light\/95{--tw-ring-color: rgb(251 242 242 / .95)}.ring-error-light\/100{--tw-ring-color: rgb(251 242 242 / 1)}.ring-error-dark\/0{--tw-ring-color: rgb(196 33 33 / 0)}.ring-error-dark\/5{--tw-ring-color: rgb(196 33 33 / .05)}.ring-error-dark\/10{--tw-ring-color: rgb(196 33 33 / .1)}.ring-error-dark\/20{--tw-ring-color: rgb(196 33 33 / .2)}.ring-error-dark\/25{--tw-ring-color: rgb(196 33 33 / .25)}.ring-error-dark\/30{--tw-ring-color: rgb(196 33 33 / .3)}.ring-error-dark\/40{--tw-ring-color: rgb(196 33 33 / .4)}.ring-error-dark\/50{--tw-ring-color: rgb(196 33 33 / .5)}.ring-error-dark\/60{--tw-ring-color: rgb(196 33 33 / .6)}.ring-error-dark\/70{--tw-ring-color: rgb(196 33 33 / .7)}.ring-error-dark\/75{--tw-ring-color: rgb(196 33 33 / .75)}.ring-error-dark\/80{--tw-ring-color: rgb(196 33 33 / .8)}.ring-error-dark\/90{--tw-ring-color: rgb(196 33 33 / .9)}.ring-error-dark\/95{--tw-ring-color: rgb(196 33 33 / .95)}.ring-error-dark\/100{--tw-ring-color: rgb(196 33 33 / 1)}.ring-grey\/0{--tw-ring-color: rgb(71 85 105 / 0)}.ring-grey\/5{--tw-ring-color: rgb(71 85 105 / .05)}.ring-grey\/10{--tw-ring-color: rgb(71 85 105 / .1)}.ring-grey\/20{--tw-ring-color: rgb(71 85 105 / .2)}.ring-grey\/25{--tw-ring-color: rgb(71 85 105 / .25)}.ring-grey\/30{--tw-ring-color: rgb(71 85 105 / .3)}.ring-grey\/40{--tw-ring-color: rgb(71 85 105 / .4)}.ring-grey\/50{--tw-ring-color: rgb(71 85 105 / .5)}.ring-grey\/60{--tw-ring-color: rgb(71 85 105 / .6)}.ring-grey\/70{--tw-ring-color: rgb(71 85 105 / .7)}.ring-grey\/75{--tw-ring-color: rgb(71 85 105 / .75)}.ring-grey\/80{--tw-ring-color: rgb(71 85 105 / .8)}.ring-grey\/90{--tw-ring-color: rgb(71 85 105 / .9)}.ring-grey\/95{--tw-ring-color: rgb(71 85 105 / .95)}.ring-grey\/100{--tw-ring-color: rgb(71 85 105 / 1)}.ring-grey-light\/0{--tw-ring-color: rgb(242 243 244 / 0)}.ring-grey-light\/5{--tw-ring-color: rgb(242 243 244 / .05)}.ring-grey-light\/10{--tw-ring-color: rgb(242 243 244 / .1)}.ring-grey-light\/20{--tw-ring-color: rgb(242 243 244 / .2)}.ring-grey-light\/25{--tw-ring-color: rgb(242 243 244 / .25)}.ring-grey-light\/30{--tw-ring-color: rgb(242 243 244 / .3)}.ring-grey-light\/40{--tw-ring-color: rgb(242 243 244 / .4)}.ring-grey-light\/50{--tw-ring-color: rgb(242 243 244 / .5)}.ring-grey-light\/60{--tw-ring-color: rgb(242 243 244 / .6)}.ring-grey-light\/70{--tw-ring-color: rgb(242 243 244 / .7)}.ring-grey-light\/75{--tw-ring-color: rgb(242 243 244 / .75)}.ring-grey-light\/80{--tw-ring-color: rgb(242 243 244 / .8)}.ring-grey-light\/90{--tw-ring-color: rgb(242 243 244 / .9)}.ring-grey-light\/95{--tw-ring-color: rgb(242 243 244 / .95)}.ring-grey-light\/100{--tw-ring-color: rgb(242 243 244 / 1)}.ring-grey-dark\/0{--tw-ring-color: rgb(44 53 66 / 0)}.ring-grey-dark\/5{--tw-ring-color: rgb(44 53 66 / .05)}.ring-grey-dark\/10{--tw-ring-color: rgb(44 53 66 / .1)}.ring-grey-dark\/20{--tw-ring-color: rgb(44 53 66 / .2)}.ring-grey-dark\/25{--tw-ring-color: rgb(44 53 66 / .25)}.ring-grey-dark\/30{--tw-ring-color: rgb(44 53 66 / .3)}.ring-grey-dark\/40{--tw-ring-color: rgb(44 53 66 / .4)}.ring-grey-dark\/50{--tw-ring-color: rgb(44 53 66 / .5)}.ring-grey-dark\/60{--tw-ring-color: rgb(44 53 66 / .6)}.ring-grey-dark\/70{--tw-ring-color: rgb(44 53 66 / .7)}.ring-grey-dark\/75{--tw-ring-color: rgb(44 53 66 / .75)}.ring-grey-dark\/80{--tw-ring-color: rgb(44 53 66 / .8)}.ring-grey-dark\/90{--tw-ring-color: rgb(44 53 66 / .9)}.ring-grey-dark\/95{--tw-ring-color: rgb(44 53 66 / .95)}.ring-grey-dark\/100{--tw-ring-color: rgb(44 53 66 / 1)}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity))}.ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity))}.ring-opacity-5{--tw-ring-opacity: .05}.ring-opacity-60{--tw-ring-opacity: .6}.ring-offset-2{--tw-ring-offset-width: 2px}.ring-offset-0{--tw-ring-offset-width: 0px}.ring-offset-red-50{--tw-ring-offset-color: #fef2f2}.ring-offset-red-100{--tw-ring-offset-color: #FBF2F2}.ring-offset-red-200{--tw-ring-offset-color: #F8E4E4}.ring-offset-red-300{--tw-ring-offset-color: #F1C6C6}.ring-offset-red-400{--tw-ring-offset-color: #EAA3A3}.ring-offset-red-500{--tw-ring-offset-color: #E37676}.ring-offset-red-600{--tw-ring-offset-color: #DC2626}.ring-offset-red-700{--tw-ring-offset-color: #C42121}.ring-offset-red-800{--tw-ring-offset-color: #AA1D1D}.ring-offset-red-900{--tw-ring-offset-color: #8B1818}.ring-offset-orange-50{--tw-ring-offset-color: #fff7ed}.ring-offset-orange-100{--tw-ring-offset-color: #FCF3F1}.ring-offset-orange-200{--tw-ring-offset-color: #FAE7E4}.ring-offset-orange-300{--tw-ring-offset-color: #F6CDC5}.ring-offset-orange-400{--tw-ring-offset-color: #F2AFA1}.ring-offset-orange-500{--tw-ring-offset-color: #EE8A72}.ring-offset-orange-600{--tw-ring-offset-color: #EA580C}.ring-offset-orange-700{--tw-ring-offset-color: #D14E0A}.ring-offset-orange-800{--tw-ring-offset-color: #B54409}.ring-offset-orange-900{--tw-ring-offset-color: #933707}.ring-offset-yellow-50{--tw-ring-offset-color: #fefce8}.ring-offset-yellow-100{--tw-ring-offset-color: #fef3c7}.ring-offset-yellow-200{--tw-ring-offset-color: #fde68a}.ring-offset-yellow-300{--tw-ring-offset-color: #fcd34d}.ring-offset-yellow-400{--tw-ring-offset-color: #fbbf24}.ring-offset-yellow-500{--tw-ring-offset-color: #eab308}.ring-offset-yellow-600{--tw-ring-offset-color: #d97706}.ring-offset-yellow-700{--tw-ring-offset-color: #b45309}.ring-offset-yellow-800{--tw-ring-offset-color: #92400e}.ring-offset-yellow-900{--tw-ring-offset-color: #78350f}.ring-offset-green-50{--tw-ring-offset-color: #f0fdf4}.ring-offset-green-100{--tw-ring-offset-color: #F2FAF6}.ring-offset-green-200{--tw-ring-offset-color: #E5F6EE}.ring-offset-green-300{--tw-ring-offset-color: #C8EEDB}.ring-offset-green-400{--tw-ring-offset-color: #A6E5C8}.ring-offset-green-500{--tw-ring-offset-color: #7BDCB2}.ring-offset-green-600{--tw-ring-offset-color: #34D399}.ring-offset-green-700{--tw-ring-offset-color: #2EBC88}.ring-offset-green-800{--tw-ring-offset-color: #28A376}.ring-offset-green-900{--tw-ring-offset-color: #208560}.ring-offset-emerald-50{--tw-ring-offset-color: #ecfdf5}.ring-offset-emerald-100{--tw-ring-offset-color: #d1fae5}.ring-offset-emerald-200{--tw-ring-offset-color: #a7f3d0}.ring-offset-emerald-300{--tw-ring-offset-color: #6ee7b7}.ring-offset-emerald-400{--tw-ring-offset-color: #34d399}.ring-offset-emerald-500{--tw-ring-offset-color: #10b981}.ring-offset-emerald-600{--tw-ring-offset-color: #059669}.ring-offset-emerald-700{--tw-ring-offset-color: #047857}.ring-offset-emerald-800{--tw-ring-offset-color: #065f46}.ring-offset-emerald-900{--tw-ring-offset-color: #064e3b}.ring-offset-teal-50{--tw-ring-offset-color: #f0fdfa}.ring-offset-teal-100{--tw-ring-offset-color: #ccfbf1}.ring-offset-teal-200{--tw-ring-offset-color: #99f6e4}.ring-offset-teal-300{--tw-ring-offset-color: #5eead4}.ring-offset-teal-400{--tw-ring-offset-color: #2dd4bf }.ring-offset-teal-500{--tw-ring-offset-color: #14b8a6}.ring-offset-teal-600{--tw-ring-offset-color: #0d9488}.ring-offset-teal-700{--tw-ring-offset-color: #0f766e}.ring-offset-teal-800{--tw-ring-offset-color: #115e59}.ring-offset-teal-900{--tw-ring-offset-color: #134e4a}.ring-offset-sky-50{--tw-ring-offset-color: #f0f9ff}.ring-offset-sky-100{--tw-ring-offset-color: #e0f2fe}.ring-offset-sky-200{--tw-ring-offset-color: #bae6fd}.ring-offset-sky-300{--tw-ring-offset-color: #7dd3fc}.ring-offset-sky-400{--tw-ring-offset-color: #38bdf8}.ring-offset-sky-500{--tw-ring-offset-color: #0ea5e9}.ring-offset-sky-600{--tw-ring-offset-color: #0284c7}.ring-offset-sky-700{--tw-ring-offset-color: #0369a1}.ring-offset-sky-800{--tw-ring-offset-color: #075985}.ring-offset-sky-900{--tw-ring-offset-color: #0c4a6e}.ring-offset-blue-50{--tw-ring-offset-color: #eff6ff}.ring-offset-blue-100{--tw-ring-offset-color: #F2F3FD}.ring-offset-blue-200{--tw-ring-offset-color: #E4E8FB}.ring-offset-blue-300{--tw-ring-offset-color: #C6CFF7}.ring-offset-blue-400{--tw-ring-offset-color: #A3B2F3}.ring-offset-blue-500{--tw-ring-offset-color: #7690EF}.ring-offset-blue-600{--tw-ring-offset-color: #2563EB}.ring-offset-blue-700{--tw-ring-offset-color: #2158D2}.ring-offset-blue-800{--tw-ring-offset-color: #1C4CB6}.ring-offset-blue-900{--tw-ring-offset-color: #173E94}.ring-offset-indigo-50{--tw-ring-offset-color: #eef2ff}.ring-offset-indigo-100{--tw-ring-offset-color: #e0e7ff}.ring-offset-indigo-200{--tw-ring-offset-color: #c7d2fe}.ring-offset-indigo-300{--tw-ring-offset-color: #a5b4fc}.ring-offset-indigo-400{--tw-ring-offset-color: #818cf8}.ring-offset-indigo-500{--tw-ring-offset-color: #6366f1}.ring-offset-indigo-600{--tw-ring-offset-color: #4f46e5}.ring-offset-indigo-700{--tw-ring-offset-color: #4338ca}.ring-offset-indigo-800{--tw-ring-offset-color: #3730a3}.ring-offset-indigo-900{--tw-ring-offset-color: #312e81}.ring-offset-violet-50{--tw-ring-offset-color: #f5f3ff}.ring-offset-violet-100{--tw-ring-offset-color: #ede9fe}.ring-offset-violet-200{--tw-ring-offset-color: #ddd6fe}.ring-offset-violet-300{--tw-ring-offset-color: #c4b5fd}.ring-offset-violet-400{--tw-ring-offset-color: #a78bfa}.ring-offset-violet-500{--tw-ring-offset-color: #8b5cf6}.ring-offset-violet-600{--tw-ring-offset-color: #7c3aed}.ring-offset-violet-700{--tw-ring-offset-color: #6d28d9}.ring-offset-violet-800{--tw-ring-offset-color: #5b21b6}.ring-offset-violet-900{--tw-ring-offset-color: #4c1d95}.ring-offset-fuchsia-50{--tw-ring-offset-color: #fdf4ff}.ring-offset-fuchsia-100{--tw-ring-offset-color: #fae8ff}.ring-offset-fuchsia-200{--tw-ring-offset-color: #f5d0fe}.ring-offset-fuchsia-300{--tw-ring-offset-color: #f0abfc}.ring-offset-fuchsia-400{--tw-ring-offset-color: #e879f9}.ring-offset-fuchsia-500{--tw-ring-offset-color: #d946ef}.ring-offset-fuchsia-600{--tw-ring-offset-color: #c026d3}.ring-offset-fuchsia-700{--tw-ring-offset-color: #a21caf}.ring-offset-fuchsia-800{--tw-ring-offset-color: #86198f}.ring-offset-fuchsia-900{--tw-ring-offset-color: #701a75}.ring-offset-pink-50{--tw-ring-offset-color: #fdf2f8}.ring-offset-pink-100{--tw-ring-offset-color: #fce7f3}.ring-offset-pink-200{--tw-ring-offset-color: #fbcfe8}.ring-offset-pink-300{--tw-ring-offset-color: #f9a8d4}.ring-offset-pink-400{--tw-ring-offset-color: #f472b6}.ring-offset-pink-500{--tw-ring-offset-color: #ec4899}.ring-offset-pink-600{--tw-ring-offset-color: #db2777}.ring-offset-pink-700{--tw-ring-offset-color: #be185d}.ring-offset-pink-800{--tw-ring-offset-color: #9d174d}.ring-offset-pink-900{--tw-ring-offset-color: #831843}.ring-offset-rose-50{--tw-ring-offset-color: #fff1f2}.ring-offset-rose-100{--tw-ring-offset-color: #FFE4E6}.ring-offset-rose-200{--tw-ring-offset-color: #FECDD3}.ring-offset-rose-300{--tw-ring-offset-color: #FDA4AF}.ring-offset-rose-400{--tw-ring-offset-color: #FB7185}.ring-offset-rose-500{--tw-ring-offset-color: #F43F5E}.ring-offset-rose-600{--tw-ring-offset-color: #E11D48}.ring-offset-rose-700{--tw-ring-offset-color: #BE123C}.ring-offset-rose-800{--tw-ring-offset-color: #9F1239}.ring-offset-rose-900{--tw-ring-offset-color: #881337}.ring-offset-primary-100{--tw-ring-offset-color: #F2F3F4}.ring-offset-primary-200{--tw-ring-offset-color: #E8E8F0}.ring-offset-primary-300{--tw-ring-offset-color: #D0D0E1}.ring-offset-primary-400{--tw-ring-offset-color: #B4B4D1}.ring-offset-primary-500{--tw-ring-offset-color: #9393BF}.ring-offset-primary-600{--tw-ring-offset-color: #6868AC}.ring-offset-primary-700{--tw-ring-offset-color: #5D5D99}.ring-offset-primary-800{--tw-ring-offset-color: #505085}.ring-offset-primary-900{--tw-ring-offset-color: #41416C}.ring-offset-primary-1000{--tw-ring-offset-color: #2E2E4C}.ring-offset-primary-highlight-100{--tw-ring-offset-color: #F7F5FE}.ring-offset-primary-highlight-200{--tw-ring-offset-color: #EFECFE}.ring-offset-primary-highlight-300{--tw-ring-offset-color: #DFD8FD}.ring-offset-primary-highlight-400{--tw-ring-offset-color: #CEC1FC}.ring-offset-primary-highlight-500{--tw-ring-offset-color: #BBA8FB}.ring-offset-primary-highlight-600{--tw-ring-offset-color: #A78BFA}.ring-offset-primary-highlight-700{--tw-ring-offset-color: #957CDF}.ring-offset-primary-highlight-800{--tw-ring-offset-color: #816BC1}.ring-offset-primary-highlight-900{--tw-ring-offset-color: #69579E}.ring-offset-primary-highlight-1000{--tw-ring-offset-color: #4A3E6F}.ring-offset-secondary-100{--tw-ring-offset-color: #FEF7F2}.ring-offset-secondary-200{--tw-ring-offset-color: #FEF0E4}.ring-offset-secondary-300{--tw-ring-offset-color: #FDE1C6}.ring-offset-secondary-400{--tw-ring-offset-color: #FCD1A2}.ring-offset-secondary-500{--tw-ring-offset-color: #FBBF75}.ring-offset-secondary-600{--tw-ring-offset-color: #FAAC1E}.ring-offset-secondary-700{--tw-ring-offset-color: #DF991A}.ring-offset-secondary-800{--tw-ring-offset-color: #C18517}.ring-offset-secondary-900{--tw-ring-offset-color: #9E6C12}.ring-offset-secondary-1000{--tw-ring-offset-color: #6F4C0D}.ring-offset-grey-100{--tw-ring-offset-color: #F2F3F4}.ring-offset-grey-200{--tw-ring-offset-color: #E6E7E8}.ring-offset-grey-300{--tw-ring-offset-color: #CACCD0}.ring-offset-grey-400{--tw-ring-offset-color: #AAAEB4}.ring-offset-grey-500{--tw-ring-offset-color: #828993}.ring-offset-grey-600{--tw-ring-offset-color: #475569}.ring-offset-grey-700{--tw-ring-offset-color: #3F4C5D}.ring-offset-grey-800{--tw-ring-offset-color: #364151}.ring-offset-grey-900{--tw-ring-offset-color: #2C3542}.ring-offset-grey-1000{--tw-ring-offset-color: #1F262E}.ring-offset-green-1000{--tw-ring-offset-color: #175E44}.ring-offset-blue-1000{--tw-ring-offset-color: #102C69}.ring-offset-orange-1000{--tw-ring-offset-color: #682705}.ring-offset-red-1000{--tw-ring-offset-color: #621010}.ring-offset-primary{--tw-ring-offset-color: #A78BFA}.ring-offset-primary-light{--tw-ring-offset-color: #F7F5FE}.ring-offset-primary-dark{--tw-ring-offset-color: #69579E}.ring-offset-info{--tw-ring-offset-color: #7690EF}.ring-offset-info-light{--tw-ring-offset-color: #F2F3FD}.ring-offset-info-dark{--tw-ring-offset-color: #2158D2}.ring-offset-success{--tw-ring-offset-color: #28A376}.ring-offset-success-light{--tw-ring-offset-color: #F2FAF6}.ring-offset-success-dark{--tw-ring-offset-color: #208560}.ring-offset-warning{--tw-ring-offset-color: #FAAC1E}.ring-offset-warning-light{--tw-ring-offset-color: #FEF7F2}.ring-offset-warning-dark{--tw-ring-offset-color: #9E6C12}.ring-offset-error{--tw-ring-offset-color: #DC2626}.ring-offset-error-light{--tw-ring-offset-color: #FBF2F2}.ring-offset-error-dark{--tw-ring-offset-color: #C42121}.ring-offset-grey{--tw-ring-offset-color: #475569}.ring-offset-grey-light{--tw-ring-offset-color: #F2F3F4}.ring-offset-grey-dark{--tw-ring-offset-color: #2C3542}.ring-offset-red-50\/0{--tw-ring-offset-color: rgb(254 242 242 / 0)}.ring-offset-red-50\/5{--tw-ring-offset-color: rgb(254 242 242 / .05)}.ring-offset-red-50\/10{--tw-ring-offset-color: rgb(254 242 242 / .1)}.ring-offset-red-50\/20{--tw-ring-offset-color: rgb(254 242 242 / .2)}.ring-offset-red-50\/25{--tw-ring-offset-color: rgb(254 242 242 / .25)}.ring-offset-red-50\/30{--tw-ring-offset-color: rgb(254 242 242 / .3)}.ring-offset-red-50\/40{--tw-ring-offset-color: rgb(254 242 242 / .4)}.ring-offset-red-50\/50{--tw-ring-offset-color: rgb(254 242 242 / .5)}.ring-offset-red-50\/60{--tw-ring-offset-color: rgb(254 242 242 / .6)}.ring-offset-red-50\/70{--tw-ring-offset-color: rgb(254 242 242 / .7)}.ring-offset-red-50\/75{--tw-ring-offset-color: rgb(254 242 242 / .75)}.ring-offset-red-50\/80{--tw-ring-offset-color: rgb(254 242 242 / .8)}.ring-offset-red-50\/90{--tw-ring-offset-color: rgb(254 242 242 / .9)}.ring-offset-red-50\/95{--tw-ring-offset-color: rgb(254 242 242 / .95)}.ring-offset-red-50\/100{--tw-ring-offset-color: rgb(254 242 242 / 1)}.ring-offset-red-100\/0{--tw-ring-offset-color: rgb(251 242 242 / 0)}.ring-offset-red-100\/5{--tw-ring-offset-color: rgb(251 242 242 / .05)}.ring-offset-red-100\/10{--tw-ring-offset-color: rgb(251 242 242 / .1)}.ring-offset-red-100\/20{--tw-ring-offset-color: rgb(251 242 242 / .2)}.ring-offset-red-100\/25{--tw-ring-offset-color: rgb(251 242 242 / .25)}.ring-offset-red-100\/30{--tw-ring-offset-color: rgb(251 242 242 / .3)}.ring-offset-red-100\/40{--tw-ring-offset-color: rgb(251 242 242 / .4)}.ring-offset-red-100\/50{--tw-ring-offset-color: rgb(251 242 242 / .5)}.ring-offset-red-100\/60{--tw-ring-offset-color: rgb(251 242 242 / .6)}.ring-offset-red-100\/70{--tw-ring-offset-color: rgb(251 242 242 / .7)}.ring-offset-red-100\/75{--tw-ring-offset-color: rgb(251 242 242 / .75)}.ring-offset-red-100\/80{--tw-ring-offset-color: rgb(251 242 242 / .8)}.ring-offset-red-100\/90{--tw-ring-offset-color: rgb(251 242 242 / .9)}.ring-offset-red-100\/95{--tw-ring-offset-color: rgb(251 242 242 / .95)}.ring-offset-red-100\/100{--tw-ring-offset-color: rgb(251 242 242 / 1)}.ring-offset-red-200\/0{--tw-ring-offset-color: rgb(248 228 228 / 0)}.ring-offset-red-200\/5{--tw-ring-offset-color: rgb(248 228 228 / .05)}.ring-offset-red-200\/10{--tw-ring-offset-color: rgb(248 228 228 / .1)}.ring-offset-red-200\/20{--tw-ring-offset-color: rgb(248 228 228 / .2)}.ring-offset-red-200\/25{--tw-ring-offset-color: rgb(248 228 228 / .25)}.ring-offset-red-200\/30{--tw-ring-offset-color: rgb(248 228 228 / .3)}.ring-offset-red-200\/40{--tw-ring-offset-color: rgb(248 228 228 / .4)}.ring-offset-red-200\/50{--tw-ring-offset-color: rgb(248 228 228 / .5)}.ring-offset-red-200\/60{--tw-ring-offset-color: rgb(248 228 228 / .6)}.ring-offset-red-200\/70{--tw-ring-offset-color: rgb(248 228 228 / .7)}.ring-offset-red-200\/75{--tw-ring-offset-color: rgb(248 228 228 / .75)}.ring-offset-red-200\/80{--tw-ring-offset-color: rgb(248 228 228 / .8)}.ring-offset-red-200\/90{--tw-ring-offset-color: rgb(248 228 228 / .9)}.ring-offset-red-200\/95{--tw-ring-offset-color: rgb(248 228 228 / .95)}.ring-offset-red-200\/100{--tw-ring-offset-color: rgb(248 228 228 / 1)}.ring-offset-red-300\/0{--tw-ring-offset-color: rgb(241 198 198 / 0)}.ring-offset-red-300\/5{--tw-ring-offset-color: rgb(241 198 198 / .05)}.ring-offset-red-300\/10{--tw-ring-offset-color: rgb(241 198 198 / .1)}.ring-offset-red-300\/20{--tw-ring-offset-color: rgb(241 198 198 / .2)}.ring-offset-red-300\/25{--tw-ring-offset-color: rgb(241 198 198 / .25)}.ring-offset-red-300\/30{--tw-ring-offset-color: rgb(241 198 198 / .3)}.ring-offset-red-300\/40{--tw-ring-offset-color: rgb(241 198 198 / .4)}.ring-offset-red-300\/50{--tw-ring-offset-color: rgb(241 198 198 / .5)}.ring-offset-red-300\/60{--tw-ring-offset-color: rgb(241 198 198 / .6)}.ring-offset-red-300\/70{--tw-ring-offset-color: rgb(241 198 198 / .7)}.ring-offset-red-300\/75{--tw-ring-offset-color: rgb(241 198 198 / .75)}.ring-offset-red-300\/80{--tw-ring-offset-color: rgb(241 198 198 / .8)}.ring-offset-red-300\/90{--tw-ring-offset-color: rgb(241 198 198 / .9)}.ring-offset-red-300\/95{--tw-ring-offset-color: rgb(241 198 198 / .95)}.ring-offset-red-300\/100{--tw-ring-offset-color: rgb(241 198 198 / 1)}.ring-offset-red-400\/0{--tw-ring-offset-color: rgb(234 163 163 / 0)}.ring-offset-red-400\/5{--tw-ring-offset-color: rgb(234 163 163 / .05)}.ring-offset-red-400\/10{--tw-ring-offset-color: rgb(234 163 163 / .1)}.ring-offset-red-400\/20{--tw-ring-offset-color: rgb(234 163 163 / .2)}.ring-offset-red-400\/25{--tw-ring-offset-color: rgb(234 163 163 / .25)}.ring-offset-red-400\/30{--tw-ring-offset-color: rgb(234 163 163 / .3)}.ring-offset-red-400\/40{--tw-ring-offset-color: rgb(234 163 163 / .4)}.ring-offset-red-400\/50{--tw-ring-offset-color: rgb(234 163 163 / .5)}.ring-offset-red-400\/60{--tw-ring-offset-color: rgb(234 163 163 / .6)}.ring-offset-red-400\/70{--tw-ring-offset-color: rgb(234 163 163 / .7)}.ring-offset-red-400\/75{--tw-ring-offset-color: rgb(234 163 163 / .75)}.ring-offset-red-400\/80{--tw-ring-offset-color: rgb(234 163 163 / .8)}.ring-offset-red-400\/90{--tw-ring-offset-color: rgb(234 163 163 / .9)}.ring-offset-red-400\/95{--tw-ring-offset-color: rgb(234 163 163 / .95)}.ring-offset-red-400\/100{--tw-ring-offset-color: rgb(234 163 163 / 1)}.ring-offset-red-500\/0{--tw-ring-offset-color: rgb(227 118 118 / 0)}.ring-offset-red-500\/5{--tw-ring-offset-color: rgb(227 118 118 / .05)}.ring-offset-red-500\/10{--tw-ring-offset-color: rgb(227 118 118 / .1)}.ring-offset-red-500\/20{--tw-ring-offset-color: rgb(227 118 118 / .2)}.ring-offset-red-500\/25{--tw-ring-offset-color: rgb(227 118 118 / .25)}.ring-offset-red-500\/30{--tw-ring-offset-color: rgb(227 118 118 / .3)}.ring-offset-red-500\/40{--tw-ring-offset-color: rgb(227 118 118 / .4)}.ring-offset-red-500\/50{--tw-ring-offset-color: rgb(227 118 118 / .5)}.ring-offset-red-500\/60{--tw-ring-offset-color: rgb(227 118 118 / .6)}.ring-offset-red-500\/70{--tw-ring-offset-color: rgb(227 118 118 / .7)}.ring-offset-red-500\/75{--tw-ring-offset-color: rgb(227 118 118 / .75)}.ring-offset-red-500\/80{--tw-ring-offset-color: rgb(227 118 118 / .8)}.ring-offset-red-500\/90{--tw-ring-offset-color: rgb(227 118 118 / .9)}.ring-offset-red-500\/95{--tw-ring-offset-color: rgb(227 118 118 / .95)}.ring-offset-red-500\/100{--tw-ring-offset-color: rgb(227 118 118 / 1)}.ring-offset-red-600\/0{--tw-ring-offset-color: rgb(220 38 38 / 0)}.ring-offset-red-600\/5{--tw-ring-offset-color: rgb(220 38 38 / .05)}.ring-offset-red-600\/10{--tw-ring-offset-color: rgb(220 38 38 / .1)}.ring-offset-red-600\/20{--tw-ring-offset-color: rgb(220 38 38 / .2)}.ring-offset-red-600\/25{--tw-ring-offset-color: rgb(220 38 38 / .25)}.ring-offset-red-600\/30{--tw-ring-offset-color: rgb(220 38 38 / .3)}.ring-offset-red-600\/40{--tw-ring-offset-color: rgb(220 38 38 / .4)}.ring-offset-red-600\/50{--tw-ring-offset-color: rgb(220 38 38 / .5)}.ring-offset-red-600\/60{--tw-ring-offset-color: rgb(220 38 38 / .6)}.ring-offset-red-600\/70{--tw-ring-offset-color: rgb(220 38 38 / .7)}.ring-offset-red-600\/75{--tw-ring-offset-color: rgb(220 38 38 / .75)}.ring-offset-red-600\/80{--tw-ring-offset-color: rgb(220 38 38 / .8)}.ring-offset-red-600\/90{--tw-ring-offset-color: rgb(220 38 38 / .9)}.ring-offset-red-600\/95{--tw-ring-offset-color: rgb(220 38 38 / .95)}.ring-offset-red-600\/100{--tw-ring-offset-color: rgb(220 38 38 / 1)}.ring-offset-red-700\/0{--tw-ring-offset-color: rgb(196 33 33 / 0)}.ring-offset-red-700\/5{--tw-ring-offset-color: rgb(196 33 33 / .05)}.ring-offset-red-700\/10{--tw-ring-offset-color: rgb(196 33 33 / .1)}.ring-offset-red-700\/20{--tw-ring-offset-color: rgb(196 33 33 / .2)}.ring-offset-red-700\/25{--tw-ring-offset-color: rgb(196 33 33 / .25)}.ring-offset-red-700\/30{--tw-ring-offset-color: rgb(196 33 33 / .3)}.ring-offset-red-700\/40{--tw-ring-offset-color: rgb(196 33 33 / .4)}.ring-offset-red-700\/50{--tw-ring-offset-color: rgb(196 33 33 / .5)}.ring-offset-red-700\/60{--tw-ring-offset-color: rgb(196 33 33 / .6)}.ring-offset-red-700\/70{--tw-ring-offset-color: rgb(196 33 33 / .7)}.ring-offset-red-700\/75{--tw-ring-offset-color: rgb(196 33 33 / .75)}.ring-offset-red-700\/80{--tw-ring-offset-color: rgb(196 33 33 / .8)}.ring-offset-red-700\/90{--tw-ring-offset-color: rgb(196 33 33 / .9)}.ring-offset-red-700\/95{--tw-ring-offset-color: rgb(196 33 33 / .95)}.ring-offset-red-700\/100{--tw-ring-offset-color: rgb(196 33 33 / 1)}.ring-offset-red-800\/0{--tw-ring-offset-color: rgb(170 29 29 / 0)}.ring-offset-red-800\/5{--tw-ring-offset-color: rgb(170 29 29 / .05)}.ring-offset-red-800\/10{--tw-ring-offset-color: rgb(170 29 29 / .1)}.ring-offset-red-800\/20{--tw-ring-offset-color: rgb(170 29 29 / .2)}.ring-offset-red-800\/25{--tw-ring-offset-color: rgb(170 29 29 / .25)}.ring-offset-red-800\/30{--tw-ring-offset-color: rgb(170 29 29 / .3)}.ring-offset-red-800\/40{--tw-ring-offset-color: rgb(170 29 29 / .4)}.ring-offset-red-800\/50{--tw-ring-offset-color: rgb(170 29 29 / .5)}.ring-offset-red-800\/60{--tw-ring-offset-color: rgb(170 29 29 / .6)}.ring-offset-red-800\/70{--tw-ring-offset-color: rgb(170 29 29 / .7)}.ring-offset-red-800\/75{--tw-ring-offset-color: rgb(170 29 29 / .75)}.ring-offset-red-800\/80{--tw-ring-offset-color: rgb(170 29 29 / .8)}.ring-offset-red-800\/90{--tw-ring-offset-color: rgb(170 29 29 / .9)}.ring-offset-red-800\/95{--tw-ring-offset-color: rgb(170 29 29 / .95)}.ring-offset-red-800\/100{--tw-ring-offset-color: rgb(170 29 29 / 1)}.ring-offset-red-900\/0{--tw-ring-offset-color: rgb(139 24 24 / 0)}.ring-offset-red-900\/5{--tw-ring-offset-color: rgb(139 24 24 / .05)}.ring-offset-red-900\/10{--tw-ring-offset-color: rgb(139 24 24 / .1)}.ring-offset-red-900\/20{--tw-ring-offset-color: rgb(139 24 24 / .2)}.ring-offset-red-900\/25{--tw-ring-offset-color: rgb(139 24 24 / .25)}.ring-offset-red-900\/30{--tw-ring-offset-color: rgb(139 24 24 / .3)}.ring-offset-red-900\/40{--tw-ring-offset-color: rgb(139 24 24 / .4)}.ring-offset-red-900\/50{--tw-ring-offset-color: rgb(139 24 24 / .5)}.ring-offset-red-900\/60{--tw-ring-offset-color: rgb(139 24 24 / .6)}.ring-offset-red-900\/70{--tw-ring-offset-color: rgb(139 24 24 / .7)}.ring-offset-red-900\/75{--tw-ring-offset-color: rgb(139 24 24 / .75)}.ring-offset-red-900\/80{--tw-ring-offset-color: rgb(139 24 24 / .8)}.ring-offset-red-900\/90{--tw-ring-offset-color: rgb(139 24 24 / .9)}.ring-offset-red-900\/95{--tw-ring-offset-color: rgb(139 24 24 / .95)}.ring-offset-red-900\/100{--tw-ring-offset-color: rgb(139 24 24 / 1)}.ring-offset-orange-50\/0{--tw-ring-offset-color: rgb(255 247 237 / 0)}.ring-offset-orange-50\/5{--tw-ring-offset-color: rgb(255 247 237 / .05)}.ring-offset-orange-50\/10{--tw-ring-offset-color: rgb(255 247 237 / .1)}.ring-offset-orange-50\/20{--tw-ring-offset-color: rgb(255 247 237 / .2)}.ring-offset-orange-50\/25{--tw-ring-offset-color: rgb(255 247 237 / .25)}.ring-offset-orange-50\/30{--tw-ring-offset-color: rgb(255 247 237 / .3)}.ring-offset-orange-50\/40{--tw-ring-offset-color: rgb(255 247 237 / .4)}.ring-offset-orange-50\/50{--tw-ring-offset-color: rgb(255 247 237 / .5)}.ring-offset-orange-50\/60{--tw-ring-offset-color: rgb(255 247 237 / .6)}.ring-offset-orange-50\/70{--tw-ring-offset-color: rgb(255 247 237 / .7)}.ring-offset-orange-50\/75{--tw-ring-offset-color: rgb(255 247 237 / .75)}.ring-offset-orange-50\/80{--tw-ring-offset-color: rgb(255 247 237 / .8)}.ring-offset-orange-50\/90{--tw-ring-offset-color: rgb(255 247 237 / .9)}.ring-offset-orange-50\/95{--tw-ring-offset-color: rgb(255 247 237 / .95)}.ring-offset-orange-50\/100{--tw-ring-offset-color: rgb(255 247 237 / 1)}.ring-offset-orange-100\/0{--tw-ring-offset-color: rgb(252 243 241 / 0)}.ring-offset-orange-100\/5{--tw-ring-offset-color: rgb(252 243 241 / .05)}.ring-offset-orange-100\/10{--tw-ring-offset-color: rgb(252 243 241 / .1)}.ring-offset-orange-100\/20{--tw-ring-offset-color: rgb(252 243 241 / .2)}.ring-offset-orange-100\/25{--tw-ring-offset-color: rgb(252 243 241 / .25)}.ring-offset-orange-100\/30{--tw-ring-offset-color: rgb(252 243 241 / .3)}.ring-offset-orange-100\/40{--tw-ring-offset-color: rgb(252 243 241 / .4)}.ring-offset-orange-100\/50{--tw-ring-offset-color: rgb(252 243 241 / .5)}.ring-offset-orange-100\/60{--tw-ring-offset-color: rgb(252 243 241 / .6)}.ring-offset-orange-100\/70{--tw-ring-offset-color: rgb(252 243 241 / .7)}.ring-offset-orange-100\/75{--tw-ring-offset-color: rgb(252 243 241 / .75)}.ring-offset-orange-100\/80{--tw-ring-offset-color: rgb(252 243 241 / .8)}.ring-offset-orange-100\/90{--tw-ring-offset-color: rgb(252 243 241 / .9)}.ring-offset-orange-100\/95{--tw-ring-offset-color: rgb(252 243 241 / .95)}.ring-offset-orange-100\/100{--tw-ring-offset-color: rgb(252 243 241 / 1)}.ring-offset-orange-200\/0{--tw-ring-offset-color: rgb(250 231 228 / 0)}.ring-offset-orange-200\/5{--tw-ring-offset-color: rgb(250 231 228 / .05)}.ring-offset-orange-200\/10{--tw-ring-offset-color: rgb(250 231 228 / .1)}.ring-offset-orange-200\/20{--tw-ring-offset-color: rgb(250 231 228 / .2)}.ring-offset-orange-200\/25{--tw-ring-offset-color: rgb(250 231 228 / .25)}.ring-offset-orange-200\/30{--tw-ring-offset-color: rgb(250 231 228 / .3)}.ring-offset-orange-200\/40{--tw-ring-offset-color: rgb(250 231 228 / .4)}.ring-offset-orange-200\/50{--tw-ring-offset-color: rgb(250 231 228 / .5)}.ring-offset-orange-200\/60{--tw-ring-offset-color: rgb(250 231 228 / .6)}.ring-offset-orange-200\/70{--tw-ring-offset-color: rgb(250 231 228 / .7)}.ring-offset-orange-200\/75{--tw-ring-offset-color: rgb(250 231 228 / .75)}.ring-offset-orange-200\/80{--tw-ring-offset-color: rgb(250 231 228 / .8)}.ring-offset-orange-200\/90{--tw-ring-offset-color: rgb(250 231 228 / .9)}.ring-offset-orange-200\/95{--tw-ring-offset-color: rgb(250 231 228 / .95)}.ring-offset-orange-200\/100{--tw-ring-offset-color: rgb(250 231 228 / 1)}.ring-offset-orange-300\/0{--tw-ring-offset-color: rgb(246 205 197 / 0)}.ring-offset-orange-300\/5{--tw-ring-offset-color: rgb(246 205 197 / .05)}.ring-offset-orange-300\/10{--tw-ring-offset-color: rgb(246 205 197 / .1)}.ring-offset-orange-300\/20{--tw-ring-offset-color: rgb(246 205 197 / .2)}.ring-offset-orange-300\/25{--tw-ring-offset-color: rgb(246 205 197 / .25)}.ring-offset-orange-300\/30{--tw-ring-offset-color: rgb(246 205 197 / .3)}.ring-offset-orange-300\/40{--tw-ring-offset-color: rgb(246 205 197 / .4)}.ring-offset-orange-300\/50{--tw-ring-offset-color: rgb(246 205 197 / .5)}.ring-offset-orange-300\/60{--tw-ring-offset-color: rgb(246 205 197 / .6)}.ring-offset-orange-300\/70{--tw-ring-offset-color: rgb(246 205 197 / .7)}.ring-offset-orange-300\/75{--tw-ring-offset-color: rgb(246 205 197 / .75)}.ring-offset-orange-300\/80{--tw-ring-offset-color: rgb(246 205 197 / .8)}.ring-offset-orange-300\/90{--tw-ring-offset-color: rgb(246 205 197 / .9)}.ring-offset-orange-300\/95{--tw-ring-offset-color: rgb(246 205 197 / .95)}.ring-offset-orange-300\/100{--tw-ring-offset-color: rgb(246 205 197 / 1)}.ring-offset-orange-400\/0{--tw-ring-offset-color: rgb(242 175 161 / 0)}.ring-offset-orange-400\/5{--tw-ring-offset-color: rgb(242 175 161 / .05)}.ring-offset-orange-400\/10{--tw-ring-offset-color: rgb(242 175 161 / .1)}.ring-offset-orange-400\/20{--tw-ring-offset-color: rgb(242 175 161 / .2)}.ring-offset-orange-400\/25{--tw-ring-offset-color: rgb(242 175 161 / .25)}.ring-offset-orange-400\/30{--tw-ring-offset-color: rgb(242 175 161 / .3)}.ring-offset-orange-400\/40{--tw-ring-offset-color: rgb(242 175 161 / .4)}.ring-offset-orange-400\/50{--tw-ring-offset-color: rgb(242 175 161 / .5)}.ring-offset-orange-400\/60{--tw-ring-offset-color: rgb(242 175 161 / .6)}.ring-offset-orange-400\/70{--tw-ring-offset-color: rgb(242 175 161 / .7)}.ring-offset-orange-400\/75{--tw-ring-offset-color: rgb(242 175 161 / .75)}.ring-offset-orange-400\/80{--tw-ring-offset-color: rgb(242 175 161 / .8)}.ring-offset-orange-400\/90{--tw-ring-offset-color: rgb(242 175 161 / .9)}.ring-offset-orange-400\/95{--tw-ring-offset-color: rgb(242 175 161 / .95)}.ring-offset-orange-400\/100{--tw-ring-offset-color: rgb(242 175 161 / 1)}.ring-offset-orange-500\/0{--tw-ring-offset-color: rgb(238 138 114 / 0)}.ring-offset-orange-500\/5{--tw-ring-offset-color: rgb(238 138 114 / .05)}.ring-offset-orange-500\/10{--tw-ring-offset-color: rgb(238 138 114 / .1)}.ring-offset-orange-500\/20{--tw-ring-offset-color: rgb(238 138 114 / .2)}.ring-offset-orange-500\/25{--tw-ring-offset-color: rgb(238 138 114 / .25)}.ring-offset-orange-500\/30{--tw-ring-offset-color: rgb(238 138 114 / .3)}.ring-offset-orange-500\/40{--tw-ring-offset-color: rgb(238 138 114 / .4)}.ring-offset-orange-500\/50{--tw-ring-offset-color: rgb(238 138 114 / .5)}.ring-offset-orange-500\/60{--tw-ring-offset-color: rgb(238 138 114 / .6)}.ring-offset-orange-500\/70{--tw-ring-offset-color: rgb(238 138 114 / .7)}.ring-offset-orange-500\/75{--tw-ring-offset-color: rgb(238 138 114 / .75)}.ring-offset-orange-500\/80{--tw-ring-offset-color: rgb(238 138 114 / .8)}.ring-offset-orange-500\/90{--tw-ring-offset-color: rgb(238 138 114 / .9)}.ring-offset-orange-500\/95{--tw-ring-offset-color: rgb(238 138 114 / .95)}.ring-offset-orange-500\/100{--tw-ring-offset-color: rgb(238 138 114 / 1)}.ring-offset-orange-600\/0{--tw-ring-offset-color: rgb(234 88 12 / 0)}.ring-offset-orange-600\/5{--tw-ring-offset-color: rgb(234 88 12 / .05)}.ring-offset-orange-600\/10{--tw-ring-offset-color: rgb(234 88 12 / .1)}.ring-offset-orange-600\/20{--tw-ring-offset-color: rgb(234 88 12 / .2)}.ring-offset-orange-600\/25{--tw-ring-offset-color: rgb(234 88 12 / .25)}.ring-offset-orange-600\/30{--tw-ring-offset-color: rgb(234 88 12 / .3)}.ring-offset-orange-600\/40{--tw-ring-offset-color: rgb(234 88 12 / .4)}.ring-offset-orange-600\/50{--tw-ring-offset-color: rgb(234 88 12 / .5)}.ring-offset-orange-600\/60{--tw-ring-offset-color: rgb(234 88 12 / .6)}.ring-offset-orange-600\/70{--tw-ring-offset-color: rgb(234 88 12 / .7)}.ring-offset-orange-600\/75{--tw-ring-offset-color: rgb(234 88 12 / .75)}.ring-offset-orange-600\/80{--tw-ring-offset-color: rgb(234 88 12 / .8)}.ring-offset-orange-600\/90{--tw-ring-offset-color: rgb(234 88 12 / .9)}.ring-offset-orange-600\/95{--tw-ring-offset-color: rgb(234 88 12 / .95)}.ring-offset-orange-600\/100{--tw-ring-offset-color: rgb(234 88 12 / 1)}.ring-offset-orange-700\/0{--tw-ring-offset-color: rgb(209 78 10 / 0)}.ring-offset-orange-700\/5{--tw-ring-offset-color: rgb(209 78 10 / .05)}.ring-offset-orange-700\/10{--tw-ring-offset-color: rgb(209 78 10 / .1)}.ring-offset-orange-700\/20{--tw-ring-offset-color: rgb(209 78 10 / .2)}.ring-offset-orange-700\/25{--tw-ring-offset-color: rgb(209 78 10 / .25)}.ring-offset-orange-700\/30{--tw-ring-offset-color: rgb(209 78 10 / .3)}.ring-offset-orange-700\/40{--tw-ring-offset-color: rgb(209 78 10 / .4)}.ring-offset-orange-700\/50{--tw-ring-offset-color: rgb(209 78 10 / .5)}.ring-offset-orange-700\/60{--tw-ring-offset-color: rgb(209 78 10 / .6)}.ring-offset-orange-700\/70{--tw-ring-offset-color: rgb(209 78 10 / .7)}.ring-offset-orange-700\/75{--tw-ring-offset-color: rgb(209 78 10 / .75)}.ring-offset-orange-700\/80{--tw-ring-offset-color: rgb(209 78 10 / .8)}.ring-offset-orange-700\/90{--tw-ring-offset-color: rgb(209 78 10 / .9)}.ring-offset-orange-700\/95{--tw-ring-offset-color: rgb(209 78 10 / .95)}.ring-offset-orange-700\/100{--tw-ring-offset-color: rgb(209 78 10 / 1)}.ring-offset-orange-800\/0{--tw-ring-offset-color: rgb(181 68 9 / 0)}.ring-offset-orange-800\/5{--tw-ring-offset-color: rgb(181 68 9 / .05)}.ring-offset-orange-800\/10{--tw-ring-offset-color: rgb(181 68 9 / .1)}.ring-offset-orange-800\/20{--tw-ring-offset-color: rgb(181 68 9 / .2)}.ring-offset-orange-800\/25{--tw-ring-offset-color: rgb(181 68 9 / .25)}.ring-offset-orange-800\/30{--tw-ring-offset-color: rgb(181 68 9 / .3)}.ring-offset-orange-800\/40{--tw-ring-offset-color: rgb(181 68 9 / .4)}.ring-offset-orange-800\/50{--tw-ring-offset-color: rgb(181 68 9 / .5)}.ring-offset-orange-800\/60{--tw-ring-offset-color: rgb(181 68 9 / .6)}.ring-offset-orange-800\/70{--tw-ring-offset-color: rgb(181 68 9 / .7)}.ring-offset-orange-800\/75{--tw-ring-offset-color: rgb(181 68 9 / .75)}.ring-offset-orange-800\/80{--tw-ring-offset-color: rgb(181 68 9 / .8)}.ring-offset-orange-800\/90{--tw-ring-offset-color: rgb(181 68 9 / .9)}.ring-offset-orange-800\/95{--tw-ring-offset-color: rgb(181 68 9 / .95)}.ring-offset-orange-800\/100{--tw-ring-offset-color: rgb(181 68 9 / 1)}.ring-offset-orange-900\/0{--tw-ring-offset-color: rgb(147 55 7 / 0)}.ring-offset-orange-900\/5{--tw-ring-offset-color: rgb(147 55 7 / .05)}.ring-offset-orange-900\/10{--tw-ring-offset-color: rgb(147 55 7 / .1)}.ring-offset-orange-900\/20{--tw-ring-offset-color: rgb(147 55 7 / .2)}.ring-offset-orange-900\/25{--tw-ring-offset-color: rgb(147 55 7 / .25)}.ring-offset-orange-900\/30{--tw-ring-offset-color: rgb(147 55 7 / .3)}.ring-offset-orange-900\/40{--tw-ring-offset-color: rgb(147 55 7 / .4)}.ring-offset-orange-900\/50{--tw-ring-offset-color: rgb(147 55 7 / .5)}.ring-offset-orange-900\/60{--tw-ring-offset-color: rgb(147 55 7 / .6)}.ring-offset-orange-900\/70{--tw-ring-offset-color: rgb(147 55 7 / .7)}.ring-offset-orange-900\/75{--tw-ring-offset-color: rgb(147 55 7 / .75)}.ring-offset-orange-900\/80{--tw-ring-offset-color: rgb(147 55 7 / .8)}.ring-offset-orange-900\/90{--tw-ring-offset-color: rgb(147 55 7 / .9)}.ring-offset-orange-900\/95{--tw-ring-offset-color: rgb(147 55 7 / .95)}.ring-offset-orange-900\/100{--tw-ring-offset-color: rgb(147 55 7 / 1)}.ring-offset-yellow-50\/0{--tw-ring-offset-color: rgb(254 252 232 / 0)}.ring-offset-yellow-50\/5{--tw-ring-offset-color: rgb(254 252 232 / .05)}.ring-offset-yellow-50\/10{--tw-ring-offset-color: rgb(254 252 232 / .1)}.ring-offset-yellow-50\/20{--tw-ring-offset-color: rgb(254 252 232 / .2)}.ring-offset-yellow-50\/25{--tw-ring-offset-color: rgb(254 252 232 / .25)}.ring-offset-yellow-50\/30{--tw-ring-offset-color: rgb(254 252 232 / .3)}.ring-offset-yellow-50\/40{--tw-ring-offset-color: rgb(254 252 232 / .4)}.ring-offset-yellow-50\/50{--tw-ring-offset-color: rgb(254 252 232 / .5)}.ring-offset-yellow-50\/60{--tw-ring-offset-color: rgb(254 252 232 / .6)}.ring-offset-yellow-50\/70{--tw-ring-offset-color: rgb(254 252 232 / .7)}.ring-offset-yellow-50\/75{--tw-ring-offset-color: rgb(254 252 232 / .75)}.ring-offset-yellow-50\/80{--tw-ring-offset-color: rgb(254 252 232 / .8)}.ring-offset-yellow-50\/90{--tw-ring-offset-color: rgb(254 252 232 / .9)}.ring-offset-yellow-50\/95{--tw-ring-offset-color: rgb(254 252 232 / .95)}.ring-offset-yellow-50\/100{--tw-ring-offset-color: rgb(254 252 232 / 1)}.ring-offset-yellow-100\/0{--tw-ring-offset-color: rgb(254 243 199 / 0)}.ring-offset-yellow-100\/5{--tw-ring-offset-color: rgb(254 243 199 / .05)}.ring-offset-yellow-100\/10{--tw-ring-offset-color: rgb(254 243 199 / .1)}.ring-offset-yellow-100\/20{--tw-ring-offset-color: rgb(254 243 199 / .2)}.ring-offset-yellow-100\/25{--tw-ring-offset-color: rgb(254 243 199 / .25)}.ring-offset-yellow-100\/30{--tw-ring-offset-color: rgb(254 243 199 / .3)}.ring-offset-yellow-100\/40{--tw-ring-offset-color: rgb(254 243 199 / .4)}.ring-offset-yellow-100\/50{--tw-ring-offset-color: rgb(254 243 199 / .5)}.ring-offset-yellow-100\/60{--tw-ring-offset-color: rgb(254 243 199 / .6)}.ring-offset-yellow-100\/70{--tw-ring-offset-color: rgb(254 243 199 / .7)}.ring-offset-yellow-100\/75{--tw-ring-offset-color: rgb(254 243 199 / .75)}.ring-offset-yellow-100\/80{--tw-ring-offset-color: rgb(254 243 199 / .8)}.ring-offset-yellow-100\/90{--tw-ring-offset-color: rgb(254 243 199 / .9)}.ring-offset-yellow-100\/95{--tw-ring-offset-color: rgb(254 243 199 / .95)}.ring-offset-yellow-100\/100{--tw-ring-offset-color: rgb(254 243 199 / 1)}.ring-offset-yellow-200\/0{--tw-ring-offset-color: rgb(253 230 138 / 0)}.ring-offset-yellow-200\/5{--tw-ring-offset-color: rgb(253 230 138 / .05)}.ring-offset-yellow-200\/10{--tw-ring-offset-color: rgb(253 230 138 / .1)}.ring-offset-yellow-200\/20{--tw-ring-offset-color: rgb(253 230 138 / .2)}.ring-offset-yellow-200\/25{--tw-ring-offset-color: rgb(253 230 138 / .25)}.ring-offset-yellow-200\/30{--tw-ring-offset-color: rgb(253 230 138 / .3)}.ring-offset-yellow-200\/40{--tw-ring-offset-color: rgb(253 230 138 / .4)}.ring-offset-yellow-200\/50{--tw-ring-offset-color: rgb(253 230 138 / .5)}.ring-offset-yellow-200\/60{--tw-ring-offset-color: rgb(253 230 138 / .6)}.ring-offset-yellow-200\/70{--tw-ring-offset-color: rgb(253 230 138 / .7)}.ring-offset-yellow-200\/75{--tw-ring-offset-color: rgb(253 230 138 / .75)}.ring-offset-yellow-200\/80{--tw-ring-offset-color: rgb(253 230 138 / .8)}.ring-offset-yellow-200\/90{--tw-ring-offset-color: rgb(253 230 138 / .9)}.ring-offset-yellow-200\/95{--tw-ring-offset-color: rgb(253 230 138 / .95)}.ring-offset-yellow-200\/100{--tw-ring-offset-color: rgb(253 230 138 / 1)}.ring-offset-yellow-300\/0{--tw-ring-offset-color: rgb(252 211 77 / 0)}.ring-offset-yellow-300\/5{--tw-ring-offset-color: rgb(252 211 77 / .05)}.ring-offset-yellow-300\/10{--tw-ring-offset-color: rgb(252 211 77 / .1)}.ring-offset-yellow-300\/20{--tw-ring-offset-color: rgb(252 211 77 / .2)}.ring-offset-yellow-300\/25{--tw-ring-offset-color: rgb(252 211 77 / .25)}.ring-offset-yellow-300\/30{--tw-ring-offset-color: rgb(252 211 77 / .3)}.ring-offset-yellow-300\/40{--tw-ring-offset-color: rgb(252 211 77 / .4)}.ring-offset-yellow-300\/50{--tw-ring-offset-color: rgb(252 211 77 / .5)}.ring-offset-yellow-300\/60{--tw-ring-offset-color: rgb(252 211 77 / .6)}.ring-offset-yellow-300\/70{--tw-ring-offset-color: rgb(252 211 77 / .7)}.ring-offset-yellow-300\/75{--tw-ring-offset-color: rgb(252 211 77 / .75)}.ring-offset-yellow-300\/80{--tw-ring-offset-color: rgb(252 211 77 / .8)}.ring-offset-yellow-300\/90{--tw-ring-offset-color: rgb(252 211 77 / .9)}.ring-offset-yellow-300\/95{--tw-ring-offset-color: rgb(252 211 77 / .95)}.ring-offset-yellow-300\/100{--tw-ring-offset-color: rgb(252 211 77 / 1)}.ring-offset-yellow-400\/0{--tw-ring-offset-color: rgb(251 191 36 / 0)}.ring-offset-yellow-400\/5{--tw-ring-offset-color: rgb(251 191 36 / .05)}.ring-offset-yellow-400\/10{--tw-ring-offset-color: rgb(251 191 36 / .1)}.ring-offset-yellow-400\/20{--tw-ring-offset-color: rgb(251 191 36 / .2)}.ring-offset-yellow-400\/25{--tw-ring-offset-color: rgb(251 191 36 / .25)}.ring-offset-yellow-400\/30{--tw-ring-offset-color: rgb(251 191 36 / .3)}.ring-offset-yellow-400\/40{--tw-ring-offset-color: rgb(251 191 36 / .4)}.ring-offset-yellow-400\/50{--tw-ring-offset-color: rgb(251 191 36 / .5)}.ring-offset-yellow-400\/60{--tw-ring-offset-color: rgb(251 191 36 / .6)}.ring-offset-yellow-400\/70{--tw-ring-offset-color: rgb(251 191 36 / .7)}.ring-offset-yellow-400\/75{--tw-ring-offset-color: rgb(251 191 36 / .75)}.ring-offset-yellow-400\/80{--tw-ring-offset-color: rgb(251 191 36 / .8)}.ring-offset-yellow-400\/90{--tw-ring-offset-color: rgb(251 191 36 / .9)}.ring-offset-yellow-400\/95{--tw-ring-offset-color: rgb(251 191 36 / .95)}.ring-offset-yellow-400\/100{--tw-ring-offset-color: rgb(251 191 36 / 1)}.ring-offset-yellow-500\/0{--tw-ring-offset-color: rgb(234 179 8 / 0)}.ring-offset-yellow-500\/5{--tw-ring-offset-color: rgb(234 179 8 / .05)}.ring-offset-yellow-500\/10{--tw-ring-offset-color: rgb(234 179 8 / .1)}.ring-offset-yellow-500\/20{--tw-ring-offset-color: rgb(234 179 8 / .2)}.ring-offset-yellow-500\/25{--tw-ring-offset-color: rgb(234 179 8 / .25)}.ring-offset-yellow-500\/30{--tw-ring-offset-color: rgb(234 179 8 / .3)}.ring-offset-yellow-500\/40{--tw-ring-offset-color: rgb(234 179 8 / .4)}.ring-offset-yellow-500\/50{--tw-ring-offset-color: rgb(234 179 8 / .5)}.ring-offset-yellow-500\/60{--tw-ring-offset-color: rgb(234 179 8 / .6)}.ring-offset-yellow-500\/70{--tw-ring-offset-color: rgb(234 179 8 / .7)}.ring-offset-yellow-500\/75{--tw-ring-offset-color: rgb(234 179 8 / .75)}.ring-offset-yellow-500\/80{--tw-ring-offset-color: rgb(234 179 8 / .8)}.ring-offset-yellow-500\/90{--tw-ring-offset-color: rgb(234 179 8 / .9)}.ring-offset-yellow-500\/95{--tw-ring-offset-color: rgb(234 179 8 / .95)}.ring-offset-yellow-500\/100{--tw-ring-offset-color: rgb(234 179 8 / 1)}.ring-offset-yellow-600\/0{--tw-ring-offset-color: rgb(217 119 6 / 0)}.ring-offset-yellow-600\/5{--tw-ring-offset-color: rgb(217 119 6 / .05)}.ring-offset-yellow-600\/10{--tw-ring-offset-color: rgb(217 119 6 / .1)}.ring-offset-yellow-600\/20{--tw-ring-offset-color: rgb(217 119 6 / .2)}.ring-offset-yellow-600\/25{--tw-ring-offset-color: rgb(217 119 6 / .25)}.ring-offset-yellow-600\/30{--tw-ring-offset-color: rgb(217 119 6 / .3)}.ring-offset-yellow-600\/40{--tw-ring-offset-color: rgb(217 119 6 / .4)}.ring-offset-yellow-600\/50{--tw-ring-offset-color: rgb(217 119 6 / .5)}.ring-offset-yellow-600\/60{--tw-ring-offset-color: rgb(217 119 6 / .6)}.ring-offset-yellow-600\/70{--tw-ring-offset-color: rgb(217 119 6 / .7)}.ring-offset-yellow-600\/75{--tw-ring-offset-color: rgb(217 119 6 / .75)}.ring-offset-yellow-600\/80{--tw-ring-offset-color: rgb(217 119 6 / .8)}.ring-offset-yellow-600\/90{--tw-ring-offset-color: rgb(217 119 6 / .9)}.ring-offset-yellow-600\/95{--tw-ring-offset-color: rgb(217 119 6 / .95)}.ring-offset-yellow-600\/100{--tw-ring-offset-color: rgb(217 119 6 / 1)}.ring-offset-yellow-700\/0{--tw-ring-offset-color: rgb(180 83 9 / 0)}.ring-offset-yellow-700\/5{--tw-ring-offset-color: rgb(180 83 9 / .05)}.ring-offset-yellow-700\/10{--tw-ring-offset-color: rgb(180 83 9 / .1)}.ring-offset-yellow-700\/20{--tw-ring-offset-color: rgb(180 83 9 / .2)}.ring-offset-yellow-700\/25{--tw-ring-offset-color: rgb(180 83 9 / .25)}.ring-offset-yellow-700\/30{--tw-ring-offset-color: rgb(180 83 9 / .3)}.ring-offset-yellow-700\/40{--tw-ring-offset-color: rgb(180 83 9 / .4)}.ring-offset-yellow-700\/50{--tw-ring-offset-color: rgb(180 83 9 / .5)}.ring-offset-yellow-700\/60{--tw-ring-offset-color: rgb(180 83 9 / .6)}.ring-offset-yellow-700\/70{--tw-ring-offset-color: rgb(180 83 9 / .7)}.ring-offset-yellow-700\/75{--tw-ring-offset-color: rgb(180 83 9 / .75)}.ring-offset-yellow-700\/80{--tw-ring-offset-color: rgb(180 83 9 / .8)}.ring-offset-yellow-700\/90{--tw-ring-offset-color: rgb(180 83 9 / .9)}.ring-offset-yellow-700\/95{--tw-ring-offset-color: rgb(180 83 9 / .95)}.ring-offset-yellow-700\/100{--tw-ring-offset-color: rgb(180 83 9 / 1)}.ring-offset-yellow-800\/0{--tw-ring-offset-color: rgb(146 64 14 / 0)}.ring-offset-yellow-800\/5{--tw-ring-offset-color: rgb(146 64 14 / .05)}.ring-offset-yellow-800\/10{--tw-ring-offset-color: rgb(146 64 14 / .1)}.ring-offset-yellow-800\/20{--tw-ring-offset-color: rgb(146 64 14 / .2)}.ring-offset-yellow-800\/25{--tw-ring-offset-color: rgb(146 64 14 / .25)}.ring-offset-yellow-800\/30{--tw-ring-offset-color: rgb(146 64 14 / .3)}.ring-offset-yellow-800\/40{--tw-ring-offset-color: rgb(146 64 14 / .4)}.ring-offset-yellow-800\/50{--tw-ring-offset-color: rgb(146 64 14 / .5)}.ring-offset-yellow-800\/60{--tw-ring-offset-color: rgb(146 64 14 / .6)}.ring-offset-yellow-800\/70{--tw-ring-offset-color: rgb(146 64 14 / .7)}.ring-offset-yellow-800\/75{--tw-ring-offset-color: rgb(146 64 14 / .75)}.ring-offset-yellow-800\/80{--tw-ring-offset-color: rgb(146 64 14 / .8)}.ring-offset-yellow-800\/90{--tw-ring-offset-color: rgb(146 64 14 / .9)}.ring-offset-yellow-800\/95{--tw-ring-offset-color: rgb(146 64 14 / .95)}.ring-offset-yellow-800\/100{--tw-ring-offset-color: rgb(146 64 14 / 1)}.ring-offset-yellow-900\/0{--tw-ring-offset-color: rgb(120 53 15 / 0)}.ring-offset-yellow-900\/5{--tw-ring-offset-color: rgb(120 53 15 / .05)}.ring-offset-yellow-900\/10{--tw-ring-offset-color: rgb(120 53 15 / .1)}.ring-offset-yellow-900\/20{--tw-ring-offset-color: rgb(120 53 15 / .2)}.ring-offset-yellow-900\/25{--tw-ring-offset-color: rgb(120 53 15 / .25)}.ring-offset-yellow-900\/30{--tw-ring-offset-color: rgb(120 53 15 / .3)}.ring-offset-yellow-900\/40{--tw-ring-offset-color: rgb(120 53 15 / .4)}.ring-offset-yellow-900\/50{--tw-ring-offset-color: rgb(120 53 15 / .5)}.ring-offset-yellow-900\/60{--tw-ring-offset-color: rgb(120 53 15 / .6)}.ring-offset-yellow-900\/70{--tw-ring-offset-color: rgb(120 53 15 / .7)}.ring-offset-yellow-900\/75{--tw-ring-offset-color: rgb(120 53 15 / .75)}.ring-offset-yellow-900\/80{--tw-ring-offset-color: rgb(120 53 15 / .8)}.ring-offset-yellow-900\/90{--tw-ring-offset-color: rgb(120 53 15 / .9)}.ring-offset-yellow-900\/95{--tw-ring-offset-color: rgb(120 53 15 / .95)}.ring-offset-yellow-900\/100{--tw-ring-offset-color: rgb(120 53 15 / 1)}.ring-offset-green-50\/0{--tw-ring-offset-color: rgb(240 253 244 / 0)}.ring-offset-green-50\/5{--tw-ring-offset-color: rgb(240 253 244 / .05)}.ring-offset-green-50\/10{--tw-ring-offset-color: rgb(240 253 244 / .1)}.ring-offset-green-50\/20{--tw-ring-offset-color: rgb(240 253 244 / .2)}.ring-offset-green-50\/25{--tw-ring-offset-color: rgb(240 253 244 / .25)}.ring-offset-green-50\/30{--tw-ring-offset-color: rgb(240 253 244 / .3)}.ring-offset-green-50\/40{--tw-ring-offset-color: rgb(240 253 244 / .4)}.ring-offset-green-50\/50{--tw-ring-offset-color: rgb(240 253 244 / .5)}.ring-offset-green-50\/60{--tw-ring-offset-color: rgb(240 253 244 / .6)}.ring-offset-green-50\/70{--tw-ring-offset-color: rgb(240 253 244 / .7)}.ring-offset-green-50\/75{--tw-ring-offset-color: rgb(240 253 244 / .75)}.ring-offset-green-50\/80{--tw-ring-offset-color: rgb(240 253 244 / .8)}.ring-offset-green-50\/90{--tw-ring-offset-color: rgb(240 253 244 / .9)}.ring-offset-green-50\/95{--tw-ring-offset-color: rgb(240 253 244 / .95)}.ring-offset-green-50\/100{--tw-ring-offset-color: rgb(240 253 244 / 1)}.ring-offset-green-100\/0{--tw-ring-offset-color: rgb(242 250 246 / 0)}.ring-offset-green-100\/5{--tw-ring-offset-color: rgb(242 250 246 / .05)}.ring-offset-green-100\/10{--tw-ring-offset-color: rgb(242 250 246 / .1)}.ring-offset-green-100\/20{--tw-ring-offset-color: rgb(242 250 246 / .2)}.ring-offset-green-100\/25{--tw-ring-offset-color: rgb(242 250 246 / .25)}.ring-offset-green-100\/30{--tw-ring-offset-color: rgb(242 250 246 / .3)}.ring-offset-green-100\/40{--tw-ring-offset-color: rgb(242 250 246 / .4)}.ring-offset-green-100\/50{--tw-ring-offset-color: rgb(242 250 246 / .5)}.ring-offset-green-100\/60{--tw-ring-offset-color: rgb(242 250 246 / .6)}.ring-offset-green-100\/70{--tw-ring-offset-color: rgb(242 250 246 / .7)}.ring-offset-green-100\/75{--tw-ring-offset-color: rgb(242 250 246 / .75)}.ring-offset-green-100\/80{--tw-ring-offset-color: rgb(242 250 246 / .8)}.ring-offset-green-100\/90{--tw-ring-offset-color: rgb(242 250 246 / .9)}.ring-offset-green-100\/95{--tw-ring-offset-color: rgb(242 250 246 / .95)}.ring-offset-green-100\/100{--tw-ring-offset-color: rgb(242 250 246 / 1)}.ring-offset-green-200\/0{--tw-ring-offset-color: rgb(229 246 238 / 0)}.ring-offset-green-200\/5{--tw-ring-offset-color: rgb(229 246 238 / .05)}.ring-offset-green-200\/10{--tw-ring-offset-color: rgb(229 246 238 / .1)}.ring-offset-green-200\/20{--tw-ring-offset-color: rgb(229 246 238 / .2)}.ring-offset-green-200\/25{--tw-ring-offset-color: rgb(229 246 238 / .25)}.ring-offset-green-200\/30{--tw-ring-offset-color: rgb(229 246 238 / .3)}.ring-offset-green-200\/40{--tw-ring-offset-color: rgb(229 246 238 / .4)}.ring-offset-green-200\/50{--tw-ring-offset-color: rgb(229 246 238 / .5)}.ring-offset-green-200\/60{--tw-ring-offset-color: rgb(229 246 238 / .6)}.ring-offset-green-200\/70{--tw-ring-offset-color: rgb(229 246 238 / .7)}.ring-offset-green-200\/75{--tw-ring-offset-color: rgb(229 246 238 / .75)}.ring-offset-green-200\/80{--tw-ring-offset-color: rgb(229 246 238 / .8)}.ring-offset-green-200\/90{--tw-ring-offset-color: rgb(229 246 238 / .9)}.ring-offset-green-200\/95{--tw-ring-offset-color: rgb(229 246 238 / .95)}.ring-offset-green-200\/100{--tw-ring-offset-color: rgb(229 246 238 / 1)}.ring-offset-green-300\/0{--tw-ring-offset-color: rgb(200 238 219 / 0)}.ring-offset-green-300\/5{--tw-ring-offset-color: rgb(200 238 219 / .05)}.ring-offset-green-300\/10{--tw-ring-offset-color: rgb(200 238 219 / .1)}.ring-offset-green-300\/20{--tw-ring-offset-color: rgb(200 238 219 / .2)}.ring-offset-green-300\/25{--tw-ring-offset-color: rgb(200 238 219 / .25)}.ring-offset-green-300\/30{--tw-ring-offset-color: rgb(200 238 219 / .3)}.ring-offset-green-300\/40{--tw-ring-offset-color: rgb(200 238 219 / .4)}.ring-offset-green-300\/50{--tw-ring-offset-color: rgb(200 238 219 / .5)}.ring-offset-green-300\/60{--tw-ring-offset-color: rgb(200 238 219 / .6)}.ring-offset-green-300\/70{--tw-ring-offset-color: rgb(200 238 219 / .7)}.ring-offset-green-300\/75{--tw-ring-offset-color: rgb(200 238 219 / .75)}.ring-offset-green-300\/80{--tw-ring-offset-color: rgb(200 238 219 / .8)}.ring-offset-green-300\/90{--tw-ring-offset-color: rgb(200 238 219 / .9)}.ring-offset-green-300\/95{--tw-ring-offset-color: rgb(200 238 219 / .95)}.ring-offset-green-300\/100{--tw-ring-offset-color: rgb(200 238 219 / 1)}.ring-offset-green-400\/0{--tw-ring-offset-color: rgb(166 229 200 / 0)}.ring-offset-green-400\/5{--tw-ring-offset-color: rgb(166 229 200 / .05)}.ring-offset-green-400\/10{--tw-ring-offset-color: rgb(166 229 200 / .1)}.ring-offset-green-400\/20{--tw-ring-offset-color: rgb(166 229 200 / .2)}.ring-offset-green-400\/25{--tw-ring-offset-color: rgb(166 229 200 / .25)}.ring-offset-green-400\/30{--tw-ring-offset-color: rgb(166 229 200 / .3)}.ring-offset-green-400\/40{--tw-ring-offset-color: rgb(166 229 200 / .4)}.ring-offset-green-400\/50{--tw-ring-offset-color: rgb(166 229 200 / .5)}.ring-offset-green-400\/60{--tw-ring-offset-color: rgb(166 229 200 / .6)}.ring-offset-green-400\/70{--tw-ring-offset-color: rgb(166 229 200 / .7)}.ring-offset-green-400\/75{--tw-ring-offset-color: rgb(166 229 200 / .75)}.ring-offset-green-400\/80{--tw-ring-offset-color: rgb(166 229 200 / .8)}.ring-offset-green-400\/90{--tw-ring-offset-color: rgb(166 229 200 / .9)}.ring-offset-green-400\/95{--tw-ring-offset-color: rgb(166 229 200 / .95)}.ring-offset-green-400\/100{--tw-ring-offset-color: rgb(166 229 200 / 1)}.ring-offset-green-500\/0{--tw-ring-offset-color: rgb(123 220 178 / 0)}.ring-offset-green-500\/5{--tw-ring-offset-color: rgb(123 220 178 / .05)}.ring-offset-green-500\/10{--tw-ring-offset-color: rgb(123 220 178 / .1)}.ring-offset-green-500\/20{--tw-ring-offset-color: rgb(123 220 178 / .2)}.ring-offset-green-500\/25{--tw-ring-offset-color: rgb(123 220 178 / .25)}.ring-offset-green-500\/30{--tw-ring-offset-color: rgb(123 220 178 / .3)}.ring-offset-green-500\/40{--tw-ring-offset-color: rgb(123 220 178 / .4)}.ring-offset-green-500\/50{--tw-ring-offset-color: rgb(123 220 178 / .5)}.ring-offset-green-500\/60{--tw-ring-offset-color: rgb(123 220 178 / .6)}.ring-offset-green-500\/70{--tw-ring-offset-color: rgb(123 220 178 / .7)}.ring-offset-green-500\/75{--tw-ring-offset-color: rgb(123 220 178 / .75)}.ring-offset-green-500\/80{--tw-ring-offset-color: rgb(123 220 178 / .8)}.ring-offset-green-500\/90{--tw-ring-offset-color: rgb(123 220 178 / .9)}.ring-offset-green-500\/95{--tw-ring-offset-color: rgb(123 220 178 / .95)}.ring-offset-green-500\/100{--tw-ring-offset-color: rgb(123 220 178 / 1)}.ring-offset-green-600\/0{--tw-ring-offset-color: rgb(52 211 153 / 0)}.ring-offset-green-600\/5{--tw-ring-offset-color: rgb(52 211 153 / .05)}.ring-offset-green-600\/10{--tw-ring-offset-color: rgb(52 211 153 / .1)}.ring-offset-green-600\/20{--tw-ring-offset-color: rgb(52 211 153 / .2)}.ring-offset-green-600\/25{--tw-ring-offset-color: rgb(52 211 153 / .25)}.ring-offset-green-600\/30{--tw-ring-offset-color: rgb(52 211 153 / .3)}.ring-offset-green-600\/40{--tw-ring-offset-color: rgb(52 211 153 / .4)}.ring-offset-green-600\/50{--tw-ring-offset-color: rgb(52 211 153 / .5)}.ring-offset-green-600\/60{--tw-ring-offset-color: rgb(52 211 153 / .6)}.ring-offset-green-600\/70{--tw-ring-offset-color: rgb(52 211 153 / .7)}.ring-offset-green-600\/75{--tw-ring-offset-color: rgb(52 211 153 / .75)}.ring-offset-green-600\/80{--tw-ring-offset-color: rgb(52 211 153 / .8)}.ring-offset-green-600\/90{--tw-ring-offset-color: rgb(52 211 153 / .9)}.ring-offset-green-600\/95{--tw-ring-offset-color: rgb(52 211 153 / .95)}.ring-offset-green-600\/100{--tw-ring-offset-color: rgb(52 211 153 / 1)}.ring-offset-green-700\/0{--tw-ring-offset-color: rgb(46 188 136 / 0)}.ring-offset-green-700\/5{--tw-ring-offset-color: rgb(46 188 136 / .05)}.ring-offset-green-700\/10{--tw-ring-offset-color: rgb(46 188 136 / .1)}.ring-offset-green-700\/20{--tw-ring-offset-color: rgb(46 188 136 / .2)}.ring-offset-green-700\/25{--tw-ring-offset-color: rgb(46 188 136 / .25)}.ring-offset-green-700\/30{--tw-ring-offset-color: rgb(46 188 136 / .3)}.ring-offset-green-700\/40{--tw-ring-offset-color: rgb(46 188 136 / .4)}.ring-offset-green-700\/50{--tw-ring-offset-color: rgb(46 188 136 / .5)}.ring-offset-green-700\/60{--tw-ring-offset-color: rgb(46 188 136 / .6)}.ring-offset-green-700\/70{--tw-ring-offset-color: rgb(46 188 136 / .7)}.ring-offset-green-700\/75{--tw-ring-offset-color: rgb(46 188 136 / .75)}.ring-offset-green-700\/80{--tw-ring-offset-color: rgb(46 188 136 / .8)}.ring-offset-green-700\/90{--tw-ring-offset-color: rgb(46 188 136 / .9)}.ring-offset-green-700\/95{--tw-ring-offset-color: rgb(46 188 136 / .95)}.ring-offset-green-700\/100{--tw-ring-offset-color: rgb(46 188 136 / 1)}.ring-offset-green-800\/0{--tw-ring-offset-color: rgb(40 163 118 / 0)}.ring-offset-green-800\/5{--tw-ring-offset-color: rgb(40 163 118 / .05)}.ring-offset-green-800\/10{--tw-ring-offset-color: rgb(40 163 118 / .1)}.ring-offset-green-800\/20{--tw-ring-offset-color: rgb(40 163 118 / .2)}.ring-offset-green-800\/25{--tw-ring-offset-color: rgb(40 163 118 / .25)}.ring-offset-green-800\/30{--tw-ring-offset-color: rgb(40 163 118 / .3)}.ring-offset-green-800\/40{--tw-ring-offset-color: rgb(40 163 118 / .4)}.ring-offset-green-800\/50{--tw-ring-offset-color: rgb(40 163 118 / .5)}.ring-offset-green-800\/60{--tw-ring-offset-color: rgb(40 163 118 / .6)}.ring-offset-green-800\/70{--tw-ring-offset-color: rgb(40 163 118 / .7)}.ring-offset-green-800\/75{--tw-ring-offset-color: rgb(40 163 118 / .75)}.ring-offset-green-800\/80{--tw-ring-offset-color: rgb(40 163 118 / .8)}.ring-offset-green-800\/90{--tw-ring-offset-color: rgb(40 163 118 / .9)}.ring-offset-green-800\/95{--tw-ring-offset-color: rgb(40 163 118 / .95)}.ring-offset-green-800\/100{--tw-ring-offset-color: rgb(40 163 118 / 1)}.ring-offset-green-900\/0{--tw-ring-offset-color: rgb(32 133 96 / 0)}.ring-offset-green-900\/5{--tw-ring-offset-color: rgb(32 133 96 / .05)}.ring-offset-green-900\/10{--tw-ring-offset-color: rgb(32 133 96 / .1)}.ring-offset-green-900\/20{--tw-ring-offset-color: rgb(32 133 96 / .2)}.ring-offset-green-900\/25{--tw-ring-offset-color: rgb(32 133 96 / .25)}.ring-offset-green-900\/30{--tw-ring-offset-color: rgb(32 133 96 / .3)}.ring-offset-green-900\/40{--tw-ring-offset-color: rgb(32 133 96 / .4)}.ring-offset-green-900\/50{--tw-ring-offset-color: rgb(32 133 96 / .5)}.ring-offset-green-900\/60{--tw-ring-offset-color: rgb(32 133 96 / .6)}.ring-offset-green-900\/70{--tw-ring-offset-color: rgb(32 133 96 / .7)}.ring-offset-green-900\/75{--tw-ring-offset-color: rgb(32 133 96 / .75)}.ring-offset-green-900\/80{--tw-ring-offset-color: rgb(32 133 96 / .8)}.ring-offset-green-900\/90{--tw-ring-offset-color: rgb(32 133 96 / .9)}.ring-offset-green-900\/95{--tw-ring-offset-color: rgb(32 133 96 / .95)}.ring-offset-green-900\/100{--tw-ring-offset-color: rgb(32 133 96 / 1)}.ring-offset-emerald-50\/0{--tw-ring-offset-color: rgb(236 253 245 / 0)}.ring-offset-emerald-50\/5{--tw-ring-offset-color: rgb(236 253 245 / .05)}.ring-offset-emerald-50\/10{--tw-ring-offset-color: rgb(236 253 245 / .1)}.ring-offset-emerald-50\/20{--tw-ring-offset-color: rgb(236 253 245 / .2)}.ring-offset-emerald-50\/25{--tw-ring-offset-color: rgb(236 253 245 / .25)}.ring-offset-emerald-50\/30{--tw-ring-offset-color: rgb(236 253 245 / .3)}.ring-offset-emerald-50\/40{--tw-ring-offset-color: rgb(236 253 245 / .4)}.ring-offset-emerald-50\/50{--tw-ring-offset-color: rgb(236 253 245 / .5)}.ring-offset-emerald-50\/60{--tw-ring-offset-color: rgb(236 253 245 / .6)}.ring-offset-emerald-50\/70{--tw-ring-offset-color: rgb(236 253 245 / .7)}.ring-offset-emerald-50\/75{--tw-ring-offset-color: rgb(236 253 245 / .75)}.ring-offset-emerald-50\/80{--tw-ring-offset-color: rgb(236 253 245 / .8)}.ring-offset-emerald-50\/90{--tw-ring-offset-color: rgb(236 253 245 / .9)}.ring-offset-emerald-50\/95{--tw-ring-offset-color: rgb(236 253 245 / .95)}.ring-offset-emerald-50\/100{--tw-ring-offset-color: rgb(236 253 245 / 1)}.ring-offset-emerald-100\/0{--tw-ring-offset-color: rgb(209 250 229 / 0)}.ring-offset-emerald-100\/5{--tw-ring-offset-color: rgb(209 250 229 / .05)}.ring-offset-emerald-100\/10{--tw-ring-offset-color: rgb(209 250 229 / .1)}.ring-offset-emerald-100\/20{--tw-ring-offset-color: rgb(209 250 229 / .2)}.ring-offset-emerald-100\/25{--tw-ring-offset-color: rgb(209 250 229 / .25)}.ring-offset-emerald-100\/30{--tw-ring-offset-color: rgb(209 250 229 / .3)}.ring-offset-emerald-100\/40{--tw-ring-offset-color: rgb(209 250 229 / .4)}.ring-offset-emerald-100\/50{--tw-ring-offset-color: rgb(209 250 229 / .5)}.ring-offset-emerald-100\/60{--tw-ring-offset-color: rgb(209 250 229 / .6)}.ring-offset-emerald-100\/70{--tw-ring-offset-color: rgb(209 250 229 / .7)}.ring-offset-emerald-100\/75{--tw-ring-offset-color: rgb(209 250 229 / .75)}.ring-offset-emerald-100\/80{--tw-ring-offset-color: rgb(209 250 229 / .8)}.ring-offset-emerald-100\/90{--tw-ring-offset-color: rgb(209 250 229 / .9)}.ring-offset-emerald-100\/95{--tw-ring-offset-color: rgb(209 250 229 / .95)}.ring-offset-emerald-100\/100{--tw-ring-offset-color: rgb(209 250 229 / 1)}.ring-offset-emerald-200\/0{--tw-ring-offset-color: rgb(167 243 208 / 0)}.ring-offset-emerald-200\/5{--tw-ring-offset-color: rgb(167 243 208 / .05)}.ring-offset-emerald-200\/10{--tw-ring-offset-color: rgb(167 243 208 / .1)}.ring-offset-emerald-200\/20{--tw-ring-offset-color: rgb(167 243 208 / .2)}.ring-offset-emerald-200\/25{--tw-ring-offset-color: rgb(167 243 208 / .25)}.ring-offset-emerald-200\/30{--tw-ring-offset-color: rgb(167 243 208 / .3)}.ring-offset-emerald-200\/40{--tw-ring-offset-color: rgb(167 243 208 / .4)}.ring-offset-emerald-200\/50{--tw-ring-offset-color: rgb(167 243 208 / .5)}.ring-offset-emerald-200\/60{--tw-ring-offset-color: rgb(167 243 208 / .6)}.ring-offset-emerald-200\/70{--tw-ring-offset-color: rgb(167 243 208 / .7)}.ring-offset-emerald-200\/75{--tw-ring-offset-color: rgb(167 243 208 / .75)}.ring-offset-emerald-200\/80{--tw-ring-offset-color: rgb(167 243 208 / .8)}.ring-offset-emerald-200\/90{--tw-ring-offset-color: rgb(167 243 208 / .9)}.ring-offset-emerald-200\/95{--tw-ring-offset-color: rgb(167 243 208 / .95)}.ring-offset-emerald-200\/100{--tw-ring-offset-color: rgb(167 243 208 / 1)}.ring-offset-emerald-300\/0{--tw-ring-offset-color: rgb(110 231 183 / 0)}.ring-offset-emerald-300\/5{--tw-ring-offset-color: rgb(110 231 183 / .05)}.ring-offset-emerald-300\/10{--tw-ring-offset-color: rgb(110 231 183 / .1)}.ring-offset-emerald-300\/20{--tw-ring-offset-color: rgb(110 231 183 / .2)}.ring-offset-emerald-300\/25{--tw-ring-offset-color: rgb(110 231 183 / .25)}.ring-offset-emerald-300\/30{--tw-ring-offset-color: rgb(110 231 183 / .3)}.ring-offset-emerald-300\/40{--tw-ring-offset-color: rgb(110 231 183 / .4)}.ring-offset-emerald-300\/50{--tw-ring-offset-color: rgb(110 231 183 / .5)}.ring-offset-emerald-300\/60{--tw-ring-offset-color: rgb(110 231 183 / .6)}.ring-offset-emerald-300\/70{--tw-ring-offset-color: rgb(110 231 183 / .7)}.ring-offset-emerald-300\/75{--tw-ring-offset-color: rgb(110 231 183 / .75)}.ring-offset-emerald-300\/80{--tw-ring-offset-color: rgb(110 231 183 / .8)}.ring-offset-emerald-300\/90{--tw-ring-offset-color: rgb(110 231 183 / .9)}.ring-offset-emerald-300\/95{--tw-ring-offset-color: rgb(110 231 183 / .95)}.ring-offset-emerald-300\/100{--tw-ring-offset-color: rgb(110 231 183 / 1)}.ring-offset-emerald-400\/0{--tw-ring-offset-color: rgb(52 211 153 / 0)}.ring-offset-emerald-400\/5{--tw-ring-offset-color: rgb(52 211 153 / .05)}.ring-offset-emerald-400\/10{--tw-ring-offset-color: rgb(52 211 153 / .1)}.ring-offset-emerald-400\/20{--tw-ring-offset-color: rgb(52 211 153 / .2)}.ring-offset-emerald-400\/25{--tw-ring-offset-color: rgb(52 211 153 / .25)}.ring-offset-emerald-400\/30{--tw-ring-offset-color: rgb(52 211 153 / .3)}.ring-offset-emerald-400\/40{--tw-ring-offset-color: rgb(52 211 153 / .4)}.ring-offset-emerald-400\/50{--tw-ring-offset-color: rgb(52 211 153 / .5)}.ring-offset-emerald-400\/60{--tw-ring-offset-color: rgb(52 211 153 / .6)}.ring-offset-emerald-400\/70{--tw-ring-offset-color: rgb(52 211 153 / .7)}.ring-offset-emerald-400\/75{--tw-ring-offset-color: rgb(52 211 153 / .75)}.ring-offset-emerald-400\/80{--tw-ring-offset-color: rgb(52 211 153 / .8)}.ring-offset-emerald-400\/90{--tw-ring-offset-color: rgb(52 211 153 / .9)}.ring-offset-emerald-400\/95{--tw-ring-offset-color: rgb(52 211 153 / .95)}.ring-offset-emerald-400\/100{--tw-ring-offset-color: rgb(52 211 153 / 1)}.ring-offset-emerald-500\/0{--tw-ring-offset-color: rgb(16 185 129 / 0)}.ring-offset-emerald-500\/5{--tw-ring-offset-color: rgb(16 185 129 / .05)}.ring-offset-emerald-500\/10{--tw-ring-offset-color: rgb(16 185 129 / .1)}.ring-offset-emerald-500\/20{--tw-ring-offset-color: rgb(16 185 129 / .2)}.ring-offset-emerald-500\/25{--tw-ring-offset-color: rgb(16 185 129 / .25)}.ring-offset-emerald-500\/30{--tw-ring-offset-color: rgb(16 185 129 / .3)}.ring-offset-emerald-500\/40{--tw-ring-offset-color: rgb(16 185 129 / .4)}.ring-offset-emerald-500\/50{--tw-ring-offset-color: rgb(16 185 129 / .5)}.ring-offset-emerald-500\/60{--tw-ring-offset-color: rgb(16 185 129 / .6)}.ring-offset-emerald-500\/70{--tw-ring-offset-color: rgb(16 185 129 / .7)}.ring-offset-emerald-500\/75{--tw-ring-offset-color: rgb(16 185 129 / .75)}.ring-offset-emerald-500\/80{--tw-ring-offset-color: rgb(16 185 129 / .8)}.ring-offset-emerald-500\/90{--tw-ring-offset-color: rgb(16 185 129 / .9)}.ring-offset-emerald-500\/95{--tw-ring-offset-color: rgb(16 185 129 / .95)}.ring-offset-emerald-500\/100{--tw-ring-offset-color: rgb(16 185 129 / 1)}.ring-offset-emerald-600\/0{--tw-ring-offset-color: rgb(5 150 105 / 0)}.ring-offset-emerald-600\/5{--tw-ring-offset-color: rgb(5 150 105 / .05)}.ring-offset-emerald-600\/10{--tw-ring-offset-color: rgb(5 150 105 / .1)}.ring-offset-emerald-600\/20{--tw-ring-offset-color: rgb(5 150 105 / .2)}.ring-offset-emerald-600\/25{--tw-ring-offset-color: rgb(5 150 105 / .25)}.ring-offset-emerald-600\/30{--tw-ring-offset-color: rgb(5 150 105 / .3)}.ring-offset-emerald-600\/40{--tw-ring-offset-color: rgb(5 150 105 / .4)}.ring-offset-emerald-600\/50{--tw-ring-offset-color: rgb(5 150 105 / .5)}.ring-offset-emerald-600\/60{--tw-ring-offset-color: rgb(5 150 105 / .6)}.ring-offset-emerald-600\/70{--tw-ring-offset-color: rgb(5 150 105 / .7)}.ring-offset-emerald-600\/75{--tw-ring-offset-color: rgb(5 150 105 / .75)}.ring-offset-emerald-600\/80{--tw-ring-offset-color: rgb(5 150 105 / .8)}.ring-offset-emerald-600\/90{--tw-ring-offset-color: rgb(5 150 105 / .9)}.ring-offset-emerald-600\/95{--tw-ring-offset-color: rgb(5 150 105 / .95)}.ring-offset-emerald-600\/100{--tw-ring-offset-color: rgb(5 150 105 / 1)}.ring-offset-emerald-700\/0{--tw-ring-offset-color: rgb(4 120 87 / 0)}.ring-offset-emerald-700\/5{--tw-ring-offset-color: rgb(4 120 87 / .05)}.ring-offset-emerald-700\/10{--tw-ring-offset-color: rgb(4 120 87 / .1)}.ring-offset-emerald-700\/20{--tw-ring-offset-color: rgb(4 120 87 / .2)}.ring-offset-emerald-700\/25{--tw-ring-offset-color: rgb(4 120 87 / .25)}.ring-offset-emerald-700\/30{--tw-ring-offset-color: rgb(4 120 87 / .3)}.ring-offset-emerald-700\/40{--tw-ring-offset-color: rgb(4 120 87 / .4)}.ring-offset-emerald-700\/50{--tw-ring-offset-color: rgb(4 120 87 / .5)}.ring-offset-emerald-700\/60{--tw-ring-offset-color: rgb(4 120 87 / .6)}.ring-offset-emerald-700\/70{--tw-ring-offset-color: rgb(4 120 87 / .7)}.ring-offset-emerald-700\/75{--tw-ring-offset-color: rgb(4 120 87 / .75)}.ring-offset-emerald-700\/80{--tw-ring-offset-color: rgb(4 120 87 / .8)}.ring-offset-emerald-700\/90{--tw-ring-offset-color: rgb(4 120 87 / .9)}.ring-offset-emerald-700\/95{--tw-ring-offset-color: rgb(4 120 87 / .95)}.ring-offset-emerald-700\/100{--tw-ring-offset-color: rgb(4 120 87 / 1)}.ring-offset-emerald-800\/0{--tw-ring-offset-color: rgb(6 95 70 / 0)}.ring-offset-emerald-800\/5{--tw-ring-offset-color: rgb(6 95 70 / .05)}.ring-offset-emerald-800\/10{--tw-ring-offset-color: rgb(6 95 70 / .1)}.ring-offset-emerald-800\/20{--tw-ring-offset-color: rgb(6 95 70 / .2)}.ring-offset-emerald-800\/25{--tw-ring-offset-color: rgb(6 95 70 / .25)}.ring-offset-emerald-800\/30{--tw-ring-offset-color: rgb(6 95 70 / .3)}.ring-offset-emerald-800\/40{--tw-ring-offset-color: rgb(6 95 70 / .4)}.ring-offset-emerald-800\/50{--tw-ring-offset-color: rgb(6 95 70 / .5)}.ring-offset-emerald-800\/60{--tw-ring-offset-color: rgb(6 95 70 / .6)}.ring-offset-emerald-800\/70{--tw-ring-offset-color: rgb(6 95 70 / .7)}.ring-offset-emerald-800\/75{--tw-ring-offset-color: rgb(6 95 70 / .75)}.ring-offset-emerald-800\/80{--tw-ring-offset-color: rgb(6 95 70 / .8)}.ring-offset-emerald-800\/90{--tw-ring-offset-color: rgb(6 95 70 / .9)}.ring-offset-emerald-800\/95{--tw-ring-offset-color: rgb(6 95 70 / .95)}.ring-offset-emerald-800\/100{--tw-ring-offset-color: rgb(6 95 70 / 1)}.ring-offset-emerald-900\/0{--tw-ring-offset-color: rgb(6 78 59 / 0)}.ring-offset-emerald-900\/5{--tw-ring-offset-color: rgb(6 78 59 / .05)}.ring-offset-emerald-900\/10{--tw-ring-offset-color: rgb(6 78 59 / .1)}.ring-offset-emerald-900\/20{--tw-ring-offset-color: rgb(6 78 59 / .2)}.ring-offset-emerald-900\/25{--tw-ring-offset-color: rgb(6 78 59 / .25)}.ring-offset-emerald-900\/30{--tw-ring-offset-color: rgb(6 78 59 / .3)}.ring-offset-emerald-900\/40{--tw-ring-offset-color: rgb(6 78 59 / .4)}.ring-offset-emerald-900\/50{--tw-ring-offset-color: rgb(6 78 59 / .5)}.ring-offset-emerald-900\/60{--tw-ring-offset-color: rgb(6 78 59 / .6)}.ring-offset-emerald-900\/70{--tw-ring-offset-color: rgb(6 78 59 / .7)}.ring-offset-emerald-900\/75{--tw-ring-offset-color: rgb(6 78 59 / .75)}.ring-offset-emerald-900\/80{--tw-ring-offset-color: rgb(6 78 59 / .8)}.ring-offset-emerald-900\/90{--tw-ring-offset-color: rgb(6 78 59 / .9)}.ring-offset-emerald-900\/95{--tw-ring-offset-color: rgb(6 78 59 / .95)}.ring-offset-emerald-900\/100{--tw-ring-offset-color: rgb(6 78 59 / 1)}.ring-offset-teal-50\/0{--tw-ring-offset-color: rgb(240 253 250 / 0)}.ring-offset-teal-50\/5{--tw-ring-offset-color: rgb(240 253 250 / .05)}.ring-offset-teal-50\/10{--tw-ring-offset-color: rgb(240 253 250 / .1)}.ring-offset-teal-50\/20{--tw-ring-offset-color: rgb(240 253 250 / .2)}.ring-offset-teal-50\/25{--tw-ring-offset-color: rgb(240 253 250 / .25)}.ring-offset-teal-50\/30{--tw-ring-offset-color: rgb(240 253 250 / .3)}.ring-offset-teal-50\/40{--tw-ring-offset-color: rgb(240 253 250 / .4)}.ring-offset-teal-50\/50{--tw-ring-offset-color: rgb(240 253 250 / .5)}.ring-offset-teal-50\/60{--tw-ring-offset-color: rgb(240 253 250 / .6)}.ring-offset-teal-50\/70{--tw-ring-offset-color: rgb(240 253 250 / .7)}.ring-offset-teal-50\/75{--tw-ring-offset-color: rgb(240 253 250 / .75)}.ring-offset-teal-50\/80{--tw-ring-offset-color: rgb(240 253 250 / .8)}.ring-offset-teal-50\/90{--tw-ring-offset-color: rgb(240 253 250 / .9)}.ring-offset-teal-50\/95{--tw-ring-offset-color: rgb(240 253 250 / .95)}.ring-offset-teal-50\/100{--tw-ring-offset-color: rgb(240 253 250 / 1)}.ring-offset-teal-100\/0{--tw-ring-offset-color: rgb(204 251 241 / 0)}.ring-offset-teal-100\/5{--tw-ring-offset-color: rgb(204 251 241 / .05)}.ring-offset-teal-100\/10{--tw-ring-offset-color: rgb(204 251 241 / .1)}.ring-offset-teal-100\/20{--tw-ring-offset-color: rgb(204 251 241 / .2)}.ring-offset-teal-100\/25{--tw-ring-offset-color: rgb(204 251 241 / .25)}.ring-offset-teal-100\/30{--tw-ring-offset-color: rgb(204 251 241 / .3)}.ring-offset-teal-100\/40{--tw-ring-offset-color: rgb(204 251 241 / .4)}.ring-offset-teal-100\/50{--tw-ring-offset-color: rgb(204 251 241 / .5)}.ring-offset-teal-100\/60{--tw-ring-offset-color: rgb(204 251 241 / .6)}.ring-offset-teal-100\/70{--tw-ring-offset-color: rgb(204 251 241 / .7)}.ring-offset-teal-100\/75{--tw-ring-offset-color: rgb(204 251 241 / .75)}.ring-offset-teal-100\/80{--tw-ring-offset-color: rgb(204 251 241 / .8)}.ring-offset-teal-100\/90{--tw-ring-offset-color: rgb(204 251 241 / .9)}.ring-offset-teal-100\/95{--tw-ring-offset-color: rgb(204 251 241 / .95)}.ring-offset-teal-100\/100{--tw-ring-offset-color: rgb(204 251 241 / 1)}.ring-offset-teal-200\/0{--tw-ring-offset-color: rgb(153 246 228 / 0)}.ring-offset-teal-200\/5{--tw-ring-offset-color: rgb(153 246 228 / .05)}.ring-offset-teal-200\/10{--tw-ring-offset-color: rgb(153 246 228 / .1)}.ring-offset-teal-200\/20{--tw-ring-offset-color: rgb(153 246 228 / .2)}.ring-offset-teal-200\/25{--tw-ring-offset-color: rgb(153 246 228 / .25)}.ring-offset-teal-200\/30{--tw-ring-offset-color: rgb(153 246 228 / .3)}.ring-offset-teal-200\/40{--tw-ring-offset-color: rgb(153 246 228 / .4)}.ring-offset-teal-200\/50{--tw-ring-offset-color: rgb(153 246 228 / .5)}.ring-offset-teal-200\/60{--tw-ring-offset-color: rgb(153 246 228 / .6)}.ring-offset-teal-200\/70{--tw-ring-offset-color: rgb(153 246 228 / .7)}.ring-offset-teal-200\/75{--tw-ring-offset-color: rgb(153 246 228 / .75)}.ring-offset-teal-200\/80{--tw-ring-offset-color: rgb(153 246 228 / .8)}.ring-offset-teal-200\/90{--tw-ring-offset-color: rgb(153 246 228 / .9)}.ring-offset-teal-200\/95{--tw-ring-offset-color: rgb(153 246 228 / .95)}.ring-offset-teal-200\/100{--tw-ring-offset-color: rgb(153 246 228 / 1)}.ring-offset-teal-300\/0{--tw-ring-offset-color: rgb(94 234 212 / 0)}.ring-offset-teal-300\/5{--tw-ring-offset-color: rgb(94 234 212 / .05)}.ring-offset-teal-300\/10{--tw-ring-offset-color: rgb(94 234 212 / .1)}.ring-offset-teal-300\/20{--tw-ring-offset-color: rgb(94 234 212 / .2)}.ring-offset-teal-300\/25{--tw-ring-offset-color: rgb(94 234 212 / .25)}.ring-offset-teal-300\/30{--tw-ring-offset-color: rgb(94 234 212 / .3)}.ring-offset-teal-300\/40{--tw-ring-offset-color: rgb(94 234 212 / .4)}.ring-offset-teal-300\/50{--tw-ring-offset-color: rgb(94 234 212 / .5)}.ring-offset-teal-300\/60{--tw-ring-offset-color: rgb(94 234 212 / .6)}.ring-offset-teal-300\/70{--tw-ring-offset-color: rgb(94 234 212 / .7)}.ring-offset-teal-300\/75{--tw-ring-offset-color: rgb(94 234 212 / .75)}.ring-offset-teal-300\/80{--tw-ring-offset-color: rgb(94 234 212 / .8)}.ring-offset-teal-300\/90{--tw-ring-offset-color: rgb(94 234 212 / .9)}.ring-offset-teal-300\/95{--tw-ring-offset-color: rgb(94 234 212 / .95)}.ring-offset-teal-300\/100{--tw-ring-offset-color: rgb(94 234 212 / 1)}.ring-offset-teal-400\/0{--tw-ring-offset-color: rgb(45 212 191 / 0)}.ring-offset-teal-400\/5{--tw-ring-offset-color: rgb(45 212 191 / .05)}.ring-offset-teal-400\/10{--tw-ring-offset-color: rgb(45 212 191 / .1)}.ring-offset-teal-400\/20{--tw-ring-offset-color: rgb(45 212 191 / .2)}.ring-offset-teal-400\/25{--tw-ring-offset-color: rgb(45 212 191 / .25)}.ring-offset-teal-400\/30{--tw-ring-offset-color: rgb(45 212 191 / .3)}.ring-offset-teal-400\/40{--tw-ring-offset-color: rgb(45 212 191 / .4)}.ring-offset-teal-400\/50{--tw-ring-offset-color: rgb(45 212 191 / .5)}.ring-offset-teal-400\/60{--tw-ring-offset-color: rgb(45 212 191 / .6)}.ring-offset-teal-400\/70{--tw-ring-offset-color: rgb(45 212 191 / .7)}.ring-offset-teal-400\/75{--tw-ring-offset-color: rgb(45 212 191 / .75)}.ring-offset-teal-400\/80{--tw-ring-offset-color: rgb(45 212 191 / .8)}.ring-offset-teal-400\/90{--tw-ring-offset-color: rgb(45 212 191 / .9)}.ring-offset-teal-400\/95{--tw-ring-offset-color: rgb(45 212 191 / .95)}.ring-offset-teal-400\/100{--tw-ring-offset-color: rgb(45 212 191 / 1)}.ring-offset-teal-500\/0{--tw-ring-offset-color: rgb(20 184 166 / 0)}.ring-offset-teal-500\/5{--tw-ring-offset-color: rgb(20 184 166 / .05)}.ring-offset-teal-500\/10{--tw-ring-offset-color: rgb(20 184 166 / .1)}.ring-offset-teal-500\/20{--tw-ring-offset-color: rgb(20 184 166 / .2)}.ring-offset-teal-500\/25{--tw-ring-offset-color: rgb(20 184 166 / .25)}.ring-offset-teal-500\/30{--tw-ring-offset-color: rgb(20 184 166 / .3)}.ring-offset-teal-500\/40{--tw-ring-offset-color: rgb(20 184 166 / .4)}.ring-offset-teal-500\/50{--tw-ring-offset-color: rgb(20 184 166 / .5)}.ring-offset-teal-500\/60{--tw-ring-offset-color: rgb(20 184 166 / .6)}.ring-offset-teal-500\/70{--tw-ring-offset-color: rgb(20 184 166 / .7)}.ring-offset-teal-500\/75{--tw-ring-offset-color: rgb(20 184 166 / .75)}.ring-offset-teal-500\/80{--tw-ring-offset-color: rgb(20 184 166 / .8)}.ring-offset-teal-500\/90{--tw-ring-offset-color: rgb(20 184 166 / .9)}.ring-offset-teal-500\/95{--tw-ring-offset-color: rgb(20 184 166 / .95)}.ring-offset-teal-500\/100{--tw-ring-offset-color: rgb(20 184 166 / 1)}.ring-offset-teal-600\/0{--tw-ring-offset-color: rgb(13 148 136 / 0)}.ring-offset-teal-600\/5{--tw-ring-offset-color: rgb(13 148 136 / .05)}.ring-offset-teal-600\/10{--tw-ring-offset-color: rgb(13 148 136 / .1)}.ring-offset-teal-600\/20{--tw-ring-offset-color: rgb(13 148 136 / .2)}.ring-offset-teal-600\/25{--tw-ring-offset-color: rgb(13 148 136 / .25)}.ring-offset-teal-600\/30{--tw-ring-offset-color: rgb(13 148 136 / .3)}.ring-offset-teal-600\/40{--tw-ring-offset-color: rgb(13 148 136 / .4)}.ring-offset-teal-600\/50{--tw-ring-offset-color: rgb(13 148 136 / .5)}.ring-offset-teal-600\/60{--tw-ring-offset-color: rgb(13 148 136 / .6)}.ring-offset-teal-600\/70{--tw-ring-offset-color: rgb(13 148 136 / .7)}.ring-offset-teal-600\/75{--tw-ring-offset-color: rgb(13 148 136 / .75)}.ring-offset-teal-600\/80{--tw-ring-offset-color: rgb(13 148 136 / .8)}.ring-offset-teal-600\/90{--tw-ring-offset-color: rgb(13 148 136 / .9)}.ring-offset-teal-600\/95{--tw-ring-offset-color: rgb(13 148 136 / .95)}.ring-offset-teal-600\/100{--tw-ring-offset-color: rgb(13 148 136 / 1)}.ring-offset-teal-700\/0{--tw-ring-offset-color: rgb(15 118 110 / 0)}.ring-offset-teal-700\/5{--tw-ring-offset-color: rgb(15 118 110 / .05)}.ring-offset-teal-700\/10{--tw-ring-offset-color: rgb(15 118 110 / .1)}.ring-offset-teal-700\/20{--tw-ring-offset-color: rgb(15 118 110 / .2)}.ring-offset-teal-700\/25{--tw-ring-offset-color: rgb(15 118 110 / .25)}.ring-offset-teal-700\/30{--tw-ring-offset-color: rgb(15 118 110 / .3)}.ring-offset-teal-700\/40{--tw-ring-offset-color: rgb(15 118 110 / .4)}.ring-offset-teal-700\/50{--tw-ring-offset-color: rgb(15 118 110 / .5)}.ring-offset-teal-700\/60{--tw-ring-offset-color: rgb(15 118 110 / .6)}.ring-offset-teal-700\/70{--tw-ring-offset-color: rgb(15 118 110 / .7)}.ring-offset-teal-700\/75{--tw-ring-offset-color: rgb(15 118 110 / .75)}.ring-offset-teal-700\/80{--tw-ring-offset-color: rgb(15 118 110 / .8)}.ring-offset-teal-700\/90{--tw-ring-offset-color: rgb(15 118 110 / .9)}.ring-offset-teal-700\/95{--tw-ring-offset-color: rgb(15 118 110 / .95)}.ring-offset-teal-700\/100{--tw-ring-offset-color: rgb(15 118 110 / 1)}.ring-offset-teal-800\/0{--tw-ring-offset-color: rgb(17 94 89 / 0)}.ring-offset-teal-800\/5{--tw-ring-offset-color: rgb(17 94 89 / .05)}.ring-offset-teal-800\/10{--tw-ring-offset-color: rgb(17 94 89 / .1)}.ring-offset-teal-800\/20{--tw-ring-offset-color: rgb(17 94 89 / .2)}.ring-offset-teal-800\/25{--tw-ring-offset-color: rgb(17 94 89 / .25)}.ring-offset-teal-800\/30{--tw-ring-offset-color: rgb(17 94 89 / .3)}.ring-offset-teal-800\/40{--tw-ring-offset-color: rgb(17 94 89 / .4)}.ring-offset-teal-800\/50{--tw-ring-offset-color: rgb(17 94 89 / .5)}.ring-offset-teal-800\/60{--tw-ring-offset-color: rgb(17 94 89 / .6)}.ring-offset-teal-800\/70{--tw-ring-offset-color: rgb(17 94 89 / .7)}.ring-offset-teal-800\/75{--tw-ring-offset-color: rgb(17 94 89 / .75)}.ring-offset-teal-800\/80{--tw-ring-offset-color: rgb(17 94 89 / .8)}.ring-offset-teal-800\/90{--tw-ring-offset-color: rgb(17 94 89 / .9)}.ring-offset-teal-800\/95{--tw-ring-offset-color: rgb(17 94 89 / .95)}.ring-offset-teal-800\/100{--tw-ring-offset-color: rgb(17 94 89 / 1)}.ring-offset-teal-900\/0{--tw-ring-offset-color: rgb(19 78 74 / 0)}.ring-offset-teal-900\/5{--tw-ring-offset-color: rgb(19 78 74 / .05)}.ring-offset-teal-900\/10{--tw-ring-offset-color: rgb(19 78 74 / .1)}.ring-offset-teal-900\/20{--tw-ring-offset-color: rgb(19 78 74 / .2)}.ring-offset-teal-900\/25{--tw-ring-offset-color: rgb(19 78 74 / .25)}.ring-offset-teal-900\/30{--tw-ring-offset-color: rgb(19 78 74 / .3)}.ring-offset-teal-900\/40{--tw-ring-offset-color: rgb(19 78 74 / .4)}.ring-offset-teal-900\/50{--tw-ring-offset-color: rgb(19 78 74 / .5)}.ring-offset-teal-900\/60{--tw-ring-offset-color: rgb(19 78 74 / .6)}.ring-offset-teal-900\/70{--tw-ring-offset-color: rgb(19 78 74 / .7)}.ring-offset-teal-900\/75{--tw-ring-offset-color: rgb(19 78 74 / .75)}.ring-offset-teal-900\/80{--tw-ring-offset-color: rgb(19 78 74 / .8)}.ring-offset-teal-900\/90{--tw-ring-offset-color: rgb(19 78 74 / .9)}.ring-offset-teal-900\/95{--tw-ring-offset-color: rgb(19 78 74 / .95)}.ring-offset-teal-900\/100{--tw-ring-offset-color: rgb(19 78 74 / 1)}.ring-offset-sky-50\/0{--tw-ring-offset-color: rgb(240 249 255 / 0)}.ring-offset-sky-50\/5{--tw-ring-offset-color: rgb(240 249 255 / .05)}.ring-offset-sky-50\/10{--tw-ring-offset-color: rgb(240 249 255 / .1)}.ring-offset-sky-50\/20{--tw-ring-offset-color: rgb(240 249 255 / .2)}.ring-offset-sky-50\/25{--tw-ring-offset-color: rgb(240 249 255 / .25)}.ring-offset-sky-50\/30{--tw-ring-offset-color: rgb(240 249 255 / .3)}.ring-offset-sky-50\/40{--tw-ring-offset-color: rgb(240 249 255 / .4)}.ring-offset-sky-50\/50{--tw-ring-offset-color: rgb(240 249 255 / .5)}.ring-offset-sky-50\/60{--tw-ring-offset-color: rgb(240 249 255 / .6)}.ring-offset-sky-50\/70{--tw-ring-offset-color: rgb(240 249 255 / .7)}.ring-offset-sky-50\/75{--tw-ring-offset-color: rgb(240 249 255 / .75)}.ring-offset-sky-50\/80{--tw-ring-offset-color: rgb(240 249 255 / .8)}.ring-offset-sky-50\/90{--tw-ring-offset-color: rgb(240 249 255 / .9)}.ring-offset-sky-50\/95{--tw-ring-offset-color: rgb(240 249 255 / .95)}.ring-offset-sky-50\/100{--tw-ring-offset-color: rgb(240 249 255 / 1)}.ring-offset-sky-100\/0{--tw-ring-offset-color: rgb(224 242 254 / 0)}.ring-offset-sky-100\/5{--tw-ring-offset-color: rgb(224 242 254 / .05)}.ring-offset-sky-100\/10{--tw-ring-offset-color: rgb(224 242 254 / .1)}.ring-offset-sky-100\/20{--tw-ring-offset-color: rgb(224 242 254 / .2)}.ring-offset-sky-100\/25{--tw-ring-offset-color: rgb(224 242 254 / .25)}.ring-offset-sky-100\/30{--tw-ring-offset-color: rgb(224 242 254 / .3)}.ring-offset-sky-100\/40{--tw-ring-offset-color: rgb(224 242 254 / .4)}.ring-offset-sky-100\/50{--tw-ring-offset-color: rgb(224 242 254 / .5)}.ring-offset-sky-100\/60{--tw-ring-offset-color: rgb(224 242 254 / .6)}.ring-offset-sky-100\/70{--tw-ring-offset-color: rgb(224 242 254 / .7)}.ring-offset-sky-100\/75{--tw-ring-offset-color: rgb(224 242 254 / .75)}.ring-offset-sky-100\/80{--tw-ring-offset-color: rgb(224 242 254 / .8)}.ring-offset-sky-100\/90{--tw-ring-offset-color: rgb(224 242 254 / .9)}.ring-offset-sky-100\/95{--tw-ring-offset-color: rgb(224 242 254 / .95)}.ring-offset-sky-100\/100{--tw-ring-offset-color: rgb(224 242 254 / 1)}.ring-offset-sky-200\/0{--tw-ring-offset-color: rgb(186 230 253 / 0)}.ring-offset-sky-200\/5{--tw-ring-offset-color: rgb(186 230 253 / .05)}.ring-offset-sky-200\/10{--tw-ring-offset-color: rgb(186 230 253 / .1)}.ring-offset-sky-200\/20{--tw-ring-offset-color: rgb(186 230 253 / .2)}.ring-offset-sky-200\/25{--tw-ring-offset-color: rgb(186 230 253 / .25)}.ring-offset-sky-200\/30{--tw-ring-offset-color: rgb(186 230 253 / .3)}.ring-offset-sky-200\/40{--tw-ring-offset-color: rgb(186 230 253 / .4)}.ring-offset-sky-200\/50{--tw-ring-offset-color: rgb(186 230 253 / .5)}.ring-offset-sky-200\/60{--tw-ring-offset-color: rgb(186 230 253 / .6)}.ring-offset-sky-200\/70{--tw-ring-offset-color: rgb(186 230 253 / .7)}.ring-offset-sky-200\/75{--tw-ring-offset-color: rgb(186 230 253 / .75)}.ring-offset-sky-200\/80{--tw-ring-offset-color: rgb(186 230 253 / .8)}.ring-offset-sky-200\/90{--tw-ring-offset-color: rgb(186 230 253 / .9)}.ring-offset-sky-200\/95{--tw-ring-offset-color: rgb(186 230 253 / .95)}.ring-offset-sky-200\/100{--tw-ring-offset-color: rgb(186 230 253 / 1)}.ring-offset-sky-300\/0{--tw-ring-offset-color: rgb(125 211 252 / 0)}.ring-offset-sky-300\/5{--tw-ring-offset-color: rgb(125 211 252 / .05)}.ring-offset-sky-300\/10{--tw-ring-offset-color: rgb(125 211 252 / .1)}.ring-offset-sky-300\/20{--tw-ring-offset-color: rgb(125 211 252 / .2)}.ring-offset-sky-300\/25{--tw-ring-offset-color: rgb(125 211 252 / .25)}.ring-offset-sky-300\/30{--tw-ring-offset-color: rgb(125 211 252 / .3)}.ring-offset-sky-300\/40{--tw-ring-offset-color: rgb(125 211 252 / .4)}.ring-offset-sky-300\/50{--tw-ring-offset-color: rgb(125 211 252 / .5)}.ring-offset-sky-300\/60{--tw-ring-offset-color: rgb(125 211 252 / .6)}.ring-offset-sky-300\/70{--tw-ring-offset-color: rgb(125 211 252 / .7)}.ring-offset-sky-300\/75{--tw-ring-offset-color: rgb(125 211 252 / .75)}.ring-offset-sky-300\/80{--tw-ring-offset-color: rgb(125 211 252 / .8)}.ring-offset-sky-300\/90{--tw-ring-offset-color: rgb(125 211 252 / .9)}.ring-offset-sky-300\/95{--tw-ring-offset-color: rgb(125 211 252 / .95)}.ring-offset-sky-300\/100{--tw-ring-offset-color: rgb(125 211 252 / 1)}.ring-offset-sky-400\/0{--tw-ring-offset-color: rgb(56 189 248 / 0)}.ring-offset-sky-400\/5{--tw-ring-offset-color: rgb(56 189 248 / .05)}.ring-offset-sky-400\/10{--tw-ring-offset-color: rgb(56 189 248 / .1)}.ring-offset-sky-400\/20{--tw-ring-offset-color: rgb(56 189 248 / .2)}.ring-offset-sky-400\/25{--tw-ring-offset-color: rgb(56 189 248 / .25)}.ring-offset-sky-400\/30{--tw-ring-offset-color: rgb(56 189 248 / .3)}.ring-offset-sky-400\/40{--tw-ring-offset-color: rgb(56 189 248 / .4)}.ring-offset-sky-400\/50{--tw-ring-offset-color: rgb(56 189 248 / .5)}.ring-offset-sky-400\/60{--tw-ring-offset-color: rgb(56 189 248 / .6)}.ring-offset-sky-400\/70{--tw-ring-offset-color: rgb(56 189 248 / .7)}.ring-offset-sky-400\/75{--tw-ring-offset-color: rgb(56 189 248 / .75)}.ring-offset-sky-400\/80{--tw-ring-offset-color: rgb(56 189 248 / .8)}.ring-offset-sky-400\/90{--tw-ring-offset-color: rgb(56 189 248 / .9)}.ring-offset-sky-400\/95{--tw-ring-offset-color: rgb(56 189 248 / .95)}.ring-offset-sky-400\/100{--tw-ring-offset-color: rgb(56 189 248 / 1)}.ring-offset-sky-500\/0{--tw-ring-offset-color: rgb(14 165 233 / 0)}.ring-offset-sky-500\/5{--tw-ring-offset-color: rgb(14 165 233 / .05)}.ring-offset-sky-500\/10{--tw-ring-offset-color: rgb(14 165 233 / .1)}.ring-offset-sky-500\/20{--tw-ring-offset-color: rgb(14 165 233 / .2)}.ring-offset-sky-500\/25{--tw-ring-offset-color: rgb(14 165 233 / .25)}.ring-offset-sky-500\/30{--tw-ring-offset-color: rgb(14 165 233 / .3)}.ring-offset-sky-500\/40{--tw-ring-offset-color: rgb(14 165 233 / .4)}.ring-offset-sky-500\/50{--tw-ring-offset-color: rgb(14 165 233 / .5)}.ring-offset-sky-500\/60{--tw-ring-offset-color: rgb(14 165 233 / .6)}.ring-offset-sky-500\/70{--tw-ring-offset-color: rgb(14 165 233 / .7)}.ring-offset-sky-500\/75{--tw-ring-offset-color: rgb(14 165 233 / .75)}.ring-offset-sky-500\/80{--tw-ring-offset-color: rgb(14 165 233 / .8)}.ring-offset-sky-500\/90{--tw-ring-offset-color: rgb(14 165 233 / .9)}.ring-offset-sky-500\/95{--tw-ring-offset-color: rgb(14 165 233 / .95)}.ring-offset-sky-500\/100{--tw-ring-offset-color: rgb(14 165 233 / 1)}.ring-offset-sky-600\/0{--tw-ring-offset-color: rgb(2 132 199 / 0)}.ring-offset-sky-600\/5{--tw-ring-offset-color: rgb(2 132 199 / .05)}.ring-offset-sky-600\/10{--tw-ring-offset-color: rgb(2 132 199 / .1)}.ring-offset-sky-600\/20{--tw-ring-offset-color: rgb(2 132 199 / .2)}.ring-offset-sky-600\/25{--tw-ring-offset-color: rgb(2 132 199 / .25)}.ring-offset-sky-600\/30{--tw-ring-offset-color: rgb(2 132 199 / .3)}.ring-offset-sky-600\/40{--tw-ring-offset-color: rgb(2 132 199 / .4)}.ring-offset-sky-600\/50{--tw-ring-offset-color: rgb(2 132 199 / .5)}.ring-offset-sky-600\/60{--tw-ring-offset-color: rgb(2 132 199 / .6)}.ring-offset-sky-600\/70{--tw-ring-offset-color: rgb(2 132 199 / .7)}.ring-offset-sky-600\/75{--tw-ring-offset-color: rgb(2 132 199 / .75)}.ring-offset-sky-600\/80{--tw-ring-offset-color: rgb(2 132 199 / .8)}.ring-offset-sky-600\/90{--tw-ring-offset-color: rgb(2 132 199 / .9)}.ring-offset-sky-600\/95{--tw-ring-offset-color: rgb(2 132 199 / .95)}.ring-offset-sky-600\/100{--tw-ring-offset-color: rgb(2 132 199 / 1)}.ring-offset-sky-700\/0{--tw-ring-offset-color: rgb(3 105 161 / 0)}.ring-offset-sky-700\/5{--tw-ring-offset-color: rgb(3 105 161 / .05)}.ring-offset-sky-700\/10{--tw-ring-offset-color: rgb(3 105 161 / .1)}.ring-offset-sky-700\/20{--tw-ring-offset-color: rgb(3 105 161 / .2)}.ring-offset-sky-700\/25{--tw-ring-offset-color: rgb(3 105 161 / .25)}.ring-offset-sky-700\/30{--tw-ring-offset-color: rgb(3 105 161 / .3)}.ring-offset-sky-700\/40{--tw-ring-offset-color: rgb(3 105 161 / .4)}.ring-offset-sky-700\/50{--tw-ring-offset-color: rgb(3 105 161 / .5)}.ring-offset-sky-700\/60{--tw-ring-offset-color: rgb(3 105 161 / .6)}.ring-offset-sky-700\/70{--tw-ring-offset-color: rgb(3 105 161 / .7)}.ring-offset-sky-700\/75{--tw-ring-offset-color: rgb(3 105 161 / .75)}.ring-offset-sky-700\/80{--tw-ring-offset-color: rgb(3 105 161 / .8)}.ring-offset-sky-700\/90{--tw-ring-offset-color: rgb(3 105 161 / .9)}.ring-offset-sky-700\/95{--tw-ring-offset-color: rgb(3 105 161 / .95)}.ring-offset-sky-700\/100{--tw-ring-offset-color: rgb(3 105 161 / 1)}.ring-offset-sky-800\/0{--tw-ring-offset-color: rgb(7 89 133 / 0)}.ring-offset-sky-800\/5{--tw-ring-offset-color: rgb(7 89 133 / .05)}.ring-offset-sky-800\/10{--tw-ring-offset-color: rgb(7 89 133 / .1)}.ring-offset-sky-800\/20{--tw-ring-offset-color: rgb(7 89 133 / .2)}.ring-offset-sky-800\/25{--tw-ring-offset-color: rgb(7 89 133 / .25)}.ring-offset-sky-800\/30{--tw-ring-offset-color: rgb(7 89 133 / .3)}.ring-offset-sky-800\/40{--tw-ring-offset-color: rgb(7 89 133 / .4)}.ring-offset-sky-800\/50{--tw-ring-offset-color: rgb(7 89 133 / .5)}.ring-offset-sky-800\/60{--tw-ring-offset-color: rgb(7 89 133 / .6)}.ring-offset-sky-800\/70{--tw-ring-offset-color: rgb(7 89 133 / .7)}.ring-offset-sky-800\/75{--tw-ring-offset-color: rgb(7 89 133 / .75)}.ring-offset-sky-800\/80{--tw-ring-offset-color: rgb(7 89 133 / .8)}.ring-offset-sky-800\/90{--tw-ring-offset-color: rgb(7 89 133 / .9)}.ring-offset-sky-800\/95{--tw-ring-offset-color: rgb(7 89 133 / .95)}.ring-offset-sky-800\/100{--tw-ring-offset-color: rgb(7 89 133 / 1)}.ring-offset-sky-900\/0{--tw-ring-offset-color: rgb(12 74 110 / 0)}.ring-offset-sky-900\/5{--tw-ring-offset-color: rgb(12 74 110 / .05)}.ring-offset-sky-900\/10{--tw-ring-offset-color: rgb(12 74 110 / .1)}.ring-offset-sky-900\/20{--tw-ring-offset-color: rgb(12 74 110 / .2)}.ring-offset-sky-900\/25{--tw-ring-offset-color: rgb(12 74 110 / .25)}.ring-offset-sky-900\/30{--tw-ring-offset-color: rgb(12 74 110 / .3)}.ring-offset-sky-900\/40{--tw-ring-offset-color: rgb(12 74 110 / .4)}.ring-offset-sky-900\/50{--tw-ring-offset-color: rgb(12 74 110 / .5)}.ring-offset-sky-900\/60{--tw-ring-offset-color: rgb(12 74 110 / .6)}.ring-offset-sky-900\/70{--tw-ring-offset-color: rgb(12 74 110 / .7)}.ring-offset-sky-900\/75{--tw-ring-offset-color: rgb(12 74 110 / .75)}.ring-offset-sky-900\/80{--tw-ring-offset-color: rgb(12 74 110 / .8)}.ring-offset-sky-900\/90{--tw-ring-offset-color: rgb(12 74 110 / .9)}.ring-offset-sky-900\/95{--tw-ring-offset-color: rgb(12 74 110 / .95)}.ring-offset-sky-900\/100{--tw-ring-offset-color: rgb(12 74 110 / 1)}.ring-offset-blue-50\/0{--tw-ring-offset-color: rgb(239 246 255 / 0)}.ring-offset-blue-50\/5{--tw-ring-offset-color: rgb(239 246 255 / .05)}.ring-offset-blue-50\/10{--tw-ring-offset-color: rgb(239 246 255 / .1)}.ring-offset-blue-50\/20{--tw-ring-offset-color: rgb(239 246 255 / .2)}.ring-offset-blue-50\/25{--tw-ring-offset-color: rgb(239 246 255 / .25)}.ring-offset-blue-50\/30{--tw-ring-offset-color: rgb(239 246 255 / .3)}.ring-offset-blue-50\/40{--tw-ring-offset-color: rgb(239 246 255 / .4)}.ring-offset-blue-50\/50{--tw-ring-offset-color: rgb(239 246 255 / .5)}.ring-offset-blue-50\/60{--tw-ring-offset-color: rgb(239 246 255 / .6)}.ring-offset-blue-50\/70{--tw-ring-offset-color: rgb(239 246 255 / .7)}.ring-offset-blue-50\/75{--tw-ring-offset-color: rgb(239 246 255 / .75)}.ring-offset-blue-50\/80{--tw-ring-offset-color: rgb(239 246 255 / .8)}.ring-offset-blue-50\/90{--tw-ring-offset-color: rgb(239 246 255 / .9)}.ring-offset-blue-50\/95{--tw-ring-offset-color: rgb(239 246 255 / .95)}.ring-offset-blue-50\/100{--tw-ring-offset-color: rgb(239 246 255 / 1)}.ring-offset-blue-100\/0{--tw-ring-offset-color: rgb(242 243 253 / 0)}.ring-offset-blue-100\/5{--tw-ring-offset-color: rgb(242 243 253 / .05)}.ring-offset-blue-100\/10{--tw-ring-offset-color: rgb(242 243 253 / .1)}.ring-offset-blue-100\/20{--tw-ring-offset-color: rgb(242 243 253 / .2)}.ring-offset-blue-100\/25{--tw-ring-offset-color: rgb(242 243 253 / .25)}.ring-offset-blue-100\/30{--tw-ring-offset-color: rgb(242 243 253 / .3)}.ring-offset-blue-100\/40{--tw-ring-offset-color: rgb(242 243 253 / .4)}.ring-offset-blue-100\/50{--tw-ring-offset-color: rgb(242 243 253 / .5)}.ring-offset-blue-100\/60{--tw-ring-offset-color: rgb(242 243 253 / .6)}.ring-offset-blue-100\/70{--tw-ring-offset-color: rgb(242 243 253 / .7)}.ring-offset-blue-100\/75{--tw-ring-offset-color: rgb(242 243 253 / .75)}.ring-offset-blue-100\/80{--tw-ring-offset-color: rgb(242 243 253 / .8)}.ring-offset-blue-100\/90{--tw-ring-offset-color: rgb(242 243 253 / .9)}.ring-offset-blue-100\/95{--tw-ring-offset-color: rgb(242 243 253 / .95)}.ring-offset-blue-100\/100{--tw-ring-offset-color: rgb(242 243 253 / 1)}.ring-offset-blue-200\/0{--tw-ring-offset-color: rgb(228 232 251 / 0)}.ring-offset-blue-200\/5{--tw-ring-offset-color: rgb(228 232 251 / .05)}.ring-offset-blue-200\/10{--tw-ring-offset-color: rgb(228 232 251 / .1)}.ring-offset-blue-200\/20{--tw-ring-offset-color: rgb(228 232 251 / .2)}.ring-offset-blue-200\/25{--tw-ring-offset-color: rgb(228 232 251 / .25)}.ring-offset-blue-200\/30{--tw-ring-offset-color: rgb(228 232 251 / .3)}.ring-offset-blue-200\/40{--tw-ring-offset-color: rgb(228 232 251 / .4)}.ring-offset-blue-200\/50{--tw-ring-offset-color: rgb(228 232 251 / .5)}.ring-offset-blue-200\/60{--tw-ring-offset-color: rgb(228 232 251 / .6)}.ring-offset-blue-200\/70{--tw-ring-offset-color: rgb(228 232 251 / .7)}.ring-offset-blue-200\/75{--tw-ring-offset-color: rgb(228 232 251 / .75)}.ring-offset-blue-200\/80{--tw-ring-offset-color: rgb(228 232 251 / .8)}.ring-offset-blue-200\/90{--tw-ring-offset-color: rgb(228 232 251 / .9)}.ring-offset-blue-200\/95{--tw-ring-offset-color: rgb(228 232 251 / .95)}.ring-offset-blue-200\/100{--tw-ring-offset-color: rgb(228 232 251 / 1)}.ring-offset-blue-300\/0{--tw-ring-offset-color: rgb(198 207 247 / 0)}.ring-offset-blue-300\/5{--tw-ring-offset-color: rgb(198 207 247 / .05)}.ring-offset-blue-300\/10{--tw-ring-offset-color: rgb(198 207 247 / .1)}.ring-offset-blue-300\/20{--tw-ring-offset-color: rgb(198 207 247 / .2)}.ring-offset-blue-300\/25{--tw-ring-offset-color: rgb(198 207 247 / .25)}.ring-offset-blue-300\/30{--tw-ring-offset-color: rgb(198 207 247 / .3)}.ring-offset-blue-300\/40{--tw-ring-offset-color: rgb(198 207 247 / .4)}.ring-offset-blue-300\/50{--tw-ring-offset-color: rgb(198 207 247 / .5)}.ring-offset-blue-300\/60{--tw-ring-offset-color: rgb(198 207 247 / .6)}.ring-offset-blue-300\/70{--tw-ring-offset-color: rgb(198 207 247 / .7)}.ring-offset-blue-300\/75{--tw-ring-offset-color: rgb(198 207 247 / .75)}.ring-offset-blue-300\/80{--tw-ring-offset-color: rgb(198 207 247 / .8)}.ring-offset-blue-300\/90{--tw-ring-offset-color: rgb(198 207 247 / .9)}.ring-offset-blue-300\/95{--tw-ring-offset-color: rgb(198 207 247 / .95)}.ring-offset-blue-300\/100{--tw-ring-offset-color: rgb(198 207 247 / 1)}.ring-offset-blue-400\/0{--tw-ring-offset-color: rgb(163 178 243 / 0)}.ring-offset-blue-400\/5{--tw-ring-offset-color: rgb(163 178 243 / .05)}.ring-offset-blue-400\/10{--tw-ring-offset-color: rgb(163 178 243 / .1)}.ring-offset-blue-400\/20{--tw-ring-offset-color: rgb(163 178 243 / .2)}.ring-offset-blue-400\/25{--tw-ring-offset-color: rgb(163 178 243 / .25)}.ring-offset-blue-400\/30{--tw-ring-offset-color: rgb(163 178 243 / .3)}.ring-offset-blue-400\/40{--tw-ring-offset-color: rgb(163 178 243 / .4)}.ring-offset-blue-400\/50{--tw-ring-offset-color: rgb(163 178 243 / .5)}.ring-offset-blue-400\/60{--tw-ring-offset-color: rgb(163 178 243 / .6)}.ring-offset-blue-400\/70{--tw-ring-offset-color: rgb(163 178 243 / .7)}.ring-offset-blue-400\/75{--tw-ring-offset-color: rgb(163 178 243 / .75)}.ring-offset-blue-400\/80{--tw-ring-offset-color: rgb(163 178 243 / .8)}.ring-offset-blue-400\/90{--tw-ring-offset-color: rgb(163 178 243 / .9)}.ring-offset-blue-400\/95{--tw-ring-offset-color: rgb(163 178 243 / .95)}.ring-offset-blue-400\/100{--tw-ring-offset-color: rgb(163 178 243 / 1)}.ring-offset-blue-500\/0{--tw-ring-offset-color: rgb(118 144 239 / 0)}.ring-offset-blue-500\/5{--tw-ring-offset-color: rgb(118 144 239 / .05)}.ring-offset-blue-500\/10{--tw-ring-offset-color: rgb(118 144 239 / .1)}.ring-offset-blue-500\/20{--tw-ring-offset-color: rgb(118 144 239 / .2)}.ring-offset-blue-500\/25{--tw-ring-offset-color: rgb(118 144 239 / .25)}.ring-offset-blue-500\/30{--tw-ring-offset-color: rgb(118 144 239 / .3)}.ring-offset-blue-500\/40{--tw-ring-offset-color: rgb(118 144 239 / .4)}.ring-offset-blue-500\/50{--tw-ring-offset-color: rgb(118 144 239 / .5)}.ring-offset-blue-500\/60{--tw-ring-offset-color: rgb(118 144 239 / .6)}.ring-offset-blue-500\/70{--tw-ring-offset-color: rgb(118 144 239 / .7)}.ring-offset-blue-500\/75{--tw-ring-offset-color: rgb(118 144 239 / .75)}.ring-offset-blue-500\/80{--tw-ring-offset-color: rgb(118 144 239 / .8)}.ring-offset-blue-500\/90{--tw-ring-offset-color: rgb(118 144 239 / .9)}.ring-offset-blue-500\/95{--tw-ring-offset-color: rgb(118 144 239 / .95)}.ring-offset-blue-500\/100{--tw-ring-offset-color: rgb(118 144 239 / 1)}.ring-offset-blue-600\/0{--tw-ring-offset-color: rgb(37 99 235 / 0)}.ring-offset-blue-600\/5{--tw-ring-offset-color: rgb(37 99 235 / .05)}.ring-offset-blue-600\/10{--tw-ring-offset-color: rgb(37 99 235 / .1)}.ring-offset-blue-600\/20{--tw-ring-offset-color: rgb(37 99 235 / .2)}.ring-offset-blue-600\/25{--tw-ring-offset-color: rgb(37 99 235 / .25)}.ring-offset-blue-600\/30{--tw-ring-offset-color: rgb(37 99 235 / .3)}.ring-offset-blue-600\/40{--tw-ring-offset-color: rgb(37 99 235 / .4)}.ring-offset-blue-600\/50{--tw-ring-offset-color: rgb(37 99 235 / .5)}.ring-offset-blue-600\/60{--tw-ring-offset-color: rgb(37 99 235 / .6)}.ring-offset-blue-600\/70{--tw-ring-offset-color: rgb(37 99 235 / .7)}.ring-offset-blue-600\/75{--tw-ring-offset-color: rgb(37 99 235 / .75)}.ring-offset-blue-600\/80{--tw-ring-offset-color: rgb(37 99 235 / .8)}.ring-offset-blue-600\/90{--tw-ring-offset-color: rgb(37 99 235 / .9)}.ring-offset-blue-600\/95{--tw-ring-offset-color: rgb(37 99 235 / .95)}.ring-offset-blue-600\/100{--tw-ring-offset-color: rgb(37 99 235 / 1)}.ring-offset-blue-700\/0{--tw-ring-offset-color: rgb(33 88 210 / 0)}.ring-offset-blue-700\/5{--tw-ring-offset-color: rgb(33 88 210 / .05)}.ring-offset-blue-700\/10{--tw-ring-offset-color: rgb(33 88 210 / .1)}.ring-offset-blue-700\/20{--tw-ring-offset-color: rgb(33 88 210 / .2)}.ring-offset-blue-700\/25{--tw-ring-offset-color: rgb(33 88 210 / .25)}.ring-offset-blue-700\/30{--tw-ring-offset-color: rgb(33 88 210 / .3)}.ring-offset-blue-700\/40{--tw-ring-offset-color: rgb(33 88 210 / .4)}.ring-offset-blue-700\/50{--tw-ring-offset-color: rgb(33 88 210 / .5)}.ring-offset-blue-700\/60{--tw-ring-offset-color: rgb(33 88 210 / .6)}.ring-offset-blue-700\/70{--tw-ring-offset-color: rgb(33 88 210 / .7)}.ring-offset-blue-700\/75{--tw-ring-offset-color: rgb(33 88 210 / .75)}.ring-offset-blue-700\/80{--tw-ring-offset-color: rgb(33 88 210 / .8)}.ring-offset-blue-700\/90{--tw-ring-offset-color: rgb(33 88 210 / .9)}.ring-offset-blue-700\/95{--tw-ring-offset-color: rgb(33 88 210 / .95)}.ring-offset-blue-700\/100{--tw-ring-offset-color: rgb(33 88 210 / 1)}.ring-offset-blue-800\/0{--tw-ring-offset-color: rgb(28 76 182 / 0)}.ring-offset-blue-800\/5{--tw-ring-offset-color: rgb(28 76 182 / .05)}.ring-offset-blue-800\/10{--tw-ring-offset-color: rgb(28 76 182 / .1)}.ring-offset-blue-800\/20{--tw-ring-offset-color: rgb(28 76 182 / .2)}.ring-offset-blue-800\/25{--tw-ring-offset-color: rgb(28 76 182 / .25)}.ring-offset-blue-800\/30{--tw-ring-offset-color: rgb(28 76 182 / .3)}.ring-offset-blue-800\/40{--tw-ring-offset-color: rgb(28 76 182 / .4)}.ring-offset-blue-800\/50{--tw-ring-offset-color: rgb(28 76 182 / .5)}.ring-offset-blue-800\/60{--tw-ring-offset-color: rgb(28 76 182 / .6)}.ring-offset-blue-800\/70{--tw-ring-offset-color: rgb(28 76 182 / .7)}.ring-offset-blue-800\/75{--tw-ring-offset-color: rgb(28 76 182 / .75)}.ring-offset-blue-800\/80{--tw-ring-offset-color: rgb(28 76 182 / .8)}.ring-offset-blue-800\/90{--tw-ring-offset-color: rgb(28 76 182 / .9)}.ring-offset-blue-800\/95{--tw-ring-offset-color: rgb(28 76 182 / .95)}.ring-offset-blue-800\/100{--tw-ring-offset-color: rgb(28 76 182 / 1)}.ring-offset-blue-900\/0{--tw-ring-offset-color: rgb(23 62 148 / 0)}.ring-offset-blue-900\/5{--tw-ring-offset-color: rgb(23 62 148 / .05)}.ring-offset-blue-900\/10{--tw-ring-offset-color: rgb(23 62 148 / .1)}.ring-offset-blue-900\/20{--tw-ring-offset-color: rgb(23 62 148 / .2)}.ring-offset-blue-900\/25{--tw-ring-offset-color: rgb(23 62 148 / .25)}.ring-offset-blue-900\/30{--tw-ring-offset-color: rgb(23 62 148 / .3)}.ring-offset-blue-900\/40{--tw-ring-offset-color: rgb(23 62 148 / .4)}.ring-offset-blue-900\/50{--tw-ring-offset-color: rgb(23 62 148 / .5)}.ring-offset-blue-900\/60{--tw-ring-offset-color: rgb(23 62 148 / .6)}.ring-offset-blue-900\/70{--tw-ring-offset-color: rgb(23 62 148 / .7)}.ring-offset-blue-900\/75{--tw-ring-offset-color: rgb(23 62 148 / .75)}.ring-offset-blue-900\/80{--tw-ring-offset-color: rgb(23 62 148 / .8)}.ring-offset-blue-900\/90{--tw-ring-offset-color: rgb(23 62 148 / .9)}.ring-offset-blue-900\/95{--tw-ring-offset-color: rgb(23 62 148 / .95)}.ring-offset-blue-900\/100{--tw-ring-offset-color: rgb(23 62 148 / 1)}.ring-offset-indigo-50\/0{--tw-ring-offset-color: rgb(238 242 255 / 0)}.ring-offset-indigo-50\/5{--tw-ring-offset-color: rgb(238 242 255 / .05)}.ring-offset-indigo-50\/10{--tw-ring-offset-color: rgb(238 242 255 / .1)}.ring-offset-indigo-50\/20{--tw-ring-offset-color: rgb(238 242 255 / .2)}.ring-offset-indigo-50\/25{--tw-ring-offset-color: rgb(238 242 255 / .25)}.ring-offset-indigo-50\/30{--tw-ring-offset-color: rgb(238 242 255 / .3)}.ring-offset-indigo-50\/40{--tw-ring-offset-color: rgb(238 242 255 / .4)}.ring-offset-indigo-50\/50{--tw-ring-offset-color: rgb(238 242 255 / .5)}.ring-offset-indigo-50\/60{--tw-ring-offset-color: rgb(238 242 255 / .6)}.ring-offset-indigo-50\/70{--tw-ring-offset-color: rgb(238 242 255 / .7)}.ring-offset-indigo-50\/75{--tw-ring-offset-color: rgb(238 242 255 / .75)}.ring-offset-indigo-50\/80{--tw-ring-offset-color: rgb(238 242 255 / .8)}.ring-offset-indigo-50\/90{--tw-ring-offset-color: rgb(238 242 255 / .9)}.ring-offset-indigo-50\/95{--tw-ring-offset-color: rgb(238 242 255 / .95)}.ring-offset-indigo-50\/100{--tw-ring-offset-color: rgb(238 242 255 / 1)}.ring-offset-indigo-100\/0{--tw-ring-offset-color: rgb(224 231 255 / 0)}.ring-offset-indigo-100\/5{--tw-ring-offset-color: rgb(224 231 255 / .05)}.ring-offset-indigo-100\/10{--tw-ring-offset-color: rgb(224 231 255 / .1)}.ring-offset-indigo-100\/20{--tw-ring-offset-color: rgb(224 231 255 / .2)}.ring-offset-indigo-100\/25{--tw-ring-offset-color: rgb(224 231 255 / .25)}.ring-offset-indigo-100\/30{--tw-ring-offset-color: rgb(224 231 255 / .3)}.ring-offset-indigo-100\/40{--tw-ring-offset-color: rgb(224 231 255 / .4)}.ring-offset-indigo-100\/50{--tw-ring-offset-color: rgb(224 231 255 / .5)}.ring-offset-indigo-100\/60{--tw-ring-offset-color: rgb(224 231 255 / .6)}.ring-offset-indigo-100\/70{--tw-ring-offset-color: rgb(224 231 255 / .7)}.ring-offset-indigo-100\/75{--tw-ring-offset-color: rgb(224 231 255 / .75)}.ring-offset-indigo-100\/80{--tw-ring-offset-color: rgb(224 231 255 / .8)}.ring-offset-indigo-100\/90{--tw-ring-offset-color: rgb(224 231 255 / .9)}.ring-offset-indigo-100\/95{--tw-ring-offset-color: rgb(224 231 255 / .95)}.ring-offset-indigo-100\/100{--tw-ring-offset-color: rgb(224 231 255 / 1)}.ring-offset-indigo-200\/0{--tw-ring-offset-color: rgb(199 210 254 / 0)}.ring-offset-indigo-200\/5{--tw-ring-offset-color: rgb(199 210 254 / .05)}.ring-offset-indigo-200\/10{--tw-ring-offset-color: rgb(199 210 254 / .1)}.ring-offset-indigo-200\/20{--tw-ring-offset-color: rgb(199 210 254 / .2)}.ring-offset-indigo-200\/25{--tw-ring-offset-color: rgb(199 210 254 / .25)}.ring-offset-indigo-200\/30{--tw-ring-offset-color: rgb(199 210 254 / .3)}.ring-offset-indigo-200\/40{--tw-ring-offset-color: rgb(199 210 254 / .4)}.ring-offset-indigo-200\/50{--tw-ring-offset-color: rgb(199 210 254 / .5)}.ring-offset-indigo-200\/60{--tw-ring-offset-color: rgb(199 210 254 / .6)}.ring-offset-indigo-200\/70{--tw-ring-offset-color: rgb(199 210 254 / .7)}.ring-offset-indigo-200\/75{--tw-ring-offset-color: rgb(199 210 254 / .75)}.ring-offset-indigo-200\/80{--tw-ring-offset-color: rgb(199 210 254 / .8)}.ring-offset-indigo-200\/90{--tw-ring-offset-color: rgb(199 210 254 / .9)}.ring-offset-indigo-200\/95{--tw-ring-offset-color: rgb(199 210 254 / .95)}.ring-offset-indigo-200\/100{--tw-ring-offset-color: rgb(199 210 254 / 1)}.ring-offset-indigo-300\/0{--tw-ring-offset-color: rgb(165 180 252 / 0)}.ring-offset-indigo-300\/5{--tw-ring-offset-color: rgb(165 180 252 / .05)}.ring-offset-indigo-300\/10{--tw-ring-offset-color: rgb(165 180 252 / .1)}.ring-offset-indigo-300\/20{--tw-ring-offset-color: rgb(165 180 252 / .2)}.ring-offset-indigo-300\/25{--tw-ring-offset-color: rgb(165 180 252 / .25)}.ring-offset-indigo-300\/30{--tw-ring-offset-color: rgb(165 180 252 / .3)}.ring-offset-indigo-300\/40{--tw-ring-offset-color: rgb(165 180 252 / .4)}.ring-offset-indigo-300\/50{--tw-ring-offset-color: rgb(165 180 252 / .5)}.ring-offset-indigo-300\/60{--tw-ring-offset-color: rgb(165 180 252 / .6)}.ring-offset-indigo-300\/70{--tw-ring-offset-color: rgb(165 180 252 / .7)}.ring-offset-indigo-300\/75{--tw-ring-offset-color: rgb(165 180 252 / .75)}.ring-offset-indigo-300\/80{--tw-ring-offset-color: rgb(165 180 252 / .8)}.ring-offset-indigo-300\/90{--tw-ring-offset-color: rgb(165 180 252 / .9)}.ring-offset-indigo-300\/95{--tw-ring-offset-color: rgb(165 180 252 / .95)}.ring-offset-indigo-300\/100{--tw-ring-offset-color: rgb(165 180 252 / 1)}.ring-offset-indigo-400\/0{--tw-ring-offset-color: rgb(129 140 248 / 0)}.ring-offset-indigo-400\/5{--tw-ring-offset-color: rgb(129 140 248 / .05)}.ring-offset-indigo-400\/10{--tw-ring-offset-color: rgb(129 140 248 / .1)}.ring-offset-indigo-400\/20{--tw-ring-offset-color: rgb(129 140 248 / .2)}.ring-offset-indigo-400\/25{--tw-ring-offset-color: rgb(129 140 248 / .25)}.ring-offset-indigo-400\/30{--tw-ring-offset-color: rgb(129 140 248 / .3)}.ring-offset-indigo-400\/40{--tw-ring-offset-color: rgb(129 140 248 / .4)}.ring-offset-indigo-400\/50{--tw-ring-offset-color: rgb(129 140 248 / .5)}.ring-offset-indigo-400\/60{--tw-ring-offset-color: rgb(129 140 248 / .6)}.ring-offset-indigo-400\/70{--tw-ring-offset-color: rgb(129 140 248 / .7)}.ring-offset-indigo-400\/75{--tw-ring-offset-color: rgb(129 140 248 / .75)}.ring-offset-indigo-400\/80{--tw-ring-offset-color: rgb(129 140 248 / .8)}.ring-offset-indigo-400\/90{--tw-ring-offset-color: rgb(129 140 248 / .9)}.ring-offset-indigo-400\/95{--tw-ring-offset-color: rgb(129 140 248 / .95)}.ring-offset-indigo-400\/100{--tw-ring-offset-color: rgb(129 140 248 / 1)}.ring-offset-indigo-500\/0{--tw-ring-offset-color: rgb(99 102 241 / 0)}.ring-offset-indigo-500\/5{--tw-ring-offset-color: rgb(99 102 241 / .05)}.ring-offset-indigo-500\/10{--tw-ring-offset-color: rgb(99 102 241 / .1)}.ring-offset-indigo-500\/20{--tw-ring-offset-color: rgb(99 102 241 / .2)}.ring-offset-indigo-500\/25{--tw-ring-offset-color: rgb(99 102 241 / .25)}.ring-offset-indigo-500\/30{--tw-ring-offset-color: rgb(99 102 241 / .3)}.ring-offset-indigo-500\/40{--tw-ring-offset-color: rgb(99 102 241 / .4)}.ring-offset-indigo-500\/50{--tw-ring-offset-color: rgb(99 102 241 / .5)}.ring-offset-indigo-500\/60{--tw-ring-offset-color: rgb(99 102 241 / .6)}.ring-offset-indigo-500\/70{--tw-ring-offset-color: rgb(99 102 241 / .7)}.ring-offset-indigo-500\/75{--tw-ring-offset-color: rgb(99 102 241 / .75)}.ring-offset-indigo-500\/80{--tw-ring-offset-color: rgb(99 102 241 / .8)}.ring-offset-indigo-500\/90{--tw-ring-offset-color: rgb(99 102 241 / .9)}.ring-offset-indigo-500\/95{--tw-ring-offset-color: rgb(99 102 241 / .95)}.ring-offset-indigo-500\/100{--tw-ring-offset-color: rgb(99 102 241 / 1)}.ring-offset-indigo-600\/0{--tw-ring-offset-color: rgb(79 70 229 / 0)}.ring-offset-indigo-600\/5{--tw-ring-offset-color: rgb(79 70 229 / .05)}.ring-offset-indigo-600\/10{--tw-ring-offset-color: rgb(79 70 229 / .1)}.ring-offset-indigo-600\/20{--tw-ring-offset-color: rgb(79 70 229 / .2)}.ring-offset-indigo-600\/25{--tw-ring-offset-color: rgb(79 70 229 / .25)}.ring-offset-indigo-600\/30{--tw-ring-offset-color: rgb(79 70 229 / .3)}.ring-offset-indigo-600\/40{--tw-ring-offset-color: rgb(79 70 229 / .4)}.ring-offset-indigo-600\/50{--tw-ring-offset-color: rgb(79 70 229 / .5)}.ring-offset-indigo-600\/60{--tw-ring-offset-color: rgb(79 70 229 / .6)}.ring-offset-indigo-600\/70{--tw-ring-offset-color: rgb(79 70 229 / .7)}.ring-offset-indigo-600\/75{--tw-ring-offset-color: rgb(79 70 229 / .75)}.ring-offset-indigo-600\/80{--tw-ring-offset-color: rgb(79 70 229 / .8)}.ring-offset-indigo-600\/90{--tw-ring-offset-color: rgb(79 70 229 / .9)}.ring-offset-indigo-600\/95{--tw-ring-offset-color: rgb(79 70 229 / .95)}.ring-offset-indigo-600\/100{--tw-ring-offset-color: rgb(79 70 229 / 1)}.ring-offset-indigo-700\/0{--tw-ring-offset-color: rgb(67 56 202 / 0)}.ring-offset-indigo-700\/5{--tw-ring-offset-color: rgb(67 56 202 / .05)}.ring-offset-indigo-700\/10{--tw-ring-offset-color: rgb(67 56 202 / .1)}.ring-offset-indigo-700\/20{--tw-ring-offset-color: rgb(67 56 202 / .2)}.ring-offset-indigo-700\/25{--tw-ring-offset-color: rgb(67 56 202 / .25)}.ring-offset-indigo-700\/30{--tw-ring-offset-color: rgb(67 56 202 / .3)}.ring-offset-indigo-700\/40{--tw-ring-offset-color: rgb(67 56 202 / .4)}.ring-offset-indigo-700\/50{--tw-ring-offset-color: rgb(67 56 202 / .5)}.ring-offset-indigo-700\/60{--tw-ring-offset-color: rgb(67 56 202 / .6)}.ring-offset-indigo-700\/70{--tw-ring-offset-color: rgb(67 56 202 / .7)}.ring-offset-indigo-700\/75{--tw-ring-offset-color: rgb(67 56 202 / .75)}.ring-offset-indigo-700\/80{--tw-ring-offset-color: rgb(67 56 202 / .8)}.ring-offset-indigo-700\/90{--tw-ring-offset-color: rgb(67 56 202 / .9)}.ring-offset-indigo-700\/95{--tw-ring-offset-color: rgb(67 56 202 / .95)}.ring-offset-indigo-700\/100{--tw-ring-offset-color: rgb(67 56 202 / 1)}.ring-offset-indigo-800\/0{--tw-ring-offset-color: rgb(55 48 163 / 0)}.ring-offset-indigo-800\/5{--tw-ring-offset-color: rgb(55 48 163 / .05)}.ring-offset-indigo-800\/10{--tw-ring-offset-color: rgb(55 48 163 / .1)}.ring-offset-indigo-800\/20{--tw-ring-offset-color: rgb(55 48 163 / .2)}.ring-offset-indigo-800\/25{--tw-ring-offset-color: rgb(55 48 163 / .25)}.ring-offset-indigo-800\/30{--tw-ring-offset-color: rgb(55 48 163 / .3)}.ring-offset-indigo-800\/40{--tw-ring-offset-color: rgb(55 48 163 / .4)}.ring-offset-indigo-800\/50{--tw-ring-offset-color: rgb(55 48 163 / .5)}.ring-offset-indigo-800\/60{--tw-ring-offset-color: rgb(55 48 163 / .6)}.ring-offset-indigo-800\/70{--tw-ring-offset-color: rgb(55 48 163 / .7)}.ring-offset-indigo-800\/75{--tw-ring-offset-color: rgb(55 48 163 / .75)}.ring-offset-indigo-800\/80{--tw-ring-offset-color: rgb(55 48 163 / .8)}.ring-offset-indigo-800\/90{--tw-ring-offset-color: rgb(55 48 163 / .9)}.ring-offset-indigo-800\/95{--tw-ring-offset-color: rgb(55 48 163 / .95)}.ring-offset-indigo-800\/100{--tw-ring-offset-color: rgb(55 48 163 / 1)}.ring-offset-indigo-900\/0{--tw-ring-offset-color: rgb(49 46 129 / 0)}.ring-offset-indigo-900\/5{--tw-ring-offset-color: rgb(49 46 129 / .05)}.ring-offset-indigo-900\/10{--tw-ring-offset-color: rgb(49 46 129 / .1)}.ring-offset-indigo-900\/20{--tw-ring-offset-color: rgb(49 46 129 / .2)}.ring-offset-indigo-900\/25{--tw-ring-offset-color: rgb(49 46 129 / .25)}.ring-offset-indigo-900\/30{--tw-ring-offset-color: rgb(49 46 129 / .3)}.ring-offset-indigo-900\/40{--tw-ring-offset-color: rgb(49 46 129 / .4)}.ring-offset-indigo-900\/50{--tw-ring-offset-color: rgb(49 46 129 / .5)}.ring-offset-indigo-900\/60{--tw-ring-offset-color: rgb(49 46 129 / .6)}.ring-offset-indigo-900\/70{--tw-ring-offset-color: rgb(49 46 129 / .7)}.ring-offset-indigo-900\/75{--tw-ring-offset-color: rgb(49 46 129 / .75)}.ring-offset-indigo-900\/80{--tw-ring-offset-color: rgb(49 46 129 / .8)}.ring-offset-indigo-900\/90{--tw-ring-offset-color: rgb(49 46 129 / .9)}.ring-offset-indigo-900\/95{--tw-ring-offset-color: rgb(49 46 129 / .95)}.ring-offset-indigo-900\/100{--tw-ring-offset-color: rgb(49 46 129 / 1)}.ring-offset-violet-50\/0{--tw-ring-offset-color: rgb(245 243 255 / 0)}.ring-offset-violet-50\/5{--tw-ring-offset-color: rgb(245 243 255 / .05)}.ring-offset-violet-50\/10{--tw-ring-offset-color: rgb(245 243 255 / .1)}.ring-offset-violet-50\/20{--tw-ring-offset-color: rgb(245 243 255 / .2)}.ring-offset-violet-50\/25{--tw-ring-offset-color: rgb(245 243 255 / .25)}.ring-offset-violet-50\/30{--tw-ring-offset-color: rgb(245 243 255 / .3)}.ring-offset-violet-50\/40{--tw-ring-offset-color: rgb(245 243 255 / .4)}.ring-offset-violet-50\/50{--tw-ring-offset-color: rgb(245 243 255 / .5)}.ring-offset-violet-50\/60{--tw-ring-offset-color: rgb(245 243 255 / .6)}.ring-offset-violet-50\/70{--tw-ring-offset-color: rgb(245 243 255 / .7)}.ring-offset-violet-50\/75{--tw-ring-offset-color: rgb(245 243 255 / .75)}.ring-offset-violet-50\/80{--tw-ring-offset-color: rgb(245 243 255 / .8)}.ring-offset-violet-50\/90{--tw-ring-offset-color: rgb(245 243 255 / .9)}.ring-offset-violet-50\/95{--tw-ring-offset-color: rgb(245 243 255 / .95)}.ring-offset-violet-50\/100{--tw-ring-offset-color: rgb(245 243 255 / 1)}.ring-offset-violet-100\/0{--tw-ring-offset-color: rgb(237 233 254 / 0)}.ring-offset-violet-100\/5{--tw-ring-offset-color: rgb(237 233 254 / .05)}.ring-offset-violet-100\/10{--tw-ring-offset-color: rgb(237 233 254 / .1)}.ring-offset-violet-100\/20{--tw-ring-offset-color: rgb(237 233 254 / .2)}.ring-offset-violet-100\/25{--tw-ring-offset-color: rgb(237 233 254 / .25)}.ring-offset-violet-100\/30{--tw-ring-offset-color: rgb(237 233 254 / .3)}.ring-offset-violet-100\/40{--tw-ring-offset-color: rgb(237 233 254 / .4)}.ring-offset-violet-100\/50{--tw-ring-offset-color: rgb(237 233 254 / .5)}.ring-offset-violet-100\/60{--tw-ring-offset-color: rgb(237 233 254 / .6)}.ring-offset-violet-100\/70{--tw-ring-offset-color: rgb(237 233 254 / .7)}.ring-offset-violet-100\/75{--tw-ring-offset-color: rgb(237 233 254 / .75)}.ring-offset-violet-100\/80{--tw-ring-offset-color: rgb(237 233 254 / .8)}.ring-offset-violet-100\/90{--tw-ring-offset-color: rgb(237 233 254 / .9)}.ring-offset-violet-100\/95{--tw-ring-offset-color: rgb(237 233 254 / .95)}.ring-offset-violet-100\/100{--tw-ring-offset-color: rgb(237 233 254 / 1)}.ring-offset-violet-200\/0{--tw-ring-offset-color: rgb(221 214 254 / 0)}.ring-offset-violet-200\/5{--tw-ring-offset-color: rgb(221 214 254 / .05)}.ring-offset-violet-200\/10{--tw-ring-offset-color: rgb(221 214 254 / .1)}.ring-offset-violet-200\/20{--tw-ring-offset-color: rgb(221 214 254 / .2)}.ring-offset-violet-200\/25{--tw-ring-offset-color: rgb(221 214 254 / .25)}.ring-offset-violet-200\/30{--tw-ring-offset-color: rgb(221 214 254 / .3)}.ring-offset-violet-200\/40{--tw-ring-offset-color: rgb(221 214 254 / .4)}.ring-offset-violet-200\/50{--tw-ring-offset-color: rgb(221 214 254 / .5)}.ring-offset-violet-200\/60{--tw-ring-offset-color: rgb(221 214 254 / .6)}.ring-offset-violet-200\/70{--tw-ring-offset-color: rgb(221 214 254 / .7)}.ring-offset-violet-200\/75{--tw-ring-offset-color: rgb(221 214 254 / .75)}.ring-offset-violet-200\/80{--tw-ring-offset-color: rgb(221 214 254 / .8)}.ring-offset-violet-200\/90{--tw-ring-offset-color: rgb(221 214 254 / .9)}.ring-offset-violet-200\/95{--tw-ring-offset-color: rgb(221 214 254 / .95)}.ring-offset-violet-200\/100{--tw-ring-offset-color: rgb(221 214 254 / 1)}.ring-offset-violet-300\/0{--tw-ring-offset-color: rgb(196 181 253 / 0)}.ring-offset-violet-300\/5{--tw-ring-offset-color: rgb(196 181 253 / .05)}.ring-offset-violet-300\/10{--tw-ring-offset-color: rgb(196 181 253 / .1)}.ring-offset-violet-300\/20{--tw-ring-offset-color: rgb(196 181 253 / .2)}.ring-offset-violet-300\/25{--tw-ring-offset-color: rgb(196 181 253 / .25)}.ring-offset-violet-300\/30{--tw-ring-offset-color: rgb(196 181 253 / .3)}.ring-offset-violet-300\/40{--tw-ring-offset-color: rgb(196 181 253 / .4)}.ring-offset-violet-300\/50{--tw-ring-offset-color: rgb(196 181 253 / .5)}.ring-offset-violet-300\/60{--tw-ring-offset-color: rgb(196 181 253 / .6)}.ring-offset-violet-300\/70{--tw-ring-offset-color: rgb(196 181 253 / .7)}.ring-offset-violet-300\/75{--tw-ring-offset-color: rgb(196 181 253 / .75)}.ring-offset-violet-300\/80{--tw-ring-offset-color: rgb(196 181 253 / .8)}.ring-offset-violet-300\/90{--tw-ring-offset-color: rgb(196 181 253 / .9)}.ring-offset-violet-300\/95{--tw-ring-offset-color: rgb(196 181 253 / .95)}.ring-offset-violet-300\/100{--tw-ring-offset-color: rgb(196 181 253 / 1)}.ring-offset-violet-400\/0{--tw-ring-offset-color: rgb(167 139 250 / 0)}.ring-offset-violet-400\/5{--tw-ring-offset-color: rgb(167 139 250 / .05)}.ring-offset-violet-400\/10{--tw-ring-offset-color: rgb(167 139 250 / .1)}.ring-offset-violet-400\/20{--tw-ring-offset-color: rgb(167 139 250 / .2)}.ring-offset-violet-400\/25{--tw-ring-offset-color: rgb(167 139 250 / .25)}.ring-offset-violet-400\/30{--tw-ring-offset-color: rgb(167 139 250 / .3)}.ring-offset-violet-400\/40{--tw-ring-offset-color: rgb(167 139 250 / .4)}.ring-offset-violet-400\/50{--tw-ring-offset-color: rgb(167 139 250 / .5)}.ring-offset-violet-400\/60{--tw-ring-offset-color: rgb(167 139 250 / .6)}.ring-offset-violet-400\/70{--tw-ring-offset-color: rgb(167 139 250 / .7)}.ring-offset-violet-400\/75{--tw-ring-offset-color: rgb(167 139 250 / .75)}.ring-offset-violet-400\/80{--tw-ring-offset-color: rgb(167 139 250 / .8)}.ring-offset-violet-400\/90{--tw-ring-offset-color: rgb(167 139 250 / .9)}.ring-offset-violet-400\/95{--tw-ring-offset-color: rgb(167 139 250 / .95)}.ring-offset-violet-400\/100{--tw-ring-offset-color: rgb(167 139 250 / 1)}.ring-offset-violet-500\/0{--tw-ring-offset-color: rgb(139 92 246 / 0)}.ring-offset-violet-500\/5{--tw-ring-offset-color: rgb(139 92 246 / .05)}.ring-offset-violet-500\/10{--tw-ring-offset-color: rgb(139 92 246 / .1)}.ring-offset-violet-500\/20{--tw-ring-offset-color: rgb(139 92 246 / .2)}.ring-offset-violet-500\/25{--tw-ring-offset-color: rgb(139 92 246 / .25)}.ring-offset-violet-500\/30{--tw-ring-offset-color: rgb(139 92 246 / .3)}.ring-offset-violet-500\/40{--tw-ring-offset-color: rgb(139 92 246 / .4)}.ring-offset-violet-500\/50{--tw-ring-offset-color: rgb(139 92 246 / .5)}.ring-offset-violet-500\/60{--tw-ring-offset-color: rgb(139 92 246 / .6)}.ring-offset-violet-500\/70{--tw-ring-offset-color: rgb(139 92 246 / .7)}.ring-offset-violet-500\/75{--tw-ring-offset-color: rgb(139 92 246 / .75)}.ring-offset-violet-500\/80{--tw-ring-offset-color: rgb(139 92 246 / .8)}.ring-offset-violet-500\/90{--tw-ring-offset-color: rgb(139 92 246 / .9)}.ring-offset-violet-500\/95{--tw-ring-offset-color: rgb(139 92 246 / .95)}.ring-offset-violet-500\/100{--tw-ring-offset-color: rgb(139 92 246 / 1)}.ring-offset-violet-600\/0{--tw-ring-offset-color: rgb(124 58 237 / 0)}.ring-offset-violet-600\/5{--tw-ring-offset-color: rgb(124 58 237 / .05)}.ring-offset-violet-600\/10{--tw-ring-offset-color: rgb(124 58 237 / .1)}.ring-offset-violet-600\/20{--tw-ring-offset-color: rgb(124 58 237 / .2)}.ring-offset-violet-600\/25{--tw-ring-offset-color: rgb(124 58 237 / .25)}.ring-offset-violet-600\/30{--tw-ring-offset-color: rgb(124 58 237 / .3)}.ring-offset-violet-600\/40{--tw-ring-offset-color: rgb(124 58 237 / .4)}.ring-offset-violet-600\/50{--tw-ring-offset-color: rgb(124 58 237 / .5)}.ring-offset-violet-600\/60{--tw-ring-offset-color: rgb(124 58 237 / .6)}.ring-offset-violet-600\/70{--tw-ring-offset-color: rgb(124 58 237 / .7)}.ring-offset-violet-600\/75{--tw-ring-offset-color: rgb(124 58 237 / .75)}.ring-offset-violet-600\/80{--tw-ring-offset-color: rgb(124 58 237 / .8)}.ring-offset-violet-600\/90{--tw-ring-offset-color: rgb(124 58 237 / .9)}.ring-offset-violet-600\/95{--tw-ring-offset-color: rgb(124 58 237 / .95)}.ring-offset-violet-600\/100{--tw-ring-offset-color: rgb(124 58 237 / 1)}.ring-offset-violet-700\/0{--tw-ring-offset-color: rgb(109 40 217 / 0)}.ring-offset-violet-700\/5{--tw-ring-offset-color: rgb(109 40 217 / .05)}.ring-offset-violet-700\/10{--tw-ring-offset-color: rgb(109 40 217 / .1)}.ring-offset-violet-700\/20{--tw-ring-offset-color: rgb(109 40 217 / .2)}.ring-offset-violet-700\/25{--tw-ring-offset-color: rgb(109 40 217 / .25)}.ring-offset-violet-700\/30{--tw-ring-offset-color: rgb(109 40 217 / .3)}.ring-offset-violet-700\/40{--tw-ring-offset-color: rgb(109 40 217 / .4)}.ring-offset-violet-700\/50{--tw-ring-offset-color: rgb(109 40 217 / .5)}.ring-offset-violet-700\/60{--tw-ring-offset-color: rgb(109 40 217 / .6)}.ring-offset-violet-700\/70{--tw-ring-offset-color: rgb(109 40 217 / .7)}.ring-offset-violet-700\/75{--tw-ring-offset-color: rgb(109 40 217 / .75)}.ring-offset-violet-700\/80{--tw-ring-offset-color: rgb(109 40 217 / .8)}.ring-offset-violet-700\/90{--tw-ring-offset-color: rgb(109 40 217 / .9)}.ring-offset-violet-700\/95{--tw-ring-offset-color: rgb(109 40 217 / .95)}.ring-offset-violet-700\/100{--tw-ring-offset-color: rgb(109 40 217 / 1)}.ring-offset-violet-800\/0{--tw-ring-offset-color: rgb(91 33 182 / 0)}.ring-offset-violet-800\/5{--tw-ring-offset-color: rgb(91 33 182 / .05)}.ring-offset-violet-800\/10{--tw-ring-offset-color: rgb(91 33 182 / .1)}.ring-offset-violet-800\/20{--tw-ring-offset-color: rgb(91 33 182 / .2)}.ring-offset-violet-800\/25{--tw-ring-offset-color: rgb(91 33 182 / .25)}.ring-offset-violet-800\/30{--tw-ring-offset-color: rgb(91 33 182 / .3)}.ring-offset-violet-800\/40{--tw-ring-offset-color: rgb(91 33 182 / .4)}.ring-offset-violet-800\/50{--tw-ring-offset-color: rgb(91 33 182 / .5)}.ring-offset-violet-800\/60{--tw-ring-offset-color: rgb(91 33 182 / .6)}.ring-offset-violet-800\/70{--tw-ring-offset-color: rgb(91 33 182 / .7)}.ring-offset-violet-800\/75{--tw-ring-offset-color: rgb(91 33 182 / .75)}.ring-offset-violet-800\/80{--tw-ring-offset-color: rgb(91 33 182 / .8)}.ring-offset-violet-800\/90{--tw-ring-offset-color: rgb(91 33 182 / .9)}.ring-offset-violet-800\/95{--tw-ring-offset-color: rgb(91 33 182 / .95)}.ring-offset-violet-800\/100{--tw-ring-offset-color: rgb(91 33 182 / 1)}.ring-offset-violet-900\/0{--tw-ring-offset-color: rgb(76 29 149 / 0)}.ring-offset-violet-900\/5{--tw-ring-offset-color: rgb(76 29 149 / .05)}.ring-offset-violet-900\/10{--tw-ring-offset-color: rgb(76 29 149 / .1)}.ring-offset-violet-900\/20{--tw-ring-offset-color: rgb(76 29 149 / .2)}.ring-offset-violet-900\/25{--tw-ring-offset-color: rgb(76 29 149 / .25)}.ring-offset-violet-900\/30{--tw-ring-offset-color: rgb(76 29 149 / .3)}.ring-offset-violet-900\/40{--tw-ring-offset-color: rgb(76 29 149 / .4)}.ring-offset-violet-900\/50{--tw-ring-offset-color: rgb(76 29 149 / .5)}.ring-offset-violet-900\/60{--tw-ring-offset-color: rgb(76 29 149 / .6)}.ring-offset-violet-900\/70{--tw-ring-offset-color: rgb(76 29 149 / .7)}.ring-offset-violet-900\/75{--tw-ring-offset-color: rgb(76 29 149 / .75)}.ring-offset-violet-900\/80{--tw-ring-offset-color: rgb(76 29 149 / .8)}.ring-offset-violet-900\/90{--tw-ring-offset-color: rgb(76 29 149 / .9)}.ring-offset-violet-900\/95{--tw-ring-offset-color: rgb(76 29 149 / .95)}.ring-offset-violet-900\/100{--tw-ring-offset-color: rgb(76 29 149 / 1)}.ring-offset-fuchsia-50\/0{--tw-ring-offset-color: rgb(253 244 255 / 0)}.ring-offset-fuchsia-50\/5{--tw-ring-offset-color: rgb(253 244 255 / .05)}.ring-offset-fuchsia-50\/10{--tw-ring-offset-color: rgb(253 244 255 / .1)}.ring-offset-fuchsia-50\/20{--tw-ring-offset-color: rgb(253 244 255 / .2)}.ring-offset-fuchsia-50\/25{--tw-ring-offset-color: rgb(253 244 255 / .25)}.ring-offset-fuchsia-50\/30{--tw-ring-offset-color: rgb(253 244 255 / .3)}.ring-offset-fuchsia-50\/40{--tw-ring-offset-color: rgb(253 244 255 / .4)}.ring-offset-fuchsia-50\/50{--tw-ring-offset-color: rgb(253 244 255 / .5)}.ring-offset-fuchsia-50\/60{--tw-ring-offset-color: rgb(253 244 255 / .6)}.ring-offset-fuchsia-50\/70{--tw-ring-offset-color: rgb(253 244 255 / .7)}.ring-offset-fuchsia-50\/75{--tw-ring-offset-color: rgb(253 244 255 / .75)}.ring-offset-fuchsia-50\/80{--tw-ring-offset-color: rgb(253 244 255 / .8)}.ring-offset-fuchsia-50\/90{--tw-ring-offset-color: rgb(253 244 255 / .9)}.ring-offset-fuchsia-50\/95{--tw-ring-offset-color: rgb(253 244 255 / .95)}.ring-offset-fuchsia-50\/100{--tw-ring-offset-color: rgb(253 244 255 / 1)}.ring-offset-fuchsia-100\/0{--tw-ring-offset-color: rgb(250 232 255 / 0)}.ring-offset-fuchsia-100\/5{--tw-ring-offset-color: rgb(250 232 255 / .05)}.ring-offset-fuchsia-100\/10{--tw-ring-offset-color: rgb(250 232 255 / .1)}.ring-offset-fuchsia-100\/20{--tw-ring-offset-color: rgb(250 232 255 / .2)}.ring-offset-fuchsia-100\/25{--tw-ring-offset-color: rgb(250 232 255 / .25)}.ring-offset-fuchsia-100\/30{--tw-ring-offset-color: rgb(250 232 255 / .3)}.ring-offset-fuchsia-100\/40{--tw-ring-offset-color: rgb(250 232 255 / .4)}.ring-offset-fuchsia-100\/50{--tw-ring-offset-color: rgb(250 232 255 / .5)}.ring-offset-fuchsia-100\/60{--tw-ring-offset-color: rgb(250 232 255 / .6)}.ring-offset-fuchsia-100\/70{--tw-ring-offset-color: rgb(250 232 255 / .7)}.ring-offset-fuchsia-100\/75{--tw-ring-offset-color: rgb(250 232 255 / .75)}.ring-offset-fuchsia-100\/80{--tw-ring-offset-color: rgb(250 232 255 / .8)}.ring-offset-fuchsia-100\/90{--tw-ring-offset-color: rgb(250 232 255 / .9)}.ring-offset-fuchsia-100\/95{--tw-ring-offset-color: rgb(250 232 255 / .95)}.ring-offset-fuchsia-100\/100{--tw-ring-offset-color: rgb(250 232 255 / 1)}.ring-offset-fuchsia-200\/0{--tw-ring-offset-color: rgb(245 208 254 / 0)}.ring-offset-fuchsia-200\/5{--tw-ring-offset-color: rgb(245 208 254 / .05)}.ring-offset-fuchsia-200\/10{--tw-ring-offset-color: rgb(245 208 254 / .1)}.ring-offset-fuchsia-200\/20{--tw-ring-offset-color: rgb(245 208 254 / .2)}.ring-offset-fuchsia-200\/25{--tw-ring-offset-color: rgb(245 208 254 / .25)}.ring-offset-fuchsia-200\/30{--tw-ring-offset-color: rgb(245 208 254 / .3)}.ring-offset-fuchsia-200\/40{--tw-ring-offset-color: rgb(245 208 254 / .4)}.ring-offset-fuchsia-200\/50{--tw-ring-offset-color: rgb(245 208 254 / .5)}.ring-offset-fuchsia-200\/60{--tw-ring-offset-color: rgb(245 208 254 / .6)}.ring-offset-fuchsia-200\/70{--tw-ring-offset-color: rgb(245 208 254 / .7)}.ring-offset-fuchsia-200\/75{--tw-ring-offset-color: rgb(245 208 254 / .75)}.ring-offset-fuchsia-200\/80{--tw-ring-offset-color: rgb(245 208 254 / .8)}.ring-offset-fuchsia-200\/90{--tw-ring-offset-color: rgb(245 208 254 / .9)}.ring-offset-fuchsia-200\/95{--tw-ring-offset-color: rgb(245 208 254 / .95)}.ring-offset-fuchsia-200\/100{--tw-ring-offset-color: rgb(245 208 254 / 1)}.ring-offset-fuchsia-300\/0{--tw-ring-offset-color: rgb(240 171 252 / 0)}.ring-offset-fuchsia-300\/5{--tw-ring-offset-color: rgb(240 171 252 / .05)}.ring-offset-fuchsia-300\/10{--tw-ring-offset-color: rgb(240 171 252 / .1)}.ring-offset-fuchsia-300\/20{--tw-ring-offset-color: rgb(240 171 252 / .2)}.ring-offset-fuchsia-300\/25{--tw-ring-offset-color: rgb(240 171 252 / .25)}.ring-offset-fuchsia-300\/30{--tw-ring-offset-color: rgb(240 171 252 / .3)}.ring-offset-fuchsia-300\/40{--tw-ring-offset-color: rgb(240 171 252 / .4)}.ring-offset-fuchsia-300\/50{--tw-ring-offset-color: rgb(240 171 252 / .5)}.ring-offset-fuchsia-300\/60{--tw-ring-offset-color: rgb(240 171 252 / .6)}.ring-offset-fuchsia-300\/70{--tw-ring-offset-color: rgb(240 171 252 / .7)}.ring-offset-fuchsia-300\/75{--tw-ring-offset-color: rgb(240 171 252 / .75)}.ring-offset-fuchsia-300\/80{--tw-ring-offset-color: rgb(240 171 252 / .8)}.ring-offset-fuchsia-300\/90{--tw-ring-offset-color: rgb(240 171 252 / .9)}.ring-offset-fuchsia-300\/95{--tw-ring-offset-color: rgb(240 171 252 / .95)}.ring-offset-fuchsia-300\/100{--tw-ring-offset-color: rgb(240 171 252 / 1)}.ring-offset-fuchsia-400\/0{--tw-ring-offset-color: rgb(232 121 249 / 0)}.ring-offset-fuchsia-400\/5{--tw-ring-offset-color: rgb(232 121 249 / .05)}.ring-offset-fuchsia-400\/10{--tw-ring-offset-color: rgb(232 121 249 / .1)}.ring-offset-fuchsia-400\/20{--tw-ring-offset-color: rgb(232 121 249 / .2)}.ring-offset-fuchsia-400\/25{--tw-ring-offset-color: rgb(232 121 249 / .25)}.ring-offset-fuchsia-400\/30{--tw-ring-offset-color: rgb(232 121 249 / .3)}.ring-offset-fuchsia-400\/40{--tw-ring-offset-color: rgb(232 121 249 / .4)}.ring-offset-fuchsia-400\/50{--tw-ring-offset-color: rgb(232 121 249 / .5)}.ring-offset-fuchsia-400\/60{--tw-ring-offset-color: rgb(232 121 249 / .6)}.ring-offset-fuchsia-400\/70{--tw-ring-offset-color: rgb(232 121 249 / .7)}.ring-offset-fuchsia-400\/75{--tw-ring-offset-color: rgb(232 121 249 / .75)}.ring-offset-fuchsia-400\/80{--tw-ring-offset-color: rgb(232 121 249 / .8)}.ring-offset-fuchsia-400\/90{--tw-ring-offset-color: rgb(232 121 249 / .9)}.ring-offset-fuchsia-400\/95{--tw-ring-offset-color: rgb(232 121 249 / .95)}.ring-offset-fuchsia-400\/100{--tw-ring-offset-color: rgb(232 121 249 / 1)}.ring-offset-fuchsia-500\/0{--tw-ring-offset-color: rgb(217 70 239 / 0)}.ring-offset-fuchsia-500\/5{--tw-ring-offset-color: rgb(217 70 239 / .05)}.ring-offset-fuchsia-500\/10{--tw-ring-offset-color: rgb(217 70 239 / .1)}.ring-offset-fuchsia-500\/20{--tw-ring-offset-color: rgb(217 70 239 / .2)}.ring-offset-fuchsia-500\/25{--tw-ring-offset-color: rgb(217 70 239 / .25)}.ring-offset-fuchsia-500\/30{--tw-ring-offset-color: rgb(217 70 239 / .3)}.ring-offset-fuchsia-500\/40{--tw-ring-offset-color: rgb(217 70 239 / .4)}.ring-offset-fuchsia-500\/50{--tw-ring-offset-color: rgb(217 70 239 / .5)}.ring-offset-fuchsia-500\/60{--tw-ring-offset-color: rgb(217 70 239 / .6)}.ring-offset-fuchsia-500\/70{--tw-ring-offset-color: rgb(217 70 239 / .7)}.ring-offset-fuchsia-500\/75{--tw-ring-offset-color: rgb(217 70 239 / .75)}.ring-offset-fuchsia-500\/80{--tw-ring-offset-color: rgb(217 70 239 / .8)}.ring-offset-fuchsia-500\/90{--tw-ring-offset-color: rgb(217 70 239 / .9)}.ring-offset-fuchsia-500\/95{--tw-ring-offset-color: rgb(217 70 239 / .95)}.ring-offset-fuchsia-500\/100{--tw-ring-offset-color: rgb(217 70 239 / 1)}.ring-offset-fuchsia-600\/0{--tw-ring-offset-color: rgb(192 38 211 / 0)}.ring-offset-fuchsia-600\/5{--tw-ring-offset-color: rgb(192 38 211 / .05)}.ring-offset-fuchsia-600\/10{--tw-ring-offset-color: rgb(192 38 211 / .1)}.ring-offset-fuchsia-600\/20{--tw-ring-offset-color: rgb(192 38 211 / .2)}.ring-offset-fuchsia-600\/25{--tw-ring-offset-color: rgb(192 38 211 / .25)}.ring-offset-fuchsia-600\/30{--tw-ring-offset-color: rgb(192 38 211 / .3)}.ring-offset-fuchsia-600\/40{--tw-ring-offset-color: rgb(192 38 211 / .4)}.ring-offset-fuchsia-600\/50{--tw-ring-offset-color: rgb(192 38 211 / .5)}.ring-offset-fuchsia-600\/60{--tw-ring-offset-color: rgb(192 38 211 / .6)}.ring-offset-fuchsia-600\/70{--tw-ring-offset-color: rgb(192 38 211 / .7)}.ring-offset-fuchsia-600\/75{--tw-ring-offset-color: rgb(192 38 211 / .75)}.ring-offset-fuchsia-600\/80{--tw-ring-offset-color: rgb(192 38 211 / .8)}.ring-offset-fuchsia-600\/90{--tw-ring-offset-color: rgb(192 38 211 / .9)}.ring-offset-fuchsia-600\/95{--tw-ring-offset-color: rgb(192 38 211 / .95)}.ring-offset-fuchsia-600\/100{--tw-ring-offset-color: rgb(192 38 211 / 1)}.ring-offset-fuchsia-700\/0{--tw-ring-offset-color: rgb(162 28 175 / 0)}.ring-offset-fuchsia-700\/5{--tw-ring-offset-color: rgb(162 28 175 / .05)}.ring-offset-fuchsia-700\/10{--tw-ring-offset-color: rgb(162 28 175 / .1)}.ring-offset-fuchsia-700\/20{--tw-ring-offset-color: rgb(162 28 175 / .2)}.ring-offset-fuchsia-700\/25{--tw-ring-offset-color: rgb(162 28 175 / .25)}.ring-offset-fuchsia-700\/30{--tw-ring-offset-color: rgb(162 28 175 / .3)}.ring-offset-fuchsia-700\/40{--tw-ring-offset-color: rgb(162 28 175 / .4)}.ring-offset-fuchsia-700\/50{--tw-ring-offset-color: rgb(162 28 175 / .5)}.ring-offset-fuchsia-700\/60{--tw-ring-offset-color: rgb(162 28 175 / .6)}.ring-offset-fuchsia-700\/70{--tw-ring-offset-color: rgb(162 28 175 / .7)}.ring-offset-fuchsia-700\/75{--tw-ring-offset-color: rgb(162 28 175 / .75)}.ring-offset-fuchsia-700\/80{--tw-ring-offset-color: rgb(162 28 175 / .8)}.ring-offset-fuchsia-700\/90{--tw-ring-offset-color: rgb(162 28 175 / .9)}.ring-offset-fuchsia-700\/95{--tw-ring-offset-color: rgb(162 28 175 / .95)}.ring-offset-fuchsia-700\/100{--tw-ring-offset-color: rgb(162 28 175 / 1)}.ring-offset-fuchsia-800\/0{--tw-ring-offset-color: rgb(134 25 143 / 0)}.ring-offset-fuchsia-800\/5{--tw-ring-offset-color: rgb(134 25 143 / .05)}.ring-offset-fuchsia-800\/10{--tw-ring-offset-color: rgb(134 25 143 / .1)}.ring-offset-fuchsia-800\/20{--tw-ring-offset-color: rgb(134 25 143 / .2)}.ring-offset-fuchsia-800\/25{--tw-ring-offset-color: rgb(134 25 143 / .25)}.ring-offset-fuchsia-800\/30{--tw-ring-offset-color: rgb(134 25 143 / .3)}.ring-offset-fuchsia-800\/40{--tw-ring-offset-color: rgb(134 25 143 / .4)}.ring-offset-fuchsia-800\/50{--tw-ring-offset-color: rgb(134 25 143 / .5)}.ring-offset-fuchsia-800\/60{--tw-ring-offset-color: rgb(134 25 143 / .6)}.ring-offset-fuchsia-800\/70{--tw-ring-offset-color: rgb(134 25 143 / .7)}.ring-offset-fuchsia-800\/75{--tw-ring-offset-color: rgb(134 25 143 / .75)}.ring-offset-fuchsia-800\/80{--tw-ring-offset-color: rgb(134 25 143 / .8)}.ring-offset-fuchsia-800\/90{--tw-ring-offset-color: rgb(134 25 143 / .9)}.ring-offset-fuchsia-800\/95{--tw-ring-offset-color: rgb(134 25 143 / .95)}.ring-offset-fuchsia-800\/100{--tw-ring-offset-color: rgb(134 25 143 / 1)}.ring-offset-fuchsia-900\/0{--tw-ring-offset-color: rgb(112 26 117 / 0)}.ring-offset-fuchsia-900\/5{--tw-ring-offset-color: rgb(112 26 117 / .05)}.ring-offset-fuchsia-900\/10{--tw-ring-offset-color: rgb(112 26 117 / .1)}.ring-offset-fuchsia-900\/20{--tw-ring-offset-color: rgb(112 26 117 / .2)}.ring-offset-fuchsia-900\/25{--tw-ring-offset-color: rgb(112 26 117 / .25)}.ring-offset-fuchsia-900\/30{--tw-ring-offset-color: rgb(112 26 117 / .3)}.ring-offset-fuchsia-900\/40{--tw-ring-offset-color: rgb(112 26 117 / .4)}.ring-offset-fuchsia-900\/50{--tw-ring-offset-color: rgb(112 26 117 / .5)}.ring-offset-fuchsia-900\/60{--tw-ring-offset-color: rgb(112 26 117 / .6)}.ring-offset-fuchsia-900\/70{--tw-ring-offset-color: rgb(112 26 117 / .7)}.ring-offset-fuchsia-900\/75{--tw-ring-offset-color: rgb(112 26 117 / .75)}.ring-offset-fuchsia-900\/80{--tw-ring-offset-color: rgb(112 26 117 / .8)}.ring-offset-fuchsia-900\/90{--tw-ring-offset-color: rgb(112 26 117 / .9)}.ring-offset-fuchsia-900\/95{--tw-ring-offset-color: rgb(112 26 117 / .95)}.ring-offset-fuchsia-900\/100{--tw-ring-offset-color: rgb(112 26 117 / 1)}.ring-offset-pink-50\/0{--tw-ring-offset-color: rgb(253 242 248 / 0)}.ring-offset-pink-50\/5{--tw-ring-offset-color: rgb(253 242 248 / .05)}.ring-offset-pink-50\/10{--tw-ring-offset-color: rgb(253 242 248 / .1)}.ring-offset-pink-50\/20{--tw-ring-offset-color: rgb(253 242 248 / .2)}.ring-offset-pink-50\/25{--tw-ring-offset-color: rgb(253 242 248 / .25)}.ring-offset-pink-50\/30{--tw-ring-offset-color: rgb(253 242 248 / .3)}.ring-offset-pink-50\/40{--tw-ring-offset-color: rgb(253 242 248 / .4)}.ring-offset-pink-50\/50{--tw-ring-offset-color: rgb(253 242 248 / .5)}.ring-offset-pink-50\/60{--tw-ring-offset-color: rgb(253 242 248 / .6)}.ring-offset-pink-50\/70{--tw-ring-offset-color: rgb(253 242 248 / .7)}.ring-offset-pink-50\/75{--tw-ring-offset-color: rgb(253 242 248 / .75)}.ring-offset-pink-50\/80{--tw-ring-offset-color: rgb(253 242 248 / .8)}.ring-offset-pink-50\/90{--tw-ring-offset-color: rgb(253 242 248 / .9)}.ring-offset-pink-50\/95{--tw-ring-offset-color: rgb(253 242 248 / .95)}.ring-offset-pink-50\/100{--tw-ring-offset-color: rgb(253 242 248 / 1)}.ring-offset-pink-100\/0{--tw-ring-offset-color: rgb(252 231 243 / 0)}.ring-offset-pink-100\/5{--tw-ring-offset-color: rgb(252 231 243 / .05)}.ring-offset-pink-100\/10{--tw-ring-offset-color: rgb(252 231 243 / .1)}.ring-offset-pink-100\/20{--tw-ring-offset-color: rgb(252 231 243 / .2)}.ring-offset-pink-100\/25{--tw-ring-offset-color: rgb(252 231 243 / .25)}.ring-offset-pink-100\/30{--tw-ring-offset-color: rgb(252 231 243 / .3)}.ring-offset-pink-100\/40{--tw-ring-offset-color: rgb(252 231 243 / .4)}.ring-offset-pink-100\/50{--tw-ring-offset-color: rgb(252 231 243 / .5)}.ring-offset-pink-100\/60{--tw-ring-offset-color: rgb(252 231 243 / .6)}.ring-offset-pink-100\/70{--tw-ring-offset-color: rgb(252 231 243 / .7)}.ring-offset-pink-100\/75{--tw-ring-offset-color: rgb(252 231 243 / .75)}.ring-offset-pink-100\/80{--tw-ring-offset-color: rgb(252 231 243 / .8)}.ring-offset-pink-100\/90{--tw-ring-offset-color: rgb(252 231 243 / .9)}.ring-offset-pink-100\/95{--tw-ring-offset-color: rgb(252 231 243 / .95)}.ring-offset-pink-100\/100{--tw-ring-offset-color: rgb(252 231 243 / 1)}.ring-offset-pink-200\/0{--tw-ring-offset-color: rgb(251 207 232 / 0)}.ring-offset-pink-200\/5{--tw-ring-offset-color: rgb(251 207 232 / .05)}.ring-offset-pink-200\/10{--tw-ring-offset-color: rgb(251 207 232 / .1)}.ring-offset-pink-200\/20{--tw-ring-offset-color: rgb(251 207 232 / .2)}.ring-offset-pink-200\/25{--tw-ring-offset-color: rgb(251 207 232 / .25)}.ring-offset-pink-200\/30{--tw-ring-offset-color: rgb(251 207 232 / .3)}.ring-offset-pink-200\/40{--tw-ring-offset-color: rgb(251 207 232 / .4)}.ring-offset-pink-200\/50{--tw-ring-offset-color: rgb(251 207 232 / .5)}.ring-offset-pink-200\/60{--tw-ring-offset-color: rgb(251 207 232 / .6)}.ring-offset-pink-200\/70{--tw-ring-offset-color: rgb(251 207 232 / .7)}.ring-offset-pink-200\/75{--tw-ring-offset-color: rgb(251 207 232 / .75)}.ring-offset-pink-200\/80{--tw-ring-offset-color: rgb(251 207 232 / .8)}.ring-offset-pink-200\/90{--tw-ring-offset-color: rgb(251 207 232 / .9)}.ring-offset-pink-200\/95{--tw-ring-offset-color: rgb(251 207 232 / .95)}.ring-offset-pink-200\/100{--tw-ring-offset-color: rgb(251 207 232 / 1)}.ring-offset-pink-300\/0{--tw-ring-offset-color: rgb(249 168 212 / 0)}.ring-offset-pink-300\/5{--tw-ring-offset-color: rgb(249 168 212 / .05)}.ring-offset-pink-300\/10{--tw-ring-offset-color: rgb(249 168 212 / .1)}.ring-offset-pink-300\/20{--tw-ring-offset-color: rgb(249 168 212 / .2)}.ring-offset-pink-300\/25{--tw-ring-offset-color: rgb(249 168 212 / .25)}.ring-offset-pink-300\/30{--tw-ring-offset-color: rgb(249 168 212 / .3)}.ring-offset-pink-300\/40{--tw-ring-offset-color: rgb(249 168 212 / .4)}.ring-offset-pink-300\/50{--tw-ring-offset-color: rgb(249 168 212 / .5)}.ring-offset-pink-300\/60{--tw-ring-offset-color: rgb(249 168 212 / .6)}.ring-offset-pink-300\/70{--tw-ring-offset-color: rgb(249 168 212 / .7)}.ring-offset-pink-300\/75{--tw-ring-offset-color: rgb(249 168 212 / .75)}.ring-offset-pink-300\/80{--tw-ring-offset-color: rgb(249 168 212 / .8)}.ring-offset-pink-300\/90{--tw-ring-offset-color: rgb(249 168 212 / .9)}.ring-offset-pink-300\/95{--tw-ring-offset-color: rgb(249 168 212 / .95)}.ring-offset-pink-300\/100{--tw-ring-offset-color: rgb(249 168 212 / 1)}.ring-offset-pink-400\/0{--tw-ring-offset-color: rgb(244 114 182 / 0)}.ring-offset-pink-400\/5{--tw-ring-offset-color: rgb(244 114 182 / .05)}.ring-offset-pink-400\/10{--tw-ring-offset-color: rgb(244 114 182 / .1)}.ring-offset-pink-400\/20{--tw-ring-offset-color: rgb(244 114 182 / .2)}.ring-offset-pink-400\/25{--tw-ring-offset-color: rgb(244 114 182 / .25)}.ring-offset-pink-400\/30{--tw-ring-offset-color: rgb(244 114 182 / .3)}.ring-offset-pink-400\/40{--tw-ring-offset-color: rgb(244 114 182 / .4)}.ring-offset-pink-400\/50{--tw-ring-offset-color: rgb(244 114 182 / .5)}.ring-offset-pink-400\/60{--tw-ring-offset-color: rgb(244 114 182 / .6)}.ring-offset-pink-400\/70{--tw-ring-offset-color: rgb(244 114 182 / .7)}.ring-offset-pink-400\/75{--tw-ring-offset-color: rgb(244 114 182 / .75)}.ring-offset-pink-400\/80{--tw-ring-offset-color: rgb(244 114 182 / .8)}.ring-offset-pink-400\/90{--tw-ring-offset-color: rgb(244 114 182 / .9)}.ring-offset-pink-400\/95{--tw-ring-offset-color: rgb(244 114 182 / .95)}.ring-offset-pink-400\/100{--tw-ring-offset-color: rgb(244 114 182 / 1)}.ring-offset-pink-500\/0{--tw-ring-offset-color: rgb(236 72 153 / 0)}.ring-offset-pink-500\/5{--tw-ring-offset-color: rgb(236 72 153 / .05)}.ring-offset-pink-500\/10{--tw-ring-offset-color: rgb(236 72 153 / .1)}.ring-offset-pink-500\/20{--tw-ring-offset-color: rgb(236 72 153 / .2)}.ring-offset-pink-500\/25{--tw-ring-offset-color: rgb(236 72 153 / .25)}.ring-offset-pink-500\/30{--tw-ring-offset-color: rgb(236 72 153 / .3)}.ring-offset-pink-500\/40{--tw-ring-offset-color: rgb(236 72 153 / .4)}.ring-offset-pink-500\/50{--tw-ring-offset-color: rgb(236 72 153 / .5)}.ring-offset-pink-500\/60{--tw-ring-offset-color: rgb(236 72 153 / .6)}.ring-offset-pink-500\/70{--tw-ring-offset-color: rgb(236 72 153 / .7)}.ring-offset-pink-500\/75{--tw-ring-offset-color: rgb(236 72 153 / .75)}.ring-offset-pink-500\/80{--tw-ring-offset-color: rgb(236 72 153 / .8)}.ring-offset-pink-500\/90{--tw-ring-offset-color: rgb(236 72 153 / .9)}.ring-offset-pink-500\/95{--tw-ring-offset-color: rgb(236 72 153 / .95)}.ring-offset-pink-500\/100{--tw-ring-offset-color: rgb(236 72 153 / 1)}.ring-offset-pink-600\/0{--tw-ring-offset-color: rgb(219 39 119 / 0)}.ring-offset-pink-600\/5{--tw-ring-offset-color: rgb(219 39 119 / .05)}.ring-offset-pink-600\/10{--tw-ring-offset-color: rgb(219 39 119 / .1)}.ring-offset-pink-600\/20{--tw-ring-offset-color: rgb(219 39 119 / .2)}.ring-offset-pink-600\/25{--tw-ring-offset-color: rgb(219 39 119 / .25)}.ring-offset-pink-600\/30{--tw-ring-offset-color: rgb(219 39 119 / .3)}.ring-offset-pink-600\/40{--tw-ring-offset-color: rgb(219 39 119 / .4)}.ring-offset-pink-600\/50{--tw-ring-offset-color: rgb(219 39 119 / .5)}.ring-offset-pink-600\/60{--tw-ring-offset-color: rgb(219 39 119 / .6)}.ring-offset-pink-600\/70{--tw-ring-offset-color: rgb(219 39 119 / .7)}.ring-offset-pink-600\/75{--tw-ring-offset-color: rgb(219 39 119 / .75)}.ring-offset-pink-600\/80{--tw-ring-offset-color: rgb(219 39 119 / .8)}.ring-offset-pink-600\/90{--tw-ring-offset-color: rgb(219 39 119 / .9)}.ring-offset-pink-600\/95{--tw-ring-offset-color: rgb(219 39 119 / .95)}.ring-offset-pink-600\/100{--tw-ring-offset-color: rgb(219 39 119 / 1)}.ring-offset-pink-700\/0{--tw-ring-offset-color: rgb(190 24 93 / 0)}.ring-offset-pink-700\/5{--tw-ring-offset-color: rgb(190 24 93 / .05)}.ring-offset-pink-700\/10{--tw-ring-offset-color: rgb(190 24 93 / .1)}.ring-offset-pink-700\/20{--tw-ring-offset-color: rgb(190 24 93 / .2)}.ring-offset-pink-700\/25{--tw-ring-offset-color: rgb(190 24 93 / .25)}.ring-offset-pink-700\/30{--tw-ring-offset-color: rgb(190 24 93 / .3)}.ring-offset-pink-700\/40{--tw-ring-offset-color: rgb(190 24 93 / .4)}.ring-offset-pink-700\/50{--tw-ring-offset-color: rgb(190 24 93 / .5)}.ring-offset-pink-700\/60{--tw-ring-offset-color: rgb(190 24 93 / .6)}.ring-offset-pink-700\/70{--tw-ring-offset-color: rgb(190 24 93 / .7)}.ring-offset-pink-700\/75{--tw-ring-offset-color: rgb(190 24 93 / .75)}.ring-offset-pink-700\/80{--tw-ring-offset-color: rgb(190 24 93 / .8)}.ring-offset-pink-700\/90{--tw-ring-offset-color: rgb(190 24 93 / .9)}.ring-offset-pink-700\/95{--tw-ring-offset-color: rgb(190 24 93 / .95)}.ring-offset-pink-700\/100{--tw-ring-offset-color: rgb(190 24 93 / 1)}.ring-offset-pink-800\/0{--tw-ring-offset-color: rgb(157 23 77 / 0)}.ring-offset-pink-800\/5{--tw-ring-offset-color: rgb(157 23 77 / .05)}.ring-offset-pink-800\/10{--tw-ring-offset-color: rgb(157 23 77 / .1)}.ring-offset-pink-800\/20{--tw-ring-offset-color: rgb(157 23 77 / .2)}.ring-offset-pink-800\/25{--tw-ring-offset-color: rgb(157 23 77 / .25)}.ring-offset-pink-800\/30{--tw-ring-offset-color: rgb(157 23 77 / .3)}.ring-offset-pink-800\/40{--tw-ring-offset-color: rgb(157 23 77 / .4)}.ring-offset-pink-800\/50{--tw-ring-offset-color: rgb(157 23 77 / .5)}.ring-offset-pink-800\/60{--tw-ring-offset-color: rgb(157 23 77 / .6)}.ring-offset-pink-800\/70{--tw-ring-offset-color: rgb(157 23 77 / .7)}.ring-offset-pink-800\/75{--tw-ring-offset-color: rgb(157 23 77 / .75)}.ring-offset-pink-800\/80{--tw-ring-offset-color: rgb(157 23 77 / .8)}.ring-offset-pink-800\/90{--tw-ring-offset-color: rgb(157 23 77 / .9)}.ring-offset-pink-800\/95{--tw-ring-offset-color: rgb(157 23 77 / .95)}.ring-offset-pink-800\/100{--tw-ring-offset-color: rgb(157 23 77 / 1)}.ring-offset-pink-900\/0{--tw-ring-offset-color: rgb(131 24 67 / 0)}.ring-offset-pink-900\/5{--tw-ring-offset-color: rgb(131 24 67 / .05)}.ring-offset-pink-900\/10{--tw-ring-offset-color: rgb(131 24 67 / .1)}.ring-offset-pink-900\/20{--tw-ring-offset-color: rgb(131 24 67 / .2)}.ring-offset-pink-900\/25{--tw-ring-offset-color: rgb(131 24 67 / .25)}.ring-offset-pink-900\/30{--tw-ring-offset-color: rgb(131 24 67 / .3)}.ring-offset-pink-900\/40{--tw-ring-offset-color: rgb(131 24 67 / .4)}.ring-offset-pink-900\/50{--tw-ring-offset-color: rgb(131 24 67 / .5)}.ring-offset-pink-900\/60{--tw-ring-offset-color: rgb(131 24 67 / .6)}.ring-offset-pink-900\/70{--tw-ring-offset-color: rgb(131 24 67 / .7)}.ring-offset-pink-900\/75{--tw-ring-offset-color: rgb(131 24 67 / .75)}.ring-offset-pink-900\/80{--tw-ring-offset-color: rgb(131 24 67 / .8)}.ring-offset-pink-900\/90{--tw-ring-offset-color: rgb(131 24 67 / .9)}.ring-offset-pink-900\/95{--tw-ring-offset-color: rgb(131 24 67 / .95)}.ring-offset-pink-900\/100{--tw-ring-offset-color: rgb(131 24 67 / 1)}.ring-offset-rose-50\/0{--tw-ring-offset-color: rgb(255 241 242 / 0)}.ring-offset-rose-50\/5{--tw-ring-offset-color: rgb(255 241 242 / .05)}.ring-offset-rose-50\/10{--tw-ring-offset-color: rgb(255 241 242 / .1)}.ring-offset-rose-50\/20{--tw-ring-offset-color: rgb(255 241 242 / .2)}.ring-offset-rose-50\/25{--tw-ring-offset-color: rgb(255 241 242 / .25)}.ring-offset-rose-50\/30{--tw-ring-offset-color: rgb(255 241 242 / .3)}.ring-offset-rose-50\/40{--tw-ring-offset-color: rgb(255 241 242 / .4)}.ring-offset-rose-50\/50{--tw-ring-offset-color: rgb(255 241 242 / .5)}.ring-offset-rose-50\/60{--tw-ring-offset-color: rgb(255 241 242 / .6)}.ring-offset-rose-50\/70{--tw-ring-offset-color: rgb(255 241 242 / .7)}.ring-offset-rose-50\/75{--tw-ring-offset-color: rgb(255 241 242 / .75)}.ring-offset-rose-50\/80{--tw-ring-offset-color: rgb(255 241 242 / .8)}.ring-offset-rose-50\/90{--tw-ring-offset-color: rgb(255 241 242 / .9)}.ring-offset-rose-50\/95{--tw-ring-offset-color: rgb(255 241 242 / .95)}.ring-offset-rose-50\/100{--tw-ring-offset-color: rgb(255 241 242 / 1)}.ring-offset-rose-100\/0{--tw-ring-offset-color: rgb(255 228 230 / 0)}.ring-offset-rose-100\/5{--tw-ring-offset-color: rgb(255 228 230 / .05)}.ring-offset-rose-100\/10{--tw-ring-offset-color: rgb(255 228 230 / .1)}.ring-offset-rose-100\/20{--tw-ring-offset-color: rgb(255 228 230 / .2)}.ring-offset-rose-100\/25{--tw-ring-offset-color: rgb(255 228 230 / .25)}.ring-offset-rose-100\/30{--tw-ring-offset-color: rgb(255 228 230 / .3)}.ring-offset-rose-100\/40{--tw-ring-offset-color: rgb(255 228 230 / .4)}.ring-offset-rose-100\/50{--tw-ring-offset-color: rgb(255 228 230 / .5)}.ring-offset-rose-100\/60{--tw-ring-offset-color: rgb(255 228 230 / .6)}.ring-offset-rose-100\/70{--tw-ring-offset-color: rgb(255 228 230 / .7)}.ring-offset-rose-100\/75{--tw-ring-offset-color: rgb(255 228 230 / .75)}.ring-offset-rose-100\/80{--tw-ring-offset-color: rgb(255 228 230 / .8)}.ring-offset-rose-100\/90{--tw-ring-offset-color: rgb(255 228 230 / .9)}.ring-offset-rose-100\/95{--tw-ring-offset-color: rgb(255 228 230 / .95)}.ring-offset-rose-100\/100{--tw-ring-offset-color: rgb(255 228 230 / 1)}.ring-offset-rose-200\/0{--tw-ring-offset-color: rgb(254 205 211 / 0)}.ring-offset-rose-200\/5{--tw-ring-offset-color: rgb(254 205 211 / .05)}.ring-offset-rose-200\/10{--tw-ring-offset-color: rgb(254 205 211 / .1)}.ring-offset-rose-200\/20{--tw-ring-offset-color: rgb(254 205 211 / .2)}.ring-offset-rose-200\/25{--tw-ring-offset-color: rgb(254 205 211 / .25)}.ring-offset-rose-200\/30{--tw-ring-offset-color: rgb(254 205 211 / .3)}.ring-offset-rose-200\/40{--tw-ring-offset-color: rgb(254 205 211 / .4)}.ring-offset-rose-200\/50{--tw-ring-offset-color: rgb(254 205 211 / .5)}.ring-offset-rose-200\/60{--tw-ring-offset-color: rgb(254 205 211 / .6)}.ring-offset-rose-200\/70{--tw-ring-offset-color: rgb(254 205 211 / .7)}.ring-offset-rose-200\/75{--tw-ring-offset-color: rgb(254 205 211 / .75)}.ring-offset-rose-200\/80{--tw-ring-offset-color: rgb(254 205 211 / .8)}.ring-offset-rose-200\/90{--tw-ring-offset-color: rgb(254 205 211 / .9)}.ring-offset-rose-200\/95{--tw-ring-offset-color: rgb(254 205 211 / .95)}.ring-offset-rose-200\/100{--tw-ring-offset-color: rgb(254 205 211 / 1)}.ring-offset-rose-300\/0{--tw-ring-offset-color: rgb(253 164 175 / 0)}.ring-offset-rose-300\/5{--tw-ring-offset-color: rgb(253 164 175 / .05)}.ring-offset-rose-300\/10{--tw-ring-offset-color: rgb(253 164 175 / .1)}.ring-offset-rose-300\/20{--tw-ring-offset-color: rgb(253 164 175 / .2)}.ring-offset-rose-300\/25{--tw-ring-offset-color: rgb(253 164 175 / .25)}.ring-offset-rose-300\/30{--tw-ring-offset-color: rgb(253 164 175 / .3)}.ring-offset-rose-300\/40{--tw-ring-offset-color: rgb(253 164 175 / .4)}.ring-offset-rose-300\/50{--tw-ring-offset-color: rgb(253 164 175 / .5)}.ring-offset-rose-300\/60{--tw-ring-offset-color: rgb(253 164 175 / .6)}.ring-offset-rose-300\/70{--tw-ring-offset-color: rgb(253 164 175 / .7)}.ring-offset-rose-300\/75{--tw-ring-offset-color: rgb(253 164 175 / .75)}.ring-offset-rose-300\/80{--tw-ring-offset-color: rgb(253 164 175 / .8)}.ring-offset-rose-300\/90{--tw-ring-offset-color: rgb(253 164 175 / .9)}.ring-offset-rose-300\/95{--tw-ring-offset-color: rgb(253 164 175 / .95)}.ring-offset-rose-300\/100{--tw-ring-offset-color: rgb(253 164 175 / 1)}.ring-offset-rose-400\/0{--tw-ring-offset-color: rgb(251 113 133 / 0)}.ring-offset-rose-400\/5{--tw-ring-offset-color: rgb(251 113 133 / .05)}.ring-offset-rose-400\/10{--tw-ring-offset-color: rgb(251 113 133 / .1)}.ring-offset-rose-400\/20{--tw-ring-offset-color: rgb(251 113 133 / .2)}.ring-offset-rose-400\/25{--tw-ring-offset-color: rgb(251 113 133 / .25)}.ring-offset-rose-400\/30{--tw-ring-offset-color: rgb(251 113 133 / .3)}.ring-offset-rose-400\/40{--tw-ring-offset-color: rgb(251 113 133 / .4)}.ring-offset-rose-400\/50{--tw-ring-offset-color: rgb(251 113 133 / .5)}.ring-offset-rose-400\/60{--tw-ring-offset-color: rgb(251 113 133 / .6)}.ring-offset-rose-400\/70{--tw-ring-offset-color: rgb(251 113 133 / .7)}.ring-offset-rose-400\/75{--tw-ring-offset-color: rgb(251 113 133 / .75)}.ring-offset-rose-400\/80{--tw-ring-offset-color: rgb(251 113 133 / .8)}.ring-offset-rose-400\/90{--tw-ring-offset-color: rgb(251 113 133 / .9)}.ring-offset-rose-400\/95{--tw-ring-offset-color: rgb(251 113 133 / .95)}.ring-offset-rose-400\/100{--tw-ring-offset-color: rgb(251 113 133 / 1)}.ring-offset-rose-500\/0{--tw-ring-offset-color: rgb(244 63 94 / 0)}.ring-offset-rose-500\/5{--tw-ring-offset-color: rgb(244 63 94 / .05)}.ring-offset-rose-500\/10{--tw-ring-offset-color: rgb(244 63 94 / .1)}.ring-offset-rose-500\/20{--tw-ring-offset-color: rgb(244 63 94 / .2)}.ring-offset-rose-500\/25{--tw-ring-offset-color: rgb(244 63 94 / .25)}.ring-offset-rose-500\/30{--tw-ring-offset-color: rgb(244 63 94 / .3)}.ring-offset-rose-500\/40{--tw-ring-offset-color: rgb(244 63 94 / .4)}.ring-offset-rose-500\/50{--tw-ring-offset-color: rgb(244 63 94 / .5)}.ring-offset-rose-500\/60{--tw-ring-offset-color: rgb(244 63 94 / .6)}.ring-offset-rose-500\/70{--tw-ring-offset-color: rgb(244 63 94 / .7)}.ring-offset-rose-500\/75{--tw-ring-offset-color: rgb(244 63 94 / .75)}.ring-offset-rose-500\/80{--tw-ring-offset-color: rgb(244 63 94 / .8)}.ring-offset-rose-500\/90{--tw-ring-offset-color: rgb(244 63 94 / .9)}.ring-offset-rose-500\/95{--tw-ring-offset-color: rgb(244 63 94 / .95)}.ring-offset-rose-500\/100{--tw-ring-offset-color: rgb(244 63 94 / 1)}.ring-offset-rose-600\/0{--tw-ring-offset-color: rgb(225 29 72 / 0)}.ring-offset-rose-600\/5{--tw-ring-offset-color: rgb(225 29 72 / .05)}.ring-offset-rose-600\/10{--tw-ring-offset-color: rgb(225 29 72 / .1)}.ring-offset-rose-600\/20{--tw-ring-offset-color: rgb(225 29 72 / .2)}.ring-offset-rose-600\/25{--tw-ring-offset-color: rgb(225 29 72 / .25)}.ring-offset-rose-600\/30{--tw-ring-offset-color: rgb(225 29 72 / .3)}.ring-offset-rose-600\/40{--tw-ring-offset-color: rgb(225 29 72 / .4)}.ring-offset-rose-600\/50{--tw-ring-offset-color: rgb(225 29 72 / .5)}.ring-offset-rose-600\/60{--tw-ring-offset-color: rgb(225 29 72 / .6)}.ring-offset-rose-600\/70{--tw-ring-offset-color: rgb(225 29 72 / .7)}.ring-offset-rose-600\/75{--tw-ring-offset-color: rgb(225 29 72 / .75)}.ring-offset-rose-600\/80{--tw-ring-offset-color: rgb(225 29 72 / .8)}.ring-offset-rose-600\/90{--tw-ring-offset-color: rgb(225 29 72 / .9)}.ring-offset-rose-600\/95{--tw-ring-offset-color: rgb(225 29 72 / .95)}.ring-offset-rose-600\/100{--tw-ring-offset-color: rgb(225 29 72 / 1)}.ring-offset-rose-700\/0{--tw-ring-offset-color: rgb(190 18 60 / 0)}.ring-offset-rose-700\/5{--tw-ring-offset-color: rgb(190 18 60 / .05)}.ring-offset-rose-700\/10{--tw-ring-offset-color: rgb(190 18 60 / .1)}.ring-offset-rose-700\/20{--tw-ring-offset-color: rgb(190 18 60 / .2)}.ring-offset-rose-700\/25{--tw-ring-offset-color: rgb(190 18 60 / .25)}.ring-offset-rose-700\/30{--tw-ring-offset-color: rgb(190 18 60 / .3)}.ring-offset-rose-700\/40{--tw-ring-offset-color: rgb(190 18 60 / .4)}.ring-offset-rose-700\/50{--tw-ring-offset-color: rgb(190 18 60 / .5)}.ring-offset-rose-700\/60{--tw-ring-offset-color: rgb(190 18 60 / .6)}.ring-offset-rose-700\/70{--tw-ring-offset-color: rgb(190 18 60 / .7)}.ring-offset-rose-700\/75{--tw-ring-offset-color: rgb(190 18 60 / .75)}.ring-offset-rose-700\/80{--tw-ring-offset-color: rgb(190 18 60 / .8)}.ring-offset-rose-700\/90{--tw-ring-offset-color: rgb(190 18 60 / .9)}.ring-offset-rose-700\/95{--tw-ring-offset-color: rgb(190 18 60 / .95)}.ring-offset-rose-700\/100{--tw-ring-offset-color: rgb(190 18 60 / 1)}.ring-offset-rose-800\/0{--tw-ring-offset-color: rgb(159 18 57 / 0)}.ring-offset-rose-800\/5{--tw-ring-offset-color: rgb(159 18 57 / .05)}.ring-offset-rose-800\/10{--tw-ring-offset-color: rgb(159 18 57 / .1)}.ring-offset-rose-800\/20{--tw-ring-offset-color: rgb(159 18 57 / .2)}.ring-offset-rose-800\/25{--tw-ring-offset-color: rgb(159 18 57 / .25)}.ring-offset-rose-800\/30{--tw-ring-offset-color: rgb(159 18 57 / .3)}.ring-offset-rose-800\/40{--tw-ring-offset-color: rgb(159 18 57 / .4)}.ring-offset-rose-800\/50{--tw-ring-offset-color: rgb(159 18 57 / .5)}.ring-offset-rose-800\/60{--tw-ring-offset-color: rgb(159 18 57 / .6)}.ring-offset-rose-800\/70{--tw-ring-offset-color: rgb(159 18 57 / .7)}.ring-offset-rose-800\/75{--tw-ring-offset-color: rgb(159 18 57 / .75)}.ring-offset-rose-800\/80{--tw-ring-offset-color: rgb(159 18 57 / .8)}.ring-offset-rose-800\/90{--tw-ring-offset-color: rgb(159 18 57 / .9)}.ring-offset-rose-800\/95{--tw-ring-offset-color: rgb(159 18 57 / .95)}.ring-offset-rose-800\/100{--tw-ring-offset-color: rgb(159 18 57 / 1)}.ring-offset-rose-900\/0{--tw-ring-offset-color: rgb(136 19 55 / 0)}.ring-offset-rose-900\/5{--tw-ring-offset-color: rgb(136 19 55 / .05)}.ring-offset-rose-900\/10{--tw-ring-offset-color: rgb(136 19 55 / .1)}.ring-offset-rose-900\/20{--tw-ring-offset-color: rgb(136 19 55 / .2)}.ring-offset-rose-900\/25{--tw-ring-offset-color: rgb(136 19 55 / .25)}.ring-offset-rose-900\/30{--tw-ring-offset-color: rgb(136 19 55 / .3)}.ring-offset-rose-900\/40{--tw-ring-offset-color: rgb(136 19 55 / .4)}.ring-offset-rose-900\/50{--tw-ring-offset-color: rgb(136 19 55 / .5)}.ring-offset-rose-900\/60{--tw-ring-offset-color: rgb(136 19 55 / .6)}.ring-offset-rose-900\/70{--tw-ring-offset-color: rgb(136 19 55 / .7)}.ring-offset-rose-900\/75{--tw-ring-offset-color: rgb(136 19 55 / .75)}.ring-offset-rose-900\/80{--tw-ring-offset-color: rgb(136 19 55 / .8)}.ring-offset-rose-900\/90{--tw-ring-offset-color: rgb(136 19 55 / .9)}.ring-offset-rose-900\/95{--tw-ring-offset-color: rgb(136 19 55 / .95)}.ring-offset-rose-900\/100{--tw-ring-offset-color: rgb(136 19 55 / 1)}.ring-offset-primary-100\/0{--tw-ring-offset-color: rgb(242 243 244 / 0)}.ring-offset-primary-100\/5{--tw-ring-offset-color: rgb(242 243 244 / .05)}.ring-offset-primary-100\/10{--tw-ring-offset-color: rgb(242 243 244 / .1)}.ring-offset-primary-100\/20{--tw-ring-offset-color: rgb(242 243 244 / .2)}.ring-offset-primary-100\/25{--tw-ring-offset-color: rgb(242 243 244 / .25)}.ring-offset-primary-100\/30{--tw-ring-offset-color: rgb(242 243 244 / .3)}.ring-offset-primary-100\/40{--tw-ring-offset-color: rgb(242 243 244 / .4)}.ring-offset-primary-100\/50{--tw-ring-offset-color: rgb(242 243 244 / .5)}.ring-offset-primary-100\/60{--tw-ring-offset-color: rgb(242 243 244 / .6)}.ring-offset-primary-100\/70{--tw-ring-offset-color: rgb(242 243 244 / .7)}.ring-offset-primary-100\/75{--tw-ring-offset-color: rgb(242 243 244 / .75)}.ring-offset-primary-100\/80{--tw-ring-offset-color: rgb(242 243 244 / .8)}.ring-offset-primary-100\/90{--tw-ring-offset-color: rgb(242 243 244 / .9)}.ring-offset-primary-100\/95{--tw-ring-offset-color: rgb(242 243 244 / .95)}.ring-offset-primary-100\/100{--tw-ring-offset-color: rgb(242 243 244 / 1)}.ring-offset-primary-200\/0{--tw-ring-offset-color: rgb(232 232 240 / 0)}.ring-offset-primary-200\/5{--tw-ring-offset-color: rgb(232 232 240 / .05)}.ring-offset-primary-200\/10{--tw-ring-offset-color: rgb(232 232 240 / .1)}.ring-offset-primary-200\/20{--tw-ring-offset-color: rgb(232 232 240 / .2)}.ring-offset-primary-200\/25{--tw-ring-offset-color: rgb(232 232 240 / .25)}.ring-offset-primary-200\/30{--tw-ring-offset-color: rgb(232 232 240 / .3)}.ring-offset-primary-200\/40{--tw-ring-offset-color: rgb(232 232 240 / .4)}.ring-offset-primary-200\/50{--tw-ring-offset-color: rgb(232 232 240 / .5)}.ring-offset-primary-200\/60{--tw-ring-offset-color: rgb(232 232 240 / .6)}.ring-offset-primary-200\/70{--tw-ring-offset-color: rgb(232 232 240 / .7)}.ring-offset-primary-200\/75{--tw-ring-offset-color: rgb(232 232 240 / .75)}.ring-offset-primary-200\/80{--tw-ring-offset-color: rgb(232 232 240 / .8)}.ring-offset-primary-200\/90{--tw-ring-offset-color: rgb(232 232 240 / .9)}.ring-offset-primary-200\/95{--tw-ring-offset-color: rgb(232 232 240 / .95)}.ring-offset-primary-200\/100{--tw-ring-offset-color: rgb(232 232 240 / 1)}.ring-offset-primary-300\/0{--tw-ring-offset-color: rgb(208 208 225 / 0)}.ring-offset-primary-300\/5{--tw-ring-offset-color: rgb(208 208 225 / .05)}.ring-offset-primary-300\/10{--tw-ring-offset-color: rgb(208 208 225 / .1)}.ring-offset-primary-300\/20{--tw-ring-offset-color: rgb(208 208 225 / .2)}.ring-offset-primary-300\/25{--tw-ring-offset-color: rgb(208 208 225 / .25)}.ring-offset-primary-300\/30{--tw-ring-offset-color: rgb(208 208 225 / .3)}.ring-offset-primary-300\/40{--tw-ring-offset-color: rgb(208 208 225 / .4)}.ring-offset-primary-300\/50{--tw-ring-offset-color: rgb(208 208 225 / .5)}.ring-offset-primary-300\/60{--tw-ring-offset-color: rgb(208 208 225 / .6)}.ring-offset-primary-300\/70{--tw-ring-offset-color: rgb(208 208 225 / .7)}.ring-offset-primary-300\/75{--tw-ring-offset-color: rgb(208 208 225 / .75)}.ring-offset-primary-300\/80{--tw-ring-offset-color: rgb(208 208 225 / .8)}.ring-offset-primary-300\/90{--tw-ring-offset-color: rgb(208 208 225 / .9)}.ring-offset-primary-300\/95{--tw-ring-offset-color: rgb(208 208 225 / .95)}.ring-offset-primary-300\/100{--tw-ring-offset-color: rgb(208 208 225 / 1)}.ring-offset-primary-400\/0{--tw-ring-offset-color: rgb(180 180 209 / 0)}.ring-offset-primary-400\/5{--tw-ring-offset-color: rgb(180 180 209 / .05)}.ring-offset-primary-400\/10{--tw-ring-offset-color: rgb(180 180 209 / .1)}.ring-offset-primary-400\/20{--tw-ring-offset-color: rgb(180 180 209 / .2)}.ring-offset-primary-400\/25{--tw-ring-offset-color: rgb(180 180 209 / .25)}.ring-offset-primary-400\/30{--tw-ring-offset-color: rgb(180 180 209 / .3)}.ring-offset-primary-400\/40{--tw-ring-offset-color: rgb(180 180 209 / .4)}.ring-offset-primary-400\/50{--tw-ring-offset-color: rgb(180 180 209 / .5)}.ring-offset-primary-400\/60{--tw-ring-offset-color: rgb(180 180 209 / .6)}.ring-offset-primary-400\/70{--tw-ring-offset-color: rgb(180 180 209 / .7)}.ring-offset-primary-400\/75{--tw-ring-offset-color: rgb(180 180 209 / .75)}.ring-offset-primary-400\/80{--tw-ring-offset-color: rgb(180 180 209 / .8)}.ring-offset-primary-400\/90{--tw-ring-offset-color: rgb(180 180 209 / .9)}.ring-offset-primary-400\/95{--tw-ring-offset-color: rgb(180 180 209 / .95)}.ring-offset-primary-400\/100{--tw-ring-offset-color: rgb(180 180 209 / 1)}.ring-offset-primary-500\/0{--tw-ring-offset-color: rgb(147 147 191 / 0)}.ring-offset-primary-500\/5{--tw-ring-offset-color: rgb(147 147 191 / .05)}.ring-offset-primary-500\/10{--tw-ring-offset-color: rgb(147 147 191 / .1)}.ring-offset-primary-500\/20{--tw-ring-offset-color: rgb(147 147 191 / .2)}.ring-offset-primary-500\/25{--tw-ring-offset-color: rgb(147 147 191 / .25)}.ring-offset-primary-500\/30{--tw-ring-offset-color: rgb(147 147 191 / .3)}.ring-offset-primary-500\/40{--tw-ring-offset-color: rgb(147 147 191 / .4)}.ring-offset-primary-500\/50{--tw-ring-offset-color: rgb(147 147 191 / .5)}.ring-offset-primary-500\/60{--tw-ring-offset-color: rgb(147 147 191 / .6)}.ring-offset-primary-500\/70{--tw-ring-offset-color: rgb(147 147 191 / .7)}.ring-offset-primary-500\/75{--tw-ring-offset-color: rgb(147 147 191 / .75)}.ring-offset-primary-500\/80{--tw-ring-offset-color: rgb(147 147 191 / .8)}.ring-offset-primary-500\/90{--tw-ring-offset-color: rgb(147 147 191 / .9)}.ring-offset-primary-500\/95{--tw-ring-offset-color: rgb(147 147 191 / .95)}.ring-offset-primary-500\/100{--tw-ring-offset-color: rgb(147 147 191 / 1)}.ring-offset-primary-600\/0{--tw-ring-offset-color: rgb(104 104 172 / 0)}.ring-offset-primary-600\/5{--tw-ring-offset-color: rgb(104 104 172 / .05)}.ring-offset-primary-600\/10{--tw-ring-offset-color: rgb(104 104 172 / .1)}.ring-offset-primary-600\/20{--tw-ring-offset-color: rgb(104 104 172 / .2)}.ring-offset-primary-600\/25{--tw-ring-offset-color: rgb(104 104 172 / .25)}.ring-offset-primary-600\/30{--tw-ring-offset-color: rgb(104 104 172 / .3)}.ring-offset-primary-600\/40{--tw-ring-offset-color: rgb(104 104 172 / .4)}.ring-offset-primary-600\/50{--tw-ring-offset-color: rgb(104 104 172 / .5)}.ring-offset-primary-600\/60{--tw-ring-offset-color: rgb(104 104 172 / .6)}.ring-offset-primary-600\/70{--tw-ring-offset-color: rgb(104 104 172 / .7)}.ring-offset-primary-600\/75{--tw-ring-offset-color: rgb(104 104 172 / .75)}.ring-offset-primary-600\/80{--tw-ring-offset-color: rgb(104 104 172 / .8)}.ring-offset-primary-600\/90{--tw-ring-offset-color: rgb(104 104 172 / .9)}.ring-offset-primary-600\/95{--tw-ring-offset-color: rgb(104 104 172 / .95)}.ring-offset-primary-600\/100{--tw-ring-offset-color: rgb(104 104 172 / 1)}.ring-offset-primary-700\/0{--tw-ring-offset-color: rgb(93 93 153 / 0)}.ring-offset-primary-700\/5{--tw-ring-offset-color: rgb(93 93 153 / .05)}.ring-offset-primary-700\/10{--tw-ring-offset-color: rgb(93 93 153 / .1)}.ring-offset-primary-700\/20{--tw-ring-offset-color: rgb(93 93 153 / .2)}.ring-offset-primary-700\/25{--tw-ring-offset-color: rgb(93 93 153 / .25)}.ring-offset-primary-700\/30{--tw-ring-offset-color: rgb(93 93 153 / .3)}.ring-offset-primary-700\/40{--tw-ring-offset-color: rgb(93 93 153 / .4)}.ring-offset-primary-700\/50{--tw-ring-offset-color: rgb(93 93 153 / .5)}.ring-offset-primary-700\/60{--tw-ring-offset-color: rgb(93 93 153 / .6)}.ring-offset-primary-700\/70{--tw-ring-offset-color: rgb(93 93 153 / .7)}.ring-offset-primary-700\/75{--tw-ring-offset-color: rgb(93 93 153 / .75)}.ring-offset-primary-700\/80{--tw-ring-offset-color: rgb(93 93 153 / .8)}.ring-offset-primary-700\/90{--tw-ring-offset-color: rgb(93 93 153 / .9)}.ring-offset-primary-700\/95{--tw-ring-offset-color: rgb(93 93 153 / .95)}.ring-offset-primary-700\/100{--tw-ring-offset-color: rgb(93 93 153 / 1)}.ring-offset-primary-800\/0{--tw-ring-offset-color: rgb(80 80 133 / 0)}.ring-offset-primary-800\/5{--tw-ring-offset-color: rgb(80 80 133 / .05)}.ring-offset-primary-800\/10{--tw-ring-offset-color: rgb(80 80 133 / .1)}.ring-offset-primary-800\/20{--tw-ring-offset-color: rgb(80 80 133 / .2)}.ring-offset-primary-800\/25{--tw-ring-offset-color: rgb(80 80 133 / .25)}.ring-offset-primary-800\/30{--tw-ring-offset-color: rgb(80 80 133 / .3)}.ring-offset-primary-800\/40{--tw-ring-offset-color: rgb(80 80 133 / .4)}.ring-offset-primary-800\/50{--tw-ring-offset-color: rgb(80 80 133 / .5)}.ring-offset-primary-800\/60{--tw-ring-offset-color: rgb(80 80 133 / .6)}.ring-offset-primary-800\/70{--tw-ring-offset-color: rgb(80 80 133 / .7)}.ring-offset-primary-800\/75{--tw-ring-offset-color: rgb(80 80 133 / .75)}.ring-offset-primary-800\/80{--tw-ring-offset-color: rgb(80 80 133 / .8)}.ring-offset-primary-800\/90{--tw-ring-offset-color: rgb(80 80 133 / .9)}.ring-offset-primary-800\/95{--tw-ring-offset-color: rgb(80 80 133 / .95)}.ring-offset-primary-800\/100{--tw-ring-offset-color: rgb(80 80 133 / 1)}.ring-offset-primary-900\/0{--tw-ring-offset-color: rgb(65 65 108 / 0)}.ring-offset-primary-900\/5{--tw-ring-offset-color: rgb(65 65 108 / .05)}.ring-offset-primary-900\/10{--tw-ring-offset-color: rgb(65 65 108 / .1)}.ring-offset-primary-900\/20{--tw-ring-offset-color: rgb(65 65 108 / .2)}.ring-offset-primary-900\/25{--tw-ring-offset-color: rgb(65 65 108 / .25)}.ring-offset-primary-900\/30{--tw-ring-offset-color: rgb(65 65 108 / .3)}.ring-offset-primary-900\/40{--tw-ring-offset-color: rgb(65 65 108 / .4)}.ring-offset-primary-900\/50{--tw-ring-offset-color: rgb(65 65 108 / .5)}.ring-offset-primary-900\/60{--tw-ring-offset-color: rgb(65 65 108 / .6)}.ring-offset-primary-900\/70{--tw-ring-offset-color: rgb(65 65 108 / .7)}.ring-offset-primary-900\/75{--tw-ring-offset-color: rgb(65 65 108 / .75)}.ring-offset-primary-900\/80{--tw-ring-offset-color: rgb(65 65 108 / .8)}.ring-offset-primary-900\/90{--tw-ring-offset-color: rgb(65 65 108 / .9)}.ring-offset-primary-900\/95{--tw-ring-offset-color: rgb(65 65 108 / .95)}.ring-offset-primary-900\/100{--tw-ring-offset-color: rgb(65 65 108 / 1)}.ring-offset-primary-1000\/0{--tw-ring-offset-color: rgb(46 46 76 / 0)}.ring-offset-primary-1000\/5{--tw-ring-offset-color: rgb(46 46 76 / .05)}.ring-offset-primary-1000\/10{--tw-ring-offset-color: rgb(46 46 76 / .1)}.ring-offset-primary-1000\/20{--tw-ring-offset-color: rgb(46 46 76 / .2)}.ring-offset-primary-1000\/25{--tw-ring-offset-color: rgb(46 46 76 / .25)}.ring-offset-primary-1000\/30{--tw-ring-offset-color: rgb(46 46 76 / .3)}.ring-offset-primary-1000\/40{--tw-ring-offset-color: rgb(46 46 76 / .4)}.ring-offset-primary-1000\/50{--tw-ring-offset-color: rgb(46 46 76 / .5)}.ring-offset-primary-1000\/60{--tw-ring-offset-color: rgb(46 46 76 / .6)}.ring-offset-primary-1000\/70{--tw-ring-offset-color: rgb(46 46 76 / .7)}.ring-offset-primary-1000\/75{--tw-ring-offset-color: rgb(46 46 76 / .75)}.ring-offset-primary-1000\/80{--tw-ring-offset-color: rgb(46 46 76 / .8)}.ring-offset-primary-1000\/90{--tw-ring-offset-color: rgb(46 46 76 / .9)}.ring-offset-primary-1000\/95{--tw-ring-offset-color: rgb(46 46 76 / .95)}.ring-offset-primary-1000\/100{--tw-ring-offset-color: rgb(46 46 76 / 1)}.ring-offset-primary-highlight-100\/0{--tw-ring-offset-color: rgb(247 245 254 / 0)}.ring-offset-primary-highlight-100\/5{--tw-ring-offset-color: rgb(247 245 254 / .05)}.ring-offset-primary-highlight-100\/10{--tw-ring-offset-color: rgb(247 245 254 / .1)}.ring-offset-primary-highlight-100\/20{--tw-ring-offset-color: rgb(247 245 254 / .2)}.ring-offset-primary-highlight-100\/25{--tw-ring-offset-color: rgb(247 245 254 / .25)}.ring-offset-primary-highlight-100\/30{--tw-ring-offset-color: rgb(247 245 254 / .3)}.ring-offset-primary-highlight-100\/40{--tw-ring-offset-color: rgb(247 245 254 / .4)}.ring-offset-primary-highlight-100\/50{--tw-ring-offset-color: rgb(247 245 254 / .5)}.ring-offset-primary-highlight-100\/60{--tw-ring-offset-color: rgb(247 245 254 / .6)}.ring-offset-primary-highlight-100\/70{--tw-ring-offset-color: rgb(247 245 254 / .7)}.ring-offset-primary-highlight-100\/75{--tw-ring-offset-color: rgb(247 245 254 / .75)}.ring-offset-primary-highlight-100\/80{--tw-ring-offset-color: rgb(247 245 254 / .8)}.ring-offset-primary-highlight-100\/90{--tw-ring-offset-color: rgb(247 245 254 / .9)}.ring-offset-primary-highlight-100\/95{--tw-ring-offset-color: rgb(247 245 254 / .95)}.ring-offset-primary-highlight-100\/100{--tw-ring-offset-color: rgb(247 245 254 / 1)}.ring-offset-primary-highlight-200\/0{--tw-ring-offset-color: rgb(239 236 254 / 0)}.ring-offset-primary-highlight-200\/5{--tw-ring-offset-color: rgb(239 236 254 / .05)}.ring-offset-primary-highlight-200\/10{--tw-ring-offset-color: rgb(239 236 254 / .1)}.ring-offset-primary-highlight-200\/20{--tw-ring-offset-color: rgb(239 236 254 / .2)}.ring-offset-primary-highlight-200\/25{--tw-ring-offset-color: rgb(239 236 254 / .25)}.ring-offset-primary-highlight-200\/30{--tw-ring-offset-color: rgb(239 236 254 / .3)}.ring-offset-primary-highlight-200\/40{--tw-ring-offset-color: rgb(239 236 254 / .4)}.ring-offset-primary-highlight-200\/50{--tw-ring-offset-color: rgb(239 236 254 / .5)}.ring-offset-primary-highlight-200\/60{--tw-ring-offset-color: rgb(239 236 254 / .6)}.ring-offset-primary-highlight-200\/70{--tw-ring-offset-color: rgb(239 236 254 / .7)}.ring-offset-primary-highlight-200\/75{--tw-ring-offset-color: rgb(239 236 254 / .75)}.ring-offset-primary-highlight-200\/80{--tw-ring-offset-color: rgb(239 236 254 / .8)}.ring-offset-primary-highlight-200\/90{--tw-ring-offset-color: rgb(239 236 254 / .9)}.ring-offset-primary-highlight-200\/95{--tw-ring-offset-color: rgb(239 236 254 / .95)}.ring-offset-primary-highlight-200\/100{--tw-ring-offset-color: rgb(239 236 254 / 1)}.ring-offset-primary-highlight-300\/0{--tw-ring-offset-color: rgb(223 216 253 / 0)}.ring-offset-primary-highlight-300\/5{--tw-ring-offset-color: rgb(223 216 253 / .05)}.ring-offset-primary-highlight-300\/10{--tw-ring-offset-color: rgb(223 216 253 / .1)}.ring-offset-primary-highlight-300\/20{--tw-ring-offset-color: rgb(223 216 253 / .2)}.ring-offset-primary-highlight-300\/25{--tw-ring-offset-color: rgb(223 216 253 / .25)}.ring-offset-primary-highlight-300\/30{--tw-ring-offset-color: rgb(223 216 253 / .3)}.ring-offset-primary-highlight-300\/40{--tw-ring-offset-color: rgb(223 216 253 / .4)}.ring-offset-primary-highlight-300\/50{--tw-ring-offset-color: rgb(223 216 253 / .5)}.ring-offset-primary-highlight-300\/60{--tw-ring-offset-color: rgb(223 216 253 / .6)}.ring-offset-primary-highlight-300\/70{--tw-ring-offset-color: rgb(223 216 253 / .7)}.ring-offset-primary-highlight-300\/75{--tw-ring-offset-color: rgb(223 216 253 / .75)}.ring-offset-primary-highlight-300\/80{--tw-ring-offset-color: rgb(223 216 253 / .8)}.ring-offset-primary-highlight-300\/90{--tw-ring-offset-color: rgb(223 216 253 / .9)}.ring-offset-primary-highlight-300\/95{--tw-ring-offset-color: rgb(223 216 253 / .95)}.ring-offset-primary-highlight-300\/100{--tw-ring-offset-color: rgb(223 216 253 / 1)}.ring-offset-primary-highlight-400\/0{--tw-ring-offset-color: rgb(206 193 252 / 0)}.ring-offset-primary-highlight-400\/5{--tw-ring-offset-color: rgb(206 193 252 / .05)}.ring-offset-primary-highlight-400\/10{--tw-ring-offset-color: rgb(206 193 252 / .1)}.ring-offset-primary-highlight-400\/20{--tw-ring-offset-color: rgb(206 193 252 / .2)}.ring-offset-primary-highlight-400\/25{--tw-ring-offset-color: rgb(206 193 252 / .25)}.ring-offset-primary-highlight-400\/30{--tw-ring-offset-color: rgb(206 193 252 / .3)}.ring-offset-primary-highlight-400\/40{--tw-ring-offset-color: rgb(206 193 252 / .4)}.ring-offset-primary-highlight-400\/50{--tw-ring-offset-color: rgb(206 193 252 / .5)}.ring-offset-primary-highlight-400\/60{--tw-ring-offset-color: rgb(206 193 252 / .6)}.ring-offset-primary-highlight-400\/70{--tw-ring-offset-color: rgb(206 193 252 / .7)}.ring-offset-primary-highlight-400\/75{--tw-ring-offset-color: rgb(206 193 252 / .75)}.ring-offset-primary-highlight-400\/80{--tw-ring-offset-color: rgb(206 193 252 / .8)}.ring-offset-primary-highlight-400\/90{--tw-ring-offset-color: rgb(206 193 252 / .9)}.ring-offset-primary-highlight-400\/95{--tw-ring-offset-color: rgb(206 193 252 / .95)}.ring-offset-primary-highlight-400\/100{--tw-ring-offset-color: rgb(206 193 252 / 1)}.ring-offset-primary-highlight-500\/0{--tw-ring-offset-color: rgb(187 168 251 / 0)}.ring-offset-primary-highlight-500\/5{--tw-ring-offset-color: rgb(187 168 251 / .05)}.ring-offset-primary-highlight-500\/10{--tw-ring-offset-color: rgb(187 168 251 / .1)}.ring-offset-primary-highlight-500\/20{--tw-ring-offset-color: rgb(187 168 251 / .2)}.ring-offset-primary-highlight-500\/25{--tw-ring-offset-color: rgb(187 168 251 / .25)}.ring-offset-primary-highlight-500\/30{--tw-ring-offset-color: rgb(187 168 251 / .3)}.ring-offset-primary-highlight-500\/40{--tw-ring-offset-color: rgb(187 168 251 / .4)}.ring-offset-primary-highlight-500\/50{--tw-ring-offset-color: rgb(187 168 251 / .5)}.ring-offset-primary-highlight-500\/60{--tw-ring-offset-color: rgb(187 168 251 / .6)}.ring-offset-primary-highlight-500\/70{--tw-ring-offset-color: rgb(187 168 251 / .7)}.ring-offset-primary-highlight-500\/75{--tw-ring-offset-color: rgb(187 168 251 / .75)}.ring-offset-primary-highlight-500\/80{--tw-ring-offset-color: rgb(187 168 251 / .8)}.ring-offset-primary-highlight-500\/90{--tw-ring-offset-color: rgb(187 168 251 / .9)}.ring-offset-primary-highlight-500\/95{--tw-ring-offset-color: rgb(187 168 251 / .95)}.ring-offset-primary-highlight-500\/100{--tw-ring-offset-color: rgb(187 168 251 / 1)}.ring-offset-primary-highlight-600\/0{--tw-ring-offset-color: rgb(167 139 250 / 0)}.ring-offset-primary-highlight-600\/5{--tw-ring-offset-color: rgb(167 139 250 / .05)}.ring-offset-primary-highlight-600\/10{--tw-ring-offset-color: rgb(167 139 250 / .1)}.ring-offset-primary-highlight-600\/20{--tw-ring-offset-color: rgb(167 139 250 / .2)}.ring-offset-primary-highlight-600\/25{--tw-ring-offset-color: rgb(167 139 250 / .25)}.ring-offset-primary-highlight-600\/30{--tw-ring-offset-color: rgb(167 139 250 / .3)}.ring-offset-primary-highlight-600\/40{--tw-ring-offset-color: rgb(167 139 250 / .4)}.ring-offset-primary-highlight-600\/50{--tw-ring-offset-color: rgb(167 139 250 / .5)}.ring-offset-primary-highlight-600\/60{--tw-ring-offset-color: rgb(167 139 250 / .6)}.ring-offset-primary-highlight-600\/70{--tw-ring-offset-color: rgb(167 139 250 / .7)}.ring-offset-primary-highlight-600\/75{--tw-ring-offset-color: rgb(167 139 250 / .75)}.ring-offset-primary-highlight-600\/80{--tw-ring-offset-color: rgb(167 139 250 / .8)}.ring-offset-primary-highlight-600\/90{--tw-ring-offset-color: rgb(167 139 250 / .9)}.ring-offset-primary-highlight-600\/95{--tw-ring-offset-color: rgb(167 139 250 / .95)}.ring-offset-primary-highlight-600\/100{--tw-ring-offset-color: rgb(167 139 250 / 1)}.ring-offset-primary-highlight-700\/0{--tw-ring-offset-color: rgb(149 124 223 / 0)}.ring-offset-primary-highlight-700\/5{--tw-ring-offset-color: rgb(149 124 223 / .05)}.ring-offset-primary-highlight-700\/10{--tw-ring-offset-color: rgb(149 124 223 / .1)}.ring-offset-primary-highlight-700\/20{--tw-ring-offset-color: rgb(149 124 223 / .2)}.ring-offset-primary-highlight-700\/25{--tw-ring-offset-color: rgb(149 124 223 / .25)}.ring-offset-primary-highlight-700\/30{--tw-ring-offset-color: rgb(149 124 223 / .3)}.ring-offset-primary-highlight-700\/40{--tw-ring-offset-color: rgb(149 124 223 / .4)}.ring-offset-primary-highlight-700\/50{--tw-ring-offset-color: rgb(149 124 223 / .5)}.ring-offset-primary-highlight-700\/60{--tw-ring-offset-color: rgb(149 124 223 / .6)}.ring-offset-primary-highlight-700\/70{--tw-ring-offset-color: rgb(149 124 223 / .7)}.ring-offset-primary-highlight-700\/75{--tw-ring-offset-color: rgb(149 124 223 / .75)}.ring-offset-primary-highlight-700\/80{--tw-ring-offset-color: rgb(149 124 223 / .8)}.ring-offset-primary-highlight-700\/90{--tw-ring-offset-color: rgb(149 124 223 / .9)}.ring-offset-primary-highlight-700\/95{--tw-ring-offset-color: rgb(149 124 223 / .95)}.ring-offset-primary-highlight-700\/100{--tw-ring-offset-color: rgb(149 124 223 / 1)}.ring-offset-primary-highlight-800\/0{--tw-ring-offset-color: rgb(129 107 193 / 0)}.ring-offset-primary-highlight-800\/5{--tw-ring-offset-color: rgb(129 107 193 / .05)}.ring-offset-primary-highlight-800\/10{--tw-ring-offset-color: rgb(129 107 193 / .1)}.ring-offset-primary-highlight-800\/20{--tw-ring-offset-color: rgb(129 107 193 / .2)}.ring-offset-primary-highlight-800\/25{--tw-ring-offset-color: rgb(129 107 193 / .25)}.ring-offset-primary-highlight-800\/30{--tw-ring-offset-color: rgb(129 107 193 / .3)}.ring-offset-primary-highlight-800\/40{--tw-ring-offset-color: rgb(129 107 193 / .4)}.ring-offset-primary-highlight-800\/50{--tw-ring-offset-color: rgb(129 107 193 / .5)}.ring-offset-primary-highlight-800\/60{--tw-ring-offset-color: rgb(129 107 193 / .6)}.ring-offset-primary-highlight-800\/70{--tw-ring-offset-color: rgb(129 107 193 / .7)}.ring-offset-primary-highlight-800\/75{--tw-ring-offset-color: rgb(129 107 193 / .75)}.ring-offset-primary-highlight-800\/80{--tw-ring-offset-color: rgb(129 107 193 / .8)}.ring-offset-primary-highlight-800\/90{--tw-ring-offset-color: rgb(129 107 193 / .9)}.ring-offset-primary-highlight-800\/95{--tw-ring-offset-color: rgb(129 107 193 / .95)}.ring-offset-primary-highlight-800\/100{--tw-ring-offset-color: rgb(129 107 193 / 1)}.ring-offset-primary-highlight-900\/0{--tw-ring-offset-color: rgb(105 87 158 / 0)}.ring-offset-primary-highlight-900\/5{--tw-ring-offset-color: rgb(105 87 158 / .05)}.ring-offset-primary-highlight-900\/10{--tw-ring-offset-color: rgb(105 87 158 / .1)}.ring-offset-primary-highlight-900\/20{--tw-ring-offset-color: rgb(105 87 158 / .2)}.ring-offset-primary-highlight-900\/25{--tw-ring-offset-color: rgb(105 87 158 / .25)}.ring-offset-primary-highlight-900\/30{--tw-ring-offset-color: rgb(105 87 158 / .3)}.ring-offset-primary-highlight-900\/40{--tw-ring-offset-color: rgb(105 87 158 / .4)}.ring-offset-primary-highlight-900\/50{--tw-ring-offset-color: rgb(105 87 158 / .5)}.ring-offset-primary-highlight-900\/60{--tw-ring-offset-color: rgb(105 87 158 / .6)}.ring-offset-primary-highlight-900\/70{--tw-ring-offset-color: rgb(105 87 158 / .7)}.ring-offset-primary-highlight-900\/75{--tw-ring-offset-color: rgb(105 87 158 / .75)}.ring-offset-primary-highlight-900\/80{--tw-ring-offset-color: rgb(105 87 158 / .8)}.ring-offset-primary-highlight-900\/90{--tw-ring-offset-color: rgb(105 87 158 / .9)}.ring-offset-primary-highlight-900\/95{--tw-ring-offset-color: rgb(105 87 158 / .95)}.ring-offset-primary-highlight-900\/100{--tw-ring-offset-color: rgb(105 87 158 / 1)}.ring-offset-primary-highlight-1000\/0{--tw-ring-offset-color: rgb(74 62 111 / 0)}.ring-offset-primary-highlight-1000\/5{--tw-ring-offset-color: rgb(74 62 111 / .05)}.ring-offset-primary-highlight-1000\/10{--tw-ring-offset-color: rgb(74 62 111 / .1)}.ring-offset-primary-highlight-1000\/20{--tw-ring-offset-color: rgb(74 62 111 / .2)}.ring-offset-primary-highlight-1000\/25{--tw-ring-offset-color: rgb(74 62 111 / .25)}.ring-offset-primary-highlight-1000\/30{--tw-ring-offset-color: rgb(74 62 111 / .3)}.ring-offset-primary-highlight-1000\/40{--tw-ring-offset-color: rgb(74 62 111 / .4)}.ring-offset-primary-highlight-1000\/50{--tw-ring-offset-color: rgb(74 62 111 / .5)}.ring-offset-primary-highlight-1000\/60{--tw-ring-offset-color: rgb(74 62 111 / .6)}.ring-offset-primary-highlight-1000\/70{--tw-ring-offset-color: rgb(74 62 111 / .7)}.ring-offset-primary-highlight-1000\/75{--tw-ring-offset-color: rgb(74 62 111 / .75)}.ring-offset-primary-highlight-1000\/80{--tw-ring-offset-color: rgb(74 62 111 / .8)}.ring-offset-primary-highlight-1000\/90{--tw-ring-offset-color: rgb(74 62 111 / .9)}.ring-offset-primary-highlight-1000\/95{--tw-ring-offset-color: rgb(74 62 111 / .95)}.ring-offset-primary-highlight-1000\/100{--tw-ring-offset-color: rgb(74 62 111 / 1)}.ring-offset-secondary-100\/0{--tw-ring-offset-color: rgb(254 247 242 / 0)}.ring-offset-secondary-100\/5{--tw-ring-offset-color: rgb(254 247 242 / .05)}.ring-offset-secondary-100\/10{--tw-ring-offset-color: rgb(254 247 242 / .1)}.ring-offset-secondary-100\/20{--tw-ring-offset-color: rgb(254 247 242 / .2)}.ring-offset-secondary-100\/25{--tw-ring-offset-color: rgb(254 247 242 / .25)}.ring-offset-secondary-100\/30{--tw-ring-offset-color: rgb(254 247 242 / .3)}.ring-offset-secondary-100\/40{--tw-ring-offset-color: rgb(254 247 242 / .4)}.ring-offset-secondary-100\/50{--tw-ring-offset-color: rgb(254 247 242 / .5)}.ring-offset-secondary-100\/60{--tw-ring-offset-color: rgb(254 247 242 / .6)}.ring-offset-secondary-100\/70{--tw-ring-offset-color: rgb(254 247 242 / .7)}.ring-offset-secondary-100\/75{--tw-ring-offset-color: rgb(254 247 242 / .75)}.ring-offset-secondary-100\/80{--tw-ring-offset-color: rgb(254 247 242 / .8)}.ring-offset-secondary-100\/90{--tw-ring-offset-color: rgb(254 247 242 / .9)}.ring-offset-secondary-100\/95{--tw-ring-offset-color: rgb(254 247 242 / .95)}.ring-offset-secondary-100\/100{--tw-ring-offset-color: rgb(254 247 242 / 1)}.ring-offset-secondary-200\/0{--tw-ring-offset-color: rgb(254 240 228 / 0)}.ring-offset-secondary-200\/5{--tw-ring-offset-color: rgb(254 240 228 / .05)}.ring-offset-secondary-200\/10{--tw-ring-offset-color: rgb(254 240 228 / .1)}.ring-offset-secondary-200\/20{--tw-ring-offset-color: rgb(254 240 228 / .2)}.ring-offset-secondary-200\/25{--tw-ring-offset-color: rgb(254 240 228 / .25)}.ring-offset-secondary-200\/30{--tw-ring-offset-color: rgb(254 240 228 / .3)}.ring-offset-secondary-200\/40{--tw-ring-offset-color: rgb(254 240 228 / .4)}.ring-offset-secondary-200\/50{--tw-ring-offset-color: rgb(254 240 228 / .5)}.ring-offset-secondary-200\/60{--tw-ring-offset-color: rgb(254 240 228 / .6)}.ring-offset-secondary-200\/70{--tw-ring-offset-color: rgb(254 240 228 / .7)}.ring-offset-secondary-200\/75{--tw-ring-offset-color: rgb(254 240 228 / .75)}.ring-offset-secondary-200\/80{--tw-ring-offset-color: rgb(254 240 228 / .8)}.ring-offset-secondary-200\/90{--tw-ring-offset-color: rgb(254 240 228 / .9)}.ring-offset-secondary-200\/95{--tw-ring-offset-color: rgb(254 240 228 / .95)}.ring-offset-secondary-200\/100{--tw-ring-offset-color: rgb(254 240 228 / 1)}.ring-offset-secondary-300\/0{--tw-ring-offset-color: rgb(253 225 198 / 0)}.ring-offset-secondary-300\/5{--tw-ring-offset-color: rgb(253 225 198 / .05)}.ring-offset-secondary-300\/10{--tw-ring-offset-color: rgb(253 225 198 / .1)}.ring-offset-secondary-300\/20{--tw-ring-offset-color: rgb(253 225 198 / .2)}.ring-offset-secondary-300\/25{--tw-ring-offset-color: rgb(253 225 198 / .25)}.ring-offset-secondary-300\/30{--tw-ring-offset-color: rgb(253 225 198 / .3)}.ring-offset-secondary-300\/40{--tw-ring-offset-color: rgb(253 225 198 / .4)}.ring-offset-secondary-300\/50{--tw-ring-offset-color: rgb(253 225 198 / .5)}.ring-offset-secondary-300\/60{--tw-ring-offset-color: rgb(253 225 198 / .6)}.ring-offset-secondary-300\/70{--tw-ring-offset-color: rgb(253 225 198 / .7)}.ring-offset-secondary-300\/75{--tw-ring-offset-color: rgb(253 225 198 / .75)}.ring-offset-secondary-300\/80{--tw-ring-offset-color: rgb(253 225 198 / .8)}.ring-offset-secondary-300\/90{--tw-ring-offset-color: rgb(253 225 198 / .9)}.ring-offset-secondary-300\/95{--tw-ring-offset-color: rgb(253 225 198 / .95)}.ring-offset-secondary-300\/100{--tw-ring-offset-color: rgb(253 225 198 / 1)}.ring-offset-secondary-400\/0{--tw-ring-offset-color: rgb(252 209 162 / 0)}.ring-offset-secondary-400\/5{--tw-ring-offset-color: rgb(252 209 162 / .05)}.ring-offset-secondary-400\/10{--tw-ring-offset-color: rgb(252 209 162 / .1)}.ring-offset-secondary-400\/20{--tw-ring-offset-color: rgb(252 209 162 / .2)}.ring-offset-secondary-400\/25{--tw-ring-offset-color: rgb(252 209 162 / .25)}.ring-offset-secondary-400\/30{--tw-ring-offset-color: rgb(252 209 162 / .3)}.ring-offset-secondary-400\/40{--tw-ring-offset-color: rgb(252 209 162 / .4)}.ring-offset-secondary-400\/50{--tw-ring-offset-color: rgb(252 209 162 / .5)}.ring-offset-secondary-400\/60{--tw-ring-offset-color: rgb(252 209 162 / .6)}.ring-offset-secondary-400\/70{--tw-ring-offset-color: rgb(252 209 162 / .7)}.ring-offset-secondary-400\/75{--tw-ring-offset-color: rgb(252 209 162 / .75)}.ring-offset-secondary-400\/80{--tw-ring-offset-color: rgb(252 209 162 / .8)}.ring-offset-secondary-400\/90{--tw-ring-offset-color: rgb(252 209 162 / .9)}.ring-offset-secondary-400\/95{--tw-ring-offset-color: rgb(252 209 162 / .95)}.ring-offset-secondary-400\/100{--tw-ring-offset-color: rgb(252 209 162 / 1)}.ring-offset-secondary-500\/0{--tw-ring-offset-color: rgb(251 191 117 / 0)}.ring-offset-secondary-500\/5{--tw-ring-offset-color: rgb(251 191 117 / .05)}.ring-offset-secondary-500\/10{--tw-ring-offset-color: rgb(251 191 117 / .1)}.ring-offset-secondary-500\/20{--tw-ring-offset-color: rgb(251 191 117 / .2)}.ring-offset-secondary-500\/25{--tw-ring-offset-color: rgb(251 191 117 / .25)}.ring-offset-secondary-500\/30{--tw-ring-offset-color: rgb(251 191 117 / .3)}.ring-offset-secondary-500\/40{--tw-ring-offset-color: rgb(251 191 117 / .4)}.ring-offset-secondary-500\/50{--tw-ring-offset-color: rgb(251 191 117 / .5)}.ring-offset-secondary-500\/60{--tw-ring-offset-color: rgb(251 191 117 / .6)}.ring-offset-secondary-500\/70{--tw-ring-offset-color: rgb(251 191 117 / .7)}.ring-offset-secondary-500\/75{--tw-ring-offset-color: rgb(251 191 117 / .75)}.ring-offset-secondary-500\/80{--tw-ring-offset-color: rgb(251 191 117 / .8)}.ring-offset-secondary-500\/90{--tw-ring-offset-color: rgb(251 191 117 / .9)}.ring-offset-secondary-500\/95{--tw-ring-offset-color: rgb(251 191 117 / .95)}.ring-offset-secondary-500\/100{--tw-ring-offset-color: rgb(251 191 117 / 1)}.ring-offset-secondary-600\/0{--tw-ring-offset-color: rgb(250 172 30 / 0)}.ring-offset-secondary-600\/5{--tw-ring-offset-color: rgb(250 172 30 / .05)}.ring-offset-secondary-600\/10{--tw-ring-offset-color: rgb(250 172 30 / .1)}.ring-offset-secondary-600\/20{--tw-ring-offset-color: rgb(250 172 30 / .2)}.ring-offset-secondary-600\/25{--tw-ring-offset-color: rgb(250 172 30 / .25)}.ring-offset-secondary-600\/30{--tw-ring-offset-color: rgb(250 172 30 / .3)}.ring-offset-secondary-600\/40{--tw-ring-offset-color: rgb(250 172 30 / .4)}.ring-offset-secondary-600\/50{--tw-ring-offset-color: rgb(250 172 30 / .5)}.ring-offset-secondary-600\/60{--tw-ring-offset-color: rgb(250 172 30 / .6)}.ring-offset-secondary-600\/70{--tw-ring-offset-color: rgb(250 172 30 / .7)}.ring-offset-secondary-600\/75{--tw-ring-offset-color: rgb(250 172 30 / .75)}.ring-offset-secondary-600\/80{--tw-ring-offset-color: rgb(250 172 30 / .8)}.ring-offset-secondary-600\/90{--tw-ring-offset-color: rgb(250 172 30 / .9)}.ring-offset-secondary-600\/95{--tw-ring-offset-color: rgb(250 172 30 / .95)}.ring-offset-secondary-600\/100{--tw-ring-offset-color: rgb(250 172 30 / 1)}.ring-offset-secondary-700\/0{--tw-ring-offset-color: rgb(223 153 26 / 0)}.ring-offset-secondary-700\/5{--tw-ring-offset-color: rgb(223 153 26 / .05)}.ring-offset-secondary-700\/10{--tw-ring-offset-color: rgb(223 153 26 / .1)}.ring-offset-secondary-700\/20{--tw-ring-offset-color: rgb(223 153 26 / .2)}.ring-offset-secondary-700\/25{--tw-ring-offset-color: rgb(223 153 26 / .25)}.ring-offset-secondary-700\/30{--tw-ring-offset-color: rgb(223 153 26 / .3)}.ring-offset-secondary-700\/40{--tw-ring-offset-color: rgb(223 153 26 / .4)}.ring-offset-secondary-700\/50{--tw-ring-offset-color: rgb(223 153 26 / .5)}.ring-offset-secondary-700\/60{--tw-ring-offset-color: rgb(223 153 26 / .6)}.ring-offset-secondary-700\/70{--tw-ring-offset-color: rgb(223 153 26 / .7)}.ring-offset-secondary-700\/75{--tw-ring-offset-color: rgb(223 153 26 / .75)}.ring-offset-secondary-700\/80{--tw-ring-offset-color: rgb(223 153 26 / .8)}.ring-offset-secondary-700\/90{--tw-ring-offset-color: rgb(223 153 26 / .9)}.ring-offset-secondary-700\/95{--tw-ring-offset-color: rgb(223 153 26 / .95)}.ring-offset-secondary-700\/100{--tw-ring-offset-color: rgb(223 153 26 / 1)}.ring-offset-secondary-800\/0{--tw-ring-offset-color: rgb(193 133 23 / 0)}.ring-offset-secondary-800\/5{--tw-ring-offset-color: rgb(193 133 23 / .05)}.ring-offset-secondary-800\/10{--tw-ring-offset-color: rgb(193 133 23 / .1)}.ring-offset-secondary-800\/20{--tw-ring-offset-color: rgb(193 133 23 / .2)}.ring-offset-secondary-800\/25{--tw-ring-offset-color: rgb(193 133 23 / .25)}.ring-offset-secondary-800\/30{--tw-ring-offset-color: rgb(193 133 23 / .3)}.ring-offset-secondary-800\/40{--tw-ring-offset-color: rgb(193 133 23 / .4)}.ring-offset-secondary-800\/50{--tw-ring-offset-color: rgb(193 133 23 / .5)}.ring-offset-secondary-800\/60{--tw-ring-offset-color: rgb(193 133 23 / .6)}.ring-offset-secondary-800\/70{--tw-ring-offset-color: rgb(193 133 23 / .7)}.ring-offset-secondary-800\/75{--tw-ring-offset-color: rgb(193 133 23 / .75)}.ring-offset-secondary-800\/80{--tw-ring-offset-color: rgb(193 133 23 / .8)}.ring-offset-secondary-800\/90{--tw-ring-offset-color: rgb(193 133 23 / .9)}.ring-offset-secondary-800\/95{--tw-ring-offset-color: rgb(193 133 23 / .95)}.ring-offset-secondary-800\/100{--tw-ring-offset-color: rgb(193 133 23 / 1)}.ring-offset-secondary-900\/0{--tw-ring-offset-color: rgb(158 108 18 / 0)}.ring-offset-secondary-900\/5{--tw-ring-offset-color: rgb(158 108 18 / .05)}.ring-offset-secondary-900\/10{--tw-ring-offset-color: rgb(158 108 18 / .1)}.ring-offset-secondary-900\/20{--tw-ring-offset-color: rgb(158 108 18 / .2)}.ring-offset-secondary-900\/25{--tw-ring-offset-color: rgb(158 108 18 / .25)}.ring-offset-secondary-900\/30{--tw-ring-offset-color: rgb(158 108 18 / .3)}.ring-offset-secondary-900\/40{--tw-ring-offset-color: rgb(158 108 18 / .4)}.ring-offset-secondary-900\/50{--tw-ring-offset-color: rgb(158 108 18 / .5)}.ring-offset-secondary-900\/60{--tw-ring-offset-color: rgb(158 108 18 / .6)}.ring-offset-secondary-900\/70{--tw-ring-offset-color: rgb(158 108 18 / .7)}.ring-offset-secondary-900\/75{--tw-ring-offset-color: rgb(158 108 18 / .75)}.ring-offset-secondary-900\/80{--tw-ring-offset-color: rgb(158 108 18 / .8)}.ring-offset-secondary-900\/90{--tw-ring-offset-color: rgb(158 108 18 / .9)}.ring-offset-secondary-900\/95{--tw-ring-offset-color: rgb(158 108 18 / .95)}.ring-offset-secondary-900\/100{--tw-ring-offset-color: rgb(158 108 18 / 1)}.ring-offset-secondary-1000\/0{--tw-ring-offset-color: rgb(111 76 13 / 0)}.ring-offset-secondary-1000\/5{--tw-ring-offset-color: rgb(111 76 13 / .05)}.ring-offset-secondary-1000\/10{--tw-ring-offset-color: rgb(111 76 13 / .1)}.ring-offset-secondary-1000\/20{--tw-ring-offset-color: rgb(111 76 13 / .2)}.ring-offset-secondary-1000\/25{--tw-ring-offset-color: rgb(111 76 13 / .25)}.ring-offset-secondary-1000\/30{--tw-ring-offset-color: rgb(111 76 13 / .3)}.ring-offset-secondary-1000\/40{--tw-ring-offset-color: rgb(111 76 13 / .4)}.ring-offset-secondary-1000\/50{--tw-ring-offset-color: rgb(111 76 13 / .5)}.ring-offset-secondary-1000\/60{--tw-ring-offset-color: rgb(111 76 13 / .6)}.ring-offset-secondary-1000\/70{--tw-ring-offset-color: rgb(111 76 13 / .7)}.ring-offset-secondary-1000\/75{--tw-ring-offset-color: rgb(111 76 13 / .75)}.ring-offset-secondary-1000\/80{--tw-ring-offset-color: rgb(111 76 13 / .8)}.ring-offset-secondary-1000\/90{--tw-ring-offset-color: rgb(111 76 13 / .9)}.ring-offset-secondary-1000\/95{--tw-ring-offset-color: rgb(111 76 13 / .95)}.ring-offset-secondary-1000\/100{--tw-ring-offset-color: rgb(111 76 13 / 1)}.ring-offset-grey-100\/0{--tw-ring-offset-color: rgb(242 243 244 / 0)}.ring-offset-grey-100\/5{--tw-ring-offset-color: rgb(242 243 244 / .05)}.ring-offset-grey-100\/10{--tw-ring-offset-color: rgb(242 243 244 / .1)}.ring-offset-grey-100\/20{--tw-ring-offset-color: rgb(242 243 244 / .2)}.ring-offset-grey-100\/25{--tw-ring-offset-color: rgb(242 243 244 / .25)}.ring-offset-grey-100\/30{--tw-ring-offset-color: rgb(242 243 244 / .3)}.ring-offset-grey-100\/40{--tw-ring-offset-color: rgb(242 243 244 / .4)}.ring-offset-grey-100\/50{--tw-ring-offset-color: rgb(242 243 244 / .5)}.ring-offset-grey-100\/60{--tw-ring-offset-color: rgb(242 243 244 / .6)}.ring-offset-grey-100\/70{--tw-ring-offset-color: rgb(242 243 244 / .7)}.ring-offset-grey-100\/75{--tw-ring-offset-color: rgb(242 243 244 / .75)}.ring-offset-grey-100\/80{--tw-ring-offset-color: rgb(242 243 244 / .8)}.ring-offset-grey-100\/90{--tw-ring-offset-color: rgb(242 243 244 / .9)}.ring-offset-grey-100\/95{--tw-ring-offset-color: rgb(242 243 244 / .95)}.ring-offset-grey-100\/100{--tw-ring-offset-color: rgb(242 243 244 / 1)}.ring-offset-grey-200\/0{--tw-ring-offset-color: rgb(230 231 232 / 0)}.ring-offset-grey-200\/5{--tw-ring-offset-color: rgb(230 231 232 / .05)}.ring-offset-grey-200\/10{--tw-ring-offset-color: rgb(230 231 232 / .1)}.ring-offset-grey-200\/20{--tw-ring-offset-color: rgb(230 231 232 / .2)}.ring-offset-grey-200\/25{--tw-ring-offset-color: rgb(230 231 232 / .25)}.ring-offset-grey-200\/30{--tw-ring-offset-color: rgb(230 231 232 / .3)}.ring-offset-grey-200\/40{--tw-ring-offset-color: rgb(230 231 232 / .4)}.ring-offset-grey-200\/50{--tw-ring-offset-color: rgb(230 231 232 / .5)}.ring-offset-grey-200\/60{--tw-ring-offset-color: rgb(230 231 232 / .6)}.ring-offset-grey-200\/70{--tw-ring-offset-color: rgb(230 231 232 / .7)}.ring-offset-grey-200\/75{--tw-ring-offset-color: rgb(230 231 232 / .75)}.ring-offset-grey-200\/80{--tw-ring-offset-color: rgb(230 231 232 / .8)}.ring-offset-grey-200\/90{--tw-ring-offset-color: rgb(230 231 232 / .9)}.ring-offset-grey-200\/95{--tw-ring-offset-color: rgb(230 231 232 / .95)}.ring-offset-grey-200\/100{--tw-ring-offset-color: rgb(230 231 232 / 1)}.ring-offset-grey-300\/0{--tw-ring-offset-color: rgb(202 204 208 / 0)}.ring-offset-grey-300\/5{--tw-ring-offset-color: rgb(202 204 208 / .05)}.ring-offset-grey-300\/10{--tw-ring-offset-color: rgb(202 204 208 / .1)}.ring-offset-grey-300\/20{--tw-ring-offset-color: rgb(202 204 208 / .2)}.ring-offset-grey-300\/25{--tw-ring-offset-color: rgb(202 204 208 / .25)}.ring-offset-grey-300\/30{--tw-ring-offset-color: rgb(202 204 208 / .3)}.ring-offset-grey-300\/40{--tw-ring-offset-color: rgb(202 204 208 / .4)}.ring-offset-grey-300\/50{--tw-ring-offset-color: rgb(202 204 208 / .5)}.ring-offset-grey-300\/60{--tw-ring-offset-color: rgb(202 204 208 / .6)}.ring-offset-grey-300\/70{--tw-ring-offset-color: rgb(202 204 208 / .7)}.ring-offset-grey-300\/75{--tw-ring-offset-color: rgb(202 204 208 / .75)}.ring-offset-grey-300\/80{--tw-ring-offset-color: rgb(202 204 208 / .8)}.ring-offset-grey-300\/90{--tw-ring-offset-color: rgb(202 204 208 / .9)}.ring-offset-grey-300\/95{--tw-ring-offset-color: rgb(202 204 208 / .95)}.ring-offset-grey-300\/100{--tw-ring-offset-color: rgb(202 204 208 / 1)}.ring-offset-grey-400\/0{--tw-ring-offset-color: rgb(170 174 180 / 0)}.ring-offset-grey-400\/5{--tw-ring-offset-color: rgb(170 174 180 / .05)}.ring-offset-grey-400\/10{--tw-ring-offset-color: rgb(170 174 180 / .1)}.ring-offset-grey-400\/20{--tw-ring-offset-color: rgb(170 174 180 / .2)}.ring-offset-grey-400\/25{--tw-ring-offset-color: rgb(170 174 180 / .25)}.ring-offset-grey-400\/30{--tw-ring-offset-color: rgb(170 174 180 / .3)}.ring-offset-grey-400\/40{--tw-ring-offset-color: rgb(170 174 180 / .4)}.ring-offset-grey-400\/50{--tw-ring-offset-color: rgb(170 174 180 / .5)}.ring-offset-grey-400\/60{--tw-ring-offset-color: rgb(170 174 180 / .6)}.ring-offset-grey-400\/70{--tw-ring-offset-color: rgb(170 174 180 / .7)}.ring-offset-grey-400\/75{--tw-ring-offset-color: rgb(170 174 180 / .75)}.ring-offset-grey-400\/80{--tw-ring-offset-color: rgb(170 174 180 / .8)}.ring-offset-grey-400\/90{--tw-ring-offset-color: rgb(170 174 180 / .9)}.ring-offset-grey-400\/95{--tw-ring-offset-color: rgb(170 174 180 / .95)}.ring-offset-grey-400\/100{--tw-ring-offset-color: rgb(170 174 180 / 1)}.ring-offset-grey-500\/0{--tw-ring-offset-color: rgb(130 137 147 / 0)}.ring-offset-grey-500\/5{--tw-ring-offset-color: rgb(130 137 147 / .05)}.ring-offset-grey-500\/10{--tw-ring-offset-color: rgb(130 137 147 / .1)}.ring-offset-grey-500\/20{--tw-ring-offset-color: rgb(130 137 147 / .2)}.ring-offset-grey-500\/25{--tw-ring-offset-color: rgb(130 137 147 / .25)}.ring-offset-grey-500\/30{--tw-ring-offset-color: rgb(130 137 147 / .3)}.ring-offset-grey-500\/40{--tw-ring-offset-color: rgb(130 137 147 / .4)}.ring-offset-grey-500\/50{--tw-ring-offset-color: rgb(130 137 147 / .5)}.ring-offset-grey-500\/60{--tw-ring-offset-color: rgb(130 137 147 / .6)}.ring-offset-grey-500\/70{--tw-ring-offset-color: rgb(130 137 147 / .7)}.ring-offset-grey-500\/75{--tw-ring-offset-color: rgb(130 137 147 / .75)}.ring-offset-grey-500\/80{--tw-ring-offset-color: rgb(130 137 147 / .8)}.ring-offset-grey-500\/90{--tw-ring-offset-color: rgb(130 137 147 / .9)}.ring-offset-grey-500\/95{--tw-ring-offset-color: rgb(130 137 147 / .95)}.ring-offset-grey-500\/100{--tw-ring-offset-color: rgb(130 137 147 / 1)}.ring-offset-grey-600\/0{--tw-ring-offset-color: rgb(71 85 105 / 0)}.ring-offset-grey-600\/5{--tw-ring-offset-color: rgb(71 85 105 / .05)}.ring-offset-grey-600\/10{--tw-ring-offset-color: rgb(71 85 105 / .1)}.ring-offset-grey-600\/20{--tw-ring-offset-color: rgb(71 85 105 / .2)}.ring-offset-grey-600\/25{--tw-ring-offset-color: rgb(71 85 105 / .25)}.ring-offset-grey-600\/30{--tw-ring-offset-color: rgb(71 85 105 / .3)}.ring-offset-grey-600\/40{--tw-ring-offset-color: rgb(71 85 105 / .4)}.ring-offset-grey-600\/50{--tw-ring-offset-color: rgb(71 85 105 / .5)}.ring-offset-grey-600\/60{--tw-ring-offset-color: rgb(71 85 105 / .6)}.ring-offset-grey-600\/70{--tw-ring-offset-color: rgb(71 85 105 / .7)}.ring-offset-grey-600\/75{--tw-ring-offset-color: rgb(71 85 105 / .75)}.ring-offset-grey-600\/80{--tw-ring-offset-color: rgb(71 85 105 / .8)}.ring-offset-grey-600\/90{--tw-ring-offset-color: rgb(71 85 105 / .9)}.ring-offset-grey-600\/95{--tw-ring-offset-color: rgb(71 85 105 / .95)}.ring-offset-grey-600\/100{--tw-ring-offset-color: rgb(71 85 105 / 1)}.ring-offset-grey-700\/0{--tw-ring-offset-color: rgb(63 76 93 / 0)}.ring-offset-grey-700\/5{--tw-ring-offset-color: rgb(63 76 93 / .05)}.ring-offset-grey-700\/10{--tw-ring-offset-color: rgb(63 76 93 / .1)}.ring-offset-grey-700\/20{--tw-ring-offset-color: rgb(63 76 93 / .2)}.ring-offset-grey-700\/25{--tw-ring-offset-color: rgb(63 76 93 / .25)}.ring-offset-grey-700\/30{--tw-ring-offset-color: rgb(63 76 93 / .3)}.ring-offset-grey-700\/40{--tw-ring-offset-color: rgb(63 76 93 / .4)}.ring-offset-grey-700\/50{--tw-ring-offset-color: rgb(63 76 93 / .5)}.ring-offset-grey-700\/60{--tw-ring-offset-color: rgb(63 76 93 / .6)}.ring-offset-grey-700\/70{--tw-ring-offset-color: rgb(63 76 93 / .7)}.ring-offset-grey-700\/75{--tw-ring-offset-color: rgb(63 76 93 / .75)}.ring-offset-grey-700\/80{--tw-ring-offset-color: rgb(63 76 93 / .8)}.ring-offset-grey-700\/90{--tw-ring-offset-color: rgb(63 76 93 / .9)}.ring-offset-grey-700\/95{--tw-ring-offset-color: rgb(63 76 93 / .95)}.ring-offset-grey-700\/100{--tw-ring-offset-color: rgb(63 76 93 / 1)}.ring-offset-grey-800\/0{--tw-ring-offset-color: rgb(54 65 81 / 0)}.ring-offset-grey-800\/5{--tw-ring-offset-color: rgb(54 65 81 / .05)}.ring-offset-grey-800\/10{--tw-ring-offset-color: rgb(54 65 81 / .1)}.ring-offset-grey-800\/20{--tw-ring-offset-color: rgb(54 65 81 / .2)}.ring-offset-grey-800\/25{--tw-ring-offset-color: rgb(54 65 81 / .25)}.ring-offset-grey-800\/30{--tw-ring-offset-color: rgb(54 65 81 / .3)}.ring-offset-grey-800\/40{--tw-ring-offset-color: rgb(54 65 81 / .4)}.ring-offset-grey-800\/50{--tw-ring-offset-color: rgb(54 65 81 / .5)}.ring-offset-grey-800\/60{--tw-ring-offset-color: rgb(54 65 81 / .6)}.ring-offset-grey-800\/70{--tw-ring-offset-color: rgb(54 65 81 / .7)}.ring-offset-grey-800\/75{--tw-ring-offset-color: rgb(54 65 81 / .75)}.ring-offset-grey-800\/80{--tw-ring-offset-color: rgb(54 65 81 / .8)}.ring-offset-grey-800\/90{--tw-ring-offset-color: rgb(54 65 81 / .9)}.ring-offset-grey-800\/95{--tw-ring-offset-color: rgb(54 65 81 / .95)}.ring-offset-grey-800\/100{--tw-ring-offset-color: rgb(54 65 81 / 1)}.ring-offset-grey-900\/0{--tw-ring-offset-color: rgb(44 53 66 / 0)}.ring-offset-grey-900\/5{--tw-ring-offset-color: rgb(44 53 66 / .05)}.ring-offset-grey-900\/10{--tw-ring-offset-color: rgb(44 53 66 / .1)}.ring-offset-grey-900\/20{--tw-ring-offset-color: rgb(44 53 66 / .2)}.ring-offset-grey-900\/25{--tw-ring-offset-color: rgb(44 53 66 / .25)}.ring-offset-grey-900\/30{--tw-ring-offset-color: rgb(44 53 66 / .3)}.ring-offset-grey-900\/40{--tw-ring-offset-color: rgb(44 53 66 / .4)}.ring-offset-grey-900\/50{--tw-ring-offset-color: rgb(44 53 66 / .5)}.ring-offset-grey-900\/60{--tw-ring-offset-color: rgb(44 53 66 / .6)}.ring-offset-grey-900\/70{--tw-ring-offset-color: rgb(44 53 66 / .7)}.ring-offset-grey-900\/75{--tw-ring-offset-color: rgb(44 53 66 / .75)}.ring-offset-grey-900\/80{--tw-ring-offset-color: rgb(44 53 66 / .8)}.ring-offset-grey-900\/90{--tw-ring-offset-color: rgb(44 53 66 / .9)}.ring-offset-grey-900\/95{--tw-ring-offset-color: rgb(44 53 66 / .95)}.ring-offset-grey-900\/100{--tw-ring-offset-color: rgb(44 53 66 / 1)}.ring-offset-grey-1000\/0{--tw-ring-offset-color: rgb(31 38 46 / 0)}.ring-offset-grey-1000\/5{--tw-ring-offset-color: rgb(31 38 46 / .05)}.ring-offset-grey-1000\/10{--tw-ring-offset-color: rgb(31 38 46 / .1)}.ring-offset-grey-1000\/20{--tw-ring-offset-color: rgb(31 38 46 / .2)}.ring-offset-grey-1000\/25{--tw-ring-offset-color: rgb(31 38 46 / .25)}.ring-offset-grey-1000\/30{--tw-ring-offset-color: rgb(31 38 46 / .3)}.ring-offset-grey-1000\/40{--tw-ring-offset-color: rgb(31 38 46 / .4)}.ring-offset-grey-1000\/50{--tw-ring-offset-color: rgb(31 38 46 / .5)}.ring-offset-grey-1000\/60{--tw-ring-offset-color: rgb(31 38 46 / .6)}.ring-offset-grey-1000\/70{--tw-ring-offset-color: rgb(31 38 46 / .7)}.ring-offset-grey-1000\/75{--tw-ring-offset-color: rgb(31 38 46 / .75)}.ring-offset-grey-1000\/80{--tw-ring-offset-color: rgb(31 38 46 / .8)}.ring-offset-grey-1000\/90{--tw-ring-offset-color: rgb(31 38 46 / .9)}.ring-offset-grey-1000\/95{--tw-ring-offset-color: rgb(31 38 46 / .95)}.ring-offset-grey-1000\/100{--tw-ring-offset-color: rgb(31 38 46 / 1)}.ring-offset-green-1000\/0{--tw-ring-offset-color: rgb(23 94 68 / 0)}.ring-offset-green-1000\/5{--tw-ring-offset-color: rgb(23 94 68 / .05)}.ring-offset-green-1000\/10{--tw-ring-offset-color: rgb(23 94 68 / .1)}.ring-offset-green-1000\/20{--tw-ring-offset-color: rgb(23 94 68 / .2)}.ring-offset-green-1000\/25{--tw-ring-offset-color: rgb(23 94 68 / .25)}.ring-offset-green-1000\/30{--tw-ring-offset-color: rgb(23 94 68 / .3)}.ring-offset-green-1000\/40{--tw-ring-offset-color: rgb(23 94 68 / .4)}.ring-offset-green-1000\/50{--tw-ring-offset-color: rgb(23 94 68 / .5)}.ring-offset-green-1000\/60{--tw-ring-offset-color: rgb(23 94 68 / .6)}.ring-offset-green-1000\/70{--tw-ring-offset-color: rgb(23 94 68 / .7)}.ring-offset-green-1000\/75{--tw-ring-offset-color: rgb(23 94 68 / .75)}.ring-offset-green-1000\/80{--tw-ring-offset-color: rgb(23 94 68 / .8)}.ring-offset-green-1000\/90{--tw-ring-offset-color: rgb(23 94 68 / .9)}.ring-offset-green-1000\/95{--tw-ring-offset-color: rgb(23 94 68 / .95)}.ring-offset-green-1000\/100{--tw-ring-offset-color: rgb(23 94 68 / 1)}.ring-offset-blue-1000\/0{--tw-ring-offset-color: rgb(16 44 105 / 0)}.ring-offset-blue-1000\/5{--tw-ring-offset-color: rgb(16 44 105 / .05)}.ring-offset-blue-1000\/10{--tw-ring-offset-color: rgb(16 44 105 / .1)}.ring-offset-blue-1000\/20{--tw-ring-offset-color: rgb(16 44 105 / .2)}.ring-offset-blue-1000\/25{--tw-ring-offset-color: rgb(16 44 105 / .25)}.ring-offset-blue-1000\/30{--tw-ring-offset-color: rgb(16 44 105 / .3)}.ring-offset-blue-1000\/40{--tw-ring-offset-color: rgb(16 44 105 / .4)}.ring-offset-blue-1000\/50{--tw-ring-offset-color: rgb(16 44 105 / .5)}.ring-offset-blue-1000\/60{--tw-ring-offset-color: rgb(16 44 105 / .6)}.ring-offset-blue-1000\/70{--tw-ring-offset-color: rgb(16 44 105 / .7)}.ring-offset-blue-1000\/75{--tw-ring-offset-color: rgb(16 44 105 / .75)}.ring-offset-blue-1000\/80{--tw-ring-offset-color: rgb(16 44 105 / .8)}.ring-offset-blue-1000\/90{--tw-ring-offset-color: rgb(16 44 105 / .9)}.ring-offset-blue-1000\/95{--tw-ring-offset-color: rgb(16 44 105 / .95)}.ring-offset-blue-1000\/100{--tw-ring-offset-color: rgb(16 44 105 / 1)}.ring-offset-orange-1000\/0{--tw-ring-offset-color: rgb(104 39 5 / 0)}.ring-offset-orange-1000\/5{--tw-ring-offset-color: rgb(104 39 5 / .05)}.ring-offset-orange-1000\/10{--tw-ring-offset-color: rgb(104 39 5 / .1)}.ring-offset-orange-1000\/20{--tw-ring-offset-color: rgb(104 39 5 / .2)}.ring-offset-orange-1000\/25{--tw-ring-offset-color: rgb(104 39 5 / .25)}.ring-offset-orange-1000\/30{--tw-ring-offset-color: rgb(104 39 5 / .3)}.ring-offset-orange-1000\/40{--tw-ring-offset-color: rgb(104 39 5 / .4)}.ring-offset-orange-1000\/50{--tw-ring-offset-color: rgb(104 39 5 / .5)}.ring-offset-orange-1000\/60{--tw-ring-offset-color: rgb(104 39 5 / .6)}.ring-offset-orange-1000\/70{--tw-ring-offset-color: rgb(104 39 5 / .7)}.ring-offset-orange-1000\/75{--tw-ring-offset-color: rgb(104 39 5 / .75)}.ring-offset-orange-1000\/80{--tw-ring-offset-color: rgb(104 39 5 / .8)}.ring-offset-orange-1000\/90{--tw-ring-offset-color: rgb(104 39 5 / .9)}.ring-offset-orange-1000\/95{--tw-ring-offset-color: rgb(104 39 5 / .95)}.ring-offset-orange-1000\/100{--tw-ring-offset-color: rgb(104 39 5 / 1)}.ring-offset-red-1000\/0{--tw-ring-offset-color: rgb(98 16 16 / 0)}.ring-offset-red-1000\/5{--tw-ring-offset-color: rgb(98 16 16 / .05)}.ring-offset-red-1000\/10{--tw-ring-offset-color: rgb(98 16 16 / .1)}.ring-offset-red-1000\/20{--tw-ring-offset-color: rgb(98 16 16 / .2)}.ring-offset-red-1000\/25{--tw-ring-offset-color: rgb(98 16 16 / .25)}.ring-offset-red-1000\/30{--tw-ring-offset-color: rgb(98 16 16 / .3)}.ring-offset-red-1000\/40{--tw-ring-offset-color: rgb(98 16 16 / .4)}.ring-offset-red-1000\/50{--tw-ring-offset-color: rgb(98 16 16 / .5)}.ring-offset-red-1000\/60{--tw-ring-offset-color: rgb(98 16 16 / .6)}.ring-offset-red-1000\/70{--tw-ring-offset-color: rgb(98 16 16 / .7)}.ring-offset-red-1000\/75{--tw-ring-offset-color: rgb(98 16 16 / .75)}.ring-offset-red-1000\/80{--tw-ring-offset-color: rgb(98 16 16 / .8)}.ring-offset-red-1000\/90{--tw-ring-offset-color: rgb(98 16 16 / .9)}.ring-offset-red-1000\/95{--tw-ring-offset-color: rgb(98 16 16 / .95)}.ring-offset-red-1000\/100{--tw-ring-offset-color: rgb(98 16 16 / 1)}.ring-offset-primary\/0{--tw-ring-offset-color: rgb(167 139 250 / 0)}.ring-offset-primary\/5{--tw-ring-offset-color: rgb(167 139 250 / .05)}.ring-offset-primary\/10{--tw-ring-offset-color: rgb(167 139 250 / .1)}.ring-offset-primary\/20{--tw-ring-offset-color: rgb(167 139 250 / .2)}.ring-offset-primary\/25{--tw-ring-offset-color: rgb(167 139 250 / .25)}.ring-offset-primary\/30{--tw-ring-offset-color: rgb(167 139 250 / .3)}.ring-offset-primary\/40{--tw-ring-offset-color: rgb(167 139 250 / .4)}.ring-offset-primary\/50{--tw-ring-offset-color: rgb(167 139 250 / .5)}.ring-offset-primary\/60{--tw-ring-offset-color: rgb(167 139 250 / .6)}.ring-offset-primary\/70{--tw-ring-offset-color: rgb(167 139 250 / .7)}.ring-offset-primary\/75{--tw-ring-offset-color: rgb(167 139 250 / .75)}.ring-offset-primary\/80{--tw-ring-offset-color: rgb(167 139 250 / .8)}.ring-offset-primary\/90{--tw-ring-offset-color: rgb(167 139 250 / .9)}.ring-offset-primary\/95{--tw-ring-offset-color: rgb(167 139 250 / .95)}.ring-offset-primary\/100{--tw-ring-offset-color: rgb(167 139 250 / 1)}.ring-offset-primary-light\/0{--tw-ring-offset-color: rgb(247 245 254 / 0)}.ring-offset-primary-light\/5{--tw-ring-offset-color: rgb(247 245 254 / .05)}.ring-offset-primary-light\/10{--tw-ring-offset-color: rgb(247 245 254 / .1)}.ring-offset-primary-light\/20{--tw-ring-offset-color: rgb(247 245 254 / .2)}.ring-offset-primary-light\/25{--tw-ring-offset-color: rgb(247 245 254 / .25)}.ring-offset-primary-light\/30{--tw-ring-offset-color: rgb(247 245 254 / .3)}.ring-offset-primary-light\/40{--tw-ring-offset-color: rgb(247 245 254 / .4)}.ring-offset-primary-light\/50{--tw-ring-offset-color: rgb(247 245 254 / .5)}.ring-offset-primary-light\/60{--tw-ring-offset-color: rgb(247 245 254 / .6)}.ring-offset-primary-light\/70{--tw-ring-offset-color: rgb(247 245 254 / .7)}.ring-offset-primary-light\/75{--tw-ring-offset-color: rgb(247 245 254 / .75)}.ring-offset-primary-light\/80{--tw-ring-offset-color: rgb(247 245 254 / .8)}.ring-offset-primary-light\/90{--tw-ring-offset-color: rgb(247 245 254 / .9)}.ring-offset-primary-light\/95{--tw-ring-offset-color: rgb(247 245 254 / .95)}.ring-offset-primary-light\/100{--tw-ring-offset-color: rgb(247 245 254 / 1)}.ring-offset-primary-dark\/0{--tw-ring-offset-color: rgb(105 87 158 / 0)}.ring-offset-primary-dark\/5{--tw-ring-offset-color: rgb(105 87 158 / .05)}.ring-offset-primary-dark\/10{--tw-ring-offset-color: rgb(105 87 158 / .1)}.ring-offset-primary-dark\/20{--tw-ring-offset-color: rgb(105 87 158 / .2)}.ring-offset-primary-dark\/25{--tw-ring-offset-color: rgb(105 87 158 / .25)}.ring-offset-primary-dark\/30{--tw-ring-offset-color: rgb(105 87 158 / .3)}.ring-offset-primary-dark\/40{--tw-ring-offset-color: rgb(105 87 158 / .4)}.ring-offset-primary-dark\/50{--tw-ring-offset-color: rgb(105 87 158 / .5)}.ring-offset-primary-dark\/60{--tw-ring-offset-color: rgb(105 87 158 / .6)}.ring-offset-primary-dark\/70{--tw-ring-offset-color: rgb(105 87 158 / .7)}.ring-offset-primary-dark\/75{--tw-ring-offset-color: rgb(105 87 158 / .75)}.ring-offset-primary-dark\/80{--tw-ring-offset-color: rgb(105 87 158 / .8)}.ring-offset-primary-dark\/90{--tw-ring-offset-color: rgb(105 87 158 / .9)}.ring-offset-primary-dark\/95{--tw-ring-offset-color: rgb(105 87 158 / .95)}.ring-offset-primary-dark\/100{--tw-ring-offset-color: rgb(105 87 158 / 1)}.ring-offset-info\/0{--tw-ring-offset-color: rgb(118 144 239 / 0)}.ring-offset-info\/5{--tw-ring-offset-color: rgb(118 144 239 / .05)}.ring-offset-info\/10{--tw-ring-offset-color: rgb(118 144 239 / .1)}.ring-offset-info\/20{--tw-ring-offset-color: rgb(118 144 239 / .2)}.ring-offset-info\/25{--tw-ring-offset-color: rgb(118 144 239 / .25)}.ring-offset-info\/30{--tw-ring-offset-color: rgb(118 144 239 / .3)}.ring-offset-info\/40{--tw-ring-offset-color: rgb(118 144 239 / .4)}.ring-offset-info\/50{--tw-ring-offset-color: rgb(118 144 239 / .5)}.ring-offset-info\/60{--tw-ring-offset-color: rgb(118 144 239 / .6)}.ring-offset-info\/70{--tw-ring-offset-color: rgb(118 144 239 / .7)}.ring-offset-info\/75{--tw-ring-offset-color: rgb(118 144 239 / .75)}.ring-offset-info\/80{--tw-ring-offset-color: rgb(118 144 239 / .8)}.ring-offset-info\/90{--tw-ring-offset-color: rgb(118 144 239 / .9)}.ring-offset-info\/95{--tw-ring-offset-color: rgb(118 144 239 / .95)}.ring-offset-info\/100{--tw-ring-offset-color: rgb(118 144 239 / 1)}.ring-offset-info-light\/0{--tw-ring-offset-color: rgb(242 243 253 / 0)}.ring-offset-info-light\/5{--tw-ring-offset-color: rgb(242 243 253 / .05)}.ring-offset-info-light\/10{--tw-ring-offset-color: rgb(242 243 253 / .1)}.ring-offset-info-light\/20{--tw-ring-offset-color: rgb(242 243 253 / .2)}.ring-offset-info-light\/25{--tw-ring-offset-color: rgb(242 243 253 / .25)}.ring-offset-info-light\/30{--tw-ring-offset-color: rgb(242 243 253 / .3)}.ring-offset-info-light\/40{--tw-ring-offset-color: rgb(242 243 253 / .4)}.ring-offset-info-light\/50{--tw-ring-offset-color: rgb(242 243 253 / .5)}.ring-offset-info-light\/60{--tw-ring-offset-color: rgb(242 243 253 / .6)}.ring-offset-info-light\/70{--tw-ring-offset-color: rgb(242 243 253 / .7)}.ring-offset-info-light\/75{--tw-ring-offset-color: rgb(242 243 253 / .75)}.ring-offset-info-light\/80{--tw-ring-offset-color: rgb(242 243 253 / .8)}.ring-offset-info-light\/90{--tw-ring-offset-color: rgb(242 243 253 / .9)}.ring-offset-info-light\/95{--tw-ring-offset-color: rgb(242 243 253 / .95)}.ring-offset-info-light\/100{--tw-ring-offset-color: rgb(242 243 253 / 1)}.ring-offset-info-dark\/0{--tw-ring-offset-color: rgb(33 88 210 / 0)}.ring-offset-info-dark\/5{--tw-ring-offset-color: rgb(33 88 210 / .05)}.ring-offset-info-dark\/10{--tw-ring-offset-color: rgb(33 88 210 / .1)}.ring-offset-info-dark\/20{--tw-ring-offset-color: rgb(33 88 210 / .2)}.ring-offset-info-dark\/25{--tw-ring-offset-color: rgb(33 88 210 / .25)}.ring-offset-info-dark\/30{--tw-ring-offset-color: rgb(33 88 210 / .3)}.ring-offset-info-dark\/40{--tw-ring-offset-color: rgb(33 88 210 / .4)}.ring-offset-info-dark\/50{--tw-ring-offset-color: rgb(33 88 210 / .5)}.ring-offset-info-dark\/60{--tw-ring-offset-color: rgb(33 88 210 / .6)}.ring-offset-info-dark\/70{--tw-ring-offset-color: rgb(33 88 210 / .7)}.ring-offset-info-dark\/75{--tw-ring-offset-color: rgb(33 88 210 / .75)}.ring-offset-info-dark\/80{--tw-ring-offset-color: rgb(33 88 210 / .8)}.ring-offset-info-dark\/90{--tw-ring-offset-color: rgb(33 88 210 / .9)}.ring-offset-info-dark\/95{--tw-ring-offset-color: rgb(33 88 210 / .95)}.ring-offset-info-dark\/100{--tw-ring-offset-color: rgb(33 88 210 / 1)}.ring-offset-success\/0{--tw-ring-offset-color: rgb(40 163 118 / 0)}.ring-offset-success\/5{--tw-ring-offset-color: rgb(40 163 118 / .05)}.ring-offset-success\/10{--tw-ring-offset-color: rgb(40 163 118 / .1)}.ring-offset-success\/20{--tw-ring-offset-color: rgb(40 163 118 / .2)}.ring-offset-success\/25{--tw-ring-offset-color: rgb(40 163 118 / .25)}.ring-offset-success\/30{--tw-ring-offset-color: rgb(40 163 118 / .3)}.ring-offset-success\/40{--tw-ring-offset-color: rgb(40 163 118 / .4)}.ring-offset-success\/50{--tw-ring-offset-color: rgb(40 163 118 / .5)}.ring-offset-success\/60{--tw-ring-offset-color: rgb(40 163 118 / .6)}.ring-offset-success\/70{--tw-ring-offset-color: rgb(40 163 118 / .7)}.ring-offset-success\/75{--tw-ring-offset-color: rgb(40 163 118 / .75)}.ring-offset-success\/80{--tw-ring-offset-color: rgb(40 163 118 / .8)}.ring-offset-success\/90{--tw-ring-offset-color: rgb(40 163 118 / .9)}.ring-offset-success\/95{--tw-ring-offset-color: rgb(40 163 118 / .95)}.ring-offset-success\/100{--tw-ring-offset-color: rgb(40 163 118 / 1)}.ring-offset-success-light\/0{--tw-ring-offset-color: rgb(242 250 246 / 0)}.ring-offset-success-light\/5{--tw-ring-offset-color: rgb(242 250 246 / .05)}.ring-offset-success-light\/10{--tw-ring-offset-color: rgb(242 250 246 / .1)}.ring-offset-success-light\/20{--tw-ring-offset-color: rgb(242 250 246 / .2)}.ring-offset-success-light\/25{--tw-ring-offset-color: rgb(242 250 246 / .25)}.ring-offset-success-light\/30{--tw-ring-offset-color: rgb(242 250 246 / .3)}.ring-offset-success-light\/40{--tw-ring-offset-color: rgb(242 250 246 / .4)}.ring-offset-success-light\/50{--tw-ring-offset-color: rgb(242 250 246 / .5)}.ring-offset-success-light\/60{--tw-ring-offset-color: rgb(242 250 246 / .6)}.ring-offset-success-light\/70{--tw-ring-offset-color: rgb(242 250 246 / .7)}.ring-offset-success-light\/75{--tw-ring-offset-color: rgb(242 250 246 / .75)}.ring-offset-success-light\/80{--tw-ring-offset-color: rgb(242 250 246 / .8)}.ring-offset-success-light\/90{--tw-ring-offset-color: rgb(242 250 246 / .9)}.ring-offset-success-light\/95{--tw-ring-offset-color: rgb(242 250 246 / .95)}.ring-offset-success-light\/100{--tw-ring-offset-color: rgb(242 250 246 / 1)}.ring-offset-success-dark\/0{--tw-ring-offset-color: rgb(32 133 96 / 0)}.ring-offset-success-dark\/5{--tw-ring-offset-color: rgb(32 133 96 / .05)}.ring-offset-success-dark\/10{--tw-ring-offset-color: rgb(32 133 96 / .1)}.ring-offset-success-dark\/20{--tw-ring-offset-color: rgb(32 133 96 / .2)}.ring-offset-success-dark\/25{--tw-ring-offset-color: rgb(32 133 96 / .25)}.ring-offset-success-dark\/30{--tw-ring-offset-color: rgb(32 133 96 / .3)}.ring-offset-success-dark\/40{--tw-ring-offset-color: rgb(32 133 96 / .4)}.ring-offset-success-dark\/50{--tw-ring-offset-color: rgb(32 133 96 / .5)}.ring-offset-success-dark\/60{--tw-ring-offset-color: rgb(32 133 96 / .6)}.ring-offset-success-dark\/70{--tw-ring-offset-color: rgb(32 133 96 / .7)}.ring-offset-success-dark\/75{--tw-ring-offset-color: rgb(32 133 96 / .75)}.ring-offset-success-dark\/80{--tw-ring-offset-color: rgb(32 133 96 / .8)}.ring-offset-success-dark\/90{--tw-ring-offset-color: rgb(32 133 96 / .9)}.ring-offset-success-dark\/95{--tw-ring-offset-color: rgb(32 133 96 / .95)}.ring-offset-success-dark\/100{--tw-ring-offset-color: rgb(32 133 96 / 1)}.ring-offset-warning\/0{--tw-ring-offset-color: rgb(250 172 30 / 0)}.ring-offset-warning\/5{--tw-ring-offset-color: rgb(250 172 30 / .05)}.ring-offset-warning\/10{--tw-ring-offset-color: rgb(250 172 30 / .1)}.ring-offset-warning\/20{--tw-ring-offset-color: rgb(250 172 30 / .2)}.ring-offset-warning\/25{--tw-ring-offset-color: rgb(250 172 30 / .25)}.ring-offset-warning\/30{--tw-ring-offset-color: rgb(250 172 30 / .3)}.ring-offset-warning\/40{--tw-ring-offset-color: rgb(250 172 30 / .4)}.ring-offset-warning\/50{--tw-ring-offset-color: rgb(250 172 30 / .5)}.ring-offset-warning\/60{--tw-ring-offset-color: rgb(250 172 30 / .6)}.ring-offset-warning\/70{--tw-ring-offset-color: rgb(250 172 30 / .7)}.ring-offset-warning\/75{--tw-ring-offset-color: rgb(250 172 30 / .75)}.ring-offset-warning\/80{--tw-ring-offset-color: rgb(250 172 30 / .8)}.ring-offset-warning\/90{--tw-ring-offset-color: rgb(250 172 30 / .9)}.ring-offset-warning\/95{--tw-ring-offset-color: rgb(250 172 30 / .95)}.ring-offset-warning\/100{--tw-ring-offset-color: rgb(250 172 30 / 1)}.ring-offset-warning-light\/0{--tw-ring-offset-color: rgb(254 247 242 / 0)}.ring-offset-warning-light\/5{--tw-ring-offset-color: rgb(254 247 242 / .05)}.ring-offset-warning-light\/10{--tw-ring-offset-color: rgb(254 247 242 / .1)}.ring-offset-warning-light\/20{--tw-ring-offset-color: rgb(254 247 242 / .2)}.ring-offset-warning-light\/25{--tw-ring-offset-color: rgb(254 247 242 / .25)}.ring-offset-warning-light\/30{--tw-ring-offset-color: rgb(254 247 242 / .3)}.ring-offset-warning-light\/40{--tw-ring-offset-color: rgb(254 247 242 / .4)}.ring-offset-warning-light\/50{--tw-ring-offset-color: rgb(254 247 242 / .5)}.ring-offset-warning-light\/60{--tw-ring-offset-color: rgb(254 247 242 / .6)}.ring-offset-warning-light\/70{--tw-ring-offset-color: rgb(254 247 242 / .7)}.ring-offset-warning-light\/75{--tw-ring-offset-color: rgb(254 247 242 / .75)}.ring-offset-warning-light\/80{--tw-ring-offset-color: rgb(254 247 242 / .8)}.ring-offset-warning-light\/90{--tw-ring-offset-color: rgb(254 247 242 / .9)}.ring-offset-warning-light\/95{--tw-ring-offset-color: rgb(254 247 242 / .95)}.ring-offset-warning-light\/100{--tw-ring-offset-color: rgb(254 247 242 / 1)}.ring-offset-warning-dark\/0{--tw-ring-offset-color: rgb(158 108 18 / 0)}.ring-offset-warning-dark\/5{--tw-ring-offset-color: rgb(158 108 18 / .05)}.ring-offset-warning-dark\/10{--tw-ring-offset-color: rgb(158 108 18 / .1)}.ring-offset-warning-dark\/20{--tw-ring-offset-color: rgb(158 108 18 / .2)}.ring-offset-warning-dark\/25{--tw-ring-offset-color: rgb(158 108 18 / .25)}.ring-offset-warning-dark\/30{--tw-ring-offset-color: rgb(158 108 18 / .3)}.ring-offset-warning-dark\/40{--tw-ring-offset-color: rgb(158 108 18 / .4)}.ring-offset-warning-dark\/50{--tw-ring-offset-color: rgb(158 108 18 / .5)}.ring-offset-warning-dark\/60{--tw-ring-offset-color: rgb(158 108 18 / .6)}.ring-offset-warning-dark\/70{--tw-ring-offset-color: rgb(158 108 18 / .7)}.ring-offset-warning-dark\/75{--tw-ring-offset-color: rgb(158 108 18 / .75)}.ring-offset-warning-dark\/80{--tw-ring-offset-color: rgb(158 108 18 / .8)}.ring-offset-warning-dark\/90{--tw-ring-offset-color: rgb(158 108 18 / .9)}.ring-offset-warning-dark\/95{--tw-ring-offset-color: rgb(158 108 18 / .95)}.ring-offset-warning-dark\/100{--tw-ring-offset-color: rgb(158 108 18 / 1)}.ring-offset-error\/0{--tw-ring-offset-color: rgb(220 38 38 / 0)}.ring-offset-error\/5{--tw-ring-offset-color: rgb(220 38 38 / .05)}.ring-offset-error\/10{--tw-ring-offset-color: rgb(220 38 38 / .1)}.ring-offset-error\/20{--tw-ring-offset-color: rgb(220 38 38 / .2)}.ring-offset-error\/25{--tw-ring-offset-color: rgb(220 38 38 / .25)}.ring-offset-error\/30{--tw-ring-offset-color: rgb(220 38 38 / .3)}.ring-offset-error\/40{--tw-ring-offset-color: rgb(220 38 38 / .4)}.ring-offset-error\/50{--tw-ring-offset-color: rgb(220 38 38 / .5)}.ring-offset-error\/60{--tw-ring-offset-color: rgb(220 38 38 / .6)}.ring-offset-error\/70{--tw-ring-offset-color: rgb(220 38 38 / .7)}.ring-offset-error\/75{--tw-ring-offset-color: rgb(220 38 38 / .75)}.ring-offset-error\/80{--tw-ring-offset-color: rgb(220 38 38 / .8)}.ring-offset-error\/90{--tw-ring-offset-color: rgb(220 38 38 / .9)}.ring-offset-error\/95{--tw-ring-offset-color: rgb(220 38 38 / .95)}.ring-offset-error\/100{--tw-ring-offset-color: rgb(220 38 38 / 1)}.ring-offset-error-light\/0{--tw-ring-offset-color: rgb(251 242 242 / 0)}.ring-offset-error-light\/5{--tw-ring-offset-color: rgb(251 242 242 / .05)}.ring-offset-error-light\/10{--tw-ring-offset-color: rgb(251 242 242 / .1)}.ring-offset-error-light\/20{--tw-ring-offset-color: rgb(251 242 242 / .2)}.ring-offset-error-light\/25{--tw-ring-offset-color: rgb(251 242 242 / .25)}.ring-offset-error-light\/30{--tw-ring-offset-color: rgb(251 242 242 / .3)}.ring-offset-error-light\/40{--tw-ring-offset-color: rgb(251 242 242 / .4)}.ring-offset-error-light\/50{--tw-ring-offset-color: rgb(251 242 242 / .5)}.ring-offset-error-light\/60{--tw-ring-offset-color: rgb(251 242 242 / .6)}.ring-offset-error-light\/70{--tw-ring-offset-color: rgb(251 242 242 / .7)}.ring-offset-error-light\/75{--tw-ring-offset-color: rgb(251 242 242 / .75)}.ring-offset-error-light\/80{--tw-ring-offset-color: rgb(251 242 242 / .8)}.ring-offset-error-light\/90{--tw-ring-offset-color: rgb(251 242 242 / .9)}.ring-offset-error-light\/95{--tw-ring-offset-color: rgb(251 242 242 / .95)}.ring-offset-error-light\/100{--tw-ring-offset-color: rgb(251 242 242 / 1)}.ring-offset-error-dark\/0{--tw-ring-offset-color: rgb(196 33 33 / 0)}.ring-offset-error-dark\/5{--tw-ring-offset-color: rgb(196 33 33 / .05)}.ring-offset-error-dark\/10{--tw-ring-offset-color: rgb(196 33 33 / .1)}.ring-offset-error-dark\/20{--tw-ring-offset-color: rgb(196 33 33 / .2)}.ring-offset-error-dark\/25{--tw-ring-offset-color: rgb(196 33 33 / .25)}.ring-offset-error-dark\/30{--tw-ring-offset-color: rgb(196 33 33 / .3)}.ring-offset-error-dark\/40{--tw-ring-offset-color: rgb(196 33 33 / .4)}.ring-offset-error-dark\/50{--tw-ring-offset-color: rgb(196 33 33 / .5)}.ring-offset-error-dark\/60{--tw-ring-offset-color: rgb(196 33 33 / .6)}.ring-offset-error-dark\/70{--tw-ring-offset-color: rgb(196 33 33 / .7)}.ring-offset-error-dark\/75{--tw-ring-offset-color: rgb(196 33 33 / .75)}.ring-offset-error-dark\/80{--tw-ring-offset-color: rgb(196 33 33 / .8)}.ring-offset-error-dark\/90{--tw-ring-offset-color: rgb(196 33 33 / .9)}.ring-offset-error-dark\/95{--tw-ring-offset-color: rgb(196 33 33 / .95)}.ring-offset-error-dark\/100{--tw-ring-offset-color: rgb(196 33 33 / 1)}.ring-offset-grey\/0{--tw-ring-offset-color: rgb(71 85 105 / 0)}.ring-offset-grey\/5{--tw-ring-offset-color: rgb(71 85 105 / .05)}.ring-offset-grey\/10{--tw-ring-offset-color: rgb(71 85 105 / .1)}.ring-offset-grey\/20{--tw-ring-offset-color: rgb(71 85 105 / .2)}.ring-offset-grey\/25{--tw-ring-offset-color: rgb(71 85 105 / .25)}.ring-offset-grey\/30{--tw-ring-offset-color: rgb(71 85 105 / .3)}.ring-offset-grey\/40{--tw-ring-offset-color: rgb(71 85 105 / .4)}.ring-offset-grey\/50{--tw-ring-offset-color: rgb(71 85 105 / .5)}.ring-offset-grey\/60{--tw-ring-offset-color: rgb(71 85 105 / .6)}.ring-offset-grey\/70{--tw-ring-offset-color: rgb(71 85 105 / .7)}.ring-offset-grey\/75{--tw-ring-offset-color: rgb(71 85 105 / .75)}.ring-offset-grey\/80{--tw-ring-offset-color: rgb(71 85 105 / .8)}.ring-offset-grey\/90{--tw-ring-offset-color: rgb(71 85 105 / .9)}.ring-offset-grey\/95{--tw-ring-offset-color: rgb(71 85 105 / .95)}.ring-offset-grey\/100{--tw-ring-offset-color: rgb(71 85 105 / 1)}.ring-offset-grey-light\/0{--tw-ring-offset-color: rgb(242 243 244 / 0)}.ring-offset-grey-light\/5{--tw-ring-offset-color: rgb(242 243 244 / .05)}.ring-offset-grey-light\/10{--tw-ring-offset-color: rgb(242 243 244 / .1)}.ring-offset-grey-light\/20{--tw-ring-offset-color: rgb(242 243 244 / .2)}.ring-offset-grey-light\/25{--tw-ring-offset-color: rgb(242 243 244 / .25)}.ring-offset-grey-light\/30{--tw-ring-offset-color: rgb(242 243 244 / .3)}.ring-offset-grey-light\/40{--tw-ring-offset-color: rgb(242 243 244 / .4)}.ring-offset-grey-light\/50{--tw-ring-offset-color: rgb(242 243 244 / .5)}.ring-offset-grey-light\/60{--tw-ring-offset-color: rgb(242 243 244 / .6)}.ring-offset-grey-light\/70{--tw-ring-offset-color: rgb(242 243 244 / .7)}.ring-offset-grey-light\/75{--tw-ring-offset-color: rgb(242 243 244 / .75)}.ring-offset-grey-light\/80{--tw-ring-offset-color: rgb(242 243 244 / .8)}.ring-offset-grey-light\/90{--tw-ring-offset-color: rgb(242 243 244 / .9)}.ring-offset-grey-light\/95{--tw-ring-offset-color: rgb(242 243 244 / .95)}.ring-offset-grey-light\/100{--tw-ring-offset-color: rgb(242 243 244 / 1)}.ring-offset-grey-dark\/0{--tw-ring-offset-color: rgb(44 53 66 / 0)}.ring-offset-grey-dark\/5{--tw-ring-offset-color: rgb(44 53 66 / .05)}.ring-offset-grey-dark\/10{--tw-ring-offset-color: rgb(44 53 66 / .1)}.ring-offset-grey-dark\/20{--tw-ring-offset-color: rgb(44 53 66 / .2)}.ring-offset-grey-dark\/25{--tw-ring-offset-color: rgb(44 53 66 / .25)}.ring-offset-grey-dark\/30{--tw-ring-offset-color: rgb(44 53 66 / .3)}.ring-offset-grey-dark\/40{--tw-ring-offset-color: rgb(44 53 66 / .4)}.ring-offset-grey-dark\/50{--tw-ring-offset-color: rgb(44 53 66 / .5)}.ring-offset-grey-dark\/60{--tw-ring-offset-color: rgb(44 53 66 / .6)}.ring-offset-grey-dark\/70{--tw-ring-offset-color: rgb(44 53 66 / .7)}.ring-offset-grey-dark\/75{--tw-ring-offset-color: rgb(44 53 66 / .75)}.ring-offset-grey-dark\/80{--tw-ring-offset-color: rgb(44 53 66 / .8)}.ring-offset-grey-dark\/90{--tw-ring-offset-color: rgb(44 53 66 / .9)}.ring-offset-grey-dark\/95{--tw-ring-offset-color: rgb(44 53 66 / .95)}.ring-offset-grey-dark\/100{--tw-ring-offset-color: rgb(44 53 66 / 1)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-2xl{--tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / .15));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-xl{--tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / .03)) drop-shadow(0 8px 5px rgb(0 0 0 / .08));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-md{--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / .07)) drop-shadow(0 2px 2px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-brightness-90{--tw-backdrop-brightness: brightness(.9);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.duration-200{transition-duration:.2s}.duration-100{transition-duration:.1s}.duration-75{transition-duration:75ms}.duration-500{transition-duration:.5s}.duration-150{transition-duration:.15s}.duration-\[400ms\]{transition-duration:.4s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}html{padding:0!important;overflow:auto!important;position:static!important}:root{--popper-theme-background-color: #333333;--popper-theme-background-color-hover: #333333;--popper-theme-text-color: #ffffff;--popper-theme-border-width: 0px;--popper-theme-border-style: solid;--popper-theme-border-radius: 6px;--popper-theme-padding: 5px 20px;--popper-theme-box-shadow: 0 6px 30px -6px rgba(0, 0, 0, .25)}.blank{--popper-theme-background-color: #fff;--popper-theme-background-color-hover: #fff;--popper-theme-text-color: #111;--popper-theme-border-width: 0px;--popper-theme-border-style: solid;--popper-theme-border-radius: 6px;--popper-theme-padding: 0px;--popper-theme-box-shadow: 0 6px 30px -6px rgba(0, 0, 0, .25)}.first-letter\:relative:first-letter{position:relative}.first-line\:overflow-x-auto:first-line{overflow-x:auto}.required\:btn-primary:required{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.required\:btn-primary:required:hover{--tw-bg-opacity: 1;background-color:rgb(149 124 223 / var(--tw-bg-opacity))}.required\:btn-primary:required:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(187 168 251 / var(--tw-ring-opacity))}.required\:btn-primary-dark:required{--tw-bg-opacity: 1;background-color:rgb(104 104 172 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.required\:btn-primary-dark:required:hover{--tw-bg-opacity: 1;background-color:rgb(93 93 153 / var(--tw-bg-opacity))}.required\:btn-primary-dark:required:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 147 191 / var(--tw-ring-opacity))}.required\:btn-primary-outline:required{border-width:1px;--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.required\:btn-primary-outline:required:hover{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity))}.required\:btn-primary-outline:required:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity))}.required\:btn-error:required{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.required\:btn-error:required:hover{--tw-bg-opacity: 1;background-color:rgb(248 228 228 / var(--tw-bg-opacity))}.required\:btn-error:required:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(227 118 118 / var(--tw-ring-opacity))}.required\:btn-error-outline:required{border-width:1px;--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.required\:btn-error-outline:required:hover{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity))}.required\:btn-error-outline:required:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(227 118 118 / var(--tw-ring-opacity))}.required\:btn-info:required{--tw-bg-opacity: 1;background-color:rgb(242 243 253 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.required\:btn-info:required:hover{--tw-bg-opacity: 1;background-color:rgb(228 232 251 / var(--tw-bg-opacity))}.required\:btn-info:required:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(118 144 239 / var(--tw-ring-opacity))}.required\:btn-warning:required{--tw-bg-opacity: 1;background-color:rgb(254 247 242 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(250 172 30 / var(--tw-text-opacity))}.required\:btn-warning:required:hover{--tw-bg-opacity: 1;background-color:rgb(254 240 228 / var(--tw-bg-opacity))}.required\:btn-warning:required:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 117 / var(--tw-ring-opacity))}.required\:btn-secondary:required{--tw-bg-opacity: 1;background-color:rgb(250 172 30 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(254 247 242 / var(--tw-text-opacity))}.required\:btn-secondary:required:hover{--tw-bg-opacity: 1;background-color:rgb(223 153 26 / var(--tw-bg-opacity))}.required\:btn-secondary:required:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 209 162 / var(--tw-ring-opacity))}.required\:btn-success:required{--tw-bg-opacity: 1;background-color:rgb(242 250 246 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(46 188 136 / var(--tw-text-opacity))}.required\:btn-success:required:hover{--tw-bg-opacity: 1;background-color:rgb(229 246 238 / var(--tw-bg-opacity))}.required\:btn-success:required:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity))}.required\:btn-orange:required{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.required\:btn-orange:required:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.required\:divide-red-50:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 242 242 / var(--tw-divide-opacity))}.required\:divide-red-100:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 242 242 / var(--tw-divide-opacity))}.required\:divide-red-200:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(248 228 228 / var(--tw-divide-opacity))}.required\:divide-red-300:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(241 198 198 / var(--tw-divide-opacity))}.required\:divide-red-400:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(234 163 163 / var(--tw-divide-opacity))}.required\:divide-red-500:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(227 118 118 / var(--tw-divide-opacity))}.required\:divide-red-600:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(220 38 38 / var(--tw-divide-opacity))}.required\:divide-red-700:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(196 33 33 / var(--tw-divide-opacity))}.required\:divide-red-800:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(170 29 29 / var(--tw-divide-opacity))}.required\:divide-red-900:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(139 24 24 / var(--tw-divide-opacity))}.required\:divide-orange-50:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(255 247 237 / var(--tw-divide-opacity))}.required\:divide-orange-100:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(252 243 241 / var(--tw-divide-opacity))}.required\:divide-orange-200:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 231 228 / var(--tw-divide-opacity))}.required\:divide-orange-300:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(246 205 197 / var(--tw-divide-opacity))}.required\:divide-orange-400:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 175 161 / var(--tw-divide-opacity))}.required\:divide-orange-500:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(238 138 114 / var(--tw-divide-opacity))}.required\:divide-orange-600:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(234 88 12 / var(--tw-divide-opacity))}.required\:divide-orange-700:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(209 78 10 / var(--tw-divide-opacity))}.required\:divide-orange-800:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(181 68 9 / var(--tw-divide-opacity))}.required\:divide-orange-900:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(147 55 7 / var(--tw-divide-opacity))}.required\:divide-yellow-50:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 252 232 / var(--tw-divide-opacity))}.required\:divide-yellow-100:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 243 199 / var(--tw-divide-opacity))}.required\:divide-yellow-200:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 230 138 / var(--tw-divide-opacity))}.required\:divide-yellow-300:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(252 211 77 / var(--tw-divide-opacity))}.required\:divide-yellow-400:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 191 36 / var(--tw-divide-opacity))}.required\:divide-yellow-500:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(234 179 8 / var(--tw-divide-opacity))}.required\:divide-yellow-600:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(217 119 6 / var(--tw-divide-opacity))}.required\:divide-yellow-700:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(180 83 9 / var(--tw-divide-opacity))}.required\:divide-yellow-800:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(146 64 14 / var(--tw-divide-opacity))}.required\:divide-yellow-900:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(120 53 15 / var(--tw-divide-opacity))}.required\:divide-green-50:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(240 253 244 / var(--tw-divide-opacity))}.required\:divide-green-100:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 250 246 / var(--tw-divide-opacity))}.required\:divide-green-200:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 246 238 / var(--tw-divide-opacity))}.required\:divide-green-300:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(200 238 219 / var(--tw-divide-opacity))}.required\:divide-green-400:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(166 229 200 / var(--tw-divide-opacity))}.required\:divide-green-500:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(123 220 178 / var(--tw-divide-opacity))}.required\:divide-green-600:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(52 211 153 / var(--tw-divide-opacity))}.required\:divide-green-700:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(46 188 136 / var(--tw-divide-opacity))}.required\:divide-green-800:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(40 163 118 / var(--tw-divide-opacity))}.required\:divide-green-900:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(32 133 96 / var(--tw-divide-opacity))}.required\:divide-emerald-50:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(236 253 245 / var(--tw-divide-opacity))}.required\:divide-emerald-100:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(209 250 229 / var(--tw-divide-opacity))}.required\:divide-emerald-200:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(167 243 208 / var(--tw-divide-opacity))}.required\:divide-emerald-300:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(110 231 183 / var(--tw-divide-opacity))}.required\:divide-emerald-400:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(52 211 153 / var(--tw-divide-opacity))}.required\:divide-emerald-500:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(16 185 129 / var(--tw-divide-opacity))}.required\:divide-emerald-600:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(5 150 105 / var(--tw-divide-opacity))}.required\:divide-emerald-700:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(4 120 87 / var(--tw-divide-opacity))}.required\:divide-emerald-800:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(6 95 70 / var(--tw-divide-opacity))}.required\:divide-emerald-900:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(6 78 59 / var(--tw-divide-opacity))}.required\:divide-teal-50:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(240 253 250 / var(--tw-divide-opacity))}.required\:divide-teal-100:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(204 251 241 / var(--tw-divide-opacity))}.required\:divide-teal-200:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(153 246 228 / var(--tw-divide-opacity))}.required\:divide-teal-300:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(94 234 212 / var(--tw-divide-opacity))}.required\:divide-teal-400:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(45 212 191 / var(--tw-divide-opacity))}.required\:divide-teal-500:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(20 184 166 / var(--tw-divide-opacity))}.required\:divide-teal-600:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(13 148 136 / var(--tw-divide-opacity))}.required\:divide-teal-700:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(15 118 110 / var(--tw-divide-opacity))}.required\:divide-teal-800:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(17 94 89 / var(--tw-divide-opacity))}.required\:divide-teal-900:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(19 78 74 / var(--tw-divide-opacity))}.required\:divide-sky-50:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(240 249 255 / var(--tw-divide-opacity))}.required\:divide-sky-100:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(224 242 254 / var(--tw-divide-opacity))}.required\:divide-sky-200:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(186 230 253 / var(--tw-divide-opacity))}.required\:divide-sky-300:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(125 211 252 / var(--tw-divide-opacity))}.required\:divide-sky-400:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(56 189 248 / var(--tw-divide-opacity))}.required\:divide-sky-500:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(14 165 233 / var(--tw-divide-opacity))}.required\:divide-sky-600:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(2 132 199 / var(--tw-divide-opacity))}.required\:divide-sky-700:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(3 105 161 / var(--tw-divide-opacity))}.required\:divide-sky-800:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(7 89 133 / var(--tw-divide-opacity))}.required\:divide-sky-900:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(12 74 110 / var(--tw-divide-opacity))}.required\:divide-blue-50:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(239 246 255 / var(--tw-divide-opacity))}.required\:divide-blue-100:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 253 / var(--tw-divide-opacity))}.required\:divide-blue-200:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(228 232 251 / var(--tw-divide-opacity))}.required\:divide-blue-300:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(198 207 247 / var(--tw-divide-opacity))}.required\:divide-blue-400:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(163 178 243 / var(--tw-divide-opacity))}.required\:divide-blue-500:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(118 144 239 / var(--tw-divide-opacity))}.required\:divide-blue-600:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(37 99 235 / var(--tw-divide-opacity))}.required\:divide-blue-700:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(33 88 210 / var(--tw-divide-opacity))}.required\:divide-blue-800:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(28 76 182 / var(--tw-divide-opacity))}.required\:divide-blue-900:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(23 62 148 / var(--tw-divide-opacity))}.required\:divide-indigo-50:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(238 242 255 / var(--tw-divide-opacity))}.required\:divide-indigo-100:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(224 231 255 / var(--tw-divide-opacity))}.required\:divide-indigo-200:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(199 210 254 / var(--tw-divide-opacity))}.required\:divide-indigo-300:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(165 180 252 / var(--tw-divide-opacity))}.required\:divide-indigo-400:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(129 140 248 / var(--tw-divide-opacity))}.required\:divide-indigo-500:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(99 102 241 / var(--tw-divide-opacity))}.required\:divide-indigo-600:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(79 70 229 / var(--tw-divide-opacity))}.required\:divide-indigo-700:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(67 56 202 / var(--tw-divide-opacity))}.required\:divide-indigo-800:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(55 48 163 / var(--tw-divide-opacity))}.required\:divide-indigo-900:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(49 46 129 / var(--tw-divide-opacity))}.required\:divide-violet-50:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(245 243 255 / var(--tw-divide-opacity))}.required\:divide-violet-100:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(237 233 254 / var(--tw-divide-opacity))}.required\:divide-violet-200:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(221 214 254 / var(--tw-divide-opacity))}.required\:divide-violet-300:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(196 181 253 / var(--tw-divide-opacity))}.required\:divide-violet-400:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(167 139 250 / var(--tw-divide-opacity))}.required\:divide-violet-500:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(139 92 246 / var(--tw-divide-opacity))}.required\:divide-violet-600:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(124 58 237 / var(--tw-divide-opacity))}.required\:divide-violet-700:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(109 40 217 / var(--tw-divide-opacity))}.required\:divide-violet-800:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(91 33 182 / var(--tw-divide-opacity))}.required\:divide-violet-900:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(76 29 149 / var(--tw-divide-opacity))}.required\:divide-fuchsia-50:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 244 255 / var(--tw-divide-opacity))}.required\:divide-fuchsia-100:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 232 255 / var(--tw-divide-opacity))}.required\:divide-fuchsia-200:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(245 208 254 / var(--tw-divide-opacity))}.required\:divide-fuchsia-300:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(240 171 252 / var(--tw-divide-opacity))}.required\:divide-fuchsia-400:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(232 121 249 / var(--tw-divide-opacity))}.required\:divide-fuchsia-500:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(217 70 239 / var(--tw-divide-opacity))}.required\:divide-fuchsia-600:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(192 38 211 / var(--tw-divide-opacity))}.required\:divide-fuchsia-700:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(162 28 175 / var(--tw-divide-opacity))}.required\:divide-fuchsia-800:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(134 25 143 / var(--tw-divide-opacity))}.required\:divide-fuchsia-900:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(112 26 117 / var(--tw-divide-opacity))}.required\:divide-pink-50:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 242 248 / var(--tw-divide-opacity))}.required\:divide-pink-100:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(252 231 243 / var(--tw-divide-opacity))}.required\:divide-pink-200:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 207 232 / var(--tw-divide-opacity))}.required\:divide-pink-300:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(249 168 212 / var(--tw-divide-opacity))}.required\:divide-pink-400:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(244 114 182 / var(--tw-divide-opacity))}.required\:divide-pink-500:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(236 72 153 / var(--tw-divide-opacity))}.required\:divide-pink-600:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(219 39 119 / var(--tw-divide-opacity))}.required\:divide-pink-700:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(190 24 93 / var(--tw-divide-opacity))}.required\:divide-pink-800:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(157 23 77 / var(--tw-divide-opacity))}.required\:divide-pink-900:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(131 24 67 / var(--tw-divide-opacity))}.required\:divide-rose-50:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(255 241 242 / var(--tw-divide-opacity))}.required\:divide-rose-100:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(255 228 230 / var(--tw-divide-opacity))}.required\:divide-rose-200:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 205 211 / var(--tw-divide-opacity))}.required\:divide-rose-300:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 164 175 / var(--tw-divide-opacity))}.required\:divide-rose-400:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 113 133 / var(--tw-divide-opacity))}.required\:divide-rose-500:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(244 63 94 / var(--tw-divide-opacity))}.required\:divide-rose-600:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(225 29 72 / var(--tw-divide-opacity))}.required\:divide-rose-700:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(190 18 60 / var(--tw-divide-opacity))}.required\:divide-rose-800:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(159 18 57 / var(--tw-divide-opacity))}.required\:divide-rose-900:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(136 19 55 / var(--tw-divide-opacity))}.required\:divide-primary-100:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 244 / var(--tw-divide-opacity))}.required\:divide-primary-200:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(232 232 240 / var(--tw-divide-opacity))}.required\:divide-primary-300:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(208 208 225 / var(--tw-divide-opacity))}.required\:divide-primary-400:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(180 180 209 / var(--tw-divide-opacity))}.required\:divide-primary-500:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(147 147 191 / var(--tw-divide-opacity))}.required\:divide-primary-600:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(104 104 172 / var(--tw-divide-opacity))}.required\:divide-primary-700:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(93 93 153 / var(--tw-divide-opacity))}.required\:divide-primary-800:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(80 80 133 / var(--tw-divide-opacity))}.required\:divide-primary-900:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(65 65 108 / var(--tw-divide-opacity))}.required\:divide-primary-1000:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(46 46 76 / var(--tw-divide-opacity))}.required\:divide-primary-highlight-100:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(247 245 254 / var(--tw-divide-opacity))}.required\:divide-primary-highlight-200:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(239 236 254 / var(--tw-divide-opacity))}.required\:divide-primary-highlight-300:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(223 216 253 / var(--tw-divide-opacity))}.required\:divide-primary-highlight-400:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(206 193 252 / var(--tw-divide-opacity))}.required\:divide-primary-highlight-500:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(187 168 251 / var(--tw-divide-opacity))}.required\:divide-primary-highlight-600:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(167 139 250 / var(--tw-divide-opacity))}.required\:divide-primary-highlight-700:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(149 124 223 / var(--tw-divide-opacity))}.required\:divide-primary-highlight-800:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(129 107 193 / var(--tw-divide-opacity))}.required\:divide-primary-highlight-900:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(105 87 158 / var(--tw-divide-opacity))}.required\:divide-primary-highlight-1000:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(74 62 111 / var(--tw-divide-opacity))}.required\:divide-secondary-100:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 247 242 / var(--tw-divide-opacity))}.required\:divide-secondary-200:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 240 228 / var(--tw-divide-opacity))}.required\:divide-secondary-300:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 225 198 / var(--tw-divide-opacity))}.required\:divide-secondary-400:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(252 209 162 / var(--tw-divide-opacity))}.required\:divide-secondary-500:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 191 117 / var(--tw-divide-opacity))}.required\:divide-secondary-600:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 172 30 / var(--tw-divide-opacity))}.required\:divide-secondary-700:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(223 153 26 / var(--tw-divide-opacity))}.required\:divide-secondary-800:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(193 133 23 / var(--tw-divide-opacity))}.required\:divide-secondary-900:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(158 108 18 / var(--tw-divide-opacity))}.required\:divide-secondary-1000:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(111 76 13 / var(--tw-divide-opacity))}.required\:divide-grey-100:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 244 / var(--tw-divide-opacity))}.required\:divide-grey-200:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(230 231 232 / var(--tw-divide-opacity))}.required\:divide-grey-300:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(202 204 208 / var(--tw-divide-opacity))}.required\:divide-grey-400:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(170 174 180 / var(--tw-divide-opacity))}.required\:divide-grey-500:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(130 137 147 / var(--tw-divide-opacity))}.required\:divide-grey-600:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(71 85 105 / var(--tw-divide-opacity))}.required\:divide-grey-700:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(63 76 93 / var(--tw-divide-opacity))}.required\:divide-grey-800:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(54 65 81 / var(--tw-divide-opacity))}.required\:divide-grey-900:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(44 53 66 / var(--tw-divide-opacity))}.required\:divide-grey-1000:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(31 38 46 / var(--tw-divide-opacity))}.required\:divide-green-1000:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(23 94 68 / var(--tw-divide-opacity))}.required\:divide-blue-1000:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(16 44 105 / var(--tw-divide-opacity))}.required\:divide-orange-1000:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(104 39 5 / var(--tw-divide-opacity))}.required\:divide-red-1000:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(98 16 16 / var(--tw-divide-opacity))}.required\:divide-primary:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(167 139 250 / var(--tw-divide-opacity))}.required\:divide-primary-light:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(247 245 254 / var(--tw-divide-opacity))}.required\:divide-primary-dark:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(105 87 158 / var(--tw-divide-opacity))}.required\:divide-info:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(118 144 239 / var(--tw-divide-opacity))}.required\:divide-info-light:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 253 / var(--tw-divide-opacity))}.required\:divide-info-dark:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(33 88 210 / var(--tw-divide-opacity))}.required\:divide-success:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(40 163 118 / var(--tw-divide-opacity))}.required\:divide-success-light:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 250 246 / var(--tw-divide-opacity))}.required\:divide-success-dark:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(32 133 96 / var(--tw-divide-opacity))}.required\:divide-warning:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 172 30 / var(--tw-divide-opacity))}.required\:divide-warning-light:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 247 242 / var(--tw-divide-opacity))}.required\:divide-warning-dark:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(158 108 18 / var(--tw-divide-opacity))}.required\:divide-error:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(220 38 38 / var(--tw-divide-opacity))}.required\:divide-error-light:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 242 242 / var(--tw-divide-opacity))}.required\:divide-error-dark:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(196 33 33 / var(--tw-divide-opacity))}.required\:divide-grey:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(71 85 105 / var(--tw-divide-opacity))}.required\:divide-grey-light:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 244 / var(--tw-divide-opacity))}.required\:divide-grey-dark:required>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(44 53 66 / var(--tw-divide-opacity))}.required\:divide-red-50\/0:required>:not([hidden])~:not([hidden]){border-color:#fef2f200}.required\:divide-red-50\/5:required>:not([hidden])~:not([hidden]){border-color:#fef2f20d}.required\:divide-red-50\/10:required>:not([hidden])~:not([hidden]){border-color:#fef2f21a}.required\:divide-red-50\/20:required>:not([hidden])~:not([hidden]){border-color:#fef2f233}.required\:divide-red-50\/25:required>:not([hidden])~:not([hidden]){border-color:#fef2f240}.required\:divide-red-50\/30:required>:not([hidden])~:not([hidden]){border-color:#fef2f24d}.required\:divide-red-50\/40:required>:not([hidden])~:not([hidden]){border-color:#fef2f266}.required\:divide-red-50\/50:required>:not([hidden])~:not([hidden]){border-color:#fef2f280}.required\:divide-red-50\/60:required>:not([hidden])~:not([hidden]){border-color:#fef2f299}.required\:divide-red-50\/70:required>:not([hidden])~:not([hidden]){border-color:#fef2f2b3}.required\:divide-red-50\/75:required>:not([hidden])~:not([hidden]){border-color:#fef2f2bf}.required\:divide-red-50\/80:required>:not([hidden])~:not([hidden]){border-color:#fef2f2cc}.required\:divide-red-50\/90:required>:not([hidden])~:not([hidden]){border-color:#fef2f2e6}.required\:divide-red-50\/95:required>:not([hidden])~:not([hidden]){border-color:#fef2f2f2}.required\:divide-red-50\/100:required>:not([hidden])~:not([hidden]){border-color:#fef2f2}.required\:divide-red-100\/0:required>:not([hidden])~:not([hidden]){border-color:#fbf2f200}.required\:divide-red-100\/5:required>:not([hidden])~:not([hidden]){border-color:#fbf2f20d}.required\:divide-red-100\/10:required>:not([hidden])~:not([hidden]){border-color:#fbf2f21a}.required\:divide-red-100\/20:required>:not([hidden])~:not([hidden]){border-color:#fbf2f233}.required\:divide-red-100\/25:required>:not([hidden])~:not([hidden]){border-color:#fbf2f240}.required\:divide-red-100\/30:required>:not([hidden])~:not([hidden]){border-color:#fbf2f24d}.required\:divide-red-100\/40:required>:not([hidden])~:not([hidden]){border-color:#fbf2f266}.required\:divide-red-100\/50:required>:not([hidden])~:not([hidden]){border-color:#fbf2f280}.required\:divide-red-100\/60:required>:not([hidden])~:not([hidden]){border-color:#fbf2f299}.required\:divide-red-100\/70:required>:not([hidden])~:not([hidden]){border-color:#fbf2f2b3}.required\:divide-red-100\/75:required>:not([hidden])~:not([hidden]){border-color:#fbf2f2bf}.required\:divide-red-100\/80:required>:not([hidden])~:not([hidden]){border-color:#fbf2f2cc}.required\:divide-red-100\/90:required>:not([hidden])~:not([hidden]){border-color:#fbf2f2e6}.required\:divide-red-100\/95:required>:not([hidden])~:not([hidden]){border-color:#fbf2f2f2}.required\:divide-red-100\/100:required>:not([hidden])~:not([hidden]){border-color:#fbf2f2}.required\:divide-red-200\/0:required>:not([hidden])~:not([hidden]){border-color:#f8e4e400}.required\:divide-red-200\/5:required>:not([hidden])~:not([hidden]){border-color:#f8e4e40d}.required\:divide-red-200\/10:required>:not([hidden])~:not([hidden]){border-color:#f8e4e41a}.required\:divide-red-200\/20:required>:not([hidden])~:not([hidden]){border-color:#f8e4e433}.required\:divide-red-200\/25:required>:not([hidden])~:not([hidden]){border-color:#f8e4e440}.required\:divide-red-200\/30:required>:not([hidden])~:not([hidden]){border-color:#f8e4e44d}.required\:divide-red-200\/40:required>:not([hidden])~:not([hidden]){border-color:#f8e4e466}.required\:divide-red-200\/50:required>:not([hidden])~:not([hidden]){border-color:#f8e4e480}.required\:divide-red-200\/60:required>:not([hidden])~:not([hidden]){border-color:#f8e4e499}.required\:divide-red-200\/70:required>:not([hidden])~:not([hidden]){border-color:#f8e4e4b3}.required\:divide-red-200\/75:required>:not([hidden])~:not([hidden]){border-color:#f8e4e4bf}.required\:divide-red-200\/80:required>:not([hidden])~:not([hidden]){border-color:#f8e4e4cc}.required\:divide-red-200\/90:required>:not([hidden])~:not([hidden]){border-color:#f8e4e4e6}.required\:divide-red-200\/95:required>:not([hidden])~:not([hidden]){border-color:#f8e4e4f2}.required\:divide-red-200\/100:required>:not([hidden])~:not([hidden]){border-color:#f8e4e4}.required\:divide-red-300\/0:required>:not([hidden])~:not([hidden]){border-color:#f1c6c600}.required\:divide-red-300\/5:required>:not([hidden])~:not([hidden]){border-color:#f1c6c60d}.required\:divide-red-300\/10:required>:not([hidden])~:not([hidden]){border-color:#f1c6c61a}.required\:divide-red-300\/20:required>:not([hidden])~:not([hidden]){border-color:#f1c6c633}.required\:divide-red-300\/25:required>:not([hidden])~:not([hidden]){border-color:#f1c6c640}.required\:divide-red-300\/30:required>:not([hidden])~:not([hidden]){border-color:#f1c6c64d}.required\:divide-red-300\/40:required>:not([hidden])~:not([hidden]){border-color:#f1c6c666}.required\:divide-red-300\/50:required>:not([hidden])~:not([hidden]){border-color:#f1c6c680}.required\:divide-red-300\/60:required>:not([hidden])~:not([hidden]){border-color:#f1c6c699}.required\:divide-red-300\/70:required>:not([hidden])~:not([hidden]){border-color:#f1c6c6b3}.required\:divide-red-300\/75:required>:not([hidden])~:not([hidden]){border-color:#f1c6c6bf}.required\:divide-red-300\/80:required>:not([hidden])~:not([hidden]){border-color:#f1c6c6cc}.required\:divide-red-300\/90:required>:not([hidden])~:not([hidden]){border-color:#f1c6c6e6}.required\:divide-red-300\/95:required>:not([hidden])~:not([hidden]){border-color:#f1c6c6f2}.required\:divide-red-300\/100:required>:not([hidden])~:not([hidden]){border-color:#f1c6c6}.required\:divide-red-400\/0:required>:not([hidden])~:not([hidden]){border-color:#eaa3a300}.required\:divide-red-400\/5:required>:not([hidden])~:not([hidden]){border-color:#eaa3a30d}.required\:divide-red-400\/10:required>:not([hidden])~:not([hidden]){border-color:#eaa3a31a}.required\:divide-red-400\/20:required>:not([hidden])~:not([hidden]){border-color:#eaa3a333}.required\:divide-red-400\/25:required>:not([hidden])~:not([hidden]){border-color:#eaa3a340}.required\:divide-red-400\/30:required>:not([hidden])~:not([hidden]){border-color:#eaa3a34d}.required\:divide-red-400\/40:required>:not([hidden])~:not([hidden]){border-color:#eaa3a366}.required\:divide-red-400\/50:required>:not([hidden])~:not([hidden]){border-color:#eaa3a380}.required\:divide-red-400\/60:required>:not([hidden])~:not([hidden]){border-color:#eaa3a399}.required\:divide-red-400\/70:required>:not([hidden])~:not([hidden]){border-color:#eaa3a3b3}.required\:divide-red-400\/75:required>:not([hidden])~:not([hidden]){border-color:#eaa3a3bf}.required\:divide-red-400\/80:required>:not([hidden])~:not([hidden]){border-color:#eaa3a3cc}.required\:divide-red-400\/90:required>:not([hidden])~:not([hidden]){border-color:#eaa3a3e6}.required\:divide-red-400\/95:required>:not([hidden])~:not([hidden]){border-color:#eaa3a3f2}.required\:divide-red-400\/100:required>:not([hidden])~:not([hidden]){border-color:#eaa3a3}.required\:divide-red-500\/0:required>:not([hidden])~:not([hidden]){border-color:#e3767600}.required\:divide-red-500\/5:required>:not([hidden])~:not([hidden]){border-color:#e376760d}.required\:divide-red-500\/10:required>:not([hidden])~:not([hidden]){border-color:#e376761a}.required\:divide-red-500\/20:required>:not([hidden])~:not([hidden]){border-color:#e3767633}.required\:divide-red-500\/25:required>:not([hidden])~:not([hidden]){border-color:#e3767640}.required\:divide-red-500\/30:required>:not([hidden])~:not([hidden]){border-color:#e376764d}.required\:divide-red-500\/40:required>:not([hidden])~:not([hidden]){border-color:#e3767666}.required\:divide-red-500\/50:required>:not([hidden])~:not([hidden]){border-color:#e3767680}.required\:divide-red-500\/60:required>:not([hidden])~:not([hidden]){border-color:#e3767699}.required\:divide-red-500\/70:required>:not([hidden])~:not([hidden]){border-color:#e37676b3}.required\:divide-red-500\/75:required>:not([hidden])~:not([hidden]){border-color:#e37676bf}.required\:divide-red-500\/80:required>:not([hidden])~:not([hidden]){border-color:#e37676cc}.required\:divide-red-500\/90:required>:not([hidden])~:not([hidden]){border-color:#e37676e6}.required\:divide-red-500\/95:required>:not([hidden])~:not([hidden]){border-color:#e37676f2}.required\:divide-red-500\/100:required>:not([hidden])~:not([hidden]){border-color:#e37676}.required\:divide-red-600\/0:required>:not([hidden])~:not([hidden]){border-color:#dc262600}.required\:divide-red-600\/5:required>:not([hidden])~:not([hidden]){border-color:#dc26260d}.required\:divide-red-600\/10:required>:not([hidden])~:not([hidden]){border-color:#dc26261a}.required\:divide-red-600\/20:required>:not([hidden])~:not([hidden]){border-color:#dc262633}.required\:divide-red-600\/25:required>:not([hidden])~:not([hidden]){border-color:#dc262640}.required\:divide-red-600\/30:required>:not([hidden])~:not([hidden]){border-color:#dc26264d}.required\:divide-red-600\/40:required>:not([hidden])~:not([hidden]){border-color:#dc262666}.required\:divide-red-600\/50:required>:not([hidden])~:not([hidden]){border-color:#dc262680}.required\:divide-red-600\/60:required>:not([hidden])~:not([hidden]){border-color:#dc262699}.required\:divide-red-600\/70:required>:not([hidden])~:not([hidden]){border-color:#dc2626b3}.required\:divide-red-600\/75:required>:not([hidden])~:not([hidden]){border-color:#dc2626bf}.required\:divide-red-600\/80:required>:not([hidden])~:not([hidden]){border-color:#dc2626cc}.required\:divide-red-600\/90:required>:not([hidden])~:not([hidden]){border-color:#dc2626e6}.required\:divide-red-600\/95:required>:not([hidden])~:not([hidden]){border-color:#dc2626f2}.required\:divide-red-600\/100:required>:not([hidden])~:not([hidden]){border-color:#dc2626}.required\:divide-red-700\/0:required>:not([hidden])~:not([hidden]){border-color:#c4212100}.required\:divide-red-700\/5:required>:not([hidden])~:not([hidden]){border-color:#c421210d}.required\:divide-red-700\/10:required>:not([hidden])~:not([hidden]){border-color:#c421211a}.required\:divide-red-700\/20:required>:not([hidden])~:not([hidden]){border-color:#c4212133}.required\:divide-red-700\/25:required>:not([hidden])~:not([hidden]){border-color:#c4212140}.required\:divide-red-700\/30:required>:not([hidden])~:not([hidden]){border-color:#c421214d}.required\:divide-red-700\/40:required>:not([hidden])~:not([hidden]){border-color:#c4212166}.required\:divide-red-700\/50:required>:not([hidden])~:not([hidden]){border-color:#c4212180}.required\:divide-red-700\/60:required>:not([hidden])~:not([hidden]){border-color:#c4212199}.required\:divide-red-700\/70:required>:not([hidden])~:not([hidden]){border-color:#c42121b3}.required\:divide-red-700\/75:required>:not([hidden])~:not([hidden]){border-color:#c42121bf}.required\:divide-red-700\/80:required>:not([hidden])~:not([hidden]){border-color:#c42121cc}.required\:divide-red-700\/90:required>:not([hidden])~:not([hidden]){border-color:#c42121e6}.required\:divide-red-700\/95:required>:not([hidden])~:not([hidden]){border-color:#c42121f2}.required\:divide-red-700\/100:required>:not([hidden])~:not([hidden]){border-color:#c42121}.required\:divide-red-800\/0:required>:not([hidden])~:not([hidden]){border-color:#aa1d1d00}.required\:divide-red-800\/5:required>:not([hidden])~:not([hidden]){border-color:#aa1d1d0d}.required\:divide-red-800\/10:required>:not([hidden])~:not([hidden]){border-color:#aa1d1d1a}.required\:divide-red-800\/20:required>:not([hidden])~:not([hidden]){border-color:#aa1d1d33}.required\:divide-red-800\/25:required>:not([hidden])~:not([hidden]){border-color:#aa1d1d40}.required\:divide-red-800\/30:required>:not([hidden])~:not([hidden]){border-color:#aa1d1d4d}.required\:divide-red-800\/40:required>:not([hidden])~:not([hidden]){border-color:#aa1d1d66}.required\:divide-red-800\/50:required>:not([hidden])~:not([hidden]){border-color:#aa1d1d80}.required\:divide-red-800\/60:required>:not([hidden])~:not([hidden]){border-color:#aa1d1d99}.required\:divide-red-800\/70:required>:not([hidden])~:not([hidden]){border-color:#aa1d1db3}.required\:divide-red-800\/75:required>:not([hidden])~:not([hidden]){border-color:#aa1d1dbf}.required\:divide-red-800\/80:required>:not([hidden])~:not([hidden]){border-color:#aa1d1dcc}.required\:divide-red-800\/90:required>:not([hidden])~:not([hidden]){border-color:#aa1d1de6}.required\:divide-red-800\/95:required>:not([hidden])~:not([hidden]){border-color:#aa1d1df2}.required\:divide-red-800\/100:required>:not([hidden])~:not([hidden]){border-color:#aa1d1d}.required\:divide-red-900\/0:required>:not([hidden])~:not([hidden]){border-color:#8b181800}.required\:divide-red-900\/5:required>:not([hidden])~:not([hidden]){border-color:#8b18180d}.required\:divide-red-900\/10:required>:not([hidden])~:not([hidden]){border-color:#8b18181a}.required\:divide-red-900\/20:required>:not([hidden])~:not([hidden]){border-color:#8b181833}.required\:divide-red-900\/25:required>:not([hidden])~:not([hidden]){border-color:#8b181840}.required\:divide-red-900\/30:required>:not([hidden])~:not([hidden]){border-color:#8b18184d}.required\:divide-red-900\/40:required>:not([hidden])~:not([hidden]){border-color:#8b181866}.required\:divide-red-900\/50:required>:not([hidden])~:not([hidden]){border-color:#8b181880}.required\:divide-red-900\/60:required>:not([hidden])~:not([hidden]){border-color:#8b181899}.required\:divide-red-900\/70:required>:not([hidden])~:not([hidden]){border-color:#8b1818b3}.required\:divide-red-900\/75:required>:not([hidden])~:not([hidden]){border-color:#8b1818bf}.required\:divide-red-900\/80:required>:not([hidden])~:not([hidden]){border-color:#8b1818cc}.required\:divide-red-900\/90:required>:not([hidden])~:not([hidden]){border-color:#8b1818e6}.required\:divide-red-900\/95:required>:not([hidden])~:not([hidden]){border-color:#8b1818f2}.required\:divide-red-900\/100:required>:not([hidden])~:not([hidden]){border-color:#8b1818}.required\:divide-orange-50\/0:required>:not([hidden])~:not([hidden]){border-color:#fff7ed00}.required\:divide-orange-50\/5:required>:not([hidden])~:not([hidden]){border-color:#fff7ed0d}.required\:divide-orange-50\/10:required>:not([hidden])~:not([hidden]){border-color:#fff7ed1a}.required\:divide-orange-50\/20:required>:not([hidden])~:not([hidden]){border-color:#fff7ed33}.required\:divide-orange-50\/25:required>:not([hidden])~:not([hidden]){border-color:#fff7ed40}.required\:divide-orange-50\/30:required>:not([hidden])~:not([hidden]){border-color:#fff7ed4d}.required\:divide-orange-50\/40:required>:not([hidden])~:not([hidden]){border-color:#fff7ed66}.required\:divide-orange-50\/50:required>:not([hidden])~:not([hidden]){border-color:#fff7ed80}.required\:divide-orange-50\/60:required>:not([hidden])~:not([hidden]){border-color:#fff7ed99}.required\:divide-orange-50\/70:required>:not([hidden])~:not([hidden]){border-color:#fff7edb3}.required\:divide-orange-50\/75:required>:not([hidden])~:not([hidden]){border-color:#fff7edbf}.required\:divide-orange-50\/80:required>:not([hidden])~:not([hidden]){border-color:#fff7edcc}.required\:divide-orange-50\/90:required>:not([hidden])~:not([hidden]){border-color:#fff7ede6}.required\:divide-orange-50\/95:required>:not([hidden])~:not([hidden]){border-color:#fff7edf2}.required\:divide-orange-50\/100:required>:not([hidden])~:not([hidden]){border-color:#fff7ed}.required\:divide-orange-100\/0:required>:not([hidden])~:not([hidden]){border-color:#fcf3f100}.required\:divide-orange-100\/5:required>:not([hidden])~:not([hidden]){border-color:#fcf3f10d}.required\:divide-orange-100\/10:required>:not([hidden])~:not([hidden]){border-color:#fcf3f11a}.required\:divide-orange-100\/20:required>:not([hidden])~:not([hidden]){border-color:#fcf3f133}.required\:divide-orange-100\/25:required>:not([hidden])~:not([hidden]){border-color:#fcf3f140}.required\:divide-orange-100\/30:required>:not([hidden])~:not([hidden]){border-color:#fcf3f14d}.required\:divide-orange-100\/40:required>:not([hidden])~:not([hidden]){border-color:#fcf3f166}.required\:divide-orange-100\/50:required>:not([hidden])~:not([hidden]){border-color:#fcf3f180}.required\:divide-orange-100\/60:required>:not([hidden])~:not([hidden]){border-color:#fcf3f199}.required\:divide-orange-100\/70:required>:not([hidden])~:not([hidden]){border-color:#fcf3f1b3}.required\:divide-orange-100\/75:required>:not([hidden])~:not([hidden]){border-color:#fcf3f1bf}.required\:divide-orange-100\/80:required>:not([hidden])~:not([hidden]){border-color:#fcf3f1cc}.required\:divide-orange-100\/90:required>:not([hidden])~:not([hidden]){border-color:#fcf3f1e6}.required\:divide-orange-100\/95:required>:not([hidden])~:not([hidden]){border-color:#fcf3f1f2}.required\:divide-orange-100\/100:required>:not([hidden])~:not([hidden]){border-color:#fcf3f1}.required\:divide-orange-200\/0:required>:not([hidden])~:not([hidden]){border-color:#fae7e400}.required\:divide-orange-200\/5:required>:not([hidden])~:not([hidden]){border-color:#fae7e40d}.required\:divide-orange-200\/10:required>:not([hidden])~:not([hidden]){border-color:#fae7e41a}.required\:divide-orange-200\/20:required>:not([hidden])~:not([hidden]){border-color:#fae7e433}.required\:divide-orange-200\/25:required>:not([hidden])~:not([hidden]){border-color:#fae7e440}.required\:divide-orange-200\/30:required>:not([hidden])~:not([hidden]){border-color:#fae7e44d}.required\:divide-orange-200\/40:required>:not([hidden])~:not([hidden]){border-color:#fae7e466}.required\:divide-orange-200\/50:required>:not([hidden])~:not([hidden]){border-color:#fae7e480}.required\:divide-orange-200\/60:required>:not([hidden])~:not([hidden]){border-color:#fae7e499}.required\:divide-orange-200\/70:required>:not([hidden])~:not([hidden]){border-color:#fae7e4b3}.required\:divide-orange-200\/75:required>:not([hidden])~:not([hidden]){border-color:#fae7e4bf}.required\:divide-orange-200\/80:required>:not([hidden])~:not([hidden]){border-color:#fae7e4cc}.required\:divide-orange-200\/90:required>:not([hidden])~:not([hidden]){border-color:#fae7e4e6}.required\:divide-orange-200\/95:required>:not([hidden])~:not([hidden]){border-color:#fae7e4f2}.required\:divide-orange-200\/100:required>:not([hidden])~:not([hidden]){border-color:#fae7e4}.required\:divide-orange-300\/0:required>:not([hidden])~:not([hidden]){border-color:#f6cdc500}.required\:divide-orange-300\/5:required>:not([hidden])~:not([hidden]){border-color:#f6cdc50d}.required\:divide-orange-300\/10:required>:not([hidden])~:not([hidden]){border-color:#f6cdc51a}.required\:divide-orange-300\/20:required>:not([hidden])~:not([hidden]){border-color:#f6cdc533}.required\:divide-orange-300\/25:required>:not([hidden])~:not([hidden]){border-color:#f6cdc540}.required\:divide-orange-300\/30:required>:not([hidden])~:not([hidden]){border-color:#f6cdc54d}.required\:divide-orange-300\/40:required>:not([hidden])~:not([hidden]){border-color:#f6cdc566}.required\:divide-orange-300\/50:required>:not([hidden])~:not([hidden]){border-color:#f6cdc580}.required\:divide-orange-300\/60:required>:not([hidden])~:not([hidden]){border-color:#f6cdc599}.required\:divide-orange-300\/70:required>:not([hidden])~:not([hidden]){border-color:#f6cdc5b3}.required\:divide-orange-300\/75:required>:not([hidden])~:not([hidden]){border-color:#f6cdc5bf}.required\:divide-orange-300\/80:required>:not([hidden])~:not([hidden]){border-color:#f6cdc5cc}.required\:divide-orange-300\/90:required>:not([hidden])~:not([hidden]){border-color:#f6cdc5e6}.required\:divide-orange-300\/95:required>:not([hidden])~:not([hidden]){border-color:#f6cdc5f2}.required\:divide-orange-300\/100:required>:not([hidden])~:not([hidden]){border-color:#f6cdc5}.required\:divide-orange-400\/0:required>:not([hidden])~:not([hidden]){border-color:#f2afa100}.required\:divide-orange-400\/5:required>:not([hidden])~:not([hidden]){border-color:#f2afa10d}.required\:divide-orange-400\/10:required>:not([hidden])~:not([hidden]){border-color:#f2afa11a}.required\:divide-orange-400\/20:required>:not([hidden])~:not([hidden]){border-color:#f2afa133}.required\:divide-orange-400\/25:required>:not([hidden])~:not([hidden]){border-color:#f2afa140}.required\:divide-orange-400\/30:required>:not([hidden])~:not([hidden]){border-color:#f2afa14d}.required\:divide-orange-400\/40:required>:not([hidden])~:not([hidden]){border-color:#f2afa166}.required\:divide-orange-400\/50:required>:not([hidden])~:not([hidden]){border-color:#f2afa180}.required\:divide-orange-400\/60:required>:not([hidden])~:not([hidden]){border-color:#f2afa199}.required\:divide-orange-400\/70:required>:not([hidden])~:not([hidden]){border-color:#f2afa1b3}.required\:divide-orange-400\/75:required>:not([hidden])~:not([hidden]){border-color:#f2afa1bf}.required\:divide-orange-400\/80:required>:not([hidden])~:not([hidden]){border-color:#f2afa1cc}.required\:divide-orange-400\/90:required>:not([hidden])~:not([hidden]){border-color:#f2afa1e6}.required\:divide-orange-400\/95:required>:not([hidden])~:not([hidden]){border-color:#f2afa1f2}.required\:divide-orange-400\/100:required>:not([hidden])~:not([hidden]){border-color:#f2afa1}.required\:divide-orange-500\/0:required>:not([hidden])~:not([hidden]){border-color:#ee8a7200}.required\:divide-orange-500\/5:required>:not([hidden])~:not([hidden]){border-color:#ee8a720d}.required\:divide-orange-500\/10:required>:not([hidden])~:not([hidden]){border-color:#ee8a721a}.required\:divide-orange-500\/20:required>:not([hidden])~:not([hidden]){border-color:#ee8a7233}.required\:divide-orange-500\/25:required>:not([hidden])~:not([hidden]){border-color:#ee8a7240}.required\:divide-orange-500\/30:required>:not([hidden])~:not([hidden]){border-color:#ee8a724d}.required\:divide-orange-500\/40:required>:not([hidden])~:not([hidden]){border-color:#ee8a7266}.required\:divide-orange-500\/50:required>:not([hidden])~:not([hidden]){border-color:#ee8a7280}.required\:divide-orange-500\/60:required>:not([hidden])~:not([hidden]){border-color:#ee8a7299}.required\:divide-orange-500\/70:required>:not([hidden])~:not([hidden]){border-color:#ee8a72b3}.required\:divide-orange-500\/75:required>:not([hidden])~:not([hidden]){border-color:#ee8a72bf}.required\:divide-orange-500\/80:required>:not([hidden])~:not([hidden]){border-color:#ee8a72cc}.required\:divide-orange-500\/90:required>:not([hidden])~:not([hidden]){border-color:#ee8a72e6}.required\:divide-orange-500\/95:required>:not([hidden])~:not([hidden]){border-color:#ee8a72f2}.required\:divide-orange-500\/100:required>:not([hidden])~:not([hidden]){border-color:#ee8a72}.required\:divide-orange-600\/0:required>:not([hidden])~:not([hidden]){border-color:#ea580c00}.required\:divide-orange-600\/5:required>:not([hidden])~:not([hidden]){border-color:#ea580c0d}.required\:divide-orange-600\/10:required>:not([hidden])~:not([hidden]){border-color:#ea580c1a}.required\:divide-orange-600\/20:required>:not([hidden])~:not([hidden]){border-color:#ea580c33}.required\:divide-orange-600\/25:required>:not([hidden])~:not([hidden]){border-color:#ea580c40}.required\:divide-orange-600\/30:required>:not([hidden])~:not([hidden]){border-color:#ea580c4d}.required\:divide-orange-600\/40:required>:not([hidden])~:not([hidden]){border-color:#ea580c66}.required\:divide-orange-600\/50:required>:not([hidden])~:not([hidden]){border-color:#ea580c80}.required\:divide-orange-600\/60:required>:not([hidden])~:not([hidden]){border-color:#ea580c99}.required\:divide-orange-600\/70:required>:not([hidden])~:not([hidden]){border-color:#ea580cb3}.required\:divide-orange-600\/75:required>:not([hidden])~:not([hidden]){border-color:#ea580cbf}.required\:divide-orange-600\/80:required>:not([hidden])~:not([hidden]){border-color:#ea580ccc}.required\:divide-orange-600\/90:required>:not([hidden])~:not([hidden]){border-color:#ea580ce6}.required\:divide-orange-600\/95:required>:not([hidden])~:not([hidden]){border-color:#ea580cf2}.required\:divide-orange-600\/100:required>:not([hidden])~:not([hidden]){border-color:#ea580c}.required\:divide-orange-700\/0:required>:not([hidden])~:not([hidden]){border-color:#d14e0a00}.required\:divide-orange-700\/5:required>:not([hidden])~:not([hidden]){border-color:#d14e0a0d}.required\:divide-orange-700\/10:required>:not([hidden])~:not([hidden]){border-color:#d14e0a1a}.required\:divide-orange-700\/20:required>:not([hidden])~:not([hidden]){border-color:#d14e0a33}.required\:divide-orange-700\/25:required>:not([hidden])~:not([hidden]){border-color:#d14e0a40}.required\:divide-orange-700\/30:required>:not([hidden])~:not([hidden]){border-color:#d14e0a4d}.required\:divide-orange-700\/40:required>:not([hidden])~:not([hidden]){border-color:#d14e0a66}.required\:divide-orange-700\/50:required>:not([hidden])~:not([hidden]){border-color:#d14e0a80}.required\:divide-orange-700\/60:required>:not([hidden])~:not([hidden]){border-color:#d14e0a99}.required\:divide-orange-700\/70:required>:not([hidden])~:not([hidden]){border-color:#d14e0ab3}.required\:divide-orange-700\/75:required>:not([hidden])~:not([hidden]){border-color:#d14e0abf}.required\:divide-orange-700\/80:required>:not([hidden])~:not([hidden]){border-color:#d14e0acc}.required\:divide-orange-700\/90:required>:not([hidden])~:not([hidden]){border-color:#d14e0ae6}.required\:divide-orange-700\/95:required>:not([hidden])~:not([hidden]){border-color:#d14e0af2}.required\:divide-orange-700\/100:required>:not([hidden])~:not([hidden]){border-color:#d14e0a}.required\:divide-orange-800\/0:required>:not([hidden])~:not([hidden]){border-color:#b5440900}.required\:divide-orange-800\/5:required>:not([hidden])~:not([hidden]){border-color:#b544090d}.required\:divide-orange-800\/10:required>:not([hidden])~:not([hidden]){border-color:#b544091a}.required\:divide-orange-800\/20:required>:not([hidden])~:not([hidden]){border-color:#b5440933}.required\:divide-orange-800\/25:required>:not([hidden])~:not([hidden]){border-color:#b5440940}.required\:divide-orange-800\/30:required>:not([hidden])~:not([hidden]){border-color:#b544094d}.required\:divide-orange-800\/40:required>:not([hidden])~:not([hidden]){border-color:#b5440966}.required\:divide-orange-800\/50:required>:not([hidden])~:not([hidden]){border-color:#b5440980}.required\:divide-orange-800\/60:required>:not([hidden])~:not([hidden]){border-color:#b5440999}.required\:divide-orange-800\/70:required>:not([hidden])~:not([hidden]){border-color:#b54409b3}.required\:divide-orange-800\/75:required>:not([hidden])~:not([hidden]){border-color:#b54409bf}.required\:divide-orange-800\/80:required>:not([hidden])~:not([hidden]){border-color:#b54409cc}.required\:divide-orange-800\/90:required>:not([hidden])~:not([hidden]){border-color:#b54409e6}.required\:divide-orange-800\/95:required>:not([hidden])~:not([hidden]){border-color:#b54409f2}.required\:divide-orange-800\/100:required>:not([hidden])~:not([hidden]){border-color:#b54409}.required\:divide-orange-900\/0:required>:not([hidden])~:not([hidden]){border-color:#93370700}.required\:divide-orange-900\/5:required>:not([hidden])~:not([hidden]){border-color:#9337070d}.required\:divide-orange-900\/10:required>:not([hidden])~:not([hidden]){border-color:#9337071a}.required\:divide-orange-900\/20:required>:not([hidden])~:not([hidden]){border-color:#93370733}.required\:divide-orange-900\/25:required>:not([hidden])~:not([hidden]){border-color:#93370740}.required\:divide-orange-900\/30:required>:not([hidden])~:not([hidden]){border-color:#9337074d}.required\:divide-orange-900\/40:required>:not([hidden])~:not([hidden]){border-color:#93370766}.required\:divide-orange-900\/50:required>:not([hidden])~:not([hidden]){border-color:#93370780}.required\:divide-orange-900\/60:required>:not([hidden])~:not([hidden]){border-color:#93370799}.required\:divide-orange-900\/70:required>:not([hidden])~:not([hidden]){border-color:#933707b3}.required\:divide-orange-900\/75:required>:not([hidden])~:not([hidden]){border-color:#933707bf}.required\:divide-orange-900\/80:required>:not([hidden])~:not([hidden]){border-color:#933707cc}.required\:divide-orange-900\/90:required>:not([hidden])~:not([hidden]){border-color:#933707e6}.required\:divide-orange-900\/95:required>:not([hidden])~:not([hidden]){border-color:#933707f2}.required\:divide-orange-900\/100:required>:not([hidden])~:not([hidden]){border-color:#933707}.required\:divide-yellow-50\/0:required>:not([hidden])~:not([hidden]){border-color:#fefce800}.required\:divide-yellow-50\/5:required>:not([hidden])~:not([hidden]){border-color:#fefce80d}.required\:divide-yellow-50\/10:required>:not([hidden])~:not([hidden]){border-color:#fefce81a}.required\:divide-yellow-50\/20:required>:not([hidden])~:not([hidden]){border-color:#fefce833}.required\:divide-yellow-50\/25:required>:not([hidden])~:not([hidden]){border-color:#fefce840}.required\:divide-yellow-50\/30:required>:not([hidden])~:not([hidden]){border-color:#fefce84d}.required\:divide-yellow-50\/40:required>:not([hidden])~:not([hidden]){border-color:#fefce866}.required\:divide-yellow-50\/50:required>:not([hidden])~:not([hidden]){border-color:#fefce880}.required\:divide-yellow-50\/60:required>:not([hidden])~:not([hidden]){border-color:#fefce899}.required\:divide-yellow-50\/70:required>:not([hidden])~:not([hidden]){border-color:#fefce8b3}.required\:divide-yellow-50\/75:required>:not([hidden])~:not([hidden]){border-color:#fefce8bf}.required\:divide-yellow-50\/80:required>:not([hidden])~:not([hidden]){border-color:#fefce8cc}.required\:divide-yellow-50\/90:required>:not([hidden])~:not([hidden]){border-color:#fefce8e6}.required\:divide-yellow-50\/95:required>:not([hidden])~:not([hidden]){border-color:#fefce8f2}.required\:divide-yellow-50\/100:required>:not([hidden])~:not([hidden]){border-color:#fefce8}.required\:divide-yellow-100\/0:required>:not([hidden])~:not([hidden]){border-color:#fef3c700}.required\:divide-yellow-100\/5:required>:not([hidden])~:not([hidden]){border-color:#fef3c70d}.required\:divide-yellow-100\/10:required>:not([hidden])~:not([hidden]){border-color:#fef3c71a}.required\:divide-yellow-100\/20:required>:not([hidden])~:not([hidden]){border-color:#fef3c733}.required\:divide-yellow-100\/25:required>:not([hidden])~:not([hidden]){border-color:#fef3c740}.required\:divide-yellow-100\/30:required>:not([hidden])~:not([hidden]){border-color:#fef3c74d}.required\:divide-yellow-100\/40:required>:not([hidden])~:not([hidden]){border-color:#fef3c766}.required\:divide-yellow-100\/50:required>:not([hidden])~:not([hidden]){border-color:#fef3c780}.required\:divide-yellow-100\/60:required>:not([hidden])~:not([hidden]){border-color:#fef3c799}.required\:divide-yellow-100\/70:required>:not([hidden])~:not([hidden]){border-color:#fef3c7b3}.required\:divide-yellow-100\/75:required>:not([hidden])~:not([hidden]){border-color:#fef3c7bf}.required\:divide-yellow-100\/80:required>:not([hidden])~:not([hidden]){border-color:#fef3c7cc}.required\:divide-yellow-100\/90:required>:not([hidden])~:not([hidden]){border-color:#fef3c7e6}.required\:divide-yellow-100\/95:required>:not([hidden])~:not([hidden]){border-color:#fef3c7f2}.required\:divide-yellow-100\/100:required>:not([hidden])~:not([hidden]){border-color:#fef3c7}.required\:divide-yellow-200\/0:required>:not([hidden])~:not([hidden]){border-color:#fde68a00}.required\:divide-yellow-200\/5:required>:not([hidden])~:not([hidden]){border-color:#fde68a0d}.required\:divide-yellow-200\/10:required>:not([hidden])~:not([hidden]){border-color:#fde68a1a}.required\:divide-yellow-200\/20:required>:not([hidden])~:not([hidden]){border-color:#fde68a33}.required\:divide-yellow-200\/25:required>:not([hidden])~:not([hidden]){border-color:#fde68a40}.required\:divide-yellow-200\/30:required>:not([hidden])~:not([hidden]){border-color:#fde68a4d}.required\:divide-yellow-200\/40:required>:not([hidden])~:not([hidden]){border-color:#fde68a66}.required\:divide-yellow-200\/50:required>:not([hidden])~:not([hidden]){border-color:#fde68a80}.required\:divide-yellow-200\/60:required>:not([hidden])~:not([hidden]){border-color:#fde68a99}.required\:divide-yellow-200\/70:required>:not([hidden])~:not([hidden]){border-color:#fde68ab3}.required\:divide-yellow-200\/75:required>:not([hidden])~:not([hidden]){border-color:#fde68abf}.required\:divide-yellow-200\/80:required>:not([hidden])~:not([hidden]){border-color:#fde68acc}.required\:divide-yellow-200\/90:required>:not([hidden])~:not([hidden]){border-color:#fde68ae6}.required\:divide-yellow-200\/95:required>:not([hidden])~:not([hidden]){border-color:#fde68af2}.required\:divide-yellow-200\/100:required>:not([hidden])~:not([hidden]){border-color:#fde68a}.required\:divide-yellow-300\/0:required>:not([hidden])~:not([hidden]){border-color:#fcd34d00}.required\:divide-yellow-300\/5:required>:not([hidden])~:not([hidden]){border-color:#fcd34d0d}.required\:divide-yellow-300\/10:required>:not([hidden])~:not([hidden]){border-color:#fcd34d1a}.required\:divide-yellow-300\/20:required>:not([hidden])~:not([hidden]){border-color:#fcd34d33}.required\:divide-yellow-300\/25:required>:not([hidden])~:not([hidden]){border-color:#fcd34d40}.required\:divide-yellow-300\/30:required>:not([hidden])~:not([hidden]){border-color:#fcd34d4d}.required\:divide-yellow-300\/40:required>:not([hidden])~:not([hidden]){border-color:#fcd34d66}.required\:divide-yellow-300\/50:required>:not([hidden])~:not([hidden]){border-color:#fcd34d80}.required\:divide-yellow-300\/60:required>:not([hidden])~:not([hidden]){border-color:#fcd34d99}.required\:divide-yellow-300\/70:required>:not([hidden])~:not([hidden]){border-color:#fcd34db3}.required\:divide-yellow-300\/75:required>:not([hidden])~:not([hidden]){border-color:#fcd34dbf}.required\:divide-yellow-300\/80:required>:not([hidden])~:not([hidden]){border-color:#fcd34dcc}.required\:divide-yellow-300\/90:required>:not([hidden])~:not([hidden]){border-color:#fcd34de6}.required\:divide-yellow-300\/95:required>:not([hidden])~:not([hidden]){border-color:#fcd34df2}.required\:divide-yellow-300\/100:required>:not([hidden])~:not([hidden]){border-color:#fcd34d}.required\:divide-yellow-400\/0:required>:not([hidden])~:not([hidden]){border-color:#fbbf2400}.required\:divide-yellow-400\/5:required>:not([hidden])~:not([hidden]){border-color:#fbbf240d}.required\:divide-yellow-400\/10:required>:not([hidden])~:not([hidden]){border-color:#fbbf241a}.required\:divide-yellow-400\/20:required>:not([hidden])~:not([hidden]){border-color:#fbbf2433}.required\:divide-yellow-400\/25:required>:not([hidden])~:not([hidden]){border-color:#fbbf2440}.required\:divide-yellow-400\/30:required>:not([hidden])~:not([hidden]){border-color:#fbbf244d}.required\:divide-yellow-400\/40:required>:not([hidden])~:not([hidden]){border-color:#fbbf2466}.required\:divide-yellow-400\/50:required>:not([hidden])~:not([hidden]){border-color:#fbbf2480}.required\:divide-yellow-400\/60:required>:not([hidden])~:not([hidden]){border-color:#fbbf2499}.required\:divide-yellow-400\/70:required>:not([hidden])~:not([hidden]){border-color:#fbbf24b3}.required\:divide-yellow-400\/75:required>:not([hidden])~:not([hidden]){border-color:#fbbf24bf}.required\:divide-yellow-400\/80:required>:not([hidden])~:not([hidden]){border-color:#fbbf24cc}.required\:divide-yellow-400\/90:required>:not([hidden])~:not([hidden]){border-color:#fbbf24e6}.required\:divide-yellow-400\/95:required>:not([hidden])~:not([hidden]){border-color:#fbbf24f2}.required\:divide-yellow-400\/100:required>:not([hidden])~:not([hidden]){border-color:#fbbf24}.required\:divide-yellow-500\/0:required>:not([hidden])~:not([hidden]){border-color:#eab30800}.required\:divide-yellow-500\/5:required>:not([hidden])~:not([hidden]){border-color:#eab3080d}.required\:divide-yellow-500\/10:required>:not([hidden])~:not([hidden]){border-color:#eab3081a}.required\:divide-yellow-500\/20:required>:not([hidden])~:not([hidden]){border-color:#eab30833}.required\:divide-yellow-500\/25:required>:not([hidden])~:not([hidden]){border-color:#eab30840}.required\:divide-yellow-500\/30:required>:not([hidden])~:not([hidden]){border-color:#eab3084d}.required\:divide-yellow-500\/40:required>:not([hidden])~:not([hidden]){border-color:#eab30866}.required\:divide-yellow-500\/50:required>:not([hidden])~:not([hidden]){border-color:#eab30880}.required\:divide-yellow-500\/60:required>:not([hidden])~:not([hidden]){border-color:#eab30899}.required\:divide-yellow-500\/70:required>:not([hidden])~:not([hidden]){border-color:#eab308b3}.required\:divide-yellow-500\/75:required>:not([hidden])~:not([hidden]){border-color:#eab308bf}.required\:divide-yellow-500\/80:required>:not([hidden])~:not([hidden]){border-color:#eab308cc}.required\:divide-yellow-500\/90:required>:not([hidden])~:not([hidden]){border-color:#eab308e6}.required\:divide-yellow-500\/95:required>:not([hidden])~:not([hidden]){border-color:#eab308f2}.required\:divide-yellow-500\/100:required>:not([hidden])~:not([hidden]){border-color:#eab308}.required\:divide-yellow-600\/0:required>:not([hidden])~:not([hidden]){border-color:#d9770600}.required\:divide-yellow-600\/5:required>:not([hidden])~:not([hidden]){border-color:#d977060d}.required\:divide-yellow-600\/10:required>:not([hidden])~:not([hidden]){border-color:#d977061a}.required\:divide-yellow-600\/20:required>:not([hidden])~:not([hidden]){border-color:#d9770633}.required\:divide-yellow-600\/25:required>:not([hidden])~:not([hidden]){border-color:#d9770640}.required\:divide-yellow-600\/30:required>:not([hidden])~:not([hidden]){border-color:#d977064d}.required\:divide-yellow-600\/40:required>:not([hidden])~:not([hidden]){border-color:#d9770666}.required\:divide-yellow-600\/50:required>:not([hidden])~:not([hidden]){border-color:#d9770680}.required\:divide-yellow-600\/60:required>:not([hidden])~:not([hidden]){border-color:#d9770699}.required\:divide-yellow-600\/70:required>:not([hidden])~:not([hidden]){border-color:#d97706b3}.required\:divide-yellow-600\/75:required>:not([hidden])~:not([hidden]){border-color:#d97706bf}.required\:divide-yellow-600\/80:required>:not([hidden])~:not([hidden]){border-color:#d97706cc}.required\:divide-yellow-600\/90:required>:not([hidden])~:not([hidden]){border-color:#d97706e6}.required\:divide-yellow-600\/95:required>:not([hidden])~:not([hidden]){border-color:#d97706f2}.required\:divide-yellow-600\/100:required>:not([hidden])~:not([hidden]){border-color:#d97706}.required\:divide-yellow-700\/0:required>:not([hidden])~:not([hidden]){border-color:#b4530900}.required\:divide-yellow-700\/5:required>:not([hidden])~:not([hidden]){border-color:#b453090d}.required\:divide-yellow-700\/10:required>:not([hidden])~:not([hidden]){border-color:#b453091a}.required\:divide-yellow-700\/20:required>:not([hidden])~:not([hidden]){border-color:#b4530933}.required\:divide-yellow-700\/25:required>:not([hidden])~:not([hidden]){border-color:#b4530940}.required\:divide-yellow-700\/30:required>:not([hidden])~:not([hidden]){border-color:#b453094d}.required\:divide-yellow-700\/40:required>:not([hidden])~:not([hidden]){border-color:#b4530966}.required\:divide-yellow-700\/50:required>:not([hidden])~:not([hidden]){border-color:#b4530980}.required\:divide-yellow-700\/60:required>:not([hidden])~:not([hidden]){border-color:#b4530999}.required\:divide-yellow-700\/70:required>:not([hidden])~:not([hidden]){border-color:#b45309b3}.required\:divide-yellow-700\/75:required>:not([hidden])~:not([hidden]){border-color:#b45309bf}.required\:divide-yellow-700\/80:required>:not([hidden])~:not([hidden]){border-color:#b45309cc}.required\:divide-yellow-700\/90:required>:not([hidden])~:not([hidden]){border-color:#b45309e6}.required\:divide-yellow-700\/95:required>:not([hidden])~:not([hidden]){border-color:#b45309f2}.required\:divide-yellow-700\/100:required>:not([hidden])~:not([hidden]){border-color:#b45309}.required\:divide-yellow-800\/0:required>:not([hidden])~:not([hidden]){border-color:#92400e00}.required\:divide-yellow-800\/5:required>:not([hidden])~:not([hidden]){border-color:#92400e0d}.required\:divide-yellow-800\/10:required>:not([hidden])~:not([hidden]){border-color:#92400e1a}.required\:divide-yellow-800\/20:required>:not([hidden])~:not([hidden]){border-color:#92400e33}.required\:divide-yellow-800\/25:required>:not([hidden])~:not([hidden]){border-color:#92400e40}.required\:divide-yellow-800\/30:required>:not([hidden])~:not([hidden]){border-color:#92400e4d}.required\:divide-yellow-800\/40:required>:not([hidden])~:not([hidden]){border-color:#92400e66}.required\:divide-yellow-800\/50:required>:not([hidden])~:not([hidden]){border-color:#92400e80}.required\:divide-yellow-800\/60:required>:not([hidden])~:not([hidden]){border-color:#92400e99}.required\:divide-yellow-800\/70:required>:not([hidden])~:not([hidden]){border-color:#92400eb3}.required\:divide-yellow-800\/75:required>:not([hidden])~:not([hidden]){border-color:#92400ebf}.required\:divide-yellow-800\/80:required>:not([hidden])~:not([hidden]){border-color:#92400ecc}.required\:divide-yellow-800\/90:required>:not([hidden])~:not([hidden]){border-color:#92400ee6}.required\:divide-yellow-800\/95:required>:not([hidden])~:not([hidden]){border-color:#92400ef2}.required\:divide-yellow-800\/100:required>:not([hidden])~:not([hidden]){border-color:#92400e}.required\:divide-yellow-900\/0:required>:not([hidden])~:not([hidden]){border-color:#78350f00}.required\:divide-yellow-900\/5:required>:not([hidden])~:not([hidden]){border-color:#78350f0d}.required\:divide-yellow-900\/10:required>:not([hidden])~:not([hidden]){border-color:#78350f1a}.required\:divide-yellow-900\/20:required>:not([hidden])~:not([hidden]){border-color:#78350f33}.required\:divide-yellow-900\/25:required>:not([hidden])~:not([hidden]){border-color:#78350f40}.required\:divide-yellow-900\/30:required>:not([hidden])~:not([hidden]){border-color:#78350f4d}.required\:divide-yellow-900\/40:required>:not([hidden])~:not([hidden]){border-color:#78350f66}.required\:divide-yellow-900\/50:required>:not([hidden])~:not([hidden]){border-color:#78350f80}.required\:divide-yellow-900\/60:required>:not([hidden])~:not([hidden]){border-color:#78350f99}.required\:divide-yellow-900\/70:required>:not([hidden])~:not([hidden]){border-color:#78350fb3}.required\:divide-yellow-900\/75:required>:not([hidden])~:not([hidden]){border-color:#78350fbf}.required\:divide-yellow-900\/80:required>:not([hidden])~:not([hidden]){border-color:#78350fcc}.required\:divide-yellow-900\/90:required>:not([hidden])~:not([hidden]){border-color:#78350fe6}.required\:divide-yellow-900\/95:required>:not([hidden])~:not([hidden]){border-color:#78350ff2}.required\:divide-yellow-900\/100:required>:not([hidden])~:not([hidden]){border-color:#78350f}.required\:divide-green-50\/0:required>:not([hidden])~:not([hidden]){border-color:#f0fdf400}.required\:divide-green-50\/5:required>:not([hidden])~:not([hidden]){border-color:#f0fdf40d}.required\:divide-green-50\/10:required>:not([hidden])~:not([hidden]){border-color:#f0fdf41a}.required\:divide-green-50\/20:required>:not([hidden])~:not([hidden]){border-color:#f0fdf433}.required\:divide-green-50\/25:required>:not([hidden])~:not([hidden]){border-color:#f0fdf440}.required\:divide-green-50\/30:required>:not([hidden])~:not([hidden]){border-color:#f0fdf44d}.required\:divide-green-50\/40:required>:not([hidden])~:not([hidden]){border-color:#f0fdf466}.required\:divide-green-50\/50:required>:not([hidden])~:not([hidden]){border-color:#f0fdf480}.required\:divide-green-50\/60:required>:not([hidden])~:not([hidden]){border-color:#f0fdf499}.required\:divide-green-50\/70:required>:not([hidden])~:not([hidden]){border-color:#f0fdf4b3}.required\:divide-green-50\/75:required>:not([hidden])~:not([hidden]){border-color:#f0fdf4bf}.required\:divide-green-50\/80:required>:not([hidden])~:not([hidden]){border-color:#f0fdf4cc}.required\:divide-green-50\/90:required>:not([hidden])~:not([hidden]){border-color:#f0fdf4e6}.required\:divide-green-50\/95:required>:not([hidden])~:not([hidden]){border-color:#f0fdf4f2}.required\:divide-green-50\/100:required>:not([hidden])~:not([hidden]){border-color:#f0fdf4}.required\:divide-green-100\/0:required>:not([hidden])~:not([hidden]){border-color:#f2faf600}.required\:divide-green-100\/5:required>:not([hidden])~:not([hidden]){border-color:#f2faf60d}.required\:divide-green-100\/10:required>:not([hidden])~:not([hidden]){border-color:#f2faf61a}.required\:divide-green-100\/20:required>:not([hidden])~:not([hidden]){border-color:#f2faf633}.required\:divide-green-100\/25:required>:not([hidden])~:not([hidden]){border-color:#f2faf640}.required\:divide-green-100\/30:required>:not([hidden])~:not([hidden]){border-color:#f2faf64d}.required\:divide-green-100\/40:required>:not([hidden])~:not([hidden]){border-color:#f2faf666}.required\:divide-green-100\/50:required>:not([hidden])~:not([hidden]){border-color:#f2faf680}.required\:divide-green-100\/60:required>:not([hidden])~:not([hidden]){border-color:#f2faf699}.required\:divide-green-100\/70:required>:not([hidden])~:not([hidden]){border-color:#f2faf6b3}.required\:divide-green-100\/75:required>:not([hidden])~:not([hidden]){border-color:#f2faf6bf}.required\:divide-green-100\/80:required>:not([hidden])~:not([hidden]){border-color:#f2faf6cc}.required\:divide-green-100\/90:required>:not([hidden])~:not([hidden]){border-color:#f2faf6e6}.required\:divide-green-100\/95:required>:not([hidden])~:not([hidden]){border-color:#f2faf6f2}.required\:divide-green-100\/100:required>:not([hidden])~:not([hidden]){border-color:#f2faf6}.required\:divide-green-200\/0:required>:not([hidden])~:not([hidden]){border-color:#e5f6ee00}.required\:divide-green-200\/5:required>:not([hidden])~:not([hidden]){border-color:#e5f6ee0d}.required\:divide-green-200\/10:required>:not([hidden])~:not([hidden]){border-color:#e5f6ee1a}.required\:divide-green-200\/20:required>:not([hidden])~:not([hidden]){border-color:#e5f6ee33}.required\:divide-green-200\/25:required>:not([hidden])~:not([hidden]){border-color:#e5f6ee40}.required\:divide-green-200\/30:required>:not([hidden])~:not([hidden]){border-color:#e5f6ee4d}.required\:divide-green-200\/40:required>:not([hidden])~:not([hidden]){border-color:#e5f6ee66}.required\:divide-green-200\/50:required>:not([hidden])~:not([hidden]){border-color:#e5f6ee80}.required\:divide-green-200\/60:required>:not([hidden])~:not([hidden]){border-color:#e5f6ee99}.required\:divide-green-200\/70:required>:not([hidden])~:not([hidden]){border-color:#e5f6eeb3}.required\:divide-green-200\/75:required>:not([hidden])~:not([hidden]){border-color:#e5f6eebf}.required\:divide-green-200\/80:required>:not([hidden])~:not([hidden]){border-color:#e5f6eecc}.required\:divide-green-200\/90:required>:not([hidden])~:not([hidden]){border-color:#e5f6eee6}.required\:divide-green-200\/95:required>:not([hidden])~:not([hidden]){border-color:#e5f6eef2}.required\:divide-green-200\/100:required>:not([hidden])~:not([hidden]){border-color:#e5f6ee}.required\:divide-green-300\/0:required>:not([hidden])~:not([hidden]){border-color:#c8eedb00}.required\:divide-green-300\/5:required>:not([hidden])~:not([hidden]){border-color:#c8eedb0d}.required\:divide-green-300\/10:required>:not([hidden])~:not([hidden]){border-color:#c8eedb1a}.required\:divide-green-300\/20:required>:not([hidden])~:not([hidden]){border-color:#c8eedb33}.required\:divide-green-300\/25:required>:not([hidden])~:not([hidden]){border-color:#c8eedb40}.required\:divide-green-300\/30:required>:not([hidden])~:not([hidden]){border-color:#c8eedb4d}.required\:divide-green-300\/40:required>:not([hidden])~:not([hidden]){border-color:#c8eedb66}.required\:divide-green-300\/50:required>:not([hidden])~:not([hidden]){border-color:#c8eedb80}.required\:divide-green-300\/60:required>:not([hidden])~:not([hidden]){border-color:#c8eedb99}.required\:divide-green-300\/70:required>:not([hidden])~:not([hidden]){border-color:#c8eedbb3}.required\:divide-green-300\/75:required>:not([hidden])~:not([hidden]){border-color:#c8eedbbf}.required\:divide-green-300\/80:required>:not([hidden])~:not([hidden]){border-color:#c8eedbcc}.required\:divide-green-300\/90:required>:not([hidden])~:not([hidden]){border-color:#c8eedbe6}.required\:divide-green-300\/95:required>:not([hidden])~:not([hidden]){border-color:#c8eedbf2}.required\:divide-green-300\/100:required>:not([hidden])~:not([hidden]){border-color:#c8eedb}.required\:divide-green-400\/0:required>:not([hidden])~:not([hidden]){border-color:#a6e5c800}.required\:divide-green-400\/5:required>:not([hidden])~:not([hidden]){border-color:#a6e5c80d}.required\:divide-green-400\/10:required>:not([hidden])~:not([hidden]){border-color:#a6e5c81a}.required\:divide-green-400\/20:required>:not([hidden])~:not([hidden]){border-color:#a6e5c833}.required\:divide-green-400\/25:required>:not([hidden])~:not([hidden]){border-color:#a6e5c840}.required\:divide-green-400\/30:required>:not([hidden])~:not([hidden]){border-color:#a6e5c84d}.required\:divide-green-400\/40:required>:not([hidden])~:not([hidden]){border-color:#a6e5c866}.required\:divide-green-400\/50:required>:not([hidden])~:not([hidden]){border-color:#a6e5c880}.required\:divide-green-400\/60:required>:not([hidden])~:not([hidden]){border-color:#a6e5c899}.required\:divide-green-400\/70:required>:not([hidden])~:not([hidden]){border-color:#a6e5c8b3}.required\:divide-green-400\/75:required>:not([hidden])~:not([hidden]){border-color:#a6e5c8bf}.required\:divide-green-400\/80:required>:not([hidden])~:not([hidden]){border-color:#a6e5c8cc}.required\:divide-green-400\/90:required>:not([hidden])~:not([hidden]){border-color:#a6e5c8e6}.required\:divide-green-400\/95:required>:not([hidden])~:not([hidden]){border-color:#a6e5c8f2}.required\:divide-green-400\/100:required>:not([hidden])~:not([hidden]){border-color:#a6e5c8}.required\:divide-green-500\/0:required>:not([hidden])~:not([hidden]){border-color:#7bdcb200}.required\:divide-green-500\/5:required>:not([hidden])~:not([hidden]){border-color:#7bdcb20d}.required\:divide-green-500\/10:required>:not([hidden])~:not([hidden]){border-color:#7bdcb21a}.required\:divide-green-500\/20:required>:not([hidden])~:not([hidden]){border-color:#7bdcb233}.required\:divide-green-500\/25:required>:not([hidden])~:not([hidden]){border-color:#7bdcb240}.required\:divide-green-500\/30:required>:not([hidden])~:not([hidden]){border-color:#7bdcb24d}.required\:divide-green-500\/40:required>:not([hidden])~:not([hidden]){border-color:#7bdcb266}.required\:divide-green-500\/50:required>:not([hidden])~:not([hidden]){border-color:#7bdcb280}.required\:divide-green-500\/60:required>:not([hidden])~:not([hidden]){border-color:#7bdcb299}.required\:divide-green-500\/70:required>:not([hidden])~:not([hidden]){border-color:#7bdcb2b3}.required\:divide-green-500\/75:required>:not([hidden])~:not([hidden]){border-color:#7bdcb2bf}.required\:divide-green-500\/80:required>:not([hidden])~:not([hidden]){border-color:#7bdcb2cc}.required\:divide-green-500\/90:required>:not([hidden])~:not([hidden]){border-color:#7bdcb2e6}.required\:divide-green-500\/95:required>:not([hidden])~:not([hidden]){border-color:#7bdcb2f2}.required\:divide-green-500\/100:required>:not([hidden])~:not([hidden]){border-color:#7bdcb2}.required\:divide-green-600\/0:required>:not([hidden])~:not([hidden]){border-color:#34d39900}.required\:divide-green-600\/5:required>:not([hidden])~:not([hidden]){border-color:#34d3990d}.required\:divide-green-600\/10:required>:not([hidden])~:not([hidden]){border-color:#34d3991a}.required\:divide-green-600\/20:required>:not([hidden])~:not([hidden]){border-color:#34d39933}.required\:divide-green-600\/25:required>:not([hidden])~:not([hidden]){border-color:#34d39940}.required\:divide-green-600\/30:required>:not([hidden])~:not([hidden]){border-color:#34d3994d}.required\:divide-green-600\/40:required>:not([hidden])~:not([hidden]){border-color:#34d39966}.required\:divide-green-600\/50:required>:not([hidden])~:not([hidden]){border-color:#34d39980}.required\:divide-green-600\/60:required>:not([hidden])~:not([hidden]){border-color:#34d39999}.required\:divide-green-600\/70:required>:not([hidden])~:not([hidden]){border-color:#34d399b3}.required\:divide-green-600\/75:required>:not([hidden])~:not([hidden]){border-color:#34d399bf}.required\:divide-green-600\/80:required>:not([hidden])~:not([hidden]){border-color:#34d399cc}.required\:divide-green-600\/90:required>:not([hidden])~:not([hidden]){border-color:#34d399e6}.required\:divide-green-600\/95:required>:not([hidden])~:not([hidden]){border-color:#34d399f2}.required\:divide-green-600\/100:required>:not([hidden])~:not([hidden]){border-color:#34d399}.required\:divide-green-700\/0:required>:not([hidden])~:not([hidden]){border-color:#2ebc8800}.required\:divide-green-700\/5:required>:not([hidden])~:not([hidden]){border-color:#2ebc880d}.required\:divide-green-700\/10:required>:not([hidden])~:not([hidden]){border-color:#2ebc881a}.required\:divide-green-700\/20:required>:not([hidden])~:not([hidden]){border-color:#2ebc8833}.required\:divide-green-700\/25:required>:not([hidden])~:not([hidden]){border-color:#2ebc8840}.required\:divide-green-700\/30:required>:not([hidden])~:not([hidden]){border-color:#2ebc884d}.required\:divide-green-700\/40:required>:not([hidden])~:not([hidden]){border-color:#2ebc8866}.required\:divide-green-700\/50:required>:not([hidden])~:not([hidden]){border-color:#2ebc8880}.required\:divide-green-700\/60:required>:not([hidden])~:not([hidden]){border-color:#2ebc8899}.required\:divide-green-700\/70:required>:not([hidden])~:not([hidden]){border-color:#2ebc88b3}.required\:divide-green-700\/75:required>:not([hidden])~:not([hidden]){border-color:#2ebc88bf}.required\:divide-green-700\/80:required>:not([hidden])~:not([hidden]){border-color:#2ebc88cc}.required\:divide-green-700\/90:required>:not([hidden])~:not([hidden]){border-color:#2ebc88e6}.required\:divide-green-700\/95:required>:not([hidden])~:not([hidden]){border-color:#2ebc88f2}.required\:divide-green-700\/100:required>:not([hidden])~:not([hidden]){border-color:#2ebc88}.required\:divide-green-800\/0:required>:not([hidden])~:not([hidden]){border-color:#28a37600}.required\:divide-green-800\/5:required>:not([hidden])~:not([hidden]){border-color:#28a3760d}.required\:divide-green-800\/10:required>:not([hidden])~:not([hidden]){border-color:#28a3761a}.required\:divide-green-800\/20:required>:not([hidden])~:not([hidden]){border-color:#28a37633}.required\:divide-green-800\/25:required>:not([hidden])~:not([hidden]){border-color:#28a37640}.required\:divide-green-800\/30:required>:not([hidden])~:not([hidden]){border-color:#28a3764d}.required\:divide-green-800\/40:required>:not([hidden])~:not([hidden]){border-color:#28a37666}.required\:divide-green-800\/50:required>:not([hidden])~:not([hidden]){border-color:#28a37680}.required\:divide-green-800\/60:required>:not([hidden])~:not([hidden]){border-color:#28a37699}.required\:divide-green-800\/70:required>:not([hidden])~:not([hidden]){border-color:#28a376b3}.required\:divide-green-800\/75:required>:not([hidden])~:not([hidden]){border-color:#28a376bf}.required\:divide-green-800\/80:required>:not([hidden])~:not([hidden]){border-color:#28a376cc}.required\:divide-green-800\/90:required>:not([hidden])~:not([hidden]){border-color:#28a376e6}.required\:divide-green-800\/95:required>:not([hidden])~:not([hidden]){border-color:#28a376f2}.required\:divide-green-800\/100:required>:not([hidden])~:not([hidden]){border-color:#28a376}.required\:divide-green-900\/0:required>:not([hidden])~:not([hidden]){border-color:#20856000}.required\:divide-green-900\/5:required>:not([hidden])~:not([hidden]){border-color:#2085600d}.required\:divide-green-900\/10:required>:not([hidden])~:not([hidden]){border-color:#2085601a}.required\:divide-green-900\/20:required>:not([hidden])~:not([hidden]){border-color:#20856033}.required\:divide-green-900\/25:required>:not([hidden])~:not([hidden]){border-color:#20856040}.required\:divide-green-900\/30:required>:not([hidden])~:not([hidden]){border-color:#2085604d}.required\:divide-green-900\/40:required>:not([hidden])~:not([hidden]){border-color:#20856066}.required\:divide-green-900\/50:required>:not([hidden])~:not([hidden]){border-color:#20856080}.required\:divide-green-900\/60:required>:not([hidden])~:not([hidden]){border-color:#20856099}.required\:divide-green-900\/70:required>:not([hidden])~:not([hidden]){border-color:#208560b3}.required\:divide-green-900\/75:required>:not([hidden])~:not([hidden]){border-color:#208560bf}.required\:divide-green-900\/80:required>:not([hidden])~:not([hidden]){border-color:#208560cc}.required\:divide-green-900\/90:required>:not([hidden])~:not([hidden]){border-color:#208560e6}.required\:divide-green-900\/95:required>:not([hidden])~:not([hidden]){border-color:#208560f2}.required\:divide-green-900\/100:required>:not([hidden])~:not([hidden]){border-color:#208560}.required\:divide-emerald-50\/0:required>:not([hidden])~:not([hidden]){border-color:#ecfdf500}.required\:divide-emerald-50\/5:required>:not([hidden])~:not([hidden]){border-color:#ecfdf50d}.required\:divide-emerald-50\/10:required>:not([hidden])~:not([hidden]){border-color:#ecfdf51a}.required\:divide-emerald-50\/20:required>:not([hidden])~:not([hidden]){border-color:#ecfdf533}.required\:divide-emerald-50\/25:required>:not([hidden])~:not([hidden]){border-color:#ecfdf540}.required\:divide-emerald-50\/30:required>:not([hidden])~:not([hidden]){border-color:#ecfdf54d}.required\:divide-emerald-50\/40:required>:not([hidden])~:not([hidden]){border-color:#ecfdf566}.required\:divide-emerald-50\/50:required>:not([hidden])~:not([hidden]){border-color:#ecfdf580}.required\:divide-emerald-50\/60:required>:not([hidden])~:not([hidden]){border-color:#ecfdf599}.required\:divide-emerald-50\/70:required>:not([hidden])~:not([hidden]){border-color:#ecfdf5b3}.required\:divide-emerald-50\/75:required>:not([hidden])~:not([hidden]){border-color:#ecfdf5bf}.required\:divide-emerald-50\/80:required>:not([hidden])~:not([hidden]){border-color:#ecfdf5cc}.required\:divide-emerald-50\/90:required>:not([hidden])~:not([hidden]){border-color:#ecfdf5e6}.required\:divide-emerald-50\/95:required>:not([hidden])~:not([hidden]){border-color:#ecfdf5f2}.required\:divide-emerald-50\/100:required>:not([hidden])~:not([hidden]){border-color:#ecfdf5}.required\:divide-emerald-100\/0:required>:not([hidden])~:not([hidden]){border-color:#d1fae500}.required\:divide-emerald-100\/5:required>:not([hidden])~:not([hidden]){border-color:#d1fae50d}.required\:divide-emerald-100\/10:required>:not([hidden])~:not([hidden]){border-color:#d1fae51a}.required\:divide-emerald-100\/20:required>:not([hidden])~:not([hidden]){border-color:#d1fae533}.required\:divide-emerald-100\/25:required>:not([hidden])~:not([hidden]){border-color:#d1fae540}.required\:divide-emerald-100\/30:required>:not([hidden])~:not([hidden]){border-color:#d1fae54d}.required\:divide-emerald-100\/40:required>:not([hidden])~:not([hidden]){border-color:#d1fae566}.required\:divide-emerald-100\/50:required>:not([hidden])~:not([hidden]){border-color:#d1fae580}.required\:divide-emerald-100\/60:required>:not([hidden])~:not([hidden]){border-color:#d1fae599}.required\:divide-emerald-100\/70:required>:not([hidden])~:not([hidden]){border-color:#d1fae5b3}.required\:divide-emerald-100\/75:required>:not([hidden])~:not([hidden]){border-color:#d1fae5bf}.required\:divide-emerald-100\/80:required>:not([hidden])~:not([hidden]){border-color:#d1fae5cc}.required\:divide-emerald-100\/90:required>:not([hidden])~:not([hidden]){border-color:#d1fae5e6}.required\:divide-emerald-100\/95:required>:not([hidden])~:not([hidden]){border-color:#d1fae5f2}.required\:divide-emerald-100\/100:required>:not([hidden])~:not([hidden]){border-color:#d1fae5}.required\:divide-emerald-200\/0:required>:not([hidden])~:not([hidden]){border-color:#a7f3d000}.required\:divide-emerald-200\/5:required>:not([hidden])~:not([hidden]){border-color:#a7f3d00d}.required\:divide-emerald-200\/10:required>:not([hidden])~:not([hidden]){border-color:#a7f3d01a}.required\:divide-emerald-200\/20:required>:not([hidden])~:not([hidden]){border-color:#a7f3d033}.required\:divide-emerald-200\/25:required>:not([hidden])~:not([hidden]){border-color:#a7f3d040}.required\:divide-emerald-200\/30:required>:not([hidden])~:not([hidden]){border-color:#a7f3d04d}.required\:divide-emerald-200\/40:required>:not([hidden])~:not([hidden]){border-color:#a7f3d066}.required\:divide-emerald-200\/50:required>:not([hidden])~:not([hidden]){border-color:#a7f3d080}.required\:divide-emerald-200\/60:required>:not([hidden])~:not([hidden]){border-color:#a7f3d099}.required\:divide-emerald-200\/70:required>:not([hidden])~:not([hidden]){border-color:#a7f3d0b3}.required\:divide-emerald-200\/75:required>:not([hidden])~:not([hidden]){border-color:#a7f3d0bf}.required\:divide-emerald-200\/80:required>:not([hidden])~:not([hidden]){border-color:#a7f3d0cc}.required\:divide-emerald-200\/90:required>:not([hidden])~:not([hidden]){border-color:#a7f3d0e6}.required\:divide-emerald-200\/95:required>:not([hidden])~:not([hidden]){border-color:#a7f3d0f2}.required\:divide-emerald-200\/100:required>:not([hidden])~:not([hidden]){border-color:#a7f3d0}.required\:divide-emerald-300\/0:required>:not([hidden])~:not([hidden]){border-color:#6ee7b700}.required\:divide-emerald-300\/5:required>:not([hidden])~:not([hidden]){border-color:#6ee7b70d}.required\:divide-emerald-300\/10:required>:not([hidden])~:not([hidden]){border-color:#6ee7b71a}.required\:divide-emerald-300\/20:required>:not([hidden])~:not([hidden]){border-color:#6ee7b733}.required\:divide-emerald-300\/25:required>:not([hidden])~:not([hidden]){border-color:#6ee7b740}.required\:divide-emerald-300\/30:required>:not([hidden])~:not([hidden]){border-color:#6ee7b74d}.required\:divide-emerald-300\/40:required>:not([hidden])~:not([hidden]){border-color:#6ee7b766}.required\:divide-emerald-300\/50:required>:not([hidden])~:not([hidden]){border-color:#6ee7b780}.required\:divide-emerald-300\/60:required>:not([hidden])~:not([hidden]){border-color:#6ee7b799}.required\:divide-emerald-300\/70:required>:not([hidden])~:not([hidden]){border-color:#6ee7b7b3}.required\:divide-emerald-300\/75:required>:not([hidden])~:not([hidden]){border-color:#6ee7b7bf}.required\:divide-emerald-300\/80:required>:not([hidden])~:not([hidden]){border-color:#6ee7b7cc}.required\:divide-emerald-300\/90:required>:not([hidden])~:not([hidden]){border-color:#6ee7b7e6}.required\:divide-emerald-300\/95:required>:not([hidden])~:not([hidden]){border-color:#6ee7b7f2}.required\:divide-emerald-300\/100:required>:not([hidden])~:not([hidden]){border-color:#6ee7b7}.required\:divide-emerald-400\/0:required>:not([hidden])~:not([hidden]){border-color:#34d39900}.required\:divide-emerald-400\/5:required>:not([hidden])~:not([hidden]){border-color:#34d3990d}.required\:divide-emerald-400\/10:required>:not([hidden])~:not([hidden]){border-color:#34d3991a}.required\:divide-emerald-400\/20:required>:not([hidden])~:not([hidden]){border-color:#34d39933}.required\:divide-emerald-400\/25:required>:not([hidden])~:not([hidden]){border-color:#34d39940}.required\:divide-emerald-400\/30:required>:not([hidden])~:not([hidden]){border-color:#34d3994d}.required\:divide-emerald-400\/40:required>:not([hidden])~:not([hidden]){border-color:#34d39966}.required\:divide-emerald-400\/50:required>:not([hidden])~:not([hidden]){border-color:#34d39980}.required\:divide-emerald-400\/60:required>:not([hidden])~:not([hidden]){border-color:#34d39999}.required\:divide-emerald-400\/70:required>:not([hidden])~:not([hidden]){border-color:#34d399b3}.required\:divide-emerald-400\/75:required>:not([hidden])~:not([hidden]){border-color:#34d399bf}.required\:divide-emerald-400\/80:required>:not([hidden])~:not([hidden]){border-color:#34d399cc}.required\:divide-emerald-400\/90:required>:not([hidden])~:not([hidden]){border-color:#34d399e6}.required\:divide-emerald-400\/95:required>:not([hidden])~:not([hidden]){border-color:#34d399f2}.required\:divide-emerald-400\/100:required>:not([hidden])~:not([hidden]){border-color:#34d399}.required\:divide-emerald-500\/0:required>:not([hidden])~:not([hidden]){border-color:#10b98100}.required\:divide-emerald-500\/5:required>:not([hidden])~:not([hidden]){border-color:#10b9810d}.required\:divide-emerald-500\/10:required>:not([hidden])~:not([hidden]){border-color:#10b9811a}.required\:divide-emerald-500\/20:required>:not([hidden])~:not([hidden]){border-color:#10b98133}.required\:divide-emerald-500\/25:required>:not([hidden])~:not([hidden]){border-color:#10b98140}.required\:divide-emerald-500\/30:required>:not([hidden])~:not([hidden]){border-color:#10b9814d}.required\:divide-emerald-500\/40:required>:not([hidden])~:not([hidden]){border-color:#10b98166}.required\:divide-emerald-500\/50:required>:not([hidden])~:not([hidden]){border-color:#10b98180}.required\:divide-emerald-500\/60:required>:not([hidden])~:not([hidden]){border-color:#10b98199}.required\:divide-emerald-500\/70:required>:not([hidden])~:not([hidden]){border-color:#10b981b3}.required\:divide-emerald-500\/75:required>:not([hidden])~:not([hidden]){border-color:#10b981bf}.required\:divide-emerald-500\/80:required>:not([hidden])~:not([hidden]){border-color:#10b981cc}.required\:divide-emerald-500\/90:required>:not([hidden])~:not([hidden]){border-color:#10b981e6}.required\:divide-emerald-500\/95:required>:not([hidden])~:not([hidden]){border-color:#10b981f2}.required\:divide-emerald-500\/100:required>:not([hidden])~:not([hidden]){border-color:#10b981}.required\:divide-emerald-600\/0:required>:not([hidden])~:not([hidden]){border-color:#05966900}.required\:divide-emerald-600\/5:required>:not([hidden])~:not([hidden]){border-color:#0596690d}.required\:divide-emerald-600\/10:required>:not([hidden])~:not([hidden]){border-color:#0596691a}.required\:divide-emerald-600\/20:required>:not([hidden])~:not([hidden]){border-color:#05966933}.required\:divide-emerald-600\/25:required>:not([hidden])~:not([hidden]){border-color:#05966940}.required\:divide-emerald-600\/30:required>:not([hidden])~:not([hidden]){border-color:#0596694d}.required\:divide-emerald-600\/40:required>:not([hidden])~:not([hidden]){border-color:#05966966}.required\:divide-emerald-600\/50:required>:not([hidden])~:not([hidden]){border-color:#05966980}.required\:divide-emerald-600\/60:required>:not([hidden])~:not([hidden]){border-color:#05966999}.required\:divide-emerald-600\/70:required>:not([hidden])~:not([hidden]){border-color:#059669b3}.required\:divide-emerald-600\/75:required>:not([hidden])~:not([hidden]){border-color:#059669bf}.required\:divide-emerald-600\/80:required>:not([hidden])~:not([hidden]){border-color:#059669cc}.required\:divide-emerald-600\/90:required>:not([hidden])~:not([hidden]){border-color:#059669e6}.required\:divide-emerald-600\/95:required>:not([hidden])~:not([hidden]){border-color:#059669f2}.required\:divide-emerald-600\/100:required>:not([hidden])~:not([hidden]){border-color:#059669}.required\:divide-emerald-700\/0:required>:not([hidden])~:not([hidden]){border-color:#04785700}.required\:divide-emerald-700\/5:required>:not([hidden])~:not([hidden]){border-color:#0478570d}.required\:divide-emerald-700\/10:required>:not([hidden])~:not([hidden]){border-color:#0478571a}.required\:divide-emerald-700\/20:required>:not([hidden])~:not([hidden]){border-color:#04785733}.required\:divide-emerald-700\/25:required>:not([hidden])~:not([hidden]){border-color:#04785740}.required\:divide-emerald-700\/30:required>:not([hidden])~:not([hidden]){border-color:#0478574d}.required\:divide-emerald-700\/40:required>:not([hidden])~:not([hidden]){border-color:#04785766}.required\:divide-emerald-700\/50:required>:not([hidden])~:not([hidden]){border-color:#04785780}.required\:divide-emerald-700\/60:required>:not([hidden])~:not([hidden]){border-color:#04785799}.required\:divide-emerald-700\/70:required>:not([hidden])~:not([hidden]){border-color:#047857b3}.required\:divide-emerald-700\/75:required>:not([hidden])~:not([hidden]){border-color:#047857bf}.required\:divide-emerald-700\/80:required>:not([hidden])~:not([hidden]){border-color:#047857cc}.required\:divide-emerald-700\/90:required>:not([hidden])~:not([hidden]){border-color:#047857e6}.required\:divide-emerald-700\/95:required>:not([hidden])~:not([hidden]){border-color:#047857f2}.required\:divide-emerald-700\/100:required>:not([hidden])~:not([hidden]){border-color:#047857}.required\:divide-emerald-800\/0:required>:not([hidden])~:not([hidden]){border-color:#065f4600}.required\:divide-emerald-800\/5:required>:not([hidden])~:not([hidden]){border-color:#065f460d}.required\:divide-emerald-800\/10:required>:not([hidden])~:not([hidden]){border-color:#065f461a}.required\:divide-emerald-800\/20:required>:not([hidden])~:not([hidden]){border-color:#065f4633}.required\:divide-emerald-800\/25:required>:not([hidden])~:not([hidden]){border-color:#065f4640}.required\:divide-emerald-800\/30:required>:not([hidden])~:not([hidden]){border-color:#065f464d}.required\:divide-emerald-800\/40:required>:not([hidden])~:not([hidden]){border-color:#065f4666}.required\:divide-emerald-800\/50:required>:not([hidden])~:not([hidden]){border-color:#065f4680}.required\:divide-emerald-800\/60:required>:not([hidden])~:not([hidden]){border-color:#065f4699}.required\:divide-emerald-800\/70:required>:not([hidden])~:not([hidden]){border-color:#065f46b3}.required\:divide-emerald-800\/75:required>:not([hidden])~:not([hidden]){border-color:#065f46bf}.required\:divide-emerald-800\/80:required>:not([hidden])~:not([hidden]){border-color:#065f46cc}.required\:divide-emerald-800\/90:required>:not([hidden])~:not([hidden]){border-color:#065f46e6}.required\:divide-emerald-800\/95:required>:not([hidden])~:not([hidden]){border-color:#065f46f2}.required\:divide-emerald-800\/100:required>:not([hidden])~:not([hidden]){border-color:#065f46}.required\:divide-emerald-900\/0:required>:not([hidden])~:not([hidden]){border-color:#064e3b00}.required\:divide-emerald-900\/5:required>:not([hidden])~:not([hidden]){border-color:#064e3b0d}.required\:divide-emerald-900\/10:required>:not([hidden])~:not([hidden]){border-color:#064e3b1a}.required\:divide-emerald-900\/20:required>:not([hidden])~:not([hidden]){border-color:#064e3b33}.required\:divide-emerald-900\/25:required>:not([hidden])~:not([hidden]){border-color:#064e3b40}.required\:divide-emerald-900\/30:required>:not([hidden])~:not([hidden]){border-color:#064e3b4d}.required\:divide-emerald-900\/40:required>:not([hidden])~:not([hidden]){border-color:#064e3b66}.required\:divide-emerald-900\/50:required>:not([hidden])~:not([hidden]){border-color:#064e3b80}.required\:divide-emerald-900\/60:required>:not([hidden])~:not([hidden]){border-color:#064e3b99}.required\:divide-emerald-900\/70:required>:not([hidden])~:not([hidden]){border-color:#064e3bb3}.required\:divide-emerald-900\/75:required>:not([hidden])~:not([hidden]){border-color:#064e3bbf}.required\:divide-emerald-900\/80:required>:not([hidden])~:not([hidden]){border-color:#064e3bcc}.required\:divide-emerald-900\/90:required>:not([hidden])~:not([hidden]){border-color:#064e3be6}.required\:divide-emerald-900\/95:required>:not([hidden])~:not([hidden]){border-color:#064e3bf2}.required\:divide-emerald-900\/100:required>:not([hidden])~:not([hidden]){border-color:#064e3b}.required\:divide-teal-50\/0:required>:not([hidden])~:not([hidden]){border-color:#f0fdfa00}.required\:divide-teal-50\/5:required>:not([hidden])~:not([hidden]){border-color:#f0fdfa0d}.required\:divide-teal-50\/10:required>:not([hidden])~:not([hidden]){border-color:#f0fdfa1a}.required\:divide-teal-50\/20:required>:not([hidden])~:not([hidden]){border-color:#f0fdfa33}.required\:divide-teal-50\/25:required>:not([hidden])~:not([hidden]){border-color:#f0fdfa40}.required\:divide-teal-50\/30:required>:not([hidden])~:not([hidden]){border-color:#f0fdfa4d}.required\:divide-teal-50\/40:required>:not([hidden])~:not([hidden]){border-color:#f0fdfa66}.required\:divide-teal-50\/50:required>:not([hidden])~:not([hidden]){border-color:#f0fdfa80}.required\:divide-teal-50\/60:required>:not([hidden])~:not([hidden]){border-color:#f0fdfa99}.required\:divide-teal-50\/70:required>:not([hidden])~:not([hidden]){border-color:#f0fdfab3}.required\:divide-teal-50\/75:required>:not([hidden])~:not([hidden]){border-color:#f0fdfabf}.required\:divide-teal-50\/80:required>:not([hidden])~:not([hidden]){border-color:#f0fdfacc}.required\:divide-teal-50\/90:required>:not([hidden])~:not([hidden]){border-color:#f0fdfae6}.required\:divide-teal-50\/95:required>:not([hidden])~:not([hidden]){border-color:#f0fdfaf2}.required\:divide-teal-50\/100:required>:not([hidden])~:not([hidden]){border-color:#f0fdfa}.required\:divide-teal-100\/0:required>:not([hidden])~:not([hidden]){border-color:#ccfbf100}.required\:divide-teal-100\/5:required>:not([hidden])~:not([hidden]){border-color:#ccfbf10d}.required\:divide-teal-100\/10:required>:not([hidden])~:not([hidden]){border-color:#ccfbf11a}.required\:divide-teal-100\/20:required>:not([hidden])~:not([hidden]){border-color:#ccfbf133}.required\:divide-teal-100\/25:required>:not([hidden])~:not([hidden]){border-color:#ccfbf140}.required\:divide-teal-100\/30:required>:not([hidden])~:not([hidden]){border-color:#ccfbf14d}.required\:divide-teal-100\/40:required>:not([hidden])~:not([hidden]){border-color:#ccfbf166}.required\:divide-teal-100\/50:required>:not([hidden])~:not([hidden]){border-color:#ccfbf180}.required\:divide-teal-100\/60:required>:not([hidden])~:not([hidden]){border-color:#ccfbf199}.required\:divide-teal-100\/70:required>:not([hidden])~:not([hidden]){border-color:#ccfbf1b3}.required\:divide-teal-100\/75:required>:not([hidden])~:not([hidden]){border-color:#ccfbf1bf}.required\:divide-teal-100\/80:required>:not([hidden])~:not([hidden]){border-color:#ccfbf1cc}.required\:divide-teal-100\/90:required>:not([hidden])~:not([hidden]){border-color:#ccfbf1e6}.required\:divide-teal-100\/95:required>:not([hidden])~:not([hidden]){border-color:#ccfbf1f2}.required\:divide-teal-100\/100:required>:not([hidden])~:not([hidden]){border-color:#ccfbf1}.required\:divide-teal-200\/0:required>:not([hidden])~:not([hidden]){border-color:#99f6e400}.required\:divide-teal-200\/5:required>:not([hidden])~:not([hidden]){border-color:#99f6e40d}.required\:divide-teal-200\/10:required>:not([hidden])~:not([hidden]){border-color:#99f6e41a}.required\:divide-teal-200\/20:required>:not([hidden])~:not([hidden]){border-color:#99f6e433}.required\:divide-teal-200\/25:required>:not([hidden])~:not([hidden]){border-color:#99f6e440}.required\:divide-teal-200\/30:required>:not([hidden])~:not([hidden]){border-color:#99f6e44d}.required\:divide-teal-200\/40:required>:not([hidden])~:not([hidden]){border-color:#99f6e466}.required\:divide-teal-200\/50:required>:not([hidden])~:not([hidden]){border-color:#99f6e480}.required\:divide-teal-200\/60:required>:not([hidden])~:not([hidden]){border-color:#99f6e499}.required\:divide-teal-200\/70:required>:not([hidden])~:not([hidden]){border-color:#99f6e4b3}.required\:divide-teal-200\/75:required>:not([hidden])~:not([hidden]){border-color:#99f6e4bf}.required\:divide-teal-200\/80:required>:not([hidden])~:not([hidden]){border-color:#99f6e4cc}.required\:divide-teal-200\/90:required>:not([hidden])~:not([hidden]){border-color:#99f6e4e6}.required\:divide-teal-200\/95:required>:not([hidden])~:not([hidden]){border-color:#99f6e4f2}.required\:divide-teal-200\/100:required>:not([hidden])~:not([hidden]){border-color:#99f6e4}.required\:divide-teal-300\/0:required>:not([hidden])~:not([hidden]){border-color:#5eead400}.required\:divide-teal-300\/5:required>:not([hidden])~:not([hidden]){border-color:#5eead40d}.required\:divide-teal-300\/10:required>:not([hidden])~:not([hidden]){border-color:#5eead41a}.required\:divide-teal-300\/20:required>:not([hidden])~:not([hidden]){border-color:#5eead433}.required\:divide-teal-300\/25:required>:not([hidden])~:not([hidden]){border-color:#5eead440}.required\:divide-teal-300\/30:required>:not([hidden])~:not([hidden]){border-color:#5eead44d}.required\:divide-teal-300\/40:required>:not([hidden])~:not([hidden]){border-color:#5eead466}.required\:divide-teal-300\/50:required>:not([hidden])~:not([hidden]){border-color:#5eead480}.required\:divide-teal-300\/60:required>:not([hidden])~:not([hidden]){border-color:#5eead499}.required\:divide-teal-300\/70:required>:not([hidden])~:not([hidden]){border-color:#5eead4b3}.required\:divide-teal-300\/75:required>:not([hidden])~:not([hidden]){border-color:#5eead4bf}.required\:divide-teal-300\/80:required>:not([hidden])~:not([hidden]){border-color:#5eead4cc}.required\:divide-teal-300\/90:required>:not([hidden])~:not([hidden]){border-color:#5eead4e6}.required\:divide-teal-300\/95:required>:not([hidden])~:not([hidden]){border-color:#5eead4f2}.required\:divide-teal-300\/100:required>:not([hidden])~:not([hidden]){border-color:#5eead4}.required\:divide-teal-400\/0:required>:not([hidden])~:not([hidden]){border-color:#2dd4bf00}.required\:divide-teal-400\/5:required>:not([hidden])~:not([hidden]){border-color:#2dd4bf0d}.required\:divide-teal-400\/10:required>:not([hidden])~:not([hidden]){border-color:#2dd4bf1a}.required\:divide-teal-400\/20:required>:not([hidden])~:not([hidden]){border-color:#2dd4bf33}.required\:divide-teal-400\/25:required>:not([hidden])~:not([hidden]){border-color:#2dd4bf40}.required\:divide-teal-400\/30:required>:not([hidden])~:not([hidden]){border-color:#2dd4bf4d}.required\:divide-teal-400\/40:required>:not([hidden])~:not([hidden]){border-color:#2dd4bf66}.required\:divide-teal-400\/50:required>:not([hidden])~:not([hidden]){border-color:#2dd4bf80}.required\:divide-teal-400\/60:required>:not([hidden])~:not([hidden]){border-color:#2dd4bf99}.required\:divide-teal-400\/70:required>:not([hidden])~:not([hidden]){border-color:#2dd4bfb3}.required\:divide-teal-400\/75:required>:not([hidden])~:not([hidden]){border-color:#2dd4bfbf}.required\:divide-teal-400\/80:required>:not([hidden])~:not([hidden]){border-color:#2dd4bfcc}.required\:divide-teal-400\/90:required>:not([hidden])~:not([hidden]){border-color:#2dd4bfe6}.required\:divide-teal-400\/95:required>:not([hidden])~:not([hidden]){border-color:#2dd4bff2}.required\:divide-teal-400\/100:required>:not([hidden])~:not([hidden]){border-color:#2dd4bf}.required\:divide-teal-500\/0:required>:not([hidden])~:not([hidden]){border-color:#14b8a600}.required\:divide-teal-500\/5:required>:not([hidden])~:not([hidden]){border-color:#14b8a60d}.required\:divide-teal-500\/10:required>:not([hidden])~:not([hidden]){border-color:#14b8a61a}.required\:divide-teal-500\/20:required>:not([hidden])~:not([hidden]){border-color:#14b8a633}.required\:divide-teal-500\/25:required>:not([hidden])~:not([hidden]){border-color:#14b8a640}.required\:divide-teal-500\/30:required>:not([hidden])~:not([hidden]){border-color:#14b8a64d}.required\:divide-teal-500\/40:required>:not([hidden])~:not([hidden]){border-color:#14b8a666}.required\:divide-teal-500\/50:required>:not([hidden])~:not([hidden]){border-color:#14b8a680}.required\:divide-teal-500\/60:required>:not([hidden])~:not([hidden]){border-color:#14b8a699}.required\:divide-teal-500\/70:required>:not([hidden])~:not([hidden]){border-color:#14b8a6b3}.required\:divide-teal-500\/75:required>:not([hidden])~:not([hidden]){border-color:#14b8a6bf}.required\:divide-teal-500\/80:required>:not([hidden])~:not([hidden]){border-color:#14b8a6cc}.required\:divide-teal-500\/90:required>:not([hidden])~:not([hidden]){border-color:#14b8a6e6}.required\:divide-teal-500\/95:required>:not([hidden])~:not([hidden]){border-color:#14b8a6f2}.required\:divide-teal-500\/100:required>:not([hidden])~:not([hidden]){border-color:#14b8a6}.required\:divide-teal-600\/0:required>:not([hidden])~:not([hidden]){border-color:#0d948800}.required\:divide-teal-600\/5:required>:not([hidden])~:not([hidden]){border-color:#0d94880d}.required\:divide-teal-600\/10:required>:not([hidden])~:not([hidden]){border-color:#0d94881a}.required\:divide-teal-600\/20:required>:not([hidden])~:not([hidden]){border-color:#0d948833}.required\:divide-teal-600\/25:required>:not([hidden])~:not([hidden]){border-color:#0d948840}.required\:divide-teal-600\/30:required>:not([hidden])~:not([hidden]){border-color:#0d94884d}.required\:divide-teal-600\/40:required>:not([hidden])~:not([hidden]){border-color:#0d948866}.required\:divide-teal-600\/50:required>:not([hidden])~:not([hidden]){border-color:#0d948880}.required\:divide-teal-600\/60:required>:not([hidden])~:not([hidden]){border-color:#0d948899}.required\:divide-teal-600\/70:required>:not([hidden])~:not([hidden]){border-color:#0d9488b3}.required\:divide-teal-600\/75:required>:not([hidden])~:not([hidden]){border-color:#0d9488bf}.required\:divide-teal-600\/80:required>:not([hidden])~:not([hidden]){border-color:#0d9488cc}.required\:divide-teal-600\/90:required>:not([hidden])~:not([hidden]){border-color:#0d9488e6}.required\:divide-teal-600\/95:required>:not([hidden])~:not([hidden]){border-color:#0d9488f2}.required\:divide-teal-600\/100:required>:not([hidden])~:not([hidden]){border-color:#0d9488}.required\:divide-teal-700\/0:required>:not([hidden])~:not([hidden]){border-color:#0f766e00}.required\:divide-teal-700\/5:required>:not([hidden])~:not([hidden]){border-color:#0f766e0d}.required\:divide-teal-700\/10:required>:not([hidden])~:not([hidden]){border-color:#0f766e1a}.required\:divide-teal-700\/20:required>:not([hidden])~:not([hidden]){border-color:#0f766e33}.required\:divide-teal-700\/25:required>:not([hidden])~:not([hidden]){border-color:#0f766e40}.required\:divide-teal-700\/30:required>:not([hidden])~:not([hidden]){border-color:#0f766e4d}.required\:divide-teal-700\/40:required>:not([hidden])~:not([hidden]){border-color:#0f766e66}.required\:divide-teal-700\/50:required>:not([hidden])~:not([hidden]){border-color:#0f766e80}.required\:divide-teal-700\/60:required>:not([hidden])~:not([hidden]){border-color:#0f766e99}.required\:divide-teal-700\/70:required>:not([hidden])~:not([hidden]){border-color:#0f766eb3}.required\:divide-teal-700\/75:required>:not([hidden])~:not([hidden]){border-color:#0f766ebf}.required\:divide-teal-700\/80:required>:not([hidden])~:not([hidden]){border-color:#0f766ecc}.required\:divide-teal-700\/90:required>:not([hidden])~:not([hidden]){border-color:#0f766ee6}.required\:divide-teal-700\/95:required>:not([hidden])~:not([hidden]){border-color:#0f766ef2}.required\:divide-teal-700\/100:required>:not([hidden])~:not([hidden]){border-color:#0f766e}.required\:divide-teal-800\/0:required>:not([hidden])~:not([hidden]){border-color:#115e5900}.required\:divide-teal-800\/5:required>:not([hidden])~:not([hidden]){border-color:#115e590d}.required\:divide-teal-800\/10:required>:not([hidden])~:not([hidden]){border-color:#115e591a}.required\:divide-teal-800\/20:required>:not([hidden])~:not([hidden]){border-color:#115e5933}.required\:divide-teal-800\/25:required>:not([hidden])~:not([hidden]){border-color:#115e5940}.required\:divide-teal-800\/30:required>:not([hidden])~:not([hidden]){border-color:#115e594d}.required\:divide-teal-800\/40:required>:not([hidden])~:not([hidden]){border-color:#115e5966}.required\:divide-teal-800\/50:required>:not([hidden])~:not([hidden]){border-color:#115e5980}.required\:divide-teal-800\/60:required>:not([hidden])~:not([hidden]){border-color:#115e5999}.required\:divide-teal-800\/70:required>:not([hidden])~:not([hidden]){border-color:#115e59b3}.required\:divide-teal-800\/75:required>:not([hidden])~:not([hidden]){border-color:#115e59bf}.required\:divide-teal-800\/80:required>:not([hidden])~:not([hidden]){border-color:#115e59cc}.required\:divide-teal-800\/90:required>:not([hidden])~:not([hidden]){border-color:#115e59e6}.required\:divide-teal-800\/95:required>:not([hidden])~:not([hidden]){border-color:#115e59f2}.required\:divide-teal-800\/100:required>:not([hidden])~:not([hidden]){border-color:#115e59}.required\:divide-teal-900\/0:required>:not([hidden])~:not([hidden]){border-color:#134e4a00}.required\:divide-teal-900\/5:required>:not([hidden])~:not([hidden]){border-color:#134e4a0d}.required\:divide-teal-900\/10:required>:not([hidden])~:not([hidden]){border-color:#134e4a1a}.required\:divide-teal-900\/20:required>:not([hidden])~:not([hidden]){border-color:#134e4a33}.required\:divide-teal-900\/25:required>:not([hidden])~:not([hidden]){border-color:#134e4a40}.required\:divide-teal-900\/30:required>:not([hidden])~:not([hidden]){border-color:#134e4a4d}.required\:divide-teal-900\/40:required>:not([hidden])~:not([hidden]){border-color:#134e4a66}.required\:divide-teal-900\/50:required>:not([hidden])~:not([hidden]){border-color:#134e4a80}.required\:divide-teal-900\/60:required>:not([hidden])~:not([hidden]){border-color:#134e4a99}.required\:divide-teal-900\/70:required>:not([hidden])~:not([hidden]){border-color:#134e4ab3}.required\:divide-teal-900\/75:required>:not([hidden])~:not([hidden]){border-color:#134e4abf}.required\:divide-teal-900\/80:required>:not([hidden])~:not([hidden]){border-color:#134e4acc}.required\:divide-teal-900\/90:required>:not([hidden])~:not([hidden]){border-color:#134e4ae6}.required\:divide-teal-900\/95:required>:not([hidden])~:not([hidden]){border-color:#134e4af2}.required\:divide-teal-900\/100:required>:not([hidden])~:not([hidden]){border-color:#134e4a}.required\:divide-sky-50\/0:required>:not([hidden])~:not([hidden]){border-color:#f0f9ff00}.required\:divide-sky-50\/5:required>:not([hidden])~:not([hidden]){border-color:#f0f9ff0d}.required\:divide-sky-50\/10:required>:not([hidden])~:not([hidden]){border-color:#f0f9ff1a}.required\:divide-sky-50\/20:required>:not([hidden])~:not([hidden]){border-color:#f0f9ff33}.required\:divide-sky-50\/25:required>:not([hidden])~:not([hidden]){border-color:#f0f9ff40}.required\:divide-sky-50\/30:required>:not([hidden])~:not([hidden]){border-color:#f0f9ff4d}.required\:divide-sky-50\/40:required>:not([hidden])~:not([hidden]){border-color:#f0f9ff66}.required\:divide-sky-50\/50:required>:not([hidden])~:not([hidden]){border-color:#f0f9ff80}.required\:divide-sky-50\/60:required>:not([hidden])~:not([hidden]){border-color:#f0f9ff99}.required\:divide-sky-50\/70:required>:not([hidden])~:not([hidden]){border-color:#f0f9ffb3}.required\:divide-sky-50\/75:required>:not([hidden])~:not([hidden]){border-color:#f0f9ffbf}.required\:divide-sky-50\/80:required>:not([hidden])~:not([hidden]){border-color:#f0f9ffcc}.required\:divide-sky-50\/90:required>:not([hidden])~:not([hidden]){border-color:#f0f9ffe6}.required\:divide-sky-50\/95:required>:not([hidden])~:not([hidden]){border-color:#f0f9fff2}.required\:divide-sky-50\/100:required>:not([hidden])~:not([hidden]){border-color:#f0f9ff}.required\:divide-sky-100\/0:required>:not([hidden])~:not([hidden]){border-color:#e0f2fe00}.required\:divide-sky-100\/5:required>:not([hidden])~:not([hidden]){border-color:#e0f2fe0d}.required\:divide-sky-100\/10:required>:not([hidden])~:not([hidden]){border-color:#e0f2fe1a}.required\:divide-sky-100\/20:required>:not([hidden])~:not([hidden]){border-color:#e0f2fe33}.required\:divide-sky-100\/25:required>:not([hidden])~:not([hidden]){border-color:#e0f2fe40}.required\:divide-sky-100\/30:required>:not([hidden])~:not([hidden]){border-color:#e0f2fe4d}.required\:divide-sky-100\/40:required>:not([hidden])~:not([hidden]){border-color:#e0f2fe66}.required\:divide-sky-100\/50:required>:not([hidden])~:not([hidden]){border-color:#e0f2fe80}.required\:divide-sky-100\/60:required>:not([hidden])~:not([hidden]){border-color:#e0f2fe99}.required\:divide-sky-100\/70:required>:not([hidden])~:not([hidden]){border-color:#e0f2feb3}.required\:divide-sky-100\/75:required>:not([hidden])~:not([hidden]){border-color:#e0f2febf}.required\:divide-sky-100\/80:required>:not([hidden])~:not([hidden]){border-color:#e0f2fecc}.required\:divide-sky-100\/90:required>:not([hidden])~:not([hidden]){border-color:#e0f2fee6}.required\:divide-sky-100\/95:required>:not([hidden])~:not([hidden]){border-color:#e0f2fef2}.required\:divide-sky-100\/100:required>:not([hidden])~:not([hidden]){border-color:#e0f2fe}.required\:divide-sky-200\/0:required>:not([hidden])~:not([hidden]){border-color:#bae6fd00}.required\:divide-sky-200\/5:required>:not([hidden])~:not([hidden]){border-color:#bae6fd0d}.required\:divide-sky-200\/10:required>:not([hidden])~:not([hidden]){border-color:#bae6fd1a}.required\:divide-sky-200\/20:required>:not([hidden])~:not([hidden]){border-color:#bae6fd33}.required\:divide-sky-200\/25:required>:not([hidden])~:not([hidden]){border-color:#bae6fd40}.required\:divide-sky-200\/30:required>:not([hidden])~:not([hidden]){border-color:#bae6fd4d}.required\:divide-sky-200\/40:required>:not([hidden])~:not([hidden]){border-color:#bae6fd66}.required\:divide-sky-200\/50:required>:not([hidden])~:not([hidden]){border-color:#bae6fd80}.required\:divide-sky-200\/60:required>:not([hidden])~:not([hidden]){border-color:#bae6fd99}.required\:divide-sky-200\/70:required>:not([hidden])~:not([hidden]){border-color:#bae6fdb3}.required\:divide-sky-200\/75:required>:not([hidden])~:not([hidden]){border-color:#bae6fdbf}.required\:divide-sky-200\/80:required>:not([hidden])~:not([hidden]){border-color:#bae6fdcc}.required\:divide-sky-200\/90:required>:not([hidden])~:not([hidden]){border-color:#bae6fde6}.required\:divide-sky-200\/95:required>:not([hidden])~:not([hidden]){border-color:#bae6fdf2}.required\:divide-sky-200\/100:required>:not([hidden])~:not([hidden]){border-color:#bae6fd}.required\:divide-sky-300\/0:required>:not([hidden])~:not([hidden]){border-color:#7dd3fc00}.required\:divide-sky-300\/5:required>:not([hidden])~:not([hidden]){border-color:#7dd3fc0d}.required\:divide-sky-300\/10:required>:not([hidden])~:not([hidden]){border-color:#7dd3fc1a}.required\:divide-sky-300\/20:required>:not([hidden])~:not([hidden]){border-color:#7dd3fc33}.required\:divide-sky-300\/25:required>:not([hidden])~:not([hidden]){border-color:#7dd3fc40}.required\:divide-sky-300\/30:required>:not([hidden])~:not([hidden]){border-color:#7dd3fc4d}.required\:divide-sky-300\/40:required>:not([hidden])~:not([hidden]){border-color:#7dd3fc66}.required\:divide-sky-300\/50:required>:not([hidden])~:not([hidden]){border-color:#7dd3fc80}.required\:divide-sky-300\/60:required>:not([hidden])~:not([hidden]){border-color:#7dd3fc99}.required\:divide-sky-300\/70:required>:not([hidden])~:not([hidden]){border-color:#7dd3fcb3}.required\:divide-sky-300\/75:required>:not([hidden])~:not([hidden]){border-color:#7dd3fcbf}.required\:divide-sky-300\/80:required>:not([hidden])~:not([hidden]){border-color:#7dd3fccc}.required\:divide-sky-300\/90:required>:not([hidden])~:not([hidden]){border-color:#7dd3fce6}.required\:divide-sky-300\/95:required>:not([hidden])~:not([hidden]){border-color:#7dd3fcf2}.required\:divide-sky-300\/100:required>:not([hidden])~:not([hidden]){border-color:#7dd3fc}.required\:divide-sky-400\/0:required>:not([hidden])~:not([hidden]){border-color:#38bdf800}.required\:divide-sky-400\/5:required>:not([hidden])~:not([hidden]){border-color:#38bdf80d}.required\:divide-sky-400\/10:required>:not([hidden])~:not([hidden]){border-color:#38bdf81a}.required\:divide-sky-400\/20:required>:not([hidden])~:not([hidden]){border-color:#38bdf833}.required\:divide-sky-400\/25:required>:not([hidden])~:not([hidden]){border-color:#38bdf840}.required\:divide-sky-400\/30:required>:not([hidden])~:not([hidden]){border-color:#38bdf84d}.required\:divide-sky-400\/40:required>:not([hidden])~:not([hidden]){border-color:#38bdf866}.required\:divide-sky-400\/50:required>:not([hidden])~:not([hidden]){border-color:#38bdf880}.required\:divide-sky-400\/60:required>:not([hidden])~:not([hidden]){border-color:#38bdf899}.required\:divide-sky-400\/70:required>:not([hidden])~:not([hidden]){border-color:#38bdf8b3}.required\:divide-sky-400\/75:required>:not([hidden])~:not([hidden]){border-color:#38bdf8bf}.required\:divide-sky-400\/80:required>:not([hidden])~:not([hidden]){border-color:#38bdf8cc}.required\:divide-sky-400\/90:required>:not([hidden])~:not([hidden]){border-color:#38bdf8e6}.required\:divide-sky-400\/95:required>:not([hidden])~:not([hidden]){border-color:#38bdf8f2}.required\:divide-sky-400\/100:required>:not([hidden])~:not([hidden]){border-color:#38bdf8}.required\:divide-sky-500\/0:required>:not([hidden])~:not([hidden]){border-color:#0ea5e900}.required\:divide-sky-500\/5:required>:not([hidden])~:not([hidden]){border-color:#0ea5e90d}.required\:divide-sky-500\/10:required>:not([hidden])~:not([hidden]){border-color:#0ea5e91a}.required\:divide-sky-500\/20:required>:not([hidden])~:not([hidden]){border-color:#0ea5e933}.required\:divide-sky-500\/25:required>:not([hidden])~:not([hidden]){border-color:#0ea5e940}.required\:divide-sky-500\/30:required>:not([hidden])~:not([hidden]){border-color:#0ea5e94d}.required\:divide-sky-500\/40:required>:not([hidden])~:not([hidden]){border-color:#0ea5e966}.required\:divide-sky-500\/50:required>:not([hidden])~:not([hidden]){border-color:#0ea5e980}.required\:divide-sky-500\/60:required>:not([hidden])~:not([hidden]){border-color:#0ea5e999}.required\:divide-sky-500\/70:required>:not([hidden])~:not([hidden]){border-color:#0ea5e9b3}.required\:divide-sky-500\/75:required>:not([hidden])~:not([hidden]){border-color:#0ea5e9bf}.required\:divide-sky-500\/80:required>:not([hidden])~:not([hidden]){border-color:#0ea5e9cc}.required\:divide-sky-500\/90:required>:not([hidden])~:not([hidden]){border-color:#0ea5e9e6}.required\:divide-sky-500\/95:required>:not([hidden])~:not([hidden]){border-color:#0ea5e9f2}.required\:divide-sky-500\/100:required>:not([hidden])~:not([hidden]){border-color:#0ea5e9}.required\:divide-sky-600\/0:required>:not([hidden])~:not([hidden]){border-color:#0284c700}.required\:divide-sky-600\/5:required>:not([hidden])~:not([hidden]){border-color:#0284c70d}.required\:divide-sky-600\/10:required>:not([hidden])~:not([hidden]){border-color:#0284c71a}.required\:divide-sky-600\/20:required>:not([hidden])~:not([hidden]){border-color:#0284c733}.required\:divide-sky-600\/25:required>:not([hidden])~:not([hidden]){border-color:#0284c740}.required\:divide-sky-600\/30:required>:not([hidden])~:not([hidden]){border-color:#0284c74d}.required\:divide-sky-600\/40:required>:not([hidden])~:not([hidden]){border-color:#0284c766}.required\:divide-sky-600\/50:required>:not([hidden])~:not([hidden]){border-color:#0284c780}.required\:divide-sky-600\/60:required>:not([hidden])~:not([hidden]){border-color:#0284c799}.required\:divide-sky-600\/70:required>:not([hidden])~:not([hidden]){border-color:#0284c7b3}.required\:divide-sky-600\/75:required>:not([hidden])~:not([hidden]){border-color:#0284c7bf}.required\:divide-sky-600\/80:required>:not([hidden])~:not([hidden]){border-color:#0284c7cc}.required\:divide-sky-600\/90:required>:not([hidden])~:not([hidden]){border-color:#0284c7e6}.required\:divide-sky-600\/95:required>:not([hidden])~:not([hidden]){border-color:#0284c7f2}.required\:divide-sky-600\/100:required>:not([hidden])~:not([hidden]){border-color:#0284c7}.required\:divide-sky-700\/0:required>:not([hidden])~:not([hidden]){border-color:#0369a100}.required\:divide-sky-700\/5:required>:not([hidden])~:not([hidden]){border-color:#0369a10d}.required\:divide-sky-700\/10:required>:not([hidden])~:not([hidden]){border-color:#0369a11a}.required\:divide-sky-700\/20:required>:not([hidden])~:not([hidden]){border-color:#0369a133}.required\:divide-sky-700\/25:required>:not([hidden])~:not([hidden]){border-color:#0369a140}.required\:divide-sky-700\/30:required>:not([hidden])~:not([hidden]){border-color:#0369a14d}.required\:divide-sky-700\/40:required>:not([hidden])~:not([hidden]){border-color:#0369a166}.required\:divide-sky-700\/50:required>:not([hidden])~:not([hidden]){border-color:#0369a180}.required\:divide-sky-700\/60:required>:not([hidden])~:not([hidden]){border-color:#0369a199}.required\:divide-sky-700\/70:required>:not([hidden])~:not([hidden]){border-color:#0369a1b3}.required\:divide-sky-700\/75:required>:not([hidden])~:not([hidden]){border-color:#0369a1bf}.required\:divide-sky-700\/80:required>:not([hidden])~:not([hidden]){border-color:#0369a1cc}.required\:divide-sky-700\/90:required>:not([hidden])~:not([hidden]){border-color:#0369a1e6}.required\:divide-sky-700\/95:required>:not([hidden])~:not([hidden]){border-color:#0369a1f2}.required\:divide-sky-700\/100:required>:not([hidden])~:not([hidden]){border-color:#0369a1}.required\:divide-sky-800\/0:required>:not([hidden])~:not([hidden]){border-color:#07598500}.required\:divide-sky-800\/5:required>:not([hidden])~:not([hidden]){border-color:#0759850d}.required\:divide-sky-800\/10:required>:not([hidden])~:not([hidden]){border-color:#0759851a}.required\:divide-sky-800\/20:required>:not([hidden])~:not([hidden]){border-color:#07598533}.required\:divide-sky-800\/25:required>:not([hidden])~:not([hidden]){border-color:#07598540}.required\:divide-sky-800\/30:required>:not([hidden])~:not([hidden]){border-color:#0759854d}.required\:divide-sky-800\/40:required>:not([hidden])~:not([hidden]){border-color:#07598566}.required\:divide-sky-800\/50:required>:not([hidden])~:not([hidden]){border-color:#07598580}.required\:divide-sky-800\/60:required>:not([hidden])~:not([hidden]){border-color:#07598599}.required\:divide-sky-800\/70:required>:not([hidden])~:not([hidden]){border-color:#075985b3}.required\:divide-sky-800\/75:required>:not([hidden])~:not([hidden]){border-color:#075985bf}.required\:divide-sky-800\/80:required>:not([hidden])~:not([hidden]){border-color:#075985cc}.required\:divide-sky-800\/90:required>:not([hidden])~:not([hidden]){border-color:#075985e6}.required\:divide-sky-800\/95:required>:not([hidden])~:not([hidden]){border-color:#075985f2}.required\:divide-sky-800\/100:required>:not([hidden])~:not([hidden]){border-color:#075985}.required\:divide-sky-900\/0:required>:not([hidden])~:not([hidden]){border-color:#0c4a6e00}.required\:divide-sky-900\/5:required>:not([hidden])~:not([hidden]){border-color:#0c4a6e0d}.required\:divide-sky-900\/10:required>:not([hidden])~:not([hidden]){border-color:#0c4a6e1a}.required\:divide-sky-900\/20:required>:not([hidden])~:not([hidden]){border-color:#0c4a6e33}.required\:divide-sky-900\/25:required>:not([hidden])~:not([hidden]){border-color:#0c4a6e40}.required\:divide-sky-900\/30:required>:not([hidden])~:not([hidden]){border-color:#0c4a6e4d}.required\:divide-sky-900\/40:required>:not([hidden])~:not([hidden]){border-color:#0c4a6e66}.required\:divide-sky-900\/50:required>:not([hidden])~:not([hidden]){border-color:#0c4a6e80}.required\:divide-sky-900\/60:required>:not([hidden])~:not([hidden]){border-color:#0c4a6e99}.required\:divide-sky-900\/70:required>:not([hidden])~:not([hidden]){border-color:#0c4a6eb3}.required\:divide-sky-900\/75:required>:not([hidden])~:not([hidden]){border-color:#0c4a6ebf}.required\:divide-sky-900\/80:required>:not([hidden])~:not([hidden]){border-color:#0c4a6ecc}.required\:divide-sky-900\/90:required>:not([hidden])~:not([hidden]){border-color:#0c4a6ee6}.required\:divide-sky-900\/95:required>:not([hidden])~:not([hidden]){border-color:#0c4a6ef2}.required\:divide-sky-900\/100:required>:not([hidden])~:not([hidden]){border-color:#0c4a6e}.required\:divide-blue-50\/0:required>:not([hidden])~:not([hidden]){border-color:#eff6ff00}.required\:divide-blue-50\/5:required>:not([hidden])~:not([hidden]){border-color:#eff6ff0d}.required\:divide-blue-50\/10:required>:not([hidden])~:not([hidden]){border-color:#eff6ff1a}.required\:divide-blue-50\/20:required>:not([hidden])~:not([hidden]){border-color:#eff6ff33}.required\:divide-blue-50\/25:required>:not([hidden])~:not([hidden]){border-color:#eff6ff40}.required\:divide-blue-50\/30:required>:not([hidden])~:not([hidden]){border-color:#eff6ff4d}.required\:divide-blue-50\/40:required>:not([hidden])~:not([hidden]){border-color:#eff6ff66}.required\:divide-blue-50\/50:required>:not([hidden])~:not([hidden]){border-color:#eff6ff80}.required\:divide-blue-50\/60:required>:not([hidden])~:not([hidden]){border-color:#eff6ff99}.required\:divide-blue-50\/70:required>:not([hidden])~:not([hidden]){border-color:#eff6ffb3}.required\:divide-blue-50\/75:required>:not([hidden])~:not([hidden]){border-color:#eff6ffbf}.required\:divide-blue-50\/80:required>:not([hidden])~:not([hidden]){border-color:#eff6ffcc}.required\:divide-blue-50\/90:required>:not([hidden])~:not([hidden]){border-color:#eff6ffe6}.required\:divide-blue-50\/95:required>:not([hidden])~:not([hidden]){border-color:#eff6fff2}.required\:divide-blue-50\/100:required>:not([hidden])~:not([hidden]){border-color:#eff6ff}.required\:divide-blue-100\/0:required>:not([hidden])~:not([hidden]){border-color:#f2f3fd00}.required\:divide-blue-100\/5:required>:not([hidden])~:not([hidden]){border-color:#f2f3fd0d}.required\:divide-blue-100\/10:required>:not([hidden])~:not([hidden]){border-color:#f2f3fd1a}.required\:divide-blue-100\/20:required>:not([hidden])~:not([hidden]){border-color:#f2f3fd33}.required\:divide-blue-100\/25:required>:not([hidden])~:not([hidden]){border-color:#f2f3fd40}.required\:divide-blue-100\/30:required>:not([hidden])~:not([hidden]){border-color:#f2f3fd4d}.required\:divide-blue-100\/40:required>:not([hidden])~:not([hidden]){border-color:#f2f3fd66}.required\:divide-blue-100\/50:required>:not([hidden])~:not([hidden]){border-color:#f2f3fd80}.required\:divide-blue-100\/60:required>:not([hidden])~:not([hidden]){border-color:#f2f3fd99}.required\:divide-blue-100\/70:required>:not([hidden])~:not([hidden]){border-color:#f2f3fdb3}.required\:divide-blue-100\/75:required>:not([hidden])~:not([hidden]){border-color:#f2f3fdbf}.required\:divide-blue-100\/80:required>:not([hidden])~:not([hidden]){border-color:#f2f3fdcc}.required\:divide-blue-100\/90:required>:not([hidden])~:not([hidden]){border-color:#f2f3fde6}.required\:divide-blue-100\/95:required>:not([hidden])~:not([hidden]){border-color:#f2f3fdf2}.required\:divide-blue-100\/100:required>:not([hidden])~:not([hidden]){border-color:#f2f3fd}.required\:divide-blue-200\/0:required>:not([hidden])~:not([hidden]){border-color:#e4e8fb00}.required\:divide-blue-200\/5:required>:not([hidden])~:not([hidden]){border-color:#e4e8fb0d}.required\:divide-blue-200\/10:required>:not([hidden])~:not([hidden]){border-color:#e4e8fb1a}.required\:divide-blue-200\/20:required>:not([hidden])~:not([hidden]){border-color:#e4e8fb33}.required\:divide-blue-200\/25:required>:not([hidden])~:not([hidden]){border-color:#e4e8fb40}.required\:divide-blue-200\/30:required>:not([hidden])~:not([hidden]){border-color:#e4e8fb4d}.required\:divide-blue-200\/40:required>:not([hidden])~:not([hidden]){border-color:#e4e8fb66}.required\:divide-blue-200\/50:required>:not([hidden])~:not([hidden]){border-color:#e4e8fb80}.required\:divide-blue-200\/60:required>:not([hidden])~:not([hidden]){border-color:#e4e8fb99}.required\:divide-blue-200\/70:required>:not([hidden])~:not([hidden]){border-color:#e4e8fbb3}.required\:divide-blue-200\/75:required>:not([hidden])~:not([hidden]){border-color:#e4e8fbbf}.required\:divide-blue-200\/80:required>:not([hidden])~:not([hidden]){border-color:#e4e8fbcc}.required\:divide-blue-200\/90:required>:not([hidden])~:not([hidden]){border-color:#e4e8fbe6}.required\:divide-blue-200\/95:required>:not([hidden])~:not([hidden]){border-color:#e4e8fbf2}.required\:divide-blue-200\/100:required>:not([hidden])~:not([hidden]){border-color:#e4e8fb}.required\:divide-blue-300\/0:required>:not([hidden])~:not([hidden]){border-color:#c6cff700}.required\:divide-blue-300\/5:required>:not([hidden])~:not([hidden]){border-color:#c6cff70d}.required\:divide-blue-300\/10:required>:not([hidden])~:not([hidden]){border-color:#c6cff71a}.required\:divide-blue-300\/20:required>:not([hidden])~:not([hidden]){border-color:#c6cff733}.required\:divide-blue-300\/25:required>:not([hidden])~:not([hidden]){border-color:#c6cff740}.required\:divide-blue-300\/30:required>:not([hidden])~:not([hidden]){border-color:#c6cff74d}.required\:divide-blue-300\/40:required>:not([hidden])~:not([hidden]){border-color:#c6cff766}.required\:divide-blue-300\/50:required>:not([hidden])~:not([hidden]){border-color:#c6cff780}.required\:divide-blue-300\/60:required>:not([hidden])~:not([hidden]){border-color:#c6cff799}.required\:divide-blue-300\/70:required>:not([hidden])~:not([hidden]){border-color:#c6cff7b3}.required\:divide-blue-300\/75:required>:not([hidden])~:not([hidden]){border-color:#c6cff7bf}.required\:divide-blue-300\/80:required>:not([hidden])~:not([hidden]){border-color:#c6cff7cc}.required\:divide-blue-300\/90:required>:not([hidden])~:not([hidden]){border-color:#c6cff7e6}.required\:divide-blue-300\/95:required>:not([hidden])~:not([hidden]){border-color:#c6cff7f2}.required\:divide-blue-300\/100:required>:not([hidden])~:not([hidden]){border-color:#c6cff7}.required\:divide-blue-400\/0:required>:not([hidden])~:not([hidden]){border-color:#a3b2f300}.required\:divide-blue-400\/5:required>:not([hidden])~:not([hidden]){border-color:#a3b2f30d}.required\:divide-blue-400\/10:required>:not([hidden])~:not([hidden]){border-color:#a3b2f31a}.required\:divide-blue-400\/20:required>:not([hidden])~:not([hidden]){border-color:#a3b2f333}.required\:divide-blue-400\/25:required>:not([hidden])~:not([hidden]){border-color:#a3b2f340}.required\:divide-blue-400\/30:required>:not([hidden])~:not([hidden]){border-color:#a3b2f34d}.required\:divide-blue-400\/40:required>:not([hidden])~:not([hidden]){border-color:#a3b2f366}.required\:divide-blue-400\/50:required>:not([hidden])~:not([hidden]){border-color:#a3b2f380}.required\:divide-blue-400\/60:required>:not([hidden])~:not([hidden]){border-color:#a3b2f399}.required\:divide-blue-400\/70:required>:not([hidden])~:not([hidden]){border-color:#a3b2f3b3}.required\:divide-blue-400\/75:required>:not([hidden])~:not([hidden]){border-color:#a3b2f3bf}.required\:divide-blue-400\/80:required>:not([hidden])~:not([hidden]){border-color:#a3b2f3cc}.required\:divide-blue-400\/90:required>:not([hidden])~:not([hidden]){border-color:#a3b2f3e6}.required\:divide-blue-400\/95:required>:not([hidden])~:not([hidden]){border-color:#a3b2f3f2}.required\:divide-blue-400\/100:required>:not([hidden])~:not([hidden]){border-color:#a3b2f3}.required\:divide-blue-500\/0:required>:not([hidden])~:not([hidden]){border-color:#7690ef00}.required\:divide-blue-500\/5:required>:not([hidden])~:not([hidden]){border-color:#7690ef0d}.required\:divide-blue-500\/10:required>:not([hidden])~:not([hidden]){border-color:#7690ef1a}.required\:divide-blue-500\/20:required>:not([hidden])~:not([hidden]){border-color:#7690ef33}.required\:divide-blue-500\/25:required>:not([hidden])~:not([hidden]){border-color:#7690ef40}.required\:divide-blue-500\/30:required>:not([hidden])~:not([hidden]){border-color:#7690ef4d}.required\:divide-blue-500\/40:required>:not([hidden])~:not([hidden]){border-color:#7690ef66}.required\:divide-blue-500\/50:required>:not([hidden])~:not([hidden]){border-color:#7690ef80}.required\:divide-blue-500\/60:required>:not([hidden])~:not([hidden]){border-color:#7690ef99}.required\:divide-blue-500\/70:required>:not([hidden])~:not([hidden]){border-color:#7690efb3}.required\:divide-blue-500\/75:required>:not([hidden])~:not([hidden]){border-color:#7690efbf}.required\:divide-blue-500\/80:required>:not([hidden])~:not([hidden]){border-color:#7690efcc}.required\:divide-blue-500\/90:required>:not([hidden])~:not([hidden]){border-color:#7690efe6}.required\:divide-blue-500\/95:required>:not([hidden])~:not([hidden]){border-color:#7690eff2}.required\:divide-blue-500\/100:required>:not([hidden])~:not([hidden]){border-color:#7690ef}.required\:divide-blue-600\/0:required>:not([hidden])~:not([hidden]){border-color:#2563eb00}.required\:divide-blue-600\/5:required>:not([hidden])~:not([hidden]){border-color:#2563eb0d}.required\:divide-blue-600\/10:required>:not([hidden])~:not([hidden]){border-color:#2563eb1a}.required\:divide-blue-600\/20:required>:not([hidden])~:not([hidden]){border-color:#2563eb33}.required\:divide-blue-600\/25:required>:not([hidden])~:not([hidden]){border-color:#2563eb40}.required\:divide-blue-600\/30:required>:not([hidden])~:not([hidden]){border-color:#2563eb4d}.required\:divide-blue-600\/40:required>:not([hidden])~:not([hidden]){border-color:#2563eb66}.required\:divide-blue-600\/50:required>:not([hidden])~:not([hidden]){border-color:#2563eb80}.required\:divide-blue-600\/60:required>:not([hidden])~:not([hidden]){border-color:#2563eb99}.required\:divide-blue-600\/70:required>:not([hidden])~:not([hidden]){border-color:#2563ebb3}.required\:divide-blue-600\/75:required>:not([hidden])~:not([hidden]){border-color:#2563ebbf}.required\:divide-blue-600\/80:required>:not([hidden])~:not([hidden]){border-color:#2563ebcc}.required\:divide-blue-600\/90:required>:not([hidden])~:not([hidden]){border-color:#2563ebe6}.required\:divide-blue-600\/95:required>:not([hidden])~:not([hidden]){border-color:#2563ebf2}.required\:divide-blue-600\/100:required>:not([hidden])~:not([hidden]){border-color:#2563eb}.required\:divide-blue-700\/0:required>:not([hidden])~:not([hidden]){border-color:#2158d200}.required\:divide-blue-700\/5:required>:not([hidden])~:not([hidden]){border-color:#2158d20d}.required\:divide-blue-700\/10:required>:not([hidden])~:not([hidden]){border-color:#2158d21a}.required\:divide-blue-700\/20:required>:not([hidden])~:not([hidden]){border-color:#2158d233}.required\:divide-blue-700\/25:required>:not([hidden])~:not([hidden]){border-color:#2158d240}.required\:divide-blue-700\/30:required>:not([hidden])~:not([hidden]){border-color:#2158d24d}.required\:divide-blue-700\/40:required>:not([hidden])~:not([hidden]){border-color:#2158d266}.required\:divide-blue-700\/50:required>:not([hidden])~:not([hidden]){border-color:#2158d280}.required\:divide-blue-700\/60:required>:not([hidden])~:not([hidden]){border-color:#2158d299}.required\:divide-blue-700\/70:required>:not([hidden])~:not([hidden]){border-color:#2158d2b3}.required\:divide-blue-700\/75:required>:not([hidden])~:not([hidden]){border-color:#2158d2bf}.required\:divide-blue-700\/80:required>:not([hidden])~:not([hidden]){border-color:#2158d2cc}.required\:divide-blue-700\/90:required>:not([hidden])~:not([hidden]){border-color:#2158d2e6}.required\:divide-blue-700\/95:required>:not([hidden])~:not([hidden]){border-color:#2158d2f2}.required\:divide-blue-700\/100:required>:not([hidden])~:not([hidden]){border-color:#2158d2}.required\:divide-blue-800\/0:required>:not([hidden])~:not([hidden]){border-color:#1c4cb600}.required\:divide-blue-800\/5:required>:not([hidden])~:not([hidden]){border-color:#1c4cb60d}.required\:divide-blue-800\/10:required>:not([hidden])~:not([hidden]){border-color:#1c4cb61a}.required\:divide-blue-800\/20:required>:not([hidden])~:not([hidden]){border-color:#1c4cb633}.required\:divide-blue-800\/25:required>:not([hidden])~:not([hidden]){border-color:#1c4cb640}.required\:divide-blue-800\/30:required>:not([hidden])~:not([hidden]){border-color:#1c4cb64d}.required\:divide-blue-800\/40:required>:not([hidden])~:not([hidden]){border-color:#1c4cb666}.required\:divide-blue-800\/50:required>:not([hidden])~:not([hidden]){border-color:#1c4cb680}.required\:divide-blue-800\/60:required>:not([hidden])~:not([hidden]){border-color:#1c4cb699}.required\:divide-blue-800\/70:required>:not([hidden])~:not([hidden]){border-color:#1c4cb6b3}.required\:divide-blue-800\/75:required>:not([hidden])~:not([hidden]){border-color:#1c4cb6bf}.required\:divide-blue-800\/80:required>:not([hidden])~:not([hidden]){border-color:#1c4cb6cc}.required\:divide-blue-800\/90:required>:not([hidden])~:not([hidden]){border-color:#1c4cb6e6}.required\:divide-blue-800\/95:required>:not([hidden])~:not([hidden]){border-color:#1c4cb6f2}.required\:divide-blue-800\/100:required>:not([hidden])~:not([hidden]){border-color:#1c4cb6}.required\:divide-blue-900\/0:required>:not([hidden])~:not([hidden]){border-color:#173e9400}.required\:divide-blue-900\/5:required>:not([hidden])~:not([hidden]){border-color:#173e940d}.required\:divide-blue-900\/10:required>:not([hidden])~:not([hidden]){border-color:#173e941a}.required\:divide-blue-900\/20:required>:not([hidden])~:not([hidden]){border-color:#173e9433}.required\:divide-blue-900\/25:required>:not([hidden])~:not([hidden]){border-color:#173e9440}.required\:divide-blue-900\/30:required>:not([hidden])~:not([hidden]){border-color:#173e944d}.required\:divide-blue-900\/40:required>:not([hidden])~:not([hidden]){border-color:#173e9466}.required\:divide-blue-900\/50:required>:not([hidden])~:not([hidden]){border-color:#173e9480}.required\:divide-blue-900\/60:required>:not([hidden])~:not([hidden]){border-color:#173e9499}.required\:divide-blue-900\/70:required>:not([hidden])~:not([hidden]){border-color:#173e94b3}.required\:divide-blue-900\/75:required>:not([hidden])~:not([hidden]){border-color:#173e94bf}.required\:divide-blue-900\/80:required>:not([hidden])~:not([hidden]){border-color:#173e94cc}.required\:divide-blue-900\/90:required>:not([hidden])~:not([hidden]){border-color:#173e94e6}.required\:divide-blue-900\/95:required>:not([hidden])~:not([hidden]){border-color:#173e94f2}.required\:divide-blue-900\/100:required>:not([hidden])~:not([hidden]){border-color:#173e94}.required\:divide-indigo-50\/0:required>:not([hidden])~:not([hidden]){border-color:#eef2ff00}.required\:divide-indigo-50\/5:required>:not([hidden])~:not([hidden]){border-color:#eef2ff0d}.required\:divide-indigo-50\/10:required>:not([hidden])~:not([hidden]){border-color:#eef2ff1a}.required\:divide-indigo-50\/20:required>:not([hidden])~:not([hidden]){border-color:#eef2ff33}.required\:divide-indigo-50\/25:required>:not([hidden])~:not([hidden]){border-color:#eef2ff40}.required\:divide-indigo-50\/30:required>:not([hidden])~:not([hidden]){border-color:#eef2ff4d}.required\:divide-indigo-50\/40:required>:not([hidden])~:not([hidden]){border-color:#eef2ff66}.required\:divide-indigo-50\/50:required>:not([hidden])~:not([hidden]){border-color:#eef2ff80}.required\:divide-indigo-50\/60:required>:not([hidden])~:not([hidden]){border-color:#eef2ff99}.required\:divide-indigo-50\/70:required>:not([hidden])~:not([hidden]){border-color:#eef2ffb3}.required\:divide-indigo-50\/75:required>:not([hidden])~:not([hidden]){border-color:#eef2ffbf}.required\:divide-indigo-50\/80:required>:not([hidden])~:not([hidden]){border-color:#eef2ffcc}.required\:divide-indigo-50\/90:required>:not([hidden])~:not([hidden]){border-color:#eef2ffe6}.required\:divide-indigo-50\/95:required>:not([hidden])~:not([hidden]){border-color:#eef2fff2}.required\:divide-indigo-50\/100:required>:not([hidden])~:not([hidden]){border-color:#eef2ff}.required\:divide-indigo-100\/0:required>:not([hidden])~:not([hidden]){border-color:#e0e7ff00}.required\:divide-indigo-100\/5:required>:not([hidden])~:not([hidden]){border-color:#e0e7ff0d}.required\:divide-indigo-100\/10:required>:not([hidden])~:not([hidden]){border-color:#e0e7ff1a}.required\:divide-indigo-100\/20:required>:not([hidden])~:not([hidden]){border-color:#e0e7ff33}.required\:divide-indigo-100\/25:required>:not([hidden])~:not([hidden]){border-color:#e0e7ff40}.required\:divide-indigo-100\/30:required>:not([hidden])~:not([hidden]){border-color:#e0e7ff4d}.required\:divide-indigo-100\/40:required>:not([hidden])~:not([hidden]){border-color:#e0e7ff66}.required\:divide-indigo-100\/50:required>:not([hidden])~:not([hidden]){border-color:#e0e7ff80}.required\:divide-indigo-100\/60:required>:not([hidden])~:not([hidden]){border-color:#e0e7ff99}.required\:divide-indigo-100\/70:required>:not([hidden])~:not([hidden]){border-color:#e0e7ffb3}.required\:divide-indigo-100\/75:required>:not([hidden])~:not([hidden]){border-color:#e0e7ffbf}.required\:divide-indigo-100\/80:required>:not([hidden])~:not([hidden]){border-color:#e0e7ffcc}.required\:divide-indigo-100\/90:required>:not([hidden])~:not([hidden]){border-color:#e0e7ffe6}.required\:divide-indigo-100\/95:required>:not([hidden])~:not([hidden]){border-color:#e0e7fff2}.required\:divide-indigo-100\/100:required>:not([hidden])~:not([hidden]){border-color:#e0e7ff}.required\:divide-indigo-200\/0:required>:not([hidden])~:not([hidden]){border-color:#c7d2fe00}.required\:divide-indigo-200\/5:required>:not([hidden])~:not([hidden]){border-color:#c7d2fe0d}.required\:divide-indigo-200\/10:required>:not([hidden])~:not([hidden]){border-color:#c7d2fe1a}.required\:divide-indigo-200\/20:required>:not([hidden])~:not([hidden]){border-color:#c7d2fe33}.required\:divide-indigo-200\/25:required>:not([hidden])~:not([hidden]){border-color:#c7d2fe40}.required\:divide-indigo-200\/30:required>:not([hidden])~:not([hidden]){border-color:#c7d2fe4d}.required\:divide-indigo-200\/40:required>:not([hidden])~:not([hidden]){border-color:#c7d2fe66}.required\:divide-indigo-200\/50:required>:not([hidden])~:not([hidden]){border-color:#c7d2fe80}.required\:divide-indigo-200\/60:required>:not([hidden])~:not([hidden]){border-color:#c7d2fe99}.required\:divide-indigo-200\/70:required>:not([hidden])~:not([hidden]){border-color:#c7d2feb3}.required\:divide-indigo-200\/75:required>:not([hidden])~:not([hidden]){border-color:#c7d2febf}.required\:divide-indigo-200\/80:required>:not([hidden])~:not([hidden]){border-color:#c7d2fecc}.required\:divide-indigo-200\/90:required>:not([hidden])~:not([hidden]){border-color:#c7d2fee6}.required\:divide-indigo-200\/95:required>:not([hidden])~:not([hidden]){border-color:#c7d2fef2}.required\:divide-indigo-200\/100:required>:not([hidden])~:not([hidden]){border-color:#c7d2fe}.required\:divide-indigo-300\/0:required>:not([hidden])~:not([hidden]){border-color:#a5b4fc00}.required\:divide-indigo-300\/5:required>:not([hidden])~:not([hidden]){border-color:#a5b4fc0d}.required\:divide-indigo-300\/10:required>:not([hidden])~:not([hidden]){border-color:#a5b4fc1a}.required\:divide-indigo-300\/20:required>:not([hidden])~:not([hidden]){border-color:#a5b4fc33}.required\:divide-indigo-300\/25:required>:not([hidden])~:not([hidden]){border-color:#a5b4fc40}.required\:divide-indigo-300\/30:required>:not([hidden])~:not([hidden]){border-color:#a5b4fc4d}.required\:divide-indigo-300\/40:required>:not([hidden])~:not([hidden]){border-color:#a5b4fc66}.required\:divide-indigo-300\/50:required>:not([hidden])~:not([hidden]){border-color:#a5b4fc80}.required\:divide-indigo-300\/60:required>:not([hidden])~:not([hidden]){border-color:#a5b4fc99}.required\:divide-indigo-300\/70:required>:not([hidden])~:not([hidden]){border-color:#a5b4fcb3}.required\:divide-indigo-300\/75:required>:not([hidden])~:not([hidden]){border-color:#a5b4fcbf}.required\:divide-indigo-300\/80:required>:not([hidden])~:not([hidden]){border-color:#a5b4fccc}.required\:divide-indigo-300\/90:required>:not([hidden])~:not([hidden]){border-color:#a5b4fce6}.required\:divide-indigo-300\/95:required>:not([hidden])~:not([hidden]){border-color:#a5b4fcf2}.required\:divide-indigo-300\/100:required>:not([hidden])~:not([hidden]){border-color:#a5b4fc}.required\:divide-indigo-400\/0:required>:not([hidden])~:not([hidden]){border-color:#818cf800}.required\:divide-indigo-400\/5:required>:not([hidden])~:not([hidden]){border-color:#818cf80d}.required\:divide-indigo-400\/10:required>:not([hidden])~:not([hidden]){border-color:#818cf81a}.required\:divide-indigo-400\/20:required>:not([hidden])~:not([hidden]){border-color:#818cf833}.required\:divide-indigo-400\/25:required>:not([hidden])~:not([hidden]){border-color:#818cf840}.required\:divide-indigo-400\/30:required>:not([hidden])~:not([hidden]){border-color:#818cf84d}.required\:divide-indigo-400\/40:required>:not([hidden])~:not([hidden]){border-color:#818cf866}.required\:divide-indigo-400\/50:required>:not([hidden])~:not([hidden]){border-color:#818cf880}.required\:divide-indigo-400\/60:required>:not([hidden])~:not([hidden]){border-color:#818cf899}.required\:divide-indigo-400\/70:required>:not([hidden])~:not([hidden]){border-color:#818cf8b3}.required\:divide-indigo-400\/75:required>:not([hidden])~:not([hidden]){border-color:#818cf8bf}.required\:divide-indigo-400\/80:required>:not([hidden])~:not([hidden]){border-color:#818cf8cc}.required\:divide-indigo-400\/90:required>:not([hidden])~:not([hidden]){border-color:#818cf8e6}.required\:divide-indigo-400\/95:required>:not([hidden])~:not([hidden]){border-color:#818cf8f2}.required\:divide-indigo-400\/100:required>:not([hidden])~:not([hidden]){border-color:#818cf8}.required\:divide-indigo-500\/0:required>:not([hidden])~:not([hidden]){border-color:#6366f100}.required\:divide-indigo-500\/5:required>:not([hidden])~:not([hidden]){border-color:#6366f10d}.required\:divide-indigo-500\/10:required>:not([hidden])~:not([hidden]){border-color:#6366f11a}.required\:divide-indigo-500\/20:required>:not([hidden])~:not([hidden]){border-color:#6366f133}.required\:divide-indigo-500\/25:required>:not([hidden])~:not([hidden]){border-color:#6366f140}.required\:divide-indigo-500\/30:required>:not([hidden])~:not([hidden]){border-color:#6366f14d}.required\:divide-indigo-500\/40:required>:not([hidden])~:not([hidden]){border-color:#6366f166}.required\:divide-indigo-500\/50:required>:not([hidden])~:not([hidden]){border-color:#6366f180}.required\:divide-indigo-500\/60:required>:not([hidden])~:not([hidden]){border-color:#6366f199}.required\:divide-indigo-500\/70:required>:not([hidden])~:not([hidden]){border-color:#6366f1b3}.required\:divide-indigo-500\/75:required>:not([hidden])~:not([hidden]){border-color:#6366f1bf}.required\:divide-indigo-500\/80:required>:not([hidden])~:not([hidden]){border-color:#6366f1cc}.required\:divide-indigo-500\/90:required>:not([hidden])~:not([hidden]){border-color:#6366f1e6}.required\:divide-indigo-500\/95:required>:not([hidden])~:not([hidden]){border-color:#6366f1f2}.required\:divide-indigo-500\/100:required>:not([hidden])~:not([hidden]){border-color:#6366f1}.required\:divide-indigo-600\/0:required>:not([hidden])~:not([hidden]){border-color:#4f46e500}.required\:divide-indigo-600\/5:required>:not([hidden])~:not([hidden]){border-color:#4f46e50d}.required\:divide-indigo-600\/10:required>:not([hidden])~:not([hidden]){border-color:#4f46e51a}.required\:divide-indigo-600\/20:required>:not([hidden])~:not([hidden]){border-color:#4f46e533}.required\:divide-indigo-600\/25:required>:not([hidden])~:not([hidden]){border-color:#4f46e540}.required\:divide-indigo-600\/30:required>:not([hidden])~:not([hidden]){border-color:#4f46e54d}.required\:divide-indigo-600\/40:required>:not([hidden])~:not([hidden]){border-color:#4f46e566}.required\:divide-indigo-600\/50:required>:not([hidden])~:not([hidden]){border-color:#4f46e580}.required\:divide-indigo-600\/60:required>:not([hidden])~:not([hidden]){border-color:#4f46e599}.required\:divide-indigo-600\/70:required>:not([hidden])~:not([hidden]){border-color:#4f46e5b3}.required\:divide-indigo-600\/75:required>:not([hidden])~:not([hidden]){border-color:#4f46e5bf}.required\:divide-indigo-600\/80:required>:not([hidden])~:not([hidden]){border-color:#4f46e5cc}.required\:divide-indigo-600\/90:required>:not([hidden])~:not([hidden]){border-color:#4f46e5e6}.required\:divide-indigo-600\/95:required>:not([hidden])~:not([hidden]){border-color:#4f46e5f2}.required\:divide-indigo-600\/100:required>:not([hidden])~:not([hidden]){border-color:#4f46e5}.required\:divide-indigo-700\/0:required>:not([hidden])~:not([hidden]){border-color:#4338ca00}.required\:divide-indigo-700\/5:required>:not([hidden])~:not([hidden]){border-color:#4338ca0d}.required\:divide-indigo-700\/10:required>:not([hidden])~:not([hidden]){border-color:#4338ca1a}.required\:divide-indigo-700\/20:required>:not([hidden])~:not([hidden]){border-color:#4338ca33}.required\:divide-indigo-700\/25:required>:not([hidden])~:not([hidden]){border-color:#4338ca40}.required\:divide-indigo-700\/30:required>:not([hidden])~:not([hidden]){border-color:#4338ca4d}.required\:divide-indigo-700\/40:required>:not([hidden])~:not([hidden]){border-color:#4338ca66}.required\:divide-indigo-700\/50:required>:not([hidden])~:not([hidden]){border-color:#4338ca80}.required\:divide-indigo-700\/60:required>:not([hidden])~:not([hidden]){border-color:#4338ca99}.required\:divide-indigo-700\/70:required>:not([hidden])~:not([hidden]){border-color:#4338cab3}.required\:divide-indigo-700\/75:required>:not([hidden])~:not([hidden]){border-color:#4338cabf}.required\:divide-indigo-700\/80:required>:not([hidden])~:not([hidden]){border-color:#4338cacc}.required\:divide-indigo-700\/90:required>:not([hidden])~:not([hidden]){border-color:#4338cae6}.required\:divide-indigo-700\/95:required>:not([hidden])~:not([hidden]){border-color:#4338caf2}.required\:divide-indigo-700\/100:required>:not([hidden])~:not([hidden]){border-color:#4338ca}.required\:divide-indigo-800\/0:required>:not([hidden])~:not([hidden]){border-color:#3730a300}.required\:divide-indigo-800\/5:required>:not([hidden])~:not([hidden]){border-color:#3730a30d}.required\:divide-indigo-800\/10:required>:not([hidden])~:not([hidden]){border-color:#3730a31a}.required\:divide-indigo-800\/20:required>:not([hidden])~:not([hidden]){border-color:#3730a333}.required\:divide-indigo-800\/25:required>:not([hidden])~:not([hidden]){border-color:#3730a340}.required\:divide-indigo-800\/30:required>:not([hidden])~:not([hidden]){border-color:#3730a34d}.required\:divide-indigo-800\/40:required>:not([hidden])~:not([hidden]){border-color:#3730a366}.required\:divide-indigo-800\/50:required>:not([hidden])~:not([hidden]){border-color:#3730a380}.required\:divide-indigo-800\/60:required>:not([hidden])~:not([hidden]){border-color:#3730a399}.required\:divide-indigo-800\/70:required>:not([hidden])~:not([hidden]){border-color:#3730a3b3}.required\:divide-indigo-800\/75:required>:not([hidden])~:not([hidden]){border-color:#3730a3bf}.required\:divide-indigo-800\/80:required>:not([hidden])~:not([hidden]){border-color:#3730a3cc}.required\:divide-indigo-800\/90:required>:not([hidden])~:not([hidden]){border-color:#3730a3e6}.required\:divide-indigo-800\/95:required>:not([hidden])~:not([hidden]){border-color:#3730a3f2}.required\:divide-indigo-800\/100:required>:not([hidden])~:not([hidden]){border-color:#3730a3}.required\:divide-indigo-900\/0:required>:not([hidden])~:not([hidden]){border-color:#312e8100}.required\:divide-indigo-900\/5:required>:not([hidden])~:not([hidden]){border-color:#312e810d}.required\:divide-indigo-900\/10:required>:not([hidden])~:not([hidden]){border-color:#312e811a}.required\:divide-indigo-900\/20:required>:not([hidden])~:not([hidden]){border-color:#312e8133}.required\:divide-indigo-900\/25:required>:not([hidden])~:not([hidden]){border-color:#312e8140}.required\:divide-indigo-900\/30:required>:not([hidden])~:not([hidden]){border-color:#312e814d}.required\:divide-indigo-900\/40:required>:not([hidden])~:not([hidden]){border-color:#312e8166}.required\:divide-indigo-900\/50:required>:not([hidden])~:not([hidden]){border-color:#312e8180}.required\:divide-indigo-900\/60:required>:not([hidden])~:not([hidden]){border-color:#312e8199}.required\:divide-indigo-900\/70:required>:not([hidden])~:not([hidden]){border-color:#312e81b3}.required\:divide-indigo-900\/75:required>:not([hidden])~:not([hidden]){border-color:#312e81bf}.required\:divide-indigo-900\/80:required>:not([hidden])~:not([hidden]){border-color:#312e81cc}.required\:divide-indigo-900\/90:required>:not([hidden])~:not([hidden]){border-color:#312e81e6}.required\:divide-indigo-900\/95:required>:not([hidden])~:not([hidden]){border-color:#312e81f2}.required\:divide-indigo-900\/100:required>:not([hidden])~:not([hidden]){border-color:#312e81}.required\:divide-violet-50\/0:required>:not([hidden])~:not([hidden]){border-color:#f5f3ff00}.required\:divide-violet-50\/5:required>:not([hidden])~:not([hidden]){border-color:#f5f3ff0d}.required\:divide-violet-50\/10:required>:not([hidden])~:not([hidden]){border-color:#f5f3ff1a}.required\:divide-violet-50\/20:required>:not([hidden])~:not([hidden]){border-color:#f5f3ff33}.required\:divide-violet-50\/25:required>:not([hidden])~:not([hidden]){border-color:#f5f3ff40}.required\:divide-violet-50\/30:required>:not([hidden])~:not([hidden]){border-color:#f5f3ff4d}.required\:divide-violet-50\/40:required>:not([hidden])~:not([hidden]){border-color:#f5f3ff66}.required\:divide-violet-50\/50:required>:not([hidden])~:not([hidden]){border-color:#f5f3ff80}.required\:divide-violet-50\/60:required>:not([hidden])~:not([hidden]){border-color:#f5f3ff99}.required\:divide-violet-50\/70:required>:not([hidden])~:not([hidden]){border-color:#f5f3ffb3}.required\:divide-violet-50\/75:required>:not([hidden])~:not([hidden]){border-color:#f5f3ffbf}.required\:divide-violet-50\/80:required>:not([hidden])~:not([hidden]){border-color:#f5f3ffcc}.required\:divide-violet-50\/90:required>:not([hidden])~:not([hidden]){border-color:#f5f3ffe6}.required\:divide-violet-50\/95:required>:not([hidden])~:not([hidden]){border-color:#f5f3fff2}.required\:divide-violet-50\/100:required>:not([hidden])~:not([hidden]){border-color:#f5f3ff}.required\:divide-violet-100\/0:required>:not([hidden])~:not([hidden]){border-color:#ede9fe00}.required\:divide-violet-100\/5:required>:not([hidden])~:not([hidden]){border-color:#ede9fe0d}.required\:divide-violet-100\/10:required>:not([hidden])~:not([hidden]){border-color:#ede9fe1a}.required\:divide-violet-100\/20:required>:not([hidden])~:not([hidden]){border-color:#ede9fe33}.required\:divide-violet-100\/25:required>:not([hidden])~:not([hidden]){border-color:#ede9fe40}.required\:divide-violet-100\/30:required>:not([hidden])~:not([hidden]){border-color:#ede9fe4d}.required\:divide-violet-100\/40:required>:not([hidden])~:not([hidden]){border-color:#ede9fe66}.required\:divide-violet-100\/50:required>:not([hidden])~:not([hidden]){border-color:#ede9fe80}.required\:divide-violet-100\/60:required>:not([hidden])~:not([hidden]){border-color:#ede9fe99}.required\:divide-violet-100\/70:required>:not([hidden])~:not([hidden]){border-color:#ede9feb3}.required\:divide-violet-100\/75:required>:not([hidden])~:not([hidden]){border-color:#ede9febf}.required\:divide-violet-100\/80:required>:not([hidden])~:not([hidden]){border-color:#ede9fecc}.required\:divide-violet-100\/90:required>:not([hidden])~:not([hidden]){border-color:#ede9fee6}.required\:divide-violet-100\/95:required>:not([hidden])~:not([hidden]){border-color:#ede9fef2}.required\:divide-violet-100\/100:required>:not([hidden])~:not([hidden]){border-color:#ede9fe}.required\:divide-violet-200\/0:required>:not([hidden])~:not([hidden]){border-color:#ddd6fe00}.required\:divide-violet-200\/5:required>:not([hidden])~:not([hidden]){border-color:#ddd6fe0d}.required\:divide-violet-200\/10:required>:not([hidden])~:not([hidden]){border-color:#ddd6fe1a}.required\:divide-violet-200\/20:required>:not([hidden])~:not([hidden]){border-color:#ddd6fe33}.required\:divide-violet-200\/25:required>:not([hidden])~:not([hidden]){border-color:#ddd6fe40}.required\:divide-violet-200\/30:required>:not([hidden])~:not([hidden]){border-color:#ddd6fe4d}.required\:divide-violet-200\/40:required>:not([hidden])~:not([hidden]){border-color:#ddd6fe66}.required\:divide-violet-200\/50:required>:not([hidden])~:not([hidden]){border-color:#ddd6fe80}.required\:divide-violet-200\/60:required>:not([hidden])~:not([hidden]){border-color:#ddd6fe99}.required\:divide-violet-200\/70:required>:not([hidden])~:not([hidden]){border-color:#ddd6feb3}.required\:divide-violet-200\/75:required>:not([hidden])~:not([hidden]){border-color:#ddd6febf}.required\:divide-violet-200\/80:required>:not([hidden])~:not([hidden]){border-color:#ddd6fecc}.required\:divide-violet-200\/90:required>:not([hidden])~:not([hidden]){border-color:#ddd6fee6}.required\:divide-violet-200\/95:required>:not([hidden])~:not([hidden]){border-color:#ddd6fef2}.required\:divide-violet-200\/100:required>:not([hidden])~:not([hidden]){border-color:#ddd6fe}.required\:divide-violet-300\/0:required>:not([hidden])~:not([hidden]){border-color:#c4b5fd00}.required\:divide-violet-300\/5:required>:not([hidden])~:not([hidden]){border-color:#c4b5fd0d}.required\:divide-violet-300\/10:required>:not([hidden])~:not([hidden]){border-color:#c4b5fd1a}.required\:divide-violet-300\/20:required>:not([hidden])~:not([hidden]){border-color:#c4b5fd33}.required\:divide-violet-300\/25:required>:not([hidden])~:not([hidden]){border-color:#c4b5fd40}.required\:divide-violet-300\/30:required>:not([hidden])~:not([hidden]){border-color:#c4b5fd4d}.required\:divide-violet-300\/40:required>:not([hidden])~:not([hidden]){border-color:#c4b5fd66}.required\:divide-violet-300\/50:required>:not([hidden])~:not([hidden]){border-color:#c4b5fd80}.required\:divide-violet-300\/60:required>:not([hidden])~:not([hidden]){border-color:#c4b5fd99}.required\:divide-violet-300\/70:required>:not([hidden])~:not([hidden]){border-color:#c4b5fdb3}.required\:divide-violet-300\/75:required>:not([hidden])~:not([hidden]){border-color:#c4b5fdbf}.required\:divide-violet-300\/80:required>:not([hidden])~:not([hidden]){border-color:#c4b5fdcc}.required\:divide-violet-300\/90:required>:not([hidden])~:not([hidden]){border-color:#c4b5fde6}.required\:divide-violet-300\/95:required>:not([hidden])~:not([hidden]){border-color:#c4b5fdf2}.required\:divide-violet-300\/100:required>:not([hidden])~:not([hidden]){border-color:#c4b5fd}.required\:divide-violet-400\/0:required>:not([hidden])~:not([hidden]){border-color:#a78bfa00}.required\:divide-violet-400\/5:required>:not([hidden])~:not([hidden]){border-color:#a78bfa0d}.required\:divide-violet-400\/10:required>:not([hidden])~:not([hidden]){border-color:#a78bfa1a}.required\:divide-violet-400\/20:required>:not([hidden])~:not([hidden]){border-color:#a78bfa33}.required\:divide-violet-400\/25:required>:not([hidden])~:not([hidden]){border-color:#a78bfa40}.required\:divide-violet-400\/30:required>:not([hidden])~:not([hidden]){border-color:#a78bfa4d}.required\:divide-violet-400\/40:required>:not([hidden])~:not([hidden]){border-color:#a78bfa66}.required\:divide-violet-400\/50:required>:not([hidden])~:not([hidden]){border-color:#a78bfa80}.required\:divide-violet-400\/60:required>:not([hidden])~:not([hidden]){border-color:#a78bfa99}.required\:divide-violet-400\/70:required>:not([hidden])~:not([hidden]){border-color:#a78bfab3}.required\:divide-violet-400\/75:required>:not([hidden])~:not([hidden]){border-color:#a78bfabf}.required\:divide-violet-400\/80:required>:not([hidden])~:not([hidden]){border-color:#a78bfacc}.required\:divide-violet-400\/90:required>:not([hidden])~:not([hidden]){border-color:#a78bfae6}.required\:divide-violet-400\/95:required>:not([hidden])~:not([hidden]){border-color:#a78bfaf2}.required\:divide-violet-400\/100:required>:not([hidden])~:not([hidden]){border-color:#a78bfa}.required\:divide-violet-500\/0:required>:not([hidden])~:not([hidden]){border-color:#8b5cf600}.required\:divide-violet-500\/5:required>:not([hidden])~:not([hidden]){border-color:#8b5cf60d}.required\:divide-violet-500\/10:required>:not([hidden])~:not([hidden]){border-color:#8b5cf61a}.required\:divide-violet-500\/20:required>:not([hidden])~:not([hidden]){border-color:#8b5cf633}.required\:divide-violet-500\/25:required>:not([hidden])~:not([hidden]){border-color:#8b5cf640}.required\:divide-violet-500\/30:required>:not([hidden])~:not([hidden]){border-color:#8b5cf64d}.required\:divide-violet-500\/40:required>:not([hidden])~:not([hidden]){border-color:#8b5cf666}.required\:divide-violet-500\/50:required>:not([hidden])~:not([hidden]){border-color:#8b5cf680}.required\:divide-violet-500\/60:required>:not([hidden])~:not([hidden]){border-color:#8b5cf699}.required\:divide-violet-500\/70:required>:not([hidden])~:not([hidden]){border-color:#8b5cf6b3}.required\:divide-violet-500\/75:required>:not([hidden])~:not([hidden]){border-color:#8b5cf6bf}.required\:divide-violet-500\/80:required>:not([hidden])~:not([hidden]){border-color:#8b5cf6cc}.required\:divide-violet-500\/90:required>:not([hidden])~:not([hidden]){border-color:#8b5cf6e6}.required\:divide-violet-500\/95:required>:not([hidden])~:not([hidden]){border-color:#8b5cf6f2}.required\:divide-violet-500\/100:required>:not([hidden])~:not([hidden]){border-color:#8b5cf6}.required\:divide-violet-600\/0:required>:not([hidden])~:not([hidden]){border-color:#7c3aed00}.required\:divide-violet-600\/5:required>:not([hidden])~:not([hidden]){border-color:#7c3aed0d}.required\:divide-violet-600\/10:required>:not([hidden])~:not([hidden]){border-color:#7c3aed1a}.required\:divide-violet-600\/20:required>:not([hidden])~:not([hidden]){border-color:#7c3aed33}.required\:divide-violet-600\/25:required>:not([hidden])~:not([hidden]){border-color:#7c3aed40}.required\:divide-violet-600\/30:required>:not([hidden])~:not([hidden]){border-color:#7c3aed4d}.required\:divide-violet-600\/40:required>:not([hidden])~:not([hidden]){border-color:#7c3aed66}.required\:divide-violet-600\/50:required>:not([hidden])~:not([hidden]){border-color:#7c3aed80}.required\:divide-violet-600\/60:required>:not([hidden])~:not([hidden]){border-color:#7c3aed99}.required\:divide-violet-600\/70:required>:not([hidden])~:not([hidden]){border-color:#7c3aedb3}.required\:divide-violet-600\/75:required>:not([hidden])~:not([hidden]){border-color:#7c3aedbf}.required\:divide-violet-600\/80:required>:not([hidden])~:not([hidden]){border-color:#7c3aedcc}.required\:divide-violet-600\/90:required>:not([hidden])~:not([hidden]){border-color:#7c3aede6}.required\:divide-violet-600\/95:required>:not([hidden])~:not([hidden]){border-color:#7c3aedf2}.required\:divide-violet-600\/100:required>:not([hidden])~:not([hidden]){border-color:#7c3aed}.required\:divide-violet-700\/0:required>:not([hidden])~:not([hidden]){border-color:#6d28d900}.required\:divide-violet-700\/5:required>:not([hidden])~:not([hidden]){border-color:#6d28d90d}.required\:divide-violet-700\/10:required>:not([hidden])~:not([hidden]){border-color:#6d28d91a}.required\:divide-violet-700\/20:required>:not([hidden])~:not([hidden]){border-color:#6d28d933}.required\:divide-violet-700\/25:required>:not([hidden])~:not([hidden]){border-color:#6d28d940}.required\:divide-violet-700\/30:required>:not([hidden])~:not([hidden]){border-color:#6d28d94d}.required\:divide-violet-700\/40:required>:not([hidden])~:not([hidden]){border-color:#6d28d966}.required\:divide-violet-700\/50:required>:not([hidden])~:not([hidden]){border-color:#6d28d980}.required\:divide-violet-700\/60:required>:not([hidden])~:not([hidden]){border-color:#6d28d999}.required\:divide-violet-700\/70:required>:not([hidden])~:not([hidden]){border-color:#6d28d9b3}.required\:divide-violet-700\/75:required>:not([hidden])~:not([hidden]){border-color:#6d28d9bf}.required\:divide-violet-700\/80:required>:not([hidden])~:not([hidden]){border-color:#6d28d9cc}.required\:divide-violet-700\/90:required>:not([hidden])~:not([hidden]){border-color:#6d28d9e6}.required\:divide-violet-700\/95:required>:not([hidden])~:not([hidden]){border-color:#6d28d9f2}.required\:divide-violet-700\/100:required>:not([hidden])~:not([hidden]){border-color:#6d28d9}.required\:divide-violet-800\/0:required>:not([hidden])~:not([hidden]){border-color:#5b21b600}.required\:divide-violet-800\/5:required>:not([hidden])~:not([hidden]){border-color:#5b21b60d}.required\:divide-violet-800\/10:required>:not([hidden])~:not([hidden]){border-color:#5b21b61a}.required\:divide-violet-800\/20:required>:not([hidden])~:not([hidden]){border-color:#5b21b633}.required\:divide-violet-800\/25:required>:not([hidden])~:not([hidden]){border-color:#5b21b640}.required\:divide-violet-800\/30:required>:not([hidden])~:not([hidden]){border-color:#5b21b64d}.required\:divide-violet-800\/40:required>:not([hidden])~:not([hidden]){border-color:#5b21b666}.required\:divide-violet-800\/50:required>:not([hidden])~:not([hidden]){border-color:#5b21b680}.required\:divide-violet-800\/60:required>:not([hidden])~:not([hidden]){border-color:#5b21b699}.required\:divide-violet-800\/70:required>:not([hidden])~:not([hidden]){border-color:#5b21b6b3}.required\:divide-violet-800\/75:required>:not([hidden])~:not([hidden]){border-color:#5b21b6bf}.required\:divide-violet-800\/80:required>:not([hidden])~:not([hidden]){border-color:#5b21b6cc}.required\:divide-violet-800\/90:required>:not([hidden])~:not([hidden]){border-color:#5b21b6e6}.required\:divide-violet-800\/95:required>:not([hidden])~:not([hidden]){border-color:#5b21b6f2}.required\:divide-violet-800\/100:required>:not([hidden])~:not([hidden]){border-color:#5b21b6}.required\:divide-violet-900\/0:required>:not([hidden])~:not([hidden]){border-color:#4c1d9500}.required\:divide-violet-900\/5:required>:not([hidden])~:not([hidden]){border-color:#4c1d950d}.required\:divide-violet-900\/10:required>:not([hidden])~:not([hidden]){border-color:#4c1d951a}.required\:divide-violet-900\/20:required>:not([hidden])~:not([hidden]){border-color:#4c1d9533}.required\:divide-violet-900\/25:required>:not([hidden])~:not([hidden]){border-color:#4c1d9540}.required\:divide-violet-900\/30:required>:not([hidden])~:not([hidden]){border-color:#4c1d954d}.required\:divide-violet-900\/40:required>:not([hidden])~:not([hidden]){border-color:#4c1d9566}.required\:divide-violet-900\/50:required>:not([hidden])~:not([hidden]){border-color:#4c1d9580}.required\:divide-violet-900\/60:required>:not([hidden])~:not([hidden]){border-color:#4c1d9599}.required\:divide-violet-900\/70:required>:not([hidden])~:not([hidden]){border-color:#4c1d95b3}.required\:divide-violet-900\/75:required>:not([hidden])~:not([hidden]){border-color:#4c1d95bf}.required\:divide-violet-900\/80:required>:not([hidden])~:not([hidden]){border-color:#4c1d95cc}.required\:divide-violet-900\/90:required>:not([hidden])~:not([hidden]){border-color:#4c1d95e6}.required\:divide-violet-900\/95:required>:not([hidden])~:not([hidden]){border-color:#4c1d95f2}.required\:divide-violet-900\/100:required>:not([hidden])~:not([hidden]){border-color:#4c1d95}.required\:divide-fuchsia-50\/0:required>:not([hidden])~:not([hidden]){border-color:#fdf4ff00}.required\:divide-fuchsia-50\/5:required>:not([hidden])~:not([hidden]){border-color:#fdf4ff0d}.required\:divide-fuchsia-50\/10:required>:not([hidden])~:not([hidden]){border-color:#fdf4ff1a}.required\:divide-fuchsia-50\/20:required>:not([hidden])~:not([hidden]){border-color:#fdf4ff33}.required\:divide-fuchsia-50\/25:required>:not([hidden])~:not([hidden]){border-color:#fdf4ff40}.required\:divide-fuchsia-50\/30:required>:not([hidden])~:not([hidden]){border-color:#fdf4ff4d}.required\:divide-fuchsia-50\/40:required>:not([hidden])~:not([hidden]){border-color:#fdf4ff66}.required\:divide-fuchsia-50\/50:required>:not([hidden])~:not([hidden]){border-color:#fdf4ff80}.required\:divide-fuchsia-50\/60:required>:not([hidden])~:not([hidden]){border-color:#fdf4ff99}.required\:divide-fuchsia-50\/70:required>:not([hidden])~:not([hidden]){border-color:#fdf4ffb3}.required\:divide-fuchsia-50\/75:required>:not([hidden])~:not([hidden]){border-color:#fdf4ffbf}.required\:divide-fuchsia-50\/80:required>:not([hidden])~:not([hidden]){border-color:#fdf4ffcc}.required\:divide-fuchsia-50\/90:required>:not([hidden])~:not([hidden]){border-color:#fdf4ffe6}.required\:divide-fuchsia-50\/95:required>:not([hidden])~:not([hidden]){border-color:#fdf4fff2}.required\:divide-fuchsia-50\/100:required>:not([hidden])~:not([hidden]){border-color:#fdf4ff}.required\:divide-fuchsia-100\/0:required>:not([hidden])~:not([hidden]){border-color:#fae8ff00}.required\:divide-fuchsia-100\/5:required>:not([hidden])~:not([hidden]){border-color:#fae8ff0d}.required\:divide-fuchsia-100\/10:required>:not([hidden])~:not([hidden]){border-color:#fae8ff1a}.required\:divide-fuchsia-100\/20:required>:not([hidden])~:not([hidden]){border-color:#fae8ff33}.required\:divide-fuchsia-100\/25:required>:not([hidden])~:not([hidden]){border-color:#fae8ff40}.required\:divide-fuchsia-100\/30:required>:not([hidden])~:not([hidden]){border-color:#fae8ff4d}.required\:divide-fuchsia-100\/40:required>:not([hidden])~:not([hidden]){border-color:#fae8ff66}.required\:divide-fuchsia-100\/50:required>:not([hidden])~:not([hidden]){border-color:#fae8ff80}.required\:divide-fuchsia-100\/60:required>:not([hidden])~:not([hidden]){border-color:#fae8ff99}.required\:divide-fuchsia-100\/70:required>:not([hidden])~:not([hidden]){border-color:#fae8ffb3}.required\:divide-fuchsia-100\/75:required>:not([hidden])~:not([hidden]){border-color:#fae8ffbf}.required\:divide-fuchsia-100\/80:required>:not([hidden])~:not([hidden]){border-color:#fae8ffcc}.required\:divide-fuchsia-100\/90:required>:not([hidden])~:not([hidden]){border-color:#fae8ffe6}.required\:divide-fuchsia-100\/95:required>:not([hidden])~:not([hidden]){border-color:#fae8fff2}.required\:divide-fuchsia-100\/100:required>:not([hidden])~:not([hidden]){border-color:#fae8ff}.required\:divide-fuchsia-200\/0:required>:not([hidden])~:not([hidden]){border-color:#f5d0fe00}.required\:divide-fuchsia-200\/5:required>:not([hidden])~:not([hidden]){border-color:#f5d0fe0d}.required\:divide-fuchsia-200\/10:required>:not([hidden])~:not([hidden]){border-color:#f5d0fe1a}.required\:divide-fuchsia-200\/20:required>:not([hidden])~:not([hidden]){border-color:#f5d0fe33}.required\:divide-fuchsia-200\/25:required>:not([hidden])~:not([hidden]){border-color:#f5d0fe40}.required\:divide-fuchsia-200\/30:required>:not([hidden])~:not([hidden]){border-color:#f5d0fe4d}.required\:divide-fuchsia-200\/40:required>:not([hidden])~:not([hidden]){border-color:#f5d0fe66}.required\:divide-fuchsia-200\/50:required>:not([hidden])~:not([hidden]){border-color:#f5d0fe80}.required\:divide-fuchsia-200\/60:required>:not([hidden])~:not([hidden]){border-color:#f5d0fe99}.required\:divide-fuchsia-200\/70:required>:not([hidden])~:not([hidden]){border-color:#f5d0feb3}.required\:divide-fuchsia-200\/75:required>:not([hidden])~:not([hidden]){border-color:#f5d0febf}.required\:divide-fuchsia-200\/80:required>:not([hidden])~:not([hidden]){border-color:#f5d0fecc}.required\:divide-fuchsia-200\/90:required>:not([hidden])~:not([hidden]){border-color:#f5d0fee6}.required\:divide-fuchsia-200\/95:required>:not([hidden])~:not([hidden]){border-color:#f5d0fef2}.required\:divide-fuchsia-200\/100:required>:not([hidden])~:not([hidden]){border-color:#f5d0fe}.required\:divide-fuchsia-300\/0:required>:not([hidden])~:not([hidden]){border-color:#f0abfc00}.required\:divide-fuchsia-300\/5:required>:not([hidden])~:not([hidden]){border-color:#f0abfc0d}.required\:divide-fuchsia-300\/10:required>:not([hidden])~:not([hidden]){border-color:#f0abfc1a}.required\:divide-fuchsia-300\/20:required>:not([hidden])~:not([hidden]){border-color:#f0abfc33}.required\:divide-fuchsia-300\/25:required>:not([hidden])~:not([hidden]){border-color:#f0abfc40}.required\:divide-fuchsia-300\/30:required>:not([hidden])~:not([hidden]){border-color:#f0abfc4d}.required\:divide-fuchsia-300\/40:required>:not([hidden])~:not([hidden]){border-color:#f0abfc66}.required\:divide-fuchsia-300\/50:required>:not([hidden])~:not([hidden]){border-color:#f0abfc80}.required\:divide-fuchsia-300\/60:required>:not([hidden])~:not([hidden]){border-color:#f0abfc99}.required\:divide-fuchsia-300\/70:required>:not([hidden])~:not([hidden]){border-color:#f0abfcb3}.required\:divide-fuchsia-300\/75:required>:not([hidden])~:not([hidden]){border-color:#f0abfcbf}.required\:divide-fuchsia-300\/80:required>:not([hidden])~:not([hidden]){border-color:#f0abfccc}.required\:divide-fuchsia-300\/90:required>:not([hidden])~:not([hidden]){border-color:#f0abfce6}.required\:divide-fuchsia-300\/95:required>:not([hidden])~:not([hidden]){border-color:#f0abfcf2}.required\:divide-fuchsia-300\/100:required>:not([hidden])~:not([hidden]){border-color:#f0abfc}.required\:divide-fuchsia-400\/0:required>:not([hidden])~:not([hidden]){border-color:#e879f900}.required\:divide-fuchsia-400\/5:required>:not([hidden])~:not([hidden]){border-color:#e879f90d}.required\:divide-fuchsia-400\/10:required>:not([hidden])~:not([hidden]){border-color:#e879f91a}.required\:divide-fuchsia-400\/20:required>:not([hidden])~:not([hidden]){border-color:#e879f933}.required\:divide-fuchsia-400\/25:required>:not([hidden])~:not([hidden]){border-color:#e879f940}.required\:divide-fuchsia-400\/30:required>:not([hidden])~:not([hidden]){border-color:#e879f94d}.required\:divide-fuchsia-400\/40:required>:not([hidden])~:not([hidden]){border-color:#e879f966}.required\:divide-fuchsia-400\/50:required>:not([hidden])~:not([hidden]){border-color:#e879f980}.required\:divide-fuchsia-400\/60:required>:not([hidden])~:not([hidden]){border-color:#e879f999}.required\:divide-fuchsia-400\/70:required>:not([hidden])~:not([hidden]){border-color:#e879f9b3}.required\:divide-fuchsia-400\/75:required>:not([hidden])~:not([hidden]){border-color:#e879f9bf}.required\:divide-fuchsia-400\/80:required>:not([hidden])~:not([hidden]){border-color:#e879f9cc}.required\:divide-fuchsia-400\/90:required>:not([hidden])~:not([hidden]){border-color:#e879f9e6}.required\:divide-fuchsia-400\/95:required>:not([hidden])~:not([hidden]){border-color:#e879f9f2}.required\:divide-fuchsia-400\/100:required>:not([hidden])~:not([hidden]){border-color:#e879f9}.required\:divide-fuchsia-500\/0:required>:not([hidden])~:not([hidden]){border-color:#d946ef00}.required\:divide-fuchsia-500\/5:required>:not([hidden])~:not([hidden]){border-color:#d946ef0d}.required\:divide-fuchsia-500\/10:required>:not([hidden])~:not([hidden]){border-color:#d946ef1a}.required\:divide-fuchsia-500\/20:required>:not([hidden])~:not([hidden]){border-color:#d946ef33}.required\:divide-fuchsia-500\/25:required>:not([hidden])~:not([hidden]){border-color:#d946ef40}.required\:divide-fuchsia-500\/30:required>:not([hidden])~:not([hidden]){border-color:#d946ef4d}.required\:divide-fuchsia-500\/40:required>:not([hidden])~:not([hidden]){border-color:#d946ef66}.required\:divide-fuchsia-500\/50:required>:not([hidden])~:not([hidden]){border-color:#d946ef80}.required\:divide-fuchsia-500\/60:required>:not([hidden])~:not([hidden]){border-color:#d946ef99}.required\:divide-fuchsia-500\/70:required>:not([hidden])~:not([hidden]){border-color:#d946efb3}.required\:divide-fuchsia-500\/75:required>:not([hidden])~:not([hidden]){border-color:#d946efbf}.required\:divide-fuchsia-500\/80:required>:not([hidden])~:not([hidden]){border-color:#d946efcc}.required\:divide-fuchsia-500\/90:required>:not([hidden])~:not([hidden]){border-color:#d946efe6}.required\:divide-fuchsia-500\/95:required>:not([hidden])~:not([hidden]){border-color:#d946eff2}.required\:divide-fuchsia-500\/100:required>:not([hidden])~:not([hidden]){border-color:#d946ef}.required\:divide-fuchsia-600\/0:required>:not([hidden])~:not([hidden]){border-color:#c026d300}.required\:divide-fuchsia-600\/5:required>:not([hidden])~:not([hidden]){border-color:#c026d30d}.required\:divide-fuchsia-600\/10:required>:not([hidden])~:not([hidden]){border-color:#c026d31a}.required\:divide-fuchsia-600\/20:required>:not([hidden])~:not([hidden]){border-color:#c026d333}.required\:divide-fuchsia-600\/25:required>:not([hidden])~:not([hidden]){border-color:#c026d340}.required\:divide-fuchsia-600\/30:required>:not([hidden])~:not([hidden]){border-color:#c026d34d}.required\:divide-fuchsia-600\/40:required>:not([hidden])~:not([hidden]){border-color:#c026d366}.required\:divide-fuchsia-600\/50:required>:not([hidden])~:not([hidden]){border-color:#c026d380}.required\:divide-fuchsia-600\/60:required>:not([hidden])~:not([hidden]){border-color:#c026d399}.required\:divide-fuchsia-600\/70:required>:not([hidden])~:not([hidden]){border-color:#c026d3b3}.required\:divide-fuchsia-600\/75:required>:not([hidden])~:not([hidden]){border-color:#c026d3bf}.required\:divide-fuchsia-600\/80:required>:not([hidden])~:not([hidden]){border-color:#c026d3cc}.required\:divide-fuchsia-600\/90:required>:not([hidden])~:not([hidden]){border-color:#c026d3e6}.required\:divide-fuchsia-600\/95:required>:not([hidden])~:not([hidden]){border-color:#c026d3f2}.required\:divide-fuchsia-600\/100:required>:not([hidden])~:not([hidden]){border-color:#c026d3}.required\:divide-fuchsia-700\/0:required>:not([hidden])~:not([hidden]){border-color:#a21caf00}.required\:divide-fuchsia-700\/5:required>:not([hidden])~:not([hidden]){border-color:#a21caf0d}.required\:divide-fuchsia-700\/10:required>:not([hidden])~:not([hidden]){border-color:#a21caf1a}.required\:divide-fuchsia-700\/20:required>:not([hidden])~:not([hidden]){border-color:#a21caf33}.required\:divide-fuchsia-700\/25:required>:not([hidden])~:not([hidden]){border-color:#a21caf40}.required\:divide-fuchsia-700\/30:required>:not([hidden])~:not([hidden]){border-color:#a21caf4d}.required\:divide-fuchsia-700\/40:required>:not([hidden])~:not([hidden]){border-color:#a21caf66}.required\:divide-fuchsia-700\/50:required>:not([hidden])~:not([hidden]){border-color:#a21caf80}.required\:divide-fuchsia-700\/60:required>:not([hidden])~:not([hidden]){border-color:#a21caf99}.required\:divide-fuchsia-700\/70:required>:not([hidden])~:not([hidden]){border-color:#a21cafb3}.required\:divide-fuchsia-700\/75:required>:not([hidden])~:not([hidden]){border-color:#a21cafbf}.required\:divide-fuchsia-700\/80:required>:not([hidden])~:not([hidden]){border-color:#a21cafcc}.required\:divide-fuchsia-700\/90:required>:not([hidden])~:not([hidden]){border-color:#a21cafe6}.required\:divide-fuchsia-700\/95:required>:not([hidden])~:not([hidden]){border-color:#a21caff2}.required\:divide-fuchsia-700\/100:required>:not([hidden])~:not([hidden]){border-color:#a21caf}.required\:divide-fuchsia-800\/0:required>:not([hidden])~:not([hidden]){border-color:#86198f00}.required\:divide-fuchsia-800\/5:required>:not([hidden])~:not([hidden]){border-color:#86198f0d}.required\:divide-fuchsia-800\/10:required>:not([hidden])~:not([hidden]){border-color:#86198f1a}.required\:divide-fuchsia-800\/20:required>:not([hidden])~:not([hidden]){border-color:#86198f33}.required\:divide-fuchsia-800\/25:required>:not([hidden])~:not([hidden]){border-color:#86198f40}.required\:divide-fuchsia-800\/30:required>:not([hidden])~:not([hidden]){border-color:#86198f4d}.required\:divide-fuchsia-800\/40:required>:not([hidden])~:not([hidden]){border-color:#86198f66}.required\:divide-fuchsia-800\/50:required>:not([hidden])~:not([hidden]){border-color:#86198f80}.required\:divide-fuchsia-800\/60:required>:not([hidden])~:not([hidden]){border-color:#86198f99}.required\:divide-fuchsia-800\/70:required>:not([hidden])~:not([hidden]){border-color:#86198fb3}.required\:divide-fuchsia-800\/75:required>:not([hidden])~:not([hidden]){border-color:#86198fbf}.required\:divide-fuchsia-800\/80:required>:not([hidden])~:not([hidden]){border-color:#86198fcc}.required\:divide-fuchsia-800\/90:required>:not([hidden])~:not([hidden]){border-color:#86198fe6}.required\:divide-fuchsia-800\/95:required>:not([hidden])~:not([hidden]){border-color:#86198ff2}.required\:divide-fuchsia-800\/100:required>:not([hidden])~:not([hidden]){border-color:#86198f}.required\:divide-fuchsia-900\/0:required>:not([hidden])~:not([hidden]){border-color:#701a7500}.required\:divide-fuchsia-900\/5:required>:not([hidden])~:not([hidden]){border-color:#701a750d}.required\:divide-fuchsia-900\/10:required>:not([hidden])~:not([hidden]){border-color:#701a751a}.required\:divide-fuchsia-900\/20:required>:not([hidden])~:not([hidden]){border-color:#701a7533}.required\:divide-fuchsia-900\/25:required>:not([hidden])~:not([hidden]){border-color:#701a7540}.required\:divide-fuchsia-900\/30:required>:not([hidden])~:not([hidden]){border-color:#701a754d}.required\:divide-fuchsia-900\/40:required>:not([hidden])~:not([hidden]){border-color:#701a7566}.required\:divide-fuchsia-900\/50:required>:not([hidden])~:not([hidden]){border-color:#701a7580}.required\:divide-fuchsia-900\/60:required>:not([hidden])~:not([hidden]){border-color:#701a7599}.required\:divide-fuchsia-900\/70:required>:not([hidden])~:not([hidden]){border-color:#701a75b3}.required\:divide-fuchsia-900\/75:required>:not([hidden])~:not([hidden]){border-color:#701a75bf}.required\:divide-fuchsia-900\/80:required>:not([hidden])~:not([hidden]){border-color:#701a75cc}.required\:divide-fuchsia-900\/90:required>:not([hidden])~:not([hidden]){border-color:#701a75e6}.required\:divide-fuchsia-900\/95:required>:not([hidden])~:not([hidden]){border-color:#701a75f2}.required\:divide-fuchsia-900\/100:required>:not([hidden])~:not([hidden]){border-color:#701a75}.required\:divide-pink-50\/0:required>:not([hidden])~:not([hidden]){border-color:#fdf2f800}.required\:divide-pink-50\/5:required>:not([hidden])~:not([hidden]){border-color:#fdf2f80d}.required\:divide-pink-50\/10:required>:not([hidden])~:not([hidden]){border-color:#fdf2f81a}.required\:divide-pink-50\/20:required>:not([hidden])~:not([hidden]){border-color:#fdf2f833}.required\:divide-pink-50\/25:required>:not([hidden])~:not([hidden]){border-color:#fdf2f840}.required\:divide-pink-50\/30:required>:not([hidden])~:not([hidden]){border-color:#fdf2f84d}.required\:divide-pink-50\/40:required>:not([hidden])~:not([hidden]){border-color:#fdf2f866}.required\:divide-pink-50\/50:required>:not([hidden])~:not([hidden]){border-color:#fdf2f880}.required\:divide-pink-50\/60:required>:not([hidden])~:not([hidden]){border-color:#fdf2f899}.required\:divide-pink-50\/70:required>:not([hidden])~:not([hidden]){border-color:#fdf2f8b3}.required\:divide-pink-50\/75:required>:not([hidden])~:not([hidden]){border-color:#fdf2f8bf}.required\:divide-pink-50\/80:required>:not([hidden])~:not([hidden]){border-color:#fdf2f8cc}.required\:divide-pink-50\/90:required>:not([hidden])~:not([hidden]){border-color:#fdf2f8e6}.required\:divide-pink-50\/95:required>:not([hidden])~:not([hidden]){border-color:#fdf2f8f2}.required\:divide-pink-50\/100:required>:not([hidden])~:not([hidden]){border-color:#fdf2f8}.required\:divide-pink-100\/0:required>:not([hidden])~:not([hidden]){border-color:#fce7f300}.required\:divide-pink-100\/5:required>:not([hidden])~:not([hidden]){border-color:#fce7f30d}.required\:divide-pink-100\/10:required>:not([hidden])~:not([hidden]){border-color:#fce7f31a}.required\:divide-pink-100\/20:required>:not([hidden])~:not([hidden]){border-color:#fce7f333}.required\:divide-pink-100\/25:required>:not([hidden])~:not([hidden]){border-color:#fce7f340}.required\:divide-pink-100\/30:required>:not([hidden])~:not([hidden]){border-color:#fce7f34d}.required\:divide-pink-100\/40:required>:not([hidden])~:not([hidden]){border-color:#fce7f366}.required\:divide-pink-100\/50:required>:not([hidden])~:not([hidden]){border-color:#fce7f380}.required\:divide-pink-100\/60:required>:not([hidden])~:not([hidden]){border-color:#fce7f399}.required\:divide-pink-100\/70:required>:not([hidden])~:not([hidden]){border-color:#fce7f3b3}.required\:divide-pink-100\/75:required>:not([hidden])~:not([hidden]){border-color:#fce7f3bf}.required\:divide-pink-100\/80:required>:not([hidden])~:not([hidden]){border-color:#fce7f3cc}.required\:divide-pink-100\/90:required>:not([hidden])~:not([hidden]){border-color:#fce7f3e6}.required\:divide-pink-100\/95:required>:not([hidden])~:not([hidden]){border-color:#fce7f3f2}.required\:divide-pink-100\/100:required>:not([hidden])~:not([hidden]){border-color:#fce7f3}.required\:divide-pink-200\/0:required>:not([hidden])~:not([hidden]){border-color:#fbcfe800}.required\:divide-pink-200\/5:required>:not([hidden])~:not([hidden]){border-color:#fbcfe80d}.required\:divide-pink-200\/10:required>:not([hidden])~:not([hidden]){border-color:#fbcfe81a}.required\:divide-pink-200\/20:required>:not([hidden])~:not([hidden]){border-color:#fbcfe833}.required\:divide-pink-200\/25:required>:not([hidden])~:not([hidden]){border-color:#fbcfe840}.required\:divide-pink-200\/30:required>:not([hidden])~:not([hidden]){border-color:#fbcfe84d}.required\:divide-pink-200\/40:required>:not([hidden])~:not([hidden]){border-color:#fbcfe866}.required\:divide-pink-200\/50:required>:not([hidden])~:not([hidden]){border-color:#fbcfe880}.required\:divide-pink-200\/60:required>:not([hidden])~:not([hidden]){border-color:#fbcfe899}.required\:divide-pink-200\/70:required>:not([hidden])~:not([hidden]){border-color:#fbcfe8b3}.required\:divide-pink-200\/75:required>:not([hidden])~:not([hidden]){border-color:#fbcfe8bf}.required\:divide-pink-200\/80:required>:not([hidden])~:not([hidden]){border-color:#fbcfe8cc}.required\:divide-pink-200\/90:required>:not([hidden])~:not([hidden]){border-color:#fbcfe8e6}.required\:divide-pink-200\/95:required>:not([hidden])~:not([hidden]){border-color:#fbcfe8f2}.required\:divide-pink-200\/100:required>:not([hidden])~:not([hidden]){border-color:#fbcfe8}.required\:divide-pink-300\/0:required>:not([hidden])~:not([hidden]){border-color:#f9a8d400}.required\:divide-pink-300\/5:required>:not([hidden])~:not([hidden]){border-color:#f9a8d40d}.required\:divide-pink-300\/10:required>:not([hidden])~:not([hidden]){border-color:#f9a8d41a}.required\:divide-pink-300\/20:required>:not([hidden])~:not([hidden]){border-color:#f9a8d433}.required\:divide-pink-300\/25:required>:not([hidden])~:not([hidden]){border-color:#f9a8d440}.required\:divide-pink-300\/30:required>:not([hidden])~:not([hidden]){border-color:#f9a8d44d}.required\:divide-pink-300\/40:required>:not([hidden])~:not([hidden]){border-color:#f9a8d466}.required\:divide-pink-300\/50:required>:not([hidden])~:not([hidden]){border-color:#f9a8d480}.required\:divide-pink-300\/60:required>:not([hidden])~:not([hidden]){border-color:#f9a8d499}.required\:divide-pink-300\/70:required>:not([hidden])~:not([hidden]){border-color:#f9a8d4b3}.required\:divide-pink-300\/75:required>:not([hidden])~:not([hidden]){border-color:#f9a8d4bf}.required\:divide-pink-300\/80:required>:not([hidden])~:not([hidden]){border-color:#f9a8d4cc}.required\:divide-pink-300\/90:required>:not([hidden])~:not([hidden]){border-color:#f9a8d4e6}.required\:divide-pink-300\/95:required>:not([hidden])~:not([hidden]){border-color:#f9a8d4f2}.required\:divide-pink-300\/100:required>:not([hidden])~:not([hidden]){border-color:#f9a8d4}.required\:divide-pink-400\/0:required>:not([hidden])~:not([hidden]){border-color:#f472b600}.required\:divide-pink-400\/5:required>:not([hidden])~:not([hidden]){border-color:#f472b60d}.required\:divide-pink-400\/10:required>:not([hidden])~:not([hidden]){border-color:#f472b61a}.required\:divide-pink-400\/20:required>:not([hidden])~:not([hidden]){border-color:#f472b633}.required\:divide-pink-400\/25:required>:not([hidden])~:not([hidden]){border-color:#f472b640}.required\:divide-pink-400\/30:required>:not([hidden])~:not([hidden]){border-color:#f472b64d}.required\:divide-pink-400\/40:required>:not([hidden])~:not([hidden]){border-color:#f472b666}.required\:divide-pink-400\/50:required>:not([hidden])~:not([hidden]){border-color:#f472b680}.required\:divide-pink-400\/60:required>:not([hidden])~:not([hidden]){border-color:#f472b699}.required\:divide-pink-400\/70:required>:not([hidden])~:not([hidden]){border-color:#f472b6b3}.required\:divide-pink-400\/75:required>:not([hidden])~:not([hidden]){border-color:#f472b6bf}.required\:divide-pink-400\/80:required>:not([hidden])~:not([hidden]){border-color:#f472b6cc}.required\:divide-pink-400\/90:required>:not([hidden])~:not([hidden]){border-color:#f472b6e6}.required\:divide-pink-400\/95:required>:not([hidden])~:not([hidden]){border-color:#f472b6f2}.required\:divide-pink-400\/100:required>:not([hidden])~:not([hidden]){border-color:#f472b6}.required\:divide-pink-500\/0:required>:not([hidden])~:not([hidden]){border-color:#ec489900}.required\:divide-pink-500\/5:required>:not([hidden])~:not([hidden]){border-color:#ec48990d}.required\:divide-pink-500\/10:required>:not([hidden])~:not([hidden]){border-color:#ec48991a}.required\:divide-pink-500\/20:required>:not([hidden])~:not([hidden]){border-color:#ec489933}.required\:divide-pink-500\/25:required>:not([hidden])~:not([hidden]){border-color:#ec489940}.required\:divide-pink-500\/30:required>:not([hidden])~:not([hidden]){border-color:#ec48994d}.required\:divide-pink-500\/40:required>:not([hidden])~:not([hidden]){border-color:#ec489966}.required\:divide-pink-500\/50:required>:not([hidden])~:not([hidden]){border-color:#ec489980}.required\:divide-pink-500\/60:required>:not([hidden])~:not([hidden]){border-color:#ec489999}.required\:divide-pink-500\/70:required>:not([hidden])~:not([hidden]){border-color:#ec4899b3}.required\:divide-pink-500\/75:required>:not([hidden])~:not([hidden]){border-color:#ec4899bf}.required\:divide-pink-500\/80:required>:not([hidden])~:not([hidden]){border-color:#ec4899cc}.required\:divide-pink-500\/90:required>:not([hidden])~:not([hidden]){border-color:#ec4899e6}.required\:divide-pink-500\/95:required>:not([hidden])~:not([hidden]){border-color:#ec4899f2}.required\:divide-pink-500\/100:required>:not([hidden])~:not([hidden]){border-color:#ec4899}.required\:divide-pink-600\/0:required>:not([hidden])~:not([hidden]){border-color:#db277700}.required\:divide-pink-600\/5:required>:not([hidden])~:not([hidden]){border-color:#db27770d}.required\:divide-pink-600\/10:required>:not([hidden])~:not([hidden]){border-color:#db27771a}.required\:divide-pink-600\/20:required>:not([hidden])~:not([hidden]){border-color:#db277733}.required\:divide-pink-600\/25:required>:not([hidden])~:not([hidden]){border-color:#db277740}.required\:divide-pink-600\/30:required>:not([hidden])~:not([hidden]){border-color:#db27774d}.required\:divide-pink-600\/40:required>:not([hidden])~:not([hidden]){border-color:#db277766}.required\:divide-pink-600\/50:required>:not([hidden])~:not([hidden]){border-color:#db277780}.required\:divide-pink-600\/60:required>:not([hidden])~:not([hidden]){border-color:#db277799}.required\:divide-pink-600\/70:required>:not([hidden])~:not([hidden]){border-color:#db2777b3}.required\:divide-pink-600\/75:required>:not([hidden])~:not([hidden]){border-color:#db2777bf}.required\:divide-pink-600\/80:required>:not([hidden])~:not([hidden]){border-color:#db2777cc}.required\:divide-pink-600\/90:required>:not([hidden])~:not([hidden]){border-color:#db2777e6}.required\:divide-pink-600\/95:required>:not([hidden])~:not([hidden]){border-color:#db2777f2}.required\:divide-pink-600\/100:required>:not([hidden])~:not([hidden]){border-color:#db2777}.required\:divide-pink-700\/0:required>:not([hidden])~:not([hidden]){border-color:#be185d00}.required\:divide-pink-700\/5:required>:not([hidden])~:not([hidden]){border-color:#be185d0d}.required\:divide-pink-700\/10:required>:not([hidden])~:not([hidden]){border-color:#be185d1a}.required\:divide-pink-700\/20:required>:not([hidden])~:not([hidden]){border-color:#be185d33}.required\:divide-pink-700\/25:required>:not([hidden])~:not([hidden]){border-color:#be185d40}.required\:divide-pink-700\/30:required>:not([hidden])~:not([hidden]){border-color:#be185d4d}.required\:divide-pink-700\/40:required>:not([hidden])~:not([hidden]){border-color:#be185d66}.required\:divide-pink-700\/50:required>:not([hidden])~:not([hidden]){border-color:#be185d80}.required\:divide-pink-700\/60:required>:not([hidden])~:not([hidden]){border-color:#be185d99}.required\:divide-pink-700\/70:required>:not([hidden])~:not([hidden]){border-color:#be185db3}.required\:divide-pink-700\/75:required>:not([hidden])~:not([hidden]){border-color:#be185dbf}.required\:divide-pink-700\/80:required>:not([hidden])~:not([hidden]){border-color:#be185dcc}.required\:divide-pink-700\/90:required>:not([hidden])~:not([hidden]){border-color:#be185de6}.required\:divide-pink-700\/95:required>:not([hidden])~:not([hidden]){border-color:#be185df2}.required\:divide-pink-700\/100:required>:not([hidden])~:not([hidden]){border-color:#be185d}.required\:divide-pink-800\/0:required>:not([hidden])~:not([hidden]){border-color:#9d174d00}.required\:divide-pink-800\/5:required>:not([hidden])~:not([hidden]){border-color:#9d174d0d}.required\:divide-pink-800\/10:required>:not([hidden])~:not([hidden]){border-color:#9d174d1a}.required\:divide-pink-800\/20:required>:not([hidden])~:not([hidden]){border-color:#9d174d33}.required\:divide-pink-800\/25:required>:not([hidden])~:not([hidden]){border-color:#9d174d40}.required\:divide-pink-800\/30:required>:not([hidden])~:not([hidden]){border-color:#9d174d4d}.required\:divide-pink-800\/40:required>:not([hidden])~:not([hidden]){border-color:#9d174d66}.required\:divide-pink-800\/50:required>:not([hidden])~:not([hidden]){border-color:#9d174d80}.required\:divide-pink-800\/60:required>:not([hidden])~:not([hidden]){border-color:#9d174d99}.required\:divide-pink-800\/70:required>:not([hidden])~:not([hidden]){border-color:#9d174db3}.required\:divide-pink-800\/75:required>:not([hidden])~:not([hidden]){border-color:#9d174dbf}.required\:divide-pink-800\/80:required>:not([hidden])~:not([hidden]){border-color:#9d174dcc}.required\:divide-pink-800\/90:required>:not([hidden])~:not([hidden]){border-color:#9d174de6}.required\:divide-pink-800\/95:required>:not([hidden])~:not([hidden]){border-color:#9d174df2}.required\:divide-pink-800\/100:required>:not([hidden])~:not([hidden]){border-color:#9d174d}.required\:divide-pink-900\/0:required>:not([hidden])~:not([hidden]){border-color:#83184300}.required\:divide-pink-900\/5:required>:not([hidden])~:not([hidden]){border-color:#8318430d}.required\:divide-pink-900\/10:required>:not([hidden])~:not([hidden]){border-color:#8318431a}.required\:divide-pink-900\/20:required>:not([hidden])~:not([hidden]){border-color:#83184333}.required\:divide-pink-900\/25:required>:not([hidden])~:not([hidden]){border-color:#83184340}.required\:divide-pink-900\/30:required>:not([hidden])~:not([hidden]){border-color:#8318434d}.required\:divide-pink-900\/40:required>:not([hidden])~:not([hidden]){border-color:#83184366}.required\:divide-pink-900\/50:required>:not([hidden])~:not([hidden]){border-color:#83184380}.required\:divide-pink-900\/60:required>:not([hidden])~:not([hidden]){border-color:#83184399}.required\:divide-pink-900\/70:required>:not([hidden])~:not([hidden]){border-color:#831843b3}.required\:divide-pink-900\/75:required>:not([hidden])~:not([hidden]){border-color:#831843bf}.required\:divide-pink-900\/80:required>:not([hidden])~:not([hidden]){border-color:#831843cc}.required\:divide-pink-900\/90:required>:not([hidden])~:not([hidden]){border-color:#831843e6}.required\:divide-pink-900\/95:required>:not([hidden])~:not([hidden]){border-color:#831843f2}.required\:divide-pink-900\/100:required>:not([hidden])~:not([hidden]){border-color:#831843}.required\:divide-rose-50\/0:required>:not([hidden])~:not([hidden]){border-color:#fff1f200}.required\:divide-rose-50\/5:required>:not([hidden])~:not([hidden]){border-color:#fff1f20d}.required\:divide-rose-50\/10:required>:not([hidden])~:not([hidden]){border-color:#fff1f21a}.required\:divide-rose-50\/20:required>:not([hidden])~:not([hidden]){border-color:#fff1f233}.required\:divide-rose-50\/25:required>:not([hidden])~:not([hidden]){border-color:#fff1f240}.required\:divide-rose-50\/30:required>:not([hidden])~:not([hidden]){border-color:#fff1f24d}.required\:divide-rose-50\/40:required>:not([hidden])~:not([hidden]){border-color:#fff1f266}.required\:divide-rose-50\/50:required>:not([hidden])~:not([hidden]){border-color:#fff1f280}.required\:divide-rose-50\/60:required>:not([hidden])~:not([hidden]){border-color:#fff1f299}.required\:divide-rose-50\/70:required>:not([hidden])~:not([hidden]){border-color:#fff1f2b3}.required\:divide-rose-50\/75:required>:not([hidden])~:not([hidden]){border-color:#fff1f2bf}.required\:divide-rose-50\/80:required>:not([hidden])~:not([hidden]){border-color:#fff1f2cc}.required\:divide-rose-50\/90:required>:not([hidden])~:not([hidden]){border-color:#fff1f2e6}.required\:divide-rose-50\/95:required>:not([hidden])~:not([hidden]){border-color:#fff1f2f2}.required\:divide-rose-50\/100:required>:not([hidden])~:not([hidden]){border-color:#fff1f2}.required\:divide-rose-100\/0:required>:not([hidden])~:not([hidden]){border-color:#ffe4e600}.required\:divide-rose-100\/5:required>:not([hidden])~:not([hidden]){border-color:#ffe4e60d}.required\:divide-rose-100\/10:required>:not([hidden])~:not([hidden]){border-color:#ffe4e61a}.required\:divide-rose-100\/20:required>:not([hidden])~:not([hidden]){border-color:#ffe4e633}.required\:divide-rose-100\/25:required>:not([hidden])~:not([hidden]){border-color:#ffe4e640}.required\:divide-rose-100\/30:required>:not([hidden])~:not([hidden]){border-color:#ffe4e64d}.required\:divide-rose-100\/40:required>:not([hidden])~:not([hidden]){border-color:#ffe4e666}.required\:divide-rose-100\/50:required>:not([hidden])~:not([hidden]){border-color:#ffe4e680}.required\:divide-rose-100\/60:required>:not([hidden])~:not([hidden]){border-color:#ffe4e699}.required\:divide-rose-100\/70:required>:not([hidden])~:not([hidden]){border-color:#ffe4e6b3}.required\:divide-rose-100\/75:required>:not([hidden])~:not([hidden]){border-color:#ffe4e6bf}.required\:divide-rose-100\/80:required>:not([hidden])~:not([hidden]){border-color:#ffe4e6cc}.required\:divide-rose-100\/90:required>:not([hidden])~:not([hidden]){border-color:#ffe4e6e6}.required\:divide-rose-100\/95:required>:not([hidden])~:not([hidden]){border-color:#ffe4e6f2}.required\:divide-rose-100\/100:required>:not([hidden])~:not([hidden]){border-color:#ffe4e6}.required\:divide-rose-200\/0:required>:not([hidden])~:not([hidden]){border-color:#fecdd300}.required\:divide-rose-200\/5:required>:not([hidden])~:not([hidden]){border-color:#fecdd30d}.required\:divide-rose-200\/10:required>:not([hidden])~:not([hidden]){border-color:#fecdd31a}.required\:divide-rose-200\/20:required>:not([hidden])~:not([hidden]){border-color:#fecdd333}.required\:divide-rose-200\/25:required>:not([hidden])~:not([hidden]){border-color:#fecdd340}.required\:divide-rose-200\/30:required>:not([hidden])~:not([hidden]){border-color:#fecdd34d}.required\:divide-rose-200\/40:required>:not([hidden])~:not([hidden]){border-color:#fecdd366}.required\:divide-rose-200\/50:required>:not([hidden])~:not([hidden]){border-color:#fecdd380}.required\:divide-rose-200\/60:required>:not([hidden])~:not([hidden]){border-color:#fecdd399}.required\:divide-rose-200\/70:required>:not([hidden])~:not([hidden]){border-color:#fecdd3b3}.required\:divide-rose-200\/75:required>:not([hidden])~:not([hidden]){border-color:#fecdd3bf}.required\:divide-rose-200\/80:required>:not([hidden])~:not([hidden]){border-color:#fecdd3cc}.required\:divide-rose-200\/90:required>:not([hidden])~:not([hidden]){border-color:#fecdd3e6}.required\:divide-rose-200\/95:required>:not([hidden])~:not([hidden]){border-color:#fecdd3f2}.required\:divide-rose-200\/100:required>:not([hidden])~:not([hidden]){border-color:#fecdd3}.required\:divide-rose-300\/0:required>:not([hidden])~:not([hidden]){border-color:#fda4af00}.required\:divide-rose-300\/5:required>:not([hidden])~:not([hidden]){border-color:#fda4af0d}.required\:divide-rose-300\/10:required>:not([hidden])~:not([hidden]){border-color:#fda4af1a}.required\:divide-rose-300\/20:required>:not([hidden])~:not([hidden]){border-color:#fda4af33}.required\:divide-rose-300\/25:required>:not([hidden])~:not([hidden]){border-color:#fda4af40}.required\:divide-rose-300\/30:required>:not([hidden])~:not([hidden]){border-color:#fda4af4d}.required\:divide-rose-300\/40:required>:not([hidden])~:not([hidden]){border-color:#fda4af66}.required\:divide-rose-300\/50:required>:not([hidden])~:not([hidden]){border-color:#fda4af80}.required\:divide-rose-300\/60:required>:not([hidden])~:not([hidden]){border-color:#fda4af99}.required\:divide-rose-300\/70:required>:not([hidden])~:not([hidden]){border-color:#fda4afb3}.required\:divide-rose-300\/75:required>:not([hidden])~:not([hidden]){border-color:#fda4afbf}.required\:divide-rose-300\/80:required>:not([hidden])~:not([hidden]){border-color:#fda4afcc}.required\:divide-rose-300\/90:required>:not([hidden])~:not([hidden]){border-color:#fda4afe6}.required\:divide-rose-300\/95:required>:not([hidden])~:not([hidden]){border-color:#fda4aff2}.required\:divide-rose-300\/100:required>:not([hidden])~:not([hidden]){border-color:#fda4af}.required\:divide-rose-400\/0:required>:not([hidden])~:not([hidden]){border-color:#fb718500}.required\:divide-rose-400\/5:required>:not([hidden])~:not([hidden]){border-color:#fb71850d}.required\:divide-rose-400\/10:required>:not([hidden])~:not([hidden]){border-color:#fb71851a}.required\:divide-rose-400\/20:required>:not([hidden])~:not([hidden]){border-color:#fb718533}.required\:divide-rose-400\/25:required>:not([hidden])~:not([hidden]){border-color:#fb718540}.required\:divide-rose-400\/30:required>:not([hidden])~:not([hidden]){border-color:#fb71854d}.required\:divide-rose-400\/40:required>:not([hidden])~:not([hidden]){border-color:#fb718566}.required\:divide-rose-400\/50:required>:not([hidden])~:not([hidden]){border-color:#fb718580}.required\:divide-rose-400\/60:required>:not([hidden])~:not([hidden]){border-color:#fb718599}.required\:divide-rose-400\/70:required>:not([hidden])~:not([hidden]){border-color:#fb7185b3}.required\:divide-rose-400\/75:required>:not([hidden])~:not([hidden]){border-color:#fb7185bf}.required\:divide-rose-400\/80:required>:not([hidden])~:not([hidden]){border-color:#fb7185cc}.required\:divide-rose-400\/90:required>:not([hidden])~:not([hidden]){border-color:#fb7185e6}.required\:divide-rose-400\/95:required>:not([hidden])~:not([hidden]){border-color:#fb7185f2}.required\:divide-rose-400\/100:required>:not([hidden])~:not([hidden]){border-color:#fb7185}.required\:divide-rose-500\/0:required>:not([hidden])~:not([hidden]){border-color:#f43f5e00}.required\:divide-rose-500\/5:required>:not([hidden])~:not([hidden]){border-color:#f43f5e0d}.required\:divide-rose-500\/10:required>:not([hidden])~:not([hidden]){border-color:#f43f5e1a}.required\:divide-rose-500\/20:required>:not([hidden])~:not([hidden]){border-color:#f43f5e33}.required\:divide-rose-500\/25:required>:not([hidden])~:not([hidden]){border-color:#f43f5e40}.required\:divide-rose-500\/30:required>:not([hidden])~:not([hidden]){border-color:#f43f5e4d}.required\:divide-rose-500\/40:required>:not([hidden])~:not([hidden]){border-color:#f43f5e66}.required\:divide-rose-500\/50:required>:not([hidden])~:not([hidden]){border-color:#f43f5e80}.required\:divide-rose-500\/60:required>:not([hidden])~:not([hidden]){border-color:#f43f5e99}.required\:divide-rose-500\/70:required>:not([hidden])~:not([hidden]){border-color:#f43f5eb3}.required\:divide-rose-500\/75:required>:not([hidden])~:not([hidden]){border-color:#f43f5ebf}.required\:divide-rose-500\/80:required>:not([hidden])~:not([hidden]){border-color:#f43f5ecc}.required\:divide-rose-500\/90:required>:not([hidden])~:not([hidden]){border-color:#f43f5ee6}.required\:divide-rose-500\/95:required>:not([hidden])~:not([hidden]){border-color:#f43f5ef2}.required\:divide-rose-500\/100:required>:not([hidden])~:not([hidden]){border-color:#f43f5e}.required\:divide-rose-600\/0:required>:not([hidden])~:not([hidden]){border-color:#e11d4800}.required\:divide-rose-600\/5:required>:not([hidden])~:not([hidden]){border-color:#e11d480d}.required\:divide-rose-600\/10:required>:not([hidden])~:not([hidden]){border-color:#e11d481a}.required\:divide-rose-600\/20:required>:not([hidden])~:not([hidden]){border-color:#e11d4833}.required\:divide-rose-600\/25:required>:not([hidden])~:not([hidden]){border-color:#e11d4840}.required\:divide-rose-600\/30:required>:not([hidden])~:not([hidden]){border-color:#e11d484d}.required\:divide-rose-600\/40:required>:not([hidden])~:not([hidden]){border-color:#e11d4866}.required\:divide-rose-600\/50:required>:not([hidden])~:not([hidden]){border-color:#e11d4880}.required\:divide-rose-600\/60:required>:not([hidden])~:not([hidden]){border-color:#e11d4899}.required\:divide-rose-600\/70:required>:not([hidden])~:not([hidden]){border-color:#e11d48b3}.required\:divide-rose-600\/75:required>:not([hidden])~:not([hidden]){border-color:#e11d48bf}.required\:divide-rose-600\/80:required>:not([hidden])~:not([hidden]){border-color:#e11d48cc}.required\:divide-rose-600\/90:required>:not([hidden])~:not([hidden]){border-color:#e11d48e6}.required\:divide-rose-600\/95:required>:not([hidden])~:not([hidden]){border-color:#e11d48f2}.required\:divide-rose-600\/100:required>:not([hidden])~:not([hidden]){border-color:#e11d48}.required\:divide-rose-700\/0:required>:not([hidden])~:not([hidden]){border-color:#be123c00}.required\:divide-rose-700\/5:required>:not([hidden])~:not([hidden]){border-color:#be123c0d}.required\:divide-rose-700\/10:required>:not([hidden])~:not([hidden]){border-color:#be123c1a}.required\:divide-rose-700\/20:required>:not([hidden])~:not([hidden]){border-color:#be123c33}.required\:divide-rose-700\/25:required>:not([hidden])~:not([hidden]){border-color:#be123c40}.required\:divide-rose-700\/30:required>:not([hidden])~:not([hidden]){border-color:#be123c4d}.required\:divide-rose-700\/40:required>:not([hidden])~:not([hidden]){border-color:#be123c66}.required\:divide-rose-700\/50:required>:not([hidden])~:not([hidden]){border-color:#be123c80}.required\:divide-rose-700\/60:required>:not([hidden])~:not([hidden]){border-color:#be123c99}.required\:divide-rose-700\/70:required>:not([hidden])~:not([hidden]){border-color:#be123cb3}.required\:divide-rose-700\/75:required>:not([hidden])~:not([hidden]){border-color:#be123cbf}.required\:divide-rose-700\/80:required>:not([hidden])~:not([hidden]){border-color:#be123ccc}.required\:divide-rose-700\/90:required>:not([hidden])~:not([hidden]){border-color:#be123ce6}.required\:divide-rose-700\/95:required>:not([hidden])~:not([hidden]){border-color:#be123cf2}.required\:divide-rose-700\/100:required>:not([hidden])~:not([hidden]){border-color:#be123c}.required\:divide-rose-800\/0:required>:not([hidden])~:not([hidden]){border-color:#9f123900}.required\:divide-rose-800\/5:required>:not([hidden])~:not([hidden]){border-color:#9f12390d}.required\:divide-rose-800\/10:required>:not([hidden])~:not([hidden]){border-color:#9f12391a}.required\:divide-rose-800\/20:required>:not([hidden])~:not([hidden]){border-color:#9f123933}.required\:divide-rose-800\/25:required>:not([hidden])~:not([hidden]){border-color:#9f123940}.required\:divide-rose-800\/30:required>:not([hidden])~:not([hidden]){border-color:#9f12394d}.required\:divide-rose-800\/40:required>:not([hidden])~:not([hidden]){border-color:#9f123966}.required\:divide-rose-800\/50:required>:not([hidden])~:not([hidden]){border-color:#9f123980}.required\:divide-rose-800\/60:required>:not([hidden])~:not([hidden]){border-color:#9f123999}.required\:divide-rose-800\/70:required>:not([hidden])~:not([hidden]){border-color:#9f1239b3}.required\:divide-rose-800\/75:required>:not([hidden])~:not([hidden]){border-color:#9f1239bf}.required\:divide-rose-800\/80:required>:not([hidden])~:not([hidden]){border-color:#9f1239cc}.required\:divide-rose-800\/90:required>:not([hidden])~:not([hidden]){border-color:#9f1239e6}.required\:divide-rose-800\/95:required>:not([hidden])~:not([hidden]){border-color:#9f1239f2}.required\:divide-rose-800\/100:required>:not([hidden])~:not([hidden]){border-color:#9f1239}.required\:divide-rose-900\/0:required>:not([hidden])~:not([hidden]){border-color:#88133700}.required\:divide-rose-900\/5:required>:not([hidden])~:not([hidden]){border-color:#8813370d}.required\:divide-rose-900\/10:required>:not([hidden])~:not([hidden]){border-color:#8813371a}.required\:divide-rose-900\/20:required>:not([hidden])~:not([hidden]){border-color:#88133733}.required\:divide-rose-900\/25:required>:not([hidden])~:not([hidden]){border-color:#88133740}.required\:divide-rose-900\/30:required>:not([hidden])~:not([hidden]){border-color:#8813374d}.required\:divide-rose-900\/40:required>:not([hidden])~:not([hidden]){border-color:#88133766}.required\:divide-rose-900\/50:required>:not([hidden])~:not([hidden]){border-color:#88133780}.required\:divide-rose-900\/60:required>:not([hidden])~:not([hidden]){border-color:#88133799}.required\:divide-rose-900\/70:required>:not([hidden])~:not([hidden]){border-color:#881337b3}.required\:divide-rose-900\/75:required>:not([hidden])~:not([hidden]){border-color:#881337bf}.required\:divide-rose-900\/80:required>:not([hidden])~:not([hidden]){border-color:#881337cc}.required\:divide-rose-900\/90:required>:not([hidden])~:not([hidden]){border-color:#881337e6}.required\:divide-rose-900\/95:required>:not([hidden])~:not([hidden]){border-color:#881337f2}.required\:divide-rose-900\/100:required>:not([hidden])~:not([hidden]){border-color:#881337}.required\:divide-primary-100\/0:required>:not([hidden])~:not([hidden]){border-color:#f2f3f400}.required\:divide-primary-100\/5:required>:not([hidden])~:not([hidden]){border-color:#f2f3f40d}.required\:divide-primary-100\/10:required>:not([hidden])~:not([hidden]){border-color:#f2f3f41a}.required\:divide-primary-100\/20:required>:not([hidden])~:not([hidden]){border-color:#f2f3f433}.required\:divide-primary-100\/25:required>:not([hidden])~:not([hidden]){border-color:#f2f3f440}.required\:divide-primary-100\/30:required>:not([hidden])~:not([hidden]){border-color:#f2f3f44d}.required\:divide-primary-100\/40:required>:not([hidden])~:not([hidden]){border-color:#f2f3f466}.required\:divide-primary-100\/50:required>:not([hidden])~:not([hidden]){border-color:#f2f3f480}.required\:divide-primary-100\/60:required>:not([hidden])~:not([hidden]){border-color:#f2f3f499}.required\:divide-primary-100\/70:required>:not([hidden])~:not([hidden]){border-color:#f2f3f4b3}.required\:divide-primary-100\/75:required>:not([hidden])~:not([hidden]){border-color:#f2f3f4bf}.required\:divide-primary-100\/80:required>:not([hidden])~:not([hidden]){border-color:#f2f3f4cc}.required\:divide-primary-100\/90:required>:not([hidden])~:not([hidden]){border-color:#f2f3f4e6}.required\:divide-primary-100\/95:required>:not([hidden])~:not([hidden]){border-color:#f2f3f4f2}.required\:divide-primary-100\/100:required>:not([hidden])~:not([hidden]){border-color:#f2f3f4}.required\:divide-primary-200\/0:required>:not([hidden])~:not([hidden]){border-color:#e8e8f000}.required\:divide-primary-200\/5:required>:not([hidden])~:not([hidden]){border-color:#e8e8f00d}.required\:divide-primary-200\/10:required>:not([hidden])~:not([hidden]){border-color:#e8e8f01a}.required\:divide-primary-200\/20:required>:not([hidden])~:not([hidden]){border-color:#e8e8f033}.required\:divide-primary-200\/25:required>:not([hidden])~:not([hidden]){border-color:#e8e8f040}.required\:divide-primary-200\/30:required>:not([hidden])~:not([hidden]){border-color:#e8e8f04d}.required\:divide-primary-200\/40:required>:not([hidden])~:not([hidden]){border-color:#e8e8f066}.required\:divide-primary-200\/50:required>:not([hidden])~:not([hidden]){border-color:#e8e8f080}.required\:divide-primary-200\/60:required>:not([hidden])~:not([hidden]){border-color:#e8e8f099}.required\:divide-primary-200\/70:required>:not([hidden])~:not([hidden]){border-color:#e8e8f0b3}.required\:divide-primary-200\/75:required>:not([hidden])~:not([hidden]){border-color:#e8e8f0bf}.required\:divide-primary-200\/80:required>:not([hidden])~:not([hidden]){border-color:#e8e8f0cc}.required\:divide-primary-200\/90:required>:not([hidden])~:not([hidden]){border-color:#e8e8f0e6}.required\:divide-primary-200\/95:required>:not([hidden])~:not([hidden]){border-color:#e8e8f0f2}.required\:divide-primary-200\/100:required>:not([hidden])~:not([hidden]){border-color:#e8e8f0}.required\:divide-primary-300\/0:required>:not([hidden])~:not([hidden]){border-color:#d0d0e100}.required\:divide-primary-300\/5:required>:not([hidden])~:not([hidden]){border-color:#d0d0e10d}.required\:divide-primary-300\/10:required>:not([hidden])~:not([hidden]){border-color:#d0d0e11a}.required\:divide-primary-300\/20:required>:not([hidden])~:not([hidden]){border-color:#d0d0e133}.required\:divide-primary-300\/25:required>:not([hidden])~:not([hidden]){border-color:#d0d0e140}.required\:divide-primary-300\/30:required>:not([hidden])~:not([hidden]){border-color:#d0d0e14d}.required\:divide-primary-300\/40:required>:not([hidden])~:not([hidden]){border-color:#d0d0e166}.required\:divide-primary-300\/50:required>:not([hidden])~:not([hidden]){border-color:#d0d0e180}.required\:divide-primary-300\/60:required>:not([hidden])~:not([hidden]){border-color:#d0d0e199}.required\:divide-primary-300\/70:required>:not([hidden])~:not([hidden]){border-color:#d0d0e1b3}.required\:divide-primary-300\/75:required>:not([hidden])~:not([hidden]){border-color:#d0d0e1bf}.required\:divide-primary-300\/80:required>:not([hidden])~:not([hidden]){border-color:#d0d0e1cc}.required\:divide-primary-300\/90:required>:not([hidden])~:not([hidden]){border-color:#d0d0e1e6}.required\:divide-primary-300\/95:required>:not([hidden])~:not([hidden]){border-color:#d0d0e1f2}.required\:divide-primary-300\/100:required>:not([hidden])~:not([hidden]){border-color:#d0d0e1}.required\:divide-primary-400\/0:required>:not([hidden])~:not([hidden]){border-color:#b4b4d100}.required\:divide-primary-400\/5:required>:not([hidden])~:not([hidden]){border-color:#b4b4d10d}.required\:divide-primary-400\/10:required>:not([hidden])~:not([hidden]){border-color:#b4b4d11a}.required\:divide-primary-400\/20:required>:not([hidden])~:not([hidden]){border-color:#b4b4d133}.required\:divide-primary-400\/25:required>:not([hidden])~:not([hidden]){border-color:#b4b4d140}.required\:divide-primary-400\/30:required>:not([hidden])~:not([hidden]){border-color:#b4b4d14d}.required\:divide-primary-400\/40:required>:not([hidden])~:not([hidden]){border-color:#b4b4d166}.required\:divide-primary-400\/50:required>:not([hidden])~:not([hidden]){border-color:#b4b4d180}.required\:divide-primary-400\/60:required>:not([hidden])~:not([hidden]){border-color:#b4b4d199}.required\:divide-primary-400\/70:required>:not([hidden])~:not([hidden]){border-color:#b4b4d1b3}.required\:divide-primary-400\/75:required>:not([hidden])~:not([hidden]){border-color:#b4b4d1bf}.required\:divide-primary-400\/80:required>:not([hidden])~:not([hidden]){border-color:#b4b4d1cc}.required\:divide-primary-400\/90:required>:not([hidden])~:not([hidden]){border-color:#b4b4d1e6}.required\:divide-primary-400\/95:required>:not([hidden])~:not([hidden]){border-color:#b4b4d1f2}.required\:divide-primary-400\/100:required>:not([hidden])~:not([hidden]){border-color:#b4b4d1}.required\:divide-primary-500\/0:required>:not([hidden])~:not([hidden]){border-color:#9393bf00}.required\:divide-primary-500\/5:required>:not([hidden])~:not([hidden]){border-color:#9393bf0d}.required\:divide-primary-500\/10:required>:not([hidden])~:not([hidden]){border-color:#9393bf1a}.required\:divide-primary-500\/20:required>:not([hidden])~:not([hidden]){border-color:#9393bf33}.required\:divide-primary-500\/25:required>:not([hidden])~:not([hidden]){border-color:#9393bf40}.required\:divide-primary-500\/30:required>:not([hidden])~:not([hidden]){border-color:#9393bf4d}.required\:divide-primary-500\/40:required>:not([hidden])~:not([hidden]){border-color:#9393bf66}.required\:divide-primary-500\/50:required>:not([hidden])~:not([hidden]){border-color:#9393bf80}.required\:divide-primary-500\/60:required>:not([hidden])~:not([hidden]){border-color:#9393bf99}.required\:divide-primary-500\/70:required>:not([hidden])~:not([hidden]){border-color:#9393bfb3}.required\:divide-primary-500\/75:required>:not([hidden])~:not([hidden]){border-color:#9393bfbf}.required\:divide-primary-500\/80:required>:not([hidden])~:not([hidden]){border-color:#9393bfcc}.required\:divide-primary-500\/90:required>:not([hidden])~:not([hidden]){border-color:#9393bfe6}.required\:divide-primary-500\/95:required>:not([hidden])~:not([hidden]){border-color:#9393bff2}.required\:divide-primary-500\/100:required>:not([hidden])~:not([hidden]){border-color:#9393bf}.required\:divide-primary-600\/0:required>:not([hidden])~:not([hidden]){border-color:#6868ac00}.required\:divide-primary-600\/5:required>:not([hidden])~:not([hidden]){border-color:#6868ac0d}.required\:divide-primary-600\/10:required>:not([hidden])~:not([hidden]){border-color:#6868ac1a}.required\:divide-primary-600\/20:required>:not([hidden])~:not([hidden]){border-color:#6868ac33}.required\:divide-primary-600\/25:required>:not([hidden])~:not([hidden]){border-color:#6868ac40}.required\:divide-primary-600\/30:required>:not([hidden])~:not([hidden]){border-color:#6868ac4d}.required\:divide-primary-600\/40:required>:not([hidden])~:not([hidden]){border-color:#6868ac66}.required\:divide-primary-600\/50:required>:not([hidden])~:not([hidden]){border-color:#6868ac80}.required\:divide-primary-600\/60:required>:not([hidden])~:not([hidden]){border-color:#6868ac99}.required\:divide-primary-600\/70:required>:not([hidden])~:not([hidden]){border-color:#6868acb3}.required\:divide-primary-600\/75:required>:not([hidden])~:not([hidden]){border-color:#6868acbf}.required\:divide-primary-600\/80:required>:not([hidden])~:not([hidden]){border-color:#6868accc}.required\:divide-primary-600\/90:required>:not([hidden])~:not([hidden]){border-color:#6868ace6}.required\:divide-primary-600\/95:required>:not([hidden])~:not([hidden]){border-color:#6868acf2}.required\:divide-primary-600\/100:required>:not([hidden])~:not([hidden]){border-color:#6868ac}.required\:divide-primary-700\/0:required>:not([hidden])~:not([hidden]){border-color:#5d5d9900}.required\:divide-primary-700\/5:required>:not([hidden])~:not([hidden]){border-color:#5d5d990d}.required\:divide-primary-700\/10:required>:not([hidden])~:not([hidden]){border-color:#5d5d991a}.required\:divide-primary-700\/20:required>:not([hidden])~:not([hidden]){border-color:#5d5d9933}.required\:divide-primary-700\/25:required>:not([hidden])~:not([hidden]){border-color:#5d5d9940}.required\:divide-primary-700\/30:required>:not([hidden])~:not([hidden]){border-color:#5d5d994d}.required\:divide-primary-700\/40:required>:not([hidden])~:not([hidden]){border-color:#5d5d9966}.required\:divide-primary-700\/50:required>:not([hidden])~:not([hidden]){border-color:#5d5d9980}.required\:divide-primary-700\/60:required>:not([hidden])~:not([hidden]){border-color:#5d5d9999}.required\:divide-primary-700\/70:required>:not([hidden])~:not([hidden]){border-color:#5d5d99b3}.required\:divide-primary-700\/75:required>:not([hidden])~:not([hidden]){border-color:#5d5d99bf}.required\:divide-primary-700\/80:required>:not([hidden])~:not([hidden]){border-color:#5d5d99cc}.required\:divide-primary-700\/90:required>:not([hidden])~:not([hidden]){border-color:#5d5d99e6}.required\:divide-primary-700\/95:required>:not([hidden])~:not([hidden]){border-color:#5d5d99f2}.required\:divide-primary-700\/100:required>:not([hidden])~:not([hidden]){border-color:#5d5d99}.required\:divide-primary-800\/0:required>:not([hidden])~:not([hidden]){border-color:#50508500}.required\:divide-primary-800\/5:required>:not([hidden])~:not([hidden]){border-color:#5050850d}.required\:divide-primary-800\/10:required>:not([hidden])~:not([hidden]){border-color:#5050851a}.required\:divide-primary-800\/20:required>:not([hidden])~:not([hidden]){border-color:#50508533}.required\:divide-primary-800\/25:required>:not([hidden])~:not([hidden]){border-color:#50508540}.required\:divide-primary-800\/30:required>:not([hidden])~:not([hidden]){border-color:#5050854d}.required\:divide-primary-800\/40:required>:not([hidden])~:not([hidden]){border-color:#50508566}.required\:divide-primary-800\/50:required>:not([hidden])~:not([hidden]){border-color:#50508580}.required\:divide-primary-800\/60:required>:not([hidden])~:not([hidden]){border-color:#50508599}.required\:divide-primary-800\/70:required>:not([hidden])~:not([hidden]){border-color:#505085b3}.required\:divide-primary-800\/75:required>:not([hidden])~:not([hidden]){border-color:#505085bf}.required\:divide-primary-800\/80:required>:not([hidden])~:not([hidden]){border-color:#505085cc}.required\:divide-primary-800\/90:required>:not([hidden])~:not([hidden]){border-color:#505085e6}.required\:divide-primary-800\/95:required>:not([hidden])~:not([hidden]){border-color:#505085f2}.required\:divide-primary-800\/100:required>:not([hidden])~:not([hidden]){border-color:#505085}.required\:divide-primary-900\/0:required>:not([hidden])~:not([hidden]){border-color:#41416c00}.required\:divide-primary-900\/5:required>:not([hidden])~:not([hidden]){border-color:#41416c0d}.required\:divide-primary-900\/10:required>:not([hidden])~:not([hidden]){border-color:#41416c1a}.required\:divide-primary-900\/20:required>:not([hidden])~:not([hidden]){border-color:#41416c33}.required\:divide-primary-900\/25:required>:not([hidden])~:not([hidden]){border-color:#41416c40}.required\:divide-primary-900\/30:required>:not([hidden])~:not([hidden]){border-color:#41416c4d}.required\:divide-primary-900\/40:required>:not([hidden])~:not([hidden]){border-color:#41416c66}.required\:divide-primary-900\/50:required>:not([hidden])~:not([hidden]){border-color:#41416c80}.required\:divide-primary-900\/60:required>:not([hidden])~:not([hidden]){border-color:#41416c99}.required\:divide-primary-900\/70:required>:not([hidden])~:not([hidden]){border-color:#41416cb3}.required\:divide-primary-900\/75:required>:not([hidden])~:not([hidden]){border-color:#41416cbf}.required\:divide-primary-900\/80:required>:not([hidden])~:not([hidden]){border-color:#41416ccc}.required\:divide-primary-900\/90:required>:not([hidden])~:not([hidden]){border-color:#41416ce6}.required\:divide-primary-900\/95:required>:not([hidden])~:not([hidden]){border-color:#41416cf2}.required\:divide-primary-900\/100:required>:not([hidden])~:not([hidden]){border-color:#41416c}.required\:divide-primary-1000\/0:required>:not([hidden])~:not([hidden]){border-color:#2e2e4c00}.required\:divide-primary-1000\/5:required>:not([hidden])~:not([hidden]){border-color:#2e2e4c0d}.required\:divide-primary-1000\/10:required>:not([hidden])~:not([hidden]){border-color:#2e2e4c1a}.required\:divide-primary-1000\/20:required>:not([hidden])~:not([hidden]){border-color:#2e2e4c33}.required\:divide-primary-1000\/25:required>:not([hidden])~:not([hidden]){border-color:#2e2e4c40}.required\:divide-primary-1000\/30:required>:not([hidden])~:not([hidden]){border-color:#2e2e4c4d}.required\:divide-primary-1000\/40:required>:not([hidden])~:not([hidden]){border-color:#2e2e4c66}.required\:divide-primary-1000\/50:required>:not([hidden])~:not([hidden]){border-color:#2e2e4c80}.required\:divide-primary-1000\/60:required>:not([hidden])~:not([hidden]){border-color:#2e2e4c99}.required\:divide-primary-1000\/70:required>:not([hidden])~:not([hidden]){border-color:#2e2e4cb3}.required\:divide-primary-1000\/75:required>:not([hidden])~:not([hidden]){border-color:#2e2e4cbf}.required\:divide-primary-1000\/80:required>:not([hidden])~:not([hidden]){border-color:#2e2e4ccc}.required\:divide-primary-1000\/90:required>:not([hidden])~:not([hidden]){border-color:#2e2e4ce6}.required\:divide-primary-1000\/95:required>:not([hidden])~:not([hidden]){border-color:#2e2e4cf2}.required\:divide-primary-1000\/100:required>:not([hidden])~:not([hidden]){border-color:#2e2e4c}.required\:divide-primary-highlight-100\/0:required>:not([hidden])~:not([hidden]){border-color:#f7f5fe00}.required\:divide-primary-highlight-100\/5:required>:not([hidden])~:not([hidden]){border-color:#f7f5fe0d}.required\:divide-primary-highlight-100\/10:required>:not([hidden])~:not([hidden]){border-color:#f7f5fe1a}.required\:divide-primary-highlight-100\/20:required>:not([hidden])~:not([hidden]){border-color:#f7f5fe33}.required\:divide-primary-highlight-100\/25:required>:not([hidden])~:not([hidden]){border-color:#f7f5fe40}.required\:divide-primary-highlight-100\/30:required>:not([hidden])~:not([hidden]){border-color:#f7f5fe4d}.required\:divide-primary-highlight-100\/40:required>:not([hidden])~:not([hidden]){border-color:#f7f5fe66}.required\:divide-primary-highlight-100\/50:required>:not([hidden])~:not([hidden]){border-color:#f7f5fe80}.required\:divide-primary-highlight-100\/60:required>:not([hidden])~:not([hidden]){border-color:#f7f5fe99}.required\:divide-primary-highlight-100\/70:required>:not([hidden])~:not([hidden]){border-color:#f7f5feb3}.required\:divide-primary-highlight-100\/75:required>:not([hidden])~:not([hidden]){border-color:#f7f5febf}.required\:divide-primary-highlight-100\/80:required>:not([hidden])~:not([hidden]){border-color:#f7f5fecc}.required\:divide-primary-highlight-100\/90:required>:not([hidden])~:not([hidden]){border-color:#f7f5fee6}.required\:divide-primary-highlight-100\/95:required>:not([hidden])~:not([hidden]){border-color:#f7f5fef2}.required\:divide-primary-highlight-100\/100:required>:not([hidden])~:not([hidden]){border-color:#f7f5fe}.required\:divide-primary-highlight-200\/0:required>:not([hidden])~:not([hidden]){border-color:#efecfe00}.required\:divide-primary-highlight-200\/5:required>:not([hidden])~:not([hidden]){border-color:#efecfe0d}.required\:divide-primary-highlight-200\/10:required>:not([hidden])~:not([hidden]){border-color:#efecfe1a}.required\:divide-primary-highlight-200\/20:required>:not([hidden])~:not([hidden]){border-color:#efecfe33}.required\:divide-primary-highlight-200\/25:required>:not([hidden])~:not([hidden]){border-color:#efecfe40}.required\:divide-primary-highlight-200\/30:required>:not([hidden])~:not([hidden]){border-color:#efecfe4d}.required\:divide-primary-highlight-200\/40:required>:not([hidden])~:not([hidden]){border-color:#efecfe66}.required\:divide-primary-highlight-200\/50:required>:not([hidden])~:not([hidden]){border-color:#efecfe80}.required\:divide-primary-highlight-200\/60:required>:not([hidden])~:not([hidden]){border-color:#efecfe99}.required\:divide-primary-highlight-200\/70:required>:not([hidden])~:not([hidden]){border-color:#efecfeb3}.required\:divide-primary-highlight-200\/75:required>:not([hidden])~:not([hidden]){border-color:#efecfebf}.required\:divide-primary-highlight-200\/80:required>:not([hidden])~:not([hidden]){border-color:#efecfecc}.required\:divide-primary-highlight-200\/90:required>:not([hidden])~:not([hidden]){border-color:#efecfee6}.required\:divide-primary-highlight-200\/95:required>:not([hidden])~:not([hidden]){border-color:#efecfef2}.required\:divide-primary-highlight-200\/100:required>:not([hidden])~:not([hidden]){border-color:#efecfe}.required\:divide-primary-highlight-300\/0:required>:not([hidden])~:not([hidden]){border-color:#dfd8fd00}.required\:divide-primary-highlight-300\/5:required>:not([hidden])~:not([hidden]){border-color:#dfd8fd0d}.required\:divide-primary-highlight-300\/10:required>:not([hidden])~:not([hidden]){border-color:#dfd8fd1a}.required\:divide-primary-highlight-300\/20:required>:not([hidden])~:not([hidden]){border-color:#dfd8fd33}.required\:divide-primary-highlight-300\/25:required>:not([hidden])~:not([hidden]){border-color:#dfd8fd40}.required\:divide-primary-highlight-300\/30:required>:not([hidden])~:not([hidden]){border-color:#dfd8fd4d}.required\:divide-primary-highlight-300\/40:required>:not([hidden])~:not([hidden]){border-color:#dfd8fd66}.required\:divide-primary-highlight-300\/50:required>:not([hidden])~:not([hidden]){border-color:#dfd8fd80}.required\:divide-primary-highlight-300\/60:required>:not([hidden])~:not([hidden]){border-color:#dfd8fd99}.required\:divide-primary-highlight-300\/70:required>:not([hidden])~:not([hidden]){border-color:#dfd8fdb3}.required\:divide-primary-highlight-300\/75:required>:not([hidden])~:not([hidden]){border-color:#dfd8fdbf}.required\:divide-primary-highlight-300\/80:required>:not([hidden])~:not([hidden]){border-color:#dfd8fdcc}.required\:divide-primary-highlight-300\/90:required>:not([hidden])~:not([hidden]){border-color:#dfd8fde6}.required\:divide-primary-highlight-300\/95:required>:not([hidden])~:not([hidden]){border-color:#dfd8fdf2}.required\:divide-primary-highlight-300\/100:required>:not([hidden])~:not([hidden]){border-color:#dfd8fd}.required\:divide-primary-highlight-400\/0:required>:not([hidden])~:not([hidden]){border-color:#cec1fc00}.required\:divide-primary-highlight-400\/5:required>:not([hidden])~:not([hidden]){border-color:#cec1fc0d}.required\:divide-primary-highlight-400\/10:required>:not([hidden])~:not([hidden]){border-color:#cec1fc1a}.required\:divide-primary-highlight-400\/20:required>:not([hidden])~:not([hidden]){border-color:#cec1fc33}.required\:divide-primary-highlight-400\/25:required>:not([hidden])~:not([hidden]){border-color:#cec1fc40}.required\:divide-primary-highlight-400\/30:required>:not([hidden])~:not([hidden]){border-color:#cec1fc4d}.required\:divide-primary-highlight-400\/40:required>:not([hidden])~:not([hidden]){border-color:#cec1fc66}.required\:divide-primary-highlight-400\/50:required>:not([hidden])~:not([hidden]){border-color:#cec1fc80}.required\:divide-primary-highlight-400\/60:required>:not([hidden])~:not([hidden]){border-color:#cec1fc99}.required\:divide-primary-highlight-400\/70:required>:not([hidden])~:not([hidden]){border-color:#cec1fcb3}.required\:divide-primary-highlight-400\/75:required>:not([hidden])~:not([hidden]){border-color:#cec1fcbf}.required\:divide-primary-highlight-400\/80:required>:not([hidden])~:not([hidden]){border-color:#cec1fccc}.required\:divide-primary-highlight-400\/90:required>:not([hidden])~:not([hidden]){border-color:#cec1fce6}.required\:divide-primary-highlight-400\/95:required>:not([hidden])~:not([hidden]){border-color:#cec1fcf2}.required\:divide-primary-highlight-400\/100:required>:not([hidden])~:not([hidden]){border-color:#cec1fc}.required\:divide-primary-highlight-500\/0:required>:not([hidden])~:not([hidden]){border-color:#bba8fb00}.required\:divide-primary-highlight-500\/5:required>:not([hidden])~:not([hidden]){border-color:#bba8fb0d}.required\:divide-primary-highlight-500\/10:required>:not([hidden])~:not([hidden]){border-color:#bba8fb1a}.required\:divide-primary-highlight-500\/20:required>:not([hidden])~:not([hidden]){border-color:#bba8fb33}.required\:divide-primary-highlight-500\/25:required>:not([hidden])~:not([hidden]){border-color:#bba8fb40}.required\:divide-primary-highlight-500\/30:required>:not([hidden])~:not([hidden]){border-color:#bba8fb4d}.required\:divide-primary-highlight-500\/40:required>:not([hidden])~:not([hidden]){border-color:#bba8fb66}.required\:divide-primary-highlight-500\/50:required>:not([hidden])~:not([hidden]){border-color:#bba8fb80}.required\:divide-primary-highlight-500\/60:required>:not([hidden])~:not([hidden]){border-color:#bba8fb99}.required\:divide-primary-highlight-500\/70:required>:not([hidden])~:not([hidden]){border-color:#bba8fbb3}.required\:divide-primary-highlight-500\/75:required>:not([hidden])~:not([hidden]){border-color:#bba8fbbf}.required\:divide-primary-highlight-500\/80:required>:not([hidden])~:not([hidden]){border-color:#bba8fbcc}.required\:divide-primary-highlight-500\/90:required>:not([hidden])~:not([hidden]){border-color:#bba8fbe6}.required\:divide-primary-highlight-500\/95:required>:not([hidden])~:not([hidden]){border-color:#bba8fbf2}.required\:divide-primary-highlight-500\/100:required>:not([hidden])~:not([hidden]){border-color:#bba8fb}.required\:divide-primary-highlight-600\/0:required>:not([hidden])~:not([hidden]){border-color:#a78bfa00}.required\:divide-primary-highlight-600\/5:required>:not([hidden])~:not([hidden]){border-color:#a78bfa0d}.required\:divide-primary-highlight-600\/10:required>:not([hidden])~:not([hidden]){border-color:#a78bfa1a}.required\:divide-primary-highlight-600\/20:required>:not([hidden])~:not([hidden]){border-color:#a78bfa33}.required\:divide-primary-highlight-600\/25:required>:not([hidden])~:not([hidden]){border-color:#a78bfa40}.required\:divide-primary-highlight-600\/30:required>:not([hidden])~:not([hidden]){border-color:#a78bfa4d}.required\:divide-primary-highlight-600\/40:required>:not([hidden])~:not([hidden]){border-color:#a78bfa66}.required\:divide-primary-highlight-600\/50:required>:not([hidden])~:not([hidden]){border-color:#a78bfa80}.required\:divide-primary-highlight-600\/60:required>:not([hidden])~:not([hidden]){border-color:#a78bfa99}.required\:divide-primary-highlight-600\/70:required>:not([hidden])~:not([hidden]){border-color:#a78bfab3}.required\:divide-primary-highlight-600\/75:required>:not([hidden])~:not([hidden]){border-color:#a78bfabf}.required\:divide-primary-highlight-600\/80:required>:not([hidden])~:not([hidden]){border-color:#a78bfacc}.required\:divide-primary-highlight-600\/90:required>:not([hidden])~:not([hidden]){border-color:#a78bfae6}.required\:divide-primary-highlight-600\/95:required>:not([hidden])~:not([hidden]){border-color:#a78bfaf2}.required\:divide-primary-highlight-600\/100:required>:not([hidden])~:not([hidden]){border-color:#a78bfa}.required\:divide-primary-highlight-700\/0:required>:not([hidden])~:not([hidden]){border-color:#957cdf00}.required\:divide-primary-highlight-700\/5:required>:not([hidden])~:not([hidden]){border-color:#957cdf0d}.required\:divide-primary-highlight-700\/10:required>:not([hidden])~:not([hidden]){border-color:#957cdf1a}.required\:divide-primary-highlight-700\/20:required>:not([hidden])~:not([hidden]){border-color:#957cdf33}.required\:divide-primary-highlight-700\/25:required>:not([hidden])~:not([hidden]){border-color:#957cdf40}.required\:divide-primary-highlight-700\/30:required>:not([hidden])~:not([hidden]){border-color:#957cdf4d}.required\:divide-primary-highlight-700\/40:required>:not([hidden])~:not([hidden]){border-color:#957cdf66}.required\:divide-primary-highlight-700\/50:required>:not([hidden])~:not([hidden]){border-color:#957cdf80}.required\:divide-primary-highlight-700\/60:required>:not([hidden])~:not([hidden]){border-color:#957cdf99}.required\:divide-primary-highlight-700\/70:required>:not([hidden])~:not([hidden]){border-color:#957cdfb3}.required\:divide-primary-highlight-700\/75:required>:not([hidden])~:not([hidden]){border-color:#957cdfbf}.required\:divide-primary-highlight-700\/80:required>:not([hidden])~:not([hidden]){border-color:#957cdfcc}.required\:divide-primary-highlight-700\/90:required>:not([hidden])~:not([hidden]){border-color:#957cdfe6}.required\:divide-primary-highlight-700\/95:required>:not([hidden])~:not([hidden]){border-color:#957cdff2}.required\:divide-primary-highlight-700\/100:required>:not([hidden])~:not([hidden]){border-color:#957cdf}.required\:divide-primary-highlight-800\/0:required>:not([hidden])~:not([hidden]){border-color:#816bc100}.required\:divide-primary-highlight-800\/5:required>:not([hidden])~:not([hidden]){border-color:#816bc10d}.required\:divide-primary-highlight-800\/10:required>:not([hidden])~:not([hidden]){border-color:#816bc11a}.required\:divide-primary-highlight-800\/20:required>:not([hidden])~:not([hidden]){border-color:#816bc133}.required\:divide-primary-highlight-800\/25:required>:not([hidden])~:not([hidden]){border-color:#816bc140}.required\:divide-primary-highlight-800\/30:required>:not([hidden])~:not([hidden]){border-color:#816bc14d}.required\:divide-primary-highlight-800\/40:required>:not([hidden])~:not([hidden]){border-color:#816bc166}.required\:divide-primary-highlight-800\/50:required>:not([hidden])~:not([hidden]){border-color:#816bc180}.required\:divide-primary-highlight-800\/60:required>:not([hidden])~:not([hidden]){border-color:#816bc199}.required\:divide-primary-highlight-800\/70:required>:not([hidden])~:not([hidden]){border-color:#816bc1b3}.required\:divide-primary-highlight-800\/75:required>:not([hidden])~:not([hidden]){border-color:#816bc1bf}.required\:divide-primary-highlight-800\/80:required>:not([hidden])~:not([hidden]){border-color:#816bc1cc}.required\:divide-primary-highlight-800\/90:required>:not([hidden])~:not([hidden]){border-color:#816bc1e6}.required\:divide-primary-highlight-800\/95:required>:not([hidden])~:not([hidden]){border-color:#816bc1f2}.required\:divide-primary-highlight-800\/100:required>:not([hidden])~:not([hidden]){border-color:#816bc1}.required\:divide-primary-highlight-900\/0:required>:not([hidden])~:not([hidden]){border-color:#69579e00}.required\:divide-primary-highlight-900\/5:required>:not([hidden])~:not([hidden]){border-color:#69579e0d}.required\:divide-primary-highlight-900\/10:required>:not([hidden])~:not([hidden]){border-color:#69579e1a}.required\:divide-primary-highlight-900\/20:required>:not([hidden])~:not([hidden]){border-color:#69579e33}.required\:divide-primary-highlight-900\/25:required>:not([hidden])~:not([hidden]){border-color:#69579e40}.required\:divide-primary-highlight-900\/30:required>:not([hidden])~:not([hidden]){border-color:#69579e4d}.required\:divide-primary-highlight-900\/40:required>:not([hidden])~:not([hidden]){border-color:#69579e66}.required\:divide-primary-highlight-900\/50:required>:not([hidden])~:not([hidden]){border-color:#69579e80}.required\:divide-primary-highlight-900\/60:required>:not([hidden])~:not([hidden]){border-color:#69579e99}.required\:divide-primary-highlight-900\/70:required>:not([hidden])~:not([hidden]){border-color:#69579eb3}.required\:divide-primary-highlight-900\/75:required>:not([hidden])~:not([hidden]){border-color:#69579ebf}.required\:divide-primary-highlight-900\/80:required>:not([hidden])~:not([hidden]){border-color:#69579ecc}.required\:divide-primary-highlight-900\/90:required>:not([hidden])~:not([hidden]){border-color:#69579ee6}.required\:divide-primary-highlight-900\/95:required>:not([hidden])~:not([hidden]){border-color:#69579ef2}.required\:divide-primary-highlight-900\/100:required>:not([hidden])~:not([hidden]){border-color:#69579e}.required\:divide-primary-highlight-1000\/0:required>:not([hidden])~:not([hidden]){border-color:#4a3e6f00}.required\:divide-primary-highlight-1000\/5:required>:not([hidden])~:not([hidden]){border-color:#4a3e6f0d}.required\:divide-primary-highlight-1000\/10:required>:not([hidden])~:not([hidden]){border-color:#4a3e6f1a}.required\:divide-primary-highlight-1000\/20:required>:not([hidden])~:not([hidden]){border-color:#4a3e6f33}.required\:divide-primary-highlight-1000\/25:required>:not([hidden])~:not([hidden]){border-color:#4a3e6f40}.required\:divide-primary-highlight-1000\/30:required>:not([hidden])~:not([hidden]){border-color:#4a3e6f4d}.required\:divide-primary-highlight-1000\/40:required>:not([hidden])~:not([hidden]){border-color:#4a3e6f66}.required\:divide-primary-highlight-1000\/50:required>:not([hidden])~:not([hidden]){border-color:#4a3e6f80}.required\:divide-primary-highlight-1000\/60:required>:not([hidden])~:not([hidden]){border-color:#4a3e6f99}.required\:divide-primary-highlight-1000\/70:required>:not([hidden])~:not([hidden]){border-color:#4a3e6fb3}.required\:divide-primary-highlight-1000\/75:required>:not([hidden])~:not([hidden]){border-color:#4a3e6fbf}.required\:divide-primary-highlight-1000\/80:required>:not([hidden])~:not([hidden]){border-color:#4a3e6fcc}.required\:divide-primary-highlight-1000\/90:required>:not([hidden])~:not([hidden]){border-color:#4a3e6fe6}.required\:divide-primary-highlight-1000\/95:required>:not([hidden])~:not([hidden]){border-color:#4a3e6ff2}.required\:divide-primary-highlight-1000\/100:required>:not([hidden])~:not([hidden]){border-color:#4a3e6f}.required\:divide-secondary-100\/0:required>:not([hidden])~:not([hidden]){border-color:#fef7f200}.required\:divide-secondary-100\/5:required>:not([hidden])~:not([hidden]){border-color:#fef7f20d}.required\:divide-secondary-100\/10:required>:not([hidden])~:not([hidden]){border-color:#fef7f21a}.required\:divide-secondary-100\/20:required>:not([hidden])~:not([hidden]){border-color:#fef7f233}.required\:divide-secondary-100\/25:required>:not([hidden])~:not([hidden]){border-color:#fef7f240}.required\:divide-secondary-100\/30:required>:not([hidden])~:not([hidden]){border-color:#fef7f24d}.required\:divide-secondary-100\/40:required>:not([hidden])~:not([hidden]){border-color:#fef7f266}.required\:divide-secondary-100\/50:required>:not([hidden])~:not([hidden]){border-color:#fef7f280}.required\:divide-secondary-100\/60:required>:not([hidden])~:not([hidden]){border-color:#fef7f299}.required\:divide-secondary-100\/70:required>:not([hidden])~:not([hidden]){border-color:#fef7f2b3}.required\:divide-secondary-100\/75:required>:not([hidden])~:not([hidden]){border-color:#fef7f2bf}.required\:divide-secondary-100\/80:required>:not([hidden])~:not([hidden]){border-color:#fef7f2cc}.required\:divide-secondary-100\/90:required>:not([hidden])~:not([hidden]){border-color:#fef7f2e6}.required\:divide-secondary-100\/95:required>:not([hidden])~:not([hidden]){border-color:#fef7f2f2}.required\:divide-secondary-100\/100:required>:not([hidden])~:not([hidden]){border-color:#fef7f2}.required\:divide-secondary-200\/0:required>:not([hidden])~:not([hidden]){border-color:#fef0e400}.required\:divide-secondary-200\/5:required>:not([hidden])~:not([hidden]){border-color:#fef0e40d}.required\:divide-secondary-200\/10:required>:not([hidden])~:not([hidden]){border-color:#fef0e41a}.required\:divide-secondary-200\/20:required>:not([hidden])~:not([hidden]){border-color:#fef0e433}.required\:divide-secondary-200\/25:required>:not([hidden])~:not([hidden]){border-color:#fef0e440}.required\:divide-secondary-200\/30:required>:not([hidden])~:not([hidden]){border-color:#fef0e44d}.required\:divide-secondary-200\/40:required>:not([hidden])~:not([hidden]){border-color:#fef0e466}.required\:divide-secondary-200\/50:required>:not([hidden])~:not([hidden]){border-color:#fef0e480}.required\:divide-secondary-200\/60:required>:not([hidden])~:not([hidden]){border-color:#fef0e499}.required\:divide-secondary-200\/70:required>:not([hidden])~:not([hidden]){border-color:#fef0e4b3}.required\:divide-secondary-200\/75:required>:not([hidden])~:not([hidden]){border-color:#fef0e4bf}.required\:divide-secondary-200\/80:required>:not([hidden])~:not([hidden]){border-color:#fef0e4cc}.required\:divide-secondary-200\/90:required>:not([hidden])~:not([hidden]){border-color:#fef0e4e6}.required\:divide-secondary-200\/95:required>:not([hidden])~:not([hidden]){border-color:#fef0e4f2}.required\:divide-secondary-200\/100:required>:not([hidden])~:not([hidden]){border-color:#fef0e4}.required\:divide-secondary-300\/0:required>:not([hidden])~:not([hidden]){border-color:#fde1c600}.required\:divide-secondary-300\/5:required>:not([hidden])~:not([hidden]){border-color:#fde1c60d}.required\:divide-secondary-300\/10:required>:not([hidden])~:not([hidden]){border-color:#fde1c61a}.required\:divide-secondary-300\/20:required>:not([hidden])~:not([hidden]){border-color:#fde1c633}.required\:divide-secondary-300\/25:required>:not([hidden])~:not([hidden]){border-color:#fde1c640}.required\:divide-secondary-300\/30:required>:not([hidden])~:not([hidden]){border-color:#fde1c64d}.required\:divide-secondary-300\/40:required>:not([hidden])~:not([hidden]){border-color:#fde1c666}.required\:divide-secondary-300\/50:required>:not([hidden])~:not([hidden]){border-color:#fde1c680}.required\:divide-secondary-300\/60:required>:not([hidden])~:not([hidden]){border-color:#fde1c699}.required\:divide-secondary-300\/70:required>:not([hidden])~:not([hidden]){border-color:#fde1c6b3}.required\:divide-secondary-300\/75:required>:not([hidden])~:not([hidden]){border-color:#fde1c6bf}.required\:divide-secondary-300\/80:required>:not([hidden])~:not([hidden]){border-color:#fde1c6cc}.required\:divide-secondary-300\/90:required>:not([hidden])~:not([hidden]){border-color:#fde1c6e6}.required\:divide-secondary-300\/95:required>:not([hidden])~:not([hidden]){border-color:#fde1c6f2}.required\:divide-secondary-300\/100:required>:not([hidden])~:not([hidden]){border-color:#fde1c6}.required\:divide-secondary-400\/0:required>:not([hidden])~:not([hidden]){border-color:#fcd1a200}.required\:divide-secondary-400\/5:required>:not([hidden])~:not([hidden]){border-color:#fcd1a20d}.required\:divide-secondary-400\/10:required>:not([hidden])~:not([hidden]){border-color:#fcd1a21a}.required\:divide-secondary-400\/20:required>:not([hidden])~:not([hidden]){border-color:#fcd1a233}.required\:divide-secondary-400\/25:required>:not([hidden])~:not([hidden]){border-color:#fcd1a240}.required\:divide-secondary-400\/30:required>:not([hidden])~:not([hidden]){border-color:#fcd1a24d}.required\:divide-secondary-400\/40:required>:not([hidden])~:not([hidden]){border-color:#fcd1a266}.required\:divide-secondary-400\/50:required>:not([hidden])~:not([hidden]){border-color:#fcd1a280}.required\:divide-secondary-400\/60:required>:not([hidden])~:not([hidden]){border-color:#fcd1a299}.required\:divide-secondary-400\/70:required>:not([hidden])~:not([hidden]){border-color:#fcd1a2b3}.required\:divide-secondary-400\/75:required>:not([hidden])~:not([hidden]){border-color:#fcd1a2bf}.required\:divide-secondary-400\/80:required>:not([hidden])~:not([hidden]){border-color:#fcd1a2cc}.required\:divide-secondary-400\/90:required>:not([hidden])~:not([hidden]){border-color:#fcd1a2e6}.required\:divide-secondary-400\/95:required>:not([hidden])~:not([hidden]){border-color:#fcd1a2f2}.required\:divide-secondary-400\/100:required>:not([hidden])~:not([hidden]){border-color:#fcd1a2}.required\:divide-secondary-500\/0:required>:not([hidden])~:not([hidden]){border-color:#fbbf7500}.required\:divide-secondary-500\/5:required>:not([hidden])~:not([hidden]){border-color:#fbbf750d}.required\:divide-secondary-500\/10:required>:not([hidden])~:not([hidden]){border-color:#fbbf751a}.required\:divide-secondary-500\/20:required>:not([hidden])~:not([hidden]){border-color:#fbbf7533}.required\:divide-secondary-500\/25:required>:not([hidden])~:not([hidden]){border-color:#fbbf7540}.required\:divide-secondary-500\/30:required>:not([hidden])~:not([hidden]){border-color:#fbbf754d}.required\:divide-secondary-500\/40:required>:not([hidden])~:not([hidden]){border-color:#fbbf7566}.required\:divide-secondary-500\/50:required>:not([hidden])~:not([hidden]){border-color:#fbbf7580}.required\:divide-secondary-500\/60:required>:not([hidden])~:not([hidden]){border-color:#fbbf7599}.required\:divide-secondary-500\/70:required>:not([hidden])~:not([hidden]){border-color:#fbbf75b3}.required\:divide-secondary-500\/75:required>:not([hidden])~:not([hidden]){border-color:#fbbf75bf}.required\:divide-secondary-500\/80:required>:not([hidden])~:not([hidden]){border-color:#fbbf75cc}.required\:divide-secondary-500\/90:required>:not([hidden])~:not([hidden]){border-color:#fbbf75e6}.required\:divide-secondary-500\/95:required>:not([hidden])~:not([hidden]){border-color:#fbbf75f2}.required\:divide-secondary-500\/100:required>:not([hidden])~:not([hidden]){border-color:#fbbf75}.required\:divide-secondary-600\/0:required>:not([hidden])~:not([hidden]){border-color:#faac1e00}.required\:divide-secondary-600\/5:required>:not([hidden])~:not([hidden]){border-color:#faac1e0d}.required\:divide-secondary-600\/10:required>:not([hidden])~:not([hidden]){border-color:#faac1e1a}.required\:divide-secondary-600\/20:required>:not([hidden])~:not([hidden]){border-color:#faac1e33}.required\:divide-secondary-600\/25:required>:not([hidden])~:not([hidden]){border-color:#faac1e40}.required\:divide-secondary-600\/30:required>:not([hidden])~:not([hidden]){border-color:#faac1e4d}.required\:divide-secondary-600\/40:required>:not([hidden])~:not([hidden]){border-color:#faac1e66}.required\:divide-secondary-600\/50:required>:not([hidden])~:not([hidden]){border-color:#faac1e80}.required\:divide-secondary-600\/60:required>:not([hidden])~:not([hidden]){border-color:#faac1e99}.required\:divide-secondary-600\/70:required>:not([hidden])~:not([hidden]){border-color:#faac1eb3}.required\:divide-secondary-600\/75:required>:not([hidden])~:not([hidden]){border-color:#faac1ebf}.required\:divide-secondary-600\/80:required>:not([hidden])~:not([hidden]){border-color:#faac1ecc}.required\:divide-secondary-600\/90:required>:not([hidden])~:not([hidden]){border-color:#faac1ee6}.required\:divide-secondary-600\/95:required>:not([hidden])~:not([hidden]){border-color:#faac1ef2}.required\:divide-secondary-600\/100:required>:not([hidden])~:not([hidden]){border-color:#faac1e}.required\:divide-secondary-700\/0:required>:not([hidden])~:not([hidden]){border-color:#df991a00}.required\:divide-secondary-700\/5:required>:not([hidden])~:not([hidden]){border-color:#df991a0d}.required\:divide-secondary-700\/10:required>:not([hidden])~:not([hidden]){border-color:#df991a1a}.required\:divide-secondary-700\/20:required>:not([hidden])~:not([hidden]){border-color:#df991a33}.required\:divide-secondary-700\/25:required>:not([hidden])~:not([hidden]){border-color:#df991a40}.required\:divide-secondary-700\/30:required>:not([hidden])~:not([hidden]){border-color:#df991a4d}.required\:divide-secondary-700\/40:required>:not([hidden])~:not([hidden]){border-color:#df991a66}.required\:divide-secondary-700\/50:required>:not([hidden])~:not([hidden]){border-color:#df991a80}.required\:divide-secondary-700\/60:required>:not([hidden])~:not([hidden]){border-color:#df991a99}.required\:divide-secondary-700\/70:required>:not([hidden])~:not([hidden]){border-color:#df991ab3}.required\:divide-secondary-700\/75:required>:not([hidden])~:not([hidden]){border-color:#df991abf}.required\:divide-secondary-700\/80:required>:not([hidden])~:not([hidden]){border-color:#df991acc}.required\:divide-secondary-700\/90:required>:not([hidden])~:not([hidden]){border-color:#df991ae6}.required\:divide-secondary-700\/95:required>:not([hidden])~:not([hidden]){border-color:#df991af2}.required\:divide-secondary-700\/100:required>:not([hidden])~:not([hidden]){border-color:#df991a}.required\:divide-secondary-800\/0:required>:not([hidden])~:not([hidden]){border-color:#c1851700}.required\:divide-secondary-800\/5:required>:not([hidden])~:not([hidden]){border-color:#c185170d}.required\:divide-secondary-800\/10:required>:not([hidden])~:not([hidden]){border-color:#c185171a}.required\:divide-secondary-800\/20:required>:not([hidden])~:not([hidden]){border-color:#c1851733}.required\:divide-secondary-800\/25:required>:not([hidden])~:not([hidden]){border-color:#c1851740}.required\:divide-secondary-800\/30:required>:not([hidden])~:not([hidden]){border-color:#c185174d}.required\:divide-secondary-800\/40:required>:not([hidden])~:not([hidden]){border-color:#c1851766}.required\:divide-secondary-800\/50:required>:not([hidden])~:not([hidden]){border-color:#c1851780}.required\:divide-secondary-800\/60:required>:not([hidden])~:not([hidden]){border-color:#c1851799}.required\:divide-secondary-800\/70:required>:not([hidden])~:not([hidden]){border-color:#c18517b3}.required\:divide-secondary-800\/75:required>:not([hidden])~:not([hidden]){border-color:#c18517bf}.required\:divide-secondary-800\/80:required>:not([hidden])~:not([hidden]){border-color:#c18517cc}.required\:divide-secondary-800\/90:required>:not([hidden])~:not([hidden]){border-color:#c18517e6}.required\:divide-secondary-800\/95:required>:not([hidden])~:not([hidden]){border-color:#c18517f2}.required\:divide-secondary-800\/100:required>:not([hidden])~:not([hidden]){border-color:#c18517}.required\:divide-secondary-900\/0:required>:not([hidden])~:not([hidden]){border-color:#9e6c1200}.required\:divide-secondary-900\/5:required>:not([hidden])~:not([hidden]){border-color:#9e6c120d}.required\:divide-secondary-900\/10:required>:not([hidden])~:not([hidden]){border-color:#9e6c121a}.required\:divide-secondary-900\/20:required>:not([hidden])~:not([hidden]){border-color:#9e6c1233}.required\:divide-secondary-900\/25:required>:not([hidden])~:not([hidden]){border-color:#9e6c1240}.required\:divide-secondary-900\/30:required>:not([hidden])~:not([hidden]){border-color:#9e6c124d}.required\:divide-secondary-900\/40:required>:not([hidden])~:not([hidden]){border-color:#9e6c1266}.required\:divide-secondary-900\/50:required>:not([hidden])~:not([hidden]){border-color:#9e6c1280}.required\:divide-secondary-900\/60:required>:not([hidden])~:not([hidden]){border-color:#9e6c1299}.required\:divide-secondary-900\/70:required>:not([hidden])~:not([hidden]){border-color:#9e6c12b3}.required\:divide-secondary-900\/75:required>:not([hidden])~:not([hidden]){border-color:#9e6c12bf}.required\:divide-secondary-900\/80:required>:not([hidden])~:not([hidden]){border-color:#9e6c12cc}.required\:divide-secondary-900\/90:required>:not([hidden])~:not([hidden]){border-color:#9e6c12e6}.required\:divide-secondary-900\/95:required>:not([hidden])~:not([hidden]){border-color:#9e6c12f2}.required\:divide-secondary-900\/100:required>:not([hidden])~:not([hidden]){border-color:#9e6c12}.required\:divide-secondary-1000\/0:required>:not([hidden])~:not([hidden]){border-color:#6f4c0d00}.required\:divide-secondary-1000\/5:required>:not([hidden])~:not([hidden]){border-color:#6f4c0d0d}.required\:divide-secondary-1000\/10:required>:not([hidden])~:not([hidden]){border-color:#6f4c0d1a}.required\:divide-secondary-1000\/20:required>:not([hidden])~:not([hidden]){border-color:#6f4c0d33}.required\:divide-secondary-1000\/25:required>:not([hidden])~:not([hidden]){border-color:#6f4c0d40}.required\:divide-secondary-1000\/30:required>:not([hidden])~:not([hidden]){border-color:#6f4c0d4d}.required\:divide-secondary-1000\/40:required>:not([hidden])~:not([hidden]){border-color:#6f4c0d66}.required\:divide-secondary-1000\/50:required>:not([hidden])~:not([hidden]){border-color:#6f4c0d80}.required\:divide-secondary-1000\/60:required>:not([hidden])~:not([hidden]){border-color:#6f4c0d99}.required\:divide-secondary-1000\/70:required>:not([hidden])~:not([hidden]){border-color:#6f4c0db3}.required\:divide-secondary-1000\/75:required>:not([hidden])~:not([hidden]){border-color:#6f4c0dbf}.required\:divide-secondary-1000\/80:required>:not([hidden])~:not([hidden]){border-color:#6f4c0dcc}.required\:divide-secondary-1000\/90:required>:not([hidden])~:not([hidden]){border-color:#6f4c0de6}.required\:divide-secondary-1000\/95:required>:not([hidden])~:not([hidden]){border-color:#6f4c0df2}.required\:divide-secondary-1000\/100:required>:not([hidden])~:not([hidden]){border-color:#6f4c0d}.required\:divide-grey-100\/0:required>:not([hidden])~:not([hidden]){border-color:#f2f3f400}.required\:divide-grey-100\/5:required>:not([hidden])~:not([hidden]){border-color:#f2f3f40d}.required\:divide-grey-100\/10:required>:not([hidden])~:not([hidden]){border-color:#f2f3f41a}.required\:divide-grey-100\/20:required>:not([hidden])~:not([hidden]){border-color:#f2f3f433}.required\:divide-grey-100\/25:required>:not([hidden])~:not([hidden]){border-color:#f2f3f440}.required\:divide-grey-100\/30:required>:not([hidden])~:not([hidden]){border-color:#f2f3f44d}.required\:divide-grey-100\/40:required>:not([hidden])~:not([hidden]){border-color:#f2f3f466}.required\:divide-grey-100\/50:required>:not([hidden])~:not([hidden]){border-color:#f2f3f480}.required\:divide-grey-100\/60:required>:not([hidden])~:not([hidden]){border-color:#f2f3f499}.required\:divide-grey-100\/70:required>:not([hidden])~:not([hidden]){border-color:#f2f3f4b3}.required\:divide-grey-100\/75:required>:not([hidden])~:not([hidden]){border-color:#f2f3f4bf}.required\:divide-grey-100\/80:required>:not([hidden])~:not([hidden]){border-color:#f2f3f4cc}.required\:divide-grey-100\/90:required>:not([hidden])~:not([hidden]){border-color:#f2f3f4e6}.required\:divide-grey-100\/95:required>:not([hidden])~:not([hidden]){border-color:#f2f3f4f2}.required\:divide-grey-100\/100:required>:not([hidden])~:not([hidden]){border-color:#f2f3f4}.required\:divide-grey-200\/0:required>:not([hidden])~:not([hidden]){border-color:#e6e7e800}.required\:divide-grey-200\/5:required>:not([hidden])~:not([hidden]){border-color:#e6e7e80d}.required\:divide-grey-200\/10:required>:not([hidden])~:not([hidden]){border-color:#e6e7e81a}.required\:divide-grey-200\/20:required>:not([hidden])~:not([hidden]){border-color:#e6e7e833}.required\:divide-grey-200\/25:required>:not([hidden])~:not([hidden]){border-color:#e6e7e840}.required\:divide-grey-200\/30:required>:not([hidden])~:not([hidden]){border-color:#e6e7e84d}.required\:divide-grey-200\/40:required>:not([hidden])~:not([hidden]){border-color:#e6e7e866}.required\:divide-grey-200\/50:required>:not([hidden])~:not([hidden]){border-color:#e6e7e880}.required\:divide-grey-200\/60:required>:not([hidden])~:not([hidden]){border-color:#e6e7e899}.required\:divide-grey-200\/70:required>:not([hidden])~:not([hidden]){border-color:#e6e7e8b3}.required\:divide-grey-200\/75:required>:not([hidden])~:not([hidden]){border-color:#e6e7e8bf}.required\:divide-grey-200\/80:required>:not([hidden])~:not([hidden]){border-color:#e6e7e8cc}.required\:divide-grey-200\/90:required>:not([hidden])~:not([hidden]){border-color:#e6e7e8e6}.required\:divide-grey-200\/95:required>:not([hidden])~:not([hidden]){border-color:#e6e7e8f2}.required\:divide-grey-200\/100:required>:not([hidden])~:not([hidden]){border-color:#e6e7e8}.required\:divide-grey-300\/0:required>:not([hidden])~:not([hidden]){border-color:#caccd000}.required\:divide-grey-300\/5:required>:not([hidden])~:not([hidden]){border-color:#caccd00d}.required\:divide-grey-300\/10:required>:not([hidden])~:not([hidden]){border-color:#caccd01a}.required\:divide-grey-300\/20:required>:not([hidden])~:not([hidden]){border-color:#caccd033}.required\:divide-grey-300\/25:required>:not([hidden])~:not([hidden]){border-color:#caccd040}.required\:divide-grey-300\/30:required>:not([hidden])~:not([hidden]){border-color:#caccd04d}.required\:divide-grey-300\/40:required>:not([hidden])~:not([hidden]){border-color:#caccd066}.required\:divide-grey-300\/50:required>:not([hidden])~:not([hidden]){border-color:#caccd080}.required\:divide-grey-300\/60:required>:not([hidden])~:not([hidden]){border-color:#caccd099}.required\:divide-grey-300\/70:required>:not([hidden])~:not([hidden]){border-color:#caccd0b3}.required\:divide-grey-300\/75:required>:not([hidden])~:not([hidden]){border-color:#caccd0bf}.required\:divide-grey-300\/80:required>:not([hidden])~:not([hidden]){border-color:#caccd0cc}.required\:divide-grey-300\/90:required>:not([hidden])~:not([hidden]){border-color:#caccd0e6}.required\:divide-grey-300\/95:required>:not([hidden])~:not([hidden]){border-color:#caccd0f2}.required\:divide-grey-300\/100:required>:not([hidden])~:not([hidden]){border-color:#caccd0}.required\:divide-grey-400\/0:required>:not([hidden])~:not([hidden]){border-color:#aaaeb400}.required\:divide-grey-400\/5:required>:not([hidden])~:not([hidden]){border-color:#aaaeb40d}.required\:divide-grey-400\/10:required>:not([hidden])~:not([hidden]){border-color:#aaaeb41a}.required\:divide-grey-400\/20:required>:not([hidden])~:not([hidden]){border-color:#aaaeb433}.required\:divide-grey-400\/25:required>:not([hidden])~:not([hidden]){border-color:#aaaeb440}.required\:divide-grey-400\/30:required>:not([hidden])~:not([hidden]){border-color:#aaaeb44d}.required\:divide-grey-400\/40:required>:not([hidden])~:not([hidden]){border-color:#aaaeb466}.required\:divide-grey-400\/50:required>:not([hidden])~:not([hidden]){border-color:#aaaeb480}.required\:divide-grey-400\/60:required>:not([hidden])~:not([hidden]){border-color:#aaaeb499}.required\:divide-grey-400\/70:required>:not([hidden])~:not([hidden]){border-color:#aaaeb4b3}.required\:divide-grey-400\/75:required>:not([hidden])~:not([hidden]){border-color:#aaaeb4bf}.required\:divide-grey-400\/80:required>:not([hidden])~:not([hidden]){border-color:#aaaeb4cc}.required\:divide-grey-400\/90:required>:not([hidden])~:not([hidden]){border-color:#aaaeb4e6}.required\:divide-grey-400\/95:required>:not([hidden])~:not([hidden]){border-color:#aaaeb4f2}.required\:divide-grey-400\/100:required>:not([hidden])~:not([hidden]){border-color:#aaaeb4}.required\:divide-grey-500\/0:required>:not([hidden])~:not([hidden]){border-color:#82899300}.required\:divide-grey-500\/5:required>:not([hidden])~:not([hidden]){border-color:#8289930d}.required\:divide-grey-500\/10:required>:not([hidden])~:not([hidden]){border-color:#8289931a}.required\:divide-grey-500\/20:required>:not([hidden])~:not([hidden]){border-color:#82899333}.required\:divide-grey-500\/25:required>:not([hidden])~:not([hidden]){border-color:#82899340}.required\:divide-grey-500\/30:required>:not([hidden])~:not([hidden]){border-color:#8289934d}.required\:divide-grey-500\/40:required>:not([hidden])~:not([hidden]){border-color:#82899366}.required\:divide-grey-500\/50:required>:not([hidden])~:not([hidden]){border-color:#82899380}.required\:divide-grey-500\/60:required>:not([hidden])~:not([hidden]){border-color:#82899399}.required\:divide-grey-500\/70:required>:not([hidden])~:not([hidden]){border-color:#828993b3}.required\:divide-grey-500\/75:required>:not([hidden])~:not([hidden]){border-color:#828993bf}.required\:divide-grey-500\/80:required>:not([hidden])~:not([hidden]){border-color:#828993cc}.required\:divide-grey-500\/90:required>:not([hidden])~:not([hidden]){border-color:#828993e6}.required\:divide-grey-500\/95:required>:not([hidden])~:not([hidden]){border-color:#828993f2}.required\:divide-grey-500\/100:required>:not([hidden])~:not([hidden]){border-color:#828993}.required\:divide-grey-600\/0:required>:not([hidden])~:not([hidden]){border-color:#47556900}.required\:divide-grey-600\/5:required>:not([hidden])~:not([hidden]){border-color:#4755690d}.required\:divide-grey-600\/10:required>:not([hidden])~:not([hidden]){border-color:#4755691a}.required\:divide-grey-600\/20:required>:not([hidden])~:not([hidden]){border-color:#47556933}.required\:divide-grey-600\/25:required>:not([hidden])~:not([hidden]){border-color:#47556940}.required\:divide-grey-600\/30:required>:not([hidden])~:not([hidden]){border-color:#4755694d}.required\:divide-grey-600\/40:required>:not([hidden])~:not([hidden]){border-color:#47556966}.required\:divide-grey-600\/50:required>:not([hidden])~:not([hidden]){border-color:#47556980}.required\:divide-grey-600\/60:required>:not([hidden])~:not([hidden]){border-color:#47556999}.required\:divide-grey-600\/70:required>:not([hidden])~:not([hidden]){border-color:#475569b3}.required\:divide-grey-600\/75:required>:not([hidden])~:not([hidden]){border-color:#475569bf}.required\:divide-grey-600\/80:required>:not([hidden])~:not([hidden]){border-color:#475569cc}.required\:divide-grey-600\/90:required>:not([hidden])~:not([hidden]){border-color:#475569e6}.required\:divide-grey-600\/95:required>:not([hidden])~:not([hidden]){border-color:#475569f2}.required\:divide-grey-600\/100:required>:not([hidden])~:not([hidden]){border-color:#475569}.required\:divide-grey-700\/0:required>:not([hidden])~:not([hidden]){border-color:#3f4c5d00}.required\:divide-grey-700\/5:required>:not([hidden])~:not([hidden]){border-color:#3f4c5d0d}.required\:divide-grey-700\/10:required>:not([hidden])~:not([hidden]){border-color:#3f4c5d1a}.required\:divide-grey-700\/20:required>:not([hidden])~:not([hidden]){border-color:#3f4c5d33}.required\:divide-grey-700\/25:required>:not([hidden])~:not([hidden]){border-color:#3f4c5d40}.required\:divide-grey-700\/30:required>:not([hidden])~:not([hidden]){border-color:#3f4c5d4d}.required\:divide-grey-700\/40:required>:not([hidden])~:not([hidden]){border-color:#3f4c5d66}.required\:divide-grey-700\/50:required>:not([hidden])~:not([hidden]){border-color:#3f4c5d80}.required\:divide-grey-700\/60:required>:not([hidden])~:not([hidden]){border-color:#3f4c5d99}.required\:divide-grey-700\/70:required>:not([hidden])~:not([hidden]){border-color:#3f4c5db3}.required\:divide-grey-700\/75:required>:not([hidden])~:not([hidden]){border-color:#3f4c5dbf}.required\:divide-grey-700\/80:required>:not([hidden])~:not([hidden]){border-color:#3f4c5dcc}.required\:divide-grey-700\/90:required>:not([hidden])~:not([hidden]){border-color:#3f4c5de6}.required\:divide-grey-700\/95:required>:not([hidden])~:not([hidden]){border-color:#3f4c5df2}.required\:divide-grey-700\/100:required>:not([hidden])~:not([hidden]){border-color:#3f4c5d}.required\:divide-grey-800\/0:required>:not([hidden])~:not([hidden]){border-color:#36415100}.required\:divide-grey-800\/5:required>:not([hidden])~:not([hidden]){border-color:#3641510d}.required\:divide-grey-800\/10:required>:not([hidden])~:not([hidden]){border-color:#3641511a}.required\:divide-grey-800\/20:required>:not([hidden])~:not([hidden]){border-color:#36415133}.required\:divide-grey-800\/25:required>:not([hidden])~:not([hidden]){border-color:#36415140}.required\:divide-grey-800\/30:required>:not([hidden])~:not([hidden]){border-color:#3641514d}.required\:divide-grey-800\/40:required>:not([hidden])~:not([hidden]){border-color:#36415166}.required\:divide-grey-800\/50:required>:not([hidden])~:not([hidden]){border-color:#36415180}.required\:divide-grey-800\/60:required>:not([hidden])~:not([hidden]){border-color:#36415199}.required\:divide-grey-800\/70:required>:not([hidden])~:not([hidden]){border-color:#364151b3}.required\:divide-grey-800\/75:required>:not([hidden])~:not([hidden]){border-color:#364151bf}.required\:divide-grey-800\/80:required>:not([hidden])~:not([hidden]){border-color:#364151cc}.required\:divide-grey-800\/90:required>:not([hidden])~:not([hidden]){border-color:#364151e6}.required\:divide-grey-800\/95:required>:not([hidden])~:not([hidden]){border-color:#364151f2}.required\:divide-grey-800\/100:required>:not([hidden])~:not([hidden]){border-color:#364151}.required\:divide-grey-900\/0:required>:not([hidden])~:not([hidden]){border-color:#2c354200}.required\:divide-grey-900\/5:required>:not([hidden])~:not([hidden]){border-color:#2c35420d}.required\:divide-grey-900\/10:required>:not([hidden])~:not([hidden]){border-color:#2c35421a}.required\:divide-grey-900\/20:required>:not([hidden])~:not([hidden]){border-color:#2c354233}.required\:divide-grey-900\/25:required>:not([hidden])~:not([hidden]){border-color:#2c354240}.required\:divide-grey-900\/30:required>:not([hidden])~:not([hidden]){border-color:#2c35424d}.required\:divide-grey-900\/40:required>:not([hidden])~:not([hidden]){border-color:#2c354266}.required\:divide-grey-900\/50:required>:not([hidden])~:not([hidden]){border-color:#2c354280}.required\:divide-grey-900\/60:required>:not([hidden])~:not([hidden]){border-color:#2c354299}.required\:divide-grey-900\/70:required>:not([hidden])~:not([hidden]){border-color:#2c3542b3}.required\:divide-grey-900\/75:required>:not([hidden])~:not([hidden]){border-color:#2c3542bf}.required\:divide-grey-900\/80:required>:not([hidden])~:not([hidden]){border-color:#2c3542cc}.required\:divide-grey-900\/90:required>:not([hidden])~:not([hidden]){border-color:#2c3542e6}.required\:divide-grey-900\/95:required>:not([hidden])~:not([hidden]){border-color:#2c3542f2}.required\:divide-grey-900\/100:required>:not([hidden])~:not([hidden]){border-color:#2c3542}.required\:divide-grey-1000\/0:required>:not([hidden])~:not([hidden]){border-color:#1f262e00}.required\:divide-grey-1000\/5:required>:not([hidden])~:not([hidden]){border-color:#1f262e0d}.required\:divide-grey-1000\/10:required>:not([hidden])~:not([hidden]){border-color:#1f262e1a}.required\:divide-grey-1000\/20:required>:not([hidden])~:not([hidden]){border-color:#1f262e33}.required\:divide-grey-1000\/25:required>:not([hidden])~:not([hidden]){border-color:#1f262e40}.required\:divide-grey-1000\/30:required>:not([hidden])~:not([hidden]){border-color:#1f262e4d}.required\:divide-grey-1000\/40:required>:not([hidden])~:not([hidden]){border-color:#1f262e66}.required\:divide-grey-1000\/50:required>:not([hidden])~:not([hidden]){border-color:#1f262e80}.required\:divide-grey-1000\/60:required>:not([hidden])~:not([hidden]){border-color:#1f262e99}.required\:divide-grey-1000\/70:required>:not([hidden])~:not([hidden]){border-color:#1f262eb3}.required\:divide-grey-1000\/75:required>:not([hidden])~:not([hidden]){border-color:#1f262ebf}.required\:divide-grey-1000\/80:required>:not([hidden])~:not([hidden]){border-color:#1f262ecc}.required\:divide-grey-1000\/90:required>:not([hidden])~:not([hidden]){border-color:#1f262ee6}.required\:divide-grey-1000\/95:required>:not([hidden])~:not([hidden]){border-color:#1f262ef2}.required\:divide-grey-1000\/100:required>:not([hidden])~:not([hidden]){border-color:#1f262e}.required\:divide-green-1000\/0:required>:not([hidden])~:not([hidden]){border-color:#175e4400}.required\:divide-green-1000\/5:required>:not([hidden])~:not([hidden]){border-color:#175e440d}.required\:divide-green-1000\/10:required>:not([hidden])~:not([hidden]){border-color:#175e441a}.required\:divide-green-1000\/20:required>:not([hidden])~:not([hidden]){border-color:#175e4433}.required\:divide-green-1000\/25:required>:not([hidden])~:not([hidden]){border-color:#175e4440}.required\:divide-green-1000\/30:required>:not([hidden])~:not([hidden]){border-color:#175e444d}.required\:divide-green-1000\/40:required>:not([hidden])~:not([hidden]){border-color:#175e4466}.required\:divide-green-1000\/50:required>:not([hidden])~:not([hidden]){border-color:#175e4480}.required\:divide-green-1000\/60:required>:not([hidden])~:not([hidden]){border-color:#175e4499}.required\:divide-green-1000\/70:required>:not([hidden])~:not([hidden]){border-color:#175e44b3}.required\:divide-green-1000\/75:required>:not([hidden])~:not([hidden]){border-color:#175e44bf}.required\:divide-green-1000\/80:required>:not([hidden])~:not([hidden]){border-color:#175e44cc}.required\:divide-green-1000\/90:required>:not([hidden])~:not([hidden]){border-color:#175e44e6}.required\:divide-green-1000\/95:required>:not([hidden])~:not([hidden]){border-color:#175e44f2}.required\:divide-green-1000\/100:required>:not([hidden])~:not([hidden]){border-color:#175e44}.required\:divide-blue-1000\/0:required>:not([hidden])~:not([hidden]){border-color:#102c6900}.required\:divide-blue-1000\/5:required>:not([hidden])~:not([hidden]){border-color:#102c690d}.required\:divide-blue-1000\/10:required>:not([hidden])~:not([hidden]){border-color:#102c691a}.required\:divide-blue-1000\/20:required>:not([hidden])~:not([hidden]){border-color:#102c6933}.required\:divide-blue-1000\/25:required>:not([hidden])~:not([hidden]){border-color:#102c6940}.required\:divide-blue-1000\/30:required>:not([hidden])~:not([hidden]){border-color:#102c694d}.required\:divide-blue-1000\/40:required>:not([hidden])~:not([hidden]){border-color:#102c6966}.required\:divide-blue-1000\/50:required>:not([hidden])~:not([hidden]){border-color:#102c6980}.required\:divide-blue-1000\/60:required>:not([hidden])~:not([hidden]){border-color:#102c6999}.required\:divide-blue-1000\/70:required>:not([hidden])~:not([hidden]){border-color:#102c69b3}.required\:divide-blue-1000\/75:required>:not([hidden])~:not([hidden]){border-color:#102c69bf}.required\:divide-blue-1000\/80:required>:not([hidden])~:not([hidden]){border-color:#102c69cc}.required\:divide-blue-1000\/90:required>:not([hidden])~:not([hidden]){border-color:#102c69e6}.required\:divide-blue-1000\/95:required>:not([hidden])~:not([hidden]){border-color:#102c69f2}.required\:divide-blue-1000\/100:required>:not([hidden])~:not([hidden]){border-color:#102c69}.required\:divide-orange-1000\/0:required>:not([hidden])~:not([hidden]){border-color:#68270500}.required\:divide-orange-1000\/5:required>:not([hidden])~:not([hidden]){border-color:#6827050d}.required\:divide-orange-1000\/10:required>:not([hidden])~:not([hidden]){border-color:#6827051a}.required\:divide-orange-1000\/20:required>:not([hidden])~:not([hidden]){border-color:#68270533}.required\:divide-orange-1000\/25:required>:not([hidden])~:not([hidden]){border-color:#68270540}.required\:divide-orange-1000\/30:required>:not([hidden])~:not([hidden]){border-color:#6827054d}.required\:divide-orange-1000\/40:required>:not([hidden])~:not([hidden]){border-color:#68270566}.required\:divide-orange-1000\/50:required>:not([hidden])~:not([hidden]){border-color:#68270580}.required\:divide-orange-1000\/60:required>:not([hidden])~:not([hidden]){border-color:#68270599}.required\:divide-orange-1000\/70:required>:not([hidden])~:not([hidden]){border-color:#682705b3}.required\:divide-orange-1000\/75:required>:not([hidden])~:not([hidden]){border-color:#682705bf}.required\:divide-orange-1000\/80:required>:not([hidden])~:not([hidden]){border-color:#682705cc}.required\:divide-orange-1000\/90:required>:not([hidden])~:not([hidden]){border-color:#682705e6}.required\:divide-orange-1000\/95:required>:not([hidden])~:not([hidden]){border-color:#682705f2}.required\:divide-orange-1000\/100:required>:not([hidden])~:not([hidden]){border-color:#682705}.required\:divide-red-1000\/0:required>:not([hidden])~:not([hidden]){border-color:#62101000}.required\:divide-red-1000\/5:required>:not([hidden])~:not([hidden]){border-color:#6210100d}.required\:divide-red-1000\/10:required>:not([hidden])~:not([hidden]){border-color:#6210101a}.required\:divide-red-1000\/20:required>:not([hidden])~:not([hidden]){border-color:#62101033}.required\:divide-red-1000\/25:required>:not([hidden])~:not([hidden]){border-color:#62101040}.required\:divide-red-1000\/30:required>:not([hidden])~:not([hidden]){border-color:#6210104d}.required\:divide-red-1000\/40:required>:not([hidden])~:not([hidden]){border-color:#62101066}.required\:divide-red-1000\/50:required>:not([hidden])~:not([hidden]){border-color:#62101080}.required\:divide-red-1000\/60:required>:not([hidden])~:not([hidden]){border-color:#62101099}.required\:divide-red-1000\/70:required>:not([hidden])~:not([hidden]){border-color:#621010b3}.required\:divide-red-1000\/75:required>:not([hidden])~:not([hidden]){border-color:#621010bf}.required\:divide-red-1000\/80:required>:not([hidden])~:not([hidden]){border-color:#621010cc}.required\:divide-red-1000\/90:required>:not([hidden])~:not([hidden]){border-color:#621010e6}.required\:divide-red-1000\/95:required>:not([hidden])~:not([hidden]){border-color:#621010f2}.required\:divide-red-1000\/100:required>:not([hidden])~:not([hidden]){border-color:#621010}.required\:divide-primary\/0:required>:not([hidden])~:not([hidden]){border-color:#a78bfa00}.required\:divide-primary\/5:required>:not([hidden])~:not([hidden]){border-color:#a78bfa0d}.required\:divide-primary\/10:required>:not([hidden])~:not([hidden]){border-color:#a78bfa1a}.required\:divide-primary\/20:required>:not([hidden])~:not([hidden]){border-color:#a78bfa33}.required\:divide-primary\/25:required>:not([hidden])~:not([hidden]){border-color:#a78bfa40}.required\:divide-primary\/30:required>:not([hidden])~:not([hidden]){border-color:#a78bfa4d}.required\:divide-primary\/40:required>:not([hidden])~:not([hidden]){border-color:#a78bfa66}.required\:divide-primary\/50:required>:not([hidden])~:not([hidden]){border-color:#a78bfa80}.required\:divide-primary\/60:required>:not([hidden])~:not([hidden]){border-color:#a78bfa99}.required\:divide-primary\/70:required>:not([hidden])~:not([hidden]){border-color:#a78bfab3}.required\:divide-primary\/75:required>:not([hidden])~:not([hidden]){border-color:#a78bfabf}.required\:divide-primary\/80:required>:not([hidden])~:not([hidden]){border-color:#a78bfacc}.required\:divide-primary\/90:required>:not([hidden])~:not([hidden]){border-color:#a78bfae6}.required\:divide-primary\/95:required>:not([hidden])~:not([hidden]){border-color:#a78bfaf2}.required\:divide-primary\/100:required>:not([hidden])~:not([hidden]){border-color:#a78bfa}.required\:divide-primary-light\/0:required>:not([hidden])~:not([hidden]){border-color:#f7f5fe00}.required\:divide-primary-light\/5:required>:not([hidden])~:not([hidden]){border-color:#f7f5fe0d}.required\:divide-primary-light\/10:required>:not([hidden])~:not([hidden]){border-color:#f7f5fe1a}.required\:divide-primary-light\/20:required>:not([hidden])~:not([hidden]){border-color:#f7f5fe33}.required\:divide-primary-light\/25:required>:not([hidden])~:not([hidden]){border-color:#f7f5fe40}.required\:divide-primary-light\/30:required>:not([hidden])~:not([hidden]){border-color:#f7f5fe4d}.required\:divide-primary-light\/40:required>:not([hidden])~:not([hidden]){border-color:#f7f5fe66}.required\:divide-primary-light\/50:required>:not([hidden])~:not([hidden]){border-color:#f7f5fe80}.required\:divide-primary-light\/60:required>:not([hidden])~:not([hidden]){border-color:#f7f5fe99}.required\:divide-primary-light\/70:required>:not([hidden])~:not([hidden]){border-color:#f7f5feb3}.required\:divide-primary-light\/75:required>:not([hidden])~:not([hidden]){border-color:#f7f5febf}.required\:divide-primary-light\/80:required>:not([hidden])~:not([hidden]){border-color:#f7f5fecc}.required\:divide-primary-light\/90:required>:not([hidden])~:not([hidden]){border-color:#f7f5fee6}.required\:divide-primary-light\/95:required>:not([hidden])~:not([hidden]){border-color:#f7f5fef2}.required\:divide-primary-light\/100:required>:not([hidden])~:not([hidden]){border-color:#f7f5fe}.required\:divide-primary-dark\/0:required>:not([hidden])~:not([hidden]){border-color:#69579e00}.required\:divide-primary-dark\/5:required>:not([hidden])~:not([hidden]){border-color:#69579e0d}.required\:divide-primary-dark\/10:required>:not([hidden])~:not([hidden]){border-color:#69579e1a}.required\:divide-primary-dark\/20:required>:not([hidden])~:not([hidden]){border-color:#69579e33}.required\:divide-primary-dark\/25:required>:not([hidden])~:not([hidden]){border-color:#69579e40}.required\:divide-primary-dark\/30:required>:not([hidden])~:not([hidden]){border-color:#69579e4d}.required\:divide-primary-dark\/40:required>:not([hidden])~:not([hidden]){border-color:#69579e66}.required\:divide-primary-dark\/50:required>:not([hidden])~:not([hidden]){border-color:#69579e80}.required\:divide-primary-dark\/60:required>:not([hidden])~:not([hidden]){border-color:#69579e99}.required\:divide-primary-dark\/70:required>:not([hidden])~:not([hidden]){border-color:#69579eb3}.required\:divide-primary-dark\/75:required>:not([hidden])~:not([hidden]){border-color:#69579ebf}.required\:divide-primary-dark\/80:required>:not([hidden])~:not([hidden]){border-color:#69579ecc}.required\:divide-primary-dark\/90:required>:not([hidden])~:not([hidden]){border-color:#69579ee6}.required\:divide-primary-dark\/95:required>:not([hidden])~:not([hidden]){border-color:#69579ef2}.required\:divide-primary-dark\/100:required>:not([hidden])~:not([hidden]){border-color:#69579e}.required\:divide-info\/0:required>:not([hidden])~:not([hidden]){border-color:#7690ef00}.required\:divide-info\/5:required>:not([hidden])~:not([hidden]){border-color:#7690ef0d}.required\:divide-info\/10:required>:not([hidden])~:not([hidden]){border-color:#7690ef1a}.required\:divide-info\/20:required>:not([hidden])~:not([hidden]){border-color:#7690ef33}.required\:divide-info\/25:required>:not([hidden])~:not([hidden]){border-color:#7690ef40}.required\:divide-info\/30:required>:not([hidden])~:not([hidden]){border-color:#7690ef4d}.required\:divide-info\/40:required>:not([hidden])~:not([hidden]){border-color:#7690ef66}.required\:divide-info\/50:required>:not([hidden])~:not([hidden]){border-color:#7690ef80}.required\:divide-info\/60:required>:not([hidden])~:not([hidden]){border-color:#7690ef99}.required\:divide-info\/70:required>:not([hidden])~:not([hidden]){border-color:#7690efb3}.required\:divide-info\/75:required>:not([hidden])~:not([hidden]){border-color:#7690efbf}.required\:divide-info\/80:required>:not([hidden])~:not([hidden]){border-color:#7690efcc}.required\:divide-info\/90:required>:not([hidden])~:not([hidden]){border-color:#7690efe6}.required\:divide-info\/95:required>:not([hidden])~:not([hidden]){border-color:#7690eff2}.required\:divide-info\/100:required>:not([hidden])~:not([hidden]){border-color:#7690ef}.required\:divide-info-light\/0:required>:not([hidden])~:not([hidden]){border-color:#f2f3fd00}.required\:divide-info-light\/5:required>:not([hidden])~:not([hidden]){border-color:#f2f3fd0d}.required\:divide-info-light\/10:required>:not([hidden])~:not([hidden]){border-color:#f2f3fd1a}.required\:divide-info-light\/20:required>:not([hidden])~:not([hidden]){border-color:#f2f3fd33}.required\:divide-info-light\/25:required>:not([hidden])~:not([hidden]){border-color:#f2f3fd40}.required\:divide-info-light\/30:required>:not([hidden])~:not([hidden]){border-color:#f2f3fd4d}.required\:divide-info-light\/40:required>:not([hidden])~:not([hidden]){border-color:#f2f3fd66}.required\:divide-info-light\/50:required>:not([hidden])~:not([hidden]){border-color:#f2f3fd80}.required\:divide-info-light\/60:required>:not([hidden])~:not([hidden]){border-color:#f2f3fd99}.required\:divide-info-light\/70:required>:not([hidden])~:not([hidden]){border-color:#f2f3fdb3}.required\:divide-info-light\/75:required>:not([hidden])~:not([hidden]){border-color:#f2f3fdbf}.required\:divide-info-light\/80:required>:not([hidden])~:not([hidden]){border-color:#f2f3fdcc}.required\:divide-info-light\/90:required>:not([hidden])~:not([hidden]){border-color:#f2f3fde6}.required\:divide-info-light\/95:required>:not([hidden])~:not([hidden]){border-color:#f2f3fdf2}.required\:divide-info-light\/100:required>:not([hidden])~:not([hidden]){border-color:#f2f3fd}.required\:divide-info-dark\/0:required>:not([hidden])~:not([hidden]){border-color:#2158d200}.required\:divide-info-dark\/5:required>:not([hidden])~:not([hidden]){border-color:#2158d20d}.required\:divide-info-dark\/10:required>:not([hidden])~:not([hidden]){border-color:#2158d21a}.required\:divide-info-dark\/20:required>:not([hidden])~:not([hidden]){border-color:#2158d233}.required\:divide-info-dark\/25:required>:not([hidden])~:not([hidden]){border-color:#2158d240}.required\:divide-info-dark\/30:required>:not([hidden])~:not([hidden]){border-color:#2158d24d}.required\:divide-info-dark\/40:required>:not([hidden])~:not([hidden]){border-color:#2158d266}.required\:divide-info-dark\/50:required>:not([hidden])~:not([hidden]){border-color:#2158d280}.required\:divide-info-dark\/60:required>:not([hidden])~:not([hidden]){border-color:#2158d299}.required\:divide-info-dark\/70:required>:not([hidden])~:not([hidden]){border-color:#2158d2b3}.required\:divide-info-dark\/75:required>:not([hidden])~:not([hidden]){border-color:#2158d2bf}.required\:divide-info-dark\/80:required>:not([hidden])~:not([hidden]){border-color:#2158d2cc}.required\:divide-info-dark\/90:required>:not([hidden])~:not([hidden]){border-color:#2158d2e6}.required\:divide-info-dark\/95:required>:not([hidden])~:not([hidden]){border-color:#2158d2f2}.required\:divide-info-dark\/100:required>:not([hidden])~:not([hidden]){border-color:#2158d2}.required\:divide-success\/0:required>:not([hidden])~:not([hidden]){border-color:#28a37600}.required\:divide-success\/5:required>:not([hidden])~:not([hidden]){border-color:#28a3760d}.required\:divide-success\/10:required>:not([hidden])~:not([hidden]){border-color:#28a3761a}.required\:divide-success\/20:required>:not([hidden])~:not([hidden]){border-color:#28a37633}.required\:divide-success\/25:required>:not([hidden])~:not([hidden]){border-color:#28a37640}.required\:divide-success\/30:required>:not([hidden])~:not([hidden]){border-color:#28a3764d}.required\:divide-success\/40:required>:not([hidden])~:not([hidden]){border-color:#28a37666}.required\:divide-success\/50:required>:not([hidden])~:not([hidden]){border-color:#28a37680}.required\:divide-success\/60:required>:not([hidden])~:not([hidden]){border-color:#28a37699}.required\:divide-success\/70:required>:not([hidden])~:not([hidden]){border-color:#28a376b3}.required\:divide-success\/75:required>:not([hidden])~:not([hidden]){border-color:#28a376bf}.required\:divide-success\/80:required>:not([hidden])~:not([hidden]){border-color:#28a376cc}.required\:divide-success\/90:required>:not([hidden])~:not([hidden]){border-color:#28a376e6}.required\:divide-success\/95:required>:not([hidden])~:not([hidden]){border-color:#28a376f2}.required\:divide-success\/100:required>:not([hidden])~:not([hidden]){border-color:#28a376}.required\:divide-success-light\/0:required>:not([hidden])~:not([hidden]){border-color:#f2faf600}.required\:divide-success-light\/5:required>:not([hidden])~:not([hidden]){border-color:#f2faf60d}.required\:divide-success-light\/10:required>:not([hidden])~:not([hidden]){border-color:#f2faf61a}.required\:divide-success-light\/20:required>:not([hidden])~:not([hidden]){border-color:#f2faf633}.required\:divide-success-light\/25:required>:not([hidden])~:not([hidden]){border-color:#f2faf640}.required\:divide-success-light\/30:required>:not([hidden])~:not([hidden]){border-color:#f2faf64d}.required\:divide-success-light\/40:required>:not([hidden])~:not([hidden]){border-color:#f2faf666}.required\:divide-success-light\/50:required>:not([hidden])~:not([hidden]){border-color:#f2faf680}.required\:divide-success-light\/60:required>:not([hidden])~:not([hidden]){border-color:#f2faf699}.required\:divide-success-light\/70:required>:not([hidden])~:not([hidden]){border-color:#f2faf6b3}.required\:divide-success-light\/75:required>:not([hidden])~:not([hidden]){border-color:#f2faf6bf}.required\:divide-success-light\/80:required>:not([hidden])~:not([hidden]){border-color:#f2faf6cc}.required\:divide-success-light\/90:required>:not([hidden])~:not([hidden]){border-color:#f2faf6e6}.required\:divide-success-light\/95:required>:not([hidden])~:not([hidden]){border-color:#f2faf6f2}.required\:divide-success-light\/100:required>:not([hidden])~:not([hidden]){border-color:#f2faf6}.required\:divide-success-dark\/0:required>:not([hidden])~:not([hidden]){border-color:#20856000}.required\:divide-success-dark\/5:required>:not([hidden])~:not([hidden]){border-color:#2085600d}.required\:divide-success-dark\/10:required>:not([hidden])~:not([hidden]){border-color:#2085601a}.required\:divide-success-dark\/20:required>:not([hidden])~:not([hidden]){border-color:#20856033}.required\:divide-success-dark\/25:required>:not([hidden])~:not([hidden]){border-color:#20856040}.required\:divide-success-dark\/30:required>:not([hidden])~:not([hidden]){border-color:#2085604d}.required\:divide-success-dark\/40:required>:not([hidden])~:not([hidden]){border-color:#20856066}.required\:divide-success-dark\/50:required>:not([hidden])~:not([hidden]){border-color:#20856080}.required\:divide-success-dark\/60:required>:not([hidden])~:not([hidden]){border-color:#20856099}.required\:divide-success-dark\/70:required>:not([hidden])~:not([hidden]){border-color:#208560b3}.required\:divide-success-dark\/75:required>:not([hidden])~:not([hidden]){border-color:#208560bf}.required\:divide-success-dark\/80:required>:not([hidden])~:not([hidden]){border-color:#208560cc}.required\:divide-success-dark\/90:required>:not([hidden])~:not([hidden]){border-color:#208560e6}.required\:divide-success-dark\/95:required>:not([hidden])~:not([hidden]){border-color:#208560f2}.required\:divide-success-dark\/100:required>:not([hidden])~:not([hidden]){border-color:#208560}.required\:divide-warning\/0:required>:not([hidden])~:not([hidden]){border-color:#faac1e00}.required\:divide-warning\/5:required>:not([hidden])~:not([hidden]){border-color:#faac1e0d}.required\:divide-warning\/10:required>:not([hidden])~:not([hidden]){border-color:#faac1e1a}.required\:divide-warning\/20:required>:not([hidden])~:not([hidden]){border-color:#faac1e33}.required\:divide-warning\/25:required>:not([hidden])~:not([hidden]){border-color:#faac1e40}.required\:divide-warning\/30:required>:not([hidden])~:not([hidden]){border-color:#faac1e4d}.required\:divide-warning\/40:required>:not([hidden])~:not([hidden]){border-color:#faac1e66}.required\:divide-warning\/50:required>:not([hidden])~:not([hidden]){border-color:#faac1e80}.required\:divide-warning\/60:required>:not([hidden])~:not([hidden]){border-color:#faac1e99}.required\:divide-warning\/70:required>:not([hidden])~:not([hidden]){border-color:#faac1eb3}.required\:divide-warning\/75:required>:not([hidden])~:not([hidden]){border-color:#faac1ebf}.required\:divide-warning\/80:required>:not([hidden])~:not([hidden]){border-color:#faac1ecc}.required\:divide-warning\/90:required>:not([hidden])~:not([hidden]){border-color:#faac1ee6}.required\:divide-warning\/95:required>:not([hidden])~:not([hidden]){border-color:#faac1ef2}.required\:divide-warning\/100:required>:not([hidden])~:not([hidden]){border-color:#faac1e}.required\:divide-warning-light\/0:required>:not([hidden])~:not([hidden]){border-color:#fef7f200}.required\:divide-warning-light\/5:required>:not([hidden])~:not([hidden]){border-color:#fef7f20d}.required\:divide-warning-light\/10:required>:not([hidden])~:not([hidden]){border-color:#fef7f21a}.required\:divide-warning-light\/20:required>:not([hidden])~:not([hidden]){border-color:#fef7f233}.required\:divide-warning-light\/25:required>:not([hidden])~:not([hidden]){border-color:#fef7f240}.required\:divide-warning-light\/30:required>:not([hidden])~:not([hidden]){border-color:#fef7f24d}.required\:divide-warning-light\/40:required>:not([hidden])~:not([hidden]){border-color:#fef7f266}.required\:divide-warning-light\/50:required>:not([hidden])~:not([hidden]){border-color:#fef7f280}.required\:divide-warning-light\/60:required>:not([hidden])~:not([hidden]){border-color:#fef7f299}.required\:divide-warning-light\/70:required>:not([hidden])~:not([hidden]){border-color:#fef7f2b3}.required\:divide-warning-light\/75:required>:not([hidden])~:not([hidden]){border-color:#fef7f2bf}.required\:divide-warning-light\/80:required>:not([hidden])~:not([hidden]){border-color:#fef7f2cc}.required\:divide-warning-light\/90:required>:not([hidden])~:not([hidden]){border-color:#fef7f2e6}.required\:divide-warning-light\/95:required>:not([hidden])~:not([hidden]){border-color:#fef7f2f2}.required\:divide-warning-light\/100:required>:not([hidden])~:not([hidden]){border-color:#fef7f2}.required\:divide-warning-dark\/0:required>:not([hidden])~:not([hidden]){border-color:#9e6c1200}.required\:divide-warning-dark\/5:required>:not([hidden])~:not([hidden]){border-color:#9e6c120d}.required\:divide-warning-dark\/10:required>:not([hidden])~:not([hidden]){border-color:#9e6c121a}.required\:divide-warning-dark\/20:required>:not([hidden])~:not([hidden]){border-color:#9e6c1233}.required\:divide-warning-dark\/25:required>:not([hidden])~:not([hidden]){border-color:#9e6c1240}.required\:divide-warning-dark\/30:required>:not([hidden])~:not([hidden]){border-color:#9e6c124d}.required\:divide-warning-dark\/40:required>:not([hidden])~:not([hidden]){border-color:#9e6c1266}.required\:divide-warning-dark\/50:required>:not([hidden])~:not([hidden]){border-color:#9e6c1280}.required\:divide-warning-dark\/60:required>:not([hidden])~:not([hidden]){border-color:#9e6c1299}.required\:divide-warning-dark\/70:required>:not([hidden])~:not([hidden]){border-color:#9e6c12b3}.required\:divide-warning-dark\/75:required>:not([hidden])~:not([hidden]){border-color:#9e6c12bf}.required\:divide-warning-dark\/80:required>:not([hidden])~:not([hidden]){border-color:#9e6c12cc}.required\:divide-warning-dark\/90:required>:not([hidden])~:not([hidden]){border-color:#9e6c12e6}.required\:divide-warning-dark\/95:required>:not([hidden])~:not([hidden]){border-color:#9e6c12f2}.required\:divide-warning-dark\/100:required>:not([hidden])~:not([hidden]){border-color:#9e6c12}.required\:divide-error\/0:required>:not([hidden])~:not([hidden]){border-color:#dc262600}.required\:divide-error\/5:required>:not([hidden])~:not([hidden]){border-color:#dc26260d}.required\:divide-error\/10:required>:not([hidden])~:not([hidden]){border-color:#dc26261a}.required\:divide-error\/20:required>:not([hidden])~:not([hidden]){border-color:#dc262633}.required\:divide-error\/25:required>:not([hidden])~:not([hidden]){border-color:#dc262640}.required\:divide-error\/30:required>:not([hidden])~:not([hidden]){border-color:#dc26264d}.required\:divide-error\/40:required>:not([hidden])~:not([hidden]){border-color:#dc262666}.required\:divide-error\/50:required>:not([hidden])~:not([hidden]){border-color:#dc262680}.required\:divide-error\/60:required>:not([hidden])~:not([hidden]){border-color:#dc262699}.required\:divide-error\/70:required>:not([hidden])~:not([hidden]){border-color:#dc2626b3}.required\:divide-error\/75:required>:not([hidden])~:not([hidden]){border-color:#dc2626bf}.required\:divide-error\/80:required>:not([hidden])~:not([hidden]){border-color:#dc2626cc}.required\:divide-error\/90:required>:not([hidden])~:not([hidden]){border-color:#dc2626e6}.required\:divide-error\/95:required>:not([hidden])~:not([hidden]){border-color:#dc2626f2}.required\:divide-error\/100:required>:not([hidden])~:not([hidden]){border-color:#dc2626}.required\:divide-error-light\/0:required>:not([hidden])~:not([hidden]){border-color:#fbf2f200}.required\:divide-error-light\/5:required>:not([hidden])~:not([hidden]){border-color:#fbf2f20d}.required\:divide-error-light\/10:required>:not([hidden])~:not([hidden]){border-color:#fbf2f21a}.required\:divide-error-light\/20:required>:not([hidden])~:not([hidden]){border-color:#fbf2f233}.required\:divide-error-light\/25:required>:not([hidden])~:not([hidden]){border-color:#fbf2f240}.required\:divide-error-light\/30:required>:not([hidden])~:not([hidden]){border-color:#fbf2f24d}.required\:divide-error-light\/40:required>:not([hidden])~:not([hidden]){border-color:#fbf2f266}.required\:divide-error-light\/50:required>:not([hidden])~:not([hidden]){border-color:#fbf2f280}.required\:divide-error-light\/60:required>:not([hidden])~:not([hidden]){border-color:#fbf2f299}.required\:divide-error-light\/70:required>:not([hidden])~:not([hidden]){border-color:#fbf2f2b3}.required\:divide-error-light\/75:required>:not([hidden])~:not([hidden]){border-color:#fbf2f2bf}.required\:divide-error-light\/80:required>:not([hidden])~:not([hidden]){border-color:#fbf2f2cc}.required\:divide-error-light\/90:required>:not([hidden])~:not([hidden]){border-color:#fbf2f2e6}.required\:divide-error-light\/95:required>:not([hidden])~:not([hidden]){border-color:#fbf2f2f2}.required\:divide-error-light\/100:required>:not([hidden])~:not([hidden]){border-color:#fbf2f2}.required\:divide-error-dark\/0:required>:not([hidden])~:not([hidden]){border-color:#c4212100}.required\:divide-error-dark\/5:required>:not([hidden])~:not([hidden]){border-color:#c421210d}.required\:divide-error-dark\/10:required>:not([hidden])~:not([hidden]){border-color:#c421211a}.required\:divide-error-dark\/20:required>:not([hidden])~:not([hidden]){border-color:#c4212133}.required\:divide-error-dark\/25:required>:not([hidden])~:not([hidden]){border-color:#c4212140}.required\:divide-error-dark\/30:required>:not([hidden])~:not([hidden]){border-color:#c421214d}.required\:divide-error-dark\/40:required>:not([hidden])~:not([hidden]){border-color:#c4212166}.required\:divide-error-dark\/50:required>:not([hidden])~:not([hidden]){border-color:#c4212180}.required\:divide-error-dark\/60:required>:not([hidden])~:not([hidden]){border-color:#c4212199}.required\:divide-error-dark\/70:required>:not([hidden])~:not([hidden]){border-color:#c42121b3}.required\:divide-error-dark\/75:required>:not([hidden])~:not([hidden]){border-color:#c42121bf}.required\:divide-error-dark\/80:required>:not([hidden])~:not([hidden]){border-color:#c42121cc}.required\:divide-error-dark\/90:required>:not([hidden])~:not([hidden]){border-color:#c42121e6}.required\:divide-error-dark\/95:required>:not([hidden])~:not([hidden]){border-color:#c42121f2}.required\:divide-error-dark\/100:required>:not([hidden])~:not([hidden]){border-color:#c42121}.required\:divide-grey\/0:required>:not([hidden])~:not([hidden]){border-color:#47556900}.required\:divide-grey\/5:required>:not([hidden])~:not([hidden]){border-color:#4755690d}.required\:divide-grey\/10:required>:not([hidden])~:not([hidden]){border-color:#4755691a}.required\:divide-grey\/20:required>:not([hidden])~:not([hidden]){border-color:#47556933}.required\:divide-grey\/25:required>:not([hidden])~:not([hidden]){border-color:#47556940}.required\:divide-grey\/30:required>:not([hidden])~:not([hidden]){border-color:#4755694d}.required\:divide-grey\/40:required>:not([hidden])~:not([hidden]){border-color:#47556966}.required\:divide-grey\/50:required>:not([hidden])~:not([hidden]){border-color:#47556980}.required\:divide-grey\/60:required>:not([hidden])~:not([hidden]){border-color:#47556999}.required\:divide-grey\/70:required>:not([hidden])~:not([hidden]){border-color:#475569b3}.required\:divide-grey\/75:required>:not([hidden])~:not([hidden]){border-color:#475569bf}.required\:divide-grey\/80:required>:not([hidden])~:not([hidden]){border-color:#475569cc}.required\:divide-grey\/90:required>:not([hidden])~:not([hidden]){border-color:#475569e6}.required\:divide-grey\/95:required>:not([hidden])~:not([hidden]){border-color:#475569f2}.required\:divide-grey\/100:required>:not([hidden])~:not([hidden]){border-color:#475569}.required\:divide-grey-light\/0:required>:not([hidden])~:not([hidden]){border-color:#f2f3f400}.required\:divide-grey-light\/5:required>:not([hidden])~:not([hidden]){border-color:#f2f3f40d}.required\:divide-grey-light\/10:required>:not([hidden])~:not([hidden]){border-color:#f2f3f41a}.required\:divide-grey-light\/20:required>:not([hidden])~:not([hidden]){border-color:#f2f3f433}.required\:divide-grey-light\/25:required>:not([hidden])~:not([hidden]){border-color:#f2f3f440}.required\:divide-grey-light\/30:required>:not([hidden])~:not([hidden]){border-color:#f2f3f44d}.required\:divide-grey-light\/40:required>:not([hidden])~:not([hidden]){border-color:#f2f3f466}.required\:divide-grey-light\/50:required>:not([hidden])~:not([hidden]){border-color:#f2f3f480}.required\:divide-grey-light\/60:required>:not([hidden])~:not([hidden]){border-color:#f2f3f499}.required\:divide-grey-light\/70:required>:not([hidden])~:not([hidden]){border-color:#f2f3f4b3}.required\:divide-grey-light\/75:required>:not([hidden])~:not([hidden]){border-color:#f2f3f4bf}.required\:divide-grey-light\/80:required>:not([hidden])~:not([hidden]){border-color:#f2f3f4cc}.required\:divide-grey-light\/90:required>:not([hidden])~:not([hidden]){border-color:#f2f3f4e6}.required\:divide-grey-light\/95:required>:not([hidden])~:not([hidden]){border-color:#f2f3f4f2}.required\:divide-grey-light\/100:required>:not([hidden])~:not([hidden]){border-color:#f2f3f4}.required\:divide-grey-dark\/0:required>:not([hidden])~:not([hidden]){border-color:#2c354200}.required\:divide-grey-dark\/5:required>:not([hidden])~:not([hidden]){border-color:#2c35420d}.required\:divide-grey-dark\/10:required>:not([hidden])~:not([hidden]){border-color:#2c35421a}.required\:divide-grey-dark\/20:required>:not([hidden])~:not([hidden]){border-color:#2c354233}.required\:divide-grey-dark\/25:required>:not([hidden])~:not([hidden]){border-color:#2c354240}.required\:divide-grey-dark\/30:required>:not([hidden])~:not([hidden]){border-color:#2c35424d}.required\:divide-grey-dark\/40:required>:not([hidden])~:not([hidden]){border-color:#2c354266}.required\:divide-grey-dark\/50:required>:not([hidden])~:not([hidden]){border-color:#2c354280}.required\:divide-grey-dark\/60:required>:not([hidden])~:not([hidden]){border-color:#2c354299}.required\:divide-grey-dark\/70:required>:not([hidden])~:not([hidden]){border-color:#2c3542b3}.required\:divide-grey-dark\/75:required>:not([hidden])~:not([hidden]){border-color:#2c3542bf}.required\:divide-grey-dark\/80:required>:not([hidden])~:not([hidden]){border-color:#2c3542cc}.required\:divide-grey-dark\/90:required>:not([hidden])~:not([hidden]){border-color:#2c3542e6}.required\:divide-grey-dark\/95:required>:not([hidden])~:not([hidden]){border-color:#2c3542f2}.required\:divide-grey-dark\/100:required>:not([hidden])~:not([hidden]){border-color:#2c3542}.required\:border-red-50:required{--tw-border-opacity: 1;border-color:rgb(254 242 242 / var(--tw-border-opacity))}.required\:border-red-100:required{--tw-border-opacity: 1;border-color:rgb(251 242 242 / var(--tw-border-opacity))}.required\:border-red-200:required{--tw-border-opacity: 1;border-color:rgb(248 228 228 / var(--tw-border-opacity))}.required\:border-red-300:required{--tw-border-opacity: 1;border-color:rgb(241 198 198 / var(--tw-border-opacity))}.required\:border-red-400:required{--tw-border-opacity: 1;border-color:rgb(234 163 163 / var(--tw-border-opacity))}.required\:border-red-500:required{--tw-border-opacity: 1;border-color:rgb(227 118 118 / var(--tw-border-opacity))}.required\:border-red-600:required{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}.required\:border-red-700:required{--tw-border-opacity: 1;border-color:rgb(196 33 33 / var(--tw-border-opacity))}.required\:border-red-800:required{--tw-border-opacity: 1;border-color:rgb(170 29 29 / var(--tw-border-opacity))}.required\:border-red-900:required{--tw-border-opacity: 1;border-color:rgb(139 24 24 / var(--tw-border-opacity))}.required\:border-orange-50:required{--tw-border-opacity: 1;border-color:rgb(255 247 237 / var(--tw-border-opacity))}.required\:border-orange-100:required{--tw-border-opacity: 1;border-color:rgb(252 243 241 / var(--tw-border-opacity))}.required\:border-orange-200:required{--tw-border-opacity: 1;border-color:rgb(250 231 228 / var(--tw-border-opacity))}.required\:border-orange-300:required{--tw-border-opacity: 1;border-color:rgb(246 205 197 / var(--tw-border-opacity))}.required\:border-orange-400:required{--tw-border-opacity: 1;border-color:rgb(242 175 161 / var(--tw-border-opacity))}.required\:border-orange-500:required{--tw-border-opacity: 1;border-color:rgb(238 138 114 / var(--tw-border-opacity))}.required\:border-orange-600:required{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity))}.required\:border-orange-700:required{--tw-border-opacity: 1;border-color:rgb(209 78 10 / var(--tw-border-opacity))}.required\:border-orange-800:required{--tw-border-opacity: 1;border-color:rgb(181 68 9 / var(--tw-border-opacity))}.required\:border-orange-900:required{--tw-border-opacity: 1;border-color:rgb(147 55 7 / var(--tw-border-opacity))}.required\:border-yellow-50:required{--tw-border-opacity: 1;border-color:rgb(254 252 232 / var(--tw-border-opacity))}.required\:border-yellow-100:required{--tw-border-opacity: 1;border-color:rgb(254 243 199 / var(--tw-border-opacity))}.required\:border-yellow-200:required{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity))}.required\:border-yellow-300:required{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity))}.required\:border-yellow-400:required{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity))}.required\:border-yellow-500:required{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}.required\:border-yellow-600:required{--tw-border-opacity: 1;border-color:rgb(217 119 6 / var(--tw-border-opacity))}.required\:border-yellow-700:required{--tw-border-opacity: 1;border-color:rgb(180 83 9 / var(--tw-border-opacity))}.required\:border-yellow-800:required{--tw-border-opacity: 1;border-color:rgb(146 64 14 / var(--tw-border-opacity))}.required\:border-yellow-900:required{--tw-border-opacity: 1;border-color:rgb(120 53 15 / var(--tw-border-opacity))}.required\:border-green-50:required{--tw-border-opacity: 1;border-color:rgb(240 253 244 / var(--tw-border-opacity))}.required\:border-green-100:required{--tw-border-opacity: 1;border-color:rgb(242 250 246 / var(--tw-border-opacity))}.required\:border-green-200:required{--tw-border-opacity: 1;border-color:rgb(229 246 238 / var(--tw-border-opacity))}.required\:border-green-300:required{--tw-border-opacity: 1;border-color:rgb(200 238 219 / var(--tw-border-opacity))}.required\:border-green-400:required{--tw-border-opacity: 1;border-color:rgb(166 229 200 / var(--tw-border-opacity))}.required\:border-green-500:required{--tw-border-opacity: 1;border-color:rgb(123 220 178 / var(--tw-border-opacity))}.required\:border-green-600:required{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity))}.required\:border-green-700:required{--tw-border-opacity: 1;border-color:rgb(46 188 136 / var(--tw-border-opacity))}.required\:border-green-800:required{--tw-border-opacity: 1;border-color:rgb(40 163 118 / var(--tw-border-opacity))}.required\:border-green-900:required{--tw-border-opacity: 1;border-color:rgb(32 133 96 / var(--tw-border-opacity))}.required\:border-emerald-50:required{--tw-border-opacity: 1;border-color:rgb(236 253 245 / var(--tw-border-opacity))}.required\:border-emerald-100:required{--tw-border-opacity: 1;border-color:rgb(209 250 229 / var(--tw-border-opacity))}.required\:border-emerald-200:required{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity))}.required\:border-emerald-300:required{--tw-border-opacity: 1;border-color:rgb(110 231 183 / var(--tw-border-opacity))}.required\:border-emerald-400:required{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity))}.required\:border-emerald-500:required{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity))}.required\:border-emerald-600:required{--tw-border-opacity: 1;border-color:rgb(5 150 105 / var(--tw-border-opacity))}.required\:border-emerald-700:required{--tw-border-opacity: 1;border-color:rgb(4 120 87 / var(--tw-border-opacity))}.required\:border-emerald-800:required{--tw-border-opacity: 1;border-color:rgb(6 95 70 / var(--tw-border-opacity))}.required\:border-emerald-900:required{--tw-border-opacity: 1;border-color:rgb(6 78 59 / var(--tw-border-opacity))}.required\:border-teal-50:required{--tw-border-opacity: 1;border-color:rgb(240 253 250 / var(--tw-border-opacity))}.required\:border-teal-100:required{--tw-border-opacity: 1;border-color:rgb(204 251 241 / var(--tw-border-opacity))}.required\:border-teal-200:required{--tw-border-opacity: 1;border-color:rgb(153 246 228 / var(--tw-border-opacity))}.required\:border-teal-300:required{--tw-border-opacity: 1;border-color:rgb(94 234 212 / var(--tw-border-opacity))}.required\:border-teal-400:required{--tw-border-opacity: 1;border-color:rgb(45 212 191 / var(--tw-border-opacity))}.required\:border-teal-500:required{--tw-border-opacity: 1;border-color:rgb(20 184 166 / var(--tw-border-opacity))}.required\:border-teal-600:required{--tw-border-opacity: 1;border-color:rgb(13 148 136 / var(--tw-border-opacity))}.required\:border-teal-700:required{--tw-border-opacity: 1;border-color:rgb(15 118 110 / var(--tw-border-opacity))}.required\:border-teal-800:required{--tw-border-opacity: 1;border-color:rgb(17 94 89 / var(--tw-border-opacity))}.required\:border-teal-900:required{--tw-border-opacity: 1;border-color:rgb(19 78 74 / var(--tw-border-opacity))}.required\:border-sky-50:required{--tw-border-opacity: 1;border-color:rgb(240 249 255 / var(--tw-border-opacity))}.required\:border-sky-100:required{--tw-border-opacity: 1;border-color:rgb(224 242 254 / var(--tw-border-opacity))}.required\:border-sky-200:required{--tw-border-opacity: 1;border-color:rgb(186 230 253 / var(--tw-border-opacity))}.required\:border-sky-300:required{--tw-border-opacity: 1;border-color:rgb(125 211 252 / var(--tw-border-opacity))}.required\:border-sky-400:required{--tw-border-opacity: 1;border-color:rgb(56 189 248 / var(--tw-border-opacity))}.required\:border-sky-500:required{--tw-border-opacity: 1;border-color:rgb(14 165 233 / var(--tw-border-opacity))}.required\:border-sky-600:required{--tw-border-opacity: 1;border-color:rgb(2 132 199 / var(--tw-border-opacity))}.required\:border-sky-700:required{--tw-border-opacity: 1;border-color:rgb(3 105 161 / var(--tw-border-opacity))}.required\:border-sky-800:required{--tw-border-opacity: 1;border-color:rgb(7 89 133 / var(--tw-border-opacity))}.required\:border-sky-900:required{--tw-border-opacity: 1;border-color:rgb(12 74 110 / var(--tw-border-opacity))}.required\:border-blue-50:required{--tw-border-opacity: 1;border-color:rgb(239 246 255 / var(--tw-border-opacity))}.required\:border-blue-100:required{--tw-border-opacity: 1;border-color:rgb(242 243 253 / var(--tw-border-opacity))}.required\:border-blue-200:required{--tw-border-opacity: 1;border-color:rgb(228 232 251 / var(--tw-border-opacity))}.required\:border-blue-300:required{--tw-border-opacity: 1;border-color:rgb(198 207 247 / var(--tw-border-opacity))}.required\:border-blue-400:required{--tw-border-opacity: 1;border-color:rgb(163 178 243 / var(--tw-border-opacity))}.required\:border-blue-500:required{--tw-border-opacity: 1;border-color:rgb(118 144 239 / var(--tw-border-opacity))}.required\:border-blue-600:required{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity))}.required\:border-blue-700:required{--tw-border-opacity: 1;border-color:rgb(33 88 210 / var(--tw-border-opacity))}.required\:border-blue-800:required{--tw-border-opacity: 1;border-color:rgb(28 76 182 / var(--tw-border-opacity))}.required\:border-blue-900:required{--tw-border-opacity: 1;border-color:rgb(23 62 148 / var(--tw-border-opacity))}.required\:border-indigo-50:required{--tw-border-opacity: 1;border-color:rgb(238 242 255 / var(--tw-border-opacity))}.required\:border-indigo-100:required{--tw-border-opacity: 1;border-color:rgb(224 231 255 / var(--tw-border-opacity))}.required\:border-indigo-200:required{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity))}.required\:border-indigo-300:required{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity))}.required\:border-indigo-400:required{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity))}.required\:border-indigo-500:required{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity))}.required\:border-indigo-600:required{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity))}.required\:border-indigo-700:required{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity))}.required\:border-indigo-800:required{--tw-border-opacity: 1;border-color:rgb(55 48 163 / var(--tw-border-opacity))}.required\:border-indigo-900:required{--tw-border-opacity: 1;border-color:rgb(49 46 129 / var(--tw-border-opacity))}.required\:border-violet-50:required{--tw-border-opacity: 1;border-color:rgb(245 243 255 / var(--tw-border-opacity))}.required\:border-violet-100:required{--tw-border-opacity: 1;border-color:rgb(237 233 254 / var(--tw-border-opacity))}.required\:border-violet-200:required{--tw-border-opacity: 1;border-color:rgb(221 214 254 / var(--tw-border-opacity))}.required\:border-violet-300:required{--tw-border-opacity: 1;border-color:rgb(196 181 253 / var(--tw-border-opacity))}.required\:border-violet-400:required{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity))}.required\:border-violet-500:required{--tw-border-opacity: 1;border-color:rgb(139 92 246 / var(--tw-border-opacity))}.required\:border-violet-600:required{--tw-border-opacity: 1;border-color:rgb(124 58 237 / var(--tw-border-opacity))}.required\:border-violet-700:required{--tw-border-opacity: 1;border-color:rgb(109 40 217 / var(--tw-border-opacity))}.required\:border-violet-800:required{--tw-border-opacity: 1;border-color:rgb(91 33 182 / var(--tw-border-opacity))}.required\:border-violet-900:required{--tw-border-opacity: 1;border-color:rgb(76 29 149 / var(--tw-border-opacity))}.required\:border-fuchsia-50:required{--tw-border-opacity: 1;border-color:rgb(253 244 255 / var(--tw-border-opacity))}.required\:border-fuchsia-100:required{--tw-border-opacity: 1;border-color:rgb(250 232 255 / var(--tw-border-opacity))}.required\:border-fuchsia-200:required{--tw-border-opacity: 1;border-color:rgb(245 208 254 / var(--tw-border-opacity))}.required\:border-fuchsia-300:required{--tw-border-opacity: 1;border-color:rgb(240 171 252 / var(--tw-border-opacity))}.required\:border-fuchsia-400:required{--tw-border-opacity: 1;border-color:rgb(232 121 249 / var(--tw-border-opacity))}.required\:border-fuchsia-500:required{--tw-border-opacity: 1;border-color:rgb(217 70 239 / var(--tw-border-opacity))}.required\:border-fuchsia-600:required{--tw-border-opacity: 1;border-color:rgb(192 38 211 / var(--tw-border-opacity))}.required\:border-fuchsia-700:required{--tw-border-opacity: 1;border-color:rgb(162 28 175 / var(--tw-border-opacity))}.required\:border-fuchsia-800:required{--tw-border-opacity: 1;border-color:rgb(134 25 143 / var(--tw-border-opacity))}.required\:border-fuchsia-900:required{--tw-border-opacity: 1;border-color:rgb(112 26 117 / var(--tw-border-opacity))}.required\:border-pink-50:required{--tw-border-opacity: 1;border-color:rgb(253 242 248 / var(--tw-border-opacity))}.required\:border-pink-100:required{--tw-border-opacity: 1;border-color:rgb(252 231 243 / var(--tw-border-opacity))}.required\:border-pink-200:required{--tw-border-opacity: 1;border-color:rgb(251 207 232 / var(--tw-border-opacity))}.required\:border-pink-300:required{--tw-border-opacity: 1;border-color:rgb(249 168 212 / var(--tw-border-opacity))}.required\:border-pink-400:required{--tw-border-opacity: 1;border-color:rgb(244 114 182 / var(--tw-border-opacity))}.required\:border-pink-500:required{--tw-border-opacity: 1;border-color:rgb(236 72 153 / var(--tw-border-opacity))}.required\:border-pink-600:required{--tw-border-opacity: 1;border-color:rgb(219 39 119 / var(--tw-border-opacity))}.required\:border-pink-700:required{--tw-border-opacity: 1;border-color:rgb(190 24 93 / var(--tw-border-opacity))}.required\:border-pink-800:required{--tw-border-opacity: 1;border-color:rgb(157 23 77 / var(--tw-border-opacity))}.required\:border-pink-900:required{--tw-border-opacity: 1;border-color:rgb(131 24 67 / var(--tw-border-opacity))}.required\:border-rose-50:required{--tw-border-opacity: 1;border-color:rgb(255 241 242 / var(--tw-border-opacity))}.required\:border-rose-100:required{--tw-border-opacity: 1;border-color:rgb(255 228 230 / var(--tw-border-opacity))}.required\:border-rose-200:required{--tw-border-opacity: 1;border-color:rgb(254 205 211 / var(--tw-border-opacity))}.required\:border-rose-300:required{--tw-border-opacity: 1;border-color:rgb(253 164 175 / var(--tw-border-opacity))}.required\:border-rose-400:required{--tw-border-opacity: 1;border-color:rgb(251 113 133 / var(--tw-border-opacity))}.required\:border-rose-500:required{--tw-border-opacity: 1;border-color:rgb(244 63 94 / var(--tw-border-opacity))}.required\:border-rose-600:required{--tw-border-opacity: 1;border-color:rgb(225 29 72 / var(--tw-border-opacity))}.required\:border-rose-700:required{--tw-border-opacity: 1;border-color:rgb(190 18 60 / var(--tw-border-opacity))}.required\:border-rose-800:required{--tw-border-opacity: 1;border-color:rgb(159 18 57 / var(--tw-border-opacity))}.required\:border-rose-900:required{--tw-border-opacity: 1;border-color:rgb(136 19 55 / var(--tw-border-opacity))}.required\:border-primary-100:required{--tw-border-opacity: 1;border-color:rgb(242 243 244 / var(--tw-border-opacity))}.required\:border-primary-200:required{--tw-border-opacity: 1;border-color:rgb(232 232 240 / var(--tw-border-opacity))}.required\:border-primary-300:required{--tw-border-opacity: 1;border-color:rgb(208 208 225 / var(--tw-border-opacity))}.required\:border-primary-400:required{--tw-border-opacity: 1;border-color:rgb(180 180 209 / var(--tw-border-opacity))}.required\:border-primary-500:required{--tw-border-opacity: 1;border-color:rgb(147 147 191 / var(--tw-border-opacity))}.required\:border-primary-600:required{--tw-border-opacity: 1;border-color:rgb(104 104 172 / var(--tw-border-opacity))}.required\:border-primary-700:required{--tw-border-opacity: 1;border-color:rgb(93 93 153 / var(--tw-border-opacity))}.required\:border-primary-800:required{--tw-border-opacity: 1;border-color:rgb(80 80 133 / var(--tw-border-opacity))}.required\:border-primary-900:required{--tw-border-opacity: 1;border-color:rgb(65 65 108 / var(--tw-border-opacity))}.required\:border-primary-1000:required{--tw-border-opacity: 1;border-color:rgb(46 46 76 / var(--tw-border-opacity))}.required\:border-primary-highlight-100:required{--tw-border-opacity: 1;border-color:rgb(247 245 254 / var(--tw-border-opacity))}.required\:border-primary-highlight-200:required{--tw-border-opacity: 1;border-color:rgb(239 236 254 / var(--tw-border-opacity))}.required\:border-primary-highlight-300:required{--tw-border-opacity: 1;border-color:rgb(223 216 253 / var(--tw-border-opacity))}.required\:border-primary-highlight-400:required{--tw-border-opacity: 1;border-color:rgb(206 193 252 / var(--tw-border-opacity))}.required\:border-primary-highlight-500:required{--tw-border-opacity: 1;border-color:rgb(187 168 251 / var(--tw-border-opacity))}.required\:border-primary-highlight-600:required{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity))}.required\:border-primary-highlight-700:required{--tw-border-opacity: 1;border-color:rgb(149 124 223 / var(--tw-border-opacity))}.required\:border-primary-highlight-800:required{--tw-border-opacity: 1;border-color:rgb(129 107 193 / var(--tw-border-opacity))}.required\:border-primary-highlight-900:required{--tw-border-opacity: 1;border-color:rgb(105 87 158 / var(--tw-border-opacity))}.required\:border-primary-highlight-1000:required{--tw-border-opacity: 1;border-color:rgb(74 62 111 / var(--tw-border-opacity))}.required\:border-secondary-100:required{--tw-border-opacity: 1;border-color:rgb(254 247 242 / var(--tw-border-opacity))}.required\:border-secondary-200:required{--tw-border-opacity: 1;border-color:rgb(254 240 228 / var(--tw-border-opacity))}.required\:border-secondary-300:required{--tw-border-opacity: 1;border-color:rgb(253 225 198 / var(--tw-border-opacity))}.required\:border-secondary-400:required{--tw-border-opacity: 1;border-color:rgb(252 209 162 / var(--tw-border-opacity))}.required\:border-secondary-500:required{--tw-border-opacity: 1;border-color:rgb(251 191 117 / var(--tw-border-opacity))}.required\:border-secondary-600:required{--tw-border-opacity: 1;border-color:rgb(250 172 30 / var(--tw-border-opacity))}.required\:border-secondary-700:required{--tw-border-opacity: 1;border-color:rgb(223 153 26 / var(--tw-border-opacity))}.required\:border-secondary-800:required{--tw-border-opacity: 1;border-color:rgb(193 133 23 / var(--tw-border-opacity))}.required\:border-secondary-900:required{--tw-border-opacity: 1;border-color:rgb(158 108 18 / var(--tw-border-opacity))}.required\:border-secondary-1000:required{--tw-border-opacity: 1;border-color:rgb(111 76 13 / var(--tw-border-opacity))}.required\:border-grey-100:required{--tw-border-opacity: 1;border-color:rgb(242 243 244 / var(--tw-border-opacity))}.required\:border-grey-200:required{--tw-border-opacity: 1;border-color:rgb(230 231 232 / var(--tw-border-opacity))}.required\:border-grey-300:required{--tw-border-opacity: 1;border-color:rgb(202 204 208 / var(--tw-border-opacity))}.required\:border-grey-400:required{--tw-border-opacity: 1;border-color:rgb(170 174 180 / var(--tw-border-opacity))}.required\:border-grey-500:required{--tw-border-opacity: 1;border-color:rgb(130 137 147 / var(--tw-border-opacity))}.required\:border-grey-600:required{--tw-border-opacity: 1;border-color:rgb(71 85 105 / var(--tw-border-opacity))}.required\:border-grey-700:required{--tw-border-opacity: 1;border-color:rgb(63 76 93 / var(--tw-border-opacity))}.required\:border-grey-800:required{--tw-border-opacity: 1;border-color:rgb(54 65 81 / var(--tw-border-opacity))}.required\:border-grey-900:required{--tw-border-opacity: 1;border-color:rgb(44 53 66 / var(--tw-border-opacity))}.required\:border-grey-1000:required{--tw-border-opacity: 1;border-color:rgb(31 38 46 / var(--tw-border-opacity))}.required\:border-green-1000:required{--tw-border-opacity: 1;border-color:rgb(23 94 68 / var(--tw-border-opacity))}.required\:border-blue-1000:required{--tw-border-opacity: 1;border-color:rgb(16 44 105 / var(--tw-border-opacity))}.required\:border-orange-1000:required{--tw-border-opacity: 1;border-color:rgb(104 39 5 / var(--tw-border-opacity))}.required\:border-red-1000:required{--tw-border-opacity: 1;border-color:rgb(98 16 16 / var(--tw-border-opacity))}.required\:border-primary:required{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity))}.required\:border-primary-light:required{--tw-border-opacity: 1;border-color:rgb(247 245 254 / var(--tw-border-opacity))}.required\:border-primary-dark:required{--tw-border-opacity: 1;border-color:rgb(105 87 158 / var(--tw-border-opacity))}.required\:border-info:required{--tw-border-opacity: 1;border-color:rgb(118 144 239 / var(--tw-border-opacity))}.required\:border-info-light:required{--tw-border-opacity: 1;border-color:rgb(242 243 253 / var(--tw-border-opacity))}.required\:border-info-dark:required{--tw-border-opacity: 1;border-color:rgb(33 88 210 / var(--tw-border-opacity))}.required\:border-success:required{--tw-border-opacity: 1;border-color:rgb(40 163 118 / var(--tw-border-opacity))}.required\:border-success-light:required{--tw-border-opacity: 1;border-color:rgb(242 250 246 / var(--tw-border-opacity))}.required\:border-success-dark:required{--tw-border-opacity: 1;border-color:rgb(32 133 96 / var(--tw-border-opacity))}.required\:border-warning:required{--tw-border-opacity: 1;border-color:rgb(250 172 30 / var(--tw-border-opacity))}.required\:border-warning-light:required{--tw-border-opacity: 1;border-color:rgb(254 247 242 / var(--tw-border-opacity))}.required\:border-warning-dark:required{--tw-border-opacity: 1;border-color:rgb(158 108 18 / var(--tw-border-opacity))}.required\:border-error:required{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}.required\:border-error-light:required{--tw-border-opacity: 1;border-color:rgb(251 242 242 / var(--tw-border-opacity))}.required\:border-error-dark:required{--tw-border-opacity: 1;border-color:rgb(196 33 33 / var(--tw-border-opacity))}.required\:border-grey:required{--tw-border-opacity: 1;border-color:rgb(71 85 105 / var(--tw-border-opacity))}.required\:border-grey-light:required{--tw-border-opacity: 1;border-color:rgb(242 243 244 / var(--tw-border-opacity))}.required\:border-grey-dark:required{--tw-border-opacity: 1;border-color:rgb(44 53 66 / var(--tw-border-opacity))}.required\:border-red-50\/0:required{border-color:#fef2f200}.required\:border-red-50\/5:required{border-color:#fef2f20d}.required\:border-red-50\/10:required{border-color:#fef2f21a}.required\:border-red-50\/20:required{border-color:#fef2f233}.required\:border-red-50\/25:required{border-color:#fef2f240}.required\:border-red-50\/30:required{border-color:#fef2f24d}.required\:border-red-50\/40:required{border-color:#fef2f266}.required\:border-red-50\/50:required{border-color:#fef2f280}.required\:border-red-50\/60:required{border-color:#fef2f299}.required\:border-red-50\/70:required{border-color:#fef2f2b3}.required\:border-red-50\/75:required{border-color:#fef2f2bf}.required\:border-red-50\/80:required{border-color:#fef2f2cc}.required\:border-red-50\/90:required{border-color:#fef2f2e6}.required\:border-red-50\/95:required{border-color:#fef2f2f2}.required\:border-red-50\/100:required{border-color:#fef2f2}.required\:border-red-100\/0:required{border-color:#fbf2f200}.required\:border-red-100\/5:required{border-color:#fbf2f20d}.required\:border-red-100\/10:required{border-color:#fbf2f21a}.required\:border-red-100\/20:required{border-color:#fbf2f233}.required\:border-red-100\/25:required{border-color:#fbf2f240}.required\:border-red-100\/30:required{border-color:#fbf2f24d}.required\:border-red-100\/40:required{border-color:#fbf2f266}.required\:border-red-100\/50:required{border-color:#fbf2f280}.required\:border-red-100\/60:required{border-color:#fbf2f299}.required\:border-red-100\/70:required{border-color:#fbf2f2b3}.required\:border-red-100\/75:required{border-color:#fbf2f2bf}.required\:border-red-100\/80:required{border-color:#fbf2f2cc}.required\:border-red-100\/90:required{border-color:#fbf2f2e6}.required\:border-red-100\/95:required{border-color:#fbf2f2f2}.required\:border-red-100\/100:required{border-color:#fbf2f2}.required\:border-red-200\/0:required{border-color:#f8e4e400}.required\:border-red-200\/5:required{border-color:#f8e4e40d}.required\:border-red-200\/10:required{border-color:#f8e4e41a}.required\:border-red-200\/20:required{border-color:#f8e4e433}.required\:border-red-200\/25:required{border-color:#f8e4e440}.required\:border-red-200\/30:required{border-color:#f8e4e44d}.required\:border-red-200\/40:required{border-color:#f8e4e466}.required\:border-red-200\/50:required{border-color:#f8e4e480}.required\:border-red-200\/60:required{border-color:#f8e4e499}.required\:border-red-200\/70:required{border-color:#f8e4e4b3}.required\:border-red-200\/75:required{border-color:#f8e4e4bf}.required\:border-red-200\/80:required{border-color:#f8e4e4cc}.required\:border-red-200\/90:required{border-color:#f8e4e4e6}.required\:border-red-200\/95:required{border-color:#f8e4e4f2}.required\:border-red-200\/100:required{border-color:#f8e4e4}.required\:border-red-300\/0:required{border-color:#f1c6c600}.required\:border-red-300\/5:required{border-color:#f1c6c60d}.required\:border-red-300\/10:required{border-color:#f1c6c61a}.required\:border-red-300\/20:required{border-color:#f1c6c633}.required\:border-red-300\/25:required{border-color:#f1c6c640}.required\:border-red-300\/30:required{border-color:#f1c6c64d}.required\:border-red-300\/40:required{border-color:#f1c6c666}.required\:border-red-300\/50:required{border-color:#f1c6c680}.required\:border-red-300\/60:required{border-color:#f1c6c699}.required\:border-red-300\/70:required{border-color:#f1c6c6b3}.required\:border-red-300\/75:required{border-color:#f1c6c6bf}.required\:border-red-300\/80:required{border-color:#f1c6c6cc}.required\:border-red-300\/90:required{border-color:#f1c6c6e6}.required\:border-red-300\/95:required{border-color:#f1c6c6f2}.required\:border-red-300\/100:required{border-color:#f1c6c6}.required\:border-red-400\/0:required{border-color:#eaa3a300}.required\:border-red-400\/5:required{border-color:#eaa3a30d}.required\:border-red-400\/10:required{border-color:#eaa3a31a}.required\:border-red-400\/20:required{border-color:#eaa3a333}.required\:border-red-400\/25:required{border-color:#eaa3a340}.required\:border-red-400\/30:required{border-color:#eaa3a34d}.required\:border-red-400\/40:required{border-color:#eaa3a366}.required\:border-red-400\/50:required{border-color:#eaa3a380}.required\:border-red-400\/60:required{border-color:#eaa3a399}.required\:border-red-400\/70:required{border-color:#eaa3a3b3}.required\:border-red-400\/75:required{border-color:#eaa3a3bf}.required\:border-red-400\/80:required{border-color:#eaa3a3cc}.required\:border-red-400\/90:required{border-color:#eaa3a3e6}.required\:border-red-400\/95:required{border-color:#eaa3a3f2}.required\:border-red-400\/100:required{border-color:#eaa3a3}.required\:border-red-500\/0:required{border-color:#e3767600}.required\:border-red-500\/5:required{border-color:#e376760d}.required\:border-red-500\/10:required{border-color:#e376761a}.required\:border-red-500\/20:required{border-color:#e3767633}.required\:border-red-500\/25:required{border-color:#e3767640}.required\:border-red-500\/30:required{border-color:#e376764d}.required\:border-red-500\/40:required{border-color:#e3767666}.required\:border-red-500\/50:required{border-color:#e3767680}.required\:border-red-500\/60:required{border-color:#e3767699}.required\:border-red-500\/70:required{border-color:#e37676b3}.required\:border-red-500\/75:required{border-color:#e37676bf}.required\:border-red-500\/80:required{border-color:#e37676cc}.required\:border-red-500\/90:required{border-color:#e37676e6}.required\:border-red-500\/95:required{border-color:#e37676f2}.required\:border-red-500\/100:required{border-color:#e37676}.required\:border-red-600\/0:required{border-color:#dc262600}.required\:border-red-600\/5:required{border-color:#dc26260d}.required\:border-red-600\/10:required{border-color:#dc26261a}.required\:border-red-600\/20:required{border-color:#dc262633}.required\:border-red-600\/25:required{border-color:#dc262640}.required\:border-red-600\/30:required{border-color:#dc26264d}.required\:border-red-600\/40:required{border-color:#dc262666}.required\:border-red-600\/50:required{border-color:#dc262680}.required\:border-red-600\/60:required{border-color:#dc262699}.required\:border-red-600\/70:required{border-color:#dc2626b3}.required\:border-red-600\/75:required{border-color:#dc2626bf}.required\:border-red-600\/80:required{border-color:#dc2626cc}.required\:border-red-600\/90:required{border-color:#dc2626e6}.required\:border-red-600\/95:required{border-color:#dc2626f2}.required\:border-red-600\/100:required{border-color:#dc2626}.required\:border-red-700\/0:required{border-color:#c4212100}.required\:border-red-700\/5:required{border-color:#c421210d}.required\:border-red-700\/10:required{border-color:#c421211a}.required\:border-red-700\/20:required{border-color:#c4212133}.required\:border-red-700\/25:required{border-color:#c4212140}.required\:border-red-700\/30:required{border-color:#c421214d}.required\:border-red-700\/40:required{border-color:#c4212166}.required\:border-red-700\/50:required{border-color:#c4212180}.required\:border-red-700\/60:required{border-color:#c4212199}.required\:border-red-700\/70:required{border-color:#c42121b3}.required\:border-red-700\/75:required{border-color:#c42121bf}.required\:border-red-700\/80:required{border-color:#c42121cc}.required\:border-red-700\/90:required{border-color:#c42121e6}.required\:border-red-700\/95:required{border-color:#c42121f2}.required\:border-red-700\/100:required{border-color:#c42121}.required\:border-red-800\/0:required{border-color:#aa1d1d00}.required\:border-red-800\/5:required{border-color:#aa1d1d0d}.required\:border-red-800\/10:required{border-color:#aa1d1d1a}.required\:border-red-800\/20:required{border-color:#aa1d1d33}.required\:border-red-800\/25:required{border-color:#aa1d1d40}.required\:border-red-800\/30:required{border-color:#aa1d1d4d}.required\:border-red-800\/40:required{border-color:#aa1d1d66}.required\:border-red-800\/50:required{border-color:#aa1d1d80}.required\:border-red-800\/60:required{border-color:#aa1d1d99}.required\:border-red-800\/70:required{border-color:#aa1d1db3}.required\:border-red-800\/75:required{border-color:#aa1d1dbf}.required\:border-red-800\/80:required{border-color:#aa1d1dcc}.required\:border-red-800\/90:required{border-color:#aa1d1de6}.required\:border-red-800\/95:required{border-color:#aa1d1df2}.required\:border-red-800\/100:required{border-color:#aa1d1d}.required\:border-red-900\/0:required{border-color:#8b181800}.required\:border-red-900\/5:required{border-color:#8b18180d}.required\:border-red-900\/10:required{border-color:#8b18181a}.required\:border-red-900\/20:required{border-color:#8b181833}.required\:border-red-900\/25:required{border-color:#8b181840}.required\:border-red-900\/30:required{border-color:#8b18184d}.required\:border-red-900\/40:required{border-color:#8b181866}.required\:border-red-900\/50:required{border-color:#8b181880}.required\:border-red-900\/60:required{border-color:#8b181899}.required\:border-red-900\/70:required{border-color:#8b1818b3}.required\:border-red-900\/75:required{border-color:#8b1818bf}.required\:border-red-900\/80:required{border-color:#8b1818cc}.required\:border-red-900\/90:required{border-color:#8b1818e6}.required\:border-red-900\/95:required{border-color:#8b1818f2}.required\:border-red-900\/100:required{border-color:#8b1818}.required\:border-orange-50\/0:required{border-color:#fff7ed00}.required\:border-orange-50\/5:required{border-color:#fff7ed0d}.required\:border-orange-50\/10:required{border-color:#fff7ed1a}.required\:border-orange-50\/20:required{border-color:#fff7ed33}.required\:border-orange-50\/25:required{border-color:#fff7ed40}.required\:border-orange-50\/30:required{border-color:#fff7ed4d}.required\:border-orange-50\/40:required{border-color:#fff7ed66}.required\:border-orange-50\/50:required{border-color:#fff7ed80}.required\:border-orange-50\/60:required{border-color:#fff7ed99}.required\:border-orange-50\/70:required{border-color:#fff7edb3}.required\:border-orange-50\/75:required{border-color:#fff7edbf}.required\:border-orange-50\/80:required{border-color:#fff7edcc}.required\:border-orange-50\/90:required{border-color:#fff7ede6}.required\:border-orange-50\/95:required{border-color:#fff7edf2}.required\:border-orange-50\/100:required{border-color:#fff7ed}.required\:border-orange-100\/0:required{border-color:#fcf3f100}.required\:border-orange-100\/5:required{border-color:#fcf3f10d}.required\:border-orange-100\/10:required{border-color:#fcf3f11a}.required\:border-orange-100\/20:required{border-color:#fcf3f133}.required\:border-orange-100\/25:required{border-color:#fcf3f140}.required\:border-orange-100\/30:required{border-color:#fcf3f14d}.required\:border-orange-100\/40:required{border-color:#fcf3f166}.required\:border-orange-100\/50:required{border-color:#fcf3f180}.required\:border-orange-100\/60:required{border-color:#fcf3f199}.required\:border-orange-100\/70:required{border-color:#fcf3f1b3}.required\:border-orange-100\/75:required{border-color:#fcf3f1bf}.required\:border-orange-100\/80:required{border-color:#fcf3f1cc}.required\:border-orange-100\/90:required{border-color:#fcf3f1e6}.required\:border-orange-100\/95:required{border-color:#fcf3f1f2}.required\:border-orange-100\/100:required{border-color:#fcf3f1}.required\:border-orange-200\/0:required{border-color:#fae7e400}.required\:border-orange-200\/5:required{border-color:#fae7e40d}.required\:border-orange-200\/10:required{border-color:#fae7e41a}.required\:border-orange-200\/20:required{border-color:#fae7e433}.required\:border-orange-200\/25:required{border-color:#fae7e440}.required\:border-orange-200\/30:required{border-color:#fae7e44d}.required\:border-orange-200\/40:required{border-color:#fae7e466}.required\:border-orange-200\/50:required{border-color:#fae7e480}.required\:border-orange-200\/60:required{border-color:#fae7e499}.required\:border-orange-200\/70:required{border-color:#fae7e4b3}.required\:border-orange-200\/75:required{border-color:#fae7e4bf}.required\:border-orange-200\/80:required{border-color:#fae7e4cc}.required\:border-orange-200\/90:required{border-color:#fae7e4e6}.required\:border-orange-200\/95:required{border-color:#fae7e4f2}.required\:border-orange-200\/100:required{border-color:#fae7e4}.required\:border-orange-300\/0:required{border-color:#f6cdc500}.required\:border-orange-300\/5:required{border-color:#f6cdc50d}.required\:border-orange-300\/10:required{border-color:#f6cdc51a}.required\:border-orange-300\/20:required{border-color:#f6cdc533}.required\:border-orange-300\/25:required{border-color:#f6cdc540}.required\:border-orange-300\/30:required{border-color:#f6cdc54d}.required\:border-orange-300\/40:required{border-color:#f6cdc566}.required\:border-orange-300\/50:required{border-color:#f6cdc580}.required\:border-orange-300\/60:required{border-color:#f6cdc599}.required\:border-orange-300\/70:required{border-color:#f6cdc5b3}.required\:border-orange-300\/75:required{border-color:#f6cdc5bf}.required\:border-orange-300\/80:required{border-color:#f6cdc5cc}.required\:border-orange-300\/90:required{border-color:#f6cdc5e6}.required\:border-orange-300\/95:required{border-color:#f6cdc5f2}.required\:border-orange-300\/100:required{border-color:#f6cdc5}.required\:border-orange-400\/0:required{border-color:#f2afa100}.required\:border-orange-400\/5:required{border-color:#f2afa10d}.required\:border-orange-400\/10:required{border-color:#f2afa11a}.required\:border-orange-400\/20:required{border-color:#f2afa133}.required\:border-orange-400\/25:required{border-color:#f2afa140}.required\:border-orange-400\/30:required{border-color:#f2afa14d}.required\:border-orange-400\/40:required{border-color:#f2afa166}.required\:border-orange-400\/50:required{border-color:#f2afa180}.required\:border-orange-400\/60:required{border-color:#f2afa199}.required\:border-orange-400\/70:required{border-color:#f2afa1b3}.required\:border-orange-400\/75:required{border-color:#f2afa1bf}.required\:border-orange-400\/80:required{border-color:#f2afa1cc}.required\:border-orange-400\/90:required{border-color:#f2afa1e6}.required\:border-orange-400\/95:required{border-color:#f2afa1f2}.required\:border-orange-400\/100:required{border-color:#f2afa1}.required\:border-orange-500\/0:required{border-color:#ee8a7200}.required\:border-orange-500\/5:required{border-color:#ee8a720d}.required\:border-orange-500\/10:required{border-color:#ee8a721a}.required\:border-orange-500\/20:required{border-color:#ee8a7233}.required\:border-orange-500\/25:required{border-color:#ee8a7240}.required\:border-orange-500\/30:required{border-color:#ee8a724d}.required\:border-orange-500\/40:required{border-color:#ee8a7266}.required\:border-orange-500\/50:required{border-color:#ee8a7280}.required\:border-orange-500\/60:required{border-color:#ee8a7299}.required\:border-orange-500\/70:required{border-color:#ee8a72b3}.required\:border-orange-500\/75:required{border-color:#ee8a72bf}.required\:border-orange-500\/80:required{border-color:#ee8a72cc}.required\:border-orange-500\/90:required{border-color:#ee8a72e6}.required\:border-orange-500\/95:required{border-color:#ee8a72f2}.required\:border-orange-500\/100:required{border-color:#ee8a72}.required\:border-orange-600\/0:required{border-color:#ea580c00}.required\:border-orange-600\/5:required{border-color:#ea580c0d}.required\:border-orange-600\/10:required{border-color:#ea580c1a}.required\:border-orange-600\/20:required{border-color:#ea580c33}.required\:border-orange-600\/25:required{border-color:#ea580c40}.required\:border-orange-600\/30:required{border-color:#ea580c4d}.required\:border-orange-600\/40:required{border-color:#ea580c66}.required\:border-orange-600\/50:required{border-color:#ea580c80}.required\:border-orange-600\/60:required{border-color:#ea580c99}.required\:border-orange-600\/70:required{border-color:#ea580cb3}.required\:border-orange-600\/75:required{border-color:#ea580cbf}.required\:border-orange-600\/80:required{border-color:#ea580ccc}.required\:border-orange-600\/90:required{border-color:#ea580ce6}.required\:border-orange-600\/95:required{border-color:#ea580cf2}.required\:border-orange-600\/100:required{border-color:#ea580c}.required\:border-orange-700\/0:required{border-color:#d14e0a00}.required\:border-orange-700\/5:required{border-color:#d14e0a0d}.required\:border-orange-700\/10:required{border-color:#d14e0a1a}.required\:border-orange-700\/20:required{border-color:#d14e0a33}.required\:border-orange-700\/25:required{border-color:#d14e0a40}.required\:border-orange-700\/30:required{border-color:#d14e0a4d}.required\:border-orange-700\/40:required{border-color:#d14e0a66}.required\:border-orange-700\/50:required{border-color:#d14e0a80}.required\:border-orange-700\/60:required{border-color:#d14e0a99}.required\:border-orange-700\/70:required{border-color:#d14e0ab3}.required\:border-orange-700\/75:required{border-color:#d14e0abf}.required\:border-orange-700\/80:required{border-color:#d14e0acc}.required\:border-orange-700\/90:required{border-color:#d14e0ae6}.required\:border-orange-700\/95:required{border-color:#d14e0af2}.required\:border-orange-700\/100:required{border-color:#d14e0a}.required\:border-orange-800\/0:required{border-color:#b5440900}.required\:border-orange-800\/5:required{border-color:#b544090d}.required\:border-orange-800\/10:required{border-color:#b544091a}.required\:border-orange-800\/20:required{border-color:#b5440933}.required\:border-orange-800\/25:required{border-color:#b5440940}.required\:border-orange-800\/30:required{border-color:#b544094d}.required\:border-orange-800\/40:required{border-color:#b5440966}.required\:border-orange-800\/50:required{border-color:#b5440980}.required\:border-orange-800\/60:required{border-color:#b5440999}.required\:border-orange-800\/70:required{border-color:#b54409b3}.required\:border-orange-800\/75:required{border-color:#b54409bf}.required\:border-orange-800\/80:required{border-color:#b54409cc}.required\:border-orange-800\/90:required{border-color:#b54409e6}.required\:border-orange-800\/95:required{border-color:#b54409f2}.required\:border-orange-800\/100:required{border-color:#b54409}.required\:border-orange-900\/0:required{border-color:#93370700}.required\:border-orange-900\/5:required{border-color:#9337070d}.required\:border-orange-900\/10:required{border-color:#9337071a}.required\:border-orange-900\/20:required{border-color:#93370733}.required\:border-orange-900\/25:required{border-color:#93370740}.required\:border-orange-900\/30:required{border-color:#9337074d}.required\:border-orange-900\/40:required{border-color:#93370766}.required\:border-orange-900\/50:required{border-color:#93370780}.required\:border-orange-900\/60:required{border-color:#93370799}.required\:border-orange-900\/70:required{border-color:#933707b3}.required\:border-orange-900\/75:required{border-color:#933707bf}.required\:border-orange-900\/80:required{border-color:#933707cc}.required\:border-orange-900\/90:required{border-color:#933707e6}.required\:border-orange-900\/95:required{border-color:#933707f2}.required\:border-orange-900\/100:required{border-color:#933707}.required\:border-yellow-50\/0:required{border-color:#fefce800}.required\:border-yellow-50\/5:required{border-color:#fefce80d}.required\:border-yellow-50\/10:required{border-color:#fefce81a}.required\:border-yellow-50\/20:required{border-color:#fefce833}.required\:border-yellow-50\/25:required{border-color:#fefce840}.required\:border-yellow-50\/30:required{border-color:#fefce84d}.required\:border-yellow-50\/40:required{border-color:#fefce866}.required\:border-yellow-50\/50:required{border-color:#fefce880}.required\:border-yellow-50\/60:required{border-color:#fefce899}.required\:border-yellow-50\/70:required{border-color:#fefce8b3}.required\:border-yellow-50\/75:required{border-color:#fefce8bf}.required\:border-yellow-50\/80:required{border-color:#fefce8cc}.required\:border-yellow-50\/90:required{border-color:#fefce8e6}.required\:border-yellow-50\/95:required{border-color:#fefce8f2}.required\:border-yellow-50\/100:required{border-color:#fefce8}.required\:border-yellow-100\/0:required{border-color:#fef3c700}.required\:border-yellow-100\/5:required{border-color:#fef3c70d}.required\:border-yellow-100\/10:required{border-color:#fef3c71a}.required\:border-yellow-100\/20:required{border-color:#fef3c733}.required\:border-yellow-100\/25:required{border-color:#fef3c740}.required\:border-yellow-100\/30:required{border-color:#fef3c74d}.required\:border-yellow-100\/40:required{border-color:#fef3c766}.required\:border-yellow-100\/50:required{border-color:#fef3c780}.required\:border-yellow-100\/60:required{border-color:#fef3c799}.required\:border-yellow-100\/70:required{border-color:#fef3c7b3}.required\:border-yellow-100\/75:required{border-color:#fef3c7bf}.required\:border-yellow-100\/80:required{border-color:#fef3c7cc}.required\:border-yellow-100\/90:required{border-color:#fef3c7e6}.required\:border-yellow-100\/95:required{border-color:#fef3c7f2}.required\:border-yellow-100\/100:required{border-color:#fef3c7}.required\:border-yellow-200\/0:required{border-color:#fde68a00}.required\:border-yellow-200\/5:required{border-color:#fde68a0d}.required\:border-yellow-200\/10:required{border-color:#fde68a1a}.required\:border-yellow-200\/20:required{border-color:#fde68a33}.required\:border-yellow-200\/25:required{border-color:#fde68a40}.required\:border-yellow-200\/30:required{border-color:#fde68a4d}.required\:border-yellow-200\/40:required{border-color:#fde68a66}.required\:border-yellow-200\/50:required{border-color:#fde68a80}.required\:border-yellow-200\/60:required{border-color:#fde68a99}.required\:border-yellow-200\/70:required{border-color:#fde68ab3}.required\:border-yellow-200\/75:required{border-color:#fde68abf}.required\:border-yellow-200\/80:required{border-color:#fde68acc}.required\:border-yellow-200\/90:required{border-color:#fde68ae6}.required\:border-yellow-200\/95:required{border-color:#fde68af2}.required\:border-yellow-200\/100:required{border-color:#fde68a}.required\:border-yellow-300\/0:required{border-color:#fcd34d00}.required\:border-yellow-300\/5:required{border-color:#fcd34d0d}.required\:border-yellow-300\/10:required{border-color:#fcd34d1a}.required\:border-yellow-300\/20:required{border-color:#fcd34d33}.required\:border-yellow-300\/25:required{border-color:#fcd34d40}.required\:border-yellow-300\/30:required{border-color:#fcd34d4d}.required\:border-yellow-300\/40:required{border-color:#fcd34d66}.required\:border-yellow-300\/50:required{border-color:#fcd34d80}.required\:border-yellow-300\/60:required{border-color:#fcd34d99}.required\:border-yellow-300\/70:required{border-color:#fcd34db3}.required\:border-yellow-300\/75:required{border-color:#fcd34dbf}.required\:border-yellow-300\/80:required{border-color:#fcd34dcc}.required\:border-yellow-300\/90:required{border-color:#fcd34de6}.required\:border-yellow-300\/95:required{border-color:#fcd34df2}.required\:border-yellow-300\/100:required{border-color:#fcd34d}.required\:border-yellow-400\/0:required{border-color:#fbbf2400}.required\:border-yellow-400\/5:required{border-color:#fbbf240d}.required\:border-yellow-400\/10:required{border-color:#fbbf241a}.required\:border-yellow-400\/20:required{border-color:#fbbf2433}.required\:border-yellow-400\/25:required{border-color:#fbbf2440}.required\:border-yellow-400\/30:required{border-color:#fbbf244d}.required\:border-yellow-400\/40:required{border-color:#fbbf2466}.required\:border-yellow-400\/50:required{border-color:#fbbf2480}.required\:border-yellow-400\/60:required{border-color:#fbbf2499}.required\:border-yellow-400\/70:required{border-color:#fbbf24b3}.required\:border-yellow-400\/75:required{border-color:#fbbf24bf}.required\:border-yellow-400\/80:required{border-color:#fbbf24cc}.required\:border-yellow-400\/90:required{border-color:#fbbf24e6}.required\:border-yellow-400\/95:required{border-color:#fbbf24f2}.required\:border-yellow-400\/100:required{border-color:#fbbf24}.required\:border-yellow-500\/0:required{border-color:#eab30800}.required\:border-yellow-500\/5:required{border-color:#eab3080d}.required\:border-yellow-500\/10:required{border-color:#eab3081a}.required\:border-yellow-500\/20:required{border-color:#eab30833}.required\:border-yellow-500\/25:required{border-color:#eab30840}.required\:border-yellow-500\/30:required{border-color:#eab3084d}.required\:border-yellow-500\/40:required{border-color:#eab30866}.required\:border-yellow-500\/50:required{border-color:#eab30880}.required\:border-yellow-500\/60:required{border-color:#eab30899}.required\:border-yellow-500\/70:required{border-color:#eab308b3}.required\:border-yellow-500\/75:required{border-color:#eab308bf}.required\:border-yellow-500\/80:required{border-color:#eab308cc}.required\:border-yellow-500\/90:required{border-color:#eab308e6}.required\:border-yellow-500\/95:required{border-color:#eab308f2}.required\:border-yellow-500\/100:required{border-color:#eab308}.required\:border-yellow-600\/0:required{border-color:#d9770600}.required\:border-yellow-600\/5:required{border-color:#d977060d}.required\:border-yellow-600\/10:required{border-color:#d977061a}.required\:border-yellow-600\/20:required{border-color:#d9770633}.required\:border-yellow-600\/25:required{border-color:#d9770640}.required\:border-yellow-600\/30:required{border-color:#d977064d}.required\:border-yellow-600\/40:required{border-color:#d9770666}.required\:border-yellow-600\/50:required{border-color:#d9770680}.required\:border-yellow-600\/60:required{border-color:#d9770699}.required\:border-yellow-600\/70:required{border-color:#d97706b3}.required\:border-yellow-600\/75:required{border-color:#d97706bf}.required\:border-yellow-600\/80:required{border-color:#d97706cc}.required\:border-yellow-600\/90:required{border-color:#d97706e6}.required\:border-yellow-600\/95:required{border-color:#d97706f2}.required\:border-yellow-600\/100:required{border-color:#d97706}.required\:border-yellow-700\/0:required{border-color:#b4530900}.required\:border-yellow-700\/5:required{border-color:#b453090d}.required\:border-yellow-700\/10:required{border-color:#b453091a}.required\:border-yellow-700\/20:required{border-color:#b4530933}.required\:border-yellow-700\/25:required{border-color:#b4530940}.required\:border-yellow-700\/30:required{border-color:#b453094d}.required\:border-yellow-700\/40:required{border-color:#b4530966}.required\:border-yellow-700\/50:required{border-color:#b4530980}.required\:border-yellow-700\/60:required{border-color:#b4530999}.required\:border-yellow-700\/70:required{border-color:#b45309b3}.required\:border-yellow-700\/75:required{border-color:#b45309bf}.required\:border-yellow-700\/80:required{border-color:#b45309cc}.required\:border-yellow-700\/90:required{border-color:#b45309e6}.required\:border-yellow-700\/95:required{border-color:#b45309f2}.required\:border-yellow-700\/100:required{border-color:#b45309}.required\:border-yellow-800\/0:required{border-color:#92400e00}.required\:border-yellow-800\/5:required{border-color:#92400e0d}.required\:border-yellow-800\/10:required{border-color:#92400e1a}.required\:border-yellow-800\/20:required{border-color:#92400e33}.required\:border-yellow-800\/25:required{border-color:#92400e40}.required\:border-yellow-800\/30:required{border-color:#92400e4d}.required\:border-yellow-800\/40:required{border-color:#92400e66}.required\:border-yellow-800\/50:required{border-color:#92400e80}.required\:border-yellow-800\/60:required{border-color:#92400e99}.required\:border-yellow-800\/70:required{border-color:#92400eb3}.required\:border-yellow-800\/75:required{border-color:#92400ebf}.required\:border-yellow-800\/80:required{border-color:#92400ecc}.required\:border-yellow-800\/90:required{border-color:#92400ee6}.required\:border-yellow-800\/95:required{border-color:#92400ef2}.required\:border-yellow-800\/100:required{border-color:#92400e}.required\:border-yellow-900\/0:required{border-color:#78350f00}.required\:border-yellow-900\/5:required{border-color:#78350f0d}.required\:border-yellow-900\/10:required{border-color:#78350f1a}.required\:border-yellow-900\/20:required{border-color:#78350f33}.required\:border-yellow-900\/25:required{border-color:#78350f40}.required\:border-yellow-900\/30:required{border-color:#78350f4d}.required\:border-yellow-900\/40:required{border-color:#78350f66}.required\:border-yellow-900\/50:required{border-color:#78350f80}.required\:border-yellow-900\/60:required{border-color:#78350f99}.required\:border-yellow-900\/70:required{border-color:#78350fb3}.required\:border-yellow-900\/75:required{border-color:#78350fbf}.required\:border-yellow-900\/80:required{border-color:#78350fcc}.required\:border-yellow-900\/90:required{border-color:#78350fe6}.required\:border-yellow-900\/95:required{border-color:#78350ff2}.required\:border-yellow-900\/100:required{border-color:#78350f}.required\:border-green-50\/0:required{border-color:#f0fdf400}.required\:border-green-50\/5:required{border-color:#f0fdf40d}.required\:border-green-50\/10:required{border-color:#f0fdf41a}.required\:border-green-50\/20:required{border-color:#f0fdf433}.required\:border-green-50\/25:required{border-color:#f0fdf440}.required\:border-green-50\/30:required{border-color:#f0fdf44d}.required\:border-green-50\/40:required{border-color:#f0fdf466}.required\:border-green-50\/50:required{border-color:#f0fdf480}.required\:border-green-50\/60:required{border-color:#f0fdf499}.required\:border-green-50\/70:required{border-color:#f0fdf4b3}.required\:border-green-50\/75:required{border-color:#f0fdf4bf}.required\:border-green-50\/80:required{border-color:#f0fdf4cc}.required\:border-green-50\/90:required{border-color:#f0fdf4e6}.required\:border-green-50\/95:required{border-color:#f0fdf4f2}.required\:border-green-50\/100:required{border-color:#f0fdf4}.required\:border-green-100\/0:required{border-color:#f2faf600}.required\:border-green-100\/5:required{border-color:#f2faf60d}.required\:border-green-100\/10:required{border-color:#f2faf61a}.required\:border-green-100\/20:required{border-color:#f2faf633}.required\:border-green-100\/25:required{border-color:#f2faf640}.required\:border-green-100\/30:required{border-color:#f2faf64d}.required\:border-green-100\/40:required{border-color:#f2faf666}.required\:border-green-100\/50:required{border-color:#f2faf680}.required\:border-green-100\/60:required{border-color:#f2faf699}.required\:border-green-100\/70:required{border-color:#f2faf6b3}.required\:border-green-100\/75:required{border-color:#f2faf6bf}.required\:border-green-100\/80:required{border-color:#f2faf6cc}.required\:border-green-100\/90:required{border-color:#f2faf6e6}.required\:border-green-100\/95:required{border-color:#f2faf6f2}.required\:border-green-100\/100:required{border-color:#f2faf6}.required\:border-green-200\/0:required{border-color:#e5f6ee00}.required\:border-green-200\/5:required{border-color:#e5f6ee0d}.required\:border-green-200\/10:required{border-color:#e5f6ee1a}.required\:border-green-200\/20:required{border-color:#e5f6ee33}.required\:border-green-200\/25:required{border-color:#e5f6ee40}.required\:border-green-200\/30:required{border-color:#e5f6ee4d}.required\:border-green-200\/40:required{border-color:#e5f6ee66}.required\:border-green-200\/50:required{border-color:#e5f6ee80}.required\:border-green-200\/60:required{border-color:#e5f6ee99}.required\:border-green-200\/70:required{border-color:#e5f6eeb3}.required\:border-green-200\/75:required{border-color:#e5f6eebf}.required\:border-green-200\/80:required{border-color:#e5f6eecc}.required\:border-green-200\/90:required{border-color:#e5f6eee6}.required\:border-green-200\/95:required{border-color:#e5f6eef2}.required\:border-green-200\/100:required{border-color:#e5f6ee}.required\:border-green-300\/0:required{border-color:#c8eedb00}.required\:border-green-300\/5:required{border-color:#c8eedb0d}.required\:border-green-300\/10:required{border-color:#c8eedb1a}.required\:border-green-300\/20:required{border-color:#c8eedb33}.required\:border-green-300\/25:required{border-color:#c8eedb40}.required\:border-green-300\/30:required{border-color:#c8eedb4d}.required\:border-green-300\/40:required{border-color:#c8eedb66}.required\:border-green-300\/50:required{border-color:#c8eedb80}.required\:border-green-300\/60:required{border-color:#c8eedb99}.required\:border-green-300\/70:required{border-color:#c8eedbb3}.required\:border-green-300\/75:required{border-color:#c8eedbbf}.required\:border-green-300\/80:required{border-color:#c8eedbcc}.required\:border-green-300\/90:required{border-color:#c8eedbe6}.required\:border-green-300\/95:required{border-color:#c8eedbf2}.required\:border-green-300\/100:required{border-color:#c8eedb}.required\:border-green-400\/0:required{border-color:#a6e5c800}.required\:border-green-400\/5:required{border-color:#a6e5c80d}.required\:border-green-400\/10:required{border-color:#a6e5c81a}.required\:border-green-400\/20:required{border-color:#a6e5c833}.required\:border-green-400\/25:required{border-color:#a6e5c840}.required\:border-green-400\/30:required{border-color:#a6e5c84d}.required\:border-green-400\/40:required{border-color:#a6e5c866}.required\:border-green-400\/50:required{border-color:#a6e5c880}.required\:border-green-400\/60:required{border-color:#a6e5c899}.required\:border-green-400\/70:required{border-color:#a6e5c8b3}.required\:border-green-400\/75:required{border-color:#a6e5c8bf}.required\:border-green-400\/80:required{border-color:#a6e5c8cc}.required\:border-green-400\/90:required{border-color:#a6e5c8e6}.required\:border-green-400\/95:required{border-color:#a6e5c8f2}.required\:border-green-400\/100:required{border-color:#a6e5c8}.required\:border-green-500\/0:required{border-color:#7bdcb200}.required\:border-green-500\/5:required{border-color:#7bdcb20d}.required\:border-green-500\/10:required{border-color:#7bdcb21a}.required\:border-green-500\/20:required{border-color:#7bdcb233}.required\:border-green-500\/25:required{border-color:#7bdcb240}.required\:border-green-500\/30:required{border-color:#7bdcb24d}.required\:border-green-500\/40:required{border-color:#7bdcb266}.required\:border-green-500\/50:required{border-color:#7bdcb280}.required\:border-green-500\/60:required{border-color:#7bdcb299}.required\:border-green-500\/70:required{border-color:#7bdcb2b3}.required\:border-green-500\/75:required{border-color:#7bdcb2bf}.required\:border-green-500\/80:required{border-color:#7bdcb2cc}.required\:border-green-500\/90:required{border-color:#7bdcb2e6}.required\:border-green-500\/95:required{border-color:#7bdcb2f2}.required\:border-green-500\/100:required{border-color:#7bdcb2}.required\:border-green-600\/0:required{border-color:#34d39900}.required\:border-green-600\/5:required{border-color:#34d3990d}.required\:border-green-600\/10:required{border-color:#34d3991a}.required\:border-green-600\/20:required{border-color:#34d39933}.required\:border-green-600\/25:required{border-color:#34d39940}.required\:border-green-600\/30:required{border-color:#34d3994d}.required\:border-green-600\/40:required{border-color:#34d39966}.required\:border-green-600\/50:required{border-color:#34d39980}.required\:border-green-600\/60:required{border-color:#34d39999}.required\:border-green-600\/70:required{border-color:#34d399b3}.required\:border-green-600\/75:required{border-color:#34d399bf}.required\:border-green-600\/80:required{border-color:#34d399cc}.required\:border-green-600\/90:required{border-color:#34d399e6}.required\:border-green-600\/95:required{border-color:#34d399f2}.required\:border-green-600\/100:required{border-color:#34d399}.required\:border-green-700\/0:required{border-color:#2ebc8800}.required\:border-green-700\/5:required{border-color:#2ebc880d}.required\:border-green-700\/10:required{border-color:#2ebc881a}.required\:border-green-700\/20:required{border-color:#2ebc8833}.required\:border-green-700\/25:required{border-color:#2ebc8840}.required\:border-green-700\/30:required{border-color:#2ebc884d}.required\:border-green-700\/40:required{border-color:#2ebc8866}.required\:border-green-700\/50:required{border-color:#2ebc8880}.required\:border-green-700\/60:required{border-color:#2ebc8899}.required\:border-green-700\/70:required{border-color:#2ebc88b3}.required\:border-green-700\/75:required{border-color:#2ebc88bf}.required\:border-green-700\/80:required{border-color:#2ebc88cc}.required\:border-green-700\/90:required{border-color:#2ebc88e6}.required\:border-green-700\/95:required{border-color:#2ebc88f2}.required\:border-green-700\/100:required{border-color:#2ebc88}.required\:border-green-800\/0:required{border-color:#28a37600}.required\:border-green-800\/5:required{border-color:#28a3760d}.required\:border-green-800\/10:required{border-color:#28a3761a}.required\:border-green-800\/20:required{border-color:#28a37633}.required\:border-green-800\/25:required{border-color:#28a37640}.required\:border-green-800\/30:required{border-color:#28a3764d}.required\:border-green-800\/40:required{border-color:#28a37666}.required\:border-green-800\/50:required{border-color:#28a37680}.required\:border-green-800\/60:required{border-color:#28a37699}.required\:border-green-800\/70:required{border-color:#28a376b3}.required\:border-green-800\/75:required{border-color:#28a376bf}.required\:border-green-800\/80:required{border-color:#28a376cc}.required\:border-green-800\/90:required{border-color:#28a376e6}.required\:border-green-800\/95:required{border-color:#28a376f2}.required\:border-green-800\/100:required{border-color:#28a376}.required\:border-green-900\/0:required{border-color:#20856000}.required\:border-green-900\/5:required{border-color:#2085600d}.required\:border-green-900\/10:required{border-color:#2085601a}.required\:border-green-900\/20:required{border-color:#20856033}.required\:border-green-900\/25:required{border-color:#20856040}.required\:border-green-900\/30:required{border-color:#2085604d}.required\:border-green-900\/40:required{border-color:#20856066}.required\:border-green-900\/50:required{border-color:#20856080}.required\:border-green-900\/60:required{border-color:#20856099}.required\:border-green-900\/70:required{border-color:#208560b3}.required\:border-green-900\/75:required{border-color:#208560bf}.required\:border-green-900\/80:required{border-color:#208560cc}.required\:border-green-900\/90:required{border-color:#208560e6}.required\:border-green-900\/95:required{border-color:#208560f2}.required\:border-green-900\/100:required{border-color:#208560}.required\:border-emerald-50\/0:required{border-color:#ecfdf500}.required\:border-emerald-50\/5:required{border-color:#ecfdf50d}.required\:border-emerald-50\/10:required{border-color:#ecfdf51a}.required\:border-emerald-50\/20:required{border-color:#ecfdf533}.required\:border-emerald-50\/25:required{border-color:#ecfdf540}.required\:border-emerald-50\/30:required{border-color:#ecfdf54d}.required\:border-emerald-50\/40:required{border-color:#ecfdf566}.required\:border-emerald-50\/50:required{border-color:#ecfdf580}.required\:border-emerald-50\/60:required{border-color:#ecfdf599}.required\:border-emerald-50\/70:required{border-color:#ecfdf5b3}.required\:border-emerald-50\/75:required{border-color:#ecfdf5bf}.required\:border-emerald-50\/80:required{border-color:#ecfdf5cc}.required\:border-emerald-50\/90:required{border-color:#ecfdf5e6}.required\:border-emerald-50\/95:required{border-color:#ecfdf5f2}.required\:border-emerald-50\/100:required{border-color:#ecfdf5}.required\:border-emerald-100\/0:required{border-color:#d1fae500}.required\:border-emerald-100\/5:required{border-color:#d1fae50d}.required\:border-emerald-100\/10:required{border-color:#d1fae51a}.required\:border-emerald-100\/20:required{border-color:#d1fae533}.required\:border-emerald-100\/25:required{border-color:#d1fae540}.required\:border-emerald-100\/30:required{border-color:#d1fae54d}.required\:border-emerald-100\/40:required{border-color:#d1fae566}.required\:border-emerald-100\/50:required{border-color:#d1fae580}.required\:border-emerald-100\/60:required{border-color:#d1fae599}.required\:border-emerald-100\/70:required{border-color:#d1fae5b3}.required\:border-emerald-100\/75:required{border-color:#d1fae5bf}.required\:border-emerald-100\/80:required{border-color:#d1fae5cc}.required\:border-emerald-100\/90:required{border-color:#d1fae5e6}.required\:border-emerald-100\/95:required{border-color:#d1fae5f2}.required\:border-emerald-100\/100:required{border-color:#d1fae5}.required\:border-emerald-200\/0:required{border-color:#a7f3d000}.required\:border-emerald-200\/5:required{border-color:#a7f3d00d}.required\:border-emerald-200\/10:required{border-color:#a7f3d01a}.required\:border-emerald-200\/20:required{border-color:#a7f3d033}.required\:border-emerald-200\/25:required{border-color:#a7f3d040}.required\:border-emerald-200\/30:required{border-color:#a7f3d04d}.required\:border-emerald-200\/40:required{border-color:#a7f3d066}.required\:border-emerald-200\/50:required{border-color:#a7f3d080}.required\:border-emerald-200\/60:required{border-color:#a7f3d099}.required\:border-emerald-200\/70:required{border-color:#a7f3d0b3}.required\:border-emerald-200\/75:required{border-color:#a7f3d0bf}.required\:border-emerald-200\/80:required{border-color:#a7f3d0cc}.required\:border-emerald-200\/90:required{border-color:#a7f3d0e6}.required\:border-emerald-200\/95:required{border-color:#a7f3d0f2}.required\:border-emerald-200\/100:required{border-color:#a7f3d0}.required\:border-emerald-300\/0:required{border-color:#6ee7b700}.required\:border-emerald-300\/5:required{border-color:#6ee7b70d}.required\:border-emerald-300\/10:required{border-color:#6ee7b71a}.required\:border-emerald-300\/20:required{border-color:#6ee7b733}.required\:border-emerald-300\/25:required{border-color:#6ee7b740}.required\:border-emerald-300\/30:required{border-color:#6ee7b74d}.required\:border-emerald-300\/40:required{border-color:#6ee7b766}.required\:border-emerald-300\/50:required{border-color:#6ee7b780}.required\:border-emerald-300\/60:required{border-color:#6ee7b799}.required\:border-emerald-300\/70:required{border-color:#6ee7b7b3}.required\:border-emerald-300\/75:required{border-color:#6ee7b7bf}.required\:border-emerald-300\/80:required{border-color:#6ee7b7cc}.required\:border-emerald-300\/90:required{border-color:#6ee7b7e6}.required\:border-emerald-300\/95:required{border-color:#6ee7b7f2}.required\:border-emerald-300\/100:required{border-color:#6ee7b7}.required\:border-emerald-400\/0:required{border-color:#34d39900}.required\:border-emerald-400\/5:required{border-color:#34d3990d}.required\:border-emerald-400\/10:required{border-color:#34d3991a}.required\:border-emerald-400\/20:required{border-color:#34d39933}.required\:border-emerald-400\/25:required{border-color:#34d39940}.required\:border-emerald-400\/30:required{border-color:#34d3994d}.required\:border-emerald-400\/40:required{border-color:#34d39966}.required\:border-emerald-400\/50:required{border-color:#34d39980}.required\:border-emerald-400\/60:required{border-color:#34d39999}.required\:border-emerald-400\/70:required{border-color:#34d399b3}.required\:border-emerald-400\/75:required{border-color:#34d399bf}.required\:border-emerald-400\/80:required{border-color:#34d399cc}.required\:border-emerald-400\/90:required{border-color:#34d399e6}.required\:border-emerald-400\/95:required{border-color:#34d399f2}.required\:border-emerald-400\/100:required{border-color:#34d399}.required\:border-emerald-500\/0:required{border-color:#10b98100}.required\:border-emerald-500\/5:required{border-color:#10b9810d}.required\:border-emerald-500\/10:required{border-color:#10b9811a}.required\:border-emerald-500\/20:required{border-color:#10b98133}.required\:border-emerald-500\/25:required{border-color:#10b98140}.required\:border-emerald-500\/30:required{border-color:#10b9814d}.required\:border-emerald-500\/40:required{border-color:#10b98166}.required\:border-emerald-500\/50:required{border-color:#10b98180}.required\:border-emerald-500\/60:required{border-color:#10b98199}.required\:border-emerald-500\/70:required{border-color:#10b981b3}.required\:border-emerald-500\/75:required{border-color:#10b981bf}.required\:border-emerald-500\/80:required{border-color:#10b981cc}.required\:border-emerald-500\/90:required{border-color:#10b981e6}.required\:border-emerald-500\/95:required{border-color:#10b981f2}.required\:border-emerald-500\/100:required{border-color:#10b981}.required\:border-emerald-600\/0:required{border-color:#05966900}.required\:border-emerald-600\/5:required{border-color:#0596690d}.required\:border-emerald-600\/10:required{border-color:#0596691a}.required\:border-emerald-600\/20:required{border-color:#05966933}.required\:border-emerald-600\/25:required{border-color:#05966940}.required\:border-emerald-600\/30:required{border-color:#0596694d}.required\:border-emerald-600\/40:required{border-color:#05966966}.required\:border-emerald-600\/50:required{border-color:#05966980}.required\:border-emerald-600\/60:required{border-color:#05966999}.required\:border-emerald-600\/70:required{border-color:#059669b3}.required\:border-emerald-600\/75:required{border-color:#059669bf}.required\:border-emerald-600\/80:required{border-color:#059669cc}.required\:border-emerald-600\/90:required{border-color:#059669e6}.required\:border-emerald-600\/95:required{border-color:#059669f2}.required\:border-emerald-600\/100:required{border-color:#059669}.required\:border-emerald-700\/0:required{border-color:#04785700}.required\:border-emerald-700\/5:required{border-color:#0478570d}.required\:border-emerald-700\/10:required{border-color:#0478571a}.required\:border-emerald-700\/20:required{border-color:#04785733}.required\:border-emerald-700\/25:required{border-color:#04785740}.required\:border-emerald-700\/30:required{border-color:#0478574d}.required\:border-emerald-700\/40:required{border-color:#04785766}.required\:border-emerald-700\/50:required{border-color:#04785780}.required\:border-emerald-700\/60:required{border-color:#04785799}.required\:border-emerald-700\/70:required{border-color:#047857b3}.required\:border-emerald-700\/75:required{border-color:#047857bf}.required\:border-emerald-700\/80:required{border-color:#047857cc}.required\:border-emerald-700\/90:required{border-color:#047857e6}.required\:border-emerald-700\/95:required{border-color:#047857f2}.required\:border-emerald-700\/100:required{border-color:#047857}.required\:border-emerald-800\/0:required{border-color:#065f4600}.required\:border-emerald-800\/5:required{border-color:#065f460d}.required\:border-emerald-800\/10:required{border-color:#065f461a}.required\:border-emerald-800\/20:required{border-color:#065f4633}.required\:border-emerald-800\/25:required{border-color:#065f4640}.required\:border-emerald-800\/30:required{border-color:#065f464d}.required\:border-emerald-800\/40:required{border-color:#065f4666}.required\:border-emerald-800\/50:required{border-color:#065f4680}.required\:border-emerald-800\/60:required{border-color:#065f4699}.required\:border-emerald-800\/70:required{border-color:#065f46b3}.required\:border-emerald-800\/75:required{border-color:#065f46bf}.required\:border-emerald-800\/80:required{border-color:#065f46cc}.required\:border-emerald-800\/90:required{border-color:#065f46e6}.required\:border-emerald-800\/95:required{border-color:#065f46f2}.required\:border-emerald-800\/100:required{border-color:#065f46}.required\:border-emerald-900\/0:required{border-color:#064e3b00}.required\:border-emerald-900\/5:required{border-color:#064e3b0d}.required\:border-emerald-900\/10:required{border-color:#064e3b1a}.required\:border-emerald-900\/20:required{border-color:#064e3b33}.required\:border-emerald-900\/25:required{border-color:#064e3b40}.required\:border-emerald-900\/30:required{border-color:#064e3b4d}.required\:border-emerald-900\/40:required{border-color:#064e3b66}.required\:border-emerald-900\/50:required{border-color:#064e3b80}.required\:border-emerald-900\/60:required{border-color:#064e3b99}.required\:border-emerald-900\/70:required{border-color:#064e3bb3}.required\:border-emerald-900\/75:required{border-color:#064e3bbf}.required\:border-emerald-900\/80:required{border-color:#064e3bcc}.required\:border-emerald-900\/90:required{border-color:#064e3be6}.required\:border-emerald-900\/95:required{border-color:#064e3bf2}.required\:border-emerald-900\/100:required{border-color:#064e3b}.required\:border-teal-50\/0:required{border-color:#f0fdfa00}.required\:border-teal-50\/5:required{border-color:#f0fdfa0d}.required\:border-teal-50\/10:required{border-color:#f0fdfa1a}.required\:border-teal-50\/20:required{border-color:#f0fdfa33}.required\:border-teal-50\/25:required{border-color:#f0fdfa40}.required\:border-teal-50\/30:required{border-color:#f0fdfa4d}.required\:border-teal-50\/40:required{border-color:#f0fdfa66}.required\:border-teal-50\/50:required{border-color:#f0fdfa80}.required\:border-teal-50\/60:required{border-color:#f0fdfa99}.required\:border-teal-50\/70:required{border-color:#f0fdfab3}.required\:border-teal-50\/75:required{border-color:#f0fdfabf}.required\:border-teal-50\/80:required{border-color:#f0fdfacc}.required\:border-teal-50\/90:required{border-color:#f0fdfae6}.required\:border-teal-50\/95:required{border-color:#f0fdfaf2}.required\:border-teal-50\/100:required{border-color:#f0fdfa}.required\:border-teal-100\/0:required{border-color:#ccfbf100}.required\:border-teal-100\/5:required{border-color:#ccfbf10d}.required\:border-teal-100\/10:required{border-color:#ccfbf11a}.required\:border-teal-100\/20:required{border-color:#ccfbf133}.required\:border-teal-100\/25:required{border-color:#ccfbf140}.required\:border-teal-100\/30:required{border-color:#ccfbf14d}.required\:border-teal-100\/40:required{border-color:#ccfbf166}.required\:border-teal-100\/50:required{border-color:#ccfbf180}.required\:border-teal-100\/60:required{border-color:#ccfbf199}.required\:border-teal-100\/70:required{border-color:#ccfbf1b3}.required\:border-teal-100\/75:required{border-color:#ccfbf1bf}.required\:border-teal-100\/80:required{border-color:#ccfbf1cc}.required\:border-teal-100\/90:required{border-color:#ccfbf1e6}.required\:border-teal-100\/95:required{border-color:#ccfbf1f2}.required\:border-teal-100\/100:required{border-color:#ccfbf1}.required\:border-teal-200\/0:required{border-color:#99f6e400}.required\:border-teal-200\/5:required{border-color:#99f6e40d}.required\:border-teal-200\/10:required{border-color:#99f6e41a}.required\:border-teal-200\/20:required{border-color:#99f6e433}.required\:border-teal-200\/25:required{border-color:#99f6e440}.required\:border-teal-200\/30:required{border-color:#99f6e44d}.required\:border-teal-200\/40:required{border-color:#99f6e466}.required\:border-teal-200\/50:required{border-color:#99f6e480}.required\:border-teal-200\/60:required{border-color:#99f6e499}.required\:border-teal-200\/70:required{border-color:#99f6e4b3}.required\:border-teal-200\/75:required{border-color:#99f6e4bf}.required\:border-teal-200\/80:required{border-color:#99f6e4cc}.required\:border-teal-200\/90:required{border-color:#99f6e4e6}.required\:border-teal-200\/95:required{border-color:#99f6e4f2}.required\:border-teal-200\/100:required{border-color:#99f6e4}.required\:border-teal-300\/0:required{border-color:#5eead400}.required\:border-teal-300\/5:required{border-color:#5eead40d}.required\:border-teal-300\/10:required{border-color:#5eead41a}.required\:border-teal-300\/20:required{border-color:#5eead433}.required\:border-teal-300\/25:required{border-color:#5eead440}.required\:border-teal-300\/30:required{border-color:#5eead44d}.required\:border-teal-300\/40:required{border-color:#5eead466}.required\:border-teal-300\/50:required{border-color:#5eead480}.required\:border-teal-300\/60:required{border-color:#5eead499}.required\:border-teal-300\/70:required{border-color:#5eead4b3}.required\:border-teal-300\/75:required{border-color:#5eead4bf}.required\:border-teal-300\/80:required{border-color:#5eead4cc}.required\:border-teal-300\/90:required{border-color:#5eead4e6}.required\:border-teal-300\/95:required{border-color:#5eead4f2}.required\:border-teal-300\/100:required{border-color:#5eead4}.required\:border-teal-400\/0:required{border-color:#2dd4bf00}.required\:border-teal-400\/5:required{border-color:#2dd4bf0d}.required\:border-teal-400\/10:required{border-color:#2dd4bf1a}.required\:border-teal-400\/20:required{border-color:#2dd4bf33}.required\:border-teal-400\/25:required{border-color:#2dd4bf40}.required\:border-teal-400\/30:required{border-color:#2dd4bf4d}.required\:border-teal-400\/40:required{border-color:#2dd4bf66}.required\:border-teal-400\/50:required{border-color:#2dd4bf80}.required\:border-teal-400\/60:required{border-color:#2dd4bf99}.required\:border-teal-400\/70:required{border-color:#2dd4bfb3}.required\:border-teal-400\/75:required{border-color:#2dd4bfbf}.required\:border-teal-400\/80:required{border-color:#2dd4bfcc}.required\:border-teal-400\/90:required{border-color:#2dd4bfe6}.required\:border-teal-400\/95:required{border-color:#2dd4bff2}.required\:border-teal-400\/100:required{border-color:#2dd4bf}.required\:border-teal-500\/0:required{border-color:#14b8a600}.required\:border-teal-500\/5:required{border-color:#14b8a60d}.required\:border-teal-500\/10:required{border-color:#14b8a61a}.required\:border-teal-500\/20:required{border-color:#14b8a633}.required\:border-teal-500\/25:required{border-color:#14b8a640}.required\:border-teal-500\/30:required{border-color:#14b8a64d}.required\:border-teal-500\/40:required{border-color:#14b8a666}.required\:border-teal-500\/50:required{border-color:#14b8a680}.required\:border-teal-500\/60:required{border-color:#14b8a699}.required\:border-teal-500\/70:required{border-color:#14b8a6b3}.required\:border-teal-500\/75:required{border-color:#14b8a6bf}.required\:border-teal-500\/80:required{border-color:#14b8a6cc}.required\:border-teal-500\/90:required{border-color:#14b8a6e6}.required\:border-teal-500\/95:required{border-color:#14b8a6f2}.required\:border-teal-500\/100:required{border-color:#14b8a6}.required\:border-teal-600\/0:required{border-color:#0d948800}.required\:border-teal-600\/5:required{border-color:#0d94880d}.required\:border-teal-600\/10:required{border-color:#0d94881a}.required\:border-teal-600\/20:required{border-color:#0d948833}.required\:border-teal-600\/25:required{border-color:#0d948840}.required\:border-teal-600\/30:required{border-color:#0d94884d}.required\:border-teal-600\/40:required{border-color:#0d948866}.required\:border-teal-600\/50:required{border-color:#0d948880}.required\:border-teal-600\/60:required{border-color:#0d948899}.required\:border-teal-600\/70:required{border-color:#0d9488b3}.required\:border-teal-600\/75:required{border-color:#0d9488bf}.required\:border-teal-600\/80:required{border-color:#0d9488cc}.required\:border-teal-600\/90:required{border-color:#0d9488e6}.required\:border-teal-600\/95:required{border-color:#0d9488f2}.required\:border-teal-600\/100:required{border-color:#0d9488}.required\:border-teal-700\/0:required{border-color:#0f766e00}.required\:border-teal-700\/5:required{border-color:#0f766e0d}.required\:border-teal-700\/10:required{border-color:#0f766e1a}.required\:border-teal-700\/20:required{border-color:#0f766e33}.required\:border-teal-700\/25:required{border-color:#0f766e40}.required\:border-teal-700\/30:required{border-color:#0f766e4d}.required\:border-teal-700\/40:required{border-color:#0f766e66}.required\:border-teal-700\/50:required{border-color:#0f766e80}.required\:border-teal-700\/60:required{border-color:#0f766e99}.required\:border-teal-700\/70:required{border-color:#0f766eb3}.required\:border-teal-700\/75:required{border-color:#0f766ebf}.required\:border-teal-700\/80:required{border-color:#0f766ecc}.required\:border-teal-700\/90:required{border-color:#0f766ee6}.required\:border-teal-700\/95:required{border-color:#0f766ef2}.required\:border-teal-700\/100:required{border-color:#0f766e}.required\:border-teal-800\/0:required{border-color:#115e5900}.required\:border-teal-800\/5:required{border-color:#115e590d}.required\:border-teal-800\/10:required{border-color:#115e591a}.required\:border-teal-800\/20:required{border-color:#115e5933}.required\:border-teal-800\/25:required{border-color:#115e5940}.required\:border-teal-800\/30:required{border-color:#115e594d}.required\:border-teal-800\/40:required{border-color:#115e5966}.required\:border-teal-800\/50:required{border-color:#115e5980}.required\:border-teal-800\/60:required{border-color:#115e5999}.required\:border-teal-800\/70:required{border-color:#115e59b3}.required\:border-teal-800\/75:required{border-color:#115e59bf}.required\:border-teal-800\/80:required{border-color:#115e59cc}.required\:border-teal-800\/90:required{border-color:#115e59e6}.required\:border-teal-800\/95:required{border-color:#115e59f2}.required\:border-teal-800\/100:required{border-color:#115e59}.required\:border-teal-900\/0:required{border-color:#134e4a00}.required\:border-teal-900\/5:required{border-color:#134e4a0d}.required\:border-teal-900\/10:required{border-color:#134e4a1a}.required\:border-teal-900\/20:required{border-color:#134e4a33}.required\:border-teal-900\/25:required{border-color:#134e4a40}.required\:border-teal-900\/30:required{border-color:#134e4a4d}.required\:border-teal-900\/40:required{border-color:#134e4a66}.required\:border-teal-900\/50:required{border-color:#134e4a80}.required\:border-teal-900\/60:required{border-color:#134e4a99}.required\:border-teal-900\/70:required{border-color:#134e4ab3}.required\:border-teal-900\/75:required{border-color:#134e4abf}.required\:border-teal-900\/80:required{border-color:#134e4acc}.required\:border-teal-900\/90:required{border-color:#134e4ae6}.required\:border-teal-900\/95:required{border-color:#134e4af2}.required\:border-teal-900\/100:required{border-color:#134e4a}.required\:border-sky-50\/0:required{border-color:#f0f9ff00}.required\:border-sky-50\/5:required{border-color:#f0f9ff0d}.required\:border-sky-50\/10:required{border-color:#f0f9ff1a}.required\:border-sky-50\/20:required{border-color:#f0f9ff33}.required\:border-sky-50\/25:required{border-color:#f0f9ff40}.required\:border-sky-50\/30:required{border-color:#f0f9ff4d}.required\:border-sky-50\/40:required{border-color:#f0f9ff66}.required\:border-sky-50\/50:required{border-color:#f0f9ff80}.required\:border-sky-50\/60:required{border-color:#f0f9ff99}.required\:border-sky-50\/70:required{border-color:#f0f9ffb3}.required\:border-sky-50\/75:required{border-color:#f0f9ffbf}.required\:border-sky-50\/80:required{border-color:#f0f9ffcc}.required\:border-sky-50\/90:required{border-color:#f0f9ffe6}.required\:border-sky-50\/95:required{border-color:#f0f9fff2}.required\:border-sky-50\/100:required{border-color:#f0f9ff}.required\:border-sky-100\/0:required{border-color:#e0f2fe00}.required\:border-sky-100\/5:required{border-color:#e0f2fe0d}.required\:border-sky-100\/10:required{border-color:#e0f2fe1a}.required\:border-sky-100\/20:required{border-color:#e0f2fe33}.required\:border-sky-100\/25:required{border-color:#e0f2fe40}.required\:border-sky-100\/30:required{border-color:#e0f2fe4d}.required\:border-sky-100\/40:required{border-color:#e0f2fe66}.required\:border-sky-100\/50:required{border-color:#e0f2fe80}.required\:border-sky-100\/60:required{border-color:#e0f2fe99}.required\:border-sky-100\/70:required{border-color:#e0f2feb3}.required\:border-sky-100\/75:required{border-color:#e0f2febf}.required\:border-sky-100\/80:required{border-color:#e0f2fecc}.required\:border-sky-100\/90:required{border-color:#e0f2fee6}.required\:border-sky-100\/95:required{border-color:#e0f2fef2}.required\:border-sky-100\/100:required{border-color:#e0f2fe}.required\:border-sky-200\/0:required{border-color:#bae6fd00}.required\:border-sky-200\/5:required{border-color:#bae6fd0d}.required\:border-sky-200\/10:required{border-color:#bae6fd1a}.required\:border-sky-200\/20:required{border-color:#bae6fd33}.required\:border-sky-200\/25:required{border-color:#bae6fd40}.required\:border-sky-200\/30:required{border-color:#bae6fd4d}.required\:border-sky-200\/40:required{border-color:#bae6fd66}.required\:border-sky-200\/50:required{border-color:#bae6fd80}.required\:border-sky-200\/60:required{border-color:#bae6fd99}.required\:border-sky-200\/70:required{border-color:#bae6fdb3}.required\:border-sky-200\/75:required{border-color:#bae6fdbf}.required\:border-sky-200\/80:required{border-color:#bae6fdcc}.required\:border-sky-200\/90:required{border-color:#bae6fde6}.required\:border-sky-200\/95:required{border-color:#bae6fdf2}.required\:border-sky-200\/100:required{border-color:#bae6fd}.required\:border-sky-300\/0:required{border-color:#7dd3fc00}.required\:border-sky-300\/5:required{border-color:#7dd3fc0d}.required\:border-sky-300\/10:required{border-color:#7dd3fc1a}.required\:border-sky-300\/20:required{border-color:#7dd3fc33}.required\:border-sky-300\/25:required{border-color:#7dd3fc40}.required\:border-sky-300\/30:required{border-color:#7dd3fc4d}.required\:border-sky-300\/40:required{border-color:#7dd3fc66}.required\:border-sky-300\/50:required{border-color:#7dd3fc80}.required\:border-sky-300\/60:required{border-color:#7dd3fc99}.required\:border-sky-300\/70:required{border-color:#7dd3fcb3}.required\:border-sky-300\/75:required{border-color:#7dd3fcbf}.required\:border-sky-300\/80:required{border-color:#7dd3fccc}.required\:border-sky-300\/90:required{border-color:#7dd3fce6}.required\:border-sky-300\/95:required{border-color:#7dd3fcf2}.required\:border-sky-300\/100:required{border-color:#7dd3fc}.required\:border-sky-400\/0:required{border-color:#38bdf800}.required\:border-sky-400\/5:required{border-color:#38bdf80d}.required\:border-sky-400\/10:required{border-color:#38bdf81a}.required\:border-sky-400\/20:required{border-color:#38bdf833}.required\:border-sky-400\/25:required{border-color:#38bdf840}.required\:border-sky-400\/30:required{border-color:#38bdf84d}.required\:border-sky-400\/40:required{border-color:#38bdf866}.required\:border-sky-400\/50:required{border-color:#38bdf880}.required\:border-sky-400\/60:required{border-color:#38bdf899}.required\:border-sky-400\/70:required{border-color:#38bdf8b3}.required\:border-sky-400\/75:required{border-color:#38bdf8bf}.required\:border-sky-400\/80:required{border-color:#38bdf8cc}.required\:border-sky-400\/90:required{border-color:#38bdf8e6}.required\:border-sky-400\/95:required{border-color:#38bdf8f2}.required\:border-sky-400\/100:required{border-color:#38bdf8}.required\:border-sky-500\/0:required{border-color:#0ea5e900}.required\:border-sky-500\/5:required{border-color:#0ea5e90d}.required\:border-sky-500\/10:required{border-color:#0ea5e91a}.required\:border-sky-500\/20:required{border-color:#0ea5e933}.required\:border-sky-500\/25:required{border-color:#0ea5e940}.required\:border-sky-500\/30:required{border-color:#0ea5e94d}.required\:border-sky-500\/40:required{border-color:#0ea5e966}.required\:border-sky-500\/50:required{border-color:#0ea5e980}.required\:border-sky-500\/60:required{border-color:#0ea5e999}.required\:border-sky-500\/70:required{border-color:#0ea5e9b3}.required\:border-sky-500\/75:required{border-color:#0ea5e9bf}.required\:border-sky-500\/80:required{border-color:#0ea5e9cc}.required\:border-sky-500\/90:required{border-color:#0ea5e9e6}.required\:border-sky-500\/95:required{border-color:#0ea5e9f2}.required\:border-sky-500\/100:required{border-color:#0ea5e9}.required\:border-sky-600\/0:required{border-color:#0284c700}.required\:border-sky-600\/5:required{border-color:#0284c70d}.required\:border-sky-600\/10:required{border-color:#0284c71a}.required\:border-sky-600\/20:required{border-color:#0284c733}.required\:border-sky-600\/25:required{border-color:#0284c740}.required\:border-sky-600\/30:required{border-color:#0284c74d}.required\:border-sky-600\/40:required{border-color:#0284c766}.required\:border-sky-600\/50:required{border-color:#0284c780}.required\:border-sky-600\/60:required{border-color:#0284c799}.required\:border-sky-600\/70:required{border-color:#0284c7b3}.required\:border-sky-600\/75:required{border-color:#0284c7bf}.required\:border-sky-600\/80:required{border-color:#0284c7cc}.required\:border-sky-600\/90:required{border-color:#0284c7e6}.required\:border-sky-600\/95:required{border-color:#0284c7f2}.required\:border-sky-600\/100:required{border-color:#0284c7}.required\:border-sky-700\/0:required{border-color:#0369a100}.required\:border-sky-700\/5:required{border-color:#0369a10d}.required\:border-sky-700\/10:required{border-color:#0369a11a}.required\:border-sky-700\/20:required{border-color:#0369a133}.required\:border-sky-700\/25:required{border-color:#0369a140}.required\:border-sky-700\/30:required{border-color:#0369a14d}.required\:border-sky-700\/40:required{border-color:#0369a166}.required\:border-sky-700\/50:required{border-color:#0369a180}.required\:border-sky-700\/60:required{border-color:#0369a199}.required\:border-sky-700\/70:required{border-color:#0369a1b3}.required\:border-sky-700\/75:required{border-color:#0369a1bf}.required\:border-sky-700\/80:required{border-color:#0369a1cc}.required\:border-sky-700\/90:required{border-color:#0369a1e6}.required\:border-sky-700\/95:required{border-color:#0369a1f2}.required\:border-sky-700\/100:required{border-color:#0369a1}.required\:border-sky-800\/0:required{border-color:#07598500}.required\:border-sky-800\/5:required{border-color:#0759850d}.required\:border-sky-800\/10:required{border-color:#0759851a}.required\:border-sky-800\/20:required{border-color:#07598533}.required\:border-sky-800\/25:required{border-color:#07598540}.required\:border-sky-800\/30:required{border-color:#0759854d}.required\:border-sky-800\/40:required{border-color:#07598566}.required\:border-sky-800\/50:required{border-color:#07598580}.required\:border-sky-800\/60:required{border-color:#07598599}.required\:border-sky-800\/70:required{border-color:#075985b3}.required\:border-sky-800\/75:required{border-color:#075985bf}.required\:border-sky-800\/80:required{border-color:#075985cc}.required\:border-sky-800\/90:required{border-color:#075985e6}.required\:border-sky-800\/95:required{border-color:#075985f2}.required\:border-sky-800\/100:required{border-color:#075985}.required\:border-sky-900\/0:required{border-color:#0c4a6e00}.required\:border-sky-900\/5:required{border-color:#0c4a6e0d}.required\:border-sky-900\/10:required{border-color:#0c4a6e1a}.required\:border-sky-900\/20:required{border-color:#0c4a6e33}.required\:border-sky-900\/25:required{border-color:#0c4a6e40}.required\:border-sky-900\/30:required{border-color:#0c4a6e4d}.required\:border-sky-900\/40:required{border-color:#0c4a6e66}.required\:border-sky-900\/50:required{border-color:#0c4a6e80}.required\:border-sky-900\/60:required{border-color:#0c4a6e99}.required\:border-sky-900\/70:required{border-color:#0c4a6eb3}.required\:border-sky-900\/75:required{border-color:#0c4a6ebf}.required\:border-sky-900\/80:required{border-color:#0c4a6ecc}.required\:border-sky-900\/90:required{border-color:#0c4a6ee6}.required\:border-sky-900\/95:required{border-color:#0c4a6ef2}.required\:border-sky-900\/100:required{border-color:#0c4a6e}.required\:border-blue-50\/0:required{border-color:#eff6ff00}.required\:border-blue-50\/5:required{border-color:#eff6ff0d}.required\:border-blue-50\/10:required{border-color:#eff6ff1a}.required\:border-blue-50\/20:required{border-color:#eff6ff33}.required\:border-blue-50\/25:required{border-color:#eff6ff40}.required\:border-blue-50\/30:required{border-color:#eff6ff4d}.required\:border-blue-50\/40:required{border-color:#eff6ff66}.required\:border-blue-50\/50:required{border-color:#eff6ff80}.required\:border-blue-50\/60:required{border-color:#eff6ff99}.required\:border-blue-50\/70:required{border-color:#eff6ffb3}.required\:border-blue-50\/75:required{border-color:#eff6ffbf}.required\:border-blue-50\/80:required{border-color:#eff6ffcc}.required\:border-blue-50\/90:required{border-color:#eff6ffe6}.required\:border-blue-50\/95:required{border-color:#eff6fff2}.required\:border-blue-50\/100:required{border-color:#eff6ff}.required\:border-blue-100\/0:required{border-color:#f2f3fd00}.required\:border-blue-100\/5:required{border-color:#f2f3fd0d}.required\:border-blue-100\/10:required{border-color:#f2f3fd1a}.required\:border-blue-100\/20:required{border-color:#f2f3fd33}.required\:border-blue-100\/25:required{border-color:#f2f3fd40}.required\:border-blue-100\/30:required{border-color:#f2f3fd4d}.required\:border-blue-100\/40:required{border-color:#f2f3fd66}.required\:border-blue-100\/50:required{border-color:#f2f3fd80}.required\:border-blue-100\/60:required{border-color:#f2f3fd99}.required\:border-blue-100\/70:required{border-color:#f2f3fdb3}.required\:border-blue-100\/75:required{border-color:#f2f3fdbf}.required\:border-blue-100\/80:required{border-color:#f2f3fdcc}.required\:border-blue-100\/90:required{border-color:#f2f3fde6}.required\:border-blue-100\/95:required{border-color:#f2f3fdf2}.required\:border-blue-100\/100:required{border-color:#f2f3fd}.required\:border-blue-200\/0:required{border-color:#e4e8fb00}.required\:border-blue-200\/5:required{border-color:#e4e8fb0d}.required\:border-blue-200\/10:required{border-color:#e4e8fb1a}.required\:border-blue-200\/20:required{border-color:#e4e8fb33}.required\:border-blue-200\/25:required{border-color:#e4e8fb40}.required\:border-blue-200\/30:required{border-color:#e4e8fb4d}.required\:border-blue-200\/40:required{border-color:#e4e8fb66}.required\:border-blue-200\/50:required{border-color:#e4e8fb80}.required\:border-blue-200\/60:required{border-color:#e4e8fb99}.required\:border-blue-200\/70:required{border-color:#e4e8fbb3}.required\:border-blue-200\/75:required{border-color:#e4e8fbbf}.required\:border-blue-200\/80:required{border-color:#e4e8fbcc}.required\:border-blue-200\/90:required{border-color:#e4e8fbe6}.required\:border-blue-200\/95:required{border-color:#e4e8fbf2}.required\:border-blue-200\/100:required{border-color:#e4e8fb}.required\:border-blue-300\/0:required{border-color:#c6cff700}.required\:border-blue-300\/5:required{border-color:#c6cff70d}.required\:border-blue-300\/10:required{border-color:#c6cff71a}.required\:border-blue-300\/20:required{border-color:#c6cff733}.required\:border-blue-300\/25:required{border-color:#c6cff740}.required\:border-blue-300\/30:required{border-color:#c6cff74d}.required\:border-blue-300\/40:required{border-color:#c6cff766}.required\:border-blue-300\/50:required{border-color:#c6cff780}.required\:border-blue-300\/60:required{border-color:#c6cff799}.required\:border-blue-300\/70:required{border-color:#c6cff7b3}.required\:border-blue-300\/75:required{border-color:#c6cff7bf}.required\:border-blue-300\/80:required{border-color:#c6cff7cc}.required\:border-blue-300\/90:required{border-color:#c6cff7e6}.required\:border-blue-300\/95:required{border-color:#c6cff7f2}.required\:border-blue-300\/100:required{border-color:#c6cff7}.required\:border-blue-400\/0:required{border-color:#a3b2f300}.required\:border-blue-400\/5:required{border-color:#a3b2f30d}.required\:border-blue-400\/10:required{border-color:#a3b2f31a}.required\:border-blue-400\/20:required{border-color:#a3b2f333}.required\:border-blue-400\/25:required{border-color:#a3b2f340}.required\:border-blue-400\/30:required{border-color:#a3b2f34d}.required\:border-blue-400\/40:required{border-color:#a3b2f366}.required\:border-blue-400\/50:required{border-color:#a3b2f380}.required\:border-blue-400\/60:required{border-color:#a3b2f399}.required\:border-blue-400\/70:required{border-color:#a3b2f3b3}.required\:border-blue-400\/75:required{border-color:#a3b2f3bf}.required\:border-blue-400\/80:required{border-color:#a3b2f3cc}.required\:border-blue-400\/90:required{border-color:#a3b2f3e6}.required\:border-blue-400\/95:required{border-color:#a3b2f3f2}.required\:border-blue-400\/100:required{border-color:#a3b2f3}.required\:border-blue-500\/0:required{border-color:#7690ef00}.required\:border-blue-500\/5:required{border-color:#7690ef0d}.required\:border-blue-500\/10:required{border-color:#7690ef1a}.required\:border-blue-500\/20:required{border-color:#7690ef33}.required\:border-blue-500\/25:required{border-color:#7690ef40}.required\:border-blue-500\/30:required{border-color:#7690ef4d}.required\:border-blue-500\/40:required{border-color:#7690ef66}.required\:border-blue-500\/50:required{border-color:#7690ef80}.required\:border-blue-500\/60:required{border-color:#7690ef99}.required\:border-blue-500\/70:required{border-color:#7690efb3}.required\:border-blue-500\/75:required{border-color:#7690efbf}.required\:border-blue-500\/80:required{border-color:#7690efcc}.required\:border-blue-500\/90:required{border-color:#7690efe6}.required\:border-blue-500\/95:required{border-color:#7690eff2}.required\:border-blue-500\/100:required{border-color:#7690ef}.required\:border-blue-600\/0:required{border-color:#2563eb00}.required\:border-blue-600\/5:required{border-color:#2563eb0d}.required\:border-blue-600\/10:required{border-color:#2563eb1a}.required\:border-blue-600\/20:required{border-color:#2563eb33}.required\:border-blue-600\/25:required{border-color:#2563eb40}.required\:border-blue-600\/30:required{border-color:#2563eb4d}.required\:border-blue-600\/40:required{border-color:#2563eb66}.required\:border-blue-600\/50:required{border-color:#2563eb80}.required\:border-blue-600\/60:required{border-color:#2563eb99}.required\:border-blue-600\/70:required{border-color:#2563ebb3}.required\:border-blue-600\/75:required{border-color:#2563ebbf}.required\:border-blue-600\/80:required{border-color:#2563ebcc}.required\:border-blue-600\/90:required{border-color:#2563ebe6}.required\:border-blue-600\/95:required{border-color:#2563ebf2}.required\:border-blue-600\/100:required{border-color:#2563eb}.required\:border-blue-700\/0:required{border-color:#2158d200}.required\:border-blue-700\/5:required{border-color:#2158d20d}.required\:border-blue-700\/10:required{border-color:#2158d21a}.required\:border-blue-700\/20:required{border-color:#2158d233}.required\:border-blue-700\/25:required{border-color:#2158d240}.required\:border-blue-700\/30:required{border-color:#2158d24d}.required\:border-blue-700\/40:required{border-color:#2158d266}.required\:border-blue-700\/50:required{border-color:#2158d280}.required\:border-blue-700\/60:required{border-color:#2158d299}.required\:border-blue-700\/70:required{border-color:#2158d2b3}.required\:border-blue-700\/75:required{border-color:#2158d2bf}.required\:border-blue-700\/80:required{border-color:#2158d2cc}.required\:border-blue-700\/90:required{border-color:#2158d2e6}.required\:border-blue-700\/95:required{border-color:#2158d2f2}.required\:border-blue-700\/100:required{border-color:#2158d2}.required\:border-blue-800\/0:required{border-color:#1c4cb600}.required\:border-blue-800\/5:required{border-color:#1c4cb60d}.required\:border-blue-800\/10:required{border-color:#1c4cb61a}.required\:border-blue-800\/20:required{border-color:#1c4cb633}.required\:border-blue-800\/25:required{border-color:#1c4cb640}.required\:border-blue-800\/30:required{border-color:#1c4cb64d}.required\:border-blue-800\/40:required{border-color:#1c4cb666}.required\:border-blue-800\/50:required{border-color:#1c4cb680}.required\:border-blue-800\/60:required{border-color:#1c4cb699}.required\:border-blue-800\/70:required{border-color:#1c4cb6b3}.required\:border-blue-800\/75:required{border-color:#1c4cb6bf}.required\:border-blue-800\/80:required{border-color:#1c4cb6cc}.required\:border-blue-800\/90:required{border-color:#1c4cb6e6}.required\:border-blue-800\/95:required{border-color:#1c4cb6f2}.required\:border-blue-800\/100:required{border-color:#1c4cb6}.required\:border-blue-900\/0:required{border-color:#173e9400}.required\:border-blue-900\/5:required{border-color:#173e940d}.required\:border-blue-900\/10:required{border-color:#173e941a}.required\:border-blue-900\/20:required{border-color:#173e9433}.required\:border-blue-900\/25:required{border-color:#173e9440}.required\:border-blue-900\/30:required{border-color:#173e944d}.required\:border-blue-900\/40:required{border-color:#173e9466}.required\:border-blue-900\/50:required{border-color:#173e9480}.required\:border-blue-900\/60:required{border-color:#173e9499}.required\:border-blue-900\/70:required{border-color:#173e94b3}.required\:border-blue-900\/75:required{border-color:#173e94bf}.required\:border-blue-900\/80:required{border-color:#173e94cc}.required\:border-blue-900\/90:required{border-color:#173e94e6}.required\:border-blue-900\/95:required{border-color:#173e94f2}.required\:border-blue-900\/100:required{border-color:#173e94}.required\:border-indigo-50\/0:required{border-color:#eef2ff00}.required\:border-indigo-50\/5:required{border-color:#eef2ff0d}.required\:border-indigo-50\/10:required{border-color:#eef2ff1a}.required\:border-indigo-50\/20:required{border-color:#eef2ff33}.required\:border-indigo-50\/25:required{border-color:#eef2ff40}.required\:border-indigo-50\/30:required{border-color:#eef2ff4d}.required\:border-indigo-50\/40:required{border-color:#eef2ff66}.required\:border-indigo-50\/50:required{border-color:#eef2ff80}.required\:border-indigo-50\/60:required{border-color:#eef2ff99}.required\:border-indigo-50\/70:required{border-color:#eef2ffb3}.required\:border-indigo-50\/75:required{border-color:#eef2ffbf}.required\:border-indigo-50\/80:required{border-color:#eef2ffcc}.required\:border-indigo-50\/90:required{border-color:#eef2ffe6}.required\:border-indigo-50\/95:required{border-color:#eef2fff2}.required\:border-indigo-50\/100:required{border-color:#eef2ff}.required\:border-indigo-100\/0:required{border-color:#e0e7ff00}.required\:border-indigo-100\/5:required{border-color:#e0e7ff0d}.required\:border-indigo-100\/10:required{border-color:#e0e7ff1a}.required\:border-indigo-100\/20:required{border-color:#e0e7ff33}.required\:border-indigo-100\/25:required{border-color:#e0e7ff40}.required\:border-indigo-100\/30:required{border-color:#e0e7ff4d}.required\:border-indigo-100\/40:required{border-color:#e0e7ff66}.required\:border-indigo-100\/50:required{border-color:#e0e7ff80}.required\:border-indigo-100\/60:required{border-color:#e0e7ff99}.required\:border-indigo-100\/70:required{border-color:#e0e7ffb3}.required\:border-indigo-100\/75:required{border-color:#e0e7ffbf}.required\:border-indigo-100\/80:required{border-color:#e0e7ffcc}.required\:border-indigo-100\/90:required{border-color:#e0e7ffe6}.required\:border-indigo-100\/95:required{border-color:#e0e7fff2}.required\:border-indigo-100\/100:required{border-color:#e0e7ff}.required\:border-indigo-200\/0:required{border-color:#c7d2fe00}.required\:border-indigo-200\/5:required{border-color:#c7d2fe0d}.required\:border-indigo-200\/10:required{border-color:#c7d2fe1a}.required\:border-indigo-200\/20:required{border-color:#c7d2fe33}.required\:border-indigo-200\/25:required{border-color:#c7d2fe40}.required\:border-indigo-200\/30:required{border-color:#c7d2fe4d}.required\:border-indigo-200\/40:required{border-color:#c7d2fe66}.required\:border-indigo-200\/50:required{border-color:#c7d2fe80}.required\:border-indigo-200\/60:required{border-color:#c7d2fe99}.required\:border-indigo-200\/70:required{border-color:#c7d2feb3}.required\:border-indigo-200\/75:required{border-color:#c7d2febf}.required\:border-indigo-200\/80:required{border-color:#c7d2fecc}.required\:border-indigo-200\/90:required{border-color:#c7d2fee6}.required\:border-indigo-200\/95:required{border-color:#c7d2fef2}.required\:border-indigo-200\/100:required{border-color:#c7d2fe}.required\:border-indigo-300\/0:required{border-color:#a5b4fc00}.required\:border-indigo-300\/5:required{border-color:#a5b4fc0d}.required\:border-indigo-300\/10:required{border-color:#a5b4fc1a}.required\:border-indigo-300\/20:required{border-color:#a5b4fc33}.required\:border-indigo-300\/25:required{border-color:#a5b4fc40}.required\:border-indigo-300\/30:required{border-color:#a5b4fc4d}.required\:border-indigo-300\/40:required{border-color:#a5b4fc66}.required\:border-indigo-300\/50:required{border-color:#a5b4fc80}.required\:border-indigo-300\/60:required{border-color:#a5b4fc99}.required\:border-indigo-300\/70:required{border-color:#a5b4fcb3}.required\:border-indigo-300\/75:required{border-color:#a5b4fcbf}.required\:border-indigo-300\/80:required{border-color:#a5b4fccc}.required\:border-indigo-300\/90:required{border-color:#a5b4fce6}.required\:border-indigo-300\/95:required{border-color:#a5b4fcf2}.required\:border-indigo-300\/100:required{border-color:#a5b4fc}.required\:border-indigo-400\/0:required{border-color:#818cf800}.required\:border-indigo-400\/5:required{border-color:#818cf80d}.required\:border-indigo-400\/10:required{border-color:#818cf81a}.required\:border-indigo-400\/20:required{border-color:#818cf833}.required\:border-indigo-400\/25:required{border-color:#818cf840}.required\:border-indigo-400\/30:required{border-color:#818cf84d}.required\:border-indigo-400\/40:required{border-color:#818cf866}.required\:border-indigo-400\/50:required{border-color:#818cf880}.required\:border-indigo-400\/60:required{border-color:#818cf899}.required\:border-indigo-400\/70:required{border-color:#818cf8b3}.required\:border-indigo-400\/75:required{border-color:#818cf8bf}.required\:border-indigo-400\/80:required{border-color:#818cf8cc}.required\:border-indigo-400\/90:required{border-color:#818cf8e6}.required\:border-indigo-400\/95:required{border-color:#818cf8f2}.required\:border-indigo-400\/100:required{border-color:#818cf8}.required\:border-indigo-500\/0:required{border-color:#6366f100}.required\:border-indigo-500\/5:required{border-color:#6366f10d}.required\:border-indigo-500\/10:required{border-color:#6366f11a}.required\:border-indigo-500\/20:required{border-color:#6366f133}.required\:border-indigo-500\/25:required{border-color:#6366f140}.required\:border-indigo-500\/30:required{border-color:#6366f14d}.required\:border-indigo-500\/40:required{border-color:#6366f166}.required\:border-indigo-500\/50:required{border-color:#6366f180}.required\:border-indigo-500\/60:required{border-color:#6366f199}.required\:border-indigo-500\/70:required{border-color:#6366f1b3}.required\:border-indigo-500\/75:required{border-color:#6366f1bf}.required\:border-indigo-500\/80:required{border-color:#6366f1cc}.required\:border-indigo-500\/90:required{border-color:#6366f1e6}.required\:border-indigo-500\/95:required{border-color:#6366f1f2}.required\:border-indigo-500\/100:required{border-color:#6366f1}.required\:border-indigo-600\/0:required{border-color:#4f46e500}.required\:border-indigo-600\/5:required{border-color:#4f46e50d}.required\:border-indigo-600\/10:required{border-color:#4f46e51a}.required\:border-indigo-600\/20:required{border-color:#4f46e533}.required\:border-indigo-600\/25:required{border-color:#4f46e540}.required\:border-indigo-600\/30:required{border-color:#4f46e54d}.required\:border-indigo-600\/40:required{border-color:#4f46e566}.required\:border-indigo-600\/50:required{border-color:#4f46e580}.required\:border-indigo-600\/60:required{border-color:#4f46e599}.required\:border-indigo-600\/70:required{border-color:#4f46e5b3}.required\:border-indigo-600\/75:required{border-color:#4f46e5bf}.required\:border-indigo-600\/80:required{border-color:#4f46e5cc}.required\:border-indigo-600\/90:required{border-color:#4f46e5e6}.required\:border-indigo-600\/95:required{border-color:#4f46e5f2}.required\:border-indigo-600\/100:required{border-color:#4f46e5}.required\:border-indigo-700\/0:required{border-color:#4338ca00}.required\:border-indigo-700\/5:required{border-color:#4338ca0d}.required\:border-indigo-700\/10:required{border-color:#4338ca1a}.required\:border-indigo-700\/20:required{border-color:#4338ca33}.required\:border-indigo-700\/25:required{border-color:#4338ca40}.required\:border-indigo-700\/30:required{border-color:#4338ca4d}.required\:border-indigo-700\/40:required{border-color:#4338ca66}.required\:border-indigo-700\/50:required{border-color:#4338ca80}.required\:border-indigo-700\/60:required{border-color:#4338ca99}.required\:border-indigo-700\/70:required{border-color:#4338cab3}.required\:border-indigo-700\/75:required{border-color:#4338cabf}.required\:border-indigo-700\/80:required{border-color:#4338cacc}.required\:border-indigo-700\/90:required{border-color:#4338cae6}.required\:border-indigo-700\/95:required{border-color:#4338caf2}.required\:border-indigo-700\/100:required{border-color:#4338ca}.required\:border-indigo-800\/0:required{border-color:#3730a300}.required\:border-indigo-800\/5:required{border-color:#3730a30d}.required\:border-indigo-800\/10:required{border-color:#3730a31a}.required\:border-indigo-800\/20:required{border-color:#3730a333}.required\:border-indigo-800\/25:required{border-color:#3730a340}.required\:border-indigo-800\/30:required{border-color:#3730a34d}.required\:border-indigo-800\/40:required{border-color:#3730a366}.required\:border-indigo-800\/50:required{border-color:#3730a380}.required\:border-indigo-800\/60:required{border-color:#3730a399}.required\:border-indigo-800\/70:required{border-color:#3730a3b3}.required\:border-indigo-800\/75:required{border-color:#3730a3bf}.required\:border-indigo-800\/80:required{border-color:#3730a3cc}.required\:border-indigo-800\/90:required{border-color:#3730a3e6}.required\:border-indigo-800\/95:required{border-color:#3730a3f2}.required\:border-indigo-800\/100:required{border-color:#3730a3}.required\:border-indigo-900\/0:required{border-color:#312e8100}.required\:border-indigo-900\/5:required{border-color:#312e810d}.required\:border-indigo-900\/10:required{border-color:#312e811a}.required\:border-indigo-900\/20:required{border-color:#312e8133}.required\:border-indigo-900\/25:required{border-color:#312e8140}.required\:border-indigo-900\/30:required{border-color:#312e814d}.required\:border-indigo-900\/40:required{border-color:#312e8166}.required\:border-indigo-900\/50:required{border-color:#312e8180}.required\:border-indigo-900\/60:required{border-color:#312e8199}.required\:border-indigo-900\/70:required{border-color:#312e81b3}.required\:border-indigo-900\/75:required{border-color:#312e81bf}.required\:border-indigo-900\/80:required{border-color:#312e81cc}.required\:border-indigo-900\/90:required{border-color:#312e81e6}.required\:border-indigo-900\/95:required{border-color:#312e81f2}.required\:border-indigo-900\/100:required{border-color:#312e81}.required\:border-violet-50\/0:required{border-color:#f5f3ff00}.required\:border-violet-50\/5:required{border-color:#f5f3ff0d}.required\:border-violet-50\/10:required{border-color:#f5f3ff1a}.required\:border-violet-50\/20:required{border-color:#f5f3ff33}.required\:border-violet-50\/25:required{border-color:#f5f3ff40}.required\:border-violet-50\/30:required{border-color:#f5f3ff4d}.required\:border-violet-50\/40:required{border-color:#f5f3ff66}.required\:border-violet-50\/50:required{border-color:#f5f3ff80}.required\:border-violet-50\/60:required{border-color:#f5f3ff99}.required\:border-violet-50\/70:required{border-color:#f5f3ffb3}.required\:border-violet-50\/75:required{border-color:#f5f3ffbf}.required\:border-violet-50\/80:required{border-color:#f5f3ffcc}.required\:border-violet-50\/90:required{border-color:#f5f3ffe6}.required\:border-violet-50\/95:required{border-color:#f5f3fff2}.required\:border-violet-50\/100:required{border-color:#f5f3ff}.required\:border-violet-100\/0:required{border-color:#ede9fe00}.required\:border-violet-100\/5:required{border-color:#ede9fe0d}.required\:border-violet-100\/10:required{border-color:#ede9fe1a}.required\:border-violet-100\/20:required{border-color:#ede9fe33}.required\:border-violet-100\/25:required{border-color:#ede9fe40}.required\:border-violet-100\/30:required{border-color:#ede9fe4d}.required\:border-violet-100\/40:required{border-color:#ede9fe66}.required\:border-violet-100\/50:required{border-color:#ede9fe80}.required\:border-violet-100\/60:required{border-color:#ede9fe99}.required\:border-violet-100\/70:required{border-color:#ede9feb3}.required\:border-violet-100\/75:required{border-color:#ede9febf}.required\:border-violet-100\/80:required{border-color:#ede9fecc}.required\:border-violet-100\/90:required{border-color:#ede9fee6}.required\:border-violet-100\/95:required{border-color:#ede9fef2}.required\:border-violet-100\/100:required{border-color:#ede9fe}.required\:border-violet-200\/0:required{border-color:#ddd6fe00}.required\:border-violet-200\/5:required{border-color:#ddd6fe0d}.required\:border-violet-200\/10:required{border-color:#ddd6fe1a}.required\:border-violet-200\/20:required{border-color:#ddd6fe33}.required\:border-violet-200\/25:required{border-color:#ddd6fe40}.required\:border-violet-200\/30:required{border-color:#ddd6fe4d}.required\:border-violet-200\/40:required{border-color:#ddd6fe66}.required\:border-violet-200\/50:required{border-color:#ddd6fe80}.required\:border-violet-200\/60:required{border-color:#ddd6fe99}.required\:border-violet-200\/70:required{border-color:#ddd6feb3}.required\:border-violet-200\/75:required{border-color:#ddd6febf}.required\:border-violet-200\/80:required{border-color:#ddd6fecc}.required\:border-violet-200\/90:required{border-color:#ddd6fee6}.required\:border-violet-200\/95:required{border-color:#ddd6fef2}.required\:border-violet-200\/100:required{border-color:#ddd6fe}.required\:border-violet-300\/0:required{border-color:#c4b5fd00}.required\:border-violet-300\/5:required{border-color:#c4b5fd0d}.required\:border-violet-300\/10:required{border-color:#c4b5fd1a}.required\:border-violet-300\/20:required{border-color:#c4b5fd33}.required\:border-violet-300\/25:required{border-color:#c4b5fd40}.required\:border-violet-300\/30:required{border-color:#c4b5fd4d}.required\:border-violet-300\/40:required{border-color:#c4b5fd66}.required\:border-violet-300\/50:required{border-color:#c4b5fd80}.required\:border-violet-300\/60:required{border-color:#c4b5fd99}.required\:border-violet-300\/70:required{border-color:#c4b5fdb3}.required\:border-violet-300\/75:required{border-color:#c4b5fdbf}.required\:border-violet-300\/80:required{border-color:#c4b5fdcc}.required\:border-violet-300\/90:required{border-color:#c4b5fde6}.required\:border-violet-300\/95:required{border-color:#c4b5fdf2}.required\:border-violet-300\/100:required{border-color:#c4b5fd}.required\:border-violet-400\/0:required{border-color:#a78bfa00}.required\:border-violet-400\/5:required{border-color:#a78bfa0d}.required\:border-violet-400\/10:required{border-color:#a78bfa1a}.required\:border-violet-400\/20:required{border-color:#a78bfa33}.required\:border-violet-400\/25:required{border-color:#a78bfa40}.required\:border-violet-400\/30:required{border-color:#a78bfa4d}.required\:border-violet-400\/40:required{border-color:#a78bfa66}.required\:border-violet-400\/50:required{border-color:#a78bfa80}.required\:border-violet-400\/60:required{border-color:#a78bfa99}.required\:border-violet-400\/70:required{border-color:#a78bfab3}.required\:border-violet-400\/75:required{border-color:#a78bfabf}.required\:border-violet-400\/80:required{border-color:#a78bfacc}.required\:border-violet-400\/90:required{border-color:#a78bfae6}.required\:border-violet-400\/95:required{border-color:#a78bfaf2}.required\:border-violet-400\/100:required{border-color:#a78bfa}.required\:border-violet-500\/0:required{border-color:#8b5cf600}.required\:border-violet-500\/5:required{border-color:#8b5cf60d}.required\:border-violet-500\/10:required{border-color:#8b5cf61a}.required\:border-violet-500\/20:required{border-color:#8b5cf633}.required\:border-violet-500\/25:required{border-color:#8b5cf640}.required\:border-violet-500\/30:required{border-color:#8b5cf64d}.required\:border-violet-500\/40:required{border-color:#8b5cf666}.required\:border-violet-500\/50:required{border-color:#8b5cf680}.required\:border-violet-500\/60:required{border-color:#8b5cf699}.required\:border-violet-500\/70:required{border-color:#8b5cf6b3}.required\:border-violet-500\/75:required{border-color:#8b5cf6bf}.required\:border-violet-500\/80:required{border-color:#8b5cf6cc}.required\:border-violet-500\/90:required{border-color:#8b5cf6e6}.required\:border-violet-500\/95:required{border-color:#8b5cf6f2}.required\:border-violet-500\/100:required{border-color:#8b5cf6}.required\:border-violet-600\/0:required{border-color:#7c3aed00}.required\:border-violet-600\/5:required{border-color:#7c3aed0d}.required\:border-violet-600\/10:required{border-color:#7c3aed1a}.required\:border-violet-600\/20:required{border-color:#7c3aed33}.required\:border-violet-600\/25:required{border-color:#7c3aed40}.required\:border-violet-600\/30:required{border-color:#7c3aed4d}.required\:border-violet-600\/40:required{border-color:#7c3aed66}.required\:border-violet-600\/50:required{border-color:#7c3aed80}.required\:border-violet-600\/60:required{border-color:#7c3aed99}.required\:border-violet-600\/70:required{border-color:#7c3aedb3}.required\:border-violet-600\/75:required{border-color:#7c3aedbf}.required\:border-violet-600\/80:required{border-color:#7c3aedcc}.required\:border-violet-600\/90:required{border-color:#7c3aede6}.required\:border-violet-600\/95:required{border-color:#7c3aedf2}.required\:border-violet-600\/100:required{border-color:#7c3aed}.required\:border-violet-700\/0:required{border-color:#6d28d900}.required\:border-violet-700\/5:required{border-color:#6d28d90d}.required\:border-violet-700\/10:required{border-color:#6d28d91a}.required\:border-violet-700\/20:required{border-color:#6d28d933}.required\:border-violet-700\/25:required{border-color:#6d28d940}.required\:border-violet-700\/30:required{border-color:#6d28d94d}.required\:border-violet-700\/40:required{border-color:#6d28d966}.required\:border-violet-700\/50:required{border-color:#6d28d980}.required\:border-violet-700\/60:required{border-color:#6d28d999}.required\:border-violet-700\/70:required{border-color:#6d28d9b3}.required\:border-violet-700\/75:required{border-color:#6d28d9bf}.required\:border-violet-700\/80:required{border-color:#6d28d9cc}.required\:border-violet-700\/90:required{border-color:#6d28d9e6}.required\:border-violet-700\/95:required{border-color:#6d28d9f2}.required\:border-violet-700\/100:required{border-color:#6d28d9}.required\:border-violet-800\/0:required{border-color:#5b21b600}.required\:border-violet-800\/5:required{border-color:#5b21b60d}.required\:border-violet-800\/10:required{border-color:#5b21b61a}.required\:border-violet-800\/20:required{border-color:#5b21b633}.required\:border-violet-800\/25:required{border-color:#5b21b640}.required\:border-violet-800\/30:required{border-color:#5b21b64d}.required\:border-violet-800\/40:required{border-color:#5b21b666}.required\:border-violet-800\/50:required{border-color:#5b21b680}.required\:border-violet-800\/60:required{border-color:#5b21b699}.required\:border-violet-800\/70:required{border-color:#5b21b6b3}.required\:border-violet-800\/75:required{border-color:#5b21b6bf}.required\:border-violet-800\/80:required{border-color:#5b21b6cc}.required\:border-violet-800\/90:required{border-color:#5b21b6e6}.required\:border-violet-800\/95:required{border-color:#5b21b6f2}.required\:border-violet-800\/100:required{border-color:#5b21b6}.required\:border-violet-900\/0:required{border-color:#4c1d9500}.required\:border-violet-900\/5:required{border-color:#4c1d950d}.required\:border-violet-900\/10:required{border-color:#4c1d951a}.required\:border-violet-900\/20:required{border-color:#4c1d9533}.required\:border-violet-900\/25:required{border-color:#4c1d9540}.required\:border-violet-900\/30:required{border-color:#4c1d954d}.required\:border-violet-900\/40:required{border-color:#4c1d9566}.required\:border-violet-900\/50:required{border-color:#4c1d9580}.required\:border-violet-900\/60:required{border-color:#4c1d9599}.required\:border-violet-900\/70:required{border-color:#4c1d95b3}.required\:border-violet-900\/75:required{border-color:#4c1d95bf}.required\:border-violet-900\/80:required{border-color:#4c1d95cc}.required\:border-violet-900\/90:required{border-color:#4c1d95e6}.required\:border-violet-900\/95:required{border-color:#4c1d95f2}.required\:border-violet-900\/100:required{border-color:#4c1d95}.required\:border-fuchsia-50\/0:required{border-color:#fdf4ff00}.required\:border-fuchsia-50\/5:required{border-color:#fdf4ff0d}.required\:border-fuchsia-50\/10:required{border-color:#fdf4ff1a}.required\:border-fuchsia-50\/20:required{border-color:#fdf4ff33}.required\:border-fuchsia-50\/25:required{border-color:#fdf4ff40}.required\:border-fuchsia-50\/30:required{border-color:#fdf4ff4d}.required\:border-fuchsia-50\/40:required{border-color:#fdf4ff66}.required\:border-fuchsia-50\/50:required{border-color:#fdf4ff80}.required\:border-fuchsia-50\/60:required{border-color:#fdf4ff99}.required\:border-fuchsia-50\/70:required{border-color:#fdf4ffb3}.required\:border-fuchsia-50\/75:required{border-color:#fdf4ffbf}.required\:border-fuchsia-50\/80:required{border-color:#fdf4ffcc}.required\:border-fuchsia-50\/90:required{border-color:#fdf4ffe6}.required\:border-fuchsia-50\/95:required{border-color:#fdf4fff2}.required\:border-fuchsia-50\/100:required{border-color:#fdf4ff}.required\:border-fuchsia-100\/0:required{border-color:#fae8ff00}.required\:border-fuchsia-100\/5:required{border-color:#fae8ff0d}.required\:border-fuchsia-100\/10:required{border-color:#fae8ff1a}.required\:border-fuchsia-100\/20:required{border-color:#fae8ff33}.required\:border-fuchsia-100\/25:required{border-color:#fae8ff40}.required\:border-fuchsia-100\/30:required{border-color:#fae8ff4d}.required\:border-fuchsia-100\/40:required{border-color:#fae8ff66}.required\:border-fuchsia-100\/50:required{border-color:#fae8ff80}.required\:border-fuchsia-100\/60:required{border-color:#fae8ff99}.required\:border-fuchsia-100\/70:required{border-color:#fae8ffb3}.required\:border-fuchsia-100\/75:required{border-color:#fae8ffbf}.required\:border-fuchsia-100\/80:required{border-color:#fae8ffcc}.required\:border-fuchsia-100\/90:required{border-color:#fae8ffe6}.required\:border-fuchsia-100\/95:required{border-color:#fae8fff2}.required\:border-fuchsia-100\/100:required{border-color:#fae8ff}.required\:border-fuchsia-200\/0:required{border-color:#f5d0fe00}.required\:border-fuchsia-200\/5:required{border-color:#f5d0fe0d}.required\:border-fuchsia-200\/10:required{border-color:#f5d0fe1a}.required\:border-fuchsia-200\/20:required{border-color:#f5d0fe33}.required\:border-fuchsia-200\/25:required{border-color:#f5d0fe40}.required\:border-fuchsia-200\/30:required{border-color:#f5d0fe4d}.required\:border-fuchsia-200\/40:required{border-color:#f5d0fe66}.required\:border-fuchsia-200\/50:required{border-color:#f5d0fe80}.required\:border-fuchsia-200\/60:required{border-color:#f5d0fe99}.required\:border-fuchsia-200\/70:required{border-color:#f5d0feb3}.required\:border-fuchsia-200\/75:required{border-color:#f5d0febf}.required\:border-fuchsia-200\/80:required{border-color:#f5d0fecc}.required\:border-fuchsia-200\/90:required{border-color:#f5d0fee6}.required\:border-fuchsia-200\/95:required{border-color:#f5d0fef2}.required\:border-fuchsia-200\/100:required{border-color:#f5d0fe}.required\:border-fuchsia-300\/0:required{border-color:#f0abfc00}.required\:border-fuchsia-300\/5:required{border-color:#f0abfc0d}.required\:border-fuchsia-300\/10:required{border-color:#f0abfc1a}.required\:border-fuchsia-300\/20:required{border-color:#f0abfc33}.required\:border-fuchsia-300\/25:required{border-color:#f0abfc40}.required\:border-fuchsia-300\/30:required{border-color:#f0abfc4d}.required\:border-fuchsia-300\/40:required{border-color:#f0abfc66}.required\:border-fuchsia-300\/50:required{border-color:#f0abfc80}.required\:border-fuchsia-300\/60:required{border-color:#f0abfc99}.required\:border-fuchsia-300\/70:required{border-color:#f0abfcb3}.required\:border-fuchsia-300\/75:required{border-color:#f0abfcbf}.required\:border-fuchsia-300\/80:required{border-color:#f0abfccc}.required\:border-fuchsia-300\/90:required{border-color:#f0abfce6}.required\:border-fuchsia-300\/95:required{border-color:#f0abfcf2}.required\:border-fuchsia-300\/100:required{border-color:#f0abfc}.required\:border-fuchsia-400\/0:required{border-color:#e879f900}.required\:border-fuchsia-400\/5:required{border-color:#e879f90d}.required\:border-fuchsia-400\/10:required{border-color:#e879f91a}.required\:border-fuchsia-400\/20:required{border-color:#e879f933}.required\:border-fuchsia-400\/25:required{border-color:#e879f940}.required\:border-fuchsia-400\/30:required{border-color:#e879f94d}.required\:border-fuchsia-400\/40:required{border-color:#e879f966}.required\:border-fuchsia-400\/50:required{border-color:#e879f980}.required\:border-fuchsia-400\/60:required{border-color:#e879f999}.required\:border-fuchsia-400\/70:required{border-color:#e879f9b3}.required\:border-fuchsia-400\/75:required{border-color:#e879f9bf}.required\:border-fuchsia-400\/80:required{border-color:#e879f9cc}.required\:border-fuchsia-400\/90:required{border-color:#e879f9e6}.required\:border-fuchsia-400\/95:required{border-color:#e879f9f2}.required\:border-fuchsia-400\/100:required{border-color:#e879f9}.required\:border-fuchsia-500\/0:required{border-color:#d946ef00}.required\:border-fuchsia-500\/5:required{border-color:#d946ef0d}.required\:border-fuchsia-500\/10:required{border-color:#d946ef1a}.required\:border-fuchsia-500\/20:required{border-color:#d946ef33}.required\:border-fuchsia-500\/25:required{border-color:#d946ef40}.required\:border-fuchsia-500\/30:required{border-color:#d946ef4d}.required\:border-fuchsia-500\/40:required{border-color:#d946ef66}.required\:border-fuchsia-500\/50:required{border-color:#d946ef80}.required\:border-fuchsia-500\/60:required{border-color:#d946ef99}.required\:border-fuchsia-500\/70:required{border-color:#d946efb3}.required\:border-fuchsia-500\/75:required{border-color:#d946efbf}.required\:border-fuchsia-500\/80:required{border-color:#d946efcc}.required\:border-fuchsia-500\/90:required{border-color:#d946efe6}.required\:border-fuchsia-500\/95:required{border-color:#d946eff2}.required\:border-fuchsia-500\/100:required{border-color:#d946ef}.required\:border-fuchsia-600\/0:required{border-color:#c026d300}.required\:border-fuchsia-600\/5:required{border-color:#c026d30d}.required\:border-fuchsia-600\/10:required{border-color:#c026d31a}.required\:border-fuchsia-600\/20:required{border-color:#c026d333}.required\:border-fuchsia-600\/25:required{border-color:#c026d340}.required\:border-fuchsia-600\/30:required{border-color:#c026d34d}.required\:border-fuchsia-600\/40:required{border-color:#c026d366}.required\:border-fuchsia-600\/50:required{border-color:#c026d380}.required\:border-fuchsia-600\/60:required{border-color:#c026d399}.required\:border-fuchsia-600\/70:required{border-color:#c026d3b3}.required\:border-fuchsia-600\/75:required{border-color:#c026d3bf}.required\:border-fuchsia-600\/80:required{border-color:#c026d3cc}.required\:border-fuchsia-600\/90:required{border-color:#c026d3e6}.required\:border-fuchsia-600\/95:required{border-color:#c026d3f2}.required\:border-fuchsia-600\/100:required{border-color:#c026d3}.required\:border-fuchsia-700\/0:required{border-color:#a21caf00}.required\:border-fuchsia-700\/5:required{border-color:#a21caf0d}.required\:border-fuchsia-700\/10:required{border-color:#a21caf1a}.required\:border-fuchsia-700\/20:required{border-color:#a21caf33}.required\:border-fuchsia-700\/25:required{border-color:#a21caf40}.required\:border-fuchsia-700\/30:required{border-color:#a21caf4d}.required\:border-fuchsia-700\/40:required{border-color:#a21caf66}.required\:border-fuchsia-700\/50:required{border-color:#a21caf80}.required\:border-fuchsia-700\/60:required{border-color:#a21caf99}.required\:border-fuchsia-700\/70:required{border-color:#a21cafb3}.required\:border-fuchsia-700\/75:required{border-color:#a21cafbf}.required\:border-fuchsia-700\/80:required{border-color:#a21cafcc}.required\:border-fuchsia-700\/90:required{border-color:#a21cafe6}.required\:border-fuchsia-700\/95:required{border-color:#a21caff2}.required\:border-fuchsia-700\/100:required{border-color:#a21caf}.required\:border-fuchsia-800\/0:required{border-color:#86198f00}.required\:border-fuchsia-800\/5:required{border-color:#86198f0d}.required\:border-fuchsia-800\/10:required{border-color:#86198f1a}.required\:border-fuchsia-800\/20:required{border-color:#86198f33}.required\:border-fuchsia-800\/25:required{border-color:#86198f40}.required\:border-fuchsia-800\/30:required{border-color:#86198f4d}.required\:border-fuchsia-800\/40:required{border-color:#86198f66}.required\:border-fuchsia-800\/50:required{border-color:#86198f80}.required\:border-fuchsia-800\/60:required{border-color:#86198f99}.required\:border-fuchsia-800\/70:required{border-color:#86198fb3}.required\:border-fuchsia-800\/75:required{border-color:#86198fbf}.required\:border-fuchsia-800\/80:required{border-color:#86198fcc}.required\:border-fuchsia-800\/90:required{border-color:#86198fe6}.required\:border-fuchsia-800\/95:required{border-color:#86198ff2}.required\:border-fuchsia-800\/100:required{border-color:#86198f}.required\:border-fuchsia-900\/0:required{border-color:#701a7500}.required\:border-fuchsia-900\/5:required{border-color:#701a750d}.required\:border-fuchsia-900\/10:required{border-color:#701a751a}.required\:border-fuchsia-900\/20:required{border-color:#701a7533}.required\:border-fuchsia-900\/25:required{border-color:#701a7540}.required\:border-fuchsia-900\/30:required{border-color:#701a754d}.required\:border-fuchsia-900\/40:required{border-color:#701a7566}.required\:border-fuchsia-900\/50:required{border-color:#701a7580}.required\:border-fuchsia-900\/60:required{border-color:#701a7599}.required\:border-fuchsia-900\/70:required{border-color:#701a75b3}.required\:border-fuchsia-900\/75:required{border-color:#701a75bf}.required\:border-fuchsia-900\/80:required{border-color:#701a75cc}.required\:border-fuchsia-900\/90:required{border-color:#701a75e6}.required\:border-fuchsia-900\/95:required{border-color:#701a75f2}.required\:border-fuchsia-900\/100:required{border-color:#701a75}.required\:border-pink-50\/0:required{border-color:#fdf2f800}.required\:border-pink-50\/5:required{border-color:#fdf2f80d}.required\:border-pink-50\/10:required{border-color:#fdf2f81a}.required\:border-pink-50\/20:required{border-color:#fdf2f833}.required\:border-pink-50\/25:required{border-color:#fdf2f840}.required\:border-pink-50\/30:required{border-color:#fdf2f84d}.required\:border-pink-50\/40:required{border-color:#fdf2f866}.required\:border-pink-50\/50:required{border-color:#fdf2f880}.required\:border-pink-50\/60:required{border-color:#fdf2f899}.required\:border-pink-50\/70:required{border-color:#fdf2f8b3}.required\:border-pink-50\/75:required{border-color:#fdf2f8bf}.required\:border-pink-50\/80:required{border-color:#fdf2f8cc}.required\:border-pink-50\/90:required{border-color:#fdf2f8e6}.required\:border-pink-50\/95:required{border-color:#fdf2f8f2}.required\:border-pink-50\/100:required{border-color:#fdf2f8}.required\:border-pink-100\/0:required{border-color:#fce7f300}.required\:border-pink-100\/5:required{border-color:#fce7f30d}.required\:border-pink-100\/10:required{border-color:#fce7f31a}.required\:border-pink-100\/20:required{border-color:#fce7f333}.required\:border-pink-100\/25:required{border-color:#fce7f340}.required\:border-pink-100\/30:required{border-color:#fce7f34d}.required\:border-pink-100\/40:required{border-color:#fce7f366}.required\:border-pink-100\/50:required{border-color:#fce7f380}.required\:border-pink-100\/60:required{border-color:#fce7f399}.required\:border-pink-100\/70:required{border-color:#fce7f3b3}.required\:border-pink-100\/75:required{border-color:#fce7f3bf}.required\:border-pink-100\/80:required{border-color:#fce7f3cc}.required\:border-pink-100\/90:required{border-color:#fce7f3e6}.required\:border-pink-100\/95:required{border-color:#fce7f3f2}.required\:border-pink-100\/100:required{border-color:#fce7f3}.required\:border-pink-200\/0:required{border-color:#fbcfe800}.required\:border-pink-200\/5:required{border-color:#fbcfe80d}.required\:border-pink-200\/10:required{border-color:#fbcfe81a}.required\:border-pink-200\/20:required{border-color:#fbcfe833}.required\:border-pink-200\/25:required{border-color:#fbcfe840}.required\:border-pink-200\/30:required{border-color:#fbcfe84d}.required\:border-pink-200\/40:required{border-color:#fbcfe866}.required\:border-pink-200\/50:required{border-color:#fbcfe880}.required\:border-pink-200\/60:required{border-color:#fbcfe899}.required\:border-pink-200\/70:required{border-color:#fbcfe8b3}.required\:border-pink-200\/75:required{border-color:#fbcfe8bf}.required\:border-pink-200\/80:required{border-color:#fbcfe8cc}.required\:border-pink-200\/90:required{border-color:#fbcfe8e6}.required\:border-pink-200\/95:required{border-color:#fbcfe8f2}.required\:border-pink-200\/100:required{border-color:#fbcfe8}.required\:border-pink-300\/0:required{border-color:#f9a8d400}.required\:border-pink-300\/5:required{border-color:#f9a8d40d}.required\:border-pink-300\/10:required{border-color:#f9a8d41a}.required\:border-pink-300\/20:required{border-color:#f9a8d433}.required\:border-pink-300\/25:required{border-color:#f9a8d440}.required\:border-pink-300\/30:required{border-color:#f9a8d44d}.required\:border-pink-300\/40:required{border-color:#f9a8d466}.required\:border-pink-300\/50:required{border-color:#f9a8d480}.required\:border-pink-300\/60:required{border-color:#f9a8d499}.required\:border-pink-300\/70:required{border-color:#f9a8d4b3}.required\:border-pink-300\/75:required{border-color:#f9a8d4bf}.required\:border-pink-300\/80:required{border-color:#f9a8d4cc}.required\:border-pink-300\/90:required{border-color:#f9a8d4e6}.required\:border-pink-300\/95:required{border-color:#f9a8d4f2}.required\:border-pink-300\/100:required{border-color:#f9a8d4}.required\:border-pink-400\/0:required{border-color:#f472b600}.required\:border-pink-400\/5:required{border-color:#f472b60d}.required\:border-pink-400\/10:required{border-color:#f472b61a}.required\:border-pink-400\/20:required{border-color:#f472b633}.required\:border-pink-400\/25:required{border-color:#f472b640}.required\:border-pink-400\/30:required{border-color:#f472b64d}.required\:border-pink-400\/40:required{border-color:#f472b666}.required\:border-pink-400\/50:required{border-color:#f472b680}.required\:border-pink-400\/60:required{border-color:#f472b699}.required\:border-pink-400\/70:required{border-color:#f472b6b3}.required\:border-pink-400\/75:required{border-color:#f472b6bf}.required\:border-pink-400\/80:required{border-color:#f472b6cc}.required\:border-pink-400\/90:required{border-color:#f472b6e6}.required\:border-pink-400\/95:required{border-color:#f472b6f2}.required\:border-pink-400\/100:required{border-color:#f472b6}.required\:border-pink-500\/0:required{border-color:#ec489900}.required\:border-pink-500\/5:required{border-color:#ec48990d}.required\:border-pink-500\/10:required{border-color:#ec48991a}.required\:border-pink-500\/20:required{border-color:#ec489933}.required\:border-pink-500\/25:required{border-color:#ec489940}.required\:border-pink-500\/30:required{border-color:#ec48994d}.required\:border-pink-500\/40:required{border-color:#ec489966}.required\:border-pink-500\/50:required{border-color:#ec489980}.required\:border-pink-500\/60:required{border-color:#ec489999}.required\:border-pink-500\/70:required{border-color:#ec4899b3}.required\:border-pink-500\/75:required{border-color:#ec4899bf}.required\:border-pink-500\/80:required{border-color:#ec4899cc}.required\:border-pink-500\/90:required{border-color:#ec4899e6}.required\:border-pink-500\/95:required{border-color:#ec4899f2}.required\:border-pink-500\/100:required{border-color:#ec4899}.required\:border-pink-600\/0:required{border-color:#db277700}.required\:border-pink-600\/5:required{border-color:#db27770d}.required\:border-pink-600\/10:required{border-color:#db27771a}.required\:border-pink-600\/20:required{border-color:#db277733}.required\:border-pink-600\/25:required{border-color:#db277740}.required\:border-pink-600\/30:required{border-color:#db27774d}.required\:border-pink-600\/40:required{border-color:#db277766}.required\:border-pink-600\/50:required{border-color:#db277780}.required\:border-pink-600\/60:required{border-color:#db277799}.required\:border-pink-600\/70:required{border-color:#db2777b3}.required\:border-pink-600\/75:required{border-color:#db2777bf}.required\:border-pink-600\/80:required{border-color:#db2777cc}.required\:border-pink-600\/90:required{border-color:#db2777e6}.required\:border-pink-600\/95:required{border-color:#db2777f2}.required\:border-pink-600\/100:required{border-color:#db2777}.required\:border-pink-700\/0:required{border-color:#be185d00}.required\:border-pink-700\/5:required{border-color:#be185d0d}.required\:border-pink-700\/10:required{border-color:#be185d1a}.required\:border-pink-700\/20:required{border-color:#be185d33}.required\:border-pink-700\/25:required{border-color:#be185d40}.required\:border-pink-700\/30:required{border-color:#be185d4d}.required\:border-pink-700\/40:required{border-color:#be185d66}.required\:border-pink-700\/50:required{border-color:#be185d80}.required\:border-pink-700\/60:required{border-color:#be185d99}.required\:border-pink-700\/70:required{border-color:#be185db3}.required\:border-pink-700\/75:required{border-color:#be185dbf}.required\:border-pink-700\/80:required{border-color:#be185dcc}.required\:border-pink-700\/90:required{border-color:#be185de6}.required\:border-pink-700\/95:required{border-color:#be185df2}.required\:border-pink-700\/100:required{border-color:#be185d}.required\:border-pink-800\/0:required{border-color:#9d174d00}.required\:border-pink-800\/5:required{border-color:#9d174d0d}.required\:border-pink-800\/10:required{border-color:#9d174d1a}.required\:border-pink-800\/20:required{border-color:#9d174d33}.required\:border-pink-800\/25:required{border-color:#9d174d40}.required\:border-pink-800\/30:required{border-color:#9d174d4d}.required\:border-pink-800\/40:required{border-color:#9d174d66}.required\:border-pink-800\/50:required{border-color:#9d174d80}.required\:border-pink-800\/60:required{border-color:#9d174d99}.required\:border-pink-800\/70:required{border-color:#9d174db3}.required\:border-pink-800\/75:required{border-color:#9d174dbf}.required\:border-pink-800\/80:required{border-color:#9d174dcc}.required\:border-pink-800\/90:required{border-color:#9d174de6}.required\:border-pink-800\/95:required{border-color:#9d174df2}.required\:border-pink-800\/100:required{border-color:#9d174d}.required\:border-pink-900\/0:required{border-color:#83184300}.required\:border-pink-900\/5:required{border-color:#8318430d}.required\:border-pink-900\/10:required{border-color:#8318431a}.required\:border-pink-900\/20:required{border-color:#83184333}.required\:border-pink-900\/25:required{border-color:#83184340}.required\:border-pink-900\/30:required{border-color:#8318434d}.required\:border-pink-900\/40:required{border-color:#83184366}.required\:border-pink-900\/50:required{border-color:#83184380}.required\:border-pink-900\/60:required{border-color:#83184399}.required\:border-pink-900\/70:required{border-color:#831843b3}.required\:border-pink-900\/75:required{border-color:#831843bf}.required\:border-pink-900\/80:required{border-color:#831843cc}.required\:border-pink-900\/90:required{border-color:#831843e6}.required\:border-pink-900\/95:required{border-color:#831843f2}.required\:border-pink-900\/100:required{border-color:#831843}.required\:border-rose-50\/0:required{border-color:#fff1f200}.required\:border-rose-50\/5:required{border-color:#fff1f20d}.required\:border-rose-50\/10:required{border-color:#fff1f21a}.required\:border-rose-50\/20:required{border-color:#fff1f233}.required\:border-rose-50\/25:required{border-color:#fff1f240}.required\:border-rose-50\/30:required{border-color:#fff1f24d}.required\:border-rose-50\/40:required{border-color:#fff1f266}.required\:border-rose-50\/50:required{border-color:#fff1f280}.required\:border-rose-50\/60:required{border-color:#fff1f299}.required\:border-rose-50\/70:required{border-color:#fff1f2b3}.required\:border-rose-50\/75:required{border-color:#fff1f2bf}.required\:border-rose-50\/80:required{border-color:#fff1f2cc}.required\:border-rose-50\/90:required{border-color:#fff1f2e6}.required\:border-rose-50\/95:required{border-color:#fff1f2f2}.required\:border-rose-50\/100:required{border-color:#fff1f2}.required\:border-rose-100\/0:required{border-color:#ffe4e600}.required\:border-rose-100\/5:required{border-color:#ffe4e60d}.required\:border-rose-100\/10:required{border-color:#ffe4e61a}.required\:border-rose-100\/20:required{border-color:#ffe4e633}.required\:border-rose-100\/25:required{border-color:#ffe4e640}.required\:border-rose-100\/30:required{border-color:#ffe4e64d}.required\:border-rose-100\/40:required{border-color:#ffe4e666}.required\:border-rose-100\/50:required{border-color:#ffe4e680}.required\:border-rose-100\/60:required{border-color:#ffe4e699}.required\:border-rose-100\/70:required{border-color:#ffe4e6b3}.required\:border-rose-100\/75:required{border-color:#ffe4e6bf}.required\:border-rose-100\/80:required{border-color:#ffe4e6cc}.required\:border-rose-100\/90:required{border-color:#ffe4e6e6}.required\:border-rose-100\/95:required{border-color:#ffe4e6f2}.required\:border-rose-100\/100:required{border-color:#ffe4e6}.required\:border-rose-200\/0:required{border-color:#fecdd300}.required\:border-rose-200\/5:required{border-color:#fecdd30d}.required\:border-rose-200\/10:required{border-color:#fecdd31a}.required\:border-rose-200\/20:required{border-color:#fecdd333}.required\:border-rose-200\/25:required{border-color:#fecdd340}.required\:border-rose-200\/30:required{border-color:#fecdd34d}.required\:border-rose-200\/40:required{border-color:#fecdd366}.required\:border-rose-200\/50:required{border-color:#fecdd380}.required\:border-rose-200\/60:required{border-color:#fecdd399}.required\:border-rose-200\/70:required{border-color:#fecdd3b3}.required\:border-rose-200\/75:required{border-color:#fecdd3bf}.required\:border-rose-200\/80:required{border-color:#fecdd3cc}.required\:border-rose-200\/90:required{border-color:#fecdd3e6}.required\:border-rose-200\/95:required{border-color:#fecdd3f2}.required\:border-rose-200\/100:required{border-color:#fecdd3}.required\:border-rose-300\/0:required{border-color:#fda4af00}.required\:border-rose-300\/5:required{border-color:#fda4af0d}.required\:border-rose-300\/10:required{border-color:#fda4af1a}.required\:border-rose-300\/20:required{border-color:#fda4af33}.required\:border-rose-300\/25:required{border-color:#fda4af40}.required\:border-rose-300\/30:required{border-color:#fda4af4d}.required\:border-rose-300\/40:required{border-color:#fda4af66}.required\:border-rose-300\/50:required{border-color:#fda4af80}.required\:border-rose-300\/60:required{border-color:#fda4af99}.required\:border-rose-300\/70:required{border-color:#fda4afb3}.required\:border-rose-300\/75:required{border-color:#fda4afbf}.required\:border-rose-300\/80:required{border-color:#fda4afcc}.required\:border-rose-300\/90:required{border-color:#fda4afe6}.required\:border-rose-300\/95:required{border-color:#fda4aff2}.required\:border-rose-300\/100:required{border-color:#fda4af}.required\:border-rose-400\/0:required{border-color:#fb718500}.required\:border-rose-400\/5:required{border-color:#fb71850d}.required\:border-rose-400\/10:required{border-color:#fb71851a}.required\:border-rose-400\/20:required{border-color:#fb718533}.required\:border-rose-400\/25:required{border-color:#fb718540}.required\:border-rose-400\/30:required{border-color:#fb71854d}.required\:border-rose-400\/40:required{border-color:#fb718566}.required\:border-rose-400\/50:required{border-color:#fb718580}.required\:border-rose-400\/60:required{border-color:#fb718599}.required\:border-rose-400\/70:required{border-color:#fb7185b3}.required\:border-rose-400\/75:required{border-color:#fb7185bf}.required\:border-rose-400\/80:required{border-color:#fb7185cc}.required\:border-rose-400\/90:required{border-color:#fb7185e6}.required\:border-rose-400\/95:required{border-color:#fb7185f2}.required\:border-rose-400\/100:required{border-color:#fb7185}.required\:border-rose-500\/0:required{border-color:#f43f5e00}.required\:border-rose-500\/5:required{border-color:#f43f5e0d}.required\:border-rose-500\/10:required{border-color:#f43f5e1a}.required\:border-rose-500\/20:required{border-color:#f43f5e33}.required\:border-rose-500\/25:required{border-color:#f43f5e40}.required\:border-rose-500\/30:required{border-color:#f43f5e4d}.required\:border-rose-500\/40:required{border-color:#f43f5e66}.required\:border-rose-500\/50:required{border-color:#f43f5e80}.required\:border-rose-500\/60:required{border-color:#f43f5e99}.required\:border-rose-500\/70:required{border-color:#f43f5eb3}.required\:border-rose-500\/75:required{border-color:#f43f5ebf}.required\:border-rose-500\/80:required{border-color:#f43f5ecc}.required\:border-rose-500\/90:required{border-color:#f43f5ee6}.required\:border-rose-500\/95:required{border-color:#f43f5ef2}.required\:border-rose-500\/100:required{border-color:#f43f5e}.required\:border-rose-600\/0:required{border-color:#e11d4800}.required\:border-rose-600\/5:required{border-color:#e11d480d}.required\:border-rose-600\/10:required{border-color:#e11d481a}.required\:border-rose-600\/20:required{border-color:#e11d4833}.required\:border-rose-600\/25:required{border-color:#e11d4840}.required\:border-rose-600\/30:required{border-color:#e11d484d}.required\:border-rose-600\/40:required{border-color:#e11d4866}.required\:border-rose-600\/50:required{border-color:#e11d4880}.required\:border-rose-600\/60:required{border-color:#e11d4899}.required\:border-rose-600\/70:required{border-color:#e11d48b3}.required\:border-rose-600\/75:required{border-color:#e11d48bf}.required\:border-rose-600\/80:required{border-color:#e11d48cc}.required\:border-rose-600\/90:required{border-color:#e11d48e6}.required\:border-rose-600\/95:required{border-color:#e11d48f2}.required\:border-rose-600\/100:required{border-color:#e11d48}.required\:border-rose-700\/0:required{border-color:#be123c00}.required\:border-rose-700\/5:required{border-color:#be123c0d}.required\:border-rose-700\/10:required{border-color:#be123c1a}.required\:border-rose-700\/20:required{border-color:#be123c33}.required\:border-rose-700\/25:required{border-color:#be123c40}.required\:border-rose-700\/30:required{border-color:#be123c4d}.required\:border-rose-700\/40:required{border-color:#be123c66}.required\:border-rose-700\/50:required{border-color:#be123c80}.required\:border-rose-700\/60:required{border-color:#be123c99}.required\:border-rose-700\/70:required{border-color:#be123cb3}.required\:border-rose-700\/75:required{border-color:#be123cbf}.required\:border-rose-700\/80:required{border-color:#be123ccc}.required\:border-rose-700\/90:required{border-color:#be123ce6}.required\:border-rose-700\/95:required{border-color:#be123cf2}.required\:border-rose-700\/100:required{border-color:#be123c}.required\:border-rose-800\/0:required{border-color:#9f123900}.required\:border-rose-800\/5:required{border-color:#9f12390d}.required\:border-rose-800\/10:required{border-color:#9f12391a}.required\:border-rose-800\/20:required{border-color:#9f123933}.required\:border-rose-800\/25:required{border-color:#9f123940}.required\:border-rose-800\/30:required{border-color:#9f12394d}.required\:border-rose-800\/40:required{border-color:#9f123966}.required\:border-rose-800\/50:required{border-color:#9f123980}.required\:border-rose-800\/60:required{border-color:#9f123999}.required\:border-rose-800\/70:required{border-color:#9f1239b3}.required\:border-rose-800\/75:required{border-color:#9f1239bf}.required\:border-rose-800\/80:required{border-color:#9f1239cc}.required\:border-rose-800\/90:required{border-color:#9f1239e6}.required\:border-rose-800\/95:required{border-color:#9f1239f2}.required\:border-rose-800\/100:required{border-color:#9f1239}.required\:border-rose-900\/0:required{border-color:#88133700}.required\:border-rose-900\/5:required{border-color:#8813370d}.required\:border-rose-900\/10:required{border-color:#8813371a}.required\:border-rose-900\/20:required{border-color:#88133733}.required\:border-rose-900\/25:required{border-color:#88133740}.required\:border-rose-900\/30:required{border-color:#8813374d}.required\:border-rose-900\/40:required{border-color:#88133766}.required\:border-rose-900\/50:required{border-color:#88133780}.required\:border-rose-900\/60:required{border-color:#88133799}.required\:border-rose-900\/70:required{border-color:#881337b3}.required\:border-rose-900\/75:required{border-color:#881337bf}.required\:border-rose-900\/80:required{border-color:#881337cc}.required\:border-rose-900\/90:required{border-color:#881337e6}.required\:border-rose-900\/95:required{border-color:#881337f2}.required\:border-rose-900\/100:required{border-color:#881337}.required\:border-primary-100\/0:required{border-color:#f2f3f400}.required\:border-primary-100\/5:required{border-color:#f2f3f40d}.required\:border-primary-100\/10:required{border-color:#f2f3f41a}.required\:border-primary-100\/20:required{border-color:#f2f3f433}.required\:border-primary-100\/25:required{border-color:#f2f3f440}.required\:border-primary-100\/30:required{border-color:#f2f3f44d}.required\:border-primary-100\/40:required{border-color:#f2f3f466}.required\:border-primary-100\/50:required{border-color:#f2f3f480}.required\:border-primary-100\/60:required{border-color:#f2f3f499}.required\:border-primary-100\/70:required{border-color:#f2f3f4b3}.required\:border-primary-100\/75:required{border-color:#f2f3f4bf}.required\:border-primary-100\/80:required{border-color:#f2f3f4cc}.required\:border-primary-100\/90:required{border-color:#f2f3f4e6}.required\:border-primary-100\/95:required{border-color:#f2f3f4f2}.required\:border-primary-100\/100:required{border-color:#f2f3f4}.required\:border-primary-200\/0:required{border-color:#e8e8f000}.required\:border-primary-200\/5:required{border-color:#e8e8f00d}.required\:border-primary-200\/10:required{border-color:#e8e8f01a}.required\:border-primary-200\/20:required{border-color:#e8e8f033}.required\:border-primary-200\/25:required{border-color:#e8e8f040}.required\:border-primary-200\/30:required{border-color:#e8e8f04d}.required\:border-primary-200\/40:required{border-color:#e8e8f066}.required\:border-primary-200\/50:required{border-color:#e8e8f080}.required\:border-primary-200\/60:required{border-color:#e8e8f099}.required\:border-primary-200\/70:required{border-color:#e8e8f0b3}.required\:border-primary-200\/75:required{border-color:#e8e8f0bf}.required\:border-primary-200\/80:required{border-color:#e8e8f0cc}.required\:border-primary-200\/90:required{border-color:#e8e8f0e6}.required\:border-primary-200\/95:required{border-color:#e8e8f0f2}.required\:border-primary-200\/100:required{border-color:#e8e8f0}.required\:border-primary-300\/0:required{border-color:#d0d0e100}.required\:border-primary-300\/5:required{border-color:#d0d0e10d}.required\:border-primary-300\/10:required{border-color:#d0d0e11a}.required\:border-primary-300\/20:required{border-color:#d0d0e133}.required\:border-primary-300\/25:required{border-color:#d0d0e140}.required\:border-primary-300\/30:required{border-color:#d0d0e14d}.required\:border-primary-300\/40:required{border-color:#d0d0e166}.required\:border-primary-300\/50:required{border-color:#d0d0e180}.required\:border-primary-300\/60:required{border-color:#d0d0e199}.required\:border-primary-300\/70:required{border-color:#d0d0e1b3}.required\:border-primary-300\/75:required{border-color:#d0d0e1bf}.required\:border-primary-300\/80:required{border-color:#d0d0e1cc}.required\:border-primary-300\/90:required{border-color:#d0d0e1e6}.required\:border-primary-300\/95:required{border-color:#d0d0e1f2}.required\:border-primary-300\/100:required{border-color:#d0d0e1}.required\:border-primary-400\/0:required{border-color:#b4b4d100}.required\:border-primary-400\/5:required{border-color:#b4b4d10d}.required\:border-primary-400\/10:required{border-color:#b4b4d11a}.required\:border-primary-400\/20:required{border-color:#b4b4d133}.required\:border-primary-400\/25:required{border-color:#b4b4d140}.required\:border-primary-400\/30:required{border-color:#b4b4d14d}.required\:border-primary-400\/40:required{border-color:#b4b4d166}.required\:border-primary-400\/50:required{border-color:#b4b4d180}.required\:border-primary-400\/60:required{border-color:#b4b4d199}.required\:border-primary-400\/70:required{border-color:#b4b4d1b3}.required\:border-primary-400\/75:required{border-color:#b4b4d1bf}.required\:border-primary-400\/80:required{border-color:#b4b4d1cc}.required\:border-primary-400\/90:required{border-color:#b4b4d1e6}.required\:border-primary-400\/95:required{border-color:#b4b4d1f2}.required\:border-primary-400\/100:required{border-color:#b4b4d1}.required\:border-primary-500\/0:required{border-color:#9393bf00}.required\:border-primary-500\/5:required{border-color:#9393bf0d}.required\:border-primary-500\/10:required{border-color:#9393bf1a}.required\:border-primary-500\/20:required{border-color:#9393bf33}.required\:border-primary-500\/25:required{border-color:#9393bf40}.required\:border-primary-500\/30:required{border-color:#9393bf4d}.required\:border-primary-500\/40:required{border-color:#9393bf66}.required\:border-primary-500\/50:required{border-color:#9393bf80}.required\:border-primary-500\/60:required{border-color:#9393bf99}.required\:border-primary-500\/70:required{border-color:#9393bfb3}.required\:border-primary-500\/75:required{border-color:#9393bfbf}.required\:border-primary-500\/80:required{border-color:#9393bfcc}.required\:border-primary-500\/90:required{border-color:#9393bfe6}.required\:border-primary-500\/95:required{border-color:#9393bff2}.required\:border-primary-500\/100:required{border-color:#9393bf}.required\:border-primary-600\/0:required{border-color:#6868ac00}.required\:border-primary-600\/5:required{border-color:#6868ac0d}.required\:border-primary-600\/10:required{border-color:#6868ac1a}.required\:border-primary-600\/20:required{border-color:#6868ac33}.required\:border-primary-600\/25:required{border-color:#6868ac40}.required\:border-primary-600\/30:required{border-color:#6868ac4d}.required\:border-primary-600\/40:required{border-color:#6868ac66}.required\:border-primary-600\/50:required{border-color:#6868ac80}.required\:border-primary-600\/60:required{border-color:#6868ac99}.required\:border-primary-600\/70:required{border-color:#6868acb3}.required\:border-primary-600\/75:required{border-color:#6868acbf}.required\:border-primary-600\/80:required{border-color:#6868accc}.required\:border-primary-600\/90:required{border-color:#6868ace6}.required\:border-primary-600\/95:required{border-color:#6868acf2}.required\:border-primary-600\/100:required{border-color:#6868ac}.required\:border-primary-700\/0:required{border-color:#5d5d9900}.required\:border-primary-700\/5:required{border-color:#5d5d990d}.required\:border-primary-700\/10:required{border-color:#5d5d991a}.required\:border-primary-700\/20:required{border-color:#5d5d9933}.required\:border-primary-700\/25:required{border-color:#5d5d9940}.required\:border-primary-700\/30:required{border-color:#5d5d994d}.required\:border-primary-700\/40:required{border-color:#5d5d9966}.required\:border-primary-700\/50:required{border-color:#5d5d9980}.required\:border-primary-700\/60:required{border-color:#5d5d9999}.required\:border-primary-700\/70:required{border-color:#5d5d99b3}.required\:border-primary-700\/75:required{border-color:#5d5d99bf}.required\:border-primary-700\/80:required{border-color:#5d5d99cc}.required\:border-primary-700\/90:required{border-color:#5d5d99e6}.required\:border-primary-700\/95:required{border-color:#5d5d99f2}.required\:border-primary-700\/100:required{border-color:#5d5d99}.required\:border-primary-800\/0:required{border-color:#50508500}.required\:border-primary-800\/5:required{border-color:#5050850d}.required\:border-primary-800\/10:required{border-color:#5050851a}.required\:border-primary-800\/20:required{border-color:#50508533}.required\:border-primary-800\/25:required{border-color:#50508540}.required\:border-primary-800\/30:required{border-color:#5050854d}.required\:border-primary-800\/40:required{border-color:#50508566}.required\:border-primary-800\/50:required{border-color:#50508580}.required\:border-primary-800\/60:required{border-color:#50508599}.required\:border-primary-800\/70:required{border-color:#505085b3}.required\:border-primary-800\/75:required{border-color:#505085bf}.required\:border-primary-800\/80:required{border-color:#505085cc}.required\:border-primary-800\/90:required{border-color:#505085e6}.required\:border-primary-800\/95:required{border-color:#505085f2}.required\:border-primary-800\/100:required{border-color:#505085}.required\:border-primary-900\/0:required{border-color:#41416c00}.required\:border-primary-900\/5:required{border-color:#41416c0d}.required\:border-primary-900\/10:required{border-color:#41416c1a}.required\:border-primary-900\/20:required{border-color:#41416c33}.required\:border-primary-900\/25:required{border-color:#41416c40}.required\:border-primary-900\/30:required{border-color:#41416c4d}.required\:border-primary-900\/40:required{border-color:#41416c66}.required\:border-primary-900\/50:required{border-color:#41416c80}.required\:border-primary-900\/60:required{border-color:#41416c99}.required\:border-primary-900\/70:required{border-color:#41416cb3}.required\:border-primary-900\/75:required{border-color:#41416cbf}.required\:border-primary-900\/80:required{border-color:#41416ccc}.required\:border-primary-900\/90:required{border-color:#41416ce6}.required\:border-primary-900\/95:required{border-color:#41416cf2}.required\:border-primary-900\/100:required{border-color:#41416c}.required\:border-primary-1000\/0:required{border-color:#2e2e4c00}.required\:border-primary-1000\/5:required{border-color:#2e2e4c0d}.required\:border-primary-1000\/10:required{border-color:#2e2e4c1a}.required\:border-primary-1000\/20:required{border-color:#2e2e4c33}.required\:border-primary-1000\/25:required{border-color:#2e2e4c40}.required\:border-primary-1000\/30:required{border-color:#2e2e4c4d}.required\:border-primary-1000\/40:required{border-color:#2e2e4c66}.required\:border-primary-1000\/50:required{border-color:#2e2e4c80}.required\:border-primary-1000\/60:required{border-color:#2e2e4c99}.required\:border-primary-1000\/70:required{border-color:#2e2e4cb3}.required\:border-primary-1000\/75:required{border-color:#2e2e4cbf}.required\:border-primary-1000\/80:required{border-color:#2e2e4ccc}.required\:border-primary-1000\/90:required{border-color:#2e2e4ce6}.required\:border-primary-1000\/95:required{border-color:#2e2e4cf2}.required\:border-primary-1000\/100:required{border-color:#2e2e4c}.required\:border-primary-highlight-100\/0:required{border-color:#f7f5fe00}.required\:border-primary-highlight-100\/5:required{border-color:#f7f5fe0d}.required\:border-primary-highlight-100\/10:required{border-color:#f7f5fe1a}.required\:border-primary-highlight-100\/20:required{border-color:#f7f5fe33}.required\:border-primary-highlight-100\/25:required{border-color:#f7f5fe40}.required\:border-primary-highlight-100\/30:required{border-color:#f7f5fe4d}.required\:border-primary-highlight-100\/40:required{border-color:#f7f5fe66}.required\:border-primary-highlight-100\/50:required{border-color:#f7f5fe80}.required\:border-primary-highlight-100\/60:required{border-color:#f7f5fe99}.required\:border-primary-highlight-100\/70:required{border-color:#f7f5feb3}.required\:border-primary-highlight-100\/75:required{border-color:#f7f5febf}.required\:border-primary-highlight-100\/80:required{border-color:#f7f5fecc}.required\:border-primary-highlight-100\/90:required{border-color:#f7f5fee6}.required\:border-primary-highlight-100\/95:required{border-color:#f7f5fef2}.required\:border-primary-highlight-100\/100:required{border-color:#f7f5fe}.required\:border-primary-highlight-200\/0:required{border-color:#efecfe00}.required\:border-primary-highlight-200\/5:required{border-color:#efecfe0d}.required\:border-primary-highlight-200\/10:required{border-color:#efecfe1a}.required\:border-primary-highlight-200\/20:required{border-color:#efecfe33}.required\:border-primary-highlight-200\/25:required{border-color:#efecfe40}.required\:border-primary-highlight-200\/30:required{border-color:#efecfe4d}.required\:border-primary-highlight-200\/40:required{border-color:#efecfe66}.required\:border-primary-highlight-200\/50:required{border-color:#efecfe80}.required\:border-primary-highlight-200\/60:required{border-color:#efecfe99}.required\:border-primary-highlight-200\/70:required{border-color:#efecfeb3}.required\:border-primary-highlight-200\/75:required{border-color:#efecfebf}.required\:border-primary-highlight-200\/80:required{border-color:#efecfecc}.required\:border-primary-highlight-200\/90:required{border-color:#efecfee6}.required\:border-primary-highlight-200\/95:required{border-color:#efecfef2}.required\:border-primary-highlight-200\/100:required{border-color:#efecfe}.required\:border-primary-highlight-300\/0:required{border-color:#dfd8fd00}.required\:border-primary-highlight-300\/5:required{border-color:#dfd8fd0d}.required\:border-primary-highlight-300\/10:required{border-color:#dfd8fd1a}.required\:border-primary-highlight-300\/20:required{border-color:#dfd8fd33}.required\:border-primary-highlight-300\/25:required{border-color:#dfd8fd40}.required\:border-primary-highlight-300\/30:required{border-color:#dfd8fd4d}.required\:border-primary-highlight-300\/40:required{border-color:#dfd8fd66}.required\:border-primary-highlight-300\/50:required{border-color:#dfd8fd80}.required\:border-primary-highlight-300\/60:required{border-color:#dfd8fd99}.required\:border-primary-highlight-300\/70:required{border-color:#dfd8fdb3}.required\:border-primary-highlight-300\/75:required{border-color:#dfd8fdbf}.required\:border-primary-highlight-300\/80:required{border-color:#dfd8fdcc}.required\:border-primary-highlight-300\/90:required{border-color:#dfd8fde6}.required\:border-primary-highlight-300\/95:required{border-color:#dfd8fdf2}.required\:border-primary-highlight-300\/100:required{border-color:#dfd8fd}.required\:border-primary-highlight-400\/0:required{border-color:#cec1fc00}.required\:border-primary-highlight-400\/5:required{border-color:#cec1fc0d}.required\:border-primary-highlight-400\/10:required{border-color:#cec1fc1a}.required\:border-primary-highlight-400\/20:required{border-color:#cec1fc33}.required\:border-primary-highlight-400\/25:required{border-color:#cec1fc40}.required\:border-primary-highlight-400\/30:required{border-color:#cec1fc4d}.required\:border-primary-highlight-400\/40:required{border-color:#cec1fc66}.required\:border-primary-highlight-400\/50:required{border-color:#cec1fc80}.required\:border-primary-highlight-400\/60:required{border-color:#cec1fc99}.required\:border-primary-highlight-400\/70:required{border-color:#cec1fcb3}.required\:border-primary-highlight-400\/75:required{border-color:#cec1fcbf}.required\:border-primary-highlight-400\/80:required{border-color:#cec1fccc}.required\:border-primary-highlight-400\/90:required{border-color:#cec1fce6}.required\:border-primary-highlight-400\/95:required{border-color:#cec1fcf2}.required\:border-primary-highlight-400\/100:required{border-color:#cec1fc}.required\:border-primary-highlight-500\/0:required{border-color:#bba8fb00}.required\:border-primary-highlight-500\/5:required{border-color:#bba8fb0d}.required\:border-primary-highlight-500\/10:required{border-color:#bba8fb1a}.required\:border-primary-highlight-500\/20:required{border-color:#bba8fb33}.required\:border-primary-highlight-500\/25:required{border-color:#bba8fb40}.required\:border-primary-highlight-500\/30:required{border-color:#bba8fb4d}.required\:border-primary-highlight-500\/40:required{border-color:#bba8fb66}.required\:border-primary-highlight-500\/50:required{border-color:#bba8fb80}.required\:border-primary-highlight-500\/60:required{border-color:#bba8fb99}.required\:border-primary-highlight-500\/70:required{border-color:#bba8fbb3}.required\:border-primary-highlight-500\/75:required{border-color:#bba8fbbf}.required\:border-primary-highlight-500\/80:required{border-color:#bba8fbcc}.required\:border-primary-highlight-500\/90:required{border-color:#bba8fbe6}.required\:border-primary-highlight-500\/95:required{border-color:#bba8fbf2}.required\:border-primary-highlight-500\/100:required{border-color:#bba8fb}.required\:border-primary-highlight-600\/0:required{border-color:#a78bfa00}.required\:border-primary-highlight-600\/5:required{border-color:#a78bfa0d}.required\:border-primary-highlight-600\/10:required{border-color:#a78bfa1a}.required\:border-primary-highlight-600\/20:required{border-color:#a78bfa33}.required\:border-primary-highlight-600\/25:required{border-color:#a78bfa40}.required\:border-primary-highlight-600\/30:required{border-color:#a78bfa4d}.required\:border-primary-highlight-600\/40:required{border-color:#a78bfa66}.required\:border-primary-highlight-600\/50:required{border-color:#a78bfa80}.required\:border-primary-highlight-600\/60:required{border-color:#a78bfa99}.required\:border-primary-highlight-600\/70:required{border-color:#a78bfab3}.required\:border-primary-highlight-600\/75:required{border-color:#a78bfabf}.required\:border-primary-highlight-600\/80:required{border-color:#a78bfacc}.required\:border-primary-highlight-600\/90:required{border-color:#a78bfae6}.required\:border-primary-highlight-600\/95:required{border-color:#a78bfaf2}.required\:border-primary-highlight-600\/100:required{border-color:#a78bfa}.required\:border-primary-highlight-700\/0:required{border-color:#957cdf00}.required\:border-primary-highlight-700\/5:required{border-color:#957cdf0d}.required\:border-primary-highlight-700\/10:required{border-color:#957cdf1a}.required\:border-primary-highlight-700\/20:required{border-color:#957cdf33}.required\:border-primary-highlight-700\/25:required{border-color:#957cdf40}.required\:border-primary-highlight-700\/30:required{border-color:#957cdf4d}.required\:border-primary-highlight-700\/40:required{border-color:#957cdf66}.required\:border-primary-highlight-700\/50:required{border-color:#957cdf80}.required\:border-primary-highlight-700\/60:required{border-color:#957cdf99}.required\:border-primary-highlight-700\/70:required{border-color:#957cdfb3}.required\:border-primary-highlight-700\/75:required{border-color:#957cdfbf}.required\:border-primary-highlight-700\/80:required{border-color:#957cdfcc}.required\:border-primary-highlight-700\/90:required{border-color:#957cdfe6}.required\:border-primary-highlight-700\/95:required{border-color:#957cdff2}.required\:border-primary-highlight-700\/100:required{border-color:#957cdf}.required\:border-primary-highlight-800\/0:required{border-color:#816bc100}.required\:border-primary-highlight-800\/5:required{border-color:#816bc10d}.required\:border-primary-highlight-800\/10:required{border-color:#816bc11a}.required\:border-primary-highlight-800\/20:required{border-color:#816bc133}.required\:border-primary-highlight-800\/25:required{border-color:#816bc140}.required\:border-primary-highlight-800\/30:required{border-color:#816bc14d}.required\:border-primary-highlight-800\/40:required{border-color:#816bc166}.required\:border-primary-highlight-800\/50:required{border-color:#816bc180}.required\:border-primary-highlight-800\/60:required{border-color:#816bc199}.required\:border-primary-highlight-800\/70:required{border-color:#816bc1b3}.required\:border-primary-highlight-800\/75:required{border-color:#816bc1bf}.required\:border-primary-highlight-800\/80:required{border-color:#816bc1cc}.required\:border-primary-highlight-800\/90:required{border-color:#816bc1e6}.required\:border-primary-highlight-800\/95:required{border-color:#816bc1f2}.required\:border-primary-highlight-800\/100:required{border-color:#816bc1}.required\:border-primary-highlight-900\/0:required{border-color:#69579e00}.required\:border-primary-highlight-900\/5:required{border-color:#69579e0d}.required\:border-primary-highlight-900\/10:required{border-color:#69579e1a}.required\:border-primary-highlight-900\/20:required{border-color:#69579e33}.required\:border-primary-highlight-900\/25:required{border-color:#69579e40}.required\:border-primary-highlight-900\/30:required{border-color:#69579e4d}.required\:border-primary-highlight-900\/40:required{border-color:#69579e66}.required\:border-primary-highlight-900\/50:required{border-color:#69579e80}.required\:border-primary-highlight-900\/60:required{border-color:#69579e99}.required\:border-primary-highlight-900\/70:required{border-color:#69579eb3}.required\:border-primary-highlight-900\/75:required{border-color:#69579ebf}.required\:border-primary-highlight-900\/80:required{border-color:#69579ecc}.required\:border-primary-highlight-900\/90:required{border-color:#69579ee6}.required\:border-primary-highlight-900\/95:required{border-color:#69579ef2}.required\:border-primary-highlight-900\/100:required{border-color:#69579e}.required\:border-primary-highlight-1000\/0:required{border-color:#4a3e6f00}.required\:border-primary-highlight-1000\/5:required{border-color:#4a3e6f0d}.required\:border-primary-highlight-1000\/10:required{border-color:#4a3e6f1a}.required\:border-primary-highlight-1000\/20:required{border-color:#4a3e6f33}.required\:border-primary-highlight-1000\/25:required{border-color:#4a3e6f40}.required\:border-primary-highlight-1000\/30:required{border-color:#4a3e6f4d}.required\:border-primary-highlight-1000\/40:required{border-color:#4a3e6f66}.required\:border-primary-highlight-1000\/50:required{border-color:#4a3e6f80}.required\:border-primary-highlight-1000\/60:required{border-color:#4a3e6f99}.required\:border-primary-highlight-1000\/70:required{border-color:#4a3e6fb3}.required\:border-primary-highlight-1000\/75:required{border-color:#4a3e6fbf}.required\:border-primary-highlight-1000\/80:required{border-color:#4a3e6fcc}.required\:border-primary-highlight-1000\/90:required{border-color:#4a3e6fe6}.required\:border-primary-highlight-1000\/95:required{border-color:#4a3e6ff2}.required\:border-primary-highlight-1000\/100:required{border-color:#4a3e6f}.required\:border-secondary-100\/0:required{border-color:#fef7f200}.required\:border-secondary-100\/5:required{border-color:#fef7f20d}.required\:border-secondary-100\/10:required{border-color:#fef7f21a}.required\:border-secondary-100\/20:required{border-color:#fef7f233}.required\:border-secondary-100\/25:required{border-color:#fef7f240}.required\:border-secondary-100\/30:required{border-color:#fef7f24d}.required\:border-secondary-100\/40:required{border-color:#fef7f266}.required\:border-secondary-100\/50:required{border-color:#fef7f280}.required\:border-secondary-100\/60:required{border-color:#fef7f299}.required\:border-secondary-100\/70:required{border-color:#fef7f2b3}.required\:border-secondary-100\/75:required{border-color:#fef7f2bf}.required\:border-secondary-100\/80:required{border-color:#fef7f2cc}.required\:border-secondary-100\/90:required{border-color:#fef7f2e6}.required\:border-secondary-100\/95:required{border-color:#fef7f2f2}.required\:border-secondary-100\/100:required{border-color:#fef7f2}.required\:border-secondary-200\/0:required{border-color:#fef0e400}.required\:border-secondary-200\/5:required{border-color:#fef0e40d}.required\:border-secondary-200\/10:required{border-color:#fef0e41a}.required\:border-secondary-200\/20:required{border-color:#fef0e433}.required\:border-secondary-200\/25:required{border-color:#fef0e440}.required\:border-secondary-200\/30:required{border-color:#fef0e44d}.required\:border-secondary-200\/40:required{border-color:#fef0e466}.required\:border-secondary-200\/50:required{border-color:#fef0e480}.required\:border-secondary-200\/60:required{border-color:#fef0e499}.required\:border-secondary-200\/70:required{border-color:#fef0e4b3}.required\:border-secondary-200\/75:required{border-color:#fef0e4bf}.required\:border-secondary-200\/80:required{border-color:#fef0e4cc}.required\:border-secondary-200\/90:required{border-color:#fef0e4e6}.required\:border-secondary-200\/95:required{border-color:#fef0e4f2}.required\:border-secondary-200\/100:required{border-color:#fef0e4}.required\:border-secondary-300\/0:required{border-color:#fde1c600}.required\:border-secondary-300\/5:required{border-color:#fde1c60d}.required\:border-secondary-300\/10:required{border-color:#fde1c61a}.required\:border-secondary-300\/20:required{border-color:#fde1c633}.required\:border-secondary-300\/25:required{border-color:#fde1c640}.required\:border-secondary-300\/30:required{border-color:#fde1c64d}.required\:border-secondary-300\/40:required{border-color:#fde1c666}.required\:border-secondary-300\/50:required{border-color:#fde1c680}.required\:border-secondary-300\/60:required{border-color:#fde1c699}.required\:border-secondary-300\/70:required{border-color:#fde1c6b3}.required\:border-secondary-300\/75:required{border-color:#fde1c6bf}.required\:border-secondary-300\/80:required{border-color:#fde1c6cc}.required\:border-secondary-300\/90:required{border-color:#fde1c6e6}.required\:border-secondary-300\/95:required{border-color:#fde1c6f2}.required\:border-secondary-300\/100:required{border-color:#fde1c6}.required\:border-secondary-400\/0:required{border-color:#fcd1a200}.required\:border-secondary-400\/5:required{border-color:#fcd1a20d}.required\:border-secondary-400\/10:required{border-color:#fcd1a21a}.required\:border-secondary-400\/20:required{border-color:#fcd1a233}.required\:border-secondary-400\/25:required{border-color:#fcd1a240}.required\:border-secondary-400\/30:required{border-color:#fcd1a24d}.required\:border-secondary-400\/40:required{border-color:#fcd1a266}.required\:border-secondary-400\/50:required{border-color:#fcd1a280}.required\:border-secondary-400\/60:required{border-color:#fcd1a299}.required\:border-secondary-400\/70:required{border-color:#fcd1a2b3}.required\:border-secondary-400\/75:required{border-color:#fcd1a2bf}.required\:border-secondary-400\/80:required{border-color:#fcd1a2cc}.required\:border-secondary-400\/90:required{border-color:#fcd1a2e6}.required\:border-secondary-400\/95:required{border-color:#fcd1a2f2}.required\:border-secondary-400\/100:required{border-color:#fcd1a2}.required\:border-secondary-500\/0:required{border-color:#fbbf7500}.required\:border-secondary-500\/5:required{border-color:#fbbf750d}.required\:border-secondary-500\/10:required{border-color:#fbbf751a}.required\:border-secondary-500\/20:required{border-color:#fbbf7533}.required\:border-secondary-500\/25:required{border-color:#fbbf7540}.required\:border-secondary-500\/30:required{border-color:#fbbf754d}.required\:border-secondary-500\/40:required{border-color:#fbbf7566}.required\:border-secondary-500\/50:required{border-color:#fbbf7580}.required\:border-secondary-500\/60:required{border-color:#fbbf7599}.required\:border-secondary-500\/70:required{border-color:#fbbf75b3}.required\:border-secondary-500\/75:required{border-color:#fbbf75bf}.required\:border-secondary-500\/80:required{border-color:#fbbf75cc}.required\:border-secondary-500\/90:required{border-color:#fbbf75e6}.required\:border-secondary-500\/95:required{border-color:#fbbf75f2}.required\:border-secondary-500\/100:required{border-color:#fbbf75}.required\:border-secondary-600\/0:required{border-color:#faac1e00}.required\:border-secondary-600\/5:required{border-color:#faac1e0d}.required\:border-secondary-600\/10:required{border-color:#faac1e1a}.required\:border-secondary-600\/20:required{border-color:#faac1e33}.required\:border-secondary-600\/25:required{border-color:#faac1e40}.required\:border-secondary-600\/30:required{border-color:#faac1e4d}.required\:border-secondary-600\/40:required{border-color:#faac1e66}.required\:border-secondary-600\/50:required{border-color:#faac1e80}.required\:border-secondary-600\/60:required{border-color:#faac1e99}.required\:border-secondary-600\/70:required{border-color:#faac1eb3}.required\:border-secondary-600\/75:required{border-color:#faac1ebf}.required\:border-secondary-600\/80:required{border-color:#faac1ecc}.required\:border-secondary-600\/90:required{border-color:#faac1ee6}.required\:border-secondary-600\/95:required{border-color:#faac1ef2}.required\:border-secondary-600\/100:required{border-color:#faac1e}.required\:border-secondary-700\/0:required{border-color:#df991a00}.required\:border-secondary-700\/5:required{border-color:#df991a0d}.required\:border-secondary-700\/10:required{border-color:#df991a1a}.required\:border-secondary-700\/20:required{border-color:#df991a33}.required\:border-secondary-700\/25:required{border-color:#df991a40}.required\:border-secondary-700\/30:required{border-color:#df991a4d}.required\:border-secondary-700\/40:required{border-color:#df991a66}.required\:border-secondary-700\/50:required{border-color:#df991a80}.required\:border-secondary-700\/60:required{border-color:#df991a99}.required\:border-secondary-700\/70:required{border-color:#df991ab3}.required\:border-secondary-700\/75:required{border-color:#df991abf}.required\:border-secondary-700\/80:required{border-color:#df991acc}.required\:border-secondary-700\/90:required{border-color:#df991ae6}.required\:border-secondary-700\/95:required{border-color:#df991af2}.required\:border-secondary-700\/100:required{border-color:#df991a}.required\:border-secondary-800\/0:required{border-color:#c1851700}.required\:border-secondary-800\/5:required{border-color:#c185170d}.required\:border-secondary-800\/10:required{border-color:#c185171a}.required\:border-secondary-800\/20:required{border-color:#c1851733}.required\:border-secondary-800\/25:required{border-color:#c1851740}.required\:border-secondary-800\/30:required{border-color:#c185174d}.required\:border-secondary-800\/40:required{border-color:#c1851766}.required\:border-secondary-800\/50:required{border-color:#c1851780}.required\:border-secondary-800\/60:required{border-color:#c1851799}.required\:border-secondary-800\/70:required{border-color:#c18517b3}.required\:border-secondary-800\/75:required{border-color:#c18517bf}.required\:border-secondary-800\/80:required{border-color:#c18517cc}.required\:border-secondary-800\/90:required{border-color:#c18517e6}.required\:border-secondary-800\/95:required{border-color:#c18517f2}.required\:border-secondary-800\/100:required{border-color:#c18517}.required\:border-secondary-900\/0:required{border-color:#9e6c1200}.required\:border-secondary-900\/5:required{border-color:#9e6c120d}.required\:border-secondary-900\/10:required{border-color:#9e6c121a}.required\:border-secondary-900\/20:required{border-color:#9e6c1233}.required\:border-secondary-900\/25:required{border-color:#9e6c1240}.required\:border-secondary-900\/30:required{border-color:#9e6c124d}.required\:border-secondary-900\/40:required{border-color:#9e6c1266}.required\:border-secondary-900\/50:required{border-color:#9e6c1280}.required\:border-secondary-900\/60:required{border-color:#9e6c1299}.required\:border-secondary-900\/70:required{border-color:#9e6c12b3}.required\:border-secondary-900\/75:required{border-color:#9e6c12bf}.required\:border-secondary-900\/80:required{border-color:#9e6c12cc}.required\:border-secondary-900\/90:required{border-color:#9e6c12e6}.required\:border-secondary-900\/95:required{border-color:#9e6c12f2}.required\:border-secondary-900\/100:required{border-color:#9e6c12}.required\:border-secondary-1000\/0:required{border-color:#6f4c0d00}.required\:border-secondary-1000\/5:required{border-color:#6f4c0d0d}.required\:border-secondary-1000\/10:required{border-color:#6f4c0d1a}.required\:border-secondary-1000\/20:required{border-color:#6f4c0d33}.required\:border-secondary-1000\/25:required{border-color:#6f4c0d40}.required\:border-secondary-1000\/30:required{border-color:#6f4c0d4d}.required\:border-secondary-1000\/40:required{border-color:#6f4c0d66}.required\:border-secondary-1000\/50:required{border-color:#6f4c0d80}.required\:border-secondary-1000\/60:required{border-color:#6f4c0d99}.required\:border-secondary-1000\/70:required{border-color:#6f4c0db3}.required\:border-secondary-1000\/75:required{border-color:#6f4c0dbf}.required\:border-secondary-1000\/80:required{border-color:#6f4c0dcc}.required\:border-secondary-1000\/90:required{border-color:#6f4c0de6}.required\:border-secondary-1000\/95:required{border-color:#6f4c0df2}.required\:border-secondary-1000\/100:required{border-color:#6f4c0d}.required\:border-grey-100\/0:required{border-color:#f2f3f400}.required\:border-grey-100\/5:required{border-color:#f2f3f40d}.required\:border-grey-100\/10:required{border-color:#f2f3f41a}.required\:border-grey-100\/20:required{border-color:#f2f3f433}.required\:border-grey-100\/25:required{border-color:#f2f3f440}.required\:border-grey-100\/30:required{border-color:#f2f3f44d}.required\:border-grey-100\/40:required{border-color:#f2f3f466}.required\:border-grey-100\/50:required{border-color:#f2f3f480}.required\:border-grey-100\/60:required{border-color:#f2f3f499}.required\:border-grey-100\/70:required{border-color:#f2f3f4b3}.required\:border-grey-100\/75:required{border-color:#f2f3f4bf}.required\:border-grey-100\/80:required{border-color:#f2f3f4cc}.required\:border-grey-100\/90:required{border-color:#f2f3f4e6}.required\:border-grey-100\/95:required{border-color:#f2f3f4f2}.required\:border-grey-100\/100:required{border-color:#f2f3f4}.required\:border-grey-200\/0:required{border-color:#e6e7e800}.required\:border-grey-200\/5:required{border-color:#e6e7e80d}.required\:border-grey-200\/10:required{border-color:#e6e7e81a}.required\:border-grey-200\/20:required{border-color:#e6e7e833}.required\:border-grey-200\/25:required{border-color:#e6e7e840}.required\:border-grey-200\/30:required{border-color:#e6e7e84d}.required\:border-grey-200\/40:required{border-color:#e6e7e866}.required\:border-grey-200\/50:required{border-color:#e6e7e880}.required\:border-grey-200\/60:required{border-color:#e6e7e899}.required\:border-grey-200\/70:required{border-color:#e6e7e8b3}.required\:border-grey-200\/75:required{border-color:#e6e7e8bf}.required\:border-grey-200\/80:required{border-color:#e6e7e8cc}.required\:border-grey-200\/90:required{border-color:#e6e7e8e6}.required\:border-grey-200\/95:required{border-color:#e6e7e8f2}.required\:border-grey-200\/100:required{border-color:#e6e7e8}.required\:border-grey-300\/0:required{border-color:#caccd000}.required\:border-grey-300\/5:required{border-color:#caccd00d}.required\:border-grey-300\/10:required{border-color:#caccd01a}.required\:border-grey-300\/20:required{border-color:#caccd033}.required\:border-grey-300\/25:required{border-color:#caccd040}.required\:border-grey-300\/30:required{border-color:#caccd04d}.required\:border-grey-300\/40:required{border-color:#caccd066}.required\:border-grey-300\/50:required{border-color:#caccd080}.required\:border-grey-300\/60:required{border-color:#caccd099}.required\:border-grey-300\/70:required{border-color:#caccd0b3}.required\:border-grey-300\/75:required{border-color:#caccd0bf}.required\:border-grey-300\/80:required{border-color:#caccd0cc}.required\:border-grey-300\/90:required{border-color:#caccd0e6}.required\:border-grey-300\/95:required{border-color:#caccd0f2}.required\:border-grey-300\/100:required{border-color:#caccd0}.required\:border-grey-400\/0:required{border-color:#aaaeb400}.required\:border-grey-400\/5:required{border-color:#aaaeb40d}.required\:border-grey-400\/10:required{border-color:#aaaeb41a}.required\:border-grey-400\/20:required{border-color:#aaaeb433}.required\:border-grey-400\/25:required{border-color:#aaaeb440}.required\:border-grey-400\/30:required{border-color:#aaaeb44d}.required\:border-grey-400\/40:required{border-color:#aaaeb466}.required\:border-grey-400\/50:required{border-color:#aaaeb480}.required\:border-grey-400\/60:required{border-color:#aaaeb499}.required\:border-grey-400\/70:required{border-color:#aaaeb4b3}.required\:border-grey-400\/75:required{border-color:#aaaeb4bf}.required\:border-grey-400\/80:required{border-color:#aaaeb4cc}.required\:border-grey-400\/90:required{border-color:#aaaeb4e6}.required\:border-grey-400\/95:required{border-color:#aaaeb4f2}.required\:border-grey-400\/100:required{border-color:#aaaeb4}.required\:border-grey-500\/0:required{border-color:#82899300}.required\:border-grey-500\/5:required{border-color:#8289930d}.required\:border-grey-500\/10:required{border-color:#8289931a}.required\:border-grey-500\/20:required{border-color:#82899333}.required\:border-grey-500\/25:required{border-color:#82899340}.required\:border-grey-500\/30:required{border-color:#8289934d}.required\:border-grey-500\/40:required{border-color:#82899366}.required\:border-grey-500\/50:required{border-color:#82899380}.required\:border-grey-500\/60:required{border-color:#82899399}.required\:border-grey-500\/70:required{border-color:#828993b3}.required\:border-grey-500\/75:required{border-color:#828993bf}.required\:border-grey-500\/80:required{border-color:#828993cc}.required\:border-grey-500\/90:required{border-color:#828993e6}.required\:border-grey-500\/95:required{border-color:#828993f2}.required\:border-grey-500\/100:required{border-color:#828993}.required\:border-grey-600\/0:required{border-color:#47556900}.required\:border-grey-600\/5:required{border-color:#4755690d}.required\:border-grey-600\/10:required{border-color:#4755691a}.required\:border-grey-600\/20:required{border-color:#47556933}.required\:border-grey-600\/25:required{border-color:#47556940}.required\:border-grey-600\/30:required{border-color:#4755694d}.required\:border-grey-600\/40:required{border-color:#47556966}.required\:border-grey-600\/50:required{border-color:#47556980}.required\:border-grey-600\/60:required{border-color:#47556999}.required\:border-grey-600\/70:required{border-color:#475569b3}.required\:border-grey-600\/75:required{border-color:#475569bf}.required\:border-grey-600\/80:required{border-color:#475569cc}.required\:border-grey-600\/90:required{border-color:#475569e6}.required\:border-grey-600\/95:required{border-color:#475569f2}.required\:border-grey-600\/100:required{border-color:#475569}.required\:border-grey-700\/0:required{border-color:#3f4c5d00}.required\:border-grey-700\/5:required{border-color:#3f4c5d0d}.required\:border-grey-700\/10:required{border-color:#3f4c5d1a}.required\:border-grey-700\/20:required{border-color:#3f4c5d33}.required\:border-grey-700\/25:required{border-color:#3f4c5d40}.required\:border-grey-700\/30:required{border-color:#3f4c5d4d}.required\:border-grey-700\/40:required{border-color:#3f4c5d66}.required\:border-grey-700\/50:required{border-color:#3f4c5d80}.required\:border-grey-700\/60:required{border-color:#3f4c5d99}.required\:border-grey-700\/70:required{border-color:#3f4c5db3}.required\:border-grey-700\/75:required{border-color:#3f4c5dbf}.required\:border-grey-700\/80:required{border-color:#3f4c5dcc}.required\:border-grey-700\/90:required{border-color:#3f4c5de6}.required\:border-grey-700\/95:required{border-color:#3f4c5df2}.required\:border-grey-700\/100:required{border-color:#3f4c5d}.required\:border-grey-800\/0:required{border-color:#36415100}.required\:border-grey-800\/5:required{border-color:#3641510d}.required\:border-grey-800\/10:required{border-color:#3641511a}.required\:border-grey-800\/20:required{border-color:#36415133}.required\:border-grey-800\/25:required{border-color:#36415140}.required\:border-grey-800\/30:required{border-color:#3641514d}.required\:border-grey-800\/40:required{border-color:#36415166}.required\:border-grey-800\/50:required{border-color:#36415180}.required\:border-grey-800\/60:required{border-color:#36415199}.required\:border-grey-800\/70:required{border-color:#364151b3}.required\:border-grey-800\/75:required{border-color:#364151bf}.required\:border-grey-800\/80:required{border-color:#364151cc}.required\:border-grey-800\/90:required{border-color:#364151e6}.required\:border-grey-800\/95:required{border-color:#364151f2}.required\:border-grey-800\/100:required{border-color:#364151}.required\:border-grey-900\/0:required{border-color:#2c354200}.required\:border-grey-900\/5:required{border-color:#2c35420d}.required\:border-grey-900\/10:required{border-color:#2c35421a}.required\:border-grey-900\/20:required{border-color:#2c354233}.required\:border-grey-900\/25:required{border-color:#2c354240}.required\:border-grey-900\/30:required{border-color:#2c35424d}.required\:border-grey-900\/40:required{border-color:#2c354266}.required\:border-grey-900\/50:required{border-color:#2c354280}.required\:border-grey-900\/60:required{border-color:#2c354299}.required\:border-grey-900\/70:required{border-color:#2c3542b3}.required\:border-grey-900\/75:required{border-color:#2c3542bf}.required\:border-grey-900\/80:required{border-color:#2c3542cc}.required\:border-grey-900\/90:required{border-color:#2c3542e6}.required\:border-grey-900\/95:required{border-color:#2c3542f2}.required\:border-grey-900\/100:required{border-color:#2c3542}.required\:border-grey-1000\/0:required{border-color:#1f262e00}.required\:border-grey-1000\/5:required{border-color:#1f262e0d}.required\:border-grey-1000\/10:required{border-color:#1f262e1a}.required\:border-grey-1000\/20:required{border-color:#1f262e33}.required\:border-grey-1000\/25:required{border-color:#1f262e40}.required\:border-grey-1000\/30:required{border-color:#1f262e4d}.required\:border-grey-1000\/40:required{border-color:#1f262e66}.required\:border-grey-1000\/50:required{border-color:#1f262e80}.required\:border-grey-1000\/60:required{border-color:#1f262e99}.required\:border-grey-1000\/70:required{border-color:#1f262eb3}.required\:border-grey-1000\/75:required{border-color:#1f262ebf}.required\:border-grey-1000\/80:required{border-color:#1f262ecc}.required\:border-grey-1000\/90:required{border-color:#1f262ee6}.required\:border-grey-1000\/95:required{border-color:#1f262ef2}.required\:border-grey-1000\/100:required{border-color:#1f262e}.required\:border-green-1000\/0:required{border-color:#175e4400}.required\:border-green-1000\/5:required{border-color:#175e440d}.required\:border-green-1000\/10:required{border-color:#175e441a}.required\:border-green-1000\/20:required{border-color:#175e4433}.required\:border-green-1000\/25:required{border-color:#175e4440}.required\:border-green-1000\/30:required{border-color:#175e444d}.required\:border-green-1000\/40:required{border-color:#175e4466}.required\:border-green-1000\/50:required{border-color:#175e4480}.required\:border-green-1000\/60:required{border-color:#175e4499}.required\:border-green-1000\/70:required{border-color:#175e44b3}.required\:border-green-1000\/75:required{border-color:#175e44bf}.required\:border-green-1000\/80:required{border-color:#175e44cc}.required\:border-green-1000\/90:required{border-color:#175e44e6}.required\:border-green-1000\/95:required{border-color:#175e44f2}.required\:border-green-1000\/100:required{border-color:#175e44}.required\:border-blue-1000\/0:required{border-color:#102c6900}.required\:border-blue-1000\/5:required{border-color:#102c690d}.required\:border-blue-1000\/10:required{border-color:#102c691a}.required\:border-blue-1000\/20:required{border-color:#102c6933}.required\:border-blue-1000\/25:required{border-color:#102c6940}.required\:border-blue-1000\/30:required{border-color:#102c694d}.required\:border-blue-1000\/40:required{border-color:#102c6966}.required\:border-blue-1000\/50:required{border-color:#102c6980}.required\:border-blue-1000\/60:required{border-color:#102c6999}.required\:border-blue-1000\/70:required{border-color:#102c69b3}.required\:border-blue-1000\/75:required{border-color:#102c69bf}.required\:border-blue-1000\/80:required{border-color:#102c69cc}.required\:border-blue-1000\/90:required{border-color:#102c69e6}.required\:border-blue-1000\/95:required{border-color:#102c69f2}.required\:border-blue-1000\/100:required{border-color:#102c69}.required\:border-orange-1000\/0:required{border-color:#68270500}.required\:border-orange-1000\/5:required{border-color:#6827050d}.required\:border-orange-1000\/10:required{border-color:#6827051a}.required\:border-orange-1000\/20:required{border-color:#68270533}.required\:border-orange-1000\/25:required{border-color:#68270540}.required\:border-orange-1000\/30:required{border-color:#6827054d}.required\:border-orange-1000\/40:required{border-color:#68270566}.required\:border-orange-1000\/50:required{border-color:#68270580}.required\:border-orange-1000\/60:required{border-color:#68270599}.required\:border-orange-1000\/70:required{border-color:#682705b3}.required\:border-orange-1000\/75:required{border-color:#682705bf}.required\:border-orange-1000\/80:required{border-color:#682705cc}.required\:border-orange-1000\/90:required{border-color:#682705e6}.required\:border-orange-1000\/95:required{border-color:#682705f2}.required\:border-orange-1000\/100:required{border-color:#682705}.required\:border-red-1000\/0:required{border-color:#62101000}.required\:border-red-1000\/5:required{border-color:#6210100d}.required\:border-red-1000\/10:required{border-color:#6210101a}.required\:border-red-1000\/20:required{border-color:#62101033}.required\:border-red-1000\/25:required{border-color:#62101040}.required\:border-red-1000\/30:required{border-color:#6210104d}.required\:border-red-1000\/40:required{border-color:#62101066}.required\:border-red-1000\/50:required{border-color:#62101080}.required\:border-red-1000\/60:required{border-color:#62101099}.required\:border-red-1000\/70:required{border-color:#621010b3}.required\:border-red-1000\/75:required{border-color:#621010bf}.required\:border-red-1000\/80:required{border-color:#621010cc}.required\:border-red-1000\/90:required{border-color:#621010e6}.required\:border-red-1000\/95:required{border-color:#621010f2}.required\:border-red-1000\/100:required{border-color:#621010}.required\:border-primary\/0:required{border-color:#a78bfa00}.required\:border-primary\/5:required{border-color:#a78bfa0d}.required\:border-primary\/10:required{border-color:#a78bfa1a}.required\:border-primary\/20:required{border-color:#a78bfa33}.required\:border-primary\/25:required{border-color:#a78bfa40}.required\:border-primary\/30:required{border-color:#a78bfa4d}.required\:border-primary\/40:required{border-color:#a78bfa66}.required\:border-primary\/50:required{border-color:#a78bfa80}.required\:border-primary\/60:required{border-color:#a78bfa99}.required\:border-primary\/70:required{border-color:#a78bfab3}.required\:border-primary\/75:required{border-color:#a78bfabf}.required\:border-primary\/80:required{border-color:#a78bfacc}.required\:border-primary\/90:required{border-color:#a78bfae6}.required\:border-primary\/95:required{border-color:#a78bfaf2}.required\:border-primary\/100:required{border-color:#a78bfa}.required\:border-primary-light\/0:required{border-color:#f7f5fe00}.required\:border-primary-light\/5:required{border-color:#f7f5fe0d}.required\:border-primary-light\/10:required{border-color:#f7f5fe1a}.required\:border-primary-light\/20:required{border-color:#f7f5fe33}.required\:border-primary-light\/25:required{border-color:#f7f5fe40}.required\:border-primary-light\/30:required{border-color:#f7f5fe4d}.required\:border-primary-light\/40:required{border-color:#f7f5fe66}.required\:border-primary-light\/50:required{border-color:#f7f5fe80}.required\:border-primary-light\/60:required{border-color:#f7f5fe99}.required\:border-primary-light\/70:required{border-color:#f7f5feb3}.required\:border-primary-light\/75:required{border-color:#f7f5febf}.required\:border-primary-light\/80:required{border-color:#f7f5fecc}.required\:border-primary-light\/90:required{border-color:#f7f5fee6}.required\:border-primary-light\/95:required{border-color:#f7f5fef2}.required\:border-primary-light\/100:required{border-color:#f7f5fe}.required\:border-primary-dark\/0:required{border-color:#69579e00}.required\:border-primary-dark\/5:required{border-color:#69579e0d}.required\:border-primary-dark\/10:required{border-color:#69579e1a}.required\:border-primary-dark\/20:required{border-color:#69579e33}.required\:border-primary-dark\/25:required{border-color:#69579e40}.required\:border-primary-dark\/30:required{border-color:#69579e4d}.required\:border-primary-dark\/40:required{border-color:#69579e66}.required\:border-primary-dark\/50:required{border-color:#69579e80}.required\:border-primary-dark\/60:required{border-color:#69579e99}.required\:border-primary-dark\/70:required{border-color:#69579eb3}.required\:border-primary-dark\/75:required{border-color:#69579ebf}.required\:border-primary-dark\/80:required{border-color:#69579ecc}.required\:border-primary-dark\/90:required{border-color:#69579ee6}.required\:border-primary-dark\/95:required{border-color:#69579ef2}.required\:border-primary-dark\/100:required{border-color:#69579e}.required\:border-info\/0:required{border-color:#7690ef00}.required\:border-info\/5:required{border-color:#7690ef0d}.required\:border-info\/10:required{border-color:#7690ef1a}.required\:border-info\/20:required{border-color:#7690ef33}.required\:border-info\/25:required{border-color:#7690ef40}.required\:border-info\/30:required{border-color:#7690ef4d}.required\:border-info\/40:required{border-color:#7690ef66}.required\:border-info\/50:required{border-color:#7690ef80}.required\:border-info\/60:required{border-color:#7690ef99}.required\:border-info\/70:required{border-color:#7690efb3}.required\:border-info\/75:required{border-color:#7690efbf}.required\:border-info\/80:required{border-color:#7690efcc}.required\:border-info\/90:required{border-color:#7690efe6}.required\:border-info\/95:required{border-color:#7690eff2}.required\:border-info\/100:required{border-color:#7690ef}.required\:border-info-light\/0:required{border-color:#f2f3fd00}.required\:border-info-light\/5:required{border-color:#f2f3fd0d}.required\:border-info-light\/10:required{border-color:#f2f3fd1a}.required\:border-info-light\/20:required{border-color:#f2f3fd33}.required\:border-info-light\/25:required{border-color:#f2f3fd40}.required\:border-info-light\/30:required{border-color:#f2f3fd4d}.required\:border-info-light\/40:required{border-color:#f2f3fd66}.required\:border-info-light\/50:required{border-color:#f2f3fd80}.required\:border-info-light\/60:required{border-color:#f2f3fd99}.required\:border-info-light\/70:required{border-color:#f2f3fdb3}.required\:border-info-light\/75:required{border-color:#f2f3fdbf}.required\:border-info-light\/80:required{border-color:#f2f3fdcc}.required\:border-info-light\/90:required{border-color:#f2f3fde6}.required\:border-info-light\/95:required{border-color:#f2f3fdf2}.required\:border-info-light\/100:required{border-color:#f2f3fd}.required\:border-info-dark\/0:required{border-color:#2158d200}.required\:border-info-dark\/5:required{border-color:#2158d20d}.required\:border-info-dark\/10:required{border-color:#2158d21a}.required\:border-info-dark\/20:required{border-color:#2158d233}.required\:border-info-dark\/25:required{border-color:#2158d240}.required\:border-info-dark\/30:required{border-color:#2158d24d}.required\:border-info-dark\/40:required{border-color:#2158d266}.required\:border-info-dark\/50:required{border-color:#2158d280}.required\:border-info-dark\/60:required{border-color:#2158d299}.required\:border-info-dark\/70:required{border-color:#2158d2b3}.required\:border-info-dark\/75:required{border-color:#2158d2bf}.required\:border-info-dark\/80:required{border-color:#2158d2cc}.required\:border-info-dark\/90:required{border-color:#2158d2e6}.required\:border-info-dark\/95:required{border-color:#2158d2f2}.required\:border-info-dark\/100:required{border-color:#2158d2}.required\:border-success\/0:required{border-color:#28a37600}.required\:border-success\/5:required{border-color:#28a3760d}.required\:border-success\/10:required{border-color:#28a3761a}.required\:border-success\/20:required{border-color:#28a37633}.required\:border-success\/25:required{border-color:#28a37640}.required\:border-success\/30:required{border-color:#28a3764d}.required\:border-success\/40:required{border-color:#28a37666}.required\:border-success\/50:required{border-color:#28a37680}.required\:border-success\/60:required{border-color:#28a37699}.required\:border-success\/70:required{border-color:#28a376b3}.required\:border-success\/75:required{border-color:#28a376bf}.required\:border-success\/80:required{border-color:#28a376cc}.required\:border-success\/90:required{border-color:#28a376e6}.required\:border-success\/95:required{border-color:#28a376f2}.required\:border-success\/100:required{border-color:#28a376}.required\:border-success-light\/0:required{border-color:#f2faf600}.required\:border-success-light\/5:required{border-color:#f2faf60d}.required\:border-success-light\/10:required{border-color:#f2faf61a}.required\:border-success-light\/20:required{border-color:#f2faf633}.required\:border-success-light\/25:required{border-color:#f2faf640}.required\:border-success-light\/30:required{border-color:#f2faf64d}.required\:border-success-light\/40:required{border-color:#f2faf666}.required\:border-success-light\/50:required{border-color:#f2faf680}.required\:border-success-light\/60:required{border-color:#f2faf699}.required\:border-success-light\/70:required{border-color:#f2faf6b3}.required\:border-success-light\/75:required{border-color:#f2faf6bf}.required\:border-success-light\/80:required{border-color:#f2faf6cc}.required\:border-success-light\/90:required{border-color:#f2faf6e6}.required\:border-success-light\/95:required{border-color:#f2faf6f2}.required\:border-success-light\/100:required{border-color:#f2faf6}.required\:border-success-dark\/0:required{border-color:#20856000}.required\:border-success-dark\/5:required{border-color:#2085600d}.required\:border-success-dark\/10:required{border-color:#2085601a}.required\:border-success-dark\/20:required{border-color:#20856033}.required\:border-success-dark\/25:required{border-color:#20856040}.required\:border-success-dark\/30:required{border-color:#2085604d}.required\:border-success-dark\/40:required{border-color:#20856066}.required\:border-success-dark\/50:required{border-color:#20856080}.required\:border-success-dark\/60:required{border-color:#20856099}.required\:border-success-dark\/70:required{border-color:#208560b3}.required\:border-success-dark\/75:required{border-color:#208560bf}.required\:border-success-dark\/80:required{border-color:#208560cc}.required\:border-success-dark\/90:required{border-color:#208560e6}.required\:border-success-dark\/95:required{border-color:#208560f2}.required\:border-success-dark\/100:required{border-color:#208560}.required\:border-warning\/0:required{border-color:#faac1e00}.required\:border-warning\/5:required{border-color:#faac1e0d}.required\:border-warning\/10:required{border-color:#faac1e1a}.required\:border-warning\/20:required{border-color:#faac1e33}.required\:border-warning\/25:required{border-color:#faac1e40}.required\:border-warning\/30:required{border-color:#faac1e4d}.required\:border-warning\/40:required{border-color:#faac1e66}.required\:border-warning\/50:required{border-color:#faac1e80}.required\:border-warning\/60:required{border-color:#faac1e99}.required\:border-warning\/70:required{border-color:#faac1eb3}.required\:border-warning\/75:required{border-color:#faac1ebf}.required\:border-warning\/80:required{border-color:#faac1ecc}.required\:border-warning\/90:required{border-color:#faac1ee6}.required\:border-warning\/95:required{border-color:#faac1ef2}.required\:border-warning\/100:required{border-color:#faac1e}.required\:border-warning-light\/0:required{border-color:#fef7f200}.required\:border-warning-light\/5:required{border-color:#fef7f20d}.required\:border-warning-light\/10:required{border-color:#fef7f21a}.required\:border-warning-light\/20:required{border-color:#fef7f233}.required\:border-warning-light\/25:required{border-color:#fef7f240}.required\:border-warning-light\/30:required{border-color:#fef7f24d}.required\:border-warning-light\/40:required{border-color:#fef7f266}.required\:border-warning-light\/50:required{border-color:#fef7f280}.required\:border-warning-light\/60:required{border-color:#fef7f299}.required\:border-warning-light\/70:required{border-color:#fef7f2b3}.required\:border-warning-light\/75:required{border-color:#fef7f2bf}.required\:border-warning-light\/80:required{border-color:#fef7f2cc}.required\:border-warning-light\/90:required{border-color:#fef7f2e6}.required\:border-warning-light\/95:required{border-color:#fef7f2f2}.required\:border-warning-light\/100:required{border-color:#fef7f2}.required\:border-warning-dark\/0:required{border-color:#9e6c1200}.required\:border-warning-dark\/5:required{border-color:#9e6c120d}.required\:border-warning-dark\/10:required{border-color:#9e6c121a}.required\:border-warning-dark\/20:required{border-color:#9e6c1233}.required\:border-warning-dark\/25:required{border-color:#9e6c1240}.required\:border-warning-dark\/30:required{border-color:#9e6c124d}.required\:border-warning-dark\/40:required{border-color:#9e6c1266}.required\:border-warning-dark\/50:required{border-color:#9e6c1280}.required\:border-warning-dark\/60:required{border-color:#9e6c1299}.required\:border-warning-dark\/70:required{border-color:#9e6c12b3}.required\:border-warning-dark\/75:required{border-color:#9e6c12bf}.required\:border-warning-dark\/80:required{border-color:#9e6c12cc}.required\:border-warning-dark\/90:required{border-color:#9e6c12e6}.required\:border-warning-dark\/95:required{border-color:#9e6c12f2}.required\:border-warning-dark\/100:required{border-color:#9e6c12}.required\:border-error\/0:required{border-color:#dc262600}.required\:border-error\/5:required{border-color:#dc26260d}.required\:border-error\/10:required{border-color:#dc26261a}.required\:border-error\/20:required{border-color:#dc262633}.required\:border-error\/25:required{border-color:#dc262640}.required\:border-error\/30:required{border-color:#dc26264d}.required\:border-error\/40:required{border-color:#dc262666}.required\:border-error\/50:required{border-color:#dc262680}.required\:border-error\/60:required{border-color:#dc262699}.required\:border-error\/70:required{border-color:#dc2626b3}.required\:border-error\/75:required{border-color:#dc2626bf}.required\:border-error\/80:required{border-color:#dc2626cc}.required\:border-error\/90:required{border-color:#dc2626e6}.required\:border-error\/95:required{border-color:#dc2626f2}.required\:border-error\/100:required{border-color:#dc2626}.required\:border-error-light\/0:required{border-color:#fbf2f200}.required\:border-error-light\/5:required{border-color:#fbf2f20d}.required\:border-error-light\/10:required{border-color:#fbf2f21a}.required\:border-error-light\/20:required{border-color:#fbf2f233}.required\:border-error-light\/25:required{border-color:#fbf2f240}.required\:border-error-light\/30:required{border-color:#fbf2f24d}.required\:border-error-light\/40:required{border-color:#fbf2f266}.required\:border-error-light\/50:required{border-color:#fbf2f280}.required\:border-error-light\/60:required{border-color:#fbf2f299}.required\:border-error-light\/70:required{border-color:#fbf2f2b3}.required\:border-error-light\/75:required{border-color:#fbf2f2bf}.required\:border-error-light\/80:required{border-color:#fbf2f2cc}.required\:border-error-light\/90:required{border-color:#fbf2f2e6}.required\:border-error-light\/95:required{border-color:#fbf2f2f2}.required\:border-error-light\/100:required{border-color:#fbf2f2}.required\:border-error-dark\/0:required{border-color:#c4212100}.required\:border-error-dark\/5:required{border-color:#c421210d}.required\:border-error-dark\/10:required{border-color:#c421211a}.required\:border-error-dark\/20:required{border-color:#c4212133}.required\:border-error-dark\/25:required{border-color:#c4212140}.required\:border-error-dark\/30:required{border-color:#c421214d}.required\:border-error-dark\/40:required{border-color:#c4212166}.required\:border-error-dark\/50:required{border-color:#c4212180}.required\:border-error-dark\/60:required{border-color:#c4212199}.required\:border-error-dark\/70:required{border-color:#c42121b3}.required\:border-error-dark\/75:required{border-color:#c42121bf}.required\:border-error-dark\/80:required{border-color:#c42121cc}.required\:border-error-dark\/90:required{border-color:#c42121e6}.required\:border-error-dark\/95:required{border-color:#c42121f2}.required\:border-error-dark\/100:required{border-color:#c42121}.required\:border-grey\/0:required{border-color:#47556900}.required\:border-grey\/5:required{border-color:#4755690d}.required\:border-grey\/10:required{border-color:#4755691a}.required\:border-grey\/20:required{border-color:#47556933}.required\:border-grey\/25:required{border-color:#47556940}.required\:border-grey\/30:required{border-color:#4755694d}.required\:border-grey\/40:required{border-color:#47556966}.required\:border-grey\/50:required{border-color:#47556980}.required\:border-grey\/60:required{border-color:#47556999}.required\:border-grey\/70:required{border-color:#475569b3}.required\:border-grey\/75:required{border-color:#475569bf}.required\:border-grey\/80:required{border-color:#475569cc}.required\:border-grey\/90:required{border-color:#475569e6}.required\:border-grey\/95:required{border-color:#475569f2}.required\:border-grey\/100:required{border-color:#475569}.required\:border-grey-light\/0:required{border-color:#f2f3f400}.required\:border-grey-light\/5:required{border-color:#f2f3f40d}.required\:border-grey-light\/10:required{border-color:#f2f3f41a}.required\:border-grey-light\/20:required{border-color:#f2f3f433}.required\:border-grey-light\/25:required{border-color:#f2f3f440}.required\:border-grey-light\/30:required{border-color:#f2f3f44d}.required\:border-grey-light\/40:required{border-color:#f2f3f466}.required\:border-grey-light\/50:required{border-color:#f2f3f480}.required\:border-grey-light\/60:required{border-color:#f2f3f499}.required\:border-grey-light\/70:required{border-color:#f2f3f4b3}.required\:border-grey-light\/75:required{border-color:#f2f3f4bf}.required\:border-grey-light\/80:required{border-color:#f2f3f4cc}.required\:border-grey-light\/90:required{border-color:#f2f3f4e6}.required\:border-grey-light\/95:required{border-color:#f2f3f4f2}.required\:border-grey-light\/100:required{border-color:#f2f3f4}.required\:border-grey-dark\/0:required{border-color:#2c354200}.required\:border-grey-dark\/5:required{border-color:#2c35420d}.required\:border-grey-dark\/10:required{border-color:#2c35421a}.required\:border-grey-dark\/20:required{border-color:#2c354233}.required\:border-grey-dark\/25:required{border-color:#2c354240}.required\:border-grey-dark\/30:required{border-color:#2c35424d}.required\:border-grey-dark\/40:required{border-color:#2c354266}.required\:border-grey-dark\/50:required{border-color:#2c354280}.required\:border-grey-dark\/60:required{border-color:#2c354299}.required\:border-grey-dark\/70:required{border-color:#2c3542b3}.required\:border-grey-dark\/75:required{border-color:#2c3542bf}.required\:border-grey-dark\/80:required{border-color:#2c3542cc}.required\:border-grey-dark\/90:required{border-color:#2c3542e6}.required\:border-grey-dark\/95:required{border-color:#2c3542f2}.required\:border-grey-dark\/100:required{border-color:#2c3542}.required\:bg-red-50:required{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}.required\:bg-red-100:required{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity))}.required\:bg-red-200:required{--tw-bg-opacity: 1;background-color:rgb(248 228 228 / var(--tw-bg-opacity))}.required\:bg-red-300:required{--tw-bg-opacity: 1;background-color:rgb(241 198 198 / var(--tw-bg-opacity))}.required\:bg-red-400:required{--tw-bg-opacity: 1;background-color:rgb(234 163 163 / var(--tw-bg-opacity))}.required\:bg-red-500:required{--tw-bg-opacity: 1;background-color:rgb(227 118 118 / var(--tw-bg-opacity))}.required\:bg-red-600:required{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.required\:bg-red-700:required{--tw-bg-opacity: 1;background-color:rgb(196 33 33 / var(--tw-bg-opacity))}.required\:bg-red-800:required{--tw-bg-opacity: 1;background-color:rgb(170 29 29 / var(--tw-bg-opacity))}.required\:bg-red-900:required{--tw-bg-opacity: 1;background-color:rgb(139 24 24 / var(--tw-bg-opacity))}.required\:bg-orange-50:required{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity))}.required\:bg-orange-100:required{--tw-bg-opacity: 1;background-color:rgb(252 243 241 / var(--tw-bg-opacity))}.required\:bg-orange-200:required{--tw-bg-opacity: 1;background-color:rgb(250 231 228 / var(--tw-bg-opacity))}.required\:bg-orange-300:required{--tw-bg-opacity: 1;background-color:rgb(246 205 197 / var(--tw-bg-opacity))}.required\:bg-orange-400:required{--tw-bg-opacity: 1;background-color:rgb(242 175 161 / var(--tw-bg-opacity))}.required\:bg-orange-500:required{--tw-bg-opacity: 1;background-color:rgb(238 138 114 / var(--tw-bg-opacity))}.required\:bg-orange-600:required{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity))}.required\:bg-orange-700:required{--tw-bg-opacity: 1;background-color:rgb(209 78 10 / var(--tw-bg-opacity))}.required\:bg-orange-800:required{--tw-bg-opacity: 1;background-color:rgb(181 68 9 / var(--tw-bg-opacity))}.required\:bg-orange-900:required{--tw-bg-opacity: 1;background-color:rgb(147 55 7 / var(--tw-bg-opacity))}.required\:bg-yellow-50:required{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}.required\:bg-yellow-100:required{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity))}.required\:bg-yellow-200:required{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity))}.required\:bg-yellow-300:required{--tw-bg-opacity: 1;background-color:rgb(252 211 77 / var(--tw-bg-opacity))}.required\:bg-yellow-400:required{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity))}.required\:bg-yellow-500:required{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.required\:bg-yellow-600:required{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity))}.required\:bg-yellow-700:required{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity))}.required\:bg-yellow-800:required{--tw-bg-opacity: 1;background-color:rgb(146 64 14 / var(--tw-bg-opacity))}.required\:bg-yellow-900:required{--tw-bg-opacity: 1;background-color:rgb(120 53 15 / var(--tw-bg-opacity))}.required\:bg-green-50:required{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity))}.required\:bg-green-100:required{--tw-bg-opacity: 1;background-color:rgb(242 250 246 / var(--tw-bg-opacity))}.required\:bg-green-200:required{--tw-bg-opacity: 1;background-color:rgb(229 246 238 / var(--tw-bg-opacity))}.required\:bg-green-300:required{--tw-bg-opacity: 1;background-color:rgb(200 238 219 / var(--tw-bg-opacity))}.required\:bg-green-400:required{--tw-bg-opacity: 1;background-color:rgb(166 229 200 / var(--tw-bg-opacity))}.required\:bg-green-500:required{--tw-bg-opacity: 1;background-color:rgb(123 220 178 / var(--tw-bg-opacity))}.required\:bg-green-600:required{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity))}.required\:bg-green-700:required{--tw-bg-opacity: 1;background-color:rgb(46 188 136 / var(--tw-bg-opacity))}.required\:bg-green-800:required{--tw-bg-opacity: 1;background-color:rgb(40 163 118 / var(--tw-bg-opacity))}.required\:bg-green-900:required{--tw-bg-opacity: 1;background-color:rgb(32 133 96 / var(--tw-bg-opacity))}.required\:bg-emerald-50:required{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity))}.required\:bg-emerald-100:required{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity))}.required\:bg-emerald-200:required{--tw-bg-opacity: 1;background-color:rgb(167 243 208 / var(--tw-bg-opacity))}.required\:bg-emerald-300:required{--tw-bg-opacity: 1;background-color:rgb(110 231 183 / var(--tw-bg-opacity))}.required\:bg-emerald-400:required{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity))}.required\:bg-emerald-500:required{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity))}.required\:bg-emerald-600:required{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity))}.required\:bg-emerald-700:required{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity))}.required\:bg-emerald-800:required{--tw-bg-opacity: 1;background-color:rgb(6 95 70 / var(--tw-bg-opacity))}.required\:bg-emerald-900:required{--tw-bg-opacity: 1;background-color:rgb(6 78 59 / var(--tw-bg-opacity))}.required\:bg-teal-50:required{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity))}.required\:bg-teal-100:required{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity))}.required\:bg-teal-200:required{--tw-bg-opacity: 1;background-color:rgb(153 246 228 / var(--tw-bg-opacity))}.required\:bg-teal-300:required{--tw-bg-opacity: 1;background-color:rgb(94 234 212 / var(--tw-bg-opacity))}.required\:bg-teal-400:required{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity))}.required\:bg-teal-500:required{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity))}.required\:bg-teal-600:required{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity))}.required\:bg-teal-700:required{--tw-bg-opacity: 1;background-color:rgb(15 118 110 / var(--tw-bg-opacity))}.required\:bg-teal-800:required{--tw-bg-opacity: 1;background-color:rgb(17 94 89 / var(--tw-bg-opacity))}.required\:bg-teal-900:required{--tw-bg-opacity: 1;background-color:rgb(19 78 74 / var(--tw-bg-opacity))}.required\:bg-sky-50:required{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity))}.required\:bg-sky-100:required{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity))}.required\:bg-sky-200:required{--tw-bg-opacity: 1;background-color:rgb(186 230 253 / var(--tw-bg-opacity))}.required\:bg-sky-300:required{--tw-bg-opacity: 1;background-color:rgb(125 211 252 / var(--tw-bg-opacity))}.required\:bg-sky-400:required{--tw-bg-opacity: 1;background-color:rgb(56 189 248 / var(--tw-bg-opacity))}.required\:bg-sky-500:required{--tw-bg-opacity: 1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}.required\:bg-sky-600:required{--tw-bg-opacity: 1;background-color:rgb(2 132 199 / var(--tw-bg-opacity))}.required\:bg-sky-700:required{--tw-bg-opacity: 1;background-color:rgb(3 105 161 / var(--tw-bg-opacity))}.required\:bg-sky-800:required{--tw-bg-opacity: 1;background-color:rgb(7 89 133 / var(--tw-bg-opacity))}.required\:bg-sky-900:required{--tw-bg-opacity: 1;background-color:rgb(12 74 110 / var(--tw-bg-opacity))}.required\:bg-blue-50:required{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.required\:bg-blue-100:required{--tw-bg-opacity: 1;background-color:rgb(242 243 253 / var(--tw-bg-opacity))}.required\:bg-blue-200:required{--tw-bg-opacity: 1;background-color:rgb(228 232 251 / var(--tw-bg-opacity))}.required\:bg-blue-300:required{--tw-bg-opacity: 1;background-color:rgb(198 207 247 / var(--tw-bg-opacity))}.required\:bg-blue-400:required{--tw-bg-opacity: 1;background-color:rgb(163 178 243 / var(--tw-bg-opacity))}.required\:bg-blue-500:required{--tw-bg-opacity: 1;background-color:rgb(118 144 239 / var(--tw-bg-opacity))}.required\:bg-blue-600:required{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.required\:bg-blue-700:required{--tw-bg-opacity: 1;background-color:rgb(33 88 210 / var(--tw-bg-opacity))}.required\:bg-blue-800:required{--tw-bg-opacity: 1;background-color:rgb(28 76 182 / var(--tw-bg-opacity))}.required\:bg-blue-900:required{--tw-bg-opacity: 1;background-color:rgb(23 62 148 / var(--tw-bg-opacity))}.required\:bg-indigo-50:required{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity))}.required\:bg-indigo-100:required{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity))}.required\:bg-indigo-200:required{--tw-bg-opacity: 1;background-color:rgb(199 210 254 / var(--tw-bg-opacity))}.required\:bg-indigo-300:required{--tw-bg-opacity: 1;background-color:rgb(165 180 252 / var(--tw-bg-opacity))}.required\:bg-indigo-400:required{--tw-bg-opacity: 1;background-color:rgb(129 140 248 / var(--tw-bg-opacity))}.required\:bg-indigo-500:required{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity))}.required\:bg-indigo-600:required{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity))}.required\:bg-indigo-700:required{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity))}.required\:bg-indigo-800:required{--tw-bg-opacity: 1;background-color:rgb(55 48 163 / var(--tw-bg-opacity))}.required\:bg-indigo-900:required{--tw-bg-opacity: 1;background-color:rgb(49 46 129 / var(--tw-bg-opacity))}.required\:bg-violet-50:required{--tw-bg-opacity: 1;background-color:rgb(245 243 255 / var(--tw-bg-opacity))}.required\:bg-violet-100:required{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity))}.required\:bg-violet-200:required{--tw-bg-opacity: 1;background-color:rgb(221 214 254 / var(--tw-bg-opacity))}.required\:bg-violet-300:required{--tw-bg-opacity: 1;background-color:rgb(196 181 253 / var(--tw-bg-opacity))}.required\:bg-violet-400:required{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity))}.required\:bg-violet-500:required{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity))}.required\:bg-violet-600:required{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity))}.required\:bg-violet-700:required{--tw-bg-opacity: 1;background-color:rgb(109 40 217 / var(--tw-bg-opacity))}.required\:bg-violet-800:required{--tw-bg-opacity: 1;background-color:rgb(91 33 182 / var(--tw-bg-opacity))}.required\:bg-violet-900:required{--tw-bg-opacity: 1;background-color:rgb(76 29 149 / var(--tw-bg-opacity))}.required\:bg-fuchsia-50:required{--tw-bg-opacity: 1;background-color:rgb(253 244 255 / var(--tw-bg-opacity))}.required\:bg-fuchsia-100:required{--tw-bg-opacity: 1;background-color:rgb(250 232 255 / var(--tw-bg-opacity))}.required\:bg-fuchsia-200:required{--tw-bg-opacity: 1;background-color:rgb(245 208 254 / var(--tw-bg-opacity))}.required\:bg-fuchsia-300:required{--tw-bg-opacity: 1;background-color:rgb(240 171 252 / var(--tw-bg-opacity))}.required\:bg-fuchsia-400:required{--tw-bg-opacity: 1;background-color:rgb(232 121 249 / var(--tw-bg-opacity))}.required\:bg-fuchsia-500:required{--tw-bg-opacity: 1;background-color:rgb(217 70 239 / var(--tw-bg-opacity))}.required\:bg-fuchsia-600:required{--tw-bg-opacity: 1;background-color:rgb(192 38 211 / var(--tw-bg-opacity))}.required\:bg-fuchsia-700:required{--tw-bg-opacity: 1;background-color:rgb(162 28 175 / var(--tw-bg-opacity))}.required\:bg-fuchsia-800:required{--tw-bg-opacity: 1;background-color:rgb(134 25 143 / var(--tw-bg-opacity))}.required\:bg-fuchsia-900:required{--tw-bg-opacity: 1;background-color:rgb(112 26 117 / var(--tw-bg-opacity))}.required\:bg-pink-50:required{--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity))}.required\:bg-pink-100:required{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity))}.required\:bg-pink-200:required{--tw-bg-opacity: 1;background-color:rgb(251 207 232 / var(--tw-bg-opacity))}.required\:bg-pink-300:required{--tw-bg-opacity: 1;background-color:rgb(249 168 212 / var(--tw-bg-opacity))}.required\:bg-pink-400:required{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity))}.required\:bg-pink-500:required{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity))}.required\:bg-pink-600:required{--tw-bg-opacity: 1;background-color:rgb(219 39 119 / var(--tw-bg-opacity))}.required\:bg-pink-700:required{--tw-bg-opacity: 1;background-color:rgb(190 24 93 / var(--tw-bg-opacity))}.required\:bg-pink-800:required{--tw-bg-opacity: 1;background-color:rgb(157 23 77 / var(--tw-bg-opacity))}.required\:bg-pink-900:required{--tw-bg-opacity: 1;background-color:rgb(131 24 67 / var(--tw-bg-opacity))}.required\:bg-rose-50:required{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity))}.required\:bg-rose-100:required{--tw-bg-opacity: 1;background-color:rgb(255 228 230 / var(--tw-bg-opacity))}.required\:bg-rose-200:required{--tw-bg-opacity: 1;background-color:rgb(254 205 211 / var(--tw-bg-opacity))}.required\:bg-rose-300:required{--tw-bg-opacity: 1;background-color:rgb(253 164 175 / var(--tw-bg-opacity))}.required\:bg-rose-400:required{--tw-bg-opacity: 1;background-color:rgb(251 113 133 / var(--tw-bg-opacity))}.required\:bg-rose-500:required{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity))}.required\:bg-rose-600:required{--tw-bg-opacity: 1;background-color:rgb(225 29 72 / var(--tw-bg-opacity))}.required\:bg-rose-700:required{--tw-bg-opacity: 1;background-color:rgb(190 18 60 / var(--tw-bg-opacity))}.required\:bg-rose-800:required{--tw-bg-opacity: 1;background-color:rgb(159 18 57 / var(--tw-bg-opacity))}.required\:bg-rose-900:required{--tw-bg-opacity: 1;background-color:rgb(136 19 55 / var(--tw-bg-opacity))}.required\:bg-primary-100:required{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity))}.required\:bg-primary-200:required{--tw-bg-opacity: 1;background-color:rgb(232 232 240 / var(--tw-bg-opacity))}.required\:bg-primary-300:required{--tw-bg-opacity: 1;background-color:rgb(208 208 225 / var(--tw-bg-opacity))}.required\:bg-primary-400:required{--tw-bg-opacity: 1;background-color:rgb(180 180 209 / var(--tw-bg-opacity))}.required\:bg-primary-500:required{--tw-bg-opacity: 1;background-color:rgb(147 147 191 / var(--tw-bg-opacity))}.required\:bg-primary-600:required{--tw-bg-opacity: 1;background-color:rgb(104 104 172 / var(--tw-bg-opacity))}.required\:bg-primary-700:required{--tw-bg-opacity: 1;background-color:rgb(93 93 153 / var(--tw-bg-opacity))}.required\:bg-primary-800:required{--tw-bg-opacity: 1;background-color:rgb(80 80 133 / var(--tw-bg-opacity))}.required\:bg-primary-900:required{--tw-bg-opacity: 1;background-color:rgb(65 65 108 / var(--tw-bg-opacity))}.required\:bg-primary-1000:required{--tw-bg-opacity: 1;background-color:rgb(46 46 76 / var(--tw-bg-opacity))}.required\:bg-primary-highlight-100:required{--tw-bg-opacity: 1;background-color:rgb(247 245 254 / var(--tw-bg-opacity))}.required\:bg-primary-highlight-200:required{--tw-bg-opacity: 1;background-color:rgb(239 236 254 / var(--tw-bg-opacity))}.required\:bg-primary-highlight-300:required{--tw-bg-opacity: 1;background-color:rgb(223 216 253 / var(--tw-bg-opacity))}.required\:bg-primary-highlight-400:required{--tw-bg-opacity: 1;background-color:rgb(206 193 252 / var(--tw-bg-opacity))}.required\:bg-primary-highlight-500:required{--tw-bg-opacity: 1;background-color:rgb(187 168 251 / var(--tw-bg-opacity))}.required\:bg-primary-highlight-600:required{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity))}.required\:bg-primary-highlight-700:required{--tw-bg-opacity: 1;background-color:rgb(149 124 223 / var(--tw-bg-opacity))}.required\:bg-primary-highlight-800:required{--tw-bg-opacity: 1;background-color:rgb(129 107 193 / var(--tw-bg-opacity))}.required\:bg-primary-highlight-900:required{--tw-bg-opacity: 1;background-color:rgb(105 87 158 / var(--tw-bg-opacity))}.required\:bg-primary-highlight-1000:required{--tw-bg-opacity: 1;background-color:rgb(74 62 111 / var(--tw-bg-opacity))}.required\:bg-secondary-100:required{--tw-bg-opacity: 1;background-color:rgb(254 247 242 / var(--tw-bg-opacity))}.required\:bg-secondary-200:required{--tw-bg-opacity: 1;background-color:rgb(254 240 228 / var(--tw-bg-opacity))}.required\:bg-secondary-300:required{--tw-bg-opacity: 1;background-color:rgb(253 225 198 / var(--tw-bg-opacity))}.required\:bg-secondary-400:required{--tw-bg-opacity: 1;background-color:rgb(252 209 162 / var(--tw-bg-opacity))}.required\:bg-secondary-500:required{--tw-bg-opacity: 1;background-color:rgb(251 191 117 / var(--tw-bg-opacity))}.required\:bg-secondary-600:required{--tw-bg-opacity: 1;background-color:rgb(250 172 30 / var(--tw-bg-opacity))}.required\:bg-secondary-700:required{--tw-bg-opacity: 1;background-color:rgb(223 153 26 / var(--tw-bg-opacity))}.required\:bg-secondary-800:required{--tw-bg-opacity: 1;background-color:rgb(193 133 23 / var(--tw-bg-opacity))}.required\:bg-secondary-900:required{--tw-bg-opacity: 1;background-color:rgb(158 108 18 / var(--tw-bg-opacity))}.required\:bg-secondary-1000:required{--tw-bg-opacity: 1;background-color:rgb(111 76 13 / var(--tw-bg-opacity))}.required\:bg-grey-100:required{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity))}.required\:bg-grey-200:required{--tw-bg-opacity: 1;background-color:rgb(230 231 232 / var(--tw-bg-opacity))}.required\:bg-grey-300:required{--tw-bg-opacity: 1;background-color:rgb(202 204 208 / var(--tw-bg-opacity))}.required\:bg-grey-400:required{--tw-bg-opacity: 1;background-color:rgb(170 174 180 / var(--tw-bg-opacity))}.required\:bg-grey-500:required{--tw-bg-opacity: 1;background-color:rgb(130 137 147 / var(--tw-bg-opacity))}.required\:bg-grey-600:required{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}.required\:bg-grey-700:required{--tw-bg-opacity: 1;background-color:rgb(63 76 93 / var(--tw-bg-opacity))}.required\:bg-grey-800:required{--tw-bg-opacity: 1;background-color:rgb(54 65 81 / var(--tw-bg-opacity))}.required\:bg-grey-900:required{--tw-bg-opacity: 1;background-color:rgb(44 53 66 / var(--tw-bg-opacity))}.required\:bg-grey-1000:required{--tw-bg-opacity: 1;background-color:rgb(31 38 46 / var(--tw-bg-opacity))}.required\:bg-green-1000:required{--tw-bg-opacity: 1;background-color:rgb(23 94 68 / var(--tw-bg-opacity))}.required\:bg-blue-1000:required{--tw-bg-opacity: 1;background-color:rgb(16 44 105 / var(--tw-bg-opacity))}.required\:bg-orange-1000:required{--tw-bg-opacity: 1;background-color:rgb(104 39 5 / var(--tw-bg-opacity))}.required\:bg-red-1000:required{--tw-bg-opacity: 1;background-color:rgb(98 16 16 / var(--tw-bg-opacity))}.required\:bg-primary:required{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity))}.required\:bg-primary-light:required{--tw-bg-opacity: 1;background-color:rgb(247 245 254 / var(--tw-bg-opacity))}.required\:bg-primary-dark:required{--tw-bg-opacity: 1;background-color:rgb(105 87 158 / var(--tw-bg-opacity))}.required\:bg-info:required{--tw-bg-opacity: 1;background-color:rgb(118 144 239 / var(--tw-bg-opacity))}.required\:bg-info-light:required{--tw-bg-opacity: 1;background-color:rgb(242 243 253 / var(--tw-bg-opacity))}.required\:bg-info-dark:required{--tw-bg-opacity: 1;background-color:rgb(33 88 210 / var(--tw-bg-opacity))}.required\:bg-success:required{--tw-bg-opacity: 1;background-color:rgb(40 163 118 / var(--tw-bg-opacity))}.required\:bg-success-light:required{--tw-bg-opacity: 1;background-color:rgb(242 250 246 / var(--tw-bg-opacity))}.required\:bg-success-dark:required{--tw-bg-opacity: 1;background-color:rgb(32 133 96 / var(--tw-bg-opacity))}.required\:bg-warning:required{--tw-bg-opacity: 1;background-color:rgb(250 172 30 / var(--tw-bg-opacity))}.required\:bg-warning-light:required{--tw-bg-opacity: 1;background-color:rgb(254 247 242 / var(--tw-bg-opacity))}.required\:bg-warning-dark:required{--tw-bg-opacity: 1;background-color:rgb(158 108 18 / var(--tw-bg-opacity))}.required\:bg-error:required{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.required\:bg-error-light:required{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity))}.required\:bg-error-dark:required{--tw-bg-opacity: 1;background-color:rgb(196 33 33 / var(--tw-bg-opacity))}.required\:bg-grey:required{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}.required\:bg-grey-light:required{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity))}.required\:bg-grey-dark:required{--tw-bg-opacity: 1;background-color:rgb(44 53 66 / var(--tw-bg-opacity))}.required\:bg-red-50\/0:required{background-color:#fef2f200}.required\:bg-red-50\/5:required{background-color:#fef2f20d}.required\:bg-red-50\/10:required{background-color:#fef2f21a}.required\:bg-red-50\/20:required{background-color:#fef2f233}.required\:bg-red-50\/25:required{background-color:#fef2f240}.required\:bg-red-50\/30:required{background-color:#fef2f24d}.required\:bg-red-50\/40:required{background-color:#fef2f266}.required\:bg-red-50\/50:required{background-color:#fef2f280}.required\:bg-red-50\/60:required{background-color:#fef2f299}.required\:bg-red-50\/70:required{background-color:#fef2f2b3}.required\:bg-red-50\/75:required{background-color:#fef2f2bf}.required\:bg-red-50\/80:required{background-color:#fef2f2cc}.required\:bg-red-50\/90:required{background-color:#fef2f2e6}.required\:bg-red-50\/95:required{background-color:#fef2f2f2}.required\:bg-red-50\/100:required{background-color:#fef2f2}.required\:bg-red-100\/0:required{background-color:#fbf2f200}.required\:bg-red-100\/5:required{background-color:#fbf2f20d}.required\:bg-red-100\/10:required{background-color:#fbf2f21a}.required\:bg-red-100\/20:required{background-color:#fbf2f233}.required\:bg-red-100\/25:required{background-color:#fbf2f240}.required\:bg-red-100\/30:required{background-color:#fbf2f24d}.required\:bg-red-100\/40:required{background-color:#fbf2f266}.required\:bg-red-100\/50:required{background-color:#fbf2f280}.required\:bg-red-100\/60:required{background-color:#fbf2f299}.required\:bg-red-100\/70:required{background-color:#fbf2f2b3}.required\:bg-red-100\/75:required{background-color:#fbf2f2bf}.required\:bg-red-100\/80:required{background-color:#fbf2f2cc}.required\:bg-red-100\/90:required{background-color:#fbf2f2e6}.required\:bg-red-100\/95:required{background-color:#fbf2f2f2}.required\:bg-red-100\/100:required{background-color:#fbf2f2}.required\:bg-red-200\/0:required{background-color:#f8e4e400}.required\:bg-red-200\/5:required{background-color:#f8e4e40d}.required\:bg-red-200\/10:required{background-color:#f8e4e41a}.required\:bg-red-200\/20:required{background-color:#f8e4e433}.required\:bg-red-200\/25:required{background-color:#f8e4e440}.required\:bg-red-200\/30:required{background-color:#f8e4e44d}.required\:bg-red-200\/40:required{background-color:#f8e4e466}.required\:bg-red-200\/50:required{background-color:#f8e4e480}.required\:bg-red-200\/60:required{background-color:#f8e4e499}.required\:bg-red-200\/70:required{background-color:#f8e4e4b3}.required\:bg-red-200\/75:required{background-color:#f8e4e4bf}.required\:bg-red-200\/80:required{background-color:#f8e4e4cc}.required\:bg-red-200\/90:required{background-color:#f8e4e4e6}.required\:bg-red-200\/95:required{background-color:#f8e4e4f2}.required\:bg-red-200\/100:required{background-color:#f8e4e4}.required\:bg-red-300\/0:required{background-color:#f1c6c600}.required\:bg-red-300\/5:required{background-color:#f1c6c60d}.required\:bg-red-300\/10:required{background-color:#f1c6c61a}.required\:bg-red-300\/20:required{background-color:#f1c6c633}.required\:bg-red-300\/25:required{background-color:#f1c6c640}.required\:bg-red-300\/30:required{background-color:#f1c6c64d}.required\:bg-red-300\/40:required{background-color:#f1c6c666}.required\:bg-red-300\/50:required{background-color:#f1c6c680}.required\:bg-red-300\/60:required{background-color:#f1c6c699}.required\:bg-red-300\/70:required{background-color:#f1c6c6b3}.required\:bg-red-300\/75:required{background-color:#f1c6c6bf}.required\:bg-red-300\/80:required{background-color:#f1c6c6cc}.required\:bg-red-300\/90:required{background-color:#f1c6c6e6}.required\:bg-red-300\/95:required{background-color:#f1c6c6f2}.required\:bg-red-300\/100:required{background-color:#f1c6c6}.required\:bg-red-400\/0:required{background-color:#eaa3a300}.required\:bg-red-400\/5:required{background-color:#eaa3a30d}.required\:bg-red-400\/10:required{background-color:#eaa3a31a}.required\:bg-red-400\/20:required{background-color:#eaa3a333}.required\:bg-red-400\/25:required{background-color:#eaa3a340}.required\:bg-red-400\/30:required{background-color:#eaa3a34d}.required\:bg-red-400\/40:required{background-color:#eaa3a366}.required\:bg-red-400\/50:required{background-color:#eaa3a380}.required\:bg-red-400\/60:required{background-color:#eaa3a399}.required\:bg-red-400\/70:required{background-color:#eaa3a3b3}.required\:bg-red-400\/75:required{background-color:#eaa3a3bf}.required\:bg-red-400\/80:required{background-color:#eaa3a3cc}.required\:bg-red-400\/90:required{background-color:#eaa3a3e6}.required\:bg-red-400\/95:required{background-color:#eaa3a3f2}.required\:bg-red-400\/100:required{background-color:#eaa3a3}.required\:bg-red-500\/0:required{background-color:#e3767600}.required\:bg-red-500\/5:required{background-color:#e376760d}.required\:bg-red-500\/10:required{background-color:#e376761a}.required\:bg-red-500\/20:required{background-color:#e3767633}.required\:bg-red-500\/25:required{background-color:#e3767640}.required\:bg-red-500\/30:required{background-color:#e376764d}.required\:bg-red-500\/40:required{background-color:#e3767666}.required\:bg-red-500\/50:required{background-color:#e3767680}.required\:bg-red-500\/60:required{background-color:#e3767699}.required\:bg-red-500\/70:required{background-color:#e37676b3}.required\:bg-red-500\/75:required{background-color:#e37676bf}.required\:bg-red-500\/80:required{background-color:#e37676cc}.required\:bg-red-500\/90:required{background-color:#e37676e6}.required\:bg-red-500\/95:required{background-color:#e37676f2}.required\:bg-red-500\/100:required{background-color:#e37676}.required\:bg-red-600\/0:required{background-color:#dc262600}.required\:bg-red-600\/5:required{background-color:#dc26260d}.required\:bg-red-600\/10:required{background-color:#dc26261a}.required\:bg-red-600\/20:required{background-color:#dc262633}.required\:bg-red-600\/25:required{background-color:#dc262640}.required\:bg-red-600\/30:required{background-color:#dc26264d}.required\:bg-red-600\/40:required{background-color:#dc262666}.required\:bg-red-600\/50:required{background-color:#dc262680}.required\:bg-red-600\/60:required{background-color:#dc262699}.required\:bg-red-600\/70:required{background-color:#dc2626b3}.required\:bg-red-600\/75:required{background-color:#dc2626bf}.required\:bg-red-600\/80:required{background-color:#dc2626cc}.required\:bg-red-600\/90:required{background-color:#dc2626e6}.required\:bg-red-600\/95:required{background-color:#dc2626f2}.required\:bg-red-600\/100:required{background-color:#dc2626}.required\:bg-red-700\/0:required{background-color:#c4212100}.required\:bg-red-700\/5:required{background-color:#c421210d}.required\:bg-red-700\/10:required{background-color:#c421211a}.required\:bg-red-700\/20:required{background-color:#c4212133}.required\:bg-red-700\/25:required{background-color:#c4212140}.required\:bg-red-700\/30:required{background-color:#c421214d}.required\:bg-red-700\/40:required{background-color:#c4212166}.required\:bg-red-700\/50:required{background-color:#c4212180}.required\:bg-red-700\/60:required{background-color:#c4212199}.required\:bg-red-700\/70:required{background-color:#c42121b3}.required\:bg-red-700\/75:required{background-color:#c42121bf}.required\:bg-red-700\/80:required{background-color:#c42121cc}.required\:bg-red-700\/90:required{background-color:#c42121e6}.required\:bg-red-700\/95:required{background-color:#c42121f2}.required\:bg-red-700\/100:required{background-color:#c42121}.required\:bg-red-800\/0:required{background-color:#aa1d1d00}.required\:bg-red-800\/5:required{background-color:#aa1d1d0d}.required\:bg-red-800\/10:required{background-color:#aa1d1d1a}.required\:bg-red-800\/20:required{background-color:#aa1d1d33}.required\:bg-red-800\/25:required{background-color:#aa1d1d40}.required\:bg-red-800\/30:required{background-color:#aa1d1d4d}.required\:bg-red-800\/40:required{background-color:#aa1d1d66}.required\:bg-red-800\/50:required{background-color:#aa1d1d80}.required\:bg-red-800\/60:required{background-color:#aa1d1d99}.required\:bg-red-800\/70:required{background-color:#aa1d1db3}.required\:bg-red-800\/75:required{background-color:#aa1d1dbf}.required\:bg-red-800\/80:required{background-color:#aa1d1dcc}.required\:bg-red-800\/90:required{background-color:#aa1d1de6}.required\:bg-red-800\/95:required{background-color:#aa1d1df2}.required\:bg-red-800\/100:required{background-color:#aa1d1d}.required\:bg-red-900\/0:required{background-color:#8b181800}.required\:bg-red-900\/5:required{background-color:#8b18180d}.required\:bg-red-900\/10:required{background-color:#8b18181a}.required\:bg-red-900\/20:required{background-color:#8b181833}.required\:bg-red-900\/25:required{background-color:#8b181840}.required\:bg-red-900\/30:required{background-color:#8b18184d}.required\:bg-red-900\/40:required{background-color:#8b181866}.required\:bg-red-900\/50:required{background-color:#8b181880}.required\:bg-red-900\/60:required{background-color:#8b181899}.required\:bg-red-900\/70:required{background-color:#8b1818b3}.required\:bg-red-900\/75:required{background-color:#8b1818bf}.required\:bg-red-900\/80:required{background-color:#8b1818cc}.required\:bg-red-900\/90:required{background-color:#8b1818e6}.required\:bg-red-900\/95:required{background-color:#8b1818f2}.required\:bg-red-900\/100:required{background-color:#8b1818}.required\:bg-orange-50\/0:required{background-color:#fff7ed00}.required\:bg-orange-50\/5:required{background-color:#fff7ed0d}.required\:bg-orange-50\/10:required{background-color:#fff7ed1a}.required\:bg-orange-50\/20:required{background-color:#fff7ed33}.required\:bg-orange-50\/25:required{background-color:#fff7ed40}.required\:bg-orange-50\/30:required{background-color:#fff7ed4d}.required\:bg-orange-50\/40:required{background-color:#fff7ed66}.required\:bg-orange-50\/50:required{background-color:#fff7ed80}.required\:bg-orange-50\/60:required{background-color:#fff7ed99}.required\:bg-orange-50\/70:required{background-color:#fff7edb3}.required\:bg-orange-50\/75:required{background-color:#fff7edbf}.required\:bg-orange-50\/80:required{background-color:#fff7edcc}.required\:bg-orange-50\/90:required{background-color:#fff7ede6}.required\:bg-orange-50\/95:required{background-color:#fff7edf2}.required\:bg-orange-50\/100:required{background-color:#fff7ed}.required\:bg-orange-100\/0:required{background-color:#fcf3f100}.required\:bg-orange-100\/5:required{background-color:#fcf3f10d}.required\:bg-orange-100\/10:required{background-color:#fcf3f11a}.required\:bg-orange-100\/20:required{background-color:#fcf3f133}.required\:bg-orange-100\/25:required{background-color:#fcf3f140}.required\:bg-orange-100\/30:required{background-color:#fcf3f14d}.required\:bg-orange-100\/40:required{background-color:#fcf3f166}.required\:bg-orange-100\/50:required{background-color:#fcf3f180}.required\:bg-orange-100\/60:required{background-color:#fcf3f199}.required\:bg-orange-100\/70:required{background-color:#fcf3f1b3}.required\:bg-orange-100\/75:required{background-color:#fcf3f1bf}.required\:bg-orange-100\/80:required{background-color:#fcf3f1cc}.required\:bg-orange-100\/90:required{background-color:#fcf3f1e6}.required\:bg-orange-100\/95:required{background-color:#fcf3f1f2}.required\:bg-orange-100\/100:required{background-color:#fcf3f1}.required\:bg-orange-200\/0:required{background-color:#fae7e400}.required\:bg-orange-200\/5:required{background-color:#fae7e40d}.required\:bg-orange-200\/10:required{background-color:#fae7e41a}.required\:bg-orange-200\/20:required{background-color:#fae7e433}.required\:bg-orange-200\/25:required{background-color:#fae7e440}.required\:bg-orange-200\/30:required{background-color:#fae7e44d}.required\:bg-orange-200\/40:required{background-color:#fae7e466}.required\:bg-orange-200\/50:required{background-color:#fae7e480}.required\:bg-orange-200\/60:required{background-color:#fae7e499}.required\:bg-orange-200\/70:required{background-color:#fae7e4b3}.required\:bg-orange-200\/75:required{background-color:#fae7e4bf}.required\:bg-orange-200\/80:required{background-color:#fae7e4cc}.required\:bg-orange-200\/90:required{background-color:#fae7e4e6}.required\:bg-orange-200\/95:required{background-color:#fae7e4f2}.required\:bg-orange-200\/100:required{background-color:#fae7e4}.required\:bg-orange-300\/0:required{background-color:#f6cdc500}.required\:bg-orange-300\/5:required{background-color:#f6cdc50d}.required\:bg-orange-300\/10:required{background-color:#f6cdc51a}.required\:bg-orange-300\/20:required{background-color:#f6cdc533}.required\:bg-orange-300\/25:required{background-color:#f6cdc540}.required\:bg-orange-300\/30:required{background-color:#f6cdc54d}.required\:bg-orange-300\/40:required{background-color:#f6cdc566}.required\:bg-orange-300\/50:required{background-color:#f6cdc580}.required\:bg-orange-300\/60:required{background-color:#f6cdc599}.required\:bg-orange-300\/70:required{background-color:#f6cdc5b3}.required\:bg-orange-300\/75:required{background-color:#f6cdc5bf}.required\:bg-orange-300\/80:required{background-color:#f6cdc5cc}.required\:bg-orange-300\/90:required{background-color:#f6cdc5e6}.required\:bg-orange-300\/95:required{background-color:#f6cdc5f2}.required\:bg-orange-300\/100:required{background-color:#f6cdc5}.required\:bg-orange-400\/0:required{background-color:#f2afa100}.required\:bg-orange-400\/5:required{background-color:#f2afa10d}.required\:bg-orange-400\/10:required{background-color:#f2afa11a}.required\:bg-orange-400\/20:required{background-color:#f2afa133}.required\:bg-orange-400\/25:required{background-color:#f2afa140}.required\:bg-orange-400\/30:required{background-color:#f2afa14d}.required\:bg-orange-400\/40:required{background-color:#f2afa166}.required\:bg-orange-400\/50:required{background-color:#f2afa180}.required\:bg-orange-400\/60:required{background-color:#f2afa199}.required\:bg-orange-400\/70:required{background-color:#f2afa1b3}.required\:bg-orange-400\/75:required{background-color:#f2afa1bf}.required\:bg-orange-400\/80:required{background-color:#f2afa1cc}.required\:bg-orange-400\/90:required{background-color:#f2afa1e6}.required\:bg-orange-400\/95:required{background-color:#f2afa1f2}.required\:bg-orange-400\/100:required{background-color:#f2afa1}.required\:bg-orange-500\/0:required{background-color:#ee8a7200}.required\:bg-orange-500\/5:required{background-color:#ee8a720d}.required\:bg-orange-500\/10:required{background-color:#ee8a721a}.required\:bg-orange-500\/20:required{background-color:#ee8a7233}.required\:bg-orange-500\/25:required{background-color:#ee8a7240}.required\:bg-orange-500\/30:required{background-color:#ee8a724d}.required\:bg-orange-500\/40:required{background-color:#ee8a7266}.required\:bg-orange-500\/50:required{background-color:#ee8a7280}.required\:bg-orange-500\/60:required{background-color:#ee8a7299}.required\:bg-orange-500\/70:required{background-color:#ee8a72b3}.required\:bg-orange-500\/75:required{background-color:#ee8a72bf}.required\:bg-orange-500\/80:required{background-color:#ee8a72cc}.required\:bg-orange-500\/90:required{background-color:#ee8a72e6}.required\:bg-orange-500\/95:required{background-color:#ee8a72f2}.required\:bg-orange-500\/100:required{background-color:#ee8a72}.required\:bg-orange-600\/0:required{background-color:#ea580c00}.required\:bg-orange-600\/5:required{background-color:#ea580c0d}.required\:bg-orange-600\/10:required{background-color:#ea580c1a}.required\:bg-orange-600\/20:required{background-color:#ea580c33}.required\:bg-orange-600\/25:required{background-color:#ea580c40}.required\:bg-orange-600\/30:required{background-color:#ea580c4d}.required\:bg-orange-600\/40:required{background-color:#ea580c66}.required\:bg-orange-600\/50:required{background-color:#ea580c80}.required\:bg-orange-600\/60:required{background-color:#ea580c99}.required\:bg-orange-600\/70:required{background-color:#ea580cb3}.required\:bg-orange-600\/75:required{background-color:#ea580cbf}.required\:bg-orange-600\/80:required{background-color:#ea580ccc}.required\:bg-orange-600\/90:required{background-color:#ea580ce6}.required\:bg-orange-600\/95:required{background-color:#ea580cf2}.required\:bg-orange-600\/100:required{background-color:#ea580c}.required\:bg-orange-700\/0:required{background-color:#d14e0a00}.required\:bg-orange-700\/5:required{background-color:#d14e0a0d}.required\:bg-orange-700\/10:required{background-color:#d14e0a1a}.required\:bg-orange-700\/20:required{background-color:#d14e0a33}.required\:bg-orange-700\/25:required{background-color:#d14e0a40}.required\:bg-orange-700\/30:required{background-color:#d14e0a4d}.required\:bg-orange-700\/40:required{background-color:#d14e0a66}.required\:bg-orange-700\/50:required{background-color:#d14e0a80}.required\:bg-orange-700\/60:required{background-color:#d14e0a99}.required\:bg-orange-700\/70:required{background-color:#d14e0ab3}.required\:bg-orange-700\/75:required{background-color:#d14e0abf}.required\:bg-orange-700\/80:required{background-color:#d14e0acc}.required\:bg-orange-700\/90:required{background-color:#d14e0ae6}.required\:bg-orange-700\/95:required{background-color:#d14e0af2}.required\:bg-orange-700\/100:required{background-color:#d14e0a}.required\:bg-orange-800\/0:required{background-color:#b5440900}.required\:bg-orange-800\/5:required{background-color:#b544090d}.required\:bg-orange-800\/10:required{background-color:#b544091a}.required\:bg-orange-800\/20:required{background-color:#b5440933}.required\:bg-orange-800\/25:required{background-color:#b5440940}.required\:bg-orange-800\/30:required{background-color:#b544094d}.required\:bg-orange-800\/40:required{background-color:#b5440966}.required\:bg-orange-800\/50:required{background-color:#b5440980}.required\:bg-orange-800\/60:required{background-color:#b5440999}.required\:bg-orange-800\/70:required{background-color:#b54409b3}.required\:bg-orange-800\/75:required{background-color:#b54409bf}.required\:bg-orange-800\/80:required{background-color:#b54409cc}.required\:bg-orange-800\/90:required{background-color:#b54409e6}.required\:bg-orange-800\/95:required{background-color:#b54409f2}.required\:bg-orange-800\/100:required{background-color:#b54409}.required\:bg-orange-900\/0:required{background-color:#93370700}.required\:bg-orange-900\/5:required{background-color:#9337070d}.required\:bg-orange-900\/10:required{background-color:#9337071a}.required\:bg-orange-900\/20:required{background-color:#93370733}.required\:bg-orange-900\/25:required{background-color:#93370740}.required\:bg-orange-900\/30:required{background-color:#9337074d}.required\:bg-orange-900\/40:required{background-color:#93370766}.required\:bg-orange-900\/50:required{background-color:#93370780}.required\:bg-orange-900\/60:required{background-color:#93370799}.required\:bg-orange-900\/70:required{background-color:#933707b3}.required\:bg-orange-900\/75:required{background-color:#933707bf}.required\:bg-orange-900\/80:required{background-color:#933707cc}.required\:bg-orange-900\/90:required{background-color:#933707e6}.required\:bg-orange-900\/95:required{background-color:#933707f2}.required\:bg-orange-900\/100:required{background-color:#933707}.required\:bg-yellow-50\/0:required{background-color:#fefce800}.required\:bg-yellow-50\/5:required{background-color:#fefce80d}.required\:bg-yellow-50\/10:required{background-color:#fefce81a}.required\:bg-yellow-50\/20:required{background-color:#fefce833}.required\:bg-yellow-50\/25:required{background-color:#fefce840}.required\:bg-yellow-50\/30:required{background-color:#fefce84d}.required\:bg-yellow-50\/40:required{background-color:#fefce866}.required\:bg-yellow-50\/50:required{background-color:#fefce880}.required\:bg-yellow-50\/60:required{background-color:#fefce899}.required\:bg-yellow-50\/70:required{background-color:#fefce8b3}.required\:bg-yellow-50\/75:required{background-color:#fefce8bf}.required\:bg-yellow-50\/80:required{background-color:#fefce8cc}.required\:bg-yellow-50\/90:required{background-color:#fefce8e6}.required\:bg-yellow-50\/95:required{background-color:#fefce8f2}.required\:bg-yellow-50\/100:required{background-color:#fefce8}.required\:bg-yellow-100\/0:required{background-color:#fef3c700}.required\:bg-yellow-100\/5:required{background-color:#fef3c70d}.required\:bg-yellow-100\/10:required{background-color:#fef3c71a}.required\:bg-yellow-100\/20:required{background-color:#fef3c733}.required\:bg-yellow-100\/25:required{background-color:#fef3c740}.required\:bg-yellow-100\/30:required{background-color:#fef3c74d}.required\:bg-yellow-100\/40:required{background-color:#fef3c766}.required\:bg-yellow-100\/50:required{background-color:#fef3c780}.required\:bg-yellow-100\/60:required{background-color:#fef3c799}.required\:bg-yellow-100\/70:required{background-color:#fef3c7b3}.required\:bg-yellow-100\/75:required{background-color:#fef3c7bf}.required\:bg-yellow-100\/80:required{background-color:#fef3c7cc}.required\:bg-yellow-100\/90:required{background-color:#fef3c7e6}.required\:bg-yellow-100\/95:required{background-color:#fef3c7f2}.required\:bg-yellow-100\/100:required{background-color:#fef3c7}.required\:bg-yellow-200\/0:required{background-color:#fde68a00}.required\:bg-yellow-200\/5:required{background-color:#fde68a0d}.required\:bg-yellow-200\/10:required{background-color:#fde68a1a}.required\:bg-yellow-200\/20:required{background-color:#fde68a33}.required\:bg-yellow-200\/25:required{background-color:#fde68a40}.required\:bg-yellow-200\/30:required{background-color:#fde68a4d}.required\:bg-yellow-200\/40:required{background-color:#fde68a66}.required\:bg-yellow-200\/50:required{background-color:#fde68a80}.required\:bg-yellow-200\/60:required{background-color:#fde68a99}.required\:bg-yellow-200\/70:required{background-color:#fde68ab3}.required\:bg-yellow-200\/75:required{background-color:#fde68abf}.required\:bg-yellow-200\/80:required{background-color:#fde68acc}.required\:bg-yellow-200\/90:required{background-color:#fde68ae6}.required\:bg-yellow-200\/95:required{background-color:#fde68af2}.required\:bg-yellow-200\/100:required{background-color:#fde68a}.required\:bg-yellow-300\/0:required{background-color:#fcd34d00}.required\:bg-yellow-300\/5:required{background-color:#fcd34d0d}.required\:bg-yellow-300\/10:required{background-color:#fcd34d1a}.required\:bg-yellow-300\/20:required{background-color:#fcd34d33}.required\:bg-yellow-300\/25:required{background-color:#fcd34d40}.required\:bg-yellow-300\/30:required{background-color:#fcd34d4d}.required\:bg-yellow-300\/40:required{background-color:#fcd34d66}.required\:bg-yellow-300\/50:required{background-color:#fcd34d80}.required\:bg-yellow-300\/60:required{background-color:#fcd34d99}.required\:bg-yellow-300\/70:required{background-color:#fcd34db3}.required\:bg-yellow-300\/75:required{background-color:#fcd34dbf}.required\:bg-yellow-300\/80:required{background-color:#fcd34dcc}.required\:bg-yellow-300\/90:required{background-color:#fcd34de6}.required\:bg-yellow-300\/95:required{background-color:#fcd34df2}.required\:bg-yellow-300\/100:required{background-color:#fcd34d}.required\:bg-yellow-400\/0:required{background-color:#fbbf2400}.required\:bg-yellow-400\/5:required{background-color:#fbbf240d}.required\:bg-yellow-400\/10:required{background-color:#fbbf241a}.required\:bg-yellow-400\/20:required{background-color:#fbbf2433}.required\:bg-yellow-400\/25:required{background-color:#fbbf2440}.required\:bg-yellow-400\/30:required{background-color:#fbbf244d}.required\:bg-yellow-400\/40:required{background-color:#fbbf2466}.required\:bg-yellow-400\/50:required{background-color:#fbbf2480}.required\:bg-yellow-400\/60:required{background-color:#fbbf2499}.required\:bg-yellow-400\/70:required{background-color:#fbbf24b3}.required\:bg-yellow-400\/75:required{background-color:#fbbf24bf}.required\:bg-yellow-400\/80:required{background-color:#fbbf24cc}.required\:bg-yellow-400\/90:required{background-color:#fbbf24e6}.required\:bg-yellow-400\/95:required{background-color:#fbbf24f2}.required\:bg-yellow-400\/100:required{background-color:#fbbf24}.required\:bg-yellow-500\/0:required{background-color:#eab30800}.required\:bg-yellow-500\/5:required{background-color:#eab3080d}.required\:bg-yellow-500\/10:required{background-color:#eab3081a}.required\:bg-yellow-500\/20:required{background-color:#eab30833}.required\:bg-yellow-500\/25:required{background-color:#eab30840}.required\:bg-yellow-500\/30:required{background-color:#eab3084d}.required\:bg-yellow-500\/40:required{background-color:#eab30866}.required\:bg-yellow-500\/50:required{background-color:#eab30880}.required\:bg-yellow-500\/60:required{background-color:#eab30899}.required\:bg-yellow-500\/70:required{background-color:#eab308b3}.required\:bg-yellow-500\/75:required{background-color:#eab308bf}.required\:bg-yellow-500\/80:required{background-color:#eab308cc}.required\:bg-yellow-500\/90:required{background-color:#eab308e6}.required\:bg-yellow-500\/95:required{background-color:#eab308f2}.required\:bg-yellow-500\/100:required{background-color:#eab308}.required\:bg-yellow-600\/0:required{background-color:#d9770600}.required\:bg-yellow-600\/5:required{background-color:#d977060d}.required\:bg-yellow-600\/10:required{background-color:#d977061a}.required\:bg-yellow-600\/20:required{background-color:#d9770633}.required\:bg-yellow-600\/25:required{background-color:#d9770640}.required\:bg-yellow-600\/30:required{background-color:#d977064d}.required\:bg-yellow-600\/40:required{background-color:#d9770666}.required\:bg-yellow-600\/50:required{background-color:#d9770680}.required\:bg-yellow-600\/60:required{background-color:#d9770699}.required\:bg-yellow-600\/70:required{background-color:#d97706b3}.required\:bg-yellow-600\/75:required{background-color:#d97706bf}.required\:bg-yellow-600\/80:required{background-color:#d97706cc}.required\:bg-yellow-600\/90:required{background-color:#d97706e6}.required\:bg-yellow-600\/95:required{background-color:#d97706f2}.required\:bg-yellow-600\/100:required{background-color:#d97706}.required\:bg-yellow-700\/0:required{background-color:#b4530900}.required\:bg-yellow-700\/5:required{background-color:#b453090d}.required\:bg-yellow-700\/10:required{background-color:#b453091a}.required\:bg-yellow-700\/20:required{background-color:#b4530933}.required\:bg-yellow-700\/25:required{background-color:#b4530940}.required\:bg-yellow-700\/30:required{background-color:#b453094d}.required\:bg-yellow-700\/40:required{background-color:#b4530966}.required\:bg-yellow-700\/50:required{background-color:#b4530980}.required\:bg-yellow-700\/60:required{background-color:#b4530999}.required\:bg-yellow-700\/70:required{background-color:#b45309b3}.required\:bg-yellow-700\/75:required{background-color:#b45309bf}.required\:bg-yellow-700\/80:required{background-color:#b45309cc}.required\:bg-yellow-700\/90:required{background-color:#b45309e6}.required\:bg-yellow-700\/95:required{background-color:#b45309f2}.required\:bg-yellow-700\/100:required{background-color:#b45309}.required\:bg-yellow-800\/0:required{background-color:#92400e00}.required\:bg-yellow-800\/5:required{background-color:#92400e0d}.required\:bg-yellow-800\/10:required{background-color:#92400e1a}.required\:bg-yellow-800\/20:required{background-color:#92400e33}.required\:bg-yellow-800\/25:required{background-color:#92400e40}.required\:bg-yellow-800\/30:required{background-color:#92400e4d}.required\:bg-yellow-800\/40:required{background-color:#92400e66}.required\:bg-yellow-800\/50:required{background-color:#92400e80}.required\:bg-yellow-800\/60:required{background-color:#92400e99}.required\:bg-yellow-800\/70:required{background-color:#92400eb3}.required\:bg-yellow-800\/75:required{background-color:#92400ebf}.required\:bg-yellow-800\/80:required{background-color:#92400ecc}.required\:bg-yellow-800\/90:required{background-color:#92400ee6}.required\:bg-yellow-800\/95:required{background-color:#92400ef2}.required\:bg-yellow-800\/100:required{background-color:#92400e}.required\:bg-yellow-900\/0:required{background-color:#78350f00}.required\:bg-yellow-900\/5:required{background-color:#78350f0d}.required\:bg-yellow-900\/10:required{background-color:#78350f1a}.required\:bg-yellow-900\/20:required{background-color:#78350f33}.required\:bg-yellow-900\/25:required{background-color:#78350f40}.required\:bg-yellow-900\/30:required{background-color:#78350f4d}.required\:bg-yellow-900\/40:required{background-color:#78350f66}.required\:bg-yellow-900\/50:required{background-color:#78350f80}.required\:bg-yellow-900\/60:required{background-color:#78350f99}.required\:bg-yellow-900\/70:required{background-color:#78350fb3}.required\:bg-yellow-900\/75:required{background-color:#78350fbf}.required\:bg-yellow-900\/80:required{background-color:#78350fcc}.required\:bg-yellow-900\/90:required{background-color:#78350fe6}.required\:bg-yellow-900\/95:required{background-color:#78350ff2}.required\:bg-yellow-900\/100:required{background-color:#78350f}.required\:bg-green-50\/0:required{background-color:#f0fdf400}.required\:bg-green-50\/5:required{background-color:#f0fdf40d}.required\:bg-green-50\/10:required{background-color:#f0fdf41a}.required\:bg-green-50\/20:required{background-color:#f0fdf433}.required\:bg-green-50\/25:required{background-color:#f0fdf440}.required\:bg-green-50\/30:required{background-color:#f0fdf44d}.required\:bg-green-50\/40:required{background-color:#f0fdf466}.required\:bg-green-50\/50:required{background-color:#f0fdf480}.required\:bg-green-50\/60:required{background-color:#f0fdf499}.required\:bg-green-50\/70:required{background-color:#f0fdf4b3}.required\:bg-green-50\/75:required{background-color:#f0fdf4bf}.required\:bg-green-50\/80:required{background-color:#f0fdf4cc}.required\:bg-green-50\/90:required{background-color:#f0fdf4e6}.required\:bg-green-50\/95:required{background-color:#f0fdf4f2}.required\:bg-green-50\/100:required{background-color:#f0fdf4}.required\:bg-green-100\/0:required{background-color:#f2faf600}.required\:bg-green-100\/5:required{background-color:#f2faf60d}.required\:bg-green-100\/10:required{background-color:#f2faf61a}.required\:bg-green-100\/20:required{background-color:#f2faf633}.required\:bg-green-100\/25:required{background-color:#f2faf640}.required\:bg-green-100\/30:required{background-color:#f2faf64d}.required\:bg-green-100\/40:required{background-color:#f2faf666}.required\:bg-green-100\/50:required{background-color:#f2faf680}.required\:bg-green-100\/60:required{background-color:#f2faf699}.required\:bg-green-100\/70:required{background-color:#f2faf6b3}.required\:bg-green-100\/75:required{background-color:#f2faf6bf}.required\:bg-green-100\/80:required{background-color:#f2faf6cc}.required\:bg-green-100\/90:required{background-color:#f2faf6e6}.required\:bg-green-100\/95:required{background-color:#f2faf6f2}.required\:bg-green-100\/100:required{background-color:#f2faf6}.required\:bg-green-200\/0:required{background-color:#e5f6ee00}.required\:bg-green-200\/5:required{background-color:#e5f6ee0d}.required\:bg-green-200\/10:required{background-color:#e5f6ee1a}.required\:bg-green-200\/20:required{background-color:#e5f6ee33}.required\:bg-green-200\/25:required{background-color:#e5f6ee40}.required\:bg-green-200\/30:required{background-color:#e5f6ee4d}.required\:bg-green-200\/40:required{background-color:#e5f6ee66}.required\:bg-green-200\/50:required{background-color:#e5f6ee80}.required\:bg-green-200\/60:required{background-color:#e5f6ee99}.required\:bg-green-200\/70:required{background-color:#e5f6eeb3}.required\:bg-green-200\/75:required{background-color:#e5f6eebf}.required\:bg-green-200\/80:required{background-color:#e5f6eecc}.required\:bg-green-200\/90:required{background-color:#e5f6eee6}.required\:bg-green-200\/95:required{background-color:#e5f6eef2}.required\:bg-green-200\/100:required{background-color:#e5f6ee}.required\:bg-green-300\/0:required{background-color:#c8eedb00}.required\:bg-green-300\/5:required{background-color:#c8eedb0d}.required\:bg-green-300\/10:required{background-color:#c8eedb1a}.required\:bg-green-300\/20:required{background-color:#c8eedb33}.required\:bg-green-300\/25:required{background-color:#c8eedb40}.required\:bg-green-300\/30:required{background-color:#c8eedb4d}.required\:bg-green-300\/40:required{background-color:#c8eedb66}.required\:bg-green-300\/50:required{background-color:#c8eedb80}.required\:bg-green-300\/60:required{background-color:#c8eedb99}.required\:bg-green-300\/70:required{background-color:#c8eedbb3}.required\:bg-green-300\/75:required{background-color:#c8eedbbf}.required\:bg-green-300\/80:required{background-color:#c8eedbcc}.required\:bg-green-300\/90:required{background-color:#c8eedbe6}.required\:bg-green-300\/95:required{background-color:#c8eedbf2}.required\:bg-green-300\/100:required{background-color:#c8eedb}.required\:bg-green-400\/0:required{background-color:#a6e5c800}.required\:bg-green-400\/5:required{background-color:#a6e5c80d}.required\:bg-green-400\/10:required{background-color:#a6e5c81a}.required\:bg-green-400\/20:required{background-color:#a6e5c833}.required\:bg-green-400\/25:required{background-color:#a6e5c840}.required\:bg-green-400\/30:required{background-color:#a6e5c84d}.required\:bg-green-400\/40:required{background-color:#a6e5c866}.required\:bg-green-400\/50:required{background-color:#a6e5c880}.required\:bg-green-400\/60:required{background-color:#a6e5c899}.required\:bg-green-400\/70:required{background-color:#a6e5c8b3}.required\:bg-green-400\/75:required{background-color:#a6e5c8bf}.required\:bg-green-400\/80:required{background-color:#a6e5c8cc}.required\:bg-green-400\/90:required{background-color:#a6e5c8e6}.required\:bg-green-400\/95:required{background-color:#a6e5c8f2}.required\:bg-green-400\/100:required{background-color:#a6e5c8}.required\:bg-green-500\/0:required{background-color:#7bdcb200}.required\:bg-green-500\/5:required{background-color:#7bdcb20d}.required\:bg-green-500\/10:required{background-color:#7bdcb21a}.required\:bg-green-500\/20:required{background-color:#7bdcb233}.required\:bg-green-500\/25:required{background-color:#7bdcb240}.required\:bg-green-500\/30:required{background-color:#7bdcb24d}.required\:bg-green-500\/40:required{background-color:#7bdcb266}.required\:bg-green-500\/50:required{background-color:#7bdcb280}.required\:bg-green-500\/60:required{background-color:#7bdcb299}.required\:bg-green-500\/70:required{background-color:#7bdcb2b3}.required\:bg-green-500\/75:required{background-color:#7bdcb2bf}.required\:bg-green-500\/80:required{background-color:#7bdcb2cc}.required\:bg-green-500\/90:required{background-color:#7bdcb2e6}.required\:bg-green-500\/95:required{background-color:#7bdcb2f2}.required\:bg-green-500\/100:required{background-color:#7bdcb2}.required\:bg-green-600\/0:required{background-color:#34d39900}.required\:bg-green-600\/5:required{background-color:#34d3990d}.required\:bg-green-600\/10:required{background-color:#34d3991a}.required\:bg-green-600\/20:required{background-color:#34d39933}.required\:bg-green-600\/25:required{background-color:#34d39940}.required\:bg-green-600\/30:required{background-color:#34d3994d}.required\:bg-green-600\/40:required{background-color:#34d39966}.required\:bg-green-600\/50:required{background-color:#34d39980}.required\:bg-green-600\/60:required{background-color:#34d39999}.required\:bg-green-600\/70:required{background-color:#34d399b3}.required\:bg-green-600\/75:required{background-color:#34d399bf}.required\:bg-green-600\/80:required{background-color:#34d399cc}.required\:bg-green-600\/90:required{background-color:#34d399e6}.required\:bg-green-600\/95:required{background-color:#34d399f2}.required\:bg-green-600\/100:required{background-color:#34d399}.required\:bg-green-700\/0:required{background-color:#2ebc8800}.required\:bg-green-700\/5:required{background-color:#2ebc880d}.required\:bg-green-700\/10:required{background-color:#2ebc881a}.required\:bg-green-700\/20:required{background-color:#2ebc8833}.required\:bg-green-700\/25:required{background-color:#2ebc8840}.required\:bg-green-700\/30:required{background-color:#2ebc884d}.required\:bg-green-700\/40:required{background-color:#2ebc8866}.required\:bg-green-700\/50:required{background-color:#2ebc8880}.required\:bg-green-700\/60:required{background-color:#2ebc8899}.required\:bg-green-700\/70:required{background-color:#2ebc88b3}.required\:bg-green-700\/75:required{background-color:#2ebc88bf}.required\:bg-green-700\/80:required{background-color:#2ebc88cc}.required\:bg-green-700\/90:required{background-color:#2ebc88e6}.required\:bg-green-700\/95:required{background-color:#2ebc88f2}.required\:bg-green-700\/100:required{background-color:#2ebc88}.required\:bg-green-800\/0:required{background-color:#28a37600}.required\:bg-green-800\/5:required{background-color:#28a3760d}.required\:bg-green-800\/10:required{background-color:#28a3761a}.required\:bg-green-800\/20:required{background-color:#28a37633}.required\:bg-green-800\/25:required{background-color:#28a37640}.required\:bg-green-800\/30:required{background-color:#28a3764d}.required\:bg-green-800\/40:required{background-color:#28a37666}.required\:bg-green-800\/50:required{background-color:#28a37680}.required\:bg-green-800\/60:required{background-color:#28a37699}.required\:bg-green-800\/70:required{background-color:#28a376b3}.required\:bg-green-800\/75:required{background-color:#28a376bf}.required\:bg-green-800\/80:required{background-color:#28a376cc}.required\:bg-green-800\/90:required{background-color:#28a376e6}.required\:bg-green-800\/95:required{background-color:#28a376f2}.required\:bg-green-800\/100:required{background-color:#28a376}.required\:bg-green-900\/0:required{background-color:#20856000}.required\:bg-green-900\/5:required{background-color:#2085600d}.required\:bg-green-900\/10:required{background-color:#2085601a}.required\:bg-green-900\/20:required{background-color:#20856033}.required\:bg-green-900\/25:required{background-color:#20856040}.required\:bg-green-900\/30:required{background-color:#2085604d}.required\:bg-green-900\/40:required{background-color:#20856066}.required\:bg-green-900\/50:required{background-color:#20856080}.required\:bg-green-900\/60:required{background-color:#20856099}.required\:bg-green-900\/70:required{background-color:#208560b3}.required\:bg-green-900\/75:required{background-color:#208560bf}.required\:bg-green-900\/80:required{background-color:#208560cc}.required\:bg-green-900\/90:required{background-color:#208560e6}.required\:bg-green-900\/95:required{background-color:#208560f2}.required\:bg-green-900\/100:required{background-color:#208560}.required\:bg-emerald-50\/0:required{background-color:#ecfdf500}.required\:bg-emerald-50\/5:required{background-color:#ecfdf50d}.required\:bg-emerald-50\/10:required{background-color:#ecfdf51a}.required\:bg-emerald-50\/20:required{background-color:#ecfdf533}.required\:bg-emerald-50\/25:required{background-color:#ecfdf540}.required\:bg-emerald-50\/30:required{background-color:#ecfdf54d}.required\:bg-emerald-50\/40:required{background-color:#ecfdf566}.required\:bg-emerald-50\/50:required{background-color:#ecfdf580}.required\:bg-emerald-50\/60:required{background-color:#ecfdf599}.required\:bg-emerald-50\/70:required{background-color:#ecfdf5b3}.required\:bg-emerald-50\/75:required{background-color:#ecfdf5bf}.required\:bg-emerald-50\/80:required{background-color:#ecfdf5cc}.required\:bg-emerald-50\/90:required{background-color:#ecfdf5e6}.required\:bg-emerald-50\/95:required{background-color:#ecfdf5f2}.required\:bg-emerald-50\/100:required{background-color:#ecfdf5}.required\:bg-emerald-100\/0:required{background-color:#d1fae500}.required\:bg-emerald-100\/5:required{background-color:#d1fae50d}.required\:bg-emerald-100\/10:required{background-color:#d1fae51a}.required\:bg-emerald-100\/20:required{background-color:#d1fae533}.required\:bg-emerald-100\/25:required{background-color:#d1fae540}.required\:bg-emerald-100\/30:required{background-color:#d1fae54d}.required\:bg-emerald-100\/40:required{background-color:#d1fae566}.required\:bg-emerald-100\/50:required{background-color:#d1fae580}.required\:bg-emerald-100\/60:required{background-color:#d1fae599}.required\:bg-emerald-100\/70:required{background-color:#d1fae5b3}.required\:bg-emerald-100\/75:required{background-color:#d1fae5bf}.required\:bg-emerald-100\/80:required{background-color:#d1fae5cc}.required\:bg-emerald-100\/90:required{background-color:#d1fae5e6}.required\:bg-emerald-100\/95:required{background-color:#d1fae5f2}.required\:bg-emerald-100\/100:required{background-color:#d1fae5}.required\:bg-emerald-200\/0:required{background-color:#a7f3d000}.required\:bg-emerald-200\/5:required{background-color:#a7f3d00d}.required\:bg-emerald-200\/10:required{background-color:#a7f3d01a}.required\:bg-emerald-200\/20:required{background-color:#a7f3d033}.required\:bg-emerald-200\/25:required{background-color:#a7f3d040}.required\:bg-emerald-200\/30:required{background-color:#a7f3d04d}.required\:bg-emerald-200\/40:required{background-color:#a7f3d066}.required\:bg-emerald-200\/50:required{background-color:#a7f3d080}.required\:bg-emerald-200\/60:required{background-color:#a7f3d099}.required\:bg-emerald-200\/70:required{background-color:#a7f3d0b3}.required\:bg-emerald-200\/75:required{background-color:#a7f3d0bf}.required\:bg-emerald-200\/80:required{background-color:#a7f3d0cc}.required\:bg-emerald-200\/90:required{background-color:#a7f3d0e6}.required\:bg-emerald-200\/95:required{background-color:#a7f3d0f2}.required\:bg-emerald-200\/100:required{background-color:#a7f3d0}.required\:bg-emerald-300\/0:required{background-color:#6ee7b700}.required\:bg-emerald-300\/5:required{background-color:#6ee7b70d}.required\:bg-emerald-300\/10:required{background-color:#6ee7b71a}.required\:bg-emerald-300\/20:required{background-color:#6ee7b733}.required\:bg-emerald-300\/25:required{background-color:#6ee7b740}.required\:bg-emerald-300\/30:required{background-color:#6ee7b74d}.required\:bg-emerald-300\/40:required{background-color:#6ee7b766}.required\:bg-emerald-300\/50:required{background-color:#6ee7b780}.required\:bg-emerald-300\/60:required{background-color:#6ee7b799}.required\:bg-emerald-300\/70:required{background-color:#6ee7b7b3}.required\:bg-emerald-300\/75:required{background-color:#6ee7b7bf}.required\:bg-emerald-300\/80:required{background-color:#6ee7b7cc}.required\:bg-emerald-300\/90:required{background-color:#6ee7b7e6}.required\:bg-emerald-300\/95:required{background-color:#6ee7b7f2}.required\:bg-emerald-300\/100:required{background-color:#6ee7b7}.required\:bg-emerald-400\/0:required{background-color:#34d39900}.required\:bg-emerald-400\/5:required{background-color:#34d3990d}.required\:bg-emerald-400\/10:required{background-color:#34d3991a}.required\:bg-emerald-400\/20:required{background-color:#34d39933}.required\:bg-emerald-400\/25:required{background-color:#34d39940}.required\:bg-emerald-400\/30:required{background-color:#34d3994d}.required\:bg-emerald-400\/40:required{background-color:#34d39966}.required\:bg-emerald-400\/50:required{background-color:#34d39980}.required\:bg-emerald-400\/60:required{background-color:#34d39999}.required\:bg-emerald-400\/70:required{background-color:#34d399b3}.required\:bg-emerald-400\/75:required{background-color:#34d399bf}.required\:bg-emerald-400\/80:required{background-color:#34d399cc}.required\:bg-emerald-400\/90:required{background-color:#34d399e6}.required\:bg-emerald-400\/95:required{background-color:#34d399f2}.required\:bg-emerald-400\/100:required{background-color:#34d399}.required\:bg-emerald-500\/0:required{background-color:#10b98100}.required\:bg-emerald-500\/5:required{background-color:#10b9810d}.required\:bg-emerald-500\/10:required{background-color:#10b9811a}.required\:bg-emerald-500\/20:required{background-color:#10b98133}.required\:bg-emerald-500\/25:required{background-color:#10b98140}.required\:bg-emerald-500\/30:required{background-color:#10b9814d}.required\:bg-emerald-500\/40:required{background-color:#10b98166}.required\:bg-emerald-500\/50:required{background-color:#10b98180}.required\:bg-emerald-500\/60:required{background-color:#10b98199}.required\:bg-emerald-500\/70:required{background-color:#10b981b3}.required\:bg-emerald-500\/75:required{background-color:#10b981bf}.required\:bg-emerald-500\/80:required{background-color:#10b981cc}.required\:bg-emerald-500\/90:required{background-color:#10b981e6}.required\:bg-emerald-500\/95:required{background-color:#10b981f2}.required\:bg-emerald-500\/100:required{background-color:#10b981}.required\:bg-emerald-600\/0:required{background-color:#05966900}.required\:bg-emerald-600\/5:required{background-color:#0596690d}.required\:bg-emerald-600\/10:required{background-color:#0596691a}.required\:bg-emerald-600\/20:required{background-color:#05966933}.required\:bg-emerald-600\/25:required{background-color:#05966940}.required\:bg-emerald-600\/30:required{background-color:#0596694d}.required\:bg-emerald-600\/40:required{background-color:#05966966}.required\:bg-emerald-600\/50:required{background-color:#05966980}.required\:bg-emerald-600\/60:required{background-color:#05966999}.required\:bg-emerald-600\/70:required{background-color:#059669b3}.required\:bg-emerald-600\/75:required{background-color:#059669bf}.required\:bg-emerald-600\/80:required{background-color:#059669cc}.required\:bg-emerald-600\/90:required{background-color:#059669e6}.required\:bg-emerald-600\/95:required{background-color:#059669f2}.required\:bg-emerald-600\/100:required{background-color:#059669}.required\:bg-emerald-700\/0:required{background-color:#04785700}.required\:bg-emerald-700\/5:required{background-color:#0478570d}.required\:bg-emerald-700\/10:required{background-color:#0478571a}.required\:bg-emerald-700\/20:required{background-color:#04785733}.required\:bg-emerald-700\/25:required{background-color:#04785740}.required\:bg-emerald-700\/30:required{background-color:#0478574d}.required\:bg-emerald-700\/40:required{background-color:#04785766}.required\:bg-emerald-700\/50:required{background-color:#04785780}.required\:bg-emerald-700\/60:required{background-color:#04785799}.required\:bg-emerald-700\/70:required{background-color:#047857b3}.required\:bg-emerald-700\/75:required{background-color:#047857bf}.required\:bg-emerald-700\/80:required{background-color:#047857cc}.required\:bg-emerald-700\/90:required{background-color:#047857e6}.required\:bg-emerald-700\/95:required{background-color:#047857f2}.required\:bg-emerald-700\/100:required{background-color:#047857}.required\:bg-emerald-800\/0:required{background-color:#065f4600}.required\:bg-emerald-800\/5:required{background-color:#065f460d}.required\:bg-emerald-800\/10:required{background-color:#065f461a}.required\:bg-emerald-800\/20:required{background-color:#065f4633}.required\:bg-emerald-800\/25:required{background-color:#065f4640}.required\:bg-emerald-800\/30:required{background-color:#065f464d}.required\:bg-emerald-800\/40:required{background-color:#065f4666}.required\:bg-emerald-800\/50:required{background-color:#065f4680}.required\:bg-emerald-800\/60:required{background-color:#065f4699}.required\:bg-emerald-800\/70:required{background-color:#065f46b3}.required\:bg-emerald-800\/75:required{background-color:#065f46bf}.required\:bg-emerald-800\/80:required{background-color:#065f46cc}.required\:bg-emerald-800\/90:required{background-color:#065f46e6}.required\:bg-emerald-800\/95:required{background-color:#065f46f2}.required\:bg-emerald-800\/100:required{background-color:#065f46}.required\:bg-emerald-900\/0:required{background-color:#064e3b00}.required\:bg-emerald-900\/5:required{background-color:#064e3b0d}.required\:bg-emerald-900\/10:required{background-color:#064e3b1a}.required\:bg-emerald-900\/20:required{background-color:#064e3b33}.required\:bg-emerald-900\/25:required{background-color:#064e3b40}.required\:bg-emerald-900\/30:required{background-color:#064e3b4d}.required\:bg-emerald-900\/40:required{background-color:#064e3b66}.required\:bg-emerald-900\/50:required{background-color:#064e3b80}.required\:bg-emerald-900\/60:required{background-color:#064e3b99}.required\:bg-emerald-900\/70:required{background-color:#064e3bb3}.required\:bg-emerald-900\/75:required{background-color:#064e3bbf}.required\:bg-emerald-900\/80:required{background-color:#064e3bcc}.required\:bg-emerald-900\/90:required{background-color:#064e3be6}.required\:bg-emerald-900\/95:required{background-color:#064e3bf2}.required\:bg-emerald-900\/100:required{background-color:#064e3b}.required\:bg-teal-50\/0:required{background-color:#f0fdfa00}.required\:bg-teal-50\/5:required{background-color:#f0fdfa0d}.required\:bg-teal-50\/10:required{background-color:#f0fdfa1a}.required\:bg-teal-50\/20:required{background-color:#f0fdfa33}.required\:bg-teal-50\/25:required{background-color:#f0fdfa40}.required\:bg-teal-50\/30:required{background-color:#f0fdfa4d}.required\:bg-teal-50\/40:required{background-color:#f0fdfa66}.required\:bg-teal-50\/50:required{background-color:#f0fdfa80}.required\:bg-teal-50\/60:required{background-color:#f0fdfa99}.required\:bg-teal-50\/70:required{background-color:#f0fdfab3}.required\:bg-teal-50\/75:required{background-color:#f0fdfabf}.required\:bg-teal-50\/80:required{background-color:#f0fdfacc}.required\:bg-teal-50\/90:required{background-color:#f0fdfae6}.required\:bg-teal-50\/95:required{background-color:#f0fdfaf2}.required\:bg-teal-50\/100:required{background-color:#f0fdfa}.required\:bg-teal-100\/0:required{background-color:#ccfbf100}.required\:bg-teal-100\/5:required{background-color:#ccfbf10d}.required\:bg-teal-100\/10:required{background-color:#ccfbf11a}.required\:bg-teal-100\/20:required{background-color:#ccfbf133}.required\:bg-teal-100\/25:required{background-color:#ccfbf140}.required\:bg-teal-100\/30:required{background-color:#ccfbf14d}.required\:bg-teal-100\/40:required{background-color:#ccfbf166}.required\:bg-teal-100\/50:required{background-color:#ccfbf180}.required\:bg-teal-100\/60:required{background-color:#ccfbf199}.required\:bg-teal-100\/70:required{background-color:#ccfbf1b3}.required\:bg-teal-100\/75:required{background-color:#ccfbf1bf}.required\:bg-teal-100\/80:required{background-color:#ccfbf1cc}.required\:bg-teal-100\/90:required{background-color:#ccfbf1e6}.required\:bg-teal-100\/95:required{background-color:#ccfbf1f2}.required\:bg-teal-100\/100:required{background-color:#ccfbf1}.required\:bg-teal-200\/0:required{background-color:#99f6e400}.required\:bg-teal-200\/5:required{background-color:#99f6e40d}.required\:bg-teal-200\/10:required{background-color:#99f6e41a}.required\:bg-teal-200\/20:required{background-color:#99f6e433}.required\:bg-teal-200\/25:required{background-color:#99f6e440}.required\:bg-teal-200\/30:required{background-color:#99f6e44d}.required\:bg-teal-200\/40:required{background-color:#99f6e466}.required\:bg-teal-200\/50:required{background-color:#99f6e480}.required\:bg-teal-200\/60:required{background-color:#99f6e499}.required\:bg-teal-200\/70:required{background-color:#99f6e4b3}.required\:bg-teal-200\/75:required{background-color:#99f6e4bf}.required\:bg-teal-200\/80:required{background-color:#99f6e4cc}.required\:bg-teal-200\/90:required{background-color:#99f6e4e6}.required\:bg-teal-200\/95:required{background-color:#99f6e4f2}.required\:bg-teal-200\/100:required{background-color:#99f6e4}.required\:bg-teal-300\/0:required{background-color:#5eead400}.required\:bg-teal-300\/5:required{background-color:#5eead40d}.required\:bg-teal-300\/10:required{background-color:#5eead41a}.required\:bg-teal-300\/20:required{background-color:#5eead433}.required\:bg-teal-300\/25:required{background-color:#5eead440}.required\:bg-teal-300\/30:required{background-color:#5eead44d}.required\:bg-teal-300\/40:required{background-color:#5eead466}.required\:bg-teal-300\/50:required{background-color:#5eead480}.required\:bg-teal-300\/60:required{background-color:#5eead499}.required\:bg-teal-300\/70:required{background-color:#5eead4b3}.required\:bg-teal-300\/75:required{background-color:#5eead4bf}.required\:bg-teal-300\/80:required{background-color:#5eead4cc}.required\:bg-teal-300\/90:required{background-color:#5eead4e6}.required\:bg-teal-300\/95:required{background-color:#5eead4f2}.required\:bg-teal-300\/100:required{background-color:#5eead4}.required\:bg-teal-400\/0:required{background-color:#2dd4bf00}.required\:bg-teal-400\/5:required{background-color:#2dd4bf0d}.required\:bg-teal-400\/10:required{background-color:#2dd4bf1a}.required\:bg-teal-400\/20:required{background-color:#2dd4bf33}.required\:bg-teal-400\/25:required{background-color:#2dd4bf40}.required\:bg-teal-400\/30:required{background-color:#2dd4bf4d}.required\:bg-teal-400\/40:required{background-color:#2dd4bf66}.required\:bg-teal-400\/50:required{background-color:#2dd4bf80}.required\:bg-teal-400\/60:required{background-color:#2dd4bf99}.required\:bg-teal-400\/70:required{background-color:#2dd4bfb3}.required\:bg-teal-400\/75:required{background-color:#2dd4bfbf}.required\:bg-teal-400\/80:required{background-color:#2dd4bfcc}.required\:bg-teal-400\/90:required{background-color:#2dd4bfe6}.required\:bg-teal-400\/95:required{background-color:#2dd4bff2}.required\:bg-teal-400\/100:required{background-color:#2dd4bf}.required\:bg-teal-500\/0:required{background-color:#14b8a600}.required\:bg-teal-500\/5:required{background-color:#14b8a60d}.required\:bg-teal-500\/10:required{background-color:#14b8a61a}.required\:bg-teal-500\/20:required{background-color:#14b8a633}.required\:bg-teal-500\/25:required{background-color:#14b8a640}.required\:bg-teal-500\/30:required{background-color:#14b8a64d}.required\:bg-teal-500\/40:required{background-color:#14b8a666}.required\:bg-teal-500\/50:required{background-color:#14b8a680}.required\:bg-teal-500\/60:required{background-color:#14b8a699}.required\:bg-teal-500\/70:required{background-color:#14b8a6b3}.required\:bg-teal-500\/75:required{background-color:#14b8a6bf}.required\:bg-teal-500\/80:required{background-color:#14b8a6cc}.required\:bg-teal-500\/90:required{background-color:#14b8a6e6}.required\:bg-teal-500\/95:required{background-color:#14b8a6f2}.required\:bg-teal-500\/100:required{background-color:#14b8a6}.required\:bg-teal-600\/0:required{background-color:#0d948800}.required\:bg-teal-600\/5:required{background-color:#0d94880d}.required\:bg-teal-600\/10:required{background-color:#0d94881a}.required\:bg-teal-600\/20:required{background-color:#0d948833}.required\:bg-teal-600\/25:required{background-color:#0d948840}.required\:bg-teal-600\/30:required{background-color:#0d94884d}.required\:bg-teal-600\/40:required{background-color:#0d948866}.required\:bg-teal-600\/50:required{background-color:#0d948880}.required\:bg-teal-600\/60:required{background-color:#0d948899}.required\:bg-teal-600\/70:required{background-color:#0d9488b3}.required\:bg-teal-600\/75:required{background-color:#0d9488bf}.required\:bg-teal-600\/80:required{background-color:#0d9488cc}.required\:bg-teal-600\/90:required{background-color:#0d9488e6}.required\:bg-teal-600\/95:required{background-color:#0d9488f2}.required\:bg-teal-600\/100:required{background-color:#0d9488}.required\:bg-teal-700\/0:required{background-color:#0f766e00}.required\:bg-teal-700\/5:required{background-color:#0f766e0d}.required\:bg-teal-700\/10:required{background-color:#0f766e1a}.required\:bg-teal-700\/20:required{background-color:#0f766e33}.required\:bg-teal-700\/25:required{background-color:#0f766e40}.required\:bg-teal-700\/30:required{background-color:#0f766e4d}.required\:bg-teal-700\/40:required{background-color:#0f766e66}.required\:bg-teal-700\/50:required{background-color:#0f766e80}.required\:bg-teal-700\/60:required{background-color:#0f766e99}.required\:bg-teal-700\/70:required{background-color:#0f766eb3}.required\:bg-teal-700\/75:required{background-color:#0f766ebf}.required\:bg-teal-700\/80:required{background-color:#0f766ecc}.required\:bg-teal-700\/90:required{background-color:#0f766ee6}.required\:bg-teal-700\/95:required{background-color:#0f766ef2}.required\:bg-teal-700\/100:required{background-color:#0f766e}.required\:bg-teal-800\/0:required{background-color:#115e5900}.required\:bg-teal-800\/5:required{background-color:#115e590d}.required\:bg-teal-800\/10:required{background-color:#115e591a}.required\:bg-teal-800\/20:required{background-color:#115e5933}.required\:bg-teal-800\/25:required{background-color:#115e5940}.required\:bg-teal-800\/30:required{background-color:#115e594d}.required\:bg-teal-800\/40:required{background-color:#115e5966}.required\:bg-teal-800\/50:required{background-color:#115e5980}.required\:bg-teal-800\/60:required{background-color:#115e5999}.required\:bg-teal-800\/70:required{background-color:#115e59b3}.required\:bg-teal-800\/75:required{background-color:#115e59bf}.required\:bg-teal-800\/80:required{background-color:#115e59cc}.required\:bg-teal-800\/90:required{background-color:#115e59e6}.required\:bg-teal-800\/95:required{background-color:#115e59f2}.required\:bg-teal-800\/100:required{background-color:#115e59}.required\:bg-teal-900\/0:required{background-color:#134e4a00}.required\:bg-teal-900\/5:required{background-color:#134e4a0d}.required\:bg-teal-900\/10:required{background-color:#134e4a1a}.required\:bg-teal-900\/20:required{background-color:#134e4a33}.required\:bg-teal-900\/25:required{background-color:#134e4a40}.required\:bg-teal-900\/30:required{background-color:#134e4a4d}.required\:bg-teal-900\/40:required{background-color:#134e4a66}.required\:bg-teal-900\/50:required{background-color:#134e4a80}.required\:bg-teal-900\/60:required{background-color:#134e4a99}.required\:bg-teal-900\/70:required{background-color:#134e4ab3}.required\:bg-teal-900\/75:required{background-color:#134e4abf}.required\:bg-teal-900\/80:required{background-color:#134e4acc}.required\:bg-teal-900\/90:required{background-color:#134e4ae6}.required\:bg-teal-900\/95:required{background-color:#134e4af2}.required\:bg-teal-900\/100:required{background-color:#134e4a}.required\:bg-sky-50\/0:required{background-color:#f0f9ff00}.required\:bg-sky-50\/5:required{background-color:#f0f9ff0d}.required\:bg-sky-50\/10:required{background-color:#f0f9ff1a}.required\:bg-sky-50\/20:required{background-color:#f0f9ff33}.required\:bg-sky-50\/25:required{background-color:#f0f9ff40}.required\:bg-sky-50\/30:required{background-color:#f0f9ff4d}.required\:bg-sky-50\/40:required{background-color:#f0f9ff66}.required\:bg-sky-50\/50:required{background-color:#f0f9ff80}.required\:bg-sky-50\/60:required{background-color:#f0f9ff99}.required\:bg-sky-50\/70:required{background-color:#f0f9ffb3}.required\:bg-sky-50\/75:required{background-color:#f0f9ffbf}.required\:bg-sky-50\/80:required{background-color:#f0f9ffcc}.required\:bg-sky-50\/90:required{background-color:#f0f9ffe6}.required\:bg-sky-50\/95:required{background-color:#f0f9fff2}.required\:bg-sky-50\/100:required{background-color:#f0f9ff}.required\:bg-sky-100\/0:required{background-color:#e0f2fe00}.required\:bg-sky-100\/5:required{background-color:#e0f2fe0d}.required\:bg-sky-100\/10:required{background-color:#e0f2fe1a}.required\:bg-sky-100\/20:required{background-color:#e0f2fe33}.required\:bg-sky-100\/25:required{background-color:#e0f2fe40}.required\:bg-sky-100\/30:required{background-color:#e0f2fe4d}.required\:bg-sky-100\/40:required{background-color:#e0f2fe66}.required\:bg-sky-100\/50:required{background-color:#e0f2fe80}.required\:bg-sky-100\/60:required{background-color:#e0f2fe99}.required\:bg-sky-100\/70:required{background-color:#e0f2feb3}.required\:bg-sky-100\/75:required{background-color:#e0f2febf}.required\:bg-sky-100\/80:required{background-color:#e0f2fecc}.required\:bg-sky-100\/90:required{background-color:#e0f2fee6}.required\:bg-sky-100\/95:required{background-color:#e0f2fef2}.required\:bg-sky-100\/100:required{background-color:#e0f2fe}.required\:bg-sky-200\/0:required{background-color:#bae6fd00}.required\:bg-sky-200\/5:required{background-color:#bae6fd0d}.required\:bg-sky-200\/10:required{background-color:#bae6fd1a}.required\:bg-sky-200\/20:required{background-color:#bae6fd33}.required\:bg-sky-200\/25:required{background-color:#bae6fd40}.required\:bg-sky-200\/30:required{background-color:#bae6fd4d}.required\:bg-sky-200\/40:required{background-color:#bae6fd66}.required\:bg-sky-200\/50:required{background-color:#bae6fd80}.required\:bg-sky-200\/60:required{background-color:#bae6fd99}.required\:bg-sky-200\/70:required{background-color:#bae6fdb3}.required\:bg-sky-200\/75:required{background-color:#bae6fdbf}.required\:bg-sky-200\/80:required{background-color:#bae6fdcc}.required\:bg-sky-200\/90:required{background-color:#bae6fde6}.required\:bg-sky-200\/95:required{background-color:#bae6fdf2}.required\:bg-sky-200\/100:required{background-color:#bae6fd}.required\:bg-sky-300\/0:required{background-color:#7dd3fc00}.required\:bg-sky-300\/5:required{background-color:#7dd3fc0d}.required\:bg-sky-300\/10:required{background-color:#7dd3fc1a}.required\:bg-sky-300\/20:required{background-color:#7dd3fc33}.required\:bg-sky-300\/25:required{background-color:#7dd3fc40}.required\:bg-sky-300\/30:required{background-color:#7dd3fc4d}.required\:bg-sky-300\/40:required{background-color:#7dd3fc66}.required\:bg-sky-300\/50:required{background-color:#7dd3fc80}.required\:bg-sky-300\/60:required{background-color:#7dd3fc99}.required\:bg-sky-300\/70:required{background-color:#7dd3fcb3}.required\:bg-sky-300\/75:required{background-color:#7dd3fcbf}.required\:bg-sky-300\/80:required{background-color:#7dd3fccc}.required\:bg-sky-300\/90:required{background-color:#7dd3fce6}.required\:bg-sky-300\/95:required{background-color:#7dd3fcf2}.required\:bg-sky-300\/100:required{background-color:#7dd3fc}.required\:bg-sky-400\/0:required{background-color:#38bdf800}.required\:bg-sky-400\/5:required{background-color:#38bdf80d}.required\:bg-sky-400\/10:required{background-color:#38bdf81a}.required\:bg-sky-400\/20:required{background-color:#38bdf833}.required\:bg-sky-400\/25:required{background-color:#38bdf840}.required\:bg-sky-400\/30:required{background-color:#38bdf84d}.required\:bg-sky-400\/40:required{background-color:#38bdf866}.required\:bg-sky-400\/50:required{background-color:#38bdf880}.required\:bg-sky-400\/60:required{background-color:#38bdf899}.required\:bg-sky-400\/70:required{background-color:#38bdf8b3}.required\:bg-sky-400\/75:required{background-color:#38bdf8bf}.required\:bg-sky-400\/80:required{background-color:#38bdf8cc}.required\:bg-sky-400\/90:required{background-color:#38bdf8e6}.required\:bg-sky-400\/95:required{background-color:#38bdf8f2}.required\:bg-sky-400\/100:required{background-color:#38bdf8}.required\:bg-sky-500\/0:required{background-color:#0ea5e900}.required\:bg-sky-500\/5:required{background-color:#0ea5e90d}.required\:bg-sky-500\/10:required{background-color:#0ea5e91a}.required\:bg-sky-500\/20:required{background-color:#0ea5e933}.required\:bg-sky-500\/25:required{background-color:#0ea5e940}.required\:bg-sky-500\/30:required{background-color:#0ea5e94d}.required\:bg-sky-500\/40:required{background-color:#0ea5e966}.required\:bg-sky-500\/50:required{background-color:#0ea5e980}.required\:bg-sky-500\/60:required{background-color:#0ea5e999}.required\:bg-sky-500\/70:required{background-color:#0ea5e9b3}.required\:bg-sky-500\/75:required{background-color:#0ea5e9bf}.required\:bg-sky-500\/80:required{background-color:#0ea5e9cc}.required\:bg-sky-500\/90:required{background-color:#0ea5e9e6}.required\:bg-sky-500\/95:required{background-color:#0ea5e9f2}.required\:bg-sky-500\/100:required{background-color:#0ea5e9}.required\:bg-sky-600\/0:required{background-color:#0284c700}.required\:bg-sky-600\/5:required{background-color:#0284c70d}.required\:bg-sky-600\/10:required{background-color:#0284c71a}.required\:bg-sky-600\/20:required{background-color:#0284c733}.required\:bg-sky-600\/25:required{background-color:#0284c740}.required\:bg-sky-600\/30:required{background-color:#0284c74d}.required\:bg-sky-600\/40:required{background-color:#0284c766}.required\:bg-sky-600\/50:required{background-color:#0284c780}.required\:bg-sky-600\/60:required{background-color:#0284c799}.required\:bg-sky-600\/70:required{background-color:#0284c7b3}.required\:bg-sky-600\/75:required{background-color:#0284c7bf}.required\:bg-sky-600\/80:required{background-color:#0284c7cc}.required\:bg-sky-600\/90:required{background-color:#0284c7e6}.required\:bg-sky-600\/95:required{background-color:#0284c7f2}.required\:bg-sky-600\/100:required{background-color:#0284c7}.required\:bg-sky-700\/0:required{background-color:#0369a100}.required\:bg-sky-700\/5:required{background-color:#0369a10d}.required\:bg-sky-700\/10:required{background-color:#0369a11a}.required\:bg-sky-700\/20:required{background-color:#0369a133}.required\:bg-sky-700\/25:required{background-color:#0369a140}.required\:bg-sky-700\/30:required{background-color:#0369a14d}.required\:bg-sky-700\/40:required{background-color:#0369a166}.required\:bg-sky-700\/50:required{background-color:#0369a180}.required\:bg-sky-700\/60:required{background-color:#0369a199}.required\:bg-sky-700\/70:required{background-color:#0369a1b3}.required\:bg-sky-700\/75:required{background-color:#0369a1bf}.required\:bg-sky-700\/80:required{background-color:#0369a1cc}.required\:bg-sky-700\/90:required{background-color:#0369a1e6}.required\:bg-sky-700\/95:required{background-color:#0369a1f2}.required\:bg-sky-700\/100:required{background-color:#0369a1}.required\:bg-sky-800\/0:required{background-color:#07598500}.required\:bg-sky-800\/5:required{background-color:#0759850d}.required\:bg-sky-800\/10:required{background-color:#0759851a}.required\:bg-sky-800\/20:required{background-color:#07598533}.required\:bg-sky-800\/25:required{background-color:#07598540}.required\:bg-sky-800\/30:required{background-color:#0759854d}.required\:bg-sky-800\/40:required{background-color:#07598566}.required\:bg-sky-800\/50:required{background-color:#07598580}.required\:bg-sky-800\/60:required{background-color:#07598599}.required\:bg-sky-800\/70:required{background-color:#075985b3}.required\:bg-sky-800\/75:required{background-color:#075985bf}.required\:bg-sky-800\/80:required{background-color:#075985cc}.required\:bg-sky-800\/90:required{background-color:#075985e6}.required\:bg-sky-800\/95:required{background-color:#075985f2}.required\:bg-sky-800\/100:required{background-color:#075985}.required\:bg-sky-900\/0:required{background-color:#0c4a6e00}.required\:bg-sky-900\/5:required{background-color:#0c4a6e0d}.required\:bg-sky-900\/10:required{background-color:#0c4a6e1a}.required\:bg-sky-900\/20:required{background-color:#0c4a6e33}.required\:bg-sky-900\/25:required{background-color:#0c4a6e40}.required\:bg-sky-900\/30:required{background-color:#0c4a6e4d}.required\:bg-sky-900\/40:required{background-color:#0c4a6e66}.required\:bg-sky-900\/50:required{background-color:#0c4a6e80}.required\:bg-sky-900\/60:required{background-color:#0c4a6e99}.required\:bg-sky-900\/70:required{background-color:#0c4a6eb3}.required\:bg-sky-900\/75:required{background-color:#0c4a6ebf}.required\:bg-sky-900\/80:required{background-color:#0c4a6ecc}.required\:bg-sky-900\/90:required{background-color:#0c4a6ee6}.required\:bg-sky-900\/95:required{background-color:#0c4a6ef2}.required\:bg-sky-900\/100:required{background-color:#0c4a6e}.required\:bg-blue-50\/0:required{background-color:#eff6ff00}.required\:bg-blue-50\/5:required{background-color:#eff6ff0d}.required\:bg-blue-50\/10:required{background-color:#eff6ff1a}.required\:bg-blue-50\/20:required{background-color:#eff6ff33}.required\:bg-blue-50\/25:required{background-color:#eff6ff40}.required\:bg-blue-50\/30:required{background-color:#eff6ff4d}.required\:bg-blue-50\/40:required{background-color:#eff6ff66}.required\:bg-blue-50\/50:required{background-color:#eff6ff80}.required\:bg-blue-50\/60:required{background-color:#eff6ff99}.required\:bg-blue-50\/70:required{background-color:#eff6ffb3}.required\:bg-blue-50\/75:required{background-color:#eff6ffbf}.required\:bg-blue-50\/80:required{background-color:#eff6ffcc}.required\:bg-blue-50\/90:required{background-color:#eff6ffe6}.required\:bg-blue-50\/95:required{background-color:#eff6fff2}.required\:bg-blue-50\/100:required{background-color:#eff6ff}.required\:bg-blue-100\/0:required{background-color:#f2f3fd00}.required\:bg-blue-100\/5:required{background-color:#f2f3fd0d}.required\:bg-blue-100\/10:required{background-color:#f2f3fd1a}.required\:bg-blue-100\/20:required{background-color:#f2f3fd33}.required\:bg-blue-100\/25:required{background-color:#f2f3fd40}.required\:bg-blue-100\/30:required{background-color:#f2f3fd4d}.required\:bg-blue-100\/40:required{background-color:#f2f3fd66}.required\:bg-blue-100\/50:required{background-color:#f2f3fd80}.required\:bg-blue-100\/60:required{background-color:#f2f3fd99}.required\:bg-blue-100\/70:required{background-color:#f2f3fdb3}.required\:bg-blue-100\/75:required{background-color:#f2f3fdbf}.required\:bg-blue-100\/80:required{background-color:#f2f3fdcc}.required\:bg-blue-100\/90:required{background-color:#f2f3fde6}.required\:bg-blue-100\/95:required{background-color:#f2f3fdf2}.required\:bg-blue-100\/100:required{background-color:#f2f3fd}.required\:bg-blue-200\/0:required{background-color:#e4e8fb00}.required\:bg-blue-200\/5:required{background-color:#e4e8fb0d}.required\:bg-blue-200\/10:required{background-color:#e4e8fb1a}.required\:bg-blue-200\/20:required{background-color:#e4e8fb33}.required\:bg-blue-200\/25:required{background-color:#e4e8fb40}.required\:bg-blue-200\/30:required{background-color:#e4e8fb4d}.required\:bg-blue-200\/40:required{background-color:#e4e8fb66}.required\:bg-blue-200\/50:required{background-color:#e4e8fb80}.required\:bg-blue-200\/60:required{background-color:#e4e8fb99}.required\:bg-blue-200\/70:required{background-color:#e4e8fbb3}.required\:bg-blue-200\/75:required{background-color:#e4e8fbbf}.required\:bg-blue-200\/80:required{background-color:#e4e8fbcc}.required\:bg-blue-200\/90:required{background-color:#e4e8fbe6}.required\:bg-blue-200\/95:required{background-color:#e4e8fbf2}.required\:bg-blue-200\/100:required{background-color:#e4e8fb}.required\:bg-blue-300\/0:required{background-color:#c6cff700}.required\:bg-blue-300\/5:required{background-color:#c6cff70d}.required\:bg-blue-300\/10:required{background-color:#c6cff71a}.required\:bg-blue-300\/20:required{background-color:#c6cff733}.required\:bg-blue-300\/25:required{background-color:#c6cff740}.required\:bg-blue-300\/30:required{background-color:#c6cff74d}.required\:bg-blue-300\/40:required{background-color:#c6cff766}.required\:bg-blue-300\/50:required{background-color:#c6cff780}.required\:bg-blue-300\/60:required{background-color:#c6cff799}.required\:bg-blue-300\/70:required{background-color:#c6cff7b3}.required\:bg-blue-300\/75:required{background-color:#c6cff7bf}.required\:bg-blue-300\/80:required{background-color:#c6cff7cc}.required\:bg-blue-300\/90:required{background-color:#c6cff7e6}.required\:bg-blue-300\/95:required{background-color:#c6cff7f2}.required\:bg-blue-300\/100:required{background-color:#c6cff7}.required\:bg-blue-400\/0:required{background-color:#a3b2f300}.required\:bg-blue-400\/5:required{background-color:#a3b2f30d}.required\:bg-blue-400\/10:required{background-color:#a3b2f31a}.required\:bg-blue-400\/20:required{background-color:#a3b2f333}.required\:bg-blue-400\/25:required{background-color:#a3b2f340}.required\:bg-blue-400\/30:required{background-color:#a3b2f34d}.required\:bg-blue-400\/40:required{background-color:#a3b2f366}.required\:bg-blue-400\/50:required{background-color:#a3b2f380}.required\:bg-blue-400\/60:required{background-color:#a3b2f399}.required\:bg-blue-400\/70:required{background-color:#a3b2f3b3}.required\:bg-blue-400\/75:required{background-color:#a3b2f3bf}.required\:bg-blue-400\/80:required{background-color:#a3b2f3cc}.required\:bg-blue-400\/90:required{background-color:#a3b2f3e6}.required\:bg-blue-400\/95:required{background-color:#a3b2f3f2}.required\:bg-blue-400\/100:required{background-color:#a3b2f3}.required\:bg-blue-500\/0:required{background-color:#7690ef00}.required\:bg-blue-500\/5:required{background-color:#7690ef0d}.required\:bg-blue-500\/10:required{background-color:#7690ef1a}.required\:bg-blue-500\/20:required{background-color:#7690ef33}.required\:bg-blue-500\/25:required{background-color:#7690ef40}.required\:bg-blue-500\/30:required{background-color:#7690ef4d}.required\:bg-blue-500\/40:required{background-color:#7690ef66}.required\:bg-blue-500\/50:required{background-color:#7690ef80}.required\:bg-blue-500\/60:required{background-color:#7690ef99}.required\:bg-blue-500\/70:required{background-color:#7690efb3}.required\:bg-blue-500\/75:required{background-color:#7690efbf}.required\:bg-blue-500\/80:required{background-color:#7690efcc}.required\:bg-blue-500\/90:required{background-color:#7690efe6}.required\:bg-blue-500\/95:required{background-color:#7690eff2}.required\:bg-blue-500\/100:required{background-color:#7690ef}.required\:bg-blue-600\/0:required{background-color:#2563eb00}.required\:bg-blue-600\/5:required{background-color:#2563eb0d}.required\:bg-blue-600\/10:required{background-color:#2563eb1a}.required\:bg-blue-600\/20:required{background-color:#2563eb33}.required\:bg-blue-600\/25:required{background-color:#2563eb40}.required\:bg-blue-600\/30:required{background-color:#2563eb4d}.required\:bg-blue-600\/40:required{background-color:#2563eb66}.required\:bg-blue-600\/50:required{background-color:#2563eb80}.required\:bg-blue-600\/60:required{background-color:#2563eb99}.required\:bg-blue-600\/70:required{background-color:#2563ebb3}.required\:bg-blue-600\/75:required{background-color:#2563ebbf}.required\:bg-blue-600\/80:required{background-color:#2563ebcc}.required\:bg-blue-600\/90:required{background-color:#2563ebe6}.required\:bg-blue-600\/95:required{background-color:#2563ebf2}.required\:bg-blue-600\/100:required{background-color:#2563eb}.required\:bg-blue-700\/0:required{background-color:#2158d200}.required\:bg-blue-700\/5:required{background-color:#2158d20d}.required\:bg-blue-700\/10:required{background-color:#2158d21a}.required\:bg-blue-700\/20:required{background-color:#2158d233}.required\:bg-blue-700\/25:required{background-color:#2158d240}.required\:bg-blue-700\/30:required{background-color:#2158d24d}.required\:bg-blue-700\/40:required{background-color:#2158d266}.required\:bg-blue-700\/50:required{background-color:#2158d280}.required\:bg-blue-700\/60:required{background-color:#2158d299}.required\:bg-blue-700\/70:required{background-color:#2158d2b3}.required\:bg-blue-700\/75:required{background-color:#2158d2bf}.required\:bg-blue-700\/80:required{background-color:#2158d2cc}.required\:bg-blue-700\/90:required{background-color:#2158d2e6}.required\:bg-blue-700\/95:required{background-color:#2158d2f2}.required\:bg-blue-700\/100:required{background-color:#2158d2}.required\:bg-blue-800\/0:required{background-color:#1c4cb600}.required\:bg-blue-800\/5:required{background-color:#1c4cb60d}.required\:bg-blue-800\/10:required{background-color:#1c4cb61a}.required\:bg-blue-800\/20:required{background-color:#1c4cb633}.required\:bg-blue-800\/25:required{background-color:#1c4cb640}.required\:bg-blue-800\/30:required{background-color:#1c4cb64d}.required\:bg-blue-800\/40:required{background-color:#1c4cb666}.required\:bg-blue-800\/50:required{background-color:#1c4cb680}.required\:bg-blue-800\/60:required{background-color:#1c4cb699}.required\:bg-blue-800\/70:required{background-color:#1c4cb6b3}.required\:bg-blue-800\/75:required{background-color:#1c4cb6bf}.required\:bg-blue-800\/80:required{background-color:#1c4cb6cc}.required\:bg-blue-800\/90:required{background-color:#1c4cb6e6}.required\:bg-blue-800\/95:required{background-color:#1c4cb6f2}.required\:bg-blue-800\/100:required{background-color:#1c4cb6}.required\:bg-blue-900\/0:required{background-color:#173e9400}.required\:bg-blue-900\/5:required{background-color:#173e940d}.required\:bg-blue-900\/10:required{background-color:#173e941a}.required\:bg-blue-900\/20:required{background-color:#173e9433}.required\:bg-blue-900\/25:required{background-color:#173e9440}.required\:bg-blue-900\/30:required{background-color:#173e944d}.required\:bg-blue-900\/40:required{background-color:#173e9466}.required\:bg-blue-900\/50:required{background-color:#173e9480}.required\:bg-blue-900\/60:required{background-color:#173e9499}.required\:bg-blue-900\/70:required{background-color:#173e94b3}.required\:bg-blue-900\/75:required{background-color:#173e94bf}.required\:bg-blue-900\/80:required{background-color:#173e94cc}.required\:bg-blue-900\/90:required{background-color:#173e94e6}.required\:bg-blue-900\/95:required{background-color:#173e94f2}.required\:bg-blue-900\/100:required{background-color:#173e94}.required\:bg-indigo-50\/0:required{background-color:#eef2ff00}.required\:bg-indigo-50\/5:required{background-color:#eef2ff0d}.required\:bg-indigo-50\/10:required{background-color:#eef2ff1a}.required\:bg-indigo-50\/20:required{background-color:#eef2ff33}.required\:bg-indigo-50\/25:required{background-color:#eef2ff40}.required\:bg-indigo-50\/30:required{background-color:#eef2ff4d}.required\:bg-indigo-50\/40:required{background-color:#eef2ff66}.required\:bg-indigo-50\/50:required{background-color:#eef2ff80}.required\:bg-indigo-50\/60:required{background-color:#eef2ff99}.required\:bg-indigo-50\/70:required{background-color:#eef2ffb3}.required\:bg-indigo-50\/75:required{background-color:#eef2ffbf}.required\:bg-indigo-50\/80:required{background-color:#eef2ffcc}.required\:bg-indigo-50\/90:required{background-color:#eef2ffe6}.required\:bg-indigo-50\/95:required{background-color:#eef2fff2}.required\:bg-indigo-50\/100:required{background-color:#eef2ff}.required\:bg-indigo-100\/0:required{background-color:#e0e7ff00}.required\:bg-indigo-100\/5:required{background-color:#e0e7ff0d}.required\:bg-indigo-100\/10:required{background-color:#e0e7ff1a}.required\:bg-indigo-100\/20:required{background-color:#e0e7ff33}.required\:bg-indigo-100\/25:required{background-color:#e0e7ff40}.required\:bg-indigo-100\/30:required{background-color:#e0e7ff4d}.required\:bg-indigo-100\/40:required{background-color:#e0e7ff66}.required\:bg-indigo-100\/50:required{background-color:#e0e7ff80}.required\:bg-indigo-100\/60:required{background-color:#e0e7ff99}.required\:bg-indigo-100\/70:required{background-color:#e0e7ffb3}.required\:bg-indigo-100\/75:required{background-color:#e0e7ffbf}.required\:bg-indigo-100\/80:required{background-color:#e0e7ffcc}.required\:bg-indigo-100\/90:required{background-color:#e0e7ffe6}.required\:bg-indigo-100\/95:required{background-color:#e0e7fff2}.required\:bg-indigo-100\/100:required{background-color:#e0e7ff}.required\:bg-indigo-200\/0:required{background-color:#c7d2fe00}.required\:bg-indigo-200\/5:required{background-color:#c7d2fe0d}.required\:bg-indigo-200\/10:required{background-color:#c7d2fe1a}.required\:bg-indigo-200\/20:required{background-color:#c7d2fe33}.required\:bg-indigo-200\/25:required{background-color:#c7d2fe40}.required\:bg-indigo-200\/30:required{background-color:#c7d2fe4d}.required\:bg-indigo-200\/40:required{background-color:#c7d2fe66}.required\:bg-indigo-200\/50:required{background-color:#c7d2fe80}.required\:bg-indigo-200\/60:required{background-color:#c7d2fe99}.required\:bg-indigo-200\/70:required{background-color:#c7d2feb3}.required\:bg-indigo-200\/75:required{background-color:#c7d2febf}.required\:bg-indigo-200\/80:required{background-color:#c7d2fecc}.required\:bg-indigo-200\/90:required{background-color:#c7d2fee6}.required\:bg-indigo-200\/95:required{background-color:#c7d2fef2}.required\:bg-indigo-200\/100:required{background-color:#c7d2fe}.required\:bg-indigo-300\/0:required{background-color:#a5b4fc00}.required\:bg-indigo-300\/5:required{background-color:#a5b4fc0d}.required\:bg-indigo-300\/10:required{background-color:#a5b4fc1a}.required\:bg-indigo-300\/20:required{background-color:#a5b4fc33}.required\:bg-indigo-300\/25:required{background-color:#a5b4fc40}.required\:bg-indigo-300\/30:required{background-color:#a5b4fc4d}.required\:bg-indigo-300\/40:required{background-color:#a5b4fc66}.required\:bg-indigo-300\/50:required{background-color:#a5b4fc80}.required\:bg-indigo-300\/60:required{background-color:#a5b4fc99}.required\:bg-indigo-300\/70:required{background-color:#a5b4fcb3}.required\:bg-indigo-300\/75:required{background-color:#a5b4fcbf}.required\:bg-indigo-300\/80:required{background-color:#a5b4fccc}.required\:bg-indigo-300\/90:required{background-color:#a5b4fce6}.required\:bg-indigo-300\/95:required{background-color:#a5b4fcf2}.required\:bg-indigo-300\/100:required{background-color:#a5b4fc}.required\:bg-indigo-400\/0:required{background-color:#818cf800}.required\:bg-indigo-400\/5:required{background-color:#818cf80d}.required\:bg-indigo-400\/10:required{background-color:#818cf81a}.required\:bg-indigo-400\/20:required{background-color:#818cf833}.required\:bg-indigo-400\/25:required{background-color:#818cf840}.required\:bg-indigo-400\/30:required{background-color:#818cf84d}.required\:bg-indigo-400\/40:required{background-color:#818cf866}.required\:bg-indigo-400\/50:required{background-color:#818cf880}.required\:bg-indigo-400\/60:required{background-color:#818cf899}.required\:bg-indigo-400\/70:required{background-color:#818cf8b3}.required\:bg-indigo-400\/75:required{background-color:#818cf8bf}.required\:bg-indigo-400\/80:required{background-color:#818cf8cc}.required\:bg-indigo-400\/90:required{background-color:#818cf8e6}.required\:bg-indigo-400\/95:required{background-color:#818cf8f2}.required\:bg-indigo-400\/100:required{background-color:#818cf8}.required\:bg-indigo-500\/0:required{background-color:#6366f100}.required\:bg-indigo-500\/5:required{background-color:#6366f10d}.required\:bg-indigo-500\/10:required{background-color:#6366f11a}.required\:bg-indigo-500\/20:required{background-color:#6366f133}.required\:bg-indigo-500\/25:required{background-color:#6366f140}.required\:bg-indigo-500\/30:required{background-color:#6366f14d}.required\:bg-indigo-500\/40:required{background-color:#6366f166}.required\:bg-indigo-500\/50:required{background-color:#6366f180}.required\:bg-indigo-500\/60:required{background-color:#6366f199}.required\:bg-indigo-500\/70:required{background-color:#6366f1b3}.required\:bg-indigo-500\/75:required{background-color:#6366f1bf}.required\:bg-indigo-500\/80:required{background-color:#6366f1cc}.required\:bg-indigo-500\/90:required{background-color:#6366f1e6}.required\:bg-indigo-500\/95:required{background-color:#6366f1f2}.required\:bg-indigo-500\/100:required{background-color:#6366f1}.required\:bg-indigo-600\/0:required{background-color:#4f46e500}.required\:bg-indigo-600\/5:required{background-color:#4f46e50d}.required\:bg-indigo-600\/10:required{background-color:#4f46e51a}.required\:bg-indigo-600\/20:required{background-color:#4f46e533}.required\:bg-indigo-600\/25:required{background-color:#4f46e540}.required\:bg-indigo-600\/30:required{background-color:#4f46e54d}.required\:bg-indigo-600\/40:required{background-color:#4f46e566}.required\:bg-indigo-600\/50:required{background-color:#4f46e580}.required\:bg-indigo-600\/60:required{background-color:#4f46e599}.required\:bg-indigo-600\/70:required{background-color:#4f46e5b3}.required\:bg-indigo-600\/75:required{background-color:#4f46e5bf}.required\:bg-indigo-600\/80:required{background-color:#4f46e5cc}.required\:bg-indigo-600\/90:required{background-color:#4f46e5e6}.required\:bg-indigo-600\/95:required{background-color:#4f46e5f2}.required\:bg-indigo-600\/100:required{background-color:#4f46e5}.required\:bg-indigo-700\/0:required{background-color:#4338ca00}.required\:bg-indigo-700\/5:required{background-color:#4338ca0d}.required\:bg-indigo-700\/10:required{background-color:#4338ca1a}.required\:bg-indigo-700\/20:required{background-color:#4338ca33}.required\:bg-indigo-700\/25:required{background-color:#4338ca40}.required\:bg-indigo-700\/30:required{background-color:#4338ca4d}.required\:bg-indigo-700\/40:required{background-color:#4338ca66}.required\:bg-indigo-700\/50:required{background-color:#4338ca80}.required\:bg-indigo-700\/60:required{background-color:#4338ca99}.required\:bg-indigo-700\/70:required{background-color:#4338cab3}.required\:bg-indigo-700\/75:required{background-color:#4338cabf}.required\:bg-indigo-700\/80:required{background-color:#4338cacc}.required\:bg-indigo-700\/90:required{background-color:#4338cae6}.required\:bg-indigo-700\/95:required{background-color:#4338caf2}.required\:bg-indigo-700\/100:required{background-color:#4338ca}.required\:bg-indigo-800\/0:required{background-color:#3730a300}.required\:bg-indigo-800\/5:required{background-color:#3730a30d}.required\:bg-indigo-800\/10:required{background-color:#3730a31a}.required\:bg-indigo-800\/20:required{background-color:#3730a333}.required\:bg-indigo-800\/25:required{background-color:#3730a340}.required\:bg-indigo-800\/30:required{background-color:#3730a34d}.required\:bg-indigo-800\/40:required{background-color:#3730a366}.required\:bg-indigo-800\/50:required{background-color:#3730a380}.required\:bg-indigo-800\/60:required{background-color:#3730a399}.required\:bg-indigo-800\/70:required{background-color:#3730a3b3}.required\:bg-indigo-800\/75:required{background-color:#3730a3bf}.required\:bg-indigo-800\/80:required{background-color:#3730a3cc}.required\:bg-indigo-800\/90:required{background-color:#3730a3e6}.required\:bg-indigo-800\/95:required{background-color:#3730a3f2}.required\:bg-indigo-800\/100:required{background-color:#3730a3}.required\:bg-indigo-900\/0:required{background-color:#312e8100}.required\:bg-indigo-900\/5:required{background-color:#312e810d}.required\:bg-indigo-900\/10:required{background-color:#312e811a}.required\:bg-indigo-900\/20:required{background-color:#312e8133}.required\:bg-indigo-900\/25:required{background-color:#312e8140}.required\:bg-indigo-900\/30:required{background-color:#312e814d}.required\:bg-indigo-900\/40:required{background-color:#312e8166}.required\:bg-indigo-900\/50:required{background-color:#312e8180}.required\:bg-indigo-900\/60:required{background-color:#312e8199}.required\:bg-indigo-900\/70:required{background-color:#312e81b3}.required\:bg-indigo-900\/75:required{background-color:#312e81bf}.required\:bg-indigo-900\/80:required{background-color:#312e81cc}.required\:bg-indigo-900\/90:required{background-color:#312e81e6}.required\:bg-indigo-900\/95:required{background-color:#312e81f2}.required\:bg-indigo-900\/100:required{background-color:#312e81}.required\:bg-violet-50\/0:required{background-color:#f5f3ff00}.required\:bg-violet-50\/5:required{background-color:#f5f3ff0d}.required\:bg-violet-50\/10:required{background-color:#f5f3ff1a}.required\:bg-violet-50\/20:required{background-color:#f5f3ff33}.required\:bg-violet-50\/25:required{background-color:#f5f3ff40}.required\:bg-violet-50\/30:required{background-color:#f5f3ff4d}.required\:bg-violet-50\/40:required{background-color:#f5f3ff66}.required\:bg-violet-50\/50:required{background-color:#f5f3ff80}.required\:bg-violet-50\/60:required{background-color:#f5f3ff99}.required\:bg-violet-50\/70:required{background-color:#f5f3ffb3}.required\:bg-violet-50\/75:required{background-color:#f5f3ffbf}.required\:bg-violet-50\/80:required{background-color:#f5f3ffcc}.required\:bg-violet-50\/90:required{background-color:#f5f3ffe6}.required\:bg-violet-50\/95:required{background-color:#f5f3fff2}.required\:bg-violet-50\/100:required{background-color:#f5f3ff}.required\:bg-violet-100\/0:required{background-color:#ede9fe00}.required\:bg-violet-100\/5:required{background-color:#ede9fe0d}.required\:bg-violet-100\/10:required{background-color:#ede9fe1a}.required\:bg-violet-100\/20:required{background-color:#ede9fe33}.required\:bg-violet-100\/25:required{background-color:#ede9fe40}.required\:bg-violet-100\/30:required{background-color:#ede9fe4d}.required\:bg-violet-100\/40:required{background-color:#ede9fe66}.required\:bg-violet-100\/50:required{background-color:#ede9fe80}.required\:bg-violet-100\/60:required{background-color:#ede9fe99}.required\:bg-violet-100\/70:required{background-color:#ede9feb3}.required\:bg-violet-100\/75:required{background-color:#ede9febf}.required\:bg-violet-100\/80:required{background-color:#ede9fecc}.required\:bg-violet-100\/90:required{background-color:#ede9fee6}.required\:bg-violet-100\/95:required{background-color:#ede9fef2}.required\:bg-violet-100\/100:required{background-color:#ede9fe}.required\:bg-violet-200\/0:required{background-color:#ddd6fe00}.required\:bg-violet-200\/5:required{background-color:#ddd6fe0d}.required\:bg-violet-200\/10:required{background-color:#ddd6fe1a}.required\:bg-violet-200\/20:required{background-color:#ddd6fe33}.required\:bg-violet-200\/25:required{background-color:#ddd6fe40}.required\:bg-violet-200\/30:required{background-color:#ddd6fe4d}.required\:bg-violet-200\/40:required{background-color:#ddd6fe66}.required\:bg-violet-200\/50:required{background-color:#ddd6fe80}.required\:bg-violet-200\/60:required{background-color:#ddd6fe99}.required\:bg-violet-200\/70:required{background-color:#ddd6feb3}.required\:bg-violet-200\/75:required{background-color:#ddd6febf}.required\:bg-violet-200\/80:required{background-color:#ddd6fecc}.required\:bg-violet-200\/90:required{background-color:#ddd6fee6}.required\:bg-violet-200\/95:required{background-color:#ddd6fef2}.required\:bg-violet-200\/100:required{background-color:#ddd6fe}.required\:bg-violet-300\/0:required{background-color:#c4b5fd00}.required\:bg-violet-300\/5:required{background-color:#c4b5fd0d}.required\:bg-violet-300\/10:required{background-color:#c4b5fd1a}.required\:bg-violet-300\/20:required{background-color:#c4b5fd33}.required\:bg-violet-300\/25:required{background-color:#c4b5fd40}.required\:bg-violet-300\/30:required{background-color:#c4b5fd4d}.required\:bg-violet-300\/40:required{background-color:#c4b5fd66}.required\:bg-violet-300\/50:required{background-color:#c4b5fd80}.required\:bg-violet-300\/60:required{background-color:#c4b5fd99}.required\:bg-violet-300\/70:required{background-color:#c4b5fdb3}.required\:bg-violet-300\/75:required{background-color:#c4b5fdbf}.required\:bg-violet-300\/80:required{background-color:#c4b5fdcc}.required\:bg-violet-300\/90:required{background-color:#c4b5fde6}.required\:bg-violet-300\/95:required{background-color:#c4b5fdf2}.required\:bg-violet-300\/100:required{background-color:#c4b5fd}.required\:bg-violet-400\/0:required{background-color:#a78bfa00}.required\:bg-violet-400\/5:required{background-color:#a78bfa0d}.required\:bg-violet-400\/10:required{background-color:#a78bfa1a}.required\:bg-violet-400\/20:required{background-color:#a78bfa33}.required\:bg-violet-400\/25:required{background-color:#a78bfa40}.required\:bg-violet-400\/30:required{background-color:#a78bfa4d}.required\:bg-violet-400\/40:required{background-color:#a78bfa66}.required\:bg-violet-400\/50:required{background-color:#a78bfa80}.required\:bg-violet-400\/60:required{background-color:#a78bfa99}.required\:bg-violet-400\/70:required{background-color:#a78bfab3}.required\:bg-violet-400\/75:required{background-color:#a78bfabf}.required\:bg-violet-400\/80:required{background-color:#a78bfacc}.required\:bg-violet-400\/90:required{background-color:#a78bfae6}.required\:bg-violet-400\/95:required{background-color:#a78bfaf2}.required\:bg-violet-400\/100:required{background-color:#a78bfa}.required\:bg-violet-500\/0:required{background-color:#8b5cf600}.required\:bg-violet-500\/5:required{background-color:#8b5cf60d}.required\:bg-violet-500\/10:required{background-color:#8b5cf61a}.required\:bg-violet-500\/20:required{background-color:#8b5cf633}.required\:bg-violet-500\/25:required{background-color:#8b5cf640}.required\:bg-violet-500\/30:required{background-color:#8b5cf64d}.required\:bg-violet-500\/40:required{background-color:#8b5cf666}.required\:bg-violet-500\/50:required{background-color:#8b5cf680}.required\:bg-violet-500\/60:required{background-color:#8b5cf699}.required\:bg-violet-500\/70:required{background-color:#8b5cf6b3}.required\:bg-violet-500\/75:required{background-color:#8b5cf6bf}.required\:bg-violet-500\/80:required{background-color:#8b5cf6cc}.required\:bg-violet-500\/90:required{background-color:#8b5cf6e6}.required\:bg-violet-500\/95:required{background-color:#8b5cf6f2}.required\:bg-violet-500\/100:required{background-color:#8b5cf6}.required\:bg-violet-600\/0:required{background-color:#7c3aed00}.required\:bg-violet-600\/5:required{background-color:#7c3aed0d}.required\:bg-violet-600\/10:required{background-color:#7c3aed1a}.required\:bg-violet-600\/20:required{background-color:#7c3aed33}.required\:bg-violet-600\/25:required{background-color:#7c3aed40}.required\:bg-violet-600\/30:required{background-color:#7c3aed4d}.required\:bg-violet-600\/40:required{background-color:#7c3aed66}.required\:bg-violet-600\/50:required{background-color:#7c3aed80}.required\:bg-violet-600\/60:required{background-color:#7c3aed99}.required\:bg-violet-600\/70:required{background-color:#7c3aedb3}.required\:bg-violet-600\/75:required{background-color:#7c3aedbf}.required\:bg-violet-600\/80:required{background-color:#7c3aedcc}.required\:bg-violet-600\/90:required{background-color:#7c3aede6}.required\:bg-violet-600\/95:required{background-color:#7c3aedf2}.required\:bg-violet-600\/100:required{background-color:#7c3aed}.required\:bg-violet-700\/0:required{background-color:#6d28d900}.required\:bg-violet-700\/5:required{background-color:#6d28d90d}.required\:bg-violet-700\/10:required{background-color:#6d28d91a}.required\:bg-violet-700\/20:required{background-color:#6d28d933}.required\:bg-violet-700\/25:required{background-color:#6d28d940}.required\:bg-violet-700\/30:required{background-color:#6d28d94d}.required\:bg-violet-700\/40:required{background-color:#6d28d966}.required\:bg-violet-700\/50:required{background-color:#6d28d980}.required\:bg-violet-700\/60:required{background-color:#6d28d999}.required\:bg-violet-700\/70:required{background-color:#6d28d9b3}.required\:bg-violet-700\/75:required{background-color:#6d28d9bf}.required\:bg-violet-700\/80:required{background-color:#6d28d9cc}.required\:bg-violet-700\/90:required{background-color:#6d28d9e6}.required\:bg-violet-700\/95:required{background-color:#6d28d9f2}.required\:bg-violet-700\/100:required{background-color:#6d28d9}.required\:bg-violet-800\/0:required{background-color:#5b21b600}.required\:bg-violet-800\/5:required{background-color:#5b21b60d}.required\:bg-violet-800\/10:required{background-color:#5b21b61a}.required\:bg-violet-800\/20:required{background-color:#5b21b633}.required\:bg-violet-800\/25:required{background-color:#5b21b640}.required\:bg-violet-800\/30:required{background-color:#5b21b64d}.required\:bg-violet-800\/40:required{background-color:#5b21b666}.required\:bg-violet-800\/50:required{background-color:#5b21b680}.required\:bg-violet-800\/60:required{background-color:#5b21b699}.required\:bg-violet-800\/70:required{background-color:#5b21b6b3}.required\:bg-violet-800\/75:required{background-color:#5b21b6bf}.required\:bg-violet-800\/80:required{background-color:#5b21b6cc}.required\:bg-violet-800\/90:required{background-color:#5b21b6e6}.required\:bg-violet-800\/95:required{background-color:#5b21b6f2}.required\:bg-violet-800\/100:required{background-color:#5b21b6}.required\:bg-violet-900\/0:required{background-color:#4c1d9500}.required\:bg-violet-900\/5:required{background-color:#4c1d950d}.required\:bg-violet-900\/10:required{background-color:#4c1d951a}.required\:bg-violet-900\/20:required{background-color:#4c1d9533}.required\:bg-violet-900\/25:required{background-color:#4c1d9540}.required\:bg-violet-900\/30:required{background-color:#4c1d954d}.required\:bg-violet-900\/40:required{background-color:#4c1d9566}.required\:bg-violet-900\/50:required{background-color:#4c1d9580}.required\:bg-violet-900\/60:required{background-color:#4c1d9599}.required\:bg-violet-900\/70:required{background-color:#4c1d95b3}.required\:bg-violet-900\/75:required{background-color:#4c1d95bf}.required\:bg-violet-900\/80:required{background-color:#4c1d95cc}.required\:bg-violet-900\/90:required{background-color:#4c1d95e6}.required\:bg-violet-900\/95:required{background-color:#4c1d95f2}.required\:bg-violet-900\/100:required{background-color:#4c1d95}.required\:bg-fuchsia-50\/0:required{background-color:#fdf4ff00}.required\:bg-fuchsia-50\/5:required{background-color:#fdf4ff0d}.required\:bg-fuchsia-50\/10:required{background-color:#fdf4ff1a}.required\:bg-fuchsia-50\/20:required{background-color:#fdf4ff33}.required\:bg-fuchsia-50\/25:required{background-color:#fdf4ff40}.required\:bg-fuchsia-50\/30:required{background-color:#fdf4ff4d}.required\:bg-fuchsia-50\/40:required{background-color:#fdf4ff66}.required\:bg-fuchsia-50\/50:required{background-color:#fdf4ff80}.required\:bg-fuchsia-50\/60:required{background-color:#fdf4ff99}.required\:bg-fuchsia-50\/70:required{background-color:#fdf4ffb3}.required\:bg-fuchsia-50\/75:required{background-color:#fdf4ffbf}.required\:bg-fuchsia-50\/80:required{background-color:#fdf4ffcc}.required\:bg-fuchsia-50\/90:required{background-color:#fdf4ffe6}.required\:bg-fuchsia-50\/95:required{background-color:#fdf4fff2}.required\:bg-fuchsia-50\/100:required{background-color:#fdf4ff}.required\:bg-fuchsia-100\/0:required{background-color:#fae8ff00}.required\:bg-fuchsia-100\/5:required{background-color:#fae8ff0d}.required\:bg-fuchsia-100\/10:required{background-color:#fae8ff1a}.required\:bg-fuchsia-100\/20:required{background-color:#fae8ff33}.required\:bg-fuchsia-100\/25:required{background-color:#fae8ff40}.required\:bg-fuchsia-100\/30:required{background-color:#fae8ff4d}.required\:bg-fuchsia-100\/40:required{background-color:#fae8ff66}.required\:bg-fuchsia-100\/50:required{background-color:#fae8ff80}.required\:bg-fuchsia-100\/60:required{background-color:#fae8ff99}.required\:bg-fuchsia-100\/70:required{background-color:#fae8ffb3}.required\:bg-fuchsia-100\/75:required{background-color:#fae8ffbf}.required\:bg-fuchsia-100\/80:required{background-color:#fae8ffcc}.required\:bg-fuchsia-100\/90:required{background-color:#fae8ffe6}.required\:bg-fuchsia-100\/95:required{background-color:#fae8fff2}.required\:bg-fuchsia-100\/100:required{background-color:#fae8ff}.required\:bg-fuchsia-200\/0:required{background-color:#f5d0fe00}.required\:bg-fuchsia-200\/5:required{background-color:#f5d0fe0d}.required\:bg-fuchsia-200\/10:required{background-color:#f5d0fe1a}.required\:bg-fuchsia-200\/20:required{background-color:#f5d0fe33}.required\:bg-fuchsia-200\/25:required{background-color:#f5d0fe40}.required\:bg-fuchsia-200\/30:required{background-color:#f5d0fe4d}.required\:bg-fuchsia-200\/40:required{background-color:#f5d0fe66}.required\:bg-fuchsia-200\/50:required{background-color:#f5d0fe80}.required\:bg-fuchsia-200\/60:required{background-color:#f5d0fe99}.required\:bg-fuchsia-200\/70:required{background-color:#f5d0feb3}.required\:bg-fuchsia-200\/75:required{background-color:#f5d0febf}.required\:bg-fuchsia-200\/80:required{background-color:#f5d0fecc}.required\:bg-fuchsia-200\/90:required{background-color:#f5d0fee6}.required\:bg-fuchsia-200\/95:required{background-color:#f5d0fef2}.required\:bg-fuchsia-200\/100:required{background-color:#f5d0fe}.required\:bg-fuchsia-300\/0:required{background-color:#f0abfc00}.required\:bg-fuchsia-300\/5:required{background-color:#f0abfc0d}.required\:bg-fuchsia-300\/10:required{background-color:#f0abfc1a}.required\:bg-fuchsia-300\/20:required{background-color:#f0abfc33}.required\:bg-fuchsia-300\/25:required{background-color:#f0abfc40}.required\:bg-fuchsia-300\/30:required{background-color:#f0abfc4d}.required\:bg-fuchsia-300\/40:required{background-color:#f0abfc66}.required\:bg-fuchsia-300\/50:required{background-color:#f0abfc80}.required\:bg-fuchsia-300\/60:required{background-color:#f0abfc99}.required\:bg-fuchsia-300\/70:required{background-color:#f0abfcb3}.required\:bg-fuchsia-300\/75:required{background-color:#f0abfcbf}.required\:bg-fuchsia-300\/80:required{background-color:#f0abfccc}.required\:bg-fuchsia-300\/90:required{background-color:#f0abfce6}.required\:bg-fuchsia-300\/95:required{background-color:#f0abfcf2}.required\:bg-fuchsia-300\/100:required{background-color:#f0abfc}.required\:bg-fuchsia-400\/0:required{background-color:#e879f900}.required\:bg-fuchsia-400\/5:required{background-color:#e879f90d}.required\:bg-fuchsia-400\/10:required{background-color:#e879f91a}.required\:bg-fuchsia-400\/20:required{background-color:#e879f933}.required\:bg-fuchsia-400\/25:required{background-color:#e879f940}.required\:bg-fuchsia-400\/30:required{background-color:#e879f94d}.required\:bg-fuchsia-400\/40:required{background-color:#e879f966}.required\:bg-fuchsia-400\/50:required{background-color:#e879f980}.required\:bg-fuchsia-400\/60:required{background-color:#e879f999}.required\:bg-fuchsia-400\/70:required{background-color:#e879f9b3}.required\:bg-fuchsia-400\/75:required{background-color:#e879f9bf}.required\:bg-fuchsia-400\/80:required{background-color:#e879f9cc}.required\:bg-fuchsia-400\/90:required{background-color:#e879f9e6}.required\:bg-fuchsia-400\/95:required{background-color:#e879f9f2}.required\:bg-fuchsia-400\/100:required{background-color:#e879f9}.required\:bg-fuchsia-500\/0:required{background-color:#d946ef00}.required\:bg-fuchsia-500\/5:required{background-color:#d946ef0d}.required\:bg-fuchsia-500\/10:required{background-color:#d946ef1a}.required\:bg-fuchsia-500\/20:required{background-color:#d946ef33}.required\:bg-fuchsia-500\/25:required{background-color:#d946ef40}.required\:bg-fuchsia-500\/30:required{background-color:#d946ef4d}.required\:bg-fuchsia-500\/40:required{background-color:#d946ef66}.required\:bg-fuchsia-500\/50:required{background-color:#d946ef80}.required\:bg-fuchsia-500\/60:required{background-color:#d946ef99}.required\:bg-fuchsia-500\/70:required{background-color:#d946efb3}.required\:bg-fuchsia-500\/75:required{background-color:#d946efbf}.required\:bg-fuchsia-500\/80:required{background-color:#d946efcc}.required\:bg-fuchsia-500\/90:required{background-color:#d946efe6}.required\:bg-fuchsia-500\/95:required{background-color:#d946eff2}.required\:bg-fuchsia-500\/100:required{background-color:#d946ef}.required\:bg-fuchsia-600\/0:required{background-color:#c026d300}.required\:bg-fuchsia-600\/5:required{background-color:#c026d30d}.required\:bg-fuchsia-600\/10:required{background-color:#c026d31a}.required\:bg-fuchsia-600\/20:required{background-color:#c026d333}.required\:bg-fuchsia-600\/25:required{background-color:#c026d340}.required\:bg-fuchsia-600\/30:required{background-color:#c026d34d}.required\:bg-fuchsia-600\/40:required{background-color:#c026d366}.required\:bg-fuchsia-600\/50:required{background-color:#c026d380}.required\:bg-fuchsia-600\/60:required{background-color:#c026d399}.required\:bg-fuchsia-600\/70:required{background-color:#c026d3b3}.required\:bg-fuchsia-600\/75:required{background-color:#c026d3bf}.required\:bg-fuchsia-600\/80:required{background-color:#c026d3cc}.required\:bg-fuchsia-600\/90:required{background-color:#c026d3e6}.required\:bg-fuchsia-600\/95:required{background-color:#c026d3f2}.required\:bg-fuchsia-600\/100:required{background-color:#c026d3}.required\:bg-fuchsia-700\/0:required{background-color:#a21caf00}.required\:bg-fuchsia-700\/5:required{background-color:#a21caf0d}.required\:bg-fuchsia-700\/10:required{background-color:#a21caf1a}.required\:bg-fuchsia-700\/20:required{background-color:#a21caf33}.required\:bg-fuchsia-700\/25:required{background-color:#a21caf40}.required\:bg-fuchsia-700\/30:required{background-color:#a21caf4d}.required\:bg-fuchsia-700\/40:required{background-color:#a21caf66}.required\:bg-fuchsia-700\/50:required{background-color:#a21caf80}.required\:bg-fuchsia-700\/60:required{background-color:#a21caf99}.required\:bg-fuchsia-700\/70:required{background-color:#a21cafb3}.required\:bg-fuchsia-700\/75:required{background-color:#a21cafbf}.required\:bg-fuchsia-700\/80:required{background-color:#a21cafcc}.required\:bg-fuchsia-700\/90:required{background-color:#a21cafe6}.required\:bg-fuchsia-700\/95:required{background-color:#a21caff2}.required\:bg-fuchsia-700\/100:required{background-color:#a21caf}.required\:bg-fuchsia-800\/0:required{background-color:#86198f00}.required\:bg-fuchsia-800\/5:required{background-color:#86198f0d}.required\:bg-fuchsia-800\/10:required{background-color:#86198f1a}.required\:bg-fuchsia-800\/20:required{background-color:#86198f33}.required\:bg-fuchsia-800\/25:required{background-color:#86198f40}.required\:bg-fuchsia-800\/30:required{background-color:#86198f4d}.required\:bg-fuchsia-800\/40:required{background-color:#86198f66}.required\:bg-fuchsia-800\/50:required{background-color:#86198f80}.required\:bg-fuchsia-800\/60:required{background-color:#86198f99}.required\:bg-fuchsia-800\/70:required{background-color:#86198fb3}.required\:bg-fuchsia-800\/75:required{background-color:#86198fbf}.required\:bg-fuchsia-800\/80:required{background-color:#86198fcc}.required\:bg-fuchsia-800\/90:required{background-color:#86198fe6}.required\:bg-fuchsia-800\/95:required{background-color:#86198ff2}.required\:bg-fuchsia-800\/100:required{background-color:#86198f}.required\:bg-fuchsia-900\/0:required{background-color:#701a7500}.required\:bg-fuchsia-900\/5:required{background-color:#701a750d}.required\:bg-fuchsia-900\/10:required{background-color:#701a751a}.required\:bg-fuchsia-900\/20:required{background-color:#701a7533}.required\:bg-fuchsia-900\/25:required{background-color:#701a7540}.required\:bg-fuchsia-900\/30:required{background-color:#701a754d}.required\:bg-fuchsia-900\/40:required{background-color:#701a7566}.required\:bg-fuchsia-900\/50:required{background-color:#701a7580}.required\:bg-fuchsia-900\/60:required{background-color:#701a7599}.required\:bg-fuchsia-900\/70:required{background-color:#701a75b3}.required\:bg-fuchsia-900\/75:required{background-color:#701a75bf}.required\:bg-fuchsia-900\/80:required{background-color:#701a75cc}.required\:bg-fuchsia-900\/90:required{background-color:#701a75e6}.required\:bg-fuchsia-900\/95:required{background-color:#701a75f2}.required\:bg-fuchsia-900\/100:required{background-color:#701a75}.required\:bg-pink-50\/0:required{background-color:#fdf2f800}.required\:bg-pink-50\/5:required{background-color:#fdf2f80d}.required\:bg-pink-50\/10:required{background-color:#fdf2f81a}.required\:bg-pink-50\/20:required{background-color:#fdf2f833}.required\:bg-pink-50\/25:required{background-color:#fdf2f840}.required\:bg-pink-50\/30:required{background-color:#fdf2f84d}.required\:bg-pink-50\/40:required{background-color:#fdf2f866}.required\:bg-pink-50\/50:required{background-color:#fdf2f880}.required\:bg-pink-50\/60:required{background-color:#fdf2f899}.required\:bg-pink-50\/70:required{background-color:#fdf2f8b3}.required\:bg-pink-50\/75:required{background-color:#fdf2f8bf}.required\:bg-pink-50\/80:required{background-color:#fdf2f8cc}.required\:bg-pink-50\/90:required{background-color:#fdf2f8e6}.required\:bg-pink-50\/95:required{background-color:#fdf2f8f2}.required\:bg-pink-50\/100:required{background-color:#fdf2f8}.required\:bg-pink-100\/0:required{background-color:#fce7f300}.required\:bg-pink-100\/5:required{background-color:#fce7f30d}.required\:bg-pink-100\/10:required{background-color:#fce7f31a}.required\:bg-pink-100\/20:required{background-color:#fce7f333}.required\:bg-pink-100\/25:required{background-color:#fce7f340}.required\:bg-pink-100\/30:required{background-color:#fce7f34d}.required\:bg-pink-100\/40:required{background-color:#fce7f366}.required\:bg-pink-100\/50:required{background-color:#fce7f380}.required\:bg-pink-100\/60:required{background-color:#fce7f399}.required\:bg-pink-100\/70:required{background-color:#fce7f3b3}.required\:bg-pink-100\/75:required{background-color:#fce7f3bf}.required\:bg-pink-100\/80:required{background-color:#fce7f3cc}.required\:bg-pink-100\/90:required{background-color:#fce7f3e6}.required\:bg-pink-100\/95:required{background-color:#fce7f3f2}.required\:bg-pink-100\/100:required{background-color:#fce7f3}.required\:bg-pink-200\/0:required{background-color:#fbcfe800}.required\:bg-pink-200\/5:required{background-color:#fbcfe80d}.required\:bg-pink-200\/10:required{background-color:#fbcfe81a}.required\:bg-pink-200\/20:required{background-color:#fbcfe833}.required\:bg-pink-200\/25:required{background-color:#fbcfe840}.required\:bg-pink-200\/30:required{background-color:#fbcfe84d}.required\:bg-pink-200\/40:required{background-color:#fbcfe866}.required\:bg-pink-200\/50:required{background-color:#fbcfe880}.required\:bg-pink-200\/60:required{background-color:#fbcfe899}.required\:bg-pink-200\/70:required{background-color:#fbcfe8b3}.required\:bg-pink-200\/75:required{background-color:#fbcfe8bf}.required\:bg-pink-200\/80:required{background-color:#fbcfe8cc}.required\:bg-pink-200\/90:required{background-color:#fbcfe8e6}.required\:bg-pink-200\/95:required{background-color:#fbcfe8f2}.required\:bg-pink-200\/100:required{background-color:#fbcfe8}.required\:bg-pink-300\/0:required{background-color:#f9a8d400}.required\:bg-pink-300\/5:required{background-color:#f9a8d40d}.required\:bg-pink-300\/10:required{background-color:#f9a8d41a}.required\:bg-pink-300\/20:required{background-color:#f9a8d433}.required\:bg-pink-300\/25:required{background-color:#f9a8d440}.required\:bg-pink-300\/30:required{background-color:#f9a8d44d}.required\:bg-pink-300\/40:required{background-color:#f9a8d466}.required\:bg-pink-300\/50:required{background-color:#f9a8d480}.required\:bg-pink-300\/60:required{background-color:#f9a8d499}.required\:bg-pink-300\/70:required{background-color:#f9a8d4b3}.required\:bg-pink-300\/75:required{background-color:#f9a8d4bf}.required\:bg-pink-300\/80:required{background-color:#f9a8d4cc}.required\:bg-pink-300\/90:required{background-color:#f9a8d4e6}.required\:bg-pink-300\/95:required{background-color:#f9a8d4f2}.required\:bg-pink-300\/100:required{background-color:#f9a8d4}.required\:bg-pink-400\/0:required{background-color:#f472b600}.required\:bg-pink-400\/5:required{background-color:#f472b60d}.required\:bg-pink-400\/10:required{background-color:#f472b61a}.required\:bg-pink-400\/20:required{background-color:#f472b633}.required\:bg-pink-400\/25:required{background-color:#f472b640}.required\:bg-pink-400\/30:required{background-color:#f472b64d}.required\:bg-pink-400\/40:required{background-color:#f472b666}.required\:bg-pink-400\/50:required{background-color:#f472b680}.required\:bg-pink-400\/60:required{background-color:#f472b699}.required\:bg-pink-400\/70:required{background-color:#f472b6b3}.required\:bg-pink-400\/75:required{background-color:#f472b6bf}.required\:bg-pink-400\/80:required{background-color:#f472b6cc}.required\:bg-pink-400\/90:required{background-color:#f472b6e6}.required\:bg-pink-400\/95:required{background-color:#f472b6f2}.required\:bg-pink-400\/100:required{background-color:#f472b6}.required\:bg-pink-500\/0:required{background-color:#ec489900}.required\:bg-pink-500\/5:required{background-color:#ec48990d}.required\:bg-pink-500\/10:required{background-color:#ec48991a}.required\:bg-pink-500\/20:required{background-color:#ec489933}.required\:bg-pink-500\/25:required{background-color:#ec489940}.required\:bg-pink-500\/30:required{background-color:#ec48994d}.required\:bg-pink-500\/40:required{background-color:#ec489966}.required\:bg-pink-500\/50:required{background-color:#ec489980}.required\:bg-pink-500\/60:required{background-color:#ec489999}.required\:bg-pink-500\/70:required{background-color:#ec4899b3}.required\:bg-pink-500\/75:required{background-color:#ec4899bf}.required\:bg-pink-500\/80:required{background-color:#ec4899cc}.required\:bg-pink-500\/90:required{background-color:#ec4899e6}.required\:bg-pink-500\/95:required{background-color:#ec4899f2}.required\:bg-pink-500\/100:required{background-color:#ec4899}.required\:bg-pink-600\/0:required{background-color:#db277700}.required\:bg-pink-600\/5:required{background-color:#db27770d}.required\:bg-pink-600\/10:required{background-color:#db27771a}.required\:bg-pink-600\/20:required{background-color:#db277733}.required\:bg-pink-600\/25:required{background-color:#db277740}.required\:bg-pink-600\/30:required{background-color:#db27774d}.required\:bg-pink-600\/40:required{background-color:#db277766}.required\:bg-pink-600\/50:required{background-color:#db277780}.required\:bg-pink-600\/60:required{background-color:#db277799}.required\:bg-pink-600\/70:required{background-color:#db2777b3}.required\:bg-pink-600\/75:required{background-color:#db2777bf}.required\:bg-pink-600\/80:required{background-color:#db2777cc}.required\:bg-pink-600\/90:required{background-color:#db2777e6}.required\:bg-pink-600\/95:required{background-color:#db2777f2}.required\:bg-pink-600\/100:required{background-color:#db2777}.required\:bg-pink-700\/0:required{background-color:#be185d00}.required\:bg-pink-700\/5:required{background-color:#be185d0d}.required\:bg-pink-700\/10:required{background-color:#be185d1a}.required\:bg-pink-700\/20:required{background-color:#be185d33}.required\:bg-pink-700\/25:required{background-color:#be185d40}.required\:bg-pink-700\/30:required{background-color:#be185d4d}.required\:bg-pink-700\/40:required{background-color:#be185d66}.required\:bg-pink-700\/50:required{background-color:#be185d80}.required\:bg-pink-700\/60:required{background-color:#be185d99}.required\:bg-pink-700\/70:required{background-color:#be185db3}.required\:bg-pink-700\/75:required{background-color:#be185dbf}.required\:bg-pink-700\/80:required{background-color:#be185dcc}.required\:bg-pink-700\/90:required{background-color:#be185de6}.required\:bg-pink-700\/95:required{background-color:#be185df2}.required\:bg-pink-700\/100:required{background-color:#be185d}.required\:bg-pink-800\/0:required{background-color:#9d174d00}.required\:bg-pink-800\/5:required{background-color:#9d174d0d}.required\:bg-pink-800\/10:required{background-color:#9d174d1a}.required\:bg-pink-800\/20:required{background-color:#9d174d33}.required\:bg-pink-800\/25:required{background-color:#9d174d40}.required\:bg-pink-800\/30:required{background-color:#9d174d4d}.required\:bg-pink-800\/40:required{background-color:#9d174d66}.required\:bg-pink-800\/50:required{background-color:#9d174d80}.required\:bg-pink-800\/60:required{background-color:#9d174d99}.required\:bg-pink-800\/70:required{background-color:#9d174db3}.required\:bg-pink-800\/75:required{background-color:#9d174dbf}.required\:bg-pink-800\/80:required{background-color:#9d174dcc}.required\:bg-pink-800\/90:required{background-color:#9d174de6}.required\:bg-pink-800\/95:required{background-color:#9d174df2}.required\:bg-pink-800\/100:required{background-color:#9d174d}.required\:bg-pink-900\/0:required{background-color:#83184300}.required\:bg-pink-900\/5:required{background-color:#8318430d}.required\:bg-pink-900\/10:required{background-color:#8318431a}.required\:bg-pink-900\/20:required{background-color:#83184333}.required\:bg-pink-900\/25:required{background-color:#83184340}.required\:bg-pink-900\/30:required{background-color:#8318434d}.required\:bg-pink-900\/40:required{background-color:#83184366}.required\:bg-pink-900\/50:required{background-color:#83184380}.required\:bg-pink-900\/60:required{background-color:#83184399}.required\:bg-pink-900\/70:required{background-color:#831843b3}.required\:bg-pink-900\/75:required{background-color:#831843bf}.required\:bg-pink-900\/80:required{background-color:#831843cc}.required\:bg-pink-900\/90:required{background-color:#831843e6}.required\:bg-pink-900\/95:required{background-color:#831843f2}.required\:bg-pink-900\/100:required{background-color:#831843}.required\:bg-rose-50\/0:required{background-color:#fff1f200}.required\:bg-rose-50\/5:required{background-color:#fff1f20d}.required\:bg-rose-50\/10:required{background-color:#fff1f21a}.required\:bg-rose-50\/20:required{background-color:#fff1f233}.required\:bg-rose-50\/25:required{background-color:#fff1f240}.required\:bg-rose-50\/30:required{background-color:#fff1f24d}.required\:bg-rose-50\/40:required{background-color:#fff1f266}.required\:bg-rose-50\/50:required{background-color:#fff1f280}.required\:bg-rose-50\/60:required{background-color:#fff1f299}.required\:bg-rose-50\/70:required{background-color:#fff1f2b3}.required\:bg-rose-50\/75:required{background-color:#fff1f2bf}.required\:bg-rose-50\/80:required{background-color:#fff1f2cc}.required\:bg-rose-50\/90:required{background-color:#fff1f2e6}.required\:bg-rose-50\/95:required{background-color:#fff1f2f2}.required\:bg-rose-50\/100:required{background-color:#fff1f2}.required\:bg-rose-100\/0:required{background-color:#ffe4e600}.required\:bg-rose-100\/5:required{background-color:#ffe4e60d}.required\:bg-rose-100\/10:required{background-color:#ffe4e61a}.required\:bg-rose-100\/20:required{background-color:#ffe4e633}.required\:bg-rose-100\/25:required{background-color:#ffe4e640}.required\:bg-rose-100\/30:required{background-color:#ffe4e64d}.required\:bg-rose-100\/40:required{background-color:#ffe4e666}.required\:bg-rose-100\/50:required{background-color:#ffe4e680}.required\:bg-rose-100\/60:required{background-color:#ffe4e699}.required\:bg-rose-100\/70:required{background-color:#ffe4e6b3}.required\:bg-rose-100\/75:required{background-color:#ffe4e6bf}.required\:bg-rose-100\/80:required{background-color:#ffe4e6cc}.required\:bg-rose-100\/90:required{background-color:#ffe4e6e6}.required\:bg-rose-100\/95:required{background-color:#ffe4e6f2}.required\:bg-rose-100\/100:required{background-color:#ffe4e6}.required\:bg-rose-200\/0:required{background-color:#fecdd300}.required\:bg-rose-200\/5:required{background-color:#fecdd30d}.required\:bg-rose-200\/10:required{background-color:#fecdd31a}.required\:bg-rose-200\/20:required{background-color:#fecdd333}.required\:bg-rose-200\/25:required{background-color:#fecdd340}.required\:bg-rose-200\/30:required{background-color:#fecdd34d}.required\:bg-rose-200\/40:required{background-color:#fecdd366}.required\:bg-rose-200\/50:required{background-color:#fecdd380}.required\:bg-rose-200\/60:required{background-color:#fecdd399}.required\:bg-rose-200\/70:required{background-color:#fecdd3b3}.required\:bg-rose-200\/75:required{background-color:#fecdd3bf}.required\:bg-rose-200\/80:required{background-color:#fecdd3cc}.required\:bg-rose-200\/90:required{background-color:#fecdd3e6}.required\:bg-rose-200\/95:required{background-color:#fecdd3f2}.required\:bg-rose-200\/100:required{background-color:#fecdd3}.required\:bg-rose-300\/0:required{background-color:#fda4af00}.required\:bg-rose-300\/5:required{background-color:#fda4af0d}.required\:bg-rose-300\/10:required{background-color:#fda4af1a}.required\:bg-rose-300\/20:required{background-color:#fda4af33}.required\:bg-rose-300\/25:required{background-color:#fda4af40}.required\:bg-rose-300\/30:required{background-color:#fda4af4d}.required\:bg-rose-300\/40:required{background-color:#fda4af66}.required\:bg-rose-300\/50:required{background-color:#fda4af80}.required\:bg-rose-300\/60:required{background-color:#fda4af99}.required\:bg-rose-300\/70:required{background-color:#fda4afb3}.required\:bg-rose-300\/75:required{background-color:#fda4afbf}.required\:bg-rose-300\/80:required{background-color:#fda4afcc}.required\:bg-rose-300\/90:required{background-color:#fda4afe6}.required\:bg-rose-300\/95:required{background-color:#fda4aff2}.required\:bg-rose-300\/100:required{background-color:#fda4af}.required\:bg-rose-400\/0:required{background-color:#fb718500}.required\:bg-rose-400\/5:required{background-color:#fb71850d}.required\:bg-rose-400\/10:required{background-color:#fb71851a}.required\:bg-rose-400\/20:required{background-color:#fb718533}.required\:bg-rose-400\/25:required{background-color:#fb718540}.required\:bg-rose-400\/30:required{background-color:#fb71854d}.required\:bg-rose-400\/40:required{background-color:#fb718566}.required\:bg-rose-400\/50:required{background-color:#fb718580}.required\:bg-rose-400\/60:required{background-color:#fb718599}.required\:bg-rose-400\/70:required{background-color:#fb7185b3}.required\:bg-rose-400\/75:required{background-color:#fb7185bf}.required\:bg-rose-400\/80:required{background-color:#fb7185cc}.required\:bg-rose-400\/90:required{background-color:#fb7185e6}.required\:bg-rose-400\/95:required{background-color:#fb7185f2}.required\:bg-rose-400\/100:required{background-color:#fb7185}.required\:bg-rose-500\/0:required{background-color:#f43f5e00}.required\:bg-rose-500\/5:required{background-color:#f43f5e0d}.required\:bg-rose-500\/10:required{background-color:#f43f5e1a}.required\:bg-rose-500\/20:required{background-color:#f43f5e33}.required\:bg-rose-500\/25:required{background-color:#f43f5e40}.required\:bg-rose-500\/30:required{background-color:#f43f5e4d}.required\:bg-rose-500\/40:required{background-color:#f43f5e66}.required\:bg-rose-500\/50:required{background-color:#f43f5e80}.required\:bg-rose-500\/60:required{background-color:#f43f5e99}.required\:bg-rose-500\/70:required{background-color:#f43f5eb3}.required\:bg-rose-500\/75:required{background-color:#f43f5ebf}.required\:bg-rose-500\/80:required{background-color:#f43f5ecc}.required\:bg-rose-500\/90:required{background-color:#f43f5ee6}.required\:bg-rose-500\/95:required{background-color:#f43f5ef2}.required\:bg-rose-500\/100:required{background-color:#f43f5e}.required\:bg-rose-600\/0:required{background-color:#e11d4800}.required\:bg-rose-600\/5:required{background-color:#e11d480d}.required\:bg-rose-600\/10:required{background-color:#e11d481a}.required\:bg-rose-600\/20:required{background-color:#e11d4833}.required\:bg-rose-600\/25:required{background-color:#e11d4840}.required\:bg-rose-600\/30:required{background-color:#e11d484d}.required\:bg-rose-600\/40:required{background-color:#e11d4866}.required\:bg-rose-600\/50:required{background-color:#e11d4880}.required\:bg-rose-600\/60:required{background-color:#e11d4899}.required\:bg-rose-600\/70:required{background-color:#e11d48b3}.required\:bg-rose-600\/75:required{background-color:#e11d48bf}.required\:bg-rose-600\/80:required{background-color:#e11d48cc}.required\:bg-rose-600\/90:required{background-color:#e11d48e6}.required\:bg-rose-600\/95:required{background-color:#e11d48f2}.required\:bg-rose-600\/100:required{background-color:#e11d48}.required\:bg-rose-700\/0:required{background-color:#be123c00}.required\:bg-rose-700\/5:required{background-color:#be123c0d}.required\:bg-rose-700\/10:required{background-color:#be123c1a}.required\:bg-rose-700\/20:required{background-color:#be123c33}.required\:bg-rose-700\/25:required{background-color:#be123c40}.required\:bg-rose-700\/30:required{background-color:#be123c4d}.required\:bg-rose-700\/40:required{background-color:#be123c66}.required\:bg-rose-700\/50:required{background-color:#be123c80}.required\:bg-rose-700\/60:required{background-color:#be123c99}.required\:bg-rose-700\/70:required{background-color:#be123cb3}.required\:bg-rose-700\/75:required{background-color:#be123cbf}.required\:bg-rose-700\/80:required{background-color:#be123ccc}.required\:bg-rose-700\/90:required{background-color:#be123ce6}.required\:bg-rose-700\/95:required{background-color:#be123cf2}.required\:bg-rose-700\/100:required{background-color:#be123c}.required\:bg-rose-800\/0:required{background-color:#9f123900}.required\:bg-rose-800\/5:required{background-color:#9f12390d}.required\:bg-rose-800\/10:required{background-color:#9f12391a}.required\:bg-rose-800\/20:required{background-color:#9f123933}.required\:bg-rose-800\/25:required{background-color:#9f123940}.required\:bg-rose-800\/30:required{background-color:#9f12394d}.required\:bg-rose-800\/40:required{background-color:#9f123966}.required\:bg-rose-800\/50:required{background-color:#9f123980}.required\:bg-rose-800\/60:required{background-color:#9f123999}.required\:bg-rose-800\/70:required{background-color:#9f1239b3}.required\:bg-rose-800\/75:required{background-color:#9f1239bf}.required\:bg-rose-800\/80:required{background-color:#9f1239cc}.required\:bg-rose-800\/90:required{background-color:#9f1239e6}.required\:bg-rose-800\/95:required{background-color:#9f1239f2}.required\:bg-rose-800\/100:required{background-color:#9f1239}.required\:bg-rose-900\/0:required{background-color:#88133700}.required\:bg-rose-900\/5:required{background-color:#8813370d}.required\:bg-rose-900\/10:required{background-color:#8813371a}.required\:bg-rose-900\/20:required{background-color:#88133733}.required\:bg-rose-900\/25:required{background-color:#88133740}.required\:bg-rose-900\/30:required{background-color:#8813374d}.required\:bg-rose-900\/40:required{background-color:#88133766}.required\:bg-rose-900\/50:required{background-color:#88133780}.required\:bg-rose-900\/60:required{background-color:#88133799}.required\:bg-rose-900\/70:required{background-color:#881337b3}.required\:bg-rose-900\/75:required{background-color:#881337bf}.required\:bg-rose-900\/80:required{background-color:#881337cc}.required\:bg-rose-900\/90:required{background-color:#881337e6}.required\:bg-rose-900\/95:required{background-color:#881337f2}.required\:bg-rose-900\/100:required{background-color:#881337}.required\:bg-primary-100\/0:required{background-color:#f2f3f400}.required\:bg-primary-100\/5:required{background-color:#f2f3f40d}.required\:bg-primary-100\/10:required{background-color:#f2f3f41a}.required\:bg-primary-100\/20:required{background-color:#f2f3f433}.required\:bg-primary-100\/25:required{background-color:#f2f3f440}.required\:bg-primary-100\/30:required{background-color:#f2f3f44d}.required\:bg-primary-100\/40:required{background-color:#f2f3f466}.required\:bg-primary-100\/50:required{background-color:#f2f3f480}.required\:bg-primary-100\/60:required{background-color:#f2f3f499}.required\:bg-primary-100\/70:required{background-color:#f2f3f4b3}.required\:bg-primary-100\/75:required{background-color:#f2f3f4bf}.required\:bg-primary-100\/80:required{background-color:#f2f3f4cc}.required\:bg-primary-100\/90:required{background-color:#f2f3f4e6}.required\:bg-primary-100\/95:required{background-color:#f2f3f4f2}.required\:bg-primary-100\/100:required{background-color:#f2f3f4}.required\:bg-primary-200\/0:required{background-color:#e8e8f000}.required\:bg-primary-200\/5:required{background-color:#e8e8f00d}.required\:bg-primary-200\/10:required{background-color:#e8e8f01a}.required\:bg-primary-200\/20:required{background-color:#e8e8f033}.required\:bg-primary-200\/25:required{background-color:#e8e8f040}.required\:bg-primary-200\/30:required{background-color:#e8e8f04d}.required\:bg-primary-200\/40:required{background-color:#e8e8f066}.required\:bg-primary-200\/50:required{background-color:#e8e8f080}.required\:bg-primary-200\/60:required{background-color:#e8e8f099}.required\:bg-primary-200\/70:required{background-color:#e8e8f0b3}.required\:bg-primary-200\/75:required{background-color:#e8e8f0bf}.required\:bg-primary-200\/80:required{background-color:#e8e8f0cc}.required\:bg-primary-200\/90:required{background-color:#e8e8f0e6}.required\:bg-primary-200\/95:required{background-color:#e8e8f0f2}.required\:bg-primary-200\/100:required{background-color:#e8e8f0}.required\:bg-primary-300\/0:required{background-color:#d0d0e100}.required\:bg-primary-300\/5:required{background-color:#d0d0e10d}.required\:bg-primary-300\/10:required{background-color:#d0d0e11a}.required\:bg-primary-300\/20:required{background-color:#d0d0e133}.required\:bg-primary-300\/25:required{background-color:#d0d0e140}.required\:bg-primary-300\/30:required{background-color:#d0d0e14d}.required\:bg-primary-300\/40:required{background-color:#d0d0e166}.required\:bg-primary-300\/50:required{background-color:#d0d0e180}.required\:bg-primary-300\/60:required{background-color:#d0d0e199}.required\:bg-primary-300\/70:required{background-color:#d0d0e1b3}.required\:bg-primary-300\/75:required{background-color:#d0d0e1bf}.required\:bg-primary-300\/80:required{background-color:#d0d0e1cc}.required\:bg-primary-300\/90:required{background-color:#d0d0e1e6}.required\:bg-primary-300\/95:required{background-color:#d0d0e1f2}.required\:bg-primary-300\/100:required{background-color:#d0d0e1}.required\:bg-primary-400\/0:required{background-color:#b4b4d100}.required\:bg-primary-400\/5:required{background-color:#b4b4d10d}.required\:bg-primary-400\/10:required{background-color:#b4b4d11a}.required\:bg-primary-400\/20:required{background-color:#b4b4d133}.required\:bg-primary-400\/25:required{background-color:#b4b4d140}.required\:bg-primary-400\/30:required{background-color:#b4b4d14d}.required\:bg-primary-400\/40:required{background-color:#b4b4d166}.required\:bg-primary-400\/50:required{background-color:#b4b4d180}.required\:bg-primary-400\/60:required{background-color:#b4b4d199}.required\:bg-primary-400\/70:required{background-color:#b4b4d1b3}.required\:bg-primary-400\/75:required{background-color:#b4b4d1bf}.required\:bg-primary-400\/80:required{background-color:#b4b4d1cc}.required\:bg-primary-400\/90:required{background-color:#b4b4d1e6}.required\:bg-primary-400\/95:required{background-color:#b4b4d1f2}.required\:bg-primary-400\/100:required{background-color:#b4b4d1}.required\:bg-primary-500\/0:required{background-color:#9393bf00}.required\:bg-primary-500\/5:required{background-color:#9393bf0d}.required\:bg-primary-500\/10:required{background-color:#9393bf1a}.required\:bg-primary-500\/20:required{background-color:#9393bf33}.required\:bg-primary-500\/25:required{background-color:#9393bf40}.required\:bg-primary-500\/30:required{background-color:#9393bf4d}.required\:bg-primary-500\/40:required{background-color:#9393bf66}.required\:bg-primary-500\/50:required{background-color:#9393bf80}.required\:bg-primary-500\/60:required{background-color:#9393bf99}.required\:bg-primary-500\/70:required{background-color:#9393bfb3}.required\:bg-primary-500\/75:required{background-color:#9393bfbf}.required\:bg-primary-500\/80:required{background-color:#9393bfcc}.required\:bg-primary-500\/90:required{background-color:#9393bfe6}.required\:bg-primary-500\/95:required{background-color:#9393bff2}.required\:bg-primary-500\/100:required{background-color:#9393bf}.required\:bg-primary-600\/0:required{background-color:#6868ac00}.required\:bg-primary-600\/5:required{background-color:#6868ac0d}.required\:bg-primary-600\/10:required{background-color:#6868ac1a}.required\:bg-primary-600\/20:required{background-color:#6868ac33}.required\:bg-primary-600\/25:required{background-color:#6868ac40}.required\:bg-primary-600\/30:required{background-color:#6868ac4d}.required\:bg-primary-600\/40:required{background-color:#6868ac66}.required\:bg-primary-600\/50:required{background-color:#6868ac80}.required\:bg-primary-600\/60:required{background-color:#6868ac99}.required\:bg-primary-600\/70:required{background-color:#6868acb3}.required\:bg-primary-600\/75:required{background-color:#6868acbf}.required\:bg-primary-600\/80:required{background-color:#6868accc}.required\:bg-primary-600\/90:required{background-color:#6868ace6}.required\:bg-primary-600\/95:required{background-color:#6868acf2}.required\:bg-primary-600\/100:required{background-color:#6868ac}.required\:bg-primary-700\/0:required{background-color:#5d5d9900}.required\:bg-primary-700\/5:required{background-color:#5d5d990d}.required\:bg-primary-700\/10:required{background-color:#5d5d991a}.required\:bg-primary-700\/20:required{background-color:#5d5d9933}.required\:bg-primary-700\/25:required{background-color:#5d5d9940}.required\:bg-primary-700\/30:required{background-color:#5d5d994d}.required\:bg-primary-700\/40:required{background-color:#5d5d9966}.required\:bg-primary-700\/50:required{background-color:#5d5d9980}.required\:bg-primary-700\/60:required{background-color:#5d5d9999}.required\:bg-primary-700\/70:required{background-color:#5d5d99b3}.required\:bg-primary-700\/75:required{background-color:#5d5d99bf}.required\:bg-primary-700\/80:required{background-color:#5d5d99cc}.required\:bg-primary-700\/90:required{background-color:#5d5d99e6}.required\:bg-primary-700\/95:required{background-color:#5d5d99f2}.required\:bg-primary-700\/100:required{background-color:#5d5d99}.required\:bg-primary-800\/0:required{background-color:#50508500}.required\:bg-primary-800\/5:required{background-color:#5050850d}.required\:bg-primary-800\/10:required{background-color:#5050851a}.required\:bg-primary-800\/20:required{background-color:#50508533}.required\:bg-primary-800\/25:required{background-color:#50508540}.required\:bg-primary-800\/30:required{background-color:#5050854d}.required\:bg-primary-800\/40:required{background-color:#50508566}.required\:bg-primary-800\/50:required{background-color:#50508580}.required\:bg-primary-800\/60:required{background-color:#50508599}.required\:bg-primary-800\/70:required{background-color:#505085b3}.required\:bg-primary-800\/75:required{background-color:#505085bf}.required\:bg-primary-800\/80:required{background-color:#505085cc}.required\:bg-primary-800\/90:required{background-color:#505085e6}.required\:bg-primary-800\/95:required{background-color:#505085f2}.required\:bg-primary-800\/100:required{background-color:#505085}.required\:bg-primary-900\/0:required{background-color:#41416c00}.required\:bg-primary-900\/5:required{background-color:#41416c0d}.required\:bg-primary-900\/10:required{background-color:#41416c1a}.required\:bg-primary-900\/20:required{background-color:#41416c33}.required\:bg-primary-900\/25:required{background-color:#41416c40}.required\:bg-primary-900\/30:required{background-color:#41416c4d}.required\:bg-primary-900\/40:required{background-color:#41416c66}.required\:bg-primary-900\/50:required{background-color:#41416c80}.required\:bg-primary-900\/60:required{background-color:#41416c99}.required\:bg-primary-900\/70:required{background-color:#41416cb3}.required\:bg-primary-900\/75:required{background-color:#41416cbf}.required\:bg-primary-900\/80:required{background-color:#41416ccc}.required\:bg-primary-900\/90:required{background-color:#41416ce6}.required\:bg-primary-900\/95:required{background-color:#41416cf2}.required\:bg-primary-900\/100:required{background-color:#41416c}.required\:bg-primary-1000\/0:required{background-color:#2e2e4c00}.required\:bg-primary-1000\/5:required{background-color:#2e2e4c0d}.required\:bg-primary-1000\/10:required{background-color:#2e2e4c1a}.required\:bg-primary-1000\/20:required{background-color:#2e2e4c33}.required\:bg-primary-1000\/25:required{background-color:#2e2e4c40}.required\:bg-primary-1000\/30:required{background-color:#2e2e4c4d}.required\:bg-primary-1000\/40:required{background-color:#2e2e4c66}.required\:bg-primary-1000\/50:required{background-color:#2e2e4c80}.required\:bg-primary-1000\/60:required{background-color:#2e2e4c99}.required\:bg-primary-1000\/70:required{background-color:#2e2e4cb3}.required\:bg-primary-1000\/75:required{background-color:#2e2e4cbf}.required\:bg-primary-1000\/80:required{background-color:#2e2e4ccc}.required\:bg-primary-1000\/90:required{background-color:#2e2e4ce6}.required\:bg-primary-1000\/95:required{background-color:#2e2e4cf2}.required\:bg-primary-1000\/100:required{background-color:#2e2e4c}.required\:bg-primary-highlight-100\/0:required{background-color:#f7f5fe00}.required\:bg-primary-highlight-100\/5:required{background-color:#f7f5fe0d}.required\:bg-primary-highlight-100\/10:required{background-color:#f7f5fe1a}.required\:bg-primary-highlight-100\/20:required{background-color:#f7f5fe33}.required\:bg-primary-highlight-100\/25:required{background-color:#f7f5fe40}.required\:bg-primary-highlight-100\/30:required{background-color:#f7f5fe4d}.required\:bg-primary-highlight-100\/40:required{background-color:#f7f5fe66}.required\:bg-primary-highlight-100\/50:required{background-color:#f7f5fe80}.required\:bg-primary-highlight-100\/60:required{background-color:#f7f5fe99}.required\:bg-primary-highlight-100\/70:required{background-color:#f7f5feb3}.required\:bg-primary-highlight-100\/75:required{background-color:#f7f5febf}.required\:bg-primary-highlight-100\/80:required{background-color:#f7f5fecc}.required\:bg-primary-highlight-100\/90:required{background-color:#f7f5fee6}.required\:bg-primary-highlight-100\/95:required{background-color:#f7f5fef2}.required\:bg-primary-highlight-100\/100:required{background-color:#f7f5fe}.required\:bg-primary-highlight-200\/0:required{background-color:#efecfe00}.required\:bg-primary-highlight-200\/5:required{background-color:#efecfe0d}.required\:bg-primary-highlight-200\/10:required{background-color:#efecfe1a}.required\:bg-primary-highlight-200\/20:required{background-color:#efecfe33}.required\:bg-primary-highlight-200\/25:required{background-color:#efecfe40}.required\:bg-primary-highlight-200\/30:required{background-color:#efecfe4d}.required\:bg-primary-highlight-200\/40:required{background-color:#efecfe66}.required\:bg-primary-highlight-200\/50:required{background-color:#efecfe80}.required\:bg-primary-highlight-200\/60:required{background-color:#efecfe99}.required\:bg-primary-highlight-200\/70:required{background-color:#efecfeb3}.required\:bg-primary-highlight-200\/75:required{background-color:#efecfebf}.required\:bg-primary-highlight-200\/80:required{background-color:#efecfecc}.required\:bg-primary-highlight-200\/90:required{background-color:#efecfee6}.required\:bg-primary-highlight-200\/95:required{background-color:#efecfef2}.required\:bg-primary-highlight-200\/100:required{background-color:#efecfe}.required\:bg-primary-highlight-300\/0:required{background-color:#dfd8fd00}.required\:bg-primary-highlight-300\/5:required{background-color:#dfd8fd0d}.required\:bg-primary-highlight-300\/10:required{background-color:#dfd8fd1a}.required\:bg-primary-highlight-300\/20:required{background-color:#dfd8fd33}.required\:bg-primary-highlight-300\/25:required{background-color:#dfd8fd40}.required\:bg-primary-highlight-300\/30:required{background-color:#dfd8fd4d}.required\:bg-primary-highlight-300\/40:required{background-color:#dfd8fd66}.required\:bg-primary-highlight-300\/50:required{background-color:#dfd8fd80}.required\:bg-primary-highlight-300\/60:required{background-color:#dfd8fd99}.required\:bg-primary-highlight-300\/70:required{background-color:#dfd8fdb3}.required\:bg-primary-highlight-300\/75:required{background-color:#dfd8fdbf}.required\:bg-primary-highlight-300\/80:required{background-color:#dfd8fdcc}.required\:bg-primary-highlight-300\/90:required{background-color:#dfd8fde6}.required\:bg-primary-highlight-300\/95:required{background-color:#dfd8fdf2}.required\:bg-primary-highlight-300\/100:required{background-color:#dfd8fd}.required\:bg-primary-highlight-400\/0:required{background-color:#cec1fc00}.required\:bg-primary-highlight-400\/5:required{background-color:#cec1fc0d}.required\:bg-primary-highlight-400\/10:required{background-color:#cec1fc1a}.required\:bg-primary-highlight-400\/20:required{background-color:#cec1fc33}.required\:bg-primary-highlight-400\/25:required{background-color:#cec1fc40}.required\:bg-primary-highlight-400\/30:required{background-color:#cec1fc4d}.required\:bg-primary-highlight-400\/40:required{background-color:#cec1fc66}.required\:bg-primary-highlight-400\/50:required{background-color:#cec1fc80}.required\:bg-primary-highlight-400\/60:required{background-color:#cec1fc99}.required\:bg-primary-highlight-400\/70:required{background-color:#cec1fcb3}.required\:bg-primary-highlight-400\/75:required{background-color:#cec1fcbf}.required\:bg-primary-highlight-400\/80:required{background-color:#cec1fccc}.required\:bg-primary-highlight-400\/90:required{background-color:#cec1fce6}.required\:bg-primary-highlight-400\/95:required{background-color:#cec1fcf2}.required\:bg-primary-highlight-400\/100:required{background-color:#cec1fc}.required\:bg-primary-highlight-500\/0:required{background-color:#bba8fb00}.required\:bg-primary-highlight-500\/5:required{background-color:#bba8fb0d}.required\:bg-primary-highlight-500\/10:required{background-color:#bba8fb1a}.required\:bg-primary-highlight-500\/20:required{background-color:#bba8fb33}.required\:bg-primary-highlight-500\/25:required{background-color:#bba8fb40}.required\:bg-primary-highlight-500\/30:required{background-color:#bba8fb4d}.required\:bg-primary-highlight-500\/40:required{background-color:#bba8fb66}.required\:bg-primary-highlight-500\/50:required{background-color:#bba8fb80}.required\:bg-primary-highlight-500\/60:required{background-color:#bba8fb99}.required\:bg-primary-highlight-500\/70:required{background-color:#bba8fbb3}.required\:bg-primary-highlight-500\/75:required{background-color:#bba8fbbf}.required\:bg-primary-highlight-500\/80:required{background-color:#bba8fbcc}.required\:bg-primary-highlight-500\/90:required{background-color:#bba8fbe6}.required\:bg-primary-highlight-500\/95:required{background-color:#bba8fbf2}.required\:bg-primary-highlight-500\/100:required{background-color:#bba8fb}.required\:bg-primary-highlight-600\/0:required{background-color:#a78bfa00}.required\:bg-primary-highlight-600\/5:required{background-color:#a78bfa0d}.required\:bg-primary-highlight-600\/10:required{background-color:#a78bfa1a}.required\:bg-primary-highlight-600\/20:required{background-color:#a78bfa33}.required\:bg-primary-highlight-600\/25:required{background-color:#a78bfa40}.required\:bg-primary-highlight-600\/30:required{background-color:#a78bfa4d}.required\:bg-primary-highlight-600\/40:required{background-color:#a78bfa66}.required\:bg-primary-highlight-600\/50:required{background-color:#a78bfa80}.required\:bg-primary-highlight-600\/60:required{background-color:#a78bfa99}.required\:bg-primary-highlight-600\/70:required{background-color:#a78bfab3}.required\:bg-primary-highlight-600\/75:required{background-color:#a78bfabf}.required\:bg-primary-highlight-600\/80:required{background-color:#a78bfacc}.required\:bg-primary-highlight-600\/90:required{background-color:#a78bfae6}.required\:bg-primary-highlight-600\/95:required{background-color:#a78bfaf2}.required\:bg-primary-highlight-600\/100:required{background-color:#a78bfa}.required\:bg-primary-highlight-700\/0:required{background-color:#957cdf00}.required\:bg-primary-highlight-700\/5:required{background-color:#957cdf0d}.required\:bg-primary-highlight-700\/10:required{background-color:#957cdf1a}.required\:bg-primary-highlight-700\/20:required{background-color:#957cdf33}.required\:bg-primary-highlight-700\/25:required{background-color:#957cdf40}.required\:bg-primary-highlight-700\/30:required{background-color:#957cdf4d}.required\:bg-primary-highlight-700\/40:required{background-color:#957cdf66}.required\:bg-primary-highlight-700\/50:required{background-color:#957cdf80}.required\:bg-primary-highlight-700\/60:required{background-color:#957cdf99}.required\:bg-primary-highlight-700\/70:required{background-color:#957cdfb3}.required\:bg-primary-highlight-700\/75:required{background-color:#957cdfbf}.required\:bg-primary-highlight-700\/80:required{background-color:#957cdfcc}.required\:bg-primary-highlight-700\/90:required{background-color:#957cdfe6}.required\:bg-primary-highlight-700\/95:required{background-color:#957cdff2}.required\:bg-primary-highlight-700\/100:required{background-color:#957cdf}.required\:bg-primary-highlight-800\/0:required{background-color:#816bc100}.required\:bg-primary-highlight-800\/5:required{background-color:#816bc10d}.required\:bg-primary-highlight-800\/10:required{background-color:#816bc11a}.required\:bg-primary-highlight-800\/20:required{background-color:#816bc133}.required\:bg-primary-highlight-800\/25:required{background-color:#816bc140}.required\:bg-primary-highlight-800\/30:required{background-color:#816bc14d}.required\:bg-primary-highlight-800\/40:required{background-color:#816bc166}.required\:bg-primary-highlight-800\/50:required{background-color:#816bc180}.required\:bg-primary-highlight-800\/60:required{background-color:#816bc199}.required\:bg-primary-highlight-800\/70:required{background-color:#816bc1b3}.required\:bg-primary-highlight-800\/75:required{background-color:#816bc1bf}.required\:bg-primary-highlight-800\/80:required{background-color:#816bc1cc}.required\:bg-primary-highlight-800\/90:required{background-color:#816bc1e6}.required\:bg-primary-highlight-800\/95:required{background-color:#816bc1f2}.required\:bg-primary-highlight-800\/100:required{background-color:#816bc1}.required\:bg-primary-highlight-900\/0:required{background-color:#69579e00}.required\:bg-primary-highlight-900\/5:required{background-color:#69579e0d}.required\:bg-primary-highlight-900\/10:required{background-color:#69579e1a}.required\:bg-primary-highlight-900\/20:required{background-color:#69579e33}.required\:bg-primary-highlight-900\/25:required{background-color:#69579e40}.required\:bg-primary-highlight-900\/30:required{background-color:#69579e4d}.required\:bg-primary-highlight-900\/40:required{background-color:#69579e66}.required\:bg-primary-highlight-900\/50:required{background-color:#69579e80}.required\:bg-primary-highlight-900\/60:required{background-color:#69579e99}.required\:bg-primary-highlight-900\/70:required{background-color:#69579eb3}.required\:bg-primary-highlight-900\/75:required{background-color:#69579ebf}.required\:bg-primary-highlight-900\/80:required{background-color:#69579ecc}.required\:bg-primary-highlight-900\/90:required{background-color:#69579ee6}.required\:bg-primary-highlight-900\/95:required{background-color:#69579ef2}.required\:bg-primary-highlight-900\/100:required{background-color:#69579e}.required\:bg-primary-highlight-1000\/0:required{background-color:#4a3e6f00}.required\:bg-primary-highlight-1000\/5:required{background-color:#4a3e6f0d}.required\:bg-primary-highlight-1000\/10:required{background-color:#4a3e6f1a}.required\:bg-primary-highlight-1000\/20:required{background-color:#4a3e6f33}.required\:bg-primary-highlight-1000\/25:required{background-color:#4a3e6f40}.required\:bg-primary-highlight-1000\/30:required{background-color:#4a3e6f4d}.required\:bg-primary-highlight-1000\/40:required{background-color:#4a3e6f66}.required\:bg-primary-highlight-1000\/50:required{background-color:#4a3e6f80}.required\:bg-primary-highlight-1000\/60:required{background-color:#4a3e6f99}.required\:bg-primary-highlight-1000\/70:required{background-color:#4a3e6fb3}.required\:bg-primary-highlight-1000\/75:required{background-color:#4a3e6fbf}.required\:bg-primary-highlight-1000\/80:required{background-color:#4a3e6fcc}.required\:bg-primary-highlight-1000\/90:required{background-color:#4a3e6fe6}.required\:bg-primary-highlight-1000\/95:required{background-color:#4a3e6ff2}.required\:bg-primary-highlight-1000\/100:required{background-color:#4a3e6f}.required\:bg-secondary-100\/0:required{background-color:#fef7f200}.required\:bg-secondary-100\/5:required{background-color:#fef7f20d}.required\:bg-secondary-100\/10:required{background-color:#fef7f21a}.required\:bg-secondary-100\/20:required{background-color:#fef7f233}.required\:bg-secondary-100\/25:required{background-color:#fef7f240}.required\:bg-secondary-100\/30:required{background-color:#fef7f24d}.required\:bg-secondary-100\/40:required{background-color:#fef7f266}.required\:bg-secondary-100\/50:required{background-color:#fef7f280}.required\:bg-secondary-100\/60:required{background-color:#fef7f299}.required\:bg-secondary-100\/70:required{background-color:#fef7f2b3}.required\:bg-secondary-100\/75:required{background-color:#fef7f2bf}.required\:bg-secondary-100\/80:required{background-color:#fef7f2cc}.required\:bg-secondary-100\/90:required{background-color:#fef7f2e6}.required\:bg-secondary-100\/95:required{background-color:#fef7f2f2}.required\:bg-secondary-100\/100:required{background-color:#fef7f2}.required\:bg-secondary-200\/0:required{background-color:#fef0e400}.required\:bg-secondary-200\/5:required{background-color:#fef0e40d}.required\:bg-secondary-200\/10:required{background-color:#fef0e41a}.required\:bg-secondary-200\/20:required{background-color:#fef0e433}.required\:bg-secondary-200\/25:required{background-color:#fef0e440}.required\:bg-secondary-200\/30:required{background-color:#fef0e44d}.required\:bg-secondary-200\/40:required{background-color:#fef0e466}.required\:bg-secondary-200\/50:required{background-color:#fef0e480}.required\:bg-secondary-200\/60:required{background-color:#fef0e499}.required\:bg-secondary-200\/70:required{background-color:#fef0e4b3}.required\:bg-secondary-200\/75:required{background-color:#fef0e4bf}.required\:bg-secondary-200\/80:required{background-color:#fef0e4cc}.required\:bg-secondary-200\/90:required{background-color:#fef0e4e6}.required\:bg-secondary-200\/95:required{background-color:#fef0e4f2}.required\:bg-secondary-200\/100:required{background-color:#fef0e4}.required\:bg-secondary-300\/0:required{background-color:#fde1c600}.required\:bg-secondary-300\/5:required{background-color:#fde1c60d}.required\:bg-secondary-300\/10:required{background-color:#fde1c61a}.required\:bg-secondary-300\/20:required{background-color:#fde1c633}.required\:bg-secondary-300\/25:required{background-color:#fde1c640}.required\:bg-secondary-300\/30:required{background-color:#fde1c64d}.required\:bg-secondary-300\/40:required{background-color:#fde1c666}.required\:bg-secondary-300\/50:required{background-color:#fde1c680}.required\:bg-secondary-300\/60:required{background-color:#fde1c699}.required\:bg-secondary-300\/70:required{background-color:#fde1c6b3}.required\:bg-secondary-300\/75:required{background-color:#fde1c6bf}.required\:bg-secondary-300\/80:required{background-color:#fde1c6cc}.required\:bg-secondary-300\/90:required{background-color:#fde1c6e6}.required\:bg-secondary-300\/95:required{background-color:#fde1c6f2}.required\:bg-secondary-300\/100:required{background-color:#fde1c6}.required\:bg-secondary-400\/0:required{background-color:#fcd1a200}.required\:bg-secondary-400\/5:required{background-color:#fcd1a20d}.required\:bg-secondary-400\/10:required{background-color:#fcd1a21a}.required\:bg-secondary-400\/20:required{background-color:#fcd1a233}.required\:bg-secondary-400\/25:required{background-color:#fcd1a240}.required\:bg-secondary-400\/30:required{background-color:#fcd1a24d}.required\:bg-secondary-400\/40:required{background-color:#fcd1a266}.required\:bg-secondary-400\/50:required{background-color:#fcd1a280}.required\:bg-secondary-400\/60:required{background-color:#fcd1a299}.required\:bg-secondary-400\/70:required{background-color:#fcd1a2b3}.required\:bg-secondary-400\/75:required{background-color:#fcd1a2bf}.required\:bg-secondary-400\/80:required{background-color:#fcd1a2cc}.required\:bg-secondary-400\/90:required{background-color:#fcd1a2e6}.required\:bg-secondary-400\/95:required{background-color:#fcd1a2f2}.required\:bg-secondary-400\/100:required{background-color:#fcd1a2}.required\:bg-secondary-500\/0:required{background-color:#fbbf7500}.required\:bg-secondary-500\/5:required{background-color:#fbbf750d}.required\:bg-secondary-500\/10:required{background-color:#fbbf751a}.required\:bg-secondary-500\/20:required{background-color:#fbbf7533}.required\:bg-secondary-500\/25:required{background-color:#fbbf7540}.required\:bg-secondary-500\/30:required{background-color:#fbbf754d}.required\:bg-secondary-500\/40:required{background-color:#fbbf7566}.required\:bg-secondary-500\/50:required{background-color:#fbbf7580}.required\:bg-secondary-500\/60:required{background-color:#fbbf7599}.required\:bg-secondary-500\/70:required{background-color:#fbbf75b3}.required\:bg-secondary-500\/75:required{background-color:#fbbf75bf}.required\:bg-secondary-500\/80:required{background-color:#fbbf75cc}.required\:bg-secondary-500\/90:required{background-color:#fbbf75e6}.required\:bg-secondary-500\/95:required{background-color:#fbbf75f2}.required\:bg-secondary-500\/100:required{background-color:#fbbf75}.required\:bg-secondary-600\/0:required{background-color:#faac1e00}.required\:bg-secondary-600\/5:required{background-color:#faac1e0d}.required\:bg-secondary-600\/10:required{background-color:#faac1e1a}.required\:bg-secondary-600\/20:required{background-color:#faac1e33}.required\:bg-secondary-600\/25:required{background-color:#faac1e40}.required\:bg-secondary-600\/30:required{background-color:#faac1e4d}.required\:bg-secondary-600\/40:required{background-color:#faac1e66}.required\:bg-secondary-600\/50:required{background-color:#faac1e80}.required\:bg-secondary-600\/60:required{background-color:#faac1e99}.required\:bg-secondary-600\/70:required{background-color:#faac1eb3}.required\:bg-secondary-600\/75:required{background-color:#faac1ebf}.required\:bg-secondary-600\/80:required{background-color:#faac1ecc}.required\:bg-secondary-600\/90:required{background-color:#faac1ee6}.required\:bg-secondary-600\/95:required{background-color:#faac1ef2}.required\:bg-secondary-600\/100:required{background-color:#faac1e}.required\:bg-secondary-700\/0:required{background-color:#df991a00}.required\:bg-secondary-700\/5:required{background-color:#df991a0d}.required\:bg-secondary-700\/10:required{background-color:#df991a1a}.required\:bg-secondary-700\/20:required{background-color:#df991a33}.required\:bg-secondary-700\/25:required{background-color:#df991a40}.required\:bg-secondary-700\/30:required{background-color:#df991a4d}.required\:bg-secondary-700\/40:required{background-color:#df991a66}.required\:bg-secondary-700\/50:required{background-color:#df991a80}.required\:bg-secondary-700\/60:required{background-color:#df991a99}.required\:bg-secondary-700\/70:required{background-color:#df991ab3}.required\:bg-secondary-700\/75:required{background-color:#df991abf}.required\:bg-secondary-700\/80:required{background-color:#df991acc}.required\:bg-secondary-700\/90:required{background-color:#df991ae6}.required\:bg-secondary-700\/95:required{background-color:#df991af2}.required\:bg-secondary-700\/100:required{background-color:#df991a}.required\:bg-secondary-800\/0:required{background-color:#c1851700}.required\:bg-secondary-800\/5:required{background-color:#c185170d}.required\:bg-secondary-800\/10:required{background-color:#c185171a}.required\:bg-secondary-800\/20:required{background-color:#c1851733}.required\:bg-secondary-800\/25:required{background-color:#c1851740}.required\:bg-secondary-800\/30:required{background-color:#c185174d}.required\:bg-secondary-800\/40:required{background-color:#c1851766}.required\:bg-secondary-800\/50:required{background-color:#c1851780}.required\:bg-secondary-800\/60:required{background-color:#c1851799}.required\:bg-secondary-800\/70:required{background-color:#c18517b3}.required\:bg-secondary-800\/75:required{background-color:#c18517bf}.required\:bg-secondary-800\/80:required{background-color:#c18517cc}.required\:bg-secondary-800\/90:required{background-color:#c18517e6}.required\:bg-secondary-800\/95:required{background-color:#c18517f2}.required\:bg-secondary-800\/100:required{background-color:#c18517}.required\:bg-secondary-900\/0:required{background-color:#9e6c1200}.required\:bg-secondary-900\/5:required{background-color:#9e6c120d}.required\:bg-secondary-900\/10:required{background-color:#9e6c121a}.required\:bg-secondary-900\/20:required{background-color:#9e6c1233}.required\:bg-secondary-900\/25:required{background-color:#9e6c1240}.required\:bg-secondary-900\/30:required{background-color:#9e6c124d}.required\:bg-secondary-900\/40:required{background-color:#9e6c1266}.required\:bg-secondary-900\/50:required{background-color:#9e6c1280}.required\:bg-secondary-900\/60:required{background-color:#9e6c1299}.required\:bg-secondary-900\/70:required{background-color:#9e6c12b3}.required\:bg-secondary-900\/75:required{background-color:#9e6c12bf}.required\:bg-secondary-900\/80:required{background-color:#9e6c12cc}.required\:bg-secondary-900\/90:required{background-color:#9e6c12e6}.required\:bg-secondary-900\/95:required{background-color:#9e6c12f2}.required\:bg-secondary-900\/100:required{background-color:#9e6c12}.required\:bg-secondary-1000\/0:required{background-color:#6f4c0d00}.required\:bg-secondary-1000\/5:required{background-color:#6f4c0d0d}.required\:bg-secondary-1000\/10:required{background-color:#6f4c0d1a}.required\:bg-secondary-1000\/20:required{background-color:#6f4c0d33}.required\:bg-secondary-1000\/25:required{background-color:#6f4c0d40}.required\:bg-secondary-1000\/30:required{background-color:#6f4c0d4d}.required\:bg-secondary-1000\/40:required{background-color:#6f4c0d66}.required\:bg-secondary-1000\/50:required{background-color:#6f4c0d80}.required\:bg-secondary-1000\/60:required{background-color:#6f4c0d99}.required\:bg-secondary-1000\/70:required{background-color:#6f4c0db3}.required\:bg-secondary-1000\/75:required{background-color:#6f4c0dbf}.required\:bg-secondary-1000\/80:required{background-color:#6f4c0dcc}.required\:bg-secondary-1000\/90:required{background-color:#6f4c0de6}.required\:bg-secondary-1000\/95:required{background-color:#6f4c0df2}.required\:bg-secondary-1000\/100:required{background-color:#6f4c0d}.required\:bg-grey-100\/0:required{background-color:#f2f3f400}.required\:bg-grey-100\/5:required{background-color:#f2f3f40d}.required\:bg-grey-100\/10:required{background-color:#f2f3f41a}.required\:bg-grey-100\/20:required{background-color:#f2f3f433}.required\:bg-grey-100\/25:required{background-color:#f2f3f440}.required\:bg-grey-100\/30:required{background-color:#f2f3f44d}.required\:bg-grey-100\/40:required{background-color:#f2f3f466}.required\:bg-grey-100\/50:required{background-color:#f2f3f480}.required\:bg-grey-100\/60:required{background-color:#f2f3f499}.required\:bg-grey-100\/70:required{background-color:#f2f3f4b3}.required\:bg-grey-100\/75:required{background-color:#f2f3f4bf}.required\:bg-grey-100\/80:required{background-color:#f2f3f4cc}.required\:bg-grey-100\/90:required{background-color:#f2f3f4e6}.required\:bg-grey-100\/95:required{background-color:#f2f3f4f2}.required\:bg-grey-100\/100:required{background-color:#f2f3f4}.required\:bg-grey-200\/0:required{background-color:#e6e7e800}.required\:bg-grey-200\/5:required{background-color:#e6e7e80d}.required\:bg-grey-200\/10:required{background-color:#e6e7e81a}.required\:bg-grey-200\/20:required{background-color:#e6e7e833}.required\:bg-grey-200\/25:required{background-color:#e6e7e840}.required\:bg-grey-200\/30:required{background-color:#e6e7e84d}.required\:bg-grey-200\/40:required{background-color:#e6e7e866}.required\:bg-grey-200\/50:required{background-color:#e6e7e880}.required\:bg-grey-200\/60:required{background-color:#e6e7e899}.required\:bg-grey-200\/70:required{background-color:#e6e7e8b3}.required\:bg-grey-200\/75:required{background-color:#e6e7e8bf}.required\:bg-grey-200\/80:required{background-color:#e6e7e8cc}.required\:bg-grey-200\/90:required{background-color:#e6e7e8e6}.required\:bg-grey-200\/95:required{background-color:#e6e7e8f2}.required\:bg-grey-200\/100:required{background-color:#e6e7e8}.required\:bg-grey-300\/0:required{background-color:#caccd000}.required\:bg-grey-300\/5:required{background-color:#caccd00d}.required\:bg-grey-300\/10:required{background-color:#caccd01a}.required\:bg-grey-300\/20:required{background-color:#caccd033}.required\:bg-grey-300\/25:required{background-color:#caccd040}.required\:bg-grey-300\/30:required{background-color:#caccd04d}.required\:bg-grey-300\/40:required{background-color:#caccd066}.required\:bg-grey-300\/50:required{background-color:#caccd080}.required\:bg-grey-300\/60:required{background-color:#caccd099}.required\:bg-grey-300\/70:required{background-color:#caccd0b3}.required\:bg-grey-300\/75:required{background-color:#caccd0bf}.required\:bg-grey-300\/80:required{background-color:#caccd0cc}.required\:bg-grey-300\/90:required{background-color:#caccd0e6}.required\:bg-grey-300\/95:required{background-color:#caccd0f2}.required\:bg-grey-300\/100:required{background-color:#caccd0}.required\:bg-grey-400\/0:required{background-color:#aaaeb400}.required\:bg-grey-400\/5:required{background-color:#aaaeb40d}.required\:bg-grey-400\/10:required{background-color:#aaaeb41a}.required\:bg-grey-400\/20:required{background-color:#aaaeb433}.required\:bg-grey-400\/25:required{background-color:#aaaeb440}.required\:bg-grey-400\/30:required{background-color:#aaaeb44d}.required\:bg-grey-400\/40:required{background-color:#aaaeb466}.required\:bg-grey-400\/50:required{background-color:#aaaeb480}.required\:bg-grey-400\/60:required{background-color:#aaaeb499}.required\:bg-grey-400\/70:required{background-color:#aaaeb4b3}.required\:bg-grey-400\/75:required{background-color:#aaaeb4bf}.required\:bg-grey-400\/80:required{background-color:#aaaeb4cc}.required\:bg-grey-400\/90:required{background-color:#aaaeb4e6}.required\:bg-grey-400\/95:required{background-color:#aaaeb4f2}.required\:bg-grey-400\/100:required{background-color:#aaaeb4}.required\:bg-grey-500\/0:required{background-color:#82899300}.required\:bg-grey-500\/5:required{background-color:#8289930d}.required\:bg-grey-500\/10:required{background-color:#8289931a}.required\:bg-grey-500\/20:required{background-color:#82899333}.required\:bg-grey-500\/25:required{background-color:#82899340}.required\:bg-grey-500\/30:required{background-color:#8289934d}.required\:bg-grey-500\/40:required{background-color:#82899366}.required\:bg-grey-500\/50:required{background-color:#82899380}.required\:bg-grey-500\/60:required{background-color:#82899399}.required\:bg-grey-500\/70:required{background-color:#828993b3}.required\:bg-grey-500\/75:required{background-color:#828993bf}.required\:bg-grey-500\/80:required{background-color:#828993cc}.required\:bg-grey-500\/90:required{background-color:#828993e6}.required\:bg-grey-500\/95:required{background-color:#828993f2}.required\:bg-grey-500\/100:required{background-color:#828993}.required\:bg-grey-600\/0:required{background-color:#47556900}.required\:bg-grey-600\/5:required{background-color:#4755690d}.required\:bg-grey-600\/10:required{background-color:#4755691a}.required\:bg-grey-600\/20:required{background-color:#47556933}.required\:bg-grey-600\/25:required{background-color:#47556940}.required\:bg-grey-600\/30:required{background-color:#4755694d}.required\:bg-grey-600\/40:required{background-color:#47556966}.required\:bg-grey-600\/50:required{background-color:#47556980}.required\:bg-grey-600\/60:required{background-color:#47556999}.required\:bg-grey-600\/70:required{background-color:#475569b3}.required\:bg-grey-600\/75:required{background-color:#475569bf}.required\:bg-grey-600\/80:required{background-color:#475569cc}.required\:bg-grey-600\/90:required{background-color:#475569e6}.required\:bg-grey-600\/95:required{background-color:#475569f2}.required\:bg-grey-600\/100:required{background-color:#475569}.required\:bg-grey-700\/0:required{background-color:#3f4c5d00}.required\:bg-grey-700\/5:required{background-color:#3f4c5d0d}.required\:bg-grey-700\/10:required{background-color:#3f4c5d1a}.required\:bg-grey-700\/20:required{background-color:#3f4c5d33}.required\:bg-grey-700\/25:required{background-color:#3f4c5d40}.required\:bg-grey-700\/30:required{background-color:#3f4c5d4d}.required\:bg-grey-700\/40:required{background-color:#3f4c5d66}.required\:bg-grey-700\/50:required{background-color:#3f4c5d80}.required\:bg-grey-700\/60:required{background-color:#3f4c5d99}.required\:bg-grey-700\/70:required{background-color:#3f4c5db3}.required\:bg-grey-700\/75:required{background-color:#3f4c5dbf}.required\:bg-grey-700\/80:required{background-color:#3f4c5dcc}.required\:bg-grey-700\/90:required{background-color:#3f4c5de6}.required\:bg-grey-700\/95:required{background-color:#3f4c5df2}.required\:bg-grey-700\/100:required{background-color:#3f4c5d}.required\:bg-grey-800\/0:required{background-color:#36415100}.required\:bg-grey-800\/5:required{background-color:#3641510d}.required\:bg-grey-800\/10:required{background-color:#3641511a}.required\:bg-grey-800\/20:required{background-color:#36415133}.required\:bg-grey-800\/25:required{background-color:#36415140}.required\:bg-grey-800\/30:required{background-color:#3641514d}.required\:bg-grey-800\/40:required{background-color:#36415166}.required\:bg-grey-800\/50:required{background-color:#36415180}.required\:bg-grey-800\/60:required{background-color:#36415199}.required\:bg-grey-800\/70:required{background-color:#364151b3}.required\:bg-grey-800\/75:required{background-color:#364151bf}.required\:bg-grey-800\/80:required{background-color:#364151cc}.required\:bg-grey-800\/90:required{background-color:#364151e6}.required\:bg-grey-800\/95:required{background-color:#364151f2}.required\:bg-grey-800\/100:required{background-color:#364151}.required\:bg-grey-900\/0:required{background-color:#2c354200}.required\:bg-grey-900\/5:required{background-color:#2c35420d}.required\:bg-grey-900\/10:required{background-color:#2c35421a}.required\:bg-grey-900\/20:required{background-color:#2c354233}.required\:bg-grey-900\/25:required{background-color:#2c354240}.required\:bg-grey-900\/30:required{background-color:#2c35424d}.required\:bg-grey-900\/40:required{background-color:#2c354266}.required\:bg-grey-900\/50:required{background-color:#2c354280}.required\:bg-grey-900\/60:required{background-color:#2c354299}.required\:bg-grey-900\/70:required{background-color:#2c3542b3}.required\:bg-grey-900\/75:required{background-color:#2c3542bf}.required\:bg-grey-900\/80:required{background-color:#2c3542cc}.required\:bg-grey-900\/90:required{background-color:#2c3542e6}.required\:bg-grey-900\/95:required{background-color:#2c3542f2}.required\:bg-grey-900\/100:required{background-color:#2c3542}.required\:bg-grey-1000\/0:required{background-color:#1f262e00}.required\:bg-grey-1000\/5:required{background-color:#1f262e0d}.required\:bg-grey-1000\/10:required{background-color:#1f262e1a}.required\:bg-grey-1000\/20:required{background-color:#1f262e33}.required\:bg-grey-1000\/25:required{background-color:#1f262e40}.required\:bg-grey-1000\/30:required{background-color:#1f262e4d}.required\:bg-grey-1000\/40:required{background-color:#1f262e66}.required\:bg-grey-1000\/50:required{background-color:#1f262e80}.required\:bg-grey-1000\/60:required{background-color:#1f262e99}.required\:bg-grey-1000\/70:required{background-color:#1f262eb3}.required\:bg-grey-1000\/75:required{background-color:#1f262ebf}.required\:bg-grey-1000\/80:required{background-color:#1f262ecc}.required\:bg-grey-1000\/90:required{background-color:#1f262ee6}.required\:bg-grey-1000\/95:required{background-color:#1f262ef2}.required\:bg-grey-1000\/100:required{background-color:#1f262e}.required\:bg-green-1000\/0:required{background-color:#175e4400}.required\:bg-green-1000\/5:required{background-color:#175e440d}.required\:bg-green-1000\/10:required{background-color:#175e441a}.required\:bg-green-1000\/20:required{background-color:#175e4433}.required\:bg-green-1000\/25:required{background-color:#175e4440}.required\:bg-green-1000\/30:required{background-color:#175e444d}.required\:bg-green-1000\/40:required{background-color:#175e4466}.required\:bg-green-1000\/50:required{background-color:#175e4480}.required\:bg-green-1000\/60:required{background-color:#175e4499}.required\:bg-green-1000\/70:required{background-color:#175e44b3}.required\:bg-green-1000\/75:required{background-color:#175e44bf}.required\:bg-green-1000\/80:required{background-color:#175e44cc}.required\:bg-green-1000\/90:required{background-color:#175e44e6}.required\:bg-green-1000\/95:required{background-color:#175e44f2}.required\:bg-green-1000\/100:required{background-color:#175e44}.required\:bg-blue-1000\/0:required{background-color:#102c6900}.required\:bg-blue-1000\/5:required{background-color:#102c690d}.required\:bg-blue-1000\/10:required{background-color:#102c691a}.required\:bg-blue-1000\/20:required{background-color:#102c6933}.required\:bg-blue-1000\/25:required{background-color:#102c6940}.required\:bg-blue-1000\/30:required{background-color:#102c694d}.required\:bg-blue-1000\/40:required{background-color:#102c6966}.required\:bg-blue-1000\/50:required{background-color:#102c6980}.required\:bg-blue-1000\/60:required{background-color:#102c6999}.required\:bg-blue-1000\/70:required{background-color:#102c69b3}.required\:bg-blue-1000\/75:required{background-color:#102c69bf}.required\:bg-blue-1000\/80:required{background-color:#102c69cc}.required\:bg-blue-1000\/90:required{background-color:#102c69e6}.required\:bg-blue-1000\/95:required{background-color:#102c69f2}.required\:bg-blue-1000\/100:required{background-color:#102c69}.required\:bg-orange-1000\/0:required{background-color:#68270500}.required\:bg-orange-1000\/5:required{background-color:#6827050d}.required\:bg-orange-1000\/10:required{background-color:#6827051a}.required\:bg-orange-1000\/20:required{background-color:#68270533}.required\:bg-orange-1000\/25:required{background-color:#68270540}.required\:bg-orange-1000\/30:required{background-color:#6827054d}.required\:bg-orange-1000\/40:required{background-color:#68270566}.required\:bg-orange-1000\/50:required{background-color:#68270580}.required\:bg-orange-1000\/60:required{background-color:#68270599}.required\:bg-orange-1000\/70:required{background-color:#682705b3}.required\:bg-orange-1000\/75:required{background-color:#682705bf}.required\:bg-orange-1000\/80:required{background-color:#682705cc}.required\:bg-orange-1000\/90:required{background-color:#682705e6}.required\:bg-orange-1000\/95:required{background-color:#682705f2}.required\:bg-orange-1000\/100:required{background-color:#682705}.required\:bg-red-1000\/0:required{background-color:#62101000}.required\:bg-red-1000\/5:required{background-color:#6210100d}.required\:bg-red-1000\/10:required{background-color:#6210101a}.required\:bg-red-1000\/20:required{background-color:#62101033}.required\:bg-red-1000\/25:required{background-color:#62101040}.required\:bg-red-1000\/30:required{background-color:#6210104d}.required\:bg-red-1000\/40:required{background-color:#62101066}.required\:bg-red-1000\/50:required{background-color:#62101080}.required\:bg-red-1000\/60:required{background-color:#62101099}.required\:bg-red-1000\/70:required{background-color:#621010b3}.required\:bg-red-1000\/75:required{background-color:#621010bf}.required\:bg-red-1000\/80:required{background-color:#621010cc}.required\:bg-red-1000\/90:required{background-color:#621010e6}.required\:bg-red-1000\/95:required{background-color:#621010f2}.required\:bg-red-1000\/100:required{background-color:#621010}.required\:bg-primary\/0:required{background-color:#a78bfa00}.required\:bg-primary\/5:required{background-color:#a78bfa0d}.required\:bg-primary\/10:required{background-color:#a78bfa1a}.required\:bg-primary\/20:required{background-color:#a78bfa33}.required\:bg-primary\/25:required{background-color:#a78bfa40}.required\:bg-primary\/30:required{background-color:#a78bfa4d}.required\:bg-primary\/40:required{background-color:#a78bfa66}.required\:bg-primary\/50:required{background-color:#a78bfa80}.required\:bg-primary\/60:required{background-color:#a78bfa99}.required\:bg-primary\/70:required{background-color:#a78bfab3}.required\:bg-primary\/75:required{background-color:#a78bfabf}.required\:bg-primary\/80:required{background-color:#a78bfacc}.required\:bg-primary\/90:required{background-color:#a78bfae6}.required\:bg-primary\/95:required{background-color:#a78bfaf2}.required\:bg-primary\/100:required{background-color:#a78bfa}.required\:bg-primary-light\/0:required{background-color:#f7f5fe00}.required\:bg-primary-light\/5:required{background-color:#f7f5fe0d}.required\:bg-primary-light\/10:required{background-color:#f7f5fe1a}.required\:bg-primary-light\/20:required{background-color:#f7f5fe33}.required\:bg-primary-light\/25:required{background-color:#f7f5fe40}.required\:bg-primary-light\/30:required{background-color:#f7f5fe4d}.required\:bg-primary-light\/40:required{background-color:#f7f5fe66}.required\:bg-primary-light\/50:required{background-color:#f7f5fe80}.required\:bg-primary-light\/60:required{background-color:#f7f5fe99}.required\:bg-primary-light\/70:required{background-color:#f7f5feb3}.required\:bg-primary-light\/75:required{background-color:#f7f5febf}.required\:bg-primary-light\/80:required{background-color:#f7f5fecc}.required\:bg-primary-light\/90:required{background-color:#f7f5fee6}.required\:bg-primary-light\/95:required{background-color:#f7f5fef2}.required\:bg-primary-light\/100:required{background-color:#f7f5fe}.required\:bg-primary-dark\/0:required{background-color:#69579e00}.required\:bg-primary-dark\/5:required{background-color:#69579e0d}.required\:bg-primary-dark\/10:required{background-color:#69579e1a}.required\:bg-primary-dark\/20:required{background-color:#69579e33}.required\:bg-primary-dark\/25:required{background-color:#69579e40}.required\:bg-primary-dark\/30:required{background-color:#69579e4d}.required\:bg-primary-dark\/40:required{background-color:#69579e66}.required\:bg-primary-dark\/50:required{background-color:#69579e80}.required\:bg-primary-dark\/60:required{background-color:#69579e99}.required\:bg-primary-dark\/70:required{background-color:#69579eb3}.required\:bg-primary-dark\/75:required{background-color:#69579ebf}.required\:bg-primary-dark\/80:required{background-color:#69579ecc}.required\:bg-primary-dark\/90:required{background-color:#69579ee6}.required\:bg-primary-dark\/95:required{background-color:#69579ef2}.required\:bg-primary-dark\/100:required{background-color:#69579e}.required\:bg-info\/0:required{background-color:#7690ef00}.required\:bg-info\/5:required{background-color:#7690ef0d}.required\:bg-info\/10:required{background-color:#7690ef1a}.required\:bg-info\/20:required{background-color:#7690ef33}.required\:bg-info\/25:required{background-color:#7690ef40}.required\:bg-info\/30:required{background-color:#7690ef4d}.required\:bg-info\/40:required{background-color:#7690ef66}.required\:bg-info\/50:required{background-color:#7690ef80}.required\:bg-info\/60:required{background-color:#7690ef99}.required\:bg-info\/70:required{background-color:#7690efb3}.required\:bg-info\/75:required{background-color:#7690efbf}.required\:bg-info\/80:required{background-color:#7690efcc}.required\:bg-info\/90:required{background-color:#7690efe6}.required\:bg-info\/95:required{background-color:#7690eff2}.required\:bg-info\/100:required{background-color:#7690ef}.required\:bg-info-light\/0:required{background-color:#f2f3fd00}.required\:bg-info-light\/5:required{background-color:#f2f3fd0d}.required\:bg-info-light\/10:required{background-color:#f2f3fd1a}.required\:bg-info-light\/20:required{background-color:#f2f3fd33}.required\:bg-info-light\/25:required{background-color:#f2f3fd40}.required\:bg-info-light\/30:required{background-color:#f2f3fd4d}.required\:bg-info-light\/40:required{background-color:#f2f3fd66}.required\:bg-info-light\/50:required{background-color:#f2f3fd80}.required\:bg-info-light\/60:required{background-color:#f2f3fd99}.required\:bg-info-light\/70:required{background-color:#f2f3fdb3}.required\:bg-info-light\/75:required{background-color:#f2f3fdbf}.required\:bg-info-light\/80:required{background-color:#f2f3fdcc}.required\:bg-info-light\/90:required{background-color:#f2f3fde6}.required\:bg-info-light\/95:required{background-color:#f2f3fdf2}.required\:bg-info-light\/100:required{background-color:#f2f3fd}.required\:bg-info-dark\/0:required{background-color:#2158d200}.required\:bg-info-dark\/5:required{background-color:#2158d20d}.required\:bg-info-dark\/10:required{background-color:#2158d21a}.required\:bg-info-dark\/20:required{background-color:#2158d233}.required\:bg-info-dark\/25:required{background-color:#2158d240}.required\:bg-info-dark\/30:required{background-color:#2158d24d}.required\:bg-info-dark\/40:required{background-color:#2158d266}.required\:bg-info-dark\/50:required{background-color:#2158d280}.required\:bg-info-dark\/60:required{background-color:#2158d299}.required\:bg-info-dark\/70:required{background-color:#2158d2b3}.required\:bg-info-dark\/75:required{background-color:#2158d2bf}.required\:bg-info-dark\/80:required{background-color:#2158d2cc}.required\:bg-info-dark\/90:required{background-color:#2158d2e6}.required\:bg-info-dark\/95:required{background-color:#2158d2f2}.required\:bg-info-dark\/100:required{background-color:#2158d2}.required\:bg-success\/0:required{background-color:#28a37600}.required\:bg-success\/5:required{background-color:#28a3760d}.required\:bg-success\/10:required{background-color:#28a3761a}.required\:bg-success\/20:required{background-color:#28a37633}.required\:bg-success\/25:required{background-color:#28a37640}.required\:bg-success\/30:required{background-color:#28a3764d}.required\:bg-success\/40:required{background-color:#28a37666}.required\:bg-success\/50:required{background-color:#28a37680}.required\:bg-success\/60:required{background-color:#28a37699}.required\:bg-success\/70:required{background-color:#28a376b3}.required\:bg-success\/75:required{background-color:#28a376bf}.required\:bg-success\/80:required{background-color:#28a376cc}.required\:bg-success\/90:required{background-color:#28a376e6}.required\:bg-success\/95:required{background-color:#28a376f2}.required\:bg-success\/100:required{background-color:#28a376}.required\:bg-success-light\/0:required{background-color:#f2faf600}.required\:bg-success-light\/5:required{background-color:#f2faf60d}.required\:bg-success-light\/10:required{background-color:#f2faf61a}.required\:bg-success-light\/20:required{background-color:#f2faf633}.required\:bg-success-light\/25:required{background-color:#f2faf640}.required\:bg-success-light\/30:required{background-color:#f2faf64d}.required\:bg-success-light\/40:required{background-color:#f2faf666}.required\:bg-success-light\/50:required{background-color:#f2faf680}.required\:bg-success-light\/60:required{background-color:#f2faf699}.required\:bg-success-light\/70:required{background-color:#f2faf6b3}.required\:bg-success-light\/75:required{background-color:#f2faf6bf}.required\:bg-success-light\/80:required{background-color:#f2faf6cc}.required\:bg-success-light\/90:required{background-color:#f2faf6e6}.required\:bg-success-light\/95:required{background-color:#f2faf6f2}.required\:bg-success-light\/100:required{background-color:#f2faf6}.required\:bg-success-dark\/0:required{background-color:#20856000}.required\:bg-success-dark\/5:required{background-color:#2085600d}.required\:bg-success-dark\/10:required{background-color:#2085601a}.required\:bg-success-dark\/20:required{background-color:#20856033}.required\:bg-success-dark\/25:required{background-color:#20856040}.required\:bg-success-dark\/30:required{background-color:#2085604d}.required\:bg-success-dark\/40:required{background-color:#20856066}.required\:bg-success-dark\/50:required{background-color:#20856080}.required\:bg-success-dark\/60:required{background-color:#20856099}.required\:bg-success-dark\/70:required{background-color:#208560b3}.required\:bg-success-dark\/75:required{background-color:#208560bf}.required\:bg-success-dark\/80:required{background-color:#208560cc}.required\:bg-success-dark\/90:required{background-color:#208560e6}.required\:bg-success-dark\/95:required{background-color:#208560f2}.required\:bg-success-dark\/100:required{background-color:#208560}.required\:bg-warning\/0:required{background-color:#faac1e00}.required\:bg-warning\/5:required{background-color:#faac1e0d}.required\:bg-warning\/10:required{background-color:#faac1e1a}.required\:bg-warning\/20:required{background-color:#faac1e33}.required\:bg-warning\/25:required{background-color:#faac1e40}.required\:bg-warning\/30:required{background-color:#faac1e4d}.required\:bg-warning\/40:required{background-color:#faac1e66}.required\:bg-warning\/50:required{background-color:#faac1e80}.required\:bg-warning\/60:required{background-color:#faac1e99}.required\:bg-warning\/70:required{background-color:#faac1eb3}.required\:bg-warning\/75:required{background-color:#faac1ebf}.required\:bg-warning\/80:required{background-color:#faac1ecc}.required\:bg-warning\/90:required{background-color:#faac1ee6}.required\:bg-warning\/95:required{background-color:#faac1ef2}.required\:bg-warning\/100:required{background-color:#faac1e}.required\:bg-warning-light\/0:required{background-color:#fef7f200}.required\:bg-warning-light\/5:required{background-color:#fef7f20d}.required\:bg-warning-light\/10:required{background-color:#fef7f21a}.required\:bg-warning-light\/20:required{background-color:#fef7f233}.required\:bg-warning-light\/25:required{background-color:#fef7f240}.required\:bg-warning-light\/30:required{background-color:#fef7f24d}.required\:bg-warning-light\/40:required{background-color:#fef7f266}.required\:bg-warning-light\/50:required{background-color:#fef7f280}.required\:bg-warning-light\/60:required{background-color:#fef7f299}.required\:bg-warning-light\/70:required{background-color:#fef7f2b3}.required\:bg-warning-light\/75:required{background-color:#fef7f2bf}.required\:bg-warning-light\/80:required{background-color:#fef7f2cc}.required\:bg-warning-light\/90:required{background-color:#fef7f2e6}.required\:bg-warning-light\/95:required{background-color:#fef7f2f2}.required\:bg-warning-light\/100:required{background-color:#fef7f2}.required\:bg-warning-dark\/0:required{background-color:#9e6c1200}.required\:bg-warning-dark\/5:required{background-color:#9e6c120d}.required\:bg-warning-dark\/10:required{background-color:#9e6c121a}.required\:bg-warning-dark\/20:required{background-color:#9e6c1233}.required\:bg-warning-dark\/25:required{background-color:#9e6c1240}.required\:bg-warning-dark\/30:required{background-color:#9e6c124d}.required\:bg-warning-dark\/40:required{background-color:#9e6c1266}.required\:bg-warning-dark\/50:required{background-color:#9e6c1280}.required\:bg-warning-dark\/60:required{background-color:#9e6c1299}.required\:bg-warning-dark\/70:required{background-color:#9e6c12b3}.required\:bg-warning-dark\/75:required{background-color:#9e6c12bf}.required\:bg-warning-dark\/80:required{background-color:#9e6c12cc}.required\:bg-warning-dark\/90:required{background-color:#9e6c12e6}.required\:bg-warning-dark\/95:required{background-color:#9e6c12f2}.required\:bg-warning-dark\/100:required{background-color:#9e6c12}.required\:bg-error\/0:required{background-color:#dc262600}.required\:bg-error\/5:required{background-color:#dc26260d}.required\:bg-error\/10:required{background-color:#dc26261a}.required\:bg-error\/20:required{background-color:#dc262633}.required\:bg-error\/25:required{background-color:#dc262640}.required\:bg-error\/30:required{background-color:#dc26264d}.required\:bg-error\/40:required{background-color:#dc262666}.required\:bg-error\/50:required{background-color:#dc262680}.required\:bg-error\/60:required{background-color:#dc262699}.required\:bg-error\/70:required{background-color:#dc2626b3}.required\:bg-error\/75:required{background-color:#dc2626bf}.required\:bg-error\/80:required{background-color:#dc2626cc}.required\:bg-error\/90:required{background-color:#dc2626e6}.required\:bg-error\/95:required{background-color:#dc2626f2}.required\:bg-error\/100:required{background-color:#dc2626}.required\:bg-error-light\/0:required{background-color:#fbf2f200}.required\:bg-error-light\/5:required{background-color:#fbf2f20d}.required\:bg-error-light\/10:required{background-color:#fbf2f21a}.required\:bg-error-light\/20:required{background-color:#fbf2f233}.required\:bg-error-light\/25:required{background-color:#fbf2f240}.required\:bg-error-light\/30:required{background-color:#fbf2f24d}.required\:bg-error-light\/40:required{background-color:#fbf2f266}.required\:bg-error-light\/50:required{background-color:#fbf2f280}.required\:bg-error-light\/60:required{background-color:#fbf2f299}.required\:bg-error-light\/70:required{background-color:#fbf2f2b3}.required\:bg-error-light\/75:required{background-color:#fbf2f2bf}.required\:bg-error-light\/80:required{background-color:#fbf2f2cc}.required\:bg-error-light\/90:required{background-color:#fbf2f2e6}.required\:bg-error-light\/95:required{background-color:#fbf2f2f2}.required\:bg-error-light\/100:required{background-color:#fbf2f2}.required\:bg-error-dark\/0:required{background-color:#c4212100}.required\:bg-error-dark\/5:required{background-color:#c421210d}.required\:bg-error-dark\/10:required{background-color:#c421211a}.required\:bg-error-dark\/20:required{background-color:#c4212133}.required\:bg-error-dark\/25:required{background-color:#c4212140}.required\:bg-error-dark\/30:required{background-color:#c421214d}.required\:bg-error-dark\/40:required{background-color:#c4212166}.required\:bg-error-dark\/50:required{background-color:#c4212180}.required\:bg-error-dark\/60:required{background-color:#c4212199}.required\:bg-error-dark\/70:required{background-color:#c42121b3}.required\:bg-error-dark\/75:required{background-color:#c42121bf}.required\:bg-error-dark\/80:required{background-color:#c42121cc}.required\:bg-error-dark\/90:required{background-color:#c42121e6}.required\:bg-error-dark\/95:required{background-color:#c42121f2}.required\:bg-error-dark\/100:required{background-color:#c42121}.required\:bg-grey\/0:required{background-color:#47556900}.required\:bg-grey\/5:required{background-color:#4755690d}.required\:bg-grey\/10:required{background-color:#4755691a}.required\:bg-grey\/20:required{background-color:#47556933}.required\:bg-grey\/25:required{background-color:#47556940}.required\:bg-grey\/30:required{background-color:#4755694d}.required\:bg-grey\/40:required{background-color:#47556966}.required\:bg-grey\/50:required{background-color:#47556980}.required\:bg-grey\/60:required{background-color:#47556999}.required\:bg-grey\/70:required{background-color:#475569b3}.required\:bg-grey\/75:required{background-color:#475569bf}.required\:bg-grey\/80:required{background-color:#475569cc}.required\:bg-grey\/90:required{background-color:#475569e6}.required\:bg-grey\/95:required{background-color:#475569f2}.required\:bg-grey\/100:required{background-color:#475569}.required\:bg-grey-light\/0:required{background-color:#f2f3f400}.required\:bg-grey-light\/5:required{background-color:#f2f3f40d}.required\:bg-grey-light\/10:required{background-color:#f2f3f41a}.required\:bg-grey-light\/20:required{background-color:#f2f3f433}.required\:bg-grey-light\/25:required{background-color:#f2f3f440}.required\:bg-grey-light\/30:required{background-color:#f2f3f44d}.required\:bg-grey-light\/40:required{background-color:#f2f3f466}.required\:bg-grey-light\/50:required{background-color:#f2f3f480}.required\:bg-grey-light\/60:required{background-color:#f2f3f499}.required\:bg-grey-light\/70:required{background-color:#f2f3f4b3}.required\:bg-grey-light\/75:required{background-color:#f2f3f4bf}.required\:bg-grey-light\/80:required{background-color:#f2f3f4cc}.required\:bg-grey-light\/90:required{background-color:#f2f3f4e6}.required\:bg-grey-light\/95:required{background-color:#f2f3f4f2}.required\:bg-grey-light\/100:required{background-color:#f2f3f4}.required\:bg-grey-dark\/0:required{background-color:#2c354200}.required\:bg-grey-dark\/5:required{background-color:#2c35420d}.required\:bg-grey-dark\/10:required{background-color:#2c35421a}.required\:bg-grey-dark\/20:required{background-color:#2c354233}.required\:bg-grey-dark\/25:required{background-color:#2c354240}.required\:bg-grey-dark\/30:required{background-color:#2c35424d}.required\:bg-grey-dark\/40:required{background-color:#2c354266}.required\:bg-grey-dark\/50:required{background-color:#2c354280}.required\:bg-grey-dark\/60:required{background-color:#2c354299}.required\:bg-grey-dark\/70:required{background-color:#2c3542b3}.required\:bg-grey-dark\/75:required{background-color:#2c3542bf}.required\:bg-grey-dark\/80:required{background-color:#2c3542cc}.required\:bg-grey-dark\/90:required{background-color:#2c3542e6}.required\:bg-grey-dark\/95:required{background-color:#2c3542f2}.required\:bg-grey-dark\/100:required{background-color:#2c3542}.required\:text-red-50:required{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity))}.required\:text-red-100:required{--tw-text-opacity: 1;color:rgb(251 242 242 / var(--tw-text-opacity))}.required\:text-red-200:required{--tw-text-opacity: 1;color:rgb(248 228 228 / var(--tw-text-opacity))}.required\:text-red-300:required{--tw-text-opacity: 1;color:rgb(241 198 198 / var(--tw-text-opacity))}.required\:text-red-400:required{--tw-text-opacity: 1;color:rgb(234 163 163 / var(--tw-text-opacity))}.required\:text-red-500:required{--tw-text-opacity: 1;color:rgb(227 118 118 / var(--tw-text-opacity))}.required\:text-red-600:required{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.required\:text-red-700:required{--tw-text-opacity: 1;color:rgb(196 33 33 / var(--tw-text-opacity))}.required\:text-red-800:required{--tw-text-opacity: 1;color:rgb(170 29 29 / var(--tw-text-opacity))}.required\:text-red-900:required{--tw-text-opacity: 1;color:rgb(139 24 24 / var(--tw-text-opacity))}.required\:text-orange-50:required{--tw-text-opacity: 1;color:rgb(255 247 237 / var(--tw-text-opacity))}.required\:text-orange-100:required{--tw-text-opacity: 1;color:rgb(252 243 241 / var(--tw-text-opacity))}.required\:text-orange-200:required{--tw-text-opacity: 1;color:rgb(250 231 228 / var(--tw-text-opacity))}.required\:text-orange-300:required{--tw-text-opacity: 1;color:rgb(246 205 197 / var(--tw-text-opacity))}.required\:text-orange-400:required{--tw-text-opacity: 1;color:rgb(242 175 161 / var(--tw-text-opacity))}.required\:text-orange-500:required{--tw-text-opacity: 1;color:rgb(238 138 114 / var(--tw-text-opacity))}.required\:text-orange-600:required{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.required\:text-orange-700:required{--tw-text-opacity: 1;color:rgb(209 78 10 / var(--tw-text-opacity))}.required\:text-orange-800:required{--tw-text-opacity: 1;color:rgb(181 68 9 / var(--tw-text-opacity))}.required\:text-orange-900:required{--tw-text-opacity: 1;color:rgb(147 55 7 / var(--tw-text-opacity))}.required\:text-yellow-50:required{--tw-text-opacity: 1;color:rgb(254 252 232 / var(--tw-text-opacity))}.required\:text-yellow-100:required{--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity))}.required\:text-yellow-200:required{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity))}.required\:text-yellow-300:required{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity))}.required\:text-yellow-400:required{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity))}.required\:text-yellow-500:required{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.required\:text-yellow-600:required{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity))}.required\:text-yellow-700:required{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity))}.required\:text-yellow-800:required{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity))}.required\:text-yellow-900:required{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity))}.required\:text-green-50:required{--tw-text-opacity: 1;color:rgb(240 253 244 / var(--tw-text-opacity))}.required\:text-green-100:required{--tw-text-opacity: 1;color:rgb(242 250 246 / var(--tw-text-opacity))}.required\:text-green-200:required{--tw-text-opacity: 1;color:rgb(229 246 238 / var(--tw-text-opacity))}.required\:text-green-300:required{--tw-text-opacity: 1;color:rgb(200 238 219 / var(--tw-text-opacity))}.required\:text-green-400:required{--tw-text-opacity: 1;color:rgb(166 229 200 / var(--tw-text-opacity))}.required\:text-green-500:required{--tw-text-opacity: 1;color:rgb(123 220 178 / var(--tw-text-opacity))}.required\:text-green-600:required{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity))}.required\:text-green-700:required{--tw-text-opacity: 1;color:rgb(46 188 136 / var(--tw-text-opacity))}.required\:text-green-800:required{--tw-text-opacity: 1;color:rgb(40 163 118 / var(--tw-text-opacity))}.required\:text-green-900:required{--tw-text-opacity: 1;color:rgb(32 133 96 / var(--tw-text-opacity))}.required\:text-emerald-50:required{--tw-text-opacity: 1;color:rgb(236 253 245 / var(--tw-text-opacity))}.required\:text-emerald-100:required{--tw-text-opacity: 1;color:rgb(209 250 229 / var(--tw-text-opacity))}.required\:text-emerald-200:required{--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity))}.required\:text-emerald-300:required{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity))}.required\:text-emerald-400:required{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity))}.required\:text-emerald-500:required{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity))}.required\:text-emerald-600:required{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity))}.required\:text-emerald-700:required{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity))}.required\:text-emerald-800:required{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity))}.required\:text-emerald-900:required{--tw-text-opacity: 1;color:rgb(6 78 59 / var(--tw-text-opacity))}.required\:text-teal-50:required{--tw-text-opacity: 1;color:rgb(240 253 250 / var(--tw-text-opacity))}.required\:text-teal-100:required{--tw-text-opacity: 1;color:rgb(204 251 241 / var(--tw-text-opacity))}.required\:text-teal-200:required{--tw-text-opacity: 1;color:rgb(153 246 228 / var(--tw-text-opacity))}.required\:text-teal-300:required{--tw-text-opacity: 1;color:rgb(94 234 212 / var(--tw-text-opacity))}.required\:text-teal-400:required{--tw-text-opacity: 1;color:rgb(45 212 191 / var(--tw-text-opacity))}.required\:text-teal-500:required{--tw-text-opacity: 1;color:rgb(20 184 166 / var(--tw-text-opacity))}.required\:text-teal-600:required{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity))}.required\:text-teal-700:required{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity))}.required\:text-teal-800:required{--tw-text-opacity: 1;color:rgb(17 94 89 / var(--tw-text-opacity))}.required\:text-teal-900:required{--tw-text-opacity: 1;color:rgb(19 78 74 / var(--tw-text-opacity))}.required\:text-sky-50:required{--tw-text-opacity: 1;color:rgb(240 249 255 / var(--tw-text-opacity))}.required\:text-sky-100:required{--tw-text-opacity: 1;color:rgb(224 242 254 / var(--tw-text-opacity))}.required\:text-sky-200:required{--tw-text-opacity: 1;color:rgb(186 230 253 / var(--tw-text-opacity))}.required\:text-sky-300:required{--tw-text-opacity: 1;color:rgb(125 211 252 / var(--tw-text-opacity))}.required\:text-sky-400:required{--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity))}.required\:text-sky-500:required{--tw-text-opacity: 1;color:rgb(14 165 233 / var(--tw-text-opacity))}.required\:text-sky-600:required{--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity))}.required\:text-sky-700:required{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity))}.required\:text-sky-800:required{--tw-text-opacity: 1;color:rgb(7 89 133 / var(--tw-text-opacity))}.required\:text-sky-900:required{--tw-text-opacity: 1;color:rgb(12 74 110 / var(--tw-text-opacity))}.required\:text-blue-50:required{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity))}.required\:text-blue-100:required{--tw-text-opacity: 1;color:rgb(242 243 253 / var(--tw-text-opacity))}.required\:text-blue-200:required{--tw-text-opacity: 1;color:rgb(228 232 251 / var(--tw-text-opacity))}.required\:text-blue-300:required{--tw-text-opacity: 1;color:rgb(198 207 247 / var(--tw-text-opacity))}.required\:text-blue-400:required{--tw-text-opacity: 1;color:rgb(163 178 243 / var(--tw-text-opacity))}.required\:text-blue-500:required{--tw-text-opacity: 1;color:rgb(118 144 239 / var(--tw-text-opacity))}.required\:text-blue-600:required{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.required\:text-blue-700:required{--tw-text-opacity: 1;color:rgb(33 88 210 / var(--tw-text-opacity))}.required\:text-blue-800:required{--tw-text-opacity: 1;color:rgb(28 76 182 / var(--tw-text-opacity))}.required\:text-blue-900:required{--tw-text-opacity: 1;color:rgb(23 62 148 / var(--tw-text-opacity))}.required\:text-indigo-50:required{--tw-text-opacity: 1;color:rgb(238 242 255 / var(--tw-text-opacity))}.required\:text-indigo-100:required{--tw-text-opacity: 1;color:rgb(224 231 255 / var(--tw-text-opacity))}.required\:text-indigo-200:required{--tw-text-opacity: 1;color:rgb(199 210 254 / var(--tw-text-opacity))}.required\:text-indigo-300:required{--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity))}.required\:text-indigo-400:required{--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity))}.required\:text-indigo-500:required{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity))}.required\:text-indigo-600:required{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity))}.required\:text-indigo-700:required{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity))}.required\:text-indigo-800:required{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity))}.required\:text-indigo-900:required{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity))}.required\:text-violet-50:required{--tw-text-opacity: 1;color:rgb(245 243 255 / var(--tw-text-opacity))}.required\:text-violet-100:required{--tw-text-opacity: 1;color:rgb(237 233 254 / var(--tw-text-opacity))}.required\:text-violet-200:required{--tw-text-opacity: 1;color:rgb(221 214 254 / var(--tw-text-opacity))}.required\:text-violet-300:required{--tw-text-opacity: 1;color:rgb(196 181 253 / var(--tw-text-opacity))}.required\:text-violet-400:required{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.required\:text-violet-500:required{--tw-text-opacity: 1;color:rgb(139 92 246 / var(--tw-text-opacity))}.required\:text-violet-600:required{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity))}.required\:text-violet-700:required{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity))}.required\:text-violet-800:required{--tw-text-opacity: 1;color:rgb(91 33 182 / var(--tw-text-opacity))}.required\:text-violet-900:required{--tw-text-opacity: 1;color:rgb(76 29 149 / var(--tw-text-opacity))}.required\:text-fuchsia-50:required{--tw-text-opacity: 1;color:rgb(253 244 255 / var(--tw-text-opacity))}.required\:text-fuchsia-100:required{--tw-text-opacity: 1;color:rgb(250 232 255 / var(--tw-text-opacity))}.required\:text-fuchsia-200:required{--tw-text-opacity: 1;color:rgb(245 208 254 / var(--tw-text-opacity))}.required\:text-fuchsia-300:required{--tw-text-opacity: 1;color:rgb(240 171 252 / var(--tw-text-opacity))}.required\:text-fuchsia-400:required{--tw-text-opacity: 1;color:rgb(232 121 249 / var(--tw-text-opacity))}.required\:text-fuchsia-500:required{--tw-text-opacity: 1;color:rgb(217 70 239 / var(--tw-text-opacity))}.required\:text-fuchsia-600:required{--tw-text-opacity: 1;color:rgb(192 38 211 / var(--tw-text-opacity))}.required\:text-fuchsia-700:required{--tw-text-opacity: 1;color:rgb(162 28 175 / var(--tw-text-opacity))}.required\:text-fuchsia-800:required{--tw-text-opacity: 1;color:rgb(134 25 143 / var(--tw-text-opacity))}.required\:text-fuchsia-900:required{--tw-text-opacity: 1;color:rgb(112 26 117 / var(--tw-text-opacity))}.required\:text-pink-50:required{--tw-text-opacity: 1;color:rgb(253 242 248 / var(--tw-text-opacity))}.required\:text-pink-100:required{--tw-text-opacity: 1;color:rgb(252 231 243 / var(--tw-text-opacity))}.required\:text-pink-200:required{--tw-text-opacity: 1;color:rgb(251 207 232 / var(--tw-text-opacity))}.required\:text-pink-300:required{--tw-text-opacity: 1;color:rgb(249 168 212 / var(--tw-text-opacity))}.required\:text-pink-400:required{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity))}.required\:text-pink-500:required{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity))}.required\:text-pink-600:required{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity))}.required\:text-pink-700:required{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity))}.required\:text-pink-800:required{--tw-text-opacity: 1;color:rgb(157 23 77 / var(--tw-text-opacity))}.required\:text-pink-900:required{--tw-text-opacity: 1;color:rgb(131 24 67 / var(--tw-text-opacity))}.required\:text-rose-50:required{--tw-text-opacity: 1;color:rgb(255 241 242 / var(--tw-text-opacity))}.required\:text-rose-100:required{--tw-text-opacity: 1;color:rgb(255 228 230 / var(--tw-text-opacity))}.required\:text-rose-200:required{--tw-text-opacity: 1;color:rgb(254 205 211 / var(--tw-text-opacity))}.required\:text-rose-300:required{--tw-text-opacity: 1;color:rgb(253 164 175 / var(--tw-text-opacity))}.required\:text-rose-400:required{--tw-text-opacity: 1;color:rgb(251 113 133 / var(--tw-text-opacity))}.required\:text-rose-500:required{--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity))}.required\:text-rose-600:required{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity))}.required\:text-rose-700:required{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity))}.required\:text-rose-800:required{--tw-text-opacity: 1;color:rgb(159 18 57 / var(--tw-text-opacity))}.required\:text-rose-900:required{--tw-text-opacity: 1;color:rgb(136 19 55 / var(--tw-text-opacity))}.required\:text-primary-100:required{--tw-text-opacity: 1;color:rgb(242 243 244 / var(--tw-text-opacity))}.required\:text-primary-200:required{--tw-text-opacity: 1;color:rgb(232 232 240 / var(--tw-text-opacity))}.required\:text-primary-300:required{--tw-text-opacity: 1;color:rgb(208 208 225 / var(--tw-text-opacity))}.required\:text-primary-400:required{--tw-text-opacity: 1;color:rgb(180 180 209 / var(--tw-text-opacity))}.required\:text-primary-500:required{--tw-text-opacity: 1;color:rgb(147 147 191 / var(--tw-text-opacity))}.required\:text-primary-600:required{--tw-text-opacity: 1;color:rgb(104 104 172 / var(--tw-text-opacity))}.required\:text-primary-700:required{--tw-text-opacity: 1;color:rgb(93 93 153 / var(--tw-text-opacity))}.required\:text-primary-800:required{--tw-text-opacity: 1;color:rgb(80 80 133 / var(--tw-text-opacity))}.required\:text-primary-900:required{--tw-text-opacity: 1;color:rgb(65 65 108 / var(--tw-text-opacity))}.required\:text-primary-1000:required{--tw-text-opacity: 1;color:rgb(46 46 76 / var(--tw-text-opacity))}.required\:text-primary-highlight-100:required{--tw-text-opacity: 1;color:rgb(247 245 254 / var(--tw-text-opacity))}.required\:text-primary-highlight-200:required{--tw-text-opacity: 1;color:rgb(239 236 254 / var(--tw-text-opacity))}.required\:text-primary-highlight-300:required{--tw-text-opacity: 1;color:rgb(223 216 253 / var(--tw-text-opacity))}.required\:text-primary-highlight-400:required{--tw-text-opacity: 1;color:rgb(206 193 252 / var(--tw-text-opacity))}.required\:text-primary-highlight-500:required{--tw-text-opacity: 1;color:rgb(187 168 251 / var(--tw-text-opacity))}.required\:text-primary-highlight-600:required{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.required\:text-primary-highlight-700:required{--tw-text-opacity: 1;color:rgb(149 124 223 / var(--tw-text-opacity))}.required\:text-primary-highlight-800:required{--tw-text-opacity: 1;color:rgb(129 107 193 / var(--tw-text-opacity))}.required\:text-primary-highlight-900:required{--tw-text-opacity: 1;color:rgb(105 87 158 / var(--tw-text-opacity))}.required\:text-primary-highlight-1000:required{--tw-text-opacity: 1;color:rgb(74 62 111 / var(--tw-text-opacity))}.required\:text-secondary-100:required{--tw-text-opacity: 1;color:rgb(254 247 242 / var(--tw-text-opacity))}.required\:text-secondary-200:required{--tw-text-opacity: 1;color:rgb(254 240 228 / var(--tw-text-opacity))}.required\:text-secondary-300:required{--tw-text-opacity: 1;color:rgb(253 225 198 / var(--tw-text-opacity))}.required\:text-secondary-400:required{--tw-text-opacity: 1;color:rgb(252 209 162 / var(--tw-text-opacity))}.required\:text-secondary-500:required{--tw-text-opacity: 1;color:rgb(251 191 117 / var(--tw-text-opacity))}.required\:text-secondary-600:required{--tw-text-opacity: 1;color:rgb(250 172 30 / var(--tw-text-opacity))}.required\:text-secondary-700:required{--tw-text-opacity: 1;color:rgb(223 153 26 / var(--tw-text-opacity))}.required\:text-secondary-800:required{--tw-text-opacity: 1;color:rgb(193 133 23 / var(--tw-text-opacity))}.required\:text-secondary-900:required{--tw-text-opacity: 1;color:rgb(158 108 18 / var(--tw-text-opacity))}.required\:text-secondary-1000:required{--tw-text-opacity: 1;color:rgb(111 76 13 / var(--tw-text-opacity))}.required\:text-grey-100:required{--tw-text-opacity: 1;color:rgb(242 243 244 / var(--tw-text-opacity))}.required\:text-grey-200:required{--tw-text-opacity: 1;color:rgb(230 231 232 / var(--tw-text-opacity))}.required\:text-grey-300:required{--tw-text-opacity: 1;color:rgb(202 204 208 / var(--tw-text-opacity))}.required\:text-grey-400:required{--tw-text-opacity: 1;color:rgb(170 174 180 / var(--tw-text-opacity))}.required\:text-grey-500:required{--tw-text-opacity: 1;color:rgb(130 137 147 / var(--tw-text-opacity))}.required\:text-grey-600:required{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.required\:text-grey-700:required{--tw-text-opacity: 1;color:rgb(63 76 93 / var(--tw-text-opacity))}.required\:text-grey-800:required{--tw-text-opacity: 1;color:rgb(54 65 81 / var(--tw-text-opacity))}.required\:text-grey-900:required{--tw-text-opacity: 1;color:rgb(44 53 66 / var(--tw-text-opacity))}.required\:text-grey-1000:required{--tw-text-opacity: 1;color:rgb(31 38 46 / var(--tw-text-opacity))}.required\:text-green-1000:required{--tw-text-opacity: 1;color:rgb(23 94 68 / var(--tw-text-opacity))}.required\:text-blue-1000:required{--tw-text-opacity: 1;color:rgb(16 44 105 / var(--tw-text-opacity))}.required\:text-orange-1000:required{--tw-text-opacity: 1;color:rgb(104 39 5 / var(--tw-text-opacity))}.required\:text-red-1000:required{--tw-text-opacity: 1;color:rgb(98 16 16 / var(--tw-text-opacity))}.required\:text-primary:required{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.required\:text-primary-light:required{--tw-text-opacity: 1;color:rgb(247 245 254 / var(--tw-text-opacity))}.required\:text-primary-dark:required{--tw-text-opacity: 1;color:rgb(105 87 158 / var(--tw-text-opacity))}.required\:text-info:required{--tw-text-opacity: 1;color:rgb(118 144 239 / var(--tw-text-opacity))}.required\:text-info-light:required{--tw-text-opacity: 1;color:rgb(242 243 253 / var(--tw-text-opacity))}.required\:text-info-dark:required{--tw-text-opacity: 1;color:rgb(33 88 210 / var(--tw-text-opacity))}.required\:text-success:required{--tw-text-opacity: 1;color:rgb(40 163 118 / var(--tw-text-opacity))}.required\:text-success-light:required{--tw-text-opacity: 1;color:rgb(242 250 246 / var(--tw-text-opacity))}.required\:text-success-dark:required{--tw-text-opacity: 1;color:rgb(32 133 96 / var(--tw-text-opacity))}.required\:text-warning:required{--tw-text-opacity: 1;color:rgb(250 172 30 / var(--tw-text-opacity))}.required\:text-warning-light:required{--tw-text-opacity: 1;color:rgb(254 247 242 / var(--tw-text-opacity))}.required\:text-warning-dark:required{--tw-text-opacity: 1;color:rgb(158 108 18 / var(--tw-text-opacity))}.required\:text-error:required{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.required\:text-error-light:required{--tw-text-opacity: 1;color:rgb(251 242 242 / var(--tw-text-opacity))}.required\:text-error-dark:required{--tw-text-opacity: 1;color:rgb(196 33 33 / var(--tw-text-opacity))}.required\:text-grey:required{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.required\:text-grey-light:required{--tw-text-opacity: 1;color:rgb(242 243 244 / var(--tw-text-opacity))}.required\:text-grey-dark:required{--tw-text-opacity: 1;color:rgb(44 53 66 / var(--tw-text-opacity))}.required\:text-red-50\/0:required{color:#fef2f200}.required\:text-red-50\/5:required{color:#fef2f20d}.required\:text-red-50\/10:required{color:#fef2f21a}.required\:text-red-50\/20:required{color:#fef2f233}.required\:text-red-50\/25:required{color:#fef2f240}.required\:text-red-50\/30:required{color:#fef2f24d}.required\:text-red-50\/40:required{color:#fef2f266}.required\:text-red-50\/50:required{color:#fef2f280}.required\:text-red-50\/60:required{color:#fef2f299}.required\:text-red-50\/70:required{color:#fef2f2b3}.required\:text-red-50\/75:required{color:#fef2f2bf}.required\:text-red-50\/80:required{color:#fef2f2cc}.required\:text-red-50\/90:required{color:#fef2f2e6}.required\:text-red-50\/95:required{color:#fef2f2f2}.required\:text-red-50\/100:required{color:#fef2f2}.required\:text-red-100\/0:required{color:#fbf2f200}.required\:text-red-100\/5:required{color:#fbf2f20d}.required\:text-red-100\/10:required{color:#fbf2f21a}.required\:text-red-100\/20:required{color:#fbf2f233}.required\:text-red-100\/25:required{color:#fbf2f240}.required\:text-red-100\/30:required{color:#fbf2f24d}.required\:text-red-100\/40:required{color:#fbf2f266}.required\:text-red-100\/50:required{color:#fbf2f280}.required\:text-red-100\/60:required{color:#fbf2f299}.required\:text-red-100\/70:required{color:#fbf2f2b3}.required\:text-red-100\/75:required{color:#fbf2f2bf}.required\:text-red-100\/80:required{color:#fbf2f2cc}.required\:text-red-100\/90:required{color:#fbf2f2e6}.required\:text-red-100\/95:required{color:#fbf2f2f2}.required\:text-red-100\/100:required{color:#fbf2f2}.required\:text-red-200\/0:required{color:#f8e4e400}.required\:text-red-200\/5:required{color:#f8e4e40d}.required\:text-red-200\/10:required{color:#f8e4e41a}.required\:text-red-200\/20:required{color:#f8e4e433}.required\:text-red-200\/25:required{color:#f8e4e440}.required\:text-red-200\/30:required{color:#f8e4e44d}.required\:text-red-200\/40:required{color:#f8e4e466}.required\:text-red-200\/50:required{color:#f8e4e480}.required\:text-red-200\/60:required{color:#f8e4e499}.required\:text-red-200\/70:required{color:#f8e4e4b3}.required\:text-red-200\/75:required{color:#f8e4e4bf}.required\:text-red-200\/80:required{color:#f8e4e4cc}.required\:text-red-200\/90:required{color:#f8e4e4e6}.required\:text-red-200\/95:required{color:#f8e4e4f2}.required\:text-red-200\/100:required{color:#f8e4e4}.required\:text-red-300\/0:required{color:#f1c6c600}.required\:text-red-300\/5:required{color:#f1c6c60d}.required\:text-red-300\/10:required{color:#f1c6c61a}.required\:text-red-300\/20:required{color:#f1c6c633}.required\:text-red-300\/25:required{color:#f1c6c640}.required\:text-red-300\/30:required{color:#f1c6c64d}.required\:text-red-300\/40:required{color:#f1c6c666}.required\:text-red-300\/50:required{color:#f1c6c680}.required\:text-red-300\/60:required{color:#f1c6c699}.required\:text-red-300\/70:required{color:#f1c6c6b3}.required\:text-red-300\/75:required{color:#f1c6c6bf}.required\:text-red-300\/80:required{color:#f1c6c6cc}.required\:text-red-300\/90:required{color:#f1c6c6e6}.required\:text-red-300\/95:required{color:#f1c6c6f2}.required\:text-red-300\/100:required{color:#f1c6c6}.required\:text-red-400\/0:required{color:#eaa3a300}.required\:text-red-400\/5:required{color:#eaa3a30d}.required\:text-red-400\/10:required{color:#eaa3a31a}.required\:text-red-400\/20:required{color:#eaa3a333}.required\:text-red-400\/25:required{color:#eaa3a340}.required\:text-red-400\/30:required{color:#eaa3a34d}.required\:text-red-400\/40:required{color:#eaa3a366}.required\:text-red-400\/50:required{color:#eaa3a380}.required\:text-red-400\/60:required{color:#eaa3a399}.required\:text-red-400\/70:required{color:#eaa3a3b3}.required\:text-red-400\/75:required{color:#eaa3a3bf}.required\:text-red-400\/80:required{color:#eaa3a3cc}.required\:text-red-400\/90:required{color:#eaa3a3e6}.required\:text-red-400\/95:required{color:#eaa3a3f2}.required\:text-red-400\/100:required{color:#eaa3a3}.required\:text-red-500\/0:required{color:#e3767600}.required\:text-red-500\/5:required{color:#e376760d}.required\:text-red-500\/10:required{color:#e376761a}.required\:text-red-500\/20:required{color:#e3767633}.required\:text-red-500\/25:required{color:#e3767640}.required\:text-red-500\/30:required{color:#e376764d}.required\:text-red-500\/40:required{color:#e3767666}.required\:text-red-500\/50:required{color:#e3767680}.required\:text-red-500\/60:required{color:#e3767699}.required\:text-red-500\/70:required{color:#e37676b3}.required\:text-red-500\/75:required{color:#e37676bf}.required\:text-red-500\/80:required{color:#e37676cc}.required\:text-red-500\/90:required{color:#e37676e6}.required\:text-red-500\/95:required{color:#e37676f2}.required\:text-red-500\/100:required{color:#e37676}.required\:text-red-600\/0:required{color:#dc262600}.required\:text-red-600\/5:required{color:#dc26260d}.required\:text-red-600\/10:required{color:#dc26261a}.required\:text-red-600\/20:required{color:#dc262633}.required\:text-red-600\/25:required{color:#dc262640}.required\:text-red-600\/30:required{color:#dc26264d}.required\:text-red-600\/40:required{color:#dc262666}.required\:text-red-600\/50:required{color:#dc262680}.required\:text-red-600\/60:required{color:#dc262699}.required\:text-red-600\/70:required{color:#dc2626b3}.required\:text-red-600\/75:required{color:#dc2626bf}.required\:text-red-600\/80:required{color:#dc2626cc}.required\:text-red-600\/90:required{color:#dc2626e6}.required\:text-red-600\/95:required{color:#dc2626f2}.required\:text-red-600\/100:required{color:#dc2626}.required\:text-red-700\/0:required{color:#c4212100}.required\:text-red-700\/5:required{color:#c421210d}.required\:text-red-700\/10:required{color:#c421211a}.required\:text-red-700\/20:required{color:#c4212133}.required\:text-red-700\/25:required{color:#c4212140}.required\:text-red-700\/30:required{color:#c421214d}.required\:text-red-700\/40:required{color:#c4212166}.required\:text-red-700\/50:required{color:#c4212180}.required\:text-red-700\/60:required{color:#c4212199}.required\:text-red-700\/70:required{color:#c42121b3}.required\:text-red-700\/75:required{color:#c42121bf}.required\:text-red-700\/80:required{color:#c42121cc}.required\:text-red-700\/90:required{color:#c42121e6}.required\:text-red-700\/95:required{color:#c42121f2}.required\:text-red-700\/100:required{color:#c42121}.required\:text-red-800\/0:required{color:#aa1d1d00}.required\:text-red-800\/5:required{color:#aa1d1d0d}.required\:text-red-800\/10:required{color:#aa1d1d1a}.required\:text-red-800\/20:required{color:#aa1d1d33}.required\:text-red-800\/25:required{color:#aa1d1d40}.required\:text-red-800\/30:required{color:#aa1d1d4d}.required\:text-red-800\/40:required{color:#aa1d1d66}.required\:text-red-800\/50:required{color:#aa1d1d80}.required\:text-red-800\/60:required{color:#aa1d1d99}.required\:text-red-800\/70:required{color:#aa1d1db3}.required\:text-red-800\/75:required{color:#aa1d1dbf}.required\:text-red-800\/80:required{color:#aa1d1dcc}.required\:text-red-800\/90:required{color:#aa1d1de6}.required\:text-red-800\/95:required{color:#aa1d1df2}.required\:text-red-800\/100:required{color:#aa1d1d}.required\:text-red-900\/0:required{color:#8b181800}.required\:text-red-900\/5:required{color:#8b18180d}.required\:text-red-900\/10:required{color:#8b18181a}.required\:text-red-900\/20:required{color:#8b181833}.required\:text-red-900\/25:required{color:#8b181840}.required\:text-red-900\/30:required{color:#8b18184d}.required\:text-red-900\/40:required{color:#8b181866}.required\:text-red-900\/50:required{color:#8b181880}.required\:text-red-900\/60:required{color:#8b181899}.required\:text-red-900\/70:required{color:#8b1818b3}.required\:text-red-900\/75:required{color:#8b1818bf}.required\:text-red-900\/80:required{color:#8b1818cc}.required\:text-red-900\/90:required{color:#8b1818e6}.required\:text-red-900\/95:required{color:#8b1818f2}.required\:text-red-900\/100:required{color:#8b1818}.required\:text-orange-50\/0:required{color:#fff7ed00}.required\:text-orange-50\/5:required{color:#fff7ed0d}.required\:text-orange-50\/10:required{color:#fff7ed1a}.required\:text-orange-50\/20:required{color:#fff7ed33}.required\:text-orange-50\/25:required{color:#fff7ed40}.required\:text-orange-50\/30:required{color:#fff7ed4d}.required\:text-orange-50\/40:required{color:#fff7ed66}.required\:text-orange-50\/50:required{color:#fff7ed80}.required\:text-orange-50\/60:required{color:#fff7ed99}.required\:text-orange-50\/70:required{color:#fff7edb3}.required\:text-orange-50\/75:required{color:#fff7edbf}.required\:text-orange-50\/80:required{color:#fff7edcc}.required\:text-orange-50\/90:required{color:#fff7ede6}.required\:text-orange-50\/95:required{color:#fff7edf2}.required\:text-orange-50\/100:required{color:#fff7ed}.required\:text-orange-100\/0:required{color:#fcf3f100}.required\:text-orange-100\/5:required{color:#fcf3f10d}.required\:text-orange-100\/10:required{color:#fcf3f11a}.required\:text-orange-100\/20:required{color:#fcf3f133}.required\:text-orange-100\/25:required{color:#fcf3f140}.required\:text-orange-100\/30:required{color:#fcf3f14d}.required\:text-orange-100\/40:required{color:#fcf3f166}.required\:text-orange-100\/50:required{color:#fcf3f180}.required\:text-orange-100\/60:required{color:#fcf3f199}.required\:text-orange-100\/70:required{color:#fcf3f1b3}.required\:text-orange-100\/75:required{color:#fcf3f1bf}.required\:text-orange-100\/80:required{color:#fcf3f1cc}.required\:text-orange-100\/90:required{color:#fcf3f1e6}.required\:text-orange-100\/95:required{color:#fcf3f1f2}.required\:text-orange-100\/100:required{color:#fcf3f1}.required\:text-orange-200\/0:required{color:#fae7e400}.required\:text-orange-200\/5:required{color:#fae7e40d}.required\:text-orange-200\/10:required{color:#fae7e41a}.required\:text-orange-200\/20:required{color:#fae7e433}.required\:text-orange-200\/25:required{color:#fae7e440}.required\:text-orange-200\/30:required{color:#fae7e44d}.required\:text-orange-200\/40:required{color:#fae7e466}.required\:text-orange-200\/50:required{color:#fae7e480}.required\:text-orange-200\/60:required{color:#fae7e499}.required\:text-orange-200\/70:required{color:#fae7e4b3}.required\:text-orange-200\/75:required{color:#fae7e4bf}.required\:text-orange-200\/80:required{color:#fae7e4cc}.required\:text-orange-200\/90:required{color:#fae7e4e6}.required\:text-orange-200\/95:required{color:#fae7e4f2}.required\:text-orange-200\/100:required{color:#fae7e4}.required\:text-orange-300\/0:required{color:#f6cdc500}.required\:text-orange-300\/5:required{color:#f6cdc50d}.required\:text-orange-300\/10:required{color:#f6cdc51a}.required\:text-orange-300\/20:required{color:#f6cdc533}.required\:text-orange-300\/25:required{color:#f6cdc540}.required\:text-orange-300\/30:required{color:#f6cdc54d}.required\:text-orange-300\/40:required{color:#f6cdc566}.required\:text-orange-300\/50:required{color:#f6cdc580}.required\:text-orange-300\/60:required{color:#f6cdc599}.required\:text-orange-300\/70:required{color:#f6cdc5b3}.required\:text-orange-300\/75:required{color:#f6cdc5bf}.required\:text-orange-300\/80:required{color:#f6cdc5cc}.required\:text-orange-300\/90:required{color:#f6cdc5e6}.required\:text-orange-300\/95:required{color:#f6cdc5f2}.required\:text-orange-300\/100:required{color:#f6cdc5}.required\:text-orange-400\/0:required{color:#f2afa100}.required\:text-orange-400\/5:required{color:#f2afa10d}.required\:text-orange-400\/10:required{color:#f2afa11a}.required\:text-orange-400\/20:required{color:#f2afa133}.required\:text-orange-400\/25:required{color:#f2afa140}.required\:text-orange-400\/30:required{color:#f2afa14d}.required\:text-orange-400\/40:required{color:#f2afa166}.required\:text-orange-400\/50:required{color:#f2afa180}.required\:text-orange-400\/60:required{color:#f2afa199}.required\:text-orange-400\/70:required{color:#f2afa1b3}.required\:text-orange-400\/75:required{color:#f2afa1bf}.required\:text-orange-400\/80:required{color:#f2afa1cc}.required\:text-orange-400\/90:required{color:#f2afa1e6}.required\:text-orange-400\/95:required{color:#f2afa1f2}.required\:text-orange-400\/100:required{color:#f2afa1}.required\:text-orange-500\/0:required{color:#ee8a7200}.required\:text-orange-500\/5:required{color:#ee8a720d}.required\:text-orange-500\/10:required{color:#ee8a721a}.required\:text-orange-500\/20:required{color:#ee8a7233}.required\:text-orange-500\/25:required{color:#ee8a7240}.required\:text-orange-500\/30:required{color:#ee8a724d}.required\:text-orange-500\/40:required{color:#ee8a7266}.required\:text-orange-500\/50:required{color:#ee8a7280}.required\:text-orange-500\/60:required{color:#ee8a7299}.required\:text-orange-500\/70:required{color:#ee8a72b3}.required\:text-orange-500\/75:required{color:#ee8a72bf}.required\:text-orange-500\/80:required{color:#ee8a72cc}.required\:text-orange-500\/90:required{color:#ee8a72e6}.required\:text-orange-500\/95:required{color:#ee8a72f2}.required\:text-orange-500\/100:required{color:#ee8a72}.required\:text-orange-600\/0:required{color:#ea580c00}.required\:text-orange-600\/5:required{color:#ea580c0d}.required\:text-orange-600\/10:required{color:#ea580c1a}.required\:text-orange-600\/20:required{color:#ea580c33}.required\:text-orange-600\/25:required{color:#ea580c40}.required\:text-orange-600\/30:required{color:#ea580c4d}.required\:text-orange-600\/40:required{color:#ea580c66}.required\:text-orange-600\/50:required{color:#ea580c80}.required\:text-orange-600\/60:required{color:#ea580c99}.required\:text-orange-600\/70:required{color:#ea580cb3}.required\:text-orange-600\/75:required{color:#ea580cbf}.required\:text-orange-600\/80:required{color:#ea580ccc}.required\:text-orange-600\/90:required{color:#ea580ce6}.required\:text-orange-600\/95:required{color:#ea580cf2}.required\:text-orange-600\/100:required{color:#ea580c}.required\:text-orange-700\/0:required{color:#d14e0a00}.required\:text-orange-700\/5:required{color:#d14e0a0d}.required\:text-orange-700\/10:required{color:#d14e0a1a}.required\:text-orange-700\/20:required{color:#d14e0a33}.required\:text-orange-700\/25:required{color:#d14e0a40}.required\:text-orange-700\/30:required{color:#d14e0a4d}.required\:text-orange-700\/40:required{color:#d14e0a66}.required\:text-orange-700\/50:required{color:#d14e0a80}.required\:text-orange-700\/60:required{color:#d14e0a99}.required\:text-orange-700\/70:required{color:#d14e0ab3}.required\:text-orange-700\/75:required{color:#d14e0abf}.required\:text-orange-700\/80:required{color:#d14e0acc}.required\:text-orange-700\/90:required{color:#d14e0ae6}.required\:text-orange-700\/95:required{color:#d14e0af2}.required\:text-orange-700\/100:required{color:#d14e0a}.required\:text-orange-800\/0:required{color:#b5440900}.required\:text-orange-800\/5:required{color:#b544090d}.required\:text-orange-800\/10:required{color:#b544091a}.required\:text-orange-800\/20:required{color:#b5440933}.required\:text-orange-800\/25:required{color:#b5440940}.required\:text-orange-800\/30:required{color:#b544094d}.required\:text-orange-800\/40:required{color:#b5440966}.required\:text-orange-800\/50:required{color:#b5440980}.required\:text-orange-800\/60:required{color:#b5440999}.required\:text-orange-800\/70:required{color:#b54409b3}.required\:text-orange-800\/75:required{color:#b54409bf}.required\:text-orange-800\/80:required{color:#b54409cc}.required\:text-orange-800\/90:required{color:#b54409e6}.required\:text-orange-800\/95:required{color:#b54409f2}.required\:text-orange-800\/100:required{color:#b54409}.required\:text-orange-900\/0:required{color:#93370700}.required\:text-orange-900\/5:required{color:#9337070d}.required\:text-orange-900\/10:required{color:#9337071a}.required\:text-orange-900\/20:required{color:#93370733}.required\:text-orange-900\/25:required{color:#93370740}.required\:text-orange-900\/30:required{color:#9337074d}.required\:text-orange-900\/40:required{color:#93370766}.required\:text-orange-900\/50:required{color:#93370780}.required\:text-orange-900\/60:required{color:#93370799}.required\:text-orange-900\/70:required{color:#933707b3}.required\:text-orange-900\/75:required{color:#933707bf}.required\:text-orange-900\/80:required{color:#933707cc}.required\:text-orange-900\/90:required{color:#933707e6}.required\:text-orange-900\/95:required{color:#933707f2}.required\:text-orange-900\/100:required{color:#933707}.required\:text-yellow-50\/0:required{color:#fefce800}.required\:text-yellow-50\/5:required{color:#fefce80d}.required\:text-yellow-50\/10:required{color:#fefce81a}.required\:text-yellow-50\/20:required{color:#fefce833}.required\:text-yellow-50\/25:required{color:#fefce840}.required\:text-yellow-50\/30:required{color:#fefce84d}.required\:text-yellow-50\/40:required{color:#fefce866}.required\:text-yellow-50\/50:required{color:#fefce880}.required\:text-yellow-50\/60:required{color:#fefce899}.required\:text-yellow-50\/70:required{color:#fefce8b3}.required\:text-yellow-50\/75:required{color:#fefce8bf}.required\:text-yellow-50\/80:required{color:#fefce8cc}.required\:text-yellow-50\/90:required{color:#fefce8e6}.required\:text-yellow-50\/95:required{color:#fefce8f2}.required\:text-yellow-50\/100:required{color:#fefce8}.required\:text-yellow-100\/0:required{color:#fef3c700}.required\:text-yellow-100\/5:required{color:#fef3c70d}.required\:text-yellow-100\/10:required{color:#fef3c71a}.required\:text-yellow-100\/20:required{color:#fef3c733}.required\:text-yellow-100\/25:required{color:#fef3c740}.required\:text-yellow-100\/30:required{color:#fef3c74d}.required\:text-yellow-100\/40:required{color:#fef3c766}.required\:text-yellow-100\/50:required{color:#fef3c780}.required\:text-yellow-100\/60:required{color:#fef3c799}.required\:text-yellow-100\/70:required{color:#fef3c7b3}.required\:text-yellow-100\/75:required{color:#fef3c7bf}.required\:text-yellow-100\/80:required{color:#fef3c7cc}.required\:text-yellow-100\/90:required{color:#fef3c7e6}.required\:text-yellow-100\/95:required{color:#fef3c7f2}.required\:text-yellow-100\/100:required{color:#fef3c7}.required\:text-yellow-200\/0:required{color:#fde68a00}.required\:text-yellow-200\/5:required{color:#fde68a0d}.required\:text-yellow-200\/10:required{color:#fde68a1a}.required\:text-yellow-200\/20:required{color:#fde68a33}.required\:text-yellow-200\/25:required{color:#fde68a40}.required\:text-yellow-200\/30:required{color:#fde68a4d}.required\:text-yellow-200\/40:required{color:#fde68a66}.required\:text-yellow-200\/50:required{color:#fde68a80}.required\:text-yellow-200\/60:required{color:#fde68a99}.required\:text-yellow-200\/70:required{color:#fde68ab3}.required\:text-yellow-200\/75:required{color:#fde68abf}.required\:text-yellow-200\/80:required{color:#fde68acc}.required\:text-yellow-200\/90:required{color:#fde68ae6}.required\:text-yellow-200\/95:required{color:#fde68af2}.required\:text-yellow-200\/100:required{color:#fde68a}.required\:text-yellow-300\/0:required{color:#fcd34d00}.required\:text-yellow-300\/5:required{color:#fcd34d0d}.required\:text-yellow-300\/10:required{color:#fcd34d1a}.required\:text-yellow-300\/20:required{color:#fcd34d33}.required\:text-yellow-300\/25:required{color:#fcd34d40}.required\:text-yellow-300\/30:required{color:#fcd34d4d}.required\:text-yellow-300\/40:required{color:#fcd34d66}.required\:text-yellow-300\/50:required{color:#fcd34d80}.required\:text-yellow-300\/60:required{color:#fcd34d99}.required\:text-yellow-300\/70:required{color:#fcd34db3}.required\:text-yellow-300\/75:required{color:#fcd34dbf}.required\:text-yellow-300\/80:required{color:#fcd34dcc}.required\:text-yellow-300\/90:required{color:#fcd34de6}.required\:text-yellow-300\/95:required{color:#fcd34df2}.required\:text-yellow-300\/100:required{color:#fcd34d}.required\:text-yellow-400\/0:required{color:#fbbf2400}.required\:text-yellow-400\/5:required{color:#fbbf240d}.required\:text-yellow-400\/10:required{color:#fbbf241a}.required\:text-yellow-400\/20:required{color:#fbbf2433}.required\:text-yellow-400\/25:required{color:#fbbf2440}.required\:text-yellow-400\/30:required{color:#fbbf244d}.required\:text-yellow-400\/40:required{color:#fbbf2466}.required\:text-yellow-400\/50:required{color:#fbbf2480}.required\:text-yellow-400\/60:required{color:#fbbf2499}.required\:text-yellow-400\/70:required{color:#fbbf24b3}.required\:text-yellow-400\/75:required{color:#fbbf24bf}.required\:text-yellow-400\/80:required{color:#fbbf24cc}.required\:text-yellow-400\/90:required{color:#fbbf24e6}.required\:text-yellow-400\/95:required{color:#fbbf24f2}.required\:text-yellow-400\/100:required{color:#fbbf24}.required\:text-yellow-500\/0:required{color:#eab30800}.required\:text-yellow-500\/5:required{color:#eab3080d}.required\:text-yellow-500\/10:required{color:#eab3081a}.required\:text-yellow-500\/20:required{color:#eab30833}.required\:text-yellow-500\/25:required{color:#eab30840}.required\:text-yellow-500\/30:required{color:#eab3084d}.required\:text-yellow-500\/40:required{color:#eab30866}.required\:text-yellow-500\/50:required{color:#eab30880}.required\:text-yellow-500\/60:required{color:#eab30899}.required\:text-yellow-500\/70:required{color:#eab308b3}.required\:text-yellow-500\/75:required{color:#eab308bf}.required\:text-yellow-500\/80:required{color:#eab308cc}.required\:text-yellow-500\/90:required{color:#eab308e6}.required\:text-yellow-500\/95:required{color:#eab308f2}.required\:text-yellow-500\/100:required{color:#eab308}.required\:text-yellow-600\/0:required{color:#d9770600}.required\:text-yellow-600\/5:required{color:#d977060d}.required\:text-yellow-600\/10:required{color:#d977061a}.required\:text-yellow-600\/20:required{color:#d9770633}.required\:text-yellow-600\/25:required{color:#d9770640}.required\:text-yellow-600\/30:required{color:#d977064d}.required\:text-yellow-600\/40:required{color:#d9770666}.required\:text-yellow-600\/50:required{color:#d9770680}.required\:text-yellow-600\/60:required{color:#d9770699}.required\:text-yellow-600\/70:required{color:#d97706b3}.required\:text-yellow-600\/75:required{color:#d97706bf}.required\:text-yellow-600\/80:required{color:#d97706cc}.required\:text-yellow-600\/90:required{color:#d97706e6}.required\:text-yellow-600\/95:required{color:#d97706f2}.required\:text-yellow-600\/100:required{color:#d97706}.required\:text-yellow-700\/0:required{color:#b4530900}.required\:text-yellow-700\/5:required{color:#b453090d}.required\:text-yellow-700\/10:required{color:#b453091a}.required\:text-yellow-700\/20:required{color:#b4530933}.required\:text-yellow-700\/25:required{color:#b4530940}.required\:text-yellow-700\/30:required{color:#b453094d}.required\:text-yellow-700\/40:required{color:#b4530966}.required\:text-yellow-700\/50:required{color:#b4530980}.required\:text-yellow-700\/60:required{color:#b4530999}.required\:text-yellow-700\/70:required{color:#b45309b3}.required\:text-yellow-700\/75:required{color:#b45309bf}.required\:text-yellow-700\/80:required{color:#b45309cc}.required\:text-yellow-700\/90:required{color:#b45309e6}.required\:text-yellow-700\/95:required{color:#b45309f2}.required\:text-yellow-700\/100:required{color:#b45309}.required\:text-yellow-800\/0:required{color:#92400e00}.required\:text-yellow-800\/5:required{color:#92400e0d}.required\:text-yellow-800\/10:required{color:#92400e1a}.required\:text-yellow-800\/20:required{color:#92400e33}.required\:text-yellow-800\/25:required{color:#92400e40}.required\:text-yellow-800\/30:required{color:#92400e4d}.required\:text-yellow-800\/40:required{color:#92400e66}.required\:text-yellow-800\/50:required{color:#92400e80}.required\:text-yellow-800\/60:required{color:#92400e99}.required\:text-yellow-800\/70:required{color:#92400eb3}.required\:text-yellow-800\/75:required{color:#92400ebf}.required\:text-yellow-800\/80:required{color:#92400ecc}.required\:text-yellow-800\/90:required{color:#92400ee6}.required\:text-yellow-800\/95:required{color:#92400ef2}.required\:text-yellow-800\/100:required{color:#92400e}.required\:text-yellow-900\/0:required{color:#78350f00}.required\:text-yellow-900\/5:required{color:#78350f0d}.required\:text-yellow-900\/10:required{color:#78350f1a}.required\:text-yellow-900\/20:required{color:#78350f33}.required\:text-yellow-900\/25:required{color:#78350f40}.required\:text-yellow-900\/30:required{color:#78350f4d}.required\:text-yellow-900\/40:required{color:#78350f66}.required\:text-yellow-900\/50:required{color:#78350f80}.required\:text-yellow-900\/60:required{color:#78350f99}.required\:text-yellow-900\/70:required{color:#78350fb3}.required\:text-yellow-900\/75:required{color:#78350fbf}.required\:text-yellow-900\/80:required{color:#78350fcc}.required\:text-yellow-900\/90:required{color:#78350fe6}.required\:text-yellow-900\/95:required{color:#78350ff2}.required\:text-yellow-900\/100:required{color:#78350f}.required\:text-green-50\/0:required{color:#f0fdf400}.required\:text-green-50\/5:required{color:#f0fdf40d}.required\:text-green-50\/10:required{color:#f0fdf41a}.required\:text-green-50\/20:required{color:#f0fdf433}.required\:text-green-50\/25:required{color:#f0fdf440}.required\:text-green-50\/30:required{color:#f0fdf44d}.required\:text-green-50\/40:required{color:#f0fdf466}.required\:text-green-50\/50:required{color:#f0fdf480}.required\:text-green-50\/60:required{color:#f0fdf499}.required\:text-green-50\/70:required{color:#f0fdf4b3}.required\:text-green-50\/75:required{color:#f0fdf4bf}.required\:text-green-50\/80:required{color:#f0fdf4cc}.required\:text-green-50\/90:required{color:#f0fdf4e6}.required\:text-green-50\/95:required{color:#f0fdf4f2}.required\:text-green-50\/100:required{color:#f0fdf4}.required\:text-green-100\/0:required{color:#f2faf600}.required\:text-green-100\/5:required{color:#f2faf60d}.required\:text-green-100\/10:required{color:#f2faf61a}.required\:text-green-100\/20:required{color:#f2faf633}.required\:text-green-100\/25:required{color:#f2faf640}.required\:text-green-100\/30:required{color:#f2faf64d}.required\:text-green-100\/40:required{color:#f2faf666}.required\:text-green-100\/50:required{color:#f2faf680}.required\:text-green-100\/60:required{color:#f2faf699}.required\:text-green-100\/70:required{color:#f2faf6b3}.required\:text-green-100\/75:required{color:#f2faf6bf}.required\:text-green-100\/80:required{color:#f2faf6cc}.required\:text-green-100\/90:required{color:#f2faf6e6}.required\:text-green-100\/95:required{color:#f2faf6f2}.required\:text-green-100\/100:required{color:#f2faf6}.required\:text-green-200\/0:required{color:#e5f6ee00}.required\:text-green-200\/5:required{color:#e5f6ee0d}.required\:text-green-200\/10:required{color:#e5f6ee1a}.required\:text-green-200\/20:required{color:#e5f6ee33}.required\:text-green-200\/25:required{color:#e5f6ee40}.required\:text-green-200\/30:required{color:#e5f6ee4d}.required\:text-green-200\/40:required{color:#e5f6ee66}.required\:text-green-200\/50:required{color:#e5f6ee80}.required\:text-green-200\/60:required{color:#e5f6ee99}.required\:text-green-200\/70:required{color:#e5f6eeb3}.required\:text-green-200\/75:required{color:#e5f6eebf}.required\:text-green-200\/80:required{color:#e5f6eecc}.required\:text-green-200\/90:required{color:#e5f6eee6}.required\:text-green-200\/95:required{color:#e5f6eef2}.required\:text-green-200\/100:required{color:#e5f6ee}.required\:text-green-300\/0:required{color:#c8eedb00}.required\:text-green-300\/5:required{color:#c8eedb0d}.required\:text-green-300\/10:required{color:#c8eedb1a}.required\:text-green-300\/20:required{color:#c8eedb33}.required\:text-green-300\/25:required{color:#c8eedb40}.required\:text-green-300\/30:required{color:#c8eedb4d}.required\:text-green-300\/40:required{color:#c8eedb66}.required\:text-green-300\/50:required{color:#c8eedb80}.required\:text-green-300\/60:required{color:#c8eedb99}.required\:text-green-300\/70:required{color:#c8eedbb3}.required\:text-green-300\/75:required{color:#c8eedbbf}.required\:text-green-300\/80:required{color:#c8eedbcc}.required\:text-green-300\/90:required{color:#c8eedbe6}.required\:text-green-300\/95:required{color:#c8eedbf2}.required\:text-green-300\/100:required{color:#c8eedb}.required\:text-green-400\/0:required{color:#a6e5c800}.required\:text-green-400\/5:required{color:#a6e5c80d}.required\:text-green-400\/10:required{color:#a6e5c81a}.required\:text-green-400\/20:required{color:#a6e5c833}.required\:text-green-400\/25:required{color:#a6e5c840}.required\:text-green-400\/30:required{color:#a6e5c84d}.required\:text-green-400\/40:required{color:#a6e5c866}.required\:text-green-400\/50:required{color:#a6e5c880}.required\:text-green-400\/60:required{color:#a6e5c899}.required\:text-green-400\/70:required{color:#a6e5c8b3}.required\:text-green-400\/75:required{color:#a6e5c8bf}.required\:text-green-400\/80:required{color:#a6e5c8cc}.required\:text-green-400\/90:required{color:#a6e5c8e6}.required\:text-green-400\/95:required{color:#a6e5c8f2}.required\:text-green-400\/100:required{color:#a6e5c8}.required\:text-green-500\/0:required{color:#7bdcb200}.required\:text-green-500\/5:required{color:#7bdcb20d}.required\:text-green-500\/10:required{color:#7bdcb21a}.required\:text-green-500\/20:required{color:#7bdcb233}.required\:text-green-500\/25:required{color:#7bdcb240}.required\:text-green-500\/30:required{color:#7bdcb24d}.required\:text-green-500\/40:required{color:#7bdcb266}.required\:text-green-500\/50:required{color:#7bdcb280}.required\:text-green-500\/60:required{color:#7bdcb299}.required\:text-green-500\/70:required{color:#7bdcb2b3}.required\:text-green-500\/75:required{color:#7bdcb2bf}.required\:text-green-500\/80:required{color:#7bdcb2cc}.required\:text-green-500\/90:required{color:#7bdcb2e6}.required\:text-green-500\/95:required{color:#7bdcb2f2}.required\:text-green-500\/100:required{color:#7bdcb2}.required\:text-green-600\/0:required{color:#34d39900}.required\:text-green-600\/5:required{color:#34d3990d}.required\:text-green-600\/10:required{color:#34d3991a}.required\:text-green-600\/20:required{color:#34d39933}.required\:text-green-600\/25:required{color:#34d39940}.required\:text-green-600\/30:required{color:#34d3994d}.required\:text-green-600\/40:required{color:#34d39966}.required\:text-green-600\/50:required{color:#34d39980}.required\:text-green-600\/60:required{color:#34d39999}.required\:text-green-600\/70:required{color:#34d399b3}.required\:text-green-600\/75:required{color:#34d399bf}.required\:text-green-600\/80:required{color:#34d399cc}.required\:text-green-600\/90:required{color:#34d399e6}.required\:text-green-600\/95:required{color:#34d399f2}.required\:text-green-600\/100:required{color:#34d399}.required\:text-green-700\/0:required{color:#2ebc8800}.required\:text-green-700\/5:required{color:#2ebc880d}.required\:text-green-700\/10:required{color:#2ebc881a}.required\:text-green-700\/20:required{color:#2ebc8833}.required\:text-green-700\/25:required{color:#2ebc8840}.required\:text-green-700\/30:required{color:#2ebc884d}.required\:text-green-700\/40:required{color:#2ebc8866}.required\:text-green-700\/50:required{color:#2ebc8880}.required\:text-green-700\/60:required{color:#2ebc8899}.required\:text-green-700\/70:required{color:#2ebc88b3}.required\:text-green-700\/75:required{color:#2ebc88bf}.required\:text-green-700\/80:required{color:#2ebc88cc}.required\:text-green-700\/90:required{color:#2ebc88e6}.required\:text-green-700\/95:required{color:#2ebc88f2}.required\:text-green-700\/100:required{color:#2ebc88}.required\:text-green-800\/0:required{color:#28a37600}.required\:text-green-800\/5:required{color:#28a3760d}.required\:text-green-800\/10:required{color:#28a3761a}.required\:text-green-800\/20:required{color:#28a37633}.required\:text-green-800\/25:required{color:#28a37640}.required\:text-green-800\/30:required{color:#28a3764d}.required\:text-green-800\/40:required{color:#28a37666}.required\:text-green-800\/50:required{color:#28a37680}.required\:text-green-800\/60:required{color:#28a37699}.required\:text-green-800\/70:required{color:#28a376b3}.required\:text-green-800\/75:required{color:#28a376bf}.required\:text-green-800\/80:required{color:#28a376cc}.required\:text-green-800\/90:required{color:#28a376e6}.required\:text-green-800\/95:required{color:#28a376f2}.required\:text-green-800\/100:required{color:#28a376}.required\:text-green-900\/0:required{color:#20856000}.required\:text-green-900\/5:required{color:#2085600d}.required\:text-green-900\/10:required{color:#2085601a}.required\:text-green-900\/20:required{color:#20856033}.required\:text-green-900\/25:required{color:#20856040}.required\:text-green-900\/30:required{color:#2085604d}.required\:text-green-900\/40:required{color:#20856066}.required\:text-green-900\/50:required{color:#20856080}.required\:text-green-900\/60:required{color:#20856099}.required\:text-green-900\/70:required{color:#208560b3}.required\:text-green-900\/75:required{color:#208560bf}.required\:text-green-900\/80:required{color:#208560cc}.required\:text-green-900\/90:required{color:#208560e6}.required\:text-green-900\/95:required{color:#208560f2}.required\:text-green-900\/100:required{color:#208560}.required\:text-emerald-50\/0:required{color:#ecfdf500}.required\:text-emerald-50\/5:required{color:#ecfdf50d}.required\:text-emerald-50\/10:required{color:#ecfdf51a}.required\:text-emerald-50\/20:required{color:#ecfdf533}.required\:text-emerald-50\/25:required{color:#ecfdf540}.required\:text-emerald-50\/30:required{color:#ecfdf54d}.required\:text-emerald-50\/40:required{color:#ecfdf566}.required\:text-emerald-50\/50:required{color:#ecfdf580}.required\:text-emerald-50\/60:required{color:#ecfdf599}.required\:text-emerald-50\/70:required{color:#ecfdf5b3}.required\:text-emerald-50\/75:required{color:#ecfdf5bf}.required\:text-emerald-50\/80:required{color:#ecfdf5cc}.required\:text-emerald-50\/90:required{color:#ecfdf5e6}.required\:text-emerald-50\/95:required{color:#ecfdf5f2}.required\:text-emerald-50\/100:required{color:#ecfdf5}.required\:text-emerald-100\/0:required{color:#d1fae500}.required\:text-emerald-100\/5:required{color:#d1fae50d}.required\:text-emerald-100\/10:required{color:#d1fae51a}.required\:text-emerald-100\/20:required{color:#d1fae533}.required\:text-emerald-100\/25:required{color:#d1fae540}.required\:text-emerald-100\/30:required{color:#d1fae54d}.required\:text-emerald-100\/40:required{color:#d1fae566}.required\:text-emerald-100\/50:required{color:#d1fae580}.required\:text-emerald-100\/60:required{color:#d1fae599}.required\:text-emerald-100\/70:required{color:#d1fae5b3}.required\:text-emerald-100\/75:required{color:#d1fae5bf}.required\:text-emerald-100\/80:required{color:#d1fae5cc}.required\:text-emerald-100\/90:required{color:#d1fae5e6}.required\:text-emerald-100\/95:required{color:#d1fae5f2}.required\:text-emerald-100\/100:required{color:#d1fae5}.required\:text-emerald-200\/0:required{color:#a7f3d000}.required\:text-emerald-200\/5:required{color:#a7f3d00d}.required\:text-emerald-200\/10:required{color:#a7f3d01a}.required\:text-emerald-200\/20:required{color:#a7f3d033}.required\:text-emerald-200\/25:required{color:#a7f3d040}.required\:text-emerald-200\/30:required{color:#a7f3d04d}.required\:text-emerald-200\/40:required{color:#a7f3d066}.required\:text-emerald-200\/50:required{color:#a7f3d080}.required\:text-emerald-200\/60:required{color:#a7f3d099}.required\:text-emerald-200\/70:required{color:#a7f3d0b3}.required\:text-emerald-200\/75:required{color:#a7f3d0bf}.required\:text-emerald-200\/80:required{color:#a7f3d0cc}.required\:text-emerald-200\/90:required{color:#a7f3d0e6}.required\:text-emerald-200\/95:required{color:#a7f3d0f2}.required\:text-emerald-200\/100:required{color:#a7f3d0}.required\:text-emerald-300\/0:required{color:#6ee7b700}.required\:text-emerald-300\/5:required{color:#6ee7b70d}.required\:text-emerald-300\/10:required{color:#6ee7b71a}.required\:text-emerald-300\/20:required{color:#6ee7b733}.required\:text-emerald-300\/25:required{color:#6ee7b740}.required\:text-emerald-300\/30:required{color:#6ee7b74d}.required\:text-emerald-300\/40:required{color:#6ee7b766}.required\:text-emerald-300\/50:required{color:#6ee7b780}.required\:text-emerald-300\/60:required{color:#6ee7b799}.required\:text-emerald-300\/70:required{color:#6ee7b7b3}.required\:text-emerald-300\/75:required{color:#6ee7b7bf}.required\:text-emerald-300\/80:required{color:#6ee7b7cc}.required\:text-emerald-300\/90:required{color:#6ee7b7e6}.required\:text-emerald-300\/95:required{color:#6ee7b7f2}.required\:text-emerald-300\/100:required{color:#6ee7b7}.required\:text-emerald-400\/0:required{color:#34d39900}.required\:text-emerald-400\/5:required{color:#34d3990d}.required\:text-emerald-400\/10:required{color:#34d3991a}.required\:text-emerald-400\/20:required{color:#34d39933}.required\:text-emerald-400\/25:required{color:#34d39940}.required\:text-emerald-400\/30:required{color:#34d3994d}.required\:text-emerald-400\/40:required{color:#34d39966}.required\:text-emerald-400\/50:required{color:#34d39980}.required\:text-emerald-400\/60:required{color:#34d39999}.required\:text-emerald-400\/70:required{color:#34d399b3}.required\:text-emerald-400\/75:required{color:#34d399bf}.required\:text-emerald-400\/80:required{color:#34d399cc}.required\:text-emerald-400\/90:required{color:#34d399e6}.required\:text-emerald-400\/95:required{color:#34d399f2}.required\:text-emerald-400\/100:required{color:#34d399}.required\:text-emerald-500\/0:required{color:#10b98100}.required\:text-emerald-500\/5:required{color:#10b9810d}.required\:text-emerald-500\/10:required{color:#10b9811a}.required\:text-emerald-500\/20:required{color:#10b98133}.required\:text-emerald-500\/25:required{color:#10b98140}.required\:text-emerald-500\/30:required{color:#10b9814d}.required\:text-emerald-500\/40:required{color:#10b98166}.required\:text-emerald-500\/50:required{color:#10b98180}.required\:text-emerald-500\/60:required{color:#10b98199}.required\:text-emerald-500\/70:required{color:#10b981b3}.required\:text-emerald-500\/75:required{color:#10b981bf}.required\:text-emerald-500\/80:required{color:#10b981cc}.required\:text-emerald-500\/90:required{color:#10b981e6}.required\:text-emerald-500\/95:required{color:#10b981f2}.required\:text-emerald-500\/100:required{color:#10b981}.required\:text-emerald-600\/0:required{color:#05966900}.required\:text-emerald-600\/5:required{color:#0596690d}.required\:text-emerald-600\/10:required{color:#0596691a}.required\:text-emerald-600\/20:required{color:#05966933}.required\:text-emerald-600\/25:required{color:#05966940}.required\:text-emerald-600\/30:required{color:#0596694d}.required\:text-emerald-600\/40:required{color:#05966966}.required\:text-emerald-600\/50:required{color:#05966980}.required\:text-emerald-600\/60:required{color:#05966999}.required\:text-emerald-600\/70:required{color:#059669b3}.required\:text-emerald-600\/75:required{color:#059669bf}.required\:text-emerald-600\/80:required{color:#059669cc}.required\:text-emerald-600\/90:required{color:#059669e6}.required\:text-emerald-600\/95:required{color:#059669f2}.required\:text-emerald-600\/100:required{color:#059669}.required\:text-emerald-700\/0:required{color:#04785700}.required\:text-emerald-700\/5:required{color:#0478570d}.required\:text-emerald-700\/10:required{color:#0478571a}.required\:text-emerald-700\/20:required{color:#04785733}.required\:text-emerald-700\/25:required{color:#04785740}.required\:text-emerald-700\/30:required{color:#0478574d}.required\:text-emerald-700\/40:required{color:#04785766}.required\:text-emerald-700\/50:required{color:#04785780}.required\:text-emerald-700\/60:required{color:#04785799}.required\:text-emerald-700\/70:required{color:#047857b3}.required\:text-emerald-700\/75:required{color:#047857bf}.required\:text-emerald-700\/80:required{color:#047857cc}.required\:text-emerald-700\/90:required{color:#047857e6}.required\:text-emerald-700\/95:required{color:#047857f2}.required\:text-emerald-700\/100:required{color:#047857}.required\:text-emerald-800\/0:required{color:#065f4600}.required\:text-emerald-800\/5:required{color:#065f460d}.required\:text-emerald-800\/10:required{color:#065f461a}.required\:text-emerald-800\/20:required{color:#065f4633}.required\:text-emerald-800\/25:required{color:#065f4640}.required\:text-emerald-800\/30:required{color:#065f464d}.required\:text-emerald-800\/40:required{color:#065f4666}.required\:text-emerald-800\/50:required{color:#065f4680}.required\:text-emerald-800\/60:required{color:#065f4699}.required\:text-emerald-800\/70:required{color:#065f46b3}.required\:text-emerald-800\/75:required{color:#065f46bf}.required\:text-emerald-800\/80:required{color:#065f46cc}.required\:text-emerald-800\/90:required{color:#065f46e6}.required\:text-emerald-800\/95:required{color:#065f46f2}.required\:text-emerald-800\/100:required{color:#065f46}.required\:text-emerald-900\/0:required{color:#064e3b00}.required\:text-emerald-900\/5:required{color:#064e3b0d}.required\:text-emerald-900\/10:required{color:#064e3b1a}.required\:text-emerald-900\/20:required{color:#064e3b33}.required\:text-emerald-900\/25:required{color:#064e3b40}.required\:text-emerald-900\/30:required{color:#064e3b4d}.required\:text-emerald-900\/40:required{color:#064e3b66}.required\:text-emerald-900\/50:required{color:#064e3b80}.required\:text-emerald-900\/60:required{color:#064e3b99}.required\:text-emerald-900\/70:required{color:#064e3bb3}.required\:text-emerald-900\/75:required{color:#064e3bbf}.required\:text-emerald-900\/80:required{color:#064e3bcc}.required\:text-emerald-900\/90:required{color:#064e3be6}.required\:text-emerald-900\/95:required{color:#064e3bf2}.required\:text-emerald-900\/100:required{color:#064e3b}.required\:text-teal-50\/0:required{color:#f0fdfa00}.required\:text-teal-50\/5:required{color:#f0fdfa0d}.required\:text-teal-50\/10:required{color:#f0fdfa1a}.required\:text-teal-50\/20:required{color:#f0fdfa33}.required\:text-teal-50\/25:required{color:#f0fdfa40}.required\:text-teal-50\/30:required{color:#f0fdfa4d}.required\:text-teal-50\/40:required{color:#f0fdfa66}.required\:text-teal-50\/50:required{color:#f0fdfa80}.required\:text-teal-50\/60:required{color:#f0fdfa99}.required\:text-teal-50\/70:required{color:#f0fdfab3}.required\:text-teal-50\/75:required{color:#f0fdfabf}.required\:text-teal-50\/80:required{color:#f0fdfacc}.required\:text-teal-50\/90:required{color:#f0fdfae6}.required\:text-teal-50\/95:required{color:#f0fdfaf2}.required\:text-teal-50\/100:required{color:#f0fdfa}.required\:text-teal-100\/0:required{color:#ccfbf100}.required\:text-teal-100\/5:required{color:#ccfbf10d}.required\:text-teal-100\/10:required{color:#ccfbf11a}.required\:text-teal-100\/20:required{color:#ccfbf133}.required\:text-teal-100\/25:required{color:#ccfbf140}.required\:text-teal-100\/30:required{color:#ccfbf14d}.required\:text-teal-100\/40:required{color:#ccfbf166}.required\:text-teal-100\/50:required{color:#ccfbf180}.required\:text-teal-100\/60:required{color:#ccfbf199}.required\:text-teal-100\/70:required{color:#ccfbf1b3}.required\:text-teal-100\/75:required{color:#ccfbf1bf}.required\:text-teal-100\/80:required{color:#ccfbf1cc}.required\:text-teal-100\/90:required{color:#ccfbf1e6}.required\:text-teal-100\/95:required{color:#ccfbf1f2}.required\:text-teal-100\/100:required{color:#ccfbf1}.required\:text-teal-200\/0:required{color:#99f6e400}.required\:text-teal-200\/5:required{color:#99f6e40d}.required\:text-teal-200\/10:required{color:#99f6e41a}.required\:text-teal-200\/20:required{color:#99f6e433}.required\:text-teal-200\/25:required{color:#99f6e440}.required\:text-teal-200\/30:required{color:#99f6e44d}.required\:text-teal-200\/40:required{color:#99f6e466}.required\:text-teal-200\/50:required{color:#99f6e480}.required\:text-teal-200\/60:required{color:#99f6e499}.required\:text-teal-200\/70:required{color:#99f6e4b3}.required\:text-teal-200\/75:required{color:#99f6e4bf}.required\:text-teal-200\/80:required{color:#99f6e4cc}.required\:text-teal-200\/90:required{color:#99f6e4e6}.required\:text-teal-200\/95:required{color:#99f6e4f2}.required\:text-teal-200\/100:required{color:#99f6e4}.required\:text-teal-300\/0:required{color:#5eead400}.required\:text-teal-300\/5:required{color:#5eead40d}.required\:text-teal-300\/10:required{color:#5eead41a}.required\:text-teal-300\/20:required{color:#5eead433}.required\:text-teal-300\/25:required{color:#5eead440}.required\:text-teal-300\/30:required{color:#5eead44d}.required\:text-teal-300\/40:required{color:#5eead466}.required\:text-teal-300\/50:required{color:#5eead480}.required\:text-teal-300\/60:required{color:#5eead499}.required\:text-teal-300\/70:required{color:#5eead4b3}.required\:text-teal-300\/75:required{color:#5eead4bf}.required\:text-teal-300\/80:required{color:#5eead4cc}.required\:text-teal-300\/90:required{color:#5eead4e6}.required\:text-teal-300\/95:required{color:#5eead4f2}.required\:text-teal-300\/100:required{color:#5eead4}.required\:text-teal-400\/0:required{color:#2dd4bf00}.required\:text-teal-400\/5:required{color:#2dd4bf0d}.required\:text-teal-400\/10:required{color:#2dd4bf1a}.required\:text-teal-400\/20:required{color:#2dd4bf33}.required\:text-teal-400\/25:required{color:#2dd4bf40}.required\:text-teal-400\/30:required{color:#2dd4bf4d}.required\:text-teal-400\/40:required{color:#2dd4bf66}.required\:text-teal-400\/50:required{color:#2dd4bf80}.required\:text-teal-400\/60:required{color:#2dd4bf99}.required\:text-teal-400\/70:required{color:#2dd4bfb3}.required\:text-teal-400\/75:required{color:#2dd4bfbf}.required\:text-teal-400\/80:required{color:#2dd4bfcc}.required\:text-teal-400\/90:required{color:#2dd4bfe6}.required\:text-teal-400\/95:required{color:#2dd4bff2}.required\:text-teal-400\/100:required{color:#2dd4bf}.required\:text-teal-500\/0:required{color:#14b8a600}.required\:text-teal-500\/5:required{color:#14b8a60d}.required\:text-teal-500\/10:required{color:#14b8a61a}.required\:text-teal-500\/20:required{color:#14b8a633}.required\:text-teal-500\/25:required{color:#14b8a640}.required\:text-teal-500\/30:required{color:#14b8a64d}.required\:text-teal-500\/40:required{color:#14b8a666}.required\:text-teal-500\/50:required{color:#14b8a680}.required\:text-teal-500\/60:required{color:#14b8a699}.required\:text-teal-500\/70:required{color:#14b8a6b3}.required\:text-teal-500\/75:required{color:#14b8a6bf}.required\:text-teal-500\/80:required{color:#14b8a6cc}.required\:text-teal-500\/90:required{color:#14b8a6e6}.required\:text-teal-500\/95:required{color:#14b8a6f2}.required\:text-teal-500\/100:required{color:#14b8a6}.required\:text-teal-600\/0:required{color:#0d948800}.required\:text-teal-600\/5:required{color:#0d94880d}.required\:text-teal-600\/10:required{color:#0d94881a}.required\:text-teal-600\/20:required{color:#0d948833}.required\:text-teal-600\/25:required{color:#0d948840}.required\:text-teal-600\/30:required{color:#0d94884d}.required\:text-teal-600\/40:required{color:#0d948866}.required\:text-teal-600\/50:required{color:#0d948880}.required\:text-teal-600\/60:required{color:#0d948899}.required\:text-teal-600\/70:required{color:#0d9488b3}.required\:text-teal-600\/75:required{color:#0d9488bf}.required\:text-teal-600\/80:required{color:#0d9488cc}.required\:text-teal-600\/90:required{color:#0d9488e6}.required\:text-teal-600\/95:required{color:#0d9488f2}.required\:text-teal-600\/100:required{color:#0d9488}.required\:text-teal-700\/0:required{color:#0f766e00}.required\:text-teal-700\/5:required{color:#0f766e0d}.required\:text-teal-700\/10:required{color:#0f766e1a}.required\:text-teal-700\/20:required{color:#0f766e33}.required\:text-teal-700\/25:required{color:#0f766e40}.required\:text-teal-700\/30:required{color:#0f766e4d}.required\:text-teal-700\/40:required{color:#0f766e66}.required\:text-teal-700\/50:required{color:#0f766e80}.required\:text-teal-700\/60:required{color:#0f766e99}.required\:text-teal-700\/70:required{color:#0f766eb3}.required\:text-teal-700\/75:required{color:#0f766ebf}.required\:text-teal-700\/80:required{color:#0f766ecc}.required\:text-teal-700\/90:required{color:#0f766ee6}.required\:text-teal-700\/95:required{color:#0f766ef2}.required\:text-teal-700\/100:required{color:#0f766e}.required\:text-teal-800\/0:required{color:#115e5900}.required\:text-teal-800\/5:required{color:#115e590d}.required\:text-teal-800\/10:required{color:#115e591a}.required\:text-teal-800\/20:required{color:#115e5933}.required\:text-teal-800\/25:required{color:#115e5940}.required\:text-teal-800\/30:required{color:#115e594d}.required\:text-teal-800\/40:required{color:#115e5966}.required\:text-teal-800\/50:required{color:#115e5980}.required\:text-teal-800\/60:required{color:#115e5999}.required\:text-teal-800\/70:required{color:#115e59b3}.required\:text-teal-800\/75:required{color:#115e59bf}.required\:text-teal-800\/80:required{color:#115e59cc}.required\:text-teal-800\/90:required{color:#115e59e6}.required\:text-teal-800\/95:required{color:#115e59f2}.required\:text-teal-800\/100:required{color:#115e59}.required\:text-teal-900\/0:required{color:#134e4a00}.required\:text-teal-900\/5:required{color:#134e4a0d}.required\:text-teal-900\/10:required{color:#134e4a1a}.required\:text-teal-900\/20:required{color:#134e4a33}.required\:text-teal-900\/25:required{color:#134e4a40}.required\:text-teal-900\/30:required{color:#134e4a4d}.required\:text-teal-900\/40:required{color:#134e4a66}.required\:text-teal-900\/50:required{color:#134e4a80}.required\:text-teal-900\/60:required{color:#134e4a99}.required\:text-teal-900\/70:required{color:#134e4ab3}.required\:text-teal-900\/75:required{color:#134e4abf}.required\:text-teal-900\/80:required{color:#134e4acc}.required\:text-teal-900\/90:required{color:#134e4ae6}.required\:text-teal-900\/95:required{color:#134e4af2}.required\:text-teal-900\/100:required{color:#134e4a}.required\:text-sky-50\/0:required{color:#f0f9ff00}.required\:text-sky-50\/5:required{color:#f0f9ff0d}.required\:text-sky-50\/10:required{color:#f0f9ff1a}.required\:text-sky-50\/20:required{color:#f0f9ff33}.required\:text-sky-50\/25:required{color:#f0f9ff40}.required\:text-sky-50\/30:required{color:#f0f9ff4d}.required\:text-sky-50\/40:required{color:#f0f9ff66}.required\:text-sky-50\/50:required{color:#f0f9ff80}.required\:text-sky-50\/60:required{color:#f0f9ff99}.required\:text-sky-50\/70:required{color:#f0f9ffb3}.required\:text-sky-50\/75:required{color:#f0f9ffbf}.required\:text-sky-50\/80:required{color:#f0f9ffcc}.required\:text-sky-50\/90:required{color:#f0f9ffe6}.required\:text-sky-50\/95:required{color:#f0f9fff2}.required\:text-sky-50\/100:required{color:#f0f9ff}.required\:text-sky-100\/0:required{color:#e0f2fe00}.required\:text-sky-100\/5:required{color:#e0f2fe0d}.required\:text-sky-100\/10:required{color:#e0f2fe1a}.required\:text-sky-100\/20:required{color:#e0f2fe33}.required\:text-sky-100\/25:required{color:#e0f2fe40}.required\:text-sky-100\/30:required{color:#e0f2fe4d}.required\:text-sky-100\/40:required{color:#e0f2fe66}.required\:text-sky-100\/50:required{color:#e0f2fe80}.required\:text-sky-100\/60:required{color:#e0f2fe99}.required\:text-sky-100\/70:required{color:#e0f2feb3}.required\:text-sky-100\/75:required{color:#e0f2febf}.required\:text-sky-100\/80:required{color:#e0f2fecc}.required\:text-sky-100\/90:required{color:#e0f2fee6}.required\:text-sky-100\/95:required{color:#e0f2fef2}.required\:text-sky-100\/100:required{color:#e0f2fe}.required\:text-sky-200\/0:required{color:#bae6fd00}.required\:text-sky-200\/5:required{color:#bae6fd0d}.required\:text-sky-200\/10:required{color:#bae6fd1a}.required\:text-sky-200\/20:required{color:#bae6fd33}.required\:text-sky-200\/25:required{color:#bae6fd40}.required\:text-sky-200\/30:required{color:#bae6fd4d}.required\:text-sky-200\/40:required{color:#bae6fd66}.required\:text-sky-200\/50:required{color:#bae6fd80}.required\:text-sky-200\/60:required{color:#bae6fd99}.required\:text-sky-200\/70:required{color:#bae6fdb3}.required\:text-sky-200\/75:required{color:#bae6fdbf}.required\:text-sky-200\/80:required{color:#bae6fdcc}.required\:text-sky-200\/90:required{color:#bae6fde6}.required\:text-sky-200\/95:required{color:#bae6fdf2}.required\:text-sky-200\/100:required{color:#bae6fd}.required\:text-sky-300\/0:required{color:#7dd3fc00}.required\:text-sky-300\/5:required{color:#7dd3fc0d}.required\:text-sky-300\/10:required{color:#7dd3fc1a}.required\:text-sky-300\/20:required{color:#7dd3fc33}.required\:text-sky-300\/25:required{color:#7dd3fc40}.required\:text-sky-300\/30:required{color:#7dd3fc4d}.required\:text-sky-300\/40:required{color:#7dd3fc66}.required\:text-sky-300\/50:required{color:#7dd3fc80}.required\:text-sky-300\/60:required{color:#7dd3fc99}.required\:text-sky-300\/70:required{color:#7dd3fcb3}.required\:text-sky-300\/75:required{color:#7dd3fcbf}.required\:text-sky-300\/80:required{color:#7dd3fccc}.required\:text-sky-300\/90:required{color:#7dd3fce6}.required\:text-sky-300\/95:required{color:#7dd3fcf2}.required\:text-sky-300\/100:required{color:#7dd3fc}.required\:text-sky-400\/0:required{color:#38bdf800}.required\:text-sky-400\/5:required{color:#38bdf80d}.required\:text-sky-400\/10:required{color:#38bdf81a}.required\:text-sky-400\/20:required{color:#38bdf833}.required\:text-sky-400\/25:required{color:#38bdf840}.required\:text-sky-400\/30:required{color:#38bdf84d}.required\:text-sky-400\/40:required{color:#38bdf866}.required\:text-sky-400\/50:required{color:#38bdf880}.required\:text-sky-400\/60:required{color:#38bdf899}.required\:text-sky-400\/70:required{color:#38bdf8b3}.required\:text-sky-400\/75:required{color:#38bdf8bf}.required\:text-sky-400\/80:required{color:#38bdf8cc}.required\:text-sky-400\/90:required{color:#38bdf8e6}.required\:text-sky-400\/95:required{color:#38bdf8f2}.required\:text-sky-400\/100:required{color:#38bdf8}.required\:text-sky-500\/0:required{color:#0ea5e900}.required\:text-sky-500\/5:required{color:#0ea5e90d}.required\:text-sky-500\/10:required{color:#0ea5e91a}.required\:text-sky-500\/20:required{color:#0ea5e933}.required\:text-sky-500\/25:required{color:#0ea5e940}.required\:text-sky-500\/30:required{color:#0ea5e94d}.required\:text-sky-500\/40:required{color:#0ea5e966}.required\:text-sky-500\/50:required{color:#0ea5e980}.required\:text-sky-500\/60:required{color:#0ea5e999}.required\:text-sky-500\/70:required{color:#0ea5e9b3}.required\:text-sky-500\/75:required{color:#0ea5e9bf}.required\:text-sky-500\/80:required{color:#0ea5e9cc}.required\:text-sky-500\/90:required{color:#0ea5e9e6}.required\:text-sky-500\/95:required{color:#0ea5e9f2}.required\:text-sky-500\/100:required{color:#0ea5e9}.required\:text-sky-600\/0:required{color:#0284c700}.required\:text-sky-600\/5:required{color:#0284c70d}.required\:text-sky-600\/10:required{color:#0284c71a}.required\:text-sky-600\/20:required{color:#0284c733}.required\:text-sky-600\/25:required{color:#0284c740}.required\:text-sky-600\/30:required{color:#0284c74d}.required\:text-sky-600\/40:required{color:#0284c766}.required\:text-sky-600\/50:required{color:#0284c780}.required\:text-sky-600\/60:required{color:#0284c799}.required\:text-sky-600\/70:required{color:#0284c7b3}.required\:text-sky-600\/75:required{color:#0284c7bf}.required\:text-sky-600\/80:required{color:#0284c7cc}.required\:text-sky-600\/90:required{color:#0284c7e6}.required\:text-sky-600\/95:required{color:#0284c7f2}.required\:text-sky-600\/100:required{color:#0284c7}.required\:text-sky-700\/0:required{color:#0369a100}.required\:text-sky-700\/5:required{color:#0369a10d}.required\:text-sky-700\/10:required{color:#0369a11a}.required\:text-sky-700\/20:required{color:#0369a133}.required\:text-sky-700\/25:required{color:#0369a140}.required\:text-sky-700\/30:required{color:#0369a14d}.required\:text-sky-700\/40:required{color:#0369a166}.required\:text-sky-700\/50:required{color:#0369a180}.required\:text-sky-700\/60:required{color:#0369a199}.required\:text-sky-700\/70:required{color:#0369a1b3}.required\:text-sky-700\/75:required{color:#0369a1bf}.required\:text-sky-700\/80:required{color:#0369a1cc}.required\:text-sky-700\/90:required{color:#0369a1e6}.required\:text-sky-700\/95:required{color:#0369a1f2}.required\:text-sky-700\/100:required{color:#0369a1}.required\:text-sky-800\/0:required{color:#07598500}.required\:text-sky-800\/5:required{color:#0759850d}.required\:text-sky-800\/10:required{color:#0759851a}.required\:text-sky-800\/20:required{color:#07598533}.required\:text-sky-800\/25:required{color:#07598540}.required\:text-sky-800\/30:required{color:#0759854d}.required\:text-sky-800\/40:required{color:#07598566}.required\:text-sky-800\/50:required{color:#07598580}.required\:text-sky-800\/60:required{color:#07598599}.required\:text-sky-800\/70:required{color:#075985b3}.required\:text-sky-800\/75:required{color:#075985bf}.required\:text-sky-800\/80:required{color:#075985cc}.required\:text-sky-800\/90:required{color:#075985e6}.required\:text-sky-800\/95:required{color:#075985f2}.required\:text-sky-800\/100:required{color:#075985}.required\:text-sky-900\/0:required{color:#0c4a6e00}.required\:text-sky-900\/5:required{color:#0c4a6e0d}.required\:text-sky-900\/10:required{color:#0c4a6e1a}.required\:text-sky-900\/20:required{color:#0c4a6e33}.required\:text-sky-900\/25:required{color:#0c4a6e40}.required\:text-sky-900\/30:required{color:#0c4a6e4d}.required\:text-sky-900\/40:required{color:#0c4a6e66}.required\:text-sky-900\/50:required{color:#0c4a6e80}.required\:text-sky-900\/60:required{color:#0c4a6e99}.required\:text-sky-900\/70:required{color:#0c4a6eb3}.required\:text-sky-900\/75:required{color:#0c4a6ebf}.required\:text-sky-900\/80:required{color:#0c4a6ecc}.required\:text-sky-900\/90:required{color:#0c4a6ee6}.required\:text-sky-900\/95:required{color:#0c4a6ef2}.required\:text-sky-900\/100:required{color:#0c4a6e}.required\:text-blue-50\/0:required{color:#eff6ff00}.required\:text-blue-50\/5:required{color:#eff6ff0d}.required\:text-blue-50\/10:required{color:#eff6ff1a}.required\:text-blue-50\/20:required{color:#eff6ff33}.required\:text-blue-50\/25:required{color:#eff6ff40}.required\:text-blue-50\/30:required{color:#eff6ff4d}.required\:text-blue-50\/40:required{color:#eff6ff66}.required\:text-blue-50\/50:required{color:#eff6ff80}.required\:text-blue-50\/60:required{color:#eff6ff99}.required\:text-blue-50\/70:required{color:#eff6ffb3}.required\:text-blue-50\/75:required{color:#eff6ffbf}.required\:text-blue-50\/80:required{color:#eff6ffcc}.required\:text-blue-50\/90:required{color:#eff6ffe6}.required\:text-blue-50\/95:required{color:#eff6fff2}.required\:text-blue-50\/100:required{color:#eff6ff}.required\:text-blue-100\/0:required{color:#f2f3fd00}.required\:text-blue-100\/5:required{color:#f2f3fd0d}.required\:text-blue-100\/10:required{color:#f2f3fd1a}.required\:text-blue-100\/20:required{color:#f2f3fd33}.required\:text-blue-100\/25:required{color:#f2f3fd40}.required\:text-blue-100\/30:required{color:#f2f3fd4d}.required\:text-blue-100\/40:required{color:#f2f3fd66}.required\:text-blue-100\/50:required{color:#f2f3fd80}.required\:text-blue-100\/60:required{color:#f2f3fd99}.required\:text-blue-100\/70:required{color:#f2f3fdb3}.required\:text-blue-100\/75:required{color:#f2f3fdbf}.required\:text-blue-100\/80:required{color:#f2f3fdcc}.required\:text-blue-100\/90:required{color:#f2f3fde6}.required\:text-blue-100\/95:required{color:#f2f3fdf2}.required\:text-blue-100\/100:required{color:#f2f3fd}.required\:text-blue-200\/0:required{color:#e4e8fb00}.required\:text-blue-200\/5:required{color:#e4e8fb0d}.required\:text-blue-200\/10:required{color:#e4e8fb1a}.required\:text-blue-200\/20:required{color:#e4e8fb33}.required\:text-blue-200\/25:required{color:#e4e8fb40}.required\:text-blue-200\/30:required{color:#e4e8fb4d}.required\:text-blue-200\/40:required{color:#e4e8fb66}.required\:text-blue-200\/50:required{color:#e4e8fb80}.required\:text-blue-200\/60:required{color:#e4e8fb99}.required\:text-blue-200\/70:required{color:#e4e8fbb3}.required\:text-blue-200\/75:required{color:#e4e8fbbf}.required\:text-blue-200\/80:required{color:#e4e8fbcc}.required\:text-blue-200\/90:required{color:#e4e8fbe6}.required\:text-blue-200\/95:required{color:#e4e8fbf2}.required\:text-blue-200\/100:required{color:#e4e8fb}.required\:text-blue-300\/0:required{color:#c6cff700}.required\:text-blue-300\/5:required{color:#c6cff70d}.required\:text-blue-300\/10:required{color:#c6cff71a}.required\:text-blue-300\/20:required{color:#c6cff733}.required\:text-blue-300\/25:required{color:#c6cff740}.required\:text-blue-300\/30:required{color:#c6cff74d}.required\:text-blue-300\/40:required{color:#c6cff766}.required\:text-blue-300\/50:required{color:#c6cff780}.required\:text-blue-300\/60:required{color:#c6cff799}.required\:text-blue-300\/70:required{color:#c6cff7b3}.required\:text-blue-300\/75:required{color:#c6cff7bf}.required\:text-blue-300\/80:required{color:#c6cff7cc}.required\:text-blue-300\/90:required{color:#c6cff7e6}.required\:text-blue-300\/95:required{color:#c6cff7f2}.required\:text-blue-300\/100:required{color:#c6cff7}.required\:text-blue-400\/0:required{color:#a3b2f300}.required\:text-blue-400\/5:required{color:#a3b2f30d}.required\:text-blue-400\/10:required{color:#a3b2f31a}.required\:text-blue-400\/20:required{color:#a3b2f333}.required\:text-blue-400\/25:required{color:#a3b2f340}.required\:text-blue-400\/30:required{color:#a3b2f34d}.required\:text-blue-400\/40:required{color:#a3b2f366}.required\:text-blue-400\/50:required{color:#a3b2f380}.required\:text-blue-400\/60:required{color:#a3b2f399}.required\:text-blue-400\/70:required{color:#a3b2f3b3}.required\:text-blue-400\/75:required{color:#a3b2f3bf}.required\:text-blue-400\/80:required{color:#a3b2f3cc}.required\:text-blue-400\/90:required{color:#a3b2f3e6}.required\:text-blue-400\/95:required{color:#a3b2f3f2}.required\:text-blue-400\/100:required{color:#a3b2f3}.required\:text-blue-500\/0:required{color:#7690ef00}.required\:text-blue-500\/5:required{color:#7690ef0d}.required\:text-blue-500\/10:required{color:#7690ef1a}.required\:text-blue-500\/20:required{color:#7690ef33}.required\:text-blue-500\/25:required{color:#7690ef40}.required\:text-blue-500\/30:required{color:#7690ef4d}.required\:text-blue-500\/40:required{color:#7690ef66}.required\:text-blue-500\/50:required{color:#7690ef80}.required\:text-blue-500\/60:required{color:#7690ef99}.required\:text-blue-500\/70:required{color:#7690efb3}.required\:text-blue-500\/75:required{color:#7690efbf}.required\:text-blue-500\/80:required{color:#7690efcc}.required\:text-blue-500\/90:required{color:#7690efe6}.required\:text-blue-500\/95:required{color:#7690eff2}.required\:text-blue-500\/100:required{color:#7690ef}.required\:text-blue-600\/0:required{color:#2563eb00}.required\:text-blue-600\/5:required{color:#2563eb0d}.required\:text-blue-600\/10:required{color:#2563eb1a}.required\:text-blue-600\/20:required{color:#2563eb33}.required\:text-blue-600\/25:required{color:#2563eb40}.required\:text-blue-600\/30:required{color:#2563eb4d}.required\:text-blue-600\/40:required{color:#2563eb66}.required\:text-blue-600\/50:required{color:#2563eb80}.required\:text-blue-600\/60:required{color:#2563eb99}.required\:text-blue-600\/70:required{color:#2563ebb3}.required\:text-blue-600\/75:required{color:#2563ebbf}.required\:text-blue-600\/80:required{color:#2563ebcc}.required\:text-blue-600\/90:required{color:#2563ebe6}.required\:text-blue-600\/95:required{color:#2563ebf2}.required\:text-blue-600\/100:required{color:#2563eb}.required\:text-blue-700\/0:required{color:#2158d200}.required\:text-blue-700\/5:required{color:#2158d20d}.required\:text-blue-700\/10:required{color:#2158d21a}.required\:text-blue-700\/20:required{color:#2158d233}.required\:text-blue-700\/25:required{color:#2158d240}.required\:text-blue-700\/30:required{color:#2158d24d}.required\:text-blue-700\/40:required{color:#2158d266}.required\:text-blue-700\/50:required{color:#2158d280}.required\:text-blue-700\/60:required{color:#2158d299}.required\:text-blue-700\/70:required{color:#2158d2b3}.required\:text-blue-700\/75:required{color:#2158d2bf}.required\:text-blue-700\/80:required{color:#2158d2cc}.required\:text-blue-700\/90:required{color:#2158d2e6}.required\:text-blue-700\/95:required{color:#2158d2f2}.required\:text-blue-700\/100:required{color:#2158d2}.required\:text-blue-800\/0:required{color:#1c4cb600}.required\:text-blue-800\/5:required{color:#1c4cb60d}.required\:text-blue-800\/10:required{color:#1c4cb61a}.required\:text-blue-800\/20:required{color:#1c4cb633}.required\:text-blue-800\/25:required{color:#1c4cb640}.required\:text-blue-800\/30:required{color:#1c4cb64d}.required\:text-blue-800\/40:required{color:#1c4cb666}.required\:text-blue-800\/50:required{color:#1c4cb680}.required\:text-blue-800\/60:required{color:#1c4cb699}.required\:text-blue-800\/70:required{color:#1c4cb6b3}.required\:text-blue-800\/75:required{color:#1c4cb6bf}.required\:text-blue-800\/80:required{color:#1c4cb6cc}.required\:text-blue-800\/90:required{color:#1c4cb6e6}.required\:text-blue-800\/95:required{color:#1c4cb6f2}.required\:text-blue-800\/100:required{color:#1c4cb6}.required\:text-blue-900\/0:required{color:#173e9400}.required\:text-blue-900\/5:required{color:#173e940d}.required\:text-blue-900\/10:required{color:#173e941a}.required\:text-blue-900\/20:required{color:#173e9433}.required\:text-blue-900\/25:required{color:#173e9440}.required\:text-blue-900\/30:required{color:#173e944d}.required\:text-blue-900\/40:required{color:#173e9466}.required\:text-blue-900\/50:required{color:#173e9480}.required\:text-blue-900\/60:required{color:#173e9499}.required\:text-blue-900\/70:required{color:#173e94b3}.required\:text-blue-900\/75:required{color:#173e94bf}.required\:text-blue-900\/80:required{color:#173e94cc}.required\:text-blue-900\/90:required{color:#173e94e6}.required\:text-blue-900\/95:required{color:#173e94f2}.required\:text-blue-900\/100:required{color:#173e94}.required\:text-indigo-50\/0:required{color:#eef2ff00}.required\:text-indigo-50\/5:required{color:#eef2ff0d}.required\:text-indigo-50\/10:required{color:#eef2ff1a}.required\:text-indigo-50\/20:required{color:#eef2ff33}.required\:text-indigo-50\/25:required{color:#eef2ff40}.required\:text-indigo-50\/30:required{color:#eef2ff4d}.required\:text-indigo-50\/40:required{color:#eef2ff66}.required\:text-indigo-50\/50:required{color:#eef2ff80}.required\:text-indigo-50\/60:required{color:#eef2ff99}.required\:text-indigo-50\/70:required{color:#eef2ffb3}.required\:text-indigo-50\/75:required{color:#eef2ffbf}.required\:text-indigo-50\/80:required{color:#eef2ffcc}.required\:text-indigo-50\/90:required{color:#eef2ffe6}.required\:text-indigo-50\/95:required{color:#eef2fff2}.required\:text-indigo-50\/100:required{color:#eef2ff}.required\:text-indigo-100\/0:required{color:#e0e7ff00}.required\:text-indigo-100\/5:required{color:#e0e7ff0d}.required\:text-indigo-100\/10:required{color:#e0e7ff1a}.required\:text-indigo-100\/20:required{color:#e0e7ff33}.required\:text-indigo-100\/25:required{color:#e0e7ff40}.required\:text-indigo-100\/30:required{color:#e0e7ff4d}.required\:text-indigo-100\/40:required{color:#e0e7ff66}.required\:text-indigo-100\/50:required{color:#e0e7ff80}.required\:text-indigo-100\/60:required{color:#e0e7ff99}.required\:text-indigo-100\/70:required{color:#e0e7ffb3}.required\:text-indigo-100\/75:required{color:#e0e7ffbf}.required\:text-indigo-100\/80:required{color:#e0e7ffcc}.required\:text-indigo-100\/90:required{color:#e0e7ffe6}.required\:text-indigo-100\/95:required{color:#e0e7fff2}.required\:text-indigo-100\/100:required{color:#e0e7ff}.required\:text-indigo-200\/0:required{color:#c7d2fe00}.required\:text-indigo-200\/5:required{color:#c7d2fe0d}.required\:text-indigo-200\/10:required{color:#c7d2fe1a}.required\:text-indigo-200\/20:required{color:#c7d2fe33}.required\:text-indigo-200\/25:required{color:#c7d2fe40}.required\:text-indigo-200\/30:required{color:#c7d2fe4d}.required\:text-indigo-200\/40:required{color:#c7d2fe66}.required\:text-indigo-200\/50:required{color:#c7d2fe80}.required\:text-indigo-200\/60:required{color:#c7d2fe99}.required\:text-indigo-200\/70:required{color:#c7d2feb3}.required\:text-indigo-200\/75:required{color:#c7d2febf}.required\:text-indigo-200\/80:required{color:#c7d2fecc}.required\:text-indigo-200\/90:required{color:#c7d2fee6}.required\:text-indigo-200\/95:required{color:#c7d2fef2}.required\:text-indigo-200\/100:required{color:#c7d2fe}.required\:text-indigo-300\/0:required{color:#a5b4fc00}.required\:text-indigo-300\/5:required{color:#a5b4fc0d}.required\:text-indigo-300\/10:required{color:#a5b4fc1a}.required\:text-indigo-300\/20:required{color:#a5b4fc33}.required\:text-indigo-300\/25:required{color:#a5b4fc40}.required\:text-indigo-300\/30:required{color:#a5b4fc4d}.required\:text-indigo-300\/40:required{color:#a5b4fc66}.required\:text-indigo-300\/50:required{color:#a5b4fc80}.required\:text-indigo-300\/60:required{color:#a5b4fc99}.required\:text-indigo-300\/70:required{color:#a5b4fcb3}.required\:text-indigo-300\/75:required{color:#a5b4fcbf}.required\:text-indigo-300\/80:required{color:#a5b4fccc}.required\:text-indigo-300\/90:required{color:#a5b4fce6}.required\:text-indigo-300\/95:required{color:#a5b4fcf2}.required\:text-indigo-300\/100:required{color:#a5b4fc}.required\:text-indigo-400\/0:required{color:#818cf800}.required\:text-indigo-400\/5:required{color:#818cf80d}.required\:text-indigo-400\/10:required{color:#818cf81a}.required\:text-indigo-400\/20:required{color:#818cf833}.required\:text-indigo-400\/25:required{color:#818cf840}.required\:text-indigo-400\/30:required{color:#818cf84d}.required\:text-indigo-400\/40:required{color:#818cf866}.required\:text-indigo-400\/50:required{color:#818cf880}.required\:text-indigo-400\/60:required{color:#818cf899}.required\:text-indigo-400\/70:required{color:#818cf8b3}.required\:text-indigo-400\/75:required{color:#818cf8bf}.required\:text-indigo-400\/80:required{color:#818cf8cc}.required\:text-indigo-400\/90:required{color:#818cf8e6}.required\:text-indigo-400\/95:required{color:#818cf8f2}.required\:text-indigo-400\/100:required{color:#818cf8}.required\:text-indigo-500\/0:required{color:#6366f100}.required\:text-indigo-500\/5:required{color:#6366f10d}.required\:text-indigo-500\/10:required{color:#6366f11a}.required\:text-indigo-500\/20:required{color:#6366f133}.required\:text-indigo-500\/25:required{color:#6366f140}.required\:text-indigo-500\/30:required{color:#6366f14d}.required\:text-indigo-500\/40:required{color:#6366f166}.required\:text-indigo-500\/50:required{color:#6366f180}.required\:text-indigo-500\/60:required{color:#6366f199}.required\:text-indigo-500\/70:required{color:#6366f1b3}.required\:text-indigo-500\/75:required{color:#6366f1bf}.required\:text-indigo-500\/80:required{color:#6366f1cc}.required\:text-indigo-500\/90:required{color:#6366f1e6}.required\:text-indigo-500\/95:required{color:#6366f1f2}.required\:text-indigo-500\/100:required{color:#6366f1}.required\:text-indigo-600\/0:required{color:#4f46e500}.required\:text-indigo-600\/5:required{color:#4f46e50d}.required\:text-indigo-600\/10:required{color:#4f46e51a}.required\:text-indigo-600\/20:required{color:#4f46e533}.required\:text-indigo-600\/25:required{color:#4f46e540}.required\:text-indigo-600\/30:required{color:#4f46e54d}.required\:text-indigo-600\/40:required{color:#4f46e566}.required\:text-indigo-600\/50:required{color:#4f46e580}.required\:text-indigo-600\/60:required{color:#4f46e599}.required\:text-indigo-600\/70:required{color:#4f46e5b3}.required\:text-indigo-600\/75:required{color:#4f46e5bf}.required\:text-indigo-600\/80:required{color:#4f46e5cc}.required\:text-indigo-600\/90:required{color:#4f46e5e6}.required\:text-indigo-600\/95:required{color:#4f46e5f2}.required\:text-indigo-600\/100:required{color:#4f46e5}.required\:text-indigo-700\/0:required{color:#4338ca00}.required\:text-indigo-700\/5:required{color:#4338ca0d}.required\:text-indigo-700\/10:required{color:#4338ca1a}.required\:text-indigo-700\/20:required{color:#4338ca33}.required\:text-indigo-700\/25:required{color:#4338ca40}.required\:text-indigo-700\/30:required{color:#4338ca4d}.required\:text-indigo-700\/40:required{color:#4338ca66}.required\:text-indigo-700\/50:required{color:#4338ca80}.required\:text-indigo-700\/60:required{color:#4338ca99}.required\:text-indigo-700\/70:required{color:#4338cab3}.required\:text-indigo-700\/75:required{color:#4338cabf}.required\:text-indigo-700\/80:required{color:#4338cacc}.required\:text-indigo-700\/90:required{color:#4338cae6}.required\:text-indigo-700\/95:required{color:#4338caf2}.required\:text-indigo-700\/100:required{color:#4338ca}.required\:text-indigo-800\/0:required{color:#3730a300}.required\:text-indigo-800\/5:required{color:#3730a30d}.required\:text-indigo-800\/10:required{color:#3730a31a}.required\:text-indigo-800\/20:required{color:#3730a333}.required\:text-indigo-800\/25:required{color:#3730a340}.required\:text-indigo-800\/30:required{color:#3730a34d}.required\:text-indigo-800\/40:required{color:#3730a366}.required\:text-indigo-800\/50:required{color:#3730a380}.required\:text-indigo-800\/60:required{color:#3730a399}.required\:text-indigo-800\/70:required{color:#3730a3b3}.required\:text-indigo-800\/75:required{color:#3730a3bf}.required\:text-indigo-800\/80:required{color:#3730a3cc}.required\:text-indigo-800\/90:required{color:#3730a3e6}.required\:text-indigo-800\/95:required{color:#3730a3f2}.required\:text-indigo-800\/100:required{color:#3730a3}.required\:text-indigo-900\/0:required{color:#312e8100}.required\:text-indigo-900\/5:required{color:#312e810d}.required\:text-indigo-900\/10:required{color:#312e811a}.required\:text-indigo-900\/20:required{color:#312e8133}.required\:text-indigo-900\/25:required{color:#312e8140}.required\:text-indigo-900\/30:required{color:#312e814d}.required\:text-indigo-900\/40:required{color:#312e8166}.required\:text-indigo-900\/50:required{color:#312e8180}.required\:text-indigo-900\/60:required{color:#312e8199}.required\:text-indigo-900\/70:required{color:#312e81b3}.required\:text-indigo-900\/75:required{color:#312e81bf}.required\:text-indigo-900\/80:required{color:#312e81cc}.required\:text-indigo-900\/90:required{color:#312e81e6}.required\:text-indigo-900\/95:required{color:#312e81f2}.required\:text-indigo-900\/100:required{color:#312e81}.required\:text-violet-50\/0:required{color:#f5f3ff00}.required\:text-violet-50\/5:required{color:#f5f3ff0d}.required\:text-violet-50\/10:required{color:#f5f3ff1a}.required\:text-violet-50\/20:required{color:#f5f3ff33}.required\:text-violet-50\/25:required{color:#f5f3ff40}.required\:text-violet-50\/30:required{color:#f5f3ff4d}.required\:text-violet-50\/40:required{color:#f5f3ff66}.required\:text-violet-50\/50:required{color:#f5f3ff80}.required\:text-violet-50\/60:required{color:#f5f3ff99}.required\:text-violet-50\/70:required{color:#f5f3ffb3}.required\:text-violet-50\/75:required{color:#f5f3ffbf}.required\:text-violet-50\/80:required{color:#f5f3ffcc}.required\:text-violet-50\/90:required{color:#f5f3ffe6}.required\:text-violet-50\/95:required{color:#f5f3fff2}.required\:text-violet-50\/100:required{color:#f5f3ff}.required\:text-violet-100\/0:required{color:#ede9fe00}.required\:text-violet-100\/5:required{color:#ede9fe0d}.required\:text-violet-100\/10:required{color:#ede9fe1a}.required\:text-violet-100\/20:required{color:#ede9fe33}.required\:text-violet-100\/25:required{color:#ede9fe40}.required\:text-violet-100\/30:required{color:#ede9fe4d}.required\:text-violet-100\/40:required{color:#ede9fe66}.required\:text-violet-100\/50:required{color:#ede9fe80}.required\:text-violet-100\/60:required{color:#ede9fe99}.required\:text-violet-100\/70:required{color:#ede9feb3}.required\:text-violet-100\/75:required{color:#ede9febf}.required\:text-violet-100\/80:required{color:#ede9fecc}.required\:text-violet-100\/90:required{color:#ede9fee6}.required\:text-violet-100\/95:required{color:#ede9fef2}.required\:text-violet-100\/100:required{color:#ede9fe}.required\:text-violet-200\/0:required{color:#ddd6fe00}.required\:text-violet-200\/5:required{color:#ddd6fe0d}.required\:text-violet-200\/10:required{color:#ddd6fe1a}.required\:text-violet-200\/20:required{color:#ddd6fe33}.required\:text-violet-200\/25:required{color:#ddd6fe40}.required\:text-violet-200\/30:required{color:#ddd6fe4d}.required\:text-violet-200\/40:required{color:#ddd6fe66}.required\:text-violet-200\/50:required{color:#ddd6fe80}.required\:text-violet-200\/60:required{color:#ddd6fe99}.required\:text-violet-200\/70:required{color:#ddd6feb3}.required\:text-violet-200\/75:required{color:#ddd6febf}.required\:text-violet-200\/80:required{color:#ddd6fecc}.required\:text-violet-200\/90:required{color:#ddd6fee6}.required\:text-violet-200\/95:required{color:#ddd6fef2}.required\:text-violet-200\/100:required{color:#ddd6fe}.required\:text-violet-300\/0:required{color:#c4b5fd00}.required\:text-violet-300\/5:required{color:#c4b5fd0d}.required\:text-violet-300\/10:required{color:#c4b5fd1a}.required\:text-violet-300\/20:required{color:#c4b5fd33}.required\:text-violet-300\/25:required{color:#c4b5fd40}.required\:text-violet-300\/30:required{color:#c4b5fd4d}.required\:text-violet-300\/40:required{color:#c4b5fd66}.required\:text-violet-300\/50:required{color:#c4b5fd80}.required\:text-violet-300\/60:required{color:#c4b5fd99}.required\:text-violet-300\/70:required{color:#c4b5fdb3}.required\:text-violet-300\/75:required{color:#c4b5fdbf}.required\:text-violet-300\/80:required{color:#c4b5fdcc}.required\:text-violet-300\/90:required{color:#c4b5fde6}.required\:text-violet-300\/95:required{color:#c4b5fdf2}.required\:text-violet-300\/100:required{color:#c4b5fd}.required\:text-violet-400\/0:required{color:#a78bfa00}.required\:text-violet-400\/5:required{color:#a78bfa0d}.required\:text-violet-400\/10:required{color:#a78bfa1a}.required\:text-violet-400\/20:required{color:#a78bfa33}.required\:text-violet-400\/25:required{color:#a78bfa40}.required\:text-violet-400\/30:required{color:#a78bfa4d}.required\:text-violet-400\/40:required{color:#a78bfa66}.required\:text-violet-400\/50:required{color:#a78bfa80}.required\:text-violet-400\/60:required{color:#a78bfa99}.required\:text-violet-400\/70:required{color:#a78bfab3}.required\:text-violet-400\/75:required{color:#a78bfabf}.required\:text-violet-400\/80:required{color:#a78bfacc}.required\:text-violet-400\/90:required{color:#a78bfae6}.required\:text-violet-400\/95:required{color:#a78bfaf2}.required\:text-violet-400\/100:required{color:#a78bfa}.required\:text-violet-500\/0:required{color:#8b5cf600}.required\:text-violet-500\/5:required{color:#8b5cf60d}.required\:text-violet-500\/10:required{color:#8b5cf61a}.required\:text-violet-500\/20:required{color:#8b5cf633}.required\:text-violet-500\/25:required{color:#8b5cf640}.required\:text-violet-500\/30:required{color:#8b5cf64d}.required\:text-violet-500\/40:required{color:#8b5cf666}.required\:text-violet-500\/50:required{color:#8b5cf680}.required\:text-violet-500\/60:required{color:#8b5cf699}.required\:text-violet-500\/70:required{color:#8b5cf6b3}.required\:text-violet-500\/75:required{color:#8b5cf6bf}.required\:text-violet-500\/80:required{color:#8b5cf6cc}.required\:text-violet-500\/90:required{color:#8b5cf6e6}.required\:text-violet-500\/95:required{color:#8b5cf6f2}.required\:text-violet-500\/100:required{color:#8b5cf6}.required\:text-violet-600\/0:required{color:#7c3aed00}.required\:text-violet-600\/5:required{color:#7c3aed0d}.required\:text-violet-600\/10:required{color:#7c3aed1a}.required\:text-violet-600\/20:required{color:#7c3aed33}.required\:text-violet-600\/25:required{color:#7c3aed40}.required\:text-violet-600\/30:required{color:#7c3aed4d}.required\:text-violet-600\/40:required{color:#7c3aed66}.required\:text-violet-600\/50:required{color:#7c3aed80}.required\:text-violet-600\/60:required{color:#7c3aed99}.required\:text-violet-600\/70:required{color:#7c3aedb3}.required\:text-violet-600\/75:required{color:#7c3aedbf}.required\:text-violet-600\/80:required{color:#7c3aedcc}.required\:text-violet-600\/90:required{color:#7c3aede6}.required\:text-violet-600\/95:required{color:#7c3aedf2}.required\:text-violet-600\/100:required{color:#7c3aed}.required\:text-violet-700\/0:required{color:#6d28d900}.required\:text-violet-700\/5:required{color:#6d28d90d}.required\:text-violet-700\/10:required{color:#6d28d91a}.required\:text-violet-700\/20:required{color:#6d28d933}.required\:text-violet-700\/25:required{color:#6d28d940}.required\:text-violet-700\/30:required{color:#6d28d94d}.required\:text-violet-700\/40:required{color:#6d28d966}.required\:text-violet-700\/50:required{color:#6d28d980}.required\:text-violet-700\/60:required{color:#6d28d999}.required\:text-violet-700\/70:required{color:#6d28d9b3}.required\:text-violet-700\/75:required{color:#6d28d9bf}.required\:text-violet-700\/80:required{color:#6d28d9cc}.required\:text-violet-700\/90:required{color:#6d28d9e6}.required\:text-violet-700\/95:required{color:#6d28d9f2}.required\:text-violet-700\/100:required{color:#6d28d9}.required\:text-violet-800\/0:required{color:#5b21b600}.required\:text-violet-800\/5:required{color:#5b21b60d}.required\:text-violet-800\/10:required{color:#5b21b61a}.required\:text-violet-800\/20:required{color:#5b21b633}.required\:text-violet-800\/25:required{color:#5b21b640}.required\:text-violet-800\/30:required{color:#5b21b64d}.required\:text-violet-800\/40:required{color:#5b21b666}.required\:text-violet-800\/50:required{color:#5b21b680}.required\:text-violet-800\/60:required{color:#5b21b699}.required\:text-violet-800\/70:required{color:#5b21b6b3}.required\:text-violet-800\/75:required{color:#5b21b6bf}.required\:text-violet-800\/80:required{color:#5b21b6cc}.required\:text-violet-800\/90:required{color:#5b21b6e6}.required\:text-violet-800\/95:required{color:#5b21b6f2}.required\:text-violet-800\/100:required{color:#5b21b6}.required\:text-violet-900\/0:required{color:#4c1d9500}.required\:text-violet-900\/5:required{color:#4c1d950d}.required\:text-violet-900\/10:required{color:#4c1d951a}.required\:text-violet-900\/20:required{color:#4c1d9533}.required\:text-violet-900\/25:required{color:#4c1d9540}.required\:text-violet-900\/30:required{color:#4c1d954d}.required\:text-violet-900\/40:required{color:#4c1d9566}.required\:text-violet-900\/50:required{color:#4c1d9580}.required\:text-violet-900\/60:required{color:#4c1d9599}.required\:text-violet-900\/70:required{color:#4c1d95b3}.required\:text-violet-900\/75:required{color:#4c1d95bf}.required\:text-violet-900\/80:required{color:#4c1d95cc}.required\:text-violet-900\/90:required{color:#4c1d95e6}.required\:text-violet-900\/95:required{color:#4c1d95f2}.required\:text-violet-900\/100:required{color:#4c1d95}.required\:text-fuchsia-50\/0:required{color:#fdf4ff00}.required\:text-fuchsia-50\/5:required{color:#fdf4ff0d}.required\:text-fuchsia-50\/10:required{color:#fdf4ff1a}.required\:text-fuchsia-50\/20:required{color:#fdf4ff33}.required\:text-fuchsia-50\/25:required{color:#fdf4ff40}.required\:text-fuchsia-50\/30:required{color:#fdf4ff4d}.required\:text-fuchsia-50\/40:required{color:#fdf4ff66}.required\:text-fuchsia-50\/50:required{color:#fdf4ff80}.required\:text-fuchsia-50\/60:required{color:#fdf4ff99}.required\:text-fuchsia-50\/70:required{color:#fdf4ffb3}.required\:text-fuchsia-50\/75:required{color:#fdf4ffbf}.required\:text-fuchsia-50\/80:required{color:#fdf4ffcc}.required\:text-fuchsia-50\/90:required{color:#fdf4ffe6}.required\:text-fuchsia-50\/95:required{color:#fdf4fff2}.required\:text-fuchsia-50\/100:required{color:#fdf4ff}.required\:text-fuchsia-100\/0:required{color:#fae8ff00}.required\:text-fuchsia-100\/5:required{color:#fae8ff0d}.required\:text-fuchsia-100\/10:required{color:#fae8ff1a}.required\:text-fuchsia-100\/20:required{color:#fae8ff33}.required\:text-fuchsia-100\/25:required{color:#fae8ff40}.required\:text-fuchsia-100\/30:required{color:#fae8ff4d}.required\:text-fuchsia-100\/40:required{color:#fae8ff66}.required\:text-fuchsia-100\/50:required{color:#fae8ff80}.required\:text-fuchsia-100\/60:required{color:#fae8ff99}.required\:text-fuchsia-100\/70:required{color:#fae8ffb3}.required\:text-fuchsia-100\/75:required{color:#fae8ffbf}.required\:text-fuchsia-100\/80:required{color:#fae8ffcc}.required\:text-fuchsia-100\/90:required{color:#fae8ffe6}.required\:text-fuchsia-100\/95:required{color:#fae8fff2}.required\:text-fuchsia-100\/100:required{color:#fae8ff}.required\:text-fuchsia-200\/0:required{color:#f5d0fe00}.required\:text-fuchsia-200\/5:required{color:#f5d0fe0d}.required\:text-fuchsia-200\/10:required{color:#f5d0fe1a}.required\:text-fuchsia-200\/20:required{color:#f5d0fe33}.required\:text-fuchsia-200\/25:required{color:#f5d0fe40}.required\:text-fuchsia-200\/30:required{color:#f5d0fe4d}.required\:text-fuchsia-200\/40:required{color:#f5d0fe66}.required\:text-fuchsia-200\/50:required{color:#f5d0fe80}.required\:text-fuchsia-200\/60:required{color:#f5d0fe99}.required\:text-fuchsia-200\/70:required{color:#f5d0feb3}.required\:text-fuchsia-200\/75:required{color:#f5d0febf}.required\:text-fuchsia-200\/80:required{color:#f5d0fecc}.required\:text-fuchsia-200\/90:required{color:#f5d0fee6}.required\:text-fuchsia-200\/95:required{color:#f5d0fef2}.required\:text-fuchsia-200\/100:required{color:#f5d0fe}.required\:text-fuchsia-300\/0:required{color:#f0abfc00}.required\:text-fuchsia-300\/5:required{color:#f0abfc0d}.required\:text-fuchsia-300\/10:required{color:#f0abfc1a}.required\:text-fuchsia-300\/20:required{color:#f0abfc33}.required\:text-fuchsia-300\/25:required{color:#f0abfc40}.required\:text-fuchsia-300\/30:required{color:#f0abfc4d}.required\:text-fuchsia-300\/40:required{color:#f0abfc66}.required\:text-fuchsia-300\/50:required{color:#f0abfc80}.required\:text-fuchsia-300\/60:required{color:#f0abfc99}.required\:text-fuchsia-300\/70:required{color:#f0abfcb3}.required\:text-fuchsia-300\/75:required{color:#f0abfcbf}.required\:text-fuchsia-300\/80:required{color:#f0abfccc}.required\:text-fuchsia-300\/90:required{color:#f0abfce6}.required\:text-fuchsia-300\/95:required{color:#f0abfcf2}.required\:text-fuchsia-300\/100:required{color:#f0abfc}.required\:text-fuchsia-400\/0:required{color:#e879f900}.required\:text-fuchsia-400\/5:required{color:#e879f90d}.required\:text-fuchsia-400\/10:required{color:#e879f91a}.required\:text-fuchsia-400\/20:required{color:#e879f933}.required\:text-fuchsia-400\/25:required{color:#e879f940}.required\:text-fuchsia-400\/30:required{color:#e879f94d}.required\:text-fuchsia-400\/40:required{color:#e879f966}.required\:text-fuchsia-400\/50:required{color:#e879f980}.required\:text-fuchsia-400\/60:required{color:#e879f999}.required\:text-fuchsia-400\/70:required{color:#e879f9b3}.required\:text-fuchsia-400\/75:required{color:#e879f9bf}.required\:text-fuchsia-400\/80:required{color:#e879f9cc}.required\:text-fuchsia-400\/90:required{color:#e879f9e6}.required\:text-fuchsia-400\/95:required{color:#e879f9f2}.required\:text-fuchsia-400\/100:required{color:#e879f9}.required\:text-fuchsia-500\/0:required{color:#d946ef00}.required\:text-fuchsia-500\/5:required{color:#d946ef0d}.required\:text-fuchsia-500\/10:required{color:#d946ef1a}.required\:text-fuchsia-500\/20:required{color:#d946ef33}.required\:text-fuchsia-500\/25:required{color:#d946ef40}.required\:text-fuchsia-500\/30:required{color:#d946ef4d}.required\:text-fuchsia-500\/40:required{color:#d946ef66}.required\:text-fuchsia-500\/50:required{color:#d946ef80}.required\:text-fuchsia-500\/60:required{color:#d946ef99}.required\:text-fuchsia-500\/70:required{color:#d946efb3}.required\:text-fuchsia-500\/75:required{color:#d946efbf}.required\:text-fuchsia-500\/80:required{color:#d946efcc}.required\:text-fuchsia-500\/90:required{color:#d946efe6}.required\:text-fuchsia-500\/95:required{color:#d946eff2}.required\:text-fuchsia-500\/100:required{color:#d946ef}.required\:text-fuchsia-600\/0:required{color:#c026d300}.required\:text-fuchsia-600\/5:required{color:#c026d30d}.required\:text-fuchsia-600\/10:required{color:#c026d31a}.required\:text-fuchsia-600\/20:required{color:#c026d333}.required\:text-fuchsia-600\/25:required{color:#c026d340}.required\:text-fuchsia-600\/30:required{color:#c026d34d}.required\:text-fuchsia-600\/40:required{color:#c026d366}.required\:text-fuchsia-600\/50:required{color:#c026d380}.required\:text-fuchsia-600\/60:required{color:#c026d399}.required\:text-fuchsia-600\/70:required{color:#c026d3b3}.required\:text-fuchsia-600\/75:required{color:#c026d3bf}.required\:text-fuchsia-600\/80:required{color:#c026d3cc}.required\:text-fuchsia-600\/90:required{color:#c026d3e6}.required\:text-fuchsia-600\/95:required{color:#c026d3f2}.required\:text-fuchsia-600\/100:required{color:#c026d3}.required\:text-fuchsia-700\/0:required{color:#a21caf00}.required\:text-fuchsia-700\/5:required{color:#a21caf0d}.required\:text-fuchsia-700\/10:required{color:#a21caf1a}.required\:text-fuchsia-700\/20:required{color:#a21caf33}.required\:text-fuchsia-700\/25:required{color:#a21caf40}.required\:text-fuchsia-700\/30:required{color:#a21caf4d}.required\:text-fuchsia-700\/40:required{color:#a21caf66}.required\:text-fuchsia-700\/50:required{color:#a21caf80}.required\:text-fuchsia-700\/60:required{color:#a21caf99}.required\:text-fuchsia-700\/70:required{color:#a21cafb3}.required\:text-fuchsia-700\/75:required{color:#a21cafbf}.required\:text-fuchsia-700\/80:required{color:#a21cafcc}.required\:text-fuchsia-700\/90:required{color:#a21cafe6}.required\:text-fuchsia-700\/95:required{color:#a21caff2}.required\:text-fuchsia-700\/100:required{color:#a21caf}.required\:text-fuchsia-800\/0:required{color:#86198f00}.required\:text-fuchsia-800\/5:required{color:#86198f0d}.required\:text-fuchsia-800\/10:required{color:#86198f1a}.required\:text-fuchsia-800\/20:required{color:#86198f33}.required\:text-fuchsia-800\/25:required{color:#86198f40}.required\:text-fuchsia-800\/30:required{color:#86198f4d}.required\:text-fuchsia-800\/40:required{color:#86198f66}.required\:text-fuchsia-800\/50:required{color:#86198f80}.required\:text-fuchsia-800\/60:required{color:#86198f99}.required\:text-fuchsia-800\/70:required{color:#86198fb3}.required\:text-fuchsia-800\/75:required{color:#86198fbf}.required\:text-fuchsia-800\/80:required{color:#86198fcc}.required\:text-fuchsia-800\/90:required{color:#86198fe6}.required\:text-fuchsia-800\/95:required{color:#86198ff2}.required\:text-fuchsia-800\/100:required{color:#86198f}.required\:text-fuchsia-900\/0:required{color:#701a7500}.required\:text-fuchsia-900\/5:required{color:#701a750d}.required\:text-fuchsia-900\/10:required{color:#701a751a}.required\:text-fuchsia-900\/20:required{color:#701a7533}.required\:text-fuchsia-900\/25:required{color:#701a7540}.required\:text-fuchsia-900\/30:required{color:#701a754d}.required\:text-fuchsia-900\/40:required{color:#701a7566}.required\:text-fuchsia-900\/50:required{color:#701a7580}.required\:text-fuchsia-900\/60:required{color:#701a7599}.required\:text-fuchsia-900\/70:required{color:#701a75b3}.required\:text-fuchsia-900\/75:required{color:#701a75bf}.required\:text-fuchsia-900\/80:required{color:#701a75cc}.required\:text-fuchsia-900\/90:required{color:#701a75e6}.required\:text-fuchsia-900\/95:required{color:#701a75f2}.required\:text-fuchsia-900\/100:required{color:#701a75}.required\:text-pink-50\/0:required{color:#fdf2f800}.required\:text-pink-50\/5:required{color:#fdf2f80d}.required\:text-pink-50\/10:required{color:#fdf2f81a}.required\:text-pink-50\/20:required{color:#fdf2f833}.required\:text-pink-50\/25:required{color:#fdf2f840}.required\:text-pink-50\/30:required{color:#fdf2f84d}.required\:text-pink-50\/40:required{color:#fdf2f866}.required\:text-pink-50\/50:required{color:#fdf2f880}.required\:text-pink-50\/60:required{color:#fdf2f899}.required\:text-pink-50\/70:required{color:#fdf2f8b3}.required\:text-pink-50\/75:required{color:#fdf2f8bf}.required\:text-pink-50\/80:required{color:#fdf2f8cc}.required\:text-pink-50\/90:required{color:#fdf2f8e6}.required\:text-pink-50\/95:required{color:#fdf2f8f2}.required\:text-pink-50\/100:required{color:#fdf2f8}.required\:text-pink-100\/0:required{color:#fce7f300}.required\:text-pink-100\/5:required{color:#fce7f30d}.required\:text-pink-100\/10:required{color:#fce7f31a}.required\:text-pink-100\/20:required{color:#fce7f333}.required\:text-pink-100\/25:required{color:#fce7f340}.required\:text-pink-100\/30:required{color:#fce7f34d}.required\:text-pink-100\/40:required{color:#fce7f366}.required\:text-pink-100\/50:required{color:#fce7f380}.required\:text-pink-100\/60:required{color:#fce7f399}.required\:text-pink-100\/70:required{color:#fce7f3b3}.required\:text-pink-100\/75:required{color:#fce7f3bf}.required\:text-pink-100\/80:required{color:#fce7f3cc}.required\:text-pink-100\/90:required{color:#fce7f3e6}.required\:text-pink-100\/95:required{color:#fce7f3f2}.required\:text-pink-100\/100:required{color:#fce7f3}.required\:text-pink-200\/0:required{color:#fbcfe800}.required\:text-pink-200\/5:required{color:#fbcfe80d}.required\:text-pink-200\/10:required{color:#fbcfe81a}.required\:text-pink-200\/20:required{color:#fbcfe833}.required\:text-pink-200\/25:required{color:#fbcfe840}.required\:text-pink-200\/30:required{color:#fbcfe84d}.required\:text-pink-200\/40:required{color:#fbcfe866}.required\:text-pink-200\/50:required{color:#fbcfe880}.required\:text-pink-200\/60:required{color:#fbcfe899}.required\:text-pink-200\/70:required{color:#fbcfe8b3}.required\:text-pink-200\/75:required{color:#fbcfe8bf}.required\:text-pink-200\/80:required{color:#fbcfe8cc}.required\:text-pink-200\/90:required{color:#fbcfe8e6}.required\:text-pink-200\/95:required{color:#fbcfe8f2}.required\:text-pink-200\/100:required{color:#fbcfe8}.required\:text-pink-300\/0:required{color:#f9a8d400}.required\:text-pink-300\/5:required{color:#f9a8d40d}.required\:text-pink-300\/10:required{color:#f9a8d41a}.required\:text-pink-300\/20:required{color:#f9a8d433}.required\:text-pink-300\/25:required{color:#f9a8d440}.required\:text-pink-300\/30:required{color:#f9a8d44d}.required\:text-pink-300\/40:required{color:#f9a8d466}.required\:text-pink-300\/50:required{color:#f9a8d480}.required\:text-pink-300\/60:required{color:#f9a8d499}.required\:text-pink-300\/70:required{color:#f9a8d4b3}.required\:text-pink-300\/75:required{color:#f9a8d4bf}.required\:text-pink-300\/80:required{color:#f9a8d4cc}.required\:text-pink-300\/90:required{color:#f9a8d4e6}.required\:text-pink-300\/95:required{color:#f9a8d4f2}.required\:text-pink-300\/100:required{color:#f9a8d4}.required\:text-pink-400\/0:required{color:#f472b600}.required\:text-pink-400\/5:required{color:#f472b60d}.required\:text-pink-400\/10:required{color:#f472b61a}.required\:text-pink-400\/20:required{color:#f472b633}.required\:text-pink-400\/25:required{color:#f472b640}.required\:text-pink-400\/30:required{color:#f472b64d}.required\:text-pink-400\/40:required{color:#f472b666}.required\:text-pink-400\/50:required{color:#f472b680}.required\:text-pink-400\/60:required{color:#f472b699}.required\:text-pink-400\/70:required{color:#f472b6b3}.required\:text-pink-400\/75:required{color:#f472b6bf}.required\:text-pink-400\/80:required{color:#f472b6cc}.required\:text-pink-400\/90:required{color:#f472b6e6}.required\:text-pink-400\/95:required{color:#f472b6f2}.required\:text-pink-400\/100:required{color:#f472b6}.required\:text-pink-500\/0:required{color:#ec489900}.required\:text-pink-500\/5:required{color:#ec48990d}.required\:text-pink-500\/10:required{color:#ec48991a}.required\:text-pink-500\/20:required{color:#ec489933}.required\:text-pink-500\/25:required{color:#ec489940}.required\:text-pink-500\/30:required{color:#ec48994d}.required\:text-pink-500\/40:required{color:#ec489966}.required\:text-pink-500\/50:required{color:#ec489980}.required\:text-pink-500\/60:required{color:#ec489999}.required\:text-pink-500\/70:required{color:#ec4899b3}.required\:text-pink-500\/75:required{color:#ec4899bf}.required\:text-pink-500\/80:required{color:#ec4899cc}.required\:text-pink-500\/90:required{color:#ec4899e6}.required\:text-pink-500\/95:required{color:#ec4899f2}.required\:text-pink-500\/100:required{color:#ec4899}.required\:text-pink-600\/0:required{color:#db277700}.required\:text-pink-600\/5:required{color:#db27770d}.required\:text-pink-600\/10:required{color:#db27771a}.required\:text-pink-600\/20:required{color:#db277733}.required\:text-pink-600\/25:required{color:#db277740}.required\:text-pink-600\/30:required{color:#db27774d}.required\:text-pink-600\/40:required{color:#db277766}.required\:text-pink-600\/50:required{color:#db277780}.required\:text-pink-600\/60:required{color:#db277799}.required\:text-pink-600\/70:required{color:#db2777b3}.required\:text-pink-600\/75:required{color:#db2777bf}.required\:text-pink-600\/80:required{color:#db2777cc}.required\:text-pink-600\/90:required{color:#db2777e6}.required\:text-pink-600\/95:required{color:#db2777f2}.required\:text-pink-600\/100:required{color:#db2777}.required\:text-pink-700\/0:required{color:#be185d00}.required\:text-pink-700\/5:required{color:#be185d0d}.required\:text-pink-700\/10:required{color:#be185d1a}.required\:text-pink-700\/20:required{color:#be185d33}.required\:text-pink-700\/25:required{color:#be185d40}.required\:text-pink-700\/30:required{color:#be185d4d}.required\:text-pink-700\/40:required{color:#be185d66}.required\:text-pink-700\/50:required{color:#be185d80}.required\:text-pink-700\/60:required{color:#be185d99}.required\:text-pink-700\/70:required{color:#be185db3}.required\:text-pink-700\/75:required{color:#be185dbf}.required\:text-pink-700\/80:required{color:#be185dcc}.required\:text-pink-700\/90:required{color:#be185de6}.required\:text-pink-700\/95:required{color:#be185df2}.required\:text-pink-700\/100:required{color:#be185d}.required\:text-pink-800\/0:required{color:#9d174d00}.required\:text-pink-800\/5:required{color:#9d174d0d}.required\:text-pink-800\/10:required{color:#9d174d1a}.required\:text-pink-800\/20:required{color:#9d174d33}.required\:text-pink-800\/25:required{color:#9d174d40}.required\:text-pink-800\/30:required{color:#9d174d4d}.required\:text-pink-800\/40:required{color:#9d174d66}.required\:text-pink-800\/50:required{color:#9d174d80}.required\:text-pink-800\/60:required{color:#9d174d99}.required\:text-pink-800\/70:required{color:#9d174db3}.required\:text-pink-800\/75:required{color:#9d174dbf}.required\:text-pink-800\/80:required{color:#9d174dcc}.required\:text-pink-800\/90:required{color:#9d174de6}.required\:text-pink-800\/95:required{color:#9d174df2}.required\:text-pink-800\/100:required{color:#9d174d}.required\:text-pink-900\/0:required{color:#83184300}.required\:text-pink-900\/5:required{color:#8318430d}.required\:text-pink-900\/10:required{color:#8318431a}.required\:text-pink-900\/20:required{color:#83184333}.required\:text-pink-900\/25:required{color:#83184340}.required\:text-pink-900\/30:required{color:#8318434d}.required\:text-pink-900\/40:required{color:#83184366}.required\:text-pink-900\/50:required{color:#83184380}.required\:text-pink-900\/60:required{color:#83184399}.required\:text-pink-900\/70:required{color:#831843b3}.required\:text-pink-900\/75:required{color:#831843bf}.required\:text-pink-900\/80:required{color:#831843cc}.required\:text-pink-900\/90:required{color:#831843e6}.required\:text-pink-900\/95:required{color:#831843f2}.required\:text-pink-900\/100:required{color:#831843}.required\:text-rose-50\/0:required{color:#fff1f200}.required\:text-rose-50\/5:required{color:#fff1f20d}.required\:text-rose-50\/10:required{color:#fff1f21a}.required\:text-rose-50\/20:required{color:#fff1f233}.required\:text-rose-50\/25:required{color:#fff1f240}.required\:text-rose-50\/30:required{color:#fff1f24d}.required\:text-rose-50\/40:required{color:#fff1f266}.required\:text-rose-50\/50:required{color:#fff1f280}.required\:text-rose-50\/60:required{color:#fff1f299}.required\:text-rose-50\/70:required{color:#fff1f2b3}.required\:text-rose-50\/75:required{color:#fff1f2bf}.required\:text-rose-50\/80:required{color:#fff1f2cc}.required\:text-rose-50\/90:required{color:#fff1f2e6}.required\:text-rose-50\/95:required{color:#fff1f2f2}.required\:text-rose-50\/100:required{color:#fff1f2}.required\:text-rose-100\/0:required{color:#ffe4e600}.required\:text-rose-100\/5:required{color:#ffe4e60d}.required\:text-rose-100\/10:required{color:#ffe4e61a}.required\:text-rose-100\/20:required{color:#ffe4e633}.required\:text-rose-100\/25:required{color:#ffe4e640}.required\:text-rose-100\/30:required{color:#ffe4e64d}.required\:text-rose-100\/40:required{color:#ffe4e666}.required\:text-rose-100\/50:required{color:#ffe4e680}.required\:text-rose-100\/60:required{color:#ffe4e699}.required\:text-rose-100\/70:required{color:#ffe4e6b3}.required\:text-rose-100\/75:required{color:#ffe4e6bf}.required\:text-rose-100\/80:required{color:#ffe4e6cc}.required\:text-rose-100\/90:required{color:#ffe4e6e6}.required\:text-rose-100\/95:required{color:#ffe4e6f2}.required\:text-rose-100\/100:required{color:#ffe4e6}.required\:text-rose-200\/0:required{color:#fecdd300}.required\:text-rose-200\/5:required{color:#fecdd30d}.required\:text-rose-200\/10:required{color:#fecdd31a}.required\:text-rose-200\/20:required{color:#fecdd333}.required\:text-rose-200\/25:required{color:#fecdd340}.required\:text-rose-200\/30:required{color:#fecdd34d}.required\:text-rose-200\/40:required{color:#fecdd366}.required\:text-rose-200\/50:required{color:#fecdd380}.required\:text-rose-200\/60:required{color:#fecdd399}.required\:text-rose-200\/70:required{color:#fecdd3b3}.required\:text-rose-200\/75:required{color:#fecdd3bf}.required\:text-rose-200\/80:required{color:#fecdd3cc}.required\:text-rose-200\/90:required{color:#fecdd3e6}.required\:text-rose-200\/95:required{color:#fecdd3f2}.required\:text-rose-200\/100:required{color:#fecdd3}.required\:text-rose-300\/0:required{color:#fda4af00}.required\:text-rose-300\/5:required{color:#fda4af0d}.required\:text-rose-300\/10:required{color:#fda4af1a}.required\:text-rose-300\/20:required{color:#fda4af33}.required\:text-rose-300\/25:required{color:#fda4af40}.required\:text-rose-300\/30:required{color:#fda4af4d}.required\:text-rose-300\/40:required{color:#fda4af66}.required\:text-rose-300\/50:required{color:#fda4af80}.required\:text-rose-300\/60:required{color:#fda4af99}.required\:text-rose-300\/70:required{color:#fda4afb3}.required\:text-rose-300\/75:required{color:#fda4afbf}.required\:text-rose-300\/80:required{color:#fda4afcc}.required\:text-rose-300\/90:required{color:#fda4afe6}.required\:text-rose-300\/95:required{color:#fda4aff2}.required\:text-rose-300\/100:required{color:#fda4af}.required\:text-rose-400\/0:required{color:#fb718500}.required\:text-rose-400\/5:required{color:#fb71850d}.required\:text-rose-400\/10:required{color:#fb71851a}.required\:text-rose-400\/20:required{color:#fb718533}.required\:text-rose-400\/25:required{color:#fb718540}.required\:text-rose-400\/30:required{color:#fb71854d}.required\:text-rose-400\/40:required{color:#fb718566}.required\:text-rose-400\/50:required{color:#fb718580}.required\:text-rose-400\/60:required{color:#fb718599}.required\:text-rose-400\/70:required{color:#fb7185b3}.required\:text-rose-400\/75:required{color:#fb7185bf}.required\:text-rose-400\/80:required{color:#fb7185cc}.required\:text-rose-400\/90:required{color:#fb7185e6}.required\:text-rose-400\/95:required{color:#fb7185f2}.required\:text-rose-400\/100:required{color:#fb7185}.required\:text-rose-500\/0:required{color:#f43f5e00}.required\:text-rose-500\/5:required{color:#f43f5e0d}.required\:text-rose-500\/10:required{color:#f43f5e1a}.required\:text-rose-500\/20:required{color:#f43f5e33}.required\:text-rose-500\/25:required{color:#f43f5e40}.required\:text-rose-500\/30:required{color:#f43f5e4d}.required\:text-rose-500\/40:required{color:#f43f5e66}.required\:text-rose-500\/50:required{color:#f43f5e80}.required\:text-rose-500\/60:required{color:#f43f5e99}.required\:text-rose-500\/70:required{color:#f43f5eb3}.required\:text-rose-500\/75:required{color:#f43f5ebf}.required\:text-rose-500\/80:required{color:#f43f5ecc}.required\:text-rose-500\/90:required{color:#f43f5ee6}.required\:text-rose-500\/95:required{color:#f43f5ef2}.required\:text-rose-500\/100:required{color:#f43f5e}.required\:text-rose-600\/0:required{color:#e11d4800}.required\:text-rose-600\/5:required{color:#e11d480d}.required\:text-rose-600\/10:required{color:#e11d481a}.required\:text-rose-600\/20:required{color:#e11d4833}.required\:text-rose-600\/25:required{color:#e11d4840}.required\:text-rose-600\/30:required{color:#e11d484d}.required\:text-rose-600\/40:required{color:#e11d4866}.required\:text-rose-600\/50:required{color:#e11d4880}.required\:text-rose-600\/60:required{color:#e11d4899}.required\:text-rose-600\/70:required{color:#e11d48b3}.required\:text-rose-600\/75:required{color:#e11d48bf}.required\:text-rose-600\/80:required{color:#e11d48cc}.required\:text-rose-600\/90:required{color:#e11d48e6}.required\:text-rose-600\/95:required{color:#e11d48f2}.required\:text-rose-600\/100:required{color:#e11d48}.required\:text-rose-700\/0:required{color:#be123c00}.required\:text-rose-700\/5:required{color:#be123c0d}.required\:text-rose-700\/10:required{color:#be123c1a}.required\:text-rose-700\/20:required{color:#be123c33}.required\:text-rose-700\/25:required{color:#be123c40}.required\:text-rose-700\/30:required{color:#be123c4d}.required\:text-rose-700\/40:required{color:#be123c66}.required\:text-rose-700\/50:required{color:#be123c80}.required\:text-rose-700\/60:required{color:#be123c99}.required\:text-rose-700\/70:required{color:#be123cb3}.required\:text-rose-700\/75:required{color:#be123cbf}.required\:text-rose-700\/80:required{color:#be123ccc}.required\:text-rose-700\/90:required{color:#be123ce6}.required\:text-rose-700\/95:required{color:#be123cf2}.required\:text-rose-700\/100:required{color:#be123c}.required\:text-rose-800\/0:required{color:#9f123900}.required\:text-rose-800\/5:required{color:#9f12390d}.required\:text-rose-800\/10:required{color:#9f12391a}.required\:text-rose-800\/20:required{color:#9f123933}.required\:text-rose-800\/25:required{color:#9f123940}.required\:text-rose-800\/30:required{color:#9f12394d}.required\:text-rose-800\/40:required{color:#9f123966}.required\:text-rose-800\/50:required{color:#9f123980}.required\:text-rose-800\/60:required{color:#9f123999}.required\:text-rose-800\/70:required{color:#9f1239b3}.required\:text-rose-800\/75:required{color:#9f1239bf}.required\:text-rose-800\/80:required{color:#9f1239cc}.required\:text-rose-800\/90:required{color:#9f1239e6}.required\:text-rose-800\/95:required{color:#9f1239f2}.required\:text-rose-800\/100:required{color:#9f1239}.required\:text-rose-900\/0:required{color:#88133700}.required\:text-rose-900\/5:required{color:#8813370d}.required\:text-rose-900\/10:required{color:#8813371a}.required\:text-rose-900\/20:required{color:#88133733}.required\:text-rose-900\/25:required{color:#88133740}.required\:text-rose-900\/30:required{color:#8813374d}.required\:text-rose-900\/40:required{color:#88133766}.required\:text-rose-900\/50:required{color:#88133780}.required\:text-rose-900\/60:required{color:#88133799}.required\:text-rose-900\/70:required{color:#881337b3}.required\:text-rose-900\/75:required{color:#881337bf}.required\:text-rose-900\/80:required{color:#881337cc}.required\:text-rose-900\/90:required{color:#881337e6}.required\:text-rose-900\/95:required{color:#881337f2}.required\:text-rose-900\/100:required{color:#881337}.required\:text-primary-100\/0:required{color:#f2f3f400}.required\:text-primary-100\/5:required{color:#f2f3f40d}.required\:text-primary-100\/10:required{color:#f2f3f41a}.required\:text-primary-100\/20:required{color:#f2f3f433}.required\:text-primary-100\/25:required{color:#f2f3f440}.required\:text-primary-100\/30:required{color:#f2f3f44d}.required\:text-primary-100\/40:required{color:#f2f3f466}.required\:text-primary-100\/50:required{color:#f2f3f480}.required\:text-primary-100\/60:required{color:#f2f3f499}.required\:text-primary-100\/70:required{color:#f2f3f4b3}.required\:text-primary-100\/75:required{color:#f2f3f4bf}.required\:text-primary-100\/80:required{color:#f2f3f4cc}.required\:text-primary-100\/90:required{color:#f2f3f4e6}.required\:text-primary-100\/95:required{color:#f2f3f4f2}.required\:text-primary-100\/100:required{color:#f2f3f4}.required\:text-primary-200\/0:required{color:#e8e8f000}.required\:text-primary-200\/5:required{color:#e8e8f00d}.required\:text-primary-200\/10:required{color:#e8e8f01a}.required\:text-primary-200\/20:required{color:#e8e8f033}.required\:text-primary-200\/25:required{color:#e8e8f040}.required\:text-primary-200\/30:required{color:#e8e8f04d}.required\:text-primary-200\/40:required{color:#e8e8f066}.required\:text-primary-200\/50:required{color:#e8e8f080}.required\:text-primary-200\/60:required{color:#e8e8f099}.required\:text-primary-200\/70:required{color:#e8e8f0b3}.required\:text-primary-200\/75:required{color:#e8e8f0bf}.required\:text-primary-200\/80:required{color:#e8e8f0cc}.required\:text-primary-200\/90:required{color:#e8e8f0e6}.required\:text-primary-200\/95:required{color:#e8e8f0f2}.required\:text-primary-200\/100:required{color:#e8e8f0}.required\:text-primary-300\/0:required{color:#d0d0e100}.required\:text-primary-300\/5:required{color:#d0d0e10d}.required\:text-primary-300\/10:required{color:#d0d0e11a}.required\:text-primary-300\/20:required{color:#d0d0e133}.required\:text-primary-300\/25:required{color:#d0d0e140}.required\:text-primary-300\/30:required{color:#d0d0e14d}.required\:text-primary-300\/40:required{color:#d0d0e166}.required\:text-primary-300\/50:required{color:#d0d0e180}.required\:text-primary-300\/60:required{color:#d0d0e199}.required\:text-primary-300\/70:required{color:#d0d0e1b3}.required\:text-primary-300\/75:required{color:#d0d0e1bf}.required\:text-primary-300\/80:required{color:#d0d0e1cc}.required\:text-primary-300\/90:required{color:#d0d0e1e6}.required\:text-primary-300\/95:required{color:#d0d0e1f2}.required\:text-primary-300\/100:required{color:#d0d0e1}.required\:text-primary-400\/0:required{color:#b4b4d100}.required\:text-primary-400\/5:required{color:#b4b4d10d}.required\:text-primary-400\/10:required{color:#b4b4d11a}.required\:text-primary-400\/20:required{color:#b4b4d133}.required\:text-primary-400\/25:required{color:#b4b4d140}.required\:text-primary-400\/30:required{color:#b4b4d14d}.required\:text-primary-400\/40:required{color:#b4b4d166}.required\:text-primary-400\/50:required{color:#b4b4d180}.required\:text-primary-400\/60:required{color:#b4b4d199}.required\:text-primary-400\/70:required{color:#b4b4d1b3}.required\:text-primary-400\/75:required{color:#b4b4d1bf}.required\:text-primary-400\/80:required{color:#b4b4d1cc}.required\:text-primary-400\/90:required{color:#b4b4d1e6}.required\:text-primary-400\/95:required{color:#b4b4d1f2}.required\:text-primary-400\/100:required{color:#b4b4d1}.required\:text-primary-500\/0:required{color:#9393bf00}.required\:text-primary-500\/5:required{color:#9393bf0d}.required\:text-primary-500\/10:required{color:#9393bf1a}.required\:text-primary-500\/20:required{color:#9393bf33}.required\:text-primary-500\/25:required{color:#9393bf40}.required\:text-primary-500\/30:required{color:#9393bf4d}.required\:text-primary-500\/40:required{color:#9393bf66}.required\:text-primary-500\/50:required{color:#9393bf80}.required\:text-primary-500\/60:required{color:#9393bf99}.required\:text-primary-500\/70:required{color:#9393bfb3}.required\:text-primary-500\/75:required{color:#9393bfbf}.required\:text-primary-500\/80:required{color:#9393bfcc}.required\:text-primary-500\/90:required{color:#9393bfe6}.required\:text-primary-500\/95:required{color:#9393bff2}.required\:text-primary-500\/100:required{color:#9393bf}.required\:text-primary-600\/0:required{color:#6868ac00}.required\:text-primary-600\/5:required{color:#6868ac0d}.required\:text-primary-600\/10:required{color:#6868ac1a}.required\:text-primary-600\/20:required{color:#6868ac33}.required\:text-primary-600\/25:required{color:#6868ac40}.required\:text-primary-600\/30:required{color:#6868ac4d}.required\:text-primary-600\/40:required{color:#6868ac66}.required\:text-primary-600\/50:required{color:#6868ac80}.required\:text-primary-600\/60:required{color:#6868ac99}.required\:text-primary-600\/70:required{color:#6868acb3}.required\:text-primary-600\/75:required{color:#6868acbf}.required\:text-primary-600\/80:required{color:#6868accc}.required\:text-primary-600\/90:required{color:#6868ace6}.required\:text-primary-600\/95:required{color:#6868acf2}.required\:text-primary-600\/100:required{color:#6868ac}.required\:text-primary-700\/0:required{color:#5d5d9900}.required\:text-primary-700\/5:required{color:#5d5d990d}.required\:text-primary-700\/10:required{color:#5d5d991a}.required\:text-primary-700\/20:required{color:#5d5d9933}.required\:text-primary-700\/25:required{color:#5d5d9940}.required\:text-primary-700\/30:required{color:#5d5d994d}.required\:text-primary-700\/40:required{color:#5d5d9966}.required\:text-primary-700\/50:required{color:#5d5d9980}.required\:text-primary-700\/60:required{color:#5d5d9999}.required\:text-primary-700\/70:required{color:#5d5d99b3}.required\:text-primary-700\/75:required{color:#5d5d99bf}.required\:text-primary-700\/80:required{color:#5d5d99cc}.required\:text-primary-700\/90:required{color:#5d5d99e6}.required\:text-primary-700\/95:required{color:#5d5d99f2}.required\:text-primary-700\/100:required{color:#5d5d99}.required\:text-primary-800\/0:required{color:#50508500}.required\:text-primary-800\/5:required{color:#5050850d}.required\:text-primary-800\/10:required{color:#5050851a}.required\:text-primary-800\/20:required{color:#50508533}.required\:text-primary-800\/25:required{color:#50508540}.required\:text-primary-800\/30:required{color:#5050854d}.required\:text-primary-800\/40:required{color:#50508566}.required\:text-primary-800\/50:required{color:#50508580}.required\:text-primary-800\/60:required{color:#50508599}.required\:text-primary-800\/70:required{color:#505085b3}.required\:text-primary-800\/75:required{color:#505085bf}.required\:text-primary-800\/80:required{color:#505085cc}.required\:text-primary-800\/90:required{color:#505085e6}.required\:text-primary-800\/95:required{color:#505085f2}.required\:text-primary-800\/100:required{color:#505085}.required\:text-primary-900\/0:required{color:#41416c00}.required\:text-primary-900\/5:required{color:#41416c0d}.required\:text-primary-900\/10:required{color:#41416c1a}.required\:text-primary-900\/20:required{color:#41416c33}.required\:text-primary-900\/25:required{color:#41416c40}.required\:text-primary-900\/30:required{color:#41416c4d}.required\:text-primary-900\/40:required{color:#41416c66}.required\:text-primary-900\/50:required{color:#41416c80}.required\:text-primary-900\/60:required{color:#41416c99}.required\:text-primary-900\/70:required{color:#41416cb3}.required\:text-primary-900\/75:required{color:#41416cbf}.required\:text-primary-900\/80:required{color:#41416ccc}.required\:text-primary-900\/90:required{color:#41416ce6}.required\:text-primary-900\/95:required{color:#41416cf2}.required\:text-primary-900\/100:required{color:#41416c}.required\:text-primary-1000\/0:required{color:#2e2e4c00}.required\:text-primary-1000\/5:required{color:#2e2e4c0d}.required\:text-primary-1000\/10:required{color:#2e2e4c1a}.required\:text-primary-1000\/20:required{color:#2e2e4c33}.required\:text-primary-1000\/25:required{color:#2e2e4c40}.required\:text-primary-1000\/30:required{color:#2e2e4c4d}.required\:text-primary-1000\/40:required{color:#2e2e4c66}.required\:text-primary-1000\/50:required{color:#2e2e4c80}.required\:text-primary-1000\/60:required{color:#2e2e4c99}.required\:text-primary-1000\/70:required{color:#2e2e4cb3}.required\:text-primary-1000\/75:required{color:#2e2e4cbf}.required\:text-primary-1000\/80:required{color:#2e2e4ccc}.required\:text-primary-1000\/90:required{color:#2e2e4ce6}.required\:text-primary-1000\/95:required{color:#2e2e4cf2}.required\:text-primary-1000\/100:required{color:#2e2e4c}.required\:text-primary-highlight-100\/0:required{color:#f7f5fe00}.required\:text-primary-highlight-100\/5:required{color:#f7f5fe0d}.required\:text-primary-highlight-100\/10:required{color:#f7f5fe1a}.required\:text-primary-highlight-100\/20:required{color:#f7f5fe33}.required\:text-primary-highlight-100\/25:required{color:#f7f5fe40}.required\:text-primary-highlight-100\/30:required{color:#f7f5fe4d}.required\:text-primary-highlight-100\/40:required{color:#f7f5fe66}.required\:text-primary-highlight-100\/50:required{color:#f7f5fe80}.required\:text-primary-highlight-100\/60:required{color:#f7f5fe99}.required\:text-primary-highlight-100\/70:required{color:#f7f5feb3}.required\:text-primary-highlight-100\/75:required{color:#f7f5febf}.required\:text-primary-highlight-100\/80:required{color:#f7f5fecc}.required\:text-primary-highlight-100\/90:required{color:#f7f5fee6}.required\:text-primary-highlight-100\/95:required{color:#f7f5fef2}.required\:text-primary-highlight-100\/100:required{color:#f7f5fe}.required\:text-primary-highlight-200\/0:required{color:#efecfe00}.required\:text-primary-highlight-200\/5:required{color:#efecfe0d}.required\:text-primary-highlight-200\/10:required{color:#efecfe1a}.required\:text-primary-highlight-200\/20:required{color:#efecfe33}.required\:text-primary-highlight-200\/25:required{color:#efecfe40}.required\:text-primary-highlight-200\/30:required{color:#efecfe4d}.required\:text-primary-highlight-200\/40:required{color:#efecfe66}.required\:text-primary-highlight-200\/50:required{color:#efecfe80}.required\:text-primary-highlight-200\/60:required{color:#efecfe99}.required\:text-primary-highlight-200\/70:required{color:#efecfeb3}.required\:text-primary-highlight-200\/75:required{color:#efecfebf}.required\:text-primary-highlight-200\/80:required{color:#efecfecc}.required\:text-primary-highlight-200\/90:required{color:#efecfee6}.required\:text-primary-highlight-200\/95:required{color:#efecfef2}.required\:text-primary-highlight-200\/100:required{color:#efecfe}.required\:text-primary-highlight-300\/0:required{color:#dfd8fd00}.required\:text-primary-highlight-300\/5:required{color:#dfd8fd0d}.required\:text-primary-highlight-300\/10:required{color:#dfd8fd1a}.required\:text-primary-highlight-300\/20:required{color:#dfd8fd33}.required\:text-primary-highlight-300\/25:required{color:#dfd8fd40}.required\:text-primary-highlight-300\/30:required{color:#dfd8fd4d}.required\:text-primary-highlight-300\/40:required{color:#dfd8fd66}.required\:text-primary-highlight-300\/50:required{color:#dfd8fd80}.required\:text-primary-highlight-300\/60:required{color:#dfd8fd99}.required\:text-primary-highlight-300\/70:required{color:#dfd8fdb3}.required\:text-primary-highlight-300\/75:required{color:#dfd8fdbf}.required\:text-primary-highlight-300\/80:required{color:#dfd8fdcc}.required\:text-primary-highlight-300\/90:required{color:#dfd8fde6}.required\:text-primary-highlight-300\/95:required{color:#dfd8fdf2}.required\:text-primary-highlight-300\/100:required{color:#dfd8fd}.required\:text-primary-highlight-400\/0:required{color:#cec1fc00}.required\:text-primary-highlight-400\/5:required{color:#cec1fc0d}.required\:text-primary-highlight-400\/10:required{color:#cec1fc1a}.required\:text-primary-highlight-400\/20:required{color:#cec1fc33}.required\:text-primary-highlight-400\/25:required{color:#cec1fc40}.required\:text-primary-highlight-400\/30:required{color:#cec1fc4d}.required\:text-primary-highlight-400\/40:required{color:#cec1fc66}.required\:text-primary-highlight-400\/50:required{color:#cec1fc80}.required\:text-primary-highlight-400\/60:required{color:#cec1fc99}.required\:text-primary-highlight-400\/70:required{color:#cec1fcb3}.required\:text-primary-highlight-400\/75:required{color:#cec1fcbf}.required\:text-primary-highlight-400\/80:required{color:#cec1fccc}.required\:text-primary-highlight-400\/90:required{color:#cec1fce6}.required\:text-primary-highlight-400\/95:required{color:#cec1fcf2}.required\:text-primary-highlight-400\/100:required{color:#cec1fc}.required\:text-primary-highlight-500\/0:required{color:#bba8fb00}.required\:text-primary-highlight-500\/5:required{color:#bba8fb0d}.required\:text-primary-highlight-500\/10:required{color:#bba8fb1a}.required\:text-primary-highlight-500\/20:required{color:#bba8fb33}.required\:text-primary-highlight-500\/25:required{color:#bba8fb40}.required\:text-primary-highlight-500\/30:required{color:#bba8fb4d}.required\:text-primary-highlight-500\/40:required{color:#bba8fb66}.required\:text-primary-highlight-500\/50:required{color:#bba8fb80}.required\:text-primary-highlight-500\/60:required{color:#bba8fb99}.required\:text-primary-highlight-500\/70:required{color:#bba8fbb3}.required\:text-primary-highlight-500\/75:required{color:#bba8fbbf}.required\:text-primary-highlight-500\/80:required{color:#bba8fbcc}.required\:text-primary-highlight-500\/90:required{color:#bba8fbe6}.required\:text-primary-highlight-500\/95:required{color:#bba8fbf2}.required\:text-primary-highlight-500\/100:required{color:#bba8fb}.required\:text-primary-highlight-600\/0:required{color:#a78bfa00}.required\:text-primary-highlight-600\/5:required{color:#a78bfa0d}.required\:text-primary-highlight-600\/10:required{color:#a78bfa1a}.required\:text-primary-highlight-600\/20:required{color:#a78bfa33}.required\:text-primary-highlight-600\/25:required{color:#a78bfa40}.required\:text-primary-highlight-600\/30:required{color:#a78bfa4d}.required\:text-primary-highlight-600\/40:required{color:#a78bfa66}.required\:text-primary-highlight-600\/50:required{color:#a78bfa80}.required\:text-primary-highlight-600\/60:required{color:#a78bfa99}.required\:text-primary-highlight-600\/70:required{color:#a78bfab3}.required\:text-primary-highlight-600\/75:required{color:#a78bfabf}.required\:text-primary-highlight-600\/80:required{color:#a78bfacc}.required\:text-primary-highlight-600\/90:required{color:#a78bfae6}.required\:text-primary-highlight-600\/95:required{color:#a78bfaf2}.required\:text-primary-highlight-600\/100:required{color:#a78bfa}.required\:text-primary-highlight-700\/0:required{color:#957cdf00}.required\:text-primary-highlight-700\/5:required{color:#957cdf0d}.required\:text-primary-highlight-700\/10:required{color:#957cdf1a}.required\:text-primary-highlight-700\/20:required{color:#957cdf33}.required\:text-primary-highlight-700\/25:required{color:#957cdf40}.required\:text-primary-highlight-700\/30:required{color:#957cdf4d}.required\:text-primary-highlight-700\/40:required{color:#957cdf66}.required\:text-primary-highlight-700\/50:required{color:#957cdf80}.required\:text-primary-highlight-700\/60:required{color:#957cdf99}.required\:text-primary-highlight-700\/70:required{color:#957cdfb3}.required\:text-primary-highlight-700\/75:required{color:#957cdfbf}.required\:text-primary-highlight-700\/80:required{color:#957cdfcc}.required\:text-primary-highlight-700\/90:required{color:#957cdfe6}.required\:text-primary-highlight-700\/95:required{color:#957cdff2}.required\:text-primary-highlight-700\/100:required{color:#957cdf}.required\:text-primary-highlight-800\/0:required{color:#816bc100}.required\:text-primary-highlight-800\/5:required{color:#816bc10d}.required\:text-primary-highlight-800\/10:required{color:#816bc11a}.required\:text-primary-highlight-800\/20:required{color:#816bc133}.required\:text-primary-highlight-800\/25:required{color:#816bc140}.required\:text-primary-highlight-800\/30:required{color:#816bc14d}.required\:text-primary-highlight-800\/40:required{color:#816bc166}.required\:text-primary-highlight-800\/50:required{color:#816bc180}.required\:text-primary-highlight-800\/60:required{color:#816bc199}.required\:text-primary-highlight-800\/70:required{color:#816bc1b3}.required\:text-primary-highlight-800\/75:required{color:#816bc1bf}.required\:text-primary-highlight-800\/80:required{color:#816bc1cc}.required\:text-primary-highlight-800\/90:required{color:#816bc1e6}.required\:text-primary-highlight-800\/95:required{color:#816bc1f2}.required\:text-primary-highlight-800\/100:required{color:#816bc1}.required\:text-primary-highlight-900\/0:required{color:#69579e00}.required\:text-primary-highlight-900\/5:required{color:#69579e0d}.required\:text-primary-highlight-900\/10:required{color:#69579e1a}.required\:text-primary-highlight-900\/20:required{color:#69579e33}.required\:text-primary-highlight-900\/25:required{color:#69579e40}.required\:text-primary-highlight-900\/30:required{color:#69579e4d}.required\:text-primary-highlight-900\/40:required{color:#69579e66}.required\:text-primary-highlight-900\/50:required{color:#69579e80}.required\:text-primary-highlight-900\/60:required{color:#69579e99}.required\:text-primary-highlight-900\/70:required{color:#69579eb3}.required\:text-primary-highlight-900\/75:required{color:#69579ebf}.required\:text-primary-highlight-900\/80:required{color:#69579ecc}.required\:text-primary-highlight-900\/90:required{color:#69579ee6}.required\:text-primary-highlight-900\/95:required{color:#69579ef2}.required\:text-primary-highlight-900\/100:required{color:#69579e}.required\:text-primary-highlight-1000\/0:required{color:#4a3e6f00}.required\:text-primary-highlight-1000\/5:required{color:#4a3e6f0d}.required\:text-primary-highlight-1000\/10:required{color:#4a3e6f1a}.required\:text-primary-highlight-1000\/20:required{color:#4a3e6f33}.required\:text-primary-highlight-1000\/25:required{color:#4a3e6f40}.required\:text-primary-highlight-1000\/30:required{color:#4a3e6f4d}.required\:text-primary-highlight-1000\/40:required{color:#4a3e6f66}.required\:text-primary-highlight-1000\/50:required{color:#4a3e6f80}.required\:text-primary-highlight-1000\/60:required{color:#4a3e6f99}.required\:text-primary-highlight-1000\/70:required{color:#4a3e6fb3}.required\:text-primary-highlight-1000\/75:required{color:#4a3e6fbf}.required\:text-primary-highlight-1000\/80:required{color:#4a3e6fcc}.required\:text-primary-highlight-1000\/90:required{color:#4a3e6fe6}.required\:text-primary-highlight-1000\/95:required{color:#4a3e6ff2}.required\:text-primary-highlight-1000\/100:required{color:#4a3e6f}.required\:text-secondary-100\/0:required{color:#fef7f200}.required\:text-secondary-100\/5:required{color:#fef7f20d}.required\:text-secondary-100\/10:required{color:#fef7f21a}.required\:text-secondary-100\/20:required{color:#fef7f233}.required\:text-secondary-100\/25:required{color:#fef7f240}.required\:text-secondary-100\/30:required{color:#fef7f24d}.required\:text-secondary-100\/40:required{color:#fef7f266}.required\:text-secondary-100\/50:required{color:#fef7f280}.required\:text-secondary-100\/60:required{color:#fef7f299}.required\:text-secondary-100\/70:required{color:#fef7f2b3}.required\:text-secondary-100\/75:required{color:#fef7f2bf}.required\:text-secondary-100\/80:required{color:#fef7f2cc}.required\:text-secondary-100\/90:required{color:#fef7f2e6}.required\:text-secondary-100\/95:required{color:#fef7f2f2}.required\:text-secondary-100\/100:required{color:#fef7f2}.required\:text-secondary-200\/0:required{color:#fef0e400}.required\:text-secondary-200\/5:required{color:#fef0e40d}.required\:text-secondary-200\/10:required{color:#fef0e41a}.required\:text-secondary-200\/20:required{color:#fef0e433}.required\:text-secondary-200\/25:required{color:#fef0e440}.required\:text-secondary-200\/30:required{color:#fef0e44d}.required\:text-secondary-200\/40:required{color:#fef0e466}.required\:text-secondary-200\/50:required{color:#fef0e480}.required\:text-secondary-200\/60:required{color:#fef0e499}.required\:text-secondary-200\/70:required{color:#fef0e4b3}.required\:text-secondary-200\/75:required{color:#fef0e4bf}.required\:text-secondary-200\/80:required{color:#fef0e4cc}.required\:text-secondary-200\/90:required{color:#fef0e4e6}.required\:text-secondary-200\/95:required{color:#fef0e4f2}.required\:text-secondary-200\/100:required{color:#fef0e4}.required\:text-secondary-300\/0:required{color:#fde1c600}.required\:text-secondary-300\/5:required{color:#fde1c60d}.required\:text-secondary-300\/10:required{color:#fde1c61a}.required\:text-secondary-300\/20:required{color:#fde1c633}.required\:text-secondary-300\/25:required{color:#fde1c640}.required\:text-secondary-300\/30:required{color:#fde1c64d}.required\:text-secondary-300\/40:required{color:#fde1c666}.required\:text-secondary-300\/50:required{color:#fde1c680}.required\:text-secondary-300\/60:required{color:#fde1c699}.required\:text-secondary-300\/70:required{color:#fde1c6b3}.required\:text-secondary-300\/75:required{color:#fde1c6bf}.required\:text-secondary-300\/80:required{color:#fde1c6cc}.required\:text-secondary-300\/90:required{color:#fde1c6e6}.required\:text-secondary-300\/95:required{color:#fde1c6f2}.required\:text-secondary-300\/100:required{color:#fde1c6}.required\:text-secondary-400\/0:required{color:#fcd1a200}.required\:text-secondary-400\/5:required{color:#fcd1a20d}.required\:text-secondary-400\/10:required{color:#fcd1a21a}.required\:text-secondary-400\/20:required{color:#fcd1a233}.required\:text-secondary-400\/25:required{color:#fcd1a240}.required\:text-secondary-400\/30:required{color:#fcd1a24d}.required\:text-secondary-400\/40:required{color:#fcd1a266}.required\:text-secondary-400\/50:required{color:#fcd1a280}.required\:text-secondary-400\/60:required{color:#fcd1a299}.required\:text-secondary-400\/70:required{color:#fcd1a2b3}.required\:text-secondary-400\/75:required{color:#fcd1a2bf}.required\:text-secondary-400\/80:required{color:#fcd1a2cc}.required\:text-secondary-400\/90:required{color:#fcd1a2e6}.required\:text-secondary-400\/95:required{color:#fcd1a2f2}.required\:text-secondary-400\/100:required{color:#fcd1a2}.required\:text-secondary-500\/0:required{color:#fbbf7500}.required\:text-secondary-500\/5:required{color:#fbbf750d}.required\:text-secondary-500\/10:required{color:#fbbf751a}.required\:text-secondary-500\/20:required{color:#fbbf7533}.required\:text-secondary-500\/25:required{color:#fbbf7540}.required\:text-secondary-500\/30:required{color:#fbbf754d}.required\:text-secondary-500\/40:required{color:#fbbf7566}.required\:text-secondary-500\/50:required{color:#fbbf7580}.required\:text-secondary-500\/60:required{color:#fbbf7599}.required\:text-secondary-500\/70:required{color:#fbbf75b3}.required\:text-secondary-500\/75:required{color:#fbbf75bf}.required\:text-secondary-500\/80:required{color:#fbbf75cc}.required\:text-secondary-500\/90:required{color:#fbbf75e6}.required\:text-secondary-500\/95:required{color:#fbbf75f2}.required\:text-secondary-500\/100:required{color:#fbbf75}.required\:text-secondary-600\/0:required{color:#faac1e00}.required\:text-secondary-600\/5:required{color:#faac1e0d}.required\:text-secondary-600\/10:required{color:#faac1e1a}.required\:text-secondary-600\/20:required{color:#faac1e33}.required\:text-secondary-600\/25:required{color:#faac1e40}.required\:text-secondary-600\/30:required{color:#faac1e4d}.required\:text-secondary-600\/40:required{color:#faac1e66}.required\:text-secondary-600\/50:required{color:#faac1e80}.required\:text-secondary-600\/60:required{color:#faac1e99}.required\:text-secondary-600\/70:required{color:#faac1eb3}.required\:text-secondary-600\/75:required{color:#faac1ebf}.required\:text-secondary-600\/80:required{color:#faac1ecc}.required\:text-secondary-600\/90:required{color:#faac1ee6}.required\:text-secondary-600\/95:required{color:#faac1ef2}.required\:text-secondary-600\/100:required{color:#faac1e}.required\:text-secondary-700\/0:required{color:#df991a00}.required\:text-secondary-700\/5:required{color:#df991a0d}.required\:text-secondary-700\/10:required{color:#df991a1a}.required\:text-secondary-700\/20:required{color:#df991a33}.required\:text-secondary-700\/25:required{color:#df991a40}.required\:text-secondary-700\/30:required{color:#df991a4d}.required\:text-secondary-700\/40:required{color:#df991a66}.required\:text-secondary-700\/50:required{color:#df991a80}.required\:text-secondary-700\/60:required{color:#df991a99}.required\:text-secondary-700\/70:required{color:#df991ab3}.required\:text-secondary-700\/75:required{color:#df991abf}.required\:text-secondary-700\/80:required{color:#df991acc}.required\:text-secondary-700\/90:required{color:#df991ae6}.required\:text-secondary-700\/95:required{color:#df991af2}.required\:text-secondary-700\/100:required{color:#df991a}.required\:text-secondary-800\/0:required{color:#c1851700}.required\:text-secondary-800\/5:required{color:#c185170d}.required\:text-secondary-800\/10:required{color:#c185171a}.required\:text-secondary-800\/20:required{color:#c1851733}.required\:text-secondary-800\/25:required{color:#c1851740}.required\:text-secondary-800\/30:required{color:#c185174d}.required\:text-secondary-800\/40:required{color:#c1851766}.required\:text-secondary-800\/50:required{color:#c1851780}.required\:text-secondary-800\/60:required{color:#c1851799}.required\:text-secondary-800\/70:required{color:#c18517b3}.required\:text-secondary-800\/75:required{color:#c18517bf}.required\:text-secondary-800\/80:required{color:#c18517cc}.required\:text-secondary-800\/90:required{color:#c18517e6}.required\:text-secondary-800\/95:required{color:#c18517f2}.required\:text-secondary-800\/100:required{color:#c18517}.required\:text-secondary-900\/0:required{color:#9e6c1200}.required\:text-secondary-900\/5:required{color:#9e6c120d}.required\:text-secondary-900\/10:required{color:#9e6c121a}.required\:text-secondary-900\/20:required{color:#9e6c1233}.required\:text-secondary-900\/25:required{color:#9e6c1240}.required\:text-secondary-900\/30:required{color:#9e6c124d}.required\:text-secondary-900\/40:required{color:#9e6c1266}.required\:text-secondary-900\/50:required{color:#9e6c1280}.required\:text-secondary-900\/60:required{color:#9e6c1299}.required\:text-secondary-900\/70:required{color:#9e6c12b3}.required\:text-secondary-900\/75:required{color:#9e6c12bf}.required\:text-secondary-900\/80:required{color:#9e6c12cc}.required\:text-secondary-900\/90:required{color:#9e6c12e6}.required\:text-secondary-900\/95:required{color:#9e6c12f2}.required\:text-secondary-900\/100:required{color:#9e6c12}.required\:text-secondary-1000\/0:required{color:#6f4c0d00}.required\:text-secondary-1000\/5:required{color:#6f4c0d0d}.required\:text-secondary-1000\/10:required{color:#6f4c0d1a}.required\:text-secondary-1000\/20:required{color:#6f4c0d33}.required\:text-secondary-1000\/25:required{color:#6f4c0d40}.required\:text-secondary-1000\/30:required{color:#6f4c0d4d}.required\:text-secondary-1000\/40:required{color:#6f4c0d66}.required\:text-secondary-1000\/50:required{color:#6f4c0d80}.required\:text-secondary-1000\/60:required{color:#6f4c0d99}.required\:text-secondary-1000\/70:required{color:#6f4c0db3}.required\:text-secondary-1000\/75:required{color:#6f4c0dbf}.required\:text-secondary-1000\/80:required{color:#6f4c0dcc}.required\:text-secondary-1000\/90:required{color:#6f4c0de6}.required\:text-secondary-1000\/95:required{color:#6f4c0df2}.required\:text-secondary-1000\/100:required{color:#6f4c0d}.required\:text-grey-100\/0:required{color:#f2f3f400}.required\:text-grey-100\/5:required{color:#f2f3f40d}.required\:text-grey-100\/10:required{color:#f2f3f41a}.required\:text-grey-100\/20:required{color:#f2f3f433}.required\:text-grey-100\/25:required{color:#f2f3f440}.required\:text-grey-100\/30:required{color:#f2f3f44d}.required\:text-grey-100\/40:required{color:#f2f3f466}.required\:text-grey-100\/50:required{color:#f2f3f480}.required\:text-grey-100\/60:required{color:#f2f3f499}.required\:text-grey-100\/70:required{color:#f2f3f4b3}.required\:text-grey-100\/75:required{color:#f2f3f4bf}.required\:text-grey-100\/80:required{color:#f2f3f4cc}.required\:text-grey-100\/90:required{color:#f2f3f4e6}.required\:text-grey-100\/95:required{color:#f2f3f4f2}.required\:text-grey-100\/100:required{color:#f2f3f4}.required\:text-grey-200\/0:required{color:#e6e7e800}.required\:text-grey-200\/5:required{color:#e6e7e80d}.required\:text-grey-200\/10:required{color:#e6e7e81a}.required\:text-grey-200\/20:required{color:#e6e7e833}.required\:text-grey-200\/25:required{color:#e6e7e840}.required\:text-grey-200\/30:required{color:#e6e7e84d}.required\:text-grey-200\/40:required{color:#e6e7e866}.required\:text-grey-200\/50:required{color:#e6e7e880}.required\:text-grey-200\/60:required{color:#e6e7e899}.required\:text-grey-200\/70:required{color:#e6e7e8b3}.required\:text-grey-200\/75:required{color:#e6e7e8bf}.required\:text-grey-200\/80:required{color:#e6e7e8cc}.required\:text-grey-200\/90:required{color:#e6e7e8e6}.required\:text-grey-200\/95:required{color:#e6e7e8f2}.required\:text-grey-200\/100:required{color:#e6e7e8}.required\:text-grey-300\/0:required{color:#caccd000}.required\:text-grey-300\/5:required{color:#caccd00d}.required\:text-grey-300\/10:required{color:#caccd01a}.required\:text-grey-300\/20:required{color:#caccd033}.required\:text-grey-300\/25:required{color:#caccd040}.required\:text-grey-300\/30:required{color:#caccd04d}.required\:text-grey-300\/40:required{color:#caccd066}.required\:text-grey-300\/50:required{color:#caccd080}.required\:text-grey-300\/60:required{color:#caccd099}.required\:text-grey-300\/70:required{color:#caccd0b3}.required\:text-grey-300\/75:required{color:#caccd0bf}.required\:text-grey-300\/80:required{color:#caccd0cc}.required\:text-grey-300\/90:required{color:#caccd0e6}.required\:text-grey-300\/95:required{color:#caccd0f2}.required\:text-grey-300\/100:required{color:#caccd0}.required\:text-grey-400\/0:required{color:#aaaeb400}.required\:text-grey-400\/5:required{color:#aaaeb40d}.required\:text-grey-400\/10:required{color:#aaaeb41a}.required\:text-grey-400\/20:required{color:#aaaeb433}.required\:text-grey-400\/25:required{color:#aaaeb440}.required\:text-grey-400\/30:required{color:#aaaeb44d}.required\:text-grey-400\/40:required{color:#aaaeb466}.required\:text-grey-400\/50:required{color:#aaaeb480}.required\:text-grey-400\/60:required{color:#aaaeb499}.required\:text-grey-400\/70:required{color:#aaaeb4b3}.required\:text-grey-400\/75:required{color:#aaaeb4bf}.required\:text-grey-400\/80:required{color:#aaaeb4cc}.required\:text-grey-400\/90:required{color:#aaaeb4e6}.required\:text-grey-400\/95:required{color:#aaaeb4f2}.required\:text-grey-400\/100:required{color:#aaaeb4}.required\:text-grey-500\/0:required{color:#82899300}.required\:text-grey-500\/5:required{color:#8289930d}.required\:text-grey-500\/10:required{color:#8289931a}.required\:text-grey-500\/20:required{color:#82899333}.required\:text-grey-500\/25:required{color:#82899340}.required\:text-grey-500\/30:required{color:#8289934d}.required\:text-grey-500\/40:required{color:#82899366}.required\:text-grey-500\/50:required{color:#82899380}.required\:text-grey-500\/60:required{color:#82899399}.required\:text-grey-500\/70:required{color:#828993b3}.required\:text-grey-500\/75:required{color:#828993bf}.required\:text-grey-500\/80:required{color:#828993cc}.required\:text-grey-500\/90:required{color:#828993e6}.required\:text-grey-500\/95:required{color:#828993f2}.required\:text-grey-500\/100:required{color:#828993}.required\:text-grey-600\/0:required{color:#47556900}.required\:text-grey-600\/5:required{color:#4755690d}.required\:text-grey-600\/10:required{color:#4755691a}.required\:text-grey-600\/20:required{color:#47556933}.required\:text-grey-600\/25:required{color:#47556940}.required\:text-grey-600\/30:required{color:#4755694d}.required\:text-grey-600\/40:required{color:#47556966}.required\:text-grey-600\/50:required{color:#47556980}.required\:text-grey-600\/60:required{color:#47556999}.required\:text-grey-600\/70:required{color:#475569b3}.required\:text-grey-600\/75:required{color:#475569bf}.required\:text-grey-600\/80:required{color:#475569cc}.required\:text-grey-600\/90:required{color:#475569e6}.required\:text-grey-600\/95:required{color:#475569f2}.required\:text-grey-600\/100:required{color:#475569}.required\:text-grey-700\/0:required{color:#3f4c5d00}.required\:text-grey-700\/5:required{color:#3f4c5d0d}.required\:text-grey-700\/10:required{color:#3f4c5d1a}.required\:text-grey-700\/20:required{color:#3f4c5d33}.required\:text-grey-700\/25:required{color:#3f4c5d40}.required\:text-grey-700\/30:required{color:#3f4c5d4d}.required\:text-grey-700\/40:required{color:#3f4c5d66}.required\:text-grey-700\/50:required{color:#3f4c5d80}.required\:text-grey-700\/60:required{color:#3f4c5d99}.required\:text-grey-700\/70:required{color:#3f4c5db3}.required\:text-grey-700\/75:required{color:#3f4c5dbf}.required\:text-grey-700\/80:required{color:#3f4c5dcc}.required\:text-grey-700\/90:required{color:#3f4c5de6}.required\:text-grey-700\/95:required{color:#3f4c5df2}.required\:text-grey-700\/100:required{color:#3f4c5d}.required\:text-grey-800\/0:required{color:#36415100}.required\:text-grey-800\/5:required{color:#3641510d}.required\:text-grey-800\/10:required{color:#3641511a}.required\:text-grey-800\/20:required{color:#36415133}.required\:text-grey-800\/25:required{color:#36415140}.required\:text-grey-800\/30:required{color:#3641514d}.required\:text-grey-800\/40:required{color:#36415166}.required\:text-grey-800\/50:required{color:#36415180}.required\:text-grey-800\/60:required{color:#36415199}.required\:text-grey-800\/70:required{color:#364151b3}.required\:text-grey-800\/75:required{color:#364151bf}.required\:text-grey-800\/80:required{color:#364151cc}.required\:text-grey-800\/90:required{color:#364151e6}.required\:text-grey-800\/95:required{color:#364151f2}.required\:text-grey-800\/100:required{color:#364151}.required\:text-grey-900\/0:required{color:#2c354200}.required\:text-grey-900\/5:required{color:#2c35420d}.required\:text-grey-900\/10:required{color:#2c35421a}.required\:text-grey-900\/20:required{color:#2c354233}.required\:text-grey-900\/25:required{color:#2c354240}.required\:text-grey-900\/30:required{color:#2c35424d}.required\:text-grey-900\/40:required{color:#2c354266}.required\:text-grey-900\/50:required{color:#2c354280}.required\:text-grey-900\/60:required{color:#2c354299}.required\:text-grey-900\/70:required{color:#2c3542b3}.required\:text-grey-900\/75:required{color:#2c3542bf}.required\:text-grey-900\/80:required{color:#2c3542cc}.required\:text-grey-900\/90:required{color:#2c3542e6}.required\:text-grey-900\/95:required{color:#2c3542f2}.required\:text-grey-900\/100:required{color:#2c3542}.required\:text-grey-1000\/0:required{color:#1f262e00}.required\:text-grey-1000\/5:required{color:#1f262e0d}.required\:text-grey-1000\/10:required{color:#1f262e1a}.required\:text-grey-1000\/20:required{color:#1f262e33}.required\:text-grey-1000\/25:required{color:#1f262e40}.required\:text-grey-1000\/30:required{color:#1f262e4d}.required\:text-grey-1000\/40:required{color:#1f262e66}.required\:text-grey-1000\/50:required{color:#1f262e80}.required\:text-grey-1000\/60:required{color:#1f262e99}.required\:text-grey-1000\/70:required{color:#1f262eb3}.required\:text-grey-1000\/75:required{color:#1f262ebf}.required\:text-grey-1000\/80:required{color:#1f262ecc}.required\:text-grey-1000\/90:required{color:#1f262ee6}.required\:text-grey-1000\/95:required{color:#1f262ef2}.required\:text-grey-1000\/100:required{color:#1f262e}.required\:text-green-1000\/0:required{color:#175e4400}.required\:text-green-1000\/5:required{color:#175e440d}.required\:text-green-1000\/10:required{color:#175e441a}.required\:text-green-1000\/20:required{color:#175e4433}.required\:text-green-1000\/25:required{color:#175e4440}.required\:text-green-1000\/30:required{color:#175e444d}.required\:text-green-1000\/40:required{color:#175e4466}.required\:text-green-1000\/50:required{color:#175e4480}.required\:text-green-1000\/60:required{color:#175e4499}.required\:text-green-1000\/70:required{color:#175e44b3}.required\:text-green-1000\/75:required{color:#175e44bf}.required\:text-green-1000\/80:required{color:#175e44cc}.required\:text-green-1000\/90:required{color:#175e44e6}.required\:text-green-1000\/95:required{color:#175e44f2}.required\:text-green-1000\/100:required{color:#175e44}.required\:text-blue-1000\/0:required{color:#102c6900}.required\:text-blue-1000\/5:required{color:#102c690d}.required\:text-blue-1000\/10:required{color:#102c691a}.required\:text-blue-1000\/20:required{color:#102c6933}.required\:text-blue-1000\/25:required{color:#102c6940}.required\:text-blue-1000\/30:required{color:#102c694d}.required\:text-blue-1000\/40:required{color:#102c6966}.required\:text-blue-1000\/50:required{color:#102c6980}.required\:text-blue-1000\/60:required{color:#102c6999}.required\:text-blue-1000\/70:required{color:#102c69b3}.required\:text-blue-1000\/75:required{color:#102c69bf}.required\:text-blue-1000\/80:required{color:#102c69cc}.required\:text-blue-1000\/90:required{color:#102c69e6}.required\:text-blue-1000\/95:required{color:#102c69f2}.required\:text-blue-1000\/100:required{color:#102c69}.required\:text-orange-1000\/0:required{color:#68270500}.required\:text-orange-1000\/5:required{color:#6827050d}.required\:text-orange-1000\/10:required{color:#6827051a}.required\:text-orange-1000\/20:required{color:#68270533}.required\:text-orange-1000\/25:required{color:#68270540}.required\:text-orange-1000\/30:required{color:#6827054d}.required\:text-orange-1000\/40:required{color:#68270566}.required\:text-orange-1000\/50:required{color:#68270580}.required\:text-orange-1000\/60:required{color:#68270599}.required\:text-orange-1000\/70:required{color:#682705b3}.required\:text-orange-1000\/75:required{color:#682705bf}.required\:text-orange-1000\/80:required{color:#682705cc}.required\:text-orange-1000\/90:required{color:#682705e6}.required\:text-orange-1000\/95:required{color:#682705f2}.required\:text-orange-1000\/100:required{color:#682705}.required\:text-red-1000\/0:required{color:#62101000}.required\:text-red-1000\/5:required{color:#6210100d}.required\:text-red-1000\/10:required{color:#6210101a}.required\:text-red-1000\/20:required{color:#62101033}.required\:text-red-1000\/25:required{color:#62101040}.required\:text-red-1000\/30:required{color:#6210104d}.required\:text-red-1000\/40:required{color:#62101066}.required\:text-red-1000\/50:required{color:#62101080}.required\:text-red-1000\/60:required{color:#62101099}.required\:text-red-1000\/70:required{color:#621010b3}.required\:text-red-1000\/75:required{color:#621010bf}.required\:text-red-1000\/80:required{color:#621010cc}.required\:text-red-1000\/90:required{color:#621010e6}.required\:text-red-1000\/95:required{color:#621010f2}.required\:text-red-1000\/100:required{color:#621010}.required\:text-primary\/0:required{color:#a78bfa00}.required\:text-primary\/5:required{color:#a78bfa0d}.required\:text-primary\/10:required{color:#a78bfa1a}.required\:text-primary\/20:required{color:#a78bfa33}.required\:text-primary\/25:required{color:#a78bfa40}.required\:text-primary\/30:required{color:#a78bfa4d}.required\:text-primary\/40:required{color:#a78bfa66}.required\:text-primary\/50:required{color:#a78bfa80}.required\:text-primary\/60:required{color:#a78bfa99}.required\:text-primary\/70:required{color:#a78bfab3}.required\:text-primary\/75:required{color:#a78bfabf}.required\:text-primary\/80:required{color:#a78bfacc}.required\:text-primary\/90:required{color:#a78bfae6}.required\:text-primary\/95:required{color:#a78bfaf2}.required\:text-primary\/100:required{color:#a78bfa}.required\:text-primary-light\/0:required{color:#f7f5fe00}.required\:text-primary-light\/5:required{color:#f7f5fe0d}.required\:text-primary-light\/10:required{color:#f7f5fe1a}.required\:text-primary-light\/20:required{color:#f7f5fe33}.required\:text-primary-light\/25:required{color:#f7f5fe40}.required\:text-primary-light\/30:required{color:#f7f5fe4d}.required\:text-primary-light\/40:required{color:#f7f5fe66}.required\:text-primary-light\/50:required{color:#f7f5fe80}.required\:text-primary-light\/60:required{color:#f7f5fe99}.required\:text-primary-light\/70:required{color:#f7f5feb3}.required\:text-primary-light\/75:required{color:#f7f5febf}.required\:text-primary-light\/80:required{color:#f7f5fecc}.required\:text-primary-light\/90:required{color:#f7f5fee6}.required\:text-primary-light\/95:required{color:#f7f5fef2}.required\:text-primary-light\/100:required{color:#f7f5fe}.required\:text-primary-dark\/0:required{color:#69579e00}.required\:text-primary-dark\/5:required{color:#69579e0d}.required\:text-primary-dark\/10:required{color:#69579e1a}.required\:text-primary-dark\/20:required{color:#69579e33}.required\:text-primary-dark\/25:required{color:#69579e40}.required\:text-primary-dark\/30:required{color:#69579e4d}.required\:text-primary-dark\/40:required{color:#69579e66}.required\:text-primary-dark\/50:required{color:#69579e80}.required\:text-primary-dark\/60:required{color:#69579e99}.required\:text-primary-dark\/70:required{color:#69579eb3}.required\:text-primary-dark\/75:required{color:#69579ebf}.required\:text-primary-dark\/80:required{color:#69579ecc}.required\:text-primary-dark\/90:required{color:#69579ee6}.required\:text-primary-dark\/95:required{color:#69579ef2}.required\:text-primary-dark\/100:required{color:#69579e}.required\:text-info\/0:required{color:#7690ef00}.required\:text-info\/5:required{color:#7690ef0d}.required\:text-info\/10:required{color:#7690ef1a}.required\:text-info\/20:required{color:#7690ef33}.required\:text-info\/25:required{color:#7690ef40}.required\:text-info\/30:required{color:#7690ef4d}.required\:text-info\/40:required{color:#7690ef66}.required\:text-info\/50:required{color:#7690ef80}.required\:text-info\/60:required{color:#7690ef99}.required\:text-info\/70:required{color:#7690efb3}.required\:text-info\/75:required{color:#7690efbf}.required\:text-info\/80:required{color:#7690efcc}.required\:text-info\/90:required{color:#7690efe6}.required\:text-info\/95:required{color:#7690eff2}.required\:text-info\/100:required{color:#7690ef}.required\:text-info-light\/0:required{color:#f2f3fd00}.required\:text-info-light\/5:required{color:#f2f3fd0d}.required\:text-info-light\/10:required{color:#f2f3fd1a}.required\:text-info-light\/20:required{color:#f2f3fd33}.required\:text-info-light\/25:required{color:#f2f3fd40}.required\:text-info-light\/30:required{color:#f2f3fd4d}.required\:text-info-light\/40:required{color:#f2f3fd66}.required\:text-info-light\/50:required{color:#f2f3fd80}.required\:text-info-light\/60:required{color:#f2f3fd99}.required\:text-info-light\/70:required{color:#f2f3fdb3}.required\:text-info-light\/75:required{color:#f2f3fdbf}.required\:text-info-light\/80:required{color:#f2f3fdcc}.required\:text-info-light\/90:required{color:#f2f3fde6}.required\:text-info-light\/95:required{color:#f2f3fdf2}.required\:text-info-light\/100:required{color:#f2f3fd}.required\:text-info-dark\/0:required{color:#2158d200}.required\:text-info-dark\/5:required{color:#2158d20d}.required\:text-info-dark\/10:required{color:#2158d21a}.required\:text-info-dark\/20:required{color:#2158d233}.required\:text-info-dark\/25:required{color:#2158d240}.required\:text-info-dark\/30:required{color:#2158d24d}.required\:text-info-dark\/40:required{color:#2158d266}.required\:text-info-dark\/50:required{color:#2158d280}.required\:text-info-dark\/60:required{color:#2158d299}.required\:text-info-dark\/70:required{color:#2158d2b3}.required\:text-info-dark\/75:required{color:#2158d2bf}.required\:text-info-dark\/80:required{color:#2158d2cc}.required\:text-info-dark\/90:required{color:#2158d2e6}.required\:text-info-dark\/95:required{color:#2158d2f2}.required\:text-info-dark\/100:required{color:#2158d2}.required\:text-success\/0:required{color:#28a37600}.required\:text-success\/5:required{color:#28a3760d}.required\:text-success\/10:required{color:#28a3761a}.required\:text-success\/20:required{color:#28a37633}.required\:text-success\/25:required{color:#28a37640}.required\:text-success\/30:required{color:#28a3764d}.required\:text-success\/40:required{color:#28a37666}.required\:text-success\/50:required{color:#28a37680}.required\:text-success\/60:required{color:#28a37699}.required\:text-success\/70:required{color:#28a376b3}.required\:text-success\/75:required{color:#28a376bf}.required\:text-success\/80:required{color:#28a376cc}.required\:text-success\/90:required{color:#28a376e6}.required\:text-success\/95:required{color:#28a376f2}.required\:text-success\/100:required{color:#28a376}.required\:text-success-light\/0:required{color:#f2faf600}.required\:text-success-light\/5:required{color:#f2faf60d}.required\:text-success-light\/10:required{color:#f2faf61a}.required\:text-success-light\/20:required{color:#f2faf633}.required\:text-success-light\/25:required{color:#f2faf640}.required\:text-success-light\/30:required{color:#f2faf64d}.required\:text-success-light\/40:required{color:#f2faf666}.required\:text-success-light\/50:required{color:#f2faf680}.required\:text-success-light\/60:required{color:#f2faf699}.required\:text-success-light\/70:required{color:#f2faf6b3}.required\:text-success-light\/75:required{color:#f2faf6bf}.required\:text-success-light\/80:required{color:#f2faf6cc}.required\:text-success-light\/90:required{color:#f2faf6e6}.required\:text-success-light\/95:required{color:#f2faf6f2}.required\:text-success-light\/100:required{color:#f2faf6}.required\:text-success-dark\/0:required{color:#20856000}.required\:text-success-dark\/5:required{color:#2085600d}.required\:text-success-dark\/10:required{color:#2085601a}.required\:text-success-dark\/20:required{color:#20856033}.required\:text-success-dark\/25:required{color:#20856040}.required\:text-success-dark\/30:required{color:#2085604d}.required\:text-success-dark\/40:required{color:#20856066}.required\:text-success-dark\/50:required{color:#20856080}.required\:text-success-dark\/60:required{color:#20856099}.required\:text-success-dark\/70:required{color:#208560b3}.required\:text-success-dark\/75:required{color:#208560bf}.required\:text-success-dark\/80:required{color:#208560cc}.required\:text-success-dark\/90:required{color:#208560e6}.required\:text-success-dark\/95:required{color:#208560f2}.required\:text-success-dark\/100:required{color:#208560}.required\:text-warning\/0:required{color:#faac1e00}.required\:text-warning\/5:required{color:#faac1e0d}.required\:text-warning\/10:required{color:#faac1e1a}.required\:text-warning\/20:required{color:#faac1e33}.required\:text-warning\/25:required{color:#faac1e40}.required\:text-warning\/30:required{color:#faac1e4d}.required\:text-warning\/40:required{color:#faac1e66}.required\:text-warning\/50:required{color:#faac1e80}.required\:text-warning\/60:required{color:#faac1e99}.required\:text-warning\/70:required{color:#faac1eb3}.required\:text-warning\/75:required{color:#faac1ebf}.required\:text-warning\/80:required{color:#faac1ecc}.required\:text-warning\/90:required{color:#faac1ee6}.required\:text-warning\/95:required{color:#faac1ef2}.required\:text-warning\/100:required{color:#faac1e}.required\:text-warning-light\/0:required{color:#fef7f200}.required\:text-warning-light\/5:required{color:#fef7f20d}.required\:text-warning-light\/10:required{color:#fef7f21a}.required\:text-warning-light\/20:required{color:#fef7f233}.required\:text-warning-light\/25:required{color:#fef7f240}.required\:text-warning-light\/30:required{color:#fef7f24d}.required\:text-warning-light\/40:required{color:#fef7f266}.required\:text-warning-light\/50:required{color:#fef7f280}.required\:text-warning-light\/60:required{color:#fef7f299}.required\:text-warning-light\/70:required{color:#fef7f2b3}.required\:text-warning-light\/75:required{color:#fef7f2bf}.required\:text-warning-light\/80:required{color:#fef7f2cc}.required\:text-warning-light\/90:required{color:#fef7f2e6}.required\:text-warning-light\/95:required{color:#fef7f2f2}.required\:text-warning-light\/100:required{color:#fef7f2}.required\:text-warning-dark\/0:required{color:#9e6c1200}.required\:text-warning-dark\/5:required{color:#9e6c120d}.required\:text-warning-dark\/10:required{color:#9e6c121a}.required\:text-warning-dark\/20:required{color:#9e6c1233}.required\:text-warning-dark\/25:required{color:#9e6c1240}.required\:text-warning-dark\/30:required{color:#9e6c124d}.required\:text-warning-dark\/40:required{color:#9e6c1266}.required\:text-warning-dark\/50:required{color:#9e6c1280}.required\:text-warning-dark\/60:required{color:#9e6c1299}.required\:text-warning-dark\/70:required{color:#9e6c12b3}.required\:text-warning-dark\/75:required{color:#9e6c12bf}.required\:text-warning-dark\/80:required{color:#9e6c12cc}.required\:text-warning-dark\/90:required{color:#9e6c12e6}.required\:text-warning-dark\/95:required{color:#9e6c12f2}.required\:text-warning-dark\/100:required{color:#9e6c12}.required\:text-error\/0:required{color:#dc262600}.required\:text-error\/5:required{color:#dc26260d}.required\:text-error\/10:required{color:#dc26261a}.required\:text-error\/20:required{color:#dc262633}.required\:text-error\/25:required{color:#dc262640}.required\:text-error\/30:required{color:#dc26264d}.required\:text-error\/40:required{color:#dc262666}.required\:text-error\/50:required{color:#dc262680}.required\:text-error\/60:required{color:#dc262699}.required\:text-error\/70:required{color:#dc2626b3}.required\:text-error\/75:required{color:#dc2626bf}.required\:text-error\/80:required{color:#dc2626cc}.required\:text-error\/90:required{color:#dc2626e6}.required\:text-error\/95:required{color:#dc2626f2}.required\:text-error\/100:required{color:#dc2626}.required\:text-error-light\/0:required{color:#fbf2f200}.required\:text-error-light\/5:required{color:#fbf2f20d}.required\:text-error-light\/10:required{color:#fbf2f21a}.required\:text-error-light\/20:required{color:#fbf2f233}.required\:text-error-light\/25:required{color:#fbf2f240}.required\:text-error-light\/30:required{color:#fbf2f24d}.required\:text-error-light\/40:required{color:#fbf2f266}.required\:text-error-light\/50:required{color:#fbf2f280}.required\:text-error-light\/60:required{color:#fbf2f299}.required\:text-error-light\/70:required{color:#fbf2f2b3}.required\:text-error-light\/75:required{color:#fbf2f2bf}.required\:text-error-light\/80:required{color:#fbf2f2cc}.required\:text-error-light\/90:required{color:#fbf2f2e6}.required\:text-error-light\/95:required{color:#fbf2f2f2}.required\:text-error-light\/100:required{color:#fbf2f2}.required\:text-error-dark\/0:required{color:#c4212100}.required\:text-error-dark\/5:required{color:#c421210d}.required\:text-error-dark\/10:required{color:#c421211a}.required\:text-error-dark\/20:required{color:#c4212133}.required\:text-error-dark\/25:required{color:#c4212140}.required\:text-error-dark\/30:required{color:#c421214d}.required\:text-error-dark\/40:required{color:#c4212166}.required\:text-error-dark\/50:required{color:#c4212180}.required\:text-error-dark\/60:required{color:#c4212199}.required\:text-error-dark\/70:required{color:#c42121b3}.required\:text-error-dark\/75:required{color:#c42121bf}.required\:text-error-dark\/80:required{color:#c42121cc}.required\:text-error-dark\/90:required{color:#c42121e6}.required\:text-error-dark\/95:required{color:#c42121f2}.required\:text-error-dark\/100:required{color:#c42121}.required\:text-grey\/0:required{color:#47556900}.required\:text-grey\/5:required{color:#4755690d}.required\:text-grey\/10:required{color:#4755691a}.required\:text-grey\/20:required{color:#47556933}.required\:text-grey\/25:required{color:#47556940}.required\:text-grey\/30:required{color:#4755694d}.required\:text-grey\/40:required{color:#47556966}.required\:text-grey\/50:required{color:#47556980}.required\:text-grey\/60:required{color:#47556999}.required\:text-grey\/70:required{color:#475569b3}.required\:text-grey\/75:required{color:#475569bf}.required\:text-grey\/80:required{color:#475569cc}.required\:text-grey\/90:required{color:#475569e6}.required\:text-grey\/95:required{color:#475569f2}.required\:text-grey\/100:required{color:#475569}.required\:text-grey-light\/0:required{color:#f2f3f400}.required\:text-grey-light\/5:required{color:#f2f3f40d}.required\:text-grey-light\/10:required{color:#f2f3f41a}.required\:text-grey-light\/20:required{color:#f2f3f433}.required\:text-grey-light\/25:required{color:#f2f3f440}.required\:text-grey-light\/30:required{color:#f2f3f44d}.required\:text-grey-light\/40:required{color:#f2f3f466}.required\:text-grey-light\/50:required{color:#f2f3f480}.required\:text-grey-light\/60:required{color:#f2f3f499}.required\:text-grey-light\/70:required{color:#f2f3f4b3}.required\:text-grey-light\/75:required{color:#f2f3f4bf}.required\:text-grey-light\/80:required{color:#f2f3f4cc}.required\:text-grey-light\/90:required{color:#f2f3f4e6}.required\:text-grey-light\/95:required{color:#f2f3f4f2}.required\:text-grey-light\/100:required{color:#f2f3f4}.required\:text-grey-dark\/0:required{color:#2c354200}.required\:text-grey-dark\/5:required{color:#2c35420d}.required\:text-grey-dark\/10:required{color:#2c35421a}.required\:text-grey-dark\/20:required{color:#2c354233}.required\:text-grey-dark\/25:required{color:#2c354240}.required\:text-grey-dark\/30:required{color:#2c35424d}.required\:text-grey-dark\/40:required{color:#2c354266}.required\:text-grey-dark\/50:required{color:#2c354280}.required\:text-grey-dark\/60:required{color:#2c354299}.required\:text-grey-dark\/70:required{color:#2c3542b3}.required\:text-grey-dark\/75:required{color:#2c3542bf}.required\:text-grey-dark\/80:required{color:#2c3542cc}.required\:text-grey-dark\/90:required{color:#2c3542e6}.required\:text-grey-dark\/95:required{color:#2c3542f2}.required\:text-grey-dark\/100:required{color:#2c3542}.required\:outline-red-50:required{outline-color:#fef2f2}.required\:outline-red-100:required{outline-color:#fbf2f2}.required\:outline-red-200:required{outline-color:#f8e4e4}.required\:outline-red-300:required{outline-color:#f1c6c6}.required\:outline-red-400:required{outline-color:#eaa3a3}.required\:outline-red-500:required{outline-color:#e37676}.required\:outline-red-600:required{outline-color:#dc2626}.required\:outline-red-700:required{outline-color:#c42121}.required\:outline-red-800:required{outline-color:#aa1d1d}.required\:outline-red-900:required{outline-color:#8b1818}.required\:outline-orange-50:required{outline-color:#fff7ed}.required\:outline-orange-100:required{outline-color:#fcf3f1}.required\:outline-orange-200:required{outline-color:#fae7e4}.required\:outline-orange-300:required{outline-color:#f6cdc5}.required\:outline-orange-400:required{outline-color:#f2afa1}.required\:outline-orange-500:required{outline-color:#ee8a72}.required\:outline-orange-600:required{outline-color:#ea580c}.required\:outline-orange-700:required{outline-color:#d14e0a}.required\:outline-orange-800:required{outline-color:#b54409}.required\:outline-orange-900:required{outline-color:#933707}.required\:outline-yellow-50:required{outline-color:#fefce8}.required\:outline-yellow-100:required{outline-color:#fef3c7}.required\:outline-yellow-200:required{outline-color:#fde68a}.required\:outline-yellow-300:required{outline-color:#fcd34d}.required\:outline-yellow-400:required{outline-color:#fbbf24}.required\:outline-yellow-500:required{outline-color:#eab308}.required\:outline-yellow-600:required{outline-color:#d97706}.required\:outline-yellow-700:required{outline-color:#b45309}.required\:outline-yellow-800:required{outline-color:#92400e}.required\:outline-yellow-900:required{outline-color:#78350f}.required\:outline-green-50:required{outline-color:#f0fdf4}.required\:outline-green-100:required{outline-color:#f2faf6}.required\:outline-green-200:required{outline-color:#e5f6ee}.required\:outline-green-300:required{outline-color:#c8eedb}.required\:outline-green-400:required{outline-color:#a6e5c8}.required\:outline-green-500:required{outline-color:#7bdcb2}.required\:outline-green-600:required{outline-color:#34d399}.required\:outline-green-700:required{outline-color:#2ebc88}.required\:outline-green-800:required{outline-color:#28a376}.required\:outline-green-900:required{outline-color:#208560}.required\:outline-emerald-50:required{outline-color:#ecfdf5}.required\:outline-emerald-100:required{outline-color:#d1fae5}.required\:outline-emerald-200:required{outline-color:#a7f3d0}.required\:outline-emerald-300:required{outline-color:#6ee7b7}.required\:outline-emerald-400:required{outline-color:#34d399}.required\:outline-emerald-500:required{outline-color:#10b981}.required\:outline-emerald-600:required{outline-color:#059669}.required\:outline-emerald-700:required{outline-color:#047857}.required\:outline-emerald-800:required{outline-color:#065f46}.required\:outline-emerald-900:required{outline-color:#064e3b}.required\:outline-teal-50:required{outline-color:#f0fdfa}.required\:outline-teal-100:required{outline-color:#ccfbf1}.required\:outline-teal-200:required{outline-color:#99f6e4}.required\:outline-teal-300:required{outline-color:#5eead4}.required\:outline-teal-400:required{outline-color:#2dd4bf}.required\:outline-teal-500:required{outline-color:#14b8a6}.required\:outline-teal-600:required{outline-color:#0d9488}.required\:outline-teal-700:required{outline-color:#0f766e}.required\:outline-teal-800:required{outline-color:#115e59}.required\:outline-teal-900:required{outline-color:#134e4a}.required\:outline-sky-50:required{outline-color:#f0f9ff}.required\:outline-sky-100:required{outline-color:#e0f2fe}.required\:outline-sky-200:required{outline-color:#bae6fd}.required\:outline-sky-300:required{outline-color:#7dd3fc}.required\:outline-sky-400:required{outline-color:#38bdf8}.required\:outline-sky-500:required{outline-color:#0ea5e9}.required\:outline-sky-600:required{outline-color:#0284c7}.required\:outline-sky-700:required{outline-color:#0369a1}.required\:outline-sky-800:required{outline-color:#075985}.required\:outline-sky-900:required{outline-color:#0c4a6e}.required\:outline-blue-50:required{outline-color:#eff6ff}.required\:outline-blue-100:required{outline-color:#f2f3fd}.required\:outline-blue-200:required{outline-color:#e4e8fb}.required\:outline-blue-300:required{outline-color:#c6cff7}.required\:outline-blue-400:required{outline-color:#a3b2f3}.required\:outline-blue-500:required{outline-color:#7690ef}.required\:outline-blue-600:required{outline-color:#2563eb}.required\:outline-blue-700:required{outline-color:#2158d2}.required\:outline-blue-800:required{outline-color:#1c4cb6}.required\:outline-blue-900:required{outline-color:#173e94}.required\:outline-indigo-50:required{outline-color:#eef2ff}.required\:outline-indigo-100:required{outline-color:#e0e7ff}.required\:outline-indigo-200:required{outline-color:#c7d2fe}.required\:outline-indigo-300:required{outline-color:#a5b4fc}.required\:outline-indigo-400:required{outline-color:#818cf8}.required\:outline-indigo-500:required{outline-color:#6366f1}.required\:outline-indigo-600:required{outline-color:#4f46e5}.required\:outline-indigo-700:required{outline-color:#4338ca}.required\:outline-indigo-800:required{outline-color:#3730a3}.required\:outline-indigo-900:required{outline-color:#312e81}.required\:outline-violet-50:required{outline-color:#f5f3ff}.required\:outline-violet-100:required{outline-color:#ede9fe}.required\:outline-violet-200:required{outline-color:#ddd6fe}.required\:outline-violet-300:required{outline-color:#c4b5fd}.required\:outline-violet-400:required{outline-color:#a78bfa}.required\:outline-violet-500:required{outline-color:#8b5cf6}.required\:outline-violet-600:required{outline-color:#7c3aed}.required\:outline-violet-700:required{outline-color:#6d28d9}.required\:outline-violet-800:required{outline-color:#5b21b6}.required\:outline-violet-900:required{outline-color:#4c1d95}.required\:outline-fuchsia-50:required{outline-color:#fdf4ff}.required\:outline-fuchsia-100:required{outline-color:#fae8ff}.required\:outline-fuchsia-200:required{outline-color:#f5d0fe}.required\:outline-fuchsia-300:required{outline-color:#f0abfc}.required\:outline-fuchsia-400:required{outline-color:#e879f9}.required\:outline-fuchsia-500:required{outline-color:#d946ef}.required\:outline-fuchsia-600:required{outline-color:#c026d3}.required\:outline-fuchsia-700:required{outline-color:#a21caf}.required\:outline-fuchsia-800:required{outline-color:#86198f}.required\:outline-fuchsia-900:required{outline-color:#701a75}.required\:outline-pink-50:required{outline-color:#fdf2f8}.required\:outline-pink-100:required{outline-color:#fce7f3}.required\:outline-pink-200:required{outline-color:#fbcfe8}.required\:outline-pink-300:required{outline-color:#f9a8d4}.required\:outline-pink-400:required{outline-color:#f472b6}.required\:outline-pink-500:required{outline-color:#ec4899}.required\:outline-pink-600:required{outline-color:#db2777}.required\:outline-pink-700:required{outline-color:#be185d}.required\:outline-pink-800:required{outline-color:#9d174d}.required\:outline-pink-900:required{outline-color:#831843}.required\:outline-rose-50:required{outline-color:#fff1f2}.required\:outline-rose-100:required{outline-color:#ffe4e6}.required\:outline-rose-200:required{outline-color:#fecdd3}.required\:outline-rose-300:required{outline-color:#fda4af}.required\:outline-rose-400:required{outline-color:#fb7185}.required\:outline-rose-500:required{outline-color:#f43f5e}.required\:outline-rose-600:required{outline-color:#e11d48}.required\:outline-rose-700:required{outline-color:#be123c}.required\:outline-rose-800:required{outline-color:#9f1239}.required\:outline-rose-900:required{outline-color:#881337}.required\:outline-primary-100:required{outline-color:#f2f3f4}.required\:outline-primary-200:required{outline-color:#e8e8f0}.required\:outline-primary-300:required{outline-color:#d0d0e1}.required\:outline-primary-400:required{outline-color:#b4b4d1}.required\:outline-primary-500:required{outline-color:#9393bf}.required\:outline-primary-600:required{outline-color:#6868ac}.required\:outline-primary-700:required{outline-color:#5d5d99}.required\:outline-primary-800:required{outline-color:#505085}.required\:outline-primary-900:required{outline-color:#41416c}.required\:outline-primary-1000:required{outline-color:#2e2e4c}.required\:outline-primary-highlight-100:required{outline-color:#f7f5fe}.required\:outline-primary-highlight-200:required{outline-color:#efecfe}.required\:outline-primary-highlight-300:required{outline-color:#dfd8fd}.required\:outline-primary-highlight-400:required{outline-color:#cec1fc}.required\:outline-primary-highlight-500:required{outline-color:#bba8fb}.required\:outline-primary-highlight-600:required{outline-color:#a78bfa}.required\:outline-primary-highlight-700:required{outline-color:#957cdf}.required\:outline-primary-highlight-800:required{outline-color:#816bc1}.required\:outline-primary-highlight-900:required{outline-color:#69579e}.required\:outline-primary-highlight-1000:required{outline-color:#4a3e6f}.required\:outline-secondary-100:required{outline-color:#fef7f2}.required\:outline-secondary-200:required{outline-color:#fef0e4}.required\:outline-secondary-300:required{outline-color:#fde1c6}.required\:outline-secondary-400:required{outline-color:#fcd1a2}.required\:outline-secondary-500:required{outline-color:#fbbf75}.required\:outline-secondary-600:required{outline-color:#faac1e}.required\:outline-secondary-700:required{outline-color:#df991a}.required\:outline-secondary-800:required{outline-color:#c18517}.required\:outline-secondary-900:required{outline-color:#9e6c12}.required\:outline-secondary-1000:required{outline-color:#6f4c0d}.required\:outline-grey-100:required{outline-color:#f2f3f4}.required\:outline-grey-200:required{outline-color:#e6e7e8}.required\:outline-grey-300:required{outline-color:#caccd0}.required\:outline-grey-400:required{outline-color:#aaaeb4}.required\:outline-grey-500:required{outline-color:#828993}.required\:outline-grey-600:required{outline-color:#475569}.required\:outline-grey-700:required{outline-color:#3f4c5d}.required\:outline-grey-800:required{outline-color:#364151}.required\:outline-grey-900:required{outline-color:#2c3542}.required\:outline-grey-1000:required{outline-color:#1f262e}.required\:outline-green-1000:required{outline-color:#175e44}.required\:outline-blue-1000:required{outline-color:#102c69}.required\:outline-orange-1000:required{outline-color:#682705}.required\:outline-red-1000:required{outline-color:#621010}.required\:outline-primary:required{outline-color:#a78bfa}.required\:outline-primary-light:required{outline-color:#f7f5fe}.required\:outline-primary-dark:required{outline-color:#69579e}.required\:outline-info:required{outline-color:#7690ef}.required\:outline-info-light:required{outline-color:#f2f3fd}.required\:outline-info-dark:required{outline-color:#2158d2}.required\:outline-success:required{outline-color:#28a376}.required\:outline-success-light:required{outline-color:#f2faf6}.required\:outline-success-dark:required{outline-color:#208560}.required\:outline-warning:required{outline-color:#faac1e}.required\:outline-warning-light:required{outline-color:#fef7f2}.required\:outline-warning-dark:required{outline-color:#9e6c12}.required\:outline-error:required{outline-color:#dc2626}.required\:outline-error-light:required{outline-color:#fbf2f2}.required\:outline-error-dark:required{outline-color:#c42121}.required\:outline-grey:required{outline-color:#475569}.required\:outline-grey-light:required{outline-color:#f2f3f4}.required\:outline-grey-dark:required{outline-color:#2c3542}.required\:outline-red-50\/0:required{outline-color:#fef2f200}.required\:outline-red-50\/5:required{outline-color:#fef2f20d}.required\:outline-red-50\/10:required{outline-color:#fef2f21a}.required\:outline-red-50\/20:required{outline-color:#fef2f233}.required\:outline-red-50\/25:required{outline-color:#fef2f240}.required\:outline-red-50\/30:required{outline-color:#fef2f24d}.required\:outline-red-50\/40:required{outline-color:#fef2f266}.required\:outline-red-50\/50:required{outline-color:#fef2f280}.required\:outline-red-50\/60:required{outline-color:#fef2f299}.required\:outline-red-50\/70:required{outline-color:#fef2f2b3}.required\:outline-red-50\/75:required{outline-color:#fef2f2bf}.required\:outline-red-50\/80:required{outline-color:#fef2f2cc}.required\:outline-red-50\/90:required{outline-color:#fef2f2e6}.required\:outline-red-50\/95:required{outline-color:#fef2f2f2}.required\:outline-red-50\/100:required{outline-color:#fef2f2}.required\:outline-red-100\/0:required{outline-color:#fbf2f200}.required\:outline-red-100\/5:required{outline-color:#fbf2f20d}.required\:outline-red-100\/10:required{outline-color:#fbf2f21a}.required\:outline-red-100\/20:required{outline-color:#fbf2f233}.required\:outline-red-100\/25:required{outline-color:#fbf2f240}.required\:outline-red-100\/30:required{outline-color:#fbf2f24d}.required\:outline-red-100\/40:required{outline-color:#fbf2f266}.required\:outline-red-100\/50:required{outline-color:#fbf2f280}.required\:outline-red-100\/60:required{outline-color:#fbf2f299}.required\:outline-red-100\/70:required{outline-color:#fbf2f2b3}.required\:outline-red-100\/75:required{outline-color:#fbf2f2bf}.required\:outline-red-100\/80:required{outline-color:#fbf2f2cc}.required\:outline-red-100\/90:required{outline-color:#fbf2f2e6}.required\:outline-red-100\/95:required{outline-color:#fbf2f2f2}.required\:outline-red-100\/100:required{outline-color:#fbf2f2}.required\:outline-red-200\/0:required{outline-color:#f8e4e400}.required\:outline-red-200\/5:required{outline-color:#f8e4e40d}.required\:outline-red-200\/10:required{outline-color:#f8e4e41a}.required\:outline-red-200\/20:required{outline-color:#f8e4e433}.required\:outline-red-200\/25:required{outline-color:#f8e4e440}.required\:outline-red-200\/30:required{outline-color:#f8e4e44d}.required\:outline-red-200\/40:required{outline-color:#f8e4e466}.required\:outline-red-200\/50:required{outline-color:#f8e4e480}.required\:outline-red-200\/60:required{outline-color:#f8e4e499}.required\:outline-red-200\/70:required{outline-color:#f8e4e4b3}.required\:outline-red-200\/75:required{outline-color:#f8e4e4bf}.required\:outline-red-200\/80:required{outline-color:#f8e4e4cc}.required\:outline-red-200\/90:required{outline-color:#f8e4e4e6}.required\:outline-red-200\/95:required{outline-color:#f8e4e4f2}.required\:outline-red-200\/100:required{outline-color:#f8e4e4}.required\:outline-red-300\/0:required{outline-color:#f1c6c600}.required\:outline-red-300\/5:required{outline-color:#f1c6c60d}.required\:outline-red-300\/10:required{outline-color:#f1c6c61a}.required\:outline-red-300\/20:required{outline-color:#f1c6c633}.required\:outline-red-300\/25:required{outline-color:#f1c6c640}.required\:outline-red-300\/30:required{outline-color:#f1c6c64d}.required\:outline-red-300\/40:required{outline-color:#f1c6c666}.required\:outline-red-300\/50:required{outline-color:#f1c6c680}.required\:outline-red-300\/60:required{outline-color:#f1c6c699}.required\:outline-red-300\/70:required{outline-color:#f1c6c6b3}.required\:outline-red-300\/75:required{outline-color:#f1c6c6bf}.required\:outline-red-300\/80:required{outline-color:#f1c6c6cc}.required\:outline-red-300\/90:required{outline-color:#f1c6c6e6}.required\:outline-red-300\/95:required{outline-color:#f1c6c6f2}.required\:outline-red-300\/100:required{outline-color:#f1c6c6}.required\:outline-red-400\/0:required{outline-color:#eaa3a300}.required\:outline-red-400\/5:required{outline-color:#eaa3a30d}.required\:outline-red-400\/10:required{outline-color:#eaa3a31a}.required\:outline-red-400\/20:required{outline-color:#eaa3a333}.required\:outline-red-400\/25:required{outline-color:#eaa3a340}.required\:outline-red-400\/30:required{outline-color:#eaa3a34d}.required\:outline-red-400\/40:required{outline-color:#eaa3a366}.required\:outline-red-400\/50:required{outline-color:#eaa3a380}.required\:outline-red-400\/60:required{outline-color:#eaa3a399}.required\:outline-red-400\/70:required{outline-color:#eaa3a3b3}.required\:outline-red-400\/75:required{outline-color:#eaa3a3bf}.required\:outline-red-400\/80:required{outline-color:#eaa3a3cc}.required\:outline-red-400\/90:required{outline-color:#eaa3a3e6}.required\:outline-red-400\/95:required{outline-color:#eaa3a3f2}.required\:outline-red-400\/100:required{outline-color:#eaa3a3}.required\:outline-red-500\/0:required{outline-color:#e3767600}.required\:outline-red-500\/5:required{outline-color:#e376760d}.required\:outline-red-500\/10:required{outline-color:#e376761a}.required\:outline-red-500\/20:required{outline-color:#e3767633}.required\:outline-red-500\/25:required{outline-color:#e3767640}.required\:outline-red-500\/30:required{outline-color:#e376764d}.required\:outline-red-500\/40:required{outline-color:#e3767666}.required\:outline-red-500\/50:required{outline-color:#e3767680}.required\:outline-red-500\/60:required{outline-color:#e3767699}.required\:outline-red-500\/70:required{outline-color:#e37676b3}.required\:outline-red-500\/75:required{outline-color:#e37676bf}.required\:outline-red-500\/80:required{outline-color:#e37676cc}.required\:outline-red-500\/90:required{outline-color:#e37676e6}.required\:outline-red-500\/95:required{outline-color:#e37676f2}.required\:outline-red-500\/100:required{outline-color:#e37676}.required\:outline-red-600\/0:required{outline-color:#dc262600}.required\:outline-red-600\/5:required{outline-color:#dc26260d}.required\:outline-red-600\/10:required{outline-color:#dc26261a}.required\:outline-red-600\/20:required{outline-color:#dc262633}.required\:outline-red-600\/25:required{outline-color:#dc262640}.required\:outline-red-600\/30:required{outline-color:#dc26264d}.required\:outline-red-600\/40:required{outline-color:#dc262666}.required\:outline-red-600\/50:required{outline-color:#dc262680}.required\:outline-red-600\/60:required{outline-color:#dc262699}.required\:outline-red-600\/70:required{outline-color:#dc2626b3}.required\:outline-red-600\/75:required{outline-color:#dc2626bf}.required\:outline-red-600\/80:required{outline-color:#dc2626cc}.required\:outline-red-600\/90:required{outline-color:#dc2626e6}.required\:outline-red-600\/95:required{outline-color:#dc2626f2}.required\:outline-red-600\/100:required{outline-color:#dc2626}.required\:outline-red-700\/0:required{outline-color:#c4212100}.required\:outline-red-700\/5:required{outline-color:#c421210d}.required\:outline-red-700\/10:required{outline-color:#c421211a}.required\:outline-red-700\/20:required{outline-color:#c4212133}.required\:outline-red-700\/25:required{outline-color:#c4212140}.required\:outline-red-700\/30:required{outline-color:#c421214d}.required\:outline-red-700\/40:required{outline-color:#c4212166}.required\:outline-red-700\/50:required{outline-color:#c4212180}.required\:outline-red-700\/60:required{outline-color:#c4212199}.required\:outline-red-700\/70:required{outline-color:#c42121b3}.required\:outline-red-700\/75:required{outline-color:#c42121bf}.required\:outline-red-700\/80:required{outline-color:#c42121cc}.required\:outline-red-700\/90:required{outline-color:#c42121e6}.required\:outline-red-700\/95:required{outline-color:#c42121f2}.required\:outline-red-700\/100:required{outline-color:#c42121}.required\:outline-red-800\/0:required{outline-color:#aa1d1d00}.required\:outline-red-800\/5:required{outline-color:#aa1d1d0d}.required\:outline-red-800\/10:required{outline-color:#aa1d1d1a}.required\:outline-red-800\/20:required{outline-color:#aa1d1d33}.required\:outline-red-800\/25:required{outline-color:#aa1d1d40}.required\:outline-red-800\/30:required{outline-color:#aa1d1d4d}.required\:outline-red-800\/40:required{outline-color:#aa1d1d66}.required\:outline-red-800\/50:required{outline-color:#aa1d1d80}.required\:outline-red-800\/60:required{outline-color:#aa1d1d99}.required\:outline-red-800\/70:required{outline-color:#aa1d1db3}.required\:outline-red-800\/75:required{outline-color:#aa1d1dbf}.required\:outline-red-800\/80:required{outline-color:#aa1d1dcc}.required\:outline-red-800\/90:required{outline-color:#aa1d1de6}.required\:outline-red-800\/95:required{outline-color:#aa1d1df2}.required\:outline-red-800\/100:required{outline-color:#aa1d1d}.required\:outline-red-900\/0:required{outline-color:#8b181800}.required\:outline-red-900\/5:required{outline-color:#8b18180d}.required\:outline-red-900\/10:required{outline-color:#8b18181a}.required\:outline-red-900\/20:required{outline-color:#8b181833}.required\:outline-red-900\/25:required{outline-color:#8b181840}.required\:outline-red-900\/30:required{outline-color:#8b18184d}.required\:outline-red-900\/40:required{outline-color:#8b181866}.required\:outline-red-900\/50:required{outline-color:#8b181880}.required\:outline-red-900\/60:required{outline-color:#8b181899}.required\:outline-red-900\/70:required{outline-color:#8b1818b3}.required\:outline-red-900\/75:required{outline-color:#8b1818bf}.required\:outline-red-900\/80:required{outline-color:#8b1818cc}.required\:outline-red-900\/90:required{outline-color:#8b1818e6}.required\:outline-red-900\/95:required{outline-color:#8b1818f2}.required\:outline-red-900\/100:required{outline-color:#8b1818}.required\:outline-orange-50\/0:required{outline-color:#fff7ed00}.required\:outline-orange-50\/5:required{outline-color:#fff7ed0d}.required\:outline-orange-50\/10:required{outline-color:#fff7ed1a}.required\:outline-orange-50\/20:required{outline-color:#fff7ed33}.required\:outline-orange-50\/25:required{outline-color:#fff7ed40}.required\:outline-orange-50\/30:required{outline-color:#fff7ed4d}.required\:outline-orange-50\/40:required{outline-color:#fff7ed66}.required\:outline-orange-50\/50:required{outline-color:#fff7ed80}.required\:outline-orange-50\/60:required{outline-color:#fff7ed99}.required\:outline-orange-50\/70:required{outline-color:#fff7edb3}.required\:outline-orange-50\/75:required{outline-color:#fff7edbf}.required\:outline-orange-50\/80:required{outline-color:#fff7edcc}.required\:outline-orange-50\/90:required{outline-color:#fff7ede6}.required\:outline-orange-50\/95:required{outline-color:#fff7edf2}.required\:outline-orange-50\/100:required{outline-color:#fff7ed}.required\:outline-orange-100\/0:required{outline-color:#fcf3f100}.required\:outline-orange-100\/5:required{outline-color:#fcf3f10d}.required\:outline-orange-100\/10:required{outline-color:#fcf3f11a}.required\:outline-orange-100\/20:required{outline-color:#fcf3f133}.required\:outline-orange-100\/25:required{outline-color:#fcf3f140}.required\:outline-orange-100\/30:required{outline-color:#fcf3f14d}.required\:outline-orange-100\/40:required{outline-color:#fcf3f166}.required\:outline-orange-100\/50:required{outline-color:#fcf3f180}.required\:outline-orange-100\/60:required{outline-color:#fcf3f199}.required\:outline-orange-100\/70:required{outline-color:#fcf3f1b3}.required\:outline-orange-100\/75:required{outline-color:#fcf3f1bf}.required\:outline-orange-100\/80:required{outline-color:#fcf3f1cc}.required\:outline-orange-100\/90:required{outline-color:#fcf3f1e6}.required\:outline-orange-100\/95:required{outline-color:#fcf3f1f2}.required\:outline-orange-100\/100:required{outline-color:#fcf3f1}.required\:outline-orange-200\/0:required{outline-color:#fae7e400}.required\:outline-orange-200\/5:required{outline-color:#fae7e40d}.required\:outline-orange-200\/10:required{outline-color:#fae7e41a}.required\:outline-orange-200\/20:required{outline-color:#fae7e433}.required\:outline-orange-200\/25:required{outline-color:#fae7e440}.required\:outline-orange-200\/30:required{outline-color:#fae7e44d}.required\:outline-orange-200\/40:required{outline-color:#fae7e466}.required\:outline-orange-200\/50:required{outline-color:#fae7e480}.required\:outline-orange-200\/60:required{outline-color:#fae7e499}.required\:outline-orange-200\/70:required{outline-color:#fae7e4b3}.required\:outline-orange-200\/75:required{outline-color:#fae7e4bf}.required\:outline-orange-200\/80:required{outline-color:#fae7e4cc}.required\:outline-orange-200\/90:required{outline-color:#fae7e4e6}.required\:outline-orange-200\/95:required{outline-color:#fae7e4f2}.required\:outline-orange-200\/100:required{outline-color:#fae7e4}.required\:outline-orange-300\/0:required{outline-color:#f6cdc500}.required\:outline-orange-300\/5:required{outline-color:#f6cdc50d}.required\:outline-orange-300\/10:required{outline-color:#f6cdc51a}.required\:outline-orange-300\/20:required{outline-color:#f6cdc533}.required\:outline-orange-300\/25:required{outline-color:#f6cdc540}.required\:outline-orange-300\/30:required{outline-color:#f6cdc54d}.required\:outline-orange-300\/40:required{outline-color:#f6cdc566}.required\:outline-orange-300\/50:required{outline-color:#f6cdc580}.required\:outline-orange-300\/60:required{outline-color:#f6cdc599}.required\:outline-orange-300\/70:required{outline-color:#f6cdc5b3}.required\:outline-orange-300\/75:required{outline-color:#f6cdc5bf}.required\:outline-orange-300\/80:required{outline-color:#f6cdc5cc}.required\:outline-orange-300\/90:required{outline-color:#f6cdc5e6}.required\:outline-orange-300\/95:required{outline-color:#f6cdc5f2}.required\:outline-orange-300\/100:required{outline-color:#f6cdc5}.required\:outline-orange-400\/0:required{outline-color:#f2afa100}.required\:outline-orange-400\/5:required{outline-color:#f2afa10d}.required\:outline-orange-400\/10:required{outline-color:#f2afa11a}.required\:outline-orange-400\/20:required{outline-color:#f2afa133}.required\:outline-orange-400\/25:required{outline-color:#f2afa140}.required\:outline-orange-400\/30:required{outline-color:#f2afa14d}.required\:outline-orange-400\/40:required{outline-color:#f2afa166}.required\:outline-orange-400\/50:required{outline-color:#f2afa180}.required\:outline-orange-400\/60:required{outline-color:#f2afa199}.required\:outline-orange-400\/70:required{outline-color:#f2afa1b3}.required\:outline-orange-400\/75:required{outline-color:#f2afa1bf}.required\:outline-orange-400\/80:required{outline-color:#f2afa1cc}.required\:outline-orange-400\/90:required{outline-color:#f2afa1e6}.required\:outline-orange-400\/95:required{outline-color:#f2afa1f2}.required\:outline-orange-400\/100:required{outline-color:#f2afa1}.required\:outline-orange-500\/0:required{outline-color:#ee8a7200}.required\:outline-orange-500\/5:required{outline-color:#ee8a720d}.required\:outline-orange-500\/10:required{outline-color:#ee8a721a}.required\:outline-orange-500\/20:required{outline-color:#ee8a7233}.required\:outline-orange-500\/25:required{outline-color:#ee8a7240}.required\:outline-orange-500\/30:required{outline-color:#ee8a724d}.required\:outline-orange-500\/40:required{outline-color:#ee8a7266}.required\:outline-orange-500\/50:required{outline-color:#ee8a7280}.required\:outline-orange-500\/60:required{outline-color:#ee8a7299}.required\:outline-orange-500\/70:required{outline-color:#ee8a72b3}.required\:outline-orange-500\/75:required{outline-color:#ee8a72bf}.required\:outline-orange-500\/80:required{outline-color:#ee8a72cc}.required\:outline-orange-500\/90:required{outline-color:#ee8a72e6}.required\:outline-orange-500\/95:required{outline-color:#ee8a72f2}.required\:outline-orange-500\/100:required{outline-color:#ee8a72}.required\:outline-orange-600\/0:required{outline-color:#ea580c00}.required\:outline-orange-600\/5:required{outline-color:#ea580c0d}.required\:outline-orange-600\/10:required{outline-color:#ea580c1a}.required\:outline-orange-600\/20:required{outline-color:#ea580c33}.required\:outline-orange-600\/25:required{outline-color:#ea580c40}.required\:outline-orange-600\/30:required{outline-color:#ea580c4d}.required\:outline-orange-600\/40:required{outline-color:#ea580c66}.required\:outline-orange-600\/50:required{outline-color:#ea580c80}.required\:outline-orange-600\/60:required{outline-color:#ea580c99}.required\:outline-orange-600\/70:required{outline-color:#ea580cb3}.required\:outline-orange-600\/75:required{outline-color:#ea580cbf}.required\:outline-orange-600\/80:required{outline-color:#ea580ccc}.required\:outline-orange-600\/90:required{outline-color:#ea580ce6}.required\:outline-orange-600\/95:required{outline-color:#ea580cf2}.required\:outline-orange-600\/100:required{outline-color:#ea580c}.required\:outline-orange-700\/0:required{outline-color:#d14e0a00}.required\:outline-orange-700\/5:required{outline-color:#d14e0a0d}.required\:outline-orange-700\/10:required{outline-color:#d14e0a1a}.required\:outline-orange-700\/20:required{outline-color:#d14e0a33}.required\:outline-orange-700\/25:required{outline-color:#d14e0a40}.required\:outline-orange-700\/30:required{outline-color:#d14e0a4d}.required\:outline-orange-700\/40:required{outline-color:#d14e0a66}.required\:outline-orange-700\/50:required{outline-color:#d14e0a80}.required\:outline-orange-700\/60:required{outline-color:#d14e0a99}.required\:outline-orange-700\/70:required{outline-color:#d14e0ab3}.required\:outline-orange-700\/75:required{outline-color:#d14e0abf}.required\:outline-orange-700\/80:required{outline-color:#d14e0acc}.required\:outline-orange-700\/90:required{outline-color:#d14e0ae6}.required\:outline-orange-700\/95:required{outline-color:#d14e0af2}.required\:outline-orange-700\/100:required{outline-color:#d14e0a}.required\:outline-orange-800\/0:required{outline-color:#b5440900}.required\:outline-orange-800\/5:required{outline-color:#b544090d}.required\:outline-orange-800\/10:required{outline-color:#b544091a}.required\:outline-orange-800\/20:required{outline-color:#b5440933}.required\:outline-orange-800\/25:required{outline-color:#b5440940}.required\:outline-orange-800\/30:required{outline-color:#b544094d}.required\:outline-orange-800\/40:required{outline-color:#b5440966}.required\:outline-orange-800\/50:required{outline-color:#b5440980}.required\:outline-orange-800\/60:required{outline-color:#b5440999}.required\:outline-orange-800\/70:required{outline-color:#b54409b3}.required\:outline-orange-800\/75:required{outline-color:#b54409bf}.required\:outline-orange-800\/80:required{outline-color:#b54409cc}.required\:outline-orange-800\/90:required{outline-color:#b54409e6}.required\:outline-orange-800\/95:required{outline-color:#b54409f2}.required\:outline-orange-800\/100:required{outline-color:#b54409}.required\:outline-orange-900\/0:required{outline-color:#93370700}.required\:outline-orange-900\/5:required{outline-color:#9337070d}.required\:outline-orange-900\/10:required{outline-color:#9337071a}.required\:outline-orange-900\/20:required{outline-color:#93370733}.required\:outline-orange-900\/25:required{outline-color:#93370740}.required\:outline-orange-900\/30:required{outline-color:#9337074d}.required\:outline-orange-900\/40:required{outline-color:#93370766}.required\:outline-orange-900\/50:required{outline-color:#93370780}.required\:outline-orange-900\/60:required{outline-color:#93370799}.required\:outline-orange-900\/70:required{outline-color:#933707b3}.required\:outline-orange-900\/75:required{outline-color:#933707bf}.required\:outline-orange-900\/80:required{outline-color:#933707cc}.required\:outline-orange-900\/90:required{outline-color:#933707e6}.required\:outline-orange-900\/95:required{outline-color:#933707f2}.required\:outline-orange-900\/100:required{outline-color:#933707}.required\:outline-yellow-50\/0:required{outline-color:#fefce800}.required\:outline-yellow-50\/5:required{outline-color:#fefce80d}.required\:outline-yellow-50\/10:required{outline-color:#fefce81a}.required\:outline-yellow-50\/20:required{outline-color:#fefce833}.required\:outline-yellow-50\/25:required{outline-color:#fefce840}.required\:outline-yellow-50\/30:required{outline-color:#fefce84d}.required\:outline-yellow-50\/40:required{outline-color:#fefce866}.required\:outline-yellow-50\/50:required{outline-color:#fefce880}.required\:outline-yellow-50\/60:required{outline-color:#fefce899}.required\:outline-yellow-50\/70:required{outline-color:#fefce8b3}.required\:outline-yellow-50\/75:required{outline-color:#fefce8bf}.required\:outline-yellow-50\/80:required{outline-color:#fefce8cc}.required\:outline-yellow-50\/90:required{outline-color:#fefce8e6}.required\:outline-yellow-50\/95:required{outline-color:#fefce8f2}.required\:outline-yellow-50\/100:required{outline-color:#fefce8}.required\:outline-yellow-100\/0:required{outline-color:#fef3c700}.required\:outline-yellow-100\/5:required{outline-color:#fef3c70d}.required\:outline-yellow-100\/10:required{outline-color:#fef3c71a}.required\:outline-yellow-100\/20:required{outline-color:#fef3c733}.required\:outline-yellow-100\/25:required{outline-color:#fef3c740}.required\:outline-yellow-100\/30:required{outline-color:#fef3c74d}.required\:outline-yellow-100\/40:required{outline-color:#fef3c766}.required\:outline-yellow-100\/50:required{outline-color:#fef3c780}.required\:outline-yellow-100\/60:required{outline-color:#fef3c799}.required\:outline-yellow-100\/70:required{outline-color:#fef3c7b3}.required\:outline-yellow-100\/75:required{outline-color:#fef3c7bf}.required\:outline-yellow-100\/80:required{outline-color:#fef3c7cc}.required\:outline-yellow-100\/90:required{outline-color:#fef3c7e6}.required\:outline-yellow-100\/95:required{outline-color:#fef3c7f2}.required\:outline-yellow-100\/100:required{outline-color:#fef3c7}.required\:outline-yellow-200\/0:required{outline-color:#fde68a00}.required\:outline-yellow-200\/5:required{outline-color:#fde68a0d}.required\:outline-yellow-200\/10:required{outline-color:#fde68a1a}.required\:outline-yellow-200\/20:required{outline-color:#fde68a33}.required\:outline-yellow-200\/25:required{outline-color:#fde68a40}.required\:outline-yellow-200\/30:required{outline-color:#fde68a4d}.required\:outline-yellow-200\/40:required{outline-color:#fde68a66}.required\:outline-yellow-200\/50:required{outline-color:#fde68a80}.required\:outline-yellow-200\/60:required{outline-color:#fde68a99}.required\:outline-yellow-200\/70:required{outline-color:#fde68ab3}.required\:outline-yellow-200\/75:required{outline-color:#fde68abf}.required\:outline-yellow-200\/80:required{outline-color:#fde68acc}.required\:outline-yellow-200\/90:required{outline-color:#fde68ae6}.required\:outline-yellow-200\/95:required{outline-color:#fde68af2}.required\:outline-yellow-200\/100:required{outline-color:#fde68a}.required\:outline-yellow-300\/0:required{outline-color:#fcd34d00}.required\:outline-yellow-300\/5:required{outline-color:#fcd34d0d}.required\:outline-yellow-300\/10:required{outline-color:#fcd34d1a}.required\:outline-yellow-300\/20:required{outline-color:#fcd34d33}.required\:outline-yellow-300\/25:required{outline-color:#fcd34d40}.required\:outline-yellow-300\/30:required{outline-color:#fcd34d4d}.required\:outline-yellow-300\/40:required{outline-color:#fcd34d66}.required\:outline-yellow-300\/50:required{outline-color:#fcd34d80}.required\:outline-yellow-300\/60:required{outline-color:#fcd34d99}.required\:outline-yellow-300\/70:required{outline-color:#fcd34db3}.required\:outline-yellow-300\/75:required{outline-color:#fcd34dbf}.required\:outline-yellow-300\/80:required{outline-color:#fcd34dcc}.required\:outline-yellow-300\/90:required{outline-color:#fcd34de6}.required\:outline-yellow-300\/95:required{outline-color:#fcd34df2}.required\:outline-yellow-300\/100:required{outline-color:#fcd34d}.required\:outline-yellow-400\/0:required{outline-color:#fbbf2400}.required\:outline-yellow-400\/5:required{outline-color:#fbbf240d}.required\:outline-yellow-400\/10:required{outline-color:#fbbf241a}.required\:outline-yellow-400\/20:required{outline-color:#fbbf2433}.required\:outline-yellow-400\/25:required{outline-color:#fbbf2440}.required\:outline-yellow-400\/30:required{outline-color:#fbbf244d}.required\:outline-yellow-400\/40:required{outline-color:#fbbf2466}.required\:outline-yellow-400\/50:required{outline-color:#fbbf2480}.required\:outline-yellow-400\/60:required{outline-color:#fbbf2499}.required\:outline-yellow-400\/70:required{outline-color:#fbbf24b3}.required\:outline-yellow-400\/75:required{outline-color:#fbbf24bf}.required\:outline-yellow-400\/80:required{outline-color:#fbbf24cc}.required\:outline-yellow-400\/90:required{outline-color:#fbbf24e6}.required\:outline-yellow-400\/95:required{outline-color:#fbbf24f2}.required\:outline-yellow-400\/100:required{outline-color:#fbbf24}.required\:outline-yellow-500\/0:required{outline-color:#eab30800}.required\:outline-yellow-500\/5:required{outline-color:#eab3080d}.required\:outline-yellow-500\/10:required{outline-color:#eab3081a}.required\:outline-yellow-500\/20:required{outline-color:#eab30833}.required\:outline-yellow-500\/25:required{outline-color:#eab30840}.required\:outline-yellow-500\/30:required{outline-color:#eab3084d}.required\:outline-yellow-500\/40:required{outline-color:#eab30866}.required\:outline-yellow-500\/50:required{outline-color:#eab30880}.required\:outline-yellow-500\/60:required{outline-color:#eab30899}.required\:outline-yellow-500\/70:required{outline-color:#eab308b3}.required\:outline-yellow-500\/75:required{outline-color:#eab308bf}.required\:outline-yellow-500\/80:required{outline-color:#eab308cc}.required\:outline-yellow-500\/90:required{outline-color:#eab308e6}.required\:outline-yellow-500\/95:required{outline-color:#eab308f2}.required\:outline-yellow-500\/100:required{outline-color:#eab308}.required\:outline-yellow-600\/0:required{outline-color:#d9770600}.required\:outline-yellow-600\/5:required{outline-color:#d977060d}.required\:outline-yellow-600\/10:required{outline-color:#d977061a}.required\:outline-yellow-600\/20:required{outline-color:#d9770633}.required\:outline-yellow-600\/25:required{outline-color:#d9770640}.required\:outline-yellow-600\/30:required{outline-color:#d977064d}.required\:outline-yellow-600\/40:required{outline-color:#d9770666}.required\:outline-yellow-600\/50:required{outline-color:#d9770680}.required\:outline-yellow-600\/60:required{outline-color:#d9770699}.required\:outline-yellow-600\/70:required{outline-color:#d97706b3}.required\:outline-yellow-600\/75:required{outline-color:#d97706bf}.required\:outline-yellow-600\/80:required{outline-color:#d97706cc}.required\:outline-yellow-600\/90:required{outline-color:#d97706e6}.required\:outline-yellow-600\/95:required{outline-color:#d97706f2}.required\:outline-yellow-600\/100:required{outline-color:#d97706}.required\:outline-yellow-700\/0:required{outline-color:#b4530900}.required\:outline-yellow-700\/5:required{outline-color:#b453090d}.required\:outline-yellow-700\/10:required{outline-color:#b453091a}.required\:outline-yellow-700\/20:required{outline-color:#b4530933}.required\:outline-yellow-700\/25:required{outline-color:#b4530940}.required\:outline-yellow-700\/30:required{outline-color:#b453094d}.required\:outline-yellow-700\/40:required{outline-color:#b4530966}.required\:outline-yellow-700\/50:required{outline-color:#b4530980}.required\:outline-yellow-700\/60:required{outline-color:#b4530999}.required\:outline-yellow-700\/70:required{outline-color:#b45309b3}.required\:outline-yellow-700\/75:required{outline-color:#b45309bf}.required\:outline-yellow-700\/80:required{outline-color:#b45309cc}.required\:outline-yellow-700\/90:required{outline-color:#b45309e6}.required\:outline-yellow-700\/95:required{outline-color:#b45309f2}.required\:outline-yellow-700\/100:required{outline-color:#b45309}.required\:outline-yellow-800\/0:required{outline-color:#92400e00}.required\:outline-yellow-800\/5:required{outline-color:#92400e0d}.required\:outline-yellow-800\/10:required{outline-color:#92400e1a}.required\:outline-yellow-800\/20:required{outline-color:#92400e33}.required\:outline-yellow-800\/25:required{outline-color:#92400e40}.required\:outline-yellow-800\/30:required{outline-color:#92400e4d}.required\:outline-yellow-800\/40:required{outline-color:#92400e66}.required\:outline-yellow-800\/50:required{outline-color:#92400e80}.required\:outline-yellow-800\/60:required{outline-color:#92400e99}.required\:outline-yellow-800\/70:required{outline-color:#92400eb3}.required\:outline-yellow-800\/75:required{outline-color:#92400ebf}.required\:outline-yellow-800\/80:required{outline-color:#92400ecc}.required\:outline-yellow-800\/90:required{outline-color:#92400ee6}.required\:outline-yellow-800\/95:required{outline-color:#92400ef2}.required\:outline-yellow-800\/100:required{outline-color:#92400e}.required\:outline-yellow-900\/0:required{outline-color:#78350f00}.required\:outline-yellow-900\/5:required{outline-color:#78350f0d}.required\:outline-yellow-900\/10:required{outline-color:#78350f1a}.required\:outline-yellow-900\/20:required{outline-color:#78350f33}.required\:outline-yellow-900\/25:required{outline-color:#78350f40}.required\:outline-yellow-900\/30:required{outline-color:#78350f4d}.required\:outline-yellow-900\/40:required{outline-color:#78350f66}.required\:outline-yellow-900\/50:required{outline-color:#78350f80}.required\:outline-yellow-900\/60:required{outline-color:#78350f99}.required\:outline-yellow-900\/70:required{outline-color:#78350fb3}.required\:outline-yellow-900\/75:required{outline-color:#78350fbf}.required\:outline-yellow-900\/80:required{outline-color:#78350fcc}.required\:outline-yellow-900\/90:required{outline-color:#78350fe6}.required\:outline-yellow-900\/95:required{outline-color:#78350ff2}.required\:outline-yellow-900\/100:required{outline-color:#78350f}.required\:outline-green-50\/0:required{outline-color:#f0fdf400}.required\:outline-green-50\/5:required{outline-color:#f0fdf40d}.required\:outline-green-50\/10:required{outline-color:#f0fdf41a}.required\:outline-green-50\/20:required{outline-color:#f0fdf433}.required\:outline-green-50\/25:required{outline-color:#f0fdf440}.required\:outline-green-50\/30:required{outline-color:#f0fdf44d}.required\:outline-green-50\/40:required{outline-color:#f0fdf466}.required\:outline-green-50\/50:required{outline-color:#f0fdf480}.required\:outline-green-50\/60:required{outline-color:#f0fdf499}.required\:outline-green-50\/70:required{outline-color:#f0fdf4b3}.required\:outline-green-50\/75:required{outline-color:#f0fdf4bf}.required\:outline-green-50\/80:required{outline-color:#f0fdf4cc}.required\:outline-green-50\/90:required{outline-color:#f0fdf4e6}.required\:outline-green-50\/95:required{outline-color:#f0fdf4f2}.required\:outline-green-50\/100:required{outline-color:#f0fdf4}.required\:outline-green-100\/0:required{outline-color:#f2faf600}.required\:outline-green-100\/5:required{outline-color:#f2faf60d}.required\:outline-green-100\/10:required{outline-color:#f2faf61a}.required\:outline-green-100\/20:required{outline-color:#f2faf633}.required\:outline-green-100\/25:required{outline-color:#f2faf640}.required\:outline-green-100\/30:required{outline-color:#f2faf64d}.required\:outline-green-100\/40:required{outline-color:#f2faf666}.required\:outline-green-100\/50:required{outline-color:#f2faf680}.required\:outline-green-100\/60:required{outline-color:#f2faf699}.required\:outline-green-100\/70:required{outline-color:#f2faf6b3}.required\:outline-green-100\/75:required{outline-color:#f2faf6bf}.required\:outline-green-100\/80:required{outline-color:#f2faf6cc}.required\:outline-green-100\/90:required{outline-color:#f2faf6e6}.required\:outline-green-100\/95:required{outline-color:#f2faf6f2}.required\:outline-green-100\/100:required{outline-color:#f2faf6}.required\:outline-green-200\/0:required{outline-color:#e5f6ee00}.required\:outline-green-200\/5:required{outline-color:#e5f6ee0d}.required\:outline-green-200\/10:required{outline-color:#e5f6ee1a}.required\:outline-green-200\/20:required{outline-color:#e5f6ee33}.required\:outline-green-200\/25:required{outline-color:#e5f6ee40}.required\:outline-green-200\/30:required{outline-color:#e5f6ee4d}.required\:outline-green-200\/40:required{outline-color:#e5f6ee66}.required\:outline-green-200\/50:required{outline-color:#e5f6ee80}.required\:outline-green-200\/60:required{outline-color:#e5f6ee99}.required\:outline-green-200\/70:required{outline-color:#e5f6eeb3}.required\:outline-green-200\/75:required{outline-color:#e5f6eebf}.required\:outline-green-200\/80:required{outline-color:#e5f6eecc}.required\:outline-green-200\/90:required{outline-color:#e5f6eee6}.required\:outline-green-200\/95:required{outline-color:#e5f6eef2}.required\:outline-green-200\/100:required{outline-color:#e5f6ee}.required\:outline-green-300\/0:required{outline-color:#c8eedb00}.required\:outline-green-300\/5:required{outline-color:#c8eedb0d}.required\:outline-green-300\/10:required{outline-color:#c8eedb1a}.required\:outline-green-300\/20:required{outline-color:#c8eedb33}.required\:outline-green-300\/25:required{outline-color:#c8eedb40}.required\:outline-green-300\/30:required{outline-color:#c8eedb4d}.required\:outline-green-300\/40:required{outline-color:#c8eedb66}.required\:outline-green-300\/50:required{outline-color:#c8eedb80}.required\:outline-green-300\/60:required{outline-color:#c8eedb99}.required\:outline-green-300\/70:required{outline-color:#c8eedbb3}.required\:outline-green-300\/75:required{outline-color:#c8eedbbf}.required\:outline-green-300\/80:required{outline-color:#c8eedbcc}.required\:outline-green-300\/90:required{outline-color:#c8eedbe6}.required\:outline-green-300\/95:required{outline-color:#c8eedbf2}.required\:outline-green-300\/100:required{outline-color:#c8eedb}.required\:outline-green-400\/0:required{outline-color:#a6e5c800}.required\:outline-green-400\/5:required{outline-color:#a6e5c80d}.required\:outline-green-400\/10:required{outline-color:#a6e5c81a}.required\:outline-green-400\/20:required{outline-color:#a6e5c833}.required\:outline-green-400\/25:required{outline-color:#a6e5c840}.required\:outline-green-400\/30:required{outline-color:#a6e5c84d}.required\:outline-green-400\/40:required{outline-color:#a6e5c866}.required\:outline-green-400\/50:required{outline-color:#a6e5c880}.required\:outline-green-400\/60:required{outline-color:#a6e5c899}.required\:outline-green-400\/70:required{outline-color:#a6e5c8b3}.required\:outline-green-400\/75:required{outline-color:#a6e5c8bf}.required\:outline-green-400\/80:required{outline-color:#a6e5c8cc}.required\:outline-green-400\/90:required{outline-color:#a6e5c8e6}.required\:outline-green-400\/95:required{outline-color:#a6e5c8f2}.required\:outline-green-400\/100:required{outline-color:#a6e5c8}.required\:outline-green-500\/0:required{outline-color:#7bdcb200}.required\:outline-green-500\/5:required{outline-color:#7bdcb20d}.required\:outline-green-500\/10:required{outline-color:#7bdcb21a}.required\:outline-green-500\/20:required{outline-color:#7bdcb233}.required\:outline-green-500\/25:required{outline-color:#7bdcb240}.required\:outline-green-500\/30:required{outline-color:#7bdcb24d}.required\:outline-green-500\/40:required{outline-color:#7bdcb266}.required\:outline-green-500\/50:required{outline-color:#7bdcb280}.required\:outline-green-500\/60:required{outline-color:#7bdcb299}.required\:outline-green-500\/70:required{outline-color:#7bdcb2b3}.required\:outline-green-500\/75:required{outline-color:#7bdcb2bf}.required\:outline-green-500\/80:required{outline-color:#7bdcb2cc}.required\:outline-green-500\/90:required{outline-color:#7bdcb2e6}.required\:outline-green-500\/95:required{outline-color:#7bdcb2f2}.required\:outline-green-500\/100:required{outline-color:#7bdcb2}.required\:outline-green-600\/0:required{outline-color:#34d39900}.required\:outline-green-600\/5:required{outline-color:#34d3990d}.required\:outline-green-600\/10:required{outline-color:#34d3991a}.required\:outline-green-600\/20:required{outline-color:#34d39933}.required\:outline-green-600\/25:required{outline-color:#34d39940}.required\:outline-green-600\/30:required{outline-color:#34d3994d}.required\:outline-green-600\/40:required{outline-color:#34d39966}.required\:outline-green-600\/50:required{outline-color:#34d39980}.required\:outline-green-600\/60:required{outline-color:#34d39999}.required\:outline-green-600\/70:required{outline-color:#34d399b3}.required\:outline-green-600\/75:required{outline-color:#34d399bf}.required\:outline-green-600\/80:required{outline-color:#34d399cc}.required\:outline-green-600\/90:required{outline-color:#34d399e6}.required\:outline-green-600\/95:required{outline-color:#34d399f2}.required\:outline-green-600\/100:required{outline-color:#34d399}.required\:outline-green-700\/0:required{outline-color:#2ebc8800}.required\:outline-green-700\/5:required{outline-color:#2ebc880d}.required\:outline-green-700\/10:required{outline-color:#2ebc881a}.required\:outline-green-700\/20:required{outline-color:#2ebc8833}.required\:outline-green-700\/25:required{outline-color:#2ebc8840}.required\:outline-green-700\/30:required{outline-color:#2ebc884d}.required\:outline-green-700\/40:required{outline-color:#2ebc8866}.required\:outline-green-700\/50:required{outline-color:#2ebc8880}.required\:outline-green-700\/60:required{outline-color:#2ebc8899}.required\:outline-green-700\/70:required{outline-color:#2ebc88b3}.required\:outline-green-700\/75:required{outline-color:#2ebc88bf}.required\:outline-green-700\/80:required{outline-color:#2ebc88cc}.required\:outline-green-700\/90:required{outline-color:#2ebc88e6}.required\:outline-green-700\/95:required{outline-color:#2ebc88f2}.required\:outline-green-700\/100:required{outline-color:#2ebc88}.required\:outline-green-800\/0:required{outline-color:#28a37600}.required\:outline-green-800\/5:required{outline-color:#28a3760d}.required\:outline-green-800\/10:required{outline-color:#28a3761a}.required\:outline-green-800\/20:required{outline-color:#28a37633}.required\:outline-green-800\/25:required{outline-color:#28a37640}.required\:outline-green-800\/30:required{outline-color:#28a3764d}.required\:outline-green-800\/40:required{outline-color:#28a37666}.required\:outline-green-800\/50:required{outline-color:#28a37680}.required\:outline-green-800\/60:required{outline-color:#28a37699}.required\:outline-green-800\/70:required{outline-color:#28a376b3}.required\:outline-green-800\/75:required{outline-color:#28a376bf}.required\:outline-green-800\/80:required{outline-color:#28a376cc}.required\:outline-green-800\/90:required{outline-color:#28a376e6}.required\:outline-green-800\/95:required{outline-color:#28a376f2}.required\:outline-green-800\/100:required{outline-color:#28a376}.required\:outline-green-900\/0:required{outline-color:#20856000}.required\:outline-green-900\/5:required{outline-color:#2085600d}.required\:outline-green-900\/10:required{outline-color:#2085601a}.required\:outline-green-900\/20:required{outline-color:#20856033}.required\:outline-green-900\/25:required{outline-color:#20856040}.required\:outline-green-900\/30:required{outline-color:#2085604d}.required\:outline-green-900\/40:required{outline-color:#20856066}.required\:outline-green-900\/50:required{outline-color:#20856080}.required\:outline-green-900\/60:required{outline-color:#20856099}.required\:outline-green-900\/70:required{outline-color:#208560b3}.required\:outline-green-900\/75:required{outline-color:#208560bf}.required\:outline-green-900\/80:required{outline-color:#208560cc}.required\:outline-green-900\/90:required{outline-color:#208560e6}.required\:outline-green-900\/95:required{outline-color:#208560f2}.required\:outline-green-900\/100:required{outline-color:#208560}.required\:outline-emerald-50\/0:required{outline-color:#ecfdf500}.required\:outline-emerald-50\/5:required{outline-color:#ecfdf50d}.required\:outline-emerald-50\/10:required{outline-color:#ecfdf51a}.required\:outline-emerald-50\/20:required{outline-color:#ecfdf533}.required\:outline-emerald-50\/25:required{outline-color:#ecfdf540}.required\:outline-emerald-50\/30:required{outline-color:#ecfdf54d}.required\:outline-emerald-50\/40:required{outline-color:#ecfdf566}.required\:outline-emerald-50\/50:required{outline-color:#ecfdf580}.required\:outline-emerald-50\/60:required{outline-color:#ecfdf599}.required\:outline-emerald-50\/70:required{outline-color:#ecfdf5b3}.required\:outline-emerald-50\/75:required{outline-color:#ecfdf5bf}.required\:outline-emerald-50\/80:required{outline-color:#ecfdf5cc}.required\:outline-emerald-50\/90:required{outline-color:#ecfdf5e6}.required\:outline-emerald-50\/95:required{outline-color:#ecfdf5f2}.required\:outline-emerald-50\/100:required{outline-color:#ecfdf5}.required\:outline-emerald-100\/0:required{outline-color:#d1fae500}.required\:outline-emerald-100\/5:required{outline-color:#d1fae50d}.required\:outline-emerald-100\/10:required{outline-color:#d1fae51a}.required\:outline-emerald-100\/20:required{outline-color:#d1fae533}.required\:outline-emerald-100\/25:required{outline-color:#d1fae540}.required\:outline-emerald-100\/30:required{outline-color:#d1fae54d}.required\:outline-emerald-100\/40:required{outline-color:#d1fae566}.required\:outline-emerald-100\/50:required{outline-color:#d1fae580}.required\:outline-emerald-100\/60:required{outline-color:#d1fae599}.required\:outline-emerald-100\/70:required{outline-color:#d1fae5b3}.required\:outline-emerald-100\/75:required{outline-color:#d1fae5bf}.required\:outline-emerald-100\/80:required{outline-color:#d1fae5cc}.required\:outline-emerald-100\/90:required{outline-color:#d1fae5e6}.required\:outline-emerald-100\/95:required{outline-color:#d1fae5f2}.required\:outline-emerald-100\/100:required{outline-color:#d1fae5}.required\:outline-emerald-200\/0:required{outline-color:#a7f3d000}.required\:outline-emerald-200\/5:required{outline-color:#a7f3d00d}.required\:outline-emerald-200\/10:required{outline-color:#a7f3d01a}.required\:outline-emerald-200\/20:required{outline-color:#a7f3d033}.required\:outline-emerald-200\/25:required{outline-color:#a7f3d040}.required\:outline-emerald-200\/30:required{outline-color:#a7f3d04d}.required\:outline-emerald-200\/40:required{outline-color:#a7f3d066}.required\:outline-emerald-200\/50:required{outline-color:#a7f3d080}.required\:outline-emerald-200\/60:required{outline-color:#a7f3d099}.required\:outline-emerald-200\/70:required{outline-color:#a7f3d0b3}.required\:outline-emerald-200\/75:required{outline-color:#a7f3d0bf}.required\:outline-emerald-200\/80:required{outline-color:#a7f3d0cc}.required\:outline-emerald-200\/90:required{outline-color:#a7f3d0e6}.required\:outline-emerald-200\/95:required{outline-color:#a7f3d0f2}.required\:outline-emerald-200\/100:required{outline-color:#a7f3d0}.required\:outline-emerald-300\/0:required{outline-color:#6ee7b700}.required\:outline-emerald-300\/5:required{outline-color:#6ee7b70d}.required\:outline-emerald-300\/10:required{outline-color:#6ee7b71a}.required\:outline-emerald-300\/20:required{outline-color:#6ee7b733}.required\:outline-emerald-300\/25:required{outline-color:#6ee7b740}.required\:outline-emerald-300\/30:required{outline-color:#6ee7b74d}.required\:outline-emerald-300\/40:required{outline-color:#6ee7b766}.required\:outline-emerald-300\/50:required{outline-color:#6ee7b780}.required\:outline-emerald-300\/60:required{outline-color:#6ee7b799}.required\:outline-emerald-300\/70:required{outline-color:#6ee7b7b3}.required\:outline-emerald-300\/75:required{outline-color:#6ee7b7bf}.required\:outline-emerald-300\/80:required{outline-color:#6ee7b7cc}.required\:outline-emerald-300\/90:required{outline-color:#6ee7b7e6}.required\:outline-emerald-300\/95:required{outline-color:#6ee7b7f2}.required\:outline-emerald-300\/100:required{outline-color:#6ee7b7}.required\:outline-emerald-400\/0:required{outline-color:#34d39900}.required\:outline-emerald-400\/5:required{outline-color:#34d3990d}.required\:outline-emerald-400\/10:required{outline-color:#34d3991a}.required\:outline-emerald-400\/20:required{outline-color:#34d39933}.required\:outline-emerald-400\/25:required{outline-color:#34d39940}.required\:outline-emerald-400\/30:required{outline-color:#34d3994d}.required\:outline-emerald-400\/40:required{outline-color:#34d39966}.required\:outline-emerald-400\/50:required{outline-color:#34d39980}.required\:outline-emerald-400\/60:required{outline-color:#34d39999}.required\:outline-emerald-400\/70:required{outline-color:#34d399b3}.required\:outline-emerald-400\/75:required{outline-color:#34d399bf}.required\:outline-emerald-400\/80:required{outline-color:#34d399cc}.required\:outline-emerald-400\/90:required{outline-color:#34d399e6}.required\:outline-emerald-400\/95:required{outline-color:#34d399f2}.required\:outline-emerald-400\/100:required{outline-color:#34d399}.required\:outline-emerald-500\/0:required{outline-color:#10b98100}.required\:outline-emerald-500\/5:required{outline-color:#10b9810d}.required\:outline-emerald-500\/10:required{outline-color:#10b9811a}.required\:outline-emerald-500\/20:required{outline-color:#10b98133}.required\:outline-emerald-500\/25:required{outline-color:#10b98140}.required\:outline-emerald-500\/30:required{outline-color:#10b9814d}.required\:outline-emerald-500\/40:required{outline-color:#10b98166}.required\:outline-emerald-500\/50:required{outline-color:#10b98180}.required\:outline-emerald-500\/60:required{outline-color:#10b98199}.required\:outline-emerald-500\/70:required{outline-color:#10b981b3}.required\:outline-emerald-500\/75:required{outline-color:#10b981bf}.required\:outline-emerald-500\/80:required{outline-color:#10b981cc}.required\:outline-emerald-500\/90:required{outline-color:#10b981e6}.required\:outline-emerald-500\/95:required{outline-color:#10b981f2}.required\:outline-emerald-500\/100:required{outline-color:#10b981}.required\:outline-emerald-600\/0:required{outline-color:#05966900}.required\:outline-emerald-600\/5:required{outline-color:#0596690d}.required\:outline-emerald-600\/10:required{outline-color:#0596691a}.required\:outline-emerald-600\/20:required{outline-color:#05966933}.required\:outline-emerald-600\/25:required{outline-color:#05966940}.required\:outline-emerald-600\/30:required{outline-color:#0596694d}.required\:outline-emerald-600\/40:required{outline-color:#05966966}.required\:outline-emerald-600\/50:required{outline-color:#05966980}.required\:outline-emerald-600\/60:required{outline-color:#05966999}.required\:outline-emerald-600\/70:required{outline-color:#059669b3}.required\:outline-emerald-600\/75:required{outline-color:#059669bf}.required\:outline-emerald-600\/80:required{outline-color:#059669cc}.required\:outline-emerald-600\/90:required{outline-color:#059669e6}.required\:outline-emerald-600\/95:required{outline-color:#059669f2}.required\:outline-emerald-600\/100:required{outline-color:#059669}.required\:outline-emerald-700\/0:required{outline-color:#04785700}.required\:outline-emerald-700\/5:required{outline-color:#0478570d}.required\:outline-emerald-700\/10:required{outline-color:#0478571a}.required\:outline-emerald-700\/20:required{outline-color:#04785733}.required\:outline-emerald-700\/25:required{outline-color:#04785740}.required\:outline-emerald-700\/30:required{outline-color:#0478574d}.required\:outline-emerald-700\/40:required{outline-color:#04785766}.required\:outline-emerald-700\/50:required{outline-color:#04785780}.required\:outline-emerald-700\/60:required{outline-color:#04785799}.required\:outline-emerald-700\/70:required{outline-color:#047857b3}.required\:outline-emerald-700\/75:required{outline-color:#047857bf}.required\:outline-emerald-700\/80:required{outline-color:#047857cc}.required\:outline-emerald-700\/90:required{outline-color:#047857e6}.required\:outline-emerald-700\/95:required{outline-color:#047857f2}.required\:outline-emerald-700\/100:required{outline-color:#047857}.required\:outline-emerald-800\/0:required{outline-color:#065f4600}.required\:outline-emerald-800\/5:required{outline-color:#065f460d}.required\:outline-emerald-800\/10:required{outline-color:#065f461a}.required\:outline-emerald-800\/20:required{outline-color:#065f4633}.required\:outline-emerald-800\/25:required{outline-color:#065f4640}.required\:outline-emerald-800\/30:required{outline-color:#065f464d}.required\:outline-emerald-800\/40:required{outline-color:#065f4666}.required\:outline-emerald-800\/50:required{outline-color:#065f4680}.required\:outline-emerald-800\/60:required{outline-color:#065f4699}.required\:outline-emerald-800\/70:required{outline-color:#065f46b3}.required\:outline-emerald-800\/75:required{outline-color:#065f46bf}.required\:outline-emerald-800\/80:required{outline-color:#065f46cc}.required\:outline-emerald-800\/90:required{outline-color:#065f46e6}.required\:outline-emerald-800\/95:required{outline-color:#065f46f2}.required\:outline-emerald-800\/100:required{outline-color:#065f46}.required\:outline-emerald-900\/0:required{outline-color:#064e3b00}.required\:outline-emerald-900\/5:required{outline-color:#064e3b0d}.required\:outline-emerald-900\/10:required{outline-color:#064e3b1a}.required\:outline-emerald-900\/20:required{outline-color:#064e3b33}.required\:outline-emerald-900\/25:required{outline-color:#064e3b40}.required\:outline-emerald-900\/30:required{outline-color:#064e3b4d}.required\:outline-emerald-900\/40:required{outline-color:#064e3b66}.required\:outline-emerald-900\/50:required{outline-color:#064e3b80}.required\:outline-emerald-900\/60:required{outline-color:#064e3b99}.required\:outline-emerald-900\/70:required{outline-color:#064e3bb3}.required\:outline-emerald-900\/75:required{outline-color:#064e3bbf}.required\:outline-emerald-900\/80:required{outline-color:#064e3bcc}.required\:outline-emerald-900\/90:required{outline-color:#064e3be6}.required\:outline-emerald-900\/95:required{outline-color:#064e3bf2}.required\:outline-emerald-900\/100:required{outline-color:#064e3b}.required\:outline-teal-50\/0:required{outline-color:#f0fdfa00}.required\:outline-teal-50\/5:required{outline-color:#f0fdfa0d}.required\:outline-teal-50\/10:required{outline-color:#f0fdfa1a}.required\:outline-teal-50\/20:required{outline-color:#f0fdfa33}.required\:outline-teal-50\/25:required{outline-color:#f0fdfa40}.required\:outline-teal-50\/30:required{outline-color:#f0fdfa4d}.required\:outline-teal-50\/40:required{outline-color:#f0fdfa66}.required\:outline-teal-50\/50:required{outline-color:#f0fdfa80}.required\:outline-teal-50\/60:required{outline-color:#f0fdfa99}.required\:outline-teal-50\/70:required{outline-color:#f0fdfab3}.required\:outline-teal-50\/75:required{outline-color:#f0fdfabf}.required\:outline-teal-50\/80:required{outline-color:#f0fdfacc}.required\:outline-teal-50\/90:required{outline-color:#f0fdfae6}.required\:outline-teal-50\/95:required{outline-color:#f0fdfaf2}.required\:outline-teal-50\/100:required{outline-color:#f0fdfa}.required\:outline-teal-100\/0:required{outline-color:#ccfbf100}.required\:outline-teal-100\/5:required{outline-color:#ccfbf10d}.required\:outline-teal-100\/10:required{outline-color:#ccfbf11a}.required\:outline-teal-100\/20:required{outline-color:#ccfbf133}.required\:outline-teal-100\/25:required{outline-color:#ccfbf140}.required\:outline-teal-100\/30:required{outline-color:#ccfbf14d}.required\:outline-teal-100\/40:required{outline-color:#ccfbf166}.required\:outline-teal-100\/50:required{outline-color:#ccfbf180}.required\:outline-teal-100\/60:required{outline-color:#ccfbf199}.required\:outline-teal-100\/70:required{outline-color:#ccfbf1b3}.required\:outline-teal-100\/75:required{outline-color:#ccfbf1bf}.required\:outline-teal-100\/80:required{outline-color:#ccfbf1cc}.required\:outline-teal-100\/90:required{outline-color:#ccfbf1e6}.required\:outline-teal-100\/95:required{outline-color:#ccfbf1f2}.required\:outline-teal-100\/100:required{outline-color:#ccfbf1}.required\:outline-teal-200\/0:required{outline-color:#99f6e400}.required\:outline-teal-200\/5:required{outline-color:#99f6e40d}.required\:outline-teal-200\/10:required{outline-color:#99f6e41a}.required\:outline-teal-200\/20:required{outline-color:#99f6e433}.required\:outline-teal-200\/25:required{outline-color:#99f6e440}.required\:outline-teal-200\/30:required{outline-color:#99f6e44d}.required\:outline-teal-200\/40:required{outline-color:#99f6e466}.required\:outline-teal-200\/50:required{outline-color:#99f6e480}.required\:outline-teal-200\/60:required{outline-color:#99f6e499}.required\:outline-teal-200\/70:required{outline-color:#99f6e4b3}.required\:outline-teal-200\/75:required{outline-color:#99f6e4bf}.required\:outline-teal-200\/80:required{outline-color:#99f6e4cc}.required\:outline-teal-200\/90:required{outline-color:#99f6e4e6}.required\:outline-teal-200\/95:required{outline-color:#99f6e4f2}.required\:outline-teal-200\/100:required{outline-color:#99f6e4}.required\:outline-teal-300\/0:required{outline-color:#5eead400}.required\:outline-teal-300\/5:required{outline-color:#5eead40d}.required\:outline-teal-300\/10:required{outline-color:#5eead41a}.required\:outline-teal-300\/20:required{outline-color:#5eead433}.required\:outline-teal-300\/25:required{outline-color:#5eead440}.required\:outline-teal-300\/30:required{outline-color:#5eead44d}.required\:outline-teal-300\/40:required{outline-color:#5eead466}.required\:outline-teal-300\/50:required{outline-color:#5eead480}.required\:outline-teal-300\/60:required{outline-color:#5eead499}.required\:outline-teal-300\/70:required{outline-color:#5eead4b3}.required\:outline-teal-300\/75:required{outline-color:#5eead4bf}.required\:outline-teal-300\/80:required{outline-color:#5eead4cc}.required\:outline-teal-300\/90:required{outline-color:#5eead4e6}.required\:outline-teal-300\/95:required{outline-color:#5eead4f2}.required\:outline-teal-300\/100:required{outline-color:#5eead4}.required\:outline-teal-400\/0:required{outline-color:#2dd4bf00}.required\:outline-teal-400\/5:required{outline-color:#2dd4bf0d}.required\:outline-teal-400\/10:required{outline-color:#2dd4bf1a}.required\:outline-teal-400\/20:required{outline-color:#2dd4bf33}.required\:outline-teal-400\/25:required{outline-color:#2dd4bf40}.required\:outline-teal-400\/30:required{outline-color:#2dd4bf4d}.required\:outline-teal-400\/40:required{outline-color:#2dd4bf66}.required\:outline-teal-400\/50:required{outline-color:#2dd4bf80}.required\:outline-teal-400\/60:required{outline-color:#2dd4bf99}.required\:outline-teal-400\/70:required{outline-color:#2dd4bfb3}.required\:outline-teal-400\/75:required{outline-color:#2dd4bfbf}.required\:outline-teal-400\/80:required{outline-color:#2dd4bfcc}.required\:outline-teal-400\/90:required{outline-color:#2dd4bfe6}.required\:outline-teal-400\/95:required{outline-color:#2dd4bff2}.required\:outline-teal-400\/100:required{outline-color:#2dd4bf}.required\:outline-teal-500\/0:required{outline-color:#14b8a600}.required\:outline-teal-500\/5:required{outline-color:#14b8a60d}.required\:outline-teal-500\/10:required{outline-color:#14b8a61a}.required\:outline-teal-500\/20:required{outline-color:#14b8a633}.required\:outline-teal-500\/25:required{outline-color:#14b8a640}.required\:outline-teal-500\/30:required{outline-color:#14b8a64d}.required\:outline-teal-500\/40:required{outline-color:#14b8a666}.required\:outline-teal-500\/50:required{outline-color:#14b8a680}.required\:outline-teal-500\/60:required{outline-color:#14b8a699}.required\:outline-teal-500\/70:required{outline-color:#14b8a6b3}.required\:outline-teal-500\/75:required{outline-color:#14b8a6bf}.required\:outline-teal-500\/80:required{outline-color:#14b8a6cc}.required\:outline-teal-500\/90:required{outline-color:#14b8a6e6}.required\:outline-teal-500\/95:required{outline-color:#14b8a6f2}.required\:outline-teal-500\/100:required{outline-color:#14b8a6}.required\:outline-teal-600\/0:required{outline-color:#0d948800}.required\:outline-teal-600\/5:required{outline-color:#0d94880d}.required\:outline-teal-600\/10:required{outline-color:#0d94881a}.required\:outline-teal-600\/20:required{outline-color:#0d948833}.required\:outline-teal-600\/25:required{outline-color:#0d948840}.required\:outline-teal-600\/30:required{outline-color:#0d94884d}.required\:outline-teal-600\/40:required{outline-color:#0d948866}.required\:outline-teal-600\/50:required{outline-color:#0d948880}.required\:outline-teal-600\/60:required{outline-color:#0d948899}.required\:outline-teal-600\/70:required{outline-color:#0d9488b3}.required\:outline-teal-600\/75:required{outline-color:#0d9488bf}.required\:outline-teal-600\/80:required{outline-color:#0d9488cc}.required\:outline-teal-600\/90:required{outline-color:#0d9488e6}.required\:outline-teal-600\/95:required{outline-color:#0d9488f2}.required\:outline-teal-600\/100:required{outline-color:#0d9488}.required\:outline-teal-700\/0:required{outline-color:#0f766e00}.required\:outline-teal-700\/5:required{outline-color:#0f766e0d}.required\:outline-teal-700\/10:required{outline-color:#0f766e1a}.required\:outline-teal-700\/20:required{outline-color:#0f766e33}.required\:outline-teal-700\/25:required{outline-color:#0f766e40}.required\:outline-teal-700\/30:required{outline-color:#0f766e4d}.required\:outline-teal-700\/40:required{outline-color:#0f766e66}.required\:outline-teal-700\/50:required{outline-color:#0f766e80}.required\:outline-teal-700\/60:required{outline-color:#0f766e99}.required\:outline-teal-700\/70:required{outline-color:#0f766eb3}.required\:outline-teal-700\/75:required{outline-color:#0f766ebf}.required\:outline-teal-700\/80:required{outline-color:#0f766ecc}.required\:outline-teal-700\/90:required{outline-color:#0f766ee6}.required\:outline-teal-700\/95:required{outline-color:#0f766ef2}.required\:outline-teal-700\/100:required{outline-color:#0f766e}.required\:outline-teal-800\/0:required{outline-color:#115e5900}.required\:outline-teal-800\/5:required{outline-color:#115e590d}.required\:outline-teal-800\/10:required{outline-color:#115e591a}.required\:outline-teal-800\/20:required{outline-color:#115e5933}.required\:outline-teal-800\/25:required{outline-color:#115e5940}.required\:outline-teal-800\/30:required{outline-color:#115e594d}.required\:outline-teal-800\/40:required{outline-color:#115e5966}.required\:outline-teal-800\/50:required{outline-color:#115e5980}.required\:outline-teal-800\/60:required{outline-color:#115e5999}.required\:outline-teal-800\/70:required{outline-color:#115e59b3}.required\:outline-teal-800\/75:required{outline-color:#115e59bf}.required\:outline-teal-800\/80:required{outline-color:#115e59cc}.required\:outline-teal-800\/90:required{outline-color:#115e59e6}.required\:outline-teal-800\/95:required{outline-color:#115e59f2}.required\:outline-teal-800\/100:required{outline-color:#115e59}.required\:outline-teal-900\/0:required{outline-color:#134e4a00}.required\:outline-teal-900\/5:required{outline-color:#134e4a0d}.required\:outline-teal-900\/10:required{outline-color:#134e4a1a}.required\:outline-teal-900\/20:required{outline-color:#134e4a33}.required\:outline-teal-900\/25:required{outline-color:#134e4a40}.required\:outline-teal-900\/30:required{outline-color:#134e4a4d}.required\:outline-teal-900\/40:required{outline-color:#134e4a66}.required\:outline-teal-900\/50:required{outline-color:#134e4a80}.required\:outline-teal-900\/60:required{outline-color:#134e4a99}.required\:outline-teal-900\/70:required{outline-color:#134e4ab3}.required\:outline-teal-900\/75:required{outline-color:#134e4abf}.required\:outline-teal-900\/80:required{outline-color:#134e4acc}.required\:outline-teal-900\/90:required{outline-color:#134e4ae6}.required\:outline-teal-900\/95:required{outline-color:#134e4af2}.required\:outline-teal-900\/100:required{outline-color:#134e4a}.required\:outline-sky-50\/0:required{outline-color:#f0f9ff00}.required\:outline-sky-50\/5:required{outline-color:#f0f9ff0d}.required\:outline-sky-50\/10:required{outline-color:#f0f9ff1a}.required\:outline-sky-50\/20:required{outline-color:#f0f9ff33}.required\:outline-sky-50\/25:required{outline-color:#f0f9ff40}.required\:outline-sky-50\/30:required{outline-color:#f0f9ff4d}.required\:outline-sky-50\/40:required{outline-color:#f0f9ff66}.required\:outline-sky-50\/50:required{outline-color:#f0f9ff80}.required\:outline-sky-50\/60:required{outline-color:#f0f9ff99}.required\:outline-sky-50\/70:required{outline-color:#f0f9ffb3}.required\:outline-sky-50\/75:required{outline-color:#f0f9ffbf}.required\:outline-sky-50\/80:required{outline-color:#f0f9ffcc}.required\:outline-sky-50\/90:required{outline-color:#f0f9ffe6}.required\:outline-sky-50\/95:required{outline-color:#f0f9fff2}.required\:outline-sky-50\/100:required{outline-color:#f0f9ff}.required\:outline-sky-100\/0:required{outline-color:#e0f2fe00}.required\:outline-sky-100\/5:required{outline-color:#e0f2fe0d}.required\:outline-sky-100\/10:required{outline-color:#e0f2fe1a}.required\:outline-sky-100\/20:required{outline-color:#e0f2fe33}.required\:outline-sky-100\/25:required{outline-color:#e0f2fe40}.required\:outline-sky-100\/30:required{outline-color:#e0f2fe4d}.required\:outline-sky-100\/40:required{outline-color:#e0f2fe66}.required\:outline-sky-100\/50:required{outline-color:#e0f2fe80}.required\:outline-sky-100\/60:required{outline-color:#e0f2fe99}.required\:outline-sky-100\/70:required{outline-color:#e0f2feb3}.required\:outline-sky-100\/75:required{outline-color:#e0f2febf}.required\:outline-sky-100\/80:required{outline-color:#e0f2fecc}.required\:outline-sky-100\/90:required{outline-color:#e0f2fee6}.required\:outline-sky-100\/95:required{outline-color:#e0f2fef2}.required\:outline-sky-100\/100:required{outline-color:#e0f2fe}.required\:outline-sky-200\/0:required{outline-color:#bae6fd00}.required\:outline-sky-200\/5:required{outline-color:#bae6fd0d}.required\:outline-sky-200\/10:required{outline-color:#bae6fd1a}.required\:outline-sky-200\/20:required{outline-color:#bae6fd33}.required\:outline-sky-200\/25:required{outline-color:#bae6fd40}.required\:outline-sky-200\/30:required{outline-color:#bae6fd4d}.required\:outline-sky-200\/40:required{outline-color:#bae6fd66}.required\:outline-sky-200\/50:required{outline-color:#bae6fd80}.required\:outline-sky-200\/60:required{outline-color:#bae6fd99}.required\:outline-sky-200\/70:required{outline-color:#bae6fdb3}.required\:outline-sky-200\/75:required{outline-color:#bae6fdbf}.required\:outline-sky-200\/80:required{outline-color:#bae6fdcc}.required\:outline-sky-200\/90:required{outline-color:#bae6fde6}.required\:outline-sky-200\/95:required{outline-color:#bae6fdf2}.required\:outline-sky-200\/100:required{outline-color:#bae6fd}.required\:outline-sky-300\/0:required{outline-color:#7dd3fc00}.required\:outline-sky-300\/5:required{outline-color:#7dd3fc0d}.required\:outline-sky-300\/10:required{outline-color:#7dd3fc1a}.required\:outline-sky-300\/20:required{outline-color:#7dd3fc33}.required\:outline-sky-300\/25:required{outline-color:#7dd3fc40}.required\:outline-sky-300\/30:required{outline-color:#7dd3fc4d}.required\:outline-sky-300\/40:required{outline-color:#7dd3fc66}.required\:outline-sky-300\/50:required{outline-color:#7dd3fc80}.required\:outline-sky-300\/60:required{outline-color:#7dd3fc99}.required\:outline-sky-300\/70:required{outline-color:#7dd3fcb3}.required\:outline-sky-300\/75:required{outline-color:#7dd3fcbf}.required\:outline-sky-300\/80:required{outline-color:#7dd3fccc}.required\:outline-sky-300\/90:required{outline-color:#7dd3fce6}.required\:outline-sky-300\/95:required{outline-color:#7dd3fcf2}.required\:outline-sky-300\/100:required{outline-color:#7dd3fc}.required\:outline-sky-400\/0:required{outline-color:#38bdf800}.required\:outline-sky-400\/5:required{outline-color:#38bdf80d}.required\:outline-sky-400\/10:required{outline-color:#38bdf81a}.required\:outline-sky-400\/20:required{outline-color:#38bdf833}.required\:outline-sky-400\/25:required{outline-color:#38bdf840}.required\:outline-sky-400\/30:required{outline-color:#38bdf84d}.required\:outline-sky-400\/40:required{outline-color:#38bdf866}.required\:outline-sky-400\/50:required{outline-color:#38bdf880}.required\:outline-sky-400\/60:required{outline-color:#38bdf899}.required\:outline-sky-400\/70:required{outline-color:#38bdf8b3}.required\:outline-sky-400\/75:required{outline-color:#38bdf8bf}.required\:outline-sky-400\/80:required{outline-color:#38bdf8cc}.required\:outline-sky-400\/90:required{outline-color:#38bdf8e6}.required\:outline-sky-400\/95:required{outline-color:#38bdf8f2}.required\:outline-sky-400\/100:required{outline-color:#38bdf8}.required\:outline-sky-500\/0:required{outline-color:#0ea5e900}.required\:outline-sky-500\/5:required{outline-color:#0ea5e90d}.required\:outline-sky-500\/10:required{outline-color:#0ea5e91a}.required\:outline-sky-500\/20:required{outline-color:#0ea5e933}.required\:outline-sky-500\/25:required{outline-color:#0ea5e940}.required\:outline-sky-500\/30:required{outline-color:#0ea5e94d}.required\:outline-sky-500\/40:required{outline-color:#0ea5e966}.required\:outline-sky-500\/50:required{outline-color:#0ea5e980}.required\:outline-sky-500\/60:required{outline-color:#0ea5e999}.required\:outline-sky-500\/70:required{outline-color:#0ea5e9b3}.required\:outline-sky-500\/75:required{outline-color:#0ea5e9bf}.required\:outline-sky-500\/80:required{outline-color:#0ea5e9cc}.required\:outline-sky-500\/90:required{outline-color:#0ea5e9e6}.required\:outline-sky-500\/95:required{outline-color:#0ea5e9f2}.required\:outline-sky-500\/100:required{outline-color:#0ea5e9}.required\:outline-sky-600\/0:required{outline-color:#0284c700}.required\:outline-sky-600\/5:required{outline-color:#0284c70d}.required\:outline-sky-600\/10:required{outline-color:#0284c71a}.required\:outline-sky-600\/20:required{outline-color:#0284c733}.required\:outline-sky-600\/25:required{outline-color:#0284c740}.required\:outline-sky-600\/30:required{outline-color:#0284c74d}.required\:outline-sky-600\/40:required{outline-color:#0284c766}.required\:outline-sky-600\/50:required{outline-color:#0284c780}.required\:outline-sky-600\/60:required{outline-color:#0284c799}.required\:outline-sky-600\/70:required{outline-color:#0284c7b3}.required\:outline-sky-600\/75:required{outline-color:#0284c7bf}.required\:outline-sky-600\/80:required{outline-color:#0284c7cc}.required\:outline-sky-600\/90:required{outline-color:#0284c7e6}.required\:outline-sky-600\/95:required{outline-color:#0284c7f2}.required\:outline-sky-600\/100:required{outline-color:#0284c7}.required\:outline-sky-700\/0:required{outline-color:#0369a100}.required\:outline-sky-700\/5:required{outline-color:#0369a10d}.required\:outline-sky-700\/10:required{outline-color:#0369a11a}.required\:outline-sky-700\/20:required{outline-color:#0369a133}.required\:outline-sky-700\/25:required{outline-color:#0369a140}.required\:outline-sky-700\/30:required{outline-color:#0369a14d}.required\:outline-sky-700\/40:required{outline-color:#0369a166}.required\:outline-sky-700\/50:required{outline-color:#0369a180}.required\:outline-sky-700\/60:required{outline-color:#0369a199}.required\:outline-sky-700\/70:required{outline-color:#0369a1b3}.required\:outline-sky-700\/75:required{outline-color:#0369a1bf}.required\:outline-sky-700\/80:required{outline-color:#0369a1cc}.required\:outline-sky-700\/90:required{outline-color:#0369a1e6}.required\:outline-sky-700\/95:required{outline-color:#0369a1f2}.required\:outline-sky-700\/100:required{outline-color:#0369a1}.required\:outline-sky-800\/0:required{outline-color:#07598500}.required\:outline-sky-800\/5:required{outline-color:#0759850d}.required\:outline-sky-800\/10:required{outline-color:#0759851a}.required\:outline-sky-800\/20:required{outline-color:#07598533}.required\:outline-sky-800\/25:required{outline-color:#07598540}.required\:outline-sky-800\/30:required{outline-color:#0759854d}.required\:outline-sky-800\/40:required{outline-color:#07598566}.required\:outline-sky-800\/50:required{outline-color:#07598580}.required\:outline-sky-800\/60:required{outline-color:#07598599}.required\:outline-sky-800\/70:required{outline-color:#075985b3}.required\:outline-sky-800\/75:required{outline-color:#075985bf}.required\:outline-sky-800\/80:required{outline-color:#075985cc}.required\:outline-sky-800\/90:required{outline-color:#075985e6}.required\:outline-sky-800\/95:required{outline-color:#075985f2}.required\:outline-sky-800\/100:required{outline-color:#075985}.required\:outline-sky-900\/0:required{outline-color:#0c4a6e00}.required\:outline-sky-900\/5:required{outline-color:#0c4a6e0d}.required\:outline-sky-900\/10:required{outline-color:#0c4a6e1a}.required\:outline-sky-900\/20:required{outline-color:#0c4a6e33}.required\:outline-sky-900\/25:required{outline-color:#0c4a6e40}.required\:outline-sky-900\/30:required{outline-color:#0c4a6e4d}.required\:outline-sky-900\/40:required{outline-color:#0c4a6e66}.required\:outline-sky-900\/50:required{outline-color:#0c4a6e80}.required\:outline-sky-900\/60:required{outline-color:#0c4a6e99}.required\:outline-sky-900\/70:required{outline-color:#0c4a6eb3}.required\:outline-sky-900\/75:required{outline-color:#0c4a6ebf}.required\:outline-sky-900\/80:required{outline-color:#0c4a6ecc}.required\:outline-sky-900\/90:required{outline-color:#0c4a6ee6}.required\:outline-sky-900\/95:required{outline-color:#0c4a6ef2}.required\:outline-sky-900\/100:required{outline-color:#0c4a6e}.required\:outline-blue-50\/0:required{outline-color:#eff6ff00}.required\:outline-blue-50\/5:required{outline-color:#eff6ff0d}.required\:outline-blue-50\/10:required{outline-color:#eff6ff1a}.required\:outline-blue-50\/20:required{outline-color:#eff6ff33}.required\:outline-blue-50\/25:required{outline-color:#eff6ff40}.required\:outline-blue-50\/30:required{outline-color:#eff6ff4d}.required\:outline-blue-50\/40:required{outline-color:#eff6ff66}.required\:outline-blue-50\/50:required{outline-color:#eff6ff80}.required\:outline-blue-50\/60:required{outline-color:#eff6ff99}.required\:outline-blue-50\/70:required{outline-color:#eff6ffb3}.required\:outline-blue-50\/75:required{outline-color:#eff6ffbf}.required\:outline-blue-50\/80:required{outline-color:#eff6ffcc}.required\:outline-blue-50\/90:required{outline-color:#eff6ffe6}.required\:outline-blue-50\/95:required{outline-color:#eff6fff2}.required\:outline-blue-50\/100:required{outline-color:#eff6ff}.required\:outline-blue-100\/0:required{outline-color:#f2f3fd00}.required\:outline-blue-100\/5:required{outline-color:#f2f3fd0d}.required\:outline-blue-100\/10:required{outline-color:#f2f3fd1a}.required\:outline-blue-100\/20:required{outline-color:#f2f3fd33}.required\:outline-blue-100\/25:required{outline-color:#f2f3fd40}.required\:outline-blue-100\/30:required{outline-color:#f2f3fd4d}.required\:outline-blue-100\/40:required{outline-color:#f2f3fd66}.required\:outline-blue-100\/50:required{outline-color:#f2f3fd80}.required\:outline-blue-100\/60:required{outline-color:#f2f3fd99}.required\:outline-blue-100\/70:required{outline-color:#f2f3fdb3}.required\:outline-blue-100\/75:required{outline-color:#f2f3fdbf}.required\:outline-blue-100\/80:required{outline-color:#f2f3fdcc}.required\:outline-blue-100\/90:required{outline-color:#f2f3fde6}.required\:outline-blue-100\/95:required{outline-color:#f2f3fdf2}.required\:outline-blue-100\/100:required{outline-color:#f2f3fd}.required\:outline-blue-200\/0:required{outline-color:#e4e8fb00}.required\:outline-blue-200\/5:required{outline-color:#e4e8fb0d}.required\:outline-blue-200\/10:required{outline-color:#e4e8fb1a}.required\:outline-blue-200\/20:required{outline-color:#e4e8fb33}.required\:outline-blue-200\/25:required{outline-color:#e4e8fb40}.required\:outline-blue-200\/30:required{outline-color:#e4e8fb4d}.required\:outline-blue-200\/40:required{outline-color:#e4e8fb66}.required\:outline-blue-200\/50:required{outline-color:#e4e8fb80}.required\:outline-blue-200\/60:required{outline-color:#e4e8fb99}.required\:outline-blue-200\/70:required{outline-color:#e4e8fbb3}.required\:outline-blue-200\/75:required{outline-color:#e4e8fbbf}.required\:outline-blue-200\/80:required{outline-color:#e4e8fbcc}.required\:outline-blue-200\/90:required{outline-color:#e4e8fbe6}.required\:outline-blue-200\/95:required{outline-color:#e4e8fbf2}.required\:outline-blue-200\/100:required{outline-color:#e4e8fb}.required\:outline-blue-300\/0:required{outline-color:#c6cff700}.required\:outline-blue-300\/5:required{outline-color:#c6cff70d}.required\:outline-blue-300\/10:required{outline-color:#c6cff71a}.required\:outline-blue-300\/20:required{outline-color:#c6cff733}.required\:outline-blue-300\/25:required{outline-color:#c6cff740}.required\:outline-blue-300\/30:required{outline-color:#c6cff74d}.required\:outline-blue-300\/40:required{outline-color:#c6cff766}.required\:outline-blue-300\/50:required{outline-color:#c6cff780}.required\:outline-blue-300\/60:required{outline-color:#c6cff799}.required\:outline-blue-300\/70:required{outline-color:#c6cff7b3}.required\:outline-blue-300\/75:required{outline-color:#c6cff7bf}.required\:outline-blue-300\/80:required{outline-color:#c6cff7cc}.required\:outline-blue-300\/90:required{outline-color:#c6cff7e6}.required\:outline-blue-300\/95:required{outline-color:#c6cff7f2}.required\:outline-blue-300\/100:required{outline-color:#c6cff7}.required\:outline-blue-400\/0:required{outline-color:#a3b2f300}.required\:outline-blue-400\/5:required{outline-color:#a3b2f30d}.required\:outline-blue-400\/10:required{outline-color:#a3b2f31a}.required\:outline-blue-400\/20:required{outline-color:#a3b2f333}.required\:outline-blue-400\/25:required{outline-color:#a3b2f340}.required\:outline-blue-400\/30:required{outline-color:#a3b2f34d}.required\:outline-blue-400\/40:required{outline-color:#a3b2f366}.required\:outline-blue-400\/50:required{outline-color:#a3b2f380}.required\:outline-blue-400\/60:required{outline-color:#a3b2f399}.required\:outline-blue-400\/70:required{outline-color:#a3b2f3b3}.required\:outline-blue-400\/75:required{outline-color:#a3b2f3bf}.required\:outline-blue-400\/80:required{outline-color:#a3b2f3cc}.required\:outline-blue-400\/90:required{outline-color:#a3b2f3e6}.required\:outline-blue-400\/95:required{outline-color:#a3b2f3f2}.required\:outline-blue-400\/100:required{outline-color:#a3b2f3}.required\:outline-blue-500\/0:required{outline-color:#7690ef00}.required\:outline-blue-500\/5:required{outline-color:#7690ef0d}.required\:outline-blue-500\/10:required{outline-color:#7690ef1a}.required\:outline-blue-500\/20:required{outline-color:#7690ef33}.required\:outline-blue-500\/25:required{outline-color:#7690ef40}.required\:outline-blue-500\/30:required{outline-color:#7690ef4d}.required\:outline-blue-500\/40:required{outline-color:#7690ef66}.required\:outline-blue-500\/50:required{outline-color:#7690ef80}.required\:outline-blue-500\/60:required{outline-color:#7690ef99}.required\:outline-blue-500\/70:required{outline-color:#7690efb3}.required\:outline-blue-500\/75:required{outline-color:#7690efbf}.required\:outline-blue-500\/80:required{outline-color:#7690efcc}.required\:outline-blue-500\/90:required{outline-color:#7690efe6}.required\:outline-blue-500\/95:required{outline-color:#7690eff2}.required\:outline-blue-500\/100:required{outline-color:#7690ef}.required\:outline-blue-600\/0:required{outline-color:#2563eb00}.required\:outline-blue-600\/5:required{outline-color:#2563eb0d}.required\:outline-blue-600\/10:required{outline-color:#2563eb1a}.required\:outline-blue-600\/20:required{outline-color:#2563eb33}.required\:outline-blue-600\/25:required{outline-color:#2563eb40}.required\:outline-blue-600\/30:required{outline-color:#2563eb4d}.required\:outline-blue-600\/40:required{outline-color:#2563eb66}.required\:outline-blue-600\/50:required{outline-color:#2563eb80}.required\:outline-blue-600\/60:required{outline-color:#2563eb99}.required\:outline-blue-600\/70:required{outline-color:#2563ebb3}.required\:outline-blue-600\/75:required{outline-color:#2563ebbf}.required\:outline-blue-600\/80:required{outline-color:#2563ebcc}.required\:outline-blue-600\/90:required{outline-color:#2563ebe6}.required\:outline-blue-600\/95:required{outline-color:#2563ebf2}.required\:outline-blue-600\/100:required{outline-color:#2563eb}.required\:outline-blue-700\/0:required{outline-color:#2158d200}.required\:outline-blue-700\/5:required{outline-color:#2158d20d}.required\:outline-blue-700\/10:required{outline-color:#2158d21a}.required\:outline-blue-700\/20:required{outline-color:#2158d233}.required\:outline-blue-700\/25:required{outline-color:#2158d240}.required\:outline-blue-700\/30:required{outline-color:#2158d24d}.required\:outline-blue-700\/40:required{outline-color:#2158d266}.required\:outline-blue-700\/50:required{outline-color:#2158d280}.required\:outline-blue-700\/60:required{outline-color:#2158d299}.required\:outline-blue-700\/70:required{outline-color:#2158d2b3}.required\:outline-blue-700\/75:required{outline-color:#2158d2bf}.required\:outline-blue-700\/80:required{outline-color:#2158d2cc}.required\:outline-blue-700\/90:required{outline-color:#2158d2e6}.required\:outline-blue-700\/95:required{outline-color:#2158d2f2}.required\:outline-blue-700\/100:required{outline-color:#2158d2}.required\:outline-blue-800\/0:required{outline-color:#1c4cb600}.required\:outline-blue-800\/5:required{outline-color:#1c4cb60d}.required\:outline-blue-800\/10:required{outline-color:#1c4cb61a}.required\:outline-blue-800\/20:required{outline-color:#1c4cb633}.required\:outline-blue-800\/25:required{outline-color:#1c4cb640}.required\:outline-blue-800\/30:required{outline-color:#1c4cb64d}.required\:outline-blue-800\/40:required{outline-color:#1c4cb666}.required\:outline-blue-800\/50:required{outline-color:#1c4cb680}.required\:outline-blue-800\/60:required{outline-color:#1c4cb699}.required\:outline-blue-800\/70:required{outline-color:#1c4cb6b3}.required\:outline-blue-800\/75:required{outline-color:#1c4cb6bf}.required\:outline-blue-800\/80:required{outline-color:#1c4cb6cc}.required\:outline-blue-800\/90:required{outline-color:#1c4cb6e6}.required\:outline-blue-800\/95:required{outline-color:#1c4cb6f2}.required\:outline-blue-800\/100:required{outline-color:#1c4cb6}.required\:outline-blue-900\/0:required{outline-color:#173e9400}.required\:outline-blue-900\/5:required{outline-color:#173e940d}.required\:outline-blue-900\/10:required{outline-color:#173e941a}.required\:outline-blue-900\/20:required{outline-color:#173e9433}.required\:outline-blue-900\/25:required{outline-color:#173e9440}.required\:outline-blue-900\/30:required{outline-color:#173e944d}.required\:outline-blue-900\/40:required{outline-color:#173e9466}.required\:outline-blue-900\/50:required{outline-color:#173e9480}.required\:outline-blue-900\/60:required{outline-color:#173e9499}.required\:outline-blue-900\/70:required{outline-color:#173e94b3}.required\:outline-blue-900\/75:required{outline-color:#173e94bf}.required\:outline-blue-900\/80:required{outline-color:#173e94cc}.required\:outline-blue-900\/90:required{outline-color:#173e94e6}.required\:outline-blue-900\/95:required{outline-color:#173e94f2}.required\:outline-blue-900\/100:required{outline-color:#173e94}.required\:outline-indigo-50\/0:required{outline-color:#eef2ff00}.required\:outline-indigo-50\/5:required{outline-color:#eef2ff0d}.required\:outline-indigo-50\/10:required{outline-color:#eef2ff1a}.required\:outline-indigo-50\/20:required{outline-color:#eef2ff33}.required\:outline-indigo-50\/25:required{outline-color:#eef2ff40}.required\:outline-indigo-50\/30:required{outline-color:#eef2ff4d}.required\:outline-indigo-50\/40:required{outline-color:#eef2ff66}.required\:outline-indigo-50\/50:required{outline-color:#eef2ff80}.required\:outline-indigo-50\/60:required{outline-color:#eef2ff99}.required\:outline-indigo-50\/70:required{outline-color:#eef2ffb3}.required\:outline-indigo-50\/75:required{outline-color:#eef2ffbf}.required\:outline-indigo-50\/80:required{outline-color:#eef2ffcc}.required\:outline-indigo-50\/90:required{outline-color:#eef2ffe6}.required\:outline-indigo-50\/95:required{outline-color:#eef2fff2}.required\:outline-indigo-50\/100:required{outline-color:#eef2ff}.required\:outline-indigo-100\/0:required{outline-color:#e0e7ff00}.required\:outline-indigo-100\/5:required{outline-color:#e0e7ff0d}.required\:outline-indigo-100\/10:required{outline-color:#e0e7ff1a}.required\:outline-indigo-100\/20:required{outline-color:#e0e7ff33}.required\:outline-indigo-100\/25:required{outline-color:#e0e7ff40}.required\:outline-indigo-100\/30:required{outline-color:#e0e7ff4d}.required\:outline-indigo-100\/40:required{outline-color:#e0e7ff66}.required\:outline-indigo-100\/50:required{outline-color:#e0e7ff80}.required\:outline-indigo-100\/60:required{outline-color:#e0e7ff99}.required\:outline-indigo-100\/70:required{outline-color:#e0e7ffb3}.required\:outline-indigo-100\/75:required{outline-color:#e0e7ffbf}.required\:outline-indigo-100\/80:required{outline-color:#e0e7ffcc}.required\:outline-indigo-100\/90:required{outline-color:#e0e7ffe6}.required\:outline-indigo-100\/95:required{outline-color:#e0e7fff2}.required\:outline-indigo-100\/100:required{outline-color:#e0e7ff}.required\:outline-indigo-200\/0:required{outline-color:#c7d2fe00}.required\:outline-indigo-200\/5:required{outline-color:#c7d2fe0d}.required\:outline-indigo-200\/10:required{outline-color:#c7d2fe1a}.required\:outline-indigo-200\/20:required{outline-color:#c7d2fe33}.required\:outline-indigo-200\/25:required{outline-color:#c7d2fe40}.required\:outline-indigo-200\/30:required{outline-color:#c7d2fe4d}.required\:outline-indigo-200\/40:required{outline-color:#c7d2fe66}.required\:outline-indigo-200\/50:required{outline-color:#c7d2fe80}.required\:outline-indigo-200\/60:required{outline-color:#c7d2fe99}.required\:outline-indigo-200\/70:required{outline-color:#c7d2feb3}.required\:outline-indigo-200\/75:required{outline-color:#c7d2febf}.required\:outline-indigo-200\/80:required{outline-color:#c7d2fecc}.required\:outline-indigo-200\/90:required{outline-color:#c7d2fee6}.required\:outline-indigo-200\/95:required{outline-color:#c7d2fef2}.required\:outline-indigo-200\/100:required{outline-color:#c7d2fe}.required\:outline-indigo-300\/0:required{outline-color:#a5b4fc00}.required\:outline-indigo-300\/5:required{outline-color:#a5b4fc0d}.required\:outline-indigo-300\/10:required{outline-color:#a5b4fc1a}.required\:outline-indigo-300\/20:required{outline-color:#a5b4fc33}.required\:outline-indigo-300\/25:required{outline-color:#a5b4fc40}.required\:outline-indigo-300\/30:required{outline-color:#a5b4fc4d}.required\:outline-indigo-300\/40:required{outline-color:#a5b4fc66}.required\:outline-indigo-300\/50:required{outline-color:#a5b4fc80}.required\:outline-indigo-300\/60:required{outline-color:#a5b4fc99}.required\:outline-indigo-300\/70:required{outline-color:#a5b4fcb3}.required\:outline-indigo-300\/75:required{outline-color:#a5b4fcbf}.required\:outline-indigo-300\/80:required{outline-color:#a5b4fccc}.required\:outline-indigo-300\/90:required{outline-color:#a5b4fce6}.required\:outline-indigo-300\/95:required{outline-color:#a5b4fcf2}.required\:outline-indigo-300\/100:required{outline-color:#a5b4fc}.required\:outline-indigo-400\/0:required{outline-color:#818cf800}.required\:outline-indigo-400\/5:required{outline-color:#818cf80d}.required\:outline-indigo-400\/10:required{outline-color:#818cf81a}.required\:outline-indigo-400\/20:required{outline-color:#818cf833}.required\:outline-indigo-400\/25:required{outline-color:#818cf840}.required\:outline-indigo-400\/30:required{outline-color:#818cf84d}.required\:outline-indigo-400\/40:required{outline-color:#818cf866}.required\:outline-indigo-400\/50:required{outline-color:#818cf880}.required\:outline-indigo-400\/60:required{outline-color:#818cf899}.required\:outline-indigo-400\/70:required{outline-color:#818cf8b3}.required\:outline-indigo-400\/75:required{outline-color:#818cf8bf}.required\:outline-indigo-400\/80:required{outline-color:#818cf8cc}.required\:outline-indigo-400\/90:required{outline-color:#818cf8e6}.required\:outline-indigo-400\/95:required{outline-color:#818cf8f2}.required\:outline-indigo-400\/100:required{outline-color:#818cf8}.required\:outline-indigo-500\/0:required{outline-color:#6366f100}.required\:outline-indigo-500\/5:required{outline-color:#6366f10d}.required\:outline-indigo-500\/10:required{outline-color:#6366f11a}.required\:outline-indigo-500\/20:required{outline-color:#6366f133}.required\:outline-indigo-500\/25:required{outline-color:#6366f140}.required\:outline-indigo-500\/30:required{outline-color:#6366f14d}.required\:outline-indigo-500\/40:required{outline-color:#6366f166}.required\:outline-indigo-500\/50:required{outline-color:#6366f180}.required\:outline-indigo-500\/60:required{outline-color:#6366f199}.required\:outline-indigo-500\/70:required{outline-color:#6366f1b3}.required\:outline-indigo-500\/75:required{outline-color:#6366f1bf}.required\:outline-indigo-500\/80:required{outline-color:#6366f1cc}.required\:outline-indigo-500\/90:required{outline-color:#6366f1e6}.required\:outline-indigo-500\/95:required{outline-color:#6366f1f2}.required\:outline-indigo-500\/100:required{outline-color:#6366f1}.required\:outline-indigo-600\/0:required{outline-color:#4f46e500}.required\:outline-indigo-600\/5:required{outline-color:#4f46e50d}.required\:outline-indigo-600\/10:required{outline-color:#4f46e51a}.required\:outline-indigo-600\/20:required{outline-color:#4f46e533}.required\:outline-indigo-600\/25:required{outline-color:#4f46e540}.required\:outline-indigo-600\/30:required{outline-color:#4f46e54d}.required\:outline-indigo-600\/40:required{outline-color:#4f46e566}.required\:outline-indigo-600\/50:required{outline-color:#4f46e580}.required\:outline-indigo-600\/60:required{outline-color:#4f46e599}.required\:outline-indigo-600\/70:required{outline-color:#4f46e5b3}.required\:outline-indigo-600\/75:required{outline-color:#4f46e5bf}.required\:outline-indigo-600\/80:required{outline-color:#4f46e5cc}.required\:outline-indigo-600\/90:required{outline-color:#4f46e5e6}.required\:outline-indigo-600\/95:required{outline-color:#4f46e5f2}.required\:outline-indigo-600\/100:required{outline-color:#4f46e5}.required\:outline-indigo-700\/0:required{outline-color:#4338ca00}.required\:outline-indigo-700\/5:required{outline-color:#4338ca0d}.required\:outline-indigo-700\/10:required{outline-color:#4338ca1a}.required\:outline-indigo-700\/20:required{outline-color:#4338ca33}.required\:outline-indigo-700\/25:required{outline-color:#4338ca40}.required\:outline-indigo-700\/30:required{outline-color:#4338ca4d}.required\:outline-indigo-700\/40:required{outline-color:#4338ca66}.required\:outline-indigo-700\/50:required{outline-color:#4338ca80}.required\:outline-indigo-700\/60:required{outline-color:#4338ca99}.required\:outline-indigo-700\/70:required{outline-color:#4338cab3}.required\:outline-indigo-700\/75:required{outline-color:#4338cabf}.required\:outline-indigo-700\/80:required{outline-color:#4338cacc}.required\:outline-indigo-700\/90:required{outline-color:#4338cae6}.required\:outline-indigo-700\/95:required{outline-color:#4338caf2}.required\:outline-indigo-700\/100:required{outline-color:#4338ca}.required\:outline-indigo-800\/0:required{outline-color:#3730a300}.required\:outline-indigo-800\/5:required{outline-color:#3730a30d}.required\:outline-indigo-800\/10:required{outline-color:#3730a31a}.required\:outline-indigo-800\/20:required{outline-color:#3730a333}.required\:outline-indigo-800\/25:required{outline-color:#3730a340}.required\:outline-indigo-800\/30:required{outline-color:#3730a34d}.required\:outline-indigo-800\/40:required{outline-color:#3730a366}.required\:outline-indigo-800\/50:required{outline-color:#3730a380}.required\:outline-indigo-800\/60:required{outline-color:#3730a399}.required\:outline-indigo-800\/70:required{outline-color:#3730a3b3}.required\:outline-indigo-800\/75:required{outline-color:#3730a3bf}.required\:outline-indigo-800\/80:required{outline-color:#3730a3cc}.required\:outline-indigo-800\/90:required{outline-color:#3730a3e6}.required\:outline-indigo-800\/95:required{outline-color:#3730a3f2}.required\:outline-indigo-800\/100:required{outline-color:#3730a3}.required\:outline-indigo-900\/0:required{outline-color:#312e8100}.required\:outline-indigo-900\/5:required{outline-color:#312e810d}.required\:outline-indigo-900\/10:required{outline-color:#312e811a}.required\:outline-indigo-900\/20:required{outline-color:#312e8133}.required\:outline-indigo-900\/25:required{outline-color:#312e8140}.required\:outline-indigo-900\/30:required{outline-color:#312e814d}.required\:outline-indigo-900\/40:required{outline-color:#312e8166}.required\:outline-indigo-900\/50:required{outline-color:#312e8180}.required\:outline-indigo-900\/60:required{outline-color:#312e8199}.required\:outline-indigo-900\/70:required{outline-color:#312e81b3}.required\:outline-indigo-900\/75:required{outline-color:#312e81bf}.required\:outline-indigo-900\/80:required{outline-color:#312e81cc}.required\:outline-indigo-900\/90:required{outline-color:#312e81e6}.required\:outline-indigo-900\/95:required{outline-color:#312e81f2}.required\:outline-indigo-900\/100:required{outline-color:#312e81}.required\:outline-violet-50\/0:required{outline-color:#f5f3ff00}.required\:outline-violet-50\/5:required{outline-color:#f5f3ff0d}.required\:outline-violet-50\/10:required{outline-color:#f5f3ff1a}.required\:outline-violet-50\/20:required{outline-color:#f5f3ff33}.required\:outline-violet-50\/25:required{outline-color:#f5f3ff40}.required\:outline-violet-50\/30:required{outline-color:#f5f3ff4d}.required\:outline-violet-50\/40:required{outline-color:#f5f3ff66}.required\:outline-violet-50\/50:required{outline-color:#f5f3ff80}.required\:outline-violet-50\/60:required{outline-color:#f5f3ff99}.required\:outline-violet-50\/70:required{outline-color:#f5f3ffb3}.required\:outline-violet-50\/75:required{outline-color:#f5f3ffbf}.required\:outline-violet-50\/80:required{outline-color:#f5f3ffcc}.required\:outline-violet-50\/90:required{outline-color:#f5f3ffe6}.required\:outline-violet-50\/95:required{outline-color:#f5f3fff2}.required\:outline-violet-50\/100:required{outline-color:#f5f3ff}.required\:outline-violet-100\/0:required{outline-color:#ede9fe00}.required\:outline-violet-100\/5:required{outline-color:#ede9fe0d}.required\:outline-violet-100\/10:required{outline-color:#ede9fe1a}.required\:outline-violet-100\/20:required{outline-color:#ede9fe33}.required\:outline-violet-100\/25:required{outline-color:#ede9fe40}.required\:outline-violet-100\/30:required{outline-color:#ede9fe4d}.required\:outline-violet-100\/40:required{outline-color:#ede9fe66}.required\:outline-violet-100\/50:required{outline-color:#ede9fe80}.required\:outline-violet-100\/60:required{outline-color:#ede9fe99}.required\:outline-violet-100\/70:required{outline-color:#ede9feb3}.required\:outline-violet-100\/75:required{outline-color:#ede9febf}.required\:outline-violet-100\/80:required{outline-color:#ede9fecc}.required\:outline-violet-100\/90:required{outline-color:#ede9fee6}.required\:outline-violet-100\/95:required{outline-color:#ede9fef2}.required\:outline-violet-100\/100:required{outline-color:#ede9fe}.required\:outline-violet-200\/0:required{outline-color:#ddd6fe00}.required\:outline-violet-200\/5:required{outline-color:#ddd6fe0d}.required\:outline-violet-200\/10:required{outline-color:#ddd6fe1a}.required\:outline-violet-200\/20:required{outline-color:#ddd6fe33}.required\:outline-violet-200\/25:required{outline-color:#ddd6fe40}.required\:outline-violet-200\/30:required{outline-color:#ddd6fe4d}.required\:outline-violet-200\/40:required{outline-color:#ddd6fe66}.required\:outline-violet-200\/50:required{outline-color:#ddd6fe80}.required\:outline-violet-200\/60:required{outline-color:#ddd6fe99}.required\:outline-violet-200\/70:required{outline-color:#ddd6feb3}.required\:outline-violet-200\/75:required{outline-color:#ddd6febf}.required\:outline-violet-200\/80:required{outline-color:#ddd6fecc}.required\:outline-violet-200\/90:required{outline-color:#ddd6fee6}.required\:outline-violet-200\/95:required{outline-color:#ddd6fef2}.required\:outline-violet-200\/100:required{outline-color:#ddd6fe}.required\:outline-violet-300\/0:required{outline-color:#c4b5fd00}.required\:outline-violet-300\/5:required{outline-color:#c4b5fd0d}.required\:outline-violet-300\/10:required{outline-color:#c4b5fd1a}.required\:outline-violet-300\/20:required{outline-color:#c4b5fd33}.required\:outline-violet-300\/25:required{outline-color:#c4b5fd40}.required\:outline-violet-300\/30:required{outline-color:#c4b5fd4d}.required\:outline-violet-300\/40:required{outline-color:#c4b5fd66}.required\:outline-violet-300\/50:required{outline-color:#c4b5fd80}.required\:outline-violet-300\/60:required{outline-color:#c4b5fd99}.required\:outline-violet-300\/70:required{outline-color:#c4b5fdb3}.required\:outline-violet-300\/75:required{outline-color:#c4b5fdbf}.required\:outline-violet-300\/80:required{outline-color:#c4b5fdcc}.required\:outline-violet-300\/90:required{outline-color:#c4b5fde6}.required\:outline-violet-300\/95:required{outline-color:#c4b5fdf2}.required\:outline-violet-300\/100:required{outline-color:#c4b5fd}.required\:outline-violet-400\/0:required{outline-color:#a78bfa00}.required\:outline-violet-400\/5:required{outline-color:#a78bfa0d}.required\:outline-violet-400\/10:required{outline-color:#a78bfa1a}.required\:outline-violet-400\/20:required{outline-color:#a78bfa33}.required\:outline-violet-400\/25:required{outline-color:#a78bfa40}.required\:outline-violet-400\/30:required{outline-color:#a78bfa4d}.required\:outline-violet-400\/40:required{outline-color:#a78bfa66}.required\:outline-violet-400\/50:required{outline-color:#a78bfa80}.required\:outline-violet-400\/60:required{outline-color:#a78bfa99}.required\:outline-violet-400\/70:required{outline-color:#a78bfab3}.required\:outline-violet-400\/75:required{outline-color:#a78bfabf}.required\:outline-violet-400\/80:required{outline-color:#a78bfacc}.required\:outline-violet-400\/90:required{outline-color:#a78bfae6}.required\:outline-violet-400\/95:required{outline-color:#a78bfaf2}.required\:outline-violet-400\/100:required{outline-color:#a78bfa}.required\:outline-violet-500\/0:required{outline-color:#8b5cf600}.required\:outline-violet-500\/5:required{outline-color:#8b5cf60d}.required\:outline-violet-500\/10:required{outline-color:#8b5cf61a}.required\:outline-violet-500\/20:required{outline-color:#8b5cf633}.required\:outline-violet-500\/25:required{outline-color:#8b5cf640}.required\:outline-violet-500\/30:required{outline-color:#8b5cf64d}.required\:outline-violet-500\/40:required{outline-color:#8b5cf666}.required\:outline-violet-500\/50:required{outline-color:#8b5cf680}.required\:outline-violet-500\/60:required{outline-color:#8b5cf699}.required\:outline-violet-500\/70:required{outline-color:#8b5cf6b3}.required\:outline-violet-500\/75:required{outline-color:#8b5cf6bf}.required\:outline-violet-500\/80:required{outline-color:#8b5cf6cc}.required\:outline-violet-500\/90:required{outline-color:#8b5cf6e6}.required\:outline-violet-500\/95:required{outline-color:#8b5cf6f2}.required\:outline-violet-500\/100:required{outline-color:#8b5cf6}.required\:outline-violet-600\/0:required{outline-color:#7c3aed00}.required\:outline-violet-600\/5:required{outline-color:#7c3aed0d}.required\:outline-violet-600\/10:required{outline-color:#7c3aed1a}.required\:outline-violet-600\/20:required{outline-color:#7c3aed33}.required\:outline-violet-600\/25:required{outline-color:#7c3aed40}.required\:outline-violet-600\/30:required{outline-color:#7c3aed4d}.required\:outline-violet-600\/40:required{outline-color:#7c3aed66}.required\:outline-violet-600\/50:required{outline-color:#7c3aed80}.required\:outline-violet-600\/60:required{outline-color:#7c3aed99}.required\:outline-violet-600\/70:required{outline-color:#7c3aedb3}.required\:outline-violet-600\/75:required{outline-color:#7c3aedbf}.required\:outline-violet-600\/80:required{outline-color:#7c3aedcc}.required\:outline-violet-600\/90:required{outline-color:#7c3aede6}.required\:outline-violet-600\/95:required{outline-color:#7c3aedf2}.required\:outline-violet-600\/100:required{outline-color:#7c3aed}.required\:outline-violet-700\/0:required{outline-color:#6d28d900}.required\:outline-violet-700\/5:required{outline-color:#6d28d90d}.required\:outline-violet-700\/10:required{outline-color:#6d28d91a}.required\:outline-violet-700\/20:required{outline-color:#6d28d933}.required\:outline-violet-700\/25:required{outline-color:#6d28d940}.required\:outline-violet-700\/30:required{outline-color:#6d28d94d}.required\:outline-violet-700\/40:required{outline-color:#6d28d966}.required\:outline-violet-700\/50:required{outline-color:#6d28d980}.required\:outline-violet-700\/60:required{outline-color:#6d28d999}.required\:outline-violet-700\/70:required{outline-color:#6d28d9b3}.required\:outline-violet-700\/75:required{outline-color:#6d28d9bf}.required\:outline-violet-700\/80:required{outline-color:#6d28d9cc}.required\:outline-violet-700\/90:required{outline-color:#6d28d9e6}.required\:outline-violet-700\/95:required{outline-color:#6d28d9f2}.required\:outline-violet-700\/100:required{outline-color:#6d28d9}.required\:outline-violet-800\/0:required{outline-color:#5b21b600}.required\:outline-violet-800\/5:required{outline-color:#5b21b60d}.required\:outline-violet-800\/10:required{outline-color:#5b21b61a}.required\:outline-violet-800\/20:required{outline-color:#5b21b633}.required\:outline-violet-800\/25:required{outline-color:#5b21b640}.required\:outline-violet-800\/30:required{outline-color:#5b21b64d}.required\:outline-violet-800\/40:required{outline-color:#5b21b666}.required\:outline-violet-800\/50:required{outline-color:#5b21b680}.required\:outline-violet-800\/60:required{outline-color:#5b21b699}.required\:outline-violet-800\/70:required{outline-color:#5b21b6b3}.required\:outline-violet-800\/75:required{outline-color:#5b21b6bf}.required\:outline-violet-800\/80:required{outline-color:#5b21b6cc}.required\:outline-violet-800\/90:required{outline-color:#5b21b6e6}.required\:outline-violet-800\/95:required{outline-color:#5b21b6f2}.required\:outline-violet-800\/100:required{outline-color:#5b21b6}.required\:outline-violet-900\/0:required{outline-color:#4c1d9500}.required\:outline-violet-900\/5:required{outline-color:#4c1d950d}.required\:outline-violet-900\/10:required{outline-color:#4c1d951a}.required\:outline-violet-900\/20:required{outline-color:#4c1d9533}.required\:outline-violet-900\/25:required{outline-color:#4c1d9540}.required\:outline-violet-900\/30:required{outline-color:#4c1d954d}.required\:outline-violet-900\/40:required{outline-color:#4c1d9566}.required\:outline-violet-900\/50:required{outline-color:#4c1d9580}.required\:outline-violet-900\/60:required{outline-color:#4c1d9599}.required\:outline-violet-900\/70:required{outline-color:#4c1d95b3}.required\:outline-violet-900\/75:required{outline-color:#4c1d95bf}.required\:outline-violet-900\/80:required{outline-color:#4c1d95cc}.required\:outline-violet-900\/90:required{outline-color:#4c1d95e6}.required\:outline-violet-900\/95:required{outline-color:#4c1d95f2}.required\:outline-violet-900\/100:required{outline-color:#4c1d95}.required\:outline-fuchsia-50\/0:required{outline-color:#fdf4ff00}.required\:outline-fuchsia-50\/5:required{outline-color:#fdf4ff0d}.required\:outline-fuchsia-50\/10:required{outline-color:#fdf4ff1a}.required\:outline-fuchsia-50\/20:required{outline-color:#fdf4ff33}.required\:outline-fuchsia-50\/25:required{outline-color:#fdf4ff40}.required\:outline-fuchsia-50\/30:required{outline-color:#fdf4ff4d}.required\:outline-fuchsia-50\/40:required{outline-color:#fdf4ff66}.required\:outline-fuchsia-50\/50:required{outline-color:#fdf4ff80}.required\:outline-fuchsia-50\/60:required{outline-color:#fdf4ff99}.required\:outline-fuchsia-50\/70:required{outline-color:#fdf4ffb3}.required\:outline-fuchsia-50\/75:required{outline-color:#fdf4ffbf}.required\:outline-fuchsia-50\/80:required{outline-color:#fdf4ffcc}.required\:outline-fuchsia-50\/90:required{outline-color:#fdf4ffe6}.required\:outline-fuchsia-50\/95:required{outline-color:#fdf4fff2}.required\:outline-fuchsia-50\/100:required{outline-color:#fdf4ff}.required\:outline-fuchsia-100\/0:required{outline-color:#fae8ff00}.required\:outline-fuchsia-100\/5:required{outline-color:#fae8ff0d}.required\:outline-fuchsia-100\/10:required{outline-color:#fae8ff1a}.required\:outline-fuchsia-100\/20:required{outline-color:#fae8ff33}.required\:outline-fuchsia-100\/25:required{outline-color:#fae8ff40}.required\:outline-fuchsia-100\/30:required{outline-color:#fae8ff4d}.required\:outline-fuchsia-100\/40:required{outline-color:#fae8ff66}.required\:outline-fuchsia-100\/50:required{outline-color:#fae8ff80}.required\:outline-fuchsia-100\/60:required{outline-color:#fae8ff99}.required\:outline-fuchsia-100\/70:required{outline-color:#fae8ffb3}.required\:outline-fuchsia-100\/75:required{outline-color:#fae8ffbf}.required\:outline-fuchsia-100\/80:required{outline-color:#fae8ffcc}.required\:outline-fuchsia-100\/90:required{outline-color:#fae8ffe6}.required\:outline-fuchsia-100\/95:required{outline-color:#fae8fff2}.required\:outline-fuchsia-100\/100:required{outline-color:#fae8ff}.required\:outline-fuchsia-200\/0:required{outline-color:#f5d0fe00}.required\:outline-fuchsia-200\/5:required{outline-color:#f5d0fe0d}.required\:outline-fuchsia-200\/10:required{outline-color:#f5d0fe1a}.required\:outline-fuchsia-200\/20:required{outline-color:#f5d0fe33}.required\:outline-fuchsia-200\/25:required{outline-color:#f5d0fe40}.required\:outline-fuchsia-200\/30:required{outline-color:#f5d0fe4d}.required\:outline-fuchsia-200\/40:required{outline-color:#f5d0fe66}.required\:outline-fuchsia-200\/50:required{outline-color:#f5d0fe80}.required\:outline-fuchsia-200\/60:required{outline-color:#f5d0fe99}.required\:outline-fuchsia-200\/70:required{outline-color:#f5d0feb3}.required\:outline-fuchsia-200\/75:required{outline-color:#f5d0febf}.required\:outline-fuchsia-200\/80:required{outline-color:#f5d0fecc}.required\:outline-fuchsia-200\/90:required{outline-color:#f5d0fee6}.required\:outline-fuchsia-200\/95:required{outline-color:#f5d0fef2}.required\:outline-fuchsia-200\/100:required{outline-color:#f5d0fe}.required\:outline-fuchsia-300\/0:required{outline-color:#f0abfc00}.required\:outline-fuchsia-300\/5:required{outline-color:#f0abfc0d}.required\:outline-fuchsia-300\/10:required{outline-color:#f0abfc1a}.required\:outline-fuchsia-300\/20:required{outline-color:#f0abfc33}.required\:outline-fuchsia-300\/25:required{outline-color:#f0abfc40}.required\:outline-fuchsia-300\/30:required{outline-color:#f0abfc4d}.required\:outline-fuchsia-300\/40:required{outline-color:#f0abfc66}.required\:outline-fuchsia-300\/50:required{outline-color:#f0abfc80}.required\:outline-fuchsia-300\/60:required{outline-color:#f0abfc99}.required\:outline-fuchsia-300\/70:required{outline-color:#f0abfcb3}.required\:outline-fuchsia-300\/75:required{outline-color:#f0abfcbf}.required\:outline-fuchsia-300\/80:required{outline-color:#f0abfccc}.required\:outline-fuchsia-300\/90:required{outline-color:#f0abfce6}.required\:outline-fuchsia-300\/95:required{outline-color:#f0abfcf2}.required\:outline-fuchsia-300\/100:required{outline-color:#f0abfc}.required\:outline-fuchsia-400\/0:required{outline-color:#e879f900}.required\:outline-fuchsia-400\/5:required{outline-color:#e879f90d}.required\:outline-fuchsia-400\/10:required{outline-color:#e879f91a}.required\:outline-fuchsia-400\/20:required{outline-color:#e879f933}.required\:outline-fuchsia-400\/25:required{outline-color:#e879f940}.required\:outline-fuchsia-400\/30:required{outline-color:#e879f94d}.required\:outline-fuchsia-400\/40:required{outline-color:#e879f966}.required\:outline-fuchsia-400\/50:required{outline-color:#e879f980}.required\:outline-fuchsia-400\/60:required{outline-color:#e879f999}.required\:outline-fuchsia-400\/70:required{outline-color:#e879f9b3}.required\:outline-fuchsia-400\/75:required{outline-color:#e879f9bf}.required\:outline-fuchsia-400\/80:required{outline-color:#e879f9cc}.required\:outline-fuchsia-400\/90:required{outline-color:#e879f9e6}.required\:outline-fuchsia-400\/95:required{outline-color:#e879f9f2}.required\:outline-fuchsia-400\/100:required{outline-color:#e879f9}.required\:outline-fuchsia-500\/0:required{outline-color:#d946ef00}.required\:outline-fuchsia-500\/5:required{outline-color:#d946ef0d}.required\:outline-fuchsia-500\/10:required{outline-color:#d946ef1a}.required\:outline-fuchsia-500\/20:required{outline-color:#d946ef33}.required\:outline-fuchsia-500\/25:required{outline-color:#d946ef40}.required\:outline-fuchsia-500\/30:required{outline-color:#d946ef4d}.required\:outline-fuchsia-500\/40:required{outline-color:#d946ef66}.required\:outline-fuchsia-500\/50:required{outline-color:#d946ef80}.required\:outline-fuchsia-500\/60:required{outline-color:#d946ef99}.required\:outline-fuchsia-500\/70:required{outline-color:#d946efb3}.required\:outline-fuchsia-500\/75:required{outline-color:#d946efbf}.required\:outline-fuchsia-500\/80:required{outline-color:#d946efcc}.required\:outline-fuchsia-500\/90:required{outline-color:#d946efe6}.required\:outline-fuchsia-500\/95:required{outline-color:#d946eff2}.required\:outline-fuchsia-500\/100:required{outline-color:#d946ef}.required\:outline-fuchsia-600\/0:required{outline-color:#c026d300}.required\:outline-fuchsia-600\/5:required{outline-color:#c026d30d}.required\:outline-fuchsia-600\/10:required{outline-color:#c026d31a}.required\:outline-fuchsia-600\/20:required{outline-color:#c026d333}.required\:outline-fuchsia-600\/25:required{outline-color:#c026d340}.required\:outline-fuchsia-600\/30:required{outline-color:#c026d34d}.required\:outline-fuchsia-600\/40:required{outline-color:#c026d366}.required\:outline-fuchsia-600\/50:required{outline-color:#c026d380}.required\:outline-fuchsia-600\/60:required{outline-color:#c026d399}.required\:outline-fuchsia-600\/70:required{outline-color:#c026d3b3}.required\:outline-fuchsia-600\/75:required{outline-color:#c026d3bf}.required\:outline-fuchsia-600\/80:required{outline-color:#c026d3cc}.required\:outline-fuchsia-600\/90:required{outline-color:#c026d3e6}.required\:outline-fuchsia-600\/95:required{outline-color:#c026d3f2}.required\:outline-fuchsia-600\/100:required{outline-color:#c026d3}.required\:outline-fuchsia-700\/0:required{outline-color:#a21caf00}.required\:outline-fuchsia-700\/5:required{outline-color:#a21caf0d}.required\:outline-fuchsia-700\/10:required{outline-color:#a21caf1a}.required\:outline-fuchsia-700\/20:required{outline-color:#a21caf33}.required\:outline-fuchsia-700\/25:required{outline-color:#a21caf40}.required\:outline-fuchsia-700\/30:required{outline-color:#a21caf4d}.required\:outline-fuchsia-700\/40:required{outline-color:#a21caf66}.required\:outline-fuchsia-700\/50:required{outline-color:#a21caf80}.required\:outline-fuchsia-700\/60:required{outline-color:#a21caf99}.required\:outline-fuchsia-700\/70:required{outline-color:#a21cafb3}.required\:outline-fuchsia-700\/75:required{outline-color:#a21cafbf}.required\:outline-fuchsia-700\/80:required{outline-color:#a21cafcc}.required\:outline-fuchsia-700\/90:required{outline-color:#a21cafe6}.required\:outline-fuchsia-700\/95:required{outline-color:#a21caff2}.required\:outline-fuchsia-700\/100:required{outline-color:#a21caf}.required\:outline-fuchsia-800\/0:required{outline-color:#86198f00}.required\:outline-fuchsia-800\/5:required{outline-color:#86198f0d}.required\:outline-fuchsia-800\/10:required{outline-color:#86198f1a}.required\:outline-fuchsia-800\/20:required{outline-color:#86198f33}.required\:outline-fuchsia-800\/25:required{outline-color:#86198f40}.required\:outline-fuchsia-800\/30:required{outline-color:#86198f4d}.required\:outline-fuchsia-800\/40:required{outline-color:#86198f66}.required\:outline-fuchsia-800\/50:required{outline-color:#86198f80}.required\:outline-fuchsia-800\/60:required{outline-color:#86198f99}.required\:outline-fuchsia-800\/70:required{outline-color:#86198fb3}.required\:outline-fuchsia-800\/75:required{outline-color:#86198fbf}.required\:outline-fuchsia-800\/80:required{outline-color:#86198fcc}.required\:outline-fuchsia-800\/90:required{outline-color:#86198fe6}.required\:outline-fuchsia-800\/95:required{outline-color:#86198ff2}.required\:outline-fuchsia-800\/100:required{outline-color:#86198f}.required\:outline-fuchsia-900\/0:required{outline-color:#701a7500}.required\:outline-fuchsia-900\/5:required{outline-color:#701a750d}.required\:outline-fuchsia-900\/10:required{outline-color:#701a751a}.required\:outline-fuchsia-900\/20:required{outline-color:#701a7533}.required\:outline-fuchsia-900\/25:required{outline-color:#701a7540}.required\:outline-fuchsia-900\/30:required{outline-color:#701a754d}.required\:outline-fuchsia-900\/40:required{outline-color:#701a7566}.required\:outline-fuchsia-900\/50:required{outline-color:#701a7580}.required\:outline-fuchsia-900\/60:required{outline-color:#701a7599}.required\:outline-fuchsia-900\/70:required{outline-color:#701a75b3}.required\:outline-fuchsia-900\/75:required{outline-color:#701a75bf}.required\:outline-fuchsia-900\/80:required{outline-color:#701a75cc}.required\:outline-fuchsia-900\/90:required{outline-color:#701a75e6}.required\:outline-fuchsia-900\/95:required{outline-color:#701a75f2}.required\:outline-fuchsia-900\/100:required{outline-color:#701a75}.required\:outline-pink-50\/0:required{outline-color:#fdf2f800}.required\:outline-pink-50\/5:required{outline-color:#fdf2f80d}.required\:outline-pink-50\/10:required{outline-color:#fdf2f81a}.required\:outline-pink-50\/20:required{outline-color:#fdf2f833}.required\:outline-pink-50\/25:required{outline-color:#fdf2f840}.required\:outline-pink-50\/30:required{outline-color:#fdf2f84d}.required\:outline-pink-50\/40:required{outline-color:#fdf2f866}.required\:outline-pink-50\/50:required{outline-color:#fdf2f880}.required\:outline-pink-50\/60:required{outline-color:#fdf2f899}.required\:outline-pink-50\/70:required{outline-color:#fdf2f8b3}.required\:outline-pink-50\/75:required{outline-color:#fdf2f8bf}.required\:outline-pink-50\/80:required{outline-color:#fdf2f8cc}.required\:outline-pink-50\/90:required{outline-color:#fdf2f8e6}.required\:outline-pink-50\/95:required{outline-color:#fdf2f8f2}.required\:outline-pink-50\/100:required{outline-color:#fdf2f8}.required\:outline-pink-100\/0:required{outline-color:#fce7f300}.required\:outline-pink-100\/5:required{outline-color:#fce7f30d}.required\:outline-pink-100\/10:required{outline-color:#fce7f31a}.required\:outline-pink-100\/20:required{outline-color:#fce7f333}.required\:outline-pink-100\/25:required{outline-color:#fce7f340}.required\:outline-pink-100\/30:required{outline-color:#fce7f34d}.required\:outline-pink-100\/40:required{outline-color:#fce7f366}.required\:outline-pink-100\/50:required{outline-color:#fce7f380}.required\:outline-pink-100\/60:required{outline-color:#fce7f399}.required\:outline-pink-100\/70:required{outline-color:#fce7f3b3}.required\:outline-pink-100\/75:required{outline-color:#fce7f3bf}.required\:outline-pink-100\/80:required{outline-color:#fce7f3cc}.required\:outline-pink-100\/90:required{outline-color:#fce7f3e6}.required\:outline-pink-100\/95:required{outline-color:#fce7f3f2}.required\:outline-pink-100\/100:required{outline-color:#fce7f3}.required\:outline-pink-200\/0:required{outline-color:#fbcfe800}.required\:outline-pink-200\/5:required{outline-color:#fbcfe80d}.required\:outline-pink-200\/10:required{outline-color:#fbcfe81a}.required\:outline-pink-200\/20:required{outline-color:#fbcfe833}.required\:outline-pink-200\/25:required{outline-color:#fbcfe840}.required\:outline-pink-200\/30:required{outline-color:#fbcfe84d}.required\:outline-pink-200\/40:required{outline-color:#fbcfe866}.required\:outline-pink-200\/50:required{outline-color:#fbcfe880}.required\:outline-pink-200\/60:required{outline-color:#fbcfe899}.required\:outline-pink-200\/70:required{outline-color:#fbcfe8b3}.required\:outline-pink-200\/75:required{outline-color:#fbcfe8bf}.required\:outline-pink-200\/80:required{outline-color:#fbcfe8cc}.required\:outline-pink-200\/90:required{outline-color:#fbcfe8e6}.required\:outline-pink-200\/95:required{outline-color:#fbcfe8f2}.required\:outline-pink-200\/100:required{outline-color:#fbcfe8}.required\:outline-pink-300\/0:required{outline-color:#f9a8d400}.required\:outline-pink-300\/5:required{outline-color:#f9a8d40d}.required\:outline-pink-300\/10:required{outline-color:#f9a8d41a}.required\:outline-pink-300\/20:required{outline-color:#f9a8d433}.required\:outline-pink-300\/25:required{outline-color:#f9a8d440}.required\:outline-pink-300\/30:required{outline-color:#f9a8d44d}.required\:outline-pink-300\/40:required{outline-color:#f9a8d466}.required\:outline-pink-300\/50:required{outline-color:#f9a8d480}.required\:outline-pink-300\/60:required{outline-color:#f9a8d499}.required\:outline-pink-300\/70:required{outline-color:#f9a8d4b3}.required\:outline-pink-300\/75:required{outline-color:#f9a8d4bf}.required\:outline-pink-300\/80:required{outline-color:#f9a8d4cc}.required\:outline-pink-300\/90:required{outline-color:#f9a8d4e6}.required\:outline-pink-300\/95:required{outline-color:#f9a8d4f2}.required\:outline-pink-300\/100:required{outline-color:#f9a8d4}.required\:outline-pink-400\/0:required{outline-color:#f472b600}.required\:outline-pink-400\/5:required{outline-color:#f472b60d}.required\:outline-pink-400\/10:required{outline-color:#f472b61a}.required\:outline-pink-400\/20:required{outline-color:#f472b633}.required\:outline-pink-400\/25:required{outline-color:#f472b640}.required\:outline-pink-400\/30:required{outline-color:#f472b64d}.required\:outline-pink-400\/40:required{outline-color:#f472b666}.required\:outline-pink-400\/50:required{outline-color:#f472b680}.required\:outline-pink-400\/60:required{outline-color:#f472b699}.required\:outline-pink-400\/70:required{outline-color:#f472b6b3}.required\:outline-pink-400\/75:required{outline-color:#f472b6bf}.required\:outline-pink-400\/80:required{outline-color:#f472b6cc}.required\:outline-pink-400\/90:required{outline-color:#f472b6e6}.required\:outline-pink-400\/95:required{outline-color:#f472b6f2}.required\:outline-pink-400\/100:required{outline-color:#f472b6}.required\:outline-pink-500\/0:required{outline-color:#ec489900}.required\:outline-pink-500\/5:required{outline-color:#ec48990d}.required\:outline-pink-500\/10:required{outline-color:#ec48991a}.required\:outline-pink-500\/20:required{outline-color:#ec489933}.required\:outline-pink-500\/25:required{outline-color:#ec489940}.required\:outline-pink-500\/30:required{outline-color:#ec48994d}.required\:outline-pink-500\/40:required{outline-color:#ec489966}.required\:outline-pink-500\/50:required{outline-color:#ec489980}.required\:outline-pink-500\/60:required{outline-color:#ec489999}.required\:outline-pink-500\/70:required{outline-color:#ec4899b3}.required\:outline-pink-500\/75:required{outline-color:#ec4899bf}.required\:outline-pink-500\/80:required{outline-color:#ec4899cc}.required\:outline-pink-500\/90:required{outline-color:#ec4899e6}.required\:outline-pink-500\/95:required{outline-color:#ec4899f2}.required\:outline-pink-500\/100:required{outline-color:#ec4899}.required\:outline-pink-600\/0:required{outline-color:#db277700}.required\:outline-pink-600\/5:required{outline-color:#db27770d}.required\:outline-pink-600\/10:required{outline-color:#db27771a}.required\:outline-pink-600\/20:required{outline-color:#db277733}.required\:outline-pink-600\/25:required{outline-color:#db277740}.required\:outline-pink-600\/30:required{outline-color:#db27774d}.required\:outline-pink-600\/40:required{outline-color:#db277766}.required\:outline-pink-600\/50:required{outline-color:#db277780}.required\:outline-pink-600\/60:required{outline-color:#db277799}.required\:outline-pink-600\/70:required{outline-color:#db2777b3}.required\:outline-pink-600\/75:required{outline-color:#db2777bf}.required\:outline-pink-600\/80:required{outline-color:#db2777cc}.required\:outline-pink-600\/90:required{outline-color:#db2777e6}.required\:outline-pink-600\/95:required{outline-color:#db2777f2}.required\:outline-pink-600\/100:required{outline-color:#db2777}.required\:outline-pink-700\/0:required{outline-color:#be185d00}.required\:outline-pink-700\/5:required{outline-color:#be185d0d}.required\:outline-pink-700\/10:required{outline-color:#be185d1a}.required\:outline-pink-700\/20:required{outline-color:#be185d33}.required\:outline-pink-700\/25:required{outline-color:#be185d40}.required\:outline-pink-700\/30:required{outline-color:#be185d4d}.required\:outline-pink-700\/40:required{outline-color:#be185d66}.required\:outline-pink-700\/50:required{outline-color:#be185d80}.required\:outline-pink-700\/60:required{outline-color:#be185d99}.required\:outline-pink-700\/70:required{outline-color:#be185db3}.required\:outline-pink-700\/75:required{outline-color:#be185dbf}.required\:outline-pink-700\/80:required{outline-color:#be185dcc}.required\:outline-pink-700\/90:required{outline-color:#be185de6}.required\:outline-pink-700\/95:required{outline-color:#be185df2}.required\:outline-pink-700\/100:required{outline-color:#be185d}.required\:outline-pink-800\/0:required{outline-color:#9d174d00}.required\:outline-pink-800\/5:required{outline-color:#9d174d0d}.required\:outline-pink-800\/10:required{outline-color:#9d174d1a}.required\:outline-pink-800\/20:required{outline-color:#9d174d33}.required\:outline-pink-800\/25:required{outline-color:#9d174d40}.required\:outline-pink-800\/30:required{outline-color:#9d174d4d}.required\:outline-pink-800\/40:required{outline-color:#9d174d66}.required\:outline-pink-800\/50:required{outline-color:#9d174d80}.required\:outline-pink-800\/60:required{outline-color:#9d174d99}.required\:outline-pink-800\/70:required{outline-color:#9d174db3}.required\:outline-pink-800\/75:required{outline-color:#9d174dbf}.required\:outline-pink-800\/80:required{outline-color:#9d174dcc}.required\:outline-pink-800\/90:required{outline-color:#9d174de6}.required\:outline-pink-800\/95:required{outline-color:#9d174df2}.required\:outline-pink-800\/100:required{outline-color:#9d174d}.required\:outline-pink-900\/0:required{outline-color:#83184300}.required\:outline-pink-900\/5:required{outline-color:#8318430d}.required\:outline-pink-900\/10:required{outline-color:#8318431a}.required\:outline-pink-900\/20:required{outline-color:#83184333}.required\:outline-pink-900\/25:required{outline-color:#83184340}.required\:outline-pink-900\/30:required{outline-color:#8318434d}.required\:outline-pink-900\/40:required{outline-color:#83184366}.required\:outline-pink-900\/50:required{outline-color:#83184380}.required\:outline-pink-900\/60:required{outline-color:#83184399}.required\:outline-pink-900\/70:required{outline-color:#831843b3}.required\:outline-pink-900\/75:required{outline-color:#831843bf}.required\:outline-pink-900\/80:required{outline-color:#831843cc}.required\:outline-pink-900\/90:required{outline-color:#831843e6}.required\:outline-pink-900\/95:required{outline-color:#831843f2}.required\:outline-pink-900\/100:required{outline-color:#831843}.required\:outline-rose-50\/0:required{outline-color:#fff1f200}.required\:outline-rose-50\/5:required{outline-color:#fff1f20d}.required\:outline-rose-50\/10:required{outline-color:#fff1f21a}.required\:outline-rose-50\/20:required{outline-color:#fff1f233}.required\:outline-rose-50\/25:required{outline-color:#fff1f240}.required\:outline-rose-50\/30:required{outline-color:#fff1f24d}.required\:outline-rose-50\/40:required{outline-color:#fff1f266}.required\:outline-rose-50\/50:required{outline-color:#fff1f280}.required\:outline-rose-50\/60:required{outline-color:#fff1f299}.required\:outline-rose-50\/70:required{outline-color:#fff1f2b3}.required\:outline-rose-50\/75:required{outline-color:#fff1f2bf}.required\:outline-rose-50\/80:required{outline-color:#fff1f2cc}.required\:outline-rose-50\/90:required{outline-color:#fff1f2e6}.required\:outline-rose-50\/95:required{outline-color:#fff1f2f2}.required\:outline-rose-50\/100:required{outline-color:#fff1f2}.required\:outline-rose-100\/0:required{outline-color:#ffe4e600}.required\:outline-rose-100\/5:required{outline-color:#ffe4e60d}.required\:outline-rose-100\/10:required{outline-color:#ffe4e61a}.required\:outline-rose-100\/20:required{outline-color:#ffe4e633}.required\:outline-rose-100\/25:required{outline-color:#ffe4e640}.required\:outline-rose-100\/30:required{outline-color:#ffe4e64d}.required\:outline-rose-100\/40:required{outline-color:#ffe4e666}.required\:outline-rose-100\/50:required{outline-color:#ffe4e680}.required\:outline-rose-100\/60:required{outline-color:#ffe4e699}.required\:outline-rose-100\/70:required{outline-color:#ffe4e6b3}.required\:outline-rose-100\/75:required{outline-color:#ffe4e6bf}.required\:outline-rose-100\/80:required{outline-color:#ffe4e6cc}.required\:outline-rose-100\/90:required{outline-color:#ffe4e6e6}.required\:outline-rose-100\/95:required{outline-color:#ffe4e6f2}.required\:outline-rose-100\/100:required{outline-color:#ffe4e6}.required\:outline-rose-200\/0:required{outline-color:#fecdd300}.required\:outline-rose-200\/5:required{outline-color:#fecdd30d}.required\:outline-rose-200\/10:required{outline-color:#fecdd31a}.required\:outline-rose-200\/20:required{outline-color:#fecdd333}.required\:outline-rose-200\/25:required{outline-color:#fecdd340}.required\:outline-rose-200\/30:required{outline-color:#fecdd34d}.required\:outline-rose-200\/40:required{outline-color:#fecdd366}.required\:outline-rose-200\/50:required{outline-color:#fecdd380}.required\:outline-rose-200\/60:required{outline-color:#fecdd399}.required\:outline-rose-200\/70:required{outline-color:#fecdd3b3}.required\:outline-rose-200\/75:required{outline-color:#fecdd3bf}.required\:outline-rose-200\/80:required{outline-color:#fecdd3cc}.required\:outline-rose-200\/90:required{outline-color:#fecdd3e6}.required\:outline-rose-200\/95:required{outline-color:#fecdd3f2}.required\:outline-rose-200\/100:required{outline-color:#fecdd3}.required\:outline-rose-300\/0:required{outline-color:#fda4af00}.required\:outline-rose-300\/5:required{outline-color:#fda4af0d}.required\:outline-rose-300\/10:required{outline-color:#fda4af1a}.required\:outline-rose-300\/20:required{outline-color:#fda4af33}.required\:outline-rose-300\/25:required{outline-color:#fda4af40}.required\:outline-rose-300\/30:required{outline-color:#fda4af4d}.required\:outline-rose-300\/40:required{outline-color:#fda4af66}.required\:outline-rose-300\/50:required{outline-color:#fda4af80}.required\:outline-rose-300\/60:required{outline-color:#fda4af99}.required\:outline-rose-300\/70:required{outline-color:#fda4afb3}.required\:outline-rose-300\/75:required{outline-color:#fda4afbf}.required\:outline-rose-300\/80:required{outline-color:#fda4afcc}.required\:outline-rose-300\/90:required{outline-color:#fda4afe6}.required\:outline-rose-300\/95:required{outline-color:#fda4aff2}.required\:outline-rose-300\/100:required{outline-color:#fda4af}.required\:outline-rose-400\/0:required{outline-color:#fb718500}.required\:outline-rose-400\/5:required{outline-color:#fb71850d}.required\:outline-rose-400\/10:required{outline-color:#fb71851a}.required\:outline-rose-400\/20:required{outline-color:#fb718533}.required\:outline-rose-400\/25:required{outline-color:#fb718540}.required\:outline-rose-400\/30:required{outline-color:#fb71854d}.required\:outline-rose-400\/40:required{outline-color:#fb718566}.required\:outline-rose-400\/50:required{outline-color:#fb718580}.required\:outline-rose-400\/60:required{outline-color:#fb718599}.required\:outline-rose-400\/70:required{outline-color:#fb7185b3}.required\:outline-rose-400\/75:required{outline-color:#fb7185bf}.required\:outline-rose-400\/80:required{outline-color:#fb7185cc}.required\:outline-rose-400\/90:required{outline-color:#fb7185e6}.required\:outline-rose-400\/95:required{outline-color:#fb7185f2}.required\:outline-rose-400\/100:required{outline-color:#fb7185}.required\:outline-rose-500\/0:required{outline-color:#f43f5e00}.required\:outline-rose-500\/5:required{outline-color:#f43f5e0d}.required\:outline-rose-500\/10:required{outline-color:#f43f5e1a}.required\:outline-rose-500\/20:required{outline-color:#f43f5e33}.required\:outline-rose-500\/25:required{outline-color:#f43f5e40}.required\:outline-rose-500\/30:required{outline-color:#f43f5e4d}.required\:outline-rose-500\/40:required{outline-color:#f43f5e66}.required\:outline-rose-500\/50:required{outline-color:#f43f5e80}.required\:outline-rose-500\/60:required{outline-color:#f43f5e99}.required\:outline-rose-500\/70:required{outline-color:#f43f5eb3}.required\:outline-rose-500\/75:required{outline-color:#f43f5ebf}.required\:outline-rose-500\/80:required{outline-color:#f43f5ecc}.required\:outline-rose-500\/90:required{outline-color:#f43f5ee6}.required\:outline-rose-500\/95:required{outline-color:#f43f5ef2}.required\:outline-rose-500\/100:required{outline-color:#f43f5e}.required\:outline-rose-600\/0:required{outline-color:#e11d4800}.required\:outline-rose-600\/5:required{outline-color:#e11d480d}.required\:outline-rose-600\/10:required{outline-color:#e11d481a}.required\:outline-rose-600\/20:required{outline-color:#e11d4833}.required\:outline-rose-600\/25:required{outline-color:#e11d4840}.required\:outline-rose-600\/30:required{outline-color:#e11d484d}.required\:outline-rose-600\/40:required{outline-color:#e11d4866}.required\:outline-rose-600\/50:required{outline-color:#e11d4880}.required\:outline-rose-600\/60:required{outline-color:#e11d4899}.required\:outline-rose-600\/70:required{outline-color:#e11d48b3}.required\:outline-rose-600\/75:required{outline-color:#e11d48bf}.required\:outline-rose-600\/80:required{outline-color:#e11d48cc}.required\:outline-rose-600\/90:required{outline-color:#e11d48e6}.required\:outline-rose-600\/95:required{outline-color:#e11d48f2}.required\:outline-rose-600\/100:required{outline-color:#e11d48}.required\:outline-rose-700\/0:required{outline-color:#be123c00}.required\:outline-rose-700\/5:required{outline-color:#be123c0d}.required\:outline-rose-700\/10:required{outline-color:#be123c1a}.required\:outline-rose-700\/20:required{outline-color:#be123c33}.required\:outline-rose-700\/25:required{outline-color:#be123c40}.required\:outline-rose-700\/30:required{outline-color:#be123c4d}.required\:outline-rose-700\/40:required{outline-color:#be123c66}.required\:outline-rose-700\/50:required{outline-color:#be123c80}.required\:outline-rose-700\/60:required{outline-color:#be123c99}.required\:outline-rose-700\/70:required{outline-color:#be123cb3}.required\:outline-rose-700\/75:required{outline-color:#be123cbf}.required\:outline-rose-700\/80:required{outline-color:#be123ccc}.required\:outline-rose-700\/90:required{outline-color:#be123ce6}.required\:outline-rose-700\/95:required{outline-color:#be123cf2}.required\:outline-rose-700\/100:required{outline-color:#be123c}.required\:outline-rose-800\/0:required{outline-color:#9f123900}.required\:outline-rose-800\/5:required{outline-color:#9f12390d}.required\:outline-rose-800\/10:required{outline-color:#9f12391a}.required\:outline-rose-800\/20:required{outline-color:#9f123933}.required\:outline-rose-800\/25:required{outline-color:#9f123940}.required\:outline-rose-800\/30:required{outline-color:#9f12394d}.required\:outline-rose-800\/40:required{outline-color:#9f123966}.required\:outline-rose-800\/50:required{outline-color:#9f123980}.required\:outline-rose-800\/60:required{outline-color:#9f123999}.required\:outline-rose-800\/70:required{outline-color:#9f1239b3}.required\:outline-rose-800\/75:required{outline-color:#9f1239bf}.required\:outline-rose-800\/80:required{outline-color:#9f1239cc}.required\:outline-rose-800\/90:required{outline-color:#9f1239e6}.required\:outline-rose-800\/95:required{outline-color:#9f1239f2}.required\:outline-rose-800\/100:required{outline-color:#9f1239}.required\:outline-rose-900\/0:required{outline-color:#88133700}.required\:outline-rose-900\/5:required{outline-color:#8813370d}.required\:outline-rose-900\/10:required{outline-color:#8813371a}.required\:outline-rose-900\/20:required{outline-color:#88133733}.required\:outline-rose-900\/25:required{outline-color:#88133740}.required\:outline-rose-900\/30:required{outline-color:#8813374d}.required\:outline-rose-900\/40:required{outline-color:#88133766}.required\:outline-rose-900\/50:required{outline-color:#88133780}.required\:outline-rose-900\/60:required{outline-color:#88133799}.required\:outline-rose-900\/70:required{outline-color:#881337b3}.required\:outline-rose-900\/75:required{outline-color:#881337bf}.required\:outline-rose-900\/80:required{outline-color:#881337cc}.required\:outline-rose-900\/90:required{outline-color:#881337e6}.required\:outline-rose-900\/95:required{outline-color:#881337f2}.required\:outline-rose-900\/100:required{outline-color:#881337}.required\:outline-primary-100\/0:required{outline-color:#f2f3f400}.required\:outline-primary-100\/5:required{outline-color:#f2f3f40d}.required\:outline-primary-100\/10:required{outline-color:#f2f3f41a}.required\:outline-primary-100\/20:required{outline-color:#f2f3f433}.required\:outline-primary-100\/25:required{outline-color:#f2f3f440}.required\:outline-primary-100\/30:required{outline-color:#f2f3f44d}.required\:outline-primary-100\/40:required{outline-color:#f2f3f466}.required\:outline-primary-100\/50:required{outline-color:#f2f3f480}.required\:outline-primary-100\/60:required{outline-color:#f2f3f499}.required\:outline-primary-100\/70:required{outline-color:#f2f3f4b3}.required\:outline-primary-100\/75:required{outline-color:#f2f3f4bf}.required\:outline-primary-100\/80:required{outline-color:#f2f3f4cc}.required\:outline-primary-100\/90:required{outline-color:#f2f3f4e6}.required\:outline-primary-100\/95:required{outline-color:#f2f3f4f2}.required\:outline-primary-100\/100:required{outline-color:#f2f3f4}.required\:outline-primary-200\/0:required{outline-color:#e8e8f000}.required\:outline-primary-200\/5:required{outline-color:#e8e8f00d}.required\:outline-primary-200\/10:required{outline-color:#e8e8f01a}.required\:outline-primary-200\/20:required{outline-color:#e8e8f033}.required\:outline-primary-200\/25:required{outline-color:#e8e8f040}.required\:outline-primary-200\/30:required{outline-color:#e8e8f04d}.required\:outline-primary-200\/40:required{outline-color:#e8e8f066}.required\:outline-primary-200\/50:required{outline-color:#e8e8f080}.required\:outline-primary-200\/60:required{outline-color:#e8e8f099}.required\:outline-primary-200\/70:required{outline-color:#e8e8f0b3}.required\:outline-primary-200\/75:required{outline-color:#e8e8f0bf}.required\:outline-primary-200\/80:required{outline-color:#e8e8f0cc}.required\:outline-primary-200\/90:required{outline-color:#e8e8f0e6}.required\:outline-primary-200\/95:required{outline-color:#e8e8f0f2}.required\:outline-primary-200\/100:required{outline-color:#e8e8f0}.required\:outline-primary-300\/0:required{outline-color:#d0d0e100}.required\:outline-primary-300\/5:required{outline-color:#d0d0e10d}.required\:outline-primary-300\/10:required{outline-color:#d0d0e11a}.required\:outline-primary-300\/20:required{outline-color:#d0d0e133}.required\:outline-primary-300\/25:required{outline-color:#d0d0e140}.required\:outline-primary-300\/30:required{outline-color:#d0d0e14d}.required\:outline-primary-300\/40:required{outline-color:#d0d0e166}.required\:outline-primary-300\/50:required{outline-color:#d0d0e180}.required\:outline-primary-300\/60:required{outline-color:#d0d0e199}.required\:outline-primary-300\/70:required{outline-color:#d0d0e1b3}.required\:outline-primary-300\/75:required{outline-color:#d0d0e1bf}.required\:outline-primary-300\/80:required{outline-color:#d0d0e1cc}.required\:outline-primary-300\/90:required{outline-color:#d0d0e1e6}.required\:outline-primary-300\/95:required{outline-color:#d0d0e1f2}.required\:outline-primary-300\/100:required{outline-color:#d0d0e1}.required\:outline-primary-400\/0:required{outline-color:#b4b4d100}.required\:outline-primary-400\/5:required{outline-color:#b4b4d10d}.required\:outline-primary-400\/10:required{outline-color:#b4b4d11a}.required\:outline-primary-400\/20:required{outline-color:#b4b4d133}.required\:outline-primary-400\/25:required{outline-color:#b4b4d140}.required\:outline-primary-400\/30:required{outline-color:#b4b4d14d}.required\:outline-primary-400\/40:required{outline-color:#b4b4d166}.required\:outline-primary-400\/50:required{outline-color:#b4b4d180}.required\:outline-primary-400\/60:required{outline-color:#b4b4d199}.required\:outline-primary-400\/70:required{outline-color:#b4b4d1b3}.required\:outline-primary-400\/75:required{outline-color:#b4b4d1bf}.required\:outline-primary-400\/80:required{outline-color:#b4b4d1cc}.required\:outline-primary-400\/90:required{outline-color:#b4b4d1e6}.required\:outline-primary-400\/95:required{outline-color:#b4b4d1f2}.required\:outline-primary-400\/100:required{outline-color:#b4b4d1}.required\:outline-primary-500\/0:required{outline-color:#9393bf00}.required\:outline-primary-500\/5:required{outline-color:#9393bf0d}.required\:outline-primary-500\/10:required{outline-color:#9393bf1a}.required\:outline-primary-500\/20:required{outline-color:#9393bf33}.required\:outline-primary-500\/25:required{outline-color:#9393bf40}.required\:outline-primary-500\/30:required{outline-color:#9393bf4d}.required\:outline-primary-500\/40:required{outline-color:#9393bf66}.required\:outline-primary-500\/50:required{outline-color:#9393bf80}.required\:outline-primary-500\/60:required{outline-color:#9393bf99}.required\:outline-primary-500\/70:required{outline-color:#9393bfb3}.required\:outline-primary-500\/75:required{outline-color:#9393bfbf}.required\:outline-primary-500\/80:required{outline-color:#9393bfcc}.required\:outline-primary-500\/90:required{outline-color:#9393bfe6}.required\:outline-primary-500\/95:required{outline-color:#9393bff2}.required\:outline-primary-500\/100:required{outline-color:#9393bf}.required\:outline-primary-600\/0:required{outline-color:#6868ac00}.required\:outline-primary-600\/5:required{outline-color:#6868ac0d}.required\:outline-primary-600\/10:required{outline-color:#6868ac1a}.required\:outline-primary-600\/20:required{outline-color:#6868ac33}.required\:outline-primary-600\/25:required{outline-color:#6868ac40}.required\:outline-primary-600\/30:required{outline-color:#6868ac4d}.required\:outline-primary-600\/40:required{outline-color:#6868ac66}.required\:outline-primary-600\/50:required{outline-color:#6868ac80}.required\:outline-primary-600\/60:required{outline-color:#6868ac99}.required\:outline-primary-600\/70:required{outline-color:#6868acb3}.required\:outline-primary-600\/75:required{outline-color:#6868acbf}.required\:outline-primary-600\/80:required{outline-color:#6868accc}.required\:outline-primary-600\/90:required{outline-color:#6868ace6}.required\:outline-primary-600\/95:required{outline-color:#6868acf2}.required\:outline-primary-600\/100:required{outline-color:#6868ac}.required\:outline-primary-700\/0:required{outline-color:#5d5d9900}.required\:outline-primary-700\/5:required{outline-color:#5d5d990d}.required\:outline-primary-700\/10:required{outline-color:#5d5d991a}.required\:outline-primary-700\/20:required{outline-color:#5d5d9933}.required\:outline-primary-700\/25:required{outline-color:#5d5d9940}.required\:outline-primary-700\/30:required{outline-color:#5d5d994d}.required\:outline-primary-700\/40:required{outline-color:#5d5d9966}.required\:outline-primary-700\/50:required{outline-color:#5d5d9980}.required\:outline-primary-700\/60:required{outline-color:#5d5d9999}.required\:outline-primary-700\/70:required{outline-color:#5d5d99b3}.required\:outline-primary-700\/75:required{outline-color:#5d5d99bf}.required\:outline-primary-700\/80:required{outline-color:#5d5d99cc}.required\:outline-primary-700\/90:required{outline-color:#5d5d99e6}.required\:outline-primary-700\/95:required{outline-color:#5d5d99f2}.required\:outline-primary-700\/100:required{outline-color:#5d5d99}.required\:outline-primary-800\/0:required{outline-color:#50508500}.required\:outline-primary-800\/5:required{outline-color:#5050850d}.required\:outline-primary-800\/10:required{outline-color:#5050851a}.required\:outline-primary-800\/20:required{outline-color:#50508533}.required\:outline-primary-800\/25:required{outline-color:#50508540}.required\:outline-primary-800\/30:required{outline-color:#5050854d}.required\:outline-primary-800\/40:required{outline-color:#50508566}.required\:outline-primary-800\/50:required{outline-color:#50508580}.required\:outline-primary-800\/60:required{outline-color:#50508599}.required\:outline-primary-800\/70:required{outline-color:#505085b3}.required\:outline-primary-800\/75:required{outline-color:#505085bf}.required\:outline-primary-800\/80:required{outline-color:#505085cc}.required\:outline-primary-800\/90:required{outline-color:#505085e6}.required\:outline-primary-800\/95:required{outline-color:#505085f2}.required\:outline-primary-800\/100:required{outline-color:#505085}.required\:outline-primary-900\/0:required{outline-color:#41416c00}.required\:outline-primary-900\/5:required{outline-color:#41416c0d}.required\:outline-primary-900\/10:required{outline-color:#41416c1a}.required\:outline-primary-900\/20:required{outline-color:#41416c33}.required\:outline-primary-900\/25:required{outline-color:#41416c40}.required\:outline-primary-900\/30:required{outline-color:#41416c4d}.required\:outline-primary-900\/40:required{outline-color:#41416c66}.required\:outline-primary-900\/50:required{outline-color:#41416c80}.required\:outline-primary-900\/60:required{outline-color:#41416c99}.required\:outline-primary-900\/70:required{outline-color:#41416cb3}.required\:outline-primary-900\/75:required{outline-color:#41416cbf}.required\:outline-primary-900\/80:required{outline-color:#41416ccc}.required\:outline-primary-900\/90:required{outline-color:#41416ce6}.required\:outline-primary-900\/95:required{outline-color:#41416cf2}.required\:outline-primary-900\/100:required{outline-color:#41416c}.required\:outline-primary-1000\/0:required{outline-color:#2e2e4c00}.required\:outline-primary-1000\/5:required{outline-color:#2e2e4c0d}.required\:outline-primary-1000\/10:required{outline-color:#2e2e4c1a}.required\:outline-primary-1000\/20:required{outline-color:#2e2e4c33}.required\:outline-primary-1000\/25:required{outline-color:#2e2e4c40}.required\:outline-primary-1000\/30:required{outline-color:#2e2e4c4d}.required\:outline-primary-1000\/40:required{outline-color:#2e2e4c66}.required\:outline-primary-1000\/50:required{outline-color:#2e2e4c80}.required\:outline-primary-1000\/60:required{outline-color:#2e2e4c99}.required\:outline-primary-1000\/70:required{outline-color:#2e2e4cb3}.required\:outline-primary-1000\/75:required{outline-color:#2e2e4cbf}.required\:outline-primary-1000\/80:required{outline-color:#2e2e4ccc}.required\:outline-primary-1000\/90:required{outline-color:#2e2e4ce6}.required\:outline-primary-1000\/95:required{outline-color:#2e2e4cf2}.required\:outline-primary-1000\/100:required{outline-color:#2e2e4c}.required\:outline-primary-highlight-100\/0:required{outline-color:#f7f5fe00}.required\:outline-primary-highlight-100\/5:required{outline-color:#f7f5fe0d}.required\:outline-primary-highlight-100\/10:required{outline-color:#f7f5fe1a}.required\:outline-primary-highlight-100\/20:required{outline-color:#f7f5fe33}.required\:outline-primary-highlight-100\/25:required{outline-color:#f7f5fe40}.required\:outline-primary-highlight-100\/30:required{outline-color:#f7f5fe4d}.required\:outline-primary-highlight-100\/40:required{outline-color:#f7f5fe66}.required\:outline-primary-highlight-100\/50:required{outline-color:#f7f5fe80}.required\:outline-primary-highlight-100\/60:required{outline-color:#f7f5fe99}.required\:outline-primary-highlight-100\/70:required{outline-color:#f7f5feb3}.required\:outline-primary-highlight-100\/75:required{outline-color:#f7f5febf}.required\:outline-primary-highlight-100\/80:required{outline-color:#f7f5fecc}.required\:outline-primary-highlight-100\/90:required{outline-color:#f7f5fee6}.required\:outline-primary-highlight-100\/95:required{outline-color:#f7f5fef2}.required\:outline-primary-highlight-100\/100:required{outline-color:#f7f5fe}.required\:outline-primary-highlight-200\/0:required{outline-color:#efecfe00}.required\:outline-primary-highlight-200\/5:required{outline-color:#efecfe0d}.required\:outline-primary-highlight-200\/10:required{outline-color:#efecfe1a}.required\:outline-primary-highlight-200\/20:required{outline-color:#efecfe33}.required\:outline-primary-highlight-200\/25:required{outline-color:#efecfe40}.required\:outline-primary-highlight-200\/30:required{outline-color:#efecfe4d}.required\:outline-primary-highlight-200\/40:required{outline-color:#efecfe66}.required\:outline-primary-highlight-200\/50:required{outline-color:#efecfe80}.required\:outline-primary-highlight-200\/60:required{outline-color:#efecfe99}.required\:outline-primary-highlight-200\/70:required{outline-color:#efecfeb3}.required\:outline-primary-highlight-200\/75:required{outline-color:#efecfebf}.required\:outline-primary-highlight-200\/80:required{outline-color:#efecfecc}.required\:outline-primary-highlight-200\/90:required{outline-color:#efecfee6}.required\:outline-primary-highlight-200\/95:required{outline-color:#efecfef2}.required\:outline-primary-highlight-200\/100:required{outline-color:#efecfe}.required\:outline-primary-highlight-300\/0:required{outline-color:#dfd8fd00}.required\:outline-primary-highlight-300\/5:required{outline-color:#dfd8fd0d}.required\:outline-primary-highlight-300\/10:required{outline-color:#dfd8fd1a}.required\:outline-primary-highlight-300\/20:required{outline-color:#dfd8fd33}.required\:outline-primary-highlight-300\/25:required{outline-color:#dfd8fd40}.required\:outline-primary-highlight-300\/30:required{outline-color:#dfd8fd4d}.required\:outline-primary-highlight-300\/40:required{outline-color:#dfd8fd66}.required\:outline-primary-highlight-300\/50:required{outline-color:#dfd8fd80}.required\:outline-primary-highlight-300\/60:required{outline-color:#dfd8fd99}.required\:outline-primary-highlight-300\/70:required{outline-color:#dfd8fdb3}.required\:outline-primary-highlight-300\/75:required{outline-color:#dfd8fdbf}.required\:outline-primary-highlight-300\/80:required{outline-color:#dfd8fdcc}.required\:outline-primary-highlight-300\/90:required{outline-color:#dfd8fde6}.required\:outline-primary-highlight-300\/95:required{outline-color:#dfd8fdf2}.required\:outline-primary-highlight-300\/100:required{outline-color:#dfd8fd}.required\:outline-primary-highlight-400\/0:required{outline-color:#cec1fc00}.required\:outline-primary-highlight-400\/5:required{outline-color:#cec1fc0d}.required\:outline-primary-highlight-400\/10:required{outline-color:#cec1fc1a}.required\:outline-primary-highlight-400\/20:required{outline-color:#cec1fc33}.required\:outline-primary-highlight-400\/25:required{outline-color:#cec1fc40}.required\:outline-primary-highlight-400\/30:required{outline-color:#cec1fc4d}.required\:outline-primary-highlight-400\/40:required{outline-color:#cec1fc66}.required\:outline-primary-highlight-400\/50:required{outline-color:#cec1fc80}.required\:outline-primary-highlight-400\/60:required{outline-color:#cec1fc99}.required\:outline-primary-highlight-400\/70:required{outline-color:#cec1fcb3}.required\:outline-primary-highlight-400\/75:required{outline-color:#cec1fcbf}.required\:outline-primary-highlight-400\/80:required{outline-color:#cec1fccc}.required\:outline-primary-highlight-400\/90:required{outline-color:#cec1fce6}.required\:outline-primary-highlight-400\/95:required{outline-color:#cec1fcf2}.required\:outline-primary-highlight-400\/100:required{outline-color:#cec1fc}.required\:outline-primary-highlight-500\/0:required{outline-color:#bba8fb00}.required\:outline-primary-highlight-500\/5:required{outline-color:#bba8fb0d}.required\:outline-primary-highlight-500\/10:required{outline-color:#bba8fb1a}.required\:outline-primary-highlight-500\/20:required{outline-color:#bba8fb33}.required\:outline-primary-highlight-500\/25:required{outline-color:#bba8fb40}.required\:outline-primary-highlight-500\/30:required{outline-color:#bba8fb4d}.required\:outline-primary-highlight-500\/40:required{outline-color:#bba8fb66}.required\:outline-primary-highlight-500\/50:required{outline-color:#bba8fb80}.required\:outline-primary-highlight-500\/60:required{outline-color:#bba8fb99}.required\:outline-primary-highlight-500\/70:required{outline-color:#bba8fbb3}.required\:outline-primary-highlight-500\/75:required{outline-color:#bba8fbbf}.required\:outline-primary-highlight-500\/80:required{outline-color:#bba8fbcc}.required\:outline-primary-highlight-500\/90:required{outline-color:#bba8fbe6}.required\:outline-primary-highlight-500\/95:required{outline-color:#bba8fbf2}.required\:outline-primary-highlight-500\/100:required{outline-color:#bba8fb}.required\:outline-primary-highlight-600\/0:required{outline-color:#a78bfa00}.required\:outline-primary-highlight-600\/5:required{outline-color:#a78bfa0d}.required\:outline-primary-highlight-600\/10:required{outline-color:#a78bfa1a}.required\:outline-primary-highlight-600\/20:required{outline-color:#a78bfa33}.required\:outline-primary-highlight-600\/25:required{outline-color:#a78bfa40}.required\:outline-primary-highlight-600\/30:required{outline-color:#a78bfa4d}.required\:outline-primary-highlight-600\/40:required{outline-color:#a78bfa66}.required\:outline-primary-highlight-600\/50:required{outline-color:#a78bfa80}.required\:outline-primary-highlight-600\/60:required{outline-color:#a78bfa99}.required\:outline-primary-highlight-600\/70:required{outline-color:#a78bfab3}.required\:outline-primary-highlight-600\/75:required{outline-color:#a78bfabf}.required\:outline-primary-highlight-600\/80:required{outline-color:#a78bfacc}.required\:outline-primary-highlight-600\/90:required{outline-color:#a78bfae6}.required\:outline-primary-highlight-600\/95:required{outline-color:#a78bfaf2}.required\:outline-primary-highlight-600\/100:required{outline-color:#a78bfa}.required\:outline-primary-highlight-700\/0:required{outline-color:#957cdf00}.required\:outline-primary-highlight-700\/5:required{outline-color:#957cdf0d}.required\:outline-primary-highlight-700\/10:required{outline-color:#957cdf1a}.required\:outline-primary-highlight-700\/20:required{outline-color:#957cdf33}.required\:outline-primary-highlight-700\/25:required{outline-color:#957cdf40}.required\:outline-primary-highlight-700\/30:required{outline-color:#957cdf4d}.required\:outline-primary-highlight-700\/40:required{outline-color:#957cdf66}.required\:outline-primary-highlight-700\/50:required{outline-color:#957cdf80}.required\:outline-primary-highlight-700\/60:required{outline-color:#957cdf99}.required\:outline-primary-highlight-700\/70:required{outline-color:#957cdfb3}.required\:outline-primary-highlight-700\/75:required{outline-color:#957cdfbf}.required\:outline-primary-highlight-700\/80:required{outline-color:#957cdfcc}.required\:outline-primary-highlight-700\/90:required{outline-color:#957cdfe6}.required\:outline-primary-highlight-700\/95:required{outline-color:#957cdff2}.required\:outline-primary-highlight-700\/100:required{outline-color:#957cdf}.required\:outline-primary-highlight-800\/0:required{outline-color:#816bc100}.required\:outline-primary-highlight-800\/5:required{outline-color:#816bc10d}.required\:outline-primary-highlight-800\/10:required{outline-color:#816bc11a}.required\:outline-primary-highlight-800\/20:required{outline-color:#816bc133}.required\:outline-primary-highlight-800\/25:required{outline-color:#816bc140}.required\:outline-primary-highlight-800\/30:required{outline-color:#816bc14d}.required\:outline-primary-highlight-800\/40:required{outline-color:#816bc166}.required\:outline-primary-highlight-800\/50:required{outline-color:#816bc180}.required\:outline-primary-highlight-800\/60:required{outline-color:#816bc199}.required\:outline-primary-highlight-800\/70:required{outline-color:#816bc1b3}.required\:outline-primary-highlight-800\/75:required{outline-color:#816bc1bf}.required\:outline-primary-highlight-800\/80:required{outline-color:#816bc1cc}.required\:outline-primary-highlight-800\/90:required{outline-color:#816bc1e6}.required\:outline-primary-highlight-800\/95:required{outline-color:#816bc1f2}.required\:outline-primary-highlight-800\/100:required{outline-color:#816bc1}.required\:outline-primary-highlight-900\/0:required{outline-color:#69579e00}.required\:outline-primary-highlight-900\/5:required{outline-color:#69579e0d}.required\:outline-primary-highlight-900\/10:required{outline-color:#69579e1a}.required\:outline-primary-highlight-900\/20:required{outline-color:#69579e33}.required\:outline-primary-highlight-900\/25:required{outline-color:#69579e40}.required\:outline-primary-highlight-900\/30:required{outline-color:#69579e4d}.required\:outline-primary-highlight-900\/40:required{outline-color:#69579e66}.required\:outline-primary-highlight-900\/50:required{outline-color:#69579e80}.required\:outline-primary-highlight-900\/60:required{outline-color:#69579e99}.required\:outline-primary-highlight-900\/70:required{outline-color:#69579eb3}.required\:outline-primary-highlight-900\/75:required{outline-color:#69579ebf}.required\:outline-primary-highlight-900\/80:required{outline-color:#69579ecc}.required\:outline-primary-highlight-900\/90:required{outline-color:#69579ee6}.required\:outline-primary-highlight-900\/95:required{outline-color:#69579ef2}.required\:outline-primary-highlight-900\/100:required{outline-color:#69579e}.required\:outline-primary-highlight-1000\/0:required{outline-color:#4a3e6f00}.required\:outline-primary-highlight-1000\/5:required{outline-color:#4a3e6f0d}.required\:outline-primary-highlight-1000\/10:required{outline-color:#4a3e6f1a}.required\:outline-primary-highlight-1000\/20:required{outline-color:#4a3e6f33}.required\:outline-primary-highlight-1000\/25:required{outline-color:#4a3e6f40}.required\:outline-primary-highlight-1000\/30:required{outline-color:#4a3e6f4d}.required\:outline-primary-highlight-1000\/40:required{outline-color:#4a3e6f66}.required\:outline-primary-highlight-1000\/50:required{outline-color:#4a3e6f80}.required\:outline-primary-highlight-1000\/60:required{outline-color:#4a3e6f99}.required\:outline-primary-highlight-1000\/70:required{outline-color:#4a3e6fb3}.required\:outline-primary-highlight-1000\/75:required{outline-color:#4a3e6fbf}.required\:outline-primary-highlight-1000\/80:required{outline-color:#4a3e6fcc}.required\:outline-primary-highlight-1000\/90:required{outline-color:#4a3e6fe6}.required\:outline-primary-highlight-1000\/95:required{outline-color:#4a3e6ff2}.required\:outline-primary-highlight-1000\/100:required{outline-color:#4a3e6f}.required\:outline-secondary-100\/0:required{outline-color:#fef7f200}.required\:outline-secondary-100\/5:required{outline-color:#fef7f20d}.required\:outline-secondary-100\/10:required{outline-color:#fef7f21a}.required\:outline-secondary-100\/20:required{outline-color:#fef7f233}.required\:outline-secondary-100\/25:required{outline-color:#fef7f240}.required\:outline-secondary-100\/30:required{outline-color:#fef7f24d}.required\:outline-secondary-100\/40:required{outline-color:#fef7f266}.required\:outline-secondary-100\/50:required{outline-color:#fef7f280}.required\:outline-secondary-100\/60:required{outline-color:#fef7f299}.required\:outline-secondary-100\/70:required{outline-color:#fef7f2b3}.required\:outline-secondary-100\/75:required{outline-color:#fef7f2bf}.required\:outline-secondary-100\/80:required{outline-color:#fef7f2cc}.required\:outline-secondary-100\/90:required{outline-color:#fef7f2e6}.required\:outline-secondary-100\/95:required{outline-color:#fef7f2f2}.required\:outline-secondary-100\/100:required{outline-color:#fef7f2}.required\:outline-secondary-200\/0:required{outline-color:#fef0e400}.required\:outline-secondary-200\/5:required{outline-color:#fef0e40d}.required\:outline-secondary-200\/10:required{outline-color:#fef0e41a}.required\:outline-secondary-200\/20:required{outline-color:#fef0e433}.required\:outline-secondary-200\/25:required{outline-color:#fef0e440}.required\:outline-secondary-200\/30:required{outline-color:#fef0e44d}.required\:outline-secondary-200\/40:required{outline-color:#fef0e466}.required\:outline-secondary-200\/50:required{outline-color:#fef0e480}.required\:outline-secondary-200\/60:required{outline-color:#fef0e499}.required\:outline-secondary-200\/70:required{outline-color:#fef0e4b3}.required\:outline-secondary-200\/75:required{outline-color:#fef0e4bf}.required\:outline-secondary-200\/80:required{outline-color:#fef0e4cc}.required\:outline-secondary-200\/90:required{outline-color:#fef0e4e6}.required\:outline-secondary-200\/95:required{outline-color:#fef0e4f2}.required\:outline-secondary-200\/100:required{outline-color:#fef0e4}.required\:outline-secondary-300\/0:required{outline-color:#fde1c600}.required\:outline-secondary-300\/5:required{outline-color:#fde1c60d}.required\:outline-secondary-300\/10:required{outline-color:#fde1c61a}.required\:outline-secondary-300\/20:required{outline-color:#fde1c633}.required\:outline-secondary-300\/25:required{outline-color:#fde1c640}.required\:outline-secondary-300\/30:required{outline-color:#fde1c64d}.required\:outline-secondary-300\/40:required{outline-color:#fde1c666}.required\:outline-secondary-300\/50:required{outline-color:#fde1c680}.required\:outline-secondary-300\/60:required{outline-color:#fde1c699}.required\:outline-secondary-300\/70:required{outline-color:#fde1c6b3}.required\:outline-secondary-300\/75:required{outline-color:#fde1c6bf}.required\:outline-secondary-300\/80:required{outline-color:#fde1c6cc}.required\:outline-secondary-300\/90:required{outline-color:#fde1c6e6}.required\:outline-secondary-300\/95:required{outline-color:#fde1c6f2}.required\:outline-secondary-300\/100:required{outline-color:#fde1c6}.required\:outline-secondary-400\/0:required{outline-color:#fcd1a200}.required\:outline-secondary-400\/5:required{outline-color:#fcd1a20d}.required\:outline-secondary-400\/10:required{outline-color:#fcd1a21a}.required\:outline-secondary-400\/20:required{outline-color:#fcd1a233}.required\:outline-secondary-400\/25:required{outline-color:#fcd1a240}.required\:outline-secondary-400\/30:required{outline-color:#fcd1a24d}.required\:outline-secondary-400\/40:required{outline-color:#fcd1a266}.required\:outline-secondary-400\/50:required{outline-color:#fcd1a280}.required\:outline-secondary-400\/60:required{outline-color:#fcd1a299}.required\:outline-secondary-400\/70:required{outline-color:#fcd1a2b3}.required\:outline-secondary-400\/75:required{outline-color:#fcd1a2bf}.required\:outline-secondary-400\/80:required{outline-color:#fcd1a2cc}.required\:outline-secondary-400\/90:required{outline-color:#fcd1a2e6}.required\:outline-secondary-400\/95:required{outline-color:#fcd1a2f2}.required\:outline-secondary-400\/100:required{outline-color:#fcd1a2}.required\:outline-secondary-500\/0:required{outline-color:#fbbf7500}.required\:outline-secondary-500\/5:required{outline-color:#fbbf750d}.required\:outline-secondary-500\/10:required{outline-color:#fbbf751a}.required\:outline-secondary-500\/20:required{outline-color:#fbbf7533}.required\:outline-secondary-500\/25:required{outline-color:#fbbf7540}.required\:outline-secondary-500\/30:required{outline-color:#fbbf754d}.required\:outline-secondary-500\/40:required{outline-color:#fbbf7566}.required\:outline-secondary-500\/50:required{outline-color:#fbbf7580}.required\:outline-secondary-500\/60:required{outline-color:#fbbf7599}.required\:outline-secondary-500\/70:required{outline-color:#fbbf75b3}.required\:outline-secondary-500\/75:required{outline-color:#fbbf75bf}.required\:outline-secondary-500\/80:required{outline-color:#fbbf75cc}.required\:outline-secondary-500\/90:required{outline-color:#fbbf75e6}.required\:outline-secondary-500\/95:required{outline-color:#fbbf75f2}.required\:outline-secondary-500\/100:required{outline-color:#fbbf75}.required\:outline-secondary-600\/0:required{outline-color:#faac1e00}.required\:outline-secondary-600\/5:required{outline-color:#faac1e0d}.required\:outline-secondary-600\/10:required{outline-color:#faac1e1a}.required\:outline-secondary-600\/20:required{outline-color:#faac1e33}.required\:outline-secondary-600\/25:required{outline-color:#faac1e40}.required\:outline-secondary-600\/30:required{outline-color:#faac1e4d}.required\:outline-secondary-600\/40:required{outline-color:#faac1e66}.required\:outline-secondary-600\/50:required{outline-color:#faac1e80}.required\:outline-secondary-600\/60:required{outline-color:#faac1e99}.required\:outline-secondary-600\/70:required{outline-color:#faac1eb3}.required\:outline-secondary-600\/75:required{outline-color:#faac1ebf}.required\:outline-secondary-600\/80:required{outline-color:#faac1ecc}.required\:outline-secondary-600\/90:required{outline-color:#faac1ee6}.required\:outline-secondary-600\/95:required{outline-color:#faac1ef2}.required\:outline-secondary-600\/100:required{outline-color:#faac1e}.required\:outline-secondary-700\/0:required{outline-color:#df991a00}.required\:outline-secondary-700\/5:required{outline-color:#df991a0d}.required\:outline-secondary-700\/10:required{outline-color:#df991a1a}.required\:outline-secondary-700\/20:required{outline-color:#df991a33}.required\:outline-secondary-700\/25:required{outline-color:#df991a40}.required\:outline-secondary-700\/30:required{outline-color:#df991a4d}.required\:outline-secondary-700\/40:required{outline-color:#df991a66}.required\:outline-secondary-700\/50:required{outline-color:#df991a80}.required\:outline-secondary-700\/60:required{outline-color:#df991a99}.required\:outline-secondary-700\/70:required{outline-color:#df991ab3}.required\:outline-secondary-700\/75:required{outline-color:#df991abf}.required\:outline-secondary-700\/80:required{outline-color:#df991acc}.required\:outline-secondary-700\/90:required{outline-color:#df991ae6}.required\:outline-secondary-700\/95:required{outline-color:#df991af2}.required\:outline-secondary-700\/100:required{outline-color:#df991a}.required\:outline-secondary-800\/0:required{outline-color:#c1851700}.required\:outline-secondary-800\/5:required{outline-color:#c185170d}.required\:outline-secondary-800\/10:required{outline-color:#c185171a}.required\:outline-secondary-800\/20:required{outline-color:#c1851733}.required\:outline-secondary-800\/25:required{outline-color:#c1851740}.required\:outline-secondary-800\/30:required{outline-color:#c185174d}.required\:outline-secondary-800\/40:required{outline-color:#c1851766}.required\:outline-secondary-800\/50:required{outline-color:#c1851780}.required\:outline-secondary-800\/60:required{outline-color:#c1851799}.required\:outline-secondary-800\/70:required{outline-color:#c18517b3}.required\:outline-secondary-800\/75:required{outline-color:#c18517bf}.required\:outline-secondary-800\/80:required{outline-color:#c18517cc}.required\:outline-secondary-800\/90:required{outline-color:#c18517e6}.required\:outline-secondary-800\/95:required{outline-color:#c18517f2}.required\:outline-secondary-800\/100:required{outline-color:#c18517}.required\:outline-secondary-900\/0:required{outline-color:#9e6c1200}.required\:outline-secondary-900\/5:required{outline-color:#9e6c120d}.required\:outline-secondary-900\/10:required{outline-color:#9e6c121a}.required\:outline-secondary-900\/20:required{outline-color:#9e6c1233}.required\:outline-secondary-900\/25:required{outline-color:#9e6c1240}.required\:outline-secondary-900\/30:required{outline-color:#9e6c124d}.required\:outline-secondary-900\/40:required{outline-color:#9e6c1266}.required\:outline-secondary-900\/50:required{outline-color:#9e6c1280}.required\:outline-secondary-900\/60:required{outline-color:#9e6c1299}.required\:outline-secondary-900\/70:required{outline-color:#9e6c12b3}.required\:outline-secondary-900\/75:required{outline-color:#9e6c12bf}.required\:outline-secondary-900\/80:required{outline-color:#9e6c12cc}.required\:outline-secondary-900\/90:required{outline-color:#9e6c12e6}.required\:outline-secondary-900\/95:required{outline-color:#9e6c12f2}.required\:outline-secondary-900\/100:required{outline-color:#9e6c12}.required\:outline-secondary-1000\/0:required{outline-color:#6f4c0d00}.required\:outline-secondary-1000\/5:required{outline-color:#6f4c0d0d}.required\:outline-secondary-1000\/10:required{outline-color:#6f4c0d1a}.required\:outline-secondary-1000\/20:required{outline-color:#6f4c0d33}.required\:outline-secondary-1000\/25:required{outline-color:#6f4c0d40}.required\:outline-secondary-1000\/30:required{outline-color:#6f4c0d4d}.required\:outline-secondary-1000\/40:required{outline-color:#6f4c0d66}.required\:outline-secondary-1000\/50:required{outline-color:#6f4c0d80}.required\:outline-secondary-1000\/60:required{outline-color:#6f4c0d99}.required\:outline-secondary-1000\/70:required{outline-color:#6f4c0db3}.required\:outline-secondary-1000\/75:required{outline-color:#6f4c0dbf}.required\:outline-secondary-1000\/80:required{outline-color:#6f4c0dcc}.required\:outline-secondary-1000\/90:required{outline-color:#6f4c0de6}.required\:outline-secondary-1000\/95:required{outline-color:#6f4c0df2}.required\:outline-secondary-1000\/100:required{outline-color:#6f4c0d}.required\:outline-grey-100\/0:required{outline-color:#f2f3f400}.required\:outline-grey-100\/5:required{outline-color:#f2f3f40d}.required\:outline-grey-100\/10:required{outline-color:#f2f3f41a}.required\:outline-grey-100\/20:required{outline-color:#f2f3f433}.required\:outline-grey-100\/25:required{outline-color:#f2f3f440}.required\:outline-grey-100\/30:required{outline-color:#f2f3f44d}.required\:outline-grey-100\/40:required{outline-color:#f2f3f466}.required\:outline-grey-100\/50:required{outline-color:#f2f3f480}.required\:outline-grey-100\/60:required{outline-color:#f2f3f499}.required\:outline-grey-100\/70:required{outline-color:#f2f3f4b3}.required\:outline-grey-100\/75:required{outline-color:#f2f3f4bf}.required\:outline-grey-100\/80:required{outline-color:#f2f3f4cc}.required\:outline-grey-100\/90:required{outline-color:#f2f3f4e6}.required\:outline-grey-100\/95:required{outline-color:#f2f3f4f2}.required\:outline-grey-100\/100:required{outline-color:#f2f3f4}.required\:outline-grey-200\/0:required{outline-color:#e6e7e800}.required\:outline-grey-200\/5:required{outline-color:#e6e7e80d}.required\:outline-grey-200\/10:required{outline-color:#e6e7e81a}.required\:outline-grey-200\/20:required{outline-color:#e6e7e833}.required\:outline-grey-200\/25:required{outline-color:#e6e7e840}.required\:outline-grey-200\/30:required{outline-color:#e6e7e84d}.required\:outline-grey-200\/40:required{outline-color:#e6e7e866}.required\:outline-grey-200\/50:required{outline-color:#e6e7e880}.required\:outline-grey-200\/60:required{outline-color:#e6e7e899}.required\:outline-grey-200\/70:required{outline-color:#e6e7e8b3}.required\:outline-grey-200\/75:required{outline-color:#e6e7e8bf}.required\:outline-grey-200\/80:required{outline-color:#e6e7e8cc}.required\:outline-grey-200\/90:required{outline-color:#e6e7e8e6}.required\:outline-grey-200\/95:required{outline-color:#e6e7e8f2}.required\:outline-grey-200\/100:required{outline-color:#e6e7e8}.required\:outline-grey-300\/0:required{outline-color:#caccd000}.required\:outline-grey-300\/5:required{outline-color:#caccd00d}.required\:outline-grey-300\/10:required{outline-color:#caccd01a}.required\:outline-grey-300\/20:required{outline-color:#caccd033}.required\:outline-grey-300\/25:required{outline-color:#caccd040}.required\:outline-grey-300\/30:required{outline-color:#caccd04d}.required\:outline-grey-300\/40:required{outline-color:#caccd066}.required\:outline-grey-300\/50:required{outline-color:#caccd080}.required\:outline-grey-300\/60:required{outline-color:#caccd099}.required\:outline-grey-300\/70:required{outline-color:#caccd0b3}.required\:outline-grey-300\/75:required{outline-color:#caccd0bf}.required\:outline-grey-300\/80:required{outline-color:#caccd0cc}.required\:outline-grey-300\/90:required{outline-color:#caccd0e6}.required\:outline-grey-300\/95:required{outline-color:#caccd0f2}.required\:outline-grey-300\/100:required{outline-color:#caccd0}.required\:outline-grey-400\/0:required{outline-color:#aaaeb400}.required\:outline-grey-400\/5:required{outline-color:#aaaeb40d}.required\:outline-grey-400\/10:required{outline-color:#aaaeb41a}.required\:outline-grey-400\/20:required{outline-color:#aaaeb433}.required\:outline-grey-400\/25:required{outline-color:#aaaeb440}.required\:outline-grey-400\/30:required{outline-color:#aaaeb44d}.required\:outline-grey-400\/40:required{outline-color:#aaaeb466}.required\:outline-grey-400\/50:required{outline-color:#aaaeb480}.required\:outline-grey-400\/60:required{outline-color:#aaaeb499}.required\:outline-grey-400\/70:required{outline-color:#aaaeb4b3}.required\:outline-grey-400\/75:required{outline-color:#aaaeb4bf}.required\:outline-grey-400\/80:required{outline-color:#aaaeb4cc}.required\:outline-grey-400\/90:required{outline-color:#aaaeb4e6}.required\:outline-grey-400\/95:required{outline-color:#aaaeb4f2}.required\:outline-grey-400\/100:required{outline-color:#aaaeb4}.required\:outline-grey-500\/0:required{outline-color:#82899300}.required\:outline-grey-500\/5:required{outline-color:#8289930d}.required\:outline-grey-500\/10:required{outline-color:#8289931a}.required\:outline-grey-500\/20:required{outline-color:#82899333}.required\:outline-grey-500\/25:required{outline-color:#82899340}.required\:outline-grey-500\/30:required{outline-color:#8289934d}.required\:outline-grey-500\/40:required{outline-color:#82899366}.required\:outline-grey-500\/50:required{outline-color:#82899380}.required\:outline-grey-500\/60:required{outline-color:#82899399}.required\:outline-grey-500\/70:required{outline-color:#828993b3}.required\:outline-grey-500\/75:required{outline-color:#828993bf}.required\:outline-grey-500\/80:required{outline-color:#828993cc}.required\:outline-grey-500\/90:required{outline-color:#828993e6}.required\:outline-grey-500\/95:required{outline-color:#828993f2}.required\:outline-grey-500\/100:required{outline-color:#828993}.required\:outline-grey-600\/0:required{outline-color:#47556900}.required\:outline-grey-600\/5:required{outline-color:#4755690d}.required\:outline-grey-600\/10:required{outline-color:#4755691a}.required\:outline-grey-600\/20:required{outline-color:#47556933}.required\:outline-grey-600\/25:required{outline-color:#47556940}.required\:outline-grey-600\/30:required{outline-color:#4755694d}.required\:outline-grey-600\/40:required{outline-color:#47556966}.required\:outline-grey-600\/50:required{outline-color:#47556980}.required\:outline-grey-600\/60:required{outline-color:#47556999}.required\:outline-grey-600\/70:required{outline-color:#475569b3}.required\:outline-grey-600\/75:required{outline-color:#475569bf}.required\:outline-grey-600\/80:required{outline-color:#475569cc}.required\:outline-grey-600\/90:required{outline-color:#475569e6}.required\:outline-grey-600\/95:required{outline-color:#475569f2}.required\:outline-grey-600\/100:required{outline-color:#475569}.required\:outline-grey-700\/0:required{outline-color:#3f4c5d00}.required\:outline-grey-700\/5:required{outline-color:#3f4c5d0d}.required\:outline-grey-700\/10:required{outline-color:#3f4c5d1a}.required\:outline-grey-700\/20:required{outline-color:#3f4c5d33}.required\:outline-grey-700\/25:required{outline-color:#3f4c5d40}.required\:outline-grey-700\/30:required{outline-color:#3f4c5d4d}.required\:outline-grey-700\/40:required{outline-color:#3f4c5d66}.required\:outline-grey-700\/50:required{outline-color:#3f4c5d80}.required\:outline-grey-700\/60:required{outline-color:#3f4c5d99}.required\:outline-grey-700\/70:required{outline-color:#3f4c5db3}.required\:outline-grey-700\/75:required{outline-color:#3f4c5dbf}.required\:outline-grey-700\/80:required{outline-color:#3f4c5dcc}.required\:outline-grey-700\/90:required{outline-color:#3f4c5de6}.required\:outline-grey-700\/95:required{outline-color:#3f4c5df2}.required\:outline-grey-700\/100:required{outline-color:#3f4c5d}.required\:outline-grey-800\/0:required{outline-color:#36415100}.required\:outline-grey-800\/5:required{outline-color:#3641510d}.required\:outline-grey-800\/10:required{outline-color:#3641511a}.required\:outline-grey-800\/20:required{outline-color:#36415133}.required\:outline-grey-800\/25:required{outline-color:#36415140}.required\:outline-grey-800\/30:required{outline-color:#3641514d}.required\:outline-grey-800\/40:required{outline-color:#36415166}.required\:outline-grey-800\/50:required{outline-color:#36415180}.required\:outline-grey-800\/60:required{outline-color:#36415199}.required\:outline-grey-800\/70:required{outline-color:#364151b3}.required\:outline-grey-800\/75:required{outline-color:#364151bf}.required\:outline-grey-800\/80:required{outline-color:#364151cc}.required\:outline-grey-800\/90:required{outline-color:#364151e6}.required\:outline-grey-800\/95:required{outline-color:#364151f2}.required\:outline-grey-800\/100:required{outline-color:#364151}.required\:outline-grey-900\/0:required{outline-color:#2c354200}.required\:outline-grey-900\/5:required{outline-color:#2c35420d}.required\:outline-grey-900\/10:required{outline-color:#2c35421a}.required\:outline-grey-900\/20:required{outline-color:#2c354233}.required\:outline-grey-900\/25:required{outline-color:#2c354240}.required\:outline-grey-900\/30:required{outline-color:#2c35424d}.required\:outline-grey-900\/40:required{outline-color:#2c354266}.required\:outline-grey-900\/50:required{outline-color:#2c354280}.required\:outline-grey-900\/60:required{outline-color:#2c354299}.required\:outline-grey-900\/70:required{outline-color:#2c3542b3}.required\:outline-grey-900\/75:required{outline-color:#2c3542bf}.required\:outline-grey-900\/80:required{outline-color:#2c3542cc}.required\:outline-grey-900\/90:required{outline-color:#2c3542e6}.required\:outline-grey-900\/95:required{outline-color:#2c3542f2}.required\:outline-grey-900\/100:required{outline-color:#2c3542}.required\:outline-grey-1000\/0:required{outline-color:#1f262e00}.required\:outline-grey-1000\/5:required{outline-color:#1f262e0d}.required\:outline-grey-1000\/10:required{outline-color:#1f262e1a}.required\:outline-grey-1000\/20:required{outline-color:#1f262e33}.required\:outline-grey-1000\/25:required{outline-color:#1f262e40}.required\:outline-grey-1000\/30:required{outline-color:#1f262e4d}.required\:outline-grey-1000\/40:required{outline-color:#1f262e66}.required\:outline-grey-1000\/50:required{outline-color:#1f262e80}.required\:outline-grey-1000\/60:required{outline-color:#1f262e99}.required\:outline-grey-1000\/70:required{outline-color:#1f262eb3}.required\:outline-grey-1000\/75:required{outline-color:#1f262ebf}.required\:outline-grey-1000\/80:required{outline-color:#1f262ecc}.required\:outline-grey-1000\/90:required{outline-color:#1f262ee6}.required\:outline-grey-1000\/95:required{outline-color:#1f262ef2}.required\:outline-grey-1000\/100:required{outline-color:#1f262e}.required\:outline-green-1000\/0:required{outline-color:#175e4400}.required\:outline-green-1000\/5:required{outline-color:#175e440d}.required\:outline-green-1000\/10:required{outline-color:#175e441a}.required\:outline-green-1000\/20:required{outline-color:#175e4433}.required\:outline-green-1000\/25:required{outline-color:#175e4440}.required\:outline-green-1000\/30:required{outline-color:#175e444d}.required\:outline-green-1000\/40:required{outline-color:#175e4466}.required\:outline-green-1000\/50:required{outline-color:#175e4480}.required\:outline-green-1000\/60:required{outline-color:#175e4499}.required\:outline-green-1000\/70:required{outline-color:#175e44b3}.required\:outline-green-1000\/75:required{outline-color:#175e44bf}.required\:outline-green-1000\/80:required{outline-color:#175e44cc}.required\:outline-green-1000\/90:required{outline-color:#175e44e6}.required\:outline-green-1000\/95:required{outline-color:#175e44f2}.required\:outline-green-1000\/100:required{outline-color:#175e44}.required\:outline-blue-1000\/0:required{outline-color:#102c6900}.required\:outline-blue-1000\/5:required{outline-color:#102c690d}.required\:outline-blue-1000\/10:required{outline-color:#102c691a}.required\:outline-blue-1000\/20:required{outline-color:#102c6933}.required\:outline-blue-1000\/25:required{outline-color:#102c6940}.required\:outline-blue-1000\/30:required{outline-color:#102c694d}.required\:outline-blue-1000\/40:required{outline-color:#102c6966}.required\:outline-blue-1000\/50:required{outline-color:#102c6980}.required\:outline-blue-1000\/60:required{outline-color:#102c6999}.required\:outline-blue-1000\/70:required{outline-color:#102c69b3}.required\:outline-blue-1000\/75:required{outline-color:#102c69bf}.required\:outline-blue-1000\/80:required{outline-color:#102c69cc}.required\:outline-blue-1000\/90:required{outline-color:#102c69e6}.required\:outline-blue-1000\/95:required{outline-color:#102c69f2}.required\:outline-blue-1000\/100:required{outline-color:#102c69}.required\:outline-orange-1000\/0:required{outline-color:#68270500}.required\:outline-orange-1000\/5:required{outline-color:#6827050d}.required\:outline-orange-1000\/10:required{outline-color:#6827051a}.required\:outline-orange-1000\/20:required{outline-color:#68270533}.required\:outline-orange-1000\/25:required{outline-color:#68270540}.required\:outline-orange-1000\/30:required{outline-color:#6827054d}.required\:outline-orange-1000\/40:required{outline-color:#68270566}.required\:outline-orange-1000\/50:required{outline-color:#68270580}.required\:outline-orange-1000\/60:required{outline-color:#68270599}.required\:outline-orange-1000\/70:required{outline-color:#682705b3}.required\:outline-orange-1000\/75:required{outline-color:#682705bf}.required\:outline-orange-1000\/80:required{outline-color:#682705cc}.required\:outline-orange-1000\/90:required{outline-color:#682705e6}.required\:outline-orange-1000\/95:required{outline-color:#682705f2}.required\:outline-orange-1000\/100:required{outline-color:#682705}.required\:outline-red-1000\/0:required{outline-color:#62101000}.required\:outline-red-1000\/5:required{outline-color:#6210100d}.required\:outline-red-1000\/10:required{outline-color:#6210101a}.required\:outline-red-1000\/20:required{outline-color:#62101033}.required\:outline-red-1000\/25:required{outline-color:#62101040}.required\:outline-red-1000\/30:required{outline-color:#6210104d}.required\:outline-red-1000\/40:required{outline-color:#62101066}.required\:outline-red-1000\/50:required{outline-color:#62101080}.required\:outline-red-1000\/60:required{outline-color:#62101099}.required\:outline-red-1000\/70:required{outline-color:#621010b3}.required\:outline-red-1000\/75:required{outline-color:#621010bf}.required\:outline-red-1000\/80:required{outline-color:#621010cc}.required\:outline-red-1000\/90:required{outline-color:#621010e6}.required\:outline-red-1000\/95:required{outline-color:#621010f2}.required\:outline-red-1000\/100:required{outline-color:#621010}.required\:outline-primary\/0:required{outline-color:#a78bfa00}.required\:outline-primary\/5:required{outline-color:#a78bfa0d}.required\:outline-primary\/10:required{outline-color:#a78bfa1a}.required\:outline-primary\/20:required{outline-color:#a78bfa33}.required\:outline-primary\/25:required{outline-color:#a78bfa40}.required\:outline-primary\/30:required{outline-color:#a78bfa4d}.required\:outline-primary\/40:required{outline-color:#a78bfa66}.required\:outline-primary\/50:required{outline-color:#a78bfa80}.required\:outline-primary\/60:required{outline-color:#a78bfa99}.required\:outline-primary\/70:required{outline-color:#a78bfab3}.required\:outline-primary\/75:required{outline-color:#a78bfabf}.required\:outline-primary\/80:required{outline-color:#a78bfacc}.required\:outline-primary\/90:required{outline-color:#a78bfae6}.required\:outline-primary\/95:required{outline-color:#a78bfaf2}.required\:outline-primary\/100:required{outline-color:#a78bfa}.required\:outline-primary-light\/0:required{outline-color:#f7f5fe00}.required\:outline-primary-light\/5:required{outline-color:#f7f5fe0d}.required\:outline-primary-light\/10:required{outline-color:#f7f5fe1a}.required\:outline-primary-light\/20:required{outline-color:#f7f5fe33}.required\:outline-primary-light\/25:required{outline-color:#f7f5fe40}.required\:outline-primary-light\/30:required{outline-color:#f7f5fe4d}.required\:outline-primary-light\/40:required{outline-color:#f7f5fe66}.required\:outline-primary-light\/50:required{outline-color:#f7f5fe80}.required\:outline-primary-light\/60:required{outline-color:#f7f5fe99}.required\:outline-primary-light\/70:required{outline-color:#f7f5feb3}.required\:outline-primary-light\/75:required{outline-color:#f7f5febf}.required\:outline-primary-light\/80:required{outline-color:#f7f5fecc}.required\:outline-primary-light\/90:required{outline-color:#f7f5fee6}.required\:outline-primary-light\/95:required{outline-color:#f7f5fef2}.required\:outline-primary-light\/100:required{outline-color:#f7f5fe}.required\:outline-primary-dark\/0:required{outline-color:#69579e00}.required\:outline-primary-dark\/5:required{outline-color:#69579e0d}.required\:outline-primary-dark\/10:required{outline-color:#69579e1a}.required\:outline-primary-dark\/20:required{outline-color:#69579e33}.required\:outline-primary-dark\/25:required{outline-color:#69579e40}.required\:outline-primary-dark\/30:required{outline-color:#69579e4d}.required\:outline-primary-dark\/40:required{outline-color:#69579e66}.required\:outline-primary-dark\/50:required{outline-color:#69579e80}.required\:outline-primary-dark\/60:required{outline-color:#69579e99}.required\:outline-primary-dark\/70:required{outline-color:#69579eb3}.required\:outline-primary-dark\/75:required{outline-color:#69579ebf}.required\:outline-primary-dark\/80:required{outline-color:#69579ecc}.required\:outline-primary-dark\/90:required{outline-color:#69579ee6}.required\:outline-primary-dark\/95:required{outline-color:#69579ef2}.required\:outline-primary-dark\/100:required{outline-color:#69579e}.required\:outline-info\/0:required{outline-color:#7690ef00}.required\:outline-info\/5:required{outline-color:#7690ef0d}.required\:outline-info\/10:required{outline-color:#7690ef1a}.required\:outline-info\/20:required{outline-color:#7690ef33}.required\:outline-info\/25:required{outline-color:#7690ef40}.required\:outline-info\/30:required{outline-color:#7690ef4d}.required\:outline-info\/40:required{outline-color:#7690ef66}.required\:outline-info\/50:required{outline-color:#7690ef80}.required\:outline-info\/60:required{outline-color:#7690ef99}.required\:outline-info\/70:required{outline-color:#7690efb3}.required\:outline-info\/75:required{outline-color:#7690efbf}.required\:outline-info\/80:required{outline-color:#7690efcc}.required\:outline-info\/90:required{outline-color:#7690efe6}.required\:outline-info\/95:required{outline-color:#7690eff2}.required\:outline-info\/100:required{outline-color:#7690ef}.required\:outline-info-light\/0:required{outline-color:#f2f3fd00}.required\:outline-info-light\/5:required{outline-color:#f2f3fd0d}.required\:outline-info-light\/10:required{outline-color:#f2f3fd1a}.required\:outline-info-light\/20:required{outline-color:#f2f3fd33}.required\:outline-info-light\/25:required{outline-color:#f2f3fd40}.required\:outline-info-light\/30:required{outline-color:#f2f3fd4d}.required\:outline-info-light\/40:required{outline-color:#f2f3fd66}.required\:outline-info-light\/50:required{outline-color:#f2f3fd80}.required\:outline-info-light\/60:required{outline-color:#f2f3fd99}.required\:outline-info-light\/70:required{outline-color:#f2f3fdb3}.required\:outline-info-light\/75:required{outline-color:#f2f3fdbf}.required\:outline-info-light\/80:required{outline-color:#f2f3fdcc}.required\:outline-info-light\/90:required{outline-color:#f2f3fde6}.required\:outline-info-light\/95:required{outline-color:#f2f3fdf2}.required\:outline-info-light\/100:required{outline-color:#f2f3fd}.required\:outline-info-dark\/0:required{outline-color:#2158d200}.required\:outline-info-dark\/5:required{outline-color:#2158d20d}.required\:outline-info-dark\/10:required{outline-color:#2158d21a}.required\:outline-info-dark\/20:required{outline-color:#2158d233}.required\:outline-info-dark\/25:required{outline-color:#2158d240}.required\:outline-info-dark\/30:required{outline-color:#2158d24d}.required\:outline-info-dark\/40:required{outline-color:#2158d266}.required\:outline-info-dark\/50:required{outline-color:#2158d280}.required\:outline-info-dark\/60:required{outline-color:#2158d299}.required\:outline-info-dark\/70:required{outline-color:#2158d2b3}.required\:outline-info-dark\/75:required{outline-color:#2158d2bf}.required\:outline-info-dark\/80:required{outline-color:#2158d2cc}.required\:outline-info-dark\/90:required{outline-color:#2158d2e6}.required\:outline-info-dark\/95:required{outline-color:#2158d2f2}.required\:outline-info-dark\/100:required{outline-color:#2158d2}.required\:outline-success\/0:required{outline-color:#28a37600}.required\:outline-success\/5:required{outline-color:#28a3760d}.required\:outline-success\/10:required{outline-color:#28a3761a}.required\:outline-success\/20:required{outline-color:#28a37633}.required\:outline-success\/25:required{outline-color:#28a37640}.required\:outline-success\/30:required{outline-color:#28a3764d}.required\:outline-success\/40:required{outline-color:#28a37666}.required\:outline-success\/50:required{outline-color:#28a37680}.required\:outline-success\/60:required{outline-color:#28a37699}.required\:outline-success\/70:required{outline-color:#28a376b3}.required\:outline-success\/75:required{outline-color:#28a376bf}.required\:outline-success\/80:required{outline-color:#28a376cc}.required\:outline-success\/90:required{outline-color:#28a376e6}.required\:outline-success\/95:required{outline-color:#28a376f2}.required\:outline-success\/100:required{outline-color:#28a376}.required\:outline-success-light\/0:required{outline-color:#f2faf600}.required\:outline-success-light\/5:required{outline-color:#f2faf60d}.required\:outline-success-light\/10:required{outline-color:#f2faf61a}.required\:outline-success-light\/20:required{outline-color:#f2faf633}.required\:outline-success-light\/25:required{outline-color:#f2faf640}.required\:outline-success-light\/30:required{outline-color:#f2faf64d}.required\:outline-success-light\/40:required{outline-color:#f2faf666}.required\:outline-success-light\/50:required{outline-color:#f2faf680}.required\:outline-success-light\/60:required{outline-color:#f2faf699}.required\:outline-success-light\/70:required{outline-color:#f2faf6b3}.required\:outline-success-light\/75:required{outline-color:#f2faf6bf}.required\:outline-success-light\/80:required{outline-color:#f2faf6cc}.required\:outline-success-light\/90:required{outline-color:#f2faf6e6}.required\:outline-success-light\/95:required{outline-color:#f2faf6f2}.required\:outline-success-light\/100:required{outline-color:#f2faf6}.required\:outline-success-dark\/0:required{outline-color:#20856000}.required\:outline-success-dark\/5:required{outline-color:#2085600d}.required\:outline-success-dark\/10:required{outline-color:#2085601a}.required\:outline-success-dark\/20:required{outline-color:#20856033}.required\:outline-success-dark\/25:required{outline-color:#20856040}.required\:outline-success-dark\/30:required{outline-color:#2085604d}.required\:outline-success-dark\/40:required{outline-color:#20856066}.required\:outline-success-dark\/50:required{outline-color:#20856080}.required\:outline-success-dark\/60:required{outline-color:#20856099}.required\:outline-success-dark\/70:required{outline-color:#208560b3}.required\:outline-success-dark\/75:required{outline-color:#208560bf}.required\:outline-success-dark\/80:required{outline-color:#208560cc}.required\:outline-success-dark\/90:required{outline-color:#208560e6}.required\:outline-success-dark\/95:required{outline-color:#208560f2}.required\:outline-success-dark\/100:required{outline-color:#208560}.required\:outline-warning\/0:required{outline-color:#faac1e00}.required\:outline-warning\/5:required{outline-color:#faac1e0d}.required\:outline-warning\/10:required{outline-color:#faac1e1a}.required\:outline-warning\/20:required{outline-color:#faac1e33}.required\:outline-warning\/25:required{outline-color:#faac1e40}.required\:outline-warning\/30:required{outline-color:#faac1e4d}.required\:outline-warning\/40:required{outline-color:#faac1e66}.required\:outline-warning\/50:required{outline-color:#faac1e80}.required\:outline-warning\/60:required{outline-color:#faac1e99}.required\:outline-warning\/70:required{outline-color:#faac1eb3}.required\:outline-warning\/75:required{outline-color:#faac1ebf}.required\:outline-warning\/80:required{outline-color:#faac1ecc}.required\:outline-warning\/90:required{outline-color:#faac1ee6}.required\:outline-warning\/95:required{outline-color:#faac1ef2}.required\:outline-warning\/100:required{outline-color:#faac1e}.required\:outline-warning-light\/0:required{outline-color:#fef7f200}.required\:outline-warning-light\/5:required{outline-color:#fef7f20d}.required\:outline-warning-light\/10:required{outline-color:#fef7f21a}.required\:outline-warning-light\/20:required{outline-color:#fef7f233}.required\:outline-warning-light\/25:required{outline-color:#fef7f240}.required\:outline-warning-light\/30:required{outline-color:#fef7f24d}.required\:outline-warning-light\/40:required{outline-color:#fef7f266}.required\:outline-warning-light\/50:required{outline-color:#fef7f280}.required\:outline-warning-light\/60:required{outline-color:#fef7f299}.required\:outline-warning-light\/70:required{outline-color:#fef7f2b3}.required\:outline-warning-light\/75:required{outline-color:#fef7f2bf}.required\:outline-warning-light\/80:required{outline-color:#fef7f2cc}.required\:outline-warning-light\/90:required{outline-color:#fef7f2e6}.required\:outline-warning-light\/95:required{outline-color:#fef7f2f2}.required\:outline-warning-light\/100:required{outline-color:#fef7f2}.required\:outline-warning-dark\/0:required{outline-color:#9e6c1200}.required\:outline-warning-dark\/5:required{outline-color:#9e6c120d}.required\:outline-warning-dark\/10:required{outline-color:#9e6c121a}.required\:outline-warning-dark\/20:required{outline-color:#9e6c1233}.required\:outline-warning-dark\/25:required{outline-color:#9e6c1240}.required\:outline-warning-dark\/30:required{outline-color:#9e6c124d}.required\:outline-warning-dark\/40:required{outline-color:#9e6c1266}.required\:outline-warning-dark\/50:required{outline-color:#9e6c1280}.required\:outline-warning-dark\/60:required{outline-color:#9e6c1299}.required\:outline-warning-dark\/70:required{outline-color:#9e6c12b3}.required\:outline-warning-dark\/75:required{outline-color:#9e6c12bf}.required\:outline-warning-dark\/80:required{outline-color:#9e6c12cc}.required\:outline-warning-dark\/90:required{outline-color:#9e6c12e6}.required\:outline-warning-dark\/95:required{outline-color:#9e6c12f2}.required\:outline-warning-dark\/100:required{outline-color:#9e6c12}.required\:outline-error\/0:required{outline-color:#dc262600}.required\:outline-error\/5:required{outline-color:#dc26260d}.required\:outline-error\/10:required{outline-color:#dc26261a}.required\:outline-error\/20:required{outline-color:#dc262633}.required\:outline-error\/25:required{outline-color:#dc262640}.required\:outline-error\/30:required{outline-color:#dc26264d}.required\:outline-error\/40:required{outline-color:#dc262666}.required\:outline-error\/50:required{outline-color:#dc262680}.required\:outline-error\/60:required{outline-color:#dc262699}.required\:outline-error\/70:required{outline-color:#dc2626b3}.required\:outline-error\/75:required{outline-color:#dc2626bf}.required\:outline-error\/80:required{outline-color:#dc2626cc}.required\:outline-error\/90:required{outline-color:#dc2626e6}.required\:outline-error\/95:required{outline-color:#dc2626f2}.required\:outline-error\/100:required{outline-color:#dc2626}.required\:outline-error-light\/0:required{outline-color:#fbf2f200}.required\:outline-error-light\/5:required{outline-color:#fbf2f20d}.required\:outline-error-light\/10:required{outline-color:#fbf2f21a}.required\:outline-error-light\/20:required{outline-color:#fbf2f233}.required\:outline-error-light\/25:required{outline-color:#fbf2f240}.required\:outline-error-light\/30:required{outline-color:#fbf2f24d}.required\:outline-error-light\/40:required{outline-color:#fbf2f266}.required\:outline-error-light\/50:required{outline-color:#fbf2f280}.required\:outline-error-light\/60:required{outline-color:#fbf2f299}.required\:outline-error-light\/70:required{outline-color:#fbf2f2b3}.required\:outline-error-light\/75:required{outline-color:#fbf2f2bf}.required\:outline-error-light\/80:required{outline-color:#fbf2f2cc}.required\:outline-error-light\/90:required{outline-color:#fbf2f2e6}.required\:outline-error-light\/95:required{outline-color:#fbf2f2f2}.required\:outline-error-light\/100:required{outline-color:#fbf2f2}.required\:outline-error-dark\/0:required{outline-color:#c4212100}.required\:outline-error-dark\/5:required{outline-color:#c421210d}.required\:outline-error-dark\/10:required{outline-color:#c421211a}.required\:outline-error-dark\/20:required{outline-color:#c4212133}.required\:outline-error-dark\/25:required{outline-color:#c4212140}.required\:outline-error-dark\/30:required{outline-color:#c421214d}.required\:outline-error-dark\/40:required{outline-color:#c4212166}.required\:outline-error-dark\/50:required{outline-color:#c4212180}.required\:outline-error-dark\/60:required{outline-color:#c4212199}.required\:outline-error-dark\/70:required{outline-color:#c42121b3}.required\:outline-error-dark\/75:required{outline-color:#c42121bf}.required\:outline-error-dark\/80:required{outline-color:#c42121cc}.required\:outline-error-dark\/90:required{outline-color:#c42121e6}.required\:outline-error-dark\/95:required{outline-color:#c42121f2}.required\:outline-error-dark\/100:required{outline-color:#c42121}.required\:outline-grey\/0:required{outline-color:#47556900}.required\:outline-grey\/5:required{outline-color:#4755690d}.required\:outline-grey\/10:required{outline-color:#4755691a}.required\:outline-grey\/20:required{outline-color:#47556933}.required\:outline-grey\/25:required{outline-color:#47556940}.required\:outline-grey\/30:required{outline-color:#4755694d}.required\:outline-grey\/40:required{outline-color:#47556966}.required\:outline-grey\/50:required{outline-color:#47556980}.required\:outline-grey\/60:required{outline-color:#47556999}.required\:outline-grey\/70:required{outline-color:#475569b3}.required\:outline-grey\/75:required{outline-color:#475569bf}.required\:outline-grey\/80:required{outline-color:#475569cc}.required\:outline-grey\/90:required{outline-color:#475569e6}.required\:outline-grey\/95:required{outline-color:#475569f2}.required\:outline-grey\/100:required{outline-color:#475569}.required\:outline-grey-light\/0:required{outline-color:#f2f3f400}.required\:outline-grey-light\/5:required{outline-color:#f2f3f40d}.required\:outline-grey-light\/10:required{outline-color:#f2f3f41a}.required\:outline-grey-light\/20:required{outline-color:#f2f3f433}.required\:outline-grey-light\/25:required{outline-color:#f2f3f440}.required\:outline-grey-light\/30:required{outline-color:#f2f3f44d}.required\:outline-grey-light\/40:required{outline-color:#f2f3f466}.required\:outline-grey-light\/50:required{outline-color:#f2f3f480}.required\:outline-grey-light\/60:required{outline-color:#f2f3f499}.required\:outline-grey-light\/70:required{outline-color:#f2f3f4b3}.required\:outline-grey-light\/75:required{outline-color:#f2f3f4bf}.required\:outline-grey-light\/80:required{outline-color:#f2f3f4cc}.required\:outline-grey-light\/90:required{outline-color:#f2f3f4e6}.required\:outline-grey-light\/95:required{outline-color:#f2f3f4f2}.required\:outline-grey-light\/100:required{outline-color:#f2f3f4}.required\:outline-grey-dark\/0:required{outline-color:#2c354200}.required\:outline-grey-dark\/5:required{outline-color:#2c35420d}.required\:outline-grey-dark\/10:required{outline-color:#2c35421a}.required\:outline-grey-dark\/20:required{outline-color:#2c354233}.required\:outline-grey-dark\/25:required{outline-color:#2c354240}.required\:outline-grey-dark\/30:required{outline-color:#2c35424d}.required\:outline-grey-dark\/40:required{outline-color:#2c354266}.required\:outline-grey-dark\/50:required{outline-color:#2c354280}.required\:outline-grey-dark\/60:required{outline-color:#2c354299}.required\:outline-grey-dark\/70:required{outline-color:#2c3542b3}.required\:outline-grey-dark\/75:required{outline-color:#2c3542bf}.required\:outline-grey-dark\/80:required{outline-color:#2c3542cc}.required\:outline-grey-dark\/90:required{outline-color:#2c3542e6}.required\:outline-grey-dark\/95:required{outline-color:#2c3542f2}.required\:outline-grey-dark\/100:required{outline-color:#2c3542}.required\:ring-red-50:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity))}.required\:ring-red-100:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 242 242 / var(--tw-ring-opacity))}.required\:ring-red-200:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 228 228 / var(--tw-ring-opacity))}.required\:ring-red-300:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(241 198 198 / var(--tw-ring-opacity))}.required\:ring-red-400:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 163 163 / var(--tw-ring-opacity))}.required\:ring-red-500:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(227 118 118 / var(--tw-ring-opacity))}.required\:ring-red-600:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity))}.required\:ring-red-700:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(196 33 33 / var(--tw-ring-opacity))}.required\:ring-red-800:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(170 29 29 / var(--tw-ring-opacity))}.required\:ring-red-900:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(139 24 24 / var(--tw-ring-opacity))}.required\:ring-orange-50:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity))}.required\:ring-orange-100:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 243 241 / var(--tw-ring-opacity))}.required\:ring-orange-200:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 231 228 / var(--tw-ring-opacity))}.required\:ring-orange-300:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(246 205 197 / var(--tw-ring-opacity))}.required\:ring-orange-400:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 175 161 / var(--tw-ring-opacity))}.required\:ring-orange-500:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(238 138 114 / var(--tw-ring-opacity))}.required\:ring-orange-600:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity))}.required\:ring-orange-700:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 78 10 / var(--tw-ring-opacity))}.required\:ring-orange-800:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(181 68 9 / var(--tw-ring-opacity))}.required\:ring-orange-900:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 55 7 / var(--tw-ring-opacity))}.required\:ring-yellow-50:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity))}.required\:ring-yellow-100:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity))}.required\:ring-yellow-200:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity))}.required\:ring-yellow-300:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity))}.required\:ring-yellow-400:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity))}.required\:ring-yellow-500:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity))}.required\:ring-yellow-600:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity))}.required\:ring-yellow-700:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity))}.required\:ring-yellow-800:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity))}.required\:ring-yellow-900:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity))}.required\:ring-green-50:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 253 244 / var(--tw-ring-opacity))}.required\:ring-green-100:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 250 246 / var(--tw-ring-opacity))}.required\:ring-green-200:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(229 246 238 / var(--tw-ring-opacity))}.required\:ring-green-300:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(200 238 219 / var(--tw-ring-opacity))}.required\:ring-green-400:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(166 229 200 / var(--tw-ring-opacity))}.required\:ring-green-500:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(123 220 178 / var(--tw-ring-opacity))}.required\:ring-green-600:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity))}.required\:ring-green-700:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(46 188 136 / var(--tw-ring-opacity))}.required\:ring-green-800:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(40 163 118 / var(--tw-ring-opacity))}.required\:ring-green-900:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(32 133 96 / var(--tw-ring-opacity))}.required\:ring-emerald-50:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity))}.required\:ring-emerald-100:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity))}.required\:ring-emerald-200:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity))}.required\:ring-emerald-300:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity))}.required\:ring-emerald-400:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity))}.required\:ring-emerald-500:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity))}.required\:ring-emerald-600:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity))}.required\:ring-emerald-700:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity))}.required\:ring-emerald-800:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity))}.required\:ring-emerald-900:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity))}.required\:ring-teal-50:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity))}.required\:ring-teal-100:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity))}.required\:ring-teal-200:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity))}.required\:ring-teal-300:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity))}.required\:ring-teal-400:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity))}.required\:ring-teal-500:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity))}.required\:ring-teal-600:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity))}.required\:ring-teal-700:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity))}.required\:ring-teal-800:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity))}.required\:ring-teal-900:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity))}.required\:ring-sky-50:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 249 255 / var(--tw-ring-opacity))}.required\:ring-sky-100:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity))}.required\:ring-sky-200:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity))}.required\:ring-sky-300:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity))}.required\:ring-sky-400:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity))}.required\:ring-sky-500:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity))}.required\:ring-sky-600:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity))}.required\:ring-sky-700:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity))}.required\:ring-sky-800:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity))}.required\:ring-sky-900:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(12 74 110 / var(--tw-ring-opacity))}.required\:ring-blue-50:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity))}.required\:ring-blue-100:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 253 / var(--tw-ring-opacity))}.required\:ring-blue-200:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(228 232 251 / var(--tw-ring-opacity))}.required\:ring-blue-300:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(198 207 247 / var(--tw-ring-opacity))}.required\:ring-blue-400:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(163 178 243 / var(--tw-ring-opacity))}.required\:ring-blue-500:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(118 144 239 / var(--tw-ring-opacity))}.required\:ring-blue-600:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity))}.required\:ring-blue-700:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(33 88 210 / var(--tw-ring-opacity))}.required\:ring-blue-800:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(28 76 182 / var(--tw-ring-opacity))}.required\:ring-blue-900:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(23 62 148 / var(--tw-ring-opacity))}.required\:ring-indigo-50:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity))}.required\:ring-indigo-100:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity))}.required\:ring-indigo-200:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity))}.required\:ring-indigo-300:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity))}.required\:ring-indigo-400:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity))}.required\:ring-indigo-500:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity))}.required\:ring-indigo-600:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity))}.required\:ring-indigo-700:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity))}.required\:ring-indigo-800:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity))}.required\:ring-indigo-900:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity))}.required\:ring-violet-50:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity))}.required\:ring-violet-100:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity))}.required\:ring-violet-200:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity))}.required\:ring-violet-300:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity))}.required\:ring-violet-400:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity))}.required\:ring-violet-500:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity))}.required\:ring-violet-600:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity))}.required\:ring-violet-700:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity))}.required\:ring-violet-800:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity))}.required\:ring-violet-900:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity))}.required\:ring-fuchsia-50:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 244 255 / var(--tw-ring-opacity))}.required\:ring-fuchsia-100:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity))}.required\:ring-fuchsia-200:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity))}.required\:ring-fuchsia-300:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity))}.required\:ring-fuchsia-400:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity))}.required\:ring-fuchsia-500:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity))}.required\:ring-fuchsia-600:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity))}.required\:ring-fuchsia-700:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity))}.required\:ring-fuchsia-800:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity))}.required\:ring-fuchsia-900:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity))}.required\:ring-pink-50:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity))}.required\:ring-pink-100:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity))}.required\:ring-pink-200:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity))}.required\:ring-pink-300:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity))}.required\:ring-pink-400:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity))}.required\:ring-pink-500:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity))}.required\:ring-pink-600:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity))}.required\:ring-pink-700:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity))}.required\:ring-pink-800:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity))}.required\:ring-pink-900:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity))}.required\:ring-rose-50:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 241 242 / var(--tw-ring-opacity))}.required\:ring-rose-100:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 228 230 / var(--tw-ring-opacity))}.required\:ring-rose-200:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity))}.required\:ring-rose-300:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 164 175 / var(--tw-ring-opacity))}.required\:ring-rose-400:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity))}.required\:ring-rose-500:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity))}.required\:ring-rose-600:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity))}.required\:ring-rose-700:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity))}.required\:ring-rose-800:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(159 18 57 / var(--tw-ring-opacity))}.required\:ring-rose-900:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(136 19 55 / var(--tw-ring-opacity))}.required\:ring-primary-100:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 244 / var(--tw-ring-opacity))}.required\:ring-primary-200:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(232 232 240 / var(--tw-ring-opacity))}.required\:ring-primary-300:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(208 208 225 / var(--tw-ring-opacity))}.required\:ring-primary-400:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(180 180 209 / var(--tw-ring-opacity))}.required\:ring-primary-500:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 147 191 / var(--tw-ring-opacity))}.required\:ring-primary-600:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(104 104 172 / var(--tw-ring-opacity))}.required\:ring-primary-700:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(93 93 153 / var(--tw-ring-opacity))}.required\:ring-primary-800:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(80 80 133 / var(--tw-ring-opacity))}.required\:ring-primary-900:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(65 65 108 / var(--tw-ring-opacity))}.required\:ring-primary-1000:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(46 46 76 / var(--tw-ring-opacity))}.required\:ring-primary-highlight-100:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(247 245 254 / var(--tw-ring-opacity))}.required\:ring-primary-highlight-200:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 236 254 / var(--tw-ring-opacity))}.required\:ring-primary-highlight-300:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(223 216 253 / var(--tw-ring-opacity))}.required\:ring-primary-highlight-400:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(206 193 252 / var(--tw-ring-opacity))}.required\:ring-primary-highlight-500:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(187 168 251 / var(--tw-ring-opacity))}.required\:ring-primary-highlight-600:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity))}.required\:ring-primary-highlight-700:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(149 124 223 / var(--tw-ring-opacity))}.required\:ring-primary-highlight-800:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(129 107 193 / var(--tw-ring-opacity))}.required\:ring-primary-highlight-900:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(105 87 158 / var(--tw-ring-opacity))}.required\:ring-primary-highlight-1000:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(74 62 111 / var(--tw-ring-opacity))}.required\:ring-secondary-100:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 247 242 / var(--tw-ring-opacity))}.required\:ring-secondary-200:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 240 228 / var(--tw-ring-opacity))}.required\:ring-secondary-300:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 225 198 / var(--tw-ring-opacity))}.required\:ring-secondary-400:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 209 162 / var(--tw-ring-opacity))}.required\:ring-secondary-500:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 117 / var(--tw-ring-opacity))}.required\:ring-secondary-600:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 172 30 / var(--tw-ring-opacity))}.required\:ring-secondary-700:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(223 153 26 / var(--tw-ring-opacity))}.required\:ring-secondary-800:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(193 133 23 / var(--tw-ring-opacity))}.required\:ring-secondary-900:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(158 108 18 / var(--tw-ring-opacity))}.required\:ring-secondary-1000:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(111 76 13 / var(--tw-ring-opacity))}.required\:ring-grey-100:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 244 / var(--tw-ring-opacity))}.required\:ring-grey-200:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(230 231 232 / var(--tw-ring-opacity))}.required\:ring-grey-300:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(202 204 208 / var(--tw-ring-opacity))}.required\:ring-grey-400:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(170 174 180 / var(--tw-ring-opacity))}.required\:ring-grey-500:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(130 137 147 / var(--tw-ring-opacity))}.required\:ring-grey-600:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity))}.required\:ring-grey-700:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(63 76 93 / var(--tw-ring-opacity))}.required\:ring-grey-800:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(54 65 81 / var(--tw-ring-opacity))}.required\:ring-grey-900:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(44 53 66 / var(--tw-ring-opacity))}.required\:ring-grey-1000:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(31 38 46 / var(--tw-ring-opacity))}.required\:ring-green-1000:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(23 94 68 / var(--tw-ring-opacity))}.required\:ring-blue-1000:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 44 105 / var(--tw-ring-opacity))}.required\:ring-orange-1000:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(104 39 5 / var(--tw-ring-opacity))}.required\:ring-red-1000:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(98 16 16 / var(--tw-ring-opacity))}.required\:ring-primary:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity))}.required\:ring-primary-light:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(247 245 254 / var(--tw-ring-opacity))}.required\:ring-primary-dark:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(105 87 158 / var(--tw-ring-opacity))}.required\:ring-info:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(118 144 239 / var(--tw-ring-opacity))}.required\:ring-info-light:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 253 / var(--tw-ring-opacity))}.required\:ring-info-dark:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(33 88 210 / var(--tw-ring-opacity))}.required\:ring-success:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(40 163 118 / var(--tw-ring-opacity))}.required\:ring-success-light:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 250 246 / var(--tw-ring-opacity))}.required\:ring-success-dark:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(32 133 96 / var(--tw-ring-opacity))}.required\:ring-warning:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 172 30 / var(--tw-ring-opacity))}.required\:ring-warning-light:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 247 242 / var(--tw-ring-opacity))}.required\:ring-warning-dark:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(158 108 18 / var(--tw-ring-opacity))}.required\:ring-error:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity))}.required\:ring-error-light:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 242 242 / var(--tw-ring-opacity))}.required\:ring-error-dark:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(196 33 33 / var(--tw-ring-opacity))}.required\:ring-grey:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity))}.required\:ring-grey-light:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 244 / var(--tw-ring-opacity))}.required\:ring-grey-dark:required{--tw-ring-opacity: 1;--tw-ring-color: rgb(44 53 66 / var(--tw-ring-opacity))}.required\:ring-red-50\/0:required{--tw-ring-color: rgb(254 242 242 / 0)}.required\:ring-red-50\/5:required{--tw-ring-color: rgb(254 242 242 / .05)}.required\:ring-red-50\/10:required{--tw-ring-color: rgb(254 242 242 / .1)}.required\:ring-red-50\/20:required{--tw-ring-color: rgb(254 242 242 / .2)}.required\:ring-red-50\/25:required{--tw-ring-color: rgb(254 242 242 / .25)}.required\:ring-red-50\/30:required{--tw-ring-color: rgb(254 242 242 / .3)}.required\:ring-red-50\/40:required{--tw-ring-color: rgb(254 242 242 / .4)}.required\:ring-red-50\/50:required{--tw-ring-color: rgb(254 242 242 / .5)}.required\:ring-red-50\/60:required{--tw-ring-color: rgb(254 242 242 / .6)}.required\:ring-red-50\/70:required{--tw-ring-color: rgb(254 242 242 / .7)}.required\:ring-red-50\/75:required{--tw-ring-color: rgb(254 242 242 / .75)}.required\:ring-red-50\/80:required{--tw-ring-color: rgb(254 242 242 / .8)}.required\:ring-red-50\/90:required{--tw-ring-color: rgb(254 242 242 / .9)}.required\:ring-red-50\/95:required{--tw-ring-color: rgb(254 242 242 / .95)}.required\:ring-red-50\/100:required{--tw-ring-color: rgb(254 242 242 / 1)}.required\:ring-red-100\/0:required{--tw-ring-color: rgb(251 242 242 / 0)}.required\:ring-red-100\/5:required{--tw-ring-color: rgb(251 242 242 / .05)}.required\:ring-red-100\/10:required{--tw-ring-color: rgb(251 242 242 / .1)}.required\:ring-red-100\/20:required{--tw-ring-color: rgb(251 242 242 / .2)}.required\:ring-red-100\/25:required{--tw-ring-color: rgb(251 242 242 / .25)}.required\:ring-red-100\/30:required{--tw-ring-color: rgb(251 242 242 / .3)}.required\:ring-red-100\/40:required{--tw-ring-color: rgb(251 242 242 / .4)}.required\:ring-red-100\/50:required{--tw-ring-color: rgb(251 242 242 / .5)}.required\:ring-red-100\/60:required{--tw-ring-color: rgb(251 242 242 / .6)}.required\:ring-red-100\/70:required{--tw-ring-color: rgb(251 242 242 / .7)}.required\:ring-red-100\/75:required{--tw-ring-color: rgb(251 242 242 / .75)}.required\:ring-red-100\/80:required{--tw-ring-color: rgb(251 242 242 / .8)}.required\:ring-red-100\/90:required{--tw-ring-color: rgb(251 242 242 / .9)}.required\:ring-red-100\/95:required{--tw-ring-color: rgb(251 242 242 / .95)}.required\:ring-red-100\/100:required{--tw-ring-color: rgb(251 242 242 / 1)}.required\:ring-red-200\/0:required{--tw-ring-color: rgb(248 228 228 / 0)}.required\:ring-red-200\/5:required{--tw-ring-color: rgb(248 228 228 / .05)}.required\:ring-red-200\/10:required{--tw-ring-color: rgb(248 228 228 / .1)}.required\:ring-red-200\/20:required{--tw-ring-color: rgb(248 228 228 / .2)}.required\:ring-red-200\/25:required{--tw-ring-color: rgb(248 228 228 / .25)}.required\:ring-red-200\/30:required{--tw-ring-color: rgb(248 228 228 / .3)}.required\:ring-red-200\/40:required{--tw-ring-color: rgb(248 228 228 / .4)}.required\:ring-red-200\/50:required{--tw-ring-color: rgb(248 228 228 / .5)}.required\:ring-red-200\/60:required{--tw-ring-color: rgb(248 228 228 / .6)}.required\:ring-red-200\/70:required{--tw-ring-color: rgb(248 228 228 / .7)}.required\:ring-red-200\/75:required{--tw-ring-color: rgb(248 228 228 / .75)}.required\:ring-red-200\/80:required{--tw-ring-color: rgb(248 228 228 / .8)}.required\:ring-red-200\/90:required{--tw-ring-color: rgb(248 228 228 / .9)}.required\:ring-red-200\/95:required{--tw-ring-color: rgb(248 228 228 / .95)}.required\:ring-red-200\/100:required{--tw-ring-color: rgb(248 228 228 / 1)}.required\:ring-red-300\/0:required{--tw-ring-color: rgb(241 198 198 / 0)}.required\:ring-red-300\/5:required{--tw-ring-color: rgb(241 198 198 / .05)}.required\:ring-red-300\/10:required{--tw-ring-color: rgb(241 198 198 / .1)}.required\:ring-red-300\/20:required{--tw-ring-color: rgb(241 198 198 / .2)}.required\:ring-red-300\/25:required{--tw-ring-color: rgb(241 198 198 / .25)}.required\:ring-red-300\/30:required{--tw-ring-color: rgb(241 198 198 / .3)}.required\:ring-red-300\/40:required{--tw-ring-color: rgb(241 198 198 / .4)}.required\:ring-red-300\/50:required{--tw-ring-color: rgb(241 198 198 / .5)}.required\:ring-red-300\/60:required{--tw-ring-color: rgb(241 198 198 / .6)}.required\:ring-red-300\/70:required{--tw-ring-color: rgb(241 198 198 / .7)}.required\:ring-red-300\/75:required{--tw-ring-color: rgb(241 198 198 / .75)}.required\:ring-red-300\/80:required{--tw-ring-color: rgb(241 198 198 / .8)}.required\:ring-red-300\/90:required{--tw-ring-color: rgb(241 198 198 / .9)}.required\:ring-red-300\/95:required{--tw-ring-color: rgb(241 198 198 / .95)}.required\:ring-red-300\/100:required{--tw-ring-color: rgb(241 198 198 / 1)}.required\:ring-red-400\/0:required{--tw-ring-color: rgb(234 163 163 / 0)}.required\:ring-red-400\/5:required{--tw-ring-color: rgb(234 163 163 / .05)}.required\:ring-red-400\/10:required{--tw-ring-color: rgb(234 163 163 / .1)}.required\:ring-red-400\/20:required{--tw-ring-color: rgb(234 163 163 / .2)}.required\:ring-red-400\/25:required{--tw-ring-color: rgb(234 163 163 / .25)}.required\:ring-red-400\/30:required{--tw-ring-color: rgb(234 163 163 / .3)}.required\:ring-red-400\/40:required{--tw-ring-color: rgb(234 163 163 / .4)}.required\:ring-red-400\/50:required{--tw-ring-color: rgb(234 163 163 / .5)}.required\:ring-red-400\/60:required{--tw-ring-color: rgb(234 163 163 / .6)}.required\:ring-red-400\/70:required{--tw-ring-color: rgb(234 163 163 / .7)}.required\:ring-red-400\/75:required{--tw-ring-color: rgb(234 163 163 / .75)}.required\:ring-red-400\/80:required{--tw-ring-color: rgb(234 163 163 / .8)}.required\:ring-red-400\/90:required{--tw-ring-color: rgb(234 163 163 / .9)}.required\:ring-red-400\/95:required{--tw-ring-color: rgb(234 163 163 / .95)}.required\:ring-red-400\/100:required{--tw-ring-color: rgb(234 163 163 / 1)}.required\:ring-red-500\/0:required{--tw-ring-color: rgb(227 118 118 / 0)}.required\:ring-red-500\/5:required{--tw-ring-color: rgb(227 118 118 / .05)}.required\:ring-red-500\/10:required{--tw-ring-color: rgb(227 118 118 / .1)}.required\:ring-red-500\/20:required{--tw-ring-color: rgb(227 118 118 / .2)}.required\:ring-red-500\/25:required{--tw-ring-color: rgb(227 118 118 / .25)}.required\:ring-red-500\/30:required{--tw-ring-color: rgb(227 118 118 / .3)}.required\:ring-red-500\/40:required{--tw-ring-color: rgb(227 118 118 / .4)}.required\:ring-red-500\/50:required{--tw-ring-color: rgb(227 118 118 / .5)}.required\:ring-red-500\/60:required{--tw-ring-color: rgb(227 118 118 / .6)}.required\:ring-red-500\/70:required{--tw-ring-color: rgb(227 118 118 / .7)}.required\:ring-red-500\/75:required{--tw-ring-color: rgb(227 118 118 / .75)}.required\:ring-red-500\/80:required{--tw-ring-color: rgb(227 118 118 / .8)}.required\:ring-red-500\/90:required{--tw-ring-color: rgb(227 118 118 / .9)}.required\:ring-red-500\/95:required{--tw-ring-color: rgb(227 118 118 / .95)}.required\:ring-red-500\/100:required{--tw-ring-color: rgb(227 118 118 / 1)}.required\:ring-red-600\/0:required{--tw-ring-color: rgb(220 38 38 / 0)}.required\:ring-red-600\/5:required{--tw-ring-color: rgb(220 38 38 / .05)}.required\:ring-red-600\/10:required{--tw-ring-color: rgb(220 38 38 / .1)}.required\:ring-red-600\/20:required{--tw-ring-color: rgb(220 38 38 / .2)}.required\:ring-red-600\/25:required{--tw-ring-color: rgb(220 38 38 / .25)}.required\:ring-red-600\/30:required{--tw-ring-color: rgb(220 38 38 / .3)}.required\:ring-red-600\/40:required{--tw-ring-color: rgb(220 38 38 / .4)}.required\:ring-red-600\/50:required{--tw-ring-color: rgb(220 38 38 / .5)}.required\:ring-red-600\/60:required{--tw-ring-color: rgb(220 38 38 / .6)}.required\:ring-red-600\/70:required{--tw-ring-color: rgb(220 38 38 / .7)}.required\:ring-red-600\/75:required{--tw-ring-color: rgb(220 38 38 / .75)}.required\:ring-red-600\/80:required{--tw-ring-color: rgb(220 38 38 / .8)}.required\:ring-red-600\/90:required{--tw-ring-color: rgb(220 38 38 / .9)}.required\:ring-red-600\/95:required{--tw-ring-color: rgb(220 38 38 / .95)}.required\:ring-red-600\/100:required{--tw-ring-color: rgb(220 38 38 / 1)}.required\:ring-red-700\/0:required{--tw-ring-color: rgb(196 33 33 / 0)}.required\:ring-red-700\/5:required{--tw-ring-color: rgb(196 33 33 / .05)}.required\:ring-red-700\/10:required{--tw-ring-color: rgb(196 33 33 / .1)}.required\:ring-red-700\/20:required{--tw-ring-color: rgb(196 33 33 / .2)}.required\:ring-red-700\/25:required{--tw-ring-color: rgb(196 33 33 / .25)}.required\:ring-red-700\/30:required{--tw-ring-color: rgb(196 33 33 / .3)}.required\:ring-red-700\/40:required{--tw-ring-color: rgb(196 33 33 / .4)}.required\:ring-red-700\/50:required{--tw-ring-color: rgb(196 33 33 / .5)}.required\:ring-red-700\/60:required{--tw-ring-color: rgb(196 33 33 / .6)}.required\:ring-red-700\/70:required{--tw-ring-color: rgb(196 33 33 / .7)}.required\:ring-red-700\/75:required{--tw-ring-color: rgb(196 33 33 / .75)}.required\:ring-red-700\/80:required{--tw-ring-color: rgb(196 33 33 / .8)}.required\:ring-red-700\/90:required{--tw-ring-color: rgb(196 33 33 / .9)}.required\:ring-red-700\/95:required{--tw-ring-color: rgb(196 33 33 / .95)}.required\:ring-red-700\/100:required{--tw-ring-color: rgb(196 33 33 / 1)}.required\:ring-red-800\/0:required{--tw-ring-color: rgb(170 29 29 / 0)}.required\:ring-red-800\/5:required{--tw-ring-color: rgb(170 29 29 / .05)}.required\:ring-red-800\/10:required{--tw-ring-color: rgb(170 29 29 / .1)}.required\:ring-red-800\/20:required{--tw-ring-color: rgb(170 29 29 / .2)}.required\:ring-red-800\/25:required{--tw-ring-color: rgb(170 29 29 / .25)}.required\:ring-red-800\/30:required{--tw-ring-color: rgb(170 29 29 / .3)}.required\:ring-red-800\/40:required{--tw-ring-color: rgb(170 29 29 / .4)}.required\:ring-red-800\/50:required{--tw-ring-color: rgb(170 29 29 / .5)}.required\:ring-red-800\/60:required{--tw-ring-color: rgb(170 29 29 / .6)}.required\:ring-red-800\/70:required{--tw-ring-color: rgb(170 29 29 / .7)}.required\:ring-red-800\/75:required{--tw-ring-color: rgb(170 29 29 / .75)}.required\:ring-red-800\/80:required{--tw-ring-color: rgb(170 29 29 / .8)}.required\:ring-red-800\/90:required{--tw-ring-color: rgb(170 29 29 / .9)}.required\:ring-red-800\/95:required{--tw-ring-color: rgb(170 29 29 / .95)}.required\:ring-red-800\/100:required{--tw-ring-color: rgb(170 29 29 / 1)}.required\:ring-red-900\/0:required{--tw-ring-color: rgb(139 24 24 / 0)}.required\:ring-red-900\/5:required{--tw-ring-color: rgb(139 24 24 / .05)}.required\:ring-red-900\/10:required{--tw-ring-color: rgb(139 24 24 / .1)}.required\:ring-red-900\/20:required{--tw-ring-color: rgb(139 24 24 / .2)}.required\:ring-red-900\/25:required{--tw-ring-color: rgb(139 24 24 / .25)}.required\:ring-red-900\/30:required{--tw-ring-color: rgb(139 24 24 / .3)}.required\:ring-red-900\/40:required{--tw-ring-color: rgb(139 24 24 / .4)}.required\:ring-red-900\/50:required{--tw-ring-color: rgb(139 24 24 / .5)}.required\:ring-red-900\/60:required{--tw-ring-color: rgb(139 24 24 / .6)}.required\:ring-red-900\/70:required{--tw-ring-color: rgb(139 24 24 / .7)}.required\:ring-red-900\/75:required{--tw-ring-color: rgb(139 24 24 / .75)}.required\:ring-red-900\/80:required{--tw-ring-color: rgb(139 24 24 / .8)}.required\:ring-red-900\/90:required{--tw-ring-color: rgb(139 24 24 / .9)}.required\:ring-red-900\/95:required{--tw-ring-color: rgb(139 24 24 / .95)}.required\:ring-red-900\/100:required{--tw-ring-color: rgb(139 24 24 / 1)}.required\:ring-orange-50\/0:required{--tw-ring-color: rgb(255 247 237 / 0)}.required\:ring-orange-50\/5:required{--tw-ring-color: rgb(255 247 237 / .05)}.required\:ring-orange-50\/10:required{--tw-ring-color: rgb(255 247 237 / .1)}.required\:ring-orange-50\/20:required{--tw-ring-color: rgb(255 247 237 / .2)}.required\:ring-orange-50\/25:required{--tw-ring-color: rgb(255 247 237 / .25)}.required\:ring-orange-50\/30:required{--tw-ring-color: rgb(255 247 237 / .3)}.required\:ring-orange-50\/40:required{--tw-ring-color: rgb(255 247 237 / .4)}.required\:ring-orange-50\/50:required{--tw-ring-color: rgb(255 247 237 / .5)}.required\:ring-orange-50\/60:required{--tw-ring-color: rgb(255 247 237 / .6)}.required\:ring-orange-50\/70:required{--tw-ring-color: rgb(255 247 237 / .7)}.required\:ring-orange-50\/75:required{--tw-ring-color: rgb(255 247 237 / .75)}.required\:ring-orange-50\/80:required{--tw-ring-color: rgb(255 247 237 / .8)}.required\:ring-orange-50\/90:required{--tw-ring-color: rgb(255 247 237 / .9)}.required\:ring-orange-50\/95:required{--tw-ring-color: rgb(255 247 237 / .95)}.required\:ring-orange-50\/100:required{--tw-ring-color: rgb(255 247 237 / 1)}.required\:ring-orange-100\/0:required{--tw-ring-color: rgb(252 243 241 / 0)}.required\:ring-orange-100\/5:required{--tw-ring-color: rgb(252 243 241 / .05)}.required\:ring-orange-100\/10:required{--tw-ring-color: rgb(252 243 241 / .1)}.required\:ring-orange-100\/20:required{--tw-ring-color: rgb(252 243 241 / .2)}.required\:ring-orange-100\/25:required{--tw-ring-color: rgb(252 243 241 / .25)}.required\:ring-orange-100\/30:required{--tw-ring-color: rgb(252 243 241 / .3)}.required\:ring-orange-100\/40:required{--tw-ring-color: rgb(252 243 241 / .4)}.required\:ring-orange-100\/50:required{--tw-ring-color: rgb(252 243 241 / .5)}.required\:ring-orange-100\/60:required{--tw-ring-color: rgb(252 243 241 / .6)}.required\:ring-orange-100\/70:required{--tw-ring-color: rgb(252 243 241 / .7)}.required\:ring-orange-100\/75:required{--tw-ring-color: rgb(252 243 241 / .75)}.required\:ring-orange-100\/80:required{--tw-ring-color: rgb(252 243 241 / .8)}.required\:ring-orange-100\/90:required{--tw-ring-color: rgb(252 243 241 / .9)}.required\:ring-orange-100\/95:required{--tw-ring-color: rgb(252 243 241 / .95)}.required\:ring-orange-100\/100:required{--tw-ring-color: rgb(252 243 241 / 1)}.required\:ring-orange-200\/0:required{--tw-ring-color: rgb(250 231 228 / 0)}.required\:ring-orange-200\/5:required{--tw-ring-color: rgb(250 231 228 / .05)}.required\:ring-orange-200\/10:required{--tw-ring-color: rgb(250 231 228 / .1)}.required\:ring-orange-200\/20:required{--tw-ring-color: rgb(250 231 228 / .2)}.required\:ring-orange-200\/25:required{--tw-ring-color: rgb(250 231 228 / .25)}.required\:ring-orange-200\/30:required{--tw-ring-color: rgb(250 231 228 / .3)}.required\:ring-orange-200\/40:required{--tw-ring-color: rgb(250 231 228 / .4)}.required\:ring-orange-200\/50:required{--tw-ring-color: rgb(250 231 228 / .5)}.required\:ring-orange-200\/60:required{--tw-ring-color: rgb(250 231 228 / .6)}.required\:ring-orange-200\/70:required{--tw-ring-color: rgb(250 231 228 / .7)}.required\:ring-orange-200\/75:required{--tw-ring-color: rgb(250 231 228 / .75)}.required\:ring-orange-200\/80:required{--tw-ring-color: rgb(250 231 228 / .8)}.required\:ring-orange-200\/90:required{--tw-ring-color: rgb(250 231 228 / .9)}.required\:ring-orange-200\/95:required{--tw-ring-color: rgb(250 231 228 / .95)}.required\:ring-orange-200\/100:required{--tw-ring-color: rgb(250 231 228 / 1)}.required\:ring-orange-300\/0:required{--tw-ring-color: rgb(246 205 197 / 0)}.required\:ring-orange-300\/5:required{--tw-ring-color: rgb(246 205 197 / .05)}.required\:ring-orange-300\/10:required{--tw-ring-color: rgb(246 205 197 / .1)}.required\:ring-orange-300\/20:required{--tw-ring-color: rgb(246 205 197 / .2)}.required\:ring-orange-300\/25:required{--tw-ring-color: rgb(246 205 197 / .25)}.required\:ring-orange-300\/30:required{--tw-ring-color: rgb(246 205 197 / .3)}.required\:ring-orange-300\/40:required{--tw-ring-color: rgb(246 205 197 / .4)}.required\:ring-orange-300\/50:required{--tw-ring-color: rgb(246 205 197 / .5)}.required\:ring-orange-300\/60:required{--tw-ring-color: rgb(246 205 197 / .6)}.required\:ring-orange-300\/70:required{--tw-ring-color: rgb(246 205 197 / .7)}.required\:ring-orange-300\/75:required{--tw-ring-color: rgb(246 205 197 / .75)}.required\:ring-orange-300\/80:required{--tw-ring-color: rgb(246 205 197 / .8)}.required\:ring-orange-300\/90:required{--tw-ring-color: rgb(246 205 197 / .9)}.required\:ring-orange-300\/95:required{--tw-ring-color: rgb(246 205 197 / .95)}.required\:ring-orange-300\/100:required{--tw-ring-color: rgb(246 205 197 / 1)}.required\:ring-orange-400\/0:required{--tw-ring-color: rgb(242 175 161 / 0)}.required\:ring-orange-400\/5:required{--tw-ring-color: rgb(242 175 161 / .05)}.required\:ring-orange-400\/10:required{--tw-ring-color: rgb(242 175 161 / .1)}.required\:ring-orange-400\/20:required{--tw-ring-color: rgb(242 175 161 / .2)}.required\:ring-orange-400\/25:required{--tw-ring-color: rgb(242 175 161 / .25)}.required\:ring-orange-400\/30:required{--tw-ring-color: rgb(242 175 161 / .3)}.required\:ring-orange-400\/40:required{--tw-ring-color: rgb(242 175 161 / .4)}.required\:ring-orange-400\/50:required{--tw-ring-color: rgb(242 175 161 / .5)}.required\:ring-orange-400\/60:required{--tw-ring-color: rgb(242 175 161 / .6)}.required\:ring-orange-400\/70:required{--tw-ring-color: rgb(242 175 161 / .7)}.required\:ring-orange-400\/75:required{--tw-ring-color: rgb(242 175 161 / .75)}.required\:ring-orange-400\/80:required{--tw-ring-color: rgb(242 175 161 / .8)}.required\:ring-orange-400\/90:required{--tw-ring-color: rgb(242 175 161 / .9)}.required\:ring-orange-400\/95:required{--tw-ring-color: rgb(242 175 161 / .95)}.required\:ring-orange-400\/100:required{--tw-ring-color: rgb(242 175 161 / 1)}.required\:ring-orange-500\/0:required{--tw-ring-color: rgb(238 138 114 / 0)}.required\:ring-orange-500\/5:required{--tw-ring-color: rgb(238 138 114 / .05)}.required\:ring-orange-500\/10:required{--tw-ring-color: rgb(238 138 114 / .1)}.required\:ring-orange-500\/20:required{--tw-ring-color: rgb(238 138 114 / .2)}.required\:ring-orange-500\/25:required{--tw-ring-color: rgb(238 138 114 / .25)}.required\:ring-orange-500\/30:required{--tw-ring-color: rgb(238 138 114 / .3)}.required\:ring-orange-500\/40:required{--tw-ring-color: rgb(238 138 114 / .4)}.required\:ring-orange-500\/50:required{--tw-ring-color: rgb(238 138 114 / .5)}.required\:ring-orange-500\/60:required{--tw-ring-color: rgb(238 138 114 / .6)}.required\:ring-orange-500\/70:required{--tw-ring-color: rgb(238 138 114 / .7)}.required\:ring-orange-500\/75:required{--tw-ring-color: rgb(238 138 114 / .75)}.required\:ring-orange-500\/80:required{--tw-ring-color: rgb(238 138 114 / .8)}.required\:ring-orange-500\/90:required{--tw-ring-color: rgb(238 138 114 / .9)}.required\:ring-orange-500\/95:required{--tw-ring-color: rgb(238 138 114 / .95)}.required\:ring-orange-500\/100:required{--tw-ring-color: rgb(238 138 114 / 1)}.required\:ring-orange-600\/0:required{--tw-ring-color: rgb(234 88 12 / 0)}.required\:ring-orange-600\/5:required{--tw-ring-color: rgb(234 88 12 / .05)}.required\:ring-orange-600\/10:required{--tw-ring-color: rgb(234 88 12 / .1)}.required\:ring-orange-600\/20:required{--tw-ring-color: rgb(234 88 12 / .2)}.required\:ring-orange-600\/25:required{--tw-ring-color: rgb(234 88 12 / .25)}.required\:ring-orange-600\/30:required{--tw-ring-color: rgb(234 88 12 / .3)}.required\:ring-orange-600\/40:required{--tw-ring-color: rgb(234 88 12 / .4)}.required\:ring-orange-600\/50:required{--tw-ring-color: rgb(234 88 12 / .5)}.required\:ring-orange-600\/60:required{--tw-ring-color: rgb(234 88 12 / .6)}.required\:ring-orange-600\/70:required{--tw-ring-color: rgb(234 88 12 / .7)}.required\:ring-orange-600\/75:required{--tw-ring-color: rgb(234 88 12 / .75)}.required\:ring-orange-600\/80:required{--tw-ring-color: rgb(234 88 12 / .8)}.required\:ring-orange-600\/90:required{--tw-ring-color: rgb(234 88 12 / .9)}.required\:ring-orange-600\/95:required{--tw-ring-color: rgb(234 88 12 / .95)}.required\:ring-orange-600\/100:required{--tw-ring-color: rgb(234 88 12 / 1)}.required\:ring-orange-700\/0:required{--tw-ring-color: rgb(209 78 10 / 0)}.required\:ring-orange-700\/5:required{--tw-ring-color: rgb(209 78 10 / .05)}.required\:ring-orange-700\/10:required{--tw-ring-color: rgb(209 78 10 / .1)}.required\:ring-orange-700\/20:required{--tw-ring-color: rgb(209 78 10 / .2)}.required\:ring-orange-700\/25:required{--tw-ring-color: rgb(209 78 10 / .25)}.required\:ring-orange-700\/30:required{--tw-ring-color: rgb(209 78 10 / .3)}.required\:ring-orange-700\/40:required{--tw-ring-color: rgb(209 78 10 / .4)}.required\:ring-orange-700\/50:required{--tw-ring-color: rgb(209 78 10 / .5)}.required\:ring-orange-700\/60:required{--tw-ring-color: rgb(209 78 10 / .6)}.required\:ring-orange-700\/70:required{--tw-ring-color: rgb(209 78 10 / .7)}.required\:ring-orange-700\/75:required{--tw-ring-color: rgb(209 78 10 / .75)}.required\:ring-orange-700\/80:required{--tw-ring-color: rgb(209 78 10 / .8)}.required\:ring-orange-700\/90:required{--tw-ring-color: rgb(209 78 10 / .9)}.required\:ring-orange-700\/95:required{--tw-ring-color: rgb(209 78 10 / .95)}.required\:ring-orange-700\/100:required{--tw-ring-color: rgb(209 78 10 / 1)}.required\:ring-orange-800\/0:required{--tw-ring-color: rgb(181 68 9 / 0)}.required\:ring-orange-800\/5:required{--tw-ring-color: rgb(181 68 9 / .05)}.required\:ring-orange-800\/10:required{--tw-ring-color: rgb(181 68 9 / .1)}.required\:ring-orange-800\/20:required{--tw-ring-color: rgb(181 68 9 / .2)}.required\:ring-orange-800\/25:required{--tw-ring-color: rgb(181 68 9 / .25)}.required\:ring-orange-800\/30:required{--tw-ring-color: rgb(181 68 9 / .3)}.required\:ring-orange-800\/40:required{--tw-ring-color: rgb(181 68 9 / .4)}.required\:ring-orange-800\/50:required{--tw-ring-color: rgb(181 68 9 / .5)}.required\:ring-orange-800\/60:required{--tw-ring-color: rgb(181 68 9 / .6)}.required\:ring-orange-800\/70:required{--tw-ring-color: rgb(181 68 9 / .7)}.required\:ring-orange-800\/75:required{--tw-ring-color: rgb(181 68 9 / .75)}.required\:ring-orange-800\/80:required{--tw-ring-color: rgb(181 68 9 / .8)}.required\:ring-orange-800\/90:required{--tw-ring-color: rgb(181 68 9 / .9)}.required\:ring-orange-800\/95:required{--tw-ring-color: rgb(181 68 9 / .95)}.required\:ring-orange-800\/100:required{--tw-ring-color: rgb(181 68 9 / 1)}.required\:ring-orange-900\/0:required{--tw-ring-color: rgb(147 55 7 / 0)}.required\:ring-orange-900\/5:required{--tw-ring-color: rgb(147 55 7 / .05)}.required\:ring-orange-900\/10:required{--tw-ring-color: rgb(147 55 7 / .1)}.required\:ring-orange-900\/20:required{--tw-ring-color: rgb(147 55 7 / .2)}.required\:ring-orange-900\/25:required{--tw-ring-color: rgb(147 55 7 / .25)}.required\:ring-orange-900\/30:required{--tw-ring-color: rgb(147 55 7 / .3)}.required\:ring-orange-900\/40:required{--tw-ring-color: rgb(147 55 7 / .4)}.required\:ring-orange-900\/50:required{--tw-ring-color: rgb(147 55 7 / .5)}.required\:ring-orange-900\/60:required{--tw-ring-color: rgb(147 55 7 / .6)}.required\:ring-orange-900\/70:required{--tw-ring-color: rgb(147 55 7 / .7)}.required\:ring-orange-900\/75:required{--tw-ring-color: rgb(147 55 7 / .75)}.required\:ring-orange-900\/80:required{--tw-ring-color: rgb(147 55 7 / .8)}.required\:ring-orange-900\/90:required{--tw-ring-color: rgb(147 55 7 / .9)}.required\:ring-orange-900\/95:required{--tw-ring-color: rgb(147 55 7 / .95)}.required\:ring-orange-900\/100:required{--tw-ring-color: rgb(147 55 7 / 1)}.required\:ring-yellow-50\/0:required{--tw-ring-color: rgb(254 252 232 / 0)}.required\:ring-yellow-50\/5:required{--tw-ring-color: rgb(254 252 232 / .05)}.required\:ring-yellow-50\/10:required{--tw-ring-color: rgb(254 252 232 / .1)}.required\:ring-yellow-50\/20:required{--tw-ring-color: rgb(254 252 232 / .2)}.required\:ring-yellow-50\/25:required{--tw-ring-color: rgb(254 252 232 / .25)}.required\:ring-yellow-50\/30:required{--tw-ring-color: rgb(254 252 232 / .3)}.required\:ring-yellow-50\/40:required{--tw-ring-color: rgb(254 252 232 / .4)}.required\:ring-yellow-50\/50:required{--tw-ring-color: rgb(254 252 232 / .5)}.required\:ring-yellow-50\/60:required{--tw-ring-color: rgb(254 252 232 / .6)}.required\:ring-yellow-50\/70:required{--tw-ring-color: rgb(254 252 232 / .7)}.required\:ring-yellow-50\/75:required{--tw-ring-color: rgb(254 252 232 / .75)}.required\:ring-yellow-50\/80:required{--tw-ring-color: rgb(254 252 232 / .8)}.required\:ring-yellow-50\/90:required{--tw-ring-color: rgb(254 252 232 / .9)}.required\:ring-yellow-50\/95:required{--tw-ring-color: rgb(254 252 232 / .95)}.required\:ring-yellow-50\/100:required{--tw-ring-color: rgb(254 252 232 / 1)}.required\:ring-yellow-100\/0:required{--tw-ring-color: rgb(254 243 199 / 0)}.required\:ring-yellow-100\/5:required{--tw-ring-color: rgb(254 243 199 / .05)}.required\:ring-yellow-100\/10:required{--tw-ring-color: rgb(254 243 199 / .1)}.required\:ring-yellow-100\/20:required{--tw-ring-color: rgb(254 243 199 / .2)}.required\:ring-yellow-100\/25:required{--tw-ring-color: rgb(254 243 199 / .25)}.required\:ring-yellow-100\/30:required{--tw-ring-color: rgb(254 243 199 / .3)}.required\:ring-yellow-100\/40:required{--tw-ring-color: rgb(254 243 199 / .4)}.required\:ring-yellow-100\/50:required{--tw-ring-color: rgb(254 243 199 / .5)}.required\:ring-yellow-100\/60:required{--tw-ring-color: rgb(254 243 199 / .6)}.required\:ring-yellow-100\/70:required{--tw-ring-color: rgb(254 243 199 / .7)}.required\:ring-yellow-100\/75:required{--tw-ring-color: rgb(254 243 199 / .75)}.required\:ring-yellow-100\/80:required{--tw-ring-color: rgb(254 243 199 / .8)}.required\:ring-yellow-100\/90:required{--tw-ring-color: rgb(254 243 199 / .9)}.required\:ring-yellow-100\/95:required{--tw-ring-color: rgb(254 243 199 / .95)}.required\:ring-yellow-100\/100:required{--tw-ring-color: rgb(254 243 199 / 1)}.required\:ring-yellow-200\/0:required{--tw-ring-color: rgb(253 230 138 / 0)}.required\:ring-yellow-200\/5:required{--tw-ring-color: rgb(253 230 138 / .05)}.required\:ring-yellow-200\/10:required{--tw-ring-color: rgb(253 230 138 / .1)}.required\:ring-yellow-200\/20:required{--tw-ring-color: rgb(253 230 138 / .2)}.required\:ring-yellow-200\/25:required{--tw-ring-color: rgb(253 230 138 / .25)}.required\:ring-yellow-200\/30:required{--tw-ring-color: rgb(253 230 138 / .3)}.required\:ring-yellow-200\/40:required{--tw-ring-color: rgb(253 230 138 / .4)}.required\:ring-yellow-200\/50:required{--tw-ring-color: rgb(253 230 138 / .5)}.required\:ring-yellow-200\/60:required{--tw-ring-color: rgb(253 230 138 / .6)}.required\:ring-yellow-200\/70:required{--tw-ring-color: rgb(253 230 138 / .7)}.required\:ring-yellow-200\/75:required{--tw-ring-color: rgb(253 230 138 / .75)}.required\:ring-yellow-200\/80:required{--tw-ring-color: rgb(253 230 138 / .8)}.required\:ring-yellow-200\/90:required{--tw-ring-color: rgb(253 230 138 / .9)}.required\:ring-yellow-200\/95:required{--tw-ring-color: rgb(253 230 138 / .95)}.required\:ring-yellow-200\/100:required{--tw-ring-color: rgb(253 230 138 / 1)}.required\:ring-yellow-300\/0:required{--tw-ring-color: rgb(252 211 77 / 0)}.required\:ring-yellow-300\/5:required{--tw-ring-color: rgb(252 211 77 / .05)}.required\:ring-yellow-300\/10:required{--tw-ring-color: rgb(252 211 77 / .1)}.required\:ring-yellow-300\/20:required{--tw-ring-color: rgb(252 211 77 / .2)}.required\:ring-yellow-300\/25:required{--tw-ring-color: rgb(252 211 77 / .25)}.required\:ring-yellow-300\/30:required{--tw-ring-color: rgb(252 211 77 / .3)}.required\:ring-yellow-300\/40:required{--tw-ring-color: rgb(252 211 77 / .4)}.required\:ring-yellow-300\/50:required{--tw-ring-color: rgb(252 211 77 / .5)}.required\:ring-yellow-300\/60:required{--tw-ring-color: rgb(252 211 77 / .6)}.required\:ring-yellow-300\/70:required{--tw-ring-color: rgb(252 211 77 / .7)}.required\:ring-yellow-300\/75:required{--tw-ring-color: rgb(252 211 77 / .75)}.required\:ring-yellow-300\/80:required{--tw-ring-color: rgb(252 211 77 / .8)}.required\:ring-yellow-300\/90:required{--tw-ring-color: rgb(252 211 77 / .9)}.required\:ring-yellow-300\/95:required{--tw-ring-color: rgb(252 211 77 / .95)}.required\:ring-yellow-300\/100:required{--tw-ring-color: rgb(252 211 77 / 1)}.required\:ring-yellow-400\/0:required{--tw-ring-color: rgb(251 191 36 / 0)}.required\:ring-yellow-400\/5:required{--tw-ring-color: rgb(251 191 36 / .05)}.required\:ring-yellow-400\/10:required{--tw-ring-color: rgb(251 191 36 / .1)}.required\:ring-yellow-400\/20:required{--tw-ring-color: rgb(251 191 36 / .2)}.required\:ring-yellow-400\/25:required{--tw-ring-color: rgb(251 191 36 / .25)}.required\:ring-yellow-400\/30:required{--tw-ring-color: rgb(251 191 36 / .3)}.required\:ring-yellow-400\/40:required{--tw-ring-color: rgb(251 191 36 / .4)}.required\:ring-yellow-400\/50:required{--tw-ring-color: rgb(251 191 36 / .5)}.required\:ring-yellow-400\/60:required{--tw-ring-color: rgb(251 191 36 / .6)}.required\:ring-yellow-400\/70:required{--tw-ring-color: rgb(251 191 36 / .7)}.required\:ring-yellow-400\/75:required{--tw-ring-color: rgb(251 191 36 / .75)}.required\:ring-yellow-400\/80:required{--tw-ring-color: rgb(251 191 36 / .8)}.required\:ring-yellow-400\/90:required{--tw-ring-color: rgb(251 191 36 / .9)}.required\:ring-yellow-400\/95:required{--tw-ring-color: rgb(251 191 36 / .95)}.required\:ring-yellow-400\/100:required{--tw-ring-color: rgb(251 191 36 / 1)}.required\:ring-yellow-500\/0:required{--tw-ring-color: rgb(234 179 8 / 0)}.required\:ring-yellow-500\/5:required{--tw-ring-color: rgb(234 179 8 / .05)}.required\:ring-yellow-500\/10:required{--tw-ring-color: rgb(234 179 8 / .1)}.required\:ring-yellow-500\/20:required{--tw-ring-color: rgb(234 179 8 / .2)}.required\:ring-yellow-500\/25:required{--tw-ring-color: rgb(234 179 8 / .25)}.required\:ring-yellow-500\/30:required{--tw-ring-color: rgb(234 179 8 / .3)}.required\:ring-yellow-500\/40:required{--tw-ring-color: rgb(234 179 8 / .4)}.required\:ring-yellow-500\/50:required{--tw-ring-color: rgb(234 179 8 / .5)}.required\:ring-yellow-500\/60:required{--tw-ring-color: rgb(234 179 8 / .6)}.required\:ring-yellow-500\/70:required{--tw-ring-color: rgb(234 179 8 / .7)}.required\:ring-yellow-500\/75:required{--tw-ring-color: rgb(234 179 8 / .75)}.required\:ring-yellow-500\/80:required{--tw-ring-color: rgb(234 179 8 / .8)}.required\:ring-yellow-500\/90:required{--tw-ring-color: rgb(234 179 8 / .9)}.required\:ring-yellow-500\/95:required{--tw-ring-color: rgb(234 179 8 / .95)}.required\:ring-yellow-500\/100:required{--tw-ring-color: rgb(234 179 8 / 1)}.required\:ring-yellow-600\/0:required{--tw-ring-color: rgb(217 119 6 / 0)}.required\:ring-yellow-600\/5:required{--tw-ring-color: rgb(217 119 6 / .05)}.required\:ring-yellow-600\/10:required{--tw-ring-color: rgb(217 119 6 / .1)}.required\:ring-yellow-600\/20:required{--tw-ring-color: rgb(217 119 6 / .2)}.required\:ring-yellow-600\/25:required{--tw-ring-color: rgb(217 119 6 / .25)}.required\:ring-yellow-600\/30:required{--tw-ring-color: rgb(217 119 6 / .3)}.required\:ring-yellow-600\/40:required{--tw-ring-color: rgb(217 119 6 / .4)}.required\:ring-yellow-600\/50:required{--tw-ring-color: rgb(217 119 6 / .5)}.required\:ring-yellow-600\/60:required{--tw-ring-color: rgb(217 119 6 / .6)}.required\:ring-yellow-600\/70:required{--tw-ring-color: rgb(217 119 6 / .7)}.required\:ring-yellow-600\/75:required{--tw-ring-color: rgb(217 119 6 / .75)}.required\:ring-yellow-600\/80:required{--tw-ring-color: rgb(217 119 6 / .8)}.required\:ring-yellow-600\/90:required{--tw-ring-color: rgb(217 119 6 / .9)}.required\:ring-yellow-600\/95:required{--tw-ring-color: rgb(217 119 6 / .95)}.required\:ring-yellow-600\/100:required{--tw-ring-color: rgb(217 119 6 / 1)}.required\:ring-yellow-700\/0:required{--tw-ring-color: rgb(180 83 9 / 0)}.required\:ring-yellow-700\/5:required{--tw-ring-color: rgb(180 83 9 / .05)}.required\:ring-yellow-700\/10:required{--tw-ring-color: rgb(180 83 9 / .1)}.required\:ring-yellow-700\/20:required{--tw-ring-color: rgb(180 83 9 / .2)}.required\:ring-yellow-700\/25:required{--tw-ring-color: rgb(180 83 9 / .25)}.required\:ring-yellow-700\/30:required{--tw-ring-color: rgb(180 83 9 / .3)}.required\:ring-yellow-700\/40:required{--tw-ring-color: rgb(180 83 9 / .4)}.required\:ring-yellow-700\/50:required{--tw-ring-color: rgb(180 83 9 / .5)}.required\:ring-yellow-700\/60:required{--tw-ring-color: rgb(180 83 9 / .6)}.required\:ring-yellow-700\/70:required{--tw-ring-color: rgb(180 83 9 / .7)}.required\:ring-yellow-700\/75:required{--tw-ring-color: rgb(180 83 9 / .75)}.required\:ring-yellow-700\/80:required{--tw-ring-color: rgb(180 83 9 / .8)}.required\:ring-yellow-700\/90:required{--tw-ring-color: rgb(180 83 9 / .9)}.required\:ring-yellow-700\/95:required{--tw-ring-color: rgb(180 83 9 / .95)}.required\:ring-yellow-700\/100:required{--tw-ring-color: rgb(180 83 9 / 1)}.required\:ring-yellow-800\/0:required{--tw-ring-color: rgb(146 64 14 / 0)}.required\:ring-yellow-800\/5:required{--tw-ring-color: rgb(146 64 14 / .05)}.required\:ring-yellow-800\/10:required{--tw-ring-color: rgb(146 64 14 / .1)}.required\:ring-yellow-800\/20:required{--tw-ring-color: rgb(146 64 14 / .2)}.required\:ring-yellow-800\/25:required{--tw-ring-color: rgb(146 64 14 / .25)}.required\:ring-yellow-800\/30:required{--tw-ring-color: rgb(146 64 14 / .3)}.required\:ring-yellow-800\/40:required{--tw-ring-color: rgb(146 64 14 / .4)}.required\:ring-yellow-800\/50:required{--tw-ring-color: rgb(146 64 14 / .5)}.required\:ring-yellow-800\/60:required{--tw-ring-color: rgb(146 64 14 / .6)}.required\:ring-yellow-800\/70:required{--tw-ring-color: rgb(146 64 14 / .7)}.required\:ring-yellow-800\/75:required{--tw-ring-color: rgb(146 64 14 / .75)}.required\:ring-yellow-800\/80:required{--tw-ring-color: rgb(146 64 14 / .8)}.required\:ring-yellow-800\/90:required{--tw-ring-color: rgb(146 64 14 / .9)}.required\:ring-yellow-800\/95:required{--tw-ring-color: rgb(146 64 14 / .95)}.required\:ring-yellow-800\/100:required{--tw-ring-color: rgb(146 64 14 / 1)}.required\:ring-yellow-900\/0:required{--tw-ring-color: rgb(120 53 15 / 0)}.required\:ring-yellow-900\/5:required{--tw-ring-color: rgb(120 53 15 / .05)}.required\:ring-yellow-900\/10:required{--tw-ring-color: rgb(120 53 15 / .1)}.required\:ring-yellow-900\/20:required{--tw-ring-color: rgb(120 53 15 / .2)}.required\:ring-yellow-900\/25:required{--tw-ring-color: rgb(120 53 15 / .25)}.required\:ring-yellow-900\/30:required{--tw-ring-color: rgb(120 53 15 / .3)}.required\:ring-yellow-900\/40:required{--tw-ring-color: rgb(120 53 15 / .4)}.required\:ring-yellow-900\/50:required{--tw-ring-color: rgb(120 53 15 / .5)}.required\:ring-yellow-900\/60:required{--tw-ring-color: rgb(120 53 15 / .6)}.required\:ring-yellow-900\/70:required{--tw-ring-color: rgb(120 53 15 / .7)}.required\:ring-yellow-900\/75:required{--tw-ring-color: rgb(120 53 15 / .75)}.required\:ring-yellow-900\/80:required{--tw-ring-color: rgb(120 53 15 / .8)}.required\:ring-yellow-900\/90:required{--tw-ring-color: rgb(120 53 15 / .9)}.required\:ring-yellow-900\/95:required{--tw-ring-color: rgb(120 53 15 / .95)}.required\:ring-yellow-900\/100:required{--tw-ring-color: rgb(120 53 15 / 1)}.required\:ring-green-50\/0:required{--tw-ring-color: rgb(240 253 244 / 0)}.required\:ring-green-50\/5:required{--tw-ring-color: rgb(240 253 244 / .05)}.required\:ring-green-50\/10:required{--tw-ring-color: rgb(240 253 244 / .1)}.required\:ring-green-50\/20:required{--tw-ring-color: rgb(240 253 244 / .2)}.required\:ring-green-50\/25:required{--tw-ring-color: rgb(240 253 244 / .25)}.required\:ring-green-50\/30:required{--tw-ring-color: rgb(240 253 244 / .3)}.required\:ring-green-50\/40:required{--tw-ring-color: rgb(240 253 244 / .4)}.required\:ring-green-50\/50:required{--tw-ring-color: rgb(240 253 244 / .5)}.required\:ring-green-50\/60:required{--tw-ring-color: rgb(240 253 244 / .6)}.required\:ring-green-50\/70:required{--tw-ring-color: rgb(240 253 244 / .7)}.required\:ring-green-50\/75:required{--tw-ring-color: rgb(240 253 244 / .75)}.required\:ring-green-50\/80:required{--tw-ring-color: rgb(240 253 244 / .8)}.required\:ring-green-50\/90:required{--tw-ring-color: rgb(240 253 244 / .9)}.required\:ring-green-50\/95:required{--tw-ring-color: rgb(240 253 244 / .95)}.required\:ring-green-50\/100:required{--tw-ring-color: rgb(240 253 244 / 1)}.required\:ring-green-100\/0:required{--tw-ring-color: rgb(242 250 246 / 0)}.required\:ring-green-100\/5:required{--tw-ring-color: rgb(242 250 246 / .05)}.required\:ring-green-100\/10:required{--tw-ring-color: rgb(242 250 246 / .1)}.required\:ring-green-100\/20:required{--tw-ring-color: rgb(242 250 246 / .2)}.required\:ring-green-100\/25:required{--tw-ring-color: rgb(242 250 246 / .25)}.required\:ring-green-100\/30:required{--tw-ring-color: rgb(242 250 246 / .3)}.required\:ring-green-100\/40:required{--tw-ring-color: rgb(242 250 246 / .4)}.required\:ring-green-100\/50:required{--tw-ring-color: rgb(242 250 246 / .5)}.required\:ring-green-100\/60:required{--tw-ring-color: rgb(242 250 246 / .6)}.required\:ring-green-100\/70:required{--tw-ring-color: rgb(242 250 246 / .7)}.required\:ring-green-100\/75:required{--tw-ring-color: rgb(242 250 246 / .75)}.required\:ring-green-100\/80:required{--tw-ring-color: rgb(242 250 246 / .8)}.required\:ring-green-100\/90:required{--tw-ring-color: rgb(242 250 246 / .9)}.required\:ring-green-100\/95:required{--tw-ring-color: rgb(242 250 246 / .95)}.required\:ring-green-100\/100:required{--tw-ring-color: rgb(242 250 246 / 1)}.required\:ring-green-200\/0:required{--tw-ring-color: rgb(229 246 238 / 0)}.required\:ring-green-200\/5:required{--tw-ring-color: rgb(229 246 238 / .05)}.required\:ring-green-200\/10:required{--tw-ring-color: rgb(229 246 238 / .1)}.required\:ring-green-200\/20:required{--tw-ring-color: rgb(229 246 238 / .2)}.required\:ring-green-200\/25:required{--tw-ring-color: rgb(229 246 238 / .25)}.required\:ring-green-200\/30:required{--tw-ring-color: rgb(229 246 238 / .3)}.required\:ring-green-200\/40:required{--tw-ring-color: rgb(229 246 238 / .4)}.required\:ring-green-200\/50:required{--tw-ring-color: rgb(229 246 238 / .5)}.required\:ring-green-200\/60:required{--tw-ring-color: rgb(229 246 238 / .6)}.required\:ring-green-200\/70:required{--tw-ring-color: rgb(229 246 238 / .7)}.required\:ring-green-200\/75:required{--tw-ring-color: rgb(229 246 238 / .75)}.required\:ring-green-200\/80:required{--tw-ring-color: rgb(229 246 238 / .8)}.required\:ring-green-200\/90:required{--tw-ring-color: rgb(229 246 238 / .9)}.required\:ring-green-200\/95:required{--tw-ring-color: rgb(229 246 238 / .95)}.required\:ring-green-200\/100:required{--tw-ring-color: rgb(229 246 238 / 1)}.required\:ring-green-300\/0:required{--tw-ring-color: rgb(200 238 219 / 0)}.required\:ring-green-300\/5:required{--tw-ring-color: rgb(200 238 219 / .05)}.required\:ring-green-300\/10:required{--tw-ring-color: rgb(200 238 219 / .1)}.required\:ring-green-300\/20:required{--tw-ring-color: rgb(200 238 219 / .2)}.required\:ring-green-300\/25:required{--tw-ring-color: rgb(200 238 219 / .25)}.required\:ring-green-300\/30:required{--tw-ring-color: rgb(200 238 219 / .3)}.required\:ring-green-300\/40:required{--tw-ring-color: rgb(200 238 219 / .4)}.required\:ring-green-300\/50:required{--tw-ring-color: rgb(200 238 219 / .5)}.required\:ring-green-300\/60:required{--tw-ring-color: rgb(200 238 219 / .6)}.required\:ring-green-300\/70:required{--tw-ring-color: rgb(200 238 219 / .7)}.required\:ring-green-300\/75:required{--tw-ring-color: rgb(200 238 219 / .75)}.required\:ring-green-300\/80:required{--tw-ring-color: rgb(200 238 219 / .8)}.required\:ring-green-300\/90:required{--tw-ring-color: rgb(200 238 219 / .9)}.required\:ring-green-300\/95:required{--tw-ring-color: rgb(200 238 219 / .95)}.required\:ring-green-300\/100:required{--tw-ring-color: rgb(200 238 219 / 1)}.required\:ring-green-400\/0:required{--tw-ring-color: rgb(166 229 200 / 0)}.required\:ring-green-400\/5:required{--tw-ring-color: rgb(166 229 200 / .05)}.required\:ring-green-400\/10:required{--tw-ring-color: rgb(166 229 200 / .1)}.required\:ring-green-400\/20:required{--tw-ring-color: rgb(166 229 200 / .2)}.required\:ring-green-400\/25:required{--tw-ring-color: rgb(166 229 200 / .25)}.required\:ring-green-400\/30:required{--tw-ring-color: rgb(166 229 200 / .3)}.required\:ring-green-400\/40:required{--tw-ring-color: rgb(166 229 200 / .4)}.required\:ring-green-400\/50:required{--tw-ring-color: rgb(166 229 200 / .5)}.required\:ring-green-400\/60:required{--tw-ring-color: rgb(166 229 200 / .6)}.required\:ring-green-400\/70:required{--tw-ring-color: rgb(166 229 200 / .7)}.required\:ring-green-400\/75:required{--tw-ring-color: rgb(166 229 200 / .75)}.required\:ring-green-400\/80:required{--tw-ring-color: rgb(166 229 200 / .8)}.required\:ring-green-400\/90:required{--tw-ring-color: rgb(166 229 200 / .9)}.required\:ring-green-400\/95:required{--tw-ring-color: rgb(166 229 200 / .95)}.required\:ring-green-400\/100:required{--tw-ring-color: rgb(166 229 200 / 1)}.required\:ring-green-500\/0:required{--tw-ring-color: rgb(123 220 178 / 0)}.required\:ring-green-500\/5:required{--tw-ring-color: rgb(123 220 178 / .05)}.required\:ring-green-500\/10:required{--tw-ring-color: rgb(123 220 178 / .1)}.required\:ring-green-500\/20:required{--tw-ring-color: rgb(123 220 178 / .2)}.required\:ring-green-500\/25:required{--tw-ring-color: rgb(123 220 178 / .25)}.required\:ring-green-500\/30:required{--tw-ring-color: rgb(123 220 178 / .3)}.required\:ring-green-500\/40:required{--tw-ring-color: rgb(123 220 178 / .4)}.required\:ring-green-500\/50:required{--tw-ring-color: rgb(123 220 178 / .5)}.required\:ring-green-500\/60:required{--tw-ring-color: rgb(123 220 178 / .6)}.required\:ring-green-500\/70:required{--tw-ring-color: rgb(123 220 178 / .7)}.required\:ring-green-500\/75:required{--tw-ring-color: rgb(123 220 178 / .75)}.required\:ring-green-500\/80:required{--tw-ring-color: rgb(123 220 178 / .8)}.required\:ring-green-500\/90:required{--tw-ring-color: rgb(123 220 178 / .9)}.required\:ring-green-500\/95:required{--tw-ring-color: rgb(123 220 178 / .95)}.required\:ring-green-500\/100:required{--tw-ring-color: rgb(123 220 178 / 1)}.required\:ring-green-600\/0:required{--tw-ring-color: rgb(52 211 153 / 0)}.required\:ring-green-600\/5:required{--tw-ring-color: rgb(52 211 153 / .05)}.required\:ring-green-600\/10:required{--tw-ring-color: rgb(52 211 153 / .1)}.required\:ring-green-600\/20:required{--tw-ring-color: rgb(52 211 153 / .2)}.required\:ring-green-600\/25:required{--tw-ring-color: rgb(52 211 153 / .25)}.required\:ring-green-600\/30:required{--tw-ring-color: rgb(52 211 153 / .3)}.required\:ring-green-600\/40:required{--tw-ring-color: rgb(52 211 153 / .4)}.required\:ring-green-600\/50:required{--tw-ring-color: rgb(52 211 153 / .5)}.required\:ring-green-600\/60:required{--tw-ring-color: rgb(52 211 153 / .6)}.required\:ring-green-600\/70:required{--tw-ring-color: rgb(52 211 153 / .7)}.required\:ring-green-600\/75:required{--tw-ring-color: rgb(52 211 153 / .75)}.required\:ring-green-600\/80:required{--tw-ring-color: rgb(52 211 153 / .8)}.required\:ring-green-600\/90:required{--tw-ring-color: rgb(52 211 153 / .9)}.required\:ring-green-600\/95:required{--tw-ring-color: rgb(52 211 153 / .95)}.required\:ring-green-600\/100:required{--tw-ring-color: rgb(52 211 153 / 1)}.required\:ring-green-700\/0:required{--tw-ring-color: rgb(46 188 136 / 0)}.required\:ring-green-700\/5:required{--tw-ring-color: rgb(46 188 136 / .05)}.required\:ring-green-700\/10:required{--tw-ring-color: rgb(46 188 136 / .1)}.required\:ring-green-700\/20:required{--tw-ring-color: rgb(46 188 136 / .2)}.required\:ring-green-700\/25:required{--tw-ring-color: rgb(46 188 136 / .25)}.required\:ring-green-700\/30:required{--tw-ring-color: rgb(46 188 136 / .3)}.required\:ring-green-700\/40:required{--tw-ring-color: rgb(46 188 136 / .4)}.required\:ring-green-700\/50:required{--tw-ring-color: rgb(46 188 136 / .5)}.required\:ring-green-700\/60:required{--tw-ring-color: rgb(46 188 136 / .6)}.required\:ring-green-700\/70:required{--tw-ring-color: rgb(46 188 136 / .7)}.required\:ring-green-700\/75:required{--tw-ring-color: rgb(46 188 136 / .75)}.required\:ring-green-700\/80:required{--tw-ring-color: rgb(46 188 136 / .8)}.required\:ring-green-700\/90:required{--tw-ring-color: rgb(46 188 136 / .9)}.required\:ring-green-700\/95:required{--tw-ring-color: rgb(46 188 136 / .95)}.required\:ring-green-700\/100:required{--tw-ring-color: rgb(46 188 136 / 1)}.required\:ring-green-800\/0:required{--tw-ring-color: rgb(40 163 118 / 0)}.required\:ring-green-800\/5:required{--tw-ring-color: rgb(40 163 118 / .05)}.required\:ring-green-800\/10:required{--tw-ring-color: rgb(40 163 118 / .1)}.required\:ring-green-800\/20:required{--tw-ring-color: rgb(40 163 118 / .2)}.required\:ring-green-800\/25:required{--tw-ring-color: rgb(40 163 118 / .25)}.required\:ring-green-800\/30:required{--tw-ring-color: rgb(40 163 118 / .3)}.required\:ring-green-800\/40:required{--tw-ring-color: rgb(40 163 118 / .4)}.required\:ring-green-800\/50:required{--tw-ring-color: rgb(40 163 118 / .5)}.required\:ring-green-800\/60:required{--tw-ring-color: rgb(40 163 118 / .6)}.required\:ring-green-800\/70:required{--tw-ring-color: rgb(40 163 118 / .7)}.required\:ring-green-800\/75:required{--tw-ring-color: rgb(40 163 118 / .75)}.required\:ring-green-800\/80:required{--tw-ring-color: rgb(40 163 118 / .8)}.required\:ring-green-800\/90:required{--tw-ring-color: rgb(40 163 118 / .9)}.required\:ring-green-800\/95:required{--tw-ring-color: rgb(40 163 118 / .95)}.required\:ring-green-800\/100:required{--tw-ring-color: rgb(40 163 118 / 1)}.required\:ring-green-900\/0:required{--tw-ring-color: rgb(32 133 96 / 0)}.required\:ring-green-900\/5:required{--tw-ring-color: rgb(32 133 96 / .05)}.required\:ring-green-900\/10:required{--tw-ring-color: rgb(32 133 96 / .1)}.required\:ring-green-900\/20:required{--tw-ring-color: rgb(32 133 96 / .2)}.required\:ring-green-900\/25:required{--tw-ring-color: rgb(32 133 96 / .25)}.required\:ring-green-900\/30:required{--tw-ring-color: rgb(32 133 96 / .3)}.required\:ring-green-900\/40:required{--tw-ring-color: rgb(32 133 96 / .4)}.required\:ring-green-900\/50:required{--tw-ring-color: rgb(32 133 96 / .5)}.required\:ring-green-900\/60:required{--tw-ring-color: rgb(32 133 96 / .6)}.required\:ring-green-900\/70:required{--tw-ring-color: rgb(32 133 96 / .7)}.required\:ring-green-900\/75:required{--tw-ring-color: rgb(32 133 96 / .75)}.required\:ring-green-900\/80:required{--tw-ring-color: rgb(32 133 96 / .8)}.required\:ring-green-900\/90:required{--tw-ring-color: rgb(32 133 96 / .9)}.required\:ring-green-900\/95:required{--tw-ring-color: rgb(32 133 96 / .95)}.required\:ring-green-900\/100:required{--tw-ring-color: rgb(32 133 96 / 1)}.required\:ring-emerald-50\/0:required{--tw-ring-color: rgb(236 253 245 / 0)}.required\:ring-emerald-50\/5:required{--tw-ring-color: rgb(236 253 245 / .05)}.required\:ring-emerald-50\/10:required{--tw-ring-color: rgb(236 253 245 / .1)}.required\:ring-emerald-50\/20:required{--tw-ring-color: rgb(236 253 245 / .2)}.required\:ring-emerald-50\/25:required{--tw-ring-color: rgb(236 253 245 / .25)}.required\:ring-emerald-50\/30:required{--tw-ring-color: rgb(236 253 245 / .3)}.required\:ring-emerald-50\/40:required{--tw-ring-color: rgb(236 253 245 / .4)}.required\:ring-emerald-50\/50:required{--tw-ring-color: rgb(236 253 245 / .5)}.required\:ring-emerald-50\/60:required{--tw-ring-color: rgb(236 253 245 / .6)}.required\:ring-emerald-50\/70:required{--tw-ring-color: rgb(236 253 245 / .7)}.required\:ring-emerald-50\/75:required{--tw-ring-color: rgb(236 253 245 / .75)}.required\:ring-emerald-50\/80:required{--tw-ring-color: rgb(236 253 245 / .8)}.required\:ring-emerald-50\/90:required{--tw-ring-color: rgb(236 253 245 / .9)}.required\:ring-emerald-50\/95:required{--tw-ring-color: rgb(236 253 245 / .95)}.required\:ring-emerald-50\/100:required{--tw-ring-color: rgb(236 253 245 / 1)}.required\:ring-emerald-100\/0:required{--tw-ring-color: rgb(209 250 229 / 0)}.required\:ring-emerald-100\/5:required{--tw-ring-color: rgb(209 250 229 / .05)}.required\:ring-emerald-100\/10:required{--tw-ring-color: rgb(209 250 229 / .1)}.required\:ring-emerald-100\/20:required{--tw-ring-color: rgb(209 250 229 / .2)}.required\:ring-emerald-100\/25:required{--tw-ring-color: rgb(209 250 229 / .25)}.required\:ring-emerald-100\/30:required{--tw-ring-color: rgb(209 250 229 / .3)}.required\:ring-emerald-100\/40:required{--tw-ring-color: rgb(209 250 229 / .4)}.required\:ring-emerald-100\/50:required{--tw-ring-color: rgb(209 250 229 / .5)}.required\:ring-emerald-100\/60:required{--tw-ring-color: rgb(209 250 229 / .6)}.required\:ring-emerald-100\/70:required{--tw-ring-color: rgb(209 250 229 / .7)}.required\:ring-emerald-100\/75:required{--tw-ring-color: rgb(209 250 229 / .75)}.required\:ring-emerald-100\/80:required{--tw-ring-color: rgb(209 250 229 / .8)}.required\:ring-emerald-100\/90:required{--tw-ring-color: rgb(209 250 229 / .9)}.required\:ring-emerald-100\/95:required{--tw-ring-color: rgb(209 250 229 / .95)}.required\:ring-emerald-100\/100:required{--tw-ring-color: rgb(209 250 229 / 1)}.required\:ring-emerald-200\/0:required{--tw-ring-color: rgb(167 243 208 / 0)}.required\:ring-emerald-200\/5:required{--tw-ring-color: rgb(167 243 208 / .05)}.required\:ring-emerald-200\/10:required{--tw-ring-color: rgb(167 243 208 / .1)}.required\:ring-emerald-200\/20:required{--tw-ring-color: rgb(167 243 208 / .2)}.required\:ring-emerald-200\/25:required{--tw-ring-color: rgb(167 243 208 / .25)}.required\:ring-emerald-200\/30:required{--tw-ring-color: rgb(167 243 208 / .3)}.required\:ring-emerald-200\/40:required{--tw-ring-color: rgb(167 243 208 / .4)}.required\:ring-emerald-200\/50:required{--tw-ring-color: rgb(167 243 208 / .5)}.required\:ring-emerald-200\/60:required{--tw-ring-color: rgb(167 243 208 / .6)}.required\:ring-emerald-200\/70:required{--tw-ring-color: rgb(167 243 208 / .7)}.required\:ring-emerald-200\/75:required{--tw-ring-color: rgb(167 243 208 / .75)}.required\:ring-emerald-200\/80:required{--tw-ring-color: rgb(167 243 208 / .8)}.required\:ring-emerald-200\/90:required{--tw-ring-color: rgb(167 243 208 / .9)}.required\:ring-emerald-200\/95:required{--tw-ring-color: rgb(167 243 208 / .95)}.required\:ring-emerald-200\/100:required{--tw-ring-color: rgb(167 243 208 / 1)}.required\:ring-emerald-300\/0:required{--tw-ring-color: rgb(110 231 183 / 0)}.required\:ring-emerald-300\/5:required{--tw-ring-color: rgb(110 231 183 / .05)}.required\:ring-emerald-300\/10:required{--tw-ring-color: rgb(110 231 183 / .1)}.required\:ring-emerald-300\/20:required{--tw-ring-color: rgb(110 231 183 / .2)}.required\:ring-emerald-300\/25:required{--tw-ring-color: rgb(110 231 183 / .25)}.required\:ring-emerald-300\/30:required{--tw-ring-color: rgb(110 231 183 / .3)}.required\:ring-emerald-300\/40:required{--tw-ring-color: rgb(110 231 183 / .4)}.required\:ring-emerald-300\/50:required{--tw-ring-color: rgb(110 231 183 / .5)}.required\:ring-emerald-300\/60:required{--tw-ring-color: rgb(110 231 183 / .6)}.required\:ring-emerald-300\/70:required{--tw-ring-color: rgb(110 231 183 / .7)}.required\:ring-emerald-300\/75:required{--tw-ring-color: rgb(110 231 183 / .75)}.required\:ring-emerald-300\/80:required{--tw-ring-color: rgb(110 231 183 / .8)}.required\:ring-emerald-300\/90:required{--tw-ring-color: rgb(110 231 183 / .9)}.required\:ring-emerald-300\/95:required{--tw-ring-color: rgb(110 231 183 / .95)}.required\:ring-emerald-300\/100:required{--tw-ring-color: rgb(110 231 183 / 1)}.required\:ring-emerald-400\/0:required{--tw-ring-color: rgb(52 211 153 / 0)}.required\:ring-emerald-400\/5:required{--tw-ring-color: rgb(52 211 153 / .05)}.required\:ring-emerald-400\/10:required{--tw-ring-color: rgb(52 211 153 / .1)}.required\:ring-emerald-400\/20:required{--tw-ring-color: rgb(52 211 153 / .2)}.required\:ring-emerald-400\/25:required{--tw-ring-color: rgb(52 211 153 / .25)}.required\:ring-emerald-400\/30:required{--tw-ring-color: rgb(52 211 153 / .3)}.required\:ring-emerald-400\/40:required{--tw-ring-color: rgb(52 211 153 / .4)}.required\:ring-emerald-400\/50:required{--tw-ring-color: rgb(52 211 153 / .5)}.required\:ring-emerald-400\/60:required{--tw-ring-color: rgb(52 211 153 / .6)}.required\:ring-emerald-400\/70:required{--tw-ring-color: rgb(52 211 153 / .7)}.required\:ring-emerald-400\/75:required{--tw-ring-color: rgb(52 211 153 / .75)}.required\:ring-emerald-400\/80:required{--tw-ring-color: rgb(52 211 153 / .8)}.required\:ring-emerald-400\/90:required{--tw-ring-color: rgb(52 211 153 / .9)}.required\:ring-emerald-400\/95:required{--tw-ring-color: rgb(52 211 153 / .95)}.required\:ring-emerald-400\/100:required{--tw-ring-color: rgb(52 211 153 / 1)}.required\:ring-emerald-500\/0:required{--tw-ring-color: rgb(16 185 129 / 0)}.required\:ring-emerald-500\/5:required{--tw-ring-color: rgb(16 185 129 / .05)}.required\:ring-emerald-500\/10:required{--tw-ring-color: rgb(16 185 129 / .1)}.required\:ring-emerald-500\/20:required{--tw-ring-color: rgb(16 185 129 / .2)}.required\:ring-emerald-500\/25:required{--tw-ring-color: rgb(16 185 129 / .25)}.required\:ring-emerald-500\/30:required{--tw-ring-color: rgb(16 185 129 / .3)}.required\:ring-emerald-500\/40:required{--tw-ring-color: rgb(16 185 129 / .4)}.required\:ring-emerald-500\/50:required{--tw-ring-color: rgb(16 185 129 / .5)}.required\:ring-emerald-500\/60:required{--tw-ring-color: rgb(16 185 129 / .6)}.required\:ring-emerald-500\/70:required{--tw-ring-color: rgb(16 185 129 / .7)}.required\:ring-emerald-500\/75:required{--tw-ring-color: rgb(16 185 129 / .75)}.required\:ring-emerald-500\/80:required{--tw-ring-color: rgb(16 185 129 / .8)}.required\:ring-emerald-500\/90:required{--tw-ring-color: rgb(16 185 129 / .9)}.required\:ring-emerald-500\/95:required{--tw-ring-color: rgb(16 185 129 / .95)}.required\:ring-emerald-500\/100:required{--tw-ring-color: rgb(16 185 129 / 1)}.required\:ring-emerald-600\/0:required{--tw-ring-color: rgb(5 150 105 / 0)}.required\:ring-emerald-600\/5:required{--tw-ring-color: rgb(5 150 105 / .05)}.required\:ring-emerald-600\/10:required{--tw-ring-color: rgb(5 150 105 / .1)}.required\:ring-emerald-600\/20:required{--tw-ring-color: rgb(5 150 105 / .2)}.required\:ring-emerald-600\/25:required{--tw-ring-color: rgb(5 150 105 / .25)}.required\:ring-emerald-600\/30:required{--tw-ring-color: rgb(5 150 105 / .3)}.required\:ring-emerald-600\/40:required{--tw-ring-color: rgb(5 150 105 / .4)}.required\:ring-emerald-600\/50:required{--tw-ring-color: rgb(5 150 105 / .5)}.required\:ring-emerald-600\/60:required{--tw-ring-color: rgb(5 150 105 / .6)}.required\:ring-emerald-600\/70:required{--tw-ring-color: rgb(5 150 105 / .7)}.required\:ring-emerald-600\/75:required{--tw-ring-color: rgb(5 150 105 / .75)}.required\:ring-emerald-600\/80:required{--tw-ring-color: rgb(5 150 105 / .8)}.required\:ring-emerald-600\/90:required{--tw-ring-color: rgb(5 150 105 / .9)}.required\:ring-emerald-600\/95:required{--tw-ring-color: rgb(5 150 105 / .95)}.required\:ring-emerald-600\/100:required{--tw-ring-color: rgb(5 150 105 / 1)}.required\:ring-emerald-700\/0:required{--tw-ring-color: rgb(4 120 87 / 0)}.required\:ring-emerald-700\/5:required{--tw-ring-color: rgb(4 120 87 / .05)}.required\:ring-emerald-700\/10:required{--tw-ring-color: rgb(4 120 87 / .1)}.required\:ring-emerald-700\/20:required{--tw-ring-color: rgb(4 120 87 / .2)}.required\:ring-emerald-700\/25:required{--tw-ring-color: rgb(4 120 87 / .25)}.required\:ring-emerald-700\/30:required{--tw-ring-color: rgb(4 120 87 / .3)}.required\:ring-emerald-700\/40:required{--tw-ring-color: rgb(4 120 87 / .4)}.required\:ring-emerald-700\/50:required{--tw-ring-color: rgb(4 120 87 / .5)}.required\:ring-emerald-700\/60:required{--tw-ring-color: rgb(4 120 87 / .6)}.required\:ring-emerald-700\/70:required{--tw-ring-color: rgb(4 120 87 / .7)}.required\:ring-emerald-700\/75:required{--tw-ring-color: rgb(4 120 87 / .75)}.required\:ring-emerald-700\/80:required{--tw-ring-color: rgb(4 120 87 / .8)}.required\:ring-emerald-700\/90:required{--tw-ring-color: rgb(4 120 87 / .9)}.required\:ring-emerald-700\/95:required{--tw-ring-color: rgb(4 120 87 / .95)}.required\:ring-emerald-700\/100:required{--tw-ring-color: rgb(4 120 87 / 1)}.required\:ring-emerald-800\/0:required{--tw-ring-color: rgb(6 95 70 / 0)}.required\:ring-emerald-800\/5:required{--tw-ring-color: rgb(6 95 70 / .05)}.required\:ring-emerald-800\/10:required{--tw-ring-color: rgb(6 95 70 / .1)}.required\:ring-emerald-800\/20:required{--tw-ring-color: rgb(6 95 70 / .2)}.required\:ring-emerald-800\/25:required{--tw-ring-color: rgb(6 95 70 / .25)}.required\:ring-emerald-800\/30:required{--tw-ring-color: rgb(6 95 70 / .3)}.required\:ring-emerald-800\/40:required{--tw-ring-color: rgb(6 95 70 / .4)}.required\:ring-emerald-800\/50:required{--tw-ring-color: rgb(6 95 70 / .5)}.required\:ring-emerald-800\/60:required{--tw-ring-color: rgb(6 95 70 / .6)}.required\:ring-emerald-800\/70:required{--tw-ring-color: rgb(6 95 70 / .7)}.required\:ring-emerald-800\/75:required{--tw-ring-color: rgb(6 95 70 / .75)}.required\:ring-emerald-800\/80:required{--tw-ring-color: rgb(6 95 70 / .8)}.required\:ring-emerald-800\/90:required{--tw-ring-color: rgb(6 95 70 / .9)}.required\:ring-emerald-800\/95:required{--tw-ring-color: rgb(6 95 70 / .95)}.required\:ring-emerald-800\/100:required{--tw-ring-color: rgb(6 95 70 / 1)}.required\:ring-emerald-900\/0:required{--tw-ring-color: rgb(6 78 59 / 0)}.required\:ring-emerald-900\/5:required{--tw-ring-color: rgb(6 78 59 / .05)}.required\:ring-emerald-900\/10:required{--tw-ring-color: rgb(6 78 59 / .1)}.required\:ring-emerald-900\/20:required{--tw-ring-color: rgb(6 78 59 / .2)}.required\:ring-emerald-900\/25:required{--tw-ring-color: rgb(6 78 59 / .25)}.required\:ring-emerald-900\/30:required{--tw-ring-color: rgb(6 78 59 / .3)}.required\:ring-emerald-900\/40:required{--tw-ring-color: rgb(6 78 59 / .4)}.required\:ring-emerald-900\/50:required{--tw-ring-color: rgb(6 78 59 / .5)}.required\:ring-emerald-900\/60:required{--tw-ring-color: rgb(6 78 59 / .6)}.required\:ring-emerald-900\/70:required{--tw-ring-color: rgb(6 78 59 / .7)}.required\:ring-emerald-900\/75:required{--tw-ring-color: rgb(6 78 59 / .75)}.required\:ring-emerald-900\/80:required{--tw-ring-color: rgb(6 78 59 / .8)}.required\:ring-emerald-900\/90:required{--tw-ring-color: rgb(6 78 59 / .9)}.required\:ring-emerald-900\/95:required{--tw-ring-color: rgb(6 78 59 / .95)}.required\:ring-emerald-900\/100:required{--tw-ring-color: rgb(6 78 59 / 1)}.required\:ring-teal-50\/0:required{--tw-ring-color: rgb(240 253 250 / 0)}.required\:ring-teal-50\/5:required{--tw-ring-color: rgb(240 253 250 / .05)}.required\:ring-teal-50\/10:required{--tw-ring-color: rgb(240 253 250 / .1)}.required\:ring-teal-50\/20:required{--tw-ring-color: rgb(240 253 250 / .2)}.required\:ring-teal-50\/25:required{--tw-ring-color: rgb(240 253 250 / .25)}.required\:ring-teal-50\/30:required{--tw-ring-color: rgb(240 253 250 / .3)}.required\:ring-teal-50\/40:required{--tw-ring-color: rgb(240 253 250 / .4)}.required\:ring-teal-50\/50:required{--tw-ring-color: rgb(240 253 250 / .5)}.required\:ring-teal-50\/60:required{--tw-ring-color: rgb(240 253 250 / .6)}.required\:ring-teal-50\/70:required{--tw-ring-color: rgb(240 253 250 / .7)}.required\:ring-teal-50\/75:required{--tw-ring-color: rgb(240 253 250 / .75)}.required\:ring-teal-50\/80:required{--tw-ring-color: rgb(240 253 250 / .8)}.required\:ring-teal-50\/90:required{--tw-ring-color: rgb(240 253 250 / .9)}.required\:ring-teal-50\/95:required{--tw-ring-color: rgb(240 253 250 / .95)}.required\:ring-teal-50\/100:required{--tw-ring-color: rgb(240 253 250 / 1)}.required\:ring-teal-100\/0:required{--tw-ring-color: rgb(204 251 241 / 0)}.required\:ring-teal-100\/5:required{--tw-ring-color: rgb(204 251 241 / .05)}.required\:ring-teal-100\/10:required{--tw-ring-color: rgb(204 251 241 / .1)}.required\:ring-teal-100\/20:required{--tw-ring-color: rgb(204 251 241 / .2)}.required\:ring-teal-100\/25:required{--tw-ring-color: rgb(204 251 241 / .25)}.required\:ring-teal-100\/30:required{--tw-ring-color: rgb(204 251 241 / .3)}.required\:ring-teal-100\/40:required{--tw-ring-color: rgb(204 251 241 / .4)}.required\:ring-teal-100\/50:required{--tw-ring-color: rgb(204 251 241 / .5)}.required\:ring-teal-100\/60:required{--tw-ring-color: rgb(204 251 241 / .6)}.required\:ring-teal-100\/70:required{--tw-ring-color: rgb(204 251 241 / .7)}.required\:ring-teal-100\/75:required{--tw-ring-color: rgb(204 251 241 / .75)}.required\:ring-teal-100\/80:required{--tw-ring-color: rgb(204 251 241 / .8)}.required\:ring-teal-100\/90:required{--tw-ring-color: rgb(204 251 241 / .9)}.required\:ring-teal-100\/95:required{--tw-ring-color: rgb(204 251 241 / .95)}.required\:ring-teal-100\/100:required{--tw-ring-color: rgb(204 251 241 / 1)}.required\:ring-teal-200\/0:required{--tw-ring-color: rgb(153 246 228 / 0)}.required\:ring-teal-200\/5:required{--tw-ring-color: rgb(153 246 228 / .05)}.required\:ring-teal-200\/10:required{--tw-ring-color: rgb(153 246 228 / .1)}.required\:ring-teal-200\/20:required{--tw-ring-color: rgb(153 246 228 / .2)}.required\:ring-teal-200\/25:required{--tw-ring-color: rgb(153 246 228 / .25)}.required\:ring-teal-200\/30:required{--tw-ring-color: rgb(153 246 228 / .3)}.required\:ring-teal-200\/40:required{--tw-ring-color: rgb(153 246 228 / .4)}.required\:ring-teal-200\/50:required{--tw-ring-color: rgb(153 246 228 / .5)}.required\:ring-teal-200\/60:required{--tw-ring-color: rgb(153 246 228 / .6)}.required\:ring-teal-200\/70:required{--tw-ring-color: rgb(153 246 228 / .7)}.required\:ring-teal-200\/75:required{--tw-ring-color: rgb(153 246 228 / .75)}.required\:ring-teal-200\/80:required{--tw-ring-color: rgb(153 246 228 / .8)}.required\:ring-teal-200\/90:required{--tw-ring-color: rgb(153 246 228 / .9)}.required\:ring-teal-200\/95:required{--tw-ring-color: rgb(153 246 228 / .95)}.required\:ring-teal-200\/100:required{--tw-ring-color: rgb(153 246 228 / 1)}.required\:ring-teal-300\/0:required{--tw-ring-color: rgb(94 234 212 / 0)}.required\:ring-teal-300\/5:required{--tw-ring-color: rgb(94 234 212 / .05)}.required\:ring-teal-300\/10:required{--tw-ring-color: rgb(94 234 212 / .1)}.required\:ring-teal-300\/20:required{--tw-ring-color: rgb(94 234 212 / .2)}.required\:ring-teal-300\/25:required{--tw-ring-color: rgb(94 234 212 / .25)}.required\:ring-teal-300\/30:required{--tw-ring-color: rgb(94 234 212 / .3)}.required\:ring-teal-300\/40:required{--tw-ring-color: rgb(94 234 212 / .4)}.required\:ring-teal-300\/50:required{--tw-ring-color: rgb(94 234 212 / .5)}.required\:ring-teal-300\/60:required{--tw-ring-color: rgb(94 234 212 / .6)}.required\:ring-teal-300\/70:required{--tw-ring-color: rgb(94 234 212 / .7)}.required\:ring-teal-300\/75:required{--tw-ring-color: rgb(94 234 212 / .75)}.required\:ring-teal-300\/80:required{--tw-ring-color: rgb(94 234 212 / .8)}.required\:ring-teal-300\/90:required{--tw-ring-color: rgb(94 234 212 / .9)}.required\:ring-teal-300\/95:required{--tw-ring-color: rgb(94 234 212 / .95)}.required\:ring-teal-300\/100:required{--tw-ring-color: rgb(94 234 212 / 1)}.required\:ring-teal-400\/0:required{--tw-ring-color: rgb(45 212 191 / 0)}.required\:ring-teal-400\/5:required{--tw-ring-color: rgb(45 212 191 / .05)}.required\:ring-teal-400\/10:required{--tw-ring-color: rgb(45 212 191 / .1)}.required\:ring-teal-400\/20:required{--tw-ring-color: rgb(45 212 191 / .2)}.required\:ring-teal-400\/25:required{--tw-ring-color: rgb(45 212 191 / .25)}.required\:ring-teal-400\/30:required{--tw-ring-color: rgb(45 212 191 / .3)}.required\:ring-teal-400\/40:required{--tw-ring-color: rgb(45 212 191 / .4)}.required\:ring-teal-400\/50:required{--tw-ring-color: rgb(45 212 191 / .5)}.required\:ring-teal-400\/60:required{--tw-ring-color: rgb(45 212 191 / .6)}.required\:ring-teal-400\/70:required{--tw-ring-color: rgb(45 212 191 / .7)}.required\:ring-teal-400\/75:required{--tw-ring-color: rgb(45 212 191 / .75)}.required\:ring-teal-400\/80:required{--tw-ring-color: rgb(45 212 191 / .8)}.required\:ring-teal-400\/90:required{--tw-ring-color: rgb(45 212 191 / .9)}.required\:ring-teal-400\/95:required{--tw-ring-color: rgb(45 212 191 / .95)}.required\:ring-teal-400\/100:required{--tw-ring-color: rgb(45 212 191 / 1)}.required\:ring-teal-500\/0:required{--tw-ring-color: rgb(20 184 166 / 0)}.required\:ring-teal-500\/5:required{--tw-ring-color: rgb(20 184 166 / .05)}.required\:ring-teal-500\/10:required{--tw-ring-color: rgb(20 184 166 / .1)}.required\:ring-teal-500\/20:required{--tw-ring-color: rgb(20 184 166 / .2)}.required\:ring-teal-500\/25:required{--tw-ring-color: rgb(20 184 166 / .25)}.required\:ring-teal-500\/30:required{--tw-ring-color: rgb(20 184 166 / .3)}.required\:ring-teal-500\/40:required{--tw-ring-color: rgb(20 184 166 / .4)}.required\:ring-teal-500\/50:required{--tw-ring-color: rgb(20 184 166 / .5)}.required\:ring-teal-500\/60:required{--tw-ring-color: rgb(20 184 166 / .6)}.required\:ring-teal-500\/70:required{--tw-ring-color: rgb(20 184 166 / .7)}.required\:ring-teal-500\/75:required{--tw-ring-color: rgb(20 184 166 / .75)}.required\:ring-teal-500\/80:required{--tw-ring-color: rgb(20 184 166 / .8)}.required\:ring-teal-500\/90:required{--tw-ring-color: rgb(20 184 166 / .9)}.required\:ring-teal-500\/95:required{--tw-ring-color: rgb(20 184 166 / .95)}.required\:ring-teal-500\/100:required{--tw-ring-color: rgb(20 184 166 / 1)}.required\:ring-teal-600\/0:required{--tw-ring-color: rgb(13 148 136 / 0)}.required\:ring-teal-600\/5:required{--tw-ring-color: rgb(13 148 136 / .05)}.required\:ring-teal-600\/10:required{--tw-ring-color: rgb(13 148 136 / .1)}.required\:ring-teal-600\/20:required{--tw-ring-color: rgb(13 148 136 / .2)}.required\:ring-teal-600\/25:required{--tw-ring-color: rgb(13 148 136 / .25)}.required\:ring-teal-600\/30:required{--tw-ring-color: rgb(13 148 136 / .3)}.required\:ring-teal-600\/40:required{--tw-ring-color: rgb(13 148 136 / .4)}.required\:ring-teal-600\/50:required{--tw-ring-color: rgb(13 148 136 / .5)}.required\:ring-teal-600\/60:required{--tw-ring-color: rgb(13 148 136 / .6)}.required\:ring-teal-600\/70:required{--tw-ring-color: rgb(13 148 136 / .7)}.required\:ring-teal-600\/75:required{--tw-ring-color: rgb(13 148 136 / .75)}.required\:ring-teal-600\/80:required{--tw-ring-color: rgb(13 148 136 / .8)}.required\:ring-teal-600\/90:required{--tw-ring-color: rgb(13 148 136 / .9)}.required\:ring-teal-600\/95:required{--tw-ring-color: rgb(13 148 136 / .95)}.required\:ring-teal-600\/100:required{--tw-ring-color: rgb(13 148 136 / 1)}.required\:ring-teal-700\/0:required{--tw-ring-color: rgb(15 118 110 / 0)}.required\:ring-teal-700\/5:required{--tw-ring-color: rgb(15 118 110 / .05)}.required\:ring-teal-700\/10:required{--tw-ring-color: rgb(15 118 110 / .1)}.required\:ring-teal-700\/20:required{--tw-ring-color: rgb(15 118 110 / .2)}.required\:ring-teal-700\/25:required{--tw-ring-color: rgb(15 118 110 / .25)}.required\:ring-teal-700\/30:required{--tw-ring-color: rgb(15 118 110 / .3)}.required\:ring-teal-700\/40:required{--tw-ring-color: rgb(15 118 110 / .4)}.required\:ring-teal-700\/50:required{--tw-ring-color: rgb(15 118 110 / .5)}.required\:ring-teal-700\/60:required{--tw-ring-color: rgb(15 118 110 / .6)}.required\:ring-teal-700\/70:required{--tw-ring-color: rgb(15 118 110 / .7)}.required\:ring-teal-700\/75:required{--tw-ring-color: rgb(15 118 110 / .75)}.required\:ring-teal-700\/80:required{--tw-ring-color: rgb(15 118 110 / .8)}.required\:ring-teal-700\/90:required{--tw-ring-color: rgb(15 118 110 / .9)}.required\:ring-teal-700\/95:required{--tw-ring-color: rgb(15 118 110 / .95)}.required\:ring-teal-700\/100:required{--tw-ring-color: rgb(15 118 110 / 1)}.required\:ring-teal-800\/0:required{--tw-ring-color: rgb(17 94 89 / 0)}.required\:ring-teal-800\/5:required{--tw-ring-color: rgb(17 94 89 / .05)}.required\:ring-teal-800\/10:required{--tw-ring-color: rgb(17 94 89 / .1)}.required\:ring-teal-800\/20:required{--tw-ring-color: rgb(17 94 89 / .2)}.required\:ring-teal-800\/25:required{--tw-ring-color: rgb(17 94 89 / .25)}.required\:ring-teal-800\/30:required{--tw-ring-color: rgb(17 94 89 / .3)}.required\:ring-teal-800\/40:required{--tw-ring-color: rgb(17 94 89 / .4)}.required\:ring-teal-800\/50:required{--tw-ring-color: rgb(17 94 89 / .5)}.required\:ring-teal-800\/60:required{--tw-ring-color: rgb(17 94 89 / .6)}.required\:ring-teal-800\/70:required{--tw-ring-color: rgb(17 94 89 / .7)}.required\:ring-teal-800\/75:required{--tw-ring-color: rgb(17 94 89 / .75)}.required\:ring-teal-800\/80:required{--tw-ring-color: rgb(17 94 89 / .8)}.required\:ring-teal-800\/90:required{--tw-ring-color: rgb(17 94 89 / .9)}.required\:ring-teal-800\/95:required{--tw-ring-color: rgb(17 94 89 / .95)}.required\:ring-teal-800\/100:required{--tw-ring-color: rgb(17 94 89 / 1)}.required\:ring-teal-900\/0:required{--tw-ring-color: rgb(19 78 74 / 0)}.required\:ring-teal-900\/5:required{--tw-ring-color: rgb(19 78 74 / .05)}.required\:ring-teal-900\/10:required{--tw-ring-color: rgb(19 78 74 / .1)}.required\:ring-teal-900\/20:required{--tw-ring-color: rgb(19 78 74 / .2)}.required\:ring-teal-900\/25:required{--tw-ring-color: rgb(19 78 74 / .25)}.required\:ring-teal-900\/30:required{--tw-ring-color: rgb(19 78 74 / .3)}.required\:ring-teal-900\/40:required{--tw-ring-color: rgb(19 78 74 / .4)}.required\:ring-teal-900\/50:required{--tw-ring-color: rgb(19 78 74 / .5)}.required\:ring-teal-900\/60:required{--tw-ring-color: rgb(19 78 74 / .6)}.required\:ring-teal-900\/70:required{--tw-ring-color: rgb(19 78 74 / .7)}.required\:ring-teal-900\/75:required{--tw-ring-color: rgb(19 78 74 / .75)}.required\:ring-teal-900\/80:required{--tw-ring-color: rgb(19 78 74 / .8)}.required\:ring-teal-900\/90:required{--tw-ring-color: rgb(19 78 74 / .9)}.required\:ring-teal-900\/95:required{--tw-ring-color: rgb(19 78 74 / .95)}.required\:ring-teal-900\/100:required{--tw-ring-color: rgb(19 78 74 / 1)}.required\:ring-sky-50\/0:required{--tw-ring-color: rgb(240 249 255 / 0)}.required\:ring-sky-50\/5:required{--tw-ring-color: rgb(240 249 255 / .05)}.required\:ring-sky-50\/10:required{--tw-ring-color: rgb(240 249 255 / .1)}.required\:ring-sky-50\/20:required{--tw-ring-color: rgb(240 249 255 / .2)}.required\:ring-sky-50\/25:required{--tw-ring-color: rgb(240 249 255 / .25)}.required\:ring-sky-50\/30:required{--tw-ring-color: rgb(240 249 255 / .3)}.required\:ring-sky-50\/40:required{--tw-ring-color: rgb(240 249 255 / .4)}.required\:ring-sky-50\/50:required{--tw-ring-color: rgb(240 249 255 / .5)}.required\:ring-sky-50\/60:required{--tw-ring-color: rgb(240 249 255 / .6)}.required\:ring-sky-50\/70:required{--tw-ring-color: rgb(240 249 255 / .7)}.required\:ring-sky-50\/75:required{--tw-ring-color: rgb(240 249 255 / .75)}.required\:ring-sky-50\/80:required{--tw-ring-color: rgb(240 249 255 / .8)}.required\:ring-sky-50\/90:required{--tw-ring-color: rgb(240 249 255 / .9)}.required\:ring-sky-50\/95:required{--tw-ring-color: rgb(240 249 255 / .95)}.required\:ring-sky-50\/100:required{--tw-ring-color: rgb(240 249 255 / 1)}.required\:ring-sky-100\/0:required{--tw-ring-color: rgb(224 242 254 / 0)}.required\:ring-sky-100\/5:required{--tw-ring-color: rgb(224 242 254 / .05)}.required\:ring-sky-100\/10:required{--tw-ring-color: rgb(224 242 254 / .1)}.required\:ring-sky-100\/20:required{--tw-ring-color: rgb(224 242 254 / .2)}.required\:ring-sky-100\/25:required{--tw-ring-color: rgb(224 242 254 / .25)}.required\:ring-sky-100\/30:required{--tw-ring-color: rgb(224 242 254 / .3)}.required\:ring-sky-100\/40:required{--tw-ring-color: rgb(224 242 254 / .4)}.required\:ring-sky-100\/50:required{--tw-ring-color: rgb(224 242 254 / .5)}.required\:ring-sky-100\/60:required{--tw-ring-color: rgb(224 242 254 / .6)}.required\:ring-sky-100\/70:required{--tw-ring-color: rgb(224 242 254 / .7)}.required\:ring-sky-100\/75:required{--tw-ring-color: rgb(224 242 254 / .75)}.required\:ring-sky-100\/80:required{--tw-ring-color: rgb(224 242 254 / .8)}.required\:ring-sky-100\/90:required{--tw-ring-color: rgb(224 242 254 / .9)}.required\:ring-sky-100\/95:required{--tw-ring-color: rgb(224 242 254 / .95)}.required\:ring-sky-100\/100:required{--tw-ring-color: rgb(224 242 254 / 1)}.required\:ring-sky-200\/0:required{--tw-ring-color: rgb(186 230 253 / 0)}.required\:ring-sky-200\/5:required{--tw-ring-color: rgb(186 230 253 / .05)}.required\:ring-sky-200\/10:required{--tw-ring-color: rgb(186 230 253 / .1)}.required\:ring-sky-200\/20:required{--tw-ring-color: rgb(186 230 253 / .2)}.required\:ring-sky-200\/25:required{--tw-ring-color: rgb(186 230 253 / .25)}.required\:ring-sky-200\/30:required{--tw-ring-color: rgb(186 230 253 / .3)}.required\:ring-sky-200\/40:required{--tw-ring-color: rgb(186 230 253 / .4)}.required\:ring-sky-200\/50:required{--tw-ring-color: rgb(186 230 253 / .5)}.required\:ring-sky-200\/60:required{--tw-ring-color: rgb(186 230 253 / .6)}.required\:ring-sky-200\/70:required{--tw-ring-color: rgb(186 230 253 / .7)}.required\:ring-sky-200\/75:required{--tw-ring-color: rgb(186 230 253 / .75)}.required\:ring-sky-200\/80:required{--tw-ring-color: rgb(186 230 253 / .8)}.required\:ring-sky-200\/90:required{--tw-ring-color: rgb(186 230 253 / .9)}.required\:ring-sky-200\/95:required{--tw-ring-color: rgb(186 230 253 / .95)}.required\:ring-sky-200\/100:required{--tw-ring-color: rgb(186 230 253 / 1)}.required\:ring-sky-300\/0:required{--tw-ring-color: rgb(125 211 252 / 0)}.required\:ring-sky-300\/5:required{--tw-ring-color: rgb(125 211 252 / .05)}.required\:ring-sky-300\/10:required{--tw-ring-color: rgb(125 211 252 / .1)}.required\:ring-sky-300\/20:required{--tw-ring-color: rgb(125 211 252 / .2)}.required\:ring-sky-300\/25:required{--tw-ring-color: rgb(125 211 252 / .25)}.required\:ring-sky-300\/30:required{--tw-ring-color: rgb(125 211 252 / .3)}.required\:ring-sky-300\/40:required{--tw-ring-color: rgb(125 211 252 / .4)}.required\:ring-sky-300\/50:required{--tw-ring-color: rgb(125 211 252 / .5)}.required\:ring-sky-300\/60:required{--tw-ring-color: rgb(125 211 252 / .6)}.required\:ring-sky-300\/70:required{--tw-ring-color: rgb(125 211 252 / .7)}.required\:ring-sky-300\/75:required{--tw-ring-color: rgb(125 211 252 / .75)}.required\:ring-sky-300\/80:required{--tw-ring-color: rgb(125 211 252 / .8)}.required\:ring-sky-300\/90:required{--tw-ring-color: rgb(125 211 252 / .9)}.required\:ring-sky-300\/95:required{--tw-ring-color: rgb(125 211 252 / .95)}.required\:ring-sky-300\/100:required{--tw-ring-color: rgb(125 211 252 / 1)}.required\:ring-sky-400\/0:required{--tw-ring-color: rgb(56 189 248 / 0)}.required\:ring-sky-400\/5:required{--tw-ring-color: rgb(56 189 248 / .05)}.required\:ring-sky-400\/10:required{--tw-ring-color: rgb(56 189 248 / .1)}.required\:ring-sky-400\/20:required{--tw-ring-color: rgb(56 189 248 / .2)}.required\:ring-sky-400\/25:required{--tw-ring-color: rgb(56 189 248 / .25)}.required\:ring-sky-400\/30:required{--tw-ring-color: rgb(56 189 248 / .3)}.required\:ring-sky-400\/40:required{--tw-ring-color: rgb(56 189 248 / .4)}.required\:ring-sky-400\/50:required{--tw-ring-color: rgb(56 189 248 / .5)}.required\:ring-sky-400\/60:required{--tw-ring-color: rgb(56 189 248 / .6)}.required\:ring-sky-400\/70:required{--tw-ring-color: rgb(56 189 248 / .7)}.required\:ring-sky-400\/75:required{--tw-ring-color: rgb(56 189 248 / .75)}.required\:ring-sky-400\/80:required{--tw-ring-color: rgb(56 189 248 / .8)}.required\:ring-sky-400\/90:required{--tw-ring-color: rgb(56 189 248 / .9)}.required\:ring-sky-400\/95:required{--tw-ring-color: rgb(56 189 248 / .95)}.required\:ring-sky-400\/100:required{--tw-ring-color: rgb(56 189 248 / 1)}.required\:ring-sky-500\/0:required{--tw-ring-color: rgb(14 165 233 / 0)}.required\:ring-sky-500\/5:required{--tw-ring-color: rgb(14 165 233 / .05)}.required\:ring-sky-500\/10:required{--tw-ring-color: rgb(14 165 233 / .1)}.required\:ring-sky-500\/20:required{--tw-ring-color: rgb(14 165 233 / .2)}.required\:ring-sky-500\/25:required{--tw-ring-color: rgb(14 165 233 / .25)}.required\:ring-sky-500\/30:required{--tw-ring-color: rgb(14 165 233 / .3)}.required\:ring-sky-500\/40:required{--tw-ring-color: rgb(14 165 233 / .4)}.required\:ring-sky-500\/50:required{--tw-ring-color: rgb(14 165 233 / .5)}.required\:ring-sky-500\/60:required{--tw-ring-color: rgb(14 165 233 / .6)}.required\:ring-sky-500\/70:required{--tw-ring-color: rgb(14 165 233 / .7)}.required\:ring-sky-500\/75:required{--tw-ring-color: rgb(14 165 233 / .75)}.required\:ring-sky-500\/80:required{--tw-ring-color: rgb(14 165 233 / .8)}.required\:ring-sky-500\/90:required{--tw-ring-color: rgb(14 165 233 / .9)}.required\:ring-sky-500\/95:required{--tw-ring-color: rgb(14 165 233 / .95)}.required\:ring-sky-500\/100:required{--tw-ring-color: rgb(14 165 233 / 1)}.required\:ring-sky-600\/0:required{--tw-ring-color: rgb(2 132 199 / 0)}.required\:ring-sky-600\/5:required{--tw-ring-color: rgb(2 132 199 / .05)}.required\:ring-sky-600\/10:required{--tw-ring-color: rgb(2 132 199 / .1)}.required\:ring-sky-600\/20:required{--tw-ring-color: rgb(2 132 199 / .2)}.required\:ring-sky-600\/25:required{--tw-ring-color: rgb(2 132 199 / .25)}.required\:ring-sky-600\/30:required{--tw-ring-color: rgb(2 132 199 / .3)}.required\:ring-sky-600\/40:required{--tw-ring-color: rgb(2 132 199 / .4)}.required\:ring-sky-600\/50:required{--tw-ring-color: rgb(2 132 199 / .5)}.required\:ring-sky-600\/60:required{--tw-ring-color: rgb(2 132 199 / .6)}.required\:ring-sky-600\/70:required{--tw-ring-color: rgb(2 132 199 / .7)}.required\:ring-sky-600\/75:required{--tw-ring-color: rgb(2 132 199 / .75)}.required\:ring-sky-600\/80:required{--tw-ring-color: rgb(2 132 199 / .8)}.required\:ring-sky-600\/90:required{--tw-ring-color: rgb(2 132 199 / .9)}.required\:ring-sky-600\/95:required{--tw-ring-color: rgb(2 132 199 / .95)}.required\:ring-sky-600\/100:required{--tw-ring-color: rgb(2 132 199 / 1)}.required\:ring-sky-700\/0:required{--tw-ring-color: rgb(3 105 161 / 0)}.required\:ring-sky-700\/5:required{--tw-ring-color: rgb(3 105 161 / .05)}.required\:ring-sky-700\/10:required{--tw-ring-color: rgb(3 105 161 / .1)}.required\:ring-sky-700\/20:required{--tw-ring-color: rgb(3 105 161 / .2)}.required\:ring-sky-700\/25:required{--tw-ring-color: rgb(3 105 161 / .25)}.required\:ring-sky-700\/30:required{--tw-ring-color: rgb(3 105 161 / .3)}.required\:ring-sky-700\/40:required{--tw-ring-color: rgb(3 105 161 / .4)}.required\:ring-sky-700\/50:required{--tw-ring-color: rgb(3 105 161 / .5)}.required\:ring-sky-700\/60:required{--tw-ring-color: rgb(3 105 161 / .6)}.required\:ring-sky-700\/70:required{--tw-ring-color: rgb(3 105 161 / .7)}.required\:ring-sky-700\/75:required{--tw-ring-color: rgb(3 105 161 / .75)}.required\:ring-sky-700\/80:required{--tw-ring-color: rgb(3 105 161 / .8)}.required\:ring-sky-700\/90:required{--tw-ring-color: rgb(3 105 161 / .9)}.required\:ring-sky-700\/95:required{--tw-ring-color: rgb(3 105 161 / .95)}.required\:ring-sky-700\/100:required{--tw-ring-color: rgb(3 105 161 / 1)}.required\:ring-sky-800\/0:required{--tw-ring-color: rgb(7 89 133 / 0)}.required\:ring-sky-800\/5:required{--tw-ring-color: rgb(7 89 133 / .05)}.required\:ring-sky-800\/10:required{--tw-ring-color: rgb(7 89 133 / .1)}.required\:ring-sky-800\/20:required{--tw-ring-color: rgb(7 89 133 / .2)}.required\:ring-sky-800\/25:required{--tw-ring-color: rgb(7 89 133 / .25)}.required\:ring-sky-800\/30:required{--tw-ring-color: rgb(7 89 133 / .3)}.required\:ring-sky-800\/40:required{--tw-ring-color: rgb(7 89 133 / .4)}.required\:ring-sky-800\/50:required{--tw-ring-color: rgb(7 89 133 / .5)}.required\:ring-sky-800\/60:required{--tw-ring-color: rgb(7 89 133 / .6)}.required\:ring-sky-800\/70:required{--tw-ring-color: rgb(7 89 133 / .7)}.required\:ring-sky-800\/75:required{--tw-ring-color: rgb(7 89 133 / .75)}.required\:ring-sky-800\/80:required{--tw-ring-color: rgb(7 89 133 / .8)}.required\:ring-sky-800\/90:required{--tw-ring-color: rgb(7 89 133 / .9)}.required\:ring-sky-800\/95:required{--tw-ring-color: rgb(7 89 133 / .95)}.required\:ring-sky-800\/100:required{--tw-ring-color: rgb(7 89 133 / 1)}.required\:ring-sky-900\/0:required{--tw-ring-color: rgb(12 74 110 / 0)}.required\:ring-sky-900\/5:required{--tw-ring-color: rgb(12 74 110 / .05)}.required\:ring-sky-900\/10:required{--tw-ring-color: rgb(12 74 110 / .1)}.required\:ring-sky-900\/20:required{--tw-ring-color: rgb(12 74 110 / .2)}.required\:ring-sky-900\/25:required{--tw-ring-color: rgb(12 74 110 / .25)}.required\:ring-sky-900\/30:required{--tw-ring-color: rgb(12 74 110 / .3)}.required\:ring-sky-900\/40:required{--tw-ring-color: rgb(12 74 110 / .4)}.required\:ring-sky-900\/50:required{--tw-ring-color: rgb(12 74 110 / .5)}.required\:ring-sky-900\/60:required{--tw-ring-color: rgb(12 74 110 / .6)}.required\:ring-sky-900\/70:required{--tw-ring-color: rgb(12 74 110 / .7)}.required\:ring-sky-900\/75:required{--tw-ring-color: rgb(12 74 110 / .75)}.required\:ring-sky-900\/80:required{--tw-ring-color: rgb(12 74 110 / .8)}.required\:ring-sky-900\/90:required{--tw-ring-color: rgb(12 74 110 / .9)}.required\:ring-sky-900\/95:required{--tw-ring-color: rgb(12 74 110 / .95)}.required\:ring-sky-900\/100:required{--tw-ring-color: rgb(12 74 110 / 1)}.required\:ring-blue-50\/0:required{--tw-ring-color: rgb(239 246 255 / 0)}.required\:ring-blue-50\/5:required{--tw-ring-color: rgb(239 246 255 / .05)}.required\:ring-blue-50\/10:required{--tw-ring-color: rgb(239 246 255 / .1)}.required\:ring-blue-50\/20:required{--tw-ring-color: rgb(239 246 255 / .2)}.required\:ring-blue-50\/25:required{--tw-ring-color: rgb(239 246 255 / .25)}.required\:ring-blue-50\/30:required{--tw-ring-color: rgb(239 246 255 / .3)}.required\:ring-blue-50\/40:required{--tw-ring-color: rgb(239 246 255 / .4)}.required\:ring-blue-50\/50:required{--tw-ring-color: rgb(239 246 255 / .5)}.required\:ring-blue-50\/60:required{--tw-ring-color: rgb(239 246 255 / .6)}.required\:ring-blue-50\/70:required{--tw-ring-color: rgb(239 246 255 / .7)}.required\:ring-blue-50\/75:required{--tw-ring-color: rgb(239 246 255 / .75)}.required\:ring-blue-50\/80:required{--tw-ring-color: rgb(239 246 255 / .8)}.required\:ring-blue-50\/90:required{--tw-ring-color: rgb(239 246 255 / .9)}.required\:ring-blue-50\/95:required{--tw-ring-color: rgb(239 246 255 / .95)}.required\:ring-blue-50\/100:required{--tw-ring-color: rgb(239 246 255 / 1)}.required\:ring-blue-100\/0:required{--tw-ring-color: rgb(242 243 253 / 0)}.required\:ring-blue-100\/5:required{--tw-ring-color: rgb(242 243 253 / .05)}.required\:ring-blue-100\/10:required{--tw-ring-color: rgb(242 243 253 / .1)}.required\:ring-blue-100\/20:required{--tw-ring-color: rgb(242 243 253 / .2)}.required\:ring-blue-100\/25:required{--tw-ring-color: rgb(242 243 253 / .25)}.required\:ring-blue-100\/30:required{--tw-ring-color: rgb(242 243 253 / .3)}.required\:ring-blue-100\/40:required{--tw-ring-color: rgb(242 243 253 / .4)}.required\:ring-blue-100\/50:required{--tw-ring-color: rgb(242 243 253 / .5)}.required\:ring-blue-100\/60:required{--tw-ring-color: rgb(242 243 253 / .6)}.required\:ring-blue-100\/70:required{--tw-ring-color: rgb(242 243 253 / .7)}.required\:ring-blue-100\/75:required{--tw-ring-color: rgb(242 243 253 / .75)}.required\:ring-blue-100\/80:required{--tw-ring-color: rgb(242 243 253 / .8)}.required\:ring-blue-100\/90:required{--tw-ring-color: rgb(242 243 253 / .9)}.required\:ring-blue-100\/95:required{--tw-ring-color: rgb(242 243 253 / .95)}.required\:ring-blue-100\/100:required{--tw-ring-color: rgb(242 243 253 / 1)}.required\:ring-blue-200\/0:required{--tw-ring-color: rgb(228 232 251 / 0)}.required\:ring-blue-200\/5:required{--tw-ring-color: rgb(228 232 251 / .05)}.required\:ring-blue-200\/10:required{--tw-ring-color: rgb(228 232 251 / .1)}.required\:ring-blue-200\/20:required{--tw-ring-color: rgb(228 232 251 / .2)}.required\:ring-blue-200\/25:required{--tw-ring-color: rgb(228 232 251 / .25)}.required\:ring-blue-200\/30:required{--tw-ring-color: rgb(228 232 251 / .3)}.required\:ring-blue-200\/40:required{--tw-ring-color: rgb(228 232 251 / .4)}.required\:ring-blue-200\/50:required{--tw-ring-color: rgb(228 232 251 / .5)}.required\:ring-blue-200\/60:required{--tw-ring-color: rgb(228 232 251 / .6)}.required\:ring-blue-200\/70:required{--tw-ring-color: rgb(228 232 251 / .7)}.required\:ring-blue-200\/75:required{--tw-ring-color: rgb(228 232 251 / .75)}.required\:ring-blue-200\/80:required{--tw-ring-color: rgb(228 232 251 / .8)}.required\:ring-blue-200\/90:required{--tw-ring-color: rgb(228 232 251 / .9)}.required\:ring-blue-200\/95:required{--tw-ring-color: rgb(228 232 251 / .95)}.required\:ring-blue-200\/100:required{--tw-ring-color: rgb(228 232 251 / 1)}.required\:ring-blue-300\/0:required{--tw-ring-color: rgb(198 207 247 / 0)}.required\:ring-blue-300\/5:required{--tw-ring-color: rgb(198 207 247 / .05)}.required\:ring-blue-300\/10:required{--tw-ring-color: rgb(198 207 247 / .1)}.required\:ring-blue-300\/20:required{--tw-ring-color: rgb(198 207 247 / .2)}.required\:ring-blue-300\/25:required{--tw-ring-color: rgb(198 207 247 / .25)}.required\:ring-blue-300\/30:required{--tw-ring-color: rgb(198 207 247 / .3)}.required\:ring-blue-300\/40:required{--tw-ring-color: rgb(198 207 247 / .4)}.required\:ring-blue-300\/50:required{--tw-ring-color: rgb(198 207 247 / .5)}.required\:ring-blue-300\/60:required{--tw-ring-color: rgb(198 207 247 / .6)}.required\:ring-blue-300\/70:required{--tw-ring-color: rgb(198 207 247 / .7)}.required\:ring-blue-300\/75:required{--tw-ring-color: rgb(198 207 247 / .75)}.required\:ring-blue-300\/80:required{--tw-ring-color: rgb(198 207 247 / .8)}.required\:ring-blue-300\/90:required{--tw-ring-color: rgb(198 207 247 / .9)}.required\:ring-blue-300\/95:required{--tw-ring-color: rgb(198 207 247 / .95)}.required\:ring-blue-300\/100:required{--tw-ring-color: rgb(198 207 247 / 1)}.required\:ring-blue-400\/0:required{--tw-ring-color: rgb(163 178 243 / 0)}.required\:ring-blue-400\/5:required{--tw-ring-color: rgb(163 178 243 / .05)}.required\:ring-blue-400\/10:required{--tw-ring-color: rgb(163 178 243 / .1)}.required\:ring-blue-400\/20:required{--tw-ring-color: rgb(163 178 243 / .2)}.required\:ring-blue-400\/25:required{--tw-ring-color: rgb(163 178 243 / .25)}.required\:ring-blue-400\/30:required{--tw-ring-color: rgb(163 178 243 / .3)}.required\:ring-blue-400\/40:required{--tw-ring-color: rgb(163 178 243 / .4)}.required\:ring-blue-400\/50:required{--tw-ring-color: rgb(163 178 243 / .5)}.required\:ring-blue-400\/60:required{--tw-ring-color: rgb(163 178 243 / .6)}.required\:ring-blue-400\/70:required{--tw-ring-color: rgb(163 178 243 / .7)}.required\:ring-blue-400\/75:required{--tw-ring-color: rgb(163 178 243 / .75)}.required\:ring-blue-400\/80:required{--tw-ring-color: rgb(163 178 243 / .8)}.required\:ring-blue-400\/90:required{--tw-ring-color: rgb(163 178 243 / .9)}.required\:ring-blue-400\/95:required{--tw-ring-color: rgb(163 178 243 / .95)}.required\:ring-blue-400\/100:required{--tw-ring-color: rgb(163 178 243 / 1)}.required\:ring-blue-500\/0:required{--tw-ring-color: rgb(118 144 239 / 0)}.required\:ring-blue-500\/5:required{--tw-ring-color: rgb(118 144 239 / .05)}.required\:ring-blue-500\/10:required{--tw-ring-color: rgb(118 144 239 / .1)}.required\:ring-blue-500\/20:required{--tw-ring-color: rgb(118 144 239 / .2)}.required\:ring-blue-500\/25:required{--tw-ring-color: rgb(118 144 239 / .25)}.required\:ring-blue-500\/30:required{--tw-ring-color: rgb(118 144 239 / .3)}.required\:ring-blue-500\/40:required{--tw-ring-color: rgb(118 144 239 / .4)}.required\:ring-blue-500\/50:required{--tw-ring-color: rgb(118 144 239 / .5)}.required\:ring-blue-500\/60:required{--tw-ring-color: rgb(118 144 239 / .6)}.required\:ring-blue-500\/70:required{--tw-ring-color: rgb(118 144 239 / .7)}.required\:ring-blue-500\/75:required{--tw-ring-color: rgb(118 144 239 / .75)}.required\:ring-blue-500\/80:required{--tw-ring-color: rgb(118 144 239 / .8)}.required\:ring-blue-500\/90:required{--tw-ring-color: rgb(118 144 239 / .9)}.required\:ring-blue-500\/95:required{--tw-ring-color: rgb(118 144 239 / .95)}.required\:ring-blue-500\/100:required{--tw-ring-color: rgb(118 144 239 / 1)}.required\:ring-blue-600\/0:required{--tw-ring-color: rgb(37 99 235 / 0)}.required\:ring-blue-600\/5:required{--tw-ring-color: rgb(37 99 235 / .05)}.required\:ring-blue-600\/10:required{--tw-ring-color: rgb(37 99 235 / .1)}.required\:ring-blue-600\/20:required{--tw-ring-color: rgb(37 99 235 / .2)}.required\:ring-blue-600\/25:required{--tw-ring-color: rgb(37 99 235 / .25)}.required\:ring-blue-600\/30:required{--tw-ring-color: rgb(37 99 235 / .3)}.required\:ring-blue-600\/40:required{--tw-ring-color: rgb(37 99 235 / .4)}.required\:ring-blue-600\/50:required{--tw-ring-color: rgb(37 99 235 / .5)}.required\:ring-blue-600\/60:required{--tw-ring-color: rgb(37 99 235 / .6)}.required\:ring-blue-600\/70:required{--tw-ring-color: rgb(37 99 235 / .7)}.required\:ring-blue-600\/75:required{--tw-ring-color: rgb(37 99 235 / .75)}.required\:ring-blue-600\/80:required{--tw-ring-color: rgb(37 99 235 / .8)}.required\:ring-blue-600\/90:required{--tw-ring-color: rgb(37 99 235 / .9)}.required\:ring-blue-600\/95:required{--tw-ring-color: rgb(37 99 235 / .95)}.required\:ring-blue-600\/100:required{--tw-ring-color: rgb(37 99 235 / 1)}.required\:ring-blue-700\/0:required{--tw-ring-color: rgb(33 88 210 / 0)}.required\:ring-blue-700\/5:required{--tw-ring-color: rgb(33 88 210 / .05)}.required\:ring-blue-700\/10:required{--tw-ring-color: rgb(33 88 210 / .1)}.required\:ring-blue-700\/20:required{--tw-ring-color: rgb(33 88 210 / .2)}.required\:ring-blue-700\/25:required{--tw-ring-color: rgb(33 88 210 / .25)}.required\:ring-blue-700\/30:required{--tw-ring-color: rgb(33 88 210 / .3)}.required\:ring-blue-700\/40:required{--tw-ring-color: rgb(33 88 210 / .4)}.required\:ring-blue-700\/50:required{--tw-ring-color: rgb(33 88 210 / .5)}.required\:ring-blue-700\/60:required{--tw-ring-color: rgb(33 88 210 / .6)}.required\:ring-blue-700\/70:required{--tw-ring-color: rgb(33 88 210 / .7)}.required\:ring-blue-700\/75:required{--tw-ring-color: rgb(33 88 210 / .75)}.required\:ring-blue-700\/80:required{--tw-ring-color: rgb(33 88 210 / .8)}.required\:ring-blue-700\/90:required{--tw-ring-color: rgb(33 88 210 / .9)}.required\:ring-blue-700\/95:required{--tw-ring-color: rgb(33 88 210 / .95)}.required\:ring-blue-700\/100:required{--tw-ring-color: rgb(33 88 210 / 1)}.required\:ring-blue-800\/0:required{--tw-ring-color: rgb(28 76 182 / 0)}.required\:ring-blue-800\/5:required{--tw-ring-color: rgb(28 76 182 / .05)}.required\:ring-blue-800\/10:required{--tw-ring-color: rgb(28 76 182 / .1)}.required\:ring-blue-800\/20:required{--tw-ring-color: rgb(28 76 182 / .2)}.required\:ring-blue-800\/25:required{--tw-ring-color: rgb(28 76 182 / .25)}.required\:ring-blue-800\/30:required{--tw-ring-color: rgb(28 76 182 / .3)}.required\:ring-blue-800\/40:required{--tw-ring-color: rgb(28 76 182 / .4)}.required\:ring-blue-800\/50:required{--tw-ring-color: rgb(28 76 182 / .5)}.required\:ring-blue-800\/60:required{--tw-ring-color: rgb(28 76 182 / .6)}.required\:ring-blue-800\/70:required{--tw-ring-color: rgb(28 76 182 / .7)}.required\:ring-blue-800\/75:required{--tw-ring-color: rgb(28 76 182 / .75)}.required\:ring-blue-800\/80:required{--tw-ring-color: rgb(28 76 182 / .8)}.required\:ring-blue-800\/90:required{--tw-ring-color: rgb(28 76 182 / .9)}.required\:ring-blue-800\/95:required{--tw-ring-color: rgb(28 76 182 / .95)}.required\:ring-blue-800\/100:required{--tw-ring-color: rgb(28 76 182 / 1)}.required\:ring-blue-900\/0:required{--tw-ring-color: rgb(23 62 148 / 0)}.required\:ring-blue-900\/5:required{--tw-ring-color: rgb(23 62 148 / .05)}.required\:ring-blue-900\/10:required{--tw-ring-color: rgb(23 62 148 / .1)}.required\:ring-blue-900\/20:required{--tw-ring-color: rgb(23 62 148 / .2)}.required\:ring-blue-900\/25:required{--tw-ring-color: rgb(23 62 148 / .25)}.required\:ring-blue-900\/30:required{--tw-ring-color: rgb(23 62 148 / .3)}.required\:ring-blue-900\/40:required{--tw-ring-color: rgb(23 62 148 / .4)}.required\:ring-blue-900\/50:required{--tw-ring-color: rgb(23 62 148 / .5)}.required\:ring-blue-900\/60:required{--tw-ring-color: rgb(23 62 148 / .6)}.required\:ring-blue-900\/70:required{--tw-ring-color: rgb(23 62 148 / .7)}.required\:ring-blue-900\/75:required{--tw-ring-color: rgb(23 62 148 / .75)}.required\:ring-blue-900\/80:required{--tw-ring-color: rgb(23 62 148 / .8)}.required\:ring-blue-900\/90:required{--tw-ring-color: rgb(23 62 148 / .9)}.required\:ring-blue-900\/95:required{--tw-ring-color: rgb(23 62 148 / .95)}.required\:ring-blue-900\/100:required{--tw-ring-color: rgb(23 62 148 / 1)}.required\:ring-indigo-50\/0:required{--tw-ring-color: rgb(238 242 255 / 0)}.required\:ring-indigo-50\/5:required{--tw-ring-color: rgb(238 242 255 / .05)}.required\:ring-indigo-50\/10:required{--tw-ring-color: rgb(238 242 255 / .1)}.required\:ring-indigo-50\/20:required{--tw-ring-color: rgb(238 242 255 / .2)}.required\:ring-indigo-50\/25:required{--tw-ring-color: rgb(238 242 255 / .25)}.required\:ring-indigo-50\/30:required{--tw-ring-color: rgb(238 242 255 / .3)}.required\:ring-indigo-50\/40:required{--tw-ring-color: rgb(238 242 255 / .4)}.required\:ring-indigo-50\/50:required{--tw-ring-color: rgb(238 242 255 / .5)}.required\:ring-indigo-50\/60:required{--tw-ring-color: rgb(238 242 255 / .6)}.required\:ring-indigo-50\/70:required{--tw-ring-color: rgb(238 242 255 / .7)}.required\:ring-indigo-50\/75:required{--tw-ring-color: rgb(238 242 255 / .75)}.required\:ring-indigo-50\/80:required{--tw-ring-color: rgb(238 242 255 / .8)}.required\:ring-indigo-50\/90:required{--tw-ring-color: rgb(238 242 255 / .9)}.required\:ring-indigo-50\/95:required{--tw-ring-color: rgb(238 242 255 / .95)}.required\:ring-indigo-50\/100:required{--tw-ring-color: rgb(238 242 255 / 1)}.required\:ring-indigo-100\/0:required{--tw-ring-color: rgb(224 231 255 / 0)}.required\:ring-indigo-100\/5:required{--tw-ring-color: rgb(224 231 255 / .05)}.required\:ring-indigo-100\/10:required{--tw-ring-color: rgb(224 231 255 / .1)}.required\:ring-indigo-100\/20:required{--tw-ring-color: rgb(224 231 255 / .2)}.required\:ring-indigo-100\/25:required{--tw-ring-color: rgb(224 231 255 / .25)}.required\:ring-indigo-100\/30:required{--tw-ring-color: rgb(224 231 255 / .3)}.required\:ring-indigo-100\/40:required{--tw-ring-color: rgb(224 231 255 / .4)}.required\:ring-indigo-100\/50:required{--tw-ring-color: rgb(224 231 255 / .5)}.required\:ring-indigo-100\/60:required{--tw-ring-color: rgb(224 231 255 / .6)}.required\:ring-indigo-100\/70:required{--tw-ring-color: rgb(224 231 255 / .7)}.required\:ring-indigo-100\/75:required{--tw-ring-color: rgb(224 231 255 / .75)}.required\:ring-indigo-100\/80:required{--tw-ring-color: rgb(224 231 255 / .8)}.required\:ring-indigo-100\/90:required{--tw-ring-color: rgb(224 231 255 / .9)}.required\:ring-indigo-100\/95:required{--tw-ring-color: rgb(224 231 255 / .95)}.required\:ring-indigo-100\/100:required{--tw-ring-color: rgb(224 231 255 / 1)}.required\:ring-indigo-200\/0:required{--tw-ring-color: rgb(199 210 254 / 0)}.required\:ring-indigo-200\/5:required{--tw-ring-color: rgb(199 210 254 / .05)}.required\:ring-indigo-200\/10:required{--tw-ring-color: rgb(199 210 254 / .1)}.required\:ring-indigo-200\/20:required{--tw-ring-color: rgb(199 210 254 / .2)}.required\:ring-indigo-200\/25:required{--tw-ring-color: rgb(199 210 254 / .25)}.required\:ring-indigo-200\/30:required{--tw-ring-color: rgb(199 210 254 / .3)}.required\:ring-indigo-200\/40:required{--tw-ring-color: rgb(199 210 254 / .4)}.required\:ring-indigo-200\/50:required{--tw-ring-color: rgb(199 210 254 / .5)}.required\:ring-indigo-200\/60:required{--tw-ring-color: rgb(199 210 254 / .6)}.required\:ring-indigo-200\/70:required{--tw-ring-color: rgb(199 210 254 / .7)}.required\:ring-indigo-200\/75:required{--tw-ring-color: rgb(199 210 254 / .75)}.required\:ring-indigo-200\/80:required{--tw-ring-color: rgb(199 210 254 / .8)}.required\:ring-indigo-200\/90:required{--tw-ring-color: rgb(199 210 254 / .9)}.required\:ring-indigo-200\/95:required{--tw-ring-color: rgb(199 210 254 / .95)}.required\:ring-indigo-200\/100:required{--tw-ring-color: rgb(199 210 254 / 1)}.required\:ring-indigo-300\/0:required{--tw-ring-color: rgb(165 180 252 / 0)}.required\:ring-indigo-300\/5:required{--tw-ring-color: rgb(165 180 252 / .05)}.required\:ring-indigo-300\/10:required{--tw-ring-color: rgb(165 180 252 / .1)}.required\:ring-indigo-300\/20:required{--tw-ring-color: rgb(165 180 252 / .2)}.required\:ring-indigo-300\/25:required{--tw-ring-color: rgb(165 180 252 / .25)}.required\:ring-indigo-300\/30:required{--tw-ring-color: rgb(165 180 252 / .3)}.required\:ring-indigo-300\/40:required{--tw-ring-color: rgb(165 180 252 / .4)}.required\:ring-indigo-300\/50:required{--tw-ring-color: rgb(165 180 252 / .5)}.required\:ring-indigo-300\/60:required{--tw-ring-color: rgb(165 180 252 / .6)}.required\:ring-indigo-300\/70:required{--tw-ring-color: rgb(165 180 252 / .7)}.required\:ring-indigo-300\/75:required{--tw-ring-color: rgb(165 180 252 / .75)}.required\:ring-indigo-300\/80:required{--tw-ring-color: rgb(165 180 252 / .8)}.required\:ring-indigo-300\/90:required{--tw-ring-color: rgb(165 180 252 / .9)}.required\:ring-indigo-300\/95:required{--tw-ring-color: rgb(165 180 252 / .95)}.required\:ring-indigo-300\/100:required{--tw-ring-color: rgb(165 180 252 / 1)}.required\:ring-indigo-400\/0:required{--tw-ring-color: rgb(129 140 248 / 0)}.required\:ring-indigo-400\/5:required{--tw-ring-color: rgb(129 140 248 / .05)}.required\:ring-indigo-400\/10:required{--tw-ring-color: rgb(129 140 248 / .1)}.required\:ring-indigo-400\/20:required{--tw-ring-color: rgb(129 140 248 / .2)}.required\:ring-indigo-400\/25:required{--tw-ring-color: rgb(129 140 248 / .25)}.required\:ring-indigo-400\/30:required{--tw-ring-color: rgb(129 140 248 / .3)}.required\:ring-indigo-400\/40:required{--tw-ring-color: rgb(129 140 248 / .4)}.required\:ring-indigo-400\/50:required{--tw-ring-color: rgb(129 140 248 / .5)}.required\:ring-indigo-400\/60:required{--tw-ring-color: rgb(129 140 248 / .6)}.required\:ring-indigo-400\/70:required{--tw-ring-color: rgb(129 140 248 / .7)}.required\:ring-indigo-400\/75:required{--tw-ring-color: rgb(129 140 248 / .75)}.required\:ring-indigo-400\/80:required{--tw-ring-color: rgb(129 140 248 / .8)}.required\:ring-indigo-400\/90:required{--tw-ring-color: rgb(129 140 248 / .9)}.required\:ring-indigo-400\/95:required{--tw-ring-color: rgb(129 140 248 / .95)}.required\:ring-indigo-400\/100:required{--tw-ring-color: rgb(129 140 248 / 1)}.required\:ring-indigo-500\/0:required{--tw-ring-color: rgb(99 102 241 / 0)}.required\:ring-indigo-500\/5:required{--tw-ring-color: rgb(99 102 241 / .05)}.required\:ring-indigo-500\/10:required{--tw-ring-color: rgb(99 102 241 / .1)}.required\:ring-indigo-500\/20:required{--tw-ring-color: rgb(99 102 241 / .2)}.required\:ring-indigo-500\/25:required{--tw-ring-color: rgb(99 102 241 / .25)}.required\:ring-indigo-500\/30:required{--tw-ring-color: rgb(99 102 241 / .3)}.required\:ring-indigo-500\/40:required{--tw-ring-color: rgb(99 102 241 / .4)}.required\:ring-indigo-500\/50:required{--tw-ring-color: rgb(99 102 241 / .5)}.required\:ring-indigo-500\/60:required{--tw-ring-color: rgb(99 102 241 / .6)}.required\:ring-indigo-500\/70:required{--tw-ring-color: rgb(99 102 241 / .7)}.required\:ring-indigo-500\/75:required{--tw-ring-color: rgb(99 102 241 / .75)}.required\:ring-indigo-500\/80:required{--tw-ring-color: rgb(99 102 241 / .8)}.required\:ring-indigo-500\/90:required{--tw-ring-color: rgb(99 102 241 / .9)}.required\:ring-indigo-500\/95:required{--tw-ring-color: rgb(99 102 241 / .95)}.required\:ring-indigo-500\/100:required{--tw-ring-color: rgb(99 102 241 / 1)}.required\:ring-indigo-600\/0:required{--tw-ring-color: rgb(79 70 229 / 0)}.required\:ring-indigo-600\/5:required{--tw-ring-color: rgb(79 70 229 / .05)}.required\:ring-indigo-600\/10:required{--tw-ring-color: rgb(79 70 229 / .1)}.required\:ring-indigo-600\/20:required{--tw-ring-color: rgb(79 70 229 / .2)}.required\:ring-indigo-600\/25:required{--tw-ring-color: rgb(79 70 229 / .25)}.required\:ring-indigo-600\/30:required{--tw-ring-color: rgb(79 70 229 / .3)}.required\:ring-indigo-600\/40:required{--tw-ring-color: rgb(79 70 229 / .4)}.required\:ring-indigo-600\/50:required{--tw-ring-color: rgb(79 70 229 / .5)}.required\:ring-indigo-600\/60:required{--tw-ring-color: rgb(79 70 229 / .6)}.required\:ring-indigo-600\/70:required{--tw-ring-color: rgb(79 70 229 / .7)}.required\:ring-indigo-600\/75:required{--tw-ring-color: rgb(79 70 229 / .75)}.required\:ring-indigo-600\/80:required{--tw-ring-color: rgb(79 70 229 / .8)}.required\:ring-indigo-600\/90:required{--tw-ring-color: rgb(79 70 229 / .9)}.required\:ring-indigo-600\/95:required{--tw-ring-color: rgb(79 70 229 / .95)}.required\:ring-indigo-600\/100:required{--tw-ring-color: rgb(79 70 229 / 1)}.required\:ring-indigo-700\/0:required{--tw-ring-color: rgb(67 56 202 / 0)}.required\:ring-indigo-700\/5:required{--tw-ring-color: rgb(67 56 202 / .05)}.required\:ring-indigo-700\/10:required{--tw-ring-color: rgb(67 56 202 / .1)}.required\:ring-indigo-700\/20:required{--tw-ring-color: rgb(67 56 202 / .2)}.required\:ring-indigo-700\/25:required{--tw-ring-color: rgb(67 56 202 / .25)}.required\:ring-indigo-700\/30:required{--tw-ring-color: rgb(67 56 202 / .3)}.required\:ring-indigo-700\/40:required{--tw-ring-color: rgb(67 56 202 / .4)}.required\:ring-indigo-700\/50:required{--tw-ring-color: rgb(67 56 202 / .5)}.required\:ring-indigo-700\/60:required{--tw-ring-color: rgb(67 56 202 / .6)}.required\:ring-indigo-700\/70:required{--tw-ring-color: rgb(67 56 202 / .7)}.required\:ring-indigo-700\/75:required{--tw-ring-color: rgb(67 56 202 / .75)}.required\:ring-indigo-700\/80:required{--tw-ring-color: rgb(67 56 202 / .8)}.required\:ring-indigo-700\/90:required{--tw-ring-color: rgb(67 56 202 / .9)}.required\:ring-indigo-700\/95:required{--tw-ring-color: rgb(67 56 202 / .95)}.required\:ring-indigo-700\/100:required{--tw-ring-color: rgb(67 56 202 / 1)}.required\:ring-indigo-800\/0:required{--tw-ring-color: rgb(55 48 163 / 0)}.required\:ring-indigo-800\/5:required{--tw-ring-color: rgb(55 48 163 / .05)}.required\:ring-indigo-800\/10:required{--tw-ring-color: rgb(55 48 163 / .1)}.required\:ring-indigo-800\/20:required{--tw-ring-color: rgb(55 48 163 / .2)}.required\:ring-indigo-800\/25:required{--tw-ring-color: rgb(55 48 163 / .25)}.required\:ring-indigo-800\/30:required{--tw-ring-color: rgb(55 48 163 / .3)}.required\:ring-indigo-800\/40:required{--tw-ring-color: rgb(55 48 163 / .4)}.required\:ring-indigo-800\/50:required{--tw-ring-color: rgb(55 48 163 / .5)}.required\:ring-indigo-800\/60:required{--tw-ring-color: rgb(55 48 163 / .6)}.required\:ring-indigo-800\/70:required{--tw-ring-color: rgb(55 48 163 / .7)}.required\:ring-indigo-800\/75:required{--tw-ring-color: rgb(55 48 163 / .75)}.required\:ring-indigo-800\/80:required{--tw-ring-color: rgb(55 48 163 / .8)}.required\:ring-indigo-800\/90:required{--tw-ring-color: rgb(55 48 163 / .9)}.required\:ring-indigo-800\/95:required{--tw-ring-color: rgb(55 48 163 / .95)}.required\:ring-indigo-800\/100:required{--tw-ring-color: rgb(55 48 163 / 1)}.required\:ring-indigo-900\/0:required{--tw-ring-color: rgb(49 46 129 / 0)}.required\:ring-indigo-900\/5:required{--tw-ring-color: rgb(49 46 129 / .05)}.required\:ring-indigo-900\/10:required{--tw-ring-color: rgb(49 46 129 / .1)}.required\:ring-indigo-900\/20:required{--tw-ring-color: rgb(49 46 129 / .2)}.required\:ring-indigo-900\/25:required{--tw-ring-color: rgb(49 46 129 / .25)}.required\:ring-indigo-900\/30:required{--tw-ring-color: rgb(49 46 129 / .3)}.required\:ring-indigo-900\/40:required{--tw-ring-color: rgb(49 46 129 / .4)}.required\:ring-indigo-900\/50:required{--tw-ring-color: rgb(49 46 129 / .5)}.required\:ring-indigo-900\/60:required{--tw-ring-color: rgb(49 46 129 / .6)}.required\:ring-indigo-900\/70:required{--tw-ring-color: rgb(49 46 129 / .7)}.required\:ring-indigo-900\/75:required{--tw-ring-color: rgb(49 46 129 / .75)}.required\:ring-indigo-900\/80:required{--tw-ring-color: rgb(49 46 129 / .8)}.required\:ring-indigo-900\/90:required{--tw-ring-color: rgb(49 46 129 / .9)}.required\:ring-indigo-900\/95:required{--tw-ring-color: rgb(49 46 129 / .95)}.required\:ring-indigo-900\/100:required{--tw-ring-color: rgb(49 46 129 / 1)}.required\:ring-violet-50\/0:required{--tw-ring-color: rgb(245 243 255 / 0)}.required\:ring-violet-50\/5:required{--tw-ring-color: rgb(245 243 255 / .05)}.required\:ring-violet-50\/10:required{--tw-ring-color: rgb(245 243 255 / .1)}.required\:ring-violet-50\/20:required{--tw-ring-color: rgb(245 243 255 / .2)}.required\:ring-violet-50\/25:required{--tw-ring-color: rgb(245 243 255 / .25)}.required\:ring-violet-50\/30:required{--tw-ring-color: rgb(245 243 255 / .3)}.required\:ring-violet-50\/40:required{--tw-ring-color: rgb(245 243 255 / .4)}.required\:ring-violet-50\/50:required{--tw-ring-color: rgb(245 243 255 / .5)}.required\:ring-violet-50\/60:required{--tw-ring-color: rgb(245 243 255 / .6)}.required\:ring-violet-50\/70:required{--tw-ring-color: rgb(245 243 255 / .7)}.required\:ring-violet-50\/75:required{--tw-ring-color: rgb(245 243 255 / .75)}.required\:ring-violet-50\/80:required{--tw-ring-color: rgb(245 243 255 / .8)}.required\:ring-violet-50\/90:required{--tw-ring-color: rgb(245 243 255 / .9)}.required\:ring-violet-50\/95:required{--tw-ring-color: rgb(245 243 255 / .95)}.required\:ring-violet-50\/100:required{--tw-ring-color: rgb(245 243 255 / 1)}.required\:ring-violet-100\/0:required{--tw-ring-color: rgb(237 233 254 / 0)}.required\:ring-violet-100\/5:required{--tw-ring-color: rgb(237 233 254 / .05)}.required\:ring-violet-100\/10:required{--tw-ring-color: rgb(237 233 254 / .1)}.required\:ring-violet-100\/20:required{--tw-ring-color: rgb(237 233 254 / .2)}.required\:ring-violet-100\/25:required{--tw-ring-color: rgb(237 233 254 / .25)}.required\:ring-violet-100\/30:required{--tw-ring-color: rgb(237 233 254 / .3)}.required\:ring-violet-100\/40:required{--tw-ring-color: rgb(237 233 254 / .4)}.required\:ring-violet-100\/50:required{--tw-ring-color: rgb(237 233 254 / .5)}.required\:ring-violet-100\/60:required{--tw-ring-color: rgb(237 233 254 / .6)}.required\:ring-violet-100\/70:required{--tw-ring-color: rgb(237 233 254 / .7)}.required\:ring-violet-100\/75:required{--tw-ring-color: rgb(237 233 254 / .75)}.required\:ring-violet-100\/80:required{--tw-ring-color: rgb(237 233 254 / .8)}.required\:ring-violet-100\/90:required{--tw-ring-color: rgb(237 233 254 / .9)}.required\:ring-violet-100\/95:required{--tw-ring-color: rgb(237 233 254 / .95)}.required\:ring-violet-100\/100:required{--tw-ring-color: rgb(237 233 254 / 1)}.required\:ring-violet-200\/0:required{--tw-ring-color: rgb(221 214 254 / 0)}.required\:ring-violet-200\/5:required{--tw-ring-color: rgb(221 214 254 / .05)}.required\:ring-violet-200\/10:required{--tw-ring-color: rgb(221 214 254 / .1)}.required\:ring-violet-200\/20:required{--tw-ring-color: rgb(221 214 254 / .2)}.required\:ring-violet-200\/25:required{--tw-ring-color: rgb(221 214 254 / .25)}.required\:ring-violet-200\/30:required{--tw-ring-color: rgb(221 214 254 / .3)}.required\:ring-violet-200\/40:required{--tw-ring-color: rgb(221 214 254 / .4)}.required\:ring-violet-200\/50:required{--tw-ring-color: rgb(221 214 254 / .5)}.required\:ring-violet-200\/60:required{--tw-ring-color: rgb(221 214 254 / .6)}.required\:ring-violet-200\/70:required{--tw-ring-color: rgb(221 214 254 / .7)}.required\:ring-violet-200\/75:required{--tw-ring-color: rgb(221 214 254 / .75)}.required\:ring-violet-200\/80:required{--tw-ring-color: rgb(221 214 254 / .8)}.required\:ring-violet-200\/90:required{--tw-ring-color: rgb(221 214 254 / .9)}.required\:ring-violet-200\/95:required{--tw-ring-color: rgb(221 214 254 / .95)}.required\:ring-violet-200\/100:required{--tw-ring-color: rgb(221 214 254 / 1)}.required\:ring-violet-300\/0:required{--tw-ring-color: rgb(196 181 253 / 0)}.required\:ring-violet-300\/5:required{--tw-ring-color: rgb(196 181 253 / .05)}.required\:ring-violet-300\/10:required{--tw-ring-color: rgb(196 181 253 / .1)}.required\:ring-violet-300\/20:required{--tw-ring-color: rgb(196 181 253 / .2)}.required\:ring-violet-300\/25:required{--tw-ring-color: rgb(196 181 253 / .25)}.required\:ring-violet-300\/30:required{--tw-ring-color: rgb(196 181 253 / .3)}.required\:ring-violet-300\/40:required{--tw-ring-color: rgb(196 181 253 / .4)}.required\:ring-violet-300\/50:required{--tw-ring-color: rgb(196 181 253 / .5)}.required\:ring-violet-300\/60:required{--tw-ring-color: rgb(196 181 253 / .6)}.required\:ring-violet-300\/70:required{--tw-ring-color: rgb(196 181 253 / .7)}.required\:ring-violet-300\/75:required{--tw-ring-color: rgb(196 181 253 / .75)}.required\:ring-violet-300\/80:required{--tw-ring-color: rgb(196 181 253 / .8)}.required\:ring-violet-300\/90:required{--tw-ring-color: rgb(196 181 253 / .9)}.required\:ring-violet-300\/95:required{--tw-ring-color: rgb(196 181 253 / .95)}.required\:ring-violet-300\/100:required{--tw-ring-color: rgb(196 181 253 / 1)}.required\:ring-violet-400\/0:required{--tw-ring-color: rgb(167 139 250 / 0)}.required\:ring-violet-400\/5:required{--tw-ring-color: rgb(167 139 250 / .05)}.required\:ring-violet-400\/10:required{--tw-ring-color: rgb(167 139 250 / .1)}.required\:ring-violet-400\/20:required{--tw-ring-color: rgb(167 139 250 / .2)}.required\:ring-violet-400\/25:required{--tw-ring-color: rgb(167 139 250 / .25)}.required\:ring-violet-400\/30:required{--tw-ring-color: rgb(167 139 250 / .3)}.required\:ring-violet-400\/40:required{--tw-ring-color: rgb(167 139 250 / .4)}.required\:ring-violet-400\/50:required{--tw-ring-color: rgb(167 139 250 / .5)}.required\:ring-violet-400\/60:required{--tw-ring-color: rgb(167 139 250 / .6)}.required\:ring-violet-400\/70:required{--tw-ring-color: rgb(167 139 250 / .7)}.required\:ring-violet-400\/75:required{--tw-ring-color: rgb(167 139 250 / .75)}.required\:ring-violet-400\/80:required{--tw-ring-color: rgb(167 139 250 / .8)}.required\:ring-violet-400\/90:required{--tw-ring-color: rgb(167 139 250 / .9)}.required\:ring-violet-400\/95:required{--tw-ring-color: rgb(167 139 250 / .95)}.required\:ring-violet-400\/100:required{--tw-ring-color: rgb(167 139 250 / 1)}.required\:ring-violet-500\/0:required{--tw-ring-color: rgb(139 92 246 / 0)}.required\:ring-violet-500\/5:required{--tw-ring-color: rgb(139 92 246 / .05)}.required\:ring-violet-500\/10:required{--tw-ring-color: rgb(139 92 246 / .1)}.required\:ring-violet-500\/20:required{--tw-ring-color: rgb(139 92 246 / .2)}.required\:ring-violet-500\/25:required{--tw-ring-color: rgb(139 92 246 / .25)}.required\:ring-violet-500\/30:required{--tw-ring-color: rgb(139 92 246 / .3)}.required\:ring-violet-500\/40:required{--tw-ring-color: rgb(139 92 246 / .4)}.required\:ring-violet-500\/50:required{--tw-ring-color: rgb(139 92 246 / .5)}.required\:ring-violet-500\/60:required{--tw-ring-color: rgb(139 92 246 / .6)}.required\:ring-violet-500\/70:required{--tw-ring-color: rgb(139 92 246 / .7)}.required\:ring-violet-500\/75:required{--tw-ring-color: rgb(139 92 246 / .75)}.required\:ring-violet-500\/80:required{--tw-ring-color: rgb(139 92 246 / .8)}.required\:ring-violet-500\/90:required{--tw-ring-color: rgb(139 92 246 / .9)}.required\:ring-violet-500\/95:required{--tw-ring-color: rgb(139 92 246 / .95)}.required\:ring-violet-500\/100:required{--tw-ring-color: rgb(139 92 246 / 1)}.required\:ring-violet-600\/0:required{--tw-ring-color: rgb(124 58 237 / 0)}.required\:ring-violet-600\/5:required{--tw-ring-color: rgb(124 58 237 / .05)}.required\:ring-violet-600\/10:required{--tw-ring-color: rgb(124 58 237 / .1)}.required\:ring-violet-600\/20:required{--tw-ring-color: rgb(124 58 237 / .2)}.required\:ring-violet-600\/25:required{--tw-ring-color: rgb(124 58 237 / .25)}.required\:ring-violet-600\/30:required{--tw-ring-color: rgb(124 58 237 / .3)}.required\:ring-violet-600\/40:required{--tw-ring-color: rgb(124 58 237 / .4)}.required\:ring-violet-600\/50:required{--tw-ring-color: rgb(124 58 237 / .5)}.required\:ring-violet-600\/60:required{--tw-ring-color: rgb(124 58 237 / .6)}.required\:ring-violet-600\/70:required{--tw-ring-color: rgb(124 58 237 / .7)}.required\:ring-violet-600\/75:required{--tw-ring-color: rgb(124 58 237 / .75)}.required\:ring-violet-600\/80:required{--tw-ring-color: rgb(124 58 237 / .8)}.required\:ring-violet-600\/90:required{--tw-ring-color: rgb(124 58 237 / .9)}.required\:ring-violet-600\/95:required{--tw-ring-color: rgb(124 58 237 / .95)}.required\:ring-violet-600\/100:required{--tw-ring-color: rgb(124 58 237 / 1)}.required\:ring-violet-700\/0:required{--tw-ring-color: rgb(109 40 217 / 0)}.required\:ring-violet-700\/5:required{--tw-ring-color: rgb(109 40 217 / .05)}.required\:ring-violet-700\/10:required{--tw-ring-color: rgb(109 40 217 / .1)}.required\:ring-violet-700\/20:required{--tw-ring-color: rgb(109 40 217 / .2)}.required\:ring-violet-700\/25:required{--tw-ring-color: rgb(109 40 217 / .25)}.required\:ring-violet-700\/30:required{--tw-ring-color: rgb(109 40 217 / .3)}.required\:ring-violet-700\/40:required{--tw-ring-color: rgb(109 40 217 / .4)}.required\:ring-violet-700\/50:required{--tw-ring-color: rgb(109 40 217 / .5)}.required\:ring-violet-700\/60:required{--tw-ring-color: rgb(109 40 217 / .6)}.required\:ring-violet-700\/70:required{--tw-ring-color: rgb(109 40 217 / .7)}.required\:ring-violet-700\/75:required{--tw-ring-color: rgb(109 40 217 / .75)}.required\:ring-violet-700\/80:required{--tw-ring-color: rgb(109 40 217 / .8)}.required\:ring-violet-700\/90:required{--tw-ring-color: rgb(109 40 217 / .9)}.required\:ring-violet-700\/95:required{--tw-ring-color: rgb(109 40 217 / .95)}.required\:ring-violet-700\/100:required{--tw-ring-color: rgb(109 40 217 / 1)}.required\:ring-violet-800\/0:required{--tw-ring-color: rgb(91 33 182 / 0)}.required\:ring-violet-800\/5:required{--tw-ring-color: rgb(91 33 182 / .05)}.required\:ring-violet-800\/10:required{--tw-ring-color: rgb(91 33 182 / .1)}.required\:ring-violet-800\/20:required{--tw-ring-color: rgb(91 33 182 / .2)}.required\:ring-violet-800\/25:required{--tw-ring-color: rgb(91 33 182 / .25)}.required\:ring-violet-800\/30:required{--tw-ring-color: rgb(91 33 182 / .3)}.required\:ring-violet-800\/40:required{--tw-ring-color: rgb(91 33 182 / .4)}.required\:ring-violet-800\/50:required{--tw-ring-color: rgb(91 33 182 / .5)}.required\:ring-violet-800\/60:required{--tw-ring-color: rgb(91 33 182 / .6)}.required\:ring-violet-800\/70:required{--tw-ring-color: rgb(91 33 182 / .7)}.required\:ring-violet-800\/75:required{--tw-ring-color: rgb(91 33 182 / .75)}.required\:ring-violet-800\/80:required{--tw-ring-color: rgb(91 33 182 / .8)}.required\:ring-violet-800\/90:required{--tw-ring-color: rgb(91 33 182 / .9)}.required\:ring-violet-800\/95:required{--tw-ring-color: rgb(91 33 182 / .95)}.required\:ring-violet-800\/100:required{--tw-ring-color: rgb(91 33 182 / 1)}.required\:ring-violet-900\/0:required{--tw-ring-color: rgb(76 29 149 / 0)}.required\:ring-violet-900\/5:required{--tw-ring-color: rgb(76 29 149 / .05)}.required\:ring-violet-900\/10:required{--tw-ring-color: rgb(76 29 149 / .1)}.required\:ring-violet-900\/20:required{--tw-ring-color: rgb(76 29 149 / .2)}.required\:ring-violet-900\/25:required{--tw-ring-color: rgb(76 29 149 / .25)}.required\:ring-violet-900\/30:required{--tw-ring-color: rgb(76 29 149 / .3)}.required\:ring-violet-900\/40:required{--tw-ring-color: rgb(76 29 149 / .4)}.required\:ring-violet-900\/50:required{--tw-ring-color: rgb(76 29 149 / .5)}.required\:ring-violet-900\/60:required{--tw-ring-color: rgb(76 29 149 / .6)}.required\:ring-violet-900\/70:required{--tw-ring-color: rgb(76 29 149 / .7)}.required\:ring-violet-900\/75:required{--tw-ring-color: rgb(76 29 149 / .75)}.required\:ring-violet-900\/80:required{--tw-ring-color: rgb(76 29 149 / .8)}.required\:ring-violet-900\/90:required{--tw-ring-color: rgb(76 29 149 / .9)}.required\:ring-violet-900\/95:required{--tw-ring-color: rgb(76 29 149 / .95)}.required\:ring-violet-900\/100:required{--tw-ring-color: rgb(76 29 149 / 1)}.required\:ring-fuchsia-50\/0:required{--tw-ring-color: rgb(253 244 255 / 0)}.required\:ring-fuchsia-50\/5:required{--tw-ring-color: rgb(253 244 255 / .05)}.required\:ring-fuchsia-50\/10:required{--tw-ring-color: rgb(253 244 255 / .1)}.required\:ring-fuchsia-50\/20:required{--tw-ring-color: rgb(253 244 255 / .2)}.required\:ring-fuchsia-50\/25:required{--tw-ring-color: rgb(253 244 255 / .25)}.required\:ring-fuchsia-50\/30:required{--tw-ring-color: rgb(253 244 255 / .3)}.required\:ring-fuchsia-50\/40:required{--tw-ring-color: rgb(253 244 255 / .4)}.required\:ring-fuchsia-50\/50:required{--tw-ring-color: rgb(253 244 255 / .5)}.required\:ring-fuchsia-50\/60:required{--tw-ring-color: rgb(253 244 255 / .6)}.required\:ring-fuchsia-50\/70:required{--tw-ring-color: rgb(253 244 255 / .7)}.required\:ring-fuchsia-50\/75:required{--tw-ring-color: rgb(253 244 255 / .75)}.required\:ring-fuchsia-50\/80:required{--tw-ring-color: rgb(253 244 255 / .8)}.required\:ring-fuchsia-50\/90:required{--tw-ring-color: rgb(253 244 255 / .9)}.required\:ring-fuchsia-50\/95:required{--tw-ring-color: rgb(253 244 255 / .95)}.required\:ring-fuchsia-50\/100:required{--tw-ring-color: rgb(253 244 255 / 1)}.required\:ring-fuchsia-100\/0:required{--tw-ring-color: rgb(250 232 255 / 0)}.required\:ring-fuchsia-100\/5:required{--tw-ring-color: rgb(250 232 255 / .05)}.required\:ring-fuchsia-100\/10:required{--tw-ring-color: rgb(250 232 255 / .1)}.required\:ring-fuchsia-100\/20:required{--tw-ring-color: rgb(250 232 255 / .2)}.required\:ring-fuchsia-100\/25:required{--tw-ring-color: rgb(250 232 255 / .25)}.required\:ring-fuchsia-100\/30:required{--tw-ring-color: rgb(250 232 255 / .3)}.required\:ring-fuchsia-100\/40:required{--tw-ring-color: rgb(250 232 255 / .4)}.required\:ring-fuchsia-100\/50:required{--tw-ring-color: rgb(250 232 255 / .5)}.required\:ring-fuchsia-100\/60:required{--tw-ring-color: rgb(250 232 255 / .6)}.required\:ring-fuchsia-100\/70:required{--tw-ring-color: rgb(250 232 255 / .7)}.required\:ring-fuchsia-100\/75:required{--tw-ring-color: rgb(250 232 255 / .75)}.required\:ring-fuchsia-100\/80:required{--tw-ring-color: rgb(250 232 255 / .8)}.required\:ring-fuchsia-100\/90:required{--tw-ring-color: rgb(250 232 255 / .9)}.required\:ring-fuchsia-100\/95:required{--tw-ring-color: rgb(250 232 255 / .95)}.required\:ring-fuchsia-100\/100:required{--tw-ring-color: rgb(250 232 255 / 1)}.required\:ring-fuchsia-200\/0:required{--tw-ring-color: rgb(245 208 254 / 0)}.required\:ring-fuchsia-200\/5:required{--tw-ring-color: rgb(245 208 254 / .05)}.required\:ring-fuchsia-200\/10:required{--tw-ring-color: rgb(245 208 254 / .1)}.required\:ring-fuchsia-200\/20:required{--tw-ring-color: rgb(245 208 254 / .2)}.required\:ring-fuchsia-200\/25:required{--tw-ring-color: rgb(245 208 254 / .25)}.required\:ring-fuchsia-200\/30:required{--tw-ring-color: rgb(245 208 254 / .3)}.required\:ring-fuchsia-200\/40:required{--tw-ring-color: rgb(245 208 254 / .4)}.required\:ring-fuchsia-200\/50:required{--tw-ring-color: rgb(245 208 254 / .5)}.required\:ring-fuchsia-200\/60:required{--tw-ring-color: rgb(245 208 254 / .6)}.required\:ring-fuchsia-200\/70:required{--tw-ring-color: rgb(245 208 254 / .7)}.required\:ring-fuchsia-200\/75:required{--tw-ring-color: rgb(245 208 254 / .75)}.required\:ring-fuchsia-200\/80:required{--tw-ring-color: rgb(245 208 254 / .8)}.required\:ring-fuchsia-200\/90:required{--tw-ring-color: rgb(245 208 254 / .9)}.required\:ring-fuchsia-200\/95:required{--tw-ring-color: rgb(245 208 254 / .95)}.required\:ring-fuchsia-200\/100:required{--tw-ring-color: rgb(245 208 254 / 1)}.required\:ring-fuchsia-300\/0:required{--tw-ring-color: rgb(240 171 252 / 0)}.required\:ring-fuchsia-300\/5:required{--tw-ring-color: rgb(240 171 252 / .05)}.required\:ring-fuchsia-300\/10:required{--tw-ring-color: rgb(240 171 252 / .1)}.required\:ring-fuchsia-300\/20:required{--tw-ring-color: rgb(240 171 252 / .2)}.required\:ring-fuchsia-300\/25:required{--tw-ring-color: rgb(240 171 252 / .25)}.required\:ring-fuchsia-300\/30:required{--tw-ring-color: rgb(240 171 252 / .3)}.required\:ring-fuchsia-300\/40:required{--tw-ring-color: rgb(240 171 252 / .4)}.required\:ring-fuchsia-300\/50:required{--tw-ring-color: rgb(240 171 252 / .5)}.required\:ring-fuchsia-300\/60:required{--tw-ring-color: rgb(240 171 252 / .6)}.required\:ring-fuchsia-300\/70:required{--tw-ring-color: rgb(240 171 252 / .7)}.required\:ring-fuchsia-300\/75:required{--tw-ring-color: rgb(240 171 252 / .75)}.required\:ring-fuchsia-300\/80:required{--tw-ring-color: rgb(240 171 252 / .8)}.required\:ring-fuchsia-300\/90:required{--tw-ring-color: rgb(240 171 252 / .9)}.required\:ring-fuchsia-300\/95:required{--tw-ring-color: rgb(240 171 252 / .95)}.required\:ring-fuchsia-300\/100:required{--tw-ring-color: rgb(240 171 252 / 1)}.required\:ring-fuchsia-400\/0:required{--tw-ring-color: rgb(232 121 249 / 0)}.required\:ring-fuchsia-400\/5:required{--tw-ring-color: rgb(232 121 249 / .05)}.required\:ring-fuchsia-400\/10:required{--tw-ring-color: rgb(232 121 249 / .1)}.required\:ring-fuchsia-400\/20:required{--tw-ring-color: rgb(232 121 249 / .2)}.required\:ring-fuchsia-400\/25:required{--tw-ring-color: rgb(232 121 249 / .25)}.required\:ring-fuchsia-400\/30:required{--tw-ring-color: rgb(232 121 249 / .3)}.required\:ring-fuchsia-400\/40:required{--tw-ring-color: rgb(232 121 249 / .4)}.required\:ring-fuchsia-400\/50:required{--tw-ring-color: rgb(232 121 249 / .5)}.required\:ring-fuchsia-400\/60:required{--tw-ring-color: rgb(232 121 249 / .6)}.required\:ring-fuchsia-400\/70:required{--tw-ring-color: rgb(232 121 249 / .7)}.required\:ring-fuchsia-400\/75:required{--tw-ring-color: rgb(232 121 249 / .75)}.required\:ring-fuchsia-400\/80:required{--tw-ring-color: rgb(232 121 249 / .8)}.required\:ring-fuchsia-400\/90:required{--tw-ring-color: rgb(232 121 249 / .9)}.required\:ring-fuchsia-400\/95:required{--tw-ring-color: rgb(232 121 249 / .95)}.required\:ring-fuchsia-400\/100:required{--tw-ring-color: rgb(232 121 249 / 1)}.required\:ring-fuchsia-500\/0:required{--tw-ring-color: rgb(217 70 239 / 0)}.required\:ring-fuchsia-500\/5:required{--tw-ring-color: rgb(217 70 239 / .05)}.required\:ring-fuchsia-500\/10:required{--tw-ring-color: rgb(217 70 239 / .1)}.required\:ring-fuchsia-500\/20:required{--tw-ring-color: rgb(217 70 239 / .2)}.required\:ring-fuchsia-500\/25:required{--tw-ring-color: rgb(217 70 239 / .25)}.required\:ring-fuchsia-500\/30:required{--tw-ring-color: rgb(217 70 239 / .3)}.required\:ring-fuchsia-500\/40:required{--tw-ring-color: rgb(217 70 239 / .4)}.required\:ring-fuchsia-500\/50:required{--tw-ring-color: rgb(217 70 239 / .5)}.required\:ring-fuchsia-500\/60:required{--tw-ring-color: rgb(217 70 239 / .6)}.required\:ring-fuchsia-500\/70:required{--tw-ring-color: rgb(217 70 239 / .7)}.required\:ring-fuchsia-500\/75:required{--tw-ring-color: rgb(217 70 239 / .75)}.required\:ring-fuchsia-500\/80:required{--tw-ring-color: rgb(217 70 239 / .8)}.required\:ring-fuchsia-500\/90:required{--tw-ring-color: rgb(217 70 239 / .9)}.required\:ring-fuchsia-500\/95:required{--tw-ring-color: rgb(217 70 239 / .95)}.required\:ring-fuchsia-500\/100:required{--tw-ring-color: rgb(217 70 239 / 1)}.required\:ring-fuchsia-600\/0:required{--tw-ring-color: rgb(192 38 211 / 0)}.required\:ring-fuchsia-600\/5:required{--tw-ring-color: rgb(192 38 211 / .05)}.required\:ring-fuchsia-600\/10:required{--tw-ring-color: rgb(192 38 211 / .1)}.required\:ring-fuchsia-600\/20:required{--tw-ring-color: rgb(192 38 211 / .2)}.required\:ring-fuchsia-600\/25:required{--tw-ring-color: rgb(192 38 211 / .25)}.required\:ring-fuchsia-600\/30:required{--tw-ring-color: rgb(192 38 211 / .3)}.required\:ring-fuchsia-600\/40:required{--tw-ring-color: rgb(192 38 211 / .4)}.required\:ring-fuchsia-600\/50:required{--tw-ring-color: rgb(192 38 211 / .5)}.required\:ring-fuchsia-600\/60:required{--tw-ring-color: rgb(192 38 211 / .6)}.required\:ring-fuchsia-600\/70:required{--tw-ring-color: rgb(192 38 211 / .7)}.required\:ring-fuchsia-600\/75:required{--tw-ring-color: rgb(192 38 211 / .75)}.required\:ring-fuchsia-600\/80:required{--tw-ring-color: rgb(192 38 211 / .8)}.required\:ring-fuchsia-600\/90:required{--tw-ring-color: rgb(192 38 211 / .9)}.required\:ring-fuchsia-600\/95:required{--tw-ring-color: rgb(192 38 211 / .95)}.required\:ring-fuchsia-600\/100:required{--tw-ring-color: rgb(192 38 211 / 1)}.required\:ring-fuchsia-700\/0:required{--tw-ring-color: rgb(162 28 175 / 0)}.required\:ring-fuchsia-700\/5:required{--tw-ring-color: rgb(162 28 175 / .05)}.required\:ring-fuchsia-700\/10:required{--tw-ring-color: rgb(162 28 175 / .1)}.required\:ring-fuchsia-700\/20:required{--tw-ring-color: rgb(162 28 175 / .2)}.required\:ring-fuchsia-700\/25:required{--tw-ring-color: rgb(162 28 175 / .25)}.required\:ring-fuchsia-700\/30:required{--tw-ring-color: rgb(162 28 175 / .3)}.required\:ring-fuchsia-700\/40:required{--tw-ring-color: rgb(162 28 175 / .4)}.required\:ring-fuchsia-700\/50:required{--tw-ring-color: rgb(162 28 175 / .5)}.required\:ring-fuchsia-700\/60:required{--tw-ring-color: rgb(162 28 175 / .6)}.required\:ring-fuchsia-700\/70:required{--tw-ring-color: rgb(162 28 175 / .7)}.required\:ring-fuchsia-700\/75:required{--tw-ring-color: rgb(162 28 175 / .75)}.required\:ring-fuchsia-700\/80:required{--tw-ring-color: rgb(162 28 175 / .8)}.required\:ring-fuchsia-700\/90:required{--tw-ring-color: rgb(162 28 175 / .9)}.required\:ring-fuchsia-700\/95:required{--tw-ring-color: rgb(162 28 175 / .95)}.required\:ring-fuchsia-700\/100:required{--tw-ring-color: rgb(162 28 175 / 1)}.required\:ring-fuchsia-800\/0:required{--tw-ring-color: rgb(134 25 143 / 0)}.required\:ring-fuchsia-800\/5:required{--tw-ring-color: rgb(134 25 143 / .05)}.required\:ring-fuchsia-800\/10:required{--tw-ring-color: rgb(134 25 143 / .1)}.required\:ring-fuchsia-800\/20:required{--tw-ring-color: rgb(134 25 143 / .2)}.required\:ring-fuchsia-800\/25:required{--tw-ring-color: rgb(134 25 143 / .25)}.required\:ring-fuchsia-800\/30:required{--tw-ring-color: rgb(134 25 143 / .3)}.required\:ring-fuchsia-800\/40:required{--tw-ring-color: rgb(134 25 143 / .4)}.required\:ring-fuchsia-800\/50:required{--tw-ring-color: rgb(134 25 143 / .5)}.required\:ring-fuchsia-800\/60:required{--tw-ring-color: rgb(134 25 143 / .6)}.required\:ring-fuchsia-800\/70:required{--tw-ring-color: rgb(134 25 143 / .7)}.required\:ring-fuchsia-800\/75:required{--tw-ring-color: rgb(134 25 143 / .75)}.required\:ring-fuchsia-800\/80:required{--tw-ring-color: rgb(134 25 143 / .8)}.required\:ring-fuchsia-800\/90:required{--tw-ring-color: rgb(134 25 143 / .9)}.required\:ring-fuchsia-800\/95:required{--tw-ring-color: rgb(134 25 143 / .95)}.required\:ring-fuchsia-800\/100:required{--tw-ring-color: rgb(134 25 143 / 1)}.required\:ring-fuchsia-900\/0:required{--tw-ring-color: rgb(112 26 117 / 0)}.required\:ring-fuchsia-900\/5:required{--tw-ring-color: rgb(112 26 117 / .05)}.required\:ring-fuchsia-900\/10:required{--tw-ring-color: rgb(112 26 117 / .1)}.required\:ring-fuchsia-900\/20:required{--tw-ring-color: rgb(112 26 117 / .2)}.required\:ring-fuchsia-900\/25:required{--tw-ring-color: rgb(112 26 117 / .25)}.required\:ring-fuchsia-900\/30:required{--tw-ring-color: rgb(112 26 117 / .3)}.required\:ring-fuchsia-900\/40:required{--tw-ring-color: rgb(112 26 117 / .4)}.required\:ring-fuchsia-900\/50:required{--tw-ring-color: rgb(112 26 117 / .5)}.required\:ring-fuchsia-900\/60:required{--tw-ring-color: rgb(112 26 117 / .6)}.required\:ring-fuchsia-900\/70:required{--tw-ring-color: rgb(112 26 117 / .7)}.required\:ring-fuchsia-900\/75:required{--tw-ring-color: rgb(112 26 117 / .75)}.required\:ring-fuchsia-900\/80:required{--tw-ring-color: rgb(112 26 117 / .8)}.required\:ring-fuchsia-900\/90:required{--tw-ring-color: rgb(112 26 117 / .9)}.required\:ring-fuchsia-900\/95:required{--tw-ring-color: rgb(112 26 117 / .95)}.required\:ring-fuchsia-900\/100:required{--tw-ring-color: rgb(112 26 117 / 1)}.required\:ring-pink-50\/0:required{--tw-ring-color: rgb(253 242 248 / 0)}.required\:ring-pink-50\/5:required{--tw-ring-color: rgb(253 242 248 / .05)}.required\:ring-pink-50\/10:required{--tw-ring-color: rgb(253 242 248 / .1)}.required\:ring-pink-50\/20:required{--tw-ring-color: rgb(253 242 248 / .2)}.required\:ring-pink-50\/25:required{--tw-ring-color: rgb(253 242 248 / .25)}.required\:ring-pink-50\/30:required{--tw-ring-color: rgb(253 242 248 / .3)}.required\:ring-pink-50\/40:required{--tw-ring-color: rgb(253 242 248 / .4)}.required\:ring-pink-50\/50:required{--tw-ring-color: rgb(253 242 248 / .5)}.required\:ring-pink-50\/60:required{--tw-ring-color: rgb(253 242 248 / .6)}.required\:ring-pink-50\/70:required{--tw-ring-color: rgb(253 242 248 / .7)}.required\:ring-pink-50\/75:required{--tw-ring-color: rgb(253 242 248 / .75)}.required\:ring-pink-50\/80:required{--tw-ring-color: rgb(253 242 248 / .8)}.required\:ring-pink-50\/90:required{--tw-ring-color: rgb(253 242 248 / .9)}.required\:ring-pink-50\/95:required{--tw-ring-color: rgb(253 242 248 / .95)}.required\:ring-pink-50\/100:required{--tw-ring-color: rgb(253 242 248 / 1)}.required\:ring-pink-100\/0:required{--tw-ring-color: rgb(252 231 243 / 0)}.required\:ring-pink-100\/5:required{--tw-ring-color: rgb(252 231 243 / .05)}.required\:ring-pink-100\/10:required{--tw-ring-color: rgb(252 231 243 / .1)}.required\:ring-pink-100\/20:required{--tw-ring-color: rgb(252 231 243 / .2)}.required\:ring-pink-100\/25:required{--tw-ring-color: rgb(252 231 243 / .25)}.required\:ring-pink-100\/30:required{--tw-ring-color: rgb(252 231 243 / .3)}.required\:ring-pink-100\/40:required{--tw-ring-color: rgb(252 231 243 / .4)}.required\:ring-pink-100\/50:required{--tw-ring-color: rgb(252 231 243 / .5)}.required\:ring-pink-100\/60:required{--tw-ring-color: rgb(252 231 243 / .6)}.required\:ring-pink-100\/70:required{--tw-ring-color: rgb(252 231 243 / .7)}.required\:ring-pink-100\/75:required{--tw-ring-color: rgb(252 231 243 / .75)}.required\:ring-pink-100\/80:required{--tw-ring-color: rgb(252 231 243 / .8)}.required\:ring-pink-100\/90:required{--tw-ring-color: rgb(252 231 243 / .9)}.required\:ring-pink-100\/95:required{--tw-ring-color: rgb(252 231 243 / .95)}.required\:ring-pink-100\/100:required{--tw-ring-color: rgb(252 231 243 / 1)}.required\:ring-pink-200\/0:required{--tw-ring-color: rgb(251 207 232 / 0)}.required\:ring-pink-200\/5:required{--tw-ring-color: rgb(251 207 232 / .05)}.required\:ring-pink-200\/10:required{--tw-ring-color: rgb(251 207 232 / .1)}.required\:ring-pink-200\/20:required{--tw-ring-color: rgb(251 207 232 / .2)}.required\:ring-pink-200\/25:required{--tw-ring-color: rgb(251 207 232 / .25)}.required\:ring-pink-200\/30:required{--tw-ring-color: rgb(251 207 232 / .3)}.required\:ring-pink-200\/40:required{--tw-ring-color: rgb(251 207 232 / .4)}.required\:ring-pink-200\/50:required{--tw-ring-color: rgb(251 207 232 / .5)}.required\:ring-pink-200\/60:required{--tw-ring-color: rgb(251 207 232 / .6)}.required\:ring-pink-200\/70:required{--tw-ring-color: rgb(251 207 232 / .7)}.required\:ring-pink-200\/75:required{--tw-ring-color: rgb(251 207 232 / .75)}.required\:ring-pink-200\/80:required{--tw-ring-color: rgb(251 207 232 / .8)}.required\:ring-pink-200\/90:required{--tw-ring-color: rgb(251 207 232 / .9)}.required\:ring-pink-200\/95:required{--tw-ring-color: rgb(251 207 232 / .95)}.required\:ring-pink-200\/100:required{--tw-ring-color: rgb(251 207 232 / 1)}.required\:ring-pink-300\/0:required{--tw-ring-color: rgb(249 168 212 / 0)}.required\:ring-pink-300\/5:required{--tw-ring-color: rgb(249 168 212 / .05)}.required\:ring-pink-300\/10:required{--tw-ring-color: rgb(249 168 212 / .1)}.required\:ring-pink-300\/20:required{--tw-ring-color: rgb(249 168 212 / .2)}.required\:ring-pink-300\/25:required{--tw-ring-color: rgb(249 168 212 / .25)}.required\:ring-pink-300\/30:required{--tw-ring-color: rgb(249 168 212 / .3)}.required\:ring-pink-300\/40:required{--tw-ring-color: rgb(249 168 212 / .4)}.required\:ring-pink-300\/50:required{--tw-ring-color: rgb(249 168 212 / .5)}.required\:ring-pink-300\/60:required{--tw-ring-color: rgb(249 168 212 / .6)}.required\:ring-pink-300\/70:required{--tw-ring-color: rgb(249 168 212 / .7)}.required\:ring-pink-300\/75:required{--tw-ring-color: rgb(249 168 212 / .75)}.required\:ring-pink-300\/80:required{--tw-ring-color: rgb(249 168 212 / .8)}.required\:ring-pink-300\/90:required{--tw-ring-color: rgb(249 168 212 / .9)}.required\:ring-pink-300\/95:required{--tw-ring-color: rgb(249 168 212 / .95)}.required\:ring-pink-300\/100:required{--tw-ring-color: rgb(249 168 212 / 1)}.required\:ring-pink-400\/0:required{--tw-ring-color: rgb(244 114 182 / 0)}.required\:ring-pink-400\/5:required{--tw-ring-color: rgb(244 114 182 / .05)}.required\:ring-pink-400\/10:required{--tw-ring-color: rgb(244 114 182 / .1)}.required\:ring-pink-400\/20:required{--tw-ring-color: rgb(244 114 182 / .2)}.required\:ring-pink-400\/25:required{--tw-ring-color: rgb(244 114 182 / .25)}.required\:ring-pink-400\/30:required{--tw-ring-color: rgb(244 114 182 / .3)}.required\:ring-pink-400\/40:required{--tw-ring-color: rgb(244 114 182 / .4)}.required\:ring-pink-400\/50:required{--tw-ring-color: rgb(244 114 182 / .5)}.required\:ring-pink-400\/60:required{--tw-ring-color: rgb(244 114 182 / .6)}.required\:ring-pink-400\/70:required{--tw-ring-color: rgb(244 114 182 / .7)}.required\:ring-pink-400\/75:required{--tw-ring-color: rgb(244 114 182 / .75)}.required\:ring-pink-400\/80:required{--tw-ring-color: rgb(244 114 182 / .8)}.required\:ring-pink-400\/90:required{--tw-ring-color: rgb(244 114 182 / .9)}.required\:ring-pink-400\/95:required{--tw-ring-color: rgb(244 114 182 / .95)}.required\:ring-pink-400\/100:required{--tw-ring-color: rgb(244 114 182 / 1)}.required\:ring-pink-500\/0:required{--tw-ring-color: rgb(236 72 153 / 0)}.required\:ring-pink-500\/5:required{--tw-ring-color: rgb(236 72 153 / .05)}.required\:ring-pink-500\/10:required{--tw-ring-color: rgb(236 72 153 / .1)}.required\:ring-pink-500\/20:required{--tw-ring-color: rgb(236 72 153 / .2)}.required\:ring-pink-500\/25:required{--tw-ring-color: rgb(236 72 153 / .25)}.required\:ring-pink-500\/30:required{--tw-ring-color: rgb(236 72 153 / .3)}.required\:ring-pink-500\/40:required{--tw-ring-color: rgb(236 72 153 / .4)}.required\:ring-pink-500\/50:required{--tw-ring-color: rgb(236 72 153 / .5)}.required\:ring-pink-500\/60:required{--tw-ring-color: rgb(236 72 153 / .6)}.required\:ring-pink-500\/70:required{--tw-ring-color: rgb(236 72 153 / .7)}.required\:ring-pink-500\/75:required{--tw-ring-color: rgb(236 72 153 / .75)}.required\:ring-pink-500\/80:required{--tw-ring-color: rgb(236 72 153 / .8)}.required\:ring-pink-500\/90:required{--tw-ring-color: rgb(236 72 153 / .9)}.required\:ring-pink-500\/95:required{--tw-ring-color: rgb(236 72 153 / .95)}.required\:ring-pink-500\/100:required{--tw-ring-color: rgb(236 72 153 / 1)}.required\:ring-pink-600\/0:required{--tw-ring-color: rgb(219 39 119 / 0)}.required\:ring-pink-600\/5:required{--tw-ring-color: rgb(219 39 119 / .05)}.required\:ring-pink-600\/10:required{--tw-ring-color: rgb(219 39 119 / .1)}.required\:ring-pink-600\/20:required{--tw-ring-color: rgb(219 39 119 / .2)}.required\:ring-pink-600\/25:required{--tw-ring-color: rgb(219 39 119 / .25)}.required\:ring-pink-600\/30:required{--tw-ring-color: rgb(219 39 119 / .3)}.required\:ring-pink-600\/40:required{--tw-ring-color: rgb(219 39 119 / .4)}.required\:ring-pink-600\/50:required{--tw-ring-color: rgb(219 39 119 / .5)}.required\:ring-pink-600\/60:required{--tw-ring-color: rgb(219 39 119 / .6)}.required\:ring-pink-600\/70:required{--tw-ring-color: rgb(219 39 119 / .7)}.required\:ring-pink-600\/75:required{--tw-ring-color: rgb(219 39 119 / .75)}.required\:ring-pink-600\/80:required{--tw-ring-color: rgb(219 39 119 / .8)}.required\:ring-pink-600\/90:required{--tw-ring-color: rgb(219 39 119 / .9)}.required\:ring-pink-600\/95:required{--tw-ring-color: rgb(219 39 119 / .95)}.required\:ring-pink-600\/100:required{--tw-ring-color: rgb(219 39 119 / 1)}.required\:ring-pink-700\/0:required{--tw-ring-color: rgb(190 24 93 / 0)}.required\:ring-pink-700\/5:required{--tw-ring-color: rgb(190 24 93 / .05)}.required\:ring-pink-700\/10:required{--tw-ring-color: rgb(190 24 93 / .1)}.required\:ring-pink-700\/20:required{--tw-ring-color: rgb(190 24 93 / .2)}.required\:ring-pink-700\/25:required{--tw-ring-color: rgb(190 24 93 / .25)}.required\:ring-pink-700\/30:required{--tw-ring-color: rgb(190 24 93 / .3)}.required\:ring-pink-700\/40:required{--tw-ring-color: rgb(190 24 93 / .4)}.required\:ring-pink-700\/50:required{--tw-ring-color: rgb(190 24 93 / .5)}.required\:ring-pink-700\/60:required{--tw-ring-color: rgb(190 24 93 / .6)}.required\:ring-pink-700\/70:required{--tw-ring-color: rgb(190 24 93 / .7)}.required\:ring-pink-700\/75:required{--tw-ring-color: rgb(190 24 93 / .75)}.required\:ring-pink-700\/80:required{--tw-ring-color: rgb(190 24 93 / .8)}.required\:ring-pink-700\/90:required{--tw-ring-color: rgb(190 24 93 / .9)}.required\:ring-pink-700\/95:required{--tw-ring-color: rgb(190 24 93 / .95)}.required\:ring-pink-700\/100:required{--tw-ring-color: rgb(190 24 93 / 1)}.required\:ring-pink-800\/0:required{--tw-ring-color: rgb(157 23 77 / 0)}.required\:ring-pink-800\/5:required{--tw-ring-color: rgb(157 23 77 / .05)}.required\:ring-pink-800\/10:required{--tw-ring-color: rgb(157 23 77 / .1)}.required\:ring-pink-800\/20:required{--tw-ring-color: rgb(157 23 77 / .2)}.required\:ring-pink-800\/25:required{--tw-ring-color: rgb(157 23 77 / .25)}.required\:ring-pink-800\/30:required{--tw-ring-color: rgb(157 23 77 / .3)}.required\:ring-pink-800\/40:required{--tw-ring-color: rgb(157 23 77 / .4)}.required\:ring-pink-800\/50:required{--tw-ring-color: rgb(157 23 77 / .5)}.required\:ring-pink-800\/60:required{--tw-ring-color: rgb(157 23 77 / .6)}.required\:ring-pink-800\/70:required{--tw-ring-color: rgb(157 23 77 / .7)}.required\:ring-pink-800\/75:required{--tw-ring-color: rgb(157 23 77 / .75)}.required\:ring-pink-800\/80:required{--tw-ring-color: rgb(157 23 77 / .8)}.required\:ring-pink-800\/90:required{--tw-ring-color: rgb(157 23 77 / .9)}.required\:ring-pink-800\/95:required{--tw-ring-color: rgb(157 23 77 / .95)}.required\:ring-pink-800\/100:required{--tw-ring-color: rgb(157 23 77 / 1)}.required\:ring-pink-900\/0:required{--tw-ring-color: rgb(131 24 67 / 0)}.required\:ring-pink-900\/5:required{--tw-ring-color: rgb(131 24 67 / .05)}.required\:ring-pink-900\/10:required{--tw-ring-color: rgb(131 24 67 / .1)}.required\:ring-pink-900\/20:required{--tw-ring-color: rgb(131 24 67 / .2)}.required\:ring-pink-900\/25:required{--tw-ring-color: rgb(131 24 67 / .25)}.required\:ring-pink-900\/30:required{--tw-ring-color: rgb(131 24 67 / .3)}.required\:ring-pink-900\/40:required{--tw-ring-color: rgb(131 24 67 / .4)}.required\:ring-pink-900\/50:required{--tw-ring-color: rgb(131 24 67 / .5)}.required\:ring-pink-900\/60:required{--tw-ring-color: rgb(131 24 67 / .6)}.required\:ring-pink-900\/70:required{--tw-ring-color: rgb(131 24 67 / .7)}.required\:ring-pink-900\/75:required{--tw-ring-color: rgb(131 24 67 / .75)}.required\:ring-pink-900\/80:required{--tw-ring-color: rgb(131 24 67 / .8)}.required\:ring-pink-900\/90:required{--tw-ring-color: rgb(131 24 67 / .9)}.required\:ring-pink-900\/95:required{--tw-ring-color: rgb(131 24 67 / .95)}.required\:ring-pink-900\/100:required{--tw-ring-color: rgb(131 24 67 / 1)}.required\:ring-rose-50\/0:required{--tw-ring-color: rgb(255 241 242 / 0)}.required\:ring-rose-50\/5:required{--tw-ring-color: rgb(255 241 242 / .05)}.required\:ring-rose-50\/10:required{--tw-ring-color: rgb(255 241 242 / .1)}.required\:ring-rose-50\/20:required{--tw-ring-color: rgb(255 241 242 / .2)}.required\:ring-rose-50\/25:required{--tw-ring-color: rgb(255 241 242 / .25)}.required\:ring-rose-50\/30:required{--tw-ring-color: rgb(255 241 242 / .3)}.required\:ring-rose-50\/40:required{--tw-ring-color: rgb(255 241 242 / .4)}.required\:ring-rose-50\/50:required{--tw-ring-color: rgb(255 241 242 / .5)}.required\:ring-rose-50\/60:required{--tw-ring-color: rgb(255 241 242 / .6)}.required\:ring-rose-50\/70:required{--tw-ring-color: rgb(255 241 242 / .7)}.required\:ring-rose-50\/75:required{--tw-ring-color: rgb(255 241 242 / .75)}.required\:ring-rose-50\/80:required{--tw-ring-color: rgb(255 241 242 / .8)}.required\:ring-rose-50\/90:required{--tw-ring-color: rgb(255 241 242 / .9)}.required\:ring-rose-50\/95:required{--tw-ring-color: rgb(255 241 242 / .95)}.required\:ring-rose-50\/100:required{--tw-ring-color: rgb(255 241 242 / 1)}.required\:ring-rose-100\/0:required{--tw-ring-color: rgb(255 228 230 / 0)}.required\:ring-rose-100\/5:required{--tw-ring-color: rgb(255 228 230 / .05)}.required\:ring-rose-100\/10:required{--tw-ring-color: rgb(255 228 230 / .1)}.required\:ring-rose-100\/20:required{--tw-ring-color: rgb(255 228 230 / .2)}.required\:ring-rose-100\/25:required{--tw-ring-color: rgb(255 228 230 / .25)}.required\:ring-rose-100\/30:required{--tw-ring-color: rgb(255 228 230 / .3)}.required\:ring-rose-100\/40:required{--tw-ring-color: rgb(255 228 230 / .4)}.required\:ring-rose-100\/50:required{--tw-ring-color: rgb(255 228 230 / .5)}.required\:ring-rose-100\/60:required{--tw-ring-color: rgb(255 228 230 / .6)}.required\:ring-rose-100\/70:required{--tw-ring-color: rgb(255 228 230 / .7)}.required\:ring-rose-100\/75:required{--tw-ring-color: rgb(255 228 230 / .75)}.required\:ring-rose-100\/80:required{--tw-ring-color: rgb(255 228 230 / .8)}.required\:ring-rose-100\/90:required{--tw-ring-color: rgb(255 228 230 / .9)}.required\:ring-rose-100\/95:required{--tw-ring-color: rgb(255 228 230 / .95)}.required\:ring-rose-100\/100:required{--tw-ring-color: rgb(255 228 230 / 1)}.required\:ring-rose-200\/0:required{--tw-ring-color: rgb(254 205 211 / 0)}.required\:ring-rose-200\/5:required{--tw-ring-color: rgb(254 205 211 / .05)}.required\:ring-rose-200\/10:required{--tw-ring-color: rgb(254 205 211 / .1)}.required\:ring-rose-200\/20:required{--tw-ring-color: rgb(254 205 211 / .2)}.required\:ring-rose-200\/25:required{--tw-ring-color: rgb(254 205 211 / .25)}.required\:ring-rose-200\/30:required{--tw-ring-color: rgb(254 205 211 / .3)}.required\:ring-rose-200\/40:required{--tw-ring-color: rgb(254 205 211 / .4)}.required\:ring-rose-200\/50:required{--tw-ring-color: rgb(254 205 211 / .5)}.required\:ring-rose-200\/60:required{--tw-ring-color: rgb(254 205 211 / .6)}.required\:ring-rose-200\/70:required{--tw-ring-color: rgb(254 205 211 / .7)}.required\:ring-rose-200\/75:required{--tw-ring-color: rgb(254 205 211 / .75)}.required\:ring-rose-200\/80:required{--tw-ring-color: rgb(254 205 211 / .8)}.required\:ring-rose-200\/90:required{--tw-ring-color: rgb(254 205 211 / .9)}.required\:ring-rose-200\/95:required{--tw-ring-color: rgb(254 205 211 / .95)}.required\:ring-rose-200\/100:required{--tw-ring-color: rgb(254 205 211 / 1)}.required\:ring-rose-300\/0:required{--tw-ring-color: rgb(253 164 175 / 0)}.required\:ring-rose-300\/5:required{--tw-ring-color: rgb(253 164 175 / .05)}.required\:ring-rose-300\/10:required{--tw-ring-color: rgb(253 164 175 / .1)}.required\:ring-rose-300\/20:required{--tw-ring-color: rgb(253 164 175 / .2)}.required\:ring-rose-300\/25:required{--tw-ring-color: rgb(253 164 175 / .25)}.required\:ring-rose-300\/30:required{--tw-ring-color: rgb(253 164 175 / .3)}.required\:ring-rose-300\/40:required{--tw-ring-color: rgb(253 164 175 / .4)}.required\:ring-rose-300\/50:required{--tw-ring-color: rgb(253 164 175 / .5)}.required\:ring-rose-300\/60:required{--tw-ring-color: rgb(253 164 175 / .6)}.required\:ring-rose-300\/70:required{--tw-ring-color: rgb(253 164 175 / .7)}.required\:ring-rose-300\/75:required{--tw-ring-color: rgb(253 164 175 / .75)}.required\:ring-rose-300\/80:required{--tw-ring-color: rgb(253 164 175 / .8)}.required\:ring-rose-300\/90:required{--tw-ring-color: rgb(253 164 175 / .9)}.required\:ring-rose-300\/95:required{--tw-ring-color: rgb(253 164 175 / .95)}.required\:ring-rose-300\/100:required{--tw-ring-color: rgb(253 164 175 / 1)}.required\:ring-rose-400\/0:required{--tw-ring-color: rgb(251 113 133 / 0)}.required\:ring-rose-400\/5:required{--tw-ring-color: rgb(251 113 133 / .05)}.required\:ring-rose-400\/10:required{--tw-ring-color: rgb(251 113 133 / .1)}.required\:ring-rose-400\/20:required{--tw-ring-color: rgb(251 113 133 / .2)}.required\:ring-rose-400\/25:required{--tw-ring-color: rgb(251 113 133 / .25)}.required\:ring-rose-400\/30:required{--tw-ring-color: rgb(251 113 133 / .3)}.required\:ring-rose-400\/40:required{--tw-ring-color: rgb(251 113 133 / .4)}.required\:ring-rose-400\/50:required{--tw-ring-color: rgb(251 113 133 / .5)}.required\:ring-rose-400\/60:required{--tw-ring-color: rgb(251 113 133 / .6)}.required\:ring-rose-400\/70:required{--tw-ring-color: rgb(251 113 133 / .7)}.required\:ring-rose-400\/75:required{--tw-ring-color: rgb(251 113 133 / .75)}.required\:ring-rose-400\/80:required{--tw-ring-color: rgb(251 113 133 / .8)}.required\:ring-rose-400\/90:required{--tw-ring-color: rgb(251 113 133 / .9)}.required\:ring-rose-400\/95:required{--tw-ring-color: rgb(251 113 133 / .95)}.required\:ring-rose-400\/100:required{--tw-ring-color: rgb(251 113 133 / 1)}.required\:ring-rose-500\/0:required{--tw-ring-color: rgb(244 63 94 / 0)}.required\:ring-rose-500\/5:required{--tw-ring-color: rgb(244 63 94 / .05)}.required\:ring-rose-500\/10:required{--tw-ring-color: rgb(244 63 94 / .1)}.required\:ring-rose-500\/20:required{--tw-ring-color: rgb(244 63 94 / .2)}.required\:ring-rose-500\/25:required{--tw-ring-color: rgb(244 63 94 / .25)}.required\:ring-rose-500\/30:required{--tw-ring-color: rgb(244 63 94 / .3)}.required\:ring-rose-500\/40:required{--tw-ring-color: rgb(244 63 94 / .4)}.required\:ring-rose-500\/50:required{--tw-ring-color: rgb(244 63 94 / .5)}.required\:ring-rose-500\/60:required{--tw-ring-color: rgb(244 63 94 / .6)}.required\:ring-rose-500\/70:required{--tw-ring-color: rgb(244 63 94 / .7)}.required\:ring-rose-500\/75:required{--tw-ring-color: rgb(244 63 94 / .75)}.required\:ring-rose-500\/80:required{--tw-ring-color: rgb(244 63 94 / .8)}.required\:ring-rose-500\/90:required{--tw-ring-color: rgb(244 63 94 / .9)}.required\:ring-rose-500\/95:required{--tw-ring-color: rgb(244 63 94 / .95)}.required\:ring-rose-500\/100:required{--tw-ring-color: rgb(244 63 94 / 1)}.required\:ring-rose-600\/0:required{--tw-ring-color: rgb(225 29 72 / 0)}.required\:ring-rose-600\/5:required{--tw-ring-color: rgb(225 29 72 / .05)}.required\:ring-rose-600\/10:required{--tw-ring-color: rgb(225 29 72 / .1)}.required\:ring-rose-600\/20:required{--tw-ring-color: rgb(225 29 72 / .2)}.required\:ring-rose-600\/25:required{--tw-ring-color: rgb(225 29 72 / .25)}.required\:ring-rose-600\/30:required{--tw-ring-color: rgb(225 29 72 / .3)}.required\:ring-rose-600\/40:required{--tw-ring-color: rgb(225 29 72 / .4)}.required\:ring-rose-600\/50:required{--tw-ring-color: rgb(225 29 72 / .5)}.required\:ring-rose-600\/60:required{--tw-ring-color: rgb(225 29 72 / .6)}.required\:ring-rose-600\/70:required{--tw-ring-color: rgb(225 29 72 / .7)}.required\:ring-rose-600\/75:required{--tw-ring-color: rgb(225 29 72 / .75)}.required\:ring-rose-600\/80:required{--tw-ring-color: rgb(225 29 72 / .8)}.required\:ring-rose-600\/90:required{--tw-ring-color: rgb(225 29 72 / .9)}.required\:ring-rose-600\/95:required{--tw-ring-color: rgb(225 29 72 / .95)}.required\:ring-rose-600\/100:required{--tw-ring-color: rgb(225 29 72 / 1)}.required\:ring-rose-700\/0:required{--tw-ring-color: rgb(190 18 60 / 0)}.required\:ring-rose-700\/5:required{--tw-ring-color: rgb(190 18 60 / .05)}.required\:ring-rose-700\/10:required{--tw-ring-color: rgb(190 18 60 / .1)}.required\:ring-rose-700\/20:required{--tw-ring-color: rgb(190 18 60 / .2)}.required\:ring-rose-700\/25:required{--tw-ring-color: rgb(190 18 60 / .25)}.required\:ring-rose-700\/30:required{--tw-ring-color: rgb(190 18 60 / .3)}.required\:ring-rose-700\/40:required{--tw-ring-color: rgb(190 18 60 / .4)}.required\:ring-rose-700\/50:required{--tw-ring-color: rgb(190 18 60 / .5)}.required\:ring-rose-700\/60:required{--tw-ring-color: rgb(190 18 60 / .6)}.required\:ring-rose-700\/70:required{--tw-ring-color: rgb(190 18 60 / .7)}.required\:ring-rose-700\/75:required{--tw-ring-color: rgb(190 18 60 / .75)}.required\:ring-rose-700\/80:required{--tw-ring-color: rgb(190 18 60 / .8)}.required\:ring-rose-700\/90:required{--tw-ring-color: rgb(190 18 60 / .9)}.required\:ring-rose-700\/95:required{--tw-ring-color: rgb(190 18 60 / .95)}.required\:ring-rose-700\/100:required{--tw-ring-color: rgb(190 18 60 / 1)}.required\:ring-rose-800\/0:required{--tw-ring-color: rgb(159 18 57 / 0)}.required\:ring-rose-800\/5:required{--tw-ring-color: rgb(159 18 57 / .05)}.required\:ring-rose-800\/10:required{--tw-ring-color: rgb(159 18 57 / .1)}.required\:ring-rose-800\/20:required{--tw-ring-color: rgb(159 18 57 / .2)}.required\:ring-rose-800\/25:required{--tw-ring-color: rgb(159 18 57 / .25)}.required\:ring-rose-800\/30:required{--tw-ring-color: rgb(159 18 57 / .3)}.required\:ring-rose-800\/40:required{--tw-ring-color: rgb(159 18 57 / .4)}.required\:ring-rose-800\/50:required{--tw-ring-color: rgb(159 18 57 / .5)}.required\:ring-rose-800\/60:required{--tw-ring-color: rgb(159 18 57 / .6)}.required\:ring-rose-800\/70:required{--tw-ring-color: rgb(159 18 57 / .7)}.required\:ring-rose-800\/75:required{--tw-ring-color: rgb(159 18 57 / .75)}.required\:ring-rose-800\/80:required{--tw-ring-color: rgb(159 18 57 / .8)}.required\:ring-rose-800\/90:required{--tw-ring-color: rgb(159 18 57 / .9)}.required\:ring-rose-800\/95:required{--tw-ring-color: rgb(159 18 57 / .95)}.required\:ring-rose-800\/100:required{--tw-ring-color: rgb(159 18 57 / 1)}.required\:ring-rose-900\/0:required{--tw-ring-color: rgb(136 19 55 / 0)}.required\:ring-rose-900\/5:required{--tw-ring-color: rgb(136 19 55 / .05)}.required\:ring-rose-900\/10:required{--tw-ring-color: rgb(136 19 55 / .1)}.required\:ring-rose-900\/20:required{--tw-ring-color: rgb(136 19 55 / .2)}.required\:ring-rose-900\/25:required{--tw-ring-color: rgb(136 19 55 / .25)}.required\:ring-rose-900\/30:required{--tw-ring-color: rgb(136 19 55 / .3)}.required\:ring-rose-900\/40:required{--tw-ring-color: rgb(136 19 55 / .4)}.required\:ring-rose-900\/50:required{--tw-ring-color: rgb(136 19 55 / .5)}.required\:ring-rose-900\/60:required{--tw-ring-color: rgb(136 19 55 / .6)}.required\:ring-rose-900\/70:required{--tw-ring-color: rgb(136 19 55 / .7)}.required\:ring-rose-900\/75:required{--tw-ring-color: rgb(136 19 55 / .75)}.required\:ring-rose-900\/80:required{--tw-ring-color: rgb(136 19 55 / .8)}.required\:ring-rose-900\/90:required{--tw-ring-color: rgb(136 19 55 / .9)}.required\:ring-rose-900\/95:required{--tw-ring-color: rgb(136 19 55 / .95)}.required\:ring-rose-900\/100:required{--tw-ring-color: rgb(136 19 55 / 1)}.required\:ring-primary-100\/0:required{--tw-ring-color: rgb(242 243 244 / 0)}.required\:ring-primary-100\/5:required{--tw-ring-color: rgb(242 243 244 / .05)}.required\:ring-primary-100\/10:required{--tw-ring-color: rgb(242 243 244 / .1)}.required\:ring-primary-100\/20:required{--tw-ring-color: rgb(242 243 244 / .2)}.required\:ring-primary-100\/25:required{--tw-ring-color: rgb(242 243 244 / .25)}.required\:ring-primary-100\/30:required{--tw-ring-color: rgb(242 243 244 / .3)}.required\:ring-primary-100\/40:required{--tw-ring-color: rgb(242 243 244 / .4)}.required\:ring-primary-100\/50:required{--tw-ring-color: rgb(242 243 244 / .5)}.required\:ring-primary-100\/60:required{--tw-ring-color: rgb(242 243 244 / .6)}.required\:ring-primary-100\/70:required{--tw-ring-color: rgb(242 243 244 / .7)}.required\:ring-primary-100\/75:required{--tw-ring-color: rgb(242 243 244 / .75)}.required\:ring-primary-100\/80:required{--tw-ring-color: rgb(242 243 244 / .8)}.required\:ring-primary-100\/90:required{--tw-ring-color: rgb(242 243 244 / .9)}.required\:ring-primary-100\/95:required{--tw-ring-color: rgb(242 243 244 / .95)}.required\:ring-primary-100\/100:required{--tw-ring-color: rgb(242 243 244 / 1)}.required\:ring-primary-200\/0:required{--tw-ring-color: rgb(232 232 240 / 0)}.required\:ring-primary-200\/5:required{--tw-ring-color: rgb(232 232 240 / .05)}.required\:ring-primary-200\/10:required{--tw-ring-color: rgb(232 232 240 / .1)}.required\:ring-primary-200\/20:required{--tw-ring-color: rgb(232 232 240 / .2)}.required\:ring-primary-200\/25:required{--tw-ring-color: rgb(232 232 240 / .25)}.required\:ring-primary-200\/30:required{--tw-ring-color: rgb(232 232 240 / .3)}.required\:ring-primary-200\/40:required{--tw-ring-color: rgb(232 232 240 / .4)}.required\:ring-primary-200\/50:required{--tw-ring-color: rgb(232 232 240 / .5)}.required\:ring-primary-200\/60:required{--tw-ring-color: rgb(232 232 240 / .6)}.required\:ring-primary-200\/70:required{--tw-ring-color: rgb(232 232 240 / .7)}.required\:ring-primary-200\/75:required{--tw-ring-color: rgb(232 232 240 / .75)}.required\:ring-primary-200\/80:required{--tw-ring-color: rgb(232 232 240 / .8)}.required\:ring-primary-200\/90:required{--tw-ring-color: rgb(232 232 240 / .9)}.required\:ring-primary-200\/95:required{--tw-ring-color: rgb(232 232 240 / .95)}.required\:ring-primary-200\/100:required{--tw-ring-color: rgb(232 232 240 / 1)}.required\:ring-primary-300\/0:required{--tw-ring-color: rgb(208 208 225 / 0)}.required\:ring-primary-300\/5:required{--tw-ring-color: rgb(208 208 225 / .05)}.required\:ring-primary-300\/10:required{--tw-ring-color: rgb(208 208 225 / .1)}.required\:ring-primary-300\/20:required{--tw-ring-color: rgb(208 208 225 / .2)}.required\:ring-primary-300\/25:required{--tw-ring-color: rgb(208 208 225 / .25)}.required\:ring-primary-300\/30:required{--tw-ring-color: rgb(208 208 225 / .3)}.required\:ring-primary-300\/40:required{--tw-ring-color: rgb(208 208 225 / .4)}.required\:ring-primary-300\/50:required{--tw-ring-color: rgb(208 208 225 / .5)}.required\:ring-primary-300\/60:required{--tw-ring-color: rgb(208 208 225 / .6)}.required\:ring-primary-300\/70:required{--tw-ring-color: rgb(208 208 225 / .7)}.required\:ring-primary-300\/75:required{--tw-ring-color: rgb(208 208 225 / .75)}.required\:ring-primary-300\/80:required{--tw-ring-color: rgb(208 208 225 / .8)}.required\:ring-primary-300\/90:required{--tw-ring-color: rgb(208 208 225 / .9)}.required\:ring-primary-300\/95:required{--tw-ring-color: rgb(208 208 225 / .95)}.required\:ring-primary-300\/100:required{--tw-ring-color: rgb(208 208 225 / 1)}.required\:ring-primary-400\/0:required{--tw-ring-color: rgb(180 180 209 / 0)}.required\:ring-primary-400\/5:required{--tw-ring-color: rgb(180 180 209 / .05)}.required\:ring-primary-400\/10:required{--tw-ring-color: rgb(180 180 209 / .1)}.required\:ring-primary-400\/20:required{--tw-ring-color: rgb(180 180 209 / .2)}.required\:ring-primary-400\/25:required{--tw-ring-color: rgb(180 180 209 / .25)}.required\:ring-primary-400\/30:required{--tw-ring-color: rgb(180 180 209 / .3)}.required\:ring-primary-400\/40:required{--tw-ring-color: rgb(180 180 209 / .4)}.required\:ring-primary-400\/50:required{--tw-ring-color: rgb(180 180 209 / .5)}.required\:ring-primary-400\/60:required{--tw-ring-color: rgb(180 180 209 / .6)}.required\:ring-primary-400\/70:required{--tw-ring-color: rgb(180 180 209 / .7)}.required\:ring-primary-400\/75:required{--tw-ring-color: rgb(180 180 209 / .75)}.required\:ring-primary-400\/80:required{--tw-ring-color: rgb(180 180 209 / .8)}.required\:ring-primary-400\/90:required{--tw-ring-color: rgb(180 180 209 / .9)}.required\:ring-primary-400\/95:required{--tw-ring-color: rgb(180 180 209 / .95)}.required\:ring-primary-400\/100:required{--tw-ring-color: rgb(180 180 209 / 1)}.required\:ring-primary-500\/0:required{--tw-ring-color: rgb(147 147 191 / 0)}.required\:ring-primary-500\/5:required{--tw-ring-color: rgb(147 147 191 / .05)}.required\:ring-primary-500\/10:required{--tw-ring-color: rgb(147 147 191 / .1)}.required\:ring-primary-500\/20:required{--tw-ring-color: rgb(147 147 191 / .2)}.required\:ring-primary-500\/25:required{--tw-ring-color: rgb(147 147 191 / .25)}.required\:ring-primary-500\/30:required{--tw-ring-color: rgb(147 147 191 / .3)}.required\:ring-primary-500\/40:required{--tw-ring-color: rgb(147 147 191 / .4)}.required\:ring-primary-500\/50:required{--tw-ring-color: rgb(147 147 191 / .5)}.required\:ring-primary-500\/60:required{--tw-ring-color: rgb(147 147 191 / .6)}.required\:ring-primary-500\/70:required{--tw-ring-color: rgb(147 147 191 / .7)}.required\:ring-primary-500\/75:required{--tw-ring-color: rgb(147 147 191 / .75)}.required\:ring-primary-500\/80:required{--tw-ring-color: rgb(147 147 191 / .8)}.required\:ring-primary-500\/90:required{--tw-ring-color: rgb(147 147 191 / .9)}.required\:ring-primary-500\/95:required{--tw-ring-color: rgb(147 147 191 / .95)}.required\:ring-primary-500\/100:required{--tw-ring-color: rgb(147 147 191 / 1)}.required\:ring-primary-600\/0:required{--tw-ring-color: rgb(104 104 172 / 0)}.required\:ring-primary-600\/5:required{--tw-ring-color: rgb(104 104 172 / .05)}.required\:ring-primary-600\/10:required{--tw-ring-color: rgb(104 104 172 / .1)}.required\:ring-primary-600\/20:required{--tw-ring-color: rgb(104 104 172 / .2)}.required\:ring-primary-600\/25:required{--tw-ring-color: rgb(104 104 172 / .25)}.required\:ring-primary-600\/30:required{--tw-ring-color: rgb(104 104 172 / .3)}.required\:ring-primary-600\/40:required{--tw-ring-color: rgb(104 104 172 / .4)}.required\:ring-primary-600\/50:required{--tw-ring-color: rgb(104 104 172 / .5)}.required\:ring-primary-600\/60:required{--tw-ring-color: rgb(104 104 172 / .6)}.required\:ring-primary-600\/70:required{--tw-ring-color: rgb(104 104 172 / .7)}.required\:ring-primary-600\/75:required{--tw-ring-color: rgb(104 104 172 / .75)}.required\:ring-primary-600\/80:required{--tw-ring-color: rgb(104 104 172 / .8)}.required\:ring-primary-600\/90:required{--tw-ring-color: rgb(104 104 172 / .9)}.required\:ring-primary-600\/95:required{--tw-ring-color: rgb(104 104 172 / .95)}.required\:ring-primary-600\/100:required{--tw-ring-color: rgb(104 104 172 / 1)}.required\:ring-primary-700\/0:required{--tw-ring-color: rgb(93 93 153 / 0)}.required\:ring-primary-700\/5:required{--tw-ring-color: rgb(93 93 153 / .05)}.required\:ring-primary-700\/10:required{--tw-ring-color: rgb(93 93 153 / .1)}.required\:ring-primary-700\/20:required{--tw-ring-color: rgb(93 93 153 / .2)}.required\:ring-primary-700\/25:required{--tw-ring-color: rgb(93 93 153 / .25)}.required\:ring-primary-700\/30:required{--tw-ring-color: rgb(93 93 153 / .3)}.required\:ring-primary-700\/40:required{--tw-ring-color: rgb(93 93 153 / .4)}.required\:ring-primary-700\/50:required{--tw-ring-color: rgb(93 93 153 / .5)}.required\:ring-primary-700\/60:required{--tw-ring-color: rgb(93 93 153 / .6)}.required\:ring-primary-700\/70:required{--tw-ring-color: rgb(93 93 153 / .7)}.required\:ring-primary-700\/75:required{--tw-ring-color: rgb(93 93 153 / .75)}.required\:ring-primary-700\/80:required{--tw-ring-color: rgb(93 93 153 / .8)}.required\:ring-primary-700\/90:required{--tw-ring-color: rgb(93 93 153 / .9)}.required\:ring-primary-700\/95:required{--tw-ring-color: rgb(93 93 153 / .95)}.required\:ring-primary-700\/100:required{--tw-ring-color: rgb(93 93 153 / 1)}.required\:ring-primary-800\/0:required{--tw-ring-color: rgb(80 80 133 / 0)}.required\:ring-primary-800\/5:required{--tw-ring-color: rgb(80 80 133 / .05)}.required\:ring-primary-800\/10:required{--tw-ring-color: rgb(80 80 133 / .1)}.required\:ring-primary-800\/20:required{--tw-ring-color: rgb(80 80 133 / .2)}.required\:ring-primary-800\/25:required{--tw-ring-color: rgb(80 80 133 / .25)}.required\:ring-primary-800\/30:required{--tw-ring-color: rgb(80 80 133 / .3)}.required\:ring-primary-800\/40:required{--tw-ring-color: rgb(80 80 133 / .4)}.required\:ring-primary-800\/50:required{--tw-ring-color: rgb(80 80 133 / .5)}.required\:ring-primary-800\/60:required{--tw-ring-color: rgb(80 80 133 / .6)}.required\:ring-primary-800\/70:required{--tw-ring-color: rgb(80 80 133 / .7)}.required\:ring-primary-800\/75:required{--tw-ring-color: rgb(80 80 133 / .75)}.required\:ring-primary-800\/80:required{--tw-ring-color: rgb(80 80 133 / .8)}.required\:ring-primary-800\/90:required{--tw-ring-color: rgb(80 80 133 / .9)}.required\:ring-primary-800\/95:required{--tw-ring-color: rgb(80 80 133 / .95)}.required\:ring-primary-800\/100:required{--tw-ring-color: rgb(80 80 133 / 1)}.required\:ring-primary-900\/0:required{--tw-ring-color: rgb(65 65 108 / 0)}.required\:ring-primary-900\/5:required{--tw-ring-color: rgb(65 65 108 / .05)}.required\:ring-primary-900\/10:required{--tw-ring-color: rgb(65 65 108 / .1)}.required\:ring-primary-900\/20:required{--tw-ring-color: rgb(65 65 108 / .2)}.required\:ring-primary-900\/25:required{--tw-ring-color: rgb(65 65 108 / .25)}.required\:ring-primary-900\/30:required{--tw-ring-color: rgb(65 65 108 / .3)}.required\:ring-primary-900\/40:required{--tw-ring-color: rgb(65 65 108 / .4)}.required\:ring-primary-900\/50:required{--tw-ring-color: rgb(65 65 108 / .5)}.required\:ring-primary-900\/60:required{--tw-ring-color: rgb(65 65 108 / .6)}.required\:ring-primary-900\/70:required{--tw-ring-color: rgb(65 65 108 / .7)}.required\:ring-primary-900\/75:required{--tw-ring-color: rgb(65 65 108 / .75)}.required\:ring-primary-900\/80:required{--tw-ring-color: rgb(65 65 108 / .8)}.required\:ring-primary-900\/90:required{--tw-ring-color: rgb(65 65 108 / .9)}.required\:ring-primary-900\/95:required{--tw-ring-color: rgb(65 65 108 / .95)}.required\:ring-primary-900\/100:required{--tw-ring-color: rgb(65 65 108 / 1)}.required\:ring-primary-1000\/0:required{--tw-ring-color: rgb(46 46 76 / 0)}.required\:ring-primary-1000\/5:required{--tw-ring-color: rgb(46 46 76 / .05)}.required\:ring-primary-1000\/10:required{--tw-ring-color: rgb(46 46 76 / .1)}.required\:ring-primary-1000\/20:required{--tw-ring-color: rgb(46 46 76 / .2)}.required\:ring-primary-1000\/25:required{--tw-ring-color: rgb(46 46 76 / .25)}.required\:ring-primary-1000\/30:required{--tw-ring-color: rgb(46 46 76 / .3)}.required\:ring-primary-1000\/40:required{--tw-ring-color: rgb(46 46 76 / .4)}.required\:ring-primary-1000\/50:required{--tw-ring-color: rgb(46 46 76 / .5)}.required\:ring-primary-1000\/60:required{--tw-ring-color: rgb(46 46 76 / .6)}.required\:ring-primary-1000\/70:required{--tw-ring-color: rgb(46 46 76 / .7)}.required\:ring-primary-1000\/75:required{--tw-ring-color: rgb(46 46 76 / .75)}.required\:ring-primary-1000\/80:required{--tw-ring-color: rgb(46 46 76 / .8)}.required\:ring-primary-1000\/90:required{--tw-ring-color: rgb(46 46 76 / .9)}.required\:ring-primary-1000\/95:required{--tw-ring-color: rgb(46 46 76 / .95)}.required\:ring-primary-1000\/100:required{--tw-ring-color: rgb(46 46 76 / 1)}.required\:ring-primary-highlight-100\/0:required{--tw-ring-color: rgb(247 245 254 / 0)}.required\:ring-primary-highlight-100\/5:required{--tw-ring-color: rgb(247 245 254 / .05)}.required\:ring-primary-highlight-100\/10:required{--tw-ring-color: rgb(247 245 254 / .1)}.required\:ring-primary-highlight-100\/20:required{--tw-ring-color: rgb(247 245 254 / .2)}.required\:ring-primary-highlight-100\/25:required{--tw-ring-color: rgb(247 245 254 / .25)}.required\:ring-primary-highlight-100\/30:required{--tw-ring-color: rgb(247 245 254 / .3)}.required\:ring-primary-highlight-100\/40:required{--tw-ring-color: rgb(247 245 254 / .4)}.required\:ring-primary-highlight-100\/50:required{--tw-ring-color: rgb(247 245 254 / .5)}.required\:ring-primary-highlight-100\/60:required{--tw-ring-color: rgb(247 245 254 / .6)}.required\:ring-primary-highlight-100\/70:required{--tw-ring-color: rgb(247 245 254 / .7)}.required\:ring-primary-highlight-100\/75:required{--tw-ring-color: rgb(247 245 254 / .75)}.required\:ring-primary-highlight-100\/80:required{--tw-ring-color: rgb(247 245 254 / .8)}.required\:ring-primary-highlight-100\/90:required{--tw-ring-color: rgb(247 245 254 / .9)}.required\:ring-primary-highlight-100\/95:required{--tw-ring-color: rgb(247 245 254 / .95)}.required\:ring-primary-highlight-100\/100:required{--tw-ring-color: rgb(247 245 254 / 1)}.required\:ring-primary-highlight-200\/0:required{--tw-ring-color: rgb(239 236 254 / 0)}.required\:ring-primary-highlight-200\/5:required{--tw-ring-color: rgb(239 236 254 / .05)}.required\:ring-primary-highlight-200\/10:required{--tw-ring-color: rgb(239 236 254 / .1)}.required\:ring-primary-highlight-200\/20:required{--tw-ring-color: rgb(239 236 254 / .2)}.required\:ring-primary-highlight-200\/25:required{--tw-ring-color: rgb(239 236 254 / .25)}.required\:ring-primary-highlight-200\/30:required{--tw-ring-color: rgb(239 236 254 / .3)}.required\:ring-primary-highlight-200\/40:required{--tw-ring-color: rgb(239 236 254 / .4)}.required\:ring-primary-highlight-200\/50:required{--tw-ring-color: rgb(239 236 254 / .5)}.required\:ring-primary-highlight-200\/60:required{--tw-ring-color: rgb(239 236 254 / .6)}.required\:ring-primary-highlight-200\/70:required{--tw-ring-color: rgb(239 236 254 / .7)}.required\:ring-primary-highlight-200\/75:required{--tw-ring-color: rgb(239 236 254 / .75)}.required\:ring-primary-highlight-200\/80:required{--tw-ring-color: rgb(239 236 254 / .8)}.required\:ring-primary-highlight-200\/90:required{--tw-ring-color: rgb(239 236 254 / .9)}.required\:ring-primary-highlight-200\/95:required{--tw-ring-color: rgb(239 236 254 / .95)}.required\:ring-primary-highlight-200\/100:required{--tw-ring-color: rgb(239 236 254 / 1)}.required\:ring-primary-highlight-300\/0:required{--tw-ring-color: rgb(223 216 253 / 0)}.required\:ring-primary-highlight-300\/5:required{--tw-ring-color: rgb(223 216 253 / .05)}.required\:ring-primary-highlight-300\/10:required{--tw-ring-color: rgb(223 216 253 / .1)}.required\:ring-primary-highlight-300\/20:required{--tw-ring-color: rgb(223 216 253 / .2)}.required\:ring-primary-highlight-300\/25:required{--tw-ring-color: rgb(223 216 253 / .25)}.required\:ring-primary-highlight-300\/30:required{--tw-ring-color: rgb(223 216 253 / .3)}.required\:ring-primary-highlight-300\/40:required{--tw-ring-color: rgb(223 216 253 / .4)}.required\:ring-primary-highlight-300\/50:required{--tw-ring-color: rgb(223 216 253 / .5)}.required\:ring-primary-highlight-300\/60:required{--tw-ring-color: rgb(223 216 253 / .6)}.required\:ring-primary-highlight-300\/70:required{--tw-ring-color: rgb(223 216 253 / .7)}.required\:ring-primary-highlight-300\/75:required{--tw-ring-color: rgb(223 216 253 / .75)}.required\:ring-primary-highlight-300\/80:required{--tw-ring-color: rgb(223 216 253 / .8)}.required\:ring-primary-highlight-300\/90:required{--tw-ring-color: rgb(223 216 253 / .9)}.required\:ring-primary-highlight-300\/95:required{--tw-ring-color: rgb(223 216 253 / .95)}.required\:ring-primary-highlight-300\/100:required{--tw-ring-color: rgb(223 216 253 / 1)}.required\:ring-primary-highlight-400\/0:required{--tw-ring-color: rgb(206 193 252 / 0)}.required\:ring-primary-highlight-400\/5:required{--tw-ring-color: rgb(206 193 252 / .05)}.required\:ring-primary-highlight-400\/10:required{--tw-ring-color: rgb(206 193 252 / .1)}.required\:ring-primary-highlight-400\/20:required{--tw-ring-color: rgb(206 193 252 / .2)}.required\:ring-primary-highlight-400\/25:required{--tw-ring-color: rgb(206 193 252 / .25)}.required\:ring-primary-highlight-400\/30:required{--tw-ring-color: rgb(206 193 252 / .3)}.required\:ring-primary-highlight-400\/40:required{--tw-ring-color: rgb(206 193 252 / .4)}.required\:ring-primary-highlight-400\/50:required{--tw-ring-color: rgb(206 193 252 / .5)}.required\:ring-primary-highlight-400\/60:required{--tw-ring-color: rgb(206 193 252 / .6)}.required\:ring-primary-highlight-400\/70:required{--tw-ring-color: rgb(206 193 252 / .7)}.required\:ring-primary-highlight-400\/75:required{--tw-ring-color: rgb(206 193 252 / .75)}.required\:ring-primary-highlight-400\/80:required{--tw-ring-color: rgb(206 193 252 / .8)}.required\:ring-primary-highlight-400\/90:required{--tw-ring-color: rgb(206 193 252 / .9)}.required\:ring-primary-highlight-400\/95:required{--tw-ring-color: rgb(206 193 252 / .95)}.required\:ring-primary-highlight-400\/100:required{--tw-ring-color: rgb(206 193 252 / 1)}.required\:ring-primary-highlight-500\/0:required{--tw-ring-color: rgb(187 168 251 / 0)}.required\:ring-primary-highlight-500\/5:required{--tw-ring-color: rgb(187 168 251 / .05)}.required\:ring-primary-highlight-500\/10:required{--tw-ring-color: rgb(187 168 251 / .1)}.required\:ring-primary-highlight-500\/20:required{--tw-ring-color: rgb(187 168 251 / .2)}.required\:ring-primary-highlight-500\/25:required{--tw-ring-color: rgb(187 168 251 / .25)}.required\:ring-primary-highlight-500\/30:required{--tw-ring-color: rgb(187 168 251 / .3)}.required\:ring-primary-highlight-500\/40:required{--tw-ring-color: rgb(187 168 251 / .4)}.required\:ring-primary-highlight-500\/50:required{--tw-ring-color: rgb(187 168 251 / .5)}.required\:ring-primary-highlight-500\/60:required{--tw-ring-color: rgb(187 168 251 / .6)}.required\:ring-primary-highlight-500\/70:required{--tw-ring-color: rgb(187 168 251 / .7)}.required\:ring-primary-highlight-500\/75:required{--tw-ring-color: rgb(187 168 251 / .75)}.required\:ring-primary-highlight-500\/80:required{--tw-ring-color: rgb(187 168 251 / .8)}.required\:ring-primary-highlight-500\/90:required{--tw-ring-color: rgb(187 168 251 / .9)}.required\:ring-primary-highlight-500\/95:required{--tw-ring-color: rgb(187 168 251 / .95)}.required\:ring-primary-highlight-500\/100:required{--tw-ring-color: rgb(187 168 251 / 1)}.required\:ring-primary-highlight-600\/0:required{--tw-ring-color: rgb(167 139 250 / 0)}.required\:ring-primary-highlight-600\/5:required{--tw-ring-color: rgb(167 139 250 / .05)}.required\:ring-primary-highlight-600\/10:required{--tw-ring-color: rgb(167 139 250 / .1)}.required\:ring-primary-highlight-600\/20:required{--tw-ring-color: rgb(167 139 250 / .2)}.required\:ring-primary-highlight-600\/25:required{--tw-ring-color: rgb(167 139 250 / .25)}.required\:ring-primary-highlight-600\/30:required{--tw-ring-color: rgb(167 139 250 / .3)}.required\:ring-primary-highlight-600\/40:required{--tw-ring-color: rgb(167 139 250 / .4)}.required\:ring-primary-highlight-600\/50:required{--tw-ring-color: rgb(167 139 250 / .5)}.required\:ring-primary-highlight-600\/60:required{--tw-ring-color: rgb(167 139 250 / .6)}.required\:ring-primary-highlight-600\/70:required{--tw-ring-color: rgb(167 139 250 / .7)}.required\:ring-primary-highlight-600\/75:required{--tw-ring-color: rgb(167 139 250 / .75)}.required\:ring-primary-highlight-600\/80:required{--tw-ring-color: rgb(167 139 250 / .8)}.required\:ring-primary-highlight-600\/90:required{--tw-ring-color: rgb(167 139 250 / .9)}.required\:ring-primary-highlight-600\/95:required{--tw-ring-color: rgb(167 139 250 / .95)}.required\:ring-primary-highlight-600\/100:required{--tw-ring-color: rgb(167 139 250 / 1)}.required\:ring-primary-highlight-700\/0:required{--tw-ring-color: rgb(149 124 223 / 0)}.required\:ring-primary-highlight-700\/5:required{--tw-ring-color: rgb(149 124 223 / .05)}.required\:ring-primary-highlight-700\/10:required{--tw-ring-color: rgb(149 124 223 / .1)}.required\:ring-primary-highlight-700\/20:required{--tw-ring-color: rgb(149 124 223 / .2)}.required\:ring-primary-highlight-700\/25:required{--tw-ring-color: rgb(149 124 223 / .25)}.required\:ring-primary-highlight-700\/30:required{--tw-ring-color: rgb(149 124 223 / .3)}.required\:ring-primary-highlight-700\/40:required{--tw-ring-color: rgb(149 124 223 / .4)}.required\:ring-primary-highlight-700\/50:required{--tw-ring-color: rgb(149 124 223 / .5)}.required\:ring-primary-highlight-700\/60:required{--tw-ring-color: rgb(149 124 223 / .6)}.required\:ring-primary-highlight-700\/70:required{--tw-ring-color: rgb(149 124 223 / .7)}.required\:ring-primary-highlight-700\/75:required{--tw-ring-color: rgb(149 124 223 / .75)}.required\:ring-primary-highlight-700\/80:required{--tw-ring-color: rgb(149 124 223 / .8)}.required\:ring-primary-highlight-700\/90:required{--tw-ring-color: rgb(149 124 223 / .9)}.required\:ring-primary-highlight-700\/95:required{--tw-ring-color: rgb(149 124 223 / .95)}.required\:ring-primary-highlight-700\/100:required{--tw-ring-color: rgb(149 124 223 / 1)}.required\:ring-primary-highlight-800\/0:required{--tw-ring-color: rgb(129 107 193 / 0)}.required\:ring-primary-highlight-800\/5:required{--tw-ring-color: rgb(129 107 193 / .05)}.required\:ring-primary-highlight-800\/10:required{--tw-ring-color: rgb(129 107 193 / .1)}.required\:ring-primary-highlight-800\/20:required{--tw-ring-color: rgb(129 107 193 / .2)}.required\:ring-primary-highlight-800\/25:required{--tw-ring-color: rgb(129 107 193 / .25)}.required\:ring-primary-highlight-800\/30:required{--tw-ring-color: rgb(129 107 193 / .3)}.required\:ring-primary-highlight-800\/40:required{--tw-ring-color: rgb(129 107 193 / .4)}.required\:ring-primary-highlight-800\/50:required{--tw-ring-color: rgb(129 107 193 / .5)}.required\:ring-primary-highlight-800\/60:required{--tw-ring-color: rgb(129 107 193 / .6)}.required\:ring-primary-highlight-800\/70:required{--tw-ring-color: rgb(129 107 193 / .7)}.required\:ring-primary-highlight-800\/75:required{--tw-ring-color: rgb(129 107 193 / .75)}.required\:ring-primary-highlight-800\/80:required{--tw-ring-color: rgb(129 107 193 / .8)}.required\:ring-primary-highlight-800\/90:required{--tw-ring-color: rgb(129 107 193 / .9)}.required\:ring-primary-highlight-800\/95:required{--tw-ring-color: rgb(129 107 193 / .95)}.required\:ring-primary-highlight-800\/100:required{--tw-ring-color: rgb(129 107 193 / 1)}.required\:ring-primary-highlight-900\/0:required{--tw-ring-color: rgb(105 87 158 / 0)}.required\:ring-primary-highlight-900\/5:required{--tw-ring-color: rgb(105 87 158 / .05)}.required\:ring-primary-highlight-900\/10:required{--tw-ring-color: rgb(105 87 158 / .1)}.required\:ring-primary-highlight-900\/20:required{--tw-ring-color: rgb(105 87 158 / .2)}.required\:ring-primary-highlight-900\/25:required{--tw-ring-color: rgb(105 87 158 / .25)}.required\:ring-primary-highlight-900\/30:required{--tw-ring-color: rgb(105 87 158 / .3)}.required\:ring-primary-highlight-900\/40:required{--tw-ring-color: rgb(105 87 158 / .4)}.required\:ring-primary-highlight-900\/50:required{--tw-ring-color: rgb(105 87 158 / .5)}.required\:ring-primary-highlight-900\/60:required{--tw-ring-color: rgb(105 87 158 / .6)}.required\:ring-primary-highlight-900\/70:required{--tw-ring-color: rgb(105 87 158 / .7)}.required\:ring-primary-highlight-900\/75:required{--tw-ring-color: rgb(105 87 158 / .75)}.required\:ring-primary-highlight-900\/80:required{--tw-ring-color: rgb(105 87 158 / .8)}.required\:ring-primary-highlight-900\/90:required{--tw-ring-color: rgb(105 87 158 / .9)}.required\:ring-primary-highlight-900\/95:required{--tw-ring-color: rgb(105 87 158 / .95)}.required\:ring-primary-highlight-900\/100:required{--tw-ring-color: rgb(105 87 158 / 1)}.required\:ring-primary-highlight-1000\/0:required{--tw-ring-color: rgb(74 62 111 / 0)}.required\:ring-primary-highlight-1000\/5:required{--tw-ring-color: rgb(74 62 111 / .05)}.required\:ring-primary-highlight-1000\/10:required{--tw-ring-color: rgb(74 62 111 / .1)}.required\:ring-primary-highlight-1000\/20:required{--tw-ring-color: rgb(74 62 111 / .2)}.required\:ring-primary-highlight-1000\/25:required{--tw-ring-color: rgb(74 62 111 / .25)}.required\:ring-primary-highlight-1000\/30:required{--tw-ring-color: rgb(74 62 111 / .3)}.required\:ring-primary-highlight-1000\/40:required{--tw-ring-color: rgb(74 62 111 / .4)}.required\:ring-primary-highlight-1000\/50:required{--tw-ring-color: rgb(74 62 111 / .5)}.required\:ring-primary-highlight-1000\/60:required{--tw-ring-color: rgb(74 62 111 / .6)}.required\:ring-primary-highlight-1000\/70:required{--tw-ring-color: rgb(74 62 111 / .7)}.required\:ring-primary-highlight-1000\/75:required{--tw-ring-color: rgb(74 62 111 / .75)}.required\:ring-primary-highlight-1000\/80:required{--tw-ring-color: rgb(74 62 111 / .8)}.required\:ring-primary-highlight-1000\/90:required{--tw-ring-color: rgb(74 62 111 / .9)}.required\:ring-primary-highlight-1000\/95:required{--tw-ring-color: rgb(74 62 111 / .95)}.required\:ring-primary-highlight-1000\/100:required{--tw-ring-color: rgb(74 62 111 / 1)}.required\:ring-secondary-100\/0:required{--tw-ring-color: rgb(254 247 242 / 0)}.required\:ring-secondary-100\/5:required{--tw-ring-color: rgb(254 247 242 / .05)}.required\:ring-secondary-100\/10:required{--tw-ring-color: rgb(254 247 242 / .1)}.required\:ring-secondary-100\/20:required{--tw-ring-color: rgb(254 247 242 / .2)}.required\:ring-secondary-100\/25:required{--tw-ring-color: rgb(254 247 242 / .25)}.required\:ring-secondary-100\/30:required{--tw-ring-color: rgb(254 247 242 / .3)}.required\:ring-secondary-100\/40:required{--tw-ring-color: rgb(254 247 242 / .4)}.required\:ring-secondary-100\/50:required{--tw-ring-color: rgb(254 247 242 / .5)}.required\:ring-secondary-100\/60:required{--tw-ring-color: rgb(254 247 242 / .6)}.required\:ring-secondary-100\/70:required{--tw-ring-color: rgb(254 247 242 / .7)}.required\:ring-secondary-100\/75:required{--tw-ring-color: rgb(254 247 242 / .75)}.required\:ring-secondary-100\/80:required{--tw-ring-color: rgb(254 247 242 / .8)}.required\:ring-secondary-100\/90:required{--tw-ring-color: rgb(254 247 242 / .9)}.required\:ring-secondary-100\/95:required{--tw-ring-color: rgb(254 247 242 / .95)}.required\:ring-secondary-100\/100:required{--tw-ring-color: rgb(254 247 242 / 1)}.required\:ring-secondary-200\/0:required{--tw-ring-color: rgb(254 240 228 / 0)}.required\:ring-secondary-200\/5:required{--tw-ring-color: rgb(254 240 228 / .05)}.required\:ring-secondary-200\/10:required{--tw-ring-color: rgb(254 240 228 / .1)}.required\:ring-secondary-200\/20:required{--tw-ring-color: rgb(254 240 228 / .2)}.required\:ring-secondary-200\/25:required{--tw-ring-color: rgb(254 240 228 / .25)}.required\:ring-secondary-200\/30:required{--tw-ring-color: rgb(254 240 228 / .3)}.required\:ring-secondary-200\/40:required{--tw-ring-color: rgb(254 240 228 / .4)}.required\:ring-secondary-200\/50:required{--tw-ring-color: rgb(254 240 228 / .5)}.required\:ring-secondary-200\/60:required{--tw-ring-color: rgb(254 240 228 / .6)}.required\:ring-secondary-200\/70:required{--tw-ring-color: rgb(254 240 228 / .7)}.required\:ring-secondary-200\/75:required{--tw-ring-color: rgb(254 240 228 / .75)}.required\:ring-secondary-200\/80:required{--tw-ring-color: rgb(254 240 228 / .8)}.required\:ring-secondary-200\/90:required{--tw-ring-color: rgb(254 240 228 / .9)}.required\:ring-secondary-200\/95:required{--tw-ring-color: rgb(254 240 228 / .95)}.required\:ring-secondary-200\/100:required{--tw-ring-color: rgb(254 240 228 / 1)}.required\:ring-secondary-300\/0:required{--tw-ring-color: rgb(253 225 198 / 0)}.required\:ring-secondary-300\/5:required{--tw-ring-color: rgb(253 225 198 / .05)}.required\:ring-secondary-300\/10:required{--tw-ring-color: rgb(253 225 198 / .1)}.required\:ring-secondary-300\/20:required{--tw-ring-color: rgb(253 225 198 / .2)}.required\:ring-secondary-300\/25:required{--tw-ring-color: rgb(253 225 198 / .25)}.required\:ring-secondary-300\/30:required{--tw-ring-color: rgb(253 225 198 / .3)}.required\:ring-secondary-300\/40:required{--tw-ring-color: rgb(253 225 198 / .4)}.required\:ring-secondary-300\/50:required{--tw-ring-color: rgb(253 225 198 / .5)}.required\:ring-secondary-300\/60:required{--tw-ring-color: rgb(253 225 198 / .6)}.required\:ring-secondary-300\/70:required{--tw-ring-color: rgb(253 225 198 / .7)}.required\:ring-secondary-300\/75:required{--tw-ring-color: rgb(253 225 198 / .75)}.required\:ring-secondary-300\/80:required{--tw-ring-color: rgb(253 225 198 / .8)}.required\:ring-secondary-300\/90:required{--tw-ring-color: rgb(253 225 198 / .9)}.required\:ring-secondary-300\/95:required{--tw-ring-color: rgb(253 225 198 / .95)}.required\:ring-secondary-300\/100:required{--tw-ring-color: rgb(253 225 198 / 1)}.required\:ring-secondary-400\/0:required{--tw-ring-color: rgb(252 209 162 / 0)}.required\:ring-secondary-400\/5:required{--tw-ring-color: rgb(252 209 162 / .05)}.required\:ring-secondary-400\/10:required{--tw-ring-color: rgb(252 209 162 / .1)}.required\:ring-secondary-400\/20:required{--tw-ring-color: rgb(252 209 162 / .2)}.required\:ring-secondary-400\/25:required{--tw-ring-color: rgb(252 209 162 / .25)}.required\:ring-secondary-400\/30:required{--tw-ring-color: rgb(252 209 162 / .3)}.required\:ring-secondary-400\/40:required{--tw-ring-color: rgb(252 209 162 / .4)}.required\:ring-secondary-400\/50:required{--tw-ring-color: rgb(252 209 162 / .5)}.required\:ring-secondary-400\/60:required{--tw-ring-color: rgb(252 209 162 / .6)}.required\:ring-secondary-400\/70:required{--tw-ring-color: rgb(252 209 162 / .7)}.required\:ring-secondary-400\/75:required{--tw-ring-color: rgb(252 209 162 / .75)}.required\:ring-secondary-400\/80:required{--tw-ring-color: rgb(252 209 162 / .8)}.required\:ring-secondary-400\/90:required{--tw-ring-color: rgb(252 209 162 / .9)}.required\:ring-secondary-400\/95:required{--tw-ring-color: rgb(252 209 162 / .95)}.required\:ring-secondary-400\/100:required{--tw-ring-color: rgb(252 209 162 / 1)}.required\:ring-secondary-500\/0:required{--tw-ring-color: rgb(251 191 117 / 0)}.required\:ring-secondary-500\/5:required{--tw-ring-color: rgb(251 191 117 / .05)}.required\:ring-secondary-500\/10:required{--tw-ring-color: rgb(251 191 117 / .1)}.required\:ring-secondary-500\/20:required{--tw-ring-color: rgb(251 191 117 / .2)}.required\:ring-secondary-500\/25:required{--tw-ring-color: rgb(251 191 117 / .25)}.required\:ring-secondary-500\/30:required{--tw-ring-color: rgb(251 191 117 / .3)}.required\:ring-secondary-500\/40:required{--tw-ring-color: rgb(251 191 117 / .4)}.required\:ring-secondary-500\/50:required{--tw-ring-color: rgb(251 191 117 / .5)}.required\:ring-secondary-500\/60:required{--tw-ring-color: rgb(251 191 117 / .6)}.required\:ring-secondary-500\/70:required{--tw-ring-color: rgb(251 191 117 / .7)}.required\:ring-secondary-500\/75:required{--tw-ring-color: rgb(251 191 117 / .75)}.required\:ring-secondary-500\/80:required{--tw-ring-color: rgb(251 191 117 / .8)}.required\:ring-secondary-500\/90:required{--tw-ring-color: rgb(251 191 117 / .9)}.required\:ring-secondary-500\/95:required{--tw-ring-color: rgb(251 191 117 / .95)}.required\:ring-secondary-500\/100:required{--tw-ring-color: rgb(251 191 117 / 1)}.required\:ring-secondary-600\/0:required{--tw-ring-color: rgb(250 172 30 / 0)}.required\:ring-secondary-600\/5:required{--tw-ring-color: rgb(250 172 30 / .05)}.required\:ring-secondary-600\/10:required{--tw-ring-color: rgb(250 172 30 / .1)}.required\:ring-secondary-600\/20:required{--tw-ring-color: rgb(250 172 30 / .2)}.required\:ring-secondary-600\/25:required{--tw-ring-color: rgb(250 172 30 / .25)}.required\:ring-secondary-600\/30:required{--tw-ring-color: rgb(250 172 30 / .3)}.required\:ring-secondary-600\/40:required{--tw-ring-color: rgb(250 172 30 / .4)}.required\:ring-secondary-600\/50:required{--tw-ring-color: rgb(250 172 30 / .5)}.required\:ring-secondary-600\/60:required{--tw-ring-color: rgb(250 172 30 / .6)}.required\:ring-secondary-600\/70:required{--tw-ring-color: rgb(250 172 30 / .7)}.required\:ring-secondary-600\/75:required{--tw-ring-color: rgb(250 172 30 / .75)}.required\:ring-secondary-600\/80:required{--tw-ring-color: rgb(250 172 30 / .8)}.required\:ring-secondary-600\/90:required{--tw-ring-color: rgb(250 172 30 / .9)}.required\:ring-secondary-600\/95:required{--tw-ring-color: rgb(250 172 30 / .95)}.required\:ring-secondary-600\/100:required{--tw-ring-color: rgb(250 172 30 / 1)}.required\:ring-secondary-700\/0:required{--tw-ring-color: rgb(223 153 26 / 0)}.required\:ring-secondary-700\/5:required{--tw-ring-color: rgb(223 153 26 / .05)}.required\:ring-secondary-700\/10:required{--tw-ring-color: rgb(223 153 26 / .1)}.required\:ring-secondary-700\/20:required{--tw-ring-color: rgb(223 153 26 / .2)}.required\:ring-secondary-700\/25:required{--tw-ring-color: rgb(223 153 26 / .25)}.required\:ring-secondary-700\/30:required{--tw-ring-color: rgb(223 153 26 / .3)}.required\:ring-secondary-700\/40:required{--tw-ring-color: rgb(223 153 26 / .4)}.required\:ring-secondary-700\/50:required{--tw-ring-color: rgb(223 153 26 / .5)}.required\:ring-secondary-700\/60:required{--tw-ring-color: rgb(223 153 26 / .6)}.required\:ring-secondary-700\/70:required{--tw-ring-color: rgb(223 153 26 / .7)}.required\:ring-secondary-700\/75:required{--tw-ring-color: rgb(223 153 26 / .75)}.required\:ring-secondary-700\/80:required{--tw-ring-color: rgb(223 153 26 / .8)}.required\:ring-secondary-700\/90:required{--tw-ring-color: rgb(223 153 26 / .9)}.required\:ring-secondary-700\/95:required{--tw-ring-color: rgb(223 153 26 / .95)}.required\:ring-secondary-700\/100:required{--tw-ring-color: rgb(223 153 26 / 1)}.required\:ring-secondary-800\/0:required{--tw-ring-color: rgb(193 133 23 / 0)}.required\:ring-secondary-800\/5:required{--tw-ring-color: rgb(193 133 23 / .05)}.required\:ring-secondary-800\/10:required{--tw-ring-color: rgb(193 133 23 / .1)}.required\:ring-secondary-800\/20:required{--tw-ring-color: rgb(193 133 23 / .2)}.required\:ring-secondary-800\/25:required{--tw-ring-color: rgb(193 133 23 / .25)}.required\:ring-secondary-800\/30:required{--tw-ring-color: rgb(193 133 23 / .3)}.required\:ring-secondary-800\/40:required{--tw-ring-color: rgb(193 133 23 / .4)}.required\:ring-secondary-800\/50:required{--tw-ring-color: rgb(193 133 23 / .5)}.required\:ring-secondary-800\/60:required{--tw-ring-color: rgb(193 133 23 / .6)}.required\:ring-secondary-800\/70:required{--tw-ring-color: rgb(193 133 23 / .7)}.required\:ring-secondary-800\/75:required{--tw-ring-color: rgb(193 133 23 / .75)}.required\:ring-secondary-800\/80:required{--tw-ring-color: rgb(193 133 23 / .8)}.required\:ring-secondary-800\/90:required{--tw-ring-color: rgb(193 133 23 / .9)}.required\:ring-secondary-800\/95:required{--tw-ring-color: rgb(193 133 23 / .95)}.required\:ring-secondary-800\/100:required{--tw-ring-color: rgb(193 133 23 / 1)}.required\:ring-secondary-900\/0:required{--tw-ring-color: rgb(158 108 18 / 0)}.required\:ring-secondary-900\/5:required{--tw-ring-color: rgb(158 108 18 / .05)}.required\:ring-secondary-900\/10:required{--tw-ring-color: rgb(158 108 18 / .1)}.required\:ring-secondary-900\/20:required{--tw-ring-color: rgb(158 108 18 / .2)}.required\:ring-secondary-900\/25:required{--tw-ring-color: rgb(158 108 18 / .25)}.required\:ring-secondary-900\/30:required{--tw-ring-color: rgb(158 108 18 / .3)}.required\:ring-secondary-900\/40:required{--tw-ring-color: rgb(158 108 18 / .4)}.required\:ring-secondary-900\/50:required{--tw-ring-color: rgb(158 108 18 / .5)}.required\:ring-secondary-900\/60:required{--tw-ring-color: rgb(158 108 18 / .6)}.required\:ring-secondary-900\/70:required{--tw-ring-color: rgb(158 108 18 / .7)}.required\:ring-secondary-900\/75:required{--tw-ring-color: rgb(158 108 18 / .75)}.required\:ring-secondary-900\/80:required{--tw-ring-color: rgb(158 108 18 / .8)}.required\:ring-secondary-900\/90:required{--tw-ring-color: rgb(158 108 18 / .9)}.required\:ring-secondary-900\/95:required{--tw-ring-color: rgb(158 108 18 / .95)}.required\:ring-secondary-900\/100:required{--tw-ring-color: rgb(158 108 18 / 1)}.required\:ring-secondary-1000\/0:required{--tw-ring-color: rgb(111 76 13 / 0)}.required\:ring-secondary-1000\/5:required{--tw-ring-color: rgb(111 76 13 / .05)}.required\:ring-secondary-1000\/10:required{--tw-ring-color: rgb(111 76 13 / .1)}.required\:ring-secondary-1000\/20:required{--tw-ring-color: rgb(111 76 13 / .2)}.required\:ring-secondary-1000\/25:required{--tw-ring-color: rgb(111 76 13 / .25)}.required\:ring-secondary-1000\/30:required{--tw-ring-color: rgb(111 76 13 / .3)}.required\:ring-secondary-1000\/40:required{--tw-ring-color: rgb(111 76 13 / .4)}.required\:ring-secondary-1000\/50:required{--tw-ring-color: rgb(111 76 13 / .5)}.required\:ring-secondary-1000\/60:required{--tw-ring-color: rgb(111 76 13 / .6)}.required\:ring-secondary-1000\/70:required{--tw-ring-color: rgb(111 76 13 / .7)}.required\:ring-secondary-1000\/75:required{--tw-ring-color: rgb(111 76 13 / .75)}.required\:ring-secondary-1000\/80:required{--tw-ring-color: rgb(111 76 13 / .8)}.required\:ring-secondary-1000\/90:required{--tw-ring-color: rgb(111 76 13 / .9)}.required\:ring-secondary-1000\/95:required{--tw-ring-color: rgb(111 76 13 / .95)}.required\:ring-secondary-1000\/100:required{--tw-ring-color: rgb(111 76 13 / 1)}.required\:ring-grey-100\/0:required{--tw-ring-color: rgb(242 243 244 / 0)}.required\:ring-grey-100\/5:required{--tw-ring-color: rgb(242 243 244 / .05)}.required\:ring-grey-100\/10:required{--tw-ring-color: rgb(242 243 244 / .1)}.required\:ring-grey-100\/20:required{--tw-ring-color: rgb(242 243 244 / .2)}.required\:ring-grey-100\/25:required{--tw-ring-color: rgb(242 243 244 / .25)}.required\:ring-grey-100\/30:required{--tw-ring-color: rgb(242 243 244 / .3)}.required\:ring-grey-100\/40:required{--tw-ring-color: rgb(242 243 244 / .4)}.required\:ring-grey-100\/50:required{--tw-ring-color: rgb(242 243 244 / .5)}.required\:ring-grey-100\/60:required{--tw-ring-color: rgb(242 243 244 / .6)}.required\:ring-grey-100\/70:required{--tw-ring-color: rgb(242 243 244 / .7)}.required\:ring-grey-100\/75:required{--tw-ring-color: rgb(242 243 244 / .75)}.required\:ring-grey-100\/80:required{--tw-ring-color: rgb(242 243 244 / .8)}.required\:ring-grey-100\/90:required{--tw-ring-color: rgb(242 243 244 / .9)}.required\:ring-grey-100\/95:required{--tw-ring-color: rgb(242 243 244 / .95)}.required\:ring-grey-100\/100:required{--tw-ring-color: rgb(242 243 244 / 1)}.required\:ring-grey-200\/0:required{--tw-ring-color: rgb(230 231 232 / 0)}.required\:ring-grey-200\/5:required{--tw-ring-color: rgb(230 231 232 / .05)}.required\:ring-grey-200\/10:required{--tw-ring-color: rgb(230 231 232 / .1)}.required\:ring-grey-200\/20:required{--tw-ring-color: rgb(230 231 232 / .2)}.required\:ring-grey-200\/25:required{--tw-ring-color: rgb(230 231 232 / .25)}.required\:ring-grey-200\/30:required{--tw-ring-color: rgb(230 231 232 / .3)}.required\:ring-grey-200\/40:required{--tw-ring-color: rgb(230 231 232 / .4)}.required\:ring-grey-200\/50:required{--tw-ring-color: rgb(230 231 232 / .5)}.required\:ring-grey-200\/60:required{--tw-ring-color: rgb(230 231 232 / .6)}.required\:ring-grey-200\/70:required{--tw-ring-color: rgb(230 231 232 / .7)}.required\:ring-grey-200\/75:required{--tw-ring-color: rgb(230 231 232 / .75)}.required\:ring-grey-200\/80:required{--tw-ring-color: rgb(230 231 232 / .8)}.required\:ring-grey-200\/90:required{--tw-ring-color: rgb(230 231 232 / .9)}.required\:ring-grey-200\/95:required{--tw-ring-color: rgb(230 231 232 / .95)}.required\:ring-grey-200\/100:required{--tw-ring-color: rgb(230 231 232 / 1)}.required\:ring-grey-300\/0:required{--tw-ring-color: rgb(202 204 208 / 0)}.required\:ring-grey-300\/5:required{--tw-ring-color: rgb(202 204 208 / .05)}.required\:ring-grey-300\/10:required{--tw-ring-color: rgb(202 204 208 / .1)}.required\:ring-grey-300\/20:required{--tw-ring-color: rgb(202 204 208 / .2)}.required\:ring-grey-300\/25:required{--tw-ring-color: rgb(202 204 208 / .25)}.required\:ring-grey-300\/30:required{--tw-ring-color: rgb(202 204 208 / .3)}.required\:ring-grey-300\/40:required{--tw-ring-color: rgb(202 204 208 / .4)}.required\:ring-grey-300\/50:required{--tw-ring-color: rgb(202 204 208 / .5)}.required\:ring-grey-300\/60:required{--tw-ring-color: rgb(202 204 208 / .6)}.required\:ring-grey-300\/70:required{--tw-ring-color: rgb(202 204 208 / .7)}.required\:ring-grey-300\/75:required{--tw-ring-color: rgb(202 204 208 / .75)}.required\:ring-grey-300\/80:required{--tw-ring-color: rgb(202 204 208 / .8)}.required\:ring-grey-300\/90:required{--tw-ring-color: rgb(202 204 208 / .9)}.required\:ring-grey-300\/95:required{--tw-ring-color: rgb(202 204 208 / .95)}.required\:ring-grey-300\/100:required{--tw-ring-color: rgb(202 204 208 / 1)}.required\:ring-grey-400\/0:required{--tw-ring-color: rgb(170 174 180 / 0)}.required\:ring-grey-400\/5:required{--tw-ring-color: rgb(170 174 180 / .05)}.required\:ring-grey-400\/10:required{--tw-ring-color: rgb(170 174 180 / .1)}.required\:ring-grey-400\/20:required{--tw-ring-color: rgb(170 174 180 / .2)}.required\:ring-grey-400\/25:required{--tw-ring-color: rgb(170 174 180 / .25)}.required\:ring-grey-400\/30:required{--tw-ring-color: rgb(170 174 180 / .3)}.required\:ring-grey-400\/40:required{--tw-ring-color: rgb(170 174 180 / .4)}.required\:ring-grey-400\/50:required{--tw-ring-color: rgb(170 174 180 / .5)}.required\:ring-grey-400\/60:required{--tw-ring-color: rgb(170 174 180 / .6)}.required\:ring-grey-400\/70:required{--tw-ring-color: rgb(170 174 180 / .7)}.required\:ring-grey-400\/75:required{--tw-ring-color: rgb(170 174 180 / .75)}.required\:ring-grey-400\/80:required{--tw-ring-color: rgb(170 174 180 / .8)}.required\:ring-grey-400\/90:required{--tw-ring-color: rgb(170 174 180 / .9)}.required\:ring-grey-400\/95:required{--tw-ring-color: rgb(170 174 180 / .95)}.required\:ring-grey-400\/100:required{--tw-ring-color: rgb(170 174 180 / 1)}.required\:ring-grey-500\/0:required{--tw-ring-color: rgb(130 137 147 / 0)}.required\:ring-grey-500\/5:required{--tw-ring-color: rgb(130 137 147 / .05)}.required\:ring-grey-500\/10:required{--tw-ring-color: rgb(130 137 147 / .1)}.required\:ring-grey-500\/20:required{--tw-ring-color: rgb(130 137 147 / .2)}.required\:ring-grey-500\/25:required{--tw-ring-color: rgb(130 137 147 / .25)}.required\:ring-grey-500\/30:required{--tw-ring-color: rgb(130 137 147 / .3)}.required\:ring-grey-500\/40:required{--tw-ring-color: rgb(130 137 147 / .4)}.required\:ring-grey-500\/50:required{--tw-ring-color: rgb(130 137 147 / .5)}.required\:ring-grey-500\/60:required{--tw-ring-color: rgb(130 137 147 / .6)}.required\:ring-grey-500\/70:required{--tw-ring-color: rgb(130 137 147 / .7)}.required\:ring-grey-500\/75:required{--tw-ring-color: rgb(130 137 147 / .75)}.required\:ring-grey-500\/80:required{--tw-ring-color: rgb(130 137 147 / .8)}.required\:ring-grey-500\/90:required{--tw-ring-color: rgb(130 137 147 / .9)}.required\:ring-grey-500\/95:required{--tw-ring-color: rgb(130 137 147 / .95)}.required\:ring-grey-500\/100:required{--tw-ring-color: rgb(130 137 147 / 1)}.required\:ring-grey-600\/0:required{--tw-ring-color: rgb(71 85 105 / 0)}.required\:ring-grey-600\/5:required{--tw-ring-color: rgb(71 85 105 / .05)}.required\:ring-grey-600\/10:required{--tw-ring-color: rgb(71 85 105 / .1)}.required\:ring-grey-600\/20:required{--tw-ring-color: rgb(71 85 105 / .2)}.required\:ring-grey-600\/25:required{--tw-ring-color: rgb(71 85 105 / .25)}.required\:ring-grey-600\/30:required{--tw-ring-color: rgb(71 85 105 / .3)}.required\:ring-grey-600\/40:required{--tw-ring-color: rgb(71 85 105 / .4)}.required\:ring-grey-600\/50:required{--tw-ring-color: rgb(71 85 105 / .5)}.required\:ring-grey-600\/60:required{--tw-ring-color: rgb(71 85 105 / .6)}.required\:ring-grey-600\/70:required{--tw-ring-color: rgb(71 85 105 / .7)}.required\:ring-grey-600\/75:required{--tw-ring-color: rgb(71 85 105 / .75)}.required\:ring-grey-600\/80:required{--tw-ring-color: rgb(71 85 105 / .8)}.required\:ring-grey-600\/90:required{--tw-ring-color: rgb(71 85 105 / .9)}.required\:ring-grey-600\/95:required{--tw-ring-color: rgb(71 85 105 / .95)}.required\:ring-grey-600\/100:required{--tw-ring-color: rgb(71 85 105 / 1)}.required\:ring-grey-700\/0:required{--tw-ring-color: rgb(63 76 93 / 0)}.required\:ring-grey-700\/5:required{--tw-ring-color: rgb(63 76 93 / .05)}.required\:ring-grey-700\/10:required{--tw-ring-color: rgb(63 76 93 / .1)}.required\:ring-grey-700\/20:required{--tw-ring-color: rgb(63 76 93 / .2)}.required\:ring-grey-700\/25:required{--tw-ring-color: rgb(63 76 93 / .25)}.required\:ring-grey-700\/30:required{--tw-ring-color: rgb(63 76 93 / .3)}.required\:ring-grey-700\/40:required{--tw-ring-color: rgb(63 76 93 / .4)}.required\:ring-grey-700\/50:required{--tw-ring-color: rgb(63 76 93 / .5)}.required\:ring-grey-700\/60:required{--tw-ring-color: rgb(63 76 93 / .6)}.required\:ring-grey-700\/70:required{--tw-ring-color: rgb(63 76 93 / .7)}.required\:ring-grey-700\/75:required{--tw-ring-color: rgb(63 76 93 / .75)}.required\:ring-grey-700\/80:required{--tw-ring-color: rgb(63 76 93 / .8)}.required\:ring-grey-700\/90:required{--tw-ring-color: rgb(63 76 93 / .9)}.required\:ring-grey-700\/95:required{--tw-ring-color: rgb(63 76 93 / .95)}.required\:ring-grey-700\/100:required{--tw-ring-color: rgb(63 76 93 / 1)}.required\:ring-grey-800\/0:required{--tw-ring-color: rgb(54 65 81 / 0)}.required\:ring-grey-800\/5:required{--tw-ring-color: rgb(54 65 81 / .05)}.required\:ring-grey-800\/10:required{--tw-ring-color: rgb(54 65 81 / .1)}.required\:ring-grey-800\/20:required{--tw-ring-color: rgb(54 65 81 / .2)}.required\:ring-grey-800\/25:required{--tw-ring-color: rgb(54 65 81 / .25)}.required\:ring-grey-800\/30:required{--tw-ring-color: rgb(54 65 81 / .3)}.required\:ring-grey-800\/40:required{--tw-ring-color: rgb(54 65 81 / .4)}.required\:ring-grey-800\/50:required{--tw-ring-color: rgb(54 65 81 / .5)}.required\:ring-grey-800\/60:required{--tw-ring-color: rgb(54 65 81 / .6)}.required\:ring-grey-800\/70:required{--tw-ring-color: rgb(54 65 81 / .7)}.required\:ring-grey-800\/75:required{--tw-ring-color: rgb(54 65 81 / .75)}.required\:ring-grey-800\/80:required{--tw-ring-color: rgb(54 65 81 / .8)}.required\:ring-grey-800\/90:required{--tw-ring-color: rgb(54 65 81 / .9)}.required\:ring-grey-800\/95:required{--tw-ring-color: rgb(54 65 81 / .95)}.required\:ring-grey-800\/100:required{--tw-ring-color: rgb(54 65 81 / 1)}.required\:ring-grey-900\/0:required{--tw-ring-color: rgb(44 53 66 / 0)}.required\:ring-grey-900\/5:required{--tw-ring-color: rgb(44 53 66 / .05)}.required\:ring-grey-900\/10:required{--tw-ring-color: rgb(44 53 66 / .1)}.required\:ring-grey-900\/20:required{--tw-ring-color: rgb(44 53 66 / .2)}.required\:ring-grey-900\/25:required{--tw-ring-color: rgb(44 53 66 / .25)}.required\:ring-grey-900\/30:required{--tw-ring-color: rgb(44 53 66 / .3)}.required\:ring-grey-900\/40:required{--tw-ring-color: rgb(44 53 66 / .4)}.required\:ring-grey-900\/50:required{--tw-ring-color: rgb(44 53 66 / .5)}.required\:ring-grey-900\/60:required{--tw-ring-color: rgb(44 53 66 / .6)}.required\:ring-grey-900\/70:required{--tw-ring-color: rgb(44 53 66 / .7)}.required\:ring-grey-900\/75:required{--tw-ring-color: rgb(44 53 66 / .75)}.required\:ring-grey-900\/80:required{--tw-ring-color: rgb(44 53 66 / .8)}.required\:ring-grey-900\/90:required{--tw-ring-color: rgb(44 53 66 / .9)}.required\:ring-grey-900\/95:required{--tw-ring-color: rgb(44 53 66 / .95)}.required\:ring-grey-900\/100:required{--tw-ring-color: rgb(44 53 66 / 1)}.required\:ring-grey-1000\/0:required{--tw-ring-color: rgb(31 38 46 / 0)}.required\:ring-grey-1000\/5:required{--tw-ring-color: rgb(31 38 46 / .05)}.required\:ring-grey-1000\/10:required{--tw-ring-color: rgb(31 38 46 / .1)}.required\:ring-grey-1000\/20:required{--tw-ring-color: rgb(31 38 46 / .2)}.required\:ring-grey-1000\/25:required{--tw-ring-color: rgb(31 38 46 / .25)}.required\:ring-grey-1000\/30:required{--tw-ring-color: rgb(31 38 46 / .3)}.required\:ring-grey-1000\/40:required{--tw-ring-color: rgb(31 38 46 / .4)}.required\:ring-grey-1000\/50:required{--tw-ring-color: rgb(31 38 46 / .5)}.required\:ring-grey-1000\/60:required{--tw-ring-color: rgb(31 38 46 / .6)}.required\:ring-grey-1000\/70:required{--tw-ring-color: rgb(31 38 46 / .7)}.required\:ring-grey-1000\/75:required{--tw-ring-color: rgb(31 38 46 / .75)}.required\:ring-grey-1000\/80:required{--tw-ring-color: rgb(31 38 46 / .8)}.required\:ring-grey-1000\/90:required{--tw-ring-color: rgb(31 38 46 / .9)}.required\:ring-grey-1000\/95:required{--tw-ring-color: rgb(31 38 46 / .95)}.required\:ring-grey-1000\/100:required{--tw-ring-color: rgb(31 38 46 / 1)}.required\:ring-green-1000\/0:required{--tw-ring-color: rgb(23 94 68 / 0)}.required\:ring-green-1000\/5:required{--tw-ring-color: rgb(23 94 68 / .05)}.required\:ring-green-1000\/10:required{--tw-ring-color: rgb(23 94 68 / .1)}.required\:ring-green-1000\/20:required{--tw-ring-color: rgb(23 94 68 / .2)}.required\:ring-green-1000\/25:required{--tw-ring-color: rgb(23 94 68 / .25)}.required\:ring-green-1000\/30:required{--tw-ring-color: rgb(23 94 68 / .3)}.required\:ring-green-1000\/40:required{--tw-ring-color: rgb(23 94 68 / .4)}.required\:ring-green-1000\/50:required{--tw-ring-color: rgb(23 94 68 / .5)}.required\:ring-green-1000\/60:required{--tw-ring-color: rgb(23 94 68 / .6)}.required\:ring-green-1000\/70:required{--tw-ring-color: rgb(23 94 68 / .7)}.required\:ring-green-1000\/75:required{--tw-ring-color: rgb(23 94 68 / .75)}.required\:ring-green-1000\/80:required{--tw-ring-color: rgb(23 94 68 / .8)}.required\:ring-green-1000\/90:required{--tw-ring-color: rgb(23 94 68 / .9)}.required\:ring-green-1000\/95:required{--tw-ring-color: rgb(23 94 68 / .95)}.required\:ring-green-1000\/100:required{--tw-ring-color: rgb(23 94 68 / 1)}.required\:ring-blue-1000\/0:required{--tw-ring-color: rgb(16 44 105 / 0)}.required\:ring-blue-1000\/5:required{--tw-ring-color: rgb(16 44 105 / .05)}.required\:ring-blue-1000\/10:required{--tw-ring-color: rgb(16 44 105 / .1)}.required\:ring-blue-1000\/20:required{--tw-ring-color: rgb(16 44 105 / .2)}.required\:ring-blue-1000\/25:required{--tw-ring-color: rgb(16 44 105 / .25)}.required\:ring-blue-1000\/30:required{--tw-ring-color: rgb(16 44 105 / .3)}.required\:ring-blue-1000\/40:required{--tw-ring-color: rgb(16 44 105 / .4)}.required\:ring-blue-1000\/50:required{--tw-ring-color: rgb(16 44 105 / .5)}.required\:ring-blue-1000\/60:required{--tw-ring-color: rgb(16 44 105 / .6)}.required\:ring-blue-1000\/70:required{--tw-ring-color: rgb(16 44 105 / .7)}.required\:ring-blue-1000\/75:required{--tw-ring-color: rgb(16 44 105 / .75)}.required\:ring-blue-1000\/80:required{--tw-ring-color: rgb(16 44 105 / .8)}.required\:ring-blue-1000\/90:required{--tw-ring-color: rgb(16 44 105 / .9)}.required\:ring-blue-1000\/95:required{--tw-ring-color: rgb(16 44 105 / .95)}.required\:ring-blue-1000\/100:required{--tw-ring-color: rgb(16 44 105 / 1)}.required\:ring-orange-1000\/0:required{--tw-ring-color: rgb(104 39 5 / 0)}.required\:ring-orange-1000\/5:required{--tw-ring-color: rgb(104 39 5 / .05)}.required\:ring-orange-1000\/10:required{--tw-ring-color: rgb(104 39 5 / .1)}.required\:ring-orange-1000\/20:required{--tw-ring-color: rgb(104 39 5 / .2)}.required\:ring-orange-1000\/25:required{--tw-ring-color: rgb(104 39 5 / .25)}.required\:ring-orange-1000\/30:required{--tw-ring-color: rgb(104 39 5 / .3)}.required\:ring-orange-1000\/40:required{--tw-ring-color: rgb(104 39 5 / .4)}.required\:ring-orange-1000\/50:required{--tw-ring-color: rgb(104 39 5 / .5)}.required\:ring-orange-1000\/60:required{--tw-ring-color: rgb(104 39 5 / .6)}.required\:ring-orange-1000\/70:required{--tw-ring-color: rgb(104 39 5 / .7)}.required\:ring-orange-1000\/75:required{--tw-ring-color: rgb(104 39 5 / .75)}.required\:ring-orange-1000\/80:required{--tw-ring-color: rgb(104 39 5 / .8)}.required\:ring-orange-1000\/90:required{--tw-ring-color: rgb(104 39 5 / .9)}.required\:ring-orange-1000\/95:required{--tw-ring-color: rgb(104 39 5 / .95)}.required\:ring-orange-1000\/100:required{--tw-ring-color: rgb(104 39 5 / 1)}.required\:ring-red-1000\/0:required{--tw-ring-color: rgb(98 16 16 / 0)}.required\:ring-red-1000\/5:required{--tw-ring-color: rgb(98 16 16 / .05)}.required\:ring-red-1000\/10:required{--tw-ring-color: rgb(98 16 16 / .1)}.required\:ring-red-1000\/20:required{--tw-ring-color: rgb(98 16 16 / .2)}.required\:ring-red-1000\/25:required{--tw-ring-color: rgb(98 16 16 / .25)}.required\:ring-red-1000\/30:required{--tw-ring-color: rgb(98 16 16 / .3)}.required\:ring-red-1000\/40:required{--tw-ring-color: rgb(98 16 16 / .4)}.required\:ring-red-1000\/50:required{--tw-ring-color: rgb(98 16 16 / .5)}.required\:ring-red-1000\/60:required{--tw-ring-color: rgb(98 16 16 / .6)}.required\:ring-red-1000\/70:required{--tw-ring-color: rgb(98 16 16 / .7)}.required\:ring-red-1000\/75:required{--tw-ring-color: rgb(98 16 16 / .75)}.required\:ring-red-1000\/80:required{--tw-ring-color: rgb(98 16 16 / .8)}.required\:ring-red-1000\/90:required{--tw-ring-color: rgb(98 16 16 / .9)}.required\:ring-red-1000\/95:required{--tw-ring-color: rgb(98 16 16 / .95)}.required\:ring-red-1000\/100:required{--tw-ring-color: rgb(98 16 16 / 1)}.required\:ring-primary\/0:required{--tw-ring-color: rgb(167 139 250 / 0)}.required\:ring-primary\/5:required{--tw-ring-color: rgb(167 139 250 / .05)}.required\:ring-primary\/10:required{--tw-ring-color: rgb(167 139 250 / .1)}.required\:ring-primary\/20:required{--tw-ring-color: rgb(167 139 250 / .2)}.required\:ring-primary\/25:required{--tw-ring-color: rgb(167 139 250 / .25)}.required\:ring-primary\/30:required{--tw-ring-color: rgb(167 139 250 / .3)}.required\:ring-primary\/40:required{--tw-ring-color: rgb(167 139 250 / .4)}.required\:ring-primary\/50:required{--tw-ring-color: rgb(167 139 250 / .5)}.required\:ring-primary\/60:required{--tw-ring-color: rgb(167 139 250 / .6)}.required\:ring-primary\/70:required{--tw-ring-color: rgb(167 139 250 / .7)}.required\:ring-primary\/75:required{--tw-ring-color: rgb(167 139 250 / .75)}.required\:ring-primary\/80:required{--tw-ring-color: rgb(167 139 250 / .8)}.required\:ring-primary\/90:required{--tw-ring-color: rgb(167 139 250 / .9)}.required\:ring-primary\/95:required{--tw-ring-color: rgb(167 139 250 / .95)}.required\:ring-primary\/100:required{--tw-ring-color: rgb(167 139 250 / 1)}.required\:ring-primary-light\/0:required{--tw-ring-color: rgb(247 245 254 / 0)}.required\:ring-primary-light\/5:required{--tw-ring-color: rgb(247 245 254 / .05)}.required\:ring-primary-light\/10:required{--tw-ring-color: rgb(247 245 254 / .1)}.required\:ring-primary-light\/20:required{--tw-ring-color: rgb(247 245 254 / .2)}.required\:ring-primary-light\/25:required{--tw-ring-color: rgb(247 245 254 / .25)}.required\:ring-primary-light\/30:required{--tw-ring-color: rgb(247 245 254 / .3)}.required\:ring-primary-light\/40:required{--tw-ring-color: rgb(247 245 254 / .4)}.required\:ring-primary-light\/50:required{--tw-ring-color: rgb(247 245 254 / .5)}.required\:ring-primary-light\/60:required{--tw-ring-color: rgb(247 245 254 / .6)}.required\:ring-primary-light\/70:required{--tw-ring-color: rgb(247 245 254 / .7)}.required\:ring-primary-light\/75:required{--tw-ring-color: rgb(247 245 254 / .75)}.required\:ring-primary-light\/80:required{--tw-ring-color: rgb(247 245 254 / .8)}.required\:ring-primary-light\/90:required{--tw-ring-color: rgb(247 245 254 / .9)}.required\:ring-primary-light\/95:required{--tw-ring-color: rgb(247 245 254 / .95)}.required\:ring-primary-light\/100:required{--tw-ring-color: rgb(247 245 254 / 1)}.required\:ring-primary-dark\/0:required{--tw-ring-color: rgb(105 87 158 / 0)}.required\:ring-primary-dark\/5:required{--tw-ring-color: rgb(105 87 158 / .05)}.required\:ring-primary-dark\/10:required{--tw-ring-color: rgb(105 87 158 / .1)}.required\:ring-primary-dark\/20:required{--tw-ring-color: rgb(105 87 158 / .2)}.required\:ring-primary-dark\/25:required{--tw-ring-color: rgb(105 87 158 / .25)}.required\:ring-primary-dark\/30:required{--tw-ring-color: rgb(105 87 158 / .3)}.required\:ring-primary-dark\/40:required{--tw-ring-color: rgb(105 87 158 / .4)}.required\:ring-primary-dark\/50:required{--tw-ring-color: rgb(105 87 158 / .5)}.required\:ring-primary-dark\/60:required{--tw-ring-color: rgb(105 87 158 / .6)}.required\:ring-primary-dark\/70:required{--tw-ring-color: rgb(105 87 158 / .7)}.required\:ring-primary-dark\/75:required{--tw-ring-color: rgb(105 87 158 / .75)}.required\:ring-primary-dark\/80:required{--tw-ring-color: rgb(105 87 158 / .8)}.required\:ring-primary-dark\/90:required{--tw-ring-color: rgb(105 87 158 / .9)}.required\:ring-primary-dark\/95:required{--tw-ring-color: rgb(105 87 158 / .95)}.required\:ring-primary-dark\/100:required{--tw-ring-color: rgb(105 87 158 / 1)}.required\:ring-info\/0:required{--tw-ring-color: rgb(118 144 239 / 0)}.required\:ring-info\/5:required{--tw-ring-color: rgb(118 144 239 / .05)}.required\:ring-info\/10:required{--tw-ring-color: rgb(118 144 239 / .1)}.required\:ring-info\/20:required{--tw-ring-color: rgb(118 144 239 / .2)}.required\:ring-info\/25:required{--tw-ring-color: rgb(118 144 239 / .25)}.required\:ring-info\/30:required{--tw-ring-color: rgb(118 144 239 / .3)}.required\:ring-info\/40:required{--tw-ring-color: rgb(118 144 239 / .4)}.required\:ring-info\/50:required{--tw-ring-color: rgb(118 144 239 / .5)}.required\:ring-info\/60:required{--tw-ring-color: rgb(118 144 239 / .6)}.required\:ring-info\/70:required{--tw-ring-color: rgb(118 144 239 / .7)}.required\:ring-info\/75:required{--tw-ring-color: rgb(118 144 239 / .75)}.required\:ring-info\/80:required{--tw-ring-color: rgb(118 144 239 / .8)}.required\:ring-info\/90:required{--tw-ring-color: rgb(118 144 239 / .9)}.required\:ring-info\/95:required{--tw-ring-color: rgb(118 144 239 / .95)}.required\:ring-info\/100:required{--tw-ring-color: rgb(118 144 239 / 1)}.required\:ring-info-light\/0:required{--tw-ring-color: rgb(242 243 253 / 0)}.required\:ring-info-light\/5:required{--tw-ring-color: rgb(242 243 253 / .05)}.required\:ring-info-light\/10:required{--tw-ring-color: rgb(242 243 253 / .1)}.required\:ring-info-light\/20:required{--tw-ring-color: rgb(242 243 253 / .2)}.required\:ring-info-light\/25:required{--tw-ring-color: rgb(242 243 253 / .25)}.required\:ring-info-light\/30:required{--tw-ring-color: rgb(242 243 253 / .3)}.required\:ring-info-light\/40:required{--tw-ring-color: rgb(242 243 253 / .4)}.required\:ring-info-light\/50:required{--tw-ring-color: rgb(242 243 253 / .5)}.required\:ring-info-light\/60:required{--tw-ring-color: rgb(242 243 253 / .6)}.required\:ring-info-light\/70:required{--tw-ring-color: rgb(242 243 253 / .7)}.required\:ring-info-light\/75:required{--tw-ring-color: rgb(242 243 253 / .75)}.required\:ring-info-light\/80:required{--tw-ring-color: rgb(242 243 253 / .8)}.required\:ring-info-light\/90:required{--tw-ring-color: rgb(242 243 253 / .9)}.required\:ring-info-light\/95:required{--tw-ring-color: rgb(242 243 253 / .95)}.required\:ring-info-light\/100:required{--tw-ring-color: rgb(242 243 253 / 1)}.required\:ring-info-dark\/0:required{--tw-ring-color: rgb(33 88 210 / 0)}.required\:ring-info-dark\/5:required{--tw-ring-color: rgb(33 88 210 / .05)}.required\:ring-info-dark\/10:required{--tw-ring-color: rgb(33 88 210 / .1)}.required\:ring-info-dark\/20:required{--tw-ring-color: rgb(33 88 210 / .2)}.required\:ring-info-dark\/25:required{--tw-ring-color: rgb(33 88 210 / .25)}.required\:ring-info-dark\/30:required{--tw-ring-color: rgb(33 88 210 / .3)}.required\:ring-info-dark\/40:required{--tw-ring-color: rgb(33 88 210 / .4)}.required\:ring-info-dark\/50:required{--tw-ring-color: rgb(33 88 210 / .5)}.required\:ring-info-dark\/60:required{--tw-ring-color: rgb(33 88 210 / .6)}.required\:ring-info-dark\/70:required{--tw-ring-color: rgb(33 88 210 / .7)}.required\:ring-info-dark\/75:required{--tw-ring-color: rgb(33 88 210 / .75)}.required\:ring-info-dark\/80:required{--tw-ring-color: rgb(33 88 210 / .8)}.required\:ring-info-dark\/90:required{--tw-ring-color: rgb(33 88 210 / .9)}.required\:ring-info-dark\/95:required{--tw-ring-color: rgb(33 88 210 / .95)}.required\:ring-info-dark\/100:required{--tw-ring-color: rgb(33 88 210 / 1)}.required\:ring-success\/0:required{--tw-ring-color: rgb(40 163 118 / 0)}.required\:ring-success\/5:required{--tw-ring-color: rgb(40 163 118 / .05)}.required\:ring-success\/10:required{--tw-ring-color: rgb(40 163 118 / .1)}.required\:ring-success\/20:required{--tw-ring-color: rgb(40 163 118 / .2)}.required\:ring-success\/25:required{--tw-ring-color: rgb(40 163 118 / .25)}.required\:ring-success\/30:required{--tw-ring-color: rgb(40 163 118 / .3)}.required\:ring-success\/40:required{--tw-ring-color: rgb(40 163 118 / .4)}.required\:ring-success\/50:required{--tw-ring-color: rgb(40 163 118 / .5)}.required\:ring-success\/60:required{--tw-ring-color: rgb(40 163 118 / .6)}.required\:ring-success\/70:required{--tw-ring-color: rgb(40 163 118 / .7)}.required\:ring-success\/75:required{--tw-ring-color: rgb(40 163 118 / .75)}.required\:ring-success\/80:required{--tw-ring-color: rgb(40 163 118 / .8)}.required\:ring-success\/90:required{--tw-ring-color: rgb(40 163 118 / .9)}.required\:ring-success\/95:required{--tw-ring-color: rgb(40 163 118 / .95)}.required\:ring-success\/100:required{--tw-ring-color: rgb(40 163 118 / 1)}.required\:ring-success-light\/0:required{--tw-ring-color: rgb(242 250 246 / 0)}.required\:ring-success-light\/5:required{--tw-ring-color: rgb(242 250 246 / .05)}.required\:ring-success-light\/10:required{--tw-ring-color: rgb(242 250 246 / .1)}.required\:ring-success-light\/20:required{--tw-ring-color: rgb(242 250 246 / .2)}.required\:ring-success-light\/25:required{--tw-ring-color: rgb(242 250 246 / .25)}.required\:ring-success-light\/30:required{--tw-ring-color: rgb(242 250 246 / .3)}.required\:ring-success-light\/40:required{--tw-ring-color: rgb(242 250 246 / .4)}.required\:ring-success-light\/50:required{--tw-ring-color: rgb(242 250 246 / .5)}.required\:ring-success-light\/60:required{--tw-ring-color: rgb(242 250 246 / .6)}.required\:ring-success-light\/70:required{--tw-ring-color: rgb(242 250 246 / .7)}.required\:ring-success-light\/75:required{--tw-ring-color: rgb(242 250 246 / .75)}.required\:ring-success-light\/80:required{--tw-ring-color: rgb(242 250 246 / .8)}.required\:ring-success-light\/90:required{--tw-ring-color: rgb(242 250 246 / .9)}.required\:ring-success-light\/95:required{--tw-ring-color: rgb(242 250 246 / .95)}.required\:ring-success-light\/100:required{--tw-ring-color: rgb(242 250 246 / 1)}.required\:ring-success-dark\/0:required{--tw-ring-color: rgb(32 133 96 / 0)}.required\:ring-success-dark\/5:required{--tw-ring-color: rgb(32 133 96 / .05)}.required\:ring-success-dark\/10:required{--tw-ring-color: rgb(32 133 96 / .1)}.required\:ring-success-dark\/20:required{--tw-ring-color: rgb(32 133 96 / .2)}.required\:ring-success-dark\/25:required{--tw-ring-color: rgb(32 133 96 / .25)}.required\:ring-success-dark\/30:required{--tw-ring-color: rgb(32 133 96 / .3)}.required\:ring-success-dark\/40:required{--tw-ring-color: rgb(32 133 96 / .4)}.required\:ring-success-dark\/50:required{--tw-ring-color: rgb(32 133 96 / .5)}.required\:ring-success-dark\/60:required{--tw-ring-color: rgb(32 133 96 / .6)}.required\:ring-success-dark\/70:required{--tw-ring-color: rgb(32 133 96 / .7)}.required\:ring-success-dark\/75:required{--tw-ring-color: rgb(32 133 96 / .75)}.required\:ring-success-dark\/80:required{--tw-ring-color: rgb(32 133 96 / .8)}.required\:ring-success-dark\/90:required{--tw-ring-color: rgb(32 133 96 / .9)}.required\:ring-success-dark\/95:required{--tw-ring-color: rgb(32 133 96 / .95)}.required\:ring-success-dark\/100:required{--tw-ring-color: rgb(32 133 96 / 1)}.required\:ring-warning\/0:required{--tw-ring-color: rgb(250 172 30 / 0)}.required\:ring-warning\/5:required{--tw-ring-color: rgb(250 172 30 / .05)}.required\:ring-warning\/10:required{--tw-ring-color: rgb(250 172 30 / .1)}.required\:ring-warning\/20:required{--tw-ring-color: rgb(250 172 30 / .2)}.required\:ring-warning\/25:required{--tw-ring-color: rgb(250 172 30 / .25)}.required\:ring-warning\/30:required{--tw-ring-color: rgb(250 172 30 / .3)}.required\:ring-warning\/40:required{--tw-ring-color: rgb(250 172 30 / .4)}.required\:ring-warning\/50:required{--tw-ring-color: rgb(250 172 30 / .5)}.required\:ring-warning\/60:required{--tw-ring-color: rgb(250 172 30 / .6)}.required\:ring-warning\/70:required{--tw-ring-color: rgb(250 172 30 / .7)}.required\:ring-warning\/75:required{--tw-ring-color: rgb(250 172 30 / .75)}.required\:ring-warning\/80:required{--tw-ring-color: rgb(250 172 30 / .8)}.required\:ring-warning\/90:required{--tw-ring-color: rgb(250 172 30 / .9)}.required\:ring-warning\/95:required{--tw-ring-color: rgb(250 172 30 / .95)}.required\:ring-warning\/100:required{--tw-ring-color: rgb(250 172 30 / 1)}.required\:ring-warning-light\/0:required{--tw-ring-color: rgb(254 247 242 / 0)}.required\:ring-warning-light\/5:required{--tw-ring-color: rgb(254 247 242 / .05)}.required\:ring-warning-light\/10:required{--tw-ring-color: rgb(254 247 242 / .1)}.required\:ring-warning-light\/20:required{--tw-ring-color: rgb(254 247 242 / .2)}.required\:ring-warning-light\/25:required{--tw-ring-color: rgb(254 247 242 / .25)}.required\:ring-warning-light\/30:required{--tw-ring-color: rgb(254 247 242 / .3)}.required\:ring-warning-light\/40:required{--tw-ring-color: rgb(254 247 242 / .4)}.required\:ring-warning-light\/50:required{--tw-ring-color: rgb(254 247 242 / .5)}.required\:ring-warning-light\/60:required{--tw-ring-color: rgb(254 247 242 / .6)}.required\:ring-warning-light\/70:required{--tw-ring-color: rgb(254 247 242 / .7)}.required\:ring-warning-light\/75:required{--tw-ring-color: rgb(254 247 242 / .75)}.required\:ring-warning-light\/80:required{--tw-ring-color: rgb(254 247 242 / .8)}.required\:ring-warning-light\/90:required{--tw-ring-color: rgb(254 247 242 / .9)}.required\:ring-warning-light\/95:required{--tw-ring-color: rgb(254 247 242 / .95)}.required\:ring-warning-light\/100:required{--tw-ring-color: rgb(254 247 242 / 1)}.required\:ring-warning-dark\/0:required{--tw-ring-color: rgb(158 108 18 / 0)}.required\:ring-warning-dark\/5:required{--tw-ring-color: rgb(158 108 18 / .05)}.required\:ring-warning-dark\/10:required{--tw-ring-color: rgb(158 108 18 / .1)}.required\:ring-warning-dark\/20:required{--tw-ring-color: rgb(158 108 18 / .2)}.required\:ring-warning-dark\/25:required{--tw-ring-color: rgb(158 108 18 / .25)}.required\:ring-warning-dark\/30:required{--tw-ring-color: rgb(158 108 18 / .3)}.required\:ring-warning-dark\/40:required{--tw-ring-color: rgb(158 108 18 / .4)}.required\:ring-warning-dark\/50:required{--tw-ring-color: rgb(158 108 18 / .5)}.required\:ring-warning-dark\/60:required{--tw-ring-color: rgb(158 108 18 / .6)}.required\:ring-warning-dark\/70:required{--tw-ring-color: rgb(158 108 18 / .7)}.required\:ring-warning-dark\/75:required{--tw-ring-color: rgb(158 108 18 / .75)}.required\:ring-warning-dark\/80:required{--tw-ring-color: rgb(158 108 18 / .8)}.required\:ring-warning-dark\/90:required{--tw-ring-color: rgb(158 108 18 / .9)}.required\:ring-warning-dark\/95:required{--tw-ring-color: rgb(158 108 18 / .95)}.required\:ring-warning-dark\/100:required{--tw-ring-color: rgb(158 108 18 / 1)}.required\:ring-error\/0:required{--tw-ring-color: rgb(220 38 38 / 0)}.required\:ring-error\/5:required{--tw-ring-color: rgb(220 38 38 / .05)}.required\:ring-error\/10:required{--tw-ring-color: rgb(220 38 38 / .1)}.required\:ring-error\/20:required{--tw-ring-color: rgb(220 38 38 / .2)}.required\:ring-error\/25:required{--tw-ring-color: rgb(220 38 38 / .25)}.required\:ring-error\/30:required{--tw-ring-color: rgb(220 38 38 / .3)}.required\:ring-error\/40:required{--tw-ring-color: rgb(220 38 38 / .4)}.required\:ring-error\/50:required{--tw-ring-color: rgb(220 38 38 / .5)}.required\:ring-error\/60:required{--tw-ring-color: rgb(220 38 38 / .6)}.required\:ring-error\/70:required{--tw-ring-color: rgb(220 38 38 / .7)}.required\:ring-error\/75:required{--tw-ring-color: rgb(220 38 38 / .75)}.required\:ring-error\/80:required{--tw-ring-color: rgb(220 38 38 / .8)}.required\:ring-error\/90:required{--tw-ring-color: rgb(220 38 38 / .9)}.required\:ring-error\/95:required{--tw-ring-color: rgb(220 38 38 / .95)}.required\:ring-error\/100:required{--tw-ring-color: rgb(220 38 38 / 1)}.required\:ring-error-light\/0:required{--tw-ring-color: rgb(251 242 242 / 0)}.required\:ring-error-light\/5:required{--tw-ring-color: rgb(251 242 242 / .05)}.required\:ring-error-light\/10:required{--tw-ring-color: rgb(251 242 242 / .1)}.required\:ring-error-light\/20:required{--tw-ring-color: rgb(251 242 242 / .2)}.required\:ring-error-light\/25:required{--tw-ring-color: rgb(251 242 242 / .25)}.required\:ring-error-light\/30:required{--tw-ring-color: rgb(251 242 242 / .3)}.required\:ring-error-light\/40:required{--tw-ring-color: rgb(251 242 242 / .4)}.required\:ring-error-light\/50:required{--tw-ring-color: rgb(251 242 242 / .5)}.required\:ring-error-light\/60:required{--tw-ring-color: rgb(251 242 242 / .6)}.required\:ring-error-light\/70:required{--tw-ring-color: rgb(251 242 242 / .7)}.required\:ring-error-light\/75:required{--tw-ring-color: rgb(251 242 242 / .75)}.required\:ring-error-light\/80:required{--tw-ring-color: rgb(251 242 242 / .8)}.required\:ring-error-light\/90:required{--tw-ring-color: rgb(251 242 242 / .9)}.required\:ring-error-light\/95:required{--tw-ring-color: rgb(251 242 242 / .95)}.required\:ring-error-light\/100:required{--tw-ring-color: rgb(251 242 242 / 1)}.required\:ring-error-dark\/0:required{--tw-ring-color: rgb(196 33 33 / 0)}.required\:ring-error-dark\/5:required{--tw-ring-color: rgb(196 33 33 / .05)}.required\:ring-error-dark\/10:required{--tw-ring-color: rgb(196 33 33 / .1)}.required\:ring-error-dark\/20:required{--tw-ring-color: rgb(196 33 33 / .2)}.required\:ring-error-dark\/25:required{--tw-ring-color: rgb(196 33 33 / .25)}.required\:ring-error-dark\/30:required{--tw-ring-color: rgb(196 33 33 / .3)}.required\:ring-error-dark\/40:required{--tw-ring-color: rgb(196 33 33 / .4)}.required\:ring-error-dark\/50:required{--tw-ring-color: rgb(196 33 33 / .5)}.required\:ring-error-dark\/60:required{--tw-ring-color: rgb(196 33 33 / .6)}.required\:ring-error-dark\/70:required{--tw-ring-color: rgb(196 33 33 / .7)}.required\:ring-error-dark\/75:required{--tw-ring-color: rgb(196 33 33 / .75)}.required\:ring-error-dark\/80:required{--tw-ring-color: rgb(196 33 33 / .8)}.required\:ring-error-dark\/90:required{--tw-ring-color: rgb(196 33 33 / .9)}.required\:ring-error-dark\/95:required{--tw-ring-color: rgb(196 33 33 / .95)}.required\:ring-error-dark\/100:required{--tw-ring-color: rgb(196 33 33 / 1)}.required\:ring-grey\/0:required{--tw-ring-color: rgb(71 85 105 / 0)}.required\:ring-grey\/5:required{--tw-ring-color: rgb(71 85 105 / .05)}.required\:ring-grey\/10:required{--tw-ring-color: rgb(71 85 105 / .1)}.required\:ring-grey\/20:required{--tw-ring-color: rgb(71 85 105 / .2)}.required\:ring-grey\/25:required{--tw-ring-color: rgb(71 85 105 / .25)}.required\:ring-grey\/30:required{--tw-ring-color: rgb(71 85 105 / .3)}.required\:ring-grey\/40:required{--tw-ring-color: rgb(71 85 105 / .4)}.required\:ring-grey\/50:required{--tw-ring-color: rgb(71 85 105 / .5)}.required\:ring-grey\/60:required{--tw-ring-color: rgb(71 85 105 / .6)}.required\:ring-grey\/70:required{--tw-ring-color: rgb(71 85 105 / .7)}.required\:ring-grey\/75:required{--tw-ring-color: rgb(71 85 105 / .75)}.required\:ring-grey\/80:required{--tw-ring-color: rgb(71 85 105 / .8)}.required\:ring-grey\/90:required{--tw-ring-color: rgb(71 85 105 / .9)}.required\:ring-grey\/95:required{--tw-ring-color: rgb(71 85 105 / .95)}.required\:ring-grey\/100:required{--tw-ring-color: rgb(71 85 105 / 1)}.required\:ring-grey-light\/0:required{--tw-ring-color: rgb(242 243 244 / 0)}.required\:ring-grey-light\/5:required{--tw-ring-color: rgb(242 243 244 / .05)}.required\:ring-grey-light\/10:required{--tw-ring-color: rgb(242 243 244 / .1)}.required\:ring-grey-light\/20:required{--tw-ring-color: rgb(242 243 244 / .2)}.required\:ring-grey-light\/25:required{--tw-ring-color: rgb(242 243 244 / .25)}.required\:ring-grey-light\/30:required{--tw-ring-color: rgb(242 243 244 / .3)}.required\:ring-grey-light\/40:required{--tw-ring-color: rgb(242 243 244 / .4)}.required\:ring-grey-light\/50:required{--tw-ring-color: rgb(242 243 244 / .5)}.required\:ring-grey-light\/60:required{--tw-ring-color: rgb(242 243 244 / .6)}.required\:ring-grey-light\/70:required{--tw-ring-color: rgb(242 243 244 / .7)}.required\:ring-grey-light\/75:required{--tw-ring-color: rgb(242 243 244 / .75)}.required\:ring-grey-light\/80:required{--tw-ring-color: rgb(242 243 244 / .8)}.required\:ring-grey-light\/90:required{--tw-ring-color: rgb(242 243 244 / .9)}.required\:ring-grey-light\/95:required{--tw-ring-color: rgb(242 243 244 / .95)}.required\:ring-grey-light\/100:required{--tw-ring-color: rgb(242 243 244 / 1)}.required\:ring-grey-dark\/0:required{--tw-ring-color: rgb(44 53 66 / 0)}.required\:ring-grey-dark\/5:required{--tw-ring-color: rgb(44 53 66 / .05)}.required\:ring-grey-dark\/10:required{--tw-ring-color: rgb(44 53 66 / .1)}.required\:ring-grey-dark\/20:required{--tw-ring-color: rgb(44 53 66 / .2)}.required\:ring-grey-dark\/25:required{--tw-ring-color: rgb(44 53 66 / .25)}.required\:ring-grey-dark\/30:required{--tw-ring-color: rgb(44 53 66 / .3)}.required\:ring-grey-dark\/40:required{--tw-ring-color: rgb(44 53 66 / .4)}.required\:ring-grey-dark\/50:required{--tw-ring-color: rgb(44 53 66 / .5)}.required\:ring-grey-dark\/60:required{--tw-ring-color: rgb(44 53 66 / .6)}.required\:ring-grey-dark\/70:required{--tw-ring-color: rgb(44 53 66 / .7)}.required\:ring-grey-dark\/75:required{--tw-ring-color: rgb(44 53 66 / .75)}.required\:ring-grey-dark\/80:required{--tw-ring-color: rgb(44 53 66 / .8)}.required\:ring-grey-dark\/90:required{--tw-ring-color: rgb(44 53 66 / .9)}.required\:ring-grey-dark\/95:required{--tw-ring-color: rgb(44 53 66 / .95)}.required\:ring-grey-dark\/100:required{--tw-ring-color: rgb(44 53 66 / 1)}.required\:ring-offset-red-50:required{--tw-ring-offset-color: #fef2f2}.required\:ring-offset-red-100:required{--tw-ring-offset-color: #FBF2F2}.required\:ring-offset-red-200:required{--tw-ring-offset-color: #F8E4E4}.required\:ring-offset-red-300:required{--tw-ring-offset-color: #F1C6C6}.required\:ring-offset-red-400:required{--tw-ring-offset-color: #EAA3A3}.required\:ring-offset-red-500:required{--tw-ring-offset-color: #E37676}.required\:ring-offset-red-600:required{--tw-ring-offset-color: #DC2626}.required\:ring-offset-red-700:required{--tw-ring-offset-color: #C42121}.required\:ring-offset-red-800:required{--tw-ring-offset-color: #AA1D1D}.required\:ring-offset-red-900:required{--tw-ring-offset-color: #8B1818}.required\:ring-offset-orange-50:required{--tw-ring-offset-color: #fff7ed}.required\:ring-offset-orange-100:required{--tw-ring-offset-color: #FCF3F1}.required\:ring-offset-orange-200:required{--tw-ring-offset-color: #FAE7E4}.required\:ring-offset-orange-300:required{--tw-ring-offset-color: #F6CDC5}.required\:ring-offset-orange-400:required{--tw-ring-offset-color: #F2AFA1}.required\:ring-offset-orange-500:required{--tw-ring-offset-color: #EE8A72}.required\:ring-offset-orange-600:required{--tw-ring-offset-color: #EA580C}.required\:ring-offset-orange-700:required{--tw-ring-offset-color: #D14E0A}.required\:ring-offset-orange-800:required{--tw-ring-offset-color: #B54409}.required\:ring-offset-orange-900:required{--tw-ring-offset-color: #933707}.required\:ring-offset-yellow-50:required{--tw-ring-offset-color: #fefce8}.required\:ring-offset-yellow-100:required{--tw-ring-offset-color: #fef3c7}.required\:ring-offset-yellow-200:required{--tw-ring-offset-color: #fde68a}.required\:ring-offset-yellow-300:required{--tw-ring-offset-color: #fcd34d}.required\:ring-offset-yellow-400:required{--tw-ring-offset-color: #fbbf24}.required\:ring-offset-yellow-500:required{--tw-ring-offset-color: #eab308}.required\:ring-offset-yellow-600:required{--tw-ring-offset-color: #d97706}.required\:ring-offset-yellow-700:required{--tw-ring-offset-color: #b45309}.required\:ring-offset-yellow-800:required{--tw-ring-offset-color: #92400e}.required\:ring-offset-yellow-900:required{--tw-ring-offset-color: #78350f}.required\:ring-offset-green-50:required{--tw-ring-offset-color: #f0fdf4}.required\:ring-offset-green-100:required{--tw-ring-offset-color: #F2FAF6}.required\:ring-offset-green-200:required{--tw-ring-offset-color: #E5F6EE}.required\:ring-offset-green-300:required{--tw-ring-offset-color: #C8EEDB}.required\:ring-offset-green-400:required{--tw-ring-offset-color: #A6E5C8}.required\:ring-offset-green-500:required{--tw-ring-offset-color: #7BDCB2}.required\:ring-offset-green-600:required{--tw-ring-offset-color: #34D399}.required\:ring-offset-green-700:required{--tw-ring-offset-color: #2EBC88}.required\:ring-offset-green-800:required{--tw-ring-offset-color: #28A376}.required\:ring-offset-green-900:required{--tw-ring-offset-color: #208560}.required\:ring-offset-emerald-50:required{--tw-ring-offset-color: #ecfdf5}.required\:ring-offset-emerald-100:required{--tw-ring-offset-color: #d1fae5}.required\:ring-offset-emerald-200:required{--tw-ring-offset-color: #a7f3d0}.required\:ring-offset-emerald-300:required{--tw-ring-offset-color: #6ee7b7}.required\:ring-offset-emerald-400:required{--tw-ring-offset-color: #34d399}.required\:ring-offset-emerald-500:required{--tw-ring-offset-color: #10b981}.required\:ring-offset-emerald-600:required{--tw-ring-offset-color: #059669}.required\:ring-offset-emerald-700:required{--tw-ring-offset-color: #047857}.required\:ring-offset-emerald-800:required{--tw-ring-offset-color: #065f46}.required\:ring-offset-emerald-900:required{--tw-ring-offset-color: #064e3b}.required\:ring-offset-teal-50:required{--tw-ring-offset-color: #f0fdfa}.required\:ring-offset-teal-100:required{--tw-ring-offset-color: #ccfbf1}.required\:ring-offset-teal-200:required{--tw-ring-offset-color: #99f6e4}.required\:ring-offset-teal-300:required{--tw-ring-offset-color: #5eead4}.required\:ring-offset-teal-400:required{--tw-ring-offset-color: #2dd4bf }.required\:ring-offset-teal-500:required{--tw-ring-offset-color: #14b8a6}.required\:ring-offset-teal-600:required{--tw-ring-offset-color: #0d9488}.required\:ring-offset-teal-700:required{--tw-ring-offset-color: #0f766e}.required\:ring-offset-teal-800:required{--tw-ring-offset-color: #115e59}.required\:ring-offset-teal-900:required{--tw-ring-offset-color: #134e4a}.required\:ring-offset-sky-50:required{--tw-ring-offset-color: #f0f9ff}.required\:ring-offset-sky-100:required{--tw-ring-offset-color: #e0f2fe}.required\:ring-offset-sky-200:required{--tw-ring-offset-color: #bae6fd}.required\:ring-offset-sky-300:required{--tw-ring-offset-color: #7dd3fc}.required\:ring-offset-sky-400:required{--tw-ring-offset-color: #38bdf8}.required\:ring-offset-sky-500:required{--tw-ring-offset-color: #0ea5e9}.required\:ring-offset-sky-600:required{--tw-ring-offset-color: #0284c7}.required\:ring-offset-sky-700:required{--tw-ring-offset-color: #0369a1}.required\:ring-offset-sky-800:required{--tw-ring-offset-color: #075985}.required\:ring-offset-sky-900:required{--tw-ring-offset-color: #0c4a6e}.required\:ring-offset-blue-50:required{--tw-ring-offset-color: #eff6ff}.required\:ring-offset-blue-100:required{--tw-ring-offset-color: #F2F3FD}.required\:ring-offset-blue-200:required{--tw-ring-offset-color: #E4E8FB}.required\:ring-offset-blue-300:required{--tw-ring-offset-color: #C6CFF7}.required\:ring-offset-blue-400:required{--tw-ring-offset-color: #A3B2F3}.required\:ring-offset-blue-500:required{--tw-ring-offset-color: #7690EF}.required\:ring-offset-blue-600:required{--tw-ring-offset-color: #2563EB}.required\:ring-offset-blue-700:required{--tw-ring-offset-color: #2158D2}.required\:ring-offset-blue-800:required{--tw-ring-offset-color: #1C4CB6}.required\:ring-offset-blue-900:required{--tw-ring-offset-color: #173E94}.required\:ring-offset-indigo-50:required{--tw-ring-offset-color: #eef2ff}.required\:ring-offset-indigo-100:required{--tw-ring-offset-color: #e0e7ff}.required\:ring-offset-indigo-200:required{--tw-ring-offset-color: #c7d2fe}.required\:ring-offset-indigo-300:required{--tw-ring-offset-color: #a5b4fc}.required\:ring-offset-indigo-400:required{--tw-ring-offset-color: #818cf8}.required\:ring-offset-indigo-500:required{--tw-ring-offset-color: #6366f1}.required\:ring-offset-indigo-600:required{--tw-ring-offset-color: #4f46e5}.required\:ring-offset-indigo-700:required{--tw-ring-offset-color: #4338ca}.required\:ring-offset-indigo-800:required{--tw-ring-offset-color: #3730a3}.required\:ring-offset-indigo-900:required{--tw-ring-offset-color: #312e81}.required\:ring-offset-violet-50:required{--tw-ring-offset-color: #f5f3ff}.required\:ring-offset-violet-100:required{--tw-ring-offset-color: #ede9fe}.required\:ring-offset-violet-200:required{--tw-ring-offset-color: #ddd6fe}.required\:ring-offset-violet-300:required{--tw-ring-offset-color: #c4b5fd}.required\:ring-offset-violet-400:required{--tw-ring-offset-color: #a78bfa}.required\:ring-offset-violet-500:required{--tw-ring-offset-color: #8b5cf6}.required\:ring-offset-violet-600:required{--tw-ring-offset-color: #7c3aed}.required\:ring-offset-violet-700:required{--tw-ring-offset-color: #6d28d9}.required\:ring-offset-violet-800:required{--tw-ring-offset-color: #5b21b6}.required\:ring-offset-violet-900:required{--tw-ring-offset-color: #4c1d95}.required\:ring-offset-fuchsia-50:required{--tw-ring-offset-color: #fdf4ff}.required\:ring-offset-fuchsia-100:required{--tw-ring-offset-color: #fae8ff}.required\:ring-offset-fuchsia-200:required{--tw-ring-offset-color: #f5d0fe}.required\:ring-offset-fuchsia-300:required{--tw-ring-offset-color: #f0abfc}.required\:ring-offset-fuchsia-400:required{--tw-ring-offset-color: #e879f9}.required\:ring-offset-fuchsia-500:required{--tw-ring-offset-color: #d946ef}.required\:ring-offset-fuchsia-600:required{--tw-ring-offset-color: #c026d3}.required\:ring-offset-fuchsia-700:required{--tw-ring-offset-color: #a21caf}.required\:ring-offset-fuchsia-800:required{--tw-ring-offset-color: #86198f}.required\:ring-offset-fuchsia-900:required{--tw-ring-offset-color: #701a75}.required\:ring-offset-pink-50:required{--tw-ring-offset-color: #fdf2f8}.required\:ring-offset-pink-100:required{--tw-ring-offset-color: #fce7f3}.required\:ring-offset-pink-200:required{--tw-ring-offset-color: #fbcfe8}.required\:ring-offset-pink-300:required{--tw-ring-offset-color: #f9a8d4}.required\:ring-offset-pink-400:required{--tw-ring-offset-color: #f472b6}.required\:ring-offset-pink-500:required{--tw-ring-offset-color: #ec4899}.required\:ring-offset-pink-600:required{--tw-ring-offset-color: #db2777}.required\:ring-offset-pink-700:required{--tw-ring-offset-color: #be185d}.required\:ring-offset-pink-800:required{--tw-ring-offset-color: #9d174d}.required\:ring-offset-pink-900:required{--tw-ring-offset-color: #831843}.required\:ring-offset-rose-50:required{--tw-ring-offset-color: #fff1f2}.required\:ring-offset-rose-100:required{--tw-ring-offset-color: #FFE4E6}.required\:ring-offset-rose-200:required{--tw-ring-offset-color: #FECDD3}.required\:ring-offset-rose-300:required{--tw-ring-offset-color: #FDA4AF}.required\:ring-offset-rose-400:required{--tw-ring-offset-color: #FB7185}.required\:ring-offset-rose-500:required{--tw-ring-offset-color: #F43F5E}.required\:ring-offset-rose-600:required{--tw-ring-offset-color: #E11D48}.required\:ring-offset-rose-700:required{--tw-ring-offset-color: #BE123C}.required\:ring-offset-rose-800:required{--tw-ring-offset-color: #9F1239}.required\:ring-offset-rose-900:required{--tw-ring-offset-color: #881337}.required\:ring-offset-primary-100:required{--tw-ring-offset-color: #F2F3F4}.required\:ring-offset-primary-200:required{--tw-ring-offset-color: #E8E8F0}.required\:ring-offset-primary-300:required{--tw-ring-offset-color: #D0D0E1}.required\:ring-offset-primary-400:required{--tw-ring-offset-color: #B4B4D1}.required\:ring-offset-primary-500:required{--tw-ring-offset-color: #9393BF}.required\:ring-offset-primary-600:required{--tw-ring-offset-color: #6868AC}.required\:ring-offset-primary-700:required{--tw-ring-offset-color: #5D5D99}.required\:ring-offset-primary-800:required{--tw-ring-offset-color: #505085}.required\:ring-offset-primary-900:required{--tw-ring-offset-color: #41416C}.required\:ring-offset-primary-1000:required{--tw-ring-offset-color: #2E2E4C}.required\:ring-offset-primary-highlight-100:required{--tw-ring-offset-color: #F7F5FE}.required\:ring-offset-primary-highlight-200:required{--tw-ring-offset-color: #EFECFE}.required\:ring-offset-primary-highlight-300:required{--tw-ring-offset-color: #DFD8FD}.required\:ring-offset-primary-highlight-400:required{--tw-ring-offset-color: #CEC1FC}.required\:ring-offset-primary-highlight-500:required{--tw-ring-offset-color: #BBA8FB}.required\:ring-offset-primary-highlight-600:required{--tw-ring-offset-color: #A78BFA}.required\:ring-offset-primary-highlight-700:required{--tw-ring-offset-color: #957CDF}.required\:ring-offset-primary-highlight-800:required{--tw-ring-offset-color: #816BC1}.required\:ring-offset-primary-highlight-900:required{--tw-ring-offset-color: #69579E}.required\:ring-offset-primary-highlight-1000:required{--tw-ring-offset-color: #4A3E6F}.required\:ring-offset-secondary-100:required{--tw-ring-offset-color: #FEF7F2}.required\:ring-offset-secondary-200:required{--tw-ring-offset-color: #FEF0E4}.required\:ring-offset-secondary-300:required{--tw-ring-offset-color: #FDE1C6}.required\:ring-offset-secondary-400:required{--tw-ring-offset-color: #FCD1A2}.required\:ring-offset-secondary-500:required{--tw-ring-offset-color: #FBBF75}.required\:ring-offset-secondary-600:required{--tw-ring-offset-color: #FAAC1E}.required\:ring-offset-secondary-700:required{--tw-ring-offset-color: #DF991A}.required\:ring-offset-secondary-800:required{--tw-ring-offset-color: #C18517}.required\:ring-offset-secondary-900:required{--tw-ring-offset-color: #9E6C12}.required\:ring-offset-secondary-1000:required{--tw-ring-offset-color: #6F4C0D}.required\:ring-offset-grey-100:required{--tw-ring-offset-color: #F2F3F4}.required\:ring-offset-grey-200:required{--tw-ring-offset-color: #E6E7E8}.required\:ring-offset-grey-300:required{--tw-ring-offset-color: #CACCD0}.required\:ring-offset-grey-400:required{--tw-ring-offset-color: #AAAEB4}.required\:ring-offset-grey-500:required{--tw-ring-offset-color: #828993}.required\:ring-offset-grey-600:required{--tw-ring-offset-color: #475569}.required\:ring-offset-grey-700:required{--tw-ring-offset-color: #3F4C5D}.required\:ring-offset-grey-800:required{--tw-ring-offset-color: #364151}.required\:ring-offset-grey-900:required{--tw-ring-offset-color: #2C3542}.required\:ring-offset-grey-1000:required{--tw-ring-offset-color: #1F262E}.required\:ring-offset-green-1000:required{--tw-ring-offset-color: #175E44}.required\:ring-offset-blue-1000:required{--tw-ring-offset-color: #102C69}.required\:ring-offset-orange-1000:required{--tw-ring-offset-color: #682705}.required\:ring-offset-red-1000:required{--tw-ring-offset-color: #621010}.required\:ring-offset-primary:required{--tw-ring-offset-color: #A78BFA}.required\:ring-offset-primary-light:required{--tw-ring-offset-color: #F7F5FE}.required\:ring-offset-primary-dark:required{--tw-ring-offset-color: #69579E}.required\:ring-offset-info:required{--tw-ring-offset-color: #7690EF}.required\:ring-offset-info-light:required{--tw-ring-offset-color: #F2F3FD}.required\:ring-offset-info-dark:required{--tw-ring-offset-color: #2158D2}.required\:ring-offset-success:required{--tw-ring-offset-color: #28A376}.required\:ring-offset-success-light:required{--tw-ring-offset-color: #F2FAF6}.required\:ring-offset-success-dark:required{--tw-ring-offset-color: #208560}.required\:ring-offset-warning:required{--tw-ring-offset-color: #FAAC1E}.required\:ring-offset-warning-light:required{--tw-ring-offset-color: #FEF7F2}.required\:ring-offset-warning-dark:required{--tw-ring-offset-color: #9E6C12}.required\:ring-offset-error:required{--tw-ring-offset-color: #DC2626}.required\:ring-offset-error-light:required{--tw-ring-offset-color: #FBF2F2}.required\:ring-offset-error-dark:required{--tw-ring-offset-color: #C42121}.required\:ring-offset-grey:required{--tw-ring-offset-color: #475569}.required\:ring-offset-grey-light:required{--tw-ring-offset-color: #F2F3F4}.required\:ring-offset-grey-dark:required{--tw-ring-offset-color: #2C3542}.required\:ring-offset-red-50\/0:required{--tw-ring-offset-color: rgb(254 242 242 / 0)}.required\:ring-offset-red-50\/5:required{--tw-ring-offset-color: rgb(254 242 242 / .05)}.required\:ring-offset-red-50\/10:required{--tw-ring-offset-color: rgb(254 242 242 / .1)}.required\:ring-offset-red-50\/20:required{--tw-ring-offset-color: rgb(254 242 242 / .2)}.required\:ring-offset-red-50\/25:required{--tw-ring-offset-color: rgb(254 242 242 / .25)}.required\:ring-offset-red-50\/30:required{--tw-ring-offset-color: rgb(254 242 242 / .3)}.required\:ring-offset-red-50\/40:required{--tw-ring-offset-color: rgb(254 242 242 / .4)}.required\:ring-offset-red-50\/50:required{--tw-ring-offset-color: rgb(254 242 242 / .5)}.required\:ring-offset-red-50\/60:required{--tw-ring-offset-color: rgb(254 242 242 / .6)}.required\:ring-offset-red-50\/70:required{--tw-ring-offset-color: rgb(254 242 242 / .7)}.required\:ring-offset-red-50\/75:required{--tw-ring-offset-color: rgb(254 242 242 / .75)}.required\:ring-offset-red-50\/80:required{--tw-ring-offset-color: rgb(254 242 242 / .8)}.required\:ring-offset-red-50\/90:required{--tw-ring-offset-color: rgb(254 242 242 / .9)}.required\:ring-offset-red-50\/95:required{--tw-ring-offset-color: rgb(254 242 242 / .95)}.required\:ring-offset-red-50\/100:required{--tw-ring-offset-color: rgb(254 242 242 / 1)}.required\:ring-offset-red-100\/0:required{--tw-ring-offset-color: rgb(251 242 242 / 0)}.required\:ring-offset-red-100\/5:required{--tw-ring-offset-color: rgb(251 242 242 / .05)}.required\:ring-offset-red-100\/10:required{--tw-ring-offset-color: rgb(251 242 242 / .1)}.required\:ring-offset-red-100\/20:required{--tw-ring-offset-color: rgb(251 242 242 / .2)}.required\:ring-offset-red-100\/25:required{--tw-ring-offset-color: rgb(251 242 242 / .25)}.required\:ring-offset-red-100\/30:required{--tw-ring-offset-color: rgb(251 242 242 / .3)}.required\:ring-offset-red-100\/40:required{--tw-ring-offset-color: rgb(251 242 242 / .4)}.required\:ring-offset-red-100\/50:required{--tw-ring-offset-color: rgb(251 242 242 / .5)}.required\:ring-offset-red-100\/60:required{--tw-ring-offset-color: rgb(251 242 242 / .6)}.required\:ring-offset-red-100\/70:required{--tw-ring-offset-color: rgb(251 242 242 / .7)}.required\:ring-offset-red-100\/75:required{--tw-ring-offset-color: rgb(251 242 242 / .75)}.required\:ring-offset-red-100\/80:required{--tw-ring-offset-color: rgb(251 242 242 / .8)}.required\:ring-offset-red-100\/90:required{--tw-ring-offset-color: rgb(251 242 242 / .9)}.required\:ring-offset-red-100\/95:required{--tw-ring-offset-color: rgb(251 242 242 / .95)}.required\:ring-offset-red-100\/100:required{--tw-ring-offset-color: rgb(251 242 242 / 1)}.required\:ring-offset-red-200\/0:required{--tw-ring-offset-color: rgb(248 228 228 / 0)}.required\:ring-offset-red-200\/5:required{--tw-ring-offset-color: rgb(248 228 228 / .05)}.required\:ring-offset-red-200\/10:required{--tw-ring-offset-color: rgb(248 228 228 / .1)}.required\:ring-offset-red-200\/20:required{--tw-ring-offset-color: rgb(248 228 228 / .2)}.required\:ring-offset-red-200\/25:required{--tw-ring-offset-color: rgb(248 228 228 / .25)}.required\:ring-offset-red-200\/30:required{--tw-ring-offset-color: rgb(248 228 228 / .3)}.required\:ring-offset-red-200\/40:required{--tw-ring-offset-color: rgb(248 228 228 / .4)}.required\:ring-offset-red-200\/50:required{--tw-ring-offset-color: rgb(248 228 228 / .5)}.required\:ring-offset-red-200\/60:required{--tw-ring-offset-color: rgb(248 228 228 / .6)}.required\:ring-offset-red-200\/70:required{--tw-ring-offset-color: rgb(248 228 228 / .7)}.required\:ring-offset-red-200\/75:required{--tw-ring-offset-color: rgb(248 228 228 / .75)}.required\:ring-offset-red-200\/80:required{--tw-ring-offset-color: rgb(248 228 228 / .8)}.required\:ring-offset-red-200\/90:required{--tw-ring-offset-color: rgb(248 228 228 / .9)}.required\:ring-offset-red-200\/95:required{--tw-ring-offset-color: rgb(248 228 228 / .95)}.required\:ring-offset-red-200\/100:required{--tw-ring-offset-color: rgb(248 228 228 / 1)}.required\:ring-offset-red-300\/0:required{--tw-ring-offset-color: rgb(241 198 198 / 0)}.required\:ring-offset-red-300\/5:required{--tw-ring-offset-color: rgb(241 198 198 / .05)}.required\:ring-offset-red-300\/10:required{--tw-ring-offset-color: rgb(241 198 198 / .1)}.required\:ring-offset-red-300\/20:required{--tw-ring-offset-color: rgb(241 198 198 / .2)}.required\:ring-offset-red-300\/25:required{--tw-ring-offset-color: rgb(241 198 198 / .25)}.required\:ring-offset-red-300\/30:required{--tw-ring-offset-color: rgb(241 198 198 / .3)}.required\:ring-offset-red-300\/40:required{--tw-ring-offset-color: rgb(241 198 198 / .4)}.required\:ring-offset-red-300\/50:required{--tw-ring-offset-color: rgb(241 198 198 / .5)}.required\:ring-offset-red-300\/60:required{--tw-ring-offset-color: rgb(241 198 198 / .6)}.required\:ring-offset-red-300\/70:required{--tw-ring-offset-color: rgb(241 198 198 / .7)}.required\:ring-offset-red-300\/75:required{--tw-ring-offset-color: rgb(241 198 198 / .75)}.required\:ring-offset-red-300\/80:required{--tw-ring-offset-color: rgb(241 198 198 / .8)}.required\:ring-offset-red-300\/90:required{--tw-ring-offset-color: rgb(241 198 198 / .9)}.required\:ring-offset-red-300\/95:required{--tw-ring-offset-color: rgb(241 198 198 / .95)}.required\:ring-offset-red-300\/100:required{--tw-ring-offset-color: rgb(241 198 198 / 1)}.required\:ring-offset-red-400\/0:required{--tw-ring-offset-color: rgb(234 163 163 / 0)}.required\:ring-offset-red-400\/5:required{--tw-ring-offset-color: rgb(234 163 163 / .05)}.required\:ring-offset-red-400\/10:required{--tw-ring-offset-color: rgb(234 163 163 / .1)}.required\:ring-offset-red-400\/20:required{--tw-ring-offset-color: rgb(234 163 163 / .2)}.required\:ring-offset-red-400\/25:required{--tw-ring-offset-color: rgb(234 163 163 / .25)}.required\:ring-offset-red-400\/30:required{--tw-ring-offset-color: rgb(234 163 163 / .3)}.required\:ring-offset-red-400\/40:required{--tw-ring-offset-color: rgb(234 163 163 / .4)}.required\:ring-offset-red-400\/50:required{--tw-ring-offset-color: rgb(234 163 163 / .5)}.required\:ring-offset-red-400\/60:required{--tw-ring-offset-color: rgb(234 163 163 / .6)}.required\:ring-offset-red-400\/70:required{--tw-ring-offset-color: rgb(234 163 163 / .7)}.required\:ring-offset-red-400\/75:required{--tw-ring-offset-color: rgb(234 163 163 / .75)}.required\:ring-offset-red-400\/80:required{--tw-ring-offset-color: rgb(234 163 163 / .8)}.required\:ring-offset-red-400\/90:required{--tw-ring-offset-color: rgb(234 163 163 / .9)}.required\:ring-offset-red-400\/95:required{--tw-ring-offset-color: rgb(234 163 163 / .95)}.required\:ring-offset-red-400\/100:required{--tw-ring-offset-color: rgb(234 163 163 / 1)}.required\:ring-offset-red-500\/0:required{--tw-ring-offset-color: rgb(227 118 118 / 0)}.required\:ring-offset-red-500\/5:required{--tw-ring-offset-color: rgb(227 118 118 / .05)}.required\:ring-offset-red-500\/10:required{--tw-ring-offset-color: rgb(227 118 118 / .1)}.required\:ring-offset-red-500\/20:required{--tw-ring-offset-color: rgb(227 118 118 / .2)}.required\:ring-offset-red-500\/25:required{--tw-ring-offset-color: rgb(227 118 118 / .25)}.required\:ring-offset-red-500\/30:required{--tw-ring-offset-color: rgb(227 118 118 / .3)}.required\:ring-offset-red-500\/40:required{--tw-ring-offset-color: rgb(227 118 118 / .4)}.required\:ring-offset-red-500\/50:required{--tw-ring-offset-color: rgb(227 118 118 / .5)}.required\:ring-offset-red-500\/60:required{--tw-ring-offset-color: rgb(227 118 118 / .6)}.required\:ring-offset-red-500\/70:required{--tw-ring-offset-color: rgb(227 118 118 / .7)}.required\:ring-offset-red-500\/75:required{--tw-ring-offset-color: rgb(227 118 118 / .75)}.required\:ring-offset-red-500\/80:required{--tw-ring-offset-color: rgb(227 118 118 / .8)}.required\:ring-offset-red-500\/90:required{--tw-ring-offset-color: rgb(227 118 118 / .9)}.required\:ring-offset-red-500\/95:required{--tw-ring-offset-color: rgb(227 118 118 / .95)}.required\:ring-offset-red-500\/100:required{--tw-ring-offset-color: rgb(227 118 118 / 1)}.required\:ring-offset-red-600\/0:required{--tw-ring-offset-color: rgb(220 38 38 / 0)}.required\:ring-offset-red-600\/5:required{--tw-ring-offset-color: rgb(220 38 38 / .05)}.required\:ring-offset-red-600\/10:required{--tw-ring-offset-color: rgb(220 38 38 / .1)}.required\:ring-offset-red-600\/20:required{--tw-ring-offset-color: rgb(220 38 38 / .2)}.required\:ring-offset-red-600\/25:required{--tw-ring-offset-color: rgb(220 38 38 / .25)}.required\:ring-offset-red-600\/30:required{--tw-ring-offset-color: rgb(220 38 38 / .3)}.required\:ring-offset-red-600\/40:required{--tw-ring-offset-color: rgb(220 38 38 / .4)}.required\:ring-offset-red-600\/50:required{--tw-ring-offset-color: rgb(220 38 38 / .5)}.required\:ring-offset-red-600\/60:required{--tw-ring-offset-color: rgb(220 38 38 / .6)}.required\:ring-offset-red-600\/70:required{--tw-ring-offset-color: rgb(220 38 38 / .7)}.required\:ring-offset-red-600\/75:required{--tw-ring-offset-color: rgb(220 38 38 / .75)}.required\:ring-offset-red-600\/80:required{--tw-ring-offset-color: rgb(220 38 38 / .8)}.required\:ring-offset-red-600\/90:required{--tw-ring-offset-color: rgb(220 38 38 / .9)}.required\:ring-offset-red-600\/95:required{--tw-ring-offset-color: rgb(220 38 38 / .95)}.required\:ring-offset-red-600\/100:required{--tw-ring-offset-color: rgb(220 38 38 / 1)}.required\:ring-offset-red-700\/0:required{--tw-ring-offset-color: rgb(196 33 33 / 0)}.required\:ring-offset-red-700\/5:required{--tw-ring-offset-color: rgb(196 33 33 / .05)}.required\:ring-offset-red-700\/10:required{--tw-ring-offset-color: rgb(196 33 33 / .1)}.required\:ring-offset-red-700\/20:required{--tw-ring-offset-color: rgb(196 33 33 / .2)}.required\:ring-offset-red-700\/25:required{--tw-ring-offset-color: rgb(196 33 33 / .25)}.required\:ring-offset-red-700\/30:required{--tw-ring-offset-color: rgb(196 33 33 / .3)}.required\:ring-offset-red-700\/40:required{--tw-ring-offset-color: rgb(196 33 33 / .4)}.required\:ring-offset-red-700\/50:required{--tw-ring-offset-color: rgb(196 33 33 / .5)}.required\:ring-offset-red-700\/60:required{--tw-ring-offset-color: rgb(196 33 33 / .6)}.required\:ring-offset-red-700\/70:required{--tw-ring-offset-color: rgb(196 33 33 / .7)}.required\:ring-offset-red-700\/75:required{--tw-ring-offset-color: rgb(196 33 33 / .75)}.required\:ring-offset-red-700\/80:required{--tw-ring-offset-color: rgb(196 33 33 / .8)}.required\:ring-offset-red-700\/90:required{--tw-ring-offset-color: rgb(196 33 33 / .9)}.required\:ring-offset-red-700\/95:required{--tw-ring-offset-color: rgb(196 33 33 / .95)}.required\:ring-offset-red-700\/100:required{--tw-ring-offset-color: rgb(196 33 33 / 1)}.required\:ring-offset-red-800\/0:required{--tw-ring-offset-color: rgb(170 29 29 / 0)}.required\:ring-offset-red-800\/5:required{--tw-ring-offset-color: rgb(170 29 29 / .05)}.required\:ring-offset-red-800\/10:required{--tw-ring-offset-color: rgb(170 29 29 / .1)}.required\:ring-offset-red-800\/20:required{--tw-ring-offset-color: rgb(170 29 29 / .2)}.required\:ring-offset-red-800\/25:required{--tw-ring-offset-color: rgb(170 29 29 / .25)}.required\:ring-offset-red-800\/30:required{--tw-ring-offset-color: rgb(170 29 29 / .3)}.required\:ring-offset-red-800\/40:required{--tw-ring-offset-color: rgb(170 29 29 / .4)}.required\:ring-offset-red-800\/50:required{--tw-ring-offset-color: rgb(170 29 29 / .5)}.required\:ring-offset-red-800\/60:required{--tw-ring-offset-color: rgb(170 29 29 / .6)}.required\:ring-offset-red-800\/70:required{--tw-ring-offset-color: rgb(170 29 29 / .7)}.required\:ring-offset-red-800\/75:required{--tw-ring-offset-color: rgb(170 29 29 / .75)}.required\:ring-offset-red-800\/80:required{--tw-ring-offset-color: rgb(170 29 29 / .8)}.required\:ring-offset-red-800\/90:required{--tw-ring-offset-color: rgb(170 29 29 / .9)}.required\:ring-offset-red-800\/95:required{--tw-ring-offset-color: rgb(170 29 29 / .95)}.required\:ring-offset-red-800\/100:required{--tw-ring-offset-color: rgb(170 29 29 / 1)}.required\:ring-offset-red-900\/0:required{--tw-ring-offset-color: rgb(139 24 24 / 0)}.required\:ring-offset-red-900\/5:required{--tw-ring-offset-color: rgb(139 24 24 / .05)}.required\:ring-offset-red-900\/10:required{--tw-ring-offset-color: rgb(139 24 24 / .1)}.required\:ring-offset-red-900\/20:required{--tw-ring-offset-color: rgb(139 24 24 / .2)}.required\:ring-offset-red-900\/25:required{--tw-ring-offset-color: rgb(139 24 24 / .25)}.required\:ring-offset-red-900\/30:required{--tw-ring-offset-color: rgb(139 24 24 / .3)}.required\:ring-offset-red-900\/40:required{--tw-ring-offset-color: rgb(139 24 24 / .4)}.required\:ring-offset-red-900\/50:required{--tw-ring-offset-color: rgb(139 24 24 / .5)}.required\:ring-offset-red-900\/60:required{--tw-ring-offset-color: rgb(139 24 24 / .6)}.required\:ring-offset-red-900\/70:required{--tw-ring-offset-color: rgb(139 24 24 / .7)}.required\:ring-offset-red-900\/75:required{--tw-ring-offset-color: rgb(139 24 24 / .75)}.required\:ring-offset-red-900\/80:required{--tw-ring-offset-color: rgb(139 24 24 / .8)}.required\:ring-offset-red-900\/90:required{--tw-ring-offset-color: rgb(139 24 24 / .9)}.required\:ring-offset-red-900\/95:required{--tw-ring-offset-color: rgb(139 24 24 / .95)}.required\:ring-offset-red-900\/100:required{--tw-ring-offset-color: rgb(139 24 24 / 1)}.required\:ring-offset-orange-50\/0:required{--tw-ring-offset-color: rgb(255 247 237 / 0)}.required\:ring-offset-orange-50\/5:required{--tw-ring-offset-color: rgb(255 247 237 / .05)}.required\:ring-offset-orange-50\/10:required{--tw-ring-offset-color: rgb(255 247 237 / .1)}.required\:ring-offset-orange-50\/20:required{--tw-ring-offset-color: rgb(255 247 237 / .2)}.required\:ring-offset-orange-50\/25:required{--tw-ring-offset-color: rgb(255 247 237 / .25)}.required\:ring-offset-orange-50\/30:required{--tw-ring-offset-color: rgb(255 247 237 / .3)}.required\:ring-offset-orange-50\/40:required{--tw-ring-offset-color: rgb(255 247 237 / .4)}.required\:ring-offset-orange-50\/50:required{--tw-ring-offset-color: rgb(255 247 237 / .5)}.required\:ring-offset-orange-50\/60:required{--tw-ring-offset-color: rgb(255 247 237 / .6)}.required\:ring-offset-orange-50\/70:required{--tw-ring-offset-color: rgb(255 247 237 / .7)}.required\:ring-offset-orange-50\/75:required{--tw-ring-offset-color: rgb(255 247 237 / .75)}.required\:ring-offset-orange-50\/80:required{--tw-ring-offset-color: rgb(255 247 237 / .8)}.required\:ring-offset-orange-50\/90:required{--tw-ring-offset-color: rgb(255 247 237 / .9)}.required\:ring-offset-orange-50\/95:required{--tw-ring-offset-color: rgb(255 247 237 / .95)}.required\:ring-offset-orange-50\/100:required{--tw-ring-offset-color: rgb(255 247 237 / 1)}.required\:ring-offset-orange-100\/0:required{--tw-ring-offset-color: rgb(252 243 241 / 0)}.required\:ring-offset-orange-100\/5:required{--tw-ring-offset-color: rgb(252 243 241 / .05)}.required\:ring-offset-orange-100\/10:required{--tw-ring-offset-color: rgb(252 243 241 / .1)}.required\:ring-offset-orange-100\/20:required{--tw-ring-offset-color: rgb(252 243 241 / .2)}.required\:ring-offset-orange-100\/25:required{--tw-ring-offset-color: rgb(252 243 241 / .25)}.required\:ring-offset-orange-100\/30:required{--tw-ring-offset-color: rgb(252 243 241 / .3)}.required\:ring-offset-orange-100\/40:required{--tw-ring-offset-color: rgb(252 243 241 / .4)}.required\:ring-offset-orange-100\/50:required{--tw-ring-offset-color: rgb(252 243 241 / .5)}.required\:ring-offset-orange-100\/60:required{--tw-ring-offset-color: rgb(252 243 241 / .6)}.required\:ring-offset-orange-100\/70:required{--tw-ring-offset-color: rgb(252 243 241 / .7)}.required\:ring-offset-orange-100\/75:required{--tw-ring-offset-color: rgb(252 243 241 / .75)}.required\:ring-offset-orange-100\/80:required{--tw-ring-offset-color: rgb(252 243 241 / .8)}.required\:ring-offset-orange-100\/90:required{--tw-ring-offset-color: rgb(252 243 241 / .9)}.required\:ring-offset-orange-100\/95:required{--tw-ring-offset-color: rgb(252 243 241 / .95)}.required\:ring-offset-orange-100\/100:required{--tw-ring-offset-color: rgb(252 243 241 / 1)}.required\:ring-offset-orange-200\/0:required{--tw-ring-offset-color: rgb(250 231 228 / 0)}.required\:ring-offset-orange-200\/5:required{--tw-ring-offset-color: rgb(250 231 228 / .05)}.required\:ring-offset-orange-200\/10:required{--tw-ring-offset-color: rgb(250 231 228 / .1)}.required\:ring-offset-orange-200\/20:required{--tw-ring-offset-color: rgb(250 231 228 / .2)}.required\:ring-offset-orange-200\/25:required{--tw-ring-offset-color: rgb(250 231 228 / .25)}.required\:ring-offset-orange-200\/30:required{--tw-ring-offset-color: rgb(250 231 228 / .3)}.required\:ring-offset-orange-200\/40:required{--tw-ring-offset-color: rgb(250 231 228 / .4)}.required\:ring-offset-orange-200\/50:required{--tw-ring-offset-color: rgb(250 231 228 / .5)}.required\:ring-offset-orange-200\/60:required{--tw-ring-offset-color: rgb(250 231 228 / .6)}.required\:ring-offset-orange-200\/70:required{--tw-ring-offset-color: rgb(250 231 228 / .7)}.required\:ring-offset-orange-200\/75:required{--tw-ring-offset-color: rgb(250 231 228 / .75)}.required\:ring-offset-orange-200\/80:required{--tw-ring-offset-color: rgb(250 231 228 / .8)}.required\:ring-offset-orange-200\/90:required{--tw-ring-offset-color: rgb(250 231 228 / .9)}.required\:ring-offset-orange-200\/95:required{--tw-ring-offset-color: rgb(250 231 228 / .95)}.required\:ring-offset-orange-200\/100:required{--tw-ring-offset-color: rgb(250 231 228 / 1)}.required\:ring-offset-orange-300\/0:required{--tw-ring-offset-color: rgb(246 205 197 / 0)}.required\:ring-offset-orange-300\/5:required{--tw-ring-offset-color: rgb(246 205 197 / .05)}.required\:ring-offset-orange-300\/10:required{--tw-ring-offset-color: rgb(246 205 197 / .1)}.required\:ring-offset-orange-300\/20:required{--tw-ring-offset-color: rgb(246 205 197 / .2)}.required\:ring-offset-orange-300\/25:required{--tw-ring-offset-color: rgb(246 205 197 / .25)}.required\:ring-offset-orange-300\/30:required{--tw-ring-offset-color: rgb(246 205 197 / .3)}.required\:ring-offset-orange-300\/40:required{--tw-ring-offset-color: rgb(246 205 197 / .4)}.required\:ring-offset-orange-300\/50:required{--tw-ring-offset-color: rgb(246 205 197 / .5)}.required\:ring-offset-orange-300\/60:required{--tw-ring-offset-color: rgb(246 205 197 / .6)}.required\:ring-offset-orange-300\/70:required{--tw-ring-offset-color: rgb(246 205 197 / .7)}.required\:ring-offset-orange-300\/75:required{--tw-ring-offset-color: rgb(246 205 197 / .75)}.required\:ring-offset-orange-300\/80:required{--tw-ring-offset-color: rgb(246 205 197 / .8)}.required\:ring-offset-orange-300\/90:required{--tw-ring-offset-color: rgb(246 205 197 / .9)}.required\:ring-offset-orange-300\/95:required{--tw-ring-offset-color: rgb(246 205 197 / .95)}.required\:ring-offset-orange-300\/100:required{--tw-ring-offset-color: rgb(246 205 197 / 1)}.required\:ring-offset-orange-400\/0:required{--tw-ring-offset-color: rgb(242 175 161 / 0)}.required\:ring-offset-orange-400\/5:required{--tw-ring-offset-color: rgb(242 175 161 / .05)}.required\:ring-offset-orange-400\/10:required{--tw-ring-offset-color: rgb(242 175 161 / .1)}.required\:ring-offset-orange-400\/20:required{--tw-ring-offset-color: rgb(242 175 161 / .2)}.required\:ring-offset-orange-400\/25:required{--tw-ring-offset-color: rgb(242 175 161 / .25)}.required\:ring-offset-orange-400\/30:required{--tw-ring-offset-color: rgb(242 175 161 / .3)}.required\:ring-offset-orange-400\/40:required{--tw-ring-offset-color: rgb(242 175 161 / .4)}.required\:ring-offset-orange-400\/50:required{--tw-ring-offset-color: rgb(242 175 161 / .5)}.required\:ring-offset-orange-400\/60:required{--tw-ring-offset-color: rgb(242 175 161 / .6)}.required\:ring-offset-orange-400\/70:required{--tw-ring-offset-color: rgb(242 175 161 / .7)}.required\:ring-offset-orange-400\/75:required{--tw-ring-offset-color: rgb(242 175 161 / .75)}.required\:ring-offset-orange-400\/80:required{--tw-ring-offset-color: rgb(242 175 161 / .8)}.required\:ring-offset-orange-400\/90:required{--tw-ring-offset-color: rgb(242 175 161 / .9)}.required\:ring-offset-orange-400\/95:required{--tw-ring-offset-color: rgb(242 175 161 / .95)}.required\:ring-offset-orange-400\/100:required{--tw-ring-offset-color: rgb(242 175 161 / 1)}.required\:ring-offset-orange-500\/0:required{--tw-ring-offset-color: rgb(238 138 114 / 0)}.required\:ring-offset-orange-500\/5:required{--tw-ring-offset-color: rgb(238 138 114 / .05)}.required\:ring-offset-orange-500\/10:required{--tw-ring-offset-color: rgb(238 138 114 / .1)}.required\:ring-offset-orange-500\/20:required{--tw-ring-offset-color: rgb(238 138 114 / .2)}.required\:ring-offset-orange-500\/25:required{--tw-ring-offset-color: rgb(238 138 114 / .25)}.required\:ring-offset-orange-500\/30:required{--tw-ring-offset-color: rgb(238 138 114 / .3)}.required\:ring-offset-orange-500\/40:required{--tw-ring-offset-color: rgb(238 138 114 / .4)}.required\:ring-offset-orange-500\/50:required{--tw-ring-offset-color: rgb(238 138 114 / .5)}.required\:ring-offset-orange-500\/60:required{--tw-ring-offset-color: rgb(238 138 114 / .6)}.required\:ring-offset-orange-500\/70:required{--tw-ring-offset-color: rgb(238 138 114 / .7)}.required\:ring-offset-orange-500\/75:required{--tw-ring-offset-color: rgb(238 138 114 / .75)}.required\:ring-offset-orange-500\/80:required{--tw-ring-offset-color: rgb(238 138 114 / .8)}.required\:ring-offset-orange-500\/90:required{--tw-ring-offset-color: rgb(238 138 114 / .9)}.required\:ring-offset-orange-500\/95:required{--tw-ring-offset-color: rgb(238 138 114 / .95)}.required\:ring-offset-orange-500\/100:required{--tw-ring-offset-color: rgb(238 138 114 / 1)}.required\:ring-offset-orange-600\/0:required{--tw-ring-offset-color: rgb(234 88 12 / 0)}.required\:ring-offset-orange-600\/5:required{--tw-ring-offset-color: rgb(234 88 12 / .05)}.required\:ring-offset-orange-600\/10:required{--tw-ring-offset-color: rgb(234 88 12 / .1)}.required\:ring-offset-orange-600\/20:required{--tw-ring-offset-color: rgb(234 88 12 / .2)}.required\:ring-offset-orange-600\/25:required{--tw-ring-offset-color: rgb(234 88 12 / .25)}.required\:ring-offset-orange-600\/30:required{--tw-ring-offset-color: rgb(234 88 12 / .3)}.required\:ring-offset-orange-600\/40:required{--tw-ring-offset-color: rgb(234 88 12 / .4)}.required\:ring-offset-orange-600\/50:required{--tw-ring-offset-color: rgb(234 88 12 / .5)}.required\:ring-offset-orange-600\/60:required{--tw-ring-offset-color: rgb(234 88 12 / .6)}.required\:ring-offset-orange-600\/70:required{--tw-ring-offset-color: rgb(234 88 12 / .7)}.required\:ring-offset-orange-600\/75:required{--tw-ring-offset-color: rgb(234 88 12 / .75)}.required\:ring-offset-orange-600\/80:required{--tw-ring-offset-color: rgb(234 88 12 / .8)}.required\:ring-offset-orange-600\/90:required{--tw-ring-offset-color: rgb(234 88 12 / .9)}.required\:ring-offset-orange-600\/95:required{--tw-ring-offset-color: rgb(234 88 12 / .95)}.required\:ring-offset-orange-600\/100:required{--tw-ring-offset-color: rgb(234 88 12 / 1)}.required\:ring-offset-orange-700\/0:required{--tw-ring-offset-color: rgb(209 78 10 / 0)}.required\:ring-offset-orange-700\/5:required{--tw-ring-offset-color: rgb(209 78 10 / .05)}.required\:ring-offset-orange-700\/10:required{--tw-ring-offset-color: rgb(209 78 10 / .1)}.required\:ring-offset-orange-700\/20:required{--tw-ring-offset-color: rgb(209 78 10 / .2)}.required\:ring-offset-orange-700\/25:required{--tw-ring-offset-color: rgb(209 78 10 / .25)}.required\:ring-offset-orange-700\/30:required{--tw-ring-offset-color: rgb(209 78 10 / .3)}.required\:ring-offset-orange-700\/40:required{--tw-ring-offset-color: rgb(209 78 10 / .4)}.required\:ring-offset-orange-700\/50:required{--tw-ring-offset-color: rgb(209 78 10 / .5)}.required\:ring-offset-orange-700\/60:required{--tw-ring-offset-color: rgb(209 78 10 / .6)}.required\:ring-offset-orange-700\/70:required{--tw-ring-offset-color: rgb(209 78 10 / .7)}.required\:ring-offset-orange-700\/75:required{--tw-ring-offset-color: rgb(209 78 10 / .75)}.required\:ring-offset-orange-700\/80:required{--tw-ring-offset-color: rgb(209 78 10 / .8)}.required\:ring-offset-orange-700\/90:required{--tw-ring-offset-color: rgb(209 78 10 / .9)}.required\:ring-offset-orange-700\/95:required{--tw-ring-offset-color: rgb(209 78 10 / .95)}.required\:ring-offset-orange-700\/100:required{--tw-ring-offset-color: rgb(209 78 10 / 1)}.required\:ring-offset-orange-800\/0:required{--tw-ring-offset-color: rgb(181 68 9 / 0)}.required\:ring-offset-orange-800\/5:required{--tw-ring-offset-color: rgb(181 68 9 / .05)}.required\:ring-offset-orange-800\/10:required{--tw-ring-offset-color: rgb(181 68 9 / .1)}.required\:ring-offset-orange-800\/20:required{--tw-ring-offset-color: rgb(181 68 9 / .2)}.required\:ring-offset-orange-800\/25:required{--tw-ring-offset-color: rgb(181 68 9 / .25)}.required\:ring-offset-orange-800\/30:required{--tw-ring-offset-color: rgb(181 68 9 / .3)}.required\:ring-offset-orange-800\/40:required{--tw-ring-offset-color: rgb(181 68 9 / .4)}.required\:ring-offset-orange-800\/50:required{--tw-ring-offset-color: rgb(181 68 9 / .5)}.required\:ring-offset-orange-800\/60:required{--tw-ring-offset-color: rgb(181 68 9 / .6)}.required\:ring-offset-orange-800\/70:required{--tw-ring-offset-color: rgb(181 68 9 / .7)}.required\:ring-offset-orange-800\/75:required{--tw-ring-offset-color: rgb(181 68 9 / .75)}.required\:ring-offset-orange-800\/80:required{--tw-ring-offset-color: rgb(181 68 9 / .8)}.required\:ring-offset-orange-800\/90:required{--tw-ring-offset-color: rgb(181 68 9 / .9)}.required\:ring-offset-orange-800\/95:required{--tw-ring-offset-color: rgb(181 68 9 / .95)}.required\:ring-offset-orange-800\/100:required{--tw-ring-offset-color: rgb(181 68 9 / 1)}.required\:ring-offset-orange-900\/0:required{--tw-ring-offset-color: rgb(147 55 7 / 0)}.required\:ring-offset-orange-900\/5:required{--tw-ring-offset-color: rgb(147 55 7 / .05)}.required\:ring-offset-orange-900\/10:required{--tw-ring-offset-color: rgb(147 55 7 / .1)}.required\:ring-offset-orange-900\/20:required{--tw-ring-offset-color: rgb(147 55 7 / .2)}.required\:ring-offset-orange-900\/25:required{--tw-ring-offset-color: rgb(147 55 7 / .25)}.required\:ring-offset-orange-900\/30:required{--tw-ring-offset-color: rgb(147 55 7 / .3)}.required\:ring-offset-orange-900\/40:required{--tw-ring-offset-color: rgb(147 55 7 / .4)}.required\:ring-offset-orange-900\/50:required{--tw-ring-offset-color: rgb(147 55 7 / .5)}.required\:ring-offset-orange-900\/60:required{--tw-ring-offset-color: rgb(147 55 7 / .6)}.required\:ring-offset-orange-900\/70:required{--tw-ring-offset-color: rgb(147 55 7 / .7)}.required\:ring-offset-orange-900\/75:required{--tw-ring-offset-color: rgb(147 55 7 / .75)}.required\:ring-offset-orange-900\/80:required{--tw-ring-offset-color: rgb(147 55 7 / .8)}.required\:ring-offset-orange-900\/90:required{--tw-ring-offset-color: rgb(147 55 7 / .9)}.required\:ring-offset-orange-900\/95:required{--tw-ring-offset-color: rgb(147 55 7 / .95)}.required\:ring-offset-orange-900\/100:required{--tw-ring-offset-color: rgb(147 55 7 / 1)}.required\:ring-offset-yellow-50\/0:required{--tw-ring-offset-color: rgb(254 252 232 / 0)}.required\:ring-offset-yellow-50\/5:required{--tw-ring-offset-color: rgb(254 252 232 / .05)}.required\:ring-offset-yellow-50\/10:required{--tw-ring-offset-color: rgb(254 252 232 / .1)}.required\:ring-offset-yellow-50\/20:required{--tw-ring-offset-color: rgb(254 252 232 / .2)}.required\:ring-offset-yellow-50\/25:required{--tw-ring-offset-color: rgb(254 252 232 / .25)}.required\:ring-offset-yellow-50\/30:required{--tw-ring-offset-color: rgb(254 252 232 / .3)}.required\:ring-offset-yellow-50\/40:required{--tw-ring-offset-color: rgb(254 252 232 / .4)}.required\:ring-offset-yellow-50\/50:required{--tw-ring-offset-color: rgb(254 252 232 / .5)}.required\:ring-offset-yellow-50\/60:required{--tw-ring-offset-color: rgb(254 252 232 / .6)}.required\:ring-offset-yellow-50\/70:required{--tw-ring-offset-color: rgb(254 252 232 / .7)}.required\:ring-offset-yellow-50\/75:required{--tw-ring-offset-color: rgb(254 252 232 / .75)}.required\:ring-offset-yellow-50\/80:required{--tw-ring-offset-color: rgb(254 252 232 / .8)}.required\:ring-offset-yellow-50\/90:required{--tw-ring-offset-color: rgb(254 252 232 / .9)}.required\:ring-offset-yellow-50\/95:required{--tw-ring-offset-color: rgb(254 252 232 / .95)}.required\:ring-offset-yellow-50\/100:required{--tw-ring-offset-color: rgb(254 252 232 / 1)}.required\:ring-offset-yellow-100\/0:required{--tw-ring-offset-color: rgb(254 243 199 / 0)}.required\:ring-offset-yellow-100\/5:required{--tw-ring-offset-color: rgb(254 243 199 / .05)}.required\:ring-offset-yellow-100\/10:required{--tw-ring-offset-color: rgb(254 243 199 / .1)}.required\:ring-offset-yellow-100\/20:required{--tw-ring-offset-color: rgb(254 243 199 / .2)}.required\:ring-offset-yellow-100\/25:required{--tw-ring-offset-color: rgb(254 243 199 / .25)}.required\:ring-offset-yellow-100\/30:required{--tw-ring-offset-color: rgb(254 243 199 / .3)}.required\:ring-offset-yellow-100\/40:required{--tw-ring-offset-color: rgb(254 243 199 / .4)}.required\:ring-offset-yellow-100\/50:required{--tw-ring-offset-color: rgb(254 243 199 / .5)}.required\:ring-offset-yellow-100\/60:required{--tw-ring-offset-color: rgb(254 243 199 / .6)}.required\:ring-offset-yellow-100\/70:required{--tw-ring-offset-color: rgb(254 243 199 / .7)}.required\:ring-offset-yellow-100\/75:required{--tw-ring-offset-color: rgb(254 243 199 / .75)}.required\:ring-offset-yellow-100\/80:required{--tw-ring-offset-color: rgb(254 243 199 / .8)}.required\:ring-offset-yellow-100\/90:required{--tw-ring-offset-color: rgb(254 243 199 / .9)}.required\:ring-offset-yellow-100\/95:required{--tw-ring-offset-color: rgb(254 243 199 / .95)}.required\:ring-offset-yellow-100\/100:required{--tw-ring-offset-color: rgb(254 243 199 / 1)}.required\:ring-offset-yellow-200\/0:required{--tw-ring-offset-color: rgb(253 230 138 / 0)}.required\:ring-offset-yellow-200\/5:required{--tw-ring-offset-color: rgb(253 230 138 / .05)}.required\:ring-offset-yellow-200\/10:required{--tw-ring-offset-color: rgb(253 230 138 / .1)}.required\:ring-offset-yellow-200\/20:required{--tw-ring-offset-color: rgb(253 230 138 / .2)}.required\:ring-offset-yellow-200\/25:required{--tw-ring-offset-color: rgb(253 230 138 / .25)}.required\:ring-offset-yellow-200\/30:required{--tw-ring-offset-color: rgb(253 230 138 / .3)}.required\:ring-offset-yellow-200\/40:required{--tw-ring-offset-color: rgb(253 230 138 / .4)}.required\:ring-offset-yellow-200\/50:required{--tw-ring-offset-color: rgb(253 230 138 / .5)}.required\:ring-offset-yellow-200\/60:required{--tw-ring-offset-color: rgb(253 230 138 / .6)}.required\:ring-offset-yellow-200\/70:required{--tw-ring-offset-color: rgb(253 230 138 / .7)}.required\:ring-offset-yellow-200\/75:required{--tw-ring-offset-color: rgb(253 230 138 / .75)}.required\:ring-offset-yellow-200\/80:required{--tw-ring-offset-color: rgb(253 230 138 / .8)}.required\:ring-offset-yellow-200\/90:required{--tw-ring-offset-color: rgb(253 230 138 / .9)}.required\:ring-offset-yellow-200\/95:required{--tw-ring-offset-color: rgb(253 230 138 / .95)}.required\:ring-offset-yellow-200\/100:required{--tw-ring-offset-color: rgb(253 230 138 / 1)}.required\:ring-offset-yellow-300\/0:required{--tw-ring-offset-color: rgb(252 211 77 / 0)}.required\:ring-offset-yellow-300\/5:required{--tw-ring-offset-color: rgb(252 211 77 / .05)}.required\:ring-offset-yellow-300\/10:required{--tw-ring-offset-color: rgb(252 211 77 / .1)}.required\:ring-offset-yellow-300\/20:required{--tw-ring-offset-color: rgb(252 211 77 / .2)}.required\:ring-offset-yellow-300\/25:required{--tw-ring-offset-color: rgb(252 211 77 / .25)}.required\:ring-offset-yellow-300\/30:required{--tw-ring-offset-color: rgb(252 211 77 / .3)}.required\:ring-offset-yellow-300\/40:required{--tw-ring-offset-color: rgb(252 211 77 / .4)}.required\:ring-offset-yellow-300\/50:required{--tw-ring-offset-color: rgb(252 211 77 / .5)}.required\:ring-offset-yellow-300\/60:required{--tw-ring-offset-color: rgb(252 211 77 / .6)}.required\:ring-offset-yellow-300\/70:required{--tw-ring-offset-color: rgb(252 211 77 / .7)}.required\:ring-offset-yellow-300\/75:required{--tw-ring-offset-color: rgb(252 211 77 / .75)}.required\:ring-offset-yellow-300\/80:required{--tw-ring-offset-color: rgb(252 211 77 / .8)}.required\:ring-offset-yellow-300\/90:required{--tw-ring-offset-color: rgb(252 211 77 / .9)}.required\:ring-offset-yellow-300\/95:required{--tw-ring-offset-color: rgb(252 211 77 / .95)}.required\:ring-offset-yellow-300\/100:required{--tw-ring-offset-color: rgb(252 211 77 / 1)}.required\:ring-offset-yellow-400\/0:required{--tw-ring-offset-color: rgb(251 191 36 / 0)}.required\:ring-offset-yellow-400\/5:required{--tw-ring-offset-color: rgb(251 191 36 / .05)}.required\:ring-offset-yellow-400\/10:required{--tw-ring-offset-color: rgb(251 191 36 / .1)}.required\:ring-offset-yellow-400\/20:required{--tw-ring-offset-color: rgb(251 191 36 / .2)}.required\:ring-offset-yellow-400\/25:required{--tw-ring-offset-color: rgb(251 191 36 / .25)}.required\:ring-offset-yellow-400\/30:required{--tw-ring-offset-color: rgb(251 191 36 / .3)}.required\:ring-offset-yellow-400\/40:required{--tw-ring-offset-color: rgb(251 191 36 / .4)}.required\:ring-offset-yellow-400\/50:required{--tw-ring-offset-color: rgb(251 191 36 / .5)}.required\:ring-offset-yellow-400\/60:required{--tw-ring-offset-color: rgb(251 191 36 / .6)}.required\:ring-offset-yellow-400\/70:required{--tw-ring-offset-color: rgb(251 191 36 / .7)}.required\:ring-offset-yellow-400\/75:required{--tw-ring-offset-color: rgb(251 191 36 / .75)}.required\:ring-offset-yellow-400\/80:required{--tw-ring-offset-color: rgb(251 191 36 / .8)}.required\:ring-offset-yellow-400\/90:required{--tw-ring-offset-color: rgb(251 191 36 / .9)}.required\:ring-offset-yellow-400\/95:required{--tw-ring-offset-color: rgb(251 191 36 / .95)}.required\:ring-offset-yellow-400\/100:required{--tw-ring-offset-color: rgb(251 191 36 / 1)}.required\:ring-offset-yellow-500\/0:required{--tw-ring-offset-color: rgb(234 179 8 / 0)}.required\:ring-offset-yellow-500\/5:required{--tw-ring-offset-color: rgb(234 179 8 / .05)}.required\:ring-offset-yellow-500\/10:required{--tw-ring-offset-color: rgb(234 179 8 / .1)}.required\:ring-offset-yellow-500\/20:required{--tw-ring-offset-color: rgb(234 179 8 / .2)}.required\:ring-offset-yellow-500\/25:required{--tw-ring-offset-color: rgb(234 179 8 / .25)}.required\:ring-offset-yellow-500\/30:required{--tw-ring-offset-color: rgb(234 179 8 / .3)}.required\:ring-offset-yellow-500\/40:required{--tw-ring-offset-color: rgb(234 179 8 / .4)}.required\:ring-offset-yellow-500\/50:required{--tw-ring-offset-color: rgb(234 179 8 / .5)}.required\:ring-offset-yellow-500\/60:required{--tw-ring-offset-color: rgb(234 179 8 / .6)}.required\:ring-offset-yellow-500\/70:required{--tw-ring-offset-color: rgb(234 179 8 / .7)}.required\:ring-offset-yellow-500\/75:required{--tw-ring-offset-color: rgb(234 179 8 / .75)}.required\:ring-offset-yellow-500\/80:required{--tw-ring-offset-color: rgb(234 179 8 / .8)}.required\:ring-offset-yellow-500\/90:required{--tw-ring-offset-color: rgb(234 179 8 / .9)}.required\:ring-offset-yellow-500\/95:required{--tw-ring-offset-color: rgb(234 179 8 / .95)}.required\:ring-offset-yellow-500\/100:required{--tw-ring-offset-color: rgb(234 179 8 / 1)}.required\:ring-offset-yellow-600\/0:required{--tw-ring-offset-color: rgb(217 119 6 / 0)}.required\:ring-offset-yellow-600\/5:required{--tw-ring-offset-color: rgb(217 119 6 / .05)}.required\:ring-offset-yellow-600\/10:required{--tw-ring-offset-color: rgb(217 119 6 / .1)}.required\:ring-offset-yellow-600\/20:required{--tw-ring-offset-color: rgb(217 119 6 / .2)}.required\:ring-offset-yellow-600\/25:required{--tw-ring-offset-color: rgb(217 119 6 / .25)}.required\:ring-offset-yellow-600\/30:required{--tw-ring-offset-color: rgb(217 119 6 / .3)}.required\:ring-offset-yellow-600\/40:required{--tw-ring-offset-color: rgb(217 119 6 / .4)}.required\:ring-offset-yellow-600\/50:required{--tw-ring-offset-color: rgb(217 119 6 / .5)}.required\:ring-offset-yellow-600\/60:required{--tw-ring-offset-color: rgb(217 119 6 / .6)}.required\:ring-offset-yellow-600\/70:required{--tw-ring-offset-color: rgb(217 119 6 / .7)}.required\:ring-offset-yellow-600\/75:required{--tw-ring-offset-color: rgb(217 119 6 / .75)}.required\:ring-offset-yellow-600\/80:required{--tw-ring-offset-color: rgb(217 119 6 / .8)}.required\:ring-offset-yellow-600\/90:required{--tw-ring-offset-color: rgb(217 119 6 / .9)}.required\:ring-offset-yellow-600\/95:required{--tw-ring-offset-color: rgb(217 119 6 / .95)}.required\:ring-offset-yellow-600\/100:required{--tw-ring-offset-color: rgb(217 119 6 / 1)}.required\:ring-offset-yellow-700\/0:required{--tw-ring-offset-color: rgb(180 83 9 / 0)}.required\:ring-offset-yellow-700\/5:required{--tw-ring-offset-color: rgb(180 83 9 / .05)}.required\:ring-offset-yellow-700\/10:required{--tw-ring-offset-color: rgb(180 83 9 / .1)}.required\:ring-offset-yellow-700\/20:required{--tw-ring-offset-color: rgb(180 83 9 / .2)}.required\:ring-offset-yellow-700\/25:required{--tw-ring-offset-color: rgb(180 83 9 / .25)}.required\:ring-offset-yellow-700\/30:required{--tw-ring-offset-color: rgb(180 83 9 / .3)}.required\:ring-offset-yellow-700\/40:required{--tw-ring-offset-color: rgb(180 83 9 / .4)}.required\:ring-offset-yellow-700\/50:required{--tw-ring-offset-color: rgb(180 83 9 / .5)}.required\:ring-offset-yellow-700\/60:required{--tw-ring-offset-color: rgb(180 83 9 / .6)}.required\:ring-offset-yellow-700\/70:required{--tw-ring-offset-color: rgb(180 83 9 / .7)}.required\:ring-offset-yellow-700\/75:required{--tw-ring-offset-color: rgb(180 83 9 / .75)}.required\:ring-offset-yellow-700\/80:required{--tw-ring-offset-color: rgb(180 83 9 / .8)}.required\:ring-offset-yellow-700\/90:required{--tw-ring-offset-color: rgb(180 83 9 / .9)}.required\:ring-offset-yellow-700\/95:required{--tw-ring-offset-color: rgb(180 83 9 / .95)}.required\:ring-offset-yellow-700\/100:required{--tw-ring-offset-color: rgb(180 83 9 / 1)}.required\:ring-offset-yellow-800\/0:required{--tw-ring-offset-color: rgb(146 64 14 / 0)}.required\:ring-offset-yellow-800\/5:required{--tw-ring-offset-color: rgb(146 64 14 / .05)}.required\:ring-offset-yellow-800\/10:required{--tw-ring-offset-color: rgb(146 64 14 / .1)}.required\:ring-offset-yellow-800\/20:required{--tw-ring-offset-color: rgb(146 64 14 / .2)}.required\:ring-offset-yellow-800\/25:required{--tw-ring-offset-color: rgb(146 64 14 / .25)}.required\:ring-offset-yellow-800\/30:required{--tw-ring-offset-color: rgb(146 64 14 / .3)}.required\:ring-offset-yellow-800\/40:required{--tw-ring-offset-color: rgb(146 64 14 / .4)}.required\:ring-offset-yellow-800\/50:required{--tw-ring-offset-color: rgb(146 64 14 / .5)}.required\:ring-offset-yellow-800\/60:required{--tw-ring-offset-color: rgb(146 64 14 / .6)}.required\:ring-offset-yellow-800\/70:required{--tw-ring-offset-color: rgb(146 64 14 / .7)}.required\:ring-offset-yellow-800\/75:required{--tw-ring-offset-color: rgb(146 64 14 / .75)}.required\:ring-offset-yellow-800\/80:required{--tw-ring-offset-color: rgb(146 64 14 / .8)}.required\:ring-offset-yellow-800\/90:required{--tw-ring-offset-color: rgb(146 64 14 / .9)}.required\:ring-offset-yellow-800\/95:required{--tw-ring-offset-color: rgb(146 64 14 / .95)}.required\:ring-offset-yellow-800\/100:required{--tw-ring-offset-color: rgb(146 64 14 / 1)}.required\:ring-offset-yellow-900\/0:required{--tw-ring-offset-color: rgb(120 53 15 / 0)}.required\:ring-offset-yellow-900\/5:required{--tw-ring-offset-color: rgb(120 53 15 / .05)}.required\:ring-offset-yellow-900\/10:required{--tw-ring-offset-color: rgb(120 53 15 / .1)}.required\:ring-offset-yellow-900\/20:required{--tw-ring-offset-color: rgb(120 53 15 / .2)}.required\:ring-offset-yellow-900\/25:required{--tw-ring-offset-color: rgb(120 53 15 / .25)}.required\:ring-offset-yellow-900\/30:required{--tw-ring-offset-color: rgb(120 53 15 / .3)}.required\:ring-offset-yellow-900\/40:required{--tw-ring-offset-color: rgb(120 53 15 / .4)}.required\:ring-offset-yellow-900\/50:required{--tw-ring-offset-color: rgb(120 53 15 / .5)}.required\:ring-offset-yellow-900\/60:required{--tw-ring-offset-color: rgb(120 53 15 / .6)}.required\:ring-offset-yellow-900\/70:required{--tw-ring-offset-color: rgb(120 53 15 / .7)}.required\:ring-offset-yellow-900\/75:required{--tw-ring-offset-color: rgb(120 53 15 / .75)}.required\:ring-offset-yellow-900\/80:required{--tw-ring-offset-color: rgb(120 53 15 / .8)}.required\:ring-offset-yellow-900\/90:required{--tw-ring-offset-color: rgb(120 53 15 / .9)}.required\:ring-offset-yellow-900\/95:required{--tw-ring-offset-color: rgb(120 53 15 / .95)}.required\:ring-offset-yellow-900\/100:required{--tw-ring-offset-color: rgb(120 53 15 / 1)}.required\:ring-offset-green-50\/0:required{--tw-ring-offset-color: rgb(240 253 244 / 0)}.required\:ring-offset-green-50\/5:required{--tw-ring-offset-color: rgb(240 253 244 / .05)}.required\:ring-offset-green-50\/10:required{--tw-ring-offset-color: rgb(240 253 244 / .1)}.required\:ring-offset-green-50\/20:required{--tw-ring-offset-color: rgb(240 253 244 / .2)}.required\:ring-offset-green-50\/25:required{--tw-ring-offset-color: rgb(240 253 244 / .25)}.required\:ring-offset-green-50\/30:required{--tw-ring-offset-color: rgb(240 253 244 / .3)}.required\:ring-offset-green-50\/40:required{--tw-ring-offset-color: rgb(240 253 244 / .4)}.required\:ring-offset-green-50\/50:required{--tw-ring-offset-color: rgb(240 253 244 / .5)}.required\:ring-offset-green-50\/60:required{--tw-ring-offset-color: rgb(240 253 244 / .6)}.required\:ring-offset-green-50\/70:required{--tw-ring-offset-color: rgb(240 253 244 / .7)}.required\:ring-offset-green-50\/75:required{--tw-ring-offset-color: rgb(240 253 244 / .75)}.required\:ring-offset-green-50\/80:required{--tw-ring-offset-color: rgb(240 253 244 / .8)}.required\:ring-offset-green-50\/90:required{--tw-ring-offset-color: rgb(240 253 244 / .9)}.required\:ring-offset-green-50\/95:required{--tw-ring-offset-color: rgb(240 253 244 / .95)}.required\:ring-offset-green-50\/100:required{--tw-ring-offset-color: rgb(240 253 244 / 1)}.required\:ring-offset-green-100\/0:required{--tw-ring-offset-color: rgb(242 250 246 / 0)}.required\:ring-offset-green-100\/5:required{--tw-ring-offset-color: rgb(242 250 246 / .05)}.required\:ring-offset-green-100\/10:required{--tw-ring-offset-color: rgb(242 250 246 / .1)}.required\:ring-offset-green-100\/20:required{--tw-ring-offset-color: rgb(242 250 246 / .2)}.required\:ring-offset-green-100\/25:required{--tw-ring-offset-color: rgb(242 250 246 / .25)}.required\:ring-offset-green-100\/30:required{--tw-ring-offset-color: rgb(242 250 246 / .3)}.required\:ring-offset-green-100\/40:required{--tw-ring-offset-color: rgb(242 250 246 / .4)}.required\:ring-offset-green-100\/50:required{--tw-ring-offset-color: rgb(242 250 246 / .5)}.required\:ring-offset-green-100\/60:required{--tw-ring-offset-color: rgb(242 250 246 / .6)}.required\:ring-offset-green-100\/70:required{--tw-ring-offset-color: rgb(242 250 246 / .7)}.required\:ring-offset-green-100\/75:required{--tw-ring-offset-color: rgb(242 250 246 / .75)}.required\:ring-offset-green-100\/80:required{--tw-ring-offset-color: rgb(242 250 246 / .8)}.required\:ring-offset-green-100\/90:required{--tw-ring-offset-color: rgb(242 250 246 / .9)}.required\:ring-offset-green-100\/95:required{--tw-ring-offset-color: rgb(242 250 246 / .95)}.required\:ring-offset-green-100\/100:required{--tw-ring-offset-color: rgb(242 250 246 / 1)}.required\:ring-offset-green-200\/0:required{--tw-ring-offset-color: rgb(229 246 238 / 0)}.required\:ring-offset-green-200\/5:required{--tw-ring-offset-color: rgb(229 246 238 / .05)}.required\:ring-offset-green-200\/10:required{--tw-ring-offset-color: rgb(229 246 238 / .1)}.required\:ring-offset-green-200\/20:required{--tw-ring-offset-color: rgb(229 246 238 / .2)}.required\:ring-offset-green-200\/25:required{--tw-ring-offset-color: rgb(229 246 238 / .25)}.required\:ring-offset-green-200\/30:required{--tw-ring-offset-color: rgb(229 246 238 / .3)}.required\:ring-offset-green-200\/40:required{--tw-ring-offset-color: rgb(229 246 238 / .4)}.required\:ring-offset-green-200\/50:required{--tw-ring-offset-color: rgb(229 246 238 / .5)}.required\:ring-offset-green-200\/60:required{--tw-ring-offset-color: rgb(229 246 238 / .6)}.required\:ring-offset-green-200\/70:required{--tw-ring-offset-color: rgb(229 246 238 / .7)}.required\:ring-offset-green-200\/75:required{--tw-ring-offset-color: rgb(229 246 238 / .75)}.required\:ring-offset-green-200\/80:required{--tw-ring-offset-color: rgb(229 246 238 / .8)}.required\:ring-offset-green-200\/90:required{--tw-ring-offset-color: rgb(229 246 238 / .9)}.required\:ring-offset-green-200\/95:required{--tw-ring-offset-color: rgb(229 246 238 / .95)}.required\:ring-offset-green-200\/100:required{--tw-ring-offset-color: rgb(229 246 238 / 1)}.required\:ring-offset-green-300\/0:required{--tw-ring-offset-color: rgb(200 238 219 / 0)}.required\:ring-offset-green-300\/5:required{--tw-ring-offset-color: rgb(200 238 219 / .05)}.required\:ring-offset-green-300\/10:required{--tw-ring-offset-color: rgb(200 238 219 / .1)}.required\:ring-offset-green-300\/20:required{--tw-ring-offset-color: rgb(200 238 219 / .2)}.required\:ring-offset-green-300\/25:required{--tw-ring-offset-color: rgb(200 238 219 / .25)}.required\:ring-offset-green-300\/30:required{--tw-ring-offset-color: rgb(200 238 219 / .3)}.required\:ring-offset-green-300\/40:required{--tw-ring-offset-color: rgb(200 238 219 / .4)}.required\:ring-offset-green-300\/50:required{--tw-ring-offset-color: rgb(200 238 219 / .5)}.required\:ring-offset-green-300\/60:required{--tw-ring-offset-color: rgb(200 238 219 / .6)}.required\:ring-offset-green-300\/70:required{--tw-ring-offset-color: rgb(200 238 219 / .7)}.required\:ring-offset-green-300\/75:required{--tw-ring-offset-color: rgb(200 238 219 / .75)}.required\:ring-offset-green-300\/80:required{--tw-ring-offset-color: rgb(200 238 219 / .8)}.required\:ring-offset-green-300\/90:required{--tw-ring-offset-color: rgb(200 238 219 / .9)}.required\:ring-offset-green-300\/95:required{--tw-ring-offset-color: rgb(200 238 219 / .95)}.required\:ring-offset-green-300\/100:required{--tw-ring-offset-color: rgb(200 238 219 / 1)}.required\:ring-offset-green-400\/0:required{--tw-ring-offset-color: rgb(166 229 200 / 0)}.required\:ring-offset-green-400\/5:required{--tw-ring-offset-color: rgb(166 229 200 / .05)}.required\:ring-offset-green-400\/10:required{--tw-ring-offset-color: rgb(166 229 200 / .1)}.required\:ring-offset-green-400\/20:required{--tw-ring-offset-color: rgb(166 229 200 / .2)}.required\:ring-offset-green-400\/25:required{--tw-ring-offset-color: rgb(166 229 200 / .25)}.required\:ring-offset-green-400\/30:required{--tw-ring-offset-color: rgb(166 229 200 / .3)}.required\:ring-offset-green-400\/40:required{--tw-ring-offset-color: rgb(166 229 200 / .4)}.required\:ring-offset-green-400\/50:required{--tw-ring-offset-color: rgb(166 229 200 / .5)}.required\:ring-offset-green-400\/60:required{--tw-ring-offset-color: rgb(166 229 200 / .6)}.required\:ring-offset-green-400\/70:required{--tw-ring-offset-color: rgb(166 229 200 / .7)}.required\:ring-offset-green-400\/75:required{--tw-ring-offset-color: rgb(166 229 200 / .75)}.required\:ring-offset-green-400\/80:required{--tw-ring-offset-color: rgb(166 229 200 / .8)}.required\:ring-offset-green-400\/90:required{--tw-ring-offset-color: rgb(166 229 200 / .9)}.required\:ring-offset-green-400\/95:required{--tw-ring-offset-color: rgb(166 229 200 / .95)}.required\:ring-offset-green-400\/100:required{--tw-ring-offset-color: rgb(166 229 200 / 1)}.required\:ring-offset-green-500\/0:required{--tw-ring-offset-color: rgb(123 220 178 / 0)}.required\:ring-offset-green-500\/5:required{--tw-ring-offset-color: rgb(123 220 178 / .05)}.required\:ring-offset-green-500\/10:required{--tw-ring-offset-color: rgb(123 220 178 / .1)}.required\:ring-offset-green-500\/20:required{--tw-ring-offset-color: rgb(123 220 178 / .2)}.required\:ring-offset-green-500\/25:required{--tw-ring-offset-color: rgb(123 220 178 / .25)}.required\:ring-offset-green-500\/30:required{--tw-ring-offset-color: rgb(123 220 178 / .3)}.required\:ring-offset-green-500\/40:required{--tw-ring-offset-color: rgb(123 220 178 / .4)}.required\:ring-offset-green-500\/50:required{--tw-ring-offset-color: rgb(123 220 178 / .5)}.required\:ring-offset-green-500\/60:required{--tw-ring-offset-color: rgb(123 220 178 / .6)}.required\:ring-offset-green-500\/70:required{--tw-ring-offset-color: rgb(123 220 178 / .7)}.required\:ring-offset-green-500\/75:required{--tw-ring-offset-color: rgb(123 220 178 / .75)}.required\:ring-offset-green-500\/80:required{--tw-ring-offset-color: rgb(123 220 178 / .8)}.required\:ring-offset-green-500\/90:required{--tw-ring-offset-color: rgb(123 220 178 / .9)}.required\:ring-offset-green-500\/95:required{--tw-ring-offset-color: rgb(123 220 178 / .95)}.required\:ring-offset-green-500\/100:required{--tw-ring-offset-color: rgb(123 220 178 / 1)}.required\:ring-offset-green-600\/0:required{--tw-ring-offset-color: rgb(52 211 153 / 0)}.required\:ring-offset-green-600\/5:required{--tw-ring-offset-color: rgb(52 211 153 / .05)}.required\:ring-offset-green-600\/10:required{--tw-ring-offset-color: rgb(52 211 153 / .1)}.required\:ring-offset-green-600\/20:required{--tw-ring-offset-color: rgb(52 211 153 / .2)}.required\:ring-offset-green-600\/25:required{--tw-ring-offset-color: rgb(52 211 153 / .25)}.required\:ring-offset-green-600\/30:required{--tw-ring-offset-color: rgb(52 211 153 / .3)}.required\:ring-offset-green-600\/40:required{--tw-ring-offset-color: rgb(52 211 153 / .4)}.required\:ring-offset-green-600\/50:required{--tw-ring-offset-color: rgb(52 211 153 / .5)}.required\:ring-offset-green-600\/60:required{--tw-ring-offset-color: rgb(52 211 153 / .6)}.required\:ring-offset-green-600\/70:required{--tw-ring-offset-color: rgb(52 211 153 / .7)}.required\:ring-offset-green-600\/75:required{--tw-ring-offset-color: rgb(52 211 153 / .75)}.required\:ring-offset-green-600\/80:required{--tw-ring-offset-color: rgb(52 211 153 / .8)}.required\:ring-offset-green-600\/90:required{--tw-ring-offset-color: rgb(52 211 153 / .9)}.required\:ring-offset-green-600\/95:required{--tw-ring-offset-color: rgb(52 211 153 / .95)}.required\:ring-offset-green-600\/100:required{--tw-ring-offset-color: rgb(52 211 153 / 1)}.required\:ring-offset-green-700\/0:required{--tw-ring-offset-color: rgb(46 188 136 / 0)}.required\:ring-offset-green-700\/5:required{--tw-ring-offset-color: rgb(46 188 136 / .05)}.required\:ring-offset-green-700\/10:required{--tw-ring-offset-color: rgb(46 188 136 / .1)}.required\:ring-offset-green-700\/20:required{--tw-ring-offset-color: rgb(46 188 136 / .2)}.required\:ring-offset-green-700\/25:required{--tw-ring-offset-color: rgb(46 188 136 / .25)}.required\:ring-offset-green-700\/30:required{--tw-ring-offset-color: rgb(46 188 136 / .3)}.required\:ring-offset-green-700\/40:required{--tw-ring-offset-color: rgb(46 188 136 / .4)}.required\:ring-offset-green-700\/50:required{--tw-ring-offset-color: rgb(46 188 136 / .5)}.required\:ring-offset-green-700\/60:required{--tw-ring-offset-color: rgb(46 188 136 / .6)}.required\:ring-offset-green-700\/70:required{--tw-ring-offset-color: rgb(46 188 136 / .7)}.required\:ring-offset-green-700\/75:required{--tw-ring-offset-color: rgb(46 188 136 / .75)}.required\:ring-offset-green-700\/80:required{--tw-ring-offset-color: rgb(46 188 136 / .8)}.required\:ring-offset-green-700\/90:required{--tw-ring-offset-color: rgb(46 188 136 / .9)}.required\:ring-offset-green-700\/95:required{--tw-ring-offset-color: rgb(46 188 136 / .95)}.required\:ring-offset-green-700\/100:required{--tw-ring-offset-color: rgb(46 188 136 / 1)}.required\:ring-offset-green-800\/0:required{--tw-ring-offset-color: rgb(40 163 118 / 0)}.required\:ring-offset-green-800\/5:required{--tw-ring-offset-color: rgb(40 163 118 / .05)}.required\:ring-offset-green-800\/10:required{--tw-ring-offset-color: rgb(40 163 118 / .1)}.required\:ring-offset-green-800\/20:required{--tw-ring-offset-color: rgb(40 163 118 / .2)}.required\:ring-offset-green-800\/25:required{--tw-ring-offset-color: rgb(40 163 118 / .25)}.required\:ring-offset-green-800\/30:required{--tw-ring-offset-color: rgb(40 163 118 / .3)}.required\:ring-offset-green-800\/40:required{--tw-ring-offset-color: rgb(40 163 118 / .4)}.required\:ring-offset-green-800\/50:required{--tw-ring-offset-color: rgb(40 163 118 / .5)}.required\:ring-offset-green-800\/60:required{--tw-ring-offset-color: rgb(40 163 118 / .6)}.required\:ring-offset-green-800\/70:required{--tw-ring-offset-color: rgb(40 163 118 / .7)}.required\:ring-offset-green-800\/75:required{--tw-ring-offset-color: rgb(40 163 118 / .75)}.required\:ring-offset-green-800\/80:required{--tw-ring-offset-color: rgb(40 163 118 / .8)}.required\:ring-offset-green-800\/90:required{--tw-ring-offset-color: rgb(40 163 118 / .9)}.required\:ring-offset-green-800\/95:required{--tw-ring-offset-color: rgb(40 163 118 / .95)}.required\:ring-offset-green-800\/100:required{--tw-ring-offset-color: rgb(40 163 118 / 1)}.required\:ring-offset-green-900\/0:required{--tw-ring-offset-color: rgb(32 133 96 / 0)}.required\:ring-offset-green-900\/5:required{--tw-ring-offset-color: rgb(32 133 96 / .05)}.required\:ring-offset-green-900\/10:required{--tw-ring-offset-color: rgb(32 133 96 / .1)}.required\:ring-offset-green-900\/20:required{--tw-ring-offset-color: rgb(32 133 96 / .2)}.required\:ring-offset-green-900\/25:required{--tw-ring-offset-color: rgb(32 133 96 / .25)}.required\:ring-offset-green-900\/30:required{--tw-ring-offset-color: rgb(32 133 96 / .3)}.required\:ring-offset-green-900\/40:required{--tw-ring-offset-color: rgb(32 133 96 / .4)}.required\:ring-offset-green-900\/50:required{--tw-ring-offset-color: rgb(32 133 96 / .5)}.required\:ring-offset-green-900\/60:required{--tw-ring-offset-color: rgb(32 133 96 / .6)}.required\:ring-offset-green-900\/70:required{--tw-ring-offset-color: rgb(32 133 96 / .7)}.required\:ring-offset-green-900\/75:required{--tw-ring-offset-color: rgb(32 133 96 / .75)}.required\:ring-offset-green-900\/80:required{--tw-ring-offset-color: rgb(32 133 96 / .8)}.required\:ring-offset-green-900\/90:required{--tw-ring-offset-color: rgb(32 133 96 / .9)}.required\:ring-offset-green-900\/95:required{--tw-ring-offset-color: rgb(32 133 96 / .95)}.required\:ring-offset-green-900\/100:required{--tw-ring-offset-color: rgb(32 133 96 / 1)}.required\:ring-offset-emerald-50\/0:required{--tw-ring-offset-color: rgb(236 253 245 / 0)}.required\:ring-offset-emerald-50\/5:required{--tw-ring-offset-color: rgb(236 253 245 / .05)}.required\:ring-offset-emerald-50\/10:required{--tw-ring-offset-color: rgb(236 253 245 / .1)}.required\:ring-offset-emerald-50\/20:required{--tw-ring-offset-color: rgb(236 253 245 / .2)}.required\:ring-offset-emerald-50\/25:required{--tw-ring-offset-color: rgb(236 253 245 / .25)}.required\:ring-offset-emerald-50\/30:required{--tw-ring-offset-color: rgb(236 253 245 / .3)}.required\:ring-offset-emerald-50\/40:required{--tw-ring-offset-color: rgb(236 253 245 / .4)}.required\:ring-offset-emerald-50\/50:required{--tw-ring-offset-color: rgb(236 253 245 / .5)}.required\:ring-offset-emerald-50\/60:required{--tw-ring-offset-color: rgb(236 253 245 / .6)}.required\:ring-offset-emerald-50\/70:required{--tw-ring-offset-color: rgb(236 253 245 / .7)}.required\:ring-offset-emerald-50\/75:required{--tw-ring-offset-color: rgb(236 253 245 / .75)}.required\:ring-offset-emerald-50\/80:required{--tw-ring-offset-color: rgb(236 253 245 / .8)}.required\:ring-offset-emerald-50\/90:required{--tw-ring-offset-color: rgb(236 253 245 / .9)}.required\:ring-offset-emerald-50\/95:required{--tw-ring-offset-color: rgb(236 253 245 / .95)}.required\:ring-offset-emerald-50\/100:required{--tw-ring-offset-color: rgb(236 253 245 / 1)}.required\:ring-offset-emerald-100\/0:required{--tw-ring-offset-color: rgb(209 250 229 / 0)}.required\:ring-offset-emerald-100\/5:required{--tw-ring-offset-color: rgb(209 250 229 / .05)}.required\:ring-offset-emerald-100\/10:required{--tw-ring-offset-color: rgb(209 250 229 / .1)}.required\:ring-offset-emerald-100\/20:required{--tw-ring-offset-color: rgb(209 250 229 / .2)}.required\:ring-offset-emerald-100\/25:required{--tw-ring-offset-color: rgb(209 250 229 / .25)}.required\:ring-offset-emerald-100\/30:required{--tw-ring-offset-color: rgb(209 250 229 / .3)}.required\:ring-offset-emerald-100\/40:required{--tw-ring-offset-color: rgb(209 250 229 / .4)}.required\:ring-offset-emerald-100\/50:required{--tw-ring-offset-color: rgb(209 250 229 / .5)}.required\:ring-offset-emerald-100\/60:required{--tw-ring-offset-color: rgb(209 250 229 / .6)}.required\:ring-offset-emerald-100\/70:required{--tw-ring-offset-color: rgb(209 250 229 / .7)}.required\:ring-offset-emerald-100\/75:required{--tw-ring-offset-color: rgb(209 250 229 / .75)}.required\:ring-offset-emerald-100\/80:required{--tw-ring-offset-color: rgb(209 250 229 / .8)}.required\:ring-offset-emerald-100\/90:required{--tw-ring-offset-color: rgb(209 250 229 / .9)}.required\:ring-offset-emerald-100\/95:required{--tw-ring-offset-color: rgb(209 250 229 / .95)}.required\:ring-offset-emerald-100\/100:required{--tw-ring-offset-color: rgb(209 250 229 / 1)}.required\:ring-offset-emerald-200\/0:required{--tw-ring-offset-color: rgb(167 243 208 / 0)}.required\:ring-offset-emerald-200\/5:required{--tw-ring-offset-color: rgb(167 243 208 / .05)}.required\:ring-offset-emerald-200\/10:required{--tw-ring-offset-color: rgb(167 243 208 / .1)}.required\:ring-offset-emerald-200\/20:required{--tw-ring-offset-color: rgb(167 243 208 / .2)}.required\:ring-offset-emerald-200\/25:required{--tw-ring-offset-color: rgb(167 243 208 / .25)}.required\:ring-offset-emerald-200\/30:required{--tw-ring-offset-color: rgb(167 243 208 / .3)}.required\:ring-offset-emerald-200\/40:required{--tw-ring-offset-color: rgb(167 243 208 / .4)}.required\:ring-offset-emerald-200\/50:required{--tw-ring-offset-color: rgb(167 243 208 / .5)}.required\:ring-offset-emerald-200\/60:required{--tw-ring-offset-color: rgb(167 243 208 / .6)}.required\:ring-offset-emerald-200\/70:required{--tw-ring-offset-color: rgb(167 243 208 / .7)}.required\:ring-offset-emerald-200\/75:required{--tw-ring-offset-color: rgb(167 243 208 / .75)}.required\:ring-offset-emerald-200\/80:required{--tw-ring-offset-color: rgb(167 243 208 / .8)}.required\:ring-offset-emerald-200\/90:required{--tw-ring-offset-color: rgb(167 243 208 / .9)}.required\:ring-offset-emerald-200\/95:required{--tw-ring-offset-color: rgb(167 243 208 / .95)}.required\:ring-offset-emerald-200\/100:required{--tw-ring-offset-color: rgb(167 243 208 / 1)}.required\:ring-offset-emerald-300\/0:required{--tw-ring-offset-color: rgb(110 231 183 / 0)}.required\:ring-offset-emerald-300\/5:required{--tw-ring-offset-color: rgb(110 231 183 / .05)}.required\:ring-offset-emerald-300\/10:required{--tw-ring-offset-color: rgb(110 231 183 / .1)}.required\:ring-offset-emerald-300\/20:required{--tw-ring-offset-color: rgb(110 231 183 / .2)}.required\:ring-offset-emerald-300\/25:required{--tw-ring-offset-color: rgb(110 231 183 / .25)}.required\:ring-offset-emerald-300\/30:required{--tw-ring-offset-color: rgb(110 231 183 / .3)}.required\:ring-offset-emerald-300\/40:required{--tw-ring-offset-color: rgb(110 231 183 / .4)}.required\:ring-offset-emerald-300\/50:required{--tw-ring-offset-color: rgb(110 231 183 / .5)}.required\:ring-offset-emerald-300\/60:required{--tw-ring-offset-color: rgb(110 231 183 / .6)}.required\:ring-offset-emerald-300\/70:required{--tw-ring-offset-color: rgb(110 231 183 / .7)}.required\:ring-offset-emerald-300\/75:required{--tw-ring-offset-color: rgb(110 231 183 / .75)}.required\:ring-offset-emerald-300\/80:required{--tw-ring-offset-color: rgb(110 231 183 / .8)}.required\:ring-offset-emerald-300\/90:required{--tw-ring-offset-color: rgb(110 231 183 / .9)}.required\:ring-offset-emerald-300\/95:required{--tw-ring-offset-color: rgb(110 231 183 / .95)}.required\:ring-offset-emerald-300\/100:required{--tw-ring-offset-color: rgb(110 231 183 / 1)}.required\:ring-offset-emerald-400\/0:required{--tw-ring-offset-color: rgb(52 211 153 / 0)}.required\:ring-offset-emerald-400\/5:required{--tw-ring-offset-color: rgb(52 211 153 / .05)}.required\:ring-offset-emerald-400\/10:required{--tw-ring-offset-color: rgb(52 211 153 / .1)}.required\:ring-offset-emerald-400\/20:required{--tw-ring-offset-color: rgb(52 211 153 / .2)}.required\:ring-offset-emerald-400\/25:required{--tw-ring-offset-color: rgb(52 211 153 / .25)}.required\:ring-offset-emerald-400\/30:required{--tw-ring-offset-color: rgb(52 211 153 / .3)}.required\:ring-offset-emerald-400\/40:required{--tw-ring-offset-color: rgb(52 211 153 / .4)}.required\:ring-offset-emerald-400\/50:required{--tw-ring-offset-color: rgb(52 211 153 / .5)}.required\:ring-offset-emerald-400\/60:required{--tw-ring-offset-color: rgb(52 211 153 / .6)}.required\:ring-offset-emerald-400\/70:required{--tw-ring-offset-color: rgb(52 211 153 / .7)}.required\:ring-offset-emerald-400\/75:required{--tw-ring-offset-color: rgb(52 211 153 / .75)}.required\:ring-offset-emerald-400\/80:required{--tw-ring-offset-color: rgb(52 211 153 / .8)}.required\:ring-offset-emerald-400\/90:required{--tw-ring-offset-color: rgb(52 211 153 / .9)}.required\:ring-offset-emerald-400\/95:required{--tw-ring-offset-color: rgb(52 211 153 / .95)}.required\:ring-offset-emerald-400\/100:required{--tw-ring-offset-color: rgb(52 211 153 / 1)}.required\:ring-offset-emerald-500\/0:required{--tw-ring-offset-color: rgb(16 185 129 / 0)}.required\:ring-offset-emerald-500\/5:required{--tw-ring-offset-color: rgb(16 185 129 / .05)}.required\:ring-offset-emerald-500\/10:required{--tw-ring-offset-color: rgb(16 185 129 / .1)}.required\:ring-offset-emerald-500\/20:required{--tw-ring-offset-color: rgb(16 185 129 / .2)}.required\:ring-offset-emerald-500\/25:required{--tw-ring-offset-color: rgb(16 185 129 / .25)}.required\:ring-offset-emerald-500\/30:required{--tw-ring-offset-color: rgb(16 185 129 / .3)}.required\:ring-offset-emerald-500\/40:required{--tw-ring-offset-color: rgb(16 185 129 / .4)}.required\:ring-offset-emerald-500\/50:required{--tw-ring-offset-color: rgb(16 185 129 / .5)}.required\:ring-offset-emerald-500\/60:required{--tw-ring-offset-color: rgb(16 185 129 / .6)}.required\:ring-offset-emerald-500\/70:required{--tw-ring-offset-color: rgb(16 185 129 / .7)}.required\:ring-offset-emerald-500\/75:required{--tw-ring-offset-color: rgb(16 185 129 / .75)}.required\:ring-offset-emerald-500\/80:required{--tw-ring-offset-color: rgb(16 185 129 / .8)}.required\:ring-offset-emerald-500\/90:required{--tw-ring-offset-color: rgb(16 185 129 / .9)}.required\:ring-offset-emerald-500\/95:required{--tw-ring-offset-color: rgb(16 185 129 / .95)}.required\:ring-offset-emerald-500\/100:required{--tw-ring-offset-color: rgb(16 185 129 / 1)}.required\:ring-offset-emerald-600\/0:required{--tw-ring-offset-color: rgb(5 150 105 / 0)}.required\:ring-offset-emerald-600\/5:required{--tw-ring-offset-color: rgb(5 150 105 / .05)}.required\:ring-offset-emerald-600\/10:required{--tw-ring-offset-color: rgb(5 150 105 / .1)}.required\:ring-offset-emerald-600\/20:required{--tw-ring-offset-color: rgb(5 150 105 / .2)}.required\:ring-offset-emerald-600\/25:required{--tw-ring-offset-color: rgb(5 150 105 / .25)}.required\:ring-offset-emerald-600\/30:required{--tw-ring-offset-color: rgb(5 150 105 / .3)}.required\:ring-offset-emerald-600\/40:required{--tw-ring-offset-color: rgb(5 150 105 / .4)}.required\:ring-offset-emerald-600\/50:required{--tw-ring-offset-color: rgb(5 150 105 / .5)}.required\:ring-offset-emerald-600\/60:required{--tw-ring-offset-color: rgb(5 150 105 / .6)}.required\:ring-offset-emerald-600\/70:required{--tw-ring-offset-color: rgb(5 150 105 / .7)}.required\:ring-offset-emerald-600\/75:required{--tw-ring-offset-color: rgb(5 150 105 / .75)}.required\:ring-offset-emerald-600\/80:required{--tw-ring-offset-color: rgb(5 150 105 / .8)}.required\:ring-offset-emerald-600\/90:required{--tw-ring-offset-color: rgb(5 150 105 / .9)}.required\:ring-offset-emerald-600\/95:required{--tw-ring-offset-color: rgb(5 150 105 / .95)}.required\:ring-offset-emerald-600\/100:required{--tw-ring-offset-color: rgb(5 150 105 / 1)}.required\:ring-offset-emerald-700\/0:required{--tw-ring-offset-color: rgb(4 120 87 / 0)}.required\:ring-offset-emerald-700\/5:required{--tw-ring-offset-color: rgb(4 120 87 / .05)}.required\:ring-offset-emerald-700\/10:required{--tw-ring-offset-color: rgb(4 120 87 / .1)}.required\:ring-offset-emerald-700\/20:required{--tw-ring-offset-color: rgb(4 120 87 / .2)}.required\:ring-offset-emerald-700\/25:required{--tw-ring-offset-color: rgb(4 120 87 / .25)}.required\:ring-offset-emerald-700\/30:required{--tw-ring-offset-color: rgb(4 120 87 / .3)}.required\:ring-offset-emerald-700\/40:required{--tw-ring-offset-color: rgb(4 120 87 / .4)}.required\:ring-offset-emerald-700\/50:required{--tw-ring-offset-color: rgb(4 120 87 / .5)}.required\:ring-offset-emerald-700\/60:required{--tw-ring-offset-color: rgb(4 120 87 / .6)}.required\:ring-offset-emerald-700\/70:required{--tw-ring-offset-color: rgb(4 120 87 / .7)}.required\:ring-offset-emerald-700\/75:required{--tw-ring-offset-color: rgb(4 120 87 / .75)}.required\:ring-offset-emerald-700\/80:required{--tw-ring-offset-color: rgb(4 120 87 / .8)}.required\:ring-offset-emerald-700\/90:required{--tw-ring-offset-color: rgb(4 120 87 / .9)}.required\:ring-offset-emerald-700\/95:required{--tw-ring-offset-color: rgb(4 120 87 / .95)}.required\:ring-offset-emerald-700\/100:required{--tw-ring-offset-color: rgb(4 120 87 / 1)}.required\:ring-offset-emerald-800\/0:required{--tw-ring-offset-color: rgb(6 95 70 / 0)}.required\:ring-offset-emerald-800\/5:required{--tw-ring-offset-color: rgb(6 95 70 / .05)}.required\:ring-offset-emerald-800\/10:required{--tw-ring-offset-color: rgb(6 95 70 / .1)}.required\:ring-offset-emerald-800\/20:required{--tw-ring-offset-color: rgb(6 95 70 / .2)}.required\:ring-offset-emerald-800\/25:required{--tw-ring-offset-color: rgb(6 95 70 / .25)}.required\:ring-offset-emerald-800\/30:required{--tw-ring-offset-color: rgb(6 95 70 / .3)}.required\:ring-offset-emerald-800\/40:required{--tw-ring-offset-color: rgb(6 95 70 / .4)}.required\:ring-offset-emerald-800\/50:required{--tw-ring-offset-color: rgb(6 95 70 / .5)}.required\:ring-offset-emerald-800\/60:required{--tw-ring-offset-color: rgb(6 95 70 / .6)}.required\:ring-offset-emerald-800\/70:required{--tw-ring-offset-color: rgb(6 95 70 / .7)}.required\:ring-offset-emerald-800\/75:required{--tw-ring-offset-color: rgb(6 95 70 / .75)}.required\:ring-offset-emerald-800\/80:required{--tw-ring-offset-color: rgb(6 95 70 / .8)}.required\:ring-offset-emerald-800\/90:required{--tw-ring-offset-color: rgb(6 95 70 / .9)}.required\:ring-offset-emerald-800\/95:required{--tw-ring-offset-color: rgb(6 95 70 / .95)}.required\:ring-offset-emerald-800\/100:required{--tw-ring-offset-color: rgb(6 95 70 / 1)}.required\:ring-offset-emerald-900\/0:required{--tw-ring-offset-color: rgb(6 78 59 / 0)}.required\:ring-offset-emerald-900\/5:required{--tw-ring-offset-color: rgb(6 78 59 / .05)}.required\:ring-offset-emerald-900\/10:required{--tw-ring-offset-color: rgb(6 78 59 / .1)}.required\:ring-offset-emerald-900\/20:required{--tw-ring-offset-color: rgb(6 78 59 / .2)}.required\:ring-offset-emerald-900\/25:required{--tw-ring-offset-color: rgb(6 78 59 / .25)}.required\:ring-offset-emerald-900\/30:required{--tw-ring-offset-color: rgb(6 78 59 / .3)}.required\:ring-offset-emerald-900\/40:required{--tw-ring-offset-color: rgb(6 78 59 / .4)}.required\:ring-offset-emerald-900\/50:required{--tw-ring-offset-color: rgb(6 78 59 / .5)}.required\:ring-offset-emerald-900\/60:required{--tw-ring-offset-color: rgb(6 78 59 / .6)}.required\:ring-offset-emerald-900\/70:required{--tw-ring-offset-color: rgb(6 78 59 / .7)}.required\:ring-offset-emerald-900\/75:required{--tw-ring-offset-color: rgb(6 78 59 / .75)}.required\:ring-offset-emerald-900\/80:required{--tw-ring-offset-color: rgb(6 78 59 / .8)}.required\:ring-offset-emerald-900\/90:required{--tw-ring-offset-color: rgb(6 78 59 / .9)}.required\:ring-offset-emerald-900\/95:required{--tw-ring-offset-color: rgb(6 78 59 / .95)}.required\:ring-offset-emerald-900\/100:required{--tw-ring-offset-color: rgb(6 78 59 / 1)}.required\:ring-offset-teal-50\/0:required{--tw-ring-offset-color: rgb(240 253 250 / 0)}.required\:ring-offset-teal-50\/5:required{--tw-ring-offset-color: rgb(240 253 250 / .05)}.required\:ring-offset-teal-50\/10:required{--tw-ring-offset-color: rgb(240 253 250 / .1)}.required\:ring-offset-teal-50\/20:required{--tw-ring-offset-color: rgb(240 253 250 / .2)}.required\:ring-offset-teal-50\/25:required{--tw-ring-offset-color: rgb(240 253 250 / .25)}.required\:ring-offset-teal-50\/30:required{--tw-ring-offset-color: rgb(240 253 250 / .3)}.required\:ring-offset-teal-50\/40:required{--tw-ring-offset-color: rgb(240 253 250 / .4)}.required\:ring-offset-teal-50\/50:required{--tw-ring-offset-color: rgb(240 253 250 / .5)}.required\:ring-offset-teal-50\/60:required{--tw-ring-offset-color: rgb(240 253 250 / .6)}.required\:ring-offset-teal-50\/70:required{--tw-ring-offset-color: rgb(240 253 250 / .7)}.required\:ring-offset-teal-50\/75:required{--tw-ring-offset-color: rgb(240 253 250 / .75)}.required\:ring-offset-teal-50\/80:required{--tw-ring-offset-color: rgb(240 253 250 / .8)}.required\:ring-offset-teal-50\/90:required{--tw-ring-offset-color: rgb(240 253 250 / .9)}.required\:ring-offset-teal-50\/95:required{--tw-ring-offset-color: rgb(240 253 250 / .95)}.required\:ring-offset-teal-50\/100:required{--tw-ring-offset-color: rgb(240 253 250 / 1)}.required\:ring-offset-teal-100\/0:required{--tw-ring-offset-color: rgb(204 251 241 / 0)}.required\:ring-offset-teal-100\/5:required{--tw-ring-offset-color: rgb(204 251 241 / .05)}.required\:ring-offset-teal-100\/10:required{--tw-ring-offset-color: rgb(204 251 241 / .1)}.required\:ring-offset-teal-100\/20:required{--tw-ring-offset-color: rgb(204 251 241 / .2)}.required\:ring-offset-teal-100\/25:required{--tw-ring-offset-color: rgb(204 251 241 / .25)}.required\:ring-offset-teal-100\/30:required{--tw-ring-offset-color: rgb(204 251 241 / .3)}.required\:ring-offset-teal-100\/40:required{--tw-ring-offset-color: rgb(204 251 241 / .4)}.required\:ring-offset-teal-100\/50:required{--tw-ring-offset-color: rgb(204 251 241 / .5)}.required\:ring-offset-teal-100\/60:required{--tw-ring-offset-color: rgb(204 251 241 / .6)}.required\:ring-offset-teal-100\/70:required{--tw-ring-offset-color: rgb(204 251 241 / .7)}.required\:ring-offset-teal-100\/75:required{--tw-ring-offset-color: rgb(204 251 241 / .75)}.required\:ring-offset-teal-100\/80:required{--tw-ring-offset-color: rgb(204 251 241 / .8)}.required\:ring-offset-teal-100\/90:required{--tw-ring-offset-color: rgb(204 251 241 / .9)}.required\:ring-offset-teal-100\/95:required{--tw-ring-offset-color: rgb(204 251 241 / .95)}.required\:ring-offset-teal-100\/100:required{--tw-ring-offset-color: rgb(204 251 241 / 1)}.required\:ring-offset-teal-200\/0:required{--tw-ring-offset-color: rgb(153 246 228 / 0)}.required\:ring-offset-teal-200\/5:required{--tw-ring-offset-color: rgb(153 246 228 / .05)}.required\:ring-offset-teal-200\/10:required{--tw-ring-offset-color: rgb(153 246 228 / .1)}.required\:ring-offset-teal-200\/20:required{--tw-ring-offset-color: rgb(153 246 228 / .2)}.required\:ring-offset-teal-200\/25:required{--tw-ring-offset-color: rgb(153 246 228 / .25)}.required\:ring-offset-teal-200\/30:required{--tw-ring-offset-color: rgb(153 246 228 / .3)}.required\:ring-offset-teal-200\/40:required{--tw-ring-offset-color: rgb(153 246 228 / .4)}.required\:ring-offset-teal-200\/50:required{--tw-ring-offset-color: rgb(153 246 228 / .5)}.required\:ring-offset-teal-200\/60:required{--tw-ring-offset-color: rgb(153 246 228 / .6)}.required\:ring-offset-teal-200\/70:required{--tw-ring-offset-color: rgb(153 246 228 / .7)}.required\:ring-offset-teal-200\/75:required{--tw-ring-offset-color: rgb(153 246 228 / .75)}.required\:ring-offset-teal-200\/80:required{--tw-ring-offset-color: rgb(153 246 228 / .8)}.required\:ring-offset-teal-200\/90:required{--tw-ring-offset-color: rgb(153 246 228 / .9)}.required\:ring-offset-teal-200\/95:required{--tw-ring-offset-color: rgb(153 246 228 / .95)}.required\:ring-offset-teal-200\/100:required{--tw-ring-offset-color: rgb(153 246 228 / 1)}.required\:ring-offset-teal-300\/0:required{--tw-ring-offset-color: rgb(94 234 212 / 0)}.required\:ring-offset-teal-300\/5:required{--tw-ring-offset-color: rgb(94 234 212 / .05)}.required\:ring-offset-teal-300\/10:required{--tw-ring-offset-color: rgb(94 234 212 / .1)}.required\:ring-offset-teal-300\/20:required{--tw-ring-offset-color: rgb(94 234 212 / .2)}.required\:ring-offset-teal-300\/25:required{--tw-ring-offset-color: rgb(94 234 212 / .25)}.required\:ring-offset-teal-300\/30:required{--tw-ring-offset-color: rgb(94 234 212 / .3)}.required\:ring-offset-teal-300\/40:required{--tw-ring-offset-color: rgb(94 234 212 / .4)}.required\:ring-offset-teal-300\/50:required{--tw-ring-offset-color: rgb(94 234 212 / .5)}.required\:ring-offset-teal-300\/60:required{--tw-ring-offset-color: rgb(94 234 212 / .6)}.required\:ring-offset-teal-300\/70:required{--tw-ring-offset-color: rgb(94 234 212 / .7)}.required\:ring-offset-teal-300\/75:required{--tw-ring-offset-color: rgb(94 234 212 / .75)}.required\:ring-offset-teal-300\/80:required{--tw-ring-offset-color: rgb(94 234 212 / .8)}.required\:ring-offset-teal-300\/90:required{--tw-ring-offset-color: rgb(94 234 212 / .9)}.required\:ring-offset-teal-300\/95:required{--tw-ring-offset-color: rgb(94 234 212 / .95)}.required\:ring-offset-teal-300\/100:required{--tw-ring-offset-color: rgb(94 234 212 / 1)}.required\:ring-offset-teal-400\/0:required{--tw-ring-offset-color: rgb(45 212 191 / 0)}.required\:ring-offset-teal-400\/5:required{--tw-ring-offset-color: rgb(45 212 191 / .05)}.required\:ring-offset-teal-400\/10:required{--tw-ring-offset-color: rgb(45 212 191 / .1)}.required\:ring-offset-teal-400\/20:required{--tw-ring-offset-color: rgb(45 212 191 / .2)}.required\:ring-offset-teal-400\/25:required{--tw-ring-offset-color: rgb(45 212 191 / .25)}.required\:ring-offset-teal-400\/30:required{--tw-ring-offset-color: rgb(45 212 191 / .3)}.required\:ring-offset-teal-400\/40:required{--tw-ring-offset-color: rgb(45 212 191 / .4)}.required\:ring-offset-teal-400\/50:required{--tw-ring-offset-color: rgb(45 212 191 / .5)}.required\:ring-offset-teal-400\/60:required{--tw-ring-offset-color: rgb(45 212 191 / .6)}.required\:ring-offset-teal-400\/70:required{--tw-ring-offset-color: rgb(45 212 191 / .7)}.required\:ring-offset-teal-400\/75:required{--tw-ring-offset-color: rgb(45 212 191 / .75)}.required\:ring-offset-teal-400\/80:required{--tw-ring-offset-color: rgb(45 212 191 / .8)}.required\:ring-offset-teal-400\/90:required{--tw-ring-offset-color: rgb(45 212 191 / .9)}.required\:ring-offset-teal-400\/95:required{--tw-ring-offset-color: rgb(45 212 191 / .95)}.required\:ring-offset-teal-400\/100:required{--tw-ring-offset-color: rgb(45 212 191 / 1)}.required\:ring-offset-teal-500\/0:required{--tw-ring-offset-color: rgb(20 184 166 / 0)}.required\:ring-offset-teal-500\/5:required{--tw-ring-offset-color: rgb(20 184 166 / .05)}.required\:ring-offset-teal-500\/10:required{--tw-ring-offset-color: rgb(20 184 166 / .1)}.required\:ring-offset-teal-500\/20:required{--tw-ring-offset-color: rgb(20 184 166 / .2)}.required\:ring-offset-teal-500\/25:required{--tw-ring-offset-color: rgb(20 184 166 / .25)}.required\:ring-offset-teal-500\/30:required{--tw-ring-offset-color: rgb(20 184 166 / .3)}.required\:ring-offset-teal-500\/40:required{--tw-ring-offset-color: rgb(20 184 166 / .4)}.required\:ring-offset-teal-500\/50:required{--tw-ring-offset-color: rgb(20 184 166 / .5)}.required\:ring-offset-teal-500\/60:required{--tw-ring-offset-color: rgb(20 184 166 / .6)}.required\:ring-offset-teal-500\/70:required{--tw-ring-offset-color: rgb(20 184 166 / .7)}.required\:ring-offset-teal-500\/75:required{--tw-ring-offset-color: rgb(20 184 166 / .75)}.required\:ring-offset-teal-500\/80:required{--tw-ring-offset-color: rgb(20 184 166 / .8)}.required\:ring-offset-teal-500\/90:required{--tw-ring-offset-color: rgb(20 184 166 / .9)}.required\:ring-offset-teal-500\/95:required{--tw-ring-offset-color: rgb(20 184 166 / .95)}.required\:ring-offset-teal-500\/100:required{--tw-ring-offset-color: rgb(20 184 166 / 1)}.required\:ring-offset-teal-600\/0:required{--tw-ring-offset-color: rgb(13 148 136 / 0)}.required\:ring-offset-teal-600\/5:required{--tw-ring-offset-color: rgb(13 148 136 / .05)}.required\:ring-offset-teal-600\/10:required{--tw-ring-offset-color: rgb(13 148 136 / .1)}.required\:ring-offset-teal-600\/20:required{--tw-ring-offset-color: rgb(13 148 136 / .2)}.required\:ring-offset-teal-600\/25:required{--tw-ring-offset-color: rgb(13 148 136 / .25)}.required\:ring-offset-teal-600\/30:required{--tw-ring-offset-color: rgb(13 148 136 / .3)}.required\:ring-offset-teal-600\/40:required{--tw-ring-offset-color: rgb(13 148 136 / .4)}.required\:ring-offset-teal-600\/50:required{--tw-ring-offset-color: rgb(13 148 136 / .5)}.required\:ring-offset-teal-600\/60:required{--tw-ring-offset-color: rgb(13 148 136 / .6)}.required\:ring-offset-teal-600\/70:required{--tw-ring-offset-color: rgb(13 148 136 / .7)}.required\:ring-offset-teal-600\/75:required{--tw-ring-offset-color: rgb(13 148 136 / .75)}.required\:ring-offset-teal-600\/80:required{--tw-ring-offset-color: rgb(13 148 136 / .8)}.required\:ring-offset-teal-600\/90:required{--tw-ring-offset-color: rgb(13 148 136 / .9)}.required\:ring-offset-teal-600\/95:required{--tw-ring-offset-color: rgb(13 148 136 / .95)}.required\:ring-offset-teal-600\/100:required{--tw-ring-offset-color: rgb(13 148 136 / 1)}.required\:ring-offset-teal-700\/0:required{--tw-ring-offset-color: rgb(15 118 110 / 0)}.required\:ring-offset-teal-700\/5:required{--tw-ring-offset-color: rgb(15 118 110 / .05)}.required\:ring-offset-teal-700\/10:required{--tw-ring-offset-color: rgb(15 118 110 / .1)}.required\:ring-offset-teal-700\/20:required{--tw-ring-offset-color: rgb(15 118 110 / .2)}.required\:ring-offset-teal-700\/25:required{--tw-ring-offset-color: rgb(15 118 110 / .25)}.required\:ring-offset-teal-700\/30:required{--tw-ring-offset-color: rgb(15 118 110 / .3)}.required\:ring-offset-teal-700\/40:required{--tw-ring-offset-color: rgb(15 118 110 / .4)}.required\:ring-offset-teal-700\/50:required{--tw-ring-offset-color: rgb(15 118 110 / .5)}.required\:ring-offset-teal-700\/60:required{--tw-ring-offset-color: rgb(15 118 110 / .6)}.required\:ring-offset-teal-700\/70:required{--tw-ring-offset-color: rgb(15 118 110 / .7)}.required\:ring-offset-teal-700\/75:required{--tw-ring-offset-color: rgb(15 118 110 / .75)}.required\:ring-offset-teal-700\/80:required{--tw-ring-offset-color: rgb(15 118 110 / .8)}.required\:ring-offset-teal-700\/90:required{--tw-ring-offset-color: rgb(15 118 110 / .9)}.required\:ring-offset-teal-700\/95:required{--tw-ring-offset-color: rgb(15 118 110 / .95)}.required\:ring-offset-teal-700\/100:required{--tw-ring-offset-color: rgb(15 118 110 / 1)}.required\:ring-offset-teal-800\/0:required{--tw-ring-offset-color: rgb(17 94 89 / 0)}.required\:ring-offset-teal-800\/5:required{--tw-ring-offset-color: rgb(17 94 89 / .05)}.required\:ring-offset-teal-800\/10:required{--tw-ring-offset-color: rgb(17 94 89 / .1)}.required\:ring-offset-teal-800\/20:required{--tw-ring-offset-color: rgb(17 94 89 / .2)}.required\:ring-offset-teal-800\/25:required{--tw-ring-offset-color: rgb(17 94 89 / .25)}.required\:ring-offset-teal-800\/30:required{--tw-ring-offset-color: rgb(17 94 89 / .3)}.required\:ring-offset-teal-800\/40:required{--tw-ring-offset-color: rgb(17 94 89 / .4)}.required\:ring-offset-teal-800\/50:required{--tw-ring-offset-color: rgb(17 94 89 / .5)}.required\:ring-offset-teal-800\/60:required{--tw-ring-offset-color: rgb(17 94 89 / .6)}.required\:ring-offset-teal-800\/70:required{--tw-ring-offset-color: rgb(17 94 89 / .7)}.required\:ring-offset-teal-800\/75:required{--tw-ring-offset-color: rgb(17 94 89 / .75)}.required\:ring-offset-teal-800\/80:required{--tw-ring-offset-color: rgb(17 94 89 / .8)}.required\:ring-offset-teal-800\/90:required{--tw-ring-offset-color: rgb(17 94 89 / .9)}.required\:ring-offset-teal-800\/95:required{--tw-ring-offset-color: rgb(17 94 89 / .95)}.required\:ring-offset-teal-800\/100:required{--tw-ring-offset-color: rgb(17 94 89 / 1)}.required\:ring-offset-teal-900\/0:required{--tw-ring-offset-color: rgb(19 78 74 / 0)}.required\:ring-offset-teal-900\/5:required{--tw-ring-offset-color: rgb(19 78 74 / .05)}.required\:ring-offset-teal-900\/10:required{--tw-ring-offset-color: rgb(19 78 74 / .1)}.required\:ring-offset-teal-900\/20:required{--tw-ring-offset-color: rgb(19 78 74 / .2)}.required\:ring-offset-teal-900\/25:required{--tw-ring-offset-color: rgb(19 78 74 / .25)}.required\:ring-offset-teal-900\/30:required{--tw-ring-offset-color: rgb(19 78 74 / .3)}.required\:ring-offset-teal-900\/40:required{--tw-ring-offset-color: rgb(19 78 74 / .4)}.required\:ring-offset-teal-900\/50:required{--tw-ring-offset-color: rgb(19 78 74 / .5)}.required\:ring-offset-teal-900\/60:required{--tw-ring-offset-color: rgb(19 78 74 / .6)}.required\:ring-offset-teal-900\/70:required{--tw-ring-offset-color: rgb(19 78 74 / .7)}.required\:ring-offset-teal-900\/75:required{--tw-ring-offset-color: rgb(19 78 74 / .75)}.required\:ring-offset-teal-900\/80:required{--tw-ring-offset-color: rgb(19 78 74 / .8)}.required\:ring-offset-teal-900\/90:required{--tw-ring-offset-color: rgb(19 78 74 / .9)}.required\:ring-offset-teal-900\/95:required{--tw-ring-offset-color: rgb(19 78 74 / .95)}.required\:ring-offset-teal-900\/100:required{--tw-ring-offset-color: rgb(19 78 74 / 1)}.required\:ring-offset-sky-50\/0:required{--tw-ring-offset-color: rgb(240 249 255 / 0)}.required\:ring-offset-sky-50\/5:required{--tw-ring-offset-color: rgb(240 249 255 / .05)}.required\:ring-offset-sky-50\/10:required{--tw-ring-offset-color: rgb(240 249 255 / .1)}.required\:ring-offset-sky-50\/20:required{--tw-ring-offset-color: rgb(240 249 255 / .2)}.required\:ring-offset-sky-50\/25:required{--tw-ring-offset-color: rgb(240 249 255 / .25)}.required\:ring-offset-sky-50\/30:required{--tw-ring-offset-color: rgb(240 249 255 / .3)}.required\:ring-offset-sky-50\/40:required{--tw-ring-offset-color: rgb(240 249 255 / .4)}.required\:ring-offset-sky-50\/50:required{--tw-ring-offset-color: rgb(240 249 255 / .5)}.required\:ring-offset-sky-50\/60:required{--tw-ring-offset-color: rgb(240 249 255 / .6)}.required\:ring-offset-sky-50\/70:required{--tw-ring-offset-color: rgb(240 249 255 / .7)}.required\:ring-offset-sky-50\/75:required{--tw-ring-offset-color: rgb(240 249 255 / .75)}.required\:ring-offset-sky-50\/80:required{--tw-ring-offset-color: rgb(240 249 255 / .8)}.required\:ring-offset-sky-50\/90:required{--tw-ring-offset-color: rgb(240 249 255 / .9)}.required\:ring-offset-sky-50\/95:required{--tw-ring-offset-color: rgb(240 249 255 / .95)}.required\:ring-offset-sky-50\/100:required{--tw-ring-offset-color: rgb(240 249 255 / 1)}.required\:ring-offset-sky-100\/0:required{--tw-ring-offset-color: rgb(224 242 254 / 0)}.required\:ring-offset-sky-100\/5:required{--tw-ring-offset-color: rgb(224 242 254 / .05)}.required\:ring-offset-sky-100\/10:required{--tw-ring-offset-color: rgb(224 242 254 / .1)}.required\:ring-offset-sky-100\/20:required{--tw-ring-offset-color: rgb(224 242 254 / .2)}.required\:ring-offset-sky-100\/25:required{--tw-ring-offset-color: rgb(224 242 254 / .25)}.required\:ring-offset-sky-100\/30:required{--tw-ring-offset-color: rgb(224 242 254 / .3)}.required\:ring-offset-sky-100\/40:required{--tw-ring-offset-color: rgb(224 242 254 / .4)}.required\:ring-offset-sky-100\/50:required{--tw-ring-offset-color: rgb(224 242 254 / .5)}.required\:ring-offset-sky-100\/60:required{--tw-ring-offset-color: rgb(224 242 254 / .6)}.required\:ring-offset-sky-100\/70:required{--tw-ring-offset-color: rgb(224 242 254 / .7)}.required\:ring-offset-sky-100\/75:required{--tw-ring-offset-color: rgb(224 242 254 / .75)}.required\:ring-offset-sky-100\/80:required{--tw-ring-offset-color: rgb(224 242 254 / .8)}.required\:ring-offset-sky-100\/90:required{--tw-ring-offset-color: rgb(224 242 254 / .9)}.required\:ring-offset-sky-100\/95:required{--tw-ring-offset-color: rgb(224 242 254 / .95)}.required\:ring-offset-sky-100\/100:required{--tw-ring-offset-color: rgb(224 242 254 / 1)}.required\:ring-offset-sky-200\/0:required{--tw-ring-offset-color: rgb(186 230 253 / 0)}.required\:ring-offset-sky-200\/5:required{--tw-ring-offset-color: rgb(186 230 253 / .05)}.required\:ring-offset-sky-200\/10:required{--tw-ring-offset-color: rgb(186 230 253 / .1)}.required\:ring-offset-sky-200\/20:required{--tw-ring-offset-color: rgb(186 230 253 / .2)}.required\:ring-offset-sky-200\/25:required{--tw-ring-offset-color: rgb(186 230 253 / .25)}.required\:ring-offset-sky-200\/30:required{--tw-ring-offset-color: rgb(186 230 253 / .3)}.required\:ring-offset-sky-200\/40:required{--tw-ring-offset-color: rgb(186 230 253 / .4)}.required\:ring-offset-sky-200\/50:required{--tw-ring-offset-color: rgb(186 230 253 / .5)}.required\:ring-offset-sky-200\/60:required{--tw-ring-offset-color: rgb(186 230 253 / .6)}.required\:ring-offset-sky-200\/70:required{--tw-ring-offset-color: rgb(186 230 253 / .7)}.required\:ring-offset-sky-200\/75:required{--tw-ring-offset-color: rgb(186 230 253 / .75)}.required\:ring-offset-sky-200\/80:required{--tw-ring-offset-color: rgb(186 230 253 / .8)}.required\:ring-offset-sky-200\/90:required{--tw-ring-offset-color: rgb(186 230 253 / .9)}.required\:ring-offset-sky-200\/95:required{--tw-ring-offset-color: rgb(186 230 253 / .95)}.required\:ring-offset-sky-200\/100:required{--tw-ring-offset-color: rgb(186 230 253 / 1)}.required\:ring-offset-sky-300\/0:required{--tw-ring-offset-color: rgb(125 211 252 / 0)}.required\:ring-offset-sky-300\/5:required{--tw-ring-offset-color: rgb(125 211 252 / .05)}.required\:ring-offset-sky-300\/10:required{--tw-ring-offset-color: rgb(125 211 252 / .1)}.required\:ring-offset-sky-300\/20:required{--tw-ring-offset-color: rgb(125 211 252 / .2)}.required\:ring-offset-sky-300\/25:required{--tw-ring-offset-color: rgb(125 211 252 / .25)}.required\:ring-offset-sky-300\/30:required{--tw-ring-offset-color: rgb(125 211 252 / .3)}.required\:ring-offset-sky-300\/40:required{--tw-ring-offset-color: rgb(125 211 252 / .4)}.required\:ring-offset-sky-300\/50:required{--tw-ring-offset-color: rgb(125 211 252 / .5)}.required\:ring-offset-sky-300\/60:required{--tw-ring-offset-color: rgb(125 211 252 / .6)}.required\:ring-offset-sky-300\/70:required{--tw-ring-offset-color: rgb(125 211 252 / .7)}.required\:ring-offset-sky-300\/75:required{--tw-ring-offset-color: rgb(125 211 252 / .75)}.required\:ring-offset-sky-300\/80:required{--tw-ring-offset-color: rgb(125 211 252 / .8)}.required\:ring-offset-sky-300\/90:required{--tw-ring-offset-color: rgb(125 211 252 / .9)}.required\:ring-offset-sky-300\/95:required{--tw-ring-offset-color: rgb(125 211 252 / .95)}.required\:ring-offset-sky-300\/100:required{--tw-ring-offset-color: rgb(125 211 252 / 1)}.required\:ring-offset-sky-400\/0:required{--tw-ring-offset-color: rgb(56 189 248 / 0)}.required\:ring-offset-sky-400\/5:required{--tw-ring-offset-color: rgb(56 189 248 / .05)}.required\:ring-offset-sky-400\/10:required{--tw-ring-offset-color: rgb(56 189 248 / .1)}.required\:ring-offset-sky-400\/20:required{--tw-ring-offset-color: rgb(56 189 248 / .2)}.required\:ring-offset-sky-400\/25:required{--tw-ring-offset-color: rgb(56 189 248 / .25)}.required\:ring-offset-sky-400\/30:required{--tw-ring-offset-color: rgb(56 189 248 / .3)}.required\:ring-offset-sky-400\/40:required{--tw-ring-offset-color: rgb(56 189 248 / .4)}.required\:ring-offset-sky-400\/50:required{--tw-ring-offset-color: rgb(56 189 248 / .5)}.required\:ring-offset-sky-400\/60:required{--tw-ring-offset-color: rgb(56 189 248 / .6)}.required\:ring-offset-sky-400\/70:required{--tw-ring-offset-color: rgb(56 189 248 / .7)}.required\:ring-offset-sky-400\/75:required{--tw-ring-offset-color: rgb(56 189 248 / .75)}.required\:ring-offset-sky-400\/80:required{--tw-ring-offset-color: rgb(56 189 248 / .8)}.required\:ring-offset-sky-400\/90:required{--tw-ring-offset-color: rgb(56 189 248 / .9)}.required\:ring-offset-sky-400\/95:required{--tw-ring-offset-color: rgb(56 189 248 / .95)}.required\:ring-offset-sky-400\/100:required{--tw-ring-offset-color: rgb(56 189 248 / 1)}.required\:ring-offset-sky-500\/0:required{--tw-ring-offset-color: rgb(14 165 233 / 0)}.required\:ring-offset-sky-500\/5:required{--tw-ring-offset-color: rgb(14 165 233 / .05)}.required\:ring-offset-sky-500\/10:required{--tw-ring-offset-color: rgb(14 165 233 / .1)}.required\:ring-offset-sky-500\/20:required{--tw-ring-offset-color: rgb(14 165 233 / .2)}.required\:ring-offset-sky-500\/25:required{--tw-ring-offset-color: rgb(14 165 233 / .25)}.required\:ring-offset-sky-500\/30:required{--tw-ring-offset-color: rgb(14 165 233 / .3)}.required\:ring-offset-sky-500\/40:required{--tw-ring-offset-color: rgb(14 165 233 / .4)}.required\:ring-offset-sky-500\/50:required{--tw-ring-offset-color: rgb(14 165 233 / .5)}.required\:ring-offset-sky-500\/60:required{--tw-ring-offset-color: rgb(14 165 233 / .6)}.required\:ring-offset-sky-500\/70:required{--tw-ring-offset-color: rgb(14 165 233 / .7)}.required\:ring-offset-sky-500\/75:required{--tw-ring-offset-color: rgb(14 165 233 / .75)}.required\:ring-offset-sky-500\/80:required{--tw-ring-offset-color: rgb(14 165 233 / .8)}.required\:ring-offset-sky-500\/90:required{--tw-ring-offset-color: rgb(14 165 233 / .9)}.required\:ring-offset-sky-500\/95:required{--tw-ring-offset-color: rgb(14 165 233 / .95)}.required\:ring-offset-sky-500\/100:required{--tw-ring-offset-color: rgb(14 165 233 / 1)}.required\:ring-offset-sky-600\/0:required{--tw-ring-offset-color: rgb(2 132 199 / 0)}.required\:ring-offset-sky-600\/5:required{--tw-ring-offset-color: rgb(2 132 199 / .05)}.required\:ring-offset-sky-600\/10:required{--tw-ring-offset-color: rgb(2 132 199 / .1)}.required\:ring-offset-sky-600\/20:required{--tw-ring-offset-color: rgb(2 132 199 / .2)}.required\:ring-offset-sky-600\/25:required{--tw-ring-offset-color: rgb(2 132 199 / .25)}.required\:ring-offset-sky-600\/30:required{--tw-ring-offset-color: rgb(2 132 199 / .3)}.required\:ring-offset-sky-600\/40:required{--tw-ring-offset-color: rgb(2 132 199 / .4)}.required\:ring-offset-sky-600\/50:required{--tw-ring-offset-color: rgb(2 132 199 / .5)}.required\:ring-offset-sky-600\/60:required{--tw-ring-offset-color: rgb(2 132 199 / .6)}.required\:ring-offset-sky-600\/70:required{--tw-ring-offset-color: rgb(2 132 199 / .7)}.required\:ring-offset-sky-600\/75:required{--tw-ring-offset-color: rgb(2 132 199 / .75)}.required\:ring-offset-sky-600\/80:required{--tw-ring-offset-color: rgb(2 132 199 / .8)}.required\:ring-offset-sky-600\/90:required{--tw-ring-offset-color: rgb(2 132 199 / .9)}.required\:ring-offset-sky-600\/95:required{--tw-ring-offset-color: rgb(2 132 199 / .95)}.required\:ring-offset-sky-600\/100:required{--tw-ring-offset-color: rgb(2 132 199 / 1)}.required\:ring-offset-sky-700\/0:required{--tw-ring-offset-color: rgb(3 105 161 / 0)}.required\:ring-offset-sky-700\/5:required{--tw-ring-offset-color: rgb(3 105 161 / .05)}.required\:ring-offset-sky-700\/10:required{--tw-ring-offset-color: rgb(3 105 161 / .1)}.required\:ring-offset-sky-700\/20:required{--tw-ring-offset-color: rgb(3 105 161 / .2)}.required\:ring-offset-sky-700\/25:required{--tw-ring-offset-color: rgb(3 105 161 / .25)}.required\:ring-offset-sky-700\/30:required{--tw-ring-offset-color: rgb(3 105 161 / .3)}.required\:ring-offset-sky-700\/40:required{--tw-ring-offset-color: rgb(3 105 161 / .4)}.required\:ring-offset-sky-700\/50:required{--tw-ring-offset-color: rgb(3 105 161 / .5)}.required\:ring-offset-sky-700\/60:required{--tw-ring-offset-color: rgb(3 105 161 / .6)}.required\:ring-offset-sky-700\/70:required{--tw-ring-offset-color: rgb(3 105 161 / .7)}.required\:ring-offset-sky-700\/75:required{--tw-ring-offset-color: rgb(3 105 161 / .75)}.required\:ring-offset-sky-700\/80:required{--tw-ring-offset-color: rgb(3 105 161 / .8)}.required\:ring-offset-sky-700\/90:required{--tw-ring-offset-color: rgb(3 105 161 / .9)}.required\:ring-offset-sky-700\/95:required{--tw-ring-offset-color: rgb(3 105 161 / .95)}.required\:ring-offset-sky-700\/100:required{--tw-ring-offset-color: rgb(3 105 161 / 1)}.required\:ring-offset-sky-800\/0:required{--tw-ring-offset-color: rgb(7 89 133 / 0)}.required\:ring-offset-sky-800\/5:required{--tw-ring-offset-color: rgb(7 89 133 / .05)}.required\:ring-offset-sky-800\/10:required{--tw-ring-offset-color: rgb(7 89 133 / .1)}.required\:ring-offset-sky-800\/20:required{--tw-ring-offset-color: rgb(7 89 133 / .2)}.required\:ring-offset-sky-800\/25:required{--tw-ring-offset-color: rgb(7 89 133 / .25)}.required\:ring-offset-sky-800\/30:required{--tw-ring-offset-color: rgb(7 89 133 / .3)}.required\:ring-offset-sky-800\/40:required{--tw-ring-offset-color: rgb(7 89 133 / .4)}.required\:ring-offset-sky-800\/50:required{--tw-ring-offset-color: rgb(7 89 133 / .5)}.required\:ring-offset-sky-800\/60:required{--tw-ring-offset-color: rgb(7 89 133 / .6)}.required\:ring-offset-sky-800\/70:required{--tw-ring-offset-color: rgb(7 89 133 / .7)}.required\:ring-offset-sky-800\/75:required{--tw-ring-offset-color: rgb(7 89 133 / .75)}.required\:ring-offset-sky-800\/80:required{--tw-ring-offset-color: rgb(7 89 133 / .8)}.required\:ring-offset-sky-800\/90:required{--tw-ring-offset-color: rgb(7 89 133 / .9)}.required\:ring-offset-sky-800\/95:required{--tw-ring-offset-color: rgb(7 89 133 / .95)}.required\:ring-offset-sky-800\/100:required{--tw-ring-offset-color: rgb(7 89 133 / 1)}.required\:ring-offset-sky-900\/0:required{--tw-ring-offset-color: rgb(12 74 110 / 0)}.required\:ring-offset-sky-900\/5:required{--tw-ring-offset-color: rgb(12 74 110 / .05)}.required\:ring-offset-sky-900\/10:required{--tw-ring-offset-color: rgb(12 74 110 / .1)}.required\:ring-offset-sky-900\/20:required{--tw-ring-offset-color: rgb(12 74 110 / .2)}.required\:ring-offset-sky-900\/25:required{--tw-ring-offset-color: rgb(12 74 110 / .25)}.required\:ring-offset-sky-900\/30:required{--tw-ring-offset-color: rgb(12 74 110 / .3)}.required\:ring-offset-sky-900\/40:required{--tw-ring-offset-color: rgb(12 74 110 / .4)}.required\:ring-offset-sky-900\/50:required{--tw-ring-offset-color: rgb(12 74 110 / .5)}.required\:ring-offset-sky-900\/60:required{--tw-ring-offset-color: rgb(12 74 110 / .6)}.required\:ring-offset-sky-900\/70:required{--tw-ring-offset-color: rgb(12 74 110 / .7)}.required\:ring-offset-sky-900\/75:required{--tw-ring-offset-color: rgb(12 74 110 / .75)}.required\:ring-offset-sky-900\/80:required{--tw-ring-offset-color: rgb(12 74 110 / .8)}.required\:ring-offset-sky-900\/90:required{--tw-ring-offset-color: rgb(12 74 110 / .9)}.required\:ring-offset-sky-900\/95:required{--tw-ring-offset-color: rgb(12 74 110 / .95)}.required\:ring-offset-sky-900\/100:required{--tw-ring-offset-color: rgb(12 74 110 / 1)}.required\:ring-offset-blue-50\/0:required{--tw-ring-offset-color: rgb(239 246 255 / 0)}.required\:ring-offset-blue-50\/5:required{--tw-ring-offset-color: rgb(239 246 255 / .05)}.required\:ring-offset-blue-50\/10:required{--tw-ring-offset-color: rgb(239 246 255 / .1)}.required\:ring-offset-blue-50\/20:required{--tw-ring-offset-color: rgb(239 246 255 / .2)}.required\:ring-offset-blue-50\/25:required{--tw-ring-offset-color: rgb(239 246 255 / .25)}.required\:ring-offset-blue-50\/30:required{--tw-ring-offset-color: rgb(239 246 255 / .3)}.required\:ring-offset-blue-50\/40:required{--tw-ring-offset-color: rgb(239 246 255 / .4)}.required\:ring-offset-blue-50\/50:required{--tw-ring-offset-color: rgb(239 246 255 / .5)}.required\:ring-offset-blue-50\/60:required{--tw-ring-offset-color: rgb(239 246 255 / .6)}.required\:ring-offset-blue-50\/70:required{--tw-ring-offset-color: rgb(239 246 255 / .7)}.required\:ring-offset-blue-50\/75:required{--tw-ring-offset-color: rgb(239 246 255 / .75)}.required\:ring-offset-blue-50\/80:required{--tw-ring-offset-color: rgb(239 246 255 / .8)}.required\:ring-offset-blue-50\/90:required{--tw-ring-offset-color: rgb(239 246 255 / .9)}.required\:ring-offset-blue-50\/95:required{--tw-ring-offset-color: rgb(239 246 255 / .95)}.required\:ring-offset-blue-50\/100:required{--tw-ring-offset-color: rgb(239 246 255 / 1)}.required\:ring-offset-blue-100\/0:required{--tw-ring-offset-color: rgb(242 243 253 / 0)}.required\:ring-offset-blue-100\/5:required{--tw-ring-offset-color: rgb(242 243 253 / .05)}.required\:ring-offset-blue-100\/10:required{--tw-ring-offset-color: rgb(242 243 253 / .1)}.required\:ring-offset-blue-100\/20:required{--tw-ring-offset-color: rgb(242 243 253 / .2)}.required\:ring-offset-blue-100\/25:required{--tw-ring-offset-color: rgb(242 243 253 / .25)}.required\:ring-offset-blue-100\/30:required{--tw-ring-offset-color: rgb(242 243 253 / .3)}.required\:ring-offset-blue-100\/40:required{--tw-ring-offset-color: rgb(242 243 253 / .4)}.required\:ring-offset-blue-100\/50:required{--tw-ring-offset-color: rgb(242 243 253 / .5)}.required\:ring-offset-blue-100\/60:required{--tw-ring-offset-color: rgb(242 243 253 / .6)}.required\:ring-offset-blue-100\/70:required{--tw-ring-offset-color: rgb(242 243 253 / .7)}.required\:ring-offset-blue-100\/75:required{--tw-ring-offset-color: rgb(242 243 253 / .75)}.required\:ring-offset-blue-100\/80:required{--tw-ring-offset-color: rgb(242 243 253 / .8)}.required\:ring-offset-blue-100\/90:required{--tw-ring-offset-color: rgb(242 243 253 / .9)}.required\:ring-offset-blue-100\/95:required{--tw-ring-offset-color: rgb(242 243 253 / .95)}.required\:ring-offset-blue-100\/100:required{--tw-ring-offset-color: rgb(242 243 253 / 1)}.required\:ring-offset-blue-200\/0:required{--tw-ring-offset-color: rgb(228 232 251 / 0)}.required\:ring-offset-blue-200\/5:required{--tw-ring-offset-color: rgb(228 232 251 / .05)}.required\:ring-offset-blue-200\/10:required{--tw-ring-offset-color: rgb(228 232 251 / .1)}.required\:ring-offset-blue-200\/20:required{--tw-ring-offset-color: rgb(228 232 251 / .2)}.required\:ring-offset-blue-200\/25:required{--tw-ring-offset-color: rgb(228 232 251 / .25)}.required\:ring-offset-blue-200\/30:required{--tw-ring-offset-color: rgb(228 232 251 / .3)}.required\:ring-offset-blue-200\/40:required{--tw-ring-offset-color: rgb(228 232 251 / .4)}.required\:ring-offset-blue-200\/50:required{--tw-ring-offset-color: rgb(228 232 251 / .5)}.required\:ring-offset-blue-200\/60:required{--tw-ring-offset-color: rgb(228 232 251 / .6)}.required\:ring-offset-blue-200\/70:required{--tw-ring-offset-color: rgb(228 232 251 / .7)}.required\:ring-offset-blue-200\/75:required{--tw-ring-offset-color: rgb(228 232 251 / .75)}.required\:ring-offset-blue-200\/80:required{--tw-ring-offset-color: rgb(228 232 251 / .8)}.required\:ring-offset-blue-200\/90:required{--tw-ring-offset-color: rgb(228 232 251 / .9)}.required\:ring-offset-blue-200\/95:required{--tw-ring-offset-color: rgb(228 232 251 / .95)}.required\:ring-offset-blue-200\/100:required{--tw-ring-offset-color: rgb(228 232 251 / 1)}.required\:ring-offset-blue-300\/0:required{--tw-ring-offset-color: rgb(198 207 247 / 0)}.required\:ring-offset-blue-300\/5:required{--tw-ring-offset-color: rgb(198 207 247 / .05)}.required\:ring-offset-blue-300\/10:required{--tw-ring-offset-color: rgb(198 207 247 / .1)}.required\:ring-offset-blue-300\/20:required{--tw-ring-offset-color: rgb(198 207 247 / .2)}.required\:ring-offset-blue-300\/25:required{--tw-ring-offset-color: rgb(198 207 247 / .25)}.required\:ring-offset-blue-300\/30:required{--tw-ring-offset-color: rgb(198 207 247 / .3)}.required\:ring-offset-blue-300\/40:required{--tw-ring-offset-color: rgb(198 207 247 / .4)}.required\:ring-offset-blue-300\/50:required{--tw-ring-offset-color: rgb(198 207 247 / .5)}.required\:ring-offset-blue-300\/60:required{--tw-ring-offset-color: rgb(198 207 247 / .6)}.required\:ring-offset-blue-300\/70:required{--tw-ring-offset-color: rgb(198 207 247 / .7)}.required\:ring-offset-blue-300\/75:required{--tw-ring-offset-color: rgb(198 207 247 / .75)}.required\:ring-offset-blue-300\/80:required{--tw-ring-offset-color: rgb(198 207 247 / .8)}.required\:ring-offset-blue-300\/90:required{--tw-ring-offset-color: rgb(198 207 247 / .9)}.required\:ring-offset-blue-300\/95:required{--tw-ring-offset-color: rgb(198 207 247 / .95)}.required\:ring-offset-blue-300\/100:required{--tw-ring-offset-color: rgb(198 207 247 / 1)}.required\:ring-offset-blue-400\/0:required{--tw-ring-offset-color: rgb(163 178 243 / 0)}.required\:ring-offset-blue-400\/5:required{--tw-ring-offset-color: rgb(163 178 243 / .05)}.required\:ring-offset-blue-400\/10:required{--tw-ring-offset-color: rgb(163 178 243 / .1)}.required\:ring-offset-blue-400\/20:required{--tw-ring-offset-color: rgb(163 178 243 / .2)}.required\:ring-offset-blue-400\/25:required{--tw-ring-offset-color: rgb(163 178 243 / .25)}.required\:ring-offset-blue-400\/30:required{--tw-ring-offset-color: rgb(163 178 243 / .3)}.required\:ring-offset-blue-400\/40:required{--tw-ring-offset-color: rgb(163 178 243 / .4)}.required\:ring-offset-blue-400\/50:required{--tw-ring-offset-color: rgb(163 178 243 / .5)}.required\:ring-offset-blue-400\/60:required{--tw-ring-offset-color: rgb(163 178 243 / .6)}.required\:ring-offset-blue-400\/70:required{--tw-ring-offset-color: rgb(163 178 243 / .7)}.required\:ring-offset-blue-400\/75:required{--tw-ring-offset-color: rgb(163 178 243 / .75)}.required\:ring-offset-blue-400\/80:required{--tw-ring-offset-color: rgb(163 178 243 / .8)}.required\:ring-offset-blue-400\/90:required{--tw-ring-offset-color: rgb(163 178 243 / .9)}.required\:ring-offset-blue-400\/95:required{--tw-ring-offset-color: rgb(163 178 243 / .95)}.required\:ring-offset-blue-400\/100:required{--tw-ring-offset-color: rgb(163 178 243 / 1)}.required\:ring-offset-blue-500\/0:required{--tw-ring-offset-color: rgb(118 144 239 / 0)}.required\:ring-offset-blue-500\/5:required{--tw-ring-offset-color: rgb(118 144 239 / .05)}.required\:ring-offset-blue-500\/10:required{--tw-ring-offset-color: rgb(118 144 239 / .1)}.required\:ring-offset-blue-500\/20:required{--tw-ring-offset-color: rgb(118 144 239 / .2)}.required\:ring-offset-blue-500\/25:required{--tw-ring-offset-color: rgb(118 144 239 / .25)}.required\:ring-offset-blue-500\/30:required{--tw-ring-offset-color: rgb(118 144 239 / .3)}.required\:ring-offset-blue-500\/40:required{--tw-ring-offset-color: rgb(118 144 239 / .4)}.required\:ring-offset-blue-500\/50:required{--tw-ring-offset-color: rgb(118 144 239 / .5)}.required\:ring-offset-blue-500\/60:required{--tw-ring-offset-color: rgb(118 144 239 / .6)}.required\:ring-offset-blue-500\/70:required{--tw-ring-offset-color: rgb(118 144 239 / .7)}.required\:ring-offset-blue-500\/75:required{--tw-ring-offset-color: rgb(118 144 239 / .75)}.required\:ring-offset-blue-500\/80:required{--tw-ring-offset-color: rgb(118 144 239 / .8)}.required\:ring-offset-blue-500\/90:required{--tw-ring-offset-color: rgb(118 144 239 / .9)}.required\:ring-offset-blue-500\/95:required{--tw-ring-offset-color: rgb(118 144 239 / .95)}.required\:ring-offset-blue-500\/100:required{--tw-ring-offset-color: rgb(118 144 239 / 1)}.required\:ring-offset-blue-600\/0:required{--tw-ring-offset-color: rgb(37 99 235 / 0)}.required\:ring-offset-blue-600\/5:required{--tw-ring-offset-color: rgb(37 99 235 / .05)}.required\:ring-offset-blue-600\/10:required{--tw-ring-offset-color: rgb(37 99 235 / .1)}.required\:ring-offset-blue-600\/20:required{--tw-ring-offset-color: rgb(37 99 235 / .2)}.required\:ring-offset-blue-600\/25:required{--tw-ring-offset-color: rgb(37 99 235 / .25)}.required\:ring-offset-blue-600\/30:required{--tw-ring-offset-color: rgb(37 99 235 / .3)}.required\:ring-offset-blue-600\/40:required{--tw-ring-offset-color: rgb(37 99 235 / .4)}.required\:ring-offset-blue-600\/50:required{--tw-ring-offset-color: rgb(37 99 235 / .5)}.required\:ring-offset-blue-600\/60:required{--tw-ring-offset-color: rgb(37 99 235 / .6)}.required\:ring-offset-blue-600\/70:required{--tw-ring-offset-color: rgb(37 99 235 / .7)}.required\:ring-offset-blue-600\/75:required{--tw-ring-offset-color: rgb(37 99 235 / .75)}.required\:ring-offset-blue-600\/80:required{--tw-ring-offset-color: rgb(37 99 235 / .8)}.required\:ring-offset-blue-600\/90:required{--tw-ring-offset-color: rgb(37 99 235 / .9)}.required\:ring-offset-blue-600\/95:required{--tw-ring-offset-color: rgb(37 99 235 / .95)}.required\:ring-offset-blue-600\/100:required{--tw-ring-offset-color: rgb(37 99 235 / 1)}.required\:ring-offset-blue-700\/0:required{--tw-ring-offset-color: rgb(33 88 210 / 0)}.required\:ring-offset-blue-700\/5:required{--tw-ring-offset-color: rgb(33 88 210 / .05)}.required\:ring-offset-blue-700\/10:required{--tw-ring-offset-color: rgb(33 88 210 / .1)}.required\:ring-offset-blue-700\/20:required{--tw-ring-offset-color: rgb(33 88 210 / .2)}.required\:ring-offset-blue-700\/25:required{--tw-ring-offset-color: rgb(33 88 210 / .25)}.required\:ring-offset-blue-700\/30:required{--tw-ring-offset-color: rgb(33 88 210 / .3)}.required\:ring-offset-blue-700\/40:required{--tw-ring-offset-color: rgb(33 88 210 / .4)}.required\:ring-offset-blue-700\/50:required{--tw-ring-offset-color: rgb(33 88 210 / .5)}.required\:ring-offset-blue-700\/60:required{--tw-ring-offset-color: rgb(33 88 210 / .6)}.required\:ring-offset-blue-700\/70:required{--tw-ring-offset-color: rgb(33 88 210 / .7)}.required\:ring-offset-blue-700\/75:required{--tw-ring-offset-color: rgb(33 88 210 / .75)}.required\:ring-offset-blue-700\/80:required{--tw-ring-offset-color: rgb(33 88 210 / .8)}.required\:ring-offset-blue-700\/90:required{--tw-ring-offset-color: rgb(33 88 210 / .9)}.required\:ring-offset-blue-700\/95:required{--tw-ring-offset-color: rgb(33 88 210 / .95)}.required\:ring-offset-blue-700\/100:required{--tw-ring-offset-color: rgb(33 88 210 / 1)}.required\:ring-offset-blue-800\/0:required{--tw-ring-offset-color: rgb(28 76 182 / 0)}.required\:ring-offset-blue-800\/5:required{--tw-ring-offset-color: rgb(28 76 182 / .05)}.required\:ring-offset-blue-800\/10:required{--tw-ring-offset-color: rgb(28 76 182 / .1)}.required\:ring-offset-blue-800\/20:required{--tw-ring-offset-color: rgb(28 76 182 / .2)}.required\:ring-offset-blue-800\/25:required{--tw-ring-offset-color: rgb(28 76 182 / .25)}.required\:ring-offset-blue-800\/30:required{--tw-ring-offset-color: rgb(28 76 182 / .3)}.required\:ring-offset-blue-800\/40:required{--tw-ring-offset-color: rgb(28 76 182 / .4)}.required\:ring-offset-blue-800\/50:required{--tw-ring-offset-color: rgb(28 76 182 / .5)}.required\:ring-offset-blue-800\/60:required{--tw-ring-offset-color: rgb(28 76 182 / .6)}.required\:ring-offset-blue-800\/70:required{--tw-ring-offset-color: rgb(28 76 182 / .7)}.required\:ring-offset-blue-800\/75:required{--tw-ring-offset-color: rgb(28 76 182 / .75)}.required\:ring-offset-blue-800\/80:required{--tw-ring-offset-color: rgb(28 76 182 / .8)}.required\:ring-offset-blue-800\/90:required{--tw-ring-offset-color: rgb(28 76 182 / .9)}.required\:ring-offset-blue-800\/95:required{--tw-ring-offset-color: rgb(28 76 182 / .95)}.required\:ring-offset-blue-800\/100:required{--tw-ring-offset-color: rgb(28 76 182 / 1)}.required\:ring-offset-blue-900\/0:required{--tw-ring-offset-color: rgb(23 62 148 / 0)}.required\:ring-offset-blue-900\/5:required{--tw-ring-offset-color: rgb(23 62 148 / .05)}.required\:ring-offset-blue-900\/10:required{--tw-ring-offset-color: rgb(23 62 148 / .1)}.required\:ring-offset-blue-900\/20:required{--tw-ring-offset-color: rgb(23 62 148 / .2)}.required\:ring-offset-blue-900\/25:required{--tw-ring-offset-color: rgb(23 62 148 / .25)}.required\:ring-offset-blue-900\/30:required{--tw-ring-offset-color: rgb(23 62 148 / .3)}.required\:ring-offset-blue-900\/40:required{--tw-ring-offset-color: rgb(23 62 148 / .4)}.required\:ring-offset-blue-900\/50:required{--tw-ring-offset-color: rgb(23 62 148 / .5)}.required\:ring-offset-blue-900\/60:required{--tw-ring-offset-color: rgb(23 62 148 / .6)}.required\:ring-offset-blue-900\/70:required{--tw-ring-offset-color: rgb(23 62 148 / .7)}.required\:ring-offset-blue-900\/75:required{--tw-ring-offset-color: rgb(23 62 148 / .75)}.required\:ring-offset-blue-900\/80:required{--tw-ring-offset-color: rgb(23 62 148 / .8)}.required\:ring-offset-blue-900\/90:required{--tw-ring-offset-color: rgb(23 62 148 / .9)}.required\:ring-offset-blue-900\/95:required{--tw-ring-offset-color: rgb(23 62 148 / .95)}.required\:ring-offset-blue-900\/100:required{--tw-ring-offset-color: rgb(23 62 148 / 1)}.required\:ring-offset-indigo-50\/0:required{--tw-ring-offset-color: rgb(238 242 255 / 0)}.required\:ring-offset-indigo-50\/5:required{--tw-ring-offset-color: rgb(238 242 255 / .05)}.required\:ring-offset-indigo-50\/10:required{--tw-ring-offset-color: rgb(238 242 255 / .1)}.required\:ring-offset-indigo-50\/20:required{--tw-ring-offset-color: rgb(238 242 255 / .2)}.required\:ring-offset-indigo-50\/25:required{--tw-ring-offset-color: rgb(238 242 255 / .25)}.required\:ring-offset-indigo-50\/30:required{--tw-ring-offset-color: rgb(238 242 255 / .3)}.required\:ring-offset-indigo-50\/40:required{--tw-ring-offset-color: rgb(238 242 255 / .4)}.required\:ring-offset-indigo-50\/50:required{--tw-ring-offset-color: rgb(238 242 255 / .5)}.required\:ring-offset-indigo-50\/60:required{--tw-ring-offset-color: rgb(238 242 255 / .6)}.required\:ring-offset-indigo-50\/70:required{--tw-ring-offset-color: rgb(238 242 255 / .7)}.required\:ring-offset-indigo-50\/75:required{--tw-ring-offset-color: rgb(238 242 255 / .75)}.required\:ring-offset-indigo-50\/80:required{--tw-ring-offset-color: rgb(238 242 255 / .8)}.required\:ring-offset-indigo-50\/90:required{--tw-ring-offset-color: rgb(238 242 255 / .9)}.required\:ring-offset-indigo-50\/95:required{--tw-ring-offset-color: rgb(238 242 255 / .95)}.required\:ring-offset-indigo-50\/100:required{--tw-ring-offset-color: rgb(238 242 255 / 1)}.required\:ring-offset-indigo-100\/0:required{--tw-ring-offset-color: rgb(224 231 255 / 0)}.required\:ring-offset-indigo-100\/5:required{--tw-ring-offset-color: rgb(224 231 255 / .05)}.required\:ring-offset-indigo-100\/10:required{--tw-ring-offset-color: rgb(224 231 255 / .1)}.required\:ring-offset-indigo-100\/20:required{--tw-ring-offset-color: rgb(224 231 255 / .2)}.required\:ring-offset-indigo-100\/25:required{--tw-ring-offset-color: rgb(224 231 255 / .25)}.required\:ring-offset-indigo-100\/30:required{--tw-ring-offset-color: rgb(224 231 255 / .3)}.required\:ring-offset-indigo-100\/40:required{--tw-ring-offset-color: rgb(224 231 255 / .4)}.required\:ring-offset-indigo-100\/50:required{--tw-ring-offset-color: rgb(224 231 255 / .5)}.required\:ring-offset-indigo-100\/60:required{--tw-ring-offset-color: rgb(224 231 255 / .6)}.required\:ring-offset-indigo-100\/70:required{--tw-ring-offset-color: rgb(224 231 255 / .7)}.required\:ring-offset-indigo-100\/75:required{--tw-ring-offset-color: rgb(224 231 255 / .75)}.required\:ring-offset-indigo-100\/80:required{--tw-ring-offset-color: rgb(224 231 255 / .8)}.required\:ring-offset-indigo-100\/90:required{--tw-ring-offset-color: rgb(224 231 255 / .9)}.required\:ring-offset-indigo-100\/95:required{--tw-ring-offset-color: rgb(224 231 255 / .95)}.required\:ring-offset-indigo-100\/100:required{--tw-ring-offset-color: rgb(224 231 255 / 1)}.required\:ring-offset-indigo-200\/0:required{--tw-ring-offset-color: rgb(199 210 254 / 0)}.required\:ring-offset-indigo-200\/5:required{--tw-ring-offset-color: rgb(199 210 254 / .05)}.required\:ring-offset-indigo-200\/10:required{--tw-ring-offset-color: rgb(199 210 254 / .1)}.required\:ring-offset-indigo-200\/20:required{--tw-ring-offset-color: rgb(199 210 254 / .2)}.required\:ring-offset-indigo-200\/25:required{--tw-ring-offset-color: rgb(199 210 254 / .25)}.required\:ring-offset-indigo-200\/30:required{--tw-ring-offset-color: rgb(199 210 254 / .3)}.required\:ring-offset-indigo-200\/40:required{--tw-ring-offset-color: rgb(199 210 254 / .4)}.required\:ring-offset-indigo-200\/50:required{--tw-ring-offset-color: rgb(199 210 254 / .5)}.required\:ring-offset-indigo-200\/60:required{--tw-ring-offset-color: rgb(199 210 254 / .6)}.required\:ring-offset-indigo-200\/70:required{--tw-ring-offset-color: rgb(199 210 254 / .7)}.required\:ring-offset-indigo-200\/75:required{--tw-ring-offset-color: rgb(199 210 254 / .75)}.required\:ring-offset-indigo-200\/80:required{--tw-ring-offset-color: rgb(199 210 254 / .8)}.required\:ring-offset-indigo-200\/90:required{--tw-ring-offset-color: rgb(199 210 254 / .9)}.required\:ring-offset-indigo-200\/95:required{--tw-ring-offset-color: rgb(199 210 254 / .95)}.required\:ring-offset-indigo-200\/100:required{--tw-ring-offset-color: rgb(199 210 254 / 1)}.required\:ring-offset-indigo-300\/0:required{--tw-ring-offset-color: rgb(165 180 252 / 0)}.required\:ring-offset-indigo-300\/5:required{--tw-ring-offset-color: rgb(165 180 252 / .05)}.required\:ring-offset-indigo-300\/10:required{--tw-ring-offset-color: rgb(165 180 252 / .1)}.required\:ring-offset-indigo-300\/20:required{--tw-ring-offset-color: rgb(165 180 252 / .2)}.required\:ring-offset-indigo-300\/25:required{--tw-ring-offset-color: rgb(165 180 252 / .25)}.required\:ring-offset-indigo-300\/30:required{--tw-ring-offset-color: rgb(165 180 252 / .3)}.required\:ring-offset-indigo-300\/40:required{--tw-ring-offset-color: rgb(165 180 252 / .4)}.required\:ring-offset-indigo-300\/50:required{--tw-ring-offset-color: rgb(165 180 252 / .5)}.required\:ring-offset-indigo-300\/60:required{--tw-ring-offset-color: rgb(165 180 252 / .6)}.required\:ring-offset-indigo-300\/70:required{--tw-ring-offset-color: rgb(165 180 252 / .7)}.required\:ring-offset-indigo-300\/75:required{--tw-ring-offset-color: rgb(165 180 252 / .75)}.required\:ring-offset-indigo-300\/80:required{--tw-ring-offset-color: rgb(165 180 252 / .8)}.required\:ring-offset-indigo-300\/90:required{--tw-ring-offset-color: rgb(165 180 252 / .9)}.required\:ring-offset-indigo-300\/95:required{--tw-ring-offset-color: rgb(165 180 252 / .95)}.required\:ring-offset-indigo-300\/100:required{--tw-ring-offset-color: rgb(165 180 252 / 1)}.required\:ring-offset-indigo-400\/0:required{--tw-ring-offset-color: rgb(129 140 248 / 0)}.required\:ring-offset-indigo-400\/5:required{--tw-ring-offset-color: rgb(129 140 248 / .05)}.required\:ring-offset-indigo-400\/10:required{--tw-ring-offset-color: rgb(129 140 248 / .1)}.required\:ring-offset-indigo-400\/20:required{--tw-ring-offset-color: rgb(129 140 248 / .2)}.required\:ring-offset-indigo-400\/25:required{--tw-ring-offset-color: rgb(129 140 248 / .25)}.required\:ring-offset-indigo-400\/30:required{--tw-ring-offset-color: rgb(129 140 248 / .3)}.required\:ring-offset-indigo-400\/40:required{--tw-ring-offset-color: rgb(129 140 248 / .4)}.required\:ring-offset-indigo-400\/50:required{--tw-ring-offset-color: rgb(129 140 248 / .5)}.required\:ring-offset-indigo-400\/60:required{--tw-ring-offset-color: rgb(129 140 248 / .6)}.required\:ring-offset-indigo-400\/70:required{--tw-ring-offset-color: rgb(129 140 248 / .7)}.required\:ring-offset-indigo-400\/75:required{--tw-ring-offset-color: rgb(129 140 248 / .75)}.required\:ring-offset-indigo-400\/80:required{--tw-ring-offset-color: rgb(129 140 248 / .8)}.required\:ring-offset-indigo-400\/90:required{--tw-ring-offset-color: rgb(129 140 248 / .9)}.required\:ring-offset-indigo-400\/95:required{--tw-ring-offset-color: rgb(129 140 248 / .95)}.required\:ring-offset-indigo-400\/100:required{--tw-ring-offset-color: rgb(129 140 248 / 1)}.required\:ring-offset-indigo-500\/0:required{--tw-ring-offset-color: rgb(99 102 241 / 0)}.required\:ring-offset-indigo-500\/5:required{--tw-ring-offset-color: rgb(99 102 241 / .05)}.required\:ring-offset-indigo-500\/10:required{--tw-ring-offset-color: rgb(99 102 241 / .1)}.required\:ring-offset-indigo-500\/20:required{--tw-ring-offset-color: rgb(99 102 241 / .2)}.required\:ring-offset-indigo-500\/25:required{--tw-ring-offset-color: rgb(99 102 241 / .25)}.required\:ring-offset-indigo-500\/30:required{--tw-ring-offset-color: rgb(99 102 241 / .3)}.required\:ring-offset-indigo-500\/40:required{--tw-ring-offset-color: rgb(99 102 241 / .4)}.required\:ring-offset-indigo-500\/50:required{--tw-ring-offset-color: rgb(99 102 241 / .5)}.required\:ring-offset-indigo-500\/60:required{--tw-ring-offset-color: rgb(99 102 241 / .6)}.required\:ring-offset-indigo-500\/70:required{--tw-ring-offset-color: rgb(99 102 241 / .7)}.required\:ring-offset-indigo-500\/75:required{--tw-ring-offset-color: rgb(99 102 241 / .75)}.required\:ring-offset-indigo-500\/80:required{--tw-ring-offset-color: rgb(99 102 241 / .8)}.required\:ring-offset-indigo-500\/90:required{--tw-ring-offset-color: rgb(99 102 241 / .9)}.required\:ring-offset-indigo-500\/95:required{--tw-ring-offset-color: rgb(99 102 241 / .95)}.required\:ring-offset-indigo-500\/100:required{--tw-ring-offset-color: rgb(99 102 241 / 1)}.required\:ring-offset-indigo-600\/0:required{--tw-ring-offset-color: rgb(79 70 229 / 0)}.required\:ring-offset-indigo-600\/5:required{--tw-ring-offset-color: rgb(79 70 229 / .05)}.required\:ring-offset-indigo-600\/10:required{--tw-ring-offset-color: rgb(79 70 229 / .1)}.required\:ring-offset-indigo-600\/20:required{--tw-ring-offset-color: rgb(79 70 229 / .2)}.required\:ring-offset-indigo-600\/25:required{--tw-ring-offset-color: rgb(79 70 229 / .25)}.required\:ring-offset-indigo-600\/30:required{--tw-ring-offset-color: rgb(79 70 229 / .3)}.required\:ring-offset-indigo-600\/40:required{--tw-ring-offset-color: rgb(79 70 229 / .4)}.required\:ring-offset-indigo-600\/50:required{--tw-ring-offset-color: rgb(79 70 229 / .5)}.required\:ring-offset-indigo-600\/60:required{--tw-ring-offset-color: rgb(79 70 229 / .6)}.required\:ring-offset-indigo-600\/70:required{--tw-ring-offset-color: rgb(79 70 229 / .7)}.required\:ring-offset-indigo-600\/75:required{--tw-ring-offset-color: rgb(79 70 229 / .75)}.required\:ring-offset-indigo-600\/80:required{--tw-ring-offset-color: rgb(79 70 229 / .8)}.required\:ring-offset-indigo-600\/90:required{--tw-ring-offset-color: rgb(79 70 229 / .9)}.required\:ring-offset-indigo-600\/95:required{--tw-ring-offset-color: rgb(79 70 229 / .95)}.required\:ring-offset-indigo-600\/100:required{--tw-ring-offset-color: rgb(79 70 229 / 1)}.required\:ring-offset-indigo-700\/0:required{--tw-ring-offset-color: rgb(67 56 202 / 0)}.required\:ring-offset-indigo-700\/5:required{--tw-ring-offset-color: rgb(67 56 202 / .05)}.required\:ring-offset-indigo-700\/10:required{--tw-ring-offset-color: rgb(67 56 202 / .1)}.required\:ring-offset-indigo-700\/20:required{--tw-ring-offset-color: rgb(67 56 202 / .2)}.required\:ring-offset-indigo-700\/25:required{--tw-ring-offset-color: rgb(67 56 202 / .25)}.required\:ring-offset-indigo-700\/30:required{--tw-ring-offset-color: rgb(67 56 202 / .3)}.required\:ring-offset-indigo-700\/40:required{--tw-ring-offset-color: rgb(67 56 202 / .4)}.required\:ring-offset-indigo-700\/50:required{--tw-ring-offset-color: rgb(67 56 202 / .5)}.required\:ring-offset-indigo-700\/60:required{--tw-ring-offset-color: rgb(67 56 202 / .6)}.required\:ring-offset-indigo-700\/70:required{--tw-ring-offset-color: rgb(67 56 202 / .7)}.required\:ring-offset-indigo-700\/75:required{--tw-ring-offset-color: rgb(67 56 202 / .75)}.required\:ring-offset-indigo-700\/80:required{--tw-ring-offset-color: rgb(67 56 202 / .8)}.required\:ring-offset-indigo-700\/90:required{--tw-ring-offset-color: rgb(67 56 202 / .9)}.required\:ring-offset-indigo-700\/95:required{--tw-ring-offset-color: rgb(67 56 202 / .95)}.required\:ring-offset-indigo-700\/100:required{--tw-ring-offset-color: rgb(67 56 202 / 1)}.required\:ring-offset-indigo-800\/0:required{--tw-ring-offset-color: rgb(55 48 163 / 0)}.required\:ring-offset-indigo-800\/5:required{--tw-ring-offset-color: rgb(55 48 163 / .05)}.required\:ring-offset-indigo-800\/10:required{--tw-ring-offset-color: rgb(55 48 163 / .1)}.required\:ring-offset-indigo-800\/20:required{--tw-ring-offset-color: rgb(55 48 163 / .2)}.required\:ring-offset-indigo-800\/25:required{--tw-ring-offset-color: rgb(55 48 163 / .25)}.required\:ring-offset-indigo-800\/30:required{--tw-ring-offset-color: rgb(55 48 163 / .3)}.required\:ring-offset-indigo-800\/40:required{--tw-ring-offset-color: rgb(55 48 163 / .4)}.required\:ring-offset-indigo-800\/50:required{--tw-ring-offset-color: rgb(55 48 163 / .5)}.required\:ring-offset-indigo-800\/60:required{--tw-ring-offset-color: rgb(55 48 163 / .6)}.required\:ring-offset-indigo-800\/70:required{--tw-ring-offset-color: rgb(55 48 163 / .7)}.required\:ring-offset-indigo-800\/75:required{--tw-ring-offset-color: rgb(55 48 163 / .75)}.required\:ring-offset-indigo-800\/80:required{--tw-ring-offset-color: rgb(55 48 163 / .8)}.required\:ring-offset-indigo-800\/90:required{--tw-ring-offset-color: rgb(55 48 163 / .9)}.required\:ring-offset-indigo-800\/95:required{--tw-ring-offset-color: rgb(55 48 163 / .95)}.required\:ring-offset-indigo-800\/100:required{--tw-ring-offset-color: rgb(55 48 163 / 1)}.required\:ring-offset-indigo-900\/0:required{--tw-ring-offset-color: rgb(49 46 129 / 0)}.required\:ring-offset-indigo-900\/5:required{--tw-ring-offset-color: rgb(49 46 129 / .05)}.required\:ring-offset-indigo-900\/10:required{--tw-ring-offset-color: rgb(49 46 129 / .1)}.required\:ring-offset-indigo-900\/20:required{--tw-ring-offset-color: rgb(49 46 129 / .2)}.required\:ring-offset-indigo-900\/25:required{--tw-ring-offset-color: rgb(49 46 129 / .25)}.required\:ring-offset-indigo-900\/30:required{--tw-ring-offset-color: rgb(49 46 129 / .3)}.required\:ring-offset-indigo-900\/40:required{--tw-ring-offset-color: rgb(49 46 129 / .4)}.required\:ring-offset-indigo-900\/50:required{--tw-ring-offset-color: rgb(49 46 129 / .5)}.required\:ring-offset-indigo-900\/60:required{--tw-ring-offset-color: rgb(49 46 129 / .6)}.required\:ring-offset-indigo-900\/70:required{--tw-ring-offset-color: rgb(49 46 129 / .7)}.required\:ring-offset-indigo-900\/75:required{--tw-ring-offset-color: rgb(49 46 129 / .75)}.required\:ring-offset-indigo-900\/80:required{--tw-ring-offset-color: rgb(49 46 129 / .8)}.required\:ring-offset-indigo-900\/90:required{--tw-ring-offset-color: rgb(49 46 129 / .9)}.required\:ring-offset-indigo-900\/95:required{--tw-ring-offset-color: rgb(49 46 129 / .95)}.required\:ring-offset-indigo-900\/100:required{--tw-ring-offset-color: rgb(49 46 129 / 1)}.required\:ring-offset-violet-50\/0:required{--tw-ring-offset-color: rgb(245 243 255 / 0)}.required\:ring-offset-violet-50\/5:required{--tw-ring-offset-color: rgb(245 243 255 / .05)}.required\:ring-offset-violet-50\/10:required{--tw-ring-offset-color: rgb(245 243 255 / .1)}.required\:ring-offset-violet-50\/20:required{--tw-ring-offset-color: rgb(245 243 255 / .2)}.required\:ring-offset-violet-50\/25:required{--tw-ring-offset-color: rgb(245 243 255 / .25)}.required\:ring-offset-violet-50\/30:required{--tw-ring-offset-color: rgb(245 243 255 / .3)}.required\:ring-offset-violet-50\/40:required{--tw-ring-offset-color: rgb(245 243 255 / .4)}.required\:ring-offset-violet-50\/50:required{--tw-ring-offset-color: rgb(245 243 255 / .5)}.required\:ring-offset-violet-50\/60:required{--tw-ring-offset-color: rgb(245 243 255 / .6)}.required\:ring-offset-violet-50\/70:required{--tw-ring-offset-color: rgb(245 243 255 / .7)}.required\:ring-offset-violet-50\/75:required{--tw-ring-offset-color: rgb(245 243 255 / .75)}.required\:ring-offset-violet-50\/80:required{--tw-ring-offset-color: rgb(245 243 255 / .8)}.required\:ring-offset-violet-50\/90:required{--tw-ring-offset-color: rgb(245 243 255 / .9)}.required\:ring-offset-violet-50\/95:required{--tw-ring-offset-color: rgb(245 243 255 / .95)}.required\:ring-offset-violet-50\/100:required{--tw-ring-offset-color: rgb(245 243 255 / 1)}.required\:ring-offset-violet-100\/0:required{--tw-ring-offset-color: rgb(237 233 254 / 0)}.required\:ring-offset-violet-100\/5:required{--tw-ring-offset-color: rgb(237 233 254 / .05)}.required\:ring-offset-violet-100\/10:required{--tw-ring-offset-color: rgb(237 233 254 / .1)}.required\:ring-offset-violet-100\/20:required{--tw-ring-offset-color: rgb(237 233 254 / .2)}.required\:ring-offset-violet-100\/25:required{--tw-ring-offset-color: rgb(237 233 254 / .25)}.required\:ring-offset-violet-100\/30:required{--tw-ring-offset-color: rgb(237 233 254 / .3)}.required\:ring-offset-violet-100\/40:required{--tw-ring-offset-color: rgb(237 233 254 / .4)}.required\:ring-offset-violet-100\/50:required{--tw-ring-offset-color: rgb(237 233 254 / .5)}.required\:ring-offset-violet-100\/60:required{--tw-ring-offset-color: rgb(237 233 254 / .6)}.required\:ring-offset-violet-100\/70:required{--tw-ring-offset-color: rgb(237 233 254 / .7)}.required\:ring-offset-violet-100\/75:required{--tw-ring-offset-color: rgb(237 233 254 / .75)}.required\:ring-offset-violet-100\/80:required{--tw-ring-offset-color: rgb(237 233 254 / .8)}.required\:ring-offset-violet-100\/90:required{--tw-ring-offset-color: rgb(237 233 254 / .9)}.required\:ring-offset-violet-100\/95:required{--tw-ring-offset-color: rgb(237 233 254 / .95)}.required\:ring-offset-violet-100\/100:required{--tw-ring-offset-color: rgb(237 233 254 / 1)}.required\:ring-offset-violet-200\/0:required{--tw-ring-offset-color: rgb(221 214 254 / 0)}.required\:ring-offset-violet-200\/5:required{--tw-ring-offset-color: rgb(221 214 254 / .05)}.required\:ring-offset-violet-200\/10:required{--tw-ring-offset-color: rgb(221 214 254 / .1)}.required\:ring-offset-violet-200\/20:required{--tw-ring-offset-color: rgb(221 214 254 / .2)}.required\:ring-offset-violet-200\/25:required{--tw-ring-offset-color: rgb(221 214 254 / .25)}.required\:ring-offset-violet-200\/30:required{--tw-ring-offset-color: rgb(221 214 254 / .3)}.required\:ring-offset-violet-200\/40:required{--tw-ring-offset-color: rgb(221 214 254 / .4)}.required\:ring-offset-violet-200\/50:required{--tw-ring-offset-color: rgb(221 214 254 / .5)}.required\:ring-offset-violet-200\/60:required{--tw-ring-offset-color: rgb(221 214 254 / .6)}.required\:ring-offset-violet-200\/70:required{--tw-ring-offset-color: rgb(221 214 254 / .7)}.required\:ring-offset-violet-200\/75:required{--tw-ring-offset-color: rgb(221 214 254 / .75)}.required\:ring-offset-violet-200\/80:required{--tw-ring-offset-color: rgb(221 214 254 / .8)}.required\:ring-offset-violet-200\/90:required{--tw-ring-offset-color: rgb(221 214 254 / .9)}.required\:ring-offset-violet-200\/95:required{--tw-ring-offset-color: rgb(221 214 254 / .95)}.required\:ring-offset-violet-200\/100:required{--tw-ring-offset-color: rgb(221 214 254 / 1)}.required\:ring-offset-violet-300\/0:required{--tw-ring-offset-color: rgb(196 181 253 / 0)}.required\:ring-offset-violet-300\/5:required{--tw-ring-offset-color: rgb(196 181 253 / .05)}.required\:ring-offset-violet-300\/10:required{--tw-ring-offset-color: rgb(196 181 253 / .1)}.required\:ring-offset-violet-300\/20:required{--tw-ring-offset-color: rgb(196 181 253 / .2)}.required\:ring-offset-violet-300\/25:required{--tw-ring-offset-color: rgb(196 181 253 / .25)}.required\:ring-offset-violet-300\/30:required{--tw-ring-offset-color: rgb(196 181 253 / .3)}.required\:ring-offset-violet-300\/40:required{--tw-ring-offset-color: rgb(196 181 253 / .4)}.required\:ring-offset-violet-300\/50:required{--tw-ring-offset-color: rgb(196 181 253 / .5)}.required\:ring-offset-violet-300\/60:required{--tw-ring-offset-color: rgb(196 181 253 / .6)}.required\:ring-offset-violet-300\/70:required{--tw-ring-offset-color: rgb(196 181 253 / .7)}.required\:ring-offset-violet-300\/75:required{--tw-ring-offset-color: rgb(196 181 253 / .75)}.required\:ring-offset-violet-300\/80:required{--tw-ring-offset-color: rgb(196 181 253 / .8)}.required\:ring-offset-violet-300\/90:required{--tw-ring-offset-color: rgb(196 181 253 / .9)}.required\:ring-offset-violet-300\/95:required{--tw-ring-offset-color: rgb(196 181 253 / .95)}.required\:ring-offset-violet-300\/100:required{--tw-ring-offset-color: rgb(196 181 253 / 1)}.required\:ring-offset-violet-400\/0:required{--tw-ring-offset-color: rgb(167 139 250 / 0)}.required\:ring-offset-violet-400\/5:required{--tw-ring-offset-color: rgb(167 139 250 / .05)}.required\:ring-offset-violet-400\/10:required{--tw-ring-offset-color: rgb(167 139 250 / .1)}.required\:ring-offset-violet-400\/20:required{--tw-ring-offset-color: rgb(167 139 250 / .2)}.required\:ring-offset-violet-400\/25:required{--tw-ring-offset-color: rgb(167 139 250 / .25)}.required\:ring-offset-violet-400\/30:required{--tw-ring-offset-color: rgb(167 139 250 / .3)}.required\:ring-offset-violet-400\/40:required{--tw-ring-offset-color: rgb(167 139 250 / .4)}.required\:ring-offset-violet-400\/50:required{--tw-ring-offset-color: rgb(167 139 250 / .5)}.required\:ring-offset-violet-400\/60:required{--tw-ring-offset-color: rgb(167 139 250 / .6)}.required\:ring-offset-violet-400\/70:required{--tw-ring-offset-color: rgb(167 139 250 / .7)}.required\:ring-offset-violet-400\/75:required{--tw-ring-offset-color: rgb(167 139 250 / .75)}.required\:ring-offset-violet-400\/80:required{--tw-ring-offset-color: rgb(167 139 250 / .8)}.required\:ring-offset-violet-400\/90:required{--tw-ring-offset-color: rgb(167 139 250 / .9)}.required\:ring-offset-violet-400\/95:required{--tw-ring-offset-color: rgb(167 139 250 / .95)}.required\:ring-offset-violet-400\/100:required{--tw-ring-offset-color: rgb(167 139 250 / 1)}.required\:ring-offset-violet-500\/0:required{--tw-ring-offset-color: rgb(139 92 246 / 0)}.required\:ring-offset-violet-500\/5:required{--tw-ring-offset-color: rgb(139 92 246 / .05)}.required\:ring-offset-violet-500\/10:required{--tw-ring-offset-color: rgb(139 92 246 / .1)}.required\:ring-offset-violet-500\/20:required{--tw-ring-offset-color: rgb(139 92 246 / .2)}.required\:ring-offset-violet-500\/25:required{--tw-ring-offset-color: rgb(139 92 246 / .25)}.required\:ring-offset-violet-500\/30:required{--tw-ring-offset-color: rgb(139 92 246 / .3)}.required\:ring-offset-violet-500\/40:required{--tw-ring-offset-color: rgb(139 92 246 / .4)}.required\:ring-offset-violet-500\/50:required{--tw-ring-offset-color: rgb(139 92 246 / .5)}.required\:ring-offset-violet-500\/60:required{--tw-ring-offset-color: rgb(139 92 246 / .6)}.required\:ring-offset-violet-500\/70:required{--tw-ring-offset-color: rgb(139 92 246 / .7)}.required\:ring-offset-violet-500\/75:required{--tw-ring-offset-color: rgb(139 92 246 / .75)}.required\:ring-offset-violet-500\/80:required{--tw-ring-offset-color: rgb(139 92 246 / .8)}.required\:ring-offset-violet-500\/90:required{--tw-ring-offset-color: rgb(139 92 246 / .9)}.required\:ring-offset-violet-500\/95:required{--tw-ring-offset-color: rgb(139 92 246 / .95)}.required\:ring-offset-violet-500\/100:required{--tw-ring-offset-color: rgb(139 92 246 / 1)}.required\:ring-offset-violet-600\/0:required{--tw-ring-offset-color: rgb(124 58 237 / 0)}.required\:ring-offset-violet-600\/5:required{--tw-ring-offset-color: rgb(124 58 237 / .05)}.required\:ring-offset-violet-600\/10:required{--tw-ring-offset-color: rgb(124 58 237 / .1)}.required\:ring-offset-violet-600\/20:required{--tw-ring-offset-color: rgb(124 58 237 / .2)}.required\:ring-offset-violet-600\/25:required{--tw-ring-offset-color: rgb(124 58 237 / .25)}.required\:ring-offset-violet-600\/30:required{--tw-ring-offset-color: rgb(124 58 237 / .3)}.required\:ring-offset-violet-600\/40:required{--tw-ring-offset-color: rgb(124 58 237 / .4)}.required\:ring-offset-violet-600\/50:required{--tw-ring-offset-color: rgb(124 58 237 / .5)}.required\:ring-offset-violet-600\/60:required{--tw-ring-offset-color: rgb(124 58 237 / .6)}.required\:ring-offset-violet-600\/70:required{--tw-ring-offset-color: rgb(124 58 237 / .7)}.required\:ring-offset-violet-600\/75:required{--tw-ring-offset-color: rgb(124 58 237 / .75)}.required\:ring-offset-violet-600\/80:required{--tw-ring-offset-color: rgb(124 58 237 / .8)}.required\:ring-offset-violet-600\/90:required{--tw-ring-offset-color: rgb(124 58 237 / .9)}.required\:ring-offset-violet-600\/95:required{--tw-ring-offset-color: rgb(124 58 237 / .95)}.required\:ring-offset-violet-600\/100:required{--tw-ring-offset-color: rgb(124 58 237 / 1)}.required\:ring-offset-violet-700\/0:required{--tw-ring-offset-color: rgb(109 40 217 / 0)}.required\:ring-offset-violet-700\/5:required{--tw-ring-offset-color: rgb(109 40 217 / .05)}.required\:ring-offset-violet-700\/10:required{--tw-ring-offset-color: rgb(109 40 217 / .1)}.required\:ring-offset-violet-700\/20:required{--tw-ring-offset-color: rgb(109 40 217 / .2)}.required\:ring-offset-violet-700\/25:required{--tw-ring-offset-color: rgb(109 40 217 / .25)}.required\:ring-offset-violet-700\/30:required{--tw-ring-offset-color: rgb(109 40 217 / .3)}.required\:ring-offset-violet-700\/40:required{--tw-ring-offset-color: rgb(109 40 217 / .4)}.required\:ring-offset-violet-700\/50:required{--tw-ring-offset-color: rgb(109 40 217 / .5)}.required\:ring-offset-violet-700\/60:required{--tw-ring-offset-color: rgb(109 40 217 / .6)}.required\:ring-offset-violet-700\/70:required{--tw-ring-offset-color: rgb(109 40 217 / .7)}.required\:ring-offset-violet-700\/75:required{--tw-ring-offset-color: rgb(109 40 217 / .75)}.required\:ring-offset-violet-700\/80:required{--tw-ring-offset-color: rgb(109 40 217 / .8)}.required\:ring-offset-violet-700\/90:required{--tw-ring-offset-color: rgb(109 40 217 / .9)}.required\:ring-offset-violet-700\/95:required{--tw-ring-offset-color: rgb(109 40 217 / .95)}.required\:ring-offset-violet-700\/100:required{--tw-ring-offset-color: rgb(109 40 217 / 1)}.required\:ring-offset-violet-800\/0:required{--tw-ring-offset-color: rgb(91 33 182 / 0)}.required\:ring-offset-violet-800\/5:required{--tw-ring-offset-color: rgb(91 33 182 / .05)}.required\:ring-offset-violet-800\/10:required{--tw-ring-offset-color: rgb(91 33 182 / .1)}.required\:ring-offset-violet-800\/20:required{--tw-ring-offset-color: rgb(91 33 182 / .2)}.required\:ring-offset-violet-800\/25:required{--tw-ring-offset-color: rgb(91 33 182 / .25)}.required\:ring-offset-violet-800\/30:required{--tw-ring-offset-color: rgb(91 33 182 / .3)}.required\:ring-offset-violet-800\/40:required{--tw-ring-offset-color: rgb(91 33 182 / .4)}.required\:ring-offset-violet-800\/50:required{--tw-ring-offset-color: rgb(91 33 182 / .5)}.required\:ring-offset-violet-800\/60:required{--tw-ring-offset-color: rgb(91 33 182 / .6)}.required\:ring-offset-violet-800\/70:required{--tw-ring-offset-color: rgb(91 33 182 / .7)}.required\:ring-offset-violet-800\/75:required{--tw-ring-offset-color: rgb(91 33 182 / .75)}.required\:ring-offset-violet-800\/80:required{--tw-ring-offset-color: rgb(91 33 182 / .8)}.required\:ring-offset-violet-800\/90:required{--tw-ring-offset-color: rgb(91 33 182 / .9)}.required\:ring-offset-violet-800\/95:required{--tw-ring-offset-color: rgb(91 33 182 / .95)}.required\:ring-offset-violet-800\/100:required{--tw-ring-offset-color: rgb(91 33 182 / 1)}.required\:ring-offset-violet-900\/0:required{--tw-ring-offset-color: rgb(76 29 149 / 0)}.required\:ring-offset-violet-900\/5:required{--tw-ring-offset-color: rgb(76 29 149 / .05)}.required\:ring-offset-violet-900\/10:required{--tw-ring-offset-color: rgb(76 29 149 / .1)}.required\:ring-offset-violet-900\/20:required{--tw-ring-offset-color: rgb(76 29 149 / .2)}.required\:ring-offset-violet-900\/25:required{--tw-ring-offset-color: rgb(76 29 149 / .25)}.required\:ring-offset-violet-900\/30:required{--tw-ring-offset-color: rgb(76 29 149 / .3)}.required\:ring-offset-violet-900\/40:required{--tw-ring-offset-color: rgb(76 29 149 / .4)}.required\:ring-offset-violet-900\/50:required{--tw-ring-offset-color: rgb(76 29 149 / .5)}.required\:ring-offset-violet-900\/60:required{--tw-ring-offset-color: rgb(76 29 149 / .6)}.required\:ring-offset-violet-900\/70:required{--tw-ring-offset-color: rgb(76 29 149 / .7)}.required\:ring-offset-violet-900\/75:required{--tw-ring-offset-color: rgb(76 29 149 / .75)}.required\:ring-offset-violet-900\/80:required{--tw-ring-offset-color: rgb(76 29 149 / .8)}.required\:ring-offset-violet-900\/90:required{--tw-ring-offset-color: rgb(76 29 149 / .9)}.required\:ring-offset-violet-900\/95:required{--tw-ring-offset-color: rgb(76 29 149 / .95)}.required\:ring-offset-violet-900\/100:required{--tw-ring-offset-color: rgb(76 29 149 / 1)}.required\:ring-offset-fuchsia-50\/0:required{--tw-ring-offset-color: rgb(253 244 255 / 0)}.required\:ring-offset-fuchsia-50\/5:required{--tw-ring-offset-color: rgb(253 244 255 / .05)}.required\:ring-offset-fuchsia-50\/10:required{--tw-ring-offset-color: rgb(253 244 255 / .1)}.required\:ring-offset-fuchsia-50\/20:required{--tw-ring-offset-color: rgb(253 244 255 / .2)}.required\:ring-offset-fuchsia-50\/25:required{--tw-ring-offset-color: rgb(253 244 255 / .25)}.required\:ring-offset-fuchsia-50\/30:required{--tw-ring-offset-color: rgb(253 244 255 / .3)}.required\:ring-offset-fuchsia-50\/40:required{--tw-ring-offset-color: rgb(253 244 255 / .4)}.required\:ring-offset-fuchsia-50\/50:required{--tw-ring-offset-color: rgb(253 244 255 / .5)}.required\:ring-offset-fuchsia-50\/60:required{--tw-ring-offset-color: rgb(253 244 255 / .6)}.required\:ring-offset-fuchsia-50\/70:required{--tw-ring-offset-color: rgb(253 244 255 / .7)}.required\:ring-offset-fuchsia-50\/75:required{--tw-ring-offset-color: rgb(253 244 255 / .75)}.required\:ring-offset-fuchsia-50\/80:required{--tw-ring-offset-color: rgb(253 244 255 / .8)}.required\:ring-offset-fuchsia-50\/90:required{--tw-ring-offset-color: rgb(253 244 255 / .9)}.required\:ring-offset-fuchsia-50\/95:required{--tw-ring-offset-color: rgb(253 244 255 / .95)}.required\:ring-offset-fuchsia-50\/100:required{--tw-ring-offset-color: rgb(253 244 255 / 1)}.required\:ring-offset-fuchsia-100\/0:required{--tw-ring-offset-color: rgb(250 232 255 / 0)}.required\:ring-offset-fuchsia-100\/5:required{--tw-ring-offset-color: rgb(250 232 255 / .05)}.required\:ring-offset-fuchsia-100\/10:required{--tw-ring-offset-color: rgb(250 232 255 / .1)}.required\:ring-offset-fuchsia-100\/20:required{--tw-ring-offset-color: rgb(250 232 255 / .2)}.required\:ring-offset-fuchsia-100\/25:required{--tw-ring-offset-color: rgb(250 232 255 / .25)}.required\:ring-offset-fuchsia-100\/30:required{--tw-ring-offset-color: rgb(250 232 255 / .3)}.required\:ring-offset-fuchsia-100\/40:required{--tw-ring-offset-color: rgb(250 232 255 / .4)}.required\:ring-offset-fuchsia-100\/50:required{--tw-ring-offset-color: rgb(250 232 255 / .5)}.required\:ring-offset-fuchsia-100\/60:required{--tw-ring-offset-color: rgb(250 232 255 / .6)}.required\:ring-offset-fuchsia-100\/70:required{--tw-ring-offset-color: rgb(250 232 255 / .7)}.required\:ring-offset-fuchsia-100\/75:required{--tw-ring-offset-color: rgb(250 232 255 / .75)}.required\:ring-offset-fuchsia-100\/80:required{--tw-ring-offset-color: rgb(250 232 255 / .8)}.required\:ring-offset-fuchsia-100\/90:required{--tw-ring-offset-color: rgb(250 232 255 / .9)}.required\:ring-offset-fuchsia-100\/95:required{--tw-ring-offset-color: rgb(250 232 255 / .95)}.required\:ring-offset-fuchsia-100\/100:required{--tw-ring-offset-color: rgb(250 232 255 / 1)}.required\:ring-offset-fuchsia-200\/0:required{--tw-ring-offset-color: rgb(245 208 254 / 0)}.required\:ring-offset-fuchsia-200\/5:required{--tw-ring-offset-color: rgb(245 208 254 / .05)}.required\:ring-offset-fuchsia-200\/10:required{--tw-ring-offset-color: rgb(245 208 254 / .1)}.required\:ring-offset-fuchsia-200\/20:required{--tw-ring-offset-color: rgb(245 208 254 / .2)}.required\:ring-offset-fuchsia-200\/25:required{--tw-ring-offset-color: rgb(245 208 254 / .25)}.required\:ring-offset-fuchsia-200\/30:required{--tw-ring-offset-color: rgb(245 208 254 / .3)}.required\:ring-offset-fuchsia-200\/40:required{--tw-ring-offset-color: rgb(245 208 254 / .4)}.required\:ring-offset-fuchsia-200\/50:required{--tw-ring-offset-color: rgb(245 208 254 / .5)}.required\:ring-offset-fuchsia-200\/60:required{--tw-ring-offset-color: rgb(245 208 254 / .6)}.required\:ring-offset-fuchsia-200\/70:required{--tw-ring-offset-color: rgb(245 208 254 / .7)}.required\:ring-offset-fuchsia-200\/75:required{--tw-ring-offset-color: rgb(245 208 254 / .75)}.required\:ring-offset-fuchsia-200\/80:required{--tw-ring-offset-color: rgb(245 208 254 / .8)}.required\:ring-offset-fuchsia-200\/90:required{--tw-ring-offset-color: rgb(245 208 254 / .9)}.required\:ring-offset-fuchsia-200\/95:required{--tw-ring-offset-color: rgb(245 208 254 / .95)}.required\:ring-offset-fuchsia-200\/100:required{--tw-ring-offset-color: rgb(245 208 254 / 1)}.required\:ring-offset-fuchsia-300\/0:required{--tw-ring-offset-color: rgb(240 171 252 / 0)}.required\:ring-offset-fuchsia-300\/5:required{--tw-ring-offset-color: rgb(240 171 252 / .05)}.required\:ring-offset-fuchsia-300\/10:required{--tw-ring-offset-color: rgb(240 171 252 / .1)}.required\:ring-offset-fuchsia-300\/20:required{--tw-ring-offset-color: rgb(240 171 252 / .2)}.required\:ring-offset-fuchsia-300\/25:required{--tw-ring-offset-color: rgb(240 171 252 / .25)}.required\:ring-offset-fuchsia-300\/30:required{--tw-ring-offset-color: rgb(240 171 252 / .3)}.required\:ring-offset-fuchsia-300\/40:required{--tw-ring-offset-color: rgb(240 171 252 / .4)}.required\:ring-offset-fuchsia-300\/50:required{--tw-ring-offset-color: rgb(240 171 252 / .5)}.required\:ring-offset-fuchsia-300\/60:required{--tw-ring-offset-color: rgb(240 171 252 / .6)}.required\:ring-offset-fuchsia-300\/70:required{--tw-ring-offset-color: rgb(240 171 252 / .7)}.required\:ring-offset-fuchsia-300\/75:required{--tw-ring-offset-color: rgb(240 171 252 / .75)}.required\:ring-offset-fuchsia-300\/80:required{--tw-ring-offset-color: rgb(240 171 252 / .8)}.required\:ring-offset-fuchsia-300\/90:required{--tw-ring-offset-color: rgb(240 171 252 / .9)}.required\:ring-offset-fuchsia-300\/95:required{--tw-ring-offset-color: rgb(240 171 252 / .95)}.required\:ring-offset-fuchsia-300\/100:required{--tw-ring-offset-color: rgb(240 171 252 / 1)}.required\:ring-offset-fuchsia-400\/0:required{--tw-ring-offset-color: rgb(232 121 249 / 0)}.required\:ring-offset-fuchsia-400\/5:required{--tw-ring-offset-color: rgb(232 121 249 / .05)}.required\:ring-offset-fuchsia-400\/10:required{--tw-ring-offset-color: rgb(232 121 249 / .1)}.required\:ring-offset-fuchsia-400\/20:required{--tw-ring-offset-color: rgb(232 121 249 / .2)}.required\:ring-offset-fuchsia-400\/25:required{--tw-ring-offset-color: rgb(232 121 249 / .25)}.required\:ring-offset-fuchsia-400\/30:required{--tw-ring-offset-color: rgb(232 121 249 / .3)}.required\:ring-offset-fuchsia-400\/40:required{--tw-ring-offset-color: rgb(232 121 249 / .4)}.required\:ring-offset-fuchsia-400\/50:required{--tw-ring-offset-color: rgb(232 121 249 / .5)}.required\:ring-offset-fuchsia-400\/60:required{--tw-ring-offset-color: rgb(232 121 249 / .6)}.required\:ring-offset-fuchsia-400\/70:required{--tw-ring-offset-color: rgb(232 121 249 / .7)}.required\:ring-offset-fuchsia-400\/75:required{--tw-ring-offset-color: rgb(232 121 249 / .75)}.required\:ring-offset-fuchsia-400\/80:required{--tw-ring-offset-color: rgb(232 121 249 / .8)}.required\:ring-offset-fuchsia-400\/90:required{--tw-ring-offset-color: rgb(232 121 249 / .9)}.required\:ring-offset-fuchsia-400\/95:required{--tw-ring-offset-color: rgb(232 121 249 / .95)}.required\:ring-offset-fuchsia-400\/100:required{--tw-ring-offset-color: rgb(232 121 249 / 1)}.required\:ring-offset-fuchsia-500\/0:required{--tw-ring-offset-color: rgb(217 70 239 / 0)}.required\:ring-offset-fuchsia-500\/5:required{--tw-ring-offset-color: rgb(217 70 239 / .05)}.required\:ring-offset-fuchsia-500\/10:required{--tw-ring-offset-color: rgb(217 70 239 / .1)}.required\:ring-offset-fuchsia-500\/20:required{--tw-ring-offset-color: rgb(217 70 239 / .2)}.required\:ring-offset-fuchsia-500\/25:required{--tw-ring-offset-color: rgb(217 70 239 / .25)}.required\:ring-offset-fuchsia-500\/30:required{--tw-ring-offset-color: rgb(217 70 239 / .3)}.required\:ring-offset-fuchsia-500\/40:required{--tw-ring-offset-color: rgb(217 70 239 / .4)}.required\:ring-offset-fuchsia-500\/50:required{--tw-ring-offset-color: rgb(217 70 239 / .5)}.required\:ring-offset-fuchsia-500\/60:required{--tw-ring-offset-color: rgb(217 70 239 / .6)}.required\:ring-offset-fuchsia-500\/70:required{--tw-ring-offset-color: rgb(217 70 239 / .7)}.required\:ring-offset-fuchsia-500\/75:required{--tw-ring-offset-color: rgb(217 70 239 / .75)}.required\:ring-offset-fuchsia-500\/80:required{--tw-ring-offset-color: rgb(217 70 239 / .8)}.required\:ring-offset-fuchsia-500\/90:required{--tw-ring-offset-color: rgb(217 70 239 / .9)}.required\:ring-offset-fuchsia-500\/95:required{--tw-ring-offset-color: rgb(217 70 239 / .95)}.required\:ring-offset-fuchsia-500\/100:required{--tw-ring-offset-color: rgb(217 70 239 / 1)}.required\:ring-offset-fuchsia-600\/0:required{--tw-ring-offset-color: rgb(192 38 211 / 0)}.required\:ring-offset-fuchsia-600\/5:required{--tw-ring-offset-color: rgb(192 38 211 / .05)}.required\:ring-offset-fuchsia-600\/10:required{--tw-ring-offset-color: rgb(192 38 211 / .1)}.required\:ring-offset-fuchsia-600\/20:required{--tw-ring-offset-color: rgb(192 38 211 / .2)}.required\:ring-offset-fuchsia-600\/25:required{--tw-ring-offset-color: rgb(192 38 211 / .25)}.required\:ring-offset-fuchsia-600\/30:required{--tw-ring-offset-color: rgb(192 38 211 / .3)}.required\:ring-offset-fuchsia-600\/40:required{--tw-ring-offset-color: rgb(192 38 211 / .4)}.required\:ring-offset-fuchsia-600\/50:required{--tw-ring-offset-color: rgb(192 38 211 / .5)}.required\:ring-offset-fuchsia-600\/60:required{--tw-ring-offset-color: rgb(192 38 211 / .6)}.required\:ring-offset-fuchsia-600\/70:required{--tw-ring-offset-color: rgb(192 38 211 / .7)}.required\:ring-offset-fuchsia-600\/75:required{--tw-ring-offset-color: rgb(192 38 211 / .75)}.required\:ring-offset-fuchsia-600\/80:required{--tw-ring-offset-color: rgb(192 38 211 / .8)}.required\:ring-offset-fuchsia-600\/90:required{--tw-ring-offset-color: rgb(192 38 211 / .9)}.required\:ring-offset-fuchsia-600\/95:required{--tw-ring-offset-color: rgb(192 38 211 / .95)}.required\:ring-offset-fuchsia-600\/100:required{--tw-ring-offset-color: rgb(192 38 211 / 1)}.required\:ring-offset-fuchsia-700\/0:required{--tw-ring-offset-color: rgb(162 28 175 / 0)}.required\:ring-offset-fuchsia-700\/5:required{--tw-ring-offset-color: rgb(162 28 175 / .05)}.required\:ring-offset-fuchsia-700\/10:required{--tw-ring-offset-color: rgb(162 28 175 / .1)}.required\:ring-offset-fuchsia-700\/20:required{--tw-ring-offset-color: rgb(162 28 175 / .2)}.required\:ring-offset-fuchsia-700\/25:required{--tw-ring-offset-color: rgb(162 28 175 / .25)}.required\:ring-offset-fuchsia-700\/30:required{--tw-ring-offset-color: rgb(162 28 175 / .3)}.required\:ring-offset-fuchsia-700\/40:required{--tw-ring-offset-color: rgb(162 28 175 / .4)}.required\:ring-offset-fuchsia-700\/50:required{--tw-ring-offset-color: rgb(162 28 175 / .5)}.required\:ring-offset-fuchsia-700\/60:required{--tw-ring-offset-color: rgb(162 28 175 / .6)}.required\:ring-offset-fuchsia-700\/70:required{--tw-ring-offset-color: rgb(162 28 175 / .7)}.required\:ring-offset-fuchsia-700\/75:required{--tw-ring-offset-color: rgb(162 28 175 / .75)}.required\:ring-offset-fuchsia-700\/80:required{--tw-ring-offset-color: rgb(162 28 175 / .8)}.required\:ring-offset-fuchsia-700\/90:required{--tw-ring-offset-color: rgb(162 28 175 / .9)}.required\:ring-offset-fuchsia-700\/95:required{--tw-ring-offset-color: rgb(162 28 175 / .95)}.required\:ring-offset-fuchsia-700\/100:required{--tw-ring-offset-color: rgb(162 28 175 / 1)}.required\:ring-offset-fuchsia-800\/0:required{--tw-ring-offset-color: rgb(134 25 143 / 0)}.required\:ring-offset-fuchsia-800\/5:required{--tw-ring-offset-color: rgb(134 25 143 / .05)}.required\:ring-offset-fuchsia-800\/10:required{--tw-ring-offset-color: rgb(134 25 143 / .1)}.required\:ring-offset-fuchsia-800\/20:required{--tw-ring-offset-color: rgb(134 25 143 / .2)}.required\:ring-offset-fuchsia-800\/25:required{--tw-ring-offset-color: rgb(134 25 143 / .25)}.required\:ring-offset-fuchsia-800\/30:required{--tw-ring-offset-color: rgb(134 25 143 / .3)}.required\:ring-offset-fuchsia-800\/40:required{--tw-ring-offset-color: rgb(134 25 143 / .4)}.required\:ring-offset-fuchsia-800\/50:required{--tw-ring-offset-color: rgb(134 25 143 / .5)}.required\:ring-offset-fuchsia-800\/60:required{--tw-ring-offset-color: rgb(134 25 143 / .6)}.required\:ring-offset-fuchsia-800\/70:required{--tw-ring-offset-color: rgb(134 25 143 / .7)}.required\:ring-offset-fuchsia-800\/75:required{--tw-ring-offset-color: rgb(134 25 143 / .75)}.required\:ring-offset-fuchsia-800\/80:required{--tw-ring-offset-color: rgb(134 25 143 / .8)}.required\:ring-offset-fuchsia-800\/90:required{--tw-ring-offset-color: rgb(134 25 143 / .9)}.required\:ring-offset-fuchsia-800\/95:required{--tw-ring-offset-color: rgb(134 25 143 / .95)}.required\:ring-offset-fuchsia-800\/100:required{--tw-ring-offset-color: rgb(134 25 143 / 1)}.required\:ring-offset-fuchsia-900\/0:required{--tw-ring-offset-color: rgb(112 26 117 / 0)}.required\:ring-offset-fuchsia-900\/5:required{--tw-ring-offset-color: rgb(112 26 117 / .05)}.required\:ring-offset-fuchsia-900\/10:required{--tw-ring-offset-color: rgb(112 26 117 / .1)}.required\:ring-offset-fuchsia-900\/20:required{--tw-ring-offset-color: rgb(112 26 117 / .2)}.required\:ring-offset-fuchsia-900\/25:required{--tw-ring-offset-color: rgb(112 26 117 / .25)}.required\:ring-offset-fuchsia-900\/30:required{--tw-ring-offset-color: rgb(112 26 117 / .3)}.required\:ring-offset-fuchsia-900\/40:required{--tw-ring-offset-color: rgb(112 26 117 / .4)}.required\:ring-offset-fuchsia-900\/50:required{--tw-ring-offset-color: rgb(112 26 117 / .5)}.required\:ring-offset-fuchsia-900\/60:required{--tw-ring-offset-color: rgb(112 26 117 / .6)}.required\:ring-offset-fuchsia-900\/70:required{--tw-ring-offset-color: rgb(112 26 117 / .7)}.required\:ring-offset-fuchsia-900\/75:required{--tw-ring-offset-color: rgb(112 26 117 / .75)}.required\:ring-offset-fuchsia-900\/80:required{--tw-ring-offset-color: rgb(112 26 117 / .8)}.required\:ring-offset-fuchsia-900\/90:required{--tw-ring-offset-color: rgb(112 26 117 / .9)}.required\:ring-offset-fuchsia-900\/95:required{--tw-ring-offset-color: rgb(112 26 117 / .95)}.required\:ring-offset-fuchsia-900\/100:required{--tw-ring-offset-color: rgb(112 26 117 / 1)}.required\:ring-offset-pink-50\/0:required{--tw-ring-offset-color: rgb(253 242 248 / 0)}.required\:ring-offset-pink-50\/5:required{--tw-ring-offset-color: rgb(253 242 248 / .05)}.required\:ring-offset-pink-50\/10:required{--tw-ring-offset-color: rgb(253 242 248 / .1)}.required\:ring-offset-pink-50\/20:required{--tw-ring-offset-color: rgb(253 242 248 / .2)}.required\:ring-offset-pink-50\/25:required{--tw-ring-offset-color: rgb(253 242 248 / .25)}.required\:ring-offset-pink-50\/30:required{--tw-ring-offset-color: rgb(253 242 248 / .3)}.required\:ring-offset-pink-50\/40:required{--tw-ring-offset-color: rgb(253 242 248 / .4)}.required\:ring-offset-pink-50\/50:required{--tw-ring-offset-color: rgb(253 242 248 / .5)}.required\:ring-offset-pink-50\/60:required{--tw-ring-offset-color: rgb(253 242 248 / .6)}.required\:ring-offset-pink-50\/70:required{--tw-ring-offset-color: rgb(253 242 248 / .7)}.required\:ring-offset-pink-50\/75:required{--tw-ring-offset-color: rgb(253 242 248 / .75)}.required\:ring-offset-pink-50\/80:required{--tw-ring-offset-color: rgb(253 242 248 / .8)}.required\:ring-offset-pink-50\/90:required{--tw-ring-offset-color: rgb(253 242 248 / .9)}.required\:ring-offset-pink-50\/95:required{--tw-ring-offset-color: rgb(253 242 248 / .95)}.required\:ring-offset-pink-50\/100:required{--tw-ring-offset-color: rgb(253 242 248 / 1)}.required\:ring-offset-pink-100\/0:required{--tw-ring-offset-color: rgb(252 231 243 / 0)}.required\:ring-offset-pink-100\/5:required{--tw-ring-offset-color: rgb(252 231 243 / .05)}.required\:ring-offset-pink-100\/10:required{--tw-ring-offset-color: rgb(252 231 243 / .1)}.required\:ring-offset-pink-100\/20:required{--tw-ring-offset-color: rgb(252 231 243 / .2)}.required\:ring-offset-pink-100\/25:required{--tw-ring-offset-color: rgb(252 231 243 / .25)}.required\:ring-offset-pink-100\/30:required{--tw-ring-offset-color: rgb(252 231 243 / .3)}.required\:ring-offset-pink-100\/40:required{--tw-ring-offset-color: rgb(252 231 243 / .4)}.required\:ring-offset-pink-100\/50:required{--tw-ring-offset-color: rgb(252 231 243 / .5)}.required\:ring-offset-pink-100\/60:required{--tw-ring-offset-color: rgb(252 231 243 / .6)}.required\:ring-offset-pink-100\/70:required{--tw-ring-offset-color: rgb(252 231 243 / .7)}.required\:ring-offset-pink-100\/75:required{--tw-ring-offset-color: rgb(252 231 243 / .75)}.required\:ring-offset-pink-100\/80:required{--tw-ring-offset-color: rgb(252 231 243 / .8)}.required\:ring-offset-pink-100\/90:required{--tw-ring-offset-color: rgb(252 231 243 / .9)}.required\:ring-offset-pink-100\/95:required{--tw-ring-offset-color: rgb(252 231 243 / .95)}.required\:ring-offset-pink-100\/100:required{--tw-ring-offset-color: rgb(252 231 243 / 1)}.required\:ring-offset-pink-200\/0:required{--tw-ring-offset-color: rgb(251 207 232 / 0)}.required\:ring-offset-pink-200\/5:required{--tw-ring-offset-color: rgb(251 207 232 / .05)}.required\:ring-offset-pink-200\/10:required{--tw-ring-offset-color: rgb(251 207 232 / .1)}.required\:ring-offset-pink-200\/20:required{--tw-ring-offset-color: rgb(251 207 232 / .2)}.required\:ring-offset-pink-200\/25:required{--tw-ring-offset-color: rgb(251 207 232 / .25)}.required\:ring-offset-pink-200\/30:required{--tw-ring-offset-color: rgb(251 207 232 / .3)}.required\:ring-offset-pink-200\/40:required{--tw-ring-offset-color: rgb(251 207 232 / .4)}.required\:ring-offset-pink-200\/50:required{--tw-ring-offset-color: rgb(251 207 232 / .5)}.required\:ring-offset-pink-200\/60:required{--tw-ring-offset-color: rgb(251 207 232 / .6)}.required\:ring-offset-pink-200\/70:required{--tw-ring-offset-color: rgb(251 207 232 / .7)}.required\:ring-offset-pink-200\/75:required{--tw-ring-offset-color: rgb(251 207 232 / .75)}.required\:ring-offset-pink-200\/80:required{--tw-ring-offset-color: rgb(251 207 232 / .8)}.required\:ring-offset-pink-200\/90:required{--tw-ring-offset-color: rgb(251 207 232 / .9)}.required\:ring-offset-pink-200\/95:required{--tw-ring-offset-color: rgb(251 207 232 / .95)}.required\:ring-offset-pink-200\/100:required{--tw-ring-offset-color: rgb(251 207 232 / 1)}.required\:ring-offset-pink-300\/0:required{--tw-ring-offset-color: rgb(249 168 212 / 0)}.required\:ring-offset-pink-300\/5:required{--tw-ring-offset-color: rgb(249 168 212 / .05)}.required\:ring-offset-pink-300\/10:required{--tw-ring-offset-color: rgb(249 168 212 / .1)}.required\:ring-offset-pink-300\/20:required{--tw-ring-offset-color: rgb(249 168 212 / .2)}.required\:ring-offset-pink-300\/25:required{--tw-ring-offset-color: rgb(249 168 212 / .25)}.required\:ring-offset-pink-300\/30:required{--tw-ring-offset-color: rgb(249 168 212 / .3)}.required\:ring-offset-pink-300\/40:required{--tw-ring-offset-color: rgb(249 168 212 / .4)}.required\:ring-offset-pink-300\/50:required{--tw-ring-offset-color: rgb(249 168 212 / .5)}.required\:ring-offset-pink-300\/60:required{--tw-ring-offset-color: rgb(249 168 212 / .6)}.required\:ring-offset-pink-300\/70:required{--tw-ring-offset-color: rgb(249 168 212 / .7)}.required\:ring-offset-pink-300\/75:required{--tw-ring-offset-color: rgb(249 168 212 / .75)}.required\:ring-offset-pink-300\/80:required{--tw-ring-offset-color: rgb(249 168 212 / .8)}.required\:ring-offset-pink-300\/90:required{--tw-ring-offset-color: rgb(249 168 212 / .9)}.required\:ring-offset-pink-300\/95:required{--tw-ring-offset-color: rgb(249 168 212 / .95)}.required\:ring-offset-pink-300\/100:required{--tw-ring-offset-color: rgb(249 168 212 / 1)}.required\:ring-offset-pink-400\/0:required{--tw-ring-offset-color: rgb(244 114 182 / 0)}.required\:ring-offset-pink-400\/5:required{--tw-ring-offset-color: rgb(244 114 182 / .05)}.required\:ring-offset-pink-400\/10:required{--tw-ring-offset-color: rgb(244 114 182 / .1)}.required\:ring-offset-pink-400\/20:required{--tw-ring-offset-color: rgb(244 114 182 / .2)}.required\:ring-offset-pink-400\/25:required{--tw-ring-offset-color: rgb(244 114 182 / .25)}.required\:ring-offset-pink-400\/30:required{--tw-ring-offset-color: rgb(244 114 182 / .3)}.required\:ring-offset-pink-400\/40:required{--tw-ring-offset-color: rgb(244 114 182 / .4)}.required\:ring-offset-pink-400\/50:required{--tw-ring-offset-color: rgb(244 114 182 / .5)}.required\:ring-offset-pink-400\/60:required{--tw-ring-offset-color: rgb(244 114 182 / .6)}.required\:ring-offset-pink-400\/70:required{--tw-ring-offset-color: rgb(244 114 182 / .7)}.required\:ring-offset-pink-400\/75:required{--tw-ring-offset-color: rgb(244 114 182 / .75)}.required\:ring-offset-pink-400\/80:required{--tw-ring-offset-color: rgb(244 114 182 / .8)}.required\:ring-offset-pink-400\/90:required{--tw-ring-offset-color: rgb(244 114 182 / .9)}.required\:ring-offset-pink-400\/95:required{--tw-ring-offset-color: rgb(244 114 182 / .95)}.required\:ring-offset-pink-400\/100:required{--tw-ring-offset-color: rgb(244 114 182 / 1)}.required\:ring-offset-pink-500\/0:required{--tw-ring-offset-color: rgb(236 72 153 / 0)}.required\:ring-offset-pink-500\/5:required{--tw-ring-offset-color: rgb(236 72 153 / .05)}.required\:ring-offset-pink-500\/10:required{--tw-ring-offset-color: rgb(236 72 153 / .1)}.required\:ring-offset-pink-500\/20:required{--tw-ring-offset-color: rgb(236 72 153 / .2)}.required\:ring-offset-pink-500\/25:required{--tw-ring-offset-color: rgb(236 72 153 / .25)}.required\:ring-offset-pink-500\/30:required{--tw-ring-offset-color: rgb(236 72 153 / .3)}.required\:ring-offset-pink-500\/40:required{--tw-ring-offset-color: rgb(236 72 153 / .4)}.required\:ring-offset-pink-500\/50:required{--tw-ring-offset-color: rgb(236 72 153 / .5)}.required\:ring-offset-pink-500\/60:required{--tw-ring-offset-color: rgb(236 72 153 / .6)}.required\:ring-offset-pink-500\/70:required{--tw-ring-offset-color: rgb(236 72 153 / .7)}.required\:ring-offset-pink-500\/75:required{--tw-ring-offset-color: rgb(236 72 153 / .75)}.required\:ring-offset-pink-500\/80:required{--tw-ring-offset-color: rgb(236 72 153 / .8)}.required\:ring-offset-pink-500\/90:required{--tw-ring-offset-color: rgb(236 72 153 / .9)}.required\:ring-offset-pink-500\/95:required{--tw-ring-offset-color: rgb(236 72 153 / .95)}.required\:ring-offset-pink-500\/100:required{--tw-ring-offset-color: rgb(236 72 153 / 1)}.required\:ring-offset-pink-600\/0:required{--tw-ring-offset-color: rgb(219 39 119 / 0)}.required\:ring-offset-pink-600\/5:required{--tw-ring-offset-color: rgb(219 39 119 / .05)}.required\:ring-offset-pink-600\/10:required{--tw-ring-offset-color: rgb(219 39 119 / .1)}.required\:ring-offset-pink-600\/20:required{--tw-ring-offset-color: rgb(219 39 119 / .2)}.required\:ring-offset-pink-600\/25:required{--tw-ring-offset-color: rgb(219 39 119 / .25)}.required\:ring-offset-pink-600\/30:required{--tw-ring-offset-color: rgb(219 39 119 / .3)}.required\:ring-offset-pink-600\/40:required{--tw-ring-offset-color: rgb(219 39 119 / .4)}.required\:ring-offset-pink-600\/50:required{--tw-ring-offset-color: rgb(219 39 119 / .5)}.required\:ring-offset-pink-600\/60:required{--tw-ring-offset-color: rgb(219 39 119 / .6)}.required\:ring-offset-pink-600\/70:required{--tw-ring-offset-color: rgb(219 39 119 / .7)}.required\:ring-offset-pink-600\/75:required{--tw-ring-offset-color: rgb(219 39 119 / .75)}.required\:ring-offset-pink-600\/80:required{--tw-ring-offset-color: rgb(219 39 119 / .8)}.required\:ring-offset-pink-600\/90:required{--tw-ring-offset-color: rgb(219 39 119 / .9)}.required\:ring-offset-pink-600\/95:required{--tw-ring-offset-color: rgb(219 39 119 / .95)}.required\:ring-offset-pink-600\/100:required{--tw-ring-offset-color: rgb(219 39 119 / 1)}.required\:ring-offset-pink-700\/0:required{--tw-ring-offset-color: rgb(190 24 93 / 0)}.required\:ring-offset-pink-700\/5:required{--tw-ring-offset-color: rgb(190 24 93 / .05)}.required\:ring-offset-pink-700\/10:required{--tw-ring-offset-color: rgb(190 24 93 / .1)}.required\:ring-offset-pink-700\/20:required{--tw-ring-offset-color: rgb(190 24 93 / .2)}.required\:ring-offset-pink-700\/25:required{--tw-ring-offset-color: rgb(190 24 93 / .25)}.required\:ring-offset-pink-700\/30:required{--tw-ring-offset-color: rgb(190 24 93 / .3)}.required\:ring-offset-pink-700\/40:required{--tw-ring-offset-color: rgb(190 24 93 / .4)}.required\:ring-offset-pink-700\/50:required{--tw-ring-offset-color: rgb(190 24 93 / .5)}.required\:ring-offset-pink-700\/60:required{--tw-ring-offset-color: rgb(190 24 93 / .6)}.required\:ring-offset-pink-700\/70:required{--tw-ring-offset-color: rgb(190 24 93 / .7)}.required\:ring-offset-pink-700\/75:required{--tw-ring-offset-color: rgb(190 24 93 / .75)}.required\:ring-offset-pink-700\/80:required{--tw-ring-offset-color: rgb(190 24 93 / .8)}.required\:ring-offset-pink-700\/90:required{--tw-ring-offset-color: rgb(190 24 93 / .9)}.required\:ring-offset-pink-700\/95:required{--tw-ring-offset-color: rgb(190 24 93 / .95)}.required\:ring-offset-pink-700\/100:required{--tw-ring-offset-color: rgb(190 24 93 / 1)}.required\:ring-offset-pink-800\/0:required{--tw-ring-offset-color: rgb(157 23 77 / 0)}.required\:ring-offset-pink-800\/5:required{--tw-ring-offset-color: rgb(157 23 77 / .05)}.required\:ring-offset-pink-800\/10:required{--tw-ring-offset-color: rgb(157 23 77 / .1)}.required\:ring-offset-pink-800\/20:required{--tw-ring-offset-color: rgb(157 23 77 / .2)}.required\:ring-offset-pink-800\/25:required{--tw-ring-offset-color: rgb(157 23 77 / .25)}.required\:ring-offset-pink-800\/30:required{--tw-ring-offset-color: rgb(157 23 77 / .3)}.required\:ring-offset-pink-800\/40:required{--tw-ring-offset-color: rgb(157 23 77 / .4)}.required\:ring-offset-pink-800\/50:required{--tw-ring-offset-color: rgb(157 23 77 / .5)}.required\:ring-offset-pink-800\/60:required{--tw-ring-offset-color: rgb(157 23 77 / .6)}.required\:ring-offset-pink-800\/70:required{--tw-ring-offset-color: rgb(157 23 77 / .7)}.required\:ring-offset-pink-800\/75:required{--tw-ring-offset-color: rgb(157 23 77 / .75)}.required\:ring-offset-pink-800\/80:required{--tw-ring-offset-color: rgb(157 23 77 / .8)}.required\:ring-offset-pink-800\/90:required{--tw-ring-offset-color: rgb(157 23 77 / .9)}.required\:ring-offset-pink-800\/95:required{--tw-ring-offset-color: rgb(157 23 77 / .95)}.required\:ring-offset-pink-800\/100:required{--tw-ring-offset-color: rgb(157 23 77 / 1)}.required\:ring-offset-pink-900\/0:required{--tw-ring-offset-color: rgb(131 24 67 / 0)}.required\:ring-offset-pink-900\/5:required{--tw-ring-offset-color: rgb(131 24 67 / .05)}.required\:ring-offset-pink-900\/10:required{--tw-ring-offset-color: rgb(131 24 67 / .1)}.required\:ring-offset-pink-900\/20:required{--tw-ring-offset-color: rgb(131 24 67 / .2)}.required\:ring-offset-pink-900\/25:required{--tw-ring-offset-color: rgb(131 24 67 / .25)}.required\:ring-offset-pink-900\/30:required{--tw-ring-offset-color: rgb(131 24 67 / .3)}.required\:ring-offset-pink-900\/40:required{--tw-ring-offset-color: rgb(131 24 67 / .4)}.required\:ring-offset-pink-900\/50:required{--tw-ring-offset-color: rgb(131 24 67 / .5)}.required\:ring-offset-pink-900\/60:required{--tw-ring-offset-color: rgb(131 24 67 / .6)}.required\:ring-offset-pink-900\/70:required{--tw-ring-offset-color: rgb(131 24 67 / .7)}.required\:ring-offset-pink-900\/75:required{--tw-ring-offset-color: rgb(131 24 67 / .75)}.required\:ring-offset-pink-900\/80:required{--tw-ring-offset-color: rgb(131 24 67 / .8)}.required\:ring-offset-pink-900\/90:required{--tw-ring-offset-color: rgb(131 24 67 / .9)}.required\:ring-offset-pink-900\/95:required{--tw-ring-offset-color: rgb(131 24 67 / .95)}.required\:ring-offset-pink-900\/100:required{--tw-ring-offset-color: rgb(131 24 67 / 1)}.required\:ring-offset-rose-50\/0:required{--tw-ring-offset-color: rgb(255 241 242 / 0)}.required\:ring-offset-rose-50\/5:required{--tw-ring-offset-color: rgb(255 241 242 / .05)}.required\:ring-offset-rose-50\/10:required{--tw-ring-offset-color: rgb(255 241 242 / .1)}.required\:ring-offset-rose-50\/20:required{--tw-ring-offset-color: rgb(255 241 242 / .2)}.required\:ring-offset-rose-50\/25:required{--tw-ring-offset-color: rgb(255 241 242 / .25)}.required\:ring-offset-rose-50\/30:required{--tw-ring-offset-color: rgb(255 241 242 / .3)}.required\:ring-offset-rose-50\/40:required{--tw-ring-offset-color: rgb(255 241 242 / .4)}.required\:ring-offset-rose-50\/50:required{--tw-ring-offset-color: rgb(255 241 242 / .5)}.required\:ring-offset-rose-50\/60:required{--tw-ring-offset-color: rgb(255 241 242 / .6)}.required\:ring-offset-rose-50\/70:required{--tw-ring-offset-color: rgb(255 241 242 / .7)}.required\:ring-offset-rose-50\/75:required{--tw-ring-offset-color: rgb(255 241 242 / .75)}.required\:ring-offset-rose-50\/80:required{--tw-ring-offset-color: rgb(255 241 242 / .8)}.required\:ring-offset-rose-50\/90:required{--tw-ring-offset-color: rgb(255 241 242 / .9)}.required\:ring-offset-rose-50\/95:required{--tw-ring-offset-color: rgb(255 241 242 / .95)}.required\:ring-offset-rose-50\/100:required{--tw-ring-offset-color: rgb(255 241 242 / 1)}.required\:ring-offset-rose-100\/0:required{--tw-ring-offset-color: rgb(255 228 230 / 0)}.required\:ring-offset-rose-100\/5:required{--tw-ring-offset-color: rgb(255 228 230 / .05)}.required\:ring-offset-rose-100\/10:required{--tw-ring-offset-color: rgb(255 228 230 / .1)}.required\:ring-offset-rose-100\/20:required{--tw-ring-offset-color: rgb(255 228 230 / .2)}.required\:ring-offset-rose-100\/25:required{--tw-ring-offset-color: rgb(255 228 230 / .25)}.required\:ring-offset-rose-100\/30:required{--tw-ring-offset-color: rgb(255 228 230 / .3)}.required\:ring-offset-rose-100\/40:required{--tw-ring-offset-color: rgb(255 228 230 / .4)}.required\:ring-offset-rose-100\/50:required{--tw-ring-offset-color: rgb(255 228 230 / .5)}.required\:ring-offset-rose-100\/60:required{--tw-ring-offset-color: rgb(255 228 230 / .6)}.required\:ring-offset-rose-100\/70:required{--tw-ring-offset-color: rgb(255 228 230 / .7)}.required\:ring-offset-rose-100\/75:required{--tw-ring-offset-color: rgb(255 228 230 / .75)}.required\:ring-offset-rose-100\/80:required{--tw-ring-offset-color: rgb(255 228 230 / .8)}.required\:ring-offset-rose-100\/90:required{--tw-ring-offset-color: rgb(255 228 230 / .9)}.required\:ring-offset-rose-100\/95:required{--tw-ring-offset-color: rgb(255 228 230 / .95)}.required\:ring-offset-rose-100\/100:required{--tw-ring-offset-color: rgb(255 228 230 / 1)}.required\:ring-offset-rose-200\/0:required{--tw-ring-offset-color: rgb(254 205 211 / 0)}.required\:ring-offset-rose-200\/5:required{--tw-ring-offset-color: rgb(254 205 211 / .05)}.required\:ring-offset-rose-200\/10:required{--tw-ring-offset-color: rgb(254 205 211 / .1)}.required\:ring-offset-rose-200\/20:required{--tw-ring-offset-color: rgb(254 205 211 / .2)}.required\:ring-offset-rose-200\/25:required{--tw-ring-offset-color: rgb(254 205 211 / .25)}.required\:ring-offset-rose-200\/30:required{--tw-ring-offset-color: rgb(254 205 211 / .3)}.required\:ring-offset-rose-200\/40:required{--tw-ring-offset-color: rgb(254 205 211 / .4)}.required\:ring-offset-rose-200\/50:required{--tw-ring-offset-color: rgb(254 205 211 / .5)}.required\:ring-offset-rose-200\/60:required{--tw-ring-offset-color: rgb(254 205 211 / .6)}.required\:ring-offset-rose-200\/70:required{--tw-ring-offset-color: rgb(254 205 211 / .7)}.required\:ring-offset-rose-200\/75:required{--tw-ring-offset-color: rgb(254 205 211 / .75)}.required\:ring-offset-rose-200\/80:required{--tw-ring-offset-color: rgb(254 205 211 / .8)}.required\:ring-offset-rose-200\/90:required{--tw-ring-offset-color: rgb(254 205 211 / .9)}.required\:ring-offset-rose-200\/95:required{--tw-ring-offset-color: rgb(254 205 211 / .95)}.required\:ring-offset-rose-200\/100:required{--tw-ring-offset-color: rgb(254 205 211 / 1)}.required\:ring-offset-rose-300\/0:required{--tw-ring-offset-color: rgb(253 164 175 / 0)}.required\:ring-offset-rose-300\/5:required{--tw-ring-offset-color: rgb(253 164 175 / .05)}.required\:ring-offset-rose-300\/10:required{--tw-ring-offset-color: rgb(253 164 175 / .1)}.required\:ring-offset-rose-300\/20:required{--tw-ring-offset-color: rgb(253 164 175 / .2)}.required\:ring-offset-rose-300\/25:required{--tw-ring-offset-color: rgb(253 164 175 / .25)}.required\:ring-offset-rose-300\/30:required{--tw-ring-offset-color: rgb(253 164 175 / .3)}.required\:ring-offset-rose-300\/40:required{--tw-ring-offset-color: rgb(253 164 175 / .4)}.required\:ring-offset-rose-300\/50:required{--tw-ring-offset-color: rgb(253 164 175 / .5)}.required\:ring-offset-rose-300\/60:required{--tw-ring-offset-color: rgb(253 164 175 / .6)}.required\:ring-offset-rose-300\/70:required{--tw-ring-offset-color: rgb(253 164 175 / .7)}.required\:ring-offset-rose-300\/75:required{--tw-ring-offset-color: rgb(253 164 175 / .75)}.required\:ring-offset-rose-300\/80:required{--tw-ring-offset-color: rgb(253 164 175 / .8)}.required\:ring-offset-rose-300\/90:required{--tw-ring-offset-color: rgb(253 164 175 / .9)}.required\:ring-offset-rose-300\/95:required{--tw-ring-offset-color: rgb(253 164 175 / .95)}.required\:ring-offset-rose-300\/100:required{--tw-ring-offset-color: rgb(253 164 175 / 1)}.required\:ring-offset-rose-400\/0:required{--tw-ring-offset-color: rgb(251 113 133 / 0)}.required\:ring-offset-rose-400\/5:required{--tw-ring-offset-color: rgb(251 113 133 / .05)}.required\:ring-offset-rose-400\/10:required{--tw-ring-offset-color: rgb(251 113 133 / .1)}.required\:ring-offset-rose-400\/20:required{--tw-ring-offset-color: rgb(251 113 133 / .2)}.required\:ring-offset-rose-400\/25:required{--tw-ring-offset-color: rgb(251 113 133 / .25)}.required\:ring-offset-rose-400\/30:required{--tw-ring-offset-color: rgb(251 113 133 / .3)}.required\:ring-offset-rose-400\/40:required{--tw-ring-offset-color: rgb(251 113 133 / .4)}.required\:ring-offset-rose-400\/50:required{--tw-ring-offset-color: rgb(251 113 133 / .5)}.required\:ring-offset-rose-400\/60:required{--tw-ring-offset-color: rgb(251 113 133 / .6)}.required\:ring-offset-rose-400\/70:required{--tw-ring-offset-color: rgb(251 113 133 / .7)}.required\:ring-offset-rose-400\/75:required{--tw-ring-offset-color: rgb(251 113 133 / .75)}.required\:ring-offset-rose-400\/80:required{--tw-ring-offset-color: rgb(251 113 133 / .8)}.required\:ring-offset-rose-400\/90:required{--tw-ring-offset-color: rgb(251 113 133 / .9)}.required\:ring-offset-rose-400\/95:required{--tw-ring-offset-color: rgb(251 113 133 / .95)}.required\:ring-offset-rose-400\/100:required{--tw-ring-offset-color: rgb(251 113 133 / 1)}.required\:ring-offset-rose-500\/0:required{--tw-ring-offset-color: rgb(244 63 94 / 0)}.required\:ring-offset-rose-500\/5:required{--tw-ring-offset-color: rgb(244 63 94 / .05)}.required\:ring-offset-rose-500\/10:required{--tw-ring-offset-color: rgb(244 63 94 / .1)}.required\:ring-offset-rose-500\/20:required{--tw-ring-offset-color: rgb(244 63 94 / .2)}.required\:ring-offset-rose-500\/25:required{--tw-ring-offset-color: rgb(244 63 94 / .25)}.required\:ring-offset-rose-500\/30:required{--tw-ring-offset-color: rgb(244 63 94 / .3)}.required\:ring-offset-rose-500\/40:required{--tw-ring-offset-color: rgb(244 63 94 / .4)}.required\:ring-offset-rose-500\/50:required{--tw-ring-offset-color: rgb(244 63 94 / .5)}.required\:ring-offset-rose-500\/60:required{--tw-ring-offset-color: rgb(244 63 94 / .6)}.required\:ring-offset-rose-500\/70:required{--tw-ring-offset-color: rgb(244 63 94 / .7)}.required\:ring-offset-rose-500\/75:required{--tw-ring-offset-color: rgb(244 63 94 / .75)}.required\:ring-offset-rose-500\/80:required{--tw-ring-offset-color: rgb(244 63 94 / .8)}.required\:ring-offset-rose-500\/90:required{--tw-ring-offset-color: rgb(244 63 94 / .9)}.required\:ring-offset-rose-500\/95:required{--tw-ring-offset-color: rgb(244 63 94 / .95)}.required\:ring-offset-rose-500\/100:required{--tw-ring-offset-color: rgb(244 63 94 / 1)}.required\:ring-offset-rose-600\/0:required{--tw-ring-offset-color: rgb(225 29 72 / 0)}.required\:ring-offset-rose-600\/5:required{--tw-ring-offset-color: rgb(225 29 72 / .05)}.required\:ring-offset-rose-600\/10:required{--tw-ring-offset-color: rgb(225 29 72 / .1)}.required\:ring-offset-rose-600\/20:required{--tw-ring-offset-color: rgb(225 29 72 / .2)}.required\:ring-offset-rose-600\/25:required{--tw-ring-offset-color: rgb(225 29 72 / .25)}.required\:ring-offset-rose-600\/30:required{--tw-ring-offset-color: rgb(225 29 72 / .3)}.required\:ring-offset-rose-600\/40:required{--tw-ring-offset-color: rgb(225 29 72 / .4)}.required\:ring-offset-rose-600\/50:required{--tw-ring-offset-color: rgb(225 29 72 / .5)}.required\:ring-offset-rose-600\/60:required{--tw-ring-offset-color: rgb(225 29 72 / .6)}.required\:ring-offset-rose-600\/70:required{--tw-ring-offset-color: rgb(225 29 72 / .7)}.required\:ring-offset-rose-600\/75:required{--tw-ring-offset-color: rgb(225 29 72 / .75)}.required\:ring-offset-rose-600\/80:required{--tw-ring-offset-color: rgb(225 29 72 / .8)}.required\:ring-offset-rose-600\/90:required{--tw-ring-offset-color: rgb(225 29 72 / .9)}.required\:ring-offset-rose-600\/95:required{--tw-ring-offset-color: rgb(225 29 72 / .95)}.required\:ring-offset-rose-600\/100:required{--tw-ring-offset-color: rgb(225 29 72 / 1)}.required\:ring-offset-rose-700\/0:required{--tw-ring-offset-color: rgb(190 18 60 / 0)}.required\:ring-offset-rose-700\/5:required{--tw-ring-offset-color: rgb(190 18 60 / .05)}.required\:ring-offset-rose-700\/10:required{--tw-ring-offset-color: rgb(190 18 60 / .1)}.required\:ring-offset-rose-700\/20:required{--tw-ring-offset-color: rgb(190 18 60 / .2)}.required\:ring-offset-rose-700\/25:required{--tw-ring-offset-color: rgb(190 18 60 / .25)}.required\:ring-offset-rose-700\/30:required{--tw-ring-offset-color: rgb(190 18 60 / .3)}.required\:ring-offset-rose-700\/40:required{--tw-ring-offset-color: rgb(190 18 60 / .4)}.required\:ring-offset-rose-700\/50:required{--tw-ring-offset-color: rgb(190 18 60 / .5)}.required\:ring-offset-rose-700\/60:required{--tw-ring-offset-color: rgb(190 18 60 / .6)}.required\:ring-offset-rose-700\/70:required{--tw-ring-offset-color: rgb(190 18 60 / .7)}.required\:ring-offset-rose-700\/75:required{--tw-ring-offset-color: rgb(190 18 60 / .75)}.required\:ring-offset-rose-700\/80:required{--tw-ring-offset-color: rgb(190 18 60 / .8)}.required\:ring-offset-rose-700\/90:required{--tw-ring-offset-color: rgb(190 18 60 / .9)}.required\:ring-offset-rose-700\/95:required{--tw-ring-offset-color: rgb(190 18 60 / .95)}.required\:ring-offset-rose-700\/100:required{--tw-ring-offset-color: rgb(190 18 60 / 1)}.required\:ring-offset-rose-800\/0:required{--tw-ring-offset-color: rgb(159 18 57 / 0)}.required\:ring-offset-rose-800\/5:required{--tw-ring-offset-color: rgb(159 18 57 / .05)}.required\:ring-offset-rose-800\/10:required{--tw-ring-offset-color: rgb(159 18 57 / .1)}.required\:ring-offset-rose-800\/20:required{--tw-ring-offset-color: rgb(159 18 57 / .2)}.required\:ring-offset-rose-800\/25:required{--tw-ring-offset-color: rgb(159 18 57 / .25)}.required\:ring-offset-rose-800\/30:required{--tw-ring-offset-color: rgb(159 18 57 / .3)}.required\:ring-offset-rose-800\/40:required{--tw-ring-offset-color: rgb(159 18 57 / .4)}.required\:ring-offset-rose-800\/50:required{--tw-ring-offset-color: rgb(159 18 57 / .5)}.required\:ring-offset-rose-800\/60:required{--tw-ring-offset-color: rgb(159 18 57 / .6)}.required\:ring-offset-rose-800\/70:required{--tw-ring-offset-color: rgb(159 18 57 / .7)}.required\:ring-offset-rose-800\/75:required{--tw-ring-offset-color: rgb(159 18 57 / .75)}.required\:ring-offset-rose-800\/80:required{--tw-ring-offset-color: rgb(159 18 57 / .8)}.required\:ring-offset-rose-800\/90:required{--tw-ring-offset-color: rgb(159 18 57 / .9)}.required\:ring-offset-rose-800\/95:required{--tw-ring-offset-color: rgb(159 18 57 / .95)}.required\:ring-offset-rose-800\/100:required{--tw-ring-offset-color: rgb(159 18 57 / 1)}.required\:ring-offset-rose-900\/0:required{--tw-ring-offset-color: rgb(136 19 55 / 0)}.required\:ring-offset-rose-900\/5:required{--tw-ring-offset-color: rgb(136 19 55 / .05)}.required\:ring-offset-rose-900\/10:required{--tw-ring-offset-color: rgb(136 19 55 / .1)}.required\:ring-offset-rose-900\/20:required{--tw-ring-offset-color: rgb(136 19 55 / .2)}.required\:ring-offset-rose-900\/25:required{--tw-ring-offset-color: rgb(136 19 55 / .25)}.required\:ring-offset-rose-900\/30:required{--tw-ring-offset-color: rgb(136 19 55 / .3)}.required\:ring-offset-rose-900\/40:required{--tw-ring-offset-color: rgb(136 19 55 / .4)}.required\:ring-offset-rose-900\/50:required{--tw-ring-offset-color: rgb(136 19 55 / .5)}.required\:ring-offset-rose-900\/60:required{--tw-ring-offset-color: rgb(136 19 55 / .6)}.required\:ring-offset-rose-900\/70:required{--tw-ring-offset-color: rgb(136 19 55 / .7)}.required\:ring-offset-rose-900\/75:required{--tw-ring-offset-color: rgb(136 19 55 / .75)}.required\:ring-offset-rose-900\/80:required{--tw-ring-offset-color: rgb(136 19 55 / .8)}.required\:ring-offset-rose-900\/90:required{--tw-ring-offset-color: rgb(136 19 55 / .9)}.required\:ring-offset-rose-900\/95:required{--tw-ring-offset-color: rgb(136 19 55 / .95)}.required\:ring-offset-rose-900\/100:required{--tw-ring-offset-color: rgb(136 19 55 / 1)}.required\:ring-offset-primary-100\/0:required{--tw-ring-offset-color: rgb(242 243 244 / 0)}.required\:ring-offset-primary-100\/5:required{--tw-ring-offset-color: rgb(242 243 244 / .05)}.required\:ring-offset-primary-100\/10:required{--tw-ring-offset-color: rgb(242 243 244 / .1)}.required\:ring-offset-primary-100\/20:required{--tw-ring-offset-color: rgb(242 243 244 / .2)}.required\:ring-offset-primary-100\/25:required{--tw-ring-offset-color: rgb(242 243 244 / .25)}.required\:ring-offset-primary-100\/30:required{--tw-ring-offset-color: rgb(242 243 244 / .3)}.required\:ring-offset-primary-100\/40:required{--tw-ring-offset-color: rgb(242 243 244 / .4)}.required\:ring-offset-primary-100\/50:required{--tw-ring-offset-color: rgb(242 243 244 / .5)}.required\:ring-offset-primary-100\/60:required{--tw-ring-offset-color: rgb(242 243 244 / .6)}.required\:ring-offset-primary-100\/70:required{--tw-ring-offset-color: rgb(242 243 244 / .7)}.required\:ring-offset-primary-100\/75:required{--tw-ring-offset-color: rgb(242 243 244 / .75)}.required\:ring-offset-primary-100\/80:required{--tw-ring-offset-color: rgb(242 243 244 / .8)}.required\:ring-offset-primary-100\/90:required{--tw-ring-offset-color: rgb(242 243 244 / .9)}.required\:ring-offset-primary-100\/95:required{--tw-ring-offset-color: rgb(242 243 244 / .95)}.required\:ring-offset-primary-100\/100:required{--tw-ring-offset-color: rgb(242 243 244 / 1)}.required\:ring-offset-primary-200\/0:required{--tw-ring-offset-color: rgb(232 232 240 / 0)}.required\:ring-offset-primary-200\/5:required{--tw-ring-offset-color: rgb(232 232 240 / .05)}.required\:ring-offset-primary-200\/10:required{--tw-ring-offset-color: rgb(232 232 240 / .1)}.required\:ring-offset-primary-200\/20:required{--tw-ring-offset-color: rgb(232 232 240 / .2)}.required\:ring-offset-primary-200\/25:required{--tw-ring-offset-color: rgb(232 232 240 / .25)}.required\:ring-offset-primary-200\/30:required{--tw-ring-offset-color: rgb(232 232 240 / .3)}.required\:ring-offset-primary-200\/40:required{--tw-ring-offset-color: rgb(232 232 240 / .4)}.required\:ring-offset-primary-200\/50:required{--tw-ring-offset-color: rgb(232 232 240 / .5)}.required\:ring-offset-primary-200\/60:required{--tw-ring-offset-color: rgb(232 232 240 / .6)}.required\:ring-offset-primary-200\/70:required{--tw-ring-offset-color: rgb(232 232 240 / .7)}.required\:ring-offset-primary-200\/75:required{--tw-ring-offset-color: rgb(232 232 240 / .75)}.required\:ring-offset-primary-200\/80:required{--tw-ring-offset-color: rgb(232 232 240 / .8)}.required\:ring-offset-primary-200\/90:required{--tw-ring-offset-color: rgb(232 232 240 / .9)}.required\:ring-offset-primary-200\/95:required{--tw-ring-offset-color: rgb(232 232 240 / .95)}.required\:ring-offset-primary-200\/100:required{--tw-ring-offset-color: rgb(232 232 240 / 1)}.required\:ring-offset-primary-300\/0:required{--tw-ring-offset-color: rgb(208 208 225 / 0)}.required\:ring-offset-primary-300\/5:required{--tw-ring-offset-color: rgb(208 208 225 / .05)}.required\:ring-offset-primary-300\/10:required{--tw-ring-offset-color: rgb(208 208 225 / .1)}.required\:ring-offset-primary-300\/20:required{--tw-ring-offset-color: rgb(208 208 225 / .2)}.required\:ring-offset-primary-300\/25:required{--tw-ring-offset-color: rgb(208 208 225 / .25)}.required\:ring-offset-primary-300\/30:required{--tw-ring-offset-color: rgb(208 208 225 / .3)}.required\:ring-offset-primary-300\/40:required{--tw-ring-offset-color: rgb(208 208 225 / .4)}.required\:ring-offset-primary-300\/50:required{--tw-ring-offset-color: rgb(208 208 225 / .5)}.required\:ring-offset-primary-300\/60:required{--tw-ring-offset-color: rgb(208 208 225 / .6)}.required\:ring-offset-primary-300\/70:required{--tw-ring-offset-color: rgb(208 208 225 / .7)}.required\:ring-offset-primary-300\/75:required{--tw-ring-offset-color: rgb(208 208 225 / .75)}.required\:ring-offset-primary-300\/80:required{--tw-ring-offset-color: rgb(208 208 225 / .8)}.required\:ring-offset-primary-300\/90:required{--tw-ring-offset-color: rgb(208 208 225 / .9)}.required\:ring-offset-primary-300\/95:required{--tw-ring-offset-color: rgb(208 208 225 / .95)}.required\:ring-offset-primary-300\/100:required{--tw-ring-offset-color: rgb(208 208 225 / 1)}.required\:ring-offset-primary-400\/0:required{--tw-ring-offset-color: rgb(180 180 209 / 0)}.required\:ring-offset-primary-400\/5:required{--tw-ring-offset-color: rgb(180 180 209 / .05)}.required\:ring-offset-primary-400\/10:required{--tw-ring-offset-color: rgb(180 180 209 / .1)}.required\:ring-offset-primary-400\/20:required{--tw-ring-offset-color: rgb(180 180 209 / .2)}.required\:ring-offset-primary-400\/25:required{--tw-ring-offset-color: rgb(180 180 209 / .25)}.required\:ring-offset-primary-400\/30:required{--tw-ring-offset-color: rgb(180 180 209 / .3)}.required\:ring-offset-primary-400\/40:required{--tw-ring-offset-color: rgb(180 180 209 / .4)}.required\:ring-offset-primary-400\/50:required{--tw-ring-offset-color: rgb(180 180 209 / .5)}.required\:ring-offset-primary-400\/60:required{--tw-ring-offset-color: rgb(180 180 209 / .6)}.required\:ring-offset-primary-400\/70:required{--tw-ring-offset-color: rgb(180 180 209 / .7)}.required\:ring-offset-primary-400\/75:required{--tw-ring-offset-color: rgb(180 180 209 / .75)}.required\:ring-offset-primary-400\/80:required{--tw-ring-offset-color: rgb(180 180 209 / .8)}.required\:ring-offset-primary-400\/90:required{--tw-ring-offset-color: rgb(180 180 209 / .9)}.required\:ring-offset-primary-400\/95:required{--tw-ring-offset-color: rgb(180 180 209 / .95)}.required\:ring-offset-primary-400\/100:required{--tw-ring-offset-color: rgb(180 180 209 / 1)}.required\:ring-offset-primary-500\/0:required{--tw-ring-offset-color: rgb(147 147 191 / 0)}.required\:ring-offset-primary-500\/5:required{--tw-ring-offset-color: rgb(147 147 191 / .05)}.required\:ring-offset-primary-500\/10:required{--tw-ring-offset-color: rgb(147 147 191 / .1)}.required\:ring-offset-primary-500\/20:required{--tw-ring-offset-color: rgb(147 147 191 / .2)}.required\:ring-offset-primary-500\/25:required{--tw-ring-offset-color: rgb(147 147 191 / .25)}.required\:ring-offset-primary-500\/30:required{--tw-ring-offset-color: rgb(147 147 191 / .3)}.required\:ring-offset-primary-500\/40:required{--tw-ring-offset-color: rgb(147 147 191 / .4)}.required\:ring-offset-primary-500\/50:required{--tw-ring-offset-color: rgb(147 147 191 / .5)}.required\:ring-offset-primary-500\/60:required{--tw-ring-offset-color: rgb(147 147 191 / .6)}.required\:ring-offset-primary-500\/70:required{--tw-ring-offset-color: rgb(147 147 191 / .7)}.required\:ring-offset-primary-500\/75:required{--tw-ring-offset-color: rgb(147 147 191 / .75)}.required\:ring-offset-primary-500\/80:required{--tw-ring-offset-color: rgb(147 147 191 / .8)}.required\:ring-offset-primary-500\/90:required{--tw-ring-offset-color: rgb(147 147 191 / .9)}.required\:ring-offset-primary-500\/95:required{--tw-ring-offset-color: rgb(147 147 191 / .95)}.required\:ring-offset-primary-500\/100:required{--tw-ring-offset-color: rgb(147 147 191 / 1)}.required\:ring-offset-primary-600\/0:required{--tw-ring-offset-color: rgb(104 104 172 / 0)}.required\:ring-offset-primary-600\/5:required{--tw-ring-offset-color: rgb(104 104 172 / .05)}.required\:ring-offset-primary-600\/10:required{--tw-ring-offset-color: rgb(104 104 172 / .1)}.required\:ring-offset-primary-600\/20:required{--tw-ring-offset-color: rgb(104 104 172 / .2)}.required\:ring-offset-primary-600\/25:required{--tw-ring-offset-color: rgb(104 104 172 / .25)}.required\:ring-offset-primary-600\/30:required{--tw-ring-offset-color: rgb(104 104 172 / .3)}.required\:ring-offset-primary-600\/40:required{--tw-ring-offset-color: rgb(104 104 172 / .4)}.required\:ring-offset-primary-600\/50:required{--tw-ring-offset-color: rgb(104 104 172 / .5)}.required\:ring-offset-primary-600\/60:required{--tw-ring-offset-color: rgb(104 104 172 / .6)}.required\:ring-offset-primary-600\/70:required{--tw-ring-offset-color: rgb(104 104 172 / .7)}.required\:ring-offset-primary-600\/75:required{--tw-ring-offset-color: rgb(104 104 172 / .75)}.required\:ring-offset-primary-600\/80:required{--tw-ring-offset-color: rgb(104 104 172 / .8)}.required\:ring-offset-primary-600\/90:required{--tw-ring-offset-color: rgb(104 104 172 / .9)}.required\:ring-offset-primary-600\/95:required{--tw-ring-offset-color: rgb(104 104 172 / .95)}.required\:ring-offset-primary-600\/100:required{--tw-ring-offset-color: rgb(104 104 172 / 1)}.required\:ring-offset-primary-700\/0:required{--tw-ring-offset-color: rgb(93 93 153 / 0)}.required\:ring-offset-primary-700\/5:required{--tw-ring-offset-color: rgb(93 93 153 / .05)}.required\:ring-offset-primary-700\/10:required{--tw-ring-offset-color: rgb(93 93 153 / .1)}.required\:ring-offset-primary-700\/20:required{--tw-ring-offset-color: rgb(93 93 153 / .2)}.required\:ring-offset-primary-700\/25:required{--tw-ring-offset-color: rgb(93 93 153 / .25)}.required\:ring-offset-primary-700\/30:required{--tw-ring-offset-color: rgb(93 93 153 / .3)}.required\:ring-offset-primary-700\/40:required{--tw-ring-offset-color: rgb(93 93 153 / .4)}.required\:ring-offset-primary-700\/50:required{--tw-ring-offset-color: rgb(93 93 153 / .5)}.required\:ring-offset-primary-700\/60:required{--tw-ring-offset-color: rgb(93 93 153 / .6)}.required\:ring-offset-primary-700\/70:required{--tw-ring-offset-color: rgb(93 93 153 / .7)}.required\:ring-offset-primary-700\/75:required{--tw-ring-offset-color: rgb(93 93 153 / .75)}.required\:ring-offset-primary-700\/80:required{--tw-ring-offset-color: rgb(93 93 153 / .8)}.required\:ring-offset-primary-700\/90:required{--tw-ring-offset-color: rgb(93 93 153 / .9)}.required\:ring-offset-primary-700\/95:required{--tw-ring-offset-color: rgb(93 93 153 / .95)}.required\:ring-offset-primary-700\/100:required{--tw-ring-offset-color: rgb(93 93 153 / 1)}.required\:ring-offset-primary-800\/0:required{--tw-ring-offset-color: rgb(80 80 133 / 0)}.required\:ring-offset-primary-800\/5:required{--tw-ring-offset-color: rgb(80 80 133 / .05)}.required\:ring-offset-primary-800\/10:required{--tw-ring-offset-color: rgb(80 80 133 / .1)}.required\:ring-offset-primary-800\/20:required{--tw-ring-offset-color: rgb(80 80 133 / .2)}.required\:ring-offset-primary-800\/25:required{--tw-ring-offset-color: rgb(80 80 133 / .25)}.required\:ring-offset-primary-800\/30:required{--tw-ring-offset-color: rgb(80 80 133 / .3)}.required\:ring-offset-primary-800\/40:required{--tw-ring-offset-color: rgb(80 80 133 / .4)}.required\:ring-offset-primary-800\/50:required{--tw-ring-offset-color: rgb(80 80 133 / .5)}.required\:ring-offset-primary-800\/60:required{--tw-ring-offset-color: rgb(80 80 133 / .6)}.required\:ring-offset-primary-800\/70:required{--tw-ring-offset-color: rgb(80 80 133 / .7)}.required\:ring-offset-primary-800\/75:required{--tw-ring-offset-color: rgb(80 80 133 / .75)}.required\:ring-offset-primary-800\/80:required{--tw-ring-offset-color: rgb(80 80 133 / .8)}.required\:ring-offset-primary-800\/90:required{--tw-ring-offset-color: rgb(80 80 133 / .9)}.required\:ring-offset-primary-800\/95:required{--tw-ring-offset-color: rgb(80 80 133 / .95)}.required\:ring-offset-primary-800\/100:required{--tw-ring-offset-color: rgb(80 80 133 / 1)}.required\:ring-offset-primary-900\/0:required{--tw-ring-offset-color: rgb(65 65 108 / 0)}.required\:ring-offset-primary-900\/5:required{--tw-ring-offset-color: rgb(65 65 108 / .05)}.required\:ring-offset-primary-900\/10:required{--tw-ring-offset-color: rgb(65 65 108 / .1)}.required\:ring-offset-primary-900\/20:required{--tw-ring-offset-color: rgb(65 65 108 / .2)}.required\:ring-offset-primary-900\/25:required{--tw-ring-offset-color: rgb(65 65 108 / .25)}.required\:ring-offset-primary-900\/30:required{--tw-ring-offset-color: rgb(65 65 108 / .3)}.required\:ring-offset-primary-900\/40:required{--tw-ring-offset-color: rgb(65 65 108 / .4)}.required\:ring-offset-primary-900\/50:required{--tw-ring-offset-color: rgb(65 65 108 / .5)}.required\:ring-offset-primary-900\/60:required{--tw-ring-offset-color: rgb(65 65 108 / .6)}.required\:ring-offset-primary-900\/70:required{--tw-ring-offset-color: rgb(65 65 108 / .7)}.required\:ring-offset-primary-900\/75:required{--tw-ring-offset-color: rgb(65 65 108 / .75)}.required\:ring-offset-primary-900\/80:required{--tw-ring-offset-color: rgb(65 65 108 / .8)}.required\:ring-offset-primary-900\/90:required{--tw-ring-offset-color: rgb(65 65 108 / .9)}.required\:ring-offset-primary-900\/95:required{--tw-ring-offset-color: rgb(65 65 108 / .95)}.required\:ring-offset-primary-900\/100:required{--tw-ring-offset-color: rgb(65 65 108 / 1)}.required\:ring-offset-primary-1000\/0:required{--tw-ring-offset-color: rgb(46 46 76 / 0)}.required\:ring-offset-primary-1000\/5:required{--tw-ring-offset-color: rgb(46 46 76 / .05)}.required\:ring-offset-primary-1000\/10:required{--tw-ring-offset-color: rgb(46 46 76 / .1)}.required\:ring-offset-primary-1000\/20:required{--tw-ring-offset-color: rgb(46 46 76 / .2)}.required\:ring-offset-primary-1000\/25:required{--tw-ring-offset-color: rgb(46 46 76 / .25)}.required\:ring-offset-primary-1000\/30:required{--tw-ring-offset-color: rgb(46 46 76 / .3)}.required\:ring-offset-primary-1000\/40:required{--tw-ring-offset-color: rgb(46 46 76 / .4)}.required\:ring-offset-primary-1000\/50:required{--tw-ring-offset-color: rgb(46 46 76 / .5)}.required\:ring-offset-primary-1000\/60:required{--tw-ring-offset-color: rgb(46 46 76 / .6)}.required\:ring-offset-primary-1000\/70:required{--tw-ring-offset-color: rgb(46 46 76 / .7)}.required\:ring-offset-primary-1000\/75:required{--tw-ring-offset-color: rgb(46 46 76 / .75)}.required\:ring-offset-primary-1000\/80:required{--tw-ring-offset-color: rgb(46 46 76 / .8)}.required\:ring-offset-primary-1000\/90:required{--tw-ring-offset-color: rgb(46 46 76 / .9)}.required\:ring-offset-primary-1000\/95:required{--tw-ring-offset-color: rgb(46 46 76 / .95)}.required\:ring-offset-primary-1000\/100:required{--tw-ring-offset-color: rgb(46 46 76 / 1)}.required\:ring-offset-primary-highlight-100\/0:required{--tw-ring-offset-color: rgb(247 245 254 / 0)}.required\:ring-offset-primary-highlight-100\/5:required{--tw-ring-offset-color: rgb(247 245 254 / .05)}.required\:ring-offset-primary-highlight-100\/10:required{--tw-ring-offset-color: rgb(247 245 254 / .1)}.required\:ring-offset-primary-highlight-100\/20:required{--tw-ring-offset-color: rgb(247 245 254 / .2)}.required\:ring-offset-primary-highlight-100\/25:required{--tw-ring-offset-color: rgb(247 245 254 / .25)}.required\:ring-offset-primary-highlight-100\/30:required{--tw-ring-offset-color: rgb(247 245 254 / .3)}.required\:ring-offset-primary-highlight-100\/40:required{--tw-ring-offset-color: rgb(247 245 254 / .4)}.required\:ring-offset-primary-highlight-100\/50:required{--tw-ring-offset-color: rgb(247 245 254 / .5)}.required\:ring-offset-primary-highlight-100\/60:required{--tw-ring-offset-color: rgb(247 245 254 / .6)}.required\:ring-offset-primary-highlight-100\/70:required{--tw-ring-offset-color: rgb(247 245 254 / .7)}.required\:ring-offset-primary-highlight-100\/75:required{--tw-ring-offset-color: rgb(247 245 254 / .75)}.required\:ring-offset-primary-highlight-100\/80:required{--tw-ring-offset-color: rgb(247 245 254 / .8)}.required\:ring-offset-primary-highlight-100\/90:required{--tw-ring-offset-color: rgb(247 245 254 / .9)}.required\:ring-offset-primary-highlight-100\/95:required{--tw-ring-offset-color: rgb(247 245 254 / .95)}.required\:ring-offset-primary-highlight-100\/100:required{--tw-ring-offset-color: rgb(247 245 254 / 1)}.required\:ring-offset-primary-highlight-200\/0:required{--tw-ring-offset-color: rgb(239 236 254 / 0)}.required\:ring-offset-primary-highlight-200\/5:required{--tw-ring-offset-color: rgb(239 236 254 / .05)}.required\:ring-offset-primary-highlight-200\/10:required{--tw-ring-offset-color: rgb(239 236 254 / .1)}.required\:ring-offset-primary-highlight-200\/20:required{--tw-ring-offset-color: rgb(239 236 254 / .2)}.required\:ring-offset-primary-highlight-200\/25:required{--tw-ring-offset-color: rgb(239 236 254 / .25)}.required\:ring-offset-primary-highlight-200\/30:required{--tw-ring-offset-color: rgb(239 236 254 / .3)}.required\:ring-offset-primary-highlight-200\/40:required{--tw-ring-offset-color: rgb(239 236 254 / .4)}.required\:ring-offset-primary-highlight-200\/50:required{--tw-ring-offset-color: rgb(239 236 254 / .5)}.required\:ring-offset-primary-highlight-200\/60:required{--tw-ring-offset-color: rgb(239 236 254 / .6)}.required\:ring-offset-primary-highlight-200\/70:required{--tw-ring-offset-color: rgb(239 236 254 / .7)}.required\:ring-offset-primary-highlight-200\/75:required{--tw-ring-offset-color: rgb(239 236 254 / .75)}.required\:ring-offset-primary-highlight-200\/80:required{--tw-ring-offset-color: rgb(239 236 254 / .8)}.required\:ring-offset-primary-highlight-200\/90:required{--tw-ring-offset-color: rgb(239 236 254 / .9)}.required\:ring-offset-primary-highlight-200\/95:required{--tw-ring-offset-color: rgb(239 236 254 / .95)}.required\:ring-offset-primary-highlight-200\/100:required{--tw-ring-offset-color: rgb(239 236 254 / 1)}.required\:ring-offset-primary-highlight-300\/0:required{--tw-ring-offset-color: rgb(223 216 253 / 0)}.required\:ring-offset-primary-highlight-300\/5:required{--tw-ring-offset-color: rgb(223 216 253 / .05)}.required\:ring-offset-primary-highlight-300\/10:required{--tw-ring-offset-color: rgb(223 216 253 / .1)}.required\:ring-offset-primary-highlight-300\/20:required{--tw-ring-offset-color: rgb(223 216 253 / .2)}.required\:ring-offset-primary-highlight-300\/25:required{--tw-ring-offset-color: rgb(223 216 253 / .25)}.required\:ring-offset-primary-highlight-300\/30:required{--tw-ring-offset-color: rgb(223 216 253 / .3)}.required\:ring-offset-primary-highlight-300\/40:required{--tw-ring-offset-color: rgb(223 216 253 / .4)}.required\:ring-offset-primary-highlight-300\/50:required{--tw-ring-offset-color: rgb(223 216 253 / .5)}.required\:ring-offset-primary-highlight-300\/60:required{--tw-ring-offset-color: rgb(223 216 253 / .6)}.required\:ring-offset-primary-highlight-300\/70:required{--tw-ring-offset-color: rgb(223 216 253 / .7)}.required\:ring-offset-primary-highlight-300\/75:required{--tw-ring-offset-color: rgb(223 216 253 / .75)}.required\:ring-offset-primary-highlight-300\/80:required{--tw-ring-offset-color: rgb(223 216 253 / .8)}.required\:ring-offset-primary-highlight-300\/90:required{--tw-ring-offset-color: rgb(223 216 253 / .9)}.required\:ring-offset-primary-highlight-300\/95:required{--tw-ring-offset-color: rgb(223 216 253 / .95)}.required\:ring-offset-primary-highlight-300\/100:required{--tw-ring-offset-color: rgb(223 216 253 / 1)}.required\:ring-offset-primary-highlight-400\/0:required{--tw-ring-offset-color: rgb(206 193 252 / 0)}.required\:ring-offset-primary-highlight-400\/5:required{--tw-ring-offset-color: rgb(206 193 252 / .05)}.required\:ring-offset-primary-highlight-400\/10:required{--tw-ring-offset-color: rgb(206 193 252 / .1)}.required\:ring-offset-primary-highlight-400\/20:required{--tw-ring-offset-color: rgb(206 193 252 / .2)}.required\:ring-offset-primary-highlight-400\/25:required{--tw-ring-offset-color: rgb(206 193 252 / .25)}.required\:ring-offset-primary-highlight-400\/30:required{--tw-ring-offset-color: rgb(206 193 252 / .3)}.required\:ring-offset-primary-highlight-400\/40:required{--tw-ring-offset-color: rgb(206 193 252 / .4)}.required\:ring-offset-primary-highlight-400\/50:required{--tw-ring-offset-color: rgb(206 193 252 / .5)}.required\:ring-offset-primary-highlight-400\/60:required{--tw-ring-offset-color: rgb(206 193 252 / .6)}.required\:ring-offset-primary-highlight-400\/70:required{--tw-ring-offset-color: rgb(206 193 252 / .7)}.required\:ring-offset-primary-highlight-400\/75:required{--tw-ring-offset-color: rgb(206 193 252 / .75)}.required\:ring-offset-primary-highlight-400\/80:required{--tw-ring-offset-color: rgb(206 193 252 / .8)}.required\:ring-offset-primary-highlight-400\/90:required{--tw-ring-offset-color: rgb(206 193 252 / .9)}.required\:ring-offset-primary-highlight-400\/95:required{--tw-ring-offset-color: rgb(206 193 252 / .95)}.required\:ring-offset-primary-highlight-400\/100:required{--tw-ring-offset-color: rgb(206 193 252 / 1)}.required\:ring-offset-primary-highlight-500\/0:required{--tw-ring-offset-color: rgb(187 168 251 / 0)}.required\:ring-offset-primary-highlight-500\/5:required{--tw-ring-offset-color: rgb(187 168 251 / .05)}.required\:ring-offset-primary-highlight-500\/10:required{--tw-ring-offset-color: rgb(187 168 251 / .1)}.required\:ring-offset-primary-highlight-500\/20:required{--tw-ring-offset-color: rgb(187 168 251 / .2)}.required\:ring-offset-primary-highlight-500\/25:required{--tw-ring-offset-color: rgb(187 168 251 / .25)}.required\:ring-offset-primary-highlight-500\/30:required{--tw-ring-offset-color: rgb(187 168 251 / .3)}.required\:ring-offset-primary-highlight-500\/40:required{--tw-ring-offset-color: rgb(187 168 251 / .4)}.required\:ring-offset-primary-highlight-500\/50:required{--tw-ring-offset-color: rgb(187 168 251 / .5)}.required\:ring-offset-primary-highlight-500\/60:required{--tw-ring-offset-color: rgb(187 168 251 / .6)}.required\:ring-offset-primary-highlight-500\/70:required{--tw-ring-offset-color: rgb(187 168 251 / .7)}.required\:ring-offset-primary-highlight-500\/75:required{--tw-ring-offset-color: rgb(187 168 251 / .75)}.required\:ring-offset-primary-highlight-500\/80:required{--tw-ring-offset-color: rgb(187 168 251 / .8)}.required\:ring-offset-primary-highlight-500\/90:required{--tw-ring-offset-color: rgb(187 168 251 / .9)}.required\:ring-offset-primary-highlight-500\/95:required{--tw-ring-offset-color: rgb(187 168 251 / .95)}.required\:ring-offset-primary-highlight-500\/100:required{--tw-ring-offset-color: rgb(187 168 251 / 1)}.required\:ring-offset-primary-highlight-600\/0:required{--tw-ring-offset-color: rgb(167 139 250 / 0)}.required\:ring-offset-primary-highlight-600\/5:required{--tw-ring-offset-color: rgb(167 139 250 / .05)}.required\:ring-offset-primary-highlight-600\/10:required{--tw-ring-offset-color: rgb(167 139 250 / .1)}.required\:ring-offset-primary-highlight-600\/20:required{--tw-ring-offset-color: rgb(167 139 250 / .2)}.required\:ring-offset-primary-highlight-600\/25:required{--tw-ring-offset-color: rgb(167 139 250 / .25)}.required\:ring-offset-primary-highlight-600\/30:required{--tw-ring-offset-color: rgb(167 139 250 / .3)}.required\:ring-offset-primary-highlight-600\/40:required{--tw-ring-offset-color: rgb(167 139 250 / .4)}.required\:ring-offset-primary-highlight-600\/50:required{--tw-ring-offset-color: rgb(167 139 250 / .5)}.required\:ring-offset-primary-highlight-600\/60:required{--tw-ring-offset-color: rgb(167 139 250 / .6)}.required\:ring-offset-primary-highlight-600\/70:required{--tw-ring-offset-color: rgb(167 139 250 / .7)}.required\:ring-offset-primary-highlight-600\/75:required{--tw-ring-offset-color: rgb(167 139 250 / .75)}.required\:ring-offset-primary-highlight-600\/80:required{--tw-ring-offset-color: rgb(167 139 250 / .8)}.required\:ring-offset-primary-highlight-600\/90:required{--tw-ring-offset-color: rgb(167 139 250 / .9)}.required\:ring-offset-primary-highlight-600\/95:required{--tw-ring-offset-color: rgb(167 139 250 / .95)}.required\:ring-offset-primary-highlight-600\/100:required{--tw-ring-offset-color: rgb(167 139 250 / 1)}.required\:ring-offset-primary-highlight-700\/0:required{--tw-ring-offset-color: rgb(149 124 223 / 0)}.required\:ring-offset-primary-highlight-700\/5:required{--tw-ring-offset-color: rgb(149 124 223 / .05)}.required\:ring-offset-primary-highlight-700\/10:required{--tw-ring-offset-color: rgb(149 124 223 / .1)}.required\:ring-offset-primary-highlight-700\/20:required{--tw-ring-offset-color: rgb(149 124 223 / .2)}.required\:ring-offset-primary-highlight-700\/25:required{--tw-ring-offset-color: rgb(149 124 223 / .25)}.required\:ring-offset-primary-highlight-700\/30:required{--tw-ring-offset-color: rgb(149 124 223 / .3)}.required\:ring-offset-primary-highlight-700\/40:required{--tw-ring-offset-color: rgb(149 124 223 / .4)}.required\:ring-offset-primary-highlight-700\/50:required{--tw-ring-offset-color: rgb(149 124 223 / .5)}.required\:ring-offset-primary-highlight-700\/60:required{--tw-ring-offset-color: rgb(149 124 223 / .6)}.required\:ring-offset-primary-highlight-700\/70:required{--tw-ring-offset-color: rgb(149 124 223 / .7)}.required\:ring-offset-primary-highlight-700\/75:required{--tw-ring-offset-color: rgb(149 124 223 / .75)}.required\:ring-offset-primary-highlight-700\/80:required{--tw-ring-offset-color: rgb(149 124 223 / .8)}.required\:ring-offset-primary-highlight-700\/90:required{--tw-ring-offset-color: rgb(149 124 223 / .9)}.required\:ring-offset-primary-highlight-700\/95:required{--tw-ring-offset-color: rgb(149 124 223 / .95)}.required\:ring-offset-primary-highlight-700\/100:required{--tw-ring-offset-color: rgb(149 124 223 / 1)}.required\:ring-offset-primary-highlight-800\/0:required{--tw-ring-offset-color: rgb(129 107 193 / 0)}.required\:ring-offset-primary-highlight-800\/5:required{--tw-ring-offset-color: rgb(129 107 193 / .05)}.required\:ring-offset-primary-highlight-800\/10:required{--tw-ring-offset-color: rgb(129 107 193 / .1)}.required\:ring-offset-primary-highlight-800\/20:required{--tw-ring-offset-color: rgb(129 107 193 / .2)}.required\:ring-offset-primary-highlight-800\/25:required{--tw-ring-offset-color: rgb(129 107 193 / .25)}.required\:ring-offset-primary-highlight-800\/30:required{--tw-ring-offset-color: rgb(129 107 193 / .3)}.required\:ring-offset-primary-highlight-800\/40:required{--tw-ring-offset-color: rgb(129 107 193 / .4)}.required\:ring-offset-primary-highlight-800\/50:required{--tw-ring-offset-color: rgb(129 107 193 / .5)}.required\:ring-offset-primary-highlight-800\/60:required{--tw-ring-offset-color: rgb(129 107 193 / .6)}.required\:ring-offset-primary-highlight-800\/70:required{--tw-ring-offset-color: rgb(129 107 193 / .7)}.required\:ring-offset-primary-highlight-800\/75:required{--tw-ring-offset-color: rgb(129 107 193 / .75)}.required\:ring-offset-primary-highlight-800\/80:required{--tw-ring-offset-color: rgb(129 107 193 / .8)}.required\:ring-offset-primary-highlight-800\/90:required{--tw-ring-offset-color: rgb(129 107 193 / .9)}.required\:ring-offset-primary-highlight-800\/95:required{--tw-ring-offset-color: rgb(129 107 193 / .95)}.required\:ring-offset-primary-highlight-800\/100:required{--tw-ring-offset-color: rgb(129 107 193 / 1)}.required\:ring-offset-primary-highlight-900\/0:required{--tw-ring-offset-color: rgb(105 87 158 / 0)}.required\:ring-offset-primary-highlight-900\/5:required{--tw-ring-offset-color: rgb(105 87 158 / .05)}.required\:ring-offset-primary-highlight-900\/10:required{--tw-ring-offset-color: rgb(105 87 158 / .1)}.required\:ring-offset-primary-highlight-900\/20:required{--tw-ring-offset-color: rgb(105 87 158 / .2)}.required\:ring-offset-primary-highlight-900\/25:required{--tw-ring-offset-color: rgb(105 87 158 / .25)}.required\:ring-offset-primary-highlight-900\/30:required{--tw-ring-offset-color: rgb(105 87 158 / .3)}.required\:ring-offset-primary-highlight-900\/40:required{--tw-ring-offset-color: rgb(105 87 158 / .4)}.required\:ring-offset-primary-highlight-900\/50:required{--tw-ring-offset-color: rgb(105 87 158 / .5)}.required\:ring-offset-primary-highlight-900\/60:required{--tw-ring-offset-color: rgb(105 87 158 / .6)}.required\:ring-offset-primary-highlight-900\/70:required{--tw-ring-offset-color: rgb(105 87 158 / .7)}.required\:ring-offset-primary-highlight-900\/75:required{--tw-ring-offset-color: rgb(105 87 158 / .75)}.required\:ring-offset-primary-highlight-900\/80:required{--tw-ring-offset-color: rgb(105 87 158 / .8)}.required\:ring-offset-primary-highlight-900\/90:required{--tw-ring-offset-color: rgb(105 87 158 / .9)}.required\:ring-offset-primary-highlight-900\/95:required{--tw-ring-offset-color: rgb(105 87 158 / .95)}.required\:ring-offset-primary-highlight-900\/100:required{--tw-ring-offset-color: rgb(105 87 158 / 1)}.required\:ring-offset-primary-highlight-1000\/0:required{--tw-ring-offset-color: rgb(74 62 111 / 0)}.required\:ring-offset-primary-highlight-1000\/5:required{--tw-ring-offset-color: rgb(74 62 111 / .05)}.required\:ring-offset-primary-highlight-1000\/10:required{--tw-ring-offset-color: rgb(74 62 111 / .1)}.required\:ring-offset-primary-highlight-1000\/20:required{--tw-ring-offset-color: rgb(74 62 111 / .2)}.required\:ring-offset-primary-highlight-1000\/25:required{--tw-ring-offset-color: rgb(74 62 111 / .25)}.required\:ring-offset-primary-highlight-1000\/30:required{--tw-ring-offset-color: rgb(74 62 111 / .3)}.required\:ring-offset-primary-highlight-1000\/40:required{--tw-ring-offset-color: rgb(74 62 111 / .4)}.required\:ring-offset-primary-highlight-1000\/50:required{--tw-ring-offset-color: rgb(74 62 111 / .5)}.required\:ring-offset-primary-highlight-1000\/60:required{--tw-ring-offset-color: rgb(74 62 111 / .6)}.required\:ring-offset-primary-highlight-1000\/70:required{--tw-ring-offset-color: rgb(74 62 111 / .7)}.required\:ring-offset-primary-highlight-1000\/75:required{--tw-ring-offset-color: rgb(74 62 111 / .75)}.required\:ring-offset-primary-highlight-1000\/80:required{--tw-ring-offset-color: rgb(74 62 111 / .8)}.required\:ring-offset-primary-highlight-1000\/90:required{--tw-ring-offset-color: rgb(74 62 111 / .9)}.required\:ring-offset-primary-highlight-1000\/95:required{--tw-ring-offset-color: rgb(74 62 111 / .95)}.required\:ring-offset-primary-highlight-1000\/100:required{--tw-ring-offset-color: rgb(74 62 111 / 1)}.required\:ring-offset-secondary-100\/0:required{--tw-ring-offset-color: rgb(254 247 242 / 0)}.required\:ring-offset-secondary-100\/5:required{--tw-ring-offset-color: rgb(254 247 242 / .05)}.required\:ring-offset-secondary-100\/10:required{--tw-ring-offset-color: rgb(254 247 242 / .1)}.required\:ring-offset-secondary-100\/20:required{--tw-ring-offset-color: rgb(254 247 242 / .2)}.required\:ring-offset-secondary-100\/25:required{--tw-ring-offset-color: rgb(254 247 242 / .25)}.required\:ring-offset-secondary-100\/30:required{--tw-ring-offset-color: rgb(254 247 242 / .3)}.required\:ring-offset-secondary-100\/40:required{--tw-ring-offset-color: rgb(254 247 242 / .4)}.required\:ring-offset-secondary-100\/50:required{--tw-ring-offset-color: rgb(254 247 242 / .5)}.required\:ring-offset-secondary-100\/60:required{--tw-ring-offset-color: rgb(254 247 242 / .6)}.required\:ring-offset-secondary-100\/70:required{--tw-ring-offset-color: rgb(254 247 242 / .7)}.required\:ring-offset-secondary-100\/75:required{--tw-ring-offset-color: rgb(254 247 242 / .75)}.required\:ring-offset-secondary-100\/80:required{--tw-ring-offset-color: rgb(254 247 242 / .8)}.required\:ring-offset-secondary-100\/90:required{--tw-ring-offset-color: rgb(254 247 242 / .9)}.required\:ring-offset-secondary-100\/95:required{--tw-ring-offset-color: rgb(254 247 242 / .95)}.required\:ring-offset-secondary-100\/100:required{--tw-ring-offset-color: rgb(254 247 242 / 1)}.required\:ring-offset-secondary-200\/0:required{--tw-ring-offset-color: rgb(254 240 228 / 0)}.required\:ring-offset-secondary-200\/5:required{--tw-ring-offset-color: rgb(254 240 228 / .05)}.required\:ring-offset-secondary-200\/10:required{--tw-ring-offset-color: rgb(254 240 228 / .1)}.required\:ring-offset-secondary-200\/20:required{--tw-ring-offset-color: rgb(254 240 228 / .2)}.required\:ring-offset-secondary-200\/25:required{--tw-ring-offset-color: rgb(254 240 228 / .25)}.required\:ring-offset-secondary-200\/30:required{--tw-ring-offset-color: rgb(254 240 228 / .3)}.required\:ring-offset-secondary-200\/40:required{--tw-ring-offset-color: rgb(254 240 228 / .4)}.required\:ring-offset-secondary-200\/50:required{--tw-ring-offset-color: rgb(254 240 228 / .5)}.required\:ring-offset-secondary-200\/60:required{--tw-ring-offset-color: rgb(254 240 228 / .6)}.required\:ring-offset-secondary-200\/70:required{--tw-ring-offset-color: rgb(254 240 228 / .7)}.required\:ring-offset-secondary-200\/75:required{--tw-ring-offset-color: rgb(254 240 228 / .75)}.required\:ring-offset-secondary-200\/80:required{--tw-ring-offset-color: rgb(254 240 228 / .8)}.required\:ring-offset-secondary-200\/90:required{--tw-ring-offset-color: rgb(254 240 228 / .9)}.required\:ring-offset-secondary-200\/95:required{--tw-ring-offset-color: rgb(254 240 228 / .95)}.required\:ring-offset-secondary-200\/100:required{--tw-ring-offset-color: rgb(254 240 228 / 1)}.required\:ring-offset-secondary-300\/0:required{--tw-ring-offset-color: rgb(253 225 198 / 0)}.required\:ring-offset-secondary-300\/5:required{--tw-ring-offset-color: rgb(253 225 198 / .05)}.required\:ring-offset-secondary-300\/10:required{--tw-ring-offset-color: rgb(253 225 198 / .1)}.required\:ring-offset-secondary-300\/20:required{--tw-ring-offset-color: rgb(253 225 198 / .2)}.required\:ring-offset-secondary-300\/25:required{--tw-ring-offset-color: rgb(253 225 198 / .25)}.required\:ring-offset-secondary-300\/30:required{--tw-ring-offset-color: rgb(253 225 198 / .3)}.required\:ring-offset-secondary-300\/40:required{--tw-ring-offset-color: rgb(253 225 198 / .4)}.required\:ring-offset-secondary-300\/50:required{--tw-ring-offset-color: rgb(253 225 198 / .5)}.required\:ring-offset-secondary-300\/60:required{--tw-ring-offset-color: rgb(253 225 198 / .6)}.required\:ring-offset-secondary-300\/70:required{--tw-ring-offset-color: rgb(253 225 198 / .7)}.required\:ring-offset-secondary-300\/75:required{--tw-ring-offset-color: rgb(253 225 198 / .75)}.required\:ring-offset-secondary-300\/80:required{--tw-ring-offset-color: rgb(253 225 198 / .8)}.required\:ring-offset-secondary-300\/90:required{--tw-ring-offset-color: rgb(253 225 198 / .9)}.required\:ring-offset-secondary-300\/95:required{--tw-ring-offset-color: rgb(253 225 198 / .95)}.required\:ring-offset-secondary-300\/100:required{--tw-ring-offset-color: rgb(253 225 198 / 1)}.required\:ring-offset-secondary-400\/0:required{--tw-ring-offset-color: rgb(252 209 162 / 0)}.required\:ring-offset-secondary-400\/5:required{--tw-ring-offset-color: rgb(252 209 162 / .05)}.required\:ring-offset-secondary-400\/10:required{--tw-ring-offset-color: rgb(252 209 162 / .1)}.required\:ring-offset-secondary-400\/20:required{--tw-ring-offset-color: rgb(252 209 162 / .2)}.required\:ring-offset-secondary-400\/25:required{--tw-ring-offset-color: rgb(252 209 162 / .25)}.required\:ring-offset-secondary-400\/30:required{--tw-ring-offset-color: rgb(252 209 162 / .3)}.required\:ring-offset-secondary-400\/40:required{--tw-ring-offset-color: rgb(252 209 162 / .4)}.required\:ring-offset-secondary-400\/50:required{--tw-ring-offset-color: rgb(252 209 162 / .5)}.required\:ring-offset-secondary-400\/60:required{--tw-ring-offset-color: rgb(252 209 162 / .6)}.required\:ring-offset-secondary-400\/70:required{--tw-ring-offset-color: rgb(252 209 162 / .7)}.required\:ring-offset-secondary-400\/75:required{--tw-ring-offset-color: rgb(252 209 162 / .75)}.required\:ring-offset-secondary-400\/80:required{--tw-ring-offset-color: rgb(252 209 162 / .8)}.required\:ring-offset-secondary-400\/90:required{--tw-ring-offset-color: rgb(252 209 162 / .9)}.required\:ring-offset-secondary-400\/95:required{--tw-ring-offset-color: rgb(252 209 162 / .95)}.required\:ring-offset-secondary-400\/100:required{--tw-ring-offset-color: rgb(252 209 162 / 1)}.required\:ring-offset-secondary-500\/0:required{--tw-ring-offset-color: rgb(251 191 117 / 0)}.required\:ring-offset-secondary-500\/5:required{--tw-ring-offset-color: rgb(251 191 117 / .05)}.required\:ring-offset-secondary-500\/10:required{--tw-ring-offset-color: rgb(251 191 117 / .1)}.required\:ring-offset-secondary-500\/20:required{--tw-ring-offset-color: rgb(251 191 117 / .2)}.required\:ring-offset-secondary-500\/25:required{--tw-ring-offset-color: rgb(251 191 117 / .25)}.required\:ring-offset-secondary-500\/30:required{--tw-ring-offset-color: rgb(251 191 117 / .3)}.required\:ring-offset-secondary-500\/40:required{--tw-ring-offset-color: rgb(251 191 117 / .4)}.required\:ring-offset-secondary-500\/50:required{--tw-ring-offset-color: rgb(251 191 117 / .5)}.required\:ring-offset-secondary-500\/60:required{--tw-ring-offset-color: rgb(251 191 117 / .6)}.required\:ring-offset-secondary-500\/70:required{--tw-ring-offset-color: rgb(251 191 117 / .7)}.required\:ring-offset-secondary-500\/75:required{--tw-ring-offset-color: rgb(251 191 117 / .75)}.required\:ring-offset-secondary-500\/80:required{--tw-ring-offset-color: rgb(251 191 117 / .8)}.required\:ring-offset-secondary-500\/90:required{--tw-ring-offset-color: rgb(251 191 117 / .9)}.required\:ring-offset-secondary-500\/95:required{--tw-ring-offset-color: rgb(251 191 117 / .95)}.required\:ring-offset-secondary-500\/100:required{--tw-ring-offset-color: rgb(251 191 117 / 1)}.required\:ring-offset-secondary-600\/0:required{--tw-ring-offset-color: rgb(250 172 30 / 0)}.required\:ring-offset-secondary-600\/5:required{--tw-ring-offset-color: rgb(250 172 30 / .05)}.required\:ring-offset-secondary-600\/10:required{--tw-ring-offset-color: rgb(250 172 30 / .1)}.required\:ring-offset-secondary-600\/20:required{--tw-ring-offset-color: rgb(250 172 30 / .2)}.required\:ring-offset-secondary-600\/25:required{--tw-ring-offset-color: rgb(250 172 30 / .25)}.required\:ring-offset-secondary-600\/30:required{--tw-ring-offset-color: rgb(250 172 30 / .3)}.required\:ring-offset-secondary-600\/40:required{--tw-ring-offset-color: rgb(250 172 30 / .4)}.required\:ring-offset-secondary-600\/50:required{--tw-ring-offset-color: rgb(250 172 30 / .5)}.required\:ring-offset-secondary-600\/60:required{--tw-ring-offset-color: rgb(250 172 30 / .6)}.required\:ring-offset-secondary-600\/70:required{--tw-ring-offset-color: rgb(250 172 30 / .7)}.required\:ring-offset-secondary-600\/75:required{--tw-ring-offset-color: rgb(250 172 30 / .75)}.required\:ring-offset-secondary-600\/80:required{--tw-ring-offset-color: rgb(250 172 30 / .8)}.required\:ring-offset-secondary-600\/90:required{--tw-ring-offset-color: rgb(250 172 30 / .9)}.required\:ring-offset-secondary-600\/95:required{--tw-ring-offset-color: rgb(250 172 30 / .95)}.required\:ring-offset-secondary-600\/100:required{--tw-ring-offset-color: rgb(250 172 30 / 1)}.required\:ring-offset-secondary-700\/0:required{--tw-ring-offset-color: rgb(223 153 26 / 0)}.required\:ring-offset-secondary-700\/5:required{--tw-ring-offset-color: rgb(223 153 26 / .05)}.required\:ring-offset-secondary-700\/10:required{--tw-ring-offset-color: rgb(223 153 26 / .1)}.required\:ring-offset-secondary-700\/20:required{--tw-ring-offset-color: rgb(223 153 26 / .2)}.required\:ring-offset-secondary-700\/25:required{--tw-ring-offset-color: rgb(223 153 26 / .25)}.required\:ring-offset-secondary-700\/30:required{--tw-ring-offset-color: rgb(223 153 26 / .3)}.required\:ring-offset-secondary-700\/40:required{--tw-ring-offset-color: rgb(223 153 26 / .4)}.required\:ring-offset-secondary-700\/50:required{--tw-ring-offset-color: rgb(223 153 26 / .5)}.required\:ring-offset-secondary-700\/60:required{--tw-ring-offset-color: rgb(223 153 26 / .6)}.required\:ring-offset-secondary-700\/70:required{--tw-ring-offset-color: rgb(223 153 26 / .7)}.required\:ring-offset-secondary-700\/75:required{--tw-ring-offset-color: rgb(223 153 26 / .75)}.required\:ring-offset-secondary-700\/80:required{--tw-ring-offset-color: rgb(223 153 26 / .8)}.required\:ring-offset-secondary-700\/90:required{--tw-ring-offset-color: rgb(223 153 26 / .9)}.required\:ring-offset-secondary-700\/95:required{--tw-ring-offset-color: rgb(223 153 26 / .95)}.required\:ring-offset-secondary-700\/100:required{--tw-ring-offset-color: rgb(223 153 26 / 1)}.required\:ring-offset-secondary-800\/0:required{--tw-ring-offset-color: rgb(193 133 23 / 0)}.required\:ring-offset-secondary-800\/5:required{--tw-ring-offset-color: rgb(193 133 23 / .05)}.required\:ring-offset-secondary-800\/10:required{--tw-ring-offset-color: rgb(193 133 23 / .1)}.required\:ring-offset-secondary-800\/20:required{--tw-ring-offset-color: rgb(193 133 23 / .2)}.required\:ring-offset-secondary-800\/25:required{--tw-ring-offset-color: rgb(193 133 23 / .25)}.required\:ring-offset-secondary-800\/30:required{--tw-ring-offset-color: rgb(193 133 23 / .3)}.required\:ring-offset-secondary-800\/40:required{--tw-ring-offset-color: rgb(193 133 23 / .4)}.required\:ring-offset-secondary-800\/50:required{--tw-ring-offset-color: rgb(193 133 23 / .5)}.required\:ring-offset-secondary-800\/60:required{--tw-ring-offset-color: rgb(193 133 23 / .6)}.required\:ring-offset-secondary-800\/70:required{--tw-ring-offset-color: rgb(193 133 23 / .7)}.required\:ring-offset-secondary-800\/75:required{--tw-ring-offset-color: rgb(193 133 23 / .75)}.required\:ring-offset-secondary-800\/80:required{--tw-ring-offset-color: rgb(193 133 23 / .8)}.required\:ring-offset-secondary-800\/90:required{--tw-ring-offset-color: rgb(193 133 23 / .9)}.required\:ring-offset-secondary-800\/95:required{--tw-ring-offset-color: rgb(193 133 23 / .95)}.required\:ring-offset-secondary-800\/100:required{--tw-ring-offset-color: rgb(193 133 23 / 1)}.required\:ring-offset-secondary-900\/0:required{--tw-ring-offset-color: rgb(158 108 18 / 0)}.required\:ring-offset-secondary-900\/5:required{--tw-ring-offset-color: rgb(158 108 18 / .05)}.required\:ring-offset-secondary-900\/10:required{--tw-ring-offset-color: rgb(158 108 18 / .1)}.required\:ring-offset-secondary-900\/20:required{--tw-ring-offset-color: rgb(158 108 18 / .2)}.required\:ring-offset-secondary-900\/25:required{--tw-ring-offset-color: rgb(158 108 18 / .25)}.required\:ring-offset-secondary-900\/30:required{--tw-ring-offset-color: rgb(158 108 18 / .3)}.required\:ring-offset-secondary-900\/40:required{--tw-ring-offset-color: rgb(158 108 18 / .4)}.required\:ring-offset-secondary-900\/50:required{--tw-ring-offset-color: rgb(158 108 18 / .5)}.required\:ring-offset-secondary-900\/60:required{--tw-ring-offset-color: rgb(158 108 18 / .6)}.required\:ring-offset-secondary-900\/70:required{--tw-ring-offset-color: rgb(158 108 18 / .7)}.required\:ring-offset-secondary-900\/75:required{--tw-ring-offset-color: rgb(158 108 18 / .75)}.required\:ring-offset-secondary-900\/80:required{--tw-ring-offset-color: rgb(158 108 18 / .8)}.required\:ring-offset-secondary-900\/90:required{--tw-ring-offset-color: rgb(158 108 18 / .9)}.required\:ring-offset-secondary-900\/95:required{--tw-ring-offset-color: rgb(158 108 18 / .95)}.required\:ring-offset-secondary-900\/100:required{--tw-ring-offset-color: rgb(158 108 18 / 1)}.required\:ring-offset-secondary-1000\/0:required{--tw-ring-offset-color: rgb(111 76 13 / 0)}.required\:ring-offset-secondary-1000\/5:required{--tw-ring-offset-color: rgb(111 76 13 / .05)}.required\:ring-offset-secondary-1000\/10:required{--tw-ring-offset-color: rgb(111 76 13 / .1)}.required\:ring-offset-secondary-1000\/20:required{--tw-ring-offset-color: rgb(111 76 13 / .2)}.required\:ring-offset-secondary-1000\/25:required{--tw-ring-offset-color: rgb(111 76 13 / .25)}.required\:ring-offset-secondary-1000\/30:required{--tw-ring-offset-color: rgb(111 76 13 / .3)}.required\:ring-offset-secondary-1000\/40:required{--tw-ring-offset-color: rgb(111 76 13 / .4)}.required\:ring-offset-secondary-1000\/50:required{--tw-ring-offset-color: rgb(111 76 13 / .5)}.required\:ring-offset-secondary-1000\/60:required{--tw-ring-offset-color: rgb(111 76 13 / .6)}.required\:ring-offset-secondary-1000\/70:required{--tw-ring-offset-color: rgb(111 76 13 / .7)}.required\:ring-offset-secondary-1000\/75:required{--tw-ring-offset-color: rgb(111 76 13 / .75)}.required\:ring-offset-secondary-1000\/80:required{--tw-ring-offset-color: rgb(111 76 13 / .8)}.required\:ring-offset-secondary-1000\/90:required{--tw-ring-offset-color: rgb(111 76 13 / .9)}.required\:ring-offset-secondary-1000\/95:required{--tw-ring-offset-color: rgb(111 76 13 / .95)}.required\:ring-offset-secondary-1000\/100:required{--tw-ring-offset-color: rgb(111 76 13 / 1)}.required\:ring-offset-grey-100\/0:required{--tw-ring-offset-color: rgb(242 243 244 / 0)}.required\:ring-offset-grey-100\/5:required{--tw-ring-offset-color: rgb(242 243 244 / .05)}.required\:ring-offset-grey-100\/10:required{--tw-ring-offset-color: rgb(242 243 244 / .1)}.required\:ring-offset-grey-100\/20:required{--tw-ring-offset-color: rgb(242 243 244 / .2)}.required\:ring-offset-grey-100\/25:required{--tw-ring-offset-color: rgb(242 243 244 / .25)}.required\:ring-offset-grey-100\/30:required{--tw-ring-offset-color: rgb(242 243 244 / .3)}.required\:ring-offset-grey-100\/40:required{--tw-ring-offset-color: rgb(242 243 244 / .4)}.required\:ring-offset-grey-100\/50:required{--tw-ring-offset-color: rgb(242 243 244 / .5)}.required\:ring-offset-grey-100\/60:required{--tw-ring-offset-color: rgb(242 243 244 / .6)}.required\:ring-offset-grey-100\/70:required{--tw-ring-offset-color: rgb(242 243 244 / .7)}.required\:ring-offset-grey-100\/75:required{--tw-ring-offset-color: rgb(242 243 244 / .75)}.required\:ring-offset-grey-100\/80:required{--tw-ring-offset-color: rgb(242 243 244 / .8)}.required\:ring-offset-grey-100\/90:required{--tw-ring-offset-color: rgb(242 243 244 / .9)}.required\:ring-offset-grey-100\/95:required{--tw-ring-offset-color: rgb(242 243 244 / .95)}.required\:ring-offset-grey-100\/100:required{--tw-ring-offset-color: rgb(242 243 244 / 1)}.required\:ring-offset-grey-200\/0:required{--tw-ring-offset-color: rgb(230 231 232 / 0)}.required\:ring-offset-grey-200\/5:required{--tw-ring-offset-color: rgb(230 231 232 / .05)}.required\:ring-offset-grey-200\/10:required{--tw-ring-offset-color: rgb(230 231 232 / .1)}.required\:ring-offset-grey-200\/20:required{--tw-ring-offset-color: rgb(230 231 232 / .2)}.required\:ring-offset-grey-200\/25:required{--tw-ring-offset-color: rgb(230 231 232 / .25)}.required\:ring-offset-grey-200\/30:required{--tw-ring-offset-color: rgb(230 231 232 / .3)}.required\:ring-offset-grey-200\/40:required{--tw-ring-offset-color: rgb(230 231 232 / .4)}.required\:ring-offset-grey-200\/50:required{--tw-ring-offset-color: rgb(230 231 232 / .5)}.required\:ring-offset-grey-200\/60:required{--tw-ring-offset-color: rgb(230 231 232 / .6)}.required\:ring-offset-grey-200\/70:required{--tw-ring-offset-color: rgb(230 231 232 / .7)}.required\:ring-offset-grey-200\/75:required{--tw-ring-offset-color: rgb(230 231 232 / .75)}.required\:ring-offset-grey-200\/80:required{--tw-ring-offset-color: rgb(230 231 232 / .8)}.required\:ring-offset-grey-200\/90:required{--tw-ring-offset-color: rgb(230 231 232 / .9)}.required\:ring-offset-grey-200\/95:required{--tw-ring-offset-color: rgb(230 231 232 / .95)}.required\:ring-offset-grey-200\/100:required{--tw-ring-offset-color: rgb(230 231 232 / 1)}.required\:ring-offset-grey-300\/0:required{--tw-ring-offset-color: rgb(202 204 208 / 0)}.required\:ring-offset-grey-300\/5:required{--tw-ring-offset-color: rgb(202 204 208 / .05)}.required\:ring-offset-grey-300\/10:required{--tw-ring-offset-color: rgb(202 204 208 / .1)}.required\:ring-offset-grey-300\/20:required{--tw-ring-offset-color: rgb(202 204 208 / .2)}.required\:ring-offset-grey-300\/25:required{--tw-ring-offset-color: rgb(202 204 208 / .25)}.required\:ring-offset-grey-300\/30:required{--tw-ring-offset-color: rgb(202 204 208 / .3)}.required\:ring-offset-grey-300\/40:required{--tw-ring-offset-color: rgb(202 204 208 / .4)}.required\:ring-offset-grey-300\/50:required{--tw-ring-offset-color: rgb(202 204 208 / .5)}.required\:ring-offset-grey-300\/60:required{--tw-ring-offset-color: rgb(202 204 208 / .6)}.required\:ring-offset-grey-300\/70:required{--tw-ring-offset-color: rgb(202 204 208 / .7)}.required\:ring-offset-grey-300\/75:required{--tw-ring-offset-color: rgb(202 204 208 / .75)}.required\:ring-offset-grey-300\/80:required{--tw-ring-offset-color: rgb(202 204 208 / .8)}.required\:ring-offset-grey-300\/90:required{--tw-ring-offset-color: rgb(202 204 208 / .9)}.required\:ring-offset-grey-300\/95:required{--tw-ring-offset-color: rgb(202 204 208 / .95)}.required\:ring-offset-grey-300\/100:required{--tw-ring-offset-color: rgb(202 204 208 / 1)}.required\:ring-offset-grey-400\/0:required{--tw-ring-offset-color: rgb(170 174 180 / 0)}.required\:ring-offset-grey-400\/5:required{--tw-ring-offset-color: rgb(170 174 180 / .05)}.required\:ring-offset-grey-400\/10:required{--tw-ring-offset-color: rgb(170 174 180 / .1)}.required\:ring-offset-grey-400\/20:required{--tw-ring-offset-color: rgb(170 174 180 / .2)}.required\:ring-offset-grey-400\/25:required{--tw-ring-offset-color: rgb(170 174 180 / .25)}.required\:ring-offset-grey-400\/30:required{--tw-ring-offset-color: rgb(170 174 180 / .3)}.required\:ring-offset-grey-400\/40:required{--tw-ring-offset-color: rgb(170 174 180 / .4)}.required\:ring-offset-grey-400\/50:required{--tw-ring-offset-color: rgb(170 174 180 / .5)}.required\:ring-offset-grey-400\/60:required{--tw-ring-offset-color: rgb(170 174 180 / .6)}.required\:ring-offset-grey-400\/70:required{--tw-ring-offset-color: rgb(170 174 180 / .7)}.required\:ring-offset-grey-400\/75:required{--tw-ring-offset-color: rgb(170 174 180 / .75)}.required\:ring-offset-grey-400\/80:required{--tw-ring-offset-color: rgb(170 174 180 / .8)}.required\:ring-offset-grey-400\/90:required{--tw-ring-offset-color: rgb(170 174 180 / .9)}.required\:ring-offset-grey-400\/95:required{--tw-ring-offset-color: rgb(170 174 180 / .95)}.required\:ring-offset-grey-400\/100:required{--tw-ring-offset-color: rgb(170 174 180 / 1)}.required\:ring-offset-grey-500\/0:required{--tw-ring-offset-color: rgb(130 137 147 / 0)}.required\:ring-offset-grey-500\/5:required{--tw-ring-offset-color: rgb(130 137 147 / .05)}.required\:ring-offset-grey-500\/10:required{--tw-ring-offset-color: rgb(130 137 147 / .1)}.required\:ring-offset-grey-500\/20:required{--tw-ring-offset-color: rgb(130 137 147 / .2)}.required\:ring-offset-grey-500\/25:required{--tw-ring-offset-color: rgb(130 137 147 / .25)}.required\:ring-offset-grey-500\/30:required{--tw-ring-offset-color: rgb(130 137 147 / .3)}.required\:ring-offset-grey-500\/40:required{--tw-ring-offset-color: rgb(130 137 147 / .4)}.required\:ring-offset-grey-500\/50:required{--tw-ring-offset-color: rgb(130 137 147 / .5)}.required\:ring-offset-grey-500\/60:required{--tw-ring-offset-color: rgb(130 137 147 / .6)}.required\:ring-offset-grey-500\/70:required{--tw-ring-offset-color: rgb(130 137 147 / .7)}.required\:ring-offset-grey-500\/75:required{--tw-ring-offset-color: rgb(130 137 147 / .75)}.required\:ring-offset-grey-500\/80:required{--tw-ring-offset-color: rgb(130 137 147 / .8)}.required\:ring-offset-grey-500\/90:required{--tw-ring-offset-color: rgb(130 137 147 / .9)}.required\:ring-offset-grey-500\/95:required{--tw-ring-offset-color: rgb(130 137 147 / .95)}.required\:ring-offset-grey-500\/100:required{--tw-ring-offset-color: rgb(130 137 147 / 1)}.required\:ring-offset-grey-600\/0:required{--tw-ring-offset-color: rgb(71 85 105 / 0)}.required\:ring-offset-grey-600\/5:required{--tw-ring-offset-color: rgb(71 85 105 / .05)}.required\:ring-offset-grey-600\/10:required{--tw-ring-offset-color: rgb(71 85 105 / .1)}.required\:ring-offset-grey-600\/20:required{--tw-ring-offset-color: rgb(71 85 105 / .2)}.required\:ring-offset-grey-600\/25:required{--tw-ring-offset-color: rgb(71 85 105 / .25)}.required\:ring-offset-grey-600\/30:required{--tw-ring-offset-color: rgb(71 85 105 / .3)}.required\:ring-offset-grey-600\/40:required{--tw-ring-offset-color: rgb(71 85 105 / .4)}.required\:ring-offset-grey-600\/50:required{--tw-ring-offset-color: rgb(71 85 105 / .5)}.required\:ring-offset-grey-600\/60:required{--tw-ring-offset-color: rgb(71 85 105 / .6)}.required\:ring-offset-grey-600\/70:required{--tw-ring-offset-color: rgb(71 85 105 / .7)}.required\:ring-offset-grey-600\/75:required{--tw-ring-offset-color: rgb(71 85 105 / .75)}.required\:ring-offset-grey-600\/80:required{--tw-ring-offset-color: rgb(71 85 105 / .8)}.required\:ring-offset-grey-600\/90:required{--tw-ring-offset-color: rgb(71 85 105 / .9)}.required\:ring-offset-grey-600\/95:required{--tw-ring-offset-color: rgb(71 85 105 / .95)}.required\:ring-offset-grey-600\/100:required{--tw-ring-offset-color: rgb(71 85 105 / 1)}.required\:ring-offset-grey-700\/0:required{--tw-ring-offset-color: rgb(63 76 93 / 0)}.required\:ring-offset-grey-700\/5:required{--tw-ring-offset-color: rgb(63 76 93 / .05)}.required\:ring-offset-grey-700\/10:required{--tw-ring-offset-color: rgb(63 76 93 / .1)}.required\:ring-offset-grey-700\/20:required{--tw-ring-offset-color: rgb(63 76 93 / .2)}.required\:ring-offset-grey-700\/25:required{--tw-ring-offset-color: rgb(63 76 93 / .25)}.required\:ring-offset-grey-700\/30:required{--tw-ring-offset-color: rgb(63 76 93 / .3)}.required\:ring-offset-grey-700\/40:required{--tw-ring-offset-color: rgb(63 76 93 / .4)}.required\:ring-offset-grey-700\/50:required{--tw-ring-offset-color: rgb(63 76 93 / .5)}.required\:ring-offset-grey-700\/60:required{--tw-ring-offset-color: rgb(63 76 93 / .6)}.required\:ring-offset-grey-700\/70:required{--tw-ring-offset-color: rgb(63 76 93 / .7)}.required\:ring-offset-grey-700\/75:required{--tw-ring-offset-color: rgb(63 76 93 / .75)}.required\:ring-offset-grey-700\/80:required{--tw-ring-offset-color: rgb(63 76 93 / .8)}.required\:ring-offset-grey-700\/90:required{--tw-ring-offset-color: rgb(63 76 93 / .9)}.required\:ring-offset-grey-700\/95:required{--tw-ring-offset-color: rgb(63 76 93 / .95)}.required\:ring-offset-grey-700\/100:required{--tw-ring-offset-color: rgb(63 76 93 / 1)}.required\:ring-offset-grey-800\/0:required{--tw-ring-offset-color: rgb(54 65 81 / 0)}.required\:ring-offset-grey-800\/5:required{--tw-ring-offset-color: rgb(54 65 81 / .05)}.required\:ring-offset-grey-800\/10:required{--tw-ring-offset-color: rgb(54 65 81 / .1)}.required\:ring-offset-grey-800\/20:required{--tw-ring-offset-color: rgb(54 65 81 / .2)}.required\:ring-offset-grey-800\/25:required{--tw-ring-offset-color: rgb(54 65 81 / .25)}.required\:ring-offset-grey-800\/30:required{--tw-ring-offset-color: rgb(54 65 81 / .3)}.required\:ring-offset-grey-800\/40:required{--tw-ring-offset-color: rgb(54 65 81 / .4)}.required\:ring-offset-grey-800\/50:required{--tw-ring-offset-color: rgb(54 65 81 / .5)}.required\:ring-offset-grey-800\/60:required{--tw-ring-offset-color: rgb(54 65 81 / .6)}.required\:ring-offset-grey-800\/70:required{--tw-ring-offset-color: rgb(54 65 81 / .7)}.required\:ring-offset-grey-800\/75:required{--tw-ring-offset-color: rgb(54 65 81 / .75)}.required\:ring-offset-grey-800\/80:required{--tw-ring-offset-color: rgb(54 65 81 / .8)}.required\:ring-offset-grey-800\/90:required{--tw-ring-offset-color: rgb(54 65 81 / .9)}.required\:ring-offset-grey-800\/95:required{--tw-ring-offset-color: rgb(54 65 81 / .95)}.required\:ring-offset-grey-800\/100:required{--tw-ring-offset-color: rgb(54 65 81 / 1)}.required\:ring-offset-grey-900\/0:required{--tw-ring-offset-color: rgb(44 53 66 / 0)}.required\:ring-offset-grey-900\/5:required{--tw-ring-offset-color: rgb(44 53 66 / .05)}.required\:ring-offset-grey-900\/10:required{--tw-ring-offset-color: rgb(44 53 66 / .1)}.required\:ring-offset-grey-900\/20:required{--tw-ring-offset-color: rgb(44 53 66 / .2)}.required\:ring-offset-grey-900\/25:required{--tw-ring-offset-color: rgb(44 53 66 / .25)}.required\:ring-offset-grey-900\/30:required{--tw-ring-offset-color: rgb(44 53 66 / .3)}.required\:ring-offset-grey-900\/40:required{--tw-ring-offset-color: rgb(44 53 66 / .4)}.required\:ring-offset-grey-900\/50:required{--tw-ring-offset-color: rgb(44 53 66 / .5)}.required\:ring-offset-grey-900\/60:required{--tw-ring-offset-color: rgb(44 53 66 / .6)}.required\:ring-offset-grey-900\/70:required{--tw-ring-offset-color: rgb(44 53 66 / .7)}.required\:ring-offset-grey-900\/75:required{--tw-ring-offset-color: rgb(44 53 66 / .75)}.required\:ring-offset-grey-900\/80:required{--tw-ring-offset-color: rgb(44 53 66 / .8)}.required\:ring-offset-grey-900\/90:required{--tw-ring-offset-color: rgb(44 53 66 / .9)}.required\:ring-offset-grey-900\/95:required{--tw-ring-offset-color: rgb(44 53 66 / .95)}.required\:ring-offset-grey-900\/100:required{--tw-ring-offset-color: rgb(44 53 66 / 1)}.required\:ring-offset-grey-1000\/0:required{--tw-ring-offset-color: rgb(31 38 46 / 0)}.required\:ring-offset-grey-1000\/5:required{--tw-ring-offset-color: rgb(31 38 46 / .05)}.required\:ring-offset-grey-1000\/10:required{--tw-ring-offset-color: rgb(31 38 46 / .1)}.required\:ring-offset-grey-1000\/20:required{--tw-ring-offset-color: rgb(31 38 46 / .2)}.required\:ring-offset-grey-1000\/25:required{--tw-ring-offset-color: rgb(31 38 46 / .25)}.required\:ring-offset-grey-1000\/30:required{--tw-ring-offset-color: rgb(31 38 46 / .3)}.required\:ring-offset-grey-1000\/40:required{--tw-ring-offset-color: rgb(31 38 46 / .4)}.required\:ring-offset-grey-1000\/50:required{--tw-ring-offset-color: rgb(31 38 46 / .5)}.required\:ring-offset-grey-1000\/60:required{--tw-ring-offset-color: rgb(31 38 46 / .6)}.required\:ring-offset-grey-1000\/70:required{--tw-ring-offset-color: rgb(31 38 46 / .7)}.required\:ring-offset-grey-1000\/75:required{--tw-ring-offset-color: rgb(31 38 46 / .75)}.required\:ring-offset-grey-1000\/80:required{--tw-ring-offset-color: rgb(31 38 46 / .8)}.required\:ring-offset-grey-1000\/90:required{--tw-ring-offset-color: rgb(31 38 46 / .9)}.required\:ring-offset-grey-1000\/95:required{--tw-ring-offset-color: rgb(31 38 46 / .95)}.required\:ring-offset-grey-1000\/100:required{--tw-ring-offset-color: rgb(31 38 46 / 1)}.required\:ring-offset-green-1000\/0:required{--tw-ring-offset-color: rgb(23 94 68 / 0)}.required\:ring-offset-green-1000\/5:required{--tw-ring-offset-color: rgb(23 94 68 / .05)}.required\:ring-offset-green-1000\/10:required{--tw-ring-offset-color: rgb(23 94 68 / .1)}.required\:ring-offset-green-1000\/20:required{--tw-ring-offset-color: rgb(23 94 68 / .2)}.required\:ring-offset-green-1000\/25:required{--tw-ring-offset-color: rgb(23 94 68 / .25)}.required\:ring-offset-green-1000\/30:required{--tw-ring-offset-color: rgb(23 94 68 / .3)}.required\:ring-offset-green-1000\/40:required{--tw-ring-offset-color: rgb(23 94 68 / .4)}.required\:ring-offset-green-1000\/50:required{--tw-ring-offset-color: rgb(23 94 68 / .5)}.required\:ring-offset-green-1000\/60:required{--tw-ring-offset-color: rgb(23 94 68 / .6)}.required\:ring-offset-green-1000\/70:required{--tw-ring-offset-color: rgb(23 94 68 / .7)}.required\:ring-offset-green-1000\/75:required{--tw-ring-offset-color: rgb(23 94 68 / .75)}.required\:ring-offset-green-1000\/80:required{--tw-ring-offset-color: rgb(23 94 68 / .8)}.required\:ring-offset-green-1000\/90:required{--tw-ring-offset-color: rgb(23 94 68 / .9)}.required\:ring-offset-green-1000\/95:required{--tw-ring-offset-color: rgb(23 94 68 / .95)}.required\:ring-offset-green-1000\/100:required{--tw-ring-offset-color: rgb(23 94 68 / 1)}.required\:ring-offset-blue-1000\/0:required{--tw-ring-offset-color: rgb(16 44 105 / 0)}.required\:ring-offset-blue-1000\/5:required{--tw-ring-offset-color: rgb(16 44 105 / .05)}.required\:ring-offset-blue-1000\/10:required{--tw-ring-offset-color: rgb(16 44 105 / .1)}.required\:ring-offset-blue-1000\/20:required{--tw-ring-offset-color: rgb(16 44 105 / .2)}.required\:ring-offset-blue-1000\/25:required{--tw-ring-offset-color: rgb(16 44 105 / .25)}.required\:ring-offset-blue-1000\/30:required{--tw-ring-offset-color: rgb(16 44 105 / .3)}.required\:ring-offset-blue-1000\/40:required{--tw-ring-offset-color: rgb(16 44 105 / .4)}.required\:ring-offset-blue-1000\/50:required{--tw-ring-offset-color: rgb(16 44 105 / .5)}.required\:ring-offset-blue-1000\/60:required{--tw-ring-offset-color: rgb(16 44 105 / .6)}.required\:ring-offset-blue-1000\/70:required{--tw-ring-offset-color: rgb(16 44 105 / .7)}.required\:ring-offset-blue-1000\/75:required{--tw-ring-offset-color: rgb(16 44 105 / .75)}.required\:ring-offset-blue-1000\/80:required{--tw-ring-offset-color: rgb(16 44 105 / .8)}.required\:ring-offset-blue-1000\/90:required{--tw-ring-offset-color: rgb(16 44 105 / .9)}.required\:ring-offset-blue-1000\/95:required{--tw-ring-offset-color: rgb(16 44 105 / .95)}.required\:ring-offset-blue-1000\/100:required{--tw-ring-offset-color: rgb(16 44 105 / 1)}.required\:ring-offset-orange-1000\/0:required{--tw-ring-offset-color: rgb(104 39 5 / 0)}.required\:ring-offset-orange-1000\/5:required{--tw-ring-offset-color: rgb(104 39 5 / .05)}.required\:ring-offset-orange-1000\/10:required{--tw-ring-offset-color: rgb(104 39 5 / .1)}.required\:ring-offset-orange-1000\/20:required{--tw-ring-offset-color: rgb(104 39 5 / .2)}.required\:ring-offset-orange-1000\/25:required{--tw-ring-offset-color: rgb(104 39 5 / .25)}.required\:ring-offset-orange-1000\/30:required{--tw-ring-offset-color: rgb(104 39 5 / .3)}.required\:ring-offset-orange-1000\/40:required{--tw-ring-offset-color: rgb(104 39 5 / .4)}.required\:ring-offset-orange-1000\/50:required{--tw-ring-offset-color: rgb(104 39 5 / .5)}.required\:ring-offset-orange-1000\/60:required{--tw-ring-offset-color: rgb(104 39 5 / .6)}.required\:ring-offset-orange-1000\/70:required{--tw-ring-offset-color: rgb(104 39 5 / .7)}.required\:ring-offset-orange-1000\/75:required{--tw-ring-offset-color: rgb(104 39 5 / .75)}.required\:ring-offset-orange-1000\/80:required{--tw-ring-offset-color: rgb(104 39 5 / .8)}.required\:ring-offset-orange-1000\/90:required{--tw-ring-offset-color: rgb(104 39 5 / .9)}.required\:ring-offset-orange-1000\/95:required{--tw-ring-offset-color: rgb(104 39 5 / .95)}.required\:ring-offset-orange-1000\/100:required{--tw-ring-offset-color: rgb(104 39 5 / 1)}.required\:ring-offset-red-1000\/0:required{--tw-ring-offset-color: rgb(98 16 16 / 0)}.required\:ring-offset-red-1000\/5:required{--tw-ring-offset-color: rgb(98 16 16 / .05)}.required\:ring-offset-red-1000\/10:required{--tw-ring-offset-color: rgb(98 16 16 / .1)}.required\:ring-offset-red-1000\/20:required{--tw-ring-offset-color: rgb(98 16 16 / .2)}.required\:ring-offset-red-1000\/25:required{--tw-ring-offset-color: rgb(98 16 16 / .25)}.required\:ring-offset-red-1000\/30:required{--tw-ring-offset-color: rgb(98 16 16 / .3)}.required\:ring-offset-red-1000\/40:required{--tw-ring-offset-color: rgb(98 16 16 / .4)}.required\:ring-offset-red-1000\/50:required{--tw-ring-offset-color: rgb(98 16 16 / .5)}.required\:ring-offset-red-1000\/60:required{--tw-ring-offset-color: rgb(98 16 16 / .6)}.required\:ring-offset-red-1000\/70:required{--tw-ring-offset-color: rgb(98 16 16 / .7)}.required\:ring-offset-red-1000\/75:required{--tw-ring-offset-color: rgb(98 16 16 / .75)}.required\:ring-offset-red-1000\/80:required{--tw-ring-offset-color: rgb(98 16 16 / .8)}.required\:ring-offset-red-1000\/90:required{--tw-ring-offset-color: rgb(98 16 16 / .9)}.required\:ring-offset-red-1000\/95:required{--tw-ring-offset-color: rgb(98 16 16 / .95)}.required\:ring-offset-red-1000\/100:required{--tw-ring-offset-color: rgb(98 16 16 / 1)}.required\:ring-offset-primary\/0:required{--tw-ring-offset-color: rgb(167 139 250 / 0)}.required\:ring-offset-primary\/5:required{--tw-ring-offset-color: rgb(167 139 250 / .05)}.required\:ring-offset-primary\/10:required{--tw-ring-offset-color: rgb(167 139 250 / .1)}.required\:ring-offset-primary\/20:required{--tw-ring-offset-color: rgb(167 139 250 / .2)}.required\:ring-offset-primary\/25:required{--tw-ring-offset-color: rgb(167 139 250 / .25)}.required\:ring-offset-primary\/30:required{--tw-ring-offset-color: rgb(167 139 250 / .3)}.required\:ring-offset-primary\/40:required{--tw-ring-offset-color: rgb(167 139 250 / .4)}.required\:ring-offset-primary\/50:required{--tw-ring-offset-color: rgb(167 139 250 / .5)}.required\:ring-offset-primary\/60:required{--tw-ring-offset-color: rgb(167 139 250 / .6)}.required\:ring-offset-primary\/70:required{--tw-ring-offset-color: rgb(167 139 250 / .7)}.required\:ring-offset-primary\/75:required{--tw-ring-offset-color: rgb(167 139 250 / .75)}.required\:ring-offset-primary\/80:required{--tw-ring-offset-color: rgb(167 139 250 / .8)}.required\:ring-offset-primary\/90:required{--tw-ring-offset-color: rgb(167 139 250 / .9)}.required\:ring-offset-primary\/95:required{--tw-ring-offset-color: rgb(167 139 250 / .95)}.required\:ring-offset-primary\/100:required{--tw-ring-offset-color: rgb(167 139 250 / 1)}.required\:ring-offset-primary-light\/0:required{--tw-ring-offset-color: rgb(247 245 254 / 0)}.required\:ring-offset-primary-light\/5:required{--tw-ring-offset-color: rgb(247 245 254 / .05)}.required\:ring-offset-primary-light\/10:required{--tw-ring-offset-color: rgb(247 245 254 / .1)}.required\:ring-offset-primary-light\/20:required{--tw-ring-offset-color: rgb(247 245 254 / .2)}.required\:ring-offset-primary-light\/25:required{--tw-ring-offset-color: rgb(247 245 254 / .25)}.required\:ring-offset-primary-light\/30:required{--tw-ring-offset-color: rgb(247 245 254 / .3)}.required\:ring-offset-primary-light\/40:required{--tw-ring-offset-color: rgb(247 245 254 / .4)}.required\:ring-offset-primary-light\/50:required{--tw-ring-offset-color: rgb(247 245 254 / .5)}.required\:ring-offset-primary-light\/60:required{--tw-ring-offset-color: rgb(247 245 254 / .6)}.required\:ring-offset-primary-light\/70:required{--tw-ring-offset-color: rgb(247 245 254 / .7)}.required\:ring-offset-primary-light\/75:required{--tw-ring-offset-color: rgb(247 245 254 / .75)}.required\:ring-offset-primary-light\/80:required{--tw-ring-offset-color: rgb(247 245 254 / .8)}.required\:ring-offset-primary-light\/90:required{--tw-ring-offset-color: rgb(247 245 254 / .9)}.required\:ring-offset-primary-light\/95:required{--tw-ring-offset-color: rgb(247 245 254 / .95)}.required\:ring-offset-primary-light\/100:required{--tw-ring-offset-color: rgb(247 245 254 / 1)}.required\:ring-offset-primary-dark\/0:required{--tw-ring-offset-color: rgb(105 87 158 / 0)}.required\:ring-offset-primary-dark\/5:required{--tw-ring-offset-color: rgb(105 87 158 / .05)}.required\:ring-offset-primary-dark\/10:required{--tw-ring-offset-color: rgb(105 87 158 / .1)}.required\:ring-offset-primary-dark\/20:required{--tw-ring-offset-color: rgb(105 87 158 / .2)}.required\:ring-offset-primary-dark\/25:required{--tw-ring-offset-color: rgb(105 87 158 / .25)}.required\:ring-offset-primary-dark\/30:required{--tw-ring-offset-color: rgb(105 87 158 / .3)}.required\:ring-offset-primary-dark\/40:required{--tw-ring-offset-color: rgb(105 87 158 / .4)}.required\:ring-offset-primary-dark\/50:required{--tw-ring-offset-color: rgb(105 87 158 / .5)}.required\:ring-offset-primary-dark\/60:required{--tw-ring-offset-color: rgb(105 87 158 / .6)}.required\:ring-offset-primary-dark\/70:required{--tw-ring-offset-color: rgb(105 87 158 / .7)}.required\:ring-offset-primary-dark\/75:required{--tw-ring-offset-color: rgb(105 87 158 / .75)}.required\:ring-offset-primary-dark\/80:required{--tw-ring-offset-color: rgb(105 87 158 / .8)}.required\:ring-offset-primary-dark\/90:required{--tw-ring-offset-color: rgb(105 87 158 / .9)}.required\:ring-offset-primary-dark\/95:required{--tw-ring-offset-color: rgb(105 87 158 / .95)}.required\:ring-offset-primary-dark\/100:required{--tw-ring-offset-color: rgb(105 87 158 / 1)}.required\:ring-offset-info\/0:required{--tw-ring-offset-color: rgb(118 144 239 / 0)}.required\:ring-offset-info\/5:required{--tw-ring-offset-color: rgb(118 144 239 / .05)}.required\:ring-offset-info\/10:required{--tw-ring-offset-color: rgb(118 144 239 / .1)}.required\:ring-offset-info\/20:required{--tw-ring-offset-color: rgb(118 144 239 / .2)}.required\:ring-offset-info\/25:required{--tw-ring-offset-color: rgb(118 144 239 / .25)}.required\:ring-offset-info\/30:required{--tw-ring-offset-color: rgb(118 144 239 / .3)}.required\:ring-offset-info\/40:required{--tw-ring-offset-color: rgb(118 144 239 / .4)}.required\:ring-offset-info\/50:required{--tw-ring-offset-color: rgb(118 144 239 / .5)}.required\:ring-offset-info\/60:required{--tw-ring-offset-color: rgb(118 144 239 / .6)}.required\:ring-offset-info\/70:required{--tw-ring-offset-color: rgb(118 144 239 / .7)}.required\:ring-offset-info\/75:required{--tw-ring-offset-color: rgb(118 144 239 / .75)}.required\:ring-offset-info\/80:required{--tw-ring-offset-color: rgb(118 144 239 / .8)}.required\:ring-offset-info\/90:required{--tw-ring-offset-color: rgb(118 144 239 / .9)}.required\:ring-offset-info\/95:required{--tw-ring-offset-color: rgb(118 144 239 / .95)}.required\:ring-offset-info\/100:required{--tw-ring-offset-color: rgb(118 144 239 / 1)}.required\:ring-offset-info-light\/0:required{--tw-ring-offset-color: rgb(242 243 253 / 0)}.required\:ring-offset-info-light\/5:required{--tw-ring-offset-color: rgb(242 243 253 / .05)}.required\:ring-offset-info-light\/10:required{--tw-ring-offset-color: rgb(242 243 253 / .1)}.required\:ring-offset-info-light\/20:required{--tw-ring-offset-color: rgb(242 243 253 / .2)}.required\:ring-offset-info-light\/25:required{--tw-ring-offset-color: rgb(242 243 253 / .25)}.required\:ring-offset-info-light\/30:required{--tw-ring-offset-color: rgb(242 243 253 / .3)}.required\:ring-offset-info-light\/40:required{--tw-ring-offset-color: rgb(242 243 253 / .4)}.required\:ring-offset-info-light\/50:required{--tw-ring-offset-color: rgb(242 243 253 / .5)}.required\:ring-offset-info-light\/60:required{--tw-ring-offset-color: rgb(242 243 253 / .6)}.required\:ring-offset-info-light\/70:required{--tw-ring-offset-color: rgb(242 243 253 / .7)}.required\:ring-offset-info-light\/75:required{--tw-ring-offset-color: rgb(242 243 253 / .75)}.required\:ring-offset-info-light\/80:required{--tw-ring-offset-color: rgb(242 243 253 / .8)}.required\:ring-offset-info-light\/90:required{--tw-ring-offset-color: rgb(242 243 253 / .9)}.required\:ring-offset-info-light\/95:required{--tw-ring-offset-color: rgb(242 243 253 / .95)}.required\:ring-offset-info-light\/100:required{--tw-ring-offset-color: rgb(242 243 253 / 1)}.required\:ring-offset-info-dark\/0:required{--tw-ring-offset-color: rgb(33 88 210 / 0)}.required\:ring-offset-info-dark\/5:required{--tw-ring-offset-color: rgb(33 88 210 / .05)}.required\:ring-offset-info-dark\/10:required{--tw-ring-offset-color: rgb(33 88 210 / .1)}.required\:ring-offset-info-dark\/20:required{--tw-ring-offset-color: rgb(33 88 210 / .2)}.required\:ring-offset-info-dark\/25:required{--tw-ring-offset-color: rgb(33 88 210 / .25)}.required\:ring-offset-info-dark\/30:required{--tw-ring-offset-color: rgb(33 88 210 / .3)}.required\:ring-offset-info-dark\/40:required{--tw-ring-offset-color: rgb(33 88 210 / .4)}.required\:ring-offset-info-dark\/50:required{--tw-ring-offset-color: rgb(33 88 210 / .5)}.required\:ring-offset-info-dark\/60:required{--tw-ring-offset-color: rgb(33 88 210 / .6)}.required\:ring-offset-info-dark\/70:required{--tw-ring-offset-color: rgb(33 88 210 / .7)}.required\:ring-offset-info-dark\/75:required{--tw-ring-offset-color: rgb(33 88 210 / .75)}.required\:ring-offset-info-dark\/80:required{--tw-ring-offset-color: rgb(33 88 210 / .8)}.required\:ring-offset-info-dark\/90:required{--tw-ring-offset-color: rgb(33 88 210 / .9)}.required\:ring-offset-info-dark\/95:required{--tw-ring-offset-color: rgb(33 88 210 / .95)}.required\:ring-offset-info-dark\/100:required{--tw-ring-offset-color: rgb(33 88 210 / 1)}.required\:ring-offset-success\/0:required{--tw-ring-offset-color: rgb(40 163 118 / 0)}.required\:ring-offset-success\/5:required{--tw-ring-offset-color: rgb(40 163 118 / .05)}.required\:ring-offset-success\/10:required{--tw-ring-offset-color: rgb(40 163 118 / .1)}.required\:ring-offset-success\/20:required{--tw-ring-offset-color: rgb(40 163 118 / .2)}.required\:ring-offset-success\/25:required{--tw-ring-offset-color: rgb(40 163 118 / .25)}.required\:ring-offset-success\/30:required{--tw-ring-offset-color: rgb(40 163 118 / .3)}.required\:ring-offset-success\/40:required{--tw-ring-offset-color: rgb(40 163 118 / .4)}.required\:ring-offset-success\/50:required{--tw-ring-offset-color: rgb(40 163 118 / .5)}.required\:ring-offset-success\/60:required{--tw-ring-offset-color: rgb(40 163 118 / .6)}.required\:ring-offset-success\/70:required{--tw-ring-offset-color: rgb(40 163 118 / .7)}.required\:ring-offset-success\/75:required{--tw-ring-offset-color: rgb(40 163 118 / .75)}.required\:ring-offset-success\/80:required{--tw-ring-offset-color: rgb(40 163 118 / .8)}.required\:ring-offset-success\/90:required{--tw-ring-offset-color: rgb(40 163 118 / .9)}.required\:ring-offset-success\/95:required{--tw-ring-offset-color: rgb(40 163 118 / .95)}.required\:ring-offset-success\/100:required{--tw-ring-offset-color: rgb(40 163 118 / 1)}.required\:ring-offset-success-light\/0:required{--tw-ring-offset-color: rgb(242 250 246 / 0)}.required\:ring-offset-success-light\/5:required{--tw-ring-offset-color: rgb(242 250 246 / .05)}.required\:ring-offset-success-light\/10:required{--tw-ring-offset-color: rgb(242 250 246 / .1)}.required\:ring-offset-success-light\/20:required{--tw-ring-offset-color: rgb(242 250 246 / .2)}.required\:ring-offset-success-light\/25:required{--tw-ring-offset-color: rgb(242 250 246 / .25)}.required\:ring-offset-success-light\/30:required{--tw-ring-offset-color: rgb(242 250 246 / .3)}.required\:ring-offset-success-light\/40:required{--tw-ring-offset-color: rgb(242 250 246 / .4)}.required\:ring-offset-success-light\/50:required{--tw-ring-offset-color: rgb(242 250 246 / .5)}.required\:ring-offset-success-light\/60:required{--tw-ring-offset-color: rgb(242 250 246 / .6)}.required\:ring-offset-success-light\/70:required{--tw-ring-offset-color: rgb(242 250 246 / .7)}.required\:ring-offset-success-light\/75:required{--tw-ring-offset-color: rgb(242 250 246 / .75)}.required\:ring-offset-success-light\/80:required{--tw-ring-offset-color: rgb(242 250 246 / .8)}.required\:ring-offset-success-light\/90:required{--tw-ring-offset-color: rgb(242 250 246 / .9)}.required\:ring-offset-success-light\/95:required{--tw-ring-offset-color: rgb(242 250 246 / .95)}.required\:ring-offset-success-light\/100:required{--tw-ring-offset-color: rgb(242 250 246 / 1)}.required\:ring-offset-success-dark\/0:required{--tw-ring-offset-color: rgb(32 133 96 / 0)}.required\:ring-offset-success-dark\/5:required{--tw-ring-offset-color: rgb(32 133 96 / .05)}.required\:ring-offset-success-dark\/10:required{--tw-ring-offset-color: rgb(32 133 96 / .1)}.required\:ring-offset-success-dark\/20:required{--tw-ring-offset-color: rgb(32 133 96 / .2)}.required\:ring-offset-success-dark\/25:required{--tw-ring-offset-color: rgb(32 133 96 / .25)}.required\:ring-offset-success-dark\/30:required{--tw-ring-offset-color: rgb(32 133 96 / .3)}.required\:ring-offset-success-dark\/40:required{--tw-ring-offset-color: rgb(32 133 96 / .4)}.required\:ring-offset-success-dark\/50:required{--tw-ring-offset-color: rgb(32 133 96 / .5)}.required\:ring-offset-success-dark\/60:required{--tw-ring-offset-color: rgb(32 133 96 / .6)}.required\:ring-offset-success-dark\/70:required{--tw-ring-offset-color: rgb(32 133 96 / .7)}.required\:ring-offset-success-dark\/75:required{--tw-ring-offset-color: rgb(32 133 96 / .75)}.required\:ring-offset-success-dark\/80:required{--tw-ring-offset-color: rgb(32 133 96 / .8)}.required\:ring-offset-success-dark\/90:required{--tw-ring-offset-color: rgb(32 133 96 / .9)}.required\:ring-offset-success-dark\/95:required{--tw-ring-offset-color: rgb(32 133 96 / .95)}.required\:ring-offset-success-dark\/100:required{--tw-ring-offset-color: rgb(32 133 96 / 1)}.required\:ring-offset-warning\/0:required{--tw-ring-offset-color: rgb(250 172 30 / 0)}.required\:ring-offset-warning\/5:required{--tw-ring-offset-color: rgb(250 172 30 / .05)}.required\:ring-offset-warning\/10:required{--tw-ring-offset-color: rgb(250 172 30 / .1)}.required\:ring-offset-warning\/20:required{--tw-ring-offset-color: rgb(250 172 30 / .2)}.required\:ring-offset-warning\/25:required{--tw-ring-offset-color: rgb(250 172 30 / .25)}.required\:ring-offset-warning\/30:required{--tw-ring-offset-color: rgb(250 172 30 / .3)}.required\:ring-offset-warning\/40:required{--tw-ring-offset-color: rgb(250 172 30 / .4)}.required\:ring-offset-warning\/50:required{--tw-ring-offset-color: rgb(250 172 30 / .5)}.required\:ring-offset-warning\/60:required{--tw-ring-offset-color: rgb(250 172 30 / .6)}.required\:ring-offset-warning\/70:required{--tw-ring-offset-color: rgb(250 172 30 / .7)}.required\:ring-offset-warning\/75:required{--tw-ring-offset-color: rgb(250 172 30 / .75)}.required\:ring-offset-warning\/80:required{--tw-ring-offset-color: rgb(250 172 30 / .8)}.required\:ring-offset-warning\/90:required{--tw-ring-offset-color: rgb(250 172 30 / .9)}.required\:ring-offset-warning\/95:required{--tw-ring-offset-color: rgb(250 172 30 / .95)}.required\:ring-offset-warning\/100:required{--tw-ring-offset-color: rgb(250 172 30 / 1)}.required\:ring-offset-warning-light\/0:required{--tw-ring-offset-color: rgb(254 247 242 / 0)}.required\:ring-offset-warning-light\/5:required{--tw-ring-offset-color: rgb(254 247 242 / .05)}.required\:ring-offset-warning-light\/10:required{--tw-ring-offset-color: rgb(254 247 242 / .1)}.required\:ring-offset-warning-light\/20:required{--tw-ring-offset-color: rgb(254 247 242 / .2)}.required\:ring-offset-warning-light\/25:required{--tw-ring-offset-color: rgb(254 247 242 / .25)}.required\:ring-offset-warning-light\/30:required{--tw-ring-offset-color: rgb(254 247 242 / .3)}.required\:ring-offset-warning-light\/40:required{--tw-ring-offset-color: rgb(254 247 242 / .4)}.required\:ring-offset-warning-light\/50:required{--tw-ring-offset-color: rgb(254 247 242 / .5)}.required\:ring-offset-warning-light\/60:required{--tw-ring-offset-color: rgb(254 247 242 / .6)}.required\:ring-offset-warning-light\/70:required{--tw-ring-offset-color: rgb(254 247 242 / .7)}.required\:ring-offset-warning-light\/75:required{--tw-ring-offset-color: rgb(254 247 242 / .75)}.required\:ring-offset-warning-light\/80:required{--tw-ring-offset-color: rgb(254 247 242 / .8)}.required\:ring-offset-warning-light\/90:required{--tw-ring-offset-color: rgb(254 247 242 / .9)}.required\:ring-offset-warning-light\/95:required{--tw-ring-offset-color: rgb(254 247 242 / .95)}.required\:ring-offset-warning-light\/100:required{--tw-ring-offset-color: rgb(254 247 242 / 1)}.required\:ring-offset-warning-dark\/0:required{--tw-ring-offset-color: rgb(158 108 18 / 0)}.required\:ring-offset-warning-dark\/5:required{--tw-ring-offset-color: rgb(158 108 18 / .05)}.required\:ring-offset-warning-dark\/10:required{--tw-ring-offset-color: rgb(158 108 18 / .1)}.required\:ring-offset-warning-dark\/20:required{--tw-ring-offset-color: rgb(158 108 18 / .2)}.required\:ring-offset-warning-dark\/25:required{--tw-ring-offset-color: rgb(158 108 18 / .25)}.required\:ring-offset-warning-dark\/30:required{--tw-ring-offset-color: rgb(158 108 18 / .3)}.required\:ring-offset-warning-dark\/40:required{--tw-ring-offset-color: rgb(158 108 18 / .4)}.required\:ring-offset-warning-dark\/50:required{--tw-ring-offset-color: rgb(158 108 18 / .5)}.required\:ring-offset-warning-dark\/60:required{--tw-ring-offset-color: rgb(158 108 18 / .6)}.required\:ring-offset-warning-dark\/70:required{--tw-ring-offset-color: rgb(158 108 18 / .7)}.required\:ring-offset-warning-dark\/75:required{--tw-ring-offset-color: rgb(158 108 18 / .75)}.required\:ring-offset-warning-dark\/80:required{--tw-ring-offset-color: rgb(158 108 18 / .8)}.required\:ring-offset-warning-dark\/90:required{--tw-ring-offset-color: rgb(158 108 18 / .9)}.required\:ring-offset-warning-dark\/95:required{--tw-ring-offset-color: rgb(158 108 18 / .95)}.required\:ring-offset-warning-dark\/100:required{--tw-ring-offset-color: rgb(158 108 18 / 1)}.required\:ring-offset-error\/0:required{--tw-ring-offset-color: rgb(220 38 38 / 0)}.required\:ring-offset-error\/5:required{--tw-ring-offset-color: rgb(220 38 38 / .05)}.required\:ring-offset-error\/10:required{--tw-ring-offset-color: rgb(220 38 38 / .1)}.required\:ring-offset-error\/20:required{--tw-ring-offset-color: rgb(220 38 38 / .2)}.required\:ring-offset-error\/25:required{--tw-ring-offset-color: rgb(220 38 38 / .25)}.required\:ring-offset-error\/30:required{--tw-ring-offset-color: rgb(220 38 38 / .3)}.required\:ring-offset-error\/40:required{--tw-ring-offset-color: rgb(220 38 38 / .4)}.required\:ring-offset-error\/50:required{--tw-ring-offset-color: rgb(220 38 38 / .5)}.required\:ring-offset-error\/60:required{--tw-ring-offset-color: rgb(220 38 38 / .6)}.required\:ring-offset-error\/70:required{--tw-ring-offset-color: rgb(220 38 38 / .7)}.required\:ring-offset-error\/75:required{--tw-ring-offset-color: rgb(220 38 38 / .75)}.required\:ring-offset-error\/80:required{--tw-ring-offset-color: rgb(220 38 38 / .8)}.required\:ring-offset-error\/90:required{--tw-ring-offset-color: rgb(220 38 38 / .9)}.required\:ring-offset-error\/95:required{--tw-ring-offset-color: rgb(220 38 38 / .95)}.required\:ring-offset-error\/100:required{--tw-ring-offset-color: rgb(220 38 38 / 1)}.required\:ring-offset-error-light\/0:required{--tw-ring-offset-color: rgb(251 242 242 / 0)}.required\:ring-offset-error-light\/5:required{--tw-ring-offset-color: rgb(251 242 242 / .05)}.required\:ring-offset-error-light\/10:required{--tw-ring-offset-color: rgb(251 242 242 / .1)}.required\:ring-offset-error-light\/20:required{--tw-ring-offset-color: rgb(251 242 242 / .2)}.required\:ring-offset-error-light\/25:required{--tw-ring-offset-color: rgb(251 242 242 / .25)}.required\:ring-offset-error-light\/30:required{--tw-ring-offset-color: rgb(251 242 242 / .3)}.required\:ring-offset-error-light\/40:required{--tw-ring-offset-color: rgb(251 242 242 / .4)}.required\:ring-offset-error-light\/50:required{--tw-ring-offset-color: rgb(251 242 242 / .5)}.required\:ring-offset-error-light\/60:required{--tw-ring-offset-color: rgb(251 242 242 / .6)}.required\:ring-offset-error-light\/70:required{--tw-ring-offset-color: rgb(251 242 242 / .7)}.required\:ring-offset-error-light\/75:required{--tw-ring-offset-color: rgb(251 242 242 / .75)}.required\:ring-offset-error-light\/80:required{--tw-ring-offset-color: rgb(251 242 242 / .8)}.required\:ring-offset-error-light\/90:required{--tw-ring-offset-color: rgb(251 242 242 / .9)}.required\:ring-offset-error-light\/95:required{--tw-ring-offset-color: rgb(251 242 242 / .95)}.required\:ring-offset-error-light\/100:required{--tw-ring-offset-color: rgb(251 242 242 / 1)}.required\:ring-offset-error-dark\/0:required{--tw-ring-offset-color: rgb(196 33 33 / 0)}.required\:ring-offset-error-dark\/5:required{--tw-ring-offset-color: rgb(196 33 33 / .05)}.required\:ring-offset-error-dark\/10:required{--tw-ring-offset-color: rgb(196 33 33 / .1)}.required\:ring-offset-error-dark\/20:required{--tw-ring-offset-color: rgb(196 33 33 / .2)}.required\:ring-offset-error-dark\/25:required{--tw-ring-offset-color: rgb(196 33 33 / .25)}.required\:ring-offset-error-dark\/30:required{--tw-ring-offset-color: rgb(196 33 33 / .3)}.required\:ring-offset-error-dark\/40:required{--tw-ring-offset-color: rgb(196 33 33 / .4)}.required\:ring-offset-error-dark\/50:required{--tw-ring-offset-color: rgb(196 33 33 / .5)}.required\:ring-offset-error-dark\/60:required{--tw-ring-offset-color: rgb(196 33 33 / .6)}.required\:ring-offset-error-dark\/70:required{--tw-ring-offset-color: rgb(196 33 33 / .7)}.required\:ring-offset-error-dark\/75:required{--tw-ring-offset-color: rgb(196 33 33 / .75)}.required\:ring-offset-error-dark\/80:required{--tw-ring-offset-color: rgb(196 33 33 / .8)}.required\:ring-offset-error-dark\/90:required{--tw-ring-offset-color: rgb(196 33 33 / .9)}.required\:ring-offset-error-dark\/95:required{--tw-ring-offset-color: rgb(196 33 33 / .95)}.required\:ring-offset-error-dark\/100:required{--tw-ring-offset-color: rgb(196 33 33 / 1)}.required\:ring-offset-grey\/0:required{--tw-ring-offset-color: rgb(71 85 105 / 0)}.required\:ring-offset-grey\/5:required{--tw-ring-offset-color: rgb(71 85 105 / .05)}.required\:ring-offset-grey\/10:required{--tw-ring-offset-color: rgb(71 85 105 / .1)}.required\:ring-offset-grey\/20:required{--tw-ring-offset-color: rgb(71 85 105 / .2)}.required\:ring-offset-grey\/25:required{--tw-ring-offset-color: rgb(71 85 105 / .25)}.required\:ring-offset-grey\/30:required{--tw-ring-offset-color: rgb(71 85 105 / .3)}.required\:ring-offset-grey\/40:required{--tw-ring-offset-color: rgb(71 85 105 / .4)}.required\:ring-offset-grey\/50:required{--tw-ring-offset-color: rgb(71 85 105 / .5)}.required\:ring-offset-grey\/60:required{--tw-ring-offset-color: rgb(71 85 105 / .6)}.required\:ring-offset-grey\/70:required{--tw-ring-offset-color: rgb(71 85 105 / .7)}.required\:ring-offset-grey\/75:required{--tw-ring-offset-color: rgb(71 85 105 / .75)}.required\:ring-offset-grey\/80:required{--tw-ring-offset-color: rgb(71 85 105 / .8)}.required\:ring-offset-grey\/90:required{--tw-ring-offset-color: rgb(71 85 105 / .9)}.required\:ring-offset-grey\/95:required{--tw-ring-offset-color: rgb(71 85 105 / .95)}.required\:ring-offset-grey\/100:required{--tw-ring-offset-color: rgb(71 85 105 / 1)}.required\:ring-offset-grey-light\/0:required{--tw-ring-offset-color: rgb(242 243 244 / 0)}.required\:ring-offset-grey-light\/5:required{--tw-ring-offset-color: rgb(242 243 244 / .05)}.required\:ring-offset-grey-light\/10:required{--tw-ring-offset-color: rgb(242 243 244 / .1)}.required\:ring-offset-grey-light\/20:required{--tw-ring-offset-color: rgb(242 243 244 / .2)}.required\:ring-offset-grey-light\/25:required{--tw-ring-offset-color: rgb(242 243 244 / .25)}.required\:ring-offset-grey-light\/30:required{--tw-ring-offset-color: rgb(242 243 244 / .3)}.required\:ring-offset-grey-light\/40:required{--tw-ring-offset-color: rgb(242 243 244 / .4)}.required\:ring-offset-grey-light\/50:required{--tw-ring-offset-color: rgb(242 243 244 / .5)}.required\:ring-offset-grey-light\/60:required{--tw-ring-offset-color: rgb(242 243 244 / .6)}.required\:ring-offset-grey-light\/70:required{--tw-ring-offset-color: rgb(242 243 244 / .7)}.required\:ring-offset-grey-light\/75:required{--tw-ring-offset-color: rgb(242 243 244 / .75)}.required\:ring-offset-grey-light\/80:required{--tw-ring-offset-color: rgb(242 243 244 / .8)}.required\:ring-offset-grey-light\/90:required{--tw-ring-offset-color: rgb(242 243 244 / .9)}.required\:ring-offset-grey-light\/95:required{--tw-ring-offset-color: rgb(242 243 244 / .95)}.required\:ring-offset-grey-light\/100:required{--tw-ring-offset-color: rgb(242 243 244 / 1)}.required\:ring-offset-grey-dark\/0:required{--tw-ring-offset-color: rgb(44 53 66 / 0)}.required\:ring-offset-grey-dark\/5:required{--tw-ring-offset-color: rgb(44 53 66 / .05)}.required\:ring-offset-grey-dark\/10:required{--tw-ring-offset-color: rgb(44 53 66 / .1)}.required\:ring-offset-grey-dark\/20:required{--tw-ring-offset-color: rgb(44 53 66 / .2)}.required\:ring-offset-grey-dark\/25:required{--tw-ring-offset-color: rgb(44 53 66 / .25)}.required\:ring-offset-grey-dark\/30:required{--tw-ring-offset-color: rgb(44 53 66 / .3)}.required\:ring-offset-grey-dark\/40:required{--tw-ring-offset-color: rgb(44 53 66 / .4)}.required\:ring-offset-grey-dark\/50:required{--tw-ring-offset-color: rgb(44 53 66 / .5)}.required\:ring-offset-grey-dark\/60:required{--tw-ring-offset-color: rgb(44 53 66 / .6)}.required\:ring-offset-grey-dark\/70:required{--tw-ring-offset-color: rgb(44 53 66 / .7)}.required\:ring-offset-grey-dark\/75:required{--tw-ring-offset-color: rgb(44 53 66 / .75)}.required\:ring-offset-grey-dark\/80:required{--tw-ring-offset-color: rgb(44 53 66 / .8)}.required\:ring-offset-grey-dark\/90:required{--tw-ring-offset-color: rgb(44 53 66 / .9)}.required\:ring-offset-grey-dark\/95:required{--tw-ring-offset-color: rgb(44 53 66 / .95)}.required\:ring-offset-grey-dark\/100:required{--tw-ring-offset-color: rgb(44 53 66 / 1)}.focus-within\:z-10:focus-within{z-index:10}.focus-within\:btn-primary:focus-within{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.focus-within\:btn-primary:focus-within:hover{--tw-bg-opacity: 1;background-color:rgb(149 124 223 / var(--tw-bg-opacity))}.focus-within\:btn-primary:focus-within:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(187 168 251 / var(--tw-ring-opacity))}.focus-within\:btn-primary-dark:focus-within{--tw-bg-opacity: 1;background-color:rgb(104 104 172 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.focus-within\:btn-primary-dark:focus-within:hover{--tw-bg-opacity: 1;background-color:rgb(93 93 153 / var(--tw-bg-opacity))}.focus-within\:btn-primary-dark:focus-within:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 147 191 / var(--tw-ring-opacity))}.focus-within\:btn-primary-outline:focus-within{border-width:1px;--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.focus-within\:btn-primary-outline:focus-within:hover{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity))}.focus-within\:btn-primary-outline:focus-within:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity))}.focus-within\:btn-error:focus-within{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.focus-within\:btn-error:focus-within:hover{--tw-bg-opacity: 1;background-color:rgb(248 228 228 / var(--tw-bg-opacity))}.focus-within\:btn-error:focus-within:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(227 118 118 / var(--tw-ring-opacity))}.focus-within\:btn-error-outline:focus-within{border-width:1px;--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.focus-within\:btn-error-outline:focus-within:hover{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity))}.focus-within\:btn-error-outline:focus-within:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(227 118 118 / var(--tw-ring-opacity))}.focus-within\:btn-info:focus-within{--tw-bg-opacity: 1;background-color:rgb(242 243 253 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.focus-within\:btn-info:focus-within:hover{--tw-bg-opacity: 1;background-color:rgb(228 232 251 / var(--tw-bg-opacity))}.focus-within\:btn-info:focus-within:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(118 144 239 / var(--tw-ring-opacity))}.focus-within\:btn-warning:focus-within{--tw-bg-opacity: 1;background-color:rgb(254 247 242 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(250 172 30 / var(--tw-text-opacity))}.focus-within\:btn-warning:focus-within:hover{--tw-bg-opacity: 1;background-color:rgb(254 240 228 / var(--tw-bg-opacity))}.focus-within\:btn-warning:focus-within:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 117 / var(--tw-ring-opacity))}.focus-within\:btn-secondary:focus-within{--tw-bg-opacity: 1;background-color:rgb(250 172 30 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(254 247 242 / var(--tw-text-opacity))}.focus-within\:btn-secondary:focus-within:hover{--tw-bg-opacity: 1;background-color:rgb(223 153 26 / var(--tw-bg-opacity))}.focus-within\:btn-secondary:focus-within:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 209 162 / var(--tw-ring-opacity))}.focus-within\:btn-success:focus-within{--tw-bg-opacity: 1;background-color:rgb(242 250 246 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(46 188 136 / var(--tw-text-opacity))}.focus-within\:btn-success:focus-within:hover{--tw-bg-opacity: 1;background-color:rgb(229 246 238 / var(--tw-bg-opacity))}.focus-within\:btn-success:focus-within:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity))}.focus-within\:btn-orange:focus-within{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.focus-within\:btn-orange:focus-within:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.focus-within\:divide-red-50:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 242 242 / var(--tw-divide-opacity))}.focus-within\:divide-red-100:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 242 242 / var(--tw-divide-opacity))}.focus-within\:divide-red-200:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(248 228 228 / var(--tw-divide-opacity))}.focus-within\:divide-red-300:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(241 198 198 / var(--tw-divide-opacity))}.focus-within\:divide-red-400:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(234 163 163 / var(--tw-divide-opacity))}.focus-within\:divide-red-500:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(227 118 118 / var(--tw-divide-opacity))}.focus-within\:divide-red-600:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(220 38 38 / var(--tw-divide-opacity))}.focus-within\:divide-red-700:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(196 33 33 / var(--tw-divide-opacity))}.focus-within\:divide-red-800:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(170 29 29 / var(--tw-divide-opacity))}.focus-within\:divide-red-900:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(139 24 24 / var(--tw-divide-opacity))}.focus-within\:divide-orange-50:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(255 247 237 / var(--tw-divide-opacity))}.focus-within\:divide-orange-100:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(252 243 241 / var(--tw-divide-opacity))}.focus-within\:divide-orange-200:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 231 228 / var(--tw-divide-opacity))}.focus-within\:divide-orange-300:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(246 205 197 / var(--tw-divide-opacity))}.focus-within\:divide-orange-400:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 175 161 / var(--tw-divide-opacity))}.focus-within\:divide-orange-500:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(238 138 114 / var(--tw-divide-opacity))}.focus-within\:divide-orange-600:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(234 88 12 / var(--tw-divide-opacity))}.focus-within\:divide-orange-700:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(209 78 10 / var(--tw-divide-opacity))}.focus-within\:divide-orange-800:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(181 68 9 / var(--tw-divide-opacity))}.focus-within\:divide-orange-900:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(147 55 7 / var(--tw-divide-opacity))}.focus-within\:divide-yellow-50:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 252 232 / var(--tw-divide-opacity))}.focus-within\:divide-yellow-100:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 243 199 / var(--tw-divide-opacity))}.focus-within\:divide-yellow-200:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 230 138 / var(--tw-divide-opacity))}.focus-within\:divide-yellow-300:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(252 211 77 / var(--tw-divide-opacity))}.focus-within\:divide-yellow-400:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 191 36 / var(--tw-divide-opacity))}.focus-within\:divide-yellow-500:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(234 179 8 / var(--tw-divide-opacity))}.focus-within\:divide-yellow-600:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(217 119 6 / var(--tw-divide-opacity))}.focus-within\:divide-yellow-700:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(180 83 9 / var(--tw-divide-opacity))}.focus-within\:divide-yellow-800:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(146 64 14 / var(--tw-divide-opacity))}.focus-within\:divide-yellow-900:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(120 53 15 / var(--tw-divide-opacity))}.focus-within\:divide-green-50:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(240 253 244 / var(--tw-divide-opacity))}.focus-within\:divide-green-100:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 250 246 / var(--tw-divide-opacity))}.focus-within\:divide-green-200:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 246 238 / var(--tw-divide-opacity))}.focus-within\:divide-green-300:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(200 238 219 / var(--tw-divide-opacity))}.focus-within\:divide-green-400:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(166 229 200 / var(--tw-divide-opacity))}.focus-within\:divide-green-500:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(123 220 178 / var(--tw-divide-opacity))}.focus-within\:divide-green-600:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(52 211 153 / var(--tw-divide-opacity))}.focus-within\:divide-green-700:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(46 188 136 / var(--tw-divide-opacity))}.focus-within\:divide-green-800:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(40 163 118 / var(--tw-divide-opacity))}.focus-within\:divide-green-900:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(32 133 96 / var(--tw-divide-opacity))}.focus-within\:divide-emerald-50:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(236 253 245 / var(--tw-divide-opacity))}.focus-within\:divide-emerald-100:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(209 250 229 / var(--tw-divide-opacity))}.focus-within\:divide-emerald-200:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(167 243 208 / var(--tw-divide-opacity))}.focus-within\:divide-emerald-300:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(110 231 183 / var(--tw-divide-opacity))}.focus-within\:divide-emerald-400:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(52 211 153 / var(--tw-divide-opacity))}.focus-within\:divide-emerald-500:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(16 185 129 / var(--tw-divide-opacity))}.focus-within\:divide-emerald-600:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(5 150 105 / var(--tw-divide-opacity))}.focus-within\:divide-emerald-700:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(4 120 87 / var(--tw-divide-opacity))}.focus-within\:divide-emerald-800:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(6 95 70 / var(--tw-divide-opacity))}.focus-within\:divide-emerald-900:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(6 78 59 / var(--tw-divide-opacity))}.focus-within\:divide-teal-50:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(240 253 250 / var(--tw-divide-opacity))}.focus-within\:divide-teal-100:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(204 251 241 / var(--tw-divide-opacity))}.focus-within\:divide-teal-200:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(153 246 228 / var(--tw-divide-opacity))}.focus-within\:divide-teal-300:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(94 234 212 / var(--tw-divide-opacity))}.focus-within\:divide-teal-400:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(45 212 191 / var(--tw-divide-opacity))}.focus-within\:divide-teal-500:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(20 184 166 / var(--tw-divide-opacity))}.focus-within\:divide-teal-600:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(13 148 136 / var(--tw-divide-opacity))}.focus-within\:divide-teal-700:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(15 118 110 / var(--tw-divide-opacity))}.focus-within\:divide-teal-800:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(17 94 89 / var(--tw-divide-opacity))}.focus-within\:divide-teal-900:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(19 78 74 / var(--tw-divide-opacity))}.focus-within\:divide-sky-50:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(240 249 255 / var(--tw-divide-opacity))}.focus-within\:divide-sky-100:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(224 242 254 / var(--tw-divide-opacity))}.focus-within\:divide-sky-200:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(186 230 253 / var(--tw-divide-opacity))}.focus-within\:divide-sky-300:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(125 211 252 / var(--tw-divide-opacity))}.focus-within\:divide-sky-400:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(56 189 248 / var(--tw-divide-opacity))}.focus-within\:divide-sky-500:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(14 165 233 / var(--tw-divide-opacity))}.focus-within\:divide-sky-600:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(2 132 199 / var(--tw-divide-opacity))}.focus-within\:divide-sky-700:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(3 105 161 / var(--tw-divide-opacity))}.focus-within\:divide-sky-800:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(7 89 133 / var(--tw-divide-opacity))}.focus-within\:divide-sky-900:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(12 74 110 / var(--tw-divide-opacity))}.focus-within\:divide-blue-50:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(239 246 255 / var(--tw-divide-opacity))}.focus-within\:divide-blue-100:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 253 / var(--tw-divide-opacity))}.focus-within\:divide-blue-200:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(228 232 251 / var(--tw-divide-opacity))}.focus-within\:divide-blue-300:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(198 207 247 / var(--tw-divide-opacity))}.focus-within\:divide-blue-400:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(163 178 243 / var(--tw-divide-opacity))}.focus-within\:divide-blue-500:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(118 144 239 / var(--tw-divide-opacity))}.focus-within\:divide-blue-600:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(37 99 235 / var(--tw-divide-opacity))}.focus-within\:divide-blue-700:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(33 88 210 / var(--tw-divide-opacity))}.focus-within\:divide-blue-800:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(28 76 182 / var(--tw-divide-opacity))}.focus-within\:divide-blue-900:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(23 62 148 / var(--tw-divide-opacity))}.focus-within\:divide-indigo-50:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(238 242 255 / var(--tw-divide-opacity))}.focus-within\:divide-indigo-100:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(224 231 255 / var(--tw-divide-opacity))}.focus-within\:divide-indigo-200:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(199 210 254 / var(--tw-divide-opacity))}.focus-within\:divide-indigo-300:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(165 180 252 / var(--tw-divide-opacity))}.focus-within\:divide-indigo-400:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(129 140 248 / var(--tw-divide-opacity))}.focus-within\:divide-indigo-500:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(99 102 241 / var(--tw-divide-opacity))}.focus-within\:divide-indigo-600:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(79 70 229 / var(--tw-divide-opacity))}.focus-within\:divide-indigo-700:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(67 56 202 / var(--tw-divide-opacity))}.focus-within\:divide-indigo-800:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(55 48 163 / var(--tw-divide-opacity))}.focus-within\:divide-indigo-900:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(49 46 129 / var(--tw-divide-opacity))}.focus-within\:divide-violet-50:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(245 243 255 / var(--tw-divide-opacity))}.focus-within\:divide-violet-100:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(237 233 254 / var(--tw-divide-opacity))}.focus-within\:divide-violet-200:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(221 214 254 / var(--tw-divide-opacity))}.focus-within\:divide-violet-300:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(196 181 253 / var(--tw-divide-opacity))}.focus-within\:divide-violet-400:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(167 139 250 / var(--tw-divide-opacity))}.focus-within\:divide-violet-500:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(139 92 246 / var(--tw-divide-opacity))}.focus-within\:divide-violet-600:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(124 58 237 / var(--tw-divide-opacity))}.focus-within\:divide-violet-700:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(109 40 217 / var(--tw-divide-opacity))}.focus-within\:divide-violet-800:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(91 33 182 / var(--tw-divide-opacity))}.focus-within\:divide-violet-900:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(76 29 149 / var(--tw-divide-opacity))}.focus-within\:divide-fuchsia-50:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 244 255 / var(--tw-divide-opacity))}.focus-within\:divide-fuchsia-100:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 232 255 / var(--tw-divide-opacity))}.focus-within\:divide-fuchsia-200:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(245 208 254 / var(--tw-divide-opacity))}.focus-within\:divide-fuchsia-300:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(240 171 252 / var(--tw-divide-opacity))}.focus-within\:divide-fuchsia-400:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(232 121 249 / var(--tw-divide-opacity))}.focus-within\:divide-fuchsia-500:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(217 70 239 / var(--tw-divide-opacity))}.focus-within\:divide-fuchsia-600:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(192 38 211 / var(--tw-divide-opacity))}.focus-within\:divide-fuchsia-700:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(162 28 175 / var(--tw-divide-opacity))}.focus-within\:divide-fuchsia-800:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(134 25 143 / var(--tw-divide-opacity))}.focus-within\:divide-fuchsia-900:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(112 26 117 / var(--tw-divide-opacity))}.focus-within\:divide-pink-50:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 242 248 / var(--tw-divide-opacity))}.focus-within\:divide-pink-100:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(252 231 243 / var(--tw-divide-opacity))}.focus-within\:divide-pink-200:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 207 232 / var(--tw-divide-opacity))}.focus-within\:divide-pink-300:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(249 168 212 / var(--tw-divide-opacity))}.focus-within\:divide-pink-400:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(244 114 182 / var(--tw-divide-opacity))}.focus-within\:divide-pink-500:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(236 72 153 / var(--tw-divide-opacity))}.focus-within\:divide-pink-600:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(219 39 119 / var(--tw-divide-opacity))}.focus-within\:divide-pink-700:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(190 24 93 / var(--tw-divide-opacity))}.focus-within\:divide-pink-800:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(157 23 77 / var(--tw-divide-opacity))}.focus-within\:divide-pink-900:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(131 24 67 / var(--tw-divide-opacity))}.focus-within\:divide-rose-50:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(255 241 242 / var(--tw-divide-opacity))}.focus-within\:divide-rose-100:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(255 228 230 / var(--tw-divide-opacity))}.focus-within\:divide-rose-200:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 205 211 / var(--tw-divide-opacity))}.focus-within\:divide-rose-300:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 164 175 / var(--tw-divide-opacity))}.focus-within\:divide-rose-400:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 113 133 / var(--tw-divide-opacity))}.focus-within\:divide-rose-500:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(244 63 94 / var(--tw-divide-opacity))}.focus-within\:divide-rose-600:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(225 29 72 / var(--tw-divide-opacity))}.focus-within\:divide-rose-700:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(190 18 60 / var(--tw-divide-opacity))}.focus-within\:divide-rose-800:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(159 18 57 / var(--tw-divide-opacity))}.focus-within\:divide-rose-900:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(136 19 55 / var(--tw-divide-opacity))}.focus-within\:divide-primary-100:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 244 / var(--tw-divide-opacity))}.focus-within\:divide-primary-200:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(232 232 240 / var(--tw-divide-opacity))}.focus-within\:divide-primary-300:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(208 208 225 / var(--tw-divide-opacity))}.focus-within\:divide-primary-400:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(180 180 209 / var(--tw-divide-opacity))}.focus-within\:divide-primary-500:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(147 147 191 / var(--tw-divide-opacity))}.focus-within\:divide-primary-600:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(104 104 172 / var(--tw-divide-opacity))}.focus-within\:divide-primary-700:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(93 93 153 / var(--tw-divide-opacity))}.focus-within\:divide-primary-800:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(80 80 133 / var(--tw-divide-opacity))}.focus-within\:divide-primary-900:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(65 65 108 / var(--tw-divide-opacity))}.focus-within\:divide-primary-1000:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(46 46 76 / var(--tw-divide-opacity))}.focus-within\:divide-primary-highlight-100:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(247 245 254 / var(--tw-divide-opacity))}.focus-within\:divide-primary-highlight-200:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(239 236 254 / var(--tw-divide-opacity))}.focus-within\:divide-primary-highlight-300:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(223 216 253 / var(--tw-divide-opacity))}.focus-within\:divide-primary-highlight-400:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(206 193 252 / var(--tw-divide-opacity))}.focus-within\:divide-primary-highlight-500:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(187 168 251 / var(--tw-divide-opacity))}.focus-within\:divide-primary-highlight-600:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(167 139 250 / var(--tw-divide-opacity))}.focus-within\:divide-primary-highlight-700:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(149 124 223 / var(--tw-divide-opacity))}.focus-within\:divide-primary-highlight-800:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(129 107 193 / var(--tw-divide-opacity))}.focus-within\:divide-primary-highlight-900:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(105 87 158 / var(--tw-divide-opacity))}.focus-within\:divide-primary-highlight-1000:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(74 62 111 / var(--tw-divide-opacity))}.focus-within\:divide-secondary-100:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 247 242 / var(--tw-divide-opacity))}.focus-within\:divide-secondary-200:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 240 228 / var(--tw-divide-opacity))}.focus-within\:divide-secondary-300:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 225 198 / var(--tw-divide-opacity))}.focus-within\:divide-secondary-400:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(252 209 162 / var(--tw-divide-opacity))}.focus-within\:divide-secondary-500:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 191 117 / var(--tw-divide-opacity))}.focus-within\:divide-secondary-600:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 172 30 / var(--tw-divide-opacity))}.focus-within\:divide-secondary-700:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(223 153 26 / var(--tw-divide-opacity))}.focus-within\:divide-secondary-800:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(193 133 23 / var(--tw-divide-opacity))}.focus-within\:divide-secondary-900:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(158 108 18 / var(--tw-divide-opacity))}.focus-within\:divide-secondary-1000:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(111 76 13 / var(--tw-divide-opacity))}.focus-within\:divide-grey-100:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 244 / var(--tw-divide-opacity))}.focus-within\:divide-grey-200:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(230 231 232 / var(--tw-divide-opacity))}.focus-within\:divide-grey-300:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(202 204 208 / var(--tw-divide-opacity))}.focus-within\:divide-grey-400:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(170 174 180 / var(--tw-divide-opacity))}.focus-within\:divide-grey-500:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(130 137 147 / var(--tw-divide-opacity))}.focus-within\:divide-grey-600:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(71 85 105 / var(--tw-divide-opacity))}.focus-within\:divide-grey-700:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(63 76 93 / var(--tw-divide-opacity))}.focus-within\:divide-grey-800:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(54 65 81 / var(--tw-divide-opacity))}.focus-within\:divide-grey-900:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(44 53 66 / var(--tw-divide-opacity))}.focus-within\:divide-grey-1000:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(31 38 46 / var(--tw-divide-opacity))}.focus-within\:divide-green-1000:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(23 94 68 / var(--tw-divide-opacity))}.focus-within\:divide-blue-1000:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(16 44 105 / var(--tw-divide-opacity))}.focus-within\:divide-orange-1000:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(104 39 5 / var(--tw-divide-opacity))}.focus-within\:divide-red-1000:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(98 16 16 / var(--tw-divide-opacity))}.focus-within\:divide-primary:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(167 139 250 / var(--tw-divide-opacity))}.focus-within\:divide-primary-light:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(247 245 254 / var(--tw-divide-opacity))}.focus-within\:divide-primary-dark:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(105 87 158 / var(--tw-divide-opacity))}.focus-within\:divide-info:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(118 144 239 / var(--tw-divide-opacity))}.focus-within\:divide-info-light:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 253 / var(--tw-divide-opacity))}.focus-within\:divide-info-dark:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(33 88 210 / var(--tw-divide-opacity))}.focus-within\:divide-success:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(40 163 118 / var(--tw-divide-opacity))}.focus-within\:divide-success-light:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 250 246 / var(--tw-divide-opacity))}.focus-within\:divide-success-dark:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(32 133 96 / var(--tw-divide-opacity))}.focus-within\:divide-warning:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 172 30 / var(--tw-divide-opacity))}.focus-within\:divide-warning-light:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 247 242 / var(--tw-divide-opacity))}.focus-within\:divide-warning-dark:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(158 108 18 / var(--tw-divide-opacity))}.focus-within\:divide-error:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(220 38 38 / var(--tw-divide-opacity))}.focus-within\:divide-error-light:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 242 242 / var(--tw-divide-opacity))}.focus-within\:divide-error-dark:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(196 33 33 / var(--tw-divide-opacity))}.focus-within\:divide-grey:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(71 85 105 / var(--tw-divide-opacity))}.focus-within\:divide-grey-light:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 244 / var(--tw-divide-opacity))}.focus-within\:divide-grey-dark:focus-within>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(44 53 66 / var(--tw-divide-opacity))}.focus-within\:divide-red-50\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fef2f200}.focus-within\:divide-red-50\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fef2f20d}.focus-within\:divide-red-50\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fef2f21a}.focus-within\:divide-red-50\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fef2f233}.focus-within\:divide-red-50\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fef2f240}.focus-within\:divide-red-50\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fef2f24d}.focus-within\:divide-red-50\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fef2f266}.focus-within\:divide-red-50\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fef2f280}.focus-within\:divide-red-50\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fef2f299}.focus-within\:divide-red-50\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fef2f2b3}.focus-within\:divide-red-50\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fef2f2bf}.focus-within\:divide-red-50\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fef2f2cc}.focus-within\:divide-red-50\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fef2f2e6}.focus-within\:divide-red-50\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fef2f2f2}.focus-within\:divide-red-50\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fef2f2}.focus-within\:divide-red-100\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f200}.focus-within\:divide-red-100\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f20d}.focus-within\:divide-red-100\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f21a}.focus-within\:divide-red-100\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f233}.focus-within\:divide-red-100\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f240}.focus-within\:divide-red-100\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f24d}.focus-within\:divide-red-100\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f266}.focus-within\:divide-red-100\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f280}.focus-within\:divide-red-100\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f299}.focus-within\:divide-red-100\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f2b3}.focus-within\:divide-red-100\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f2bf}.focus-within\:divide-red-100\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f2cc}.focus-within\:divide-red-100\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f2e6}.focus-within\:divide-red-100\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f2f2}.focus-within\:divide-red-100\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f2}.focus-within\:divide-red-200\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f8e4e400}.focus-within\:divide-red-200\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f8e4e40d}.focus-within\:divide-red-200\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f8e4e41a}.focus-within\:divide-red-200\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f8e4e433}.focus-within\:divide-red-200\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f8e4e440}.focus-within\:divide-red-200\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f8e4e44d}.focus-within\:divide-red-200\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f8e4e466}.focus-within\:divide-red-200\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f8e4e480}.focus-within\:divide-red-200\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f8e4e499}.focus-within\:divide-red-200\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f8e4e4b3}.focus-within\:divide-red-200\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f8e4e4bf}.focus-within\:divide-red-200\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f8e4e4cc}.focus-within\:divide-red-200\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f8e4e4e6}.focus-within\:divide-red-200\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f8e4e4f2}.focus-within\:divide-red-200\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f8e4e4}.focus-within\:divide-red-300\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f1c6c600}.focus-within\:divide-red-300\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f1c6c60d}.focus-within\:divide-red-300\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f1c6c61a}.focus-within\:divide-red-300\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f1c6c633}.focus-within\:divide-red-300\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f1c6c640}.focus-within\:divide-red-300\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f1c6c64d}.focus-within\:divide-red-300\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f1c6c666}.focus-within\:divide-red-300\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f1c6c680}.focus-within\:divide-red-300\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f1c6c699}.focus-within\:divide-red-300\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f1c6c6b3}.focus-within\:divide-red-300\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f1c6c6bf}.focus-within\:divide-red-300\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f1c6c6cc}.focus-within\:divide-red-300\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f1c6c6e6}.focus-within\:divide-red-300\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f1c6c6f2}.focus-within\:divide-red-300\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f1c6c6}.focus-within\:divide-red-400\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#eaa3a300}.focus-within\:divide-red-400\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#eaa3a30d}.focus-within\:divide-red-400\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#eaa3a31a}.focus-within\:divide-red-400\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#eaa3a333}.focus-within\:divide-red-400\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#eaa3a340}.focus-within\:divide-red-400\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#eaa3a34d}.focus-within\:divide-red-400\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#eaa3a366}.focus-within\:divide-red-400\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#eaa3a380}.focus-within\:divide-red-400\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#eaa3a399}.focus-within\:divide-red-400\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#eaa3a3b3}.focus-within\:divide-red-400\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#eaa3a3bf}.focus-within\:divide-red-400\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#eaa3a3cc}.focus-within\:divide-red-400\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#eaa3a3e6}.focus-within\:divide-red-400\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#eaa3a3f2}.focus-within\:divide-red-400\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#eaa3a3}.focus-within\:divide-red-500\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#e3767600}.focus-within\:divide-red-500\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#e376760d}.focus-within\:divide-red-500\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#e376761a}.focus-within\:divide-red-500\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#e3767633}.focus-within\:divide-red-500\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#e3767640}.focus-within\:divide-red-500\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#e376764d}.focus-within\:divide-red-500\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#e3767666}.focus-within\:divide-red-500\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#e3767680}.focus-within\:divide-red-500\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#e3767699}.focus-within\:divide-red-500\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#e37676b3}.focus-within\:divide-red-500\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#e37676bf}.focus-within\:divide-red-500\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#e37676cc}.focus-within\:divide-red-500\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#e37676e6}.focus-within\:divide-red-500\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#e37676f2}.focus-within\:divide-red-500\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#e37676}.focus-within\:divide-red-600\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#dc262600}.focus-within\:divide-red-600\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#dc26260d}.focus-within\:divide-red-600\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#dc26261a}.focus-within\:divide-red-600\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#dc262633}.focus-within\:divide-red-600\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#dc262640}.focus-within\:divide-red-600\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#dc26264d}.focus-within\:divide-red-600\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#dc262666}.focus-within\:divide-red-600\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#dc262680}.focus-within\:divide-red-600\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#dc262699}.focus-within\:divide-red-600\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#dc2626b3}.focus-within\:divide-red-600\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#dc2626bf}.focus-within\:divide-red-600\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#dc2626cc}.focus-within\:divide-red-600\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#dc2626e6}.focus-within\:divide-red-600\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#dc2626f2}.focus-within\:divide-red-600\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#dc2626}.focus-within\:divide-red-700\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#c4212100}.focus-within\:divide-red-700\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#c421210d}.focus-within\:divide-red-700\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#c421211a}.focus-within\:divide-red-700\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#c4212133}.focus-within\:divide-red-700\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#c4212140}.focus-within\:divide-red-700\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#c421214d}.focus-within\:divide-red-700\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#c4212166}.focus-within\:divide-red-700\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#c4212180}.focus-within\:divide-red-700\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#c4212199}.focus-within\:divide-red-700\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#c42121b3}.focus-within\:divide-red-700\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#c42121bf}.focus-within\:divide-red-700\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#c42121cc}.focus-within\:divide-red-700\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#c42121e6}.focus-within\:divide-red-700\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#c42121f2}.focus-within\:divide-red-700\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#c42121}.focus-within\:divide-red-800\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#aa1d1d00}.focus-within\:divide-red-800\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#aa1d1d0d}.focus-within\:divide-red-800\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#aa1d1d1a}.focus-within\:divide-red-800\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#aa1d1d33}.focus-within\:divide-red-800\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#aa1d1d40}.focus-within\:divide-red-800\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#aa1d1d4d}.focus-within\:divide-red-800\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#aa1d1d66}.focus-within\:divide-red-800\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#aa1d1d80}.focus-within\:divide-red-800\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#aa1d1d99}.focus-within\:divide-red-800\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#aa1d1db3}.focus-within\:divide-red-800\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#aa1d1dbf}.focus-within\:divide-red-800\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#aa1d1dcc}.focus-within\:divide-red-800\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#aa1d1de6}.focus-within\:divide-red-800\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#aa1d1df2}.focus-within\:divide-red-800\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#aa1d1d}.focus-within\:divide-red-900\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#8b181800}.focus-within\:divide-red-900\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#8b18180d}.focus-within\:divide-red-900\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#8b18181a}.focus-within\:divide-red-900\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#8b181833}.focus-within\:divide-red-900\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#8b181840}.focus-within\:divide-red-900\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#8b18184d}.focus-within\:divide-red-900\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#8b181866}.focus-within\:divide-red-900\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#8b181880}.focus-within\:divide-red-900\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#8b181899}.focus-within\:divide-red-900\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#8b1818b3}.focus-within\:divide-red-900\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#8b1818bf}.focus-within\:divide-red-900\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#8b1818cc}.focus-within\:divide-red-900\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#8b1818e6}.focus-within\:divide-red-900\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#8b1818f2}.focus-within\:divide-red-900\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#8b1818}.focus-within\:divide-orange-50\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fff7ed00}.focus-within\:divide-orange-50\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fff7ed0d}.focus-within\:divide-orange-50\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fff7ed1a}.focus-within\:divide-orange-50\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fff7ed33}.focus-within\:divide-orange-50\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fff7ed40}.focus-within\:divide-orange-50\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fff7ed4d}.focus-within\:divide-orange-50\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fff7ed66}.focus-within\:divide-orange-50\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fff7ed80}.focus-within\:divide-orange-50\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fff7ed99}.focus-within\:divide-orange-50\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fff7edb3}.focus-within\:divide-orange-50\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fff7edbf}.focus-within\:divide-orange-50\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fff7edcc}.focus-within\:divide-orange-50\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fff7ede6}.focus-within\:divide-orange-50\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fff7edf2}.focus-within\:divide-orange-50\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fff7ed}.focus-within\:divide-orange-100\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fcf3f100}.focus-within\:divide-orange-100\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fcf3f10d}.focus-within\:divide-orange-100\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fcf3f11a}.focus-within\:divide-orange-100\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fcf3f133}.focus-within\:divide-orange-100\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fcf3f140}.focus-within\:divide-orange-100\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fcf3f14d}.focus-within\:divide-orange-100\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fcf3f166}.focus-within\:divide-orange-100\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fcf3f180}.focus-within\:divide-orange-100\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fcf3f199}.focus-within\:divide-orange-100\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fcf3f1b3}.focus-within\:divide-orange-100\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fcf3f1bf}.focus-within\:divide-orange-100\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fcf3f1cc}.focus-within\:divide-orange-100\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fcf3f1e6}.focus-within\:divide-orange-100\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fcf3f1f2}.focus-within\:divide-orange-100\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fcf3f1}.focus-within\:divide-orange-200\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fae7e400}.focus-within\:divide-orange-200\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fae7e40d}.focus-within\:divide-orange-200\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fae7e41a}.focus-within\:divide-orange-200\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fae7e433}.focus-within\:divide-orange-200\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fae7e440}.focus-within\:divide-orange-200\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fae7e44d}.focus-within\:divide-orange-200\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fae7e466}.focus-within\:divide-orange-200\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fae7e480}.focus-within\:divide-orange-200\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fae7e499}.focus-within\:divide-orange-200\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fae7e4b3}.focus-within\:divide-orange-200\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fae7e4bf}.focus-within\:divide-orange-200\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fae7e4cc}.focus-within\:divide-orange-200\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fae7e4e6}.focus-within\:divide-orange-200\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fae7e4f2}.focus-within\:divide-orange-200\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fae7e4}.focus-within\:divide-orange-300\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f6cdc500}.focus-within\:divide-orange-300\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f6cdc50d}.focus-within\:divide-orange-300\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f6cdc51a}.focus-within\:divide-orange-300\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f6cdc533}.focus-within\:divide-orange-300\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f6cdc540}.focus-within\:divide-orange-300\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f6cdc54d}.focus-within\:divide-orange-300\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f6cdc566}.focus-within\:divide-orange-300\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f6cdc580}.focus-within\:divide-orange-300\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f6cdc599}.focus-within\:divide-orange-300\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f6cdc5b3}.focus-within\:divide-orange-300\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f6cdc5bf}.focus-within\:divide-orange-300\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f6cdc5cc}.focus-within\:divide-orange-300\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f6cdc5e6}.focus-within\:divide-orange-300\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f6cdc5f2}.focus-within\:divide-orange-300\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f6cdc5}.focus-within\:divide-orange-400\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f2afa100}.focus-within\:divide-orange-400\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f2afa10d}.focus-within\:divide-orange-400\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f2afa11a}.focus-within\:divide-orange-400\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f2afa133}.focus-within\:divide-orange-400\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f2afa140}.focus-within\:divide-orange-400\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f2afa14d}.focus-within\:divide-orange-400\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f2afa166}.focus-within\:divide-orange-400\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f2afa180}.focus-within\:divide-orange-400\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f2afa199}.focus-within\:divide-orange-400\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f2afa1b3}.focus-within\:divide-orange-400\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f2afa1bf}.focus-within\:divide-orange-400\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f2afa1cc}.focus-within\:divide-orange-400\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f2afa1e6}.focus-within\:divide-orange-400\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f2afa1f2}.focus-within\:divide-orange-400\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f2afa1}.focus-within\:divide-orange-500\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#ee8a7200}.focus-within\:divide-orange-500\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#ee8a720d}.focus-within\:divide-orange-500\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#ee8a721a}.focus-within\:divide-orange-500\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#ee8a7233}.focus-within\:divide-orange-500\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#ee8a7240}.focus-within\:divide-orange-500\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#ee8a724d}.focus-within\:divide-orange-500\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#ee8a7266}.focus-within\:divide-orange-500\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#ee8a7280}.focus-within\:divide-orange-500\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#ee8a7299}.focus-within\:divide-orange-500\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#ee8a72b3}.focus-within\:divide-orange-500\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#ee8a72bf}.focus-within\:divide-orange-500\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#ee8a72cc}.focus-within\:divide-orange-500\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#ee8a72e6}.focus-within\:divide-orange-500\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#ee8a72f2}.focus-within\:divide-orange-500\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#ee8a72}.focus-within\:divide-orange-600\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#ea580c00}.focus-within\:divide-orange-600\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#ea580c0d}.focus-within\:divide-orange-600\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#ea580c1a}.focus-within\:divide-orange-600\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#ea580c33}.focus-within\:divide-orange-600\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#ea580c40}.focus-within\:divide-orange-600\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#ea580c4d}.focus-within\:divide-orange-600\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#ea580c66}.focus-within\:divide-orange-600\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#ea580c80}.focus-within\:divide-orange-600\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#ea580c99}.focus-within\:divide-orange-600\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#ea580cb3}.focus-within\:divide-orange-600\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#ea580cbf}.focus-within\:divide-orange-600\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#ea580ccc}.focus-within\:divide-orange-600\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#ea580ce6}.focus-within\:divide-orange-600\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#ea580cf2}.focus-within\:divide-orange-600\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#ea580c}.focus-within\:divide-orange-700\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#d14e0a00}.focus-within\:divide-orange-700\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#d14e0a0d}.focus-within\:divide-orange-700\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#d14e0a1a}.focus-within\:divide-orange-700\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#d14e0a33}.focus-within\:divide-orange-700\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#d14e0a40}.focus-within\:divide-orange-700\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#d14e0a4d}.focus-within\:divide-orange-700\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#d14e0a66}.focus-within\:divide-orange-700\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#d14e0a80}.focus-within\:divide-orange-700\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#d14e0a99}.focus-within\:divide-orange-700\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#d14e0ab3}.focus-within\:divide-orange-700\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#d14e0abf}.focus-within\:divide-orange-700\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#d14e0acc}.focus-within\:divide-orange-700\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#d14e0ae6}.focus-within\:divide-orange-700\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#d14e0af2}.focus-within\:divide-orange-700\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#d14e0a}.focus-within\:divide-orange-800\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#b5440900}.focus-within\:divide-orange-800\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#b544090d}.focus-within\:divide-orange-800\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#b544091a}.focus-within\:divide-orange-800\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#b5440933}.focus-within\:divide-orange-800\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#b5440940}.focus-within\:divide-orange-800\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#b544094d}.focus-within\:divide-orange-800\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#b5440966}.focus-within\:divide-orange-800\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#b5440980}.focus-within\:divide-orange-800\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#b5440999}.focus-within\:divide-orange-800\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#b54409b3}.focus-within\:divide-orange-800\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#b54409bf}.focus-within\:divide-orange-800\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#b54409cc}.focus-within\:divide-orange-800\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#b54409e6}.focus-within\:divide-orange-800\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#b54409f2}.focus-within\:divide-orange-800\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#b54409}.focus-within\:divide-orange-900\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#93370700}.focus-within\:divide-orange-900\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#9337070d}.focus-within\:divide-orange-900\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#9337071a}.focus-within\:divide-orange-900\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#93370733}.focus-within\:divide-orange-900\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#93370740}.focus-within\:divide-orange-900\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#9337074d}.focus-within\:divide-orange-900\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#93370766}.focus-within\:divide-orange-900\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#93370780}.focus-within\:divide-orange-900\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#93370799}.focus-within\:divide-orange-900\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#933707b3}.focus-within\:divide-orange-900\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#933707bf}.focus-within\:divide-orange-900\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#933707cc}.focus-within\:divide-orange-900\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#933707e6}.focus-within\:divide-orange-900\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#933707f2}.focus-within\:divide-orange-900\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#933707}.focus-within\:divide-yellow-50\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fefce800}.focus-within\:divide-yellow-50\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fefce80d}.focus-within\:divide-yellow-50\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fefce81a}.focus-within\:divide-yellow-50\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fefce833}.focus-within\:divide-yellow-50\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fefce840}.focus-within\:divide-yellow-50\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fefce84d}.focus-within\:divide-yellow-50\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fefce866}.focus-within\:divide-yellow-50\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fefce880}.focus-within\:divide-yellow-50\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fefce899}.focus-within\:divide-yellow-50\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fefce8b3}.focus-within\:divide-yellow-50\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fefce8bf}.focus-within\:divide-yellow-50\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fefce8cc}.focus-within\:divide-yellow-50\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fefce8e6}.focus-within\:divide-yellow-50\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fefce8f2}.focus-within\:divide-yellow-50\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fefce8}.focus-within\:divide-yellow-100\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fef3c700}.focus-within\:divide-yellow-100\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fef3c70d}.focus-within\:divide-yellow-100\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fef3c71a}.focus-within\:divide-yellow-100\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fef3c733}.focus-within\:divide-yellow-100\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fef3c740}.focus-within\:divide-yellow-100\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fef3c74d}.focus-within\:divide-yellow-100\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fef3c766}.focus-within\:divide-yellow-100\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fef3c780}.focus-within\:divide-yellow-100\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fef3c799}.focus-within\:divide-yellow-100\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fef3c7b3}.focus-within\:divide-yellow-100\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fef3c7bf}.focus-within\:divide-yellow-100\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fef3c7cc}.focus-within\:divide-yellow-100\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fef3c7e6}.focus-within\:divide-yellow-100\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fef3c7f2}.focus-within\:divide-yellow-100\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fef3c7}.focus-within\:divide-yellow-200\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fde68a00}.focus-within\:divide-yellow-200\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fde68a0d}.focus-within\:divide-yellow-200\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fde68a1a}.focus-within\:divide-yellow-200\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fde68a33}.focus-within\:divide-yellow-200\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fde68a40}.focus-within\:divide-yellow-200\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fde68a4d}.focus-within\:divide-yellow-200\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fde68a66}.focus-within\:divide-yellow-200\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fde68a80}.focus-within\:divide-yellow-200\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fde68a99}.focus-within\:divide-yellow-200\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fde68ab3}.focus-within\:divide-yellow-200\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fde68abf}.focus-within\:divide-yellow-200\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fde68acc}.focus-within\:divide-yellow-200\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fde68ae6}.focus-within\:divide-yellow-200\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fde68af2}.focus-within\:divide-yellow-200\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fde68a}.focus-within\:divide-yellow-300\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd34d00}.focus-within\:divide-yellow-300\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd34d0d}.focus-within\:divide-yellow-300\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd34d1a}.focus-within\:divide-yellow-300\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd34d33}.focus-within\:divide-yellow-300\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd34d40}.focus-within\:divide-yellow-300\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd34d4d}.focus-within\:divide-yellow-300\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd34d66}.focus-within\:divide-yellow-300\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd34d80}.focus-within\:divide-yellow-300\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd34d99}.focus-within\:divide-yellow-300\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd34db3}.focus-within\:divide-yellow-300\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd34dbf}.focus-within\:divide-yellow-300\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd34dcc}.focus-within\:divide-yellow-300\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd34de6}.focus-within\:divide-yellow-300\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd34df2}.focus-within\:divide-yellow-300\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd34d}.focus-within\:divide-yellow-400\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf2400}.focus-within\:divide-yellow-400\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf240d}.focus-within\:divide-yellow-400\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf241a}.focus-within\:divide-yellow-400\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf2433}.focus-within\:divide-yellow-400\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf2440}.focus-within\:divide-yellow-400\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf244d}.focus-within\:divide-yellow-400\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf2466}.focus-within\:divide-yellow-400\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf2480}.focus-within\:divide-yellow-400\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf2499}.focus-within\:divide-yellow-400\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf24b3}.focus-within\:divide-yellow-400\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf24bf}.focus-within\:divide-yellow-400\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf24cc}.focus-within\:divide-yellow-400\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf24e6}.focus-within\:divide-yellow-400\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf24f2}.focus-within\:divide-yellow-400\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf24}.focus-within\:divide-yellow-500\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#eab30800}.focus-within\:divide-yellow-500\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#eab3080d}.focus-within\:divide-yellow-500\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#eab3081a}.focus-within\:divide-yellow-500\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#eab30833}.focus-within\:divide-yellow-500\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#eab30840}.focus-within\:divide-yellow-500\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#eab3084d}.focus-within\:divide-yellow-500\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#eab30866}.focus-within\:divide-yellow-500\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#eab30880}.focus-within\:divide-yellow-500\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#eab30899}.focus-within\:divide-yellow-500\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#eab308b3}.focus-within\:divide-yellow-500\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#eab308bf}.focus-within\:divide-yellow-500\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#eab308cc}.focus-within\:divide-yellow-500\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#eab308e6}.focus-within\:divide-yellow-500\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#eab308f2}.focus-within\:divide-yellow-500\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#eab308}.focus-within\:divide-yellow-600\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#d9770600}.focus-within\:divide-yellow-600\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#d977060d}.focus-within\:divide-yellow-600\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#d977061a}.focus-within\:divide-yellow-600\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#d9770633}.focus-within\:divide-yellow-600\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#d9770640}.focus-within\:divide-yellow-600\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#d977064d}.focus-within\:divide-yellow-600\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#d9770666}.focus-within\:divide-yellow-600\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#d9770680}.focus-within\:divide-yellow-600\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#d9770699}.focus-within\:divide-yellow-600\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#d97706b3}.focus-within\:divide-yellow-600\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#d97706bf}.focus-within\:divide-yellow-600\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#d97706cc}.focus-within\:divide-yellow-600\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#d97706e6}.focus-within\:divide-yellow-600\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#d97706f2}.focus-within\:divide-yellow-600\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#d97706}.focus-within\:divide-yellow-700\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#b4530900}.focus-within\:divide-yellow-700\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#b453090d}.focus-within\:divide-yellow-700\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#b453091a}.focus-within\:divide-yellow-700\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#b4530933}.focus-within\:divide-yellow-700\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#b4530940}.focus-within\:divide-yellow-700\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#b453094d}.focus-within\:divide-yellow-700\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#b4530966}.focus-within\:divide-yellow-700\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#b4530980}.focus-within\:divide-yellow-700\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#b4530999}.focus-within\:divide-yellow-700\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#b45309b3}.focus-within\:divide-yellow-700\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#b45309bf}.focus-within\:divide-yellow-700\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#b45309cc}.focus-within\:divide-yellow-700\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#b45309e6}.focus-within\:divide-yellow-700\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#b45309f2}.focus-within\:divide-yellow-700\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#b45309}.focus-within\:divide-yellow-800\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#92400e00}.focus-within\:divide-yellow-800\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#92400e0d}.focus-within\:divide-yellow-800\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#92400e1a}.focus-within\:divide-yellow-800\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#92400e33}.focus-within\:divide-yellow-800\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#92400e40}.focus-within\:divide-yellow-800\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#92400e4d}.focus-within\:divide-yellow-800\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#92400e66}.focus-within\:divide-yellow-800\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#92400e80}.focus-within\:divide-yellow-800\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#92400e99}.focus-within\:divide-yellow-800\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#92400eb3}.focus-within\:divide-yellow-800\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#92400ebf}.focus-within\:divide-yellow-800\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#92400ecc}.focus-within\:divide-yellow-800\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#92400ee6}.focus-within\:divide-yellow-800\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#92400ef2}.focus-within\:divide-yellow-800\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#92400e}.focus-within\:divide-yellow-900\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#78350f00}.focus-within\:divide-yellow-900\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#78350f0d}.focus-within\:divide-yellow-900\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#78350f1a}.focus-within\:divide-yellow-900\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#78350f33}.focus-within\:divide-yellow-900\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#78350f40}.focus-within\:divide-yellow-900\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#78350f4d}.focus-within\:divide-yellow-900\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#78350f66}.focus-within\:divide-yellow-900\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#78350f80}.focus-within\:divide-yellow-900\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#78350f99}.focus-within\:divide-yellow-900\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#78350fb3}.focus-within\:divide-yellow-900\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#78350fbf}.focus-within\:divide-yellow-900\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#78350fcc}.focus-within\:divide-yellow-900\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#78350fe6}.focus-within\:divide-yellow-900\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#78350ff2}.focus-within\:divide-yellow-900\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#78350f}.focus-within\:divide-green-50\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdf400}.focus-within\:divide-green-50\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdf40d}.focus-within\:divide-green-50\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdf41a}.focus-within\:divide-green-50\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdf433}.focus-within\:divide-green-50\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdf440}.focus-within\:divide-green-50\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdf44d}.focus-within\:divide-green-50\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdf466}.focus-within\:divide-green-50\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdf480}.focus-within\:divide-green-50\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdf499}.focus-within\:divide-green-50\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdf4b3}.focus-within\:divide-green-50\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdf4bf}.focus-within\:divide-green-50\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdf4cc}.focus-within\:divide-green-50\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdf4e6}.focus-within\:divide-green-50\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdf4f2}.focus-within\:divide-green-50\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdf4}.focus-within\:divide-green-100\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf600}.focus-within\:divide-green-100\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf60d}.focus-within\:divide-green-100\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf61a}.focus-within\:divide-green-100\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf633}.focus-within\:divide-green-100\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf640}.focus-within\:divide-green-100\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf64d}.focus-within\:divide-green-100\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf666}.focus-within\:divide-green-100\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf680}.focus-within\:divide-green-100\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf699}.focus-within\:divide-green-100\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf6b3}.focus-within\:divide-green-100\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf6bf}.focus-within\:divide-green-100\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf6cc}.focus-within\:divide-green-100\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf6e6}.focus-within\:divide-green-100\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf6f2}.focus-within\:divide-green-100\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf6}.focus-within\:divide-green-200\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#e5f6ee00}.focus-within\:divide-green-200\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#e5f6ee0d}.focus-within\:divide-green-200\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#e5f6ee1a}.focus-within\:divide-green-200\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#e5f6ee33}.focus-within\:divide-green-200\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#e5f6ee40}.focus-within\:divide-green-200\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#e5f6ee4d}.focus-within\:divide-green-200\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#e5f6ee66}.focus-within\:divide-green-200\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#e5f6ee80}.focus-within\:divide-green-200\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#e5f6ee99}.focus-within\:divide-green-200\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#e5f6eeb3}.focus-within\:divide-green-200\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#e5f6eebf}.focus-within\:divide-green-200\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#e5f6eecc}.focus-within\:divide-green-200\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#e5f6eee6}.focus-within\:divide-green-200\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#e5f6eef2}.focus-within\:divide-green-200\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#e5f6ee}.focus-within\:divide-green-300\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#c8eedb00}.focus-within\:divide-green-300\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#c8eedb0d}.focus-within\:divide-green-300\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#c8eedb1a}.focus-within\:divide-green-300\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#c8eedb33}.focus-within\:divide-green-300\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#c8eedb40}.focus-within\:divide-green-300\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#c8eedb4d}.focus-within\:divide-green-300\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#c8eedb66}.focus-within\:divide-green-300\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#c8eedb80}.focus-within\:divide-green-300\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#c8eedb99}.focus-within\:divide-green-300\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#c8eedbb3}.focus-within\:divide-green-300\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#c8eedbbf}.focus-within\:divide-green-300\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#c8eedbcc}.focus-within\:divide-green-300\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#c8eedbe6}.focus-within\:divide-green-300\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#c8eedbf2}.focus-within\:divide-green-300\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#c8eedb}.focus-within\:divide-green-400\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#a6e5c800}.focus-within\:divide-green-400\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#a6e5c80d}.focus-within\:divide-green-400\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#a6e5c81a}.focus-within\:divide-green-400\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#a6e5c833}.focus-within\:divide-green-400\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#a6e5c840}.focus-within\:divide-green-400\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#a6e5c84d}.focus-within\:divide-green-400\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#a6e5c866}.focus-within\:divide-green-400\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#a6e5c880}.focus-within\:divide-green-400\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#a6e5c899}.focus-within\:divide-green-400\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#a6e5c8b3}.focus-within\:divide-green-400\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#a6e5c8bf}.focus-within\:divide-green-400\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#a6e5c8cc}.focus-within\:divide-green-400\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#a6e5c8e6}.focus-within\:divide-green-400\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#a6e5c8f2}.focus-within\:divide-green-400\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#a6e5c8}.focus-within\:divide-green-500\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#7bdcb200}.focus-within\:divide-green-500\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#7bdcb20d}.focus-within\:divide-green-500\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#7bdcb21a}.focus-within\:divide-green-500\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#7bdcb233}.focus-within\:divide-green-500\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#7bdcb240}.focus-within\:divide-green-500\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#7bdcb24d}.focus-within\:divide-green-500\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#7bdcb266}.focus-within\:divide-green-500\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#7bdcb280}.focus-within\:divide-green-500\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#7bdcb299}.focus-within\:divide-green-500\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#7bdcb2b3}.focus-within\:divide-green-500\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#7bdcb2bf}.focus-within\:divide-green-500\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#7bdcb2cc}.focus-within\:divide-green-500\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#7bdcb2e6}.focus-within\:divide-green-500\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#7bdcb2f2}.focus-within\:divide-green-500\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#7bdcb2}.focus-within\:divide-green-600\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#34d39900}.focus-within\:divide-green-600\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#34d3990d}.focus-within\:divide-green-600\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#34d3991a}.focus-within\:divide-green-600\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#34d39933}.focus-within\:divide-green-600\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#34d39940}.focus-within\:divide-green-600\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#34d3994d}.focus-within\:divide-green-600\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#34d39966}.focus-within\:divide-green-600\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#34d39980}.focus-within\:divide-green-600\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#34d39999}.focus-within\:divide-green-600\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#34d399b3}.focus-within\:divide-green-600\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#34d399bf}.focus-within\:divide-green-600\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#34d399cc}.focus-within\:divide-green-600\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#34d399e6}.focus-within\:divide-green-600\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#34d399f2}.focus-within\:divide-green-600\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#34d399}.focus-within\:divide-green-700\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#2ebc8800}.focus-within\:divide-green-700\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#2ebc880d}.focus-within\:divide-green-700\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#2ebc881a}.focus-within\:divide-green-700\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#2ebc8833}.focus-within\:divide-green-700\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#2ebc8840}.focus-within\:divide-green-700\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#2ebc884d}.focus-within\:divide-green-700\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#2ebc8866}.focus-within\:divide-green-700\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#2ebc8880}.focus-within\:divide-green-700\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#2ebc8899}.focus-within\:divide-green-700\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#2ebc88b3}.focus-within\:divide-green-700\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#2ebc88bf}.focus-within\:divide-green-700\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#2ebc88cc}.focus-within\:divide-green-700\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#2ebc88e6}.focus-within\:divide-green-700\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#2ebc88f2}.focus-within\:divide-green-700\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#2ebc88}.focus-within\:divide-green-800\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#28a37600}.focus-within\:divide-green-800\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#28a3760d}.focus-within\:divide-green-800\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#28a3761a}.focus-within\:divide-green-800\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#28a37633}.focus-within\:divide-green-800\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#28a37640}.focus-within\:divide-green-800\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#28a3764d}.focus-within\:divide-green-800\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#28a37666}.focus-within\:divide-green-800\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#28a37680}.focus-within\:divide-green-800\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#28a37699}.focus-within\:divide-green-800\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#28a376b3}.focus-within\:divide-green-800\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#28a376bf}.focus-within\:divide-green-800\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#28a376cc}.focus-within\:divide-green-800\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#28a376e6}.focus-within\:divide-green-800\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#28a376f2}.focus-within\:divide-green-800\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#28a376}.focus-within\:divide-green-900\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#20856000}.focus-within\:divide-green-900\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#2085600d}.focus-within\:divide-green-900\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#2085601a}.focus-within\:divide-green-900\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#20856033}.focus-within\:divide-green-900\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#20856040}.focus-within\:divide-green-900\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#2085604d}.focus-within\:divide-green-900\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#20856066}.focus-within\:divide-green-900\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#20856080}.focus-within\:divide-green-900\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#20856099}.focus-within\:divide-green-900\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#208560b3}.focus-within\:divide-green-900\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#208560bf}.focus-within\:divide-green-900\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#208560cc}.focus-within\:divide-green-900\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#208560e6}.focus-within\:divide-green-900\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#208560f2}.focus-within\:divide-green-900\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#208560}.focus-within\:divide-emerald-50\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#ecfdf500}.focus-within\:divide-emerald-50\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#ecfdf50d}.focus-within\:divide-emerald-50\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#ecfdf51a}.focus-within\:divide-emerald-50\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#ecfdf533}.focus-within\:divide-emerald-50\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#ecfdf540}.focus-within\:divide-emerald-50\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#ecfdf54d}.focus-within\:divide-emerald-50\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#ecfdf566}.focus-within\:divide-emerald-50\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#ecfdf580}.focus-within\:divide-emerald-50\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#ecfdf599}.focus-within\:divide-emerald-50\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#ecfdf5b3}.focus-within\:divide-emerald-50\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#ecfdf5bf}.focus-within\:divide-emerald-50\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#ecfdf5cc}.focus-within\:divide-emerald-50\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#ecfdf5e6}.focus-within\:divide-emerald-50\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#ecfdf5f2}.focus-within\:divide-emerald-50\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#ecfdf5}.focus-within\:divide-emerald-100\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#d1fae500}.focus-within\:divide-emerald-100\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#d1fae50d}.focus-within\:divide-emerald-100\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#d1fae51a}.focus-within\:divide-emerald-100\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#d1fae533}.focus-within\:divide-emerald-100\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#d1fae540}.focus-within\:divide-emerald-100\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#d1fae54d}.focus-within\:divide-emerald-100\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#d1fae566}.focus-within\:divide-emerald-100\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#d1fae580}.focus-within\:divide-emerald-100\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#d1fae599}.focus-within\:divide-emerald-100\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#d1fae5b3}.focus-within\:divide-emerald-100\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#d1fae5bf}.focus-within\:divide-emerald-100\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#d1fae5cc}.focus-within\:divide-emerald-100\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#d1fae5e6}.focus-within\:divide-emerald-100\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#d1fae5f2}.focus-within\:divide-emerald-100\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#d1fae5}.focus-within\:divide-emerald-200\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#a7f3d000}.focus-within\:divide-emerald-200\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#a7f3d00d}.focus-within\:divide-emerald-200\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#a7f3d01a}.focus-within\:divide-emerald-200\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#a7f3d033}.focus-within\:divide-emerald-200\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#a7f3d040}.focus-within\:divide-emerald-200\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#a7f3d04d}.focus-within\:divide-emerald-200\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#a7f3d066}.focus-within\:divide-emerald-200\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#a7f3d080}.focus-within\:divide-emerald-200\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#a7f3d099}.focus-within\:divide-emerald-200\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#a7f3d0b3}.focus-within\:divide-emerald-200\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#a7f3d0bf}.focus-within\:divide-emerald-200\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#a7f3d0cc}.focus-within\:divide-emerald-200\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#a7f3d0e6}.focus-within\:divide-emerald-200\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#a7f3d0f2}.focus-within\:divide-emerald-200\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#a7f3d0}.focus-within\:divide-emerald-300\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#6ee7b700}.focus-within\:divide-emerald-300\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#6ee7b70d}.focus-within\:divide-emerald-300\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#6ee7b71a}.focus-within\:divide-emerald-300\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#6ee7b733}.focus-within\:divide-emerald-300\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#6ee7b740}.focus-within\:divide-emerald-300\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#6ee7b74d}.focus-within\:divide-emerald-300\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#6ee7b766}.focus-within\:divide-emerald-300\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#6ee7b780}.focus-within\:divide-emerald-300\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#6ee7b799}.focus-within\:divide-emerald-300\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#6ee7b7b3}.focus-within\:divide-emerald-300\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#6ee7b7bf}.focus-within\:divide-emerald-300\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#6ee7b7cc}.focus-within\:divide-emerald-300\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#6ee7b7e6}.focus-within\:divide-emerald-300\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#6ee7b7f2}.focus-within\:divide-emerald-300\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#6ee7b7}.focus-within\:divide-emerald-400\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#34d39900}.focus-within\:divide-emerald-400\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#34d3990d}.focus-within\:divide-emerald-400\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#34d3991a}.focus-within\:divide-emerald-400\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#34d39933}.focus-within\:divide-emerald-400\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#34d39940}.focus-within\:divide-emerald-400\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#34d3994d}.focus-within\:divide-emerald-400\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#34d39966}.focus-within\:divide-emerald-400\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#34d39980}.focus-within\:divide-emerald-400\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#34d39999}.focus-within\:divide-emerald-400\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#34d399b3}.focus-within\:divide-emerald-400\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#34d399bf}.focus-within\:divide-emerald-400\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#34d399cc}.focus-within\:divide-emerald-400\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#34d399e6}.focus-within\:divide-emerald-400\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#34d399f2}.focus-within\:divide-emerald-400\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#34d399}.focus-within\:divide-emerald-500\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#10b98100}.focus-within\:divide-emerald-500\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#10b9810d}.focus-within\:divide-emerald-500\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#10b9811a}.focus-within\:divide-emerald-500\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#10b98133}.focus-within\:divide-emerald-500\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#10b98140}.focus-within\:divide-emerald-500\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#10b9814d}.focus-within\:divide-emerald-500\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#10b98166}.focus-within\:divide-emerald-500\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#10b98180}.focus-within\:divide-emerald-500\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#10b98199}.focus-within\:divide-emerald-500\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#10b981b3}.focus-within\:divide-emerald-500\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#10b981bf}.focus-within\:divide-emerald-500\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#10b981cc}.focus-within\:divide-emerald-500\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#10b981e6}.focus-within\:divide-emerald-500\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#10b981f2}.focus-within\:divide-emerald-500\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#10b981}.focus-within\:divide-emerald-600\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#05966900}.focus-within\:divide-emerald-600\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#0596690d}.focus-within\:divide-emerald-600\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#0596691a}.focus-within\:divide-emerald-600\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#05966933}.focus-within\:divide-emerald-600\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#05966940}.focus-within\:divide-emerald-600\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#0596694d}.focus-within\:divide-emerald-600\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#05966966}.focus-within\:divide-emerald-600\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#05966980}.focus-within\:divide-emerald-600\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#05966999}.focus-within\:divide-emerald-600\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#059669b3}.focus-within\:divide-emerald-600\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#059669bf}.focus-within\:divide-emerald-600\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#059669cc}.focus-within\:divide-emerald-600\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#059669e6}.focus-within\:divide-emerald-600\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#059669f2}.focus-within\:divide-emerald-600\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#059669}.focus-within\:divide-emerald-700\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#04785700}.focus-within\:divide-emerald-700\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#0478570d}.focus-within\:divide-emerald-700\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#0478571a}.focus-within\:divide-emerald-700\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#04785733}.focus-within\:divide-emerald-700\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#04785740}.focus-within\:divide-emerald-700\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#0478574d}.focus-within\:divide-emerald-700\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#04785766}.focus-within\:divide-emerald-700\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#04785780}.focus-within\:divide-emerald-700\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#04785799}.focus-within\:divide-emerald-700\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#047857b3}.focus-within\:divide-emerald-700\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#047857bf}.focus-within\:divide-emerald-700\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#047857cc}.focus-within\:divide-emerald-700\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#047857e6}.focus-within\:divide-emerald-700\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#047857f2}.focus-within\:divide-emerald-700\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#047857}.focus-within\:divide-emerald-800\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#065f4600}.focus-within\:divide-emerald-800\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#065f460d}.focus-within\:divide-emerald-800\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#065f461a}.focus-within\:divide-emerald-800\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#065f4633}.focus-within\:divide-emerald-800\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#065f4640}.focus-within\:divide-emerald-800\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#065f464d}.focus-within\:divide-emerald-800\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#065f4666}.focus-within\:divide-emerald-800\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#065f4680}.focus-within\:divide-emerald-800\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#065f4699}.focus-within\:divide-emerald-800\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#065f46b3}.focus-within\:divide-emerald-800\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#065f46bf}.focus-within\:divide-emerald-800\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#065f46cc}.focus-within\:divide-emerald-800\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#065f46e6}.focus-within\:divide-emerald-800\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#065f46f2}.focus-within\:divide-emerald-800\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#065f46}.focus-within\:divide-emerald-900\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#064e3b00}.focus-within\:divide-emerald-900\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#064e3b0d}.focus-within\:divide-emerald-900\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#064e3b1a}.focus-within\:divide-emerald-900\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#064e3b33}.focus-within\:divide-emerald-900\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#064e3b40}.focus-within\:divide-emerald-900\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#064e3b4d}.focus-within\:divide-emerald-900\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#064e3b66}.focus-within\:divide-emerald-900\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#064e3b80}.focus-within\:divide-emerald-900\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#064e3b99}.focus-within\:divide-emerald-900\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#064e3bb3}.focus-within\:divide-emerald-900\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#064e3bbf}.focus-within\:divide-emerald-900\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#064e3bcc}.focus-within\:divide-emerald-900\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#064e3be6}.focus-within\:divide-emerald-900\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#064e3bf2}.focus-within\:divide-emerald-900\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#064e3b}.focus-within\:divide-teal-50\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdfa00}.focus-within\:divide-teal-50\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdfa0d}.focus-within\:divide-teal-50\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdfa1a}.focus-within\:divide-teal-50\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdfa33}.focus-within\:divide-teal-50\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdfa40}.focus-within\:divide-teal-50\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdfa4d}.focus-within\:divide-teal-50\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdfa66}.focus-within\:divide-teal-50\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdfa80}.focus-within\:divide-teal-50\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdfa99}.focus-within\:divide-teal-50\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdfab3}.focus-within\:divide-teal-50\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdfabf}.focus-within\:divide-teal-50\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdfacc}.focus-within\:divide-teal-50\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdfae6}.focus-within\:divide-teal-50\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdfaf2}.focus-within\:divide-teal-50\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f0fdfa}.focus-within\:divide-teal-100\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#ccfbf100}.focus-within\:divide-teal-100\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#ccfbf10d}.focus-within\:divide-teal-100\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#ccfbf11a}.focus-within\:divide-teal-100\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#ccfbf133}.focus-within\:divide-teal-100\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#ccfbf140}.focus-within\:divide-teal-100\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#ccfbf14d}.focus-within\:divide-teal-100\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#ccfbf166}.focus-within\:divide-teal-100\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#ccfbf180}.focus-within\:divide-teal-100\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#ccfbf199}.focus-within\:divide-teal-100\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#ccfbf1b3}.focus-within\:divide-teal-100\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#ccfbf1bf}.focus-within\:divide-teal-100\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#ccfbf1cc}.focus-within\:divide-teal-100\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#ccfbf1e6}.focus-within\:divide-teal-100\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#ccfbf1f2}.focus-within\:divide-teal-100\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#ccfbf1}.focus-within\:divide-teal-200\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#99f6e400}.focus-within\:divide-teal-200\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#99f6e40d}.focus-within\:divide-teal-200\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#99f6e41a}.focus-within\:divide-teal-200\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#99f6e433}.focus-within\:divide-teal-200\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#99f6e440}.focus-within\:divide-teal-200\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#99f6e44d}.focus-within\:divide-teal-200\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#99f6e466}.focus-within\:divide-teal-200\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#99f6e480}.focus-within\:divide-teal-200\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#99f6e499}.focus-within\:divide-teal-200\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#99f6e4b3}.focus-within\:divide-teal-200\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#99f6e4bf}.focus-within\:divide-teal-200\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#99f6e4cc}.focus-within\:divide-teal-200\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#99f6e4e6}.focus-within\:divide-teal-200\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#99f6e4f2}.focus-within\:divide-teal-200\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#99f6e4}.focus-within\:divide-teal-300\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#5eead400}.focus-within\:divide-teal-300\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#5eead40d}.focus-within\:divide-teal-300\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#5eead41a}.focus-within\:divide-teal-300\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#5eead433}.focus-within\:divide-teal-300\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#5eead440}.focus-within\:divide-teal-300\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#5eead44d}.focus-within\:divide-teal-300\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#5eead466}.focus-within\:divide-teal-300\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#5eead480}.focus-within\:divide-teal-300\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#5eead499}.focus-within\:divide-teal-300\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#5eead4b3}.focus-within\:divide-teal-300\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#5eead4bf}.focus-within\:divide-teal-300\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#5eead4cc}.focus-within\:divide-teal-300\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#5eead4e6}.focus-within\:divide-teal-300\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#5eead4f2}.focus-within\:divide-teal-300\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#5eead4}.focus-within\:divide-teal-400\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#2dd4bf00}.focus-within\:divide-teal-400\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#2dd4bf0d}.focus-within\:divide-teal-400\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#2dd4bf1a}.focus-within\:divide-teal-400\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#2dd4bf33}.focus-within\:divide-teal-400\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#2dd4bf40}.focus-within\:divide-teal-400\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#2dd4bf4d}.focus-within\:divide-teal-400\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#2dd4bf66}.focus-within\:divide-teal-400\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#2dd4bf80}.focus-within\:divide-teal-400\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#2dd4bf99}.focus-within\:divide-teal-400\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#2dd4bfb3}.focus-within\:divide-teal-400\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#2dd4bfbf}.focus-within\:divide-teal-400\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#2dd4bfcc}.focus-within\:divide-teal-400\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#2dd4bfe6}.focus-within\:divide-teal-400\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#2dd4bff2}.focus-within\:divide-teal-400\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#2dd4bf}.focus-within\:divide-teal-500\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#14b8a600}.focus-within\:divide-teal-500\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#14b8a60d}.focus-within\:divide-teal-500\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#14b8a61a}.focus-within\:divide-teal-500\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#14b8a633}.focus-within\:divide-teal-500\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#14b8a640}.focus-within\:divide-teal-500\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#14b8a64d}.focus-within\:divide-teal-500\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#14b8a666}.focus-within\:divide-teal-500\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#14b8a680}.focus-within\:divide-teal-500\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#14b8a699}.focus-within\:divide-teal-500\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#14b8a6b3}.focus-within\:divide-teal-500\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#14b8a6bf}.focus-within\:divide-teal-500\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#14b8a6cc}.focus-within\:divide-teal-500\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#14b8a6e6}.focus-within\:divide-teal-500\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#14b8a6f2}.focus-within\:divide-teal-500\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#14b8a6}.focus-within\:divide-teal-600\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#0d948800}.focus-within\:divide-teal-600\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#0d94880d}.focus-within\:divide-teal-600\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#0d94881a}.focus-within\:divide-teal-600\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#0d948833}.focus-within\:divide-teal-600\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#0d948840}.focus-within\:divide-teal-600\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#0d94884d}.focus-within\:divide-teal-600\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#0d948866}.focus-within\:divide-teal-600\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#0d948880}.focus-within\:divide-teal-600\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#0d948899}.focus-within\:divide-teal-600\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#0d9488b3}.focus-within\:divide-teal-600\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#0d9488bf}.focus-within\:divide-teal-600\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#0d9488cc}.focus-within\:divide-teal-600\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#0d9488e6}.focus-within\:divide-teal-600\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#0d9488f2}.focus-within\:divide-teal-600\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#0d9488}.focus-within\:divide-teal-700\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#0f766e00}.focus-within\:divide-teal-700\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#0f766e0d}.focus-within\:divide-teal-700\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#0f766e1a}.focus-within\:divide-teal-700\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#0f766e33}.focus-within\:divide-teal-700\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#0f766e40}.focus-within\:divide-teal-700\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#0f766e4d}.focus-within\:divide-teal-700\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#0f766e66}.focus-within\:divide-teal-700\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#0f766e80}.focus-within\:divide-teal-700\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#0f766e99}.focus-within\:divide-teal-700\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#0f766eb3}.focus-within\:divide-teal-700\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#0f766ebf}.focus-within\:divide-teal-700\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#0f766ecc}.focus-within\:divide-teal-700\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#0f766ee6}.focus-within\:divide-teal-700\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#0f766ef2}.focus-within\:divide-teal-700\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#0f766e}.focus-within\:divide-teal-800\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#115e5900}.focus-within\:divide-teal-800\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#115e590d}.focus-within\:divide-teal-800\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#115e591a}.focus-within\:divide-teal-800\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#115e5933}.focus-within\:divide-teal-800\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#115e5940}.focus-within\:divide-teal-800\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#115e594d}.focus-within\:divide-teal-800\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#115e5966}.focus-within\:divide-teal-800\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#115e5980}.focus-within\:divide-teal-800\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#115e5999}.focus-within\:divide-teal-800\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#115e59b3}.focus-within\:divide-teal-800\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#115e59bf}.focus-within\:divide-teal-800\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#115e59cc}.focus-within\:divide-teal-800\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#115e59e6}.focus-within\:divide-teal-800\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#115e59f2}.focus-within\:divide-teal-800\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#115e59}.focus-within\:divide-teal-900\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#134e4a00}.focus-within\:divide-teal-900\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#134e4a0d}.focus-within\:divide-teal-900\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#134e4a1a}.focus-within\:divide-teal-900\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#134e4a33}.focus-within\:divide-teal-900\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#134e4a40}.focus-within\:divide-teal-900\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#134e4a4d}.focus-within\:divide-teal-900\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#134e4a66}.focus-within\:divide-teal-900\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#134e4a80}.focus-within\:divide-teal-900\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#134e4a99}.focus-within\:divide-teal-900\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#134e4ab3}.focus-within\:divide-teal-900\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#134e4abf}.focus-within\:divide-teal-900\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#134e4acc}.focus-within\:divide-teal-900\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#134e4ae6}.focus-within\:divide-teal-900\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#134e4af2}.focus-within\:divide-teal-900\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#134e4a}.focus-within\:divide-sky-50\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f0f9ff00}.focus-within\:divide-sky-50\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f0f9ff0d}.focus-within\:divide-sky-50\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f0f9ff1a}.focus-within\:divide-sky-50\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f0f9ff33}.focus-within\:divide-sky-50\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f0f9ff40}.focus-within\:divide-sky-50\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f0f9ff4d}.focus-within\:divide-sky-50\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f0f9ff66}.focus-within\:divide-sky-50\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f0f9ff80}.focus-within\:divide-sky-50\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f0f9ff99}.focus-within\:divide-sky-50\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f0f9ffb3}.focus-within\:divide-sky-50\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f0f9ffbf}.focus-within\:divide-sky-50\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f0f9ffcc}.focus-within\:divide-sky-50\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f0f9ffe6}.focus-within\:divide-sky-50\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f0f9fff2}.focus-within\:divide-sky-50\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f0f9ff}.focus-within\:divide-sky-100\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#e0f2fe00}.focus-within\:divide-sky-100\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#e0f2fe0d}.focus-within\:divide-sky-100\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#e0f2fe1a}.focus-within\:divide-sky-100\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#e0f2fe33}.focus-within\:divide-sky-100\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#e0f2fe40}.focus-within\:divide-sky-100\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#e0f2fe4d}.focus-within\:divide-sky-100\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#e0f2fe66}.focus-within\:divide-sky-100\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#e0f2fe80}.focus-within\:divide-sky-100\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#e0f2fe99}.focus-within\:divide-sky-100\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#e0f2feb3}.focus-within\:divide-sky-100\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#e0f2febf}.focus-within\:divide-sky-100\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#e0f2fecc}.focus-within\:divide-sky-100\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#e0f2fee6}.focus-within\:divide-sky-100\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#e0f2fef2}.focus-within\:divide-sky-100\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#e0f2fe}.focus-within\:divide-sky-200\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#bae6fd00}.focus-within\:divide-sky-200\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#bae6fd0d}.focus-within\:divide-sky-200\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#bae6fd1a}.focus-within\:divide-sky-200\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#bae6fd33}.focus-within\:divide-sky-200\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#bae6fd40}.focus-within\:divide-sky-200\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#bae6fd4d}.focus-within\:divide-sky-200\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#bae6fd66}.focus-within\:divide-sky-200\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#bae6fd80}.focus-within\:divide-sky-200\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#bae6fd99}.focus-within\:divide-sky-200\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#bae6fdb3}.focus-within\:divide-sky-200\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#bae6fdbf}.focus-within\:divide-sky-200\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#bae6fdcc}.focus-within\:divide-sky-200\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#bae6fde6}.focus-within\:divide-sky-200\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#bae6fdf2}.focus-within\:divide-sky-200\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#bae6fd}.focus-within\:divide-sky-300\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#7dd3fc00}.focus-within\:divide-sky-300\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#7dd3fc0d}.focus-within\:divide-sky-300\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#7dd3fc1a}.focus-within\:divide-sky-300\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#7dd3fc33}.focus-within\:divide-sky-300\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#7dd3fc40}.focus-within\:divide-sky-300\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#7dd3fc4d}.focus-within\:divide-sky-300\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#7dd3fc66}.focus-within\:divide-sky-300\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#7dd3fc80}.focus-within\:divide-sky-300\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#7dd3fc99}.focus-within\:divide-sky-300\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#7dd3fcb3}.focus-within\:divide-sky-300\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#7dd3fcbf}.focus-within\:divide-sky-300\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#7dd3fccc}.focus-within\:divide-sky-300\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#7dd3fce6}.focus-within\:divide-sky-300\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#7dd3fcf2}.focus-within\:divide-sky-300\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#7dd3fc}.focus-within\:divide-sky-400\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#38bdf800}.focus-within\:divide-sky-400\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#38bdf80d}.focus-within\:divide-sky-400\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#38bdf81a}.focus-within\:divide-sky-400\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#38bdf833}.focus-within\:divide-sky-400\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#38bdf840}.focus-within\:divide-sky-400\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#38bdf84d}.focus-within\:divide-sky-400\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#38bdf866}.focus-within\:divide-sky-400\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#38bdf880}.focus-within\:divide-sky-400\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#38bdf899}.focus-within\:divide-sky-400\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#38bdf8b3}.focus-within\:divide-sky-400\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#38bdf8bf}.focus-within\:divide-sky-400\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#38bdf8cc}.focus-within\:divide-sky-400\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#38bdf8e6}.focus-within\:divide-sky-400\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#38bdf8f2}.focus-within\:divide-sky-400\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#38bdf8}.focus-within\:divide-sky-500\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#0ea5e900}.focus-within\:divide-sky-500\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#0ea5e90d}.focus-within\:divide-sky-500\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#0ea5e91a}.focus-within\:divide-sky-500\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#0ea5e933}.focus-within\:divide-sky-500\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#0ea5e940}.focus-within\:divide-sky-500\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#0ea5e94d}.focus-within\:divide-sky-500\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#0ea5e966}.focus-within\:divide-sky-500\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#0ea5e980}.focus-within\:divide-sky-500\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#0ea5e999}.focus-within\:divide-sky-500\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#0ea5e9b3}.focus-within\:divide-sky-500\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#0ea5e9bf}.focus-within\:divide-sky-500\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#0ea5e9cc}.focus-within\:divide-sky-500\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#0ea5e9e6}.focus-within\:divide-sky-500\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#0ea5e9f2}.focus-within\:divide-sky-500\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#0ea5e9}.focus-within\:divide-sky-600\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#0284c700}.focus-within\:divide-sky-600\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#0284c70d}.focus-within\:divide-sky-600\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#0284c71a}.focus-within\:divide-sky-600\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#0284c733}.focus-within\:divide-sky-600\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#0284c740}.focus-within\:divide-sky-600\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#0284c74d}.focus-within\:divide-sky-600\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#0284c766}.focus-within\:divide-sky-600\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#0284c780}.focus-within\:divide-sky-600\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#0284c799}.focus-within\:divide-sky-600\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#0284c7b3}.focus-within\:divide-sky-600\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#0284c7bf}.focus-within\:divide-sky-600\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#0284c7cc}.focus-within\:divide-sky-600\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#0284c7e6}.focus-within\:divide-sky-600\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#0284c7f2}.focus-within\:divide-sky-600\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#0284c7}.focus-within\:divide-sky-700\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#0369a100}.focus-within\:divide-sky-700\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#0369a10d}.focus-within\:divide-sky-700\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#0369a11a}.focus-within\:divide-sky-700\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#0369a133}.focus-within\:divide-sky-700\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#0369a140}.focus-within\:divide-sky-700\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#0369a14d}.focus-within\:divide-sky-700\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#0369a166}.focus-within\:divide-sky-700\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#0369a180}.focus-within\:divide-sky-700\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#0369a199}.focus-within\:divide-sky-700\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#0369a1b3}.focus-within\:divide-sky-700\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#0369a1bf}.focus-within\:divide-sky-700\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#0369a1cc}.focus-within\:divide-sky-700\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#0369a1e6}.focus-within\:divide-sky-700\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#0369a1f2}.focus-within\:divide-sky-700\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#0369a1}.focus-within\:divide-sky-800\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#07598500}.focus-within\:divide-sky-800\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#0759850d}.focus-within\:divide-sky-800\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#0759851a}.focus-within\:divide-sky-800\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#07598533}.focus-within\:divide-sky-800\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#07598540}.focus-within\:divide-sky-800\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#0759854d}.focus-within\:divide-sky-800\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#07598566}.focus-within\:divide-sky-800\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#07598580}.focus-within\:divide-sky-800\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#07598599}.focus-within\:divide-sky-800\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#075985b3}.focus-within\:divide-sky-800\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#075985bf}.focus-within\:divide-sky-800\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#075985cc}.focus-within\:divide-sky-800\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#075985e6}.focus-within\:divide-sky-800\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#075985f2}.focus-within\:divide-sky-800\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#075985}.focus-within\:divide-sky-900\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#0c4a6e00}.focus-within\:divide-sky-900\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#0c4a6e0d}.focus-within\:divide-sky-900\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#0c4a6e1a}.focus-within\:divide-sky-900\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#0c4a6e33}.focus-within\:divide-sky-900\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#0c4a6e40}.focus-within\:divide-sky-900\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#0c4a6e4d}.focus-within\:divide-sky-900\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#0c4a6e66}.focus-within\:divide-sky-900\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#0c4a6e80}.focus-within\:divide-sky-900\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#0c4a6e99}.focus-within\:divide-sky-900\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#0c4a6eb3}.focus-within\:divide-sky-900\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#0c4a6ebf}.focus-within\:divide-sky-900\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#0c4a6ecc}.focus-within\:divide-sky-900\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#0c4a6ee6}.focus-within\:divide-sky-900\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#0c4a6ef2}.focus-within\:divide-sky-900\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#0c4a6e}.focus-within\:divide-blue-50\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#eff6ff00}.focus-within\:divide-blue-50\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#eff6ff0d}.focus-within\:divide-blue-50\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#eff6ff1a}.focus-within\:divide-blue-50\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#eff6ff33}.focus-within\:divide-blue-50\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#eff6ff40}.focus-within\:divide-blue-50\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#eff6ff4d}.focus-within\:divide-blue-50\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#eff6ff66}.focus-within\:divide-blue-50\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#eff6ff80}.focus-within\:divide-blue-50\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#eff6ff99}.focus-within\:divide-blue-50\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#eff6ffb3}.focus-within\:divide-blue-50\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#eff6ffbf}.focus-within\:divide-blue-50\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#eff6ffcc}.focus-within\:divide-blue-50\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#eff6ffe6}.focus-within\:divide-blue-50\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#eff6fff2}.focus-within\:divide-blue-50\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#eff6ff}.focus-within\:divide-blue-100\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fd00}.focus-within\:divide-blue-100\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fd0d}.focus-within\:divide-blue-100\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fd1a}.focus-within\:divide-blue-100\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fd33}.focus-within\:divide-blue-100\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fd40}.focus-within\:divide-blue-100\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fd4d}.focus-within\:divide-blue-100\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fd66}.focus-within\:divide-blue-100\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fd80}.focus-within\:divide-blue-100\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fd99}.focus-within\:divide-blue-100\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fdb3}.focus-within\:divide-blue-100\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fdbf}.focus-within\:divide-blue-100\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fdcc}.focus-within\:divide-blue-100\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fde6}.focus-within\:divide-blue-100\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fdf2}.focus-within\:divide-blue-100\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fd}.focus-within\:divide-blue-200\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#e4e8fb00}.focus-within\:divide-blue-200\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#e4e8fb0d}.focus-within\:divide-blue-200\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#e4e8fb1a}.focus-within\:divide-blue-200\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#e4e8fb33}.focus-within\:divide-blue-200\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#e4e8fb40}.focus-within\:divide-blue-200\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#e4e8fb4d}.focus-within\:divide-blue-200\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#e4e8fb66}.focus-within\:divide-blue-200\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#e4e8fb80}.focus-within\:divide-blue-200\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#e4e8fb99}.focus-within\:divide-blue-200\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#e4e8fbb3}.focus-within\:divide-blue-200\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#e4e8fbbf}.focus-within\:divide-blue-200\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#e4e8fbcc}.focus-within\:divide-blue-200\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#e4e8fbe6}.focus-within\:divide-blue-200\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#e4e8fbf2}.focus-within\:divide-blue-200\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#e4e8fb}.focus-within\:divide-blue-300\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#c6cff700}.focus-within\:divide-blue-300\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#c6cff70d}.focus-within\:divide-blue-300\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#c6cff71a}.focus-within\:divide-blue-300\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#c6cff733}.focus-within\:divide-blue-300\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#c6cff740}.focus-within\:divide-blue-300\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#c6cff74d}.focus-within\:divide-blue-300\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#c6cff766}.focus-within\:divide-blue-300\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#c6cff780}.focus-within\:divide-blue-300\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#c6cff799}.focus-within\:divide-blue-300\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#c6cff7b3}.focus-within\:divide-blue-300\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#c6cff7bf}.focus-within\:divide-blue-300\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#c6cff7cc}.focus-within\:divide-blue-300\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#c6cff7e6}.focus-within\:divide-blue-300\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#c6cff7f2}.focus-within\:divide-blue-300\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#c6cff7}.focus-within\:divide-blue-400\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#a3b2f300}.focus-within\:divide-blue-400\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#a3b2f30d}.focus-within\:divide-blue-400\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#a3b2f31a}.focus-within\:divide-blue-400\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#a3b2f333}.focus-within\:divide-blue-400\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#a3b2f340}.focus-within\:divide-blue-400\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#a3b2f34d}.focus-within\:divide-blue-400\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#a3b2f366}.focus-within\:divide-blue-400\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#a3b2f380}.focus-within\:divide-blue-400\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#a3b2f399}.focus-within\:divide-blue-400\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#a3b2f3b3}.focus-within\:divide-blue-400\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#a3b2f3bf}.focus-within\:divide-blue-400\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#a3b2f3cc}.focus-within\:divide-blue-400\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#a3b2f3e6}.focus-within\:divide-blue-400\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#a3b2f3f2}.focus-within\:divide-blue-400\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#a3b2f3}.focus-within\:divide-blue-500\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#7690ef00}.focus-within\:divide-blue-500\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#7690ef0d}.focus-within\:divide-blue-500\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#7690ef1a}.focus-within\:divide-blue-500\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#7690ef33}.focus-within\:divide-blue-500\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#7690ef40}.focus-within\:divide-blue-500\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#7690ef4d}.focus-within\:divide-blue-500\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#7690ef66}.focus-within\:divide-blue-500\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#7690ef80}.focus-within\:divide-blue-500\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#7690ef99}.focus-within\:divide-blue-500\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#7690efb3}.focus-within\:divide-blue-500\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#7690efbf}.focus-within\:divide-blue-500\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#7690efcc}.focus-within\:divide-blue-500\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#7690efe6}.focus-within\:divide-blue-500\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#7690eff2}.focus-within\:divide-blue-500\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#7690ef}.focus-within\:divide-blue-600\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#2563eb00}.focus-within\:divide-blue-600\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#2563eb0d}.focus-within\:divide-blue-600\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#2563eb1a}.focus-within\:divide-blue-600\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#2563eb33}.focus-within\:divide-blue-600\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#2563eb40}.focus-within\:divide-blue-600\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#2563eb4d}.focus-within\:divide-blue-600\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#2563eb66}.focus-within\:divide-blue-600\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#2563eb80}.focus-within\:divide-blue-600\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#2563eb99}.focus-within\:divide-blue-600\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#2563ebb3}.focus-within\:divide-blue-600\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#2563ebbf}.focus-within\:divide-blue-600\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#2563ebcc}.focus-within\:divide-blue-600\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#2563ebe6}.focus-within\:divide-blue-600\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#2563ebf2}.focus-within\:divide-blue-600\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#2563eb}.focus-within\:divide-blue-700\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d200}.focus-within\:divide-blue-700\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d20d}.focus-within\:divide-blue-700\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d21a}.focus-within\:divide-blue-700\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d233}.focus-within\:divide-blue-700\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d240}.focus-within\:divide-blue-700\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d24d}.focus-within\:divide-blue-700\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d266}.focus-within\:divide-blue-700\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d280}.focus-within\:divide-blue-700\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d299}.focus-within\:divide-blue-700\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d2b3}.focus-within\:divide-blue-700\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d2bf}.focus-within\:divide-blue-700\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d2cc}.focus-within\:divide-blue-700\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d2e6}.focus-within\:divide-blue-700\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d2f2}.focus-within\:divide-blue-700\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d2}.focus-within\:divide-blue-800\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#1c4cb600}.focus-within\:divide-blue-800\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#1c4cb60d}.focus-within\:divide-blue-800\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#1c4cb61a}.focus-within\:divide-blue-800\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#1c4cb633}.focus-within\:divide-blue-800\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#1c4cb640}.focus-within\:divide-blue-800\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#1c4cb64d}.focus-within\:divide-blue-800\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#1c4cb666}.focus-within\:divide-blue-800\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#1c4cb680}.focus-within\:divide-blue-800\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#1c4cb699}.focus-within\:divide-blue-800\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#1c4cb6b3}.focus-within\:divide-blue-800\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#1c4cb6bf}.focus-within\:divide-blue-800\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#1c4cb6cc}.focus-within\:divide-blue-800\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#1c4cb6e6}.focus-within\:divide-blue-800\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#1c4cb6f2}.focus-within\:divide-blue-800\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#1c4cb6}.focus-within\:divide-blue-900\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#173e9400}.focus-within\:divide-blue-900\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#173e940d}.focus-within\:divide-blue-900\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#173e941a}.focus-within\:divide-blue-900\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#173e9433}.focus-within\:divide-blue-900\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#173e9440}.focus-within\:divide-blue-900\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#173e944d}.focus-within\:divide-blue-900\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#173e9466}.focus-within\:divide-blue-900\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#173e9480}.focus-within\:divide-blue-900\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#173e9499}.focus-within\:divide-blue-900\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#173e94b3}.focus-within\:divide-blue-900\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#173e94bf}.focus-within\:divide-blue-900\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#173e94cc}.focus-within\:divide-blue-900\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#173e94e6}.focus-within\:divide-blue-900\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#173e94f2}.focus-within\:divide-blue-900\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#173e94}.focus-within\:divide-indigo-50\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#eef2ff00}.focus-within\:divide-indigo-50\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#eef2ff0d}.focus-within\:divide-indigo-50\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#eef2ff1a}.focus-within\:divide-indigo-50\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#eef2ff33}.focus-within\:divide-indigo-50\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#eef2ff40}.focus-within\:divide-indigo-50\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#eef2ff4d}.focus-within\:divide-indigo-50\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#eef2ff66}.focus-within\:divide-indigo-50\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#eef2ff80}.focus-within\:divide-indigo-50\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#eef2ff99}.focus-within\:divide-indigo-50\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#eef2ffb3}.focus-within\:divide-indigo-50\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#eef2ffbf}.focus-within\:divide-indigo-50\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#eef2ffcc}.focus-within\:divide-indigo-50\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#eef2ffe6}.focus-within\:divide-indigo-50\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#eef2fff2}.focus-within\:divide-indigo-50\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#eef2ff}.focus-within\:divide-indigo-100\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#e0e7ff00}.focus-within\:divide-indigo-100\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#e0e7ff0d}.focus-within\:divide-indigo-100\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#e0e7ff1a}.focus-within\:divide-indigo-100\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#e0e7ff33}.focus-within\:divide-indigo-100\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#e0e7ff40}.focus-within\:divide-indigo-100\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#e0e7ff4d}.focus-within\:divide-indigo-100\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#e0e7ff66}.focus-within\:divide-indigo-100\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#e0e7ff80}.focus-within\:divide-indigo-100\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#e0e7ff99}.focus-within\:divide-indigo-100\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#e0e7ffb3}.focus-within\:divide-indigo-100\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#e0e7ffbf}.focus-within\:divide-indigo-100\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#e0e7ffcc}.focus-within\:divide-indigo-100\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#e0e7ffe6}.focus-within\:divide-indigo-100\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#e0e7fff2}.focus-within\:divide-indigo-100\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#e0e7ff}.focus-within\:divide-indigo-200\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#c7d2fe00}.focus-within\:divide-indigo-200\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#c7d2fe0d}.focus-within\:divide-indigo-200\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#c7d2fe1a}.focus-within\:divide-indigo-200\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#c7d2fe33}.focus-within\:divide-indigo-200\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#c7d2fe40}.focus-within\:divide-indigo-200\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#c7d2fe4d}.focus-within\:divide-indigo-200\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#c7d2fe66}.focus-within\:divide-indigo-200\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#c7d2fe80}.focus-within\:divide-indigo-200\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#c7d2fe99}.focus-within\:divide-indigo-200\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#c7d2feb3}.focus-within\:divide-indigo-200\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#c7d2febf}.focus-within\:divide-indigo-200\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#c7d2fecc}.focus-within\:divide-indigo-200\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#c7d2fee6}.focus-within\:divide-indigo-200\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#c7d2fef2}.focus-within\:divide-indigo-200\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#c7d2fe}.focus-within\:divide-indigo-300\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#a5b4fc00}.focus-within\:divide-indigo-300\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#a5b4fc0d}.focus-within\:divide-indigo-300\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#a5b4fc1a}.focus-within\:divide-indigo-300\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#a5b4fc33}.focus-within\:divide-indigo-300\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#a5b4fc40}.focus-within\:divide-indigo-300\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#a5b4fc4d}.focus-within\:divide-indigo-300\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#a5b4fc66}.focus-within\:divide-indigo-300\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#a5b4fc80}.focus-within\:divide-indigo-300\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#a5b4fc99}.focus-within\:divide-indigo-300\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#a5b4fcb3}.focus-within\:divide-indigo-300\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#a5b4fcbf}.focus-within\:divide-indigo-300\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#a5b4fccc}.focus-within\:divide-indigo-300\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#a5b4fce6}.focus-within\:divide-indigo-300\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#a5b4fcf2}.focus-within\:divide-indigo-300\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#a5b4fc}.focus-within\:divide-indigo-400\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#818cf800}.focus-within\:divide-indigo-400\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#818cf80d}.focus-within\:divide-indigo-400\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#818cf81a}.focus-within\:divide-indigo-400\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#818cf833}.focus-within\:divide-indigo-400\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#818cf840}.focus-within\:divide-indigo-400\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#818cf84d}.focus-within\:divide-indigo-400\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#818cf866}.focus-within\:divide-indigo-400\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#818cf880}.focus-within\:divide-indigo-400\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#818cf899}.focus-within\:divide-indigo-400\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#818cf8b3}.focus-within\:divide-indigo-400\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#818cf8bf}.focus-within\:divide-indigo-400\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#818cf8cc}.focus-within\:divide-indigo-400\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#818cf8e6}.focus-within\:divide-indigo-400\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#818cf8f2}.focus-within\:divide-indigo-400\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#818cf8}.focus-within\:divide-indigo-500\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#6366f100}.focus-within\:divide-indigo-500\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#6366f10d}.focus-within\:divide-indigo-500\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#6366f11a}.focus-within\:divide-indigo-500\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#6366f133}.focus-within\:divide-indigo-500\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#6366f140}.focus-within\:divide-indigo-500\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#6366f14d}.focus-within\:divide-indigo-500\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#6366f166}.focus-within\:divide-indigo-500\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#6366f180}.focus-within\:divide-indigo-500\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#6366f199}.focus-within\:divide-indigo-500\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#6366f1b3}.focus-within\:divide-indigo-500\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#6366f1bf}.focus-within\:divide-indigo-500\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#6366f1cc}.focus-within\:divide-indigo-500\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#6366f1e6}.focus-within\:divide-indigo-500\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#6366f1f2}.focus-within\:divide-indigo-500\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#6366f1}.focus-within\:divide-indigo-600\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#4f46e500}.focus-within\:divide-indigo-600\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#4f46e50d}.focus-within\:divide-indigo-600\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#4f46e51a}.focus-within\:divide-indigo-600\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#4f46e533}.focus-within\:divide-indigo-600\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#4f46e540}.focus-within\:divide-indigo-600\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#4f46e54d}.focus-within\:divide-indigo-600\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#4f46e566}.focus-within\:divide-indigo-600\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#4f46e580}.focus-within\:divide-indigo-600\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#4f46e599}.focus-within\:divide-indigo-600\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#4f46e5b3}.focus-within\:divide-indigo-600\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#4f46e5bf}.focus-within\:divide-indigo-600\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#4f46e5cc}.focus-within\:divide-indigo-600\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#4f46e5e6}.focus-within\:divide-indigo-600\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#4f46e5f2}.focus-within\:divide-indigo-600\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#4f46e5}.focus-within\:divide-indigo-700\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#4338ca00}.focus-within\:divide-indigo-700\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#4338ca0d}.focus-within\:divide-indigo-700\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#4338ca1a}.focus-within\:divide-indigo-700\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#4338ca33}.focus-within\:divide-indigo-700\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#4338ca40}.focus-within\:divide-indigo-700\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#4338ca4d}.focus-within\:divide-indigo-700\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#4338ca66}.focus-within\:divide-indigo-700\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#4338ca80}.focus-within\:divide-indigo-700\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#4338ca99}.focus-within\:divide-indigo-700\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#4338cab3}.focus-within\:divide-indigo-700\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#4338cabf}.focus-within\:divide-indigo-700\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#4338cacc}.focus-within\:divide-indigo-700\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#4338cae6}.focus-within\:divide-indigo-700\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#4338caf2}.focus-within\:divide-indigo-700\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#4338ca}.focus-within\:divide-indigo-800\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#3730a300}.focus-within\:divide-indigo-800\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#3730a30d}.focus-within\:divide-indigo-800\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#3730a31a}.focus-within\:divide-indigo-800\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#3730a333}.focus-within\:divide-indigo-800\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#3730a340}.focus-within\:divide-indigo-800\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#3730a34d}.focus-within\:divide-indigo-800\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#3730a366}.focus-within\:divide-indigo-800\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#3730a380}.focus-within\:divide-indigo-800\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#3730a399}.focus-within\:divide-indigo-800\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#3730a3b3}.focus-within\:divide-indigo-800\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#3730a3bf}.focus-within\:divide-indigo-800\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#3730a3cc}.focus-within\:divide-indigo-800\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#3730a3e6}.focus-within\:divide-indigo-800\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#3730a3f2}.focus-within\:divide-indigo-800\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#3730a3}.focus-within\:divide-indigo-900\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#312e8100}.focus-within\:divide-indigo-900\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#312e810d}.focus-within\:divide-indigo-900\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#312e811a}.focus-within\:divide-indigo-900\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#312e8133}.focus-within\:divide-indigo-900\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#312e8140}.focus-within\:divide-indigo-900\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#312e814d}.focus-within\:divide-indigo-900\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#312e8166}.focus-within\:divide-indigo-900\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#312e8180}.focus-within\:divide-indigo-900\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#312e8199}.focus-within\:divide-indigo-900\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#312e81b3}.focus-within\:divide-indigo-900\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#312e81bf}.focus-within\:divide-indigo-900\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#312e81cc}.focus-within\:divide-indigo-900\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#312e81e6}.focus-within\:divide-indigo-900\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#312e81f2}.focus-within\:divide-indigo-900\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#312e81}.focus-within\:divide-violet-50\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f5f3ff00}.focus-within\:divide-violet-50\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f5f3ff0d}.focus-within\:divide-violet-50\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f5f3ff1a}.focus-within\:divide-violet-50\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f5f3ff33}.focus-within\:divide-violet-50\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f5f3ff40}.focus-within\:divide-violet-50\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f5f3ff4d}.focus-within\:divide-violet-50\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f5f3ff66}.focus-within\:divide-violet-50\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f5f3ff80}.focus-within\:divide-violet-50\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f5f3ff99}.focus-within\:divide-violet-50\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f5f3ffb3}.focus-within\:divide-violet-50\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f5f3ffbf}.focus-within\:divide-violet-50\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f5f3ffcc}.focus-within\:divide-violet-50\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f5f3ffe6}.focus-within\:divide-violet-50\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f5f3fff2}.focus-within\:divide-violet-50\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f5f3ff}.focus-within\:divide-violet-100\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#ede9fe00}.focus-within\:divide-violet-100\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#ede9fe0d}.focus-within\:divide-violet-100\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#ede9fe1a}.focus-within\:divide-violet-100\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#ede9fe33}.focus-within\:divide-violet-100\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#ede9fe40}.focus-within\:divide-violet-100\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#ede9fe4d}.focus-within\:divide-violet-100\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#ede9fe66}.focus-within\:divide-violet-100\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#ede9fe80}.focus-within\:divide-violet-100\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#ede9fe99}.focus-within\:divide-violet-100\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#ede9feb3}.focus-within\:divide-violet-100\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#ede9febf}.focus-within\:divide-violet-100\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#ede9fecc}.focus-within\:divide-violet-100\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#ede9fee6}.focus-within\:divide-violet-100\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#ede9fef2}.focus-within\:divide-violet-100\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#ede9fe}.focus-within\:divide-violet-200\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#ddd6fe00}.focus-within\:divide-violet-200\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#ddd6fe0d}.focus-within\:divide-violet-200\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#ddd6fe1a}.focus-within\:divide-violet-200\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#ddd6fe33}.focus-within\:divide-violet-200\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#ddd6fe40}.focus-within\:divide-violet-200\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#ddd6fe4d}.focus-within\:divide-violet-200\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#ddd6fe66}.focus-within\:divide-violet-200\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#ddd6fe80}.focus-within\:divide-violet-200\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#ddd6fe99}.focus-within\:divide-violet-200\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#ddd6feb3}.focus-within\:divide-violet-200\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#ddd6febf}.focus-within\:divide-violet-200\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#ddd6fecc}.focus-within\:divide-violet-200\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#ddd6fee6}.focus-within\:divide-violet-200\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#ddd6fef2}.focus-within\:divide-violet-200\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#ddd6fe}.focus-within\:divide-violet-300\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#c4b5fd00}.focus-within\:divide-violet-300\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#c4b5fd0d}.focus-within\:divide-violet-300\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#c4b5fd1a}.focus-within\:divide-violet-300\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#c4b5fd33}.focus-within\:divide-violet-300\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#c4b5fd40}.focus-within\:divide-violet-300\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#c4b5fd4d}.focus-within\:divide-violet-300\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#c4b5fd66}.focus-within\:divide-violet-300\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#c4b5fd80}.focus-within\:divide-violet-300\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#c4b5fd99}.focus-within\:divide-violet-300\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#c4b5fdb3}.focus-within\:divide-violet-300\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#c4b5fdbf}.focus-within\:divide-violet-300\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#c4b5fdcc}.focus-within\:divide-violet-300\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#c4b5fde6}.focus-within\:divide-violet-300\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#c4b5fdf2}.focus-within\:divide-violet-300\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#c4b5fd}.focus-within\:divide-violet-400\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa00}.focus-within\:divide-violet-400\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa0d}.focus-within\:divide-violet-400\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa1a}.focus-within\:divide-violet-400\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa33}.focus-within\:divide-violet-400\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa40}.focus-within\:divide-violet-400\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa4d}.focus-within\:divide-violet-400\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa66}.focus-within\:divide-violet-400\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa80}.focus-within\:divide-violet-400\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa99}.focus-within\:divide-violet-400\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfab3}.focus-within\:divide-violet-400\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfabf}.focus-within\:divide-violet-400\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfacc}.focus-within\:divide-violet-400\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfae6}.focus-within\:divide-violet-400\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfaf2}.focus-within\:divide-violet-400\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa}.focus-within\:divide-violet-500\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#8b5cf600}.focus-within\:divide-violet-500\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#8b5cf60d}.focus-within\:divide-violet-500\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#8b5cf61a}.focus-within\:divide-violet-500\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#8b5cf633}.focus-within\:divide-violet-500\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#8b5cf640}.focus-within\:divide-violet-500\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#8b5cf64d}.focus-within\:divide-violet-500\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#8b5cf666}.focus-within\:divide-violet-500\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#8b5cf680}.focus-within\:divide-violet-500\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#8b5cf699}.focus-within\:divide-violet-500\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#8b5cf6b3}.focus-within\:divide-violet-500\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#8b5cf6bf}.focus-within\:divide-violet-500\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#8b5cf6cc}.focus-within\:divide-violet-500\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#8b5cf6e6}.focus-within\:divide-violet-500\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#8b5cf6f2}.focus-within\:divide-violet-500\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#8b5cf6}.focus-within\:divide-violet-600\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#7c3aed00}.focus-within\:divide-violet-600\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#7c3aed0d}.focus-within\:divide-violet-600\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#7c3aed1a}.focus-within\:divide-violet-600\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#7c3aed33}.focus-within\:divide-violet-600\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#7c3aed40}.focus-within\:divide-violet-600\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#7c3aed4d}.focus-within\:divide-violet-600\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#7c3aed66}.focus-within\:divide-violet-600\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#7c3aed80}.focus-within\:divide-violet-600\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#7c3aed99}.focus-within\:divide-violet-600\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#7c3aedb3}.focus-within\:divide-violet-600\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#7c3aedbf}.focus-within\:divide-violet-600\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#7c3aedcc}.focus-within\:divide-violet-600\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#7c3aede6}.focus-within\:divide-violet-600\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#7c3aedf2}.focus-within\:divide-violet-600\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#7c3aed}.focus-within\:divide-violet-700\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#6d28d900}.focus-within\:divide-violet-700\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#6d28d90d}.focus-within\:divide-violet-700\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#6d28d91a}.focus-within\:divide-violet-700\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#6d28d933}.focus-within\:divide-violet-700\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#6d28d940}.focus-within\:divide-violet-700\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#6d28d94d}.focus-within\:divide-violet-700\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#6d28d966}.focus-within\:divide-violet-700\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#6d28d980}.focus-within\:divide-violet-700\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#6d28d999}.focus-within\:divide-violet-700\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#6d28d9b3}.focus-within\:divide-violet-700\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#6d28d9bf}.focus-within\:divide-violet-700\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#6d28d9cc}.focus-within\:divide-violet-700\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#6d28d9e6}.focus-within\:divide-violet-700\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#6d28d9f2}.focus-within\:divide-violet-700\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#6d28d9}.focus-within\:divide-violet-800\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#5b21b600}.focus-within\:divide-violet-800\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#5b21b60d}.focus-within\:divide-violet-800\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#5b21b61a}.focus-within\:divide-violet-800\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#5b21b633}.focus-within\:divide-violet-800\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#5b21b640}.focus-within\:divide-violet-800\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#5b21b64d}.focus-within\:divide-violet-800\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#5b21b666}.focus-within\:divide-violet-800\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#5b21b680}.focus-within\:divide-violet-800\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#5b21b699}.focus-within\:divide-violet-800\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#5b21b6b3}.focus-within\:divide-violet-800\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#5b21b6bf}.focus-within\:divide-violet-800\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#5b21b6cc}.focus-within\:divide-violet-800\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#5b21b6e6}.focus-within\:divide-violet-800\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#5b21b6f2}.focus-within\:divide-violet-800\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#5b21b6}.focus-within\:divide-violet-900\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#4c1d9500}.focus-within\:divide-violet-900\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#4c1d950d}.focus-within\:divide-violet-900\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#4c1d951a}.focus-within\:divide-violet-900\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#4c1d9533}.focus-within\:divide-violet-900\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#4c1d9540}.focus-within\:divide-violet-900\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#4c1d954d}.focus-within\:divide-violet-900\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#4c1d9566}.focus-within\:divide-violet-900\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#4c1d9580}.focus-within\:divide-violet-900\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#4c1d9599}.focus-within\:divide-violet-900\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#4c1d95b3}.focus-within\:divide-violet-900\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#4c1d95bf}.focus-within\:divide-violet-900\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#4c1d95cc}.focus-within\:divide-violet-900\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#4c1d95e6}.focus-within\:divide-violet-900\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#4c1d95f2}.focus-within\:divide-violet-900\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#4c1d95}.focus-within\:divide-fuchsia-50\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf4ff00}.focus-within\:divide-fuchsia-50\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf4ff0d}.focus-within\:divide-fuchsia-50\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf4ff1a}.focus-within\:divide-fuchsia-50\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf4ff33}.focus-within\:divide-fuchsia-50\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf4ff40}.focus-within\:divide-fuchsia-50\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf4ff4d}.focus-within\:divide-fuchsia-50\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf4ff66}.focus-within\:divide-fuchsia-50\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf4ff80}.focus-within\:divide-fuchsia-50\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf4ff99}.focus-within\:divide-fuchsia-50\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf4ffb3}.focus-within\:divide-fuchsia-50\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf4ffbf}.focus-within\:divide-fuchsia-50\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf4ffcc}.focus-within\:divide-fuchsia-50\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf4ffe6}.focus-within\:divide-fuchsia-50\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf4fff2}.focus-within\:divide-fuchsia-50\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf4ff}.focus-within\:divide-fuchsia-100\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fae8ff00}.focus-within\:divide-fuchsia-100\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fae8ff0d}.focus-within\:divide-fuchsia-100\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fae8ff1a}.focus-within\:divide-fuchsia-100\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fae8ff33}.focus-within\:divide-fuchsia-100\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fae8ff40}.focus-within\:divide-fuchsia-100\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fae8ff4d}.focus-within\:divide-fuchsia-100\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fae8ff66}.focus-within\:divide-fuchsia-100\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fae8ff80}.focus-within\:divide-fuchsia-100\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fae8ff99}.focus-within\:divide-fuchsia-100\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fae8ffb3}.focus-within\:divide-fuchsia-100\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fae8ffbf}.focus-within\:divide-fuchsia-100\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fae8ffcc}.focus-within\:divide-fuchsia-100\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fae8ffe6}.focus-within\:divide-fuchsia-100\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fae8fff2}.focus-within\:divide-fuchsia-100\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fae8ff}.focus-within\:divide-fuchsia-200\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f5d0fe00}.focus-within\:divide-fuchsia-200\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f5d0fe0d}.focus-within\:divide-fuchsia-200\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f5d0fe1a}.focus-within\:divide-fuchsia-200\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f5d0fe33}.focus-within\:divide-fuchsia-200\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f5d0fe40}.focus-within\:divide-fuchsia-200\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f5d0fe4d}.focus-within\:divide-fuchsia-200\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f5d0fe66}.focus-within\:divide-fuchsia-200\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f5d0fe80}.focus-within\:divide-fuchsia-200\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f5d0fe99}.focus-within\:divide-fuchsia-200\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f5d0feb3}.focus-within\:divide-fuchsia-200\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f5d0febf}.focus-within\:divide-fuchsia-200\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f5d0fecc}.focus-within\:divide-fuchsia-200\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f5d0fee6}.focus-within\:divide-fuchsia-200\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f5d0fef2}.focus-within\:divide-fuchsia-200\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f5d0fe}.focus-within\:divide-fuchsia-300\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f0abfc00}.focus-within\:divide-fuchsia-300\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f0abfc0d}.focus-within\:divide-fuchsia-300\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f0abfc1a}.focus-within\:divide-fuchsia-300\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f0abfc33}.focus-within\:divide-fuchsia-300\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f0abfc40}.focus-within\:divide-fuchsia-300\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f0abfc4d}.focus-within\:divide-fuchsia-300\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f0abfc66}.focus-within\:divide-fuchsia-300\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f0abfc80}.focus-within\:divide-fuchsia-300\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f0abfc99}.focus-within\:divide-fuchsia-300\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f0abfcb3}.focus-within\:divide-fuchsia-300\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f0abfcbf}.focus-within\:divide-fuchsia-300\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f0abfccc}.focus-within\:divide-fuchsia-300\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f0abfce6}.focus-within\:divide-fuchsia-300\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f0abfcf2}.focus-within\:divide-fuchsia-300\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f0abfc}.focus-within\:divide-fuchsia-400\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#e879f900}.focus-within\:divide-fuchsia-400\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#e879f90d}.focus-within\:divide-fuchsia-400\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#e879f91a}.focus-within\:divide-fuchsia-400\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#e879f933}.focus-within\:divide-fuchsia-400\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#e879f940}.focus-within\:divide-fuchsia-400\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#e879f94d}.focus-within\:divide-fuchsia-400\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#e879f966}.focus-within\:divide-fuchsia-400\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#e879f980}.focus-within\:divide-fuchsia-400\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#e879f999}.focus-within\:divide-fuchsia-400\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#e879f9b3}.focus-within\:divide-fuchsia-400\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#e879f9bf}.focus-within\:divide-fuchsia-400\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#e879f9cc}.focus-within\:divide-fuchsia-400\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#e879f9e6}.focus-within\:divide-fuchsia-400\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#e879f9f2}.focus-within\:divide-fuchsia-400\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#e879f9}.focus-within\:divide-fuchsia-500\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#d946ef00}.focus-within\:divide-fuchsia-500\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#d946ef0d}.focus-within\:divide-fuchsia-500\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#d946ef1a}.focus-within\:divide-fuchsia-500\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#d946ef33}.focus-within\:divide-fuchsia-500\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#d946ef40}.focus-within\:divide-fuchsia-500\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#d946ef4d}.focus-within\:divide-fuchsia-500\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#d946ef66}.focus-within\:divide-fuchsia-500\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#d946ef80}.focus-within\:divide-fuchsia-500\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#d946ef99}.focus-within\:divide-fuchsia-500\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#d946efb3}.focus-within\:divide-fuchsia-500\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#d946efbf}.focus-within\:divide-fuchsia-500\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#d946efcc}.focus-within\:divide-fuchsia-500\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#d946efe6}.focus-within\:divide-fuchsia-500\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#d946eff2}.focus-within\:divide-fuchsia-500\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#d946ef}.focus-within\:divide-fuchsia-600\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#c026d300}.focus-within\:divide-fuchsia-600\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#c026d30d}.focus-within\:divide-fuchsia-600\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#c026d31a}.focus-within\:divide-fuchsia-600\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#c026d333}.focus-within\:divide-fuchsia-600\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#c026d340}.focus-within\:divide-fuchsia-600\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#c026d34d}.focus-within\:divide-fuchsia-600\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#c026d366}.focus-within\:divide-fuchsia-600\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#c026d380}.focus-within\:divide-fuchsia-600\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#c026d399}.focus-within\:divide-fuchsia-600\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#c026d3b3}.focus-within\:divide-fuchsia-600\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#c026d3bf}.focus-within\:divide-fuchsia-600\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#c026d3cc}.focus-within\:divide-fuchsia-600\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#c026d3e6}.focus-within\:divide-fuchsia-600\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#c026d3f2}.focus-within\:divide-fuchsia-600\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#c026d3}.focus-within\:divide-fuchsia-700\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#a21caf00}.focus-within\:divide-fuchsia-700\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#a21caf0d}.focus-within\:divide-fuchsia-700\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#a21caf1a}.focus-within\:divide-fuchsia-700\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#a21caf33}.focus-within\:divide-fuchsia-700\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#a21caf40}.focus-within\:divide-fuchsia-700\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#a21caf4d}.focus-within\:divide-fuchsia-700\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#a21caf66}.focus-within\:divide-fuchsia-700\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#a21caf80}.focus-within\:divide-fuchsia-700\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#a21caf99}.focus-within\:divide-fuchsia-700\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#a21cafb3}.focus-within\:divide-fuchsia-700\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#a21cafbf}.focus-within\:divide-fuchsia-700\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#a21cafcc}.focus-within\:divide-fuchsia-700\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#a21cafe6}.focus-within\:divide-fuchsia-700\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#a21caff2}.focus-within\:divide-fuchsia-700\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#a21caf}.focus-within\:divide-fuchsia-800\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#86198f00}.focus-within\:divide-fuchsia-800\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#86198f0d}.focus-within\:divide-fuchsia-800\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#86198f1a}.focus-within\:divide-fuchsia-800\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#86198f33}.focus-within\:divide-fuchsia-800\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#86198f40}.focus-within\:divide-fuchsia-800\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#86198f4d}.focus-within\:divide-fuchsia-800\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#86198f66}.focus-within\:divide-fuchsia-800\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#86198f80}.focus-within\:divide-fuchsia-800\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#86198f99}.focus-within\:divide-fuchsia-800\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#86198fb3}.focus-within\:divide-fuchsia-800\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#86198fbf}.focus-within\:divide-fuchsia-800\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#86198fcc}.focus-within\:divide-fuchsia-800\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#86198fe6}.focus-within\:divide-fuchsia-800\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#86198ff2}.focus-within\:divide-fuchsia-800\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#86198f}.focus-within\:divide-fuchsia-900\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#701a7500}.focus-within\:divide-fuchsia-900\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#701a750d}.focus-within\:divide-fuchsia-900\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#701a751a}.focus-within\:divide-fuchsia-900\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#701a7533}.focus-within\:divide-fuchsia-900\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#701a7540}.focus-within\:divide-fuchsia-900\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#701a754d}.focus-within\:divide-fuchsia-900\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#701a7566}.focus-within\:divide-fuchsia-900\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#701a7580}.focus-within\:divide-fuchsia-900\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#701a7599}.focus-within\:divide-fuchsia-900\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#701a75b3}.focus-within\:divide-fuchsia-900\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#701a75bf}.focus-within\:divide-fuchsia-900\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#701a75cc}.focus-within\:divide-fuchsia-900\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#701a75e6}.focus-within\:divide-fuchsia-900\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#701a75f2}.focus-within\:divide-fuchsia-900\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#701a75}.focus-within\:divide-pink-50\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf2f800}.focus-within\:divide-pink-50\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf2f80d}.focus-within\:divide-pink-50\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf2f81a}.focus-within\:divide-pink-50\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf2f833}.focus-within\:divide-pink-50\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf2f840}.focus-within\:divide-pink-50\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf2f84d}.focus-within\:divide-pink-50\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf2f866}.focus-within\:divide-pink-50\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf2f880}.focus-within\:divide-pink-50\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf2f899}.focus-within\:divide-pink-50\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf2f8b3}.focus-within\:divide-pink-50\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf2f8bf}.focus-within\:divide-pink-50\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf2f8cc}.focus-within\:divide-pink-50\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf2f8e6}.focus-within\:divide-pink-50\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf2f8f2}.focus-within\:divide-pink-50\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fdf2f8}.focus-within\:divide-pink-100\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fce7f300}.focus-within\:divide-pink-100\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fce7f30d}.focus-within\:divide-pink-100\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fce7f31a}.focus-within\:divide-pink-100\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fce7f333}.focus-within\:divide-pink-100\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fce7f340}.focus-within\:divide-pink-100\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fce7f34d}.focus-within\:divide-pink-100\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fce7f366}.focus-within\:divide-pink-100\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fce7f380}.focus-within\:divide-pink-100\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fce7f399}.focus-within\:divide-pink-100\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fce7f3b3}.focus-within\:divide-pink-100\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fce7f3bf}.focus-within\:divide-pink-100\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fce7f3cc}.focus-within\:divide-pink-100\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fce7f3e6}.focus-within\:divide-pink-100\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fce7f3f2}.focus-within\:divide-pink-100\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fce7f3}.focus-within\:divide-pink-200\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fbcfe800}.focus-within\:divide-pink-200\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fbcfe80d}.focus-within\:divide-pink-200\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fbcfe81a}.focus-within\:divide-pink-200\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fbcfe833}.focus-within\:divide-pink-200\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fbcfe840}.focus-within\:divide-pink-200\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fbcfe84d}.focus-within\:divide-pink-200\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fbcfe866}.focus-within\:divide-pink-200\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fbcfe880}.focus-within\:divide-pink-200\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fbcfe899}.focus-within\:divide-pink-200\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fbcfe8b3}.focus-within\:divide-pink-200\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fbcfe8bf}.focus-within\:divide-pink-200\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fbcfe8cc}.focus-within\:divide-pink-200\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fbcfe8e6}.focus-within\:divide-pink-200\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fbcfe8f2}.focus-within\:divide-pink-200\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fbcfe8}.focus-within\:divide-pink-300\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f9a8d400}.focus-within\:divide-pink-300\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f9a8d40d}.focus-within\:divide-pink-300\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f9a8d41a}.focus-within\:divide-pink-300\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f9a8d433}.focus-within\:divide-pink-300\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f9a8d440}.focus-within\:divide-pink-300\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f9a8d44d}.focus-within\:divide-pink-300\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f9a8d466}.focus-within\:divide-pink-300\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f9a8d480}.focus-within\:divide-pink-300\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f9a8d499}.focus-within\:divide-pink-300\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f9a8d4b3}.focus-within\:divide-pink-300\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f9a8d4bf}.focus-within\:divide-pink-300\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f9a8d4cc}.focus-within\:divide-pink-300\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f9a8d4e6}.focus-within\:divide-pink-300\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f9a8d4f2}.focus-within\:divide-pink-300\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f9a8d4}.focus-within\:divide-pink-400\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f472b600}.focus-within\:divide-pink-400\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f472b60d}.focus-within\:divide-pink-400\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f472b61a}.focus-within\:divide-pink-400\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f472b633}.focus-within\:divide-pink-400\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f472b640}.focus-within\:divide-pink-400\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f472b64d}.focus-within\:divide-pink-400\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f472b666}.focus-within\:divide-pink-400\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f472b680}.focus-within\:divide-pink-400\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f472b699}.focus-within\:divide-pink-400\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f472b6b3}.focus-within\:divide-pink-400\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f472b6bf}.focus-within\:divide-pink-400\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f472b6cc}.focus-within\:divide-pink-400\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f472b6e6}.focus-within\:divide-pink-400\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f472b6f2}.focus-within\:divide-pink-400\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f472b6}.focus-within\:divide-pink-500\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#ec489900}.focus-within\:divide-pink-500\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#ec48990d}.focus-within\:divide-pink-500\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#ec48991a}.focus-within\:divide-pink-500\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#ec489933}.focus-within\:divide-pink-500\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#ec489940}.focus-within\:divide-pink-500\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#ec48994d}.focus-within\:divide-pink-500\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#ec489966}.focus-within\:divide-pink-500\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#ec489980}.focus-within\:divide-pink-500\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#ec489999}.focus-within\:divide-pink-500\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#ec4899b3}.focus-within\:divide-pink-500\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#ec4899bf}.focus-within\:divide-pink-500\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#ec4899cc}.focus-within\:divide-pink-500\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#ec4899e6}.focus-within\:divide-pink-500\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#ec4899f2}.focus-within\:divide-pink-500\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#ec4899}.focus-within\:divide-pink-600\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#db277700}.focus-within\:divide-pink-600\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#db27770d}.focus-within\:divide-pink-600\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#db27771a}.focus-within\:divide-pink-600\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#db277733}.focus-within\:divide-pink-600\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#db277740}.focus-within\:divide-pink-600\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#db27774d}.focus-within\:divide-pink-600\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#db277766}.focus-within\:divide-pink-600\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#db277780}.focus-within\:divide-pink-600\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#db277799}.focus-within\:divide-pink-600\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#db2777b3}.focus-within\:divide-pink-600\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#db2777bf}.focus-within\:divide-pink-600\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#db2777cc}.focus-within\:divide-pink-600\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#db2777e6}.focus-within\:divide-pink-600\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#db2777f2}.focus-within\:divide-pink-600\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#db2777}.focus-within\:divide-pink-700\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#be185d00}.focus-within\:divide-pink-700\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#be185d0d}.focus-within\:divide-pink-700\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#be185d1a}.focus-within\:divide-pink-700\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#be185d33}.focus-within\:divide-pink-700\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#be185d40}.focus-within\:divide-pink-700\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#be185d4d}.focus-within\:divide-pink-700\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#be185d66}.focus-within\:divide-pink-700\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#be185d80}.focus-within\:divide-pink-700\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#be185d99}.focus-within\:divide-pink-700\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#be185db3}.focus-within\:divide-pink-700\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#be185dbf}.focus-within\:divide-pink-700\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#be185dcc}.focus-within\:divide-pink-700\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#be185de6}.focus-within\:divide-pink-700\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#be185df2}.focus-within\:divide-pink-700\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#be185d}.focus-within\:divide-pink-800\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#9d174d00}.focus-within\:divide-pink-800\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#9d174d0d}.focus-within\:divide-pink-800\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#9d174d1a}.focus-within\:divide-pink-800\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#9d174d33}.focus-within\:divide-pink-800\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#9d174d40}.focus-within\:divide-pink-800\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#9d174d4d}.focus-within\:divide-pink-800\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#9d174d66}.focus-within\:divide-pink-800\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#9d174d80}.focus-within\:divide-pink-800\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#9d174d99}.focus-within\:divide-pink-800\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#9d174db3}.focus-within\:divide-pink-800\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#9d174dbf}.focus-within\:divide-pink-800\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#9d174dcc}.focus-within\:divide-pink-800\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#9d174de6}.focus-within\:divide-pink-800\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#9d174df2}.focus-within\:divide-pink-800\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#9d174d}.focus-within\:divide-pink-900\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#83184300}.focus-within\:divide-pink-900\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#8318430d}.focus-within\:divide-pink-900\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#8318431a}.focus-within\:divide-pink-900\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#83184333}.focus-within\:divide-pink-900\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#83184340}.focus-within\:divide-pink-900\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#8318434d}.focus-within\:divide-pink-900\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#83184366}.focus-within\:divide-pink-900\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#83184380}.focus-within\:divide-pink-900\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#83184399}.focus-within\:divide-pink-900\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#831843b3}.focus-within\:divide-pink-900\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#831843bf}.focus-within\:divide-pink-900\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#831843cc}.focus-within\:divide-pink-900\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#831843e6}.focus-within\:divide-pink-900\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#831843f2}.focus-within\:divide-pink-900\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#831843}.focus-within\:divide-rose-50\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fff1f200}.focus-within\:divide-rose-50\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fff1f20d}.focus-within\:divide-rose-50\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fff1f21a}.focus-within\:divide-rose-50\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fff1f233}.focus-within\:divide-rose-50\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fff1f240}.focus-within\:divide-rose-50\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fff1f24d}.focus-within\:divide-rose-50\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fff1f266}.focus-within\:divide-rose-50\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fff1f280}.focus-within\:divide-rose-50\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fff1f299}.focus-within\:divide-rose-50\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fff1f2b3}.focus-within\:divide-rose-50\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fff1f2bf}.focus-within\:divide-rose-50\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fff1f2cc}.focus-within\:divide-rose-50\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fff1f2e6}.focus-within\:divide-rose-50\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fff1f2f2}.focus-within\:divide-rose-50\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fff1f2}.focus-within\:divide-rose-100\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#ffe4e600}.focus-within\:divide-rose-100\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#ffe4e60d}.focus-within\:divide-rose-100\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#ffe4e61a}.focus-within\:divide-rose-100\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#ffe4e633}.focus-within\:divide-rose-100\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#ffe4e640}.focus-within\:divide-rose-100\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#ffe4e64d}.focus-within\:divide-rose-100\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#ffe4e666}.focus-within\:divide-rose-100\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#ffe4e680}.focus-within\:divide-rose-100\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#ffe4e699}.focus-within\:divide-rose-100\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#ffe4e6b3}.focus-within\:divide-rose-100\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#ffe4e6bf}.focus-within\:divide-rose-100\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#ffe4e6cc}.focus-within\:divide-rose-100\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#ffe4e6e6}.focus-within\:divide-rose-100\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#ffe4e6f2}.focus-within\:divide-rose-100\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#ffe4e6}.focus-within\:divide-rose-200\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fecdd300}.focus-within\:divide-rose-200\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fecdd30d}.focus-within\:divide-rose-200\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fecdd31a}.focus-within\:divide-rose-200\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fecdd333}.focus-within\:divide-rose-200\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fecdd340}.focus-within\:divide-rose-200\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fecdd34d}.focus-within\:divide-rose-200\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fecdd366}.focus-within\:divide-rose-200\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fecdd380}.focus-within\:divide-rose-200\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fecdd399}.focus-within\:divide-rose-200\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fecdd3b3}.focus-within\:divide-rose-200\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fecdd3bf}.focus-within\:divide-rose-200\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fecdd3cc}.focus-within\:divide-rose-200\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fecdd3e6}.focus-within\:divide-rose-200\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fecdd3f2}.focus-within\:divide-rose-200\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fecdd3}.focus-within\:divide-rose-300\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fda4af00}.focus-within\:divide-rose-300\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fda4af0d}.focus-within\:divide-rose-300\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fda4af1a}.focus-within\:divide-rose-300\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fda4af33}.focus-within\:divide-rose-300\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fda4af40}.focus-within\:divide-rose-300\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fda4af4d}.focus-within\:divide-rose-300\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fda4af66}.focus-within\:divide-rose-300\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fda4af80}.focus-within\:divide-rose-300\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fda4af99}.focus-within\:divide-rose-300\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fda4afb3}.focus-within\:divide-rose-300\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fda4afbf}.focus-within\:divide-rose-300\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fda4afcc}.focus-within\:divide-rose-300\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fda4afe6}.focus-within\:divide-rose-300\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fda4aff2}.focus-within\:divide-rose-300\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fda4af}.focus-within\:divide-rose-400\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fb718500}.focus-within\:divide-rose-400\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fb71850d}.focus-within\:divide-rose-400\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fb71851a}.focus-within\:divide-rose-400\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fb718533}.focus-within\:divide-rose-400\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fb718540}.focus-within\:divide-rose-400\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fb71854d}.focus-within\:divide-rose-400\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fb718566}.focus-within\:divide-rose-400\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fb718580}.focus-within\:divide-rose-400\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fb718599}.focus-within\:divide-rose-400\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fb7185b3}.focus-within\:divide-rose-400\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fb7185bf}.focus-within\:divide-rose-400\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fb7185cc}.focus-within\:divide-rose-400\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fb7185e6}.focus-within\:divide-rose-400\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fb7185f2}.focus-within\:divide-rose-400\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fb7185}.focus-within\:divide-rose-500\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f43f5e00}.focus-within\:divide-rose-500\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f43f5e0d}.focus-within\:divide-rose-500\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f43f5e1a}.focus-within\:divide-rose-500\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f43f5e33}.focus-within\:divide-rose-500\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f43f5e40}.focus-within\:divide-rose-500\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f43f5e4d}.focus-within\:divide-rose-500\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f43f5e66}.focus-within\:divide-rose-500\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f43f5e80}.focus-within\:divide-rose-500\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f43f5e99}.focus-within\:divide-rose-500\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f43f5eb3}.focus-within\:divide-rose-500\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f43f5ebf}.focus-within\:divide-rose-500\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f43f5ecc}.focus-within\:divide-rose-500\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f43f5ee6}.focus-within\:divide-rose-500\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f43f5ef2}.focus-within\:divide-rose-500\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f43f5e}.focus-within\:divide-rose-600\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#e11d4800}.focus-within\:divide-rose-600\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#e11d480d}.focus-within\:divide-rose-600\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#e11d481a}.focus-within\:divide-rose-600\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#e11d4833}.focus-within\:divide-rose-600\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#e11d4840}.focus-within\:divide-rose-600\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#e11d484d}.focus-within\:divide-rose-600\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#e11d4866}.focus-within\:divide-rose-600\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#e11d4880}.focus-within\:divide-rose-600\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#e11d4899}.focus-within\:divide-rose-600\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#e11d48b3}.focus-within\:divide-rose-600\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#e11d48bf}.focus-within\:divide-rose-600\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#e11d48cc}.focus-within\:divide-rose-600\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#e11d48e6}.focus-within\:divide-rose-600\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#e11d48f2}.focus-within\:divide-rose-600\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#e11d48}.focus-within\:divide-rose-700\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#be123c00}.focus-within\:divide-rose-700\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#be123c0d}.focus-within\:divide-rose-700\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#be123c1a}.focus-within\:divide-rose-700\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#be123c33}.focus-within\:divide-rose-700\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#be123c40}.focus-within\:divide-rose-700\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#be123c4d}.focus-within\:divide-rose-700\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#be123c66}.focus-within\:divide-rose-700\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#be123c80}.focus-within\:divide-rose-700\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#be123c99}.focus-within\:divide-rose-700\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#be123cb3}.focus-within\:divide-rose-700\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#be123cbf}.focus-within\:divide-rose-700\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#be123ccc}.focus-within\:divide-rose-700\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#be123ce6}.focus-within\:divide-rose-700\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#be123cf2}.focus-within\:divide-rose-700\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#be123c}.focus-within\:divide-rose-800\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#9f123900}.focus-within\:divide-rose-800\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#9f12390d}.focus-within\:divide-rose-800\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#9f12391a}.focus-within\:divide-rose-800\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#9f123933}.focus-within\:divide-rose-800\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#9f123940}.focus-within\:divide-rose-800\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#9f12394d}.focus-within\:divide-rose-800\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#9f123966}.focus-within\:divide-rose-800\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#9f123980}.focus-within\:divide-rose-800\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#9f123999}.focus-within\:divide-rose-800\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#9f1239b3}.focus-within\:divide-rose-800\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#9f1239bf}.focus-within\:divide-rose-800\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#9f1239cc}.focus-within\:divide-rose-800\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#9f1239e6}.focus-within\:divide-rose-800\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#9f1239f2}.focus-within\:divide-rose-800\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#9f1239}.focus-within\:divide-rose-900\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#88133700}.focus-within\:divide-rose-900\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#8813370d}.focus-within\:divide-rose-900\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#8813371a}.focus-within\:divide-rose-900\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#88133733}.focus-within\:divide-rose-900\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#88133740}.focus-within\:divide-rose-900\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#8813374d}.focus-within\:divide-rose-900\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#88133766}.focus-within\:divide-rose-900\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#88133780}.focus-within\:divide-rose-900\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#88133799}.focus-within\:divide-rose-900\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#881337b3}.focus-within\:divide-rose-900\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#881337bf}.focus-within\:divide-rose-900\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#881337cc}.focus-within\:divide-rose-900\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#881337e6}.focus-within\:divide-rose-900\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#881337f2}.focus-within\:divide-rose-900\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#881337}.focus-within\:divide-primary-100\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f400}.focus-within\:divide-primary-100\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f40d}.focus-within\:divide-primary-100\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f41a}.focus-within\:divide-primary-100\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f433}.focus-within\:divide-primary-100\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f440}.focus-within\:divide-primary-100\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f44d}.focus-within\:divide-primary-100\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f466}.focus-within\:divide-primary-100\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f480}.focus-within\:divide-primary-100\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f499}.focus-within\:divide-primary-100\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f4b3}.focus-within\:divide-primary-100\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f4bf}.focus-within\:divide-primary-100\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f4cc}.focus-within\:divide-primary-100\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f4e6}.focus-within\:divide-primary-100\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f4f2}.focus-within\:divide-primary-100\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f4}.focus-within\:divide-primary-200\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#e8e8f000}.focus-within\:divide-primary-200\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#e8e8f00d}.focus-within\:divide-primary-200\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#e8e8f01a}.focus-within\:divide-primary-200\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#e8e8f033}.focus-within\:divide-primary-200\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#e8e8f040}.focus-within\:divide-primary-200\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#e8e8f04d}.focus-within\:divide-primary-200\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#e8e8f066}.focus-within\:divide-primary-200\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#e8e8f080}.focus-within\:divide-primary-200\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#e8e8f099}.focus-within\:divide-primary-200\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#e8e8f0b3}.focus-within\:divide-primary-200\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#e8e8f0bf}.focus-within\:divide-primary-200\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#e8e8f0cc}.focus-within\:divide-primary-200\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#e8e8f0e6}.focus-within\:divide-primary-200\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#e8e8f0f2}.focus-within\:divide-primary-200\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#e8e8f0}.focus-within\:divide-primary-300\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#d0d0e100}.focus-within\:divide-primary-300\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#d0d0e10d}.focus-within\:divide-primary-300\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#d0d0e11a}.focus-within\:divide-primary-300\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#d0d0e133}.focus-within\:divide-primary-300\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#d0d0e140}.focus-within\:divide-primary-300\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#d0d0e14d}.focus-within\:divide-primary-300\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#d0d0e166}.focus-within\:divide-primary-300\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#d0d0e180}.focus-within\:divide-primary-300\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#d0d0e199}.focus-within\:divide-primary-300\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#d0d0e1b3}.focus-within\:divide-primary-300\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#d0d0e1bf}.focus-within\:divide-primary-300\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#d0d0e1cc}.focus-within\:divide-primary-300\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#d0d0e1e6}.focus-within\:divide-primary-300\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#d0d0e1f2}.focus-within\:divide-primary-300\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#d0d0e1}.focus-within\:divide-primary-400\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#b4b4d100}.focus-within\:divide-primary-400\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#b4b4d10d}.focus-within\:divide-primary-400\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#b4b4d11a}.focus-within\:divide-primary-400\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#b4b4d133}.focus-within\:divide-primary-400\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#b4b4d140}.focus-within\:divide-primary-400\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#b4b4d14d}.focus-within\:divide-primary-400\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#b4b4d166}.focus-within\:divide-primary-400\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#b4b4d180}.focus-within\:divide-primary-400\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#b4b4d199}.focus-within\:divide-primary-400\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#b4b4d1b3}.focus-within\:divide-primary-400\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#b4b4d1bf}.focus-within\:divide-primary-400\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#b4b4d1cc}.focus-within\:divide-primary-400\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#b4b4d1e6}.focus-within\:divide-primary-400\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#b4b4d1f2}.focus-within\:divide-primary-400\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#b4b4d1}.focus-within\:divide-primary-500\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#9393bf00}.focus-within\:divide-primary-500\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#9393bf0d}.focus-within\:divide-primary-500\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#9393bf1a}.focus-within\:divide-primary-500\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#9393bf33}.focus-within\:divide-primary-500\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#9393bf40}.focus-within\:divide-primary-500\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#9393bf4d}.focus-within\:divide-primary-500\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#9393bf66}.focus-within\:divide-primary-500\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#9393bf80}.focus-within\:divide-primary-500\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#9393bf99}.focus-within\:divide-primary-500\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#9393bfb3}.focus-within\:divide-primary-500\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#9393bfbf}.focus-within\:divide-primary-500\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#9393bfcc}.focus-within\:divide-primary-500\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#9393bfe6}.focus-within\:divide-primary-500\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#9393bff2}.focus-within\:divide-primary-500\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#9393bf}.focus-within\:divide-primary-600\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#6868ac00}.focus-within\:divide-primary-600\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#6868ac0d}.focus-within\:divide-primary-600\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#6868ac1a}.focus-within\:divide-primary-600\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#6868ac33}.focus-within\:divide-primary-600\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#6868ac40}.focus-within\:divide-primary-600\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#6868ac4d}.focus-within\:divide-primary-600\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#6868ac66}.focus-within\:divide-primary-600\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#6868ac80}.focus-within\:divide-primary-600\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#6868ac99}.focus-within\:divide-primary-600\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#6868acb3}.focus-within\:divide-primary-600\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#6868acbf}.focus-within\:divide-primary-600\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#6868accc}.focus-within\:divide-primary-600\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#6868ace6}.focus-within\:divide-primary-600\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#6868acf2}.focus-within\:divide-primary-600\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#6868ac}.focus-within\:divide-primary-700\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#5d5d9900}.focus-within\:divide-primary-700\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#5d5d990d}.focus-within\:divide-primary-700\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#5d5d991a}.focus-within\:divide-primary-700\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#5d5d9933}.focus-within\:divide-primary-700\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#5d5d9940}.focus-within\:divide-primary-700\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#5d5d994d}.focus-within\:divide-primary-700\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#5d5d9966}.focus-within\:divide-primary-700\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#5d5d9980}.focus-within\:divide-primary-700\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#5d5d9999}.focus-within\:divide-primary-700\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#5d5d99b3}.focus-within\:divide-primary-700\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#5d5d99bf}.focus-within\:divide-primary-700\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#5d5d99cc}.focus-within\:divide-primary-700\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#5d5d99e6}.focus-within\:divide-primary-700\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#5d5d99f2}.focus-within\:divide-primary-700\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#5d5d99}.focus-within\:divide-primary-800\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#50508500}.focus-within\:divide-primary-800\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#5050850d}.focus-within\:divide-primary-800\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#5050851a}.focus-within\:divide-primary-800\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#50508533}.focus-within\:divide-primary-800\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#50508540}.focus-within\:divide-primary-800\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#5050854d}.focus-within\:divide-primary-800\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#50508566}.focus-within\:divide-primary-800\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#50508580}.focus-within\:divide-primary-800\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#50508599}.focus-within\:divide-primary-800\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#505085b3}.focus-within\:divide-primary-800\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#505085bf}.focus-within\:divide-primary-800\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#505085cc}.focus-within\:divide-primary-800\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#505085e6}.focus-within\:divide-primary-800\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#505085f2}.focus-within\:divide-primary-800\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#505085}.focus-within\:divide-primary-900\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#41416c00}.focus-within\:divide-primary-900\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#41416c0d}.focus-within\:divide-primary-900\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#41416c1a}.focus-within\:divide-primary-900\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#41416c33}.focus-within\:divide-primary-900\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#41416c40}.focus-within\:divide-primary-900\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#41416c4d}.focus-within\:divide-primary-900\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#41416c66}.focus-within\:divide-primary-900\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#41416c80}.focus-within\:divide-primary-900\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#41416c99}.focus-within\:divide-primary-900\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#41416cb3}.focus-within\:divide-primary-900\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#41416cbf}.focus-within\:divide-primary-900\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#41416ccc}.focus-within\:divide-primary-900\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#41416ce6}.focus-within\:divide-primary-900\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#41416cf2}.focus-within\:divide-primary-900\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#41416c}.focus-within\:divide-primary-1000\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#2e2e4c00}.focus-within\:divide-primary-1000\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#2e2e4c0d}.focus-within\:divide-primary-1000\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#2e2e4c1a}.focus-within\:divide-primary-1000\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#2e2e4c33}.focus-within\:divide-primary-1000\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#2e2e4c40}.focus-within\:divide-primary-1000\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#2e2e4c4d}.focus-within\:divide-primary-1000\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#2e2e4c66}.focus-within\:divide-primary-1000\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#2e2e4c80}.focus-within\:divide-primary-1000\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#2e2e4c99}.focus-within\:divide-primary-1000\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#2e2e4cb3}.focus-within\:divide-primary-1000\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#2e2e4cbf}.focus-within\:divide-primary-1000\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#2e2e4ccc}.focus-within\:divide-primary-1000\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#2e2e4ce6}.focus-within\:divide-primary-1000\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#2e2e4cf2}.focus-within\:divide-primary-1000\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#2e2e4c}.focus-within\:divide-primary-highlight-100\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fe00}.focus-within\:divide-primary-highlight-100\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fe0d}.focus-within\:divide-primary-highlight-100\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fe1a}.focus-within\:divide-primary-highlight-100\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fe33}.focus-within\:divide-primary-highlight-100\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fe40}.focus-within\:divide-primary-highlight-100\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fe4d}.focus-within\:divide-primary-highlight-100\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fe66}.focus-within\:divide-primary-highlight-100\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fe80}.focus-within\:divide-primary-highlight-100\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fe99}.focus-within\:divide-primary-highlight-100\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5feb3}.focus-within\:divide-primary-highlight-100\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5febf}.focus-within\:divide-primary-highlight-100\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fecc}.focus-within\:divide-primary-highlight-100\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fee6}.focus-within\:divide-primary-highlight-100\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fef2}.focus-within\:divide-primary-highlight-100\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fe}.focus-within\:divide-primary-highlight-200\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#efecfe00}.focus-within\:divide-primary-highlight-200\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#efecfe0d}.focus-within\:divide-primary-highlight-200\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#efecfe1a}.focus-within\:divide-primary-highlight-200\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#efecfe33}.focus-within\:divide-primary-highlight-200\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#efecfe40}.focus-within\:divide-primary-highlight-200\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#efecfe4d}.focus-within\:divide-primary-highlight-200\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#efecfe66}.focus-within\:divide-primary-highlight-200\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#efecfe80}.focus-within\:divide-primary-highlight-200\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#efecfe99}.focus-within\:divide-primary-highlight-200\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#efecfeb3}.focus-within\:divide-primary-highlight-200\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#efecfebf}.focus-within\:divide-primary-highlight-200\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#efecfecc}.focus-within\:divide-primary-highlight-200\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#efecfee6}.focus-within\:divide-primary-highlight-200\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#efecfef2}.focus-within\:divide-primary-highlight-200\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#efecfe}.focus-within\:divide-primary-highlight-300\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#dfd8fd00}.focus-within\:divide-primary-highlight-300\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#dfd8fd0d}.focus-within\:divide-primary-highlight-300\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#dfd8fd1a}.focus-within\:divide-primary-highlight-300\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#dfd8fd33}.focus-within\:divide-primary-highlight-300\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#dfd8fd40}.focus-within\:divide-primary-highlight-300\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#dfd8fd4d}.focus-within\:divide-primary-highlight-300\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#dfd8fd66}.focus-within\:divide-primary-highlight-300\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#dfd8fd80}.focus-within\:divide-primary-highlight-300\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#dfd8fd99}.focus-within\:divide-primary-highlight-300\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#dfd8fdb3}.focus-within\:divide-primary-highlight-300\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#dfd8fdbf}.focus-within\:divide-primary-highlight-300\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#dfd8fdcc}.focus-within\:divide-primary-highlight-300\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#dfd8fde6}.focus-within\:divide-primary-highlight-300\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#dfd8fdf2}.focus-within\:divide-primary-highlight-300\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#dfd8fd}.focus-within\:divide-primary-highlight-400\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#cec1fc00}.focus-within\:divide-primary-highlight-400\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#cec1fc0d}.focus-within\:divide-primary-highlight-400\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#cec1fc1a}.focus-within\:divide-primary-highlight-400\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#cec1fc33}.focus-within\:divide-primary-highlight-400\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#cec1fc40}.focus-within\:divide-primary-highlight-400\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#cec1fc4d}.focus-within\:divide-primary-highlight-400\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#cec1fc66}.focus-within\:divide-primary-highlight-400\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#cec1fc80}.focus-within\:divide-primary-highlight-400\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#cec1fc99}.focus-within\:divide-primary-highlight-400\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#cec1fcb3}.focus-within\:divide-primary-highlight-400\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#cec1fcbf}.focus-within\:divide-primary-highlight-400\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#cec1fccc}.focus-within\:divide-primary-highlight-400\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#cec1fce6}.focus-within\:divide-primary-highlight-400\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#cec1fcf2}.focus-within\:divide-primary-highlight-400\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#cec1fc}.focus-within\:divide-primary-highlight-500\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#bba8fb00}.focus-within\:divide-primary-highlight-500\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#bba8fb0d}.focus-within\:divide-primary-highlight-500\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#bba8fb1a}.focus-within\:divide-primary-highlight-500\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#bba8fb33}.focus-within\:divide-primary-highlight-500\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#bba8fb40}.focus-within\:divide-primary-highlight-500\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#bba8fb4d}.focus-within\:divide-primary-highlight-500\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#bba8fb66}.focus-within\:divide-primary-highlight-500\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#bba8fb80}.focus-within\:divide-primary-highlight-500\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#bba8fb99}.focus-within\:divide-primary-highlight-500\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#bba8fbb3}.focus-within\:divide-primary-highlight-500\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#bba8fbbf}.focus-within\:divide-primary-highlight-500\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#bba8fbcc}.focus-within\:divide-primary-highlight-500\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#bba8fbe6}.focus-within\:divide-primary-highlight-500\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#bba8fbf2}.focus-within\:divide-primary-highlight-500\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#bba8fb}.focus-within\:divide-primary-highlight-600\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa00}.focus-within\:divide-primary-highlight-600\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa0d}.focus-within\:divide-primary-highlight-600\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa1a}.focus-within\:divide-primary-highlight-600\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa33}.focus-within\:divide-primary-highlight-600\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa40}.focus-within\:divide-primary-highlight-600\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa4d}.focus-within\:divide-primary-highlight-600\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa66}.focus-within\:divide-primary-highlight-600\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa80}.focus-within\:divide-primary-highlight-600\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa99}.focus-within\:divide-primary-highlight-600\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfab3}.focus-within\:divide-primary-highlight-600\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfabf}.focus-within\:divide-primary-highlight-600\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfacc}.focus-within\:divide-primary-highlight-600\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfae6}.focus-within\:divide-primary-highlight-600\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfaf2}.focus-within\:divide-primary-highlight-600\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa}.focus-within\:divide-primary-highlight-700\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#957cdf00}.focus-within\:divide-primary-highlight-700\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#957cdf0d}.focus-within\:divide-primary-highlight-700\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#957cdf1a}.focus-within\:divide-primary-highlight-700\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#957cdf33}.focus-within\:divide-primary-highlight-700\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#957cdf40}.focus-within\:divide-primary-highlight-700\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#957cdf4d}.focus-within\:divide-primary-highlight-700\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#957cdf66}.focus-within\:divide-primary-highlight-700\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#957cdf80}.focus-within\:divide-primary-highlight-700\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#957cdf99}.focus-within\:divide-primary-highlight-700\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#957cdfb3}.focus-within\:divide-primary-highlight-700\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#957cdfbf}.focus-within\:divide-primary-highlight-700\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#957cdfcc}.focus-within\:divide-primary-highlight-700\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#957cdfe6}.focus-within\:divide-primary-highlight-700\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#957cdff2}.focus-within\:divide-primary-highlight-700\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#957cdf}.focus-within\:divide-primary-highlight-800\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#816bc100}.focus-within\:divide-primary-highlight-800\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#816bc10d}.focus-within\:divide-primary-highlight-800\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#816bc11a}.focus-within\:divide-primary-highlight-800\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#816bc133}.focus-within\:divide-primary-highlight-800\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#816bc140}.focus-within\:divide-primary-highlight-800\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#816bc14d}.focus-within\:divide-primary-highlight-800\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#816bc166}.focus-within\:divide-primary-highlight-800\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#816bc180}.focus-within\:divide-primary-highlight-800\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#816bc199}.focus-within\:divide-primary-highlight-800\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#816bc1b3}.focus-within\:divide-primary-highlight-800\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#816bc1bf}.focus-within\:divide-primary-highlight-800\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#816bc1cc}.focus-within\:divide-primary-highlight-800\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#816bc1e6}.focus-within\:divide-primary-highlight-800\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#816bc1f2}.focus-within\:divide-primary-highlight-800\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#816bc1}.focus-within\:divide-primary-highlight-900\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#69579e00}.focus-within\:divide-primary-highlight-900\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#69579e0d}.focus-within\:divide-primary-highlight-900\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#69579e1a}.focus-within\:divide-primary-highlight-900\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#69579e33}.focus-within\:divide-primary-highlight-900\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#69579e40}.focus-within\:divide-primary-highlight-900\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#69579e4d}.focus-within\:divide-primary-highlight-900\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#69579e66}.focus-within\:divide-primary-highlight-900\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#69579e80}.focus-within\:divide-primary-highlight-900\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#69579e99}.focus-within\:divide-primary-highlight-900\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#69579eb3}.focus-within\:divide-primary-highlight-900\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#69579ebf}.focus-within\:divide-primary-highlight-900\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#69579ecc}.focus-within\:divide-primary-highlight-900\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#69579ee6}.focus-within\:divide-primary-highlight-900\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#69579ef2}.focus-within\:divide-primary-highlight-900\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#69579e}.focus-within\:divide-primary-highlight-1000\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#4a3e6f00}.focus-within\:divide-primary-highlight-1000\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#4a3e6f0d}.focus-within\:divide-primary-highlight-1000\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#4a3e6f1a}.focus-within\:divide-primary-highlight-1000\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#4a3e6f33}.focus-within\:divide-primary-highlight-1000\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#4a3e6f40}.focus-within\:divide-primary-highlight-1000\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#4a3e6f4d}.focus-within\:divide-primary-highlight-1000\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#4a3e6f66}.focus-within\:divide-primary-highlight-1000\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#4a3e6f80}.focus-within\:divide-primary-highlight-1000\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#4a3e6f99}.focus-within\:divide-primary-highlight-1000\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#4a3e6fb3}.focus-within\:divide-primary-highlight-1000\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#4a3e6fbf}.focus-within\:divide-primary-highlight-1000\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#4a3e6fcc}.focus-within\:divide-primary-highlight-1000\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#4a3e6fe6}.focus-within\:divide-primary-highlight-1000\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#4a3e6ff2}.focus-within\:divide-primary-highlight-1000\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#4a3e6f}.focus-within\:divide-secondary-100\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f200}.focus-within\:divide-secondary-100\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f20d}.focus-within\:divide-secondary-100\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f21a}.focus-within\:divide-secondary-100\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f233}.focus-within\:divide-secondary-100\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f240}.focus-within\:divide-secondary-100\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f24d}.focus-within\:divide-secondary-100\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f266}.focus-within\:divide-secondary-100\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f280}.focus-within\:divide-secondary-100\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f299}.focus-within\:divide-secondary-100\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f2b3}.focus-within\:divide-secondary-100\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f2bf}.focus-within\:divide-secondary-100\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f2cc}.focus-within\:divide-secondary-100\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f2e6}.focus-within\:divide-secondary-100\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f2f2}.focus-within\:divide-secondary-100\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f2}.focus-within\:divide-secondary-200\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fef0e400}.focus-within\:divide-secondary-200\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fef0e40d}.focus-within\:divide-secondary-200\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fef0e41a}.focus-within\:divide-secondary-200\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fef0e433}.focus-within\:divide-secondary-200\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fef0e440}.focus-within\:divide-secondary-200\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fef0e44d}.focus-within\:divide-secondary-200\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fef0e466}.focus-within\:divide-secondary-200\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fef0e480}.focus-within\:divide-secondary-200\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fef0e499}.focus-within\:divide-secondary-200\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fef0e4b3}.focus-within\:divide-secondary-200\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fef0e4bf}.focus-within\:divide-secondary-200\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fef0e4cc}.focus-within\:divide-secondary-200\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fef0e4e6}.focus-within\:divide-secondary-200\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fef0e4f2}.focus-within\:divide-secondary-200\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fef0e4}.focus-within\:divide-secondary-300\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fde1c600}.focus-within\:divide-secondary-300\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fde1c60d}.focus-within\:divide-secondary-300\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fde1c61a}.focus-within\:divide-secondary-300\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fde1c633}.focus-within\:divide-secondary-300\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fde1c640}.focus-within\:divide-secondary-300\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fde1c64d}.focus-within\:divide-secondary-300\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fde1c666}.focus-within\:divide-secondary-300\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fde1c680}.focus-within\:divide-secondary-300\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fde1c699}.focus-within\:divide-secondary-300\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fde1c6b3}.focus-within\:divide-secondary-300\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fde1c6bf}.focus-within\:divide-secondary-300\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fde1c6cc}.focus-within\:divide-secondary-300\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fde1c6e6}.focus-within\:divide-secondary-300\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fde1c6f2}.focus-within\:divide-secondary-300\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fde1c6}.focus-within\:divide-secondary-400\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd1a200}.focus-within\:divide-secondary-400\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd1a20d}.focus-within\:divide-secondary-400\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd1a21a}.focus-within\:divide-secondary-400\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd1a233}.focus-within\:divide-secondary-400\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd1a240}.focus-within\:divide-secondary-400\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd1a24d}.focus-within\:divide-secondary-400\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd1a266}.focus-within\:divide-secondary-400\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd1a280}.focus-within\:divide-secondary-400\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd1a299}.focus-within\:divide-secondary-400\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd1a2b3}.focus-within\:divide-secondary-400\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd1a2bf}.focus-within\:divide-secondary-400\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd1a2cc}.focus-within\:divide-secondary-400\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd1a2e6}.focus-within\:divide-secondary-400\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd1a2f2}.focus-within\:divide-secondary-400\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fcd1a2}.focus-within\:divide-secondary-500\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf7500}.focus-within\:divide-secondary-500\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf750d}.focus-within\:divide-secondary-500\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf751a}.focus-within\:divide-secondary-500\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf7533}.focus-within\:divide-secondary-500\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf7540}.focus-within\:divide-secondary-500\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf754d}.focus-within\:divide-secondary-500\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf7566}.focus-within\:divide-secondary-500\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf7580}.focus-within\:divide-secondary-500\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf7599}.focus-within\:divide-secondary-500\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf75b3}.focus-within\:divide-secondary-500\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf75bf}.focus-within\:divide-secondary-500\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf75cc}.focus-within\:divide-secondary-500\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf75e6}.focus-within\:divide-secondary-500\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf75f2}.focus-within\:divide-secondary-500\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fbbf75}.focus-within\:divide-secondary-600\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1e00}.focus-within\:divide-secondary-600\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1e0d}.focus-within\:divide-secondary-600\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1e1a}.focus-within\:divide-secondary-600\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1e33}.focus-within\:divide-secondary-600\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1e40}.focus-within\:divide-secondary-600\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1e4d}.focus-within\:divide-secondary-600\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1e66}.focus-within\:divide-secondary-600\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1e80}.focus-within\:divide-secondary-600\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1e99}.focus-within\:divide-secondary-600\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1eb3}.focus-within\:divide-secondary-600\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1ebf}.focus-within\:divide-secondary-600\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1ecc}.focus-within\:divide-secondary-600\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1ee6}.focus-within\:divide-secondary-600\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1ef2}.focus-within\:divide-secondary-600\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1e}.focus-within\:divide-secondary-700\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#df991a00}.focus-within\:divide-secondary-700\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#df991a0d}.focus-within\:divide-secondary-700\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#df991a1a}.focus-within\:divide-secondary-700\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#df991a33}.focus-within\:divide-secondary-700\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#df991a40}.focus-within\:divide-secondary-700\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#df991a4d}.focus-within\:divide-secondary-700\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#df991a66}.focus-within\:divide-secondary-700\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#df991a80}.focus-within\:divide-secondary-700\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#df991a99}.focus-within\:divide-secondary-700\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#df991ab3}.focus-within\:divide-secondary-700\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#df991abf}.focus-within\:divide-secondary-700\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#df991acc}.focus-within\:divide-secondary-700\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#df991ae6}.focus-within\:divide-secondary-700\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#df991af2}.focus-within\:divide-secondary-700\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#df991a}.focus-within\:divide-secondary-800\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#c1851700}.focus-within\:divide-secondary-800\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#c185170d}.focus-within\:divide-secondary-800\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#c185171a}.focus-within\:divide-secondary-800\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#c1851733}.focus-within\:divide-secondary-800\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#c1851740}.focus-within\:divide-secondary-800\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#c185174d}.focus-within\:divide-secondary-800\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#c1851766}.focus-within\:divide-secondary-800\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#c1851780}.focus-within\:divide-secondary-800\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#c1851799}.focus-within\:divide-secondary-800\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#c18517b3}.focus-within\:divide-secondary-800\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#c18517bf}.focus-within\:divide-secondary-800\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#c18517cc}.focus-within\:divide-secondary-800\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#c18517e6}.focus-within\:divide-secondary-800\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#c18517f2}.focus-within\:divide-secondary-800\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#c18517}.focus-within\:divide-secondary-900\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c1200}.focus-within\:divide-secondary-900\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c120d}.focus-within\:divide-secondary-900\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c121a}.focus-within\:divide-secondary-900\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c1233}.focus-within\:divide-secondary-900\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c1240}.focus-within\:divide-secondary-900\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c124d}.focus-within\:divide-secondary-900\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c1266}.focus-within\:divide-secondary-900\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c1280}.focus-within\:divide-secondary-900\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c1299}.focus-within\:divide-secondary-900\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c12b3}.focus-within\:divide-secondary-900\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c12bf}.focus-within\:divide-secondary-900\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c12cc}.focus-within\:divide-secondary-900\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c12e6}.focus-within\:divide-secondary-900\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c12f2}.focus-within\:divide-secondary-900\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c12}.focus-within\:divide-secondary-1000\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#6f4c0d00}.focus-within\:divide-secondary-1000\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#6f4c0d0d}.focus-within\:divide-secondary-1000\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#6f4c0d1a}.focus-within\:divide-secondary-1000\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#6f4c0d33}.focus-within\:divide-secondary-1000\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#6f4c0d40}.focus-within\:divide-secondary-1000\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#6f4c0d4d}.focus-within\:divide-secondary-1000\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#6f4c0d66}.focus-within\:divide-secondary-1000\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#6f4c0d80}.focus-within\:divide-secondary-1000\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#6f4c0d99}.focus-within\:divide-secondary-1000\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#6f4c0db3}.focus-within\:divide-secondary-1000\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#6f4c0dbf}.focus-within\:divide-secondary-1000\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#6f4c0dcc}.focus-within\:divide-secondary-1000\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#6f4c0de6}.focus-within\:divide-secondary-1000\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#6f4c0df2}.focus-within\:divide-secondary-1000\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#6f4c0d}.focus-within\:divide-grey-100\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f400}.focus-within\:divide-grey-100\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f40d}.focus-within\:divide-grey-100\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f41a}.focus-within\:divide-grey-100\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f433}.focus-within\:divide-grey-100\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f440}.focus-within\:divide-grey-100\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f44d}.focus-within\:divide-grey-100\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f466}.focus-within\:divide-grey-100\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f480}.focus-within\:divide-grey-100\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f499}.focus-within\:divide-grey-100\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f4b3}.focus-within\:divide-grey-100\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f4bf}.focus-within\:divide-grey-100\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f4cc}.focus-within\:divide-grey-100\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f4e6}.focus-within\:divide-grey-100\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f4f2}.focus-within\:divide-grey-100\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f4}.focus-within\:divide-grey-200\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#e6e7e800}.focus-within\:divide-grey-200\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#e6e7e80d}.focus-within\:divide-grey-200\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#e6e7e81a}.focus-within\:divide-grey-200\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#e6e7e833}.focus-within\:divide-grey-200\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#e6e7e840}.focus-within\:divide-grey-200\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#e6e7e84d}.focus-within\:divide-grey-200\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#e6e7e866}.focus-within\:divide-grey-200\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#e6e7e880}.focus-within\:divide-grey-200\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#e6e7e899}.focus-within\:divide-grey-200\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#e6e7e8b3}.focus-within\:divide-grey-200\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#e6e7e8bf}.focus-within\:divide-grey-200\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#e6e7e8cc}.focus-within\:divide-grey-200\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#e6e7e8e6}.focus-within\:divide-grey-200\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#e6e7e8f2}.focus-within\:divide-grey-200\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#e6e7e8}.focus-within\:divide-grey-300\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#caccd000}.focus-within\:divide-grey-300\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#caccd00d}.focus-within\:divide-grey-300\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#caccd01a}.focus-within\:divide-grey-300\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#caccd033}.focus-within\:divide-grey-300\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#caccd040}.focus-within\:divide-grey-300\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#caccd04d}.focus-within\:divide-grey-300\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#caccd066}.focus-within\:divide-grey-300\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#caccd080}.focus-within\:divide-grey-300\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#caccd099}.focus-within\:divide-grey-300\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#caccd0b3}.focus-within\:divide-grey-300\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#caccd0bf}.focus-within\:divide-grey-300\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#caccd0cc}.focus-within\:divide-grey-300\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#caccd0e6}.focus-within\:divide-grey-300\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#caccd0f2}.focus-within\:divide-grey-300\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#caccd0}.focus-within\:divide-grey-400\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#aaaeb400}.focus-within\:divide-grey-400\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#aaaeb40d}.focus-within\:divide-grey-400\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#aaaeb41a}.focus-within\:divide-grey-400\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#aaaeb433}.focus-within\:divide-grey-400\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#aaaeb440}.focus-within\:divide-grey-400\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#aaaeb44d}.focus-within\:divide-grey-400\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#aaaeb466}.focus-within\:divide-grey-400\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#aaaeb480}.focus-within\:divide-grey-400\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#aaaeb499}.focus-within\:divide-grey-400\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#aaaeb4b3}.focus-within\:divide-grey-400\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#aaaeb4bf}.focus-within\:divide-grey-400\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#aaaeb4cc}.focus-within\:divide-grey-400\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#aaaeb4e6}.focus-within\:divide-grey-400\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#aaaeb4f2}.focus-within\:divide-grey-400\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#aaaeb4}.focus-within\:divide-grey-500\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#82899300}.focus-within\:divide-grey-500\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#8289930d}.focus-within\:divide-grey-500\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#8289931a}.focus-within\:divide-grey-500\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#82899333}.focus-within\:divide-grey-500\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#82899340}.focus-within\:divide-grey-500\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#8289934d}.focus-within\:divide-grey-500\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#82899366}.focus-within\:divide-grey-500\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#82899380}.focus-within\:divide-grey-500\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#82899399}.focus-within\:divide-grey-500\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#828993b3}.focus-within\:divide-grey-500\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#828993bf}.focus-within\:divide-grey-500\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#828993cc}.focus-within\:divide-grey-500\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#828993e6}.focus-within\:divide-grey-500\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#828993f2}.focus-within\:divide-grey-500\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#828993}.focus-within\:divide-grey-600\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#47556900}.focus-within\:divide-grey-600\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#4755690d}.focus-within\:divide-grey-600\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#4755691a}.focus-within\:divide-grey-600\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#47556933}.focus-within\:divide-grey-600\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#47556940}.focus-within\:divide-grey-600\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#4755694d}.focus-within\:divide-grey-600\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#47556966}.focus-within\:divide-grey-600\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#47556980}.focus-within\:divide-grey-600\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#47556999}.focus-within\:divide-grey-600\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#475569b3}.focus-within\:divide-grey-600\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#475569bf}.focus-within\:divide-grey-600\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#475569cc}.focus-within\:divide-grey-600\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#475569e6}.focus-within\:divide-grey-600\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#475569f2}.focus-within\:divide-grey-600\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#475569}.focus-within\:divide-grey-700\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#3f4c5d00}.focus-within\:divide-grey-700\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#3f4c5d0d}.focus-within\:divide-grey-700\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#3f4c5d1a}.focus-within\:divide-grey-700\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#3f4c5d33}.focus-within\:divide-grey-700\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#3f4c5d40}.focus-within\:divide-grey-700\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#3f4c5d4d}.focus-within\:divide-grey-700\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#3f4c5d66}.focus-within\:divide-grey-700\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#3f4c5d80}.focus-within\:divide-grey-700\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#3f4c5d99}.focus-within\:divide-grey-700\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#3f4c5db3}.focus-within\:divide-grey-700\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#3f4c5dbf}.focus-within\:divide-grey-700\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#3f4c5dcc}.focus-within\:divide-grey-700\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#3f4c5de6}.focus-within\:divide-grey-700\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#3f4c5df2}.focus-within\:divide-grey-700\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#3f4c5d}.focus-within\:divide-grey-800\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#36415100}.focus-within\:divide-grey-800\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#3641510d}.focus-within\:divide-grey-800\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#3641511a}.focus-within\:divide-grey-800\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#36415133}.focus-within\:divide-grey-800\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#36415140}.focus-within\:divide-grey-800\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#3641514d}.focus-within\:divide-grey-800\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#36415166}.focus-within\:divide-grey-800\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#36415180}.focus-within\:divide-grey-800\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#36415199}.focus-within\:divide-grey-800\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#364151b3}.focus-within\:divide-grey-800\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#364151bf}.focus-within\:divide-grey-800\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#364151cc}.focus-within\:divide-grey-800\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#364151e6}.focus-within\:divide-grey-800\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#364151f2}.focus-within\:divide-grey-800\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#364151}.focus-within\:divide-grey-900\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#2c354200}.focus-within\:divide-grey-900\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#2c35420d}.focus-within\:divide-grey-900\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#2c35421a}.focus-within\:divide-grey-900\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#2c354233}.focus-within\:divide-grey-900\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#2c354240}.focus-within\:divide-grey-900\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#2c35424d}.focus-within\:divide-grey-900\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#2c354266}.focus-within\:divide-grey-900\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#2c354280}.focus-within\:divide-grey-900\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#2c354299}.focus-within\:divide-grey-900\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#2c3542b3}.focus-within\:divide-grey-900\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#2c3542bf}.focus-within\:divide-grey-900\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#2c3542cc}.focus-within\:divide-grey-900\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#2c3542e6}.focus-within\:divide-grey-900\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#2c3542f2}.focus-within\:divide-grey-900\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#2c3542}.focus-within\:divide-grey-1000\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#1f262e00}.focus-within\:divide-grey-1000\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#1f262e0d}.focus-within\:divide-grey-1000\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#1f262e1a}.focus-within\:divide-grey-1000\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#1f262e33}.focus-within\:divide-grey-1000\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#1f262e40}.focus-within\:divide-grey-1000\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#1f262e4d}.focus-within\:divide-grey-1000\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#1f262e66}.focus-within\:divide-grey-1000\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#1f262e80}.focus-within\:divide-grey-1000\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#1f262e99}.focus-within\:divide-grey-1000\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#1f262eb3}.focus-within\:divide-grey-1000\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#1f262ebf}.focus-within\:divide-grey-1000\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#1f262ecc}.focus-within\:divide-grey-1000\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#1f262ee6}.focus-within\:divide-grey-1000\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#1f262ef2}.focus-within\:divide-grey-1000\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#1f262e}.focus-within\:divide-green-1000\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#175e4400}.focus-within\:divide-green-1000\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#175e440d}.focus-within\:divide-green-1000\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#175e441a}.focus-within\:divide-green-1000\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#175e4433}.focus-within\:divide-green-1000\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#175e4440}.focus-within\:divide-green-1000\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#175e444d}.focus-within\:divide-green-1000\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#175e4466}.focus-within\:divide-green-1000\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#175e4480}.focus-within\:divide-green-1000\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#175e4499}.focus-within\:divide-green-1000\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#175e44b3}.focus-within\:divide-green-1000\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#175e44bf}.focus-within\:divide-green-1000\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#175e44cc}.focus-within\:divide-green-1000\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#175e44e6}.focus-within\:divide-green-1000\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#175e44f2}.focus-within\:divide-green-1000\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#175e44}.focus-within\:divide-blue-1000\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#102c6900}.focus-within\:divide-blue-1000\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#102c690d}.focus-within\:divide-blue-1000\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#102c691a}.focus-within\:divide-blue-1000\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#102c6933}.focus-within\:divide-blue-1000\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#102c6940}.focus-within\:divide-blue-1000\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#102c694d}.focus-within\:divide-blue-1000\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#102c6966}.focus-within\:divide-blue-1000\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#102c6980}.focus-within\:divide-blue-1000\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#102c6999}.focus-within\:divide-blue-1000\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#102c69b3}.focus-within\:divide-blue-1000\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#102c69bf}.focus-within\:divide-blue-1000\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#102c69cc}.focus-within\:divide-blue-1000\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#102c69e6}.focus-within\:divide-blue-1000\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#102c69f2}.focus-within\:divide-blue-1000\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#102c69}.focus-within\:divide-orange-1000\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#68270500}.focus-within\:divide-orange-1000\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#6827050d}.focus-within\:divide-orange-1000\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#6827051a}.focus-within\:divide-orange-1000\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#68270533}.focus-within\:divide-orange-1000\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#68270540}.focus-within\:divide-orange-1000\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#6827054d}.focus-within\:divide-orange-1000\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#68270566}.focus-within\:divide-orange-1000\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#68270580}.focus-within\:divide-orange-1000\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#68270599}.focus-within\:divide-orange-1000\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#682705b3}.focus-within\:divide-orange-1000\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#682705bf}.focus-within\:divide-orange-1000\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#682705cc}.focus-within\:divide-orange-1000\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#682705e6}.focus-within\:divide-orange-1000\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#682705f2}.focus-within\:divide-orange-1000\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#682705}.focus-within\:divide-red-1000\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#62101000}.focus-within\:divide-red-1000\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#6210100d}.focus-within\:divide-red-1000\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#6210101a}.focus-within\:divide-red-1000\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#62101033}.focus-within\:divide-red-1000\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#62101040}.focus-within\:divide-red-1000\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#6210104d}.focus-within\:divide-red-1000\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#62101066}.focus-within\:divide-red-1000\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#62101080}.focus-within\:divide-red-1000\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#62101099}.focus-within\:divide-red-1000\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#621010b3}.focus-within\:divide-red-1000\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#621010bf}.focus-within\:divide-red-1000\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#621010cc}.focus-within\:divide-red-1000\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#621010e6}.focus-within\:divide-red-1000\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#621010f2}.focus-within\:divide-red-1000\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#621010}.focus-within\:divide-primary\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa00}.focus-within\:divide-primary\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa0d}.focus-within\:divide-primary\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa1a}.focus-within\:divide-primary\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa33}.focus-within\:divide-primary\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa40}.focus-within\:divide-primary\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa4d}.focus-within\:divide-primary\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa66}.focus-within\:divide-primary\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa80}.focus-within\:divide-primary\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa99}.focus-within\:divide-primary\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfab3}.focus-within\:divide-primary\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfabf}.focus-within\:divide-primary\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfacc}.focus-within\:divide-primary\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfae6}.focus-within\:divide-primary\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfaf2}.focus-within\:divide-primary\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#a78bfa}.focus-within\:divide-primary-light\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fe00}.focus-within\:divide-primary-light\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fe0d}.focus-within\:divide-primary-light\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fe1a}.focus-within\:divide-primary-light\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fe33}.focus-within\:divide-primary-light\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fe40}.focus-within\:divide-primary-light\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fe4d}.focus-within\:divide-primary-light\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fe66}.focus-within\:divide-primary-light\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fe80}.focus-within\:divide-primary-light\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fe99}.focus-within\:divide-primary-light\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5feb3}.focus-within\:divide-primary-light\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5febf}.focus-within\:divide-primary-light\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fecc}.focus-within\:divide-primary-light\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fee6}.focus-within\:divide-primary-light\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fef2}.focus-within\:divide-primary-light\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f7f5fe}.focus-within\:divide-primary-dark\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#69579e00}.focus-within\:divide-primary-dark\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#69579e0d}.focus-within\:divide-primary-dark\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#69579e1a}.focus-within\:divide-primary-dark\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#69579e33}.focus-within\:divide-primary-dark\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#69579e40}.focus-within\:divide-primary-dark\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#69579e4d}.focus-within\:divide-primary-dark\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#69579e66}.focus-within\:divide-primary-dark\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#69579e80}.focus-within\:divide-primary-dark\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#69579e99}.focus-within\:divide-primary-dark\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#69579eb3}.focus-within\:divide-primary-dark\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#69579ebf}.focus-within\:divide-primary-dark\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#69579ecc}.focus-within\:divide-primary-dark\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#69579ee6}.focus-within\:divide-primary-dark\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#69579ef2}.focus-within\:divide-primary-dark\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#69579e}.focus-within\:divide-info\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#7690ef00}.focus-within\:divide-info\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#7690ef0d}.focus-within\:divide-info\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#7690ef1a}.focus-within\:divide-info\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#7690ef33}.focus-within\:divide-info\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#7690ef40}.focus-within\:divide-info\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#7690ef4d}.focus-within\:divide-info\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#7690ef66}.focus-within\:divide-info\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#7690ef80}.focus-within\:divide-info\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#7690ef99}.focus-within\:divide-info\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#7690efb3}.focus-within\:divide-info\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#7690efbf}.focus-within\:divide-info\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#7690efcc}.focus-within\:divide-info\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#7690efe6}.focus-within\:divide-info\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#7690eff2}.focus-within\:divide-info\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#7690ef}.focus-within\:divide-info-light\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fd00}.focus-within\:divide-info-light\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fd0d}.focus-within\:divide-info-light\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fd1a}.focus-within\:divide-info-light\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fd33}.focus-within\:divide-info-light\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fd40}.focus-within\:divide-info-light\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fd4d}.focus-within\:divide-info-light\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fd66}.focus-within\:divide-info-light\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fd80}.focus-within\:divide-info-light\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fd99}.focus-within\:divide-info-light\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fdb3}.focus-within\:divide-info-light\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fdbf}.focus-within\:divide-info-light\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fdcc}.focus-within\:divide-info-light\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fde6}.focus-within\:divide-info-light\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fdf2}.focus-within\:divide-info-light\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3fd}.focus-within\:divide-info-dark\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d200}.focus-within\:divide-info-dark\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d20d}.focus-within\:divide-info-dark\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d21a}.focus-within\:divide-info-dark\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d233}.focus-within\:divide-info-dark\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d240}.focus-within\:divide-info-dark\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d24d}.focus-within\:divide-info-dark\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d266}.focus-within\:divide-info-dark\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d280}.focus-within\:divide-info-dark\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d299}.focus-within\:divide-info-dark\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d2b3}.focus-within\:divide-info-dark\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d2bf}.focus-within\:divide-info-dark\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d2cc}.focus-within\:divide-info-dark\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d2e6}.focus-within\:divide-info-dark\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d2f2}.focus-within\:divide-info-dark\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#2158d2}.focus-within\:divide-success\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#28a37600}.focus-within\:divide-success\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#28a3760d}.focus-within\:divide-success\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#28a3761a}.focus-within\:divide-success\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#28a37633}.focus-within\:divide-success\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#28a37640}.focus-within\:divide-success\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#28a3764d}.focus-within\:divide-success\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#28a37666}.focus-within\:divide-success\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#28a37680}.focus-within\:divide-success\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#28a37699}.focus-within\:divide-success\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#28a376b3}.focus-within\:divide-success\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#28a376bf}.focus-within\:divide-success\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#28a376cc}.focus-within\:divide-success\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#28a376e6}.focus-within\:divide-success\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#28a376f2}.focus-within\:divide-success\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#28a376}.focus-within\:divide-success-light\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf600}.focus-within\:divide-success-light\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf60d}.focus-within\:divide-success-light\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf61a}.focus-within\:divide-success-light\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf633}.focus-within\:divide-success-light\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf640}.focus-within\:divide-success-light\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf64d}.focus-within\:divide-success-light\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf666}.focus-within\:divide-success-light\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf680}.focus-within\:divide-success-light\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf699}.focus-within\:divide-success-light\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf6b3}.focus-within\:divide-success-light\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf6bf}.focus-within\:divide-success-light\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf6cc}.focus-within\:divide-success-light\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf6e6}.focus-within\:divide-success-light\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf6f2}.focus-within\:divide-success-light\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f2faf6}.focus-within\:divide-success-dark\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#20856000}.focus-within\:divide-success-dark\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#2085600d}.focus-within\:divide-success-dark\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#2085601a}.focus-within\:divide-success-dark\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#20856033}.focus-within\:divide-success-dark\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#20856040}.focus-within\:divide-success-dark\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#2085604d}.focus-within\:divide-success-dark\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#20856066}.focus-within\:divide-success-dark\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#20856080}.focus-within\:divide-success-dark\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#20856099}.focus-within\:divide-success-dark\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#208560b3}.focus-within\:divide-success-dark\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#208560bf}.focus-within\:divide-success-dark\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#208560cc}.focus-within\:divide-success-dark\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#208560e6}.focus-within\:divide-success-dark\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#208560f2}.focus-within\:divide-success-dark\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#208560}.focus-within\:divide-warning\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1e00}.focus-within\:divide-warning\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1e0d}.focus-within\:divide-warning\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1e1a}.focus-within\:divide-warning\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1e33}.focus-within\:divide-warning\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1e40}.focus-within\:divide-warning\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1e4d}.focus-within\:divide-warning\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1e66}.focus-within\:divide-warning\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1e80}.focus-within\:divide-warning\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1e99}.focus-within\:divide-warning\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1eb3}.focus-within\:divide-warning\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1ebf}.focus-within\:divide-warning\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1ecc}.focus-within\:divide-warning\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1ee6}.focus-within\:divide-warning\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1ef2}.focus-within\:divide-warning\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#faac1e}.focus-within\:divide-warning-light\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f200}.focus-within\:divide-warning-light\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f20d}.focus-within\:divide-warning-light\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f21a}.focus-within\:divide-warning-light\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f233}.focus-within\:divide-warning-light\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f240}.focus-within\:divide-warning-light\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f24d}.focus-within\:divide-warning-light\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f266}.focus-within\:divide-warning-light\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f280}.focus-within\:divide-warning-light\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f299}.focus-within\:divide-warning-light\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f2b3}.focus-within\:divide-warning-light\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f2bf}.focus-within\:divide-warning-light\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f2cc}.focus-within\:divide-warning-light\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f2e6}.focus-within\:divide-warning-light\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f2f2}.focus-within\:divide-warning-light\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fef7f2}.focus-within\:divide-warning-dark\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c1200}.focus-within\:divide-warning-dark\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c120d}.focus-within\:divide-warning-dark\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c121a}.focus-within\:divide-warning-dark\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c1233}.focus-within\:divide-warning-dark\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c1240}.focus-within\:divide-warning-dark\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c124d}.focus-within\:divide-warning-dark\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c1266}.focus-within\:divide-warning-dark\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c1280}.focus-within\:divide-warning-dark\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c1299}.focus-within\:divide-warning-dark\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c12b3}.focus-within\:divide-warning-dark\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c12bf}.focus-within\:divide-warning-dark\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c12cc}.focus-within\:divide-warning-dark\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c12e6}.focus-within\:divide-warning-dark\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c12f2}.focus-within\:divide-warning-dark\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#9e6c12}.focus-within\:divide-error\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#dc262600}.focus-within\:divide-error\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#dc26260d}.focus-within\:divide-error\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#dc26261a}.focus-within\:divide-error\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#dc262633}.focus-within\:divide-error\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#dc262640}.focus-within\:divide-error\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#dc26264d}.focus-within\:divide-error\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#dc262666}.focus-within\:divide-error\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#dc262680}.focus-within\:divide-error\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#dc262699}.focus-within\:divide-error\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#dc2626b3}.focus-within\:divide-error\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#dc2626bf}.focus-within\:divide-error\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#dc2626cc}.focus-within\:divide-error\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#dc2626e6}.focus-within\:divide-error\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#dc2626f2}.focus-within\:divide-error\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#dc2626}.focus-within\:divide-error-light\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f200}.focus-within\:divide-error-light\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f20d}.focus-within\:divide-error-light\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f21a}.focus-within\:divide-error-light\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f233}.focus-within\:divide-error-light\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f240}.focus-within\:divide-error-light\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f24d}.focus-within\:divide-error-light\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f266}.focus-within\:divide-error-light\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f280}.focus-within\:divide-error-light\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f299}.focus-within\:divide-error-light\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f2b3}.focus-within\:divide-error-light\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f2bf}.focus-within\:divide-error-light\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f2cc}.focus-within\:divide-error-light\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f2e6}.focus-within\:divide-error-light\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f2f2}.focus-within\:divide-error-light\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#fbf2f2}.focus-within\:divide-error-dark\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#c4212100}.focus-within\:divide-error-dark\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#c421210d}.focus-within\:divide-error-dark\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#c421211a}.focus-within\:divide-error-dark\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#c4212133}.focus-within\:divide-error-dark\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#c4212140}.focus-within\:divide-error-dark\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#c421214d}.focus-within\:divide-error-dark\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#c4212166}.focus-within\:divide-error-dark\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#c4212180}.focus-within\:divide-error-dark\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#c4212199}.focus-within\:divide-error-dark\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#c42121b3}.focus-within\:divide-error-dark\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#c42121bf}.focus-within\:divide-error-dark\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#c42121cc}.focus-within\:divide-error-dark\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#c42121e6}.focus-within\:divide-error-dark\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#c42121f2}.focus-within\:divide-error-dark\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#c42121}.focus-within\:divide-grey\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#47556900}.focus-within\:divide-grey\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#4755690d}.focus-within\:divide-grey\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#4755691a}.focus-within\:divide-grey\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#47556933}.focus-within\:divide-grey\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#47556940}.focus-within\:divide-grey\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#4755694d}.focus-within\:divide-grey\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#47556966}.focus-within\:divide-grey\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#47556980}.focus-within\:divide-grey\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#47556999}.focus-within\:divide-grey\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#475569b3}.focus-within\:divide-grey\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#475569bf}.focus-within\:divide-grey\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#475569cc}.focus-within\:divide-grey\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#475569e6}.focus-within\:divide-grey\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#475569f2}.focus-within\:divide-grey\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#475569}.focus-within\:divide-grey-light\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f400}.focus-within\:divide-grey-light\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f40d}.focus-within\:divide-grey-light\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f41a}.focus-within\:divide-grey-light\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f433}.focus-within\:divide-grey-light\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f440}.focus-within\:divide-grey-light\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f44d}.focus-within\:divide-grey-light\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f466}.focus-within\:divide-grey-light\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f480}.focus-within\:divide-grey-light\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f499}.focus-within\:divide-grey-light\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f4b3}.focus-within\:divide-grey-light\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f4bf}.focus-within\:divide-grey-light\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f4cc}.focus-within\:divide-grey-light\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f4e6}.focus-within\:divide-grey-light\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f4f2}.focus-within\:divide-grey-light\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#f2f3f4}.focus-within\:divide-grey-dark\/0:focus-within>:not([hidden])~:not([hidden]){border-color:#2c354200}.focus-within\:divide-grey-dark\/5:focus-within>:not([hidden])~:not([hidden]){border-color:#2c35420d}.focus-within\:divide-grey-dark\/10:focus-within>:not([hidden])~:not([hidden]){border-color:#2c35421a}.focus-within\:divide-grey-dark\/20:focus-within>:not([hidden])~:not([hidden]){border-color:#2c354233}.focus-within\:divide-grey-dark\/25:focus-within>:not([hidden])~:not([hidden]){border-color:#2c354240}.focus-within\:divide-grey-dark\/30:focus-within>:not([hidden])~:not([hidden]){border-color:#2c35424d}.focus-within\:divide-grey-dark\/40:focus-within>:not([hidden])~:not([hidden]){border-color:#2c354266}.focus-within\:divide-grey-dark\/50:focus-within>:not([hidden])~:not([hidden]){border-color:#2c354280}.focus-within\:divide-grey-dark\/60:focus-within>:not([hidden])~:not([hidden]){border-color:#2c354299}.focus-within\:divide-grey-dark\/70:focus-within>:not([hidden])~:not([hidden]){border-color:#2c3542b3}.focus-within\:divide-grey-dark\/75:focus-within>:not([hidden])~:not([hidden]){border-color:#2c3542bf}.focus-within\:divide-grey-dark\/80:focus-within>:not([hidden])~:not([hidden]){border-color:#2c3542cc}.focus-within\:divide-grey-dark\/90:focus-within>:not([hidden])~:not([hidden]){border-color:#2c3542e6}.focus-within\:divide-grey-dark\/95:focus-within>:not([hidden])~:not([hidden]){border-color:#2c3542f2}.focus-within\:divide-grey-dark\/100:focus-within>:not([hidden])~:not([hidden]){border-color:#2c3542}.focus-within\:border-red-50:focus-within{--tw-border-opacity: 1;border-color:rgb(254 242 242 / var(--tw-border-opacity))}.focus-within\:border-red-100:focus-within{--tw-border-opacity: 1;border-color:rgb(251 242 242 / var(--tw-border-opacity))}.focus-within\:border-red-200:focus-within{--tw-border-opacity: 1;border-color:rgb(248 228 228 / var(--tw-border-opacity))}.focus-within\:border-red-300:focus-within{--tw-border-opacity: 1;border-color:rgb(241 198 198 / var(--tw-border-opacity))}.focus-within\:border-red-400:focus-within{--tw-border-opacity: 1;border-color:rgb(234 163 163 / var(--tw-border-opacity))}.focus-within\:border-red-500:focus-within{--tw-border-opacity: 1;border-color:rgb(227 118 118 / var(--tw-border-opacity))}.focus-within\:border-red-600:focus-within{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}.focus-within\:border-red-700:focus-within{--tw-border-opacity: 1;border-color:rgb(196 33 33 / var(--tw-border-opacity))}.focus-within\:border-red-800:focus-within{--tw-border-opacity: 1;border-color:rgb(170 29 29 / var(--tw-border-opacity))}.focus-within\:border-red-900:focus-within{--tw-border-opacity: 1;border-color:rgb(139 24 24 / var(--tw-border-opacity))}.focus-within\:border-orange-50:focus-within{--tw-border-opacity: 1;border-color:rgb(255 247 237 / var(--tw-border-opacity))}.focus-within\:border-orange-100:focus-within{--tw-border-opacity: 1;border-color:rgb(252 243 241 / var(--tw-border-opacity))}.focus-within\:border-orange-200:focus-within{--tw-border-opacity: 1;border-color:rgb(250 231 228 / var(--tw-border-opacity))}.focus-within\:border-orange-300:focus-within{--tw-border-opacity: 1;border-color:rgb(246 205 197 / var(--tw-border-opacity))}.focus-within\:border-orange-400:focus-within{--tw-border-opacity: 1;border-color:rgb(242 175 161 / var(--tw-border-opacity))}.focus-within\:border-orange-500:focus-within{--tw-border-opacity: 1;border-color:rgb(238 138 114 / var(--tw-border-opacity))}.focus-within\:border-orange-600:focus-within{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity))}.focus-within\:border-orange-700:focus-within{--tw-border-opacity: 1;border-color:rgb(209 78 10 / var(--tw-border-opacity))}.focus-within\:border-orange-800:focus-within{--tw-border-opacity: 1;border-color:rgb(181 68 9 / var(--tw-border-opacity))}.focus-within\:border-orange-900:focus-within{--tw-border-opacity: 1;border-color:rgb(147 55 7 / var(--tw-border-opacity))}.focus-within\:border-yellow-50:focus-within{--tw-border-opacity: 1;border-color:rgb(254 252 232 / var(--tw-border-opacity))}.focus-within\:border-yellow-100:focus-within{--tw-border-opacity: 1;border-color:rgb(254 243 199 / var(--tw-border-opacity))}.focus-within\:border-yellow-200:focus-within{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity))}.focus-within\:border-yellow-300:focus-within{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity))}.focus-within\:border-yellow-400:focus-within{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity))}.focus-within\:border-yellow-500:focus-within{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}.focus-within\:border-yellow-600:focus-within{--tw-border-opacity: 1;border-color:rgb(217 119 6 / var(--tw-border-opacity))}.focus-within\:border-yellow-700:focus-within{--tw-border-opacity: 1;border-color:rgb(180 83 9 / var(--tw-border-opacity))}.focus-within\:border-yellow-800:focus-within{--tw-border-opacity: 1;border-color:rgb(146 64 14 / var(--tw-border-opacity))}.focus-within\:border-yellow-900:focus-within{--tw-border-opacity: 1;border-color:rgb(120 53 15 / var(--tw-border-opacity))}.focus-within\:border-green-50:focus-within{--tw-border-opacity: 1;border-color:rgb(240 253 244 / var(--tw-border-opacity))}.focus-within\:border-green-100:focus-within{--tw-border-opacity: 1;border-color:rgb(242 250 246 / var(--tw-border-opacity))}.focus-within\:border-green-200:focus-within{--tw-border-opacity: 1;border-color:rgb(229 246 238 / var(--tw-border-opacity))}.focus-within\:border-green-300:focus-within{--tw-border-opacity: 1;border-color:rgb(200 238 219 / var(--tw-border-opacity))}.focus-within\:border-green-400:focus-within{--tw-border-opacity: 1;border-color:rgb(166 229 200 / var(--tw-border-opacity))}.focus-within\:border-green-500:focus-within{--tw-border-opacity: 1;border-color:rgb(123 220 178 / var(--tw-border-opacity))}.focus-within\:border-green-600:focus-within{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity))}.focus-within\:border-green-700:focus-within{--tw-border-opacity: 1;border-color:rgb(46 188 136 / var(--tw-border-opacity))}.focus-within\:border-green-800:focus-within{--tw-border-opacity: 1;border-color:rgb(40 163 118 / var(--tw-border-opacity))}.focus-within\:border-green-900:focus-within{--tw-border-opacity: 1;border-color:rgb(32 133 96 / var(--tw-border-opacity))}.focus-within\:border-emerald-50:focus-within{--tw-border-opacity: 1;border-color:rgb(236 253 245 / var(--tw-border-opacity))}.focus-within\:border-emerald-100:focus-within{--tw-border-opacity: 1;border-color:rgb(209 250 229 / var(--tw-border-opacity))}.focus-within\:border-emerald-200:focus-within{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity))}.focus-within\:border-emerald-300:focus-within{--tw-border-opacity: 1;border-color:rgb(110 231 183 / var(--tw-border-opacity))}.focus-within\:border-emerald-400:focus-within{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity))}.focus-within\:border-emerald-500:focus-within{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity))}.focus-within\:border-emerald-600:focus-within{--tw-border-opacity: 1;border-color:rgb(5 150 105 / var(--tw-border-opacity))}.focus-within\:border-emerald-700:focus-within{--tw-border-opacity: 1;border-color:rgb(4 120 87 / var(--tw-border-opacity))}.focus-within\:border-emerald-800:focus-within{--tw-border-opacity: 1;border-color:rgb(6 95 70 / var(--tw-border-opacity))}.focus-within\:border-emerald-900:focus-within{--tw-border-opacity: 1;border-color:rgb(6 78 59 / var(--tw-border-opacity))}.focus-within\:border-teal-50:focus-within{--tw-border-opacity: 1;border-color:rgb(240 253 250 / var(--tw-border-opacity))}.focus-within\:border-teal-100:focus-within{--tw-border-opacity: 1;border-color:rgb(204 251 241 / var(--tw-border-opacity))}.focus-within\:border-teal-200:focus-within{--tw-border-opacity: 1;border-color:rgb(153 246 228 / var(--tw-border-opacity))}.focus-within\:border-teal-300:focus-within{--tw-border-opacity: 1;border-color:rgb(94 234 212 / var(--tw-border-opacity))}.focus-within\:border-teal-400:focus-within{--tw-border-opacity: 1;border-color:rgb(45 212 191 / var(--tw-border-opacity))}.focus-within\:border-teal-500:focus-within{--tw-border-opacity: 1;border-color:rgb(20 184 166 / var(--tw-border-opacity))}.focus-within\:border-teal-600:focus-within{--tw-border-opacity: 1;border-color:rgb(13 148 136 / var(--tw-border-opacity))}.focus-within\:border-teal-700:focus-within{--tw-border-opacity: 1;border-color:rgb(15 118 110 / var(--tw-border-opacity))}.focus-within\:border-teal-800:focus-within{--tw-border-opacity: 1;border-color:rgb(17 94 89 / var(--tw-border-opacity))}.focus-within\:border-teal-900:focus-within{--tw-border-opacity: 1;border-color:rgb(19 78 74 / var(--tw-border-opacity))}.focus-within\:border-sky-50:focus-within{--tw-border-opacity: 1;border-color:rgb(240 249 255 / var(--tw-border-opacity))}.focus-within\:border-sky-100:focus-within{--tw-border-opacity: 1;border-color:rgb(224 242 254 / var(--tw-border-opacity))}.focus-within\:border-sky-200:focus-within{--tw-border-opacity: 1;border-color:rgb(186 230 253 / var(--tw-border-opacity))}.focus-within\:border-sky-300:focus-within{--tw-border-opacity: 1;border-color:rgb(125 211 252 / var(--tw-border-opacity))}.focus-within\:border-sky-400:focus-within{--tw-border-opacity: 1;border-color:rgb(56 189 248 / var(--tw-border-opacity))}.focus-within\:border-sky-500:focus-within{--tw-border-opacity: 1;border-color:rgb(14 165 233 / var(--tw-border-opacity))}.focus-within\:border-sky-600:focus-within{--tw-border-opacity: 1;border-color:rgb(2 132 199 / var(--tw-border-opacity))}.focus-within\:border-sky-700:focus-within{--tw-border-opacity: 1;border-color:rgb(3 105 161 / var(--tw-border-opacity))}.focus-within\:border-sky-800:focus-within{--tw-border-opacity: 1;border-color:rgb(7 89 133 / var(--tw-border-opacity))}.focus-within\:border-sky-900:focus-within{--tw-border-opacity: 1;border-color:rgb(12 74 110 / var(--tw-border-opacity))}.focus-within\:border-blue-50:focus-within{--tw-border-opacity: 1;border-color:rgb(239 246 255 / var(--tw-border-opacity))}.focus-within\:border-blue-100:focus-within{--tw-border-opacity: 1;border-color:rgb(242 243 253 / var(--tw-border-opacity))}.focus-within\:border-blue-200:focus-within{--tw-border-opacity: 1;border-color:rgb(228 232 251 / var(--tw-border-opacity))}.focus-within\:border-blue-300:focus-within{--tw-border-opacity: 1;border-color:rgb(198 207 247 / var(--tw-border-opacity))}.focus-within\:border-blue-400:focus-within{--tw-border-opacity: 1;border-color:rgb(163 178 243 / var(--tw-border-opacity))}.focus-within\:border-blue-500:focus-within{--tw-border-opacity: 1;border-color:rgb(118 144 239 / var(--tw-border-opacity))}.focus-within\:border-blue-600:focus-within{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity))}.focus-within\:border-blue-700:focus-within{--tw-border-opacity: 1;border-color:rgb(33 88 210 / var(--tw-border-opacity))}.focus-within\:border-blue-800:focus-within{--tw-border-opacity: 1;border-color:rgb(28 76 182 / var(--tw-border-opacity))}.focus-within\:border-blue-900:focus-within{--tw-border-opacity: 1;border-color:rgb(23 62 148 / var(--tw-border-opacity))}.focus-within\:border-indigo-50:focus-within{--tw-border-opacity: 1;border-color:rgb(238 242 255 / var(--tw-border-opacity))}.focus-within\:border-indigo-100:focus-within{--tw-border-opacity: 1;border-color:rgb(224 231 255 / var(--tw-border-opacity))}.focus-within\:border-indigo-200:focus-within{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity))}.focus-within\:border-indigo-300:focus-within{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity))}.focus-within\:border-indigo-400:focus-within{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity))}.focus-within\:border-indigo-500:focus-within{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity))}.focus-within\:border-indigo-600:focus-within{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity))}.focus-within\:border-indigo-700:focus-within{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity))}.focus-within\:border-indigo-800:focus-within{--tw-border-opacity: 1;border-color:rgb(55 48 163 / var(--tw-border-opacity))}.focus-within\:border-indigo-900:focus-within{--tw-border-opacity: 1;border-color:rgb(49 46 129 / var(--tw-border-opacity))}.focus-within\:border-violet-50:focus-within{--tw-border-opacity: 1;border-color:rgb(245 243 255 / var(--tw-border-opacity))}.focus-within\:border-violet-100:focus-within{--tw-border-opacity: 1;border-color:rgb(237 233 254 / var(--tw-border-opacity))}.focus-within\:border-violet-200:focus-within{--tw-border-opacity: 1;border-color:rgb(221 214 254 / var(--tw-border-opacity))}.focus-within\:border-violet-300:focus-within{--tw-border-opacity: 1;border-color:rgb(196 181 253 / var(--tw-border-opacity))}.focus-within\:border-violet-400:focus-within{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity))}.focus-within\:border-violet-500:focus-within{--tw-border-opacity: 1;border-color:rgb(139 92 246 / var(--tw-border-opacity))}.focus-within\:border-violet-600:focus-within{--tw-border-opacity: 1;border-color:rgb(124 58 237 / var(--tw-border-opacity))}.focus-within\:border-violet-700:focus-within{--tw-border-opacity: 1;border-color:rgb(109 40 217 / var(--tw-border-opacity))}.focus-within\:border-violet-800:focus-within{--tw-border-opacity: 1;border-color:rgb(91 33 182 / var(--tw-border-opacity))}.focus-within\:border-violet-900:focus-within{--tw-border-opacity: 1;border-color:rgb(76 29 149 / var(--tw-border-opacity))}.focus-within\:border-fuchsia-50:focus-within{--tw-border-opacity: 1;border-color:rgb(253 244 255 / var(--tw-border-opacity))}.focus-within\:border-fuchsia-100:focus-within{--tw-border-opacity: 1;border-color:rgb(250 232 255 / var(--tw-border-opacity))}.focus-within\:border-fuchsia-200:focus-within{--tw-border-opacity: 1;border-color:rgb(245 208 254 / var(--tw-border-opacity))}.focus-within\:border-fuchsia-300:focus-within{--tw-border-opacity: 1;border-color:rgb(240 171 252 / var(--tw-border-opacity))}.focus-within\:border-fuchsia-400:focus-within{--tw-border-opacity: 1;border-color:rgb(232 121 249 / var(--tw-border-opacity))}.focus-within\:border-fuchsia-500:focus-within{--tw-border-opacity: 1;border-color:rgb(217 70 239 / var(--tw-border-opacity))}.focus-within\:border-fuchsia-600:focus-within{--tw-border-opacity: 1;border-color:rgb(192 38 211 / var(--tw-border-opacity))}.focus-within\:border-fuchsia-700:focus-within{--tw-border-opacity: 1;border-color:rgb(162 28 175 / var(--tw-border-opacity))}.focus-within\:border-fuchsia-800:focus-within{--tw-border-opacity: 1;border-color:rgb(134 25 143 / var(--tw-border-opacity))}.focus-within\:border-fuchsia-900:focus-within{--tw-border-opacity: 1;border-color:rgb(112 26 117 / var(--tw-border-opacity))}.focus-within\:border-pink-50:focus-within{--tw-border-opacity: 1;border-color:rgb(253 242 248 / var(--tw-border-opacity))}.focus-within\:border-pink-100:focus-within{--tw-border-opacity: 1;border-color:rgb(252 231 243 / var(--tw-border-opacity))}.focus-within\:border-pink-200:focus-within{--tw-border-opacity: 1;border-color:rgb(251 207 232 / var(--tw-border-opacity))}.focus-within\:border-pink-300:focus-within{--tw-border-opacity: 1;border-color:rgb(249 168 212 / var(--tw-border-opacity))}.focus-within\:border-pink-400:focus-within{--tw-border-opacity: 1;border-color:rgb(244 114 182 / var(--tw-border-opacity))}.focus-within\:border-pink-500:focus-within{--tw-border-opacity: 1;border-color:rgb(236 72 153 / var(--tw-border-opacity))}.focus-within\:border-pink-600:focus-within{--tw-border-opacity: 1;border-color:rgb(219 39 119 / var(--tw-border-opacity))}.focus-within\:border-pink-700:focus-within{--tw-border-opacity: 1;border-color:rgb(190 24 93 / var(--tw-border-opacity))}.focus-within\:border-pink-800:focus-within{--tw-border-opacity: 1;border-color:rgb(157 23 77 / var(--tw-border-opacity))}.focus-within\:border-pink-900:focus-within{--tw-border-opacity: 1;border-color:rgb(131 24 67 / var(--tw-border-opacity))}.focus-within\:border-rose-50:focus-within{--tw-border-opacity: 1;border-color:rgb(255 241 242 / var(--tw-border-opacity))}.focus-within\:border-rose-100:focus-within{--tw-border-opacity: 1;border-color:rgb(255 228 230 / var(--tw-border-opacity))}.focus-within\:border-rose-200:focus-within{--tw-border-opacity: 1;border-color:rgb(254 205 211 / var(--tw-border-opacity))}.focus-within\:border-rose-300:focus-within{--tw-border-opacity: 1;border-color:rgb(253 164 175 / var(--tw-border-opacity))}.focus-within\:border-rose-400:focus-within{--tw-border-opacity: 1;border-color:rgb(251 113 133 / var(--tw-border-opacity))}.focus-within\:border-rose-500:focus-within{--tw-border-opacity: 1;border-color:rgb(244 63 94 / var(--tw-border-opacity))}.focus-within\:border-rose-600:focus-within{--tw-border-opacity: 1;border-color:rgb(225 29 72 / var(--tw-border-opacity))}.focus-within\:border-rose-700:focus-within{--tw-border-opacity: 1;border-color:rgb(190 18 60 / var(--tw-border-opacity))}.focus-within\:border-rose-800:focus-within{--tw-border-opacity: 1;border-color:rgb(159 18 57 / var(--tw-border-opacity))}.focus-within\:border-rose-900:focus-within{--tw-border-opacity: 1;border-color:rgb(136 19 55 / var(--tw-border-opacity))}.focus-within\:border-primary-100:focus-within{--tw-border-opacity: 1;border-color:rgb(242 243 244 / var(--tw-border-opacity))}.focus-within\:border-primary-200:focus-within{--tw-border-opacity: 1;border-color:rgb(232 232 240 / var(--tw-border-opacity))}.focus-within\:border-primary-300:focus-within{--tw-border-opacity: 1;border-color:rgb(208 208 225 / var(--tw-border-opacity))}.focus-within\:border-primary-400:focus-within{--tw-border-opacity: 1;border-color:rgb(180 180 209 / var(--tw-border-opacity))}.focus-within\:border-primary-500:focus-within{--tw-border-opacity: 1;border-color:rgb(147 147 191 / var(--tw-border-opacity))}.focus-within\:border-primary-600:focus-within{--tw-border-opacity: 1;border-color:rgb(104 104 172 / var(--tw-border-opacity))}.focus-within\:border-primary-700:focus-within{--tw-border-opacity: 1;border-color:rgb(93 93 153 / var(--tw-border-opacity))}.focus-within\:border-primary-800:focus-within{--tw-border-opacity: 1;border-color:rgb(80 80 133 / var(--tw-border-opacity))}.focus-within\:border-primary-900:focus-within{--tw-border-opacity: 1;border-color:rgb(65 65 108 / var(--tw-border-opacity))}.focus-within\:border-primary-1000:focus-within{--tw-border-opacity: 1;border-color:rgb(46 46 76 / var(--tw-border-opacity))}.focus-within\:border-primary-highlight-100:focus-within{--tw-border-opacity: 1;border-color:rgb(247 245 254 / var(--tw-border-opacity))}.focus-within\:border-primary-highlight-200:focus-within{--tw-border-opacity: 1;border-color:rgb(239 236 254 / var(--tw-border-opacity))}.focus-within\:border-primary-highlight-300:focus-within{--tw-border-opacity: 1;border-color:rgb(223 216 253 / var(--tw-border-opacity))}.focus-within\:border-primary-highlight-400:focus-within{--tw-border-opacity: 1;border-color:rgb(206 193 252 / var(--tw-border-opacity))}.focus-within\:border-primary-highlight-500:focus-within{--tw-border-opacity: 1;border-color:rgb(187 168 251 / var(--tw-border-opacity))}.focus-within\:border-primary-highlight-600:focus-within{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity))}.focus-within\:border-primary-highlight-700:focus-within{--tw-border-opacity: 1;border-color:rgb(149 124 223 / var(--tw-border-opacity))}.focus-within\:border-primary-highlight-800:focus-within{--tw-border-opacity: 1;border-color:rgb(129 107 193 / var(--tw-border-opacity))}.focus-within\:border-primary-highlight-900:focus-within{--tw-border-opacity: 1;border-color:rgb(105 87 158 / var(--tw-border-opacity))}.focus-within\:border-primary-highlight-1000:focus-within{--tw-border-opacity: 1;border-color:rgb(74 62 111 / var(--tw-border-opacity))}.focus-within\:border-secondary-100:focus-within{--tw-border-opacity: 1;border-color:rgb(254 247 242 / var(--tw-border-opacity))}.focus-within\:border-secondary-200:focus-within{--tw-border-opacity: 1;border-color:rgb(254 240 228 / var(--tw-border-opacity))}.focus-within\:border-secondary-300:focus-within{--tw-border-opacity: 1;border-color:rgb(253 225 198 / var(--tw-border-opacity))}.focus-within\:border-secondary-400:focus-within{--tw-border-opacity: 1;border-color:rgb(252 209 162 / var(--tw-border-opacity))}.focus-within\:border-secondary-500:focus-within{--tw-border-opacity: 1;border-color:rgb(251 191 117 / var(--tw-border-opacity))}.focus-within\:border-secondary-600:focus-within{--tw-border-opacity: 1;border-color:rgb(250 172 30 / var(--tw-border-opacity))}.focus-within\:border-secondary-700:focus-within{--tw-border-opacity: 1;border-color:rgb(223 153 26 / var(--tw-border-opacity))}.focus-within\:border-secondary-800:focus-within{--tw-border-opacity: 1;border-color:rgb(193 133 23 / var(--tw-border-opacity))}.focus-within\:border-secondary-900:focus-within{--tw-border-opacity: 1;border-color:rgb(158 108 18 / var(--tw-border-opacity))}.focus-within\:border-secondary-1000:focus-within{--tw-border-opacity: 1;border-color:rgb(111 76 13 / var(--tw-border-opacity))}.focus-within\:border-grey-100:focus-within{--tw-border-opacity: 1;border-color:rgb(242 243 244 / var(--tw-border-opacity))}.focus-within\:border-grey-200:focus-within{--tw-border-opacity: 1;border-color:rgb(230 231 232 / var(--tw-border-opacity))}.focus-within\:border-grey-300:focus-within{--tw-border-opacity: 1;border-color:rgb(202 204 208 / var(--tw-border-opacity))}.focus-within\:border-grey-400:focus-within{--tw-border-opacity: 1;border-color:rgb(170 174 180 / var(--tw-border-opacity))}.focus-within\:border-grey-500:focus-within{--tw-border-opacity: 1;border-color:rgb(130 137 147 / var(--tw-border-opacity))}.focus-within\:border-grey-600:focus-within{--tw-border-opacity: 1;border-color:rgb(71 85 105 / var(--tw-border-opacity))}.focus-within\:border-grey-700:focus-within{--tw-border-opacity: 1;border-color:rgb(63 76 93 / var(--tw-border-opacity))}.focus-within\:border-grey-800:focus-within{--tw-border-opacity: 1;border-color:rgb(54 65 81 / var(--tw-border-opacity))}.focus-within\:border-grey-900:focus-within{--tw-border-opacity: 1;border-color:rgb(44 53 66 / var(--tw-border-opacity))}.focus-within\:border-grey-1000:focus-within{--tw-border-opacity: 1;border-color:rgb(31 38 46 / var(--tw-border-opacity))}.focus-within\:border-green-1000:focus-within{--tw-border-opacity: 1;border-color:rgb(23 94 68 / var(--tw-border-opacity))}.focus-within\:border-blue-1000:focus-within{--tw-border-opacity: 1;border-color:rgb(16 44 105 / var(--tw-border-opacity))}.focus-within\:border-orange-1000:focus-within{--tw-border-opacity: 1;border-color:rgb(104 39 5 / var(--tw-border-opacity))}.focus-within\:border-red-1000:focus-within{--tw-border-opacity: 1;border-color:rgb(98 16 16 / var(--tw-border-opacity))}.focus-within\:border-primary:focus-within{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity))}.focus-within\:border-primary-light:focus-within{--tw-border-opacity: 1;border-color:rgb(247 245 254 / var(--tw-border-opacity))}.focus-within\:border-primary-dark:focus-within{--tw-border-opacity: 1;border-color:rgb(105 87 158 / var(--tw-border-opacity))}.focus-within\:border-info:focus-within{--tw-border-opacity: 1;border-color:rgb(118 144 239 / var(--tw-border-opacity))}.focus-within\:border-info-light:focus-within{--tw-border-opacity: 1;border-color:rgb(242 243 253 / var(--tw-border-opacity))}.focus-within\:border-info-dark:focus-within{--tw-border-opacity: 1;border-color:rgb(33 88 210 / var(--tw-border-opacity))}.focus-within\:border-success:focus-within{--tw-border-opacity: 1;border-color:rgb(40 163 118 / var(--tw-border-opacity))}.focus-within\:border-success-light:focus-within{--tw-border-opacity: 1;border-color:rgb(242 250 246 / var(--tw-border-opacity))}.focus-within\:border-success-dark:focus-within{--tw-border-opacity: 1;border-color:rgb(32 133 96 / var(--tw-border-opacity))}.focus-within\:border-warning:focus-within{--tw-border-opacity: 1;border-color:rgb(250 172 30 / var(--tw-border-opacity))}.focus-within\:border-warning-light:focus-within{--tw-border-opacity: 1;border-color:rgb(254 247 242 / var(--tw-border-opacity))}.focus-within\:border-warning-dark:focus-within{--tw-border-opacity: 1;border-color:rgb(158 108 18 / var(--tw-border-opacity))}.focus-within\:border-error:focus-within{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}.focus-within\:border-error-light:focus-within{--tw-border-opacity: 1;border-color:rgb(251 242 242 / var(--tw-border-opacity))}.focus-within\:border-error-dark:focus-within{--tw-border-opacity: 1;border-color:rgb(196 33 33 / var(--tw-border-opacity))}.focus-within\:border-grey:focus-within{--tw-border-opacity: 1;border-color:rgb(71 85 105 / var(--tw-border-opacity))}.focus-within\:border-grey-light:focus-within{--tw-border-opacity: 1;border-color:rgb(242 243 244 / var(--tw-border-opacity))}.focus-within\:border-grey-dark:focus-within{--tw-border-opacity: 1;border-color:rgb(44 53 66 / var(--tw-border-opacity))}.focus-within\:border-red-50\/0:focus-within{border-color:#fef2f200}.focus-within\:border-red-50\/5:focus-within{border-color:#fef2f20d}.focus-within\:border-red-50\/10:focus-within{border-color:#fef2f21a}.focus-within\:border-red-50\/20:focus-within{border-color:#fef2f233}.focus-within\:border-red-50\/25:focus-within{border-color:#fef2f240}.focus-within\:border-red-50\/30:focus-within{border-color:#fef2f24d}.focus-within\:border-red-50\/40:focus-within{border-color:#fef2f266}.focus-within\:border-red-50\/50:focus-within{border-color:#fef2f280}.focus-within\:border-red-50\/60:focus-within{border-color:#fef2f299}.focus-within\:border-red-50\/70:focus-within{border-color:#fef2f2b3}.focus-within\:border-red-50\/75:focus-within{border-color:#fef2f2bf}.focus-within\:border-red-50\/80:focus-within{border-color:#fef2f2cc}.focus-within\:border-red-50\/90:focus-within{border-color:#fef2f2e6}.focus-within\:border-red-50\/95:focus-within{border-color:#fef2f2f2}.focus-within\:border-red-50\/100:focus-within{border-color:#fef2f2}.focus-within\:border-red-100\/0:focus-within{border-color:#fbf2f200}.focus-within\:border-red-100\/5:focus-within{border-color:#fbf2f20d}.focus-within\:border-red-100\/10:focus-within{border-color:#fbf2f21a}.focus-within\:border-red-100\/20:focus-within{border-color:#fbf2f233}.focus-within\:border-red-100\/25:focus-within{border-color:#fbf2f240}.focus-within\:border-red-100\/30:focus-within{border-color:#fbf2f24d}.focus-within\:border-red-100\/40:focus-within{border-color:#fbf2f266}.focus-within\:border-red-100\/50:focus-within{border-color:#fbf2f280}.focus-within\:border-red-100\/60:focus-within{border-color:#fbf2f299}.focus-within\:border-red-100\/70:focus-within{border-color:#fbf2f2b3}.focus-within\:border-red-100\/75:focus-within{border-color:#fbf2f2bf}.focus-within\:border-red-100\/80:focus-within{border-color:#fbf2f2cc}.focus-within\:border-red-100\/90:focus-within{border-color:#fbf2f2e6}.focus-within\:border-red-100\/95:focus-within{border-color:#fbf2f2f2}.focus-within\:border-red-100\/100:focus-within{border-color:#fbf2f2}.focus-within\:border-red-200\/0:focus-within{border-color:#f8e4e400}.focus-within\:border-red-200\/5:focus-within{border-color:#f8e4e40d}.focus-within\:border-red-200\/10:focus-within{border-color:#f8e4e41a}.focus-within\:border-red-200\/20:focus-within{border-color:#f8e4e433}.focus-within\:border-red-200\/25:focus-within{border-color:#f8e4e440}.focus-within\:border-red-200\/30:focus-within{border-color:#f8e4e44d}.focus-within\:border-red-200\/40:focus-within{border-color:#f8e4e466}.focus-within\:border-red-200\/50:focus-within{border-color:#f8e4e480}.focus-within\:border-red-200\/60:focus-within{border-color:#f8e4e499}.focus-within\:border-red-200\/70:focus-within{border-color:#f8e4e4b3}.focus-within\:border-red-200\/75:focus-within{border-color:#f8e4e4bf}.focus-within\:border-red-200\/80:focus-within{border-color:#f8e4e4cc}.focus-within\:border-red-200\/90:focus-within{border-color:#f8e4e4e6}.focus-within\:border-red-200\/95:focus-within{border-color:#f8e4e4f2}.focus-within\:border-red-200\/100:focus-within{border-color:#f8e4e4}.focus-within\:border-red-300\/0:focus-within{border-color:#f1c6c600}.focus-within\:border-red-300\/5:focus-within{border-color:#f1c6c60d}.focus-within\:border-red-300\/10:focus-within{border-color:#f1c6c61a}.focus-within\:border-red-300\/20:focus-within{border-color:#f1c6c633}.focus-within\:border-red-300\/25:focus-within{border-color:#f1c6c640}.focus-within\:border-red-300\/30:focus-within{border-color:#f1c6c64d}.focus-within\:border-red-300\/40:focus-within{border-color:#f1c6c666}.focus-within\:border-red-300\/50:focus-within{border-color:#f1c6c680}.focus-within\:border-red-300\/60:focus-within{border-color:#f1c6c699}.focus-within\:border-red-300\/70:focus-within{border-color:#f1c6c6b3}.focus-within\:border-red-300\/75:focus-within{border-color:#f1c6c6bf}.focus-within\:border-red-300\/80:focus-within{border-color:#f1c6c6cc}.focus-within\:border-red-300\/90:focus-within{border-color:#f1c6c6e6}.focus-within\:border-red-300\/95:focus-within{border-color:#f1c6c6f2}.focus-within\:border-red-300\/100:focus-within{border-color:#f1c6c6}.focus-within\:border-red-400\/0:focus-within{border-color:#eaa3a300}.focus-within\:border-red-400\/5:focus-within{border-color:#eaa3a30d}.focus-within\:border-red-400\/10:focus-within{border-color:#eaa3a31a}.focus-within\:border-red-400\/20:focus-within{border-color:#eaa3a333}.focus-within\:border-red-400\/25:focus-within{border-color:#eaa3a340}.focus-within\:border-red-400\/30:focus-within{border-color:#eaa3a34d}.focus-within\:border-red-400\/40:focus-within{border-color:#eaa3a366}.focus-within\:border-red-400\/50:focus-within{border-color:#eaa3a380}.focus-within\:border-red-400\/60:focus-within{border-color:#eaa3a399}.focus-within\:border-red-400\/70:focus-within{border-color:#eaa3a3b3}.focus-within\:border-red-400\/75:focus-within{border-color:#eaa3a3bf}.focus-within\:border-red-400\/80:focus-within{border-color:#eaa3a3cc}.focus-within\:border-red-400\/90:focus-within{border-color:#eaa3a3e6}.focus-within\:border-red-400\/95:focus-within{border-color:#eaa3a3f2}.focus-within\:border-red-400\/100:focus-within{border-color:#eaa3a3}.focus-within\:border-red-500\/0:focus-within{border-color:#e3767600}.focus-within\:border-red-500\/5:focus-within{border-color:#e376760d}.focus-within\:border-red-500\/10:focus-within{border-color:#e376761a}.focus-within\:border-red-500\/20:focus-within{border-color:#e3767633}.focus-within\:border-red-500\/25:focus-within{border-color:#e3767640}.focus-within\:border-red-500\/30:focus-within{border-color:#e376764d}.focus-within\:border-red-500\/40:focus-within{border-color:#e3767666}.focus-within\:border-red-500\/50:focus-within{border-color:#e3767680}.focus-within\:border-red-500\/60:focus-within{border-color:#e3767699}.focus-within\:border-red-500\/70:focus-within{border-color:#e37676b3}.focus-within\:border-red-500\/75:focus-within{border-color:#e37676bf}.focus-within\:border-red-500\/80:focus-within{border-color:#e37676cc}.focus-within\:border-red-500\/90:focus-within{border-color:#e37676e6}.focus-within\:border-red-500\/95:focus-within{border-color:#e37676f2}.focus-within\:border-red-500\/100:focus-within{border-color:#e37676}.focus-within\:border-red-600\/0:focus-within{border-color:#dc262600}.focus-within\:border-red-600\/5:focus-within{border-color:#dc26260d}.focus-within\:border-red-600\/10:focus-within{border-color:#dc26261a}.focus-within\:border-red-600\/20:focus-within{border-color:#dc262633}.focus-within\:border-red-600\/25:focus-within{border-color:#dc262640}.focus-within\:border-red-600\/30:focus-within{border-color:#dc26264d}.focus-within\:border-red-600\/40:focus-within{border-color:#dc262666}.focus-within\:border-red-600\/50:focus-within{border-color:#dc262680}.focus-within\:border-red-600\/60:focus-within{border-color:#dc262699}.focus-within\:border-red-600\/70:focus-within{border-color:#dc2626b3}.focus-within\:border-red-600\/75:focus-within{border-color:#dc2626bf}.focus-within\:border-red-600\/80:focus-within{border-color:#dc2626cc}.focus-within\:border-red-600\/90:focus-within{border-color:#dc2626e6}.focus-within\:border-red-600\/95:focus-within{border-color:#dc2626f2}.focus-within\:border-red-600\/100:focus-within{border-color:#dc2626}.focus-within\:border-red-700\/0:focus-within{border-color:#c4212100}.focus-within\:border-red-700\/5:focus-within{border-color:#c421210d}.focus-within\:border-red-700\/10:focus-within{border-color:#c421211a}.focus-within\:border-red-700\/20:focus-within{border-color:#c4212133}.focus-within\:border-red-700\/25:focus-within{border-color:#c4212140}.focus-within\:border-red-700\/30:focus-within{border-color:#c421214d}.focus-within\:border-red-700\/40:focus-within{border-color:#c4212166}.focus-within\:border-red-700\/50:focus-within{border-color:#c4212180}.focus-within\:border-red-700\/60:focus-within{border-color:#c4212199}.focus-within\:border-red-700\/70:focus-within{border-color:#c42121b3}.focus-within\:border-red-700\/75:focus-within{border-color:#c42121bf}.focus-within\:border-red-700\/80:focus-within{border-color:#c42121cc}.focus-within\:border-red-700\/90:focus-within{border-color:#c42121e6}.focus-within\:border-red-700\/95:focus-within{border-color:#c42121f2}.focus-within\:border-red-700\/100:focus-within{border-color:#c42121}.focus-within\:border-red-800\/0:focus-within{border-color:#aa1d1d00}.focus-within\:border-red-800\/5:focus-within{border-color:#aa1d1d0d}.focus-within\:border-red-800\/10:focus-within{border-color:#aa1d1d1a}.focus-within\:border-red-800\/20:focus-within{border-color:#aa1d1d33}.focus-within\:border-red-800\/25:focus-within{border-color:#aa1d1d40}.focus-within\:border-red-800\/30:focus-within{border-color:#aa1d1d4d}.focus-within\:border-red-800\/40:focus-within{border-color:#aa1d1d66}.focus-within\:border-red-800\/50:focus-within{border-color:#aa1d1d80}.focus-within\:border-red-800\/60:focus-within{border-color:#aa1d1d99}.focus-within\:border-red-800\/70:focus-within{border-color:#aa1d1db3}.focus-within\:border-red-800\/75:focus-within{border-color:#aa1d1dbf}.focus-within\:border-red-800\/80:focus-within{border-color:#aa1d1dcc}.focus-within\:border-red-800\/90:focus-within{border-color:#aa1d1de6}.focus-within\:border-red-800\/95:focus-within{border-color:#aa1d1df2}.focus-within\:border-red-800\/100:focus-within{border-color:#aa1d1d}.focus-within\:border-red-900\/0:focus-within{border-color:#8b181800}.focus-within\:border-red-900\/5:focus-within{border-color:#8b18180d}.focus-within\:border-red-900\/10:focus-within{border-color:#8b18181a}.focus-within\:border-red-900\/20:focus-within{border-color:#8b181833}.focus-within\:border-red-900\/25:focus-within{border-color:#8b181840}.focus-within\:border-red-900\/30:focus-within{border-color:#8b18184d}.focus-within\:border-red-900\/40:focus-within{border-color:#8b181866}.focus-within\:border-red-900\/50:focus-within{border-color:#8b181880}.focus-within\:border-red-900\/60:focus-within{border-color:#8b181899}.focus-within\:border-red-900\/70:focus-within{border-color:#8b1818b3}.focus-within\:border-red-900\/75:focus-within{border-color:#8b1818bf}.focus-within\:border-red-900\/80:focus-within{border-color:#8b1818cc}.focus-within\:border-red-900\/90:focus-within{border-color:#8b1818e6}.focus-within\:border-red-900\/95:focus-within{border-color:#8b1818f2}.focus-within\:border-red-900\/100:focus-within{border-color:#8b1818}.focus-within\:border-orange-50\/0:focus-within{border-color:#fff7ed00}.focus-within\:border-orange-50\/5:focus-within{border-color:#fff7ed0d}.focus-within\:border-orange-50\/10:focus-within{border-color:#fff7ed1a}.focus-within\:border-orange-50\/20:focus-within{border-color:#fff7ed33}.focus-within\:border-orange-50\/25:focus-within{border-color:#fff7ed40}.focus-within\:border-orange-50\/30:focus-within{border-color:#fff7ed4d}.focus-within\:border-orange-50\/40:focus-within{border-color:#fff7ed66}.focus-within\:border-orange-50\/50:focus-within{border-color:#fff7ed80}.focus-within\:border-orange-50\/60:focus-within{border-color:#fff7ed99}.focus-within\:border-orange-50\/70:focus-within{border-color:#fff7edb3}.focus-within\:border-orange-50\/75:focus-within{border-color:#fff7edbf}.focus-within\:border-orange-50\/80:focus-within{border-color:#fff7edcc}.focus-within\:border-orange-50\/90:focus-within{border-color:#fff7ede6}.focus-within\:border-orange-50\/95:focus-within{border-color:#fff7edf2}.focus-within\:border-orange-50\/100:focus-within{border-color:#fff7ed}.focus-within\:border-orange-100\/0:focus-within{border-color:#fcf3f100}.focus-within\:border-orange-100\/5:focus-within{border-color:#fcf3f10d}.focus-within\:border-orange-100\/10:focus-within{border-color:#fcf3f11a}.focus-within\:border-orange-100\/20:focus-within{border-color:#fcf3f133}.focus-within\:border-orange-100\/25:focus-within{border-color:#fcf3f140}.focus-within\:border-orange-100\/30:focus-within{border-color:#fcf3f14d}.focus-within\:border-orange-100\/40:focus-within{border-color:#fcf3f166}.focus-within\:border-orange-100\/50:focus-within{border-color:#fcf3f180}.focus-within\:border-orange-100\/60:focus-within{border-color:#fcf3f199}.focus-within\:border-orange-100\/70:focus-within{border-color:#fcf3f1b3}.focus-within\:border-orange-100\/75:focus-within{border-color:#fcf3f1bf}.focus-within\:border-orange-100\/80:focus-within{border-color:#fcf3f1cc}.focus-within\:border-orange-100\/90:focus-within{border-color:#fcf3f1e6}.focus-within\:border-orange-100\/95:focus-within{border-color:#fcf3f1f2}.focus-within\:border-orange-100\/100:focus-within{border-color:#fcf3f1}.focus-within\:border-orange-200\/0:focus-within{border-color:#fae7e400}.focus-within\:border-orange-200\/5:focus-within{border-color:#fae7e40d}.focus-within\:border-orange-200\/10:focus-within{border-color:#fae7e41a}.focus-within\:border-orange-200\/20:focus-within{border-color:#fae7e433}.focus-within\:border-orange-200\/25:focus-within{border-color:#fae7e440}.focus-within\:border-orange-200\/30:focus-within{border-color:#fae7e44d}.focus-within\:border-orange-200\/40:focus-within{border-color:#fae7e466}.focus-within\:border-orange-200\/50:focus-within{border-color:#fae7e480}.focus-within\:border-orange-200\/60:focus-within{border-color:#fae7e499}.focus-within\:border-orange-200\/70:focus-within{border-color:#fae7e4b3}.focus-within\:border-orange-200\/75:focus-within{border-color:#fae7e4bf}.focus-within\:border-orange-200\/80:focus-within{border-color:#fae7e4cc}.focus-within\:border-orange-200\/90:focus-within{border-color:#fae7e4e6}.focus-within\:border-orange-200\/95:focus-within{border-color:#fae7e4f2}.focus-within\:border-orange-200\/100:focus-within{border-color:#fae7e4}.focus-within\:border-orange-300\/0:focus-within{border-color:#f6cdc500}.focus-within\:border-orange-300\/5:focus-within{border-color:#f6cdc50d}.focus-within\:border-orange-300\/10:focus-within{border-color:#f6cdc51a}.focus-within\:border-orange-300\/20:focus-within{border-color:#f6cdc533}.focus-within\:border-orange-300\/25:focus-within{border-color:#f6cdc540}.focus-within\:border-orange-300\/30:focus-within{border-color:#f6cdc54d}.focus-within\:border-orange-300\/40:focus-within{border-color:#f6cdc566}.focus-within\:border-orange-300\/50:focus-within{border-color:#f6cdc580}.focus-within\:border-orange-300\/60:focus-within{border-color:#f6cdc599}.focus-within\:border-orange-300\/70:focus-within{border-color:#f6cdc5b3}.focus-within\:border-orange-300\/75:focus-within{border-color:#f6cdc5bf}.focus-within\:border-orange-300\/80:focus-within{border-color:#f6cdc5cc}.focus-within\:border-orange-300\/90:focus-within{border-color:#f6cdc5e6}.focus-within\:border-orange-300\/95:focus-within{border-color:#f6cdc5f2}.focus-within\:border-orange-300\/100:focus-within{border-color:#f6cdc5}.focus-within\:border-orange-400\/0:focus-within{border-color:#f2afa100}.focus-within\:border-orange-400\/5:focus-within{border-color:#f2afa10d}.focus-within\:border-orange-400\/10:focus-within{border-color:#f2afa11a}.focus-within\:border-orange-400\/20:focus-within{border-color:#f2afa133}.focus-within\:border-orange-400\/25:focus-within{border-color:#f2afa140}.focus-within\:border-orange-400\/30:focus-within{border-color:#f2afa14d}.focus-within\:border-orange-400\/40:focus-within{border-color:#f2afa166}.focus-within\:border-orange-400\/50:focus-within{border-color:#f2afa180}.focus-within\:border-orange-400\/60:focus-within{border-color:#f2afa199}.focus-within\:border-orange-400\/70:focus-within{border-color:#f2afa1b3}.focus-within\:border-orange-400\/75:focus-within{border-color:#f2afa1bf}.focus-within\:border-orange-400\/80:focus-within{border-color:#f2afa1cc}.focus-within\:border-orange-400\/90:focus-within{border-color:#f2afa1e6}.focus-within\:border-orange-400\/95:focus-within{border-color:#f2afa1f2}.focus-within\:border-orange-400\/100:focus-within{border-color:#f2afa1}.focus-within\:border-orange-500\/0:focus-within{border-color:#ee8a7200}.focus-within\:border-orange-500\/5:focus-within{border-color:#ee8a720d}.focus-within\:border-orange-500\/10:focus-within{border-color:#ee8a721a}.focus-within\:border-orange-500\/20:focus-within{border-color:#ee8a7233}.focus-within\:border-orange-500\/25:focus-within{border-color:#ee8a7240}.focus-within\:border-orange-500\/30:focus-within{border-color:#ee8a724d}.focus-within\:border-orange-500\/40:focus-within{border-color:#ee8a7266}.focus-within\:border-orange-500\/50:focus-within{border-color:#ee8a7280}.focus-within\:border-orange-500\/60:focus-within{border-color:#ee8a7299}.focus-within\:border-orange-500\/70:focus-within{border-color:#ee8a72b3}.focus-within\:border-orange-500\/75:focus-within{border-color:#ee8a72bf}.focus-within\:border-orange-500\/80:focus-within{border-color:#ee8a72cc}.focus-within\:border-orange-500\/90:focus-within{border-color:#ee8a72e6}.focus-within\:border-orange-500\/95:focus-within{border-color:#ee8a72f2}.focus-within\:border-orange-500\/100:focus-within{border-color:#ee8a72}.focus-within\:border-orange-600\/0:focus-within{border-color:#ea580c00}.focus-within\:border-orange-600\/5:focus-within{border-color:#ea580c0d}.focus-within\:border-orange-600\/10:focus-within{border-color:#ea580c1a}.focus-within\:border-orange-600\/20:focus-within{border-color:#ea580c33}.focus-within\:border-orange-600\/25:focus-within{border-color:#ea580c40}.focus-within\:border-orange-600\/30:focus-within{border-color:#ea580c4d}.focus-within\:border-orange-600\/40:focus-within{border-color:#ea580c66}.focus-within\:border-orange-600\/50:focus-within{border-color:#ea580c80}.focus-within\:border-orange-600\/60:focus-within{border-color:#ea580c99}.focus-within\:border-orange-600\/70:focus-within{border-color:#ea580cb3}.focus-within\:border-orange-600\/75:focus-within{border-color:#ea580cbf}.focus-within\:border-orange-600\/80:focus-within{border-color:#ea580ccc}.focus-within\:border-orange-600\/90:focus-within{border-color:#ea580ce6}.focus-within\:border-orange-600\/95:focus-within{border-color:#ea580cf2}.focus-within\:border-orange-600\/100:focus-within{border-color:#ea580c}.focus-within\:border-orange-700\/0:focus-within{border-color:#d14e0a00}.focus-within\:border-orange-700\/5:focus-within{border-color:#d14e0a0d}.focus-within\:border-orange-700\/10:focus-within{border-color:#d14e0a1a}.focus-within\:border-orange-700\/20:focus-within{border-color:#d14e0a33}.focus-within\:border-orange-700\/25:focus-within{border-color:#d14e0a40}.focus-within\:border-orange-700\/30:focus-within{border-color:#d14e0a4d}.focus-within\:border-orange-700\/40:focus-within{border-color:#d14e0a66}.focus-within\:border-orange-700\/50:focus-within{border-color:#d14e0a80}.focus-within\:border-orange-700\/60:focus-within{border-color:#d14e0a99}.focus-within\:border-orange-700\/70:focus-within{border-color:#d14e0ab3}.focus-within\:border-orange-700\/75:focus-within{border-color:#d14e0abf}.focus-within\:border-orange-700\/80:focus-within{border-color:#d14e0acc}.focus-within\:border-orange-700\/90:focus-within{border-color:#d14e0ae6}.focus-within\:border-orange-700\/95:focus-within{border-color:#d14e0af2}.focus-within\:border-orange-700\/100:focus-within{border-color:#d14e0a}.focus-within\:border-orange-800\/0:focus-within{border-color:#b5440900}.focus-within\:border-orange-800\/5:focus-within{border-color:#b544090d}.focus-within\:border-orange-800\/10:focus-within{border-color:#b544091a}.focus-within\:border-orange-800\/20:focus-within{border-color:#b5440933}.focus-within\:border-orange-800\/25:focus-within{border-color:#b5440940}.focus-within\:border-orange-800\/30:focus-within{border-color:#b544094d}.focus-within\:border-orange-800\/40:focus-within{border-color:#b5440966}.focus-within\:border-orange-800\/50:focus-within{border-color:#b5440980}.focus-within\:border-orange-800\/60:focus-within{border-color:#b5440999}.focus-within\:border-orange-800\/70:focus-within{border-color:#b54409b3}.focus-within\:border-orange-800\/75:focus-within{border-color:#b54409bf}.focus-within\:border-orange-800\/80:focus-within{border-color:#b54409cc}.focus-within\:border-orange-800\/90:focus-within{border-color:#b54409e6}.focus-within\:border-orange-800\/95:focus-within{border-color:#b54409f2}.focus-within\:border-orange-800\/100:focus-within{border-color:#b54409}.focus-within\:border-orange-900\/0:focus-within{border-color:#93370700}.focus-within\:border-orange-900\/5:focus-within{border-color:#9337070d}.focus-within\:border-orange-900\/10:focus-within{border-color:#9337071a}.focus-within\:border-orange-900\/20:focus-within{border-color:#93370733}.focus-within\:border-orange-900\/25:focus-within{border-color:#93370740}.focus-within\:border-orange-900\/30:focus-within{border-color:#9337074d}.focus-within\:border-orange-900\/40:focus-within{border-color:#93370766}.focus-within\:border-orange-900\/50:focus-within{border-color:#93370780}.focus-within\:border-orange-900\/60:focus-within{border-color:#93370799}.focus-within\:border-orange-900\/70:focus-within{border-color:#933707b3}.focus-within\:border-orange-900\/75:focus-within{border-color:#933707bf}.focus-within\:border-orange-900\/80:focus-within{border-color:#933707cc}.focus-within\:border-orange-900\/90:focus-within{border-color:#933707e6}.focus-within\:border-orange-900\/95:focus-within{border-color:#933707f2}.focus-within\:border-orange-900\/100:focus-within{border-color:#933707}.focus-within\:border-yellow-50\/0:focus-within{border-color:#fefce800}.focus-within\:border-yellow-50\/5:focus-within{border-color:#fefce80d}.focus-within\:border-yellow-50\/10:focus-within{border-color:#fefce81a}.focus-within\:border-yellow-50\/20:focus-within{border-color:#fefce833}.focus-within\:border-yellow-50\/25:focus-within{border-color:#fefce840}.focus-within\:border-yellow-50\/30:focus-within{border-color:#fefce84d}.focus-within\:border-yellow-50\/40:focus-within{border-color:#fefce866}.focus-within\:border-yellow-50\/50:focus-within{border-color:#fefce880}.focus-within\:border-yellow-50\/60:focus-within{border-color:#fefce899}.focus-within\:border-yellow-50\/70:focus-within{border-color:#fefce8b3}.focus-within\:border-yellow-50\/75:focus-within{border-color:#fefce8bf}.focus-within\:border-yellow-50\/80:focus-within{border-color:#fefce8cc}.focus-within\:border-yellow-50\/90:focus-within{border-color:#fefce8e6}.focus-within\:border-yellow-50\/95:focus-within{border-color:#fefce8f2}.focus-within\:border-yellow-50\/100:focus-within{border-color:#fefce8}.focus-within\:border-yellow-100\/0:focus-within{border-color:#fef3c700}.focus-within\:border-yellow-100\/5:focus-within{border-color:#fef3c70d}.focus-within\:border-yellow-100\/10:focus-within{border-color:#fef3c71a}.focus-within\:border-yellow-100\/20:focus-within{border-color:#fef3c733}.focus-within\:border-yellow-100\/25:focus-within{border-color:#fef3c740}.focus-within\:border-yellow-100\/30:focus-within{border-color:#fef3c74d}.focus-within\:border-yellow-100\/40:focus-within{border-color:#fef3c766}.focus-within\:border-yellow-100\/50:focus-within{border-color:#fef3c780}.focus-within\:border-yellow-100\/60:focus-within{border-color:#fef3c799}.focus-within\:border-yellow-100\/70:focus-within{border-color:#fef3c7b3}.focus-within\:border-yellow-100\/75:focus-within{border-color:#fef3c7bf}.focus-within\:border-yellow-100\/80:focus-within{border-color:#fef3c7cc}.focus-within\:border-yellow-100\/90:focus-within{border-color:#fef3c7e6}.focus-within\:border-yellow-100\/95:focus-within{border-color:#fef3c7f2}.focus-within\:border-yellow-100\/100:focus-within{border-color:#fef3c7}.focus-within\:border-yellow-200\/0:focus-within{border-color:#fde68a00}.focus-within\:border-yellow-200\/5:focus-within{border-color:#fde68a0d}.focus-within\:border-yellow-200\/10:focus-within{border-color:#fde68a1a}.focus-within\:border-yellow-200\/20:focus-within{border-color:#fde68a33}.focus-within\:border-yellow-200\/25:focus-within{border-color:#fde68a40}.focus-within\:border-yellow-200\/30:focus-within{border-color:#fde68a4d}.focus-within\:border-yellow-200\/40:focus-within{border-color:#fde68a66}.focus-within\:border-yellow-200\/50:focus-within{border-color:#fde68a80}.focus-within\:border-yellow-200\/60:focus-within{border-color:#fde68a99}.focus-within\:border-yellow-200\/70:focus-within{border-color:#fde68ab3}.focus-within\:border-yellow-200\/75:focus-within{border-color:#fde68abf}.focus-within\:border-yellow-200\/80:focus-within{border-color:#fde68acc}.focus-within\:border-yellow-200\/90:focus-within{border-color:#fde68ae6}.focus-within\:border-yellow-200\/95:focus-within{border-color:#fde68af2}.focus-within\:border-yellow-200\/100:focus-within{border-color:#fde68a}.focus-within\:border-yellow-300\/0:focus-within{border-color:#fcd34d00}.focus-within\:border-yellow-300\/5:focus-within{border-color:#fcd34d0d}.focus-within\:border-yellow-300\/10:focus-within{border-color:#fcd34d1a}.focus-within\:border-yellow-300\/20:focus-within{border-color:#fcd34d33}.focus-within\:border-yellow-300\/25:focus-within{border-color:#fcd34d40}.focus-within\:border-yellow-300\/30:focus-within{border-color:#fcd34d4d}.focus-within\:border-yellow-300\/40:focus-within{border-color:#fcd34d66}.focus-within\:border-yellow-300\/50:focus-within{border-color:#fcd34d80}.focus-within\:border-yellow-300\/60:focus-within{border-color:#fcd34d99}.focus-within\:border-yellow-300\/70:focus-within{border-color:#fcd34db3}.focus-within\:border-yellow-300\/75:focus-within{border-color:#fcd34dbf}.focus-within\:border-yellow-300\/80:focus-within{border-color:#fcd34dcc}.focus-within\:border-yellow-300\/90:focus-within{border-color:#fcd34de6}.focus-within\:border-yellow-300\/95:focus-within{border-color:#fcd34df2}.focus-within\:border-yellow-300\/100:focus-within{border-color:#fcd34d}.focus-within\:border-yellow-400\/0:focus-within{border-color:#fbbf2400}.focus-within\:border-yellow-400\/5:focus-within{border-color:#fbbf240d}.focus-within\:border-yellow-400\/10:focus-within{border-color:#fbbf241a}.focus-within\:border-yellow-400\/20:focus-within{border-color:#fbbf2433}.focus-within\:border-yellow-400\/25:focus-within{border-color:#fbbf2440}.focus-within\:border-yellow-400\/30:focus-within{border-color:#fbbf244d}.focus-within\:border-yellow-400\/40:focus-within{border-color:#fbbf2466}.focus-within\:border-yellow-400\/50:focus-within{border-color:#fbbf2480}.focus-within\:border-yellow-400\/60:focus-within{border-color:#fbbf2499}.focus-within\:border-yellow-400\/70:focus-within{border-color:#fbbf24b3}.focus-within\:border-yellow-400\/75:focus-within{border-color:#fbbf24bf}.focus-within\:border-yellow-400\/80:focus-within{border-color:#fbbf24cc}.focus-within\:border-yellow-400\/90:focus-within{border-color:#fbbf24e6}.focus-within\:border-yellow-400\/95:focus-within{border-color:#fbbf24f2}.focus-within\:border-yellow-400\/100:focus-within{border-color:#fbbf24}.focus-within\:border-yellow-500\/0:focus-within{border-color:#eab30800}.focus-within\:border-yellow-500\/5:focus-within{border-color:#eab3080d}.focus-within\:border-yellow-500\/10:focus-within{border-color:#eab3081a}.focus-within\:border-yellow-500\/20:focus-within{border-color:#eab30833}.focus-within\:border-yellow-500\/25:focus-within{border-color:#eab30840}.focus-within\:border-yellow-500\/30:focus-within{border-color:#eab3084d}.focus-within\:border-yellow-500\/40:focus-within{border-color:#eab30866}.focus-within\:border-yellow-500\/50:focus-within{border-color:#eab30880}.focus-within\:border-yellow-500\/60:focus-within{border-color:#eab30899}.focus-within\:border-yellow-500\/70:focus-within{border-color:#eab308b3}.focus-within\:border-yellow-500\/75:focus-within{border-color:#eab308bf}.focus-within\:border-yellow-500\/80:focus-within{border-color:#eab308cc}.focus-within\:border-yellow-500\/90:focus-within{border-color:#eab308e6}.focus-within\:border-yellow-500\/95:focus-within{border-color:#eab308f2}.focus-within\:border-yellow-500\/100:focus-within{border-color:#eab308}.focus-within\:border-yellow-600\/0:focus-within{border-color:#d9770600}.focus-within\:border-yellow-600\/5:focus-within{border-color:#d977060d}.focus-within\:border-yellow-600\/10:focus-within{border-color:#d977061a}.focus-within\:border-yellow-600\/20:focus-within{border-color:#d9770633}.focus-within\:border-yellow-600\/25:focus-within{border-color:#d9770640}.focus-within\:border-yellow-600\/30:focus-within{border-color:#d977064d}.focus-within\:border-yellow-600\/40:focus-within{border-color:#d9770666}.focus-within\:border-yellow-600\/50:focus-within{border-color:#d9770680}.focus-within\:border-yellow-600\/60:focus-within{border-color:#d9770699}.focus-within\:border-yellow-600\/70:focus-within{border-color:#d97706b3}.focus-within\:border-yellow-600\/75:focus-within{border-color:#d97706bf}.focus-within\:border-yellow-600\/80:focus-within{border-color:#d97706cc}.focus-within\:border-yellow-600\/90:focus-within{border-color:#d97706e6}.focus-within\:border-yellow-600\/95:focus-within{border-color:#d97706f2}.focus-within\:border-yellow-600\/100:focus-within{border-color:#d97706}.focus-within\:border-yellow-700\/0:focus-within{border-color:#b4530900}.focus-within\:border-yellow-700\/5:focus-within{border-color:#b453090d}.focus-within\:border-yellow-700\/10:focus-within{border-color:#b453091a}.focus-within\:border-yellow-700\/20:focus-within{border-color:#b4530933}.focus-within\:border-yellow-700\/25:focus-within{border-color:#b4530940}.focus-within\:border-yellow-700\/30:focus-within{border-color:#b453094d}.focus-within\:border-yellow-700\/40:focus-within{border-color:#b4530966}.focus-within\:border-yellow-700\/50:focus-within{border-color:#b4530980}.focus-within\:border-yellow-700\/60:focus-within{border-color:#b4530999}.focus-within\:border-yellow-700\/70:focus-within{border-color:#b45309b3}.focus-within\:border-yellow-700\/75:focus-within{border-color:#b45309bf}.focus-within\:border-yellow-700\/80:focus-within{border-color:#b45309cc}.focus-within\:border-yellow-700\/90:focus-within{border-color:#b45309e6}.focus-within\:border-yellow-700\/95:focus-within{border-color:#b45309f2}.focus-within\:border-yellow-700\/100:focus-within{border-color:#b45309}.focus-within\:border-yellow-800\/0:focus-within{border-color:#92400e00}.focus-within\:border-yellow-800\/5:focus-within{border-color:#92400e0d}.focus-within\:border-yellow-800\/10:focus-within{border-color:#92400e1a}.focus-within\:border-yellow-800\/20:focus-within{border-color:#92400e33}.focus-within\:border-yellow-800\/25:focus-within{border-color:#92400e40}.focus-within\:border-yellow-800\/30:focus-within{border-color:#92400e4d}.focus-within\:border-yellow-800\/40:focus-within{border-color:#92400e66}.focus-within\:border-yellow-800\/50:focus-within{border-color:#92400e80}.focus-within\:border-yellow-800\/60:focus-within{border-color:#92400e99}.focus-within\:border-yellow-800\/70:focus-within{border-color:#92400eb3}.focus-within\:border-yellow-800\/75:focus-within{border-color:#92400ebf}.focus-within\:border-yellow-800\/80:focus-within{border-color:#92400ecc}.focus-within\:border-yellow-800\/90:focus-within{border-color:#92400ee6}.focus-within\:border-yellow-800\/95:focus-within{border-color:#92400ef2}.focus-within\:border-yellow-800\/100:focus-within{border-color:#92400e}.focus-within\:border-yellow-900\/0:focus-within{border-color:#78350f00}.focus-within\:border-yellow-900\/5:focus-within{border-color:#78350f0d}.focus-within\:border-yellow-900\/10:focus-within{border-color:#78350f1a}.focus-within\:border-yellow-900\/20:focus-within{border-color:#78350f33}.focus-within\:border-yellow-900\/25:focus-within{border-color:#78350f40}.focus-within\:border-yellow-900\/30:focus-within{border-color:#78350f4d}.focus-within\:border-yellow-900\/40:focus-within{border-color:#78350f66}.focus-within\:border-yellow-900\/50:focus-within{border-color:#78350f80}.focus-within\:border-yellow-900\/60:focus-within{border-color:#78350f99}.focus-within\:border-yellow-900\/70:focus-within{border-color:#78350fb3}.focus-within\:border-yellow-900\/75:focus-within{border-color:#78350fbf}.focus-within\:border-yellow-900\/80:focus-within{border-color:#78350fcc}.focus-within\:border-yellow-900\/90:focus-within{border-color:#78350fe6}.focus-within\:border-yellow-900\/95:focus-within{border-color:#78350ff2}.focus-within\:border-yellow-900\/100:focus-within{border-color:#78350f}.focus-within\:border-green-50\/0:focus-within{border-color:#f0fdf400}.focus-within\:border-green-50\/5:focus-within{border-color:#f0fdf40d}.focus-within\:border-green-50\/10:focus-within{border-color:#f0fdf41a}.focus-within\:border-green-50\/20:focus-within{border-color:#f0fdf433}.focus-within\:border-green-50\/25:focus-within{border-color:#f0fdf440}.focus-within\:border-green-50\/30:focus-within{border-color:#f0fdf44d}.focus-within\:border-green-50\/40:focus-within{border-color:#f0fdf466}.focus-within\:border-green-50\/50:focus-within{border-color:#f0fdf480}.focus-within\:border-green-50\/60:focus-within{border-color:#f0fdf499}.focus-within\:border-green-50\/70:focus-within{border-color:#f0fdf4b3}.focus-within\:border-green-50\/75:focus-within{border-color:#f0fdf4bf}.focus-within\:border-green-50\/80:focus-within{border-color:#f0fdf4cc}.focus-within\:border-green-50\/90:focus-within{border-color:#f0fdf4e6}.focus-within\:border-green-50\/95:focus-within{border-color:#f0fdf4f2}.focus-within\:border-green-50\/100:focus-within{border-color:#f0fdf4}.focus-within\:border-green-100\/0:focus-within{border-color:#f2faf600}.focus-within\:border-green-100\/5:focus-within{border-color:#f2faf60d}.focus-within\:border-green-100\/10:focus-within{border-color:#f2faf61a}.focus-within\:border-green-100\/20:focus-within{border-color:#f2faf633}.focus-within\:border-green-100\/25:focus-within{border-color:#f2faf640}.focus-within\:border-green-100\/30:focus-within{border-color:#f2faf64d}.focus-within\:border-green-100\/40:focus-within{border-color:#f2faf666}.focus-within\:border-green-100\/50:focus-within{border-color:#f2faf680}.focus-within\:border-green-100\/60:focus-within{border-color:#f2faf699}.focus-within\:border-green-100\/70:focus-within{border-color:#f2faf6b3}.focus-within\:border-green-100\/75:focus-within{border-color:#f2faf6bf}.focus-within\:border-green-100\/80:focus-within{border-color:#f2faf6cc}.focus-within\:border-green-100\/90:focus-within{border-color:#f2faf6e6}.focus-within\:border-green-100\/95:focus-within{border-color:#f2faf6f2}.focus-within\:border-green-100\/100:focus-within{border-color:#f2faf6}.focus-within\:border-green-200\/0:focus-within{border-color:#e5f6ee00}.focus-within\:border-green-200\/5:focus-within{border-color:#e5f6ee0d}.focus-within\:border-green-200\/10:focus-within{border-color:#e5f6ee1a}.focus-within\:border-green-200\/20:focus-within{border-color:#e5f6ee33}.focus-within\:border-green-200\/25:focus-within{border-color:#e5f6ee40}.focus-within\:border-green-200\/30:focus-within{border-color:#e5f6ee4d}.focus-within\:border-green-200\/40:focus-within{border-color:#e5f6ee66}.focus-within\:border-green-200\/50:focus-within{border-color:#e5f6ee80}.focus-within\:border-green-200\/60:focus-within{border-color:#e5f6ee99}.focus-within\:border-green-200\/70:focus-within{border-color:#e5f6eeb3}.focus-within\:border-green-200\/75:focus-within{border-color:#e5f6eebf}.focus-within\:border-green-200\/80:focus-within{border-color:#e5f6eecc}.focus-within\:border-green-200\/90:focus-within{border-color:#e5f6eee6}.focus-within\:border-green-200\/95:focus-within{border-color:#e5f6eef2}.focus-within\:border-green-200\/100:focus-within{border-color:#e5f6ee}.focus-within\:border-green-300\/0:focus-within{border-color:#c8eedb00}.focus-within\:border-green-300\/5:focus-within{border-color:#c8eedb0d}.focus-within\:border-green-300\/10:focus-within{border-color:#c8eedb1a}.focus-within\:border-green-300\/20:focus-within{border-color:#c8eedb33}.focus-within\:border-green-300\/25:focus-within{border-color:#c8eedb40}.focus-within\:border-green-300\/30:focus-within{border-color:#c8eedb4d}.focus-within\:border-green-300\/40:focus-within{border-color:#c8eedb66}.focus-within\:border-green-300\/50:focus-within{border-color:#c8eedb80}.focus-within\:border-green-300\/60:focus-within{border-color:#c8eedb99}.focus-within\:border-green-300\/70:focus-within{border-color:#c8eedbb3}.focus-within\:border-green-300\/75:focus-within{border-color:#c8eedbbf}.focus-within\:border-green-300\/80:focus-within{border-color:#c8eedbcc}.focus-within\:border-green-300\/90:focus-within{border-color:#c8eedbe6}.focus-within\:border-green-300\/95:focus-within{border-color:#c8eedbf2}.focus-within\:border-green-300\/100:focus-within{border-color:#c8eedb}.focus-within\:border-green-400\/0:focus-within{border-color:#a6e5c800}.focus-within\:border-green-400\/5:focus-within{border-color:#a6e5c80d}.focus-within\:border-green-400\/10:focus-within{border-color:#a6e5c81a}.focus-within\:border-green-400\/20:focus-within{border-color:#a6e5c833}.focus-within\:border-green-400\/25:focus-within{border-color:#a6e5c840}.focus-within\:border-green-400\/30:focus-within{border-color:#a6e5c84d}.focus-within\:border-green-400\/40:focus-within{border-color:#a6e5c866}.focus-within\:border-green-400\/50:focus-within{border-color:#a6e5c880}.focus-within\:border-green-400\/60:focus-within{border-color:#a6e5c899}.focus-within\:border-green-400\/70:focus-within{border-color:#a6e5c8b3}.focus-within\:border-green-400\/75:focus-within{border-color:#a6e5c8bf}.focus-within\:border-green-400\/80:focus-within{border-color:#a6e5c8cc}.focus-within\:border-green-400\/90:focus-within{border-color:#a6e5c8e6}.focus-within\:border-green-400\/95:focus-within{border-color:#a6e5c8f2}.focus-within\:border-green-400\/100:focus-within{border-color:#a6e5c8}.focus-within\:border-green-500\/0:focus-within{border-color:#7bdcb200}.focus-within\:border-green-500\/5:focus-within{border-color:#7bdcb20d}.focus-within\:border-green-500\/10:focus-within{border-color:#7bdcb21a}.focus-within\:border-green-500\/20:focus-within{border-color:#7bdcb233}.focus-within\:border-green-500\/25:focus-within{border-color:#7bdcb240}.focus-within\:border-green-500\/30:focus-within{border-color:#7bdcb24d}.focus-within\:border-green-500\/40:focus-within{border-color:#7bdcb266}.focus-within\:border-green-500\/50:focus-within{border-color:#7bdcb280}.focus-within\:border-green-500\/60:focus-within{border-color:#7bdcb299}.focus-within\:border-green-500\/70:focus-within{border-color:#7bdcb2b3}.focus-within\:border-green-500\/75:focus-within{border-color:#7bdcb2bf}.focus-within\:border-green-500\/80:focus-within{border-color:#7bdcb2cc}.focus-within\:border-green-500\/90:focus-within{border-color:#7bdcb2e6}.focus-within\:border-green-500\/95:focus-within{border-color:#7bdcb2f2}.focus-within\:border-green-500\/100:focus-within{border-color:#7bdcb2}.focus-within\:border-green-600\/0:focus-within{border-color:#34d39900}.focus-within\:border-green-600\/5:focus-within{border-color:#34d3990d}.focus-within\:border-green-600\/10:focus-within{border-color:#34d3991a}.focus-within\:border-green-600\/20:focus-within{border-color:#34d39933}.focus-within\:border-green-600\/25:focus-within{border-color:#34d39940}.focus-within\:border-green-600\/30:focus-within{border-color:#34d3994d}.focus-within\:border-green-600\/40:focus-within{border-color:#34d39966}.focus-within\:border-green-600\/50:focus-within{border-color:#34d39980}.focus-within\:border-green-600\/60:focus-within{border-color:#34d39999}.focus-within\:border-green-600\/70:focus-within{border-color:#34d399b3}.focus-within\:border-green-600\/75:focus-within{border-color:#34d399bf}.focus-within\:border-green-600\/80:focus-within{border-color:#34d399cc}.focus-within\:border-green-600\/90:focus-within{border-color:#34d399e6}.focus-within\:border-green-600\/95:focus-within{border-color:#34d399f2}.focus-within\:border-green-600\/100:focus-within{border-color:#34d399}.focus-within\:border-green-700\/0:focus-within{border-color:#2ebc8800}.focus-within\:border-green-700\/5:focus-within{border-color:#2ebc880d}.focus-within\:border-green-700\/10:focus-within{border-color:#2ebc881a}.focus-within\:border-green-700\/20:focus-within{border-color:#2ebc8833}.focus-within\:border-green-700\/25:focus-within{border-color:#2ebc8840}.focus-within\:border-green-700\/30:focus-within{border-color:#2ebc884d}.focus-within\:border-green-700\/40:focus-within{border-color:#2ebc8866}.focus-within\:border-green-700\/50:focus-within{border-color:#2ebc8880}.focus-within\:border-green-700\/60:focus-within{border-color:#2ebc8899}.focus-within\:border-green-700\/70:focus-within{border-color:#2ebc88b3}.focus-within\:border-green-700\/75:focus-within{border-color:#2ebc88bf}.focus-within\:border-green-700\/80:focus-within{border-color:#2ebc88cc}.focus-within\:border-green-700\/90:focus-within{border-color:#2ebc88e6}.focus-within\:border-green-700\/95:focus-within{border-color:#2ebc88f2}.focus-within\:border-green-700\/100:focus-within{border-color:#2ebc88}.focus-within\:border-green-800\/0:focus-within{border-color:#28a37600}.focus-within\:border-green-800\/5:focus-within{border-color:#28a3760d}.focus-within\:border-green-800\/10:focus-within{border-color:#28a3761a}.focus-within\:border-green-800\/20:focus-within{border-color:#28a37633}.focus-within\:border-green-800\/25:focus-within{border-color:#28a37640}.focus-within\:border-green-800\/30:focus-within{border-color:#28a3764d}.focus-within\:border-green-800\/40:focus-within{border-color:#28a37666}.focus-within\:border-green-800\/50:focus-within{border-color:#28a37680}.focus-within\:border-green-800\/60:focus-within{border-color:#28a37699}.focus-within\:border-green-800\/70:focus-within{border-color:#28a376b3}.focus-within\:border-green-800\/75:focus-within{border-color:#28a376bf}.focus-within\:border-green-800\/80:focus-within{border-color:#28a376cc}.focus-within\:border-green-800\/90:focus-within{border-color:#28a376e6}.focus-within\:border-green-800\/95:focus-within{border-color:#28a376f2}.focus-within\:border-green-800\/100:focus-within{border-color:#28a376}.focus-within\:border-green-900\/0:focus-within{border-color:#20856000}.focus-within\:border-green-900\/5:focus-within{border-color:#2085600d}.focus-within\:border-green-900\/10:focus-within{border-color:#2085601a}.focus-within\:border-green-900\/20:focus-within{border-color:#20856033}.focus-within\:border-green-900\/25:focus-within{border-color:#20856040}.focus-within\:border-green-900\/30:focus-within{border-color:#2085604d}.focus-within\:border-green-900\/40:focus-within{border-color:#20856066}.focus-within\:border-green-900\/50:focus-within{border-color:#20856080}.focus-within\:border-green-900\/60:focus-within{border-color:#20856099}.focus-within\:border-green-900\/70:focus-within{border-color:#208560b3}.focus-within\:border-green-900\/75:focus-within{border-color:#208560bf}.focus-within\:border-green-900\/80:focus-within{border-color:#208560cc}.focus-within\:border-green-900\/90:focus-within{border-color:#208560e6}.focus-within\:border-green-900\/95:focus-within{border-color:#208560f2}.focus-within\:border-green-900\/100:focus-within{border-color:#208560}.focus-within\:border-emerald-50\/0:focus-within{border-color:#ecfdf500}.focus-within\:border-emerald-50\/5:focus-within{border-color:#ecfdf50d}.focus-within\:border-emerald-50\/10:focus-within{border-color:#ecfdf51a}.focus-within\:border-emerald-50\/20:focus-within{border-color:#ecfdf533}.focus-within\:border-emerald-50\/25:focus-within{border-color:#ecfdf540}.focus-within\:border-emerald-50\/30:focus-within{border-color:#ecfdf54d}.focus-within\:border-emerald-50\/40:focus-within{border-color:#ecfdf566}.focus-within\:border-emerald-50\/50:focus-within{border-color:#ecfdf580}.focus-within\:border-emerald-50\/60:focus-within{border-color:#ecfdf599}.focus-within\:border-emerald-50\/70:focus-within{border-color:#ecfdf5b3}.focus-within\:border-emerald-50\/75:focus-within{border-color:#ecfdf5bf}.focus-within\:border-emerald-50\/80:focus-within{border-color:#ecfdf5cc}.focus-within\:border-emerald-50\/90:focus-within{border-color:#ecfdf5e6}.focus-within\:border-emerald-50\/95:focus-within{border-color:#ecfdf5f2}.focus-within\:border-emerald-50\/100:focus-within{border-color:#ecfdf5}.focus-within\:border-emerald-100\/0:focus-within{border-color:#d1fae500}.focus-within\:border-emerald-100\/5:focus-within{border-color:#d1fae50d}.focus-within\:border-emerald-100\/10:focus-within{border-color:#d1fae51a}.focus-within\:border-emerald-100\/20:focus-within{border-color:#d1fae533}.focus-within\:border-emerald-100\/25:focus-within{border-color:#d1fae540}.focus-within\:border-emerald-100\/30:focus-within{border-color:#d1fae54d}.focus-within\:border-emerald-100\/40:focus-within{border-color:#d1fae566}.focus-within\:border-emerald-100\/50:focus-within{border-color:#d1fae580}.focus-within\:border-emerald-100\/60:focus-within{border-color:#d1fae599}.focus-within\:border-emerald-100\/70:focus-within{border-color:#d1fae5b3}.focus-within\:border-emerald-100\/75:focus-within{border-color:#d1fae5bf}.focus-within\:border-emerald-100\/80:focus-within{border-color:#d1fae5cc}.focus-within\:border-emerald-100\/90:focus-within{border-color:#d1fae5e6}.focus-within\:border-emerald-100\/95:focus-within{border-color:#d1fae5f2}.focus-within\:border-emerald-100\/100:focus-within{border-color:#d1fae5}.focus-within\:border-emerald-200\/0:focus-within{border-color:#a7f3d000}.focus-within\:border-emerald-200\/5:focus-within{border-color:#a7f3d00d}.focus-within\:border-emerald-200\/10:focus-within{border-color:#a7f3d01a}.focus-within\:border-emerald-200\/20:focus-within{border-color:#a7f3d033}.focus-within\:border-emerald-200\/25:focus-within{border-color:#a7f3d040}.focus-within\:border-emerald-200\/30:focus-within{border-color:#a7f3d04d}.focus-within\:border-emerald-200\/40:focus-within{border-color:#a7f3d066}.focus-within\:border-emerald-200\/50:focus-within{border-color:#a7f3d080}.focus-within\:border-emerald-200\/60:focus-within{border-color:#a7f3d099}.focus-within\:border-emerald-200\/70:focus-within{border-color:#a7f3d0b3}.focus-within\:border-emerald-200\/75:focus-within{border-color:#a7f3d0bf}.focus-within\:border-emerald-200\/80:focus-within{border-color:#a7f3d0cc}.focus-within\:border-emerald-200\/90:focus-within{border-color:#a7f3d0e6}.focus-within\:border-emerald-200\/95:focus-within{border-color:#a7f3d0f2}.focus-within\:border-emerald-200\/100:focus-within{border-color:#a7f3d0}.focus-within\:border-emerald-300\/0:focus-within{border-color:#6ee7b700}.focus-within\:border-emerald-300\/5:focus-within{border-color:#6ee7b70d}.focus-within\:border-emerald-300\/10:focus-within{border-color:#6ee7b71a}.focus-within\:border-emerald-300\/20:focus-within{border-color:#6ee7b733}.focus-within\:border-emerald-300\/25:focus-within{border-color:#6ee7b740}.focus-within\:border-emerald-300\/30:focus-within{border-color:#6ee7b74d}.focus-within\:border-emerald-300\/40:focus-within{border-color:#6ee7b766}.focus-within\:border-emerald-300\/50:focus-within{border-color:#6ee7b780}.focus-within\:border-emerald-300\/60:focus-within{border-color:#6ee7b799}.focus-within\:border-emerald-300\/70:focus-within{border-color:#6ee7b7b3}.focus-within\:border-emerald-300\/75:focus-within{border-color:#6ee7b7bf}.focus-within\:border-emerald-300\/80:focus-within{border-color:#6ee7b7cc}.focus-within\:border-emerald-300\/90:focus-within{border-color:#6ee7b7e6}.focus-within\:border-emerald-300\/95:focus-within{border-color:#6ee7b7f2}.focus-within\:border-emerald-300\/100:focus-within{border-color:#6ee7b7}.focus-within\:border-emerald-400\/0:focus-within{border-color:#34d39900}.focus-within\:border-emerald-400\/5:focus-within{border-color:#34d3990d}.focus-within\:border-emerald-400\/10:focus-within{border-color:#34d3991a}.focus-within\:border-emerald-400\/20:focus-within{border-color:#34d39933}.focus-within\:border-emerald-400\/25:focus-within{border-color:#34d39940}.focus-within\:border-emerald-400\/30:focus-within{border-color:#34d3994d}.focus-within\:border-emerald-400\/40:focus-within{border-color:#34d39966}.focus-within\:border-emerald-400\/50:focus-within{border-color:#34d39980}.focus-within\:border-emerald-400\/60:focus-within{border-color:#34d39999}.focus-within\:border-emerald-400\/70:focus-within{border-color:#34d399b3}.focus-within\:border-emerald-400\/75:focus-within{border-color:#34d399bf}.focus-within\:border-emerald-400\/80:focus-within{border-color:#34d399cc}.focus-within\:border-emerald-400\/90:focus-within{border-color:#34d399e6}.focus-within\:border-emerald-400\/95:focus-within{border-color:#34d399f2}.focus-within\:border-emerald-400\/100:focus-within{border-color:#34d399}.focus-within\:border-emerald-500\/0:focus-within{border-color:#10b98100}.focus-within\:border-emerald-500\/5:focus-within{border-color:#10b9810d}.focus-within\:border-emerald-500\/10:focus-within{border-color:#10b9811a}.focus-within\:border-emerald-500\/20:focus-within{border-color:#10b98133}.focus-within\:border-emerald-500\/25:focus-within{border-color:#10b98140}.focus-within\:border-emerald-500\/30:focus-within{border-color:#10b9814d}.focus-within\:border-emerald-500\/40:focus-within{border-color:#10b98166}.focus-within\:border-emerald-500\/50:focus-within{border-color:#10b98180}.focus-within\:border-emerald-500\/60:focus-within{border-color:#10b98199}.focus-within\:border-emerald-500\/70:focus-within{border-color:#10b981b3}.focus-within\:border-emerald-500\/75:focus-within{border-color:#10b981bf}.focus-within\:border-emerald-500\/80:focus-within{border-color:#10b981cc}.focus-within\:border-emerald-500\/90:focus-within{border-color:#10b981e6}.focus-within\:border-emerald-500\/95:focus-within{border-color:#10b981f2}.focus-within\:border-emerald-500\/100:focus-within{border-color:#10b981}.focus-within\:border-emerald-600\/0:focus-within{border-color:#05966900}.focus-within\:border-emerald-600\/5:focus-within{border-color:#0596690d}.focus-within\:border-emerald-600\/10:focus-within{border-color:#0596691a}.focus-within\:border-emerald-600\/20:focus-within{border-color:#05966933}.focus-within\:border-emerald-600\/25:focus-within{border-color:#05966940}.focus-within\:border-emerald-600\/30:focus-within{border-color:#0596694d}.focus-within\:border-emerald-600\/40:focus-within{border-color:#05966966}.focus-within\:border-emerald-600\/50:focus-within{border-color:#05966980}.focus-within\:border-emerald-600\/60:focus-within{border-color:#05966999}.focus-within\:border-emerald-600\/70:focus-within{border-color:#059669b3}.focus-within\:border-emerald-600\/75:focus-within{border-color:#059669bf}.focus-within\:border-emerald-600\/80:focus-within{border-color:#059669cc}.focus-within\:border-emerald-600\/90:focus-within{border-color:#059669e6}.focus-within\:border-emerald-600\/95:focus-within{border-color:#059669f2}.focus-within\:border-emerald-600\/100:focus-within{border-color:#059669}.focus-within\:border-emerald-700\/0:focus-within{border-color:#04785700}.focus-within\:border-emerald-700\/5:focus-within{border-color:#0478570d}.focus-within\:border-emerald-700\/10:focus-within{border-color:#0478571a}.focus-within\:border-emerald-700\/20:focus-within{border-color:#04785733}.focus-within\:border-emerald-700\/25:focus-within{border-color:#04785740}.focus-within\:border-emerald-700\/30:focus-within{border-color:#0478574d}.focus-within\:border-emerald-700\/40:focus-within{border-color:#04785766}.focus-within\:border-emerald-700\/50:focus-within{border-color:#04785780}.focus-within\:border-emerald-700\/60:focus-within{border-color:#04785799}.focus-within\:border-emerald-700\/70:focus-within{border-color:#047857b3}.focus-within\:border-emerald-700\/75:focus-within{border-color:#047857bf}.focus-within\:border-emerald-700\/80:focus-within{border-color:#047857cc}.focus-within\:border-emerald-700\/90:focus-within{border-color:#047857e6}.focus-within\:border-emerald-700\/95:focus-within{border-color:#047857f2}.focus-within\:border-emerald-700\/100:focus-within{border-color:#047857}.focus-within\:border-emerald-800\/0:focus-within{border-color:#065f4600}.focus-within\:border-emerald-800\/5:focus-within{border-color:#065f460d}.focus-within\:border-emerald-800\/10:focus-within{border-color:#065f461a}.focus-within\:border-emerald-800\/20:focus-within{border-color:#065f4633}.focus-within\:border-emerald-800\/25:focus-within{border-color:#065f4640}.focus-within\:border-emerald-800\/30:focus-within{border-color:#065f464d}.focus-within\:border-emerald-800\/40:focus-within{border-color:#065f4666}.focus-within\:border-emerald-800\/50:focus-within{border-color:#065f4680}.focus-within\:border-emerald-800\/60:focus-within{border-color:#065f4699}.focus-within\:border-emerald-800\/70:focus-within{border-color:#065f46b3}.focus-within\:border-emerald-800\/75:focus-within{border-color:#065f46bf}.focus-within\:border-emerald-800\/80:focus-within{border-color:#065f46cc}.focus-within\:border-emerald-800\/90:focus-within{border-color:#065f46e6}.focus-within\:border-emerald-800\/95:focus-within{border-color:#065f46f2}.focus-within\:border-emerald-800\/100:focus-within{border-color:#065f46}.focus-within\:border-emerald-900\/0:focus-within{border-color:#064e3b00}.focus-within\:border-emerald-900\/5:focus-within{border-color:#064e3b0d}.focus-within\:border-emerald-900\/10:focus-within{border-color:#064e3b1a}.focus-within\:border-emerald-900\/20:focus-within{border-color:#064e3b33}.focus-within\:border-emerald-900\/25:focus-within{border-color:#064e3b40}.focus-within\:border-emerald-900\/30:focus-within{border-color:#064e3b4d}.focus-within\:border-emerald-900\/40:focus-within{border-color:#064e3b66}.focus-within\:border-emerald-900\/50:focus-within{border-color:#064e3b80}.focus-within\:border-emerald-900\/60:focus-within{border-color:#064e3b99}.focus-within\:border-emerald-900\/70:focus-within{border-color:#064e3bb3}.focus-within\:border-emerald-900\/75:focus-within{border-color:#064e3bbf}.focus-within\:border-emerald-900\/80:focus-within{border-color:#064e3bcc}.focus-within\:border-emerald-900\/90:focus-within{border-color:#064e3be6}.focus-within\:border-emerald-900\/95:focus-within{border-color:#064e3bf2}.focus-within\:border-emerald-900\/100:focus-within{border-color:#064e3b}.focus-within\:border-teal-50\/0:focus-within{border-color:#f0fdfa00}.focus-within\:border-teal-50\/5:focus-within{border-color:#f0fdfa0d}.focus-within\:border-teal-50\/10:focus-within{border-color:#f0fdfa1a}.focus-within\:border-teal-50\/20:focus-within{border-color:#f0fdfa33}.focus-within\:border-teal-50\/25:focus-within{border-color:#f0fdfa40}.focus-within\:border-teal-50\/30:focus-within{border-color:#f0fdfa4d}.focus-within\:border-teal-50\/40:focus-within{border-color:#f0fdfa66}.focus-within\:border-teal-50\/50:focus-within{border-color:#f0fdfa80}.focus-within\:border-teal-50\/60:focus-within{border-color:#f0fdfa99}.focus-within\:border-teal-50\/70:focus-within{border-color:#f0fdfab3}.focus-within\:border-teal-50\/75:focus-within{border-color:#f0fdfabf}.focus-within\:border-teal-50\/80:focus-within{border-color:#f0fdfacc}.focus-within\:border-teal-50\/90:focus-within{border-color:#f0fdfae6}.focus-within\:border-teal-50\/95:focus-within{border-color:#f0fdfaf2}.focus-within\:border-teal-50\/100:focus-within{border-color:#f0fdfa}.focus-within\:border-teal-100\/0:focus-within{border-color:#ccfbf100}.focus-within\:border-teal-100\/5:focus-within{border-color:#ccfbf10d}.focus-within\:border-teal-100\/10:focus-within{border-color:#ccfbf11a}.focus-within\:border-teal-100\/20:focus-within{border-color:#ccfbf133}.focus-within\:border-teal-100\/25:focus-within{border-color:#ccfbf140}.focus-within\:border-teal-100\/30:focus-within{border-color:#ccfbf14d}.focus-within\:border-teal-100\/40:focus-within{border-color:#ccfbf166}.focus-within\:border-teal-100\/50:focus-within{border-color:#ccfbf180}.focus-within\:border-teal-100\/60:focus-within{border-color:#ccfbf199}.focus-within\:border-teal-100\/70:focus-within{border-color:#ccfbf1b3}.focus-within\:border-teal-100\/75:focus-within{border-color:#ccfbf1bf}.focus-within\:border-teal-100\/80:focus-within{border-color:#ccfbf1cc}.focus-within\:border-teal-100\/90:focus-within{border-color:#ccfbf1e6}.focus-within\:border-teal-100\/95:focus-within{border-color:#ccfbf1f2}.focus-within\:border-teal-100\/100:focus-within{border-color:#ccfbf1}.focus-within\:border-teal-200\/0:focus-within{border-color:#99f6e400}.focus-within\:border-teal-200\/5:focus-within{border-color:#99f6e40d}.focus-within\:border-teal-200\/10:focus-within{border-color:#99f6e41a}.focus-within\:border-teal-200\/20:focus-within{border-color:#99f6e433}.focus-within\:border-teal-200\/25:focus-within{border-color:#99f6e440}.focus-within\:border-teal-200\/30:focus-within{border-color:#99f6e44d}.focus-within\:border-teal-200\/40:focus-within{border-color:#99f6e466}.focus-within\:border-teal-200\/50:focus-within{border-color:#99f6e480}.focus-within\:border-teal-200\/60:focus-within{border-color:#99f6e499}.focus-within\:border-teal-200\/70:focus-within{border-color:#99f6e4b3}.focus-within\:border-teal-200\/75:focus-within{border-color:#99f6e4bf}.focus-within\:border-teal-200\/80:focus-within{border-color:#99f6e4cc}.focus-within\:border-teal-200\/90:focus-within{border-color:#99f6e4e6}.focus-within\:border-teal-200\/95:focus-within{border-color:#99f6e4f2}.focus-within\:border-teal-200\/100:focus-within{border-color:#99f6e4}.focus-within\:border-teal-300\/0:focus-within{border-color:#5eead400}.focus-within\:border-teal-300\/5:focus-within{border-color:#5eead40d}.focus-within\:border-teal-300\/10:focus-within{border-color:#5eead41a}.focus-within\:border-teal-300\/20:focus-within{border-color:#5eead433}.focus-within\:border-teal-300\/25:focus-within{border-color:#5eead440}.focus-within\:border-teal-300\/30:focus-within{border-color:#5eead44d}.focus-within\:border-teal-300\/40:focus-within{border-color:#5eead466}.focus-within\:border-teal-300\/50:focus-within{border-color:#5eead480}.focus-within\:border-teal-300\/60:focus-within{border-color:#5eead499}.focus-within\:border-teal-300\/70:focus-within{border-color:#5eead4b3}.focus-within\:border-teal-300\/75:focus-within{border-color:#5eead4bf}.focus-within\:border-teal-300\/80:focus-within{border-color:#5eead4cc}.focus-within\:border-teal-300\/90:focus-within{border-color:#5eead4e6}.focus-within\:border-teal-300\/95:focus-within{border-color:#5eead4f2}.focus-within\:border-teal-300\/100:focus-within{border-color:#5eead4}.focus-within\:border-teal-400\/0:focus-within{border-color:#2dd4bf00}.focus-within\:border-teal-400\/5:focus-within{border-color:#2dd4bf0d}.focus-within\:border-teal-400\/10:focus-within{border-color:#2dd4bf1a}.focus-within\:border-teal-400\/20:focus-within{border-color:#2dd4bf33}.focus-within\:border-teal-400\/25:focus-within{border-color:#2dd4bf40}.focus-within\:border-teal-400\/30:focus-within{border-color:#2dd4bf4d}.focus-within\:border-teal-400\/40:focus-within{border-color:#2dd4bf66}.focus-within\:border-teal-400\/50:focus-within{border-color:#2dd4bf80}.focus-within\:border-teal-400\/60:focus-within{border-color:#2dd4bf99}.focus-within\:border-teal-400\/70:focus-within{border-color:#2dd4bfb3}.focus-within\:border-teal-400\/75:focus-within{border-color:#2dd4bfbf}.focus-within\:border-teal-400\/80:focus-within{border-color:#2dd4bfcc}.focus-within\:border-teal-400\/90:focus-within{border-color:#2dd4bfe6}.focus-within\:border-teal-400\/95:focus-within{border-color:#2dd4bff2}.focus-within\:border-teal-400\/100:focus-within{border-color:#2dd4bf}.focus-within\:border-teal-500\/0:focus-within{border-color:#14b8a600}.focus-within\:border-teal-500\/5:focus-within{border-color:#14b8a60d}.focus-within\:border-teal-500\/10:focus-within{border-color:#14b8a61a}.focus-within\:border-teal-500\/20:focus-within{border-color:#14b8a633}.focus-within\:border-teal-500\/25:focus-within{border-color:#14b8a640}.focus-within\:border-teal-500\/30:focus-within{border-color:#14b8a64d}.focus-within\:border-teal-500\/40:focus-within{border-color:#14b8a666}.focus-within\:border-teal-500\/50:focus-within{border-color:#14b8a680}.focus-within\:border-teal-500\/60:focus-within{border-color:#14b8a699}.focus-within\:border-teal-500\/70:focus-within{border-color:#14b8a6b3}.focus-within\:border-teal-500\/75:focus-within{border-color:#14b8a6bf}.focus-within\:border-teal-500\/80:focus-within{border-color:#14b8a6cc}.focus-within\:border-teal-500\/90:focus-within{border-color:#14b8a6e6}.focus-within\:border-teal-500\/95:focus-within{border-color:#14b8a6f2}.focus-within\:border-teal-500\/100:focus-within{border-color:#14b8a6}.focus-within\:border-teal-600\/0:focus-within{border-color:#0d948800}.focus-within\:border-teal-600\/5:focus-within{border-color:#0d94880d}.focus-within\:border-teal-600\/10:focus-within{border-color:#0d94881a}.focus-within\:border-teal-600\/20:focus-within{border-color:#0d948833}.focus-within\:border-teal-600\/25:focus-within{border-color:#0d948840}.focus-within\:border-teal-600\/30:focus-within{border-color:#0d94884d}.focus-within\:border-teal-600\/40:focus-within{border-color:#0d948866}.focus-within\:border-teal-600\/50:focus-within{border-color:#0d948880}.focus-within\:border-teal-600\/60:focus-within{border-color:#0d948899}.focus-within\:border-teal-600\/70:focus-within{border-color:#0d9488b3}.focus-within\:border-teal-600\/75:focus-within{border-color:#0d9488bf}.focus-within\:border-teal-600\/80:focus-within{border-color:#0d9488cc}.focus-within\:border-teal-600\/90:focus-within{border-color:#0d9488e6}.focus-within\:border-teal-600\/95:focus-within{border-color:#0d9488f2}.focus-within\:border-teal-600\/100:focus-within{border-color:#0d9488}.focus-within\:border-teal-700\/0:focus-within{border-color:#0f766e00}.focus-within\:border-teal-700\/5:focus-within{border-color:#0f766e0d}.focus-within\:border-teal-700\/10:focus-within{border-color:#0f766e1a}.focus-within\:border-teal-700\/20:focus-within{border-color:#0f766e33}.focus-within\:border-teal-700\/25:focus-within{border-color:#0f766e40}.focus-within\:border-teal-700\/30:focus-within{border-color:#0f766e4d}.focus-within\:border-teal-700\/40:focus-within{border-color:#0f766e66}.focus-within\:border-teal-700\/50:focus-within{border-color:#0f766e80}.focus-within\:border-teal-700\/60:focus-within{border-color:#0f766e99}.focus-within\:border-teal-700\/70:focus-within{border-color:#0f766eb3}.focus-within\:border-teal-700\/75:focus-within{border-color:#0f766ebf}.focus-within\:border-teal-700\/80:focus-within{border-color:#0f766ecc}.focus-within\:border-teal-700\/90:focus-within{border-color:#0f766ee6}.focus-within\:border-teal-700\/95:focus-within{border-color:#0f766ef2}.focus-within\:border-teal-700\/100:focus-within{border-color:#0f766e}.focus-within\:border-teal-800\/0:focus-within{border-color:#115e5900}.focus-within\:border-teal-800\/5:focus-within{border-color:#115e590d}.focus-within\:border-teal-800\/10:focus-within{border-color:#115e591a}.focus-within\:border-teal-800\/20:focus-within{border-color:#115e5933}.focus-within\:border-teal-800\/25:focus-within{border-color:#115e5940}.focus-within\:border-teal-800\/30:focus-within{border-color:#115e594d}.focus-within\:border-teal-800\/40:focus-within{border-color:#115e5966}.focus-within\:border-teal-800\/50:focus-within{border-color:#115e5980}.focus-within\:border-teal-800\/60:focus-within{border-color:#115e5999}.focus-within\:border-teal-800\/70:focus-within{border-color:#115e59b3}.focus-within\:border-teal-800\/75:focus-within{border-color:#115e59bf}.focus-within\:border-teal-800\/80:focus-within{border-color:#115e59cc}.focus-within\:border-teal-800\/90:focus-within{border-color:#115e59e6}.focus-within\:border-teal-800\/95:focus-within{border-color:#115e59f2}.focus-within\:border-teal-800\/100:focus-within{border-color:#115e59}.focus-within\:border-teal-900\/0:focus-within{border-color:#134e4a00}.focus-within\:border-teal-900\/5:focus-within{border-color:#134e4a0d}.focus-within\:border-teal-900\/10:focus-within{border-color:#134e4a1a}.focus-within\:border-teal-900\/20:focus-within{border-color:#134e4a33}.focus-within\:border-teal-900\/25:focus-within{border-color:#134e4a40}.focus-within\:border-teal-900\/30:focus-within{border-color:#134e4a4d}.focus-within\:border-teal-900\/40:focus-within{border-color:#134e4a66}.focus-within\:border-teal-900\/50:focus-within{border-color:#134e4a80}.focus-within\:border-teal-900\/60:focus-within{border-color:#134e4a99}.focus-within\:border-teal-900\/70:focus-within{border-color:#134e4ab3}.focus-within\:border-teal-900\/75:focus-within{border-color:#134e4abf}.focus-within\:border-teal-900\/80:focus-within{border-color:#134e4acc}.focus-within\:border-teal-900\/90:focus-within{border-color:#134e4ae6}.focus-within\:border-teal-900\/95:focus-within{border-color:#134e4af2}.focus-within\:border-teal-900\/100:focus-within{border-color:#134e4a}.focus-within\:border-sky-50\/0:focus-within{border-color:#f0f9ff00}.focus-within\:border-sky-50\/5:focus-within{border-color:#f0f9ff0d}.focus-within\:border-sky-50\/10:focus-within{border-color:#f0f9ff1a}.focus-within\:border-sky-50\/20:focus-within{border-color:#f0f9ff33}.focus-within\:border-sky-50\/25:focus-within{border-color:#f0f9ff40}.focus-within\:border-sky-50\/30:focus-within{border-color:#f0f9ff4d}.focus-within\:border-sky-50\/40:focus-within{border-color:#f0f9ff66}.focus-within\:border-sky-50\/50:focus-within{border-color:#f0f9ff80}.focus-within\:border-sky-50\/60:focus-within{border-color:#f0f9ff99}.focus-within\:border-sky-50\/70:focus-within{border-color:#f0f9ffb3}.focus-within\:border-sky-50\/75:focus-within{border-color:#f0f9ffbf}.focus-within\:border-sky-50\/80:focus-within{border-color:#f0f9ffcc}.focus-within\:border-sky-50\/90:focus-within{border-color:#f0f9ffe6}.focus-within\:border-sky-50\/95:focus-within{border-color:#f0f9fff2}.focus-within\:border-sky-50\/100:focus-within{border-color:#f0f9ff}.focus-within\:border-sky-100\/0:focus-within{border-color:#e0f2fe00}.focus-within\:border-sky-100\/5:focus-within{border-color:#e0f2fe0d}.focus-within\:border-sky-100\/10:focus-within{border-color:#e0f2fe1a}.focus-within\:border-sky-100\/20:focus-within{border-color:#e0f2fe33}.focus-within\:border-sky-100\/25:focus-within{border-color:#e0f2fe40}.focus-within\:border-sky-100\/30:focus-within{border-color:#e0f2fe4d}.focus-within\:border-sky-100\/40:focus-within{border-color:#e0f2fe66}.focus-within\:border-sky-100\/50:focus-within{border-color:#e0f2fe80}.focus-within\:border-sky-100\/60:focus-within{border-color:#e0f2fe99}.focus-within\:border-sky-100\/70:focus-within{border-color:#e0f2feb3}.focus-within\:border-sky-100\/75:focus-within{border-color:#e0f2febf}.focus-within\:border-sky-100\/80:focus-within{border-color:#e0f2fecc}.focus-within\:border-sky-100\/90:focus-within{border-color:#e0f2fee6}.focus-within\:border-sky-100\/95:focus-within{border-color:#e0f2fef2}.focus-within\:border-sky-100\/100:focus-within{border-color:#e0f2fe}.focus-within\:border-sky-200\/0:focus-within{border-color:#bae6fd00}.focus-within\:border-sky-200\/5:focus-within{border-color:#bae6fd0d}.focus-within\:border-sky-200\/10:focus-within{border-color:#bae6fd1a}.focus-within\:border-sky-200\/20:focus-within{border-color:#bae6fd33}.focus-within\:border-sky-200\/25:focus-within{border-color:#bae6fd40}.focus-within\:border-sky-200\/30:focus-within{border-color:#bae6fd4d}.focus-within\:border-sky-200\/40:focus-within{border-color:#bae6fd66}.focus-within\:border-sky-200\/50:focus-within{border-color:#bae6fd80}.focus-within\:border-sky-200\/60:focus-within{border-color:#bae6fd99}.focus-within\:border-sky-200\/70:focus-within{border-color:#bae6fdb3}.focus-within\:border-sky-200\/75:focus-within{border-color:#bae6fdbf}.focus-within\:border-sky-200\/80:focus-within{border-color:#bae6fdcc}.focus-within\:border-sky-200\/90:focus-within{border-color:#bae6fde6}.focus-within\:border-sky-200\/95:focus-within{border-color:#bae6fdf2}.focus-within\:border-sky-200\/100:focus-within{border-color:#bae6fd}.focus-within\:border-sky-300\/0:focus-within{border-color:#7dd3fc00}.focus-within\:border-sky-300\/5:focus-within{border-color:#7dd3fc0d}.focus-within\:border-sky-300\/10:focus-within{border-color:#7dd3fc1a}.focus-within\:border-sky-300\/20:focus-within{border-color:#7dd3fc33}.focus-within\:border-sky-300\/25:focus-within{border-color:#7dd3fc40}.focus-within\:border-sky-300\/30:focus-within{border-color:#7dd3fc4d}.focus-within\:border-sky-300\/40:focus-within{border-color:#7dd3fc66}.focus-within\:border-sky-300\/50:focus-within{border-color:#7dd3fc80}.focus-within\:border-sky-300\/60:focus-within{border-color:#7dd3fc99}.focus-within\:border-sky-300\/70:focus-within{border-color:#7dd3fcb3}.focus-within\:border-sky-300\/75:focus-within{border-color:#7dd3fcbf}.focus-within\:border-sky-300\/80:focus-within{border-color:#7dd3fccc}.focus-within\:border-sky-300\/90:focus-within{border-color:#7dd3fce6}.focus-within\:border-sky-300\/95:focus-within{border-color:#7dd3fcf2}.focus-within\:border-sky-300\/100:focus-within{border-color:#7dd3fc}.focus-within\:border-sky-400\/0:focus-within{border-color:#38bdf800}.focus-within\:border-sky-400\/5:focus-within{border-color:#38bdf80d}.focus-within\:border-sky-400\/10:focus-within{border-color:#38bdf81a}.focus-within\:border-sky-400\/20:focus-within{border-color:#38bdf833}.focus-within\:border-sky-400\/25:focus-within{border-color:#38bdf840}.focus-within\:border-sky-400\/30:focus-within{border-color:#38bdf84d}.focus-within\:border-sky-400\/40:focus-within{border-color:#38bdf866}.focus-within\:border-sky-400\/50:focus-within{border-color:#38bdf880}.focus-within\:border-sky-400\/60:focus-within{border-color:#38bdf899}.focus-within\:border-sky-400\/70:focus-within{border-color:#38bdf8b3}.focus-within\:border-sky-400\/75:focus-within{border-color:#38bdf8bf}.focus-within\:border-sky-400\/80:focus-within{border-color:#38bdf8cc}.focus-within\:border-sky-400\/90:focus-within{border-color:#38bdf8e6}.focus-within\:border-sky-400\/95:focus-within{border-color:#38bdf8f2}.focus-within\:border-sky-400\/100:focus-within{border-color:#38bdf8}.focus-within\:border-sky-500\/0:focus-within{border-color:#0ea5e900}.focus-within\:border-sky-500\/5:focus-within{border-color:#0ea5e90d}.focus-within\:border-sky-500\/10:focus-within{border-color:#0ea5e91a}.focus-within\:border-sky-500\/20:focus-within{border-color:#0ea5e933}.focus-within\:border-sky-500\/25:focus-within{border-color:#0ea5e940}.focus-within\:border-sky-500\/30:focus-within{border-color:#0ea5e94d}.focus-within\:border-sky-500\/40:focus-within{border-color:#0ea5e966}.focus-within\:border-sky-500\/50:focus-within{border-color:#0ea5e980}.focus-within\:border-sky-500\/60:focus-within{border-color:#0ea5e999}.focus-within\:border-sky-500\/70:focus-within{border-color:#0ea5e9b3}.focus-within\:border-sky-500\/75:focus-within{border-color:#0ea5e9bf}.focus-within\:border-sky-500\/80:focus-within{border-color:#0ea5e9cc}.focus-within\:border-sky-500\/90:focus-within{border-color:#0ea5e9e6}.focus-within\:border-sky-500\/95:focus-within{border-color:#0ea5e9f2}.focus-within\:border-sky-500\/100:focus-within{border-color:#0ea5e9}.focus-within\:border-sky-600\/0:focus-within{border-color:#0284c700}.focus-within\:border-sky-600\/5:focus-within{border-color:#0284c70d}.focus-within\:border-sky-600\/10:focus-within{border-color:#0284c71a}.focus-within\:border-sky-600\/20:focus-within{border-color:#0284c733}.focus-within\:border-sky-600\/25:focus-within{border-color:#0284c740}.focus-within\:border-sky-600\/30:focus-within{border-color:#0284c74d}.focus-within\:border-sky-600\/40:focus-within{border-color:#0284c766}.focus-within\:border-sky-600\/50:focus-within{border-color:#0284c780}.focus-within\:border-sky-600\/60:focus-within{border-color:#0284c799}.focus-within\:border-sky-600\/70:focus-within{border-color:#0284c7b3}.focus-within\:border-sky-600\/75:focus-within{border-color:#0284c7bf}.focus-within\:border-sky-600\/80:focus-within{border-color:#0284c7cc}.focus-within\:border-sky-600\/90:focus-within{border-color:#0284c7e6}.focus-within\:border-sky-600\/95:focus-within{border-color:#0284c7f2}.focus-within\:border-sky-600\/100:focus-within{border-color:#0284c7}.focus-within\:border-sky-700\/0:focus-within{border-color:#0369a100}.focus-within\:border-sky-700\/5:focus-within{border-color:#0369a10d}.focus-within\:border-sky-700\/10:focus-within{border-color:#0369a11a}.focus-within\:border-sky-700\/20:focus-within{border-color:#0369a133}.focus-within\:border-sky-700\/25:focus-within{border-color:#0369a140}.focus-within\:border-sky-700\/30:focus-within{border-color:#0369a14d}.focus-within\:border-sky-700\/40:focus-within{border-color:#0369a166}.focus-within\:border-sky-700\/50:focus-within{border-color:#0369a180}.focus-within\:border-sky-700\/60:focus-within{border-color:#0369a199}.focus-within\:border-sky-700\/70:focus-within{border-color:#0369a1b3}.focus-within\:border-sky-700\/75:focus-within{border-color:#0369a1bf}.focus-within\:border-sky-700\/80:focus-within{border-color:#0369a1cc}.focus-within\:border-sky-700\/90:focus-within{border-color:#0369a1e6}.focus-within\:border-sky-700\/95:focus-within{border-color:#0369a1f2}.focus-within\:border-sky-700\/100:focus-within{border-color:#0369a1}.focus-within\:border-sky-800\/0:focus-within{border-color:#07598500}.focus-within\:border-sky-800\/5:focus-within{border-color:#0759850d}.focus-within\:border-sky-800\/10:focus-within{border-color:#0759851a}.focus-within\:border-sky-800\/20:focus-within{border-color:#07598533}.focus-within\:border-sky-800\/25:focus-within{border-color:#07598540}.focus-within\:border-sky-800\/30:focus-within{border-color:#0759854d}.focus-within\:border-sky-800\/40:focus-within{border-color:#07598566}.focus-within\:border-sky-800\/50:focus-within{border-color:#07598580}.focus-within\:border-sky-800\/60:focus-within{border-color:#07598599}.focus-within\:border-sky-800\/70:focus-within{border-color:#075985b3}.focus-within\:border-sky-800\/75:focus-within{border-color:#075985bf}.focus-within\:border-sky-800\/80:focus-within{border-color:#075985cc}.focus-within\:border-sky-800\/90:focus-within{border-color:#075985e6}.focus-within\:border-sky-800\/95:focus-within{border-color:#075985f2}.focus-within\:border-sky-800\/100:focus-within{border-color:#075985}.focus-within\:border-sky-900\/0:focus-within{border-color:#0c4a6e00}.focus-within\:border-sky-900\/5:focus-within{border-color:#0c4a6e0d}.focus-within\:border-sky-900\/10:focus-within{border-color:#0c4a6e1a}.focus-within\:border-sky-900\/20:focus-within{border-color:#0c4a6e33}.focus-within\:border-sky-900\/25:focus-within{border-color:#0c4a6e40}.focus-within\:border-sky-900\/30:focus-within{border-color:#0c4a6e4d}.focus-within\:border-sky-900\/40:focus-within{border-color:#0c4a6e66}.focus-within\:border-sky-900\/50:focus-within{border-color:#0c4a6e80}.focus-within\:border-sky-900\/60:focus-within{border-color:#0c4a6e99}.focus-within\:border-sky-900\/70:focus-within{border-color:#0c4a6eb3}.focus-within\:border-sky-900\/75:focus-within{border-color:#0c4a6ebf}.focus-within\:border-sky-900\/80:focus-within{border-color:#0c4a6ecc}.focus-within\:border-sky-900\/90:focus-within{border-color:#0c4a6ee6}.focus-within\:border-sky-900\/95:focus-within{border-color:#0c4a6ef2}.focus-within\:border-sky-900\/100:focus-within{border-color:#0c4a6e}.focus-within\:border-blue-50\/0:focus-within{border-color:#eff6ff00}.focus-within\:border-blue-50\/5:focus-within{border-color:#eff6ff0d}.focus-within\:border-blue-50\/10:focus-within{border-color:#eff6ff1a}.focus-within\:border-blue-50\/20:focus-within{border-color:#eff6ff33}.focus-within\:border-blue-50\/25:focus-within{border-color:#eff6ff40}.focus-within\:border-blue-50\/30:focus-within{border-color:#eff6ff4d}.focus-within\:border-blue-50\/40:focus-within{border-color:#eff6ff66}.focus-within\:border-blue-50\/50:focus-within{border-color:#eff6ff80}.focus-within\:border-blue-50\/60:focus-within{border-color:#eff6ff99}.focus-within\:border-blue-50\/70:focus-within{border-color:#eff6ffb3}.focus-within\:border-blue-50\/75:focus-within{border-color:#eff6ffbf}.focus-within\:border-blue-50\/80:focus-within{border-color:#eff6ffcc}.focus-within\:border-blue-50\/90:focus-within{border-color:#eff6ffe6}.focus-within\:border-blue-50\/95:focus-within{border-color:#eff6fff2}.focus-within\:border-blue-50\/100:focus-within{border-color:#eff6ff}.focus-within\:border-blue-100\/0:focus-within{border-color:#f2f3fd00}.focus-within\:border-blue-100\/5:focus-within{border-color:#f2f3fd0d}.focus-within\:border-blue-100\/10:focus-within{border-color:#f2f3fd1a}.focus-within\:border-blue-100\/20:focus-within{border-color:#f2f3fd33}.focus-within\:border-blue-100\/25:focus-within{border-color:#f2f3fd40}.focus-within\:border-blue-100\/30:focus-within{border-color:#f2f3fd4d}.focus-within\:border-blue-100\/40:focus-within{border-color:#f2f3fd66}.focus-within\:border-blue-100\/50:focus-within{border-color:#f2f3fd80}.focus-within\:border-blue-100\/60:focus-within{border-color:#f2f3fd99}.focus-within\:border-blue-100\/70:focus-within{border-color:#f2f3fdb3}.focus-within\:border-blue-100\/75:focus-within{border-color:#f2f3fdbf}.focus-within\:border-blue-100\/80:focus-within{border-color:#f2f3fdcc}.focus-within\:border-blue-100\/90:focus-within{border-color:#f2f3fde6}.focus-within\:border-blue-100\/95:focus-within{border-color:#f2f3fdf2}.focus-within\:border-blue-100\/100:focus-within{border-color:#f2f3fd}.focus-within\:border-blue-200\/0:focus-within{border-color:#e4e8fb00}.focus-within\:border-blue-200\/5:focus-within{border-color:#e4e8fb0d}.focus-within\:border-blue-200\/10:focus-within{border-color:#e4e8fb1a}.focus-within\:border-blue-200\/20:focus-within{border-color:#e4e8fb33}.focus-within\:border-blue-200\/25:focus-within{border-color:#e4e8fb40}.focus-within\:border-blue-200\/30:focus-within{border-color:#e4e8fb4d}.focus-within\:border-blue-200\/40:focus-within{border-color:#e4e8fb66}.focus-within\:border-blue-200\/50:focus-within{border-color:#e4e8fb80}.focus-within\:border-blue-200\/60:focus-within{border-color:#e4e8fb99}.focus-within\:border-blue-200\/70:focus-within{border-color:#e4e8fbb3}.focus-within\:border-blue-200\/75:focus-within{border-color:#e4e8fbbf}.focus-within\:border-blue-200\/80:focus-within{border-color:#e4e8fbcc}.focus-within\:border-blue-200\/90:focus-within{border-color:#e4e8fbe6}.focus-within\:border-blue-200\/95:focus-within{border-color:#e4e8fbf2}.focus-within\:border-blue-200\/100:focus-within{border-color:#e4e8fb}.focus-within\:border-blue-300\/0:focus-within{border-color:#c6cff700}.focus-within\:border-blue-300\/5:focus-within{border-color:#c6cff70d}.focus-within\:border-blue-300\/10:focus-within{border-color:#c6cff71a}.focus-within\:border-blue-300\/20:focus-within{border-color:#c6cff733}.focus-within\:border-blue-300\/25:focus-within{border-color:#c6cff740}.focus-within\:border-blue-300\/30:focus-within{border-color:#c6cff74d}.focus-within\:border-blue-300\/40:focus-within{border-color:#c6cff766}.focus-within\:border-blue-300\/50:focus-within{border-color:#c6cff780}.focus-within\:border-blue-300\/60:focus-within{border-color:#c6cff799}.focus-within\:border-blue-300\/70:focus-within{border-color:#c6cff7b3}.focus-within\:border-blue-300\/75:focus-within{border-color:#c6cff7bf}.focus-within\:border-blue-300\/80:focus-within{border-color:#c6cff7cc}.focus-within\:border-blue-300\/90:focus-within{border-color:#c6cff7e6}.focus-within\:border-blue-300\/95:focus-within{border-color:#c6cff7f2}.focus-within\:border-blue-300\/100:focus-within{border-color:#c6cff7}.focus-within\:border-blue-400\/0:focus-within{border-color:#a3b2f300}.focus-within\:border-blue-400\/5:focus-within{border-color:#a3b2f30d}.focus-within\:border-blue-400\/10:focus-within{border-color:#a3b2f31a}.focus-within\:border-blue-400\/20:focus-within{border-color:#a3b2f333}.focus-within\:border-blue-400\/25:focus-within{border-color:#a3b2f340}.focus-within\:border-blue-400\/30:focus-within{border-color:#a3b2f34d}.focus-within\:border-blue-400\/40:focus-within{border-color:#a3b2f366}.focus-within\:border-blue-400\/50:focus-within{border-color:#a3b2f380}.focus-within\:border-blue-400\/60:focus-within{border-color:#a3b2f399}.focus-within\:border-blue-400\/70:focus-within{border-color:#a3b2f3b3}.focus-within\:border-blue-400\/75:focus-within{border-color:#a3b2f3bf}.focus-within\:border-blue-400\/80:focus-within{border-color:#a3b2f3cc}.focus-within\:border-blue-400\/90:focus-within{border-color:#a3b2f3e6}.focus-within\:border-blue-400\/95:focus-within{border-color:#a3b2f3f2}.focus-within\:border-blue-400\/100:focus-within{border-color:#a3b2f3}.focus-within\:border-blue-500\/0:focus-within{border-color:#7690ef00}.focus-within\:border-blue-500\/5:focus-within{border-color:#7690ef0d}.focus-within\:border-blue-500\/10:focus-within{border-color:#7690ef1a}.focus-within\:border-blue-500\/20:focus-within{border-color:#7690ef33}.focus-within\:border-blue-500\/25:focus-within{border-color:#7690ef40}.focus-within\:border-blue-500\/30:focus-within{border-color:#7690ef4d}.focus-within\:border-blue-500\/40:focus-within{border-color:#7690ef66}.focus-within\:border-blue-500\/50:focus-within{border-color:#7690ef80}.focus-within\:border-blue-500\/60:focus-within{border-color:#7690ef99}.focus-within\:border-blue-500\/70:focus-within{border-color:#7690efb3}.focus-within\:border-blue-500\/75:focus-within{border-color:#7690efbf}.focus-within\:border-blue-500\/80:focus-within{border-color:#7690efcc}.focus-within\:border-blue-500\/90:focus-within{border-color:#7690efe6}.focus-within\:border-blue-500\/95:focus-within{border-color:#7690eff2}.focus-within\:border-blue-500\/100:focus-within{border-color:#7690ef}.focus-within\:border-blue-600\/0:focus-within{border-color:#2563eb00}.focus-within\:border-blue-600\/5:focus-within{border-color:#2563eb0d}.focus-within\:border-blue-600\/10:focus-within{border-color:#2563eb1a}.focus-within\:border-blue-600\/20:focus-within{border-color:#2563eb33}.focus-within\:border-blue-600\/25:focus-within{border-color:#2563eb40}.focus-within\:border-blue-600\/30:focus-within{border-color:#2563eb4d}.focus-within\:border-blue-600\/40:focus-within{border-color:#2563eb66}.focus-within\:border-blue-600\/50:focus-within{border-color:#2563eb80}.focus-within\:border-blue-600\/60:focus-within{border-color:#2563eb99}.focus-within\:border-blue-600\/70:focus-within{border-color:#2563ebb3}.focus-within\:border-blue-600\/75:focus-within{border-color:#2563ebbf}.focus-within\:border-blue-600\/80:focus-within{border-color:#2563ebcc}.focus-within\:border-blue-600\/90:focus-within{border-color:#2563ebe6}.focus-within\:border-blue-600\/95:focus-within{border-color:#2563ebf2}.focus-within\:border-blue-600\/100:focus-within{border-color:#2563eb}.focus-within\:border-blue-700\/0:focus-within{border-color:#2158d200}.focus-within\:border-blue-700\/5:focus-within{border-color:#2158d20d}.focus-within\:border-blue-700\/10:focus-within{border-color:#2158d21a}.focus-within\:border-blue-700\/20:focus-within{border-color:#2158d233}.focus-within\:border-blue-700\/25:focus-within{border-color:#2158d240}.focus-within\:border-blue-700\/30:focus-within{border-color:#2158d24d}.focus-within\:border-blue-700\/40:focus-within{border-color:#2158d266}.focus-within\:border-blue-700\/50:focus-within{border-color:#2158d280}.focus-within\:border-blue-700\/60:focus-within{border-color:#2158d299}.focus-within\:border-blue-700\/70:focus-within{border-color:#2158d2b3}.focus-within\:border-blue-700\/75:focus-within{border-color:#2158d2bf}.focus-within\:border-blue-700\/80:focus-within{border-color:#2158d2cc}.focus-within\:border-blue-700\/90:focus-within{border-color:#2158d2e6}.focus-within\:border-blue-700\/95:focus-within{border-color:#2158d2f2}.focus-within\:border-blue-700\/100:focus-within{border-color:#2158d2}.focus-within\:border-blue-800\/0:focus-within{border-color:#1c4cb600}.focus-within\:border-blue-800\/5:focus-within{border-color:#1c4cb60d}.focus-within\:border-blue-800\/10:focus-within{border-color:#1c4cb61a}.focus-within\:border-blue-800\/20:focus-within{border-color:#1c4cb633}.focus-within\:border-blue-800\/25:focus-within{border-color:#1c4cb640}.focus-within\:border-blue-800\/30:focus-within{border-color:#1c4cb64d}.focus-within\:border-blue-800\/40:focus-within{border-color:#1c4cb666}.focus-within\:border-blue-800\/50:focus-within{border-color:#1c4cb680}.focus-within\:border-blue-800\/60:focus-within{border-color:#1c4cb699}.focus-within\:border-blue-800\/70:focus-within{border-color:#1c4cb6b3}.focus-within\:border-blue-800\/75:focus-within{border-color:#1c4cb6bf}.focus-within\:border-blue-800\/80:focus-within{border-color:#1c4cb6cc}.focus-within\:border-blue-800\/90:focus-within{border-color:#1c4cb6e6}.focus-within\:border-blue-800\/95:focus-within{border-color:#1c4cb6f2}.focus-within\:border-blue-800\/100:focus-within{border-color:#1c4cb6}.focus-within\:border-blue-900\/0:focus-within{border-color:#173e9400}.focus-within\:border-blue-900\/5:focus-within{border-color:#173e940d}.focus-within\:border-blue-900\/10:focus-within{border-color:#173e941a}.focus-within\:border-blue-900\/20:focus-within{border-color:#173e9433}.focus-within\:border-blue-900\/25:focus-within{border-color:#173e9440}.focus-within\:border-blue-900\/30:focus-within{border-color:#173e944d}.focus-within\:border-blue-900\/40:focus-within{border-color:#173e9466}.focus-within\:border-blue-900\/50:focus-within{border-color:#173e9480}.focus-within\:border-blue-900\/60:focus-within{border-color:#173e9499}.focus-within\:border-blue-900\/70:focus-within{border-color:#173e94b3}.focus-within\:border-blue-900\/75:focus-within{border-color:#173e94bf}.focus-within\:border-blue-900\/80:focus-within{border-color:#173e94cc}.focus-within\:border-blue-900\/90:focus-within{border-color:#173e94e6}.focus-within\:border-blue-900\/95:focus-within{border-color:#173e94f2}.focus-within\:border-blue-900\/100:focus-within{border-color:#173e94}.focus-within\:border-indigo-50\/0:focus-within{border-color:#eef2ff00}.focus-within\:border-indigo-50\/5:focus-within{border-color:#eef2ff0d}.focus-within\:border-indigo-50\/10:focus-within{border-color:#eef2ff1a}.focus-within\:border-indigo-50\/20:focus-within{border-color:#eef2ff33}.focus-within\:border-indigo-50\/25:focus-within{border-color:#eef2ff40}.focus-within\:border-indigo-50\/30:focus-within{border-color:#eef2ff4d}.focus-within\:border-indigo-50\/40:focus-within{border-color:#eef2ff66}.focus-within\:border-indigo-50\/50:focus-within{border-color:#eef2ff80}.focus-within\:border-indigo-50\/60:focus-within{border-color:#eef2ff99}.focus-within\:border-indigo-50\/70:focus-within{border-color:#eef2ffb3}.focus-within\:border-indigo-50\/75:focus-within{border-color:#eef2ffbf}.focus-within\:border-indigo-50\/80:focus-within{border-color:#eef2ffcc}.focus-within\:border-indigo-50\/90:focus-within{border-color:#eef2ffe6}.focus-within\:border-indigo-50\/95:focus-within{border-color:#eef2fff2}.focus-within\:border-indigo-50\/100:focus-within{border-color:#eef2ff}.focus-within\:border-indigo-100\/0:focus-within{border-color:#e0e7ff00}.focus-within\:border-indigo-100\/5:focus-within{border-color:#e0e7ff0d}.focus-within\:border-indigo-100\/10:focus-within{border-color:#e0e7ff1a}.focus-within\:border-indigo-100\/20:focus-within{border-color:#e0e7ff33}.focus-within\:border-indigo-100\/25:focus-within{border-color:#e0e7ff40}.focus-within\:border-indigo-100\/30:focus-within{border-color:#e0e7ff4d}.focus-within\:border-indigo-100\/40:focus-within{border-color:#e0e7ff66}.focus-within\:border-indigo-100\/50:focus-within{border-color:#e0e7ff80}.focus-within\:border-indigo-100\/60:focus-within{border-color:#e0e7ff99}.focus-within\:border-indigo-100\/70:focus-within{border-color:#e0e7ffb3}.focus-within\:border-indigo-100\/75:focus-within{border-color:#e0e7ffbf}.focus-within\:border-indigo-100\/80:focus-within{border-color:#e0e7ffcc}.focus-within\:border-indigo-100\/90:focus-within{border-color:#e0e7ffe6}.focus-within\:border-indigo-100\/95:focus-within{border-color:#e0e7fff2}.focus-within\:border-indigo-100\/100:focus-within{border-color:#e0e7ff}.focus-within\:border-indigo-200\/0:focus-within{border-color:#c7d2fe00}.focus-within\:border-indigo-200\/5:focus-within{border-color:#c7d2fe0d}.focus-within\:border-indigo-200\/10:focus-within{border-color:#c7d2fe1a}.focus-within\:border-indigo-200\/20:focus-within{border-color:#c7d2fe33}.focus-within\:border-indigo-200\/25:focus-within{border-color:#c7d2fe40}.focus-within\:border-indigo-200\/30:focus-within{border-color:#c7d2fe4d}.focus-within\:border-indigo-200\/40:focus-within{border-color:#c7d2fe66}.focus-within\:border-indigo-200\/50:focus-within{border-color:#c7d2fe80}.focus-within\:border-indigo-200\/60:focus-within{border-color:#c7d2fe99}.focus-within\:border-indigo-200\/70:focus-within{border-color:#c7d2feb3}.focus-within\:border-indigo-200\/75:focus-within{border-color:#c7d2febf}.focus-within\:border-indigo-200\/80:focus-within{border-color:#c7d2fecc}.focus-within\:border-indigo-200\/90:focus-within{border-color:#c7d2fee6}.focus-within\:border-indigo-200\/95:focus-within{border-color:#c7d2fef2}.focus-within\:border-indigo-200\/100:focus-within{border-color:#c7d2fe}.focus-within\:border-indigo-300\/0:focus-within{border-color:#a5b4fc00}.focus-within\:border-indigo-300\/5:focus-within{border-color:#a5b4fc0d}.focus-within\:border-indigo-300\/10:focus-within{border-color:#a5b4fc1a}.focus-within\:border-indigo-300\/20:focus-within{border-color:#a5b4fc33}.focus-within\:border-indigo-300\/25:focus-within{border-color:#a5b4fc40}.focus-within\:border-indigo-300\/30:focus-within{border-color:#a5b4fc4d}.focus-within\:border-indigo-300\/40:focus-within{border-color:#a5b4fc66}.focus-within\:border-indigo-300\/50:focus-within{border-color:#a5b4fc80}.focus-within\:border-indigo-300\/60:focus-within{border-color:#a5b4fc99}.focus-within\:border-indigo-300\/70:focus-within{border-color:#a5b4fcb3}.focus-within\:border-indigo-300\/75:focus-within{border-color:#a5b4fcbf}.focus-within\:border-indigo-300\/80:focus-within{border-color:#a5b4fccc}.focus-within\:border-indigo-300\/90:focus-within{border-color:#a5b4fce6}.focus-within\:border-indigo-300\/95:focus-within{border-color:#a5b4fcf2}.focus-within\:border-indigo-300\/100:focus-within{border-color:#a5b4fc}.focus-within\:border-indigo-400\/0:focus-within{border-color:#818cf800}.focus-within\:border-indigo-400\/5:focus-within{border-color:#818cf80d}.focus-within\:border-indigo-400\/10:focus-within{border-color:#818cf81a}.focus-within\:border-indigo-400\/20:focus-within{border-color:#818cf833}.focus-within\:border-indigo-400\/25:focus-within{border-color:#818cf840}.focus-within\:border-indigo-400\/30:focus-within{border-color:#818cf84d}.focus-within\:border-indigo-400\/40:focus-within{border-color:#818cf866}.focus-within\:border-indigo-400\/50:focus-within{border-color:#818cf880}.focus-within\:border-indigo-400\/60:focus-within{border-color:#818cf899}.focus-within\:border-indigo-400\/70:focus-within{border-color:#818cf8b3}.focus-within\:border-indigo-400\/75:focus-within{border-color:#818cf8bf}.focus-within\:border-indigo-400\/80:focus-within{border-color:#818cf8cc}.focus-within\:border-indigo-400\/90:focus-within{border-color:#818cf8e6}.focus-within\:border-indigo-400\/95:focus-within{border-color:#818cf8f2}.focus-within\:border-indigo-400\/100:focus-within{border-color:#818cf8}.focus-within\:border-indigo-500\/0:focus-within{border-color:#6366f100}.focus-within\:border-indigo-500\/5:focus-within{border-color:#6366f10d}.focus-within\:border-indigo-500\/10:focus-within{border-color:#6366f11a}.focus-within\:border-indigo-500\/20:focus-within{border-color:#6366f133}.focus-within\:border-indigo-500\/25:focus-within{border-color:#6366f140}.focus-within\:border-indigo-500\/30:focus-within{border-color:#6366f14d}.focus-within\:border-indigo-500\/40:focus-within{border-color:#6366f166}.focus-within\:border-indigo-500\/50:focus-within{border-color:#6366f180}.focus-within\:border-indigo-500\/60:focus-within{border-color:#6366f199}.focus-within\:border-indigo-500\/70:focus-within{border-color:#6366f1b3}.focus-within\:border-indigo-500\/75:focus-within{border-color:#6366f1bf}.focus-within\:border-indigo-500\/80:focus-within{border-color:#6366f1cc}.focus-within\:border-indigo-500\/90:focus-within{border-color:#6366f1e6}.focus-within\:border-indigo-500\/95:focus-within{border-color:#6366f1f2}.focus-within\:border-indigo-500\/100:focus-within{border-color:#6366f1}.focus-within\:border-indigo-600\/0:focus-within{border-color:#4f46e500}.focus-within\:border-indigo-600\/5:focus-within{border-color:#4f46e50d}.focus-within\:border-indigo-600\/10:focus-within{border-color:#4f46e51a}.focus-within\:border-indigo-600\/20:focus-within{border-color:#4f46e533}.focus-within\:border-indigo-600\/25:focus-within{border-color:#4f46e540}.focus-within\:border-indigo-600\/30:focus-within{border-color:#4f46e54d}.focus-within\:border-indigo-600\/40:focus-within{border-color:#4f46e566}.focus-within\:border-indigo-600\/50:focus-within{border-color:#4f46e580}.focus-within\:border-indigo-600\/60:focus-within{border-color:#4f46e599}.focus-within\:border-indigo-600\/70:focus-within{border-color:#4f46e5b3}.focus-within\:border-indigo-600\/75:focus-within{border-color:#4f46e5bf}.focus-within\:border-indigo-600\/80:focus-within{border-color:#4f46e5cc}.focus-within\:border-indigo-600\/90:focus-within{border-color:#4f46e5e6}.focus-within\:border-indigo-600\/95:focus-within{border-color:#4f46e5f2}.focus-within\:border-indigo-600\/100:focus-within{border-color:#4f46e5}.focus-within\:border-indigo-700\/0:focus-within{border-color:#4338ca00}.focus-within\:border-indigo-700\/5:focus-within{border-color:#4338ca0d}.focus-within\:border-indigo-700\/10:focus-within{border-color:#4338ca1a}.focus-within\:border-indigo-700\/20:focus-within{border-color:#4338ca33}.focus-within\:border-indigo-700\/25:focus-within{border-color:#4338ca40}.focus-within\:border-indigo-700\/30:focus-within{border-color:#4338ca4d}.focus-within\:border-indigo-700\/40:focus-within{border-color:#4338ca66}.focus-within\:border-indigo-700\/50:focus-within{border-color:#4338ca80}.focus-within\:border-indigo-700\/60:focus-within{border-color:#4338ca99}.focus-within\:border-indigo-700\/70:focus-within{border-color:#4338cab3}.focus-within\:border-indigo-700\/75:focus-within{border-color:#4338cabf}.focus-within\:border-indigo-700\/80:focus-within{border-color:#4338cacc}.focus-within\:border-indigo-700\/90:focus-within{border-color:#4338cae6}.focus-within\:border-indigo-700\/95:focus-within{border-color:#4338caf2}.focus-within\:border-indigo-700\/100:focus-within{border-color:#4338ca}.focus-within\:border-indigo-800\/0:focus-within{border-color:#3730a300}.focus-within\:border-indigo-800\/5:focus-within{border-color:#3730a30d}.focus-within\:border-indigo-800\/10:focus-within{border-color:#3730a31a}.focus-within\:border-indigo-800\/20:focus-within{border-color:#3730a333}.focus-within\:border-indigo-800\/25:focus-within{border-color:#3730a340}.focus-within\:border-indigo-800\/30:focus-within{border-color:#3730a34d}.focus-within\:border-indigo-800\/40:focus-within{border-color:#3730a366}.focus-within\:border-indigo-800\/50:focus-within{border-color:#3730a380}.focus-within\:border-indigo-800\/60:focus-within{border-color:#3730a399}.focus-within\:border-indigo-800\/70:focus-within{border-color:#3730a3b3}.focus-within\:border-indigo-800\/75:focus-within{border-color:#3730a3bf}.focus-within\:border-indigo-800\/80:focus-within{border-color:#3730a3cc}.focus-within\:border-indigo-800\/90:focus-within{border-color:#3730a3e6}.focus-within\:border-indigo-800\/95:focus-within{border-color:#3730a3f2}.focus-within\:border-indigo-800\/100:focus-within{border-color:#3730a3}.focus-within\:border-indigo-900\/0:focus-within{border-color:#312e8100}.focus-within\:border-indigo-900\/5:focus-within{border-color:#312e810d}.focus-within\:border-indigo-900\/10:focus-within{border-color:#312e811a}.focus-within\:border-indigo-900\/20:focus-within{border-color:#312e8133}.focus-within\:border-indigo-900\/25:focus-within{border-color:#312e8140}.focus-within\:border-indigo-900\/30:focus-within{border-color:#312e814d}.focus-within\:border-indigo-900\/40:focus-within{border-color:#312e8166}.focus-within\:border-indigo-900\/50:focus-within{border-color:#312e8180}.focus-within\:border-indigo-900\/60:focus-within{border-color:#312e8199}.focus-within\:border-indigo-900\/70:focus-within{border-color:#312e81b3}.focus-within\:border-indigo-900\/75:focus-within{border-color:#312e81bf}.focus-within\:border-indigo-900\/80:focus-within{border-color:#312e81cc}.focus-within\:border-indigo-900\/90:focus-within{border-color:#312e81e6}.focus-within\:border-indigo-900\/95:focus-within{border-color:#312e81f2}.focus-within\:border-indigo-900\/100:focus-within{border-color:#312e81}.focus-within\:border-violet-50\/0:focus-within{border-color:#f5f3ff00}.focus-within\:border-violet-50\/5:focus-within{border-color:#f5f3ff0d}.focus-within\:border-violet-50\/10:focus-within{border-color:#f5f3ff1a}.focus-within\:border-violet-50\/20:focus-within{border-color:#f5f3ff33}.focus-within\:border-violet-50\/25:focus-within{border-color:#f5f3ff40}.focus-within\:border-violet-50\/30:focus-within{border-color:#f5f3ff4d}.focus-within\:border-violet-50\/40:focus-within{border-color:#f5f3ff66}.focus-within\:border-violet-50\/50:focus-within{border-color:#f5f3ff80}.focus-within\:border-violet-50\/60:focus-within{border-color:#f5f3ff99}.focus-within\:border-violet-50\/70:focus-within{border-color:#f5f3ffb3}.focus-within\:border-violet-50\/75:focus-within{border-color:#f5f3ffbf}.focus-within\:border-violet-50\/80:focus-within{border-color:#f5f3ffcc}.focus-within\:border-violet-50\/90:focus-within{border-color:#f5f3ffe6}.focus-within\:border-violet-50\/95:focus-within{border-color:#f5f3fff2}.focus-within\:border-violet-50\/100:focus-within{border-color:#f5f3ff}.focus-within\:border-violet-100\/0:focus-within{border-color:#ede9fe00}.focus-within\:border-violet-100\/5:focus-within{border-color:#ede9fe0d}.focus-within\:border-violet-100\/10:focus-within{border-color:#ede9fe1a}.focus-within\:border-violet-100\/20:focus-within{border-color:#ede9fe33}.focus-within\:border-violet-100\/25:focus-within{border-color:#ede9fe40}.focus-within\:border-violet-100\/30:focus-within{border-color:#ede9fe4d}.focus-within\:border-violet-100\/40:focus-within{border-color:#ede9fe66}.focus-within\:border-violet-100\/50:focus-within{border-color:#ede9fe80}.focus-within\:border-violet-100\/60:focus-within{border-color:#ede9fe99}.focus-within\:border-violet-100\/70:focus-within{border-color:#ede9feb3}.focus-within\:border-violet-100\/75:focus-within{border-color:#ede9febf}.focus-within\:border-violet-100\/80:focus-within{border-color:#ede9fecc}.focus-within\:border-violet-100\/90:focus-within{border-color:#ede9fee6}.focus-within\:border-violet-100\/95:focus-within{border-color:#ede9fef2}.focus-within\:border-violet-100\/100:focus-within{border-color:#ede9fe}.focus-within\:border-violet-200\/0:focus-within{border-color:#ddd6fe00}.focus-within\:border-violet-200\/5:focus-within{border-color:#ddd6fe0d}.focus-within\:border-violet-200\/10:focus-within{border-color:#ddd6fe1a}.focus-within\:border-violet-200\/20:focus-within{border-color:#ddd6fe33}.focus-within\:border-violet-200\/25:focus-within{border-color:#ddd6fe40}.focus-within\:border-violet-200\/30:focus-within{border-color:#ddd6fe4d}.focus-within\:border-violet-200\/40:focus-within{border-color:#ddd6fe66}.focus-within\:border-violet-200\/50:focus-within{border-color:#ddd6fe80}.focus-within\:border-violet-200\/60:focus-within{border-color:#ddd6fe99}.focus-within\:border-violet-200\/70:focus-within{border-color:#ddd6feb3}.focus-within\:border-violet-200\/75:focus-within{border-color:#ddd6febf}.focus-within\:border-violet-200\/80:focus-within{border-color:#ddd6fecc}.focus-within\:border-violet-200\/90:focus-within{border-color:#ddd6fee6}.focus-within\:border-violet-200\/95:focus-within{border-color:#ddd6fef2}.focus-within\:border-violet-200\/100:focus-within{border-color:#ddd6fe}.focus-within\:border-violet-300\/0:focus-within{border-color:#c4b5fd00}.focus-within\:border-violet-300\/5:focus-within{border-color:#c4b5fd0d}.focus-within\:border-violet-300\/10:focus-within{border-color:#c4b5fd1a}.focus-within\:border-violet-300\/20:focus-within{border-color:#c4b5fd33}.focus-within\:border-violet-300\/25:focus-within{border-color:#c4b5fd40}.focus-within\:border-violet-300\/30:focus-within{border-color:#c4b5fd4d}.focus-within\:border-violet-300\/40:focus-within{border-color:#c4b5fd66}.focus-within\:border-violet-300\/50:focus-within{border-color:#c4b5fd80}.focus-within\:border-violet-300\/60:focus-within{border-color:#c4b5fd99}.focus-within\:border-violet-300\/70:focus-within{border-color:#c4b5fdb3}.focus-within\:border-violet-300\/75:focus-within{border-color:#c4b5fdbf}.focus-within\:border-violet-300\/80:focus-within{border-color:#c4b5fdcc}.focus-within\:border-violet-300\/90:focus-within{border-color:#c4b5fde6}.focus-within\:border-violet-300\/95:focus-within{border-color:#c4b5fdf2}.focus-within\:border-violet-300\/100:focus-within{border-color:#c4b5fd}.focus-within\:border-violet-400\/0:focus-within{border-color:#a78bfa00}.focus-within\:border-violet-400\/5:focus-within{border-color:#a78bfa0d}.focus-within\:border-violet-400\/10:focus-within{border-color:#a78bfa1a}.focus-within\:border-violet-400\/20:focus-within{border-color:#a78bfa33}.focus-within\:border-violet-400\/25:focus-within{border-color:#a78bfa40}.focus-within\:border-violet-400\/30:focus-within{border-color:#a78bfa4d}.focus-within\:border-violet-400\/40:focus-within{border-color:#a78bfa66}.focus-within\:border-violet-400\/50:focus-within{border-color:#a78bfa80}.focus-within\:border-violet-400\/60:focus-within{border-color:#a78bfa99}.focus-within\:border-violet-400\/70:focus-within{border-color:#a78bfab3}.focus-within\:border-violet-400\/75:focus-within{border-color:#a78bfabf}.focus-within\:border-violet-400\/80:focus-within{border-color:#a78bfacc}.focus-within\:border-violet-400\/90:focus-within{border-color:#a78bfae6}.focus-within\:border-violet-400\/95:focus-within{border-color:#a78bfaf2}.focus-within\:border-violet-400\/100:focus-within{border-color:#a78bfa}.focus-within\:border-violet-500\/0:focus-within{border-color:#8b5cf600}.focus-within\:border-violet-500\/5:focus-within{border-color:#8b5cf60d}.focus-within\:border-violet-500\/10:focus-within{border-color:#8b5cf61a}.focus-within\:border-violet-500\/20:focus-within{border-color:#8b5cf633}.focus-within\:border-violet-500\/25:focus-within{border-color:#8b5cf640}.focus-within\:border-violet-500\/30:focus-within{border-color:#8b5cf64d}.focus-within\:border-violet-500\/40:focus-within{border-color:#8b5cf666}.focus-within\:border-violet-500\/50:focus-within{border-color:#8b5cf680}.focus-within\:border-violet-500\/60:focus-within{border-color:#8b5cf699}.focus-within\:border-violet-500\/70:focus-within{border-color:#8b5cf6b3}.focus-within\:border-violet-500\/75:focus-within{border-color:#8b5cf6bf}.focus-within\:border-violet-500\/80:focus-within{border-color:#8b5cf6cc}.focus-within\:border-violet-500\/90:focus-within{border-color:#8b5cf6e6}.focus-within\:border-violet-500\/95:focus-within{border-color:#8b5cf6f2}.focus-within\:border-violet-500\/100:focus-within{border-color:#8b5cf6}.focus-within\:border-violet-600\/0:focus-within{border-color:#7c3aed00}.focus-within\:border-violet-600\/5:focus-within{border-color:#7c3aed0d}.focus-within\:border-violet-600\/10:focus-within{border-color:#7c3aed1a}.focus-within\:border-violet-600\/20:focus-within{border-color:#7c3aed33}.focus-within\:border-violet-600\/25:focus-within{border-color:#7c3aed40}.focus-within\:border-violet-600\/30:focus-within{border-color:#7c3aed4d}.focus-within\:border-violet-600\/40:focus-within{border-color:#7c3aed66}.focus-within\:border-violet-600\/50:focus-within{border-color:#7c3aed80}.focus-within\:border-violet-600\/60:focus-within{border-color:#7c3aed99}.focus-within\:border-violet-600\/70:focus-within{border-color:#7c3aedb3}.focus-within\:border-violet-600\/75:focus-within{border-color:#7c3aedbf}.focus-within\:border-violet-600\/80:focus-within{border-color:#7c3aedcc}.focus-within\:border-violet-600\/90:focus-within{border-color:#7c3aede6}.focus-within\:border-violet-600\/95:focus-within{border-color:#7c3aedf2}.focus-within\:border-violet-600\/100:focus-within{border-color:#7c3aed}.focus-within\:border-violet-700\/0:focus-within{border-color:#6d28d900}.focus-within\:border-violet-700\/5:focus-within{border-color:#6d28d90d}.focus-within\:border-violet-700\/10:focus-within{border-color:#6d28d91a}.focus-within\:border-violet-700\/20:focus-within{border-color:#6d28d933}.focus-within\:border-violet-700\/25:focus-within{border-color:#6d28d940}.focus-within\:border-violet-700\/30:focus-within{border-color:#6d28d94d}.focus-within\:border-violet-700\/40:focus-within{border-color:#6d28d966}.focus-within\:border-violet-700\/50:focus-within{border-color:#6d28d980}.focus-within\:border-violet-700\/60:focus-within{border-color:#6d28d999}.focus-within\:border-violet-700\/70:focus-within{border-color:#6d28d9b3}.focus-within\:border-violet-700\/75:focus-within{border-color:#6d28d9bf}.focus-within\:border-violet-700\/80:focus-within{border-color:#6d28d9cc}.focus-within\:border-violet-700\/90:focus-within{border-color:#6d28d9e6}.focus-within\:border-violet-700\/95:focus-within{border-color:#6d28d9f2}.focus-within\:border-violet-700\/100:focus-within{border-color:#6d28d9}.focus-within\:border-violet-800\/0:focus-within{border-color:#5b21b600}.focus-within\:border-violet-800\/5:focus-within{border-color:#5b21b60d}.focus-within\:border-violet-800\/10:focus-within{border-color:#5b21b61a}.focus-within\:border-violet-800\/20:focus-within{border-color:#5b21b633}.focus-within\:border-violet-800\/25:focus-within{border-color:#5b21b640}.focus-within\:border-violet-800\/30:focus-within{border-color:#5b21b64d}.focus-within\:border-violet-800\/40:focus-within{border-color:#5b21b666}.focus-within\:border-violet-800\/50:focus-within{border-color:#5b21b680}.focus-within\:border-violet-800\/60:focus-within{border-color:#5b21b699}.focus-within\:border-violet-800\/70:focus-within{border-color:#5b21b6b3}.focus-within\:border-violet-800\/75:focus-within{border-color:#5b21b6bf}.focus-within\:border-violet-800\/80:focus-within{border-color:#5b21b6cc}.focus-within\:border-violet-800\/90:focus-within{border-color:#5b21b6e6}.focus-within\:border-violet-800\/95:focus-within{border-color:#5b21b6f2}.focus-within\:border-violet-800\/100:focus-within{border-color:#5b21b6}.focus-within\:border-violet-900\/0:focus-within{border-color:#4c1d9500}.focus-within\:border-violet-900\/5:focus-within{border-color:#4c1d950d}.focus-within\:border-violet-900\/10:focus-within{border-color:#4c1d951a}.focus-within\:border-violet-900\/20:focus-within{border-color:#4c1d9533}.focus-within\:border-violet-900\/25:focus-within{border-color:#4c1d9540}.focus-within\:border-violet-900\/30:focus-within{border-color:#4c1d954d}.focus-within\:border-violet-900\/40:focus-within{border-color:#4c1d9566}.focus-within\:border-violet-900\/50:focus-within{border-color:#4c1d9580}.focus-within\:border-violet-900\/60:focus-within{border-color:#4c1d9599}.focus-within\:border-violet-900\/70:focus-within{border-color:#4c1d95b3}.focus-within\:border-violet-900\/75:focus-within{border-color:#4c1d95bf}.focus-within\:border-violet-900\/80:focus-within{border-color:#4c1d95cc}.focus-within\:border-violet-900\/90:focus-within{border-color:#4c1d95e6}.focus-within\:border-violet-900\/95:focus-within{border-color:#4c1d95f2}.focus-within\:border-violet-900\/100:focus-within{border-color:#4c1d95}.focus-within\:border-fuchsia-50\/0:focus-within{border-color:#fdf4ff00}.focus-within\:border-fuchsia-50\/5:focus-within{border-color:#fdf4ff0d}.focus-within\:border-fuchsia-50\/10:focus-within{border-color:#fdf4ff1a}.focus-within\:border-fuchsia-50\/20:focus-within{border-color:#fdf4ff33}.focus-within\:border-fuchsia-50\/25:focus-within{border-color:#fdf4ff40}.focus-within\:border-fuchsia-50\/30:focus-within{border-color:#fdf4ff4d}.focus-within\:border-fuchsia-50\/40:focus-within{border-color:#fdf4ff66}.focus-within\:border-fuchsia-50\/50:focus-within{border-color:#fdf4ff80}.focus-within\:border-fuchsia-50\/60:focus-within{border-color:#fdf4ff99}.focus-within\:border-fuchsia-50\/70:focus-within{border-color:#fdf4ffb3}.focus-within\:border-fuchsia-50\/75:focus-within{border-color:#fdf4ffbf}.focus-within\:border-fuchsia-50\/80:focus-within{border-color:#fdf4ffcc}.focus-within\:border-fuchsia-50\/90:focus-within{border-color:#fdf4ffe6}.focus-within\:border-fuchsia-50\/95:focus-within{border-color:#fdf4fff2}.focus-within\:border-fuchsia-50\/100:focus-within{border-color:#fdf4ff}.focus-within\:border-fuchsia-100\/0:focus-within{border-color:#fae8ff00}.focus-within\:border-fuchsia-100\/5:focus-within{border-color:#fae8ff0d}.focus-within\:border-fuchsia-100\/10:focus-within{border-color:#fae8ff1a}.focus-within\:border-fuchsia-100\/20:focus-within{border-color:#fae8ff33}.focus-within\:border-fuchsia-100\/25:focus-within{border-color:#fae8ff40}.focus-within\:border-fuchsia-100\/30:focus-within{border-color:#fae8ff4d}.focus-within\:border-fuchsia-100\/40:focus-within{border-color:#fae8ff66}.focus-within\:border-fuchsia-100\/50:focus-within{border-color:#fae8ff80}.focus-within\:border-fuchsia-100\/60:focus-within{border-color:#fae8ff99}.focus-within\:border-fuchsia-100\/70:focus-within{border-color:#fae8ffb3}.focus-within\:border-fuchsia-100\/75:focus-within{border-color:#fae8ffbf}.focus-within\:border-fuchsia-100\/80:focus-within{border-color:#fae8ffcc}.focus-within\:border-fuchsia-100\/90:focus-within{border-color:#fae8ffe6}.focus-within\:border-fuchsia-100\/95:focus-within{border-color:#fae8fff2}.focus-within\:border-fuchsia-100\/100:focus-within{border-color:#fae8ff}.focus-within\:border-fuchsia-200\/0:focus-within{border-color:#f5d0fe00}.focus-within\:border-fuchsia-200\/5:focus-within{border-color:#f5d0fe0d}.focus-within\:border-fuchsia-200\/10:focus-within{border-color:#f5d0fe1a}.focus-within\:border-fuchsia-200\/20:focus-within{border-color:#f5d0fe33}.focus-within\:border-fuchsia-200\/25:focus-within{border-color:#f5d0fe40}.focus-within\:border-fuchsia-200\/30:focus-within{border-color:#f5d0fe4d}.focus-within\:border-fuchsia-200\/40:focus-within{border-color:#f5d0fe66}.focus-within\:border-fuchsia-200\/50:focus-within{border-color:#f5d0fe80}.focus-within\:border-fuchsia-200\/60:focus-within{border-color:#f5d0fe99}.focus-within\:border-fuchsia-200\/70:focus-within{border-color:#f5d0feb3}.focus-within\:border-fuchsia-200\/75:focus-within{border-color:#f5d0febf}.focus-within\:border-fuchsia-200\/80:focus-within{border-color:#f5d0fecc}.focus-within\:border-fuchsia-200\/90:focus-within{border-color:#f5d0fee6}.focus-within\:border-fuchsia-200\/95:focus-within{border-color:#f5d0fef2}.focus-within\:border-fuchsia-200\/100:focus-within{border-color:#f5d0fe}.focus-within\:border-fuchsia-300\/0:focus-within{border-color:#f0abfc00}.focus-within\:border-fuchsia-300\/5:focus-within{border-color:#f0abfc0d}.focus-within\:border-fuchsia-300\/10:focus-within{border-color:#f0abfc1a}.focus-within\:border-fuchsia-300\/20:focus-within{border-color:#f0abfc33}.focus-within\:border-fuchsia-300\/25:focus-within{border-color:#f0abfc40}.focus-within\:border-fuchsia-300\/30:focus-within{border-color:#f0abfc4d}.focus-within\:border-fuchsia-300\/40:focus-within{border-color:#f0abfc66}.focus-within\:border-fuchsia-300\/50:focus-within{border-color:#f0abfc80}.focus-within\:border-fuchsia-300\/60:focus-within{border-color:#f0abfc99}.focus-within\:border-fuchsia-300\/70:focus-within{border-color:#f0abfcb3}.focus-within\:border-fuchsia-300\/75:focus-within{border-color:#f0abfcbf}.focus-within\:border-fuchsia-300\/80:focus-within{border-color:#f0abfccc}.focus-within\:border-fuchsia-300\/90:focus-within{border-color:#f0abfce6}.focus-within\:border-fuchsia-300\/95:focus-within{border-color:#f0abfcf2}.focus-within\:border-fuchsia-300\/100:focus-within{border-color:#f0abfc}.focus-within\:border-fuchsia-400\/0:focus-within{border-color:#e879f900}.focus-within\:border-fuchsia-400\/5:focus-within{border-color:#e879f90d}.focus-within\:border-fuchsia-400\/10:focus-within{border-color:#e879f91a}.focus-within\:border-fuchsia-400\/20:focus-within{border-color:#e879f933}.focus-within\:border-fuchsia-400\/25:focus-within{border-color:#e879f940}.focus-within\:border-fuchsia-400\/30:focus-within{border-color:#e879f94d}.focus-within\:border-fuchsia-400\/40:focus-within{border-color:#e879f966}.focus-within\:border-fuchsia-400\/50:focus-within{border-color:#e879f980}.focus-within\:border-fuchsia-400\/60:focus-within{border-color:#e879f999}.focus-within\:border-fuchsia-400\/70:focus-within{border-color:#e879f9b3}.focus-within\:border-fuchsia-400\/75:focus-within{border-color:#e879f9bf}.focus-within\:border-fuchsia-400\/80:focus-within{border-color:#e879f9cc}.focus-within\:border-fuchsia-400\/90:focus-within{border-color:#e879f9e6}.focus-within\:border-fuchsia-400\/95:focus-within{border-color:#e879f9f2}.focus-within\:border-fuchsia-400\/100:focus-within{border-color:#e879f9}.focus-within\:border-fuchsia-500\/0:focus-within{border-color:#d946ef00}.focus-within\:border-fuchsia-500\/5:focus-within{border-color:#d946ef0d}.focus-within\:border-fuchsia-500\/10:focus-within{border-color:#d946ef1a}.focus-within\:border-fuchsia-500\/20:focus-within{border-color:#d946ef33}.focus-within\:border-fuchsia-500\/25:focus-within{border-color:#d946ef40}.focus-within\:border-fuchsia-500\/30:focus-within{border-color:#d946ef4d}.focus-within\:border-fuchsia-500\/40:focus-within{border-color:#d946ef66}.focus-within\:border-fuchsia-500\/50:focus-within{border-color:#d946ef80}.focus-within\:border-fuchsia-500\/60:focus-within{border-color:#d946ef99}.focus-within\:border-fuchsia-500\/70:focus-within{border-color:#d946efb3}.focus-within\:border-fuchsia-500\/75:focus-within{border-color:#d946efbf}.focus-within\:border-fuchsia-500\/80:focus-within{border-color:#d946efcc}.focus-within\:border-fuchsia-500\/90:focus-within{border-color:#d946efe6}.focus-within\:border-fuchsia-500\/95:focus-within{border-color:#d946eff2}.focus-within\:border-fuchsia-500\/100:focus-within{border-color:#d946ef}.focus-within\:border-fuchsia-600\/0:focus-within{border-color:#c026d300}.focus-within\:border-fuchsia-600\/5:focus-within{border-color:#c026d30d}.focus-within\:border-fuchsia-600\/10:focus-within{border-color:#c026d31a}.focus-within\:border-fuchsia-600\/20:focus-within{border-color:#c026d333}.focus-within\:border-fuchsia-600\/25:focus-within{border-color:#c026d340}.focus-within\:border-fuchsia-600\/30:focus-within{border-color:#c026d34d}.focus-within\:border-fuchsia-600\/40:focus-within{border-color:#c026d366}.focus-within\:border-fuchsia-600\/50:focus-within{border-color:#c026d380}.focus-within\:border-fuchsia-600\/60:focus-within{border-color:#c026d399}.focus-within\:border-fuchsia-600\/70:focus-within{border-color:#c026d3b3}.focus-within\:border-fuchsia-600\/75:focus-within{border-color:#c026d3bf}.focus-within\:border-fuchsia-600\/80:focus-within{border-color:#c026d3cc}.focus-within\:border-fuchsia-600\/90:focus-within{border-color:#c026d3e6}.focus-within\:border-fuchsia-600\/95:focus-within{border-color:#c026d3f2}.focus-within\:border-fuchsia-600\/100:focus-within{border-color:#c026d3}.focus-within\:border-fuchsia-700\/0:focus-within{border-color:#a21caf00}.focus-within\:border-fuchsia-700\/5:focus-within{border-color:#a21caf0d}.focus-within\:border-fuchsia-700\/10:focus-within{border-color:#a21caf1a}.focus-within\:border-fuchsia-700\/20:focus-within{border-color:#a21caf33}.focus-within\:border-fuchsia-700\/25:focus-within{border-color:#a21caf40}.focus-within\:border-fuchsia-700\/30:focus-within{border-color:#a21caf4d}.focus-within\:border-fuchsia-700\/40:focus-within{border-color:#a21caf66}.focus-within\:border-fuchsia-700\/50:focus-within{border-color:#a21caf80}.focus-within\:border-fuchsia-700\/60:focus-within{border-color:#a21caf99}.focus-within\:border-fuchsia-700\/70:focus-within{border-color:#a21cafb3}.focus-within\:border-fuchsia-700\/75:focus-within{border-color:#a21cafbf}.focus-within\:border-fuchsia-700\/80:focus-within{border-color:#a21cafcc}.focus-within\:border-fuchsia-700\/90:focus-within{border-color:#a21cafe6}.focus-within\:border-fuchsia-700\/95:focus-within{border-color:#a21caff2}.focus-within\:border-fuchsia-700\/100:focus-within{border-color:#a21caf}.focus-within\:border-fuchsia-800\/0:focus-within{border-color:#86198f00}.focus-within\:border-fuchsia-800\/5:focus-within{border-color:#86198f0d}.focus-within\:border-fuchsia-800\/10:focus-within{border-color:#86198f1a}.focus-within\:border-fuchsia-800\/20:focus-within{border-color:#86198f33}.focus-within\:border-fuchsia-800\/25:focus-within{border-color:#86198f40}.focus-within\:border-fuchsia-800\/30:focus-within{border-color:#86198f4d}.focus-within\:border-fuchsia-800\/40:focus-within{border-color:#86198f66}.focus-within\:border-fuchsia-800\/50:focus-within{border-color:#86198f80}.focus-within\:border-fuchsia-800\/60:focus-within{border-color:#86198f99}.focus-within\:border-fuchsia-800\/70:focus-within{border-color:#86198fb3}.focus-within\:border-fuchsia-800\/75:focus-within{border-color:#86198fbf}.focus-within\:border-fuchsia-800\/80:focus-within{border-color:#86198fcc}.focus-within\:border-fuchsia-800\/90:focus-within{border-color:#86198fe6}.focus-within\:border-fuchsia-800\/95:focus-within{border-color:#86198ff2}.focus-within\:border-fuchsia-800\/100:focus-within{border-color:#86198f}.focus-within\:border-fuchsia-900\/0:focus-within{border-color:#701a7500}.focus-within\:border-fuchsia-900\/5:focus-within{border-color:#701a750d}.focus-within\:border-fuchsia-900\/10:focus-within{border-color:#701a751a}.focus-within\:border-fuchsia-900\/20:focus-within{border-color:#701a7533}.focus-within\:border-fuchsia-900\/25:focus-within{border-color:#701a7540}.focus-within\:border-fuchsia-900\/30:focus-within{border-color:#701a754d}.focus-within\:border-fuchsia-900\/40:focus-within{border-color:#701a7566}.focus-within\:border-fuchsia-900\/50:focus-within{border-color:#701a7580}.focus-within\:border-fuchsia-900\/60:focus-within{border-color:#701a7599}.focus-within\:border-fuchsia-900\/70:focus-within{border-color:#701a75b3}.focus-within\:border-fuchsia-900\/75:focus-within{border-color:#701a75bf}.focus-within\:border-fuchsia-900\/80:focus-within{border-color:#701a75cc}.focus-within\:border-fuchsia-900\/90:focus-within{border-color:#701a75e6}.focus-within\:border-fuchsia-900\/95:focus-within{border-color:#701a75f2}.focus-within\:border-fuchsia-900\/100:focus-within{border-color:#701a75}.focus-within\:border-pink-50\/0:focus-within{border-color:#fdf2f800}.focus-within\:border-pink-50\/5:focus-within{border-color:#fdf2f80d}.focus-within\:border-pink-50\/10:focus-within{border-color:#fdf2f81a}.focus-within\:border-pink-50\/20:focus-within{border-color:#fdf2f833}.focus-within\:border-pink-50\/25:focus-within{border-color:#fdf2f840}.focus-within\:border-pink-50\/30:focus-within{border-color:#fdf2f84d}.focus-within\:border-pink-50\/40:focus-within{border-color:#fdf2f866}.focus-within\:border-pink-50\/50:focus-within{border-color:#fdf2f880}.focus-within\:border-pink-50\/60:focus-within{border-color:#fdf2f899}.focus-within\:border-pink-50\/70:focus-within{border-color:#fdf2f8b3}.focus-within\:border-pink-50\/75:focus-within{border-color:#fdf2f8bf}.focus-within\:border-pink-50\/80:focus-within{border-color:#fdf2f8cc}.focus-within\:border-pink-50\/90:focus-within{border-color:#fdf2f8e6}.focus-within\:border-pink-50\/95:focus-within{border-color:#fdf2f8f2}.focus-within\:border-pink-50\/100:focus-within{border-color:#fdf2f8}.focus-within\:border-pink-100\/0:focus-within{border-color:#fce7f300}.focus-within\:border-pink-100\/5:focus-within{border-color:#fce7f30d}.focus-within\:border-pink-100\/10:focus-within{border-color:#fce7f31a}.focus-within\:border-pink-100\/20:focus-within{border-color:#fce7f333}.focus-within\:border-pink-100\/25:focus-within{border-color:#fce7f340}.focus-within\:border-pink-100\/30:focus-within{border-color:#fce7f34d}.focus-within\:border-pink-100\/40:focus-within{border-color:#fce7f366}.focus-within\:border-pink-100\/50:focus-within{border-color:#fce7f380}.focus-within\:border-pink-100\/60:focus-within{border-color:#fce7f399}.focus-within\:border-pink-100\/70:focus-within{border-color:#fce7f3b3}.focus-within\:border-pink-100\/75:focus-within{border-color:#fce7f3bf}.focus-within\:border-pink-100\/80:focus-within{border-color:#fce7f3cc}.focus-within\:border-pink-100\/90:focus-within{border-color:#fce7f3e6}.focus-within\:border-pink-100\/95:focus-within{border-color:#fce7f3f2}.focus-within\:border-pink-100\/100:focus-within{border-color:#fce7f3}.focus-within\:border-pink-200\/0:focus-within{border-color:#fbcfe800}.focus-within\:border-pink-200\/5:focus-within{border-color:#fbcfe80d}.focus-within\:border-pink-200\/10:focus-within{border-color:#fbcfe81a}.focus-within\:border-pink-200\/20:focus-within{border-color:#fbcfe833}.focus-within\:border-pink-200\/25:focus-within{border-color:#fbcfe840}.focus-within\:border-pink-200\/30:focus-within{border-color:#fbcfe84d}.focus-within\:border-pink-200\/40:focus-within{border-color:#fbcfe866}.focus-within\:border-pink-200\/50:focus-within{border-color:#fbcfe880}.focus-within\:border-pink-200\/60:focus-within{border-color:#fbcfe899}.focus-within\:border-pink-200\/70:focus-within{border-color:#fbcfe8b3}.focus-within\:border-pink-200\/75:focus-within{border-color:#fbcfe8bf}.focus-within\:border-pink-200\/80:focus-within{border-color:#fbcfe8cc}.focus-within\:border-pink-200\/90:focus-within{border-color:#fbcfe8e6}.focus-within\:border-pink-200\/95:focus-within{border-color:#fbcfe8f2}.focus-within\:border-pink-200\/100:focus-within{border-color:#fbcfe8}.focus-within\:border-pink-300\/0:focus-within{border-color:#f9a8d400}.focus-within\:border-pink-300\/5:focus-within{border-color:#f9a8d40d}.focus-within\:border-pink-300\/10:focus-within{border-color:#f9a8d41a}.focus-within\:border-pink-300\/20:focus-within{border-color:#f9a8d433}.focus-within\:border-pink-300\/25:focus-within{border-color:#f9a8d440}.focus-within\:border-pink-300\/30:focus-within{border-color:#f9a8d44d}.focus-within\:border-pink-300\/40:focus-within{border-color:#f9a8d466}.focus-within\:border-pink-300\/50:focus-within{border-color:#f9a8d480}.focus-within\:border-pink-300\/60:focus-within{border-color:#f9a8d499}.focus-within\:border-pink-300\/70:focus-within{border-color:#f9a8d4b3}.focus-within\:border-pink-300\/75:focus-within{border-color:#f9a8d4bf}.focus-within\:border-pink-300\/80:focus-within{border-color:#f9a8d4cc}.focus-within\:border-pink-300\/90:focus-within{border-color:#f9a8d4e6}.focus-within\:border-pink-300\/95:focus-within{border-color:#f9a8d4f2}.focus-within\:border-pink-300\/100:focus-within{border-color:#f9a8d4}.focus-within\:border-pink-400\/0:focus-within{border-color:#f472b600}.focus-within\:border-pink-400\/5:focus-within{border-color:#f472b60d}.focus-within\:border-pink-400\/10:focus-within{border-color:#f472b61a}.focus-within\:border-pink-400\/20:focus-within{border-color:#f472b633}.focus-within\:border-pink-400\/25:focus-within{border-color:#f472b640}.focus-within\:border-pink-400\/30:focus-within{border-color:#f472b64d}.focus-within\:border-pink-400\/40:focus-within{border-color:#f472b666}.focus-within\:border-pink-400\/50:focus-within{border-color:#f472b680}.focus-within\:border-pink-400\/60:focus-within{border-color:#f472b699}.focus-within\:border-pink-400\/70:focus-within{border-color:#f472b6b3}.focus-within\:border-pink-400\/75:focus-within{border-color:#f472b6bf}.focus-within\:border-pink-400\/80:focus-within{border-color:#f472b6cc}.focus-within\:border-pink-400\/90:focus-within{border-color:#f472b6e6}.focus-within\:border-pink-400\/95:focus-within{border-color:#f472b6f2}.focus-within\:border-pink-400\/100:focus-within{border-color:#f472b6}.focus-within\:border-pink-500\/0:focus-within{border-color:#ec489900}.focus-within\:border-pink-500\/5:focus-within{border-color:#ec48990d}.focus-within\:border-pink-500\/10:focus-within{border-color:#ec48991a}.focus-within\:border-pink-500\/20:focus-within{border-color:#ec489933}.focus-within\:border-pink-500\/25:focus-within{border-color:#ec489940}.focus-within\:border-pink-500\/30:focus-within{border-color:#ec48994d}.focus-within\:border-pink-500\/40:focus-within{border-color:#ec489966}.focus-within\:border-pink-500\/50:focus-within{border-color:#ec489980}.focus-within\:border-pink-500\/60:focus-within{border-color:#ec489999}.focus-within\:border-pink-500\/70:focus-within{border-color:#ec4899b3}.focus-within\:border-pink-500\/75:focus-within{border-color:#ec4899bf}.focus-within\:border-pink-500\/80:focus-within{border-color:#ec4899cc}.focus-within\:border-pink-500\/90:focus-within{border-color:#ec4899e6}.focus-within\:border-pink-500\/95:focus-within{border-color:#ec4899f2}.focus-within\:border-pink-500\/100:focus-within{border-color:#ec4899}.focus-within\:border-pink-600\/0:focus-within{border-color:#db277700}.focus-within\:border-pink-600\/5:focus-within{border-color:#db27770d}.focus-within\:border-pink-600\/10:focus-within{border-color:#db27771a}.focus-within\:border-pink-600\/20:focus-within{border-color:#db277733}.focus-within\:border-pink-600\/25:focus-within{border-color:#db277740}.focus-within\:border-pink-600\/30:focus-within{border-color:#db27774d}.focus-within\:border-pink-600\/40:focus-within{border-color:#db277766}.focus-within\:border-pink-600\/50:focus-within{border-color:#db277780}.focus-within\:border-pink-600\/60:focus-within{border-color:#db277799}.focus-within\:border-pink-600\/70:focus-within{border-color:#db2777b3}.focus-within\:border-pink-600\/75:focus-within{border-color:#db2777bf}.focus-within\:border-pink-600\/80:focus-within{border-color:#db2777cc}.focus-within\:border-pink-600\/90:focus-within{border-color:#db2777e6}.focus-within\:border-pink-600\/95:focus-within{border-color:#db2777f2}.focus-within\:border-pink-600\/100:focus-within{border-color:#db2777}.focus-within\:border-pink-700\/0:focus-within{border-color:#be185d00}.focus-within\:border-pink-700\/5:focus-within{border-color:#be185d0d}.focus-within\:border-pink-700\/10:focus-within{border-color:#be185d1a}.focus-within\:border-pink-700\/20:focus-within{border-color:#be185d33}.focus-within\:border-pink-700\/25:focus-within{border-color:#be185d40}.focus-within\:border-pink-700\/30:focus-within{border-color:#be185d4d}.focus-within\:border-pink-700\/40:focus-within{border-color:#be185d66}.focus-within\:border-pink-700\/50:focus-within{border-color:#be185d80}.focus-within\:border-pink-700\/60:focus-within{border-color:#be185d99}.focus-within\:border-pink-700\/70:focus-within{border-color:#be185db3}.focus-within\:border-pink-700\/75:focus-within{border-color:#be185dbf}.focus-within\:border-pink-700\/80:focus-within{border-color:#be185dcc}.focus-within\:border-pink-700\/90:focus-within{border-color:#be185de6}.focus-within\:border-pink-700\/95:focus-within{border-color:#be185df2}.focus-within\:border-pink-700\/100:focus-within{border-color:#be185d}.focus-within\:border-pink-800\/0:focus-within{border-color:#9d174d00}.focus-within\:border-pink-800\/5:focus-within{border-color:#9d174d0d}.focus-within\:border-pink-800\/10:focus-within{border-color:#9d174d1a}.focus-within\:border-pink-800\/20:focus-within{border-color:#9d174d33}.focus-within\:border-pink-800\/25:focus-within{border-color:#9d174d40}.focus-within\:border-pink-800\/30:focus-within{border-color:#9d174d4d}.focus-within\:border-pink-800\/40:focus-within{border-color:#9d174d66}.focus-within\:border-pink-800\/50:focus-within{border-color:#9d174d80}.focus-within\:border-pink-800\/60:focus-within{border-color:#9d174d99}.focus-within\:border-pink-800\/70:focus-within{border-color:#9d174db3}.focus-within\:border-pink-800\/75:focus-within{border-color:#9d174dbf}.focus-within\:border-pink-800\/80:focus-within{border-color:#9d174dcc}.focus-within\:border-pink-800\/90:focus-within{border-color:#9d174de6}.focus-within\:border-pink-800\/95:focus-within{border-color:#9d174df2}.focus-within\:border-pink-800\/100:focus-within{border-color:#9d174d}.focus-within\:border-pink-900\/0:focus-within{border-color:#83184300}.focus-within\:border-pink-900\/5:focus-within{border-color:#8318430d}.focus-within\:border-pink-900\/10:focus-within{border-color:#8318431a}.focus-within\:border-pink-900\/20:focus-within{border-color:#83184333}.focus-within\:border-pink-900\/25:focus-within{border-color:#83184340}.focus-within\:border-pink-900\/30:focus-within{border-color:#8318434d}.focus-within\:border-pink-900\/40:focus-within{border-color:#83184366}.focus-within\:border-pink-900\/50:focus-within{border-color:#83184380}.focus-within\:border-pink-900\/60:focus-within{border-color:#83184399}.focus-within\:border-pink-900\/70:focus-within{border-color:#831843b3}.focus-within\:border-pink-900\/75:focus-within{border-color:#831843bf}.focus-within\:border-pink-900\/80:focus-within{border-color:#831843cc}.focus-within\:border-pink-900\/90:focus-within{border-color:#831843e6}.focus-within\:border-pink-900\/95:focus-within{border-color:#831843f2}.focus-within\:border-pink-900\/100:focus-within{border-color:#831843}.focus-within\:border-rose-50\/0:focus-within{border-color:#fff1f200}.focus-within\:border-rose-50\/5:focus-within{border-color:#fff1f20d}.focus-within\:border-rose-50\/10:focus-within{border-color:#fff1f21a}.focus-within\:border-rose-50\/20:focus-within{border-color:#fff1f233}.focus-within\:border-rose-50\/25:focus-within{border-color:#fff1f240}.focus-within\:border-rose-50\/30:focus-within{border-color:#fff1f24d}.focus-within\:border-rose-50\/40:focus-within{border-color:#fff1f266}.focus-within\:border-rose-50\/50:focus-within{border-color:#fff1f280}.focus-within\:border-rose-50\/60:focus-within{border-color:#fff1f299}.focus-within\:border-rose-50\/70:focus-within{border-color:#fff1f2b3}.focus-within\:border-rose-50\/75:focus-within{border-color:#fff1f2bf}.focus-within\:border-rose-50\/80:focus-within{border-color:#fff1f2cc}.focus-within\:border-rose-50\/90:focus-within{border-color:#fff1f2e6}.focus-within\:border-rose-50\/95:focus-within{border-color:#fff1f2f2}.focus-within\:border-rose-50\/100:focus-within{border-color:#fff1f2}.focus-within\:border-rose-100\/0:focus-within{border-color:#ffe4e600}.focus-within\:border-rose-100\/5:focus-within{border-color:#ffe4e60d}.focus-within\:border-rose-100\/10:focus-within{border-color:#ffe4e61a}.focus-within\:border-rose-100\/20:focus-within{border-color:#ffe4e633}.focus-within\:border-rose-100\/25:focus-within{border-color:#ffe4e640}.focus-within\:border-rose-100\/30:focus-within{border-color:#ffe4e64d}.focus-within\:border-rose-100\/40:focus-within{border-color:#ffe4e666}.focus-within\:border-rose-100\/50:focus-within{border-color:#ffe4e680}.focus-within\:border-rose-100\/60:focus-within{border-color:#ffe4e699}.focus-within\:border-rose-100\/70:focus-within{border-color:#ffe4e6b3}.focus-within\:border-rose-100\/75:focus-within{border-color:#ffe4e6bf}.focus-within\:border-rose-100\/80:focus-within{border-color:#ffe4e6cc}.focus-within\:border-rose-100\/90:focus-within{border-color:#ffe4e6e6}.focus-within\:border-rose-100\/95:focus-within{border-color:#ffe4e6f2}.focus-within\:border-rose-100\/100:focus-within{border-color:#ffe4e6}.focus-within\:border-rose-200\/0:focus-within{border-color:#fecdd300}.focus-within\:border-rose-200\/5:focus-within{border-color:#fecdd30d}.focus-within\:border-rose-200\/10:focus-within{border-color:#fecdd31a}.focus-within\:border-rose-200\/20:focus-within{border-color:#fecdd333}.focus-within\:border-rose-200\/25:focus-within{border-color:#fecdd340}.focus-within\:border-rose-200\/30:focus-within{border-color:#fecdd34d}.focus-within\:border-rose-200\/40:focus-within{border-color:#fecdd366}.focus-within\:border-rose-200\/50:focus-within{border-color:#fecdd380}.focus-within\:border-rose-200\/60:focus-within{border-color:#fecdd399}.focus-within\:border-rose-200\/70:focus-within{border-color:#fecdd3b3}.focus-within\:border-rose-200\/75:focus-within{border-color:#fecdd3bf}.focus-within\:border-rose-200\/80:focus-within{border-color:#fecdd3cc}.focus-within\:border-rose-200\/90:focus-within{border-color:#fecdd3e6}.focus-within\:border-rose-200\/95:focus-within{border-color:#fecdd3f2}.focus-within\:border-rose-200\/100:focus-within{border-color:#fecdd3}.focus-within\:border-rose-300\/0:focus-within{border-color:#fda4af00}.focus-within\:border-rose-300\/5:focus-within{border-color:#fda4af0d}.focus-within\:border-rose-300\/10:focus-within{border-color:#fda4af1a}.focus-within\:border-rose-300\/20:focus-within{border-color:#fda4af33}.focus-within\:border-rose-300\/25:focus-within{border-color:#fda4af40}.focus-within\:border-rose-300\/30:focus-within{border-color:#fda4af4d}.focus-within\:border-rose-300\/40:focus-within{border-color:#fda4af66}.focus-within\:border-rose-300\/50:focus-within{border-color:#fda4af80}.focus-within\:border-rose-300\/60:focus-within{border-color:#fda4af99}.focus-within\:border-rose-300\/70:focus-within{border-color:#fda4afb3}.focus-within\:border-rose-300\/75:focus-within{border-color:#fda4afbf}.focus-within\:border-rose-300\/80:focus-within{border-color:#fda4afcc}.focus-within\:border-rose-300\/90:focus-within{border-color:#fda4afe6}.focus-within\:border-rose-300\/95:focus-within{border-color:#fda4aff2}.focus-within\:border-rose-300\/100:focus-within{border-color:#fda4af}.focus-within\:border-rose-400\/0:focus-within{border-color:#fb718500}.focus-within\:border-rose-400\/5:focus-within{border-color:#fb71850d}.focus-within\:border-rose-400\/10:focus-within{border-color:#fb71851a}.focus-within\:border-rose-400\/20:focus-within{border-color:#fb718533}.focus-within\:border-rose-400\/25:focus-within{border-color:#fb718540}.focus-within\:border-rose-400\/30:focus-within{border-color:#fb71854d}.focus-within\:border-rose-400\/40:focus-within{border-color:#fb718566}.focus-within\:border-rose-400\/50:focus-within{border-color:#fb718580}.focus-within\:border-rose-400\/60:focus-within{border-color:#fb718599}.focus-within\:border-rose-400\/70:focus-within{border-color:#fb7185b3}.focus-within\:border-rose-400\/75:focus-within{border-color:#fb7185bf}.focus-within\:border-rose-400\/80:focus-within{border-color:#fb7185cc}.focus-within\:border-rose-400\/90:focus-within{border-color:#fb7185e6}.focus-within\:border-rose-400\/95:focus-within{border-color:#fb7185f2}.focus-within\:border-rose-400\/100:focus-within{border-color:#fb7185}.focus-within\:border-rose-500\/0:focus-within{border-color:#f43f5e00}.focus-within\:border-rose-500\/5:focus-within{border-color:#f43f5e0d}.focus-within\:border-rose-500\/10:focus-within{border-color:#f43f5e1a}.focus-within\:border-rose-500\/20:focus-within{border-color:#f43f5e33}.focus-within\:border-rose-500\/25:focus-within{border-color:#f43f5e40}.focus-within\:border-rose-500\/30:focus-within{border-color:#f43f5e4d}.focus-within\:border-rose-500\/40:focus-within{border-color:#f43f5e66}.focus-within\:border-rose-500\/50:focus-within{border-color:#f43f5e80}.focus-within\:border-rose-500\/60:focus-within{border-color:#f43f5e99}.focus-within\:border-rose-500\/70:focus-within{border-color:#f43f5eb3}.focus-within\:border-rose-500\/75:focus-within{border-color:#f43f5ebf}.focus-within\:border-rose-500\/80:focus-within{border-color:#f43f5ecc}.focus-within\:border-rose-500\/90:focus-within{border-color:#f43f5ee6}.focus-within\:border-rose-500\/95:focus-within{border-color:#f43f5ef2}.focus-within\:border-rose-500\/100:focus-within{border-color:#f43f5e}.focus-within\:border-rose-600\/0:focus-within{border-color:#e11d4800}.focus-within\:border-rose-600\/5:focus-within{border-color:#e11d480d}.focus-within\:border-rose-600\/10:focus-within{border-color:#e11d481a}.focus-within\:border-rose-600\/20:focus-within{border-color:#e11d4833}.focus-within\:border-rose-600\/25:focus-within{border-color:#e11d4840}.focus-within\:border-rose-600\/30:focus-within{border-color:#e11d484d}.focus-within\:border-rose-600\/40:focus-within{border-color:#e11d4866}.focus-within\:border-rose-600\/50:focus-within{border-color:#e11d4880}.focus-within\:border-rose-600\/60:focus-within{border-color:#e11d4899}.focus-within\:border-rose-600\/70:focus-within{border-color:#e11d48b3}.focus-within\:border-rose-600\/75:focus-within{border-color:#e11d48bf}.focus-within\:border-rose-600\/80:focus-within{border-color:#e11d48cc}.focus-within\:border-rose-600\/90:focus-within{border-color:#e11d48e6}.focus-within\:border-rose-600\/95:focus-within{border-color:#e11d48f2}.focus-within\:border-rose-600\/100:focus-within{border-color:#e11d48}.focus-within\:border-rose-700\/0:focus-within{border-color:#be123c00}.focus-within\:border-rose-700\/5:focus-within{border-color:#be123c0d}.focus-within\:border-rose-700\/10:focus-within{border-color:#be123c1a}.focus-within\:border-rose-700\/20:focus-within{border-color:#be123c33}.focus-within\:border-rose-700\/25:focus-within{border-color:#be123c40}.focus-within\:border-rose-700\/30:focus-within{border-color:#be123c4d}.focus-within\:border-rose-700\/40:focus-within{border-color:#be123c66}.focus-within\:border-rose-700\/50:focus-within{border-color:#be123c80}.focus-within\:border-rose-700\/60:focus-within{border-color:#be123c99}.focus-within\:border-rose-700\/70:focus-within{border-color:#be123cb3}.focus-within\:border-rose-700\/75:focus-within{border-color:#be123cbf}.focus-within\:border-rose-700\/80:focus-within{border-color:#be123ccc}.focus-within\:border-rose-700\/90:focus-within{border-color:#be123ce6}.focus-within\:border-rose-700\/95:focus-within{border-color:#be123cf2}.focus-within\:border-rose-700\/100:focus-within{border-color:#be123c}.focus-within\:border-rose-800\/0:focus-within{border-color:#9f123900}.focus-within\:border-rose-800\/5:focus-within{border-color:#9f12390d}.focus-within\:border-rose-800\/10:focus-within{border-color:#9f12391a}.focus-within\:border-rose-800\/20:focus-within{border-color:#9f123933}.focus-within\:border-rose-800\/25:focus-within{border-color:#9f123940}.focus-within\:border-rose-800\/30:focus-within{border-color:#9f12394d}.focus-within\:border-rose-800\/40:focus-within{border-color:#9f123966}.focus-within\:border-rose-800\/50:focus-within{border-color:#9f123980}.focus-within\:border-rose-800\/60:focus-within{border-color:#9f123999}.focus-within\:border-rose-800\/70:focus-within{border-color:#9f1239b3}.focus-within\:border-rose-800\/75:focus-within{border-color:#9f1239bf}.focus-within\:border-rose-800\/80:focus-within{border-color:#9f1239cc}.focus-within\:border-rose-800\/90:focus-within{border-color:#9f1239e6}.focus-within\:border-rose-800\/95:focus-within{border-color:#9f1239f2}.focus-within\:border-rose-800\/100:focus-within{border-color:#9f1239}.focus-within\:border-rose-900\/0:focus-within{border-color:#88133700}.focus-within\:border-rose-900\/5:focus-within{border-color:#8813370d}.focus-within\:border-rose-900\/10:focus-within{border-color:#8813371a}.focus-within\:border-rose-900\/20:focus-within{border-color:#88133733}.focus-within\:border-rose-900\/25:focus-within{border-color:#88133740}.focus-within\:border-rose-900\/30:focus-within{border-color:#8813374d}.focus-within\:border-rose-900\/40:focus-within{border-color:#88133766}.focus-within\:border-rose-900\/50:focus-within{border-color:#88133780}.focus-within\:border-rose-900\/60:focus-within{border-color:#88133799}.focus-within\:border-rose-900\/70:focus-within{border-color:#881337b3}.focus-within\:border-rose-900\/75:focus-within{border-color:#881337bf}.focus-within\:border-rose-900\/80:focus-within{border-color:#881337cc}.focus-within\:border-rose-900\/90:focus-within{border-color:#881337e6}.focus-within\:border-rose-900\/95:focus-within{border-color:#881337f2}.focus-within\:border-rose-900\/100:focus-within{border-color:#881337}.focus-within\:border-primary-100\/0:focus-within{border-color:#f2f3f400}.focus-within\:border-primary-100\/5:focus-within{border-color:#f2f3f40d}.focus-within\:border-primary-100\/10:focus-within{border-color:#f2f3f41a}.focus-within\:border-primary-100\/20:focus-within{border-color:#f2f3f433}.focus-within\:border-primary-100\/25:focus-within{border-color:#f2f3f440}.focus-within\:border-primary-100\/30:focus-within{border-color:#f2f3f44d}.focus-within\:border-primary-100\/40:focus-within{border-color:#f2f3f466}.focus-within\:border-primary-100\/50:focus-within{border-color:#f2f3f480}.focus-within\:border-primary-100\/60:focus-within{border-color:#f2f3f499}.focus-within\:border-primary-100\/70:focus-within{border-color:#f2f3f4b3}.focus-within\:border-primary-100\/75:focus-within{border-color:#f2f3f4bf}.focus-within\:border-primary-100\/80:focus-within{border-color:#f2f3f4cc}.focus-within\:border-primary-100\/90:focus-within{border-color:#f2f3f4e6}.focus-within\:border-primary-100\/95:focus-within{border-color:#f2f3f4f2}.focus-within\:border-primary-100\/100:focus-within{border-color:#f2f3f4}.focus-within\:border-primary-200\/0:focus-within{border-color:#e8e8f000}.focus-within\:border-primary-200\/5:focus-within{border-color:#e8e8f00d}.focus-within\:border-primary-200\/10:focus-within{border-color:#e8e8f01a}.focus-within\:border-primary-200\/20:focus-within{border-color:#e8e8f033}.focus-within\:border-primary-200\/25:focus-within{border-color:#e8e8f040}.focus-within\:border-primary-200\/30:focus-within{border-color:#e8e8f04d}.focus-within\:border-primary-200\/40:focus-within{border-color:#e8e8f066}.focus-within\:border-primary-200\/50:focus-within{border-color:#e8e8f080}.focus-within\:border-primary-200\/60:focus-within{border-color:#e8e8f099}.focus-within\:border-primary-200\/70:focus-within{border-color:#e8e8f0b3}.focus-within\:border-primary-200\/75:focus-within{border-color:#e8e8f0bf}.focus-within\:border-primary-200\/80:focus-within{border-color:#e8e8f0cc}.focus-within\:border-primary-200\/90:focus-within{border-color:#e8e8f0e6}.focus-within\:border-primary-200\/95:focus-within{border-color:#e8e8f0f2}.focus-within\:border-primary-200\/100:focus-within{border-color:#e8e8f0}.focus-within\:border-primary-300\/0:focus-within{border-color:#d0d0e100}.focus-within\:border-primary-300\/5:focus-within{border-color:#d0d0e10d}.focus-within\:border-primary-300\/10:focus-within{border-color:#d0d0e11a}.focus-within\:border-primary-300\/20:focus-within{border-color:#d0d0e133}.focus-within\:border-primary-300\/25:focus-within{border-color:#d0d0e140}.focus-within\:border-primary-300\/30:focus-within{border-color:#d0d0e14d}.focus-within\:border-primary-300\/40:focus-within{border-color:#d0d0e166}.focus-within\:border-primary-300\/50:focus-within{border-color:#d0d0e180}.focus-within\:border-primary-300\/60:focus-within{border-color:#d0d0e199}.focus-within\:border-primary-300\/70:focus-within{border-color:#d0d0e1b3}.focus-within\:border-primary-300\/75:focus-within{border-color:#d0d0e1bf}.focus-within\:border-primary-300\/80:focus-within{border-color:#d0d0e1cc}.focus-within\:border-primary-300\/90:focus-within{border-color:#d0d0e1e6}.focus-within\:border-primary-300\/95:focus-within{border-color:#d0d0e1f2}.focus-within\:border-primary-300\/100:focus-within{border-color:#d0d0e1}.focus-within\:border-primary-400\/0:focus-within{border-color:#b4b4d100}.focus-within\:border-primary-400\/5:focus-within{border-color:#b4b4d10d}.focus-within\:border-primary-400\/10:focus-within{border-color:#b4b4d11a}.focus-within\:border-primary-400\/20:focus-within{border-color:#b4b4d133}.focus-within\:border-primary-400\/25:focus-within{border-color:#b4b4d140}.focus-within\:border-primary-400\/30:focus-within{border-color:#b4b4d14d}.focus-within\:border-primary-400\/40:focus-within{border-color:#b4b4d166}.focus-within\:border-primary-400\/50:focus-within{border-color:#b4b4d180}.focus-within\:border-primary-400\/60:focus-within{border-color:#b4b4d199}.focus-within\:border-primary-400\/70:focus-within{border-color:#b4b4d1b3}.focus-within\:border-primary-400\/75:focus-within{border-color:#b4b4d1bf}.focus-within\:border-primary-400\/80:focus-within{border-color:#b4b4d1cc}.focus-within\:border-primary-400\/90:focus-within{border-color:#b4b4d1e6}.focus-within\:border-primary-400\/95:focus-within{border-color:#b4b4d1f2}.focus-within\:border-primary-400\/100:focus-within{border-color:#b4b4d1}.focus-within\:border-primary-500\/0:focus-within{border-color:#9393bf00}.focus-within\:border-primary-500\/5:focus-within{border-color:#9393bf0d}.focus-within\:border-primary-500\/10:focus-within{border-color:#9393bf1a}.focus-within\:border-primary-500\/20:focus-within{border-color:#9393bf33}.focus-within\:border-primary-500\/25:focus-within{border-color:#9393bf40}.focus-within\:border-primary-500\/30:focus-within{border-color:#9393bf4d}.focus-within\:border-primary-500\/40:focus-within{border-color:#9393bf66}.focus-within\:border-primary-500\/50:focus-within{border-color:#9393bf80}.focus-within\:border-primary-500\/60:focus-within{border-color:#9393bf99}.focus-within\:border-primary-500\/70:focus-within{border-color:#9393bfb3}.focus-within\:border-primary-500\/75:focus-within{border-color:#9393bfbf}.focus-within\:border-primary-500\/80:focus-within{border-color:#9393bfcc}.focus-within\:border-primary-500\/90:focus-within{border-color:#9393bfe6}.focus-within\:border-primary-500\/95:focus-within{border-color:#9393bff2}.focus-within\:border-primary-500\/100:focus-within{border-color:#9393bf}.focus-within\:border-primary-600\/0:focus-within{border-color:#6868ac00}.focus-within\:border-primary-600\/5:focus-within{border-color:#6868ac0d}.focus-within\:border-primary-600\/10:focus-within{border-color:#6868ac1a}.focus-within\:border-primary-600\/20:focus-within{border-color:#6868ac33}.focus-within\:border-primary-600\/25:focus-within{border-color:#6868ac40}.focus-within\:border-primary-600\/30:focus-within{border-color:#6868ac4d}.focus-within\:border-primary-600\/40:focus-within{border-color:#6868ac66}.focus-within\:border-primary-600\/50:focus-within{border-color:#6868ac80}.focus-within\:border-primary-600\/60:focus-within{border-color:#6868ac99}.focus-within\:border-primary-600\/70:focus-within{border-color:#6868acb3}.focus-within\:border-primary-600\/75:focus-within{border-color:#6868acbf}.focus-within\:border-primary-600\/80:focus-within{border-color:#6868accc}.focus-within\:border-primary-600\/90:focus-within{border-color:#6868ace6}.focus-within\:border-primary-600\/95:focus-within{border-color:#6868acf2}.focus-within\:border-primary-600\/100:focus-within{border-color:#6868ac}.focus-within\:border-primary-700\/0:focus-within{border-color:#5d5d9900}.focus-within\:border-primary-700\/5:focus-within{border-color:#5d5d990d}.focus-within\:border-primary-700\/10:focus-within{border-color:#5d5d991a}.focus-within\:border-primary-700\/20:focus-within{border-color:#5d5d9933}.focus-within\:border-primary-700\/25:focus-within{border-color:#5d5d9940}.focus-within\:border-primary-700\/30:focus-within{border-color:#5d5d994d}.focus-within\:border-primary-700\/40:focus-within{border-color:#5d5d9966}.focus-within\:border-primary-700\/50:focus-within{border-color:#5d5d9980}.focus-within\:border-primary-700\/60:focus-within{border-color:#5d5d9999}.focus-within\:border-primary-700\/70:focus-within{border-color:#5d5d99b3}.focus-within\:border-primary-700\/75:focus-within{border-color:#5d5d99bf}.focus-within\:border-primary-700\/80:focus-within{border-color:#5d5d99cc}.focus-within\:border-primary-700\/90:focus-within{border-color:#5d5d99e6}.focus-within\:border-primary-700\/95:focus-within{border-color:#5d5d99f2}.focus-within\:border-primary-700\/100:focus-within{border-color:#5d5d99}.focus-within\:border-primary-800\/0:focus-within{border-color:#50508500}.focus-within\:border-primary-800\/5:focus-within{border-color:#5050850d}.focus-within\:border-primary-800\/10:focus-within{border-color:#5050851a}.focus-within\:border-primary-800\/20:focus-within{border-color:#50508533}.focus-within\:border-primary-800\/25:focus-within{border-color:#50508540}.focus-within\:border-primary-800\/30:focus-within{border-color:#5050854d}.focus-within\:border-primary-800\/40:focus-within{border-color:#50508566}.focus-within\:border-primary-800\/50:focus-within{border-color:#50508580}.focus-within\:border-primary-800\/60:focus-within{border-color:#50508599}.focus-within\:border-primary-800\/70:focus-within{border-color:#505085b3}.focus-within\:border-primary-800\/75:focus-within{border-color:#505085bf}.focus-within\:border-primary-800\/80:focus-within{border-color:#505085cc}.focus-within\:border-primary-800\/90:focus-within{border-color:#505085e6}.focus-within\:border-primary-800\/95:focus-within{border-color:#505085f2}.focus-within\:border-primary-800\/100:focus-within{border-color:#505085}.focus-within\:border-primary-900\/0:focus-within{border-color:#41416c00}.focus-within\:border-primary-900\/5:focus-within{border-color:#41416c0d}.focus-within\:border-primary-900\/10:focus-within{border-color:#41416c1a}.focus-within\:border-primary-900\/20:focus-within{border-color:#41416c33}.focus-within\:border-primary-900\/25:focus-within{border-color:#41416c40}.focus-within\:border-primary-900\/30:focus-within{border-color:#41416c4d}.focus-within\:border-primary-900\/40:focus-within{border-color:#41416c66}.focus-within\:border-primary-900\/50:focus-within{border-color:#41416c80}.focus-within\:border-primary-900\/60:focus-within{border-color:#41416c99}.focus-within\:border-primary-900\/70:focus-within{border-color:#41416cb3}.focus-within\:border-primary-900\/75:focus-within{border-color:#41416cbf}.focus-within\:border-primary-900\/80:focus-within{border-color:#41416ccc}.focus-within\:border-primary-900\/90:focus-within{border-color:#41416ce6}.focus-within\:border-primary-900\/95:focus-within{border-color:#41416cf2}.focus-within\:border-primary-900\/100:focus-within{border-color:#41416c}.focus-within\:border-primary-1000\/0:focus-within{border-color:#2e2e4c00}.focus-within\:border-primary-1000\/5:focus-within{border-color:#2e2e4c0d}.focus-within\:border-primary-1000\/10:focus-within{border-color:#2e2e4c1a}.focus-within\:border-primary-1000\/20:focus-within{border-color:#2e2e4c33}.focus-within\:border-primary-1000\/25:focus-within{border-color:#2e2e4c40}.focus-within\:border-primary-1000\/30:focus-within{border-color:#2e2e4c4d}.focus-within\:border-primary-1000\/40:focus-within{border-color:#2e2e4c66}.focus-within\:border-primary-1000\/50:focus-within{border-color:#2e2e4c80}.focus-within\:border-primary-1000\/60:focus-within{border-color:#2e2e4c99}.focus-within\:border-primary-1000\/70:focus-within{border-color:#2e2e4cb3}.focus-within\:border-primary-1000\/75:focus-within{border-color:#2e2e4cbf}.focus-within\:border-primary-1000\/80:focus-within{border-color:#2e2e4ccc}.focus-within\:border-primary-1000\/90:focus-within{border-color:#2e2e4ce6}.focus-within\:border-primary-1000\/95:focus-within{border-color:#2e2e4cf2}.focus-within\:border-primary-1000\/100:focus-within{border-color:#2e2e4c}.focus-within\:border-primary-highlight-100\/0:focus-within{border-color:#f7f5fe00}.focus-within\:border-primary-highlight-100\/5:focus-within{border-color:#f7f5fe0d}.focus-within\:border-primary-highlight-100\/10:focus-within{border-color:#f7f5fe1a}.focus-within\:border-primary-highlight-100\/20:focus-within{border-color:#f7f5fe33}.focus-within\:border-primary-highlight-100\/25:focus-within{border-color:#f7f5fe40}.focus-within\:border-primary-highlight-100\/30:focus-within{border-color:#f7f5fe4d}.focus-within\:border-primary-highlight-100\/40:focus-within{border-color:#f7f5fe66}.focus-within\:border-primary-highlight-100\/50:focus-within{border-color:#f7f5fe80}.focus-within\:border-primary-highlight-100\/60:focus-within{border-color:#f7f5fe99}.focus-within\:border-primary-highlight-100\/70:focus-within{border-color:#f7f5feb3}.focus-within\:border-primary-highlight-100\/75:focus-within{border-color:#f7f5febf}.focus-within\:border-primary-highlight-100\/80:focus-within{border-color:#f7f5fecc}.focus-within\:border-primary-highlight-100\/90:focus-within{border-color:#f7f5fee6}.focus-within\:border-primary-highlight-100\/95:focus-within{border-color:#f7f5fef2}.focus-within\:border-primary-highlight-100\/100:focus-within{border-color:#f7f5fe}.focus-within\:border-primary-highlight-200\/0:focus-within{border-color:#efecfe00}.focus-within\:border-primary-highlight-200\/5:focus-within{border-color:#efecfe0d}.focus-within\:border-primary-highlight-200\/10:focus-within{border-color:#efecfe1a}.focus-within\:border-primary-highlight-200\/20:focus-within{border-color:#efecfe33}.focus-within\:border-primary-highlight-200\/25:focus-within{border-color:#efecfe40}.focus-within\:border-primary-highlight-200\/30:focus-within{border-color:#efecfe4d}.focus-within\:border-primary-highlight-200\/40:focus-within{border-color:#efecfe66}.focus-within\:border-primary-highlight-200\/50:focus-within{border-color:#efecfe80}.focus-within\:border-primary-highlight-200\/60:focus-within{border-color:#efecfe99}.focus-within\:border-primary-highlight-200\/70:focus-within{border-color:#efecfeb3}.focus-within\:border-primary-highlight-200\/75:focus-within{border-color:#efecfebf}.focus-within\:border-primary-highlight-200\/80:focus-within{border-color:#efecfecc}.focus-within\:border-primary-highlight-200\/90:focus-within{border-color:#efecfee6}.focus-within\:border-primary-highlight-200\/95:focus-within{border-color:#efecfef2}.focus-within\:border-primary-highlight-200\/100:focus-within{border-color:#efecfe}.focus-within\:border-primary-highlight-300\/0:focus-within{border-color:#dfd8fd00}.focus-within\:border-primary-highlight-300\/5:focus-within{border-color:#dfd8fd0d}.focus-within\:border-primary-highlight-300\/10:focus-within{border-color:#dfd8fd1a}.focus-within\:border-primary-highlight-300\/20:focus-within{border-color:#dfd8fd33}.focus-within\:border-primary-highlight-300\/25:focus-within{border-color:#dfd8fd40}.focus-within\:border-primary-highlight-300\/30:focus-within{border-color:#dfd8fd4d}.focus-within\:border-primary-highlight-300\/40:focus-within{border-color:#dfd8fd66}.focus-within\:border-primary-highlight-300\/50:focus-within{border-color:#dfd8fd80}.focus-within\:border-primary-highlight-300\/60:focus-within{border-color:#dfd8fd99}.focus-within\:border-primary-highlight-300\/70:focus-within{border-color:#dfd8fdb3}.focus-within\:border-primary-highlight-300\/75:focus-within{border-color:#dfd8fdbf}.focus-within\:border-primary-highlight-300\/80:focus-within{border-color:#dfd8fdcc}.focus-within\:border-primary-highlight-300\/90:focus-within{border-color:#dfd8fde6}.focus-within\:border-primary-highlight-300\/95:focus-within{border-color:#dfd8fdf2}.focus-within\:border-primary-highlight-300\/100:focus-within{border-color:#dfd8fd}.focus-within\:border-primary-highlight-400\/0:focus-within{border-color:#cec1fc00}.focus-within\:border-primary-highlight-400\/5:focus-within{border-color:#cec1fc0d}.focus-within\:border-primary-highlight-400\/10:focus-within{border-color:#cec1fc1a}.focus-within\:border-primary-highlight-400\/20:focus-within{border-color:#cec1fc33}.focus-within\:border-primary-highlight-400\/25:focus-within{border-color:#cec1fc40}.focus-within\:border-primary-highlight-400\/30:focus-within{border-color:#cec1fc4d}.focus-within\:border-primary-highlight-400\/40:focus-within{border-color:#cec1fc66}.focus-within\:border-primary-highlight-400\/50:focus-within{border-color:#cec1fc80}.focus-within\:border-primary-highlight-400\/60:focus-within{border-color:#cec1fc99}.focus-within\:border-primary-highlight-400\/70:focus-within{border-color:#cec1fcb3}.focus-within\:border-primary-highlight-400\/75:focus-within{border-color:#cec1fcbf}.focus-within\:border-primary-highlight-400\/80:focus-within{border-color:#cec1fccc}.focus-within\:border-primary-highlight-400\/90:focus-within{border-color:#cec1fce6}.focus-within\:border-primary-highlight-400\/95:focus-within{border-color:#cec1fcf2}.focus-within\:border-primary-highlight-400\/100:focus-within{border-color:#cec1fc}.focus-within\:border-primary-highlight-500\/0:focus-within{border-color:#bba8fb00}.focus-within\:border-primary-highlight-500\/5:focus-within{border-color:#bba8fb0d}.focus-within\:border-primary-highlight-500\/10:focus-within{border-color:#bba8fb1a}.focus-within\:border-primary-highlight-500\/20:focus-within{border-color:#bba8fb33}.focus-within\:border-primary-highlight-500\/25:focus-within{border-color:#bba8fb40}.focus-within\:border-primary-highlight-500\/30:focus-within{border-color:#bba8fb4d}.focus-within\:border-primary-highlight-500\/40:focus-within{border-color:#bba8fb66}.focus-within\:border-primary-highlight-500\/50:focus-within{border-color:#bba8fb80}.focus-within\:border-primary-highlight-500\/60:focus-within{border-color:#bba8fb99}.focus-within\:border-primary-highlight-500\/70:focus-within{border-color:#bba8fbb3}.focus-within\:border-primary-highlight-500\/75:focus-within{border-color:#bba8fbbf}.focus-within\:border-primary-highlight-500\/80:focus-within{border-color:#bba8fbcc}.focus-within\:border-primary-highlight-500\/90:focus-within{border-color:#bba8fbe6}.focus-within\:border-primary-highlight-500\/95:focus-within{border-color:#bba8fbf2}.focus-within\:border-primary-highlight-500\/100:focus-within{border-color:#bba8fb}.focus-within\:border-primary-highlight-600\/0:focus-within{border-color:#a78bfa00}.focus-within\:border-primary-highlight-600\/5:focus-within{border-color:#a78bfa0d}.focus-within\:border-primary-highlight-600\/10:focus-within{border-color:#a78bfa1a}.focus-within\:border-primary-highlight-600\/20:focus-within{border-color:#a78bfa33}.focus-within\:border-primary-highlight-600\/25:focus-within{border-color:#a78bfa40}.focus-within\:border-primary-highlight-600\/30:focus-within{border-color:#a78bfa4d}.focus-within\:border-primary-highlight-600\/40:focus-within{border-color:#a78bfa66}.focus-within\:border-primary-highlight-600\/50:focus-within{border-color:#a78bfa80}.focus-within\:border-primary-highlight-600\/60:focus-within{border-color:#a78bfa99}.focus-within\:border-primary-highlight-600\/70:focus-within{border-color:#a78bfab3}.focus-within\:border-primary-highlight-600\/75:focus-within{border-color:#a78bfabf}.focus-within\:border-primary-highlight-600\/80:focus-within{border-color:#a78bfacc}.focus-within\:border-primary-highlight-600\/90:focus-within{border-color:#a78bfae6}.focus-within\:border-primary-highlight-600\/95:focus-within{border-color:#a78bfaf2}.focus-within\:border-primary-highlight-600\/100:focus-within{border-color:#a78bfa}.focus-within\:border-primary-highlight-700\/0:focus-within{border-color:#957cdf00}.focus-within\:border-primary-highlight-700\/5:focus-within{border-color:#957cdf0d}.focus-within\:border-primary-highlight-700\/10:focus-within{border-color:#957cdf1a}.focus-within\:border-primary-highlight-700\/20:focus-within{border-color:#957cdf33}.focus-within\:border-primary-highlight-700\/25:focus-within{border-color:#957cdf40}.focus-within\:border-primary-highlight-700\/30:focus-within{border-color:#957cdf4d}.focus-within\:border-primary-highlight-700\/40:focus-within{border-color:#957cdf66}.focus-within\:border-primary-highlight-700\/50:focus-within{border-color:#957cdf80}.focus-within\:border-primary-highlight-700\/60:focus-within{border-color:#957cdf99}.focus-within\:border-primary-highlight-700\/70:focus-within{border-color:#957cdfb3}.focus-within\:border-primary-highlight-700\/75:focus-within{border-color:#957cdfbf}.focus-within\:border-primary-highlight-700\/80:focus-within{border-color:#957cdfcc}.focus-within\:border-primary-highlight-700\/90:focus-within{border-color:#957cdfe6}.focus-within\:border-primary-highlight-700\/95:focus-within{border-color:#957cdff2}.focus-within\:border-primary-highlight-700\/100:focus-within{border-color:#957cdf}.focus-within\:border-primary-highlight-800\/0:focus-within{border-color:#816bc100}.focus-within\:border-primary-highlight-800\/5:focus-within{border-color:#816bc10d}.focus-within\:border-primary-highlight-800\/10:focus-within{border-color:#816bc11a}.focus-within\:border-primary-highlight-800\/20:focus-within{border-color:#816bc133}.focus-within\:border-primary-highlight-800\/25:focus-within{border-color:#816bc140}.focus-within\:border-primary-highlight-800\/30:focus-within{border-color:#816bc14d}.focus-within\:border-primary-highlight-800\/40:focus-within{border-color:#816bc166}.focus-within\:border-primary-highlight-800\/50:focus-within{border-color:#816bc180}.focus-within\:border-primary-highlight-800\/60:focus-within{border-color:#816bc199}.focus-within\:border-primary-highlight-800\/70:focus-within{border-color:#816bc1b3}.focus-within\:border-primary-highlight-800\/75:focus-within{border-color:#816bc1bf}.focus-within\:border-primary-highlight-800\/80:focus-within{border-color:#816bc1cc}.focus-within\:border-primary-highlight-800\/90:focus-within{border-color:#816bc1e6}.focus-within\:border-primary-highlight-800\/95:focus-within{border-color:#816bc1f2}.focus-within\:border-primary-highlight-800\/100:focus-within{border-color:#816bc1}.focus-within\:border-primary-highlight-900\/0:focus-within{border-color:#69579e00}.focus-within\:border-primary-highlight-900\/5:focus-within{border-color:#69579e0d}.focus-within\:border-primary-highlight-900\/10:focus-within{border-color:#69579e1a}.focus-within\:border-primary-highlight-900\/20:focus-within{border-color:#69579e33}.focus-within\:border-primary-highlight-900\/25:focus-within{border-color:#69579e40}.focus-within\:border-primary-highlight-900\/30:focus-within{border-color:#69579e4d}.focus-within\:border-primary-highlight-900\/40:focus-within{border-color:#69579e66}.focus-within\:border-primary-highlight-900\/50:focus-within{border-color:#69579e80}.focus-within\:border-primary-highlight-900\/60:focus-within{border-color:#69579e99}.focus-within\:border-primary-highlight-900\/70:focus-within{border-color:#69579eb3}.focus-within\:border-primary-highlight-900\/75:focus-within{border-color:#69579ebf}.focus-within\:border-primary-highlight-900\/80:focus-within{border-color:#69579ecc}.focus-within\:border-primary-highlight-900\/90:focus-within{border-color:#69579ee6}.focus-within\:border-primary-highlight-900\/95:focus-within{border-color:#69579ef2}.focus-within\:border-primary-highlight-900\/100:focus-within{border-color:#69579e}.focus-within\:border-primary-highlight-1000\/0:focus-within{border-color:#4a3e6f00}.focus-within\:border-primary-highlight-1000\/5:focus-within{border-color:#4a3e6f0d}.focus-within\:border-primary-highlight-1000\/10:focus-within{border-color:#4a3e6f1a}.focus-within\:border-primary-highlight-1000\/20:focus-within{border-color:#4a3e6f33}.focus-within\:border-primary-highlight-1000\/25:focus-within{border-color:#4a3e6f40}.focus-within\:border-primary-highlight-1000\/30:focus-within{border-color:#4a3e6f4d}.focus-within\:border-primary-highlight-1000\/40:focus-within{border-color:#4a3e6f66}.focus-within\:border-primary-highlight-1000\/50:focus-within{border-color:#4a3e6f80}.focus-within\:border-primary-highlight-1000\/60:focus-within{border-color:#4a3e6f99}.focus-within\:border-primary-highlight-1000\/70:focus-within{border-color:#4a3e6fb3}.focus-within\:border-primary-highlight-1000\/75:focus-within{border-color:#4a3e6fbf}.focus-within\:border-primary-highlight-1000\/80:focus-within{border-color:#4a3e6fcc}.focus-within\:border-primary-highlight-1000\/90:focus-within{border-color:#4a3e6fe6}.focus-within\:border-primary-highlight-1000\/95:focus-within{border-color:#4a3e6ff2}.focus-within\:border-primary-highlight-1000\/100:focus-within{border-color:#4a3e6f}.focus-within\:border-secondary-100\/0:focus-within{border-color:#fef7f200}.focus-within\:border-secondary-100\/5:focus-within{border-color:#fef7f20d}.focus-within\:border-secondary-100\/10:focus-within{border-color:#fef7f21a}.focus-within\:border-secondary-100\/20:focus-within{border-color:#fef7f233}.focus-within\:border-secondary-100\/25:focus-within{border-color:#fef7f240}.focus-within\:border-secondary-100\/30:focus-within{border-color:#fef7f24d}.focus-within\:border-secondary-100\/40:focus-within{border-color:#fef7f266}.focus-within\:border-secondary-100\/50:focus-within{border-color:#fef7f280}.focus-within\:border-secondary-100\/60:focus-within{border-color:#fef7f299}.focus-within\:border-secondary-100\/70:focus-within{border-color:#fef7f2b3}.focus-within\:border-secondary-100\/75:focus-within{border-color:#fef7f2bf}.focus-within\:border-secondary-100\/80:focus-within{border-color:#fef7f2cc}.focus-within\:border-secondary-100\/90:focus-within{border-color:#fef7f2e6}.focus-within\:border-secondary-100\/95:focus-within{border-color:#fef7f2f2}.focus-within\:border-secondary-100\/100:focus-within{border-color:#fef7f2}.focus-within\:border-secondary-200\/0:focus-within{border-color:#fef0e400}.focus-within\:border-secondary-200\/5:focus-within{border-color:#fef0e40d}.focus-within\:border-secondary-200\/10:focus-within{border-color:#fef0e41a}.focus-within\:border-secondary-200\/20:focus-within{border-color:#fef0e433}.focus-within\:border-secondary-200\/25:focus-within{border-color:#fef0e440}.focus-within\:border-secondary-200\/30:focus-within{border-color:#fef0e44d}.focus-within\:border-secondary-200\/40:focus-within{border-color:#fef0e466}.focus-within\:border-secondary-200\/50:focus-within{border-color:#fef0e480}.focus-within\:border-secondary-200\/60:focus-within{border-color:#fef0e499}.focus-within\:border-secondary-200\/70:focus-within{border-color:#fef0e4b3}.focus-within\:border-secondary-200\/75:focus-within{border-color:#fef0e4bf}.focus-within\:border-secondary-200\/80:focus-within{border-color:#fef0e4cc}.focus-within\:border-secondary-200\/90:focus-within{border-color:#fef0e4e6}.focus-within\:border-secondary-200\/95:focus-within{border-color:#fef0e4f2}.focus-within\:border-secondary-200\/100:focus-within{border-color:#fef0e4}.focus-within\:border-secondary-300\/0:focus-within{border-color:#fde1c600}.focus-within\:border-secondary-300\/5:focus-within{border-color:#fde1c60d}.focus-within\:border-secondary-300\/10:focus-within{border-color:#fde1c61a}.focus-within\:border-secondary-300\/20:focus-within{border-color:#fde1c633}.focus-within\:border-secondary-300\/25:focus-within{border-color:#fde1c640}.focus-within\:border-secondary-300\/30:focus-within{border-color:#fde1c64d}.focus-within\:border-secondary-300\/40:focus-within{border-color:#fde1c666}.focus-within\:border-secondary-300\/50:focus-within{border-color:#fde1c680}.focus-within\:border-secondary-300\/60:focus-within{border-color:#fde1c699}.focus-within\:border-secondary-300\/70:focus-within{border-color:#fde1c6b3}.focus-within\:border-secondary-300\/75:focus-within{border-color:#fde1c6bf}.focus-within\:border-secondary-300\/80:focus-within{border-color:#fde1c6cc}.focus-within\:border-secondary-300\/90:focus-within{border-color:#fde1c6e6}.focus-within\:border-secondary-300\/95:focus-within{border-color:#fde1c6f2}.focus-within\:border-secondary-300\/100:focus-within{border-color:#fde1c6}.focus-within\:border-secondary-400\/0:focus-within{border-color:#fcd1a200}.focus-within\:border-secondary-400\/5:focus-within{border-color:#fcd1a20d}.focus-within\:border-secondary-400\/10:focus-within{border-color:#fcd1a21a}.focus-within\:border-secondary-400\/20:focus-within{border-color:#fcd1a233}.focus-within\:border-secondary-400\/25:focus-within{border-color:#fcd1a240}.focus-within\:border-secondary-400\/30:focus-within{border-color:#fcd1a24d}.focus-within\:border-secondary-400\/40:focus-within{border-color:#fcd1a266}.focus-within\:border-secondary-400\/50:focus-within{border-color:#fcd1a280}.focus-within\:border-secondary-400\/60:focus-within{border-color:#fcd1a299}.focus-within\:border-secondary-400\/70:focus-within{border-color:#fcd1a2b3}.focus-within\:border-secondary-400\/75:focus-within{border-color:#fcd1a2bf}.focus-within\:border-secondary-400\/80:focus-within{border-color:#fcd1a2cc}.focus-within\:border-secondary-400\/90:focus-within{border-color:#fcd1a2e6}.focus-within\:border-secondary-400\/95:focus-within{border-color:#fcd1a2f2}.focus-within\:border-secondary-400\/100:focus-within{border-color:#fcd1a2}.focus-within\:border-secondary-500\/0:focus-within{border-color:#fbbf7500}.focus-within\:border-secondary-500\/5:focus-within{border-color:#fbbf750d}.focus-within\:border-secondary-500\/10:focus-within{border-color:#fbbf751a}.focus-within\:border-secondary-500\/20:focus-within{border-color:#fbbf7533}.focus-within\:border-secondary-500\/25:focus-within{border-color:#fbbf7540}.focus-within\:border-secondary-500\/30:focus-within{border-color:#fbbf754d}.focus-within\:border-secondary-500\/40:focus-within{border-color:#fbbf7566}.focus-within\:border-secondary-500\/50:focus-within{border-color:#fbbf7580}.focus-within\:border-secondary-500\/60:focus-within{border-color:#fbbf7599}.focus-within\:border-secondary-500\/70:focus-within{border-color:#fbbf75b3}.focus-within\:border-secondary-500\/75:focus-within{border-color:#fbbf75bf}.focus-within\:border-secondary-500\/80:focus-within{border-color:#fbbf75cc}.focus-within\:border-secondary-500\/90:focus-within{border-color:#fbbf75e6}.focus-within\:border-secondary-500\/95:focus-within{border-color:#fbbf75f2}.focus-within\:border-secondary-500\/100:focus-within{border-color:#fbbf75}.focus-within\:border-secondary-600\/0:focus-within{border-color:#faac1e00}.focus-within\:border-secondary-600\/5:focus-within{border-color:#faac1e0d}.focus-within\:border-secondary-600\/10:focus-within{border-color:#faac1e1a}.focus-within\:border-secondary-600\/20:focus-within{border-color:#faac1e33}.focus-within\:border-secondary-600\/25:focus-within{border-color:#faac1e40}.focus-within\:border-secondary-600\/30:focus-within{border-color:#faac1e4d}.focus-within\:border-secondary-600\/40:focus-within{border-color:#faac1e66}.focus-within\:border-secondary-600\/50:focus-within{border-color:#faac1e80}.focus-within\:border-secondary-600\/60:focus-within{border-color:#faac1e99}.focus-within\:border-secondary-600\/70:focus-within{border-color:#faac1eb3}.focus-within\:border-secondary-600\/75:focus-within{border-color:#faac1ebf}.focus-within\:border-secondary-600\/80:focus-within{border-color:#faac1ecc}.focus-within\:border-secondary-600\/90:focus-within{border-color:#faac1ee6}.focus-within\:border-secondary-600\/95:focus-within{border-color:#faac1ef2}.focus-within\:border-secondary-600\/100:focus-within{border-color:#faac1e}.focus-within\:border-secondary-700\/0:focus-within{border-color:#df991a00}.focus-within\:border-secondary-700\/5:focus-within{border-color:#df991a0d}.focus-within\:border-secondary-700\/10:focus-within{border-color:#df991a1a}.focus-within\:border-secondary-700\/20:focus-within{border-color:#df991a33}.focus-within\:border-secondary-700\/25:focus-within{border-color:#df991a40}.focus-within\:border-secondary-700\/30:focus-within{border-color:#df991a4d}.focus-within\:border-secondary-700\/40:focus-within{border-color:#df991a66}.focus-within\:border-secondary-700\/50:focus-within{border-color:#df991a80}.focus-within\:border-secondary-700\/60:focus-within{border-color:#df991a99}.focus-within\:border-secondary-700\/70:focus-within{border-color:#df991ab3}.focus-within\:border-secondary-700\/75:focus-within{border-color:#df991abf}.focus-within\:border-secondary-700\/80:focus-within{border-color:#df991acc}.focus-within\:border-secondary-700\/90:focus-within{border-color:#df991ae6}.focus-within\:border-secondary-700\/95:focus-within{border-color:#df991af2}.focus-within\:border-secondary-700\/100:focus-within{border-color:#df991a}.focus-within\:border-secondary-800\/0:focus-within{border-color:#c1851700}.focus-within\:border-secondary-800\/5:focus-within{border-color:#c185170d}.focus-within\:border-secondary-800\/10:focus-within{border-color:#c185171a}.focus-within\:border-secondary-800\/20:focus-within{border-color:#c1851733}.focus-within\:border-secondary-800\/25:focus-within{border-color:#c1851740}.focus-within\:border-secondary-800\/30:focus-within{border-color:#c185174d}.focus-within\:border-secondary-800\/40:focus-within{border-color:#c1851766}.focus-within\:border-secondary-800\/50:focus-within{border-color:#c1851780}.focus-within\:border-secondary-800\/60:focus-within{border-color:#c1851799}.focus-within\:border-secondary-800\/70:focus-within{border-color:#c18517b3}.focus-within\:border-secondary-800\/75:focus-within{border-color:#c18517bf}.focus-within\:border-secondary-800\/80:focus-within{border-color:#c18517cc}.focus-within\:border-secondary-800\/90:focus-within{border-color:#c18517e6}.focus-within\:border-secondary-800\/95:focus-within{border-color:#c18517f2}.focus-within\:border-secondary-800\/100:focus-within{border-color:#c18517}.focus-within\:border-secondary-900\/0:focus-within{border-color:#9e6c1200}.focus-within\:border-secondary-900\/5:focus-within{border-color:#9e6c120d}.focus-within\:border-secondary-900\/10:focus-within{border-color:#9e6c121a}.focus-within\:border-secondary-900\/20:focus-within{border-color:#9e6c1233}.focus-within\:border-secondary-900\/25:focus-within{border-color:#9e6c1240}.focus-within\:border-secondary-900\/30:focus-within{border-color:#9e6c124d}.focus-within\:border-secondary-900\/40:focus-within{border-color:#9e6c1266}.focus-within\:border-secondary-900\/50:focus-within{border-color:#9e6c1280}.focus-within\:border-secondary-900\/60:focus-within{border-color:#9e6c1299}.focus-within\:border-secondary-900\/70:focus-within{border-color:#9e6c12b3}.focus-within\:border-secondary-900\/75:focus-within{border-color:#9e6c12bf}.focus-within\:border-secondary-900\/80:focus-within{border-color:#9e6c12cc}.focus-within\:border-secondary-900\/90:focus-within{border-color:#9e6c12e6}.focus-within\:border-secondary-900\/95:focus-within{border-color:#9e6c12f2}.focus-within\:border-secondary-900\/100:focus-within{border-color:#9e6c12}.focus-within\:border-secondary-1000\/0:focus-within{border-color:#6f4c0d00}.focus-within\:border-secondary-1000\/5:focus-within{border-color:#6f4c0d0d}.focus-within\:border-secondary-1000\/10:focus-within{border-color:#6f4c0d1a}.focus-within\:border-secondary-1000\/20:focus-within{border-color:#6f4c0d33}.focus-within\:border-secondary-1000\/25:focus-within{border-color:#6f4c0d40}.focus-within\:border-secondary-1000\/30:focus-within{border-color:#6f4c0d4d}.focus-within\:border-secondary-1000\/40:focus-within{border-color:#6f4c0d66}.focus-within\:border-secondary-1000\/50:focus-within{border-color:#6f4c0d80}.focus-within\:border-secondary-1000\/60:focus-within{border-color:#6f4c0d99}.focus-within\:border-secondary-1000\/70:focus-within{border-color:#6f4c0db3}.focus-within\:border-secondary-1000\/75:focus-within{border-color:#6f4c0dbf}.focus-within\:border-secondary-1000\/80:focus-within{border-color:#6f4c0dcc}.focus-within\:border-secondary-1000\/90:focus-within{border-color:#6f4c0de6}.focus-within\:border-secondary-1000\/95:focus-within{border-color:#6f4c0df2}.focus-within\:border-secondary-1000\/100:focus-within{border-color:#6f4c0d}.focus-within\:border-grey-100\/0:focus-within{border-color:#f2f3f400}.focus-within\:border-grey-100\/5:focus-within{border-color:#f2f3f40d}.focus-within\:border-grey-100\/10:focus-within{border-color:#f2f3f41a}.focus-within\:border-grey-100\/20:focus-within{border-color:#f2f3f433}.focus-within\:border-grey-100\/25:focus-within{border-color:#f2f3f440}.focus-within\:border-grey-100\/30:focus-within{border-color:#f2f3f44d}.focus-within\:border-grey-100\/40:focus-within{border-color:#f2f3f466}.focus-within\:border-grey-100\/50:focus-within{border-color:#f2f3f480}.focus-within\:border-grey-100\/60:focus-within{border-color:#f2f3f499}.focus-within\:border-grey-100\/70:focus-within{border-color:#f2f3f4b3}.focus-within\:border-grey-100\/75:focus-within{border-color:#f2f3f4bf}.focus-within\:border-grey-100\/80:focus-within{border-color:#f2f3f4cc}.focus-within\:border-grey-100\/90:focus-within{border-color:#f2f3f4e6}.focus-within\:border-grey-100\/95:focus-within{border-color:#f2f3f4f2}.focus-within\:border-grey-100\/100:focus-within{border-color:#f2f3f4}.focus-within\:border-grey-200\/0:focus-within{border-color:#e6e7e800}.focus-within\:border-grey-200\/5:focus-within{border-color:#e6e7e80d}.focus-within\:border-grey-200\/10:focus-within{border-color:#e6e7e81a}.focus-within\:border-grey-200\/20:focus-within{border-color:#e6e7e833}.focus-within\:border-grey-200\/25:focus-within{border-color:#e6e7e840}.focus-within\:border-grey-200\/30:focus-within{border-color:#e6e7e84d}.focus-within\:border-grey-200\/40:focus-within{border-color:#e6e7e866}.focus-within\:border-grey-200\/50:focus-within{border-color:#e6e7e880}.focus-within\:border-grey-200\/60:focus-within{border-color:#e6e7e899}.focus-within\:border-grey-200\/70:focus-within{border-color:#e6e7e8b3}.focus-within\:border-grey-200\/75:focus-within{border-color:#e6e7e8bf}.focus-within\:border-grey-200\/80:focus-within{border-color:#e6e7e8cc}.focus-within\:border-grey-200\/90:focus-within{border-color:#e6e7e8e6}.focus-within\:border-grey-200\/95:focus-within{border-color:#e6e7e8f2}.focus-within\:border-grey-200\/100:focus-within{border-color:#e6e7e8}.focus-within\:border-grey-300\/0:focus-within{border-color:#caccd000}.focus-within\:border-grey-300\/5:focus-within{border-color:#caccd00d}.focus-within\:border-grey-300\/10:focus-within{border-color:#caccd01a}.focus-within\:border-grey-300\/20:focus-within{border-color:#caccd033}.focus-within\:border-grey-300\/25:focus-within{border-color:#caccd040}.focus-within\:border-grey-300\/30:focus-within{border-color:#caccd04d}.focus-within\:border-grey-300\/40:focus-within{border-color:#caccd066}.focus-within\:border-grey-300\/50:focus-within{border-color:#caccd080}.focus-within\:border-grey-300\/60:focus-within{border-color:#caccd099}.focus-within\:border-grey-300\/70:focus-within{border-color:#caccd0b3}.focus-within\:border-grey-300\/75:focus-within{border-color:#caccd0bf}.focus-within\:border-grey-300\/80:focus-within{border-color:#caccd0cc}.focus-within\:border-grey-300\/90:focus-within{border-color:#caccd0e6}.focus-within\:border-grey-300\/95:focus-within{border-color:#caccd0f2}.focus-within\:border-grey-300\/100:focus-within{border-color:#caccd0}.focus-within\:border-grey-400\/0:focus-within{border-color:#aaaeb400}.focus-within\:border-grey-400\/5:focus-within{border-color:#aaaeb40d}.focus-within\:border-grey-400\/10:focus-within{border-color:#aaaeb41a}.focus-within\:border-grey-400\/20:focus-within{border-color:#aaaeb433}.focus-within\:border-grey-400\/25:focus-within{border-color:#aaaeb440}.focus-within\:border-grey-400\/30:focus-within{border-color:#aaaeb44d}.focus-within\:border-grey-400\/40:focus-within{border-color:#aaaeb466}.focus-within\:border-grey-400\/50:focus-within{border-color:#aaaeb480}.focus-within\:border-grey-400\/60:focus-within{border-color:#aaaeb499}.focus-within\:border-grey-400\/70:focus-within{border-color:#aaaeb4b3}.focus-within\:border-grey-400\/75:focus-within{border-color:#aaaeb4bf}.focus-within\:border-grey-400\/80:focus-within{border-color:#aaaeb4cc}.focus-within\:border-grey-400\/90:focus-within{border-color:#aaaeb4e6}.focus-within\:border-grey-400\/95:focus-within{border-color:#aaaeb4f2}.focus-within\:border-grey-400\/100:focus-within{border-color:#aaaeb4}.focus-within\:border-grey-500\/0:focus-within{border-color:#82899300}.focus-within\:border-grey-500\/5:focus-within{border-color:#8289930d}.focus-within\:border-grey-500\/10:focus-within{border-color:#8289931a}.focus-within\:border-grey-500\/20:focus-within{border-color:#82899333}.focus-within\:border-grey-500\/25:focus-within{border-color:#82899340}.focus-within\:border-grey-500\/30:focus-within{border-color:#8289934d}.focus-within\:border-grey-500\/40:focus-within{border-color:#82899366}.focus-within\:border-grey-500\/50:focus-within{border-color:#82899380}.focus-within\:border-grey-500\/60:focus-within{border-color:#82899399}.focus-within\:border-grey-500\/70:focus-within{border-color:#828993b3}.focus-within\:border-grey-500\/75:focus-within{border-color:#828993bf}.focus-within\:border-grey-500\/80:focus-within{border-color:#828993cc}.focus-within\:border-grey-500\/90:focus-within{border-color:#828993e6}.focus-within\:border-grey-500\/95:focus-within{border-color:#828993f2}.focus-within\:border-grey-500\/100:focus-within{border-color:#828993}.focus-within\:border-grey-600\/0:focus-within{border-color:#47556900}.focus-within\:border-grey-600\/5:focus-within{border-color:#4755690d}.focus-within\:border-grey-600\/10:focus-within{border-color:#4755691a}.focus-within\:border-grey-600\/20:focus-within{border-color:#47556933}.focus-within\:border-grey-600\/25:focus-within{border-color:#47556940}.focus-within\:border-grey-600\/30:focus-within{border-color:#4755694d}.focus-within\:border-grey-600\/40:focus-within{border-color:#47556966}.focus-within\:border-grey-600\/50:focus-within{border-color:#47556980}.focus-within\:border-grey-600\/60:focus-within{border-color:#47556999}.focus-within\:border-grey-600\/70:focus-within{border-color:#475569b3}.focus-within\:border-grey-600\/75:focus-within{border-color:#475569bf}.focus-within\:border-grey-600\/80:focus-within{border-color:#475569cc}.focus-within\:border-grey-600\/90:focus-within{border-color:#475569e6}.focus-within\:border-grey-600\/95:focus-within{border-color:#475569f2}.focus-within\:border-grey-600\/100:focus-within{border-color:#475569}.focus-within\:border-grey-700\/0:focus-within{border-color:#3f4c5d00}.focus-within\:border-grey-700\/5:focus-within{border-color:#3f4c5d0d}.focus-within\:border-grey-700\/10:focus-within{border-color:#3f4c5d1a}.focus-within\:border-grey-700\/20:focus-within{border-color:#3f4c5d33}.focus-within\:border-grey-700\/25:focus-within{border-color:#3f4c5d40}.focus-within\:border-grey-700\/30:focus-within{border-color:#3f4c5d4d}.focus-within\:border-grey-700\/40:focus-within{border-color:#3f4c5d66}.focus-within\:border-grey-700\/50:focus-within{border-color:#3f4c5d80}.focus-within\:border-grey-700\/60:focus-within{border-color:#3f4c5d99}.focus-within\:border-grey-700\/70:focus-within{border-color:#3f4c5db3}.focus-within\:border-grey-700\/75:focus-within{border-color:#3f4c5dbf}.focus-within\:border-grey-700\/80:focus-within{border-color:#3f4c5dcc}.focus-within\:border-grey-700\/90:focus-within{border-color:#3f4c5de6}.focus-within\:border-grey-700\/95:focus-within{border-color:#3f4c5df2}.focus-within\:border-grey-700\/100:focus-within{border-color:#3f4c5d}.focus-within\:border-grey-800\/0:focus-within{border-color:#36415100}.focus-within\:border-grey-800\/5:focus-within{border-color:#3641510d}.focus-within\:border-grey-800\/10:focus-within{border-color:#3641511a}.focus-within\:border-grey-800\/20:focus-within{border-color:#36415133}.focus-within\:border-grey-800\/25:focus-within{border-color:#36415140}.focus-within\:border-grey-800\/30:focus-within{border-color:#3641514d}.focus-within\:border-grey-800\/40:focus-within{border-color:#36415166}.focus-within\:border-grey-800\/50:focus-within{border-color:#36415180}.focus-within\:border-grey-800\/60:focus-within{border-color:#36415199}.focus-within\:border-grey-800\/70:focus-within{border-color:#364151b3}.focus-within\:border-grey-800\/75:focus-within{border-color:#364151bf}.focus-within\:border-grey-800\/80:focus-within{border-color:#364151cc}.focus-within\:border-grey-800\/90:focus-within{border-color:#364151e6}.focus-within\:border-grey-800\/95:focus-within{border-color:#364151f2}.focus-within\:border-grey-800\/100:focus-within{border-color:#364151}.focus-within\:border-grey-900\/0:focus-within{border-color:#2c354200}.focus-within\:border-grey-900\/5:focus-within{border-color:#2c35420d}.focus-within\:border-grey-900\/10:focus-within{border-color:#2c35421a}.focus-within\:border-grey-900\/20:focus-within{border-color:#2c354233}.focus-within\:border-grey-900\/25:focus-within{border-color:#2c354240}.focus-within\:border-grey-900\/30:focus-within{border-color:#2c35424d}.focus-within\:border-grey-900\/40:focus-within{border-color:#2c354266}.focus-within\:border-grey-900\/50:focus-within{border-color:#2c354280}.focus-within\:border-grey-900\/60:focus-within{border-color:#2c354299}.focus-within\:border-grey-900\/70:focus-within{border-color:#2c3542b3}.focus-within\:border-grey-900\/75:focus-within{border-color:#2c3542bf}.focus-within\:border-grey-900\/80:focus-within{border-color:#2c3542cc}.focus-within\:border-grey-900\/90:focus-within{border-color:#2c3542e6}.focus-within\:border-grey-900\/95:focus-within{border-color:#2c3542f2}.focus-within\:border-grey-900\/100:focus-within{border-color:#2c3542}.focus-within\:border-grey-1000\/0:focus-within{border-color:#1f262e00}.focus-within\:border-grey-1000\/5:focus-within{border-color:#1f262e0d}.focus-within\:border-grey-1000\/10:focus-within{border-color:#1f262e1a}.focus-within\:border-grey-1000\/20:focus-within{border-color:#1f262e33}.focus-within\:border-grey-1000\/25:focus-within{border-color:#1f262e40}.focus-within\:border-grey-1000\/30:focus-within{border-color:#1f262e4d}.focus-within\:border-grey-1000\/40:focus-within{border-color:#1f262e66}.focus-within\:border-grey-1000\/50:focus-within{border-color:#1f262e80}.focus-within\:border-grey-1000\/60:focus-within{border-color:#1f262e99}.focus-within\:border-grey-1000\/70:focus-within{border-color:#1f262eb3}.focus-within\:border-grey-1000\/75:focus-within{border-color:#1f262ebf}.focus-within\:border-grey-1000\/80:focus-within{border-color:#1f262ecc}.focus-within\:border-grey-1000\/90:focus-within{border-color:#1f262ee6}.focus-within\:border-grey-1000\/95:focus-within{border-color:#1f262ef2}.focus-within\:border-grey-1000\/100:focus-within{border-color:#1f262e}.focus-within\:border-green-1000\/0:focus-within{border-color:#175e4400}.focus-within\:border-green-1000\/5:focus-within{border-color:#175e440d}.focus-within\:border-green-1000\/10:focus-within{border-color:#175e441a}.focus-within\:border-green-1000\/20:focus-within{border-color:#175e4433}.focus-within\:border-green-1000\/25:focus-within{border-color:#175e4440}.focus-within\:border-green-1000\/30:focus-within{border-color:#175e444d}.focus-within\:border-green-1000\/40:focus-within{border-color:#175e4466}.focus-within\:border-green-1000\/50:focus-within{border-color:#175e4480}.focus-within\:border-green-1000\/60:focus-within{border-color:#175e4499}.focus-within\:border-green-1000\/70:focus-within{border-color:#175e44b3}.focus-within\:border-green-1000\/75:focus-within{border-color:#175e44bf}.focus-within\:border-green-1000\/80:focus-within{border-color:#175e44cc}.focus-within\:border-green-1000\/90:focus-within{border-color:#175e44e6}.focus-within\:border-green-1000\/95:focus-within{border-color:#175e44f2}.focus-within\:border-green-1000\/100:focus-within{border-color:#175e44}.focus-within\:border-blue-1000\/0:focus-within{border-color:#102c6900}.focus-within\:border-blue-1000\/5:focus-within{border-color:#102c690d}.focus-within\:border-blue-1000\/10:focus-within{border-color:#102c691a}.focus-within\:border-blue-1000\/20:focus-within{border-color:#102c6933}.focus-within\:border-blue-1000\/25:focus-within{border-color:#102c6940}.focus-within\:border-blue-1000\/30:focus-within{border-color:#102c694d}.focus-within\:border-blue-1000\/40:focus-within{border-color:#102c6966}.focus-within\:border-blue-1000\/50:focus-within{border-color:#102c6980}.focus-within\:border-blue-1000\/60:focus-within{border-color:#102c6999}.focus-within\:border-blue-1000\/70:focus-within{border-color:#102c69b3}.focus-within\:border-blue-1000\/75:focus-within{border-color:#102c69bf}.focus-within\:border-blue-1000\/80:focus-within{border-color:#102c69cc}.focus-within\:border-blue-1000\/90:focus-within{border-color:#102c69e6}.focus-within\:border-blue-1000\/95:focus-within{border-color:#102c69f2}.focus-within\:border-blue-1000\/100:focus-within{border-color:#102c69}.focus-within\:border-orange-1000\/0:focus-within{border-color:#68270500}.focus-within\:border-orange-1000\/5:focus-within{border-color:#6827050d}.focus-within\:border-orange-1000\/10:focus-within{border-color:#6827051a}.focus-within\:border-orange-1000\/20:focus-within{border-color:#68270533}.focus-within\:border-orange-1000\/25:focus-within{border-color:#68270540}.focus-within\:border-orange-1000\/30:focus-within{border-color:#6827054d}.focus-within\:border-orange-1000\/40:focus-within{border-color:#68270566}.focus-within\:border-orange-1000\/50:focus-within{border-color:#68270580}.focus-within\:border-orange-1000\/60:focus-within{border-color:#68270599}.focus-within\:border-orange-1000\/70:focus-within{border-color:#682705b3}.focus-within\:border-orange-1000\/75:focus-within{border-color:#682705bf}.focus-within\:border-orange-1000\/80:focus-within{border-color:#682705cc}.focus-within\:border-orange-1000\/90:focus-within{border-color:#682705e6}.focus-within\:border-orange-1000\/95:focus-within{border-color:#682705f2}.focus-within\:border-orange-1000\/100:focus-within{border-color:#682705}.focus-within\:border-red-1000\/0:focus-within{border-color:#62101000}.focus-within\:border-red-1000\/5:focus-within{border-color:#6210100d}.focus-within\:border-red-1000\/10:focus-within{border-color:#6210101a}.focus-within\:border-red-1000\/20:focus-within{border-color:#62101033}.focus-within\:border-red-1000\/25:focus-within{border-color:#62101040}.focus-within\:border-red-1000\/30:focus-within{border-color:#6210104d}.focus-within\:border-red-1000\/40:focus-within{border-color:#62101066}.focus-within\:border-red-1000\/50:focus-within{border-color:#62101080}.focus-within\:border-red-1000\/60:focus-within{border-color:#62101099}.focus-within\:border-red-1000\/70:focus-within{border-color:#621010b3}.focus-within\:border-red-1000\/75:focus-within{border-color:#621010bf}.focus-within\:border-red-1000\/80:focus-within{border-color:#621010cc}.focus-within\:border-red-1000\/90:focus-within{border-color:#621010e6}.focus-within\:border-red-1000\/95:focus-within{border-color:#621010f2}.focus-within\:border-red-1000\/100:focus-within{border-color:#621010}.focus-within\:border-primary\/0:focus-within{border-color:#a78bfa00}.focus-within\:border-primary\/5:focus-within{border-color:#a78bfa0d}.focus-within\:border-primary\/10:focus-within{border-color:#a78bfa1a}.focus-within\:border-primary\/20:focus-within{border-color:#a78bfa33}.focus-within\:border-primary\/25:focus-within{border-color:#a78bfa40}.focus-within\:border-primary\/30:focus-within{border-color:#a78bfa4d}.focus-within\:border-primary\/40:focus-within{border-color:#a78bfa66}.focus-within\:border-primary\/50:focus-within{border-color:#a78bfa80}.focus-within\:border-primary\/60:focus-within{border-color:#a78bfa99}.focus-within\:border-primary\/70:focus-within{border-color:#a78bfab3}.focus-within\:border-primary\/75:focus-within{border-color:#a78bfabf}.focus-within\:border-primary\/80:focus-within{border-color:#a78bfacc}.focus-within\:border-primary\/90:focus-within{border-color:#a78bfae6}.focus-within\:border-primary\/95:focus-within{border-color:#a78bfaf2}.focus-within\:border-primary\/100:focus-within{border-color:#a78bfa}.focus-within\:border-primary-light\/0:focus-within{border-color:#f7f5fe00}.focus-within\:border-primary-light\/5:focus-within{border-color:#f7f5fe0d}.focus-within\:border-primary-light\/10:focus-within{border-color:#f7f5fe1a}.focus-within\:border-primary-light\/20:focus-within{border-color:#f7f5fe33}.focus-within\:border-primary-light\/25:focus-within{border-color:#f7f5fe40}.focus-within\:border-primary-light\/30:focus-within{border-color:#f7f5fe4d}.focus-within\:border-primary-light\/40:focus-within{border-color:#f7f5fe66}.focus-within\:border-primary-light\/50:focus-within{border-color:#f7f5fe80}.focus-within\:border-primary-light\/60:focus-within{border-color:#f7f5fe99}.focus-within\:border-primary-light\/70:focus-within{border-color:#f7f5feb3}.focus-within\:border-primary-light\/75:focus-within{border-color:#f7f5febf}.focus-within\:border-primary-light\/80:focus-within{border-color:#f7f5fecc}.focus-within\:border-primary-light\/90:focus-within{border-color:#f7f5fee6}.focus-within\:border-primary-light\/95:focus-within{border-color:#f7f5fef2}.focus-within\:border-primary-light\/100:focus-within{border-color:#f7f5fe}.focus-within\:border-primary-dark\/0:focus-within{border-color:#69579e00}.focus-within\:border-primary-dark\/5:focus-within{border-color:#69579e0d}.focus-within\:border-primary-dark\/10:focus-within{border-color:#69579e1a}.focus-within\:border-primary-dark\/20:focus-within{border-color:#69579e33}.focus-within\:border-primary-dark\/25:focus-within{border-color:#69579e40}.focus-within\:border-primary-dark\/30:focus-within{border-color:#69579e4d}.focus-within\:border-primary-dark\/40:focus-within{border-color:#69579e66}.focus-within\:border-primary-dark\/50:focus-within{border-color:#69579e80}.focus-within\:border-primary-dark\/60:focus-within{border-color:#69579e99}.focus-within\:border-primary-dark\/70:focus-within{border-color:#69579eb3}.focus-within\:border-primary-dark\/75:focus-within{border-color:#69579ebf}.focus-within\:border-primary-dark\/80:focus-within{border-color:#69579ecc}.focus-within\:border-primary-dark\/90:focus-within{border-color:#69579ee6}.focus-within\:border-primary-dark\/95:focus-within{border-color:#69579ef2}.focus-within\:border-primary-dark\/100:focus-within{border-color:#69579e}.focus-within\:border-info\/0:focus-within{border-color:#7690ef00}.focus-within\:border-info\/5:focus-within{border-color:#7690ef0d}.focus-within\:border-info\/10:focus-within{border-color:#7690ef1a}.focus-within\:border-info\/20:focus-within{border-color:#7690ef33}.focus-within\:border-info\/25:focus-within{border-color:#7690ef40}.focus-within\:border-info\/30:focus-within{border-color:#7690ef4d}.focus-within\:border-info\/40:focus-within{border-color:#7690ef66}.focus-within\:border-info\/50:focus-within{border-color:#7690ef80}.focus-within\:border-info\/60:focus-within{border-color:#7690ef99}.focus-within\:border-info\/70:focus-within{border-color:#7690efb3}.focus-within\:border-info\/75:focus-within{border-color:#7690efbf}.focus-within\:border-info\/80:focus-within{border-color:#7690efcc}.focus-within\:border-info\/90:focus-within{border-color:#7690efe6}.focus-within\:border-info\/95:focus-within{border-color:#7690eff2}.focus-within\:border-info\/100:focus-within{border-color:#7690ef}.focus-within\:border-info-light\/0:focus-within{border-color:#f2f3fd00}.focus-within\:border-info-light\/5:focus-within{border-color:#f2f3fd0d}.focus-within\:border-info-light\/10:focus-within{border-color:#f2f3fd1a}.focus-within\:border-info-light\/20:focus-within{border-color:#f2f3fd33}.focus-within\:border-info-light\/25:focus-within{border-color:#f2f3fd40}.focus-within\:border-info-light\/30:focus-within{border-color:#f2f3fd4d}.focus-within\:border-info-light\/40:focus-within{border-color:#f2f3fd66}.focus-within\:border-info-light\/50:focus-within{border-color:#f2f3fd80}.focus-within\:border-info-light\/60:focus-within{border-color:#f2f3fd99}.focus-within\:border-info-light\/70:focus-within{border-color:#f2f3fdb3}.focus-within\:border-info-light\/75:focus-within{border-color:#f2f3fdbf}.focus-within\:border-info-light\/80:focus-within{border-color:#f2f3fdcc}.focus-within\:border-info-light\/90:focus-within{border-color:#f2f3fde6}.focus-within\:border-info-light\/95:focus-within{border-color:#f2f3fdf2}.focus-within\:border-info-light\/100:focus-within{border-color:#f2f3fd}.focus-within\:border-info-dark\/0:focus-within{border-color:#2158d200}.focus-within\:border-info-dark\/5:focus-within{border-color:#2158d20d}.focus-within\:border-info-dark\/10:focus-within{border-color:#2158d21a}.focus-within\:border-info-dark\/20:focus-within{border-color:#2158d233}.focus-within\:border-info-dark\/25:focus-within{border-color:#2158d240}.focus-within\:border-info-dark\/30:focus-within{border-color:#2158d24d}.focus-within\:border-info-dark\/40:focus-within{border-color:#2158d266}.focus-within\:border-info-dark\/50:focus-within{border-color:#2158d280}.focus-within\:border-info-dark\/60:focus-within{border-color:#2158d299}.focus-within\:border-info-dark\/70:focus-within{border-color:#2158d2b3}.focus-within\:border-info-dark\/75:focus-within{border-color:#2158d2bf}.focus-within\:border-info-dark\/80:focus-within{border-color:#2158d2cc}.focus-within\:border-info-dark\/90:focus-within{border-color:#2158d2e6}.focus-within\:border-info-dark\/95:focus-within{border-color:#2158d2f2}.focus-within\:border-info-dark\/100:focus-within{border-color:#2158d2}.focus-within\:border-success\/0:focus-within{border-color:#28a37600}.focus-within\:border-success\/5:focus-within{border-color:#28a3760d}.focus-within\:border-success\/10:focus-within{border-color:#28a3761a}.focus-within\:border-success\/20:focus-within{border-color:#28a37633}.focus-within\:border-success\/25:focus-within{border-color:#28a37640}.focus-within\:border-success\/30:focus-within{border-color:#28a3764d}.focus-within\:border-success\/40:focus-within{border-color:#28a37666}.focus-within\:border-success\/50:focus-within{border-color:#28a37680}.focus-within\:border-success\/60:focus-within{border-color:#28a37699}.focus-within\:border-success\/70:focus-within{border-color:#28a376b3}.focus-within\:border-success\/75:focus-within{border-color:#28a376bf}.focus-within\:border-success\/80:focus-within{border-color:#28a376cc}.focus-within\:border-success\/90:focus-within{border-color:#28a376e6}.focus-within\:border-success\/95:focus-within{border-color:#28a376f2}.focus-within\:border-success\/100:focus-within{border-color:#28a376}.focus-within\:border-success-light\/0:focus-within{border-color:#f2faf600}.focus-within\:border-success-light\/5:focus-within{border-color:#f2faf60d}.focus-within\:border-success-light\/10:focus-within{border-color:#f2faf61a}.focus-within\:border-success-light\/20:focus-within{border-color:#f2faf633}.focus-within\:border-success-light\/25:focus-within{border-color:#f2faf640}.focus-within\:border-success-light\/30:focus-within{border-color:#f2faf64d}.focus-within\:border-success-light\/40:focus-within{border-color:#f2faf666}.focus-within\:border-success-light\/50:focus-within{border-color:#f2faf680}.focus-within\:border-success-light\/60:focus-within{border-color:#f2faf699}.focus-within\:border-success-light\/70:focus-within{border-color:#f2faf6b3}.focus-within\:border-success-light\/75:focus-within{border-color:#f2faf6bf}.focus-within\:border-success-light\/80:focus-within{border-color:#f2faf6cc}.focus-within\:border-success-light\/90:focus-within{border-color:#f2faf6e6}.focus-within\:border-success-light\/95:focus-within{border-color:#f2faf6f2}.focus-within\:border-success-light\/100:focus-within{border-color:#f2faf6}.focus-within\:border-success-dark\/0:focus-within{border-color:#20856000}.focus-within\:border-success-dark\/5:focus-within{border-color:#2085600d}.focus-within\:border-success-dark\/10:focus-within{border-color:#2085601a}.focus-within\:border-success-dark\/20:focus-within{border-color:#20856033}.focus-within\:border-success-dark\/25:focus-within{border-color:#20856040}.focus-within\:border-success-dark\/30:focus-within{border-color:#2085604d}.focus-within\:border-success-dark\/40:focus-within{border-color:#20856066}.focus-within\:border-success-dark\/50:focus-within{border-color:#20856080}.focus-within\:border-success-dark\/60:focus-within{border-color:#20856099}.focus-within\:border-success-dark\/70:focus-within{border-color:#208560b3}.focus-within\:border-success-dark\/75:focus-within{border-color:#208560bf}.focus-within\:border-success-dark\/80:focus-within{border-color:#208560cc}.focus-within\:border-success-dark\/90:focus-within{border-color:#208560e6}.focus-within\:border-success-dark\/95:focus-within{border-color:#208560f2}.focus-within\:border-success-dark\/100:focus-within{border-color:#208560}.focus-within\:border-warning\/0:focus-within{border-color:#faac1e00}.focus-within\:border-warning\/5:focus-within{border-color:#faac1e0d}.focus-within\:border-warning\/10:focus-within{border-color:#faac1e1a}.focus-within\:border-warning\/20:focus-within{border-color:#faac1e33}.focus-within\:border-warning\/25:focus-within{border-color:#faac1e40}.focus-within\:border-warning\/30:focus-within{border-color:#faac1e4d}.focus-within\:border-warning\/40:focus-within{border-color:#faac1e66}.focus-within\:border-warning\/50:focus-within{border-color:#faac1e80}.focus-within\:border-warning\/60:focus-within{border-color:#faac1e99}.focus-within\:border-warning\/70:focus-within{border-color:#faac1eb3}.focus-within\:border-warning\/75:focus-within{border-color:#faac1ebf}.focus-within\:border-warning\/80:focus-within{border-color:#faac1ecc}.focus-within\:border-warning\/90:focus-within{border-color:#faac1ee6}.focus-within\:border-warning\/95:focus-within{border-color:#faac1ef2}.focus-within\:border-warning\/100:focus-within{border-color:#faac1e}.focus-within\:border-warning-light\/0:focus-within{border-color:#fef7f200}.focus-within\:border-warning-light\/5:focus-within{border-color:#fef7f20d}.focus-within\:border-warning-light\/10:focus-within{border-color:#fef7f21a}.focus-within\:border-warning-light\/20:focus-within{border-color:#fef7f233}.focus-within\:border-warning-light\/25:focus-within{border-color:#fef7f240}.focus-within\:border-warning-light\/30:focus-within{border-color:#fef7f24d}.focus-within\:border-warning-light\/40:focus-within{border-color:#fef7f266}.focus-within\:border-warning-light\/50:focus-within{border-color:#fef7f280}.focus-within\:border-warning-light\/60:focus-within{border-color:#fef7f299}.focus-within\:border-warning-light\/70:focus-within{border-color:#fef7f2b3}.focus-within\:border-warning-light\/75:focus-within{border-color:#fef7f2bf}.focus-within\:border-warning-light\/80:focus-within{border-color:#fef7f2cc}.focus-within\:border-warning-light\/90:focus-within{border-color:#fef7f2e6}.focus-within\:border-warning-light\/95:focus-within{border-color:#fef7f2f2}.focus-within\:border-warning-light\/100:focus-within{border-color:#fef7f2}.focus-within\:border-warning-dark\/0:focus-within{border-color:#9e6c1200}.focus-within\:border-warning-dark\/5:focus-within{border-color:#9e6c120d}.focus-within\:border-warning-dark\/10:focus-within{border-color:#9e6c121a}.focus-within\:border-warning-dark\/20:focus-within{border-color:#9e6c1233}.focus-within\:border-warning-dark\/25:focus-within{border-color:#9e6c1240}.focus-within\:border-warning-dark\/30:focus-within{border-color:#9e6c124d}.focus-within\:border-warning-dark\/40:focus-within{border-color:#9e6c1266}.focus-within\:border-warning-dark\/50:focus-within{border-color:#9e6c1280}.focus-within\:border-warning-dark\/60:focus-within{border-color:#9e6c1299}.focus-within\:border-warning-dark\/70:focus-within{border-color:#9e6c12b3}.focus-within\:border-warning-dark\/75:focus-within{border-color:#9e6c12bf}.focus-within\:border-warning-dark\/80:focus-within{border-color:#9e6c12cc}.focus-within\:border-warning-dark\/90:focus-within{border-color:#9e6c12e6}.focus-within\:border-warning-dark\/95:focus-within{border-color:#9e6c12f2}.focus-within\:border-warning-dark\/100:focus-within{border-color:#9e6c12}.focus-within\:border-error\/0:focus-within{border-color:#dc262600}.focus-within\:border-error\/5:focus-within{border-color:#dc26260d}.focus-within\:border-error\/10:focus-within{border-color:#dc26261a}.focus-within\:border-error\/20:focus-within{border-color:#dc262633}.focus-within\:border-error\/25:focus-within{border-color:#dc262640}.focus-within\:border-error\/30:focus-within{border-color:#dc26264d}.focus-within\:border-error\/40:focus-within{border-color:#dc262666}.focus-within\:border-error\/50:focus-within{border-color:#dc262680}.focus-within\:border-error\/60:focus-within{border-color:#dc262699}.focus-within\:border-error\/70:focus-within{border-color:#dc2626b3}.focus-within\:border-error\/75:focus-within{border-color:#dc2626bf}.focus-within\:border-error\/80:focus-within{border-color:#dc2626cc}.focus-within\:border-error\/90:focus-within{border-color:#dc2626e6}.focus-within\:border-error\/95:focus-within{border-color:#dc2626f2}.focus-within\:border-error\/100:focus-within{border-color:#dc2626}.focus-within\:border-error-light\/0:focus-within{border-color:#fbf2f200}.focus-within\:border-error-light\/5:focus-within{border-color:#fbf2f20d}.focus-within\:border-error-light\/10:focus-within{border-color:#fbf2f21a}.focus-within\:border-error-light\/20:focus-within{border-color:#fbf2f233}.focus-within\:border-error-light\/25:focus-within{border-color:#fbf2f240}.focus-within\:border-error-light\/30:focus-within{border-color:#fbf2f24d}.focus-within\:border-error-light\/40:focus-within{border-color:#fbf2f266}.focus-within\:border-error-light\/50:focus-within{border-color:#fbf2f280}.focus-within\:border-error-light\/60:focus-within{border-color:#fbf2f299}.focus-within\:border-error-light\/70:focus-within{border-color:#fbf2f2b3}.focus-within\:border-error-light\/75:focus-within{border-color:#fbf2f2bf}.focus-within\:border-error-light\/80:focus-within{border-color:#fbf2f2cc}.focus-within\:border-error-light\/90:focus-within{border-color:#fbf2f2e6}.focus-within\:border-error-light\/95:focus-within{border-color:#fbf2f2f2}.focus-within\:border-error-light\/100:focus-within{border-color:#fbf2f2}.focus-within\:border-error-dark\/0:focus-within{border-color:#c4212100}.focus-within\:border-error-dark\/5:focus-within{border-color:#c421210d}.focus-within\:border-error-dark\/10:focus-within{border-color:#c421211a}.focus-within\:border-error-dark\/20:focus-within{border-color:#c4212133}.focus-within\:border-error-dark\/25:focus-within{border-color:#c4212140}.focus-within\:border-error-dark\/30:focus-within{border-color:#c421214d}.focus-within\:border-error-dark\/40:focus-within{border-color:#c4212166}.focus-within\:border-error-dark\/50:focus-within{border-color:#c4212180}.focus-within\:border-error-dark\/60:focus-within{border-color:#c4212199}.focus-within\:border-error-dark\/70:focus-within{border-color:#c42121b3}.focus-within\:border-error-dark\/75:focus-within{border-color:#c42121bf}.focus-within\:border-error-dark\/80:focus-within{border-color:#c42121cc}.focus-within\:border-error-dark\/90:focus-within{border-color:#c42121e6}.focus-within\:border-error-dark\/95:focus-within{border-color:#c42121f2}.focus-within\:border-error-dark\/100:focus-within{border-color:#c42121}.focus-within\:border-grey\/0:focus-within{border-color:#47556900}.focus-within\:border-grey\/5:focus-within{border-color:#4755690d}.focus-within\:border-grey\/10:focus-within{border-color:#4755691a}.focus-within\:border-grey\/20:focus-within{border-color:#47556933}.focus-within\:border-grey\/25:focus-within{border-color:#47556940}.focus-within\:border-grey\/30:focus-within{border-color:#4755694d}.focus-within\:border-grey\/40:focus-within{border-color:#47556966}.focus-within\:border-grey\/50:focus-within{border-color:#47556980}.focus-within\:border-grey\/60:focus-within{border-color:#47556999}.focus-within\:border-grey\/70:focus-within{border-color:#475569b3}.focus-within\:border-grey\/75:focus-within{border-color:#475569bf}.focus-within\:border-grey\/80:focus-within{border-color:#475569cc}.focus-within\:border-grey\/90:focus-within{border-color:#475569e6}.focus-within\:border-grey\/95:focus-within{border-color:#475569f2}.focus-within\:border-grey\/100:focus-within{border-color:#475569}.focus-within\:border-grey-light\/0:focus-within{border-color:#f2f3f400}.focus-within\:border-grey-light\/5:focus-within{border-color:#f2f3f40d}.focus-within\:border-grey-light\/10:focus-within{border-color:#f2f3f41a}.focus-within\:border-grey-light\/20:focus-within{border-color:#f2f3f433}.focus-within\:border-grey-light\/25:focus-within{border-color:#f2f3f440}.focus-within\:border-grey-light\/30:focus-within{border-color:#f2f3f44d}.focus-within\:border-grey-light\/40:focus-within{border-color:#f2f3f466}.focus-within\:border-grey-light\/50:focus-within{border-color:#f2f3f480}.focus-within\:border-grey-light\/60:focus-within{border-color:#f2f3f499}.focus-within\:border-grey-light\/70:focus-within{border-color:#f2f3f4b3}.focus-within\:border-grey-light\/75:focus-within{border-color:#f2f3f4bf}.focus-within\:border-grey-light\/80:focus-within{border-color:#f2f3f4cc}.focus-within\:border-grey-light\/90:focus-within{border-color:#f2f3f4e6}.focus-within\:border-grey-light\/95:focus-within{border-color:#f2f3f4f2}.focus-within\:border-grey-light\/100:focus-within{border-color:#f2f3f4}.focus-within\:border-grey-dark\/0:focus-within{border-color:#2c354200}.focus-within\:border-grey-dark\/5:focus-within{border-color:#2c35420d}.focus-within\:border-grey-dark\/10:focus-within{border-color:#2c35421a}.focus-within\:border-grey-dark\/20:focus-within{border-color:#2c354233}.focus-within\:border-grey-dark\/25:focus-within{border-color:#2c354240}.focus-within\:border-grey-dark\/30:focus-within{border-color:#2c35424d}.focus-within\:border-grey-dark\/40:focus-within{border-color:#2c354266}.focus-within\:border-grey-dark\/50:focus-within{border-color:#2c354280}.focus-within\:border-grey-dark\/60:focus-within{border-color:#2c354299}.focus-within\:border-grey-dark\/70:focus-within{border-color:#2c3542b3}.focus-within\:border-grey-dark\/75:focus-within{border-color:#2c3542bf}.focus-within\:border-grey-dark\/80:focus-within{border-color:#2c3542cc}.focus-within\:border-grey-dark\/90:focus-within{border-color:#2c3542e6}.focus-within\:border-grey-dark\/95:focus-within{border-color:#2c3542f2}.focus-within\:border-grey-dark\/100:focus-within{border-color:#2c3542}.focus-within\:bg-red-50:focus-within{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}.focus-within\:bg-red-100:focus-within{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity))}.focus-within\:bg-red-200:focus-within{--tw-bg-opacity: 1;background-color:rgb(248 228 228 / var(--tw-bg-opacity))}.focus-within\:bg-red-300:focus-within{--tw-bg-opacity: 1;background-color:rgb(241 198 198 / var(--tw-bg-opacity))}.focus-within\:bg-red-400:focus-within{--tw-bg-opacity: 1;background-color:rgb(234 163 163 / var(--tw-bg-opacity))}.focus-within\:bg-red-500:focus-within{--tw-bg-opacity: 1;background-color:rgb(227 118 118 / var(--tw-bg-opacity))}.focus-within\:bg-red-600:focus-within{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.focus-within\:bg-red-700:focus-within{--tw-bg-opacity: 1;background-color:rgb(196 33 33 / var(--tw-bg-opacity))}.focus-within\:bg-red-800:focus-within{--tw-bg-opacity: 1;background-color:rgb(170 29 29 / var(--tw-bg-opacity))}.focus-within\:bg-red-900:focus-within{--tw-bg-opacity: 1;background-color:rgb(139 24 24 / var(--tw-bg-opacity))}.focus-within\:bg-orange-50:focus-within{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity))}.focus-within\:bg-orange-100:focus-within{--tw-bg-opacity: 1;background-color:rgb(252 243 241 / var(--tw-bg-opacity))}.focus-within\:bg-orange-200:focus-within{--tw-bg-opacity: 1;background-color:rgb(250 231 228 / var(--tw-bg-opacity))}.focus-within\:bg-orange-300:focus-within{--tw-bg-opacity: 1;background-color:rgb(246 205 197 / var(--tw-bg-opacity))}.focus-within\:bg-orange-400:focus-within{--tw-bg-opacity: 1;background-color:rgb(242 175 161 / var(--tw-bg-opacity))}.focus-within\:bg-orange-500:focus-within{--tw-bg-opacity: 1;background-color:rgb(238 138 114 / var(--tw-bg-opacity))}.focus-within\:bg-orange-600:focus-within{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity))}.focus-within\:bg-orange-700:focus-within{--tw-bg-opacity: 1;background-color:rgb(209 78 10 / var(--tw-bg-opacity))}.focus-within\:bg-orange-800:focus-within{--tw-bg-opacity: 1;background-color:rgb(181 68 9 / var(--tw-bg-opacity))}.focus-within\:bg-orange-900:focus-within{--tw-bg-opacity: 1;background-color:rgb(147 55 7 / var(--tw-bg-opacity))}.focus-within\:bg-yellow-50:focus-within{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}.focus-within\:bg-yellow-100:focus-within{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity))}.focus-within\:bg-yellow-200:focus-within{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity))}.focus-within\:bg-yellow-300:focus-within{--tw-bg-opacity: 1;background-color:rgb(252 211 77 / var(--tw-bg-opacity))}.focus-within\:bg-yellow-400:focus-within{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity))}.focus-within\:bg-yellow-500:focus-within{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.focus-within\:bg-yellow-600:focus-within{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity))}.focus-within\:bg-yellow-700:focus-within{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity))}.focus-within\:bg-yellow-800:focus-within{--tw-bg-opacity: 1;background-color:rgb(146 64 14 / var(--tw-bg-opacity))}.focus-within\:bg-yellow-900:focus-within{--tw-bg-opacity: 1;background-color:rgb(120 53 15 / var(--tw-bg-opacity))}.focus-within\:bg-green-50:focus-within{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity))}.focus-within\:bg-green-100:focus-within{--tw-bg-opacity: 1;background-color:rgb(242 250 246 / var(--tw-bg-opacity))}.focus-within\:bg-green-200:focus-within{--tw-bg-opacity: 1;background-color:rgb(229 246 238 / var(--tw-bg-opacity))}.focus-within\:bg-green-300:focus-within{--tw-bg-opacity: 1;background-color:rgb(200 238 219 / var(--tw-bg-opacity))}.focus-within\:bg-green-400:focus-within{--tw-bg-opacity: 1;background-color:rgb(166 229 200 / var(--tw-bg-opacity))}.focus-within\:bg-green-500:focus-within{--tw-bg-opacity: 1;background-color:rgb(123 220 178 / var(--tw-bg-opacity))}.focus-within\:bg-green-600:focus-within{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity))}.focus-within\:bg-green-700:focus-within{--tw-bg-opacity: 1;background-color:rgb(46 188 136 / var(--tw-bg-opacity))}.focus-within\:bg-green-800:focus-within{--tw-bg-opacity: 1;background-color:rgb(40 163 118 / var(--tw-bg-opacity))}.focus-within\:bg-green-900:focus-within{--tw-bg-opacity: 1;background-color:rgb(32 133 96 / var(--tw-bg-opacity))}.focus-within\:bg-emerald-50:focus-within{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity))}.focus-within\:bg-emerald-100:focus-within{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity))}.focus-within\:bg-emerald-200:focus-within{--tw-bg-opacity: 1;background-color:rgb(167 243 208 / var(--tw-bg-opacity))}.focus-within\:bg-emerald-300:focus-within{--tw-bg-opacity: 1;background-color:rgb(110 231 183 / var(--tw-bg-opacity))}.focus-within\:bg-emerald-400:focus-within{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity))}.focus-within\:bg-emerald-500:focus-within{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity))}.focus-within\:bg-emerald-600:focus-within{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity))}.focus-within\:bg-emerald-700:focus-within{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity))}.focus-within\:bg-emerald-800:focus-within{--tw-bg-opacity: 1;background-color:rgb(6 95 70 / var(--tw-bg-opacity))}.focus-within\:bg-emerald-900:focus-within{--tw-bg-opacity: 1;background-color:rgb(6 78 59 / var(--tw-bg-opacity))}.focus-within\:bg-teal-50:focus-within{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity))}.focus-within\:bg-teal-100:focus-within{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity))}.focus-within\:bg-teal-200:focus-within{--tw-bg-opacity: 1;background-color:rgb(153 246 228 / var(--tw-bg-opacity))}.focus-within\:bg-teal-300:focus-within{--tw-bg-opacity: 1;background-color:rgb(94 234 212 / var(--tw-bg-opacity))}.focus-within\:bg-teal-400:focus-within{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity))}.focus-within\:bg-teal-500:focus-within{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity))}.focus-within\:bg-teal-600:focus-within{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity))}.focus-within\:bg-teal-700:focus-within{--tw-bg-opacity: 1;background-color:rgb(15 118 110 / var(--tw-bg-opacity))}.focus-within\:bg-teal-800:focus-within{--tw-bg-opacity: 1;background-color:rgb(17 94 89 / var(--tw-bg-opacity))}.focus-within\:bg-teal-900:focus-within{--tw-bg-opacity: 1;background-color:rgb(19 78 74 / var(--tw-bg-opacity))}.focus-within\:bg-sky-50:focus-within{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity))}.focus-within\:bg-sky-100:focus-within{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity))}.focus-within\:bg-sky-200:focus-within{--tw-bg-opacity: 1;background-color:rgb(186 230 253 / var(--tw-bg-opacity))}.focus-within\:bg-sky-300:focus-within{--tw-bg-opacity: 1;background-color:rgb(125 211 252 / var(--tw-bg-opacity))}.focus-within\:bg-sky-400:focus-within{--tw-bg-opacity: 1;background-color:rgb(56 189 248 / var(--tw-bg-opacity))}.focus-within\:bg-sky-500:focus-within{--tw-bg-opacity: 1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}.focus-within\:bg-sky-600:focus-within{--tw-bg-opacity: 1;background-color:rgb(2 132 199 / var(--tw-bg-opacity))}.focus-within\:bg-sky-700:focus-within{--tw-bg-opacity: 1;background-color:rgb(3 105 161 / var(--tw-bg-opacity))}.focus-within\:bg-sky-800:focus-within{--tw-bg-opacity: 1;background-color:rgb(7 89 133 / var(--tw-bg-opacity))}.focus-within\:bg-sky-900:focus-within{--tw-bg-opacity: 1;background-color:rgb(12 74 110 / var(--tw-bg-opacity))}.focus-within\:bg-blue-50:focus-within{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.focus-within\:bg-blue-100:focus-within{--tw-bg-opacity: 1;background-color:rgb(242 243 253 / var(--tw-bg-opacity))}.focus-within\:bg-blue-200:focus-within{--tw-bg-opacity: 1;background-color:rgb(228 232 251 / var(--tw-bg-opacity))}.focus-within\:bg-blue-300:focus-within{--tw-bg-opacity: 1;background-color:rgb(198 207 247 / var(--tw-bg-opacity))}.focus-within\:bg-blue-400:focus-within{--tw-bg-opacity: 1;background-color:rgb(163 178 243 / var(--tw-bg-opacity))}.focus-within\:bg-blue-500:focus-within{--tw-bg-opacity: 1;background-color:rgb(118 144 239 / var(--tw-bg-opacity))}.focus-within\:bg-blue-600:focus-within{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.focus-within\:bg-blue-700:focus-within{--tw-bg-opacity: 1;background-color:rgb(33 88 210 / var(--tw-bg-opacity))}.focus-within\:bg-blue-800:focus-within{--tw-bg-opacity: 1;background-color:rgb(28 76 182 / var(--tw-bg-opacity))}.focus-within\:bg-blue-900:focus-within{--tw-bg-opacity: 1;background-color:rgb(23 62 148 / var(--tw-bg-opacity))}.focus-within\:bg-indigo-50:focus-within{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity))}.focus-within\:bg-indigo-100:focus-within{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity))}.focus-within\:bg-indigo-200:focus-within{--tw-bg-opacity: 1;background-color:rgb(199 210 254 / var(--tw-bg-opacity))}.focus-within\:bg-indigo-300:focus-within{--tw-bg-opacity: 1;background-color:rgb(165 180 252 / var(--tw-bg-opacity))}.focus-within\:bg-indigo-400:focus-within{--tw-bg-opacity: 1;background-color:rgb(129 140 248 / var(--tw-bg-opacity))}.focus-within\:bg-indigo-500:focus-within{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity))}.focus-within\:bg-indigo-600:focus-within{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity))}.focus-within\:bg-indigo-700:focus-within{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity))}.focus-within\:bg-indigo-800:focus-within{--tw-bg-opacity: 1;background-color:rgb(55 48 163 / var(--tw-bg-opacity))}.focus-within\:bg-indigo-900:focus-within{--tw-bg-opacity: 1;background-color:rgb(49 46 129 / var(--tw-bg-opacity))}.focus-within\:bg-violet-50:focus-within{--tw-bg-opacity: 1;background-color:rgb(245 243 255 / var(--tw-bg-opacity))}.focus-within\:bg-violet-100:focus-within{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity))}.focus-within\:bg-violet-200:focus-within{--tw-bg-opacity: 1;background-color:rgb(221 214 254 / var(--tw-bg-opacity))}.focus-within\:bg-violet-300:focus-within{--tw-bg-opacity: 1;background-color:rgb(196 181 253 / var(--tw-bg-opacity))}.focus-within\:bg-violet-400:focus-within{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity))}.focus-within\:bg-violet-500:focus-within{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity))}.focus-within\:bg-violet-600:focus-within{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity))}.focus-within\:bg-violet-700:focus-within{--tw-bg-opacity: 1;background-color:rgb(109 40 217 / var(--tw-bg-opacity))}.focus-within\:bg-violet-800:focus-within{--tw-bg-opacity: 1;background-color:rgb(91 33 182 / var(--tw-bg-opacity))}.focus-within\:bg-violet-900:focus-within{--tw-bg-opacity: 1;background-color:rgb(76 29 149 / var(--tw-bg-opacity))}.focus-within\:bg-fuchsia-50:focus-within{--tw-bg-opacity: 1;background-color:rgb(253 244 255 / var(--tw-bg-opacity))}.focus-within\:bg-fuchsia-100:focus-within{--tw-bg-opacity: 1;background-color:rgb(250 232 255 / var(--tw-bg-opacity))}.focus-within\:bg-fuchsia-200:focus-within{--tw-bg-opacity: 1;background-color:rgb(245 208 254 / var(--tw-bg-opacity))}.focus-within\:bg-fuchsia-300:focus-within{--tw-bg-opacity: 1;background-color:rgb(240 171 252 / var(--tw-bg-opacity))}.focus-within\:bg-fuchsia-400:focus-within{--tw-bg-opacity: 1;background-color:rgb(232 121 249 / var(--tw-bg-opacity))}.focus-within\:bg-fuchsia-500:focus-within{--tw-bg-opacity: 1;background-color:rgb(217 70 239 / var(--tw-bg-opacity))}.focus-within\:bg-fuchsia-600:focus-within{--tw-bg-opacity: 1;background-color:rgb(192 38 211 / var(--tw-bg-opacity))}.focus-within\:bg-fuchsia-700:focus-within{--tw-bg-opacity: 1;background-color:rgb(162 28 175 / var(--tw-bg-opacity))}.focus-within\:bg-fuchsia-800:focus-within{--tw-bg-opacity: 1;background-color:rgb(134 25 143 / var(--tw-bg-opacity))}.focus-within\:bg-fuchsia-900:focus-within{--tw-bg-opacity: 1;background-color:rgb(112 26 117 / var(--tw-bg-opacity))}.focus-within\:bg-pink-50:focus-within{--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity))}.focus-within\:bg-pink-100:focus-within{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity))}.focus-within\:bg-pink-200:focus-within{--tw-bg-opacity: 1;background-color:rgb(251 207 232 / var(--tw-bg-opacity))}.focus-within\:bg-pink-300:focus-within{--tw-bg-opacity: 1;background-color:rgb(249 168 212 / var(--tw-bg-opacity))}.focus-within\:bg-pink-400:focus-within{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity))}.focus-within\:bg-pink-500:focus-within{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity))}.focus-within\:bg-pink-600:focus-within{--tw-bg-opacity: 1;background-color:rgb(219 39 119 / var(--tw-bg-opacity))}.focus-within\:bg-pink-700:focus-within{--tw-bg-opacity: 1;background-color:rgb(190 24 93 / var(--tw-bg-opacity))}.focus-within\:bg-pink-800:focus-within{--tw-bg-opacity: 1;background-color:rgb(157 23 77 / var(--tw-bg-opacity))}.focus-within\:bg-pink-900:focus-within{--tw-bg-opacity: 1;background-color:rgb(131 24 67 / var(--tw-bg-opacity))}.focus-within\:bg-rose-50:focus-within{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity))}.focus-within\:bg-rose-100:focus-within{--tw-bg-opacity: 1;background-color:rgb(255 228 230 / var(--tw-bg-opacity))}.focus-within\:bg-rose-200:focus-within{--tw-bg-opacity: 1;background-color:rgb(254 205 211 / var(--tw-bg-opacity))}.focus-within\:bg-rose-300:focus-within{--tw-bg-opacity: 1;background-color:rgb(253 164 175 / var(--tw-bg-opacity))}.focus-within\:bg-rose-400:focus-within{--tw-bg-opacity: 1;background-color:rgb(251 113 133 / var(--tw-bg-opacity))}.focus-within\:bg-rose-500:focus-within{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity))}.focus-within\:bg-rose-600:focus-within{--tw-bg-opacity: 1;background-color:rgb(225 29 72 / var(--tw-bg-opacity))}.focus-within\:bg-rose-700:focus-within{--tw-bg-opacity: 1;background-color:rgb(190 18 60 / var(--tw-bg-opacity))}.focus-within\:bg-rose-800:focus-within{--tw-bg-opacity: 1;background-color:rgb(159 18 57 / var(--tw-bg-opacity))}.focus-within\:bg-rose-900:focus-within{--tw-bg-opacity: 1;background-color:rgb(136 19 55 / var(--tw-bg-opacity))}.focus-within\:bg-primary-100:focus-within{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity))}.focus-within\:bg-primary-200:focus-within{--tw-bg-opacity: 1;background-color:rgb(232 232 240 / var(--tw-bg-opacity))}.focus-within\:bg-primary-300:focus-within{--tw-bg-opacity: 1;background-color:rgb(208 208 225 / var(--tw-bg-opacity))}.focus-within\:bg-primary-400:focus-within{--tw-bg-opacity: 1;background-color:rgb(180 180 209 / var(--tw-bg-opacity))}.focus-within\:bg-primary-500:focus-within{--tw-bg-opacity: 1;background-color:rgb(147 147 191 / var(--tw-bg-opacity))}.focus-within\:bg-primary-600:focus-within{--tw-bg-opacity: 1;background-color:rgb(104 104 172 / var(--tw-bg-opacity))}.focus-within\:bg-primary-700:focus-within{--tw-bg-opacity: 1;background-color:rgb(93 93 153 / var(--tw-bg-opacity))}.focus-within\:bg-primary-800:focus-within{--tw-bg-opacity: 1;background-color:rgb(80 80 133 / var(--tw-bg-opacity))}.focus-within\:bg-primary-900:focus-within{--tw-bg-opacity: 1;background-color:rgb(65 65 108 / var(--tw-bg-opacity))}.focus-within\:bg-primary-1000:focus-within{--tw-bg-opacity: 1;background-color:rgb(46 46 76 / var(--tw-bg-opacity))}.focus-within\:bg-primary-highlight-100:focus-within{--tw-bg-opacity: 1;background-color:rgb(247 245 254 / var(--tw-bg-opacity))}.focus-within\:bg-primary-highlight-200:focus-within{--tw-bg-opacity: 1;background-color:rgb(239 236 254 / var(--tw-bg-opacity))}.focus-within\:bg-primary-highlight-300:focus-within{--tw-bg-opacity: 1;background-color:rgb(223 216 253 / var(--tw-bg-opacity))}.focus-within\:bg-primary-highlight-400:focus-within{--tw-bg-opacity: 1;background-color:rgb(206 193 252 / var(--tw-bg-opacity))}.focus-within\:bg-primary-highlight-500:focus-within{--tw-bg-opacity: 1;background-color:rgb(187 168 251 / var(--tw-bg-opacity))}.focus-within\:bg-primary-highlight-600:focus-within{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity))}.focus-within\:bg-primary-highlight-700:focus-within{--tw-bg-opacity: 1;background-color:rgb(149 124 223 / var(--tw-bg-opacity))}.focus-within\:bg-primary-highlight-800:focus-within{--tw-bg-opacity: 1;background-color:rgb(129 107 193 / var(--tw-bg-opacity))}.focus-within\:bg-primary-highlight-900:focus-within{--tw-bg-opacity: 1;background-color:rgb(105 87 158 / var(--tw-bg-opacity))}.focus-within\:bg-primary-highlight-1000:focus-within{--tw-bg-opacity: 1;background-color:rgb(74 62 111 / var(--tw-bg-opacity))}.focus-within\:bg-secondary-100:focus-within{--tw-bg-opacity: 1;background-color:rgb(254 247 242 / var(--tw-bg-opacity))}.focus-within\:bg-secondary-200:focus-within{--tw-bg-opacity: 1;background-color:rgb(254 240 228 / var(--tw-bg-opacity))}.focus-within\:bg-secondary-300:focus-within{--tw-bg-opacity: 1;background-color:rgb(253 225 198 / var(--tw-bg-opacity))}.focus-within\:bg-secondary-400:focus-within{--tw-bg-opacity: 1;background-color:rgb(252 209 162 / var(--tw-bg-opacity))}.focus-within\:bg-secondary-500:focus-within{--tw-bg-opacity: 1;background-color:rgb(251 191 117 / var(--tw-bg-opacity))}.focus-within\:bg-secondary-600:focus-within{--tw-bg-opacity: 1;background-color:rgb(250 172 30 / var(--tw-bg-opacity))}.focus-within\:bg-secondary-700:focus-within{--tw-bg-opacity: 1;background-color:rgb(223 153 26 / var(--tw-bg-opacity))}.focus-within\:bg-secondary-800:focus-within{--tw-bg-opacity: 1;background-color:rgb(193 133 23 / var(--tw-bg-opacity))}.focus-within\:bg-secondary-900:focus-within{--tw-bg-opacity: 1;background-color:rgb(158 108 18 / var(--tw-bg-opacity))}.focus-within\:bg-secondary-1000:focus-within{--tw-bg-opacity: 1;background-color:rgb(111 76 13 / var(--tw-bg-opacity))}.focus-within\:bg-grey-100:focus-within{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity))}.focus-within\:bg-grey-200:focus-within{--tw-bg-opacity: 1;background-color:rgb(230 231 232 / var(--tw-bg-opacity))}.focus-within\:bg-grey-300:focus-within{--tw-bg-opacity: 1;background-color:rgb(202 204 208 / var(--tw-bg-opacity))}.focus-within\:bg-grey-400:focus-within{--tw-bg-opacity: 1;background-color:rgb(170 174 180 / var(--tw-bg-opacity))}.focus-within\:bg-grey-500:focus-within{--tw-bg-opacity: 1;background-color:rgb(130 137 147 / var(--tw-bg-opacity))}.focus-within\:bg-grey-600:focus-within{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}.focus-within\:bg-grey-700:focus-within{--tw-bg-opacity: 1;background-color:rgb(63 76 93 / var(--tw-bg-opacity))}.focus-within\:bg-grey-800:focus-within{--tw-bg-opacity: 1;background-color:rgb(54 65 81 / var(--tw-bg-opacity))}.focus-within\:bg-grey-900:focus-within{--tw-bg-opacity: 1;background-color:rgb(44 53 66 / var(--tw-bg-opacity))}.focus-within\:bg-grey-1000:focus-within{--tw-bg-opacity: 1;background-color:rgb(31 38 46 / var(--tw-bg-opacity))}.focus-within\:bg-green-1000:focus-within{--tw-bg-opacity: 1;background-color:rgb(23 94 68 / var(--tw-bg-opacity))}.focus-within\:bg-blue-1000:focus-within{--tw-bg-opacity: 1;background-color:rgb(16 44 105 / var(--tw-bg-opacity))}.focus-within\:bg-orange-1000:focus-within{--tw-bg-opacity: 1;background-color:rgb(104 39 5 / var(--tw-bg-opacity))}.focus-within\:bg-red-1000:focus-within{--tw-bg-opacity: 1;background-color:rgb(98 16 16 / var(--tw-bg-opacity))}.focus-within\:bg-primary:focus-within{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity))}.focus-within\:bg-primary-light:focus-within{--tw-bg-opacity: 1;background-color:rgb(247 245 254 / var(--tw-bg-opacity))}.focus-within\:bg-primary-dark:focus-within{--tw-bg-opacity: 1;background-color:rgb(105 87 158 / var(--tw-bg-opacity))}.focus-within\:bg-info:focus-within{--tw-bg-opacity: 1;background-color:rgb(118 144 239 / var(--tw-bg-opacity))}.focus-within\:bg-info-light:focus-within{--tw-bg-opacity: 1;background-color:rgb(242 243 253 / var(--tw-bg-opacity))}.focus-within\:bg-info-dark:focus-within{--tw-bg-opacity: 1;background-color:rgb(33 88 210 / var(--tw-bg-opacity))}.focus-within\:bg-success:focus-within{--tw-bg-opacity: 1;background-color:rgb(40 163 118 / var(--tw-bg-opacity))}.focus-within\:bg-success-light:focus-within{--tw-bg-opacity: 1;background-color:rgb(242 250 246 / var(--tw-bg-opacity))}.focus-within\:bg-success-dark:focus-within{--tw-bg-opacity: 1;background-color:rgb(32 133 96 / var(--tw-bg-opacity))}.focus-within\:bg-warning:focus-within{--tw-bg-opacity: 1;background-color:rgb(250 172 30 / var(--tw-bg-opacity))}.focus-within\:bg-warning-light:focus-within{--tw-bg-opacity: 1;background-color:rgb(254 247 242 / var(--tw-bg-opacity))}.focus-within\:bg-warning-dark:focus-within{--tw-bg-opacity: 1;background-color:rgb(158 108 18 / var(--tw-bg-opacity))}.focus-within\:bg-error:focus-within{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.focus-within\:bg-error-light:focus-within{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity))}.focus-within\:bg-error-dark:focus-within{--tw-bg-opacity: 1;background-color:rgb(196 33 33 / var(--tw-bg-opacity))}.focus-within\:bg-grey:focus-within{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}.focus-within\:bg-grey-light:focus-within{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity))}.focus-within\:bg-grey-dark:focus-within{--tw-bg-opacity: 1;background-color:rgb(44 53 66 / var(--tw-bg-opacity))}.focus-within\:bg-red-50\/0:focus-within{background-color:#fef2f200}.focus-within\:bg-red-50\/5:focus-within{background-color:#fef2f20d}.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\/25:focus-within{background-color:#fef2f240}.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-50\/95:focus-within{background-color:#fef2f2f2}.focus-within\:bg-red-50\/100:focus-within{background-color:#fef2f2}.focus-within\:bg-red-100\/0:focus-within{background-color:#fbf2f200}.focus-within\:bg-red-100\/5:focus-within{background-color:#fbf2f20d}.focus-within\:bg-red-100\/10:focus-within{background-color:#fbf2f21a}.focus-within\:bg-red-100\/20:focus-within{background-color:#fbf2f233}.focus-within\:bg-red-100\/25:focus-within{background-color:#fbf2f240}.focus-within\:bg-red-100\/30:focus-within{background-color:#fbf2f24d}.focus-within\:bg-red-100\/40:focus-within{background-color:#fbf2f266}.focus-within\:bg-red-100\/50:focus-within{background-color:#fbf2f280}.focus-within\:bg-red-100\/60:focus-within{background-color:#fbf2f299}.focus-within\:bg-red-100\/70:focus-within{background-color:#fbf2f2b3}.focus-within\:bg-red-100\/75:focus-within{background-color:#fbf2f2bf}.focus-within\:bg-red-100\/80:focus-within{background-color:#fbf2f2cc}.focus-within\:bg-red-100\/90:focus-within{background-color:#fbf2f2e6}.focus-within\:bg-red-100\/95:focus-within{background-color:#fbf2f2f2}.focus-within\:bg-red-100\/100:focus-within{background-color:#fbf2f2}.focus-within\:bg-red-200\/0:focus-within{background-color:#f8e4e400}.focus-within\:bg-red-200\/5:focus-within{background-color:#f8e4e40d}.focus-within\:bg-red-200\/10:focus-within{background-color:#f8e4e41a}.focus-within\:bg-red-200\/20:focus-within{background-color:#f8e4e433}.focus-within\:bg-red-200\/25:focus-within{background-color:#f8e4e440}.focus-within\:bg-red-200\/30:focus-within{background-color:#f8e4e44d}.focus-within\:bg-red-200\/40:focus-within{background-color:#f8e4e466}.focus-within\:bg-red-200\/50:focus-within{background-color:#f8e4e480}.focus-within\:bg-red-200\/60:focus-within{background-color:#f8e4e499}.focus-within\:bg-red-200\/70:focus-within{background-color:#f8e4e4b3}.focus-within\:bg-red-200\/75:focus-within{background-color:#f8e4e4bf}.focus-within\:bg-red-200\/80:focus-within{background-color:#f8e4e4cc}.focus-within\:bg-red-200\/90:focus-within{background-color:#f8e4e4e6}.focus-within\:bg-red-200\/95:focus-within{background-color:#f8e4e4f2}.focus-within\:bg-red-200\/100:focus-within{background-color:#f8e4e4}.focus-within\:bg-red-300\/0:focus-within{background-color:#f1c6c600}.focus-within\:bg-red-300\/5:focus-within{background-color:#f1c6c60d}.focus-within\:bg-red-300\/10:focus-within{background-color:#f1c6c61a}.focus-within\:bg-red-300\/20:focus-within{background-color:#f1c6c633}.focus-within\:bg-red-300\/25:focus-within{background-color:#f1c6c640}.focus-within\:bg-red-300\/30:focus-within{background-color:#f1c6c64d}.focus-within\:bg-red-300\/40:focus-within{background-color:#f1c6c666}.focus-within\:bg-red-300\/50:focus-within{background-color:#f1c6c680}.focus-within\:bg-red-300\/60:focus-within{background-color:#f1c6c699}.focus-within\:bg-red-300\/70:focus-within{background-color:#f1c6c6b3}.focus-within\:bg-red-300\/75:focus-within{background-color:#f1c6c6bf}.focus-within\:bg-red-300\/80:focus-within{background-color:#f1c6c6cc}.focus-within\:bg-red-300\/90:focus-within{background-color:#f1c6c6e6}.focus-within\:bg-red-300\/95:focus-within{background-color:#f1c6c6f2}.focus-within\:bg-red-300\/100:focus-within{background-color:#f1c6c6}.focus-within\:bg-red-400\/0:focus-within{background-color:#eaa3a300}.focus-within\:bg-red-400\/5:focus-within{background-color:#eaa3a30d}.focus-within\:bg-red-400\/10:focus-within{background-color:#eaa3a31a}.focus-within\:bg-red-400\/20:focus-within{background-color:#eaa3a333}.focus-within\:bg-red-400\/25:focus-within{background-color:#eaa3a340}.focus-within\:bg-red-400\/30:focus-within{background-color:#eaa3a34d}.focus-within\:bg-red-400\/40:focus-within{background-color:#eaa3a366}.focus-within\:bg-red-400\/50:focus-within{background-color:#eaa3a380}.focus-within\:bg-red-400\/60:focus-within{background-color:#eaa3a399}.focus-within\:bg-red-400\/70:focus-within{background-color:#eaa3a3b3}.focus-within\:bg-red-400\/75:focus-within{background-color:#eaa3a3bf}.focus-within\:bg-red-400\/80:focus-within{background-color:#eaa3a3cc}.focus-within\:bg-red-400\/90:focus-within{background-color:#eaa3a3e6}.focus-within\:bg-red-400\/95:focus-within{background-color:#eaa3a3f2}.focus-within\:bg-red-400\/100:focus-within{background-color:#eaa3a3}.focus-within\:bg-red-500\/0:focus-within{background-color:#e3767600}.focus-within\:bg-red-500\/5:focus-within{background-color:#e376760d}.focus-within\:bg-red-500\/10:focus-within{background-color:#e376761a}.focus-within\:bg-red-500\/20:focus-within{background-color:#e3767633}.focus-within\:bg-red-500\/25:focus-within{background-color:#e3767640}.focus-within\:bg-red-500\/30:focus-within{background-color:#e376764d}.focus-within\:bg-red-500\/40:focus-within{background-color:#e3767666}.focus-within\:bg-red-500\/50:focus-within{background-color:#e3767680}.focus-within\:bg-red-500\/60:focus-within{background-color:#e3767699}.focus-within\:bg-red-500\/70:focus-within{background-color:#e37676b3}.focus-within\:bg-red-500\/75:focus-within{background-color:#e37676bf}.focus-within\:bg-red-500\/80:focus-within{background-color:#e37676cc}.focus-within\:bg-red-500\/90:focus-within{background-color:#e37676e6}.focus-within\:bg-red-500\/95:focus-within{background-color:#e37676f2}.focus-within\:bg-red-500\/100:focus-within{background-color:#e37676}.focus-within\:bg-red-600\/0:focus-within{background-color:#dc262600}.focus-within\:bg-red-600\/5:focus-within{background-color:#dc26260d}.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\/25:focus-within{background-color:#dc262640}.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-600\/95:focus-within{background-color:#dc2626f2}.focus-within\:bg-red-600\/100:focus-within{background-color:#dc2626}.focus-within\:bg-red-700\/0:focus-within{background-color:#c4212100}.focus-within\:bg-red-700\/5:focus-within{background-color:#c421210d}.focus-within\:bg-red-700\/10:focus-within{background-color:#c421211a}.focus-within\:bg-red-700\/20:focus-within{background-color:#c4212133}.focus-within\:bg-red-700\/25:focus-within{background-color:#c4212140}.focus-within\:bg-red-700\/30:focus-within{background-color:#c421214d}.focus-within\:bg-red-700\/40:focus-within{background-color:#c4212166}.focus-within\:bg-red-700\/50:focus-within{background-color:#c4212180}.focus-within\:bg-red-700\/60:focus-within{background-color:#c4212199}.focus-within\:bg-red-700\/70:focus-within{background-color:#c42121b3}.focus-within\:bg-red-700\/75:focus-within{background-color:#c42121bf}.focus-within\:bg-red-700\/80:focus-within{background-color:#c42121cc}.focus-within\:bg-red-700\/90:focus-within{background-color:#c42121e6}.focus-within\:bg-red-700\/95:focus-within{background-color:#c42121f2}.focus-within\:bg-red-700\/100:focus-within{background-color:#c42121}.focus-within\:bg-red-800\/0:focus-within{background-color:#aa1d1d00}.focus-within\:bg-red-800\/5:focus-within{background-color:#aa1d1d0d}.focus-within\:bg-red-800\/10:focus-within{background-color:#aa1d1d1a}.focus-within\:bg-red-800\/20:focus-within{background-color:#aa1d1d33}.focus-within\:bg-red-800\/25:focus-within{background-color:#aa1d1d40}.focus-within\:bg-red-800\/30:focus-within{background-color:#aa1d1d4d}.focus-within\:bg-red-800\/40:focus-within{background-color:#aa1d1d66}.focus-within\:bg-red-800\/50:focus-within{background-color:#aa1d1d80}.focus-within\:bg-red-800\/60:focus-within{background-color:#aa1d1d99}.focus-within\:bg-red-800\/70:focus-within{background-color:#aa1d1db3}.focus-within\:bg-red-800\/75:focus-within{background-color:#aa1d1dbf}.focus-within\:bg-red-800\/80:focus-within{background-color:#aa1d1dcc}.focus-within\:bg-red-800\/90:focus-within{background-color:#aa1d1de6}.focus-within\:bg-red-800\/95:focus-within{background-color:#aa1d1df2}.focus-within\:bg-red-800\/100:focus-within{background-color:#aa1d1d}.focus-within\:bg-red-900\/0:focus-within{background-color:#8b181800}.focus-within\:bg-red-900\/5:focus-within{background-color:#8b18180d}.focus-within\:bg-red-900\/10:focus-within{background-color:#8b18181a}.focus-within\:bg-red-900\/20:focus-within{background-color:#8b181833}.focus-within\:bg-red-900\/25:focus-within{background-color:#8b181840}.focus-within\:bg-red-900\/30:focus-within{background-color:#8b18184d}.focus-within\:bg-red-900\/40:focus-within{background-color:#8b181866}.focus-within\:bg-red-900\/50:focus-within{background-color:#8b181880}.focus-within\:bg-red-900\/60:focus-within{background-color:#8b181899}.focus-within\:bg-red-900\/70:focus-within{background-color:#8b1818b3}.focus-within\:bg-red-900\/75:focus-within{background-color:#8b1818bf}.focus-within\:bg-red-900\/80:focus-within{background-color:#8b1818cc}.focus-within\:bg-red-900\/90:focus-within{background-color:#8b1818e6}.focus-within\:bg-red-900\/95:focus-within{background-color:#8b1818f2}.focus-within\:bg-red-900\/100:focus-within{background-color:#8b1818}.focus-within\:bg-orange-50\/0:focus-within{background-color:#fff7ed00}.focus-within\:bg-orange-50\/5:focus-within{background-color:#fff7ed0d}.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\/25:focus-within{background-color:#fff7ed40}.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-50\/95:focus-within{background-color:#fff7edf2}.focus-within\:bg-orange-50\/100:focus-within{background-color:#fff7ed}.focus-within\:bg-orange-100\/0:focus-within{background-color:#fcf3f100}.focus-within\:bg-orange-100\/5:focus-within{background-color:#fcf3f10d}.focus-within\:bg-orange-100\/10:focus-within{background-color:#fcf3f11a}.focus-within\:bg-orange-100\/20:focus-within{background-color:#fcf3f133}.focus-within\:bg-orange-100\/25:focus-within{background-color:#fcf3f140}.focus-within\:bg-orange-100\/30:focus-within{background-color:#fcf3f14d}.focus-within\:bg-orange-100\/40:focus-within{background-color:#fcf3f166}.focus-within\:bg-orange-100\/50:focus-within{background-color:#fcf3f180}.focus-within\:bg-orange-100\/60:focus-within{background-color:#fcf3f199}.focus-within\:bg-orange-100\/70:focus-within{background-color:#fcf3f1b3}.focus-within\:bg-orange-100\/75:focus-within{background-color:#fcf3f1bf}.focus-within\:bg-orange-100\/80:focus-within{background-color:#fcf3f1cc}.focus-within\:bg-orange-100\/90:focus-within{background-color:#fcf3f1e6}.focus-within\:bg-orange-100\/95:focus-within{background-color:#fcf3f1f2}.focus-within\:bg-orange-100\/100:focus-within{background-color:#fcf3f1}.focus-within\:bg-orange-200\/0:focus-within{background-color:#fae7e400}.focus-within\:bg-orange-200\/5:focus-within{background-color:#fae7e40d}.focus-within\:bg-orange-200\/10:focus-within{background-color:#fae7e41a}.focus-within\:bg-orange-200\/20:focus-within{background-color:#fae7e433}.focus-within\:bg-orange-200\/25:focus-within{background-color:#fae7e440}.focus-within\:bg-orange-200\/30:focus-within{background-color:#fae7e44d}.focus-within\:bg-orange-200\/40:focus-within{background-color:#fae7e466}.focus-within\:bg-orange-200\/50:focus-within{background-color:#fae7e480}.focus-within\:bg-orange-200\/60:focus-within{background-color:#fae7e499}.focus-within\:bg-orange-200\/70:focus-within{background-color:#fae7e4b3}.focus-within\:bg-orange-200\/75:focus-within{background-color:#fae7e4bf}.focus-within\:bg-orange-200\/80:focus-within{background-color:#fae7e4cc}.focus-within\:bg-orange-200\/90:focus-within{background-color:#fae7e4e6}.focus-within\:bg-orange-200\/95:focus-within{background-color:#fae7e4f2}.focus-within\:bg-orange-200\/100:focus-within{background-color:#fae7e4}.focus-within\:bg-orange-300\/0:focus-within{background-color:#f6cdc500}.focus-within\:bg-orange-300\/5:focus-within{background-color:#f6cdc50d}.focus-within\:bg-orange-300\/10:focus-within{background-color:#f6cdc51a}.focus-within\:bg-orange-300\/20:focus-within{background-color:#f6cdc533}.focus-within\:bg-orange-300\/25:focus-within{background-color:#f6cdc540}.focus-within\:bg-orange-300\/30:focus-within{background-color:#f6cdc54d}.focus-within\:bg-orange-300\/40:focus-within{background-color:#f6cdc566}.focus-within\:bg-orange-300\/50:focus-within{background-color:#f6cdc580}.focus-within\:bg-orange-300\/60:focus-within{background-color:#f6cdc599}.focus-within\:bg-orange-300\/70:focus-within{background-color:#f6cdc5b3}.focus-within\:bg-orange-300\/75:focus-within{background-color:#f6cdc5bf}.focus-within\:bg-orange-300\/80:focus-within{background-color:#f6cdc5cc}.focus-within\:bg-orange-300\/90:focus-within{background-color:#f6cdc5e6}.focus-within\:bg-orange-300\/95:focus-within{background-color:#f6cdc5f2}.focus-within\:bg-orange-300\/100:focus-within{background-color:#f6cdc5}.focus-within\:bg-orange-400\/0:focus-within{background-color:#f2afa100}.focus-within\:bg-orange-400\/5:focus-within{background-color:#f2afa10d}.focus-within\:bg-orange-400\/10:focus-within{background-color:#f2afa11a}.focus-within\:bg-orange-400\/20:focus-within{background-color:#f2afa133}.focus-within\:bg-orange-400\/25:focus-within{background-color:#f2afa140}.focus-within\:bg-orange-400\/30:focus-within{background-color:#f2afa14d}.focus-within\:bg-orange-400\/40:focus-within{background-color:#f2afa166}.focus-within\:bg-orange-400\/50:focus-within{background-color:#f2afa180}.focus-within\:bg-orange-400\/60:focus-within{background-color:#f2afa199}.focus-within\:bg-orange-400\/70:focus-within{background-color:#f2afa1b3}.focus-within\:bg-orange-400\/75:focus-within{background-color:#f2afa1bf}.focus-within\:bg-orange-400\/80:focus-within{background-color:#f2afa1cc}.focus-within\:bg-orange-400\/90:focus-within{background-color:#f2afa1e6}.focus-within\:bg-orange-400\/95:focus-within{background-color:#f2afa1f2}.focus-within\:bg-orange-400\/100:focus-within{background-color:#f2afa1}.focus-within\:bg-orange-500\/0:focus-within{background-color:#ee8a7200}.focus-within\:bg-orange-500\/5:focus-within{background-color:#ee8a720d}.focus-within\:bg-orange-500\/10:focus-within{background-color:#ee8a721a}.focus-within\:bg-orange-500\/20:focus-within{background-color:#ee8a7233}.focus-within\:bg-orange-500\/25:focus-within{background-color:#ee8a7240}.focus-within\:bg-orange-500\/30:focus-within{background-color:#ee8a724d}.focus-within\:bg-orange-500\/40:focus-within{background-color:#ee8a7266}.focus-within\:bg-orange-500\/50:focus-within{background-color:#ee8a7280}.focus-within\:bg-orange-500\/60:focus-within{background-color:#ee8a7299}.focus-within\:bg-orange-500\/70:focus-within{background-color:#ee8a72b3}.focus-within\:bg-orange-500\/75:focus-within{background-color:#ee8a72bf}.focus-within\:bg-orange-500\/80:focus-within{background-color:#ee8a72cc}.focus-within\:bg-orange-500\/90:focus-within{background-color:#ee8a72e6}.focus-within\:bg-orange-500\/95:focus-within{background-color:#ee8a72f2}.focus-within\:bg-orange-500\/100:focus-within{background-color:#ee8a72}.focus-within\:bg-orange-600\/0:focus-within{background-color:#ea580c00}.focus-within\:bg-orange-600\/5:focus-within{background-color:#ea580c0d}.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\/25:focus-within{background-color:#ea580c40}.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-600\/95:focus-within{background-color:#ea580cf2}.focus-within\:bg-orange-600\/100:focus-within{background-color:#ea580c}.focus-within\:bg-orange-700\/0:focus-within{background-color:#d14e0a00}.focus-within\:bg-orange-700\/5:focus-within{background-color:#d14e0a0d}.focus-within\:bg-orange-700\/10:focus-within{background-color:#d14e0a1a}.focus-within\:bg-orange-700\/20:focus-within{background-color:#d14e0a33}.focus-within\:bg-orange-700\/25:focus-within{background-color:#d14e0a40}.focus-within\:bg-orange-700\/30:focus-within{background-color:#d14e0a4d}.focus-within\:bg-orange-700\/40:focus-within{background-color:#d14e0a66}.focus-within\:bg-orange-700\/50:focus-within{background-color:#d14e0a80}.focus-within\:bg-orange-700\/60:focus-within{background-color:#d14e0a99}.focus-within\:bg-orange-700\/70:focus-within{background-color:#d14e0ab3}.focus-within\:bg-orange-700\/75:focus-within{background-color:#d14e0abf}.focus-within\:bg-orange-700\/80:focus-within{background-color:#d14e0acc}.focus-within\:bg-orange-700\/90:focus-within{background-color:#d14e0ae6}.focus-within\:bg-orange-700\/95:focus-within{background-color:#d14e0af2}.focus-within\:bg-orange-700\/100:focus-within{background-color:#d14e0a}.focus-within\:bg-orange-800\/0:focus-within{background-color:#b5440900}.focus-within\:bg-orange-800\/5:focus-within{background-color:#b544090d}.focus-within\:bg-orange-800\/10:focus-within{background-color:#b544091a}.focus-within\:bg-orange-800\/20:focus-within{background-color:#b5440933}.focus-within\:bg-orange-800\/25:focus-within{background-color:#b5440940}.focus-within\:bg-orange-800\/30:focus-within{background-color:#b544094d}.focus-within\:bg-orange-800\/40:focus-within{background-color:#b5440966}.focus-within\:bg-orange-800\/50:focus-within{background-color:#b5440980}.focus-within\:bg-orange-800\/60:focus-within{background-color:#b5440999}.focus-within\:bg-orange-800\/70:focus-within{background-color:#b54409b3}.focus-within\:bg-orange-800\/75:focus-within{background-color:#b54409bf}.focus-within\:bg-orange-800\/80:focus-within{background-color:#b54409cc}.focus-within\:bg-orange-800\/90:focus-within{background-color:#b54409e6}.focus-within\:bg-orange-800\/95:focus-within{background-color:#b54409f2}.focus-within\:bg-orange-800\/100:focus-within{background-color:#b54409}.focus-within\:bg-orange-900\/0:focus-within{background-color:#93370700}.focus-within\:bg-orange-900\/5:focus-within{background-color:#9337070d}.focus-within\:bg-orange-900\/10:focus-within{background-color:#9337071a}.focus-within\:bg-orange-900\/20:focus-within{background-color:#93370733}.focus-within\:bg-orange-900\/25:focus-within{background-color:#93370740}.focus-within\:bg-orange-900\/30:focus-within{background-color:#9337074d}.focus-within\:bg-orange-900\/40:focus-within{background-color:#93370766}.focus-within\:bg-orange-900\/50:focus-within{background-color:#93370780}.focus-within\:bg-orange-900\/60:focus-within{background-color:#93370799}.focus-within\:bg-orange-900\/70:focus-within{background-color:#933707b3}.focus-within\:bg-orange-900\/75:focus-within{background-color:#933707bf}.focus-within\:bg-orange-900\/80:focus-within{background-color:#933707cc}.focus-within\:bg-orange-900\/90:focus-within{background-color:#933707e6}.focus-within\:bg-orange-900\/95:focus-within{background-color:#933707f2}.focus-within\:bg-orange-900\/100:focus-within{background-color:#933707}.focus-within\:bg-yellow-50\/0:focus-within{background-color:#fefce800}.focus-within\:bg-yellow-50\/5:focus-within{background-color:#fefce80d}.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\/25:focus-within{background-color:#fefce840}.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-50\/95:focus-within{background-color:#fefce8f2}.focus-within\:bg-yellow-50\/100:focus-within{background-color:#fefce8}.focus-within\:bg-yellow-100\/0:focus-within{background-color:#fef3c700}.focus-within\:bg-yellow-100\/5:focus-within{background-color:#fef3c70d}.focus-within\:bg-yellow-100\/10:focus-within{background-color:#fef3c71a}.focus-within\:bg-yellow-100\/20:focus-within{background-color:#fef3c733}.focus-within\:bg-yellow-100\/25:focus-within{background-color:#fef3c740}.focus-within\:bg-yellow-100\/30:focus-within{background-color:#fef3c74d}.focus-within\:bg-yellow-100\/40:focus-within{background-color:#fef3c766}.focus-within\:bg-yellow-100\/50:focus-within{background-color:#fef3c780}.focus-within\:bg-yellow-100\/60:focus-within{background-color:#fef3c799}.focus-within\:bg-yellow-100\/70:focus-within{background-color:#fef3c7b3}.focus-within\:bg-yellow-100\/75:focus-within{background-color:#fef3c7bf}.focus-within\:bg-yellow-100\/80:focus-within{background-color:#fef3c7cc}.focus-within\:bg-yellow-100\/90:focus-within{background-color:#fef3c7e6}.focus-within\:bg-yellow-100\/95:focus-within{background-color:#fef3c7f2}.focus-within\:bg-yellow-100\/100:focus-within{background-color:#fef3c7}.focus-within\:bg-yellow-200\/0:focus-within{background-color:#fde68a00}.focus-within\:bg-yellow-200\/5:focus-within{background-color:#fde68a0d}.focus-within\:bg-yellow-200\/10:focus-within{background-color:#fde68a1a}.focus-within\:bg-yellow-200\/20:focus-within{background-color:#fde68a33}.focus-within\:bg-yellow-200\/25:focus-within{background-color:#fde68a40}.focus-within\:bg-yellow-200\/30:focus-within{background-color:#fde68a4d}.focus-within\:bg-yellow-200\/40:focus-within{background-color:#fde68a66}.focus-within\:bg-yellow-200\/50:focus-within{background-color:#fde68a80}.focus-within\:bg-yellow-200\/60:focus-within{background-color:#fde68a99}.focus-within\:bg-yellow-200\/70:focus-within{background-color:#fde68ab3}.focus-within\:bg-yellow-200\/75:focus-within{background-color:#fde68abf}.focus-within\:bg-yellow-200\/80:focus-within{background-color:#fde68acc}.focus-within\:bg-yellow-200\/90:focus-within{background-color:#fde68ae6}.focus-within\:bg-yellow-200\/95:focus-within{background-color:#fde68af2}.focus-within\:bg-yellow-200\/100:focus-within{background-color:#fde68a}.focus-within\:bg-yellow-300\/0:focus-within{background-color:#fcd34d00}.focus-within\:bg-yellow-300\/5:focus-within{background-color:#fcd34d0d}.focus-within\:bg-yellow-300\/10:focus-within{background-color:#fcd34d1a}.focus-within\:bg-yellow-300\/20:focus-within{background-color:#fcd34d33}.focus-within\:bg-yellow-300\/25:focus-within{background-color:#fcd34d40}.focus-within\:bg-yellow-300\/30:focus-within{background-color:#fcd34d4d}.focus-within\:bg-yellow-300\/40:focus-within{background-color:#fcd34d66}.focus-within\:bg-yellow-300\/50:focus-within{background-color:#fcd34d80}.focus-within\:bg-yellow-300\/60:focus-within{background-color:#fcd34d99}.focus-within\:bg-yellow-300\/70:focus-within{background-color:#fcd34db3}.focus-within\:bg-yellow-300\/75:focus-within{background-color:#fcd34dbf}.focus-within\:bg-yellow-300\/80:focus-within{background-color:#fcd34dcc}.focus-within\:bg-yellow-300\/90:focus-within{background-color:#fcd34de6}.focus-within\:bg-yellow-300\/95:focus-within{background-color:#fcd34df2}.focus-within\:bg-yellow-300\/100:focus-within{background-color:#fcd34d}.focus-within\:bg-yellow-400\/0:focus-within{background-color:#fbbf2400}.focus-within\:bg-yellow-400\/5:focus-within{background-color:#fbbf240d}.focus-within\:bg-yellow-400\/10:focus-within{background-color:#fbbf241a}.focus-within\:bg-yellow-400\/20:focus-within{background-color:#fbbf2433}.focus-within\:bg-yellow-400\/25:focus-within{background-color:#fbbf2440}.focus-within\:bg-yellow-400\/30:focus-within{background-color:#fbbf244d}.focus-within\:bg-yellow-400\/40:focus-within{background-color:#fbbf2466}.focus-within\:bg-yellow-400\/50:focus-within{background-color:#fbbf2480}.focus-within\:bg-yellow-400\/60:focus-within{background-color:#fbbf2499}.focus-within\:bg-yellow-400\/70:focus-within{background-color:#fbbf24b3}.focus-within\:bg-yellow-400\/75:focus-within{background-color:#fbbf24bf}.focus-within\:bg-yellow-400\/80:focus-within{background-color:#fbbf24cc}.focus-within\:bg-yellow-400\/90:focus-within{background-color:#fbbf24e6}.focus-within\:bg-yellow-400\/95:focus-within{background-color:#fbbf24f2}.focus-within\:bg-yellow-400\/100:focus-within{background-color:#fbbf24}.focus-within\:bg-yellow-500\/0:focus-within{background-color:#eab30800}.focus-within\:bg-yellow-500\/5:focus-within{background-color:#eab3080d}.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\/25:focus-within{background-color:#eab30840}.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-500\/95:focus-within{background-color:#eab308f2}.focus-within\:bg-yellow-500\/100:focus-within{background-color:#eab308}.focus-within\:bg-yellow-600\/0:focus-within{background-color:#d9770600}.focus-within\:bg-yellow-600\/5:focus-within{background-color:#d977060d}.focus-within\:bg-yellow-600\/10:focus-within{background-color:#d977061a}.focus-within\:bg-yellow-600\/20:focus-within{background-color:#d9770633}.focus-within\:bg-yellow-600\/25:focus-within{background-color:#d9770640}.focus-within\:bg-yellow-600\/30:focus-within{background-color:#d977064d}.focus-within\:bg-yellow-600\/40:focus-within{background-color:#d9770666}.focus-within\:bg-yellow-600\/50:focus-within{background-color:#d9770680}.focus-within\:bg-yellow-600\/60:focus-within{background-color:#d9770699}.focus-within\:bg-yellow-600\/70:focus-within{background-color:#d97706b3}.focus-within\:bg-yellow-600\/75:focus-within{background-color:#d97706bf}.focus-within\:bg-yellow-600\/80:focus-within{background-color:#d97706cc}.focus-within\:bg-yellow-600\/90:focus-within{background-color:#d97706e6}.focus-within\:bg-yellow-600\/95:focus-within{background-color:#d97706f2}.focus-within\:bg-yellow-600\/100:focus-within{background-color:#d97706}.focus-within\:bg-yellow-700\/0:focus-within{background-color:#b4530900}.focus-within\:bg-yellow-700\/5:focus-within{background-color:#b453090d}.focus-within\:bg-yellow-700\/10:focus-within{background-color:#b453091a}.focus-within\:bg-yellow-700\/20:focus-within{background-color:#b4530933}.focus-within\:bg-yellow-700\/25:focus-within{background-color:#b4530940}.focus-within\:bg-yellow-700\/30:focus-within{background-color:#b453094d}.focus-within\:bg-yellow-700\/40:focus-within{background-color:#b4530966}.focus-within\:bg-yellow-700\/50:focus-within{background-color:#b4530980}.focus-within\:bg-yellow-700\/60:focus-within{background-color:#b4530999}.focus-within\:bg-yellow-700\/70:focus-within{background-color:#b45309b3}.focus-within\:bg-yellow-700\/75:focus-within{background-color:#b45309bf}.focus-within\:bg-yellow-700\/80:focus-within{background-color:#b45309cc}.focus-within\:bg-yellow-700\/90:focus-within{background-color:#b45309e6}.focus-within\:bg-yellow-700\/95:focus-within{background-color:#b45309f2}.focus-within\:bg-yellow-700\/100:focus-within{background-color:#b45309}.focus-within\:bg-yellow-800\/0:focus-within{background-color:#92400e00}.focus-within\:bg-yellow-800\/5:focus-within{background-color:#92400e0d}.focus-within\:bg-yellow-800\/10:focus-within{background-color:#92400e1a}.focus-within\:bg-yellow-800\/20:focus-within{background-color:#92400e33}.focus-within\:bg-yellow-800\/25:focus-within{background-color:#92400e40}.focus-within\:bg-yellow-800\/30:focus-within{background-color:#92400e4d}.focus-within\:bg-yellow-800\/40:focus-within{background-color:#92400e66}.focus-within\:bg-yellow-800\/50:focus-within{background-color:#92400e80}.focus-within\:bg-yellow-800\/60:focus-within{background-color:#92400e99}.focus-within\:bg-yellow-800\/70:focus-within{background-color:#92400eb3}.focus-within\:bg-yellow-800\/75:focus-within{background-color:#92400ebf}.focus-within\:bg-yellow-800\/80:focus-within{background-color:#92400ecc}.focus-within\:bg-yellow-800\/90:focus-within{background-color:#92400ee6}.focus-within\:bg-yellow-800\/95:focus-within{background-color:#92400ef2}.focus-within\:bg-yellow-800\/100:focus-within{background-color:#92400e}.focus-within\:bg-yellow-900\/0:focus-within{background-color:#78350f00}.focus-within\:bg-yellow-900\/5:focus-within{background-color:#78350f0d}.focus-within\:bg-yellow-900\/10:focus-within{background-color:#78350f1a}.focus-within\:bg-yellow-900\/20:focus-within{background-color:#78350f33}.focus-within\:bg-yellow-900\/25:focus-within{background-color:#78350f40}.focus-within\:bg-yellow-900\/30:focus-within{background-color:#78350f4d}.focus-within\:bg-yellow-900\/40:focus-within{background-color:#78350f66}.focus-within\:bg-yellow-900\/50:focus-within{background-color:#78350f80}.focus-within\:bg-yellow-900\/60:focus-within{background-color:#78350f99}.focus-within\:bg-yellow-900\/70:focus-within{background-color:#78350fb3}.focus-within\:bg-yellow-900\/75:focus-within{background-color:#78350fbf}.focus-within\:bg-yellow-900\/80:focus-within{background-color:#78350fcc}.focus-within\:bg-yellow-900\/90:focus-within{background-color:#78350fe6}.focus-within\:bg-yellow-900\/95:focus-within{background-color:#78350ff2}.focus-within\:bg-yellow-900\/100:focus-within{background-color:#78350f}.focus-within\:bg-green-50\/0:focus-within{background-color:#f0fdf400}.focus-within\:bg-green-50\/5:focus-within{background-color:#f0fdf40d}.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\/25:focus-within{background-color:#f0fdf440}.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-50\/95:focus-within{background-color:#f0fdf4f2}.focus-within\:bg-green-50\/100:focus-within{background-color:#f0fdf4}.focus-within\:bg-green-100\/0:focus-within{background-color:#f2faf600}.focus-within\:bg-green-100\/5:focus-within{background-color:#f2faf60d}.focus-within\:bg-green-100\/10:focus-within{background-color:#f2faf61a}.focus-within\:bg-green-100\/20:focus-within{background-color:#f2faf633}.focus-within\:bg-green-100\/25:focus-within{background-color:#f2faf640}.focus-within\:bg-green-100\/30:focus-within{background-color:#f2faf64d}.focus-within\:bg-green-100\/40:focus-within{background-color:#f2faf666}.focus-within\:bg-green-100\/50:focus-within{background-color:#f2faf680}.focus-within\:bg-green-100\/60:focus-within{background-color:#f2faf699}.focus-within\:bg-green-100\/70:focus-within{background-color:#f2faf6b3}.focus-within\:bg-green-100\/75:focus-within{background-color:#f2faf6bf}.focus-within\:bg-green-100\/80:focus-within{background-color:#f2faf6cc}.focus-within\:bg-green-100\/90:focus-within{background-color:#f2faf6e6}.focus-within\:bg-green-100\/95:focus-within{background-color:#f2faf6f2}.focus-within\:bg-green-100\/100:focus-within{background-color:#f2faf6}.focus-within\:bg-green-200\/0:focus-within{background-color:#e5f6ee00}.focus-within\:bg-green-200\/5:focus-within{background-color:#e5f6ee0d}.focus-within\:bg-green-200\/10:focus-within{background-color:#e5f6ee1a}.focus-within\:bg-green-200\/20:focus-within{background-color:#e5f6ee33}.focus-within\:bg-green-200\/25:focus-within{background-color:#e5f6ee40}.focus-within\:bg-green-200\/30:focus-within{background-color:#e5f6ee4d}.focus-within\:bg-green-200\/40:focus-within{background-color:#e5f6ee66}.focus-within\:bg-green-200\/50:focus-within{background-color:#e5f6ee80}.focus-within\:bg-green-200\/60:focus-within{background-color:#e5f6ee99}.focus-within\:bg-green-200\/70:focus-within{background-color:#e5f6eeb3}.focus-within\:bg-green-200\/75:focus-within{background-color:#e5f6eebf}.focus-within\:bg-green-200\/80:focus-within{background-color:#e5f6eecc}.focus-within\:bg-green-200\/90:focus-within{background-color:#e5f6eee6}.focus-within\:bg-green-200\/95:focus-within{background-color:#e5f6eef2}.focus-within\:bg-green-200\/100:focus-within{background-color:#e5f6ee}.focus-within\:bg-green-300\/0:focus-within{background-color:#c8eedb00}.focus-within\:bg-green-300\/5:focus-within{background-color:#c8eedb0d}.focus-within\:bg-green-300\/10:focus-within{background-color:#c8eedb1a}.focus-within\:bg-green-300\/20:focus-within{background-color:#c8eedb33}.focus-within\:bg-green-300\/25:focus-within{background-color:#c8eedb40}.focus-within\:bg-green-300\/30:focus-within{background-color:#c8eedb4d}.focus-within\:bg-green-300\/40:focus-within{background-color:#c8eedb66}.focus-within\:bg-green-300\/50:focus-within{background-color:#c8eedb80}.focus-within\:bg-green-300\/60:focus-within{background-color:#c8eedb99}.focus-within\:bg-green-300\/70:focus-within{background-color:#c8eedbb3}.focus-within\:bg-green-300\/75:focus-within{background-color:#c8eedbbf}.focus-within\:bg-green-300\/80:focus-within{background-color:#c8eedbcc}.focus-within\:bg-green-300\/90:focus-within{background-color:#c8eedbe6}.focus-within\:bg-green-300\/95:focus-within{background-color:#c8eedbf2}.focus-within\:bg-green-300\/100:focus-within{background-color:#c8eedb}.focus-within\:bg-green-400\/0:focus-within{background-color:#a6e5c800}.focus-within\:bg-green-400\/5:focus-within{background-color:#a6e5c80d}.focus-within\:bg-green-400\/10:focus-within{background-color:#a6e5c81a}.focus-within\:bg-green-400\/20:focus-within{background-color:#a6e5c833}.focus-within\:bg-green-400\/25:focus-within{background-color:#a6e5c840}.focus-within\:bg-green-400\/30:focus-within{background-color:#a6e5c84d}.focus-within\:bg-green-400\/40:focus-within{background-color:#a6e5c866}.focus-within\:bg-green-400\/50:focus-within{background-color:#a6e5c880}.focus-within\:bg-green-400\/60:focus-within{background-color:#a6e5c899}.focus-within\:bg-green-400\/70:focus-within{background-color:#a6e5c8b3}.focus-within\:bg-green-400\/75:focus-within{background-color:#a6e5c8bf}.focus-within\:bg-green-400\/80:focus-within{background-color:#a6e5c8cc}.focus-within\:bg-green-400\/90:focus-within{background-color:#a6e5c8e6}.focus-within\:bg-green-400\/95:focus-within{background-color:#a6e5c8f2}.focus-within\:bg-green-400\/100:focus-within{background-color:#a6e5c8}.focus-within\:bg-green-500\/0:focus-within{background-color:#7bdcb200}.focus-within\:bg-green-500\/5:focus-within{background-color:#7bdcb20d}.focus-within\:bg-green-500\/10:focus-within{background-color:#7bdcb21a}.focus-within\:bg-green-500\/20:focus-within{background-color:#7bdcb233}.focus-within\:bg-green-500\/25:focus-within{background-color:#7bdcb240}.focus-within\:bg-green-500\/30:focus-within{background-color:#7bdcb24d}.focus-within\:bg-green-500\/40:focus-within{background-color:#7bdcb266}.focus-within\:bg-green-500\/50:focus-within{background-color:#7bdcb280}.focus-within\:bg-green-500\/60:focus-within{background-color:#7bdcb299}.focus-within\:bg-green-500\/70:focus-within{background-color:#7bdcb2b3}.focus-within\:bg-green-500\/75:focus-within{background-color:#7bdcb2bf}.focus-within\:bg-green-500\/80:focus-within{background-color:#7bdcb2cc}.focus-within\:bg-green-500\/90:focus-within{background-color:#7bdcb2e6}.focus-within\:bg-green-500\/95:focus-within{background-color:#7bdcb2f2}.focus-within\:bg-green-500\/100:focus-within{background-color:#7bdcb2}.focus-within\:bg-green-600\/0:focus-within{background-color:#34d39900}.focus-within\:bg-green-600\/5:focus-within{background-color:#34d3990d}.focus-within\:bg-green-600\/10:focus-within{background-color:#34d3991a}.focus-within\:bg-green-600\/20:focus-within{background-color:#34d39933}.focus-within\:bg-green-600\/25:focus-within{background-color:#34d39940}.focus-within\:bg-green-600\/30:focus-within{background-color:#34d3994d}.focus-within\:bg-green-600\/40:focus-within{background-color:#34d39966}.focus-within\:bg-green-600\/50:focus-within{background-color:#34d39980}.focus-within\:bg-green-600\/60:focus-within{background-color:#34d39999}.focus-within\:bg-green-600\/70:focus-within{background-color:#34d399b3}.focus-within\:bg-green-600\/75:focus-within{background-color:#34d399bf}.focus-within\:bg-green-600\/80:focus-within{background-color:#34d399cc}.focus-within\:bg-green-600\/90:focus-within{background-color:#34d399e6}.focus-within\:bg-green-600\/95:focus-within{background-color:#34d399f2}.focus-within\:bg-green-600\/100:focus-within{background-color:#34d399}.focus-within\:bg-green-700\/0:focus-within{background-color:#2ebc8800}.focus-within\:bg-green-700\/5:focus-within{background-color:#2ebc880d}.focus-within\:bg-green-700\/10:focus-within{background-color:#2ebc881a}.focus-within\:bg-green-700\/20:focus-within{background-color:#2ebc8833}.focus-within\:bg-green-700\/25:focus-within{background-color:#2ebc8840}.focus-within\:bg-green-700\/30:focus-within{background-color:#2ebc884d}.focus-within\:bg-green-700\/40:focus-within{background-color:#2ebc8866}.focus-within\:bg-green-700\/50:focus-within{background-color:#2ebc8880}.focus-within\:bg-green-700\/60:focus-within{background-color:#2ebc8899}.focus-within\:bg-green-700\/70:focus-within{background-color:#2ebc88b3}.focus-within\:bg-green-700\/75:focus-within{background-color:#2ebc88bf}.focus-within\:bg-green-700\/80:focus-within{background-color:#2ebc88cc}.focus-within\:bg-green-700\/90:focus-within{background-color:#2ebc88e6}.focus-within\:bg-green-700\/95:focus-within{background-color:#2ebc88f2}.focus-within\:bg-green-700\/100:focus-within{background-color:#2ebc88}.focus-within\:bg-green-800\/0:focus-within{background-color:#28a37600}.focus-within\:bg-green-800\/5:focus-within{background-color:#28a3760d}.focus-within\:bg-green-800\/10:focus-within{background-color:#28a3761a}.focus-within\:bg-green-800\/20:focus-within{background-color:#28a37633}.focus-within\:bg-green-800\/25:focus-within{background-color:#28a37640}.focus-within\:bg-green-800\/30:focus-within{background-color:#28a3764d}.focus-within\:bg-green-800\/40:focus-within{background-color:#28a37666}.focus-within\:bg-green-800\/50:focus-within{background-color:#28a37680}.focus-within\:bg-green-800\/60:focus-within{background-color:#28a37699}.focus-within\:bg-green-800\/70:focus-within{background-color:#28a376b3}.focus-within\:bg-green-800\/75:focus-within{background-color:#28a376bf}.focus-within\:bg-green-800\/80:focus-within{background-color:#28a376cc}.focus-within\:bg-green-800\/90:focus-within{background-color:#28a376e6}.focus-within\:bg-green-800\/95:focus-within{background-color:#28a376f2}.focus-within\:bg-green-800\/100:focus-within{background-color:#28a376}.focus-within\:bg-green-900\/0:focus-within{background-color:#20856000}.focus-within\:bg-green-900\/5:focus-within{background-color:#2085600d}.focus-within\:bg-green-900\/10:focus-within{background-color:#2085601a}.focus-within\:bg-green-900\/20:focus-within{background-color:#20856033}.focus-within\:bg-green-900\/25:focus-within{background-color:#20856040}.focus-within\:bg-green-900\/30:focus-within{background-color:#2085604d}.focus-within\:bg-green-900\/40:focus-within{background-color:#20856066}.focus-within\:bg-green-900\/50:focus-within{background-color:#20856080}.focus-within\:bg-green-900\/60:focus-within{background-color:#20856099}.focus-within\:bg-green-900\/70:focus-within{background-color:#208560b3}.focus-within\:bg-green-900\/75:focus-within{background-color:#208560bf}.focus-within\:bg-green-900\/80:focus-within{background-color:#208560cc}.focus-within\:bg-green-900\/90:focus-within{background-color:#208560e6}.focus-within\:bg-green-900\/95:focus-within{background-color:#208560f2}.focus-within\:bg-green-900\/100:focus-within{background-color:#208560}.focus-within\:bg-emerald-50\/0:focus-within{background-color:#ecfdf500}.focus-within\:bg-emerald-50\/5:focus-within{background-color:#ecfdf50d}.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\/25:focus-within{background-color:#ecfdf540}.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-50\/95:focus-within{background-color:#ecfdf5f2}.focus-within\:bg-emerald-50\/100:focus-within{background-color:#ecfdf5}.focus-within\:bg-emerald-100\/0:focus-within{background-color:#d1fae500}.focus-within\:bg-emerald-100\/5:focus-within{background-color:#d1fae50d}.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\/25:focus-within{background-color:#d1fae540}.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-100\/95:focus-within{background-color:#d1fae5f2}.focus-within\:bg-emerald-100\/100:focus-within{background-color:#d1fae5}.focus-within\:bg-emerald-200\/0:focus-within{background-color:#a7f3d000}.focus-within\:bg-emerald-200\/5:focus-within{background-color:#a7f3d00d}.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\/25:focus-within{background-color:#a7f3d040}.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-200\/95:focus-within{background-color:#a7f3d0f2}.focus-within\:bg-emerald-200\/100:focus-within{background-color:#a7f3d0}.focus-within\:bg-emerald-300\/0:focus-within{background-color:#6ee7b700}.focus-within\:bg-emerald-300\/5:focus-within{background-color:#6ee7b70d}.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\/25:focus-within{background-color:#6ee7b740}.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-300\/95:focus-within{background-color:#6ee7b7f2}.focus-within\:bg-emerald-300\/100:focus-within{background-color:#6ee7b7}.focus-within\:bg-emerald-400\/0:focus-within{background-color:#34d39900}.focus-within\:bg-emerald-400\/5:focus-within{background-color:#34d3990d}.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\/25:focus-within{background-color:#34d39940}.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-400\/95:focus-within{background-color:#34d399f2}.focus-within\:bg-emerald-400\/100:focus-within{background-color:#34d399}.focus-within\:bg-emerald-500\/0:focus-within{background-color:#10b98100}.focus-within\:bg-emerald-500\/5:focus-within{background-color:#10b9810d}.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\/25:focus-within{background-color:#10b98140}.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-500\/95:focus-within{background-color:#10b981f2}.focus-within\:bg-emerald-500\/100:focus-within{background-color:#10b981}.focus-within\:bg-emerald-600\/0:focus-within{background-color:#05966900}.focus-within\:bg-emerald-600\/5:focus-within{background-color:#0596690d}.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\/25:focus-within{background-color:#05966940}.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-600\/95:focus-within{background-color:#059669f2}.focus-within\:bg-emerald-600\/100:focus-within{background-color:#059669}.focus-within\:bg-emerald-700\/0:focus-within{background-color:#04785700}.focus-within\:bg-emerald-700\/5:focus-within{background-color:#0478570d}.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\/25:focus-within{background-color:#04785740}.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-700\/95:focus-within{background-color:#047857f2}.focus-within\:bg-emerald-700\/100:focus-within{background-color:#047857}.focus-within\:bg-emerald-800\/0:focus-within{background-color:#065f4600}.focus-within\:bg-emerald-800\/5:focus-within{background-color:#065f460d}.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\/25:focus-within{background-color:#065f4640}.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-800\/95:focus-within{background-color:#065f46f2}.focus-within\:bg-emerald-800\/100:focus-within{background-color:#065f46}.focus-within\:bg-emerald-900\/0:focus-within{background-color:#064e3b00}.focus-within\:bg-emerald-900\/5:focus-within{background-color:#064e3b0d}.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\/25:focus-within{background-color:#064e3b40}.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-900\/95:focus-within{background-color:#064e3bf2}.focus-within\:bg-emerald-900\/100:focus-within{background-color:#064e3b}.focus-within\:bg-teal-50\/0:focus-within{background-color:#f0fdfa00}.focus-within\:bg-teal-50\/5:focus-within{background-color:#f0fdfa0d}.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\/25:focus-within{background-color:#f0fdfa40}.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-50\/95:focus-within{background-color:#f0fdfaf2}.focus-within\:bg-teal-50\/100:focus-within{background-color:#f0fdfa}.focus-within\:bg-teal-100\/0:focus-within{background-color:#ccfbf100}.focus-within\:bg-teal-100\/5:focus-within{background-color:#ccfbf10d}.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\/25:focus-within{background-color:#ccfbf140}.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-100\/95:focus-within{background-color:#ccfbf1f2}.focus-within\:bg-teal-100\/100:focus-within{background-color:#ccfbf1}.focus-within\:bg-teal-200\/0:focus-within{background-color:#99f6e400}.focus-within\:bg-teal-200\/5:focus-within{background-color:#99f6e40d}.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\/25:focus-within{background-color:#99f6e440}.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-200\/95:focus-within{background-color:#99f6e4f2}.focus-within\:bg-teal-200\/100:focus-within{background-color:#99f6e4}.focus-within\:bg-teal-300\/0:focus-within{background-color:#5eead400}.focus-within\:bg-teal-300\/5:focus-within{background-color:#5eead40d}.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\/25:focus-within{background-color:#5eead440}.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-300\/95:focus-within{background-color:#5eead4f2}.focus-within\:bg-teal-300\/100:focus-within{background-color:#5eead4}.focus-within\:bg-teal-400\/0:focus-within{background-color:#2dd4bf00}.focus-within\:bg-teal-400\/5:focus-within{background-color:#2dd4bf0d}.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\/25:focus-within{background-color:#2dd4bf40}.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-400\/95:focus-within{background-color:#2dd4bff2}.focus-within\:bg-teal-400\/100:focus-within{background-color:#2dd4bf}.focus-within\:bg-teal-500\/0:focus-within{background-color:#14b8a600}.focus-within\:bg-teal-500\/5:focus-within{background-color:#14b8a60d}.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\/25:focus-within{background-color:#14b8a640}.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-500\/95:focus-within{background-color:#14b8a6f2}.focus-within\:bg-teal-500\/100:focus-within{background-color:#14b8a6}.focus-within\:bg-teal-600\/0:focus-within{background-color:#0d948800}.focus-within\:bg-teal-600\/5:focus-within{background-color:#0d94880d}.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\/25:focus-within{background-color:#0d948840}.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-600\/95:focus-within{background-color:#0d9488f2}.focus-within\:bg-teal-600\/100:focus-within{background-color:#0d9488}.focus-within\:bg-teal-700\/0:focus-within{background-color:#0f766e00}.focus-within\:bg-teal-700\/5:focus-within{background-color:#0f766e0d}.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\/25:focus-within{background-color:#0f766e40}.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-700\/95:focus-within{background-color:#0f766ef2}.focus-within\:bg-teal-700\/100:focus-within{background-color:#0f766e}.focus-within\:bg-teal-800\/0:focus-within{background-color:#115e5900}.focus-within\:bg-teal-800\/5:focus-within{background-color:#115e590d}.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\/25:focus-within{background-color:#115e5940}.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-800\/95:focus-within{background-color:#115e59f2}.focus-within\:bg-teal-800\/100:focus-within{background-color:#115e59}.focus-within\:bg-teal-900\/0:focus-within{background-color:#134e4a00}.focus-within\:bg-teal-900\/5:focus-within{background-color:#134e4a0d}.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\/25:focus-within{background-color:#134e4a40}.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-900\/95:focus-within{background-color:#134e4af2}.focus-within\:bg-teal-900\/100:focus-within{background-color:#134e4a}.focus-within\:bg-sky-50\/0:focus-within{background-color:#f0f9ff00}.focus-within\:bg-sky-50\/5:focus-within{background-color:#f0f9ff0d}.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\/25:focus-within{background-color:#f0f9ff40}.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-50\/95:focus-within{background-color:#f0f9fff2}.focus-within\:bg-sky-50\/100:focus-within{background-color:#f0f9ff}.focus-within\:bg-sky-100\/0:focus-within{background-color:#e0f2fe00}.focus-within\:bg-sky-100\/5:focus-within{background-color:#e0f2fe0d}.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\/25:focus-within{background-color:#e0f2fe40}.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-100\/95:focus-within{background-color:#e0f2fef2}.focus-within\:bg-sky-100\/100:focus-within{background-color:#e0f2fe}.focus-within\:bg-sky-200\/0:focus-within{background-color:#bae6fd00}.focus-within\:bg-sky-200\/5:focus-within{background-color:#bae6fd0d}.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\/25:focus-within{background-color:#bae6fd40}.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-200\/95:focus-within{background-color:#bae6fdf2}.focus-within\:bg-sky-200\/100:focus-within{background-color:#bae6fd}.focus-within\:bg-sky-300\/0:focus-within{background-color:#7dd3fc00}.focus-within\:bg-sky-300\/5:focus-within{background-color:#7dd3fc0d}.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\/25:focus-within{background-color:#7dd3fc40}.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-300\/95:focus-within{background-color:#7dd3fcf2}.focus-within\:bg-sky-300\/100:focus-within{background-color:#7dd3fc}.focus-within\:bg-sky-400\/0:focus-within{background-color:#38bdf800}.focus-within\:bg-sky-400\/5:focus-within{background-color:#38bdf80d}.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\/25:focus-within{background-color:#38bdf840}.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-400\/95:focus-within{background-color:#38bdf8f2}.focus-within\:bg-sky-400\/100:focus-within{background-color:#38bdf8}.focus-within\:bg-sky-500\/0:focus-within{background-color:#0ea5e900}.focus-within\:bg-sky-500\/5:focus-within{background-color:#0ea5e90d}.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\/25:focus-within{background-color:#0ea5e940}.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-500\/95:focus-within{background-color:#0ea5e9f2}.focus-within\:bg-sky-500\/100:focus-within{background-color:#0ea5e9}.focus-within\:bg-sky-600\/0:focus-within{background-color:#0284c700}.focus-within\:bg-sky-600\/5:focus-within{background-color:#0284c70d}.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\/25:focus-within{background-color:#0284c740}.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-600\/95:focus-within{background-color:#0284c7f2}.focus-within\:bg-sky-600\/100:focus-within{background-color:#0284c7}.focus-within\:bg-sky-700\/0:focus-within{background-color:#0369a100}.focus-within\:bg-sky-700\/5:focus-within{background-color:#0369a10d}.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\/25:focus-within{background-color:#0369a140}.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-700\/95:focus-within{background-color:#0369a1f2}.focus-within\:bg-sky-700\/100:focus-within{background-color:#0369a1}.focus-within\:bg-sky-800\/0:focus-within{background-color:#07598500}.focus-within\:bg-sky-800\/5:focus-within{background-color:#0759850d}.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\/25:focus-within{background-color:#07598540}.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-800\/95:focus-within{background-color:#075985f2}.focus-within\:bg-sky-800\/100:focus-within{background-color:#075985}.focus-within\:bg-sky-900\/0:focus-within{background-color:#0c4a6e00}.focus-within\:bg-sky-900\/5:focus-within{background-color:#0c4a6e0d}.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\/25:focus-within{background-color:#0c4a6e40}.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-900\/95:focus-within{background-color:#0c4a6ef2}.focus-within\:bg-sky-900\/100:focus-within{background-color:#0c4a6e}.focus-within\:bg-blue-50\/0:focus-within{background-color:#eff6ff00}.focus-within\:bg-blue-50\/5:focus-within{background-color:#eff6ff0d}.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\/25:focus-within{background-color:#eff6ff40}.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-50\/95:focus-within{background-color:#eff6fff2}.focus-within\:bg-blue-50\/100:focus-within{background-color:#eff6ff}.focus-within\:bg-blue-100\/0:focus-within{background-color:#f2f3fd00}.focus-within\:bg-blue-100\/5:focus-within{background-color:#f2f3fd0d}.focus-within\:bg-blue-100\/10:focus-within{background-color:#f2f3fd1a}.focus-within\:bg-blue-100\/20:focus-within{background-color:#f2f3fd33}.focus-within\:bg-blue-100\/25:focus-within{background-color:#f2f3fd40}.focus-within\:bg-blue-100\/30:focus-within{background-color:#f2f3fd4d}.focus-within\:bg-blue-100\/40:focus-within{background-color:#f2f3fd66}.focus-within\:bg-blue-100\/50:focus-within{background-color:#f2f3fd80}.focus-within\:bg-blue-100\/60:focus-within{background-color:#f2f3fd99}.focus-within\:bg-blue-100\/70:focus-within{background-color:#f2f3fdb3}.focus-within\:bg-blue-100\/75:focus-within{background-color:#f2f3fdbf}.focus-within\:bg-blue-100\/80:focus-within{background-color:#f2f3fdcc}.focus-within\:bg-blue-100\/90:focus-within{background-color:#f2f3fde6}.focus-within\:bg-blue-100\/95:focus-within{background-color:#f2f3fdf2}.focus-within\:bg-blue-100\/100:focus-within{background-color:#f2f3fd}.focus-within\:bg-blue-200\/0:focus-within{background-color:#e4e8fb00}.focus-within\:bg-blue-200\/5:focus-within{background-color:#e4e8fb0d}.focus-within\:bg-blue-200\/10:focus-within{background-color:#e4e8fb1a}.focus-within\:bg-blue-200\/20:focus-within{background-color:#e4e8fb33}.focus-within\:bg-blue-200\/25:focus-within{background-color:#e4e8fb40}.focus-within\:bg-blue-200\/30:focus-within{background-color:#e4e8fb4d}.focus-within\:bg-blue-200\/40:focus-within{background-color:#e4e8fb66}.focus-within\:bg-blue-200\/50:focus-within{background-color:#e4e8fb80}.focus-within\:bg-blue-200\/60:focus-within{background-color:#e4e8fb99}.focus-within\:bg-blue-200\/70:focus-within{background-color:#e4e8fbb3}.focus-within\:bg-blue-200\/75:focus-within{background-color:#e4e8fbbf}.focus-within\:bg-blue-200\/80:focus-within{background-color:#e4e8fbcc}.focus-within\:bg-blue-200\/90:focus-within{background-color:#e4e8fbe6}.focus-within\:bg-blue-200\/95:focus-within{background-color:#e4e8fbf2}.focus-within\:bg-blue-200\/100:focus-within{background-color:#e4e8fb}.focus-within\:bg-blue-300\/0:focus-within{background-color:#c6cff700}.focus-within\:bg-blue-300\/5:focus-within{background-color:#c6cff70d}.focus-within\:bg-blue-300\/10:focus-within{background-color:#c6cff71a}.focus-within\:bg-blue-300\/20:focus-within{background-color:#c6cff733}.focus-within\:bg-blue-300\/25:focus-within{background-color:#c6cff740}.focus-within\:bg-blue-300\/30:focus-within{background-color:#c6cff74d}.focus-within\:bg-blue-300\/40:focus-within{background-color:#c6cff766}.focus-within\:bg-blue-300\/50:focus-within{background-color:#c6cff780}.focus-within\:bg-blue-300\/60:focus-within{background-color:#c6cff799}.focus-within\:bg-blue-300\/70:focus-within{background-color:#c6cff7b3}.focus-within\:bg-blue-300\/75:focus-within{background-color:#c6cff7bf}.focus-within\:bg-blue-300\/80:focus-within{background-color:#c6cff7cc}.focus-within\:bg-blue-300\/90:focus-within{background-color:#c6cff7e6}.focus-within\:bg-blue-300\/95:focus-within{background-color:#c6cff7f2}.focus-within\:bg-blue-300\/100:focus-within{background-color:#c6cff7}.focus-within\:bg-blue-400\/0:focus-within{background-color:#a3b2f300}.focus-within\:bg-blue-400\/5:focus-within{background-color:#a3b2f30d}.focus-within\:bg-blue-400\/10:focus-within{background-color:#a3b2f31a}.focus-within\:bg-blue-400\/20:focus-within{background-color:#a3b2f333}.focus-within\:bg-blue-400\/25:focus-within{background-color:#a3b2f340}.focus-within\:bg-blue-400\/30:focus-within{background-color:#a3b2f34d}.focus-within\:bg-blue-400\/40:focus-within{background-color:#a3b2f366}.focus-within\:bg-blue-400\/50:focus-within{background-color:#a3b2f380}.focus-within\:bg-blue-400\/60:focus-within{background-color:#a3b2f399}.focus-within\:bg-blue-400\/70:focus-within{background-color:#a3b2f3b3}.focus-within\:bg-blue-400\/75:focus-within{background-color:#a3b2f3bf}.focus-within\:bg-blue-400\/80:focus-within{background-color:#a3b2f3cc}.focus-within\:bg-blue-400\/90:focus-within{background-color:#a3b2f3e6}.focus-within\:bg-blue-400\/95:focus-within{background-color:#a3b2f3f2}.focus-within\:bg-blue-400\/100:focus-within{background-color:#a3b2f3}.focus-within\:bg-blue-500\/0:focus-within{background-color:#7690ef00}.focus-within\:bg-blue-500\/5:focus-within{background-color:#7690ef0d}.focus-within\:bg-blue-500\/10:focus-within{background-color:#7690ef1a}.focus-within\:bg-blue-500\/20:focus-within{background-color:#7690ef33}.focus-within\:bg-blue-500\/25:focus-within{background-color:#7690ef40}.focus-within\:bg-blue-500\/30:focus-within{background-color:#7690ef4d}.focus-within\:bg-blue-500\/40:focus-within{background-color:#7690ef66}.focus-within\:bg-blue-500\/50:focus-within{background-color:#7690ef80}.focus-within\:bg-blue-500\/60:focus-within{background-color:#7690ef99}.focus-within\:bg-blue-500\/70:focus-within{background-color:#7690efb3}.focus-within\:bg-blue-500\/75:focus-within{background-color:#7690efbf}.focus-within\:bg-blue-500\/80:focus-within{background-color:#7690efcc}.focus-within\:bg-blue-500\/90:focus-within{background-color:#7690efe6}.focus-within\:bg-blue-500\/95:focus-within{background-color:#7690eff2}.focus-within\:bg-blue-500\/100:focus-within{background-color:#7690ef}.focus-within\:bg-blue-600\/0:focus-within{background-color:#2563eb00}.focus-within\:bg-blue-600\/5:focus-within{background-color:#2563eb0d}.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\/25:focus-within{background-color:#2563eb40}.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-600\/95:focus-within{background-color:#2563ebf2}.focus-within\:bg-blue-600\/100:focus-within{background-color:#2563eb}.focus-within\:bg-blue-700\/0:focus-within{background-color:#2158d200}.focus-within\:bg-blue-700\/5:focus-within{background-color:#2158d20d}.focus-within\:bg-blue-700\/10:focus-within{background-color:#2158d21a}.focus-within\:bg-blue-700\/20:focus-within{background-color:#2158d233}.focus-within\:bg-blue-700\/25:focus-within{background-color:#2158d240}.focus-within\:bg-blue-700\/30:focus-within{background-color:#2158d24d}.focus-within\:bg-blue-700\/40:focus-within{background-color:#2158d266}.focus-within\:bg-blue-700\/50:focus-within{background-color:#2158d280}.focus-within\:bg-blue-700\/60:focus-within{background-color:#2158d299}.focus-within\:bg-blue-700\/70:focus-within{background-color:#2158d2b3}.focus-within\:bg-blue-700\/75:focus-within{background-color:#2158d2bf}.focus-within\:bg-blue-700\/80:focus-within{background-color:#2158d2cc}.focus-within\:bg-blue-700\/90:focus-within{background-color:#2158d2e6}.focus-within\:bg-blue-700\/95:focus-within{background-color:#2158d2f2}.focus-within\:bg-blue-700\/100:focus-within{background-color:#2158d2}.focus-within\:bg-blue-800\/0:focus-within{background-color:#1c4cb600}.focus-within\:bg-blue-800\/5:focus-within{background-color:#1c4cb60d}.focus-within\:bg-blue-800\/10:focus-within{background-color:#1c4cb61a}.focus-within\:bg-blue-800\/20:focus-within{background-color:#1c4cb633}.focus-within\:bg-blue-800\/25:focus-within{background-color:#1c4cb640}.focus-within\:bg-blue-800\/30:focus-within{background-color:#1c4cb64d}.focus-within\:bg-blue-800\/40:focus-within{background-color:#1c4cb666}.focus-within\:bg-blue-800\/50:focus-within{background-color:#1c4cb680}.focus-within\:bg-blue-800\/60:focus-within{background-color:#1c4cb699}.focus-within\:bg-blue-800\/70:focus-within{background-color:#1c4cb6b3}.focus-within\:bg-blue-800\/75:focus-within{background-color:#1c4cb6bf}.focus-within\:bg-blue-800\/80:focus-within{background-color:#1c4cb6cc}.focus-within\:bg-blue-800\/90:focus-within{background-color:#1c4cb6e6}.focus-within\:bg-blue-800\/95:focus-within{background-color:#1c4cb6f2}.focus-within\:bg-blue-800\/100:focus-within{background-color:#1c4cb6}.focus-within\:bg-blue-900\/0:focus-within{background-color:#173e9400}.focus-within\:bg-blue-900\/5:focus-within{background-color:#173e940d}.focus-within\:bg-blue-900\/10:focus-within{background-color:#173e941a}.focus-within\:bg-blue-900\/20:focus-within{background-color:#173e9433}.focus-within\:bg-blue-900\/25:focus-within{background-color:#173e9440}.focus-within\:bg-blue-900\/30:focus-within{background-color:#173e944d}.focus-within\:bg-blue-900\/40:focus-within{background-color:#173e9466}.focus-within\:bg-blue-900\/50:focus-within{background-color:#173e9480}.focus-within\:bg-blue-900\/60:focus-within{background-color:#173e9499}.focus-within\:bg-blue-900\/70:focus-within{background-color:#173e94b3}.focus-within\:bg-blue-900\/75:focus-within{background-color:#173e94bf}.focus-within\:bg-blue-900\/80:focus-within{background-color:#173e94cc}.focus-within\:bg-blue-900\/90:focus-within{background-color:#173e94e6}.focus-within\:bg-blue-900\/95:focus-within{background-color:#173e94f2}.focus-within\:bg-blue-900\/100:focus-within{background-color:#173e94}.focus-within\:bg-indigo-50\/0:focus-within{background-color:#eef2ff00}.focus-within\:bg-indigo-50\/5:focus-within{background-color:#eef2ff0d}.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\/25:focus-within{background-color:#eef2ff40}.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-50\/95:focus-within{background-color:#eef2fff2}.focus-within\:bg-indigo-50\/100:focus-within{background-color:#eef2ff}.focus-within\:bg-indigo-100\/0:focus-within{background-color:#e0e7ff00}.focus-within\:bg-indigo-100\/5:focus-within{background-color:#e0e7ff0d}.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\/25:focus-within{background-color:#e0e7ff40}.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-100\/95:focus-within{background-color:#e0e7fff2}.focus-within\:bg-indigo-100\/100:focus-within{background-color:#e0e7ff}.focus-within\:bg-indigo-200\/0:focus-within{background-color:#c7d2fe00}.focus-within\:bg-indigo-200\/5:focus-within{background-color:#c7d2fe0d}.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\/25:focus-within{background-color:#c7d2fe40}.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-200\/95:focus-within{background-color:#c7d2fef2}.focus-within\:bg-indigo-200\/100:focus-within{background-color:#c7d2fe}.focus-within\:bg-indigo-300\/0:focus-within{background-color:#a5b4fc00}.focus-within\:bg-indigo-300\/5:focus-within{background-color:#a5b4fc0d}.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\/25:focus-within{background-color:#a5b4fc40}.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-300\/95:focus-within{background-color:#a5b4fcf2}.focus-within\:bg-indigo-300\/100:focus-within{background-color:#a5b4fc}.focus-within\:bg-indigo-400\/0:focus-within{background-color:#818cf800}.focus-within\:bg-indigo-400\/5:focus-within{background-color:#818cf80d}.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\/25:focus-within{background-color:#818cf840}.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-400\/95:focus-within{background-color:#818cf8f2}.focus-within\:bg-indigo-400\/100:focus-within{background-color:#818cf8}.focus-within\:bg-indigo-500\/0:focus-within{background-color:#6366f100}.focus-within\:bg-indigo-500\/5:focus-within{background-color:#6366f10d}.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\/25:focus-within{background-color:#6366f140}.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-500\/95:focus-within{background-color:#6366f1f2}.focus-within\:bg-indigo-500\/100:focus-within{background-color:#6366f1}.focus-within\:bg-indigo-600\/0:focus-within{background-color:#4f46e500}.focus-within\:bg-indigo-600\/5:focus-within{background-color:#4f46e50d}.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\/25:focus-within{background-color:#4f46e540}.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-600\/95:focus-within{background-color:#4f46e5f2}.focus-within\:bg-indigo-600\/100:focus-within{background-color:#4f46e5}.focus-within\:bg-indigo-700\/0:focus-within{background-color:#4338ca00}.focus-within\:bg-indigo-700\/5:focus-within{background-color:#4338ca0d}.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\/25:focus-within{background-color:#4338ca40}.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-700\/95:focus-within{background-color:#4338caf2}.focus-within\:bg-indigo-700\/100:focus-within{background-color:#4338ca}.focus-within\:bg-indigo-800\/0:focus-within{background-color:#3730a300}.focus-within\:bg-indigo-800\/5:focus-within{background-color:#3730a30d}.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\/25:focus-within{background-color:#3730a340}.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-800\/95:focus-within{background-color:#3730a3f2}.focus-within\:bg-indigo-800\/100:focus-within{background-color:#3730a3}.focus-within\:bg-indigo-900\/0:focus-within{background-color:#312e8100}.focus-within\:bg-indigo-900\/5:focus-within{background-color:#312e810d}.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\/25:focus-within{background-color:#312e8140}.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-900\/95:focus-within{background-color:#312e81f2}.focus-within\:bg-indigo-900\/100:focus-within{background-color:#312e81}.focus-within\:bg-violet-50\/0:focus-within{background-color:#f5f3ff00}.focus-within\:bg-violet-50\/5:focus-within{background-color:#f5f3ff0d}.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\/25:focus-within{background-color:#f5f3ff40}.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-50\/95:focus-within{background-color:#f5f3fff2}.focus-within\:bg-violet-50\/100:focus-within{background-color:#f5f3ff}.focus-within\:bg-violet-100\/0:focus-within{background-color:#ede9fe00}.focus-within\:bg-violet-100\/5:focus-within{background-color:#ede9fe0d}.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\/25:focus-within{background-color:#ede9fe40}.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-100\/95:focus-within{background-color:#ede9fef2}.focus-within\:bg-violet-100\/100:focus-within{background-color:#ede9fe}.focus-within\:bg-violet-200\/0:focus-within{background-color:#ddd6fe00}.focus-within\:bg-violet-200\/5:focus-within{background-color:#ddd6fe0d}.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\/25:focus-within{background-color:#ddd6fe40}.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-200\/95:focus-within{background-color:#ddd6fef2}.focus-within\:bg-violet-200\/100:focus-within{background-color:#ddd6fe}.focus-within\:bg-violet-300\/0:focus-within{background-color:#c4b5fd00}.focus-within\:bg-violet-300\/5:focus-within{background-color:#c4b5fd0d}.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\/25:focus-within{background-color:#c4b5fd40}.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-300\/95:focus-within{background-color:#c4b5fdf2}.focus-within\:bg-violet-300\/100:focus-within{background-color:#c4b5fd}.focus-within\:bg-violet-400\/0:focus-within{background-color:#a78bfa00}.focus-within\:bg-violet-400\/5:focus-within{background-color:#a78bfa0d}.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\/25:focus-within{background-color:#a78bfa40}.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-400\/95:focus-within{background-color:#a78bfaf2}.focus-within\:bg-violet-400\/100:focus-within{background-color:#a78bfa}.focus-within\:bg-violet-500\/0:focus-within{background-color:#8b5cf600}.focus-within\:bg-violet-500\/5:focus-within{background-color:#8b5cf60d}.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\/25:focus-within{background-color:#8b5cf640}.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-500\/95:focus-within{background-color:#8b5cf6f2}.focus-within\:bg-violet-500\/100:focus-within{background-color:#8b5cf6}.focus-within\:bg-violet-600\/0:focus-within{background-color:#7c3aed00}.focus-within\:bg-violet-600\/5:focus-within{background-color:#7c3aed0d}.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\/25:focus-within{background-color:#7c3aed40}.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-600\/95:focus-within{background-color:#7c3aedf2}.focus-within\:bg-violet-600\/100:focus-within{background-color:#7c3aed}.focus-within\:bg-violet-700\/0:focus-within{background-color:#6d28d900}.focus-within\:bg-violet-700\/5:focus-within{background-color:#6d28d90d}.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\/25:focus-within{background-color:#6d28d940}.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-700\/95:focus-within{background-color:#6d28d9f2}.focus-within\:bg-violet-700\/100:focus-within{background-color:#6d28d9}.focus-within\:bg-violet-800\/0:focus-within{background-color:#5b21b600}.focus-within\:bg-violet-800\/5:focus-within{background-color:#5b21b60d}.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\/25:focus-within{background-color:#5b21b640}.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-800\/95:focus-within{background-color:#5b21b6f2}.focus-within\:bg-violet-800\/100:focus-within{background-color:#5b21b6}.focus-within\:bg-violet-900\/0:focus-within{background-color:#4c1d9500}.focus-within\:bg-violet-900\/5:focus-within{background-color:#4c1d950d}.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\/25:focus-within{background-color:#4c1d9540}.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-900\/95:focus-within{background-color:#4c1d95f2}.focus-within\:bg-violet-900\/100:focus-within{background-color:#4c1d95}.focus-within\:bg-fuchsia-50\/0:focus-within{background-color:#fdf4ff00}.focus-within\:bg-fuchsia-50\/5:focus-within{background-color:#fdf4ff0d}.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\/25:focus-within{background-color:#fdf4ff40}.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-50\/95:focus-within{background-color:#fdf4fff2}.focus-within\:bg-fuchsia-50\/100:focus-within{background-color:#fdf4ff}.focus-within\:bg-fuchsia-100\/0:focus-within{background-color:#fae8ff00}.focus-within\:bg-fuchsia-100\/5:focus-within{background-color:#fae8ff0d}.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\/25:focus-within{background-color:#fae8ff40}.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-100\/95:focus-within{background-color:#fae8fff2}.focus-within\:bg-fuchsia-100\/100:focus-within{background-color:#fae8ff}.focus-within\:bg-fuchsia-200\/0:focus-within{background-color:#f5d0fe00}.focus-within\:bg-fuchsia-200\/5:focus-within{background-color:#f5d0fe0d}.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\/25:focus-within{background-color:#f5d0fe40}.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-200\/95:focus-within{background-color:#f5d0fef2}.focus-within\:bg-fuchsia-200\/100:focus-within{background-color:#f5d0fe}.focus-within\:bg-fuchsia-300\/0:focus-within{background-color:#f0abfc00}.focus-within\:bg-fuchsia-300\/5:focus-within{background-color:#f0abfc0d}.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\/25:focus-within{background-color:#f0abfc40}.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-300\/95:focus-within{background-color:#f0abfcf2}.focus-within\:bg-fuchsia-300\/100:focus-within{background-color:#f0abfc}.focus-within\:bg-fuchsia-400\/0:focus-within{background-color:#e879f900}.focus-within\:bg-fuchsia-400\/5:focus-within{background-color:#e879f90d}.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\/25:focus-within{background-color:#e879f940}.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-400\/95:focus-within{background-color:#e879f9f2}.focus-within\:bg-fuchsia-400\/100:focus-within{background-color:#e879f9}.focus-within\:bg-fuchsia-500\/0:focus-within{background-color:#d946ef00}.focus-within\:bg-fuchsia-500\/5:focus-within{background-color:#d946ef0d}.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\/25:focus-within{background-color:#d946ef40}.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-500\/95:focus-within{background-color:#d946eff2}.focus-within\:bg-fuchsia-500\/100:focus-within{background-color:#d946ef}.focus-within\:bg-fuchsia-600\/0:focus-within{background-color:#c026d300}.focus-within\:bg-fuchsia-600\/5:focus-within{background-color:#c026d30d}.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\/25:focus-within{background-color:#c026d340}.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-600\/95:focus-within{background-color:#c026d3f2}.focus-within\:bg-fuchsia-600\/100:focus-within{background-color:#c026d3}.focus-within\:bg-fuchsia-700\/0:focus-within{background-color:#a21caf00}.focus-within\:bg-fuchsia-700\/5:focus-within{background-color:#a21caf0d}.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\/25:focus-within{background-color:#a21caf40}.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-700\/95:focus-within{background-color:#a21caff2}.focus-within\:bg-fuchsia-700\/100:focus-within{background-color:#a21caf}.focus-within\:bg-fuchsia-800\/0:focus-within{background-color:#86198f00}.focus-within\:bg-fuchsia-800\/5:focus-within{background-color:#86198f0d}.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\/25:focus-within{background-color:#86198f40}.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-800\/95:focus-within{background-color:#86198ff2}.focus-within\:bg-fuchsia-800\/100:focus-within{background-color:#86198f}.focus-within\:bg-fuchsia-900\/0:focus-within{background-color:#701a7500}.focus-within\:bg-fuchsia-900\/5:focus-within{background-color:#701a750d}.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\/25:focus-within{background-color:#701a7540}.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-900\/95:focus-within{background-color:#701a75f2}.focus-within\:bg-fuchsia-900\/100:focus-within{background-color:#701a75}.focus-within\:bg-pink-50\/0:focus-within{background-color:#fdf2f800}.focus-within\:bg-pink-50\/5:focus-within{background-color:#fdf2f80d}.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\/25:focus-within{background-color:#fdf2f840}.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-50\/95:focus-within{background-color:#fdf2f8f2}.focus-within\:bg-pink-50\/100:focus-within{background-color:#fdf2f8}.focus-within\:bg-pink-100\/0:focus-within{background-color:#fce7f300}.focus-within\:bg-pink-100\/5:focus-within{background-color:#fce7f30d}.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\/25:focus-within{background-color:#fce7f340}.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-100\/95:focus-within{background-color:#fce7f3f2}.focus-within\:bg-pink-100\/100:focus-within{background-color:#fce7f3}.focus-within\:bg-pink-200\/0:focus-within{background-color:#fbcfe800}.focus-within\:bg-pink-200\/5:focus-within{background-color:#fbcfe80d}.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\/25:focus-within{background-color:#fbcfe840}.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-200\/95:focus-within{background-color:#fbcfe8f2}.focus-within\:bg-pink-200\/100:focus-within{background-color:#fbcfe8}.focus-within\:bg-pink-300\/0:focus-within{background-color:#f9a8d400}.focus-within\:bg-pink-300\/5:focus-within{background-color:#f9a8d40d}.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\/25:focus-within{background-color:#f9a8d440}.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-300\/95:focus-within{background-color:#f9a8d4f2}.focus-within\:bg-pink-300\/100:focus-within{background-color:#f9a8d4}.focus-within\:bg-pink-400\/0:focus-within{background-color:#f472b600}.focus-within\:bg-pink-400\/5:focus-within{background-color:#f472b60d}.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\/25:focus-within{background-color:#f472b640}.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-400\/95:focus-within{background-color:#f472b6f2}.focus-within\:bg-pink-400\/100:focus-within{background-color:#f472b6}.focus-within\:bg-pink-500\/0:focus-within{background-color:#ec489900}.focus-within\:bg-pink-500\/5:focus-within{background-color:#ec48990d}.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\/25:focus-within{background-color:#ec489940}.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-500\/95:focus-within{background-color:#ec4899f2}.focus-within\:bg-pink-500\/100:focus-within{background-color:#ec4899}.focus-within\:bg-pink-600\/0:focus-within{background-color:#db277700}.focus-within\:bg-pink-600\/5:focus-within{background-color:#db27770d}.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\/25:focus-within{background-color:#db277740}.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-600\/95:focus-within{background-color:#db2777f2}.focus-within\:bg-pink-600\/100:focus-within{background-color:#db2777}.focus-within\:bg-pink-700\/0:focus-within{background-color:#be185d00}.focus-within\:bg-pink-700\/5:focus-within{background-color:#be185d0d}.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\/25:focus-within{background-color:#be185d40}.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-700\/95:focus-within{background-color:#be185df2}.focus-within\:bg-pink-700\/100:focus-within{background-color:#be185d}.focus-within\:bg-pink-800\/0:focus-within{background-color:#9d174d00}.focus-within\:bg-pink-800\/5:focus-within{background-color:#9d174d0d}.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\/25:focus-within{background-color:#9d174d40}.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-800\/95:focus-within{background-color:#9d174df2}.focus-within\:bg-pink-800\/100:focus-within{background-color:#9d174d}.focus-within\:bg-pink-900\/0:focus-within{background-color:#83184300}.focus-within\:bg-pink-900\/5:focus-within{background-color:#8318430d}.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\/25:focus-within{background-color:#83184340}.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-900\/95:focus-within{background-color:#831843f2}.focus-within\:bg-pink-900\/100:focus-within{background-color:#831843}.focus-within\:bg-rose-50\/0:focus-within{background-color:#fff1f200}.focus-within\:bg-rose-50\/5:focus-within{background-color:#fff1f20d}.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\/25:focus-within{background-color:#fff1f240}.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-50\/95:focus-within{background-color:#fff1f2f2}.focus-within\:bg-rose-50\/100:focus-within{background-color:#fff1f2}.focus-within\:bg-rose-100\/0:focus-within{background-color:#ffe4e600}.focus-within\:bg-rose-100\/5:focus-within{background-color:#ffe4e60d}.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\/25:focus-within{background-color:#ffe4e640}.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-100\/95:focus-within{background-color:#ffe4e6f2}.focus-within\:bg-rose-100\/100:focus-within{background-color:#ffe4e6}.focus-within\:bg-rose-200\/0:focus-within{background-color:#fecdd300}.focus-within\:bg-rose-200\/5:focus-within{background-color:#fecdd30d}.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\/25:focus-within{background-color:#fecdd340}.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-200\/95:focus-within{background-color:#fecdd3f2}.focus-within\:bg-rose-200\/100:focus-within{background-color:#fecdd3}.focus-within\:bg-rose-300\/0:focus-within{background-color:#fda4af00}.focus-within\:bg-rose-300\/5:focus-within{background-color:#fda4af0d}.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\/25:focus-within{background-color:#fda4af40}.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-300\/95:focus-within{background-color:#fda4aff2}.focus-within\:bg-rose-300\/100:focus-within{background-color:#fda4af}.focus-within\:bg-rose-400\/0:focus-within{background-color:#fb718500}.focus-within\:bg-rose-400\/5:focus-within{background-color:#fb71850d}.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\/25:focus-within{background-color:#fb718540}.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-400\/95:focus-within{background-color:#fb7185f2}.focus-within\:bg-rose-400\/100:focus-within{background-color:#fb7185}.focus-within\:bg-rose-500\/0:focus-within{background-color:#f43f5e00}.focus-within\:bg-rose-500\/5:focus-within{background-color:#f43f5e0d}.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\/25:focus-within{background-color:#f43f5e40}.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-500\/95:focus-within{background-color:#f43f5ef2}.focus-within\:bg-rose-500\/100:focus-within{background-color:#f43f5e}.focus-within\:bg-rose-600\/0:focus-within{background-color:#e11d4800}.focus-within\:bg-rose-600\/5:focus-within{background-color:#e11d480d}.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\/25:focus-within{background-color:#e11d4840}.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-600\/95:focus-within{background-color:#e11d48f2}.focus-within\:bg-rose-600\/100:focus-within{background-color:#e11d48}.focus-within\:bg-rose-700\/0:focus-within{background-color:#be123c00}.focus-within\:bg-rose-700\/5:focus-within{background-color:#be123c0d}.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\/25:focus-within{background-color:#be123c40}.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-700\/95:focus-within{background-color:#be123cf2}.focus-within\:bg-rose-700\/100:focus-within{background-color:#be123c}.focus-within\:bg-rose-800\/0:focus-within{background-color:#9f123900}.focus-within\:bg-rose-800\/5:focus-within{background-color:#9f12390d}.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\/25:focus-within{background-color:#9f123940}.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-800\/95:focus-within{background-color:#9f1239f2}.focus-within\:bg-rose-800\/100:focus-within{background-color:#9f1239}.focus-within\:bg-rose-900\/0:focus-within{background-color:#88133700}.focus-within\:bg-rose-900\/5:focus-within{background-color:#8813370d}.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\/25:focus-within{background-color:#88133740}.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-900\/95:focus-within{background-color:#881337f2}.focus-within\:bg-rose-900\/100:focus-within{background-color:#881337}.focus-within\:bg-primary-100\/0:focus-within{background-color:#f2f3f400}.focus-within\:bg-primary-100\/5:focus-within{background-color:#f2f3f40d}.focus-within\:bg-primary-100\/10:focus-within{background-color:#f2f3f41a}.focus-within\:bg-primary-100\/20:focus-within{background-color:#f2f3f433}.focus-within\:bg-primary-100\/25:focus-within{background-color:#f2f3f440}.focus-within\:bg-primary-100\/30:focus-within{background-color:#f2f3f44d}.focus-within\:bg-primary-100\/40:focus-within{background-color:#f2f3f466}.focus-within\:bg-primary-100\/50:focus-within{background-color:#f2f3f480}.focus-within\:bg-primary-100\/60:focus-within{background-color:#f2f3f499}.focus-within\:bg-primary-100\/70:focus-within{background-color:#f2f3f4b3}.focus-within\:bg-primary-100\/75:focus-within{background-color:#f2f3f4bf}.focus-within\:bg-primary-100\/80:focus-within{background-color:#f2f3f4cc}.focus-within\:bg-primary-100\/90:focus-within{background-color:#f2f3f4e6}.focus-within\:bg-primary-100\/95:focus-within{background-color:#f2f3f4f2}.focus-within\:bg-primary-100\/100:focus-within{background-color:#f2f3f4}.focus-within\:bg-primary-200\/0:focus-within{background-color:#e8e8f000}.focus-within\:bg-primary-200\/5:focus-within{background-color:#e8e8f00d}.focus-within\:bg-primary-200\/10:focus-within{background-color:#e8e8f01a}.focus-within\:bg-primary-200\/20:focus-within{background-color:#e8e8f033}.focus-within\:bg-primary-200\/25:focus-within{background-color:#e8e8f040}.focus-within\:bg-primary-200\/30:focus-within{background-color:#e8e8f04d}.focus-within\:bg-primary-200\/40:focus-within{background-color:#e8e8f066}.focus-within\:bg-primary-200\/50:focus-within{background-color:#e8e8f080}.focus-within\:bg-primary-200\/60:focus-within{background-color:#e8e8f099}.focus-within\:bg-primary-200\/70:focus-within{background-color:#e8e8f0b3}.focus-within\:bg-primary-200\/75:focus-within{background-color:#e8e8f0bf}.focus-within\:bg-primary-200\/80:focus-within{background-color:#e8e8f0cc}.focus-within\:bg-primary-200\/90:focus-within{background-color:#e8e8f0e6}.focus-within\:bg-primary-200\/95:focus-within{background-color:#e8e8f0f2}.focus-within\:bg-primary-200\/100:focus-within{background-color:#e8e8f0}.focus-within\:bg-primary-300\/0:focus-within{background-color:#d0d0e100}.focus-within\:bg-primary-300\/5:focus-within{background-color:#d0d0e10d}.focus-within\:bg-primary-300\/10:focus-within{background-color:#d0d0e11a}.focus-within\:bg-primary-300\/20:focus-within{background-color:#d0d0e133}.focus-within\:bg-primary-300\/25:focus-within{background-color:#d0d0e140}.focus-within\:bg-primary-300\/30:focus-within{background-color:#d0d0e14d}.focus-within\:bg-primary-300\/40:focus-within{background-color:#d0d0e166}.focus-within\:bg-primary-300\/50:focus-within{background-color:#d0d0e180}.focus-within\:bg-primary-300\/60:focus-within{background-color:#d0d0e199}.focus-within\:bg-primary-300\/70:focus-within{background-color:#d0d0e1b3}.focus-within\:bg-primary-300\/75:focus-within{background-color:#d0d0e1bf}.focus-within\:bg-primary-300\/80:focus-within{background-color:#d0d0e1cc}.focus-within\:bg-primary-300\/90:focus-within{background-color:#d0d0e1e6}.focus-within\:bg-primary-300\/95:focus-within{background-color:#d0d0e1f2}.focus-within\:bg-primary-300\/100:focus-within{background-color:#d0d0e1}.focus-within\:bg-primary-400\/0:focus-within{background-color:#b4b4d100}.focus-within\:bg-primary-400\/5:focus-within{background-color:#b4b4d10d}.focus-within\:bg-primary-400\/10:focus-within{background-color:#b4b4d11a}.focus-within\:bg-primary-400\/20:focus-within{background-color:#b4b4d133}.focus-within\:bg-primary-400\/25:focus-within{background-color:#b4b4d140}.focus-within\:bg-primary-400\/30:focus-within{background-color:#b4b4d14d}.focus-within\:bg-primary-400\/40:focus-within{background-color:#b4b4d166}.focus-within\:bg-primary-400\/50:focus-within{background-color:#b4b4d180}.focus-within\:bg-primary-400\/60:focus-within{background-color:#b4b4d199}.focus-within\:bg-primary-400\/70:focus-within{background-color:#b4b4d1b3}.focus-within\:bg-primary-400\/75:focus-within{background-color:#b4b4d1bf}.focus-within\:bg-primary-400\/80:focus-within{background-color:#b4b4d1cc}.focus-within\:bg-primary-400\/90:focus-within{background-color:#b4b4d1e6}.focus-within\:bg-primary-400\/95:focus-within{background-color:#b4b4d1f2}.focus-within\:bg-primary-400\/100:focus-within{background-color:#b4b4d1}.focus-within\:bg-primary-500\/0:focus-within{background-color:#9393bf00}.focus-within\:bg-primary-500\/5:focus-within{background-color:#9393bf0d}.focus-within\:bg-primary-500\/10:focus-within{background-color:#9393bf1a}.focus-within\:bg-primary-500\/20:focus-within{background-color:#9393bf33}.focus-within\:bg-primary-500\/25:focus-within{background-color:#9393bf40}.focus-within\:bg-primary-500\/30:focus-within{background-color:#9393bf4d}.focus-within\:bg-primary-500\/40:focus-within{background-color:#9393bf66}.focus-within\:bg-primary-500\/50:focus-within{background-color:#9393bf80}.focus-within\:bg-primary-500\/60:focus-within{background-color:#9393bf99}.focus-within\:bg-primary-500\/70:focus-within{background-color:#9393bfb3}.focus-within\:bg-primary-500\/75:focus-within{background-color:#9393bfbf}.focus-within\:bg-primary-500\/80:focus-within{background-color:#9393bfcc}.focus-within\:bg-primary-500\/90:focus-within{background-color:#9393bfe6}.focus-within\:bg-primary-500\/95:focus-within{background-color:#9393bff2}.focus-within\:bg-primary-500\/100:focus-within{background-color:#9393bf}.focus-within\:bg-primary-600\/0:focus-within{background-color:#6868ac00}.focus-within\:bg-primary-600\/5:focus-within{background-color:#6868ac0d}.focus-within\:bg-primary-600\/10:focus-within{background-color:#6868ac1a}.focus-within\:bg-primary-600\/20:focus-within{background-color:#6868ac33}.focus-within\:bg-primary-600\/25:focus-within{background-color:#6868ac40}.focus-within\:bg-primary-600\/30:focus-within{background-color:#6868ac4d}.focus-within\:bg-primary-600\/40:focus-within{background-color:#6868ac66}.focus-within\:bg-primary-600\/50:focus-within{background-color:#6868ac80}.focus-within\:bg-primary-600\/60:focus-within{background-color:#6868ac99}.focus-within\:bg-primary-600\/70:focus-within{background-color:#6868acb3}.focus-within\:bg-primary-600\/75:focus-within{background-color:#6868acbf}.focus-within\:bg-primary-600\/80:focus-within{background-color:#6868accc}.focus-within\:bg-primary-600\/90:focus-within{background-color:#6868ace6}.focus-within\:bg-primary-600\/95:focus-within{background-color:#6868acf2}.focus-within\:bg-primary-600\/100:focus-within{background-color:#6868ac}.focus-within\:bg-primary-700\/0:focus-within{background-color:#5d5d9900}.focus-within\:bg-primary-700\/5:focus-within{background-color:#5d5d990d}.focus-within\:bg-primary-700\/10:focus-within{background-color:#5d5d991a}.focus-within\:bg-primary-700\/20:focus-within{background-color:#5d5d9933}.focus-within\:bg-primary-700\/25:focus-within{background-color:#5d5d9940}.focus-within\:bg-primary-700\/30:focus-within{background-color:#5d5d994d}.focus-within\:bg-primary-700\/40:focus-within{background-color:#5d5d9966}.focus-within\:bg-primary-700\/50:focus-within{background-color:#5d5d9980}.focus-within\:bg-primary-700\/60:focus-within{background-color:#5d5d9999}.focus-within\:bg-primary-700\/70:focus-within{background-color:#5d5d99b3}.focus-within\:bg-primary-700\/75:focus-within{background-color:#5d5d99bf}.focus-within\:bg-primary-700\/80:focus-within{background-color:#5d5d99cc}.focus-within\:bg-primary-700\/90:focus-within{background-color:#5d5d99e6}.focus-within\:bg-primary-700\/95:focus-within{background-color:#5d5d99f2}.focus-within\:bg-primary-700\/100:focus-within{background-color:#5d5d99}.focus-within\:bg-primary-800\/0:focus-within{background-color:#50508500}.focus-within\:bg-primary-800\/5:focus-within{background-color:#5050850d}.focus-within\:bg-primary-800\/10:focus-within{background-color:#5050851a}.focus-within\:bg-primary-800\/20:focus-within{background-color:#50508533}.focus-within\:bg-primary-800\/25:focus-within{background-color:#50508540}.focus-within\:bg-primary-800\/30:focus-within{background-color:#5050854d}.focus-within\:bg-primary-800\/40:focus-within{background-color:#50508566}.focus-within\:bg-primary-800\/50:focus-within{background-color:#50508580}.focus-within\:bg-primary-800\/60:focus-within{background-color:#50508599}.focus-within\:bg-primary-800\/70:focus-within{background-color:#505085b3}.focus-within\:bg-primary-800\/75:focus-within{background-color:#505085bf}.focus-within\:bg-primary-800\/80:focus-within{background-color:#505085cc}.focus-within\:bg-primary-800\/90:focus-within{background-color:#505085e6}.focus-within\:bg-primary-800\/95:focus-within{background-color:#505085f2}.focus-within\:bg-primary-800\/100:focus-within{background-color:#505085}.focus-within\:bg-primary-900\/0:focus-within{background-color:#41416c00}.focus-within\:bg-primary-900\/5:focus-within{background-color:#41416c0d}.focus-within\:bg-primary-900\/10:focus-within{background-color:#41416c1a}.focus-within\:bg-primary-900\/20:focus-within{background-color:#41416c33}.focus-within\:bg-primary-900\/25:focus-within{background-color:#41416c40}.focus-within\:bg-primary-900\/30:focus-within{background-color:#41416c4d}.focus-within\:bg-primary-900\/40:focus-within{background-color:#41416c66}.focus-within\:bg-primary-900\/50:focus-within{background-color:#41416c80}.focus-within\:bg-primary-900\/60:focus-within{background-color:#41416c99}.focus-within\:bg-primary-900\/70:focus-within{background-color:#41416cb3}.focus-within\:bg-primary-900\/75:focus-within{background-color:#41416cbf}.focus-within\:bg-primary-900\/80:focus-within{background-color:#41416ccc}.focus-within\:bg-primary-900\/90:focus-within{background-color:#41416ce6}.focus-within\:bg-primary-900\/95:focus-within{background-color:#41416cf2}.focus-within\:bg-primary-900\/100:focus-within{background-color:#41416c}.focus-within\:bg-primary-1000\/0:focus-within{background-color:#2e2e4c00}.focus-within\:bg-primary-1000\/5:focus-within{background-color:#2e2e4c0d}.focus-within\:bg-primary-1000\/10:focus-within{background-color:#2e2e4c1a}.focus-within\:bg-primary-1000\/20:focus-within{background-color:#2e2e4c33}.focus-within\:bg-primary-1000\/25:focus-within{background-color:#2e2e4c40}.focus-within\:bg-primary-1000\/30:focus-within{background-color:#2e2e4c4d}.focus-within\:bg-primary-1000\/40:focus-within{background-color:#2e2e4c66}.focus-within\:bg-primary-1000\/50:focus-within{background-color:#2e2e4c80}.focus-within\:bg-primary-1000\/60:focus-within{background-color:#2e2e4c99}.focus-within\:bg-primary-1000\/70:focus-within{background-color:#2e2e4cb3}.focus-within\:bg-primary-1000\/75:focus-within{background-color:#2e2e4cbf}.focus-within\:bg-primary-1000\/80:focus-within{background-color:#2e2e4ccc}.focus-within\:bg-primary-1000\/90:focus-within{background-color:#2e2e4ce6}.focus-within\:bg-primary-1000\/95:focus-within{background-color:#2e2e4cf2}.focus-within\:bg-primary-1000\/100:focus-within{background-color:#2e2e4c}.focus-within\:bg-primary-highlight-100\/0:focus-within{background-color:#f7f5fe00}.focus-within\:bg-primary-highlight-100\/5:focus-within{background-color:#f7f5fe0d}.focus-within\:bg-primary-highlight-100\/10:focus-within{background-color:#f7f5fe1a}.focus-within\:bg-primary-highlight-100\/20:focus-within{background-color:#f7f5fe33}.focus-within\:bg-primary-highlight-100\/25:focus-within{background-color:#f7f5fe40}.focus-within\:bg-primary-highlight-100\/30:focus-within{background-color:#f7f5fe4d}.focus-within\:bg-primary-highlight-100\/40:focus-within{background-color:#f7f5fe66}.focus-within\:bg-primary-highlight-100\/50:focus-within{background-color:#f7f5fe80}.focus-within\:bg-primary-highlight-100\/60:focus-within{background-color:#f7f5fe99}.focus-within\:bg-primary-highlight-100\/70:focus-within{background-color:#f7f5feb3}.focus-within\:bg-primary-highlight-100\/75:focus-within{background-color:#f7f5febf}.focus-within\:bg-primary-highlight-100\/80:focus-within{background-color:#f7f5fecc}.focus-within\:bg-primary-highlight-100\/90:focus-within{background-color:#f7f5fee6}.focus-within\:bg-primary-highlight-100\/95:focus-within{background-color:#f7f5fef2}.focus-within\:bg-primary-highlight-100\/100:focus-within{background-color:#f7f5fe}.focus-within\:bg-primary-highlight-200\/0:focus-within{background-color:#efecfe00}.focus-within\:bg-primary-highlight-200\/5:focus-within{background-color:#efecfe0d}.focus-within\:bg-primary-highlight-200\/10:focus-within{background-color:#efecfe1a}.focus-within\:bg-primary-highlight-200\/20:focus-within{background-color:#efecfe33}.focus-within\:bg-primary-highlight-200\/25:focus-within{background-color:#efecfe40}.focus-within\:bg-primary-highlight-200\/30:focus-within{background-color:#efecfe4d}.focus-within\:bg-primary-highlight-200\/40:focus-within{background-color:#efecfe66}.focus-within\:bg-primary-highlight-200\/50:focus-within{background-color:#efecfe80}.focus-within\:bg-primary-highlight-200\/60:focus-within{background-color:#efecfe99}.focus-within\:bg-primary-highlight-200\/70:focus-within{background-color:#efecfeb3}.focus-within\:bg-primary-highlight-200\/75:focus-within{background-color:#efecfebf}.focus-within\:bg-primary-highlight-200\/80:focus-within{background-color:#efecfecc}.focus-within\:bg-primary-highlight-200\/90:focus-within{background-color:#efecfee6}.focus-within\:bg-primary-highlight-200\/95:focus-within{background-color:#efecfef2}.focus-within\:bg-primary-highlight-200\/100:focus-within{background-color:#efecfe}.focus-within\:bg-primary-highlight-300\/0:focus-within{background-color:#dfd8fd00}.focus-within\:bg-primary-highlight-300\/5:focus-within{background-color:#dfd8fd0d}.focus-within\:bg-primary-highlight-300\/10:focus-within{background-color:#dfd8fd1a}.focus-within\:bg-primary-highlight-300\/20:focus-within{background-color:#dfd8fd33}.focus-within\:bg-primary-highlight-300\/25:focus-within{background-color:#dfd8fd40}.focus-within\:bg-primary-highlight-300\/30:focus-within{background-color:#dfd8fd4d}.focus-within\:bg-primary-highlight-300\/40:focus-within{background-color:#dfd8fd66}.focus-within\:bg-primary-highlight-300\/50:focus-within{background-color:#dfd8fd80}.focus-within\:bg-primary-highlight-300\/60:focus-within{background-color:#dfd8fd99}.focus-within\:bg-primary-highlight-300\/70:focus-within{background-color:#dfd8fdb3}.focus-within\:bg-primary-highlight-300\/75:focus-within{background-color:#dfd8fdbf}.focus-within\:bg-primary-highlight-300\/80:focus-within{background-color:#dfd8fdcc}.focus-within\:bg-primary-highlight-300\/90:focus-within{background-color:#dfd8fde6}.focus-within\:bg-primary-highlight-300\/95:focus-within{background-color:#dfd8fdf2}.focus-within\:bg-primary-highlight-300\/100:focus-within{background-color:#dfd8fd}.focus-within\:bg-primary-highlight-400\/0:focus-within{background-color:#cec1fc00}.focus-within\:bg-primary-highlight-400\/5:focus-within{background-color:#cec1fc0d}.focus-within\:bg-primary-highlight-400\/10:focus-within{background-color:#cec1fc1a}.focus-within\:bg-primary-highlight-400\/20:focus-within{background-color:#cec1fc33}.focus-within\:bg-primary-highlight-400\/25:focus-within{background-color:#cec1fc40}.focus-within\:bg-primary-highlight-400\/30:focus-within{background-color:#cec1fc4d}.focus-within\:bg-primary-highlight-400\/40:focus-within{background-color:#cec1fc66}.focus-within\:bg-primary-highlight-400\/50:focus-within{background-color:#cec1fc80}.focus-within\:bg-primary-highlight-400\/60:focus-within{background-color:#cec1fc99}.focus-within\:bg-primary-highlight-400\/70:focus-within{background-color:#cec1fcb3}.focus-within\:bg-primary-highlight-400\/75:focus-within{background-color:#cec1fcbf}.focus-within\:bg-primary-highlight-400\/80:focus-within{background-color:#cec1fccc}.focus-within\:bg-primary-highlight-400\/90:focus-within{background-color:#cec1fce6}.focus-within\:bg-primary-highlight-400\/95:focus-within{background-color:#cec1fcf2}.focus-within\:bg-primary-highlight-400\/100:focus-within{background-color:#cec1fc}.focus-within\:bg-primary-highlight-500\/0:focus-within{background-color:#bba8fb00}.focus-within\:bg-primary-highlight-500\/5:focus-within{background-color:#bba8fb0d}.focus-within\:bg-primary-highlight-500\/10:focus-within{background-color:#bba8fb1a}.focus-within\:bg-primary-highlight-500\/20:focus-within{background-color:#bba8fb33}.focus-within\:bg-primary-highlight-500\/25:focus-within{background-color:#bba8fb40}.focus-within\:bg-primary-highlight-500\/30:focus-within{background-color:#bba8fb4d}.focus-within\:bg-primary-highlight-500\/40:focus-within{background-color:#bba8fb66}.focus-within\:bg-primary-highlight-500\/50:focus-within{background-color:#bba8fb80}.focus-within\:bg-primary-highlight-500\/60:focus-within{background-color:#bba8fb99}.focus-within\:bg-primary-highlight-500\/70:focus-within{background-color:#bba8fbb3}.focus-within\:bg-primary-highlight-500\/75:focus-within{background-color:#bba8fbbf}.focus-within\:bg-primary-highlight-500\/80:focus-within{background-color:#bba8fbcc}.focus-within\:bg-primary-highlight-500\/90:focus-within{background-color:#bba8fbe6}.focus-within\:bg-primary-highlight-500\/95:focus-within{background-color:#bba8fbf2}.focus-within\:bg-primary-highlight-500\/100:focus-within{background-color:#bba8fb}.focus-within\:bg-primary-highlight-600\/0:focus-within{background-color:#a78bfa00}.focus-within\:bg-primary-highlight-600\/5:focus-within{background-color:#a78bfa0d}.focus-within\:bg-primary-highlight-600\/10:focus-within{background-color:#a78bfa1a}.focus-within\:bg-primary-highlight-600\/20:focus-within{background-color:#a78bfa33}.focus-within\:bg-primary-highlight-600\/25:focus-within{background-color:#a78bfa40}.focus-within\:bg-primary-highlight-600\/30:focus-within{background-color:#a78bfa4d}.focus-within\:bg-primary-highlight-600\/40:focus-within{background-color:#a78bfa66}.focus-within\:bg-primary-highlight-600\/50:focus-within{background-color:#a78bfa80}.focus-within\:bg-primary-highlight-600\/60:focus-within{background-color:#a78bfa99}.focus-within\:bg-primary-highlight-600\/70:focus-within{background-color:#a78bfab3}.focus-within\:bg-primary-highlight-600\/75:focus-within{background-color:#a78bfabf}.focus-within\:bg-primary-highlight-600\/80:focus-within{background-color:#a78bfacc}.focus-within\:bg-primary-highlight-600\/90:focus-within{background-color:#a78bfae6}.focus-within\:bg-primary-highlight-600\/95:focus-within{background-color:#a78bfaf2}.focus-within\:bg-primary-highlight-600\/100:focus-within{background-color:#a78bfa}.focus-within\:bg-primary-highlight-700\/0:focus-within{background-color:#957cdf00}.focus-within\:bg-primary-highlight-700\/5:focus-within{background-color:#957cdf0d}.focus-within\:bg-primary-highlight-700\/10:focus-within{background-color:#957cdf1a}.focus-within\:bg-primary-highlight-700\/20:focus-within{background-color:#957cdf33}.focus-within\:bg-primary-highlight-700\/25:focus-within{background-color:#957cdf40}.focus-within\:bg-primary-highlight-700\/30:focus-within{background-color:#957cdf4d}.focus-within\:bg-primary-highlight-700\/40:focus-within{background-color:#957cdf66}.focus-within\:bg-primary-highlight-700\/50:focus-within{background-color:#957cdf80}.focus-within\:bg-primary-highlight-700\/60:focus-within{background-color:#957cdf99}.focus-within\:bg-primary-highlight-700\/70:focus-within{background-color:#957cdfb3}.focus-within\:bg-primary-highlight-700\/75:focus-within{background-color:#957cdfbf}.focus-within\:bg-primary-highlight-700\/80:focus-within{background-color:#957cdfcc}.focus-within\:bg-primary-highlight-700\/90:focus-within{background-color:#957cdfe6}.focus-within\:bg-primary-highlight-700\/95:focus-within{background-color:#957cdff2}.focus-within\:bg-primary-highlight-700\/100:focus-within{background-color:#957cdf}.focus-within\:bg-primary-highlight-800\/0:focus-within{background-color:#816bc100}.focus-within\:bg-primary-highlight-800\/5:focus-within{background-color:#816bc10d}.focus-within\:bg-primary-highlight-800\/10:focus-within{background-color:#816bc11a}.focus-within\:bg-primary-highlight-800\/20:focus-within{background-color:#816bc133}.focus-within\:bg-primary-highlight-800\/25:focus-within{background-color:#816bc140}.focus-within\:bg-primary-highlight-800\/30:focus-within{background-color:#816bc14d}.focus-within\:bg-primary-highlight-800\/40:focus-within{background-color:#816bc166}.focus-within\:bg-primary-highlight-800\/50:focus-within{background-color:#816bc180}.focus-within\:bg-primary-highlight-800\/60:focus-within{background-color:#816bc199}.focus-within\:bg-primary-highlight-800\/70:focus-within{background-color:#816bc1b3}.focus-within\:bg-primary-highlight-800\/75:focus-within{background-color:#816bc1bf}.focus-within\:bg-primary-highlight-800\/80:focus-within{background-color:#816bc1cc}.focus-within\:bg-primary-highlight-800\/90:focus-within{background-color:#816bc1e6}.focus-within\:bg-primary-highlight-800\/95:focus-within{background-color:#816bc1f2}.focus-within\:bg-primary-highlight-800\/100:focus-within{background-color:#816bc1}.focus-within\:bg-primary-highlight-900\/0:focus-within{background-color:#69579e00}.focus-within\:bg-primary-highlight-900\/5:focus-within{background-color:#69579e0d}.focus-within\:bg-primary-highlight-900\/10:focus-within{background-color:#69579e1a}.focus-within\:bg-primary-highlight-900\/20:focus-within{background-color:#69579e33}.focus-within\:bg-primary-highlight-900\/25:focus-within{background-color:#69579e40}.focus-within\:bg-primary-highlight-900\/30:focus-within{background-color:#69579e4d}.focus-within\:bg-primary-highlight-900\/40:focus-within{background-color:#69579e66}.focus-within\:bg-primary-highlight-900\/50:focus-within{background-color:#69579e80}.focus-within\:bg-primary-highlight-900\/60:focus-within{background-color:#69579e99}.focus-within\:bg-primary-highlight-900\/70:focus-within{background-color:#69579eb3}.focus-within\:bg-primary-highlight-900\/75:focus-within{background-color:#69579ebf}.focus-within\:bg-primary-highlight-900\/80:focus-within{background-color:#69579ecc}.focus-within\:bg-primary-highlight-900\/90:focus-within{background-color:#69579ee6}.focus-within\:bg-primary-highlight-900\/95:focus-within{background-color:#69579ef2}.focus-within\:bg-primary-highlight-900\/100:focus-within{background-color:#69579e}.focus-within\:bg-primary-highlight-1000\/0:focus-within{background-color:#4a3e6f00}.focus-within\:bg-primary-highlight-1000\/5:focus-within{background-color:#4a3e6f0d}.focus-within\:bg-primary-highlight-1000\/10:focus-within{background-color:#4a3e6f1a}.focus-within\:bg-primary-highlight-1000\/20:focus-within{background-color:#4a3e6f33}.focus-within\:bg-primary-highlight-1000\/25:focus-within{background-color:#4a3e6f40}.focus-within\:bg-primary-highlight-1000\/30:focus-within{background-color:#4a3e6f4d}.focus-within\:bg-primary-highlight-1000\/40:focus-within{background-color:#4a3e6f66}.focus-within\:bg-primary-highlight-1000\/50:focus-within{background-color:#4a3e6f80}.focus-within\:bg-primary-highlight-1000\/60:focus-within{background-color:#4a3e6f99}.focus-within\:bg-primary-highlight-1000\/70:focus-within{background-color:#4a3e6fb3}.focus-within\:bg-primary-highlight-1000\/75:focus-within{background-color:#4a3e6fbf}.focus-within\:bg-primary-highlight-1000\/80:focus-within{background-color:#4a3e6fcc}.focus-within\:bg-primary-highlight-1000\/90:focus-within{background-color:#4a3e6fe6}.focus-within\:bg-primary-highlight-1000\/95:focus-within{background-color:#4a3e6ff2}.focus-within\:bg-primary-highlight-1000\/100:focus-within{background-color:#4a3e6f}.focus-within\:bg-secondary-100\/0:focus-within{background-color:#fef7f200}.focus-within\:bg-secondary-100\/5:focus-within{background-color:#fef7f20d}.focus-within\:bg-secondary-100\/10:focus-within{background-color:#fef7f21a}.focus-within\:bg-secondary-100\/20:focus-within{background-color:#fef7f233}.focus-within\:bg-secondary-100\/25:focus-within{background-color:#fef7f240}.focus-within\:bg-secondary-100\/30:focus-within{background-color:#fef7f24d}.focus-within\:bg-secondary-100\/40:focus-within{background-color:#fef7f266}.focus-within\:bg-secondary-100\/50:focus-within{background-color:#fef7f280}.focus-within\:bg-secondary-100\/60:focus-within{background-color:#fef7f299}.focus-within\:bg-secondary-100\/70:focus-within{background-color:#fef7f2b3}.focus-within\:bg-secondary-100\/75:focus-within{background-color:#fef7f2bf}.focus-within\:bg-secondary-100\/80:focus-within{background-color:#fef7f2cc}.focus-within\:bg-secondary-100\/90:focus-within{background-color:#fef7f2e6}.focus-within\:bg-secondary-100\/95:focus-within{background-color:#fef7f2f2}.focus-within\:bg-secondary-100\/100:focus-within{background-color:#fef7f2}.focus-within\:bg-secondary-200\/0:focus-within{background-color:#fef0e400}.focus-within\:bg-secondary-200\/5:focus-within{background-color:#fef0e40d}.focus-within\:bg-secondary-200\/10:focus-within{background-color:#fef0e41a}.focus-within\:bg-secondary-200\/20:focus-within{background-color:#fef0e433}.focus-within\:bg-secondary-200\/25:focus-within{background-color:#fef0e440}.focus-within\:bg-secondary-200\/30:focus-within{background-color:#fef0e44d}.focus-within\:bg-secondary-200\/40:focus-within{background-color:#fef0e466}.focus-within\:bg-secondary-200\/50:focus-within{background-color:#fef0e480}.focus-within\:bg-secondary-200\/60:focus-within{background-color:#fef0e499}.focus-within\:bg-secondary-200\/70:focus-within{background-color:#fef0e4b3}.focus-within\:bg-secondary-200\/75:focus-within{background-color:#fef0e4bf}.focus-within\:bg-secondary-200\/80:focus-within{background-color:#fef0e4cc}.focus-within\:bg-secondary-200\/90:focus-within{background-color:#fef0e4e6}.focus-within\:bg-secondary-200\/95:focus-within{background-color:#fef0e4f2}.focus-within\:bg-secondary-200\/100:focus-within{background-color:#fef0e4}.focus-within\:bg-secondary-300\/0:focus-within{background-color:#fde1c600}.focus-within\:bg-secondary-300\/5:focus-within{background-color:#fde1c60d}.focus-within\:bg-secondary-300\/10:focus-within{background-color:#fde1c61a}.focus-within\:bg-secondary-300\/20:focus-within{background-color:#fde1c633}.focus-within\:bg-secondary-300\/25:focus-within{background-color:#fde1c640}.focus-within\:bg-secondary-300\/30:focus-within{background-color:#fde1c64d}.focus-within\:bg-secondary-300\/40:focus-within{background-color:#fde1c666}.focus-within\:bg-secondary-300\/50:focus-within{background-color:#fde1c680}.focus-within\:bg-secondary-300\/60:focus-within{background-color:#fde1c699}.focus-within\:bg-secondary-300\/70:focus-within{background-color:#fde1c6b3}.focus-within\:bg-secondary-300\/75:focus-within{background-color:#fde1c6bf}.focus-within\:bg-secondary-300\/80:focus-within{background-color:#fde1c6cc}.focus-within\:bg-secondary-300\/90:focus-within{background-color:#fde1c6e6}.focus-within\:bg-secondary-300\/95:focus-within{background-color:#fde1c6f2}.focus-within\:bg-secondary-300\/100:focus-within{background-color:#fde1c6}.focus-within\:bg-secondary-400\/0:focus-within{background-color:#fcd1a200}.focus-within\:bg-secondary-400\/5:focus-within{background-color:#fcd1a20d}.focus-within\:bg-secondary-400\/10:focus-within{background-color:#fcd1a21a}.focus-within\:bg-secondary-400\/20:focus-within{background-color:#fcd1a233}.focus-within\:bg-secondary-400\/25:focus-within{background-color:#fcd1a240}.focus-within\:bg-secondary-400\/30:focus-within{background-color:#fcd1a24d}.focus-within\:bg-secondary-400\/40:focus-within{background-color:#fcd1a266}.focus-within\:bg-secondary-400\/50:focus-within{background-color:#fcd1a280}.focus-within\:bg-secondary-400\/60:focus-within{background-color:#fcd1a299}.focus-within\:bg-secondary-400\/70:focus-within{background-color:#fcd1a2b3}.focus-within\:bg-secondary-400\/75:focus-within{background-color:#fcd1a2bf}.focus-within\:bg-secondary-400\/80:focus-within{background-color:#fcd1a2cc}.focus-within\:bg-secondary-400\/90:focus-within{background-color:#fcd1a2e6}.focus-within\:bg-secondary-400\/95:focus-within{background-color:#fcd1a2f2}.focus-within\:bg-secondary-400\/100:focus-within{background-color:#fcd1a2}.focus-within\:bg-secondary-500\/0:focus-within{background-color:#fbbf7500}.focus-within\:bg-secondary-500\/5:focus-within{background-color:#fbbf750d}.focus-within\:bg-secondary-500\/10:focus-within{background-color:#fbbf751a}.focus-within\:bg-secondary-500\/20:focus-within{background-color:#fbbf7533}.focus-within\:bg-secondary-500\/25:focus-within{background-color:#fbbf7540}.focus-within\:bg-secondary-500\/30:focus-within{background-color:#fbbf754d}.focus-within\:bg-secondary-500\/40:focus-within{background-color:#fbbf7566}.focus-within\:bg-secondary-500\/50:focus-within{background-color:#fbbf7580}.focus-within\:bg-secondary-500\/60:focus-within{background-color:#fbbf7599}.focus-within\:bg-secondary-500\/70:focus-within{background-color:#fbbf75b3}.focus-within\:bg-secondary-500\/75:focus-within{background-color:#fbbf75bf}.focus-within\:bg-secondary-500\/80:focus-within{background-color:#fbbf75cc}.focus-within\:bg-secondary-500\/90:focus-within{background-color:#fbbf75e6}.focus-within\:bg-secondary-500\/95:focus-within{background-color:#fbbf75f2}.focus-within\:bg-secondary-500\/100:focus-within{background-color:#fbbf75}.focus-within\:bg-secondary-600\/0:focus-within{background-color:#faac1e00}.focus-within\:bg-secondary-600\/5:focus-within{background-color:#faac1e0d}.focus-within\:bg-secondary-600\/10:focus-within{background-color:#faac1e1a}.focus-within\:bg-secondary-600\/20:focus-within{background-color:#faac1e33}.focus-within\:bg-secondary-600\/25:focus-within{background-color:#faac1e40}.focus-within\:bg-secondary-600\/30:focus-within{background-color:#faac1e4d}.focus-within\:bg-secondary-600\/40:focus-within{background-color:#faac1e66}.focus-within\:bg-secondary-600\/50:focus-within{background-color:#faac1e80}.focus-within\:bg-secondary-600\/60:focus-within{background-color:#faac1e99}.focus-within\:bg-secondary-600\/70:focus-within{background-color:#faac1eb3}.focus-within\:bg-secondary-600\/75:focus-within{background-color:#faac1ebf}.focus-within\:bg-secondary-600\/80:focus-within{background-color:#faac1ecc}.focus-within\:bg-secondary-600\/90:focus-within{background-color:#faac1ee6}.focus-within\:bg-secondary-600\/95:focus-within{background-color:#faac1ef2}.focus-within\:bg-secondary-600\/100:focus-within{background-color:#faac1e}.focus-within\:bg-secondary-700\/0:focus-within{background-color:#df991a00}.focus-within\:bg-secondary-700\/5:focus-within{background-color:#df991a0d}.focus-within\:bg-secondary-700\/10:focus-within{background-color:#df991a1a}.focus-within\:bg-secondary-700\/20:focus-within{background-color:#df991a33}.focus-within\:bg-secondary-700\/25:focus-within{background-color:#df991a40}.focus-within\:bg-secondary-700\/30:focus-within{background-color:#df991a4d}.focus-within\:bg-secondary-700\/40:focus-within{background-color:#df991a66}.focus-within\:bg-secondary-700\/50:focus-within{background-color:#df991a80}.focus-within\:bg-secondary-700\/60:focus-within{background-color:#df991a99}.focus-within\:bg-secondary-700\/70:focus-within{background-color:#df991ab3}.focus-within\:bg-secondary-700\/75:focus-within{background-color:#df991abf}.focus-within\:bg-secondary-700\/80:focus-within{background-color:#df991acc}.focus-within\:bg-secondary-700\/90:focus-within{background-color:#df991ae6}.focus-within\:bg-secondary-700\/95:focus-within{background-color:#df991af2}.focus-within\:bg-secondary-700\/100:focus-within{background-color:#df991a}.focus-within\:bg-secondary-800\/0:focus-within{background-color:#c1851700}.focus-within\:bg-secondary-800\/5:focus-within{background-color:#c185170d}.focus-within\:bg-secondary-800\/10:focus-within{background-color:#c185171a}.focus-within\:bg-secondary-800\/20:focus-within{background-color:#c1851733}.focus-within\:bg-secondary-800\/25:focus-within{background-color:#c1851740}.focus-within\:bg-secondary-800\/30:focus-within{background-color:#c185174d}.focus-within\:bg-secondary-800\/40:focus-within{background-color:#c1851766}.focus-within\:bg-secondary-800\/50:focus-within{background-color:#c1851780}.focus-within\:bg-secondary-800\/60:focus-within{background-color:#c1851799}.focus-within\:bg-secondary-800\/70:focus-within{background-color:#c18517b3}.focus-within\:bg-secondary-800\/75:focus-within{background-color:#c18517bf}.focus-within\:bg-secondary-800\/80:focus-within{background-color:#c18517cc}.focus-within\:bg-secondary-800\/90:focus-within{background-color:#c18517e6}.focus-within\:bg-secondary-800\/95:focus-within{background-color:#c18517f2}.focus-within\:bg-secondary-800\/100:focus-within{background-color:#c18517}.focus-within\:bg-secondary-900\/0:focus-within{background-color:#9e6c1200}.focus-within\:bg-secondary-900\/5:focus-within{background-color:#9e6c120d}.focus-within\:bg-secondary-900\/10:focus-within{background-color:#9e6c121a}.focus-within\:bg-secondary-900\/20:focus-within{background-color:#9e6c1233}.focus-within\:bg-secondary-900\/25:focus-within{background-color:#9e6c1240}.focus-within\:bg-secondary-900\/30:focus-within{background-color:#9e6c124d}.focus-within\:bg-secondary-900\/40:focus-within{background-color:#9e6c1266}.focus-within\:bg-secondary-900\/50:focus-within{background-color:#9e6c1280}.focus-within\:bg-secondary-900\/60:focus-within{background-color:#9e6c1299}.focus-within\:bg-secondary-900\/70:focus-within{background-color:#9e6c12b3}.focus-within\:bg-secondary-900\/75:focus-within{background-color:#9e6c12bf}.focus-within\:bg-secondary-900\/80:focus-within{background-color:#9e6c12cc}.focus-within\:bg-secondary-900\/90:focus-within{background-color:#9e6c12e6}.focus-within\:bg-secondary-900\/95:focus-within{background-color:#9e6c12f2}.focus-within\:bg-secondary-900\/100:focus-within{background-color:#9e6c12}.focus-within\:bg-secondary-1000\/0:focus-within{background-color:#6f4c0d00}.focus-within\:bg-secondary-1000\/5:focus-within{background-color:#6f4c0d0d}.focus-within\:bg-secondary-1000\/10:focus-within{background-color:#6f4c0d1a}.focus-within\:bg-secondary-1000\/20:focus-within{background-color:#6f4c0d33}.focus-within\:bg-secondary-1000\/25:focus-within{background-color:#6f4c0d40}.focus-within\:bg-secondary-1000\/30:focus-within{background-color:#6f4c0d4d}.focus-within\:bg-secondary-1000\/40:focus-within{background-color:#6f4c0d66}.focus-within\:bg-secondary-1000\/50:focus-within{background-color:#6f4c0d80}.focus-within\:bg-secondary-1000\/60:focus-within{background-color:#6f4c0d99}.focus-within\:bg-secondary-1000\/70:focus-within{background-color:#6f4c0db3}.focus-within\:bg-secondary-1000\/75:focus-within{background-color:#6f4c0dbf}.focus-within\:bg-secondary-1000\/80:focus-within{background-color:#6f4c0dcc}.focus-within\:bg-secondary-1000\/90:focus-within{background-color:#6f4c0de6}.focus-within\:bg-secondary-1000\/95:focus-within{background-color:#6f4c0df2}.focus-within\:bg-secondary-1000\/100:focus-within{background-color:#6f4c0d}.focus-within\:bg-grey-100\/0:focus-within{background-color:#f2f3f400}.focus-within\:bg-grey-100\/5:focus-within{background-color:#f2f3f40d}.focus-within\:bg-grey-100\/10:focus-within{background-color:#f2f3f41a}.focus-within\:bg-grey-100\/20:focus-within{background-color:#f2f3f433}.focus-within\:bg-grey-100\/25:focus-within{background-color:#f2f3f440}.focus-within\:bg-grey-100\/30:focus-within{background-color:#f2f3f44d}.focus-within\:bg-grey-100\/40:focus-within{background-color:#f2f3f466}.focus-within\:bg-grey-100\/50:focus-within{background-color:#f2f3f480}.focus-within\:bg-grey-100\/60:focus-within{background-color:#f2f3f499}.focus-within\:bg-grey-100\/70:focus-within{background-color:#f2f3f4b3}.focus-within\:bg-grey-100\/75:focus-within{background-color:#f2f3f4bf}.focus-within\:bg-grey-100\/80:focus-within{background-color:#f2f3f4cc}.focus-within\:bg-grey-100\/90:focus-within{background-color:#f2f3f4e6}.focus-within\:bg-grey-100\/95:focus-within{background-color:#f2f3f4f2}.focus-within\:bg-grey-100\/100:focus-within{background-color:#f2f3f4}.focus-within\:bg-grey-200\/0:focus-within{background-color:#e6e7e800}.focus-within\:bg-grey-200\/5:focus-within{background-color:#e6e7e80d}.focus-within\:bg-grey-200\/10:focus-within{background-color:#e6e7e81a}.focus-within\:bg-grey-200\/20:focus-within{background-color:#e6e7e833}.focus-within\:bg-grey-200\/25:focus-within{background-color:#e6e7e840}.focus-within\:bg-grey-200\/30:focus-within{background-color:#e6e7e84d}.focus-within\:bg-grey-200\/40:focus-within{background-color:#e6e7e866}.focus-within\:bg-grey-200\/50:focus-within{background-color:#e6e7e880}.focus-within\:bg-grey-200\/60:focus-within{background-color:#e6e7e899}.focus-within\:bg-grey-200\/70:focus-within{background-color:#e6e7e8b3}.focus-within\:bg-grey-200\/75:focus-within{background-color:#e6e7e8bf}.focus-within\:bg-grey-200\/80:focus-within{background-color:#e6e7e8cc}.focus-within\:bg-grey-200\/90:focus-within{background-color:#e6e7e8e6}.focus-within\:bg-grey-200\/95:focus-within{background-color:#e6e7e8f2}.focus-within\:bg-grey-200\/100:focus-within{background-color:#e6e7e8}.focus-within\:bg-grey-300\/0:focus-within{background-color:#caccd000}.focus-within\:bg-grey-300\/5:focus-within{background-color:#caccd00d}.focus-within\:bg-grey-300\/10:focus-within{background-color:#caccd01a}.focus-within\:bg-grey-300\/20:focus-within{background-color:#caccd033}.focus-within\:bg-grey-300\/25:focus-within{background-color:#caccd040}.focus-within\:bg-grey-300\/30:focus-within{background-color:#caccd04d}.focus-within\:bg-grey-300\/40:focus-within{background-color:#caccd066}.focus-within\:bg-grey-300\/50:focus-within{background-color:#caccd080}.focus-within\:bg-grey-300\/60:focus-within{background-color:#caccd099}.focus-within\:bg-grey-300\/70:focus-within{background-color:#caccd0b3}.focus-within\:bg-grey-300\/75:focus-within{background-color:#caccd0bf}.focus-within\:bg-grey-300\/80:focus-within{background-color:#caccd0cc}.focus-within\:bg-grey-300\/90:focus-within{background-color:#caccd0e6}.focus-within\:bg-grey-300\/95:focus-within{background-color:#caccd0f2}.focus-within\:bg-grey-300\/100:focus-within{background-color:#caccd0}.focus-within\:bg-grey-400\/0:focus-within{background-color:#aaaeb400}.focus-within\:bg-grey-400\/5:focus-within{background-color:#aaaeb40d}.focus-within\:bg-grey-400\/10:focus-within{background-color:#aaaeb41a}.focus-within\:bg-grey-400\/20:focus-within{background-color:#aaaeb433}.focus-within\:bg-grey-400\/25:focus-within{background-color:#aaaeb440}.focus-within\:bg-grey-400\/30:focus-within{background-color:#aaaeb44d}.focus-within\:bg-grey-400\/40:focus-within{background-color:#aaaeb466}.focus-within\:bg-grey-400\/50:focus-within{background-color:#aaaeb480}.focus-within\:bg-grey-400\/60:focus-within{background-color:#aaaeb499}.focus-within\:bg-grey-400\/70:focus-within{background-color:#aaaeb4b3}.focus-within\:bg-grey-400\/75:focus-within{background-color:#aaaeb4bf}.focus-within\:bg-grey-400\/80:focus-within{background-color:#aaaeb4cc}.focus-within\:bg-grey-400\/90:focus-within{background-color:#aaaeb4e6}.focus-within\:bg-grey-400\/95:focus-within{background-color:#aaaeb4f2}.focus-within\:bg-grey-400\/100:focus-within{background-color:#aaaeb4}.focus-within\:bg-grey-500\/0:focus-within{background-color:#82899300}.focus-within\:bg-grey-500\/5:focus-within{background-color:#8289930d}.focus-within\:bg-grey-500\/10:focus-within{background-color:#8289931a}.focus-within\:bg-grey-500\/20:focus-within{background-color:#82899333}.focus-within\:bg-grey-500\/25:focus-within{background-color:#82899340}.focus-within\:bg-grey-500\/30:focus-within{background-color:#8289934d}.focus-within\:bg-grey-500\/40:focus-within{background-color:#82899366}.focus-within\:bg-grey-500\/50:focus-within{background-color:#82899380}.focus-within\:bg-grey-500\/60:focus-within{background-color:#82899399}.focus-within\:bg-grey-500\/70:focus-within{background-color:#828993b3}.focus-within\:bg-grey-500\/75:focus-within{background-color:#828993bf}.focus-within\:bg-grey-500\/80:focus-within{background-color:#828993cc}.focus-within\:bg-grey-500\/90:focus-within{background-color:#828993e6}.focus-within\:bg-grey-500\/95:focus-within{background-color:#828993f2}.focus-within\:bg-grey-500\/100:focus-within{background-color:#828993}.focus-within\:bg-grey-600\/0:focus-within{background-color:#47556900}.focus-within\:bg-grey-600\/5:focus-within{background-color:#4755690d}.focus-within\:bg-grey-600\/10:focus-within{background-color:#4755691a}.focus-within\:bg-grey-600\/20:focus-within{background-color:#47556933}.focus-within\:bg-grey-600\/25:focus-within{background-color:#47556940}.focus-within\:bg-grey-600\/30:focus-within{background-color:#4755694d}.focus-within\:bg-grey-600\/40:focus-within{background-color:#47556966}.focus-within\:bg-grey-600\/50:focus-within{background-color:#47556980}.focus-within\:bg-grey-600\/60:focus-within{background-color:#47556999}.focus-within\:bg-grey-600\/70:focus-within{background-color:#475569b3}.focus-within\:bg-grey-600\/75:focus-within{background-color:#475569bf}.focus-within\:bg-grey-600\/80:focus-within{background-color:#475569cc}.focus-within\:bg-grey-600\/90:focus-within{background-color:#475569e6}.focus-within\:bg-grey-600\/95:focus-within{background-color:#475569f2}.focus-within\:bg-grey-600\/100:focus-within{background-color:#475569}.focus-within\:bg-grey-700\/0:focus-within{background-color:#3f4c5d00}.focus-within\:bg-grey-700\/5:focus-within{background-color:#3f4c5d0d}.focus-within\:bg-grey-700\/10:focus-within{background-color:#3f4c5d1a}.focus-within\:bg-grey-700\/20:focus-within{background-color:#3f4c5d33}.focus-within\:bg-grey-700\/25:focus-within{background-color:#3f4c5d40}.focus-within\:bg-grey-700\/30:focus-within{background-color:#3f4c5d4d}.focus-within\:bg-grey-700\/40:focus-within{background-color:#3f4c5d66}.focus-within\:bg-grey-700\/50:focus-within{background-color:#3f4c5d80}.focus-within\:bg-grey-700\/60:focus-within{background-color:#3f4c5d99}.focus-within\:bg-grey-700\/70:focus-within{background-color:#3f4c5db3}.focus-within\:bg-grey-700\/75:focus-within{background-color:#3f4c5dbf}.focus-within\:bg-grey-700\/80:focus-within{background-color:#3f4c5dcc}.focus-within\:bg-grey-700\/90:focus-within{background-color:#3f4c5de6}.focus-within\:bg-grey-700\/95:focus-within{background-color:#3f4c5df2}.focus-within\:bg-grey-700\/100:focus-within{background-color:#3f4c5d}.focus-within\:bg-grey-800\/0:focus-within{background-color:#36415100}.focus-within\:bg-grey-800\/5:focus-within{background-color:#3641510d}.focus-within\:bg-grey-800\/10:focus-within{background-color:#3641511a}.focus-within\:bg-grey-800\/20:focus-within{background-color:#36415133}.focus-within\:bg-grey-800\/25:focus-within{background-color:#36415140}.focus-within\:bg-grey-800\/30:focus-within{background-color:#3641514d}.focus-within\:bg-grey-800\/40:focus-within{background-color:#36415166}.focus-within\:bg-grey-800\/50:focus-within{background-color:#36415180}.focus-within\:bg-grey-800\/60:focus-within{background-color:#36415199}.focus-within\:bg-grey-800\/70:focus-within{background-color:#364151b3}.focus-within\:bg-grey-800\/75:focus-within{background-color:#364151bf}.focus-within\:bg-grey-800\/80:focus-within{background-color:#364151cc}.focus-within\:bg-grey-800\/90:focus-within{background-color:#364151e6}.focus-within\:bg-grey-800\/95:focus-within{background-color:#364151f2}.focus-within\:bg-grey-800\/100:focus-within{background-color:#364151}.focus-within\:bg-grey-900\/0:focus-within{background-color:#2c354200}.focus-within\:bg-grey-900\/5:focus-within{background-color:#2c35420d}.focus-within\:bg-grey-900\/10:focus-within{background-color:#2c35421a}.focus-within\:bg-grey-900\/20:focus-within{background-color:#2c354233}.focus-within\:bg-grey-900\/25:focus-within{background-color:#2c354240}.focus-within\:bg-grey-900\/30:focus-within{background-color:#2c35424d}.focus-within\:bg-grey-900\/40:focus-within{background-color:#2c354266}.focus-within\:bg-grey-900\/50:focus-within{background-color:#2c354280}.focus-within\:bg-grey-900\/60:focus-within{background-color:#2c354299}.focus-within\:bg-grey-900\/70:focus-within{background-color:#2c3542b3}.focus-within\:bg-grey-900\/75:focus-within{background-color:#2c3542bf}.focus-within\:bg-grey-900\/80:focus-within{background-color:#2c3542cc}.focus-within\:bg-grey-900\/90:focus-within{background-color:#2c3542e6}.focus-within\:bg-grey-900\/95:focus-within{background-color:#2c3542f2}.focus-within\:bg-grey-900\/100:focus-within{background-color:#2c3542}.focus-within\:bg-grey-1000\/0:focus-within{background-color:#1f262e00}.focus-within\:bg-grey-1000\/5:focus-within{background-color:#1f262e0d}.focus-within\:bg-grey-1000\/10:focus-within{background-color:#1f262e1a}.focus-within\:bg-grey-1000\/20:focus-within{background-color:#1f262e33}.focus-within\:bg-grey-1000\/25:focus-within{background-color:#1f262e40}.focus-within\:bg-grey-1000\/30:focus-within{background-color:#1f262e4d}.focus-within\:bg-grey-1000\/40:focus-within{background-color:#1f262e66}.focus-within\:bg-grey-1000\/50:focus-within{background-color:#1f262e80}.focus-within\:bg-grey-1000\/60:focus-within{background-color:#1f262e99}.focus-within\:bg-grey-1000\/70:focus-within{background-color:#1f262eb3}.focus-within\:bg-grey-1000\/75:focus-within{background-color:#1f262ebf}.focus-within\:bg-grey-1000\/80:focus-within{background-color:#1f262ecc}.focus-within\:bg-grey-1000\/90:focus-within{background-color:#1f262ee6}.focus-within\:bg-grey-1000\/95:focus-within{background-color:#1f262ef2}.focus-within\:bg-grey-1000\/100:focus-within{background-color:#1f262e}.focus-within\:bg-green-1000\/0:focus-within{background-color:#175e4400}.focus-within\:bg-green-1000\/5:focus-within{background-color:#175e440d}.focus-within\:bg-green-1000\/10:focus-within{background-color:#175e441a}.focus-within\:bg-green-1000\/20:focus-within{background-color:#175e4433}.focus-within\:bg-green-1000\/25:focus-within{background-color:#175e4440}.focus-within\:bg-green-1000\/30:focus-within{background-color:#175e444d}.focus-within\:bg-green-1000\/40:focus-within{background-color:#175e4466}.focus-within\:bg-green-1000\/50:focus-within{background-color:#175e4480}.focus-within\:bg-green-1000\/60:focus-within{background-color:#175e4499}.focus-within\:bg-green-1000\/70:focus-within{background-color:#175e44b3}.focus-within\:bg-green-1000\/75:focus-within{background-color:#175e44bf}.focus-within\:bg-green-1000\/80:focus-within{background-color:#175e44cc}.focus-within\:bg-green-1000\/90:focus-within{background-color:#175e44e6}.focus-within\:bg-green-1000\/95:focus-within{background-color:#175e44f2}.focus-within\:bg-green-1000\/100:focus-within{background-color:#175e44}.focus-within\:bg-blue-1000\/0:focus-within{background-color:#102c6900}.focus-within\:bg-blue-1000\/5:focus-within{background-color:#102c690d}.focus-within\:bg-blue-1000\/10:focus-within{background-color:#102c691a}.focus-within\:bg-blue-1000\/20:focus-within{background-color:#102c6933}.focus-within\:bg-blue-1000\/25:focus-within{background-color:#102c6940}.focus-within\:bg-blue-1000\/30:focus-within{background-color:#102c694d}.focus-within\:bg-blue-1000\/40:focus-within{background-color:#102c6966}.focus-within\:bg-blue-1000\/50:focus-within{background-color:#102c6980}.focus-within\:bg-blue-1000\/60:focus-within{background-color:#102c6999}.focus-within\:bg-blue-1000\/70:focus-within{background-color:#102c69b3}.focus-within\:bg-blue-1000\/75:focus-within{background-color:#102c69bf}.focus-within\:bg-blue-1000\/80:focus-within{background-color:#102c69cc}.focus-within\:bg-blue-1000\/90:focus-within{background-color:#102c69e6}.focus-within\:bg-blue-1000\/95:focus-within{background-color:#102c69f2}.focus-within\:bg-blue-1000\/100:focus-within{background-color:#102c69}.focus-within\:bg-orange-1000\/0:focus-within{background-color:#68270500}.focus-within\:bg-orange-1000\/5:focus-within{background-color:#6827050d}.focus-within\:bg-orange-1000\/10:focus-within{background-color:#6827051a}.focus-within\:bg-orange-1000\/20:focus-within{background-color:#68270533}.focus-within\:bg-orange-1000\/25:focus-within{background-color:#68270540}.focus-within\:bg-orange-1000\/30:focus-within{background-color:#6827054d}.focus-within\:bg-orange-1000\/40:focus-within{background-color:#68270566}.focus-within\:bg-orange-1000\/50:focus-within{background-color:#68270580}.focus-within\:bg-orange-1000\/60:focus-within{background-color:#68270599}.focus-within\:bg-orange-1000\/70:focus-within{background-color:#682705b3}.focus-within\:bg-orange-1000\/75:focus-within{background-color:#682705bf}.focus-within\:bg-orange-1000\/80:focus-within{background-color:#682705cc}.focus-within\:bg-orange-1000\/90:focus-within{background-color:#682705e6}.focus-within\:bg-orange-1000\/95:focus-within{background-color:#682705f2}.focus-within\:bg-orange-1000\/100:focus-within{background-color:#682705}.focus-within\:bg-red-1000\/0:focus-within{background-color:#62101000}.focus-within\:bg-red-1000\/5:focus-within{background-color:#6210100d}.focus-within\:bg-red-1000\/10:focus-within{background-color:#6210101a}.focus-within\:bg-red-1000\/20:focus-within{background-color:#62101033}.focus-within\:bg-red-1000\/25:focus-within{background-color:#62101040}.focus-within\:bg-red-1000\/30:focus-within{background-color:#6210104d}.focus-within\:bg-red-1000\/40:focus-within{background-color:#62101066}.focus-within\:bg-red-1000\/50:focus-within{background-color:#62101080}.focus-within\:bg-red-1000\/60:focus-within{background-color:#62101099}.focus-within\:bg-red-1000\/70:focus-within{background-color:#621010b3}.focus-within\:bg-red-1000\/75:focus-within{background-color:#621010bf}.focus-within\:bg-red-1000\/80:focus-within{background-color:#621010cc}.focus-within\:bg-red-1000\/90:focus-within{background-color:#621010e6}.focus-within\:bg-red-1000\/95:focus-within{background-color:#621010f2}.focus-within\:bg-red-1000\/100:focus-within{background-color:#621010}.focus-within\:bg-primary\/0:focus-within{background-color:#a78bfa00}.focus-within\:bg-primary\/5:focus-within{background-color:#a78bfa0d}.focus-within\:bg-primary\/10:focus-within{background-color:#a78bfa1a}.focus-within\:bg-primary\/20:focus-within{background-color:#a78bfa33}.focus-within\:bg-primary\/25:focus-within{background-color:#a78bfa40}.focus-within\:bg-primary\/30:focus-within{background-color:#a78bfa4d}.focus-within\:bg-primary\/40:focus-within{background-color:#a78bfa66}.focus-within\:bg-primary\/50:focus-within{background-color:#a78bfa80}.focus-within\:bg-primary\/60:focus-within{background-color:#a78bfa99}.focus-within\:bg-primary\/70:focus-within{background-color:#a78bfab3}.focus-within\:bg-primary\/75:focus-within{background-color:#a78bfabf}.focus-within\:bg-primary\/80:focus-within{background-color:#a78bfacc}.focus-within\:bg-primary\/90:focus-within{background-color:#a78bfae6}.focus-within\:bg-primary\/95:focus-within{background-color:#a78bfaf2}.focus-within\:bg-primary\/100:focus-within{background-color:#a78bfa}.focus-within\:bg-primary-light\/0:focus-within{background-color:#f7f5fe00}.focus-within\:bg-primary-light\/5:focus-within{background-color:#f7f5fe0d}.focus-within\:bg-primary-light\/10:focus-within{background-color:#f7f5fe1a}.focus-within\:bg-primary-light\/20:focus-within{background-color:#f7f5fe33}.focus-within\:bg-primary-light\/25:focus-within{background-color:#f7f5fe40}.focus-within\:bg-primary-light\/30:focus-within{background-color:#f7f5fe4d}.focus-within\:bg-primary-light\/40:focus-within{background-color:#f7f5fe66}.focus-within\:bg-primary-light\/50:focus-within{background-color:#f7f5fe80}.focus-within\:bg-primary-light\/60:focus-within{background-color:#f7f5fe99}.focus-within\:bg-primary-light\/70:focus-within{background-color:#f7f5feb3}.focus-within\:bg-primary-light\/75:focus-within{background-color:#f7f5febf}.focus-within\:bg-primary-light\/80:focus-within{background-color:#f7f5fecc}.focus-within\:bg-primary-light\/90:focus-within{background-color:#f7f5fee6}.focus-within\:bg-primary-light\/95:focus-within{background-color:#f7f5fef2}.focus-within\:bg-primary-light\/100:focus-within{background-color:#f7f5fe}.focus-within\:bg-primary-dark\/0:focus-within{background-color:#69579e00}.focus-within\:bg-primary-dark\/5:focus-within{background-color:#69579e0d}.focus-within\:bg-primary-dark\/10:focus-within{background-color:#69579e1a}.focus-within\:bg-primary-dark\/20:focus-within{background-color:#69579e33}.focus-within\:bg-primary-dark\/25:focus-within{background-color:#69579e40}.focus-within\:bg-primary-dark\/30:focus-within{background-color:#69579e4d}.focus-within\:bg-primary-dark\/40:focus-within{background-color:#69579e66}.focus-within\:bg-primary-dark\/50:focus-within{background-color:#69579e80}.focus-within\:bg-primary-dark\/60:focus-within{background-color:#69579e99}.focus-within\:bg-primary-dark\/70:focus-within{background-color:#69579eb3}.focus-within\:bg-primary-dark\/75:focus-within{background-color:#69579ebf}.focus-within\:bg-primary-dark\/80:focus-within{background-color:#69579ecc}.focus-within\:bg-primary-dark\/90:focus-within{background-color:#69579ee6}.focus-within\:bg-primary-dark\/95:focus-within{background-color:#69579ef2}.focus-within\:bg-primary-dark\/100:focus-within{background-color:#69579e}.focus-within\:bg-info\/0:focus-within{background-color:#7690ef00}.focus-within\:bg-info\/5:focus-within{background-color:#7690ef0d}.focus-within\:bg-info\/10:focus-within{background-color:#7690ef1a}.focus-within\:bg-info\/20:focus-within{background-color:#7690ef33}.focus-within\:bg-info\/25:focus-within{background-color:#7690ef40}.focus-within\:bg-info\/30:focus-within{background-color:#7690ef4d}.focus-within\:bg-info\/40:focus-within{background-color:#7690ef66}.focus-within\:bg-info\/50:focus-within{background-color:#7690ef80}.focus-within\:bg-info\/60:focus-within{background-color:#7690ef99}.focus-within\:bg-info\/70:focus-within{background-color:#7690efb3}.focus-within\:bg-info\/75:focus-within{background-color:#7690efbf}.focus-within\:bg-info\/80:focus-within{background-color:#7690efcc}.focus-within\:bg-info\/90:focus-within{background-color:#7690efe6}.focus-within\:bg-info\/95:focus-within{background-color:#7690eff2}.focus-within\:bg-info\/100:focus-within{background-color:#7690ef}.focus-within\:bg-info-light\/0:focus-within{background-color:#f2f3fd00}.focus-within\:bg-info-light\/5:focus-within{background-color:#f2f3fd0d}.focus-within\:bg-info-light\/10:focus-within{background-color:#f2f3fd1a}.focus-within\:bg-info-light\/20:focus-within{background-color:#f2f3fd33}.focus-within\:bg-info-light\/25:focus-within{background-color:#f2f3fd40}.focus-within\:bg-info-light\/30:focus-within{background-color:#f2f3fd4d}.focus-within\:bg-info-light\/40:focus-within{background-color:#f2f3fd66}.focus-within\:bg-info-light\/50:focus-within{background-color:#f2f3fd80}.focus-within\:bg-info-light\/60:focus-within{background-color:#f2f3fd99}.focus-within\:bg-info-light\/70:focus-within{background-color:#f2f3fdb3}.focus-within\:bg-info-light\/75:focus-within{background-color:#f2f3fdbf}.focus-within\:bg-info-light\/80:focus-within{background-color:#f2f3fdcc}.focus-within\:bg-info-light\/90:focus-within{background-color:#f2f3fde6}.focus-within\:bg-info-light\/95:focus-within{background-color:#f2f3fdf2}.focus-within\:bg-info-light\/100:focus-within{background-color:#f2f3fd}.focus-within\:bg-info-dark\/0:focus-within{background-color:#2158d200}.focus-within\:bg-info-dark\/5:focus-within{background-color:#2158d20d}.focus-within\:bg-info-dark\/10:focus-within{background-color:#2158d21a}.focus-within\:bg-info-dark\/20:focus-within{background-color:#2158d233}.focus-within\:bg-info-dark\/25:focus-within{background-color:#2158d240}.focus-within\:bg-info-dark\/30:focus-within{background-color:#2158d24d}.focus-within\:bg-info-dark\/40:focus-within{background-color:#2158d266}.focus-within\:bg-info-dark\/50:focus-within{background-color:#2158d280}.focus-within\:bg-info-dark\/60:focus-within{background-color:#2158d299}.focus-within\:bg-info-dark\/70:focus-within{background-color:#2158d2b3}.focus-within\:bg-info-dark\/75:focus-within{background-color:#2158d2bf}.focus-within\:bg-info-dark\/80:focus-within{background-color:#2158d2cc}.focus-within\:bg-info-dark\/90:focus-within{background-color:#2158d2e6}.focus-within\:bg-info-dark\/95:focus-within{background-color:#2158d2f2}.focus-within\:bg-info-dark\/100:focus-within{background-color:#2158d2}.focus-within\:bg-success\/0:focus-within{background-color:#28a37600}.focus-within\:bg-success\/5:focus-within{background-color:#28a3760d}.focus-within\:bg-success\/10:focus-within{background-color:#28a3761a}.focus-within\:bg-success\/20:focus-within{background-color:#28a37633}.focus-within\:bg-success\/25:focus-within{background-color:#28a37640}.focus-within\:bg-success\/30:focus-within{background-color:#28a3764d}.focus-within\:bg-success\/40:focus-within{background-color:#28a37666}.focus-within\:bg-success\/50:focus-within{background-color:#28a37680}.focus-within\:bg-success\/60:focus-within{background-color:#28a37699}.focus-within\:bg-success\/70:focus-within{background-color:#28a376b3}.focus-within\:bg-success\/75:focus-within{background-color:#28a376bf}.focus-within\:bg-success\/80:focus-within{background-color:#28a376cc}.focus-within\:bg-success\/90:focus-within{background-color:#28a376e6}.focus-within\:bg-success\/95:focus-within{background-color:#28a376f2}.focus-within\:bg-success\/100:focus-within{background-color:#28a376}.focus-within\:bg-success-light\/0:focus-within{background-color:#f2faf600}.focus-within\:bg-success-light\/5:focus-within{background-color:#f2faf60d}.focus-within\:bg-success-light\/10:focus-within{background-color:#f2faf61a}.focus-within\:bg-success-light\/20:focus-within{background-color:#f2faf633}.focus-within\:bg-success-light\/25:focus-within{background-color:#f2faf640}.focus-within\:bg-success-light\/30:focus-within{background-color:#f2faf64d}.focus-within\:bg-success-light\/40:focus-within{background-color:#f2faf666}.focus-within\:bg-success-light\/50:focus-within{background-color:#f2faf680}.focus-within\:bg-success-light\/60:focus-within{background-color:#f2faf699}.focus-within\:bg-success-light\/70:focus-within{background-color:#f2faf6b3}.focus-within\:bg-success-light\/75:focus-within{background-color:#f2faf6bf}.focus-within\:bg-success-light\/80:focus-within{background-color:#f2faf6cc}.focus-within\:bg-success-light\/90:focus-within{background-color:#f2faf6e6}.focus-within\:bg-success-light\/95:focus-within{background-color:#f2faf6f2}.focus-within\:bg-success-light\/100:focus-within{background-color:#f2faf6}.focus-within\:bg-success-dark\/0:focus-within{background-color:#20856000}.focus-within\:bg-success-dark\/5:focus-within{background-color:#2085600d}.focus-within\:bg-success-dark\/10:focus-within{background-color:#2085601a}.focus-within\:bg-success-dark\/20:focus-within{background-color:#20856033}.focus-within\:bg-success-dark\/25:focus-within{background-color:#20856040}.focus-within\:bg-success-dark\/30:focus-within{background-color:#2085604d}.focus-within\:bg-success-dark\/40:focus-within{background-color:#20856066}.focus-within\:bg-success-dark\/50:focus-within{background-color:#20856080}.focus-within\:bg-success-dark\/60:focus-within{background-color:#20856099}.focus-within\:bg-success-dark\/70:focus-within{background-color:#208560b3}.focus-within\:bg-success-dark\/75:focus-within{background-color:#208560bf}.focus-within\:bg-success-dark\/80:focus-within{background-color:#208560cc}.focus-within\:bg-success-dark\/90:focus-within{background-color:#208560e6}.focus-within\:bg-success-dark\/95:focus-within{background-color:#208560f2}.focus-within\:bg-success-dark\/100:focus-within{background-color:#208560}.focus-within\:bg-warning\/0:focus-within{background-color:#faac1e00}.focus-within\:bg-warning\/5:focus-within{background-color:#faac1e0d}.focus-within\:bg-warning\/10:focus-within{background-color:#faac1e1a}.focus-within\:bg-warning\/20:focus-within{background-color:#faac1e33}.focus-within\:bg-warning\/25:focus-within{background-color:#faac1e40}.focus-within\:bg-warning\/30:focus-within{background-color:#faac1e4d}.focus-within\:bg-warning\/40:focus-within{background-color:#faac1e66}.focus-within\:bg-warning\/50:focus-within{background-color:#faac1e80}.focus-within\:bg-warning\/60:focus-within{background-color:#faac1e99}.focus-within\:bg-warning\/70:focus-within{background-color:#faac1eb3}.focus-within\:bg-warning\/75:focus-within{background-color:#faac1ebf}.focus-within\:bg-warning\/80:focus-within{background-color:#faac1ecc}.focus-within\:bg-warning\/90:focus-within{background-color:#faac1ee6}.focus-within\:bg-warning\/95:focus-within{background-color:#faac1ef2}.focus-within\:bg-warning\/100:focus-within{background-color:#faac1e}.focus-within\:bg-warning-light\/0:focus-within{background-color:#fef7f200}.focus-within\:bg-warning-light\/5:focus-within{background-color:#fef7f20d}.focus-within\:bg-warning-light\/10:focus-within{background-color:#fef7f21a}.focus-within\:bg-warning-light\/20:focus-within{background-color:#fef7f233}.focus-within\:bg-warning-light\/25:focus-within{background-color:#fef7f240}.focus-within\:bg-warning-light\/30:focus-within{background-color:#fef7f24d}.focus-within\:bg-warning-light\/40:focus-within{background-color:#fef7f266}.focus-within\:bg-warning-light\/50:focus-within{background-color:#fef7f280}.focus-within\:bg-warning-light\/60:focus-within{background-color:#fef7f299}.focus-within\:bg-warning-light\/70:focus-within{background-color:#fef7f2b3}.focus-within\:bg-warning-light\/75:focus-within{background-color:#fef7f2bf}.focus-within\:bg-warning-light\/80:focus-within{background-color:#fef7f2cc}.focus-within\:bg-warning-light\/90:focus-within{background-color:#fef7f2e6}.focus-within\:bg-warning-light\/95:focus-within{background-color:#fef7f2f2}.focus-within\:bg-warning-light\/100:focus-within{background-color:#fef7f2}.focus-within\:bg-warning-dark\/0:focus-within{background-color:#9e6c1200}.focus-within\:bg-warning-dark\/5:focus-within{background-color:#9e6c120d}.focus-within\:bg-warning-dark\/10:focus-within{background-color:#9e6c121a}.focus-within\:bg-warning-dark\/20:focus-within{background-color:#9e6c1233}.focus-within\:bg-warning-dark\/25:focus-within{background-color:#9e6c1240}.focus-within\:bg-warning-dark\/30:focus-within{background-color:#9e6c124d}.focus-within\:bg-warning-dark\/40:focus-within{background-color:#9e6c1266}.focus-within\:bg-warning-dark\/50:focus-within{background-color:#9e6c1280}.focus-within\:bg-warning-dark\/60:focus-within{background-color:#9e6c1299}.focus-within\:bg-warning-dark\/70:focus-within{background-color:#9e6c12b3}.focus-within\:bg-warning-dark\/75:focus-within{background-color:#9e6c12bf}.focus-within\:bg-warning-dark\/80:focus-within{background-color:#9e6c12cc}.focus-within\:bg-warning-dark\/90:focus-within{background-color:#9e6c12e6}.focus-within\:bg-warning-dark\/95:focus-within{background-color:#9e6c12f2}.focus-within\:bg-warning-dark\/100:focus-within{background-color:#9e6c12}.focus-within\:bg-error\/0:focus-within{background-color:#dc262600}.focus-within\:bg-error\/5:focus-within{background-color:#dc26260d}.focus-within\:bg-error\/10:focus-within{background-color:#dc26261a}.focus-within\:bg-error\/20:focus-within{background-color:#dc262633}.focus-within\:bg-error\/25:focus-within{background-color:#dc262640}.focus-within\:bg-error\/30:focus-within{background-color:#dc26264d}.focus-within\:bg-error\/40:focus-within{background-color:#dc262666}.focus-within\:bg-error\/50:focus-within{background-color:#dc262680}.focus-within\:bg-error\/60:focus-within{background-color:#dc262699}.focus-within\:bg-error\/70:focus-within{background-color:#dc2626b3}.focus-within\:bg-error\/75:focus-within{background-color:#dc2626bf}.focus-within\:bg-error\/80:focus-within{background-color:#dc2626cc}.focus-within\:bg-error\/90:focus-within{background-color:#dc2626e6}.focus-within\:bg-error\/95:focus-within{background-color:#dc2626f2}.focus-within\:bg-error\/100:focus-within{background-color:#dc2626}.focus-within\:bg-error-light\/0:focus-within{background-color:#fbf2f200}.focus-within\:bg-error-light\/5:focus-within{background-color:#fbf2f20d}.focus-within\:bg-error-light\/10:focus-within{background-color:#fbf2f21a}.focus-within\:bg-error-light\/20:focus-within{background-color:#fbf2f233}.focus-within\:bg-error-light\/25:focus-within{background-color:#fbf2f240}.focus-within\:bg-error-light\/30:focus-within{background-color:#fbf2f24d}.focus-within\:bg-error-light\/40:focus-within{background-color:#fbf2f266}.focus-within\:bg-error-light\/50:focus-within{background-color:#fbf2f280}.focus-within\:bg-error-light\/60:focus-within{background-color:#fbf2f299}.focus-within\:bg-error-light\/70:focus-within{background-color:#fbf2f2b3}.focus-within\:bg-error-light\/75:focus-within{background-color:#fbf2f2bf}.focus-within\:bg-error-light\/80:focus-within{background-color:#fbf2f2cc}.focus-within\:bg-error-light\/90:focus-within{background-color:#fbf2f2e6}.focus-within\:bg-error-light\/95:focus-within{background-color:#fbf2f2f2}.focus-within\:bg-error-light\/100:focus-within{background-color:#fbf2f2}.focus-within\:bg-error-dark\/0:focus-within{background-color:#c4212100}.focus-within\:bg-error-dark\/5:focus-within{background-color:#c421210d}.focus-within\:bg-error-dark\/10:focus-within{background-color:#c421211a}.focus-within\:bg-error-dark\/20:focus-within{background-color:#c4212133}.focus-within\:bg-error-dark\/25:focus-within{background-color:#c4212140}.focus-within\:bg-error-dark\/30:focus-within{background-color:#c421214d}.focus-within\:bg-error-dark\/40:focus-within{background-color:#c4212166}.focus-within\:bg-error-dark\/50:focus-within{background-color:#c4212180}.focus-within\:bg-error-dark\/60:focus-within{background-color:#c4212199}.focus-within\:bg-error-dark\/70:focus-within{background-color:#c42121b3}.focus-within\:bg-error-dark\/75:focus-within{background-color:#c42121bf}.focus-within\:bg-error-dark\/80:focus-within{background-color:#c42121cc}.focus-within\:bg-error-dark\/90:focus-within{background-color:#c42121e6}.focus-within\:bg-error-dark\/95:focus-within{background-color:#c42121f2}.focus-within\:bg-error-dark\/100:focus-within{background-color:#c42121}.focus-within\:bg-grey\/0:focus-within{background-color:#47556900}.focus-within\:bg-grey\/5:focus-within{background-color:#4755690d}.focus-within\:bg-grey\/10:focus-within{background-color:#4755691a}.focus-within\:bg-grey\/20:focus-within{background-color:#47556933}.focus-within\:bg-grey\/25:focus-within{background-color:#47556940}.focus-within\:bg-grey\/30:focus-within{background-color:#4755694d}.focus-within\:bg-grey\/40:focus-within{background-color:#47556966}.focus-within\:bg-grey\/50:focus-within{background-color:#47556980}.focus-within\:bg-grey\/60:focus-within{background-color:#47556999}.focus-within\:bg-grey\/70:focus-within{background-color:#475569b3}.focus-within\:bg-grey\/75:focus-within{background-color:#475569bf}.focus-within\:bg-grey\/80:focus-within{background-color:#475569cc}.focus-within\:bg-grey\/90:focus-within{background-color:#475569e6}.focus-within\:bg-grey\/95:focus-within{background-color:#475569f2}.focus-within\:bg-grey\/100:focus-within{background-color:#475569}.focus-within\:bg-grey-light\/0:focus-within{background-color:#f2f3f400}.focus-within\:bg-grey-light\/5:focus-within{background-color:#f2f3f40d}.focus-within\:bg-grey-light\/10:focus-within{background-color:#f2f3f41a}.focus-within\:bg-grey-light\/20:focus-within{background-color:#f2f3f433}.focus-within\:bg-grey-light\/25:focus-within{background-color:#f2f3f440}.focus-within\:bg-grey-light\/30:focus-within{background-color:#f2f3f44d}.focus-within\:bg-grey-light\/40:focus-within{background-color:#f2f3f466}.focus-within\:bg-grey-light\/50:focus-within{background-color:#f2f3f480}.focus-within\:bg-grey-light\/60:focus-within{background-color:#f2f3f499}.focus-within\:bg-grey-light\/70:focus-within{background-color:#f2f3f4b3}.focus-within\:bg-grey-light\/75:focus-within{background-color:#f2f3f4bf}.focus-within\:bg-grey-light\/80:focus-within{background-color:#f2f3f4cc}.focus-within\:bg-grey-light\/90:focus-within{background-color:#f2f3f4e6}.focus-within\:bg-grey-light\/95:focus-within{background-color:#f2f3f4f2}.focus-within\:bg-grey-light\/100:focus-within{background-color:#f2f3f4}.focus-within\:bg-grey-dark\/0:focus-within{background-color:#2c354200}.focus-within\:bg-grey-dark\/5:focus-within{background-color:#2c35420d}.focus-within\:bg-grey-dark\/10:focus-within{background-color:#2c35421a}.focus-within\:bg-grey-dark\/20:focus-within{background-color:#2c354233}.focus-within\:bg-grey-dark\/25:focus-within{background-color:#2c354240}.focus-within\:bg-grey-dark\/30:focus-within{background-color:#2c35424d}.focus-within\:bg-grey-dark\/40:focus-within{background-color:#2c354266}.focus-within\:bg-grey-dark\/50:focus-within{background-color:#2c354280}.focus-within\:bg-grey-dark\/60:focus-within{background-color:#2c354299}.focus-within\:bg-grey-dark\/70:focus-within{background-color:#2c3542b3}.focus-within\:bg-grey-dark\/75:focus-within{background-color:#2c3542bf}.focus-within\:bg-grey-dark\/80:focus-within{background-color:#2c3542cc}.focus-within\:bg-grey-dark\/90:focus-within{background-color:#2c3542e6}.focus-within\:bg-grey-dark\/95:focus-within{background-color:#2c3542f2}.focus-within\:bg-grey-dark\/100:focus-within{background-color:#2c3542}.focus-within\:text-red-50:focus-within{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity))}.focus-within\:text-red-100:focus-within{--tw-text-opacity: 1;color:rgb(251 242 242 / var(--tw-text-opacity))}.focus-within\:text-red-200:focus-within{--tw-text-opacity: 1;color:rgb(248 228 228 / var(--tw-text-opacity))}.focus-within\:text-red-300:focus-within{--tw-text-opacity: 1;color:rgb(241 198 198 / var(--tw-text-opacity))}.focus-within\:text-red-400:focus-within{--tw-text-opacity: 1;color:rgb(234 163 163 / var(--tw-text-opacity))}.focus-within\:text-red-500:focus-within{--tw-text-opacity: 1;color:rgb(227 118 118 / var(--tw-text-opacity))}.focus-within\:text-red-600:focus-within{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.focus-within\:text-red-700:focus-within{--tw-text-opacity: 1;color:rgb(196 33 33 / var(--tw-text-opacity))}.focus-within\:text-red-800:focus-within{--tw-text-opacity: 1;color:rgb(170 29 29 / var(--tw-text-opacity))}.focus-within\:text-red-900:focus-within{--tw-text-opacity: 1;color:rgb(139 24 24 / var(--tw-text-opacity))}.focus-within\:text-orange-50:focus-within{--tw-text-opacity: 1;color:rgb(255 247 237 / var(--tw-text-opacity))}.focus-within\:text-orange-100:focus-within{--tw-text-opacity: 1;color:rgb(252 243 241 / var(--tw-text-opacity))}.focus-within\:text-orange-200:focus-within{--tw-text-opacity: 1;color:rgb(250 231 228 / var(--tw-text-opacity))}.focus-within\:text-orange-300:focus-within{--tw-text-opacity: 1;color:rgb(246 205 197 / var(--tw-text-opacity))}.focus-within\:text-orange-400:focus-within{--tw-text-opacity: 1;color:rgb(242 175 161 / var(--tw-text-opacity))}.focus-within\:text-orange-500:focus-within{--tw-text-opacity: 1;color:rgb(238 138 114 / var(--tw-text-opacity))}.focus-within\:text-orange-600:focus-within{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.focus-within\:text-orange-700:focus-within{--tw-text-opacity: 1;color:rgb(209 78 10 / var(--tw-text-opacity))}.focus-within\:text-orange-800:focus-within{--tw-text-opacity: 1;color:rgb(181 68 9 / var(--tw-text-opacity))}.focus-within\:text-orange-900:focus-within{--tw-text-opacity: 1;color:rgb(147 55 7 / var(--tw-text-opacity))}.focus-within\:text-yellow-50:focus-within{--tw-text-opacity: 1;color:rgb(254 252 232 / var(--tw-text-opacity))}.focus-within\:text-yellow-100:focus-within{--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity))}.focus-within\:text-yellow-200:focus-within{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity))}.focus-within\:text-yellow-300:focus-within{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity))}.focus-within\:text-yellow-400:focus-within{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity))}.focus-within\:text-yellow-500:focus-within{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.focus-within\:text-yellow-600:focus-within{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity))}.focus-within\:text-yellow-700:focus-within{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity))}.focus-within\:text-yellow-800:focus-within{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity))}.focus-within\:text-yellow-900:focus-within{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity))}.focus-within\:text-green-50:focus-within{--tw-text-opacity: 1;color:rgb(240 253 244 / var(--tw-text-opacity))}.focus-within\:text-green-100:focus-within{--tw-text-opacity: 1;color:rgb(242 250 246 / var(--tw-text-opacity))}.focus-within\:text-green-200:focus-within{--tw-text-opacity: 1;color:rgb(229 246 238 / var(--tw-text-opacity))}.focus-within\:text-green-300:focus-within{--tw-text-opacity: 1;color:rgb(200 238 219 / var(--tw-text-opacity))}.focus-within\:text-green-400:focus-within{--tw-text-opacity: 1;color:rgb(166 229 200 / var(--tw-text-opacity))}.focus-within\:text-green-500:focus-within{--tw-text-opacity: 1;color:rgb(123 220 178 / var(--tw-text-opacity))}.focus-within\:text-green-600:focus-within{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity))}.focus-within\:text-green-700:focus-within{--tw-text-opacity: 1;color:rgb(46 188 136 / var(--tw-text-opacity))}.focus-within\:text-green-800:focus-within{--tw-text-opacity: 1;color:rgb(40 163 118 / var(--tw-text-opacity))}.focus-within\:text-green-900:focus-within{--tw-text-opacity: 1;color:rgb(32 133 96 / var(--tw-text-opacity))}.focus-within\:text-emerald-50:focus-within{--tw-text-opacity: 1;color:rgb(236 253 245 / var(--tw-text-opacity))}.focus-within\:text-emerald-100:focus-within{--tw-text-opacity: 1;color:rgb(209 250 229 / var(--tw-text-opacity))}.focus-within\:text-emerald-200:focus-within{--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity))}.focus-within\:text-emerald-300:focus-within{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity))}.focus-within\:text-emerald-400:focus-within{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity))}.focus-within\:text-emerald-500:focus-within{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity))}.focus-within\:text-emerald-600:focus-within{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity))}.focus-within\:text-emerald-700:focus-within{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity))}.focus-within\:text-emerald-800:focus-within{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity))}.focus-within\:text-emerald-900:focus-within{--tw-text-opacity: 1;color:rgb(6 78 59 / var(--tw-text-opacity))}.focus-within\:text-teal-50:focus-within{--tw-text-opacity: 1;color:rgb(240 253 250 / var(--tw-text-opacity))}.focus-within\:text-teal-100:focus-within{--tw-text-opacity: 1;color:rgb(204 251 241 / var(--tw-text-opacity))}.focus-within\:text-teal-200:focus-within{--tw-text-opacity: 1;color:rgb(153 246 228 / var(--tw-text-opacity))}.focus-within\:text-teal-300:focus-within{--tw-text-opacity: 1;color:rgb(94 234 212 / var(--tw-text-opacity))}.focus-within\:text-teal-400:focus-within{--tw-text-opacity: 1;color:rgb(45 212 191 / var(--tw-text-opacity))}.focus-within\:text-teal-500:focus-within{--tw-text-opacity: 1;color:rgb(20 184 166 / var(--tw-text-opacity))}.focus-within\:text-teal-600:focus-within{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity))}.focus-within\:text-teal-700:focus-within{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity))}.focus-within\:text-teal-800:focus-within{--tw-text-opacity: 1;color:rgb(17 94 89 / var(--tw-text-opacity))}.focus-within\:text-teal-900:focus-within{--tw-text-opacity: 1;color:rgb(19 78 74 / var(--tw-text-opacity))}.focus-within\:text-sky-50:focus-within{--tw-text-opacity: 1;color:rgb(240 249 255 / var(--tw-text-opacity))}.focus-within\:text-sky-100:focus-within{--tw-text-opacity: 1;color:rgb(224 242 254 / var(--tw-text-opacity))}.focus-within\:text-sky-200:focus-within{--tw-text-opacity: 1;color:rgb(186 230 253 / var(--tw-text-opacity))}.focus-within\:text-sky-300:focus-within{--tw-text-opacity: 1;color:rgb(125 211 252 / var(--tw-text-opacity))}.focus-within\:text-sky-400:focus-within{--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity))}.focus-within\:text-sky-500:focus-within{--tw-text-opacity: 1;color:rgb(14 165 233 / var(--tw-text-opacity))}.focus-within\:text-sky-600:focus-within{--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity))}.focus-within\:text-sky-700:focus-within{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity))}.focus-within\:text-sky-800:focus-within{--tw-text-opacity: 1;color:rgb(7 89 133 / var(--tw-text-opacity))}.focus-within\:text-sky-900:focus-within{--tw-text-opacity: 1;color:rgb(12 74 110 / var(--tw-text-opacity))}.focus-within\:text-blue-50:focus-within{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity))}.focus-within\:text-blue-100:focus-within{--tw-text-opacity: 1;color:rgb(242 243 253 / var(--tw-text-opacity))}.focus-within\:text-blue-200:focus-within{--tw-text-opacity: 1;color:rgb(228 232 251 / var(--tw-text-opacity))}.focus-within\:text-blue-300:focus-within{--tw-text-opacity: 1;color:rgb(198 207 247 / var(--tw-text-opacity))}.focus-within\:text-blue-400:focus-within{--tw-text-opacity: 1;color:rgb(163 178 243 / var(--tw-text-opacity))}.focus-within\:text-blue-500:focus-within{--tw-text-opacity: 1;color:rgb(118 144 239 / var(--tw-text-opacity))}.focus-within\:text-blue-600:focus-within{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.focus-within\:text-blue-700:focus-within{--tw-text-opacity: 1;color:rgb(33 88 210 / var(--tw-text-opacity))}.focus-within\:text-blue-800:focus-within{--tw-text-opacity: 1;color:rgb(28 76 182 / var(--tw-text-opacity))}.focus-within\:text-blue-900:focus-within{--tw-text-opacity: 1;color:rgb(23 62 148 / var(--tw-text-opacity))}.focus-within\:text-indigo-50:focus-within{--tw-text-opacity: 1;color:rgb(238 242 255 / var(--tw-text-opacity))}.focus-within\:text-indigo-100:focus-within{--tw-text-opacity: 1;color:rgb(224 231 255 / var(--tw-text-opacity))}.focus-within\:text-indigo-200:focus-within{--tw-text-opacity: 1;color:rgb(199 210 254 / var(--tw-text-opacity))}.focus-within\:text-indigo-300:focus-within{--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity))}.focus-within\:text-indigo-400:focus-within{--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity))}.focus-within\:text-indigo-500:focus-within{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity))}.focus-within\:text-indigo-600:focus-within{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity))}.focus-within\:text-indigo-700:focus-within{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity))}.focus-within\:text-indigo-800:focus-within{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity))}.focus-within\:text-indigo-900:focus-within{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity))}.focus-within\:text-violet-50:focus-within{--tw-text-opacity: 1;color:rgb(245 243 255 / var(--tw-text-opacity))}.focus-within\:text-violet-100:focus-within{--tw-text-opacity: 1;color:rgb(237 233 254 / var(--tw-text-opacity))}.focus-within\:text-violet-200:focus-within{--tw-text-opacity: 1;color:rgb(221 214 254 / var(--tw-text-opacity))}.focus-within\:text-violet-300:focus-within{--tw-text-opacity: 1;color:rgb(196 181 253 / var(--tw-text-opacity))}.focus-within\:text-violet-400:focus-within{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.focus-within\:text-violet-500:focus-within{--tw-text-opacity: 1;color:rgb(139 92 246 / var(--tw-text-opacity))}.focus-within\:text-violet-600:focus-within{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity))}.focus-within\:text-violet-700:focus-within{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity))}.focus-within\:text-violet-800:focus-within{--tw-text-opacity: 1;color:rgb(91 33 182 / var(--tw-text-opacity))}.focus-within\:text-violet-900:focus-within{--tw-text-opacity: 1;color:rgb(76 29 149 / var(--tw-text-opacity))}.focus-within\:text-fuchsia-50:focus-within{--tw-text-opacity: 1;color:rgb(253 244 255 / var(--tw-text-opacity))}.focus-within\:text-fuchsia-100:focus-within{--tw-text-opacity: 1;color:rgb(250 232 255 / var(--tw-text-opacity))}.focus-within\:text-fuchsia-200:focus-within{--tw-text-opacity: 1;color:rgb(245 208 254 / var(--tw-text-opacity))}.focus-within\:text-fuchsia-300:focus-within{--tw-text-opacity: 1;color:rgb(240 171 252 / var(--tw-text-opacity))}.focus-within\:text-fuchsia-400:focus-within{--tw-text-opacity: 1;color:rgb(232 121 249 / var(--tw-text-opacity))}.focus-within\:text-fuchsia-500:focus-within{--tw-text-opacity: 1;color:rgb(217 70 239 / var(--tw-text-opacity))}.focus-within\:text-fuchsia-600:focus-within{--tw-text-opacity: 1;color:rgb(192 38 211 / var(--tw-text-opacity))}.focus-within\:text-fuchsia-700:focus-within{--tw-text-opacity: 1;color:rgb(162 28 175 / var(--tw-text-opacity))}.focus-within\:text-fuchsia-800:focus-within{--tw-text-opacity: 1;color:rgb(134 25 143 / var(--tw-text-opacity))}.focus-within\:text-fuchsia-900:focus-within{--tw-text-opacity: 1;color:rgb(112 26 117 / var(--tw-text-opacity))}.focus-within\:text-pink-50:focus-within{--tw-text-opacity: 1;color:rgb(253 242 248 / var(--tw-text-opacity))}.focus-within\:text-pink-100:focus-within{--tw-text-opacity: 1;color:rgb(252 231 243 / var(--tw-text-opacity))}.focus-within\:text-pink-200:focus-within{--tw-text-opacity: 1;color:rgb(251 207 232 / var(--tw-text-opacity))}.focus-within\:text-pink-300:focus-within{--tw-text-opacity: 1;color:rgb(249 168 212 / var(--tw-text-opacity))}.focus-within\:text-pink-400:focus-within{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity))}.focus-within\:text-pink-500:focus-within{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity))}.focus-within\:text-pink-600:focus-within{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity))}.focus-within\:text-pink-700:focus-within{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity))}.focus-within\:text-pink-800:focus-within{--tw-text-opacity: 1;color:rgb(157 23 77 / var(--tw-text-opacity))}.focus-within\:text-pink-900:focus-within{--tw-text-opacity: 1;color:rgb(131 24 67 / var(--tw-text-opacity))}.focus-within\:text-rose-50:focus-within{--tw-text-opacity: 1;color:rgb(255 241 242 / var(--tw-text-opacity))}.focus-within\:text-rose-100:focus-within{--tw-text-opacity: 1;color:rgb(255 228 230 / var(--tw-text-opacity))}.focus-within\:text-rose-200:focus-within{--tw-text-opacity: 1;color:rgb(254 205 211 / var(--tw-text-opacity))}.focus-within\:text-rose-300:focus-within{--tw-text-opacity: 1;color:rgb(253 164 175 / var(--tw-text-opacity))}.focus-within\:text-rose-400:focus-within{--tw-text-opacity: 1;color:rgb(251 113 133 / var(--tw-text-opacity))}.focus-within\:text-rose-500:focus-within{--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity))}.focus-within\:text-rose-600:focus-within{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity))}.focus-within\:text-rose-700:focus-within{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity))}.focus-within\:text-rose-800:focus-within{--tw-text-opacity: 1;color:rgb(159 18 57 / var(--tw-text-opacity))}.focus-within\:text-rose-900:focus-within{--tw-text-opacity: 1;color:rgb(136 19 55 / var(--tw-text-opacity))}.focus-within\:text-primary-100:focus-within{--tw-text-opacity: 1;color:rgb(242 243 244 / var(--tw-text-opacity))}.focus-within\:text-primary-200:focus-within{--tw-text-opacity: 1;color:rgb(232 232 240 / var(--tw-text-opacity))}.focus-within\:text-primary-300:focus-within{--tw-text-opacity: 1;color:rgb(208 208 225 / var(--tw-text-opacity))}.focus-within\:text-primary-400:focus-within{--tw-text-opacity: 1;color:rgb(180 180 209 / var(--tw-text-opacity))}.focus-within\:text-primary-500:focus-within{--tw-text-opacity: 1;color:rgb(147 147 191 / var(--tw-text-opacity))}.focus-within\:text-primary-600:focus-within{--tw-text-opacity: 1;color:rgb(104 104 172 / var(--tw-text-opacity))}.focus-within\:text-primary-700:focus-within{--tw-text-opacity: 1;color:rgb(93 93 153 / var(--tw-text-opacity))}.focus-within\:text-primary-800:focus-within{--tw-text-opacity: 1;color:rgb(80 80 133 / var(--tw-text-opacity))}.focus-within\:text-primary-900:focus-within{--tw-text-opacity: 1;color:rgb(65 65 108 / var(--tw-text-opacity))}.focus-within\:text-primary-1000:focus-within{--tw-text-opacity: 1;color:rgb(46 46 76 / var(--tw-text-opacity))}.focus-within\:text-primary-highlight-100:focus-within{--tw-text-opacity: 1;color:rgb(247 245 254 / var(--tw-text-opacity))}.focus-within\:text-primary-highlight-200:focus-within{--tw-text-opacity: 1;color:rgb(239 236 254 / var(--tw-text-opacity))}.focus-within\:text-primary-highlight-300:focus-within{--tw-text-opacity: 1;color:rgb(223 216 253 / var(--tw-text-opacity))}.focus-within\:text-primary-highlight-400:focus-within{--tw-text-opacity: 1;color:rgb(206 193 252 / var(--tw-text-opacity))}.focus-within\:text-primary-highlight-500:focus-within{--tw-text-opacity: 1;color:rgb(187 168 251 / var(--tw-text-opacity))}.focus-within\:text-primary-highlight-600:focus-within{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.focus-within\:text-primary-highlight-700:focus-within{--tw-text-opacity: 1;color:rgb(149 124 223 / var(--tw-text-opacity))}.focus-within\:text-primary-highlight-800:focus-within{--tw-text-opacity: 1;color:rgb(129 107 193 / var(--tw-text-opacity))}.focus-within\:text-primary-highlight-900:focus-within{--tw-text-opacity: 1;color:rgb(105 87 158 / var(--tw-text-opacity))}.focus-within\:text-primary-highlight-1000:focus-within{--tw-text-opacity: 1;color:rgb(74 62 111 / var(--tw-text-opacity))}.focus-within\:text-secondary-100:focus-within{--tw-text-opacity: 1;color:rgb(254 247 242 / var(--tw-text-opacity))}.focus-within\:text-secondary-200:focus-within{--tw-text-opacity: 1;color:rgb(254 240 228 / var(--tw-text-opacity))}.focus-within\:text-secondary-300:focus-within{--tw-text-opacity: 1;color:rgb(253 225 198 / var(--tw-text-opacity))}.focus-within\:text-secondary-400:focus-within{--tw-text-opacity: 1;color:rgb(252 209 162 / var(--tw-text-opacity))}.focus-within\:text-secondary-500:focus-within{--tw-text-opacity: 1;color:rgb(251 191 117 / var(--tw-text-opacity))}.focus-within\:text-secondary-600:focus-within{--tw-text-opacity: 1;color:rgb(250 172 30 / var(--tw-text-opacity))}.focus-within\:text-secondary-700:focus-within{--tw-text-opacity: 1;color:rgb(223 153 26 / var(--tw-text-opacity))}.focus-within\:text-secondary-800:focus-within{--tw-text-opacity: 1;color:rgb(193 133 23 / var(--tw-text-opacity))}.focus-within\:text-secondary-900:focus-within{--tw-text-opacity: 1;color:rgb(158 108 18 / var(--tw-text-opacity))}.focus-within\:text-secondary-1000:focus-within{--tw-text-opacity: 1;color:rgb(111 76 13 / var(--tw-text-opacity))}.focus-within\:text-grey-100:focus-within{--tw-text-opacity: 1;color:rgb(242 243 244 / var(--tw-text-opacity))}.focus-within\:text-grey-200:focus-within{--tw-text-opacity: 1;color:rgb(230 231 232 / var(--tw-text-opacity))}.focus-within\:text-grey-300:focus-within{--tw-text-opacity: 1;color:rgb(202 204 208 / var(--tw-text-opacity))}.focus-within\:text-grey-400:focus-within{--tw-text-opacity: 1;color:rgb(170 174 180 / var(--tw-text-opacity))}.focus-within\:text-grey-500:focus-within{--tw-text-opacity: 1;color:rgb(130 137 147 / var(--tw-text-opacity))}.focus-within\:text-grey-600:focus-within{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.focus-within\:text-grey-700:focus-within{--tw-text-opacity: 1;color:rgb(63 76 93 / var(--tw-text-opacity))}.focus-within\:text-grey-800:focus-within{--tw-text-opacity: 1;color:rgb(54 65 81 / var(--tw-text-opacity))}.focus-within\:text-grey-900:focus-within{--tw-text-opacity: 1;color:rgb(44 53 66 / var(--tw-text-opacity))}.focus-within\:text-grey-1000:focus-within{--tw-text-opacity: 1;color:rgb(31 38 46 / var(--tw-text-opacity))}.focus-within\:text-green-1000:focus-within{--tw-text-opacity: 1;color:rgb(23 94 68 / var(--tw-text-opacity))}.focus-within\:text-blue-1000:focus-within{--tw-text-opacity: 1;color:rgb(16 44 105 / var(--tw-text-opacity))}.focus-within\:text-orange-1000:focus-within{--tw-text-opacity: 1;color:rgb(104 39 5 / var(--tw-text-opacity))}.focus-within\:text-red-1000:focus-within{--tw-text-opacity: 1;color:rgb(98 16 16 / var(--tw-text-opacity))}.focus-within\:text-primary:focus-within{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.focus-within\:text-primary-light:focus-within{--tw-text-opacity: 1;color:rgb(247 245 254 / var(--tw-text-opacity))}.focus-within\:text-primary-dark:focus-within{--tw-text-opacity: 1;color:rgb(105 87 158 / var(--tw-text-opacity))}.focus-within\:text-info:focus-within{--tw-text-opacity: 1;color:rgb(118 144 239 / var(--tw-text-opacity))}.focus-within\:text-info-light:focus-within{--tw-text-opacity: 1;color:rgb(242 243 253 / var(--tw-text-opacity))}.focus-within\:text-info-dark:focus-within{--tw-text-opacity: 1;color:rgb(33 88 210 / var(--tw-text-opacity))}.focus-within\:text-success:focus-within{--tw-text-opacity: 1;color:rgb(40 163 118 / var(--tw-text-opacity))}.focus-within\:text-success-light:focus-within{--tw-text-opacity: 1;color:rgb(242 250 246 / var(--tw-text-opacity))}.focus-within\:text-success-dark:focus-within{--tw-text-opacity: 1;color:rgb(32 133 96 / var(--tw-text-opacity))}.focus-within\:text-warning:focus-within{--tw-text-opacity: 1;color:rgb(250 172 30 / var(--tw-text-opacity))}.focus-within\:text-warning-light:focus-within{--tw-text-opacity: 1;color:rgb(254 247 242 / var(--tw-text-opacity))}.focus-within\:text-warning-dark:focus-within{--tw-text-opacity: 1;color:rgb(158 108 18 / var(--tw-text-opacity))}.focus-within\:text-error:focus-within{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.focus-within\:text-error-light:focus-within{--tw-text-opacity: 1;color:rgb(251 242 242 / var(--tw-text-opacity))}.focus-within\:text-error-dark:focus-within{--tw-text-opacity: 1;color:rgb(196 33 33 / var(--tw-text-opacity))}.focus-within\:text-grey:focus-within{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.focus-within\:text-grey-light:focus-within{--tw-text-opacity: 1;color:rgb(242 243 244 / var(--tw-text-opacity))}.focus-within\:text-grey-dark:focus-within{--tw-text-opacity: 1;color:rgb(44 53 66 / var(--tw-text-opacity))}.focus-within\:text-red-50\/0:focus-within{color:#fef2f200}.focus-within\:text-red-50\/5:focus-within{color:#fef2f20d}.focus-within\:text-red-50\/10:focus-within{color:#fef2f21a}.focus-within\:text-red-50\/20:focus-within{color:#fef2f233}.focus-within\:text-red-50\/25:focus-within{color:#fef2f240}.focus-within\:text-red-50\/30:focus-within{color:#fef2f24d}.focus-within\:text-red-50\/40:focus-within{color:#fef2f266}.focus-within\:text-red-50\/50:focus-within{color:#fef2f280}.focus-within\:text-red-50\/60:focus-within{color:#fef2f299}.focus-within\:text-red-50\/70:focus-within{color:#fef2f2b3}.focus-within\:text-red-50\/75:focus-within{color:#fef2f2bf}.focus-within\:text-red-50\/80:focus-within{color:#fef2f2cc}.focus-within\:text-red-50\/90:focus-within{color:#fef2f2e6}.focus-within\:text-red-50\/95:focus-within{color:#fef2f2f2}.focus-within\:text-red-50\/100:focus-within{color:#fef2f2}.focus-within\:text-red-100\/0:focus-within{color:#fbf2f200}.focus-within\:text-red-100\/5:focus-within{color:#fbf2f20d}.focus-within\:text-red-100\/10:focus-within{color:#fbf2f21a}.focus-within\:text-red-100\/20:focus-within{color:#fbf2f233}.focus-within\:text-red-100\/25:focus-within{color:#fbf2f240}.focus-within\:text-red-100\/30:focus-within{color:#fbf2f24d}.focus-within\:text-red-100\/40:focus-within{color:#fbf2f266}.focus-within\:text-red-100\/50:focus-within{color:#fbf2f280}.focus-within\:text-red-100\/60:focus-within{color:#fbf2f299}.focus-within\:text-red-100\/70:focus-within{color:#fbf2f2b3}.focus-within\:text-red-100\/75:focus-within{color:#fbf2f2bf}.focus-within\:text-red-100\/80:focus-within{color:#fbf2f2cc}.focus-within\:text-red-100\/90:focus-within{color:#fbf2f2e6}.focus-within\:text-red-100\/95:focus-within{color:#fbf2f2f2}.focus-within\:text-red-100\/100:focus-within{color:#fbf2f2}.focus-within\:text-red-200\/0:focus-within{color:#f8e4e400}.focus-within\:text-red-200\/5:focus-within{color:#f8e4e40d}.focus-within\:text-red-200\/10:focus-within{color:#f8e4e41a}.focus-within\:text-red-200\/20:focus-within{color:#f8e4e433}.focus-within\:text-red-200\/25:focus-within{color:#f8e4e440}.focus-within\:text-red-200\/30:focus-within{color:#f8e4e44d}.focus-within\:text-red-200\/40:focus-within{color:#f8e4e466}.focus-within\:text-red-200\/50:focus-within{color:#f8e4e480}.focus-within\:text-red-200\/60:focus-within{color:#f8e4e499}.focus-within\:text-red-200\/70:focus-within{color:#f8e4e4b3}.focus-within\:text-red-200\/75:focus-within{color:#f8e4e4bf}.focus-within\:text-red-200\/80:focus-within{color:#f8e4e4cc}.focus-within\:text-red-200\/90:focus-within{color:#f8e4e4e6}.focus-within\:text-red-200\/95:focus-within{color:#f8e4e4f2}.focus-within\:text-red-200\/100:focus-within{color:#f8e4e4}.focus-within\:text-red-300\/0:focus-within{color:#f1c6c600}.focus-within\:text-red-300\/5:focus-within{color:#f1c6c60d}.focus-within\:text-red-300\/10:focus-within{color:#f1c6c61a}.focus-within\:text-red-300\/20:focus-within{color:#f1c6c633}.focus-within\:text-red-300\/25:focus-within{color:#f1c6c640}.focus-within\:text-red-300\/30:focus-within{color:#f1c6c64d}.focus-within\:text-red-300\/40:focus-within{color:#f1c6c666}.focus-within\:text-red-300\/50:focus-within{color:#f1c6c680}.focus-within\:text-red-300\/60:focus-within{color:#f1c6c699}.focus-within\:text-red-300\/70:focus-within{color:#f1c6c6b3}.focus-within\:text-red-300\/75:focus-within{color:#f1c6c6bf}.focus-within\:text-red-300\/80:focus-within{color:#f1c6c6cc}.focus-within\:text-red-300\/90:focus-within{color:#f1c6c6e6}.focus-within\:text-red-300\/95:focus-within{color:#f1c6c6f2}.focus-within\:text-red-300\/100:focus-within{color:#f1c6c6}.focus-within\:text-red-400\/0:focus-within{color:#eaa3a300}.focus-within\:text-red-400\/5:focus-within{color:#eaa3a30d}.focus-within\:text-red-400\/10:focus-within{color:#eaa3a31a}.focus-within\:text-red-400\/20:focus-within{color:#eaa3a333}.focus-within\:text-red-400\/25:focus-within{color:#eaa3a340}.focus-within\:text-red-400\/30:focus-within{color:#eaa3a34d}.focus-within\:text-red-400\/40:focus-within{color:#eaa3a366}.focus-within\:text-red-400\/50:focus-within{color:#eaa3a380}.focus-within\:text-red-400\/60:focus-within{color:#eaa3a399}.focus-within\:text-red-400\/70:focus-within{color:#eaa3a3b3}.focus-within\:text-red-400\/75:focus-within{color:#eaa3a3bf}.focus-within\:text-red-400\/80:focus-within{color:#eaa3a3cc}.focus-within\:text-red-400\/90:focus-within{color:#eaa3a3e6}.focus-within\:text-red-400\/95:focus-within{color:#eaa3a3f2}.focus-within\:text-red-400\/100:focus-within{color:#eaa3a3}.focus-within\:text-red-500\/0:focus-within{color:#e3767600}.focus-within\:text-red-500\/5:focus-within{color:#e376760d}.focus-within\:text-red-500\/10:focus-within{color:#e376761a}.focus-within\:text-red-500\/20:focus-within{color:#e3767633}.focus-within\:text-red-500\/25:focus-within{color:#e3767640}.focus-within\:text-red-500\/30:focus-within{color:#e376764d}.focus-within\:text-red-500\/40:focus-within{color:#e3767666}.focus-within\:text-red-500\/50:focus-within{color:#e3767680}.focus-within\:text-red-500\/60:focus-within{color:#e3767699}.focus-within\:text-red-500\/70:focus-within{color:#e37676b3}.focus-within\:text-red-500\/75:focus-within{color:#e37676bf}.focus-within\:text-red-500\/80:focus-within{color:#e37676cc}.focus-within\:text-red-500\/90:focus-within{color:#e37676e6}.focus-within\:text-red-500\/95:focus-within{color:#e37676f2}.focus-within\:text-red-500\/100:focus-within{color:#e37676}.focus-within\:text-red-600\/0:focus-within{color:#dc262600}.focus-within\:text-red-600\/5:focus-within{color:#dc26260d}.focus-within\:text-red-600\/10:focus-within{color:#dc26261a}.focus-within\:text-red-600\/20:focus-within{color:#dc262633}.focus-within\:text-red-600\/25:focus-within{color:#dc262640}.focus-within\:text-red-600\/30:focus-within{color:#dc26264d}.focus-within\:text-red-600\/40:focus-within{color:#dc262666}.focus-within\:text-red-600\/50:focus-within{color:#dc262680}.focus-within\:text-red-600\/60:focus-within{color:#dc262699}.focus-within\:text-red-600\/70:focus-within{color:#dc2626b3}.focus-within\:text-red-600\/75:focus-within{color:#dc2626bf}.focus-within\:text-red-600\/80:focus-within{color:#dc2626cc}.focus-within\:text-red-600\/90:focus-within{color:#dc2626e6}.focus-within\:text-red-600\/95:focus-within{color:#dc2626f2}.focus-within\:text-red-600\/100:focus-within{color:#dc2626}.focus-within\:text-red-700\/0:focus-within{color:#c4212100}.focus-within\:text-red-700\/5:focus-within{color:#c421210d}.focus-within\:text-red-700\/10:focus-within{color:#c421211a}.focus-within\:text-red-700\/20:focus-within{color:#c4212133}.focus-within\:text-red-700\/25:focus-within{color:#c4212140}.focus-within\:text-red-700\/30:focus-within{color:#c421214d}.focus-within\:text-red-700\/40:focus-within{color:#c4212166}.focus-within\:text-red-700\/50:focus-within{color:#c4212180}.focus-within\:text-red-700\/60:focus-within{color:#c4212199}.focus-within\:text-red-700\/70:focus-within{color:#c42121b3}.focus-within\:text-red-700\/75:focus-within{color:#c42121bf}.focus-within\:text-red-700\/80:focus-within{color:#c42121cc}.focus-within\:text-red-700\/90:focus-within{color:#c42121e6}.focus-within\:text-red-700\/95:focus-within{color:#c42121f2}.focus-within\:text-red-700\/100:focus-within{color:#c42121}.focus-within\:text-red-800\/0:focus-within{color:#aa1d1d00}.focus-within\:text-red-800\/5:focus-within{color:#aa1d1d0d}.focus-within\:text-red-800\/10:focus-within{color:#aa1d1d1a}.focus-within\:text-red-800\/20:focus-within{color:#aa1d1d33}.focus-within\:text-red-800\/25:focus-within{color:#aa1d1d40}.focus-within\:text-red-800\/30:focus-within{color:#aa1d1d4d}.focus-within\:text-red-800\/40:focus-within{color:#aa1d1d66}.focus-within\:text-red-800\/50:focus-within{color:#aa1d1d80}.focus-within\:text-red-800\/60:focus-within{color:#aa1d1d99}.focus-within\:text-red-800\/70:focus-within{color:#aa1d1db3}.focus-within\:text-red-800\/75:focus-within{color:#aa1d1dbf}.focus-within\:text-red-800\/80:focus-within{color:#aa1d1dcc}.focus-within\:text-red-800\/90:focus-within{color:#aa1d1de6}.focus-within\:text-red-800\/95:focus-within{color:#aa1d1df2}.focus-within\:text-red-800\/100:focus-within{color:#aa1d1d}.focus-within\:text-red-900\/0:focus-within{color:#8b181800}.focus-within\:text-red-900\/5:focus-within{color:#8b18180d}.focus-within\:text-red-900\/10:focus-within{color:#8b18181a}.focus-within\:text-red-900\/20:focus-within{color:#8b181833}.focus-within\:text-red-900\/25:focus-within{color:#8b181840}.focus-within\:text-red-900\/30:focus-within{color:#8b18184d}.focus-within\:text-red-900\/40:focus-within{color:#8b181866}.focus-within\:text-red-900\/50:focus-within{color:#8b181880}.focus-within\:text-red-900\/60:focus-within{color:#8b181899}.focus-within\:text-red-900\/70:focus-within{color:#8b1818b3}.focus-within\:text-red-900\/75:focus-within{color:#8b1818bf}.focus-within\:text-red-900\/80:focus-within{color:#8b1818cc}.focus-within\:text-red-900\/90:focus-within{color:#8b1818e6}.focus-within\:text-red-900\/95:focus-within{color:#8b1818f2}.focus-within\:text-red-900\/100:focus-within{color:#8b1818}.focus-within\:text-orange-50\/0:focus-within{color:#fff7ed00}.focus-within\:text-orange-50\/5:focus-within{color:#fff7ed0d}.focus-within\:text-orange-50\/10:focus-within{color:#fff7ed1a}.focus-within\:text-orange-50\/20:focus-within{color:#fff7ed33}.focus-within\:text-orange-50\/25:focus-within{color:#fff7ed40}.focus-within\:text-orange-50\/30:focus-within{color:#fff7ed4d}.focus-within\:text-orange-50\/40:focus-within{color:#fff7ed66}.focus-within\:text-orange-50\/50:focus-within{color:#fff7ed80}.focus-within\:text-orange-50\/60:focus-within{color:#fff7ed99}.focus-within\:text-orange-50\/70:focus-within{color:#fff7edb3}.focus-within\:text-orange-50\/75:focus-within{color:#fff7edbf}.focus-within\:text-orange-50\/80:focus-within{color:#fff7edcc}.focus-within\:text-orange-50\/90:focus-within{color:#fff7ede6}.focus-within\:text-orange-50\/95:focus-within{color:#fff7edf2}.focus-within\:text-orange-50\/100:focus-within{color:#fff7ed}.focus-within\:text-orange-100\/0:focus-within{color:#fcf3f100}.focus-within\:text-orange-100\/5:focus-within{color:#fcf3f10d}.focus-within\:text-orange-100\/10:focus-within{color:#fcf3f11a}.focus-within\:text-orange-100\/20:focus-within{color:#fcf3f133}.focus-within\:text-orange-100\/25:focus-within{color:#fcf3f140}.focus-within\:text-orange-100\/30:focus-within{color:#fcf3f14d}.focus-within\:text-orange-100\/40:focus-within{color:#fcf3f166}.focus-within\:text-orange-100\/50:focus-within{color:#fcf3f180}.focus-within\:text-orange-100\/60:focus-within{color:#fcf3f199}.focus-within\:text-orange-100\/70:focus-within{color:#fcf3f1b3}.focus-within\:text-orange-100\/75:focus-within{color:#fcf3f1bf}.focus-within\:text-orange-100\/80:focus-within{color:#fcf3f1cc}.focus-within\:text-orange-100\/90:focus-within{color:#fcf3f1e6}.focus-within\:text-orange-100\/95:focus-within{color:#fcf3f1f2}.focus-within\:text-orange-100\/100:focus-within{color:#fcf3f1}.focus-within\:text-orange-200\/0:focus-within{color:#fae7e400}.focus-within\:text-orange-200\/5:focus-within{color:#fae7e40d}.focus-within\:text-orange-200\/10:focus-within{color:#fae7e41a}.focus-within\:text-orange-200\/20:focus-within{color:#fae7e433}.focus-within\:text-orange-200\/25:focus-within{color:#fae7e440}.focus-within\:text-orange-200\/30:focus-within{color:#fae7e44d}.focus-within\:text-orange-200\/40:focus-within{color:#fae7e466}.focus-within\:text-orange-200\/50:focus-within{color:#fae7e480}.focus-within\:text-orange-200\/60:focus-within{color:#fae7e499}.focus-within\:text-orange-200\/70:focus-within{color:#fae7e4b3}.focus-within\:text-orange-200\/75:focus-within{color:#fae7e4bf}.focus-within\:text-orange-200\/80:focus-within{color:#fae7e4cc}.focus-within\:text-orange-200\/90:focus-within{color:#fae7e4e6}.focus-within\:text-orange-200\/95:focus-within{color:#fae7e4f2}.focus-within\:text-orange-200\/100:focus-within{color:#fae7e4}.focus-within\:text-orange-300\/0:focus-within{color:#f6cdc500}.focus-within\:text-orange-300\/5:focus-within{color:#f6cdc50d}.focus-within\:text-orange-300\/10:focus-within{color:#f6cdc51a}.focus-within\:text-orange-300\/20:focus-within{color:#f6cdc533}.focus-within\:text-orange-300\/25:focus-within{color:#f6cdc540}.focus-within\:text-orange-300\/30:focus-within{color:#f6cdc54d}.focus-within\:text-orange-300\/40:focus-within{color:#f6cdc566}.focus-within\:text-orange-300\/50:focus-within{color:#f6cdc580}.focus-within\:text-orange-300\/60:focus-within{color:#f6cdc599}.focus-within\:text-orange-300\/70:focus-within{color:#f6cdc5b3}.focus-within\:text-orange-300\/75:focus-within{color:#f6cdc5bf}.focus-within\:text-orange-300\/80:focus-within{color:#f6cdc5cc}.focus-within\:text-orange-300\/90:focus-within{color:#f6cdc5e6}.focus-within\:text-orange-300\/95:focus-within{color:#f6cdc5f2}.focus-within\:text-orange-300\/100:focus-within{color:#f6cdc5}.focus-within\:text-orange-400\/0:focus-within{color:#f2afa100}.focus-within\:text-orange-400\/5:focus-within{color:#f2afa10d}.focus-within\:text-orange-400\/10:focus-within{color:#f2afa11a}.focus-within\:text-orange-400\/20:focus-within{color:#f2afa133}.focus-within\:text-orange-400\/25:focus-within{color:#f2afa140}.focus-within\:text-orange-400\/30:focus-within{color:#f2afa14d}.focus-within\:text-orange-400\/40:focus-within{color:#f2afa166}.focus-within\:text-orange-400\/50:focus-within{color:#f2afa180}.focus-within\:text-orange-400\/60:focus-within{color:#f2afa199}.focus-within\:text-orange-400\/70:focus-within{color:#f2afa1b3}.focus-within\:text-orange-400\/75:focus-within{color:#f2afa1bf}.focus-within\:text-orange-400\/80:focus-within{color:#f2afa1cc}.focus-within\:text-orange-400\/90:focus-within{color:#f2afa1e6}.focus-within\:text-orange-400\/95:focus-within{color:#f2afa1f2}.focus-within\:text-orange-400\/100:focus-within{color:#f2afa1}.focus-within\:text-orange-500\/0:focus-within{color:#ee8a7200}.focus-within\:text-orange-500\/5:focus-within{color:#ee8a720d}.focus-within\:text-orange-500\/10:focus-within{color:#ee8a721a}.focus-within\:text-orange-500\/20:focus-within{color:#ee8a7233}.focus-within\:text-orange-500\/25:focus-within{color:#ee8a7240}.focus-within\:text-orange-500\/30:focus-within{color:#ee8a724d}.focus-within\:text-orange-500\/40:focus-within{color:#ee8a7266}.focus-within\:text-orange-500\/50:focus-within{color:#ee8a7280}.focus-within\:text-orange-500\/60:focus-within{color:#ee8a7299}.focus-within\:text-orange-500\/70:focus-within{color:#ee8a72b3}.focus-within\:text-orange-500\/75:focus-within{color:#ee8a72bf}.focus-within\:text-orange-500\/80:focus-within{color:#ee8a72cc}.focus-within\:text-orange-500\/90:focus-within{color:#ee8a72e6}.focus-within\:text-orange-500\/95:focus-within{color:#ee8a72f2}.focus-within\:text-orange-500\/100:focus-within{color:#ee8a72}.focus-within\:text-orange-600\/0:focus-within{color:#ea580c00}.focus-within\:text-orange-600\/5:focus-within{color:#ea580c0d}.focus-within\:text-orange-600\/10:focus-within{color:#ea580c1a}.focus-within\:text-orange-600\/20:focus-within{color:#ea580c33}.focus-within\:text-orange-600\/25:focus-within{color:#ea580c40}.focus-within\:text-orange-600\/30:focus-within{color:#ea580c4d}.focus-within\:text-orange-600\/40:focus-within{color:#ea580c66}.focus-within\:text-orange-600\/50:focus-within{color:#ea580c80}.focus-within\:text-orange-600\/60:focus-within{color:#ea580c99}.focus-within\:text-orange-600\/70:focus-within{color:#ea580cb3}.focus-within\:text-orange-600\/75:focus-within{color:#ea580cbf}.focus-within\:text-orange-600\/80:focus-within{color:#ea580ccc}.focus-within\:text-orange-600\/90:focus-within{color:#ea580ce6}.focus-within\:text-orange-600\/95:focus-within{color:#ea580cf2}.focus-within\:text-orange-600\/100:focus-within{color:#ea580c}.focus-within\:text-orange-700\/0:focus-within{color:#d14e0a00}.focus-within\:text-orange-700\/5:focus-within{color:#d14e0a0d}.focus-within\:text-orange-700\/10:focus-within{color:#d14e0a1a}.focus-within\:text-orange-700\/20:focus-within{color:#d14e0a33}.focus-within\:text-orange-700\/25:focus-within{color:#d14e0a40}.focus-within\:text-orange-700\/30:focus-within{color:#d14e0a4d}.focus-within\:text-orange-700\/40:focus-within{color:#d14e0a66}.focus-within\:text-orange-700\/50:focus-within{color:#d14e0a80}.focus-within\:text-orange-700\/60:focus-within{color:#d14e0a99}.focus-within\:text-orange-700\/70:focus-within{color:#d14e0ab3}.focus-within\:text-orange-700\/75:focus-within{color:#d14e0abf}.focus-within\:text-orange-700\/80:focus-within{color:#d14e0acc}.focus-within\:text-orange-700\/90:focus-within{color:#d14e0ae6}.focus-within\:text-orange-700\/95:focus-within{color:#d14e0af2}.focus-within\:text-orange-700\/100:focus-within{color:#d14e0a}.focus-within\:text-orange-800\/0:focus-within{color:#b5440900}.focus-within\:text-orange-800\/5:focus-within{color:#b544090d}.focus-within\:text-orange-800\/10:focus-within{color:#b544091a}.focus-within\:text-orange-800\/20:focus-within{color:#b5440933}.focus-within\:text-orange-800\/25:focus-within{color:#b5440940}.focus-within\:text-orange-800\/30:focus-within{color:#b544094d}.focus-within\:text-orange-800\/40:focus-within{color:#b5440966}.focus-within\:text-orange-800\/50:focus-within{color:#b5440980}.focus-within\:text-orange-800\/60:focus-within{color:#b5440999}.focus-within\:text-orange-800\/70:focus-within{color:#b54409b3}.focus-within\:text-orange-800\/75:focus-within{color:#b54409bf}.focus-within\:text-orange-800\/80:focus-within{color:#b54409cc}.focus-within\:text-orange-800\/90:focus-within{color:#b54409e6}.focus-within\:text-orange-800\/95:focus-within{color:#b54409f2}.focus-within\:text-orange-800\/100:focus-within{color:#b54409}.focus-within\:text-orange-900\/0:focus-within{color:#93370700}.focus-within\:text-orange-900\/5:focus-within{color:#9337070d}.focus-within\:text-orange-900\/10:focus-within{color:#9337071a}.focus-within\:text-orange-900\/20:focus-within{color:#93370733}.focus-within\:text-orange-900\/25:focus-within{color:#93370740}.focus-within\:text-orange-900\/30:focus-within{color:#9337074d}.focus-within\:text-orange-900\/40:focus-within{color:#93370766}.focus-within\:text-orange-900\/50:focus-within{color:#93370780}.focus-within\:text-orange-900\/60:focus-within{color:#93370799}.focus-within\:text-orange-900\/70:focus-within{color:#933707b3}.focus-within\:text-orange-900\/75:focus-within{color:#933707bf}.focus-within\:text-orange-900\/80:focus-within{color:#933707cc}.focus-within\:text-orange-900\/90:focus-within{color:#933707e6}.focus-within\:text-orange-900\/95:focus-within{color:#933707f2}.focus-within\:text-orange-900\/100:focus-within{color:#933707}.focus-within\:text-yellow-50\/0:focus-within{color:#fefce800}.focus-within\:text-yellow-50\/5:focus-within{color:#fefce80d}.focus-within\:text-yellow-50\/10:focus-within{color:#fefce81a}.focus-within\:text-yellow-50\/20:focus-within{color:#fefce833}.focus-within\:text-yellow-50\/25:focus-within{color:#fefce840}.focus-within\:text-yellow-50\/30:focus-within{color:#fefce84d}.focus-within\:text-yellow-50\/40:focus-within{color:#fefce866}.focus-within\:text-yellow-50\/50:focus-within{color:#fefce880}.focus-within\:text-yellow-50\/60:focus-within{color:#fefce899}.focus-within\:text-yellow-50\/70:focus-within{color:#fefce8b3}.focus-within\:text-yellow-50\/75:focus-within{color:#fefce8bf}.focus-within\:text-yellow-50\/80:focus-within{color:#fefce8cc}.focus-within\:text-yellow-50\/90:focus-within{color:#fefce8e6}.focus-within\:text-yellow-50\/95:focus-within{color:#fefce8f2}.focus-within\:text-yellow-50\/100:focus-within{color:#fefce8}.focus-within\:text-yellow-100\/0:focus-within{color:#fef3c700}.focus-within\:text-yellow-100\/5:focus-within{color:#fef3c70d}.focus-within\:text-yellow-100\/10:focus-within{color:#fef3c71a}.focus-within\:text-yellow-100\/20:focus-within{color:#fef3c733}.focus-within\:text-yellow-100\/25:focus-within{color:#fef3c740}.focus-within\:text-yellow-100\/30:focus-within{color:#fef3c74d}.focus-within\:text-yellow-100\/40:focus-within{color:#fef3c766}.focus-within\:text-yellow-100\/50:focus-within{color:#fef3c780}.focus-within\:text-yellow-100\/60:focus-within{color:#fef3c799}.focus-within\:text-yellow-100\/70:focus-within{color:#fef3c7b3}.focus-within\:text-yellow-100\/75:focus-within{color:#fef3c7bf}.focus-within\:text-yellow-100\/80:focus-within{color:#fef3c7cc}.focus-within\:text-yellow-100\/90:focus-within{color:#fef3c7e6}.focus-within\:text-yellow-100\/95:focus-within{color:#fef3c7f2}.focus-within\:text-yellow-100\/100:focus-within{color:#fef3c7}.focus-within\:text-yellow-200\/0:focus-within{color:#fde68a00}.focus-within\:text-yellow-200\/5:focus-within{color:#fde68a0d}.focus-within\:text-yellow-200\/10:focus-within{color:#fde68a1a}.focus-within\:text-yellow-200\/20:focus-within{color:#fde68a33}.focus-within\:text-yellow-200\/25:focus-within{color:#fde68a40}.focus-within\:text-yellow-200\/30:focus-within{color:#fde68a4d}.focus-within\:text-yellow-200\/40:focus-within{color:#fde68a66}.focus-within\:text-yellow-200\/50:focus-within{color:#fde68a80}.focus-within\:text-yellow-200\/60:focus-within{color:#fde68a99}.focus-within\:text-yellow-200\/70:focus-within{color:#fde68ab3}.focus-within\:text-yellow-200\/75:focus-within{color:#fde68abf}.focus-within\:text-yellow-200\/80:focus-within{color:#fde68acc}.focus-within\:text-yellow-200\/90:focus-within{color:#fde68ae6}.focus-within\:text-yellow-200\/95:focus-within{color:#fde68af2}.focus-within\:text-yellow-200\/100:focus-within{color:#fde68a}.focus-within\:text-yellow-300\/0:focus-within{color:#fcd34d00}.focus-within\:text-yellow-300\/5:focus-within{color:#fcd34d0d}.focus-within\:text-yellow-300\/10:focus-within{color:#fcd34d1a}.focus-within\:text-yellow-300\/20:focus-within{color:#fcd34d33}.focus-within\:text-yellow-300\/25:focus-within{color:#fcd34d40}.focus-within\:text-yellow-300\/30:focus-within{color:#fcd34d4d}.focus-within\:text-yellow-300\/40:focus-within{color:#fcd34d66}.focus-within\:text-yellow-300\/50:focus-within{color:#fcd34d80}.focus-within\:text-yellow-300\/60:focus-within{color:#fcd34d99}.focus-within\:text-yellow-300\/70:focus-within{color:#fcd34db3}.focus-within\:text-yellow-300\/75:focus-within{color:#fcd34dbf}.focus-within\:text-yellow-300\/80:focus-within{color:#fcd34dcc}.focus-within\:text-yellow-300\/90:focus-within{color:#fcd34de6}.focus-within\:text-yellow-300\/95:focus-within{color:#fcd34df2}.focus-within\:text-yellow-300\/100:focus-within{color:#fcd34d}.focus-within\:text-yellow-400\/0:focus-within{color:#fbbf2400}.focus-within\:text-yellow-400\/5:focus-within{color:#fbbf240d}.focus-within\:text-yellow-400\/10:focus-within{color:#fbbf241a}.focus-within\:text-yellow-400\/20:focus-within{color:#fbbf2433}.focus-within\:text-yellow-400\/25:focus-within{color:#fbbf2440}.focus-within\:text-yellow-400\/30:focus-within{color:#fbbf244d}.focus-within\:text-yellow-400\/40:focus-within{color:#fbbf2466}.focus-within\:text-yellow-400\/50:focus-within{color:#fbbf2480}.focus-within\:text-yellow-400\/60:focus-within{color:#fbbf2499}.focus-within\:text-yellow-400\/70:focus-within{color:#fbbf24b3}.focus-within\:text-yellow-400\/75:focus-within{color:#fbbf24bf}.focus-within\:text-yellow-400\/80:focus-within{color:#fbbf24cc}.focus-within\:text-yellow-400\/90:focus-within{color:#fbbf24e6}.focus-within\:text-yellow-400\/95:focus-within{color:#fbbf24f2}.focus-within\:text-yellow-400\/100:focus-within{color:#fbbf24}.focus-within\:text-yellow-500\/0:focus-within{color:#eab30800}.focus-within\:text-yellow-500\/5:focus-within{color:#eab3080d}.focus-within\:text-yellow-500\/10:focus-within{color:#eab3081a}.focus-within\:text-yellow-500\/20:focus-within{color:#eab30833}.focus-within\:text-yellow-500\/25:focus-within{color:#eab30840}.focus-within\:text-yellow-500\/30:focus-within{color:#eab3084d}.focus-within\:text-yellow-500\/40:focus-within{color:#eab30866}.focus-within\:text-yellow-500\/50:focus-within{color:#eab30880}.focus-within\:text-yellow-500\/60:focus-within{color:#eab30899}.focus-within\:text-yellow-500\/70:focus-within{color:#eab308b3}.focus-within\:text-yellow-500\/75:focus-within{color:#eab308bf}.focus-within\:text-yellow-500\/80:focus-within{color:#eab308cc}.focus-within\:text-yellow-500\/90:focus-within{color:#eab308e6}.focus-within\:text-yellow-500\/95:focus-within{color:#eab308f2}.focus-within\:text-yellow-500\/100:focus-within{color:#eab308}.focus-within\:text-yellow-600\/0:focus-within{color:#d9770600}.focus-within\:text-yellow-600\/5:focus-within{color:#d977060d}.focus-within\:text-yellow-600\/10:focus-within{color:#d977061a}.focus-within\:text-yellow-600\/20:focus-within{color:#d9770633}.focus-within\:text-yellow-600\/25:focus-within{color:#d9770640}.focus-within\:text-yellow-600\/30:focus-within{color:#d977064d}.focus-within\:text-yellow-600\/40:focus-within{color:#d9770666}.focus-within\:text-yellow-600\/50:focus-within{color:#d9770680}.focus-within\:text-yellow-600\/60:focus-within{color:#d9770699}.focus-within\:text-yellow-600\/70:focus-within{color:#d97706b3}.focus-within\:text-yellow-600\/75:focus-within{color:#d97706bf}.focus-within\:text-yellow-600\/80:focus-within{color:#d97706cc}.focus-within\:text-yellow-600\/90:focus-within{color:#d97706e6}.focus-within\:text-yellow-600\/95:focus-within{color:#d97706f2}.focus-within\:text-yellow-600\/100:focus-within{color:#d97706}.focus-within\:text-yellow-700\/0:focus-within{color:#b4530900}.focus-within\:text-yellow-700\/5:focus-within{color:#b453090d}.focus-within\:text-yellow-700\/10:focus-within{color:#b453091a}.focus-within\:text-yellow-700\/20:focus-within{color:#b4530933}.focus-within\:text-yellow-700\/25:focus-within{color:#b4530940}.focus-within\:text-yellow-700\/30:focus-within{color:#b453094d}.focus-within\:text-yellow-700\/40:focus-within{color:#b4530966}.focus-within\:text-yellow-700\/50:focus-within{color:#b4530980}.focus-within\:text-yellow-700\/60:focus-within{color:#b4530999}.focus-within\:text-yellow-700\/70:focus-within{color:#b45309b3}.focus-within\:text-yellow-700\/75:focus-within{color:#b45309bf}.focus-within\:text-yellow-700\/80:focus-within{color:#b45309cc}.focus-within\:text-yellow-700\/90:focus-within{color:#b45309e6}.focus-within\:text-yellow-700\/95:focus-within{color:#b45309f2}.focus-within\:text-yellow-700\/100:focus-within{color:#b45309}.focus-within\:text-yellow-800\/0:focus-within{color:#92400e00}.focus-within\:text-yellow-800\/5:focus-within{color:#92400e0d}.focus-within\:text-yellow-800\/10:focus-within{color:#92400e1a}.focus-within\:text-yellow-800\/20:focus-within{color:#92400e33}.focus-within\:text-yellow-800\/25:focus-within{color:#92400e40}.focus-within\:text-yellow-800\/30:focus-within{color:#92400e4d}.focus-within\:text-yellow-800\/40:focus-within{color:#92400e66}.focus-within\:text-yellow-800\/50:focus-within{color:#92400e80}.focus-within\:text-yellow-800\/60:focus-within{color:#92400e99}.focus-within\:text-yellow-800\/70:focus-within{color:#92400eb3}.focus-within\:text-yellow-800\/75:focus-within{color:#92400ebf}.focus-within\:text-yellow-800\/80:focus-within{color:#92400ecc}.focus-within\:text-yellow-800\/90:focus-within{color:#92400ee6}.focus-within\:text-yellow-800\/95:focus-within{color:#92400ef2}.focus-within\:text-yellow-800\/100:focus-within{color:#92400e}.focus-within\:text-yellow-900\/0:focus-within{color:#78350f00}.focus-within\:text-yellow-900\/5:focus-within{color:#78350f0d}.focus-within\:text-yellow-900\/10:focus-within{color:#78350f1a}.focus-within\:text-yellow-900\/20:focus-within{color:#78350f33}.focus-within\:text-yellow-900\/25:focus-within{color:#78350f40}.focus-within\:text-yellow-900\/30:focus-within{color:#78350f4d}.focus-within\:text-yellow-900\/40:focus-within{color:#78350f66}.focus-within\:text-yellow-900\/50:focus-within{color:#78350f80}.focus-within\:text-yellow-900\/60:focus-within{color:#78350f99}.focus-within\:text-yellow-900\/70:focus-within{color:#78350fb3}.focus-within\:text-yellow-900\/75:focus-within{color:#78350fbf}.focus-within\:text-yellow-900\/80:focus-within{color:#78350fcc}.focus-within\:text-yellow-900\/90:focus-within{color:#78350fe6}.focus-within\:text-yellow-900\/95:focus-within{color:#78350ff2}.focus-within\:text-yellow-900\/100:focus-within{color:#78350f}.focus-within\:text-green-50\/0:focus-within{color:#f0fdf400}.focus-within\:text-green-50\/5:focus-within{color:#f0fdf40d}.focus-within\:text-green-50\/10:focus-within{color:#f0fdf41a}.focus-within\:text-green-50\/20:focus-within{color:#f0fdf433}.focus-within\:text-green-50\/25:focus-within{color:#f0fdf440}.focus-within\:text-green-50\/30:focus-within{color:#f0fdf44d}.focus-within\:text-green-50\/40:focus-within{color:#f0fdf466}.focus-within\:text-green-50\/50:focus-within{color:#f0fdf480}.focus-within\:text-green-50\/60:focus-within{color:#f0fdf499}.focus-within\:text-green-50\/70:focus-within{color:#f0fdf4b3}.focus-within\:text-green-50\/75:focus-within{color:#f0fdf4bf}.focus-within\:text-green-50\/80:focus-within{color:#f0fdf4cc}.focus-within\:text-green-50\/90:focus-within{color:#f0fdf4e6}.focus-within\:text-green-50\/95:focus-within{color:#f0fdf4f2}.focus-within\:text-green-50\/100:focus-within{color:#f0fdf4}.focus-within\:text-green-100\/0:focus-within{color:#f2faf600}.focus-within\:text-green-100\/5:focus-within{color:#f2faf60d}.focus-within\:text-green-100\/10:focus-within{color:#f2faf61a}.focus-within\:text-green-100\/20:focus-within{color:#f2faf633}.focus-within\:text-green-100\/25:focus-within{color:#f2faf640}.focus-within\:text-green-100\/30:focus-within{color:#f2faf64d}.focus-within\:text-green-100\/40:focus-within{color:#f2faf666}.focus-within\:text-green-100\/50:focus-within{color:#f2faf680}.focus-within\:text-green-100\/60:focus-within{color:#f2faf699}.focus-within\:text-green-100\/70:focus-within{color:#f2faf6b3}.focus-within\:text-green-100\/75:focus-within{color:#f2faf6bf}.focus-within\:text-green-100\/80:focus-within{color:#f2faf6cc}.focus-within\:text-green-100\/90:focus-within{color:#f2faf6e6}.focus-within\:text-green-100\/95:focus-within{color:#f2faf6f2}.focus-within\:text-green-100\/100:focus-within{color:#f2faf6}.focus-within\:text-green-200\/0:focus-within{color:#e5f6ee00}.focus-within\:text-green-200\/5:focus-within{color:#e5f6ee0d}.focus-within\:text-green-200\/10:focus-within{color:#e5f6ee1a}.focus-within\:text-green-200\/20:focus-within{color:#e5f6ee33}.focus-within\:text-green-200\/25:focus-within{color:#e5f6ee40}.focus-within\:text-green-200\/30:focus-within{color:#e5f6ee4d}.focus-within\:text-green-200\/40:focus-within{color:#e5f6ee66}.focus-within\:text-green-200\/50:focus-within{color:#e5f6ee80}.focus-within\:text-green-200\/60:focus-within{color:#e5f6ee99}.focus-within\:text-green-200\/70:focus-within{color:#e5f6eeb3}.focus-within\:text-green-200\/75:focus-within{color:#e5f6eebf}.focus-within\:text-green-200\/80:focus-within{color:#e5f6eecc}.focus-within\:text-green-200\/90:focus-within{color:#e5f6eee6}.focus-within\:text-green-200\/95:focus-within{color:#e5f6eef2}.focus-within\:text-green-200\/100:focus-within{color:#e5f6ee}.focus-within\:text-green-300\/0:focus-within{color:#c8eedb00}.focus-within\:text-green-300\/5:focus-within{color:#c8eedb0d}.focus-within\:text-green-300\/10:focus-within{color:#c8eedb1a}.focus-within\:text-green-300\/20:focus-within{color:#c8eedb33}.focus-within\:text-green-300\/25:focus-within{color:#c8eedb40}.focus-within\:text-green-300\/30:focus-within{color:#c8eedb4d}.focus-within\:text-green-300\/40:focus-within{color:#c8eedb66}.focus-within\:text-green-300\/50:focus-within{color:#c8eedb80}.focus-within\:text-green-300\/60:focus-within{color:#c8eedb99}.focus-within\:text-green-300\/70:focus-within{color:#c8eedbb3}.focus-within\:text-green-300\/75:focus-within{color:#c8eedbbf}.focus-within\:text-green-300\/80:focus-within{color:#c8eedbcc}.focus-within\:text-green-300\/90:focus-within{color:#c8eedbe6}.focus-within\:text-green-300\/95:focus-within{color:#c8eedbf2}.focus-within\:text-green-300\/100:focus-within{color:#c8eedb}.focus-within\:text-green-400\/0:focus-within{color:#a6e5c800}.focus-within\:text-green-400\/5:focus-within{color:#a6e5c80d}.focus-within\:text-green-400\/10:focus-within{color:#a6e5c81a}.focus-within\:text-green-400\/20:focus-within{color:#a6e5c833}.focus-within\:text-green-400\/25:focus-within{color:#a6e5c840}.focus-within\:text-green-400\/30:focus-within{color:#a6e5c84d}.focus-within\:text-green-400\/40:focus-within{color:#a6e5c866}.focus-within\:text-green-400\/50:focus-within{color:#a6e5c880}.focus-within\:text-green-400\/60:focus-within{color:#a6e5c899}.focus-within\:text-green-400\/70:focus-within{color:#a6e5c8b3}.focus-within\:text-green-400\/75:focus-within{color:#a6e5c8bf}.focus-within\:text-green-400\/80:focus-within{color:#a6e5c8cc}.focus-within\:text-green-400\/90:focus-within{color:#a6e5c8e6}.focus-within\:text-green-400\/95:focus-within{color:#a6e5c8f2}.focus-within\:text-green-400\/100:focus-within{color:#a6e5c8}.focus-within\:text-green-500\/0:focus-within{color:#7bdcb200}.focus-within\:text-green-500\/5:focus-within{color:#7bdcb20d}.focus-within\:text-green-500\/10:focus-within{color:#7bdcb21a}.focus-within\:text-green-500\/20:focus-within{color:#7bdcb233}.focus-within\:text-green-500\/25:focus-within{color:#7bdcb240}.focus-within\:text-green-500\/30:focus-within{color:#7bdcb24d}.focus-within\:text-green-500\/40:focus-within{color:#7bdcb266}.focus-within\:text-green-500\/50:focus-within{color:#7bdcb280}.focus-within\:text-green-500\/60:focus-within{color:#7bdcb299}.focus-within\:text-green-500\/70:focus-within{color:#7bdcb2b3}.focus-within\:text-green-500\/75:focus-within{color:#7bdcb2bf}.focus-within\:text-green-500\/80:focus-within{color:#7bdcb2cc}.focus-within\:text-green-500\/90:focus-within{color:#7bdcb2e6}.focus-within\:text-green-500\/95:focus-within{color:#7bdcb2f2}.focus-within\:text-green-500\/100:focus-within{color:#7bdcb2}.focus-within\:text-green-600\/0:focus-within{color:#34d39900}.focus-within\:text-green-600\/5:focus-within{color:#34d3990d}.focus-within\:text-green-600\/10:focus-within{color:#34d3991a}.focus-within\:text-green-600\/20:focus-within{color:#34d39933}.focus-within\:text-green-600\/25:focus-within{color:#34d39940}.focus-within\:text-green-600\/30:focus-within{color:#34d3994d}.focus-within\:text-green-600\/40:focus-within{color:#34d39966}.focus-within\:text-green-600\/50:focus-within{color:#34d39980}.focus-within\:text-green-600\/60:focus-within{color:#34d39999}.focus-within\:text-green-600\/70:focus-within{color:#34d399b3}.focus-within\:text-green-600\/75:focus-within{color:#34d399bf}.focus-within\:text-green-600\/80:focus-within{color:#34d399cc}.focus-within\:text-green-600\/90:focus-within{color:#34d399e6}.focus-within\:text-green-600\/95:focus-within{color:#34d399f2}.focus-within\:text-green-600\/100:focus-within{color:#34d399}.focus-within\:text-green-700\/0:focus-within{color:#2ebc8800}.focus-within\:text-green-700\/5:focus-within{color:#2ebc880d}.focus-within\:text-green-700\/10:focus-within{color:#2ebc881a}.focus-within\:text-green-700\/20:focus-within{color:#2ebc8833}.focus-within\:text-green-700\/25:focus-within{color:#2ebc8840}.focus-within\:text-green-700\/30:focus-within{color:#2ebc884d}.focus-within\:text-green-700\/40:focus-within{color:#2ebc8866}.focus-within\:text-green-700\/50:focus-within{color:#2ebc8880}.focus-within\:text-green-700\/60:focus-within{color:#2ebc8899}.focus-within\:text-green-700\/70:focus-within{color:#2ebc88b3}.focus-within\:text-green-700\/75:focus-within{color:#2ebc88bf}.focus-within\:text-green-700\/80:focus-within{color:#2ebc88cc}.focus-within\:text-green-700\/90:focus-within{color:#2ebc88e6}.focus-within\:text-green-700\/95:focus-within{color:#2ebc88f2}.focus-within\:text-green-700\/100:focus-within{color:#2ebc88}.focus-within\:text-green-800\/0:focus-within{color:#28a37600}.focus-within\:text-green-800\/5:focus-within{color:#28a3760d}.focus-within\:text-green-800\/10:focus-within{color:#28a3761a}.focus-within\:text-green-800\/20:focus-within{color:#28a37633}.focus-within\:text-green-800\/25:focus-within{color:#28a37640}.focus-within\:text-green-800\/30:focus-within{color:#28a3764d}.focus-within\:text-green-800\/40:focus-within{color:#28a37666}.focus-within\:text-green-800\/50:focus-within{color:#28a37680}.focus-within\:text-green-800\/60:focus-within{color:#28a37699}.focus-within\:text-green-800\/70:focus-within{color:#28a376b3}.focus-within\:text-green-800\/75:focus-within{color:#28a376bf}.focus-within\:text-green-800\/80:focus-within{color:#28a376cc}.focus-within\:text-green-800\/90:focus-within{color:#28a376e6}.focus-within\:text-green-800\/95:focus-within{color:#28a376f2}.focus-within\:text-green-800\/100:focus-within{color:#28a376}.focus-within\:text-green-900\/0:focus-within{color:#20856000}.focus-within\:text-green-900\/5:focus-within{color:#2085600d}.focus-within\:text-green-900\/10:focus-within{color:#2085601a}.focus-within\:text-green-900\/20:focus-within{color:#20856033}.focus-within\:text-green-900\/25:focus-within{color:#20856040}.focus-within\:text-green-900\/30:focus-within{color:#2085604d}.focus-within\:text-green-900\/40:focus-within{color:#20856066}.focus-within\:text-green-900\/50:focus-within{color:#20856080}.focus-within\:text-green-900\/60:focus-within{color:#20856099}.focus-within\:text-green-900\/70:focus-within{color:#208560b3}.focus-within\:text-green-900\/75:focus-within{color:#208560bf}.focus-within\:text-green-900\/80:focus-within{color:#208560cc}.focus-within\:text-green-900\/90:focus-within{color:#208560e6}.focus-within\:text-green-900\/95:focus-within{color:#208560f2}.focus-within\:text-green-900\/100:focus-within{color:#208560}.focus-within\:text-emerald-50\/0:focus-within{color:#ecfdf500}.focus-within\:text-emerald-50\/5:focus-within{color:#ecfdf50d}.focus-within\:text-emerald-50\/10:focus-within{color:#ecfdf51a}.focus-within\:text-emerald-50\/20:focus-within{color:#ecfdf533}.focus-within\:text-emerald-50\/25:focus-within{color:#ecfdf540}.focus-within\:text-emerald-50\/30:focus-within{color:#ecfdf54d}.focus-within\:text-emerald-50\/40:focus-within{color:#ecfdf566}.focus-within\:text-emerald-50\/50:focus-within{color:#ecfdf580}.focus-within\:text-emerald-50\/60:focus-within{color:#ecfdf599}.focus-within\:text-emerald-50\/70:focus-within{color:#ecfdf5b3}.focus-within\:text-emerald-50\/75:focus-within{color:#ecfdf5bf}.focus-within\:text-emerald-50\/80:focus-within{color:#ecfdf5cc}.focus-within\:text-emerald-50\/90:focus-within{color:#ecfdf5e6}.focus-within\:text-emerald-50\/95:focus-within{color:#ecfdf5f2}.focus-within\:text-emerald-50\/100:focus-within{color:#ecfdf5}.focus-within\:text-emerald-100\/0:focus-within{color:#d1fae500}.focus-within\:text-emerald-100\/5:focus-within{color:#d1fae50d}.focus-within\:text-emerald-100\/10:focus-within{color:#d1fae51a}.focus-within\:text-emerald-100\/20:focus-within{color:#d1fae533}.focus-within\:text-emerald-100\/25:focus-within{color:#d1fae540}.focus-within\:text-emerald-100\/30:focus-within{color:#d1fae54d}.focus-within\:text-emerald-100\/40:focus-within{color:#d1fae566}.focus-within\:text-emerald-100\/50:focus-within{color:#d1fae580}.focus-within\:text-emerald-100\/60:focus-within{color:#d1fae599}.focus-within\:text-emerald-100\/70:focus-within{color:#d1fae5b3}.focus-within\:text-emerald-100\/75:focus-within{color:#d1fae5bf}.focus-within\:text-emerald-100\/80:focus-within{color:#d1fae5cc}.focus-within\:text-emerald-100\/90:focus-within{color:#d1fae5e6}.focus-within\:text-emerald-100\/95:focus-within{color:#d1fae5f2}.focus-within\:text-emerald-100\/100:focus-within{color:#d1fae5}.focus-within\:text-emerald-200\/0:focus-within{color:#a7f3d000}.focus-within\:text-emerald-200\/5:focus-within{color:#a7f3d00d}.focus-within\:text-emerald-200\/10:focus-within{color:#a7f3d01a}.focus-within\:text-emerald-200\/20:focus-within{color:#a7f3d033}.focus-within\:text-emerald-200\/25:focus-within{color:#a7f3d040}.focus-within\:text-emerald-200\/30:focus-within{color:#a7f3d04d}.focus-within\:text-emerald-200\/40:focus-within{color:#a7f3d066}.focus-within\:text-emerald-200\/50:focus-within{color:#a7f3d080}.focus-within\:text-emerald-200\/60:focus-within{color:#a7f3d099}.focus-within\:text-emerald-200\/70:focus-within{color:#a7f3d0b3}.focus-within\:text-emerald-200\/75:focus-within{color:#a7f3d0bf}.focus-within\:text-emerald-200\/80:focus-within{color:#a7f3d0cc}.focus-within\:text-emerald-200\/90:focus-within{color:#a7f3d0e6}.focus-within\:text-emerald-200\/95:focus-within{color:#a7f3d0f2}.focus-within\:text-emerald-200\/100:focus-within{color:#a7f3d0}.focus-within\:text-emerald-300\/0:focus-within{color:#6ee7b700}.focus-within\:text-emerald-300\/5:focus-within{color:#6ee7b70d}.focus-within\:text-emerald-300\/10:focus-within{color:#6ee7b71a}.focus-within\:text-emerald-300\/20:focus-within{color:#6ee7b733}.focus-within\:text-emerald-300\/25:focus-within{color:#6ee7b740}.focus-within\:text-emerald-300\/30:focus-within{color:#6ee7b74d}.focus-within\:text-emerald-300\/40:focus-within{color:#6ee7b766}.focus-within\:text-emerald-300\/50:focus-within{color:#6ee7b780}.focus-within\:text-emerald-300\/60:focus-within{color:#6ee7b799}.focus-within\:text-emerald-300\/70:focus-within{color:#6ee7b7b3}.focus-within\:text-emerald-300\/75:focus-within{color:#6ee7b7bf}.focus-within\:text-emerald-300\/80:focus-within{color:#6ee7b7cc}.focus-within\:text-emerald-300\/90:focus-within{color:#6ee7b7e6}.focus-within\:text-emerald-300\/95:focus-within{color:#6ee7b7f2}.focus-within\:text-emerald-300\/100:focus-within{color:#6ee7b7}.focus-within\:text-emerald-400\/0:focus-within{color:#34d39900}.focus-within\:text-emerald-400\/5:focus-within{color:#34d3990d}.focus-within\:text-emerald-400\/10:focus-within{color:#34d3991a}.focus-within\:text-emerald-400\/20:focus-within{color:#34d39933}.focus-within\:text-emerald-400\/25:focus-within{color:#34d39940}.focus-within\:text-emerald-400\/30:focus-within{color:#34d3994d}.focus-within\:text-emerald-400\/40:focus-within{color:#34d39966}.focus-within\:text-emerald-400\/50:focus-within{color:#34d39980}.focus-within\:text-emerald-400\/60:focus-within{color:#34d39999}.focus-within\:text-emerald-400\/70:focus-within{color:#34d399b3}.focus-within\:text-emerald-400\/75:focus-within{color:#34d399bf}.focus-within\:text-emerald-400\/80:focus-within{color:#34d399cc}.focus-within\:text-emerald-400\/90:focus-within{color:#34d399e6}.focus-within\:text-emerald-400\/95:focus-within{color:#34d399f2}.focus-within\:text-emerald-400\/100:focus-within{color:#34d399}.focus-within\:text-emerald-500\/0:focus-within{color:#10b98100}.focus-within\:text-emerald-500\/5:focus-within{color:#10b9810d}.focus-within\:text-emerald-500\/10:focus-within{color:#10b9811a}.focus-within\:text-emerald-500\/20:focus-within{color:#10b98133}.focus-within\:text-emerald-500\/25:focus-within{color:#10b98140}.focus-within\:text-emerald-500\/30:focus-within{color:#10b9814d}.focus-within\:text-emerald-500\/40:focus-within{color:#10b98166}.focus-within\:text-emerald-500\/50:focus-within{color:#10b98180}.focus-within\:text-emerald-500\/60:focus-within{color:#10b98199}.focus-within\:text-emerald-500\/70:focus-within{color:#10b981b3}.focus-within\:text-emerald-500\/75:focus-within{color:#10b981bf}.focus-within\:text-emerald-500\/80:focus-within{color:#10b981cc}.focus-within\:text-emerald-500\/90:focus-within{color:#10b981e6}.focus-within\:text-emerald-500\/95:focus-within{color:#10b981f2}.focus-within\:text-emerald-500\/100:focus-within{color:#10b981}.focus-within\:text-emerald-600\/0:focus-within{color:#05966900}.focus-within\:text-emerald-600\/5:focus-within{color:#0596690d}.focus-within\:text-emerald-600\/10:focus-within{color:#0596691a}.focus-within\:text-emerald-600\/20:focus-within{color:#05966933}.focus-within\:text-emerald-600\/25:focus-within{color:#05966940}.focus-within\:text-emerald-600\/30:focus-within{color:#0596694d}.focus-within\:text-emerald-600\/40:focus-within{color:#05966966}.focus-within\:text-emerald-600\/50:focus-within{color:#05966980}.focus-within\:text-emerald-600\/60:focus-within{color:#05966999}.focus-within\:text-emerald-600\/70:focus-within{color:#059669b3}.focus-within\:text-emerald-600\/75:focus-within{color:#059669bf}.focus-within\:text-emerald-600\/80:focus-within{color:#059669cc}.focus-within\:text-emerald-600\/90:focus-within{color:#059669e6}.focus-within\:text-emerald-600\/95:focus-within{color:#059669f2}.focus-within\:text-emerald-600\/100:focus-within{color:#059669}.focus-within\:text-emerald-700\/0:focus-within{color:#04785700}.focus-within\:text-emerald-700\/5:focus-within{color:#0478570d}.focus-within\:text-emerald-700\/10:focus-within{color:#0478571a}.focus-within\:text-emerald-700\/20:focus-within{color:#04785733}.focus-within\:text-emerald-700\/25:focus-within{color:#04785740}.focus-within\:text-emerald-700\/30:focus-within{color:#0478574d}.focus-within\:text-emerald-700\/40:focus-within{color:#04785766}.focus-within\:text-emerald-700\/50:focus-within{color:#04785780}.focus-within\:text-emerald-700\/60:focus-within{color:#04785799}.focus-within\:text-emerald-700\/70:focus-within{color:#047857b3}.focus-within\:text-emerald-700\/75:focus-within{color:#047857bf}.focus-within\:text-emerald-700\/80:focus-within{color:#047857cc}.focus-within\:text-emerald-700\/90:focus-within{color:#047857e6}.focus-within\:text-emerald-700\/95:focus-within{color:#047857f2}.focus-within\:text-emerald-700\/100:focus-within{color:#047857}.focus-within\:text-emerald-800\/0:focus-within{color:#065f4600}.focus-within\:text-emerald-800\/5:focus-within{color:#065f460d}.focus-within\:text-emerald-800\/10:focus-within{color:#065f461a}.focus-within\:text-emerald-800\/20:focus-within{color:#065f4633}.focus-within\:text-emerald-800\/25:focus-within{color:#065f4640}.focus-within\:text-emerald-800\/30:focus-within{color:#065f464d}.focus-within\:text-emerald-800\/40:focus-within{color:#065f4666}.focus-within\:text-emerald-800\/50:focus-within{color:#065f4680}.focus-within\:text-emerald-800\/60:focus-within{color:#065f4699}.focus-within\:text-emerald-800\/70:focus-within{color:#065f46b3}.focus-within\:text-emerald-800\/75:focus-within{color:#065f46bf}.focus-within\:text-emerald-800\/80:focus-within{color:#065f46cc}.focus-within\:text-emerald-800\/90:focus-within{color:#065f46e6}.focus-within\:text-emerald-800\/95:focus-within{color:#065f46f2}.focus-within\:text-emerald-800\/100:focus-within{color:#065f46}.focus-within\:text-emerald-900\/0:focus-within{color:#064e3b00}.focus-within\:text-emerald-900\/5:focus-within{color:#064e3b0d}.focus-within\:text-emerald-900\/10:focus-within{color:#064e3b1a}.focus-within\:text-emerald-900\/20:focus-within{color:#064e3b33}.focus-within\:text-emerald-900\/25:focus-within{color:#064e3b40}.focus-within\:text-emerald-900\/30:focus-within{color:#064e3b4d}.focus-within\:text-emerald-900\/40:focus-within{color:#064e3b66}.focus-within\:text-emerald-900\/50:focus-within{color:#064e3b80}.focus-within\:text-emerald-900\/60:focus-within{color:#064e3b99}.focus-within\:text-emerald-900\/70:focus-within{color:#064e3bb3}.focus-within\:text-emerald-900\/75:focus-within{color:#064e3bbf}.focus-within\:text-emerald-900\/80:focus-within{color:#064e3bcc}.focus-within\:text-emerald-900\/90:focus-within{color:#064e3be6}.focus-within\:text-emerald-900\/95:focus-within{color:#064e3bf2}.focus-within\:text-emerald-900\/100:focus-within{color:#064e3b}.focus-within\:text-teal-50\/0:focus-within{color:#f0fdfa00}.focus-within\:text-teal-50\/5:focus-within{color:#f0fdfa0d}.focus-within\:text-teal-50\/10:focus-within{color:#f0fdfa1a}.focus-within\:text-teal-50\/20:focus-within{color:#f0fdfa33}.focus-within\:text-teal-50\/25:focus-within{color:#f0fdfa40}.focus-within\:text-teal-50\/30:focus-within{color:#f0fdfa4d}.focus-within\:text-teal-50\/40:focus-within{color:#f0fdfa66}.focus-within\:text-teal-50\/50:focus-within{color:#f0fdfa80}.focus-within\:text-teal-50\/60:focus-within{color:#f0fdfa99}.focus-within\:text-teal-50\/70:focus-within{color:#f0fdfab3}.focus-within\:text-teal-50\/75:focus-within{color:#f0fdfabf}.focus-within\:text-teal-50\/80:focus-within{color:#f0fdfacc}.focus-within\:text-teal-50\/90:focus-within{color:#f0fdfae6}.focus-within\:text-teal-50\/95:focus-within{color:#f0fdfaf2}.focus-within\:text-teal-50\/100:focus-within{color:#f0fdfa}.focus-within\:text-teal-100\/0:focus-within{color:#ccfbf100}.focus-within\:text-teal-100\/5:focus-within{color:#ccfbf10d}.focus-within\:text-teal-100\/10:focus-within{color:#ccfbf11a}.focus-within\:text-teal-100\/20:focus-within{color:#ccfbf133}.focus-within\:text-teal-100\/25:focus-within{color:#ccfbf140}.focus-within\:text-teal-100\/30:focus-within{color:#ccfbf14d}.focus-within\:text-teal-100\/40:focus-within{color:#ccfbf166}.focus-within\:text-teal-100\/50:focus-within{color:#ccfbf180}.focus-within\:text-teal-100\/60:focus-within{color:#ccfbf199}.focus-within\:text-teal-100\/70:focus-within{color:#ccfbf1b3}.focus-within\:text-teal-100\/75:focus-within{color:#ccfbf1bf}.focus-within\:text-teal-100\/80:focus-within{color:#ccfbf1cc}.focus-within\:text-teal-100\/90:focus-within{color:#ccfbf1e6}.focus-within\:text-teal-100\/95:focus-within{color:#ccfbf1f2}.focus-within\:text-teal-100\/100:focus-within{color:#ccfbf1}.focus-within\:text-teal-200\/0:focus-within{color:#99f6e400}.focus-within\:text-teal-200\/5:focus-within{color:#99f6e40d}.focus-within\:text-teal-200\/10:focus-within{color:#99f6e41a}.focus-within\:text-teal-200\/20:focus-within{color:#99f6e433}.focus-within\:text-teal-200\/25:focus-within{color:#99f6e440}.focus-within\:text-teal-200\/30:focus-within{color:#99f6e44d}.focus-within\:text-teal-200\/40:focus-within{color:#99f6e466}.focus-within\:text-teal-200\/50:focus-within{color:#99f6e480}.focus-within\:text-teal-200\/60:focus-within{color:#99f6e499}.focus-within\:text-teal-200\/70:focus-within{color:#99f6e4b3}.focus-within\:text-teal-200\/75:focus-within{color:#99f6e4bf}.focus-within\:text-teal-200\/80:focus-within{color:#99f6e4cc}.focus-within\:text-teal-200\/90:focus-within{color:#99f6e4e6}.focus-within\:text-teal-200\/95:focus-within{color:#99f6e4f2}.focus-within\:text-teal-200\/100:focus-within{color:#99f6e4}.focus-within\:text-teal-300\/0:focus-within{color:#5eead400}.focus-within\:text-teal-300\/5:focus-within{color:#5eead40d}.focus-within\:text-teal-300\/10:focus-within{color:#5eead41a}.focus-within\:text-teal-300\/20:focus-within{color:#5eead433}.focus-within\:text-teal-300\/25:focus-within{color:#5eead440}.focus-within\:text-teal-300\/30:focus-within{color:#5eead44d}.focus-within\:text-teal-300\/40:focus-within{color:#5eead466}.focus-within\:text-teal-300\/50:focus-within{color:#5eead480}.focus-within\:text-teal-300\/60:focus-within{color:#5eead499}.focus-within\:text-teal-300\/70:focus-within{color:#5eead4b3}.focus-within\:text-teal-300\/75:focus-within{color:#5eead4bf}.focus-within\:text-teal-300\/80:focus-within{color:#5eead4cc}.focus-within\:text-teal-300\/90:focus-within{color:#5eead4e6}.focus-within\:text-teal-300\/95:focus-within{color:#5eead4f2}.focus-within\:text-teal-300\/100:focus-within{color:#5eead4}.focus-within\:text-teal-400\/0:focus-within{color:#2dd4bf00}.focus-within\:text-teal-400\/5:focus-within{color:#2dd4bf0d}.focus-within\:text-teal-400\/10:focus-within{color:#2dd4bf1a}.focus-within\:text-teal-400\/20:focus-within{color:#2dd4bf33}.focus-within\:text-teal-400\/25:focus-within{color:#2dd4bf40}.focus-within\:text-teal-400\/30:focus-within{color:#2dd4bf4d}.focus-within\:text-teal-400\/40:focus-within{color:#2dd4bf66}.focus-within\:text-teal-400\/50:focus-within{color:#2dd4bf80}.focus-within\:text-teal-400\/60:focus-within{color:#2dd4bf99}.focus-within\:text-teal-400\/70:focus-within{color:#2dd4bfb3}.focus-within\:text-teal-400\/75:focus-within{color:#2dd4bfbf}.focus-within\:text-teal-400\/80:focus-within{color:#2dd4bfcc}.focus-within\:text-teal-400\/90:focus-within{color:#2dd4bfe6}.focus-within\:text-teal-400\/95:focus-within{color:#2dd4bff2}.focus-within\:text-teal-400\/100:focus-within{color:#2dd4bf}.focus-within\:text-teal-500\/0:focus-within{color:#14b8a600}.focus-within\:text-teal-500\/5:focus-within{color:#14b8a60d}.focus-within\:text-teal-500\/10:focus-within{color:#14b8a61a}.focus-within\:text-teal-500\/20:focus-within{color:#14b8a633}.focus-within\:text-teal-500\/25:focus-within{color:#14b8a640}.focus-within\:text-teal-500\/30:focus-within{color:#14b8a64d}.focus-within\:text-teal-500\/40:focus-within{color:#14b8a666}.focus-within\:text-teal-500\/50:focus-within{color:#14b8a680}.focus-within\:text-teal-500\/60:focus-within{color:#14b8a699}.focus-within\:text-teal-500\/70:focus-within{color:#14b8a6b3}.focus-within\:text-teal-500\/75:focus-within{color:#14b8a6bf}.focus-within\:text-teal-500\/80:focus-within{color:#14b8a6cc}.focus-within\:text-teal-500\/90:focus-within{color:#14b8a6e6}.focus-within\:text-teal-500\/95:focus-within{color:#14b8a6f2}.focus-within\:text-teal-500\/100:focus-within{color:#14b8a6}.focus-within\:text-teal-600\/0:focus-within{color:#0d948800}.focus-within\:text-teal-600\/5:focus-within{color:#0d94880d}.focus-within\:text-teal-600\/10:focus-within{color:#0d94881a}.focus-within\:text-teal-600\/20:focus-within{color:#0d948833}.focus-within\:text-teal-600\/25:focus-within{color:#0d948840}.focus-within\:text-teal-600\/30:focus-within{color:#0d94884d}.focus-within\:text-teal-600\/40:focus-within{color:#0d948866}.focus-within\:text-teal-600\/50:focus-within{color:#0d948880}.focus-within\:text-teal-600\/60:focus-within{color:#0d948899}.focus-within\:text-teal-600\/70:focus-within{color:#0d9488b3}.focus-within\:text-teal-600\/75:focus-within{color:#0d9488bf}.focus-within\:text-teal-600\/80:focus-within{color:#0d9488cc}.focus-within\:text-teal-600\/90:focus-within{color:#0d9488e6}.focus-within\:text-teal-600\/95:focus-within{color:#0d9488f2}.focus-within\:text-teal-600\/100:focus-within{color:#0d9488}.focus-within\:text-teal-700\/0:focus-within{color:#0f766e00}.focus-within\:text-teal-700\/5:focus-within{color:#0f766e0d}.focus-within\:text-teal-700\/10:focus-within{color:#0f766e1a}.focus-within\:text-teal-700\/20:focus-within{color:#0f766e33}.focus-within\:text-teal-700\/25:focus-within{color:#0f766e40}.focus-within\:text-teal-700\/30:focus-within{color:#0f766e4d}.focus-within\:text-teal-700\/40:focus-within{color:#0f766e66}.focus-within\:text-teal-700\/50:focus-within{color:#0f766e80}.focus-within\:text-teal-700\/60:focus-within{color:#0f766e99}.focus-within\:text-teal-700\/70:focus-within{color:#0f766eb3}.focus-within\:text-teal-700\/75:focus-within{color:#0f766ebf}.focus-within\:text-teal-700\/80:focus-within{color:#0f766ecc}.focus-within\:text-teal-700\/90:focus-within{color:#0f766ee6}.focus-within\:text-teal-700\/95:focus-within{color:#0f766ef2}.focus-within\:text-teal-700\/100:focus-within{color:#0f766e}.focus-within\:text-teal-800\/0:focus-within{color:#115e5900}.focus-within\:text-teal-800\/5:focus-within{color:#115e590d}.focus-within\:text-teal-800\/10:focus-within{color:#115e591a}.focus-within\:text-teal-800\/20:focus-within{color:#115e5933}.focus-within\:text-teal-800\/25:focus-within{color:#115e5940}.focus-within\:text-teal-800\/30:focus-within{color:#115e594d}.focus-within\:text-teal-800\/40:focus-within{color:#115e5966}.focus-within\:text-teal-800\/50:focus-within{color:#115e5980}.focus-within\:text-teal-800\/60:focus-within{color:#115e5999}.focus-within\:text-teal-800\/70:focus-within{color:#115e59b3}.focus-within\:text-teal-800\/75:focus-within{color:#115e59bf}.focus-within\:text-teal-800\/80:focus-within{color:#115e59cc}.focus-within\:text-teal-800\/90:focus-within{color:#115e59e6}.focus-within\:text-teal-800\/95:focus-within{color:#115e59f2}.focus-within\:text-teal-800\/100:focus-within{color:#115e59}.focus-within\:text-teal-900\/0:focus-within{color:#134e4a00}.focus-within\:text-teal-900\/5:focus-within{color:#134e4a0d}.focus-within\:text-teal-900\/10:focus-within{color:#134e4a1a}.focus-within\:text-teal-900\/20:focus-within{color:#134e4a33}.focus-within\:text-teal-900\/25:focus-within{color:#134e4a40}.focus-within\:text-teal-900\/30:focus-within{color:#134e4a4d}.focus-within\:text-teal-900\/40:focus-within{color:#134e4a66}.focus-within\:text-teal-900\/50:focus-within{color:#134e4a80}.focus-within\:text-teal-900\/60:focus-within{color:#134e4a99}.focus-within\:text-teal-900\/70:focus-within{color:#134e4ab3}.focus-within\:text-teal-900\/75:focus-within{color:#134e4abf}.focus-within\:text-teal-900\/80:focus-within{color:#134e4acc}.focus-within\:text-teal-900\/90:focus-within{color:#134e4ae6}.focus-within\:text-teal-900\/95:focus-within{color:#134e4af2}.focus-within\:text-teal-900\/100:focus-within{color:#134e4a}.focus-within\:text-sky-50\/0:focus-within{color:#f0f9ff00}.focus-within\:text-sky-50\/5:focus-within{color:#f0f9ff0d}.focus-within\:text-sky-50\/10:focus-within{color:#f0f9ff1a}.focus-within\:text-sky-50\/20:focus-within{color:#f0f9ff33}.focus-within\:text-sky-50\/25:focus-within{color:#f0f9ff40}.focus-within\:text-sky-50\/30:focus-within{color:#f0f9ff4d}.focus-within\:text-sky-50\/40:focus-within{color:#f0f9ff66}.focus-within\:text-sky-50\/50:focus-within{color:#f0f9ff80}.focus-within\:text-sky-50\/60:focus-within{color:#f0f9ff99}.focus-within\:text-sky-50\/70:focus-within{color:#f0f9ffb3}.focus-within\:text-sky-50\/75:focus-within{color:#f0f9ffbf}.focus-within\:text-sky-50\/80:focus-within{color:#f0f9ffcc}.focus-within\:text-sky-50\/90:focus-within{color:#f0f9ffe6}.focus-within\:text-sky-50\/95:focus-within{color:#f0f9fff2}.focus-within\:text-sky-50\/100:focus-within{color:#f0f9ff}.focus-within\:text-sky-100\/0:focus-within{color:#e0f2fe00}.focus-within\:text-sky-100\/5:focus-within{color:#e0f2fe0d}.focus-within\:text-sky-100\/10:focus-within{color:#e0f2fe1a}.focus-within\:text-sky-100\/20:focus-within{color:#e0f2fe33}.focus-within\:text-sky-100\/25:focus-within{color:#e0f2fe40}.focus-within\:text-sky-100\/30:focus-within{color:#e0f2fe4d}.focus-within\:text-sky-100\/40:focus-within{color:#e0f2fe66}.focus-within\:text-sky-100\/50:focus-within{color:#e0f2fe80}.focus-within\:text-sky-100\/60:focus-within{color:#e0f2fe99}.focus-within\:text-sky-100\/70:focus-within{color:#e0f2feb3}.focus-within\:text-sky-100\/75:focus-within{color:#e0f2febf}.focus-within\:text-sky-100\/80:focus-within{color:#e0f2fecc}.focus-within\:text-sky-100\/90:focus-within{color:#e0f2fee6}.focus-within\:text-sky-100\/95:focus-within{color:#e0f2fef2}.focus-within\:text-sky-100\/100:focus-within{color:#e0f2fe}.focus-within\:text-sky-200\/0:focus-within{color:#bae6fd00}.focus-within\:text-sky-200\/5:focus-within{color:#bae6fd0d}.focus-within\:text-sky-200\/10:focus-within{color:#bae6fd1a}.focus-within\:text-sky-200\/20:focus-within{color:#bae6fd33}.focus-within\:text-sky-200\/25:focus-within{color:#bae6fd40}.focus-within\:text-sky-200\/30:focus-within{color:#bae6fd4d}.focus-within\:text-sky-200\/40:focus-within{color:#bae6fd66}.focus-within\:text-sky-200\/50:focus-within{color:#bae6fd80}.focus-within\:text-sky-200\/60:focus-within{color:#bae6fd99}.focus-within\:text-sky-200\/70:focus-within{color:#bae6fdb3}.focus-within\:text-sky-200\/75:focus-within{color:#bae6fdbf}.focus-within\:text-sky-200\/80:focus-within{color:#bae6fdcc}.focus-within\:text-sky-200\/90:focus-within{color:#bae6fde6}.focus-within\:text-sky-200\/95:focus-within{color:#bae6fdf2}.focus-within\:text-sky-200\/100:focus-within{color:#bae6fd}.focus-within\:text-sky-300\/0:focus-within{color:#7dd3fc00}.focus-within\:text-sky-300\/5:focus-within{color:#7dd3fc0d}.focus-within\:text-sky-300\/10:focus-within{color:#7dd3fc1a}.focus-within\:text-sky-300\/20:focus-within{color:#7dd3fc33}.focus-within\:text-sky-300\/25:focus-within{color:#7dd3fc40}.focus-within\:text-sky-300\/30:focus-within{color:#7dd3fc4d}.focus-within\:text-sky-300\/40:focus-within{color:#7dd3fc66}.focus-within\:text-sky-300\/50:focus-within{color:#7dd3fc80}.focus-within\:text-sky-300\/60:focus-within{color:#7dd3fc99}.focus-within\:text-sky-300\/70:focus-within{color:#7dd3fcb3}.focus-within\:text-sky-300\/75:focus-within{color:#7dd3fcbf}.focus-within\:text-sky-300\/80:focus-within{color:#7dd3fccc}.focus-within\:text-sky-300\/90:focus-within{color:#7dd3fce6}.focus-within\:text-sky-300\/95:focus-within{color:#7dd3fcf2}.focus-within\:text-sky-300\/100:focus-within{color:#7dd3fc}.focus-within\:text-sky-400\/0:focus-within{color:#38bdf800}.focus-within\:text-sky-400\/5:focus-within{color:#38bdf80d}.focus-within\:text-sky-400\/10:focus-within{color:#38bdf81a}.focus-within\:text-sky-400\/20:focus-within{color:#38bdf833}.focus-within\:text-sky-400\/25:focus-within{color:#38bdf840}.focus-within\:text-sky-400\/30:focus-within{color:#38bdf84d}.focus-within\:text-sky-400\/40:focus-within{color:#38bdf866}.focus-within\:text-sky-400\/50:focus-within{color:#38bdf880}.focus-within\:text-sky-400\/60:focus-within{color:#38bdf899}.focus-within\:text-sky-400\/70:focus-within{color:#38bdf8b3}.focus-within\:text-sky-400\/75:focus-within{color:#38bdf8bf}.focus-within\:text-sky-400\/80:focus-within{color:#38bdf8cc}.focus-within\:text-sky-400\/90:focus-within{color:#38bdf8e6}.focus-within\:text-sky-400\/95:focus-within{color:#38bdf8f2}.focus-within\:text-sky-400\/100:focus-within{color:#38bdf8}.focus-within\:text-sky-500\/0:focus-within{color:#0ea5e900}.focus-within\:text-sky-500\/5:focus-within{color:#0ea5e90d}.focus-within\:text-sky-500\/10:focus-within{color:#0ea5e91a}.focus-within\:text-sky-500\/20:focus-within{color:#0ea5e933}.focus-within\:text-sky-500\/25:focus-within{color:#0ea5e940}.focus-within\:text-sky-500\/30:focus-within{color:#0ea5e94d}.focus-within\:text-sky-500\/40:focus-within{color:#0ea5e966}.focus-within\:text-sky-500\/50:focus-within{color:#0ea5e980}.focus-within\:text-sky-500\/60:focus-within{color:#0ea5e999}.focus-within\:text-sky-500\/70:focus-within{color:#0ea5e9b3}.focus-within\:text-sky-500\/75:focus-within{color:#0ea5e9bf}.focus-within\:text-sky-500\/80:focus-within{color:#0ea5e9cc}.focus-within\:text-sky-500\/90:focus-within{color:#0ea5e9e6}.focus-within\:text-sky-500\/95:focus-within{color:#0ea5e9f2}.focus-within\:text-sky-500\/100:focus-within{color:#0ea5e9}.focus-within\:text-sky-600\/0:focus-within{color:#0284c700}.focus-within\:text-sky-600\/5:focus-within{color:#0284c70d}.focus-within\:text-sky-600\/10:focus-within{color:#0284c71a}.focus-within\:text-sky-600\/20:focus-within{color:#0284c733}.focus-within\:text-sky-600\/25:focus-within{color:#0284c740}.focus-within\:text-sky-600\/30:focus-within{color:#0284c74d}.focus-within\:text-sky-600\/40:focus-within{color:#0284c766}.focus-within\:text-sky-600\/50:focus-within{color:#0284c780}.focus-within\:text-sky-600\/60:focus-within{color:#0284c799}.focus-within\:text-sky-600\/70:focus-within{color:#0284c7b3}.focus-within\:text-sky-600\/75:focus-within{color:#0284c7bf}.focus-within\:text-sky-600\/80:focus-within{color:#0284c7cc}.focus-within\:text-sky-600\/90:focus-within{color:#0284c7e6}.focus-within\:text-sky-600\/95:focus-within{color:#0284c7f2}.focus-within\:text-sky-600\/100:focus-within{color:#0284c7}.focus-within\:text-sky-700\/0:focus-within{color:#0369a100}.focus-within\:text-sky-700\/5:focus-within{color:#0369a10d}.focus-within\:text-sky-700\/10:focus-within{color:#0369a11a}.focus-within\:text-sky-700\/20:focus-within{color:#0369a133}.focus-within\:text-sky-700\/25:focus-within{color:#0369a140}.focus-within\:text-sky-700\/30:focus-within{color:#0369a14d}.focus-within\:text-sky-700\/40:focus-within{color:#0369a166}.focus-within\:text-sky-700\/50:focus-within{color:#0369a180}.focus-within\:text-sky-700\/60:focus-within{color:#0369a199}.focus-within\:text-sky-700\/70:focus-within{color:#0369a1b3}.focus-within\:text-sky-700\/75:focus-within{color:#0369a1bf}.focus-within\:text-sky-700\/80:focus-within{color:#0369a1cc}.focus-within\:text-sky-700\/90:focus-within{color:#0369a1e6}.focus-within\:text-sky-700\/95:focus-within{color:#0369a1f2}.focus-within\:text-sky-700\/100:focus-within{color:#0369a1}.focus-within\:text-sky-800\/0:focus-within{color:#07598500}.focus-within\:text-sky-800\/5:focus-within{color:#0759850d}.focus-within\:text-sky-800\/10:focus-within{color:#0759851a}.focus-within\:text-sky-800\/20:focus-within{color:#07598533}.focus-within\:text-sky-800\/25:focus-within{color:#07598540}.focus-within\:text-sky-800\/30:focus-within{color:#0759854d}.focus-within\:text-sky-800\/40:focus-within{color:#07598566}.focus-within\:text-sky-800\/50:focus-within{color:#07598580}.focus-within\:text-sky-800\/60:focus-within{color:#07598599}.focus-within\:text-sky-800\/70:focus-within{color:#075985b3}.focus-within\:text-sky-800\/75:focus-within{color:#075985bf}.focus-within\:text-sky-800\/80:focus-within{color:#075985cc}.focus-within\:text-sky-800\/90:focus-within{color:#075985e6}.focus-within\:text-sky-800\/95:focus-within{color:#075985f2}.focus-within\:text-sky-800\/100:focus-within{color:#075985}.focus-within\:text-sky-900\/0:focus-within{color:#0c4a6e00}.focus-within\:text-sky-900\/5:focus-within{color:#0c4a6e0d}.focus-within\:text-sky-900\/10:focus-within{color:#0c4a6e1a}.focus-within\:text-sky-900\/20:focus-within{color:#0c4a6e33}.focus-within\:text-sky-900\/25:focus-within{color:#0c4a6e40}.focus-within\:text-sky-900\/30:focus-within{color:#0c4a6e4d}.focus-within\:text-sky-900\/40:focus-within{color:#0c4a6e66}.focus-within\:text-sky-900\/50:focus-within{color:#0c4a6e80}.focus-within\:text-sky-900\/60:focus-within{color:#0c4a6e99}.focus-within\:text-sky-900\/70:focus-within{color:#0c4a6eb3}.focus-within\:text-sky-900\/75:focus-within{color:#0c4a6ebf}.focus-within\:text-sky-900\/80:focus-within{color:#0c4a6ecc}.focus-within\:text-sky-900\/90:focus-within{color:#0c4a6ee6}.focus-within\:text-sky-900\/95:focus-within{color:#0c4a6ef2}.focus-within\:text-sky-900\/100:focus-within{color:#0c4a6e}.focus-within\:text-blue-50\/0:focus-within{color:#eff6ff00}.focus-within\:text-blue-50\/5:focus-within{color:#eff6ff0d}.focus-within\:text-blue-50\/10:focus-within{color:#eff6ff1a}.focus-within\:text-blue-50\/20:focus-within{color:#eff6ff33}.focus-within\:text-blue-50\/25:focus-within{color:#eff6ff40}.focus-within\:text-blue-50\/30:focus-within{color:#eff6ff4d}.focus-within\:text-blue-50\/40:focus-within{color:#eff6ff66}.focus-within\:text-blue-50\/50:focus-within{color:#eff6ff80}.focus-within\:text-blue-50\/60:focus-within{color:#eff6ff99}.focus-within\:text-blue-50\/70:focus-within{color:#eff6ffb3}.focus-within\:text-blue-50\/75:focus-within{color:#eff6ffbf}.focus-within\:text-blue-50\/80:focus-within{color:#eff6ffcc}.focus-within\:text-blue-50\/90:focus-within{color:#eff6ffe6}.focus-within\:text-blue-50\/95:focus-within{color:#eff6fff2}.focus-within\:text-blue-50\/100:focus-within{color:#eff6ff}.focus-within\:text-blue-100\/0:focus-within{color:#f2f3fd00}.focus-within\:text-blue-100\/5:focus-within{color:#f2f3fd0d}.focus-within\:text-blue-100\/10:focus-within{color:#f2f3fd1a}.focus-within\:text-blue-100\/20:focus-within{color:#f2f3fd33}.focus-within\:text-blue-100\/25:focus-within{color:#f2f3fd40}.focus-within\:text-blue-100\/30:focus-within{color:#f2f3fd4d}.focus-within\:text-blue-100\/40:focus-within{color:#f2f3fd66}.focus-within\:text-blue-100\/50:focus-within{color:#f2f3fd80}.focus-within\:text-blue-100\/60:focus-within{color:#f2f3fd99}.focus-within\:text-blue-100\/70:focus-within{color:#f2f3fdb3}.focus-within\:text-blue-100\/75:focus-within{color:#f2f3fdbf}.focus-within\:text-blue-100\/80:focus-within{color:#f2f3fdcc}.focus-within\:text-blue-100\/90:focus-within{color:#f2f3fde6}.focus-within\:text-blue-100\/95:focus-within{color:#f2f3fdf2}.focus-within\:text-blue-100\/100:focus-within{color:#f2f3fd}.focus-within\:text-blue-200\/0:focus-within{color:#e4e8fb00}.focus-within\:text-blue-200\/5:focus-within{color:#e4e8fb0d}.focus-within\:text-blue-200\/10:focus-within{color:#e4e8fb1a}.focus-within\:text-blue-200\/20:focus-within{color:#e4e8fb33}.focus-within\:text-blue-200\/25:focus-within{color:#e4e8fb40}.focus-within\:text-blue-200\/30:focus-within{color:#e4e8fb4d}.focus-within\:text-blue-200\/40:focus-within{color:#e4e8fb66}.focus-within\:text-blue-200\/50:focus-within{color:#e4e8fb80}.focus-within\:text-blue-200\/60:focus-within{color:#e4e8fb99}.focus-within\:text-blue-200\/70:focus-within{color:#e4e8fbb3}.focus-within\:text-blue-200\/75:focus-within{color:#e4e8fbbf}.focus-within\:text-blue-200\/80:focus-within{color:#e4e8fbcc}.focus-within\:text-blue-200\/90:focus-within{color:#e4e8fbe6}.focus-within\:text-blue-200\/95:focus-within{color:#e4e8fbf2}.focus-within\:text-blue-200\/100:focus-within{color:#e4e8fb}.focus-within\:text-blue-300\/0:focus-within{color:#c6cff700}.focus-within\:text-blue-300\/5:focus-within{color:#c6cff70d}.focus-within\:text-blue-300\/10:focus-within{color:#c6cff71a}.focus-within\:text-blue-300\/20:focus-within{color:#c6cff733}.focus-within\:text-blue-300\/25:focus-within{color:#c6cff740}.focus-within\:text-blue-300\/30:focus-within{color:#c6cff74d}.focus-within\:text-blue-300\/40:focus-within{color:#c6cff766}.focus-within\:text-blue-300\/50:focus-within{color:#c6cff780}.focus-within\:text-blue-300\/60:focus-within{color:#c6cff799}.focus-within\:text-blue-300\/70:focus-within{color:#c6cff7b3}.focus-within\:text-blue-300\/75:focus-within{color:#c6cff7bf}.focus-within\:text-blue-300\/80:focus-within{color:#c6cff7cc}.focus-within\:text-blue-300\/90:focus-within{color:#c6cff7e6}.focus-within\:text-blue-300\/95:focus-within{color:#c6cff7f2}.focus-within\:text-blue-300\/100:focus-within{color:#c6cff7}.focus-within\:text-blue-400\/0:focus-within{color:#a3b2f300}.focus-within\:text-blue-400\/5:focus-within{color:#a3b2f30d}.focus-within\:text-blue-400\/10:focus-within{color:#a3b2f31a}.focus-within\:text-blue-400\/20:focus-within{color:#a3b2f333}.focus-within\:text-blue-400\/25:focus-within{color:#a3b2f340}.focus-within\:text-blue-400\/30:focus-within{color:#a3b2f34d}.focus-within\:text-blue-400\/40:focus-within{color:#a3b2f366}.focus-within\:text-blue-400\/50:focus-within{color:#a3b2f380}.focus-within\:text-blue-400\/60:focus-within{color:#a3b2f399}.focus-within\:text-blue-400\/70:focus-within{color:#a3b2f3b3}.focus-within\:text-blue-400\/75:focus-within{color:#a3b2f3bf}.focus-within\:text-blue-400\/80:focus-within{color:#a3b2f3cc}.focus-within\:text-blue-400\/90:focus-within{color:#a3b2f3e6}.focus-within\:text-blue-400\/95:focus-within{color:#a3b2f3f2}.focus-within\:text-blue-400\/100:focus-within{color:#a3b2f3}.focus-within\:text-blue-500\/0:focus-within{color:#7690ef00}.focus-within\:text-blue-500\/5:focus-within{color:#7690ef0d}.focus-within\:text-blue-500\/10:focus-within{color:#7690ef1a}.focus-within\:text-blue-500\/20:focus-within{color:#7690ef33}.focus-within\:text-blue-500\/25:focus-within{color:#7690ef40}.focus-within\:text-blue-500\/30:focus-within{color:#7690ef4d}.focus-within\:text-blue-500\/40:focus-within{color:#7690ef66}.focus-within\:text-blue-500\/50:focus-within{color:#7690ef80}.focus-within\:text-blue-500\/60:focus-within{color:#7690ef99}.focus-within\:text-blue-500\/70:focus-within{color:#7690efb3}.focus-within\:text-blue-500\/75:focus-within{color:#7690efbf}.focus-within\:text-blue-500\/80:focus-within{color:#7690efcc}.focus-within\:text-blue-500\/90:focus-within{color:#7690efe6}.focus-within\:text-blue-500\/95:focus-within{color:#7690eff2}.focus-within\:text-blue-500\/100:focus-within{color:#7690ef}.focus-within\:text-blue-600\/0:focus-within{color:#2563eb00}.focus-within\:text-blue-600\/5:focus-within{color:#2563eb0d}.focus-within\:text-blue-600\/10:focus-within{color:#2563eb1a}.focus-within\:text-blue-600\/20:focus-within{color:#2563eb33}.focus-within\:text-blue-600\/25:focus-within{color:#2563eb40}.focus-within\:text-blue-600\/30:focus-within{color:#2563eb4d}.focus-within\:text-blue-600\/40:focus-within{color:#2563eb66}.focus-within\:text-blue-600\/50:focus-within{color:#2563eb80}.focus-within\:text-blue-600\/60:focus-within{color:#2563eb99}.focus-within\:text-blue-600\/70:focus-within{color:#2563ebb3}.focus-within\:text-blue-600\/75:focus-within{color:#2563ebbf}.focus-within\:text-blue-600\/80:focus-within{color:#2563ebcc}.focus-within\:text-blue-600\/90:focus-within{color:#2563ebe6}.focus-within\:text-blue-600\/95:focus-within{color:#2563ebf2}.focus-within\:text-blue-600\/100:focus-within{color:#2563eb}.focus-within\:text-blue-700\/0:focus-within{color:#2158d200}.focus-within\:text-blue-700\/5:focus-within{color:#2158d20d}.focus-within\:text-blue-700\/10:focus-within{color:#2158d21a}.focus-within\:text-blue-700\/20:focus-within{color:#2158d233}.focus-within\:text-blue-700\/25:focus-within{color:#2158d240}.focus-within\:text-blue-700\/30:focus-within{color:#2158d24d}.focus-within\:text-blue-700\/40:focus-within{color:#2158d266}.focus-within\:text-blue-700\/50:focus-within{color:#2158d280}.focus-within\:text-blue-700\/60:focus-within{color:#2158d299}.focus-within\:text-blue-700\/70:focus-within{color:#2158d2b3}.focus-within\:text-blue-700\/75:focus-within{color:#2158d2bf}.focus-within\:text-blue-700\/80:focus-within{color:#2158d2cc}.focus-within\:text-blue-700\/90:focus-within{color:#2158d2e6}.focus-within\:text-blue-700\/95:focus-within{color:#2158d2f2}.focus-within\:text-blue-700\/100:focus-within{color:#2158d2}.focus-within\:text-blue-800\/0:focus-within{color:#1c4cb600}.focus-within\:text-blue-800\/5:focus-within{color:#1c4cb60d}.focus-within\:text-blue-800\/10:focus-within{color:#1c4cb61a}.focus-within\:text-blue-800\/20:focus-within{color:#1c4cb633}.focus-within\:text-blue-800\/25:focus-within{color:#1c4cb640}.focus-within\:text-blue-800\/30:focus-within{color:#1c4cb64d}.focus-within\:text-blue-800\/40:focus-within{color:#1c4cb666}.focus-within\:text-blue-800\/50:focus-within{color:#1c4cb680}.focus-within\:text-blue-800\/60:focus-within{color:#1c4cb699}.focus-within\:text-blue-800\/70:focus-within{color:#1c4cb6b3}.focus-within\:text-blue-800\/75:focus-within{color:#1c4cb6bf}.focus-within\:text-blue-800\/80:focus-within{color:#1c4cb6cc}.focus-within\:text-blue-800\/90:focus-within{color:#1c4cb6e6}.focus-within\:text-blue-800\/95:focus-within{color:#1c4cb6f2}.focus-within\:text-blue-800\/100:focus-within{color:#1c4cb6}.focus-within\:text-blue-900\/0:focus-within{color:#173e9400}.focus-within\:text-blue-900\/5:focus-within{color:#173e940d}.focus-within\:text-blue-900\/10:focus-within{color:#173e941a}.focus-within\:text-blue-900\/20:focus-within{color:#173e9433}.focus-within\:text-blue-900\/25:focus-within{color:#173e9440}.focus-within\:text-blue-900\/30:focus-within{color:#173e944d}.focus-within\:text-blue-900\/40:focus-within{color:#173e9466}.focus-within\:text-blue-900\/50:focus-within{color:#173e9480}.focus-within\:text-blue-900\/60:focus-within{color:#173e9499}.focus-within\:text-blue-900\/70:focus-within{color:#173e94b3}.focus-within\:text-blue-900\/75:focus-within{color:#173e94bf}.focus-within\:text-blue-900\/80:focus-within{color:#173e94cc}.focus-within\:text-blue-900\/90:focus-within{color:#173e94e6}.focus-within\:text-blue-900\/95:focus-within{color:#173e94f2}.focus-within\:text-blue-900\/100:focus-within{color:#173e94}.focus-within\:text-indigo-50\/0:focus-within{color:#eef2ff00}.focus-within\:text-indigo-50\/5:focus-within{color:#eef2ff0d}.focus-within\:text-indigo-50\/10:focus-within{color:#eef2ff1a}.focus-within\:text-indigo-50\/20:focus-within{color:#eef2ff33}.focus-within\:text-indigo-50\/25:focus-within{color:#eef2ff40}.focus-within\:text-indigo-50\/30:focus-within{color:#eef2ff4d}.focus-within\:text-indigo-50\/40:focus-within{color:#eef2ff66}.focus-within\:text-indigo-50\/50:focus-within{color:#eef2ff80}.focus-within\:text-indigo-50\/60:focus-within{color:#eef2ff99}.focus-within\:text-indigo-50\/70:focus-within{color:#eef2ffb3}.focus-within\:text-indigo-50\/75:focus-within{color:#eef2ffbf}.focus-within\:text-indigo-50\/80:focus-within{color:#eef2ffcc}.focus-within\:text-indigo-50\/90:focus-within{color:#eef2ffe6}.focus-within\:text-indigo-50\/95:focus-within{color:#eef2fff2}.focus-within\:text-indigo-50\/100:focus-within{color:#eef2ff}.focus-within\:text-indigo-100\/0:focus-within{color:#e0e7ff00}.focus-within\:text-indigo-100\/5:focus-within{color:#e0e7ff0d}.focus-within\:text-indigo-100\/10:focus-within{color:#e0e7ff1a}.focus-within\:text-indigo-100\/20:focus-within{color:#e0e7ff33}.focus-within\:text-indigo-100\/25:focus-within{color:#e0e7ff40}.focus-within\:text-indigo-100\/30:focus-within{color:#e0e7ff4d}.focus-within\:text-indigo-100\/40:focus-within{color:#e0e7ff66}.focus-within\:text-indigo-100\/50:focus-within{color:#e0e7ff80}.focus-within\:text-indigo-100\/60:focus-within{color:#e0e7ff99}.focus-within\:text-indigo-100\/70:focus-within{color:#e0e7ffb3}.focus-within\:text-indigo-100\/75:focus-within{color:#e0e7ffbf}.focus-within\:text-indigo-100\/80:focus-within{color:#e0e7ffcc}.focus-within\:text-indigo-100\/90:focus-within{color:#e0e7ffe6}.focus-within\:text-indigo-100\/95:focus-within{color:#e0e7fff2}.focus-within\:text-indigo-100\/100:focus-within{color:#e0e7ff}.focus-within\:text-indigo-200\/0:focus-within{color:#c7d2fe00}.focus-within\:text-indigo-200\/5:focus-within{color:#c7d2fe0d}.focus-within\:text-indigo-200\/10:focus-within{color:#c7d2fe1a}.focus-within\:text-indigo-200\/20:focus-within{color:#c7d2fe33}.focus-within\:text-indigo-200\/25:focus-within{color:#c7d2fe40}.focus-within\:text-indigo-200\/30:focus-within{color:#c7d2fe4d}.focus-within\:text-indigo-200\/40:focus-within{color:#c7d2fe66}.focus-within\:text-indigo-200\/50:focus-within{color:#c7d2fe80}.focus-within\:text-indigo-200\/60:focus-within{color:#c7d2fe99}.focus-within\:text-indigo-200\/70:focus-within{color:#c7d2feb3}.focus-within\:text-indigo-200\/75:focus-within{color:#c7d2febf}.focus-within\:text-indigo-200\/80:focus-within{color:#c7d2fecc}.focus-within\:text-indigo-200\/90:focus-within{color:#c7d2fee6}.focus-within\:text-indigo-200\/95:focus-within{color:#c7d2fef2}.focus-within\:text-indigo-200\/100:focus-within{color:#c7d2fe}.focus-within\:text-indigo-300\/0:focus-within{color:#a5b4fc00}.focus-within\:text-indigo-300\/5:focus-within{color:#a5b4fc0d}.focus-within\:text-indigo-300\/10:focus-within{color:#a5b4fc1a}.focus-within\:text-indigo-300\/20:focus-within{color:#a5b4fc33}.focus-within\:text-indigo-300\/25:focus-within{color:#a5b4fc40}.focus-within\:text-indigo-300\/30:focus-within{color:#a5b4fc4d}.focus-within\:text-indigo-300\/40:focus-within{color:#a5b4fc66}.focus-within\:text-indigo-300\/50:focus-within{color:#a5b4fc80}.focus-within\:text-indigo-300\/60:focus-within{color:#a5b4fc99}.focus-within\:text-indigo-300\/70:focus-within{color:#a5b4fcb3}.focus-within\:text-indigo-300\/75:focus-within{color:#a5b4fcbf}.focus-within\:text-indigo-300\/80:focus-within{color:#a5b4fccc}.focus-within\:text-indigo-300\/90:focus-within{color:#a5b4fce6}.focus-within\:text-indigo-300\/95:focus-within{color:#a5b4fcf2}.focus-within\:text-indigo-300\/100:focus-within{color:#a5b4fc}.focus-within\:text-indigo-400\/0:focus-within{color:#818cf800}.focus-within\:text-indigo-400\/5:focus-within{color:#818cf80d}.focus-within\:text-indigo-400\/10:focus-within{color:#818cf81a}.focus-within\:text-indigo-400\/20:focus-within{color:#818cf833}.focus-within\:text-indigo-400\/25:focus-within{color:#818cf840}.focus-within\:text-indigo-400\/30:focus-within{color:#818cf84d}.focus-within\:text-indigo-400\/40:focus-within{color:#818cf866}.focus-within\:text-indigo-400\/50:focus-within{color:#818cf880}.focus-within\:text-indigo-400\/60:focus-within{color:#818cf899}.focus-within\:text-indigo-400\/70:focus-within{color:#818cf8b3}.focus-within\:text-indigo-400\/75:focus-within{color:#818cf8bf}.focus-within\:text-indigo-400\/80:focus-within{color:#818cf8cc}.focus-within\:text-indigo-400\/90:focus-within{color:#818cf8e6}.focus-within\:text-indigo-400\/95:focus-within{color:#818cf8f2}.focus-within\:text-indigo-400\/100:focus-within{color:#818cf8}.focus-within\:text-indigo-500\/0:focus-within{color:#6366f100}.focus-within\:text-indigo-500\/5:focus-within{color:#6366f10d}.focus-within\:text-indigo-500\/10:focus-within{color:#6366f11a}.focus-within\:text-indigo-500\/20:focus-within{color:#6366f133}.focus-within\:text-indigo-500\/25:focus-within{color:#6366f140}.focus-within\:text-indigo-500\/30:focus-within{color:#6366f14d}.focus-within\:text-indigo-500\/40:focus-within{color:#6366f166}.focus-within\:text-indigo-500\/50:focus-within{color:#6366f180}.focus-within\:text-indigo-500\/60:focus-within{color:#6366f199}.focus-within\:text-indigo-500\/70:focus-within{color:#6366f1b3}.focus-within\:text-indigo-500\/75:focus-within{color:#6366f1bf}.focus-within\:text-indigo-500\/80:focus-within{color:#6366f1cc}.focus-within\:text-indigo-500\/90:focus-within{color:#6366f1e6}.focus-within\:text-indigo-500\/95:focus-within{color:#6366f1f2}.focus-within\:text-indigo-500\/100:focus-within{color:#6366f1}.focus-within\:text-indigo-600\/0:focus-within{color:#4f46e500}.focus-within\:text-indigo-600\/5:focus-within{color:#4f46e50d}.focus-within\:text-indigo-600\/10:focus-within{color:#4f46e51a}.focus-within\:text-indigo-600\/20:focus-within{color:#4f46e533}.focus-within\:text-indigo-600\/25:focus-within{color:#4f46e540}.focus-within\:text-indigo-600\/30:focus-within{color:#4f46e54d}.focus-within\:text-indigo-600\/40:focus-within{color:#4f46e566}.focus-within\:text-indigo-600\/50:focus-within{color:#4f46e580}.focus-within\:text-indigo-600\/60:focus-within{color:#4f46e599}.focus-within\:text-indigo-600\/70:focus-within{color:#4f46e5b3}.focus-within\:text-indigo-600\/75:focus-within{color:#4f46e5bf}.focus-within\:text-indigo-600\/80:focus-within{color:#4f46e5cc}.focus-within\:text-indigo-600\/90:focus-within{color:#4f46e5e6}.focus-within\:text-indigo-600\/95:focus-within{color:#4f46e5f2}.focus-within\:text-indigo-600\/100:focus-within{color:#4f46e5}.focus-within\:text-indigo-700\/0:focus-within{color:#4338ca00}.focus-within\:text-indigo-700\/5:focus-within{color:#4338ca0d}.focus-within\:text-indigo-700\/10:focus-within{color:#4338ca1a}.focus-within\:text-indigo-700\/20:focus-within{color:#4338ca33}.focus-within\:text-indigo-700\/25:focus-within{color:#4338ca40}.focus-within\:text-indigo-700\/30:focus-within{color:#4338ca4d}.focus-within\:text-indigo-700\/40:focus-within{color:#4338ca66}.focus-within\:text-indigo-700\/50:focus-within{color:#4338ca80}.focus-within\:text-indigo-700\/60:focus-within{color:#4338ca99}.focus-within\:text-indigo-700\/70:focus-within{color:#4338cab3}.focus-within\:text-indigo-700\/75:focus-within{color:#4338cabf}.focus-within\:text-indigo-700\/80:focus-within{color:#4338cacc}.focus-within\:text-indigo-700\/90:focus-within{color:#4338cae6}.focus-within\:text-indigo-700\/95:focus-within{color:#4338caf2}.focus-within\:text-indigo-700\/100:focus-within{color:#4338ca}.focus-within\:text-indigo-800\/0:focus-within{color:#3730a300}.focus-within\:text-indigo-800\/5:focus-within{color:#3730a30d}.focus-within\:text-indigo-800\/10:focus-within{color:#3730a31a}.focus-within\:text-indigo-800\/20:focus-within{color:#3730a333}.focus-within\:text-indigo-800\/25:focus-within{color:#3730a340}.focus-within\:text-indigo-800\/30:focus-within{color:#3730a34d}.focus-within\:text-indigo-800\/40:focus-within{color:#3730a366}.focus-within\:text-indigo-800\/50:focus-within{color:#3730a380}.focus-within\:text-indigo-800\/60:focus-within{color:#3730a399}.focus-within\:text-indigo-800\/70:focus-within{color:#3730a3b3}.focus-within\:text-indigo-800\/75:focus-within{color:#3730a3bf}.focus-within\:text-indigo-800\/80:focus-within{color:#3730a3cc}.focus-within\:text-indigo-800\/90:focus-within{color:#3730a3e6}.focus-within\:text-indigo-800\/95:focus-within{color:#3730a3f2}.focus-within\:text-indigo-800\/100:focus-within{color:#3730a3}.focus-within\:text-indigo-900\/0:focus-within{color:#312e8100}.focus-within\:text-indigo-900\/5:focus-within{color:#312e810d}.focus-within\:text-indigo-900\/10:focus-within{color:#312e811a}.focus-within\:text-indigo-900\/20:focus-within{color:#312e8133}.focus-within\:text-indigo-900\/25:focus-within{color:#312e8140}.focus-within\:text-indigo-900\/30:focus-within{color:#312e814d}.focus-within\:text-indigo-900\/40:focus-within{color:#312e8166}.focus-within\:text-indigo-900\/50:focus-within{color:#312e8180}.focus-within\:text-indigo-900\/60:focus-within{color:#312e8199}.focus-within\:text-indigo-900\/70:focus-within{color:#312e81b3}.focus-within\:text-indigo-900\/75:focus-within{color:#312e81bf}.focus-within\:text-indigo-900\/80:focus-within{color:#312e81cc}.focus-within\:text-indigo-900\/90:focus-within{color:#312e81e6}.focus-within\:text-indigo-900\/95:focus-within{color:#312e81f2}.focus-within\:text-indigo-900\/100:focus-within{color:#312e81}.focus-within\:text-violet-50\/0:focus-within{color:#f5f3ff00}.focus-within\:text-violet-50\/5:focus-within{color:#f5f3ff0d}.focus-within\:text-violet-50\/10:focus-within{color:#f5f3ff1a}.focus-within\:text-violet-50\/20:focus-within{color:#f5f3ff33}.focus-within\:text-violet-50\/25:focus-within{color:#f5f3ff40}.focus-within\:text-violet-50\/30:focus-within{color:#f5f3ff4d}.focus-within\:text-violet-50\/40:focus-within{color:#f5f3ff66}.focus-within\:text-violet-50\/50:focus-within{color:#f5f3ff80}.focus-within\:text-violet-50\/60:focus-within{color:#f5f3ff99}.focus-within\:text-violet-50\/70:focus-within{color:#f5f3ffb3}.focus-within\:text-violet-50\/75:focus-within{color:#f5f3ffbf}.focus-within\:text-violet-50\/80:focus-within{color:#f5f3ffcc}.focus-within\:text-violet-50\/90:focus-within{color:#f5f3ffe6}.focus-within\:text-violet-50\/95:focus-within{color:#f5f3fff2}.focus-within\:text-violet-50\/100:focus-within{color:#f5f3ff}.focus-within\:text-violet-100\/0:focus-within{color:#ede9fe00}.focus-within\:text-violet-100\/5:focus-within{color:#ede9fe0d}.focus-within\:text-violet-100\/10:focus-within{color:#ede9fe1a}.focus-within\:text-violet-100\/20:focus-within{color:#ede9fe33}.focus-within\:text-violet-100\/25:focus-within{color:#ede9fe40}.focus-within\:text-violet-100\/30:focus-within{color:#ede9fe4d}.focus-within\:text-violet-100\/40:focus-within{color:#ede9fe66}.focus-within\:text-violet-100\/50:focus-within{color:#ede9fe80}.focus-within\:text-violet-100\/60:focus-within{color:#ede9fe99}.focus-within\:text-violet-100\/70:focus-within{color:#ede9feb3}.focus-within\:text-violet-100\/75:focus-within{color:#ede9febf}.focus-within\:text-violet-100\/80:focus-within{color:#ede9fecc}.focus-within\:text-violet-100\/90:focus-within{color:#ede9fee6}.focus-within\:text-violet-100\/95:focus-within{color:#ede9fef2}.focus-within\:text-violet-100\/100:focus-within{color:#ede9fe}.focus-within\:text-violet-200\/0:focus-within{color:#ddd6fe00}.focus-within\:text-violet-200\/5:focus-within{color:#ddd6fe0d}.focus-within\:text-violet-200\/10:focus-within{color:#ddd6fe1a}.focus-within\:text-violet-200\/20:focus-within{color:#ddd6fe33}.focus-within\:text-violet-200\/25:focus-within{color:#ddd6fe40}.focus-within\:text-violet-200\/30:focus-within{color:#ddd6fe4d}.focus-within\:text-violet-200\/40:focus-within{color:#ddd6fe66}.focus-within\:text-violet-200\/50:focus-within{color:#ddd6fe80}.focus-within\:text-violet-200\/60:focus-within{color:#ddd6fe99}.focus-within\:text-violet-200\/70:focus-within{color:#ddd6feb3}.focus-within\:text-violet-200\/75:focus-within{color:#ddd6febf}.focus-within\:text-violet-200\/80:focus-within{color:#ddd6fecc}.focus-within\:text-violet-200\/90:focus-within{color:#ddd6fee6}.focus-within\:text-violet-200\/95:focus-within{color:#ddd6fef2}.focus-within\:text-violet-200\/100:focus-within{color:#ddd6fe}.focus-within\:text-violet-300\/0:focus-within{color:#c4b5fd00}.focus-within\:text-violet-300\/5:focus-within{color:#c4b5fd0d}.focus-within\:text-violet-300\/10:focus-within{color:#c4b5fd1a}.focus-within\:text-violet-300\/20:focus-within{color:#c4b5fd33}.focus-within\:text-violet-300\/25:focus-within{color:#c4b5fd40}.focus-within\:text-violet-300\/30:focus-within{color:#c4b5fd4d}.focus-within\:text-violet-300\/40:focus-within{color:#c4b5fd66}.focus-within\:text-violet-300\/50:focus-within{color:#c4b5fd80}.focus-within\:text-violet-300\/60:focus-within{color:#c4b5fd99}.focus-within\:text-violet-300\/70:focus-within{color:#c4b5fdb3}.focus-within\:text-violet-300\/75:focus-within{color:#c4b5fdbf}.focus-within\:text-violet-300\/80:focus-within{color:#c4b5fdcc}.focus-within\:text-violet-300\/90:focus-within{color:#c4b5fde6}.focus-within\:text-violet-300\/95:focus-within{color:#c4b5fdf2}.focus-within\:text-violet-300\/100:focus-within{color:#c4b5fd}.focus-within\:text-violet-400\/0:focus-within{color:#a78bfa00}.focus-within\:text-violet-400\/5:focus-within{color:#a78bfa0d}.focus-within\:text-violet-400\/10:focus-within{color:#a78bfa1a}.focus-within\:text-violet-400\/20:focus-within{color:#a78bfa33}.focus-within\:text-violet-400\/25:focus-within{color:#a78bfa40}.focus-within\:text-violet-400\/30:focus-within{color:#a78bfa4d}.focus-within\:text-violet-400\/40:focus-within{color:#a78bfa66}.focus-within\:text-violet-400\/50:focus-within{color:#a78bfa80}.focus-within\:text-violet-400\/60:focus-within{color:#a78bfa99}.focus-within\:text-violet-400\/70:focus-within{color:#a78bfab3}.focus-within\:text-violet-400\/75:focus-within{color:#a78bfabf}.focus-within\:text-violet-400\/80:focus-within{color:#a78bfacc}.focus-within\:text-violet-400\/90:focus-within{color:#a78bfae6}.focus-within\:text-violet-400\/95:focus-within{color:#a78bfaf2}.focus-within\:text-violet-400\/100:focus-within{color:#a78bfa}.focus-within\:text-violet-500\/0:focus-within{color:#8b5cf600}.focus-within\:text-violet-500\/5:focus-within{color:#8b5cf60d}.focus-within\:text-violet-500\/10:focus-within{color:#8b5cf61a}.focus-within\:text-violet-500\/20:focus-within{color:#8b5cf633}.focus-within\:text-violet-500\/25:focus-within{color:#8b5cf640}.focus-within\:text-violet-500\/30:focus-within{color:#8b5cf64d}.focus-within\:text-violet-500\/40:focus-within{color:#8b5cf666}.focus-within\:text-violet-500\/50:focus-within{color:#8b5cf680}.focus-within\:text-violet-500\/60:focus-within{color:#8b5cf699}.focus-within\:text-violet-500\/70:focus-within{color:#8b5cf6b3}.focus-within\:text-violet-500\/75:focus-within{color:#8b5cf6bf}.focus-within\:text-violet-500\/80:focus-within{color:#8b5cf6cc}.focus-within\:text-violet-500\/90:focus-within{color:#8b5cf6e6}.focus-within\:text-violet-500\/95:focus-within{color:#8b5cf6f2}.focus-within\:text-violet-500\/100:focus-within{color:#8b5cf6}.focus-within\:text-violet-600\/0:focus-within{color:#7c3aed00}.focus-within\:text-violet-600\/5:focus-within{color:#7c3aed0d}.focus-within\:text-violet-600\/10:focus-within{color:#7c3aed1a}.focus-within\:text-violet-600\/20:focus-within{color:#7c3aed33}.focus-within\:text-violet-600\/25:focus-within{color:#7c3aed40}.focus-within\:text-violet-600\/30:focus-within{color:#7c3aed4d}.focus-within\:text-violet-600\/40:focus-within{color:#7c3aed66}.focus-within\:text-violet-600\/50:focus-within{color:#7c3aed80}.focus-within\:text-violet-600\/60:focus-within{color:#7c3aed99}.focus-within\:text-violet-600\/70:focus-within{color:#7c3aedb3}.focus-within\:text-violet-600\/75:focus-within{color:#7c3aedbf}.focus-within\:text-violet-600\/80:focus-within{color:#7c3aedcc}.focus-within\:text-violet-600\/90:focus-within{color:#7c3aede6}.focus-within\:text-violet-600\/95:focus-within{color:#7c3aedf2}.focus-within\:text-violet-600\/100:focus-within{color:#7c3aed}.focus-within\:text-violet-700\/0:focus-within{color:#6d28d900}.focus-within\:text-violet-700\/5:focus-within{color:#6d28d90d}.focus-within\:text-violet-700\/10:focus-within{color:#6d28d91a}.focus-within\:text-violet-700\/20:focus-within{color:#6d28d933}.focus-within\:text-violet-700\/25:focus-within{color:#6d28d940}.focus-within\:text-violet-700\/30:focus-within{color:#6d28d94d}.focus-within\:text-violet-700\/40:focus-within{color:#6d28d966}.focus-within\:text-violet-700\/50:focus-within{color:#6d28d980}.focus-within\:text-violet-700\/60:focus-within{color:#6d28d999}.focus-within\:text-violet-700\/70:focus-within{color:#6d28d9b3}.focus-within\:text-violet-700\/75:focus-within{color:#6d28d9bf}.focus-within\:text-violet-700\/80:focus-within{color:#6d28d9cc}.focus-within\:text-violet-700\/90:focus-within{color:#6d28d9e6}.focus-within\:text-violet-700\/95:focus-within{color:#6d28d9f2}.focus-within\:text-violet-700\/100:focus-within{color:#6d28d9}.focus-within\:text-violet-800\/0:focus-within{color:#5b21b600}.focus-within\:text-violet-800\/5:focus-within{color:#5b21b60d}.focus-within\:text-violet-800\/10:focus-within{color:#5b21b61a}.focus-within\:text-violet-800\/20:focus-within{color:#5b21b633}.focus-within\:text-violet-800\/25:focus-within{color:#5b21b640}.focus-within\:text-violet-800\/30:focus-within{color:#5b21b64d}.focus-within\:text-violet-800\/40:focus-within{color:#5b21b666}.focus-within\:text-violet-800\/50:focus-within{color:#5b21b680}.focus-within\:text-violet-800\/60:focus-within{color:#5b21b699}.focus-within\:text-violet-800\/70:focus-within{color:#5b21b6b3}.focus-within\:text-violet-800\/75:focus-within{color:#5b21b6bf}.focus-within\:text-violet-800\/80:focus-within{color:#5b21b6cc}.focus-within\:text-violet-800\/90:focus-within{color:#5b21b6e6}.focus-within\:text-violet-800\/95:focus-within{color:#5b21b6f2}.focus-within\:text-violet-800\/100:focus-within{color:#5b21b6}.focus-within\:text-violet-900\/0:focus-within{color:#4c1d9500}.focus-within\:text-violet-900\/5:focus-within{color:#4c1d950d}.focus-within\:text-violet-900\/10:focus-within{color:#4c1d951a}.focus-within\:text-violet-900\/20:focus-within{color:#4c1d9533}.focus-within\:text-violet-900\/25:focus-within{color:#4c1d9540}.focus-within\:text-violet-900\/30:focus-within{color:#4c1d954d}.focus-within\:text-violet-900\/40:focus-within{color:#4c1d9566}.focus-within\:text-violet-900\/50:focus-within{color:#4c1d9580}.focus-within\:text-violet-900\/60:focus-within{color:#4c1d9599}.focus-within\:text-violet-900\/70:focus-within{color:#4c1d95b3}.focus-within\:text-violet-900\/75:focus-within{color:#4c1d95bf}.focus-within\:text-violet-900\/80:focus-within{color:#4c1d95cc}.focus-within\:text-violet-900\/90:focus-within{color:#4c1d95e6}.focus-within\:text-violet-900\/95:focus-within{color:#4c1d95f2}.focus-within\:text-violet-900\/100:focus-within{color:#4c1d95}.focus-within\:text-fuchsia-50\/0:focus-within{color:#fdf4ff00}.focus-within\:text-fuchsia-50\/5:focus-within{color:#fdf4ff0d}.focus-within\:text-fuchsia-50\/10:focus-within{color:#fdf4ff1a}.focus-within\:text-fuchsia-50\/20:focus-within{color:#fdf4ff33}.focus-within\:text-fuchsia-50\/25:focus-within{color:#fdf4ff40}.focus-within\:text-fuchsia-50\/30:focus-within{color:#fdf4ff4d}.focus-within\:text-fuchsia-50\/40:focus-within{color:#fdf4ff66}.focus-within\:text-fuchsia-50\/50:focus-within{color:#fdf4ff80}.focus-within\:text-fuchsia-50\/60:focus-within{color:#fdf4ff99}.focus-within\:text-fuchsia-50\/70:focus-within{color:#fdf4ffb3}.focus-within\:text-fuchsia-50\/75:focus-within{color:#fdf4ffbf}.focus-within\:text-fuchsia-50\/80:focus-within{color:#fdf4ffcc}.focus-within\:text-fuchsia-50\/90:focus-within{color:#fdf4ffe6}.focus-within\:text-fuchsia-50\/95:focus-within{color:#fdf4fff2}.focus-within\:text-fuchsia-50\/100:focus-within{color:#fdf4ff}.focus-within\:text-fuchsia-100\/0:focus-within{color:#fae8ff00}.focus-within\:text-fuchsia-100\/5:focus-within{color:#fae8ff0d}.focus-within\:text-fuchsia-100\/10:focus-within{color:#fae8ff1a}.focus-within\:text-fuchsia-100\/20:focus-within{color:#fae8ff33}.focus-within\:text-fuchsia-100\/25:focus-within{color:#fae8ff40}.focus-within\:text-fuchsia-100\/30:focus-within{color:#fae8ff4d}.focus-within\:text-fuchsia-100\/40:focus-within{color:#fae8ff66}.focus-within\:text-fuchsia-100\/50:focus-within{color:#fae8ff80}.focus-within\:text-fuchsia-100\/60:focus-within{color:#fae8ff99}.focus-within\:text-fuchsia-100\/70:focus-within{color:#fae8ffb3}.focus-within\:text-fuchsia-100\/75:focus-within{color:#fae8ffbf}.focus-within\:text-fuchsia-100\/80:focus-within{color:#fae8ffcc}.focus-within\:text-fuchsia-100\/90:focus-within{color:#fae8ffe6}.focus-within\:text-fuchsia-100\/95:focus-within{color:#fae8fff2}.focus-within\:text-fuchsia-100\/100:focus-within{color:#fae8ff}.focus-within\:text-fuchsia-200\/0:focus-within{color:#f5d0fe00}.focus-within\:text-fuchsia-200\/5:focus-within{color:#f5d0fe0d}.focus-within\:text-fuchsia-200\/10:focus-within{color:#f5d0fe1a}.focus-within\:text-fuchsia-200\/20:focus-within{color:#f5d0fe33}.focus-within\:text-fuchsia-200\/25:focus-within{color:#f5d0fe40}.focus-within\:text-fuchsia-200\/30:focus-within{color:#f5d0fe4d}.focus-within\:text-fuchsia-200\/40:focus-within{color:#f5d0fe66}.focus-within\:text-fuchsia-200\/50:focus-within{color:#f5d0fe80}.focus-within\:text-fuchsia-200\/60:focus-within{color:#f5d0fe99}.focus-within\:text-fuchsia-200\/70:focus-within{color:#f5d0feb3}.focus-within\:text-fuchsia-200\/75:focus-within{color:#f5d0febf}.focus-within\:text-fuchsia-200\/80:focus-within{color:#f5d0fecc}.focus-within\:text-fuchsia-200\/90:focus-within{color:#f5d0fee6}.focus-within\:text-fuchsia-200\/95:focus-within{color:#f5d0fef2}.focus-within\:text-fuchsia-200\/100:focus-within{color:#f5d0fe}.focus-within\:text-fuchsia-300\/0:focus-within{color:#f0abfc00}.focus-within\:text-fuchsia-300\/5:focus-within{color:#f0abfc0d}.focus-within\:text-fuchsia-300\/10:focus-within{color:#f0abfc1a}.focus-within\:text-fuchsia-300\/20:focus-within{color:#f0abfc33}.focus-within\:text-fuchsia-300\/25:focus-within{color:#f0abfc40}.focus-within\:text-fuchsia-300\/30:focus-within{color:#f0abfc4d}.focus-within\:text-fuchsia-300\/40:focus-within{color:#f0abfc66}.focus-within\:text-fuchsia-300\/50:focus-within{color:#f0abfc80}.focus-within\:text-fuchsia-300\/60:focus-within{color:#f0abfc99}.focus-within\:text-fuchsia-300\/70:focus-within{color:#f0abfcb3}.focus-within\:text-fuchsia-300\/75:focus-within{color:#f0abfcbf}.focus-within\:text-fuchsia-300\/80:focus-within{color:#f0abfccc}.focus-within\:text-fuchsia-300\/90:focus-within{color:#f0abfce6}.focus-within\:text-fuchsia-300\/95:focus-within{color:#f0abfcf2}.focus-within\:text-fuchsia-300\/100:focus-within{color:#f0abfc}.focus-within\:text-fuchsia-400\/0:focus-within{color:#e879f900}.focus-within\:text-fuchsia-400\/5:focus-within{color:#e879f90d}.focus-within\:text-fuchsia-400\/10:focus-within{color:#e879f91a}.focus-within\:text-fuchsia-400\/20:focus-within{color:#e879f933}.focus-within\:text-fuchsia-400\/25:focus-within{color:#e879f940}.focus-within\:text-fuchsia-400\/30:focus-within{color:#e879f94d}.focus-within\:text-fuchsia-400\/40:focus-within{color:#e879f966}.focus-within\:text-fuchsia-400\/50:focus-within{color:#e879f980}.focus-within\:text-fuchsia-400\/60:focus-within{color:#e879f999}.focus-within\:text-fuchsia-400\/70:focus-within{color:#e879f9b3}.focus-within\:text-fuchsia-400\/75:focus-within{color:#e879f9bf}.focus-within\:text-fuchsia-400\/80:focus-within{color:#e879f9cc}.focus-within\:text-fuchsia-400\/90:focus-within{color:#e879f9e6}.focus-within\:text-fuchsia-400\/95:focus-within{color:#e879f9f2}.focus-within\:text-fuchsia-400\/100:focus-within{color:#e879f9}.focus-within\:text-fuchsia-500\/0:focus-within{color:#d946ef00}.focus-within\:text-fuchsia-500\/5:focus-within{color:#d946ef0d}.focus-within\:text-fuchsia-500\/10:focus-within{color:#d946ef1a}.focus-within\:text-fuchsia-500\/20:focus-within{color:#d946ef33}.focus-within\:text-fuchsia-500\/25:focus-within{color:#d946ef40}.focus-within\:text-fuchsia-500\/30:focus-within{color:#d946ef4d}.focus-within\:text-fuchsia-500\/40:focus-within{color:#d946ef66}.focus-within\:text-fuchsia-500\/50:focus-within{color:#d946ef80}.focus-within\:text-fuchsia-500\/60:focus-within{color:#d946ef99}.focus-within\:text-fuchsia-500\/70:focus-within{color:#d946efb3}.focus-within\:text-fuchsia-500\/75:focus-within{color:#d946efbf}.focus-within\:text-fuchsia-500\/80:focus-within{color:#d946efcc}.focus-within\:text-fuchsia-500\/90:focus-within{color:#d946efe6}.focus-within\:text-fuchsia-500\/95:focus-within{color:#d946eff2}.focus-within\:text-fuchsia-500\/100:focus-within{color:#d946ef}.focus-within\:text-fuchsia-600\/0:focus-within{color:#c026d300}.focus-within\:text-fuchsia-600\/5:focus-within{color:#c026d30d}.focus-within\:text-fuchsia-600\/10:focus-within{color:#c026d31a}.focus-within\:text-fuchsia-600\/20:focus-within{color:#c026d333}.focus-within\:text-fuchsia-600\/25:focus-within{color:#c026d340}.focus-within\:text-fuchsia-600\/30:focus-within{color:#c026d34d}.focus-within\:text-fuchsia-600\/40:focus-within{color:#c026d366}.focus-within\:text-fuchsia-600\/50:focus-within{color:#c026d380}.focus-within\:text-fuchsia-600\/60:focus-within{color:#c026d399}.focus-within\:text-fuchsia-600\/70:focus-within{color:#c026d3b3}.focus-within\:text-fuchsia-600\/75:focus-within{color:#c026d3bf}.focus-within\:text-fuchsia-600\/80:focus-within{color:#c026d3cc}.focus-within\:text-fuchsia-600\/90:focus-within{color:#c026d3e6}.focus-within\:text-fuchsia-600\/95:focus-within{color:#c026d3f2}.focus-within\:text-fuchsia-600\/100:focus-within{color:#c026d3}.focus-within\:text-fuchsia-700\/0:focus-within{color:#a21caf00}.focus-within\:text-fuchsia-700\/5:focus-within{color:#a21caf0d}.focus-within\:text-fuchsia-700\/10:focus-within{color:#a21caf1a}.focus-within\:text-fuchsia-700\/20:focus-within{color:#a21caf33}.focus-within\:text-fuchsia-700\/25:focus-within{color:#a21caf40}.focus-within\:text-fuchsia-700\/30:focus-within{color:#a21caf4d}.focus-within\:text-fuchsia-700\/40:focus-within{color:#a21caf66}.focus-within\:text-fuchsia-700\/50:focus-within{color:#a21caf80}.focus-within\:text-fuchsia-700\/60:focus-within{color:#a21caf99}.focus-within\:text-fuchsia-700\/70:focus-within{color:#a21cafb3}.focus-within\:text-fuchsia-700\/75:focus-within{color:#a21cafbf}.focus-within\:text-fuchsia-700\/80:focus-within{color:#a21cafcc}.focus-within\:text-fuchsia-700\/90:focus-within{color:#a21cafe6}.focus-within\:text-fuchsia-700\/95:focus-within{color:#a21caff2}.focus-within\:text-fuchsia-700\/100:focus-within{color:#a21caf}.focus-within\:text-fuchsia-800\/0:focus-within{color:#86198f00}.focus-within\:text-fuchsia-800\/5:focus-within{color:#86198f0d}.focus-within\:text-fuchsia-800\/10:focus-within{color:#86198f1a}.focus-within\:text-fuchsia-800\/20:focus-within{color:#86198f33}.focus-within\:text-fuchsia-800\/25:focus-within{color:#86198f40}.focus-within\:text-fuchsia-800\/30:focus-within{color:#86198f4d}.focus-within\:text-fuchsia-800\/40:focus-within{color:#86198f66}.focus-within\:text-fuchsia-800\/50:focus-within{color:#86198f80}.focus-within\:text-fuchsia-800\/60:focus-within{color:#86198f99}.focus-within\:text-fuchsia-800\/70:focus-within{color:#86198fb3}.focus-within\:text-fuchsia-800\/75:focus-within{color:#86198fbf}.focus-within\:text-fuchsia-800\/80:focus-within{color:#86198fcc}.focus-within\:text-fuchsia-800\/90:focus-within{color:#86198fe6}.focus-within\:text-fuchsia-800\/95:focus-within{color:#86198ff2}.focus-within\:text-fuchsia-800\/100:focus-within{color:#86198f}.focus-within\:text-fuchsia-900\/0:focus-within{color:#701a7500}.focus-within\:text-fuchsia-900\/5:focus-within{color:#701a750d}.focus-within\:text-fuchsia-900\/10:focus-within{color:#701a751a}.focus-within\:text-fuchsia-900\/20:focus-within{color:#701a7533}.focus-within\:text-fuchsia-900\/25:focus-within{color:#701a7540}.focus-within\:text-fuchsia-900\/30:focus-within{color:#701a754d}.focus-within\:text-fuchsia-900\/40:focus-within{color:#701a7566}.focus-within\:text-fuchsia-900\/50:focus-within{color:#701a7580}.focus-within\:text-fuchsia-900\/60:focus-within{color:#701a7599}.focus-within\:text-fuchsia-900\/70:focus-within{color:#701a75b3}.focus-within\:text-fuchsia-900\/75:focus-within{color:#701a75bf}.focus-within\:text-fuchsia-900\/80:focus-within{color:#701a75cc}.focus-within\:text-fuchsia-900\/90:focus-within{color:#701a75e6}.focus-within\:text-fuchsia-900\/95:focus-within{color:#701a75f2}.focus-within\:text-fuchsia-900\/100:focus-within{color:#701a75}.focus-within\:text-pink-50\/0:focus-within{color:#fdf2f800}.focus-within\:text-pink-50\/5:focus-within{color:#fdf2f80d}.focus-within\:text-pink-50\/10:focus-within{color:#fdf2f81a}.focus-within\:text-pink-50\/20:focus-within{color:#fdf2f833}.focus-within\:text-pink-50\/25:focus-within{color:#fdf2f840}.focus-within\:text-pink-50\/30:focus-within{color:#fdf2f84d}.focus-within\:text-pink-50\/40:focus-within{color:#fdf2f866}.focus-within\:text-pink-50\/50:focus-within{color:#fdf2f880}.focus-within\:text-pink-50\/60:focus-within{color:#fdf2f899}.focus-within\:text-pink-50\/70:focus-within{color:#fdf2f8b3}.focus-within\:text-pink-50\/75:focus-within{color:#fdf2f8bf}.focus-within\:text-pink-50\/80:focus-within{color:#fdf2f8cc}.focus-within\:text-pink-50\/90:focus-within{color:#fdf2f8e6}.focus-within\:text-pink-50\/95:focus-within{color:#fdf2f8f2}.focus-within\:text-pink-50\/100:focus-within{color:#fdf2f8}.focus-within\:text-pink-100\/0:focus-within{color:#fce7f300}.focus-within\:text-pink-100\/5:focus-within{color:#fce7f30d}.focus-within\:text-pink-100\/10:focus-within{color:#fce7f31a}.focus-within\:text-pink-100\/20:focus-within{color:#fce7f333}.focus-within\:text-pink-100\/25:focus-within{color:#fce7f340}.focus-within\:text-pink-100\/30:focus-within{color:#fce7f34d}.focus-within\:text-pink-100\/40:focus-within{color:#fce7f366}.focus-within\:text-pink-100\/50:focus-within{color:#fce7f380}.focus-within\:text-pink-100\/60:focus-within{color:#fce7f399}.focus-within\:text-pink-100\/70:focus-within{color:#fce7f3b3}.focus-within\:text-pink-100\/75:focus-within{color:#fce7f3bf}.focus-within\:text-pink-100\/80:focus-within{color:#fce7f3cc}.focus-within\:text-pink-100\/90:focus-within{color:#fce7f3e6}.focus-within\:text-pink-100\/95:focus-within{color:#fce7f3f2}.focus-within\:text-pink-100\/100:focus-within{color:#fce7f3}.focus-within\:text-pink-200\/0:focus-within{color:#fbcfe800}.focus-within\:text-pink-200\/5:focus-within{color:#fbcfe80d}.focus-within\:text-pink-200\/10:focus-within{color:#fbcfe81a}.focus-within\:text-pink-200\/20:focus-within{color:#fbcfe833}.focus-within\:text-pink-200\/25:focus-within{color:#fbcfe840}.focus-within\:text-pink-200\/30:focus-within{color:#fbcfe84d}.focus-within\:text-pink-200\/40:focus-within{color:#fbcfe866}.focus-within\:text-pink-200\/50:focus-within{color:#fbcfe880}.focus-within\:text-pink-200\/60:focus-within{color:#fbcfe899}.focus-within\:text-pink-200\/70:focus-within{color:#fbcfe8b3}.focus-within\:text-pink-200\/75:focus-within{color:#fbcfe8bf}.focus-within\:text-pink-200\/80:focus-within{color:#fbcfe8cc}.focus-within\:text-pink-200\/90:focus-within{color:#fbcfe8e6}.focus-within\:text-pink-200\/95:focus-within{color:#fbcfe8f2}.focus-within\:text-pink-200\/100:focus-within{color:#fbcfe8}.focus-within\:text-pink-300\/0:focus-within{color:#f9a8d400}.focus-within\:text-pink-300\/5:focus-within{color:#f9a8d40d}.focus-within\:text-pink-300\/10:focus-within{color:#f9a8d41a}.focus-within\:text-pink-300\/20:focus-within{color:#f9a8d433}.focus-within\:text-pink-300\/25:focus-within{color:#f9a8d440}.focus-within\:text-pink-300\/30:focus-within{color:#f9a8d44d}.focus-within\:text-pink-300\/40:focus-within{color:#f9a8d466}.focus-within\:text-pink-300\/50:focus-within{color:#f9a8d480}.focus-within\:text-pink-300\/60:focus-within{color:#f9a8d499}.focus-within\:text-pink-300\/70:focus-within{color:#f9a8d4b3}.focus-within\:text-pink-300\/75:focus-within{color:#f9a8d4bf}.focus-within\:text-pink-300\/80:focus-within{color:#f9a8d4cc}.focus-within\:text-pink-300\/90:focus-within{color:#f9a8d4e6}.focus-within\:text-pink-300\/95:focus-within{color:#f9a8d4f2}.focus-within\:text-pink-300\/100:focus-within{color:#f9a8d4}.focus-within\:text-pink-400\/0:focus-within{color:#f472b600}.focus-within\:text-pink-400\/5:focus-within{color:#f472b60d}.focus-within\:text-pink-400\/10:focus-within{color:#f472b61a}.focus-within\:text-pink-400\/20:focus-within{color:#f472b633}.focus-within\:text-pink-400\/25:focus-within{color:#f472b640}.focus-within\:text-pink-400\/30:focus-within{color:#f472b64d}.focus-within\:text-pink-400\/40:focus-within{color:#f472b666}.focus-within\:text-pink-400\/50:focus-within{color:#f472b680}.focus-within\:text-pink-400\/60:focus-within{color:#f472b699}.focus-within\:text-pink-400\/70:focus-within{color:#f472b6b3}.focus-within\:text-pink-400\/75:focus-within{color:#f472b6bf}.focus-within\:text-pink-400\/80:focus-within{color:#f472b6cc}.focus-within\:text-pink-400\/90:focus-within{color:#f472b6e6}.focus-within\:text-pink-400\/95:focus-within{color:#f472b6f2}.focus-within\:text-pink-400\/100:focus-within{color:#f472b6}.focus-within\:text-pink-500\/0:focus-within{color:#ec489900}.focus-within\:text-pink-500\/5:focus-within{color:#ec48990d}.focus-within\:text-pink-500\/10:focus-within{color:#ec48991a}.focus-within\:text-pink-500\/20:focus-within{color:#ec489933}.focus-within\:text-pink-500\/25:focus-within{color:#ec489940}.focus-within\:text-pink-500\/30:focus-within{color:#ec48994d}.focus-within\:text-pink-500\/40:focus-within{color:#ec489966}.focus-within\:text-pink-500\/50:focus-within{color:#ec489980}.focus-within\:text-pink-500\/60:focus-within{color:#ec489999}.focus-within\:text-pink-500\/70:focus-within{color:#ec4899b3}.focus-within\:text-pink-500\/75:focus-within{color:#ec4899bf}.focus-within\:text-pink-500\/80:focus-within{color:#ec4899cc}.focus-within\:text-pink-500\/90:focus-within{color:#ec4899e6}.focus-within\:text-pink-500\/95:focus-within{color:#ec4899f2}.focus-within\:text-pink-500\/100:focus-within{color:#ec4899}.focus-within\:text-pink-600\/0:focus-within{color:#db277700}.focus-within\:text-pink-600\/5:focus-within{color:#db27770d}.focus-within\:text-pink-600\/10:focus-within{color:#db27771a}.focus-within\:text-pink-600\/20:focus-within{color:#db277733}.focus-within\:text-pink-600\/25:focus-within{color:#db277740}.focus-within\:text-pink-600\/30:focus-within{color:#db27774d}.focus-within\:text-pink-600\/40:focus-within{color:#db277766}.focus-within\:text-pink-600\/50:focus-within{color:#db277780}.focus-within\:text-pink-600\/60:focus-within{color:#db277799}.focus-within\:text-pink-600\/70:focus-within{color:#db2777b3}.focus-within\:text-pink-600\/75:focus-within{color:#db2777bf}.focus-within\:text-pink-600\/80:focus-within{color:#db2777cc}.focus-within\:text-pink-600\/90:focus-within{color:#db2777e6}.focus-within\:text-pink-600\/95:focus-within{color:#db2777f2}.focus-within\:text-pink-600\/100:focus-within{color:#db2777}.focus-within\:text-pink-700\/0:focus-within{color:#be185d00}.focus-within\:text-pink-700\/5:focus-within{color:#be185d0d}.focus-within\:text-pink-700\/10:focus-within{color:#be185d1a}.focus-within\:text-pink-700\/20:focus-within{color:#be185d33}.focus-within\:text-pink-700\/25:focus-within{color:#be185d40}.focus-within\:text-pink-700\/30:focus-within{color:#be185d4d}.focus-within\:text-pink-700\/40:focus-within{color:#be185d66}.focus-within\:text-pink-700\/50:focus-within{color:#be185d80}.focus-within\:text-pink-700\/60:focus-within{color:#be185d99}.focus-within\:text-pink-700\/70:focus-within{color:#be185db3}.focus-within\:text-pink-700\/75:focus-within{color:#be185dbf}.focus-within\:text-pink-700\/80:focus-within{color:#be185dcc}.focus-within\:text-pink-700\/90:focus-within{color:#be185de6}.focus-within\:text-pink-700\/95:focus-within{color:#be185df2}.focus-within\:text-pink-700\/100:focus-within{color:#be185d}.focus-within\:text-pink-800\/0:focus-within{color:#9d174d00}.focus-within\:text-pink-800\/5:focus-within{color:#9d174d0d}.focus-within\:text-pink-800\/10:focus-within{color:#9d174d1a}.focus-within\:text-pink-800\/20:focus-within{color:#9d174d33}.focus-within\:text-pink-800\/25:focus-within{color:#9d174d40}.focus-within\:text-pink-800\/30:focus-within{color:#9d174d4d}.focus-within\:text-pink-800\/40:focus-within{color:#9d174d66}.focus-within\:text-pink-800\/50:focus-within{color:#9d174d80}.focus-within\:text-pink-800\/60:focus-within{color:#9d174d99}.focus-within\:text-pink-800\/70:focus-within{color:#9d174db3}.focus-within\:text-pink-800\/75:focus-within{color:#9d174dbf}.focus-within\:text-pink-800\/80:focus-within{color:#9d174dcc}.focus-within\:text-pink-800\/90:focus-within{color:#9d174de6}.focus-within\:text-pink-800\/95:focus-within{color:#9d174df2}.focus-within\:text-pink-800\/100:focus-within{color:#9d174d}.focus-within\:text-pink-900\/0:focus-within{color:#83184300}.focus-within\:text-pink-900\/5:focus-within{color:#8318430d}.focus-within\:text-pink-900\/10:focus-within{color:#8318431a}.focus-within\:text-pink-900\/20:focus-within{color:#83184333}.focus-within\:text-pink-900\/25:focus-within{color:#83184340}.focus-within\:text-pink-900\/30:focus-within{color:#8318434d}.focus-within\:text-pink-900\/40:focus-within{color:#83184366}.focus-within\:text-pink-900\/50:focus-within{color:#83184380}.focus-within\:text-pink-900\/60:focus-within{color:#83184399}.focus-within\:text-pink-900\/70:focus-within{color:#831843b3}.focus-within\:text-pink-900\/75:focus-within{color:#831843bf}.focus-within\:text-pink-900\/80:focus-within{color:#831843cc}.focus-within\:text-pink-900\/90:focus-within{color:#831843e6}.focus-within\:text-pink-900\/95:focus-within{color:#831843f2}.focus-within\:text-pink-900\/100:focus-within{color:#831843}.focus-within\:text-rose-50\/0:focus-within{color:#fff1f200}.focus-within\:text-rose-50\/5:focus-within{color:#fff1f20d}.focus-within\:text-rose-50\/10:focus-within{color:#fff1f21a}.focus-within\:text-rose-50\/20:focus-within{color:#fff1f233}.focus-within\:text-rose-50\/25:focus-within{color:#fff1f240}.focus-within\:text-rose-50\/30:focus-within{color:#fff1f24d}.focus-within\:text-rose-50\/40:focus-within{color:#fff1f266}.focus-within\:text-rose-50\/50:focus-within{color:#fff1f280}.focus-within\:text-rose-50\/60:focus-within{color:#fff1f299}.focus-within\:text-rose-50\/70:focus-within{color:#fff1f2b3}.focus-within\:text-rose-50\/75:focus-within{color:#fff1f2bf}.focus-within\:text-rose-50\/80:focus-within{color:#fff1f2cc}.focus-within\:text-rose-50\/90:focus-within{color:#fff1f2e6}.focus-within\:text-rose-50\/95:focus-within{color:#fff1f2f2}.focus-within\:text-rose-50\/100:focus-within{color:#fff1f2}.focus-within\:text-rose-100\/0:focus-within{color:#ffe4e600}.focus-within\:text-rose-100\/5:focus-within{color:#ffe4e60d}.focus-within\:text-rose-100\/10:focus-within{color:#ffe4e61a}.focus-within\:text-rose-100\/20:focus-within{color:#ffe4e633}.focus-within\:text-rose-100\/25:focus-within{color:#ffe4e640}.focus-within\:text-rose-100\/30:focus-within{color:#ffe4e64d}.focus-within\:text-rose-100\/40:focus-within{color:#ffe4e666}.focus-within\:text-rose-100\/50:focus-within{color:#ffe4e680}.focus-within\:text-rose-100\/60:focus-within{color:#ffe4e699}.focus-within\:text-rose-100\/70:focus-within{color:#ffe4e6b3}.focus-within\:text-rose-100\/75:focus-within{color:#ffe4e6bf}.focus-within\:text-rose-100\/80:focus-within{color:#ffe4e6cc}.focus-within\:text-rose-100\/90:focus-within{color:#ffe4e6e6}.focus-within\:text-rose-100\/95:focus-within{color:#ffe4e6f2}.focus-within\:text-rose-100\/100:focus-within{color:#ffe4e6}.focus-within\:text-rose-200\/0:focus-within{color:#fecdd300}.focus-within\:text-rose-200\/5:focus-within{color:#fecdd30d}.focus-within\:text-rose-200\/10:focus-within{color:#fecdd31a}.focus-within\:text-rose-200\/20:focus-within{color:#fecdd333}.focus-within\:text-rose-200\/25:focus-within{color:#fecdd340}.focus-within\:text-rose-200\/30:focus-within{color:#fecdd34d}.focus-within\:text-rose-200\/40:focus-within{color:#fecdd366}.focus-within\:text-rose-200\/50:focus-within{color:#fecdd380}.focus-within\:text-rose-200\/60:focus-within{color:#fecdd399}.focus-within\:text-rose-200\/70:focus-within{color:#fecdd3b3}.focus-within\:text-rose-200\/75:focus-within{color:#fecdd3bf}.focus-within\:text-rose-200\/80:focus-within{color:#fecdd3cc}.focus-within\:text-rose-200\/90:focus-within{color:#fecdd3e6}.focus-within\:text-rose-200\/95:focus-within{color:#fecdd3f2}.focus-within\:text-rose-200\/100:focus-within{color:#fecdd3}.focus-within\:text-rose-300\/0:focus-within{color:#fda4af00}.focus-within\:text-rose-300\/5:focus-within{color:#fda4af0d}.focus-within\:text-rose-300\/10:focus-within{color:#fda4af1a}.focus-within\:text-rose-300\/20:focus-within{color:#fda4af33}.focus-within\:text-rose-300\/25:focus-within{color:#fda4af40}.focus-within\:text-rose-300\/30:focus-within{color:#fda4af4d}.focus-within\:text-rose-300\/40:focus-within{color:#fda4af66}.focus-within\:text-rose-300\/50:focus-within{color:#fda4af80}.focus-within\:text-rose-300\/60:focus-within{color:#fda4af99}.focus-within\:text-rose-300\/70:focus-within{color:#fda4afb3}.focus-within\:text-rose-300\/75:focus-within{color:#fda4afbf}.focus-within\:text-rose-300\/80:focus-within{color:#fda4afcc}.focus-within\:text-rose-300\/90:focus-within{color:#fda4afe6}.focus-within\:text-rose-300\/95:focus-within{color:#fda4aff2}.focus-within\:text-rose-300\/100:focus-within{color:#fda4af}.focus-within\:text-rose-400\/0:focus-within{color:#fb718500}.focus-within\:text-rose-400\/5:focus-within{color:#fb71850d}.focus-within\:text-rose-400\/10:focus-within{color:#fb71851a}.focus-within\:text-rose-400\/20:focus-within{color:#fb718533}.focus-within\:text-rose-400\/25:focus-within{color:#fb718540}.focus-within\:text-rose-400\/30:focus-within{color:#fb71854d}.focus-within\:text-rose-400\/40:focus-within{color:#fb718566}.focus-within\:text-rose-400\/50:focus-within{color:#fb718580}.focus-within\:text-rose-400\/60:focus-within{color:#fb718599}.focus-within\:text-rose-400\/70:focus-within{color:#fb7185b3}.focus-within\:text-rose-400\/75:focus-within{color:#fb7185bf}.focus-within\:text-rose-400\/80:focus-within{color:#fb7185cc}.focus-within\:text-rose-400\/90:focus-within{color:#fb7185e6}.focus-within\:text-rose-400\/95:focus-within{color:#fb7185f2}.focus-within\:text-rose-400\/100:focus-within{color:#fb7185}.focus-within\:text-rose-500\/0:focus-within{color:#f43f5e00}.focus-within\:text-rose-500\/5:focus-within{color:#f43f5e0d}.focus-within\:text-rose-500\/10:focus-within{color:#f43f5e1a}.focus-within\:text-rose-500\/20:focus-within{color:#f43f5e33}.focus-within\:text-rose-500\/25:focus-within{color:#f43f5e40}.focus-within\:text-rose-500\/30:focus-within{color:#f43f5e4d}.focus-within\:text-rose-500\/40:focus-within{color:#f43f5e66}.focus-within\:text-rose-500\/50:focus-within{color:#f43f5e80}.focus-within\:text-rose-500\/60:focus-within{color:#f43f5e99}.focus-within\:text-rose-500\/70:focus-within{color:#f43f5eb3}.focus-within\:text-rose-500\/75:focus-within{color:#f43f5ebf}.focus-within\:text-rose-500\/80:focus-within{color:#f43f5ecc}.focus-within\:text-rose-500\/90:focus-within{color:#f43f5ee6}.focus-within\:text-rose-500\/95:focus-within{color:#f43f5ef2}.focus-within\:text-rose-500\/100:focus-within{color:#f43f5e}.focus-within\:text-rose-600\/0:focus-within{color:#e11d4800}.focus-within\:text-rose-600\/5:focus-within{color:#e11d480d}.focus-within\:text-rose-600\/10:focus-within{color:#e11d481a}.focus-within\:text-rose-600\/20:focus-within{color:#e11d4833}.focus-within\:text-rose-600\/25:focus-within{color:#e11d4840}.focus-within\:text-rose-600\/30:focus-within{color:#e11d484d}.focus-within\:text-rose-600\/40:focus-within{color:#e11d4866}.focus-within\:text-rose-600\/50:focus-within{color:#e11d4880}.focus-within\:text-rose-600\/60:focus-within{color:#e11d4899}.focus-within\:text-rose-600\/70:focus-within{color:#e11d48b3}.focus-within\:text-rose-600\/75:focus-within{color:#e11d48bf}.focus-within\:text-rose-600\/80:focus-within{color:#e11d48cc}.focus-within\:text-rose-600\/90:focus-within{color:#e11d48e6}.focus-within\:text-rose-600\/95:focus-within{color:#e11d48f2}.focus-within\:text-rose-600\/100:focus-within{color:#e11d48}.focus-within\:text-rose-700\/0:focus-within{color:#be123c00}.focus-within\:text-rose-700\/5:focus-within{color:#be123c0d}.focus-within\:text-rose-700\/10:focus-within{color:#be123c1a}.focus-within\:text-rose-700\/20:focus-within{color:#be123c33}.focus-within\:text-rose-700\/25:focus-within{color:#be123c40}.focus-within\:text-rose-700\/30:focus-within{color:#be123c4d}.focus-within\:text-rose-700\/40:focus-within{color:#be123c66}.focus-within\:text-rose-700\/50:focus-within{color:#be123c80}.focus-within\:text-rose-700\/60:focus-within{color:#be123c99}.focus-within\:text-rose-700\/70:focus-within{color:#be123cb3}.focus-within\:text-rose-700\/75:focus-within{color:#be123cbf}.focus-within\:text-rose-700\/80:focus-within{color:#be123ccc}.focus-within\:text-rose-700\/90:focus-within{color:#be123ce6}.focus-within\:text-rose-700\/95:focus-within{color:#be123cf2}.focus-within\:text-rose-700\/100:focus-within{color:#be123c}.focus-within\:text-rose-800\/0:focus-within{color:#9f123900}.focus-within\:text-rose-800\/5:focus-within{color:#9f12390d}.focus-within\:text-rose-800\/10:focus-within{color:#9f12391a}.focus-within\:text-rose-800\/20:focus-within{color:#9f123933}.focus-within\:text-rose-800\/25:focus-within{color:#9f123940}.focus-within\:text-rose-800\/30:focus-within{color:#9f12394d}.focus-within\:text-rose-800\/40:focus-within{color:#9f123966}.focus-within\:text-rose-800\/50:focus-within{color:#9f123980}.focus-within\:text-rose-800\/60:focus-within{color:#9f123999}.focus-within\:text-rose-800\/70:focus-within{color:#9f1239b3}.focus-within\:text-rose-800\/75:focus-within{color:#9f1239bf}.focus-within\:text-rose-800\/80:focus-within{color:#9f1239cc}.focus-within\:text-rose-800\/90:focus-within{color:#9f1239e6}.focus-within\:text-rose-800\/95:focus-within{color:#9f1239f2}.focus-within\:text-rose-800\/100:focus-within{color:#9f1239}.focus-within\:text-rose-900\/0:focus-within{color:#88133700}.focus-within\:text-rose-900\/5:focus-within{color:#8813370d}.focus-within\:text-rose-900\/10:focus-within{color:#8813371a}.focus-within\:text-rose-900\/20:focus-within{color:#88133733}.focus-within\:text-rose-900\/25:focus-within{color:#88133740}.focus-within\:text-rose-900\/30:focus-within{color:#8813374d}.focus-within\:text-rose-900\/40:focus-within{color:#88133766}.focus-within\:text-rose-900\/50:focus-within{color:#88133780}.focus-within\:text-rose-900\/60:focus-within{color:#88133799}.focus-within\:text-rose-900\/70:focus-within{color:#881337b3}.focus-within\:text-rose-900\/75:focus-within{color:#881337bf}.focus-within\:text-rose-900\/80:focus-within{color:#881337cc}.focus-within\:text-rose-900\/90:focus-within{color:#881337e6}.focus-within\:text-rose-900\/95:focus-within{color:#881337f2}.focus-within\:text-rose-900\/100:focus-within{color:#881337}.focus-within\:text-primary-100\/0:focus-within{color:#f2f3f400}.focus-within\:text-primary-100\/5:focus-within{color:#f2f3f40d}.focus-within\:text-primary-100\/10:focus-within{color:#f2f3f41a}.focus-within\:text-primary-100\/20:focus-within{color:#f2f3f433}.focus-within\:text-primary-100\/25:focus-within{color:#f2f3f440}.focus-within\:text-primary-100\/30:focus-within{color:#f2f3f44d}.focus-within\:text-primary-100\/40:focus-within{color:#f2f3f466}.focus-within\:text-primary-100\/50:focus-within{color:#f2f3f480}.focus-within\:text-primary-100\/60:focus-within{color:#f2f3f499}.focus-within\:text-primary-100\/70:focus-within{color:#f2f3f4b3}.focus-within\:text-primary-100\/75:focus-within{color:#f2f3f4bf}.focus-within\:text-primary-100\/80:focus-within{color:#f2f3f4cc}.focus-within\:text-primary-100\/90:focus-within{color:#f2f3f4e6}.focus-within\:text-primary-100\/95:focus-within{color:#f2f3f4f2}.focus-within\:text-primary-100\/100:focus-within{color:#f2f3f4}.focus-within\:text-primary-200\/0:focus-within{color:#e8e8f000}.focus-within\:text-primary-200\/5:focus-within{color:#e8e8f00d}.focus-within\:text-primary-200\/10:focus-within{color:#e8e8f01a}.focus-within\:text-primary-200\/20:focus-within{color:#e8e8f033}.focus-within\:text-primary-200\/25:focus-within{color:#e8e8f040}.focus-within\:text-primary-200\/30:focus-within{color:#e8e8f04d}.focus-within\:text-primary-200\/40:focus-within{color:#e8e8f066}.focus-within\:text-primary-200\/50:focus-within{color:#e8e8f080}.focus-within\:text-primary-200\/60:focus-within{color:#e8e8f099}.focus-within\:text-primary-200\/70:focus-within{color:#e8e8f0b3}.focus-within\:text-primary-200\/75:focus-within{color:#e8e8f0bf}.focus-within\:text-primary-200\/80:focus-within{color:#e8e8f0cc}.focus-within\:text-primary-200\/90:focus-within{color:#e8e8f0e6}.focus-within\:text-primary-200\/95:focus-within{color:#e8e8f0f2}.focus-within\:text-primary-200\/100:focus-within{color:#e8e8f0}.focus-within\:text-primary-300\/0:focus-within{color:#d0d0e100}.focus-within\:text-primary-300\/5:focus-within{color:#d0d0e10d}.focus-within\:text-primary-300\/10:focus-within{color:#d0d0e11a}.focus-within\:text-primary-300\/20:focus-within{color:#d0d0e133}.focus-within\:text-primary-300\/25:focus-within{color:#d0d0e140}.focus-within\:text-primary-300\/30:focus-within{color:#d0d0e14d}.focus-within\:text-primary-300\/40:focus-within{color:#d0d0e166}.focus-within\:text-primary-300\/50:focus-within{color:#d0d0e180}.focus-within\:text-primary-300\/60:focus-within{color:#d0d0e199}.focus-within\:text-primary-300\/70:focus-within{color:#d0d0e1b3}.focus-within\:text-primary-300\/75:focus-within{color:#d0d0e1bf}.focus-within\:text-primary-300\/80:focus-within{color:#d0d0e1cc}.focus-within\:text-primary-300\/90:focus-within{color:#d0d0e1e6}.focus-within\:text-primary-300\/95:focus-within{color:#d0d0e1f2}.focus-within\:text-primary-300\/100:focus-within{color:#d0d0e1}.focus-within\:text-primary-400\/0:focus-within{color:#b4b4d100}.focus-within\:text-primary-400\/5:focus-within{color:#b4b4d10d}.focus-within\:text-primary-400\/10:focus-within{color:#b4b4d11a}.focus-within\:text-primary-400\/20:focus-within{color:#b4b4d133}.focus-within\:text-primary-400\/25:focus-within{color:#b4b4d140}.focus-within\:text-primary-400\/30:focus-within{color:#b4b4d14d}.focus-within\:text-primary-400\/40:focus-within{color:#b4b4d166}.focus-within\:text-primary-400\/50:focus-within{color:#b4b4d180}.focus-within\:text-primary-400\/60:focus-within{color:#b4b4d199}.focus-within\:text-primary-400\/70:focus-within{color:#b4b4d1b3}.focus-within\:text-primary-400\/75:focus-within{color:#b4b4d1bf}.focus-within\:text-primary-400\/80:focus-within{color:#b4b4d1cc}.focus-within\:text-primary-400\/90:focus-within{color:#b4b4d1e6}.focus-within\:text-primary-400\/95:focus-within{color:#b4b4d1f2}.focus-within\:text-primary-400\/100:focus-within{color:#b4b4d1}.focus-within\:text-primary-500\/0:focus-within{color:#9393bf00}.focus-within\:text-primary-500\/5:focus-within{color:#9393bf0d}.focus-within\:text-primary-500\/10:focus-within{color:#9393bf1a}.focus-within\:text-primary-500\/20:focus-within{color:#9393bf33}.focus-within\:text-primary-500\/25:focus-within{color:#9393bf40}.focus-within\:text-primary-500\/30:focus-within{color:#9393bf4d}.focus-within\:text-primary-500\/40:focus-within{color:#9393bf66}.focus-within\:text-primary-500\/50:focus-within{color:#9393bf80}.focus-within\:text-primary-500\/60:focus-within{color:#9393bf99}.focus-within\:text-primary-500\/70:focus-within{color:#9393bfb3}.focus-within\:text-primary-500\/75:focus-within{color:#9393bfbf}.focus-within\:text-primary-500\/80:focus-within{color:#9393bfcc}.focus-within\:text-primary-500\/90:focus-within{color:#9393bfe6}.focus-within\:text-primary-500\/95:focus-within{color:#9393bff2}.focus-within\:text-primary-500\/100:focus-within{color:#9393bf}.focus-within\:text-primary-600\/0:focus-within{color:#6868ac00}.focus-within\:text-primary-600\/5:focus-within{color:#6868ac0d}.focus-within\:text-primary-600\/10:focus-within{color:#6868ac1a}.focus-within\:text-primary-600\/20:focus-within{color:#6868ac33}.focus-within\:text-primary-600\/25:focus-within{color:#6868ac40}.focus-within\:text-primary-600\/30:focus-within{color:#6868ac4d}.focus-within\:text-primary-600\/40:focus-within{color:#6868ac66}.focus-within\:text-primary-600\/50:focus-within{color:#6868ac80}.focus-within\:text-primary-600\/60:focus-within{color:#6868ac99}.focus-within\:text-primary-600\/70:focus-within{color:#6868acb3}.focus-within\:text-primary-600\/75:focus-within{color:#6868acbf}.focus-within\:text-primary-600\/80:focus-within{color:#6868accc}.focus-within\:text-primary-600\/90:focus-within{color:#6868ace6}.focus-within\:text-primary-600\/95:focus-within{color:#6868acf2}.focus-within\:text-primary-600\/100:focus-within{color:#6868ac}.focus-within\:text-primary-700\/0:focus-within{color:#5d5d9900}.focus-within\:text-primary-700\/5:focus-within{color:#5d5d990d}.focus-within\:text-primary-700\/10:focus-within{color:#5d5d991a}.focus-within\:text-primary-700\/20:focus-within{color:#5d5d9933}.focus-within\:text-primary-700\/25:focus-within{color:#5d5d9940}.focus-within\:text-primary-700\/30:focus-within{color:#5d5d994d}.focus-within\:text-primary-700\/40:focus-within{color:#5d5d9966}.focus-within\:text-primary-700\/50:focus-within{color:#5d5d9980}.focus-within\:text-primary-700\/60:focus-within{color:#5d5d9999}.focus-within\:text-primary-700\/70:focus-within{color:#5d5d99b3}.focus-within\:text-primary-700\/75:focus-within{color:#5d5d99bf}.focus-within\:text-primary-700\/80:focus-within{color:#5d5d99cc}.focus-within\:text-primary-700\/90:focus-within{color:#5d5d99e6}.focus-within\:text-primary-700\/95:focus-within{color:#5d5d99f2}.focus-within\:text-primary-700\/100:focus-within{color:#5d5d99}.focus-within\:text-primary-800\/0:focus-within{color:#50508500}.focus-within\:text-primary-800\/5:focus-within{color:#5050850d}.focus-within\:text-primary-800\/10:focus-within{color:#5050851a}.focus-within\:text-primary-800\/20:focus-within{color:#50508533}.focus-within\:text-primary-800\/25:focus-within{color:#50508540}.focus-within\:text-primary-800\/30:focus-within{color:#5050854d}.focus-within\:text-primary-800\/40:focus-within{color:#50508566}.focus-within\:text-primary-800\/50:focus-within{color:#50508580}.focus-within\:text-primary-800\/60:focus-within{color:#50508599}.focus-within\:text-primary-800\/70:focus-within{color:#505085b3}.focus-within\:text-primary-800\/75:focus-within{color:#505085bf}.focus-within\:text-primary-800\/80:focus-within{color:#505085cc}.focus-within\:text-primary-800\/90:focus-within{color:#505085e6}.focus-within\:text-primary-800\/95:focus-within{color:#505085f2}.focus-within\:text-primary-800\/100:focus-within{color:#505085}.focus-within\:text-primary-900\/0:focus-within{color:#41416c00}.focus-within\:text-primary-900\/5:focus-within{color:#41416c0d}.focus-within\:text-primary-900\/10:focus-within{color:#41416c1a}.focus-within\:text-primary-900\/20:focus-within{color:#41416c33}.focus-within\:text-primary-900\/25:focus-within{color:#41416c40}.focus-within\:text-primary-900\/30:focus-within{color:#41416c4d}.focus-within\:text-primary-900\/40:focus-within{color:#41416c66}.focus-within\:text-primary-900\/50:focus-within{color:#41416c80}.focus-within\:text-primary-900\/60:focus-within{color:#41416c99}.focus-within\:text-primary-900\/70:focus-within{color:#41416cb3}.focus-within\:text-primary-900\/75:focus-within{color:#41416cbf}.focus-within\:text-primary-900\/80:focus-within{color:#41416ccc}.focus-within\:text-primary-900\/90:focus-within{color:#41416ce6}.focus-within\:text-primary-900\/95:focus-within{color:#41416cf2}.focus-within\:text-primary-900\/100:focus-within{color:#41416c}.focus-within\:text-primary-1000\/0:focus-within{color:#2e2e4c00}.focus-within\:text-primary-1000\/5:focus-within{color:#2e2e4c0d}.focus-within\:text-primary-1000\/10:focus-within{color:#2e2e4c1a}.focus-within\:text-primary-1000\/20:focus-within{color:#2e2e4c33}.focus-within\:text-primary-1000\/25:focus-within{color:#2e2e4c40}.focus-within\:text-primary-1000\/30:focus-within{color:#2e2e4c4d}.focus-within\:text-primary-1000\/40:focus-within{color:#2e2e4c66}.focus-within\:text-primary-1000\/50:focus-within{color:#2e2e4c80}.focus-within\:text-primary-1000\/60:focus-within{color:#2e2e4c99}.focus-within\:text-primary-1000\/70:focus-within{color:#2e2e4cb3}.focus-within\:text-primary-1000\/75:focus-within{color:#2e2e4cbf}.focus-within\:text-primary-1000\/80:focus-within{color:#2e2e4ccc}.focus-within\:text-primary-1000\/90:focus-within{color:#2e2e4ce6}.focus-within\:text-primary-1000\/95:focus-within{color:#2e2e4cf2}.focus-within\:text-primary-1000\/100:focus-within{color:#2e2e4c}.focus-within\:text-primary-highlight-100\/0:focus-within{color:#f7f5fe00}.focus-within\:text-primary-highlight-100\/5:focus-within{color:#f7f5fe0d}.focus-within\:text-primary-highlight-100\/10:focus-within{color:#f7f5fe1a}.focus-within\:text-primary-highlight-100\/20:focus-within{color:#f7f5fe33}.focus-within\:text-primary-highlight-100\/25:focus-within{color:#f7f5fe40}.focus-within\:text-primary-highlight-100\/30:focus-within{color:#f7f5fe4d}.focus-within\:text-primary-highlight-100\/40:focus-within{color:#f7f5fe66}.focus-within\:text-primary-highlight-100\/50:focus-within{color:#f7f5fe80}.focus-within\:text-primary-highlight-100\/60:focus-within{color:#f7f5fe99}.focus-within\:text-primary-highlight-100\/70:focus-within{color:#f7f5feb3}.focus-within\:text-primary-highlight-100\/75:focus-within{color:#f7f5febf}.focus-within\:text-primary-highlight-100\/80:focus-within{color:#f7f5fecc}.focus-within\:text-primary-highlight-100\/90:focus-within{color:#f7f5fee6}.focus-within\:text-primary-highlight-100\/95:focus-within{color:#f7f5fef2}.focus-within\:text-primary-highlight-100\/100:focus-within{color:#f7f5fe}.focus-within\:text-primary-highlight-200\/0:focus-within{color:#efecfe00}.focus-within\:text-primary-highlight-200\/5:focus-within{color:#efecfe0d}.focus-within\:text-primary-highlight-200\/10:focus-within{color:#efecfe1a}.focus-within\:text-primary-highlight-200\/20:focus-within{color:#efecfe33}.focus-within\:text-primary-highlight-200\/25:focus-within{color:#efecfe40}.focus-within\:text-primary-highlight-200\/30:focus-within{color:#efecfe4d}.focus-within\:text-primary-highlight-200\/40:focus-within{color:#efecfe66}.focus-within\:text-primary-highlight-200\/50:focus-within{color:#efecfe80}.focus-within\:text-primary-highlight-200\/60:focus-within{color:#efecfe99}.focus-within\:text-primary-highlight-200\/70:focus-within{color:#efecfeb3}.focus-within\:text-primary-highlight-200\/75:focus-within{color:#efecfebf}.focus-within\:text-primary-highlight-200\/80:focus-within{color:#efecfecc}.focus-within\:text-primary-highlight-200\/90:focus-within{color:#efecfee6}.focus-within\:text-primary-highlight-200\/95:focus-within{color:#efecfef2}.focus-within\:text-primary-highlight-200\/100:focus-within{color:#efecfe}.focus-within\:text-primary-highlight-300\/0:focus-within{color:#dfd8fd00}.focus-within\:text-primary-highlight-300\/5:focus-within{color:#dfd8fd0d}.focus-within\:text-primary-highlight-300\/10:focus-within{color:#dfd8fd1a}.focus-within\:text-primary-highlight-300\/20:focus-within{color:#dfd8fd33}.focus-within\:text-primary-highlight-300\/25:focus-within{color:#dfd8fd40}.focus-within\:text-primary-highlight-300\/30:focus-within{color:#dfd8fd4d}.focus-within\:text-primary-highlight-300\/40:focus-within{color:#dfd8fd66}.focus-within\:text-primary-highlight-300\/50:focus-within{color:#dfd8fd80}.focus-within\:text-primary-highlight-300\/60:focus-within{color:#dfd8fd99}.focus-within\:text-primary-highlight-300\/70:focus-within{color:#dfd8fdb3}.focus-within\:text-primary-highlight-300\/75:focus-within{color:#dfd8fdbf}.focus-within\:text-primary-highlight-300\/80:focus-within{color:#dfd8fdcc}.focus-within\:text-primary-highlight-300\/90:focus-within{color:#dfd8fde6}.focus-within\:text-primary-highlight-300\/95:focus-within{color:#dfd8fdf2}.focus-within\:text-primary-highlight-300\/100:focus-within{color:#dfd8fd}.focus-within\:text-primary-highlight-400\/0:focus-within{color:#cec1fc00}.focus-within\:text-primary-highlight-400\/5:focus-within{color:#cec1fc0d}.focus-within\:text-primary-highlight-400\/10:focus-within{color:#cec1fc1a}.focus-within\:text-primary-highlight-400\/20:focus-within{color:#cec1fc33}.focus-within\:text-primary-highlight-400\/25:focus-within{color:#cec1fc40}.focus-within\:text-primary-highlight-400\/30:focus-within{color:#cec1fc4d}.focus-within\:text-primary-highlight-400\/40:focus-within{color:#cec1fc66}.focus-within\:text-primary-highlight-400\/50:focus-within{color:#cec1fc80}.focus-within\:text-primary-highlight-400\/60:focus-within{color:#cec1fc99}.focus-within\:text-primary-highlight-400\/70:focus-within{color:#cec1fcb3}.focus-within\:text-primary-highlight-400\/75:focus-within{color:#cec1fcbf}.focus-within\:text-primary-highlight-400\/80:focus-within{color:#cec1fccc}.focus-within\:text-primary-highlight-400\/90:focus-within{color:#cec1fce6}.focus-within\:text-primary-highlight-400\/95:focus-within{color:#cec1fcf2}.focus-within\:text-primary-highlight-400\/100:focus-within{color:#cec1fc}.focus-within\:text-primary-highlight-500\/0:focus-within{color:#bba8fb00}.focus-within\:text-primary-highlight-500\/5:focus-within{color:#bba8fb0d}.focus-within\:text-primary-highlight-500\/10:focus-within{color:#bba8fb1a}.focus-within\:text-primary-highlight-500\/20:focus-within{color:#bba8fb33}.focus-within\:text-primary-highlight-500\/25:focus-within{color:#bba8fb40}.focus-within\:text-primary-highlight-500\/30:focus-within{color:#bba8fb4d}.focus-within\:text-primary-highlight-500\/40:focus-within{color:#bba8fb66}.focus-within\:text-primary-highlight-500\/50:focus-within{color:#bba8fb80}.focus-within\:text-primary-highlight-500\/60:focus-within{color:#bba8fb99}.focus-within\:text-primary-highlight-500\/70:focus-within{color:#bba8fbb3}.focus-within\:text-primary-highlight-500\/75:focus-within{color:#bba8fbbf}.focus-within\:text-primary-highlight-500\/80:focus-within{color:#bba8fbcc}.focus-within\:text-primary-highlight-500\/90:focus-within{color:#bba8fbe6}.focus-within\:text-primary-highlight-500\/95:focus-within{color:#bba8fbf2}.focus-within\:text-primary-highlight-500\/100:focus-within{color:#bba8fb}.focus-within\:text-primary-highlight-600\/0:focus-within{color:#a78bfa00}.focus-within\:text-primary-highlight-600\/5:focus-within{color:#a78bfa0d}.focus-within\:text-primary-highlight-600\/10:focus-within{color:#a78bfa1a}.focus-within\:text-primary-highlight-600\/20:focus-within{color:#a78bfa33}.focus-within\:text-primary-highlight-600\/25:focus-within{color:#a78bfa40}.focus-within\:text-primary-highlight-600\/30:focus-within{color:#a78bfa4d}.focus-within\:text-primary-highlight-600\/40:focus-within{color:#a78bfa66}.focus-within\:text-primary-highlight-600\/50:focus-within{color:#a78bfa80}.focus-within\:text-primary-highlight-600\/60:focus-within{color:#a78bfa99}.focus-within\:text-primary-highlight-600\/70:focus-within{color:#a78bfab3}.focus-within\:text-primary-highlight-600\/75:focus-within{color:#a78bfabf}.focus-within\:text-primary-highlight-600\/80:focus-within{color:#a78bfacc}.focus-within\:text-primary-highlight-600\/90:focus-within{color:#a78bfae6}.focus-within\:text-primary-highlight-600\/95:focus-within{color:#a78bfaf2}.focus-within\:text-primary-highlight-600\/100:focus-within{color:#a78bfa}.focus-within\:text-primary-highlight-700\/0:focus-within{color:#957cdf00}.focus-within\:text-primary-highlight-700\/5:focus-within{color:#957cdf0d}.focus-within\:text-primary-highlight-700\/10:focus-within{color:#957cdf1a}.focus-within\:text-primary-highlight-700\/20:focus-within{color:#957cdf33}.focus-within\:text-primary-highlight-700\/25:focus-within{color:#957cdf40}.focus-within\:text-primary-highlight-700\/30:focus-within{color:#957cdf4d}.focus-within\:text-primary-highlight-700\/40:focus-within{color:#957cdf66}.focus-within\:text-primary-highlight-700\/50:focus-within{color:#957cdf80}.focus-within\:text-primary-highlight-700\/60:focus-within{color:#957cdf99}.focus-within\:text-primary-highlight-700\/70:focus-within{color:#957cdfb3}.focus-within\:text-primary-highlight-700\/75:focus-within{color:#957cdfbf}.focus-within\:text-primary-highlight-700\/80:focus-within{color:#957cdfcc}.focus-within\:text-primary-highlight-700\/90:focus-within{color:#957cdfe6}.focus-within\:text-primary-highlight-700\/95:focus-within{color:#957cdff2}.focus-within\:text-primary-highlight-700\/100:focus-within{color:#957cdf}.focus-within\:text-primary-highlight-800\/0:focus-within{color:#816bc100}.focus-within\:text-primary-highlight-800\/5:focus-within{color:#816bc10d}.focus-within\:text-primary-highlight-800\/10:focus-within{color:#816bc11a}.focus-within\:text-primary-highlight-800\/20:focus-within{color:#816bc133}.focus-within\:text-primary-highlight-800\/25:focus-within{color:#816bc140}.focus-within\:text-primary-highlight-800\/30:focus-within{color:#816bc14d}.focus-within\:text-primary-highlight-800\/40:focus-within{color:#816bc166}.focus-within\:text-primary-highlight-800\/50:focus-within{color:#816bc180}.focus-within\:text-primary-highlight-800\/60:focus-within{color:#816bc199}.focus-within\:text-primary-highlight-800\/70:focus-within{color:#816bc1b3}.focus-within\:text-primary-highlight-800\/75:focus-within{color:#816bc1bf}.focus-within\:text-primary-highlight-800\/80:focus-within{color:#816bc1cc}.focus-within\:text-primary-highlight-800\/90:focus-within{color:#816bc1e6}.focus-within\:text-primary-highlight-800\/95:focus-within{color:#816bc1f2}.focus-within\:text-primary-highlight-800\/100:focus-within{color:#816bc1}.focus-within\:text-primary-highlight-900\/0:focus-within{color:#69579e00}.focus-within\:text-primary-highlight-900\/5:focus-within{color:#69579e0d}.focus-within\:text-primary-highlight-900\/10:focus-within{color:#69579e1a}.focus-within\:text-primary-highlight-900\/20:focus-within{color:#69579e33}.focus-within\:text-primary-highlight-900\/25:focus-within{color:#69579e40}.focus-within\:text-primary-highlight-900\/30:focus-within{color:#69579e4d}.focus-within\:text-primary-highlight-900\/40:focus-within{color:#69579e66}.focus-within\:text-primary-highlight-900\/50:focus-within{color:#69579e80}.focus-within\:text-primary-highlight-900\/60:focus-within{color:#69579e99}.focus-within\:text-primary-highlight-900\/70:focus-within{color:#69579eb3}.focus-within\:text-primary-highlight-900\/75:focus-within{color:#69579ebf}.focus-within\:text-primary-highlight-900\/80:focus-within{color:#69579ecc}.focus-within\:text-primary-highlight-900\/90:focus-within{color:#69579ee6}.focus-within\:text-primary-highlight-900\/95:focus-within{color:#69579ef2}.focus-within\:text-primary-highlight-900\/100:focus-within{color:#69579e}.focus-within\:text-primary-highlight-1000\/0:focus-within{color:#4a3e6f00}.focus-within\:text-primary-highlight-1000\/5:focus-within{color:#4a3e6f0d}.focus-within\:text-primary-highlight-1000\/10:focus-within{color:#4a3e6f1a}.focus-within\:text-primary-highlight-1000\/20:focus-within{color:#4a3e6f33}.focus-within\:text-primary-highlight-1000\/25:focus-within{color:#4a3e6f40}.focus-within\:text-primary-highlight-1000\/30:focus-within{color:#4a3e6f4d}.focus-within\:text-primary-highlight-1000\/40:focus-within{color:#4a3e6f66}.focus-within\:text-primary-highlight-1000\/50:focus-within{color:#4a3e6f80}.focus-within\:text-primary-highlight-1000\/60:focus-within{color:#4a3e6f99}.focus-within\:text-primary-highlight-1000\/70:focus-within{color:#4a3e6fb3}.focus-within\:text-primary-highlight-1000\/75:focus-within{color:#4a3e6fbf}.focus-within\:text-primary-highlight-1000\/80:focus-within{color:#4a3e6fcc}.focus-within\:text-primary-highlight-1000\/90:focus-within{color:#4a3e6fe6}.focus-within\:text-primary-highlight-1000\/95:focus-within{color:#4a3e6ff2}.focus-within\:text-primary-highlight-1000\/100:focus-within{color:#4a3e6f}.focus-within\:text-secondary-100\/0:focus-within{color:#fef7f200}.focus-within\:text-secondary-100\/5:focus-within{color:#fef7f20d}.focus-within\:text-secondary-100\/10:focus-within{color:#fef7f21a}.focus-within\:text-secondary-100\/20:focus-within{color:#fef7f233}.focus-within\:text-secondary-100\/25:focus-within{color:#fef7f240}.focus-within\:text-secondary-100\/30:focus-within{color:#fef7f24d}.focus-within\:text-secondary-100\/40:focus-within{color:#fef7f266}.focus-within\:text-secondary-100\/50:focus-within{color:#fef7f280}.focus-within\:text-secondary-100\/60:focus-within{color:#fef7f299}.focus-within\:text-secondary-100\/70:focus-within{color:#fef7f2b3}.focus-within\:text-secondary-100\/75:focus-within{color:#fef7f2bf}.focus-within\:text-secondary-100\/80:focus-within{color:#fef7f2cc}.focus-within\:text-secondary-100\/90:focus-within{color:#fef7f2e6}.focus-within\:text-secondary-100\/95:focus-within{color:#fef7f2f2}.focus-within\:text-secondary-100\/100:focus-within{color:#fef7f2}.focus-within\:text-secondary-200\/0:focus-within{color:#fef0e400}.focus-within\:text-secondary-200\/5:focus-within{color:#fef0e40d}.focus-within\:text-secondary-200\/10:focus-within{color:#fef0e41a}.focus-within\:text-secondary-200\/20:focus-within{color:#fef0e433}.focus-within\:text-secondary-200\/25:focus-within{color:#fef0e440}.focus-within\:text-secondary-200\/30:focus-within{color:#fef0e44d}.focus-within\:text-secondary-200\/40:focus-within{color:#fef0e466}.focus-within\:text-secondary-200\/50:focus-within{color:#fef0e480}.focus-within\:text-secondary-200\/60:focus-within{color:#fef0e499}.focus-within\:text-secondary-200\/70:focus-within{color:#fef0e4b3}.focus-within\:text-secondary-200\/75:focus-within{color:#fef0e4bf}.focus-within\:text-secondary-200\/80:focus-within{color:#fef0e4cc}.focus-within\:text-secondary-200\/90:focus-within{color:#fef0e4e6}.focus-within\:text-secondary-200\/95:focus-within{color:#fef0e4f2}.focus-within\:text-secondary-200\/100:focus-within{color:#fef0e4}.focus-within\:text-secondary-300\/0:focus-within{color:#fde1c600}.focus-within\:text-secondary-300\/5:focus-within{color:#fde1c60d}.focus-within\:text-secondary-300\/10:focus-within{color:#fde1c61a}.focus-within\:text-secondary-300\/20:focus-within{color:#fde1c633}.focus-within\:text-secondary-300\/25:focus-within{color:#fde1c640}.focus-within\:text-secondary-300\/30:focus-within{color:#fde1c64d}.focus-within\:text-secondary-300\/40:focus-within{color:#fde1c666}.focus-within\:text-secondary-300\/50:focus-within{color:#fde1c680}.focus-within\:text-secondary-300\/60:focus-within{color:#fde1c699}.focus-within\:text-secondary-300\/70:focus-within{color:#fde1c6b3}.focus-within\:text-secondary-300\/75:focus-within{color:#fde1c6bf}.focus-within\:text-secondary-300\/80:focus-within{color:#fde1c6cc}.focus-within\:text-secondary-300\/90:focus-within{color:#fde1c6e6}.focus-within\:text-secondary-300\/95:focus-within{color:#fde1c6f2}.focus-within\:text-secondary-300\/100:focus-within{color:#fde1c6}.focus-within\:text-secondary-400\/0:focus-within{color:#fcd1a200}.focus-within\:text-secondary-400\/5:focus-within{color:#fcd1a20d}.focus-within\:text-secondary-400\/10:focus-within{color:#fcd1a21a}.focus-within\:text-secondary-400\/20:focus-within{color:#fcd1a233}.focus-within\:text-secondary-400\/25:focus-within{color:#fcd1a240}.focus-within\:text-secondary-400\/30:focus-within{color:#fcd1a24d}.focus-within\:text-secondary-400\/40:focus-within{color:#fcd1a266}.focus-within\:text-secondary-400\/50:focus-within{color:#fcd1a280}.focus-within\:text-secondary-400\/60:focus-within{color:#fcd1a299}.focus-within\:text-secondary-400\/70:focus-within{color:#fcd1a2b3}.focus-within\:text-secondary-400\/75:focus-within{color:#fcd1a2bf}.focus-within\:text-secondary-400\/80:focus-within{color:#fcd1a2cc}.focus-within\:text-secondary-400\/90:focus-within{color:#fcd1a2e6}.focus-within\:text-secondary-400\/95:focus-within{color:#fcd1a2f2}.focus-within\:text-secondary-400\/100:focus-within{color:#fcd1a2}.focus-within\:text-secondary-500\/0:focus-within{color:#fbbf7500}.focus-within\:text-secondary-500\/5:focus-within{color:#fbbf750d}.focus-within\:text-secondary-500\/10:focus-within{color:#fbbf751a}.focus-within\:text-secondary-500\/20:focus-within{color:#fbbf7533}.focus-within\:text-secondary-500\/25:focus-within{color:#fbbf7540}.focus-within\:text-secondary-500\/30:focus-within{color:#fbbf754d}.focus-within\:text-secondary-500\/40:focus-within{color:#fbbf7566}.focus-within\:text-secondary-500\/50:focus-within{color:#fbbf7580}.focus-within\:text-secondary-500\/60:focus-within{color:#fbbf7599}.focus-within\:text-secondary-500\/70:focus-within{color:#fbbf75b3}.focus-within\:text-secondary-500\/75:focus-within{color:#fbbf75bf}.focus-within\:text-secondary-500\/80:focus-within{color:#fbbf75cc}.focus-within\:text-secondary-500\/90:focus-within{color:#fbbf75e6}.focus-within\:text-secondary-500\/95:focus-within{color:#fbbf75f2}.focus-within\:text-secondary-500\/100:focus-within{color:#fbbf75}.focus-within\:text-secondary-600\/0:focus-within{color:#faac1e00}.focus-within\:text-secondary-600\/5:focus-within{color:#faac1e0d}.focus-within\:text-secondary-600\/10:focus-within{color:#faac1e1a}.focus-within\:text-secondary-600\/20:focus-within{color:#faac1e33}.focus-within\:text-secondary-600\/25:focus-within{color:#faac1e40}.focus-within\:text-secondary-600\/30:focus-within{color:#faac1e4d}.focus-within\:text-secondary-600\/40:focus-within{color:#faac1e66}.focus-within\:text-secondary-600\/50:focus-within{color:#faac1e80}.focus-within\:text-secondary-600\/60:focus-within{color:#faac1e99}.focus-within\:text-secondary-600\/70:focus-within{color:#faac1eb3}.focus-within\:text-secondary-600\/75:focus-within{color:#faac1ebf}.focus-within\:text-secondary-600\/80:focus-within{color:#faac1ecc}.focus-within\:text-secondary-600\/90:focus-within{color:#faac1ee6}.focus-within\:text-secondary-600\/95:focus-within{color:#faac1ef2}.focus-within\:text-secondary-600\/100:focus-within{color:#faac1e}.focus-within\:text-secondary-700\/0:focus-within{color:#df991a00}.focus-within\:text-secondary-700\/5:focus-within{color:#df991a0d}.focus-within\:text-secondary-700\/10:focus-within{color:#df991a1a}.focus-within\:text-secondary-700\/20:focus-within{color:#df991a33}.focus-within\:text-secondary-700\/25:focus-within{color:#df991a40}.focus-within\:text-secondary-700\/30:focus-within{color:#df991a4d}.focus-within\:text-secondary-700\/40:focus-within{color:#df991a66}.focus-within\:text-secondary-700\/50:focus-within{color:#df991a80}.focus-within\:text-secondary-700\/60:focus-within{color:#df991a99}.focus-within\:text-secondary-700\/70:focus-within{color:#df991ab3}.focus-within\:text-secondary-700\/75:focus-within{color:#df991abf}.focus-within\:text-secondary-700\/80:focus-within{color:#df991acc}.focus-within\:text-secondary-700\/90:focus-within{color:#df991ae6}.focus-within\:text-secondary-700\/95:focus-within{color:#df991af2}.focus-within\:text-secondary-700\/100:focus-within{color:#df991a}.focus-within\:text-secondary-800\/0:focus-within{color:#c1851700}.focus-within\:text-secondary-800\/5:focus-within{color:#c185170d}.focus-within\:text-secondary-800\/10:focus-within{color:#c185171a}.focus-within\:text-secondary-800\/20:focus-within{color:#c1851733}.focus-within\:text-secondary-800\/25:focus-within{color:#c1851740}.focus-within\:text-secondary-800\/30:focus-within{color:#c185174d}.focus-within\:text-secondary-800\/40:focus-within{color:#c1851766}.focus-within\:text-secondary-800\/50:focus-within{color:#c1851780}.focus-within\:text-secondary-800\/60:focus-within{color:#c1851799}.focus-within\:text-secondary-800\/70:focus-within{color:#c18517b3}.focus-within\:text-secondary-800\/75:focus-within{color:#c18517bf}.focus-within\:text-secondary-800\/80:focus-within{color:#c18517cc}.focus-within\:text-secondary-800\/90:focus-within{color:#c18517e6}.focus-within\:text-secondary-800\/95:focus-within{color:#c18517f2}.focus-within\:text-secondary-800\/100:focus-within{color:#c18517}.focus-within\:text-secondary-900\/0:focus-within{color:#9e6c1200}.focus-within\:text-secondary-900\/5:focus-within{color:#9e6c120d}.focus-within\:text-secondary-900\/10:focus-within{color:#9e6c121a}.focus-within\:text-secondary-900\/20:focus-within{color:#9e6c1233}.focus-within\:text-secondary-900\/25:focus-within{color:#9e6c1240}.focus-within\:text-secondary-900\/30:focus-within{color:#9e6c124d}.focus-within\:text-secondary-900\/40:focus-within{color:#9e6c1266}.focus-within\:text-secondary-900\/50:focus-within{color:#9e6c1280}.focus-within\:text-secondary-900\/60:focus-within{color:#9e6c1299}.focus-within\:text-secondary-900\/70:focus-within{color:#9e6c12b3}.focus-within\:text-secondary-900\/75:focus-within{color:#9e6c12bf}.focus-within\:text-secondary-900\/80:focus-within{color:#9e6c12cc}.focus-within\:text-secondary-900\/90:focus-within{color:#9e6c12e6}.focus-within\:text-secondary-900\/95:focus-within{color:#9e6c12f2}.focus-within\:text-secondary-900\/100:focus-within{color:#9e6c12}.focus-within\:text-secondary-1000\/0:focus-within{color:#6f4c0d00}.focus-within\:text-secondary-1000\/5:focus-within{color:#6f4c0d0d}.focus-within\:text-secondary-1000\/10:focus-within{color:#6f4c0d1a}.focus-within\:text-secondary-1000\/20:focus-within{color:#6f4c0d33}.focus-within\:text-secondary-1000\/25:focus-within{color:#6f4c0d40}.focus-within\:text-secondary-1000\/30:focus-within{color:#6f4c0d4d}.focus-within\:text-secondary-1000\/40:focus-within{color:#6f4c0d66}.focus-within\:text-secondary-1000\/50:focus-within{color:#6f4c0d80}.focus-within\:text-secondary-1000\/60:focus-within{color:#6f4c0d99}.focus-within\:text-secondary-1000\/70:focus-within{color:#6f4c0db3}.focus-within\:text-secondary-1000\/75:focus-within{color:#6f4c0dbf}.focus-within\:text-secondary-1000\/80:focus-within{color:#6f4c0dcc}.focus-within\:text-secondary-1000\/90:focus-within{color:#6f4c0de6}.focus-within\:text-secondary-1000\/95:focus-within{color:#6f4c0df2}.focus-within\:text-secondary-1000\/100:focus-within{color:#6f4c0d}.focus-within\:text-grey-100\/0:focus-within{color:#f2f3f400}.focus-within\:text-grey-100\/5:focus-within{color:#f2f3f40d}.focus-within\:text-grey-100\/10:focus-within{color:#f2f3f41a}.focus-within\:text-grey-100\/20:focus-within{color:#f2f3f433}.focus-within\:text-grey-100\/25:focus-within{color:#f2f3f440}.focus-within\:text-grey-100\/30:focus-within{color:#f2f3f44d}.focus-within\:text-grey-100\/40:focus-within{color:#f2f3f466}.focus-within\:text-grey-100\/50:focus-within{color:#f2f3f480}.focus-within\:text-grey-100\/60:focus-within{color:#f2f3f499}.focus-within\:text-grey-100\/70:focus-within{color:#f2f3f4b3}.focus-within\:text-grey-100\/75:focus-within{color:#f2f3f4bf}.focus-within\:text-grey-100\/80:focus-within{color:#f2f3f4cc}.focus-within\:text-grey-100\/90:focus-within{color:#f2f3f4e6}.focus-within\:text-grey-100\/95:focus-within{color:#f2f3f4f2}.focus-within\:text-grey-100\/100:focus-within{color:#f2f3f4}.focus-within\:text-grey-200\/0:focus-within{color:#e6e7e800}.focus-within\:text-grey-200\/5:focus-within{color:#e6e7e80d}.focus-within\:text-grey-200\/10:focus-within{color:#e6e7e81a}.focus-within\:text-grey-200\/20:focus-within{color:#e6e7e833}.focus-within\:text-grey-200\/25:focus-within{color:#e6e7e840}.focus-within\:text-grey-200\/30:focus-within{color:#e6e7e84d}.focus-within\:text-grey-200\/40:focus-within{color:#e6e7e866}.focus-within\:text-grey-200\/50:focus-within{color:#e6e7e880}.focus-within\:text-grey-200\/60:focus-within{color:#e6e7e899}.focus-within\:text-grey-200\/70:focus-within{color:#e6e7e8b3}.focus-within\:text-grey-200\/75:focus-within{color:#e6e7e8bf}.focus-within\:text-grey-200\/80:focus-within{color:#e6e7e8cc}.focus-within\:text-grey-200\/90:focus-within{color:#e6e7e8e6}.focus-within\:text-grey-200\/95:focus-within{color:#e6e7e8f2}.focus-within\:text-grey-200\/100:focus-within{color:#e6e7e8}.focus-within\:text-grey-300\/0:focus-within{color:#caccd000}.focus-within\:text-grey-300\/5:focus-within{color:#caccd00d}.focus-within\:text-grey-300\/10:focus-within{color:#caccd01a}.focus-within\:text-grey-300\/20:focus-within{color:#caccd033}.focus-within\:text-grey-300\/25:focus-within{color:#caccd040}.focus-within\:text-grey-300\/30:focus-within{color:#caccd04d}.focus-within\:text-grey-300\/40:focus-within{color:#caccd066}.focus-within\:text-grey-300\/50:focus-within{color:#caccd080}.focus-within\:text-grey-300\/60:focus-within{color:#caccd099}.focus-within\:text-grey-300\/70:focus-within{color:#caccd0b3}.focus-within\:text-grey-300\/75:focus-within{color:#caccd0bf}.focus-within\:text-grey-300\/80:focus-within{color:#caccd0cc}.focus-within\:text-grey-300\/90:focus-within{color:#caccd0e6}.focus-within\:text-grey-300\/95:focus-within{color:#caccd0f2}.focus-within\:text-grey-300\/100:focus-within{color:#caccd0}.focus-within\:text-grey-400\/0:focus-within{color:#aaaeb400}.focus-within\:text-grey-400\/5:focus-within{color:#aaaeb40d}.focus-within\:text-grey-400\/10:focus-within{color:#aaaeb41a}.focus-within\:text-grey-400\/20:focus-within{color:#aaaeb433}.focus-within\:text-grey-400\/25:focus-within{color:#aaaeb440}.focus-within\:text-grey-400\/30:focus-within{color:#aaaeb44d}.focus-within\:text-grey-400\/40:focus-within{color:#aaaeb466}.focus-within\:text-grey-400\/50:focus-within{color:#aaaeb480}.focus-within\:text-grey-400\/60:focus-within{color:#aaaeb499}.focus-within\:text-grey-400\/70:focus-within{color:#aaaeb4b3}.focus-within\:text-grey-400\/75:focus-within{color:#aaaeb4bf}.focus-within\:text-grey-400\/80:focus-within{color:#aaaeb4cc}.focus-within\:text-grey-400\/90:focus-within{color:#aaaeb4e6}.focus-within\:text-grey-400\/95:focus-within{color:#aaaeb4f2}.focus-within\:text-grey-400\/100:focus-within{color:#aaaeb4}.focus-within\:text-grey-500\/0:focus-within{color:#82899300}.focus-within\:text-grey-500\/5:focus-within{color:#8289930d}.focus-within\:text-grey-500\/10:focus-within{color:#8289931a}.focus-within\:text-grey-500\/20:focus-within{color:#82899333}.focus-within\:text-grey-500\/25:focus-within{color:#82899340}.focus-within\:text-grey-500\/30:focus-within{color:#8289934d}.focus-within\:text-grey-500\/40:focus-within{color:#82899366}.focus-within\:text-grey-500\/50:focus-within{color:#82899380}.focus-within\:text-grey-500\/60:focus-within{color:#82899399}.focus-within\:text-grey-500\/70:focus-within{color:#828993b3}.focus-within\:text-grey-500\/75:focus-within{color:#828993bf}.focus-within\:text-grey-500\/80:focus-within{color:#828993cc}.focus-within\:text-grey-500\/90:focus-within{color:#828993e6}.focus-within\:text-grey-500\/95:focus-within{color:#828993f2}.focus-within\:text-grey-500\/100:focus-within{color:#828993}.focus-within\:text-grey-600\/0:focus-within{color:#47556900}.focus-within\:text-grey-600\/5:focus-within{color:#4755690d}.focus-within\:text-grey-600\/10:focus-within{color:#4755691a}.focus-within\:text-grey-600\/20:focus-within{color:#47556933}.focus-within\:text-grey-600\/25:focus-within{color:#47556940}.focus-within\:text-grey-600\/30:focus-within{color:#4755694d}.focus-within\:text-grey-600\/40:focus-within{color:#47556966}.focus-within\:text-grey-600\/50:focus-within{color:#47556980}.focus-within\:text-grey-600\/60:focus-within{color:#47556999}.focus-within\:text-grey-600\/70:focus-within{color:#475569b3}.focus-within\:text-grey-600\/75:focus-within{color:#475569bf}.focus-within\:text-grey-600\/80:focus-within{color:#475569cc}.focus-within\:text-grey-600\/90:focus-within{color:#475569e6}.focus-within\:text-grey-600\/95:focus-within{color:#475569f2}.focus-within\:text-grey-600\/100:focus-within{color:#475569}.focus-within\:text-grey-700\/0:focus-within{color:#3f4c5d00}.focus-within\:text-grey-700\/5:focus-within{color:#3f4c5d0d}.focus-within\:text-grey-700\/10:focus-within{color:#3f4c5d1a}.focus-within\:text-grey-700\/20:focus-within{color:#3f4c5d33}.focus-within\:text-grey-700\/25:focus-within{color:#3f4c5d40}.focus-within\:text-grey-700\/30:focus-within{color:#3f4c5d4d}.focus-within\:text-grey-700\/40:focus-within{color:#3f4c5d66}.focus-within\:text-grey-700\/50:focus-within{color:#3f4c5d80}.focus-within\:text-grey-700\/60:focus-within{color:#3f4c5d99}.focus-within\:text-grey-700\/70:focus-within{color:#3f4c5db3}.focus-within\:text-grey-700\/75:focus-within{color:#3f4c5dbf}.focus-within\:text-grey-700\/80:focus-within{color:#3f4c5dcc}.focus-within\:text-grey-700\/90:focus-within{color:#3f4c5de6}.focus-within\:text-grey-700\/95:focus-within{color:#3f4c5df2}.focus-within\:text-grey-700\/100:focus-within{color:#3f4c5d}.focus-within\:text-grey-800\/0:focus-within{color:#36415100}.focus-within\:text-grey-800\/5:focus-within{color:#3641510d}.focus-within\:text-grey-800\/10:focus-within{color:#3641511a}.focus-within\:text-grey-800\/20:focus-within{color:#36415133}.focus-within\:text-grey-800\/25:focus-within{color:#36415140}.focus-within\:text-grey-800\/30:focus-within{color:#3641514d}.focus-within\:text-grey-800\/40:focus-within{color:#36415166}.focus-within\:text-grey-800\/50:focus-within{color:#36415180}.focus-within\:text-grey-800\/60:focus-within{color:#36415199}.focus-within\:text-grey-800\/70:focus-within{color:#364151b3}.focus-within\:text-grey-800\/75:focus-within{color:#364151bf}.focus-within\:text-grey-800\/80:focus-within{color:#364151cc}.focus-within\:text-grey-800\/90:focus-within{color:#364151e6}.focus-within\:text-grey-800\/95:focus-within{color:#364151f2}.focus-within\:text-grey-800\/100:focus-within{color:#364151}.focus-within\:text-grey-900\/0:focus-within{color:#2c354200}.focus-within\:text-grey-900\/5:focus-within{color:#2c35420d}.focus-within\:text-grey-900\/10:focus-within{color:#2c35421a}.focus-within\:text-grey-900\/20:focus-within{color:#2c354233}.focus-within\:text-grey-900\/25:focus-within{color:#2c354240}.focus-within\:text-grey-900\/30:focus-within{color:#2c35424d}.focus-within\:text-grey-900\/40:focus-within{color:#2c354266}.focus-within\:text-grey-900\/50:focus-within{color:#2c354280}.focus-within\:text-grey-900\/60:focus-within{color:#2c354299}.focus-within\:text-grey-900\/70:focus-within{color:#2c3542b3}.focus-within\:text-grey-900\/75:focus-within{color:#2c3542bf}.focus-within\:text-grey-900\/80:focus-within{color:#2c3542cc}.focus-within\:text-grey-900\/90:focus-within{color:#2c3542e6}.focus-within\:text-grey-900\/95:focus-within{color:#2c3542f2}.focus-within\:text-grey-900\/100:focus-within{color:#2c3542}.focus-within\:text-grey-1000\/0:focus-within{color:#1f262e00}.focus-within\:text-grey-1000\/5:focus-within{color:#1f262e0d}.focus-within\:text-grey-1000\/10:focus-within{color:#1f262e1a}.focus-within\:text-grey-1000\/20:focus-within{color:#1f262e33}.focus-within\:text-grey-1000\/25:focus-within{color:#1f262e40}.focus-within\:text-grey-1000\/30:focus-within{color:#1f262e4d}.focus-within\:text-grey-1000\/40:focus-within{color:#1f262e66}.focus-within\:text-grey-1000\/50:focus-within{color:#1f262e80}.focus-within\:text-grey-1000\/60:focus-within{color:#1f262e99}.focus-within\:text-grey-1000\/70:focus-within{color:#1f262eb3}.focus-within\:text-grey-1000\/75:focus-within{color:#1f262ebf}.focus-within\:text-grey-1000\/80:focus-within{color:#1f262ecc}.focus-within\:text-grey-1000\/90:focus-within{color:#1f262ee6}.focus-within\:text-grey-1000\/95:focus-within{color:#1f262ef2}.focus-within\:text-grey-1000\/100:focus-within{color:#1f262e}.focus-within\:text-green-1000\/0:focus-within{color:#175e4400}.focus-within\:text-green-1000\/5:focus-within{color:#175e440d}.focus-within\:text-green-1000\/10:focus-within{color:#175e441a}.focus-within\:text-green-1000\/20:focus-within{color:#175e4433}.focus-within\:text-green-1000\/25:focus-within{color:#175e4440}.focus-within\:text-green-1000\/30:focus-within{color:#175e444d}.focus-within\:text-green-1000\/40:focus-within{color:#175e4466}.focus-within\:text-green-1000\/50:focus-within{color:#175e4480}.focus-within\:text-green-1000\/60:focus-within{color:#175e4499}.focus-within\:text-green-1000\/70:focus-within{color:#175e44b3}.focus-within\:text-green-1000\/75:focus-within{color:#175e44bf}.focus-within\:text-green-1000\/80:focus-within{color:#175e44cc}.focus-within\:text-green-1000\/90:focus-within{color:#175e44e6}.focus-within\:text-green-1000\/95:focus-within{color:#175e44f2}.focus-within\:text-green-1000\/100:focus-within{color:#175e44}.focus-within\:text-blue-1000\/0:focus-within{color:#102c6900}.focus-within\:text-blue-1000\/5:focus-within{color:#102c690d}.focus-within\:text-blue-1000\/10:focus-within{color:#102c691a}.focus-within\:text-blue-1000\/20:focus-within{color:#102c6933}.focus-within\:text-blue-1000\/25:focus-within{color:#102c6940}.focus-within\:text-blue-1000\/30:focus-within{color:#102c694d}.focus-within\:text-blue-1000\/40:focus-within{color:#102c6966}.focus-within\:text-blue-1000\/50:focus-within{color:#102c6980}.focus-within\:text-blue-1000\/60:focus-within{color:#102c6999}.focus-within\:text-blue-1000\/70:focus-within{color:#102c69b3}.focus-within\:text-blue-1000\/75:focus-within{color:#102c69bf}.focus-within\:text-blue-1000\/80:focus-within{color:#102c69cc}.focus-within\:text-blue-1000\/90:focus-within{color:#102c69e6}.focus-within\:text-blue-1000\/95:focus-within{color:#102c69f2}.focus-within\:text-blue-1000\/100:focus-within{color:#102c69}.focus-within\:text-orange-1000\/0:focus-within{color:#68270500}.focus-within\:text-orange-1000\/5:focus-within{color:#6827050d}.focus-within\:text-orange-1000\/10:focus-within{color:#6827051a}.focus-within\:text-orange-1000\/20:focus-within{color:#68270533}.focus-within\:text-orange-1000\/25:focus-within{color:#68270540}.focus-within\:text-orange-1000\/30:focus-within{color:#6827054d}.focus-within\:text-orange-1000\/40:focus-within{color:#68270566}.focus-within\:text-orange-1000\/50:focus-within{color:#68270580}.focus-within\:text-orange-1000\/60:focus-within{color:#68270599}.focus-within\:text-orange-1000\/70:focus-within{color:#682705b3}.focus-within\:text-orange-1000\/75:focus-within{color:#682705bf}.focus-within\:text-orange-1000\/80:focus-within{color:#682705cc}.focus-within\:text-orange-1000\/90:focus-within{color:#682705e6}.focus-within\:text-orange-1000\/95:focus-within{color:#682705f2}.focus-within\:text-orange-1000\/100:focus-within{color:#682705}.focus-within\:text-red-1000\/0:focus-within{color:#62101000}.focus-within\:text-red-1000\/5:focus-within{color:#6210100d}.focus-within\:text-red-1000\/10:focus-within{color:#6210101a}.focus-within\:text-red-1000\/20:focus-within{color:#62101033}.focus-within\:text-red-1000\/25:focus-within{color:#62101040}.focus-within\:text-red-1000\/30:focus-within{color:#6210104d}.focus-within\:text-red-1000\/40:focus-within{color:#62101066}.focus-within\:text-red-1000\/50:focus-within{color:#62101080}.focus-within\:text-red-1000\/60:focus-within{color:#62101099}.focus-within\:text-red-1000\/70:focus-within{color:#621010b3}.focus-within\:text-red-1000\/75:focus-within{color:#621010bf}.focus-within\:text-red-1000\/80:focus-within{color:#621010cc}.focus-within\:text-red-1000\/90:focus-within{color:#621010e6}.focus-within\:text-red-1000\/95:focus-within{color:#621010f2}.focus-within\:text-red-1000\/100:focus-within{color:#621010}.focus-within\:text-primary\/0:focus-within{color:#a78bfa00}.focus-within\:text-primary\/5:focus-within{color:#a78bfa0d}.focus-within\:text-primary\/10:focus-within{color:#a78bfa1a}.focus-within\:text-primary\/20:focus-within{color:#a78bfa33}.focus-within\:text-primary\/25:focus-within{color:#a78bfa40}.focus-within\:text-primary\/30:focus-within{color:#a78bfa4d}.focus-within\:text-primary\/40:focus-within{color:#a78bfa66}.focus-within\:text-primary\/50:focus-within{color:#a78bfa80}.focus-within\:text-primary\/60:focus-within{color:#a78bfa99}.focus-within\:text-primary\/70:focus-within{color:#a78bfab3}.focus-within\:text-primary\/75:focus-within{color:#a78bfabf}.focus-within\:text-primary\/80:focus-within{color:#a78bfacc}.focus-within\:text-primary\/90:focus-within{color:#a78bfae6}.focus-within\:text-primary\/95:focus-within{color:#a78bfaf2}.focus-within\:text-primary\/100:focus-within{color:#a78bfa}.focus-within\:text-primary-light\/0:focus-within{color:#f7f5fe00}.focus-within\:text-primary-light\/5:focus-within{color:#f7f5fe0d}.focus-within\:text-primary-light\/10:focus-within{color:#f7f5fe1a}.focus-within\:text-primary-light\/20:focus-within{color:#f7f5fe33}.focus-within\:text-primary-light\/25:focus-within{color:#f7f5fe40}.focus-within\:text-primary-light\/30:focus-within{color:#f7f5fe4d}.focus-within\:text-primary-light\/40:focus-within{color:#f7f5fe66}.focus-within\:text-primary-light\/50:focus-within{color:#f7f5fe80}.focus-within\:text-primary-light\/60:focus-within{color:#f7f5fe99}.focus-within\:text-primary-light\/70:focus-within{color:#f7f5feb3}.focus-within\:text-primary-light\/75:focus-within{color:#f7f5febf}.focus-within\:text-primary-light\/80:focus-within{color:#f7f5fecc}.focus-within\:text-primary-light\/90:focus-within{color:#f7f5fee6}.focus-within\:text-primary-light\/95:focus-within{color:#f7f5fef2}.focus-within\:text-primary-light\/100:focus-within{color:#f7f5fe}.focus-within\:text-primary-dark\/0:focus-within{color:#69579e00}.focus-within\:text-primary-dark\/5:focus-within{color:#69579e0d}.focus-within\:text-primary-dark\/10:focus-within{color:#69579e1a}.focus-within\:text-primary-dark\/20:focus-within{color:#69579e33}.focus-within\:text-primary-dark\/25:focus-within{color:#69579e40}.focus-within\:text-primary-dark\/30:focus-within{color:#69579e4d}.focus-within\:text-primary-dark\/40:focus-within{color:#69579e66}.focus-within\:text-primary-dark\/50:focus-within{color:#69579e80}.focus-within\:text-primary-dark\/60:focus-within{color:#69579e99}.focus-within\:text-primary-dark\/70:focus-within{color:#69579eb3}.focus-within\:text-primary-dark\/75:focus-within{color:#69579ebf}.focus-within\:text-primary-dark\/80:focus-within{color:#69579ecc}.focus-within\:text-primary-dark\/90:focus-within{color:#69579ee6}.focus-within\:text-primary-dark\/95:focus-within{color:#69579ef2}.focus-within\:text-primary-dark\/100:focus-within{color:#69579e}.focus-within\:text-info\/0:focus-within{color:#7690ef00}.focus-within\:text-info\/5:focus-within{color:#7690ef0d}.focus-within\:text-info\/10:focus-within{color:#7690ef1a}.focus-within\:text-info\/20:focus-within{color:#7690ef33}.focus-within\:text-info\/25:focus-within{color:#7690ef40}.focus-within\:text-info\/30:focus-within{color:#7690ef4d}.focus-within\:text-info\/40:focus-within{color:#7690ef66}.focus-within\:text-info\/50:focus-within{color:#7690ef80}.focus-within\:text-info\/60:focus-within{color:#7690ef99}.focus-within\:text-info\/70:focus-within{color:#7690efb3}.focus-within\:text-info\/75:focus-within{color:#7690efbf}.focus-within\:text-info\/80:focus-within{color:#7690efcc}.focus-within\:text-info\/90:focus-within{color:#7690efe6}.focus-within\:text-info\/95:focus-within{color:#7690eff2}.focus-within\:text-info\/100:focus-within{color:#7690ef}.focus-within\:text-info-light\/0:focus-within{color:#f2f3fd00}.focus-within\:text-info-light\/5:focus-within{color:#f2f3fd0d}.focus-within\:text-info-light\/10:focus-within{color:#f2f3fd1a}.focus-within\:text-info-light\/20:focus-within{color:#f2f3fd33}.focus-within\:text-info-light\/25:focus-within{color:#f2f3fd40}.focus-within\:text-info-light\/30:focus-within{color:#f2f3fd4d}.focus-within\:text-info-light\/40:focus-within{color:#f2f3fd66}.focus-within\:text-info-light\/50:focus-within{color:#f2f3fd80}.focus-within\:text-info-light\/60:focus-within{color:#f2f3fd99}.focus-within\:text-info-light\/70:focus-within{color:#f2f3fdb3}.focus-within\:text-info-light\/75:focus-within{color:#f2f3fdbf}.focus-within\:text-info-light\/80:focus-within{color:#f2f3fdcc}.focus-within\:text-info-light\/90:focus-within{color:#f2f3fde6}.focus-within\:text-info-light\/95:focus-within{color:#f2f3fdf2}.focus-within\:text-info-light\/100:focus-within{color:#f2f3fd}.focus-within\:text-info-dark\/0:focus-within{color:#2158d200}.focus-within\:text-info-dark\/5:focus-within{color:#2158d20d}.focus-within\:text-info-dark\/10:focus-within{color:#2158d21a}.focus-within\:text-info-dark\/20:focus-within{color:#2158d233}.focus-within\:text-info-dark\/25:focus-within{color:#2158d240}.focus-within\:text-info-dark\/30:focus-within{color:#2158d24d}.focus-within\:text-info-dark\/40:focus-within{color:#2158d266}.focus-within\:text-info-dark\/50:focus-within{color:#2158d280}.focus-within\:text-info-dark\/60:focus-within{color:#2158d299}.focus-within\:text-info-dark\/70:focus-within{color:#2158d2b3}.focus-within\:text-info-dark\/75:focus-within{color:#2158d2bf}.focus-within\:text-info-dark\/80:focus-within{color:#2158d2cc}.focus-within\:text-info-dark\/90:focus-within{color:#2158d2e6}.focus-within\:text-info-dark\/95:focus-within{color:#2158d2f2}.focus-within\:text-info-dark\/100:focus-within{color:#2158d2}.focus-within\:text-success\/0:focus-within{color:#28a37600}.focus-within\:text-success\/5:focus-within{color:#28a3760d}.focus-within\:text-success\/10:focus-within{color:#28a3761a}.focus-within\:text-success\/20:focus-within{color:#28a37633}.focus-within\:text-success\/25:focus-within{color:#28a37640}.focus-within\:text-success\/30:focus-within{color:#28a3764d}.focus-within\:text-success\/40:focus-within{color:#28a37666}.focus-within\:text-success\/50:focus-within{color:#28a37680}.focus-within\:text-success\/60:focus-within{color:#28a37699}.focus-within\:text-success\/70:focus-within{color:#28a376b3}.focus-within\:text-success\/75:focus-within{color:#28a376bf}.focus-within\:text-success\/80:focus-within{color:#28a376cc}.focus-within\:text-success\/90:focus-within{color:#28a376e6}.focus-within\:text-success\/95:focus-within{color:#28a376f2}.focus-within\:text-success\/100:focus-within{color:#28a376}.focus-within\:text-success-light\/0:focus-within{color:#f2faf600}.focus-within\:text-success-light\/5:focus-within{color:#f2faf60d}.focus-within\:text-success-light\/10:focus-within{color:#f2faf61a}.focus-within\:text-success-light\/20:focus-within{color:#f2faf633}.focus-within\:text-success-light\/25:focus-within{color:#f2faf640}.focus-within\:text-success-light\/30:focus-within{color:#f2faf64d}.focus-within\:text-success-light\/40:focus-within{color:#f2faf666}.focus-within\:text-success-light\/50:focus-within{color:#f2faf680}.focus-within\:text-success-light\/60:focus-within{color:#f2faf699}.focus-within\:text-success-light\/70:focus-within{color:#f2faf6b3}.focus-within\:text-success-light\/75:focus-within{color:#f2faf6bf}.focus-within\:text-success-light\/80:focus-within{color:#f2faf6cc}.focus-within\:text-success-light\/90:focus-within{color:#f2faf6e6}.focus-within\:text-success-light\/95:focus-within{color:#f2faf6f2}.focus-within\:text-success-light\/100:focus-within{color:#f2faf6}.focus-within\:text-success-dark\/0:focus-within{color:#20856000}.focus-within\:text-success-dark\/5:focus-within{color:#2085600d}.focus-within\:text-success-dark\/10:focus-within{color:#2085601a}.focus-within\:text-success-dark\/20:focus-within{color:#20856033}.focus-within\:text-success-dark\/25:focus-within{color:#20856040}.focus-within\:text-success-dark\/30:focus-within{color:#2085604d}.focus-within\:text-success-dark\/40:focus-within{color:#20856066}.focus-within\:text-success-dark\/50:focus-within{color:#20856080}.focus-within\:text-success-dark\/60:focus-within{color:#20856099}.focus-within\:text-success-dark\/70:focus-within{color:#208560b3}.focus-within\:text-success-dark\/75:focus-within{color:#208560bf}.focus-within\:text-success-dark\/80:focus-within{color:#208560cc}.focus-within\:text-success-dark\/90:focus-within{color:#208560e6}.focus-within\:text-success-dark\/95:focus-within{color:#208560f2}.focus-within\:text-success-dark\/100:focus-within{color:#208560}.focus-within\:text-warning\/0:focus-within{color:#faac1e00}.focus-within\:text-warning\/5:focus-within{color:#faac1e0d}.focus-within\:text-warning\/10:focus-within{color:#faac1e1a}.focus-within\:text-warning\/20:focus-within{color:#faac1e33}.focus-within\:text-warning\/25:focus-within{color:#faac1e40}.focus-within\:text-warning\/30:focus-within{color:#faac1e4d}.focus-within\:text-warning\/40:focus-within{color:#faac1e66}.focus-within\:text-warning\/50:focus-within{color:#faac1e80}.focus-within\:text-warning\/60:focus-within{color:#faac1e99}.focus-within\:text-warning\/70:focus-within{color:#faac1eb3}.focus-within\:text-warning\/75:focus-within{color:#faac1ebf}.focus-within\:text-warning\/80:focus-within{color:#faac1ecc}.focus-within\:text-warning\/90:focus-within{color:#faac1ee6}.focus-within\:text-warning\/95:focus-within{color:#faac1ef2}.focus-within\:text-warning\/100:focus-within{color:#faac1e}.focus-within\:text-warning-light\/0:focus-within{color:#fef7f200}.focus-within\:text-warning-light\/5:focus-within{color:#fef7f20d}.focus-within\:text-warning-light\/10:focus-within{color:#fef7f21a}.focus-within\:text-warning-light\/20:focus-within{color:#fef7f233}.focus-within\:text-warning-light\/25:focus-within{color:#fef7f240}.focus-within\:text-warning-light\/30:focus-within{color:#fef7f24d}.focus-within\:text-warning-light\/40:focus-within{color:#fef7f266}.focus-within\:text-warning-light\/50:focus-within{color:#fef7f280}.focus-within\:text-warning-light\/60:focus-within{color:#fef7f299}.focus-within\:text-warning-light\/70:focus-within{color:#fef7f2b3}.focus-within\:text-warning-light\/75:focus-within{color:#fef7f2bf}.focus-within\:text-warning-light\/80:focus-within{color:#fef7f2cc}.focus-within\:text-warning-light\/90:focus-within{color:#fef7f2e6}.focus-within\:text-warning-light\/95:focus-within{color:#fef7f2f2}.focus-within\:text-warning-light\/100:focus-within{color:#fef7f2}.focus-within\:text-warning-dark\/0:focus-within{color:#9e6c1200}.focus-within\:text-warning-dark\/5:focus-within{color:#9e6c120d}.focus-within\:text-warning-dark\/10:focus-within{color:#9e6c121a}.focus-within\:text-warning-dark\/20:focus-within{color:#9e6c1233}.focus-within\:text-warning-dark\/25:focus-within{color:#9e6c1240}.focus-within\:text-warning-dark\/30:focus-within{color:#9e6c124d}.focus-within\:text-warning-dark\/40:focus-within{color:#9e6c1266}.focus-within\:text-warning-dark\/50:focus-within{color:#9e6c1280}.focus-within\:text-warning-dark\/60:focus-within{color:#9e6c1299}.focus-within\:text-warning-dark\/70:focus-within{color:#9e6c12b3}.focus-within\:text-warning-dark\/75:focus-within{color:#9e6c12bf}.focus-within\:text-warning-dark\/80:focus-within{color:#9e6c12cc}.focus-within\:text-warning-dark\/90:focus-within{color:#9e6c12e6}.focus-within\:text-warning-dark\/95:focus-within{color:#9e6c12f2}.focus-within\:text-warning-dark\/100:focus-within{color:#9e6c12}.focus-within\:text-error\/0:focus-within{color:#dc262600}.focus-within\:text-error\/5:focus-within{color:#dc26260d}.focus-within\:text-error\/10:focus-within{color:#dc26261a}.focus-within\:text-error\/20:focus-within{color:#dc262633}.focus-within\:text-error\/25:focus-within{color:#dc262640}.focus-within\:text-error\/30:focus-within{color:#dc26264d}.focus-within\:text-error\/40:focus-within{color:#dc262666}.focus-within\:text-error\/50:focus-within{color:#dc262680}.focus-within\:text-error\/60:focus-within{color:#dc262699}.focus-within\:text-error\/70:focus-within{color:#dc2626b3}.focus-within\:text-error\/75:focus-within{color:#dc2626bf}.focus-within\:text-error\/80:focus-within{color:#dc2626cc}.focus-within\:text-error\/90:focus-within{color:#dc2626e6}.focus-within\:text-error\/95:focus-within{color:#dc2626f2}.focus-within\:text-error\/100:focus-within{color:#dc2626}.focus-within\:text-error-light\/0:focus-within{color:#fbf2f200}.focus-within\:text-error-light\/5:focus-within{color:#fbf2f20d}.focus-within\:text-error-light\/10:focus-within{color:#fbf2f21a}.focus-within\:text-error-light\/20:focus-within{color:#fbf2f233}.focus-within\:text-error-light\/25:focus-within{color:#fbf2f240}.focus-within\:text-error-light\/30:focus-within{color:#fbf2f24d}.focus-within\:text-error-light\/40:focus-within{color:#fbf2f266}.focus-within\:text-error-light\/50:focus-within{color:#fbf2f280}.focus-within\:text-error-light\/60:focus-within{color:#fbf2f299}.focus-within\:text-error-light\/70:focus-within{color:#fbf2f2b3}.focus-within\:text-error-light\/75:focus-within{color:#fbf2f2bf}.focus-within\:text-error-light\/80:focus-within{color:#fbf2f2cc}.focus-within\:text-error-light\/90:focus-within{color:#fbf2f2e6}.focus-within\:text-error-light\/95:focus-within{color:#fbf2f2f2}.focus-within\:text-error-light\/100:focus-within{color:#fbf2f2}.focus-within\:text-error-dark\/0:focus-within{color:#c4212100}.focus-within\:text-error-dark\/5:focus-within{color:#c421210d}.focus-within\:text-error-dark\/10:focus-within{color:#c421211a}.focus-within\:text-error-dark\/20:focus-within{color:#c4212133}.focus-within\:text-error-dark\/25:focus-within{color:#c4212140}.focus-within\:text-error-dark\/30:focus-within{color:#c421214d}.focus-within\:text-error-dark\/40:focus-within{color:#c4212166}.focus-within\:text-error-dark\/50:focus-within{color:#c4212180}.focus-within\:text-error-dark\/60:focus-within{color:#c4212199}.focus-within\:text-error-dark\/70:focus-within{color:#c42121b3}.focus-within\:text-error-dark\/75:focus-within{color:#c42121bf}.focus-within\:text-error-dark\/80:focus-within{color:#c42121cc}.focus-within\:text-error-dark\/90:focus-within{color:#c42121e6}.focus-within\:text-error-dark\/95:focus-within{color:#c42121f2}.focus-within\:text-error-dark\/100:focus-within{color:#c42121}.focus-within\:text-grey\/0:focus-within{color:#47556900}.focus-within\:text-grey\/5:focus-within{color:#4755690d}.focus-within\:text-grey\/10:focus-within{color:#4755691a}.focus-within\:text-grey\/20:focus-within{color:#47556933}.focus-within\:text-grey\/25:focus-within{color:#47556940}.focus-within\:text-grey\/30:focus-within{color:#4755694d}.focus-within\:text-grey\/40:focus-within{color:#47556966}.focus-within\:text-grey\/50:focus-within{color:#47556980}.focus-within\:text-grey\/60:focus-within{color:#47556999}.focus-within\:text-grey\/70:focus-within{color:#475569b3}.focus-within\:text-grey\/75:focus-within{color:#475569bf}.focus-within\:text-grey\/80:focus-within{color:#475569cc}.focus-within\:text-grey\/90:focus-within{color:#475569e6}.focus-within\:text-grey\/95:focus-within{color:#475569f2}.focus-within\:text-grey\/100:focus-within{color:#475569}.focus-within\:text-grey-light\/0:focus-within{color:#f2f3f400}.focus-within\:text-grey-light\/5:focus-within{color:#f2f3f40d}.focus-within\:text-grey-light\/10:focus-within{color:#f2f3f41a}.focus-within\:text-grey-light\/20:focus-within{color:#f2f3f433}.focus-within\:text-grey-light\/25:focus-within{color:#f2f3f440}.focus-within\:text-grey-light\/30:focus-within{color:#f2f3f44d}.focus-within\:text-grey-light\/40:focus-within{color:#f2f3f466}.focus-within\:text-grey-light\/50:focus-within{color:#f2f3f480}.focus-within\:text-grey-light\/60:focus-within{color:#f2f3f499}.focus-within\:text-grey-light\/70:focus-within{color:#f2f3f4b3}.focus-within\:text-grey-light\/75:focus-within{color:#f2f3f4bf}.focus-within\:text-grey-light\/80:focus-within{color:#f2f3f4cc}.focus-within\:text-grey-light\/90:focus-within{color:#f2f3f4e6}.focus-within\:text-grey-light\/95:focus-within{color:#f2f3f4f2}.focus-within\:text-grey-light\/100:focus-within{color:#f2f3f4}.focus-within\:text-grey-dark\/0:focus-within{color:#2c354200}.focus-within\:text-grey-dark\/5:focus-within{color:#2c35420d}.focus-within\:text-grey-dark\/10:focus-within{color:#2c35421a}.focus-within\:text-grey-dark\/20:focus-within{color:#2c354233}.focus-within\:text-grey-dark\/25:focus-within{color:#2c354240}.focus-within\:text-grey-dark\/30:focus-within{color:#2c35424d}.focus-within\:text-grey-dark\/40:focus-within{color:#2c354266}.focus-within\:text-grey-dark\/50:focus-within{color:#2c354280}.focus-within\:text-grey-dark\/60:focus-within{color:#2c354299}.focus-within\:text-grey-dark\/70:focus-within{color:#2c3542b3}.focus-within\:text-grey-dark\/75:focus-within{color:#2c3542bf}.focus-within\:text-grey-dark\/80:focus-within{color:#2c3542cc}.focus-within\:text-grey-dark\/90:focus-within{color:#2c3542e6}.focus-within\:text-grey-dark\/95:focus-within{color:#2c3542f2}.focus-within\:text-grey-dark\/100:focus-within{color:#2c3542}.focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.focus-within\:outline-red-50:focus-within{outline-color:#fef2f2}.focus-within\:outline-red-100:focus-within{outline-color:#fbf2f2}.focus-within\:outline-red-200:focus-within{outline-color:#f8e4e4}.focus-within\:outline-red-300:focus-within{outline-color:#f1c6c6}.focus-within\:outline-red-400:focus-within{outline-color:#eaa3a3}.focus-within\:outline-red-500:focus-within{outline-color:#e37676}.focus-within\:outline-red-600:focus-within{outline-color:#dc2626}.focus-within\:outline-red-700:focus-within{outline-color:#c42121}.focus-within\:outline-red-800:focus-within{outline-color:#aa1d1d}.focus-within\:outline-red-900:focus-within{outline-color:#8b1818}.focus-within\:outline-orange-50:focus-within{outline-color:#fff7ed}.focus-within\:outline-orange-100:focus-within{outline-color:#fcf3f1}.focus-within\:outline-orange-200:focus-within{outline-color:#fae7e4}.focus-within\:outline-orange-300:focus-within{outline-color:#f6cdc5}.focus-within\:outline-orange-400:focus-within{outline-color:#f2afa1}.focus-within\:outline-orange-500:focus-within{outline-color:#ee8a72}.focus-within\:outline-orange-600:focus-within{outline-color:#ea580c}.focus-within\:outline-orange-700:focus-within{outline-color:#d14e0a}.focus-within\:outline-orange-800:focus-within{outline-color:#b54409}.focus-within\:outline-orange-900:focus-within{outline-color:#933707}.focus-within\:outline-yellow-50:focus-within{outline-color:#fefce8}.focus-within\:outline-yellow-100:focus-within{outline-color:#fef3c7}.focus-within\:outline-yellow-200:focus-within{outline-color:#fde68a}.focus-within\:outline-yellow-300:focus-within{outline-color:#fcd34d}.focus-within\:outline-yellow-400:focus-within{outline-color:#fbbf24}.focus-within\:outline-yellow-500:focus-within{outline-color:#eab308}.focus-within\:outline-yellow-600:focus-within{outline-color:#d97706}.focus-within\:outline-yellow-700:focus-within{outline-color:#b45309}.focus-within\:outline-yellow-800:focus-within{outline-color:#92400e}.focus-within\:outline-yellow-900:focus-within{outline-color:#78350f}.focus-within\:outline-green-50:focus-within{outline-color:#f0fdf4}.focus-within\:outline-green-100:focus-within{outline-color:#f2faf6}.focus-within\:outline-green-200:focus-within{outline-color:#e5f6ee}.focus-within\:outline-green-300:focus-within{outline-color:#c8eedb}.focus-within\:outline-green-400:focus-within{outline-color:#a6e5c8}.focus-within\:outline-green-500:focus-within{outline-color:#7bdcb2}.focus-within\:outline-green-600:focus-within{outline-color:#34d399}.focus-within\:outline-green-700:focus-within{outline-color:#2ebc88}.focus-within\:outline-green-800:focus-within{outline-color:#28a376}.focus-within\:outline-green-900:focus-within{outline-color:#208560}.focus-within\:outline-emerald-50:focus-within{outline-color:#ecfdf5}.focus-within\:outline-emerald-100:focus-within{outline-color:#d1fae5}.focus-within\:outline-emerald-200:focus-within{outline-color:#a7f3d0}.focus-within\:outline-emerald-300:focus-within{outline-color:#6ee7b7}.focus-within\:outline-emerald-400:focus-within{outline-color:#34d399}.focus-within\:outline-emerald-500:focus-within{outline-color:#10b981}.focus-within\:outline-emerald-600:focus-within{outline-color:#059669}.focus-within\:outline-emerald-700:focus-within{outline-color:#047857}.focus-within\:outline-emerald-800:focus-within{outline-color:#065f46}.focus-within\:outline-emerald-900:focus-within{outline-color:#064e3b}.focus-within\:outline-teal-50:focus-within{outline-color:#f0fdfa}.focus-within\:outline-teal-100:focus-within{outline-color:#ccfbf1}.focus-within\:outline-teal-200:focus-within{outline-color:#99f6e4}.focus-within\:outline-teal-300:focus-within{outline-color:#5eead4}.focus-within\:outline-teal-400:focus-within{outline-color:#2dd4bf}.focus-within\:outline-teal-500:focus-within{outline-color:#14b8a6}.focus-within\:outline-teal-600:focus-within{outline-color:#0d9488}.focus-within\:outline-teal-700:focus-within{outline-color:#0f766e}.focus-within\:outline-teal-800:focus-within{outline-color:#115e59}.focus-within\:outline-teal-900:focus-within{outline-color:#134e4a}.focus-within\:outline-sky-50:focus-within{outline-color:#f0f9ff}.focus-within\:outline-sky-100:focus-within{outline-color:#e0f2fe}.focus-within\:outline-sky-200:focus-within{outline-color:#bae6fd}.focus-within\:outline-sky-300:focus-within{outline-color:#7dd3fc}.focus-within\:outline-sky-400:focus-within{outline-color:#38bdf8}.focus-within\:outline-sky-500:focus-within{outline-color:#0ea5e9}.focus-within\:outline-sky-600:focus-within{outline-color:#0284c7}.focus-within\:outline-sky-700:focus-within{outline-color:#0369a1}.focus-within\:outline-sky-800:focus-within{outline-color:#075985}.focus-within\:outline-sky-900:focus-within{outline-color:#0c4a6e}.focus-within\:outline-blue-50:focus-within{outline-color:#eff6ff}.focus-within\:outline-blue-100:focus-within{outline-color:#f2f3fd}.focus-within\:outline-blue-200:focus-within{outline-color:#e4e8fb}.focus-within\:outline-blue-300:focus-within{outline-color:#c6cff7}.focus-within\:outline-blue-400:focus-within{outline-color:#a3b2f3}.focus-within\:outline-blue-500:focus-within{outline-color:#7690ef}.focus-within\:outline-blue-600:focus-within{outline-color:#2563eb}.focus-within\:outline-blue-700:focus-within{outline-color:#2158d2}.focus-within\:outline-blue-800:focus-within{outline-color:#1c4cb6}.focus-within\:outline-blue-900:focus-within{outline-color:#173e94}.focus-within\:outline-indigo-50:focus-within{outline-color:#eef2ff}.focus-within\:outline-indigo-100:focus-within{outline-color:#e0e7ff}.focus-within\:outline-indigo-200:focus-within{outline-color:#c7d2fe}.focus-within\:outline-indigo-300:focus-within{outline-color:#a5b4fc}.focus-within\:outline-indigo-400:focus-within{outline-color:#818cf8}.focus-within\:outline-indigo-500:focus-within{outline-color:#6366f1}.focus-within\:outline-indigo-600:focus-within{outline-color:#4f46e5}.focus-within\:outline-indigo-700:focus-within{outline-color:#4338ca}.focus-within\:outline-indigo-800:focus-within{outline-color:#3730a3}.focus-within\:outline-indigo-900:focus-within{outline-color:#312e81}.focus-within\:outline-violet-50:focus-within{outline-color:#f5f3ff}.focus-within\:outline-violet-100:focus-within{outline-color:#ede9fe}.focus-within\:outline-violet-200:focus-within{outline-color:#ddd6fe}.focus-within\:outline-violet-300:focus-within{outline-color:#c4b5fd}.focus-within\:outline-violet-400:focus-within{outline-color:#a78bfa}.focus-within\:outline-violet-500:focus-within{outline-color:#8b5cf6}.focus-within\:outline-violet-600:focus-within{outline-color:#7c3aed}.focus-within\:outline-violet-700:focus-within{outline-color:#6d28d9}.focus-within\:outline-violet-800:focus-within{outline-color:#5b21b6}.focus-within\:outline-violet-900:focus-within{outline-color:#4c1d95}.focus-within\:outline-fuchsia-50:focus-within{outline-color:#fdf4ff}.focus-within\:outline-fuchsia-100:focus-within{outline-color:#fae8ff}.focus-within\:outline-fuchsia-200:focus-within{outline-color:#f5d0fe}.focus-within\:outline-fuchsia-300:focus-within{outline-color:#f0abfc}.focus-within\:outline-fuchsia-400:focus-within{outline-color:#e879f9}.focus-within\:outline-fuchsia-500:focus-within{outline-color:#d946ef}.focus-within\:outline-fuchsia-600:focus-within{outline-color:#c026d3}.focus-within\:outline-fuchsia-700:focus-within{outline-color:#a21caf}.focus-within\:outline-fuchsia-800:focus-within{outline-color:#86198f}.focus-within\:outline-fuchsia-900:focus-within{outline-color:#701a75}.focus-within\:outline-pink-50:focus-within{outline-color:#fdf2f8}.focus-within\:outline-pink-100:focus-within{outline-color:#fce7f3}.focus-within\:outline-pink-200:focus-within{outline-color:#fbcfe8}.focus-within\:outline-pink-300:focus-within{outline-color:#f9a8d4}.focus-within\:outline-pink-400:focus-within{outline-color:#f472b6}.focus-within\:outline-pink-500:focus-within{outline-color:#ec4899}.focus-within\:outline-pink-600:focus-within{outline-color:#db2777}.focus-within\:outline-pink-700:focus-within{outline-color:#be185d}.focus-within\:outline-pink-800:focus-within{outline-color:#9d174d}.focus-within\:outline-pink-900:focus-within{outline-color:#831843}.focus-within\:outline-rose-50:focus-within{outline-color:#fff1f2}.focus-within\:outline-rose-100:focus-within{outline-color:#ffe4e6}.focus-within\:outline-rose-200:focus-within{outline-color:#fecdd3}.focus-within\:outline-rose-300:focus-within{outline-color:#fda4af}.focus-within\:outline-rose-400:focus-within{outline-color:#fb7185}.focus-within\:outline-rose-500:focus-within{outline-color:#f43f5e}.focus-within\:outline-rose-600:focus-within{outline-color:#e11d48}.focus-within\:outline-rose-700:focus-within{outline-color:#be123c}.focus-within\:outline-rose-800:focus-within{outline-color:#9f1239}.focus-within\:outline-rose-900:focus-within{outline-color:#881337}.focus-within\:outline-primary-100:focus-within{outline-color:#f2f3f4}.focus-within\:outline-primary-200:focus-within{outline-color:#e8e8f0}.focus-within\:outline-primary-300:focus-within{outline-color:#d0d0e1}.focus-within\:outline-primary-400:focus-within{outline-color:#b4b4d1}.focus-within\:outline-primary-500:focus-within{outline-color:#9393bf}.focus-within\:outline-primary-600:focus-within{outline-color:#6868ac}.focus-within\:outline-primary-700:focus-within{outline-color:#5d5d99}.focus-within\:outline-primary-800:focus-within{outline-color:#505085}.focus-within\:outline-primary-900:focus-within{outline-color:#41416c}.focus-within\:outline-primary-1000:focus-within{outline-color:#2e2e4c}.focus-within\:outline-primary-highlight-100:focus-within{outline-color:#f7f5fe}.focus-within\:outline-primary-highlight-200:focus-within{outline-color:#efecfe}.focus-within\:outline-primary-highlight-300:focus-within{outline-color:#dfd8fd}.focus-within\:outline-primary-highlight-400:focus-within{outline-color:#cec1fc}.focus-within\:outline-primary-highlight-500:focus-within{outline-color:#bba8fb}.focus-within\:outline-primary-highlight-600:focus-within{outline-color:#a78bfa}.focus-within\:outline-primary-highlight-700:focus-within{outline-color:#957cdf}.focus-within\:outline-primary-highlight-800:focus-within{outline-color:#816bc1}.focus-within\:outline-primary-highlight-900:focus-within{outline-color:#69579e}.focus-within\:outline-primary-highlight-1000:focus-within{outline-color:#4a3e6f}.focus-within\:outline-secondary-100:focus-within{outline-color:#fef7f2}.focus-within\:outline-secondary-200:focus-within{outline-color:#fef0e4}.focus-within\:outline-secondary-300:focus-within{outline-color:#fde1c6}.focus-within\:outline-secondary-400:focus-within{outline-color:#fcd1a2}.focus-within\:outline-secondary-500:focus-within{outline-color:#fbbf75}.focus-within\:outline-secondary-600:focus-within{outline-color:#faac1e}.focus-within\:outline-secondary-700:focus-within{outline-color:#df991a}.focus-within\:outline-secondary-800:focus-within{outline-color:#c18517}.focus-within\:outline-secondary-900:focus-within{outline-color:#9e6c12}.focus-within\:outline-secondary-1000:focus-within{outline-color:#6f4c0d}.focus-within\:outline-grey-100:focus-within{outline-color:#f2f3f4}.focus-within\:outline-grey-200:focus-within{outline-color:#e6e7e8}.focus-within\:outline-grey-300:focus-within{outline-color:#caccd0}.focus-within\:outline-grey-400:focus-within{outline-color:#aaaeb4}.focus-within\:outline-grey-500:focus-within{outline-color:#828993}.focus-within\:outline-grey-600:focus-within{outline-color:#475569}.focus-within\:outline-grey-700:focus-within{outline-color:#3f4c5d}.focus-within\:outline-grey-800:focus-within{outline-color:#364151}.focus-within\:outline-grey-900:focus-within{outline-color:#2c3542}.focus-within\:outline-grey-1000:focus-within{outline-color:#1f262e}.focus-within\:outline-green-1000:focus-within{outline-color:#175e44}.focus-within\:outline-blue-1000:focus-within{outline-color:#102c69}.focus-within\:outline-orange-1000:focus-within{outline-color:#682705}.focus-within\:outline-red-1000:focus-within{outline-color:#621010}.focus-within\:outline-primary:focus-within{outline-color:#a78bfa}.focus-within\:outline-primary-light:focus-within{outline-color:#f7f5fe}.focus-within\:outline-primary-dark:focus-within{outline-color:#69579e}.focus-within\:outline-info:focus-within{outline-color:#7690ef}.focus-within\:outline-info-light:focus-within{outline-color:#f2f3fd}.focus-within\:outline-info-dark:focus-within{outline-color:#2158d2}.focus-within\:outline-success:focus-within{outline-color:#28a376}.focus-within\:outline-success-light:focus-within{outline-color:#f2faf6}.focus-within\:outline-success-dark:focus-within{outline-color:#208560}.focus-within\:outline-warning:focus-within{outline-color:#faac1e}.focus-within\:outline-warning-light:focus-within{outline-color:#fef7f2}.focus-within\:outline-warning-dark:focus-within{outline-color:#9e6c12}.focus-within\:outline-error:focus-within{outline-color:#dc2626}.focus-within\:outline-error-light:focus-within{outline-color:#fbf2f2}.focus-within\:outline-error-dark:focus-within{outline-color:#c42121}.focus-within\:outline-grey:focus-within{outline-color:#475569}.focus-within\:outline-grey-light:focus-within{outline-color:#f2f3f4}.focus-within\:outline-grey-dark:focus-within{outline-color:#2c3542}.focus-within\:outline-red-50\/0:focus-within{outline-color:#fef2f200}.focus-within\:outline-red-50\/5:focus-within{outline-color:#fef2f20d}.focus-within\:outline-red-50\/10:focus-within{outline-color:#fef2f21a}.focus-within\:outline-red-50\/20:focus-within{outline-color:#fef2f233}.focus-within\:outline-red-50\/25:focus-within{outline-color:#fef2f240}.focus-within\:outline-red-50\/30:focus-within{outline-color:#fef2f24d}.focus-within\:outline-red-50\/40:focus-within{outline-color:#fef2f266}.focus-within\:outline-red-50\/50:focus-within{outline-color:#fef2f280}.focus-within\:outline-red-50\/60:focus-within{outline-color:#fef2f299}.focus-within\:outline-red-50\/70:focus-within{outline-color:#fef2f2b3}.focus-within\:outline-red-50\/75:focus-within{outline-color:#fef2f2bf}.focus-within\:outline-red-50\/80:focus-within{outline-color:#fef2f2cc}.focus-within\:outline-red-50\/90:focus-within{outline-color:#fef2f2e6}.focus-within\:outline-red-50\/95:focus-within{outline-color:#fef2f2f2}.focus-within\:outline-red-50\/100:focus-within{outline-color:#fef2f2}.focus-within\:outline-red-100\/0:focus-within{outline-color:#fbf2f200}.focus-within\:outline-red-100\/5:focus-within{outline-color:#fbf2f20d}.focus-within\:outline-red-100\/10:focus-within{outline-color:#fbf2f21a}.focus-within\:outline-red-100\/20:focus-within{outline-color:#fbf2f233}.focus-within\:outline-red-100\/25:focus-within{outline-color:#fbf2f240}.focus-within\:outline-red-100\/30:focus-within{outline-color:#fbf2f24d}.focus-within\:outline-red-100\/40:focus-within{outline-color:#fbf2f266}.focus-within\:outline-red-100\/50:focus-within{outline-color:#fbf2f280}.focus-within\:outline-red-100\/60:focus-within{outline-color:#fbf2f299}.focus-within\:outline-red-100\/70:focus-within{outline-color:#fbf2f2b3}.focus-within\:outline-red-100\/75:focus-within{outline-color:#fbf2f2bf}.focus-within\:outline-red-100\/80:focus-within{outline-color:#fbf2f2cc}.focus-within\:outline-red-100\/90:focus-within{outline-color:#fbf2f2e6}.focus-within\:outline-red-100\/95:focus-within{outline-color:#fbf2f2f2}.focus-within\:outline-red-100\/100:focus-within{outline-color:#fbf2f2}.focus-within\:outline-red-200\/0:focus-within{outline-color:#f8e4e400}.focus-within\:outline-red-200\/5:focus-within{outline-color:#f8e4e40d}.focus-within\:outline-red-200\/10:focus-within{outline-color:#f8e4e41a}.focus-within\:outline-red-200\/20:focus-within{outline-color:#f8e4e433}.focus-within\:outline-red-200\/25:focus-within{outline-color:#f8e4e440}.focus-within\:outline-red-200\/30:focus-within{outline-color:#f8e4e44d}.focus-within\:outline-red-200\/40:focus-within{outline-color:#f8e4e466}.focus-within\:outline-red-200\/50:focus-within{outline-color:#f8e4e480}.focus-within\:outline-red-200\/60:focus-within{outline-color:#f8e4e499}.focus-within\:outline-red-200\/70:focus-within{outline-color:#f8e4e4b3}.focus-within\:outline-red-200\/75:focus-within{outline-color:#f8e4e4bf}.focus-within\:outline-red-200\/80:focus-within{outline-color:#f8e4e4cc}.focus-within\:outline-red-200\/90:focus-within{outline-color:#f8e4e4e6}.focus-within\:outline-red-200\/95:focus-within{outline-color:#f8e4e4f2}.focus-within\:outline-red-200\/100:focus-within{outline-color:#f8e4e4}.focus-within\:outline-red-300\/0:focus-within{outline-color:#f1c6c600}.focus-within\:outline-red-300\/5:focus-within{outline-color:#f1c6c60d}.focus-within\:outline-red-300\/10:focus-within{outline-color:#f1c6c61a}.focus-within\:outline-red-300\/20:focus-within{outline-color:#f1c6c633}.focus-within\:outline-red-300\/25:focus-within{outline-color:#f1c6c640}.focus-within\:outline-red-300\/30:focus-within{outline-color:#f1c6c64d}.focus-within\:outline-red-300\/40:focus-within{outline-color:#f1c6c666}.focus-within\:outline-red-300\/50:focus-within{outline-color:#f1c6c680}.focus-within\:outline-red-300\/60:focus-within{outline-color:#f1c6c699}.focus-within\:outline-red-300\/70:focus-within{outline-color:#f1c6c6b3}.focus-within\:outline-red-300\/75:focus-within{outline-color:#f1c6c6bf}.focus-within\:outline-red-300\/80:focus-within{outline-color:#f1c6c6cc}.focus-within\:outline-red-300\/90:focus-within{outline-color:#f1c6c6e6}.focus-within\:outline-red-300\/95:focus-within{outline-color:#f1c6c6f2}.focus-within\:outline-red-300\/100:focus-within{outline-color:#f1c6c6}.focus-within\:outline-red-400\/0:focus-within{outline-color:#eaa3a300}.focus-within\:outline-red-400\/5:focus-within{outline-color:#eaa3a30d}.focus-within\:outline-red-400\/10:focus-within{outline-color:#eaa3a31a}.focus-within\:outline-red-400\/20:focus-within{outline-color:#eaa3a333}.focus-within\:outline-red-400\/25:focus-within{outline-color:#eaa3a340}.focus-within\:outline-red-400\/30:focus-within{outline-color:#eaa3a34d}.focus-within\:outline-red-400\/40:focus-within{outline-color:#eaa3a366}.focus-within\:outline-red-400\/50:focus-within{outline-color:#eaa3a380}.focus-within\:outline-red-400\/60:focus-within{outline-color:#eaa3a399}.focus-within\:outline-red-400\/70:focus-within{outline-color:#eaa3a3b3}.focus-within\:outline-red-400\/75:focus-within{outline-color:#eaa3a3bf}.focus-within\:outline-red-400\/80:focus-within{outline-color:#eaa3a3cc}.focus-within\:outline-red-400\/90:focus-within{outline-color:#eaa3a3e6}.focus-within\:outline-red-400\/95:focus-within{outline-color:#eaa3a3f2}.focus-within\:outline-red-400\/100:focus-within{outline-color:#eaa3a3}.focus-within\:outline-red-500\/0:focus-within{outline-color:#e3767600}.focus-within\:outline-red-500\/5:focus-within{outline-color:#e376760d}.focus-within\:outline-red-500\/10:focus-within{outline-color:#e376761a}.focus-within\:outline-red-500\/20:focus-within{outline-color:#e3767633}.focus-within\:outline-red-500\/25:focus-within{outline-color:#e3767640}.focus-within\:outline-red-500\/30:focus-within{outline-color:#e376764d}.focus-within\:outline-red-500\/40:focus-within{outline-color:#e3767666}.focus-within\:outline-red-500\/50:focus-within{outline-color:#e3767680}.focus-within\:outline-red-500\/60:focus-within{outline-color:#e3767699}.focus-within\:outline-red-500\/70:focus-within{outline-color:#e37676b3}.focus-within\:outline-red-500\/75:focus-within{outline-color:#e37676bf}.focus-within\:outline-red-500\/80:focus-within{outline-color:#e37676cc}.focus-within\:outline-red-500\/90:focus-within{outline-color:#e37676e6}.focus-within\:outline-red-500\/95:focus-within{outline-color:#e37676f2}.focus-within\:outline-red-500\/100:focus-within{outline-color:#e37676}.focus-within\:outline-red-600\/0:focus-within{outline-color:#dc262600}.focus-within\:outline-red-600\/5:focus-within{outline-color:#dc26260d}.focus-within\:outline-red-600\/10:focus-within{outline-color:#dc26261a}.focus-within\:outline-red-600\/20:focus-within{outline-color:#dc262633}.focus-within\:outline-red-600\/25:focus-within{outline-color:#dc262640}.focus-within\:outline-red-600\/30:focus-within{outline-color:#dc26264d}.focus-within\:outline-red-600\/40:focus-within{outline-color:#dc262666}.focus-within\:outline-red-600\/50:focus-within{outline-color:#dc262680}.focus-within\:outline-red-600\/60:focus-within{outline-color:#dc262699}.focus-within\:outline-red-600\/70:focus-within{outline-color:#dc2626b3}.focus-within\:outline-red-600\/75:focus-within{outline-color:#dc2626bf}.focus-within\:outline-red-600\/80:focus-within{outline-color:#dc2626cc}.focus-within\:outline-red-600\/90:focus-within{outline-color:#dc2626e6}.focus-within\:outline-red-600\/95:focus-within{outline-color:#dc2626f2}.focus-within\:outline-red-600\/100:focus-within{outline-color:#dc2626}.focus-within\:outline-red-700\/0:focus-within{outline-color:#c4212100}.focus-within\:outline-red-700\/5:focus-within{outline-color:#c421210d}.focus-within\:outline-red-700\/10:focus-within{outline-color:#c421211a}.focus-within\:outline-red-700\/20:focus-within{outline-color:#c4212133}.focus-within\:outline-red-700\/25:focus-within{outline-color:#c4212140}.focus-within\:outline-red-700\/30:focus-within{outline-color:#c421214d}.focus-within\:outline-red-700\/40:focus-within{outline-color:#c4212166}.focus-within\:outline-red-700\/50:focus-within{outline-color:#c4212180}.focus-within\:outline-red-700\/60:focus-within{outline-color:#c4212199}.focus-within\:outline-red-700\/70:focus-within{outline-color:#c42121b3}.focus-within\:outline-red-700\/75:focus-within{outline-color:#c42121bf}.focus-within\:outline-red-700\/80:focus-within{outline-color:#c42121cc}.focus-within\:outline-red-700\/90:focus-within{outline-color:#c42121e6}.focus-within\:outline-red-700\/95:focus-within{outline-color:#c42121f2}.focus-within\:outline-red-700\/100:focus-within{outline-color:#c42121}.focus-within\:outline-red-800\/0:focus-within{outline-color:#aa1d1d00}.focus-within\:outline-red-800\/5:focus-within{outline-color:#aa1d1d0d}.focus-within\:outline-red-800\/10:focus-within{outline-color:#aa1d1d1a}.focus-within\:outline-red-800\/20:focus-within{outline-color:#aa1d1d33}.focus-within\:outline-red-800\/25:focus-within{outline-color:#aa1d1d40}.focus-within\:outline-red-800\/30:focus-within{outline-color:#aa1d1d4d}.focus-within\:outline-red-800\/40:focus-within{outline-color:#aa1d1d66}.focus-within\:outline-red-800\/50:focus-within{outline-color:#aa1d1d80}.focus-within\:outline-red-800\/60:focus-within{outline-color:#aa1d1d99}.focus-within\:outline-red-800\/70:focus-within{outline-color:#aa1d1db3}.focus-within\:outline-red-800\/75:focus-within{outline-color:#aa1d1dbf}.focus-within\:outline-red-800\/80:focus-within{outline-color:#aa1d1dcc}.focus-within\:outline-red-800\/90:focus-within{outline-color:#aa1d1de6}.focus-within\:outline-red-800\/95:focus-within{outline-color:#aa1d1df2}.focus-within\:outline-red-800\/100:focus-within{outline-color:#aa1d1d}.focus-within\:outline-red-900\/0:focus-within{outline-color:#8b181800}.focus-within\:outline-red-900\/5:focus-within{outline-color:#8b18180d}.focus-within\:outline-red-900\/10:focus-within{outline-color:#8b18181a}.focus-within\:outline-red-900\/20:focus-within{outline-color:#8b181833}.focus-within\:outline-red-900\/25:focus-within{outline-color:#8b181840}.focus-within\:outline-red-900\/30:focus-within{outline-color:#8b18184d}.focus-within\:outline-red-900\/40:focus-within{outline-color:#8b181866}.focus-within\:outline-red-900\/50:focus-within{outline-color:#8b181880}.focus-within\:outline-red-900\/60:focus-within{outline-color:#8b181899}.focus-within\:outline-red-900\/70:focus-within{outline-color:#8b1818b3}.focus-within\:outline-red-900\/75:focus-within{outline-color:#8b1818bf}.focus-within\:outline-red-900\/80:focus-within{outline-color:#8b1818cc}.focus-within\:outline-red-900\/90:focus-within{outline-color:#8b1818e6}.focus-within\:outline-red-900\/95:focus-within{outline-color:#8b1818f2}.focus-within\:outline-red-900\/100:focus-within{outline-color:#8b1818}.focus-within\:outline-orange-50\/0:focus-within{outline-color:#fff7ed00}.focus-within\:outline-orange-50\/5:focus-within{outline-color:#fff7ed0d}.focus-within\:outline-orange-50\/10:focus-within{outline-color:#fff7ed1a}.focus-within\:outline-orange-50\/20:focus-within{outline-color:#fff7ed33}.focus-within\:outline-orange-50\/25:focus-within{outline-color:#fff7ed40}.focus-within\:outline-orange-50\/30:focus-within{outline-color:#fff7ed4d}.focus-within\:outline-orange-50\/40:focus-within{outline-color:#fff7ed66}.focus-within\:outline-orange-50\/50:focus-within{outline-color:#fff7ed80}.focus-within\:outline-orange-50\/60:focus-within{outline-color:#fff7ed99}.focus-within\:outline-orange-50\/70:focus-within{outline-color:#fff7edb3}.focus-within\:outline-orange-50\/75:focus-within{outline-color:#fff7edbf}.focus-within\:outline-orange-50\/80:focus-within{outline-color:#fff7edcc}.focus-within\:outline-orange-50\/90:focus-within{outline-color:#fff7ede6}.focus-within\:outline-orange-50\/95:focus-within{outline-color:#fff7edf2}.focus-within\:outline-orange-50\/100:focus-within{outline-color:#fff7ed}.focus-within\:outline-orange-100\/0:focus-within{outline-color:#fcf3f100}.focus-within\:outline-orange-100\/5:focus-within{outline-color:#fcf3f10d}.focus-within\:outline-orange-100\/10:focus-within{outline-color:#fcf3f11a}.focus-within\:outline-orange-100\/20:focus-within{outline-color:#fcf3f133}.focus-within\:outline-orange-100\/25:focus-within{outline-color:#fcf3f140}.focus-within\:outline-orange-100\/30:focus-within{outline-color:#fcf3f14d}.focus-within\:outline-orange-100\/40:focus-within{outline-color:#fcf3f166}.focus-within\:outline-orange-100\/50:focus-within{outline-color:#fcf3f180}.focus-within\:outline-orange-100\/60:focus-within{outline-color:#fcf3f199}.focus-within\:outline-orange-100\/70:focus-within{outline-color:#fcf3f1b3}.focus-within\:outline-orange-100\/75:focus-within{outline-color:#fcf3f1bf}.focus-within\:outline-orange-100\/80:focus-within{outline-color:#fcf3f1cc}.focus-within\:outline-orange-100\/90:focus-within{outline-color:#fcf3f1e6}.focus-within\:outline-orange-100\/95:focus-within{outline-color:#fcf3f1f2}.focus-within\:outline-orange-100\/100:focus-within{outline-color:#fcf3f1}.focus-within\:outline-orange-200\/0:focus-within{outline-color:#fae7e400}.focus-within\:outline-orange-200\/5:focus-within{outline-color:#fae7e40d}.focus-within\:outline-orange-200\/10:focus-within{outline-color:#fae7e41a}.focus-within\:outline-orange-200\/20:focus-within{outline-color:#fae7e433}.focus-within\:outline-orange-200\/25:focus-within{outline-color:#fae7e440}.focus-within\:outline-orange-200\/30:focus-within{outline-color:#fae7e44d}.focus-within\:outline-orange-200\/40:focus-within{outline-color:#fae7e466}.focus-within\:outline-orange-200\/50:focus-within{outline-color:#fae7e480}.focus-within\:outline-orange-200\/60:focus-within{outline-color:#fae7e499}.focus-within\:outline-orange-200\/70:focus-within{outline-color:#fae7e4b3}.focus-within\:outline-orange-200\/75:focus-within{outline-color:#fae7e4bf}.focus-within\:outline-orange-200\/80:focus-within{outline-color:#fae7e4cc}.focus-within\:outline-orange-200\/90:focus-within{outline-color:#fae7e4e6}.focus-within\:outline-orange-200\/95:focus-within{outline-color:#fae7e4f2}.focus-within\:outline-orange-200\/100:focus-within{outline-color:#fae7e4}.focus-within\:outline-orange-300\/0:focus-within{outline-color:#f6cdc500}.focus-within\:outline-orange-300\/5:focus-within{outline-color:#f6cdc50d}.focus-within\:outline-orange-300\/10:focus-within{outline-color:#f6cdc51a}.focus-within\:outline-orange-300\/20:focus-within{outline-color:#f6cdc533}.focus-within\:outline-orange-300\/25:focus-within{outline-color:#f6cdc540}.focus-within\:outline-orange-300\/30:focus-within{outline-color:#f6cdc54d}.focus-within\:outline-orange-300\/40:focus-within{outline-color:#f6cdc566}.focus-within\:outline-orange-300\/50:focus-within{outline-color:#f6cdc580}.focus-within\:outline-orange-300\/60:focus-within{outline-color:#f6cdc599}.focus-within\:outline-orange-300\/70:focus-within{outline-color:#f6cdc5b3}.focus-within\:outline-orange-300\/75:focus-within{outline-color:#f6cdc5bf}.focus-within\:outline-orange-300\/80:focus-within{outline-color:#f6cdc5cc}.focus-within\:outline-orange-300\/90:focus-within{outline-color:#f6cdc5e6}.focus-within\:outline-orange-300\/95:focus-within{outline-color:#f6cdc5f2}.focus-within\:outline-orange-300\/100:focus-within{outline-color:#f6cdc5}.focus-within\:outline-orange-400\/0:focus-within{outline-color:#f2afa100}.focus-within\:outline-orange-400\/5:focus-within{outline-color:#f2afa10d}.focus-within\:outline-orange-400\/10:focus-within{outline-color:#f2afa11a}.focus-within\:outline-orange-400\/20:focus-within{outline-color:#f2afa133}.focus-within\:outline-orange-400\/25:focus-within{outline-color:#f2afa140}.focus-within\:outline-orange-400\/30:focus-within{outline-color:#f2afa14d}.focus-within\:outline-orange-400\/40:focus-within{outline-color:#f2afa166}.focus-within\:outline-orange-400\/50:focus-within{outline-color:#f2afa180}.focus-within\:outline-orange-400\/60:focus-within{outline-color:#f2afa199}.focus-within\:outline-orange-400\/70:focus-within{outline-color:#f2afa1b3}.focus-within\:outline-orange-400\/75:focus-within{outline-color:#f2afa1bf}.focus-within\:outline-orange-400\/80:focus-within{outline-color:#f2afa1cc}.focus-within\:outline-orange-400\/90:focus-within{outline-color:#f2afa1e6}.focus-within\:outline-orange-400\/95:focus-within{outline-color:#f2afa1f2}.focus-within\:outline-orange-400\/100:focus-within{outline-color:#f2afa1}.focus-within\:outline-orange-500\/0:focus-within{outline-color:#ee8a7200}.focus-within\:outline-orange-500\/5:focus-within{outline-color:#ee8a720d}.focus-within\:outline-orange-500\/10:focus-within{outline-color:#ee8a721a}.focus-within\:outline-orange-500\/20:focus-within{outline-color:#ee8a7233}.focus-within\:outline-orange-500\/25:focus-within{outline-color:#ee8a7240}.focus-within\:outline-orange-500\/30:focus-within{outline-color:#ee8a724d}.focus-within\:outline-orange-500\/40:focus-within{outline-color:#ee8a7266}.focus-within\:outline-orange-500\/50:focus-within{outline-color:#ee8a7280}.focus-within\:outline-orange-500\/60:focus-within{outline-color:#ee8a7299}.focus-within\:outline-orange-500\/70:focus-within{outline-color:#ee8a72b3}.focus-within\:outline-orange-500\/75:focus-within{outline-color:#ee8a72bf}.focus-within\:outline-orange-500\/80:focus-within{outline-color:#ee8a72cc}.focus-within\:outline-orange-500\/90:focus-within{outline-color:#ee8a72e6}.focus-within\:outline-orange-500\/95:focus-within{outline-color:#ee8a72f2}.focus-within\:outline-orange-500\/100:focus-within{outline-color:#ee8a72}.focus-within\:outline-orange-600\/0:focus-within{outline-color:#ea580c00}.focus-within\:outline-orange-600\/5:focus-within{outline-color:#ea580c0d}.focus-within\:outline-orange-600\/10:focus-within{outline-color:#ea580c1a}.focus-within\:outline-orange-600\/20:focus-within{outline-color:#ea580c33}.focus-within\:outline-orange-600\/25:focus-within{outline-color:#ea580c40}.focus-within\:outline-orange-600\/30:focus-within{outline-color:#ea580c4d}.focus-within\:outline-orange-600\/40:focus-within{outline-color:#ea580c66}.focus-within\:outline-orange-600\/50:focus-within{outline-color:#ea580c80}.focus-within\:outline-orange-600\/60:focus-within{outline-color:#ea580c99}.focus-within\:outline-orange-600\/70:focus-within{outline-color:#ea580cb3}.focus-within\:outline-orange-600\/75:focus-within{outline-color:#ea580cbf}.focus-within\:outline-orange-600\/80:focus-within{outline-color:#ea580ccc}.focus-within\:outline-orange-600\/90:focus-within{outline-color:#ea580ce6}.focus-within\:outline-orange-600\/95:focus-within{outline-color:#ea580cf2}.focus-within\:outline-orange-600\/100:focus-within{outline-color:#ea580c}.focus-within\:outline-orange-700\/0:focus-within{outline-color:#d14e0a00}.focus-within\:outline-orange-700\/5:focus-within{outline-color:#d14e0a0d}.focus-within\:outline-orange-700\/10:focus-within{outline-color:#d14e0a1a}.focus-within\:outline-orange-700\/20:focus-within{outline-color:#d14e0a33}.focus-within\:outline-orange-700\/25:focus-within{outline-color:#d14e0a40}.focus-within\:outline-orange-700\/30:focus-within{outline-color:#d14e0a4d}.focus-within\:outline-orange-700\/40:focus-within{outline-color:#d14e0a66}.focus-within\:outline-orange-700\/50:focus-within{outline-color:#d14e0a80}.focus-within\:outline-orange-700\/60:focus-within{outline-color:#d14e0a99}.focus-within\:outline-orange-700\/70:focus-within{outline-color:#d14e0ab3}.focus-within\:outline-orange-700\/75:focus-within{outline-color:#d14e0abf}.focus-within\:outline-orange-700\/80:focus-within{outline-color:#d14e0acc}.focus-within\:outline-orange-700\/90:focus-within{outline-color:#d14e0ae6}.focus-within\:outline-orange-700\/95:focus-within{outline-color:#d14e0af2}.focus-within\:outline-orange-700\/100:focus-within{outline-color:#d14e0a}.focus-within\:outline-orange-800\/0:focus-within{outline-color:#b5440900}.focus-within\:outline-orange-800\/5:focus-within{outline-color:#b544090d}.focus-within\:outline-orange-800\/10:focus-within{outline-color:#b544091a}.focus-within\:outline-orange-800\/20:focus-within{outline-color:#b5440933}.focus-within\:outline-orange-800\/25:focus-within{outline-color:#b5440940}.focus-within\:outline-orange-800\/30:focus-within{outline-color:#b544094d}.focus-within\:outline-orange-800\/40:focus-within{outline-color:#b5440966}.focus-within\:outline-orange-800\/50:focus-within{outline-color:#b5440980}.focus-within\:outline-orange-800\/60:focus-within{outline-color:#b5440999}.focus-within\:outline-orange-800\/70:focus-within{outline-color:#b54409b3}.focus-within\:outline-orange-800\/75:focus-within{outline-color:#b54409bf}.focus-within\:outline-orange-800\/80:focus-within{outline-color:#b54409cc}.focus-within\:outline-orange-800\/90:focus-within{outline-color:#b54409e6}.focus-within\:outline-orange-800\/95:focus-within{outline-color:#b54409f2}.focus-within\:outline-orange-800\/100:focus-within{outline-color:#b54409}.focus-within\:outline-orange-900\/0:focus-within{outline-color:#93370700}.focus-within\:outline-orange-900\/5:focus-within{outline-color:#9337070d}.focus-within\:outline-orange-900\/10:focus-within{outline-color:#9337071a}.focus-within\:outline-orange-900\/20:focus-within{outline-color:#93370733}.focus-within\:outline-orange-900\/25:focus-within{outline-color:#93370740}.focus-within\:outline-orange-900\/30:focus-within{outline-color:#9337074d}.focus-within\:outline-orange-900\/40:focus-within{outline-color:#93370766}.focus-within\:outline-orange-900\/50:focus-within{outline-color:#93370780}.focus-within\:outline-orange-900\/60:focus-within{outline-color:#93370799}.focus-within\:outline-orange-900\/70:focus-within{outline-color:#933707b3}.focus-within\:outline-orange-900\/75:focus-within{outline-color:#933707bf}.focus-within\:outline-orange-900\/80:focus-within{outline-color:#933707cc}.focus-within\:outline-orange-900\/90:focus-within{outline-color:#933707e6}.focus-within\:outline-orange-900\/95:focus-within{outline-color:#933707f2}.focus-within\:outline-orange-900\/100:focus-within{outline-color:#933707}.focus-within\:outline-yellow-50\/0:focus-within{outline-color:#fefce800}.focus-within\:outline-yellow-50\/5:focus-within{outline-color:#fefce80d}.focus-within\:outline-yellow-50\/10:focus-within{outline-color:#fefce81a}.focus-within\:outline-yellow-50\/20:focus-within{outline-color:#fefce833}.focus-within\:outline-yellow-50\/25:focus-within{outline-color:#fefce840}.focus-within\:outline-yellow-50\/30:focus-within{outline-color:#fefce84d}.focus-within\:outline-yellow-50\/40:focus-within{outline-color:#fefce866}.focus-within\:outline-yellow-50\/50:focus-within{outline-color:#fefce880}.focus-within\:outline-yellow-50\/60:focus-within{outline-color:#fefce899}.focus-within\:outline-yellow-50\/70:focus-within{outline-color:#fefce8b3}.focus-within\:outline-yellow-50\/75:focus-within{outline-color:#fefce8bf}.focus-within\:outline-yellow-50\/80:focus-within{outline-color:#fefce8cc}.focus-within\:outline-yellow-50\/90:focus-within{outline-color:#fefce8e6}.focus-within\:outline-yellow-50\/95:focus-within{outline-color:#fefce8f2}.focus-within\:outline-yellow-50\/100:focus-within{outline-color:#fefce8}.focus-within\:outline-yellow-100\/0:focus-within{outline-color:#fef3c700}.focus-within\:outline-yellow-100\/5:focus-within{outline-color:#fef3c70d}.focus-within\:outline-yellow-100\/10:focus-within{outline-color:#fef3c71a}.focus-within\:outline-yellow-100\/20:focus-within{outline-color:#fef3c733}.focus-within\:outline-yellow-100\/25:focus-within{outline-color:#fef3c740}.focus-within\:outline-yellow-100\/30:focus-within{outline-color:#fef3c74d}.focus-within\:outline-yellow-100\/40:focus-within{outline-color:#fef3c766}.focus-within\:outline-yellow-100\/50:focus-within{outline-color:#fef3c780}.focus-within\:outline-yellow-100\/60:focus-within{outline-color:#fef3c799}.focus-within\:outline-yellow-100\/70:focus-within{outline-color:#fef3c7b3}.focus-within\:outline-yellow-100\/75:focus-within{outline-color:#fef3c7bf}.focus-within\:outline-yellow-100\/80:focus-within{outline-color:#fef3c7cc}.focus-within\:outline-yellow-100\/90:focus-within{outline-color:#fef3c7e6}.focus-within\:outline-yellow-100\/95:focus-within{outline-color:#fef3c7f2}.focus-within\:outline-yellow-100\/100:focus-within{outline-color:#fef3c7}.focus-within\:outline-yellow-200\/0:focus-within{outline-color:#fde68a00}.focus-within\:outline-yellow-200\/5:focus-within{outline-color:#fde68a0d}.focus-within\:outline-yellow-200\/10:focus-within{outline-color:#fde68a1a}.focus-within\:outline-yellow-200\/20:focus-within{outline-color:#fde68a33}.focus-within\:outline-yellow-200\/25:focus-within{outline-color:#fde68a40}.focus-within\:outline-yellow-200\/30:focus-within{outline-color:#fde68a4d}.focus-within\:outline-yellow-200\/40:focus-within{outline-color:#fde68a66}.focus-within\:outline-yellow-200\/50:focus-within{outline-color:#fde68a80}.focus-within\:outline-yellow-200\/60:focus-within{outline-color:#fde68a99}.focus-within\:outline-yellow-200\/70:focus-within{outline-color:#fde68ab3}.focus-within\:outline-yellow-200\/75:focus-within{outline-color:#fde68abf}.focus-within\:outline-yellow-200\/80:focus-within{outline-color:#fde68acc}.focus-within\:outline-yellow-200\/90:focus-within{outline-color:#fde68ae6}.focus-within\:outline-yellow-200\/95:focus-within{outline-color:#fde68af2}.focus-within\:outline-yellow-200\/100:focus-within{outline-color:#fde68a}.focus-within\:outline-yellow-300\/0:focus-within{outline-color:#fcd34d00}.focus-within\:outline-yellow-300\/5:focus-within{outline-color:#fcd34d0d}.focus-within\:outline-yellow-300\/10:focus-within{outline-color:#fcd34d1a}.focus-within\:outline-yellow-300\/20:focus-within{outline-color:#fcd34d33}.focus-within\:outline-yellow-300\/25:focus-within{outline-color:#fcd34d40}.focus-within\:outline-yellow-300\/30:focus-within{outline-color:#fcd34d4d}.focus-within\:outline-yellow-300\/40:focus-within{outline-color:#fcd34d66}.focus-within\:outline-yellow-300\/50:focus-within{outline-color:#fcd34d80}.focus-within\:outline-yellow-300\/60:focus-within{outline-color:#fcd34d99}.focus-within\:outline-yellow-300\/70:focus-within{outline-color:#fcd34db3}.focus-within\:outline-yellow-300\/75:focus-within{outline-color:#fcd34dbf}.focus-within\:outline-yellow-300\/80:focus-within{outline-color:#fcd34dcc}.focus-within\:outline-yellow-300\/90:focus-within{outline-color:#fcd34de6}.focus-within\:outline-yellow-300\/95:focus-within{outline-color:#fcd34df2}.focus-within\:outline-yellow-300\/100:focus-within{outline-color:#fcd34d}.focus-within\:outline-yellow-400\/0:focus-within{outline-color:#fbbf2400}.focus-within\:outline-yellow-400\/5:focus-within{outline-color:#fbbf240d}.focus-within\:outline-yellow-400\/10:focus-within{outline-color:#fbbf241a}.focus-within\:outline-yellow-400\/20:focus-within{outline-color:#fbbf2433}.focus-within\:outline-yellow-400\/25:focus-within{outline-color:#fbbf2440}.focus-within\:outline-yellow-400\/30:focus-within{outline-color:#fbbf244d}.focus-within\:outline-yellow-400\/40:focus-within{outline-color:#fbbf2466}.focus-within\:outline-yellow-400\/50:focus-within{outline-color:#fbbf2480}.focus-within\:outline-yellow-400\/60:focus-within{outline-color:#fbbf2499}.focus-within\:outline-yellow-400\/70:focus-within{outline-color:#fbbf24b3}.focus-within\:outline-yellow-400\/75:focus-within{outline-color:#fbbf24bf}.focus-within\:outline-yellow-400\/80:focus-within{outline-color:#fbbf24cc}.focus-within\:outline-yellow-400\/90:focus-within{outline-color:#fbbf24e6}.focus-within\:outline-yellow-400\/95:focus-within{outline-color:#fbbf24f2}.focus-within\:outline-yellow-400\/100:focus-within{outline-color:#fbbf24}.focus-within\:outline-yellow-500\/0:focus-within{outline-color:#eab30800}.focus-within\:outline-yellow-500\/5:focus-within{outline-color:#eab3080d}.focus-within\:outline-yellow-500\/10:focus-within{outline-color:#eab3081a}.focus-within\:outline-yellow-500\/20:focus-within{outline-color:#eab30833}.focus-within\:outline-yellow-500\/25:focus-within{outline-color:#eab30840}.focus-within\:outline-yellow-500\/30:focus-within{outline-color:#eab3084d}.focus-within\:outline-yellow-500\/40:focus-within{outline-color:#eab30866}.focus-within\:outline-yellow-500\/50:focus-within{outline-color:#eab30880}.focus-within\:outline-yellow-500\/60:focus-within{outline-color:#eab30899}.focus-within\:outline-yellow-500\/70:focus-within{outline-color:#eab308b3}.focus-within\:outline-yellow-500\/75:focus-within{outline-color:#eab308bf}.focus-within\:outline-yellow-500\/80:focus-within{outline-color:#eab308cc}.focus-within\:outline-yellow-500\/90:focus-within{outline-color:#eab308e6}.focus-within\:outline-yellow-500\/95:focus-within{outline-color:#eab308f2}.focus-within\:outline-yellow-500\/100:focus-within{outline-color:#eab308}.focus-within\:outline-yellow-600\/0:focus-within{outline-color:#d9770600}.focus-within\:outline-yellow-600\/5:focus-within{outline-color:#d977060d}.focus-within\:outline-yellow-600\/10:focus-within{outline-color:#d977061a}.focus-within\:outline-yellow-600\/20:focus-within{outline-color:#d9770633}.focus-within\:outline-yellow-600\/25:focus-within{outline-color:#d9770640}.focus-within\:outline-yellow-600\/30:focus-within{outline-color:#d977064d}.focus-within\:outline-yellow-600\/40:focus-within{outline-color:#d9770666}.focus-within\:outline-yellow-600\/50:focus-within{outline-color:#d9770680}.focus-within\:outline-yellow-600\/60:focus-within{outline-color:#d9770699}.focus-within\:outline-yellow-600\/70:focus-within{outline-color:#d97706b3}.focus-within\:outline-yellow-600\/75:focus-within{outline-color:#d97706bf}.focus-within\:outline-yellow-600\/80:focus-within{outline-color:#d97706cc}.focus-within\:outline-yellow-600\/90:focus-within{outline-color:#d97706e6}.focus-within\:outline-yellow-600\/95:focus-within{outline-color:#d97706f2}.focus-within\:outline-yellow-600\/100:focus-within{outline-color:#d97706}.focus-within\:outline-yellow-700\/0:focus-within{outline-color:#b4530900}.focus-within\:outline-yellow-700\/5:focus-within{outline-color:#b453090d}.focus-within\:outline-yellow-700\/10:focus-within{outline-color:#b453091a}.focus-within\:outline-yellow-700\/20:focus-within{outline-color:#b4530933}.focus-within\:outline-yellow-700\/25:focus-within{outline-color:#b4530940}.focus-within\:outline-yellow-700\/30:focus-within{outline-color:#b453094d}.focus-within\:outline-yellow-700\/40:focus-within{outline-color:#b4530966}.focus-within\:outline-yellow-700\/50:focus-within{outline-color:#b4530980}.focus-within\:outline-yellow-700\/60:focus-within{outline-color:#b4530999}.focus-within\:outline-yellow-700\/70:focus-within{outline-color:#b45309b3}.focus-within\:outline-yellow-700\/75:focus-within{outline-color:#b45309bf}.focus-within\:outline-yellow-700\/80:focus-within{outline-color:#b45309cc}.focus-within\:outline-yellow-700\/90:focus-within{outline-color:#b45309e6}.focus-within\:outline-yellow-700\/95:focus-within{outline-color:#b45309f2}.focus-within\:outline-yellow-700\/100:focus-within{outline-color:#b45309}.focus-within\:outline-yellow-800\/0:focus-within{outline-color:#92400e00}.focus-within\:outline-yellow-800\/5:focus-within{outline-color:#92400e0d}.focus-within\:outline-yellow-800\/10:focus-within{outline-color:#92400e1a}.focus-within\:outline-yellow-800\/20:focus-within{outline-color:#92400e33}.focus-within\:outline-yellow-800\/25:focus-within{outline-color:#92400e40}.focus-within\:outline-yellow-800\/30:focus-within{outline-color:#92400e4d}.focus-within\:outline-yellow-800\/40:focus-within{outline-color:#92400e66}.focus-within\:outline-yellow-800\/50:focus-within{outline-color:#92400e80}.focus-within\:outline-yellow-800\/60:focus-within{outline-color:#92400e99}.focus-within\:outline-yellow-800\/70:focus-within{outline-color:#92400eb3}.focus-within\:outline-yellow-800\/75:focus-within{outline-color:#92400ebf}.focus-within\:outline-yellow-800\/80:focus-within{outline-color:#92400ecc}.focus-within\:outline-yellow-800\/90:focus-within{outline-color:#92400ee6}.focus-within\:outline-yellow-800\/95:focus-within{outline-color:#92400ef2}.focus-within\:outline-yellow-800\/100:focus-within{outline-color:#92400e}.focus-within\:outline-yellow-900\/0:focus-within{outline-color:#78350f00}.focus-within\:outline-yellow-900\/5:focus-within{outline-color:#78350f0d}.focus-within\:outline-yellow-900\/10:focus-within{outline-color:#78350f1a}.focus-within\:outline-yellow-900\/20:focus-within{outline-color:#78350f33}.focus-within\:outline-yellow-900\/25:focus-within{outline-color:#78350f40}.focus-within\:outline-yellow-900\/30:focus-within{outline-color:#78350f4d}.focus-within\:outline-yellow-900\/40:focus-within{outline-color:#78350f66}.focus-within\:outline-yellow-900\/50:focus-within{outline-color:#78350f80}.focus-within\:outline-yellow-900\/60:focus-within{outline-color:#78350f99}.focus-within\:outline-yellow-900\/70:focus-within{outline-color:#78350fb3}.focus-within\:outline-yellow-900\/75:focus-within{outline-color:#78350fbf}.focus-within\:outline-yellow-900\/80:focus-within{outline-color:#78350fcc}.focus-within\:outline-yellow-900\/90:focus-within{outline-color:#78350fe6}.focus-within\:outline-yellow-900\/95:focus-within{outline-color:#78350ff2}.focus-within\:outline-yellow-900\/100:focus-within{outline-color:#78350f}.focus-within\:outline-green-50\/0:focus-within{outline-color:#f0fdf400}.focus-within\:outline-green-50\/5:focus-within{outline-color:#f0fdf40d}.focus-within\:outline-green-50\/10:focus-within{outline-color:#f0fdf41a}.focus-within\:outline-green-50\/20:focus-within{outline-color:#f0fdf433}.focus-within\:outline-green-50\/25:focus-within{outline-color:#f0fdf440}.focus-within\:outline-green-50\/30:focus-within{outline-color:#f0fdf44d}.focus-within\:outline-green-50\/40:focus-within{outline-color:#f0fdf466}.focus-within\:outline-green-50\/50:focus-within{outline-color:#f0fdf480}.focus-within\:outline-green-50\/60:focus-within{outline-color:#f0fdf499}.focus-within\:outline-green-50\/70:focus-within{outline-color:#f0fdf4b3}.focus-within\:outline-green-50\/75:focus-within{outline-color:#f0fdf4bf}.focus-within\:outline-green-50\/80:focus-within{outline-color:#f0fdf4cc}.focus-within\:outline-green-50\/90:focus-within{outline-color:#f0fdf4e6}.focus-within\:outline-green-50\/95:focus-within{outline-color:#f0fdf4f2}.focus-within\:outline-green-50\/100:focus-within{outline-color:#f0fdf4}.focus-within\:outline-green-100\/0:focus-within{outline-color:#f2faf600}.focus-within\:outline-green-100\/5:focus-within{outline-color:#f2faf60d}.focus-within\:outline-green-100\/10:focus-within{outline-color:#f2faf61a}.focus-within\:outline-green-100\/20:focus-within{outline-color:#f2faf633}.focus-within\:outline-green-100\/25:focus-within{outline-color:#f2faf640}.focus-within\:outline-green-100\/30:focus-within{outline-color:#f2faf64d}.focus-within\:outline-green-100\/40:focus-within{outline-color:#f2faf666}.focus-within\:outline-green-100\/50:focus-within{outline-color:#f2faf680}.focus-within\:outline-green-100\/60:focus-within{outline-color:#f2faf699}.focus-within\:outline-green-100\/70:focus-within{outline-color:#f2faf6b3}.focus-within\:outline-green-100\/75:focus-within{outline-color:#f2faf6bf}.focus-within\:outline-green-100\/80:focus-within{outline-color:#f2faf6cc}.focus-within\:outline-green-100\/90:focus-within{outline-color:#f2faf6e6}.focus-within\:outline-green-100\/95:focus-within{outline-color:#f2faf6f2}.focus-within\:outline-green-100\/100:focus-within{outline-color:#f2faf6}.focus-within\:outline-green-200\/0:focus-within{outline-color:#e5f6ee00}.focus-within\:outline-green-200\/5:focus-within{outline-color:#e5f6ee0d}.focus-within\:outline-green-200\/10:focus-within{outline-color:#e5f6ee1a}.focus-within\:outline-green-200\/20:focus-within{outline-color:#e5f6ee33}.focus-within\:outline-green-200\/25:focus-within{outline-color:#e5f6ee40}.focus-within\:outline-green-200\/30:focus-within{outline-color:#e5f6ee4d}.focus-within\:outline-green-200\/40:focus-within{outline-color:#e5f6ee66}.focus-within\:outline-green-200\/50:focus-within{outline-color:#e5f6ee80}.focus-within\:outline-green-200\/60:focus-within{outline-color:#e5f6ee99}.focus-within\:outline-green-200\/70:focus-within{outline-color:#e5f6eeb3}.focus-within\:outline-green-200\/75:focus-within{outline-color:#e5f6eebf}.focus-within\:outline-green-200\/80:focus-within{outline-color:#e5f6eecc}.focus-within\:outline-green-200\/90:focus-within{outline-color:#e5f6eee6}.focus-within\:outline-green-200\/95:focus-within{outline-color:#e5f6eef2}.focus-within\:outline-green-200\/100:focus-within{outline-color:#e5f6ee}.focus-within\:outline-green-300\/0:focus-within{outline-color:#c8eedb00}.focus-within\:outline-green-300\/5:focus-within{outline-color:#c8eedb0d}.focus-within\:outline-green-300\/10:focus-within{outline-color:#c8eedb1a}.focus-within\:outline-green-300\/20:focus-within{outline-color:#c8eedb33}.focus-within\:outline-green-300\/25:focus-within{outline-color:#c8eedb40}.focus-within\:outline-green-300\/30:focus-within{outline-color:#c8eedb4d}.focus-within\:outline-green-300\/40:focus-within{outline-color:#c8eedb66}.focus-within\:outline-green-300\/50:focus-within{outline-color:#c8eedb80}.focus-within\:outline-green-300\/60:focus-within{outline-color:#c8eedb99}.focus-within\:outline-green-300\/70:focus-within{outline-color:#c8eedbb3}.focus-within\:outline-green-300\/75:focus-within{outline-color:#c8eedbbf}.focus-within\:outline-green-300\/80:focus-within{outline-color:#c8eedbcc}.focus-within\:outline-green-300\/90:focus-within{outline-color:#c8eedbe6}.focus-within\:outline-green-300\/95:focus-within{outline-color:#c8eedbf2}.focus-within\:outline-green-300\/100:focus-within{outline-color:#c8eedb}.focus-within\:outline-green-400\/0:focus-within{outline-color:#a6e5c800}.focus-within\:outline-green-400\/5:focus-within{outline-color:#a6e5c80d}.focus-within\:outline-green-400\/10:focus-within{outline-color:#a6e5c81a}.focus-within\:outline-green-400\/20:focus-within{outline-color:#a6e5c833}.focus-within\:outline-green-400\/25:focus-within{outline-color:#a6e5c840}.focus-within\:outline-green-400\/30:focus-within{outline-color:#a6e5c84d}.focus-within\:outline-green-400\/40:focus-within{outline-color:#a6e5c866}.focus-within\:outline-green-400\/50:focus-within{outline-color:#a6e5c880}.focus-within\:outline-green-400\/60:focus-within{outline-color:#a6e5c899}.focus-within\:outline-green-400\/70:focus-within{outline-color:#a6e5c8b3}.focus-within\:outline-green-400\/75:focus-within{outline-color:#a6e5c8bf}.focus-within\:outline-green-400\/80:focus-within{outline-color:#a6e5c8cc}.focus-within\:outline-green-400\/90:focus-within{outline-color:#a6e5c8e6}.focus-within\:outline-green-400\/95:focus-within{outline-color:#a6e5c8f2}.focus-within\:outline-green-400\/100:focus-within{outline-color:#a6e5c8}.focus-within\:outline-green-500\/0:focus-within{outline-color:#7bdcb200}.focus-within\:outline-green-500\/5:focus-within{outline-color:#7bdcb20d}.focus-within\:outline-green-500\/10:focus-within{outline-color:#7bdcb21a}.focus-within\:outline-green-500\/20:focus-within{outline-color:#7bdcb233}.focus-within\:outline-green-500\/25:focus-within{outline-color:#7bdcb240}.focus-within\:outline-green-500\/30:focus-within{outline-color:#7bdcb24d}.focus-within\:outline-green-500\/40:focus-within{outline-color:#7bdcb266}.focus-within\:outline-green-500\/50:focus-within{outline-color:#7bdcb280}.focus-within\:outline-green-500\/60:focus-within{outline-color:#7bdcb299}.focus-within\:outline-green-500\/70:focus-within{outline-color:#7bdcb2b3}.focus-within\:outline-green-500\/75:focus-within{outline-color:#7bdcb2bf}.focus-within\:outline-green-500\/80:focus-within{outline-color:#7bdcb2cc}.focus-within\:outline-green-500\/90:focus-within{outline-color:#7bdcb2e6}.focus-within\:outline-green-500\/95:focus-within{outline-color:#7bdcb2f2}.focus-within\:outline-green-500\/100:focus-within{outline-color:#7bdcb2}.focus-within\:outline-green-600\/0:focus-within{outline-color:#34d39900}.focus-within\:outline-green-600\/5:focus-within{outline-color:#34d3990d}.focus-within\:outline-green-600\/10:focus-within{outline-color:#34d3991a}.focus-within\:outline-green-600\/20:focus-within{outline-color:#34d39933}.focus-within\:outline-green-600\/25:focus-within{outline-color:#34d39940}.focus-within\:outline-green-600\/30:focus-within{outline-color:#34d3994d}.focus-within\:outline-green-600\/40:focus-within{outline-color:#34d39966}.focus-within\:outline-green-600\/50:focus-within{outline-color:#34d39980}.focus-within\:outline-green-600\/60:focus-within{outline-color:#34d39999}.focus-within\:outline-green-600\/70:focus-within{outline-color:#34d399b3}.focus-within\:outline-green-600\/75:focus-within{outline-color:#34d399bf}.focus-within\:outline-green-600\/80:focus-within{outline-color:#34d399cc}.focus-within\:outline-green-600\/90:focus-within{outline-color:#34d399e6}.focus-within\:outline-green-600\/95:focus-within{outline-color:#34d399f2}.focus-within\:outline-green-600\/100:focus-within{outline-color:#34d399}.focus-within\:outline-green-700\/0:focus-within{outline-color:#2ebc8800}.focus-within\:outline-green-700\/5:focus-within{outline-color:#2ebc880d}.focus-within\:outline-green-700\/10:focus-within{outline-color:#2ebc881a}.focus-within\:outline-green-700\/20:focus-within{outline-color:#2ebc8833}.focus-within\:outline-green-700\/25:focus-within{outline-color:#2ebc8840}.focus-within\:outline-green-700\/30:focus-within{outline-color:#2ebc884d}.focus-within\:outline-green-700\/40:focus-within{outline-color:#2ebc8866}.focus-within\:outline-green-700\/50:focus-within{outline-color:#2ebc8880}.focus-within\:outline-green-700\/60:focus-within{outline-color:#2ebc8899}.focus-within\:outline-green-700\/70:focus-within{outline-color:#2ebc88b3}.focus-within\:outline-green-700\/75:focus-within{outline-color:#2ebc88bf}.focus-within\:outline-green-700\/80:focus-within{outline-color:#2ebc88cc}.focus-within\:outline-green-700\/90:focus-within{outline-color:#2ebc88e6}.focus-within\:outline-green-700\/95:focus-within{outline-color:#2ebc88f2}.focus-within\:outline-green-700\/100:focus-within{outline-color:#2ebc88}.focus-within\:outline-green-800\/0:focus-within{outline-color:#28a37600}.focus-within\:outline-green-800\/5:focus-within{outline-color:#28a3760d}.focus-within\:outline-green-800\/10:focus-within{outline-color:#28a3761a}.focus-within\:outline-green-800\/20:focus-within{outline-color:#28a37633}.focus-within\:outline-green-800\/25:focus-within{outline-color:#28a37640}.focus-within\:outline-green-800\/30:focus-within{outline-color:#28a3764d}.focus-within\:outline-green-800\/40:focus-within{outline-color:#28a37666}.focus-within\:outline-green-800\/50:focus-within{outline-color:#28a37680}.focus-within\:outline-green-800\/60:focus-within{outline-color:#28a37699}.focus-within\:outline-green-800\/70:focus-within{outline-color:#28a376b3}.focus-within\:outline-green-800\/75:focus-within{outline-color:#28a376bf}.focus-within\:outline-green-800\/80:focus-within{outline-color:#28a376cc}.focus-within\:outline-green-800\/90:focus-within{outline-color:#28a376e6}.focus-within\:outline-green-800\/95:focus-within{outline-color:#28a376f2}.focus-within\:outline-green-800\/100:focus-within{outline-color:#28a376}.focus-within\:outline-green-900\/0:focus-within{outline-color:#20856000}.focus-within\:outline-green-900\/5:focus-within{outline-color:#2085600d}.focus-within\:outline-green-900\/10:focus-within{outline-color:#2085601a}.focus-within\:outline-green-900\/20:focus-within{outline-color:#20856033}.focus-within\:outline-green-900\/25:focus-within{outline-color:#20856040}.focus-within\:outline-green-900\/30:focus-within{outline-color:#2085604d}.focus-within\:outline-green-900\/40:focus-within{outline-color:#20856066}.focus-within\:outline-green-900\/50:focus-within{outline-color:#20856080}.focus-within\:outline-green-900\/60:focus-within{outline-color:#20856099}.focus-within\:outline-green-900\/70:focus-within{outline-color:#208560b3}.focus-within\:outline-green-900\/75:focus-within{outline-color:#208560bf}.focus-within\:outline-green-900\/80:focus-within{outline-color:#208560cc}.focus-within\:outline-green-900\/90:focus-within{outline-color:#208560e6}.focus-within\:outline-green-900\/95:focus-within{outline-color:#208560f2}.focus-within\:outline-green-900\/100:focus-within{outline-color:#208560}.focus-within\:outline-emerald-50\/0:focus-within{outline-color:#ecfdf500}.focus-within\:outline-emerald-50\/5:focus-within{outline-color:#ecfdf50d}.focus-within\:outline-emerald-50\/10:focus-within{outline-color:#ecfdf51a}.focus-within\:outline-emerald-50\/20:focus-within{outline-color:#ecfdf533}.focus-within\:outline-emerald-50\/25:focus-within{outline-color:#ecfdf540}.focus-within\:outline-emerald-50\/30:focus-within{outline-color:#ecfdf54d}.focus-within\:outline-emerald-50\/40:focus-within{outline-color:#ecfdf566}.focus-within\:outline-emerald-50\/50:focus-within{outline-color:#ecfdf580}.focus-within\:outline-emerald-50\/60:focus-within{outline-color:#ecfdf599}.focus-within\:outline-emerald-50\/70:focus-within{outline-color:#ecfdf5b3}.focus-within\:outline-emerald-50\/75:focus-within{outline-color:#ecfdf5bf}.focus-within\:outline-emerald-50\/80:focus-within{outline-color:#ecfdf5cc}.focus-within\:outline-emerald-50\/90:focus-within{outline-color:#ecfdf5e6}.focus-within\:outline-emerald-50\/95:focus-within{outline-color:#ecfdf5f2}.focus-within\:outline-emerald-50\/100:focus-within{outline-color:#ecfdf5}.focus-within\:outline-emerald-100\/0:focus-within{outline-color:#d1fae500}.focus-within\:outline-emerald-100\/5:focus-within{outline-color:#d1fae50d}.focus-within\:outline-emerald-100\/10:focus-within{outline-color:#d1fae51a}.focus-within\:outline-emerald-100\/20:focus-within{outline-color:#d1fae533}.focus-within\:outline-emerald-100\/25:focus-within{outline-color:#d1fae540}.focus-within\:outline-emerald-100\/30:focus-within{outline-color:#d1fae54d}.focus-within\:outline-emerald-100\/40:focus-within{outline-color:#d1fae566}.focus-within\:outline-emerald-100\/50:focus-within{outline-color:#d1fae580}.focus-within\:outline-emerald-100\/60:focus-within{outline-color:#d1fae599}.focus-within\:outline-emerald-100\/70:focus-within{outline-color:#d1fae5b3}.focus-within\:outline-emerald-100\/75:focus-within{outline-color:#d1fae5bf}.focus-within\:outline-emerald-100\/80:focus-within{outline-color:#d1fae5cc}.focus-within\:outline-emerald-100\/90:focus-within{outline-color:#d1fae5e6}.focus-within\:outline-emerald-100\/95:focus-within{outline-color:#d1fae5f2}.focus-within\:outline-emerald-100\/100:focus-within{outline-color:#d1fae5}.focus-within\:outline-emerald-200\/0:focus-within{outline-color:#a7f3d000}.focus-within\:outline-emerald-200\/5:focus-within{outline-color:#a7f3d00d}.focus-within\:outline-emerald-200\/10:focus-within{outline-color:#a7f3d01a}.focus-within\:outline-emerald-200\/20:focus-within{outline-color:#a7f3d033}.focus-within\:outline-emerald-200\/25:focus-within{outline-color:#a7f3d040}.focus-within\:outline-emerald-200\/30:focus-within{outline-color:#a7f3d04d}.focus-within\:outline-emerald-200\/40:focus-within{outline-color:#a7f3d066}.focus-within\:outline-emerald-200\/50:focus-within{outline-color:#a7f3d080}.focus-within\:outline-emerald-200\/60:focus-within{outline-color:#a7f3d099}.focus-within\:outline-emerald-200\/70:focus-within{outline-color:#a7f3d0b3}.focus-within\:outline-emerald-200\/75:focus-within{outline-color:#a7f3d0bf}.focus-within\:outline-emerald-200\/80:focus-within{outline-color:#a7f3d0cc}.focus-within\:outline-emerald-200\/90:focus-within{outline-color:#a7f3d0e6}.focus-within\:outline-emerald-200\/95:focus-within{outline-color:#a7f3d0f2}.focus-within\:outline-emerald-200\/100:focus-within{outline-color:#a7f3d0}.focus-within\:outline-emerald-300\/0:focus-within{outline-color:#6ee7b700}.focus-within\:outline-emerald-300\/5:focus-within{outline-color:#6ee7b70d}.focus-within\:outline-emerald-300\/10:focus-within{outline-color:#6ee7b71a}.focus-within\:outline-emerald-300\/20:focus-within{outline-color:#6ee7b733}.focus-within\:outline-emerald-300\/25:focus-within{outline-color:#6ee7b740}.focus-within\:outline-emerald-300\/30:focus-within{outline-color:#6ee7b74d}.focus-within\:outline-emerald-300\/40:focus-within{outline-color:#6ee7b766}.focus-within\:outline-emerald-300\/50:focus-within{outline-color:#6ee7b780}.focus-within\:outline-emerald-300\/60:focus-within{outline-color:#6ee7b799}.focus-within\:outline-emerald-300\/70:focus-within{outline-color:#6ee7b7b3}.focus-within\:outline-emerald-300\/75:focus-within{outline-color:#6ee7b7bf}.focus-within\:outline-emerald-300\/80:focus-within{outline-color:#6ee7b7cc}.focus-within\:outline-emerald-300\/90:focus-within{outline-color:#6ee7b7e6}.focus-within\:outline-emerald-300\/95:focus-within{outline-color:#6ee7b7f2}.focus-within\:outline-emerald-300\/100:focus-within{outline-color:#6ee7b7}.focus-within\:outline-emerald-400\/0:focus-within{outline-color:#34d39900}.focus-within\:outline-emerald-400\/5:focus-within{outline-color:#34d3990d}.focus-within\:outline-emerald-400\/10:focus-within{outline-color:#34d3991a}.focus-within\:outline-emerald-400\/20:focus-within{outline-color:#34d39933}.focus-within\:outline-emerald-400\/25:focus-within{outline-color:#34d39940}.focus-within\:outline-emerald-400\/30:focus-within{outline-color:#34d3994d}.focus-within\:outline-emerald-400\/40:focus-within{outline-color:#34d39966}.focus-within\:outline-emerald-400\/50:focus-within{outline-color:#34d39980}.focus-within\:outline-emerald-400\/60:focus-within{outline-color:#34d39999}.focus-within\:outline-emerald-400\/70:focus-within{outline-color:#34d399b3}.focus-within\:outline-emerald-400\/75:focus-within{outline-color:#34d399bf}.focus-within\:outline-emerald-400\/80:focus-within{outline-color:#34d399cc}.focus-within\:outline-emerald-400\/90:focus-within{outline-color:#34d399e6}.focus-within\:outline-emerald-400\/95:focus-within{outline-color:#34d399f2}.focus-within\:outline-emerald-400\/100:focus-within{outline-color:#34d399}.focus-within\:outline-emerald-500\/0:focus-within{outline-color:#10b98100}.focus-within\:outline-emerald-500\/5:focus-within{outline-color:#10b9810d}.focus-within\:outline-emerald-500\/10:focus-within{outline-color:#10b9811a}.focus-within\:outline-emerald-500\/20:focus-within{outline-color:#10b98133}.focus-within\:outline-emerald-500\/25:focus-within{outline-color:#10b98140}.focus-within\:outline-emerald-500\/30:focus-within{outline-color:#10b9814d}.focus-within\:outline-emerald-500\/40:focus-within{outline-color:#10b98166}.focus-within\:outline-emerald-500\/50:focus-within{outline-color:#10b98180}.focus-within\:outline-emerald-500\/60:focus-within{outline-color:#10b98199}.focus-within\:outline-emerald-500\/70:focus-within{outline-color:#10b981b3}.focus-within\:outline-emerald-500\/75:focus-within{outline-color:#10b981bf}.focus-within\:outline-emerald-500\/80:focus-within{outline-color:#10b981cc}.focus-within\:outline-emerald-500\/90:focus-within{outline-color:#10b981e6}.focus-within\:outline-emerald-500\/95:focus-within{outline-color:#10b981f2}.focus-within\:outline-emerald-500\/100:focus-within{outline-color:#10b981}.focus-within\:outline-emerald-600\/0:focus-within{outline-color:#05966900}.focus-within\:outline-emerald-600\/5:focus-within{outline-color:#0596690d}.focus-within\:outline-emerald-600\/10:focus-within{outline-color:#0596691a}.focus-within\:outline-emerald-600\/20:focus-within{outline-color:#05966933}.focus-within\:outline-emerald-600\/25:focus-within{outline-color:#05966940}.focus-within\:outline-emerald-600\/30:focus-within{outline-color:#0596694d}.focus-within\:outline-emerald-600\/40:focus-within{outline-color:#05966966}.focus-within\:outline-emerald-600\/50:focus-within{outline-color:#05966980}.focus-within\:outline-emerald-600\/60:focus-within{outline-color:#05966999}.focus-within\:outline-emerald-600\/70:focus-within{outline-color:#059669b3}.focus-within\:outline-emerald-600\/75:focus-within{outline-color:#059669bf}.focus-within\:outline-emerald-600\/80:focus-within{outline-color:#059669cc}.focus-within\:outline-emerald-600\/90:focus-within{outline-color:#059669e6}.focus-within\:outline-emerald-600\/95:focus-within{outline-color:#059669f2}.focus-within\:outline-emerald-600\/100:focus-within{outline-color:#059669}.focus-within\:outline-emerald-700\/0:focus-within{outline-color:#04785700}.focus-within\:outline-emerald-700\/5:focus-within{outline-color:#0478570d}.focus-within\:outline-emerald-700\/10:focus-within{outline-color:#0478571a}.focus-within\:outline-emerald-700\/20:focus-within{outline-color:#04785733}.focus-within\:outline-emerald-700\/25:focus-within{outline-color:#04785740}.focus-within\:outline-emerald-700\/30:focus-within{outline-color:#0478574d}.focus-within\:outline-emerald-700\/40:focus-within{outline-color:#04785766}.focus-within\:outline-emerald-700\/50:focus-within{outline-color:#04785780}.focus-within\:outline-emerald-700\/60:focus-within{outline-color:#04785799}.focus-within\:outline-emerald-700\/70:focus-within{outline-color:#047857b3}.focus-within\:outline-emerald-700\/75:focus-within{outline-color:#047857bf}.focus-within\:outline-emerald-700\/80:focus-within{outline-color:#047857cc}.focus-within\:outline-emerald-700\/90:focus-within{outline-color:#047857e6}.focus-within\:outline-emerald-700\/95:focus-within{outline-color:#047857f2}.focus-within\:outline-emerald-700\/100:focus-within{outline-color:#047857}.focus-within\:outline-emerald-800\/0:focus-within{outline-color:#065f4600}.focus-within\:outline-emerald-800\/5:focus-within{outline-color:#065f460d}.focus-within\:outline-emerald-800\/10:focus-within{outline-color:#065f461a}.focus-within\:outline-emerald-800\/20:focus-within{outline-color:#065f4633}.focus-within\:outline-emerald-800\/25:focus-within{outline-color:#065f4640}.focus-within\:outline-emerald-800\/30:focus-within{outline-color:#065f464d}.focus-within\:outline-emerald-800\/40:focus-within{outline-color:#065f4666}.focus-within\:outline-emerald-800\/50:focus-within{outline-color:#065f4680}.focus-within\:outline-emerald-800\/60:focus-within{outline-color:#065f4699}.focus-within\:outline-emerald-800\/70:focus-within{outline-color:#065f46b3}.focus-within\:outline-emerald-800\/75:focus-within{outline-color:#065f46bf}.focus-within\:outline-emerald-800\/80:focus-within{outline-color:#065f46cc}.focus-within\:outline-emerald-800\/90:focus-within{outline-color:#065f46e6}.focus-within\:outline-emerald-800\/95:focus-within{outline-color:#065f46f2}.focus-within\:outline-emerald-800\/100:focus-within{outline-color:#065f46}.focus-within\:outline-emerald-900\/0:focus-within{outline-color:#064e3b00}.focus-within\:outline-emerald-900\/5:focus-within{outline-color:#064e3b0d}.focus-within\:outline-emerald-900\/10:focus-within{outline-color:#064e3b1a}.focus-within\:outline-emerald-900\/20:focus-within{outline-color:#064e3b33}.focus-within\:outline-emerald-900\/25:focus-within{outline-color:#064e3b40}.focus-within\:outline-emerald-900\/30:focus-within{outline-color:#064e3b4d}.focus-within\:outline-emerald-900\/40:focus-within{outline-color:#064e3b66}.focus-within\:outline-emerald-900\/50:focus-within{outline-color:#064e3b80}.focus-within\:outline-emerald-900\/60:focus-within{outline-color:#064e3b99}.focus-within\:outline-emerald-900\/70:focus-within{outline-color:#064e3bb3}.focus-within\:outline-emerald-900\/75:focus-within{outline-color:#064e3bbf}.focus-within\:outline-emerald-900\/80:focus-within{outline-color:#064e3bcc}.focus-within\:outline-emerald-900\/90:focus-within{outline-color:#064e3be6}.focus-within\:outline-emerald-900\/95:focus-within{outline-color:#064e3bf2}.focus-within\:outline-emerald-900\/100:focus-within{outline-color:#064e3b}.focus-within\:outline-teal-50\/0:focus-within{outline-color:#f0fdfa00}.focus-within\:outline-teal-50\/5:focus-within{outline-color:#f0fdfa0d}.focus-within\:outline-teal-50\/10:focus-within{outline-color:#f0fdfa1a}.focus-within\:outline-teal-50\/20:focus-within{outline-color:#f0fdfa33}.focus-within\:outline-teal-50\/25:focus-within{outline-color:#f0fdfa40}.focus-within\:outline-teal-50\/30:focus-within{outline-color:#f0fdfa4d}.focus-within\:outline-teal-50\/40:focus-within{outline-color:#f0fdfa66}.focus-within\:outline-teal-50\/50:focus-within{outline-color:#f0fdfa80}.focus-within\:outline-teal-50\/60:focus-within{outline-color:#f0fdfa99}.focus-within\:outline-teal-50\/70:focus-within{outline-color:#f0fdfab3}.focus-within\:outline-teal-50\/75:focus-within{outline-color:#f0fdfabf}.focus-within\:outline-teal-50\/80:focus-within{outline-color:#f0fdfacc}.focus-within\:outline-teal-50\/90:focus-within{outline-color:#f0fdfae6}.focus-within\:outline-teal-50\/95:focus-within{outline-color:#f0fdfaf2}.focus-within\:outline-teal-50\/100:focus-within{outline-color:#f0fdfa}.focus-within\:outline-teal-100\/0:focus-within{outline-color:#ccfbf100}.focus-within\:outline-teal-100\/5:focus-within{outline-color:#ccfbf10d}.focus-within\:outline-teal-100\/10:focus-within{outline-color:#ccfbf11a}.focus-within\:outline-teal-100\/20:focus-within{outline-color:#ccfbf133}.focus-within\:outline-teal-100\/25:focus-within{outline-color:#ccfbf140}.focus-within\:outline-teal-100\/30:focus-within{outline-color:#ccfbf14d}.focus-within\:outline-teal-100\/40:focus-within{outline-color:#ccfbf166}.focus-within\:outline-teal-100\/50:focus-within{outline-color:#ccfbf180}.focus-within\:outline-teal-100\/60:focus-within{outline-color:#ccfbf199}.focus-within\:outline-teal-100\/70:focus-within{outline-color:#ccfbf1b3}.focus-within\:outline-teal-100\/75:focus-within{outline-color:#ccfbf1bf}.focus-within\:outline-teal-100\/80:focus-within{outline-color:#ccfbf1cc}.focus-within\:outline-teal-100\/90:focus-within{outline-color:#ccfbf1e6}.focus-within\:outline-teal-100\/95:focus-within{outline-color:#ccfbf1f2}.focus-within\:outline-teal-100\/100:focus-within{outline-color:#ccfbf1}.focus-within\:outline-teal-200\/0:focus-within{outline-color:#99f6e400}.focus-within\:outline-teal-200\/5:focus-within{outline-color:#99f6e40d}.focus-within\:outline-teal-200\/10:focus-within{outline-color:#99f6e41a}.focus-within\:outline-teal-200\/20:focus-within{outline-color:#99f6e433}.focus-within\:outline-teal-200\/25:focus-within{outline-color:#99f6e440}.focus-within\:outline-teal-200\/30:focus-within{outline-color:#99f6e44d}.focus-within\:outline-teal-200\/40:focus-within{outline-color:#99f6e466}.focus-within\:outline-teal-200\/50:focus-within{outline-color:#99f6e480}.focus-within\:outline-teal-200\/60:focus-within{outline-color:#99f6e499}.focus-within\:outline-teal-200\/70:focus-within{outline-color:#99f6e4b3}.focus-within\:outline-teal-200\/75:focus-within{outline-color:#99f6e4bf}.focus-within\:outline-teal-200\/80:focus-within{outline-color:#99f6e4cc}.focus-within\:outline-teal-200\/90:focus-within{outline-color:#99f6e4e6}.focus-within\:outline-teal-200\/95:focus-within{outline-color:#99f6e4f2}.focus-within\:outline-teal-200\/100:focus-within{outline-color:#99f6e4}.focus-within\:outline-teal-300\/0:focus-within{outline-color:#5eead400}.focus-within\:outline-teal-300\/5:focus-within{outline-color:#5eead40d}.focus-within\:outline-teal-300\/10:focus-within{outline-color:#5eead41a}.focus-within\:outline-teal-300\/20:focus-within{outline-color:#5eead433}.focus-within\:outline-teal-300\/25:focus-within{outline-color:#5eead440}.focus-within\:outline-teal-300\/30:focus-within{outline-color:#5eead44d}.focus-within\:outline-teal-300\/40:focus-within{outline-color:#5eead466}.focus-within\:outline-teal-300\/50:focus-within{outline-color:#5eead480}.focus-within\:outline-teal-300\/60:focus-within{outline-color:#5eead499}.focus-within\:outline-teal-300\/70:focus-within{outline-color:#5eead4b3}.focus-within\:outline-teal-300\/75:focus-within{outline-color:#5eead4bf}.focus-within\:outline-teal-300\/80:focus-within{outline-color:#5eead4cc}.focus-within\:outline-teal-300\/90:focus-within{outline-color:#5eead4e6}.focus-within\:outline-teal-300\/95:focus-within{outline-color:#5eead4f2}.focus-within\:outline-teal-300\/100:focus-within{outline-color:#5eead4}.focus-within\:outline-teal-400\/0:focus-within{outline-color:#2dd4bf00}.focus-within\:outline-teal-400\/5:focus-within{outline-color:#2dd4bf0d}.focus-within\:outline-teal-400\/10:focus-within{outline-color:#2dd4bf1a}.focus-within\:outline-teal-400\/20:focus-within{outline-color:#2dd4bf33}.focus-within\:outline-teal-400\/25:focus-within{outline-color:#2dd4bf40}.focus-within\:outline-teal-400\/30:focus-within{outline-color:#2dd4bf4d}.focus-within\:outline-teal-400\/40:focus-within{outline-color:#2dd4bf66}.focus-within\:outline-teal-400\/50:focus-within{outline-color:#2dd4bf80}.focus-within\:outline-teal-400\/60:focus-within{outline-color:#2dd4bf99}.focus-within\:outline-teal-400\/70:focus-within{outline-color:#2dd4bfb3}.focus-within\:outline-teal-400\/75:focus-within{outline-color:#2dd4bfbf}.focus-within\:outline-teal-400\/80:focus-within{outline-color:#2dd4bfcc}.focus-within\:outline-teal-400\/90:focus-within{outline-color:#2dd4bfe6}.focus-within\:outline-teal-400\/95:focus-within{outline-color:#2dd4bff2}.focus-within\:outline-teal-400\/100:focus-within{outline-color:#2dd4bf}.focus-within\:outline-teal-500\/0:focus-within{outline-color:#14b8a600}.focus-within\:outline-teal-500\/5:focus-within{outline-color:#14b8a60d}.focus-within\:outline-teal-500\/10:focus-within{outline-color:#14b8a61a}.focus-within\:outline-teal-500\/20:focus-within{outline-color:#14b8a633}.focus-within\:outline-teal-500\/25:focus-within{outline-color:#14b8a640}.focus-within\:outline-teal-500\/30:focus-within{outline-color:#14b8a64d}.focus-within\:outline-teal-500\/40:focus-within{outline-color:#14b8a666}.focus-within\:outline-teal-500\/50:focus-within{outline-color:#14b8a680}.focus-within\:outline-teal-500\/60:focus-within{outline-color:#14b8a699}.focus-within\:outline-teal-500\/70:focus-within{outline-color:#14b8a6b3}.focus-within\:outline-teal-500\/75:focus-within{outline-color:#14b8a6bf}.focus-within\:outline-teal-500\/80:focus-within{outline-color:#14b8a6cc}.focus-within\:outline-teal-500\/90:focus-within{outline-color:#14b8a6e6}.focus-within\:outline-teal-500\/95:focus-within{outline-color:#14b8a6f2}.focus-within\:outline-teal-500\/100:focus-within{outline-color:#14b8a6}.focus-within\:outline-teal-600\/0:focus-within{outline-color:#0d948800}.focus-within\:outline-teal-600\/5:focus-within{outline-color:#0d94880d}.focus-within\:outline-teal-600\/10:focus-within{outline-color:#0d94881a}.focus-within\:outline-teal-600\/20:focus-within{outline-color:#0d948833}.focus-within\:outline-teal-600\/25:focus-within{outline-color:#0d948840}.focus-within\:outline-teal-600\/30:focus-within{outline-color:#0d94884d}.focus-within\:outline-teal-600\/40:focus-within{outline-color:#0d948866}.focus-within\:outline-teal-600\/50:focus-within{outline-color:#0d948880}.focus-within\:outline-teal-600\/60:focus-within{outline-color:#0d948899}.focus-within\:outline-teal-600\/70:focus-within{outline-color:#0d9488b3}.focus-within\:outline-teal-600\/75:focus-within{outline-color:#0d9488bf}.focus-within\:outline-teal-600\/80:focus-within{outline-color:#0d9488cc}.focus-within\:outline-teal-600\/90:focus-within{outline-color:#0d9488e6}.focus-within\:outline-teal-600\/95:focus-within{outline-color:#0d9488f2}.focus-within\:outline-teal-600\/100:focus-within{outline-color:#0d9488}.focus-within\:outline-teal-700\/0:focus-within{outline-color:#0f766e00}.focus-within\:outline-teal-700\/5:focus-within{outline-color:#0f766e0d}.focus-within\:outline-teal-700\/10:focus-within{outline-color:#0f766e1a}.focus-within\:outline-teal-700\/20:focus-within{outline-color:#0f766e33}.focus-within\:outline-teal-700\/25:focus-within{outline-color:#0f766e40}.focus-within\:outline-teal-700\/30:focus-within{outline-color:#0f766e4d}.focus-within\:outline-teal-700\/40:focus-within{outline-color:#0f766e66}.focus-within\:outline-teal-700\/50:focus-within{outline-color:#0f766e80}.focus-within\:outline-teal-700\/60:focus-within{outline-color:#0f766e99}.focus-within\:outline-teal-700\/70:focus-within{outline-color:#0f766eb3}.focus-within\:outline-teal-700\/75:focus-within{outline-color:#0f766ebf}.focus-within\:outline-teal-700\/80:focus-within{outline-color:#0f766ecc}.focus-within\:outline-teal-700\/90:focus-within{outline-color:#0f766ee6}.focus-within\:outline-teal-700\/95:focus-within{outline-color:#0f766ef2}.focus-within\:outline-teal-700\/100:focus-within{outline-color:#0f766e}.focus-within\:outline-teal-800\/0:focus-within{outline-color:#115e5900}.focus-within\:outline-teal-800\/5:focus-within{outline-color:#115e590d}.focus-within\:outline-teal-800\/10:focus-within{outline-color:#115e591a}.focus-within\:outline-teal-800\/20:focus-within{outline-color:#115e5933}.focus-within\:outline-teal-800\/25:focus-within{outline-color:#115e5940}.focus-within\:outline-teal-800\/30:focus-within{outline-color:#115e594d}.focus-within\:outline-teal-800\/40:focus-within{outline-color:#115e5966}.focus-within\:outline-teal-800\/50:focus-within{outline-color:#115e5980}.focus-within\:outline-teal-800\/60:focus-within{outline-color:#115e5999}.focus-within\:outline-teal-800\/70:focus-within{outline-color:#115e59b3}.focus-within\:outline-teal-800\/75:focus-within{outline-color:#115e59bf}.focus-within\:outline-teal-800\/80:focus-within{outline-color:#115e59cc}.focus-within\:outline-teal-800\/90:focus-within{outline-color:#115e59e6}.focus-within\:outline-teal-800\/95:focus-within{outline-color:#115e59f2}.focus-within\:outline-teal-800\/100:focus-within{outline-color:#115e59}.focus-within\:outline-teal-900\/0:focus-within{outline-color:#134e4a00}.focus-within\:outline-teal-900\/5:focus-within{outline-color:#134e4a0d}.focus-within\:outline-teal-900\/10:focus-within{outline-color:#134e4a1a}.focus-within\:outline-teal-900\/20:focus-within{outline-color:#134e4a33}.focus-within\:outline-teal-900\/25:focus-within{outline-color:#134e4a40}.focus-within\:outline-teal-900\/30:focus-within{outline-color:#134e4a4d}.focus-within\:outline-teal-900\/40:focus-within{outline-color:#134e4a66}.focus-within\:outline-teal-900\/50:focus-within{outline-color:#134e4a80}.focus-within\:outline-teal-900\/60:focus-within{outline-color:#134e4a99}.focus-within\:outline-teal-900\/70:focus-within{outline-color:#134e4ab3}.focus-within\:outline-teal-900\/75:focus-within{outline-color:#134e4abf}.focus-within\:outline-teal-900\/80:focus-within{outline-color:#134e4acc}.focus-within\:outline-teal-900\/90:focus-within{outline-color:#134e4ae6}.focus-within\:outline-teal-900\/95:focus-within{outline-color:#134e4af2}.focus-within\:outline-teal-900\/100:focus-within{outline-color:#134e4a}.focus-within\:outline-sky-50\/0:focus-within{outline-color:#f0f9ff00}.focus-within\:outline-sky-50\/5:focus-within{outline-color:#f0f9ff0d}.focus-within\:outline-sky-50\/10:focus-within{outline-color:#f0f9ff1a}.focus-within\:outline-sky-50\/20:focus-within{outline-color:#f0f9ff33}.focus-within\:outline-sky-50\/25:focus-within{outline-color:#f0f9ff40}.focus-within\:outline-sky-50\/30:focus-within{outline-color:#f0f9ff4d}.focus-within\:outline-sky-50\/40:focus-within{outline-color:#f0f9ff66}.focus-within\:outline-sky-50\/50:focus-within{outline-color:#f0f9ff80}.focus-within\:outline-sky-50\/60:focus-within{outline-color:#f0f9ff99}.focus-within\:outline-sky-50\/70:focus-within{outline-color:#f0f9ffb3}.focus-within\:outline-sky-50\/75:focus-within{outline-color:#f0f9ffbf}.focus-within\:outline-sky-50\/80:focus-within{outline-color:#f0f9ffcc}.focus-within\:outline-sky-50\/90:focus-within{outline-color:#f0f9ffe6}.focus-within\:outline-sky-50\/95:focus-within{outline-color:#f0f9fff2}.focus-within\:outline-sky-50\/100:focus-within{outline-color:#f0f9ff}.focus-within\:outline-sky-100\/0:focus-within{outline-color:#e0f2fe00}.focus-within\:outline-sky-100\/5:focus-within{outline-color:#e0f2fe0d}.focus-within\:outline-sky-100\/10:focus-within{outline-color:#e0f2fe1a}.focus-within\:outline-sky-100\/20:focus-within{outline-color:#e0f2fe33}.focus-within\:outline-sky-100\/25:focus-within{outline-color:#e0f2fe40}.focus-within\:outline-sky-100\/30:focus-within{outline-color:#e0f2fe4d}.focus-within\:outline-sky-100\/40:focus-within{outline-color:#e0f2fe66}.focus-within\:outline-sky-100\/50:focus-within{outline-color:#e0f2fe80}.focus-within\:outline-sky-100\/60:focus-within{outline-color:#e0f2fe99}.focus-within\:outline-sky-100\/70:focus-within{outline-color:#e0f2feb3}.focus-within\:outline-sky-100\/75:focus-within{outline-color:#e0f2febf}.focus-within\:outline-sky-100\/80:focus-within{outline-color:#e0f2fecc}.focus-within\:outline-sky-100\/90:focus-within{outline-color:#e0f2fee6}.focus-within\:outline-sky-100\/95:focus-within{outline-color:#e0f2fef2}.focus-within\:outline-sky-100\/100:focus-within{outline-color:#e0f2fe}.focus-within\:outline-sky-200\/0:focus-within{outline-color:#bae6fd00}.focus-within\:outline-sky-200\/5:focus-within{outline-color:#bae6fd0d}.focus-within\:outline-sky-200\/10:focus-within{outline-color:#bae6fd1a}.focus-within\:outline-sky-200\/20:focus-within{outline-color:#bae6fd33}.focus-within\:outline-sky-200\/25:focus-within{outline-color:#bae6fd40}.focus-within\:outline-sky-200\/30:focus-within{outline-color:#bae6fd4d}.focus-within\:outline-sky-200\/40:focus-within{outline-color:#bae6fd66}.focus-within\:outline-sky-200\/50:focus-within{outline-color:#bae6fd80}.focus-within\:outline-sky-200\/60:focus-within{outline-color:#bae6fd99}.focus-within\:outline-sky-200\/70:focus-within{outline-color:#bae6fdb3}.focus-within\:outline-sky-200\/75:focus-within{outline-color:#bae6fdbf}.focus-within\:outline-sky-200\/80:focus-within{outline-color:#bae6fdcc}.focus-within\:outline-sky-200\/90:focus-within{outline-color:#bae6fde6}.focus-within\:outline-sky-200\/95:focus-within{outline-color:#bae6fdf2}.focus-within\:outline-sky-200\/100:focus-within{outline-color:#bae6fd}.focus-within\:outline-sky-300\/0:focus-within{outline-color:#7dd3fc00}.focus-within\:outline-sky-300\/5:focus-within{outline-color:#7dd3fc0d}.focus-within\:outline-sky-300\/10:focus-within{outline-color:#7dd3fc1a}.focus-within\:outline-sky-300\/20:focus-within{outline-color:#7dd3fc33}.focus-within\:outline-sky-300\/25:focus-within{outline-color:#7dd3fc40}.focus-within\:outline-sky-300\/30:focus-within{outline-color:#7dd3fc4d}.focus-within\:outline-sky-300\/40:focus-within{outline-color:#7dd3fc66}.focus-within\:outline-sky-300\/50:focus-within{outline-color:#7dd3fc80}.focus-within\:outline-sky-300\/60:focus-within{outline-color:#7dd3fc99}.focus-within\:outline-sky-300\/70:focus-within{outline-color:#7dd3fcb3}.focus-within\:outline-sky-300\/75:focus-within{outline-color:#7dd3fcbf}.focus-within\:outline-sky-300\/80:focus-within{outline-color:#7dd3fccc}.focus-within\:outline-sky-300\/90:focus-within{outline-color:#7dd3fce6}.focus-within\:outline-sky-300\/95:focus-within{outline-color:#7dd3fcf2}.focus-within\:outline-sky-300\/100:focus-within{outline-color:#7dd3fc}.focus-within\:outline-sky-400\/0:focus-within{outline-color:#38bdf800}.focus-within\:outline-sky-400\/5:focus-within{outline-color:#38bdf80d}.focus-within\:outline-sky-400\/10:focus-within{outline-color:#38bdf81a}.focus-within\:outline-sky-400\/20:focus-within{outline-color:#38bdf833}.focus-within\:outline-sky-400\/25:focus-within{outline-color:#38bdf840}.focus-within\:outline-sky-400\/30:focus-within{outline-color:#38bdf84d}.focus-within\:outline-sky-400\/40:focus-within{outline-color:#38bdf866}.focus-within\:outline-sky-400\/50:focus-within{outline-color:#38bdf880}.focus-within\:outline-sky-400\/60:focus-within{outline-color:#38bdf899}.focus-within\:outline-sky-400\/70:focus-within{outline-color:#38bdf8b3}.focus-within\:outline-sky-400\/75:focus-within{outline-color:#38bdf8bf}.focus-within\:outline-sky-400\/80:focus-within{outline-color:#38bdf8cc}.focus-within\:outline-sky-400\/90:focus-within{outline-color:#38bdf8e6}.focus-within\:outline-sky-400\/95:focus-within{outline-color:#38bdf8f2}.focus-within\:outline-sky-400\/100:focus-within{outline-color:#38bdf8}.focus-within\:outline-sky-500\/0:focus-within{outline-color:#0ea5e900}.focus-within\:outline-sky-500\/5:focus-within{outline-color:#0ea5e90d}.focus-within\:outline-sky-500\/10:focus-within{outline-color:#0ea5e91a}.focus-within\:outline-sky-500\/20:focus-within{outline-color:#0ea5e933}.focus-within\:outline-sky-500\/25:focus-within{outline-color:#0ea5e940}.focus-within\:outline-sky-500\/30:focus-within{outline-color:#0ea5e94d}.focus-within\:outline-sky-500\/40:focus-within{outline-color:#0ea5e966}.focus-within\:outline-sky-500\/50:focus-within{outline-color:#0ea5e980}.focus-within\:outline-sky-500\/60:focus-within{outline-color:#0ea5e999}.focus-within\:outline-sky-500\/70:focus-within{outline-color:#0ea5e9b3}.focus-within\:outline-sky-500\/75:focus-within{outline-color:#0ea5e9bf}.focus-within\:outline-sky-500\/80:focus-within{outline-color:#0ea5e9cc}.focus-within\:outline-sky-500\/90:focus-within{outline-color:#0ea5e9e6}.focus-within\:outline-sky-500\/95:focus-within{outline-color:#0ea5e9f2}.focus-within\:outline-sky-500\/100:focus-within{outline-color:#0ea5e9}.focus-within\:outline-sky-600\/0:focus-within{outline-color:#0284c700}.focus-within\:outline-sky-600\/5:focus-within{outline-color:#0284c70d}.focus-within\:outline-sky-600\/10:focus-within{outline-color:#0284c71a}.focus-within\:outline-sky-600\/20:focus-within{outline-color:#0284c733}.focus-within\:outline-sky-600\/25:focus-within{outline-color:#0284c740}.focus-within\:outline-sky-600\/30:focus-within{outline-color:#0284c74d}.focus-within\:outline-sky-600\/40:focus-within{outline-color:#0284c766}.focus-within\:outline-sky-600\/50:focus-within{outline-color:#0284c780}.focus-within\:outline-sky-600\/60:focus-within{outline-color:#0284c799}.focus-within\:outline-sky-600\/70:focus-within{outline-color:#0284c7b3}.focus-within\:outline-sky-600\/75:focus-within{outline-color:#0284c7bf}.focus-within\:outline-sky-600\/80:focus-within{outline-color:#0284c7cc}.focus-within\:outline-sky-600\/90:focus-within{outline-color:#0284c7e6}.focus-within\:outline-sky-600\/95:focus-within{outline-color:#0284c7f2}.focus-within\:outline-sky-600\/100:focus-within{outline-color:#0284c7}.focus-within\:outline-sky-700\/0:focus-within{outline-color:#0369a100}.focus-within\:outline-sky-700\/5:focus-within{outline-color:#0369a10d}.focus-within\:outline-sky-700\/10:focus-within{outline-color:#0369a11a}.focus-within\:outline-sky-700\/20:focus-within{outline-color:#0369a133}.focus-within\:outline-sky-700\/25:focus-within{outline-color:#0369a140}.focus-within\:outline-sky-700\/30:focus-within{outline-color:#0369a14d}.focus-within\:outline-sky-700\/40:focus-within{outline-color:#0369a166}.focus-within\:outline-sky-700\/50:focus-within{outline-color:#0369a180}.focus-within\:outline-sky-700\/60:focus-within{outline-color:#0369a199}.focus-within\:outline-sky-700\/70:focus-within{outline-color:#0369a1b3}.focus-within\:outline-sky-700\/75:focus-within{outline-color:#0369a1bf}.focus-within\:outline-sky-700\/80:focus-within{outline-color:#0369a1cc}.focus-within\:outline-sky-700\/90:focus-within{outline-color:#0369a1e6}.focus-within\:outline-sky-700\/95:focus-within{outline-color:#0369a1f2}.focus-within\:outline-sky-700\/100:focus-within{outline-color:#0369a1}.focus-within\:outline-sky-800\/0:focus-within{outline-color:#07598500}.focus-within\:outline-sky-800\/5:focus-within{outline-color:#0759850d}.focus-within\:outline-sky-800\/10:focus-within{outline-color:#0759851a}.focus-within\:outline-sky-800\/20:focus-within{outline-color:#07598533}.focus-within\:outline-sky-800\/25:focus-within{outline-color:#07598540}.focus-within\:outline-sky-800\/30:focus-within{outline-color:#0759854d}.focus-within\:outline-sky-800\/40:focus-within{outline-color:#07598566}.focus-within\:outline-sky-800\/50:focus-within{outline-color:#07598580}.focus-within\:outline-sky-800\/60:focus-within{outline-color:#07598599}.focus-within\:outline-sky-800\/70:focus-within{outline-color:#075985b3}.focus-within\:outline-sky-800\/75:focus-within{outline-color:#075985bf}.focus-within\:outline-sky-800\/80:focus-within{outline-color:#075985cc}.focus-within\:outline-sky-800\/90:focus-within{outline-color:#075985e6}.focus-within\:outline-sky-800\/95:focus-within{outline-color:#075985f2}.focus-within\:outline-sky-800\/100:focus-within{outline-color:#075985}.focus-within\:outline-sky-900\/0:focus-within{outline-color:#0c4a6e00}.focus-within\:outline-sky-900\/5:focus-within{outline-color:#0c4a6e0d}.focus-within\:outline-sky-900\/10:focus-within{outline-color:#0c4a6e1a}.focus-within\:outline-sky-900\/20:focus-within{outline-color:#0c4a6e33}.focus-within\:outline-sky-900\/25:focus-within{outline-color:#0c4a6e40}.focus-within\:outline-sky-900\/30:focus-within{outline-color:#0c4a6e4d}.focus-within\:outline-sky-900\/40:focus-within{outline-color:#0c4a6e66}.focus-within\:outline-sky-900\/50:focus-within{outline-color:#0c4a6e80}.focus-within\:outline-sky-900\/60:focus-within{outline-color:#0c4a6e99}.focus-within\:outline-sky-900\/70:focus-within{outline-color:#0c4a6eb3}.focus-within\:outline-sky-900\/75:focus-within{outline-color:#0c4a6ebf}.focus-within\:outline-sky-900\/80:focus-within{outline-color:#0c4a6ecc}.focus-within\:outline-sky-900\/90:focus-within{outline-color:#0c4a6ee6}.focus-within\:outline-sky-900\/95:focus-within{outline-color:#0c4a6ef2}.focus-within\:outline-sky-900\/100:focus-within{outline-color:#0c4a6e}.focus-within\:outline-blue-50\/0:focus-within{outline-color:#eff6ff00}.focus-within\:outline-blue-50\/5:focus-within{outline-color:#eff6ff0d}.focus-within\:outline-blue-50\/10:focus-within{outline-color:#eff6ff1a}.focus-within\:outline-blue-50\/20:focus-within{outline-color:#eff6ff33}.focus-within\:outline-blue-50\/25:focus-within{outline-color:#eff6ff40}.focus-within\:outline-blue-50\/30:focus-within{outline-color:#eff6ff4d}.focus-within\:outline-blue-50\/40:focus-within{outline-color:#eff6ff66}.focus-within\:outline-blue-50\/50:focus-within{outline-color:#eff6ff80}.focus-within\:outline-blue-50\/60:focus-within{outline-color:#eff6ff99}.focus-within\:outline-blue-50\/70:focus-within{outline-color:#eff6ffb3}.focus-within\:outline-blue-50\/75:focus-within{outline-color:#eff6ffbf}.focus-within\:outline-blue-50\/80:focus-within{outline-color:#eff6ffcc}.focus-within\:outline-blue-50\/90:focus-within{outline-color:#eff6ffe6}.focus-within\:outline-blue-50\/95:focus-within{outline-color:#eff6fff2}.focus-within\:outline-blue-50\/100:focus-within{outline-color:#eff6ff}.focus-within\:outline-blue-100\/0:focus-within{outline-color:#f2f3fd00}.focus-within\:outline-blue-100\/5:focus-within{outline-color:#f2f3fd0d}.focus-within\:outline-blue-100\/10:focus-within{outline-color:#f2f3fd1a}.focus-within\:outline-blue-100\/20:focus-within{outline-color:#f2f3fd33}.focus-within\:outline-blue-100\/25:focus-within{outline-color:#f2f3fd40}.focus-within\:outline-blue-100\/30:focus-within{outline-color:#f2f3fd4d}.focus-within\:outline-blue-100\/40:focus-within{outline-color:#f2f3fd66}.focus-within\:outline-blue-100\/50:focus-within{outline-color:#f2f3fd80}.focus-within\:outline-blue-100\/60:focus-within{outline-color:#f2f3fd99}.focus-within\:outline-blue-100\/70:focus-within{outline-color:#f2f3fdb3}.focus-within\:outline-blue-100\/75:focus-within{outline-color:#f2f3fdbf}.focus-within\:outline-blue-100\/80:focus-within{outline-color:#f2f3fdcc}.focus-within\:outline-blue-100\/90:focus-within{outline-color:#f2f3fde6}.focus-within\:outline-blue-100\/95:focus-within{outline-color:#f2f3fdf2}.focus-within\:outline-blue-100\/100:focus-within{outline-color:#f2f3fd}.focus-within\:outline-blue-200\/0:focus-within{outline-color:#e4e8fb00}.focus-within\:outline-blue-200\/5:focus-within{outline-color:#e4e8fb0d}.focus-within\:outline-blue-200\/10:focus-within{outline-color:#e4e8fb1a}.focus-within\:outline-blue-200\/20:focus-within{outline-color:#e4e8fb33}.focus-within\:outline-blue-200\/25:focus-within{outline-color:#e4e8fb40}.focus-within\:outline-blue-200\/30:focus-within{outline-color:#e4e8fb4d}.focus-within\:outline-blue-200\/40:focus-within{outline-color:#e4e8fb66}.focus-within\:outline-blue-200\/50:focus-within{outline-color:#e4e8fb80}.focus-within\:outline-blue-200\/60:focus-within{outline-color:#e4e8fb99}.focus-within\:outline-blue-200\/70:focus-within{outline-color:#e4e8fbb3}.focus-within\:outline-blue-200\/75:focus-within{outline-color:#e4e8fbbf}.focus-within\:outline-blue-200\/80:focus-within{outline-color:#e4e8fbcc}.focus-within\:outline-blue-200\/90:focus-within{outline-color:#e4e8fbe6}.focus-within\:outline-blue-200\/95:focus-within{outline-color:#e4e8fbf2}.focus-within\:outline-blue-200\/100:focus-within{outline-color:#e4e8fb}.focus-within\:outline-blue-300\/0:focus-within{outline-color:#c6cff700}.focus-within\:outline-blue-300\/5:focus-within{outline-color:#c6cff70d}.focus-within\:outline-blue-300\/10:focus-within{outline-color:#c6cff71a}.focus-within\:outline-blue-300\/20:focus-within{outline-color:#c6cff733}.focus-within\:outline-blue-300\/25:focus-within{outline-color:#c6cff740}.focus-within\:outline-blue-300\/30:focus-within{outline-color:#c6cff74d}.focus-within\:outline-blue-300\/40:focus-within{outline-color:#c6cff766}.focus-within\:outline-blue-300\/50:focus-within{outline-color:#c6cff780}.focus-within\:outline-blue-300\/60:focus-within{outline-color:#c6cff799}.focus-within\:outline-blue-300\/70:focus-within{outline-color:#c6cff7b3}.focus-within\:outline-blue-300\/75:focus-within{outline-color:#c6cff7bf}.focus-within\:outline-blue-300\/80:focus-within{outline-color:#c6cff7cc}.focus-within\:outline-blue-300\/90:focus-within{outline-color:#c6cff7e6}.focus-within\:outline-blue-300\/95:focus-within{outline-color:#c6cff7f2}.focus-within\:outline-blue-300\/100:focus-within{outline-color:#c6cff7}.focus-within\:outline-blue-400\/0:focus-within{outline-color:#a3b2f300}.focus-within\:outline-blue-400\/5:focus-within{outline-color:#a3b2f30d}.focus-within\:outline-blue-400\/10:focus-within{outline-color:#a3b2f31a}.focus-within\:outline-blue-400\/20:focus-within{outline-color:#a3b2f333}.focus-within\:outline-blue-400\/25:focus-within{outline-color:#a3b2f340}.focus-within\:outline-blue-400\/30:focus-within{outline-color:#a3b2f34d}.focus-within\:outline-blue-400\/40:focus-within{outline-color:#a3b2f366}.focus-within\:outline-blue-400\/50:focus-within{outline-color:#a3b2f380}.focus-within\:outline-blue-400\/60:focus-within{outline-color:#a3b2f399}.focus-within\:outline-blue-400\/70:focus-within{outline-color:#a3b2f3b3}.focus-within\:outline-blue-400\/75:focus-within{outline-color:#a3b2f3bf}.focus-within\:outline-blue-400\/80:focus-within{outline-color:#a3b2f3cc}.focus-within\:outline-blue-400\/90:focus-within{outline-color:#a3b2f3e6}.focus-within\:outline-blue-400\/95:focus-within{outline-color:#a3b2f3f2}.focus-within\:outline-blue-400\/100:focus-within{outline-color:#a3b2f3}.focus-within\:outline-blue-500\/0:focus-within{outline-color:#7690ef00}.focus-within\:outline-blue-500\/5:focus-within{outline-color:#7690ef0d}.focus-within\:outline-blue-500\/10:focus-within{outline-color:#7690ef1a}.focus-within\:outline-blue-500\/20:focus-within{outline-color:#7690ef33}.focus-within\:outline-blue-500\/25:focus-within{outline-color:#7690ef40}.focus-within\:outline-blue-500\/30:focus-within{outline-color:#7690ef4d}.focus-within\:outline-blue-500\/40:focus-within{outline-color:#7690ef66}.focus-within\:outline-blue-500\/50:focus-within{outline-color:#7690ef80}.focus-within\:outline-blue-500\/60:focus-within{outline-color:#7690ef99}.focus-within\:outline-blue-500\/70:focus-within{outline-color:#7690efb3}.focus-within\:outline-blue-500\/75:focus-within{outline-color:#7690efbf}.focus-within\:outline-blue-500\/80:focus-within{outline-color:#7690efcc}.focus-within\:outline-blue-500\/90:focus-within{outline-color:#7690efe6}.focus-within\:outline-blue-500\/95:focus-within{outline-color:#7690eff2}.focus-within\:outline-blue-500\/100:focus-within{outline-color:#7690ef}.focus-within\:outline-blue-600\/0:focus-within{outline-color:#2563eb00}.focus-within\:outline-blue-600\/5:focus-within{outline-color:#2563eb0d}.focus-within\:outline-blue-600\/10:focus-within{outline-color:#2563eb1a}.focus-within\:outline-blue-600\/20:focus-within{outline-color:#2563eb33}.focus-within\:outline-blue-600\/25:focus-within{outline-color:#2563eb40}.focus-within\:outline-blue-600\/30:focus-within{outline-color:#2563eb4d}.focus-within\:outline-blue-600\/40:focus-within{outline-color:#2563eb66}.focus-within\:outline-blue-600\/50:focus-within{outline-color:#2563eb80}.focus-within\:outline-blue-600\/60:focus-within{outline-color:#2563eb99}.focus-within\:outline-blue-600\/70:focus-within{outline-color:#2563ebb3}.focus-within\:outline-blue-600\/75:focus-within{outline-color:#2563ebbf}.focus-within\:outline-blue-600\/80:focus-within{outline-color:#2563ebcc}.focus-within\:outline-blue-600\/90:focus-within{outline-color:#2563ebe6}.focus-within\:outline-blue-600\/95:focus-within{outline-color:#2563ebf2}.focus-within\:outline-blue-600\/100:focus-within{outline-color:#2563eb}.focus-within\:outline-blue-700\/0:focus-within{outline-color:#2158d200}.focus-within\:outline-blue-700\/5:focus-within{outline-color:#2158d20d}.focus-within\:outline-blue-700\/10:focus-within{outline-color:#2158d21a}.focus-within\:outline-blue-700\/20:focus-within{outline-color:#2158d233}.focus-within\:outline-blue-700\/25:focus-within{outline-color:#2158d240}.focus-within\:outline-blue-700\/30:focus-within{outline-color:#2158d24d}.focus-within\:outline-blue-700\/40:focus-within{outline-color:#2158d266}.focus-within\:outline-blue-700\/50:focus-within{outline-color:#2158d280}.focus-within\:outline-blue-700\/60:focus-within{outline-color:#2158d299}.focus-within\:outline-blue-700\/70:focus-within{outline-color:#2158d2b3}.focus-within\:outline-blue-700\/75:focus-within{outline-color:#2158d2bf}.focus-within\:outline-blue-700\/80:focus-within{outline-color:#2158d2cc}.focus-within\:outline-blue-700\/90:focus-within{outline-color:#2158d2e6}.focus-within\:outline-blue-700\/95:focus-within{outline-color:#2158d2f2}.focus-within\:outline-blue-700\/100:focus-within{outline-color:#2158d2}.focus-within\:outline-blue-800\/0:focus-within{outline-color:#1c4cb600}.focus-within\:outline-blue-800\/5:focus-within{outline-color:#1c4cb60d}.focus-within\:outline-blue-800\/10:focus-within{outline-color:#1c4cb61a}.focus-within\:outline-blue-800\/20:focus-within{outline-color:#1c4cb633}.focus-within\:outline-blue-800\/25:focus-within{outline-color:#1c4cb640}.focus-within\:outline-blue-800\/30:focus-within{outline-color:#1c4cb64d}.focus-within\:outline-blue-800\/40:focus-within{outline-color:#1c4cb666}.focus-within\:outline-blue-800\/50:focus-within{outline-color:#1c4cb680}.focus-within\:outline-blue-800\/60:focus-within{outline-color:#1c4cb699}.focus-within\:outline-blue-800\/70:focus-within{outline-color:#1c4cb6b3}.focus-within\:outline-blue-800\/75:focus-within{outline-color:#1c4cb6bf}.focus-within\:outline-blue-800\/80:focus-within{outline-color:#1c4cb6cc}.focus-within\:outline-blue-800\/90:focus-within{outline-color:#1c4cb6e6}.focus-within\:outline-blue-800\/95:focus-within{outline-color:#1c4cb6f2}.focus-within\:outline-blue-800\/100:focus-within{outline-color:#1c4cb6}.focus-within\:outline-blue-900\/0:focus-within{outline-color:#173e9400}.focus-within\:outline-blue-900\/5:focus-within{outline-color:#173e940d}.focus-within\:outline-blue-900\/10:focus-within{outline-color:#173e941a}.focus-within\:outline-blue-900\/20:focus-within{outline-color:#173e9433}.focus-within\:outline-blue-900\/25:focus-within{outline-color:#173e9440}.focus-within\:outline-blue-900\/30:focus-within{outline-color:#173e944d}.focus-within\:outline-blue-900\/40:focus-within{outline-color:#173e9466}.focus-within\:outline-blue-900\/50:focus-within{outline-color:#173e9480}.focus-within\:outline-blue-900\/60:focus-within{outline-color:#173e9499}.focus-within\:outline-blue-900\/70:focus-within{outline-color:#173e94b3}.focus-within\:outline-blue-900\/75:focus-within{outline-color:#173e94bf}.focus-within\:outline-blue-900\/80:focus-within{outline-color:#173e94cc}.focus-within\:outline-blue-900\/90:focus-within{outline-color:#173e94e6}.focus-within\:outline-blue-900\/95:focus-within{outline-color:#173e94f2}.focus-within\:outline-blue-900\/100:focus-within{outline-color:#173e94}.focus-within\:outline-indigo-50\/0:focus-within{outline-color:#eef2ff00}.focus-within\:outline-indigo-50\/5:focus-within{outline-color:#eef2ff0d}.focus-within\:outline-indigo-50\/10:focus-within{outline-color:#eef2ff1a}.focus-within\:outline-indigo-50\/20:focus-within{outline-color:#eef2ff33}.focus-within\:outline-indigo-50\/25:focus-within{outline-color:#eef2ff40}.focus-within\:outline-indigo-50\/30:focus-within{outline-color:#eef2ff4d}.focus-within\:outline-indigo-50\/40:focus-within{outline-color:#eef2ff66}.focus-within\:outline-indigo-50\/50:focus-within{outline-color:#eef2ff80}.focus-within\:outline-indigo-50\/60:focus-within{outline-color:#eef2ff99}.focus-within\:outline-indigo-50\/70:focus-within{outline-color:#eef2ffb3}.focus-within\:outline-indigo-50\/75:focus-within{outline-color:#eef2ffbf}.focus-within\:outline-indigo-50\/80:focus-within{outline-color:#eef2ffcc}.focus-within\:outline-indigo-50\/90:focus-within{outline-color:#eef2ffe6}.focus-within\:outline-indigo-50\/95:focus-within{outline-color:#eef2fff2}.focus-within\:outline-indigo-50\/100:focus-within{outline-color:#eef2ff}.focus-within\:outline-indigo-100\/0:focus-within{outline-color:#e0e7ff00}.focus-within\:outline-indigo-100\/5:focus-within{outline-color:#e0e7ff0d}.focus-within\:outline-indigo-100\/10:focus-within{outline-color:#e0e7ff1a}.focus-within\:outline-indigo-100\/20:focus-within{outline-color:#e0e7ff33}.focus-within\:outline-indigo-100\/25:focus-within{outline-color:#e0e7ff40}.focus-within\:outline-indigo-100\/30:focus-within{outline-color:#e0e7ff4d}.focus-within\:outline-indigo-100\/40:focus-within{outline-color:#e0e7ff66}.focus-within\:outline-indigo-100\/50:focus-within{outline-color:#e0e7ff80}.focus-within\:outline-indigo-100\/60:focus-within{outline-color:#e0e7ff99}.focus-within\:outline-indigo-100\/70:focus-within{outline-color:#e0e7ffb3}.focus-within\:outline-indigo-100\/75:focus-within{outline-color:#e0e7ffbf}.focus-within\:outline-indigo-100\/80:focus-within{outline-color:#e0e7ffcc}.focus-within\:outline-indigo-100\/90:focus-within{outline-color:#e0e7ffe6}.focus-within\:outline-indigo-100\/95:focus-within{outline-color:#e0e7fff2}.focus-within\:outline-indigo-100\/100:focus-within{outline-color:#e0e7ff}.focus-within\:outline-indigo-200\/0:focus-within{outline-color:#c7d2fe00}.focus-within\:outline-indigo-200\/5:focus-within{outline-color:#c7d2fe0d}.focus-within\:outline-indigo-200\/10:focus-within{outline-color:#c7d2fe1a}.focus-within\:outline-indigo-200\/20:focus-within{outline-color:#c7d2fe33}.focus-within\:outline-indigo-200\/25:focus-within{outline-color:#c7d2fe40}.focus-within\:outline-indigo-200\/30:focus-within{outline-color:#c7d2fe4d}.focus-within\:outline-indigo-200\/40:focus-within{outline-color:#c7d2fe66}.focus-within\:outline-indigo-200\/50:focus-within{outline-color:#c7d2fe80}.focus-within\:outline-indigo-200\/60:focus-within{outline-color:#c7d2fe99}.focus-within\:outline-indigo-200\/70:focus-within{outline-color:#c7d2feb3}.focus-within\:outline-indigo-200\/75:focus-within{outline-color:#c7d2febf}.focus-within\:outline-indigo-200\/80:focus-within{outline-color:#c7d2fecc}.focus-within\:outline-indigo-200\/90:focus-within{outline-color:#c7d2fee6}.focus-within\:outline-indigo-200\/95:focus-within{outline-color:#c7d2fef2}.focus-within\:outline-indigo-200\/100:focus-within{outline-color:#c7d2fe}.focus-within\:outline-indigo-300\/0:focus-within{outline-color:#a5b4fc00}.focus-within\:outline-indigo-300\/5:focus-within{outline-color:#a5b4fc0d}.focus-within\:outline-indigo-300\/10:focus-within{outline-color:#a5b4fc1a}.focus-within\:outline-indigo-300\/20:focus-within{outline-color:#a5b4fc33}.focus-within\:outline-indigo-300\/25:focus-within{outline-color:#a5b4fc40}.focus-within\:outline-indigo-300\/30:focus-within{outline-color:#a5b4fc4d}.focus-within\:outline-indigo-300\/40:focus-within{outline-color:#a5b4fc66}.focus-within\:outline-indigo-300\/50:focus-within{outline-color:#a5b4fc80}.focus-within\:outline-indigo-300\/60:focus-within{outline-color:#a5b4fc99}.focus-within\:outline-indigo-300\/70:focus-within{outline-color:#a5b4fcb3}.focus-within\:outline-indigo-300\/75:focus-within{outline-color:#a5b4fcbf}.focus-within\:outline-indigo-300\/80:focus-within{outline-color:#a5b4fccc}.focus-within\:outline-indigo-300\/90:focus-within{outline-color:#a5b4fce6}.focus-within\:outline-indigo-300\/95:focus-within{outline-color:#a5b4fcf2}.focus-within\:outline-indigo-300\/100:focus-within{outline-color:#a5b4fc}.focus-within\:outline-indigo-400\/0:focus-within{outline-color:#818cf800}.focus-within\:outline-indigo-400\/5:focus-within{outline-color:#818cf80d}.focus-within\:outline-indigo-400\/10:focus-within{outline-color:#818cf81a}.focus-within\:outline-indigo-400\/20:focus-within{outline-color:#818cf833}.focus-within\:outline-indigo-400\/25:focus-within{outline-color:#818cf840}.focus-within\:outline-indigo-400\/30:focus-within{outline-color:#818cf84d}.focus-within\:outline-indigo-400\/40:focus-within{outline-color:#818cf866}.focus-within\:outline-indigo-400\/50:focus-within{outline-color:#818cf880}.focus-within\:outline-indigo-400\/60:focus-within{outline-color:#818cf899}.focus-within\:outline-indigo-400\/70:focus-within{outline-color:#818cf8b3}.focus-within\:outline-indigo-400\/75:focus-within{outline-color:#818cf8bf}.focus-within\:outline-indigo-400\/80:focus-within{outline-color:#818cf8cc}.focus-within\:outline-indigo-400\/90:focus-within{outline-color:#818cf8e6}.focus-within\:outline-indigo-400\/95:focus-within{outline-color:#818cf8f2}.focus-within\:outline-indigo-400\/100:focus-within{outline-color:#818cf8}.focus-within\:outline-indigo-500\/0:focus-within{outline-color:#6366f100}.focus-within\:outline-indigo-500\/5:focus-within{outline-color:#6366f10d}.focus-within\:outline-indigo-500\/10:focus-within{outline-color:#6366f11a}.focus-within\:outline-indigo-500\/20:focus-within{outline-color:#6366f133}.focus-within\:outline-indigo-500\/25:focus-within{outline-color:#6366f140}.focus-within\:outline-indigo-500\/30:focus-within{outline-color:#6366f14d}.focus-within\:outline-indigo-500\/40:focus-within{outline-color:#6366f166}.focus-within\:outline-indigo-500\/50:focus-within{outline-color:#6366f180}.focus-within\:outline-indigo-500\/60:focus-within{outline-color:#6366f199}.focus-within\:outline-indigo-500\/70:focus-within{outline-color:#6366f1b3}.focus-within\:outline-indigo-500\/75:focus-within{outline-color:#6366f1bf}.focus-within\:outline-indigo-500\/80:focus-within{outline-color:#6366f1cc}.focus-within\:outline-indigo-500\/90:focus-within{outline-color:#6366f1e6}.focus-within\:outline-indigo-500\/95:focus-within{outline-color:#6366f1f2}.focus-within\:outline-indigo-500\/100:focus-within{outline-color:#6366f1}.focus-within\:outline-indigo-600\/0:focus-within{outline-color:#4f46e500}.focus-within\:outline-indigo-600\/5:focus-within{outline-color:#4f46e50d}.focus-within\:outline-indigo-600\/10:focus-within{outline-color:#4f46e51a}.focus-within\:outline-indigo-600\/20:focus-within{outline-color:#4f46e533}.focus-within\:outline-indigo-600\/25:focus-within{outline-color:#4f46e540}.focus-within\:outline-indigo-600\/30:focus-within{outline-color:#4f46e54d}.focus-within\:outline-indigo-600\/40:focus-within{outline-color:#4f46e566}.focus-within\:outline-indigo-600\/50:focus-within{outline-color:#4f46e580}.focus-within\:outline-indigo-600\/60:focus-within{outline-color:#4f46e599}.focus-within\:outline-indigo-600\/70:focus-within{outline-color:#4f46e5b3}.focus-within\:outline-indigo-600\/75:focus-within{outline-color:#4f46e5bf}.focus-within\:outline-indigo-600\/80:focus-within{outline-color:#4f46e5cc}.focus-within\:outline-indigo-600\/90:focus-within{outline-color:#4f46e5e6}.focus-within\:outline-indigo-600\/95:focus-within{outline-color:#4f46e5f2}.focus-within\:outline-indigo-600\/100:focus-within{outline-color:#4f46e5}.focus-within\:outline-indigo-700\/0:focus-within{outline-color:#4338ca00}.focus-within\:outline-indigo-700\/5:focus-within{outline-color:#4338ca0d}.focus-within\:outline-indigo-700\/10:focus-within{outline-color:#4338ca1a}.focus-within\:outline-indigo-700\/20:focus-within{outline-color:#4338ca33}.focus-within\:outline-indigo-700\/25:focus-within{outline-color:#4338ca40}.focus-within\:outline-indigo-700\/30:focus-within{outline-color:#4338ca4d}.focus-within\:outline-indigo-700\/40:focus-within{outline-color:#4338ca66}.focus-within\:outline-indigo-700\/50:focus-within{outline-color:#4338ca80}.focus-within\:outline-indigo-700\/60:focus-within{outline-color:#4338ca99}.focus-within\:outline-indigo-700\/70:focus-within{outline-color:#4338cab3}.focus-within\:outline-indigo-700\/75:focus-within{outline-color:#4338cabf}.focus-within\:outline-indigo-700\/80:focus-within{outline-color:#4338cacc}.focus-within\:outline-indigo-700\/90:focus-within{outline-color:#4338cae6}.focus-within\:outline-indigo-700\/95:focus-within{outline-color:#4338caf2}.focus-within\:outline-indigo-700\/100:focus-within{outline-color:#4338ca}.focus-within\:outline-indigo-800\/0:focus-within{outline-color:#3730a300}.focus-within\:outline-indigo-800\/5:focus-within{outline-color:#3730a30d}.focus-within\:outline-indigo-800\/10:focus-within{outline-color:#3730a31a}.focus-within\:outline-indigo-800\/20:focus-within{outline-color:#3730a333}.focus-within\:outline-indigo-800\/25:focus-within{outline-color:#3730a340}.focus-within\:outline-indigo-800\/30:focus-within{outline-color:#3730a34d}.focus-within\:outline-indigo-800\/40:focus-within{outline-color:#3730a366}.focus-within\:outline-indigo-800\/50:focus-within{outline-color:#3730a380}.focus-within\:outline-indigo-800\/60:focus-within{outline-color:#3730a399}.focus-within\:outline-indigo-800\/70:focus-within{outline-color:#3730a3b3}.focus-within\:outline-indigo-800\/75:focus-within{outline-color:#3730a3bf}.focus-within\:outline-indigo-800\/80:focus-within{outline-color:#3730a3cc}.focus-within\:outline-indigo-800\/90:focus-within{outline-color:#3730a3e6}.focus-within\:outline-indigo-800\/95:focus-within{outline-color:#3730a3f2}.focus-within\:outline-indigo-800\/100:focus-within{outline-color:#3730a3}.focus-within\:outline-indigo-900\/0:focus-within{outline-color:#312e8100}.focus-within\:outline-indigo-900\/5:focus-within{outline-color:#312e810d}.focus-within\:outline-indigo-900\/10:focus-within{outline-color:#312e811a}.focus-within\:outline-indigo-900\/20:focus-within{outline-color:#312e8133}.focus-within\:outline-indigo-900\/25:focus-within{outline-color:#312e8140}.focus-within\:outline-indigo-900\/30:focus-within{outline-color:#312e814d}.focus-within\:outline-indigo-900\/40:focus-within{outline-color:#312e8166}.focus-within\:outline-indigo-900\/50:focus-within{outline-color:#312e8180}.focus-within\:outline-indigo-900\/60:focus-within{outline-color:#312e8199}.focus-within\:outline-indigo-900\/70:focus-within{outline-color:#312e81b3}.focus-within\:outline-indigo-900\/75:focus-within{outline-color:#312e81bf}.focus-within\:outline-indigo-900\/80:focus-within{outline-color:#312e81cc}.focus-within\:outline-indigo-900\/90:focus-within{outline-color:#312e81e6}.focus-within\:outline-indigo-900\/95:focus-within{outline-color:#312e81f2}.focus-within\:outline-indigo-900\/100:focus-within{outline-color:#312e81}.focus-within\:outline-violet-50\/0:focus-within{outline-color:#f5f3ff00}.focus-within\:outline-violet-50\/5:focus-within{outline-color:#f5f3ff0d}.focus-within\:outline-violet-50\/10:focus-within{outline-color:#f5f3ff1a}.focus-within\:outline-violet-50\/20:focus-within{outline-color:#f5f3ff33}.focus-within\:outline-violet-50\/25:focus-within{outline-color:#f5f3ff40}.focus-within\:outline-violet-50\/30:focus-within{outline-color:#f5f3ff4d}.focus-within\:outline-violet-50\/40:focus-within{outline-color:#f5f3ff66}.focus-within\:outline-violet-50\/50:focus-within{outline-color:#f5f3ff80}.focus-within\:outline-violet-50\/60:focus-within{outline-color:#f5f3ff99}.focus-within\:outline-violet-50\/70:focus-within{outline-color:#f5f3ffb3}.focus-within\:outline-violet-50\/75:focus-within{outline-color:#f5f3ffbf}.focus-within\:outline-violet-50\/80:focus-within{outline-color:#f5f3ffcc}.focus-within\:outline-violet-50\/90:focus-within{outline-color:#f5f3ffe6}.focus-within\:outline-violet-50\/95:focus-within{outline-color:#f5f3fff2}.focus-within\:outline-violet-50\/100:focus-within{outline-color:#f5f3ff}.focus-within\:outline-violet-100\/0:focus-within{outline-color:#ede9fe00}.focus-within\:outline-violet-100\/5:focus-within{outline-color:#ede9fe0d}.focus-within\:outline-violet-100\/10:focus-within{outline-color:#ede9fe1a}.focus-within\:outline-violet-100\/20:focus-within{outline-color:#ede9fe33}.focus-within\:outline-violet-100\/25:focus-within{outline-color:#ede9fe40}.focus-within\:outline-violet-100\/30:focus-within{outline-color:#ede9fe4d}.focus-within\:outline-violet-100\/40:focus-within{outline-color:#ede9fe66}.focus-within\:outline-violet-100\/50:focus-within{outline-color:#ede9fe80}.focus-within\:outline-violet-100\/60:focus-within{outline-color:#ede9fe99}.focus-within\:outline-violet-100\/70:focus-within{outline-color:#ede9feb3}.focus-within\:outline-violet-100\/75:focus-within{outline-color:#ede9febf}.focus-within\:outline-violet-100\/80:focus-within{outline-color:#ede9fecc}.focus-within\:outline-violet-100\/90:focus-within{outline-color:#ede9fee6}.focus-within\:outline-violet-100\/95:focus-within{outline-color:#ede9fef2}.focus-within\:outline-violet-100\/100:focus-within{outline-color:#ede9fe}.focus-within\:outline-violet-200\/0:focus-within{outline-color:#ddd6fe00}.focus-within\:outline-violet-200\/5:focus-within{outline-color:#ddd6fe0d}.focus-within\:outline-violet-200\/10:focus-within{outline-color:#ddd6fe1a}.focus-within\:outline-violet-200\/20:focus-within{outline-color:#ddd6fe33}.focus-within\:outline-violet-200\/25:focus-within{outline-color:#ddd6fe40}.focus-within\:outline-violet-200\/30:focus-within{outline-color:#ddd6fe4d}.focus-within\:outline-violet-200\/40:focus-within{outline-color:#ddd6fe66}.focus-within\:outline-violet-200\/50:focus-within{outline-color:#ddd6fe80}.focus-within\:outline-violet-200\/60:focus-within{outline-color:#ddd6fe99}.focus-within\:outline-violet-200\/70:focus-within{outline-color:#ddd6feb3}.focus-within\:outline-violet-200\/75:focus-within{outline-color:#ddd6febf}.focus-within\:outline-violet-200\/80:focus-within{outline-color:#ddd6fecc}.focus-within\:outline-violet-200\/90:focus-within{outline-color:#ddd6fee6}.focus-within\:outline-violet-200\/95:focus-within{outline-color:#ddd6fef2}.focus-within\:outline-violet-200\/100:focus-within{outline-color:#ddd6fe}.focus-within\:outline-violet-300\/0:focus-within{outline-color:#c4b5fd00}.focus-within\:outline-violet-300\/5:focus-within{outline-color:#c4b5fd0d}.focus-within\:outline-violet-300\/10:focus-within{outline-color:#c4b5fd1a}.focus-within\:outline-violet-300\/20:focus-within{outline-color:#c4b5fd33}.focus-within\:outline-violet-300\/25:focus-within{outline-color:#c4b5fd40}.focus-within\:outline-violet-300\/30:focus-within{outline-color:#c4b5fd4d}.focus-within\:outline-violet-300\/40:focus-within{outline-color:#c4b5fd66}.focus-within\:outline-violet-300\/50:focus-within{outline-color:#c4b5fd80}.focus-within\:outline-violet-300\/60:focus-within{outline-color:#c4b5fd99}.focus-within\:outline-violet-300\/70:focus-within{outline-color:#c4b5fdb3}.focus-within\:outline-violet-300\/75:focus-within{outline-color:#c4b5fdbf}.focus-within\:outline-violet-300\/80:focus-within{outline-color:#c4b5fdcc}.focus-within\:outline-violet-300\/90:focus-within{outline-color:#c4b5fde6}.focus-within\:outline-violet-300\/95:focus-within{outline-color:#c4b5fdf2}.focus-within\:outline-violet-300\/100:focus-within{outline-color:#c4b5fd}.focus-within\:outline-violet-400\/0:focus-within{outline-color:#a78bfa00}.focus-within\:outline-violet-400\/5:focus-within{outline-color:#a78bfa0d}.focus-within\:outline-violet-400\/10:focus-within{outline-color:#a78bfa1a}.focus-within\:outline-violet-400\/20:focus-within{outline-color:#a78bfa33}.focus-within\:outline-violet-400\/25:focus-within{outline-color:#a78bfa40}.focus-within\:outline-violet-400\/30:focus-within{outline-color:#a78bfa4d}.focus-within\:outline-violet-400\/40:focus-within{outline-color:#a78bfa66}.focus-within\:outline-violet-400\/50:focus-within{outline-color:#a78bfa80}.focus-within\:outline-violet-400\/60:focus-within{outline-color:#a78bfa99}.focus-within\:outline-violet-400\/70:focus-within{outline-color:#a78bfab3}.focus-within\:outline-violet-400\/75:focus-within{outline-color:#a78bfabf}.focus-within\:outline-violet-400\/80:focus-within{outline-color:#a78bfacc}.focus-within\:outline-violet-400\/90:focus-within{outline-color:#a78bfae6}.focus-within\:outline-violet-400\/95:focus-within{outline-color:#a78bfaf2}.focus-within\:outline-violet-400\/100:focus-within{outline-color:#a78bfa}.focus-within\:outline-violet-500\/0:focus-within{outline-color:#8b5cf600}.focus-within\:outline-violet-500\/5:focus-within{outline-color:#8b5cf60d}.focus-within\:outline-violet-500\/10:focus-within{outline-color:#8b5cf61a}.focus-within\:outline-violet-500\/20:focus-within{outline-color:#8b5cf633}.focus-within\:outline-violet-500\/25:focus-within{outline-color:#8b5cf640}.focus-within\:outline-violet-500\/30:focus-within{outline-color:#8b5cf64d}.focus-within\:outline-violet-500\/40:focus-within{outline-color:#8b5cf666}.focus-within\:outline-violet-500\/50:focus-within{outline-color:#8b5cf680}.focus-within\:outline-violet-500\/60:focus-within{outline-color:#8b5cf699}.focus-within\:outline-violet-500\/70:focus-within{outline-color:#8b5cf6b3}.focus-within\:outline-violet-500\/75:focus-within{outline-color:#8b5cf6bf}.focus-within\:outline-violet-500\/80:focus-within{outline-color:#8b5cf6cc}.focus-within\:outline-violet-500\/90:focus-within{outline-color:#8b5cf6e6}.focus-within\:outline-violet-500\/95:focus-within{outline-color:#8b5cf6f2}.focus-within\:outline-violet-500\/100:focus-within{outline-color:#8b5cf6}.focus-within\:outline-violet-600\/0:focus-within{outline-color:#7c3aed00}.focus-within\:outline-violet-600\/5:focus-within{outline-color:#7c3aed0d}.focus-within\:outline-violet-600\/10:focus-within{outline-color:#7c3aed1a}.focus-within\:outline-violet-600\/20:focus-within{outline-color:#7c3aed33}.focus-within\:outline-violet-600\/25:focus-within{outline-color:#7c3aed40}.focus-within\:outline-violet-600\/30:focus-within{outline-color:#7c3aed4d}.focus-within\:outline-violet-600\/40:focus-within{outline-color:#7c3aed66}.focus-within\:outline-violet-600\/50:focus-within{outline-color:#7c3aed80}.focus-within\:outline-violet-600\/60:focus-within{outline-color:#7c3aed99}.focus-within\:outline-violet-600\/70:focus-within{outline-color:#7c3aedb3}.focus-within\:outline-violet-600\/75:focus-within{outline-color:#7c3aedbf}.focus-within\:outline-violet-600\/80:focus-within{outline-color:#7c3aedcc}.focus-within\:outline-violet-600\/90:focus-within{outline-color:#7c3aede6}.focus-within\:outline-violet-600\/95:focus-within{outline-color:#7c3aedf2}.focus-within\:outline-violet-600\/100:focus-within{outline-color:#7c3aed}.focus-within\:outline-violet-700\/0:focus-within{outline-color:#6d28d900}.focus-within\:outline-violet-700\/5:focus-within{outline-color:#6d28d90d}.focus-within\:outline-violet-700\/10:focus-within{outline-color:#6d28d91a}.focus-within\:outline-violet-700\/20:focus-within{outline-color:#6d28d933}.focus-within\:outline-violet-700\/25:focus-within{outline-color:#6d28d940}.focus-within\:outline-violet-700\/30:focus-within{outline-color:#6d28d94d}.focus-within\:outline-violet-700\/40:focus-within{outline-color:#6d28d966}.focus-within\:outline-violet-700\/50:focus-within{outline-color:#6d28d980}.focus-within\:outline-violet-700\/60:focus-within{outline-color:#6d28d999}.focus-within\:outline-violet-700\/70:focus-within{outline-color:#6d28d9b3}.focus-within\:outline-violet-700\/75:focus-within{outline-color:#6d28d9bf}.focus-within\:outline-violet-700\/80:focus-within{outline-color:#6d28d9cc}.focus-within\:outline-violet-700\/90:focus-within{outline-color:#6d28d9e6}.focus-within\:outline-violet-700\/95:focus-within{outline-color:#6d28d9f2}.focus-within\:outline-violet-700\/100:focus-within{outline-color:#6d28d9}.focus-within\:outline-violet-800\/0:focus-within{outline-color:#5b21b600}.focus-within\:outline-violet-800\/5:focus-within{outline-color:#5b21b60d}.focus-within\:outline-violet-800\/10:focus-within{outline-color:#5b21b61a}.focus-within\:outline-violet-800\/20:focus-within{outline-color:#5b21b633}.focus-within\:outline-violet-800\/25:focus-within{outline-color:#5b21b640}.focus-within\:outline-violet-800\/30:focus-within{outline-color:#5b21b64d}.focus-within\:outline-violet-800\/40:focus-within{outline-color:#5b21b666}.focus-within\:outline-violet-800\/50:focus-within{outline-color:#5b21b680}.focus-within\:outline-violet-800\/60:focus-within{outline-color:#5b21b699}.focus-within\:outline-violet-800\/70:focus-within{outline-color:#5b21b6b3}.focus-within\:outline-violet-800\/75:focus-within{outline-color:#5b21b6bf}.focus-within\:outline-violet-800\/80:focus-within{outline-color:#5b21b6cc}.focus-within\:outline-violet-800\/90:focus-within{outline-color:#5b21b6e6}.focus-within\:outline-violet-800\/95:focus-within{outline-color:#5b21b6f2}.focus-within\:outline-violet-800\/100:focus-within{outline-color:#5b21b6}.focus-within\:outline-violet-900\/0:focus-within{outline-color:#4c1d9500}.focus-within\:outline-violet-900\/5:focus-within{outline-color:#4c1d950d}.focus-within\:outline-violet-900\/10:focus-within{outline-color:#4c1d951a}.focus-within\:outline-violet-900\/20:focus-within{outline-color:#4c1d9533}.focus-within\:outline-violet-900\/25:focus-within{outline-color:#4c1d9540}.focus-within\:outline-violet-900\/30:focus-within{outline-color:#4c1d954d}.focus-within\:outline-violet-900\/40:focus-within{outline-color:#4c1d9566}.focus-within\:outline-violet-900\/50:focus-within{outline-color:#4c1d9580}.focus-within\:outline-violet-900\/60:focus-within{outline-color:#4c1d9599}.focus-within\:outline-violet-900\/70:focus-within{outline-color:#4c1d95b3}.focus-within\:outline-violet-900\/75:focus-within{outline-color:#4c1d95bf}.focus-within\:outline-violet-900\/80:focus-within{outline-color:#4c1d95cc}.focus-within\:outline-violet-900\/90:focus-within{outline-color:#4c1d95e6}.focus-within\:outline-violet-900\/95:focus-within{outline-color:#4c1d95f2}.focus-within\:outline-violet-900\/100:focus-within{outline-color:#4c1d95}.focus-within\:outline-fuchsia-50\/0:focus-within{outline-color:#fdf4ff00}.focus-within\:outline-fuchsia-50\/5:focus-within{outline-color:#fdf4ff0d}.focus-within\:outline-fuchsia-50\/10:focus-within{outline-color:#fdf4ff1a}.focus-within\:outline-fuchsia-50\/20:focus-within{outline-color:#fdf4ff33}.focus-within\:outline-fuchsia-50\/25:focus-within{outline-color:#fdf4ff40}.focus-within\:outline-fuchsia-50\/30:focus-within{outline-color:#fdf4ff4d}.focus-within\:outline-fuchsia-50\/40:focus-within{outline-color:#fdf4ff66}.focus-within\:outline-fuchsia-50\/50:focus-within{outline-color:#fdf4ff80}.focus-within\:outline-fuchsia-50\/60:focus-within{outline-color:#fdf4ff99}.focus-within\:outline-fuchsia-50\/70:focus-within{outline-color:#fdf4ffb3}.focus-within\:outline-fuchsia-50\/75:focus-within{outline-color:#fdf4ffbf}.focus-within\:outline-fuchsia-50\/80:focus-within{outline-color:#fdf4ffcc}.focus-within\:outline-fuchsia-50\/90:focus-within{outline-color:#fdf4ffe6}.focus-within\:outline-fuchsia-50\/95:focus-within{outline-color:#fdf4fff2}.focus-within\:outline-fuchsia-50\/100:focus-within{outline-color:#fdf4ff}.focus-within\:outline-fuchsia-100\/0:focus-within{outline-color:#fae8ff00}.focus-within\:outline-fuchsia-100\/5:focus-within{outline-color:#fae8ff0d}.focus-within\:outline-fuchsia-100\/10:focus-within{outline-color:#fae8ff1a}.focus-within\:outline-fuchsia-100\/20:focus-within{outline-color:#fae8ff33}.focus-within\:outline-fuchsia-100\/25:focus-within{outline-color:#fae8ff40}.focus-within\:outline-fuchsia-100\/30:focus-within{outline-color:#fae8ff4d}.focus-within\:outline-fuchsia-100\/40:focus-within{outline-color:#fae8ff66}.focus-within\:outline-fuchsia-100\/50:focus-within{outline-color:#fae8ff80}.focus-within\:outline-fuchsia-100\/60:focus-within{outline-color:#fae8ff99}.focus-within\:outline-fuchsia-100\/70:focus-within{outline-color:#fae8ffb3}.focus-within\:outline-fuchsia-100\/75:focus-within{outline-color:#fae8ffbf}.focus-within\:outline-fuchsia-100\/80:focus-within{outline-color:#fae8ffcc}.focus-within\:outline-fuchsia-100\/90:focus-within{outline-color:#fae8ffe6}.focus-within\:outline-fuchsia-100\/95:focus-within{outline-color:#fae8fff2}.focus-within\:outline-fuchsia-100\/100:focus-within{outline-color:#fae8ff}.focus-within\:outline-fuchsia-200\/0:focus-within{outline-color:#f5d0fe00}.focus-within\:outline-fuchsia-200\/5:focus-within{outline-color:#f5d0fe0d}.focus-within\:outline-fuchsia-200\/10:focus-within{outline-color:#f5d0fe1a}.focus-within\:outline-fuchsia-200\/20:focus-within{outline-color:#f5d0fe33}.focus-within\:outline-fuchsia-200\/25:focus-within{outline-color:#f5d0fe40}.focus-within\:outline-fuchsia-200\/30:focus-within{outline-color:#f5d0fe4d}.focus-within\:outline-fuchsia-200\/40:focus-within{outline-color:#f5d0fe66}.focus-within\:outline-fuchsia-200\/50:focus-within{outline-color:#f5d0fe80}.focus-within\:outline-fuchsia-200\/60:focus-within{outline-color:#f5d0fe99}.focus-within\:outline-fuchsia-200\/70:focus-within{outline-color:#f5d0feb3}.focus-within\:outline-fuchsia-200\/75:focus-within{outline-color:#f5d0febf}.focus-within\:outline-fuchsia-200\/80:focus-within{outline-color:#f5d0fecc}.focus-within\:outline-fuchsia-200\/90:focus-within{outline-color:#f5d0fee6}.focus-within\:outline-fuchsia-200\/95:focus-within{outline-color:#f5d0fef2}.focus-within\:outline-fuchsia-200\/100:focus-within{outline-color:#f5d0fe}.focus-within\:outline-fuchsia-300\/0:focus-within{outline-color:#f0abfc00}.focus-within\:outline-fuchsia-300\/5:focus-within{outline-color:#f0abfc0d}.focus-within\:outline-fuchsia-300\/10:focus-within{outline-color:#f0abfc1a}.focus-within\:outline-fuchsia-300\/20:focus-within{outline-color:#f0abfc33}.focus-within\:outline-fuchsia-300\/25:focus-within{outline-color:#f0abfc40}.focus-within\:outline-fuchsia-300\/30:focus-within{outline-color:#f0abfc4d}.focus-within\:outline-fuchsia-300\/40:focus-within{outline-color:#f0abfc66}.focus-within\:outline-fuchsia-300\/50:focus-within{outline-color:#f0abfc80}.focus-within\:outline-fuchsia-300\/60:focus-within{outline-color:#f0abfc99}.focus-within\:outline-fuchsia-300\/70:focus-within{outline-color:#f0abfcb3}.focus-within\:outline-fuchsia-300\/75:focus-within{outline-color:#f0abfcbf}.focus-within\:outline-fuchsia-300\/80:focus-within{outline-color:#f0abfccc}.focus-within\:outline-fuchsia-300\/90:focus-within{outline-color:#f0abfce6}.focus-within\:outline-fuchsia-300\/95:focus-within{outline-color:#f0abfcf2}.focus-within\:outline-fuchsia-300\/100:focus-within{outline-color:#f0abfc}.focus-within\:outline-fuchsia-400\/0:focus-within{outline-color:#e879f900}.focus-within\:outline-fuchsia-400\/5:focus-within{outline-color:#e879f90d}.focus-within\:outline-fuchsia-400\/10:focus-within{outline-color:#e879f91a}.focus-within\:outline-fuchsia-400\/20:focus-within{outline-color:#e879f933}.focus-within\:outline-fuchsia-400\/25:focus-within{outline-color:#e879f940}.focus-within\:outline-fuchsia-400\/30:focus-within{outline-color:#e879f94d}.focus-within\:outline-fuchsia-400\/40:focus-within{outline-color:#e879f966}.focus-within\:outline-fuchsia-400\/50:focus-within{outline-color:#e879f980}.focus-within\:outline-fuchsia-400\/60:focus-within{outline-color:#e879f999}.focus-within\:outline-fuchsia-400\/70:focus-within{outline-color:#e879f9b3}.focus-within\:outline-fuchsia-400\/75:focus-within{outline-color:#e879f9bf}.focus-within\:outline-fuchsia-400\/80:focus-within{outline-color:#e879f9cc}.focus-within\:outline-fuchsia-400\/90:focus-within{outline-color:#e879f9e6}.focus-within\:outline-fuchsia-400\/95:focus-within{outline-color:#e879f9f2}.focus-within\:outline-fuchsia-400\/100:focus-within{outline-color:#e879f9}.focus-within\:outline-fuchsia-500\/0:focus-within{outline-color:#d946ef00}.focus-within\:outline-fuchsia-500\/5:focus-within{outline-color:#d946ef0d}.focus-within\:outline-fuchsia-500\/10:focus-within{outline-color:#d946ef1a}.focus-within\:outline-fuchsia-500\/20:focus-within{outline-color:#d946ef33}.focus-within\:outline-fuchsia-500\/25:focus-within{outline-color:#d946ef40}.focus-within\:outline-fuchsia-500\/30:focus-within{outline-color:#d946ef4d}.focus-within\:outline-fuchsia-500\/40:focus-within{outline-color:#d946ef66}.focus-within\:outline-fuchsia-500\/50:focus-within{outline-color:#d946ef80}.focus-within\:outline-fuchsia-500\/60:focus-within{outline-color:#d946ef99}.focus-within\:outline-fuchsia-500\/70:focus-within{outline-color:#d946efb3}.focus-within\:outline-fuchsia-500\/75:focus-within{outline-color:#d946efbf}.focus-within\:outline-fuchsia-500\/80:focus-within{outline-color:#d946efcc}.focus-within\:outline-fuchsia-500\/90:focus-within{outline-color:#d946efe6}.focus-within\:outline-fuchsia-500\/95:focus-within{outline-color:#d946eff2}.focus-within\:outline-fuchsia-500\/100:focus-within{outline-color:#d946ef}.focus-within\:outline-fuchsia-600\/0:focus-within{outline-color:#c026d300}.focus-within\:outline-fuchsia-600\/5:focus-within{outline-color:#c026d30d}.focus-within\:outline-fuchsia-600\/10:focus-within{outline-color:#c026d31a}.focus-within\:outline-fuchsia-600\/20:focus-within{outline-color:#c026d333}.focus-within\:outline-fuchsia-600\/25:focus-within{outline-color:#c026d340}.focus-within\:outline-fuchsia-600\/30:focus-within{outline-color:#c026d34d}.focus-within\:outline-fuchsia-600\/40:focus-within{outline-color:#c026d366}.focus-within\:outline-fuchsia-600\/50:focus-within{outline-color:#c026d380}.focus-within\:outline-fuchsia-600\/60:focus-within{outline-color:#c026d399}.focus-within\:outline-fuchsia-600\/70:focus-within{outline-color:#c026d3b3}.focus-within\:outline-fuchsia-600\/75:focus-within{outline-color:#c026d3bf}.focus-within\:outline-fuchsia-600\/80:focus-within{outline-color:#c026d3cc}.focus-within\:outline-fuchsia-600\/90:focus-within{outline-color:#c026d3e6}.focus-within\:outline-fuchsia-600\/95:focus-within{outline-color:#c026d3f2}.focus-within\:outline-fuchsia-600\/100:focus-within{outline-color:#c026d3}.focus-within\:outline-fuchsia-700\/0:focus-within{outline-color:#a21caf00}.focus-within\:outline-fuchsia-700\/5:focus-within{outline-color:#a21caf0d}.focus-within\:outline-fuchsia-700\/10:focus-within{outline-color:#a21caf1a}.focus-within\:outline-fuchsia-700\/20:focus-within{outline-color:#a21caf33}.focus-within\:outline-fuchsia-700\/25:focus-within{outline-color:#a21caf40}.focus-within\:outline-fuchsia-700\/30:focus-within{outline-color:#a21caf4d}.focus-within\:outline-fuchsia-700\/40:focus-within{outline-color:#a21caf66}.focus-within\:outline-fuchsia-700\/50:focus-within{outline-color:#a21caf80}.focus-within\:outline-fuchsia-700\/60:focus-within{outline-color:#a21caf99}.focus-within\:outline-fuchsia-700\/70:focus-within{outline-color:#a21cafb3}.focus-within\:outline-fuchsia-700\/75:focus-within{outline-color:#a21cafbf}.focus-within\:outline-fuchsia-700\/80:focus-within{outline-color:#a21cafcc}.focus-within\:outline-fuchsia-700\/90:focus-within{outline-color:#a21cafe6}.focus-within\:outline-fuchsia-700\/95:focus-within{outline-color:#a21caff2}.focus-within\:outline-fuchsia-700\/100:focus-within{outline-color:#a21caf}.focus-within\:outline-fuchsia-800\/0:focus-within{outline-color:#86198f00}.focus-within\:outline-fuchsia-800\/5:focus-within{outline-color:#86198f0d}.focus-within\:outline-fuchsia-800\/10:focus-within{outline-color:#86198f1a}.focus-within\:outline-fuchsia-800\/20:focus-within{outline-color:#86198f33}.focus-within\:outline-fuchsia-800\/25:focus-within{outline-color:#86198f40}.focus-within\:outline-fuchsia-800\/30:focus-within{outline-color:#86198f4d}.focus-within\:outline-fuchsia-800\/40:focus-within{outline-color:#86198f66}.focus-within\:outline-fuchsia-800\/50:focus-within{outline-color:#86198f80}.focus-within\:outline-fuchsia-800\/60:focus-within{outline-color:#86198f99}.focus-within\:outline-fuchsia-800\/70:focus-within{outline-color:#86198fb3}.focus-within\:outline-fuchsia-800\/75:focus-within{outline-color:#86198fbf}.focus-within\:outline-fuchsia-800\/80:focus-within{outline-color:#86198fcc}.focus-within\:outline-fuchsia-800\/90:focus-within{outline-color:#86198fe6}.focus-within\:outline-fuchsia-800\/95:focus-within{outline-color:#86198ff2}.focus-within\:outline-fuchsia-800\/100:focus-within{outline-color:#86198f}.focus-within\:outline-fuchsia-900\/0:focus-within{outline-color:#701a7500}.focus-within\:outline-fuchsia-900\/5:focus-within{outline-color:#701a750d}.focus-within\:outline-fuchsia-900\/10:focus-within{outline-color:#701a751a}.focus-within\:outline-fuchsia-900\/20:focus-within{outline-color:#701a7533}.focus-within\:outline-fuchsia-900\/25:focus-within{outline-color:#701a7540}.focus-within\:outline-fuchsia-900\/30:focus-within{outline-color:#701a754d}.focus-within\:outline-fuchsia-900\/40:focus-within{outline-color:#701a7566}.focus-within\:outline-fuchsia-900\/50:focus-within{outline-color:#701a7580}.focus-within\:outline-fuchsia-900\/60:focus-within{outline-color:#701a7599}.focus-within\:outline-fuchsia-900\/70:focus-within{outline-color:#701a75b3}.focus-within\:outline-fuchsia-900\/75:focus-within{outline-color:#701a75bf}.focus-within\:outline-fuchsia-900\/80:focus-within{outline-color:#701a75cc}.focus-within\:outline-fuchsia-900\/90:focus-within{outline-color:#701a75e6}.focus-within\:outline-fuchsia-900\/95:focus-within{outline-color:#701a75f2}.focus-within\:outline-fuchsia-900\/100:focus-within{outline-color:#701a75}.focus-within\:outline-pink-50\/0:focus-within{outline-color:#fdf2f800}.focus-within\:outline-pink-50\/5:focus-within{outline-color:#fdf2f80d}.focus-within\:outline-pink-50\/10:focus-within{outline-color:#fdf2f81a}.focus-within\:outline-pink-50\/20:focus-within{outline-color:#fdf2f833}.focus-within\:outline-pink-50\/25:focus-within{outline-color:#fdf2f840}.focus-within\:outline-pink-50\/30:focus-within{outline-color:#fdf2f84d}.focus-within\:outline-pink-50\/40:focus-within{outline-color:#fdf2f866}.focus-within\:outline-pink-50\/50:focus-within{outline-color:#fdf2f880}.focus-within\:outline-pink-50\/60:focus-within{outline-color:#fdf2f899}.focus-within\:outline-pink-50\/70:focus-within{outline-color:#fdf2f8b3}.focus-within\:outline-pink-50\/75:focus-within{outline-color:#fdf2f8bf}.focus-within\:outline-pink-50\/80:focus-within{outline-color:#fdf2f8cc}.focus-within\:outline-pink-50\/90:focus-within{outline-color:#fdf2f8e6}.focus-within\:outline-pink-50\/95:focus-within{outline-color:#fdf2f8f2}.focus-within\:outline-pink-50\/100:focus-within{outline-color:#fdf2f8}.focus-within\:outline-pink-100\/0:focus-within{outline-color:#fce7f300}.focus-within\:outline-pink-100\/5:focus-within{outline-color:#fce7f30d}.focus-within\:outline-pink-100\/10:focus-within{outline-color:#fce7f31a}.focus-within\:outline-pink-100\/20:focus-within{outline-color:#fce7f333}.focus-within\:outline-pink-100\/25:focus-within{outline-color:#fce7f340}.focus-within\:outline-pink-100\/30:focus-within{outline-color:#fce7f34d}.focus-within\:outline-pink-100\/40:focus-within{outline-color:#fce7f366}.focus-within\:outline-pink-100\/50:focus-within{outline-color:#fce7f380}.focus-within\:outline-pink-100\/60:focus-within{outline-color:#fce7f399}.focus-within\:outline-pink-100\/70:focus-within{outline-color:#fce7f3b3}.focus-within\:outline-pink-100\/75:focus-within{outline-color:#fce7f3bf}.focus-within\:outline-pink-100\/80:focus-within{outline-color:#fce7f3cc}.focus-within\:outline-pink-100\/90:focus-within{outline-color:#fce7f3e6}.focus-within\:outline-pink-100\/95:focus-within{outline-color:#fce7f3f2}.focus-within\:outline-pink-100\/100:focus-within{outline-color:#fce7f3}.focus-within\:outline-pink-200\/0:focus-within{outline-color:#fbcfe800}.focus-within\:outline-pink-200\/5:focus-within{outline-color:#fbcfe80d}.focus-within\:outline-pink-200\/10:focus-within{outline-color:#fbcfe81a}.focus-within\:outline-pink-200\/20:focus-within{outline-color:#fbcfe833}.focus-within\:outline-pink-200\/25:focus-within{outline-color:#fbcfe840}.focus-within\:outline-pink-200\/30:focus-within{outline-color:#fbcfe84d}.focus-within\:outline-pink-200\/40:focus-within{outline-color:#fbcfe866}.focus-within\:outline-pink-200\/50:focus-within{outline-color:#fbcfe880}.focus-within\:outline-pink-200\/60:focus-within{outline-color:#fbcfe899}.focus-within\:outline-pink-200\/70:focus-within{outline-color:#fbcfe8b3}.focus-within\:outline-pink-200\/75:focus-within{outline-color:#fbcfe8bf}.focus-within\:outline-pink-200\/80:focus-within{outline-color:#fbcfe8cc}.focus-within\:outline-pink-200\/90:focus-within{outline-color:#fbcfe8e6}.focus-within\:outline-pink-200\/95:focus-within{outline-color:#fbcfe8f2}.focus-within\:outline-pink-200\/100:focus-within{outline-color:#fbcfe8}.focus-within\:outline-pink-300\/0:focus-within{outline-color:#f9a8d400}.focus-within\:outline-pink-300\/5:focus-within{outline-color:#f9a8d40d}.focus-within\:outline-pink-300\/10:focus-within{outline-color:#f9a8d41a}.focus-within\:outline-pink-300\/20:focus-within{outline-color:#f9a8d433}.focus-within\:outline-pink-300\/25:focus-within{outline-color:#f9a8d440}.focus-within\:outline-pink-300\/30:focus-within{outline-color:#f9a8d44d}.focus-within\:outline-pink-300\/40:focus-within{outline-color:#f9a8d466}.focus-within\:outline-pink-300\/50:focus-within{outline-color:#f9a8d480}.focus-within\:outline-pink-300\/60:focus-within{outline-color:#f9a8d499}.focus-within\:outline-pink-300\/70:focus-within{outline-color:#f9a8d4b3}.focus-within\:outline-pink-300\/75:focus-within{outline-color:#f9a8d4bf}.focus-within\:outline-pink-300\/80:focus-within{outline-color:#f9a8d4cc}.focus-within\:outline-pink-300\/90:focus-within{outline-color:#f9a8d4e6}.focus-within\:outline-pink-300\/95:focus-within{outline-color:#f9a8d4f2}.focus-within\:outline-pink-300\/100:focus-within{outline-color:#f9a8d4}.focus-within\:outline-pink-400\/0:focus-within{outline-color:#f472b600}.focus-within\:outline-pink-400\/5:focus-within{outline-color:#f472b60d}.focus-within\:outline-pink-400\/10:focus-within{outline-color:#f472b61a}.focus-within\:outline-pink-400\/20:focus-within{outline-color:#f472b633}.focus-within\:outline-pink-400\/25:focus-within{outline-color:#f472b640}.focus-within\:outline-pink-400\/30:focus-within{outline-color:#f472b64d}.focus-within\:outline-pink-400\/40:focus-within{outline-color:#f472b666}.focus-within\:outline-pink-400\/50:focus-within{outline-color:#f472b680}.focus-within\:outline-pink-400\/60:focus-within{outline-color:#f472b699}.focus-within\:outline-pink-400\/70:focus-within{outline-color:#f472b6b3}.focus-within\:outline-pink-400\/75:focus-within{outline-color:#f472b6bf}.focus-within\:outline-pink-400\/80:focus-within{outline-color:#f472b6cc}.focus-within\:outline-pink-400\/90:focus-within{outline-color:#f472b6e6}.focus-within\:outline-pink-400\/95:focus-within{outline-color:#f472b6f2}.focus-within\:outline-pink-400\/100:focus-within{outline-color:#f472b6}.focus-within\:outline-pink-500\/0:focus-within{outline-color:#ec489900}.focus-within\:outline-pink-500\/5:focus-within{outline-color:#ec48990d}.focus-within\:outline-pink-500\/10:focus-within{outline-color:#ec48991a}.focus-within\:outline-pink-500\/20:focus-within{outline-color:#ec489933}.focus-within\:outline-pink-500\/25:focus-within{outline-color:#ec489940}.focus-within\:outline-pink-500\/30:focus-within{outline-color:#ec48994d}.focus-within\:outline-pink-500\/40:focus-within{outline-color:#ec489966}.focus-within\:outline-pink-500\/50:focus-within{outline-color:#ec489980}.focus-within\:outline-pink-500\/60:focus-within{outline-color:#ec489999}.focus-within\:outline-pink-500\/70:focus-within{outline-color:#ec4899b3}.focus-within\:outline-pink-500\/75:focus-within{outline-color:#ec4899bf}.focus-within\:outline-pink-500\/80:focus-within{outline-color:#ec4899cc}.focus-within\:outline-pink-500\/90:focus-within{outline-color:#ec4899e6}.focus-within\:outline-pink-500\/95:focus-within{outline-color:#ec4899f2}.focus-within\:outline-pink-500\/100:focus-within{outline-color:#ec4899}.focus-within\:outline-pink-600\/0:focus-within{outline-color:#db277700}.focus-within\:outline-pink-600\/5:focus-within{outline-color:#db27770d}.focus-within\:outline-pink-600\/10:focus-within{outline-color:#db27771a}.focus-within\:outline-pink-600\/20:focus-within{outline-color:#db277733}.focus-within\:outline-pink-600\/25:focus-within{outline-color:#db277740}.focus-within\:outline-pink-600\/30:focus-within{outline-color:#db27774d}.focus-within\:outline-pink-600\/40:focus-within{outline-color:#db277766}.focus-within\:outline-pink-600\/50:focus-within{outline-color:#db277780}.focus-within\:outline-pink-600\/60:focus-within{outline-color:#db277799}.focus-within\:outline-pink-600\/70:focus-within{outline-color:#db2777b3}.focus-within\:outline-pink-600\/75:focus-within{outline-color:#db2777bf}.focus-within\:outline-pink-600\/80:focus-within{outline-color:#db2777cc}.focus-within\:outline-pink-600\/90:focus-within{outline-color:#db2777e6}.focus-within\:outline-pink-600\/95:focus-within{outline-color:#db2777f2}.focus-within\:outline-pink-600\/100:focus-within{outline-color:#db2777}.focus-within\:outline-pink-700\/0:focus-within{outline-color:#be185d00}.focus-within\:outline-pink-700\/5:focus-within{outline-color:#be185d0d}.focus-within\:outline-pink-700\/10:focus-within{outline-color:#be185d1a}.focus-within\:outline-pink-700\/20:focus-within{outline-color:#be185d33}.focus-within\:outline-pink-700\/25:focus-within{outline-color:#be185d40}.focus-within\:outline-pink-700\/30:focus-within{outline-color:#be185d4d}.focus-within\:outline-pink-700\/40:focus-within{outline-color:#be185d66}.focus-within\:outline-pink-700\/50:focus-within{outline-color:#be185d80}.focus-within\:outline-pink-700\/60:focus-within{outline-color:#be185d99}.focus-within\:outline-pink-700\/70:focus-within{outline-color:#be185db3}.focus-within\:outline-pink-700\/75:focus-within{outline-color:#be185dbf}.focus-within\:outline-pink-700\/80:focus-within{outline-color:#be185dcc}.focus-within\:outline-pink-700\/90:focus-within{outline-color:#be185de6}.focus-within\:outline-pink-700\/95:focus-within{outline-color:#be185df2}.focus-within\:outline-pink-700\/100:focus-within{outline-color:#be185d}.focus-within\:outline-pink-800\/0:focus-within{outline-color:#9d174d00}.focus-within\:outline-pink-800\/5:focus-within{outline-color:#9d174d0d}.focus-within\:outline-pink-800\/10:focus-within{outline-color:#9d174d1a}.focus-within\:outline-pink-800\/20:focus-within{outline-color:#9d174d33}.focus-within\:outline-pink-800\/25:focus-within{outline-color:#9d174d40}.focus-within\:outline-pink-800\/30:focus-within{outline-color:#9d174d4d}.focus-within\:outline-pink-800\/40:focus-within{outline-color:#9d174d66}.focus-within\:outline-pink-800\/50:focus-within{outline-color:#9d174d80}.focus-within\:outline-pink-800\/60:focus-within{outline-color:#9d174d99}.focus-within\:outline-pink-800\/70:focus-within{outline-color:#9d174db3}.focus-within\:outline-pink-800\/75:focus-within{outline-color:#9d174dbf}.focus-within\:outline-pink-800\/80:focus-within{outline-color:#9d174dcc}.focus-within\:outline-pink-800\/90:focus-within{outline-color:#9d174de6}.focus-within\:outline-pink-800\/95:focus-within{outline-color:#9d174df2}.focus-within\:outline-pink-800\/100:focus-within{outline-color:#9d174d}.focus-within\:outline-pink-900\/0:focus-within{outline-color:#83184300}.focus-within\:outline-pink-900\/5:focus-within{outline-color:#8318430d}.focus-within\:outline-pink-900\/10:focus-within{outline-color:#8318431a}.focus-within\:outline-pink-900\/20:focus-within{outline-color:#83184333}.focus-within\:outline-pink-900\/25:focus-within{outline-color:#83184340}.focus-within\:outline-pink-900\/30:focus-within{outline-color:#8318434d}.focus-within\:outline-pink-900\/40:focus-within{outline-color:#83184366}.focus-within\:outline-pink-900\/50:focus-within{outline-color:#83184380}.focus-within\:outline-pink-900\/60:focus-within{outline-color:#83184399}.focus-within\:outline-pink-900\/70:focus-within{outline-color:#831843b3}.focus-within\:outline-pink-900\/75:focus-within{outline-color:#831843bf}.focus-within\:outline-pink-900\/80:focus-within{outline-color:#831843cc}.focus-within\:outline-pink-900\/90:focus-within{outline-color:#831843e6}.focus-within\:outline-pink-900\/95:focus-within{outline-color:#831843f2}.focus-within\:outline-pink-900\/100:focus-within{outline-color:#831843}.focus-within\:outline-rose-50\/0:focus-within{outline-color:#fff1f200}.focus-within\:outline-rose-50\/5:focus-within{outline-color:#fff1f20d}.focus-within\:outline-rose-50\/10:focus-within{outline-color:#fff1f21a}.focus-within\:outline-rose-50\/20:focus-within{outline-color:#fff1f233}.focus-within\:outline-rose-50\/25:focus-within{outline-color:#fff1f240}.focus-within\:outline-rose-50\/30:focus-within{outline-color:#fff1f24d}.focus-within\:outline-rose-50\/40:focus-within{outline-color:#fff1f266}.focus-within\:outline-rose-50\/50:focus-within{outline-color:#fff1f280}.focus-within\:outline-rose-50\/60:focus-within{outline-color:#fff1f299}.focus-within\:outline-rose-50\/70:focus-within{outline-color:#fff1f2b3}.focus-within\:outline-rose-50\/75:focus-within{outline-color:#fff1f2bf}.focus-within\:outline-rose-50\/80:focus-within{outline-color:#fff1f2cc}.focus-within\:outline-rose-50\/90:focus-within{outline-color:#fff1f2e6}.focus-within\:outline-rose-50\/95:focus-within{outline-color:#fff1f2f2}.focus-within\:outline-rose-50\/100:focus-within{outline-color:#fff1f2}.focus-within\:outline-rose-100\/0:focus-within{outline-color:#ffe4e600}.focus-within\:outline-rose-100\/5:focus-within{outline-color:#ffe4e60d}.focus-within\:outline-rose-100\/10:focus-within{outline-color:#ffe4e61a}.focus-within\:outline-rose-100\/20:focus-within{outline-color:#ffe4e633}.focus-within\:outline-rose-100\/25:focus-within{outline-color:#ffe4e640}.focus-within\:outline-rose-100\/30:focus-within{outline-color:#ffe4e64d}.focus-within\:outline-rose-100\/40:focus-within{outline-color:#ffe4e666}.focus-within\:outline-rose-100\/50:focus-within{outline-color:#ffe4e680}.focus-within\:outline-rose-100\/60:focus-within{outline-color:#ffe4e699}.focus-within\:outline-rose-100\/70:focus-within{outline-color:#ffe4e6b3}.focus-within\:outline-rose-100\/75:focus-within{outline-color:#ffe4e6bf}.focus-within\:outline-rose-100\/80:focus-within{outline-color:#ffe4e6cc}.focus-within\:outline-rose-100\/90:focus-within{outline-color:#ffe4e6e6}.focus-within\:outline-rose-100\/95:focus-within{outline-color:#ffe4e6f2}.focus-within\:outline-rose-100\/100:focus-within{outline-color:#ffe4e6}.focus-within\:outline-rose-200\/0:focus-within{outline-color:#fecdd300}.focus-within\:outline-rose-200\/5:focus-within{outline-color:#fecdd30d}.focus-within\:outline-rose-200\/10:focus-within{outline-color:#fecdd31a}.focus-within\:outline-rose-200\/20:focus-within{outline-color:#fecdd333}.focus-within\:outline-rose-200\/25:focus-within{outline-color:#fecdd340}.focus-within\:outline-rose-200\/30:focus-within{outline-color:#fecdd34d}.focus-within\:outline-rose-200\/40:focus-within{outline-color:#fecdd366}.focus-within\:outline-rose-200\/50:focus-within{outline-color:#fecdd380}.focus-within\:outline-rose-200\/60:focus-within{outline-color:#fecdd399}.focus-within\:outline-rose-200\/70:focus-within{outline-color:#fecdd3b3}.focus-within\:outline-rose-200\/75:focus-within{outline-color:#fecdd3bf}.focus-within\:outline-rose-200\/80:focus-within{outline-color:#fecdd3cc}.focus-within\:outline-rose-200\/90:focus-within{outline-color:#fecdd3e6}.focus-within\:outline-rose-200\/95:focus-within{outline-color:#fecdd3f2}.focus-within\:outline-rose-200\/100:focus-within{outline-color:#fecdd3}.focus-within\:outline-rose-300\/0:focus-within{outline-color:#fda4af00}.focus-within\:outline-rose-300\/5:focus-within{outline-color:#fda4af0d}.focus-within\:outline-rose-300\/10:focus-within{outline-color:#fda4af1a}.focus-within\:outline-rose-300\/20:focus-within{outline-color:#fda4af33}.focus-within\:outline-rose-300\/25:focus-within{outline-color:#fda4af40}.focus-within\:outline-rose-300\/30:focus-within{outline-color:#fda4af4d}.focus-within\:outline-rose-300\/40:focus-within{outline-color:#fda4af66}.focus-within\:outline-rose-300\/50:focus-within{outline-color:#fda4af80}.focus-within\:outline-rose-300\/60:focus-within{outline-color:#fda4af99}.focus-within\:outline-rose-300\/70:focus-within{outline-color:#fda4afb3}.focus-within\:outline-rose-300\/75:focus-within{outline-color:#fda4afbf}.focus-within\:outline-rose-300\/80:focus-within{outline-color:#fda4afcc}.focus-within\:outline-rose-300\/90:focus-within{outline-color:#fda4afe6}.focus-within\:outline-rose-300\/95:focus-within{outline-color:#fda4aff2}.focus-within\:outline-rose-300\/100:focus-within{outline-color:#fda4af}.focus-within\:outline-rose-400\/0:focus-within{outline-color:#fb718500}.focus-within\:outline-rose-400\/5:focus-within{outline-color:#fb71850d}.focus-within\:outline-rose-400\/10:focus-within{outline-color:#fb71851a}.focus-within\:outline-rose-400\/20:focus-within{outline-color:#fb718533}.focus-within\:outline-rose-400\/25:focus-within{outline-color:#fb718540}.focus-within\:outline-rose-400\/30:focus-within{outline-color:#fb71854d}.focus-within\:outline-rose-400\/40:focus-within{outline-color:#fb718566}.focus-within\:outline-rose-400\/50:focus-within{outline-color:#fb718580}.focus-within\:outline-rose-400\/60:focus-within{outline-color:#fb718599}.focus-within\:outline-rose-400\/70:focus-within{outline-color:#fb7185b3}.focus-within\:outline-rose-400\/75:focus-within{outline-color:#fb7185bf}.focus-within\:outline-rose-400\/80:focus-within{outline-color:#fb7185cc}.focus-within\:outline-rose-400\/90:focus-within{outline-color:#fb7185e6}.focus-within\:outline-rose-400\/95:focus-within{outline-color:#fb7185f2}.focus-within\:outline-rose-400\/100:focus-within{outline-color:#fb7185}.focus-within\:outline-rose-500\/0:focus-within{outline-color:#f43f5e00}.focus-within\:outline-rose-500\/5:focus-within{outline-color:#f43f5e0d}.focus-within\:outline-rose-500\/10:focus-within{outline-color:#f43f5e1a}.focus-within\:outline-rose-500\/20:focus-within{outline-color:#f43f5e33}.focus-within\:outline-rose-500\/25:focus-within{outline-color:#f43f5e40}.focus-within\:outline-rose-500\/30:focus-within{outline-color:#f43f5e4d}.focus-within\:outline-rose-500\/40:focus-within{outline-color:#f43f5e66}.focus-within\:outline-rose-500\/50:focus-within{outline-color:#f43f5e80}.focus-within\:outline-rose-500\/60:focus-within{outline-color:#f43f5e99}.focus-within\:outline-rose-500\/70:focus-within{outline-color:#f43f5eb3}.focus-within\:outline-rose-500\/75:focus-within{outline-color:#f43f5ebf}.focus-within\:outline-rose-500\/80:focus-within{outline-color:#f43f5ecc}.focus-within\:outline-rose-500\/90:focus-within{outline-color:#f43f5ee6}.focus-within\:outline-rose-500\/95:focus-within{outline-color:#f43f5ef2}.focus-within\:outline-rose-500\/100:focus-within{outline-color:#f43f5e}.focus-within\:outline-rose-600\/0:focus-within{outline-color:#e11d4800}.focus-within\:outline-rose-600\/5:focus-within{outline-color:#e11d480d}.focus-within\:outline-rose-600\/10:focus-within{outline-color:#e11d481a}.focus-within\:outline-rose-600\/20:focus-within{outline-color:#e11d4833}.focus-within\:outline-rose-600\/25:focus-within{outline-color:#e11d4840}.focus-within\:outline-rose-600\/30:focus-within{outline-color:#e11d484d}.focus-within\:outline-rose-600\/40:focus-within{outline-color:#e11d4866}.focus-within\:outline-rose-600\/50:focus-within{outline-color:#e11d4880}.focus-within\:outline-rose-600\/60:focus-within{outline-color:#e11d4899}.focus-within\:outline-rose-600\/70:focus-within{outline-color:#e11d48b3}.focus-within\:outline-rose-600\/75:focus-within{outline-color:#e11d48bf}.focus-within\:outline-rose-600\/80:focus-within{outline-color:#e11d48cc}.focus-within\:outline-rose-600\/90:focus-within{outline-color:#e11d48e6}.focus-within\:outline-rose-600\/95:focus-within{outline-color:#e11d48f2}.focus-within\:outline-rose-600\/100:focus-within{outline-color:#e11d48}.focus-within\:outline-rose-700\/0:focus-within{outline-color:#be123c00}.focus-within\:outline-rose-700\/5:focus-within{outline-color:#be123c0d}.focus-within\:outline-rose-700\/10:focus-within{outline-color:#be123c1a}.focus-within\:outline-rose-700\/20:focus-within{outline-color:#be123c33}.focus-within\:outline-rose-700\/25:focus-within{outline-color:#be123c40}.focus-within\:outline-rose-700\/30:focus-within{outline-color:#be123c4d}.focus-within\:outline-rose-700\/40:focus-within{outline-color:#be123c66}.focus-within\:outline-rose-700\/50:focus-within{outline-color:#be123c80}.focus-within\:outline-rose-700\/60:focus-within{outline-color:#be123c99}.focus-within\:outline-rose-700\/70:focus-within{outline-color:#be123cb3}.focus-within\:outline-rose-700\/75:focus-within{outline-color:#be123cbf}.focus-within\:outline-rose-700\/80:focus-within{outline-color:#be123ccc}.focus-within\:outline-rose-700\/90:focus-within{outline-color:#be123ce6}.focus-within\:outline-rose-700\/95:focus-within{outline-color:#be123cf2}.focus-within\:outline-rose-700\/100:focus-within{outline-color:#be123c}.focus-within\:outline-rose-800\/0:focus-within{outline-color:#9f123900}.focus-within\:outline-rose-800\/5:focus-within{outline-color:#9f12390d}.focus-within\:outline-rose-800\/10:focus-within{outline-color:#9f12391a}.focus-within\:outline-rose-800\/20:focus-within{outline-color:#9f123933}.focus-within\:outline-rose-800\/25:focus-within{outline-color:#9f123940}.focus-within\:outline-rose-800\/30:focus-within{outline-color:#9f12394d}.focus-within\:outline-rose-800\/40:focus-within{outline-color:#9f123966}.focus-within\:outline-rose-800\/50:focus-within{outline-color:#9f123980}.focus-within\:outline-rose-800\/60:focus-within{outline-color:#9f123999}.focus-within\:outline-rose-800\/70:focus-within{outline-color:#9f1239b3}.focus-within\:outline-rose-800\/75:focus-within{outline-color:#9f1239bf}.focus-within\:outline-rose-800\/80:focus-within{outline-color:#9f1239cc}.focus-within\:outline-rose-800\/90:focus-within{outline-color:#9f1239e6}.focus-within\:outline-rose-800\/95:focus-within{outline-color:#9f1239f2}.focus-within\:outline-rose-800\/100:focus-within{outline-color:#9f1239}.focus-within\:outline-rose-900\/0:focus-within{outline-color:#88133700}.focus-within\:outline-rose-900\/5:focus-within{outline-color:#8813370d}.focus-within\:outline-rose-900\/10:focus-within{outline-color:#8813371a}.focus-within\:outline-rose-900\/20:focus-within{outline-color:#88133733}.focus-within\:outline-rose-900\/25:focus-within{outline-color:#88133740}.focus-within\:outline-rose-900\/30:focus-within{outline-color:#8813374d}.focus-within\:outline-rose-900\/40:focus-within{outline-color:#88133766}.focus-within\:outline-rose-900\/50:focus-within{outline-color:#88133780}.focus-within\:outline-rose-900\/60:focus-within{outline-color:#88133799}.focus-within\:outline-rose-900\/70:focus-within{outline-color:#881337b3}.focus-within\:outline-rose-900\/75:focus-within{outline-color:#881337bf}.focus-within\:outline-rose-900\/80:focus-within{outline-color:#881337cc}.focus-within\:outline-rose-900\/90:focus-within{outline-color:#881337e6}.focus-within\:outline-rose-900\/95:focus-within{outline-color:#881337f2}.focus-within\:outline-rose-900\/100:focus-within{outline-color:#881337}.focus-within\:outline-primary-100\/0:focus-within{outline-color:#f2f3f400}.focus-within\:outline-primary-100\/5:focus-within{outline-color:#f2f3f40d}.focus-within\:outline-primary-100\/10:focus-within{outline-color:#f2f3f41a}.focus-within\:outline-primary-100\/20:focus-within{outline-color:#f2f3f433}.focus-within\:outline-primary-100\/25:focus-within{outline-color:#f2f3f440}.focus-within\:outline-primary-100\/30:focus-within{outline-color:#f2f3f44d}.focus-within\:outline-primary-100\/40:focus-within{outline-color:#f2f3f466}.focus-within\:outline-primary-100\/50:focus-within{outline-color:#f2f3f480}.focus-within\:outline-primary-100\/60:focus-within{outline-color:#f2f3f499}.focus-within\:outline-primary-100\/70:focus-within{outline-color:#f2f3f4b3}.focus-within\:outline-primary-100\/75:focus-within{outline-color:#f2f3f4bf}.focus-within\:outline-primary-100\/80:focus-within{outline-color:#f2f3f4cc}.focus-within\:outline-primary-100\/90:focus-within{outline-color:#f2f3f4e6}.focus-within\:outline-primary-100\/95:focus-within{outline-color:#f2f3f4f2}.focus-within\:outline-primary-100\/100:focus-within{outline-color:#f2f3f4}.focus-within\:outline-primary-200\/0:focus-within{outline-color:#e8e8f000}.focus-within\:outline-primary-200\/5:focus-within{outline-color:#e8e8f00d}.focus-within\:outline-primary-200\/10:focus-within{outline-color:#e8e8f01a}.focus-within\:outline-primary-200\/20:focus-within{outline-color:#e8e8f033}.focus-within\:outline-primary-200\/25:focus-within{outline-color:#e8e8f040}.focus-within\:outline-primary-200\/30:focus-within{outline-color:#e8e8f04d}.focus-within\:outline-primary-200\/40:focus-within{outline-color:#e8e8f066}.focus-within\:outline-primary-200\/50:focus-within{outline-color:#e8e8f080}.focus-within\:outline-primary-200\/60:focus-within{outline-color:#e8e8f099}.focus-within\:outline-primary-200\/70:focus-within{outline-color:#e8e8f0b3}.focus-within\:outline-primary-200\/75:focus-within{outline-color:#e8e8f0bf}.focus-within\:outline-primary-200\/80:focus-within{outline-color:#e8e8f0cc}.focus-within\:outline-primary-200\/90:focus-within{outline-color:#e8e8f0e6}.focus-within\:outline-primary-200\/95:focus-within{outline-color:#e8e8f0f2}.focus-within\:outline-primary-200\/100:focus-within{outline-color:#e8e8f0}.focus-within\:outline-primary-300\/0:focus-within{outline-color:#d0d0e100}.focus-within\:outline-primary-300\/5:focus-within{outline-color:#d0d0e10d}.focus-within\:outline-primary-300\/10:focus-within{outline-color:#d0d0e11a}.focus-within\:outline-primary-300\/20:focus-within{outline-color:#d0d0e133}.focus-within\:outline-primary-300\/25:focus-within{outline-color:#d0d0e140}.focus-within\:outline-primary-300\/30:focus-within{outline-color:#d0d0e14d}.focus-within\:outline-primary-300\/40:focus-within{outline-color:#d0d0e166}.focus-within\:outline-primary-300\/50:focus-within{outline-color:#d0d0e180}.focus-within\:outline-primary-300\/60:focus-within{outline-color:#d0d0e199}.focus-within\:outline-primary-300\/70:focus-within{outline-color:#d0d0e1b3}.focus-within\:outline-primary-300\/75:focus-within{outline-color:#d0d0e1bf}.focus-within\:outline-primary-300\/80:focus-within{outline-color:#d0d0e1cc}.focus-within\:outline-primary-300\/90:focus-within{outline-color:#d0d0e1e6}.focus-within\:outline-primary-300\/95:focus-within{outline-color:#d0d0e1f2}.focus-within\:outline-primary-300\/100:focus-within{outline-color:#d0d0e1}.focus-within\:outline-primary-400\/0:focus-within{outline-color:#b4b4d100}.focus-within\:outline-primary-400\/5:focus-within{outline-color:#b4b4d10d}.focus-within\:outline-primary-400\/10:focus-within{outline-color:#b4b4d11a}.focus-within\:outline-primary-400\/20:focus-within{outline-color:#b4b4d133}.focus-within\:outline-primary-400\/25:focus-within{outline-color:#b4b4d140}.focus-within\:outline-primary-400\/30:focus-within{outline-color:#b4b4d14d}.focus-within\:outline-primary-400\/40:focus-within{outline-color:#b4b4d166}.focus-within\:outline-primary-400\/50:focus-within{outline-color:#b4b4d180}.focus-within\:outline-primary-400\/60:focus-within{outline-color:#b4b4d199}.focus-within\:outline-primary-400\/70:focus-within{outline-color:#b4b4d1b3}.focus-within\:outline-primary-400\/75:focus-within{outline-color:#b4b4d1bf}.focus-within\:outline-primary-400\/80:focus-within{outline-color:#b4b4d1cc}.focus-within\:outline-primary-400\/90:focus-within{outline-color:#b4b4d1e6}.focus-within\:outline-primary-400\/95:focus-within{outline-color:#b4b4d1f2}.focus-within\:outline-primary-400\/100:focus-within{outline-color:#b4b4d1}.focus-within\:outline-primary-500\/0:focus-within{outline-color:#9393bf00}.focus-within\:outline-primary-500\/5:focus-within{outline-color:#9393bf0d}.focus-within\:outline-primary-500\/10:focus-within{outline-color:#9393bf1a}.focus-within\:outline-primary-500\/20:focus-within{outline-color:#9393bf33}.focus-within\:outline-primary-500\/25:focus-within{outline-color:#9393bf40}.focus-within\:outline-primary-500\/30:focus-within{outline-color:#9393bf4d}.focus-within\:outline-primary-500\/40:focus-within{outline-color:#9393bf66}.focus-within\:outline-primary-500\/50:focus-within{outline-color:#9393bf80}.focus-within\:outline-primary-500\/60:focus-within{outline-color:#9393bf99}.focus-within\:outline-primary-500\/70:focus-within{outline-color:#9393bfb3}.focus-within\:outline-primary-500\/75:focus-within{outline-color:#9393bfbf}.focus-within\:outline-primary-500\/80:focus-within{outline-color:#9393bfcc}.focus-within\:outline-primary-500\/90:focus-within{outline-color:#9393bfe6}.focus-within\:outline-primary-500\/95:focus-within{outline-color:#9393bff2}.focus-within\:outline-primary-500\/100:focus-within{outline-color:#9393bf}.focus-within\:outline-primary-600\/0:focus-within{outline-color:#6868ac00}.focus-within\:outline-primary-600\/5:focus-within{outline-color:#6868ac0d}.focus-within\:outline-primary-600\/10:focus-within{outline-color:#6868ac1a}.focus-within\:outline-primary-600\/20:focus-within{outline-color:#6868ac33}.focus-within\:outline-primary-600\/25:focus-within{outline-color:#6868ac40}.focus-within\:outline-primary-600\/30:focus-within{outline-color:#6868ac4d}.focus-within\:outline-primary-600\/40:focus-within{outline-color:#6868ac66}.focus-within\:outline-primary-600\/50:focus-within{outline-color:#6868ac80}.focus-within\:outline-primary-600\/60:focus-within{outline-color:#6868ac99}.focus-within\:outline-primary-600\/70:focus-within{outline-color:#6868acb3}.focus-within\:outline-primary-600\/75:focus-within{outline-color:#6868acbf}.focus-within\:outline-primary-600\/80:focus-within{outline-color:#6868accc}.focus-within\:outline-primary-600\/90:focus-within{outline-color:#6868ace6}.focus-within\:outline-primary-600\/95:focus-within{outline-color:#6868acf2}.focus-within\:outline-primary-600\/100:focus-within{outline-color:#6868ac}.focus-within\:outline-primary-700\/0:focus-within{outline-color:#5d5d9900}.focus-within\:outline-primary-700\/5:focus-within{outline-color:#5d5d990d}.focus-within\:outline-primary-700\/10:focus-within{outline-color:#5d5d991a}.focus-within\:outline-primary-700\/20:focus-within{outline-color:#5d5d9933}.focus-within\:outline-primary-700\/25:focus-within{outline-color:#5d5d9940}.focus-within\:outline-primary-700\/30:focus-within{outline-color:#5d5d994d}.focus-within\:outline-primary-700\/40:focus-within{outline-color:#5d5d9966}.focus-within\:outline-primary-700\/50:focus-within{outline-color:#5d5d9980}.focus-within\:outline-primary-700\/60:focus-within{outline-color:#5d5d9999}.focus-within\:outline-primary-700\/70:focus-within{outline-color:#5d5d99b3}.focus-within\:outline-primary-700\/75:focus-within{outline-color:#5d5d99bf}.focus-within\:outline-primary-700\/80:focus-within{outline-color:#5d5d99cc}.focus-within\:outline-primary-700\/90:focus-within{outline-color:#5d5d99e6}.focus-within\:outline-primary-700\/95:focus-within{outline-color:#5d5d99f2}.focus-within\:outline-primary-700\/100:focus-within{outline-color:#5d5d99}.focus-within\:outline-primary-800\/0:focus-within{outline-color:#50508500}.focus-within\:outline-primary-800\/5:focus-within{outline-color:#5050850d}.focus-within\:outline-primary-800\/10:focus-within{outline-color:#5050851a}.focus-within\:outline-primary-800\/20:focus-within{outline-color:#50508533}.focus-within\:outline-primary-800\/25:focus-within{outline-color:#50508540}.focus-within\:outline-primary-800\/30:focus-within{outline-color:#5050854d}.focus-within\:outline-primary-800\/40:focus-within{outline-color:#50508566}.focus-within\:outline-primary-800\/50:focus-within{outline-color:#50508580}.focus-within\:outline-primary-800\/60:focus-within{outline-color:#50508599}.focus-within\:outline-primary-800\/70:focus-within{outline-color:#505085b3}.focus-within\:outline-primary-800\/75:focus-within{outline-color:#505085bf}.focus-within\:outline-primary-800\/80:focus-within{outline-color:#505085cc}.focus-within\:outline-primary-800\/90:focus-within{outline-color:#505085e6}.focus-within\:outline-primary-800\/95:focus-within{outline-color:#505085f2}.focus-within\:outline-primary-800\/100:focus-within{outline-color:#505085}.focus-within\:outline-primary-900\/0:focus-within{outline-color:#41416c00}.focus-within\:outline-primary-900\/5:focus-within{outline-color:#41416c0d}.focus-within\:outline-primary-900\/10:focus-within{outline-color:#41416c1a}.focus-within\:outline-primary-900\/20:focus-within{outline-color:#41416c33}.focus-within\:outline-primary-900\/25:focus-within{outline-color:#41416c40}.focus-within\:outline-primary-900\/30:focus-within{outline-color:#41416c4d}.focus-within\:outline-primary-900\/40:focus-within{outline-color:#41416c66}.focus-within\:outline-primary-900\/50:focus-within{outline-color:#41416c80}.focus-within\:outline-primary-900\/60:focus-within{outline-color:#41416c99}.focus-within\:outline-primary-900\/70:focus-within{outline-color:#41416cb3}.focus-within\:outline-primary-900\/75:focus-within{outline-color:#41416cbf}.focus-within\:outline-primary-900\/80:focus-within{outline-color:#41416ccc}.focus-within\:outline-primary-900\/90:focus-within{outline-color:#41416ce6}.focus-within\:outline-primary-900\/95:focus-within{outline-color:#41416cf2}.focus-within\:outline-primary-900\/100:focus-within{outline-color:#41416c}.focus-within\:outline-primary-1000\/0:focus-within{outline-color:#2e2e4c00}.focus-within\:outline-primary-1000\/5:focus-within{outline-color:#2e2e4c0d}.focus-within\:outline-primary-1000\/10:focus-within{outline-color:#2e2e4c1a}.focus-within\:outline-primary-1000\/20:focus-within{outline-color:#2e2e4c33}.focus-within\:outline-primary-1000\/25:focus-within{outline-color:#2e2e4c40}.focus-within\:outline-primary-1000\/30:focus-within{outline-color:#2e2e4c4d}.focus-within\:outline-primary-1000\/40:focus-within{outline-color:#2e2e4c66}.focus-within\:outline-primary-1000\/50:focus-within{outline-color:#2e2e4c80}.focus-within\:outline-primary-1000\/60:focus-within{outline-color:#2e2e4c99}.focus-within\:outline-primary-1000\/70:focus-within{outline-color:#2e2e4cb3}.focus-within\:outline-primary-1000\/75:focus-within{outline-color:#2e2e4cbf}.focus-within\:outline-primary-1000\/80:focus-within{outline-color:#2e2e4ccc}.focus-within\:outline-primary-1000\/90:focus-within{outline-color:#2e2e4ce6}.focus-within\:outline-primary-1000\/95:focus-within{outline-color:#2e2e4cf2}.focus-within\:outline-primary-1000\/100:focus-within{outline-color:#2e2e4c}.focus-within\:outline-primary-highlight-100\/0:focus-within{outline-color:#f7f5fe00}.focus-within\:outline-primary-highlight-100\/5:focus-within{outline-color:#f7f5fe0d}.focus-within\:outline-primary-highlight-100\/10:focus-within{outline-color:#f7f5fe1a}.focus-within\:outline-primary-highlight-100\/20:focus-within{outline-color:#f7f5fe33}.focus-within\:outline-primary-highlight-100\/25:focus-within{outline-color:#f7f5fe40}.focus-within\:outline-primary-highlight-100\/30:focus-within{outline-color:#f7f5fe4d}.focus-within\:outline-primary-highlight-100\/40:focus-within{outline-color:#f7f5fe66}.focus-within\:outline-primary-highlight-100\/50:focus-within{outline-color:#f7f5fe80}.focus-within\:outline-primary-highlight-100\/60:focus-within{outline-color:#f7f5fe99}.focus-within\:outline-primary-highlight-100\/70:focus-within{outline-color:#f7f5feb3}.focus-within\:outline-primary-highlight-100\/75:focus-within{outline-color:#f7f5febf}.focus-within\:outline-primary-highlight-100\/80:focus-within{outline-color:#f7f5fecc}.focus-within\:outline-primary-highlight-100\/90:focus-within{outline-color:#f7f5fee6}.focus-within\:outline-primary-highlight-100\/95:focus-within{outline-color:#f7f5fef2}.focus-within\:outline-primary-highlight-100\/100:focus-within{outline-color:#f7f5fe}.focus-within\:outline-primary-highlight-200\/0:focus-within{outline-color:#efecfe00}.focus-within\:outline-primary-highlight-200\/5:focus-within{outline-color:#efecfe0d}.focus-within\:outline-primary-highlight-200\/10:focus-within{outline-color:#efecfe1a}.focus-within\:outline-primary-highlight-200\/20:focus-within{outline-color:#efecfe33}.focus-within\:outline-primary-highlight-200\/25:focus-within{outline-color:#efecfe40}.focus-within\:outline-primary-highlight-200\/30:focus-within{outline-color:#efecfe4d}.focus-within\:outline-primary-highlight-200\/40:focus-within{outline-color:#efecfe66}.focus-within\:outline-primary-highlight-200\/50:focus-within{outline-color:#efecfe80}.focus-within\:outline-primary-highlight-200\/60:focus-within{outline-color:#efecfe99}.focus-within\:outline-primary-highlight-200\/70:focus-within{outline-color:#efecfeb3}.focus-within\:outline-primary-highlight-200\/75:focus-within{outline-color:#efecfebf}.focus-within\:outline-primary-highlight-200\/80:focus-within{outline-color:#efecfecc}.focus-within\:outline-primary-highlight-200\/90:focus-within{outline-color:#efecfee6}.focus-within\:outline-primary-highlight-200\/95:focus-within{outline-color:#efecfef2}.focus-within\:outline-primary-highlight-200\/100:focus-within{outline-color:#efecfe}.focus-within\:outline-primary-highlight-300\/0:focus-within{outline-color:#dfd8fd00}.focus-within\:outline-primary-highlight-300\/5:focus-within{outline-color:#dfd8fd0d}.focus-within\:outline-primary-highlight-300\/10:focus-within{outline-color:#dfd8fd1a}.focus-within\:outline-primary-highlight-300\/20:focus-within{outline-color:#dfd8fd33}.focus-within\:outline-primary-highlight-300\/25:focus-within{outline-color:#dfd8fd40}.focus-within\:outline-primary-highlight-300\/30:focus-within{outline-color:#dfd8fd4d}.focus-within\:outline-primary-highlight-300\/40:focus-within{outline-color:#dfd8fd66}.focus-within\:outline-primary-highlight-300\/50:focus-within{outline-color:#dfd8fd80}.focus-within\:outline-primary-highlight-300\/60:focus-within{outline-color:#dfd8fd99}.focus-within\:outline-primary-highlight-300\/70:focus-within{outline-color:#dfd8fdb3}.focus-within\:outline-primary-highlight-300\/75:focus-within{outline-color:#dfd8fdbf}.focus-within\:outline-primary-highlight-300\/80:focus-within{outline-color:#dfd8fdcc}.focus-within\:outline-primary-highlight-300\/90:focus-within{outline-color:#dfd8fde6}.focus-within\:outline-primary-highlight-300\/95:focus-within{outline-color:#dfd8fdf2}.focus-within\:outline-primary-highlight-300\/100:focus-within{outline-color:#dfd8fd}.focus-within\:outline-primary-highlight-400\/0:focus-within{outline-color:#cec1fc00}.focus-within\:outline-primary-highlight-400\/5:focus-within{outline-color:#cec1fc0d}.focus-within\:outline-primary-highlight-400\/10:focus-within{outline-color:#cec1fc1a}.focus-within\:outline-primary-highlight-400\/20:focus-within{outline-color:#cec1fc33}.focus-within\:outline-primary-highlight-400\/25:focus-within{outline-color:#cec1fc40}.focus-within\:outline-primary-highlight-400\/30:focus-within{outline-color:#cec1fc4d}.focus-within\:outline-primary-highlight-400\/40:focus-within{outline-color:#cec1fc66}.focus-within\:outline-primary-highlight-400\/50:focus-within{outline-color:#cec1fc80}.focus-within\:outline-primary-highlight-400\/60:focus-within{outline-color:#cec1fc99}.focus-within\:outline-primary-highlight-400\/70:focus-within{outline-color:#cec1fcb3}.focus-within\:outline-primary-highlight-400\/75:focus-within{outline-color:#cec1fcbf}.focus-within\:outline-primary-highlight-400\/80:focus-within{outline-color:#cec1fccc}.focus-within\:outline-primary-highlight-400\/90:focus-within{outline-color:#cec1fce6}.focus-within\:outline-primary-highlight-400\/95:focus-within{outline-color:#cec1fcf2}.focus-within\:outline-primary-highlight-400\/100:focus-within{outline-color:#cec1fc}.focus-within\:outline-primary-highlight-500\/0:focus-within{outline-color:#bba8fb00}.focus-within\:outline-primary-highlight-500\/5:focus-within{outline-color:#bba8fb0d}.focus-within\:outline-primary-highlight-500\/10:focus-within{outline-color:#bba8fb1a}.focus-within\:outline-primary-highlight-500\/20:focus-within{outline-color:#bba8fb33}.focus-within\:outline-primary-highlight-500\/25:focus-within{outline-color:#bba8fb40}.focus-within\:outline-primary-highlight-500\/30:focus-within{outline-color:#bba8fb4d}.focus-within\:outline-primary-highlight-500\/40:focus-within{outline-color:#bba8fb66}.focus-within\:outline-primary-highlight-500\/50:focus-within{outline-color:#bba8fb80}.focus-within\:outline-primary-highlight-500\/60:focus-within{outline-color:#bba8fb99}.focus-within\:outline-primary-highlight-500\/70:focus-within{outline-color:#bba8fbb3}.focus-within\:outline-primary-highlight-500\/75:focus-within{outline-color:#bba8fbbf}.focus-within\:outline-primary-highlight-500\/80:focus-within{outline-color:#bba8fbcc}.focus-within\:outline-primary-highlight-500\/90:focus-within{outline-color:#bba8fbe6}.focus-within\:outline-primary-highlight-500\/95:focus-within{outline-color:#bba8fbf2}.focus-within\:outline-primary-highlight-500\/100:focus-within{outline-color:#bba8fb}.focus-within\:outline-primary-highlight-600\/0:focus-within{outline-color:#a78bfa00}.focus-within\:outline-primary-highlight-600\/5:focus-within{outline-color:#a78bfa0d}.focus-within\:outline-primary-highlight-600\/10:focus-within{outline-color:#a78bfa1a}.focus-within\:outline-primary-highlight-600\/20:focus-within{outline-color:#a78bfa33}.focus-within\:outline-primary-highlight-600\/25:focus-within{outline-color:#a78bfa40}.focus-within\:outline-primary-highlight-600\/30:focus-within{outline-color:#a78bfa4d}.focus-within\:outline-primary-highlight-600\/40:focus-within{outline-color:#a78bfa66}.focus-within\:outline-primary-highlight-600\/50:focus-within{outline-color:#a78bfa80}.focus-within\:outline-primary-highlight-600\/60:focus-within{outline-color:#a78bfa99}.focus-within\:outline-primary-highlight-600\/70:focus-within{outline-color:#a78bfab3}.focus-within\:outline-primary-highlight-600\/75:focus-within{outline-color:#a78bfabf}.focus-within\:outline-primary-highlight-600\/80:focus-within{outline-color:#a78bfacc}.focus-within\:outline-primary-highlight-600\/90:focus-within{outline-color:#a78bfae6}.focus-within\:outline-primary-highlight-600\/95:focus-within{outline-color:#a78bfaf2}.focus-within\:outline-primary-highlight-600\/100:focus-within{outline-color:#a78bfa}.focus-within\:outline-primary-highlight-700\/0:focus-within{outline-color:#957cdf00}.focus-within\:outline-primary-highlight-700\/5:focus-within{outline-color:#957cdf0d}.focus-within\:outline-primary-highlight-700\/10:focus-within{outline-color:#957cdf1a}.focus-within\:outline-primary-highlight-700\/20:focus-within{outline-color:#957cdf33}.focus-within\:outline-primary-highlight-700\/25:focus-within{outline-color:#957cdf40}.focus-within\:outline-primary-highlight-700\/30:focus-within{outline-color:#957cdf4d}.focus-within\:outline-primary-highlight-700\/40:focus-within{outline-color:#957cdf66}.focus-within\:outline-primary-highlight-700\/50:focus-within{outline-color:#957cdf80}.focus-within\:outline-primary-highlight-700\/60:focus-within{outline-color:#957cdf99}.focus-within\:outline-primary-highlight-700\/70:focus-within{outline-color:#957cdfb3}.focus-within\:outline-primary-highlight-700\/75:focus-within{outline-color:#957cdfbf}.focus-within\:outline-primary-highlight-700\/80:focus-within{outline-color:#957cdfcc}.focus-within\:outline-primary-highlight-700\/90:focus-within{outline-color:#957cdfe6}.focus-within\:outline-primary-highlight-700\/95:focus-within{outline-color:#957cdff2}.focus-within\:outline-primary-highlight-700\/100:focus-within{outline-color:#957cdf}.focus-within\:outline-primary-highlight-800\/0:focus-within{outline-color:#816bc100}.focus-within\:outline-primary-highlight-800\/5:focus-within{outline-color:#816bc10d}.focus-within\:outline-primary-highlight-800\/10:focus-within{outline-color:#816bc11a}.focus-within\:outline-primary-highlight-800\/20:focus-within{outline-color:#816bc133}.focus-within\:outline-primary-highlight-800\/25:focus-within{outline-color:#816bc140}.focus-within\:outline-primary-highlight-800\/30:focus-within{outline-color:#816bc14d}.focus-within\:outline-primary-highlight-800\/40:focus-within{outline-color:#816bc166}.focus-within\:outline-primary-highlight-800\/50:focus-within{outline-color:#816bc180}.focus-within\:outline-primary-highlight-800\/60:focus-within{outline-color:#816bc199}.focus-within\:outline-primary-highlight-800\/70:focus-within{outline-color:#816bc1b3}.focus-within\:outline-primary-highlight-800\/75:focus-within{outline-color:#816bc1bf}.focus-within\:outline-primary-highlight-800\/80:focus-within{outline-color:#816bc1cc}.focus-within\:outline-primary-highlight-800\/90:focus-within{outline-color:#816bc1e6}.focus-within\:outline-primary-highlight-800\/95:focus-within{outline-color:#816bc1f2}.focus-within\:outline-primary-highlight-800\/100:focus-within{outline-color:#816bc1}.focus-within\:outline-primary-highlight-900\/0:focus-within{outline-color:#69579e00}.focus-within\:outline-primary-highlight-900\/5:focus-within{outline-color:#69579e0d}.focus-within\:outline-primary-highlight-900\/10:focus-within{outline-color:#69579e1a}.focus-within\:outline-primary-highlight-900\/20:focus-within{outline-color:#69579e33}.focus-within\:outline-primary-highlight-900\/25:focus-within{outline-color:#69579e40}.focus-within\:outline-primary-highlight-900\/30:focus-within{outline-color:#69579e4d}.focus-within\:outline-primary-highlight-900\/40:focus-within{outline-color:#69579e66}.focus-within\:outline-primary-highlight-900\/50:focus-within{outline-color:#69579e80}.focus-within\:outline-primary-highlight-900\/60:focus-within{outline-color:#69579e99}.focus-within\:outline-primary-highlight-900\/70:focus-within{outline-color:#69579eb3}.focus-within\:outline-primary-highlight-900\/75:focus-within{outline-color:#69579ebf}.focus-within\:outline-primary-highlight-900\/80:focus-within{outline-color:#69579ecc}.focus-within\:outline-primary-highlight-900\/90:focus-within{outline-color:#69579ee6}.focus-within\:outline-primary-highlight-900\/95:focus-within{outline-color:#69579ef2}.focus-within\:outline-primary-highlight-900\/100:focus-within{outline-color:#69579e}.focus-within\:outline-primary-highlight-1000\/0:focus-within{outline-color:#4a3e6f00}.focus-within\:outline-primary-highlight-1000\/5:focus-within{outline-color:#4a3e6f0d}.focus-within\:outline-primary-highlight-1000\/10:focus-within{outline-color:#4a3e6f1a}.focus-within\:outline-primary-highlight-1000\/20:focus-within{outline-color:#4a3e6f33}.focus-within\:outline-primary-highlight-1000\/25:focus-within{outline-color:#4a3e6f40}.focus-within\:outline-primary-highlight-1000\/30:focus-within{outline-color:#4a3e6f4d}.focus-within\:outline-primary-highlight-1000\/40:focus-within{outline-color:#4a3e6f66}.focus-within\:outline-primary-highlight-1000\/50:focus-within{outline-color:#4a3e6f80}.focus-within\:outline-primary-highlight-1000\/60:focus-within{outline-color:#4a3e6f99}.focus-within\:outline-primary-highlight-1000\/70:focus-within{outline-color:#4a3e6fb3}.focus-within\:outline-primary-highlight-1000\/75:focus-within{outline-color:#4a3e6fbf}.focus-within\:outline-primary-highlight-1000\/80:focus-within{outline-color:#4a3e6fcc}.focus-within\:outline-primary-highlight-1000\/90:focus-within{outline-color:#4a3e6fe6}.focus-within\:outline-primary-highlight-1000\/95:focus-within{outline-color:#4a3e6ff2}.focus-within\:outline-primary-highlight-1000\/100:focus-within{outline-color:#4a3e6f}.focus-within\:outline-secondary-100\/0:focus-within{outline-color:#fef7f200}.focus-within\:outline-secondary-100\/5:focus-within{outline-color:#fef7f20d}.focus-within\:outline-secondary-100\/10:focus-within{outline-color:#fef7f21a}.focus-within\:outline-secondary-100\/20:focus-within{outline-color:#fef7f233}.focus-within\:outline-secondary-100\/25:focus-within{outline-color:#fef7f240}.focus-within\:outline-secondary-100\/30:focus-within{outline-color:#fef7f24d}.focus-within\:outline-secondary-100\/40:focus-within{outline-color:#fef7f266}.focus-within\:outline-secondary-100\/50:focus-within{outline-color:#fef7f280}.focus-within\:outline-secondary-100\/60:focus-within{outline-color:#fef7f299}.focus-within\:outline-secondary-100\/70:focus-within{outline-color:#fef7f2b3}.focus-within\:outline-secondary-100\/75:focus-within{outline-color:#fef7f2bf}.focus-within\:outline-secondary-100\/80:focus-within{outline-color:#fef7f2cc}.focus-within\:outline-secondary-100\/90:focus-within{outline-color:#fef7f2e6}.focus-within\:outline-secondary-100\/95:focus-within{outline-color:#fef7f2f2}.focus-within\:outline-secondary-100\/100:focus-within{outline-color:#fef7f2}.focus-within\:outline-secondary-200\/0:focus-within{outline-color:#fef0e400}.focus-within\:outline-secondary-200\/5:focus-within{outline-color:#fef0e40d}.focus-within\:outline-secondary-200\/10:focus-within{outline-color:#fef0e41a}.focus-within\:outline-secondary-200\/20:focus-within{outline-color:#fef0e433}.focus-within\:outline-secondary-200\/25:focus-within{outline-color:#fef0e440}.focus-within\:outline-secondary-200\/30:focus-within{outline-color:#fef0e44d}.focus-within\:outline-secondary-200\/40:focus-within{outline-color:#fef0e466}.focus-within\:outline-secondary-200\/50:focus-within{outline-color:#fef0e480}.focus-within\:outline-secondary-200\/60:focus-within{outline-color:#fef0e499}.focus-within\:outline-secondary-200\/70:focus-within{outline-color:#fef0e4b3}.focus-within\:outline-secondary-200\/75:focus-within{outline-color:#fef0e4bf}.focus-within\:outline-secondary-200\/80:focus-within{outline-color:#fef0e4cc}.focus-within\:outline-secondary-200\/90:focus-within{outline-color:#fef0e4e6}.focus-within\:outline-secondary-200\/95:focus-within{outline-color:#fef0e4f2}.focus-within\:outline-secondary-200\/100:focus-within{outline-color:#fef0e4}.focus-within\:outline-secondary-300\/0:focus-within{outline-color:#fde1c600}.focus-within\:outline-secondary-300\/5:focus-within{outline-color:#fde1c60d}.focus-within\:outline-secondary-300\/10:focus-within{outline-color:#fde1c61a}.focus-within\:outline-secondary-300\/20:focus-within{outline-color:#fde1c633}.focus-within\:outline-secondary-300\/25:focus-within{outline-color:#fde1c640}.focus-within\:outline-secondary-300\/30:focus-within{outline-color:#fde1c64d}.focus-within\:outline-secondary-300\/40:focus-within{outline-color:#fde1c666}.focus-within\:outline-secondary-300\/50:focus-within{outline-color:#fde1c680}.focus-within\:outline-secondary-300\/60:focus-within{outline-color:#fde1c699}.focus-within\:outline-secondary-300\/70:focus-within{outline-color:#fde1c6b3}.focus-within\:outline-secondary-300\/75:focus-within{outline-color:#fde1c6bf}.focus-within\:outline-secondary-300\/80:focus-within{outline-color:#fde1c6cc}.focus-within\:outline-secondary-300\/90:focus-within{outline-color:#fde1c6e6}.focus-within\:outline-secondary-300\/95:focus-within{outline-color:#fde1c6f2}.focus-within\:outline-secondary-300\/100:focus-within{outline-color:#fde1c6}.focus-within\:outline-secondary-400\/0:focus-within{outline-color:#fcd1a200}.focus-within\:outline-secondary-400\/5:focus-within{outline-color:#fcd1a20d}.focus-within\:outline-secondary-400\/10:focus-within{outline-color:#fcd1a21a}.focus-within\:outline-secondary-400\/20:focus-within{outline-color:#fcd1a233}.focus-within\:outline-secondary-400\/25:focus-within{outline-color:#fcd1a240}.focus-within\:outline-secondary-400\/30:focus-within{outline-color:#fcd1a24d}.focus-within\:outline-secondary-400\/40:focus-within{outline-color:#fcd1a266}.focus-within\:outline-secondary-400\/50:focus-within{outline-color:#fcd1a280}.focus-within\:outline-secondary-400\/60:focus-within{outline-color:#fcd1a299}.focus-within\:outline-secondary-400\/70:focus-within{outline-color:#fcd1a2b3}.focus-within\:outline-secondary-400\/75:focus-within{outline-color:#fcd1a2bf}.focus-within\:outline-secondary-400\/80:focus-within{outline-color:#fcd1a2cc}.focus-within\:outline-secondary-400\/90:focus-within{outline-color:#fcd1a2e6}.focus-within\:outline-secondary-400\/95:focus-within{outline-color:#fcd1a2f2}.focus-within\:outline-secondary-400\/100:focus-within{outline-color:#fcd1a2}.focus-within\:outline-secondary-500\/0:focus-within{outline-color:#fbbf7500}.focus-within\:outline-secondary-500\/5:focus-within{outline-color:#fbbf750d}.focus-within\:outline-secondary-500\/10:focus-within{outline-color:#fbbf751a}.focus-within\:outline-secondary-500\/20:focus-within{outline-color:#fbbf7533}.focus-within\:outline-secondary-500\/25:focus-within{outline-color:#fbbf7540}.focus-within\:outline-secondary-500\/30:focus-within{outline-color:#fbbf754d}.focus-within\:outline-secondary-500\/40:focus-within{outline-color:#fbbf7566}.focus-within\:outline-secondary-500\/50:focus-within{outline-color:#fbbf7580}.focus-within\:outline-secondary-500\/60:focus-within{outline-color:#fbbf7599}.focus-within\:outline-secondary-500\/70:focus-within{outline-color:#fbbf75b3}.focus-within\:outline-secondary-500\/75:focus-within{outline-color:#fbbf75bf}.focus-within\:outline-secondary-500\/80:focus-within{outline-color:#fbbf75cc}.focus-within\:outline-secondary-500\/90:focus-within{outline-color:#fbbf75e6}.focus-within\:outline-secondary-500\/95:focus-within{outline-color:#fbbf75f2}.focus-within\:outline-secondary-500\/100:focus-within{outline-color:#fbbf75}.focus-within\:outline-secondary-600\/0:focus-within{outline-color:#faac1e00}.focus-within\:outline-secondary-600\/5:focus-within{outline-color:#faac1e0d}.focus-within\:outline-secondary-600\/10:focus-within{outline-color:#faac1e1a}.focus-within\:outline-secondary-600\/20:focus-within{outline-color:#faac1e33}.focus-within\:outline-secondary-600\/25:focus-within{outline-color:#faac1e40}.focus-within\:outline-secondary-600\/30:focus-within{outline-color:#faac1e4d}.focus-within\:outline-secondary-600\/40:focus-within{outline-color:#faac1e66}.focus-within\:outline-secondary-600\/50:focus-within{outline-color:#faac1e80}.focus-within\:outline-secondary-600\/60:focus-within{outline-color:#faac1e99}.focus-within\:outline-secondary-600\/70:focus-within{outline-color:#faac1eb3}.focus-within\:outline-secondary-600\/75:focus-within{outline-color:#faac1ebf}.focus-within\:outline-secondary-600\/80:focus-within{outline-color:#faac1ecc}.focus-within\:outline-secondary-600\/90:focus-within{outline-color:#faac1ee6}.focus-within\:outline-secondary-600\/95:focus-within{outline-color:#faac1ef2}.focus-within\:outline-secondary-600\/100:focus-within{outline-color:#faac1e}.focus-within\:outline-secondary-700\/0:focus-within{outline-color:#df991a00}.focus-within\:outline-secondary-700\/5:focus-within{outline-color:#df991a0d}.focus-within\:outline-secondary-700\/10:focus-within{outline-color:#df991a1a}.focus-within\:outline-secondary-700\/20:focus-within{outline-color:#df991a33}.focus-within\:outline-secondary-700\/25:focus-within{outline-color:#df991a40}.focus-within\:outline-secondary-700\/30:focus-within{outline-color:#df991a4d}.focus-within\:outline-secondary-700\/40:focus-within{outline-color:#df991a66}.focus-within\:outline-secondary-700\/50:focus-within{outline-color:#df991a80}.focus-within\:outline-secondary-700\/60:focus-within{outline-color:#df991a99}.focus-within\:outline-secondary-700\/70:focus-within{outline-color:#df991ab3}.focus-within\:outline-secondary-700\/75:focus-within{outline-color:#df991abf}.focus-within\:outline-secondary-700\/80:focus-within{outline-color:#df991acc}.focus-within\:outline-secondary-700\/90:focus-within{outline-color:#df991ae6}.focus-within\:outline-secondary-700\/95:focus-within{outline-color:#df991af2}.focus-within\:outline-secondary-700\/100:focus-within{outline-color:#df991a}.focus-within\:outline-secondary-800\/0:focus-within{outline-color:#c1851700}.focus-within\:outline-secondary-800\/5:focus-within{outline-color:#c185170d}.focus-within\:outline-secondary-800\/10:focus-within{outline-color:#c185171a}.focus-within\:outline-secondary-800\/20:focus-within{outline-color:#c1851733}.focus-within\:outline-secondary-800\/25:focus-within{outline-color:#c1851740}.focus-within\:outline-secondary-800\/30:focus-within{outline-color:#c185174d}.focus-within\:outline-secondary-800\/40:focus-within{outline-color:#c1851766}.focus-within\:outline-secondary-800\/50:focus-within{outline-color:#c1851780}.focus-within\:outline-secondary-800\/60:focus-within{outline-color:#c1851799}.focus-within\:outline-secondary-800\/70:focus-within{outline-color:#c18517b3}.focus-within\:outline-secondary-800\/75:focus-within{outline-color:#c18517bf}.focus-within\:outline-secondary-800\/80:focus-within{outline-color:#c18517cc}.focus-within\:outline-secondary-800\/90:focus-within{outline-color:#c18517e6}.focus-within\:outline-secondary-800\/95:focus-within{outline-color:#c18517f2}.focus-within\:outline-secondary-800\/100:focus-within{outline-color:#c18517}.focus-within\:outline-secondary-900\/0:focus-within{outline-color:#9e6c1200}.focus-within\:outline-secondary-900\/5:focus-within{outline-color:#9e6c120d}.focus-within\:outline-secondary-900\/10:focus-within{outline-color:#9e6c121a}.focus-within\:outline-secondary-900\/20:focus-within{outline-color:#9e6c1233}.focus-within\:outline-secondary-900\/25:focus-within{outline-color:#9e6c1240}.focus-within\:outline-secondary-900\/30:focus-within{outline-color:#9e6c124d}.focus-within\:outline-secondary-900\/40:focus-within{outline-color:#9e6c1266}.focus-within\:outline-secondary-900\/50:focus-within{outline-color:#9e6c1280}.focus-within\:outline-secondary-900\/60:focus-within{outline-color:#9e6c1299}.focus-within\:outline-secondary-900\/70:focus-within{outline-color:#9e6c12b3}.focus-within\:outline-secondary-900\/75:focus-within{outline-color:#9e6c12bf}.focus-within\:outline-secondary-900\/80:focus-within{outline-color:#9e6c12cc}.focus-within\:outline-secondary-900\/90:focus-within{outline-color:#9e6c12e6}.focus-within\:outline-secondary-900\/95:focus-within{outline-color:#9e6c12f2}.focus-within\:outline-secondary-900\/100:focus-within{outline-color:#9e6c12}.focus-within\:outline-secondary-1000\/0:focus-within{outline-color:#6f4c0d00}.focus-within\:outline-secondary-1000\/5:focus-within{outline-color:#6f4c0d0d}.focus-within\:outline-secondary-1000\/10:focus-within{outline-color:#6f4c0d1a}.focus-within\:outline-secondary-1000\/20:focus-within{outline-color:#6f4c0d33}.focus-within\:outline-secondary-1000\/25:focus-within{outline-color:#6f4c0d40}.focus-within\:outline-secondary-1000\/30:focus-within{outline-color:#6f4c0d4d}.focus-within\:outline-secondary-1000\/40:focus-within{outline-color:#6f4c0d66}.focus-within\:outline-secondary-1000\/50:focus-within{outline-color:#6f4c0d80}.focus-within\:outline-secondary-1000\/60:focus-within{outline-color:#6f4c0d99}.focus-within\:outline-secondary-1000\/70:focus-within{outline-color:#6f4c0db3}.focus-within\:outline-secondary-1000\/75:focus-within{outline-color:#6f4c0dbf}.focus-within\:outline-secondary-1000\/80:focus-within{outline-color:#6f4c0dcc}.focus-within\:outline-secondary-1000\/90:focus-within{outline-color:#6f4c0de6}.focus-within\:outline-secondary-1000\/95:focus-within{outline-color:#6f4c0df2}.focus-within\:outline-secondary-1000\/100:focus-within{outline-color:#6f4c0d}.focus-within\:outline-grey-100\/0:focus-within{outline-color:#f2f3f400}.focus-within\:outline-grey-100\/5:focus-within{outline-color:#f2f3f40d}.focus-within\:outline-grey-100\/10:focus-within{outline-color:#f2f3f41a}.focus-within\:outline-grey-100\/20:focus-within{outline-color:#f2f3f433}.focus-within\:outline-grey-100\/25:focus-within{outline-color:#f2f3f440}.focus-within\:outline-grey-100\/30:focus-within{outline-color:#f2f3f44d}.focus-within\:outline-grey-100\/40:focus-within{outline-color:#f2f3f466}.focus-within\:outline-grey-100\/50:focus-within{outline-color:#f2f3f480}.focus-within\:outline-grey-100\/60:focus-within{outline-color:#f2f3f499}.focus-within\:outline-grey-100\/70:focus-within{outline-color:#f2f3f4b3}.focus-within\:outline-grey-100\/75:focus-within{outline-color:#f2f3f4bf}.focus-within\:outline-grey-100\/80:focus-within{outline-color:#f2f3f4cc}.focus-within\:outline-grey-100\/90:focus-within{outline-color:#f2f3f4e6}.focus-within\:outline-grey-100\/95:focus-within{outline-color:#f2f3f4f2}.focus-within\:outline-grey-100\/100:focus-within{outline-color:#f2f3f4}.focus-within\:outline-grey-200\/0:focus-within{outline-color:#e6e7e800}.focus-within\:outline-grey-200\/5:focus-within{outline-color:#e6e7e80d}.focus-within\:outline-grey-200\/10:focus-within{outline-color:#e6e7e81a}.focus-within\:outline-grey-200\/20:focus-within{outline-color:#e6e7e833}.focus-within\:outline-grey-200\/25:focus-within{outline-color:#e6e7e840}.focus-within\:outline-grey-200\/30:focus-within{outline-color:#e6e7e84d}.focus-within\:outline-grey-200\/40:focus-within{outline-color:#e6e7e866}.focus-within\:outline-grey-200\/50:focus-within{outline-color:#e6e7e880}.focus-within\:outline-grey-200\/60:focus-within{outline-color:#e6e7e899}.focus-within\:outline-grey-200\/70:focus-within{outline-color:#e6e7e8b3}.focus-within\:outline-grey-200\/75:focus-within{outline-color:#e6e7e8bf}.focus-within\:outline-grey-200\/80:focus-within{outline-color:#e6e7e8cc}.focus-within\:outline-grey-200\/90:focus-within{outline-color:#e6e7e8e6}.focus-within\:outline-grey-200\/95:focus-within{outline-color:#e6e7e8f2}.focus-within\:outline-grey-200\/100:focus-within{outline-color:#e6e7e8}.focus-within\:outline-grey-300\/0:focus-within{outline-color:#caccd000}.focus-within\:outline-grey-300\/5:focus-within{outline-color:#caccd00d}.focus-within\:outline-grey-300\/10:focus-within{outline-color:#caccd01a}.focus-within\:outline-grey-300\/20:focus-within{outline-color:#caccd033}.focus-within\:outline-grey-300\/25:focus-within{outline-color:#caccd040}.focus-within\:outline-grey-300\/30:focus-within{outline-color:#caccd04d}.focus-within\:outline-grey-300\/40:focus-within{outline-color:#caccd066}.focus-within\:outline-grey-300\/50:focus-within{outline-color:#caccd080}.focus-within\:outline-grey-300\/60:focus-within{outline-color:#caccd099}.focus-within\:outline-grey-300\/70:focus-within{outline-color:#caccd0b3}.focus-within\:outline-grey-300\/75:focus-within{outline-color:#caccd0bf}.focus-within\:outline-grey-300\/80:focus-within{outline-color:#caccd0cc}.focus-within\:outline-grey-300\/90:focus-within{outline-color:#caccd0e6}.focus-within\:outline-grey-300\/95:focus-within{outline-color:#caccd0f2}.focus-within\:outline-grey-300\/100:focus-within{outline-color:#caccd0}.focus-within\:outline-grey-400\/0:focus-within{outline-color:#aaaeb400}.focus-within\:outline-grey-400\/5:focus-within{outline-color:#aaaeb40d}.focus-within\:outline-grey-400\/10:focus-within{outline-color:#aaaeb41a}.focus-within\:outline-grey-400\/20:focus-within{outline-color:#aaaeb433}.focus-within\:outline-grey-400\/25:focus-within{outline-color:#aaaeb440}.focus-within\:outline-grey-400\/30:focus-within{outline-color:#aaaeb44d}.focus-within\:outline-grey-400\/40:focus-within{outline-color:#aaaeb466}.focus-within\:outline-grey-400\/50:focus-within{outline-color:#aaaeb480}.focus-within\:outline-grey-400\/60:focus-within{outline-color:#aaaeb499}.focus-within\:outline-grey-400\/70:focus-within{outline-color:#aaaeb4b3}.focus-within\:outline-grey-400\/75:focus-within{outline-color:#aaaeb4bf}.focus-within\:outline-grey-400\/80:focus-within{outline-color:#aaaeb4cc}.focus-within\:outline-grey-400\/90:focus-within{outline-color:#aaaeb4e6}.focus-within\:outline-grey-400\/95:focus-within{outline-color:#aaaeb4f2}.focus-within\:outline-grey-400\/100:focus-within{outline-color:#aaaeb4}.focus-within\:outline-grey-500\/0:focus-within{outline-color:#82899300}.focus-within\:outline-grey-500\/5:focus-within{outline-color:#8289930d}.focus-within\:outline-grey-500\/10:focus-within{outline-color:#8289931a}.focus-within\:outline-grey-500\/20:focus-within{outline-color:#82899333}.focus-within\:outline-grey-500\/25:focus-within{outline-color:#82899340}.focus-within\:outline-grey-500\/30:focus-within{outline-color:#8289934d}.focus-within\:outline-grey-500\/40:focus-within{outline-color:#82899366}.focus-within\:outline-grey-500\/50:focus-within{outline-color:#82899380}.focus-within\:outline-grey-500\/60:focus-within{outline-color:#82899399}.focus-within\:outline-grey-500\/70:focus-within{outline-color:#828993b3}.focus-within\:outline-grey-500\/75:focus-within{outline-color:#828993bf}.focus-within\:outline-grey-500\/80:focus-within{outline-color:#828993cc}.focus-within\:outline-grey-500\/90:focus-within{outline-color:#828993e6}.focus-within\:outline-grey-500\/95:focus-within{outline-color:#828993f2}.focus-within\:outline-grey-500\/100:focus-within{outline-color:#828993}.focus-within\:outline-grey-600\/0:focus-within{outline-color:#47556900}.focus-within\:outline-grey-600\/5:focus-within{outline-color:#4755690d}.focus-within\:outline-grey-600\/10:focus-within{outline-color:#4755691a}.focus-within\:outline-grey-600\/20:focus-within{outline-color:#47556933}.focus-within\:outline-grey-600\/25:focus-within{outline-color:#47556940}.focus-within\:outline-grey-600\/30:focus-within{outline-color:#4755694d}.focus-within\:outline-grey-600\/40:focus-within{outline-color:#47556966}.focus-within\:outline-grey-600\/50:focus-within{outline-color:#47556980}.focus-within\:outline-grey-600\/60:focus-within{outline-color:#47556999}.focus-within\:outline-grey-600\/70:focus-within{outline-color:#475569b3}.focus-within\:outline-grey-600\/75:focus-within{outline-color:#475569bf}.focus-within\:outline-grey-600\/80:focus-within{outline-color:#475569cc}.focus-within\:outline-grey-600\/90:focus-within{outline-color:#475569e6}.focus-within\:outline-grey-600\/95:focus-within{outline-color:#475569f2}.focus-within\:outline-grey-600\/100:focus-within{outline-color:#475569}.focus-within\:outline-grey-700\/0:focus-within{outline-color:#3f4c5d00}.focus-within\:outline-grey-700\/5:focus-within{outline-color:#3f4c5d0d}.focus-within\:outline-grey-700\/10:focus-within{outline-color:#3f4c5d1a}.focus-within\:outline-grey-700\/20:focus-within{outline-color:#3f4c5d33}.focus-within\:outline-grey-700\/25:focus-within{outline-color:#3f4c5d40}.focus-within\:outline-grey-700\/30:focus-within{outline-color:#3f4c5d4d}.focus-within\:outline-grey-700\/40:focus-within{outline-color:#3f4c5d66}.focus-within\:outline-grey-700\/50:focus-within{outline-color:#3f4c5d80}.focus-within\:outline-grey-700\/60:focus-within{outline-color:#3f4c5d99}.focus-within\:outline-grey-700\/70:focus-within{outline-color:#3f4c5db3}.focus-within\:outline-grey-700\/75:focus-within{outline-color:#3f4c5dbf}.focus-within\:outline-grey-700\/80:focus-within{outline-color:#3f4c5dcc}.focus-within\:outline-grey-700\/90:focus-within{outline-color:#3f4c5de6}.focus-within\:outline-grey-700\/95:focus-within{outline-color:#3f4c5df2}.focus-within\:outline-grey-700\/100:focus-within{outline-color:#3f4c5d}.focus-within\:outline-grey-800\/0:focus-within{outline-color:#36415100}.focus-within\:outline-grey-800\/5:focus-within{outline-color:#3641510d}.focus-within\:outline-grey-800\/10:focus-within{outline-color:#3641511a}.focus-within\:outline-grey-800\/20:focus-within{outline-color:#36415133}.focus-within\:outline-grey-800\/25:focus-within{outline-color:#36415140}.focus-within\:outline-grey-800\/30:focus-within{outline-color:#3641514d}.focus-within\:outline-grey-800\/40:focus-within{outline-color:#36415166}.focus-within\:outline-grey-800\/50:focus-within{outline-color:#36415180}.focus-within\:outline-grey-800\/60:focus-within{outline-color:#36415199}.focus-within\:outline-grey-800\/70:focus-within{outline-color:#364151b3}.focus-within\:outline-grey-800\/75:focus-within{outline-color:#364151bf}.focus-within\:outline-grey-800\/80:focus-within{outline-color:#364151cc}.focus-within\:outline-grey-800\/90:focus-within{outline-color:#364151e6}.focus-within\:outline-grey-800\/95:focus-within{outline-color:#364151f2}.focus-within\:outline-grey-800\/100:focus-within{outline-color:#364151}.focus-within\:outline-grey-900\/0:focus-within{outline-color:#2c354200}.focus-within\:outline-grey-900\/5:focus-within{outline-color:#2c35420d}.focus-within\:outline-grey-900\/10:focus-within{outline-color:#2c35421a}.focus-within\:outline-grey-900\/20:focus-within{outline-color:#2c354233}.focus-within\:outline-grey-900\/25:focus-within{outline-color:#2c354240}.focus-within\:outline-grey-900\/30:focus-within{outline-color:#2c35424d}.focus-within\:outline-grey-900\/40:focus-within{outline-color:#2c354266}.focus-within\:outline-grey-900\/50:focus-within{outline-color:#2c354280}.focus-within\:outline-grey-900\/60:focus-within{outline-color:#2c354299}.focus-within\:outline-grey-900\/70:focus-within{outline-color:#2c3542b3}.focus-within\:outline-grey-900\/75:focus-within{outline-color:#2c3542bf}.focus-within\:outline-grey-900\/80:focus-within{outline-color:#2c3542cc}.focus-within\:outline-grey-900\/90:focus-within{outline-color:#2c3542e6}.focus-within\:outline-grey-900\/95:focus-within{outline-color:#2c3542f2}.focus-within\:outline-grey-900\/100:focus-within{outline-color:#2c3542}.focus-within\:outline-grey-1000\/0:focus-within{outline-color:#1f262e00}.focus-within\:outline-grey-1000\/5:focus-within{outline-color:#1f262e0d}.focus-within\:outline-grey-1000\/10:focus-within{outline-color:#1f262e1a}.focus-within\:outline-grey-1000\/20:focus-within{outline-color:#1f262e33}.focus-within\:outline-grey-1000\/25:focus-within{outline-color:#1f262e40}.focus-within\:outline-grey-1000\/30:focus-within{outline-color:#1f262e4d}.focus-within\:outline-grey-1000\/40:focus-within{outline-color:#1f262e66}.focus-within\:outline-grey-1000\/50:focus-within{outline-color:#1f262e80}.focus-within\:outline-grey-1000\/60:focus-within{outline-color:#1f262e99}.focus-within\:outline-grey-1000\/70:focus-within{outline-color:#1f262eb3}.focus-within\:outline-grey-1000\/75:focus-within{outline-color:#1f262ebf}.focus-within\:outline-grey-1000\/80:focus-within{outline-color:#1f262ecc}.focus-within\:outline-grey-1000\/90:focus-within{outline-color:#1f262ee6}.focus-within\:outline-grey-1000\/95:focus-within{outline-color:#1f262ef2}.focus-within\:outline-grey-1000\/100:focus-within{outline-color:#1f262e}.focus-within\:outline-green-1000\/0:focus-within{outline-color:#175e4400}.focus-within\:outline-green-1000\/5:focus-within{outline-color:#175e440d}.focus-within\:outline-green-1000\/10:focus-within{outline-color:#175e441a}.focus-within\:outline-green-1000\/20:focus-within{outline-color:#175e4433}.focus-within\:outline-green-1000\/25:focus-within{outline-color:#175e4440}.focus-within\:outline-green-1000\/30:focus-within{outline-color:#175e444d}.focus-within\:outline-green-1000\/40:focus-within{outline-color:#175e4466}.focus-within\:outline-green-1000\/50:focus-within{outline-color:#175e4480}.focus-within\:outline-green-1000\/60:focus-within{outline-color:#175e4499}.focus-within\:outline-green-1000\/70:focus-within{outline-color:#175e44b3}.focus-within\:outline-green-1000\/75:focus-within{outline-color:#175e44bf}.focus-within\:outline-green-1000\/80:focus-within{outline-color:#175e44cc}.focus-within\:outline-green-1000\/90:focus-within{outline-color:#175e44e6}.focus-within\:outline-green-1000\/95:focus-within{outline-color:#175e44f2}.focus-within\:outline-green-1000\/100:focus-within{outline-color:#175e44}.focus-within\:outline-blue-1000\/0:focus-within{outline-color:#102c6900}.focus-within\:outline-blue-1000\/5:focus-within{outline-color:#102c690d}.focus-within\:outline-blue-1000\/10:focus-within{outline-color:#102c691a}.focus-within\:outline-blue-1000\/20:focus-within{outline-color:#102c6933}.focus-within\:outline-blue-1000\/25:focus-within{outline-color:#102c6940}.focus-within\:outline-blue-1000\/30:focus-within{outline-color:#102c694d}.focus-within\:outline-blue-1000\/40:focus-within{outline-color:#102c6966}.focus-within\:outline-blue-1000\/50:focus-within{outline-color:#102c6980}.focus-within\:outline-blue-1000\/60:focus-within{outline-color:#102c6999}.focus-within\:outline-blue-1000\/70:focus-within{outline-color:#102c69b3}.focus-within\:outline-blue-1000\/75:focus-within{outline-color:#102c69bf}.focus-within\:outline-blue-1000\/80:focus-within{outline-color:#102c69cc}.focus-within\:outline-blue-1000\/90:focus-within{outline-color:#102c69e6}.focus-within\:outline-blue-1000\/95:focus-within{outline-color:#102c69f2}.focus-within\:outline-blue-1000\/100:focus-within{outline-color:#102c69}.focus-within\:outline-orange-1000\/0:focus-within{outline-color:#68270500}.focus-within\:outline-orange-1000\/5:focus-within{outline-color:#6827050d}.focus-within\:outline-orange-1000\/10:focus-within{outline-color:#6827051a}.focus-within\:outline-orange-1000\/20:focus-within{outline-color:#68270533}.focus-within\:outline-orange-1000\/25:focus-within{outline-color:#68270540}.focus-within\:outline-orange-1000\/30:focus-within{outline-color:#6827054d}.focus-within\:outline-orange-1000\/40:focus-within{outline-color:#68270566}.focus-within\:outline-orange-1000\/50:focus-within{outline-color:#68270580}.focus-within\:outline-orange-1000\/60:focus-within{outline-color:#68270599}.focus-within\:outline-orange-1000\/70:focus-within{outline-color:#682705b3}.focus-within\:outline-orange-1000\/75:focus-within{outline-color:#682705bf}.focus-within\:outline-orange-1000\/80:focus-within{outline-color:#682705cc}.focus-within\:outline-orange-1000\/90:focus-within{outline-color:#682705e6}.focus-within\:outline-orange-1000\/95:focus-within{outline-color:#682705f2}.focus-within\:outline-orange-1000\/100:focus-within{outline-color:#682705}.focus-within\:outline-red-1000\/0:focus-within{outline-color:#62101000}.focus-within\:outline-red-1000\/5:focus-within{outline-color:#6210100d}.focus-within\:outline-red-1000\/10:focus-within{outline-color:#6210101a}.focus-within\:outline-red-1000\/20:focus-within{outline-color:#62101033}.focus-within\:outline-red-1000\/25:focus-within{outline-color:#62101040}.focus-within\:outline-red-1000\/30:focus-within{outline-color:#6210104d}.focus-within\:outline-red-1000\/40:focus-within{outline-color:#62101066}.focus-within\:outline-red-1000\/50:focus-within{outline-color:#62101080}.focus-within\:outline-red-1000\/60:focus-within{outline-color:#62101099}.focus-within\:outline-red-1000\/70:focus-within{outline-color:#621010b3}.focus-within\:outline-red-1000\/75:focus-within{outline-color:#621010bf}.focus-within\:outline-red-1000\/80:focus-within{outline-color:#621010cc}.focus-within\:outline-red-1000\/90:focus-within{outline-color:#621010e6}.focus-within\:outline-red-1000\/95:focus-within{outline-color:#621010f2}.focus-within\:outline-red-1000\/100:focus-within{outline-color:#621010}.focus-within\:outline-primary\/0:focus-within{outline-color:#a78bfa00}.focus-within\:outline-primary\/5:focus-within{outline-color:#a78bfa0d}.focus-within\:outline-primary\/10:focus-within{outline-color:#a78bfa1a}.focus-within\:outline-primary\/20:focus-within{outline-color:#a78bfa33}.focus-within\:outline-primary\/25:focus-within{outline-color:#a78bfa40}.focus-within\:outline-primary\/30:focus-within{outline-color:#a78bfa4d}.focus-within\:outline-primary\/40:focus-within{outline-color:#a78bfa66}.focus-within\:outline-primary\/50:focus-within{outline-color:#a78bfa80}.focus-within\:outline-primary\/60:focus-within{outline-color:#a78bfa99}.focus-within\:outline-primary\/70:focus-within{outline-color:#a78bfab3}.focus-within\:outline-primary\/75:focus-within{outline-color:#a78bfabf}.focus-within\:outline-primary\/80:focus-within{outline-color:#a78bfacc}.focus-within\:outline-primary\/90:focus-within{outline-color:#a78bfae6}.focus-within\:outline-primary\/95:focus-within{outline-color:#a78bfaf2}.focus-within\:outline-primary\/100:focus-within{outline-color:#a78bfa}.focus-within\:outline-primary-light\/0:focus-within{outline-color:#f7f5fe00}.focus-within\:outline-primary-light\/5:focus-within{outline-color:#f7f5fe0d}.focus-within\:outline-primary-light\/10:focus-within{outline-color:#f7f5fe1a}.focus-within\:outline-primary-light\/20:focus-within{outline-color:#f7f5fe33}.focus-within\:outline-primary-light\/25:focus-within{outline-color:#f7f5fe40}.focus-within\:outline-primary-light\/30:focus-within{outline-color:#f7f5fe4d}.focus-within\:outline-primary-light\/40:focus-within{outline-color:#f7f5fe66}.focus-within\:outline-primary-light\/50:focus-within{outline-color:#f7f5fe80}.focus-within\:outline-primary-light\/60:focus-within{outline-color:#f7f5fe99}.focus-within\:outline-primary-light\/70:focus-within{outline-color:#f7f5feb3}.focus-within\:outline-primary-light\/75:focus-within{outline-color:#f7f5febf}.focus-within\:outline-primary-light\/80:focus-within{outline-color:#f7f5fecc}.focus-within\:outline-primary-light\/90:focus-within{outline-color:#f7f5fee6}.focus-within\:outline-primary-light\/95:focus-within{outline-color:#f7f5fef2}.focus-within\:outline-primary-light\/100:focus-within{outline-color:#f7f5fe}.focus-within\:outline-primary-dark\/0:focus-within{outline-color:#69579e00}.focus-within\:outline-primary-dark\/5:focus-within{outline-color:#69579e0d}.focus-within\:outline-primary-dark\/10:focus-within{outline-color:#69579e1a}.focus-within\:outline-primary-dark\/20:focus-within{outline-color:#69579e33}.focus-within\:outline-primary-dark\/25:focus-within{outline-color:#69579e40}.focus-within\:outline-primary-dark\/30:focus-within{outline-color:#69579e4d}.focus-within\:outline-primary-dark\/40:focus-within{outline-color:#69579e66}.focus-within\:outline-primary-dark\/50:focus-within{outline-color:#69579e80}.focus-within\:outline-primary-dark\/60:focus-within{outline-color:#69579e99}.focus-within\:outline-primary-dark\/70:focus-within{outline-color:#69579eb3}.focus-within\:outline-primary-dark\/75:focus-within{outline-color:#69579ebf}.focus-within\:outline-primary-dark\/80:focus-within{outline-color:#69579ecc}.focus-within\:outline-primary-dark\/90:focus-within{outline-color:#69579ee6}.focus-within\:outline-primary-dark\/95:focus-within{outline-color:#69579ef2}.focus-within\:outline-primary-dark\/100:focus-within{outline-color:#69579e}.focus-within\:outline-info\/0:focus-within{outline-color:#7690ef00}.focus-within\:outline-info\/5:focus-within{outline-color:#7690ef0d}.focus-within\:outline-info\/10:focus-within{outline-color:#7690ef1a}.focus-within\:outline-info\/20:focus-within{outline-color:#7690ef33}.focus-within\:outline-info\/25:focus-within{outline-color:#7690ef40}.focus-within\:outline-info\/30:focus-within{outline-color:#7690ef4d}.focus-within\:outline-info\/40:focus-within{outline-color:#7690ef66}.focus-within\:outline-info\/50:focus-within{outline-color:#7690ef80}.focus-within\:outline-info\/60:focus-within{outline-color:#7690ef99}.focus-within\:outline-info\/70:focus-within{outline-color:#7690efb3}.focus-within\:outline-info\/75:focus-within{outline-color:#7690efbf}.focus-within\:outline-info\/80:focus-within{outline-color:#7690efcc}.focus-within\:outline-info\/90:focus-within{outline-color:#7690efe6}.focus-within\:outline-info\/95:focus-within{outline-color:#7690eff2}.focus-within\:outline-info\/100:focus-within{outline-color:#7690ef}.focus-within\:outline-info-light\/0:focus-within{outline-color:#f2f3fd00}.focus-within\:outline-info-light\/5:focus-within{outline-color:#f2f3fd0d}.focus-within\:outline-info-light\/10:focus-within{outline-color:#f2f3fd1a}.focus-within\:outline-info-light\/20:focus-within{outline-color:#f2f3fd33}.focus-within\:outline-info-light\/25:focus-within{outline-color:#f2f3fd40}.focus-within\:outline-info-light\/30:focus-within{outline-color:#f2f3fd4d}.focus-within\:outline-info-light\/40:focus-within{outline-color:#f2f3fd66}.focus-within\:outline-info-light\/50:focus-within{outline-color:#f2f3fd80}.focus-within\:outline-info-light\/60:focus-within{outline-color:#f2f3fd99}.focus-within\:outline-info-light\/70:focus-within{outline-color:#f2f3fdb3}.focus-within\:outline-info-light\/75:focus-within{outline-color:#f2f3fdbf}.focus-within\:outline-info-light\/80:focus-within{outline-color:#f2f3fdcc}.focus-within\:outline-info-light\/90:focus-within{outline-color:#f2f3fde6}.focus-within\:outline-info-light\/95:focus-within{outline-color:#f2f3fdf2}.focus-within\:outline-info-light\/100:focus-within{outline-color:#f2f3fd}.focus-within\:outline-info-dark\/0:focus-within{outline-color:#2158d200}.focus-within\:outline-info-dark\/5:focus-within{outline-color:#2158d20d}.focus-within\:outline-info-dark\/10:focus-within{outline-color:#2158d21a}.focus-within\:outline-info-dark\/20:focus-within{outline-color:#2158d233}.focus-within\:outline-info-dark\/25:focus-within{outline-color:#2158d240}.focus-within\:outline-info-dark\/30:focus-within{outline-color:#2158d24d}.focus-within\:outline-info-dark\/40:focus-within{outline-color:#2158d266}.focus-within\:outline-info-dark\/50:focus-within{outline-color:#2158d280}.focus-within\:outline-info-dark\/60:focus-within{outline-color:#2158d299}.focus-within\:outline-info-dark\/70:focus-within{outline-color:#2158d2b3}.focus-within\:outline-info-dark\/75:focus-within{outline-color:#2158d2bf}.focus-within\:outline-info-dark\/80:focus-within{outline-color:#2158d2cc}.focus-within\:outline-info-dark\/90:focus-within{outline-color:#2158d2e6}.focus-within\:outline-info-dark\/95:focus-within{outline-color:#2158d2f2}.focus-within\:outline-info-dark\/100:focus-within{outline-color:#2158d2}.focus-within\:outline-success\/0:focus-within{outline-color:#28a37600}.focus-within\:outline-success\/5:focus-within{outline-color:#28a3760d}.focus-within\:outline-success\/10:focus-within{outline-color:#28a3761a}.focus-within\:outline-success\/20:focus-within{outline-color:#28a37633}.focus-within\:outline-success\/25:focus-within{outline-color:#28a37640}.focus-within\:outline-success\/30:focus-within{outline-color:#28a3764d}.focus-within\:outline-success\/40:focus-within{outline-color:#28a37666}.focus-within\:outline-success\/50:focus-within{outline-color:#28a37680}.focus-within\:outline-success\/60:focus-within{outline-color:#28a37699}.focus-within\:outline-success\/70:focus-within{outline-color:#28a376b3}.focus-within\:outline-success\/75:focus-within{outline-color:#28a376bf}.focus-within\:outline-success\/80:focus-within{outline-color:#28a376cc}.focus-within\:outline-success\/90:focus-within{outline-color:#28a376e6}.focus-within\:outline-success\/95:focus-within{outline-color:#28a376f2}.focus-within\:outline-success\/100:focus-within{outline-color:#28a376}.focus-within\:outline-success-light\/0:focus-within{outline-color:#f2faf600}.focus-within\:outline-success-light\/5:focus-within{outline-color:#f2faf60d}.focus-within\:outline-success-light\/10:focus-within{outline-color:#f2faf61a}.focus-within\:outline-success-light\/20:focus-within{outline-color:#f2faf633}.focus-within\:outline-success-light\/25:focus-within{outline-color:#f2faf640}.focus-within\:outline-success-light\/30:focus-within{outline-color:#f2faf64d}.focus-within\:outline-success-light\/40:focus-within{outline-color:#f2faf666}.focus-within\:outline-success-light\/50:focus-within{outline-color:#f2faf680}.focus-within\:outline-success-light\/60:focus-within{outline-color:#f2faf699}.focus-within\:outline-success-light\/70:focus-within{outline-color:#f2faf6b3}.focus-within\:outline-success-light\/75:focus-within{outline-color:#f2faf6bf}.focus-within\:outline-success-light\/80:focus-within{outline-color:#f2faf6cc}.focus-within\:outline-success-light\/90:focus-within{outline-color:#f2faf6e6}.focus-within\:outline-success-light\/95:focus-within{outline-color:#f2faf6f2}.focus-within\:outline-success-light\/100:focus-within{outline-color:#f2faf6}.focus-within\:outline-success-dark\/0:focus-within{outline-color:#20856000}.focus-within\:outline-success-dark\/5:focus-within{outline-color:#2085600d}.focus-within\:outline-success-dark\/10:focus-within{outline-color:#2085601a}.focus-within\:outline-success-dark\/20:focus-within{outline-color:#20856033}.focus-within\:outline-success-dark\/25:focus-within{outline-color:#20856040}.focus-within\:outline-success-dark\/30:focus-within{outline-color:#2085604d}.focus-within\:outline-success-dark\/40:focus-within{outline-color:#20856066}.focus-within\:outline-success-dark\/50:focus-within{outline-color:#20856080}.focus-within\:outline-success-dark\/60:focus-within{outline-color:#20856099}.focus-within\:outline-success-dark\/70:focus-within{outline-color:#208560b3}.focus-within\:outline-success-dark\/75:focus-within{outline-color:#208560bf}.focus-within\:outline-success-dark\/80:focus-within{outline-color:#208560cc}.focus-within\:outline-success-dark\/90:focus-within{outline-color:#208560e6}.focus-within\:outline-success-dark\/95:focus-within{outline-color:#208560f2}.focus-within\:outline-success-dark\/100:focus-within{outline-color:#208560}.focus-within\:outline-warning\/0:focus-within{outline-color:#faac1e00}.focus-within\:outline-warning\/5:focus-within{outline-color:#faac1e0d}.focus-within\:outline-warning\/10:focus-within{outline-color:#faac1e1a}.focus-within\:outline-warning\/20:focus-within{outline-color:#faac1e33}.focus-within\:outline-warning\/25:focus-within{outline-color:#faac1e40}.focus-within\:outline-warning\/30:focus-within{outline-color:#faac1e4d}.focus-within\:outline-warning\/40:focus-within{outline-color:#faac1e66}.focus-within\:outline-warning\/50:focus-within{outline-color:#faac1e80}.focus-within\:outline-warning\/60:focus-within{outline-color:#faac1e99}.focus-within\:outline-warning\/70:focus-within{outline-color:#faac1eb3}.focus-within\:outline-warning\/75:focus-within{outline-color:#faac1ebf}.focus-within\:outline-warning\/80:focus-within{outline-color:#faac1ecc}.focus-within\:outline-warning\/90:focus-within{outline-color:#faac1ee6}.focus-within\:outline-warning\/95:focus-within{outline-color:#faac1ef2}.focus-within\:outline-warning\/100:focus-within{outline-color:#faac1e}.focus-within\:outline-warning-light\/0:focus-within{outline-color:#fef7f200}.focus-within\:outline-warning-light\/5:focus-within{outline-color:#fef7f20d}.focus-within\:outline-warning-light\/10:focus-within{outline-color:#fef7f21a}.focus-within\:outline-warning-light\/20:focus-within{outline-color:#fef7f233}.focus-within\:outline-warning-light\/25:focus-within{outline-color:#fef7f240}.focus-within\:outline-warning-light\/30:focus-within{outline-color:#fef7f24d}.focus-within\:outline-warning-light\/40:focus-within{outline-color:#fef7f266}.focus-within\:outline-warning-light\/50:focus-within{outline-color:#fef7f280}.focus-within\:outline-warning-light\/60:focus-within{outline-color:#fef7f299}.focus-within\:outline-warning-light\/70:focus-within{outline-color:#fef7f2b3}.focus-within\:outline-warning-light\/75:focus-within{outline-color:#fef7f2bf}.focus-within\:outline-warning-light\/80:focus-within{outline-color:#fef7f2cc}.focus-within\:outline-warning-light\/90:focus-within{outline-color:#fef7f2e6}.focus-within\:outline-warning-light\/95:focus-within{outline-color:#fef7f2f2}.focus-within\:outline-warning-light\/100:focus-within{outline-color:#fef7f2}.focus-within\:outline-warning-dark\/0:focus-within{outline-color:#9e6c1200}.focus-within\:outline-warning-dark\/5:focus-within{outline-color:#9e6c120d}.focus-within\:outline-warning-dark\/10:focus-within{outline-color:#9e6c121a}.focus-within\:outline-warning-dark\/20:focus-within{outline-color:#9e6c1233}.focus-within\:outline-warning-dark\/25:focus-within{outline-color:#9e6c1240}.focus-within\:outline-warning-dark\/30:focus-within{outline-color:#9e6c124d}.focus-within\:outline-warning-dark\/40:focus-within{outline-color:#9e6c1266}.focus-within\:outline-warning-dark\/50:focus-within{outline-color:#9e6c1280}.focus-within\:outline-warning-dark\/60:focus-within{outline-color:#9e6c1299}.focus-within\:outline-warning-dark\/70:focus-within{outline-color:#9e6c12b3}.focus-within\:outline-warning-dark\/75:focus-within{outline-color:#9e6c12bf}.focus-within\:outline-warning-dark\/80:focus-within{outline-color:#9e6c12cc}.focus-within\:outline-warning-dark\/90:focus-within{outline-color:#9e6c12e6}.focus-within\:outline-warning-dark\/95:focus-within{outline-color:#9e6c12f2}.focus-within\:outline-warning-dark\/100:focus-within{outline-color:#9e6c12}.focus-within\:outline-error\/0:focus-within{outline-color:#dc262600}.focus-within\:outline-error\/5:focus-within{outline-color:#dc26260d}.focus-within\:outline-error\/10:focus-within{outline-color:#dc26261a}.focus-within\:outline-error\/20:focus-within{outline-color:#dc262633}.focus-within\:outline-error\/25:focus-within{outline-color:#dc262640}.focus-within\:outline-error\/30:focus-within{outline-color:#dc26264d}.focus-within\:outline-error\/40:focus-within{outline-color:#dc262666}.focus-within\:outline-error\/50:focus-within{outline-color:#dc262680}.focus-within\:outline-error\/60:focus-within{outline-color:#dc262699}.focus-within\:outline-error\/70:focus-within{outline-color:#dc2626b3}.focus-within\:outline-error\/75:focus-within{outline-color:#dc2626bf}.focus-within\:outline-error\/80:focus-within{outline-color:#dc2626cc}.focus-within\:outline-error\/90:focus-within{outline-color:#dc2626e6}.focus-within\:outline-error\/95:focus-within{outline-color:#dc2626f2}.focus-within\:outline-error\/100:focus-within{outline-color:#dc2626}.focus-within\:outline-error-light\/0:focus-within{outline-color:#fbf2f200}.focus-within\:outline-error-light\/5:focus-within{outline-color:#fbf2f20d}.focus-within\:outline-error-light\/10:focus-within{outline-color:#fbf2f21a}.focus-within\:outline-error-light\/20:focus-within{outline-color:#fbf2f233}.focus-within\:outline-error-light\/25:focus-within{outline-color:#fbf2f240}.focus-within\:outline-error-light\/30:focus-within{outline-color:#fbf2f24d}.focus-within\:outline-error-light\/40:focus-within{outline-color:#fbf2f266}.focus-within\:outline-error-light\/50:focus-within{outline-color:#fbf2f280}.focus-within\:outline-error-light\/60:focus-within{outline-color:#fbf2f299}.focus-within\:outline-error-light\/70:focus-within{outline-color:#fbf2f2b3}.focus-within\:outline-error-light\/75:focus-within{outline-color:#fbf2f2bf}.focus-within\:outline-error-light\/80:focus-within{outline-color:#fbf2f2cc}.focus-within\:outline-error-light\/90:focus-within{outline-color:#fbf2f2e6}.focus-within\:outline-error-light\/95:focus-within{outline-color:#fbf2f2f2}.focus-within\:outline-error-light\/100:focus-within{outline-color:#fbf2f2}.focus-within\:outline-error-dark\/0:focus-within{outline-color:#c4212100}.focus-within\:outline-error-dark\/5:focus-within{outline-color:#c421210d}.focus-within\:outline-error-dark\/10:focus-within{outline-color:#c421211a}.focus-within\:outline-error-dark\/20:focus-within{outline-color:#c4212133}.focus-within\:outline-error-dark\/25:focus-within{outline-color:#c4212140}.focus-within\:outline-error-dark\/30:focus-within{outline-color:#c421214d}.focus-within\:outline-error-dark\/40:focus-within{outline-color:#c4212166}.focus-within\:outline-error-dark\/50:focus-within{outline-color:#c4212180}.focus-within\:outline-error-dark\/60:focus-within{outline-color:#c4212199}.focus-within\:outline-error-dark\/70:focus-within{outline-color:#c42121b3}.focus-within\:outline-error-dark\/75:focus-within{outline-color:#c42121bf}.focus-within\:outline-error-dark\/80:focus-within{outline-color:#c42121cc}.focus-within\:outline-error-dark\/90:focus-within{outline-color:#c42121e6}.focus-within\:outline-error-dark\/95:focus-within{outline-color:#c42121f2}.focus-within\:outline-error-dark\/100:focus-within{outline-color:#c42121}.focus-within\:outline-grey\/0:focus-within{outline-color:#47556900}.focus-within\:outline-grey\/5:focus-within{outline-color:#4755690d}.focus-within\:outline-grey\/10:focus-within{outline-color:#4755691a}.focus-within\:outline-grey\/20:focus-within{outline-color:#47556933}.focus-within\:outline-grey\/25:focus-within{outline-color:#47556940}.focus-within\:outline-grey\/30:focus-within{outline-color:#4755694d}.focus-within\:outline-grey\/40:focus-within{outline-color:#47556966}.focus-within\:outline-grey\/50:focus-within{outline-color:#47556980}.focus-within\:outline-grey\/60:focus-within{outline-color:#47556999}.focus-within\:outline-grey\/70:focus-within{outline-color:#475569b3}.focus-within\:outline-grey\/75:focus-within{outline-color:#475569bf}.focus-within\:outline-grey\/80:focus-within{outline-color:#475569cc}.focus-within\:outline-grey\/90:focus-within{outline-color:#475569e6}.focus-within\:outline-grey\/95:focus-within{outline-color:#475569f2}.focus-within\:outline-grey\/100:focus-within{outline-color:#475569}.focus-within\:outline-grey-light\/0:focus-within{outline-color:#f2f3f400}.focus-within\:outline-grey-light\/5:focus-within{outline-color:#f2f3f40d}.focus-within\:outline-grey-light\/10:focus-within{outline-color:#f2f3f41a}.focus-within\:outline-grey-light\/20:focus-within{outline-color:#f2f3f433}.focus-within\:outline-grey-light\/25:focus-within{outline-color:#f2f3f440}.focus-within\:outline-grey-light\/30:focus-within{outline-color:#f2f3f44d}.focus-within\:outline-grey-light\/40:focus-within{outline-color:#f2f3f466}.focus-within\:outline-grey-light\/50:focus-within{outline-color:#f2f3f480}.focus-within\:outline-grey-light\/60:focus-within{outline-color:#f2f3f499}.focus-within\:outline-grey-light\/70:focus-within{outline-color:#f2f3f4b3}.focus-within\:outline-grey-light\/75:focus-within{outline-color:#f2f3f4bf}.focus-within\:outline-grey-light\/80:focus-within{outline-color:#f2f3f4cc}.focus-within\:outline-grey-light\/90:focus-within{outline-color:#f2f3f4e6}.focus-within\:outline-grey-light\/95:focus-within{outline-color:#f2f3f4f2}.focus-within\:outline-grey-light\/100:focus-within{outline-color:#f2f3f4}.focus-within\:outline-grey-dark\/0:focus-within{outline-color:#2c354200}.focus-within\:outline-grey-dark\/5:focus-within{outline-color:#2c35420d}.focus-within\:outline-grey-dark\/10:focus-within{outline-color:#2c35421a}.focus-within\:outline-grey-dark\/20:focus-within{outline-color:#2c354233}.focus-within\:outline-grey-dark\/25:focus-within{outline-color:#2c354240}.focus-within\:outline-grey-dark\/30:focus-within{outline-color:#2c35424d}.focus-within\:outline-grey-dark\/40:focus-within{outline-color:#2c354266}.focus-within\:outline-grey-dark\/50:focus-within{outline-color:#2c354280}.focus-within\:outline-grey-dark\/60:focus-within{outline-color:#2c354299}.focus-within\:outline-grey-dark\/70:focus-within{outline-color:#2c3542b3}.focus-within\:outline-grey-dark\/75:focus-within{outline-color:#2c3542bf}.focus-within\:outline-grey-dark\/80:focus-within{outline-color:#2c3542cc}.focus-within\:outline-grey-dark\/90:focus-within{outline-color:#2c3542e6}.focus-within\:outline-grey-dark\/95:focus-within{outline-color:#2c3542f2}.focus-within\:outline-grey-dark\/100:focus-within{outline-color:#2c3542}.focus-within\:ring-1:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-red-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity))}.focus-within\:ring-red-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 242 242 / var(--tw-ring-opacity))}.focus-within\:ring-red-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 228 228 / var(--tw-ring-opacity))}.focus-within\:ring-red-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(241 198 198 / var(--tw-ring-opacity))}.focus-within\:ring-red-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 163 163 / var(--tw-ring-opacity))}.focus-within\:ring-red-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(227 118 118 / var(--tw-ring-opacity))}.focus-within\:ring-red-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity))}.focus-within\:ring-red-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(196 33 33 / var(--tw-ring-opacity))}.focus-within\:ring-red-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(170 29 29 / var(--tw-ring-opacity))}.focus-within\:ring-red-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(139 24 24 / var(--tw-ring-opacity))}.focus-within\:ring-orange-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity))}.focus-within\:ring-orange-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 243 241 / var(--tw-ring-opacity))}.focus-within\:ring-orange-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 231 228 / var(--tw-ring-opacity))}.focus-within\:ring-orange-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(246 205 197 / var(--tw-ring-opacity))}.focus-within\:ring-orange-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 175 161 / var(--tw-ring-opacity))}.focus-within\:ring-orange-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(238 138 114 / var(--tw-ring-opacity))}.focus-within\:ring-orange-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity))}.focus-within\:ring-orange-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 78 10 / var(--tw-ring-opacity))}.focus-within\:ring-orange-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(181 68 9 / var(--tw-ring-opacity))}.focus-within\:ring-orange-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 55 7 / var(--tw-ring-opacity))}.focus-within\:ring-yellow-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity))}.focus-within\:ring-yellow-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity))}.focus-within\:ring-yellow-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity))}.focus-within\:ring-yellow-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity))}.focus-within\:ring-yellow-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity))}.focus-within\:ring-yellow-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity))}.focus-within\:ring-yellow-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity))}.focus-within\:ring-yellow-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity))}.focus-within\:ring-yellow-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity))}.focus-within\:ring-yellow-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity))}.focus-within\:ring-green-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 253 244 / var(--tw-ring-opacity))}.focus-within\:ring-green-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 250 246 / var(--tw-ring-opacity))}.focus-within\:ring-green-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(229 246 238 / var(--tw-ring-opacity))}.focus-within\:ring-green-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(200 238 219 / var(--tw-ring-opacity))}.focus-within\:ring-green-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(166 229 200 / var(--tw-ring-opacity))}.focus-within\:ring-green-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(123 220 178 / var(--tw-ring-opacity))}.focus-within\:ring-green-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity))}.focus-within\:ring-green-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(46 188 136 / var(--tw-ring-opacity))}.focus-within\:ring-green-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(40 163 118 / var(--tw-ring-opacity))}.focus-within\:ring-green-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(32 133 96 / var(--tw-ring-opacity))}.focus-within\:ring-emerald-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity))}.focus-within\:ring-emerald-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity))}.focus-within\:ring-emerald-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity))}.focus-within\:ring-emerald-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity))}.focus-within\:ring-emerald-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity))}.focus-within\:ring-emerald-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity))}.focus-within\:ring-emerald-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity))}.focus-within\:ring-emerald-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity))}.focus-within\:ring-emerald-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity))}.focus-within\:ring-emerald-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity))}.focus-within\:ring-teal-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity))}.focus-within\:ring-teal-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity))}.focus-within\:ring-teal-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity))}.focus-within\:ring-teal-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity))}.focus-within\:ring-teal-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity))}.focus-within\:ring-teal-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity))}.focus-within\:ring-teal-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity))}.focus-within\:ring-teal-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity))}.focus-within\:ring-teal-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity))}.focus-within\:ring-teal-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity))}.focus-within\:ring-sky-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 249 255 / var(--tw-ring-opacity))}.focus-within\:ring-sky-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity))}.focus-within\:ring-sky-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity))}.focus-within\:ring-sky-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity))}.focus-within\:ring-sky-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity))}.focus-within\:ring-sky-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity))}.focus-within\:ring-sky-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity))}.focus-within\:ring-sky-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity))}.focus-within\:ring-sky-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity))}.focus-within\:ring-sky-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(12 74 110 / var(--tw-ring-opacity))}.focus-within\:ring-blue-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity))}.focus-within\:ring-blue-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 253 / var(--tw-ring-opacity))}.focus-within\:ring-blue-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(228 232 251 / var(--tw-ring-opacity))}.focus-within\:ring-blue-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(198 207 247 / var(--tw-ring-opacity))}.focus-within\:ring-blue-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(163 178 243 / var(--tw-ring-opacity))}.focus-within\:ring-blue-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(118 144 239 / var(--tw-ring-opacity))}.focus-within\:ring-blue-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity))}.focus-within\:ring-blue-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(33 88 210 / var(--tw-ring-opacity))}.focus-within\:ring-blue-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(28 76 182 / var(--tw-ring-opacity))}.focus-within\:ring-blue-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(23 62 148 / var(--tw-ring-opacity))}.focus-within\:ring-indigo-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity))}.focus-within\:ring-indigo-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity))}.focus-within\:ring-indigo-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity))}.focus-within\:ring-indigo-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity))}.focus-within\:ring-indigo-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity))}.focus-within\:ring-indigo-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity))}.focus-within\:ring-indigo-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity))}.focus-within\:ring-indigo-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity))}.focus-within\:ring-indigo-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity))}.focus-within\:ring-indigo-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity))}.focus-within\:ring-violet-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity))}.focus-within\:ring-violet-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity))}.focus-within\:ring-violet-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity))}.focus-within\:ring-violet-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity))}.focus-within\:ring-violet-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity))}.focus-within\:ring-violet-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity))}.focus-within\:ring-violet-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity))}.focus-within\:ring-violet-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity))}.focus-within\:ring-violet-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity))}.focus-within\:ring-violet-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity))}.focus-within\:ring-fuchsia-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 244 255 / var(--tw-ring-opacity))}.focus-within\:ring-fuchsia-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity))}.focus-within\:ring-fuchsia-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity))}.focus-within\:ring-fuchsia-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity))}.focus-within\:ring-fuchsia-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity))}.focus-within\:ring-fuchsia-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity))}.focus-within\:ring-fuchsia-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity))}.focus-within\:ring-fuchsia-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity))}.focus-within\:ring-fuchsia-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity))}.focus-within\:ring-fuchsia-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity))}.focus-within\:ring-pink-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity))}.focus-within\:ring-pink-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity))}.focus-within\:ring-pink-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity))}.focus-within\:ring-pink-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity))}.focus-within\:ring-pink-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity))}.focus-within\:ring-pink-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity))}.focus-within\:ring-pink-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity))}.focus-within\:ring-pink-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity))}.focus-within\:ring-pink-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity))}.focus-within\:ring-pink-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity))}.focus-within\:ring-rose-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 241 242 / var(--tw-ring-opacity))}.focus-within\:ring-rose-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 228 230 / var(--tw-ring-opacity))}.focus-within\:ring-rose-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity))}.focus-within\:ring-rose-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 164 175 / var(--tw-ring-opacity))}.focus-within\:ring-rose-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity))}.focus-within\:ring-rose-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity))}.focus-within\:ring-rose-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity))}.focus-within\:ring-rose-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity))}.focus-within\:ring-rose-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(159 18 57 / var(--tw-ring-opacity))}.focus-within\:ring-rose-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(136 19 55 / var(--tw-ring-opacity))}.focus-within\:ring-primary-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 244 / var(--tw-ring-opacity))}.focus-within\:ring-primary-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(232 232 240 / var(--tw-ring-opacity))}.focus-within\:ring-primary-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(208 208 225 / var(--tw-ring-opacity))}.focus-within\:ring-primary-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(180 180 209 / var(--tw-ring-opacity))}.focus-within\:ring-primary-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 147 191 / var(--tw-ring-opacity))}.focus-within\:ring-primary-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(104 104 172 / var(--tw-ring-opacity))}.focus-within\:ring-primary-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(93 93 153 / var(--tw-ring-opacity))}.focus-within\:ring-primary-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(80 80 133 / var(--tw-ring-opacity))}.focus-within\:ring-primary-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(65 65 108 / var(--tw-ring-opacity))}.focus-within\:ring-primary-1000:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(46 46 76 / var(--tw-ring-opacity))}.focus-within\:ring-primary-highlight-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(247 245 254 / var(--tw-ring-opacity))}.focus-within\:ring-primary-highlight-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 236 254 / var(--tw-ring-opacity))}.focus-within\:ring-primary-highlight-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(223 216 253 / var(--tw-ring-opacity))}.focus-within\:ring-primary-highlight-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(206 193 252 / var(--tw-ring-opacity))}.focus-within\:ring-primary-highlight-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(187 168 251 / var(--tw-ring-opacity))}.focus-within\:ring-primary-highlight-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity))}.focus-within\:ring-primary-highlight-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(149 124 223 / var(--tw-ring-opacity))}.focus-within\:ring-primary-highlight-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(129 107 193 / var(--tw-ring-opacity))}.focus-within\:ring-primary-highlight-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(105 87 158 / var(--tw-ring-opacity))}.focus-within\:ring-primary-highlight-1000:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(74 62 111 / var(--tw-ring-opacity))}.focus-within\:ring-secondary-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 247 242 / var(--tw-ring-opacity))}.focus-within\:ring-secondary-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 240 228 / var(--tw-ring-opacity))}.focus-within\:ring-secondary-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 225 198 / var(--tw-ring-opacity))}.focus-within\:ring-secondary-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 209 162 / var(--tw-ring-opacity))}.focus-within\:ring-secondary-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 117 / var(--tw-ring-opacity))}.focus-within\:ring-secondary-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 172 30 / var(--tw-ring-opacity))}.focus-within\:ring-secondary-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(223 153 26 / var(--tw-ring-opacity))}.focus-within\:ring-secondary-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(193 133 23 / var(--tw-ring-opacity))}.focus-within\:ring-secondary-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(158 108 18 / var(--tw-ring-opacity))}.focus-within\:ring-secondary-1000:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(111 76 13 / var(--tw-ring-opacity))}.focus-within\:ring-grey-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 244 / var(--tw-ring-opacity))}.focus-within\:ring-grey-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(230 231 232 / var(--tw-ring-opacity))}.focus-within\:ring-grey-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(202 204 208 / var(--tw-ring-opacity))}.focus-within\:ring-grey-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(170 174 180 / var(--tw-ring-opacity))}.focus-within\:ring-grey-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(130 137 147 / var(--tw-ring-opacity))}.focus-within\:ring-grey-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity))}.focus-within\:ring-grey-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(63 76 93 / var(--tw-ring-opacity))}.focus-within\:ring-grey-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(54 65 81 / var(--tw-ring-opacity))}.focus-within\:ring-grey-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(44 53 66 / var(--tw-ring-opacity))}.focus-within\:ring-grey-1000:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(31 38 46 / var(--tw-ring-opacity))}.focus-within\:ring-green-1000:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(23 94 68 / var(--tw-ring-opacity))}.focus-within\:ring-blue-1000:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 44 105 / var(--tw-ring-opacity))}.focus-within\:ring-orange-1000:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(104 39 5 / var(--tw-ring-opacity))}.focus-within\:ring-red-1000:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(98 16 16 / var(--tw-ring-opacity))}.focus-within\:ring-primary:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity))}.focus-within\:ring-primary-light:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(247 245 254 / var(--tw-ring-opacity))}.focus-within\:ring-primary-dark:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(105 87 158 / var(--tw-ring-opacity))}.focus-within\:ring-info:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(118 144 239 / var(--tw-ring-opacity))}.focus-within\:ring-info-light:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 253 / var(--tw-ring-opacity))}.focus-within\:ring-info-dark:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(33 88 210 / var(--tw-ring-opacity))}.focus-within\:ring-success:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(40 163 118 / var(--tw-ring-opacity))}.focus-within\:ring-success-light:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 250 246 / var(--tw-ring-opacity))}.focus-within\:ring-success-dark:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(32 133 96 / var(--tw-ring-opacity))}.focus-within\:ring-warning:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 172 30 / var(--tw-ring-opacity))}.focus-within\:ring-warning-light:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 247 242 / var(--tw-ring-opacity))}.focus-within\:ring-warning-dark:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(158 108 18 / var(--tw-ring-opacity))}.focus-within\:ring-error:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity))}.focus-within\:ring-error-light:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 242 242 / var(--tw-ring-opacity))}.focus-within\:ring-error-dark:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(196 33 33 / var(--tw-ring-opacity))}.focus-within\:ring-grey:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity))}.focus-within\:ring-grey-light:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 244 / var(--tw-ring-opacity))}.focus-within\:ring-grey-dark:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(44 53 66 / var(--tw-ring-opacity))}.focus-within\:ring-red-50\/0:focus-within{--tw-ring-color: rgb(254 242 242 / 0)}.focus-within\:ring-red-50\/5:focus-within{--tw-ring-color: rgb(254 242 242 / .05)}.focus-within\:ring-red-50\/10:focus-within{--tw-ring-color: rgb(254 242 242 / .1)}.focus-within\:ring-red-50\/20:focus-within{--tw-ring-color: rgb(254 242 242 / .2)}.focus-within\:ring-red-50\/25:focus-within{--tw-ring-color: rgb(254 242 242 / .25)}.focus-within\:ring-red-50\/30:focus-within{--tw-ring-color: rgb(254 242 242 / .3)}.focus-within\:ring-red-50\/40:focus-within{--tw-ring-color: rgb(254 242 242 / .4)}.focus-within\:ring-red-50\/50:focus-within{--tw-ring-color: rgb(254 242 242 / .5)}.focus-within\:ring-red-50\/60:focus-within{--tw-ring-color: rgb(254 242 242 / .6)}.focus-within\:ring-red-50\/70:focus-within{--tw-ring-color: rgb(254 242 242 / .7)}.focus-within\:ring-red-50\/75:focus-within{--tw-ring-color: rgb(254 242 242 / .75)}.focus-within\:ring-red-50\/80:focus-within{--tw-ring-color: rgb(254 242 242 / .8)}.focus-within\:ring-red-50\/90:focus-within{--tw-ring-color: rgb(254 242 242 / .9)}.focus-within\:ring-red-50\/95:focus-within{--tw-ring-color: rgb(254 242 242 / .95)}.focus-within\:ring-red-50\/100:focus-within{--tw-ring-color: rgb(254 242 242 / 1)}.focus-within\:ring-red-100\/0:focus-within{--tw-ring-color: rgb(251 242 242 / 0)}.focus-within\:ring-red-100\/5:focus-within{--tw-ring-color: rgb(251 242 242 / .05)}.focus-within\:ring-red-100\/10:focus-within{--tw-ring-color: rgb(251 242 242 / .1)}.focus-within\:ring-red-100\/20:focus-within{--tw-ring-color: rgb(251 242 242 / .2)}.focus-within\:ring-red-100\/25:focus-within{--tw-ring-color: rgb(251 242 242 / .25)}.focus-within\:ring-red-100\/30:focus-within{--tw-ring-color: rgb(251 242 242 / .3)}.focus-within\:ring-red-100\/40:focus-within{--tw-ring-color: rgb(251 242 242 / .4)}.focus-within\:ring-red-100\/50:focus-within{--tw-ring-color: rgb(251 242 242 / .5)}.focus-within\:ring-red-100\/60:focus-within{--tw-ring-color: rgb(251 242 242 / .6)}.focus-within\:ring-red-100\/70:focus-within{--tw-ring-color: rgb(251 242 242 / .7)}.focus-within\:ring-red-100\/75:focus-within{--tw-ring-color: rgb(251 242 242 / .75)}.focus-within\:ring-red-100\/80:focus-within{--tw-ring-color: rgb(251 242 242 / .8)}.focus-within\:ring-red-100\/90:focus-within{--tw-ring-color: rgb(251 242 242 / .9)}.focus-within\:ring-red-100\/95:focus-within{--tw-ring-color: rgb(251 242 242 / .95)}.focus-within\:ring-red-100\/100:focus-within{--tw-ring-color: rgb(251 242 242 / 1)}.focus-within\:ring-red-200\/0:focus-within{--tw-ring-color: rgb(248 228 228 / 0)}.focus-within\:ring-red-200\/5:focus-within{--tw-ring-color: rgb(248 228 228 / .05)}.focus-within\:ring-red-200\/10:focus-within{--tw-ring-color: rgb(248 228 228 / .1)}.focus-within\:ring-red-200\/20:focus-within{--tw-ring-color: rgb(248 228 228 / .2)}.focus-within\:ring-red-200\/25:focus-within{--tw-ring-color: rgb(248 228 228 / .25)}.focus-within\:ring-red-200\/30:focus-within{--tw-ring-color: rgb(248 228 228 / .3)}.focus-within\:ring-red-200\/40:focus-within{--tw-ring-color: rgb(248 228 228 / .4)}.focus-within\:ring-red-200\/50:focus-within{--tw-ring-color: rgb(248 228 228 / .5)}.focus-within\:ring-red-200\/60:focus-within{--tw-ring-color: rgb(248 228 228 / .6)}.focus-within\:ring-red-200\/70:focus-within{--tw-ring-color: rgb(248 228 228 / .7)}.focus-within\:ring-red-200\/75:focus-within{--tw-ring-color: rgb(248 228 228 / .75)}.focus-within\:ring-red-200\/80:focus-within{--tw-ring-color: rgb(248 228 228 / .8)}.focus-within\:ring-red-200\/90:focus-within{--tw-ring-color: rgb(248 228 228 / .9)}.focus-within\:ring-red-200\/95:focus-within{--tw-ring-color: rgb(248 228 228 / .95)}.focus-within\:ring-red-200\/100:focus-within{--tw-ring-color: rgb(248 228 228 / 1)}.focus-within\:ring-red-300\/0:focus-within{--tw-ring-color: rgb(241 198 198 / 0)}.focus-within\:ring-red-300\/5:focus-within{--tw-ring-color: rgb(241 198 198 / .05)}.focus-within\:ring-red-300\/10:focus-within{--tw-ring-color: rgb(241 198 198 / .1)}.focus-within\:ring-red-300\/20:focus-within{--tw-ring-color: rgb(241 198 198 / .2)}.focus-within\:ring-red-300\/25:focus-within{--tw-ring-color: rgb(241 198 198 / .25)}.focus-within\:ring-red-300\/30:focus-within{--tw-ring-color: rgb(241 198 198 / .3)}.focus-within\:ring-red-300\/40:focus-within{--tw-ring-color: rgb(241 198 198 / .4)}.focus-within\:ring-red-300\/50:focus-within{--tw-ring-color: rgb(241 198 198 / .5)}.focus-within\:ring-red-300\/60:focus-within{--tw-ring-color: rgb(241 198 198 / .6)}.focus-within\:ring-red-300\/70:focus-within{--tw-ring-color: rgb(241 198 198 / .7)}.focus-within\:ring-red-300\/75:focus-within{--tw-ring-color: rgb(241 198 198 / .75)}.focus-within\:ring-red-300\/80:focus-within{--tw-ring-color: rgb(241 198 198 / .8)}.focus-within\:ring-red-300\/90:focus-within{--tw-ring-color: rgb(241 198 198 / .9)}.focus-within\:ring-red-300\/95:focus-within{--tw-ring-color: rgb(241 198 198 / .95)}.focus-within\:ring-red-300\/100:focus-within{--tw-ring-color: rgb(241 198 198 / 1)}.focus-within\:ring-red-400\/0:focus-within{--tw-ring-color: rgb(234 163 163 / 0)}.focus-within\:ring-red-400\/5:focus-within{--tw-ring-color: rgb(234 163 163 / .05)}.focus-within\:ring-red-400\/10:focus-within{--tw-ring-color: rgb(234 163 163 / .1)}.focus-within\:ring-red-400\/20:focus-within{--tw-ring-color: rgb(234 163 163 / .2)}.focus-within\:ring-red-400\/25:focus-within{--tw-ring-color: rgb(234 163 163 / .25)}.focus-within\:ring-red-400\/30:focus-within{--tw-ring-color: rgb(234 163 163 / .3)}.focus-within\:ring-red-400\/40:focus-within{--tw-ring-color: rgb(234 163 163 / .4)}.focus-within\:ring-red-400\/50:focus-within{--tw-ring-color: rgb(234 163 163 / .5)}.focus-within\:ring-red-400\/60:focus-within{--tw-ring-color: rgb(234 163 163 / .6)}.focus-within\:ring-red-400\/70:focus-within{--tw-ring-color: rgb(234 163 163 / .7)}.focus-within\:ring-red-400\/75:focus-within{--tw-ring-color: rgb(234 163 163 / .75)}.focus-within\:ring-red-400\/80:focus-within{--tw-ring-color: rgb(234 163 163 / .8)}.focus-within\:ring-red-400\/90:focus-within{--tw-ring-color: rgb(234 163 163 / .9)}.focus-within\:ring-red-400\/95:focus-within{--tw-ring-color: rgb(234 163 163 / .95)}.focus-within\:ring-red-400\/100:focus-within{--tw-ring-color: rgb(234 163 163 / 1)}.focus-within\:ring-red-500\/0:focus-within{--tw-ring-color: rgb(227 118 118 / 0)}.focus-within\:ring-red-500\/5:focus-within{--tw-ring-color: rgb(227 118 118 / .05)}.focus-within\:ring-red-500\/10:focus-within{--tw-ring-color: rgb(227 118 118 / .1)}.focus-within\:ring-red-500\/20:focus-within{--tw-ring-color: rgb(227 118 118 / .2)}.focus-within\:ring-red-500\/25:focus-within{--tw-ring-color: rgb(227 118 118 / .25)}.focus-within\:ring-red-500\/30:focus-within{--tw-ring-color: rgb(227 118 118 / .3)}.focus-within\:ring-red-500\/40:focus-within{--tw-ring-color: rgb(227 118 118 / .4)}.focus-within\:ring-red-500\/50:focus-within{--tw-ring-color: rgb(227 118 118 / .5)}.focus-within\:ring-red-500\/60:focus-within{--tw-ring-color: rgb(227 118 118 / .6)}.focus-within\:ring-red-500\/70:focus-within{--tw-ring-color: rgb(227 118 118 / .7)}.focus-within\:ring-red-500\/75:focus-within{--tw-ring-color: rgb(227 118 118 / .75)}.focus-within\:ring-red-500\/80:focus-within{--tw-ring-color: rgb(227 118 118 / .8)}.focus-within\:ring-red-500\/90:focus-within{--tw-ring-color: rgb(227 118 118 / .9)}.focus-within\:ring-red-500\/95:focus-within{--tw-ring-color: rgb(227 118 118 / .95)}.focus-within\:ring-red-500\/100:focus-within{--tw-ring-color: rgb(227 118 118 / 1)}.focus-within\:ring-red-600\/0:focus-within{--tw-ring-color: rgb(220 38 38 / 0)}.focus-within\:ring-red-600\/5:focus-within{--tw-ring-color: rgb(220 38 38 / .05)}.focus-within\:ring-red-600\/10:focus-within{--tw-ring-color: rgb(220 38 38 / .1)}.focus-within\:ring-red-600\/20:focus-within{--tw-ring-color: rgb(220 38 38 / .2)}.focus-within\:ring-red-600\/25:focus-within{--tw-ring-color: rgb(220 38 38 / .25)}.focus-within\:ring-red-600\/30:focus-within{--tw-ring-color: rgb(220 38 38 / .3)}.focus-within\:ring-red-600\/40:focus-within{--tw-ring-color: rgb(220 38 38 / .4)}.focus-within\:ring-red-600\/50:focus-within{--tw-ring-color: rgb(220 38 38 / .5)}.focus-within\:ring-red-600\/60:focus-within{--tw-ring-color: rgb(220 38 38 / .6)}.focus-within\:ring-red-600\/70:focus-within{--tw-ring-color: rgb(220 38 38 / .7)}.focus-within\:ring-red-600\/75:focus-within{--tw-ring-color: rgb(220 38 38 / .75)}.focus-within\:ring-red-600\/80:focus-within{--tw-ring-color: rgb(220 38 38 / .8)}.focus-within\:ring-red-600\/90:focus-within{--tw-ring-color: rgb(220 38 38 / .9)}.focus-within\:ring-red-600\/95:focus-within{--tw-ring-color: rgb(220 38 38 / .95)}.focus-within\:ring-red-600\/100:focus-within{--tw-ring-color: rgb(220 38 38 / 1)}.focus-within\:ring-red-700\/0:focus-within{--tw-ring-color: rgb(196 33 33 / 0)}.focus-within\:ring-red-700\/5:focus-within{--tw-ring-color: rgb(196 33 33 / .05)}.focus-within\:ring-red-700\/10:focus-within{--tw-ring-color: rgb(196 33 33 / .1)}.focus-within\:ring-red-700\/20:focus-within{--tw-ring-color: rgb(196 33 33 / .2)}.focus-within\:ring-red-700\/25:focus-within{--tw-ring-color: rgb(196 33 33 / .25)}.focus-within\:ring-red-700\/30:focus-within{--tw-ring-color: rgb(196 33 33 / .3)}.focus-within\:ring-red-700\/40:focus-within{--tw-ring-color: rgb(196 33 33 / .4)}.focus-within\:ring-red-700\/50:focus-within{--tw-ring-color: rgb(196 33 33 / .5)}.focus-within\:ring-red-700\/60:focus-within{--tw-ring-color: rgb(196 33 33 / .6)}.focus-within\:ring-red-700\/70:focus-within{--tw-ring-color: rgb(196 33 33 / .7)}.focus-within\:ring-red-700\/75:focus-within{--tw-ring-color: rgb(196 33 33 / .75)}.focus-within\:ring-red-700\/80:focus-within{--tw-ring-color: rgb(196 33 33 / .8)}.focus-within\:ring-red-700\/90:focus-within{--tw-ring-color: rgb(196 33 33 / .9)}.focus-within\:ring-red-700\/95:focus-within{--tw-ring-color: rgb(196 33 33 / .95)}.focus-within\:ring-red-700\/100:focus-within{--tw-ring-color: rgb(196 33 33 / 1)}.focus-within\:ring-red-800\/0:focus-within{--tw-ring-color: rgb(170 29 29 / 0)}.focus-within\:ring-red-800\/5:focus-within{--tw-ring-color: rgb(170 29 29 / .05)}.focus-within\:ring-red-800\/10:focus-within{--tw-ring-color: rgb(170 29 29 / .1)}.focus-within\:ring-red-800\/20:focus-within{--tw-ring-color: rgb(170 29 29 / .2)}.focus-within\:ring-red-800\/25:focus-within{--tw-ring-color: rgb(170 29 29 / .25)}.focus-within\:ring-red-800\/30:focus-within{--tw-ring-color: rgb(170 29 29 / .3)}.focus-within\:ring-red-800\/40:focus-within{--tw-ring-color: rgb(170 29 29 / .4)}.focus-within\:ring-red-800\/50:focus-within{--tw-ring-color: rgb(170 29 29 / .5)}.focus-within\:ring-red-800\/60:focus-within{--tw-ring-color: rgb(170 29 29 / .6)}.focus-within\:ring-red-800\/70:focus-within{--tw-ring-color: rgb(170 29 29 / .7)}.focus-within\:ring-red-800\/75:focus-within{--tw-ring-color: rgb(170 29 29 / .75)}.focus-within\:ring-red-800\/80:focus-within{--tw-ring-color: rgb(170 29 29 / .8)}.focus-within\:ring-red-800\/90:focus-within{--tw-ring-color: rgb(170 29 29 / .9)}.focus-within\:ring-red-800\/95:focus-within{--tw-ring-color: rgb(170 29 29 / .95)}.focus-within\:ring-red-800\/100:focus-within{--tw-ring-color: rgb(170 29 29 / 1)}.focus-within\:ring-red-900\/0:focus-within{--tw-ring-color: rgb(139 24 24 / 0)}.focus-within\:ring-red-900\/5:focus-within{--tw-ring-color: rgb(139 24 24 / .05)}.focus-within\:ring-red-900\/10:focus-within{--tw-ring-color: rgb(139 24 24 / .1)}.focus-within\:ring-red-900\/20:focus-within{--tw-ring-color: rgb(139 24 24 / .2)}.focus-within\:ring-red-900\/25:focus-within{--tw-ring-color: rgb(139 24 24 / .25)}.focus-within\:ring-red-900\/30:focus-within{--tw-ring-color: rgb(139 24 24 / .3)}.focus-within\:ring-red-900\/40:focus-within{--tw-ring-color: rgb(139 24 24 / .4)}.focus-within\:ring-red-900\/50:focus-within{--tw-ring-color: rgb(139 24 24 / .5)}.focus-within\:ring-red-900\/60:focus-within{--tw-ring-color: rgb(139 24 24 / .6)}.focus-within\:ring-red-900\/70:focus-within{--tw-ring-color: rgb(139 24 24 / .7)}.focus-within\:ring-red-900\/75:focus-within{--tw-ring-color: rgb(139 24 24 / .75)}.focus-within\:ring-red-900\/80:focus-within{--tw-ring-color: rgb(139 24 24 / .8)}.focus-within\:ring-red-900\/90:focus-within{--tw-ring-color: rgb(139 24 24 / .9)}.focus-within\:ring-red-900\/95:focus-within{--tw-ring-color: rgb(139 24 24 / .95)}.focus-within\:ring-red-900\/100:focus-within{--tw-ring-color: rgb(139 24 24 / 1)}.focus-within\:ring-orange-50\/0:focus-within{--tw-ring-color: rgb(255 247 237 / 0)}.focus-within\:ring-orange-50\/5:focus-within{--tw-ring-color: rgb(255 247 237 / .05)}.focus-within\:ring-orange-50\/10:focus-within{--tw-ring-color: rgb(255 247 237 / .1)}.focus-within\:ring-orange-50\/20:focus-within{--tw-ring-color: rgb(255 247 237 / .2)}.focus-within\:ring-orange-50\/25:focus-within{--tw-ring-color: rgb(255 247 237 / .25)}.focus-within\:ring-orange-50\/30:focus-within{--tw-ring-color: rgb(255 247 237 / .3)}.focus-within\:ring-orange-50\/40:focus-within{--tw-ring-color: rgb(255 247 237 / .4)}.focus-within\:ring-orange-50\/50:focus-within{--tw-ring-color: rgb(255 247 237 / .5)}.focus-within\:ring-orange-50\/60:focus-within{--tw-ring-color: rgb(255 247 237 / .6)}.focus-within\:ring-orange-50\/70:focus-within{--tw-ring-color: rgb(255 247 237 / .7)}.focus-within\:ring-orange-50\/75:focus-within{--tw-ring-color: rgb(255 247 237 / .75)}.focus-within\:ring-orange-50\/80:focus-within{--tw-ring-color: rgb(255 247 237 / .8)}.focus-within\:ring-orange-50\/90:focus-within{--tw-ring-color: rgb(255 247 237 / .9)}.focus-within\:ring-orange-50\/95:focus-within{--tw-ring-color: rgb(255 247 237 / .95)}.focus-within\:ring-orange-50\/100:focus-within{--tw-ring-color: rgb(255 247 237 / 1)}.focus-within\:ring-orange-100\/0:focus-within{--tw-ring-color: rgb(252 243 241 / 0)}.focus-within\:ring-orange-100\/5:focus-within{--tw-ring-color: rgb(252 243 241 / .05)}.focus-within\:ring-orange-100\/10:focus-within{--tw-ring-color: rgb(252 243 241 / .1)}.focus-within\:ring-orange-100\/20:focus-within{--tw-ring-color: rgb(252 243 241 / .2)}.focus-within\:ring-orange-100\/25:focus-within{--tw-ring-color: rgb(252 243 241 / .25)}.focus-within\:ring-orange-100\/30:focus-within{--tw-ring-color: rgb(252 243 241 / .3)}.focus-within\:ring-orange-100\/40:focus-within{--tw-ring-color: rgb(252 243 241 / .4)}.focus-within\:ring-orange-100\/50:focus-within{--tw-ring-color: rgb(252 243 241 / .5)}.focus-within\:ring-orange-100\/60:focus-within{--tw-ring-color: rgb(252 243 241 / .6)}.focus-within\:ring-orange-100\/70:focus-within{--tw-ring-color: rgb(252 243 241 / .7)}.focus-within\:ring-orange-100\/75:focus-within{--tw-ring-color: rgb(252 243 241 / .75)}.focus-within\:ring-orange-100\/80:focus-within{--tw-ring-color: rgb(252 243 241 / .8)}.focus-within\:ring-orange-100\/90:focus-within{--tw-ring-color: rgb(252 243 241 / .9)}.focus-within\:ring-orange-100\/95:focus-within{--tw-ring-color: rgb(252 243 241 / .95)}.focus-within\:ring-orange-100\/100:focus-within{--tw-ring-color: rgb(252 243 241 / 1)}.focus-within\:ring-orange-200\/0:focus-within{--tw-ring-color: rgb(250 231 228 / 0)}.focus-within\:ring-orange-200\/5:focus-within{--tw-ring-color: rgb(250 231 228 / .05)}.focus-within\:ring-orange-200\/10:focus-within{--tw-ring-color: rgb(250 231 228 / .1)}.focus-within\:ring-orange-200\/20:focus-within{--tw-ring-color: rgb(250 231 228 / .2)}.focus-within\:ring-orange-200\/25:focus-within{--tw-ring-color: rgb(250 231 228 / .25)}.focus-within\:ring-orange-200\/30:focus-within{--tw-ring-color: rgb(250 231 228 / .3)}.focus-within\:ring-orange-200\/40:focus-within{--tw-ring-color: rgb(250 231 228 / .4)}.focus-within\:ring-orange-200\/50:focus-within{--tw-ring-color: rgb(250 231 228 / .5)}.focus-within\:ring-orange-200\/60:focus-within{--tw-ring-color: rgb(250 231 228 / .6)}.focus-within\:ring-orange-200\/70:focus-within{--tw-ring-color: rgb(250 231 228 / .7)}.focus-within\:ring-orange-200\/75:focus-within{--tw-ring-color: rgb(250 231 228 / .75)}.focus-within\:ring-orange-200\/80:focus-within{--tw-ring-color: rgb(250 231 228 / .8)}.focus-within\:ring-orange-200\/90:focus-within{--tw-ring-color: rgb(250 231 228 / .9)}.focus-within\:ring-orange-200\/95:focus-within{--tw-ring-color: rgb(250 231 228 / .95)}.focus-within\:ring-orange-200\/100:focus-within{--tw-ring-color: rgb(250 231 228 / 1)}.focus-within\:ring-orange-300\/0:focus-within{--tw-ring-color: rgb(246 205 197 / 0)}.focus-within\:ring-orange-300\/5:focus-within{--tw-ring-color: rgb(246 205 197 / .05)}.focus-within\:ring-orange-300\/10:focus-within{--tw-ring-color: rgb(246 205 197 / .1)}.focus-within\:ring-orange-300\/20:focus-within{--tw-ring-color: rgb(246 205 197 / .2)}.focus-within\:ring-orange-300\/25:focus-within{--tw-ring-color: rgb(246 205 197 / .25)}.focus-within\:ring-orange-300\/30:focus-within{--tw-ring-color: rgb(246 205 197 / .3)}.focus-within\:ring-orange-300\/40:focus-within{--tw-ring-color: rgb(246 205 197 / .4)}.focus-within\:ring-orange-300\/50:focus-within{--tw-ring-color: rgb(246 205 197 / .5)}.focus-within\:ring-orange-300\/60:focus-within{--tw-ring-color: rgb(246 205 197 / .6)}.focus-within\:ring-orange-300\/70:focus-within{--tw-ring-color: rgb(246 205 197 / .7)}.focus-within\:ring-orange-300\/75:focus-within{--tw-ring-color: rgb(246 205 197 / .75)}.focus-within\:ring-orange-300\/80:focus-within{--tw-ring-color: rgb(246 205 197 / .8)}.focus-within\:ring-orange-300\/90:focus-within{--tw-ring-color: rgb(246 205 197 / .9)}.focus-within\:ring-orange-300\/95:focus-within{--tw-ring-color: rgb(246 205 197 / .95)}.focus-within\:ring-orange-300\/100:focus-within{--tw-ring-color: rgb(246 205 197 / 1)}.focus-within\:ring-orange-400\/0:focus-within{--tw-ring-color: rgb(242 175 161 / 0)}.focus-within\:ring-orange-400\/5:focus-within{--tw-ring-color: rgb(242 175 161 / .05)}.focus-within\:ring-orange-400\/10:focus-within{--tw-ring-color: rgb(242 175 161 / .1)}.focus-within\:ring-orange-400\/20:focus-within{--tw-ring-color: rgb(242 175 161 / .2)}.focus-within\:ring-orange-400\/25:focus-within{--tw-ring-color: rgb(242 175 161 / .25)}.focus-within\:ring-orange-400\/30:focus-within{--tw-ring-color: rgb(242 175 161 / .3)}.focus-within\:ring-orange-400\/40:focus-within{--tw-ring-color: rgb(242 175 161 / .4)}.focus-within\:ring-orange-400\/50:focus-within{--tw-ring-color: rgb(242 175 161 / .5)}.focus-within\:ring-orange-400\/60:focus-within{--tw-ring-color: rgb(242 175 161 / .6)}.focus-within\:ring-orange-400\/70:focus-within{--tw-ring-color: rgb(242 175 161 / .7)}.focus-within\:ring-orange-400\/75:focus-within{--tw-ring-color: rgb(242 175 161 / .75)}.focus-within\:ring-orange-400\/80:focus-within{--tw-ring-color: rgb(242 175 161 / .8)}.focus-within\:ring-orange-400\/90:focus-within{--tw-ring-color: rgb(242 175 161 / .9)}.focus-within\:ring-orange-400\/95:focus-within{--tw-ring-color: rgb(242 175 161 / .95)}.focus-within\:ring-orange-400\/100:focus-within{--tw-ring-color: rgb(242 175 161 / 1)}.focus-within\:ring-orange-500\/0:focus-within{--tw-ring-color: rgb(238 138 114 / 0)}.focus-within\:ring-orange-500\/5:focus-within{--tw-ring-color: rgb(238 138 114 / .05)}.focus-within\:ring-orange-500\/10:focus-within{--tw-ring-color: rgb(238 138 114 / .1)}.focus-within\:ring-orange-500\/20:focus-within{--tw-ring-color: rgb(238 138 114 / .2)}.focus-within\:ring-orange-500\/25:focus-within{--tw-ring-color: rgb(238 138 114 / .25)}.focus-within\:ring-orange-500\/30:focus-within{--tw-ring-color: rgb(238 138 114 / .3)}.focus-within\:ring-orange-500\/40:focus-within{--tw-ring-color: rgb(238 138 114 / .4)}.focus-within\:ring-orange-500\/50:focus-within{--tw-ring-color: rgb(238 138 114 / .5)}.focus-within\:ring-orange-500\/60:focus-within{--tw-ring-color: rgb(238 138 114 / .6)}.focus-within\:ring-orange-500\/70:focus-within{--tw-ring-color: rgb(238 138 114 / .7)}.focus-within\:ring-orange-500\/75:focus-within{--tw-ring-color: rgb(238 138 114 / .75)}.focus-within\:ring-orange-500\/80:focus-within{--tw-ring-color: rgb(238 138 114 / .8)}.focus-within\:ring-orange-500\/90:focus-within{--tw-ring-color: rgb(238 138 114 / .9)}.focus-within\:ring-orange-500\/95:focus-within{--tw-ring-color: rgb(238 138 114 / .95)}.focus-within\:ring-orange-500\/100:focus-within{--tw-ring-color: rgb(238 138 114 / 1)}.focus-within\:ring-orange-600\/0:focus-within{--tw-ring-color: rgb(234 88 12 / 0)}.focus-within\:ring-orange-600\/5:focus-within{--tw-ring-color: rgb(234 88 12 / .05)}.focus-within\:ring-orange-600\/10:focus-within{--tw-ring-color: rgb(234 88 12 / .1)}.focus-within\:ring-orange-600\/20:focus-within{--tw-ring-color: rgb(234 88 12 / .2)}.focus-within\:ring-orange-600\/25:focus-within{--tw-ring-color: rgb(234 88 12 / .25)}.focus-within\:ring-orange-600\/30:focus-within{--tw-ring-color: rgb(234 88 12 / .3)}.focus-within\:ring-orange-600\/40:focus-within{--tw-ring-color: rgb(234 88 12 / .4)}.focus-within\:ring-orange-600\/50:focus-within{--tw-ring-color: rgb(234 88 12 / .5)}.focus-within\:ring-orange-600\/60:focus-within{--tw-ring-color: rgb(234 88 12 / .6)}.focus-within\:ring-orange-600\/70:focus-within{--tw-ring-color: rgb(234 88 12 / .7)}.focus-within\:ring-orange-600\/75:focus-within{--tw-ring-color: rgb(234 88 12 / .75)}.focus-within\:ring-orange-600\/80:focus-within{--tw-ring-color: rgb(234 88 12 / .8)}.focus-within\:ring-orange-600\/90:focus-within{--tw-ring-color: rgb(234 88 12 / .9)}.focus-within\:ring-orange-600\/95:focus-within{--tw-ring-color: rgb(234 88 12 / .95)}.focus-within\:ring-orange-600\/100:focus-within{--tw-ring-color: rgb(234 88 12 / 1)}.focus-within\:ring-orange-700\/0:focus-within{--tw-ring-color: rgb(209 78 10 / 0)}.focus-within\:ring-orange-700\/5:focus-within{--tw-ring-color: rgb(209 78 10 / .05)}.focus-within\:ring-orange-700\/10:focus-within{--tw-ring-color: rgb(209 78 10 / .1)}.focus-within\:ring-orange-700\/20:focus-within{--tw-ring-color: rgb(209 78 10 / .2)}.focus-within\:ring-orange-700\/25:focus-within{--tw-ring-color: rgb(209 78 10 / .25)}.focus-within\:ring-orange-700\/30:focus-within{--tw-ring-color: rgb(209 78 10 / .3)}.focus-within\:ring-orange-700\/40:focus-within{--tw-ring-color: rgb(209 78 10 / .4)}.focus-within\:ring-orange-700\/50:focus-within{--tw-ring-color: rgb(209 78 10 / .5)}.focus-within\:ring-orange-700\/60:focus-within{--tw-ring-color: rgb(209 78 10 / .6)}.focus-within\:ring-orange-700\/70:focus-within{--tw-ring-color: rgb(209 78 10 / .7)}.focus-within\:ring-orange-700\/75:focus-within{--tw-ring-color: rgb(209 78 10 / .75)}.focus-within\:ring-orange-700\/80:focus-within{--tw-ring-color: rgb(209 78 10 / .8)}.focus-within\:ring-orange-700\/90:focus-within{--tw-ring-color: rgb(209 78 10 / .9)}.focus-within\:ring-orange-700\/95:focus-within{--tw-ring-color: rgb(209 78 10 / .95)}.focus-within\:ring-orange-700\/100:focus-within{--tw-ring-color: rgb(209 78 10 / 1)}.focus-within\:ring-orange-800\/0:focus-within{--tw-ring-color: rgb(181 68 9 / 0)}.focus-within\:ring-orange-800\/5:focus-within{--tw-ring-color: rgb(181 68 9 / .05)}.focus-within\:ring-orange-800\/10:focus-within{--tw-ring-color: rgb(181 68 9 / .1)}.focus-within\:ring-orange-800\/20:focus-within{--tw-ring-color: rgb(181 68 9 / .2)}.focus-within\:ring-orange-800\/25:focus-within{--tw-ring-color: rgb(181 68 9 / .25)}.focus-within\:ring-orange-800\/30:focus-within{--tw-ring-color: rgb(181 68 9 / .3)}.focus-within\:ring-orange-800\/40:focus-within{--tw-ring-color: rgb(181 68 9 / .4)}.focus-within\:ring-orange-800\/50:focus-within{--tw-ring-color: rgb(181 68 9 / .5)}.focus-within\:ring-orange-800\/60:focus-within{--tw-ring-color: rgb(181 68 9 / .6)}.focus-within\:ring-orange-800\/70:focus-within{--tw-ring-color: rgb(181 68 9 / .7)}.focus-within\:ring-orange-800\/75:focus-within{--tw-ring-color: rgb(181 68 9 / .75)}.focus-within\:ring-orange-800\/80:focus-within{--tw-ring-color: rgb(181 68 9 / .8)}.focus-within\:ring-orange-800\/90:focus-within{--tw-ring-color: rgb(181 68 9 / .9)}.focus-within\:ring-orange-800\/95:focus-within{--tw-ring-color: rgb(181 68 9 / .95)}.focus-within\:ring-orange-800\/100:focus-within{--tw-ring-color: rgb(181 68 9 / 1)}.focus-within\:ring-orange-900\/0:focus-within{--tw-ring-color: rgb(147 55 7 / 0)}.focus-within\:ring-orange-900\/5:focus-within{--tw-ring-color: rgb(147 55 7 / .05)}.focus-within\:ring-orange-900\/10:focus-within{--tw-ring-color: rgb(147 55 7 / .1)}.focus-within\:ring-orange-900\/20:focus-within{--tw-ring-color: rgb(147 55 7 / .2)}.focus-within\:ring-orange-900\/25:focus-within{--tw-ring-color: rgb(147 55 7 / .25)}.focus-within\:ring-orange-900\/30:focus-within{--tw-ring-color: rgb(147 55 7 / .3)}.focus-within\:ring-orange-900\/40:focus-within{--tw-ring-color: rgb(147 55 7 / .4)}.focus-within\:ring-orange-900\/50:focus-within{--tw-ring-color: rgb(147 55 7 / .5)}.focus-within\:ring-orange-900\/60:focus-within{--tw-ring-color: rgb(147 55 7 / .6)}.focus-within\:ring-orange-900\/70:focus-within{--tw-ring-color: rgb(147 55 7 / .7)}.focus-within\:ring-orange-900\/75:focus-within{--tw-ring-color: rgb(147 55 7 / .75)}.focus-within\:ring-orange-900\/80:focus-within{--tw-ring-color: rgb(147 55 7 / .8)}.focus-within\:ring-orange-900\/90:focus-within{--tw-ring-color: rgb(147 55 7 / .9)}.focus-within\:ring-orange-900\/95:focus-within{--tw-ring-color: rgb(147 55 7 / .95)}.focus-within\:ring-orange-900\/100:focus-within{--tw-ring-color: rgb(147 55 7 / 1)}.focus-within\:ring-yellow-50\/0:focus-within{--tw-ring-color: rgb(254 252 232 / 0)}.focus-within\:ring-yellow-50\/5:focus-within{--tw-ring-color: rgb(254 252 232 / .05)}.focus-within\:ring-yellow-50\/10:focus-within{--tw-ring-color: rgb(254 252 232 / .1)}.focus-within\:ring-yellow-50\/20:focus-within{--tw-ring-color: rgb(254 252 232 / .2)}.focus-within\:ring-yellow-50\/25:focus-within{--tw-ring-color: rgb(254 252 232 / .25)}.focus-within\:ring-yellow-50\/30:focus-within{--tw-ring-color: rgb(254 252 232 / .3)}.focus-within\:ring-yellow-50\/40:focus-within{--tw-ring-color: rgb(254 252 232 / .4)}.focus-within\:ring-yellow-50\/50:focus-within{--tw-ring-color: rgb(254 252 232 / .5)}.focus-within\:ring-yellow-50\/60:focus-within{--tw-ring-color: rgb(254 252 232 / .6)}.focus-within\:ring-yellow-50\/70:focus-within{--tw-ring-color: rgb(254 252 232 / .7)}.focus-within\:ring-yellow-50\/75:focus-within{--tw-ring-color: rgb(254 252 232 / .75)}.focus-within\:ring-yellow-50\/80:focus-within{--tw-ring-color: rgb(254 252 232 / .8)}.focus-within\:ring-yellow-50\/90:focus-within{--tw-ring-color: rgb(254 252 232 / .9)}.focus-within\:ring-yellow-50\/95:focus-within{--tw-ring-color: rgb(254 252 232 / .95)}.focus-within\:ring-yellow-50\/100:focus-within{--tw-ring-color: rgb(254 252 232 / 1)}.focus-within\:ring-yellow-100\/0:focus-within{--tw-ring-color: rgb(254 243 199 / 0)}.focus-within\:ring-yellow-100\/5:focus-within{--tw-ring-color: rgb(254 243 199 / .05)}.focus-within\:ring-yellow-100\/10:focus-within{--tw-ring-color: rgb(254 243 199 / .1)}.focus-within\:ring-yellow-100\/20:focus-within{--tw-ring-color: rgb(254 243 199 / .2)}.focus-within\:ring-yellow-100\/25:focus-within{--tw-ring-color: rgb(254 243 199 / .25)}.focus-within\:ring-yellow-100\/30:focus-within{--tw-ring-color: rgb(254 243 199 / .3)}.focus-within\:ring-yellow-100\/40:focus-within{--tw-ring-color: rgb(254 243 199 / .4)}.focus-within\:ring-yellow-100\/50:focus-within{--tw-ring-color: rgb(254 243 199 / .5)}.focus-within\:ring-yellow-100\/60:focus-within{--tw-ring-color: rgb(254 243 199 / .6)}.focus-within\:ring-yellow-100\/70:focus-within{--tw-ring-color: rgb(254 243 199 / .7)}.focus-within\:ring-yellow-100\/75:focus-within{--tw-ring-color: rgb(254 243 199 / .75)}.focus-within\:ring-yellow-100\/80:focus-within{--tw-ring-color: rgb(254 243 199 / .8)}.focus-within\:ring-yellow-100\/90:focus-within{--tw-ring-color: rgb(254 243 199 / .9)}.focus-within\:ring-yellow-100\/95:focus-within{--tw-ring-color: rgb(254 243 199 / .95)}.focus-within\:ring-yellow-100\/100:focus-within{--tw-ring-color: rgb(254 243 199 / 1)}.focus-within\:ring-yellow-200\/0:focus-within{--tw-ring-color: rgb(253 230 138 / 0)}.focus-within\:ring-yellow-200\/5:focus-within{--tw-ring-color: rgb(253 230 138 / .05)}.focus-within\:ring-yellow-200\/10:focus-within{--tw-ring-color: rgb(253 230 138 / .1)}.focus-within\:ring-yellow-200\/20:focus-within{--tw-ring-color: rgb(253 230 138 / .2)}.focus-within\:ring-yellow-200\/25:focus-within{--tw-ring-color: rgb(253 230 138 / .25)}.focus-within\:ring-yellow-200\/30:focus-within{--tw-ring-color: rgb(253 230 138 / .3)}.focus-within\:ring-yellow-200\/40:focus-within{--tw-ring-color: rgb(253 230 138 / .4)}.focus-within\:ring-yellow-200\/50:focus-within{--tw-ring-color: rgb(253 230 138 / .5)}.focus-within\:ring-yellow-200\/60:focus-within{--tw-ring-color: rgb(253 230 138 / .6)}.focus-within\:ring-yellow-200\/70:focus-within{--tw-ring-color: rgb(253 230 138 / .7)}.focus-within\:ring-yellow-200\/75:focus-within{--tw-ring-color: rgb(253 230 138 / .75)}.focus-within\:ring-yellow-200\/80:focus-within{--tw-ring-color: rgb(253 230 138 / .8)}.focus-within\:ring-yellow-200\/90:focus-within{--tw-ring-color: rgb(253 230 138 / .9)}.focus-within\:ring-yellow-200\/95:focus-within{--tw-ring-color: rgb(253 230 138 / .95)}.focus-within\:ring-yellow-200\/100:focus-within{--tw-ring-color: rgb(253 230 138 / 1)}.focus-within\:ring-yellow-300\/0:focus-within{--tw-ring-color: rgb(252 211 77 / 0)}.focus-within\:ring-yellow-300\/5:focus-within{--tw-ring-color: rgb(252 211 77 / .05)}.focus-within\:ring-yellow-300\/10:focus-within{--tw-ring-color: rgb(252 211 77 / .1)}.focus-within\:ring-yellow-300\/20:focus-within{--tw-ring-color: rgb(252 211 77 / .2)}.focus-within\:ring-yellow-300\/25:focus-within{--tw-ring-color: rgb(252 211 77 / .25)}.focus-within\:ring-yellow-300\/30:focus-within{--tw-ring-color: rgb(252 211 77 / .3)}.focus-within\:ring-yellow-300\/40:focus-within{--tw-ring-color: rgb(252 211 77 / .4)}.focus-within\:ring-yellow-300\/50:focus-within{--tw-ring-color: rgb(252 211 77 / .5)}.focus-within\:ring-yellow-300\/60:focus-within{--tw-ring-color: rgb(252 211 77 / .6)}.focus-within\:ring-yellow-300\/70:focus-within{--tw-ring-color: rgb(252 211 77 / .7)}.focus-within\:ring-yellow-300\/75:focus-within{--tw-ring-color: rgb(252 211 77 / .75)}.focus-within\:ring-yellow-300\/80:focus-within{--tw-ring-color: rgb(252 211 77 / .8)}.focus-within\:ring-yellow-300\/90:focus-within{--tw-ring-color: rgb(252 211 77 / .9)}.focus-within\:ring-yellow-300\/95:focus-within{--tw-ring-color: rgb(252 211 77 / .95)}.focus-within\:ring-yellow-300\/100:focus-within{--tw-ring-color: rgb(252 211 77 / 1)}.focus-within\:ring-yellow-400\/0:focus-within{--tw-ring-color: rgb(251 191 36 / 0)}.focus-within\:ring-yellow-400\/5:focus-within{--tw-ring-color: rgb(251 191 36 / .05)}.focus-within\:ring-yellow-400\/10:focus-within{--tw-ring-color: rgb(251 191 36 / .1)}.focus-within\:ring-yellow-400\/20:focus-within{--tw-ring-color: rgb(251 191 36 / .2)}.focus-within\:ring-yellow-400\/25:focus-within{--tw-ring-color: rgb(251 191 36 / .25)}.focus-within\:ring-yellow-400\/30:focus-within{--tw-ring-color: rgb(251 191 36 / .3)}.focus-within\:ring-yellow-400\/40:focus-within{--tw-ring-color: rgb(251 191 36 / .4)}.focus-within\:ring-yellow-400\/50:focus-within{--tw-ring-color: rgb(251 191 36 / .5)}.focus-within\:ring-yellow-400\/60:focus-within{--tw-ring-color: rgb(251 191 36 / .6)}.focus-within\:ring-yellow-400\/70:focus-within{--tw-ring-color: rgb(251 191 36 / .7)}.focus-within\:ring-yellow-400\/75:focus-within{--tw-ring-color: rgb(251 191 36 / .75)}.focus-within\:ring-yellow-400\/80:focus-within{--tw-ring-color: rgb(251 191 36 / .8)}.focus-within\:ring-yellow-400\/90:focus-within{--tw-ring-color: rgb(251 191 36 / .9)}.focus-within\:ring-yellow-400\/95:focus-within{--tw-ring-color: rgb(251 191 36 / .95)}.focus-within\:ring-yellow-400\/100:focus-within{--tw-ring-color: rgb(251 191 36 / 1)}.focus-within\:ring-yellow-500\/0:focus-within{--tw-ring-color: rgb(234 179 8 / 0)}.focus-within\:ring-yellow-500\/5:focus-within{--tw-ring-color: rgb(234 179 8 / .05)}.focus-within\:ring-yellow-500\/10:focus-within{--tw-ring-color: rgb(234 179 8 / .1)}.focus-within\:ring-yellow-500\/20:focus-within{--tw-ring-color: rgb(234 179 8 / .2)}.focus-within\:ring-yellow-500\/25:focus-within{--tw-ring-color: rgb(234 179 8 / .25)}.focus-within\:ring-yellow-500\/30:focus-within{--tw-ring-color: rgb(234 179 8 / .3)}.focus-within\:ring-yellow-500\/40:focus-within{--tw-ring-color: rgb(234 179 8 / .4)}.focus-within\:ring-yellow-500\/50:focus-within{--tw-ring-color: rgb(234 179 8 / .5)}.focus-within\:ring-yellow-500\/60:focus-within{--tw-ring-color: rgb(234 179 8 / .6)}.focus-within\:ring-yellow-500\/70:focus-within{--tw-ring-color: rgb(234 179 8 / .7)}.focus-within\:ring-yellow-500\/75:focus-within{--tw-ring-color: rgb(234 179 8 / .75)}.focus-within\:ring-yellow-500\/80:focus-within{--tw-ring-color: rgb(234 179 8 / .8)}.focus-within\:ring-yellow-500\/90:focus-within{--tw-ring-color: rgb(234 179 8 / .9)}.focus-within\:ring-yellow-500\/95:focus-within{--tw-ring-color: rgb(234 179 8 / .95)}.focus-within\:ring-yellow-500\/100:focus-within{--tw-ring-color: rgb(234 179 8 / 1)}.focus-within\:ring-yellow-600\/0:focus-within{--tw-ring-color: rgb(217 119 6 / 0)}.focus-within\:ring-yellow-600\/5:focus-within{--tw-ring-color: rgb(217 119 6 / .05)}.focus-within\:ring-yellow-600\/10:focus-within{--tw-ring-color: rgb(217 119 6 / .1)}.focus-within\:ring-yellow-600\/20:focus-within{--tw-ring-color: rgb(217 119 6 / .2)}.focus-within\:ring-yellow-600\/25:focus-within{--tw-ring-color: rgb(217 119 6 / .25)}.focus-within\:ring-yellow-600\/30:focus-within{--tw-ring-color: rgb(217 119 6 / .3)}.focus-within\:ring-yellow-600\/40:focus-within{--tw-ring-color: rgb(217 119 6 / .4)}.focus-within\:ring-yellow-600\/50:focus-within{--tw-ring-color: rgb(217 119 6 / .5)}.focus-within\:ring-yellow-600\/60:focus-within{--tw-ring-color: rgb(217 119 6 / .6)}.focus-within\:ring-yellow-600\/70:focus-within{--tw-ring-color: rgb(217 119 6 / .7)}.focus-within\:ring-yellow-600\/75:focus-within{--tw-ring-color: rgb(217 119 6 / .75)}.focus-within\:ring-yellow-600\/80:focus-within{--tw-ring-color: rgb(217 119 6 / .8)}.focus-within\:ring-yellow-600\/90:focus-within{--tw-ring-color: rgb(217 119 6 / .9)}.focus-within\:ring-yellow-600\/95:focus-within{--tw-ring-color: rgb(217 119 6 / .95)}.focus-within\:ring-yellow-600\/100:focus-within{--tw-ring-color: rgb(217 119 6 / 1)}.focus-within\:ring-yellow-700\/0:focus-within{--tw-ring-color: rgb(180 83 9 / 0)}.focus-within\:ring-yellow-700\/5:focus-within{--tw-ring-color: rgb(180 83 9 / .05)}.focus-within\:ring-yellow-700\/10:focus-within{--tw-ring-color: rgb(180 83 9 / .1)}.focus-within\:ring-yellow-700\/20:focus-within{--tw-ring-color: rgb(180 83 9 / .2)}.focus-within\:ring-yellow-700\/25:focus-within{--tw-ring-color: rgb(180 83 9 / .25)}.focus-within\:ring-yellow-700\/30:focus-within{--tw-ring-color: rgb(180 83 9 / .3)}.focus-within\:ring-yellow-700\/40:focus-within{--tw-ring-color: rgb(180 83 9 / .4)}.focus-within\:ring-yellow-700\/50:focus-within{--tw-ring-color: rgb(180 83 9 / .5)}.focus-within\:ring-yellow-700\/60:focus-within{--tw-ring-color: rgb(180 83 9 / .6)}.focus-within\:ring-yellow-700\/70:focus-within{--tw-ring-color: rgb(180 83 9 / .7)}.focus-within\:ring-yellow-700\/75:focus-within{--tw-ring-color: rgb(180 83 9 / .75)}.focus-within\:ring-yellow-700\/80:focus-within{--tw-ring-color: rgb(180 83 9 / .8)}.focus-within\:ring-yellow-700\/90:focus-within{--tw-ring-color: rgb(180 83 9 / .9)}.focus-within\:ring-yellow-700\/95:focus-within{--tw-ring-color: rgb(180 83 9 / .95)}.focus-within\:ring-yellow-700\/100:focus-within{--tw-ring-color: rgb(180 83 9 / 1)}.focus-within\:ring-yellow-800\/0:focus-within{--tw-ring-color: rgb(146 64 14 / 0)}.focus-within\:ring-yellow-800\/5:focus-within{--tw-ring-color: rgb(146 64 14 / .05)}.focus-within\:ring-yellow-800\/10:focus-within{--tw-ring-color: rgb(146 64 14 / .1)}.focus-within\:ring-yellow-800\/20:focus-within{--tw-ring-color: rgb(146 64 14 / .2)}.focus-within\:ring-yellow-800\/25:focus-within{--tw-ring-color: rgb(146 64 14 / .25)}.focus-within\:ring-yellow-800\/30:focus-within{--tw-ring-color: rgb(146 64 14 / .3)}.focus-within\:ring-yellow-800\/40:focus-within{--tw-ring-color: rgb(146 64 14 / .4)}.focus-within\:ring-yellow-800\/50:focus-within{--tw-ring-color: rgb(146 64 14 / .5)}.focus-within\:ring-yellow-800\/60:focus-within{--tw-ring-color: rgb(146 64 14 / .6)}.focus-within\:ring-yellow-800\/70:focus-within{--tw-ring-color: rgb(146 64 14 / .7)}.focus-within\:ring-yellow-800\/75:focus-within{--tw-ring-color: rgb(146 64 14 / .75)}.focus-within\:ring-yellow-800\/80:focus-within{--tw-ring-color: rgb(146 64 14 / .8)}.focus-within\:ring-yellow-800\/90:focus-within{--tw-ring-color: rgb(146 64 14 / .9)}.focus-within\:ring-yellow-800\/95:focus-within{--tw-ring-color: rgb(146 64 14 / .95)}.focus-within\:ring-yellow-800\/100:focus-within{--tw-ring-color: rgb(146 64 14 / 1)}.focus-within\:ring-yellow-900\/0:focus-within{--tw-ring-color: rgb(120 53 15 / 0)}.focus-within\:ring-yellow-900\/5:focus-within{--tw-ring-color: rgb(120 53 15 / .05)}.focus-within\:ring-yellow-900\/10:focus-within{--tw-ring-color: rgb(120 53 15 / .1)}.focus-within\:ring-yellow-900\/20:focus-within{--tw-ring-color: rgb(120 53 15 / .2)}.focus-within\:ring-yellow-900\/25:focus-within{--tw-ring-color: rgb(120 53 15 / .25)}.focus-within\:ring-yellow-900\/30:focus-within{--tw-ring-color: rgb(120 53 15 / .3)}.focus-within\:ring-yellow-900\/40:focus-within{--tw-ring-color: rgb(120 53 15 / .4)}.focus-within\:ring-yellow-900\/50:focus-within{--tw-ring-color: rgb(120 53 15 / .5)}.focus-within\:ring-yellow-900\/60:focus-within{--tw-ring-color: rgb(120 53 15 / .6)}.focus-within\:ring-yellow-900\/70:focus-within{--tw-ring-color: rgb(120 53 15 / .7)}.focus-within\:ring-yellow-900\/75:focus-within{--tw-ring-color: rgb(120 53 15 / .75)}.focus-within\:ring-yellow-900\/80:focus-within{--tw-ring-color: rgb(120 53 15 / .8)}.focus-within\:ring-yellow-900\/90:focus-within{--tw-ring-color: rgb(120 53 15 / .9)}.focus-within\:ring-yellow-900\/95:focus-within{--tw-ring-color: rgb(120 53 15 / .95)}.focus-within\:ring-yellow-900\/100:focus-within{--tw-ring-color: rgb(120 53 15 / 1)}.focus-within\:ring-green-50\/0:focus-within{--tw-ring-color: rgb(240 253 244 / 0)}.focus-within\:ring-green-50\/5:focus-within{--tw-ring-color: rgb(240 253 244 / .05)}.focus-within\:ring-green-50\/10:focus-within{--tw-ring-color: rgb(240 253 244 / .1)}.focus-within\:ring-green-50\/20:focus-within{--tw-ring-color: rgb(240 253 244 / .2)}.focus-within\:ring-green-50\/25:focus-within{--tw-ring-color: rgb(240 253 244 / .25)}.focus-within\:ring-green-50\/30:focus-within{--tw-ring-color: rgb(240 253 244 / .3)}.focus-within\:ring-green-50\/40:focus-within{--tw-ring-color: rgb(240 253 244 / .4)}.focus-within\:ring-green-50\/50:focus-within{--tw-ring-color: rgb(240 253 244 / .5)}.focus-within\:ring-green-50\/60:focus-within{--tw-ring-color: rgb(240 253 244 / .6)}.focus-within\:ring-green-50\/70:focus-within{--tw-ring-color: rgb(240 253 244 / .7)}.focus-within\:ring-green-50\/75:focus-within{--tw-ring-color: rgb(240 253 244 / .75)}.focus-within\:ring-green-50\/80:focus-within{--tw-ring-color: rgb(240 253 244 / .8)}.focus-within\:ring-green-50\/90:focus-within{--tw-ring-color: rgb(240 253 244 / .9)}.focus-within\:ring-green-50\/95:focus-within{--tw-ring-color: rgb(240 253 244 / .95)}.focus-within\:ring-green-50\/100:focus-within{--tw-ring-color: rgb(240 253 244 / 1)}.focus-within\:ring-green-100\/0:focus-within{--tw-ring-color: rgb(242 250 246 / 0)}.focus-within\:ring-green-100\/5:focus-within{--tw-ring-color: rgb(242 250 246 / .05)}.focus-within\:ring-green-100\/10:focus-within{--tw-ring-color: rgb(242 250 246 / .1)}.focus-within\:ring-green-100\/20:focus-within{--tw-ring-color: rgb(242 250 246 / .2)}.focus-within\:ring-green-100\/25:focus-within{--tw-ring-color: rgb(242 250 246 / .25)}.focus-within\:ring-green-100\/30:focus-within{--tw-ring-color: rgb(242 250 246 / .3)}.focus-within\:ring-green-100\/40:focus-within{--tw-ring-color: rgb(242 250 246 / .4)}.focus-within\:ring-green-100\/50:focus-within{--tw-ring-color: rgb(242 250 246 / .5)}.focus-within\:ring-green-100\/60:focus-within{--tw-ring-color: rgb(242 250 246 / .6)}.focus-within\:ring-green-100\/70:focus-within{--tw-ring-color: rgb(242 250 246 / .7)}.focus-within\:ring-green-100\/75:focus-within{--tw-ring-color: rgb(242 250 246 / .75)}.focus-within\:ring-green-100\/80:focus-within{--tw-ring-color: rgb(242 250 246 / .8)}.focus-within\:ring-green-100\/90:focus-within{--tw-ring-color: rgb(242 250 246 / .9)}.focus-within\:ring-green-100\/95:focus-within{--tw-ring-color: rgb(242 250 246 / .95)}.focus-within\:ring-green-100\/100:focus-within{--tw-ring-color: rgb(242 250 246 / 1)}.focus-within\:ring-green-200\/0:focus-within{--tw-ring-color: rgb(229 246 238 / 0)}.focus-within\:ring-green-200\/5:focus-within{--tw-ring-color: rgb(229 246 238 / .05)}.focus-within\:ring-green-200\/10:focus-within{--tw-ring-color: rgb(229 246 238 / .1)}.focus-within\:ring-green-200\/20:focus-within{--tw-ring-color: rgb(229 246 238 / .2)}.focus-within\:ring-green-200\/25:focus-within{--tw-ring-color: rgb(229 246 238 / .25)}.focus-within\:ring-green-200\/30:focus-within{--tw-ring-color: rgb(229 246 238 / .3)}.focus-within\:ring-green-200\/40:focus-within{--tw-ring-color: rgb(229 246 238 / .4)}.focus-within\:ring-green-200\/50:focus-within{--tw-ring-color: rgb(229 246 238 / .5)}.focus-within\:ring-green-200\/60:focus-within{--tw-ring-color: rgb(229 246 238 / .6)}.focus-within\:ring-green-200\/70:focus-within{--tw-ring-color: rgb(229 246 238 / .7)}.focus-within\:ring-green-200\/75:focus-within{--tw-ring-color: rgb(229 246 238 / .75)}.focus-within\:ring-green-200\/80:focus-within{--tw-ring-color: rgb(229 246 238 / .8)}.focus-within\:ring-green-200\/90:focus-within{--tw-ring-color: rgb(229 246 238 / .9)}.focus-within\:ring-green-200\/95:focus-within{--tw-ring-color: rgb(229 246 238 / .95)}.focus-within\:ring-green-200\/100:focus-within{--tw-ring-color: rgb(229 246 238 / 1)}.focus-within\:ring-green-300\/0:focus-within{--tw-ring-color: rgb(200 238 219 / 0)}.focus-within\:ring-green-300\/5:focus-within{--tw-ring-color: rgb(200 238 219 / .05)}.focus-within\:ring-green-300\/10:focus-within{--tw-ring-color: rgb(200 238 219 / .1)}.focus-within\:ring-green-300\/20:focus-within{--tw-ring-color: rgb(200 238 219 / .2)}.focus-within\:ring-green-300\/25:focus-within{--tw-ring-color: rgb(200 238 219 / .25)}.focus-within\:ring-green-300\/30:focus-within{--tw-ring-color: rgb(200 238 219 / .3)}.focus-within\:ring-green-300\/40:focus-within{--tw-ring-color: rgb(200 238 219 / .4)}.focus-within\:ring-green-300\/50:focus-within{--tw-ring-color: rgb(200 238 219 / .5)}.focus-within\:ring-green-300\/60:focus-within{--tw-ring-color: rgb(200 238 219 / .6)}.focus-within\:ring-green-300\/70:focus-within{--tw-ring-color: rgb(200 238 219 / .7)}.focus-within\:ring-green-300\/75:focus-within{--tw-ring-color: rgb(200 238 219 / .75)}.focus-within\:ring-green-300\/80:focus-within{--tw-ring-color: rgb(200 238 219 / .8)}.focus-within\:ring-green-300\/90:focus-within{--tw-ring-color: rgb(200 238 219 / .9)}.focus-within\:ring-green-300\/95:focus-within{--tw-ring-color: rgb(200 238 219 / .95)}.focus-within\:ring-green-300\/100:focus-within{--tw-ring-color: rgb(200 238 219 / 1)}.focus-within\:ring-green-400\/0:focus-within{--tw-ring-color: rgb(166 229 200 / 0)}.focus-within\:ring-green-400\/5:focus-within{--tw-ring-color: rgb(166 229 200 / .05)}.focus-within\:ring-green-400\/10:focus-within{--tw-ring-color: rgb(166 229 200 / .1)}.focus-within\:ring-green-400\/20:focus-within{--tw-ring-color: rgb(166 229 200 / .2)}.focus-within\:ring-green-400\/25:focus-within{--tw-ring-color: rgb(166 229 200 / .25)}.focus-within\:ring-green-400\/30:focus-within{--tw-ring-color: rgb(166 229 200 / .3)}.focus-within\:ring-green-400\/40:focus-within{--tw-ring-color: rgb(166 229 200 / .4)}.focus-within\:ring-green-400\/50:focus-within{--tw-ring-color: rgb(166 229 200 / .5)}.focus-within\:ring-green-400\/60:focus-within{--tw-ring-color: rgb(166 229 200 / .6)}.focus-within\:ring-green-400\/70:focus-within{--tw-ring-color: rgb(166 229 200 / .7)}.focus-within\:ring-green-400\/75:focus-within{--tw-ring-color: rgb(166 229 200 / .75)}.focus-within\:ring-green-400\/80:focus-within{--tw-ring-color: rgb(166 229 200 / .8)}.focus-within\:ring-green-400\/90:focus-within{--tw-ring-color: rgb(166 229 200 / .9)}.focus-within\:ring-green-400\/95:focus-within{--tw-ring-color: rgb(166 229 200 / .95)}.focus-within\:ring-green-400\/100:focus-within{--tw-ring-color: rgb(166 229 200 / 1)}.focus-within\:ring-green-500\/0:focus-within{--tw-ring-color: rgb(123 220 178 / 0)}.focus-within\:ring-green-500\/5:focus-within{--tw-ring-color: rgb(123 220 178 / .05)}.focus-within\:ring-green-500\/10:focus-within{--tw-ring-color: rgb(123 220 178 / .1)}.focus-within\:ring-green-500\/20:focus-within{--tw-ring-color: rgb(123 220 178 / .2)}.focus-within\:ring-green-500\/25:focus-within{--tw-ring-color: rgb(123 220 178 / .25)}.focus-within\:ring-green-500\/30:focus-within{--tw-ring-color: rgb(123 220 178 / .3)}.focus-within\:ring-green-500\/40:focus-within{--tw-ring-color: rgb(123 220 178 / .4)}.focus-within\:ring-green-500\/50:focus-within{--tw-ring-color: rgb(123 220 178 / .5)}.focus-within\:ring-green-500\/60:focus-within{--tw-ring-color: rgb(123 220 178 / .6)}.focus-within\:ring-green-500\/70:focus-within{--tw-ring-color: rgb(123 220 178 / .7)}.focus-within\:ring-green-500\/75:focus-within{--tw-ring-color: rgb(123 220 178 / .75)}.focus-within\:ring-green-500\/80:focus-within{--tw-ring-color: rgb(123 220 178 / .8)}.focus-within\:ring-green-500\/90:focus-within{--tw-ring-color: rgb(123 220 178 / .9)}.focus-within\:ring-green-500\/95:focus-within{--tw-ring-color: rgb(123 220 178 / .95)}.focus-within\:ring-green-500\/100:focus-within{--tw-ring-color: rgb(123 220 178 / 1)}.focus-within\:ring-green-600\/0:focus-within{--tw-ring-color: rgb(52 211 153 / 0)}.focus-within\:ring-green-600\/5:focus-within{--tw-ring-color: rgb(52 211 153 / .05)}.focus-within\:ring-green-600\/10:focus-within{--tw-ring-color: rgb(52 211 153 / .1)}.focus-within\:ring-green-600\/20:focus-within{--tw-ring-color: rgb(52 211 153 / .2)}.focus-within\:ring-green-600\/25:focus-within{--tw-ring-color: rgb(52 211 153 / .25)}.focus-within\:ring-green-600\/30:focus-within{--tw-ring-color: rgb(52 211 153 / .3)}.focus-within\:ring-green-600\/40:focus-within{--tw-ring-color: rgb(52 211 153 / .4)}.focus-within\:ring-green-600\/50:focus-within{--tw-ring-color: rgb(52 211 153 / .5)}.focus-within\:ring-green-600\/60:focus-within{--tw-ring-color: rgb(52 211 153 / .6)}.focus-within\:ring-green-600\/70:focus-within{--tw-ring-color: rgb(52 211 153 / .7)}.focus-within\:ring-green-600\/75:focus-within{--tw-ring-color: rgb(52 211 153 / .75)}.focus-within\:ring-green-600\/80:focus-within{--tw-ring-color: rgb(52 211 153 / .8)}.focus-within\:ring-green-600\/90:focus-within{--tw-ring-color: rgb(52 211 153 / .9)}.focus-within\:ring-green-600\/95:focus-within{--tw-ring-color: rgb(52 211 153 / .95)}.focus-within\:ring-green-600\/100:focus-within{--tw-ring-color: rgb(52 211 153 / 1)}.focus-within\:ring-green-700\/0:focus-within{--tw-ring-color: rgb(46 188 136 / 0)}.focus-within\:ring-green-700\/5:focus-within{--tw-ring-color: rgb(46 188 136 / .05)}.focus-within\:ring-green-700\/10:focus-within{--tw-ring-color: rgb(46 188 136 / .1)}.focus-within\:ring-green-700\/20:focus-within{--tw-ring-color: rgb(46 188 136 / .2)}.focus-within\:ring-green-700\/25:focus-within{--tw-ring-color: rgb(46 188 136 / .25)}.focus-within\:ring-green-700\/30:focus-within{--tw-ring-color: rgb(46 188 136 / .3)}.focus-within\:ring-green-700\/40:focus-within{--tw-ring-color: rgb(46 188 136 / .4)}.focus-within\:ring-green-700\/50:focus-within{--tw-ring-color: rgb(46 188 136 / .5)}.focus-within\:ring-green-700\/60:focus-within{--tw-ring-color: rgb(46 188 136 / .6)}.focus-within\:ring-green-700\/70:focus-within{--tw-ring-color: rgb(46 188 136 / .7)}.focus-within\:ring-green-700\/75:focus-within{--tw-ring-color: rgb(46 188 136 / .75)}.focus-within\:ring-green-700\/80:focus-within{--tw-ring-color: rgb(46 188 136 / .8)}.focus-within\:ring-green-700\/90:focus-within{--tw-ring-color: rgb(46 188 136 / .9)}.focus-within\:ring-green-700\/95:focus-within{--tw-ring-color: rgb(46 188 136 / .95)}.focus-within\:ring-green-700\/100:focus-within{--tw-ring-color: rgb(46 188 136 / 1)}.focus-within\:ring-green-800\/0:focus-within{--tw-ring-color: rgb(40 163 118 / 0)}.focus-within\:ring-green-800\/5:focus-within{--tw-ring-color: rgb(40 163 118 / .05)}.focus-within\:ring-green-800\/10:focus-within{--tw-ring-color: rgb(40 163 118 / .1)}.focus-within\:ring-green-800\/20:focus-within{--tw-ring-color: rgb(40 163 118 / .2)}.focus-within\:ring-green-800\/25:focus-within{--tw-ring-color: rgb(40 163 118 / .25)}.focus-within\:ring-green-800\/30:focus-within{--tw-ring-color: rgb(40 163 118 / .3)}.focus-within\:ring-green-800\/40:focus-within{--tw-ring-color: rgb(40 163 118 / .4)}.focus-within\:ring-green-800\/50:focus-within{--tw-ring-color: rgb(40 163 118 / .5)}.focus-within\:ring-green-800\/60:focus-within{--tw-ring-color: rgb(40 163 118 / .6)}.focus-within\:ring-green-800\/70:focus-within{--tw-ring-color: rgb(40 163 118 / .7)}.focus-within\:ring-green-800\/75:focus-within{--tw-ring-color: rgb(40 163 118 / .75)}.focus-within\:ring-green-800\/80:focus-within{--tw-ring-color: rgb(40 163 118 / .8)}.focus-within\:ring-green-800\/90:focus-within{--tw-ring-color: rgb(40 163 118 / .9)}.focus-within\:ring-green-800\/95:focus-within{--tw-ring-color: rgb(40 163 118 / .95)}.focus-within\:ring-green-800\/100:focus-within{--tw-ring-color: rgb(40 163 118 / 1)}.focus-within\:ring-green-900\/0:focus-within{--tw-ring-color: rgb(32 133 96 / 0)}.focus-within\:ring-green-900\/5:focus-within{--tw-ring-color: rgb(32 133 96 / .05)}.focus-within\:ring-green-900\/10:focus-within{--tw-ring-color: rgb(32 133 96 / .1)}.focus-within\:ring-green-900\/20:focus-within{--tw-ring-color: rgb(32 133 96 / .2)}.focus-within\:ring-green-900\/25:focus-within{--tw-ring-color: rgb(32 133 96 / .25)}.focus-within\:ring-green-900\/30:focus-within{--tw-ring-color: rgb(32 133 96 / .3)}.focus-within\:ring-green-900\/40:focus-within{--tw-ring-color: rgb(32 133 96 / .4)}.focus-within\:ring-green-900\/50:focus-within{--tw-ring-color: rgb(32 133 96 / .5)}.focus-within\:ring-green-900\/60:focus-within{--tw-ring-color: rgb(32 133 96 / .6)}.focus-within\:ring-green-900\/70:focus-within{--tw-ring-color: rgb(32 133 96 / .7)}.focus-within\:ring-green-900\/75:focus-within{--tw-ring-color: rgb(32 133 96 / .75)}.focus-within\:ring-green-900\/80:focus-within{--tw-ring-color: rgb(32 133 96 / .8)}.focus-within\:ring-green-900\/90:focus-within{--tw-ring-color: rgb(32 133 96 / .9)}.focus-within\:ring-green-900\/95:focus-within{--tw-ring-color: rgb(32 133 96 / .95)}.focus-within\:ring-green-900\/100:focus-within{--tw-ring-color: rgb(32 133 96 / 1)}.focus-within\:ring-emerald-50\/0:focus-within{--tw-ring-color: rgb(236 253 245 / 0)}.focus-within\:ring-emerald-50\/5:focus-within{--tw-ring-color: rgb(236 253 245 / .05)}.focus-within\:ring-emerald-50\/10:focus-within{--tw-ring-color: rgb(236 253 245 / .1)}.focus-within\:ring-emerald-50\/20:focus-within{--tw-ring-color: rgb(236 253 245 / .2)}.focus-within\:ring-emerald-50\/25:focus-within{--tw-ring-color: rgb(236 253 245 / .25)}.focus-within\:ring-emerald-50\/30:focus-within{--tw-ring-color: rgb(236 253 245 / .3)}.focus-within\:ring-emerald-50\/40:focus-within{--tw-ring-color: rgb(236 253 245 / .4)}.focus-within\:ring-emerald-50\/50:focus-within{--tw-ring-color: rgb(236 253 245 / .5)}.focus-within\:ring-emerald-50\/60:focus-within{--tw-ring-color: rgb(236 253 245 / .6)}.focus-within\:ring-emerald-50\/70:focus-within{--tw-ring-color: rgb(236 253 245 / .7)}.focus-within\:ring-emerald-50\/75:focus-within{--tw-ring-color: rgb(236 253 245 / .75)}.focus-within\:ring-emerald-50\/80:focus-within{--tw-ring-color: rgb(236 253 245 / .8)}.focus-within\:ring-emerald-50\/90:focus-within{--tw-ring-color: rgb(236 253 245 / .9)}.focus-within\:ring-emerald-50\/95:focus-within{--tw-ring-color: rgb(236 253 245 / .95)}.focus-within\:ring-emerald-50\/100:focus-within{--tw-ring-color: rgb(236 253 245 / 1)}.focus-within\:ring-emerald-100\/0:focus-within{--tw-ring-color: rgb(209 250 229 / 0)}.focus-within\:ring-emerald-100\/5:focus-within{--tw-ring-color: rgb(209 250 229 / .05)}.focus-within\:ring-emerald-100\/10:focus-within{--tw-ring-color: rgb(209 250 229 / .1)}.focus-within\:ring-emerald-100\/20:focus-within{--tw-ring-color: rgb(209 250 229 / .2)}.focus-within\:ring-emerald-100\/25:focus-within{--tw-ring-color: rgb(209 250 229 / .25)}.focus-within\:ring-emerald-100\/30:focus-within{--tw-ring-color: rgb(209 250 229 / .3)}.focus-within\:ring-emerald-100\/40:focus-within{--tw-ring-color: rgb(209 250 229 / .4)}.focus-within\:ring-emerald-100\/50:focus-within{--tw-ring-color: rgb(209 250 229 / .5)}.focus-within\:ring-emerald-100\/60:focus-within{--tw-ring-color: rgb(209 250 229 / .6)}.focus-within\:ring-emerald-100\/70:focus-within{--tw-ring-color: rgb(209 250 229 / .7)}.focus-within\:ring-emerald-100\/75:focus-within{--tw-ring-color: rgb(209 250 229 / .75)}.focus-within\:ring-emerald-100\/80:focus-within{--tw-ring-color: rgb(209 250 229 / .8)}.focus-within\:ring-emerald-100\/90:focus-within{--tw-ring-color: rgb(209 250 229 / .9)}.focus-within\:ring-emerald-100\/95:focus-within{--tw-ring-color: rgb(209 250 229 / .95)}.focus-within\:ring-emerald-100\/100:focus-within{--tw-ring-color: rgb(209 250 229 / 1)}.focus-within\:ring-emerald-200\/0:focus-within{--tw-ring-color: rgb(167 243 208 / 0)}.focus-within\:ring-emerald-200\/5:focus-within{--tw-ring-color: rgb(167 243 208 / .05)}.focus-within\:ring-emerald-200\/10:focus-within{--tw-ring-color: rgb(167 243 208 / .1)}.focus-within\:ring-emerald-200\/20:focus-within{--tw-ring-color: rgb(167 243 208 / .2)}.focus-within\:ring-emerald-200\/25:focus-within{--tw-ring-color: rgb(167 243 208 / .25)}.focus-within\:ring-emerald-200\/30:focus-within{--tw-ring-color: rgb(167 243 208 / .3)}.focus-within\:ring-emerald-200\/40:focus-within{--tw-ring-color: rgb(167 243 208 / .4)}.focus-within\:ring-emerald-200\/50:focus-within{--tw-ring-color: rgb(167 243 208 / .5)}.focus-within\:ring-emerald-200\/60:focus-within{--tw-ring-color: rgb(167 243 208 / .6)}.focus-within\:ring-emerald-200\/70:focus-within{--tw-ring-color: rgb(167 243 208 / .7)}.focus-within\:ring-emerald-200\/75:focus-within{--tw-ring-color: rgb(167 243 208 / .75)}.focus-within\:ring-emerald-200\/80:focus-within{--tw-ring-color: rgb(167 243 208 / .8)}.focus-within\:ring-emerald-200\/90:focus-within{--tw-ring-color: rgb(167 243 208 / .9)}.focus-within\:ring-emerald-200\/95:focus-within{--tw-ring-color: rgb(167 243 208 / .95)}.focus-within\:ring-emerald-200\/100:focus-within{--tw-ring-color: rgb(167 243 208 / 1)}.focus-within\:ring-emerald-300\/0:focus-within{--tw-ring-color: rgb(110 231 183 / 0)}.focus-within\:ring-emerald-300\/5:focus-within{--tw-ring-color: rgb(110 231 183 / .05)}.focus-within\:ring-emerald-300\/10:focus-within{--tw-ring-color: rgb(110 231 183 / .1)}.focus-within\:ring-emerald-300\/20:focus-within{--tw-ring-color: rgb(110 231 183 / .2)}.focus-within\:ring-emerald-300\/25:focus-within{--tw-ring-color: rgb(110 231 183 / .25)}.focus-within\:ring-emerald-300\/30:focus-within{--tw-ring-color: rgb(110 231 183 / .3)}.focus-within\:ring-emerald-300\/40:focus-within{--tw-ring-color: rgb(110 231 183 / .4)}.focus-within\:ring-emerald-300\/50:focus-within{--tw-ring-color: rgb(110 231 183 / .5)}.focus-within\:ring-emerald-300\/60:focus-within{--tw-ring-color: rgb(110 231 183 / .6)}.focus-within\:ring-emerald-300\/70:focus-within{--tw-ring-color: rgb(110 231 183 / .7)}.focus-within\:ring-emerald-300\/75:focus-within{--tw-ring-color: rgb(110 231 183 / .75)}.focus-within\:ring-emerald-300\/80:focus-within{--tw-ring-color: rgb(110 231 183 / .8)}.focus-within\:ring-emerald-300\/90:focus-within{--tw-ring-color: rgb(110 231 183 / .9)}.focus-within\:ring-emerald-300\/95:focus-within{--tw-ring-color: rgb(110 231 183 / .95)}.focus-within\:ring-emerald-300\/100:focus-within{--tw-ring-color: rgb(110 231 183 / 1)}.focus-within\:ring-emerald-400\/0:focus-within{--tw-ring-color: rgb(52 211 153 / 0)}.focus-within\:ring-emerald-400\/5:focus-within{--tw-ring-color: rgb(52 211 153 / .05)}.focus-within\:ring-emerald-400\/10:focus-within{--tw-ring-color: rgb(52 211 153 / .1)}.focus-within\:ring-emerald-400\/20:focus-within{--tw-ring-color: rgb(52 211 153 / .2)}.focus-within\:ring-emerald-400\/25:focus-within{--tw-ring-color: rgb(52 211 153 / .25)}.focus-within\:ring-emerald-400\/30:focus-within{--tw-ring-color: rgb(52 211 153 / .3)}.focus-within\:ring-emerald-400\/40:focus-within{--tw-ring-color: rgb(52 211 153 / .4)}.focus-within\:ring-emerald-400\/50:focus-within{--tw-ring-color: rgb(52 211 153 / .5)}.focus-within\:ring-emerald-400\/60:focus-within{--tw-ring-color: rgb(52 211 153 / .6)}.focus-within\:ring-emerald-400\/70:focus-within{--tw-ring-color: rgb(52 211 153 / .7)}.focus-within\:ring-emerald-400\/75:focus-within{--tw-ring-color: rgb(52 211 153 / .75)}.focus-within\:ring-emerald-400\/80:focus-within{--tw-ring-color: rgb(52 211 153 / .8)}.focus-within\:ring-emerald-400\/90:focus-within{--tw-ring-color: rgb(52 211 153 / .9)}.focus-within\:ring-emerald-400\/95:focus-within{--tw-ring-color: rgb(52 211 153 / .95)}.focus-within\:ring-emerald-400\/100:focus-within{--tw-ring-color: rgb(52 211 153 / 1)}.focus-within\:ring-emerald-500\/0:focus-within{--tw-ring-color: rgb(16 185 129 / 0)}.focus-within\:ring-emerald-500\/5:focus-within{--tw-ring-color: rgb(16 185 129 / .05)}.focus-within\:ring-emerald-500\/10:focus-within{--tw-ring-color: rgb(16 185 129 / .1)}.focus-within\:ring-emerald-500\/20:focus-within{--tw-ring-color: rgb(16 185 129 / .2)}.focus-within\:ring-emerald-500\/25:focus-within{--tw-ring-color: rgb(16 185 129 / .25)}.focus-within\:ring-emerald-500\/30:focus-within{--tw-ring-color: rgb(16 185 129 / .3)}.focus-within\:ring-emerald-500\/40:focus-within{--tw-ring-color: rgb(16 185 129 / .4)}.focus-within\:ring-emerald-500\/50:focus-within{--tw-ring-color: rgb(16 185 129 / .5)}.focus-within\:ring-emerald-500\/60:focus-within{--tw-ring-color: rgb(16 185 129 / .6)}.focus-within\:ring-emerald-500\/70:focus-within{--tw-ring-color: rgb(16 185 129 / .7)}.focus-within\:ring-emerald-500\/75:focus-within{--tw-ring-color: rgb(16 185 129 / .75)}.focus-within\:ring-emerald-500\/80:focus-within{--tw-ring-color: rgb(16 185 129 / .8)}.focus-within\:ring-emerald-500\/90:focus-within{--tw-ring-color: rgb(16 185 129 / .9)}.focus-within\:ring-emerald-500\/95:focus-within{--tw-ring-color: rgb(16 185 129 / .95)}.focus-within\:ring-emerald-500\/100:focus-within{--tw-ring-color: rgb(16 185 129 / 1)}.focus-within\:ring-emerald-600\/0:focus-within{--tw-ring-color: rgb(5 150 105 / 0)}.focus-within\:ring-emerald-600\/5:focus-within{--tw-ring-color: rgb(5 150 105 / .05)}.focus-within\:ring-emerald-600\/10:focus-within{--tw-ring-color: rgb(5 150 105 / .1)}.focus-within\:ring-emerald-600\/20:focus-within{--tw-ring-color: rgb(5 150 105 / .2)}.focus-within\:ring-emerald-600\/25:focus-within{--tw-ring-color: rgb(5 150 105 / .25)}.focus-within\:ring-emerald-600\/30:focus-within{--tw-ring-color: rgb(5 150 105 / .3)}.focus-within\:ring-emerald-600\/40:focus-within{--tw-ring-color: rgb(5 150 105 / .4)}.focus-within\:ring-emerald-600\/50:focus-within{--tw-ring-color: rgb(5 150 105 / .5)}.focus-within\:ring-emerald-600\/60:focus-within{--tw-ring-color: rgb(5 150 105 / .6)}.focus-within\:ring-emerald-600\/70:focus-within{--tw-ring-color: rgb(5 150 105 / .7)}.focus-within\:ring-emerald-600\/75:focus-within{--tw-ring-color: rgb(5 150 105 / .75)}.focus-within\:ring-emerald-600\/80:focus-within{--tw-ring-color: rgb(5 150 105 / .8)}.focus-within\:ring-emerald-600\/90:focus-within{--tw-ring-color: rgb(5 150 105 / .9)}.focus-within\:ring-emerald-600\/95:focus-within{--tw-ring-color: rgb(5 150 105 / .95)}.focus-within\:ring-emerald-600\/100:focus-within{--tw-ring-color: rgb(5 150 105 / 1)}.focus-within\:ring-emerald-700\/0:focus-within{--tw-ring-color: rgb(4 120 87 / 0)}.focus-within\:ring-emerald-700\/5:focus-within{--tw-ring-color: rgb(4 120 87 / .05)}.focus-within\:ring-emerald-700\/10:focus-within{--tw-ring-color: rgb(4 120 87 / .1)}.focus-within\:ring-emerald-700\/20:focus-within{--tw-ring-color: rgb(4 120 87 / .2)}.focus-within\:ring-emerald-700\/25:focus-within{--tw-ring-color: rgb(4 120 87 / .25)}.focus-within\:ring-emerald-700\/30:focus-within{--tw-ring-color: rgb(4 120 87 / .3)}.focus-within\:ring-emerald-700\/40:focus-within{--tw-ring-color: rgb(4 120 87 / .4)}.focus-within\:ring-emerald-700\/50:focus-within{--tw-ring-color: rgb(4 120 87 / .5)}.focus-within\:ring-emerald-700\/60:focus-within{--tw-ring-color: rgb(4 120 87 / .6)}.focus-within\:ring-emerald-700\/70:focus-within{--tw-ring-color: rgb(4 120 87 / .7)}.focus-within\:ring-emerald-700\/75:focus-within{--tw-ring-color: rgb(4 120 87 / .75)}.focus-within\:ring-emerald-700\/80:focus-within{--tw-ring-color: rgb(4 120 87 / .8)}.focus-within\:ring-emerald-700\/90:focus-within{--tw-ring-color: rgb(4 120 87 / .9)}.focus-within\:ring-emerald-700\/95:focus-within{--tw-ring-color: rgb(4 120 87 / .95)}.focus-within\:ring-emerald-700\/100:focus-within{--tw-ring-color: rgb(4 120 87 / 1)}.focus-within\:ring-emerald-800\/0:focus-within{--tw-ring-color: rgb(6 95 70 / 0)}.focus-within\:ring-emerald-800\/5:focus-within{--tw-ring-color: rgb(6 95 70 / .05)}.focus-within\:ring-emerald-800\/10:focus-within{--tw-ring-color: rgb(6 95 70 / .1)}.focus-within\:ring-emerald-800\/20:focus-within{--tw-ring-color: rgb(6 95 70 / .2)}.focus-within\:ring-emerald-800\/25:focus-within{--tw-ring-color: rgb(6 95 70 / .25)}.focus-within\:ring-emerald-800\/30:focus-within{--tw-ring-color: rgb(6 95 70 / .3)}.focus-within\:ring-emerald-800\/40:focus-within{--tw-ring-color: rgb(6 95 70 / .4)}.focus-within\:ring-emerald-800\/50:focus-within{--tw-ring-color: rgb(6 95 70 / .5)}.focus-within\:ring-emerald-800\/60:focus-within{--tw-ring-color: rgb(6 95 70 / .6)}.focus-within\:ring-emerald-800\/70:focus-within{--tw-ring-color: rgb(6 95 70 / .7)}.focus-within\:ring-emerald-800\/75:focus-within{--tw-ring-color: rgb(6 95 70 / .75)}.focus-within\:ring-emerald-800\/80:focus-within{--tw-ring-color: rgb(6 95 70 / .8)}.focus-within\:ring-emerald-800\/90:focus-within{--tw-ring-color: rgb(6 95 70 / .9)}.focus-within\:ring-emerald-800\/95:focus-within{--tw-ring-color: rgb(6 95 70 / .95)}.focus-within\:ring-emerald-800\/100:focus-within{--tw-ring-color: rgb(6 95 70 / 1)}.focus-within\:ring-emerald-900\/0:focus-within{--tw-ring-color: rgb(6 78 59 / 0)}.focus-within\:ring-emerald-900\/5:focus-within{--tw-ring-color: rgb(6 78 59 / .05)}.focus-within\:ring-emerald-900\/10:focus-within{--tw-ring-color: rgb(6 78 59 / .1)}.focus-within\:ring-emerald-900\/20:focus-within{--tw-ring-color: rgb(6 78 59 / .2)}.focus-within\:ring-emerald-900\/25:focus-within{--tw-ring-color: rgb(6 78 59 / .25)}.focus-within\:ring-emerald-900\/30:focus-within{--tw-ring-color: rgb(6 78 59 / .3)}.focus-within\:ring-emerald-900\/40:focus-within{--tw-ring-color: rgb(6 78 59 / .4)}.focus-within\:ring-emerald-900\/50:focus-within{--tw-ring-color: rgb(6 78 59 / .5)}.focus-within\:ring-emerald-900\/60:focus-within{--tw-ring-color: rgb(6 78 59 / .6)}.focus-within\:ring-emerald-900\/70:focus-within{--tw-ring-color: rgb(6 78 59 / .7)}.focus-within\:ring-emerald-900\/75:focus-within{--tw-ring-color: rgb(6 78 59 / .75)}.focus-within\:ring-emerald-900\/80:focus-within{--tw-ring-color: rgb(6 78 59 / .8)}.focus-within\:ring-emerald-900\/90:focus-within{--tw-ring-color: rgb(6 78 59 / .9)}.focus-within\:ring-emerald-900\/95:focus-within{--tw-ring-color: rgb(6 78 59 / .95)}.focus-within\:ring-emerald-900\/100:focus-within{--tw-ring-color: rgb(6 78 59 / 1)}.focus-within\:ring-teal-50\/0:focus-within{--tw-ring-color: rgb(240 253 250 / 0)}.focus-within\:ring-teal-50\/5:focus-within{--tw-ring-color: rgb(240 253 250 / .05)}.focus-within\:ring-teal-50\/10:focus-within{--tw-ring-color: rgb(240 253 250 / .1)}.focus-within\:ring-teal-50\/20:focus-within{--tw-ring-color: rgb(240 253 250 / .2)}.focus-within\:ring-teal-50\/25:focus-within{--tw-ring-color: rgb(240 253 250 / .25)}.focus-within\:ring-teal-50\/30:focus-within{--tw-ring-color: rgb(240 253 250 / .3)}.focus-within\:ring-teal-50\/40:focus-within{--tw-ring-color: rgb(240 253 250 / .4)}.focus-within\:ring-teal-50\/50:focus-within{--tw-ring-color: rgb(240 253 250 / .5)}.focus-within\:ring-teal-50\/60:focus-within{--tw-ring-color: rgb(240 253 250 / .6)}.focus-within\:ring-teal-50\/70:focus-within{--tw-ring-color: rgb(240 253 250 / .7)}.focus-within\:ring-teal-50\/75:focus-within{--tw-ring-color: rgb(240 253 250 / .75)}.focus-within\:ring-teal-50\/80:focus-within{--tw-ring-color: rgb(240 253 250 / .8)}.focus-within\:ring-teal-50\/90:focus-within{--tw-ring-color: rgb(240 253 250 / .9)}.focus-within\:ring-teal-50\/95:focus-within{--tw-ring-color: rgb(240 253 250 / .95)}.focus-within\:ring-teal-50\/100:focus-within{--tw-ring-color: rgb(240 253 250 / 1)}.focus-within\:ring-teal-100\/0:focus-within{--tw-ring-color: rgb(204 251 241 / 0)}.focus-within\:ring-teal-100\/5:focus-within{--tw-ring-color: rgb(204 251 241 / .05)}.focus-within\:ring-teal-100\/10:focus-within{--tw-ring-color: rgb(204 251 241 / .1)}.focus-within\:ring-teal-100\/20:focus-within{--tw-ring-color: rgb(204 251 241 / .2)}.focus-within\:ring-teal-100\/25:focus-within{--tw-ring-color: rgb(204 251 241 / .25)}.focus-within\:ring-teal-100\/30:focus-within{--tw-ring-color: rgb(204 251 241 / .3)}.focus-within\:ring-teal-100\/40:focus-within{--tw-ring-color: rgb(204 251 241 / .4)}.focus-within\:ring-teal-100\/50:focus-within{--tw-ring-color: rgb(204 251 241 / .5)}.focus-within\:ring-teal-100\/60:focus-within{--tw-ring-color: rgb(204 251 241 / .6)}.focus-within\:ring-teal-100\/70:focus-within{--tw-ring-color: rgb(204 251 241 / .7)}.focus-within\:ring-teal-100\/75:focus-within{--tw-ring-color: rgb(204 251 241 / .75)}.focus-within\:ring-teal-100\/80:focus-within{--tw-ring-color: rgb(204 251 241 / .8)}.focus-within\:ring-teal-100\/90:focus-within{--tw-ring-color: rgb(204 251 241 / .9)}.focus-within\:ring-teal-100\/95:focus-within{--tw-ring-color: rgb(204 251 241 / .95)}.focus-within\:ring-teal-100\/100:focus-within{--tw-ring-color: rgb(204 251 241 / 1)}.focus-within\:ring-teal-200\/0:focus-within{--tw-ring-color: rgb(153 246 228 / 0)}.focus-within\:ring-teal-200\/5:focus-within{--tw-ring-color: rgb(153 246 228 / .05)}.focus-within\:ring-teal-200\/10:focus-within{--tw-ring-color: rgb(153 246 228 / .1)}.focus-within\:ring-teal-200\/20:focus-within{--tw-ring-color: rgb(153 246 228 / .2)}.focus-within\:ring-teal-200\/25:focus-within{--tw-ring-color: rgb(153 246 228 / .25)}.focus-within\:ring-teal-200\/30:focus-within{--tw-ring-color: rgb(153 246 228 / .3)}.focus-within\:ring-teal-200\/40:focus-within{--tw-ring-color: rgb(153 246 228 / .4)}.focus-within\:ring-teal-200\/50:focus-within{--tw-ring-color: rgb(153 246 228 / .5)}.focus-within\:ring-teal-200\/60:focus-within{--tw-ring-color: rgb(153 246 228 / .6)}.focus-within\:ring-teal-200\/70:focus-within{--tw-ring-color: rgb(153 246 228 / .7)}.focus-within\:ring-teal-200\/75:focus-within{--tw-ring-color: rgb(153 246 228 / .75)}.focus-within\:ring-teal-200\/80:focus-within{--tw-ring-color: rgb(153 246 228 / .8)}.focus-within\:ring-teal-200\/90:focus-within{--tw-ring-color: rgb(153 246 228 / .9)}.focus-within\:ring-teal-200\/95:focus-within{--tw-ring-color: rgb(153 246 228 / .95)}.focus-within\:ring-teal-200\/100:focus-within{--tw-ring-color: rgb(153 246 228 / 1)}.focus-within\:ring-teal-300\/0:focus-within{--tw-ring-color: rgb(94 234 212 / 0)}.focus-within\:ring-teal-300\/5:focus-within{--tw-ring-color: rgb(94 234 212 / .05)}.focus-within\:ring-teal-300\/10:focus-within{--tw-ring-color: rgb(94 234 212 / .1)}.focus-within\:ring-teal-300\/20:focus-within{--tw-ring-color: rgb(94 234 212 / .2)}.focus-within\:ring-teal-300\/25:focus-within{--tw-ring-color: rgb(94 234 212 / .25)}.focus-within\:ring-teal-300\/30:focus-within{--tw-ring-color: rgb(94 234 212 / .3)}.focus-within\:ring-teal-300\/40:focus-within{--tw-ring-color: rgb(94 234 212 / .4)}.focus-within\:ring-teal-300\/50:focus-within{--tw-ring-color: rgb(94 234 212 / .5)}.focus-within\:ring-teal-300\/60:focus-within{--tw-ring-color: rgb(94 234 212 / .6)}.focus-within\:ring-teal-300\/70:focus-within{--tw-ring-color: rgb(94 234 212 / .7)}.focus-within\:ring-teal-300\/75:focus-within{--tw-ring-color: rgb(94 234 212 / .75)}.focus-within\:ring-teal-300\/80:focus-within{--tw-ring-color: rgb(94 234 212 / .8)}.focus-within\:ring-teal-300\/90:focus-within{--tw-ring-color: rgb(94 234 212 / .9)}.focus-within\:ring-teal-300\/95:focus-within{--tw-ring-color: rgb(94 234 212 / .95)}.focus-within\:ring-teal-300\/100:focus-within{--tw-ring-color: rgb(94 234 212 / 1)}.focus-within\:ring-teal-400\/0:focus-within{--tw-ring-color: rgb(45 212 191 / 0)}.focus-within\:ring-teal-400\/5:focus-within{--tw-ring-color: rgb(45 212 191 / .05)}.focus-within\:ring-teal-400\/10:focus-within{--tw-ring-color: rgb(45 212 191 / .1)}.focus-within\:ring-teal-400\/20:focus-within{--tw-ring-color: rgb(45 212 191 / .2)}.focus-within\:ring-teal-400\/25:focus-within{--tw-ring-color: rgb(45 212 191 / .25)}.focus-within\:ring-teal-400\/30:focus-within{--tw-ring-color: rgb(45 212 191 / .3)}.focus-within\:ring-teal-400\/40:focus-within{--tw-ring-color: rgb(45 212 191 / .4)}.focus-within\:ring-teal-400\/50:focus-within{--tw-ring-color: rgb(45 212 191 / .5)}.focus-within\:ring-teal-400\/60:focus-within{--tw-ring-color: rgb(45 212 191 / .6)}.focus-within\:ring-teal-400\/70:focus-within{--tw-ring-color: rgb(45 212 191 / .7)}.focus-within\:ring-teal-400\/75:focus-within{--tw-ring-color: rgb(45 212 191 / .75)}.focus-within\:ring-teal-400\/80:focus-within{--tw-ring-color: rgb(45 212 191 / .8)}.focus-within\:ring-teal-400\/90:focus-within{--tw-ring-color: rgb(45 212 191 / .9)}.focus-within\:ring-teal-400\/95:focus-within{--tw-ring-color: rgb(45 212 191 / .95)}.focus-within\:ring-teal-400\/100:focus-within{--tw-ring-color: rgb(45 212 191 / 1)}.focus-within\:ring-teal-500\/0:focus-within{--tw-ring-color: rgb(20 184 166 / 0)}.focus-within\:ring-teal-500\/5:focus-within{--tw-ring-color: rgb(20 184 166 / .05)}.focus-within\:ring-teal-500\/10:focus-within{--tw-ring-color: rgb(20 184 166 / .1)}.focus-within\:ring-teal-500\/20:focus-within{--tw-ring-color: rgb(20 184 166 / .2)}.focus-within\:ring-teal-500\/25:focus-within{--tw-ring-color: rgb(20 184 166 / .25)}.focus-within\:ring-teal-500\/30:focus-within{--tw-ring-color: rgb(20 184 166 / .3)}.focus-within\:ring-teal-500\/40:focus-within{--tw-ring-color: rgb(20 184 166 / .4)}.focus-within\:ring-teal-500\/50:focus-within{--tw-ring-color: rgb(20 184 166 / .5)}.focus-within\:ring-teal-500\/60:focus-within{--tw-ring-color: rgb(20 184 166 / .6)}.focus-within\:ring-teal-500\/70:focus-within{--tw-ring-color: rgb(20 184 166 / .7)}.focus-within\:ring-teal-500\/75:focus-within{--tw-ring-color: rgb(20 184 166 / .75)}.focus-within\:ring-teal-500\/80:focus-within{--tw-ring-color: rgb(20 184 166 / .8)}.focus-within\:ring-teal-500\/90:focus-within{--tw-ring-color: rgb(20 184 166 / .9)}.focus-within\:ring-teal-500\/95:focus-within{--tw-ring-color: rgb(20 184 166 / .95)}.focus-within\:ring-teal-500\/100:focus-within{--tw-ring-color: rgb(20 184 166 / 1)}.focus-within\:ring-teal-600\/0:focus-within{--tw-ring-color: rgb(13 148 136 / 0)}.focus-within\:ring-teal-600\/5:focus-within{--tw-ring-color: rgb(13 148 136 / .05)}.focus-within\:ring-teal-600\/10:focus-within{--tw-ring-color: rgb(13 148 136 / .1)}.focus-within\:ring-teal-600\/20:focus-within{--tw-ring-color: rgb(13 148 136 / .2)}.focus-within\:ring-teal-600\/25:focus-within{--tw-ring-color: rgb(13 148 136 / .25)}.focus-within\:ring-teal-600\/30:focus-within{--tw-ring-color: rgb(13 148 136 / .3)}.focus-within\:ring-teal-600\/40:focus-within{--tw-ring-color: rgb(13 148 136 / .4)}.focus-within\:ring-teal-600\/50:focus-within{--tw-ring-color: rgb(13 148 136 / .5)}.focus-within\:ring-teal-600\/60:focus-within{--tw-ring-color: rgb(13 148 136 / .6)}.focus-within\:ring-teal-600\/70:focus-within{--tw-ring-color: rgb(13 148 136 / .7)}.focus-within\:ring-teal-600\/75:focus-within{--tw-ring-color: rgb(13 148 136 / .75)}.focus-within\:ring-teal-600\/80:focus-within{--tw-ring-color: rgb(13 148 136 / .8)}.focus-within\:ring-teal-600\/90:focus-within{--tw-ring-color: rgb(13 148 136 / .9)}.focus-within\:ring-teal-600\/95:focus-within{--tw-ring-color: rgb(13 148 136 / .95)}.focus-within\:ring-teal-600\/100:focus-within{--tw-ring-color: rgb(13 148 136 / 1)}.focus-within\:ring-teal-700\/0:focus-within{--tw-ring-color: rgb(15 118 110 / 0)}.focus-within\:ring-teal-700\/5:focus-within{--tw-ring-color: rgb(15 118 110 / .05)}.focus-within\:ring-teal-700\/10:focus-within{--tw-ring-color: rgb(15 118 110 / .1)}.focus-within\:ring-teal-700\/20:focus-within{--tw-ring-color: rgb(15 118 110 / .2)}.focus-within\:ring-teal-700\/25:focus-within{--tw-ring-color: rgb(15 118 110 / .25)}.focus-within\:ring-teal-700\/30:focus-within{--tw-ring-color: rgb(15 118 110 / .3)}.focus-within\:ring-teal-700\/40:focus-within{--tw-ring-color: rgb(15 118 110 / .4)}.focus-within\:ring-teal-700\/50:focus-within{--tw-ring-color: rgb(15 118 110 / .5)}.focus-within\:ring-teal-700\/60:focus-within{--tw-ring-color: rgb(15 118 110 / .6)}.focus-within\:ring-teal-700\/70:focus-within{--tw-ring-color: rgb(15 118 110 / .7)}.focus-within\:ring-teal-700\/75:focus-within{--tw-ring-color: rgb(15 118 110 / .75)}.focus-within\:ring-teal-700\/80:focus-within{--tw-ring-color: rgb(15 118 110 / .8)}.focus-within\:ring-teal-700\/90:focus-within{--tw-ring-color: rgb(15 118 110 / .9)}.focus-within\:ring-teal-700\/95:focus-within{--tw-ring-color: rgb(15 118 110 / .95)}.focus-within\:ring-teal-700\/100:focus-within{--tw-ring-color: rgb(15 118 110 / 1)}.focus-within\:ring-teal-800\/0:focus-within{--tw-ring-color: rgb(17 94 89 / 0)}.focus-within\:ring-teal-800\/5:focus-within{--tw-ring-color: rgb(17 94 89 / .05)}.focus-within\:ring-teal-800\/10:focus-within{--tw-ring-color: rgb(17 94 89 / .1)}.focus-within\:ring-teal-800\/20:focus-within{--tw-ring-color: rgb(17 94 89 / .2)}.focus-within\:ring-teal-800\/25:focus-within{--tw-ring-color: rgb(17 94 89 / .25)}.focus-within\:ring-teal-800\/30:focus-within{--tw-ring-color: rgb(17 94 89 / .3)}.focus-within\:ring-teal-800\/40:focus-within{--tw-ring-color: rgb(17 94 89 / .4)}.focus-within\:ring-teal-800\/50:focus-within{--tw-ring-color: rgb(17 94 89 / .5)}.focus-within\:ring-teal-800\/60:focus-within{--tw-ring-color: rgb(17 94 89 / .6)}.focus-within\:ring-teal-800\/70:focus-within{--tw-ring-color: rgb(17 94 89 / .7)}.focus-within\:ring-teal-800\/75:focus-within{--tw-ring-color: rgb(17 94 89 / .75)}.focus-within\:ring-teal-800\/80:focus-within{--tw-ring-color: rgb(17 94 89 / .8)}.focus-within\:ring-teal-800\/90:focus-within{--tw-ring-color: rgb(17 94 89 / .9)}.focus-within\:ring-teal-800\/95:focus-within{--tw-ring-color: rgb(17 94 89 / .95)}.focus-within\:ring-teal-800\/100:focus-within{--tw-ring-color: rgb(17 94 89 / 1)}.focus-within\:ring-teal-900\/0:focus-within{--tw-ring-color: rgb(19 78 74 / 0)}.focus-within\:ring-teal-900\/5:focus-within{--tw-ring-color: rgb(19 78 74 / .05)}.focus-within\:ring-teal-900\/10:focus-within{--tw-ring-color: rgb(19 78 74 / .1)}.focus-within\:ring-teal-900\/20:focus-within{--tw-ring-color: rgb(19 78 74 / .2)}.focus-within\:ring-teal-900\/25:focus-within{--tw-ring-color: rgb(19 78 74 / .25)}.focus-within\:ring-teal-900\/30:focus-within{--tw-ring-color: rgb(19 78 74 / .3)}.focus-within\:ring-teal-900\/40:focus-within{--tw-ring-color: rgb(19 78 74 / .4)}.focus-within\:ring-teal-900\/50:focus-within{--tw-ring-color: rgb(19 78 74 / .5)}.focus-within\:ring-teal-900\/60:focus-within{--tw-ring-color: rgb(19 78 74 / .6)}.focus-within\:ring-teal-900\/70:focus-within{--tw-ring-color: rgb(19 78 74 / .7)}.focus-within\:ring-teal-900\/75:focus-within{--tw-ring-color: rgb(19 78 74 / .75)}.focus-within\:ring-teal-900\/80:focus-within{--tw-ring-color: rgb(19 78 74 / .8)}.focus-within\:ring-teal-900\/90:focus-within{--tw-ring-color: rgb(19 78 74 / .9)}.focus-within\:ring-teal-900\/95:focus-within{--tw-ring-color: rgb(19 78 74 / .95)}.focus-within\:ring-teal-900\/100:focus-within{--tw-ring-color: rgb(19 78 74 / 1)}.focus-within\:ring-sky-50\/0:focus-within{--tw-ring-color: rgb(240 249 255 / 0)}.focus-within\:ring-sky-50\/5:focus-within{--tw-ring-color: rgb(240 249 255 / .05)}.focus-within\:ring-sky-50\/10:focus-within{--tw-ring-color: rgb(240 249 255 / .1)}.focus-within\:ring-sky-50\/20:focus-within{--tw-ring-color: rgb(240 249 255 / .2)}.focus-within\:ring-sky-50\/25:focus-within{--tw-ring-color: rgb(240 249 255 / .25)}.focus-within\:ring-sky-50\/30:focus-within{--tw-ring-color: rgb(240 249 255 / .3)}.focus-within\:ring-sky-50\/40:focus-within{--tw-ring-color: rgb(240 249 255 / .4)}.focus-within\:ring-sky-50\/50:focus-within{--tw-ring-color: rgb(240 249 255 / .5)}.focus-within\:ring-sky-50\/60:focus-within{--tw-ring-color: rgb(240 249 255 / .6)}.focus-within\:ring-sky-50\/70:focus-within{--tw-ring-color: rgb(240 249 255 / .7)}.focus-within\:ring-sky-50\/75:focus-within{--tw-ring-color: rgb(240 249 255 / .75)}.focus-within\:ring-sky-50\/80:focus-within{--tw-ring-color: rgb(240 249 255 / .8)}.focus-within\:ring-sky-50\/90:focus-within{--tw-ring-color: rgb(240 249 255 / .9)}.focus-within\:ring-sky-50\/95:focus-within{--tw-ring-color: rgb(240 249 255 / .95)}.focus-within\:ring-sky-50\/100:focus-within{--tw-ring-color: rgb(240 249 255 / 1)}.focus-within\:ring-sky-100\/0:focus-within{--tw-ring-color: rgb(224 242 254 / 0)}.focus-within\:ring-sky-100\/5:focus-within{--tw-ring-color: rgb(224 242 254 / .05)}.focus-within\:ring-sky-100\/10:focus-within{--tw-ring-color: rgb(224 242 254 / .1)}.focus-within\:ring-sky-100\/20:focus-within{--tw-ring-color: rgb(224 242 254 / .2)}.focus-within\:ring-sky-100\/25:focus-within{--tw-ring-color: rgb(224 242 254 / .25)}.focus-within\:ring-sky-100\/30:focus-within{--tw-ring-color: rgb(224 242 254 / .3)}.focus-within\:ring-sky-100\/40:focus-within{--tw-ring-color: rgb(224 242 254 / .4)}.focus-within\:ring-sky-100\/50:focus-within{--tw-ring-color: rgb(224 242 254 / .5)}.focus-within\:ring-sky-100\/60:focus-within{--tw-ring-color: rgb(224 242 254 / .6)}.focus-within\:ring-sky-100\/70:focus-within{--tw-ring-color: rgb(224 242 254 / .7)}.focus-within\:ring-sky-100\/75:focus-within{--tw-ring-color: rgb(224 242 254 / .75)}.focus-within\:ring-sky-100\/80:focus-within{--tw-ring-color: rgb(224 242 254 / .8)}.focus-within\:ring-sky-100\/90:focus-within{--tw-ring-color: rgb(224 242 254 / .9)}.focus-within\:ring-sky-100\/95:focus-within{--tw-ring-color: rgb(224 242 254 / .95)}.focus-within\:ring-sky-100\/100:focus-within{--tw-ring-color: rgb(224 242 254 / 1)}.focus-within\:ring-sky-200\/0:focus-within{--tw-ring-color: rgb(186 230 253 / 0)}.focus-within\:ring-sky-200\/5:focus-within{--tw-ring-color: rgb(186 230 253 / .05)}.focus-within\:ring-sky-200\/10:focus-within{--tw-ring-color: rgb(186 230 253 / .1)}.focus-within\:ring-sky-200\/20:focus-within{--tw-ring-color: rgb(186 230 253 / .2)}.focus-within\:ring-sky-200\/25:focus-within{--tw-ring-color: rgb(186 230 253 / .25)}.focus-within\:ring-sky-200\/30:focus-within{--tw-ring-color: rgb(186 230 253 / .3)}.focus-within\:ring-sky-200\/40:focus-within{--tw-ring-color: rgb(186 230 253 / .4)}.focus-within\:ring-sky-200\/50:focus-within{--tw-ring-color: rgb(186 230 253 / .5)}.focus-within\:ring-sky-200\/60:focus-within{--tw-ring-color: rgb(186 230 253 / .6)}.focus-within\:ring-sky-200\/70:focus-within{--tw-ring-color: rgb(186 230 253 / .7)}.focus-within\:ring-sky-200\/75:focus-within{--tw-ring-color: rgb(186 230 253 / .75)}.focus-within\:ring-sky-200\/80:focus-within{--tw-ring-color: rgb(186 230 253 / .8)}.focus-within\:ring-sky-200\/90:focus-within{--tw-ring-color: rgb(186 230 253 / .9)}.focus-within\:ring-sky-200\/95:focus-within{--tw-ring-color: rgb(186 230 253 / .95)}.focus-within\:ring-sky-200\/100:focus-within{--tw-ring-color: rgb(186 230 253 / 1)}.focus-within\:ring-sky-300\/0:focus-within{--tw-ring-color: rgb(125 211 252 / 0)}.focus-within\:ring-sky-300\/5:focus-within{--tw-ring-color: rgb(125 211 252 / .05)}.focus-within\:ring-sky-300\/10:focus-within{--tw-ring-color: rgb(125 211 252 / .1)}.focus-within\:ring-sky-300\/20:focus-within{--tw-ring-color: rgb(125 211 252 / .2)}.focus-within\:ring-sky-300\/25:focus-within{--tw-ring-color: rgb(125 211 252 / .25)}.focus-within\:ring-sky-300\/30:focus-within{--tw-ring-color: rgb(125 211 252 / .3)}.focus-within\:ring-sky-300\/40:focus-within{--tw-ring-color: rgb(125 211 252 / .4)}.focus-within\:ring-sky-300\/50:focus-within{--tw-ring-color: rgb(125 211 252 / .5)}.focus-within\:ring-sky-300\/60:focus-within{--tw-ring-color: rgb(125 211 252 / .6)}.focus-within\:ring-sky-300\/70:focus-within{--tw-ring-color: rgb(125 211 252 / .7)}.focus-within\:ring-sky-300\/75:focus-within{--tw-ring-color: rgb(125 211 252 / .75)}.focus-within\:ring-sky-300\/80:focus-within{--tw-ring-color: rgb(125 211 252 / .8)}.focus-within\:ring-sky-300\/90:focus-within{--tw-ring-color: rgb(125 211 252 / .9)}.focus-within\:ring-sky-300\/95:focus-within{--tw-ring-color: rgb(125 211 252 / .95)}.focus-within\:ring-sky-300\/100:focus-within{--tw-ring-color: rgb(125 211 252 / 1)}.focus-within\:ring-sky-400\/0:focus-within{--tw-ring-color: rgb(56 189 248 / 0)}.focus-within\:ring-sky-400\/5:focus-within{--tw-ring-color: rgb(56 189 248 / .05)}.focus-within\:ring-sky-400\/10:focus-within{--tw-ring-color: rgb(56 189 248 / .1)}.focus-within\:ring-sky-400\/20:focus-within{--tw-ring-color: rgb(56 189 248 / .2)}.focus-within\:ring-sky-400\/25:focus-within{--tw-ring-color: rgb(56 189 248 / .25)}.focus-within\:ring-sky-400\/30:focus-within{--tw-ring-color: rgb(56 189 248 / .3)}.focus-within\:ring-sky-400\/40:focus-within{--tw-ring-color: rgb(56 189 248 / .4)}.focus-within\:ring-sky-400\/50:focus-within{--tw-ring-color: rgb(56 189 248 / .5)}.focus-within\:ring-sky-400\/60:focus-within{--tw-ring-color: rgb(56 189 248 / .6)}.focus-within\:ring-sky-400\/70:focus-within{--tw-ring-color: rgb(56 189 248 / .7)}.focus-within\:ring-sky-400\/75:focus-within{--tw-ring-color: rgb(56 189 248 / .75)}.focus-within\:ring-sky-400\/80:focus-within{--tw-ring-color: rgb(56 189 248 / .8)}.focus-within\:ring-sky-400\/90:focus-within{--tw-ring-color: rgb(56 189 248 / .9)}.focus-within\:ring-sky-400\/95:focus-within{--tw-ring-color: rgb(56 189 248 / .95)}.focus-within\:ring-sky-400\/100:focus-within{--tw-ring-color: rgb(56 189 248 / 1)}.focus-within\:ring-sky-500\/0:focus-within{--tw-ring-color: rgb(14 165 233 / 0)}.focus-within\:ring-sky-500\/5:focus-within{--tw-ring-color: rgb(14 165 233 / .05)}.focus-within\:ring-sky-500\/10:focus-within{--tw-ring-color: rgb(14 165 233 / .1)}.focus-within\:ring-sky-500\/20:focus-within{--tw-ring-color: rgb(14 165 233 / .2)}.focus-within\:ring-sky-500\/25:focus-within{--tw-ring-color: rgb(14 165 233 / .25)}.focus-within\:ring-sky-500\/30:focus-within{--tw-ring-color: rgb(14 165 233 / .3)}.focus-within\:ring-sky-500\/40:focus-within{--tw-ring-color: rgb(14 165 233 / .4)}.focus-within\:ring-sky-500\/50:focus-within{--tw-ring-color: rgb(14 165 233 / .5)}.focus-within\:ring-sky-500\/60:focus-within{--tw-ring-color: rgb(14 165 233 / .6)}.focus-within\:ring-sky-500\/70:focus-within{--tw-ring-color: rgb(14 165 233 / .7)}.focus-within\:ring-sky-500\/75:focus-within{--tw-ring-color: rgb(14 165 233 / .75)}.focus-within\:ring-sky-500\/80:focus-within{--tw-ring-color: rgb(14 165 233 / .8)}.focus-within\:ring-sky-500\/90:focus-within{--tw-ring-color: rgb(14 165 233 / .9)}.focus-within\:ring-sky-500\/95:focus-within{--tw-ring-color: rgb(14 165 233 / .95)}.focus-within\:ring-sky-500\/100:focus-within{--tw-ring-color: rgb(14 165 233 / 1)}.focus-within\:ring-sky-600\/0:focus-within{--tw-ring-color: rgb(2 132 199 / 0)}.focus-within\:ring-sky-600\/5:focus-within{--tw-ring-color: rgb(2 132 199 / .05)}.focus-within\:ring-sky-600\/10:focus-within{--tw-ring-color: rgb(2 132 199 / .1)}.focus-within\:ring-sky-600\/20:focus-within{--tw-ring-color: rgb(2 132 199 / .2)}.focus-within\:ring-sky-600\/25:focus-within{--tw-ring-color: rgb(2 132 199 / .25)}.focus-within\:ring-sky-600\/30:focus-within{--tw-ring-color: rgb(2 132 199 / .3)}.focus-within\:ring-sky-600\/40:focus-within{--tw-ring-color: rgb(2 132 199 / .4)}.focus-within\:ring-sky-600\/50:focus-within{--tw-ring-color: rgb(2 132 199 / .5)}.focus-within\:ring-sky-600\/60:focus-within{--tw-ring-color: rgb(2 132 199 / .6)}.focus-within\:ring-sky-600\/70:focus-within{--tw-ring-color: rgb(2 132 199 / .7)}.focus-within\:ring-sky-600\/75:focus-within{--tw-ring-color: rgb(2 132 199 / .75)}.focus-within\:ring-sky-600\/80:focus-within{--tw-ring-color: rgb(2 132 199 / .8)}.focus-within\:ring-sky-600\/90:focus-within{--tw-ring-color: rgb(2 132 199 / .9)}.focus-within\:ring-sky-600\/95:focus-within{--tw-ring-color: rgb(2 132 199 / .95)}.focus-within\:ring-sky-600\/100:focus-within{--tw-ring-color: rgb(2 132 199 / 1)}.focus-within\:ring-sky-700\/0:focus-within{--tw-ring-color: rgb(3 105 161 / 0)}.focus-within\:ring-sky-700\/5:focus-within{--tw-ring-color: rgb(3 105 161 / .05)}.focus-within\:ring-sky-700\/10:focus-within{--tw-ring-color: rgb(3 105 161 / .1)}.focus-within\:ring-sky-700\/20:focus-within{--tw-ring-color: rgb(3 105 161 / .2)}.focus-within\:ring-sky-700\/25:focus-within{--tw-ring-color: rgb(3 105 161 / .25)}.focus-within\:ring-sky-700\/30:focus-within{--tw-ring-color: rgb(3 105 161 / .3)}.focus-within\:ring-sky-700\/40:focus-within{--tw-ring-color: rgb(3 105 161 / .4)}.focus-within\:ring-sky-700\/50:focus-within{--tw-ring-color: rgb(3 105 161 / .5)}.focus-within\:ring-sky-700\/60:focus-within{--tw-ring-color: rgb(3 105 161 / .6)}.focus-within\:ring-sky-700\/70:focus-within{--tw-ring-color: rgb(3 105 161 / .7)}.focus-within\:ring-sky-700\/75:focus-within{--tw-ring-color: rgb(3 105 161 / .75)}.focus-within\:ring-sky-700\/80:focus-within{--tw-ring-color: rgb(3 105 161 / .8)}.focus-within\:ring-sky-700\/90:focus-within{--tw-ring-color: rgb(3 105 161 / .9)}.focus-within\:ring-sky-700\/95:focus-within{--tw-ring-color: rgb(3 105 161 / .95)}.focus-within\:ring-sky-700\/100:focus-within{--tw-ring-color: rgb(3 105 161 / 1)}.focus-within\:ring-sky-800\/0:focus-within{--tw-ring-color: rgb(7 89 133 / 0)}.focus-within\:ring-sky-800\/5:focus-within{--tw-ring-color: rgb(7 89 133 / .05)}.focus-within\:ring-sky-800\/10:focus-within{--tw-ring-color: rgb(7 89 133 / .1)}.focus-within\:ring-sky-800\/20:focus-within{--tw-ring-color: rgb(7 89 133 / .2)}.focus-within\:ring-sky-800\/25:focus-within{--tw-ring-color: rgb(7 89 133 / .25)}.focus-within\:ring-sky-800\/30:focus-within{--tw-ring-color: rgb(7 89 133 / .3)}.focus-within\:ring-sky-800\/40:focus-within{--tw-ring-color: rgb(7 89 133 / .4)}.focus-within\:ring-sky-800\/50:focus-within{--tw-ring-color: rgb(7 89 133 / .5)}.focus-within\:ring-sky-800\/60:focus-within{--tw-ring-color: rgb(7 89 133 / .6)}.focus-within\:ring-sky-800\/70:focus-within{--tw-ring-color: rgb(7 89 133 / .7)}.focus-within\:ring-sky-800\/75:focus-within{--tw-ring-color: rgb(7 89 133 / .75)}.focus-within\:ring-sky-800\/80:focus-within{--tw-ring-color: rgb(7 89 133 / .8)}.focus-within\:ring-sky-800\/90:focus-within{--tw-ring-color: rgb(7 89 133 / .9)}.focus-within\:ring-sky-800\/95:focus-within{--tw-ring-color: rgb(7 89 133 / .95)}.focus-within\:ring-sky-800\/100:focus-within{--tw-ring-color: rgb(7 89 133 / 1)}.focus-within\:ring-sky-900\/0:focus-within{--tw-ring-color: rgb(12 74 110 / 0)}.focus-within\:ring-sky-900\/5:focus-within{--tw-ring-color: rgb(12 74 110 / .05)}.focus-within\:ring-sky-900\/10:focus-within{--tw-ring-color: rgb(12 74 110 / .1)}.focus-within\:ring-sky-900\/20:focus-within{--tw-ring-color: rgb(12 74 110 / .2)}.focus-within\:ring-sky-900\/25:focus-within{--tw-ring-color: rgb(12 74 110 / .25)}.focus-within\:ring-sky-900\/30:focus-within{--tw-ring-color: rgb(12 74 110 / .3)}.focus-within\:ring-sky-900\/40:focus-within{--tw-ring-color: rgb(12 74 110 / .4)}.focus-within\:ring-sky-900\/50:focus-within{--tw-ring-color: rgb(12 74 110 / .5)}.focus-within\:ring-sky-900\/60:focus-within{--tw-ring-color: rgb(12 74 110 / .6)}.focus-within\:ring-sky-900\/70:focus-within{--tw-ring-color: rgb(12 74 110 / .7)}.focus-within\:ring-sky-900\/75:focus-within{--tw-ring-color: rgb(12 74 110 / .75)}.focus-within\:ring-sky-900\/80:focus-within{--tw-ring-color: rgb(12 74 110 / .8)}.focus-within\:ring-sky-900\/90:focus-within{--tw-ring-color: rgb(12 74 110 / .9)}.focus-within\:ring-sky-900\/95:focus-within{--tw-ring-color: rgb(12 74 110 / .95)}.focus-within\:ring-sky-900\/100:focus-within{--tw-ring-color: rgb(12 74 110 / 1)}.focus-within\:ring-blue-50\/0:focus-within{--tw-ring-color: rgb(239 246 255 / 0)}.focus-within\:ring-blue-50\/5:focus-within{--tw-ring-color: rgb(239 246 255 / .05)}.focus-within\:ring-blue-50\/10:focus-within{--tw-ring-color: rgb(239 246 255 / .1)}.focus-within\:ring-blue-50\/20:focus-within{--tw-ring-color: rgb(239 246 255 / .2)}.focus-within\:ring-blue-50\/25:focus-within{--tw-ring-color: rgb(239 246 255 / .25)}.focus-within\:ring-blue-50\/30:focus-within{--tw-ring-color: rgb(239 246 255 / .3)}.focus-within\:ring-blue-50\/40:focus-within{--tw-ring-color: rgb(239 246 255 / .4)}.focus-within\:ring-blue-50\/50:focus-within{--tw-ring-color: rgb(239 246 255 / .5)}.focus-within\:ring-blue-50\/60:focus-within{--tw-ring-color: rgb(239 246 255 / .6)}.focus-within\:ring-blue-50\/70:focus-within{--tw-ring-color: rgb(239 246 255 / .7)}.focus-within\:ring-blue-50\/75:focus-within{--tw-ring-color: rgb(239 246 255 / .75)}.focus-within\:ring-blue-50\/80:focus-within{--tw-ring-color: rgb(239 246 255 / .8)}.focus-within\:ring-blue-50\/90:focus-within{--tw-ring-color: rgb(239 246 255 / .9)}.focus-within\:ring-blue-50\/95:focus-within{--tw-ring-color: rgb(239 246 255 / .95)}.focus-within\:ring-blue-50\/100:focus-within{--tw-ring-color: rgb(239 246 255 / 1)}.focus-within\:ring-blue-100\/0:focus-within{--tw-ring-color: rgb(242 243 253 / 0)}.focus-within\:ring-blue-100\/5:focus-within{--tw-ring-color: rgb(242 243 253 / .05)}.focus-within\:ring-blue-100\/10:focus-within{--tw-ring-color: rgb(242 243 253 / .1)}.focus-within\:ring-blue-100\/20:focus-within{--tw-ring-color: rgb(242 243 253 / .2)}.focus-within\:ring-blue-100\/25:focus-within{--tw-ring-color: rgb(242 243 253 / .25)}.focus-within\:ring-blue-100\/30:focus-within{--tw-ring-color: rgb(242 243 253 / .3)}.focus-within\:ring-blue-100\/40:focus-within{--tw-ring-color: rgb(242 243 253 / .4)}.focus-within\:ring-blue-100\/50:focus-within{--tw-ring-color: rgb(242 243 253 / .5)}.focus-within\:ring-blue-100\/60:focus-within{--tw-ring-color: rgb(242 243 253 / .6)}.focus-within\:ring-blue-100\/70:focus-within{--tw-ring-color: rgb(242 243 253 / .7)}.focus-within\:ring-blue-100\/75:focus-within{--tw-ring-color: rgb(242 243 253 / .75)}.focus-within\:ring-blue-100\/80:focus-within{--tw-ring-color: rgb(242 243 253 / .8)}.focus-within\:ring-blue-100\/90:focus-within{--tw-ring-color: rgb(242 243 253 / .9)}.focus-within\:ring-blue-100\/95:focus-within{--tw-ring-color: rgb(242 243 253 / .95)}.focus-within\:ring-blue-100\/100:focus-within{--tw-ring-color: rgb(242 243 253 / 1)}.focus-within\:ring-blue-200\/0:focus-within{--tw-ring-color: rgb(228 232 251 / 0)}.focus-within\:ring-blue-200\/5:focus-within{--tw-ring-color: rgb(228 232 251 / .05)}.focus-within\:ring-blue-200\/10:focus-within{--tw-ring-color: rgb(228 232 251 / .1)}.focus-within\:ring-blue-200\/20:focus-within{--tw-ring-color: rgb(228 232 251 / .2)}.focus-within\:ring-blue-200\/25:focus-within{--tw-ring-color: rgb(228 232 251 / .25)}.focus-within\:ring-blue-200\/30:focus-within{--tw-ring-color: rgb(228 232 251 / .3)}.focus-within\:ring-blue-200\/40:focus-within{--tw-ring-color: rgb(228 232 251 / .4)}.focus-within\:ring-blue-200\/50:focus-within{--tw-ring-color: rgb(228 232 251 / .5)}.focus-within\:ring-blue-200\/60:focus-within{--tw-ring-color: rgb(228 232 251 / .6)}.focus-within\:ring-blue-200\/70:focus-within{--tw-ring-color: rgb(228 232 251 / .7)}.focus-within\:ring-blue-200\/75:focus-within{--tw-ring-color: rgb(228 232 251 / .75)}.focus-within\:ring-blue-200\/80:focus-within{--tw-ring-color: rgb(228 232 251 / .8)}.focus-within\:ring-blue-200\/90:focus-within{--tw-ring-color: rgb(228 232 251 / .9)}.focus-within\:ring-blue-200\/95:focus-within{--tw-ring-color: rgb(228 232 251 / .95)}.focus-within\:ring-blue-200\/100:focus-within{--tw-ring-color: rgb(228 232 251 / 1)}.focus-within\:ring-blue-300\/0:focus-within{--tw-ring-color: rgb(198 207 247 / 0)}.focus-within\:ring-blue-300\/5:focus-within{--tw-ring-color: rgb(198 207 247 / .05)}.focus-within\:ring-blue-300\/10:focus-within{--tw-ring-color: rgb(198 207 247 / .1)}.focus-within\:ring-blue-300\/20:focus-within{--tw-ring-color: rgb(198 207 247 / .2)}.focus-within\:ring-blue-300\/25:focus-within{--tw-ring-color: rgb(198 207 247 / .25)}.focus-within\:ring-blue-300\/30:focus-within{--tw-ring-color: rgb(198 207 247 / .3)}.focus-within\:ring-blue-300\/40:focus-within{--tw-ring-color: rgb(198 207 247 / .4)}.focus-within\:ring-blue-300\/50:focus-within{--tw-ring-color: rgb(198 207 247 / .5)}.focus-within\:ring-blue-300\/60:focus-within{--tw-ring-color: rgb(198 207 247 / .6)}.focus-within\:ring-blue-300\/70:focus-within{--tw-ring-color: rgb(198 207 247 / .7)}.focus-within\:ring-blue-300\/75:focus-within{--tw-ring-color: rgb(198 207 247 / .75)}.focus-within\:ring-blue-300\/80:focus-within{--tw-ring-color: rgb(198 207 247 / .8)}.focus-within\:ring-blue-300\/90:focus-within{--tw-ring-color: rgb(198 207 247 / .9)}.focus-within\:ring-blue-300\/95:focus-within{--tw-ring-color: rgb(198 207 247 / .95)}.focus-within\:ring-blue-300\/100:focus-within{--tw-ring-color: rgb(198 207 247 / 1)}.focus-within\:ring-blue-400\/0:focus-within{--tw-ring-color: rgb(163 178 243 / 0)}.focus-within\:ring-blue-400\/5:focus-within{--tw-ring-color: rgb(163 178 243 / .05)}.focus-within\:ring-blue-400\/10:focus-within{--tw-ring-color: rgb(163 178 243 / .1)}.focus-within\:ring-blue-400\/20:focus-within{--tw-ring-color: rgb(163 178 243 / .2)}.focus-within\:ring-blue-400\/25:focus-within{--tw-ring-color: rgb(163 178 243 / .25)}.focus-within\:ring-blue-400\/30:focus-within{--tw-ring-color: rgb(163 178 243 / .3)}.focus-within\:ring-blue-400\/40:focus-within{--tw-ring-color: rgb(163 178 243 / .4)}.focus-within\:ring-blue-400\/50:focus-within{--tw-ring-color: rgb(163 178 243 / .5)}.focus-within\:ring-blue-400\/60:focus-within{--tw-ring-color: rgb(163 178 243 / .6)}.focus-within\:ring-blue-400\/70:focus-within{--tw-ring-color: rgb(163 178 243 / .7)}.focus-within\:ring-blue-400\/75:focus-within{--tw-ring-color: rgb(163 178 243 / .75)}.focus-within\:ring-blue-400\/80:focus-within{--tw-ring-color: rgb(163 178 243 / .8)}.focus-within\:ring-blue-400\/90:focus-within{--tw-ring-color: rgb(163 178 243 / .9)}.focus-within\:ring-blue-400\/95:focus-within{--tw-ring-color: rgb(163 178 243 / .95)}.focus-within\:ring-blue-400\/100:focus-within{--tw-ring-color: rgb(163 178 243 / 1)}.focus-within\:ring-blue-500\/0:focus-within{--tw-ring-color: rgb(118 144 239 / 0)}.focus-within\:ring-blue-500\/5:focus-within{--tw-ring-color: rgb(118 144 239 / .05)}.focus-within\:ring-blue-500\/10:focus-within{--tw-ring-color: rgb(118 144 239 / .1)}.focus-within\:ring-blue-500\/20:focus-within{--tw-ring-color: rgb(118 144 239 / .2)}.focus-within\:ring-blue-500\/25:focus-within{--tw-ring-color: rgb(118 144 239 / .25)}.focus-within\:ring-blue-500\/30:focus-within{--tw-ring-color: rgb(118 144 239 / .3)}.focus-within\:ring-blue-500\/40:focus-within{--tw-ring-color: rgb(118 144 239 / .4)}.focus-within\:ring-blue-500\/50:focus-within{--tw-ring-color: rgb(118 144 239 / .5)}.focus-within\:ring-blue-500\/60:focus-within{--tw-ring-color: rgb(118 144 239 / .6)}.focus-within\:ring-blue-500\/70:focus-within{--tw-ring-color: rgb(118 144 239 / .7)}.focus-within\:ring-blue-500\/75:focus-within{--tw-ring-color: rgb(118 144 239 / .75)}.focus-within\:ring-blue-500\/80:focus-within{--tw-ring-color: rgb(118 144 239 / .8)}.focus-within\:ring-blue-500\/90:focus-within{--tw-ring-color: rgb(118 144 239 / .9)}.focus-within\:ring-blue-500\/95:focus-within{--tw-ring-color: rgb(118 144 239 / .95)}.focus-within\:ring-blue-500\/100:focus-within{--tw-ring-color: rgb(118 144 239 / 1)}.focus-within\:ring-blue-600\/0:focus-within{--tw-ring-color: rgb(37 99 235 / 0)}.focus-within\:ring-blue-600\/5:focus-within{--tw-ring-color: rgb(37 99 235 / .05)}.focus-within\:ring-blue-600\/10:focus-within{--tw-ring-color: rgb(37 99 235 / .1)}.focus-within\:ring-blue-600\/20:focus-within{--tw-ring-color: rgb(37 99 235 / .2)}.focus-within\:ring-blue-600\/25:focus-within{--tw-ring-color: rgb(37 99 235 / .25)}.focus-within\:ring-blue-600\/30:focus-within{--tw-ring-color: rgb(37 99 235 / .3)}.focus-within\:ring-blue-600\/40:focus-within{--tw-ring-color: rgb(37 99 235 / .4)}.focus-within\:ring-blue-600\/50:focus-within{--tw-ring-color: rgb(37 99 235 / .5)}.focus-within\:ring-blue-600\/60:focus-within{--tw-ring-color: rgb(37 99 235 / .6)}.focus-within\:ring-blue-600\/70:focus-within{--tw-ring-color: rgb(37 99 235 / .7)}.focus-within\:ring-blue-600\/75:focus-within{--tw-ring-color: rgb(37 99 235 / .75)}.focus-within\:ring-blue-600\/80:focus-within{--tw-ring-color: rgb(37 99 235 / .8)}.focus-within\:ring-blue-600\/90:focus-within{--tw-ring-color: rgb(37 99 235 / .9)}.focus-within\:ring-blue-600\/95:focus-within{--tw-ring-color: rgb(37 99 235 / .95)}.focus-within\:ring-blue-600\/100:focus-within{--tw-ring-color: rgb(37 99 235 / 1)}.focus-within\:ring-blue-700\/0:focus-within{--tw-ring-color: rgb(33 88 210 / 0)}.focus-within\:ring-blue-700\/5:focus-within{--tw-ring-color: rgb(33 88 210 / .05)}.focus-within\:ring-blue-700\/10:focus-within{--tw-ring-color: rgb(33 88 210 / .1)}.focus-within\:ring-blue-700\/20:focus-within{--tw-ring-color: rgb(33 88 210 / .2)}.focus-within\:ring-blue-700\/25:focus-within{--tw-ring-color: rgb(33 88 210 / .25)}.focus-within\:ring-blue-700\/30:focus-within{--tw-ring-color: rgb(33 88 210 / .3)}.focus-within\:ring-blue-700\/40:focus-within{--tw-ring-color: rgb(33 88 210 / .4)}.focus-within\:ring-blue-700\/50:focus-within{--tw-ring-color: rgb(33 88 210 / .5)}.focus-within\:ring-blue-700\/60:focus-within{--tw-ring-color: rgb(33 88 210 / .6)}.focus-within\:ring-blue-700\/70:focus-within{--tw-ring-color: rgb(33 88 210 / .7)}.focus-within\:ring-blue-700\/75:focus-within{--tw-ring-color: rgb(33 88 210 / .75)}.focus-within\:ring-blue-700\/80:focus-within{--tw-ring-color: rgb(33 88 210 / .8)}.focus-within\:ring-blue-700\/90:focus-within{--tw-ring-color: rgb(33 88 210 / .9)}.focus-within\:ring-blue-700\/95:focus-within{--tw-ring-color: rgb(33 88 210 / .95)}.focus-within\:ring-blue-700\/100:focus-within{--tw-ring-color: rgb(33 88 210 / 1)}.focus-within\:ring-blue-800\/0:focus-within{--tw-ring-color: rgb(28 76 182 / 0)}.focus-within\:ring-blue-800\/5:focus-within{--tw-ring-color: rgb(28 76 182 / .05)}.focus-within\:ring-blue-800\/10:focus-within{--tw-ring-color: rgb(28 76 182 / .1)}.focus-within\:ring-blue-800\/20:focus-within{--tw-ring-color: rgb(28 76 182 / .2)}.focus-within\:ring-blue-800\/25:focus-within{--tw-ring-color: rgb(28 76 182 / .25)}.focus-within\:ring-blue-800\/30:focus-within{--tw-ring-color: rgb(28 76 182 / .3)}.focus-within\:ring-blue-800\/40:focus-within{--tw-ring-color: rgb(28 76 182 / .4)}.focus-within\:ring-blue-800\/50:focus-within{--tw-ring-color: rgb(28 76 182 / .5)}.focus-within\:ring-blue-800\/60:focus-within{--tw-ring-color: rgb(28 76 182 / .6)}.focus-within\:ring-blue-800\/70:focus-within{--tw-ring-color: rgb(28 76 182 / .7)}.focus-within\:ring-blue-800\/75:focus-within{--tw-ring-color: rgb(28 76 182 / .75)}.focus-within\:ring-blue-800\/80:focus-within{--tw-ring-color: rgb(28 76 182 / .8)}.focus-within\:ring-blue-800\/90:focus-within{--tw-ring-color: rgb(28 76 182 / .9)}.focus-within\:ring-blue-800\/95:focus-within{--tw-ring-color: rgb(28 76 182 / .95)}.focus-within\:ring-blue-800\/100:focus-within{--tw-ring-color: rgb(28 76 182 / 1)}.focus-within\:ring-blue-900\/0:focus-within{--tw-ring-color: rgb(23 62 148 / 0)}.focus-within\:ring-blue-900\/5:focus-within{--tw-ring-color: rgb(23 62 148 / .05)}.focus-within\:ring-blue-900\/10:focus-within{--tw-ring-color: rgb(23 62 148 / .1)}.focus-within\:ring-blue-900\/20:focus-within{--tw-ring-color: rgb(23 62 148 / .2)}.focus-within\:ring-blue-900\/25:focus-within{--tw-ring-color: rgb(23 62 148 / .25)}.focus-within\:ring-blue-900\/30:focus-within{--tw-ring-color: rgb(23 62 148 / .3)}.focus-within\:ring-blue-900\/40:focus-within{--tw-ring-color: rgb(23 62 148 / .4)}.focus-within\:ring-blue-900\/50:focus-within{--tw-ring-color: rgb(23 62 148 / .5)}.focus-within\:ring-blue-900\/60:focus-within{--tw-ring-color: rgb(23 62 148 / .6)}.focus-within\:ring-blue-900\/70:focus-within{--tw-ring-color: rgb(23 62 148 / .7)}.focus-within\:ring-blue-900\/75:focus-within{--tw-ring-color: rgb(23 62 148 / .75)}.focus-within\:ring-blue-900\/80:focus-within{--tw-ring-color: rgb(23 62 148 / .8)}.focus-within\:ring-blue-900\/90:focus-within{--tw-ring-color: rgb(23 62 148 / .9)}.focus-within\:ring-blue-900\/95:focus-within{--tw-ring-color: rgb(23 62 148 / .95)}.focus-within\:ring-blue-900\/100:focus-within{--tw-ring-color: rgb(23 62 148 / 1)}.focus-within\:ring-indigo-50\/0:focus-within{--tw-ring-color: rgb(238 242 255 / 0)}.focus-within\:ring-indigo-50\/5:focus-within{--tw-ring-color: rgb(238 242 255 / .05)}.focus-within\:ring-indigo-50\/10:focus-within{--tw-ring-color: rgb(238 242 255 / .1)}.focus-within\:ring-indigo-50\/20:focus-within{--tw-ring-color: rgb(238 242 255 / .2)}.focus-within\:ring-indigo-50\/25:focus-within{--tw-ring-color: rgb(238 242 255 / .25)}.focus-within\:ring-indigo-50\/30:focus-within{--tw-ring-color: rgb(238 242 255 / .3)}.focus-within\:ring-indigo-50\/40:focus-within{--tw-ring-color: rgb(238 242 255 / .4)}.focus-within\:ring-indigo-50\/50:focus-within{--tw-ring-color: rgb(238 242 255 / .5)}.focus-within\:ring-indigo-50\/60:focus-within{--tw-ring-color: rgb(238 242 255 / .6)}.focus-within\:ring-indigo-50\/70:focus-within{--tw-ring-color: rgb(238 242 255 / .7)}.focus-within\:ring-indigo-50\/75:focus-within{--tw-ring-color: rgb(238 242 255 / .75)}.focus-within\:ring-indigo-50\/80:focus-within{--tw-ring-color: rgb(238 242 255 / .8)}.focus-within\:ring-indigo-50\/90:focus-within{--tw-ring-color: rgb(238 242 255 / .9)}.focus-within\:ring-indigo-50\/95:focus-within{--tw-ring-color: rgb(238 242 255 / .95)}.focus-within\:ring-indigo-50\/100:focus-within{--tw-ring-color: rgb(238 242 255 / 1)}.focus-within\:ring-indigo-100\/0:focus-within{--tw-ring-color: rgb(224 231 255 / 0)}.focus-within\:ring-indigo-100\/5:focus-within{--tw-ring-color: rgb(224 231 255 / .05)}.focus-within\:ring-indigo-100\/10:focus-within{--tw-ring-color: rgb(224 231 255 / .1)}.focus-within\:ring-indigo-100\/20:focus-within{--tw-ring-color: rgb(224 231 255 / .2)}.focus-within\:ring-indigo-100\/25:focus-within{--tw-ring-color: rgb(224 231 255 / .25)}.focus-within\:ring-indigo-100\/30:focus-within{--tw-ring-color: rgb(224 231 255 / .3)}.focus-within\:ring-indigo-100\/40:focus-within{--tw-ring-color: rgb(224 231 255 / .4)}.focus-within\:ring-indigo-100\/50:focus-within{--tw-ring-color: rgb(224 231 255 / .5)}.focus-within\:ring-indigo-100\/60:focus-within{--tw-ring-color: rgb(224 231 255 / .6)}.focus-within\:ring-indigo-100\/70:focus-within{--tw-ring-color: rgb(224 231 255 / .7)}.focus-within\:ring-indigo-100\/75:focus-within{--tw-ring-color: rgb(224 231 255 / .75)}.focus-within\:ring-indigo-100\/80:focus-within{--tw-ring-color: rgb(224 231 255 / .8)}.focus-within\:ring-indigo-100\/90:focus-within{--tw-ring-color: rgb(224 231 255 / .9)}.focus-within\:ring-indigo-100\/95:focus-within{--tw-ring-color: rgb(224 231 255 / .95)}.focus-within\:ring-indigo-100\/100:focus-within{--tw-ring-color: rgb(224 231 255 / 1)}.focus-within\:ring-indigo-200\/0:focus-within{--tw-ring-color: rgb(199 210 254 / 0)}.focus-within\:ring-indigo-200\/5:focus-within{--tw-ring-color: rgb(199 210 254 / .05)}.focus-within\:ring-indigo-200\/10:focus-within{--tw-ring-color: rgb(199 210 254 / .1)}.focus-within\:ring-indigo-200\/20:focus-within{--tw-ring-color: rgb(199 210 254 / .2)}.focus-within\:ring-indigo-200\/25:focus-within{--tw-ring-color: rgb(199 210 254 / .25)}.focus-within\:ring-indigo-200\/30:focus-within{--tw-ring-color: rgb(199 210 254 / .3)}.focus-within\:ring-indigo-200\/40:focus-within{--tw-ring-color: rgb(199 210 254 / .4)}.focus-within\:ring-indigo-200\/50:focus-within{--tw-ring-color: rgb(199 210 254 / .5)}.focus-within\:ring-indigo-200\/60:focus-within{--tw-ring-color: rgb(199 210 254 / .6)}.focus-within\:ring-indigo-200\/70:focus-within{--tw-ring-color: rgb(199 210 254 / .7)}.focus-within\:ring-indigo-200\/75:focus-within{--tw-ring-color: rgb(199 210 254 / .75)}.focus-within\:ring-indigo-200\/80:focus-within{--tw-ring-color: rgb(199 210 254 / .8)}.focus-within\:ring-indigo-200\/90:focus-within{--tw-ring-color: rgb(199 210 254 / .9)}.focus-within\:ring-indigo-200\/95:focus-within{--tw-ring-color: rgb(199 210 254 / .95)}.focus-within\:ring-indigo-200\/100:focus-within{--tw-ring-color: rgb(199 210 254 / 1)}.focus-within\:ring-indigo-300\/0:focus-within{--tw-ring-color: rgb(165 180 252 / 0)}.focus-within\:ring-indigo-300\/5:focus-within{--tw-ring-color: rgb(165 180 252 / .05)}.focus-within\:ring-indigo-300\/10:focus-within{--tw-ring-color: rgb(165 180 252 / .1)}.focus-within\:ring-indigo-300\/20:focus-within{--tw-ring-color: rgb(165 180 252 / .2)}.focus-within\:ring-indigo-300\/25:focus-within{--tw-ring-color: rgb(165 180 252 / .25)}.focus-within\:ring-indigo-300\/30:focus-within{--tw-ring-color: rgb(165 180 252 / .3)}.focus-within\:ring-indigo-300\/40:focus-within{--tw-ring-color: rgb(165 180 252 / .4)}.focus-within\:ring-indigo-300\/50:focus-within{--tw-ring-color: rgb(165 180 252 / .5)}.focus-within\:ring-indigo-300\/60:focus-within{--tw-ring-color: rgb(165 180 252 / .6)}.focus-within\:ring-indigo-300\/70:focus-within{--tw-ring-color: rgb(165 180 252 / .7)}.focus-within\:ring-indigo-300\/75:focus-within{--tw-ring-color: rgb(165 180 252 / .75)}.focus-within\:ring-indigo-300\/80:focus-within{--tw-ring-color: rgb(165 180 252 / .8)}.focus-within\:ring-indigo-300\/90:focus-within{--tw-ring-color: rgb(165 180 252 / .9)}.focus-within\:ring-indigo-300\/95:focus-within{--tw-ring-color: rgb(165 180 252 / .95)}.focus-within\:ring-indigo-300\/100:focus-within{--tw-ring-color: rgb(165 180 252 / 1)}.focus-within\:ring-indigo-400\/0:focus-within{--tw-ring-color: rgb(129 140 248 / 0)}.focus-within\:ring-indigo-400\/5:focus-within{--tw-ring-color: rgb(129 140 248 / .05)}.focus-within\:ring-indigo-400\/10:focus-within{--tw-ring-color: rgb(129 140 248 / .1)}.focus-within\:ring-indigo-400\/20:focus-within{--tw-ring-color: rgb(129 140 248 / .2)}.focus-within\:ring-indigo-400\/25:focus-within{--tw-ring-color: rgb(129 140 248 / .25)}.focus-within\:ring-indigo-400\/30:focus-within{--tw-ring-color: rgb(129 140 248 / .3)}.focus-within\:ring-indigo-400\/40:focus-within{--tw-ring-color: rgb(129 140 248 / .4)}.focus-within\:ring-indigo-400\/50:focus-within{--tw-ring-color: rgb(129 140 248 / .5)}.focus-within\:ring-indigo-400\/60:focus-within{--tw-ring-color: rgb(129 140 248 / .6)}.focus-within\:ring-indigo-400\/70:focus-within{--tw-ring-color: rgb(129 140 248 / .7)}.focus-within\:ring-indigo-400\/75:focus-within{--tw-ring-color: rgb(129 140 248 / .75)}.focus-within\:ring-indigo-400\/80:focus-within{--tw-ring-color: rgb(129 140 248 / .8)}.focus-within\:ring-indigo-400\/90:focus-within{--tw-ring-color: rgb(129 140 248 / .9)}.focus-within\:ring-indigo-400\/95:focus-within{--tw-ring-color: rgb(129 140 248 / .95)}.focus-within\:ring-indigo-400\/100:focus-within{--tw-ring-color: rgb(129 140 248 / 1)}.focus-within\:ring-indigo-500\/0:focus-within{--tw-ring-color: rgb(99 102 241 / 0)}.focus-within\:ring-indigo-500\/5:focus-within{--tw-ring-color: rgb(99 102 241 / .05)}.focus-within\:ring-indigo-500\/10:focus-within{--tw-ring-color: rgb(99 102 241 / .1)}.focus-within\:ring-indigo-500\/20:focus-within{--tw-ring-color: rgb(99 102 241 / .2)}.focus-within\:ring-indigo-500\/25:focus-within{--tw-ring-color: rgb(99 102 241 / .25)}.focus-within\:ring-indigo-500\/30:focus-within{--tw-ring-color: rgb(99 102 241 / .3)}.focus-within\:ring-indigo-500\/40:focus-within{--tw-ring-color: rgb(99 102 241 / .4)}.focus-within\:ring-indigo-500\/50:focus-within{--tw-ring-color: rgb(99 102 241 / .5)}.focus-within\:ring-indigo-500\/60:focus-within{--tw-ring-color: rgb(99 102 241 / .6)}.focus-within\:ring-indigo-500\/70:focus-within{--tw-ring-color: rgb(99 102 241 / .7)}.focus-within\:ring-indigo-500\/75:focus-within{--tw-ring-color: rgb(99 102 241 / .75)}.focus-within\:ring-indigo-500\/80:focus-within{--tw-ring-color: rgb(99 102 241 / .8)}.focus-within\:ring-indigo-500\/90:focus-within{--tw-ring-color: rgb(99 102 241 / .9)}.focus-within\:ring-indigo-500\/95:focus-within{--tw-ring-color: rgb(99 102 241 / .95)}.focus-within\:ring-indigo-500\/100:focus-within{--tw-ring-color: rgb(99 102 241 / 1)}.focus-within\:ring-indigo-600\/0:focus-within{--tw-ring-color: rgb(79 70 229 / 0)}.focus-within\:ring-indigo-600\/5:focus-within{--tw-ring-color: rgb(79 70 229 / .05)}.focus-within\:ring-indigo-600\/10:focus-within{--tw-ring-color: rgb(79 70 229 / .1)}.focus-within\:ring-indigo-600\/20:focus-within{--tw-ring-color: rgb(79 70 229 / .2)}.focus-within\:ring-indigo-600\/25:focus-within{--tw-ring-color: rgb(79 70 229 / .25)}.focus-within\:ring-indigo-600\/30:focus-within{--tw-ring-color: rgb(79 70 229 / .3)}.focus-within\:ring-indigo-600\/40:focus-within{--tw-ring-color: rgb(79 70 229 / .4)}.focus-within\:ring-indigo-600\/50:focus-within{--tw-ring-color: rgb(79 70 229 / .5)}.focus-within\:ring-indigo-600\/60:focus-within{--tw-ring-color: rgb(79 70 229 / .6)}.focus-within\:ring-indigo-600\/70:focus-within{--tw-ring-color: rgb(79 70 229 / .7)}.focus-within\:ring-indigo-600\/75:focus-within{--tw-ring-color: rgb(79 70 229 / .75)}.focus-within\:ring-indigo-600\/80:focus-within{--tw-ring-color: rgb(79 70 229 / .8)}.focus-within\:ring-indigo-600\/90:focus-within{--tw-ring-color: rgb(79 70 229 / .9)}.focus-within\:ring-indigo-600\/95:focus-within{--tw-ring-color: rgb(79 70 229 / .95)}.focus-within\:ring-indigo-600\/100:focus-within{--tw-ring-color: rgb(79 70 229 / 1)}.focus-within\:ring-indigo-700\/0:focus-within{--tw-ring-color: rgb(67 56 202 / 0)}.focus-within\:ring-indigo-700\/5:focus-within{--tw-ring-color: rgb(67 56 202 / .05)}.focus-within\:ring-indigo-700\/10:focus-within{--tw-ring-color: rgb(67 56 202 / .1)}.focus-within\:ring-indigo-700\/20:focus-within{--tw-ring-color: rgb(67 56 202 / .2)}.focus-within\:ring-indigo-700\/25:focus-within{--tw-ring-color: rgb(67 56 202 / .25)}.focus-within\:ring-indigo-700\/30:focus-within{--tw-ring-color: rgb(67 56 202 / .3)}.focus-within\:ring-indigo-700\/40:focus-within{--tw-ring-color: rgb(67 56 202 / .4)}.focus-within\:ring-indigo-700\/50:focus-within{--tw-ring-color: rgb(67 56 202 / .5)}.focus-within\:ring-indigo-700\/60:focus-within{--tw-ring-color: rgb(67 56 202 / .6)}.focus-within\:ring-indigo-700\/70:focus-within{--tw-ring-color: rgb(67 56 202 / .7)}.focus-within\:ring-indigo-700\/75:focus-within{--tw-ring-color: rgb(67 56 202 / .75)}.focus-within\:ring-indigo-700\/80:focus-within{--tw-ring-color: rgb(67 56 202 / .8)}.focus-within\:ring-indigo-700\/90:focus-within{--tw-ring-color: rgb(67 56 202 / .9)}.focus-within\:ring-indigo-700\/95:focus-within{--tw-ring-color: rgb(67 56 202 / .95)}.focus-within\:ring-indigo-700\/100:focus-within{--tw-ring-color: rgb(67 56 202 / 1)}.focus-within\:ring-indigo-800\/0:focus-within{--tw-ring-color: rgb(55 48 163 / 0)}.focus-within\:ring-indigo-800\/5:focus-within{--tw-ring-color: rgb(55 48 163 / .05)}.focus-within\:ring-indigo-800\/10:focus-within{--tw-ring-color: rgb(55 48 163 / .1)}.focus-within\:ring-indigo-800\/20:focus-within{--tw-ring-color: rgb(55 48 163 / .2)}.focus-within\:ring-indigo-800\/25:focus-within{--tw-ring-color: rgb(55 48 163 / .25)}.focus-within\:ring-indigo-800\/30:focus-within{--tw-ring-color: rgb(55 48 163 / .3)}.focus-within\:ring-indigo-800\/40:focus-within{--tw-ring-color: rgb(55 48 163 / .4)}.focus-within\:ring-indigo-800\/50:focus-within{--tw-ring-color: rgb(55 48 163 / .5)}.focus-within\:ring-indigo-800\/60:focus-within{--tw-ring-color: rgb(55 48 163 / .6)}.focus-within\:ring-indigo-800\/70:focus-within{--tw-ring-color: rgb(55 48 163 / .7)}.focus-within\:ring-indigo-800\/75:focus-within{--tw-ring-color: rgb(55 48 163 / .75)}.focus-within\:ring-indigo-800\/80:focus-within{--tw-ring-color: rgb(55 48 163 / .8)}.focus-within\:ring-indigo-800\/90:focus-within{--tw-ring-color: rgb(55 48 163 / .9)}.focus-within\:ring-indigo-800\/95:focus-within{--tw-ring-color: rgb(55 48 163 / .95)}.focus-within\:ring-indigo-800\/100:focus-within{--tw-ring-color: rgb(55 48 163 / 1)}.focus-within\:ring-indigo-900\/0:focus-within{--tw-ring-color: rgb(49 46 129 / 0)}.focus-within\:ring-indigo-900\/5:focus-within{--tw-ring-color: rgb(49 46 129 / .05)}.focus-within\:ring-indigo-900\/10:focus-within{--tw-ring-color: rgb(49 46 129 / .1)}.focus-within\:ring-indigo-900\/20:focus-within{--tw-ring-color: rgb(49 46 129 / .2)}.focus-within\:ring-indigo-900\/25:focus-within{--tw-ring-color: rgb(49 46 129 / .25)}.focus-within\:ring-indigo-900\/30:focus-within{--tw-ring-color: rgb(49 46 129 / .3)}.focus-within\:ring-indigo-900\/40:focus-within{--tw-ring-color: rgb(49 46 129 / .4)}.focus-within\:ring-indigo-900\/50:focus-within{--tw-ring-color: rgb(49 46 129 / .5)}.focus-within\:ring-indigo-900\/60:focus-within{--tw-ring-color: rgb(49 46 129 / .6)}.focus-within\:ring-indigo-900\/70:focus-within{--tw-ring-color: rgb(49 46 129 / .7)}.focus-within\:ring-indigo-900\/75:focus-within{--tw-ring-color: rgb(49 46 129 / .75)}.focus-within\:ring-indigo-900\/80:focus-within{--tw-ring-color: rgb(49 46 129 / .8)}.focus-within\:ring-indigo-900\/90:focus-within{--tw-ring-color: rgb(49 46 129 / .9)}.focus-within\:ring-indigo-900\/95:focus-within{--tw-ring-color: rgb(49 46 129 / .95)}.focus-within\:ring-indigo-900\/100:focus-within{--tw-ring-color: rgb(49 46 129 / 1)}.focus-within\:ring-violet-50\/0:focus-within{--tw-ring-color: rgb(245 243 255 / 0)}.focus-within\:ring-violet-50\/5:focus-within{--tw-ring-color: rgb(245 243 255 / .05)}.focus-within\:ring-violet-50\/10:focus-within{--tw-ring-color: rgb(245 243 255 / .1)}.focus-within\:ring-violet-50\/20:focus-within{--tw-ring-color: rgb(245 243 255 / .2)}.focus-within\:ring-violet-50\/25:focus-within{--tw-ring-color: rgb(245 243 255 / .25)}.focus-within\:ring-violet-50\/30:focus-within{--tw-ring-color: rgb(245 243 255 / .3)}.focus-within\:ring-violet-50\/40:focus-within{--tw-ring-color: rgb(245 243 255 / .4)}.focus-within\:ring-violet-50\/50:focus-within{--tw-ring-color: rgb(245 243 255 / .5)}.focus-within\:ring-violet-50\/60:focus-within{--tw-ring-color: rgb(245 243 255 / .6)}.focus-within\:ring-violet-50\/70:focus-within{--tw-ring-color: rgb(245 243 255 / .7)}.focus-within\:ring-violet-50\/75:focus-within{--tw-ring-color: rgb(245 243 255 / .75)}.focus-within\:ring-violet-50\/80:focus-within{--tw-ring-color: rgb(245 243 255 / .8)}.focus-within\:ring-violet-50\/90:focus-within{--tw-ring-color: rgb(245 243 255 / .9)}.focus-within\:ring-violet-50\/95:focus-within{--tw-ring-color: rgb(245 243 255 / .95)}.focus-within\:ring-violet-50\/100:focus-within{--tw-ring-color: rgb(245 243 255 / 1)}.focus-within\:ring-violet-100\/0:focus-within{--tw-ring-color: rgb(237 233 254 / 0)}.focus-within\:ring-violet-100\/5:focus-within{--tw-ring-color: rgb(237 233 254 / .05)}.focus-within\:ring-violet-100\/10:focus-within{--tw-ring-color: rgb(237 233 254 / .1)}.focus-within\:ring-violet-100\/20:focus-within{--tw-ring-color: rgb(237 233 254 / .2)}.focus-within\:ring-violet-100\/25:focus-within{--tw-ring-color: rgb(237 233 254 / .25)}.focus-within\:ring-violet-100\/30:focus-within{--tw-ring-color: rgb(237 233 254 / .3)}.focus-within\:ring-violet-100\/40:focus-within{--tw-ring-color: rgb(237 233 254 / .4)}.focus-within\:ring-violet-100\/50:focus-within{--tw-ring-color: rgb(237 233 254 / .5)}.focus-within\:ring-violet-100\/60:focus-within{--tw-ring-color: rgb(237 233 254 / .6)}.focus-within\:ring-violet-100\/70:focus-within{--tw-ring-color: rgb(237 233 254 / .7)}.focus-within\:ring-violet-100\/75:focus-within{--tw-ring-color: rgb(237 233 254 / .75)}.focus-within\:ring-violet-100\/80:focus-within{--tw-ring-color: rgb(237 233 254 / .8)}.focus-within\:ring-violet-100\/90:focus-within{--tw-ring-color: rgb(237 233 254 / .9)}.focus-within\:ring-violet-100\/95:focus-within{--tw-ring-color: rgb(237 233 254 / .95)}.focus-within\:ring-violet-100\/100:focus-within{--tw-ring-color: rgb(237 233 254 / 1)}.focus-within\:ring-violet-200\/0:focus-within{--tw-ring-color: rgb(221 214 254 / 0)}.focus-within\:ring-violet-200\/5:focus-within{--tw-ring-color: rgb(221 214 254 / .05)}.focus-within\:ring-violet-200\/10:focus-within{--tw-ring-color: rgb(221 214 254 / .1)}.focus-within\:ring-violet-200\/20:focus-within{--tw-ring-color: rgb(221 214 254 / .2)}.focus-within\:ring-violet-200\/25:focus-within{--tw-ring-color: rgb(221 214 254 / .25)}.focus-within\:ring-violet-200\/30:focus-within{--tw-ring-color: rgb(221 214 254 / .3)}.focus-within\:ring-violet-200\/40:focus-within{--tw-ring-color: rgb(221 214 254 / .4)}.focus-within\:ring-violet-200\/50:focus-within{--tw-ring-color: rgb(221 214 254 / .5)}.focus-within\:ring-violet-200\/60:focus-within{--tw-ring-color: rgb(221 214 254 / .6)}.focus-within\:ring-violet-200\/70:focus-within{--tw-ring-color: rgb(221 214 254 / .7)}.focus-within\:ring-violet-200\/75:focus-within{--tw-ring-color: rgb(221 214 254 / .75)}.focus-within\:ring-violet-200\/80:focus-within{--tw-ring-color: rgb(221 214 254 / .8)}.focus-within\:ring-violet-200\/90:focus-within{--tw-ring-color: rgb(221 214 254 / .9)}.focus-within\:ring-violet-200\/95:focus-within{--tw-ring-color: rgb(221 214 254 / .95)}.focus-within\:ring-violet-200\/100:focus-within{--tw-ring-color: rgb(221 214 254 / 1)}.focus-within\:ring-violet-300\/0:focus-within{--tw-ring-color: rgb(196 181 253 / 0)}.focus-within\:ring-violet-300\/5:focus-within{--tw-ring-color: rgb(196 181 253 / .05)}.focus-within\:ring-violet-300\/10:focus-within{--tw-ring-color: rgb(196 181 253 / .1)}.focus-within\:ring-violet-300\/20:focus-within{--tw-ring-color: rgb(196 181 253 / .2)}.focus-within\:ring-violet-300\/25:focus-within{--tw-ring-color: rgb(196 181 253 / .25)}.focus-within\:ring-violet-300\/30:focus-within{--tw-ring-color: rgb(196 181 253 / .3)}.focus-within\:ring-violet-300\/40:focus-within{--tw-ring-color: rgb(196 181 253 / .4)}.focus-within\:ring-violet-300\/50:focus-within{--tw-ring-color: rgb(196 181 253 / .5)}.focus-within\:ring-violet-300\/60:focus-within{--tw-ring-color: rgb(196 181 253 / .6)}.focus-within\:ring-violet-300\/70:focus-within{--tw-ring-color: rgb(196 181 253 / .7)}.focus-within\:ring-violet-300\/75:focus-within{--tw-ring-color: rgb(196 181 253 / .75)}.focus-within\:ring-violet-300\/80:focus-within{--tw-ring-color: rgb(196 181 253 / .8)}.focus-within\:ring-violet-300\/90:focus-within{--tw-ring-color: rgb(196 181 253 / .9)}.focus-within\:ring-violet-300\/95:focus-within{--tw-ring-color: rgb(196 181 253 / .95)}.focus-within\:ring-violet-300\/100:focus-within{--tw-ring-color: rgb(196 181 253 / 1)}.focus-within\:ring-violet-400\/0:focus-within{--tw-ring-color: rgb(167 139 250 / 0)}.focus-within\:ring-violet-400\/5:focus-within{--tw-ring-color: rgb(167 139 250 / .05)}.focus-within\:ring-violet-400\/10:focus-within{--tw-ring-color: rgb(167 139 250 / .1)}.focus-within\:ring-violet-400\/20:focus-within{--tw-ring-color: rgb(167 139 250 / .2)}.focus-within\:ring-violet-400\/25:focus-within{--tw-ring-color: rgb(167 139 250 / .25)}.focus-within\:ring-violet-400\/30:focus-within{--tw-ring-color: rgb(167 139 250 / .3)}.focus-within\:ring-violet-400\/40:focus-within{--tw-ring-color: rgb(167 139 250 / .4)}.focus-within\:ring-violet-400\/50:focus-within{--tw-ring-color: rgb(167 139 250 / .5)}.focus-within\:ring-violet-400\/60:focus-within{--tw-ring-color: rgb(167 139 250 / .6)}.focus-within\:ring-violet-400\/70:focus-within{--tw-ring-color: rgb(167 139 250 / .7)}.focus-within\:ring-violet-400\/75:focus-within{--tw-ring-color: rgb(167 139 250 / .75)}.focus-within\:ring-violet-400\/80:focus-within{--tw-ring-color: rgb(167 139 250 / .8)}.focus-within\:ring-violet-400\/90:focus-within{--tw-ring-color: rgb(167 139 250 / .9)}.focus-within\:ring-violet-400\/95:focus-within{--tw-ring-color: rgb(167 139 250 / .95)}.focus-within\:ring-violet-400\/100:focus-within{--tw-ring-color: rgb(167 139 250 / 1)}.focus-within\:ring-violet-500\/0:focus-within{--tw-ring-color: rgb(139 92 246 / 0)}.focus-within\:ring-violet-500\/5:focus-within{--tw-ring-color: rgb(139 92 246 / .05)}.focus-within\:ring-violet-500\/10:focus-within{--tw-ring-color: rgb(139 92 246 / .1)}.focus-within\:ring-violet-500\/20:focus-within{--tw-ring-color: rgb(139 92 246 / .2)}.focus-within\:ring-violet-500\/25:focus-within{--tw-ring-color: rgb(139 92 246 / .25)}.focus-within\:ring-violet-500\/30:focus-within{--tw-ring-color: rgb(139 92 246 / .3)}.focus-within\:ring-violet-500\/40:focus-within{--tw-ring-color: rgb(139 92 246 / .4)}.focus-within\:ring-violet-500\/50:focus-within{--tw-ring-color: rgb(139 92 246 / .5)}.focus-within\:ring-violet-500\/60:focus-within{--tw-ring-color: rgb(139 92 246 / .6)}.focus-within\:ring-violet-500\/70:focus-within{--tw-ring-color: rgb(139 92 246 / .7)}.focus-within\:ring-violet-500\/75:focus-within{--tw-ring-color: rgb(139 92 246 / .75)}.focus-within\:ring-violet-500\/80:focus-within{--tw-ring-color: rgb(139 92 246 / .8)}.focus-within\:ring-violet-500\/90:focus-within{--tw-ring-color: rgb(139 92 246 / .9)}.focus-within\:ring-violet-500\/95:focus-within{--tw-ring-color: rgb(139 92 246 / .95)}.focus-within\:ring-violet-500\/100:focus-within{--tw-ring-color: rgb(139 92 246 / 1)}.focus-within\:ring-violet-600\/0:focus-within{--tw-ring-color: rgb(124 58 237 / 0)}.focus-within\:ring-violet-600\/5:focus-within{--tw-ring-color: rgb(124 58 237 / .05)}.focus-within\:ring-violet-600\/10:focus-within{--tw-ring-color: rgb(124 58 237 / .1)}.focus-within\:ring-violet-600\/20:focus-within{--tw-ring-color: rgb(124 58 237 / .2)}.focus-within\:ring-violet-600\/25:focus-within{--tw-ring-color: rgb(124 58 237 / .25)}.focus-within\:ring-violet-600\/30:focus-within{--tw-ring-color: rgb(124 58 237 / .3)}.focus-within\:ring-violet-600\/40:focus-within{--tw-ring-color: rgb(124 58 237 / .4)}.focus-within\:ring-violet-600\/50:focus-within{--tw-ring-color: rgb(124 58 237 / .5)}.focus-within\:ring-violet-600\/60:focus-within{--tw-ring-color: rgb(124 58 237 / .6)}.focus-within\:ring-violet-600\/70:focus-within{--tw-ring-color: rgb(124 58 237 / .7)}.focus-within\:ring-violet-600\/75:focus-within{--tw-ring-color: rgb(124 58 237 / .75)}.focus-within\:ring-violet-600\/80:focus-within{--tw-ring-color: rgb(124 58 237 / .8)}.focus-within\:ring-violet-600\/90:focus-within{--tw-ring-color: rgb(124 58 237 / .9)}.focus-within\:ring-violet-600\/95:focus-within{--tw-ring-color: rgb(124 58 237 / .95)}.focus-within\:ring-violet-600\/100:focus-within{--tw-ring-color: rgb(124 58 237 / 1)}.focus-within\:ring-violet-700\/0:focus-within{--tw-ring-color: rgb(109 40 217 / 0)}.focus-within\:ring-violet-700\/5:focus-within{--tw-ring-color: rgb(109 40 217 / .05)}.focus-within\:ring-violet-700\/10:focus-within{--tw-ring-color: rgb(109 40 217 / .1)}.focus-within\:ring-violet-700\/20:focus-within{--tw-ring-color: rgb(109 40 217 / .2)}.focus-within\:ring-violet-700\/25:focus-within{--tw-ring-color: rgb(109 40 217 / .25)}.focus-within\:ring-violet-700\/30:focus-within{--tw-ring-color: rgb(109 40 217 / .3)}.focus-within\:ring-violet-700\/40:focus-within{--tw-ring-color: rgb(109 40 217 / .4)}.focus-within\:ring-violet-700\/50:focus-within{--tw-ring-color: rgb(109 40 217 / .5)}.focus-within\:ring-violet-700\/60:focus-within{--tw-ring-color: rgb(109 40 217 / .6)}.focus-within\:ring-violet-700\/70:focus-within{--tw-ring-color: rgb(109 40 217 / .7)}.focus-within\:ring-violet-700\/75:focus-within{--tw-ring-color: rgb(109 40 217 / .75)}.focus-within\:ring-violet-700\/80:focus-within{--tw-ring-color: rgb(109 40 217 / .8)}.focus-within\:ring-violet-700\/90:focus-within{--tw-ring-color: rgb(109 40 217 / .9)}.focus-within\:ring-violet-700\/95:focus-within{--tw-ring-color: rgb(109 40 217 / .95)}.focus-within\:ring-violet-700\/100:focus-within{--tw-ring-color: rgb(109 40 217 / 1)}.focus-within\:ring-violet-800\/0:focus-within{--tw-ring-color: rgb(91 33 182 / 0)}.focus-within\:ring-violet-800\/5:focus-within{--tw-ring-color: rgb(91 33 182 / .05)}.focus-within\:ring-violet-800\/10:focus-within{--tw-ring-color: rgb(91 33 182 / .1)}.focus-within\:ring-violet-800\/20:focus-within{--tw-ring-color: rgb(91 33 182 / .2)}.focus-within\:ring-violet-800\/25:focus-within{--tw-ring-color: rgb(91 33 182 / .25)}.focus-within\:ring-violet-800\/30:focus-within{--tw-ring-color: rgb(91 33 182 / .3)}.focus-within\:ring-violet-800\/40:focus-within{--tw-ring-color: rgb(91 33 182 / .4)}.focus-within\:ring-violet-800\/50:focus-within{--tw-ring-color: rgb(91 33 182 / .5)}.focus-within\:ring-violet-800\/60:focus-within{--tw-ring-color: rgb(91 33 182 / .6)}.focus-within\:ring-violet-800\/70:focus-within{--tw-ring-color: rgb(91 33 182 / .7)}.focus-within\:ring-violet-800\/75:focus-within{--tw-ring-color: rgb(91 33 182 / .75)}.focus-within\:ring-violet-800\/80:focus-within{--tw-ring-color: rgb(91 33 182 / .8)}.focus-within\:ring-violet-800\/90:focus-within{--tw-ring-color: rgb(91 33 182 / .9)}.focus-within\:ring-violet-800\/95:focus-within{--tw-ring-color: rgb(91 33 182 / .95)}.focus-within\:ring-violet-800\/100:focus-within{--tw-ring-color: rgb(91 33 182 / 1)}.focus-within\:ring-violet-900\/0:focus-within{--tw-ring-color: rgb(76 29 149 / 0)}.focus-within\:ring-violet-900\/5:focus-within{--tw-ring-color: rgb(76 29 149 / .05)}.focus-within\:ring-violet-900\/10:focus-within{--tw-ring-color: rgb(76 29 149 / .1)}.focus-within\:ring-violet-900\/20:focus-within{--tw-ring-color: rgb(76 29 149 / .2)}.focus-within\:ring-violet-900\/25:focus-within{--tw-ring-color: rgb(76 29 149 / .25)}.focus-within\:ring-violet-900\/30:focus-within{--tw-ring-color: rgb(76 29 149 / .3)}.focus-within\:ring-violet-900\/40:focus-within{--tw-ring-color: rgb(76 29 149 / .4)}.focus-within\:ring-violet-900\/50:focus-within{--tw-ring-color: rgb(76 29 149 / .5)}.focus-within\:ring-violet-900\/60:focus-within{--tw-ring-color: rgb(76 29 149 / .6)}.focus-within\:ring-violet-900\/70:focus-within{--tw-ring-color: rgb(76 29 149 / .7)}.focus-within\:ring-violet-900\/75:focus-within{--tw-ring-color: rgb(76 29 149 / .75)}.focus-within\:ring-violet-900\/80:focus-within{--tw-ring-color: rgb(76 29 149 / .8)}.focus-within\:ring-violet-900\/90:focus-within{--tw-ring-color: rgb(76 29 149 / .9)}.focus-within\:ring-violet-900\/95:focus-within{--tw-ring-color: rgb(76 29 149 / .95)}.focus-within\:ring-violet-900\/100:focus-within{--tw-ring-color: rgb(76 29 149 / 1)}.focus-within\:ring-fuchsia-50\/0:focus-within{--tw-ring-color: rgb(253 244 255 / 0)}.focus-within\:ring-fuchsia-50\/5:focus-within{--tw-ring-color: rgb(253 244 255 / .05)}.focus-within\:ring-fuchsia-50\/10:focus-within{--tw-ring-color: rgb(253 244 255 / .1)}.focus-within\:ring-fuchsia-50\/20:focus-within{--tw-ring-color: rgb(253 244 255 / .2)}.focus-within\:ring-fuchsia-50\/25:focus-within{--tw-ring-color: rgb(253 244 255 / .25)}.focus-within\:ring-fuchsia-50\/30:focus-within{--tw-ring-color: rgb(253 244 255 / .3)}.focus-within\:ring-fuchsia-50\/40:focus-within{--tw-ring-color: rgb(253 244 255 / .4)}.focus-within\:ring-fuchsia-50\/50:focus-within{--tw-ring-color: rgb(253 244 255 / .5)}.focus-within\:ring-fuchsia-50\/60:focus-within{--tw-ring-color: rgb(253 244 255 / .6)}.focus-within\:ring-fuchsia-50\/70:focus-within{--tw-ring-color: rgb(253 244 255 / .7)}.focus-within\:ring-fuchsia-50\/75:focus-within{--tw-ring-color: rgb(253 244 255 / .75)}.focus-within\:ring-fuchsia-50\/80:focus-within{--tw-ring-color: rgb(253 244 255 / .8)}.focus-within\:ring-fuchsia-50\/90:focus-within{--tw-ring-color: rgb(253 244 255 / .9)}.focus-within\:ring-fuchsia-50\/95:focus-within{--tw-ring-color: rgb(253 244 255 / .95)}.focus-within\:ring-fuchsia-50\/100:focus-within{--tw-ring-color: rgb(253 244 255 / 1)}.focus-within\:ring-fuchsia-100\/0:focus-within{--tw-ring-color: rgb(250 232 255 / 0)}.focus-within\:ring-fuchsia-100\/5:focus-within{--tw-ring-color: rgb(250 232 255 / .05)}.focus-within\:ring-fuchsia-100\/10:focus-within{--tw-ring-color: rgb(250 232 255 / .1)}.focus-within\:ring-fuchsia-100\/20:focus-within{--tw-ring-color: rgb(250 232 255 / .2)}.focus-within\:ring-fuchsia-100\/25:focus-within{--tw-ring-color: rgb(250 232 255 / .25)}.focus-within\:ring-fuchsia-100\/30:focus-within{--tw-ring-color: rgb(250 232 255 / .3)}.focus-within\:ring-fuchsia-100\/40:focus-within{--tw-ring-color: rgb(250 232 255 / .4)}.focus-within\:ring-fuchsia-100\/50:focus-within{--tw-ring-color: rgb(250 232 255 / .5)}.focus-within\:ring-fuchsia-100\/60:focus-within{--tw-ring-color: rgb(250 232 255 / .6)}.focus-within\:ring-fuchsia-100\/70:focus-within{--tw-ring-color: rgb(250 232 255 / .7)}.focus-within\:ring-fuchsia-100\/75:focus-within{--tw-ring-color: rgb(250 232 255 / .75)}.focus-within\:ring-fuchsia-100\/80:focus-within{--tw-ring-color: rgb(250 232 255 / .8)}.focus-within\:ring-fuchsia-100\/90:focus-within{--tw-ring-color: rgb(250 232 255 / .9)}.focus-within\:ring-fuchsia-100\/95:focus-within{--tw-ring-color: rgb(250 232 255 / .95)}.focus-within\:ring-fuchsia-100\/100:focus-within{--tw-ring-color: rgb(250 232 255 / 1)}.focus-within\:ring-fuchsia-200\/0:focus-within{--tw-ring-color: rgb(245 208 254 / 0)}.focus-within\:ring-fuchsia-200\/5:focus-within{--tw-ring-color: rgb(245 208 254 / .05)}.focus-within\:ring-fuchsia-200\/10:focus-within{--tw-ring-color: rgb(245 208 254 / .1)}.focus-within\:ring-fuchsia-200\/20:focus-within{--tw-ring-color: rgb(245 208 254 / .2)}.focus-within\:ring-fuchsia-200\/25:focus-within{--tw-ring-color: rgb(245 208 254 / .25)}.focus-within\:ring-fuchsia-200\/30:focus-within{--tw-ring-color: rgb(245 208 254 / .3)}.focus-within\:ring-fuchsia-200\/40:focus-within{--tw-ring-color: rgb(245 208 254 / .4)}.focus-within\:ring-fuchsia-200\/50:focus-within{--tw-ring-color: rgb(245 208 254 / .5)}.focus-within\:ring-fuchsia-200\/60:focus-within{--tw-ring-color: rgb(245 208 254 / .6)}.focus-within\:ring-fuchsia-200\/70:focus-within{--tw-ring-color: rgb(245 208 254 / .7)}.focus-within\:ring-fuchsia-200\/75:focus-within{--tw-ring-color: rgb(245 208 254 / .75)}.focus-within\:ring-fuchsia-200\/80:focus-within{--tw-ring-color: rgb(245 208 254 / .8)}.focus-within\:ring-fuchsia-200\/90:focus-within{--tw-ring-color: rgb(245 208 254 / .9)}.focus-within\:ring-fuchsia-200\/95:focus-within{--tw-ring-color: rgb(245 208 254 / .95)}.focus-within\:ring-fuchsia-200\/100:focus-within{--tw-ring-color: rgb(245 208 254 / 1)}.focus-within\:ring-fuchsia-300\/0:focus-within{--tw-ring-color: rgb(240 171 252 / 0)}.focus-within\:ring-fuchsia-300\/5:focus-within{--tw-ring-color: rgb(240 171 252 / .05)}.focus-within\:ring-fuchsia-300\/10:focus-within{--tw-ring-color: rgb(240 171 252 / .1)}.focus-within\:ring-fuchsia-300\/20:focus-within{--tw-ring-color: rgb(240 171 252 / .2)}.focus-within\:ring-fuchsia-300\/25:focus-within{--tw-ring-color: rgb(240 171 252 / .25)}.focus-within\:ring-fuchsia-300\/30:focus-within{--tw-ring-color: rgb(240 171 252 / .3)}.focus-within\:ring-fuchsia-300\/40:focus-within{--tw-ring-color: rgb(240 171 252 / .4)}.focus-within\:ring-fuchsia-300\/50:focus-within{--tw-ring-color: rgb(240 171 252 / .5)}.focus-within\:ring-fuchsia-300\/60:focus-within{--tw-ring-color: rgb(240 171 252 / .6)}.focus-within\:ring-fuchsia-300\/70:focus-within{--tw-ring-color: rgb(240 171 252 / .7)}.focus-within\:ring-fuchsia-300\/75:focus-within{--tw-ring-color: rgb(240 171 252 / .75)}.focus-within\:ring-fuchsia-300\/80:focus-within{--tw-ring-color: rgb(240 171 252 / .8)}.focus-within\:ring-fuchsia-300\/90:focus-within{--tw-ring-color: rgb(240 171 252 / .9)}.focus-within\:ring-fuchsia-300\/95:focus-within{--tw-ring-color: rgb(240 171 252 / .95)}.focus-within\:ring-fuchsia-300\/100:focus-within{--tw-ring-color: rgb(240 171 252 / 1)}.focus-within\:ring-fuchsia-400\/0:focus-within{--tw-ring-color: rgb(232 121 249 / 0)}.focus-within\:ring-fuchsia-400\/5:focus-within{--tw-ring-color: rgb(232 121 249 / .05)}.focus-within\:ring-fuchsia-400\/10:focus-within{--tw-ring-color: rgb(232 121 249 / .1)}.focus-within\:ring-fuchsia-400\/20:focus-within{--tw-ring-color: rgb(232 121 249 / .2)}.focus-within\:ring-fuchsia-400\/25:focus-within{--tw-ring-color: rgb(232 121 249 / .25)}.focus-within\:ring-fuchsia-400\/30:focus-within{--tw-ring-color: rgb(232 121 249 / .3)}.focus-within\:ring-fuchsia-400\/40:focus-within{--tw-ring-color: rgb(232 121 249 / .4)}.focus-within\:ring-fuchsia-400\/50:focus-within{--tw-ring-color: rgb(232 121 249 / .5)}.focus-within\:ring-fuchsia-400\/60:focus-within{--tw-ring-color: rgb(232 121 249 / .6)}.focus-within\:ring-fuchsia-400\/70:focus-within{--tw-ring-color: rgb(232 121 249 / .7)}.focus-within\:ring-fuchsia-400\/75:focus-within{--tw-ring-color: rgb(232 121 249 / .75)}.focus-within\:ring-fuchsia-400\/80:focus-within{--tw-ring-color: rgb(232 121 249 / .8)}.focus-within\:ring-fuchsia-400\/90:focus-within{--tw-ring-color: rgb(232 121 249 / .9)}.focus-within\:ring-fuchsia-400\/95:focus-within{--tw-ring-color: rgb(232 121 249 / .95)}.focus-within\:ring-fuchsia-400\/100:focus-within{--tw-ring-color: rgb(232 121 249 / 1)}.focus-within\:ring-fuchsia-500\/0:focus-within{--tw-ring-color: rgb(217 70 239 / 0)}.focus-within\:ring-fuchsia-500\/5:focus-within{--tw-ring-color: rgb(217 70 239 / .05)}.focus-within\:ring-fuchsia-500\/10:focus-within{--tw-ring-color: rgb(217 70 239 / .1)}.focus-within\:ring-fuchsia-500\/20:focus-within{--tw-ring-color: rgb(217 70 239 / .2)}.focus-within\:ring-fuchsia-500\/25:focus-within{--tw-ring-color: rgb(217 70 239 / .25)}.focus-within\:ring-fuchsia-500\/30:focus-within{--tw-ring-color: rgb(217 70 239 / .3)}.focus-within\:ring-fuchsia-500\/40:focus-within{--tw-ring-color: rgb(217 70 239 / .4)}.focus-within\:ring-fuchsia-500\/50:focus-within{--tw-ring-color: rgb(217 70 239 / .5)}.focus-within\:ring-fuchsia-500\/60:focus-within{--tw-ring-color: rgb(217 70 239 / .6)}.focus-within\:ring-fuchsia-500\/70:focus-within{--tw-ring-color: rgb(217 70 239 / .7)}.focus-within\:ring-fuchsia-500\/75:focus-within{--tw-ring-color: rgb(217 70 239 / .75)}.focus-within\:ring-fuchsia-500\/80:focus-within{--tw-ring-color: rgb(217 70 239 / .8)}.focus-within\:ring-fuchsia-500\/90:focus-within{--tw-ring-color: rgb(217 70 239 / .9)}.focus-within\:ring-fuchsia-500\/95:focus-within{--tw-ring-color: rgb(217 70 239 / .95)}.focus-within\:ring-fuchsia-500\/100:focus-within{--tw-ring-color: rgb(217 70 239 / 1)}.focus-within\:ring-fuchsia-600\/0:focus-within{--tw-ring-color: rgb(192 38 211 / 0)}.focus-within\:ring-fuchsia-600\/5:focus-within{--tw-ring-color: rgb(192 38 211 / .05)}.focus-within\:ring-fuchsia-600\/10:focus-within{--tw-ring-color: rgb(192 38 211 / .1)}.focus-within\:ring-fuchsia-600\/20:focus-within{--tw-ring-color: rgb(192 38 211 / .2)}.focus-within\:ring-fuchsia-600\/25:focus-within{--tw-ring-color: rgb(192 38 211 / .25)}.focus-within\:ring-fuchsia-600\/30:focus-within{--tw-ring-color: rgb(192 38 211 / .3)}.focus-within\:ring-fuchsia-600\/40:focus-within{--tw-ring-color: rgb(192 38 211 / .4)}.focus-within\:ring-fuchsia-600\/50:focus-within{--tw-ring-color: rgb(192 38 211 / .5)}.focus-within\:ring-fuchsia-600\/60:focus-within{--tw-ring-color: rgb(192 38 211 / .6)}.focus-within\:ring-fuchsia-600\/70:focus-within{--tw-ring-color: rgb(192 38 211 / .7)}.focus-within\:ring-fuchsia-600\/75:focus-within{--tw-ring-color: rgb(192 38 211 / .75)}.focus-within\:ring-fuchsia-600\/80:focus-within{--tw-ring-color: rgb(192 38 211 / .8)}.focus-within\:ring-fuchsia-600\/90:focus-within{--tw-ring-color: rgb(192 38 211 / .9)}.focus-within\:ring-fuchsia-600\/95:focus-within{--tw-ring-color: rgb(192 38 211 / .95)}.focus-within\:ring-fuchsia-600\/100:focus-within{--tw-ring-color: rgb(192 38 211 / 1)}.focus-within\:ring-fuchsia-700\/0:focus-within{--tw-ring-color: rgb(162 28 175 / 0)}.focus-within\:ring-fuchsia-700\/5:focus-within{--tw-ring-color: rgb(162 28 175 / .05)}.focus-within\:ring-fuchsia-700\/10:focus-within{--tw-ring-color: rgb(162 28 175 / .1)}.focus-within\:ring-fuchsia-700\/20:focus-within{--tw-ring-color: rgb(162 28 175 / .2)}.focus-within\:ring-fuchsia-700\/25:focus-within{--tw-ring-color: rgb(162 28 175 / .25)}.focus-within\:ring-fuchsia-700\/30:focus-within{--tw-ring-color: rgb(162 28 175 / .3)}.focus-within\:ring-fuchsia-700\/40:focus-within{--tw-ring-color: rgb(162 28 175 / .4)}.focus-within\:ring-fuchsia-700\/50:focus-within{--tw-ring-color: rgb(162 28 175 / .5)}.focus-within\:ring-fuchsia-700\/60:focus-within{--tw-ring-color: rgb(162 28 175 / .6)}.focus-within\:ring-fuchsia-700\/70:focus-within{--tw-ring-color: rgb(162 28 175 / .7)}.focus-within\:ring-fuchsia-700\/75:focus-within{--tw-ring-color: rgb(162 28 175 / .75)}.focus-within\:ring-fuchsia-700\/80:focus-within{--tw-ring-color: rgb(162 28 175 / .8)}.focus-within\:ring-fuchsia-700\/90:focus-within{--tw-ring-color: rgb(162 28 175 / .9)}.focus-within\:ring-fuchsia-700\/95:focus-within{--tw-ring-color: rgb(162 28 175 / .95)}.focus-within\:ring-fuchsia-700\/100:focus-within{--tw-ring-color: rgb(162 28 175 / 1)}.focus-within\:ring-fuchsia-800\/0:focus-within{--tw-ring-color: rgb(134 25 143 / 0)}.focus-within\:ring-fuchsia-800\/5:focus-within{--tw-ring-color: rgb(134 25 143 / .05)}.focus-within\:ring-fuchsia-800\/10:focus-within{--tw-ring-color: rgb(134 25 143 / .1)}.focus-within\:ring-fuchsia-800\/20:focus-within{--tw-ring-color: rgb(134 25 143 / .2)}.focus-within\:ring-fuchsia-800\/25:focus-within{--tw-ring-color: rgb(134 25 143 / .25)}.focus-within\:ring-fuchsia-800\/30:focus-within{--tw-ring-color: rgb(134 25 143 / .3)}.focus-within\:ring-fuchsia-800\/40:focus-within{--tw-ring-color: rgb(134 25 143 / .4)}.focus-within\:ring-fuchsia-800\/50:focus-within{--tw-ring-color: rgb(134 25 143 / .5)}.focus-within\:ring-fuchsia-800\/60:focus-within{--tw-ring-color: rgb(134 25 143 / .6)}.focus-within\:ring-fuchsia-800\/70:focus-within{--tw-ring-color: rgb(134 25 143 / .7)}.focus-within\:ring-fuchsia-800\/75:focus-within{--tw-ring-color: rgb(134 25 143 / .75)}.focus-within\:ring-fuchsia-800\/80:focus-within{--tw-ring-color: rgb(134 25 143 / .8)}.focus-within\:ring-fuchsia-800\/90:focus-within{--tw-ring-color: rgb(134 25 143 / .9)}.focus-within\:ring-fuchsia-800\/95:focus-within{--tw-ring-color: rgb(134 25 143 / .95)}.focus-within\:ring-fuchsia-800\/100:focus-within{--tw-ring-color: rgb(134 25 143 / 1)}.focus-within\:ring-fuchsia-900\/0:focus-within{--tw-ring-color: rgb(112 26 117 / 0)}.focus-within\:ring-fuchsia-900\/5:focus-within{--tw-ring-color: rgb(112 26 117 / .05)}.focus-within\:ring-fuchsia-900\/10:focus-within{--tw-ring-color: rgb(112 26 117 / .1)}.focus-within\:ring-fuchsia-900\/20:focus-within{--tw-ring-color: rgb(112 26 117 / .2)}.focus-within\:ring-fuchsia-900\/25:focus-within{--tw-ring-color: rgb(112 26 117 / .25)}.focus-within\:ring-fuchsia-900\/30:focus-within{--tw-ring-color: rgb(112 26 117 / .3)}.focus-within\:ring-fuchsia-900\/40:focus-within{--tw-ring-color: rgb(112 26 117 / .4)}.focus-within\:ring-fuchsia-900\/50:focus-within{--tw-ring-color: rgb(112 26 117 / .5)}.focus-within\:ring-fuchsia-900\/60:focus-within{--tw-ring-color: rgb(112 26 117 / .6)}.focus-within\:ring-fuchsia-900\/70:focus-within{--tw-ring-color: rgb(112 26 117 / .7)}.focus-within\:ring-fuchsia-900\/75:focus-within{--tw-ring-color: rgb(112 26 117 / .75)}.focus-within\:ring-fuchsia-900\/80:focus-within{--tw-ring-color: rgb(112 26 117 / .8)}.focus-within\:ring-fuchsia-900\/90:focus-within{--tw-ring-color: rgb(112 26 117 / .9)}.focus-within\:ring-fuchsia-900\/95:focus-within{--tw-ring-color: rgb(112 26 117 / .95)}.focus-within\:ring-fuchsia-900\/100:focus-within{--tw-ring-color: rgb(112 26 117 / 1)}.focus-within\:ring-pink-50\/0:focus-within{--tw-ring-color: rgb(253 242 248 / 0)}.focus-within\:ring-pink-50\/5:focus-within{--tw-ring-color: rgb(253 242 248 / .05)}.focus-within\:ring-pink-50\/10:focus-within{--tw-ring-color: rgb(253 242 248 / .1)}.focus-within\:ring-pink-50\/20:focus-within{--tw-ring-color: rgb(253 242 248 / .2)}.focus-within\:ring-pink-50\/25:focus-within{--tw-ring-color: rgb(253 242 248 / .25)}.focus-within\:ring-pink-50\/30:focus-within{--tw-ring-color: rgb(253 242 248 / .3)}.focus-within\:ring-pink-50\/40:focus-within{--tw-ring-color: rgb(253 242 248 / .4)}.focus-within\:ring-pink-50\/50:focus-within{--tw-ring-color: rgb(253 242 248 / .5)}.focus-within\:ring-pink-50\/60:focus-within{--tw-ring-color: rgb(253 242 248 / .6)}.focus-within\:ring-pink-50\/70:focus-within{--tw-ring-color: rgb(253 242 248 / .7)}.focus-within\:ring-pink-50\/75:focus-within{--tw-ring-color: rgb(253 242 248 / .75)}.focus-within\:ring-pink-50\/80:focus-within{--tw-ring-color: rgb(253 242 248 / .8)}.focus-within\:ring-pink-50\/90:focus-within{--tw-ring-color: rgb(253 242 248 / .9)}.focus-within\:ring-pink-50\/95:focus-within{--tw-ring-color: rgb(253 242 248 / .95)}.focus-within\:ring-pink-50\/100:focus-within{--tw-ring-color: rgb(253 242 248 / 1)}.focus-within\:ring-pink-100\/0:focus-within{--tw-ring-color: rgb(252 231 243 / 0)}.focus-within\:ring-pink-100\/5:focus-within{--tw-ring-color: rgb(252 231 243 / .05)}.focus-within\:ring-pink-100\/10:focus-within{--tw-ring-color: rgb(252 231 243 / .1)}.focus-within\:ring-pink-100\/20:focus-within{--tw-ring-color: rgb(252 231 243 / .2)}.focus-within\:ring-pink-100\/25:focus-within{--tw-ring-color: rgb(252 231 243 / .25)}.focus-within\:ring-pink-100\/30:focus-within{--tw-ring-color: rgb(252 231 243 / .3)}.focus-within\:ring-pink-100\/40:focus-within{--tw-ring-color: rgb(252 231 243 / .4)}.focus-within\:ring-pink-100\/50:focus-within{--tw-ring-color: rgb(252 231 243 / .5)}.focus-within\:ring-pink-100\/60:focus-within{--tw-ring-color: rgb(252 231 243 / .6)}.focus-within\:ring-pink-100\/70:focus-within{--tw-ring-color: rgb(252 231 243 / .7)}.focus-within\:ring-pink-100\/75:focus-within{--tw-ring-color: rgb(252 231 243 / .75)}.focus-within\:ring-pink-100\/80:focus-within{--tw-ring-color: rgb(252 231 243 / .8)}.focus-within\:ring-pink-100\/90:focus-within{--tw-ring-color: rgb(252 231 243 / .9)}.focus-within\:ring-pink-100\/95:focus-within{--tw-ring-color: rgb(252 231 243 / .95)}.focus-within\:ring-pink-100\/100:focus-within{--tw-ring-color: rgb(252 231 243 / 1)}.focus-within\:ring-pink-200\/0:focus-within{--tw-ring-color: rgb(251 207 232 / 0)}.focus-within\:ring-pink-200\/5:focus-within{--tw-ring-color: rgb(251 207 232 / .05)}.focus-within\:ring-pink-200\/10:focus-within{--tw-ring-color: rgb(251 207 232 / .1)}.focus-within\:ring-pink-200\/20:focus-within{--tw-ring-color: rgb(251 207 232 / .2)}.focus-within\:ring-pink-200\/25:focus-within{--tw-ring-color: rgb(251 207 232 / .25)}.focus-within\:ring-pink-200\/30:focus-within{--tw-ring-color: rgb(251 207 232 / .3)}.focus-within\:ring-pink-200\/40:focus-within{--tw-ring-color: rgb(251 207 232 / .4)}.focus-within\:ring-pink-200\/50:focus-within{--tw-ring-color: rgb(251 207 232 / .5)}.focus-within\:ring-pink-200\/60:focus-within{--tw-ring-color: rgb(251 207 232 / .6)}.focus-within\:ring-pink-200\/70:focus-within{--tw-ring-color: rgb(251 207 232 / .7)}.focus-within\:ring-pink-200\/75:focus-within{--tw-ring-color: rgb(251 207 232 / .75)}.focus-within\:ring-pink-200\/80:focus-within{--tw-ring-color: rgb(251 207 232 / .8)}.focus-within\:ring-pink-200\/90:focus-within{--tw-ring-color: rgb(251 207 232 / .9)}.focus-within\:ring-pink-200\/95:focus-within{--tw-ring-color: rgb(251 207 232 / .95)}.focus-within\:ring-pink-200\/100:focus-within{--tw-ring-color: rgb(251 207 232 / 1)}.focus-within\:ring-pink-300\/0:focus-within{--tw-ring-color: rgb(249 168 212 / 0)}.focus-within\:ring-pink-300\/5:focus-within{--tw-ring-color: rgb(249 168 212 / .05)}.focus-within\:ring-pink-300\/10:focus-within{--tw-ring-color: rgb(249 168 212 / .1)}.focus-within\:ring-pink-300\/20:focus-within{--tw-ring-color: rgb(249 168 212 / .2)}.focus-within\:ring-pink-300\/25:focus-within{--tw-ring-color: rgb(249 168 212 / .25)}.focus-within\:ring-pink-300\/30:focus-within{--tw-ring-color: rgb(249 168 212 / .3)}.focus-within\:ring-pink-300\/40:focus-within{--tw-ring-color: rgb(249 168 212 / .4)}.focus-within\:ring-pink-300\/50:focus-within{--tw-ring-color: rgb(249 168 212 / .5)}.focus-within\:ring-pink-300\/60:focus-within{--tw-ring-color: rgb(249 168 212 / .6)}.focus-within\:ring-pink-300\/70:focus-within{--tw-ring-color: rgb(249 168 212 / .7)}.focus-within\:ring-pink-300\/75:focus-within{--tw-ring-color: rgb(249 168 212 / .75)}.focus-within\:ring-pink-300\/80:focus-within{--tw-ring-color: rgb(249 168 212 / .8)}.focus-within\:ring-pink-300\/90:focus-within{--tw-ring-color: rgb(249 168 212 / .9)}.focus-within\:ring-pink-300\/95:focus-within{--tw-ring-color: rgb(249 168 212 / .95)}.focus-within\:ring-pink-300\/100:focus-within{--tw-ring-color: rgb(249 168 212 / 1)}.focus-within\:ring-pink-400\/0:focus-within{--tw-ring-color: rgb(244 114 182 / 0)}.focus-within\:ring-pink-400\/5:focus-within{--tw-ring-color: rgb(244 114 182 / .05)}.focus-within\:ring-pink-400\/10:focus-within{--tw-ring-color: rgb(244 114 182 / .1)}.focus-within\:ring-pink-400\/20:focus-within{--tw-ring-color: rgb(244 114 182 / .2)}.focus-within\:ring-pink-400\/25:focus-within{--tw-ring-color: rgb(244 114 182 / .25)}.focus-within\:ring-pink-400\/30:focus-within{--tw-ring-color: rgb(244 114 182 / .3)}.focus-within\:ring-pink-400\/40:focus-within{--tw-ring-color: rgb(244 114 182 / .4)}.focus-within\:ring-pink-400\/50:focus-within{--tw-ring-color: rgb(244 114 182 / .5)}.focus-within\:ring-pink-400\/60:focus-within{--tw-ring-color: rgb(244 114 182 / .6)}.focus-within\:ring-pink-400\/70:focus-within{--tw-ring-color: rgb(244 114 182 / .7)}.focus-within\:ring-pink-400\/75:focus-within{--tw-ring-color: rgb(244 114 182 / .75)}.focus-within\:ring-pink-400\/80:focus-within{--tw-ring-color: rgb(244 114 182 / .8)}.focus-within\:ring-pink-400\/90:focus-within{--tw-ring-color: rgb(244 114 182 / .9)}.focus-within\:ring-pink-400\/95:focus-within{--tw-ring-color: rgb(244 114 182 / .95)}.focus-within\:ring-pink-400\/100:focus-within{--tw-ring-color: rgb(244 114 182 / 1)}.focus-within\:ring-pink-500\/0:focus-within{--tw-ring-color: rgb(236 72 153 / 0)}.focus-within\:ring-pink-500\/5:focus-within{--tw-ring-color: rgb(236 72 153 / .05)}.focus-within\:ring-pink-500\/10:focus-within{--tw-ring-color: rgb(236 72 153 / .1)}.focus-within\:ring-pink-500\/20:focus-within{--tw-ring-color: rgb(236 72 153 / .2)}.focus-within\:ring-pink-500\/25:focus-within{--tw-ring-color: rgb(236 72 153 / .25)}.focus-within\:ring-pink-500\/30:focus-within{--tw-ring-color: rgb(236 72 153 / .3)}.focus-within\:ring-pink-500\/40:focus-within{--tw-ring-color: rgb(236 72 153 / .4)}.focus-within\:ring-pink-500\/50:focus-within{--tw-ring-color: rgb(236 72 153 / .5)}.focus-within\:ring-pink-500\/60:focus-within{--tw-ring-color: rgb(236 72 153 / .6)}.focus-within\:ring-pink-500\/70:focus-within{--tw-ring-color: rgb(236 72 153 / .7)}.focus-within\:ring-pink-500\/75:focus-within{--tw-ring-color: rgb(236 72 153 / .75)}.focus-within\:ring-pink-500\/80:focus-within{--tw-ring-color: rgb(236 72 153 / .8)}.focus-within\:ring-pink-500\/90:focus-within{--tw-ring-color: rgb(236 72 153 / .9)}.focus-within\:ring-pink-500\/95:focus-within{--tw-ring-color: rgb(236 72 153 / .95)}.focus-within\:ring-pink-500\/100:focus-within{--tw-ring-color: rgb(236 72 153 / 1)}.focus-within\:ring-pink-600\/0:focus-within{--tw-ring-color: rgb(219 39 119 / 0)}.focus-within\:ring-pink-600\/5:focus-within{--tw-ring-color: rgb(219 39 119 / .05)}.focus-within\:ring-pink-600\/10:focus-within{--tw-ring-color: rgb(219 39 119 / .1)}.focus-within\:ring-pink-600\/20:focus-within{--tw-ring-color: rgb(219 39 119 / .2)}.focus-within\:ring-pink-600\/25:focus-within{--tw-ring-color: rgb(219 39 119 / .25)}.focus-within\:ring-pink-600\/30:focus-within{--tw-ring-color: rgb(219 39 119 / .3)}.focus-within\:ring-pink-600\/40:focus-within{--tw-ring-color: rgb(219 39 119 / .4)}.focus-within\:ring-pink-600\/50:focus-within{--tw-ring-color: rgb(219 39 119 / .5)}.focus-within\:ring-pink-600\/60:focus-within{--tw-ring-color: rgb(219 39 119 / .6)}.focus-within\:ring-pink-600\/70:focus-within{--tw-ring-color: rgb(219 39 119 / .7)}.focus-within\:ring-pink-600\/75:focus-within{--tw-ring-color: rgb(219 39 119 / .75)}.focus-within\:ring-pink-600\/80:focus-within{--tw-ring-color: rgb(219 39 119 / .8)}.focus-within\:ring-pink-600\/90:focus-within{--tw-ring-color: rgb(219 39 119 / .9)}.focus-within\:ring-pink-600\/95:focus-within{--tw-ring-color: rgb(219 39 119 / .95)}.focus-within\:ring-pink-600\/100:focus-within{--tw-ring-color: rgb(219 39 119 / 1)}.focus-within\:ring-pink-700\/0:focus-within{--tw-ring-color: rgb(190 24 93 / 0)}.focus-within\:ring-pink-700\/5:focus-within{--tw-ring-color: rgb(190 24 93 / .05)}.focus-within\:ring-pink-700\/10:focus-within{--tw-ring-color: rgb(190 24 93 / .1)}.focus-within\:ring-pink-700\/20:focus-within{--tw-ring-color: rgb(190 24 93 / .2)}.focus-within\:ring-pink-700\/25:focus-within{--tw-ring-color: rgb(190 24 93 / .25)}.focus-within\:ring-pink-700\/30:focus-within{--tw-ring-color: rgb(190 24 93 / .3)}.focus-within\:ring-pink-700\/40:focus-within{--tw-ring-color: rgb(190 24 93 / .4)}.focus-within\:ring-pink-700\/50:focus-within{--tw-ring-color: rgb(190 24 93 / .5)}.focus-within\:ring-pink-700\/60:focus-within{--tw-ring-color: rgb(190 24 93 / .6)}.focus-within\:ring-pink-700\/70:focus-within{--tw-ring-color: rgb(190 24 93 / .7)}.focus-within\:ring-pink-700\/75:focus-within{--tw-ring-color: rgb(190 24 93 / .75)}.focus-within\:ring-pink-700\/80:focus-within{--tw-ring-color: rgb(190 24 93 / .8)}.focus-within\:ring-pink-700\/90:focus-within{--tw-ring-color: rgb(190 24 93 / .9)}.focus-within\:ring-pink-700\/95:focus-within{--tw-ring-color: rgb(190 24 93 / .95)}.focus-within\:ring-pink-700\/100:focus-within{--tw-ring-color: rgb(190 24 93 / 1)}.focus-within\:ring-pink-800\/0:focus-within{--tw-ring-color: rgb(157 23 77 / 0)}.focus-within\:ring-pink-800\/5:focus-within{--tw-ring-color: rgb(157 23 77 / .05)}.focus-within\:ring-pink-800\/10:focus-within{--tw-ring-color: rgb(157 23 77 / .1)}.focus-within\:ring-pink-800\/20:focus-within{--tw-ring-color: rgb(157 23 77 / .2)}.focus-within\:ring-pink-800\/25:focus-within{--tw-ring-color: rgb(157 23 77 / .25)}.focus-within\:ring-pink-800\/30:focus-within{--tw-ring-color: rgb(157 23 77 / .3)}.focus-within\:ring-pink-800\/40:focus-within{--tw-ring-color: rgb(157 23 77 / .4)}.focus-within\:ring-pink-800\/50:focus-within{--tw-ring-color: rgb(157 23 77 / .5)}.focus-within\:ring-pink-800\/60:focus-within{--tw-ring-color: rgb(157 23 77 / .6)}.focus-within\:ring-pink-800\/70:focus-within{--tw-ring-color: rgb(157 23 77 / .7)}.focus-within\:ring-pink-800\/75:focus-within{--tw-ring-color: rgb(157 23 77 / .75)}.focus-within\:ring-pink-800\/80:focus-within{--tw-ring-color: rgb(157 23 77 / .8)}.focus-within\:ring-pink-800\/90:focus-within{--tw-ring-color: rgb(157 23 77 / .9)}.focus-within\:ring-pink-800\/95:focus-within{--tw-ring-color: rgb(157 23 77 / .95)}.focus-within\:ring-pink-800\/100:focus-within{--tw-ring-color: rgb(157 23 77 / 1)}.focus-within\:ring-pink-900\/0:focus-within{--tw-ring-color: rgb(131 24 67 / 0)}.focus-within\:ring-pink-900\/5:focus-within{--tw-ring-color: rgb(131 24 67 / .05)}.focus-within\:ring-pink-900\/10:focus-within{--tw-ring-color: rgb(131 24 67 / .1)}.focus-within\:ring-pink-900\/20:focus-within{--tw-ring-color: rgb(131 24 67 / .2)}.focus-within\:ring-pink-900\/25:focus-within{--tw-ring-color: rgb(131 24 67 / .25)}.focus-within\:ring-pink-900\/30:focus-within{--tw-ring-color: rgb(131 24 67 / .3)}.focus-within\:ring-pink-900\/40:focus-within{--tw-ring-color: rgb(131 24 67 / .4)}.focus-within\:ring-pink-900\/50:focus-within{--tw-ring-color: rgb(131 24 67 / .5)}.focus-within\:ring-pink-900\/60:focus-within{--tw-ring-color: rgb(131 24 67 / .6)}.focus-within\:ring-pink-900\/70:focus-within{--tw-ring-color: rgb(131 24 67 / .7)}.focus-within\:ring-pink-900\/75:focus-within{--tw-ring-color: rgb(131 24 67 / .75)}.focus-within\:ring-pink-900\/80:focus-within{--tw-ring-color: rgb(131 24 67 / .8)}.focus-within\:ring-pink-900\/90:focus-within{--tw-ring-color: rgb(131 24 67 / .9)}.focus-within\:ring-pink-900\/95:focus-within{--tw-ring-color: rgb(131 24 67 / .95)}.focus-within\:ring-pink-900\/100:focus-within{--tw-ring-color: rgb(131 24 67 / 1)}.focus-within\:ring-rose-50\/0:focus-within{--tw-ring-color: rgb(255 241 242 / 0)}.focus-within\:ring-rose-50\/5:focus-within{--tw-ring-color: rgb(255 241 242 / .05)}.focus-within\:ring-rose-50\/10:focus-within{--tw-ring-color: rgb(255 241 242 / .1)}.focus-within\:ring-rose-50\/20:focus-within{--tw-ring-color: rgb(255 241 242 / .2)}.focus-within\:ring-rose-50\/25:focus-within{--tw-ring-color: rgb(255 241 242 / .25)}.focus-within\:ring-rose-50\/30:focus-within{--tw-ring-color: rgb(255 241 242 / .3)}.focus-within\:ring-rose-50\/40:focus-within{--tw-ring-color: rgb(255 241 242 / .4)}.focus-within\:ring-rose-50\/50:focus-within{--tw-ring-color: rgb(255 241 242 / .5)}.focus-within\:ring-rose-50\/60:focus-within{--tw-ring-color: rgb(255 241 242 / .6)}.focus-within\:ring-rose-50\/70:focus-within{--tw-ring-color: rgb(255 241 242 / .7)}.focus-within\:ring-rose-50\/75:focus-within{--tw-ring-color: rgb(255 241 242 / .75)}.focus-within\:ring-rose-50\/80:focus-within{--tw-ring-color: rgb(255 241 242 / .8)}.focus-within\:ring-rose-50\/90:focus-within{--tw-ring-color: rgb(255 241 242 / .9)}.focus-within\:ring-rose-50\/95:focus-within{--tw-ring-color: rgb(255 241 242 / .95)}.focus-within\:ring-rose-50\/100:focus-within{--tw-ring-color: rgb(255 241 242 / 1)}.focus-within\:ring-rose-100\/0:focus-within{--tw-ring-color: rgb(255 228 230 / 0)}.focus-within\:ring-rose-100\/5:focus-within{--tw-ring-color: rgb(255 228 230 / .05)}.focus-within\:ring-rose-100\/10:focus-within{--tw-ring-color: rgb(255 228 230 / .1)}.focus-within\:ring-rose-100\/20:focus-within{--tw-ring-color: rgb(255 228 230 / .2)}.focus-within\:ring-rose-100\/25:focus-within{--tw-ring-color: rgb(255 228 230 / .25)}.focus-within\:ring-rose-100\/30:focus-within{--tw-ring-color: rgb(255 228 230 / .3)}.focus-within\:ring-rose-100\/40:focus-within{--tw-ring-color: rgb(255 228 230 / .4)}.focus-within\:ring-rose-100\/50:focus-within{--tw-ring-color: rgb(255 228 230 / .5)}.focus-within\:ring-rose-100\/60:focus-within{--tw-ring-color: rgb(255 228 230 / .6)}.focus-within\:ring-rose-100\/70:focus-within{--tw-ring-color: rgb(255 228 230 / .7)}.focus-within\:ring-rose-100\/75:focus-within{--tw-ring-color: rgb(255 228 230 / .75)}.focus-within\:ring-rose-100\/80:focus-within{--tw-ring-color: rgb(255 228 230 / .8)}.focus-within\:ring-rose-100\/90:focus-within{--tw-ring-color: rgb(255 228 230 / .9)}.focus-within\:ring-rose-100\/95:focus-within{--tw-ring-color: rgb(255 228 230 / .95)}.focus-within\:ring-rose-100\/100:focus-within{--tw-ring-color: rgb(255 228 230 / 1)}.focus-within\:ring-rose-200\/0:focus-within{--tw-ring-color: rgb(254 205 211 / 0)}.focus-within\:ring-rose-200\/5:focus-within{--tw-ring-color: rgb(254 205 211 / .05)}.focus-within\:ring-rose-200\/10:focus-within{--tw-ring-color: rgb(254 205 211 / .1)}.focus-within\:ring-rose-200\/20:focus-within{--tw-ring-color: rgb(254 205 211 / .2)}.focus-within\:ring-rose-200\/25:focus-within{--tw-ring-color: rgb(254 205 211 / .25)}.focus-within\:ring-rose-200\/30:focus-within{--tw-ring-color: rgb(254 205 211 / .3)}.focus-within\:ring-rose-200\/40:focus-within{--tw-ring-color: rgb(254 205 211 / .4)}.focus-within\:ring-rose-200\/50:focus-within{--tw-ring-color: rgb(254 205 211 / .5)}.focus-within\:ring-rose-200\/60:focus-within{--tw-ring-color: rgb(254 205 211 / .6)}.focus-within\:ring-rose-200\/70:focus-within{--tw-ring-color: rgb(254 205 211 / .7)}.focus-within\:ring-rose-200\/75:focus-within{--tw-ring-color: rgb(254 205 211 / .75)}.focus-within\:ring-rose-200\/80:focus-within{--tw-ring-color: rgb(254 205 211 / .8)}.focus-within\:ring-rose-200\/90:focus-within{--tw-ring-color: rgb(254 205 211 / .9)}.focus-within\:ring-rose-200\/95:focus-within{--tw-ring-color: rgb(254 205 211 / .95)}.focus-within\:ring-rose-200\/100:focus-within{--tw-ring-color: rgb(254 205 211 / 1)}.focus-within\:ring-rose-300\/0:focus-within{--tw-ring-color: rgb(253 164 175 / 0)}.focus-within\:ring-rose-300\/5:focus-within{--tw-ring-color: rgb(253 164 175 / .05)}.focus-within\:ring-rose-300\/10:focus-within{--tw-ring-color: rgb(253 164 175 / .1)}.focus-within\:ring-rose-300\/20:focus-within{--tw-ring-color: rgb(253 164 175 / .2)}.focus-within\:ring-rose-300\/25:focus-within{--tw-ring-color: rgb(253 164 175 / .25)}.focus-within\:ring-rose-300\/30:focus-within{--tw-ring-color: rgb(253 164 175 / .3)}.focus-within\:ring-rose-300\/40:focus-within{--tw-ring-color: rgb(253 164 175 / .4)}.focus-within\:ring-rose-300\/50:focus-within{--tw-ring-color: rgb(253 164 175 / .5)}.focus-within\:ring-rose-300\/60:focus-within{--tw-ring-color: rgb(253 164 175 / .6)}.focus-within\:ring-rose-300\/70:focus-within{--tw-ring-color: rgb(253 164 175 / .7)}.focus-within\:ring-rose-300\/75:focus-within{--tw-ring-color: rgb(253 164 175 / .75)}.focus-within\:ring-rose-300\/80:focus-within{--tw-ring-color: rgb(253 164 175 / .8)}.focus-within\:ring-rose-300\/90:focus-within{--tw-ring-color: rgb(253 164 175 / .9)}.focus-within\:ring-rose-300\/95:focus-within{--tw-ring-color: rgb(253 164 175 / .95)}.focus-within\:ring-rose-300\/100:focus-within{--tw-ring-color: rgb(253 164 175 / 1)}.focus-within\:ring-rose-400\/0:focus-within{--tw-ring-color: rgb(251 113 133 / 0)}.focus-within\:ring-rose-400\/5:focus-within{--tw-ring-color: rgb(251 113 133 / .05)}.focus-within\:ring-rose-400\/10:focus-within{--tw-ring-color: rgb(251 113 133 / .1)}.focus-within\:ring-rose-400\/20:focus-within{--tw-ring-color: rgb(251 113 133 / .2)}.focus-within\:ring-rose-400\/25:focus-within{--tw-ring-color: rgb(251 113 133 / .25)}.focus-within\:ring-rose-400\/30:focus-within{--tw-ring-color: rgb(251 113 133 / .3)}.focus-within\:ring-rose-400\/40:focus-within{--tw-ring-color: rgb(251 113 133 / .4)}.focus-within\:ring-rose-400\/50:focus-within{--tw-ring-color: rgb(251 113 133 / .5)}.focus-within\:ring-rose-400\/60:focus-within{--tw-ring-color: rgb(251 113 133 / .6)}.focus-within\:ring-rose-400\/70:focus-within{--tw-ring-color: rgb(251 113 133 / .7)}.focus-within\:ring-rose-400\/75:focus-within{--tw-ring-color: rgb(251 113 133 / .75)}.focus-within\:ring-rose-400\/80:focus-within{--tw-ring-color: rgb(251 113 133 / .8)}.focus-within\:ring-rose-400\/90:focus-within{--tw-ring-color: rgb(251 113 133 / .9)}.focus-within\:ring-rose-400\/95:focus-within{--tw-ring-color: rgb(251 113 133 / .95)}.focus-within\:ring-rose-400\/100:focus-within{--tw-ring-color: rgb(251 113 133 / 1)}.focus-within\:ring-rose-500\/0:focus-within{--tw-ring-color: rgb(244 63 94 / 0)}.focus-within\:ring-rose-500\/5:focus-within{--tw-ring-color: rgb(244 63 94 / .05)}.focus-within\:ring-rose-500\/10:focus-within{--tw-ring-color: rgb(244 63 94 / .1)}.focus-within\:ring-rose-500\/20:focus-within{--tw-ring-color: rgb(244 63 94 / .2)}.focus-within\:ring-rose-500\/25:focus-within{--tw-ring-color: rgb(244 63 94 / .25)}.focus-within\:ring-rose-500\/30:focus-within{--tw-ring-color: rgb(244 63 94 / .3)}.focus-within\:ring-rose-500\/40:focus-within{--tw-ring-color: rgb(244 63 94 / .4)}.focus-within\:ring-rose-500\/50:focus-within{--tw-ring-color: rgb(244 63 94 / .5)}.focus-within\:ring-rose-500\/60:focus-within{--tw-ring-color: rgb(244 63 94 / .6)}.focus-within\:ring-rose-500\/70:focus-within{--tw-ring-color: rgb(244 63 94 / .7)}.focus-within\:ring-rose-500\/75:focus-within{--tw-ring-color: rgb(244 63 94 / .75)}.focus-within\:ring-rose-500\/80:focus-within{--tw-ring-color: rgb(244 63 94 / .8)}.focus-within\:ring-rose-500\/90:focus-within{--tw-ring-color: rgb(244 63 94 / .9)}.focus-within\:ring-rose-500\/95:focus-within{--tw-ring-color: rgb(244 63 94 / .95)}.focus-within\:ring-rose-500\/100:focus-within{--tw-ring-color: rgb(244 63 94 / 1)}.focus-within\:ring-rose-600\/0:focus-within{--tw-ring-color: rgb(225 29 72 / 0)}.focus-within\:ring-rose-600\/5:focus-within{--tw-ring-color: rgb(225 29 72 / .05)}.focus-within\:ring-rose-600\/10:focus-within{--tw-ring-color: rgb(225 29 72 / .1)}.focus-within\:ring-rose-600\/20:focus-within{--tw-ring-color: rgb(225 29 72 / .2)}.focus-within\:ring-rose-600\/25:focus-within{--tw-ring-color: rgb(225 29 72 / .25)}.focus-within\:ring-rose-600\/30:focus-within{--tw-ring-color: rgb(225 29 72 / .3)}.focus-within\:ring-rose-600\/40:focus-within{--tw-ring-color: rgb(225 29 72 / .4)}.focus-within\:ring-rose-600\/50:focus-within{--tw-ring-color: rgb(225 29 72 / .5)}.focus-within\:ring-rose-600\/60:focus-within{--tw-ring-color: rgb(225 29 72 / .6)}.focus-within\:ring-rose-600\/70:focus-within{--tw-ring-color: rgb(225 29 72 / .7)}.focus-within\:ring-rose-600\/75:focus-within{--tw-ring-color: rgb(225 29 72 / .75)}.focus-within\:ring-rose-600\/80:focus-within{--tw-ring-color: rgb(225 29 72 / .8)}.focus-within\:ring-rose-600\/90:focus-within{--tw-ring-color: rgb(225 29 72 / .9)}.focus-within\:ring-rose-600\/95:focus-within{--tw-ring-color: rgb(225 29 72 / .95)}.focus-within\:ring-rose-600\/100:focus-within{--tw-ring-color: rgb(225 29 72 / 1)}.focus-within\:ring-rose-700\/0:focus-within{--tw-ring-color: rgb(190 18 60 / 0)}.focus-within\:ring-rose-700\/5:focus-within{--tw-ring-color: rgb(190 18 60 / .05)}.focus-within\:ring-rose-700\/10:focus-within{--tw-ring-color: rgb(190 18 60 / .1)}.focus-within\:ring-rose-700\/20:focus-within{--tw-ring-color: rgb(190 18 60 / .2)}.focus-within\:ring-rose-700\/25:focus-within{--tw-ring-color: rgb(190 18 60 / .25)}.focus-within\:ring-rose-700\/30:focus-within{--tw-ring-color: rgb(190 18 60 / .3)}.focus-within\:ring-rose-700\/40:focus-within{--tw-ring-color: rgb(190 18 60 / .4)}.focus-within\:ring-rose-700\/50:focus-within{--tw-ring-color: rgb(190 18 60 / .5)}.focus-within\:ring-rose-700\/60:focus-within{--tw-ring-color: rgb(190 18 60 / .6)}.focus-within\:ring-rose-700\/70:focus-within{--tw-ring-color: rgb(190 18 60 / .7)}.focus-within\:ring-rose-700\/75:focus-within{--tw-ring-color: rgb(190 18 60 / .75)}.focus-within\:ring-rose-700\/80:focus-within{--tw-ring-color: rgb(190 18 60 / .8)}.focus-within\:ring-rose-700\/90:focus-within{--tw-ring-color: rgb(190 18 60 / .9)}.focus-within\:ring-rose-700\/95:focus-within{--tw-ring-color: rgb(190 18 60 / .95)}.focus-within\:ring-rose-700\/100:focus-within{--tw-ring-color: rgb(190 18 60 / 1)}.focus-within\:ring-rose-800\/0:focus-within{--tw-ring-color: rgb(159 18 57 / 0)}.focus-within\:ring-rose-800\/5:focus-within{--tw-ring-color: rgb(159 18 57 / .05)}.focus-within\:ring-rose-800\/10:focus-within{--tw-ring-color: rgb(159 18 57 / .1)}.focus-within\:ring-rose-800\/20:focus-within{--tw-ring-color: rgb(159 18 57 / .2)}.focus-within\:ring-rose-800\/25:focus-within{--tw-ring-color: rgb(159 18 57 / .25)}.focus-within\:ring-rose-800\/30:focus-within{--tw-ring-color: rgb(159 18 57 / .3)}.focus-within\:ring-rose-800\/40:focus-within{--tw-ring-color: rgb(159 18 57 / .4)}.focus-within\:ring-rose-800\/50:focus-within{--tw-ring-color: rgb(159 18 57 / .5)}.focus-within\:ring-rose-800\/60:focus-within{--tw-ring-color: rgb(159 18 57 / .6)}.focus-within\:ring-rose-800\/70:focus-within{--tw-ring-color: rgb(159 18 57 / .7)}.focus-within\:ring-rose-800\/75:focus-within{--tw-ring-color: rgb(159 18 57 / .75)}.focus-within\:ring-rose-800\/80:focus-within{--tw-ring-color: rgb(159 18 57 / .8)}.focus-within\:ring-rose-800\/90:focus-within{--tw-ring-color: rgb(159 18 57 / .9)}.focus-within\:ring-rose-800\/95:focus-within{--tw-ring-color: rgb(159 18 57 / .95)}.focus-within\:ring-rose-800\/100:focus-within{--tw-ring-color: rgb(159 18 57 / 1)}.focus-within\:ring-rose-900\/0:focus-within{--tw-ring-color: rgb(136 19 55 / 0)}.focus-within\:ring-rose-900\/5:focus-within{--tw-ring-color: rgb(136 19 55 / .05)}.focus-within\:ring-rose-900\/10:focus-within{--tw-ring-color: rgb(136 19 55 / .1)}.focus-within\:ring-rose-900\/20:focus-within{--tw-ring-color: rgb(136 19 55 / .2)}.focus-within\:ring-rose-900\/25:focus-within{--tw-ring-color: rgb(136 19 55 / .25)}.focus-within\:ring-rose-900\/30:focus-within{--tw-ring-color: rgb(136 19 55 / .3)}.focus-within\:ring-rose-900\/40:focus-within{--tw-ring-color: rgb(136 19 55 / .4)}.focus-within\:ring-rose-900\/50:focus-within{--tw-ring-color: rgb(136 19 55 / .5)}.focus-within\:ring-rose-900\/60:focus-within{--tw-ring-color: rgb(136 19 55 / .6)}.focus-within\:ring-rose-900\/70:focus-within{--tw-ring-color: rgb(136 19 55 / .7)}.focus-within\:ring-rose-900\/75:focus-within{--tw-ring-color: rgb(136 19 55 / .75)}.focus-within\:ring-rose-900\/80:focus-within{--tw-ring-color: rgb(136 19 55 / .8)}.focus-within\:ring-rose-900\/90:focus-within{--tw-ring-color: rgb(136 19 55 / .9)}.focus-within\:ring-rose-900\/95:focus-within{--tw-ring-color: rgb(136 19 55 / .95)}.focus-within\:ring-rose-900\/100:focus-within{--tw-ring-color: rgb(136 19 55 / 1)}.focus-within\:ring-primary-100\/0:focus-within{--tw-ring-color: rgb(242 243 244 / 0)}.focus-within\:ring-primary-100\/5:focus-within{--tw-ring-color: rgb(242 243 244 / .05)}.focus-within\:ring-primary-100\/10:focus-within{--tw-ring-color: rgb(242 243 244 / .1)}.focus-within\:ring-primary-100\/20:focus-within{--tw-ring-color: rgb(242 243 244 / .2)}.focus-within\:ring-primary-100\/25:focus-within{--tw-ring-color: rgb(242 243 244 / .25)}.focus-within\:ring-primary-100\/30:focus-within{--tw-ring-color: rgb(242 243 244 / .3)}.focus-within\:ring-primary-100\/40:focus-within{--tw-ring-color: rgb(242 243 244 / .4)}.focus-within\:ring-primary-100\/50:focus-within{--tw-ring-color: rgb(242 243 244 / .5)}.focus-within\:ring-primary-100\/60:focus-within{--tw-ring-color: rgb(242 243 244 / .6)}.focus-within\:ring-primary-100\/70:focus-within{--tw-ring-color: rgb(242 243 244 / .7)}.focus-within\:ring-primary-100\/75:focus-within{--tw-ring-color: rgb(242 243 244 / .75)}.focus-within\:ring-primary-100\/80:focus-within{--tw-ring-color: rgb(242 243 244 / .8)}.focus-within\:ring-primary-100\/90:focus-within{--tw-ring-color: rgb(242 243 244 / .9)}.focus-within\:ring-primary-100\/95:focus-within{--tw-ring-color: rgb(242 243 244 / .95)}.focus-within\:ring-primary-100\/100:focus-within{--tw-ring-color: rgb(242 243 244 / 1)}.focus-within\:ring-primary-200\/0:focus-within{--tw-ring-color: rgb(232 232 240 / 0)}.focus-within\:ring-primary-200\/5:focus-within{--tw-ring-color: rgb(232 232 240 / .05)}.focus-within\:ring-primary-200\/10:focus-within{--tw-ring-color: rgb(232 232 240 / .1)}.focus-within\:ring-primary-200\/20:focus-within{--tw-ring-color: rgb(232 232 240 / .2)}.focus-within\:ring-primary-200\/25:focus-within{--tw-ring-color: rgb(232 232 240 / .25)}.focus-within\:ring-primary-200\/30:focus-within{--tw-ring-color: rgb(232 232 240 / .3)}.focus-within\:ring-primary-200\/40:focus-within{--tw-ring-color: rgb(232 232 240 / .4)}.focus-within\:ring-primary-200\/50:focus-within{--tw-ring-color: rgb(232 232 240 / .5)}.focus-within\:ring-primary-200\/60:focus-within{--tw-ring-color: rgb(232 232 240 / .6)}.focus-within\:ring-primary-200\/70:focus-within{--tw-ring-color: rgb(232 232 240 / .7)}.focus-within\:ring-primary-200\/75:focus-within{--tw-ring-color: rgb(232 232 240 / .75)}.focus-within\:ring-primary-200\/80:focus-within{--tw-ring-color: rgb(232 232 240 / .8)}.focus-within\:ring-primary-200\/90:focus-within{--tw-ring-color: rgb(232 232 240 / .9)}.focus-within\:ring-primary-200\/95:focus-within{--tw-ring-color: rgb(232 232 240 / .95)}.focus-within\:ring-primary-200\/100:focus-within{--tw-ring-color: rgb(232 232 240 / 1)}.focus-within\:ring-primary-300\/0:focus-within{--tw-ring-color: rgb(208 208 225 / 0)}.focus-within\:ring-primary-300\/5:focus-within{--tw-ring-color: rgb(208 208 225 / .05)}.focus-within\:ring-primary-300\/10:focus-within{--tw-ring-color: rgb(208 208 225 / .1)}.focus-within\:ring-primary-300\/20:focus-within{--tw-ring-color: rgb(208 208 225 / .2)}.focus-within\:ring-primary-300\/25:focus-within{--tw-ring-color: rgb(208 208 225 / .25)}.focus-within\:ring-primary-300\/30:focus-within{--tw-ring-color: rgb(208 208 225 / .3)}.focus-within\:ring-primary-300\/40:focus-within{--tw-ring-color: rgb(208 208 225 / .4)}.focus-within\:ring-primary-300\/50:focus-within{--tw-ring-color: rgb(208 208 225 / .5)}.focus-within\:ring-primary-300\/60:focus-within{--tw-ring-color: rgb(208 208 225 / .6)}.focus-within\:ring-primary-300\/70:focus-within{--tw-ring-color: rgb(208 208 225 / .7)}.focus-within\:ring-primary-300\/75:focus-within{--tw-ring-color: rgb(208 208 225 / .75)}.focus-within\:ring-primary-300\/80:focus-within{--tw-ring-color: rgb(208 208 225 / .8)}.focus-within\:ring-primary-300\/90:focus-within{--tw-ring-color: rgb(208 208 225 / .9)}.focus-within\:ring-primary-300\/95:focus-within{--tw-ring-color: rgb(208 208 225 / .95)}.focus-within\:ring-primary-300\/100:focus-within{--tw-ring-color: rgb(208 208 225 / 1)}.focus-within\:ring-primary-400\/0:focus-within{--tw-ring-color: rgb(180 180 209 / 0)}.focus-within\:ring-primary-400\/5:focus-within{--tw-ring-color: rgb(180 180 209 / .05)}.focus-within\:ring-primary-400\/10:focus-within{--tw-ring-color: rgb(180 180 209 / .1)}.focus-within\:ring-primary-400\/20:focus-within{--tw-ring-color: rgb(180 180 209 / .2)}.focus-within\:ring-primary-400\/25:focus-within{--tw-ring-color: rgb(180 180 209 / .25)}.focus-within\:ring-primary-400\/30:focus-within{--tw-ring-color: rgb(180 180 209 / .3)}.focus-within\:ring-primary-400\/40:focus-within{--tw-ring-color: rgb(180 180 209 / .4)}.focus-within\:ring-primary-400\/50:focus-within{--tw-ring-color: rgb(180 180 209 / .5)}.focus-within\:ring-primary-400\/60:focus-within{--tw-ring-color: rgb(180 180 209 / .6)}.focus-within\:ring-primary-400\/70:focus-within{--tw-ring-color: rgb(180 180 209 / .7)}.focus-within\:ring-primary-400\/75:focus-within{--tw-ring-color: rgb(180 180 209 / .75)}.focus-within\:ring-primary-400\/80:focus-within{--tw-ring-color: rgb(180 180 209 / .8)}.focus-within\:ring-primary-400\/90:focus-within{--tw-ring-color: rgb(180 180 209 / .9)}.focus-within\:ring-primary-400\/95:focus-within{--tw-ring-color: rgb(180 180 209 / .95)}.focus-within\:ring-primary-400\/100:focus-within{--tw-ring-color: rgb(180 180 209 / 1)}.focus-within\:ring-primary-500\/0:focus-within{--tw-ring-color: rgb(147 147 191 / 0)}.focus-within\:ring-primary-500\/5:focus-within{--tw-ring-color: rgb(147 147 191 / .05)}.focus-within\:ring-primary-500\/10:focus-within{--tw-ring-color: rgb(147 147 191 / .1)}.focus-within\:ring-primary-500\/20:focus-within{--tw-ring-color: rgb(147 147 191 / .2)}.focus-within\:ring-primary-500\/25:focus-within{--tw-ring-color: rgb(147 147 191 / .25)}.focus-within\:ring-primary-500\/30:focus-within{--tw-ring-color: rgb(147 147 191 / .3)}.focus-within\:ring-primary-500\/40:focus-within{--tw-ring-color: rgb(147 147 191 / .4)}.focus-within\:ring-primary-500\/50:focus-within{--tw-ring-color: rgb(147 147 191 / .5)}.focus-within\:ring-primary-500\/60:focus-within{--tw-ring-color: rgb(147 147 191 / .6)}.focus-within\:ring-primary-500\/70:focus-within{--tw-ring-color: rgb(147 147 191 / .7)}.focus-within\:ring-primary-500\/75:focus-within{--tw-ring-color: rgb(147 147 191 / .75)}.focus-within\:ring-primary-500\/80:focus-within{--tw-ring-color: rgb(147 147 191 / .8)}.focus-within\:ring-primary-500\/90:focus-within{--tw-ring-color: rgb(147 147 191 / .9)}.focus-within\:ring-primary-500\/95:focus-within{--tw-ring-color: rgb(147 147 191 / .95)}.focus-within\:ring-primary-500\/100:focus-within{--tw-ring-color: rgb(147 147 191 / 1)}.focus-within\:ring-primary-600\/0:focus-within{--tw-ring-color: rgb(104 104 172 / 0)}.focus-within\:ring-primary-600\/5:focus-within{--tw-ring-color: rgb(104 104 172 / .05)}.focus-within\:ring-primary-600\/10:focus-within{--tw-ring-color: rgb(104 104 172 / .1)}.focus-within\:ring-primary-600\/20:focus-within{--tw-ring-color: rgb(104 104 172 / .2)}.focus-within\:ring-primary-600\/25:focus-within{--tw-ring-color: rgb(104 104 172 / .25)}.focus-within\:ring-primary-600\/30:focus-within{--tw-ring-color: rgb(104 104 172 / .3)}.focus-within\:ring-primary-600\/40:focus-within{--tw-ring-color: rgb(104 104 172 / .4)}.focus-within\:ring-primary-600\/50:focus-within{--tw-ring-color: rgb(104 104 172 / .5)}.focus-within\:ring-primary-600\/60:focus-within{--tw-ring-color: rgb(104 104 172 / .6)}.focus-within\:ring-primary-600\/70:focus-within{--tw-ring-color: rgb(104 104 172 / .7)}.focus-within\:ring-primary-600\/75:focus-within{--tw-ring-color: rgb(104 104 172 / .75)}.focus-within\:ring-primary-600\/80:focus-within{--tw-ring-color: rgb(104 104 172 / .8)}.focus-within\:ring-primary-600\/90:focus-within{--tw-ring-color: rgb(104 104 172 / .9)}.focus-within\:ring-primary-600\/95:focus-within{--tw-ring-color: rgb(104 104 172 / .95)}.focus-within\:ring-primary-600\/100:focus-within{--tw-ring-color: rgb(104 104 172 / 1)}.focus-within\:ring-primary-700\/0:focus-within{--tw-ring-color: rgb(93 93 153 / 0)}.focus-within\:ring-primary-700\/5:focus-within{--tw-ring-color: rgb(93 93 153 / .05)}.focus-within\:ring-primary-700\/10:focus-within{--tw-ring-color: rgb(93 93 153 / .1)}.focus-within\:ring-primary-700\/20:focus-within{--tw-ring-color: rgb(93 93 153 / .2)}.focus-within\:ring-primary-700\/25:focus-within{--tw-ring-color: rgb(93 93 153 / .25)}.focus-within\:ring-primary-700\/30:focus-within{--tw-ring-color: rgb(93 93 153 / .3)}.focus-within\:ring-primary-700\/40:focus-within{--tw-ring-color: rgb(93 93 153 / .4)}.focus-within\:ring-primary-700\/50:focus-within{--tw-ring-color: rgb(93 93 153 / .5)}.focus-within\:ring-primary-700\/60:focus-within{--tw-ring-color: rgb(93 93 153 / .6)}.focus-within\:ring-primary-700\/70:focus-within{--tw-ring-color: rgb(93 93 153 / .7)}.focus-within\:ring-primary-700\/75:focus-within{--tw-ring-color: rgb(93 93 153 / .75)}.focus-within\:ring-primary-700\/80:focus-within{--tw-ring-color: rgb(93 93 153 / .8)}.focus-within\:ring-primary-700\/90:focus-within{--tw-ring-color: rgb(93 93 153 / .9)}.focus-within\:ring-primary-700\/95:focus-within{--tw-ring-color: rgb(93 93 153 / .95)}.focus-within\:ring-primary-700\/100:focus-within{--tw-ring-color: rgb(93 93 153 / 1)}.focus-within\:ring-primary-800\/0:focus-within{--tw-ring-color: rgb(80 80 133 / 0)}.focus-within\:ring-primary-800\/5:focus-within{--tw-ring-color: rgb(80 80 133 / .05)}.focus-within\:ring-primary-800\/10:focus-within{--tw-ring-color: rgb(80 80 133 / .1)}.focus-within\:ring-primary-800\/20:focus-within{--tw-ring-color: rgb(80 80 133 / .2)}.focus-within\:ring-primary-800\/25:focus-within{--tw-ring-color: rgb(80 80 133 / .25)}.focus-within\:ring-primary-800\/30:focus-within{--tw-ring-color: rgb(80 80 133 / .3)}.focus-within\:ring-primary-800\/40:focus-within{--tw-ring-color: rgb(80 80 133 / .4)}.focus-within\:ring-primary-800\/50:focus-within{--tw-ring-color: rgb(80 80 133 / .5)}.focus-within\:ring-primary-800\/60:focus-within{--tw-ring-color: rgb(80 80 133 / .6)}.focus-within\:ring-primary-800\/70:focus-within{--tw-ring-color: rgb(80 80 133 / .7)}.focus-within\:ring-primary-800\/75:focus-within{--tw-ring-color: rgb(80 80 133 / .75)}.focus-within\:ring-primary-800\/80:focus-within{--tw-ring-color: rgb(80 80 133 / .8)}.focus-within\:ring-primary-800\/90:focus-within{--tw-ring-color: rgb(80 80 133 / .9)}.focus-within\:ring-primary-800\/95:focus-within{--tw-ring-color: rgb(80 80 133 / .95)}.focus-within\:ring-primary-800\/100:focus-within{--tw-ring-color: rgb(80 80 133 / 1)}.focus-within\:ring-primary-900\/0:focus-within{--tw-ring-color: rgb(65 65 108 / 0)}.focus-within\:ring-primary-900\/5:focus-within{--tw-ring-color: rgb(65 65 108 / .05)}.focus-within\:ring-primary-900\/10:focus-within{--tw-ring-color: rgb(65 65 108 / .1)}.focus-within\:ring-primary-900\/20:focus-within{--tw-ring-color: rgb(65 65 108 / .2)}.focus-within\:ring-primary-900\/25:focus-within{--tw-ring-color: rgb(65 65 108 / .25)}.focus-within\:ring-primary-900\/30:focus-within{--tw-ring-color: rgb(65 65 108 / .3)}.focus-within\:ring-primary-900\/40:focus-within{--tw-ring-color: rgb(65 65 108 / .4)}.focus-within\:ring-primary-900\/50:focus-within{--tw-ring-color: rgb(65 65 108 / .5)}.focus-within\:ring-primary-900\/60:focus-within{--tw-ring-color: rgb(65 65 108 / .6)}.focus-within\:ring-primary-900\/70:focus-within{--tw-ring-color: rgb(65 65 108 / .7)}.focus-within\:ring-primary-900\/75:focus-within{--tw-ring-color: rgb(65 65 108 / .75)}.focus-within\:ring-primary-900\/80:focus-within{--tw-ring-color: rgb(65 65 108 / .8)}.focus-within\:ring-primary-900\/90:focus-within{--tw-ring-color: rgb(65 65 108 / .9)}.focus-within\:ring-primary-900\/95:focus-within{--tw-ring-color: rgb(65 65 108 / .95)}.focus-within\:ring-primary-900\/100:focus-within{--tw-ring-color: rgb(65 65 108 / 1)}.focus-within\:ring-primary-1000\/0:focus-within{--tw-ring-color: rgb(46 46 76 / 0)}.focus-within\:ring-primary-1000\/5:focus-within{--tw-ring-color: rgb(46 46 76 / .05)}.focus-within\:ring-primary-1000\/10:focus-within{--tw-ring-color: rgb(46 46 76 / .1)}.focus-within\:ring-primary-1000\/20:focus-within{--tw-ring-color: rgb(46 46 76 / .2)}.focus-within\:ring-primary-1000\/25:focus-within{--tw-ring-color: rgb(46 46 76 / .25)}.focus-within\:ring-primary-1000\/30:focus-within{--tw-ring-color: rgb(46 46 76 / .3)}.focus-within\:ring-primary-1000\/40:focus-within{--tw-ring-color: rgb(46 46 76 / .4)}.focus-within\:ring-primary-1000\/50:focus-within{--tw-ring-color: rgb(46 46 76 / .5)}.focus-within\:ring-primary-1000\/60:focus-within{--tw-ring-color: rgb(46 46 76 / .6)}.focus-within\:ring-primary-1000\/70:focus-within{--tw-ring-color: rgb(46 46 76 / .7)}.focus-within\:ring-primary-1000\/75:focus-within{--tw-ring-color: rgb(46 46 76 / .75)}.focus-within\:ring-primary-1000\/80:focus-within{--tw-ring-color: rgb(46 46 76 / .8)}.focus-within\:ring-primary-1000\/90:focus-within{--tw-ring-color: rgb(46 46 76 / .9)}.focus-within\:ring-primary-1000\/95:focus-within{--tw-ring-color: rgb(46 46 76 / .95)}.focus-within\:ring-primary-1000\/100:focus-within{--tw-ring-color: rgb(46 46 76 / 1)}.focus-within\:ring-primary-highlight-100\/0:focus-within{--tw-ring-color: rgb(247 245 254 / 0)}.focus-within\:ring-primary-highlight-100\/5:focus-within{--tw-ring-color: rgb(247 245 254 / .05)}.focus-within\:ring-primary-highlight-100\/10:focus-within{--tw-ring-color: rgb(247 245 254 / .1)}.focus-within\:ring-primary-highlight-100\/20:focus-within{--tw-ring-color: rgb(247 245 254 / .2)}.focus-within\:ring-primary-highlight-100\/25:focus-within{--tw-ring-color: rgb(247 245 254 / .25)}.focus-within\:ring-primary-highlight-100\/30:focus-within{--tw-ring-color: rgb(247 245 254 / .3)}.focus-within\:ring-primary-highlight-100\/40:focus-within{--tw-ring-color: rgb(247 245 254 / .4)}.focus-within\:ring-primary-highlight-100\/50:focus-within{--tw-ring-color: rgb(247 245 254 / .5)}.focus-within\:ring-primary-highlight-100\/60:focus-within{--tw-ring-color: rgb(247 245 254 / .6)}.focus-within\:ring-primary-highlight-100\/70:focus-within{--tw-ring-color: rgb(247 245 254 / .7)}.focus-within\:ring-primary-highlight-100\/75:focus-within{--tw-ring-color: rgb(247 245 254 / .75)}.focus-within\:ring-primary-highlight-100\/80:focus-within{--tw-ring-color: rgb(247 245 254 / .8)}.focus-within\:ring-primary-highlight-100\/90:focus-within{--tw-ring-color: rgb(247 245 254 / .9)}.focus-within\:ring-primary-highlight-100\/95:focus-within{--tw-ring-color: rgb(247 245 254 / .95)}.focus-within\:ring-primary-highlight-100\/100:focus-within{--tw-ring-color: rgb(247 245 254 / 1)}.focus-within\:ring-primary-highlight-200\/0:focus-within{--tw-ring-color: rgb(239 236 254 / 0)}.focus-within\:ring-primary-highlight-200\/5:focus-within{--tw-ring-color: rgb(239 236 254 / .05)}.focus-within\:ring-primary-highlight-200\/10:focus-within{--tw-ring-color: rgb(239 236 254 / .1)}.focus-within\:ring-primary-highlight-200\/20:focus-within{--tw-ring-color: rgb(239 236 254 / .2)}.focus-within\:ring-primary-highlight-200\/25:focus-within{--tw-ring-color: rgb(239 236 254 / .25)}.focus-within\:ring-primary-highlight-200\/30:focus-within{--tw-ring-color: rgb(239 236 254 / .3)}.focus-within\:ring-primary-highlight-200\/40:focus-within{--tw-ring-color: rgb(239 236 254 / .4)}.focus-within\:ring-primary-highlight-200\/50:focus-within{--tw-ring-color: rgb(239 236 254 / .5)}.focus-within\:ring-primary-highlight-200\/60:focus-within{--tw-ring-color: rgb(239 236 254 / .6)}.focus-within\:ring-primary-highlight-200\/70:focus-within{--tw-ring-color: rgb(239 236 254 / .7)}.focus-within\:ring-primary-highlight-200\/75:focus-within{--tw-ring-color: rgb(239 236 254 / .75)}.focus-within\:ring-primary-highlight-200\/80:focus-within{--tw-ring-color: rgb(239 236 254 / .8)}.focus-within\:ring-primary-highlight-200\/90:focus-within{--tw-ring-color: rgb(239 236 254 / .9)}.focus-within\:ring-primary-highlight-200\/95:focus-within{--tw-ring-color: rgb(239 236 254 / .95)}.focus-within\:ring-primary-highlight-200\/100:focus-within{--tw-ring-color: rgb(239 236 254 / 1)}.focus-within\:ring-primary-highlight-300\/0:focus-within{--tw-ring-color: rgb(223 216 253 / 0)}.focus-within\:ring-primary-highlight-300\/5:focus-within{--tw-ring-color: rgb(223 216 253 / .05)}.focus-within\:ring-primary-highlight-300\/10:focus-within{--tw-ring-color: rgb(223 216 253 / .1)}.focus-within\:ring-primary-highlight-300\/20:focus-within{--tw-ring-color: rgb(223 216 253 / .2)}.focus-within\:ring-primary-highlight-300\/25:focus-within{--tw-ring-color: rgb(223 216 253 / .25)}.focus-within\:ring-primary-highlight-300\/30:focus-within{--tw-ring-color: rgb(223 216 253 / .3)}.focus-within\:ring-primary-highlight-300\/40:focus-within{--tw-ring-color: rgb(223 216 253 / .4)}.focus-within\:ring-primary-highlight-300\/50:focus-within{--tw-ring-color: rgb(223 216 253 / .5)}.focus-within\:ring-primary-highlight-300\/60:focus-within{--tw-ring-color: rgb(223 216 253 / .6)}.focus-within\:ring-primary-highlight-300\/70:focus-within{--tw-ring-color: rgb(223 216 253 / .7)}.focus-within\:ring-primary-highlight-300\/75:focus-within{--tw-ring-color: rgb(223 216 253 / .75)}.focus-within\:ring-primary-highlight-300\/80:focus-within{--tw-ring-color: rgb(223 216 253 / .8)}.focus-within\:ring-primary-highlight-300\/90:focus-within{--tw-ring-color: rgb(223 216 253 / .9)}.focus-within\:ring-primary-highlight-300\/95:focus-within{--tw-ring-color: rgb(223 216 253 / .95)}.focus-within\:ring-primary-highlight-300\/100:focus-within{--tw-ring-color: rgb(223 216 253 / 1)}.focus-within\:ring-primary-highlight-400\/0:focus-within{--tw-ring-color: rgb(206 193 252 / 0)}.focus-within\:ring-primary-highlight-400\/5:focus-within{--tw-ring-color: rgb(206 193 252 / .05)}.focus-within\:ring-primary-highlight-400\/10:focus-within{--tw-ring-color: rgb(206 193 252 / .1)}.focus-within\:ring-primary-highlight-400\/20:focus-within{--tw-ring-color: rgb(206 193 252 / .2)}.focus-within\:ring-primary-highlight-400\/25:focus-within{--tw-ring-color: rgb(206 193 252 / .25)}.focus-within\:ring-primary-highlight-400\/30:focus-within{--tw-ring-color: rgb(206 193 252 / .3)}.focus-within\:ring-primary-highlight-400\/40:focus-within{--tw-ring-color: rgb(206 193 252 / .4)}.focus-within\:ring-primary-highlight-400\/50:focus-within{--tw-ring-color: rgb(206 193 252 / .5)}.focus-within\:ring-primary-highlight-400\/60:focus-within{--tw-ring-color: rgb(206 193 252 / .6)}.focus-within\:ring-primary-highlight-400\/70:focus-within{--tw-ring-color: rgb(206 193 252 / .7)}.focus-within\:ring-primary-highlight-400\/75:focus-within{--tw-ring-color: rgb(206 193 252 / .75)}.focus-within\:ring-primary-highlight-400\/80:focus-within{--tw-ring-color: rgb(206 193 252 / .8)}.focus-within\:ring-primary-highlight-400\/90:focus-within{--tw-ring-color: rgb(206 193 252 / .9)}.focus-within\:ring-primary-highlight-400\/95:focus-within{--tw-ring-color: rgb(206 193 252 / .95)}.focus-within\:ring-primary-highlight-400\/100:focus-within{--tw-ring-color: rgb(206 193 252 / 1)}.focus-within\:ring-primary-highlight-500\/0:focus-within{--tw-ring-color: rgb(187 168 251 / 0)}.focus-within\:ring-primary-highlight-500\/5:focus-within{--tw-ring-color: rgb(187 168 251 / .05)}.focus-within\:ring-primary-highlight-500\/10:focus-within{--tw-ring-color: rgb(187 168 251 / .1)}.focus-within\:ring-primary-highlight-500\/20:focus-within{--tw-ring-color: rgb(187 168 251 / .2)}.focus-within\:ring-primary-highlight-500\/25:focus-within{--tw-ring-color: rgb(187 168 251 / .25)}.focus-within\:ring-primary-highlight-500\/30:focus-within{--tw-ring-color: rgb(187 168 251 / .3)}.focus-within\:ring-primary-highlight-500\/40:focus-within{--tw-ring-color: rgb(187 168 251 / .4)}.focus-within\:ring-primary-highlight-500\/50:focus-within{--tw-ring-color: rgb(187 168 251 / .5)}.focus-within\:ring-primary-highlight-500\/60:focus-within{--tw-ring-color: rgb(187 168 251 / .6)}.focus-within\:ring-primary-highlight-500\/70:focus-within{--tw-ring-color: rgb(187 168 251 / .7)}.focus-within\:ring-primary-highlight-500\/75:focus-within{--tw-ring-color: rgb(187 168 251 / .75)}.focus-within\:ring-primary-highlight-500\/80:focus-within{--tw-ring-color: rgb(187 168 251 / .8)}.focus-within\:ring-primary-highlight-500\/90:focus-within{--tw-ring-color: rgb(187 168 251 / .9)}.focus-within\:ring-primary-highlight-500\/95:focus-within{--tw-ring-color: rgb(187 168 251 / .95)}.focus-within\:ring-primary-highlight-500\/100:focus-within{--tw-ring-color: rgb(187 168 251 / 1)}.focus-within\:ring-primary-highlight-600\/0:focus-within{--tw-ring-color: rgb(167 139 250 / 0)}.focus-within\:ring-primary-highlight-600\/5:focus-within{--tw-ring-color: rgb(167 139 250 / .05)}.focus-within\:ring-primary-highlight-600\/10:focus-within{--tw-ring-color: rgb(167 139 250 / .1)}.focus-within\:ring-primary-highlight-600\/20:focus-within{--tw-ring-color: rgb(167 139 250 / .2)}.focus-within\:ring-primary-highlight-600\/25:focus-within{--tw-ring-color: rgb(167 139 250 / .25)}.focus-within\:ring-primary-highlight-600\/30:focus-within{--tw-ring-color: rgb(167 139 250 / .3)}.focus-within\:ring-primary-highlight-600\/40:focus-within{--tw-ring-color: rgb(167 139 250 / .4)}.focus-within\:ring-primary-highlight-600\/50:focus-within{--tw-ring-color: rgb(167 139 250 / .5)}.focus-within\:ring-primary-highlight-600\/60:focus-within{--tw-ring-color: rgb(167 139 250 / .6)}.focus-within\:ring-primary-highlight-600\/70:focus-within{--tw-ring-color: rgb(167 139 250 / .7)}.focus-within\:ring-primary-highlight-600\/75:focus-within{--tw-ring-color: rgb(167 139 250 / .75)}.focus-within\:ring-primary-highlight-600\/80:focus-within{--tw-ring-color: rgb(167 139 250 / .8)}.focus-within\:ring-primary-highlight-600\/90:focus-within{--tw-ring-color: rgb(167 139 250 / .9)}.focus-within\:ring-primary-highlight-600\/95:focus-within{--tw-ring-color: rgb(167 139 250 / .95)}.focus-within\:ring-primary-highlight-600\/100:focus-within{--tw-ring-color: rgb(167 139 250 / 1)}.focus-within\:ring-primary-highlight-700\/0:focus-within{--tw-ring-color: rgb(149 124 223 / 0)}.focus-within\:ring-primary-highlight-700\/5:focus-within{--tw-ring-color: rgb(149 124 223 / .05)}.focus-within\:ring-primary-highlight-700\/10:focus-within{--tw-ring-color: rgb(149 124 223 / .1)}.focus-within\:ring-primary-highlight-700\/20:focus-within{--tw-ring-color: rgb(149 124 223 / .2)}.focus-within\:ring-primary-highlight-700\/25:focus-within{--tw-ring-color: rgb(149 124 223 / .25)}.focus-within\:ring-primary-highlight-700\/30:focus-within{--tw-ring-color: rgb(149 124 223 / .3)}.focus-within\:ring-primary-highlight-700\/40:focus-within{--tw-ring-color: rgb(149 124 223 / .4)}.focus-within\:ring-primary-highlight-700\/50:focus-within{--tw-ring-color: rgb(149 124 223 / .5)}.focus-within\:ring-primary-highlight-700\/60:focus-within{--tw-ring-color: rgb(149 124 223 / .6)}.focus-within\:ring-primary-highlight-700\/70:focus-within{--tw-ring-color: rgb(149 124 223 / .7)}.focus-within\:ring-primary-highlight-700\/75:focus-within{--tw-ring-color: rgb(149 124 223 / .75)}.focus-within\:ring-primary-highlight-700\/80:focus-within{--tw-ring-color: rgb(149 124 223 / .8)}.focus-within\:ring-primary-highlight-700\/90:focus-within{--tw-ring-color: rgb(149 124 223 / .9)}.focus-within\:ring-primary-highlight-700\/95:focus-within{--tw-ring-color: rgb(149 124 223 / .95)}.focus-within\:ring-primary-highlight-700\/100:focus-within{--tw-ring-color: rgb(149 124 223 / 1)}.focus-within\:ring-primary-highlight-800\/0:focus-within{--tw-ring-color: rgb(129 107 193 / 0)}.focus-within\:ring-primary-highlight-800\/5:focus-within{--tw-ring-color: rgb(129 107 193 / .05)}.focus-within\:ring-primary-highlight-800\/10:focus-within{--tw-ring-color: rgb(129 107 193 / .1)}.focus-within\:ring-primary-highlight-800\/20:focus-within{--tw-ring-color: rgb(129 107 193 / .2)}.focus-within\:ring-primary-highlight-800\/25:focus-within{--tw-ring-color: rgb(129 107 193 / .25)}.focus-within\:ring-primary-highlight-800\/30:focus-within{--tw-ring-color: rgb(129 107 193 / .3)}.focus-within\:ring-primary-highlight-800\/40:focus-within{--tw-ring-color: rgb(129 107 193 / .4)}.focus-within\:ring-primary-highlight-800\/50:focus-within{--tw-ring-color: rgb(129 107 193 / .5)}.focus-within\:ring-primary-highlight-800\/60:focus-within{--tw-ring-color: rgb(129 107 193 / .6)}.focus-within\:ring-primary-highlight-800\/70:focus-within{--tw-ring-color: rgb(129 107 193 / .7)}.focus-within\:ring-primary-highlight-800\/75:focus-within{--tw-ring-color: rgb(129 107 193 / .75)}.focus-within\:ring-primary-highlight-800\/80:focus-within{--tw-ring-color: rgb(129 107 193 / .8)}.focus-within\:ring-primary-highlight-800\/90:focus-within{--tw-ring-color: rgb(129 107 193 / .9)}.focus-within\:ring-primary-highlight-800\/95:focus-within{--tw-ring-color: rgb(129 107 193 / .95)}.focus-within\:ring-primary-highlight-800\/100:focus-within{--tw-ring-color: rgb(129 107 193 / 1)}.focus-within\:ring-primary-highlight-900\/0:focus-within{--tw-ring-color: rgb(105 87 158 / 0)}.focus-within\:ring-primary-highlight-900\/5:focus-within{--tw-ring-color: rgb(105 87 158 / .05)}.focus-within\:ring-primary-highlight-900\/10:focus-within{--tw-ring-color: rgb(105 87 158 / .1)}.focus-within\:ring-primary-highlight-900\/20:focus-within{--tw-ring-color: rgb(105 87 158 / .2)}.focus-within\:ring-primary-highlight-900\/25:focus-within{--tw-ring-color: rgb(105 87 158 / .25)}.focus-within\:ring-primary-highlight-900\/30:focus-within{--tw-ring-color: rgb(105 87 158 / .3)}.focus-within\:ring-primary-highlight-900\/40:focus-within{--tw-ring-color: rgb(105 87 158 / .4)}.focus-within\:ring-primary-highlight-900\/50:focus-within{--tw-ring-color: rgb(105 87 158 / .5)}.focus-within\:ring-primary-highlight-900\/60:focus-within{--tw-ring-color: rgb(105 87 158 / .6)}.focus-within\:ring-primary-highlight-900\/70:focus-within{--tw-ring-color: rgb(105 87 158 / .7)}.focus-within\:ring-primary-highlight-900\/75:focus-within{--tw-ring-color: rgb(105 87 158 / .75)}.focus-within\:ring-primary-highlight-900\/80:focus-within{--tw-ring-color: rgb(105 87 158 / .8)}.focus-within\:ring-primary-highlight-900\/90:focus-within{--tw-ring-color: rgb(105 87 158 / .9)}.focus-within\:ring-primary-highlight-900\/95:focus-within{--tw-ring-color: rgb(105 87 158 / .95)}.focus-within\:ring-primary-highlight-900\/100:focus-within{--tw-ring-color: rgb(105 87 158 / 1)}.focus-within\:ring-primary-highlight-1000\/0:focus-within{--tw-ring-color: rgb(74 62 111 / 0)}.focus-within\:ring-primary-highlight-1000\/5:focus-within{--tw-ring-color: rgb(74 62 111 / .05)}.focus-within\:ring-primary-highlight-1000\/10:focus-within{--tw-ring-color: rgb(74 62 111 / .1)}.focus-within\:ring-primary-highlight-1000\/20:focus-within{--tw-ring-color: rgb(74 62 111 / .2)}.focus-within\:ring-primary-highlight-1000\/25:focus-within{--tw-ring-color: rgb(74 62 111 / .25)}.focus-within\:ring-primary-highlight-1000\/30:focus-within{--tw-ring-color: rgb(74 62 111 / .3)}.focus-within\:ring-primary-highlight-1000\/40:focus-within{--tw-ring-color: rgb(74 62 111 / .4)}.focus-within\:ring-primary-highlight-1000\/50:focus-within{--tw-ring-color: rgb(74 62 111 / .5)}.focus-within\:ring-primary-highlight-1000\/60:focus-within{--tw-ring-color: rgb(74 62 111 / .6)}.focus-within\:ring-primary-highlight-1000\/70:focus-within{--tw-ring-color: rgb(74 62 111 / .7)}.focus-within\:ring-primary-highlight-1000\/75:focus-within{--tw-ring-color: rgb(74 62 111 / .75)}.focus-within\:ring-primary-highlight-1000\/80:focus-within{--tw-ring-color: rgb(74 62 111 / .8)}.focus-within\:ring-primary-highlight-1000\/90:focus-within{--tw-ring-color: rgb(74 62 111 / .9)}.focus-within\:ring-primary-highlight-1000\/95:focus-within{--tw-ring-color: rgb(74 62 111 / .95)}.focus-within\:ring-primary-highlight-1000\/100:focus-within{--tw-ring-color: rgb(74 62 111 / 1)}.focus-within\:ring-secondary-100\/0:focus-within{--tw-ring-color: rgb(254 247 242 / 0)}.focus-within\:ring-secondary-100\/5:focus-within{--tw-ring-color: rgb(254 247 242 / .05)}.focus-within\:ring-secondary-100\/10:focus-within{--tw-ring-color: rgb(254 247 242 / .1)}.focus-within\:ring-secondary-100\/20:focus-within{--tw-ring-color: rgb(254 247 242 / .2)}.focus-within\:ring-secondary-100\/25:focus-within{--tw-ring-color: rgb(254 247 242 / .25)}.focus-within\:ring-secondary-100\/30:focus-within{--tw-ring-color: rgb(254 247 242 / .3)}.focus-within\:ring-secondary-100\/40:focus-within{--tw-ring-color: rgb(254 247 242 / .4)}.focus-within\:ring-secondary-100\/50:focus-within{--tw-ring-color: rgb(254 247 242 / .5)}.focus-within\:ring-secondary-100\/60:focus-within{--tw-ring-color: rgb(254 247 242 / .6)}.focus-within\:ring-secondary-100\/70:focus-within{--tw-ring-color: rgb(254 247 242 / .7)}.focus-within\:ring-secondary-100\/75:focus-within{--tw-ring-color: rgb(254 247 242 / .75)}.focus-within\:ring-secondary-100\/80:focus-within{--tw-ring-color: rgb(254 247 242 / .8)}.focus-within\:ring-secondary-100\/90:focus-within{--tw-ring-color: rgb(254 247 242 / .9)}.focus-within\:ring-secondary-100\/95:focus-within{--tw-ring-color: rgb(254 247 242 / .95)}.focus-within\:ring-secondary-100\/100:focus-within{--tw-ring-color: rgb(254 247 242 / 1)}.focus-within\:ring-secondary-200\/0:focus-within{--tw-ring-color: rgb(254 240 228 / 0)}.focus-within\:ring-secondary-200\/5:focus-within{--tw-ring-color: rgb(254 240 228 / .05)}.focus-within\:ring-secondary-200\/10:focus-within{--tw-ring-color: rgb(254 240 228 / .1)}.focus-within\:ring-secondary-200\/20:focus-within{--tw-ring-color: rgb(254 240 228 / .2)}.focus-within\:ring-secondary-200\/25:focus-within{--tw-ring-color: rgb(254 240 228 / .25)}.focus-within\:ring-secondary-200\/30:focus-within{--tw-ring-color: rgb(254 240 228 / .3)}.focus-within\:ring-secondary-200\/40:focus-within{--tw-ring-color: rgb(254 240 228 / .4)}.focus-within\:ring-secondary-200\/50:focus-within{--tw-ring-color: rgb(254 240 228 / .5)}.focus-within\:ring-secondary-200\/60:focus-within{--tw-ring-color: rgb(254 240 228 / .6)}.focus-within\:ring-secondary-200\/70:focus-within{--tw-ring-color: rgb(254 240 228 / .7)}.focus-within\:ring-secondary-200\/75:focus-within{--tw-ring-color: rgb(254 240 228 / .75)}.focus-within\:ring-secondary-200\/80:focus-within{--tw-ring-color: rgb(254 240 228 / .8)}.focus-within\:ring-secondary-200\/90:focus-within{--tw-ring-color: rgb(254 240 228 / .9)}.focus-within\:ring-secondary-200\/95:focus-within{--tw-ring-color: rgb(254 240 228 / .95)}.focus-within\:ring-secondary-200\/100:focus-within{--tw-ring-color: rgb(254 240 228 / 1)}.focus-within\:ring-secondary-300\/0:focus-within{--tw-ring-color: rgb(253 225 198 / 0)}.focus-within\:ring-secondary-300\/5:focus-within{--tw-ring-color: rgb(253 225 198 / .05)}.focus-within\:ring-secondary-300\/10:focus-within{--tw-ring-color: rgb(253 225 198 / .1)}.focus-within\:ring-secondary-300\/20:focus-within{--tw-ring-color: rgb(253 225 198 / .2)}.focus-within\:ring-secondary-300\/25:focus-within{--tw-ring-color: rgb(253 225 198 / .25)}.focus-within\:ring-secondary-300\/30:focus-within{--tw-ring-color: rgb(253 225 198 / .3)}.focus-within\:ring-secondary-300\/40:focus-within{--tw-ring-color: rgb(253 225 198 / .4)}.focus-within\:ring-secondary-300\/50:focus-within{--tw-ring-color: rgb(253 225 198 / .5)}.focus-within\:ring-secondary-300\/60:focus-within{--tw-ring-color: rgb(253 225 198 / .6)}.focus-within\:ring-secondary-300\/70:focus-within{--tw-ring-color: rgb(253 225 198 / .7)}.focus-within\:ring-secondary-300\/75:focus-within{--tw-ring-color: rgb(253 225 198 / .75)}.focus-within\:ring-secondary-300\/80:focus-within{--tw-ring-color: rgb(253 225 198 / .8)}.focus-within\:ring-secondary-300\/90:focus-within{--tw-ring-color: rgb(253 225 198 / .9)}.focus-within\:ring-secondary-300\/95:focus-within{--tw-ring-color: rgb(253 225 198 / .95)}.focus-within\:ring-secondary-300\/100:focus-within{--tw-ring-color: rgb(253 225 198 / 1)}.focus-within\:ring-secondary-400\/0:focus-within{--tw-ring-color: rgb(252 209 162 / 0)}.focus-within\:ring-secondary-400\/5:focus-within{--tw-ring-color: rgb(252 209 162 / .05)}.focus-within\:ring-secondary-400\/10:focus-within{--tw-ring-color: rgb(252 209 162 / .1)}.focus-within\:ring-secondary-400\/20:focus-within{--tw-ring-color: rgb(252 209 162 / .2)}.focus-within\:ring-secondary-400\/25:focus-within{--tw-ring-color: rgb(252 209 162 / .25)}.focus-within\:ring-secondary-400\/30:focus-within{--tw-ring-color: rgb(252 209 162 / .3)}.focus-within\:ring-secondary-400\/40:focus-within{--tw-ring-color: rgb(252 209 162 / .4)}.focus-within\:ring-secondary-400\/50:focus-within{--tw-ring-color: rgb(252 209 162 / .5)}.focus-within\:ring-secondary-400\/60:focus-within{--tw-ring-color: rgb(252 209 162 / .6)}.focus-within\:ring-secondary-400\/70:focus-within{--tw-ring-color: rgb(252 209 162 / .7)}.focus-within\:ring-secondary-400\/75:focus-within{--tw-ring-color: rgb(252 209 162 / .75)}.focus-within\:ring-secondary-400\/80:focus-within{--tw-ring-color: rgb(252 209 162 / .8)}.focus-within\:ring-secondary-400\/90:focus-within{--tw-ring-color: rgb(252 209 162 / .9)}.focus-within\:ring-secondary-400\/95:focus-within{--tw-ring-color: rgb(252 209 162 / .95)}.focus-within\:ring-secondary-400\/100:focus-within{--tw-ring-color: rgb(252 209 162 / 1)}.focus-within\:ring-secondary-500\/0:focus-within{--tw-ring-color: rgb(251 191 117 / 0)}.focus-within\:ring-secondary-500\/5:focus-within{--tw-ring-color: rgb(251 191 117 / .05)}.focus-within\:ring-secondary-500\/10:focus-within{--tw-ring-color: rgb(251 191 117 / .1)}.focus-within\:ring-secondary-500\/20:focus-within{--tw-ring-color: rgb(251 191 117 / .2)}.focus-within\:ring-secondary-500\/25:focus-within{--tw-ring-color: rgb(251 191 117 / .25)}.focus-within\:ring-secondary-500\/30:focus-within{--tw-ring-color: rgb(251 191 117 / .3)}.focus-within\:ring-secondary-500\/40:focus-within{--tw-ring-color: rgb(251 191 117 / .4)}.focus-within\:ring-secondary-500\/50:focus-within{--tw-ring-color: rgb(251 191 117 / .5)}.focus-within\:ring-secondary-500\/60:focus-within{--tw-ring-color: rgb(251 191 117 / .6)}.focus-within\:ring-secondary-500\/70:focus-within{--tw-ring-color: rgb(251 191 117 / .7)}.focus-within\:ring-secondary-500\/75:focus-within{--tw-ring-color: rgb(251 191 117 / .75)}.focus-within\:ring-secondary-500\/80:focus-within{--tw-ring-color: rgb(251 191 117 / .8)}.focus-within\:ring-secondary-500\/90:focus-within{--tw-ring-color: rgb(251 191 117 / .9)}.focus-within\:ring-secondary-500\/95:focus-within{--tw-ring-color: rgb(251 191 117 / .95)}.focus-within\:ring-secondary-500\/100:focus-within{--tw-ring-color: rgb(251 191 117 / 1)}.focus-within\:ring-secondary-600\/0:focus-within{--tw-ring-color: rgb(250 172 30 / 0)}.focus-within\:ring-secondary-600\/5:focus-within{--tw-ring-color: rgb(250 172 30 / .05)}.focus-within\:ring-secondary-600\/10:focus-within{--tw-ring-color: rgb(250 172 30 / .1)}.focus-within\:ring-secondary-600\/20:focus-within{--tw-ring-color: rgb(250 172 30 / .2)}.focus-within\:ring-secondary-600\/25:focus-within{--tw-ring-color: rgb(250 172 30 / .25)}.focus-within\:ring-secondary-600\/30:focus-within{--tw-ring-color: rgb(250 172 30 / .3)}.focus-within\:ring-secondary-600\/40:focus-within{--tw-ring-color: rgb(250 172 30 / .4)}.focus-within\:ring-secondary-600\/50:focus-within{--tw-ring-color: rgb(250 172 30 / .5)}.focus-within\:ring-secondary-600\/60:focus-within{--tw-ring-color: rgb(250 172 30 / .6)}.focus-within\:ring-secondary-600\/70:focus-within{--tw-ring-color: rgb(250 172 30 / .7)}.focus-within\:ring-secondary-600\/75:focus-within{--tw-ring-color: rgb(250 172 30 / .75)}.focus-within\:ring-secondary-600\/80:focus-within{--tw-ring-color: rgb(250 172 30 / .8)}.focus-within\:ring-secondary-600\/90:focus-within{--tw-ring-color: rgb(250 172 30 / .9)}.focus-within\:ring-secondary-600\/95:focus-within{--tw-ring-color: rgb(250 172 30 / .95)}.focus-within\:ring-secondary-600\/100:focus-within{--tw-ring-color: rgb(250 172 30 / 1)}.focus-within\:ring-secondary-700\/0:focus-within{--tw-ring-color: rgb(223 153 26 / 0)}.focus-within\:ring-secondary-700\/5:focus-within{--tw-ring-color: rgb(223 153 26 / .05)}.focus-within\:ring-secondary-700\/10:focus-within{--tw-ring-color: rgb(223 153 26 / .1)}.focus-within\:ring-secondary-700\/20:focus-within{--tw-ring-color: rgb(223 153 26 / .2)}.focus-within\:ring-secondary-700\/25:focus-within{--tw-ring-color: rgb(223 153 26 / .25)}.focus-within\:ring-secondary-700\/30:focus-within{--tw-ring-color: rgb(223 153 26 / .3)}.focus-within\:ring-secondary-700\/40:focus-within{--tw-ring-color: rgb(223 153 26 / .4)}.focus-within\:ring-secondary-700\/50:focus-within{--tw-ring-color: rgb(223 153 26 / .5)}.focus-within\:ring-secondary-700\/60:focus-within{--tw-ring-color: rgb(223 153 26 / .6)}.focus-within\:ring-secondary-700\/70:focus-within{--tw-ring-color: rgb(223 153 26 / .7)}.focus-within\:ring-secondary-700\/75:focus-within{--tw-ring-color: rgb(223 153 26 / .75)}.focus-within\:ring-secondary-700\/80:focus-within{--tw-ring-color: rgb(223 153 26 / .8)}.focus-within\:ring-secondary-700\/90:focus-within{--tw-ring-color: rgb(223 153 26 / .9)}.focus-within\:ring-secondary-700\/95:focus-within{--tw-ring-color: rgb(223 153 26 / .95)}.focus-within\:ring-secondary-700\/100:focus-within{--tw-ring-color: rgb(223 153 26 / 1)}.focus-within\:ring-secondary-800\/0:focus-within{--tw-ring-color: rgb(193 133 23 / 0)}.focus-within\:ring-secondary-800\/5:focus-within{--tw-ring-color: rgb(193 133 23 / .05)}.focus-within\:ring-secondary-800\/10:focus-within{--tw-ring-color: rgb(193 133 23 / .1)}.focus-within\:ring-secondary-800\/20:focus-within{--tw-ring-color: rgb(193 133 23 / .2)}.focus-within\:ring-secondary-800\/25:focus-within{--tw-ring-color: rgb(193 133 23 / .25)}.focus-within\:ring-secondary-800\/30:focus-within{--tw-ring-color: rgb(193 133 23 / .3)}.focus-within\:ring-secondary-800\/40:focus-within{--tw-ring-color: rgb(193 133 23 / .4)}.focus-within\:ring-secondary-800\/50:focus-within{--tw-ring-color: rgb(193 133 23 / .5)}.focus-within\:ring-secondary-800\/60:focus-within{--tw-ring-color: rgb(193 133 23 / .6)}.focus-within\:ring-secondary-800\/70:focus-within{--tw-ring-color: rgb(193 133 23 / .7)}.focus-within\:ring-secondary-800\/75:focus-within{--tw-ring-color: rgb(193 133 23 / .75)}.focus-within\:ring-secondary-800\/80:focus-within{--tw-ring-color: rgb(193 133 23 / .8)}.focus-within\:ring-secondary-800\/90:focus-within{--tw-ring-color: rgb(193 133 23 / .9)}.focus-within\:ring-secondary-800\/95:focus-within{--tw-ring-color: rgb(193 133 23 / .95)}.focus-within\:ring-secondary-800\/100:focus-within{--tw-ring-color: rgb(193 133 23 / 1)}.focus-within\:ring-secondary-900\/0:focus-within{--tw-ring-color: rgb(158 108 18 / 0)}.focus-within\:ring-secondary-900\/5:focus-within{--tw-ring-color: rgb(158 108 18 / .05)}.focus-within\:ring-secondary-900\/10:focus-within{--tw-ring-color: rgb(158 108 18 / .1)}.focus-within\:ring-secondary-900\/20:focus-within{--tw-ring-color: rgb(158 108 18 / .2)}.focus-within\:ring-secondary-900\/25:focus-within{--tw-ring-color: rgb(158 108 18 / .25)}.focus-within\:ring-secondary-900\/30:focus-within{--tw-ring-color: rgb(158 108 18 / .3)}.focus-within\:ring-secondary-900\/40:focus-within{--tw-ring-color: rgb(158 108 18 / .4)}.focus-within\:ring-secondary-900\/50:focus-within{--tw-ring-color: rgb(158 108 18 / .5)}.focus-within\:ring-secondary-900\/60:focus-within{--tw-ring-color: rgb(158 108 18 / .6)}.focus-within\:ring-secondary-900\/70:focus-within{--tw-ring-color: rgb(158 108 18 / .7)}.focus-within\:ring-secondary-900\/75:focus-within{--tw-ring-color: rgb(158 108 18 / .75)}.focus-within\:ring-secondary-900\/80:focus-within{--tw-ring-color: rgb(158 108 18 / .8)}.focus-within\:ring-secondary-900\/90:focus-within{--tw-ring-color: rgb(158 108 18 / .9)}.focus-within\:ring-secondary-900\/95:focus-within{--tw-ring-color: rgb(158 108 18 / .95)}.focus-within\:ring-secondary-900\/100:focus-within{--tw-ring-color: rgb(158 108 18 / 1)}.focus-within\:ring-secondary-1000\/0:focus-within{--tw-ring-color: rgb(111 76 13 / 0)}.focus-within\:ring-secondary-1000\/5:focus-within{--tw-ring-color: rgb(111 76 13 / .05)}.focus-within\:ring-secondary-1000\/10:focus-within{--tw-ring-color: rgb(111 76 13 / .1)}.focus-within\:ring-secondary-1000\/20:focus-within{--tw-ring-color: rgb(111 76 13 / .2)}.focus-within\:ring-secondary-1000\/25:focus-within{--tw-ring-color: rgb(111 76 13 / .25)}.focus-within\:ring-secondary-1000\/30:focus-within{--tw-ring-color: rgb(111 76 13 / .3)}.focus-within\:ring-secondary-1000\/40:focus-within{--tw-ring-color: rgb(111 76 13 / .4)}.focus-within\:ring-secondary-1000\/50:focus-within{--tw-ring-color: rgb(111 76 13 / .5)}.focus-within\:ring-secondary-1000\/60:focus-within{--tw-ring-color: rgb(111 76 13 / .6)}.focus-within\:ring-secondary-1000\/70:focus-within{--tw-ring-color: rgb(111 76 13 / .7)}.focus-within\:ring-secondary-1000\/75:focus-within{--tw-ring-color: rgb(111 76 13 / .75)}.focus-within\:ring-secondary-1000\/80:focus-within{--tw-ring-color: rgb(111 76 13 / .8)}.focus-within\:ring-secondary-1000\/90:focus-within{--tw-ring-color: rgb(111 76 13 / .9)}.focus-within\:ring-secondary-1000\/95:focus-within{--tw-ring-color: rgb(111 76 13 / .95)}.focus-within\:ring-secondary-1000\/100:focus-within{--tw-ring-color: rgb(111 76 13 / 1)}.focus-within\:ring-grey-100\/0:focus-within{--tw-ring-color: rgb(242 243 244 / 0)}.focus-within\:ring-grey-100\/5:focus-within{--tw-ring-color: rgb(242 243 244 / .05)}.focus-within\:ring-grey-100\/10:focus-within{--tw-ring-color: rgb(242 243 244 / .1)}.focus-within\:ring-grey-100\/20:focus-within{--tw-ring-color: rgb(242 243 244 / .2)}.focus-within\:ring-grey-100\/25:focus-within{--tw-ring-color: rgb(242 243 244 / .25)}.focus-within\:ring-grey-100\/30:focus-within{--tw-ring-color: rgb(242 243 244 / .3)}.focus-within\:ring-grey-100\/40:focus-within{--tw-ring-color: rgb(242 243 244 / .4)}.focus-within\:ring-grey-100\/50:focus-within{--tw-ring-color: rgb(242 243 244 / .5)}.focus-within\:ring-grey-100\/60:focus-within{--tw-ring-color: rgb(242 243 244 / .6)}.focus-within\:ring-grey-100\/70:focus-within{--tw-ring-color: rgb(242 243 244 / .7)}.focus-within\:ring-grey-100\/75:focus-within{--tw-ring-color: rgb(242 243 244 / .75)}.focus-within\:ring-grey-100\/80:focus-within{--tw-ring-color: rgb(242 243 244 / .8)}.focus-within\:ring-grey-100\/90:focus-within{--tw-ring-color: rgb(242 243 244 / .9)}.focus-within\:ring-grey-100\/95:focus-within{--tw-ring-color: rgb(242 243 244 / .95)}.focus-within\:ring-grey-100\/100:focus-within{--tw-ring-color: rgb(242 243 244 / 1)}.focus-within\:ring-grey-200\/0:focus-within{--tw-ring-color: rgb(230 231 232 / 0)}.focus-within\:ring-grey-200\/5:focus-within{--tw-ring-color: rgb(230 231 232 / .05)}.focus-within\:ring-grey-200\/10:focus-within{--tw-ring-color: rgb(230 231 232 / .1)}.focus-within\:ring-grey-200\/20:focus-within{--tw-ring-color: rgb(230 231 232 / .2)}.focus-within\:ring-grey-200\/25:focus-within{--tw-ring-color: rgb(230 231 232 / .25)}.focus-within\:ring-grey-200\/30:focus-within{--tw-ring-color: rgb(230 231 232 / .3)}.focus-within\:ring-grey-200\/40:focus-within{--tw-ring-color: rgb(230 231 232 / .4)}.focus-within\:ring-grey-200\/50:focus-within{--tw-ring-color: rgb(230 231 232 / .5)}.focus-within\:ring-grey-200\/60:focus-within{--tw-ring-color: rgb(230 231 232 / .6)}.focus-within\:ring-grey-200\/70:focus-within{--tw-ring-color: rgb(230 231 232 / .7)}.focus-within\:ring-grey-200\/75:focus-within{--tw-ring-color: rgb(230 231 232 / .75)}.focus-within\:ring-grey-200\/80:focus-within{--tw-ring-color: rgb(230 231 232 / .8)}.focus-within\:ring-grey-200\/90:focus-within{--tw-ring-color: rgb(230 231 232 / .9)}.focus-within\:ring-grey-200\/95:focus-within{--tw-ring-color: rgb(230 231 232 / .95)}.focus-within\:ring-grey-200\/100:focus-within{--tw-ring-color: rgb(230 231 232 / 1)}.focus-within\:ring-grey-300\/0:focus-within{--tw-ring-color: rgb(202 204 208 / 0)}.focus-within\:ring-grey-300\/5:focus-within{--tw-ring-color: rgb(202 204 208 / .05)}.focus-within\:ring-grey-300\/10:focus-within{--tw-ring-color: rgb(202 204 208 / .1)}.focus-within\:ring-grey-300\/20:focus-within{--tw-ring-color: rgb(202 204 208 / .2)}.focus-within\:ring-grey-300\/25:focus-within{--tw-ring-color: rgb(202 204 208 / .25)}.focus-within\:ring-grey-300\/30:focus-within{--tw-ring-color: rgb(202 204 208 / .3)}.focus-within\:ring-grey-300\/40:focus-within{--tw-ring-color: rgb(202 204 208 / .4)}.focus-within\:ring-grey-300\/50:focus-within{--tw-ring-color: rgb(202 204 208 / .5)}.focus-within\:ring-grey-300\/60:focus-within{--tw-ring-color: rgb(202 204 208 / .6)}.focus-within\:ring-grey-300\/70:focus-within{--tw-ring-color: rgb(202 204 208 / .7)}.focus-within\:ring-grey-300\/75:focus-within{--tw-ring-color: rgb(202 204 208 / .75)}.focus-within\:ring-grey-300\/80:focus-within{--tw-ring-color: rgb(202 204 208 / .8)}.focus-within\:ring-grey-300\/90:focus-within{--tw-ring-color: rgb(202 204 208 / .9)}.focus-within\:ring-grey-300\/95:focus-within{--tw-ring-color: rgb(202 204 208 / .95)}.focus-within\:ring-grey-300\/100:focus-within{--tw-ring-color: rgb(202 204 208 / 1)}.focus-within\:ring-grey-400\/0:focus-within{--tw-ring-color: rgb(170 174 180 / 0)}.focus-within\:ring-grey-400\/5:focus-within{--tw-ring-color: rgb(170 174 180 / .05)}.focus-within\:ring-grey-400\/10:focus-within{--tw-ring-color: rgb(170 174 180 / .1)}.focus-within\:ring-grey-400\/20:focus-within{--tw-ring-color: rgb(170 174 180 / .2)}.focus-within\:ring-grey-400\/25:focus-within{--tw-ring-color: rgb(170 174 180 / .25)}.focus-within\:ring-grey-400\/30:focus-within{--tw-ring-color: rgb(170 174 180 / .3)}.focus-within\:ring-grey-400\/40:focus-within{--tw-ring-color: rgb(170 174 180 / .4)}.focus-within\:ring-grey-400\/50:focus-within{--tw-ring-color: rgb(170 174 180 / .5)}.focus-within\:ring-grey-400\/60:focus-within{--tw-ring-color: rgb(170 174 180 / .6)}.focus-within\:ring-grey-400\/70:focus-within{--tw-ring-color: rgb(170 174 180 / .7)}.focus-within\:ring-grey-400\/75:focus-within{--tw-ring-color: rgb(170 174 180 / .75)}.focus-within\:ring-grey-400\/80:focus-within{--tw-ring-color: rgb(170 174 180 / .8)}.focus-within\:ring-grey-400\/90:focus-within{--tw-ring-color: rgb(170 174 180 / .9)}.focus-within\:ring-grey-400\/95:focus-within{--tw-ring-color: rgb(170 174 180 / .95)}.focus-within\:ring-grey-400\/100:focus-within{--tw-ring-color: rgb(170 174 180 / 1)}.focus-within\:ring-grey-500\/0:focus-within{--tw-ring-color: rgb(130 137 147 / 0)}.focus-within\:ring-grey-500\/5:focus-within{--tw-ring-color: rgb(130 137 147 / .05)}.focus-within\:ring-grey-500\/10:focus-within{--tw-ring-color: rgb(130 137 147 / .1)}.focus-within\:ring-grey-500\/20:focus-within{--tw-ring-color: rgb(130 137 147 / .2)}.focus-within\:ring-grey-500\/25:focus-within{--tw-ring-color: rgb(130 137 147 / .25)}.focus-within\:ring-grey-500\/30:focus-within{--tw-ring-color: rgb(130 137 147 / .3)}.focus-within\:ring-grey-500\/40:focus-within{--tw-ring-color: rgb(130 137 147 / .4)}.focus-within\:ring-grey-500\/50:focus-within{--tw-ring-color: rgb(130 137 147 / .5)}.focus-within\:ring-grey-500\/60:focus-within{--tw-ring-color: rgb(130 137 147 / .6)}.focus-within\:ring-grey-500\/70:focus-within{--tw-ring-color: rgb(130 137 147 / .7)}.focus-within\:ring-grey-500\/75:focus-within{--tw-ring-color: rgb(130 137 147 / .75)}.focus-within\:ring-grey-500\/80:focus-within{--tw-ring-color: rgb(130 137 147 / .8)}.focus-within\:ring-grey-500\/90:focus-within{--tw-ring-color: rgb(130 137 147 / .9)}.focus-within\:ring-grey-500\/95:focus-within{--tw-ring-color: rgb(130 137 147 / .95)}.focus-within\:ring-grey-500\/100:focus-within{--tw-ring-color: rgb(130 137 147 / 1)}.focus-within\:ring-grey-600\/0:focus-within{--tw-ring-color: rgb(71 85 105 / 0)}.focus-within\:ring-grey-600\/5:focus-within{--tw-ring-color: rgb(71 85 105 / .05)}.focus-within\:ring-grey-600\/10:focus-within{--tw-ring-color: rgb(71 85 105 / .1)}.focus-within\:ring-grey-600\/20:focus-within{--tw-ring-color: rgb(71 85 105 / .2)}.focus-within\:ring-grey-600\/25:focus-within{--tw-ring-color: rgb(71 85 105 / .25)}.focus-within\:ring-grey-600\/30:focus-within{--tw-ring-color: rgb(71 85 105 / .3)}.focus-within\:ring-grey-600\/40:focus-within{--tw-ring-color: rgb(71 85 105 / .4)}.focus-within\:ring-grey-600\/50:focus-within{--tw-ring-color: rgb(71 85 105 / .5)}.focus-within\:ring-grey-600\/60:focus-within{--tw-ring-color: rgb(71 85 105 / .6)}.focus-within\:ring-grey-600\/70:focus-within{--tw-ring-color: rgb(71 85 105 / .7)}.focus-within\:ring-grey-600\/75:focus-within{--tw-ring-color: rgb(71 85 105 / .75)}.focus-within\:ring-grey-600\/80:focus-within{--tw-ring-color: rgb(71 85 105 / .8)}.focus-within\:ring-grey-600\/90:focus-within{--tw-ring-color: rgb(71 85 105 / .9)}.focus-within\:ring-grey-600\/95:focus-within{--tw-ring-color: rgb(71 85 105 / .95)}.focus-within\:ring-grey-600\/100:focus-within{--tw-ring-color: rgb(71 85 105 / 1)}.focus-within\:ring-grey-700\/0:focus-within{--tw-ring-color: rgb(63 76 93 / 0)}.focus-within\:ring-grey-700\/5:focus-within{--tw-ring-color: rgb(63 76 93 / .05)}.focus-within\:ring-grey-700\/10:focus-within{--tw-ring-color: rgb(63 76 93 / .1)}.focus-within\:ring-grey-700\/20:focus-within{--tw-ring-color: rgb(63 76 93 / .2)}.focus-within\:ring-grey-700\/25:focus-within{--tw-ring-color: rgb(63 76 93 / .25)}.focus-within\:ring-grey-700\/30:focus-within{--tw-ring-color: rgb(63 76 93 / .3)}.focus-within\:ring-grey-700\/40:focus-within{--tw-ring-color: rgb(63 76 93 / .4)}.focus-within\:ring-grey-700\/50:focus-within{--tw-ring-color: rgb(63 76 93 / .5)}.focus-within\:ring-grey-700\/60:focus-within{--tw-ring-color: rgb(63 76 93 / .6)}.focus-within\:ring-grey-700\/70:focus-within{--tw-ring-color: rgb(63 76 93 / .7)}.focus-within\:ring-grey-700\/75:focus-within{--tw-ring-color: rgb(63 76 93 / .75)}.focus-within\:ring-grey-700\/80:focus-within{--tw-ring-color: rgb(63 76 93 / .8)}.focus-within\:ring-grey-700\/90:focus-within{--tw-ring-color: rgb(63 76 93 / .9)}.focus-within\:ring-grey-700\/95:focus-within{--tw-ring-color: rgb(63 76 93 / .95)}.focus-within\:ring-grey-700\/100:focus-within{--tw-ring-color: rgb(63 76 93 / 1)}.focus-within\:ring-grey-800\/0:focus-within{--tw-ring-color: rgb(54 65 81 / 0)}.focus-within\:ring-grey-800\/5:focus-within{--tw-ring-color: rgb(54 65 81 / .05)}.focus-within\:ring-grey-800\/10:focus-within{--tw-ring-color: rgb(54 65 81 / .1)}.focus-within\:ring-grey-800\/20:focus-within{--tw-ring-color: rgb(54 65 81 / .2)}.focus-within\:ring-grey-800\/25:focus-within{--tw-ring-color: rgb(54 65 81 / .25)}.focus-within\:ring-grey-800\/30:focus-within{--tw-ring-color: rgb(54 65 81 / .3)}.focus-within\:ring-grey-800\/40:focus-within{--tw-ring-color: rgb(54 65 81 / .4)}.focus-within\:ring-grey-800\/50:focus-within{--tw-ring-color: rgb(54 65 81 / .5)}.focus-within\:ring-grey-800\/60:focus-within{--tw-ring-color: rgb(54 65 81 / .6)}.focus-within\:ring-grey-800\/70:focus-within{--tw-ring-color: rgb(54 65 81 / .7)}.focus-within\:ring-grey-800\/75:focus-within{--tw-ring-color: rgb(54 65 81 / .75)}.focus-within\:ring-grey-800\/80:focus-within{--tw-ring-color: rgb(54 65 81 / .8)}.focus-within\:ring-grey-800\/90:focus-within{--tw-ring-color: rgb(54 65 81 / .9)}.focus-within\:ring-grey-800\/95:focus-within{--tw-ring-color: rgb(54 65 81 / .95)}.focus-within\:ring-grey-800\/100:focus-within{--tw-ring-color: rgb(54 65 81 / 1)}.focus-within\:ring-grey-900\/0:focus-within{--tw-ring-color: rgb(44 53 66 / 0)}.focus-within\:ring-grey-900\/5:focus-within{--tw-ring-color: rgb(44 53 66 / .05)}.focus-within\:ring-grey-900\/10:focus-within{--tw-ring-color: rgb(44 53 66 / .1)}.focus-within\:ring-grey-900\/20:focus-within{--tw-ring-color: rgb(44 53 66 / .2)}.focus-within\:ring-grey-900\/25:focus-within{--tw-ring-color: rgb(44 53 66 / .25)}.focus-within\:ring-grey-900\/30:focus-within{--tw-ring-color: rgb(44 53 66 / .3)}.focus-within\:ring-grey-900\/40:focus-within{--tw-ring-color: rgb(44 53 66 / .4)}.focus-within\:ring-grey-900\/50:focus-within{--tw-ring-color: rgb(44 53 66 / .5)}.focus-within\:ring-grey-900\/60:focus-within{--tw-ring-color: rgb(44 53 66 / .6)}.focus-within\:ring-grey-900\/70:focus-within{--tw-ring-color: rgb(44 53 66 / .7)}.focus-within\:ring-grey-900\/75:focus-within{--tw-ring-color: rgb(44 53 66 / .75)}.focus-within\:ring-grey-900\/80:focus-within{--tw-ring-color: rgb(44 53 66 / .8)}.focus-within\:ring-grey-900\/90:focus-within{--tw-ring-color: rgb(44 53 66 / .9)}.focus-within\:ring-grey-900\/95:focus-within{--tw-ring-color: rgb(44 53 66 / .95)}.focus-within\:ring-grey-900\/100:focus-within{--tw-ring-color: rgb(44 53 66 / 1)}.focus-within\:ring-grey-1000\/0:focus-within{--tw-ring-color: rgb(31 38 46 / 0)}.focus-within\:ring-grey-1000\/5:focus-within{--tw-ring-color: rgb(31 38 46 / .05)}.focus-within\:ring-grey-1000\/10:focus-within{--tw-ring-color: rgb(31 38 46 / .1)}.focus-within\:ring-grey-1000\/20:focus-within{--tw-ring-color: rgb(31 38 46 / .2)}.focus-within\:ring-grey-1000\/25:focus-within{--tw-ring-color: rgb(31 38 46 / .25)}.focus-within\:ring-grey-1000\/30:focus-within{--tw-ring-color: rgb(31 38 46 / .3)}.focus-within\:ring-grey-1000\/40:focus-within{--tw-ring-color: rgb(31 38 46 / .4)}.focus-within\:ring-grey-1000\/50:focus-within{--tw-ring-color: rgb(31 38 46 / .5)}.focus-within\:ring-grey-1000\/60:focus-within{--tw-ring-color: rgb(31 38 46 / .6)}.focus-within\:ring-grey-1000\/70:focus-within{--tw-ring-color: rgb(31 38 46 / .7)}.focus-within\:ring-grey-1000\/75:focus-within{--tw-ring-color: rgb(31 38 46 / .75)}.focus-within\:ring-grey-1000\/80:focus-within{--tw-ring-color: rgb(31 38 46 / .8)}.focus-within\:ring-grey-1000\/90:focus-within{--tw-ring-color: rgb(31 38 46 / .9)}.focus-within\:ring-grey-1000\/95:focus-within{--tw-ring-color: rgb(31 38 46 / .95)}.focus-within\:ring-grey-1000\/100:focus-within{--tw-ring-color: rgb(31 38 46 / 1)}.focus-within\:ring-green-1000\/0:focus-within{--tw-ring-color: rgb(23 94 68 / 0)}.focus-within\:ring-green-1000\/5:focus-within{--tw-ring-color: rgb(23 94 68 / .05)}.focus-within\:ring-green-1000\/10:focus-within{--tw-ring-color: rgb(23 94 68 / .1)}.focus-within\:ring-green-1000\/20:focus-within{--tw-ring-color: rgb(23 94 68 / .2)}.focus-within\:ring-green-1000\/25:focus-within{--tw-ring-color: rgb(23 94 68 / .25)}.focus-within\:ring-green-1000\/30:focus-within{--tw-ring-color: rgb(23 94 68 / .3)}.focus-within\:ring-green-1000\/40:focus-within{--tw-ring-color: rgb(23 94 68 / .4)}.focus-within\:ring-green-1000\/50:focus-within{--tw-ring-color: rgb(23 94 68 / .5)}.focus-within\:ring-green-1000\/60:focus-within{--tw-ring-color: rgb(23 94 68 / .6)}.focus-within\:ring-green-1000\/70:focus-within{--tw-ring-color: rgb(23 94 68 / .7)}.focus-within\:ring-green-1000\/75:focus-within{--tw-ring-color: rgb(23 94 68 / .75)}.focus-within\:ring-green-1000\/80:focus-within{--tw-ring-color: rgb(23 94 68 / .8)}.focus-within\:ring-green-1000\/90:focus-within{--tw-ring-color: rgb(23 94 68 / .9)}.focus-within\:ring-green-1000\/95:focus-within{--tw-ring-color: rgb(23 94 68 / .95)}.focus-within\:ring-green-1000\/100:focus-within{--tw-ring-color: rgb(23 94 68 / 1)}.focus-within\:ring-blue-1000\/0:focus-within{--tw-ring-color: rgb(16 44 105 / 0)}.focus-within\:ring-blue-1000\/5:focus-within{--tw-ring-color: rgb(16 44 105 / .05)}.focus-within\:ring-blue-1000\/10:focus-within{--tw-ring-color: rgb(16 44 105 / .1)}.focus-within\:ring-blue-1000\/20:focus-within{--tw-ring-color: rgb(16 44 105 / .2)}.focus-within\:ring-blue-1000\/25:focus-within{--tw-ring-color: rgb(16 44 105 / .25)}.focus-within\:ring-blue-1000\/30:focus-within{--tw-ring-color: rgb(16 44 105 / .3)}.focus-within\:ring-blue-1000\/40:focus-within{--tw-ring-color: rgb(16 44 105 / .4)}.focus-within\:ring-blue-1000\/50:focus-within{--tw-ring-color: rgb(16 44 105 / .5)}.focus-within\:ring-blue-1000\/60:focus-within{--tw-ring-color: rgb(16 44 105 / .6)}.focus-within\:ring-blue-1000\/70:focus-within{--tw-ring-color: rgb(16 44 105 / .7)}.focus-within\:ring-blue-1000\/75:focus-within{--tw-ring-color: rgb(16 44 105 / .75)}.focus-within\:ring-blue-1000\/80:focus-within{--tw-ring-color: rgb(16 44 105 / .8)}.focus-within\:ring-blue-1000\/90:focus-within{--tw-ring-color: rgb(16 44 105 / .9)}.focus-within\:ring-blue-1000\/95:focus-within{--tw-ring-color: rgb(16 44 105 / .95)}.focus-within\:ring-blue-1000\/100:focus-within{--tw-ring-color: rgb(16 44 105 / 1)}.focus-within\:ring-orange-1000\/0:focus-within{--tw-ring-color: rgb(104 39 5 / 0)}.focus-within\:ring-orange-1000\/5:focus-within{--tw-ring-color: rgb(104 39 5 / .05)}.focus-within\:ring-orange-1000\/10:focus-within{--tw-ring-color: rgb(104 39 5 / .1)}.focus-within\:ring-orange-1000\/20:focus-within{--tw-ring-color: rgb(104 39 5 / .2)}.focus-within\:ring-orange-1000\/25:focus-within{--tw-ring-color: rgb(104 39 5 / .25)}.focus-within\:ring-orange-1000\/30:focus-within{--tw-ring-color: rgb(104 39 5 / .3)}.focus-within\:ring-orange-1000\/40:focus-within{--tw-ring-color: rgb(104 39 5 / .4)}.focus-within\:ring-orange-1000\/50:focus-within{--tw-ring-color: rgb(104 39 5 / .5)}.focus-within\:ring-orange-1000\/60:focus-within{--tw-ring-color: rgb(104 39 5 / .6)}.focus-within\:ring-orange-1000\/70:focus-within{--tw-ring-color: rgb(104 39 5 / .7)}.focus-within\:ring-orange-1000\/75:focus-within{--tw-ring-color: rgb(104 39 5 / .75)}.focus-within\:ring-orange-1000\/80:focus-within{--tw-ring-color: rgb(104 39 5 / .8)}.focus-within\:ring-orange-1000\/90:focus-within{--tw-ring-color: rgb(104 39 5 / .9)}.focus-within\:ring-orange-1000\/95:focus-within{--tw-ring-color: rgb(104 39 5 / .95)}.focus-within\:ring-orange-1000\/100:focus-within{--tw-ring-color: rgb(104 39 5 / 1)}.focus-within\:ring-red-1000\/0:focus-within{--tw-ring-color: rgb(98 16 16 / 0)}.focus-within\:ring-red-1000\/5:focus-within{--tw-ring-color: rgb(98 16 16 / .05)}.focus-within\:ring-red-1000\/10:focus-within{--tw-ring-color: rgb(98 16 16 / .1)}.focus-within\:ring-red-1000\/20:focus-within{--tw-ring-color: rgb(98 16 16 / .2)}.focus-within\:ring-red-1000\/25:focus-within{--tw-ring-color: rgb(98 16 16 / .25)}.focus-within\:ring-red-1000\/30:focus-within{--tw-ring-color: rgb(98 16 16 / .3)}.focus-within\:ring-red-1000\/40:focus-within{--tw-ring-color: rgb(98 16 16 / .4)}.focus-within\:ring-red-1000\/50:focus-within{--tw-ring-color: rgb(98 16 16 / .5)}.focus-within\:ring-red-1000\/60:focus-within{--tw-ring-color: rgb(98 16 16 / .6)}.focus-within\:ring-red-1000\/70:focus-within{--tw-ring-color: rgb(98 16 16 / .7)}.focus-within\:ring-red-1000\/75:focus-within{--tw-ring-color: rgb(98 16 16 / .75)}.focus-within\:ring-red-1000\/80:focus-within{--tw-ring-color: rgb(98 16 16 / .8)}.focus-within\:ring-red-1000\/90:focus-within{--tw-ring-color: rgb(98 16 16 / .9)}.focus-within\:ring-red-1000\/95:focus-within{--tw-ring-color: rgb(98 16 16 / .95)}.focus-within\:ring-red-1000\/100:focus-within{--tw-ring-color: rgb(98 16 16 / 1)}.focus-within\:ring-primary\/0:focus-within{--tw-ring-color: rgb(167 139 250 / 0)}.focus-within\:ring-primary\/5:focus-within{--tw-ring-color: rgb(167 139 250 / .05)}.focus-within\:ring-primary\/10:focus-within{--tw-ring-color: rgb(167 139 250 / .1)}.focus-within\:ring-primary\/20:focus-within{--tw-ring-color: rgb(167 139 250 / .2)}.focus-within\:ring-primary\/25:focus-within{--tw-ring-color: rgb(167 139 250 / .25)}.focus-within\:ring-primary\/30:focus-within{--tw-ring-color: rgb(167 139 250 / .3)}.focus-within\:ring-primary\/40:focus-within{--tw-ring-color: rgb(167 139 250 / .4)}.focus-within\:ring-primary\/50:focus-within{--tw-ring-color: rgb(167 139 250 / .5)}.focus-within\:ring-primary\/60:focus-within{--tw-ring-color: rgb(167 139 250 / .6)}.focus-within\:ring-primary\/70:focus-within{--tw-ring-color: rgb(167 139 250 / .7)}.focus-within\:ring-primary\/75:focus-within{--tw-ring-color: rgb(167 139 250 / .75)}.focus-within\:ring-primary\/80:focus-within{--tw-ring-color: rgb(167 139 250 / .8)}.focus-within\:ring-primary\/90:focus-within{--tw-ring-color: rgb(167 139 250 / .9)}.focus-within\:ring-primary\/95:focus-within{--tw-ring-color: rgb(167 139 250 / .95)}.focus-within\:ring-primary\/100:focus-within{--tw-ring-color: rgb(167 139 250 / 1)}.focus-within\:ring-primary-light\/0:focus-within{--tw-ring-color: rgb(247 245 254 / 0)}.focus-within\:ring-primary-light\/5:focus-within{--tw-ring-color: rgb(247 245 254 / .05)}.focus-within\:ring-primary-light\/10:focus-within{--tw-ring-color: rgb(247 245 254 / .1)}.focus-within\:ring-primary-light\/20:focus-within{--tw-ring-color: rgb(247 245 254 / .2)}.focus-within\:ring-primary-light\/25:focus-within{--tw-ring-color: rgb(247 245 254 / .25)}.focus-within\:ring-primary-light\/30:focus-within{--tw-ring-color: rgb(247 245 254 / .3)}.focus-within\:ring-primary-light\/40:focus-within{--tw-ring-color: rgb(247 245 254 / .4)}.focus-within\:ring-primary-light\/50:focus-within{--tw-ring-color: rgb(247 245 254 / .5)}.focus-within\:ring-primary-light\/60:focus-within{--tw-ring-color: rgb(247 245 254 / .6)}.focus-within\:ring-primary-light\/70:focus-within{--tw-ring-color: rgb(247 245 254 / .7)}.focus-within\:ring-primary-light\/75:focus-within{--tw-ring-color: rgb(247 245 254 / .75)}.focus-within\:ring-primary-light\/80:focus-within{--tw-ring-color: rgb(247 245 254 / .8)}.focus-within\:ring-primary-light\/90:focus-within{--tw-ring-color: rgb(247 245 254 / .9)}.focus-within\:ring-primary-light\/95:focus-within{--tw-ring-color: rgb(247 245 254 / .95)}.focus-within\:ring-primary-light\/100:focus-within{--tw-ring-color: rgb(247 245 254 / 1)}.focus-within\:ring-primary-dark\/0:focus-within{--tw-ring-color: rgb(105 87 158 / 0)}.focus-within\:ring-primary-dark\/5:focus-within{--tw-ring-color: rgb(105 87 158 / .05)}.focus-within\:ring-primary-dark\/10:focus-within{--tw-ring-color: rgb(105 87 158 / .1)}.focus-within\:ring-primary-dark\/20:focus-within{--tw-ring-color: rgb(105 87 158 / .2)}.focus-within\:ring-primary-dark\/25:focus-within{--tw-ring-color: rgb(105 87 158 / .25)}.focus-within\:ring-primary-dark\/30:focus-within{--tw-ring-color: rgb(105 87 158 / .3)}.focus-within\:ring-primary-dark\/40:focus-within{--tw-ring-color: rgb(105 87 158 / .4)}.focus-within\:ring-primary-dark\/50:focus-within{--tw-ring-color: rgb(105 87 158 / .5)}.focus-within\:ring-primary-dark\/60:focus-within{--tw-ring-color: rgb(105 87 158 / .6)}.focus-within\:ring-primary-dark\/70:focus-within{--tw-ring-color: rgb(105 87 158 / .7)}.focus-within\:ring-primary-dark\/75:focus-within{--tw-ring-color: rgb(105 87 158 / .75)}.focus-within\:ring-primary-dark\/80:focus-within{--tw-ring-color: rgb(105 87 158 / .8)}.focus-within\:ring-primary-dark\/90:focus-within{--tw-ring-color: rgb(105 87 158 / .9)}.focus-within\:ring-primary-dark\/95:focus-within{--tw-ring-color: rgb(105 87 158 / .95)}.focus-within\:ring-primary-dark\/100:focus-within{--tw-ring-color: rgb(105 87 158 / 1)}.focus-within\:ring-info\/0:focus-within{--tw-ring-color: rgb(118 144 239 / 0)}.focus-within\:ring-info\/5:focus-within{--tw-ring-color: rgb(118 144 239 / .05)}.focus-within\:ring-info\/10:focus-within{--tw-ring-color: rgb(118 144 239 / .1)}.focus-within\:ring-info\/20:focus-within{--tw-ring-color: rgb(118 144 239 / .2)}.focus-within\:ring-info\/25:focus-within{--tw-ring-color: rgb(118 144 239 / .25)}.focus-within\:ring-info\/30:focus-within{--tw-ring-color: rgb(118 144 239 / .3)}.focus-within\:ring-info\/40:focus-within{--tw-ring-color: rgb(118 144 239 / .4)}.focus-within\:ring-info\/50:focus-within{--tw-ring-color: rgb(118 144 239 / .5)}.focus-within\:ring-info\/60:focus-within{--tw-ring-color: rgb(118 144 239 / .6)}.focus-within\:ring-info\/70:focus-within{--tw-ring-color: rgb(118 144 239 / .7)}.focus-within\:ring-info\/75:focus-within{--tw-ring-color: rgb(118 144 239 / .75)}.focus-within\:ring-info\/80:focus-within{--tw-ring-color: rgb(118 144 239 / .8)}.focus-within\:ring-info\/90:focus-within{--tw-ring-color: rgb(118 144 239 / .9)}.focus-within\:ring-info\/95:focus-within{--tw-ring-color: rgb(118 144 239 / .95)}.focus-within\:ring-info\/100:focus-within{--tw-ring-color: rgb(118 144 239 / 1)}.focus-within\:ring-info-light\/0:focus-within{--tw-ring-color: rgb(242 243 253 / 0)}.focus-within\:ring-info-light\/5:focus-within{--tw-ring-color: rgb(242 243 253 / .05)}.focus-within\:ring-info-light\/10:focus-within{--tw-ring-color: rgb(242 243 253 / .1)}.focus-within\:ring-info-light\/20:focus-within{--tw-ring-color: rgb(242 243 253 / .2)}.focus-within\:ring-info-light\/25:focus-within{--tw-ring-color: rgb(242 243 253 / .25)}.focus-within\:ring-info-light\/30:focus-within{--tw-ring-color: rgb(242 243 253 / .3)}.focus-within\:ring-info-light\/40:focus-within{--tw-ring-color: rgb(242 243 253 / .4)}.focus-within\:ring-info-light\/50:focus-within{--tw-ring-color: rgb(242 243 253 / .5)}.focus-within\:ring-info-light\/60:focus-within{--tw-ring-color: rgb(242 243 253 / .6)}.focus-within\:ring-info-light\/70:focus-within{--tw-ring-color: rgb(242 243 253 / .7)}.focus-within\:ring-info-light\/75:focus-within{--tw-ring-color: rgb(242 243 253 / .75)}.focus-within\:ring-info-light\/80:focus-within{--tw-ring-color: rgb(242 243 253 / .8)}.focus-within\:ring-info-light\/90:focus-within{--tw-ring-color: rgb(242 243 253 / .9)}.focus-within\:ring-info-light\/95:focus-within{--tw-ring-color: rgb(242 243 253 / .95)}.focus-within\:ring-info-light\/100:focus-within{--tw-ring-color: rgb(242 243 253 / 1)}.focus-within\:ring-info-dark\/0:focus-within{--tw-ring-color: rgb(33 88 210 / 0)}.focus-within\:ring-info-dark\/5:focus-within{--tw-ring-color: rgb(33 88 210 / .05)}.focus-within\:ring-info-dark\/10:focus-within{--tw-ring-color: rgb(33 88 210 / .1)}.focus-within\:ring-info-dark\/20:focus-within{--tw-ring-color: rgb(33 88 210 / .2)}.focus-within\:ring-info-dark\/25:focus-within{--tw-ring-color: rgb(33 88 210 / .25)}.focus-within\:ring-info-dark\/30:focus-within{--tw-ring-color: rgb(33 88 210 / .3)}.focus-within\:ring-info-dark\/40:focus-within{--tw-ring-color: rgb(33 88 210 / .4)}.focus-within\:ring-info-dark\/50:focus-within{--tw-ring-color: rgb(33 88 210 / .5)}.focus-within\:ring-info-dark\/60:focus-within{--tw-ring-color: rgb(33 88 210 / .6)}.focus-within\:ring-info-dark\/70:focus-within{--tw-ring-color: rgb(33 88 210 / .7)}.focus-within\:ring-info-dark\/75:focus-within{--tw-ring-color: rgb(33 88 210 / .75)}.focus-within\:ring-info-dark\/80:focus-within{--tw-ring-color: rgb(33 88 210 / .8)}.focus-within\:ring-info-dark\/90:focus-within{--tw-ring-color: rgb(33 88 210 / .9)}.focus-within\:ring-info-dark\/95:focus-within{--tw-ring-color: rgb(33 88 210 / .95)}.focus-within\:ring-info-dark\/100:focus-within{--tw-ring-color: rgb(33 88 210 / 1)}.focus-within\:ring-success\/0:focus-within{--tw-ring-color: rgb(40 163 118 / 0)}.focus-within\:ring-success\/5:focus-within{--tw-ring-color: rgb(40 163 118 / .05)}.focus-within\:ring-success\/10:focus-within{--tw-ring-color: rgb(40 163 118 / .1)}.focus-within\:ring-success\/20:focus-within{--tw-ring-color: rgb(40 163 118 / .2)}.focus-within\:ring-success\/25:focus-within{--tw-ring-color: rgb(40 163 118 / .25)}.focus-within\:ring-success\/30:focus-within{--tw-ring-color: rgb(40 163 118 / .3)}.focus-within\:ring-success\/40:focus-within{--tw-ring-color: rgb(40 163 118 / .4)}.focus-within\:ring-success\/50:focus-within{--tw-ring-color: rgb(40 163 118 / .5)}.focus-within\:ring-success\/60:focus-within{--tw-ring-color: rgb(40 163 118 / .6)}.focus-within\:ring-success\/70:focus-within{--tw-ring-color: rgb(40 163 118 / .7)}.focus-within\:ring-success\/75:focus-within{--tw-ring-color: rgb(40 163 118 / .75)}.focus-within\:ring-success\/80:focus-within{--tw-ring-color: rgb(40 163 118 / .8)}.focus-within\:ring-success\/90:focus-within{--tw-ring-color: rgb(40 163 118 / .9)}.focus-within\:ring-success\/95:focus-within{--tw-ring-color: rgb(40 163 118 / .95)}.focus-within\:ring-success\/100:focus-within{--tw-ring-color: rgb(40 163 118 / 1)}.focus-within\:ring-success-light\/0:focus-within{--tw-ring-color: rgb(242 250 246 / 0)}.focus-within\:ring-success-light\/5:focus-within{--tw-ring-color: rgb(242 250 246 / .05)}.focus-within\:ring-success-light\/10:focus-within{--tw-ring-color: rgb(242 250 246 / .1)}.focus-within\:ring-success-light\/20:focus-within{--tw-ring-color: rgb(242 250 246 / .2)}.focus-within\:ring-success-light\/25:focus-within{--tw-ring-color: rgb(242 250 246 / .25)}.focus-within\:ring-success-light\/30:focus-within{--tw-ring-color: rgb(242 250 246 / .3)}.focus-within\:ring-success-light\/40:focus-within{--tw-ring-color: rgb(242 250 246 / .4)}.focus-within\:ring-success-light\/50:focus-within{--tw-ring-color: rgb(242 250 246 / .5)}.focus-within\:ring-success-light\/60:focus-within{--tw-ring-color: rgb(242 250 246 / .6)}.focus-within\:ring-success-light\/70:focus-within{--tw-ring-color: rgb(242 250 246 / .7)}.focus-within\:ring-success-light\/75:focus-within{--tw-ring-color: rgb(242 250 246 / .75)}.focus-within\:ring-success-light\/80:focus-within{--tw-ring-color: rgb(242 250 246 / .8)}.focus-within\:ring-success-light\/90:focus-within{--tw-ring-color: rgb(242 250 246 / .9)}.focus-within\:ring-success-light\/95:focus-within{--tw-ring-color: rgb(242 250 246 / .95)}.focus-within\:ring-success-light\/100:focus-within{--tw-ring-color: rgb(242 250 246 / 1)}.focus-within\:ring-success-dark\/0:focus-within{--tw-ring-color: rgb(32 133 96 / 0)}.focus-within\:ring-success-dark\/5:focus-within{--tw-ring-color: rgb(32 133 96 / .05)}.focus-within\:ring-success-dark\/10:focus-within{--tw-ring-color: rgb(32 133 96 / .1)}.focus-within\:ring-success-dark\/20:focus-within{--tw-ring-color: rgb(32 133 96 / .2)}.focus-within\:ring-success-dark\/25:focus-within{--tw-ring-color: rgb(32 133 96 / .25)}.focus-within\:ring-success-dark\/30:focus-within{--tw-ring-color: rgb(32 133 96 / .3)}.focus-within\:ring-success-dark\/40:focus-within{--tw-ring-color: rgb(32 133 96 / .4)}.focus-within\:ring-success-dark\/50:focus-within{--tw-ring-color: rgb(32 133 96 / .5)}.focus-within\:ring-success-dark\/60:focus-within{--tw-ring-color: rgb(32 133 96 / .6)}.focus-within\:ring-success-dark\/70:focus-within{--tw-ring-color: rgb(32 133 96 / .7)}.focus-within\:ring-success-dark\/75:focus-within{--tw-ring-color: rgb(32 133 96 / .75)}.focus-within\:ring-success-dark\/80:focus-within{--tw-ring-color: rgb(32 133 96 / .8)}.focus-within\:ring-success-dark\/90:focus-within{--tw-ring-color: rgb(32 133 96 / .9)}.focus-within\:ring-success-dark\/95:focus-within{--tw-ring-color: rgb(32 133 96 / .95)}.focus-within\:ring-success-dark\/100:focus-within{--tw-ring-color: rgb(32 133 96 / 1)}.focus-within\:ring-warning\/0:focus-within{--tw-ring-color: rgb(250 172 30 / 0)}.focus-within\:ring-warning\/5:focus-within{--tw-ring-color: rgb(250 172 30 / .05)}.focus-within\:ring-warning\/10:focus-within{--tw-ring-color: rgb(250 172 30 / .1)}.focus-within\:ring-warning\/20:focus-within{--tw-ring-color: rgb(250 172 30 / .2)}.focus-within\:ring-warning\/25:focus-within{--tw-ring-color: rgb(250 172 30 / .25)}.focus-within\:ring-warning\/30:focus-within{--tw-ring-color: rgb(250 172 30 / .3)}.focus-within\:ring-warning\/40:focus-within{--tw-ring-color: rgb(250 172 30 / .4)}.focus-within\:ring-warning\/50:focus-within{--tw-ring-color: rgb(250 172 30 / .5)}.focus-within\:ring-warning\/60:focus-within{--tw-ring-color: rgb(250 172 30 / .6)}.focus-within\:ring-warning\/70:focus-within{--tw-ring-color: rgb(250 172 30 / .7)}.focus-within\:ring-warning\/75:focus-within{--tw-ring-color: rgb(250 172 30 / .75)}.focus-within\:ring-warning\/80:focus-within{--tw-ring-color: rgb(250 172 30 / .8)}.focus-within\:ring-warning\/90:focus-within{--tw-ring-color: rgb(250 172 30 / .9)}.focus-within\:ring-warning\/95:focus-within{--tw-ring-color: rgb(250 172 30 / .95)}.focus-within\:ring-warning\/100:focus-within{--tw-ring-color: rgb(250 172 30 / 1)}.focus-within\:ring-warning-light\/0:focus-within{--tw-ring-color: rgb(254 247 242 / 0)}.focus-within\:ring-warning-light\/5:focus-within{--tw-ring-color: rgb(254 247 242 / .05)}.focus-within\:ring-warning-light\/10:focus-within{--tw-ring-color: rgb(254 247 242 / .1)}.focus-within\:ring-warning-light\/20:focus-within{--tw-ring-color: rgb(254 247 242 / .2)}.focus-within\:ring-warning-light\/25:focus-within{--tw-ring-color: rgb(254 247 242 / .25)}.focus-within\:ring-warning-light\/30:focus-within{--tw-ring-color: rgb(254 247 242 / .3)}.focus-within\:ring-warning-light\/40:focus-within{--tw-ring-color: rgb(254 247 242 / .4)}.focus-within\:ring-warning-light\/50:focus-within{--tw-ring-color: rgb(254 247 242 / .5)}.focus-within\:ring-warning-light\/60:focus-within{--tw-ring-color: rgb(254 247 242 / .6)}.focus-within\:ring-warning-light\/70:focus-within{--tw-ring-color: rgb(254 247 242 / .7)}.focus-within\:ring-warning-light\/75:focus-within{--tw-ring-color: rgb(254 247 242 / .75)}.focus-within\:ring-warning-light\/80:focus-within{--tw-ring-color: rgb(254 247 242 / .8)}.focus-within\:ring-warning-light\/90:focus-within{--tw-ring-color: rgb(254 247 242 / .9)}.focus-within\:ring-warning-light\/95:focus-within{--tw-ring-color: rgb(254 247 242 / .95)}.focus-within\:ring-warning-light\/100:focus-within{--tw-ring-color: rgb(254 247 242 / 1)}.focus-within\:ring-warning-dark\/0:focus-within{--tw-ring-color: rgb(158 108 18 / 0)}.focus-within\:ring-warning-dark\/5:focus-within{--tw-ring-color: rgb(158 108 18 / .05)}.focus-within\:ring-warning-dark\/10:focus-within{--tw-ring-color: rgb(158 108 18 / .1)}.focus-within\:ring-warning-dark\/20:focus-within{--tw-ring-color: rgb(158 108 18 / .2)}.focus-within\:ring-warning-dark\/25:focus-within{--tw-ring-color: rgb(158 108 18 / .25)}.focus-within\:ring-warning-dark\/30:focus-within{--tw-ring-color: rgb(158 108 18 / .3)}.focus-within\:ring-warning-dark\/40:focus-within{--tw-ring-color: rgb(158 108 18 / .4)}.focus-within\:ring-warning-dark\/50:focus-within{--tw-ring-color: rgb(158 108 18 / .5)}.focus-within\:ring-warning-dark\/60:focus-within{--tw-ring-color: rgb(158 108 18 / .6)}.focus-within\:ring-warning-dark\/70:focus-within{--tw-ring-color: rgb(158 108 18 / .7)}.focus-within\:ring-warning-dark\/75:focus-within{--tw-ring-color: rgb(158 108 18 / .75)}.focus-within\:ring-warning-dark\/80:focus-within{--tw-ring-color: rgb(158 108 18 / .8)}.focus-within\:ring-warning-dark\/90:focus-within{--tw-ring-color: rgb(158 108 18 / .9)}.focus-within\:ring-warning-dark\/95:focus-within{--tw-ring-color: rgb(158 108 18 / .95)}.focus-within\:ring-warning-dark\/100:focus-within{--tw-ring-color: rgb(158 108 18 / 1)}.focus-within\:ring-error\/0:focus-within{--tw-ring-color: rgb(220 38 38 / 0)}.focus-within\:ring-error\/5:focus-within{--tw-ring-color: rgb(220 38 38 / .05)}.focus-within\:ring-error\/10:focus-within{--tw-ring-color: rgb(220 38 38 / .1)}.focus-within\:ring-error\/20:focus-within{--tw-ring-color: rgb(220 38 38 / .2)}.focus-within\:ring-error\/25:focus-within{--tw-ring-color: rgb(220 38 38 / .25)}.focus-within\:ring-error\/30:focus-within{--tw-ring-color: rgb(220 38 38 / .3)}.focus-within\:ring-error\/40:focus-within{--tw-ring-color: rgb(220 38 38 / .4)}.focus-within\:ring-error\/50:focus-within{--tw-ring-color: rgb(220 38 38 / .5)}.focus-within\:ring-error\/60:focus-within{--tw-ring-color: rgb(220 38 38 / .6)}.focus-within\:ring-error\/70:focus-within{--tw-ring-color: rgb(220 38 38 / .7)}.focus-within\:ring-error\/75:focus-within{--tw-ring-color: rgb(220 38 38 / .75)}.focus-within\:ring-error\/80:focus-within{--tw-ring-color: rgb(220 38 38 / .8)}.focus-within\:ring-error\/90:focus-within{--tw-ring-color: rgb(220 38 38 / .9)}.focus-within\:ring-error\/95:focus-within{--tw-ring-color: rgb(220 38 38 / .95)}.focus-within\:ring-error\/100:focus-within{--tw-ring-color: rgb(220 38 38 / 1)}.focus-within\:ring-error-light\/0:focus-within{--tw-ring-color: rgb(251 242 242 / 0)}.focus-within\:ring-error-light\/5:focus-within{--tw-ring-color: rgb(251 242 242 / .05)}.focus-within\:ring-error-light\/10:focus-within{--tw-ring-color: rgb(251 242 242 / .1)}.focus-within\:ring-error-light\/20:focus-within{--tw-ring-color: rgb(251 242 242 / .2)}.focus-within\:ring-error-light\/25:focus-within{--tw-ring-color: rgb(251 242 242 / .25)}.focus-within\:ring-error-light\/30:focus-within{--tw-ring-color: rgb(251 242 242 / .3)}.focus-within\:ring-error-light\/40:focus-within{--tw-ring-color: rgb(251 242 242 / .4)}.focus-within\:ring-error-light\/50:focus-within{--tw-ring-color: rgb(251 242 242 / .5)}.focus-within\:ring-error-light\/60:focus-within{--tw-ring-color: rgb(251 242 242 / .6)}.focus-within\:ring-error-light\/70:focus-within{--tw-ring-color: rgb(251 242 242 / .7)}.focus-within\:ring-error-light\/75:focus-within{--tw-ring-color: rgb(251 242 242 / .75)}.focus-within\:ring-error-light\/80:focus-within{--tw-ring-color: rgb(251 242 242 / .8)}.focus-within\:ring-error-light\/90:focus-within{--tw-ring-color: rgb(251 242 242 / .9)}.focus-within\:ring-error-light\/95:focus-within{--tw-ring-color: rgb(251 242 242 / .95)}.focus-within\:ring-error-light\/100:focus-within{--tw-ring-color: rgb(251 242 242 / 1)}.focus-within\:ring-error-dark\/0:focus-within{--tw-ring-color: rgb(196 33 33 / 0)}.focus-within\:ring-error-dark\/5:focus-within{--tw-ring-color: rgb(196 33 33 / .05)}.focus-within\:ring-error-dark\/10:focus-within{--tw-ring-color: rgb(196 33 33 / .1)}.focus-within\:ring-error-dark\/20:focus-within{--tw-ring-color: rgb(196 33 33 / .2)}.focus-within\:ring-error-dark\/25:focus-within{--tw-ring-color: rgb(196 33 33 / .25)}.focus-within\:ring-error-dark\/30:focus-within{--tw-ring-color: rgb(196 33 33 / .3)}.focus-within\:ring-error-dark\/40:focus-within{--tw-ring-color: rgb(196 33 33 / .4)}.focus-within\:ring-error-dark\/50:focus-within{--tw-ring-color: rgb(196 33 33 / .5)}.focus-within\:ring-error-dark\/60:focus-within{--tw-ring-color: rgb(196 33 33 / .6)}.focus-within\:ring-error-dark\/70:focus-within{--tw-ring-color: rgb(196 33 33 / .7)}.focus-within\:ring-error-dark\/75:focus-within{--tw-ring-color: rgb(196 33 33 / .75)}.focus-within\:ring-error-dark\/80:focus-within{--tw-ring-color: rgb(196 33 33 / .8)}.focus-within\:ring-error-dark\/90:focus-within{--tw-ring-color: rgb(196 33 33 / .9)}.focus-within\:ring-error-dark\/95:focus-within{--tw-ring-color: rgb(196 33 33 / .95)}.focus-within\:ring-error-dark\/100:focus-within{--tw-ring-color: rgb(196 33 33 / 1)}.focus-within\:ring-grey\/0:focus-within{--tw-ring-color: rgb(71 85 105 / 0)}.focus-within\:ring-grey\/5:focus-within{--tw-ring-color: rgb(71 85 105 / .05)}.focus-within\:ring-grey\/10:focus-within{--tw-ring-color: rgb(71 85 105 / .1)}.focus-within\:ring-grey\/20:focus-within{--tw-ring-color: rgb(71 85 105 / .2)}.focus-within\:ring-grey\/25:focus-within{--tw-ring-color: rgb(71 85 105 / .25)}.focus-within\:ring-grey\/30:focus-within{--tw-ring-color: rgb(71 85 105 / .3)}.focus-within\:ring-grey\/40:focus-within{--tw-ring-color: rgb(71 85 105 / .4)}.focus-within\:ring-grey\/50:focus-within{--tw-ring-color: rgb(71 85 105 / .5)}.focus-within\:ring-grey\/60:focus-within{--tw-ring-color: rgb(71 85 105 / .6)}.focus-within\:ring-grey\/70:focus-within{--tw-ring-color: rgb(71 85 105 / .7)}.focus-within\:ring-grey\/75:focus-within{--tw-ring-color: rgb(71 85 105 / .75)}.focus-within\:ring-grey\/80:focus-within{--tw-ring-color: rgb(71 85 105 / .8)}.focus-within\:ring-grey\/90:focus-within{--tw-ring-color: rgb(71 85 105 / .9)}.focus-within\:ring-grey\/95:focus-within{--tw-ring-color: rgb(71 85 105 / .95)}.focus-within\:ring-grey\/100:focus-within{--tw-ring-color: rgb(71 85 105 / 1)}.focus-within\:ring-grey-light\/0:focus-within{--tw-ring-color: rgb(242 243 244 / 0)}.focus-within\:ring-grey-light\/5:focus-within{--tw-ring-color: rgb(242 243 244 / .05)}.focus-within\:ring-grey-light\/10:focus-within{--tw-ring-color: rgb(242 243 244 / .1)}.focus-within\:ring-grey-light\/20:focus-within{--tw-ring-color: rgb(242 243 244 / .2)}.focus-within\:ring-grey-light\/25:focus-within{--tw-ring-color: rgb(242 243 244 / .25)}.focus-within\:ring-grey-light\/30:focus-within{--tw-ring-color: rgb(242 243 244 / .3)}.focus-within\:ring-grey-light\/40:focus-within{--tw-ring-color: rgb(242 243 244 / .4)}.focus-within\:ring-grey-light\/50:focus-within{--tw-ring-color: rgb(242 243 244 / .5)}.focus-within\:ring-grey-light\/60:focus-within{--tw-ring-color: rgb(242 243 244 / .6)}.focus-within\:ring-grey-light\/70:focus-within{--tw-ring-color: rgb(242 243 244 / .7)}.focus-within\:ring-grey-light\/75:focus-within{--tw-ring-color: rgb(242 243 244 / .75)}.focus-within\:ring-grey-light\/80:focus-within{--tw-ring-color: rgb(242 243 244 / .8)}.focus-within\:ring-grey-light\/90:focus-within{--tw-ring-color: rgb(242 243 244 / .9)}.focus-within\:ring-grey-light\/95:focus-within{--tw-ring-color: rgb(242 243 244 / .95)}.focus-within\:ring-grey-light\/100:focus-within{--tw-ring-color: rgb(242 243 244 / 1)}.focus-within\:ring-grey-dark\/0:focus-within{--tw-ring-color: rgb(44 53 66 / 0)}.focus-within\:ring-grey-dark\/5:focus-within{--tw-ring-color: rgb(44 53 66 / .05)}.focus-within\:ring-grey-dark\/10:focus-within{--tw-ring-color: rgb(44 53 66 / .1)}.focus-within\:ring-grey-dark\/20:focus-within{--tw-ring-color: rgb(44 53 66 / .2)}.focus-within\:ring-grey-dark\/25:focus-within{--tw-ring-color: rgb(44 53 66 / .25)}.focus-within\:ring-grey-dark\/30:focus-within{--tw-ring-color: rgb(44 53 66 / .3)}.focus-within\:ring-grey-dark\/40:focus-within{--tw-ring-color: rgb(44 53 66 / .4)}.focus-within\:ring-grey-dark\/50:focus-within{--tw-ring-color: rgb(44 53 66 / .5)}.focus-within\:ring-grey-dark\/60:focus-within{--tw-ring-color: rgb(44 53 66 / .6)}.focus-within\:ring-grey-dark\/70:focus-within{--tw-ring-color: rgb(44 53 66 / .7)}.focus-within\:ring-grey-dark\/75:focus-within{--tw-ring-color: rgb(44 53 66 / .75)}.focus-within\:ring-grey-dark\/80:focus-within{--tw-ring-color: rgb(44 53 66 / .8)}.focus-within\:ring-grey-dark\/90:focus-within{--tw-ring-color: rgb(44 53 66 / .9)}.focus-within\:ring-grey-dark\/95:focus-within{--tw-ring-color: rgb(44 53 66 / .95)}.focus-within\:ring-grey-dark\/100:focus-within{--tw-ring-color: rgb(44 53 66 / 1)}.focus-within\:ring-offset-red-50:focus-within{--tw-ring-offset-color: #fef2f2}.focus-within\:ring-offset-red-100:focus-within{--tw-ring-offset-color: #FBF2F2}.focus-within\:ring-offset-red-200:focus-within{--tw-ring-offset-color: #F8E4E4}.focus-within\:ring-offset-red-300:focus-within{--tw-ring-offset-color: #F1C6C6}.focus-within\:ring-offset-red-400:focus-within{--tw-ring-offset-color: #EAA3A3}.focus-within\:ring-offset-red-500:focus-within{--tw-ring-offset-color: #E37676}.focus-within\:ring-offset-red-600:focus-within{--tw-ring-offset-color: #DC2626}.focus-within\:ring-offset-red-700:focus-within{--tw-ring-offset-color: #C42121}.focus-within\:ring-offset-red-800:focus-within{--tw-ring-offset-color: #AA1D1D}.focus-within\:ring-offset-red-900:focus-within{--tw-ring-offset-color: #8B1818}.focus-within\:ring-offset-orange-50:focus-within{--tw-ring-offset-color: #fff7ed}.focus-within\:ring-offset-orange-100:focus-within{--tw-ring-offset-color: #FCF3F1}.focus-within\:ring-offset-orange-200:focus-within{--tw-ring-offset-color: #FAE7E4}.focus-within\:ring-offset-orange-300:focus-within{--tw-ring-offset-color: #F6CDC5}.focus-within\:ring-offset-orange-400:focus-within{--tw-ring-offset-color: #F2AFA1}.focus-within\:ring-offset-orange-500:focus-within{--tw-ring-offset-color: #EE8A72}.focus-within\:ring-offset-orange-600:focus-within{--tw-ring-offset-color: #EA580C}.focus-within\:ring-offset-orange-700:focus-within{--tw-ring-offset-color: #D14E0A}.focus-within\:ring-offset-orange-800:focus-within{--tw-ring-offset-color: #B54409}.focus-within\:ring-offset-orange-900:focus-within{--tw-ring-offset-color: #933707}.focus-within\:ring-offset-yellow-50:focus-within{--tw-ring-offset-color: #fefce8}.focus-within\:ring-offset-yellow-100:focus-within{--tw-ring-offset-color: #fef3c7}.focus-within\:ring-offset-yellow-200:focus-within{--tw-ring-offset-color: #fde68a}.focus-within\:ring-offset-yellow-300:focus-within{--tw-ring-offset-color: #fcd34d}.focus-within\:ring-offset-yellow-400:focus-within{--tw-ring-offset-color: #fbbf24}.focus-within\:ring-offset-yellow-500:focus-within{--tw-ring-offset-color: #eab308}.focus-within\:ring-offset-yellow-600:focus-within{--tw-ring-offset-color: #d97706}.focus-within\:ring-offset-yellow-700:focus-within{--tw-ring-offset-color: #b45309}.focus-within\:ring-offset-yellow-800:focus-within{--tw-ring-offset-color: #92400e}.focus-within\:ring-offset-yellow-900:focus-within{--tw-ring-offset-color: #78350f}.focus-within\:ring-offset-green-50:focus-within{--tw-ring-offset-color: #f0fdf4}.focus-within\:ring-offset-green-100:focus-within{--tw-ring-offset-color: #F2FAF6}.focus-within\:ring-offset-green-200:focus-within{--tw-ring-offset-color: #E5F6EE}.focus-within\:ring-offset-green-300:focus-within{--tw-ring-offset-color: #C8EEDB}.focus-within\:ring-offset-green-400:focus-within{--tw-ring-offset-color: #A6E5C8}.focus-within\:ring-offset-green-500:focus-within{--tw-ring-offset-color: #7BDCB2}.focus-within\:ring-offset-green-600:focus-within{--tw-ring-offset-color: #34D399}.focus-within\:ring-offset-green-700:focus-within{--tw-ring-offset-color: #2EBC88}.focus-within\:ring-offset-green-800:focus-within{--tw-ring-offset-color: #28A376}.focus-within\:ring-offset-green-900:focus-within{--tw-ring-offset-color: #208560}.focus-within\:ring-offset-emerald-50:focus-within{--tw-ring-offset-color: #ecfdf5}.focus-within\:ring-offset-emerald-100:focus-within{--tw-ring-offset-color: #d1fae5}.focus-within\:ring-offset-emerald-200:focus-within{--tw-ring-offset-color: #a7f3d0}.focus-within\:ring-offset-emerald-300:focus-within{--tw-ring-offset-color: #6ee7b7}.focus-within\:ring-offset-emerald-400:focus-within{--tw-ring-offset-color: #34d399}.focus-within\:ring-offset-emerald-500:focus-within{--tw-ring-offset-color: #10b981}.focus-within\:ring-offset-emerald-600:focus-within{--tw-ring-offset-color: #059669}.focus-within\:ring-offset-emerald-700:focus-within{--tw-ring-offset-color: #047857}.focus-within\:ring-offset-emerald-800:focus-within{--tw-ring-offset-color: #065f46}.focus-within\:ring-offset-emerald-900:focus-within{--tw-ring-offset-color: #064e3b}.focus-within\:ring-offset-teal-50:focus-within{--tw-ring-offset-color: #f0fdfa}.focus-within\:ring-offset-teal-100:focus-within{--tw-ring-offset-color: #ccfbf1}.focus-within\:ring-offset-teal-200:focus-within{--tw-ring-offset-color: #99f6e4}.focus-within\:ring-offset-teal-300:focus-within{--tw-ring-offset-color: #5eead4}.focus-within\:ring-offset-teal-400:focus-within{--tw-ring-offset-color: #2dd4bf }.focus-within\:ring-offset-teal-500:focus-within{--tw-ring-offset-color: #14b8a6}.focus-within\:ring-offset-teal-600:focus-within{--tw-ring-offset-color: #0d9488}.focus-within\:ring-offset-teal-700:focus-within{--tw-ring-offset-color: #0f766e}.focus-within\:ring-offset-teal-800:focus-within{--tw-ring-offset-color: #115e59}.focus-within\:ring-offset-teal-900:focus-within{--tw-ring-offset-color: #134e4a}.focus-within\:ring-offset-sky-50:focus-within{--tw-ring-offset-color: #f0f9ff}.focus-within\:ring-offset-sky-100:focus-within{--tw-ring-offset-color: #e0f2fe}.focus-within\:ring-offset-sky-200:focus-within{--tw-ring-offset-color: #bae6fd}.focus-within\:ring-offset-sky-300:focus-within{--tw-ring-offset-color: #7dd3fc}.focus-within\:ring-offset-sky-400:focus-within{--tw-ring-offset-color: #38bdf8}.focus-within\:ring-offset-sky-500:focus-within{--tw-ring-offset-color: #0ea5e9}.focus-within\:ring-offset-sky-600:focus-within{--tw-ring-offset-color: #0284c7}.focus-within\:ring-offset-sky-700:focus-within{--tw-ring-offset-color: #0369a1}.focus-within\:ring-offset-sky-800:focus-within{--tw-ring-offset-color: #075985}.focus-within\:ring-offset-sky-900:focus-within{--tw-ring-offset-color: #0c4a6e}.focus-within\:ring-offset-blue-50:focus-within{--tw-ring-offset-color: #eff6ff}.focus-within\:ring-offset-blue-100:focus-within{--tw-ring-offset-color: #F2F3FD}.focus-within\:ring-offset-blue-200:focus-within{--tw-ring-offset-color: #E4E8FB}.focus-within\:ring-offset-blue-300:focus-within{--tw-ring-offset-color: #C6CFF7}.focus-within\:ring-offset-blue-400:focus-within{--tw-ring-offset-color: #A3B2F3}.focus-within\:ring-offset-blue-500:focus-within{--tw-ring-offset-color: #7690EF}.focus-within\:ring-offset-blue-600:focus-within{--tw-ring-offset-color: #2563EB}.focus-within\:ring-offset-blue-700:focus-within{--tw-ring-offset-color: #2158D2}.focus-within\:ring-offset-blue-800:focus-within{--tw-ring-offset-color: #1C4CB6}.focus-within\:ring-offset-blue-900:focus-within{--tw-ring-offset-color: #173E94}.focus-within\:ring-offset-indigo-50:focus-within{--tw-ring-offset-color: #eef2ff}.focus-within\:ring-offset-indigo-100:focus-within{--tw-ring-offset-color: #e0e7ff}.focus-within\:ring-offset-indigo-200:focus-within{--tw-ring-offset-color: #c7d2fe}.focus-within\:ring-offset-indigo-300:focus-within{--tw-ring-offset-color: #a5b4fc}.focus-within\:ring-offset-indigo-400:focus-within{--tw-ring-offset-color: #818cf8}.focus-within\:ring-offset-indigo-500:focus-within{--tw-ring-offset-color: #6366f1}.focus-within\:ring-offset-indigo-600:focus-within{--tw-ring-offset-color: #4f46e5}.focus-within\:ring-offset-indigo-700:focus-within{--tw-ring-offset-color: #4338ca}.focus-within\:ring-offset-indigo-800:focus-within{--tw-ring-offset-color: #3730a3}.focus-within\:ring-offset-indigo-900:focus-within{--tw-ring-offset-color: #312e81}.focus-within\:ring-offset-violet-50:focus-within{--tw-ring-offset-color: #f5f3ff}.focus-within\:ring-offset-violet-100:focus-within{--tw-ring-offset-color: #ede9fe}.focus-within\:ring-offset-violet-200:focus-within{--tw-ring-offset-color: #ddd6fe}.focus-within\:ring-offset-violet-300:focus-within{--tw-ring-offset-color: #c4b5fd}.focus-within\:ring-offset-violet-400:focus-within{--tw-ring-offset-color: #a78bfa}.focus-within\:ring-offset-violet-500:focus-within{--tw-ring-offset-color: #8b5cf6}.focus-within\:ring-offset-violet-600:focus-within{--tw-ring-offset-color: #7c3aed}.focus-within\:ring-offset-violet-700:focus-within{--tw-ring-offset-color: #6d28d9}.focus-within\:ring-offset-violet-800:focus-within{--tw-ring-offset-color: #5b21b6}.focus-within\:ring-offset-violet-900:focus-within{--tw-ring-offset-color: #4c1d95}.focus-within\:ring-offset-fuchsia-50:focus-within{--tw-ring-offset-color: #fdf4ff}.focus-within\:ring-offset-fuchsia-100:focus-within{--tw-ring-offset-color: #fae8ff}.focus-within\:ring-offset-fuchsia-200:focus-within{--tw-ring-offset-color: #f5d0fe}.focus-within\:ring-offset-fuchsia-300:focus-within{--tw-ring-offset-color: #f0abfc}.focus-within\:ring-offset-fuchsia-400:focus-within{--tw-ring-offset-color: #e879f9}.focus-within\:ring-offset-fuchsia-500:focus-within{--tw-ring-offset-color: #d946ef}.focus-within\:ring-offset-fuchsia-600:focus-within{--tw-ring-offset-color: #c026d3}.focus-within\:ring-offset-fuchsia-700:focus-within{--tw-ring-offset-color: #a21caf}.focus-within\:ring-offset-fuchsia-800:focus-within{--tw-ring-offset-color: #86198f}.focus-within\:ring-offset-fuchsia-900:focus-within{--tw-ring-offset-color: #701a75}.focus-within\:ring-offset-pink-50:focus-within{--tw-ring-offset-color: #fdf2f8}.focus-within\:ring-offset-pink-100:focus-within{--tw-ring-offset-color: #fce7f3}.focus-within\:ring-offset-pink-200:focus-within{--tw-ring-offset-color: #fbcfe8}.focus-within\:ring-offset-pink-300:focus-within{--tw-ring-offset-color: #f9a8d4}.focus-within\:ring-offset-pink-400:focus-within{--tw-ring-offset-color: #f472b6}.focus-within\:ring-offset-pink-500:focus-within{--tw-ring-offset-color: #ec4899}.focus-within\:ring-offset-pink-600:focus-within{--tw-ring-offset-color: #db2777}.focus-within\:ring-offset-pink-700:focus-within{--tw-ring-offset-color: #be185d}.focus-within\:ring-offset-pink-800:focus-within{--tw-ring-offset-color: #9d174d}.focus-within\:ring-offset-pink-900:focus-within{--tw-ring-offset-color: #831843}.focus-within\:ring-offset-rose-50:focus-within{--tw-ring-offset-color: #fff1f2}.focus-within\:ring-offset-rose-100:focus-within{--tw-ring-offset-color: #FFE4E6}.focus-within\:ring-offset-rose-200:focus-within{--tw-ring-offset-color: #FECDD3}.focus-within\:ring-offset-rose-300:focus-within{--tw-ring-offset-color: #FDA4AF}.focus-within\:ring-offset-rose-400:focus-within{--tw-ring-offset-color: #FB7185}.focus-within\:ring-offset-rose-500:focus-within{--tw-ring-offset-color: #F43F5E}.focus-within\:ring-offset-rose-600:focus-within{--tw-ring-offset-color: #E11D48}.focus-within\:ring-offset-rose-700:focus-within{--tw-ring-offset-color: #BE123C}.focus-within\:ring-offset-rose-800:focus-within{--tw-ring-offset-color: #9F1239}.focus-within\:ring-offset-rose-900:focus-within{--tw-ring-offset-color: #881337}.focus-within\:ring-offset-primary-100:focus-within{--tw-ring-offset-color: #F2F3F4}.focus-within\:ring-offset-primary-200:focus-within{--tw-ring-offset-color: #E8E8F0}.focus-within\:ring-offset-primary-300:focus-within{--tw-ring-offset-color: #D0D0E1}.focus-within\:ring-offset-primary-400:focus-within{--tw-ring-offset-color: #B4B4D1}.focus-within\:ring-offset-primary-500:focus-within{--tw-ring-offset-color: #9393BF}.focus-within\:ring-offset-primary-600:focus-within{--tw-ring-offset-color: #6868AC}.focus-within\:ring-offset-primary-700:focus-within{--tw-ring-offset-color: #5D5D99}.focus-within\:ring-offset-primary-800:focus-within{--tw-ring-offset-color: #505085}.focus-within\:ring-offset-primary-900:focus-within{--tw-ring-offset-color: #41416C}.focus-within\:ring-offset-primary-1000:focus-within{--tw-ring-offset-color: #2E2E4C}.focus-within\:ring-offset-primary-highlight-100:focus-within{--tw-ring-offset-color: #F7F5FE}.focus-within\:ring-offset-primary-highlight-200:focus-within{--tw-ring-offset-color: #EFECFE}.focus-within\:ring-offset-primary-highlight-300:focus-within{--tw-ring-offset-color: #DFD8FD}.focus-within\:ring-offset-primary-highlight-400:focus-within{--tw-ring-offset-color: #CEC1FC}.focus-within\:ring-offset-primary-highlight-500:focus-within{--tw-ring-offset-color: #BBA8FB}.focus-within\:ring-offset-primary-highlight-600:focus-within{--tw-ring-offset-color: #A78BFA}.focus-within\:ring-offset-primary-highlight-700:focus-within{--tw-ring-offset-color: #957CDF}.focus-within\:ring-offset-primary-highlight-800:focus-within{--tw-ring-offset-color: #816BC1}.focus-within\:ring-offset-primary-highlight-900:focus-within{--tw-ring-offset-color: #69579E}.focus-within\:ring-offset-primary-highlight-1000:focus-within{--tw-ring-offset-color: #4A3E6F}.focus-within\:ring-offset-secondary-100:focus-within{--tw-ring-offset-color: #FEF7F2}.focus-within\:ring-offset-secondary-200:focus-within{--tw-ring-offset-color: #FEF0E4}.focus-within\:ring-offset-secondary-300:focus-within{--tw-ring-offset-color: #FDE1C6}.focus-within\:ring-offset-secondary-400:focus-within{--tw-ring-offset-color: #FCD1A2}.focus-within\:ring-offset-secondary-500:focus-within{--tw-ring-offset-color: #FBBF75}.focus-within\:ring-offset-secondary-600:focus-within{--tw-ring-offset-color: #FAAC1E}.focus-within\:ring-offset-secondary-700:focus-within{--tw-ring-offset-color: #DF991A}.focus-within\:ring-offset-secondary-800:focus-within{--tw-ring-offset-color: #C18517}.focus-within\:ring-offset-secondary-900:focus-within{--tw-ring-offset-color: #9E6C12}.focus-within\:ring-offset-secondary-1000:focus-within{--tw-ring-offset-color: #6F4C0D}.focus-within\:ring-offset-grey-100:focus-within{--tw-ring-offset-color: #F2F3F4}.focus-within\:ring-offset-grey-200:focus-within{--tw-ring-offset-color: #E6E7E8}.focus-within\:ring-offset-grey-300:focus-within{--tw-ring-offset-color: #CACCD0}.focus-within\:ring-offset-grey-400:focus-within{--tw-ring-offset-color: #AAAEB4}.focus-within\:ring-offset-grey-500:focus-within{--tw-ring-offset-color: #828993}.focus-within\:ring-offset-grey-600:focus-within{--tw-ring-offset-color: #475569}.focus-within\:ring-offset-grey-700:focus-within{--tw-ring-offset-color: #3F4C5D}.focus-within\:ring-offset-grey-800:focus-within{--tw-ring-offset-color: #364151}.focus-within\:ring-offset-grey-900:focus-within{--tw-ring-offset-color: #2C3542}.focus-within\:ring-offset-grey-1000:focus-within{--tw-ring-offset-color: #1F262E}.focus-within\:ring-offset-green-1000:focus-within{--tw-ring-offset-color: #175E44}.focus-within\:ring-offset-blue-1000:focus-within{--tw-ring-offset-color: #102C69}.focus-within\:ring-offset-orange-1000:focus-within{--tw-ring-offset-color: #682705}.focus-within\:ring-offset-red-1000:focus-within{--tw-ring-offset-color: #621010}.focus-within\:ring-offset-primary:focus-within{--tw-ring-offset-color: #A78BFA}.focus-within\:ring-offset-primary-light:focus-within{--tw-ring-offset-color: #F7F5FE}.focus-within\:ring-offset-primary-dark:focus-within{--tw-ring-offset-color: #69579E}.focus-within\:ring-offset-info:focus-within{--tw-ring-offset-color: #7690EF}.focus-within\:ring-offset-info-light:focus-within{--tw-ring-offset-color: #F2F3FD}.focus-within\:ring-offset-info-dark:focus-within{--tw-ring-offset-color: #2158D2}.focus-within\:ring-offset-success:focus-within{--tw-ring-offset-color: #28A376}.focus-within\:ring-offset-success-light:focus-within{--tw-ring-offset-color: #F2FAF6}.focus-within\:ring-offset-success-dark:focus-within{--tw-ring-offset-color: #208560}.focus-within\:ring-offset-warning:focus-within{--tw-ring-offset-color: #FAAC1E}.focus-within\:ring-offset-warning-light:focus-within{--tw-ring-offset-color: #FEF7F2}.focus-within\:ring-offset-warning-dark:focus-within{--tw-ring-offset-color: #9E6C12}.focus-within\:ring-offset-error:focus-within{--tw-ring-offset-color: #DC2626}.focus-within\:ring-offset-error-light:focus-within{--tw-ring-offset-color: #FBF2F2}.focus-within\:ring-offset-error-dark:focus-within{--tw-ring-offset-color: #C42121}.focus-within\:ring-offset-grey:focus-within{--tw-ring-offset-color: #475569}.focus-within\:ring-offset-grey-light:focus-within{--tw-ring-offset-color: #F2F3F4}.focus-within\:ring-offset-grey-dark:focus-within{--tw-ring-offset-color: #2C3542}.focus-within\:ring-offset-red-50\/0:focus-within{--tw-ring-offset-color: rgb(254 242 242 / 0)}.focus-within\:ring-offset-red-50\/5:focus-within{--tw-ring-offset-color: rgb(254 242 242 / .05)}.focus-within\:ring-offset-red-50\/10:focus-within{--tw-ring-offset-color: rgb(254 242 242 / .1)}.focus-within\:ring-offset-red-50\/20:focus-within{--tw-ring-offset-color: rgb(254 242 242 / .2)}.focus-within\:ring-offset-red-50\/25:focus-within{--tw-ring-offset-color: rgb(254 242 242 / .25)}.focus-within\:ring-offset-red-50\/30:focus-within{--tw-ring-offset-color: rgb(254 242 242 / .3)}.focus-within\:ring-offset-red-50\/40:focus-within{--tw-ring-offset-color: rgb(254 242 242 / .4)}.focus-within\:ring-offset-red-50\/50:focus-within{--tw-ring-offset-color: rgb(254 242 242 / .5)}.focus-within\:ring-offset-red-50\/60:focus-within{--tw-ring-offset-color: rgb(254 242 242 / .6)}.focus-within\:ring-offset-red-50\/70:focus-within{--tw-ring-offset-color: rgb(254 242 242 / .7)}.focus-within\:ring-offset-red-50\/75:focus-within{--tw-ring-offset-color: rgb(254 242 242 / .75)}.focus-within\:ring-offset-red-50\/80:focus-within{--tw-ring-offset-color: rgb(254 242 242 / .8)}.focus-within\:ring-offset-red-50\/90:focus-within{--tw-ring-offset-color: rgb(254 242 242 / .9)}.focus-within\:ring-offset-red-50\/95:focus-within{--tw-ring-offset-color: rgb(254 242 242 / .95)}.focus-within\:ring-offset-red-50\/100:focus-within{--tw-ring-offset-color: rgb(254 242 242 / 1)}.focus-within\:ring-offset-red-100\/0:focus-within{--tw-ring-offset-color: rgb(251 242 242 / 0)}.focus-within\:ring-offset-red-100\/5:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .05)}.focus-within\:ring-offset-red-100\/10:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .1)}.focus-within\:ring-offset-red-100\/20:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .2)}.focus-within\:ring-offset-red-100\/25:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .25)}.focus-within\:ring-offset-red-100\/30:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .3)}.focus-within\:ring-offset-red-100\/40:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .4)}.focus-within\:ring-offset-red-100\/50:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .5)}.focus-within\:ring-offset-red-100\/60:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .6)}.focus-within\:ring-offset-red-100\/70:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .7)}.focus-within\:ring-offset-red-100\/75:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .75)}.focus-within\:ring-offset-red-100\/80:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .8)}.focus-within\:ring-offset-red-100\/90:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .9)}.focus-within\:ring-offset-red-100\/95:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .95)}.focus-within\:ring-offset-red-100\/100:focus-within{--tw-ring-offset-color: rgb(251 242 242 / 1)}.focus-within\:ring-offset-red-200\/0:focus-within{--tw-ring-offset-color: rgb(248 228 228 / 0)}.focus-within\:ring-offset-red-200\/5:focus-within{--tw-ring-offset-color: rgb(248 228 228 / .05)}.focus-within\:ring-offset-red-200\/10:focus-within{--tw-ring-offset-color: rgb(248 228 228 / .1)}.focus-within\:ring-offset-red-200\/20:focus-within{--tw-ring-offset-color: rgb(248 228 228 / .2)}.focus-within\:ring-offset-red-200\/25:focus-within{--tw-ring-offset-color: rgb(248 228 228 / .25)}.focus-within\:ring-offset-red-200\/30:focus-within{--tw-ring-offset-color: rgb(248 228 228 / .3)}.focus-within\:ring-offset-red-200\/40:focus-within{--tw-ring-offset-color: rgb(248 228 228 / .4)}.focus-within\:ring-offset-red-200\/50:focus-within{--tw-ring-offset-color: rgb(248 228 228 / .5)}.focus-within\:ring-offset-red-200\/60:focus-within{--tw-ring-offset-color: rgb(248 228 228 / .6)}.focus-within\:ring-offset-red-200\/70:focus-within{--tw-ring-offset-color: rgb(248 228 228 / .7)}.focus-within\:ring-offset-red-200\/75:focus-within{--tw-ring-offset-color: rgb(248 228 228 / .75)}.focus-within\:ring-offset-red-200\/80:focus-within{--tw-ring-offset-color: rgb(248 228 228 / .8)}.focus-within\:ring-offset-red-200\/90:focus-within{--tw-ring-offset-color: rgb(248 228 228 / .9)}.focus-within\:ring-offset-red-200\/95:focus-within{--tw-ring-offset-color: rgb(248 228 228 / .95)}.focus-within\:ring-offset-red-200\/100:focus-within{--tw-ring-offset-color: rgb(248 228 228 / 1)}.focus-within\:ring-offset-red-300\/0:focus-within{--tw-ring-offset-color: rgb(241 198 198 / 0)}.focus-within\:ring-offset-red-300\/5:focus-within{--tw-ring-offset-color: rgb(241 198 198 / .05)}.focus-within\:ring-offset-red-300\/10:focus-within{--tw-ring-offset-color: rgb(241 198 198 / .1)}.focus-within\:ring-offset-red-300\/20:focus-within{--tw-ring-offset-color: rgb(241 198 198 / .2)}.focus-within\:ring-offset-red-300\/25:focus-within{--tw-ring-offset-color: rgb(241 198 198 / .25)}.focus-within\:ring-offset-red-300\/30:focus-within{--tw-ring-offset-color: rgb(241 198 198 / .3)}.focus-within\:ring-offset-red-300\/40:focus-within{--tw-ring-offset-color: rgb(241 198 198 / .4)}.focus-within\:ring-offset-red-300\/50:focus-within{--tw-ring-offset-color: rgb(241 198 198 / .5)}.focus-within\:ring-offset-red-300\/60:focus-within{--tw-ring-offset-color: rgb(241 198 198 / .6)}.focus-within\:ring-offset-red-300\/70:focus-within{--tw-ring-offset-color: rgb(241 198 198 / .7)}.focus-within\:ring-offset-red-300\/75:focus-within{--tw-ring-offset-color: rgb(241 198 198 / .75)}.focus-within\:ring-offset-red-300\/80:focus-within{--tw-ring-offset-color: rgb(241 198 198 / .8)}.focus-within\:ring-offset-red-300\/90:focus-within{--tw-ring-offset-color: rgb(241 198 198 / .9)}.focus-within\:ring-offset-red-300\/95:focus-within{--tw-ring-offset-color: rgb(241 198 198 / .95)}.focus-within\:ring-offset-red-300\/100:focus-within{--tw-ring-offset-color: rgb(241 198 198 / 1)}.focus-within\:ring-offset-red-400\/0:focus-within{--tw-ring-offset-color: rgb(234 163 163 / 0)}.focus-within\:ring-offset-red-400\/5:focus-within{--tw-ring-offset-color: rgb(234 163 163 / .05)}.focus-within\:ring-offset-red-400\/10:focus-within{--tw-ring-offset-color: rgb(234 163 163 / .1)}.focus-within\:ring-offset-red-400\/20:focus-within{--tw-ring-offset-color: rgb(234 163 163 / .2)}.focus-within\:ring-offset-red-400\/25:focus-within{--tw-ring-offset-color: rgb(234 163 163 / .25)}.focus-within\:ring-offset-red-400\/30:focus-within{--tw-ring-offset-color: rgb(234 163 163 / .3)}.focus-within\:ring-offset-red-400\/40:focus-within{--tw-ring-offset-color: rgb(234 163 163 / .4)}.focus-within\:ring-offset-red-400\/50:focus-within{--tw-ring-offset-color: rgb(234 163 163 / .5)}.focus-within\:ring-offset-red-400\/60:focus-within{--tw-ring-offset-color: rgb(234 163 163 / .6)}.focus-within\:ring-offset-red-400\/70:focus-within{--tw-ring-offset-color: rgb(234 163 163 / .7)}.focus-within\:ring-offset-red-400\/75:focus-within{--tw-ring-offset-color: rgb(234 163 163 / .75)}.focus-within\:ring-offset-red-400\/80:focus-within{--tw-ring-offset-color: rgb(234 163 163 / .8)}.focus-within\:ring-offset-red-400\/90:focus-within{--tw-ring-offset-color: rgb(234 163 163 / .9)}.focus-within\:ring-offset-red-400\/95:focus-within{--tw-ring-offset-color: rgb(234 163 163 / .95)}.focus-within\:ring-offset-red-400\/100:focus-within{--tw-ring-offset-color: rgb(234 163 163 / 1)}.focus-within\:ring-offset-red-500\/0:focus-within{--tw-ring-offset-color: rgb(227 118 118 / 0)}.focus-within\:ring-offset-red-500\/5:focus-within{--tw-ring-offset-color: rgb(227 118 118 / .05)}.focus-within\:ring-offset-red-500\/10:focus-within{--tw-ring-offset-color: rgb(227 118 118 / .1)}.focus-within\:ring-offset-red-500\/20:focus-within{--tw-ring-offset-color: rgb(227 118 118 / .2)}.focus-within\:ring-offset-red-500\/25:focus-within{--tw-ring-offset-color: rgb(227 118 118 / .25)}.focus-within\:ring-offset-red-500\/30:focus-within{--tw-ring-offset-color: rgb(227 118 118 / .3)}.focus-within\:ring-offset-red-500\/40:focus-within{--tw-ring-offset-color: rgb(227 118 118 / .4)}.focus-within\:ring-offset-red-500\/50:focus-within{--tw-ring-offset-color: rgb(227 118 118 / .5)}.focus-within\:ring-offset-red-500\/60:focus-within{--tw-ring-offset-color: rgb(227 118 118 / .6)}.focus-within\:ring-offset-red-500\/70:focus-within{--tw-ring-offset-color: rgb(227 118 118 / .7)}.focus-within\:ring-offset-red-500\/75:focus-within{--tw-ring-offset-color: rgb(227 118 118 / .75)}.focus-within\:ring-offset-red-500\/80:focus-within{--tw-ring-offset-color: rgb(227 118 118 / .8)}.focus-within\:ring-offset-red-500\/90:focus-within{--tw-ring-offset-color: rgb(227 118 118 / .9)}.focus-within\:ring-offset-red-500\/95:focus-within{--tw-ring-offset-color: rgb(227 118 118 / .95)}.focus-within\:ring-offset-red-500\/100:focus-within{--tw-ring-offset-color: rgb(227 118 118 / 1)}.focus-within\:ring-offset-red-600\/0:focus-within{--tw-ring-offset-color: rgb(220 38 38 / 0)}.focus-within\:ring-offset-red-600\/5:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .05)}.focus-within\:ring-offset-red-600\/10:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .1)}.focus-within\:ring-offset-red-600\/20:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .2)}.focus-within\:ring-offset-red-600\/25:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .25)}.focus-within\:ring-offset-red-600\/30:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .3)}.focus-within\:ring-offset-red-600\/40:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .4)}.focus-within\:ring-offset-red-600\/50:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .5)}.focus-within\:ring-offset-red-600\/60:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .6)}.focus-within\:ring-offset-red-600\/70:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .7)}.focus-within\:ring-offset-red-600\/75:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .75)}.focus-within\:ring-offset-red-600\/80:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .8)}.focus-within\:ring-offset-red-600\/90:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .9)}.focus-within\:ring-offset-red-600\/95:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .95)}.focus-within\:ring-offset-red-600\/100:focus-within{--tw-ring-offset-color: rgb(220 38 38 / 1)}.focus-within\:ring-offset-red-700\/0:focus-within{--tw-ring-offset-color: rgb(196 33 33 / 0)}.focus-within\:ring-offset-red-700\/5:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .05)}.focus-within\:ring-offset-red-700\/10:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .1)}.focus-within\:ring-offset-red-700\/20:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .2)}.focus-within\:ring-offset-red-700\/25:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .25)}.focus-within\:ring-offset-red-700\/30:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .3)}.focus-within\:ring-offset-red-700\/40:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .4)}.focus-within\:ring-offset-red-700\/50:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .5)}.focus-within\:ring-offset-red-700\/60:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .6)}.focus-within\:ring-offset-red-700\/70:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .7)}.focus-within\:ring-offset-red-700\/75:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .75)}.focus-within\:ring-offset-red-700\/80:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .8)}.focus-within\:ring-offset-red-700\/90:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .9)}.focus-within\:ring-offset-red-700\/95:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .95)}.focus-within\:ring-offset-red-700\/100:focus-within{--tw-ring-offset-color: rgb(196 33 33 / 1)}.focus-within\:ring-offset-red-800\/0:focus-within{--tw-ring-offset-color: rgb(170 29 29 / 0)}.focus-within\:ring-offset-red-800\/5:focus-within{--tw-ring-offset-color: rgb(170 29 29 / .05)}.focus-within\:ring-offset-red-800\/10:focus-within{--tw-ring-offset-color: rgb(170 29 29 / .1)}.focus-within\:ring-offset-red-800\/20:focus-within{--tw-ring-offset-color: rgb(170 29 29 / .2)}.focus-within\:ring-offset-red-800\/25:focus-within{--tw-ring-offset-color: rgb(170 29 29 / .25)}.focus-within\:ring-offset-red-800\/30:focus-within{--tw-ring-offset-color: rgb(170 29 29 / .3)}.focus-within\:ring-offset-red-800\/40:focus-within{--tw-ring-offset-color: rgb(170 29 29 / .4)}.focus-within\:ring-offset-red-800\/50:focus-within{--tw-ring-offset-color: rgb(170 29 29 / .5)}.focus-within\:ring-offset-red-800\/60:focus-within{--tw-ring-offset-color: rgb(170 29 29 / .6)}.focus-within\:ring-offset-red-800\/70:focus-within{--tw-ring-offset-color: rgb(170 29 29 / .7)}.focus-within\:ring-offset-red-800\/75:focus-within{--tw-ring-offset-color: rgb(170 29 29 / .75)}.focus-within\:ring-offset-red-800\/80:focus-within{--tw-ring-offset-color: rgb(170 29 29 / .8)}.focus-within\:ring-offset-red-800\/90:focus-within{--tw-ring-offset-color: rgb(170 29 29 / .9)}.focus-within\:ring-offset-red-800\/95:focus-within{--tw-ring-offset-color: rgb(170 29 29 / .95)}.focus-within\:ring-offset-red-800\/100:focus-within{--tw-ring-offset-color: rgb(170 29 29 / 1)}.focus-within\:ring-offset-red-900\/0:focus-within{--tw-ring-offset-color: rgb(139 24 24 / 0)}.focus-within\:ring-offset-red-900\/5:focus-within{--tw-ring-offset-color: rgb(139 24 24 / .05)}.focus-within\:ring-offset-red-900\/10:focus-within{--tw-ring-offset-color: rgb(139 24 24 / .1)}.focus-within\:ring-offset-red-900\/20:focus-within{--tw-ring-offset-color: rgb(139 24 24 / .2)}.focus-within\:ring-offset-red-900\/25:focus-within{--tw-ring-offset-color: rgb(139 24 24 / .25)}.focus-within\:ring-offset-red-900\/30:focus-within{--tw-ring-offset-color: rgb(139 24 24 / .3)}.focus-within\:ring-offset-red-900\/40:focus-within{--tw-ring-offset-color: rgb(139 24 24 / .4)}.focus-within\:ring-offset-red-900\/50:focus-within{--tw-ring-offset-color: rgb(139 24 24 / .5)}.focus-within\:ring-offset-red-900\/60:focus-within{--tw-ring-offset-color: rgb(139 24 24 / .6)}.focus-within\:ring-offset-red-900\/70:focus-within{--tw-ring-offset-color: rgb(139 24 24 / .7)}.focus-within\:ring-offset-red-900\/75:focus-within{--tw-ring-offset-color: rgb(139 24 24 / .75)}.focus-within\:ring-offset-red-900\/80:focus-within{--tw-ring-offset-color: rgb(139 24 24 / .8)}.focus-within\:ring-offset-red-900\/90:focus-within{--tw-ring-offset-color: rgb(139 24 24 / .9)}.focus-within\:ring-offset-red-900\/95:focus-within{--tw-ring-offset-color: rgb(139 24 24 / .95)}.focus-within\:ring-offset-red-900\/100:focus-within{--tw-ring-offset-color: rgb(139 24 24 / 1)}.focus-within\:ring-offset-orange-50\/0:focus-within{--tw-ring-offset-color: rgb(255 247 237 / 0)}.focus-within\:ring-offset-orange-50\/5:focus-within{--tw-ring-offset-color: rgb(255 247 237 / .05)}.focus-within\:ring-offset-orange-50\/10:focus-within{--tw-ring-offset-color: rgb(255 247 237 / .1)}.focus-within\:ring-offset-orange-50\/20:focus-within{--tw-ring-offset-color: rgb(255 247 237 / .2)}.focus-within\:ring-offset-orange-50\/25:focus-within{--tw-ring-offset-color: rgb(255 247 237 / .25)}.focus-within\:ring-offset-orange-50\/30:focus-within{--tw-ring-offset-color: rgb(255 247 237 / .3)}.focus-within\:ring-offset-orange-50\/40:focus-within{--tw-ring-offset-color: rgb(255 247 237 / .4)}.focus-within\:ring-offset-orange-50\/50:focus-within{--tw-ring-offset-color: rgb(255 247 237 / .5)}.focus-within\:ring-offset-orange-50\/60:focus-within{--tw-ring-offset-color: rgb(255 247 237 / .6)}.focus-within\:ring-offset-orange-50\/70:focus-within{--tw-ring-offset-color: rgb(255 247 237 / .7)}.focus-within\:ring-offset-orange-50\/75:focus-within{--tw-ring-offset-color: rgb(255 247 237 / .75)}.focus-within\:ring-offset-orange-50\/80:focus-within{--tw-ring-offset-color: rgb(255 247 237 / .8)}.focus-within\:ring-offset-orange-50\/90:focus-within{--tw-ring-offset-color: rgb(255 247 237 / .9)}.focus-within\:ring-offset-orange-50\/95:focus-within{--tw-ring-offset-color: rgb(255 247 237 / .95)}.focus-within\:ring-offset-orange-50\/100:focus-within{--tw-ring-offset-color: rgb(255 247 237 / 1)}.focus-within\:ring-offset-orange-100\/0:focus-within{--tw-ring-offset-color: rgb(252 243 241 / 0)}.focus-within\:ring-offset-orange-100\/5:focus-within{--tw-ring-offset-color: rgb(252 243 241 / .05)}.focus-within\:ring-offset-orange-100\/10:focus-within{--tw-ring-offset-color: rgb(252 243 241 / .1)}.focus-within\:ring-offset-orange-100\/20:focus-within{--tw-ring-offset-color: rgb(252 243 241 / .2)}.focus-within\:ring-offset-orange-100\/25:focus-within{--tw-ring-offset-color: rgb(252 243 241 / .25)}.focus-within\:ring-offset-orange-100\/30:focus-within{--tw-ring-offset-color: rgb(252 243 241 / .3)}.focus-within\:ring-offset-orange-100\/40:focus-within{--tw-ring-offset-color: rgb(252 243 241 / .4)}.focus-within\:ring-offset-orange-100\/50:focus-within{--tw-ring-offset-color: rgb(252 243 241 / .5)}.focus-within\:ring-offset-orange-100\/60:focus-within{--tw-ring-offset-color: rgb(252 243 241 / .6)}.focus-within\:ring-offset-orange-100\/70:focus-within{--tw-ring-offset-color: rgb(252 243 241 / .7)}.focus-within\:ring-offset-orange-100\/75:focus-within{--tw-ring-offset-color: rgb(252 243 241 / .75)}.focus-within\:ring-offset-orange-100\/80:focus-within{--tw-ring-offset-color: rgb(252 243 241 / .8)}.focus-within\:ring-offset-orange-100\/90:focus-within{--tw-ring-offset-color: rgb(252 243 241 / .9)}.focus-within\:ring-offset-orange-100\/95:focus-within{--tw-ring-offset-color: rgb(252 243 241 / .95)}.focus-within\:ring-offset-orange-100\/100:focus-within{--tw-ring-offset-color: rgb(252 243 241 / 1)}.focus-within\:ring-offset-orange-200\/0:focus-within{--tw-ring-offset-color: rgb(250 231 228 / 0)}.focus-within\:ring-offset-orange-200\/5:focus-within{--tw-ring-offset-color: rgb(250 231 228 / .05)}.focus-within\:ring-offset-orange-200\/10:focus-within{--tw-ring-offset-color: rgb(250 231 228 / .1)}.focus-within\:ring-offset-orange-200\/20:focus-within{--tw-ring-offset-color: rgb(250 231 228 / .2)}.focus-within\:ring-offset-orange-200\/25:focus-within{--tw-ring-offset-color: rgb(250 231 228 / .25)}.focus-within\:ring-offset-orange-200\/30:focus-within{--tw-ring-offset-color: rgb(250 231 228 / .3)}.focus-within\:ring-offset-orange-200\/40:focus-within{--tw-ring-offset-color: rgb(250 231 228 / .4)}.focus-within\:ring-offset-orange-200\/50:focus-within{--tw-ring-offset-color: rgb(250 231 228 / .5)}.focus-within\:ring-offset-orange-200\/60:focus-within{--tw-ring-offset-color: rgb(250 231 228 / .6)}.focus-within\:ring-offset-orange-200\/70:focus-within{--tw-ring-offset-color: rgb(250 231 228 / .7)}.focus-within\:ring-offset-orange-200\/75:focus-within{--tw-ring-offset-color: rgb(250 231 228 / .75)}.focus-within\:ring-offset-orange-200\/80:focus-within{--tw-ring-offset-color: rgb(250 231 228 / .8)}.focus-within\:ring-offset-orange-200\/90:focus-within{--tw-ring-offset-color: rgb(250 231 228 / .9)}.focus-within\:ring-offset-orange-200\/95:focus-within{--tw-ring-offset-color: rgb(250 231 228 / .95)}.focus-within\:ring-offset-orange-200\/100:focus-within{--tw-ring-offset-color: rgb(250 231 228 / 1)}.focus-within\:ring-offset-orange-300\/0:focus-within{--tw-ring-offset-color: rgb(246 205 197 / 0)}.focus-within\:ring-offset-orange-300\/5:focus-within{--tw-ring-offset-color: rgb(246 205 197 / .05)}.focus-within\:ring-offset-orange-300\/10:focus-within{--tw-ring-offset-color: rgb(246 205 197 / .1)}.focus-within\:ring-offset-orange-300\/20:focus-within{--tw-ring-offset-color: rgb(246 205 197 / .2)}.focus-within\:ring-offset-orange-300\/25:focus-within{--tw-ring-offset-color: rgb(246 205 197 / .25)}.focus-within\:ring-offset-orange-300\/30:focus-within{--tw-ring-offset-color: rgb(246 205 197 / .3)}.focus-within\:ring-offset-orange-300\/40:focus-within{--tw-ring-offset-color: rgb(246 205 197 / .4)}.focus-within\:ring-offset-orange-300\/50:focus-within{--tw-ring-offset-color: rgb(246 205 197 / .5)}.focus-within\:ring-offset-orange-300\/60:focus-within{--tw-ring-offset-color: rgb(246 205 197 / .6)}.focus-within\:ring-offset-orange-300\/70:focus-within{--tw-ring-offset-color: rgb(246 205 197 / .7)}.focus-within\:ring-offset-orange-300\/75:focus-within{--tw-ring-offset-color: rgb(246 205 197 / .75)}.focus-within\:ring-offset-orange-300\/80:focus-within{--tw-ring-offset-color: rgb(246 205 197 / .8)}.focus-within\:ring-offset-orange-300\/90:focus-within{--tw-ring-offset-color: rgb(246 205 197 / .9)}.focus-within\:ring-offset-orange-300\/95:focus-within{--tw-ring-offset-color: rgb(246 205 197 / .95)}.focus-within\:ring-offset-orange-300\/100:focus-within{--tw-ring-offset-color: rgb(246 205 197 / 1)}.focus-within\:ring-offset-orange-400\/0:focus-within{--tw-ring-offset-color: rgb(242 175 161 / 0)}.focus-within\:ring-offset-orange-400\/5:focus-within{--tw-ring-offset-color: rgb(242 175 161 / .05)}.focus-within\:ring-offset-orange-400\/10:focus-within{--tw-ring-offset-color: rgb(242 175 161 / .1)}.focus-within\:ring-offset-orange-400\/20:focus-within{--tw-ring-offset-color: rgb(242 175 161 / .2)}.focus-within\:ring-offset-orange-400\/25:focus-within{--tw-ring-offset-color: rgb(242 175 161 / .25)}.focus-within\:ring-offset-orange-400\/30:focus-within{--tw-ring-offset-color: rgb(242 175 161 / .3)}.focus-within\:ring-offset-orange-400\/40:focus-within{--tw-ring-offset-color: rgb(242 175 161 / .4)}.focus-within\:ring-offset-orange-400\/50:focus-within{--tw-ring-offset-color: rgb(242 175 161 / .5)}.focus-within\:ring-offset-orange-400\/60:focus-within{--tw-ring-offset-color: rgb(242 175 161 / .6)}.focus-within\:ring-offset-orange-400\/70:focus-within{--tw-ring-offset-color: rgb(242 175 161 / .7)}.focus-within\:ring-offset-orange-400\/75:focus-within{--tw-ring-offset-color: rgb(242 175 161 / .75)}.focus-within\:ring-offset-orange-400\/80:focus-within{--tw-ring-offset-color: rgb(242 175 161 / .8)}.focus-within\:ring-offset-orange-400\/90:focus-within{--tw-ring-offset-color: rgb(242 175 161 / .9)}.focus-within\:ring-offset-orange-400\/95:focus-within{--tw-ring-offset-color: rgb(242 175 161 / .95)}.focus-within\:ring-offset-orange-400\/100:focus-within{--tw-ring-offset-color: rgb(242 175 161 / 1)}.focus-within\:ring-offset-orange-500\/0:focus-within{--tw-ring-offset-color: rgb(238 138 114 / 0)}.focus-within\:ring-offset-orange-500\/5:focus-within{--tw-ring-offset-color: rgb(238 138 114 / .05)}.focus-within\:ring-offset-orange-500\/10:focus-within{--tw-ring-offset-color: rgb(238 138 114 / .1)}.focus-within\:ring-offset-orange-500\/20:focus-within{--tw-ring-offset-color: rgb(238 138 114 / .2)}.focus-within\:ring-offset-orange-500\/25:focus-within{--tw-ring-offset-color: rgb(238 138 114 / .25)}.focus-within\:ring-offset-orange-500\/30:focus-within{--tw-ring-offset-color: rgb(238 138 114 / .3)}.focus-within\:ring-offset-orange-500\/40:focus-within{--tw-ring-offset-color: rgb(238 138 114 / .4)}.focus-within\:ring-offset-orange-500\/50:focus-within{--tw-ring-offset-color: rgb(238 138 114 / .5)}.focus-within\:ring-offset-orange-500\/60:focus-within{--tw-ring-offset-color: rgb(238 138 114 / .6)}.focus-within\:ring-offset-orange-500\/70:focus-within{--tw-ring-offset-color: rgb(238 138 114 / .7)}.focus-within\:ring-offset-orange-500\/75:focus-within{--tw-ring-offset-color: rgb(238 138 114 / .75)}.focus-within\:ring-offset-orange-500\/80:focus-within{--tw-ring-offset-color: rgb(238 138 114 / .8)}.focus-within\:ring-offset-orange-500\/90:focus-within{--tw-ring-offset-color: rgb(238 138 114 / .9)}.focus-within\:ring-offset-orange-500\/95:focus-within{--tw-ring-offset-color: rgb(238 138 114 / .95)}.focus-within\:ring-offset-orange-500\/100:focus-within{--tw-ring-offset-color: rgb(238 138 114 / 1)}.focus-within\:ring-offset-orange-600\/0:focus-within{--tw-ring-offset-color: rgb(234 88 12 / 0)}.focus-within\:ring-offset-orange-600\/5:focus-within{--tw-ring-offset-color: rgb(234 88 12 / .05)}.focus-within\:ring-offset-orange-600\/10:focus-within{--tw-ring-offset-color: rgb(234 88 12 / .1)}.focus-within\:ring-offset-orange-600\/20:focus-within{--tw-ring-offset-color: rgb(234 88 12 / .2)}.focus-within\:ring-offset-orange-600\/25:focus-within{--tw-ring-offset-color: rgb(234 88 12 / .25)}.focus-within\:ring-offset-orange-600\/30:focus-within{--tw-ring-offset-color: rgb(234 88 12 / .3)}.focus-within\:ring-offset-orange-600\/40:focus-within{--tw-ring-offset-color: rgb(234 88 12 / .4)}.focus-within\:ring-offset-orange-600\/50:focus-within{--tw-ring-offset-color: rgb(234 88 12 / .5)}.focus-within\:ring-offset-orange-600\/60:focus-within{--tw-ring-offset-color: rgb(234 88 12 / .6)}.focus-within\:ring-offset-orange-600\/70:focus-within{--tw-ring-offset-color: rgb(234 88 12 / .7)}.focus-within\:ring-offset-orange-600\/75:focus-within{--tw-ring-offset-color: rgb(234 88 12 / .75)}.focus-within\:ring-offset-orange-600\/80:focus-within{--tw-ring-offset-color: rgb(234 88 12 / .8)}.focus-within\:ring-offset-orange-600\/90:focus-within{--tw-ring-offset-color: rgb(234 88 12 / .9)}.focus-within\:ring-offset-orange-600\/95:focus-within{--tw-ring-offset-color: rgb(234 88 12 / .95)}.focus-within\:ring-offset-orange-600\/100:focus-within{--tw-ring-offset-color: rgb(234 88 12 / 1)}.focus-within\:ring-offset-orange-700\/0:focus-within{--tw-ring-offset-color: rgb(209 78 10 / 0)}.focus-within\:ring-offset-orange-700\/5:focus-within{--tw-ring-offset-color: rgb(209 78 10 / .05)}.focus-within\:ring-offset-orange-700\/10:focus-within{--tw-ring-offset-color: rgb(209 78 10 / .1)}.focus-within\:ring-offset-orange-700\/20:focus-within{--tw-ring-offset-color: rgb(209 78 10 / .2)}.focus-within\:ring-offset-orange-700\/25:focus-within{--tw-ring-offset-color: rgb(209 78 10 / .25)}.focus-within\:ring-offset-orange-700\/30:focus-within{--tw-ring-offset-color: rgb(209 78 10 / .3)}.focus-within\:ring-offset-orange-700\/40:focus-within{--tw-ring-offset-color: rgb(209 78 10 / .4)}.focus-within\:ring-offset-orange-700\/50:focus-within{--tw-ring-offset-color: rgb(209 78 10 / .5)}.focus-within\:ring-offset-orange-700\/60:focus-within{--tw-ring-offset-color: rgb(209 78 10 / .6)}.focus-within\:ring-offset-orange-700\/70:focus-within{--tw-ring-offset-color: rgb(209 78 10 / .7)}.focus-within\:ring-offset-orange-700\/75:focus-within{--tw-ring-offset-color: rgb(209 78 10 / .75)}.focus-within\:ring-offset-orange-700\/80:focus-within{--tw-ring-offset-color: rgb(209 78 10 / .8)}.focus-within\:ring-offset-orange-700\/90:focus-within{--tw-ring-offset-color: rgb(209 78 10 / .9)}.focus-within\:ring-offset-orange-700\/95:focus-within{--tw-ring-offset-color: rgb(209 78 10 / .95)}.focus-within\:ring-offset-orange-700\/100:focus-within{--tw-ring-offset-color: rgb(209 78 10 / 1)}.focus-within\:ring-offset-orange-800\/0:focus-within{--tw-ring-offset-color: rgb(181 68 9 / 0)}.focus-within\:ring-offset-orange-800\/5:focus-within{--tw-ring-offset-color: rgb(181 68 9 / .05)}.focus-within\:ring-offset-orange-800\/10:focus-within{--tw-ring-offset-color: rgb(181 68 9 / .1)}.focus-within\:ring-offset-orange-800\/20:focus-within{--tw-ring-offset-color: rgb(181 68 9 / .2)}.focus-within\:ring-offset-orange-800\/25:focus-within{--tw-ring-offset-color: rgb(181 68 9 / .25)}.focus-within\:ring-offset-orange-800\/30:focus-within{--tw-ring-offset-color: rgb(181 68 9 / .3)}.focus-within\:ring-offset-orange-800\/40:focus-within{--tw-ring-offset-color: rgb(181 68 9 / .4)}.focus-within\:ring-offset-orange-800\/50:focus-within{--tw-ring-offset-color: rgb(181 68 9 / .5)}.focus-within\:ring-offset-orange-800\/60:focus-within{--tw-ring-offset-color: rgb(181 68 9 / .6)}.focus-within\:ring-offset-orange-800\/70:focus-within{--tw-ring-offset-color: rgb(181 68 9 / .7)}.focus-within\:ring-offset-orange-800\/75:focus-within{--tw-ring-offset-color: rgb(181 68 9 / .75)}.focus-within\:ring-offset-orange-800\/80:focus-within{--tw-ring-offset-color: rgb(181 68 9 / .8)}.focus-within\:ring-offset-orange-800\/90:focus-within{--tw-ring-offset-color: rgb(181 68 9 / .9)}.focus-within\:ring-offset-orange-800\/95:focus-within{--tw-ring-offset-color: rgb(181 68 9 / .95)}.focus-within\:ring-offset-orange-800\/100:focus-within{--tw-ring-offset-color: rgb(181 68 9 / 1)}.focus-within\:ring-offset-orange-900\/0:focus-within{--tw-ring-offset-color: rgb(147 55 7 / 0)}.focus-within\:ring-offset-orange-900\/5:focus-within{--tw-ring-offset-color: rgb(147 55 7 / .05)}.focus-within\:ring-offset-orange-900\/10:focus-within{--tw-ring-offset-color: rgb(147 55 7 / .1)}.focus-within\:ring-offset-orange-900\/20:focus-within{--tw-ring-offset-color: rgb(147 55 7 / .2)}.focus-within\:ring-offset-orange-900\/25:focus-within{--tw-ring-offset-color: rgb(147 55 7 / .25)}.focus-within\:ring-offset-orange-900\/30:focus-within{--tw-ring-offset-color: rgb(147 55 7 / .3)}.focus-within\:ring-offset-orange-900\/40:focus-within{--tw-ring-offset-color: rgb(147 55 7 / .4)}.focus-within\:ring-offset-orange-900\/50:focus-within{--tw-ring-offset-color: rgb(147 55 7 / .5)}.focus-within\:ring-offset-orange-900\/60:focus-within{--tw-ring-offset-color: rgb(147 55 7 / .6)}.focus-within\:ring-offset-orange-900\/70:focus-within{--tw-ring-offset-color: rgb(147 55 7 / .7)}.focus-within\:ring-offset-orange-900\/75:focus-within{--tw-ring-offset-color: rgb(147 55 7 / .75)}.focus-within\:ring-offset-orange-900\/80:focus-within{--tw-ring-offset-color: rgb(147 55 7 / .8)}.focus-within\:ring-offset-orange-900\/90:focus-within{--tw-ring-offset-color: rgb(147 55 7 / .9)}.focus-within\:ring-offset-orange-900\/95:focus-within{--tw-ring-offset-color: rgb(147 55 7 / .95)}.focus-within\:ring-offset-orange-900\/100:focus-within{--tw-ring-offset-color: rgb(147 55 7 / 1)}.focus-within\:ring-offset-yellow-50\/0:focus-within{--tw-ring-offset-color: rgb(254 252 232 / 0)}.focus-within\:ring-offset-yellow-50\/5:focus-within{--tw-ring-offset-color: rgb(254 252 232 / .05)}.focus-within\:ring-offset-yellow-50\/10:focus-within{--tw-ring-offset-color: rgb(254 252 232 / .1)}.focus-within\:ring-offset-yellow-50\/20:focus-within{--tw-ring-offset-color: rgb(254 252 232 / .2)}.focus-within\:ring-offset-yellow-50\/25:focus-within{--tw-ring-offset-color: rgb(254 252 232 / .25)}.focus-within\:ring-offset-yellow-50\/30:focus-within{--tw-ring-offset-color: rgb(254 252 232 / .3)}.focus-within\:ring-offset-yellow-50\/40:focus-within{--tw-ring-offset-color: rgb(254 252 232 / .4)}.focus-within\:ring-offset-yellow-50\/50:focus-within{--tw-ring-offset-color: rgb(254 252 232 / .5)}.focus-within\:ring-offset-yellow-50\/60:focus-within{--tw-ring-offset-color: rgb(254 252 232 / .6)}.focus-within\:ring-offset-yellow-50\/70:focus-within{--tw-ring-offset-color: rgb(254 252 232 / .7)}.focus-within\:ring-offset-yellow-50\/75:focus-within{--tw-ring-offset-color: rgb(254 252 232 / .75)}.focus-within\:ring-offset-yellow-50\/80:focus-within{--tw-ring-offset-color: rgb(254 252 232 / .8)}.focus-within\:ring-offset-yellow-50\/90:focus-within{--tw-ring-offset-color: rgb(254 252 232 / .9)}.focus-within\:ring-offset-yellow-50\/95:focus-within{--tw-ring-offset-color: rgb(254 252 232 / .95)}.focus-within\:ring-offset-yellow-50\/100:focus-within{--tw-ring-offset-color: rgb(254 252 232 / 1)}.focus-within\:ring-offset-yellow-100\/0:focus-within{--tw-ring-offset-color: rgb(254 243 199 / 0)}.focus-within\:ring-offset-yellow-100\/5:focus-within{--tw-ring-offset-color: rgb(254 243 199 / .05)}.focus-within\:ring-offset-yellow-100\/10:focus-within{--tw-ring-offset-color: rgb(254 243 199 / .1)}.focus-within\:ring-offset-yellow-100\/20:focus-within{--tw-ring-offset-color: rgb(254 243 199 / .2)}.focus-within\:ring-offset-yellow-100\/25:focus-within{--tw-ring-offset-color: rgb(254 243 199 / .25)}.focus-within\:ring-offset-yellow-100\/30:focus-within{--tw-ring-offset-color: rgb(254 243 199 / .3)}.focus-within\:ring-offset-yellow-100\/40:focus-within{--tw-ring-offset-color: rgb(254 243 199 / .4)}.focus-within\:ring-offset-yellow-100\/50:focus-within{--tw-ring-offset-color: rgb(254 243 199 / .5)}.focus-within\:ring-offset-yellow-100\/60:focus-within{--tw-ring-offset-color: rgb(254 243 199 / .6)}.focus-within\:ring-offset-yellow-100\/70:focus-within{--tw-ring-offset-color: rgb(254 243 199 / .7)}.focus-within\:ring-offset-yellow-100\/75:focus-within{--tw-ring-offset-color: rgb(254 243 199 / .75)}.focus-within\:ring-offset-yellow-100\/80:focus-within{--tw-ring-offset-color: rgb(254 243 199 / .8)}.focus-within\:ring-offset-yellow-100\/90:focus-within{--tw-ring-offset-color: rgb(254 243 199 / .9)}.focus-within\:ring-offset-yellow-100\/95:focus-within{--tw-ring-offset-color: rgb(254 243 199 / .95)}.focus-within\:ring-offset-yellow-100\/100:focus-within{--tw-ring-offset-color: rgb(254 243 199 / 1)}.focus-within\:ring-offset-yellow-200\/0:focus-within{--tw-ring-offset-color: rgb(253 230 138 / 0)}.focus-within\:ring-offset-yellow-200\/5:focus-within{--tw-ring-offset-color: rgb(253 230 138 / .05)}.focus-within\:ring-offset-yellow-200\/10:focus-within{--tw-ring-offset-color: rgb(253 230 138 / .1)}.focus-within\:ring-offset-yellow-200\/20:focus-within{--tw-ring-offset-color: rgb(253 230 138 / .2)}.focus-within\:ring-offset-yellow-200\/25:focus-within{--tw-ring-offset-color: rgb(253 230 138 / .25)}.focus-within\:ring-offset-yellow-200\/30:focus-within{--tw-ring-offset-color: rgb(253 230 138 / .3)}.focus-within\:ring-offset-yellow-200\/40:focus-within{--tw-ring-offset-color: rgb(253 230 138 / .4)}.focus-within\:ring-offset-yellow-200\/50:focus-within{--tw-ring-offset-color: rgb(253 230 138 / .5)}.focus-within\:ring-offset-yellow-200\/60:focus-within{--tw-ring-offset-color: rgb(253 230 138 / .6)}.focus-within\:ring-offset-yellow-200\/70:focus-within{--tw-ring-offset-color: rgb(253 230 138 / .7)}.focus-within\:ring-offset-yellow-200\/75:focus-within{--tw-ring-offset-color: rgb(253 230 138 / .75)}.focus-within\:ring-offset-yellow-200\/80:focus-within{--tw-ring-offset-color: rgb(253 230 138 / .8)}.focus-within\:ring-offset-yellow-200\/90:focus-within{--tw-ring-offset-color: rgb(253 230 138 / .9)}.focus-within\:ring-offset-yellow-200\/95:focus-within{--tw-ring-offset-color: rgb(253 230 138 / .95)}.focus-within\:ring-offset-yellow-200\/100:focus-within{--tw-ring-offset-color: rgb(253 230 138 / 1)}.focus-within\:ring-offset-yellow-300\/0:focus-within{--tw-ring-offset-color: rgb(252 211 77 / 0)}.focus-within\:ring-offset-yellow-300\/5:focus-within{--tw-ring-offset-color: rgb(252 211 77 / .05)}.focus-within\:ring-offset-yellow-300\/10:focus-within{--tw-ring-offset-color: rgb(252 211 77 / .1)}.focus-within\:ring-offset-yellow-300\/20:focus-within{--tw-ring-offset-color: rgb(252 211 77 / .2)}.focus-within\:ring-offset-yellow-300\/25:focus-within{--tw-ring-offset-color: rgb(252 211 77 / .25)}.focus-within\:ring-offset-yellow-300\/30:focus-within{--tw-ring-offset-color: rgb(252 211 77 / .3)}.focus-within\:ring-offset-yellow-300\/40:focus-within{--tw-ring-offset-color: rgb(252 211 77 / .4)}.focus-within\:ring-offset-yellow-300\/50:focus-within{--tw-ring-offset-color: rgb(252 211 77 / .5)}.focus-within\:ring-offset-yellow-300\/60:focus-within{--tw-ring-offset-color: rgb(252 211 77 / .6)}.focus-within\:ring-offset-yellow-300\/70:focus-within{--tw-ring-offset-color: rgb(252 211 77 / .7)}.focus-within\:ring-offset-yellow-300\/75:focus-within{--tw-ring-offset-color: rgb(252 211 77 / .75)}.focus-within\:ring-offset-yellow-300\/80:focus-within{--tw-ring-offset-color: rgb(252 211 77 / .8)}.focus-within\:ring-offset-yellow-300\/90:focus-within{--tw-ring-offset-color: rgb(252 211 77 / .9)}.focus-within\:ring-offset-yellow-300\/95:focus-within{--tw-ring-offset-color: rgb(252 211 77 / .95)}.focus-within\:ring-offset-yellow-300\/100:focus-within{--tw-ring-offset-color: rgb(252 211 77 / 1)}.focus-within\:ring-offset-yellow-400\/0:focus-within{--tw-ring-offset-color: rgb(251 191 36 / 0)}.focus-within\:ring-offset-yellow-400\/5:focus-within{--tw-ring-offset-color: rgb(251 191 36 / .05)}.focus-within\:ring-offset-yellow-400\/10:focus-within{--tw-ring-offset-color: rgb(251 191 36 / .1)}.focus-within\:ring-offset-yellow-400\/20:focus-within{--tw-ring-offset-color: rgb(251 191 36 / .2)}.focus-within\:ring-offset-yellow-400\/25:focus-within{--tw-ring-offset-color: rgb(251 191 36 / .25)}.focus-within\:ring-offset-yellow-400\/30:focus-within{--tw-ring-offset-color: rgb(251 191 36 / .3)}.focus-within\:ring-offset-yellow-400\/40:focus-within{--tw-ring-offset-color: rgb(251 191 36 / .4)}.focus-within\:ring-offset-yellow-400\/50:focus-within{--tw-ring-offset-color: rgb(251 191 36 / .5)}.focus-within\:ring-offset-yellow-400\/60:focus-within{--tw-ring-offset-color: rgb(251 191 36 / .6)}.focus-within\:ring-offset-yellow-400\/70:focus-within{--tw-ring-offset-color: rgb(251 191 36 / .7)}.focus-within\:ring-offset-yellow-400\/75:focus-within{--tw-ring-offset-color: rgb(251 191 36 / .75)}.focus-within\:ring-offset-yellow-400\/80:focus-within{--tw-ring-offset-color: rgb(251 191 36 / .8)}.focus-within\:ring-offset-yellow-400\/90:focus-within{--tw-ring-offset-color: rgb(251 191 36 / .9)}.focus-within\:ring-offset-yellow-400\/95:focus-within{--tw-ring-offset-color: rgb(251 191 36 / .95)}.focus-within\:ring-offset-yellow-400\/100:focus-within{--tw-ring-offset-color: rgb(251 191 36 / 1)}.focus-within\:ring-offset-yellow-500\/0:focus-within{--tw-ring-offset-color: rgb(234 179 8 / 0)}.focus-within\:ring-offset-yellow-500\/5:focus-within{--tw-ring-offset-color: rgb(234 179 8 / .05)}.focus-within\:ring-offset-yellow-500\/10:focus-within{--tw-ring-offset-color: rgb(234 179 8 / .1)}.focus-within\:ring-offset-yellow-500\/20:focus-within{--tw-ring-offset-color: rgb(234 179 8 / .2)}.focus-within\:ring-offset-yellow-500\/25:focus-within{--tw-ring-offset-color: rgb(234 179 8 / .25)}.focus-within\:ring-offset-yellow-500\/30:focus-within{--tw-ring-offset-color: rgb(234 179 8 / .3)}.focus-within\:ring-offset-yellow-500\/40:focus-within{--tw-ring-offset-color: rgb(234 179 8 / .4)}.focus-within\:ring-offset-yellow-500\/50:focus-within{--tw-ring-offset-color: rgb(234 179 8 / .5)}.focus-within\:ring-offset-yellow-500\/60:focus-within{--tw-ring-offset-color: rgb(234 179 8 / .6)}.focus-within\:ring-offset-yellow-500\/70:focus-within{--tw-ring-offset-color: rgb(234 179 8 / .7)}.focus-within\:ring-offset-yellow-500\/75:focus-within{--tw-ring-offset-color: rgb(234 179 8 / .75)}.focus-within\:ring-offset-yellow-500\/80:focus-within{--tw-ring-offset-color: rgb(234 179 8 / .8)}.focus-within\:ring-offset-yellow-500\/90:focus-within{--tw-ring-offset-color: rgb(234 179 8 / .9)}.focus-within\:ring-offset-yellow-500\/95:focus-within{--tw-ring-offset-color: rgb(234 179 8 / .95)}.focus-within\:ring-offset-yellow-500\/100:focus-within{--tw-ring-offset-color: rgb(234 179 8 / 1)}.focus-within\:ring-offset-yellow-600\/0:focus-within{--tw-ring-offset-color: rgb(217 119 6 / 0)}.focus-within\:ring-offset-yellow-600\/5:focus-within{--tw-ring-offset-color: rgb(217 119 6 / .05)}.focus-within\:ring-offset-yellow-600\/10:focus-within{--tw-ring-offset-color: rgb(217 119 6 / .1)}.focus-within\:ring-offset-yellow-600\/20:focus-within{--tw-ring-offset-color: rgb(217 119 6 / .2)}.focus-within\:ring-offset-yellow-600\/25:focus-within{--tw-ring-offset-color: rgb(217 119 6 / .25)}.focus-within\:ring-offset-yellow-600\/30:focus-within{--tw-ring-offset-color: rgb(217 119 6 / .3)}.focus-within\:ring-offset-yellow-600\/40:focus-within{--tw-ring-offset-color: rgb(217 119 6 / .4)}.focus-within\:ring-offset-yellow-600\/50:focus-within{--tw-ring-offset-color: rgb(217 119 6 / .5)}.focus-within\:ring-offset-yellow-600\/60:focus-within{--tw-ring-offset-color: rgb(217 119 6 / .6)}.focus-within\:ring-offset-yellow-600\/70:focus-within{--tw-ring-offset-color: rgb(217 119 6 / .7)}.focus-within\:ring-offset-yellow-600\/75:focus-within{--tw-ring-offset-color: rgb(217 119 6 / .75)}.focus-within\:ring-offset-yellow-600\/80:focus-within{--tw-ring-offset-color: rgb(217 119 6 / .8)}.focus-within\:ring-offset-yellow-600\/90:focus-within{--tw-ring-offset-color: rgb(217 119 6 / .9)}.focus-within\:ring-offset-yellow-600\/95:focus-within{--tw-ring-offset-color: rgb(217 119 6 / .95)}.focus-within\:ring-offset-yellow-600\/100:focus-within{--tw-ring-offset-color: rgb(217 119 6 / 1)}.focus-within\:ring-offset-yellow-700\/0:focus-within{--tw-ring-offset-color: rgb(180 83 9 / 0)}.focus-within\:ring-offset-yellow-700\/5:focus-within{--tw-ring-offset-color: rgb(180 83 9 / .05)}.focus-within\:ring-offset-yellow-700\/10:focus-within{--tw-ring-offset-color: rgb(180 83 9 / .1)}.focus-within\:ring-offset-yellow-700\/20:focus-within{--tw-ring-offset-color: rgb(180 83 9 / .2)}.focus-within\:ring-offset-yellow-700\/25:focus-within{--tw-ring-offset-color: rgb(180 83 9 / .25)}.focus-within\:ring-offset-yellow-700\/30:focus-within{--tw-ring-offset-color: rgb(180 83 9 / .3)}.focus-within\:ring-offset-yellow-700\/40:focus-within{--tw-ring-offset-color: rgb(180 83 9 / .4)}.focus-within\:ring-offset-yellow-700\/50:focus-within{--tw-ring-offset-color: rgb(180 83 9 / .5)}.focus-within\:ring-offset-yellow-700\/60:focus-within{--tw-ring-offset-color: rgb(180 83 9 / .6)}.focus-within\:ring-offset-yellow-700\/70:focus-within{--tw-ring-offset-color: rgb(180 83 9 / .7)}.focus-within\:ring-offset-yellow-700\/75:focus-within{--tw-ring-offset-color: rgb(180 83 9 / .75)}.focus-within\:ring-offset-yellow-700\/80:focus-within{--tw-ring-offset-color: rgb(180 83 9 / .8)}.focus-within\:ring-offset-yellow-700\/90:focus-within{--tw-ring-offset-color: rgb(180 83 9 / .9)}.focus-within\:ring-offset-yellow-700\/95:focus-within{--tw-ring-offset-color: rgb(180 83 9 / .95)}.focus-within\:ring-offset-yellow-700\/100:focus-within{--tw-ring-offset-color: rgb(180 83 9 / 1)}.focus-within\:ring-offset-yellow-800\/0:focus-within{--tw-ring-offset-color: rgb(146 64 14 / 0)}.focus-within\:ring-offset-yellow-800\/5:focus-within{--tw-ring-offset-color: rgb(146 64 14 / .05)}.focus-within\:ring-offset-yellow-800\/10:focus-within{--tw-ring-offset-color: rgb(146 64 14 / .1)}.focus-within\:ring-offset-yellow-800\/20:focus-within{--tw-ring-offset-color: rgb(146 64 14 / .2)}.focus-within\:ring-offset-yellow-800\/25:focus-within{--tw-ring-offset-color: rgb(146 64 14 / .25)}.focus-within\:ring-offset-yellow-800\/30:focus-within{--tw-ring-offset-color: rgb(146 64 14 / .3)}.focus-within\:ring-offset-yellow-800\/40:focus-within{--tw-ring-offset-color: rgb(146 64 14 / .4)}.focus-within\:ring-offset-yellow-800\/50:focus-within{--tw-ring-offset-color: rgb(146 64 14 / .5)}.focus-within\:ring-offset-yellow-800\/60:focus-within{--tw-ring-offset-color: rgb(146 64 14 / .6)}.focus-within\:ring-offset-yellow-800\/70:focus-within{--tw-ring-offset-color: rgb(146 64 14 / .7)}.focus-within\:ring-offset-yellow-800\/75:focus-within{--tw-ring-offset-color: rgb(146 64 14 / .75)}.focus-within\:ring-offset-yellow-800\/80:focus-within{--tw-ring-offset-color: rgb(146 64 14 / .8)}.focus-within\:ring-offset-yellow-800\/90:focus-within{--tw-ring-offset-color: rgb(146 64 14 / .9)}.focus-within\:ring-offset-yellow-800\/95:focus-within{--tw-ring-offset-color: rgb(146 64 14 / .95)}.focus-within\:ring-offset-yellow-800\/100:focus-within{--tw-ring-offset-color: rgb(146 64 14 / 1)}.focus-within\:ring-offset-yellow-900\/0:focus-within{--tw-ring-offset-color: rgb(120 53 15 / 0)}.focus-within\:ring-offset-yellow-900\/5:focus-within{--tw-ring-offset-color: rgb(120 53 15 / .05)}.focus-within\:ring-offset-yellow-900\/10:focus-within{--tw-ring-offset-color: rgb(120 53 15 / .1)}.focus-within\:ring-offset-yellow-900\/20:focus-within{--tw-ring-offset-color: rgb(120 53 15 / .2)}.focus-within\:ring-offset-yellow-900\/25:focus-within{--tw-ring-offset-color: rgb(120 53 15 / .25)}.focus-within\:ring-offset-yellow-900\/30:focus-within{--tw-ring-offset-color: rgb(120 53 15 / .3)}.focus-within\:ring-offset-yellow-900\/40:focus-within{--tw-ring-offset-color: rgb(120 53 15 / .4)}.focus-within\:ring-offset-yellow-900\/50:focus-within{--tw-ring-offset-color: rgb(120 53 15 / .5)}.focus-within\:ring-offset-yellow-900\/60:focus-within{--tw-ring-offset-color: rgb(120 53 15 / .6)}.focus-within\:ring-offset-yellow-900\/70:focus-within{--tw-ring-offset-color: rgb(120 53 15 / .7)}.focus-within\:ring-offset-yellow-900\/75:focus-within{--tw-ring-offset-color: rgb(120 53 15 / .75)}.focus-within\:ring-offset-yellow-900\/80:focus-within{--tw-ring-offset-color: rgb(120 53 15 / .8)}.focus-within\:ring-offset-yellow-900\/90:focus-within{--tw-ring-offset-color: rgb(120 53 15 / .9)}.focus-within\:ring-offset-yellow-900\/95:focus-within{--tw-ring-offset-color: rgb(120 53 15 / .95)}.focus-within\:ring-offset-yellow-900\/100:focus-within{--tw-ring-offset-color: rgb(120 53 15 / 1)}.focus-within\:ring-offset-green-50\/0:focus-within{--tw-ring-offset-color: rgb(240 253 244 / 0)}.focus-within\:ring-offset-green-50\/5:focus-within{--tw-ring-offset-color: rgb(240 253 244 / .05)}.focus-within\:ring-offset-green-50\/10:focus-within{--tw-ring-offset-color: rgb(240 253 244 / .1)}.focus-within\:ring-offset-green-50\/20:focus-within{--tw-ring-offset-color: rgb(240 253 244 / .2)}.focus-within\:ring-offset-green-50\/25:focus-within{--tw-ring-offset-color: rgb(240 253 244 / .25)}.focus-within\:ring-offset-green-50\/30:focus-within{--tw-ring-offset-color: rgb(240 253 244 / .3)}.focus-within\:ring-offset-green-50\/40:focus-within{--tw-ring-offset-color: rgb(240 253 244 / .4)}.focus-within\:ring-offset-green-50\/50:focus-within{--tw-ring-offset-color: rgb(240 253 244 / .5)}.focus-within\:ring-offset-green-50\/60:focus-within{--tw-ring-offset-color: rgb(240 253 244 / .6)}.focus-within\:ring-offset-green-50\/70:focus-within{--tw-ring-offset-color: rgb(240 253 244 / .7)}.focus-within\:ring-offset-green-50\/75:focus-within{--tw-ring-offset-color: rgb(240 253 244 / .75)}.focus-within\:ring-offset-green-50\/80:focus-within{--tw-ring-offset-color: rgb(240 253 244 / .8)}.focus-within\:ring-offset-green-50\/90:focus-within{--tw-ring-offset-color: rgb(240 253 244 / .9)}.focus-within\:ring-offset-green-50\/95:focus-within{--tw-ring-offset-color: rgb(240 253 244 / .95)}.focus-within\:ring-offset-green-50\/100:focus-within{--tw-ring-offset-color: rgb(240 253 244 / 1)}.focus-within\:ring-offset-green-100\/0:focus-within{--tw-ring-offset-color: rgb(242 250 246 / 0)}.focus-within\:ring-offset-green-100\/5:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .05)}.focus-within\:ring-offset-green-100\/10:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .1)}.focus-within\:ring-offset-green-100\/20:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .2)}.focus-within\:ring-offset-green-100\/25:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .25)}.focus-within\:ring-offset-green-100\/30:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .3)}.focus-within\:ring-offset-green-100\/40:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .4)}.focus-within\:ring-offset-green-100\/50:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .5)}.focus-within\:ring-offset-green-100\/60:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .6)}.focus-within\:ring-offset-green-100\/70:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .7)}.focus-within\:ring-offset-green-100\/75:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .75)}.focus-within\:ring-offset-green-100\/80:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .8)}.focus-within\:ring-offset-green-100\/90:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .9)}.focus-within\:ring-offset-green-100\/95:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .95)}.focus-within\:ring-offset-green-100\/100:focus-within{--tw-ring-offset-color: rgb(242 250 246 / 1)}.focus-within\:ring-offset-green-200\/0:focus-within{--tw-ring-offset-color: rgb(229 246 238 / 0)}.focus-within\:ring-offset-green-200\/5:focus-within{--tw-ring-offset-color: rgb(229 246 238 / .05)}.focus-within\:ring-offset-green-200\/10:focus-within{--tw-ring-offset-color: rgb(229 246 238 / .1)}.focus-within\:ring-offset-green-200\/20:focus-within{--tw-ring-offset-color: rgb(229 246 238 / .2)}.focus-within\:ring-offset-green-200\/25:focus-within{--tw-ring-offset-color: rgb(229 246 238 / .25)}.focus-within\:ring-offset-green-200\/30:focus-within{--tw-ring-offset-color: rgb(229 246 238 / .3)}.focus-within\:ring-offset-green-200\/40:focus-within{--tw-ring-offset-color: rgb(229 246 238 / .4)}.focus-within\:ring-offset-green-200\/50:focus-within{--tw-ring-offset-color: rgb(229 246 238 / .5)}.focus-within\:ring-offset-green-200\/60:focus-within{--tw-ring-offset-color: rgb(229 246 238 / .6)}.focus-within\:ring-offset-green-200\/70:focus-within{--tw-ring-offset-color: rgb(229 246 238 / .7)}.focus-within\:ring-offset-green-200\/75:focus-within{--tw-ring-offset-color: rgb(229 246 238 / .75)}.focus-within\:ring-offset-green-200\/80:focus-within{--tw-ring-offset-color: rgb(229 246 238 / .8)}.focus-within\:ring-offset-green-200\/90:focus-within{--tw-ring-offset-color: rgb(229 246 238 / .9)}.focus-within\:ring-offset-green-200\/95:focus-within{--tw-ring-offset-color: rgb(229 246 238 / .95)}.focus-within\:ring-offset-green-200\/100:focus-within{--tw-ring-offset-color: rgb(229 246 238 / 1)}.focus-within\:ring-offset-green-300\/0:focus-within{--tw-ring-offset-color: rgb(200 238 219 / 0)}.focus-within\:ring-offset-green-300\/5:focus-within{--tw-ring-offset-color: rgb(200 238 219 / .05)}.focus-within\:ring-offset-green-300\/10:focus-within{--tw-ring-offset-color: rgb(200 238 219 / .1)}.focus-within\:ring-offset-green-300\/20:focus-within{--tw-ring-offset-color: rgb(200 238 219 / .2)}.focus-within\:ring-offset-green-300\/25:focus-within{--tw-ring-offset-color: rgb(200 238 219 / .25)}.focus-within\:ring-offset-green-300\/30:focus-within{--tw-ring-offset-color: rgb(200 238 219 / .3)}.focus-within\:ring-offset-green-300\/40:focus-within{--tw-ring-offset-color: rgb(200 238 219 / .4)}.focus-within\:ring-offset-green-300\/50:focus-within{--tw-ring-offset-color: rgb(200 238 219 / .5)}.focus-within\:ring-offset-green-300\/60:focus-within{--tw-ring-offset-color: rgb(200 238 219 / .6)}.focus-within\:ring-offset-green-300\/70:focus-within{--tw-ring-offset-color: rgb(200 238 219 / .7)}.focus-within\:ring-offset-green-300\/75:focus-within{--tw-ring-offset-color: rgb(200 238 219 / .75)}.focus-within\:ring-offset-green-300\/80:focus-within{--tw-ring-offset-color: rgb(200 238 219 / .8)}.focus-within\:ring-offset-green-300\/90:focus-within{--tw-ring-offset-color: rgb(200 238 219 / .9)}.focus-within\:ring-offset-green-300\/95:focus-within{--tw-ring-offset-color: rgb(200 238 219 / .95)}.focus-within\:ring-offset-green-300\/100:focus-within{--tw-ring-offset-color: rgb(200 238 219 / 1)}.focus-within\:ring-offset-green-400\/0:focus-within{--tw-ring-offset-color: rgb(166 229 200 / 0)}.focus-within\:ring-offset-green-400\/5:focus-within{--tw-ring-offset-color: rgb(166 229 200 / .05)}.focus-within\:ring-offset-green-400\/10:focus-within{--tw-ring-offset-color: rgb(166 229 200 / .1)}.focus-within\:ring-offset-green-400\/20:focus-within{--tw-ring-offset-color: rgb(166 229 200 / .2)}.focus-within\:ring-offset-green-400\/25:focus-within{--tw-ring-offset-color: rgb(166 229 200 / .25)}.focus-within\:ring-offset-green-400\/30:focus-within{--tw-ring-offset-color: rgb(166 229 200 / .3)}.focus-within\:ring-offset-green-400\/40:focus-within{--tw-ring-offset-color: rgb(166 229 200 / .4)}.focus-within\:ring-offset-green-400\/50:focus-within{--tw-ring-offset-color: rgb(166 229 200 / .5)}.focus-within\:ring-offset-green-400\/60:focus-within{--tw-ring-offset-color: rgb(166 229 200 / .6)}.focus-within\:ring-offset-green-400\/70:focus-within{--tw-ring-offset-color: rgb(166 229 200 / .7)}.focus-within\:ring-offset-green-400\/75:focus-within{--tw-ring-offset-color: rgb(166 229 200 / .75)}.focus-within\:ring-offset-green-400\/80:focus-within{--tw-ring-offset-color: rgb(166 229 200 / .8)}.focus-within\:ring-offset-green-400\/90:focus-within{--tw-ring-offset-color: rgb(166 229 200 / .9)}.focus-within\:ring-offset-green-400\/95:focus-within{--tw-ring-offset-color: rgb(166 229 200 / .95)}.focus-within\:ring-offset-green-400\/100:focus-within{--tw-ring-offset-color: rgb(166 229 200 / 1)}.focus-within\:ring-offset-green-500\/0:focus-within{--tw-ring-offset-color: rgb(123 220 178 / 0)}.focus-within\:ring-offset-green-500\/5:focus-within{--tw-ring-offset-color: rgb(123 220 178 / .05)}.focus-within\:ring-offset-green-500\/10:focus-within{--tw-ring-offset-color: rgb(123 220 178 / .1)}.focus-within\:ring-offset-green-500\/20:focus-within{--tw-ring-offset-color: rgb(123 220 178 / .2)}.focus-within\:ring-offset-green-500\/25:focus-within{--tw-ring-offset-color: rgb(123 220 178 / .25)}.focus-within\:ring-offset-green-500\/30:focus-within{--tw-ring-offset-color: rgb(123 220 178 / .3)}.focus-within\:ring-offset-green-500\/40:focus-within{--tw-ring-offset-color: rgb(123 220 178 / .4)}.focus-within\:ring-offset-green-500\/50:focus-within{--tw-ring-offset-color: rgb(123 220 178 / .5)}.focus-within\:ring-offset-green-500\/60:focus-within{--tw-ring-offset-color: rgb(123 220 178 / .6)}.focus-within\:ring-offset-green-500\/70:focus-within{--tw-ring-offset-color: rgb(123 220 178 / .7)}.focus-within\:ring-offset-green-500\/75:focus-within{--tw-ring-offset-color: rgb(123 220 178 / .75)}.focus-within\:ring-offset-green-500\/80:focus-within{--tw-ring-offset-color: rgb(123 220 178 / .8)}.focus-within\:ring-offset-green-500\/90:focus-within{--tw-ring-offset-color: rgb(123 220 178 / .9)}.focus-within\:ring-offset-green-500\/95:focus-within{--tw-ring-offset-color: rgb(123 220 178 / .95)}.focus-within\:ring-offset-green-500\/100:focus-within{--tw-ring-offset-color: rgb(123 220 178 / 1)}.focus-within\:ring-offset-green-600\/0:focus-within{--tw-ring-offset-color: rgb(52 211 153 / 0)}.focus-within\:ring-offset-green-600\/5:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .05)}.focus-within\:ring-offset-green-600\/10:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .1)}.focus-within\:ring-offset-green-600\/20:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .2)}.focus-within\:ring-offset-green-600\/25:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .25)}.focus-within\:ring-offset-green-600\/30:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .3)}.focus-within\:ring-offset-green-600\/40:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .4)}.focus-within\:ring-offset-green-600\/50:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .5)}.focus-within\:ring-offset-green-600\/60:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .6)}.focus-within\:ring-offset-green-600\/70:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .7)}.focus-within\:ring-offset-green-600\/75:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .75)}.focus-within\:ring-offset-green-600\/80:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .8)}.focus-within\:ring-offset-green-600\/90:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .9)}.focus-within\:ring-offset-green-600\/95:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .95)}.focus-within\:ring-offset-green-600\/100:focus-within{--tw-ring-offset-color: rgb(52 211 153 / 1)}.focus-within\:ring-offset-green-700\/0:focus-within{--tw-ring-offset-color: rgb(46 188 136 / 0)}.focus-within\:ring-offset-green-700\/5:focus-within{--tw-ring-offset-color: rgb(46 188 136 / .05)}.focus-within\:ring-offset-green-700\/10:focus-within{--tw-ring-offset-color: rgb(46 188 136 / .1)}.focus-within\:ring-offset-green-700\/20:focus-within{--tw-ring-offset-color: rgb(46 188 136 / .2)}.focus-within\:ring-offset-green-700\/25:focus-within{--tw-ring-offset-color: rgb(46 188 136 / .25)}.focus-within\:ring-offset-green-700\/30:focus-within{--tw-ring-offset-color: rgb(46 188 136 / .3)}.focus-within\:ring-offset-green-700\/40:focus-within{--tw-ring-offset-color: rgb(46 188 136 / .4)}.focus-within\:ring-offset-green-700\/50:focus-within{--tw-ring-offset-color: rgb(46 188 136 / .5)}.focus-within\:ring-offset-green-700\/60:focus-within{--tw-ring-offset-color: rgb(46 188 136 / .6)}.focus-within\:ring-offset-green-700\/70:focus-within{--tw-ring-offset-color: rgb(46 188 136 / .7)}.focus-within\:ring-offset-green-700\/75:focus-within{--tw-ring-offset-color: rgb(46 188 136 / .75)}.focus-within\:ring-offset-green-700\/80:focus-within{--tw-ring-offset-color: rgb(46 188 136 / .8)}.focus-within\:ring-offset-green-700\/90:focus-within{--tw-ring-offset-color: rgb(46 188 136 / .9)}.focus-within\:ring-offset-green-700\/95:focus-within{--tw-ring-offset-color: rgb(46 188 136 / .95)}.focus-within\:ring-offset-green-700\/100:focus-within{--tw-ring-offset-color: rgb(46 188 136 / 1)}.focus-within\:ring-offset-green-800\/0:focus-within{--tw-ring-offset-color: rgb(40 163 118 / 0)}.focus-within\:ring-offset-green-800\/5:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .05)}.focus-within\:ring-offset-green-800\/10:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .1)}.focus-within\:ring-offset-green-800\/20:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .2)}.focus-within\:ring-offset-green-800\/25:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .25)}.focus-within\:ring-offset-green-800\/30:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .3)}.focus-within\:ring-offset-green-800\/40:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .4)}.focus-within\:ring-offset-green-800\/50:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .5)}.focus-within\:ring-offset-green-800\/60:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .6)}.focus-within\:ring-offset-green-800\/70:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .7)}.focus-within\:ring-offset-green-800\/75:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .75)}.focus-within\:ring-offset-green-800\/80:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .8)}.focus-within\:ring-offset-green-800\/90:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .9)}.focus-within\:ring-offset-green-800\/95:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .95)}.focus-within\:ring-offset-green-800\/100:focus-within{--tw-ring-offset-color: rgb(40 163 118 / 1)}.focus-within\:ring-offset-green-900\/0:focus-within{--tw-ring-offset-color: rgb(32 133 96 / 0)}.focus-within\:ring-offset-green-900\/5:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .05)}.focus-within\:ring-offset-green-900\/10:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .1)}.focus-within\:ring-offset-green-900\/20:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .2)}.focus-within\:ring-offset-green-900\/25:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .25)}.focus-within\:ring-offset-green-900\/30:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .3)}.focus-within\:ring-offset-green-900\/40:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .4)}.focus-within\:ring-offset-green-900\/50:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .5)}.focus-within\:ring-offset-green-900\/60:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .6)}.focus-within\:ring-offset-green-900\/70:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .7)}.focus-within\:ring-offset-green-900\/75:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .75)}.focus-within\:ring-offset-green-900\/80:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .8)}.focus-within\:ring-offset-green-900\/90:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .9)}.focus-within\:ring-offset-green-900\/95:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .95)}.focus-within\:ring-offset-green-900\/100:focus-within{--tw-ring-offset-color: rgb(32 133 96 / 1)}.focus-within\:ring-offset-emerald-50\/0:focus-within{--tw-ring-offset-color: rgb(236 253 245 / 0)}.focus-within\:ring-offset-emerald-50\/5:focus-within{--tw-ring-offset-color: rgb(236 253 245 / .05)}.focus-within\:ring-offset-emerald-50\/10:focus-within{--tw-ring-offset-color: rgb(236 253 245 / .1)}.focus-within\:ring-offset-emerald-50\/20:focus-within{--tw-ring-offset-color: rgb(236 253 245 / .2)}.focus-within\:ring-offset-emerald-50\/25:focus-within{--tw-ring-offset-color: rgb(236 253 245 / .25)}.focus-within\:ring-offset-emerald-50\/30:focus-within{--tw-ring-offset-color: rgb(236 253 245 / .3)}.focus-within\:ring-offset-emerald-50\/40:focus-within{--tw-ring-offset-color: rgb(236 253 245 / .4)}.focus-within\:ring-offset-emerald-50\/50:focus-within{--tw-ring-offset-color: rgb(236 253 245 / .5)}.focus-within\:ring-offset-emerald-50\/60:focus-within{--tw-ring-offset-color: rgb(236 253 245 / .6)}.focus-within\:ring-offset-emerald-50\/70:focus-within{--tw-ring-offset-color: rgb(236 253 245 / .7)}.focus-within\:ring-offset-emerald-50\/75:focus-within{--tw-ring-offset-color: rgb(236 253 245 / .75)}.focus-within\:ring-offset-emerald-50\/80:focus-within{--tw-ring-offset-color: rgb(236 253 245 / .8)}.focus-within\:ring-offset-emerald-50\/90:focus-within{--tw-ring-offset-color: rgb(236 253 245 / .9)}.focus-within\:ring-offset-emerald-50\/95:focus-within{--tw-ring-offset-color: rgb(236 253 245 / .95)}.focus-within\:ring-offset-emerald-50\/100:focus-within{--tw-ring-offset-color: rgb(236 253 245 / 1)}.focus-within\:ring-offset-emerald-100\/0:focus-within{--tw-ring-offset-color: rgb(209 250 229 / 0)}.focus-within\:ring-offset-emerald-100\/5:focus-within{--tw-ring-offset-color: rgb(209 250 229 / .05)}.focus-within\:ring-offset-emerald-100\/10:focus-within{--tw-ring-offset-color: rgb(209 250 229 / .1)}.focus-within\:ring-offset-emerald-100\/20:focus-within{--tw-ring-offset-color: rgb(209 250 229 / .2)}.focus-within\:ring-offset-emerald-100\/25:focus-within{--tw-ring-offset-color: rgb(209 250 229 / .25)}.focus-within\:ring-offset-emerald-100\/30:focus-within{--tw-ring-offset-color: rgb(209 250 229 / .3)}.focus-within\:ring-offset-emerald-100\/40:focus-within{--tw-ring-offset-color: rgb(209 250 229 / .4)}.focus-within\:ring-offset-emerald-100\/50:focus-within{--tw-ring-offset-color: rgb(209 250 229 / .5)}.focus-within\:ring-offset-emerald-100\/60:focus-within{--tw-ring-offset-color: rgb(209 250 229 / .6)}.focus-within\:ring-offset-emerald-100\/70:focus-within{--tw-ring-offset-color: rgb(209 250 229 / .7)}.focus-within\:ring-offset-emerald-100\/75:focus-within{--tw-ring-offset-color: rgb(209 250 229 / .75)}.focus-within\:ring-offset-emerald-100\/80:focus-within{--tw-ring-offset-color: rgb(209 250 229 / .8)}.focus-within\:ring-offset-emerald-100\/90:focus-within{--tw-ring-offset-color: rgb(209 250 229 / .9)}.focus-within\:ring-offset-emerald-100\/95:focus-within{--tw-ring-offset-color: rgb(209 250 229 / .95)}.focus-within\:ring-offset-emerald-100\/100:focus-within{--tw-ring-offset-color: rgb(209 250 229 / 1)}.focus-within\:ring-offset-emerald-200\/0:focus-within{--tw-ring-offset-color: rgb(167 243 208 / 0)}.focus-within\:ring-offset-emerald-200\/5:focus-within{--tw-ring-offset-color: rgb(167 243 208 / .05)}.focus-within\:ring-offset-emerald-200\/10:focus-within{--tw-ring-offset-color: rgb(167 243 208 / .1)}.focus-within\:ring-offset-emerald-200\/20:focus-within{--tw-ring-offset-color: rgb(167 243 208 / .2)}.focus-within\:ring-offset-emerald-200\/25:focus-within{--tw-ring-offset-color: rgb(167 243 208 / .25)}.focus-within\:ring-offset-emerald-200\/30:focus-within{--tw-ring-offset-color: rgb(167 243 208 / .3)}.focus-within\:ring-offset-emerald-200\/40:focus-within{--tw-ring-offset-color: rgb(167 243 208 / .4)}.focus-within\:ring-offset-emerald-200\/50:focus-within{--tw-ring-offset-color: rgb(167 243 208 / .5)}.focus-within\:ring-offset-emerald-200\/60:focus-within{--tw-ring-offset-color: rgb(167 243 208 / .6)}.focus-within\:ring-offset-emerald-200\/70:focus-within{--tw-ring-offset-color: rgb(167 243 208 / .7)}.focus-within\:ring-offset-emerald-200\/75:focus-within{--tw-ring-offset-color: rgb(167 243 208 / .75)}.focus-within\:ring-offset-emerald-200\/80:focus-within{--tw-ring-offset-color: rgb(167 243 208 / .8)}.focus-within\:ring-offset-emerald-200\/90:focus-within{--tw-ring-offset-color: rgb(167 243 208 / .9)}.focus-within\:ring-offset-emerald-200\/95:focus-within{--tw-ring-offset-color: rgb(167 243 208 / .95)}.focus-within\:ring-offset-emerald-200\/100:focus-within{--tw-ring-offset-color: rgb(167 243 208 / 1)}.focus-within\:ring-offset-emerald-300\/0:focus-within{--tw-ring-offset-color: rgb(110 231 183 / 0)}.focus-within\:ring-offset-emerald-300\/5:focus-within{--tw-ring-offset-color: rgb(110 231 183 / .05)}.focus-within\:ring-offset-emerald-300\/10:focus-within{--tw-ring-offset-color: rgb(110 231 183 / .1)}.focus-within\:ring-offset-emerald-300\/20:focus-within{--tw-ring-offset-color: rgb(110 231 183 / .2)}.focus-within\:ring-offset-emerald-300\/25:focus-within{--tw-ring-offset-color: rgb(110 231 183 / .25)}.focus-within\:ring-offset-emerald-300\/30:focus-within{--tw-ring-offset-color: rgb(110 231 183 / .3)}.focus-within\:ring-offset-emerald-300\/40:focus-within{--tw-ring-offset-color: rgb(110 231 183 / .4)}.focus-within\:ring-offset-emerald-300\/50:focus-within{--tw-ring-offset-color: rgb(110 231 183 / .5)}.focus-within\:ring-offset-emerald-300\/60:focus-within{--tw-ring-offset-color: rgb(110 231 183 / .6)}.focus-within\:ring-offset-emerald-300\/70:focus-within{--tw-ring-offset-color: rgb(110 231 183 / .7)}.focus-within\:ring-offset-emerald-300\/75:focus-within{--tw-ring-offset-color: rgb(110 231 183 / .75)}.focus-within\:ring-offset-emerald-300\/80:focus-within{--tw-ring-offset-color: rgb(110 231 183 / .8)}.focus-within\:ring-offset-emerald-300\/90:focus-within{--tw-ring-offset-color: rgb(110 231 183 / .9)}.focus-within\:ring-offset-emerald-300\/95:focus-within{--tw-ring-offset-color: rgb(110 231 183 / .95)}.focus-within\:ring-offset-emerald-300\/100:focus-within{--tw-ring-offset-color: rgb(110 231 183 / 1)}.focus-within\:ring-offset-emerald-400\/0:focus-within{--tw-ring-offset-color: rgb(52 211 153 / 0)}.focus-within\:ring-offset-emerald-400\/5:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .05)}.focus-within\:ring-offset-emerald-400\/10:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .1)}.focus-within\:ring-offset-emerald-400\/20:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .2)}.focus-within\:ring-offset-emerald-400\/25:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .25)}.focus-within\:ring-offset-emerald-400\/30:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .3)}.focus-within\:ring-offset-emerald-400\/40:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .4)}.focus-within\:ring-offset-emerald-400\/50:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .5)}.focus-within\:ring-offset-emerald-400\/60:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .6)}.focus-within\:ring-offset-emerald-400\/70:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .7)}.focus-within\:ring-offset-emerald-400\/75:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .75)}.focus-within\:ring-offset-emerald-400\/80:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .8)}.focus-within\:ring-offset-emerald-400\/90:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .9)}.focus-within\:ring-offset-emerald-400\/95:focus-within{--tw-ring-offset-color: rgb(52 211 153 / .95)}.focus-within\:ring-offset-emerald-400\/100:focus-within{--tw-ring-offset-color: rgb(52 211 153 / 1)}.focus-within\:ring-offset-emerald-500\/0:focus-within{--tw-ring-offset-color: rgb(16 185 129 / 0)}.focus-within\:ring-offset-emerald-500\/5:focus-within{--tw-ring-offset-color: rgb(16 185 129 / .05)}.focus-within\:ring-offset-emerald-500\/10:focus-within{--tw-ring-offset-color: rgb(16 185 129 / .1)}.focus-within\:ring-offset-emerald-500\/20:focus-within{--tw-ring-offset-color: rgb(16 185 129 / .2)}.focus-within\:ring-offset-emerald-500\/25:focus-within{--tw-ring-offset-color: rgb(16 185 129 / .25)}.focus-within\:ring-offset-emerald-500\/30:focus-within{--tw-ring-offset-color: rgb(16 185 129 / .3)}.focus-within\:ring-offset-emerald-500\/40:focus-within{--tw-ring-offset-color: rgb(16 185 129 / .4)}.focus-within\:ring-offset-emerald-500\/50:focus-within{--tw-ring-offset-color: rgb(16 185 129 / .5)}.focus-within\:ring-offset-emerald-500\/60:focus-within{--tw-ring-offset-color: rgb(16 185 129 / .6)}.focus-within\:ring-offset-emerald-500\/70:focus-within{--tw-ring-offset-color: rgb(16 185 129 / .7)}.focus-within\:ring-offset-emerald-500\/75:focus-within{--tw-ring-offset-color: rgb(16 185 129 / .75)}.focus-within\:ring-offset-emerald-500\/80:focus-within{--tw-ring-offset-color: rgb(16 185 129 / .8)}.focus-within\:ring-offset-emerald-500\/90:focus-within{--tw-ring-offset-color: rgb(16 185 129 / .9)}.focus-within\:ring-offset-emerald-500\/95:focus-within{--tw-ring-offset-color: rgb(16 185 129 / .95)}.focus-within\:ring-offset-emerald-500\/100:focus-within{--tw-ring-offset-color: rgb(16 185 129 / 1)}.focus-within\:ring-offset-emerald-600\/0:focus-within{--tw-ring-offset-color: rgb(5 150 105 / 0)}.focus-within\:ring-offset-emerald-600\/5:focus-within{--tw-ring-offset-color: rgb(5 150 105 / .05)}.focus-within\:ring-offset-emerald-600\/10:focus-within{--tw-ring-offset-color: rgb(5 150 105 / .1)}.focus-within\:ring-offset-emerald-600\/20:focus-within{--tw-ring-offset-color: rgb(5 150 105 / .2)}.focus-within\:ring-offset-emerald-600\/25:focus-within{--tw-ring-offset-color: rgb(5 150 105 / .25)}.focus-within\:ring-offset-emerald-600\/30:focus-within{--tw-ring-offset-color: rgb(5 150 105 / .3)}.focus-within\:ring-offset-emerald-600\/40:focus-within{--tw-ring-offset-color: rgb(5 150 105 / .4)}.focus-within\:ring-offset-emerald-600\/50:focus-within{--tw-ring-offset-color: rgb(5 150 105 / .5)}.focus-within\:ring-offset-emerald-600\/60:focus-within{--tw-ring-offset-color: rgb(5 150 105 / .6)}.focus-within\:ring-offset-emerald-600\/70:focus-within{--tw-ring-offset-color: rgb(5 150 105 / .7)}.focus-within\:ring-offset-emerald-600\/75:focus-within{--tw-ring-offset-color: rgb(5 150 105 / .75)}.focus-within\:ring-offset-emerald-600\/80:focus-within{--tw-ring-offset-color: rgb(5 150 105 / .8)}.focus-within\:ring-offset-emerald-600\/90:focus-within{--tw-ring-offset-color: rgb(5 150 105 / .9)}.focus-within\:ring-offset-emerald-600\/95:focus-within{--tw-ring-offset-color: rgb(5 150 105 / .95)}.focus-within\:ring-offset-emerald-600\/100:focus-within{--tw-ring-offset-color: rgb(5 150 105 / 1)}.focus-within\:ring-offset-emerald-700\/0:focus-within{--tw-ring-offset-color: rgb(4 120 87 / 0)}.focus-within\:ring-offset-emerald-700\/5:focus-within{--tw-ring-offset-color: rgb(4 120 87 / .05)}.focus-within\:ring-offset-emerald-700\/10:focus-within{--tw-ring-offset-color: rgb(4 120 87 / .1)}.focus-within\:ring-offset-emerald-700\/20:focus-within{--tw-ring-offset-color: rgb(4 120 87 / .2)}.focus-within\:ring-offset-emerald-700\/25:focus-within{--tw-ring-offset-color: rgb(4 120 87 / .25)}.focus-within\:ring-offset-emerald-700\/30:focus-within{--tw-ring-offset-color: rgb(4 120 87 / .3)}.focus-within\:ring-offset-emerald-700\/40:focus-within{--tw-ring-offset-color: rgb(4 120 87 / .4)}.focus-within\:ring-offset-emerald-700\/50:focus-within{--tw-ring-offset-color: rgb(4 120 87 / .5)}.focus-within\:ring-offset-emerald-700\/60:focus-within{--tw-ring-offset-color: rgb(4 120 87 / .6)}.focus-within\:ring-offset-emerald-700\/70:focus-within{--tw-ring-offset-color: rgb(4 120 87 / .7)}.focus-within\:ring-offset-emerald-700\/75:focus-within{--tw-ring-offset-color: rgb(4 120 87 / .75)}.focus-within\:ring-offset-emerald-700\/80:focus-within{--tw-ring-offset-color: rgb(4 120 87 / .8)}.focus-within\:ring-offset-emerald-700\/90:focus-within{--tw-ring-offset-color: rgb(4 120 87 / .9)}.focus-within\:ring-offset-emerald-700\/95:focus-within{--tw-ring-offset-color: rgb(4 120 87 / .95)}.focus-within\:ring-offset-emerald-700\/100:focus-within{--tw-ring-offset-color: rgb(4 120 87 / 1)}.focus-within\:ring-offset-emerald-800\/0:focus-within{--tw-ring-offset-color: rgb(6 95 70 / 0)}.focus-within\:ring-offset-emerald-800\/5:focus-within{--tw-ring-offset-color: rgb(6 95 70 / .05)}.focus-within\:ring-offset-emerald-800\/10:focus-within{--tw-ring-offset-color: rgb(6 95 70 / .1)}.focus-within\:ring-offset-emerald-800\/20:focus-within{--tw-ring-offset-color: rgb(6 95 70 / .2)}.focus-within\:ring-offset-emerald-800\/25:focus-within{--tw-ring-offset-color: rgb(6 95 70 / .25)}.focus-within\:ring-offset-emerald-800\/30:focus-within{--tw-ring-offset-color: rgb(6 95 70 / .3)}.focus-within\:ring-offset-emerald-800\/40:focus-within{--tw-ring-offset-color: rgb(6 95 70 / .4)}.focus-within\:ring-offset-emerald-800\/50:focus-within{--tw-ring-offset-color: rgb(6 95 70 / .5)}.focus-within\:ring-offset-emerald-800\/60:focus-within{--tw-ring-offset-color: rgb(6 95 70 / .6)}.focus-within\:ring-offset-emerald-800\/70:focus-within{--tw-ring-offset-color: rgb(6 95 70 / .7)}.focus-within\:ring-offset-emerald-800\/75:focus-within{--tw-ring-offset-color: rgb(6 95 70 / .75)}.focus-within\:ring-offset-emerald-800\/80:focus-within{--tw-ring-offset-color: rgb(6 95 70 / .8)}.focus-within\:ring-offset-emerald-800\/90:focus-within{--tw-ring-offset-color: rgb(6 95 70 / .9)}.focus-within\:ring-offset-emerald-800\/95:focus-within{--tw-ring-offset-color: rgb(6 95 70 / .95)}.focus-within\:ring-offset-emerald-800\/100:focus-within{--tw-ring-offset-color: rgb(6 95 70 / 1)}.focus-within\:ring-offset-emerald-900\/0:focus-within{--tw-ring-offset-color: rgb(6 78 59 / 0)}.focus-within\:ring-offset-emerald-900\/5:focus-within{--tw-ring-offset-color: rgb(6 78 59 / .05)}.focus-within\:ring-offset-emerald-900\/10:focus-within{--tw-ring-offset-color: rgb(6 78 59 / .1)}.focus-within\:ring-offset-emerald-900\/20:focus-within{--tw-ring-offset-color: rgb(6 78 59 / .2)}.focus-within\:ring-offset-emerald-900\/25:focus-within{--tw-ring-offset-color: rgb(6 78 59 / .25)}.focus-within\:ring-offset-emerald-900\/30:focus-within{--tw-ring-offset-color: rgb(6 78 59 / .3)}.focus-within\:ring-offset-emerald-900\/40:focus-within{--tw-ring-offset-color: rgb(6 78 59 / .4)}.focus-within\:ring-offset-emerald-900\/50:focus-within{--tw-ring-offset-color: rgb(6 78 59 / .5)}.focus-within\:ring-offset-emerald-900\/60:focus-within{--tw-ring-offset-color: rgb(6 78 59 / .6)}.focus-within\:ring-offset-emerald-900\/70:focus-within{--tw-ring-offset-color: rgb(6 78 59 / .7)}.focus-within\:ring-offset-emerald-900\/75:focus-within{--tw-ring-offset-color: rgb(6 78 59 / .75)}.focus-within\:ring-offset-emerald-900\/80:focus-within{--tw-ring-offset-color: rgb(6 78 59 / .8)}.focus-within\:ring-offset-emerald-900\/90:focus-within{--tw-ring-offset-color: rgb(6 78 59 / .9)}.focus-within\:ring-offset-emerald-900\/95:focus-within{--tw-ring-offset-color: rgb(6 78 59 / .95)}.focus-within\:ring-offset-emerald-900\/100:focus-within{--tw-ring-offset-color: rgb(6 78 59 / 1)}.focus-within\:ring-offset-teal-50\/0:focus-within{--tw-ring-offset-color: rgb(240 253 250 / 0)}.focus-within\:ring-offset-teal-50\/5:focus-within{--tw-ring-offset-color: rgb(240 253 250 / .05)}.focus-within\:ring-offset-teal-50\/10:focus-within{--tw-ring-offset-color: rgb(240 253 250 / .1)}.focus-within\:ring-offset-teal-50\/20:focus-within{--tw-ring-offset-color: rgb(240 253 250 / .2)}.focus-within\:ring-offset-teal-50\/25:focus-within{--tw-ring-offset-color: rgb(240 253 250 / .25)}.focus-within\:ring-offset-teal-50\/30:focus-within{--tw-ring-offset-color: rgb(240 253 250 / .3)}.focus-within\:ring-offset-teal-50\/40:focus-within{--tw-ring-offset-color: rgb(240 253 250 / .4)}.focus-within\:ring-offset-teal-50\/50:focus-within{--tw-ring-offset-color: rgb(240 253 250 / .5)}.focus-within\:ring-offset-teal-50\/60:focus-within{--tw-ring-offset-color: rgb(240 253 250 / .6)}.focus-within\:ring-offset-teal-50\/70:focus-within{--tw-ring-offset-color: rgb(240 253 250 / .7)}.focus-within\:ring-offset-teal-50\/75:focus-within{--tw-ring-offset-color: rgb(240 253 250 / .75)}.focus-within\:ring-offset-teal-50\/80:focus-within{--tw-ring-offset-color: rgb(240 253 250 / .8)}.focus-within\:ring-offset-teal-50\/90:focus-within{--tw-ring-offset-color: rgb(240 253 250 / .9)}.focus-within\:ring-offset-teal-50\/95:focus-within{--tw-ring-offset-color: rgb(240 253 250 / .95)}.focus-within\:ring-offset-teal-50\/100:focus-within{--tw-ring-offset-color: rgb(240 253 250 / 1)}.focus-within\:ring-offset-teal-100\/0:focus-within{--tw-ring-offset-color: rgb(204 251 241 / 0)}.focus-within\:ring-offset-teal-100\/5:focus-within{--tw-ring-offset-color: rgb(204 251 241 / .05)}.focus-within\:ring-offset-teal-100\/10:focus-within{--tw-ring-offset-color: rgb(204 251 241 / .1)}.focus-within\:ring-offset-teal-100\/20:focus-within{--tw-ring-offset-color: rgb(204 251 241 / .2)}.focus-within\:ring-offset-teal-100\/25:focus-within{--tw-ring-offset-color: rgb(204 251 241 / .25)}.focus-within\:ring-offset-teal-100\/30:focus-within{--tw-ring-offset-color: rgb(204 251 241 / .3)}.focus-within\:ring-offset-teal-100\/40:focus-within{--tw-ring-offset-color: rgb(204 251 241 / .4)}.focus-within\:ring-offset-teal-100\/50:focus-within{--tw-ring-offset-color: rgb(204 251 241 / .5)}.focus-within\:ring-offset-teal-100\/60:focus-within{--tw-ring-offset-color: rgb(204 251 241 / .6)}.focus-within\:ring-offset-teal-100\/70:focus-within{--tw-ring-offset-color: rgb(204 251 241 / .7)}.focus-within\:ring-offset-teal-100\/75:focus-within{--tw-ring-offset-color: rgb(204 251 241 / .75)}.focus-within\:ring-offset-teal-100\/80:focus-within{--tw-ring-offset-color: rgb(204 251 241 / .8)}.focus-within\:ring-offset-teal-100\/90:focus-within{--tw-ring-offset-color: rgb(204 251 241 / .9)}.focus-within\:ring-offset-teal-100\/95:focus-within{--tw-ring-offset-color: rgb(204 251 241 / .95)}.focus-within\:ring-offset-teal-100\/100:focus-within{--tw-ring-offset-color: rgb(204 251 241 / 1)}.focus-within\:ring-offset-teal-200\/0:focus-within{--tw-ring-offset-color: rgb(153 246 228 / 0)}.focus-within\:ring-offset-teal-200\/5:focus-within{--tw-ring-offset-color: rgb(153 246 228 / .05)}.focus-within\:ring-offset-teal-200\/10:focus-within{--tw-ring-offset-color: rgb(153 246 228 / .1)}.focus-within\:ring-offset-teal-200\/20:focus-within{--tw-ring-offset-color: rgb(153 246 228 / .2)}.focus-within\:ring-offset-teal-200\/25:focus-within{--tw-ring-offset-color: rgb(153 246 228 / .25)}.focus-within\:ring-offset-teal-200\/30:focus-within{--tw-ring-offset-color: rgb(153 246 228 / .3)}.focus-within\:ring-offset-teal-200\/40:focus-within{--tw-ring-offset-color: rgb(153 246 228 / .4)}.focus-within\:ring-offset-teal-200\/50:focus-within{--tw-ring-offset-color: rgb(153 246 228 / .5)}.focus-within\:ring-offset-teal-200\/60:focus-within{--tw-ring-offset-color: rgb(153 246 228 / .6)}.focus-within\:ring-offset-teal-200\/70:focus-within{--tw-ring-offset-color: rgb(153 246 228 / .7)}.focus-within\:ring-offset-teal-200\/75:focus-within{--tw-ring-offset-color: rgb(153 246 228 / .75)}.focus-within\:ring-offset-teal-200\/80:focus-within{--tw-ring-offset-color: rgb(153 246 228 / .8)}.focus-within\:ring-offset-teal-200\/90:focus-within{--tw-ring-offset-color: rgb(153 246 228 / .9)}.focus-within\:ring-offset-teal-200\/95:focus-within{--tw-ring-offset-color: rgb(153 246 228 / .95)}.focus-within\:ring-offset-teal-200\/100:focus-within{--tw-ring-offset-color: rgb(153 246 228 / 1)}.focus-within\:ring-offset-teal-300\/0:focus-within{--tw-ring-offset-color: rgb(94 234 212 / 0)}.focus-within\:ring-offset-teal-300\/5:focus-within{--tw-ring-offset-color: rgb(94 234 212 / .05)}.focus-within\:ring-offset-teal-300\/10:focus-within{--tw-ring-offset-color: rgb(94 234 212 / .1)}.focus-within\:ring-offset-teal-300\/20:focus-within{--tw-ring-offset-color: rgb(94 234 212 / .2)}.focus-within\:ring-offset-teal-300\/25:focus-within{--tw-ring-offset-color: rgb(94 234 212 / .25)}.focus-within\:ring-offset-teal-300\/30:focus-within{--tw-ring-offset-color: rgb(94 234 212 / .3)}.focus-within\:ring-offset-teal-300\/40:focus-within{--tw-ring-offset-color: rgb(94 234 212 / .4)}.focus-within\:ring-offset-teal-300\/50:focus-within{--tw-ring-offset-color: rgb(94 234 212 / .5)}.focus-within\:ring-offset-teal-300\/60:focus-within{--tw-ring-offset-color: rgb(94 234 212 / .6)}.focus-within\:ring-offset-teal-300\/70:focus-within{--tw-ring-offset-color: rgb(94 234 212 / .7)}.focus-within\:ring-offset-teal-300\/75:focus-within{--tw-ring-offset-color: rgb(94 234 212 / .75)}.focus-within\:ring-offset-teal-300\/80:focus-within{--tw-ring-offset-color: rgb(94 234 212 / .8)}.focus-within\:ring-offset-teal-300\/90:focus-within{--tw-ring-offset-color: rgb(94 234 212 / .9)}.focus-within\:ring-offset-teal-300\/95:focus-within{--tw-ring-offset-color: rgb(94 234 212 / .95)}.focus-within\:ring-offset-teal-300\/100:focus-within{--tw-ring-offset-color: rgb(94 234 212 / 1)}.focus-within\:ring-offset-teal-400\/0:focus-within{--tw-ring-offset-color: rgb(45 212 191 / 0)}.focus-within\:ring-offset-teal-400\/5:focus-within{--tw-ring-offset-color: rgb(45 212 191 / .05)}.focus-within\:ring-offset-teal-400\/10:focus-within{--tw-ring-offset-color: rgb(45 212 191 / .1)}.focus-within\:ring-offset-teal-400\/20:focus-within{--tw-ring-offset-color: rgb(45 212 191 / .2)}.focus-within\:ring-offset-teal-400\/25:focus-within{--tw-ring-offset-color: rgb(45 212 191 / .25)}.focus-within\:ring-offset-teal-400\/30:focus-within{--tw-ring-offset-color: rgb(45 212 191 / .3)}.focus-within\:ring-offset-teal-400\/40:focus-within{--tw-ring-offset-color: rgb(45 212 191 / .4)}.focus-within\:ring-offset-teal-400\/50:focus-within{--tw-ring-offset-color: rgb(45 212 191 / .5)}.focus-within\:ring-offset-teal-400\/60:focus-within{--tw-ring-offset-color: rgb(45 212 191 / .6)}.focus-within\:ring-offset-teal-400\/70:focus-within{--tw-ring-offset-color: rgb(45 212 191 / .7)}.focus-within\:ring-offset-teal-400\/75:focus-within{--tw-ring-offset-color: rgb(45 212 191 / .75)}.focus-within\:ring-offset-teal-400\/80:focus-within{--tw-ring-offset-color: rgb(45 212 191 / .8)}.focus-within\:ring-offset-teal-400\/90:focus-within{--tw-ring-offset-color: rgb(45 212 191 / .9)}.focus-within\:ring-offset-teal-400\/95:focus-within{--tw-ring-offset-color: rgb(45 212 191 / .95)}.focus-within\:ring-offset-teal-400\/100:focus-within{--tw-ring-offset-color: rgb(45 212 191 / 1)}.focus-within\:ring-offset-teal-500\/0:focus-within{--tw-ring-offset-color: rgb(20 184 166 / 0)}.focus-within\:ring-offset-teal-500\/5:focus-within{--tw-ring-offset-color: rgb(20 184 166 / .05)}.focus-within\:ring-offset-teal-500\/10:focus-within{--tw-ring-offset-color: rgb(20 184 166 / .1)}.focus-within\:ring-offset-teal-500\/20:focus-within{--tw-ring-offset-color: rgb(20 184 166 / .2)}.focus-within\:ring-offset-teal-500\/25:focus-within{--tw-ring-offset-color: rgb(20 184 166 / .25)}.focus-within\:ring-offset-teal-500\/30:focus-within{--tw-ring-offset-color: rgb(20 184 166 / .3)}.focus-within\:ring-offset-teal-500\/40:focus-within{--tw-ring-offset-color: rgb(20 184 166 / .4)}.focus-within\:ring-offset-teal-500\/50:focus-within{--tw-ring-offset-color: rgb(20 184 166 / .5)}.focus-within\:ring-offset-teal-500\/60:focus-within{--tw-ring-offset-color: rgb(20 184 166 / .6)}.focus-within\:ring-offset-teal-500\/70:focus-within{--tw-ring-offset-color: rgb(20 184 166 / .7)}.focus-within\:ring-offset-teal-500\/75:focus-within{--tw-ring-offset-color: rgb(20 184 166 / .75)}.focus-within\:ring-offset-teal-500\/80:focus-within{--tw-ring-offset-color: rgb(20 184 166 / .8)}.focus-within\:ring-offset-teal-500\/90:focus-within{--tw-ring-offset-color: rgb(20 184 166 / .9)}.focus-within\:ring-offset-teal-500\/95:focus-within{--tw-ring-offset-color: rgb(20 184 166 / .95)}.focus-within\:ring-offset-teal-500\/100:focus-within{--tw-ring-offset-color: rgb(20 184 166 / 1)}.focus-within\:ring-offset-teal-600\/0:focus-within{--tw-ring-offset-color: rgb(13 148 136 / 0)}.focus-within\:ring-offset-teal-600\/5:focus-within{--tw-ring-offset-color: rgb(13 148 136 / .05)}.focus-within\:ring-offset-teal-600\/10:focus-within{--tw-ring-offset-color: rgb(13 148 136 / .1)}.focus-within\:ring-offset-teal-600\/20:focus-within{--tw-ring-offset-color: rgb(13 148 136 / .2)}.focus-within\:ring-offset-teal-600\/25:focus-within{--tw-ring-offset-color: rgb(13 148 136 / .25)}.focus-within\:ring-offset-teal-600\/30:focus-within{--tw-ring-offset-color: rgb(13 148 136 / .3)}.focus-within\:ring-offset-teal-600\/40:focus-within{--tw-ring-offset-color: rgb(13 148 136 / .4)}.focus-within\:ring-offset-teal-600\/50:focus-within{--tw-ring-offset-color: rgb(13 148 136 / .5)}.focus-within\:ring-offset-teal-600\/60:focus-within{--tw-ring-offset-color: rgb(13 148 136 / .6)}.focus-within\:ring-offset-teal-600\/70:focus-within{--tw-ring-offset-color: rgb(13 148 136 / .7)}.focus-within\:ring-offset-teal-600\/75:focus-within{--tw-ring-offset-color: rgb(13 148 136 / .75)}.focus-within\:ring-offset-teal-600\/80:focus-within{--tw-ring-offset-color: rgb(13 148 136 / .8)}.focus-within\:ring-offset-teal-600\/90:focus-within{--tw-ring-offset-color: rgb(13 148 136 / .9)}.focus-within\:ring-offset-teal-600\/95:focus-within{--tw-ring-offset-color: rgb(13 148 136 / .95)}.focus-within\:ring-offset-teal-600\/100:focus-within{--tw-ring-offset-color: rgb(13 148 136 / 1)}.focus-within\:ring-offset-teal-700\/0:focus-within{--tw-ring-offset-color: rgb(15 118 110 / 0)}.focus-within\:ring-offset-teal-700\/5:focus-within{--tw-ring-offset-color: rgb(15 118 110 / .05)}.focus-within\:ring-offset-teal-700\/10:focus-within{--tw-ring-offset-color: rgb(15 118 110 / .1)}.focus-within\:ring-offset-teal-700\/20:focus-within{--tw-ring-offset-color: rgb(15 118 110 / .2)}.focus-within\:ring-offset-teal-700\/25:focus-within{--tw-ring-offset-color: rgb(15 118 110 / .25)}.focus-within\:ring-offset-teal-700\/30:focus-within{--tw-ring-offset-color: rgb(15 118 110 / .3)}.focus-within\:ring-offset-teal-700\/40:focus-within{--tw-ring-offset-color: rgb(15 118 110 / .4)}.focus-within\:ring-offset-teal-700\/50:focus-within{--tw-ring-offset-color: rgb(15 118 110 / .5)}.focus-within\:ring-offset-teal-700\/60:focus-within{--tw-ring-offset-color: rgb(15 118 110 / .6)}.focus-within\:ring-offset-teal-700\/70:focus-within{--tw-ring-offset-color: rgb(15 118 110 / .7)}.focus-within\:ring-offset-teal-700\/75:focus-within{--tw-ring-offset-color: rgb(15 118 110 / .75)}.focus-within\:ring-offset-teal-700\/80:focus-within{--tw-ring-offset-color: rgb(15 118 110 / .8)}.focus-within\:ring-offset-teal-700\/90:focus-within{--tw-ring-offset-color: rgb(15 118 110 / .9)}.focus-within\:ring-offset-teal-700\/95:focus-within{--tw-ring-offset-color: rgb(15 118 110 / .95)}.focus-within\:ring-offset-teal-700\/100:focus-within{--tw-ring-offset-color: rgb(15 118 110 / 1)}.focus-within\:ring-offset-teal-800\/0:focus-within{--tw-ring-offset-color: rgb(17 94 89 / 0)}.focus-within\:ring-offset-teal-800\/5:focus-within{--tw-ring-offset-color: rgb(17 94 89 / .05)}.focus-within\:ring-offset-teal-800\/10:focus-within{--tw-ring-offset-color: rgb(17 94 89 / .1)}.focus-within\:ring-offset-teal-800\/20:focus-within{--tw-ring-offset-color: rgb(17 94 89 / .2)}.focus-within\:ring-offset-teal-800\/25:focus-within{--tw-ring-offset-color: rgb(17 94 89 / .25)}.focus-within\:ring-offset-teal-800\/30:focus-within{--tw-ring-offset-color: rgb(17 94 89 / .3)}.focus-within\:ring-offset-teal-800\/40:focus-within{--tw-ring-offset-color: rgb(17 94 89 / .4)}.focus-within\:ring-offset-teal-800\/50:focus-within{--tw-ring-offset-color: rgb(17 94 89 / .5)}.focus-within\:ring-offset-teal-800\/60:focus-within{--tw-ring-offset-color: rgb(17 94 89 / .6)}.focus-within\:ring-offset-teal-800\/70:focus-within{--tw-ring-offset-color: rgb(17 94 89 / .7)}.focus-within\:ring-offset-teal-800\/75:focus-within{--tw-ring-offset-color: rgb(17 94 89 / .75)}.focus-within\:ring-offset-teal-800\/80:focus-within{--tw-ring-offset-color: rgb(17 94 89 / .8)}.focus-within\:ring-offset-teal-800\/90:focus-within{--tw-ring-offset-color: rgb(17 94 89 / .9)}.focus-within\:ring-offset-teal-800\/95:focus-within{--tw-ring-offset-color: rgb(17 94 89 / .95)}.focus-within\:ring-offset-teal-800\/100:focus-within{--tw-ring-offset-color: rgb(17 94 89 / 1)}.focus-within\:ring-offset-teal-900\/0:focus-within{--tw-ring-offset-color: rgb(19 78 74 / 0)}.focus-within\:ring-offset-teal-900\/5:focus-within{--tw-ring-offset-color: rgb(19 78 74 / .05)}.focus-within\:ring-offset-teal-900\/10:focus-within{--tw-ring-offset-color: rgb(19 78 74 / .1)}.focus-within\:ring-offset-teal-900\/20:focus-within{--tw-ring-offset-color: rgb(19 78 74 / .2)}.focus-within\:ring-offset-teal-900\/25:focus-within{--tw-ring-offset-color: rgb(19 78 74 / .25)}.focus-within\:ring-offset-teal-900\/30:focus-within{--tw-ring-offset-color: rgb(19 78 74 / .3)}.focus-within\:ring-offset-teal-900\/40:focus-within{--tw-ring-offset-color: rgb(19 78 74 / .4)}.focus-within\:ring-offset-teal-900\/50:focus-within{--tw-ring-offset-color: rgb(19 78 74 / .5)}.focus-within\:ring-offset-teal-900\/60:focus-within{--tw-ring-offset-color: rgb(19 78 74 / .6)}.focus-within\:ring-offset-teal-900\/70:focus-within{--tw-ring-offset-color: rgb(19 78 74 / .7)}.focus-within\:ring-offset-teal-900\/75:focus-within{--tw-ring-offset-color: rgb(19 78 74 / .75)}.focus-within\:ring-offset-teal-900\/80:focus-within{--tw-ring-offset-color: rgb(19 78 74 / .8)}.focus-within\:ring-offset-teal-900\/90:focus-within{--tw-ring-offset-color: rgb(19 78 74 / .9)}.focus-within\:ring-offset-teal-900\/95:focus-within{--tw-ring-offset-color: rgb(19 78 74 / .95)}.focus-within\:ring-offset-teal-900\/100:focus-within{--tw-ring-offset-color: rgb(19 78 74 / 1)}.focus-within\:ring-offset-sky-50\/0:focus-within{--tw-ring-offset-color: rgb(240 249 255 / 0)}.focus-within\:ring-offset-sky-50\/5:focus-within{--tw-ring-offset-color: rgb(240 249 255 / .05)}.focus-within\:ring-offset-sky-50\/10:focus-within{--tw-ring-offset-color: rgb(240 249 255 / .1)}.focus-within\:ring-offset-sky-50\/20:focus-within{--tw-ring-offset-color: rgb(240 249 255 / .2)}.focus-within\:ring-offset-sky-50\/25:focus-within{--tw-ring-offset-color: rgb(240 249 255 / .25)}.focus-within\:ring-offset-sky-50\/30:focus-within{--tw-ring-offset-color: rgb(240 249 255 / .3)}.focus-within\:ring-offset-sky-50\/40:focus-within{--tw-ring-offset-color: rgb(240 249 255 / .4)}.focus-within\:ring-offset-sky-50\/50:focus-within{--tw-ring-offset-color: rgb(240 249 255 / .5)}.focus-within\:ring-offset-sky-50\/60:focus-within{--tw-ring-offset-color: rgb(240 249 255 / .6)}.focus-within\:ring-offset-sky-50\/70:focus-within{--tw-ring-offset-color: rgb(240 249 255 / .7)}.focus-within\:ring-offset-sky-50\/75:focus-within{--tw-ring-offset-color: rgb(240 249 255 / .75)}.focus-within\:ring-offset-sky-50\/80:focus-within{--tw-ring-offset-color: rgb(240 249 255 / .8)}.focus-within\:ring-offset-sky-50\/90:focus-within{--tw-ring-offset-color: rgb(240 249 255 / .9)}.focus-within\:ring-offset-sky-50\/95:focus-within{--tw-ring-offset-color: rgb(240 249 255 / .95)}.focus-within\:ring-offset-sky-50\/100:focus-within{--tw-ring-offset-color: rgb(240 249 255 / 1)}.focus-within\:ring-offset-sky-100\/0:focus-within{--tw-ring-offset-color: rgb(224 242 254 / 0)}.focus-within\:ring-offset-sky-100\/5:focus-within{--tw-ring-offset-color: rgb(224 242 254 / .05)}.focus-within\:ring-offset-sky-100\/10:focus-within{--tw-ring-offset-color: rgb(224 242 254 / .1)}.focus-within\:ring-offset-sky-100\/20:focus-within{--tw-ring-offset-color: rgb(224 242 254 / .2)}.focus-within\:ring-offset-sky-100\/25:focus-within{--tw-ring-offset-color: rgb(224 242 254 / .25)}.focus-within\:ring-offset-sky-100\/30:focus-within{--tw-ring-offset-color: rgb(224 242 254 / .3)}.focus-within\:ring-offset-sky-100\/40:focus-within{--tw-ring-offset-color: rgb(224 242 254 / .4)}.focus-within\:ring-offset-sky-100\/50:focus-within{--tw-ring-offset-color: rgb(224 242 254 / .5)}.focus-within\:ring-offset-sky-100\/60:focus-within{--tw-ring-offset-color: rgb(224 242 254 / .6)}.focus-within\:ring-offset-sky-100\/70:focus-within{--tw-ring-offset-color: rgb(224 242 254 / .7)}.focus-within\:ring-offset-sky-100\/75:focus-within{--tw-ring-offset-color: rgb(224 242 254 / .75)}.focus-within\:ring-offset-sky-100\/80:focus-within{--tw-ring-offset-color: rgb(224 242 254 / .8)}.focus-within\:ring-offset-sky-100\/90:focus-within{--tw-ring-offset-color: rgb(224 242 254 / .9)}.focus-within\:ring-offset-sky-100\/95:focus-within{--tw-ring-offset-color: rgb(224 242 254 / .95)}.focus-within\:ring-offset-sky-100\/100:focus-within{--tw-ring-offset-color: rgb(224 242 254 / 1)}.focus-within\:ring-offset-sky-200\/0:focus-within{--tw-ring-offset-color: rgb(186 230 253 / 0)}.focus-within\:ring-offset-sky-200\/5:focus-within{--tw-ring-offset-color: rgb(186 230 253 / .05)}.focus-within\:ring-offset-sky-200\/10:focus-within{--tw-ring-offset-color: rgb(186 230 253 / .1)}.focus-within\:ring-offset-sky-200\/20:focus-within{--tw-ring-offset-color: rgb(186 230 253 / .2)}.focus-within\:ring-offset-sky-200\/25:focus-within{--tw-ring-offset-color: rgb(186 230 253 / .25)}.focus-within\:ring-offset-sky-200\/30:focus-within{--tw-ring-offset-color: rgb(186 230 253 / .3)}.focus-within\:ring-offset-sky-200\/40:focus-within{--tw-ring-offset-color: rgb(186 230 253 / .4)}.focus-within\:ring-offset-sky-200\/50:focus-within{--tw-ring-offset-color: rgb(186 230 253 / .5)}.focus-within\:ring-offset-sky-200\/60:focus-within{--tw-ring-offset-color: rgb(186 230 253 / .6)}.focus-within\:ring-offset-sky-200\/70:focus-within{--tw-ring-offset-color: rgb(186 230 253 / .7)}.focus-within\:ring-offset-sky-200\/75:focus-within{--tw-ring-offset-color: rgb(186 230 253 / .75)}.focus-within\:ring-offset-sky-200\/80:focus-within{--tw-ring-offset-color: rgb(186 230 253 / .8)}.focus-within\:ring-offset-sky-200\/90:focus-within{--tw-ring-offset-color: rgb(186 230 253 / .9)}.focus-within\:ring-offset-sky-200\/95:focus-within{--tw-ring-offset-color: rgb(186 230 253 / .95)}.focus-within\:ring-offset-sky-200\/100:focus-within{--tw-ring-offset-color: rgb(186 230 253 / 1)}.focus-within\:ring-offset-sky-300\/0:focus-within{--tw-ring-offset-color: rgb(125 211 252 / 0)}.focus-within\:ring-offset-sky-300\/5:focus-within{--tw-ring-offset-color: rgb(125 211 252 / .05)}.focus-within\:ring-offset-sky-300\/10:focus-within{--tw-ring-offset-color: rgb(125 211 252 / .1)}.focus-within\:ring-offset-sky-300\/20:focus-within{--tw-ring-offset-color: rgb(125 211 252 / .2)}.focus-within\:ring-offset-sky-300\/25:focus-within{--tw-ring-offset-color: rgb(125 211 252 / .25)}.focus-within\:ring-offset-sky-300\/30:focus-within{--tw-ring-offset-color: rgb(125 211 252 / .3)}.focus-within\:ring-offset-sky-300\/40:focus-within{--tw-ring-offset-color: rgb(125 211 252 / .4)}.focus-within\:ring-offset-sky-300\/50:focus-within{--tw-ring-offset-color: rgb(125 211 252 / .5)}.focus-within\:ring-offset-sky-300\/60:focus-within{--tw-ring-offset-color: rgb(125 211 252 / .6)}.focus-within\:ring-offset-sky-300\/70:focus-within{--tw-ring-offset-color: rgb(125 211 252 / .7)}.focus-within\:ring-offset-sky-300\/75:focus-within{--tw-ring-offset-color: rgb(125 211 252 / .75)}.focus-within\:ring-offset-sky-300\/80:focus-within{--tw-ring-offset-color: rgb(125 211 252 / .8)}.focus-within\:ring-offset-sky-300\/90:focus-within{--tw-ring-offset-color: rgb(125 211 252 / .9)}.focus-within\:ring-offset-sky-300\/95:focus-within{--tw-ring-offset-color: rgb(125 211 252 / .95)}.focus-within\:ring-offset-sky-300\/100:focus-within{--tw-ring-offset-color: rgb(125 211 252 / 1)}.focus-within\:ring-offset-sky-400\/0:focus-within{--tw-ring-offset-color: rgb(56 189 248 / 0)}.focus-within\:ring-offset-sky-400\/5:focus-within{--tw-ring-offset-color: rgb(56 189 248 / .05)}.focus-within\:ring-offset-sky-400\/10:focus-within{--tw-ring-offset-color: rgb(56 189 248 / .1)}.focus-within\:ring-offset-sky-400\/20:focus-within{--tw-ring-offset-color: rgb(56 189 248 / .2)}.focus-within\:ring-offset-sky-400\/25:focus-within{--tw-ring-offset-color: rgb(56 189 248 / .25)}.focus-within\:ring-offset-sky-400\/30:focus-within{--tw-ring-offset-color: rgb(56 189 248 / .3)}.focus-within\:ring-offset-sky-400\/40:focus-within{--tw-ring-offset-color: rgb(56 189 248 / .4)}.focus-within\:ring-offset-sky-400\/50:focus-within{--tw-ring-offset-color: rgb(56 189 248 / .5)}.focus-within\:ring-offset-sky-400\/60:focus-within{--tw-ring-offset-color: rgb(56 189 248 / .6)}.focus-within\:ring-offset-sky-400\/70:focus-within{--tw-ring-offset-color: rgb(56 189 248 / .7)}.focus-within\:ring-offset-sky-400\/75:focus-within{--tw-ring-offset-color: rgb(56 189 248 / .75)}.focus-within\:ring-offset-sky-400\/80:focus-within{--tw-ring-offset-color: rgb(56 189 248 / .8)}.focus-within\:ring-offset-sky-400\/90:focus-within{--tw-ring-offset-color: rgb(56 189 248 / .9)}.focus-within\:ring-offset-sky-400\/95:focus-within{--tw-ring-offset-color: rgb(56 189 248 / .95)}.focus-within\:ring-offset-sky-400\/100:focus-within{--tw-ring-offset-color: rgb(56 189 248 / 1)}.focus-within\:ring-offset-sky-500\/0:focus-within{--tw-ring-offset-color: rgb(14 165 233 / 0)}.focus-within\:ring-offset-sky-500\/5:focus-within{--tw-ring-offset-color: rgb(14 165 233 / .05)}.focus-within\:ring-offset-sky-500\/10:focus-within{--tw-ring-offset-color: rgb(14 165 233 / .1)}.focus-within\:ring-offset-sky-500\/20:focus-within{--tw-ring-offset-color: rgb(14 165 233 / .2)}.focus-within\:ring-offset-sky-500\/25:focus-within{--tw-ring-offset-color: rgb(14 165 233 / .25)}.focus-within\:ring-offset-sky-500\/30:focus-within{--tw-ring-offset-color: rgb(14 165 233 / .3)}.focus-within\:ring-offset-sky-500\/40:focus-within{--tw-ring-offset-color: rgb(14 165 233 / .4)}.focus-within\:ring-offset-sky-500\/50:focus-within{--tw-ring-offset-color: rgb(14 165 233 / .5)}.focus-within\:ring-offset-sky-500\/60:focus-within{--tw-ring-offset-color: rgb(14 165 233 / .6)}.focus-within\:ring-offset-sky-500\/70:focus-within{--tw-ring-offset-color: rgb(14 165 233 / .7)}.focus-within\:ring-offset-sky-500\/75:focus-within{--tw-ring-offset-color: rgb(14 165 233 / .75)}.focus-within\:ring-offset-sky-500\/80:focus-within{--tw-ring-offset-color: rgb(14 165 233 / .8)}.focus-within\:ring-offset-sky-500\/90:focus-within{--tw-ring-offset-color: rgb(14 165 233 / .9)}.focus-within\:ring-offset-sky-500\/95:focus-within{--tw-ring-offset-color: rgb(14 165 233 / .95)}.focus-within\:ring-offset-sky-500\/100:focus-within{--tw-ring-offset-color: rgb(14 165 233 / 1)}.focus-within\:ring-offset-sky-600\/0:focus-within{--tw-ring-offset-color: rgb(2 132 199 / 0)}.focus-within\:ring-offset-sky-600\/5:focus-within{--tw-ring-offset-color: rgb(2 132 199 / .05)}.focus-within\:ring-offset-sky-600\/10:focus-within{--tw-ring-offset-color: rgb(2 132 199 / .1)}.focus-within\:ring-offset-sky-600\/20:focus-within{--tw-ring-offset-color: rgb(2 132 199 / .2)}.focus-within\:ring-offset-sky-600\/25:focus-within{--tw-ring-offset-color: rgb(2 132 199 / .25)}.focus-within\:ring-offset-sky-600\/30:focus-within{--tw-ring-offset-color: rgb(2 132 199 / .3)}.focus-within\:ring-offset-sky-600\/40:focus-within{--tw-ring-offset-color: rgb(2 132 199 / .4)}.focus-within\:ring-offset-sky-600\/50:focus-within{--tw-ring-offset-color: rgb(2 132 199 / .5)}.focus-within\:ring-offset-sky-600\/60:focus-within{--tw-ring-offset-color: rgb(2 132 199 / .6)}.focus-within\:ring-offset-sky-600\/70:focus-within{--tw-ring-offset-color: rgb(2 132 199 / .7)}.focus-within\:ring-offset-sky-600\/75:focus-within{--tw-ring-offset-color: rgb(2 132 199 / .75)}.focus-within\:ring-offset-sky-600\/80:focus-within{--tw-ring-offset-color: rgb(2 132 199 / .8)}.focus-within\:ring-offset-sky-600\/90:focus-within{--tw-ring-offset-color: rgb(2 132 199 / .9)}.focus-within\:ring-offset-sky-600\/95:focus-within{--tw-ring-offset-color: rgb(2 132 199 / .95)}.focus-within\:ring-offset-sky-600\/100:focus-within{--tw-ring-offset-color: rgb(2 132 199 / 1)}.focus-within\:ring-offset-sky-700\/0:focus-within{--tw-ring-offset-color: rgb(3 105 161 / 0)}.focus-within\:ring-offset-sky-700\/5:focus-within{--tw-ring-offset-color: rgb(3 105 161 / .05)}.focus-within\:ring-offset-sky-700\/10:focus-within{--tw-ring-offset-color: rgb(3 105 161 / .1)}.focus-within\:ring-offset-sky-700\/20:focus-within{--tw-ring-offset-color: rgb(3 105 161 / .2)}.focus-within\:ring-offset-sky-700\/25:focus-within{--tw-ring-offset-color: rgb(3 105 161 / .25)}.focus-within\:ring-offset-sky-700\/30:focus-within{--tw-ring-offset-color: rgb(3 105 161 / .3)}.focus-within\:ring-offset-sky-700\/40:focus-within{--tw-ring-offset-color: rgb(3 105 161 / .4)}.focus-within\:ring-offset-sky-700\/50:focus-within{--tw-ring-offset-color: rgb(3 105 161 / .5)}.focus-within\:ring-offset-sky-700\/60:focus-within{--tw-ring-offset-color: rgb(3 105 161 / .6)}.focus-within\:ring-offset-sky-700\/70:focus-within{--tw-ring-offset-color: rgb(3 105 161 / .7)}.focus-within\:ring-offset-sky-700\/75:focus-within{--tw-ring-offset-color: rgb(3 105 161 / .75)}.focus-within\:ring-offset-sky-700\/80:focus-within{--tw-ring-offset-color: rgb(3 105 161 / .8)}.focus-within\:ring-offset-sky-700\/90:focus-within{--tw-ring-offset-color: rgb(3 105 161 / .9)}.focus-within\:ring-offset-sky-700\/95:focus-within{--tw-ring-offset-color: rgb(3 105 161 / .95)}.focus-within\:ring-offset-sky-700\/100:focus-within{--tw-ring-offset-color: rgb(3 105 161 / 1)}.focus-within\:ring-offset-sky-800\/0:focus-within{--tw-ring-offset-color: rgb(7 89 133 / 0)}.focus-within\:ring-offset-sky-800\/5:focus-within{--tw-ring-offset-color: rgb(7 89 133 / .05)}.focus-within\:ring-offset-sky-800\/10:focus-within{--tw-ring-offset-color: rgb(7 89 133 / .1)}.focus-within\:ring-offset-sky-800\/20:focus-within{--tw-ring-offset-color: rgb(7 89 133 / .2)}.focus-within\:ring-offset-sky-800\/25:focus-within{--tw-ring-offset-color: rgb(7 89 133 / .25)}.focus-within\:ring-offset-sky-800\/30:focus-within{--tw-ring-offset-color: rgb(7 89 133 / .3)}.focus-within\:ring-offset-sky-800\/40:focus-within{--tw-ring-offset-color: rgb(7 89 133 / .4)}.focus-within\:ring-offset-sky-800\/50:focus-within{--tw-ring-offset-color: rgb(7 89 133 / .5)}.focus-within\:ring-offset-sky-800\/60:focus-within{--tw-ring-offset-color: rgb(7 89 133 / .6)}.focus-within\:ring-offset-sky-800\/70:focus-within{--tw-ring-offset-color: rgb(7 89 133 / .7)}.focus-within\:ring-offset-sky-800\/75:focus-within{--tw-ring-offset-color: rgb(7 89 133 / .75)}.focus-within\:ring-offset-sky-800\/80:focus-within{--tw-ring-offset-color: rgb(7 89 133 / .8)}.focus-within\:ring-offset-sky-800\/90:focus-within{--tw-ring-offset-color: rgb(7 89 133 / .9)}.focus-within\:ring-offset-sky-800\/95:focus-within{--tw-ring-offset-color: rgb(7 89 133 / .95)}.focus-within\:ring-offset-sky-800\/100:focus-within{--tw-ring-offset-color: rgb(7 89 133 / 1)}.focus-within\:ring-offset-sky-900\/0:focus-within{--tw-ring-offset-color: rgb(12 74 110 / 0)}.focus-within\:ring-offset-sky-900\/5:focus-within{--tw-ring-offset-color: rgb(12 74 110 / .05)}.focus-within\:ring-offset-sky-900\/10:focus-within{--tw-ring-offset-color: rgb(12 74 110 / .1)}.focus-within\:ring-offset-sky-900\/20:focus-within{--tw-ring-offset-color: rgb(12 74 110 / .2)}.focus-within\:ring-offset-sky-900\/25:focus-within{--tw-ring-offset-color: rgb(12 74 110 / .25)}.focus-within\:ring-offset-sky-900\/30:focus-within{--tw-ring-offset-color: rgb(12 74 110 / .3)}.focus-within\:ring-offset-sky-900\/40:focus-within{--tw-ring-offset-color: rgb(12 74 110 / .4)}.focus-within\:ring-offset-sky-900\/50:focus-within{--tw-ring-offset-color: rgb(12 74 110 / .5)}.focus-within\:ring-offset-sky-900\/60:focus-within{--tw-ring-offset-color: rgb(12 74 110 / .6)}.focus-within\:ring-offset-sky-900\/70:focus-within{--tw-ring-offset-color: rgb(12 74 110 / .7)}.focus-within\:ring-offset-sky-900\/75:focus-within{--tw-ring-offset-color: rgb(12 74 110 / .75)}.focus-within\:ring-offset-sky-900\/80:focus-within{--tw-ring-offset-color: rgb(12 74 110 / .8)}.focus-within\:ring-offset-sky-900\/90:focus-within{--tw-ring-offset-color: rgb(12 74 110 / .9)}.focus-within\:ring-offset-sky-900\/95:focus-within{--tw-ring-offset-color: rgb(12 74 110 / .95)}.focus-within\:ring-offset-sky-900\/100:focus-within{--tw-ring-offset-color: rgb(12 74 110 / 1)}.focus-within\:ring-offset-blue-50\/0:focus-within{--tw-ring-offset-color: rgb(239 246 255 / 0)}.focus-within\:ring-offset-blue-50\/5:focus-within{--tw-ring-offset-color: rgb(239 246 255 / .05)}.focus-within\:ring-offset-blue-50\/10:focus-within{--tw-ring-offset-color: rgb(239 246 255 / .1)}.focus-within\:ring-offset-blue-50\/20:focus-within{--tw-ring-offset-color: rgb(239 246 255 / .2)}.focus-within\:ring-offset-blue-50\/25:focus-within{--tw-ring-offset-color: rgb(239 246 255 / .25)}.focus-within\:ring-offset-blue-50\/30:focus-within{--tw-ring-offset-color: rgb(239 246 255 / .3)}.focus-within\:ring-offset-blue-50\/40:focus-within{--tw-ring-offset-color: rgb(239 246 255 / .4)}.focus-within\:ring-offset-blue-50\/50:focus-within{--tw-ring-offset-color: rgb(239 246 255 / .5)}.focus-within\:ring-offset-blue-50\/60:focus-within{--tw-ring-offset-color: rgb(239 246 255 / .6)}.focus-within\:ring-offset-blue-50\/70:focus-within{--tw-ring-offset-color: rgb(239 246 255 / .7)}.focus-within\:ring-offset-blue-50\/75:focus-within{--tw-ring-offset-color: rgb(239 246 255 / .75)}.focus-within\:ring-offset-blue-50\/80:focus-within{--tw-ring-offset-color: rgb(239 246 255 / .8)}.focus-within\:ring-offset-blue-50\/90:focus-within{--tw-ring-offset-color: rgb(239 246 255 / .9)}.focus-within\:ring-offset-blue-50\/95:focus-within{--tw-ring-offset-color: rgb(239 246 255 / .95)}.focus-within\:ring-offset-blue-50\/100:focus-within{--tw-ring-offset-color: rgb(239 246 255 / 1)}.focus-within\:ring-offset-blue-100\/0:focus-within{--tw-ring-offset-color: rgb(242 243 253 / 0)}.focus-within\:ring-offset-blue-100\/5:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .05)}.focus-within\:ring-offset-blue-100\/10:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .1)}.focus-within\:ring-offset-blue-100\/20:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .2)}.focus-within\:ring-offset-blue-100\/25:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .25)}.focus-within\:ring-offset-blue-100\/30:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .3)}.focus-within\:ring-offset-blue-100\/40:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .4)}.focus-within\:ring-offset-blue-100\/50:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .5)}.focus-within\:ring-offset-blue-100\/60:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .6)}.focus-within\:ring-offset-blue-100\/70:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .7)}.focus-within\:ring-offset-blue-100\/75:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .75)}.focus-within\:ring-offset-blue-100\/80:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .8)}.focus-within\:ring-offset-blue-100\/90:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .9)}.focus-within\:ring-offset-blue-100\/95:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .95)}.focus-within\:ring-offset-blue-100\/100:focus-within{--tw-ring-offset-color: rgb(242 243 253 / 1)}.focus-within\:ring-offset-blue-200\/0:focus-within{--tw-ring-offset-color: rgb(228 232 251 / 0)}.focus-within\:ring-offset-blue-200\/5:focus-within{--tw-ring-offset-color: rgb(228 232 251 / .05)}.focus-within\:ring-offset-blue-200\/10:focus-within{--tw-ring-offset-color: rgb(228 232 251 / .1)}.focus-within\:ring-offset-blue-200\/20:focus-within{--tw-ring-offset-color: rgb(228 232 251 / .2)}.focus-within\:ring-offset-blue-200\/25:focus-within{--tw-ring-offset-color: rgb(228 232 251 / .25)}.focus-within\:ring-offset-blue-200\/30:focus-within{--tw-ring-offset-color: rgb(228 232 251 / .3)}.focus-within\:ring-offset-blue-200\/40:focus-within{--tw-ring-offset-color: rgb(228 232 251 / .4)}.focus-within\:ring-offset-blue-200\/50:focus-within{--tw-ring-offset-color: rgb(228 232 251 / .5)}.focus-within\:ring-offset-blue-200\/60:focus-within{--tw-ring-offset-color: rgb(228 232 251 / .6)}.focus-within\:ring-offset-blue-200\/70:focus-within{--tw-ring-offset-color: rgb(228 232 251 / .7)}.focus-within\:ring-offset-blue-200\/75:focus-within{--tw-ring-offset-color: rgb(228 232 251 / .75)}.focus-within\:ring-offset-blue-200\/80:focus-within{--tw-ring-offset-color: rgb(228 232 251 / .8)}.focus-within\:ring-offset-blue-200\/90:focus-within{--tw-ring-offset-color: rgb(228 232 251 / .9)}.focus-within\:ring-offset-blue-200\/95:focus-within{--tw-ring-offset-color: rgb(228 232 251 / .95)}.focus-within\:ring-offset-blue-200\/100:focus-within{--tw-ring-offset-color: rgb(228 232 251 / 1)}.focus-within\:ring-offset-blue-300\/0:focus-within{--tw-ring-offset-color: rgb(198 207 247 / 0)}.focus-within\:ring-offset-blue-300\/5:focus-within{--tw-ring-offset-color: rgb(198 207 247 / .05)}.focus-within\:ring-offset-blue-300\/10:focus-within{--tw-ring-offset-color: rgb(198 207 247 / .1)}.focus-within\:ring-offset-blue-300\/20:focus-within{--tw-ring-offset-color: rgb(198 207 247 / .2)}.focus-within\:ring-offset-blue-300\/25:focus-within{--tw-ring-offset-color: rgb(198 207 247 / .25)}.focus-within\:ring-offset-blue-300\/30:focus-within{--tw-ring-offset-color: rgb(198 207 247 / .3)}.focus-within\:ring-offset-blue-300\/40:focus-within{--tw-ring-offset-color: rgb(198 207 247 / .4)}.focus-within\:ring-offset-blue-300\/50:focus-within{--tw-ring-offset-color: rgb(198 207 247 / .5)}.focus-within\:ring-offset-blue-300\/60:focus-within{--tw-ring-offset-color: rgb(198 207 247 / .6)}.focus-within\:ring-offset-blue-300\/70:focus-within{--tw-ring-offset-color: rgb(198 207 247 / .7)}.focus-within\:ring-offset-blue-300\/75:focus-within{--tw-ring-offset-color: rgb(198 207 247 / .75)}.focus-within\:ring-offset-blue-300\/80:focus-within{--tw-ring-offset-color: rgb(198 207 247 / .8)}.focus-within\:ring-offset-blue-300\/90:focus-within{--tw-ring-offset-color: rgb(198 207 247 / .9)}.focus-within\:ring-offset-blue-300\/95:focus-within{--tw-ring-offset-color: rgb(198 207 247 / .95)}.focus-within\:ring-offset-blue-300\/100:focus-within{--tw-ring-offset-color: rgb(198 207 247 / 1)}.focus-within\:ring-offset-blue-400\/0:focus-within{--tw-ring-offset-color: rgb(163 178 243 / 0)}.focus-within\:ring-offset-blue-400\/5:focus-within{--tw-ring-offset-color: rgb(163 178 243 / .05)}.focus-within\:ring-offset-blue-400\/10:focus-within{--tw-ring-offset-color: rgb(163 178 243 / .1)}.focus-within\:ring-offset-blue-400\/20:focus-within{--tw-ring-offset-color: rgb(163 178 243 / .2)}.focus-within\:ring-offset-blue-400\/25:focus-within{--tw-ring-offset-color: rgb(163 178 243 / .25)}.focus-within\:ring-offset-blue-400\/30:focus-within{--tw-ring-offset-color: rgb(163 178 243 / .3)}.focus-within\:ring-offset-blue-400\/40:focus-within{--tw-ring-offset-color: rgb(163 178 243 / .4)}.focus-within\:ring-offset-blue-400\/50:focus-within{--tw-ring-offset-color: rgb(163 178 243 / .5)}.focus-within\:ring-offset-blue-400\/60:focus-within{--tw-ring-offset-color: rgb(163 178 243 / .6)}.focus-within\:ring-offset-blue-400\/70:focus-within{--tw-ring-offset-color: rgb(163 178 243 / .7)}.focus-within\:ring-offset-blue-400\/75:focus-within{--tw-ring-offset-color: rgb(163 178 243 / .75)}.focus-within\:ring-offset-blue-400\/80:focus-within{--tw-ring-offset-color: rgb(163 178 243 / .8)}.focus-within\:ring-offset-blue-400\/90:focus-within{--tw-ring-offset-color: rgb(163 178 243 / .9)}.focus-within\:ring-offset-blue-400\/95:focus-within{--tw-ring-offset-color: rgb(163 178 243 / .95)}.focus-within\:ring-offset-blue-400\/100:focus-within{--tw-ring-offset-color: rgb(163 178 243 / 1)}.focus-within\:ring-offset-blue-500\/0:focus-within{--tw-ring-offset-color: rgb(118 144 239 / 0)}.focus-within\:ring-offset-blue-500\/5:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .05)}.focus-within\:ring-offset-blue-500\/10:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .1)}.focus-within\:ring-offset-blue-500\/20:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .2)}.focus-within\:ring-offset-blue-500\/25:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .25)}.focus-within\:ring-offset-blue-500\/30:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .3)}.focus-within\:ring-offset-blue-500\/40:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .4)}.focus-within\:ring-offset-blue-500\/50:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .5)}.focus-within\:ring-offset-blue-500\/60:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .6)}.focus-within\:ring-offset-blue-500\/70:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .7)}.focus-within\:ring-offset-blue-500\/75:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .75)}.focus-within\:ring-offset-blue-500\/80:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .8)}.focus-within\:ring-offset-blue-500\/90:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .9)}.focus-within\:ring-offset-blue-500\/95:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .95)}.focus-within\:ring-offset-blue-500\/100:focus-within{--tw-ring-offset-color: rgb(118 144 239 / 1)}.focus-within\:ring-offset-blue-600\/0:focus-within{--tw-ring-offset-color: rgb(37 99 235 / 0)}.focus-within\:ring-offset-blue-600\/5:focus-within{--tw-ring-offset-color: rgb(37 99 235 / .05)}.focus-within\:ring-offset-blue-600\/10:focus-within{--tw-ring-offset-color: rgb(37 99 235 / .1)}.focus-within\:ring-offset-blue-600\/20:focus-within{--tw-ring-offset-color: rgb(37 99 235 / .2)}.focus-within\:ring-offset-blue-600\/25:focus-within{--tw-ring-offset-color: rgb(37 99 235 / .25)}.focus-within\:ring-offset-blue-600\/30:focus-within{--tw-ring-offset-color: rgb(37 99 235 / .3)}.focus-within\:ring-offset-blue-600\/40:focus-within{--tw-ring-offset-color: rgb(37 99 235 / .4)}.focus-within\:ring-offset-blue-600\/50:focus-within{--tw-ring-offset-color: rgb(37 99 235 / .5)}.focus-within\:ring-offset-blue-600\/60:focus-within{--tw-ring-offset-color: rgb(37 99 235 / .6)}.focus-within\:ring-offset-blue-600\/70:focus-within{--tw-ring-offset-color: rgb(37 99 235 / .7)}.focus-within\:ring-offset-blue-600\/75:focus-within{--tw-ring-offset-color: rgb(37 99 235 / .75)}.focus-within\:ring-offset-blue-600\/80:focus-within{--tw-ring-offset-color: rgb(37 99 235 / .8)}.focus-within\:ring-offset-blue-600\/90:focus-within{--tw-ring-offset-color: rgb(37 99 235 / .9)}.focus-within\:ring-offset-blue-600\/95:focus-within{--tw-ring-offset-color: rgb(37 99 235 / .95)}.focus-within\:ring-offset-blue-600\/100:focus-within{--tw-ring-offset-color: rgb(37 99 235 / 1)}.focus-within\:ring-offset-blue-700\/0:focus-within{--tw-ring-offset-color: rgb(33 88 210 / 0)}.focus-within\:ring-offset-blue-700\/5:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .05)}.focus-within\:ring-offset-blue-700\/10:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .1)}.focus-within\:ring-offset-blue-700\/20:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .2)}.focus-within\:ring-offset-blue-700\/25:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .25)}.focus-within\:ring-offset-blue-700\/30:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .3)}.focus-within\:ring-offset-blue-700\/40:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .4)}.focus-within\:ring-offset-blue-700\/50:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .5)}.focus-within\:ring-offset-blue-700\/60:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .6)}.focus-within\:ring-offset-blue-700\/70:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .7)}.focus-within\:ring-offset-blue-700\/75:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .75)}.focus-within\:ring-offset-blue-700\/80:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .8)}.focus-within\:ring-offset-blue-700\/90:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .9)}.focus-within\:ring-offset-blue-700\/95:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .95)}.focus-within\:ring-offset-blue-700\/100:focus-within{--tw-ring-offset-color: rgb(33 88 210 / 1)}.focus-within\:ring-offset-blue-800\/0:focus-within{--tw-ring-offset-color: rgb(28 76 182 / 0)}.focus-within\:ring-offset-blue-800\/5:focus-within{--tw-ring-offset-color: rgb(28 76 182 / .05)}.focus-within\:ring-offset-blue-800\/10:focus-within{--tw-ring-offset-color: rgb(28 76 182 / .1)}.focus-within\:ring-offset-blue-800\/20:focus-within{--tw-ring-offset-color: rgb(28 76 182 / .2)}.focus-within\:ring-offset-blue-800\/25:focus-within{--tw-ring-offset-color: rgb(28 76 182 / .25)}.focus-within\:ring-offset-blue-800\/30:focus-within{--tw-ring-offset-color: rgb(28 76 182 / .3)}.focus-within\:ring-offset-blue-800\/40:focus-within{--tw-ring-offset-color: rgb(28 76 182 / .4)}.focus-within\:ring-offset-blue-800\/50:focus-within{--tw-ring-offset-color: rgb(28 76 182 / .5)}.focus-within\:ring-offset-blue-800\/60:focus-within{--tw-ring-offset-color: rgb(28 76 182 / .6)}.focus-within\:ring-offset-blue-800\/70:focus-within{--tw-ring-offset-color: rgb(28 76 182 / .7)}.focus-within\:ring-offset-blue-800\/75:focus-within{--tw-ring-offset-color: rgb(28 76 182 / .75)}.focus-within\:ring-offset-blue-800\/80:focus-within{--tw-ring-offset-color: rgb(28 76 182 / .8)}.focus-within\:ring-offset-blue-800\/90:focus-within{--tw-ring-offset-color: rgb(28 76 182 / .9)}.focus-within\:ring-offset-blue-800\/95:focus-within{--tw-ring-offset-color: rgb(28 76 182 / .95)}.focus-within\:ring-offset-blue-800\/100:focus-within{--tw-ring-offset-color: rgb(28 76 182 / 1)}.focus-within\:ring-offset-blue-900\/0:focus-within{--tw-ring-offset-color: rgb(23 62 148 / 0)}.focus-within\:ring-offset-blue-900\/5:focus-within{--tw-ring-offset-color: rgb(23 62 148 / .05)}.focus-within\:ring-offset-blue-900\/10:focus-within{--tw-ring-offset-color: rgb(23 62 148 / .1)}.focus-within\:ring-offset-blue-900\/20:focus-within{--tw-ring-offset-color: rgb(23 62 148 / .2)}.focus-within\:ring-offset-blue-900\/25:focus-within{--tw-ring-offset-color: rgb(23 62 148 / .25)}.focus-within\:ring-offset-blue-900\/30:focus-within{--tw-ring-offset-color: rgb(23 62 148 / .3)}.focus-within\:ring-offset-blue-900\/40:focus-within{--tw-ring-offset-color: rgb(23 62 148 / .4)}.focus-within\:ring-offset-blue-900\/50:focus-within{--tw-ring-offset-color: rgb(23 62 148 / .5)}.focus-within\:ring-offset-blue-900\/60:focus-within{--tw-ring-offset-color: rgb(23 62 148 / .6)}.focus-within\:ring-offset-blue-900\/70:focus-within{--tw-ring-offset-color: rgb(23 62 148 / .7)}.focus-within\:ring-offset-blue-900\/75:focus-within{--tw-ring-offset-color: rgb(23 62 148 / .75)}.focus-within\:ring-offset-blue-900\/80:focus-within{--tw-ring-offset-color: rgb(23 62 148 / .8)}.focus-within\:ring-offset-blue-900\/90:focus-within{--tw-ring-offset-color: rgb(23 62 148 / .9)}.focus-within\:ring-offset-blue-900\/95:focus-within{--tw-ring-offset-color: rgb(23 62 148 / .95)}.focus-within\:ring-offset-blue-900\/100:focus-within{--tw-ring-offset-color: rgb(23 62 148 / 1)}.focus-within\:ring-offset-indigo-50\/0:focus-within{--tw-ring-offset-color: rgb(238 242 255 / 0)}.focus-within\:ring-offset-indigo-50\/5:focus-within{--tw-ring-offset-color: rgb(238 242 255 / .05)}.focus-within\:ring-offset-indigo-50\/10:focus-within{--tw-ring-offset-color: rgb(238 242 255 / .1)}.focus-within\:ring-offset-indigo-50\/20:focus-within{--tw-ring-offset-color: rgb(238 242 255 / .2)}.focus-within\:ring-offset-indigo-50\/25:focus-within{--tw-ring-offset-color: rgb(238 242 255 / .25)}.focus-within\:ring-offset-indigo-50\/30:focus-within{--tw-ring-offset-color: rgb(238 242 255 / .3)}.focus-within\:ring-offset-indigo-50\/40:focus-within{--tw-ring-offset-color: rgb(238 242 255 / .4)}.focus-within\:ring-offset-indigo-50\/50:focus-within{--tw-ring-offset-color: rgb(238 242 255 / .5)}.focus-within\:ring-offset-indigo-50\/60:focus-within{--tw-ring-offset-color: rgb(238 242 255 / .6)}.focus-within\:ring-offset-indigo-50\/70:focus-within{--tw-ring-offset-color: rgb(238 242 255 / .7)}.focus-within\:ring-offset-indigo-50\/75:focus-within{--tw-ring-offset-color: rgb(238 242 255 / .75)}.focus-within\:ring-offset-indigo-50\/80:focus-within{--tw-ring-offset-color: rgb(238 242 255 / .8)}.focus-within\:ring-offset-indigo-50\/90:focus-within{--tw-ring-offset-color: rgb(238 242 255 / .9)}.focus-within\:ring-offset-indigo-50\/95:focus-within{--tw-ring-offset-color: rgb(238 242 255 / .95)}.focus-within\:ring-offset-indigo-50\/100:focus-within{--tw-ring-offset-color: rgb(238 242 255 / 1)}.focus-within\:ring-offset-indigo-100\/0:focus-within{--tw-ring-offset-color: rgb(224 231 255 / 0)}.focus-within\:ring-offset-indigo-100\/5:focus-within{--tw-ring-offset-color: rgb(224 231 255 / .05)}.focus-within\:ring-offset-indigo-100\/10:focus-within{--tw-ring-offset-color: rgb(224 231 255 / .1)}.focus-within\:ring-offset-indigo-100\/20:focus-within{--tw-ring-offset-color: rgb(224 231 255 / .2)}.focus-within\:ring-offset-indigo-100\/25:focus-within{--tw-ring-offset-color: rgb(224 231 255 / .25)}.focus-within\:ring-offset-indigo-100\/30:focus-within{--tw-ring-offset-color: rgb(224 231 255 / .3)}.focus-within\:ring-offset-indigo-100\/40:focus-within{--tw-ring-offset-color: rgb(224 231 255 / .4)}.focus-within\:ring-offset-indigo-100\/50:focus-within{--tw-ring-offset-color: rgb(224 231 255 / .5)}.focus-within\:ring-offset-indigo-100\/60:focus-within{--tw-ring-offset-color: rgb(224 231 255 / .6)}.focus-within\:ring-offset-indigo-100\/70:focus-within{--tw-ring-offset-color: rgb(224 231 255 / .7)}.focus-within\:ring-offset-indigo-100\/75:focus-within{--tw-ring-offset-color: rgb(224 231 255 / .75)}.focus-within\:ring-offset-indigo-100\/80:focus-within{--tw-ring-offset-color: rgb(224 231 255 / .8)}.focus-within\:ring-offset-indigo-100\/90:focus-within{--tw-ring-offset-color: rgb(224 231 255 / .9)}.focus-within\:ring-offset-indigo-100\/95:focus-within{--tw-ring-offset-color: rgb(224 231 255 / .95)}.focus-within\:ring-offset-indigo-100\/100:focus-within{--tw-ring-offset-color: rgb(224 231 255 / 1)}.focus-within\:ring-offset-indigo-200\/0:focus-within{--tw-ring-offset-color: rgb(199 210 254 / 0)}.focus-within\:ring-offset-indigo-200\/5:focus-within{--tw-ring-offset-color: rgb(199 210 254 / .05)}.focus-within\:ring-offset-indigo-200\/10:focus-within{--tw-ring-offset-color: rgb(199 210 254 / .1)}.focus-within\:ring-offset-indigo-200\/20:focus-within{--tw-ring-offset-color: rgb(199 210 254 / .2)}.focus-within\:ring-offset-indigo-200\/25:focus-within{--tw-ring-offset-color: rgb(199 210 254 / .25)}.focus-within\:ring-offset-indigo-200\/30:focus-within{--tw-ring-offset-color: rgb(199 210 254 / .3)}.focus-within\:ring-offset-indigo-200\/40:focus-within{--tw-ring-offset-color: rgb(199 210 254 / .4)}.focus-within\:ring-offset-indigo-200\/50:focus-within{--tw-ring-offset-color: rgb(199 210 254 / .5)}.focus-within\:ring-offset-indigo-200\/60:focus-within{--tw-ring-offset-color: rgb(199 210 254 / .6)}.focus-within\:ring-offset-indigo-200\/70:focus-within{--tw-ring-offset-color: rgb(199 210 254 / .7)}.focus-within\:ring-offset-indigo-200\/75:focus-within{--tw-ring-offset-color: rgb(199 210 254 / .75)}.focus-within\:ring-offset-indigo-200\/80:focus-within{--tw-ring-offset-color: rgb(199 210 254 / .8)}.focus-within\:ring-offset-indigo-200\/90:focus-within{--tw-ring-offset-color: rgb(199 210 254 / .9)}.focus-within\:ring-offset-indigo-200\/95:focus-within{--tw-ring-offset-color: rgb(199 210 254 / .95)}.focus-within\:ring-offset-indigo-200\/100:focus-within{--tw-ring-offset-color: rgb(199 210 254 / 1)}.focus-within\:ring-offset-indigo-300\/0:focus-within{--tw-ring-offset-color: rgb(165 180 252 / 0)}.focus-within\:ring-offset-indigo-300\/5:focus-within{--tw-ring-offset-color: rgb(165 180 252 / .05)}.focus-within\:ring-offset-indigo-300\/10:focus-within{--tw-ring-offset-color: rgb(165 180 252 / .1)}.focus-within\:ring-offset-indigo-300\/20:focus-within{--tw-ring-offset-color: rgb(165 180 252 / .2)}.focus-within\:ring-offset-indigo-300\/25:focus-within{--tw-ring-offset-color: rgb(165 180 252 / .25)}.focus-within\:ring-offset-indigo-300\/30:focus-within{--tw-ring-offset-color: rgb(165 180 252 / .3)}.focus-within\:ring-offset-indigo-300\/40:focus-within{--tw-ring-offset-color: rgb(165 180 252 / .4)}.focus-within\:ring-offset-indigo-300\/50:focus-within{--tw-ring-offset-color: rgb(165 180 252 / .5)}.focus-within\:ring-offset-indigo-300\/60:focus-within{--tw-ring-offset-color: rgb(165 180 252 / .6)}.focus-within\:ring-offset-indigo-300\/70:focus-within{--tw-ring-offset-color: rgb(165 180 252 / .7)}.focus-within\:ring-offset-indigo-300\/75:focus-within{--tw-ring-offset-color: rgb(165 180 252 / .75)}.focus-within\:ring-offset-indigo-300\/80:focus-within{--tw-ring-offset-color: rgb(165 180 252 / .8)}.focus-within\:ring-offset-indigo-300\/90:focus-within{--tw-ring-offset-color: rgb(165 180 252 / .9)}.focus-within\:ring-offset-indigo-300\/95:focus-within{--tw-ring-offset-color: rgb(165 180 252 / .95)}.focus-within\:ring-offset-indigo-300\/100:focus-within{--tw-ring-offset-color: rgb(165 180 252 / 1)}.focus-within\:ring-offset-indigo-400\/0:focus-within{--tw-ring-offset-color: rgb(129 140 248 / 0)}.focus-within\:ring-offset-indigo-400\/5:focus-within{--tw-ring-offset-color: rgb(129 140 248 / .05)}.focus-within\:ring-offset-indigo-400\/10:focus-within{--tw-ring-offset-color: rgb(129 140 248 / .1)}.focus-within\:ring-offset-indigo-400\/20:focus-within{--tw-ring-offset-color: rgb(129 140 248 / .2)}.focus-within\:ring-offset-indigo-400\/25:focus-within{--tw-ring-offset-color: rgb(129 140 248 / .25)}.focus-within\:ring-offset-indigo-400\/30:focus-within{--tw-ring-offset-color: rgb(129 140 248 / .3)}.focus-within\:ring-offset-indigo-400\/40:focus-within{--tw-ring-offset-color: rgb(129 140 248 / .4)}.focus-within\:ring-offset-indigo-400\/50:focus-within{--tw-ring-offset-color: rgb(129 140 248 / .5)}.focus-within\:ring-offset-indigo-400\/60:focus-within{--tw-ring-offset-color: rgb(129 140 248 / .6)}.focus-within\:ring-offset-indigo-400\/70:focus-within{--tw-ring-offset-color: rgb(129 140 248 / .7)}.focus-within\:ring-offset-indigo-400\/75:focus-within{--tw-ring-offset-color: rgb(129 140 248 / .75)}.focus-within\:ring-offset-indigo-400\/80:focus-within{--tw-ring-offset-color: rgb(129 140 248 / .8)}.focus-within\:ring-offset-indigo-400\/90:focus-within{--tw-ring-offset-color: rgb(129 140 248 / .9)}.focus-within\:ring-offset-indigo-400\/95:focus-within{--tw-ring-offset-color: rgb(129 140 248 / .95)}.focus-within\:ring-offset-indigo-400\/100:focus-within{--tw-ring-offset-color: rgb(129 140 248 / 1)}.focus-within\:ring-offset-indigo-500\/0:focus-within{--tw-ring-offset-color: rgb(99 102 241 / 0)}.focus-within\:ring-offset-indigo-500\/5:focus-within{--tw-ring-offset-color: rgb(99 102 241 / .05)}.focus-within\:ring-offset-indigo-500\/10:focus-within{--tw-ring-offset-color: rgb(99 102 241 / .1)}.focus-within\:ring-offset-indigo-500\/20:focus-within{--tw-ring-offset-color: rgb(99 102 241 / .2)}.focus-within\:ring-offset-indigo-500\/25:focus-within{--tw-ring-offset-color: rgb(99 102 241 / .25)}.focus-within\:ring-offset-indigo-500\/30:focus-within{--tw-ring-offset-color: rgb(99 102 241 / .3)}.focus-within\:ring-offset-indigo-500\/40:focus-within{--tw-ring-offset-color: rgb(99 102 241 / .4)}.focus-within\:ring-offset-indigo-500\/50:focus-within{--tw-ring-offset-color: rgb(99 102 241 / .5)}.focus-within\:ring-offset-indigo-500\/60:focus-within{--tw-ring-offset-color: rgb(99 102 241 / .6)}.focus-within\:ring-offset-indigo-500\/70:focus-within{--tw-ring-offset-color: rgb(99 102 241 / .7)}.focus-within\:ring-offset-indigo-500\/75:focus-within{--tw-ring-offset-color: rgb(99 102 241 / .75)}.focus-within\:ring-offset-indigo-500\/80:focus-within{--tw-ring-offset-color: rgb(99 102 241 / .8)}.focus-within\:ring-offset-indigo-500\/90:focus-within{--tw-ring-offset-color: rgb(99 102 241 / .9)}.focus-within\:ring-offset-indigo-500\/95:focus-within{--tw-ring-offset-color: rgb(99 102 241 / .95)}.focus-within\:ring-offset-indigo-500\/100:focus-within{--tw-ring-offset-color: rgb(99 102 241 / 1)}.focus-within\:ring-offset-indigo-600\/0:focus-within{--tw-ring-offset-color: rgb(79 70 229 / 0)}.focus-within\:ring-offset-indigo-600\/5:focus-within{--tw-ring-offset-color: rgb(79 70 229 / .05)}.focus-within\:ring-offset-indigo-600\/10:focus-within{--tw-ring-offset-color: rgb(79 70 229 / .1)}.focus-within\:ring-offset-indigo-600\/20:focus-within{--tw-ring-offset-color: rgb(79 70 229 / .2)}.focus-within\:ring-offset-indigo-600\/25:focus-within{--tw-ring-offset-color: rgb(79 70 229 / .25)}.focus-within\:ring-offset-indigo-600\/30:focus-within{--tw-ring-offset-color: rgb(79 70 229 / .3)}.focus-within\:ring-offset-indigo-600\/40:focus-within{--tw-ring-offset-color: rgb(79 70 229 / .4)}.focus-within\:ring-offset-indigo-600\/50:focus-within{--tw-ring-offset-color: rgb(79 70 229 / .5)}.focus-within\:ring-offset-indigo-600\/60:focus-within{--tw-ring-offset-color: rgb(79 70 229 / .6)}.focus-within\:ring-offset-indigo-600\/70:focus-within{--tw-ring-offset-color: rgb(79 70 229 / .7)}.focus-within\:ring-offset-indigo-600\/75:focus-within{--tw-ring-offset-color: rgb(79 70 229 / .75)}.focus-within\:ring-offset-indigo-600\/80:focus-within{--tw-ring-offset-color: rgb(79 70 229 / .8)}.focus-within\:ring-offset-indigo-600\/90:focus-within{--tw-ring-offset-color: rgb(79 70 229 / .9)}.focus-within\:ring-offset-indigo-600\/95:focus-within{--tw-ring-offset-color: rgb(79 70 229 / .95)}.focus-within\:ring-offset-indigo-600\/100:focus-within{--tw-ring-offset-color: rgb(79 70 229 / 1)}.focus-within\:ring-offset-indigo-700\/0:focus-within{--tw-ring-offset-color: rgb(67 56 202 / 0)}.focus-within\:ring-offset-indigo-700\/5:focus-within{--tw-ring-offset-color: rgb(67 56 202 / .05)}.focus-within\:ring-offset-indigo-700\/10:focus-within{--tw-ring-offset-color: rgb(67 56 202 / .1)}.focus-within\:ring-offset-indigo-700\/20:focus-within{--tw-ring-offset-color: rgb(67 56 202 / .2)}.focus-within\:ring-offset-indigo-700\/25:focus-within{--tw-ring-offset-color: rgb(67 56 202 / .25)}.focus-within\:ring-offset-indigo-700\/30:focus-within{--tw-ring-offset-color: rgb(67 56 202 / .3)}.focus-within\:ring-offset-indigo-700\/40:focus-within{--tw-ring-offset-color: rgb(67 56 202 / .4)}.focus-within\:ring-offset-indigo-700\/50:focus-within{--tw-ring-offset-color: rgb(67 56 202 / .5)}.focus-within\:ring-offset-indigo-700\/60:focus-within{--tw-ring-offset-color: rgb(67 56 202 / .6)}.focus-within\:ring-offset-indigo-700\/70:focus-within{--tw-ring-offset-color: rgb(67 56 202 / .7)}.focus-within\:ring-offset-indigo-700\/75:focus-within{--tw-ring-offset-color: rgb(67 56 202 / .75)}.focus-within\:ring-offset-indigo-700\/80:focus-within{--tw-ring-offset-color: rgb(67 56 202 / .8)}.focus-within\:ring-offset-indigo-700\/90:focus-within{--tw-ring-offset-color: rgb(67 56 202 / .9)}.focus-within\:ring-offset-indigo-700\/95:focus-within{--tw-ring-offset-color: rgb(67 56 202 / .95)}.focus-within\:ring-offset-indigo-700\/100:focus-within{--tw-ring-offset-color: rgb(67 56 202 / 1)}.focus-within\:ring-offset-indigo-800\/0:focus-within{--tw-ring-offset-color: rgb(55 48 163 / 0)}.focus-within\:ring-offset-indigo-800\/5:focus-within{--tw-ring-offset-color: rgb(55 48 163 / .05)}.focus-within\:ring-offset-indigo-800\/10:focus-within{--tw-ring-offset-color: rgb(55 48 163 / .1)}.focus-within\:ring-offset-indigo-800\/20:focus-within{--tw-ring-offset-color: rgb(55 48 163 / .2)}.focus-within\:ring-offset-indigo-800\/25:focus-within{--tw-ring-offset-color: rgb(55 48 163 / .25)}.focus-within\:ring-offset-indigo-800\/30:focus-within{--tw-ring-offset-color: rgb(55 48 163 / .3)}.focus-within\:ring-offset-indigo-800\/40:focus-within{--tw-ring-offset-color: rgb(55 48 163 / .4)}.focus-within\:ring-offset-indigo-800\/50:focus-within{--tw-ring-offset-color: rgb(55 48 163 / .5)}.focus-within\:ring-offset-indigo-800\/60:focus-within{--tw-ring-offset-color: rgb(55 48 163 / .6)}.focus-within\:ring-offset-indigo-800\/70:focus-within{--tw-ring-offset-color: rgb(55 48 163 / .7)}.focus-within\:ring-offset-indigo-800\/75:focus-within{--tw-ring-offset-color: rgb(55 48 163 / .75)}.focus-within\:ring-offset-indigo-800\/80:focus-within{--tw-ring-offset-color: rgb(55 48 163 / .8)}.focus-within\:ring-offset-indigo-800\/90:focus-within{--tw-ring-offset-color: rgb(55 48 163 / .9)}.focus-within\:ring-offset-indigo-800\/95:focus-within{--tw-ring-offset-color: rgb(55 48 163 / .95)}.focus-within\:ring-offset-indigo-800\/100:focus-within{--tw-ring-offset-color: rgb(55 48 163 / 1)}.focus-within\:ring-offset-indigo-900\/0:focus-within{--tw-ring-offset-color: rgb(49 46 129 / 0)}.focus-within\:ring-offset-indigo-900\/5:focus-within{--tw-ring-offset-color: rgb(49 46 129 / .05)}.focus-within\:ring-offset-indigo-900\/10:focus-within{--tw-ring-offset-color: rgb(49 46 129 / .1)}.focus-within\:ring-offset-indigo-900\/20:focus-within{--tw-ring-offset-color: rgb(49 46 129 / .2)}.focus-within\:ring-offset-indigo-900\/25:focus-within{--tw-ring-offset-color: rgb(49 46 129 / .25)}.focus-within\:ring-offset-indigo-900\/30:focus-within{--tw-ring-offset-color: rgb(49 46 129 / .3)}.focus-within\:ring-offset-indigo-900\/40:focus-within{--tw-ring-offset-color: rgb(49 46 129 / .4)}.focus-within\:ring-offset-indigo-900\/50:focus-within{--tw-ring-offset-color: rgb(49 46 129 / .5)}.focus-within\:ring-offset-indigo-900\/60:focus-within{--tw-ring-offset-color: rgb(49 46 129 / .6)}.focus-within\:ring-offset-indigo-900\/70:focus-within{--tw-ring-offset-color: rgb(49 46 129 / .7)}.focus-within\:ring-offset-indigo-900\/75:focus-within{--tw-ring-offset-color: rgb(49 46 129 / .75)}.focus-within\:ring-offset-indigo-900\/80:focus-within{--tw-ring-offset-color: rgb(49 46 129 / .8)}.focus-within\:ring-offset-indigo-900\/90:focus-within{--tw-ring-offset-color: rgb(49 46 129 / .9)}.focus-within\:ring-offset-indigo-900\/95:focus-within{--tw-ring-offset-color: rgb(49 46 129 / .95)}.focus-within\:ring-offset-indigo-900\/100:focus-within{--tw-ring-offset-color: rgb(49 46 129 / 1)}.focus-within\:ring-offset-violet-50\/0:focus-within{--tw-ring-offset-color: rgb(245 243 255 / 0)}.focus-within\:ring-offset-violet-50\/5:focus-within{--tw-ring-offset-color: rgb(245 243 255 / .05)}.focus-within\:ring-offset-violet-50\/10:focus-within{--tw-ring-offset-color: rgb(245 243 255 / .1)}.focus-within\:ring-offset-violet-50\/20:focus-within{--tw-ring-offset-color: rgb(245 243 255 / .2)}.focus-within\:ring-offset-violet-50\/25:focus-within{--tw-ring-offset-color: rgb(245 243 255 / .25)}.focus-within\:ring-offset-violet-50\/30:focus-within{--tw-ring-offset-color: rgb(245 243 255 / .3)}.focus-within\:ring-offset-violet-50\/40:focus-within{--tw-ring-offset-color: rgb(245 243 255 / .4)}.focus-within\:ring-offset-violet-50\/50:focus-within{--tw-ring-offset-color: rgb(245 243 255 / .5)}.focus-within\:ring-offset-violet-50\/60:focus-within{--tw-ring-offset-color: rgb(245 243 255 / .6)}.focus-within\:ring-offset-violet-50\/70:focus-within{--tw-ring-offset-color: rgb(245 243 255 / .7)}.focus-within\:ring-offset-violet-50\/75:focus-within{--tw-ring-offset-color: rgb(245 243 255 / .75)}.focus-within\:ring-offset-violet-50\/80:focus-within{--tw-ring-offset-color: rgb(245 243 255 / .8)}.focus-within\:ring-offset-violet-50\/90:focus-within{--tw-ring-offset-color: rgb(245 243 255 / .9)}.focus-within\:ring-offset-violet-50\/95:focus-within{--tw-ring-offset-color: rgb(245 243 255 / .95)}.focus-within\:ring-offset-violet-50\/100:focus-within{--tw-ring-offset-color: rgb(245 243 255 / 1)}.focus-within\:ring-offset-violet-100\/0:focus-within{--tw-ring-offset-color: rgb(237 233 254 / 0)}.focus-within\:ring-offset-violet-100\/5:focus-within{--tw-ring-offset-color: rgb(237 233 254 / .05)}.focus-within\:ring-offset-violet-100\/10:focus-within{--tw-ring-offset-color: rgb(237 233 254 / .1)}.focus-within\:ring-offset-violet-100\/20:focus-within{--tw-ring-offset-color: rgb(237 233 254 / .2)}.focus-within\:ring-offset-violet-100\/25:focus-within{--tw-ring-offset-color: rgb(237 233 254 / .25)}.focus-within\:ring-offset-violet-100\/30:focus-within{--tw-ring-offset-color: rgb(237 233 254 / .3)}.focus-within\:ring-offset-violet-100\/40:focus-within{--tw-ring-offset-color: rgb(237 233 254 / .4)}.focus-within\:ring-offset-violet-100\/50:focus-within{--tw-ring-offset-color: rgb(237 233 254 / .5)}.focus-within\:ring-offset-violet-100\/60:focus-within{--tw-ring-offset-color: rgb(237 233 254 / .6)}.focus-within\:ring-offset-violet-100\/70:focus-within{--tw-ring-offset-color: rgb(237 233 254 / .7)}.focus-within\:ring-offset-violet-100\/75:focus-within{--tw-ring-offset-color: rgb(237 233 254 / .75)}.focus-within\:ring-offset-violet-100\/80:focus-within{--tw-ring-offset-color: rgb(237 233 254 / .8)}.focus-within\:ring-offset-violet-100\/90:focus-within{--tw-ring-offset-color: rgb(237 233 254 / .9)}.focus-within\:ring-offset-violet-100\/95:focus-within{--tw-ring-offset-color: rgb(237 233 254 / .95)}.focus-within\:ring-offset-violet-100\/100:focus-within{--tw-ring-offset-color: rgb(237 233 254 / 1)}.focus-within\:ring-offset-violet-200\/0:focus-within{--tw-ring-offset-color: rgb(221 214 254 / 0)}.focus-within\:ring-offset-violet-200\/5:focus-within{--tw-ring-offset-color: rgb(221 214 254 / .05)}.focus-within\:ring-offset-violet-200\/10:focus-within{--tw-ring-offset-color: rgb(221 214 254 / .1)}.focus-within\:ring-offset-violet-200\/20:focus-within{--tw-ring-offset-color: rgb(221 214 254 / .2)}.focus-within\:ring-offset-violet-200\/25:focus-within{--tw-ring-offset-color: rgb(221 214 254 / .25)}.focus-within\:ring-offset-violet-200\/30:focus-within{--tw-ring-offset-color: rgb(221 214 254 / .3)}.focus-within\:ring-offset-violet-200\/40:focus-within{--tw-ring-offset-color: rgb(221 214 254 / .4)}.focus-within\:ring-offset-violet-200\/50:focus-within{--tw-ring-offset-color: rgb(221 214 254 / .5)}.focus-within\:ring-offset-violet-200\/60:focus-within{--tw-ring-offset-color: rgb(221 214 254 / .6)}.focus-within\:ring-offset-violet-200\/70:focus-within{--tw-ring-offset-color: rgb(221 214 254 / .7)}.focus-within\:ring-offset-violet-200\/75:focus-within{--tw-ring-offset-color: rgb(221 214 254 / .75)}.focus-within\:ring-offset-violet-200\/80:focus-within{--tw-ring-offset-color: rgb(221 214 254 / .8)}.focus-within\:ring-offset-violet-200\/90:focus-within{--tw-ring-offset-color: rgb(221 214 254 / .9)}.focus-within\:ring-offset-violet-200\/95:focus-within{--tw-ring-offset-color: rgb(221 214 254 / .95)}.focus-within\:ring-offset-violet-200\/100:focus-within{--tw-ring-offset-color: rgb(221 214 254 / 1)}.focus-within\:ring-offset-violet-300\/0:focus-within{--tw-ring-offset-color: rgb(196 181 253 / 0)}.focus-within\:ring-offset-violet-300\/5:focus-within{--tw-ring-offset-color: rgb(196 181 253 / .05)}.focus-within\:ring-offset-violet-300\/10:focus-within{--tw-ring-offset-color: rgb(196 181 253 / .1)}.focus-within\:ring-offset-violet-300\/20:focus-within{--tw-ring-offset-color: rgb(196 181 253 / .2)}.focus-within\:ring-offset-violet-300\/25:focus-within{--tw-ring-offset-color: rgb(196 181 253 / .25)}.focus-within\:ring-offset-violet-300\/30:focus-within{--tw-ring-offset-color: rgb(196 181 253 / .3)}.focus-within\:ring-offset-violet-300\/40:focus-within{--tw-ring-offset-color: rgb(196 181 253 / .4)}.focus-within\:ring-offset-violet-300\/50:focus-within{--tw-ring-offset-color: rgb(196 181 253 / .5)}.focus-within\:ring-offset-violet-300\/60:focus-within{--tw-ring-offset-color: rgb(196 181 253 / .6)}.focus-within\:ring-offset-violet-300\/70:focus-within{--tw-ring-offset-color: rgb(196 181 253 / .7)}.focus-within\:ring-offset-violet-300\/75:focus-within{--tw-ring-offset-color: rgb(196 181 253 / .75)}.focus-within\:ring-offset-violet-300\/80:focus-within{--tw-ring-offset-color: rgb(196 181 253 / .8)}.focus-within\:ring-offset-violet-300\/90:focus-within{--tw-ring-offset-color: rgb(196 181 253 / .9)}.focus-within\:ring-offset-violet-300\/95:focus-within{--tw-ring-offset-color: rgb(196 181 253 / .95)}.focus-within\:ring-offset-violet-300\/100:focus-within{--tw-ring-offset-color: rgb(196 181 253 / 1)}.focus-within\:ring-offset-violet-400\/0:focus-within{--tw-ring-offset-color: rgb(167 139 250 / 0)}.focus-within\:ring-offset-violet-400\/5:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .05)}.focus-within\:ring-offset-violet-400\/10:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .1)}.focus-within\:ring-offset-violet-400\/20:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .2)}.focus-within\:ring-offset-violet-400\/25:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .25)}.focus-within\:ring-offset-violet-400\/30:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .3)}.focus-within\:ring-offset-violet-400\/40:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .4)}.focus-within\:ring-offset-violet-400\/50:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .5)}.focus-within\:ring-offset-violet-400\/60:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .6)}.focus-within\:ring-offset-violet-400\/70:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .7)}.focus-within\:ring-offset-violet-400\/75:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .75)}.focus-within\:ring-offset-violet-400\/80:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .8)}.focus-within\:ring-offset-violet-400\/90:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .9)}.focus-within\:ring-offset-violet-400\/95:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .95)}.focus-within\:ring-offset-violet-400\/100:focus-within{--tw-ring-offset-color: rgb(167 139 250 / 1)}.focus-within\:ring-offset-violet-500\/0:focus-within{--tw-ring-offset-color: rgb(139 92 246 / 0)}.focus-within\:ring-offset-violet-500\/5:focus-within{--tw-ring-offset-color: rgb(139 92 246 / .05)}.focus-within\:ring-offset-violet-500\/10:focus-within{--tw-ring-offset-color: rgb(139 92 246 / .1)}.focus-within\:ring-offset-violet-500\/20:focus-within{--tw-ring-offset-color: rgb(139 92 246 / .2)}.focus-within\:ring-offset-violet-500\/25:focus-within{--tw-ring-offset-color: rgb(139 92 246 / .25)}.focus-within\:ring-offset-violet-500\/30:focus-within{--tw-ring-offset-color: rgb(139 92 246 / .3)}.focus-within\:ring-offset-violet-500\/40:focus-within{--tw-ring-offset-color: rgb(139 92 246 / .4)}.focus-within\:ring-offset-violet-500\/50:focus-within{--tw-ring-offset-color: rgb(139 92 246 / .5)}.focus-within\:ring-offset-violet-500\/60:focus-within{--tw-ring-offset-color: rgb(139 92 246 / .6)}.focus-within\:ring-offset-violet-500\/70:focus-within{--tw-ring-offset-color: rgb(139 92 246 / .7)}.focus-within\:ring-offset-violet-500\/75:focus-within{--tw-ring-offset-color: rgb(139 92 246 / .75)}.focus-within\:ring-offset-violet-500\/80:focus-within{--tw-ring-offset-color: rgb(139 92 246 / .8)}.focus-within\:ring-offset-violet-500\/90:focus-within{--tw-ring-offset-color: rgb(139 92 246 / .9)}.focus-within\:ring-offset-violet-500\/95:focus-within{--tw-ring-offset-color: rgb(139 92 246 / .95)}.focus-within\:ring-offset-violet-500\/100:focus-within{--tw-ring-offset-color: rgb(139 92 246 / 1)}.focus-within\:ring-offset-violet-600\/0:focus-within{--tw-ring-offset-color: rgb(124 58 237 / 0)}.focus-within\:ring-offset-violet-600\/5:focus-within{--tw-ring-offset-color: rgb(124 58 237 / .05)}.focus-within\:ring-offset-violet-600\/10:focus-within{--tw-ring-offset-color: rgb(124 58 237 / .1)}.focus-within\:ring-offset-violet-600\/20:focus-within{--tw-ring-offset-color: rgb(124 58 237 / .2)}.focus-within\:ring-offset-violet-600\/25:focus-within{--tw-ring-offset-color: rgb(124 58 237 / .25)}.focus-within\:ring-offset-violet-600\/30:focus-within{--tw-ring-offset-color: rgb(124 58 237 / .3)}.focus-within\:ring-offset-violet-600\/40:focus-within{--tw-ring-offset-color: rgb(124 58 237 / .4)}.focus-within\:ring-offset-violet-600\/50:focus-within{--tw-ring-offset-color: rgb(124 58 237 / .5)}.focus-within\:ring-offset-violet-600\/60:focus-within{--tw-ring-offset-color: rgb(124 58 237 / .6)}.focus-within\:ring-offset-violet-600\/70:focus-within{--tw-ring-offset-color: rgb(124 58 237 / .7)}.focus-within\:ring-offset-violet-600\/75:focus-within{--tw-ring-offset-color: rgb(124 58 237 / .75)}.focus-within\:ring-offset-violet-600\/80:focus-within{--tw-ring-offset-color: rgb(124 58 237 / .8)}.focus-within\:ring-offset-violet-600\/90:focus-within{--tw-ring-offset-color: rgb(124 58 237 / .9)}.focus-within\:ring-offset-violet-600\/95:focus-within{--tw-ring-offset-color: rgb(124 58 237 / .95)}.focus-within\:ring-offset-violet-600\/100:focus-within{--tw-ring-offset-color: rgb(124 58 237 / 1)}.focus-within\:ring-offset-violet-700\/0:focus-within{--tw-ring-offset-color: rgb(109 40 217 / 0)}.focus-within\:ring-offset-violet-700\/5:focus-within{--tw-ring-offset-color: rgb(109 40 217 / .05)}.focus-within\:ring-offset-violet-700\/10:focus-within{--tw-ring-offset-color: rgb(109 40 217 / .1)}.focus-within\:ring-offset-violet-700\/20:focus-within{--tw-ring-offset-color: rgb(109 40 217 / .2)}.focus-within\:ring-offset-violet-700\/25:focus-within{--tw-ring-offset-color: rgb(109 40 217 / .25)}.focus-within\:ring-offset-violet-700\/30:focus-within{--tw-ring-offset-color: rgb(109 40 217 / .3)}.focus-within\:ring-offset-violet-700\/40:focus-within{--tw-ring-offset-color: rgb(109 40 217 / .4)}.focus-within\:ring-offset-violet-700\/50:focus-within{--tw-ring-offset-color: rgb(109 40 217 / .5)}.focus-within\:ring-offset-violet-700\/60:focus-within{--tw-ring-offset-color: rgb(109 40 217 / .6)}.focus-within\:ring-offset-violet-700\/70:focus-within{--tw-ring-offset-color: rgb(109 40 217 / .7)}.focus-within\:ring-offset-violet-700\/75:focus-within{--tw-ring-offset-color: rgb(109 40 217 / .75)}.focus-within\:ring-offset-violet-700\/80:focus-within{--tw-ring-offset-color: rgb(109 40 217 / .8)}.focus-within\:ring-offset-violet-700\/90:focus-within{--tw-ring-offset-color: rgb(109 40 217 / .9)}.focus-within\:ring-offset-violet-700\/95:focus-within{--tw-ring-offset-color: rgb(109 40 217 / .95)}.focus-within\:ring-offset-violet-700\/100:focus-within{--tw-ring-offset-color: rgb(109 40 217 / 1)}.focus-within\:ring-offset-violet-800\/0:focus-within{--tw-ring-offset-color: rgb(91 33 182 / 0)}.focus-within\:ring-offset-violet-800\/5:focus-within{--tw-ring-offset-color: rgb(91 33 182 / .05)}.focus-within\:ring-offset-violet-800\/10:focus-within{--tw-ring-offset-color: rgb(91 33 182 / .1)}.focus-within\:ring-offset-violet-800\/20:focus-within{--tw-ring-offset-color: rgb(91 33 182 / .2)}.focus-within\:ring-offset-violet-800\/25:focus-within{--tw-ring-offset-color: rgb(91 33 182 / .25)}.focus-within\:ring-offset-violet-800\/30:focus-within{--tw-ring-offset-color: rgb(91 33 182 / .3)}.focus-within\:ring-offset-violet-800\/40:focus-within{--tw-ring-offset-color: rgb(91 33 182 / .4)}.focus-within\:ring-offset-violet-800\/50:focus-within{--tw-ring-offset-color: rgb(91 33 182 / .5)}.focus-within\:ring-offset-violet-800\/60:focus-within{--tw-ring-offset-color: rgb(91 33 182 / .6)}.focus-within\:ring-offset-violet-800\/70:focus-within{--tw-ring-offset-color: rgb(91 33 182 / .7)}.focus-within\:ring-offset-violet-800\/75:focus-within{--tw-ring-offset-color: rgb(91 33 182 / .75)}.focus-within\:ring-offset-violet-800\/80:focus-within{--tw-ring-offset-color: rgb(91 33 182 / .8)}.focus-within\:ring-offset-violet-800\/90:focus-within{--tw-ring-offset-color: rgb(91 33 182 / .9)}.focus-within\:ring-offset-violet-800\/95:focus-within{--tw-ring-offset-color: rgb(91 33 182 / .95)}.focus-within\:ring-offset-violet-800\/100:focus-within{--tw-ring-offset-color: rgb(91 33 182 / 1)}.focus-within\:ring-offset-violet-900\/0:focus-within{--tw-ring-offset-color: rgb(76 29 149 / 0)}.focus-within\:ring-offset-violet-900\/5:focus-within{--tw-ring-offset-color: rgb(76 29 149 / .05)}.focus-within\:ring-offset-violet-900\/10:focus-within{--tw-ring-offset-color: rgb(76 29 149 / .1)}.focus-within\:ring-offset-violet-900\/20:focus-within{--tw-ring-offset-color: rgb(76 29 149 / .2)}.focus-within\:ring-offset-violet-900\/25:focus-within{--tw-ring-offset-color: rgb(76 29 149 / .25)}.focus-within\:ring-offset-violet-900\/30:focus-within{--tw-ring-offset-color: rgb(76 29 149 / .3)}.focus-within\:ring-offset-violet-900\/40:focus-within{--tw-ring-offset-color: rgb(76 29 149 / .4)}.focus-within\:ring-offset-violet-900\/50:focus-within{--tw-ring-offset-color: rgb(76 29 149 / .5)}.focus-within\:ring-offset-violet-900\/60:focus-within{--tw-ring-offset-color: rgb(76 29 149 / .6)}.focus-within\:ring-offset-violet-900\/70:focus-within{--tw-ring-offset-color: rgb(76 29 149 / .7)}.focus-within\:ring-offset-violet-900\/75:focus-within{--tw-ring-offset-color: rgb(76 29 149 / .75)}.focus-within\:ring-offset-violet-900\/80:focus-within{--tw-ring-offset-color: rgb(76 29 149 / .8)}.focus-within\:ring-offset-violet-900\/90:focus-within{--tw-ring-offset-color: rgb(76 29 149 / .9)}.focus-within\:ring-offset-violet-900\/95:focus-within{--tw-ring-offset-color: rgb(76 29 149 / .95)}.focus-within\:ring-offset-violet-900\/100:focus-within{--tw-ring-offset-color: rgb(76 29 149 / 1)}.focus-within\:ring-offset-fuchsia-50\/0:focus-within{--tw-ring-offset-color: rgb(253 244 255 / 0)}.focus-within\:ring-offset-fuchsia-50\/5:focus-within{--tw-ring-offset-color: rgb(253 244 255 / .05)}.focus-within\:ring-offset-fuchsia-50\/10:focus-within{--tw-ring-offset-color: rgb(253 244 255 / .1)}.focus-within\:ring-offset-fuchsia-50\/20:focus-within{--tw-ring-offset-color: rgb(253 244 255 / .2)}.focus-within\:ring-offset-fuchsia-50\/25:focus-within{--tw-ring-offset-color: rgb(253 244 255 / .25)}.focus-within\:ring-offset-fuchsia-50\/30:focus-within{--tw-ring-offset-color: rgb(253 244 255 / .3)}.focus-within\:ring-offset-fuchsia-50\/40:focus-within{--tw-ring-offset-color: rgb(253 244 255 / .4)}.focus-within\:ring-offset-fuchsia-50\/50:focus-within{--tw-ring-offset-color: rgb(253 244 255 / .5)}.focus-within\:ring-offset-fuchsia-50\/60:focus-within{--tw-ring-offset-color: rgb(253 244 255 / .6)}.focus-within\:ring-offset-fuchsia-50\/70:focus-within{--tw-ring-offset-color: rgb(253 244 255 / .7)}.focus-within\:ring-offset-fuchsia-50\/75:focus-within{--tw-ring-offset-color: rgb(253 244 255 / .75)}.focus-within\:ring-offset-fuchsia-50\/80:focus-within{--tw-ring-offset-color: rgb(253 244 255 / .8)}.focus-within\:ring-offset-fuchsia-50\/90:focus-within{--tw-ring-offset-color: rgb(253 244 255 / .9)}.focus-within\:ring-offset-fuchsia-50\/95:focus-within{--tw-ring-offset-color: rgb(253 244 255 / .95)}.focus-within\:ring-offset-fuchsia-50\/100:focus-within{--tw-ring-offset-color: rgb(253 244 255 / 1)}.focus-within\:ring-offset-fuchsia-100\/0:focus-within{--tw-ring-offset-color: rgb(250 232 255 / 0)}.focus-within\:ring-offset-fuchsia-100\/5:focus-within{--tw-ring-offset-color: rgb(250 232 255 / .05)}.focus-within\:ring-offset-fuchsia-100\/10:focus-within{--tw-ring-offset-color: rgb(250 232 255 / .1)}.focus-within\:ring-offset-fuchsia-100\/20:focus-within{--tw-ring-offset-color: rgb(250 232 255 / .2)}.focus-within\:ring-offset-fuchsia-100\/25:focus-within{--tw-ring-offset-color: rgb(250 232 255 / .25)}.focus-within\:ring-offset-fuchsia-100\/30:focus-within{--tw-ring-offset-color: rgb(250 232 255 / .3)}.focus-within\:ring-offset-fuchsia-100\/40:focus-within{--tw-ring-offset-color: rgb(250 232 255 / .4)}.focus-within\:ring-offset-fuchsia-100\/50:focus-within{--tw-ring-offset-color: rgb(250 232 255 / .5)}.focus-within\:ring-offset-fuchsia-100\/60:focus-within{--tw-ring-offset-color: rgb(250 232 255 / .6)}.focus-within\:ring-offset-fuchsia-100\/70:focus-within{--tw-ring-offset-color: rgb(250 232 255 / .7)}.focus-within\:ring-offset-fuchsia-100\/75:focus-within{--tw-ring-offset-color: rgb(250 232 255 / .75)}.focus-within\:ring-offset-fuchsia-100\/80:focus-within{--tw-ring-offset-color: rgb(250 232 255 / .8)}.focus-within\:ring-offset-fuchsia-100\/90:focus-within{--tw-ring-offset-color: rgb(250 232 255 / .9)}.focus-within\:ring-offset-fuchsia-100\/95:focus-within{--tw-ring-offset-color: rgb(250 232 255 / .95)}.focus-within\:ring-offset-fuchsia-100\/100:focus-within{--tw-ring-offset-color: rgb(250 232 255 / 1)}.focus-within\:ring-offset-fuchsia-200\/0:focus-within{--tw-ring-offset-color: rgb(245 208 254 / 0)}.focus-within\:ring-offset-fuchsia-200\/5:focus-within{--tw-ring-offset-color: rgb(245 208 254 / .05)}.focus-within\:ring-offset-fuchsia-200\/10:focus-within{--tw-ring-offset-color: rgb(245 208 254 / .1)}.focus-within\:ring-offset-fuchsia-200\/20:focus-within{--tw-ring-offset-color: rgb(245 208 254 / .2)}.focus-within\:ring-offset-fuchsia-200\/25:focus-within{--tw-ring-offset-color: rgb(245 208 254 / .25)}.focus-within\:ring-offset-fuchsia-200\/30:focus-within{--tw-ring-offset-color: rgb(245 208 254 / .3)}.focus-within\:ring-offset-fuchsia-200\/40:focus-within{--tw-ring-offset-color: rgb(245 208 254 / .4)}.focus-within\:ring-offset-fuchsia-200\/50:focus-within{--tw-ring-offset-color: rgb(245 208 254 / .5)}.focus-within\:ring-offset-fuchsia-200\/60:focus-within{--tw-ring-offset-color: rgb(245 208 254 / .6)}.focus-within\:ring-offset-fuchsia-200\/70:focus-within{--tw-ring-offset-color: rgb(245 208 254 / .7)}.focus-within\:ring-offset-fuchsia-200\/75:focus-within{--tw-ring-offset-color: rgb(245 208 254 / .75)}.focus-within\:ring-offset-fuchsia-200\/80:focus-within{--tw-ring-offset-color: rgb(245 208 254 / .8)}.focus-within\:ring-offset-fuchsia-200\/90:focus-within{--tw-ring-offset-color: rgb(245 208 254 / .9)}.focus-within\:ring-offset-fuchsia-200\/95:focus-within{--tw-ring-offset-color: rgb(245 208 254 / .95)}.focus-within\:ring-offset-fuchsia-200\/100:focus-within{--tw-ring-offset-color: rgb(245 208 254 / 1)}.focus-within\:ring-offset-fuchsia-300\/0:focus-within{--tw-ring-offset-color: rgb(240 171 252 / 0)}.focus-within\:ring-offset-fuchsia-300\/5:focus-within{--tw-ring-offset-color: rgb(240 171 252 / .05)}.focus-within\:ring-offset-fuchsia-300\/10:focus-within{--tw-ring-offset-color: rgb(240 171 252 / .1)}.focus-within\:ring-offset-fuchsia-300\/20:focus-within{--tw-ring-offset-color: rgb(240 171 252 / .2)}.focus-within\:ring-offset-fuchsia-300\/25:focus-within{--tw-ring-offset-color: rgb(240 171 252 / .25)}.focus-within\:ring-offset-fuchsia-300\/30:focus-within{--tw-ring-offset-color: rgb(240 171 252 / .3)}.focus-within\:ring-offset-fuchsia-300\/40:focus-within{--tw-ring-offset-color: rgb(240 171 252 / .4)}.focus-within\:ring-offset-fuchsia-300\/50:focus-within{--tw-ring-offset-color: rgb(240 171 252 / .5)}.focus-within\:ring-offset-fuchsia-300\/60:focus-within{--tw-ring-offset-color: rgb(240 171 252 / .6)}.focus-within\:ring-offset-fuchsia-300\/70:focus-within{--tw-ring-offset-color: rgb(240 171 252 / .7)}.focus-within\:ring-offset-fuchsia-300\/75:focus-within{--tw-ring-offset-color: rgb(240 171 252 / .75)}.focus-within\:ring-offset-fuchsia-300\/80:focus-within{--tw-ring-offset-color: rgb(240 171 252 / .8)}.focus-within\:ring-offset-fuchsia-300\/90:focus-within{--tw-ring-offset-color: rgb(240 171 252 / .9)}.focus-within\:ring-offset-fuchsia-300\/95:focus-within{--tw-ring-offset-color: rgb(240 171 252 / .95)}.focus-within\:ring-offset-fuchsia-300\/100:focus-within{--tw-ring-offset-color: rgb(240 171 252 / 1)}.focus-within\:ring-offset-fuchsia-400\/0:focus-within{--tw-ring-offset-color: rgb(232 121 249 / 0)}.focus-within\:ring-offset-fuchsia-400\/5:focus-within{--tw-ring-offset-color: rgb(232 121 249 / .05)}.focus-within\:ring-offset-fuchsia-400\/10:focus-within{--tw-ring-offset-color: rgb(232 121 249 / .1)}.focus-within\:ring-offset-fuchsia-400\/20:focus-within{--tw-ring-offset-color: rgb(232 121 249 / .2)}.focus-within\:ring-offset-fuchsia-400\/25:focus-within{--tw-ring-offset-color: rgb(232 121 249 / .25)}.focus-within\:ring-offset-fuchsia-400\/30:focus-within{--tw-ring-offset-color: rgb(232 121 249 / .3)}.focus-within\:ring-offset-fuchsia-400\/40:focus-within{--tw-ring-offset-color: rgb(232 121 249 / .4)}.focus-within\:ring-offset-fuchsia-400\/50:focus-within{--tw-ring-offset-color: rgb(232 121 249 / .5)}.focus-within\:ring-offset-fuchsia-400\/60:focus-within{--tw-ring-offset-color: rgb(232 121 249 / .6)}.focus-within\:ring-offset-fuchsia-400\/70:focus-within{--tw-ring-offset-color: rgb(232 121 249 / .7)}.focus-within\:ring-offset-fuchsia-400\/75:focus-within{--tw-ring-offset-color: rgb(232 121 249 / .75)}.focus-within\:ring-offset-fuchsia-400\/80:focus-within{--tw-ring-offset-color: rgb(232 121 249 / .8)}.focus-within\:ring-offset-fuchsia-400\/90:focus-within{--tw-ring-offset-color: rgb(232 121 249 / .9)}.focus-within\:ring-offset-fuchsia-400\/95:focus-within{--tw-ring-offset-color: rgb(232 121 249 / .95)}.focus-within\:ring-offset-fuchsia-400\/100:focus-within{--tw-ring-offset-color: rgb(232 121 249 / 1)}.focus-within\:ring-offset-fuchsia-500\/0:focus-within{--tw-ring-offset-color: rgb(217 70 239 / 0)}.focus-within\:ring-offset-fuchsia-500\/5:focus-within{--tw-ring-offset-color: rgb(217 70 239 / .05)}.focus-within\:ring-offset-fuchsia-500\/10:focus-within{--tw-ring-offset-color: rgb(217 70 239 / .1)}.focus-within\:ring-offset-fuchsia-500\/20:focus-within{--tw-ring-offset-color: rgb(217 70 239 / .2)}.focus-within\:ring-offset-fuchsia-500\/25:focus-within{--tw-ring-offset-color: rgb(217 70 239 / .25)}.focus-within\:ring-offset-fuchsia-500\/30:focus-within{--tw-ring-offset-color: rgb(217 70 239 / .3)}.focus-within\:ring-offset-fuchsia-500\/40:focus-within{--tw-ring-offset-color: rgb(217 70 239 / .4)}.focus-within\:ring-offset-fuchsia-500\/50:focus-within{--tw-ring-offset-color: rgb(217 70 239 / .5)}.focus-within\:ring-offset-fuchsia-500\/60:focus-within{--tw-ring-offset-color: rgb(217 70 239 / .6)}.focus-within\:ring-offset-fuchsia-500\/70:focus-within{--tw-ring-offset-color: rgb(217 70 239 / .7)}.focus-within\:ring-offset-fuchsia-500\/75:focus-within{--tw-ring-offset-color: rgb(217 70 239 / .75)}.focus-within\:ring-offset-fuchsia-500\/80:focus-within{--tw-ring-offset-color: rgb(217 70 239 / .8)}.focus-within\:ring-offset-fuchsia-500\/90:focus-within{--tw-ring-offset-color: rgb(217 70 239 / .9)}.focus-within\:ring-offset-fuchsia-500\/95:focus-within{--tw-ring-offset-color: rgb(217 70 239 / .95)}.focus-within\:ring-offset-fuchsia-500\/100:focus-within{--tw-ring-offset-color: rgb(217 70 239 / 1)}.focus-within\:ring-offset-fuchsia-600\/0:focus-within{--tw-ring-offset-color: rgb(192 38 211 / 0)}.focus-within\:ring-offset-fuchsia-600\/5:focus-within{--tw-ring-offset-color: rgb(192 38 211 / .05)}.focus-within\:ring-offset-fuchsia-600\/10:focus-within{--tw-ring-offset-color: rgb(192 38 211 / .1)}.focus-within\:ring-offset-fuchsia-600\/20:focus-within{--tw-ring-offset-color: rgb(192 38 211 / .2)}.focus-within\:ring-offset-fuchsia-600\/25:focus-within{--tw-ring-offset-color: rgb(192 38 211 / .25)}.focus-within\:ring-offset-fuchsia-600\/30:focus-within{--tw-ring-offset-color: rgb(192 38 211 / .3)}.focus-within\:ring-offset-fuchsia-600\/40:focus-within{--tw-ring-offset-color: rgb(192 38 211 / .4)}.focus-within\:ring-offset-fuchsia-600\/50:focus-within{--tw-ring-offset-color: rgb(192 38 211 / .5)}.focus-within\:ring-offset-fuchsia-600\/60:focus-within{--tw-ring-offset-color: rgb(192 38 211 / .6)}.focus-within\:ring-offset-fuchsia-600\/70:focus-within{--tw-ring-offset-color: rgb(192 38 211 / .7)}.focus-within\:ring-offset-fuchsia-600\/75:focus-within{--tw-ring-offset-color: rgb(192 38 211 / .75)}.focus-within\:ring-offset-fuchsia-600\/80:focus-within{--tw-ring-offset-color: rgb(192 38 211 / .8)}.focus-within\:ring-offset-fuchsia-600\/90:focus-within{--tw-ring-offset-color: rgb(192 38 211 / .9)}.focus-within\:ring-offset-fuchsia-600\/95:focus-within{--tw-ring-offset-color: rgb(192 38 211 / .95)}.focus-within\:ring-offset-fuchsia-600\/100:focus-within{--tw-ring-offset-color: rgb(192 38 211 / 1)}.focus-within\:ring-offset-fuchsia-700\/0:focus-within{--tw-ring-offset-color: rgb(162 28 175 / 0)}.focus-within\:ring-offset-fuchsia-700\/5:focus-within{--tw-ring-offset-color: rgb(162 28 175 / .05)}.focus-within\:ring-offset-fuchsia-700\/10:focus-within{--tw-ring-offset-color: rgb(162 28 175 / .1)}.focus-within\:ring-offset-fuchsia-700\/20:focus-within{--tw-ring-offset-color: rgb(162 28 175 / .2)}.focus-within\:ring-offset-fuchsia-700\/25:focus-within{--tw-ring-offset-color: rgb(162 28 175 / .25)}.focus-within\:ring-offset-fuchsia-700\/30:focus-within{--tw-ring-offset-color: rgb(162 28 175 / .3)}.focus-within\:ring-offset-fuchsia-700\/40:focus-within{--tw-ring-offset-color: rgb(162 28 175 / .4)}.focus-within\:ring-offset-fuchsia-700\/50:focus-within{--tw-ring-offset-color: rgb(162 28 175 / .5)}.focus-within\:ring-offset-fuchsia-700\/60:focus-within{--tw-ring-offset-color: rgb(162 28 175 / .6)}.focus-within\:ring-offset-fuchsia-700\/70:focus-within{--tw-ring-offset-color: rgb(162 28 175 / .7)}.focus-within\:ring-offset-fuchsia-700\/75:focus-within{--tw-ring-offset-color: rgb(162 28 175 / .75)}.focus-within\:ring-offset-fuchsia-700\/80:focus-within{--tw-ring-offset-color: rgb(162 28 175 / .8)}.focus-within\:ring-offset-fuchsia-700\/90:focus-within{--tw-ring-offset-color: rgb(162 28 175 / .9)}.focus-within\:ring-offset-fuchsia-700\/95:focus-within{--tw-ring-offset-color: rgb(162 28 175 / .95)}.focus-within\:ring-offset-fuchsia-700\/100:focus-within{--tw-ring-offset-color: rgb(162 28 175 / 1)}.focus-within\:ring-offset-fuchsia-800\/0:focus-within{--tw-ring-offset-color: rgb(134 25 143 / 0)}.focus-within\:ring-offset-fuchsia-800\/5:focus-within{--tw-ring-offset-color: rgb(134 25 143 / .05)}.focus-within\:ring-offset-fuchsia-800\/10:focus-within{--tw-ring-offset-color: rgb(134 25 143 / .1)}.focus-within\:ring-offset-fuchsia-800\/20:focus-within{--tw-ring-offset-color: rgb(134 25 143 / .2)}.focus-within\:ring-offset-fuchsia-800\/25:focus-within{--tw-ring-offset-color: rgb(134 25 143 / .25)}.focus-within\:ring-offset-fuchsia-800\/30:focus-within{--tw-ring-offset-color: rgb(134 25 143 / .3)}.focus-within\:ring-offset-fuchsia-800\/40:focus-within{--tw-ring-offset-color: rgb(134 25 143 / .4)}.focus-within\:ring-offset-fuchsia-800\/50:focus-within{--tw-ring-offset-color: rgb(134 25 143 / .5)}.focus-within\:ring-offset-fuchsia-800\/60:focus-within{--tw-ring-offset-color: rgb(134 25 143 / .6)}.focus-within\:ring-offset-fuchsia-800\/70:focus-within{--tw-ring-offset-color: rgb(134 25 143 / .7)}.focus-within\:ring-offset-fuchsia-800\/75:focus-within{--tw-ring-offset-color: rgb(134 25 143 / .75)}.focus-within\:ring-offset-fuchsia-800\/80:focus-within{--tw-ring-offset-color: rgb(134 25 143 / .8)}.focus-within\:ring-offset-fuchsia-800\/90:focus-within{--tw-ring-offset-color: rgb(134 25 143 / .9)}.focus-within\:ring-offset-fuchsia-800\/95:focus-within{--tw-ring-offset-color: rgb(134 25 143 / .95)}.focus-within\:ring-offset-fuchsia-800\/100:focus-within{--tw-ring-offset-color: rgb(134 25 143 / 1)}.focus-within\:ring-offset-fuchsia-900\/0:focus-within{--tw-ring-offset-color: rgb(112 26 117 / 0)}.focus-within\:ring-offset-fuchsia-900\/5:focus-within{--tw-ring-offset-color: rgb(112 26 117 / .05)}.focus-within\:ring-offset-fuchsia-900\/10:focus-within{--tw-ring-offset-color: rgb(112 26 117 / .1)}.focus-within\:ring-offset-fuchsia-900\/20:focus-within{--tw-ring-offset-color: rgb(112 26 117 / .2)}.focus-within\:ring-offset-fuchsia-900\/25:focus-within{--tw-ring-offset-color: rgb(112 26 117 / .25)}.focus-within\:ring-offset-fuchsia-900\/30:focus-within{--tw-ring-offset-color: rgb(112 26 117 / .3)}.focus-within\:ring-offset-fuchsia-900\/40:focus-within{--tw-ring-offset-color: rgb(112 26 117 / .4)}.focus-within\:ring-offset-fuchsia-900\/50:focus-within{--tw-ring-offset-color: rgb(112 26 117 / .5)}.focus-within\:ring-offset-fuchsia-900\/60:focus-within{--tw-ring-offset-color: rgb(112 26 117 / .6)}.focus-within\:ring-offset-fuchsia-900\/70:focus-within{--tw-ring-offset-color: rgb(112 26 117 / .7)}.focus-within\:ring-offset-fuchsia-900\/75:focus-within{--tw-ring-offset-color: rgb(112 26 117 / .75)}.focus-within\:ring-offset-fuchsia-900\/80:focus-within{--tw-ring-offset-color: rgb(112 26 117 / .8)}.focus-within\:ring-offset-fuchsia-900\/90:focus-within{--tw-ring-offset-color: rgb(112 26 117 / .9)}.focus-within\:ring-offset-fuchsia-900\/95:focus-within{--tw-ring-offset-color: rgb(112 26 117 / .95)}.focus-within\:ring-offset-fuchsia-900\/100:focus-within{--tw-ring-offset-color: rgb(112 26 117 / 1)}.focus-within\:ring-offset-pink-50\/0:focus-within{--tw-ring-offset-color: rgb(253 242 248 / 0)}.focus-within\:ring-offset-pink-50\/5:focus-within{--tw-ring-offset-color: rgb(253 242 248 / .05)}.focus-within\:ring-offset-pink-50\/10:focus-within{--tw-ring-offset-color: rgb(253 242 248 / .1)}.focus-within\:ring-offset-pink-50\/20:focus-within{--tw-ring-offset-color: rgb(253 242 248 / .2)}.focus-within\:ring-offset-pink-50\/25:focus-within{--tw-ring-offset-color: rgb(253 242 248 / .25)}.focus-within\:ring-offset-pink-50\/30:focus-within{--tw-ring-offset-color: rgb(253 242 248 / .3)}.focus-within\:ring-offset-pink-50\/40:focus-within{--tw-ring-offset-color: rgb(253 242 248 / .4)}.focus-within\:ring-offset-pink-50\/50:focus-within{--tw-ring-offset-color: rgb(253 242 248 / .5)}.focus-within\:ring-offset-pink-50\/60:focus-within{--tw-ring-offset-color: rgb(253 242 248 / .6)}.focus-within\:ring-offset-pink-50\/70:focus-within{--tw-ring-offset-color: rgb(253 242 248 / .7)}.focus-within\:ring-offset-pink-50\/75:focus-within{--tw-ring-offset-color: rgb(253 242 248 / .75)}.focus-within\:ring-offset-pink-50\/80:focus-within{--tw-ring-offset-color: rgb(253 242 248 / .8)}.focus-within\:ring-offset-pink-50\/90:focus-within{--tw-ring-offset-color: rgb(253 242 248 / .9)}.focus-within\:ring-offset-pink-50\/95:focus-within{--tw-ring-offset-color: rgb(253 242 248 / .95)}.focus-within\:ring-offset-pink-50\/100:focus-within{--tw-ring-offset-color: rgb(253 242 248 / 1)}.focus-within\:ring-offset-pink-100\/0:focus-within{--tw-ring-offset-color: rgb(252 231 243 / 0)}.focus-within\:ring-offset-pink-100\/5:focus-within{--tw-ring-offset-color: rgb(252 231 243 / .05)}.focus-within\:ring-offset-pink-100\/10:focus-within{--tw-ring-offset-color: rgb(252 231 243 / .1)}.focus-within\:ring-offset-pink-100\/20:focus-within{--tw-ring-offset-color: rgb(252 231 243 / .2)}.focus-within\:ring-offset-pink-100\/25:focus-within{--tw-ring-offset-color: rgb(252 231 243 / .25)}.focus-within\:ring-offset-pink-100\/30:focus-within{--tw-ring-offset-color: rgb(252 231 243 / .3)}.focus-within\:ring-offset-pink-100\/40:focus-within{--tw-ring-offset-color: rgb(252 231 243 / .4)}.focus-within\:ring-offset-pink-100\/50:focus-within{--tw-ring-offset-color: rgb(252 231 243 / .5)}.focus-within\:ring-offset-pink-100\/60:focus-within{--tw-ring-offset-color: rgb(252 231 243 / .6)}.focus-within\:ring-offset-pink-100\/70:focus-within{--tw-ring-offset-color: rgb(252 231 243 / .7)}.focus-within\:ring-offset-pink-100\/75:focus-within{--tw-ring-offset-color: rgb(252 231 243 / .75)}.focus-within\:ring-offset-pink-100\/80:focus-within{--tw-ring-offset-color: rgb(252 231 243 / .8)}.focus-within\:ring-offset-pink-100\/90:focus-within{--tw-ring-offset-color: rgb(252 231 243 / .9)}.focus-within\:ring-offset-pink-100\/95:focus-within{--tw-ring-offset-color: rgb(252 231 243 / .95)}.focus-within\:ring-offset-pink-100\/100:focus-within{--tw-ring-offset-color: rgb(252 231 243 / 1)}.focus-within\:ring-offset-pink-200\/0:focus-within{--tw-ring-offset-color: rgb(251 207 232 / 0)}.focus-within\:ring-offset-pink-200\/5:focus-within{--tw-ring-offset-color: rgb(251 207 232 / .05)}.focus-within\:ring-offset-pink-200\/10:focus-within{--tw-ring-offset-color: rgb(251 207 232 / .1)}.focus-within\:ring-offset-pink-200\/20:focus-within{--tw-ring-offset-color: rgb(251 207 232 / .2)}.focus-within\:ring-offset-pink-200\/25:focus-within{--tw-ring-offset-color: rgb(251 207 232 / .25)}.focus-within\:ring-offset-pink-200\/30:focus-within{--tw-ring-offset-color: rgb(251 207 232 / .3)}.focus-within\:ring-offset-pink-200\/40:focus-within{--tw-ring-offset-color: rgb(251 207 232 / .4)}.focus-within\:ring-offset-pink-200\/50:focus-within{--tw-ring-offset-color: rgb(251 207 232 / .5)}.focus-within\:ring-offset-pink-200\/60:focus-within{--tw-ring-offset-color: rgb(251 207 232 / .6)}.focus-within\:ring-offset-pink-200\/70:focus-within{--tw-ring-offset-color: rgb(251 207 232 / .7)}.focus-within\:ring-offset-pink-200\/75:focus-within{--tw-ring-offset-color: rgb(251 207 232 / .75)}.focus-within\:ring-offset-pink-200\/80:focus-within{--tw-ring-offset-color: rgb(251 207 232 / .8)}.focus-within\:ring-offset-pink-200\/90:focus-within{--tw-ring-offset-color: rgb(251 207 232 / .9)}.focus-within\:ring-offset-pink-200\/95:focus-within{--tw-ring-offset-color: rgb(251 207 232 / .95)}.focus-within\:ring-offset-pink-200\/100:focus-within{--tw-ring-offset-color: rgb(251 207 232 / 1)}.focus-within\:ring-offset-pink-300\/0:focus-within{--tw-ring-offset-color: rgb(249 168 212 / 0)}.focus-within\:ring-offset-pink-300\/5:focus-within{--tw-ring-offset-color: rgb(249 168 212 / .05)}.focus-within\:ring-offset-pink-300\/10:focus-within{--tw-ring-offset-color: rgb(249 168 212 / .1)}.focus-within\:ring-offset-pink-300\/20:focus-within{--tw-ring-offset-color: rgb(249 168 212 / .2)}.focus-within\:ring-offset-pink-300\/25:focus-within{--tw-ring-offset-color: rgb(249 168 212 / .25)}.focus-within\:ring-offset-pink-300\/30:focus-within{--tw-ring-offset-color: rgb(249 168 212 / .3)}.focus-within\:ring-offset-pink-300\/40:focus-within{--tw-ring-offset-color: rgb(249 168 212 / .4)}.focus-within\:ring-offset-pink-300\/50:focus-within{--tw-ring-offset-color: rgb(249 168 212 / .5)}.focus-within\:ring-offset-pink-300\/60:focus-within{--tw-ring-offset-color: rgb(249 168 212 / .6)}.focus-within\:ring-offset-pink-300\/70:focus-within{--tw-ring-offset-color: rgb(249 168 212 / .7)}.focus-within\:ring-offset-pink-300\/75:focus-within{--tw-ring-offset-color: rgb(249 168 212 / .75)}.focus-within\:ring-offset-pink-300\/80:focus-within{--tw-ring-offset-color: rgb(249 168 212 / .8)}.focus-within\:ring-offset-pink-300\/90:focus-within{--tw-ring-offset-color: rgb(249 168 212 / .9)}.focus-within\:ring-offset-pink-300\/95:focus-within{--tw-ring-offset-color: rgb(249 168 212 / .95)}.focus-within\:ring-offset-pink-300\/100:focus-within{--tw-ring-offset-color: rgb(249 168 212 / 1)}.focus-within\:ring-offset-pink-400\/0:focus-within{--tw-ring-offset-color: rgb(244 114 182 / 0)}.focus-within\:ring-offset-pink-400\/5:focus-within{--tw-ring-offset-color: rgb(244 114 182 / .05)}.focus-within\:ring-offset-pink-400\/10:focus-within{--tw-ring-offset-color: rgb(244 114 182 / .1)}.focus-within\:ring-offset-pink-400\/20:focus-within{--tw-ring-offset-color: rgb(244 114 182 / .2)}.focus-within\:ring-offset-pink-400\/25:focus-within{--tw-ring-offset-color: rgb(244 114 182 / .25)}.focus-within\:ring-offset-pink-400\/30:focus-within{--tw-ring-offset-color: rgb(244 114 182 / .3)}.focus-within\:ring-offset-pink-400\/40:focus-within{--tw-ring-offset-color: rgb(244 114 182 / .4)}.focus-within\:ring-offset-pink-400\/50:focus-within{--tw-ring-offset-color: rgb(244 114 182 / .5)}.focus-within\:ring-offset-pink-400\/60:focus-within{--tw-ring-offset-color: rgb(244 114 182 / .6)}.focus-within\:ring-offset-pink-400\/70:focus-within{--tw-ring-offset-color: rgb(244 114 182 / .7)}.focus-within\:ring-offset-pink-400\/75:focus-within{--tw-ring-offset-color: rgb(244 114 182 / .75)}.focus-within\:ring-offset-pink-400\/80:focus-within{--tw-ring-offset-color: rgb(244 114 182 / .8)}.focus-within\:ring-offset-pink-400\/90:focus-within{--tw-ring-offset-color: rgb(244 114 182 / .9)}.focus-within\:ring-offset-pink-400\/95:focus-within{--tw-ring-offset-color: rgb(244 114 182 / .95)}.focus-within\:ring-offset-pink-400\/100:focus-within{--tw-ring-offset-color: rgb(244 114 182 / 1)}.focus-within\:ring-offset-pink-500\/0:focus-within{--tw-ring-offset-color: rgb(236 72 153 / 0)}.focus-within\:ring-offset-pink-500\/5:focus-within{--tw-ring-offset-color: rgb(236 72 153 / .05)}.focus-within\:ring-offset-pink-500\/10:focus-within{--tw-ring-offset-color: rgb(236 72 153 / .1)}.focus-within\:ring-offset-pink-500\/20:focus-within{--tw-ring-offset-color: rgb(236 72 153 / .2)}.focus-within\:ring-offset-pink-500\/25:focus-within{--tw-ring-offset-color: rgb(236 72 153 / .25)}.focus-within\:ring-offset-pink-500\/30:focus-within{--tw-ring-offset-color: rgb(236 72 153 / .3)}.focus-within\:ring-offset-pink-500\/40:focus-within{--tw-ring-offset-color: rgb(236 72 153 / .4)}.focus-within\:ring-offset-pink-500\/50:focus-within{--tw-ring-offset-color: rgb(236 72 153 / .5)}.focus-within\:ring-offset-pink-500\/60:focus-within{--tw-ring-offset-color: rgb(236 72 153 / .6)}.focus-within\:ring-offset-pink-500\/70:focus-within{--tw-ring-offset-color: rgb(236 72 153 / .7)}.focus-within\:ring-offset-pink-500\/75:focus-within{--tw-ring-offset-color: rgb(236 72 153 / .75)}.focus-within\:ring-offset-pink-500\/80:focus-within{--tw-ring-offset-color: rgb(236 72 153 / .8)}.focus-within\:ring-offset-pink-500\/90:focus-within{--tw-ring-offset-color: rgb(236 72 153 / .9)}.focus-within\:ring-offset-pink-500\/95:focus-within{--tw-ring-offset-color: rgb(236 72 153 / .95)}.focus-within\:ring-offset-pink-500\/100:focus-within{--tw-ring-offset-color: rgb(236 72 153 / 1)}.focus-within\:ring-offset-pink-600\/0:focus-within{--tw-ring-offset-color: rgb(219 39 119 / 0)}.focus-within\:ring-offset-pink-600\/5:focus-within{--tw-ring-offset-color: rgb(219 39 119 / .05)}.focus-within\:ring-offset-pink-600\/10:focus-within{--tw-ring-offset-color: rgb(219 39 119 / .1)}.focus-within\:ring-offset-pink-600\/20:focus-within{--tw-ring-offset-color: rgb(219 39 119 / .2)}.focus-within\:ring-offset-pink-600\/25:focus-within{--tw-ring-offset-color: rgb(219 39 119 / .25)}.focus-within\:ring-offset-pink-600\/30:focus-within{--tw-ring-offset-color: rgb(219 39 119 / .3)}.focus-within\:ring-offset-pink-600\/40:focus-within{--tw-ring-offset-color: rgb(219 39 119 / .4)}.focus-within\:ring-offset-pink-600\/50:focus-within{--tw-ring-offset-color: rgb(219 39 119 / .5)}.focus-within\:ring-offset-pink-600\/60:focus-within{--tw-ring-offset-color: rgb(219 39 119 / .6)}.focus-within\:ring-offset-pink-600\/70:focus-within{--tw-ring-offset-color: rgb(219 39 119 / .7)}.focus-within\:ring-offset-pink-600\/75:focus-within{--tw-ring-offset-color: rgb(219 39 119 / .75)}.focus-within\:ring-offset-pink-600\/80:focus-within{--tw-ring-offset-color: rgb(219 39 119 / .8)}.focus-within\:ring-offset-pink-600\/90:focus-within{--tw-ring-offset-color: rgb(219 39 119 / .9)}.focus-within\:ring-offset-pink-600\/95:focus-within{--tw-ring-offset-color: rgb(219 39 119 / .95)}.focus-within\:ring-offset-pink-600\/100:focus-within{--tw-ring-offset-color: rgb(219 39 119 / 1)}.focus-within\:ring-offset-pink-700\/0:focus-within{--tw-ring-offset-color: rgb(190 24 93 / 0)}.focus-within\:ring-offset-pink-700\/5:focus-within{--tw-ring-offset-color: rgb(190 24 93 / .05)}.focus-within\:ring-offset-pink-700\/10:focus-within{--tw-ring-offset-color: rgb(190 24 93 / .1)}.focus-within\:ring-offset-pink-700\/20:focus-within{--tw-ring-offset-color: rgb(190 24 93 / .2)}.focus-within\:ring-offset-pink-700\/25:focus-within{--tw-ring-offset-color: rgb(190 24 93 / .25)}.focus-within\:ring-offset-pink-700\/30:focus-within{--tw-ring-offset-color: rgb(190 24 93 / .3)}.focus-within\:ring-offset-pink-700\/40:focus-within{--tw-ring-offset-color: rgb(190 24 93 / .4)}.focus-within\:ring-offset-pink-700\/50:focus-within{--tw-ring-offset-color: rgb(190 24 93 / .5)}.focus-within\:ring-offset-pink-700\/60:focus-within{--tw-ring-offset-color: rgb(190 24 93 / .6)}.focus-within\:ring-offset-pink-700\/70:focus-within{--tw-ring-offset-color: rgb(190 24 93 / .7)}.focus-within\:ring-offset-pink-700\/75:focus-within{--tw-ring-offset-color: rgb(190 24 93 / .75)}.focus-within\:ring-offset-pink-700\/80:focus-within{--tw-ring-offset-color: rgb(190 24 93 / .8)}.focus-within\:ring-offset-pink-700\/90:focus-within{--tw-ring-offset-color: rgb(190 24 93 / .9)}.focus-within\:ring-offset-pink-700\/95:focus-within{--tw-ring-offset-color: rgb(190 24 93 / .95)}.focus-within\:ring-offset-pink-700\/100:focus-within{--tw-ring-offset-color: rgb(190 24 93 / 1)}.focus-within\:ring-offset-pink-800\/0:focus-within{--tw-ring-offset-color: rgb(157 23 77 / 0)}.focus-within\:ring-offset-pink-800\/5:focus-within{--tw-ring-offset-color: rgb(157 23 77 / .05)}.focus-within\:ring-offset-pink-800\/10:focus-within{--tw-ring-offset-color: rgb(157 23 77 / .1)}.focus-within\:ring-offset-pink-800\/20:focus-within{--tw-ring-offset-color: rgb(157 23 77 / .2)}.focus-within\:ring-offset-pink-800\/25:focus-within{--tw-ring-offset-color: rgb(157 23 77 / .25)}.focus-within\:ring-offset-pink-800\/30:focus-within{--tw-ring-offset-color: rgb(157 23 77 / .3)}.focus-within\:ring-offset-pink-800\/40:focus-within{--tw-ring-offset-color: rgb(157 23 77 / .4)}.focus-within\:ring-offset-pink-800\/50:focus-within{--tw-ring-offset-color: rgb(157 23 77 / .5)}.focus-within\:ring-offset-pink-800\/60:focus-within{--tw-ring-offset-color: rgb(157 23 77 / .6)}.focus-within\:ring-offset-pink-800\/70:focus-within{--tw-ring-offset-color: rgb(157 23 77 / .7)}.focus-within\:ring-offset-pink-800\/75:focus-within{--tw-ring-offset-color: rgb(157 23 77 / .75)}.focus-within\:ring-offset-pink-800\/80:focus-within{--tw-ring-offset-color: rgb(157 23 77 / .8)}.focus-within\:ring-offset-pink-800\/90:focus-within{--tw-ring-offset-color: rgb(157 23 77 / .9)}.focus-within\:ring-offset-pink-800\/95:focus-within{--tw-ring-offset-color: rgb(157 23 77 / .95)}.focus-within\:ring-offset-pink-800\/100:focus-within{--tw-ring-offset-color: rgb(157 23 77 / 1)}.focus-within\:ring-offset-pink-900\/0:focus-within{--tw-ring-offset-color: rgb(131 24 67 / 0)}.focus-within\:ring-offset-pink-900\/5:focus-within{--tw-ring-offset-color: rgb(131 24 67 / .05)}.focus-within\:ring-offset-pink-900\/10:focus-within{--tw-ring-offset-color: rgb(131 24 67 / .1)}.focus-within\:ring-offset-pink-900\/20:focus-within{--tw-ring-offset-color: rgb(131 24 67 / .2)}.focus-within\:ring-offset-pink-900\/25:focus-within{--tw-ring-offset-color: rgb(131 24 67 / .25)}.focus-within\:ring-offset-pink-900\/30:focus-within{--tw-ring-offset-color: rgb(131 24 67 / .3)}.focus-within\:ring-offset-pink-900\/40:focus-within{--tw-ring-offset-color: rgb(131 24 67 / .4)}.focus-within\:ring-offset-pink-900\/50:focus-within{--tw-ring-offset-color: rgb(131 24 67 / .5)}.focus-within\:ring-offset-pink-900\/60:focus-within{--tw-ring-offset-color: rgb(131 24 67 / .6)}.focus-within\:ring-offset-pink-900\/70:focus-within{--tw-ring-offset-color: rgb(131 24 67 / .7)}.focus-within\:ring-offset-pink-900\/75:focus-within{--tw-ring-offset-color: rgb(131 24 67 / .75)}.focus-within\:ring-offset-pink-900\/80:focus-within{--tw-ring-offset-color: rgb(131 24 67 / .8)}.focus-within\:ring-offset-pink-900\/90:focus-within{--tw-ring-offset-color: rgb(131 24 67 / .9)}.focus-within\:ring-offset-pink-900\/95:focus-within{--tw-ring-offset-color: rgb(131 24 67 / .95)}.focus-within\:ring-offset-pink-900\/100:focus-within{--tw-ring-offset-color: rgb(131 24 67 / 1)}.focus-within\:ring-offset-rose-50\/0:focus-within{--tw-ring-offset-color: rgb(255 241 242 / 0)}.focus-within\:ring-offset-rose-50\/5:focus-within{--tw-ring-offset-color: rgb(255 241 242 / .05)}.focus-within\:ring-offset-rose-50\/10:focus-within{--tw-ring-offset-color: rgb(255 241 242 / .1)}.focus-within\:ring-offset-rose-50\/20:focus-within{--tw-ring-offset-color: rgb(255 241 242 / .2)}.focus-within\:ring-offset-rose-50\/25:focus-within{--tw-ring-offset-color: rgb(255 241 242 / .25)}.focus-within\:ring-offset-rose-50\/30:focus-within{--tw-ring-offset-color: rgb(255 241 242 / .3)}.focus-within\:ring-offset-rose-50\/40:focus-within{--tw-ring-offset-color: rgb(255 241 242 / .4)}.focus-within\:ring-offset-rose-50\/50:focus-within{--tw-ring-offset-color: rgb(255 241 242 / .5)}.focus-within\:ring-offset-rose-50\/60:focus-within{--tw-ring-offset-color: rgb(255 241 242 / .6)}.focus-within\:ring-offset-rose-50\/70:focus-within{--tw-ring-offset-color: rgb(255 241 242 / .7)}.focus-within\:ring-offset-rose-50\/75:focus-within{--tw-ring-offset-color: rgb(255 241 242 / .75)}.focus-within\:ring-offset-rose-50\/80:focus-within{--tw-ring-offset-color: rgb(255 241 242 / .8)}.focus-within\:ring-offset-rose-50\/90:focus-within{--tw-ring-offset-color: rgb(255 241 242 / .9)}.focus-within\:ring-offset-rose-50\/95:focus-within{--tw-ring-offset-color: rgb(255 241 242 / .95)}.focus-within\:ring-offset-rose-50\/100:focus-within{--tw-ring-offset-color: rgb(255 241 242 / 1)}.focus-within\:ring-offset-rose-100\/0:focus-within{--tw-ring-offset-color: rgb(255 228 230 / 0)}.focus-within\:ring-offset-rose-100\/5:focus-within{--tw-ring-offset-color: rgb(255 228 230 / .05)}.focus-within\:ring-offset-rose-100\/10:focus-within{--tw-ring-offset-color: rgb(255 228 230 / .1)}.focus-within\:ring-offset-rose-100\/20:focus-within{--tw-ring-offset-color: rgb(255 228 230 / .2)}.focus-within\:ring-offset-rose-100\/25:focus-within{--tw-ring-offset-color: rgb(255 228 230 / .25)}.focus-within\:ring-offset-rose-100\/30:focus-within{--tw-ring-offset-color: rgb(255 228 230 / .3)}.focus-within\:ring-offset-rose-100\/40:focus-within{--tw-ring-offset-color: rgb(255 228 230 / .4)}.focus-within\:ring-offset-rose-100\/50:focus-within{--tw-ring-offset-color: rgb(255 228 230 / .5)}.focus-within\:ring-offset-rose-100\/60:focus-within{--tw-ring-offset-color: rgb(255 228 230 / .6)}.focus-within\:ring-offset-rose-100\/70:focus-within{--tw-ring-offset-color: rgb(255 228 230 / .7)}.focus-within\:ring-offset-rose-100\/75:focus-within{--tw-ring-offset-color: rgb(255 228 230 / .75)}.focus-within\:ring-offset-rose-100\/80:focus-within{--tw-ring-offset-color: rgb(255 228 230 / .8)}.focus-within\:ring-offset-rose-100\/90:focus-within{--tw-ring-offset-color: rgb(255 228 230 / .9)}.focus-within\:ring-offset-rose-100\/95:focus-within{--tw-ring-offset-color: rgb(255 228 230 / .95)}.focus-within\:ring-offset-rose-100\/100:focus-within{--tw-ring-offset-color: rgb(255 228 230 / 1)}.focus-within\:ring-offset-rose-200\/0:focus-within{--tw-ring-offset-color: rgb(254 205 211 / 0)}.focus-within\:ring-offset-rose-200\/5:focus-within{--tw-ring-offset-color: rgb(254 205 211 / .05)}.focus-within\:ring-offset-rose-200\/10:focus-within{--tw-ring-offset-color: rgb(254 205 211 / .1)}.focus-within\:ring-offset-rose-200\/20:focus-within{--tw-ring-offset-color: rgb(254 205 211 / .2)}.focus-within\:ring-offset-rose-200\/25:focus-within{--tw-ring-offset-color: rgb(254 205 211 / .25)}.focus-within\:ring-offset-rose-200\/30:focus-within{--tw-ring-offset-color: rgb(254 205 211 / .3)}.focus-within\:ring-offset-rose-200\/40:focus-within{--tw-ring-offset-color: rgb(254 205 211 / .4)}.focus-within\:ring-offset-rose-200\/50:focus-within{--tw-ring-offset-color: rgb(254 205 211 / .5)}.focus-within\:ring-offset-rose-200\/60:focus-within{--tw-ring-offset-color: rgb(254 205 211 / .6)}.focus-within\:ring-offset-rose-200\/70:focus-within{--tw-ring-offset-color: rgb(254 205 211 / .7)}.focus-within\:ring-offset-rose-200\/75:focus-within{--tw-ring-offset-color: rgb(254 205 211 / .75)}.focus-within\:ring-offset-rose-200\/80:focus-within{--tw-ring-offset-color: rgb(254 205 211 / .8)}.focus-within\:ring-offset-rose-200\/90:focus-within{--tw-ring-offset-color: rgb(254 205 211 / .9)}.focus-within\:ring-offset-rose-200\/95:focus-within{--tw-ring-offset-color: rgb(254 205 211 / .95)}.focus-within\:ring-offset-rose-200\/100:focus-within{--tw-ring-offset-color: rgb(254 205 211 / 1)}.focus-within\:ring-offset-rose-300\/0:focus-within{--tw-ring-offset-color: rgb(253 164 175 / 0)}.focus-within\:ring-offset-rose-300\/5:focus-within{--tw-ring-offset-color: rgb(253 164 175 / .05)}.focus-within\:ring-offset-rose-300\/10:focus-within{--tw-ring-offset-color: rgb(253 164 175 / .1)}.focus-within\:ring-offset-rose-300\/20:focus-within{--tw-ring-offset-color: rgb(253 164 175 / .2)}.focus-within\:ring-offset-rose-300\/25:focus-within{--tw-ring-offset-color: rgb(253 164 175 / .25)}.focus-within\:ring-offset-rose-300\/30:focus-within{--tw-ring-offset-color: rgb(253 164 175 / .3)}.focus-within\:ring-offset-rose-300\/40:focus-within{--tw-ring-offset-color: rgb(253 164 175 / .4)}.focus-within\:ring-offset-rose-300\/50:focus-within{--tw-ring-offset-color: rgb(253 164 175 / .5)}.focus-within\:ring-offset-rose-300\/60:focus-within{--tw-ring-offset-color: rgb(253 164 175 / .6)}.focus-within\:ring-offset-rose-300\/70:focus-within{--tw-ring-offset-color: rgb(253 164 175 / .7)}.focus-within\:ring-offset-rose-300\/75:focus-within{--tw-ring-offset-color: rgb(253 164 175 / .75)}.focus-within\:ring-offset-rose-300\/80:focus-within{--tw-ring-offset-color: rgb(253 164 175 / .8)}.focus-within\:ring-offset-rose-300\/90:focus-within{--tw-ring-offset-color: rgb(253 164 175 / .9)}.focus-within\:ring-offset-rose-300\/95:focus-within{--tw-ring-offset-color: rgb(253 164 175 / .95)}.focus-within\:ring-offset-rose-300\/100:focus-within{--tw-ring-offset-color: rgb(253 164 175 / 1)}.focus-within\:ring-offset-rose-400\/0:focus-within{--tw-ring-offset-color: rgb(251 113 133 / 0)}.focus-within\:ring-offset-rose-400\/5:focus-within{--tw-ring-offset-color: rgb(251 113 133 / .05)}.focus-within\:ring-offset-rose-400\/10:focus-within{--tw-ring-offset-color: rgb(251 113 133 / .1)}.focus-within\:ring-offset-rose-400\/20:focus-within{--tw-ring-offset-color: rgb(251 113 133 / .2)}.focus-within\:ring-offset-rose-400\/25:focus-within{--tw-ring-offset-color: rgb(251 113 133 / .25)}.focus-within\:ring-offset-rose-400\/30:focus-within{--tw-ring-offset-color: rgb(251 113 133 / .3)}.focus-within\:ring-offset-rose-400\/40:focus-within{--tw-ring-offset-color: rgb(251 113 133 / .4)}.focus-within\:ring-offset-rose-400\/50:focus-within{--tw-ring-offset-color: rgb(251 113 133 / .5)}.focus-within\:ring-offset-rose-400\/60:focus-within{--tw-ring-offset-color: rgb(251 113 133 / .6)}.focus-within\:ring-offset-rose-400\/70:focus-within{--tw-ring-offset-color: rgb(251 113 133 / .7)}.focus-within\:ring-offset-rose-400\/75:focus-within{--tw-ring-offset-color: rgb(251 113 133 / .75)}.focus-within\:ring-offset-rose-400\/80:focus-within{--tw-ring-offset-color: rgb(251 113 133 / .8)}.focus-within\:ring-offset-rose-400\/90:focus-within{--tw-ring-offset-color: rgb(251 113 133 / .9)}.focus-within\:ring-offset-rose-400\/95:focus-within{--tw-ring-offset-color: rgb(251 113 133 / .95)}.focus-within\:ring-offset-rose-400\/100:focus-within{--tw-ring-offset-color: rgb(251 113 133 / 1)}.focus-within\:ring-offset-rose-500\/0:focus-within{--tw-ring-offset-color: rgb(244 63 94 / 0)}.focus-within\:ring-offset-rose-500\/5:focus-within{--tw-ring-offset-color: rgb(244 63 94 / .05)}.focus-within\:ring-offset-rose-500\/10:focus-within{--tw-ring-offset-color: rgb(244 63 94 / .1)}.focus-within\:ring-offset-rose-500\/20:focus-within{--tw-ring-offset-color: rgb(244 63 94 / .2)}.focus-within\:ring-offset-rose-500\/25:focus-within{--tw-ring-offset-color: rgb(244 63 94 / .25)}.focus-within\:ring-offset-rose-500\/30:focus-within{--tw-ring-offset-color: rgb(244 63 94 / .3)}.focus-within\:ring-offset-rose-500\/40:focus-within{--tw-ring-offset-color: rgb(244 63 94 / .4)}.focus-within\:ring-offset-rose-500\/50:focus-within{--tw-ring-offset-color: rgb(244 63 94 / .5)}.focus-within\:ring-offset-rose-500\/60:focus-within{--tw-ring-offset-color: rgb(244 63 94 / .6)}.focus-within\:ring-offset-rose-500\/70:focus-within{--tw-ring-offset-color: rgb(244 63 94 / .7)}.focus-within\:ring-offset-rose-500\/75:focus-within{--tw-ring-offset-color: rgb(244 63 94 / .75)}.focus-within\:ring-offset-rose-500\/80:focus-within{--tw-ring-offset-color: rgb(244 63 94 / .8)}.focus-within\:ring-offset-rose-500\/90:focus-within{--tw-ring-offset-color: rgb(244 63 94 / .9)}.focus-within\:ring-offset-rose-500\/95:focus-within{--tw-ring-offset-color: rgb(244 63 94 / .95)}.focus-within\:ring-offset-rose-500\/100:focus-within{--tw-ring-offset-color: rgb(244 63 94 / 1)}.focus-within\:ring-offset-rose-600\/0:focus-within{--tw-ring-offset-color: rgb(225 29 72 / 0)}.focus-within\:ring-offset-rose-600\/5:focus-within{--tw-ring-offset-color: rgb(225 29 72 / .05)}.focus-within\:ring-offset-rose-600\/10:focus-within{--tw-ring-offset-color: rgb(225 29 72 / .1)}.focus-within\:ring-offset-rose-600\/20:focus-within{--tw-ring-offset-color: rgb(225 29 72 / .2)}.focus-within\:ring-offset-rose-600\/25:focus-within{--tw-ring-offset-color: rgb(225 29 72 / .25)}.focus-within\:ring-offset-rose-600\/30:focus-within{--tw-ring-offset-color: rgb(225 29 72 / .3)}.focus-within\:ring-offset-rose-600\/40:focus-within{--tw-ring-offset-color: rgb(225 29 72 / .4)}.focus-within\:ring-offset-rose-600\/50:focus-within{--tw-ring-offset-color: rgb(225 29 72 / .5)}.focus-within\:ring-offset-rose-600\/60:focus-within{--tw-ring-offset-color: rgb(225 29 72 / .6)}.focus-within\:ring-offset-rose-600\/70:focus-within{--tw-ring-offset-color: rgb(225 29 72 / .7)}.focus-within\:ring-offset-rose-600\/75:focus-within{--tw-ring-offset-color: rgb(225 29 72 / .75)}.focus-within\:ring-offset-rose-600\/80:focus-within{--tw-ring-offset-color: rgb(225 29 72 / .8)}.focus-within\:ring-offset-rose-600\/90:focus-within{--tw-ring-offset-color: rgb(225 29 72 / .9)}.focus-within\:ring-offset-rose-600\/95:focus-within{--tw-ring-offset-color: rgb(225 29 72 / .95)}.focus-within\:ring-offset-rose-600\/100:focus-within{--tw-ring-offset-color: rgb(225 29 72 / 1)}.focus-within\:ring-offset-rose-700\/0:focus-within{--tw-ring-offset-color: rgb(190 18 60 / 0)}.focus-within\:ring-offset-rose-700\/5:focus-within{--tw-ring-offset-color: rgb(190 18 60 / .05)}.focus-within\:ring-offset-rose-700\/10:focus-within{--tw-ring-offset-color: rgb(190 18 60 / .1)}.focus-within\:ring-offset-rose-700\/20:focus-within{--tw-ring-offset-color: rgb(190 18 60 / .2)}.focus-within\:ring-offset-rose-700\/25:focus-within{--tw-ring-offset-color: rgb(190 18 60 / .25)}.focus-within\:ring-offset-rose-700\/30:focus-within{--tw-ring-offset-color: rgb(190 18 60 / .3)}.focus-within\:ring-offset-rose-700\/40:focus-within{--tw-ring-offset-color: rgb(190 18 60 / .4)}.focus-within\:ring-offset-rose-700\/50:focus-within{--tw-ring-offset-color: rgb(190 18 60 / .5)}.focus-within\:ring-offset-rose-700\/60:focus-within{--tw-ring-offset-color: rgb(190 18 60 / .6)}.focus-within\:ring-offset-rose-700\/70:focus-within{--tw-ring-offset-color: rgb(190 18 60 / .7)}.focus-within\:ring-offset-rose-700\/75:focus-within{--tw-ring-offset-color: rgb(190 18 60 / .75)}.focus-within\:ring-offset-rose-700\/80:focus-within{--tw-ring-offset-color: rgb(190 18 60 / .8)}.focus-within\:ring-offset-rose-700\/90:focus-within{--tw-ring-offset-color: rgb(190 18 60 / .9)}.focus-within\:ring-offset-rose-700\/95:focus-within{--tw-ring-offset-color: rgb(190 18 60 / .95)}.focus-within\:ring-offset-rose-700\/100:focus-within{--tw-ring-offset-color: rgb(190 18 60 / 1)}.focus-within\:ring-offset-rose-800\/0:focus-within{--tw-ring-offset-color: rgb(159 18 57 / 0)}.focus-within\:ring-offset-rose-800\/5:focus-within{--tw-ring-offset-color: rgb(159 18 57 / .05)}.focus-within\:ring-offset-rose-800\/10:focus-within{--tw-ring-offset-color: rgb(159 18 57 / .1)}.focus-within\:ring-offset-rose-800\/20:focus-within{--tw-ring-offset-color: rgb(159 18 57 / .2)}.focus-within\:ring-offset-rose-800\/25:focus-within{--tw-ring-offset-color: rgb(159 18 57 / .25)}.focus-within\:ring-offset-rose-800\/30:focus-within{--tw-ring-offset-color: rgb(159 18 57 / .3)}.focus-within\:ring-offset-rose-800\/40:focus-within{--tw-ring-offset-color: rgb(159 18 57 / .4)}.focus-within\:ring-offset-rose-800\/50:focus-within{--tw-ring-offset-color: rgb(159 18 57 / .5)}.focus-within\:ring-offset-rose-800\/60:focus-within{--tw-ring-offset-color: rgb(159 18 57 / .6)}.focus-within\:ring-offset-rose-800\/70:focus-within{--tw-ring-offset-color: rgb(159 18 57 / .7)}.focus-within\:ring-offset-rose-800\/75:focus-within{--tw-ring-offset-color: rgb(159 18 57 / .75)}.focus-within\:ring-offset-rose-800\/80:focus-within{--tw-ring-offset-color: rgb(159 18 57 / .8)}.focus-within\:ring-offset-rose-800\/90:focus-within{--tw-ring-offset-color: rgb(159 18 57 / .9)}.focus-within\:ring-offset-rose-800\/95:focus-within{--tw-ring-offset-color: rgb(159 18 57 / .95)}.focus-within\:ring-offset-rose-800\/100:focus-within{--tw-ring-offset-color: rgb(159 18 57 / 1)}.focus-within\:ring-offset-rose-900\/0:focus-within{--tw-ring-offset-color: rgb(136 19 55 / 0)}.focus-within\:ring-offset-rose-900\/5:focus-within{--tw-ring-offset-color: rgb(136 19 55 / .05)}.focus-within\:ring-offset-rose-900\/10:focus-within{--tw-ring-offset-color: rgb(136 19 55 / .1)}.focus-within\:ring-offset-rose-900\/20:focus-within{--tw-ring-offset-color: rgb(136 19 55 / .2)}.focus-within\:ring-offset-rose-900\/25:focus-within{--tw-ring-offset-color: rgb(136 19 55 / .25)}.focus-within\:ring-offset-rose-900\/30:focus-within{--tw-ring-offset-color: rgb(136 19 55 / .3)}.focus-within\:ring-offset-rose-900\/40:focus-within{--tw-ring-offset-color: rgb(136 19 55 / .4)}.focus-within\:ring-offset-rose-900\/50:focus-within{--tw-ring-offset-color: rgb(136 19 55 / .5)}.focus-within\:ring-offset-rose-900\/60:focus-within{--tw-ring-offset-color: rgb(136 19 55 / .6)}.focus-within\:ring-offset-rose-900\/70:focus-within{--tw-ring-offset-color: rgb(136 19 55 / .7)}.focus-within\:ring-offset-rose-900\/75:focus-within{--tw-ring-offset-color: rgb(136 19 55 / .75)}.focus-within\:ring-offset-rose-900\/80:focus-within{--tw-ring-offset-color: rgb(136 19 55 / .8)}.focus-within\:ring-offset-rose-900\/90:focus-within{--tw-ring-offset-color: rgb(136 19 55 / .9)}.focus-within\:ring-offset-rose-900\/95:focus-within{--tw-ring-offset-color: rgb(136 19 55 / .95)}.focus-within\:ring-offset-rose-900\/100:focus-within{--tw-ring-offset-color: rgb(136 19 55 / 1)}.focus-within\:ring-offset-primary-100\/0:focus-within{--tw-ring-offset-color: rgb(242 243 244 / 0)}.focus-within\:ring-offset-primary-100\/5:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .05)}.focus-within\:ring-offset-primary-100\/10:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .1)}.focus-within\:ring-offset-primary-100\/20:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .2)}.focus-within\:ring-offset-primary-100\/25:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .25)}.focus-within\:ring-offset-primary-100\/30:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .3)}.focus-within\:ring-offset-primary-100\/40:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .4)}.focus-within\:ring-offset-primary-100\/50:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .5)}.focus-within\:ring-offset-primary-100\/60:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .6)}.focus-within\:ring-offset-primary-100\/70:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .7)}.focus-within\:ring-offset-primary-100\/75:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .75)}.focus-within\:ring-offset-primary-100\/80:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .8)}.focus-within\:ring-offset-primary-100\/90:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .9)}.focus-within\:ring-offset-primary-100\/95:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .95)}.focus-within\:ring-offset-primary-100\/100:focus-within{--tw-ring-offset-color: rgb(242 243 244 / 1)}.focus-within\:ring-offset-primary-200\/0:focus-within{--tw-ring-offset-color: rgb(232 232 240 / 0)}.focus-within\:ring-offset-primary-200\/5:focus-within{--tw-ring-offset-color: rgb(232 232 240 / .05)}.focus-within\:ring-offset-primary-200\/10:focus-within{--tw-ring-offset-color: rgb(232 232 240 / .1)}.focus-within\:ring-offset-primary-200\/20:focus-within{--tw-ring-offset-color: rgb(232 232 240 / .2)}.focus-within\:ring-offset-primary-200\/25:focus-within{--tw-ring-offset-color: rgb(232 232 240 / .25)}.focus-within\:ring-offset-primary-200\/30:focus-within{--tw-ring-offset-color: rgb(232 232 240 / .3)}.focus-within\:ring-offset-primary-200\/40:focus-within{--tw-ring-offset-color: rgb(232 232 240 / .4)}.focus-within\:ring-offset-primary-200\/50:focus-within{--tw-ring-offset-color: rgb(232 232 240 / .5)}.focus-within\:ring-offset-primary-200\/60:focus-within{--tw-ring-offset-color: rgb(232 232 240 / .6)}.focus-within\:ring-offset-primary-200\/70:focus-within{--tw-ring-offset-color: rgb(232 232 240 / .7)}.focus-within\:ring-offset-primary-200\/75:focus-within{--tw-ring-offset-color: rgb(232 232 240 / .75)}.focus-within\:ring-offset-primary-200\/80:focus-within{--tw-ring-offset-color: rgb(232 232 240 / .8)}.focus-within\:ring-offset-primary-200\/90:focus-within{--tw-ring-offset-color: rgb(232 232 240 / .9)}.focus-within\:ring-offset-primary-200\/95:focus-within{--tw-ring-offset-color: rgb(232 232 240 / .95)}.focus-within\:ring-offset-primary-200\/100:focus-within{--tw-ring-offset-color: rgb(232 232 240 / 1)}.focus-within\:ring-offset-primary-300\/0:focus-within{--tw-ring-offset-color: rgb(208 208 225 / 0)}.focus-within\:ring-offset-primary-300\/5:focus-within{--tw-ring-offset-color: rgb(208 208 225 / .05)}.focus-within\:ring-offset-primary-300\/10:focus-within{--tw-ring-offset-color: rgb(208 208 225 / .1)}.focus-within\:ring-offset-primary-300\/20:focus-within{--tw-ring-offset-color: rgb(208 208 225 / .2)}.focus-within\:ring-offset-primary-300\/25:focus-within{--tw-ring-offset-color: rgb(208 208 225 / .25)}.focus-within\:ring-offset-primary-300\/30:focus-within{--tw-ring-offset-color: rgb(208 208 225 / .3)}.focus-within\:ring-offset-primary-300\/40:focus-within{--tw-ring-offset-color: rgb(208 208 225 / .4)}.focus-within\:ring-offset-primary-300\/50:focus-within{--tw-ring-offset-color: rgb(208 208 225 / .5)}.focus-within\:ring-offset-primary-300\/60:focus-within{--tw-ring-offset-color: rgb(208 208 225 / .6)}.focus-within\:ring-offset-primary-300\/70:focus-within{--tw-ring-offset-color: rgb(208 208 225 / .7)}.focus-within\:ring-offset-primary-300\/75:focus-within{--tw-ring-offset-color: rgb(208 208 225 / .75)}.focus-within\:ring-offset-primary-300\/80:focus-within{--tw-ring-offset-color: rgb(208 208 225 / .8)}.focus-within\:ring-offset-primary-300\/90:focus-within{--tw-ring-offset-color: rgb(208 208 225 / .9)}.focus-within\:ring-offset-primary-300\/95:focus-within{--tw-ring-offset-color: rgb(208 208 225 / .95)}.focus-within\:ring-offset-primary-300\/100:focus-within{--tw-ring-offset-color: rgb(208 208 225 / 1)}.focus-within\:ring-offset-primary-400\/0:focus-within{--tw-ring-offset-color: rgb(180 180 209 / 0)}.focus-within\:ring-offset-primary-400\/5:focus-within{--tw-ring-offset-color: rgb(180 180 209 / .05)}.focus-within\:ring-offset-primary-400\/10:focus-within{--tw-ring-offset-color: rgb(180 180 209 / .1)}.focus-within\:ring-offset-primary-400\/20:focus-within{--tw-ring-offset-color: rgb(180 180 209 / .2)}.focus-within\:ring-offset-primary-400\/25:focus-within{--tw-ring-offset-color: rgb(180 180 209 / .25)}.focus-within\:ring-offset-primary-400\/30:focus-within{--tw-ring-offset-color: rgb(180 180 209 / .3)}.focus-within\:ring-offset-primary-400\/40:focus-within{--tw-ring-offset-color: rgb(180 180 209 / .4)}.focus-within\:ring-offset-primary-400\/50:focus-within{--tw-ring-offset-color: rgb(180 180 209 / .5)}.focus-within\:ring-offset-primary-400\/60:focus-within{--tw-ring-offset-color: rgb(180 180 209 / .6)}.focus-within\:ring-offset-primary-400\/70:focus-within{--tw-ring-offset-color: rgb(180 180 209 / .7)}.focus-within\:ring-offset-primary-400\/75:focus-within{--tw-ring-offset-color: rgb(180 180 209 / .75)}.focus-within\:ring-offset-primary-400\/80:focus-within{--tw-ring-offset-color: rgb(180 180 209 / .8)}.focus-within\:ring-offset-primary-400\/90:focus-within{--tw-ring-offset-color: rgb(180 180 209 / .9)}.focus-within\:ring-offset-primary-400\/95:focus-within{--tw-ring-offset-color: rgb(180 180 209 / .95)}.focus-within\:ring-offset-primary-400\/100:focus-within{--tw-ring-offset-color: rgb(180 180 209 / 1)}.focus-within\:ring-offset-primary-500\/0:focus-within{--tw-ring-offset-color: rgb(147 147 191 / 0)}.focus-within\:ring-offset-primary-500\/5:focus-within{--tw-ring-offset-color: rgb(147 147 191 / .05)}.focus-within\:ring-offset-primary-500\/10:focus-within{--tw-ring-offset-color: rgb(147 147 191 / .1)}.focus-within\:ring-offset-primary-500\/20:focus-within{--tw-ring-offset-color: rgb(147 147 191 / .2)}.focus-within\:ring-offset-primary-500\/25:focus-within{--tw-ring-offset-color: rgb(147 147 191 / .25)}.focus-within\:ring-offset-primary-500\/30:focus-within{--tw-ring-offset-color: rgb(147 147 191 / .3)}.focus-within\:ring-offset-primary-500\/40:focus-within{--tw-ring-offset-color: rgb(147 147 191 / .4)}.focus-within\:ring-offset-primary-500\/50:focus-within{--tw-ring-offset-color: rgb(147 147 191 / .5)}.focus-within\:ring-offset-primary-500\/60:focus-within{--tw-ring-offset-color: rgb(147 147 191 / .6)}.focus-within\:ring-offset-primary-500\/70:focus-within{--tw-ring-offset-color: rgb(147 147 191 / .7)}.focus-within\:ring-offset-primary-500\/75:focus-within{--tw-ring-offset-color: rgb(147 147 191 / .75)}.focus-within\:ring-offset-primary-500\/80:focus-within{--tw-ring-offset-color: rgb(147 147 191 / .8)}.focus-within\:ring-offset-primary-500\/90:focus-within{--tw-ring-offset-color: rgb(147 147 191 / .9)}.focus-within\:ring-offset-primary-500\/95:focus-within{--tw-ring-offset-color: rgb(147 147 191 / .95)}.focus-within\:ring-offset-primary-500\/100:focus-within{--tw-ring-offset-color: rgb(147 147 191 / 1)}.focus-within\:ring-offset-primary-600\/0:focus-within{--tw-ring-offset-color: rgb(104 104 172 / 0)}.focus-within\:ring-offset-primary-600\/5:focus-within{--tw-ring-offset-color: rgb(104 104 172 / .05)}.focus-within\:ring-offset-primary-600\/10:focus-within{--tw-ring-offset-color: rgb(104 104 172 / .1)}.focus-within\:ring-offset-primary-600\/20:focus-within{--tw-ring-offset-color: rgb(104 104 172 / .2)}.focus-within\:ring-offset-primary-600\/25:focus-within{--tw-ring-offset-color: rgb(104 104 172 / .25)}.focus-within\:ring-offset-primary-600\/30:focus-within{--tw-ring-offset-color: rgb(104 104 172 / .3)}.focus-within\:ring-offset-primary-600\/40:focus-within{--tw-ring-offset-color: rgb(104 104 172 / .4)}.focus-within\:ring-offset-primary-600\/50:focus-within{--tw-ring-offset-color: rgb(104 104 172 / .5)}.focus-within\:ring-offset-primary-600\/60:focus-within{--tw-ring-offset-color: rgb(104 104 172 / .6)}.focus-within\:ring-offset-primary-600\/70:focus-within{--tw-ring-offset-color: rgb(104 104 172 / .7)}.focus-within\:ring-offset-primary-600\/75:focus-within{--tw-ring-offset-color: rgb(104 104 172 / .75)}.focus-within\:ring-offset-primary-600\/80:focus-within{--tw-ring-offset-color: rgb(104 104 172 / .8)}.focus-within\:ring-offset-primary-600\/90:focus-within{--tw-ring-offset-color: rgb(104 104 172 / .9)}.focus-within\:ring-offset-primary-600\/95:focus-within{--tw-ring-offset-color: rgb(104 104 172 / .95)}.focus-within\:ring-offset-primary-600\/100:focus-within{--tw-ring-offset-color: rgb(104 104 172 / 1)}.focus-within\:ring-offset-primary-700\/0:focus-within{--tw-ring-offset-color: rgb(93 93 153 / 0)}.focus-within\:ring-offset-primary-700\/5:focus-within{--tw-ring-offset-color: rgb(93 93 153 / .05)}.focus-within\:ring-offset-primary-700\/10:focus-within{--tw-ring-offset-color: rgb(93 93 153 / .1)}.focus-within\:ring-offset-primary-700\/20:focus-within{--tw-ring-offset-color: rgb(93 93 153 / .2)}.focus-within\:ring-offset-primary-700\/25:focus-within{--tw-ring-offset-color: rgb(93 93 153 / .25)}.focus-within\:ring-offset-primary-700\/30:focus-within{--tw-ring-offset-color: rgb(93 93 153 / .3)}.focus-within\:ring-offset-primary-700\/40:focus-within{--tw-ring-offset-color: rgb(93 93 153 / .4)}.focus-within\:ring-offset-primary-700\/50:focus-within{--tw-ring-offset-color: rgb(93 93 153 / .5)}.focus-within\:ring-offset-primary-700\/60:focus-within{--tw-ring-offset-color: rgb(93 93 153 / .6)}.focus-within\:ring-offset-primary-700\/70:focus-within{--tw-ring-offset-color: rgb(93 93 153 / .7)}.focus-within\:ring-offset-primary-700\/75:focus-within{--tw-ring-offset-color: rgb(93 93 153 / .75)}.focus-within\:ring-offset-primary-700\/80:focus-within{--tw-ring-offset-color: rgb(93 93 153 / .8)}.focus-within\:ring-offset-primary-700\/90:focus-within{--tw-ring-offset-color: rgb(93 93 153 / .9)}.focus-within\:ring-offset-primary-700\/95:focus-within{--tw-ring-offset-color: rgb(93 93 153 / .95)}.focus-within\:ring-offset-primary-700\/100:focus-within{--tw-ring-offset-color: rgb(93 93 153 / 1)}.focus-within\:ring-offset-primary-800\/0:focus-within{--tw-ring-offset-color: rgb(80 80 133 / 0)}.focus-within\:ring-offset-primary-800\/5:focus-within{--tw-ring-offset-color: rgb(80 80 133 / .05)}.focus-within\:ring-offset-primary-800\/10:focus-within{--tw-ring-offset-color: rgb(80 80 133 / .1)}.focus-within\:ring-offset-primary-800\/20:focus-within{--tw-ring-offset-color: rgb(80 80 133 / .2)}.focus-within\:ring-offset-primary-800\/25:focus-within{--tw-ring-offset-color: rgb(80 80 133 / .25)}.focus-within\:ring-offset-primary-800\/30:focus-within{--tw-ring-offset-color: rgb(80 80 133 / .3)}.focus-within\:ring-offset-primary-800\/40:focus-within{--tw-ring-offset-color: rgb(80 80 133 / .4)}.focus-within\:ring-offset-primary-800\/50:focus-within{--tw-ring-offset-color: rgb(80 80 133 / .5)}.focus-within\:ring-offset-primary-800\/60:focus-within{--tw-ring-offset-color: rgb(80 80 133 / .6)}.focus-within\:ring-offset-primary-800\/70:focus-within{--tw-ring-offset-color: rgb(80 80 133 / .7)}.focus-within\:ring-offset-primary-800\/75:focus-within{--tw-ring-offset-color: rgb(80 80 133 / .75)}.focus-within\:ring-offset-primary-800\/80:focus-within{--tw-ring-offset-color: rgb(80 80 133 / .8)}.focus-within\:ring-offset-primary-800\/90:focus-within{--tw-ring-offset-color: rgb(80 80 133 / .9)}.focus-within\:ring-offset-primary-800\/95:focus-within{--tw-ring-offset-color: rgb(80 80 133 / .95)}.focus-within\:ring-offset-primary-800\/100:focus-within{--tw-ring-offset-color: rgb(80 80 133 / 1)}.focus-within\:ring-offset-primary-900\/0:focus-within{--tw-ring-offset-color: rgb(65 65 108 / 0)}.focus-within\:ring-offset-primary-900\/5:focus-within{--tw-ring-offset-color: rgb(65 65 108 / .05)}.focus-within\:ring-offset-primary-900\/10:focus-within{--tw-ring-offset-color: rgb(65 65 108 / .1)}.focus-within\:ring-offset-primary-900\/20:focus-within{--tw-ring-offset-color: rgb(65 65 108 / .2)}.focus-within\:ring-offset-primary-900\/25:focus-within{--tw-ring-offset-color: rgb(65 65 108 / .25)}.focus-within\:ring-offset-primary-900\/30:focus-within{--tw-ring-offset-color: rgb(65 65 108 / .3)}.focus-within\:ring-offset-primary-900\/40:focus-within{--tw-ring-offset-color: rgb(65 65 108 / .4)}.focus-within\:ring-offset-primary-900\/50:focus-within{--tw-ring-offset-color: rgb(65 65 108 / .5)}.focus-within\:ring-offset-primary-900\/60:focus-within{--tw-ring-offset-color: rgb(65 65 108 / .6)}.focus-within\:ring-offset-primary-900\/70:focus-within{--tw-ring-offset-color: rgb(65 65 108 / .7)}.focus-within\:ring-offset-primary-900\/75:focus-within{--tw-ring-offset-color: rgb(65 65 108 / .75)}.focus-within\:ring-offset-primary-900\/80:focus-within{--tw-ring-offset-color: rgb(65 65 108 / .8)}.focus-within\:ring-offset-primary-900\/90:focus-within{--tw-ring-offset-color: rgb(65 65 108 / .9)}.focus-within\:ring-offset-primary-900\/95:focus-within{--tw-ring-offset-color: rgb(65 65 108 / .95)}.focus-within\:ring-offset-primary-900\/100:focus-within{--tw-ring-offset-color: rgb(65 65 108 / 1)}.focus-within\:ring-offset-primary-1000\/0:focus-within{--tw-ring-offset-color: rgb(46 46 76 / 0)}.focus-within\:ring-offset-primary-1000\/5:focus-within{--tw-ring-offset-color: rgb(46 46 76 / .05)}.focus-within\:ring-offset-primary-1000\/10:focus-within{--tw-ring-offset-color: rgb(46 46 76 / .1)}.focus-within\:ring-offset-primary-1000\/20:focus-within{--tw-ring-offset-color: rgb(46 46 76 / .2)}.focus-within\:ring-offset-primary-1000\/25:focus-within{--tw-ring-offset-color: rgb(46 46 76 / .25)}.focus-within\:ring-offset-primary-1000\/30:focus-within{--tw-ring-offset-color: rgb(46 46 76 / .3)}.focus-within\:ring-offset-primary-1000\/40:focus-within{--tw-ring-offset-color: rgb(46 46 76 / .4)}.focus-within\:ring-offset-primary-1000\/50:focus-within{--tw-ring-offset-color: rgb(46 46 76 / .5)}.focus-within\:ring-offset-primary-1000\/60:focus-within{--tw-ring-offset-color: rgb(46 46 76 / .6)}.focus-within\:ring-offset-primary-1000\/70:focus-within{--tw-ring-offset-color: rgb(46 46 76 / .7)}.focus-within\:ring-offset-primary-1000\/75:focus-within{--tw-ring-offset-color: rgb(46 46 76 / .75)}.focus-within\:ring-offset-primary-1000\/80:focus-within{--tw-ring-offset-color: rgb(46 46 76 / .8)}.focus-within\:ring-offset-primary-1000\/90:focus-within{--tw-ring-offset-color: rgb(46 46 76 / .9)}.focus-within\:ring-offset-primary-1000\/95:focus-within{--tw-ring-offset-color: rgb(46 46 76 / .95)}.focus-within\:ring-offset-primary-1000\/100:focus-within{--tw-ring-offset-color: rgb(46 46 76 / 1)}.focus-within\:ring-offset-primary-highlight-100\/0:focus-within{--tw-ring-offset-color: rgb(247 245 254 / 0)}.focus-within\:ring-offset-primary-highlight-100\/5:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .05)}.focus-within\:ring-offset-primary-highlight-100\/10:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .1)}.focus-within\:ring-offset-primary-highlight-100\/20:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .2)}.focus-within\:ring-offset-primary-highlight-100\/25:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .25)}.focus-within\:ring-offset-primary-highlight-100\/30:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .3)}.focus-within\:ring-offset-primary-highlight-100\/40:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .4)}.focus-within\:ring-offset-primary-highlight-100\/50:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .5)}.focus-within\:ring-offset-primary-highlight-100\/60:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .6)}.focus-within\:ring-offset-primary-highlight-100\/70:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .7)}.focus-within\:ring-offset-primary-highlight-100\/75:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .75)}.focus-within\:ring-offset-primary-highlight-100\/80:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .8)}.focus-within\:ring-offset-primary-highlight-100\/90:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .9)}.focus-within\:ring-offset-primary-highlight-100\/95:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .95)}.focus-within\:ring-offset-primary-highlight-100\/100:focus-within{--tw-ring-offset-color: rgb(247 245 254 / 1)}.focus-within\:ring-offset-primary-highlight-200\/0:focus-within{--tw-ring-offset-color: rgb(239 236 254 / 0)}.focus-within\:ring-offset-primary-highlight-200\/5:focus-within{--tw-ring-offset-color: rgb(239 236 254 / .05)}.focus-within\:ring-offset-primary-highlight-200\/10:focus-within{--tw-ring-offset-color: rgb(239 236 254 / .1)}.focus-within\:ring-offset-primary-highlight-200\/20:focus-within{--tw-ring-offset-color: rgb(239 236 254 / .2)}.focus-within\:ring-offset-primary-highlight-200\/25:focus-within{--tw-ring-offset-color: rgb(239 236 254 / .25)}.focus-within\:ring-offset-primary-highlight-200\/30:focus-within{--tw-ring-offset-color: rgb(239 236 254 / .3)}.focus-within\:ring-offset-primary-highlight-200\/40:focus-within{--tw-ring-offset-color: rgb(239 236 254 / .4)}.focus-within\:ring-offset-primary-highlight-200\/50:focus-within{--tw-ring-offset-color: rgb(239 236 254 / .5)}.focus-within\:ring-offset-primary-highlight-200\/60:focus-within{--tw-ring-offset-color: rgb(239 236 254 / .6)}.focus-within\:ring-offset-primary-highlight-200\/70:focus-within{--tw-ring-offset-color: rgb(239 236 254 / .7)}.focus-within\:ring-offset-primary-highlight-200\/75:focus-within{--tw-ring-offset-color: rgb(239 236 254 / .75)}.focus-within\:ring-offset-primary-highlight-200\/80:focus-within{--tw-ring-offset-color: rgb(239 236 254 / .8)}.focus-within\:ring-offset-primary-highlight-200\/90:focus-within{--tw-ring-offset-color: rgb(239 236 254 / .9)}.focus-within\:ring-offset-primary-highlight-200\/95:focus-within{--tw-ring-offset-color: rgb(239 236 254 / .95)}.focus-within\:ring-offset-primary-highlight-200\/100:focus-within{--tw-ring-offset-color: rgb(239 236 254 / 1)}.focus-within\:ring-offset-primary-highlight-300\/0:focus-within{--tw-ring-offset-color: rgb(223 216 253 / 0)}.focus-within\:ring-offset-primary-highlight-300\/5:focus-within{--tw-ring-offset-color: rgb(223 216 253 / .05)}.focus-within\:ring-offset-primary-highlight-300\/10:focus-within{--tw-ring-offset-color: rgb(223 216 253 / .1)}.focus-within\:ring-offset-primary-highlight-300\/20:focus-within{--tw-ring-offset-color: rgb(223 216 253 / .2)}.focus-within\:ring-offset-primary-highlight-300\/25:focus-within{--tw-ring-offset-color: rgb(223 216 253 / .25)}.focus-within\:ring-offset-primary-highlight-300\/30:focus-within{--tw-ring-offset-color: rgb(223 216 253 / .3)}.focus-within\:ring-offset-primary-highlight-300\/40:focus-within{--tw-ring-offset-color: rgb(223 216 253 / .4)}.focus-within\:ring-offset-primary-highlight-300\/50:focus-within{--tw-ring-offset-color: rgb(223 216 253 / .5)}.focus-within\:ring-offset-primary-highlight-300\/60:focus-within{--tw-ring-offset-color: rgb(223 216 253 / .6)}.focus-within\:ring-offset-primary-highlight-300\/70:focus-within{--tw-ring-offset-color: rgb(223 216 253 / .7)}.focus-within\:ring-offset-primary-highlight-300\/75:focus-within{--tw-ring-offset-color: rgb(223 216 253 / .75)}.focus-within\:ring-offset-primary-highlight-300\/80:focus-within{--tw-ring-offset-color: rgb(223 216 253 / .8)}.focus-within\:ring-offset-primary-highlight-300\/90:focus-within{--tw-ring-offset-color: rgb(223 216 253 / .9)}.focus-within\:ring-offset-primary-highlight-300\/95:focus-within{--tw-ring-offset-color: rgb(223 216 253 / .95)}.focus-within\:ring-offset-primary-highlight-300\/100:focus-within{--tw-ring-offset-color: rgb(223 216 253 / 1)}.focus-within\:ring-offset-primary-highlight-400\/0:focus-within{--tw-ring-offset-color: rgb(206 193 252 / 0)}.focus-within\:ring-offset-primary-highlight-400\/5:focus-within{--tw-ring-offset-color: rgb(206 193 252 / .05)}.focus-within\:ring-offset-primary-highlight-400\/10:focus-within{--tw-ring-offset-color: rgb(206 193 252 / .1)}.focus-within\:ring-offset-primary-highlight-400\/20:focus-within{--tw-ring-offset-color: rgb(206 193 252 / .2)}.focus-within\:ring-offset-primary-highlight-400\/25:focus-within{--tw-ring-offset-color: rgb(206 193 252 / .25)}.focus-within\:ring-offset-primary-highlight-400\/30:focus-within{--tw-ring-offset-color: rgb(206 193 252 / .3)}.focus-within\:ring-offset-primary-highlight-400\/40:focus-within{--tw-ring-offset-color: rgb(206 193 252 / .4)}.focus-within\:ring-offset-primary-highlight-400\/50:focus-within{--tw-ring-offset-color: rgb(206 193 252 / .5)}.focus-within\:ring-offset-primary-highlight-400\/60:focus-within{--tw-ring-offset-color: rgb(206 193 252 / .6)}.focus-within\:ring-offset-primary-highlight-400\/70:focus-within{--tw-ring-offset-color: rgb(206 193 252 / .7)}.focus-within\:ring-offset-primary-highlight-400\/75:focus-within{--tw-ring-offset-color: rgb(206 193 252 / .75)}.focus-within\:ring-offset-primary-highlight-400\/80:focus-within{--tw-ring-offset-color: rgb(206 193 252 / .8)}.focus-within\:ring-offset-primary-highlight-400\/90:focus-within{--tw-ring-offset-color: rgb(206 193 252 / .9)}.focus-within\:ring-offset-primary-highlight-400\/95:focus-within{--tw-ring-offset-color: rgb(206 193 252 / .95)}.focus-within\:ring-offset-primary-highlight-400\/100:focus-within{--tw-ring-offset-color: rgb(206 193 252 / 1)}.focus-within\:ring-offset-primary-highlight-500\/0:focus-within{--tw-ring-offset-color: rgb(187 168 251 / 0)}.focus-within\:ring-offset-primary-highlight-500\/5:focus-within{--tw-ring-offset-color: rgb(187 168 251 / .05)}.focus-within\:ring-offset-primary-highlight-500\/10:focus-within{--tw-ring-offset-color: rgb(187 168 251 / .1)}.focus-within\:ring-offset-primary-highlight-500\/20:focus-within{--tw-ring-offset-color: rgb(187 168 251 / .2)}.focus-within\:ring-offset-primary-highlight-500\/25:focus-within{--tw-ring-offset-color: rgb(187 168 251 / .25)}.focus-within\:ring-offset-primary-highlight-500\/30:focus-within{--tw-ring-offset-color: rgb(187 168 251 / .3)}.focus-within\:ring-offset-primary-highlight-500\/40:focus-within{--tw-ring-offset-color: rgb(187 168 251 / .4)}.focus-within\:ring-offset-primary-highlight-500\/50:focus-within{--tw-ring-offset-color: rgb(187 168 251 / .5)}.focus-within\:ring-offset-primary-highlight-500\/60:focus-within{--tw-ring-offset-color: rgb(187 168 251 / .6)}.focus-within\:ring-offset-primary-highlight-500\/70:focus-within{--tw-ring-offset-color: rgb(187 168 251 / .7)}.focus-within\:ring-offset-primary-highlight-500\/75:focus-within{--tw-ring-offset-color: rgb(187 168 251 / .75)}.focus-within\:ring-offset-primary-highlight-500\/80:focus-within{--tw-ring-offset-color: rgb(187 168 251 / .8)}.focus-within\:ring-offset-primary-highlight-500\/90:focus-within{--tw-ring-offset-color: rgb(187 168 251 / .9)}.focus-within\:ring-offset-primary-highlight-500\/95:focus-within{--tw-ring-offset-color: rgb(187 168 251 / .95)}.focus-within\:ring-offset-primary-highlight-500\/100:focus-within{--tw-ring-offset-color: rgb(187 168 251 / 1)}.focus-within\:ring-offset-primary-highlight-600\/0:focus-within{--tw-ring-offset-color: rgb(167 139 250 / 0)}.focus-within\:ring-offset-primary-highlight-600\/5:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .05)}.focus-within\:ring-offset-primary-highlight-600\/10:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .1)}.focus-within\:ring-offset-primary-highlight-600\/20:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .2)}.focus-within\:ring-offset-primary-highlight-600\/25:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .25)}.focus-within\:ring-offset-primary-highlight-600\/30:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .3)}.focus-within\:ring-offset-primary-highlight-600\/40:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .4)}.focus-within\:ring-offset-primary-highlight-600\/50:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .5)}.focus-within\:ring-offset-primary-highlight-600\/60:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .6)}.focus-within\:ring-offset-primary-highlight-600\/70:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .7)}.focus-within\:ring-offset-primary-highlight-600\/75:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .75)}.focus-within\:ring-offset-primary-highlight-600\/80:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .8)}.focus-within\:ring-offset-primary-highlight-600\/90:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .9)}.focus-within\:ring-offset-primary-highlight-600\/95:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .95)}.focus-within\:ring-offset-primary-highlight-600\/100:focus-within{--tw-ring-offset-color: rgb(167 139 250 / 1)}.focus-within\:ring-offset-primary-highlight-700\/0:focus-within{--tw-ring-offset-color: rgb(149 124 223 / 0)}.focus-within\:ring-offset-primary-highlight-700\/5:focus-within{--tw-ring-offset-color: rgb(149 124 223 / .05)}.focus-within\:ring-offset-primary-highlight-700\/10:focus-within{--tw-ring-offset-color: rgb(149 124 223 / .1)}.focus-within\:ring-offset-primary-highlight-700\/20:focus-within{--tw-ring-offset-color: rgb(149 124 223 / .2)}.focus-within\:ring-offset-primary-highlight-700\/25:focus-within{--tw-ring-offset-color: rgb(149 124 223 / .25)}.focus-within\:ring-offset-primary-highlight-700\/30:focus-within{--tw-ring-offset-color: rgb(149 124 223 / .3)}.focus-within\:ring-offset-primary-highlight-700\/40:focus-within{--tw-ring-offset-color: rgb(149 124 223 / .4)}.focus-within\:ring-offset-primary-highlight-700\/50:focus-within{--tw-ring-offset-color: rgb(149 124 223 / .5)}.focus-within\:ring-offset-primary-highlight-700\/60:focus-within{--tw-ring-offset-color: rgb(149 124 223 / .6)}.focus-within\:ring-offset-primary-highlight-700\/70:focus-within{--tw-ring-offset-color: rgb(149 124 223 / .7)}.focus-within\:ring-offset-primary-highlight-700\/75:focus-within{--tw-ring-offset-color: rgb(149 124 223 / .75)}.focus-within\:ring-offset-primary-highlight-700\/80:focus-within{--tw-ring-offset-color: rgb(149 124 223 / .8)}.focus-within\:ring-offset-primary-highlight-700\/90:focus-within{--tw-ring-offset-color: rgb(149 124 223 / .9)}.focus-within\:ring-offset-primary-highlight-700\/95:focus-within{--tw-ring-offset-color: rgb(149 124 223 / .95)}.focus-within\:ring-offset-primary-highlight-700\/100:focus-within{--tw-ring-offset-color: rgb(149 124 223 / 1)}.focus-within\:ring-offset-primary-highlight-800\/0:focus-within{--tw-ring-offset-color: rgb(129 107 193 / 0)}.focus-within\:ring-offset-primary-highlight-800\/5:focus-within{--tw-ring-offset-color: rgb(129 107 193 / .05)}.focus-within\:ring-offset-primary-highlight-800\/10:focus-within{--tw-ring-offset-color: rgb(129 107 193 / .1)}.focus-within\:ring-offset-primary-highlight-800\/20:focus-within{--tw-ring-offset-color: rgb(129 107 193 / .2)}.focus-within\:ring-offset-primary-highlight-800\/25:focus-within{--tw-ring-offset-color: rgb(129 107 193 / .25)}.focus-within\:ring-offset-primary-highlight-800\/30:focus-within{--tw-ring-offset-color: rgb(129 107 193 / .3)}.focus-within\:ring-offset-primary-highlight-800\/40:focus-within{--tw-ring-offset-color: rgb(129 107 193 / .4)}.focus-within\:ring-offset-primary-highlight-800\/50:focus-within{--tw-ring-offset-color: rgb(129 107 193 / .5)}.focus-within\:ring-offset-primary-highlight-800\/60:focus-within{--tw-ring-offset-color: rgb(129 107 193 / .6)}.focus-within\:ring-offset-primary-highlight-800\/70:focus-within{--tw-ring-offset-color: rgb(129 107 193 / .7)}.focus-within\:ring-offset-primary-highlight-800\/75:focus-within{--tw-ring-offset-color: rgb(129 107 193 / .75)}.focus-within\:ring-offset-primary-highlight-800\/80:focus-within{--tw-ring-offset-color: rgb(129 107 193 / .8)}.focus-within\:ring-offset-primary-highlight-800\/90:focus-within{--tw-ring-offset-color: rgb(129 107 193 / .9)}.focus-within\:ring-offset-primary-highlight-800\/95:focus-within{--tw-ring-offset-color: rgb(129 107 193 / .95)}.focus-within\:ring-offset-primary-highlight-800\/100:focus-within{--tw-ring-offset-color: rgb(129 107 193 / 1)}.focus-within\:ring-offset-primary-highlight-900\/0:focus-within{--tw-ring-offset-color: rgb(105 87 158 / 0)}.focus-within\:ring-offset-primary-highlight-900\/5:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .05)}.focus-within\:ring-offset-primary-highlight-900\/10:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .1)}.focus-within\:ring-offset-primary-highlight-900\/20:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .2)}.focus-within\:ring-offset-primary-highlight-900\/25:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .25)}.focus-within\:ring-offset-primary-highlight-900\/30:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .3)}.focus-within\:ring-offset-primary-highlight-900\/40:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .4)}.focus-within\:ring-offset-primary-highlight-900\/50:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .5)}.focus-within\:ring-offset-primary-highlight-900\/60:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .6)}.focus-within\:ring-offset-primary-highlight-900\/70:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .7)}.focus-within\:ring-offset-primary-highlight-900\/75:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .75)}.focus-within\:ring-offset-primary-highlight-900\/80:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .8)}.focus-within\:ring-offset-primary-highlight-900\/90:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .9)}.focus-within\:ring-offset-primary-highlight-900\/95:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .95)}.focus-within\:ring-offset-primary-highlight-900\/100:focus-within{--tw-ring-offset-color: rgb(105 87 158 / 1)}.focus-within\:ring-offset-primary-highlight-1000\/0:focus-within{--tw-ring-offset-color: rgb(74 62 111 / 0)}.focus-within\:ring-offset-primary-highlight-1000\/5:focus-within{--tw-ring-offset-color: rgb(74 62 111 / .05)}.focus-within\:ring-offset-primary-highlight-1000\/10:focus-within{--tw-ring-offset-color: rgb(74 62 111 / .1)}.focus-within\:ring-offset-primary-highlight-1000\/20:focus-within{--tw-ring-offset-color: rgb(74 62 111 / .2)}.focus-within\:ring-offset-primary-highlight-1000\/25:focus-within{--tw-ring-offset-color: rgb(74 62 111 / .25)}.focus-within\:ring-offset-primary-highlight-1000\/30:focus-within{--tw-ring-offset-color: rgb(74 62 111 / .3)}.focus-within\:ring-offset-primary-highlight-1000\/40:focus-within{--tw-ring-offset-color: rgb(74 62 111 / .4)}.focus-within\:ring-offset-primary-highlight-1000\/50:focus-within{--tw-ring-offset-color: rgb(74 62 111 / .5)}.focus-within\:ring-offset-primary-highlight-1000\/60:focus-within{--tw-ring-offset-color: rgb(74 62 111 / .6)}.focus-within\:ring-offset-primary-highlight-1000\/70:focus-within{--tw-ring-offset-color: rgb(74 62 111 / .7)}.focus-within\:ring-offset-primary-highlight-1000\/75:focus-within{--tw-ring-offset-color: rgb(74 62 111 / .75)}.focus-within\:ring-offset-primary-highlight-1000\/80:focus-within{--tw-ring-offset-color: rgb(74 62 111 / .8)}.focus-within\:ring-offset-primary-highlight-1000\/90:focus-within{--tw-ring-offset-color: rgb(74 62 111 / .9)}.focus-within\:ring-offset-primary-highlight-1000\/95:focus-within{--tw-ring-offset-color: rgb(74 62 111 / .95)}.focus-within\:ring-offset-primary-highlight-1000\/100:focus-within{--tw-ring-offset-color: rgb(74 62 111 / 1)}.focus-within\:ring-offset-secondary-100\/0:focus-within{--tw-ring-offset-color: rgb(254 247 242 / 0)}.focus-within\:ring-offset-secondary-100\/5:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .05)}.focus-within\:ring-offset-secondary-100\/10:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .1)}.focus-within\:ring-offset-secondary-100\/20:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .2)}.focus-within\:ring-offset-secondary-100\/25:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .25)}.focus-within\:ring-offset-secondary-100\/30:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .3)}.focus-within\:ring-offset-secondary-100\/40:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .4)}.focus-within\:ring-offset-secondary-100\/50:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .5)}.focus-within\:ring-offset-secondary-100\/60:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .6)}.focus-within\:ring-offset-secondary-100\/70:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .7)}.focus-within\:ring-offset-secondary-100\/75:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .75)}.focus-within\:ring-offset-secondary-100\/80:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .8)}.focus-within\:ring-offset-secondary-100\/90:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .9)}.focus-within\:ring-offset-secondary-100\/95:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .95)}.focus-within\:ring-offset-secondary-100\/100:focus-within{--tw-ring-offset-color: rgb(254 247 242 / 1)}.focus-within\:ring-offset-secondary-200\/0:focus-within{--tw-ring-offset-color: rgb(254 240 228 / 0)}.focus-within\:ring-offset-secondary-200\/5:focus-within{--tw-ring-offset-color: rgb(254 240 228 / .05)}.focus-within\:ring-offset-secondary-200\/10:focus-within{--tw-ring-offset-color: rgb(254 240 228 / .1)}.focus-within\:ring-offset-secondary-200\/20:focus-within{--tw-ring-offset-color: rgb(254 240 228 / .2)}.focus-within\:ring-offset-secondary-200\/25:focus-within{--tw-ring-offset-color: rgb(254 240 228 / .25)}.focus-within\:ring-offset-secondary-200\/30:focus-within{--tw-ring-offset-color: rgb(254 240 228 / .3)}.focus-within\:ring-offset-secondary-200\/40:focus-within{--tw-ring-offset-color: rgb(254 240 228 / .4)}.focus-within\:ring-offset-secondary-200\/50:focus-within{--tw-ring-offset-color: rgb(254 240 228 / .5)}.focus-within\:ring-offset-secondary-200\/60:focus-within{--tw-ring-offset-color: rgb(254 240 228 / .6)}.focus-within\:ring-offset-secondary-200\/70:focus-within{--tw-ring-offset-color: rgb(254 240 228 / .7)}.focus-within\:ring-offset-secondary-200\/75:focus-within{--tw-ring-offset-color: rgb(254 240 228 / .75)}.focus-within\:ring-offset-secondary-200\/80:focus-within{--tw-ring-offset-color: rgb(254 240 228 / .8)}.focus-within\:ring-offset-secondary-200\/90:focus-within{--tw-ring-offset-color: rgb(254 240 228 / .9)}.focus-within\:ring-offset-secondary-200\/95:focus-within{--tw-ring-offset-color: rgb(254 240 228 / .95)}.focus-within\:ring-offset-secondary-200\/100:focus-within{--tw-ring-offset-color: rgb(254 240 228 / 1)}.focus-within\:ring-offset-secondary-300\/0:focus-within{--tw-ring-offset-color: rgb(253 225 198 / 0)}.focus-within\:ring-offset-secondary-300\/5:focus-within{--tw-ring-offset-color: rgb(253 225 198 / .05)}.focus-within\:ring-offset-secondary-300\/10:focus-within{--tw-ring-offset-color: rgb(253 225 198 / .1)}.focus-within\:ring-offset-secondary-300\/20:focus-within{--tw-ring-offset-color: rgb(253 225 198 / .2)}.focus-within\:ring-offset-secondary-300\/25:focus-within{--tw-ring-offset-color: rgb(253 225 198 / .25)}.focus-within\:ring-offset-secondary-300\/30:focus-within{--tw-ring-offset-color: rgb(253 225 198 / .3)}.focus-within\:ring-offset-secondary-300\/40:focus-within{--tw-ring-offset-color: rgb(253 225 198 / .4)}.focus-within\:ring-offset-secondary-300\/50:focus-within{--tw-ring-offset-color: rgb(253 225 198 / .5)}.focus-within\:ring-offset-secondary-300\/60:focus-within{--tw-ring-offset-color: rgb(253 225 198 / .6)}.focus-within\:ring-offset-secondary-300\/70:focus-within{--tw-ring-offset-color: rgb(253 225 198 / .7)}.focus-within\:ring-offset-secondary-300\/75:focus-within{--tw-ring-offset-color: rgb(253 225 198 / .75)}.focus-within\:ring-offset-secondary-300\/80:focus-within{--tw-ring-offset-color: rgb(253 225 198 / .8)}.focus-within\:ring-offset-secondary-300\/90:focus-within{--tw-ring-offset-color: rgb(253 225 198 / .9)}.focus-within\:ring-offset-secondary-300\/95:focus-within{--tw-ring-offset-color: rgb(253 225 198 / .95)}.focus-within\:ring-offset-secondary-300\/100:focus-within{--tw-ring-offset-color: rgb(253 225 198 / 1)}.focus-within\:ring-offset-secondary-400\/0:focus-within{--tw-ring-offset-color: rgb(252 209 162 / 0)}.focus-within\:ring-offset-secondary-400\/5:focus-within{--tw-ring-offset-color: rgb(252 209 162 / .05)}.focus-within\:ring-offset-secondary-400\/10:focus-within{--tw-ring-offset-color: rgb(252 209 162 / .1)}.focus-within\:ring-offset-secondary-400\/20:focus-within{--tw-ring-offset-color: rgb(252 209 162 / .2)}.focus-within\:ring-offset-secondary-400\/25:focus-within{--tw-ring-offset-color: rgb(252 209 162 / .25)}.focus-within\:ring-offset-secondary-400\/30:focus-within{--tw-ring-offset-color: rgb(252 209 162 / .3)}.focus-within\:ring-offset-secondary-400\/40:focus-within{--tw-ring-offset-color: rgb(252 209 162 / .4)}.focus-within\:ring-offset-secondary-400\/50:focus-within{--tw-ring-offset-color: rgb(252 209 162 / .5)}.focus-within\:ring-offset-secondary-400\/60:focus-within{--tw-ring-offset-color: rgb(252 209 162 / .6)}.focus-within\:ring-offset-secondary-400\/70:focus-within{--tw-ring-offset-color: rgb(252 209 162 / .7)}.focus-within\:ring-offset-secondary-400\/75:focus-within{--tw-ring-offset-color: rgb(252 209 162 / .75)}.focus-within\:ring-offset-secondary-400\/80:focus-within{--tw-ring-offset-color: rgb(252 209 162 / .8)}.focus-within\:ring-offset-secondary-400\/90:focus-within{--tw-ring-offset-color: rgb(252 209 162 / .9)}.focus-within\:ring-offset-secondary-400\/95:focus-within{--tw-ring-offset-color: rgb(252 209 162 / .95)}.focus-within\:ring-offset-secondary-400\/100:focus-within{--tw-ring-offset-color: rgb(252 209 162 / 1)}.focus-within\:ring-offset-secondary-500\/0:focus-within{--tw-ring-offset-color: rgb(251 191 117 / 0)}.focus-within\:ring-offset-secondary-500\/5:focus-within{--tw-ring-offset-color: rgb(251 191 117 / .05)}.focus-within\:ring-offset-secondary-500\/10:focus-within{--tw-ring-offset-color: rgb(251 191 117 / .1)}.focus-within\:ring-offset-secondary-500\/20:focus-within{--tw-ring-offset-color: rgb(251 191 117 / .2)}.focus-within\:ring-offset-secondary-500\/25:focus-within{--tw-ring-offset-color: rgb(251 191 117 / .25)}.focus-within\:ring-offset-secondary-500\/30:focus-within{--tw-ring-offset-color: rgb(251 191 117 / .3)}.focus-within\:ring-offset-secondary-500\/40:focus-within{--tw-ring-offset-color: rgb(251 191 117 / .4)}.focus-within\:ring-offset-secondary-500\/50:focus-within{--tw-ring-offset-color: rgb(251 191 117 / .5)}.focus-within\:ring-offset-secondary-500\/60:focus-within{--tw-ring-offset-color: rgb(251 191 117 / .6)}.focus-within\:ring-offset-secondary-500\/70:focus-within{--tw-ring-offset-color: rgb(251 191 117 / .7)}.focus-within\:ring-offset-secondary-500\/75:focus-within{--tw-ring-offset-color: rgb(251 191 117 / .75)}.focus-within\:ring-offset-secondary-500\/80:focus-within{--tw-ring-offset-color: rgb(251 191 117 / .8)}.focus-within\:ring-offset-secondary-500\/90:focus-within{--tw-ring-offset-color: rgb(251 191 117 / .9)}.focus-within\:ring-offset-secondary-500\/95:focus-within{--tw-ring-offset-color: rgb(251 191 117 / .95)}.focus-within\:ring-offset-secondary-500\/100:focus-within{--tw-ring-offset-color: rgb(251 191 117 / 1)}.focus-within\:ring-offset-secondary-600\/0:focus-within{--tw-ring-offset-color: rgb(250 172 30 / 0)}.focus-within\:ring-offset-secondary-600\/5:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .05)}.focus-within\:ring-offset-secondary-600\/10:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .1)}.focus-within\:ring-offset-secondary-600\/20:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .2)}.focus-within\:ring-offset-secondary-600\/25:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .25)}.focus-within\:ring-offset-secondary-600\/30:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .3)}.focus-within\:ring-offset-secondary-600\/40:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .4)}.focus-within\:ring-offset-secondary-600\/50:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .5)}.focus-within\:ring-offset-secondary-600\/60:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .6)}.focus-within\:ring-offset-secondary-600\/70:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .7)}.focus-within\:ring-offset-secondary-600\/75:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .75)}.focus-within\:ring-offset-secondary-600\/80:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .8)}.focus-within\:ring-offset-secondary-600\/90:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .9)}.focus-within\:ring-offset-secondary-600\/95:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .95)}.focus-within\:ring-offset-secondary-600\/100:focus-within{--tw-ring-offset-color: rgb(250 172 30 / 1)}.focus-within\:ring-offset-secondary-700\/0:focus-within{--tw-ring-offset-color: rgb(223 153 26 / 0)}.focus-within\:ring-offset-secondary-700\/5:focus-within{--tw-ring-offset-color: rgb(223 153 26 / .05)}.focus-within\:ring-offset-secondary-700\/10:focus-within{--tw-ring-offset-color: rgb(223 153 26 / .1)}.focus-within\:ring-offset-secondary-700\/20:focus-within{--tw-ring-offset-color: rgb(223 153 26 / .2)}.focus-within\:ring-offset-secondary-700\/25:focus-within{--tw-ring-offset-color: rgb(223 153 26 / .25)}.focus-within\:ring-offset-secondary-700\/30:focus-within{--tw-ring-offset-color: rgb(223 153 26 / .3)}.focus-within\:ring-offset-secondary-700\/40:focus-within{--tw-ring-offset-color: rgb(223 153 26 / .4)}.focus-within\:ring-offset-secondary-700\/50:focus-within{--tw-ring-offset-color: rgb(223 153 26 / .5)}.focus-within\:ring-offset-secondary-700\/60:focus-within{--tw-ring-offset-color: rgb(223 153 26 / .6)}.focus-within\:ring-offset-secondary-700\/70:focus-within{--tw-ring-offset-color: rgb(223 153 26 / .7)}.focus-within\:ring-offset-secondary-700\/75:focus-within{--tw-ring-offset-color: rgb(223 153 26 / .75)}.focus-within\:ring-offset-secondary-700\/80:focus-within{--tw-ring-offset-color: rgb(223 153 26 / .8)}.focus-within\:ring-offset-secondary-700\/90:focus-within{--tw-ring-offset-color: rgb(223 153 26 / .9)}.focus-within\:ring-offset-secondary-700\/95:focus-within{--tw-ring-offset-color: rgb(223 153 26 / .95)}.focus-within\:ring-offset-secondary-700\/100:focus-within{--tw-ring-offset-color: rgb(223 153 26 / 1)}.focus-within\:ring-offset-secondary-800\/0:focus-within{--tw-ring-offset-color: rgb(193 133 23 / 0)}.focus-within\:ring-offset-secondary-800\/5:focus-within{--tw-ring-offset-color: rgb(193 133 23 / .05)}.focus-within\:ring-offset-secondary-800\/10:focus-within{--tw-ring-offset-color: rgb(193 133 23 / .1)}.focus-within\:ring-offset-secondary-800\/20:focus-within{--tw-ring-offset-color: rgb(193 133 23 / .2)}.focus-within\:ring-offset-secondary-800\/25:focus-within{--tw-ring-offset-color: rgb(193 133 23 / .25)}.focus-within\:ring-offset-secondary-800\/30:focus-within{--tw-ring-offset-color: rgb(193 133 23 / .3)}.focus-within\:ring-offset-secondary-800\/40:focus-within{--tw-ring-offset-color: rgb(193 133 23 / .4)}.focus-within\:ring-offset-secondary-800\/50:focus-within{--tw-ring-offset-color: rgb(193 133 23 / .5)}.focus-within\:ring-offset-secondary-800\/60:focus-within{--tw-ring-offset-color: rgb(193 133 23 / .6)}.focus-within\:ring-offset-secondary-800\/70:focus-within{--tw-ring-offset-color: rgb(193 133 23 / .7)}.focus-within\:ring-offset-secondary-800\/75:focus-within{--tw-ring-offset-color: rgb(193 133 23 / .75)}.focus-within\:ring-offset-secondary-800\/80:focus-within{--tw-ring-offset-color: rgb(193 133 23 / .8)}.focus-within\:ring-offset-secondary-800\/90:focus-within{--tw-ring-offset-color: rgb(193 133 23 / .9)}.focus-within\:ring-offset-secondary-800\/95:focus-within{--tw-ring-offset-color: rgb(193 133 23 / .95)}.focus-within\:ring-offset-secondary-800\/100:focus-within{--tw-ring-offset-color: rgb(193 133 23 / 1)}.focus-within\:ring-offset-secondary-900\/0:focus-within{--tw-ring-offset-color: rgb(158 108 18 / 0)}.focus-within\:ring-offset-secondary-900\/5:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .05)}.focus-within\:ring-offset-secondary-900\/10:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .1)}.focus-within\:ring-offset-secondary-900\/20:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .2)}.focus-within\:ring-offset-secondary-900\/25:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .25)}.focus-within\:ring-offset-secondary-900\/30:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .3)}.focus-within\:ring-offset-secondary-900\/40:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .4)}.focus-within\:ring-offset-secondary-900\/50:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .5)}.focus-within\:ring-offset-secondary-900\/60:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .6)}.focus-within\:ring-offset-secondary-900\/70:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .7)}.focus-within\:ring-offset-secondary-900\/75:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .75)}.focus-within\:ring-offset-secondary-900\/80:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .8)}.focus-within\:ring-offset-secondary-900\/90:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .9)}.focus-within\:ring-offset-secondary-900\/95:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .95)}.focus-within\:ring-offset-secondary-900\/100:focus-within{--tw-ring-offset-color: rgb(158 108 18 / 1)}.focus-within\:ring-offset-secondary-1000\/0:focus-within{--tw-ring-offset-color: rgb(111 76 13 / 0)}.focus-within\:ring-offset-secondary-1000\/5:focus-within{--tw-ring-offset-color: rgb(111 76 13 / .05)}.focus-within\:ring-offset-secondary-1000\/10:focus-within{--tw-ring-offset-color: rgb(111 76 13 / .1)}.focus-within\:ring-offset-secondary-1000\/20:focus-within{--tw-ring-offset-color: rgb(111 76 13 / .2)}.focus-within\:ring-offset-secondary-1000\/25:focus-within{--tw-ring-offset-color: rgb(111 76 13 / .25)}.focus-within\:ring-offset-secondary-1000\/30:focus-within{--tw-ring-offset-color: rgb(111 76 13 / .3)}.focus-within\:ring-offset-secondary-1000\/40:focus-within{--tw-ring-offset-color: rgb(111 76 13 / .4)}.focus-within\:ring-offset-secondary-1000\/50:focus-within{--tw-ring-offset-color: rgb(111 76 13 / .5)}.focus-within\:ring-offset-secondary-1000\/60:focus-within{--tw-ring-offset-color: rgb(111 76 13 / .6)}.focus-within\:ring-offset-secondary-1000\/70:focus-within{--tw-ring-offset-color: rgb(111 76 13 / .7)}.focus-within\:ring-offset-secondary-1000\/75:focus-within{--tw-ring-offset-color: rgb(111 76 13 / .75)}.focus-within\:ring-offset-secondary-1000\/80:focus-within{--tw-ring-offset-color: rgb(111 76 13 / .8)}.focus-within\:ring-offset-secondary-1000\/90:focus-within{--tw-ring-offset-color: rgb(111 76 13 / .9)}.focus-within\:ring-offset-secondary-1000\/95:focus-within{--tw-ring-offset-color: rgb(111 76 13 / .95)}.focus-within\:ring-offset-secondary-1000\/100:focus-within{--tw-ring-offset-color: rgb(111 76 13 / 1)}.focus-within\:ring-offset-grey-100\/0:focus-within{--tw-ring-offset-color: rgb(242 243 244 / 0)}.focus-within\:ring-offset-grey-100\/5:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .05)}.focus-within\:ring-offset-grey-100\/10:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .1)}.focus-within\:ring-offset-grey-100\/20:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .2)}.focus-within\:ring-offset-grey-100\/25:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .25)}.focus-within\:ring-offset-grey-100\/30:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .3)}.focus-within\:ring-offset-grey-100\/40:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .4)}.focus-within\:ring-offset-grey-100\/50:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .5)}.focus-within\:ring-offset-grey-100\/60:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .6)}.focus-within\:ring-offset-grey-100\/70:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .7)}.focus-within\:ring-offset-grey-100\/75:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .75)}.focus-within\:ring-offset-grey-100\/80:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .8)}.focus-within\:ring-offset-grey-100\/90:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .9)}.focus-within\:ring-offset-grey-100\/95:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .95)}.focus-within\:ring-offset-grey-100\/100:focus-within{--tw-ring-offset-color: rgb(242 243 244 / 1)}.focus-within\:ring-offset-grey-200\/0:focus-within{--tw-ring-offset-color: rgb(230 231 232 / 0)}.focus-within\:ring-offset-grey-200\/5:focus-within{--tw-ring-offset-color: rgb(230 231 232 / .05)}.focus-within\:ring-offset-grey-200\/10:focus-within{--tw-ring-offset-color: rgb(230 231 232 / .1)}.focus-within\:ring-offset-grey-200\/20:focus-within{--tw-ring-offset-color: rgb(230 231 232 / .2)}.focus-within\:ring-offset-grey-200\/25:focus-within{--tw-ring-offset-color: rgb(230 231 232 / .25)}.focus-within\:ring-offset-grey-200\/30:focus-within{--tw-ring-offset-color: rgb(230 231 232 / .3)}.focus-within\:ring-offset-grey-200\/40:focus-within{--tw-ring-offset-color: rgb(230 231 232 / .4)}.focus-within\:ring-offset-grey-200\/50:focus-within{--tw-ring-offset-color: rgb(230 231 232 / .5)}.focus-within\:ring-offset-grey-200\/60:focus-within{--tw-ring-offset-color: rgb(230 231 232 / .6)}.focus-within\:ring-offset-grey-200\/70:focus-within{--tw-ring-offset-color: rgb(230 231 232 / .7)}.focus-within\:ring-offset-grey-200\/75:focus-within{--tw-ring-offset-color: rgb(230 231 232 / .75)}.focus-within\:ring-offset-grey-200\/80:focus-within{--tw-ring-offset-color: rgb(230 231 232 / .8)}.focus-within\:ring-offset-grey-200\/90:focus-within{--tw-ring-offset-color: rgb(230 231 232 / .9)}.focus-within\:ring-offset-grey-200\/95:focus-within{--tw-ring-offset-color: rgb(230 231 232 / .95)}.focus-within\:ring-offset-grey-200\/100:focus-within{--tw-ring-offset-color: rgb(230 231 232 / 1)}.focus-within\:ring-offset-grey-300\/0:focus-within{--tw-ring-offset-color: rgb(202 204 208 / 0)}.focus-within\:ring-offset-grey-300\/5:focus-within{--tw-ring-offset-color: rgb(202 204 208 / .05)}.focus-within\:ring-offset-grey-300\/10:focus-within{--tw-ring-offset-color: rgb(202 204 208 / .1)}.focus-within\:ring-offset-grey-300\/20:focus-within{--tw-ring-offset-color: rgb(202 204 208 / .2)}.focus-within\:ring-offset-grey-300\/25:focus-within{--tw-ring-offset-color: rgb(202 204 208 / .25)}.focus-within\:ring-offset-grey-300\/30:focus-within{--tw-ring-offset-color: rgb(202 204 208 / .3)}.focus-within\:ring-offset-grey-300\/40:focus-within{--tw-ring-offset-color: rgb(202 204 208 / .4)}.focus-within\:ring-offset-grey-300\/50:focus-within{--tw-ring-offset-color: rgb(202 204 208 / .5)}.focus-within\:ring-offset-grey-300\/60:focus-within{--tw-ring-offset-color: rgb(202 204 208 / .6)}.focus-within\:ring-offset-grey-300\/70:focus-within{--tw-ring-offset-color: rgb(202 204 208 / .7)}.focus-within\:ring-offset-grey-300\/75:focus-within{--tw-ring-offset-color: rgb(202 204 208 / .75)}.focus-within\:ring-offset-grey-300\/80:focus-within{--tw-ring-offset-color: rgb(202 204 208 / .8)}.focus-within\:ring-offset-grey-300\/90:focus-within{--tw-ring-offset-color: rgb(202 204 208 / .9)}.focus-within\:ring-offset-grey-300\/95:focus-within{--tw-ring-offset-color: rgb(202 204 208 / .95)}.focus-within\:ring-offset-grey-300\/100:focus-within{--tw-ring-offset-color: rgb(202 204 208 / 1)}.focus-within\:ring-offset-grey-400\/0:focus-within{--tw-ring-offset-color: rgb(170 174 180 / 0)}.focus-within\:ring-offset-grey-400\/5:focus-within{--tw-ring-offset-color: rgb(170 174 180 / .05)}.focus-within\:ring-offset-grey-400\/10:focus-within{--tw-ring-offset-color: rgb(170 174 180 / .1)}.focus-within\:ring-offset-grey-400\/20:focus-within{--tw-ring-offset-color: rgb(170 174 180 / .2)}.focus-within\:ring-offset-grey-400\/25:focus-within{--tw-ring-offset-color: rgb(170 174 180 / .25)}.focus-within\:ring-offset-grey-400\/30:focus-within{--tw-ring-offset-color: rgb(170 174 180 / .3)}.focus-within\:ring-offset-grey-400\/40:focus-within{--tw-ring-offset-color: rgb(170 174 180 / .4)}.focus-within\:ring-offset-grey-400\/50:focus-within{--tw-ring-offset-color: rgb(170 174 180 / .5)}.focus-within\:ring-offset-grey-400\/60:focus-within{--tw-ring-offset-color: rgb(170 174 180 / .6)}.focus-within\:ring-offset-grey-400\/70:focus-within{--tw-ring-offset-color: rgb(170 174 180 / .7)}.focus-within\:ring-offset-grey-400\/75:focus-within{--tw-ring-offset-color: rgb(170 174 180 / .75)}.focus-within\:ring-offset-grey-400\/80:focus-within{--tw-ring-offset-color: rgb(170 174 180 / .8)}.focus-within\:ring-offset-grey-400\/90:focus-within{--tw-ring-offset-color: rgb(170 174 180 / .9)}.focus-within\:ring-offset-grey-400\/95:focus-within{--tw-ring-offset-color: rgb(170 174 180 / .95)}.focus-within\:ring-offset-grey-400\/100:focus-within{--tw-ring-offset-color: rgb(170 174 180 / 1)}.focus-within\:ring-offset-grey-500\/0:focus-within{--tw-ring-offset-color: rgb(130 137 147 / 0)}.focus-within\:ring-offset-grey-500\/5:focus-within{--tw-ring-offset-color: rgb(130 137 147 / .05)}.focus-within\:ring-offset-grey-500\/10:focus-within{--tw-ring-offset-color: rgb(130 137 147 / .1)}.focus-within\:ring-offset-grey-500\/20:focus-within{--tw-ring-offset-color: rgb(130 137 147 / .2)}.focus-within\:ring-offset-grey-500\/25:focus-within{--tw-ring-offset-color: rgb(130 137 147 / .25)}.focus-within\:ring-offset-grey-500\/30:focus-within{--tw-ring-offset-color: rgb(130 137 147 / .3)}.focus-within\:ring-offset-grey-500\/40:focus-within{--tw-ring-offset-color: rgb(130 137 147 / .4)}.focus-within\:ring-offset-grey-500\/50:focus-within{--tw-ring-offset-color: rgb(130 137 147 / .5)}.focus-within\:ring-offset-grey-500\/60:focus-within{--tw-ring-offset-color: rgb(130 137 147 / .6)}.focus-within\:ring-offset-grey-500\/70:focus-within{--tw-ring-offset-color: rgb(130 137 147 / .7)}.focus-within\:ring-offset-grey-500\/75:focus-within{--tw-ring-offset-color: rgb(130 137 147 / .75)}.focus-within\:ring-offset-grey-500\/80:focus-within{--tw-ring-offset-color: rgb(130 137 147 / .8)}.focus-within\:ring-offset-grey-500\/90:focus-within{--tw-ring-offset-color: rgb(130 137 147 / .9)}.focus-within\:ring-offset-grey-500\/95:focus-within{--tw-ring-offset-color: rgb(130 137 147 / .95)}.focus-within\:ring-offset-grey-500\/100:focus-within{--tw-ring-offset-color: rgb(130 137 147 / 1)}.focus-within\:ring-offset-grey-600\/0:focus-within{--tw-ring-offset-color: rgb(71 85 105 / 0)}.focus-within\:ring-offset-grey-600\/5:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .05)}.focus-within\:ring-offset-grey-600\/10:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .1)}.focus-within\:ring-offset-grey-600\/20:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .2)}.focus-within\:ring-offset-grey-600\/25:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .25)}.focus-within\:ring-offset-grey-600\/30:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .3)}.focus-within\:ring-offset-grey-600\/40:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .4)}.focus-within\:ring-offset-grey-600\/50:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .5)}.focus-within\:ring-offset-grey-600\/60:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .6)}.focus-within\:ring-offset-grey-600\/70:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .7)}.focus-within\:ring-offset-grey-600\/75:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .75)}.focus-within\:ring-offset-grey-600\/80:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .8)}.focus-within\:ring-offset-grey-600\/90:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .9)}.focus-within\:ring-offset-grey-600\/95:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .95)}.focus-within\:ring-offset-grey-600\/100:focus-within{--tw-ring-offset-color: rgb(71 85 105 / 1)}.focus-within\:ring-offset-grey-700\/0:focus-within{--tw-ring-offset-color: rgb(63 76 93 / 0)}.focus-within\:ring-offset-grey-700\/5:focus-within{--tw-ring-offset-color: rgb(63 76 93 / .05)}.focus-within\:ring-offset-grey-700\/10:focus-within{--tw-ring-offset-color: rgb(63 76 93 / .1)}.focus-within\:ring-offset-grey-700\/20:focus-within{--tw-ring-offset-color: rgb(63 76 93 / .2)}.focus-within\:ring-offset-grey-700\/25:focus-within{--tw-ring-offset-color: rgb(63 76 93 / .25)}.focus-within\:ring-offset-grey-700\/30:focus-within{--tw-ring-offset-color: rgb(63 76 93 / .3)}.focus-within\:ring-offset-grey-700\/40:focus-within{--tw-ring-offset-color: rgb(63 76 93 / .4)}.focus-within\:ring-offset-grey-700\/50:focus-within{--tw-ring-offset-color: rgb(63 76 93 / .5)}.focus-within\:ring-offset-grey-700\/60:focus-within{--tw-ring-offset-color: rgb(63 76 93 / .6)}.focus-within\:ring-offset-grey-700\/70:focus-within{--tw-ring-offset-color: rgb(63 76 93 / .7)}.focus-within\:ring-offset-grey-700\/75:focus-within{--tw-ring-offset-color: rgb(63 76 93 / .75)}.focus-within\:ring-offset-grey-700\/80:focus-within{--tw-ring-offset-color: rgb(63 76 93 / .8)}.focus-within\:ring-offset-grey-700\/90:focus-within{--tw-ring-offset-color: rgb(63 76 93 / .9)}.focus-within\:ring-offset-grey-700\/95:focus-within{--tw-ring-offset-color: rgb(63 76 93 / .95)}.focus-within\:ring-offset-grey-700\/100:focus-within{--tw-ring-offset-color: rgb(63 76 93 / 1)}.focus-within\:ring-offset-grey-800\/0:focus-within{--tw-ring-offset-color: rgb(54 65 81 / 0)}.focus-within\:ring-offset-grey-800\/5:focus-within{--tw-ring-offset-color: rgb(54 65 81 / .05)}.focus-within\:ring-offset-grey-800\/10:focus-within{--tw-ring-offset-color: rgb(54 65 81 / .1)}.focus-within\:ring-offset-grey-800\/20:focus-within{--tw-ring-offset-color: rgb(54 65 81 / .2)}.focus-within\:ring-offset-grey-800\/25:focus-within{--tw-ring-offset-color: rgb(54 65 81 / .25)}.focus-within\:ring-offset-grey-800\/30:focus-within{--tw-ring-offset-color: rgb(54 65 81 / .3)}.focus-within\:ring-offset-grey-800\/40:focus-within{--tw-ring-offset-color: rgb(54 65 81 / .4)}.focus-within\:ring-offset-grey-800\/50:focus-within{--tw-ring-offset-color: rgb(54 65 81 / .5)}.focus-within\:ring-offset-grey-800\/60:focus-within{--tw-ring-offset-color: rgb(54 65 81 / .6)}.focus-within\:ring-offset-grey-800\/70:focus-within{--tw-ring-offset-color: rgb(54 65 81 / .7)}.focus-within\:ring-offset-grey-800\/75:focus-within{--tw-ring-offset-color: rgb(54 65 81 / .75)}.focus-within\:ring-offset-grey-800\/80:focus-within{--tw-ring-offset-color: rgb(54 65 81 / .8)}.focus-within\:ring-offset-grey-800\/90:focus-within{--tw-ring-offset-color: rgb(54 65 81 / .9)}.focus-within\:ring-offset-grey-800\/95:focus-within{--tw-ring-offset-color: rgb(54 65 81 / .95)}.focus-within\:ring-offset-grey-800\/100:focus-within{--tw-ring-offset-color: rgb(54 65 81 / 1)}.focus-within\:ring-offset-grey-900\/0:focus-within{--tw-ring-offset-color: rgb(44 53 66 / 0)}.focus-within\:ring-offset-grey-900\/5:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .05)}.focus-within\:ring-offset-grey-900\/10:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .1)}.focus-within\:ring-offset-grey-900\/20:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .2)}.focus-within\:ring-offset-grey-900\/25:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .25)}.focus-within\:ring-offset-grey-900\/30:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .3)}.focus-within\:ring-offset-grey-900\/40:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .4)}.focus-within\:ring-offset-grey-900\/50:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .5)}.focus-within\:ring-offset-grey-900\/60:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .6)}.focus-within\:ring-offset-grey-900\/70:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .7)}.focus-within\:ring-offset-grey-900\/75:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .75)}.focus-within\:ring-offset-grey-900\/80:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .8)}.focus-within\:ring-offset-grey-900\/90:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .9)}.focus-within\:ring-offset-grey-900\/95:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .95)}.focus-within\:ring-offset-grey-900\/100:focus-within{--tw-ring-offset-color: rgb(44 53 66 / 1)}.focus-within\:ring-offset-grey-1000\/0:focus-within{--tw-ring-offset-color: rgb(31 38 46 / 0)}.focus-within\:ring-offset-grey-1000\/5:focus-within{--tw-ring-offset-color: rgb(31 38 46 / .05)}.focus-within\:ring-offset-grey-1000\/10:focus-within{--tw-ring-offset-color: rgb(31 38 46 / .1)}.focus-within\:ring-offset-grey-1000\/20:focus-within{--tw-ring-offset-color: rgb(31 38 46 / .2)}.focus-within\:ring-offset-grey-1000\/25:focus-within{--tw-ring-offset-color: rgb(31 38 46 / .25)}.focus-within\:ring-offset-grey-1000\/30:focus-within{--tw-ring-offset-color: rgb(31 38 46 / .3)}.focus-within\:ring-offset-grey-1000\/40:focus-within{--tw-ring-offset-color: rgb(31 38 46 / .4)}.focus-within\:ring-offset-grey-1000\/50:focus-within{--tw-ring-offset-color: rgb(31 38 46 / .5)}.focus-within\:ring-offset-grey-1000\/60:focus-within{--tw-ring-offset-color: rgb(31 38 46 / .6)}.focus-within\:ring-offset-grey-1000\/70:focus-within{--tw-ring-offset-color: rgb(31 38 46 / .7)}.focus-within\:ring-offset-grey-1000\/75:focus-within{--tw-ring-offset-color: rgb(31 38 46 / .75)}.focus-within\:ring-offset-grey-1000\/80:focus-within{--tw-ring-offset-color: rgb(31 38 46 / .8)}.focus-within\:ring-offset-grey-1000\/90:focus-within{--tw-ring-offset-color: rgb(31 38 46 / .9)}.focus-within\:ring-offset-grey-1000\/95:focus-within{--tw-ring-offset-color: rgb(31 38 46 / .95)}.focus-within\:ring-offset-grey-1000\/100:focus-within{--tw-ring-offset-color: rgb(31 38 46 / 1)}.focus-within\:ring-offset-green-1000\/0:focus-within{--tw-ring-offset-color: rgb(23 94 68 / 0)}.focus-within\:ring-offset-green-1000\/5:focus-within{--tw-ring-offset-color: rgb(23 94 68 / .05)}.focus-within\:ring-offset-green-1000\/10:focus-within{--tw-ring-offset-color: rgb(23 94 68 / .1)}.focus-within\:ring-offset-green-1000\/20:focus-within{--tw-ring-offset-color: rgb(23 94 68 / .2)}.focus-within\:ring-offset-green-1000\/25:focus-within{--tw-ring-offset-color: rgb(23 94 68 / .25)}.focus-within\:ring-offset-green-1000\/30:focus-within{--tw-ring-offset-color: rgb(23 94 68 / .3)}.focus-within\:ring-offset-green-1000\/40:focus-within{--tw-ring-offset-color: rgb(23 94 68 / .4)}.focus-within\:ring-offset-green-1000\/50:focus-within{--tw-ring-offset-color: rgb(23 94 68 / .5)}.focus-within\:ring-offset-green-1000\/60:focus-within{--tw-ring-offset-color: rgb(23 94 68 / .6)}.focus-within\:ring-offset-green-1000\/70:focus-within{--tw-ring-offset-color: rgb(23 94 68 / .7)}.focus-within\:ring-offset-green-1000\/75:focus-within{--tw-ring-offset-color: rgb(23 94 68 / .75)}.focus-within\:ring-offset-green-1000\/80:focus-within{--tw-ring-offset-color: rgb(23 94 68 / .8)}.focus-within\:ring-offset-green-1000\/90:focus-within{--tw-ring-offset-color: rgb(23 94 68 / .9)}.focus-within\:ring-offset-green-1000\/95:focus-within{--tw-ring-offset-color: rgb(23 94 68 / .95)}.focus-within\:ring-offset-green-1000\/100:focus-within{--tw-ring-offset-color: rgb(23 94 68 / 1)}.focus-within\:ring-offset-blue-1000\/0:focus-within{--tw-ring-offset-color: rgb(16 44 105 / 0)}.focus-within\:ring-offset-blue-1000\/5:focus-within{--tw-ring-offset-color: rgb(16 44 105 / .05)}.focus-within\:ring-offset-blue-1000\/10:focus-within{--tw-ring-offset-color: rgb(16 44 105 / .1)}.focus-within\:ring-offset-blue-1000\/20:focus-within{--tw-ring-offset-color: rgb(16 44 105 / .2)}.focus-within\:ring-offset-blue-1000\/25:focus-within{--tw-ring-offset-color: rgb(16 44 105 / .25)}.focus-within\:ring-offset-blue-1000\/30:focus-within{--tw-ring-offset-color: rgb(16 44 105 / .3)}.focus-within\:ring-offset-blue-1000\/40:focus-within{--tw-ring-offset-color: rgb(16 44 105 / .4)}.focus-within\:ring-offset-blue-1000\/50:focus-within{--tw-ring-offset-color: rgb(16 44 105 / .5)}.focus-within\:ring-offset-blue-1000\/60:focus-within{--tw-ring-offset-color: rgb(16 44 105 / .6)}.focus-within\:ring-offset-blue-1000\/70:focus-within{--tw-ring-offset-color: rgb(16 44 105 / .7)}.focus-within\:ring-offset-blue-1000\/75:focus-within{--tw-ring-offset-color: rgb(16 44 105 / .75)}.focus-within\:ring-offset-blue-1000\/80:focus-within{--tw-ring-offset-color: rgb(16 44 105 / .8)}.focus-within\:ring-offset-blue-1000\/90:focus-within{--tw-ring-offset-color: rgb(16 44 105 / .9)}.focus-within\:ring-offset-blue-1000\/95:focus-within{--tw-ring-offset-color: rgb(16 44 105 / .95)}.focus-within\:ring-offset-blue-1000\/100:focus-within{--tw-ring-offset-color: rgb(16 44 105 / 1)}.focus-within\:ring-offset-orange-1000\/0:focus-within{--tw-ring-offset-color: rgb(104 39 5 / 0)}.focus-within\:ring-offset-orange-1000\/5:focus-within{--tw-ring-offset-color: rgb(104 39 5 / .05)}.focus-within\:ring-offset-orange-1000\/10:focus-within{--tw-ring-offset-color: rgb(104 39 5 / .1)}.focus-within\:ring-offset-orange-1000\/20:focus-within{--tw-ring-offset-color: rgb(104 39 5 / .2)}.focus-within\:ring-offset-orange-1000\/25:focus-within{--tw-ring-offset-color: rgb(104 39 5 / .25)}.focus-within\:ring-offset-orange-1000\/30:focus-within{--tw-ring-offset-color: rgb(104 39 5 / .3)}.focus-within\:ring-offset-orange-1000\/40:focus-within{--tw-ring-offset-color: rgb(104 39 5 / .4)}.focus-within\:ring-offset-orange-1000\/50:focus-within{--tw-ring-offset-color: rgb(104 39 5 / .5)}.focus-within\:ring-offset-orange-1000\/60:focus-within{--tw-ring-offset-color: rgb(104 39 5 / .6)}.focus-within\:ring-offset-orange-1000\/70:focus-within{--tw-ring-offset-color: rgb(104 39 5 / .7)}.focus-within\:ring-offset-orange-1000\/75:focus-within{--tw-ring-offset-color: rgb(104 39 5 / .75)}.focus-within\:ring-offset-orange-1000\/80:focus-within{--tw-ring-offset-color: rgb(104 39 5 / .8)}.focus-within\:ring-offset-orange-1000\/90:focus-within{--tw-ring-offset-color: rgb(104 39 5 / .9)}.focus-within\:ring-offset-orange-1000\/95:focus-within{--tw-ring-offset-color: rgb(104 39 5 / .95)}.focus-within\:ring-offset-orange-1000\/100:focus-within{--tw-ring-offset-color: rgb(104 39 5 / 1)}.focus-within\:ring-offset-red-1000\/0:focus-within{--tw-ring-offset-color: rgb(98 16 16 / 0)}.focus-within\:ring-offset-red-1000\/5:focus-within{--tw-ring-offset-color: rgb(98 16 16 / .05)}.focus-within\:ring-offset-red-1000\/10:focus-within{--tw-ring-offset-color: rgb(98 16 16 / .1)}.focus-within\:ring-offset-red-1000\/20:focus-within{--tw-ring-offset-color: rgb(98 16 16 / .2)}.focus-within\:ring-offset-red-1000\/25:focus-within{--tw-ring-offset-color: rgb(98 16 16 / .25)}.focus-within\:ring-offset-red-1000\/30:focus-within{--tw-ring-offset-color: rgb(98 16 16 / .3)}.focus-within\:ring-offset-red-1000\/40:focus-within{--tw-ring-offset-color: rgb(98 16 16 / .4)}.focus-within\:ring-offset-red-1000\/50:focus-within{--tw-ring-offset-color: rgb(98 16 16 / .5)}.focus-within\:ring-offset-red-1000\/60:focus-within{--tw-ring-offset-color: rgb(98 16 16 / .6)}.focus-within\:ring-offset-red-1000\/70:focus-within{--tw-ring-offset-color: rgb(98 16 16 / .7)}.focus-within\:ring-offset-red-1000\/75:focus-within{--tw-ring-offset-color: rgb(98 16 16 / .75)}.focus-within\:ring-offset-red-1000\/80:focus-within{--tw-ring-offset-color: rgb(98 16 16 / .8)}.focus-within\:ring-offset-red-1000\/90:focus-within{--tw-ring-offset-color: rgb(98 16 16 / .9)}.focus-within\:ring-offset-red-1000\/95:focus-within{--tw-ring-offset-color: rgb(98 16 16 / .95)}.focus-within\:ring-offset-red-1000\/100:focus-within{--tw-ring-offset-color: rgb(98 16 16 / 1)}.focus-within\:ring-offset-primary\/0:focus-within{--tw-ring-offset-color: rgb(167 139 250 / 0)}.focus-within\:ring-offset-primary\/5:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .05)}.focus-within\:ring-offset-primary\/10:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .1)}.focus-within\:ring-offset-primary\/20:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .2)}.focus-within\:ring-offset-primary\/25:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .25)}.focus-within\:ring-offset-primary\/30:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .3)}.focus-within\:ring-offset-primary\/40:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .4)}.focus-within\:ring-offset-primary\/50:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .5)}.focus-within\:ring-offset-primary\/60:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .6)}.focus-within\:ring-offset-primary\/70:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .7)}.focus-within\:ring-offset-primary\/75:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .75)}.focus-within\:ring-offset-primary\/80:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .8)}.focus-within\:ring-offset-primary\/90:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .9)}.focus-within\:ring-offset-primary\/95:focus-within{--tw-ring-offset-color: rgb(167 139 250 / .95)}.focus-within\:ring-offset-primary\/100:focus-within{--tw-ring-offset-color: rgb(167 139 250 / 1)}.focus-within\:ring-offset-primary-light\/0:focus-within{--tw-ring-offset-color: rgb(247 245 254 / 0)}.focus-within\:ring-offset-primary-light\/5:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .05)}.focus-within\:ring-offset-primary-light\/10:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .1)}.focus-within\:ring-offset-primary-light\/20:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .2)}.focus-within\:ring-offset-primary-light\/25:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .25)}.focus-within\:ring-offset-primary-light\/30:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .3)}.focus-within\:ring-offset-primary-light\/40:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .4)}.focus-within\:ring-offset-primary-light\/50:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .5)}.focus-within\:ring-offset-primary-light\/60:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .6)}.focus-within\:ring-offset-primary-light\/70:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .7)}.focus-within\:ring-offset-primary-light\/75:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .75)}.focus-within\:ring-offset-primary-light\/80:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .8)}.focus-within\:ring-offset-primary-light\/90:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .9)}.focus-within\:ring-offset-primary-light\/95:focus-within{--tw-ring-offset-color: rgb(247 245 254 / .95)}.focus-within\:ring-offset-primary-light\/100:focus-within{--tw-ring-offset-color: rgb(247 245 254 / 1)}.focus-within\:ring-offset-primary-dark\/0:focus-within{--tw-ring-offset-color: rgb(105 87 158 / 0)}.focus-within\:ring-offset-primary-dark\/5:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .05)}.focus-within\:ring-offset-primary-dark\/10:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .1)}.focus-within\:ring-offset-primary-dark\/20:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .2)}.focus-within\:ring-offset-primary-dark\/25:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .25)}.focus-within\:ring-offset-primary-dark\/30:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .3)}.focus-within\:ring-offset-primary-dark\/40:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .4)}.focus-within\:ring-offset-primary-dark\/50:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .5)}.focus-within\:ring-offset-primary-dark\/60:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .6)}.focus-within\:ring-offset-primary-dark\/70:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .7)}.focus-within\:ring-offset-primary-dark\/75:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .75)}.focus-within\:ring-offset-primary-dark\/80:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .8)}.focus-within\:ring-offset-primary-dark\/90:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .9)}.focus-within\:ring-offset-primary-dark\/95:focus-within{--tw-ring-offset-color: rgb(105 87 158 / .95)}.focus-within\:ring-offset-primary-dark\/100:focus-within{--tw-ring-offset-color: rgb(105 87 158 / 1)}.focus-within\:ring-offset-info\/0:focus-within{--tw-ring-offset-color: rgb(118 144 239 / 0)}.focus-within\:ring-offset-info\/5:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .05)}.focus-within\:ring-offset-info\/10:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .1)}.focus-within\:ring-offset-info\/20:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .2)}.focus-within\:ring-offset-info\/25:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .25)}.focus-within\:ring-offset-info\/30:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .3)}.focus-within\:ring-offset-info\/40:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .4)}.focus-within\:ring-offset-info\/50:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .5)}.focus-within\:ring-offset-info\/60:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .6)}.focus-within\:ring-offset-info\/70:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .7)}.focus-within\:ring-offset-info\/75:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .75)}.focus-within\:ring-offset-info\/80:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .8)}.focus-within\:ring-offset-info\/90:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .9)}.focus-within\:ring-offset-info\/95:focus-within{--tw-ring-offset-color: rgb(118 144 239 / .95)}.focus-within\:ring-offset-info\/100:focus-within{--tw-ring-offset-color: rgb(118 144 239 / 1)}.focus-within\:ring-offset-info-light\/0:focus-within{--tw-ring-offset-color: rgb(242 243 253 / 0)}.focus-within\:ring-offset-info-light\/5:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .05)}.focus-within\:ring-offset-info-light\/10:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .1)}.focus-within\:ring-offset-info-light\/20:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .2)}.focus-within\:ring-offset-info-light\/25:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .25)}.focus-within\:ring-offset-info-light\/30:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .3)}.focus-within\:ring-offset-info-light\/40:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .4)}.focus-within\:ring-offset-info-light\/50:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .5)}.focus-within\:ring-offset-info-light\/60:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .6)}.focus-within\:ring-offset-info-light\/70:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .7)}.focus-within\:ring-offset-info-light\/75:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .75)}.focus-within\:ring-offset-info-light\/80:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .8)}.focus-within\:ring-offset-info-light\/90:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .9)}.focus-within\:ring-offset-info-light\/95:focus-within{--tw-ring-offset-color: rgb(242 243 253 / .95)}.focus-within\:ring-offset-info-light\/100:focus-within{--tw-ring-offset-color: rgb(242 243 253 / 1)}.focus-within\:ring-offset-info-dark\/0:focus-within{--tw-ring-offset-color: rgb(33 88 210 / 0)}.focus-within\:ring-offset-info-dark\/5:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .05)}.focus-within\:ring-offset-info-dark\/10:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .1)}.focus-within\:ring-offset-info-dark\/20:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .2)}.focus-within\:ring-offset-info-dark\/25:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .25)}.focus-within\:ring-offset-info-dark\/30:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .3)}.focus-within\:ring-offset-info-dark\/40:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .4)}.focus-within\:ring-offset-info-dark\/50:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .5)}.focus-within\:ring-offset-info-dark\/60:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .6)}.focus-within\:ring-offset-info-dark\/70:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .7)}.focus-within\:ring-offset-info-dark\/75:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .75)}.focus-within\:ring-offset-info-dark\/80:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .8)}.focus-within\:ring-offset-info-dark\/90:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .9)}.focus-within\:ring-offset-info-dark\/95:focus-within{--tw-ring-offset-color: rgb(33 88 210 / .95)}.focus-within\:ring-offset-info-dark\/100:focus-within{--tw-ring-offset-color: rgb(33 88 210 / 1)}.focus-within\:ring-offset-success\/0:focus-within{--tw-ring-offset-color: rgb(40 163 118 / 0)}.focus-within\:ring-offset-success\/5:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .05)}.focus-within\:ring-offset-success\/10:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .1)}.focus-within\:ring-offset-success\/20:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .2)}.focus-within\:ring-offset-success\/25:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .25)}.focus-within\:ring-offset-success\/30:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .3)}.focus-within\:ring-offset-success\/40:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .4)}.focus-within\:ring-offset-success\/50:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .5)}.focus-within\:ring-offset-success\/60:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .6)}.focus-within\:ring-offset-success\/70:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .7)}.focus-within\:ring-offset-success\/75:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .75)}.focus-within\:ring-offset-success\/80:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .8)}.focus-within\:ring-offset-success\/90:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .9)}.focus-within\:ring-offset-success\/95:focus-within{--tw-ring-offset-color: rgb(40 163 118 / .95)}.focus-within\:ring-offset-success\/100:focus-within{--tw-ring-offset-color: rgb(40 163 118 / 1)}.focus-within\:ring-offset-success-light\/0:focus-within{--tw-ring-offset-color: rgb(242 250 246 / 0)}.focus-within\:ring-offset-success-light\/5:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .05)}.focus-within\:ring-offset-success-light\/10:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .1)}.focus-within\:ring-offset-success-light\/20:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .2)}.focus-within\:ring-offset-success-light\/25:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .25)}.focus-within\:ring-offset-success-light\/30:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .3)}.focus-within\:ring-offset-success-light\/40:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .4)}.focus-within\:ring-offset-success-light\/50:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .5)}.focus-within\:ring-offset-success-light\/60:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .6)}.focus-within\:ring-offset-success-light\/70:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .7)}.focus-within\:ring-offset-success-light\/75:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .75)}.focus-within\:ring-offset-success-light\/80:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .8)}.focus-within\:ring-offset-success-light\/90:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .9)}.focus-within\:ring-offset-success-light\/95:focus-within{--tw-ring-offset-color: rgb(242 250 246 / .95)}.focus-within\:ring-offset-success-light\/100:focus-within{--tw-ring-offset-color: rgb(242 250 246 / 1)}.focus-within\:ring-offset-success-dark\/0:focus-within{--tw-ring-offset-color: rgb(32 133 96 / 0)}.focus-within\:ring-offset-success-dark\/5:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .05)}.focus-within\:ring-offset-success-dark\/10:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .1)}.focus-within\:ring-offset-success-dark\/20:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .2)}.focus-within\:ring-offset-success-dark\/25:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .25)}.focus-within\:ring-offset-success-dark\/30:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .3)}.focus-within\:ring-offset-success-dark\/40:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .4)}.focus-within\:ring-offset-success-dark\/50:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .5)}.focus-within\:ring-offset-success-dark\/60:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .6)}.focus-within\:ring-offset-success-dark\/70:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .7)}.focus-within\:ring-offset-success-dark\/75:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .75)}.focus-within\:ring-offset-success-dark\/80:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .8)}.focus-within\:ring-offset-success-dark\/90:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .9)}.focus-within\:ring-offset-success-dark\/95:focus-within{--tw-ring-offset-color: rgb(32 133 96 / .95)}.focus-within\:ring-offset-success-dark\/100:focus-within{--tw-ring-offset-color: rgb(32 133 96 / 1)}.focus-within\:ring-offset-warning\/0:focus-within{--tw-ring-offset-color: rgb(250 172 30 / 0)}.focus-within\:ring-offset-warning\/5:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .05)}.focus-within\:ring-offset-warning\/10:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .1)}.focus-within\:ring-offset-warning\/20:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .2)}.focus-within\:ring-offset-warning\/25:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .25)}.focus-within\:ring-offset-warning\/30:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .3)}.focus-within\:ring-offset-warning\/40:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .4)}.focus-within\:ring-offset-warning\/50:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .5)}.focus-within\:ring-offset-warning\/60:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .6)}.focus-within\:ring-offset-warning\/70:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .7)}.focus-within\:ring-offset-warning\/75:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .75)}.focus-within\:ring-offset-warning\/80:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .8)}.focus-within\:ring-offset-warning\/90:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .9)}.focus-within\:ring-offset-warning\/95:focus-within{--tw-ring-offset-color: rgb(250 172 30 / .95)}.focus-within\:ring-offset-warning\/100:focus-within{--tw-ring-offset-color: rgb(250 172 30 / 1)}.focus-within\:ring-offset-warning-light\/0:focus-within{--tw-ring-offset-color: rgb(254 247 242 / 0)}.focus-within\:ring-offset-warning-light\/5:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .05)}.focus-within\:ring-offset-warning-light\/10:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .1)}.focus-within\:ring-offset-warning-light\/20:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .2)}.focus-within\:ring-offset-warning-light\/25:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .25)}.focus-within\:ring-offset-warning-light\/30:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .3)}.focus-within\:ring-offset-warning-light\/40:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .4)}.focus-within\:ring-offset-warning-light\/50:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .5)}.focus-within\:ring-offset-warning-light\/60:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .6)}.focus-within\:ring-offset-warning-light\/70:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .7)}.focus-within\:ring-offset-warning-light\/75:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .75)}.focus-within\:ring-offset-warning-light\/80:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .8)}.focus-within\:ring-offset-warning-light\/90:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .9)}.focus-within\:ring-offset-warning-light\/95:focus-within{--tw-ring-offset-color: rgb(254 247 242 / .95)}.focus-within\:ring-offset-warning-light\/100:focus-within{--tw-ring-offset-color: rgb(254 247 242 / 1)}.focus-within\:ring-offset-warning-dark\/0:focus-within{--tw-ring-offset-color: rgb(158 108 18 / 0)}.focus-within\:ring-offset-warning-dark\/5:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .05)}.focus-within\:ring-offset-warning-dark\/10:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .1)}.focus-within\:ring-offset-warning-dark\/20:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .2)}.focus-within\:ring-offset-warning-dark\/25:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .25)}.focus-within\:ring-offset-warning-dark\/30:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .3)}.focus-within\:ring-offset-warning-dark\/40:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .4)}.focus-within\:ring-offset-warning-dark\/50:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .5)}.focus-within\:ring-offset-warning-dark\/60:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .6)}.focus-within\:ring-offset-warning-dark\/70:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .7)}.focus-within\:ring-offset-warning-dark\/75:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .75)}.focus-within\:ring-offset-warning-dark\/80:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .8)}.focus-within\:ring-offset-warning-dark\/90:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .9)}.focus-within\:ring-offset-warning-dark\/95:focus-within{--tw-ring-offset-color: rgb(158 108 18 / .95)}.focus-within\:ring-offset-warning-dark\/100:focus-within{--tw-ring-offset-color: rgb(158 108 18 / 1)}.focus-within\:ring-offset-error\/0:focus-within{--tw-ring-offset-color: rgb(220 38 38 / 0)}.focus-within\:ring-offset-error\/5:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .05)}.focus-within\:ring-offset-error\/10:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .1)}.focus-within\:ring-offset-error\/20:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .2)}.focus-within\:ring-offset-error\/25:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .25)}.focus-within\:ring-offset-error\/30:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .3)}.focus-within\:ring-offset-error\/40:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .4)}.focus-within\:ring-offset-error\/50:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .5)}.focus-within\:ring-offset-error\/60:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .6)}.focus-within\:ring-offset-error\/70:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .7)}.focus-within\:ring-offset-error\/75:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .75)}.focus-within\:ring-offset-error\/80:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .8)}.focus-within\:ring-offset-error\/90:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .9)}.focus-within\:ring-offset-error\/95:focus-within{--tw-ring-offset-color: rgb(220 38 38 / .95)}.focus-within\:ring-offset-error\/100:focus-within{--tw-ring-offset-color: rgb(220 38 38 / 1)}.focus-within\:ring-offset-error-light\/0:focus-within{--tw-ring-offset-color: rgb(251 242 242 / 0)}.focus-within\:ring-offset-error-light\/5:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .05)}.focus-within\:ring-offset-error-light\/10:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .1)}.focus-within\:ring-offset-error-light\/20:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .2)}.focus-within\:ring-offset-error-light\/25:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .25)}.focus-within\:ring-offset-error-light\/30:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .3)}.focus-within\:ring-offset-error-light\/40:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .4)}.focus-within\:ring-offset-error-light\/50:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .5)}.focus-within\:ring-offset-error-light\/60:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .6)}.focus-within\:ring-offset-error-light\/70:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .7)}.focus-within\:ring-offset-error-light\/75:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .75)}.focus-within\:ring-offset-error-light\/80:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .8)}.focus-within\:ring-offset-error-light\/90:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .9)}.focus-within\:ring-offset-error-light\/95:focus-within{--tw-ring-offset-color: rgb(251 242 242 / .95)}.focus-within\:ring-offset-error-light\/100:focus-within{--tw-ring-offset-color: rgb(251 242 242 / 1)}.focus-within\:ring-offset-error-dark\/0:focus-within{--tw-ring-offset-color: rgb(196 33 33 / 0)}.focus-within\:ring-offset-error-dark\/5:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .05)}.focus-within\:ring-offset-error-dark\/10:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .1)}.focus-within\:ring-offset-error-dark\/20:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .2)}.focus-within\:ring-offset-error-dark\/25:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .25)}.focus-within\:ring-offset-error-dark\/30:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .3)}.focus-within\:ring-offset-error-dark\/40:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .4)}.focus-within\:ring-offset-error-dark\/50:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .5)}.focus-within\:ring-offset-error-dark\/60:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .6)}.focus-within\:ring-offset-error-dark\/70:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .7)}.focus-within\:ring-offset-error-dark\/75:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .75)}.focus-within\:ring-offset-error-dark\/80:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .8)}.focus-within\:ring-offset-error-dark\/90:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .9)}.focus-within\:ring-offset-error-dark\/95:focus-within{--tw-ring-offset-color: rgb(196 33 33 / .95)}.focus-within\:ring-offset-error-dark\/100:focus-within{--tw-ring-offset-color: rgb(196 33 33 / 1)}.focus-within\:ring-offset-grey\/0:focus-within{--tw-ring-offset-color: rgb(71 85 105 / 0)}.focus-within\:ring-offset-grey\/5:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .05)}.focus-within\:ring-offset-grey\/10:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .1)}.focus-within\:ring-offset-grey\/20:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .2)}.focus-within\:ring-offset-grey\/25:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .25)}.focus-within\:ring-offset-grey\/30:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .3)}.focus-within\:ring-offset-grey\/40:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .4)}.focus-within\:ring-offset-grey\/50:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .5)}.focus-within\:ring-offset-grey\/60:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .6)}.focus-within\:ring-offset-grey\/70:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .7)}.focus-within\:ring-offset-grey\/75:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .75)}.focus-within\:ring-offset-grey\/80:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .8)}.focus-within\:ring-offset-grey\/90:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .9)}.focus-within\:ring-offset-grey\/95:focus-within{--tw-ring-offset-color: rgb(71 85 105 / .95)}.focus-within\:ring-offset-grey\/100:focus-within{--tw-ring-offset-color: rgb(71 85 105 / 1)}.focus-within\:ring-offset-grey-light\/0:focus-within{--tw-ring-offset-color: rgb(242 243 244 / 0)}.focus-within\:ring-offset-grey-light\/5:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .05)}.focus-within\:ring-offset-grey-light\/10:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .1)}.focus-within\:ring-offset-grey-light\/20:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .2)}.focus-within\:ring-offset-grey-light\/25:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .25)}.focus-within\:ring-offset-grey-light\/30:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .3)}.focus-within\:ring-offset-grey-light\/40:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .4)}.focus-within\:ring-offset-grey-light\/50:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .5)}.focus-within\:ring-offset-grey-light\/60:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .6)}.focus-within\:ring-offset-grey-light\/70:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .7)}.focus-within\:ring-offset-grey-light\/75:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .75)}.focus-within\:ring-offset-grey-light\/80:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .8)}.focus-within\:ring-offset-grey-light\/90:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .9)}.focus-within\:ring-offset-grey-light\/95:focus-within{--tw-ring-offset-color: rgb(242 243 244 / .95)}.focus-within\:ring-offset-grey-light\/100:focus-within{--tw-ring-offset-color: rgb(242 243 244 / 1)}.focus-within\:ring-offset-grey-dark\/0:focus-within{--tw-ring-offset-color: rgb(44 53 66 / 0)}.focus-within\:ring-offset-grey-dark\/5:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .05)}.focus-within\:ring-offset-grey-dark\/10:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .1)}.focus-within\:ring-offset-grey-dark\/20:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .2)}.focus-within\:ring-offset-grey-dark\/25:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .25)}.focus-within\:ring-offset-grey-dark\/30:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .3)}.focus-within\:ring-offset-grey-dark\/40:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .4)}.focus-within\:ring-offset-grey-dark\/50:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .5)}.focus-within\:ring-offset-grey-dark\/60:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .6)}.focus-within\:ring-offset-grey-dark\/70:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .7)}.focus-within\:ring-offset-grey-dark\/75:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .75)}.focus-within\:ring-offset-grey-dark\/80:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .8)}.focus-within\:ring-offset-grey-dark\/90:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .9)}.focus-within\:ring-offset-grey-dark\/95:focus-within{--tw-ring-offset-color: rgb(44 53 66 / .95)}.focus-within\:ring-offset-grey-dark\/100:focus-within{--tw-ring-offset-color: rgb(44 53 66 / 1)}.hover\:btn-primary:hover{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:btn-primary:hover:hover{--tw-bg-opacity: 1;background-color:rgb(149 124 223 / var(--tw-bg-opacity))}.hover\:btn-primary:hover:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(187 168 251 / var(--tw-ring-opacity))}.hover\:btn-primary-dark:hover{--tw-bg-opacity: 1;background-color:rgb(104 104 172 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:btn-primary-dark:hover:hover{--tw-bg-opacity: 1;background-color:rgb(93 93 153 / var(--tw-bg-opacity))}.hover\:btn-primary-dark:hover:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 147 191 / var(--tw-ring-opacity))}.hover\:btn-primary-outline:hover{border-width:1px;--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.hover\:btn-primary-outline:hover:hover{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity))}.hover\:btn-primary-outline:hover:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity))}.hover\:btn-error:hover{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.hover\:btn-error:hover:hover{--tw-bg-opacity: 1;background-color:rgb(248 228 228 / var(--tw-bg-opacity))}.hover\:btn-error:hover:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(227 118 118 / var(--tw-ring-opacity))}.hover\:btn-error-outline:hover{border-width:1px;--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.hover\:btn-error-outline:hover:hover{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity))}.hover\:btn-error-outline:hover:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(227 118 118 / var(--tw-ring-opacity))}.hover\:btn-info:hover{--tw-bg-opacity: 1;background-color:rgb(242 243 253 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.hover\:btn-info:hover:hover{--tw-bg-opacity: 1;background-color:rgb(228 232 251 / var(--tw-bg-opacity))}.hover\:btn-info:hover:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(118 144 239 / var(--tw-ring-opacity))}.hover\:btn-warning:hover{--tw-bg-opacity: 1;background-color:rgb(254 247 242 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(250 172 30 / var(--tw-text-opacity))}.hover\:btn-warning:hover:hover{--tw-bg-opacity: 1;background-color:rgb(254 240 228 / var(--tw-bg-opacity))}.hover\:btn-warning:hover:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 117 / var(--tw-ring-opacity))}.hover\:btn-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(250 172 30 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(254 247 242 / var(--tw-text-opacity))}.hover\:btn-secondary:hover:hover{--tw-bg-opacity: 1;background-color:rgb(223 153 26 / var(--tw-bg-opacity))}.hover\:btn-secondary:hover:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 209 162 / var(--tw-ring-opacity))}.hover\:btn-success:hover{--tw-bg-opacity: 1;background-color:rgb(242 250 246 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(46 188 136 / var(--tw-text-opacity))}.hover\:btn-success:hover:hover{--tw-bg-opacity: 1;background-color:rgb(229 246 238 / var(--tw-bg-opacity))}.hover\:btn-success:hover:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity))}.hover\:btn-orange:hover{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.hover\:btn-orange:hover:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:divide-red-50:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 242 242 / var(--tw-divide-opacity))}.hover\:divide-red-100:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 242 242 / var(--tw-divide-opacity))}.hover\:divide-red-200:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(248 228 228 / var(--tw-divide-opacity))}.hover\:divide-red-300:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(241 198 198 / var(--tw-divide-opacity))}.hover\:divide-red-400:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(234 163 163 / var(--tw-divide-opacity))}.hover\:divide-red-500:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(227 118 118 / var(--tw-divide-opacity))}.hover\:divide-red-600:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(220 38 38 / var(--tw-divide-opacity))}.hover\:divide-red-700:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(196 33 33 / var(--tw-divide-opacity))}.hover\:divide-red-800:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(170 29 29 / var(--tw-divide-opacity))}.hover\:divide-red-900:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(139 24 24 / var(--tw-divide-opacity))}.hover\:divide-orange-50:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(255 247 237 / var(--tw-divide-opacity))}.hover\:divide-orange-100:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(252 243 241 / var(--tw-divide-opacity))}.hover\:divide-orange-200:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 231 228 / var(--tw-divide-opacity))}.hover\:divide-orange-300:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(246 205 197 / var(--tw-divide-opacity))}.hover\:divide-orange-400:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 175 161 / var(--tw-divide-opacity))}.hover\:divide-orange-500:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(238 138 114 / var(--tw-divide-opacity))}.hover\:divide-orange-600:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(234 88 12 / var(--tw-divide-opacity))}.hover\:divide-orange-700:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(209 78 10 / var(--tw-divide-opacity))}.hover\:divide-orange-800:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(181 68 9 / var(--tw-divide-opacity))}.hover\:divide-orange-900:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(147 55 7 / var(--tw-divide-opacity))}.hover\:divide-yellow-50:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 252 232 / var(--tw-divide-opacity))}.hover\:divide-yellow-100:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 243 199 / var(--tw-divide-opacity))}.hover\:divide-yellow-200:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 230 138 / var(--tw-divide-opacity))}.hover\:divide-yellow-300:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(252 211 77 / var(--tw-divide-opacity))}.hover\:divide-yellow-400:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 191 36 / var(--tw-divide-opacity))}.hover\:divide-yellow-500:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(234 179 8 / var(--tw-divide-opacity))}.hover\:divide-yellow-600:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(217 119 6 / var(--tw-divide-opacity))}.hover\:divide-yellow-700:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(180 83 9 / var(--tw-divide-opacity))}.hover\:divide-yellow-800:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(146 64 14 / var(--tw-divide-opacity))}.hover\:divide-yellow-900:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(120 53 15 / var(--tw-divide-opacity))}.hover\:divide-green-50:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(240 253 244 / var(--tw-divide-opacity))}.hover\:divide-green-100:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 250 246 / var(--tw-divide-opacity))}.hover\:divide-green-200:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 246 238 / var(--tw-divide-opacity))}.hover\:divide-green-300:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(200 238 219 / var(--tw-divide-opacity))}.hover\:divide-green-400:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(166 229 200 / var(--tw-divide-opacity))}.hover\:divide-green-500:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(123 220 178 / var(--tw-divide-opacity))}.hover\:divide-green-600:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(52 211 153 / var(--tw-divide-opacity))}.hover\:divide-green-700:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(46 188 136 / var(--tw-divide-opacity))}.hover\:divide-green-800:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(40 163 118 / var(--tw-divide-opacity))}.hover\:divide-green-900:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(32 133 96 / var(--tw-divide-opacity))}.hover\:divide-emerald-50:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(236 253 245 / var(--tw-divide-opacity))}.hover\:divide-emerald-100:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(209 250 229 / var(--tw-divide-opacity))}.hover\:divide-emerald-200:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(167 243 208 / var(--tw-divide-opacity))}.hover\:divide-emerald-300:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(110 231 183 / var(--tw-divide-opacity))}.hover\:divide-emerald-400:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(52 211 153 / var(--tw-divide-opacity))}.hover\:divide-emerald-500:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(16 185 129 / var(--tw-divide-opacity))}.hover\:divide-emerald-600:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(5 150 105 / var(--tw-divide-opacity))}.hover\:divide-emerald-700:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(4 120 87 / var(--tw-divide-opacity))}.hover\:divide-emerald-800:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(6 95 70 / var(--tw-divide-opacity))}.hover\:divide-emerald-900:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(6 78 59 / var(--tw-divide-opacity))}.hover\:divide-teal-50:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(240 253 250 / var(--tw-divide-opacity))}.hover\:divide-teal-100:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(204 251 241 / var(--tw-divide-opacity))}.hover\:divide-teal-200:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(153 246 228 / var(--tw-divide-opacity))}.hover\:divide-teal-300:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(94 234 212 / var(--tw-divide-opacity))}.hover\:divide-teal-400:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(45 212 191 / var(--tw-divide-opacity))}.hover\:divide-teal-500:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(20 184 166 / var(--tw-divide-opacity))}.hover\:divide-teal-600:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(13 148 136 / var(--tw-divide-opacity))}.hover\:divide-teal-700:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(15 118 110 / var(--tw-divide-opacity))}.hover\:divide-teal-800:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(17 94 89 / var(--tw-divide-opacity))}.hover\:divide-teal-900:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(19 78 74 / var(--tw-divide-opacity))}.hover\:divide-sky-50:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(240 249 255 / var(--tw-divide-opacity))}.hover\:divide-sky-100:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(224 242 254 / var(--tw-divide-opacity))}.hover\:divide-sky-200:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(186 230 253 / var(--tw-divide-opacity))}.hover\:divide-sky-300:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(125 211 252 / var(--tw-divide-opacity))}.hover\:divide-sky-400:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(56 189 248 / var(--tw-divide-opacity))}.hover\:divide-sky-500:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(14 165 233 / var(--tw-divide-opacity))}.hover\:divide-sky-600:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(2 132 199 / var(--tw-divide-opacity))}.hover\:divide-sky-700:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(3 105 161 / var(--tw-divide-opacity))}.hover\:divide-sky-800:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(7 89 133 / var(--tw-divide-opacity))}.hover\:divide-sky-900:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(12 74 110 / var(--tw-divide-opacity))}.hover\:divide-blue-50:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(239 246 255 / var(--tw-divide-opacity))}.hover\:divide-blue-100:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 253 / var(--tw-divide-opacity))}.hover\:divide-blue-200:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(228 232 251 / var(--tw-divide-opacity))}.hover\:divide-blue-300:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(198 207 247 / var(--tw-divide-opacity))}.hover\:divide-blue-400:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(163 178 243 / var(--tw-divide-opacity))}.hover\:divide-blue-500:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(118 144 239 / var(--tw-divide-opacity))}.hover\:divide-blue-600:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(37 99 235 / var(--tw-divide-opacity))}.hover\:divide-blue-700:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(33 88 210 / var(--tw-divide-opacity))}.hover\:divide-blue-800:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(28 76 182 / var(--tw-divide-opacity))}.hover\:divide-blue-900:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(23 62 148 / var(--tw-divide-opacity))}.hover\:divide-indigo-50:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(238 242 255 / var(--tw-divide-opacity))}.hover\:divide-indigo-100:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(224 231 255 / var(--tw-divide-opacity))}.hover\:divide-indigo-200:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(199 210 254 / var(--tw-divide-opacity))}.hover\:divide-indigo-300:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(165 180 252 / var(--tw-divide-opacity))}.hover\:divide-indigo-400:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(129 140 248 / var(--tw-divide-opacity))}.hover\:divide-indigo-500:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(99 102 241 / var(--tw-divide-opacity))}.hover\:divide-indigo-600:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(79 70 229 / var(--tw-divide-opacity))}.hover\:divide-indigo-700:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(67 56 202 / var(--tw-divide-opacity))}.hover\:divide-indigo-800:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(55 48 163 / var(--tw-divide-opacity))}.hover\:divide-indigo-900:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(49 46 129 / var(--tw-divide-opacity))}.hover\:divide-violet-50:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(245 243 255 / var(--tw-divide-opacity))}.hover\:divide-violet-100:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(237 233 254 / var(--tw-divide-opacity))}.hover\:divide-violet-200:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(221 214 254 / var(--tw-divide-opacity))}.hover\:divide-violet-300:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(196 181 253 / var(--tw-divide-opacity))}.hover\:divide-violet-400:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(167 139 250 / var(--tw-divide-opacity))}.hover\:divide-violet-500:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(139 92 246 / var(--tw-divide-opacity))}.hover\:divide-violet-600:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(124 58 237 / var(--tw-divide-opacity))}.hover\:divide-violet-700:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(109 40 217 / var(--tw-divide-opacity))}.hover\:divide-violet-800:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(91 33 182 / var(--tw-divide-opacity))}.hover\:divide-violet-900:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(76 29 149 / var(--tw-divide-opacity))}.hover\:divide-fuchsia-50:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 244 255 / var(--tw-divide-opacity))}.hover\:divide-fuchsia-100:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 232 255 / var(--tw-divide-opacity))}.hover\:divide-fuchsia-200:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(245 208 254 / var(--tw-divide-opacity))}.hover\:divide-fuchsia-300:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(240 171 252 / var(--tw-divide-opacity))}.hover\:divide-fuchsia-400:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(232 121 249 / var(--tw-divide-opacity))}.hover\:divide-fuchsia-500:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(217 70 239 / var(--tw-divide-opacity))}.hover\:divide-fuchsia-600:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(192 38 211 / var(--tw-divide-opacity))}.hover\:divide-fuchsia-700:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(162 28 175 / var(--tw-divide-opacity))}.hover\:divide-fuchsia-800:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(134 25 143 / var(--tw-divide-opacity))}.hover\:divide-fuchsia-900:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(112 26 117 / var(--tw-divide-opacity))}.hover\:divide-pink-50:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 242 248 / var(--tw-divide-opacity))}.hover\:divide-pink-100:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(252 231 243 / var(--tw-divide-opacity))}.hover\:divide-pink-200:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 207 232 / var(--tw-divide-opacity))}.hover\:divide-pink-300:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(249 168 212 / var(--tw-divide-opacity))}.hover\:divide-pink-400:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(244 114 182 / var(--tw-divide-opacity))}.hover\:divide-pink-500:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(236 72 153 / var(--tw-divide-opacity))}.hover\:divide-pink-600:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(219 39 119 / var(--tw-divide-opacity))}.hover\:divide-pink-700:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(190 24 93 / var(--tw-divide-opacity))}.hover\:divide-pink-800:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(157 23 77 / var(--tw-divide-opacity))}.hover\:divide-pink-900:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(131 24 67 / var(--tw-divide-opacity))}.hover\:divide-rose-50:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(255 241 242 / var(--tw-divide-opacity))}.hover\:divide-rose-100:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(255 228 230 / var(--tw-divide-opacity))}.hover\:divide-rose-200:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 205 211 / var(--tw-divide-opacity))}.hover\:divide-rose-300:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 164 175 / var(--tw-divide-opacity))}.hover\:divide-rose-400:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 113 133 / var(--tw-divide-opacity))}.hover\:divide-rose-500:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(244 63 94 / var(--tw-divide-opacity))}.hover\:divide-rose-600:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(225 29 72 / var(--tw-divide-opacity))}.hover\:divide-rose-700:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(190 18 60 / var(--tw-divide-opacity))}.hover\:divide-rose-800:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(159 18 57 / var(--tw-divide-opacity))}.hover\:divide-rose-900:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(136 19 55 / var(--tw-divide-opacity))}.hover\:divide-primary-100:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 244 / var(--tw-divide-opacity))}.hover\:divide-primary-200:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(232 232 240 / var(--tw-divide-opacity))}.hover\:divide-primary-300:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(208 208 225 / var(--tw-divide-opacity))}.hover\:divide-primary-400:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(180 180 209 / var(--tw-divide-opacity))}.hover\:divide-primary-500:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(147 147 191 / var(--tw-divide-opacity))}.hover\:divide-primary-600:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(104 104 172 / var(--tw-divide-opacity))}.hover\:divide-primary-700:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(93 93 153 / var(--tw-divide-opacity))}.hover\:divide-primary-800:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(80 80 133 / var(--tw-divide-opacity))}.hover\:divide-primary-900:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(65 65 108 / var(--tw-divide-opacity))}.hover\:divide-primary-1000:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(46 46 76 / var(--tw-divide-opacity))}.hover\:divide-primary-highlight-100:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(247 245 254 / var(--tw-divide-opacity))}.hover\:divide-primary-highlight-200:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(239 236 254 / var(--tw-divide-opacity))}.hover\:divide-primary-highlight-300:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(223 216 253 / var(--tw-divide-opacity))}.hover\:divide-primary-highlight-400:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(206 193 252 / var(--tw-divide-opacity))}.hover\:divide-primary-highlight-500:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(187 168 251 / var(--tw-divide-opacity))}.hover\:divide-primary-highlight-600:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(167 139 250 / var(--tw-divide-opacity))}.hover\:divide-primary-highlight-700:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(149 124 223 / var(--tw-divide-opacity))}.hover\:divide-primary-highlight-800:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(129 107 193 / var(--tw-divide-opacity))}.hover\:divide-primary-highlight-900:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(105 87 158 / var(--tw-divide-opacity))}.hover\:divide-primary-highlight-1000:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(74 62 111 / var(--tw-divide-opacity))}.hover\:divide-secondary-100:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 247 242 / var(--tw-divide-opacity))}.hover\:divide-secondary-200:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 240 228 / var(--tw-divide-opacity))}.hover\:divide-secondary-300:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 225 198 / var(--tw-divide-opacity))}.hover\:divide-secondary-400:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(252 209 162 / var(--tw-divide-opacity))}.hover\:divide-secondary-500:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 191 117 / var(--tw-divide-opacity))}.hover\:divide-secondary-600:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 172 30 / var(--tw-divide-opacity))}.hover\:divide-secondary-700:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(223 153 26 / var(--tw-divide-opacity))}.hover\:divide-secondary-800:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(193 133 23 / var(--tw-divide-opacity))}.hover\:divide-secondary-900:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(158 108 18 / var(--tw-divide-opacity))}.hover\:divide-secondary-1000:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(111 76 13 / var(--tw-divide-opacity))}.hover\:divide-grey-100:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 244 / var(--tw-divide-opacity))}.hover\:divide-grey-200:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(230 231 232 / var(--tw-divide-opacity))}.hover\:divide-grey-300:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(202 204 208 / var(--tw-divide-opacity))}.hover\:divide-grey-400:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(170 174 180 / var(--tw-divide-opacity))}.hover\:divide-grey-500:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(130 137 147 / var(--tw-divide-opacity))}.hover\:divide-grey-600:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(71 85 105 / var(--tw-divide-opacity))}.hover\:divide-grey-700:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(63 76 93 / var(--tw-divide-opacity))}.hover\:divide-grey-800:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(54 65 81 / var(--tw-divide-opacity))}.hover\:divide-grey-900:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(44 53 66 / var(--tw-divide-opacity))}.hover\:divide-grey-1000:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(31 38 46 / var(--tw-divide-opacity))}.hover\:divide-green-1000:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(23 94 68 / var(--tw-divide-opacity))}.hover\:divide-blue-1000:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(16 44 105 / var(--tw-divide-opacity))}.hover\:divide-orange-1000:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(104 39 5 / var(--tw-divide-opacity))}.hover\:divide-red-1000:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(98 16 16 / var(--tw-divide-opacity))}.hover\:divide-primary:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(167 139 250 / var(--tw-divide-opacity))}.hover\:divide-primary-light:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(247 245 254 / var(--tw-divide-opacity))}.hover\:divide-primary-dark:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(105 87 158 / var(--tw-divide-opacity))}.hover\:divide-info:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(118 144 239 / var(--tw-divide-opacity))}.hover\:divide-info-light:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 253 / var(--tw-divide-opacity))}.hover\:divide-info-dark:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(33 88 210 / var(--tw-divide-opacity))}.hover\:divide-success:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(40 163 118 / var(--tw-divide-opacity))}.hover\:divide-success-light:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 250 246 / var(--tw-divide-opacity))}.hover\:divide-success-dark:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(32 133 96 / var(--tw-divide-opacity))}.hover\:divide-warning:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 172 30 / var(--tw-divide-opacity))}.hover\:divide-warning-light:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 247 242 / var(--tw-divide-opacity))}.hover\:divide-warning-dark:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(158 108 18 / var(--tw-divide-opacity))}.hover\:divide-error:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(220 38 38 / var(--tw-divide-opacity))}.hover\:divide-error-light:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 242 242 / var(--tw-divide-opacity))}.hover\:divide-error-dark:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(196 33 33 / var(--tw-divide-opacity))}.hover\:divide-grey:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(71 85 105 / var(--tw-divide-opacity))}.hover\:divide-grey-light:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 244 / var(--tw-divide-opacity))}.hover\:divide-grey-dark:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(44 53 66 / var(--tw-divide-opacity))}.hover\:divide-red-50\/0:hover>:not([hidden])~:not([hidden]){border-color:#fef2f200}.hover\:divide-red-50\/5:hover>:not([hidden])~:not([hidden]){border-color:#fef2f20d}.hover\:divide-red-50\/10:hover>:not([hidden])~:not([hidden]){border-color:#fef2f21a}.hover\:divide-red-50\/20:hover>:not([hidden])~:not([hidden]){border-color:#fef2f233}.hover\:divide-red-50\/25:hover>:not([hidden])~:not([hidden]){border-color:#fef2f240}.hover\:divide-red-50\/30:hover>:not([hidden])~:not([hidden]){border-color:#fef2f24d}.hover\:divide-red-50\/40:hover>:not([hidden])~:not([hidden]){border-color:#fef2f266}.hover\:divide-red-50\/50:hover>:not([hidden])~:not([hidden]){border-color:#fef2f280}.hover\:divide-red-50\/60:hover>:not([hidden])~:not([hidden]){border-color:#fef2f299}.hover\:divide-red-50\/70:hover>:not([hidden])~:not([hidden]){border-color:#fef2f2b3}.hover\:divide-red-50\/75:hover>:not([hidden])~:not([hidden]){border-color:#fef2f2bf}.hover\:divide-red-50\/80:hover>:not([hidden])~:not([hidden]){border-color:#fef2f2cc}.hover\:divide-red-50\/90:hover>:not([hidden])~:not([hidden]){border-color:#fef2f2e6}.hover\:divide-red-50\/95:hover>:not([hidden])~:not([hidden]){border-color:#fef2f2f2}.hover\:divide-red-50\/100:hover>:not([hidden])~:not([hidden]){border-color:#fef2f2}.hover\:divide-red-100\/0:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f200}.hover\:divide-red-100\/5:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f20d}.hover\:divide-red-100\/10:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f21a}.hover\:divide-red-100\/20:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f233}.hover\:divide-red-100\/25:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f240}.hover\:divide-red-100\/30:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f24d}.hover\:divide-red-100\/40:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f266}.hover\:divide-red-100\/50:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f280}.hover\:divide-red-100\/60:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f299}.hover\:divide-red-100\/70:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f2b3}.hover\:divide-red-100\/75:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f2bf}.hover\:divide-red-100\/80:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f2cc}.hover\:divide-red-100\/90:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f2e6}.hover\:divide-red-100\/95:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f2f2}.hover\:divide-red-100\/100:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f2}.hover\:divide-red-200\/0:hover>:not([hidden])~:not([hidden]){border-color:#f8e4e400}.hover\:divide-red-200\/5:hover>:not([hidden])~:not([hidden]){border-color:#f8e4e40d}.hover\:divide-red-200\/10:hover>:not([hidden])~:not([hidden]){border-color:#f8e4e41a}.hover\:divide-red-200\/20:hover>:not([hidden])~:not([hidden]){border-color:#f8e4e433}.hover\:divide-red-200\/25:hover>:not([hidden])~:not([hidden]){border-color:#f8e4e440}.hover\:divide-red-200\/30:hover>:not([hidden])~:not([hidden]){border-color:#f8e4e44d}.hover\:divide-red-200\/40:hover>:not([hidden])~:not([hidden]){border-color:#f8e4e466}.hover\:divide-red-200\/50:hover>:not([hidden])~:not([hidden]){border-color:#f8e4e480}.hover\:divide-red-200\/60:hover>:not([hidden])~:not([hidden]){border-color:#f8e4e499}.hover\:divide-red-200\/70:hover>:not([hidden])~:not([hidden]){border-color:#f8e4e4b3}.hover\:divide-red-200\/75:hover>:not([hidden])~:not([hidden]){border-color:#f8e4e4bf}.hover\:divide-red-200\/80:hover>:not([hidden])~:not([hidden]){border-color:#f8e4e4cc}.hover\:divide-red-200\/90:hover>:not([hidden])~:not([hidden]){border-color:#f8e4e4e6}.hover\:divide-red-200\/95:hover>:not([hidden])~:not([hidden]){border-color:#f8e4e4f2}.hover\:divide-red-200\/100:hover>:not([hidden])~:not([hidden]){border-color:#f8e4e4}.hover\:divide-red-300\/0:hover>:not([hidden])~:not([hidden]){border-color:#f1c6c600}.hover\:divide-red-300\/5:hover>:not([hidden])~:not([hidden]){border-color:#f1c6c60d}.hover\:divide-red-300\/10:hover>:not([hidden])~:not([hidden]){border-color:#f1c6c61a}.hover\:divide-red-300\/20:hover>:not([hidden])~:not([hidden]){border-color:#f1c6c633}.hover\:divide-red-300\/25:hover>:not([hidden])~:not([hidden]){border-color:#f1c6c640}.hover\:divide-red-300\/30:hover>:not([hidden])~:not([hidden]){border-color:#f1c6c64d}.hover\:divide-red-300\/40:hover>:not([hidden])~:not([hidden]){border-color:#f1c6c666}.hover\:divide-red-300\/50:hover>:not([hidden])~:not([hidden]){border-color:#f1c6c680}.hover\:divide-red-300\/60:hover>:not([hidden])~:not([hidden]){border-color:#f1c6c699}.hover\:divide-red-300\/70:hover>:not([hidden])~:not([hidden]){border-color:#f1c6c6b3}.hover\:divide-red-300\/75:hover>:not([hidden])~:not([hidden]){border-color:#f1c6c6bf}.hover\:divide-red-300\/80:hover>:not([hidden])~:not([hidden]){border-color:#f1c6c6cc}.hover\:divide-red-300\/90:hover>:not([hidden])~:not([hidden]){border-color:#f1c6c6e6}.hover\:divide-red-300\/95:hover>:not([hidden])~:not([hidden]){border-color:#f1c6c6f2}.hover\:divide-red-300\/100:hover>:not([hidden])~:not([hidden]){border-color:#f1c6c6}.hover\:divide-red-400\/0:hover>:not([hidden])~:not([hidden]){border-color:#eaa3a300}.hover\:divide-red-400\/5:hover>:not([hidden])~:not([hidden]){border-color:#eaa3a30d}.hover\:divide-red-400\/10:hover>:not([hidden])~:not([hidden]){border-color:#eaa3a31a}.hover\:divide-red-400\/20:hover>:not([hidden])~:not([hidden]){border-color:#eaa3a333}.hover\:divide-red-400\/25:hover>:not([hidden])~:not([hidden]){border-color:#eaa3a340}.hover\:divide-red-400\/30:hover>:not([hidden])~:not([hidden]){border-color:#eaa3a34d}.hover\:divide-red-400\/40:hover>:not([hidden])~:not([hidden]){border-color:#eaa3a366}.hover\:divide-red-400\/50:hover>:not([hidden])~:not([hidden]){border-color:#eaa3a380}.hover\:divide-red-400\/60:hover>:not([hidden])~:not([hidden]){border-color:#eaa3a399}.hover\:divide-red-400\/70:hover>:not([hidden])~:not([hidden]){border-color:#eaa3a3b3}.hover\:divide-red-400\/75:hover>:not([hidden])~:not([hidden]){border-color:#eaa3a3bf}.hover\:divide-red-400\/80:hover>:not([hidden])~:not([hidden]){border-color:#eaa3a3cc}.hover\:divide-red-400\/90:hover>:not([hidden])~:not([hidden]){border-color:#eaa3a3e6}.hover\:divide-red-400\/95:hover>:not([hidden])~:not([hidden]){border-color:#eaa3a3f2}.hover\:divide-red-400\/100:hover>:not([hidden])~:not([hidden]){border-color:#eaa3a3}.hover\:divide-red-500\/0:hover>:not([hidden])~:not([hidden]){border-color:#e3767600}.hover\:divide-red-500\/5:hover>:not([hidden])~:not([hidden]){border-color:#e376760d}.hover\:divide-red-500\/10:hover>:not([hidden])~:not([hidden]){border-color:#e376761a}.hover\:divide-red-500\/20:hover>:not([hidden])~:not([hidden]){border-color:#e3767633}.hover\:divide-red-500\/25:hover>:not([hidden])~:not([hidden]){border-color:#e3767640}.hover\:divide-red-500\/30:hover>:not([hidden])~:not([hidden]){border-color:#e376764d}.hover\:divide-red-500\/40:hover>:not([hidden])~:not([hidden]){border-color:#e3767666}.hover\:divide-red-500\/50:hover>:not([hidden])~:not([hidden]){border-color:#e3767680}.hover\:divide-red-500\/60:hover>:not([hidden])~:not([hidden]){border-color:#e3767699}.hover\:divide-red-500\/70:hover>:not([hidden])~:not([hidden]){border-color:#e37676b3}.hover\:divide-red-500\/75:hover>:not([hidden])~:not([hidden]){border-color:#e37676bf}.hover\:divide-red-500\/80:hover>:not([hidden])~:not([hidden]){border-color:#e37676cc}.hover\:divide-red-500\/90:hover>:not([hidden])~:not([hidden]){border-color:#e37676e6}.hover\:divide-red-500\/95:hover>:not([hidden])~:not([hidden]){border-color:#e37676f2}.hover\:divide-red-500\/100:hover>:not([hidden])~:not([hidden]){border-color:#e37676}.hover\:divide-red-600\/0:hover>:not([hidden])~:not([hidden]){border-color:#dc262600}.hover\:divide-red-600\/5:hover>:not([hidden])~:not([hidden]){border-color:#dc26260d}.hover\:divide-red-600\/10:hover>:not([hidden])~:not([hidden]){border-color:#dc26261a}.hover\:divide-red-600\/20:hover>:not([hidden])~:not([hidden]){border-color:#dc262633}.hover\:divide-red-600\/25:hover>:not([hidden])~:not([hidden]){border-color:#dc262640}.hover\:divide-red-600\/30:hover>:not([hidden])~:not([hidden]){border-color:#dc26264d}.hover\:divide-red-600\/40:hover>:not([hidden])~:not([hidden]){border-color:#dc262666}.hover\:divide-red-600\/50:hover>:not([hidden])~:not([hidden]){border-color:#dc262680}.hover\:divide-red-600\/60:hover>:not([hidden])~:not([hidden]){border-color:#dc262699}.hover\:divide-red-600\/70:hover>:not([hidden])~:not([hidden]){border-color:#dc2626b3}.hover\:divide-red-600\/75:hover>:not([hidden])~:not([hidden]){border-color:#dc2626bf}.hover\:divide-red-600\/80:hover>:not([hidden])~:not([hidden]){border-color:#dc2626cc}.hover\:divide-red-600\/90:hover>:not([hidden])~:not([hidden]){border-color:#dc2626e6}.hover\:divide-red-600\/95:hover>:not([hidden])~:not([hidden]){border-color:#dc2626f2}.hover\:divide-red-600\/100:hover>:not([hidden])~:not([hidden]){border-color:#dc2626}.hover\:divide-red-700\/0:hover>:not([hidden])~:not([hidden]){border-color:#c4212100}.hover\:divide-red-700\/5:hover>:not([hidden])~:not([hidden]){border-color:#c421210d}.hover\:divide-red-700\/10:hover>:not([hidden])~:not([hidden]){border-color:#c421211a}.hover\:divide-red-700\/20:hover>:not([hidden])~:not([hidden]){border-color:#c4212133}.hover\:divide-red-700\/25:hover>:not([hidden])~:not([hidden]){border-color:#c4212140}.hover\:divide-red-700\/30:hover>:not([hidden])~:not([hidden]){border-color:#c421214d}.hover\:divide-red-700\/40:hover>:not([hidden])~:not([hidden]){border-color:#c4212166}.hover\:divide-red-700\/50:hover>:not([hidden])~:not([hidden]){border-color:#c4212180}.hover\:divide-red-700\/60:hover>:not([hidden])~:not([hidden]){border-color:#c4212199}.hover\:divide-red-700\/70:hover>:not([hidden])~:not([hidden]){border-color:#c42121b3}.hover\:divide-red-700\/75:hover>:not([hidden])~:not([hidden]){border-color:#c42121bf}.hover\:divide-red-700\/80:hover>:not([hidden])~:not([hidden]){border-color:#c42121cc}.hover\:divide-red-700\/90:hover>:not([hidden])~:not([hidden]){border-color:#c42121e6}.hover\:divide-red-700\/95:hover>:not([hidden])~:not([hidden]){border-color:#c42121f2}.hover\:divide-red-700\/100:hover>:not([hidden])~:not([hidden]){border-color:#c42121}.hover\:divide-red-800\/0:hover>:not([hidden])~:not([hidden]){border-color:#aa1d1d00}.hover\:divide-red-800\/5:hover>:not([hidden])~:not([hidden]){border-color:#aa1d1d0d}.hover\:divide-red-800\/10:hover>:not([hidden])~:not([hidden]){border-color:#aa1d1d1a}.hover\:divide-red-800\/20:hover>:not([hidden])~:not([hidden]){border-color:#aa1d1d33}.hover\:divide-red-800\/25:hover>:not([hidden])~:not([hidden]){border-color:#aa1d1d40}.hover\:divide-red-800\/30:hover>:not([hidden])~:not([hidden]){border-color:#aa1d1d4d}.hover\:divide-red-800\/40:hover>:not([hidden])~:not([hidden]){border-color:#aa1d1d66}.hover\:divide-red-800\/50:hover>:not([hidden])~:not([hidden]){border-color:#aa1d1d80}.hover\:divide-red-800\/60:hover>:not([hidden])~:not([hidden]){border-color:#aa1d1d99}.hover\:divide-red-800\/70:hover>:not([hidden])~:not([hidden]){border-color:#aa1d1db3}.hover\:divide-red-800\/75:hover>:not([hidden])~:not([hidden]){border-color:#aa1d1dbf}.hover\:divide-red-800\/80:hover>:not([hidden])~:not([hidden]){border-color:#aa1d1dcc}.hover\:divide-red-800\/90:hover>:not([hidden])~:not([hidden]){border-color:#aa1d1de6}.hover\:divide-red-800\/95:hover>:not([hidden])~:not([hidden]){border-color:#aa1d1df2}.hover\:divide-red-800\/100:hover>:not([hidden])~:not([hidden]){border-color:#aa1d1d}.hover\:divide-red-900\/0:hover>:not([hidden])~:not([hidden]){border-color:#8b181800}.hover\:divide-red-900\/5:hover>:not([hidden])~:not([hidden]){border-color:#8b18180d}.hover\:divide-red-900\/10:hover>:not([hidden])~:not([hidden]){border-color:#8b18181a}.hover\:divide-red-900\/20:hover>:not([hidden])~:not([hidden]){border-color:#8b181833}.hover\:divide-red-900\/25:hover>:not([hidden])~:not([hidden]){border-color:#8b181840}.hover\:divide-red-900\/30:hover>:not([hidden])~:not([hidden]){border-color:#8b18184d}.hover\:divide-red-900\/40:hover>:not([hidden])~:not([hidden]){border-color:#8b181866}.hover\:divide-red-900\/50:hover>:not([hidden])~:not([hidden]){border-color:#8b181880}.hover\:divide-red-900\/60:hover>:not([hidden])~:not([hidden]){border-color:#8b181899}.hover\:divide-red-900\/70:hover>:not([hidden])~:not([hidden]){border-color:#8b1818b3}.hover\:divide-red-900\/75:hover>:not([hidden])~:not([hidden]){border-color:#8b1818bf}.hover\:divide-red-900\/80:hover>:not([hidden])~:not([hidden]){border-color:#8b1818cc}.hover\:divide-red-900\/90:hover>:not([hidden])~:not([hidden]){border-color:#8b1818e6}.hover\:divide-red-900\/95:hover>:not([hidden])~:not([hidden]){border-color:#8b1818f2}.hover\:divide-red-900\/100:hover>:not([hidden])~:not([hidden]){border-color:#8b1818}.hover\:divide-orange-50\/0:hover>:not([hidden])~:not([hidden]){border-color:#fff7ed00}.hover\:divide-orange-50\/5:hover>:not([hidden])~:not([hidden]){border-color:#fff7ed0d}.hover\:divide-orange-50\/10:hover>:not([hidden])~:not([hidden]){border-color:#fff7ed1a}.hover\:divide-orange-50\/20:hover>:not([hidden])~:not([hidden]){border-color:#fff7ed33}.hover\:divide-orange-50\/25:hover>:not([hidden])~:not([hidden]){border-color:#fff7ed40}.hover\:divide-orange-50\/30:hover>:not([hidden])~:not([hidden]){border-color:#fff7ed4d}.hover\:divide-orange-50\/40:hover>:not([hidden])~:not([hidden]){border-color:#fff7ed66}.hover\:divide-orange-50\/50:hover>:not([hidden])~:not([hidden]){border-color:#fff7ed80}.hover\:divide-orange-50\/60:hover>:not([hidden])~:not([hidden]){border-color:#fff7ed99}.hover\:divide-orange-50\/70:hover>:not([hidden])~:not([hidden]){border-color:#fff7edb3}.hover\:divide-orange-50\/75:hover>:not([hidden])~:not([hidden]){border-color:#fff7edbf}.hover\:divide-orange-50\/80:hover>:not([hidden])~:not([hidden]){border-color:#fff7edcc}.hover\:divide-orange-50\/90:hover>:not([hidden])~:not([hidden]){border-color:#fff7ede6}.hover\:divide-orange-50\/95:hover>:not([hidden])~:not([hidden]){border-color:#fff7edf2}.hover\:divide-orange-50\/100:hover>:not([hidden])~:not([hidden]){border-color:#fff7ed}.hover\:divide-orange-100\/0:hover>:not([hidden])~:not([hidden]){border-color:#fcf3f100}.hover\:divide-orange-100\/5:hover>:not([hidden])~:not([hidden]){border-color:#fcf3f10d}.hover\:divide-orange-100\/10:hover>:not([hidden])~:not([hidden]){border-color:#fcf3f11a}.hover\:divide-orange-100\/20:hover>:not([hidden])~:not([hidden]){border-color:#fcf3f133}.hover\:divide-orange-100\/25:hover>:not([hidden])~:not([hidden]){border-color:#fcf3f140}.hover\:divide-orange-100\/30:hover>:not([hidden])~:not([hidden]){border-color:#fcf3f14d}.hover\:divide-orange-100\/40:hover>:not([hidden])~:not([hidden]){border-color:#fcf3f166}.hover\:divide-orange-100\/50:hover>:not([hidden])~:not([hidden]){border-color:#fcf3f180}.hover\:divide-orange-100\/60:hover>:not([hidden])~:not([hidden]){border-color:#fcf3f199}.hover\:divide-orange-100\/70:hover>:not([hidden])~:not([hidden]){border-color:#fcf3f1b3}.hover\:divide-orange-100\/75:hover>:not([hidden])~:not([hidden]){border-color:#fcf3f1bf}.hover\:divide-orange-100\/80:hover>:not([hidden])~:not([hidden]){border-color:#fcf3f1cc}.hover\:divide-orange-100\/90:hover>:not([hidden])~:not([hidden]){border-color:#fcf3f1e6}.hover\:divide-orange-100\/95:hover>:not([hidden])~:not([hidden]){border-color:#fcf3f1f2}.hover\:divide-orange-100\/100:hover>:not([hidden])~:not([hidden]){border-color:#fcf3f1}.hover\:divide-orange-200\/0:hover>:not([hidden])~:not([hidden]){border-color:#fae7e400}.hover\:divide-orange-200\/5:hover>:not([hidden])~:not([hidden]){border-color:#fae7e40d}.hover\:divide-orange-200\/10:hover>:not([hidden])~:not([hidden]){border-color:#fae7e41a}.hover\:divide-orange-200\/20:hover>:not([hidden])~:not([hidden]){border-color:#fae7e433}.hover\:divide-orange-200\/25:hover>:not([hidden])~:not([hidden]){border-color:#fae7e440}.hover\:divide-orange-200\/30:hover>:not([hidden])~:not([hidden]){border-color:#fae7e44d}.hover\:divide-orange-200\/40:hover>:not([hidden])~:not([hidden]){border-color:#fae7e466}.hover\:divide-orange-200\/50:hover>:not([hidden])~:not([hidden]){border-color:#fae7e480}.hover\:divide-orange-200\/60:hover>:not([hidden])~:not([hidden]){border-color:#fae7e499}.hover\:divide-orange-200\/70:hover>:not([hidden])~:not([hidden]){border-color:#fae7e4b3}.hover\:divide-orange-200\/75:hover>:not([hidden])~:not([hidden]){border-color:#fae7e4bf}.hover\:divide-orange-200\/80:hover>:not([hidden])~:not([hidden]){border-color:#fae7e4cc}.hover\:divide-orange-200\/90:hover>:not([hidden])~:not([hidden]){border-color:#fae7e4e6}.hover\:divide-orange-200\/95:hover>:not([hidden])~:not([hidden]){border-color:#fae7e4f2}.hover\:divide-orange-200\/100:hover>:not([hidden])~:not([hidden]){border-color:#fae7e4}.hover\:divide-orange-300\/0:hover>:not([hidden])~:not([hidden]){border-color:#f6cdc500}.hover\:divide-orange-300\/5:hover>:not([hidden])~:not([hidden]){border-color:#f6cdc50d}.hover\:divide-orange-300\/10:hover>:not([hidden])~:not([hidden]){border-color:#f6cdc51a}.hover\:divide-orange-300\/20:hover>:not([hidden])~:not([hidden]){border-color:#f6cdc533}.hover\:divide-orange-300\/25:hover>:not([hidden])~:not([hidden]){border-color:#f6cdc540}.hover\:divide-orange-300\/30:hover>:not([hidden])~:not([hidden]){border-color:#f6cdc54d}.hover\:divide-orange-300\/40:hover>:not([hidden])~:not([hidden]){border-color:#f6cdc566}.hover\:divide-orange-300\/50:hover>:not([hidden])~:not([hidden]){border-color:#f6cdc580}.hover\:divide-orange-300\/60:hover>:not([hidden])~:not([hidden]){border-color:#f6cdc599}.hover\:divide-orange-300\/70:hover>:not([hidden])~:not([hidden]){border-color:#f6cdc5b3}.hover\:divide-orange-300\/75:hover>:not([hidden])~:not([hidden]){border-color:#f6cdc5bf}.hover\:divide-orange-300\/80:hover>:not([hidden])~:not([hidden]){border-color:#f6cdc5cc}.hover\:divide-orange-300\/90:hover>:not([hidden])~:not([hidden]){border-color:#f6cdc5e6}.hover\:divide-orange-300\/95:hover>:not([hidden])~:not([hidden]){border-color:#f6cdc5f2}.hover\:divide-orange-300\/100:hover>:not([hidden])~:not([hidden]){border-color:#f6cdc5}.hover\:divide-orange-400\/0:hover>:not([hidden])~:not([hidden]){border-color:#f2afa100}.hover\:divide-orange-400\/5:hover>:not([hidden])~:not([hidden]){border-color:#f2afa10d}.hover\:divide-orange-400\/10:hover>:not([hidden])~:not([hidden]){border-color:#f2afa11a}.hover\:divide-orange-400\/20:hover>:not([hidden])~:not([hidden]){border-color:#f2afa133}.hover\:divide-orange-400\/25:hover>:not([hidden])~:not([hidden]){border-color:#f2afa140}.hover\:divide-orange-400\/30:hover>:not([hidden])~:not([hidden]){border-color:#f2afa14d}.hover\:divide-orange-400\/40:hover>:not([hidden])~:not([hidden]){border-color:#f2afa166}.hover\:divide-orange-400\/50:hover>:not([hidden])~:not([hidden]){border-color:#f2afa180}.hover\:divide-orange-400\/60:hover>:not([hidden])~:not([hidden]){border-color:#f2afa199}.hover\:divide-orange-400\/70:hover>:not([hidden])~:not([hidden]){border-color:#f2afa1b3}.hover\:divide-orange-400\/75:hover>:not([hidden])~:not([hidden]){border-color:#f2afa1bf}.hover\:divide-orange-400\/80:hover>:not([hidden])~:not([hidden]){border-color:#f2afa1cc}.hover\:divide-orange-400\/90:hover>:not([hidden])~:not([hidden]){border-color:#f2afa1e6}.hover\:divide-orange-400\/95:hover>:not([hidden])~:not([hidden]){border-color:#f2afa1f2}.hover\:divide-orange-400\/100:hover>:not([hidden])~:not([hidden]){border-color:#f2afa1}.hover\:divide-orange-500\/0:hover>:not([hidden])~:not([hidden]){border-color:#ee8a7200}.hover\:divide-orange-500\/5:hover>:not([hidden])~:not([hidden]){border-color:#ee8a720d}.hover\:divide-orange-500\/10:hover>:not([hidden])~:not([hidden]){border-color:#ee8a721a}.hover\:divide-orange-500\/20:hover>:not([hidden])~:not([hidden]){border-color:#ee8a7233}.hover\:divide-orange-500\/25:hover>:not([hidden])~:not([hidden]){border-color:#ee8a7240}.hover\:divide-orange-500\/30:hover>:not([hidden])~:not([hidden]){border-color:#ee8a724d}.hover\:divide-orange-500\/40:hover>:not([hidden])~:not([hidden]){border-color:#ee8a7266}.hover\:divide-orange-500\/50:hover>:not([hidden])~:not([hidden]){border-color:#ee8a7280}.hover\:divide-orange-500\/60:hover>:not([hidden])~:not([hidden]){border-color:#ee8a7299}.hover\:divide-orange-500\/70:hover>:not([hidden])~:not([hidden]){border-color:#ee8a72b3}.hover\:divide-orange-500\/75:hover>:not([hidden])~:not([hidden]){border-color:#ee8a72bf}.hover\:divide-orange-500\/80:hover>:not([hidden])~:not([hidden]){border-color:#ee8a72cc}.hover\:divide-orange-500\/90:hover>:not([hidden])~:not([hidden]){border-color:#ee8a72e6}.hover\:divide-orange-500\/95:hover>:not([hidden])~:not([hidden]){border-color:#ee8a72f2}.hover\:divide-orange-500\/100:hover>:not([hidden])~:not([hidden]){border-color:#ee8a72}.hover\:divide-orange-600\/0:hover>:not([hidden])~:not([hidden]){border-color:#ea580c00}.hover\:divide-orange-600\/5:hover>:not([hidden])~:not([hidden]){border-color:#ea580c0d}.hover\:divide-orange-600\/10:hover>:not([hidden])~:not([hidden]){border-color:#ea580c1a}.hover\:divide-orange-600\/20:hover>:not([hidden])~:not([hidden]){border-color:#ea580c33}.hover\:divide-orange-600\/25:hover>:not([hidden])~:not([hidden]){border-color:#ea580c40}.hover\:divide-orange-600\/30:hover>:not([hidden])~:not([hidden]){border-color:#ea580c4d}.hover\:divide-orange-600\/40:hover>:not([hidden])~:not([hidden]){border-color:#ea580c66}.hover\:divide-orange-600\/50:hover>:not([hidden])~:not([hidden]){border-color:#ea580c80}.hover\:divide-orange-600\/60:hover>:not([hidden])~:not([hidden]){border-color:#ea580c99}.hover\:divide-orange-600\/70:hover>:not([hidden])~:not([hidden]){border-color:#ea580cb3}.hover\:divide-orange-600\/75:hover>:not([hidden])~:not([hidden]){border-color:#ea580cbf}.hover\:divide-orange-600\/80:hover>:not([hidden])~:not([hidden]){border-color:#ea580ccc}.hover\:divide-orange-600\/90:hover>:not([hidden])~:not([hidden]){border-color:#ea580ce6}.hover\:divide-orange-600\/95:hover>:not([hidden])~:not([hidden]){border-color:#ea580cf2}.hover\:divide-orange-600\/100:hover>:not([hidden])~:not([hidden]){border-color:#ea580c}.hover\:divide-orange-700\/0:hover>:not([hidden])~:not([hidden]){border-color:#d14e0a00}.hover\:divide-orange-700\/5:hover>:not([hidden])~:not([hidden]){border-color:#d14e0a0d}.hover\:divide-orange-700\/10:hover>:not([hidden])~:not([hidden]){border-color:#d14e0a1a}.hover\:divide-orange-700\/20:hover>:not([hidden])~:not([hidden]){border-color:#d14e0a33}.hover\:divide-orange-700\/25:hover>:not([hidden])~:not([hidden]){border-color:#d14e0a40}.hover\:divide-orange-700\/30:hover>:not([hidden])~:not([hidden]){border-color:#d14e0a4d}.hover\:divide-orange-700\/40:hover>:not([hidden])~:not([hidden]){border-color:#d14e0a66}.hover\:divide-orange-700\/50:hover>:not([hidden])~:not([hidden]){border-color:#d14e0a80}.hover\:divide-orange-700\/60:hover>:not([hidden])~:not([hidden]){border-color:#d14e0a99}.hover\:divide-orange-700\/70:hover>:not([hidden])~:not([hidden]){border-color:#d14e0ab3}.hover\:divide-orange-700\/75:hover>:not([hidden])~:not([hidden]){border-color:#d14e0abf}.hover\:divide-orange-700\/80:hover>:not([hidden])~:not([hidden]){border-color:#d14e0acc}.hover\:divide-orange-700\/90:hover>:not([hidden])~:not([hidden]){border-color:#d14e0ae6}.hover\:divide-orange-700\/95:hover>:not([hidden])~:not([hidden]){border-color:#d14e0af2}.hover\:divide-orange-700\/100:hover>:not([hidden])~:not([hidden]){border-color:#d14e0a}.hover\:divide-orange-800\/0:hover>:not([hidden])~:not([hidden]){border-color:#b5440900}.hover\:divide-orange-800\/5:hover>:not([hidden])~:not([hidden]){border-color:#b544090d}.hover\:divide-orange-800\/10:hover>:not([hidden])~:not([hidden]){border-color:#b544091a}.hover\:divide-orange-800\/20:hover>:not([hidden])~:not([hidden]){border-color:#b5440933}.hover\:divide-orange-800\/25:hover>:not([hidden])~:not([hidden]){border-color:#b5440940}.hover\:divide-orange-800\/30:hover>:not([hidden])~:not([hidden]){border-color:#b544094d}.hover\:divide-orange-800\/40:hover>:not([hidden])~:not([hidden]){border-color:#b5440966}.hover\:divide-orange-800\/50:hover>:not([hidden])~:not([hidden]){border-color:#b5440980}.hover\:divide-orange-800\/60:hover>:not([hidden])~:not([hidden]){border-color:#b5440999}.hover\:divide-orange-800\/70:hover>:not([hidden])~:not([hidden]){border-color:#b54409b3}.hover\:divide-orange-800\/75:hover>:not([hidden])~:not([hidden]){border-color:#b54409bf}.hover\:divide-orange-800\/80:hover>:not([hidden])~:not([hidden]){border-color:#b54409cc}.hover\:divide-orange-800\/90:hover>:not([hidden])~:not([hidden]){border-color:#b54409e6}.hover\:divide-orange-800\/95:hover>:not([hidden])~:not([hidden]){border-color:#b54409f2}.hover\:divide-orange-800\/100:hover>:not([hidden])~:not([hidden]){border-color:#b54409}.hover\:divide-orange-900\/0:hover>:not([hidden])~:not([hidden]){border-color:#93370700}.hover\:divide-orange-900\/5:hover>:not([hidden])~:not([hidden]){border-color:#9337070d}.hover\:divide-orange-900\/10:hover>:not([hidden])~:not([hidden]){border-color:#9337071a}.hover\:divide-orange-900\/20:hover>:not([hidden])~:not([hidden]){border-color:#93370733}.hover\:divide-orange-900\/25:hover>:not([hidden])~:not([hidden]){border-color:#93370740}.hover\:divide-orange-900\/30:hover>:not([hidden])~:not([hidden]){border-color:#9337074d}.hover\:divide-orange-900\/40:hover>:not([hidden])~:not([hidden]){border-color:#93370766}.hover\:divide-orange-900\/50:hover>:not([hidden])~:not([hidden]){border-color:#93370780}.hover\:divide-orange-900\/60:hover>:not([hidden])~:not([hidden]){border-color:#93370799}.hover\:divide-orange-900\/70:hover>:not([hidden])~:not([hidden]){border-color:#933707b3}.hover\:divide-orange-900\/75:hover>:not([hidden])~:not([hidden]){border-color:#933707bf}.hover\:divide-orange-900\/80:hover>:not([hidden])~:not([hidden]){border-color:#933707cc}.hover\:divide-orange-900\/90:hover>:not([hidden])~:not([hidden]){border-color:#933707e6}.hover\:divide-orange-900\/95:hover>:not([hidden])~:not([hidden]){border-color:#933707f2}.hover\:divide-orange-900\/100:hover>:not([hidden])~:not([hidden]){border-color:#933707}.hover\:divide-yellow-50\/0:hover>:not([hidden])~:not([hidden]){border-color:#fefce800}.hover\:divide-yellow-50\/5:hover>:not([hidden])~:not([hidden]){border-color:#fefce80d}.hover\:divide-yellow-50\/10:hover>:not([hidden])~:not([hidden]){border-color:#fefce81a}.hover\:divide-yellow-50\/20:hover>:not([hidden])~:not([hidden]){border-color:#fefce833}.hover\:divide-yellow-50\/25:hover>:not([hidden])~:not([hidden]){border-color:#fefce840}.hover\:divide-yellow-50\/30:hover>:not([hidden])~:not([hidden]){border-color:#fefce84d}.hover\:divide-yellow-50\/40:hover>:not([hidden])~:not([hidden]){border-color:#fefce866}.hover\:divide-yellow-50\/50:hover>:not([hidden])~:not([hidden]){border-color:#fefce880}.hover\:divide-yellow-50\/60:hover>:not([hidden])~:not([hidden]){border-color:#fefce899}.hover\:divide-yellow-50\/70:hover>:not([hidden])~:not([hidden]){border-color:#fefce8b3}.hover\:divide-yellow-50\/75:hover>:not([hidden])~:not([hidden]){border-color:#fefce8bf}.hover\:divide-yellow-50\/80:hover>:not([hidden])~:not([hidden]){border-color:#fefce8cc}.hover\:divide-yellow-50\/90:hover>:not([hidden])~:not([hidden]){border-color:#fefce8e6}.hover\:divide-yellow-50\/95:hover>:not([hidden])~:not([hidden]){border-color:#fefce8f2}.hover\:divide-yellow-50\/100:hover>:not([hidden])~:not([hidden]){border-color:#fefce8}.hover\:divide-yellow-100\/0:hover>:not([hidden])~:not([hidden]){border-color:#fef3c700}.hover\:divide-yellow-100\/5:hover>:not([hidden])~:not([hidden]){border-color:#fef3c70d}.hover\:divide-yellow-100\/10:hover>:not([hidden])~:not([hidden]){border-color:#fef3c71a}.hover\:divide-yellow-100\/20:hover>:not([hidden])~:not([hidden]){border-color:#fef3c733}.hover\:divide-yellow-100\/25:hover>:not([hidden])~:not([hidden]){border-color:#fef3c740}.hover\:divide-yellow-100\/30:hover>:not([hidden])~:not([hidden]){border-color:#fef3c74d}.hover\:divide-yellow-100\/40:hover>:not([hidden])~:not([hidden]){border-color:#fef3c766}.hover\:divide-yellow-100\/50:hover>:not([hidden])~:not([hidden]){border-color:#fef3c780}.hover\:divide-yellow-100\/60:hover>:not([hidden])~:not([hidden]){border-color:#fef3c799}.hover\:divide-yellow-100\/70:hover>:not([hidden])~:not([hidden]){border-color:#fef3c7b3}.hover\:divide-yellow-100\/75:hover>:not([hidden])~:not([hidden]){border-color:#fef3c7bf}.hover\:divide-yellow-100\/80:hover>:not([hidden])~:not([hidden]){border-color:#fef3c7cc}.hover\:divide-yellow-100\/90:hover>:not([hidden])~:not([hidden]){border-color:#fef3c7e6}.hover\:divide-yellow-100\/95:hover>:not([hidden])~:not([hidden]){border-color:#fef3c7f2}.hover\:divide-yellow-100\/100:hover>:not([hidden])~:not([hidden]){border-color:#fef3c7}.hover\:divide-yellow-200\/0:hover>:not([hidden])~:not([hidden]){border-color:#fde68a00}.hover\:divide-yellow-200\/5:hover>:not([hidden])~:not([hidden]){border-color:#fde68a0d}.hover\:divide-yellow-200\/10:hover>:not([hidden])~:not([hidden]){border-color:#fde68a1a}.hover\:divide-yellow-200\/20:hover>:not([hidden])~:not([hidden]){border-color:#fde68a33}.hover\:divide-yellow-200\/25:hover>:not([hidden])~:not([hidden]){border-color:#fde68a40}.hover\:divide-yellow-200\/30:hover>:not([hidden])~:not([hidden]){border-color:#fde68a4d}.hover\:divide-yellow-200\/40:hover>:not([hidden])~:not([hidden]){border-color:#fde68a66}.hover\:divide-yellow-200\/50:hover>:not([hidden])~:not([hidden]){border-color:#fde68a80}.hover\:divide-yellow-200\/60:hover>:not([hidden])~:not([hidden]){border-color:#fde68a99}.hover\:divide-yellow-200\/70:hover>:not([hidden])~:not([hidden]){border-color:#fde68ab3}.hover\:divide-yellow-200\/75:hover>:not([hidden])~:not([hidden]){border-color:#fde68abf}.hover\:divide-yellow-200\/80:hover>:not([hidden])~:not([hidden]){border-color:#fde68acc}.hover\:divide-yellow-200\/90:hover>:not([hidden])~:not([hidden]){border-color:#fde68ae6}.hover\:divide-yellow-200\/95:hover>:not([hidden])~:not([hidden]){border-color:#fde68af2}.hover\:divide-yellow-200\/100:hover>:not([hidden])~:not([hidden]){border-color:#fde68a}.hover\:divide-yellow-300\/0:hover>:not([hidden])~:not([hidden]){border-color:#fcd34d00}.hover\:divide-yellow-300\/5:hover>:not([hidden])~:not([hidden]){border-color:#fcd34d0d}.hover\:divide-yellow-300\/10:hover>:not([hidden])~:not([hidden]){border-color:#fcd34d1a}.hover\:divide-yellow-300\/20:hover>:not([hidden])~:not([hidden]){border-color:#fcd34d33}.hover\:divide-yellow-300\/25:hover>:not([hidden])~:not([hidden]){border-color:#fcd34d40}.hover\:divide-yellow-300\/30:hover>:not([hidden])~:not([hidden]){border-color:#fcd34d4d}.hover\:divide-yellow-300\/40:hover>:not([hidden])~:not([hidden]){border-color:#fcd34d66}.hover\:divide-yellow-300\/50:hover>:not([hidden])~:not([hidden]){border-color:#fcd34d80}.hover\:divide-yellow-300\/60:hover>:not([hidden])~:not([hidden]){border-color:#fcd34d99}.hover\:divide-yellow-300\/70:hover>:not([hidden])~:not([hidden]){border-color:#fcd34db3}.hover\:divide-yellow-300\/75:hover>:not([hidden])~:not([hidden]){border-color:#fcd34dbf}.hover\:divide-yellow-300\/80:hover>:not([hidden])~:not([hidden]){border-color:#fcd34dcc}.hover\:divide-yellow-300\/90:hover>:not([hidden])~:not([hidden]){border-color:#fcd34de6}.hover\:divide-yellow-300\/95:hover>:not([hidden])~:not([hidden]){border-color:#fcd34df2}.hover\:divide-yellow-300\/100:hover>:not([hidden])~:not([hidden]){border-color:#fcd34d}.hover\:divide-yellow-400\/0:hover>:not([hidden])~:not([hidden]){border-color:#fbbf2400}.hover\:divide-yellow-400\/5:hover>:not([hidden])~:not([hidden]){border-color:#fbbf240d}.hover\:divide-yellow-400\/10:hover>:not([hidden])~:not([hidden]){border-color:#fbbf241a}.hover\:divide-yellow-400\/20:hover>:not([hidden])~:not([hidden]){border-color:#fbbf2433}.hover\:divide-yellow-400\/25:hover>:not([hidden])~:not([hidden]){border-color:#fbbf2440}.hover\:divide-yellow-400\/30:hover>:not([hidden])~:not([hidden]){border-color:#fbbf244d}.hover\:divide-yellow-400\/40:hover>:not([hidden])~:not([hidden]){border-color:#fbbf2466}.hover\:divide-yellow-400\/50:hover>:not([hidden])~:not([hidden]){border-color:#fbbf2480}.hover\:divide-yellow-400\/60:hover>:not([hidden])~:not([hidden]){border-color:#fbbf2499}.hover\:divide-yellow-400\/70:hover>:not([hidden])~:not([hidden]){border-color:#fbbf24b3}.hover\:divide-yellow-400\/75:hover>:not([hidden])~:not([hidden]){border-color:#fbbf24bf}.hover\:divide-yellow-400\/80:hover>:not([hidden])~:not([hidden]){border-color:#fbbf24cc}.hover\:divide-yellow-400\/90:hover>:not([hidden])~:not([hidden]){border-color:#fbbf24e6}.hover\:divide-yellow-400\/95:hover>:not([hidden])~:not([hidden]){border-color:#fbbf24f2}.hover\:divide-yellow-400\/100:hover>:not([hidden])~:not([hidden]){border-color:#fbbf24}.hover\:divide-yellow-500\/0:hover>:not([hidden])~:not([hidden]){border-color:#eab30800}.hover\:divide-yellow-500\/5:hover>:not([hidden])~:not([hidden]){border-color:#eab3080d}.hover\:divide-yellow-500\/10:hover>:not([hidden])~:not([hidden]){border-color:#eab3081a}.hover\:divide-yellow-500\/20:hover>:not([hidden])~:not([hidden]){border-color:#eab30833}.hover\:divide-yellow-500\/25:hover>:not([hidden])~:not([hidden]){border-color:#eab30840}.hover\:divide-yellow-500\/30:hover>:not([hidden])~:not([hidden]){border-color:#eab3084d}.hover\:divide-yellow-500\/40:hover>:not([hidden])~:not([hidden]){border-color:#eab30866}.hover\:divide-yellow-500\/50:hover>:not([hidden])~:not([hidden]){border-color:#eab30880}.hover\:divide-yellow-500\/60:hover>:not([hidden])~:not([hidden]){border-color:#eab30899}.hover\:divide-yellow-500\/70:hover>:not([hidden])~:not([hidden]){border-color:#eab308b3}.hover\:divide-yellow-500\/75:hover>:not([hidden])~:not([hidden]){border-color:#eab308bf}.hover\:divide-yellow-500\/80:hover>:not([hidden])~:not([hidden]){border-color:#eab308cc}.hover\:divide-yellow-500\/90:hover>:not([hidden])~:not([hidden]){border-color:#eab308e6}.hover\:divide-yellow-500\/95:hover>:not([hidden])~:not([hidden]){border-color:#eab308f2}.hover\:divide-yellow-500\/100:hover>:not([hidden])~:not([hidden]){border-color:#eab308}.hover\:divide-yellow-600\/0:hover>:not([hidden])~:not([hidden]){border-color:#d9770600}.hover\:divide-yellow-600\/5:hover>:not([hidden])~:not([hidden]){border-color:#d977060d}.hover\:divide-yellow-600\/10:hover>:not([hidden])~:not([hidden]){border-color:#d977061a}.hover\:divide-yellow-600\/20:hover>:not([hidden])~:not([hidden]){border-color:#d9770633}.hover\:divide-yellow-600\/25:hover>:not([hidden])~:not([hidden]){border-color:#d9770640}.hover\:divide-yellow-600\/30:hover>:not([hidden])~:not([hidden]){border-color:#d977064d}.hover\:divide-yellow-600\/40:hover>:not([hidden])~:not([hidden]){border-color:#d9770666}.hover\:divide-yellow-600\/50:hover>:not([hidden])~:not([hidden]){border-color:#d9770680}.hover\:divide-yellow-600\/60:hover>:not([hidden])~:not([hidden]){border-color:#d9770699}.hover\:divide-yellow-600\/70:hover>:not([hidden])~:not([hidden]){border-color:#d97706b3}.hover\:divide-yellow-600\/75:hover>:not([hidden])~:not([hidden]){border-color:#d97706bf}.hover\:divide-yellow-600\/80:hover>:not([hidden])~:not([hidden]){border-color:#d97706cc}.hover\:divide-yellow-600\/90:hover>:not([hidden])~:not([hidden]){border-color:#d97706e6}.hover\:divide-yellow-600\/95:hover>:not([hidden])~:not([hidden]){border-color:#d97706f2}.hover\:divide-yellow-600\/100:hover>:not([hidden])~:not([hidden]){border-color:#d97706}.hover\:divide-yellow-700\/0:hover>:not([hidden])~:not([hidden]){border-color:#b4530900}.hover\:divide-yellow-700\/5:hover>:not([hidden])~:not([hidden]){border-color:#b453090d}.hover\:divide-yellow-700\/10:hover>:not([hidden])~:not([hidden]){border-color:#b453091a}.hover\:divide-yellow-700\/20:hover>:not([hidden])~:not([hidden]){border-color:#b4530933}.hover\:divide-yellow-700\/25:hover>:not([hidden])~:not([hidden]){border-color:#b4530940}.hover\:divide-yellow-700\/30:hover>:not([hidden])~:not([hidden]){border-color:#b453094d}.hover\:divide-yellow-700\/40:hover>:not([hidden])~:not([hidden]){border-color:#b4530966}.hover\:divide-yellow-700\/50:hover>:not([hidden])~:not([hidden]){border-color:#b4530980}.hover\:divide-yellow-700\/60:hover>:not([hidden])~:not([hidden]){border-color:#b4530999}.hover\:divide-yellow-700\/70:hover>:not([hidden])~:not([hidden]){border-color:#b45309b3}.hover\:divide-yellow-700\/75:hover>:not([hidden])~:not([hidden]){border-color:#b45309bf}.hover\:divide-yellow-700\/80:hover>:not([hidden])~:not([hidden]){border-color:#b45309cc}.hover\:divide-yellow-700\/90:hover>:not([hidden])~:not([hidden]){border-color:#b45309e6}.hover\:divide-yellow-700\/95:hover>:not([hidden])~:not([hidden]){border-color:#b45309f2}.hover\:divide-yellow-700\/100:hover>:not([hidden])~:not([hidden]){border-color:#b45309}.hover\:divide-yellow-800\/0:hover>:not([hidden])~:not([hidden]){border-color:#92400e00}.hover\:divide-yellow-800\/5:hover>:not([hidden])~:not([hidden]){border-color:#92400e0d}.hover\:divide-yellow-800\/10:hover>:not([hidden])~:not([hidden]){border-color:#92400e1a}.hover\:divide-yellow-800\/20:hover>:not([hidden])~:not([hidden]){border-color:#92400e33}.hover\:divide-yellow-800\/25:hover>:not([hidden])~:not([hidden]){border-color:#92400e40}.hover\:divide-yellow-800\/30:hover>:not([hidden])~:not([hidden]){border-color:#92400e4d}.hover\:divide-yellow-800\/40:hover>:not([hidden])~:not([hidden]){border-color:#92400e66}.hover\:divide-yellow-800\/50:hover>:not([hidden])~:not([hidden]){border-color:#92400e80}.hover\:divide-yellow-800\/60:hover>:not([hidden])~:not([hidden]){border-color:#92400e99}.hover\:divide-yellow-800\/70:hover>:not([hidden])~:not([hidden]){border-color:#92400eb3}.hover\:divide-yellow-800\/75:hover>:not([hidden])~:not([hidden]){border-color:#92400ebf}.hover\:divide-yellow-800\/80:hover>:not([hidden])~:not([hidden]){border-color:#92400ecc}.hover\:divide-yellow-800\/90:hover>:not([hidden])~:not([hidden]){border-color:#92400ee6}.hover\:divide-yellow-800\/95:hover>:not([hidden])~:not([hidden]){border-color:#92400ef2}.hover\:divide-yellow-800\/100:hover>:not([hidden])~:not([hidden]){border-color:#92400e}.hover\:divide-yellow-900\/0:hover>:not([hidden])~:not([hidden]){border-color:#78350f00}.hover\:divide-yellow-900\/5:hover>:not([hidden])~:not([hidden]){border-color:#78350f0d}.hover\:divide-yellow-900\/10:hover>:not([hidden])~:not([hidden]){border-color:#78350f1a}.hover\:divide-yellow-900\/20:hover>:not([hidden])~:not([hidden]){border-color:#78350f33}.hover\:divide-yellow-900\/25:hover>:not([hidden])~:not([hidden]){border-color:#78350f40}.hover\:divide-yellow-900\/30:hover>:not([hidden])~:not([hidden]){border-color:#78350f4d}.hover\:divide-yellow-900\/40:hover>:not([hidden])~:not([hidden]){border-color:#78350f66}.hover\:divide-yellow-900\/50:hover>:not([hidden])~:not([hidden]){border-color:#78350f80}.hover\:divide-yellow-900\/60:hover>:not([hidden])~:not([hidden]){border-color:#78350f99}.hover\:divide-yellow-900\/70:hover>:not([hidden])~:not([hidden]){border-color:#78350fb3}.hover\:divide-yellow-900\/75:hover>:not([hidden])~:not([hidden]){border-color:#78350fbf}.hover\:divide-yellow-900\/80:hover>:not([hidden])~:not([hidden]){border-color:#78350fcc}.hover\:divide-yellow-900\/90:hover>:not([hidden])~:not([hidden]){border-color:#78350fe6}.hover\:divide-yellow-900\/95:hover>:not([hidden])~:not([hidden]){border-color:#78350ff2}.hover\:divide-yellow-900\/100:hover>:not([hidden])~:not([hidden]){border-color:#78350f}.hover\:divide-green-50\/0:hover>:not([hidden])~:not([hidden]){border-color:#f0fdf400}.hover\:divide-green-50\/5:hover>:not([hidden])~:not([hidden]){border-color:#f0fdf40d}.hover\:divide-green-50\/10:hover>:not([hidden])~:not([hidden]){border-color:#f0fdf41a}.hover\:divide-green-50\/20:hover>:not([hidden])~:not([hidden]){border-color:#f0fdf433}.hover\:divide-green-50\/25:hover>:not([hidden])~:not([hidden]){border-color:#f0fdf440}.hover\:divide-green-50\/30:hover>:not([hidden])~:not([hidden]){border-color:#f0fdf44d}.hover\:divide-green-50\/40:hover>:not([hidden])~:not([hidden]){border-color:#f0fdf466}.hover\:divide-green-50\/50:hover>:not([hidden])~:not([hidden]){border-color:#f0fdf480}.hover\:divide-green-50\/60:hover>:not([hidden])~:not([hidden]){border-color:#f0fdf499}.hover\:divide-green-50\/70:hover>:not([hidden])~:not([hidden]){border-color:#f0fdf4b3}.hover\:divide-green-50\/75:hover>:not([hidden])~:not([hidden]){border-color:#f0fdf4bf}.hover\:divide-green-50\/80:hover>:not([hidden])~:not([hidden]){border-color:#f0fdf4cc}.hover\:divide-green-50\/90:hover>:not([hidden])~:not([hidden]){border-color:#f0fdf4e6}.hover\:divide-green-50\/95:hover>:not([hidden])~:not([hidden]){border-color:#f0fdf4f2}.hover\:divide-green-50\/100:hover>:not([hidden])~:not([hidden]){border-color:#f0fdf4}.hover\:divide-green-100\/0:hover>:not([hidden])~:not([hidden]){border-color:#f2faf600}.hover\:divide-green-100\/5:hover>:not([hidden])~:not([hidden]){border-color:#f2faf60d}.hover\:divide-green-100\/10:hover>:not([hidden])~:not([hidden]){border-color:#f2faf61a}.hover\:divide-green-100\/20:hover>:not([hidden])~:not([hidden]){border-color:#f2faf633}.hover\:divide-green-100\/25:hover>:not([hidden])~:not([hidden]){border-color:#f2faf640}.hover\:divide-green-100\/30:hover>:not([hidden])~:not([hidden]){border-color:#f2faf64d}.hover\:divide-green-100\/40:hover>:not([hidden])~:not([hidden]){border-color:#f2faf666}.hover\:divide-green-100\/50:hover>:not([hidden])~:not([hidden]){border-color:#f2faf680}.hover\:divide-green-100\/60:hover>:not([hidden])~:not([hidden]){border-color:#f2faf699}.hover\:divide-green-100\/70:hover>:not([hidden])~:not([hidden]){border-color:#f2faf6b3}.hover\:divide-green-100\/75:hover>:not([hidden])~:not([hidden]){border-color:#f2faf6bf}.hover\:divide-green-100\/80:hover>:not([hidden])~:not([hidden]){border-color:#f2faf6cc}.hover\:divide-green-100\/90:hover>:not([hidden])~:not([hidden]){border-color:#f2faf6e6}.hover\:divide-green-100\/95:hover>:not([hidden])~:not([hidden]){border-color:#f2faf6f2}.hover\:divide-green-100\/100:hover>:not([hidden])~:not([hidden]){border-color:#f2faf6}.hover\:divide-green-200\/0:hover>:not([hidden])~:not([hidden]){border-color:#e5f6ee00}.hover\:divide-green-200\/5:hover>:not([hidden])~:not([hidden]){border-color:#e5f6ee0d}.hover\:divide-green-200\/10:hover>:not([hidden])~:not([hidden]){border-color:#e5f6ee1a}.hover\:divide-green-200\/20:hover>:not([hidden])~:not([hidden]){border-color:#e5f6ee33}.hover\:divide-green-200\/25:hover>:not([hidden])~:not([hidden]){border-color:#e5f6ee40}.hover\:divide-green-200\/30:hover>:not([hidden])~:not([hidden]){border-color:#e5f6ee4d}.hover\:divide-green-200\/40:hover>:not([hidden])~:not([hidden]){border-color:#e5f6ee66}.hover\:divide-green-200\/50:hover>:not([hidden])~:not([hidden]){border-color:#e5f6ee80}.hover\:divide-green-200\/60:hover>:not([hidden])~:not([hidden]){border-color:#e5f6ee99}.hover\:divide-green-200\/70:hover>:not([hidden])~:not([hidden]){border-color:#e5f6eeb3}.hover\:divide-green-200\/75:hover>:not([hidden])~:not([hidden]){border-color:#e5f6eebf}.hover\:divide-green-200\/80:hover>:not([hidden])~:not([hidden]){border-color:#e5f6eecc}.hover\:divide-green-200\/90:hover>:not([hidden])~:not([hidden]){border-color:#e5f6eee6}.hover\:divide-green-200\/95:hover>:not([hidden])~:not([hidden]){border-color:#e5f6eef2}.hover\:divide-green-200\/100:hover>:not([hidden])~:not([hidden]){border-color:#e5f6ee}.hover\:divide-green-300\/0:hover>:not([hidden])~:not([hidden]){border-color:#c8eedb00}.hover\:divide-green-300\/5:hover>:not([hidden])~:not([hidden]){border-color:#c8eedb0d}.hover\:divide-green-300\/10:hover>:not([hidden])~:not([hidden]){border-color:#c8eedb1a}.hover\:divide-green-300\/20:hover>:not([hidden])~:not([hidden]){border-color:#c8eedb33}.hover\:divide-green-300\/25:hover>:not([hidden])~:not([hidden]){border-color:#c8eedb40}.hover\:divide-green-300\/30:hover>:not([hidden])~:not([hidden]){border-color:#c8eedb4d}.hover\:divide-green-300\/40:hover>:not([hidden])~:not([hidden]){border-color:#c8eedb66}.hover\:divide-green-300\/50:hover>:not([hidden])~:not([hidden]){border-color:#c8eedb80}.hover\:divide-green-300\/60:hover>:not([hidden])~:not([hidden]){border-color:#c8eedb99}.hover\:divide-green-300\/70:hover>:not([hidden])~:not([hidden]){border-color:#c8eedbb3}.hover\:divide-green-300\/75:hover>:not([hidden])~:not([hidden]){border-color:#c8eedbbf}.hover\:divide-green-300\/80:hover>:not([hidden])~:not([hidden]){border-color:#c8eedbcc}.hover\:divide-green-300\/90:hover>:not([hidden])~:not([hidden]){border-color:#c8eedbe6}.hover\:divide-green-300\/95:hover>:not([hidden])~:not([hidden]){border-color:#c8eedbf2}.hover\:divide-green-300\/100:hover>:not([hidden])~:not([hidden]){border-color:#c8eedb}.hover\:divide-green-400\/0:hover>:not([hidden])~:not([hidden]){border-color:#a6e5c800}.hover\:divide-green-400\/5:hover>:not([hidden])~:not([hidden]){border-color:#a6e5c80d}.hover\:divide-green-400\/10:hover>:not([hidden])~:not([hidden]){border-color:#a6e5c81a}.hover\:divide-green-400\/20:hover>:not([hidden])~:not([hidden]){border-color:#a6e5c833}.hover\:divide-green-400\/25:hover>:not([hidden])~:not([hidden]){border-color:#a6e5c840}.hover\:divide-green-400\/30:hover>:not([hidden])~:not([hidden]){border-color:#a6e5c84d}.hover\:divide-green-400\/40:hover>:not([hidden])~:not([hidden]){border-color:#a6e5c866}.hover\:divide-green-400\/50:hover>:not([hidden])~:not([hidden]){border-color:#a6e5c880}.hover\:divide-green-400\/60:hover>:not([hidden])~:not([hidden]){border-color:#a6e5c899}.hover\:divide-green-400\/70:hover>:not([hidden])~:not([hidden]){border-color:#a6e5c8b3}.hover\:divide-green-400\/75:hover>:not([hidden])~:not([hidden]){border-color:#a6e5c8bf}.hover\:divide-green-400\/80:hover>:not([hidden])~:not([hidden]){border-color:#a6e5c8cc}.hover\:divide-green-400\/90:hover>:not([hidden])~:not([hidden]){border-color:#a6e5c8e6}.hover\:divide-green-400\/95:hover>:not([hidden])~:not([hidden]){border-color:#a6e5c8f2}.hover\:divide-green-400\/100:hover>:not([hidden])~:not([hidden]){border-color:#a6e5c8}.hover\:divide-green-500\/0:hover>:not([hidden])~:not([hidden]){border-color:#7bdcb200}.hover\:divide-green-500\/5:hover>:not([hidden])~:not([hidden]){border-color:#7bdcb20d}.hover\:divide-green-500\/10:hover>:not([hidden])~:not([hidden]){border-color:#7bdcb21a}.hover\:divide-green-500\/20:hover>:not([hidden])~:not([hidden]){border-color:#7bdcb233}.hover\:divide-green-500\/25:hover>:not([hidden])~:not([hidden]){border-color:#7bdcb240}.hover\:divide-green-500\/30:hover>:not([hidden])~:not([hidden]){border-color:#7bdcb24d}.hover\:divide-green-500\/40:hover>:not([hidden])~:not([hidden]){border-color:#7bdcb266}.hover\:divide-green-500\/50:hover>:not([hidden])~:not([hidden]){border-color:#7bdcb280}.hover\:divide-green-500\/60:hover>:not([hidden])~:not([hidden]){border-color:#7bdcb299}.hover\:divide-green-500\/70:hover>:not([hidden])~:not([hidden]){border-color:#7bdcb2b3}.hover\:divide-green-500\/75:hover>:not([hidden])~:not([hidden]){border-color:#7bdcb2bf}.hover\:divide-green-500\/80:hover>:not([hidden])~:not([hidden]){border-color:#7bdcb2cc}.hover\:divide-green-500\/90:hover>:not([hidden])~:not([hidden]){border-color:#7bdcb2e6}.hover\:divide-green-500\/95:hover>:not([hidden])~:not([hidden]){border-color:#7bdcb2f2}.hover\:divide-green-500\/100:hover>:not([hidden])~:not([hidden]){border-color:#7bdcb2}.hover\:divide-green-600\/0:hover>:not([hidden])~:not([hidden]){border-color:#34d39900}.hover\:divide-green-600\/5:hover>:not([hidden])~:not([hidden]){border-color:#34d3990d}.hover\:divide-green-600\/10:hover>:not([hidden])~:not([hidden]){border-color:#34d3991a}.hover\:divide-green-600\/20:hover>:not([hidden])~:not([hidden]){border-color:#34d39933}.hover\:divide-green-600\/25:hover>:not([hidden])~:not([hidden]){border-color:#34d39940}.hover\:divide-green-600\/30:hover>:not([hidden])~:not([hidden]){border-color:#34d3994d}.hover\:divide-green-600\/40:hover>:not([hidden])~:not([hidden]){border-color:#34d39966}.hover\:divide-green-600\/50:hover>:not([hidden])~:not([hidden]){border-color:#34d39980}.hover\:divide-green-600\/60:hover>:not([hidden])~:not([hidden]){border-color:#34d39999}.hover\:divide-green-600\/70:hover>:not([hidden])~:not([hidden]){border-color:#34d399b3}.hover\:divide-green-600\/75:hover>:not([hidden])~:not([hidden]){border-color:#34d399bf}.hover\:divide-green-600\/80:hover>:not([hidden])~:not([hidden]){border-color:#34d399cc}.hover\:divide-green-600\/90:hover>:not([hidden])~:not([hidden]){border-color:#34d399e6}.hover\:divide-green-600\/95:hover>:not([hidden])~:not([hidden]){border-color:#34d399f2}.hover\:divide-green-600\/100:hover>:not([hidden])~:not([hidden]){border-color:#34d399}.hover\:divide-green-700\/0:hover>:not([hidden])~:not([hidden]){border-color:#2ebc8800}.hover\:divide-green-700\/5:hover>:not([hidden])~:not([hidden]){border-color:#2ebc880d}.hover\:divide-green-700\/10:hover>:not([hidden])~:not([hidden]){border-color:#2ebc881a}.hover\:divide-green-700\/20:hover>:not([hidden])~:not([hidden]){border-color:#2ebc8833}.hover\:divide-green-700\/25:hover>:not([hidden])~:not([hidden]){border-color:#2ebc8840}.hover\:divide-green-700\/30:hover>:not([hidden])~:not([hidden]){border-color:#2ebc884d}.hover\:divide-green-700\/40:hover>:not([hidden])~:not([hidden]){border-color:#2ebc8866}.hover\:divide-green-700\/50:hover>:not([hidden])~:not([hidden]){border-color:#2ebc8880}.hover\:divide-green-700\/60:hover>:not([hidden])~:not([hidden]){border-color:#2ebc8899}.hover\:divide-green-700\/70:hover>:not([hidden])~:not([hidden]){border-color:#2ebc88b3}.hover\:divide-green-700\/75:hover>:not([hidden])~:not([hidden]){border-color:#2ebc88bf}.hover\:divide-green-700\/80:hover>:not([hidden])~:not([hidden]){border-color:#2ebc88cc}.hover\:divide-green-700\/90:hover>:not([hidden])~:not([hidden]){border-color:#2ebc88e6}.hover\:divide-green-700\/95:hover>:not([hidden])~:not([hidden]){border-color:#2ebc88f2}.hover\:divide-green-700\/100:hover>:not([hidden])~:not([hidden]){border-color:#2ebc88}.hover\:divide-green-800\/0:hover>:not([hidden])~:not([hidden]){border-color:#28a37600}.hover\:divide-green-800\/5:hover>:not([hidden])~:not([hidden]){border-color:#28a3760d}.hover\:divide-green-800\/10:hover>:not([hidden])~:not([hidden]){border-color:#28a3761a}.hover\:divide-green-800\/20:hover>:not([hidden])~:not([hidden]){border-color:#28a37633}.hover\:divide-green-800\/25:hover>:not([hidden])~:not([hidden]){border-color:#28a37640}.hover\:divide-green-800\/30:hover>:not([hidden])~:not([hidden]){border-color:#28a3764d}.hover\:divide-green-800\/40:hover>:not([hidden])~:not([hidden]){border-color:#28a37666}.hover\:divide-green-800\/50:hover>:not([hidden])~:not([hidden]){border-color:#28a37680}.hover\:divide-green-800\/60:hover>:not([hidden])~:not([hidden]){border-color:#28a37699}.hover\:divide-green-800\/70:hover>:not([hidden])~:not([hidden]){border-color:#28a376b3}.hover\:divide-green-800\/75:hover>:not([hidden])~:not([hidden]){border-color:#28a376bf}.hover\:divide-green-800\/80:hover>:not([hidden])~:not([hidden]){border-color:#28a376cc}.hover\:divide-green-800\/90:hover>:not([hidden])~:not([hidden]){border-color:#28a376e6}.hover\:divide-green-800\/95:hover>:not([hidden])~:not([hidden]){border-color:#28a376f2}.hover\:divide-green-800\/100:hover>:not([hidden])~:not([hidden]){border-color:#28a376}.hover\:divide-green-900\/0:hover>:not([hidden])~:not([hidden]){border-color:#20856000}.hover\:divide-green-900\/5:hover>:not([hidden])~:not([hidden]){border-color:#2085600d}.hover\:divide-green-900\/10:hover>:not([hidden])~:not([hidden]){border-color:#2085601a}.hover\:divide-green-900\/20:hover>:not([hidden])~:not([hidden]){border-color:#20856033}.hover\:divide-green-900\/25:hover>:not([hidden])~:not([hidden]){border-color:#20856040}.hover\:divide-green-900\/30:hover>:not([hidden])~:not([hidden]){border-color:#2085604d}.hover\:divide-green-900\/40:hover>:not([hidden])~:not([hidden]){border-color:#20856066}.hover\:divide-green-900\/50:hover>:not([hidden])~:not([hidden]){border-color:#20856080}.hover\:divide-green-900\/60:hover>:not([hidden])~:not([hidden]){border-color:#20856099}.hover\:divide-green-900\/70:hover>:not([hidden])~:not([hidden]){border-color:#208560b3}.hover\:divide-green-900\/75:hover>:not([hidden])~:not([hidden]){border-color:#208560bf}.hover\:divide-green-900\/80:hover>:not([hidden])~:not([hidden]){border-color:#208560cc}.hover\:divide-green-900\/90:hover>:not([hidden])~:not([hidden]){border-color:#208560e6}.hover\:divide-green-900\/95:hover>:not([hidden])~:not([hidden]){border-color:#208560f2}.hover\:divide-green-900\/100:hover>:not([hidden])~:not([hidden]){border-color:#208560}.hover\:divide-emerald-50\/0:hover>:not([hidden])~:not([hidden]){border-color:#ecfdf500}.hover\:divide-emerald-50\/5:hover>:not([hidden])~:not([hidden]){border-color:#ecfdf50d}.hover\:divide-emerald-50\/10:hover>:not([hidden])~:not([hidden]){border-color:#ecfdf51a}.hover\:divide-emerald-50\/20:hover>:not([hidden])~:not([hidden]){border-color:#ecfdf533}.hover\:divide-emerald-50\/25:hover>:not([hidden])~:not([hidden]){border-color:#ecfdf540}.hover\:divide-emerald-50\/30:hover>:not([hidden])~:not([hidden]){border-color:#ecfdf54d}.hover\:divide-emerald-50\/40:hover>:not([hidden])~:not([hidden]){border-color:#ecfdf566}.hover\:divide-emerald-50\/50:hover>:not([hidden])~:not([hidden]){border-color:#ecfdf580}.hover\:divide-emerald-50\/60:hover>:not([hidden])~:not([hidden]){border-color:#ecfdf599}.hover\:divide-emerald-50\/70:hover>:not([hidden])~:not([hidden]){border-color:#ecfdf5b3}.hover\:divide-emerald-50\/75:hover>:not([hidden])~:not([hidden]){border-color:#ecfdf5bf}.hover\:divide-emerald-50\/80:hover>:not([hidden])~:not([hidden]){border-color:#ecfdf5cc}.hover\:divide-emerald-50\/90:hover>:not([hidden])~:not([hidden]){border-color:#ecfdf5e6}.hover\:divide-emerald-50\/95:hover>:not([hidden])~:not([hidden]){border-color:#ecfdf5f2}.hover\:divide-emerald-50\/100:hover>:not([hidden])~:not([hidden]){border-color:#ecfdf5}.hover\:divide-emerald-100\/0:hover>:not([hidden])~:not([hidden]){border-color:#d1fae500}.hover\:divide-emerald-100\/5:hover>:not([hidden])~:not([hidden]){border-color:#d1fae50d}.hover\:divide-emerald-100\/10:hover>:not([hidden])~:not([hidden]){border-color:#d1fae51a}.hover\:divide-emerald-100\/20:hover>:not([hidden])~:not([hidden]){border-color:#d1fae533}.hover\:divide-emerald-100\/25:hover>:not([hidden])~:not([hidden]){border-color:#d1fae540}.hover\:divide-emerald-100\/30:hover>:not([hidden])~:not([hidden]){border-color:#d1fae54d}.hover\:divide-emerald-100\/40:hover>:not([hidden])~:not([hidden]){border-color:#d1fae566}.hover\:divide-emerald-100\/50:hover>:not([hidden])~:not([hidden]){border-color:#d1fae580}.hover\:divide-emerald-100\/60:hover>:not([hidden])~:not([hidden]){border-color:#d1fae599}.hover\:divide-emerald-100\/70:hover>:not([hidden])~:not([hidden]){border-color:#d1fae5b3}.hover\:divide-emerald-100\/75:hover>:not([hidden])~:not([hidden]){border-color:#d1fae5bf}.hover\:divide-emerald-100\/80:hover>:not([hidden])~:not([hidden]){border-color:#d1fae5cc}.hover\:divide-emerald-100\/90:hover>:not([hidden])~:not([hidden]){border-color:#d1fae5e6}.hover\:divide-emerald-100\/95:hover>:not([hidden])~:not([hidden]){border-color:#d1fae5f2}.hover\:divide-emerald-100\/100:hover>:not([hidden])~:not([hidden]){border-color:#d1fae5}.hover\:divide-emerald-200\/0:hover>:not([hidden])~:not([hidden]){border-color:#a7f3d000}.hover\:divide-emerald-200\/5:hover>:not([hidden])~:not([hidden]){border-color:#a7f3d00d}.hover\:divide-emerald-200\/10:hover>:not([hidden])~:not([hidden]){border-color:#a7f3d01a}.hover\:divide-emerald-200\/20:hover>:not([hidden])~:not([hidden]){border-color:#a7f3d033}.hover\:divide-emerald-200\/25:hover>:not([hidden])~:not([hidden]){border-color:#a7f3d040}.hover\:divide-emerald-200\/30:hover>:not([hidden])~:not([hidden]){border-color:#a7f3d04d}.hover\:divide-emerald-200\/40:hover>:not([hidden])~:not([hidden]){border-color:#a7f3d066}.hover\:divide-emerald-200\/50:hover>:not([hidden])~:not([hidden]){border-color:#a7f3d080}.hover\:divide-emerald-200\/60:hover>:not([hidden])~:not([hidden]){border-color:#a7f3d099}.hover\:divide-emerald-200\/70:hover>:not([hidden])~:not([hidden]){border-color:#a7f3d0b3}.hover\:divide-emerald-200\/75:hover>:not([hidden])~:not([hidden]){border-color:#a7f3d0bf}.hover\:divide-emerald-200\/80:hover>:not([hidden])~:not([hidden]){border-color:#a7f3d0cc}.hover\:divide-emerald-200\/90:hover>:not([hidden])~:not([hidden]){border-color:#a7f3d0e6}.hover\:divide-emerald-200\/95:hover>:not([hidden])~:not([hidden]){border-color:#a7f3d0f2}.hover\:divide-emerald-200\/100:hover>:not([hidden])~:not([hidden]){border-color:#a7f3d0}.hover\:divide-emerald-300\/0:hover>:not([hidden])~:not([hidden]){border-color:#6ee7b700}.hover\:divide-emerald-300\/5:hover>:not([hidden])~:not([hidden]){border-color:#6ee7b70d}.hover\:divide-emerald-300\/10:hover>:not([hidden])~:not([hidden]){border-color:#6ee7b71a}.hover\:divide-emerald-300\/20:hover>:not([hidden])~:not([hidden]){border-color:#6ee7b733}.hover\:divide-emerald-300\/25:hover>:not([hidden])~:not([hidden]){border-color:#6ee7b740}.hover\:divide-emerald-300\/30:hover>:not([hidden])~:not([hidden]){border-color:#6ee7b74d}.hover\:divide-emerald-300\/40:hover>:not([hidden])~:not([hidden]){border-color:#6ee7b766}.hover\:divide-emerald-300\/50:hover>:not([hidden])~:not([hidden]){border-color:#6ee7b780}.hover\:divide-emerald-300\/60:hover>:not([hidden])~:not([hidden]){border-color:#6ee7b799}.hover\:divide-emerald-300\/70:hover>:not([hidden])~:not([hidden]){border-color:#6ee7b7b3}.hover\:divide-emerald-300\/75:hover>:not([hidden])~:not([hidden]){border-color:#6ee7b7bf}.hover\:divide-emerald-300\/80:hover>:not([hidden])~:not([hidden]){border-color:#6ee7b7cc}.hover\:divide-emerald-300\/90:hover>:not([hidden])~:not([hidden]){border-color:#6ee7b7e6}.hover\:divide-emerald-300\/95:hover>:not([hidden])~:not([hidden]){border-color:#6ee7b7f2}.hover\:divide-emerald-300\/100:hover>:not([hidden])~:not([hidden]){border-color:#6ee7b7}.hover\:divide-emerald-400\/0:hover>:not([hidden])~:not([hidden]){border-color:#34d39900}.hover\:divide-emerald-400\/5:hover>:not([hidden])~:not([hidden]){border-color:#34d3990d}.hover\:divide-emerald-400\/10:hover>:not([hidden])~:not([hidden]){border-color:#34d3991a}.hover\:divide-emerald-400\/20:hover>:not([hidden])~:not([hidden]){border-color:#34d39933}.hover\:divide-emerald-400\/25:hover>:not([hidden])~:not([hidden]){border-color:#34d39940}.hover\:divide-emerald-400\/30:hover>:not([hidden])~:not([hidden]){border-color:#34d3994d}.hover\:divide-emerald-400\/40:hover>:not([hidden])~:not([hidden]){border-color:#34d39966}.hover\:divide-emerald-400\/50:hover>:not([hidden])~:not([hidden]){border-color:#34d39980}.hover\:divide-emerald-400\/60:hover>:not([hidden])~:not([hidden]){border-color:#34d39999}.hover\:divide-emerald-400\/70:hover>:not([hidden])~:not([hidden]){border-color:#34d399b3}.hover\:divide-emerald-400\/75:hover>:not([hidden])~:not([hidden]){border-color:#34d399bf}.hover\:divide-emerald-400\/80:hover>:not([hidden])~:not([hidden]){border-color:#34d399cc}.hover\:divide-emerald-400\/90:hover>:not([hidden])~:not([hidden]){border-color:#34d399e6}.hover\:divide-emerald-400\/95:hover>:not([hidden])~:not([hidden]){border-color:#34d399f2}.hover\:divide-emerald-400\/100:hover>:not([hidden])~:not([hidden]){border-color:#34d399}.hover\:divide-emerald-500\/0:hover>:not([hidden])~:not([hidden]){border-color:#10b98100}.hover\:divide-emerald-500\/5:hover>:not([hidden])~:not([hidden]){border-color:#10b9810d}.hover\:divide-emerald-500\/10:hover>:not([hidden])~:not([hidden]){border-color:#10b9811a}.hover\:divide-emerald-500\/20:hover>:not([hidden])~:not([hidden]){border-color:#10b98133}.hover\:divide-emerald-500\/25:hover>:not([hidden])~:not([hidden]){border-color:#10b98140}.hover\:divide-emerald-500\/30:hover>:not([hidden])~:not([hidden]){border-color:#10b9814d}.hover\:divide-emerald-500\/40:hover>:not([hidden])~:not([hidden]){border-color:#10b98166}.hover\:divide-emerald-500\/50:hover>:not([hidden])~:not([hidden]){border-color:#10b98180}.hover\:divide-emerald-500\/60:hover>:not([hidden])~:not([hidden]){border-color:#10b98199}.hover\:divide-emerald-500\/70:hover>:not([hidden])~:not([hidden]){border-color:#10b981b3}.hover\:divide-emerald-500\/75:hover>:not([hidden])~:not([hidden]){border-color:#10b981bf}.hover\:divide-emerald-500\/80:hover>:not([hidden])~:not([hidden]){border-color:#10b981cc}.hover\:divide-emerald-500\/90:hover>:not([hidden])~:not([hidden]){border-color:#10b981e6}.hover\:divide-emerald-500\/95:hover>:not([hidden])~:not([hidden]){border-color:#10b981f2}.hover\:divide-emerald-500\/100:hover>:not([hidden])~:not([hidden]){border-color:#10b981}.hover\:divide-emerald-600\/0:hover>:not([hidden])~:not([hidden]){border-color:#05966900}.hover\:divide-emerald-600\/5:hover>:not([hidden])~:not([hidden]){border-color:#0596690d}.hover\:divide-emerald-600\/10:hover>:not([hidden])~:not([hidden]){border-color:#0596691a}.hover\:divide-emerald-600\/20:hover>:not([hidden])~:not([hidden]){border-color:#05966933}.hover\:divide-emerald-600\/25:hover>:not([hidden])~:not([hidden]){border-color:#05966940}.hover\:divide-emerald-600\/30:hover>:not([hidden])~:not([hidden]){border-color:#0596694d}.hover\:divide-emerald-600\/40:hover>:not([hidden])~:not([hidden]){border-color:#05966966}.hover\:divide-emerald-600\/50:hover>:not([hidden])~:not([hidden]){border-color:#05966980}.hover\:divide-emerald-600\/60:hover>:not([hidden])~:not([hidden]){border-color:#05966999}.hover\:divide-emerald-600\/70:hover>:not([hidden])~:not([hidden]){border-color:#059669b3}.hover\:divide-emerald-600\/75:hover>:not([hidden])~:not([hidden]){border-color:#059669bf}.hover\:divide-emerald-600\/80:hover>:not([hidden])~:not([hidden]){border-color:#059669cc}.hover\:divide-emerald-600\/90:hover>:not([hidden])~:not([hidden]){border-color:#059669e6}.hover\:divide-emerald-600\/95:hover>:not([hidden])~:not([hidden]){border-color:#059669f2}.hover\:divide-emerald-600\/100:hover>:not([hidden])~:not([hidden]){border-color:#059669}.hover\:divide-emerald-700\/0:hover>:not([hidden])~:not([hidden]){border-color:#04785700}.hover\:divide-emerald-700\/5:hover>:not([hidden])~:not([hidden]){border-color:#0478570d}.hover\:divide-emerald-700\/10:hover>:not([hidden])~:not([hidden]){border-color:#0478571a}.hover\:divide-emerald-700\/20:hover>:not([hidden])~:not([hidden]){border-color:#04785733}.hover\:divide-emerald-700\/25:hover>:not([hidden])~:not([hidden]){border-color:#04785740}.hover\:divide-emerald-700\/30:hover>:not([hidden])~:not([hidden]){border-color:#0478574d}.hover\:divide-emerald-700\/40:hover>:not([hidden])~:not([hidden]){border-color:#04785766}.hover\:divide-emerald-700\/50:hover>:not([hidden])~:not([hidden]){border-color:#04785780}.hover\:divide-emerald-700\/60:hover>:not([hidden])~:not([hidden]){border-color:#04785799}.hover\:divide-emerald-700\/70:hover>:not([hidden])~:not([hidden]){border-color:#047857b3}.hover\:divide-emerald-700\/75:hover>:not([hidden])~:not([hidden]){border-color:#047857bf}.hover\:divide-emerald-700\/80:hover>:not([hidden])~:not([hidden]){border-color:#047857cc}.hover\:divide-emerald-700\/90:hover>:not([hidden])~:not([hidden]){border-color:#047857e6}.hover\:divide-emerald-700\/95:hover>:not([hidden])~:not([hidden]){border-color:#047857f2}.hover\:divide-emerald-700\/100:hover>:not([hidden])~:not([hidden]){border-color:#047857}.hover\:divide-emerald-800\/0:hover>:not([hidden])~:not([hidden]){border-color:#065f4600}.hover\:divide-emerald-800\/5:hover>:not([hidden])~:not([hidden]){border-color:#065f460d}.hover\:divide-emerald-800\/10:hover>:not([hidden])~:not([hidden]){border-color:#065f461a}.hover\:divide-emerald-800\/20:hover>:not([hidden])~:not([hidden]){border-color:#065f4633}.hover\:divide-emerald-800\/25:hover>:not([hidden])~:not([hidden]){border-color:#065f4640}.hover\:divide-emerald-800\/30:hover>:not([hidden])~:not([hidden]){border-color:#065f464d}.hover\:divide-emerald-800\/40:hover>:not([hidden])~:not([hidden]){border-color:#065f4666}.hover\:divide-emerald-800\/50:hover>:not([hidden])~:not([hidden]){border-color:#065f4680}.hover\:divide-emerald-800\/60:hover>:not([hidden])~:not([hidden]){border-color:#065f4699}.hover\:divide-emerald-800\/70:hover>:not([hidden])~:not([hidden]){border-color:#065f46b3}.hover\:divide-emerald-800\/75:hover>:not([hidden])~:not([hidden]){border-color:#065f46bf}.hover\:divide-emerald-800\/80:hover>:not([hidden])~:not([hidden]){border-color:#065f46cc}.hover\:divide-emerald-800\/90:hover>:not([hidden])~:not([hidden]){border-color:#065f46e6}.hover\:divide-emerald-800\/95:hover>:not([hidden])~:not([hidden]){border-color:#065f46f2}.hover\:divide-emerald-800\/100:hover>:not([hidden])~:not([hidden]){border-color:#065f46}.hover\:divide-emerald-900\/0:hover>:not([hidden])~:not([hidden]){border-color:#064e3b00}.hover\:divide-emerald-900\/5:hover>:not([hidden])~:not([hidden]){border-color:#064e3b0d}.hover\:divide-emerald-900\/10:hover>:not([hidden])~:not([hidden]){border-color:#064e3b1a}.hover\:divide-emerald-900\/20:hover>:not([hidden])~:not([hidden]){border-color:#064e3b33}.hover\:divide-emerald-900\/25:hover>:not([hidden])~:not([hidden]){border-color:#064e3b40}.hover\:divide-emerald-900\/30:hover>:not([hidden])~:not([hidden]){border-color:#064e3b4d}.hover\:divide-emerald-900\/40:hover>:not([hidden])~:not([hidden]){border-color:#064e3b66}.hover\:divide-emerald-900\/50:hover>:not([hidden])~:not([hidden]){border-color:#064e3b80}.hover\:divide-emerald-900\/60:hover>:not([hidden])~:not([hidden]){border-color:#064e3b99}.hover\:divide-emerald-900\/70:hover>:not([hidden])~:not([hidden]){border-color:#064e3bb3}.hover\:divide-emerald-900\/75:hover>:not([hidden])~:not([hidden]){border-color:#064e3bbf}.hover\:divide-emerald-900\/80:hover>:not([hidden])~:not([hidden]){border-color:#064e3bcc}.hover\:divide-emerald-900\/90:hover>:not([hidden])~:not([hidden]){border-color:#064e3be6}.hover\:divide-emerald-900\/95:hover>:not([hidden])~:not([hidden]){border-color:#064e3bf2}.hover\:divide-emerald-900\/100:hover>:not([hidden])~:not([hidden]){border-color:#064e3b}.hover\:divide-teal-50\/0:hover>:not([hidden])~:not([hidden]){border-color:#f0fdfa00}.hover\:divide-teal-50\/5:hover>:not([hidden])~:not([hidden]){border-color:#f0fdfa0d}.hover\:divide-teal-50\/10:hover>:not([hidden])~:not([hidden]){border-color:#f0fdfa1a}.hover\:divide-teal-50\/20:hover>:not([hidden])~:not([hidden]){border-color:#f0fdfa33}.hover\:divide-teal-50\/25:hover>:not([hidden])~:not([hidden]){border-color:#f0fdfa40}.hover\:divide-teal-50\/30:hover>:not([hidden])~:not([hidden]){border-color:#f0fdfa4d}.hover\:divide-teal-50\/40:hover>:not([hidden])~:not([hidden]){border-color:#f0fdfa66}.hover\:divide-teal-50\/50:hover>:not([hidden])~:not([hidden]){border-color:#f0fdfa80}.hover\:divide-teal-50\/60:hover>:not([hidden])~:not([hidden]){border-color:#f0fdfa99}.hover\:divide-teal-50\/70:hover>:not([hidden])~:not([hidden]){border-color:#f0fdfab3}.hover\:divide-teal-50\/75:hover>:not([hidden])~:not([hidden]){border-color:#f0fdfabf}.hover\:divide-teal-50\/80:hover>:not([hidden])~:not([hidden]){border-color:#f0fdfacc}.hover\:divide-teal-50\/90:hover>:not([hidden])~:not([hidden]){border-color:#f0fdfae6}.hover\:divide-teal-50\/95:hover>:not([hidden])~:not([hidden]){border-color:#f0fdfaf2}.hover\:divide-teal-50\/100:hover>:not([hidden])~:not([hidden]){border-color:#f0fdfa}.hover\:divide-teal-100\/0:hover>:not([hidden])~:not([hidden]){border-color:#ccfbf100}.hover\:divide-teal-100\/5:hover>:not([hidden])~:not([hidden]){border-color:#ccfbf10d}.hover\:divide-teal-100\/10:hover>:not([hidden])~:not([hidden]){border-color:#ccfbf11a}.hover\:divide-teal-100\/20:hover>:not([hidden])~:not([hidden]){border-color:#ccfbf133}.hover\:divide-teal-100\/25:hover>:not([hidden])~:not([hidden]){border-color:#ccfbf140}.hover\:divide-teal-100\/30:hover>:not([hidden])~:not([hidden]){border-color:#ccfbf14d}.hover\:divide-teal-100\/40:hover>:not([hidden])~:not([hidden]){border-color:#ccfbf166}.hover\:divide-teal-100\/50:hover>:not([hidden])~:not([hidden]){border-color:#ccfbf180}.hover\:divide-teal-100\/60:hover>:not([hidden])~:not([hidden]){border-color:#ccfbf199}.hover\:divide-teal-100\/70:hover>:not([hidden])~:not([hidden]){border-color:#ccfbf1b3}.hover\:divide-teal-100\/75:hover>:not([hidden])~:not([hidden]){border-color:#ccfbf1bf}.hover\:divide-teal-100\/80:hover>:not([hidden])~:not([hidden]){border-color:#ccfbf1cc}.hover\:divide-teal-100\/90:hover>:not([hidden])~:not([hidden]){border-color:#ccfbf1e6}.hover\:divide-teal-100\/95:hover>:not([hidden])~:not([hidden]){border-color:#ccfbf1f2}.hover\:divide-teal-100\/100:hover>:not([hidden])~:not([hidden]){border-color:#ccfbf1}.hover\:divide-teal-200\/0:hover>:not([hidden])~:not([hidden]){border-color:#99f6e400}.hover\:divide-teal-200\/5:hover>:not([hidden])~:not([hidden]){border-color:#99f6e40d}.hover\:divide-teal-200\/10:hover>:not([hidden])~:not([hidden]){border-color:#99f6e41a}.hover\:divide-teal-200\/20:hover>:not([hidden])~:not([hidden]){border-color:#99f6e433}.hover\:divide-teal-200\/25:hover>:not([hidden])~:not([hidden]){border-color:#99f6e440}.hover\:divide-teal-200\/30:hover>:not([hidden])~:not([hidden]){border-color:#99f6e44d}.hover\:divide-teal-200\/40:hover>:not([hidden])~:not([hidden]){border-color:#99f6e466}.hover\:divide-teal-200\/50:hover>:not([hidden])~:not([hidden]){border-color:#99f6e480}.hover\:divide-teal-200\/60:hover>:not([hidden])~:not([hidden]){border-color:#99f6e499}.hover\:divide-teal-200\/70:hover>:not([hidden])~:not([hidden]){border-color:#99f6e4b3}.hover\:divide-teal-200\/75:hover>:not([hidden])~:not([hidden]){border-color:#99f6e4bf}.hover\:divide-teal-200\/80:hover>:not([hidden])~:not([hidden]){border-color:#99f6e4cc}.hover\:divide-teal-200\/90:hover>:not([hidden])~:not([hidden]){border-color:#99f6e4e6}.hover\:divide-teal-200\/95:hover>:not([hidden])~:not([hidden]){border-color:#99f6e4f2}.hover\:divide-teal-200\/100:hover>:not([hidden])~:not([hidden]){border-color:#99f6e4}.hover\:divide-teal-300\/0:hover>:not([hidden])~:not([hidden]){border-color:#5eead400}.hover\:divide-teal-300\/5:hover>:not([hidden])~:not([hidden]){border-color:#5eead40d}.hover\:divide-teal-300\/10:hover>:not([hidden])~:not([hidden]){border-color:#5eead41a}.hover\:divide-teal-300\/20:hover>:not([hidden])~:not([hidden]){border-color:#5eead433}.hover\:divide-teal-300\/25:hover>:not([hidden])~:not([hidden]){border-color:#5eead440}.hover\:divide-teal-300\/30:hover>:not([hidden])~:not([hidden]){border-color:#5eead44d}.hover\:divide-teal-300\/40:hover>:not([hidden])~:not([hidden]){border-color:#5eead466}.hover\:divide-teal-300\/50:hover>:not([hidden])~:not([hidden]){border-color:#5eead480}.hover\:divide-teal-300\/60:hover>:not([hidden])~:not([hidden]){border-color:#5eead499}.hover\:divide-teal-300\/70:hover>:not([hidden])~:not([hidden]){border-color:#5eead4b3}.hover\:divide-teal-300\/75:hover>:not([hidden])~:not([hidden]){border-color:#5eead4bf}.hover\:divide-teal-300\/80:hover>:not([hidden])~:not([hidden]){border-color:#5eead4cc}.hover\:divide-teal-300\/90:hover>:not([hidden])~:not([hidden]){border-color:#5eead4e6}.hover\:divide-teal-300\/95:hover>:not([hidden])~:not([hidden]){border-color:#5eead4f2}.hover\:divide-teal-300\/100:hover>:not([hidden])~:not([hidden]){border-color:#5eead4}.hover\:divide-teal-400\/0:hover>:not([hidden])~:not([hidden]){border-color:#2dd4bf00}.hover\:divide-teal-400\/5:hover>:not([hidden])~:not([hidden]){border-color:#2dd4bf0d}.hover\:divide-teal-400\/10:hover>:not([hidden])~:not([hidden]){border-color:#2dd4bf1a}.hover\:divide-teal-400\/20:hover>:not([hidden])~:not([hidden]){border-color:#2dd4bf33}.hover\:divide-teal-400\/25:hover>:not([hidden])~:not([hidden]){border-color:#2dd4bf40}.hover\:divide-teal-400\/30:hover>:not([hidden])~:not([hidden]){border-color:#2dd4bf4d}.hover\:divide-teal-400\/40:hover>:not([hidden])~:not([hidden]){border-color:#2dd4bf66}.hover\:divide-teal-400\/50:hover>:not([hidden])~:not([hidden]){border-color:#2dd4bf80}.hover\:divide-teal-400\/60:hover>:not([hidden])~:not([hidden]){border-color:#2dd4bf99}.hover\:divide-teal-400\/70:hover>:not([hidden])~:not([hidden]){border-color:#2dd4bfb3}.hover\:divide-teal-400\/75:hover>:not([hidden])~:not([hidden]){border-color:#2dd4bfbf}.hover\:divide-teal-400\/80:hover>:not([hidden])~:not([hidden]){border-color:#2dd4bfcc}.hover\:divide-teal-400\/90:hover>:not([hidden])~:not([hidden]){border-color:#2dd4bfe6}.hover\:divide-teal-400\/95:hover>:not([hidden])~:not([hidden]){border-color:#2dd4bff2}.hover\:divide-teal-400\/100:hover>:not([hidden])~:not([hidden]){border-color:#2dd4bf}.hover\:divide-teal-500\/0:hover>:not([hidden])~:not([hidden]){border-color:#14b8a600}.hover\:divide-teal-500\/5:hover>:not([hidden])~:not([hidden]){border-color:#14b8a60d}.hover\:divide-teal-500\/10:hover>:not([hidden])~:not([hidden]){border-color:#14b8a61a}.hover\:divide-teal-500\/20:hover>:not([hidden])~:not([hidden]){border-color:#14b8a633}.hover\:divide-teal-500\/25:hover>:not([hidden])~:not([hidden]){border-color:#14b8a640}.hover\:divide-teal-500\/30:hover>:not([hidden])~:not([hidden]){border-color:#14b8a64d}.hover\:divide-teal-500\/40:hover>:not([hidden])~:not([hidden]){border-color:#14b8a666}.hover\:divide-teal-500\/50:hover>:not([hidden])~:not([hidden]){border-color:#14b8a680}.hover\:divide-teal-500\/60:hover>:not([hidden])~:not([hidden]){border-color:#14b8a699}.hover\:divide-teal-500\/70:hover>:not([hidden])~:not([hidden]){border-color:#14b8a6b3}.hover\:divide-teal-500\/75:hover>:not([hidden])~:not([hidden]){border-color:#14b8a6bf}.hover\:divide-teal-500\/80:hover>:not([hidden])~:not([hidden]){border-color:#14b8a6cc}.hover\:divide-teal-500\/90:hover>:not([hidden])~:not([hidden]){border-color:#14b8a6e6}.hover\:divide-teal-500\/95:hover>:not([hidden])~:not([hidden]){border-color:#14b8a6f2}.hover\:divide-teal-500\/100:hover>:not([hidden])~:not([hidden]){border-color:#14b8a6}.hover\:divide-teal-600\/0:hover>:not([hidden])~:not([hidden]){border-color:#0d948800}.hover\:divide-teal-600\/5:hover>:not([hidden])~:not([hidden]){border-color:#0d94880d}.hover\:divide-teal-600\/10:hover>:not([hidden])~:not([hidden]){border-color:#0d94881a}.hover\:divide-teal-600\/20:hover>:not([hidden])~:not([hidden]){border-color:#0d948833}.hover\:divide-teal-600\/25:hover>:not([hidden])~:not([hidden]){border-color:#0d948840}.hover\:divide-teal-600\/30:hover>:not([hidden])~:not([hidden]){border-color:#0d94884d}.hover\:divide-teal-600\/40:hover>:not([hidden])~:not([hidden]){border-color:#0d948866}.hover\:divide-teal-600\/50:hover>:not([hidden])~:not([hidden]){border-color:#0d948880}.hover\:divide-teal-600\/60:hover>:not([hidden])~:not([hidden]){border-color:#0d948899}.hover\:divide-teal-600\/70:hover>:not([hidden])~:not([hidden]){border-color:#0d9488b3}.hover\:divide-teal-600\/75:hover>:not([hidden])~:not([hidden]){border-color:#0d9488bf}.hover\:divide-teal-600\/80:hover>:not([hidden])~:not([hidden]){border-color:#0d9488cc}.hover\:divide-teal-600\/90:hover>:not([hidden])~:not([hidden]){border-color:#0d9488e6}.hover\:divide-teal-600\/95:hover>:not([hidden])~:not([hidden]){border-color:#0d9488f2}.hover\:divide-teal-600\/100:hover>:not([hidden])~:not([hidden]){border-color:#0d9488}.hover\:divide-teal-700\/0:hover>:not([hidden])~:not([hidden]){border-color:#0f766e00}.hover\:divide-teal-700\/5:hover>:not([hidden])~:not([hidden]){border-color:#0f766e0d}.hover\:divide-teal-700\/10:hover>:not([hidden])~:not([hidden]){border-color:#0f766e1a}.hover\:divide-teal-700\/20:hover>:not([hidden])~:not([hidden]){border-color:#0f766e33}.hover\:divide-teal-700\/25:hover>:not([hidden])~:not([hidden]){border-color:#0f766e40}.hover\:divide-teal-700\/30:hover>:not([hidden])~:not([hidden]){border-color:#0f766e4d}.hover\:divide-teal-700\/40:hover>:not([hidden])~:not([hidden]){border-color:#0f766e66}.hover\:divide-teal-700\/50:hover>:not([hidden])~:not([hidden]){border-color:#0f766e80}.hover\:divide-teal-700\/60:hover>:not([hidden])~:not([hidden]){border-color:#0f766e99}.hover\:divide-teal-700\/70:hover>:not([hidden])~:not([hidden]){border-color:#0f766eb3}.hover\:divide-teal-700\/75:hover>:not([hidden])~:not([hidden]){border-color:#0f766ebf}.hover\:divide-teal-700\/80:hover>:not([hidden])~:not([hidden]){border-color:#0f766ecc}.hover\:divide-teal-700\/90:hover>:not([hidden])~:not([hidden]){border-color:#0f766ee6}.hover\:divide-teal-700\/95:hover>:not([hidden])~:not([hidden]){border-color:#0f766ef2}.hover\:divide-teal-700\/100:hover>:not([hidden])~:not([hidden]){border-color:#0f766e}.hover\:divide-teal-800\/0:hover>:not([hidden])~:not([hidden]){border-color:#115e5900}.hover\:divide-teal-800\/5:hover>:not([hidden])~:not([hidden]){border-color:#115e590d}.hover\:divide-teal-800\/10:hover>:not([hidden])~:not([hidden]){border-color:#115e591a}.hover\:divide-teal-800\/20:hover>:not([hidden])~:not([hidden]){border-color:#115e5933}.hover\:divide-teal-800\/25:hover>:not([hidden])~:not([hidden]){border-color:#115e5940}.hover\:divide-teal-800\/30:hover>:not([hidden])~:not([hidden]){border-color:#115e594d}.hover\:divide-teal-800\/40:hover>:not([hidden])~:not([hidden]){border-color:#115e5966}.hover\:divide-teal-800\/50:hover>:not([hidden])~:not([hidden]){border-color:#115e5980}.hover\:divide-teal-800\/60:hover>:not([hidden])~:not([hidden]){border-color:#115e5999}.hover\:divide-teal-800\/70:hover>:not([hidden])~:not([hidden]){border-color:#115e59b3}.hover\:divide-teal-800\/75:hover>:not([hidden])~:not([hidden]){border-color:#115e59bf}.hover\:divide-teal-800\/80:hover>:not([hidden])~:not([hidden]){border-color:#115e59cc}.hover\:divide-teal-800\/90:hover>:not([hidden])~:not([hidden]){border-color:#115e59e6}.hover\:divide-teal-800\/95:hover>:not([hidden])~:not([hidden]){border-color:#115e59f2}.hover\:divide-teal-800\/100:hover>:not([hidden])~:not([hidden]){border-color:#115e59}.hover\:divide-teal-900\/0:hover>:not([hidden])~:not([hidden]){border-color:#134e4a00}.hover\:divide-teal-900\/5:hover>:not([hidden])~:not([hidden]){border-color:#134e4a0d}.hover\:divide-teal-900\/10:hover>:not([hidden])~:not([hidden]){border-color:#134e4a1a}.hover\:divide-teal-900\/20:hover>:not([hidden])~:not([hidden]){border-color:#134e4a33}.hover\:divide-teal-900\/25:hover>:not([hidden])~:not([hidden]){border-color:#134e4a40}.hover\:divide-teal-900\/30:hover>:not([hidden])~:not([hidden]){border-color:#134e4a4d}.hover\:divide-teal-900\/40:hover>:not([hidden])~:not([hidden]){border-color:#134e4a66}.hover\:divide-teal-900\/50:hover>:not([hidden])~:not([hidden]){border-color:#134e4a80}.hover\:divide-teal-900\/60:hover>:not([hidden])~:not([hidden]){border-color:#134e4a99}.hover\:divide-teal-900\/70:hover>:not([hidden])~:not([hidden]){border-color:#134e4ab3}.hover\:divide-teal-900\/75:hover>:not([hidden])~:not([hidden]){border-color:#134e4abf}.hover\:divide-teal-900\/80:hover>:not([hidden])~:not([hidden]){border-color:#134e4acc}.hover\:divide-teal-900\/90:hover>:not([hidden])~:not([hidden]){border-color:#134e4ae6}.hover\:divide-teal-900\/95:hover>:not([hidden])~:not([hidden]){border-color:#134e4af2}.hover\:divide-teal-900\/100:hover>:not([hidden])~:not([hidden]){border-color:#134e4a}.hover\:divide-sky-50\/0:hover>:not([hidden])~:not([hidden]){border-color:#f0f9ff00}.hover\:divide-sky-50\/5:hover>:not([hidden])~:not([hidden]){border-color:#f0f9ff0d}.hover\:divide-sky-50\/10:hover>:not([hidden])~:not([hidden]){border-color:#f0f9ff1a}.hover\:divide-sky-50\/20:hover>:not([hidden])~:not([hidden]){border-color:#f0f9ff33}.hover\:divide-sky-50\/25:hover>:not([hidden])~:not([hidden]){border-color:#f0f9ff40}.hover\:divide-sky-50\/30:hover>:not([hidden])~:not([hidden]){border-color:#f0f9ff4d}.hover\:divide-sky-50\/40:hover>:not([hidden])~:not([hidden]){border-color:#f0f9ff66}.hover\:divide-sky-50\/50:hover>:not([hidden])~:not([hidden]){border-color:#f0f9ff80}.hover\:divide-sky-50\/60:hover>:not([hidden])~:not([hidden]){border-color:#f0f9ff99}.hover\:divide-sky-50\/70:hover>:not([hidden])~:not([hidden]){border-color:#f0f9ffb3}.hover\:divide-sky-50\/75:hover>:not([hidden])~:not([hidden]){border-color:#f0f9ffbf}.hover\:divide-sky-50\/80:hover>:not([hidden])~:not([hidden]){border-color:#f0f9ffcc}.hover\:divide-sky-50\/90:hover>:not([hidden])~:not([hidden]){border-color:#f0f9ffe6}.hover\:divide-sky-50\/95:hover>:not([hidden])~:not([hidden]){border-color:#f0f9fff2}.hover\:divide-sky-50\/100:hover>:not([hidden])~:not([hidden]){border-color:#f0f9ff}.hover\:divide-sky-100\/0:hover>:not([hidden])~:not([hidden]){border-color:#e0f2fe00}.hover\:divide-sky-100\/5:hover>:not([hidden])~:not([hidden]){border-color:#e0f2fe0d}.hover\:divide-sky-100\/10:hover>:not([hidden])~:not([hidden]){border-color:#e0f2fe1a}.hover\:divide-sky-100\/20:hover>:not([hidden])~:not([hidden]){border-color:#e0f2fe33}.hover\:divide-sky-100\/25:hover>:not([hidden])~:not([hidden]){border-color:#e0f2fe40}.hover\:divide-sky-100\/30:hover>:not([hidden])~:not([hidden]){border-color:#e0f2fe4d}.hover\:divide-sky-100\/40:hover>:not([hidden])~:not([hidden]){border-color:#e0f2fe66}.hover\:divide-sky-100\/50:hover>:not([hidden])~:not([hidden]){border-color:#e0f2fe80}.hover\:divide-sky-100\/60:hover>:not([hidden])~:not([hidden]){border-color:#e0f2fe99}.hover\:divide-sky-100\/70:hover>:not([hidden])~:not([hidden]){border-color:#e0f2feb3}.hover\:divide-sky-100\/75:hover>:not([hidden])~:not([hidden]){border-color:#e0f2febf}.hover\:divide-sky-100\/80:hover>:not([hidden])~:not([hidden]){border-color:#e0f2fecc}.hover\:divide-sky-100\/90:hover>:not([hidden])~:not([hidden]){border-color:#e0f2fee6}.hover\:divide-sky-100\/95:hover>:not([hidden])~:not([hidden]){border-color:#e0f2fef2}.hover\:divide-sky-100\/100:hover>:not([hidden])~:not([hidden]){border-color:#e0f2fe}.hover\:divide-sky-200\/0:hover>:not([hidden])~:not([hidden]){border-color:#bae6fd00}.hover\:divide-sky-200\/5:hover>:not([hidden])~:not([hidden]){border-color:#bae6fd0d}.hover\:divide-sky-200\/10:hover>:not([hidden])~:not([hidden]){border-color:#bae6fd1a}.hover\:divide-sky-200\/20:hover>:not([hidden])~:not([hidden]){border-color:#bae6fd33}.hover\:divide-sky-200\/25:hover>:not([hidden])~:not([hidden]){border-color:#bae6fd40}.hover\:divide-sky-200\/30:hover>:not([hidden])~:not([hidden]){border-color:#bae6fd4d}.hover\:divide-sky-200\/40:hover>:not([hidden])~:not([hidden]){border-color:#bae6fd66}.hover\:divide-sky-200\/50:hover>:not([hidden])~:not([hidden]){border-color:#bae6fd80}.hover\:divide-sky-200\/60:hover>:not([hidden])~:not([hidden]){border-color:#bae6fd99}.hover\:divide-sky-200\/70:hover>:not([hidden])~:not([hidden]){border-color:#bae6fdb3}.hover\:divide-sky-200\/75:hover>:not([hidden])~:not([hidden]){border-color:#bae6fdbf}.hover\:divide-sky-200\/80:hover>:not([hidden])~:not([hidden]){border-color:#bae6fdcc}.hover\:divide-sky-200\/90:hover>:not([hidden])~:not([hidden]){border-color:#bae6fde6}.hover\:divide-sky-200\/95:hover>:not([hidden])~:not([hidden]){border-color:#bae6fdf2}.hover\:divide-sky-200\/100:hover>:not([hidden])~:not([hidden]){border-color:#bae6fd}.hover\:divide-sky-300\/0:hover>:not([hidden])~:not([hidden]){border-color:#7dd3fc00}.hover\:divide-sky-300\/5:hover>:not([hidden])~:not([hidden]){border-color:#7dd3fc0d}.hover\:divide-sky-300\/10:hover>:not([hidden])~:not([hidden]){border-color:#7dd3fc1a}.hover\:divide-sky-300\/20:hover>:not([hidden])~:not([hidden]){border-color:#7dd3fc33}.hover\:divide-sky-300\/25:hover>:not([hidden])~:not([hidden]){border-color:#7dd3fc40}.hover\:divide-sky-300\/30:hover>:not([hidden])~:not([hidden]){border-color:#7dd3fc4d}.hover\:divide-sky-300\/40:hover>:not([hidden])~:not([hidden]){border-color:#7dd3fc66}.hover\:divide-sky-300\/50:hover>:not([hidden])~:not([hidden]){border-color:#7dd3fc80}.hover\:divide-sky-300\/60:hover>:not([hidden])~:not([hidden]){border-color:#7dd3fc99}.hover\:divide-sky-300\/70:hover>:not([hidden])~:not([hidden]){border-color:#7dd3fcb3}.hover\:divide-sky-300\/75:hover>:not([hidden])~:not([hidden]){border-color:#7dd3fcbf}.hover\:divide-sky-300\/80:hover>:not([hidden])~:not([hidden]){border-color:#7dd3fccc}.hover\:divide-sky-300\/90:hover>:not([hidden])~:not([hidden]){border-color:#7dd3fce6}.hover\:divide-sky-300\/95:hover>:not([hidden])~:not([hidden]){border-color:#7dd3fcf2}.hover\:divide-sky-300\/100:hover>:not([hidden])~:not([hidden]){border-color:#7dd3fc}.hover\:divide-sky-400\/0:hover>:not([hidden])~:not([hidden]){border-color:#38bdf800}.hover\:divide-sky-400\/5:hover>:not([hidden])~:not([hidden]){border-color:#38bdf80d}.hover\:divide-sky-400\/10:hover>:not([hidden])~:not([hidden]){border-color:#38bdf81a}.hover\:divide-sky-400\/20:hover>:not([hidden])~:not([hidden]){border-color:#38bdf833}.hover\:divide-sky-400\/25:hover>:not([hidden])~:not([hidden]){border-color:#38bdf840}.hover\:divide-sky-400\/30:hover>:not([hidden])~:not([hidden]){border-color:#38bdf84d}.hover\:divide-sky-400\/40:hover>:not([hidden])~:not([hidden]){border-color:#38bdf866}.hover\:divide-sky-400\/50:hover>:not([hidden])~:not([hidden]){border-color:#38bdf880}.hover\:divide-sky-400\/60:hover>:not([hidden])~:not([hidden]){border-color:#38bdf899}.hover\:divide-sky-400\/70:hover>:not([hidden])~:not([hidden]){border-color:#38bdf8b3}.hover\:divide-sky-400\/75:hover>:not([hidden])~:not([hidden]){border-color:#38bdf8bf}.hover\:divide-sky-400\/80:hover>:not([hidden])~:not([hidden]){border-color:#38bdf8cc}.hover\:divide-sky-400\/90:hover>:not([hidden])~:not([hidden]){border-color:#38bdf8e6}.hover\:divide-sky-400\/95:hover>:not([hidden])~:not([hidden]){border-color:#38bdf8f2}.hover\:divide-sky-400\/100:hover>:not([hidden])~:not([hidden]){border-color:#38bdf8}.hover\:divide-sky-500\/0:hover>:not([hidden])~:not([hidden]){border-color:#0ea5e900}.hover\:divide-sky-500\/5:hover>:not([hidden])~:not([hidden]){border-color:#0ea5e90d}.hover\:divide-sky-500\/10:hover>:not([hidden])~:not([hidden]){border-color:#0ea5e91a}.hover\:divide-sky-500\/20:hover>:not([hidden])~:not([hidden]){border-color:#0ea5e933}.hover\:divide-sky-500\/25:hover>:not([hidden])~:not([hidden]){border-color:#0ea5e940}.hover\:divide-sky-500\/30:hover>:not([hidden])~:not([hidden]){border-color:#0ea5e94d}.hover\:divide-sky-500\/40:hover>:not([hidden])~:not([hidden]){border-color:#0ea5e966}.hover\:divide-sky-500\/50:hover>:not([hidden])~:not([hidden]){border-color:#0ea5e980}.hover\:divide-sky-500\/60:hover>:not([hidden])~:not([hidden]){border-color:#0ea5e999}.hover\:divide-sky-500\/70:hover>:not([hidden])~:not([hidden]){border-color:#0ea5e9b3}.hover\:divide-sky-500\/75:hover>:not([hidden])~:not([hidden]){border-color:#0ea5e9bf}.hover\:divide-sky-500\/80:hover>:not([hidden])~:not([hidden]){border-color:#0ea5e9cc}.hover\:divide-sky-500\/90:hover>:not([hidden])~:not([hidden]){border-color:#0ea5e9e6}.hover\:divide-sky-500\/95:hover>:not([hidden])~:not([hidden]){border-color:#0ea5e9f2}.hover\:divide-sky-500\/100:hover>:not([hidden])~:not([hidden]){border-color:#0ea5e9}.hover\:divide-sky-600\/0:hover>:not([hidden])~:not([hidden]){border-color:#0284c700}.hover\:divide-sky-600\/5:hover>:not([hidden])~:not([hidden]){border-color:#0284c70d}.hover\:divide-sky-600\/10:hover>:not([hidden])~:not([hidden]){border-color:#0284c71a}.hover\:divide-sky-600\/20:hover>:not([hidden])~:not([hidden]){border-color:#0284c733}.hover\:divide-sky-600\/25:hover>:not([hidden])~:not([hidden]){border-color:#0284c740}.hover\:divide-sky-600\/30:hover>:not([hidden])~:not([hidden]){border-color:#0284c74d}.hover\:divide-sky-600\/40:hover>:not([hidden])~:not([hidden]){border-color:#0284c766}.hover\:divide-sky-600\/50:hover>:not([hidden])~:not([hidden]){border-color:#0284c780}.hover\:divide-sky-600\/60:hover>:not([hidden])~:not([hidden]){border-color:#0284c799}.hover\:divide-sky-600\/70:hover>:not([hidden])~:not([hidden]){border-color:#0284c7b3}.hover\:divide-sky-600\/75:hover>:not([hidden])~:not([hidden]){border-color:#0284c7bf}.hover\:divide-sky-600\/80:hover>:not([hidden])~:not([hidden]){border-color:#0284c7cc}.hover\:divide-sky-600\/90:hover>:not([hidden])~:not([hidden]){border-color:#0284c7e6}.hover\:divide-sky-600\/95:hover>:not([hidden])~:not([hidden]){border-color:#0284c7f2}.hover\:divide-sky-600\/100:hover>:not([hidden])~:not([hidden]){border-color:#0284c7}.hover\:divide-sky-700\/0:hover>:not([hidden])~:not([hidden]){border-color:#0369a100}.hover\:divide-sky-700\/5:hover>:not([hidden])~:not([hidden]){border-color:#0369a10d}.hover\:divide-sky-700\/10:hover>:not([hidden])~:not([hidden]){border-color:#0369a11a}.hover\:divide-sky-700\/20:hover>:not([hidden])~:not([hidden]){border-color:#0369a133}.hover\:divide-sky-700\/25:hover>:not([hidden])~:not([hidden]){border-color:#0369a140}.hover\:divide-sky-700\/30:hover>:not([hidden])~:not([hidden]){border-color:#0369a14d}.hover\:divide-sky-700\/40:hover>:not([hidden])~:not([hidden]){border-color:#0369a166}.hover\:divide-sky-700\/50:hover>:not([hidden])~:not([hidden]){border-color:#0369a180}.hover\:divide-sky-700\/60:hover>:not([hidden])~:not([hidden]){border-color:#0369a199}.hover\:divide-sky-700\/70:hover>:not([hidden])~:not([hidden]){border-color:#0369a1b3}.hover\:divide-sky-700\/75:hover>:not([hidden])~:not([hidden]){border-color:#0369a1bf}.hover\:divide-sky-700\/80:hover>:not([hidden])~:not([hidden]){border-color:#0369a1cc}.hover\:divide-sky-700\/90:hover>:not([hidden])~:not([hidden]){border-color:#0369a1e6}.hover\:divide-sky-700\/95:hover>:not([hidden])~:not([hidden]){border-color:#0369a1f2}.hover\:divide-sky-700\/100:hover>:not([hidden])~:not([hidden]){border-color:#0369a1}.hover\:divide-sky-800\/0:hover>:not([hidden])~:not([hidden]){border-color:#07598500}.hover\:divide-sky-800\/5:hover>:not([hidden])~:not([hidden]){border-color:#0759850d}.hover\:divide-sky-800\/10:hover>:not([hidden])~:not([hidden]){border-color:#0759851a}.hover\:divide-sky-800\/20:hover>:not([hidden])~:not([hidden]){border-color:#07598533}.hover\:divide-sky-800\/25:hover>:not([hidden])~:not([hidden]){border-color:#07598540}.hover\:divide-sky-800\/30:hover>:not([hidden])~:not([hidden]){border-color:#0759854d}.hover\:divide-sky-800\/40:hover>:not([hidden])~:not([hidden]){border-color:#07598566}.hover\:divide-sky-800\/50:hover>:not([hidden])~:not([hidden]){border-color:#07598580}.hover\:divide-sky-800\/60:hover>:not([hidden])~:not([hidden]){border-color:#07598599}.hover\:divide-sky-800\/70:hover>:not([hidden])~:not([hidden]){border-color:#075985b3}.hover\:divide-sky-800\/75:hover>:not([hidden])~:not([hidden]){border-color:#075985bf}.hover\:divide-sky-800\/80:hover>:not([hidden])~:not([hidden]){border-color:#075985cc}.hover\:divide-sky-800\/90:hover>:not([hidden])~:not([hidden]){border-color:#075985e6}.hover\:divide-sky-800\/95:hover>:not([hidden])~:not([hidden]){border-color:#075985f2}.hover\:divide-sky-800\/100:hover>:not([hidden])~:not([hidden]){border-color:#075985}.hover\:divide-sky-900\/0:hover>:not([hidden])~:not([hidden]){border-color:#0c4a6e00}.hover\:divide-sky-900\/5:hover>:not([hidden])~:not([hidden]){border-color:#0c4a6e0d}.hover\:divide-sky-900\/10:hover>:not([hidden])~:not([hidden]){border-color:#0c4a6e1a}.hover\:divide-sky-900\/20:hover>:not([hidden])~:not([hidden]){border-color:#0c4a6e33}.hover\:divide-sky-900\/25:hover>:not([hidden])~:not([hidden]){border-color:#0c4a6e40}.hover\:divide-sky-900\/30:hover>:not([hidden])~:not([hidden]){border-color:#0c4a6e4d}.hover\:divide-sky-900\/40:hover>:not([hidden])~:not([hidden]){border-color:#0c4a6e66}.hover\:divide-sky-900\/50:hover>:not([hidden])~:not([hidden]){border-color:#0c4a6e80}.hover\:divide-sky-900\/60:hover>:not([hidden])~:not([hidden]){border-color:#0c4a6e99}.hover\:divide-sky-900\/70:hover>:not([hidden])~:not([hidden]){border-color:#0c4a6eb3}.hover\:divide-sky-900\/75:hover>:not([hidden])~:not([hidden]){border-color:#0c4a6ebf}.hover\:divide-sky-900\/80:hover>:not([hidden])~:not([hidden]){border-color:#0c4a6ecc}.hover\:divide-sky-900\/90:hover>:not([hidden])~:not([hidden]){border-color:#0c4a6ee6}.hover\:divide-sky-900\/95:hover>:not([hidden])~:not([hidden]){border-color:#0c4a6ef2}.hover\:divide-sky-900\/100:hover>:not([hidden])~:not([hidden]){border-color:#0c4a6e}.hover\:divide-blue-50\/0:hover>:not([hidden])~:not([hidden]){border-color:#eff6ff00}.hover\:divide-blue-50\/5:hover>:not([hidden])~:not([hidden]){border-color:#eff6ff0d}.hover\:divide-blue-50\/10:hover>:not([hidden])~:not([hidden]){border-color:#eff6ff1a}.hover\:divide-blue-50\/20:hover>:not([hidden])~:not([hidden]){border-color:#eff6ff33}.hover\:divide-blue-50\/25:hover>:not([hidden])~:not([hidden]){border-color:#eff6ff40}.hover\:divide-blue-50\/30:hover>:not([hidden])~:not([hidden]){border-color:#eff6ff4d}.hover\:divide-blue-50\/40:hover>:not([hidden])~:not([hidden]){border-color:#eff6ff66}.hover\:divide-blue-50\/50:hover>:not([hidden])~:not([hidden]){border-color:#eff6ff80}.hover\:divide-blue-50\/60:hover>:not([hidden])~:not([hidden]){border-color:#eff6ff99}.hover\:divide-blue-50\/70:hover>:not([hidden])~:not([hidden]){border-color:#eff6ffb3}.hover\:divide-blue-50\/75:hover>:not([hidden])~:not([hidden]){border-color:#eff6ffbf}.hover\:divide-blue-50\/80:hover>:not([hidden])~:not([hidden]){border-color:#eff6ffcc}.hover\:divide-blue-50\/90:hover>:not([hidden])~:not([hidden]){border-color:#eff6ffe6}.hover\:divide-blue-50\/95:hover>:not([hidden])~:not([hidden]){border-color:#eff6fff2}.hover\:divide-blue-50\/100:hover>:not([hidden])~:not([hidden]){border-color:#eff6ff}.hover\:divide-blue-100\/0:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fd00}.hover\:divide-blue-100\/5:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fd0d}.hover\:divide-blue-100\/10:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fd1a}.hover\:divide-blue-100\/20:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fd33}.hover\:divide-blue-100\/25:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fd40}.hover\:divide-blue-100\/30:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fd4d}.hover\:divide-blue-100\/40:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fd66}.hover\:divide-blue-100\/50:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fd80}.hover\:divide-blue-100\/60:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fd99}.hover\:divide-blue-100\/70:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fdb3}.hover\:divide-blue-100\/75:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fdbf}.hover\:divide-blue-100\/80:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fdcc}.hover\:divide-blue-100\/90:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fde6}.hover\:divide-blue-100\/95:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fdf2}.hover\:divide-blue-100\/100:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fd}.hover\:divide-blue-200\/0:hover>:not([hidden])~:not([hidden]){border-color:#e4e8fb00}.hover\:divide-blue-200\/5:hover>:not([hidden])~:not([hidden]){border-color:#e4e8fb0d}.hover\:divide-blue-200\/10:hover>:not([hidden])~:not([hidden]){border-color:#e4e8fb1a}.hover\:divide-blue-200\/20:hover>:not([hidden])~:not([hidden]){border-color:#e4e8fb33}.hover\:divide-blue-200\/25:hover>:not([hidden])~:not([hidden]){border-color:#e4e8fb40}.hover\:divide-blue-200\/30:hover>:not([hidden])~:not([hidden]){border-color:#e4e8fb4d}.hover\:divide-blue-200\/40:hover>:not([hidden])~:not([hidden]){border-color:#e4e8fb66}.hover\:divide-blue-200\/50:hover>:not([hidden])~:not([hidden]){border-color:#e4e8fb80}.hover\:divide-blue-200\/60:hover>:not([hidden])~:not([hidden]){border-color:#e4e8fb99}.hover\:divide-blue-200\/70:hover>:not([hidden])~:not([hidden]){border-color:#e4e8fbb3}.hover\:divide-blue-200\/75:hover>:not([hidden])~:not([hidden]){border-color:#e4e8fbbf}.hover\:divide-blue-200\/80:hover>:not([hidden])~:not([hidden]){border-color:#e4e8fbcc}.hover\:divide-blue-200\/90:hover>:not([hidden])~:not([hidden]){border-color:#e4e8fbe6}.hover\:divide-blue-200\/95:hover>:not([hidden])~:not([hidden]){border-color:#e4e8fbf2}.hover\:divide-blue-200\/100:hover>:not([hidden])~:not([hidden]){border-color:#e4e8fb}.hover\:divide-blue-300\/0:hover>:not([hidden])~:not([hidden]){border-color:#c6cff700}.hover\:divide-blue-300\/5:hover>:not([hidden])~:not([hidden]){border-color:#c6cff70d}.hover\:divide-blue-300\/10:hover>:not([hidden])~:not([hidden]){border-color:#c6cff71a}.hover\:divide-blue-300\/20:hover>:not([hidden])~:not([hidden]){border-color:#c6cff733}.hover\:divide-blue-300\/25:hover>:not([hidden])~:not([hidden]){border-color:#c6cff740}.hover\:divide-blue-300\/30:hover>:not([hidden])~:not([hidden]){border-color:#c6cff74d}.hover\:divide-blue-300\/40:hover>:not([hidden])~:not([hidden]){border-color:#c6cff766}.hover\:divide-blue-300\/50:hover>:not([hidden])~:not([hidden]){border-color:#c6cff780}.hover\:divide-blue-300\/60:hover>:not([hidden])~:not([hidden]){border-color:#c6cff799}.hover\:divide-blue-300\/70:hover>:not([hidden])~:not([hidden]){border-color:#c6cff7b3}.hover\:divide-blue-300\/75:hover>:not([hidden])~:not([hidden]){border-color:#c6cff7bf}.hover\:divide-blue-300\/80:hover>:not([hidden])~:not([hidden]){border-color:#c6cff7cc}.hover\:divide-blue-300\/90:hover>:not([hidden])~:not([hidden]){border-color:#c6cff7e6}.hover\:divide-blue-300\/95:hover>:not([hidden])~:not([hidden]){border-color:#c6cff7f2}.hover\:divide-blue-300\/100:hover>:not([hidden])~:not([hidden]){border-color:#c6cff7}.hover\:divide-blue-400\/0:hover>:not([hidden])~:not([hidden]){border-color:#a3b2f300}.hover\:divide-blue-400\/5:hover>:not([hidden])~:not([hidden]){border-color:#a3b2f30d}.hover\:divide-blue-400\/10:hover>:not([hidden])~:not([hidden]){border-color:#a3b2f31a}.hover\:divide-blue-400\/20:hover>:not([hidden])~:not([hidden]){border-color:#a3b2f333}.hover\:divide-blue-400\/25:hover>:not([hidden])~:not([hidden]){border-color:#a3b2f340}.hover\:divide-blue-400\/30:hover>:not([hidden])~:not([hidden]){border-color:#a3b2f34d}.hover\:divide-blue-400\/40:hover>:not([hidden])~:not([hidden]){border-color:#a3b2f366}.hover\:divide-blue-400\/50:hover>:not([hidden])~:not([hidden]){border-color:#a3b2f380}.hover\:divide-blue-400\/60:hover>:not([hidden])~:not([hidden]){border-color:#a3b2f399}.hover\:divide-blue-400\/70:hover>:not([hidden])~:not([hidden]){border-color:#a3b2f3b3}.hover\:divide-blue-400\/75:hover>:not([hidden])~:not([hidden]){border-color:#a3b2f3bf}.hover\:divide-blue-400\/80:hover>:not([hidden])~:not([hidden]){border-color:#a3b2f3cc}.hover\:divide-blue-400\/90:hover>:not([hidden])~:not([hidden]){border-color:#a3b2f3e6}.hover\:divide-blue-400\/95:hover>:not([hidden])~:not([hidden]){border-color:#a3b2f3f2}.hover\:divide-blue-400\/100:hover>:not([hidden])~:not([hidden]){border-color:#a3b2f3}.hover\:divide-blue-500\/0:hover>:not([hidden])~:not([hidden]){border-color:#7690ef00}.hover\:divide-blue-500\/5:hover>:not([hidden])~:not([hidden]){border-color:#7690ef0d}.hover\:divide-blue-500\/10:hover>:not([hidden])~:not([hidden]){border-color:#7690ef1a}.hover\:divide-blue-500\/20:hover>:not([hidden])~:not([hidden]){border-color:#7690ef33}.hover\:divide-blue-500\/25:hover>:not([hidden])~:not([hidden]){border-color:#7690ef40}.hover\:divide-blue-500\/30:hover>:not([hidden])~:not([hidden]){border-color:#7690ef4d}.hover\:divide-blue-500\/40:hover>:not([hidden])~:not([hidden]){border-color:#7690ef66}.hover\:divide-blue-500\/50:hover>:not([hidden])~:not([hidden]){border-color:#7690ef80}.hover\:divide-blue-500\/60:hover>:not([hidden])~:not([hidden]){border-color:#7690ef99}.hover\:divide-blue-500\/70:hover>:not([hidden])~:not([hidden]){border-color:#7690efb3}.hover\:divide-blue-500\/75:hover>:not([hidden])~:not([hidden]){border-color:#7690efbf}.hover\:divide-blue-500\/80:hover>:not([hidden])~:not([hidden]){border-color:#7690efcc}.hover\:divide-blue-500\/90:hover>:not([hidden])~:not([hidden]){border-color:#7690efe6}.hover\:divide-blue-500\/95:hover>:not([hidden])~:not([hidden]){border-color:#7690eff2}.hover\:divide-blue-500\/100:hover>:not([hidden])~:not([hidden]){border-color:#7690ef}.hover\:divide-blue-600\/0:hover>:not([hidden])~:not([hidden]){border-color:#2563eb00}.hover\:divide-blue-600\/5:hover>:not([hidden])~:not([hidden]){border-color:#2563eb0d}.hover\:divide-blue-600\/10:hover>:not([hidden])~:not([hidden]){border-color:#2563eb1a}.hover\:divide-blue-600\/20:hover>:not([hidden])~:not([hidden]){border-color:#2563eb33}.hover\:divide-blue-600\/25:hover>:not([hidden])~:not([hidden]){border-color:#2563eb40}.hover\:divide-blue-600\/30:hover>:not([hidden])~:not([hidden]){border-color:#2563eb4d}.hover\:divide-blue-600\/40:hover>:not([hidden])~:not([hidden]){border-color:#2563eb66}.hover\:divide-blue-600\/50:hover>:not([hidden])~:not([hidden]){border-color:#2563eb80}.hover\:divide-blue-600\/60:hover>:not([hidden])~:not([hidden]){border-color:#2563eb99}.hover\:divide-blue-600\/70:hover>:not([hidden])~:not([hidden]){border-color:#2563ebb3}.hover\:divide-blue-600\/75:hover>:not([hidden])~:not([hidden]){border-color:#2563ebbf}.hover\:divide-blue-600\/80:hover>:not([hidden])~:not([hidden]){border-color:#2563ebcc}.hover\:divide-blue-600\/90:hover>:not([hidden])~:not([hidden]){border-color:#2563ebe6}.hover\:divide-blue-600\/95:hover>:not([hidden])~:not([hidden]){border-color:#2563ebf2}.hover\:divide-blue-600\/100:hover>:not([hidden])~:not([hidden]){border-color:#2563eb}.hover\:divide-blue-700\/0:hover>:not([hidden])~:not([hidden]){border-color:#2158d200}.hover\:divide-blue-700\/5:hover>:not([hidden])~:not([hidden]){border-color:#2158d20d}.hover\:divide-blue-700\/10:hover>:not([hidden])~:not([hidden]){border-color:#2158d21a}.hover\:divide-blue-700\/20:hover>:not([hidden])~:not([hidden]){border-color:#2158d233}.hover\:divide-blue-700\/25:hover>:not([hidden])~:not([hidden]){border-color:#2158d240}.hover\:divide-blue-700\/30:hover>:not([hidden])~:not([hidden]){border-color:#2158d24d}.hover\:divide-blue-700\/40:hover>:not([hidden])~:not([hidden]){border-color:#2158d266}.hover\:divide-blue-700\/50:hover>:not([hidden])~:not([hidden]){border-color:#2158d280}.hover\:divide-blue-700\/60:hover>:not([hidden])~:not([hidden]){border-color:#2158d299}.hover\:divide-blue-700\/70:hover>:not([hidden])~:not([hidden]){border-color:#2158d2b3}.hover\:divide-blue-700\/75:hover>:not([hidden])~:not([hidden]){border-color:#2158d2bf}.hover\:divide-blue-700\/80:hover>:not([hidden])~:not([hidden]){border-color:#2158d2cc}.hover\:divide-blue-700\/90:hover>:not([hidden])~:not([hidden]){border-color:#2158d2e6}.hover\:divide-blue-700\/95:hover>:not([hidden])~:not([hidden]){border-color:#2158d2f2}.hover\:divide-blue-700\/100:hover>:not([hidden])~:not([hidden]){border-color:#2158d2}.hover\:divide-blue-800\/0:hover>:not([hidden])~:not([hidden]){border-color:#1c4cb600}.hover\:divide-blue-800\/5:hover>:not([hidden])~:not([hidden]){border-color:#1c4cb60d}.hover\:divide-blue-800\/10:hover>:not([hidden])~:not([hidden]){border-color:#1c4cb61a}.hover\:divide-blue-800\/20:hover>:not([hidden])~:not([hidden]){border-color:#1c4cb633}.hover\:divide-blue-800\/25:hover>:not([hidden])~:not([hidden]){border-color:#1c4cb640}.hover\:divide-blue-800\/30:hover>:not([hidden])~:not([hidden]){border-color:#1c4cb64d}.hover\:divide-blue-800\/40:hover>:not([hidden])~:not([hidden]){border-color:#1c4cb666}.hover\:divide-blue-800\/50:hover>:not([hidden])~:not([hidden]){border-color:#1c4cb680}.hover\:divide-blue-800\/60:hover>:not([hidden])~:not([hidden]){border-color:#1c4cb699}.hover\:divide-blue-800\/70:hover>:not([hidden])~:not([hidden]){border-color:#1c4cb6b3}.hover\:divide-blue-800\/75:hover>:not([hidden])~:not([hidden]){border-color:#1c4cb6bf}.hover\:divide-blue-800\/80:hover>:not([hidden])~:not([hidden]){border-color:#1c4cb6cc}.hover\:divide-blue-800\/90:hover>:not([hidden])~:not([hidden]){border-color:#1c4cb6e6}.hover\:divide-blue-800\/95:hover>:not([hidden])~:not([hidden]){border-color:#1c4cb6f2}.hover\:divide-blue-800\/100:hover>:not([hidden])~:not([hidden]){border-color:#1c4cb6}.hover\:divide-blue-900\/0:hover>:not([hidden])~:not([hidden]){border-color:#173e9400}.hover\:divide-blue-900\/5:hover>:not([hidden])~:not([hidden]){border-color:#173e940d}.hover\:divide-blue-900\/10:hover>:not([hidden])~:not([hidden]){border-color:#173e941a}.hover\:divide-blue-900\/20:hover>:not([hidden])~:not([hidden]){border-color:#173e9433}.hover\:divide-blue-900\/25:hover>:not([hidden])~:not([hidden]){border-color:#173e9440}.hover\:divide-blue-900\/30:hover>:not([hidden])~:not([hidden]){border-color:#173e944d}.hover\:divide-blue-900\/40:hover>:not([hidden])~:not([hidden]){border-color:#173e9466}.hover\:divide-blue-900\/50:hover>:not([hidden])~:not([hidden]){border-color:#173e9480}.hover\:divide-blue-900\/60:hover>:not([hidden])~:not([hidden]){border-color:#173e9499}.hover\:divide-blue-900\/70:hover>:not([hidden])~:not([hidden]){border-color:#173e94b3}.hover\:divide-blue-900\/75:hover>:not([hidden])~:not([hidden]){border-color:#173e94bf}.hover\:divide-blue-900\/80:hover>:not([hidden])~:not([hidden]){border-color:#173e94cc}.hover\:divide-blue-900\/90:hover>:not([hidden])~:not([hidden]){border-color:#173e94e6}.hover\:divide-blue-900\/95:hover>:not([hidden])~:not([hidden]){border-color:#173e94f2}.hover\:divide-blue-900\/100:hover>:not([hidden])~:not([hidden]){border-color:#173e94}.hover\:divide-indigo-50\/0:hover>:not([hidden])~:not([hidden]){border-color:#eef2ff00}.hover\:divide-indigo-50\/5:hover>:not([hidden])~:not([hidden]){border-color:#eef2ff0d}.hover\:divide-indigo-50\/10:hover>:not([hidden])~:not([hidden]){border-color:#eef2ff1a}.hover\:divide-indigo-50\/20:hover>:not([hidden])~:not([hidden]){border-color:#eef2ff33}.hover\:divide-indigo-50\/25:hover>:not([hidden])~:not([hidden]){border-color:#eef2ff40}.hover\:divide-indigo-50\/30:hover>:not([hidden])~:not([hidden]){border-color:#eef2ff4d}.hover\:divide-indigo-50\/40:hover>:not([hidden])~:not([hidden]){border-color:#eef2ff66}.hover\:divide-indigo-50\/50:hover>:not([hidden])~:not([hidden]){border-color:#eef2ff80}.hover\:divide-indigo-50\/60:hover>:not([hidden])~:not([hidden]){border-color:#eef2ff99}.hover\:divide-indigo-50\/70:hover>:not([hidden])~:not([hidden]){border-color:#eef2ffb3}.hover\:divide-indigo-50\/75:hover>:not([hidden])~:not([hidden]){border-color:#eef2ffbf}.hover\:divide-indigo-50\/80:hover>:not([hidden])~:not([hidden]){border-color:#eef2ffcc}.hover\:divide-indigo-50\/90:hover>:not([hidden])~:not([hidden]){border-color:#eef2ffe6}.hover\:divide-indigo-50\/95:hover>:not([hidden])~:not([hidden]){border-color:#eef2fff2}.hover\:divide-indigo-50\/100:hover>:not([hidden])~:not([hidden]){border-color:#eef2ff}.hover\:divide-indigo-100\/0:hover>:not([hidden])~:not([hidden]){border-color:#e0e7ff00}.hover\:divide-indigo-100\/5:hover>:not([hidden])~:not([hidden]){border-color:#e0e7ff0d}.hover\:divide-indigo-100\/10:hover>:not([hidden])~:not([hidden]){border-color:#e0e7ff1a}.hover\:divide-indigo-100\/20:hover>:not([hidden])~:not([hidden]){border-color:#e0e7ff33}.hover\:divide-indigo-100\/25:hover>:not([hidden])~:not([hidden]){border-color:#e0e7ff40}.hover\:divide-indigo-100\/30:hover>:not([hidden])~:not([hidden]){border-color:#e0e7ff4d}.hover\:divide-indigo-100\/40:hover>:not([hidden])~:not([hidden]){border-color:#e0e7ff66}.hover\:divide-indigo-100\/50:hover>:not([hidden])~:not([hidden]){border-color:#e0e7ff80}.hover\:divide-indigo-100\/60:hover>:not([hidden])~:not([hidden]){border-color:#e0e7ff99}.hover\:divide-indigo-100\/70:hover>:not([hidden])~:not([hidden]){border-color:#e0e7ffb3}.hover\:divide-indigo-100\/75:hover>:not([hidden])~:not([hidden]){border-color:#e0e7ffbf}.hover\:divide-indigo-100\/80:hover>:not([hidden])~:not([hidden]){border-color:#e0e7ffcc}.hover\:divide-indigo-100\/90:hover>:not([hidden])~:not([hidden]){border-color:#e0e7ffe6}.hover\:divide-indigo-100\/95:hover>:not([hidden])~:not([hidden]){border-color:#e0e7fff2}.hover\:divide-indigo-100\/100:hover>:not([hidden])~:not([hidden]){border-color:#e0e7ff}.hover\:divide-indigo-200\/0:hover>:not([hidden])~:not([hidden]){border-color:#c7d2fe00}.hover\:divide-indigo-200\/5:hover>:not([hidden])~:not([hidden]){border-color:#c7d2fe0d}.hover\:divide-indigo-200\/10:hover>:not([hidden])~:not([hidden]){border-color:#c7d2fe1a}.hover\:divide-indigo-200\/20:hover>:not([hidden])~:not([hidden]){border-color:#c7d2fe33}.hover\:divide-indigo-200\/25:hover>:not([hidden])~:not([hidden]){border-color:#c7d2fe40}.hover\:divide-indigo-200\/30:hover>:not([hidden])~:not([hidden]){border-color:#c7d2fe4d}.hover\:divide-indigo-200\/40:hover>:not([hidden])~:not([hidden]){border-color:#c7d2fe66}.hover\:divide-indigo-200\/50:hover>:not([hidden])~:not([hidden]){border-color:#c7d2fe80}.hover\:divide-indigo-200\/60:hover>:not([hidden])~:not([hidden]){border-color:#c7d2fe99}.hover\:divide-indigo-200\/70:hover>:not([hidden])~:not([hidden]){border-color:#c7d2feb3}.hover\:divide-indigo-200\/75:hover>:not([hidden])~:not([hidden]){border-color:#c7d2febf}.hover\:divide-indigo-200\/80:hover>:not([hidden])~:not([hidden]){border-color:#c7d2fecc}.hover\:divide-indigo-200\/90:hover>:not([hidden])~:not([hidden]){border-color:#c7d2fee6}.hover\:divide-indigo-200\/95:hover>:not([hidden])~:not([hidden]){border-color:#c7d2fef2}.hover\:divide-indigo-200\/100:hover>:not([hidden])~:not([hidden]){border-color:#c7d2fe}.hover\:divide-indigo-300\/0:hover>:not([hidden])~:not([hidden]){border-color:#a5b4fc00}.hover\:divide-indigo-300\/5:hover>:not([hidden])~:not([hidden]){border-color:#a5b4fc0d}.hover\:divide-indigo-300\/10:hover>:not([hidden])~:not([hidden]){border-color:#a5b4fc1a}.hover\:divide-indigo-300\/20:hover>:not([hidden])~:not([hidden]){border-color:#a5b4fc33}.hover\:divide-indigo-300\/25:hover>:not([hidden])~:not([hidden]){border-color:#a5b4fc40}.hover\:divide-indigo-300\/30:hover>:not([hidden])~:not([hidden]){border-color:#a5b4fc4d}.hover\:divide-indigo-300\/40:hover>:not([hidden])~:not([hidden]){border-color:#a5b4fc66}.hover\:divide-indigo-300\/50:hover>:not([hidden])~:not([hidden]){border-color:#a5b4fc80}.hover\:divide-indigo-300\/60:hover>:not([hidden])~:not([hidden]){border-color:#a5b4fc99}.hover\:divide-indigo-300\/70:hover>:not([hidden])~:not([hidden]){border-color:#a5b4fcb3}.hover\:divide-indigo-300\/75:hover>:not([hidden])~:not([hidden]){border-color:#a5b4fcbf}.hover\:divide-indigo-300\/80:hover>:not([hidden])~:not([hidden]){border-color:#a5b4fccc}.hover\:divide-indigo-300\/90:hover>:not([hidden])~:not([hidden]){border-color:#a5b4fce6}.hover\:divide-indigo-300\/95:hover>:not([hidden])~:not([hidden]){border-color:#a5b4fcf2}.hover\:divide-indigo-300\/100:hover>:not([hidden])~:not([hidden]){border-color:#a5b4fc}.hover\:divide-indigo-400\/0:hover>:not([hidden])~:not([hidden]){border-color:#818cf800}.hover\:divide-indigo-400\/5:hover>:not([hidden])~:not([hidden]){border-color:#818cf80d}.hover\:divide-indigo-400\/10:hover>:not([hidden])~:not([hidden]){border-color:#818cf81a}.hover\:divide-indigo-400\/20:hover>:not([hidden])~:not([hidden]){border-color:#818cf833}.hover\:divide-indigo-400\/25:hover>:not([hidden])~:not([hidden]){border-color:#818cf840}.hover\:divide-indigo-400\/30:hover>:not([hidden])~:not([hidden]){border-color:#818cf84d}.hover\:divide-indigo-400\/40:hover>:not([hidden])~:not([hidden]){border-color:#818cf866}.hover\:divide-indigo-400\/50:hover>:not([hidden])~:not([hidden]){border-color:#818cf880}.hover\:divide-indigo-400\/60:hover>:not([hidden])~:not([hidden]){border-color:#818cf899}.hover\:divide-indigo-400\/70:hover>:not([hidden])~:not([hidden]){border-color:#818cf8b3}.hover\:divide-indigo-400\/75:hover>:not([hidden])~:not([hidden]){border-color:#818cf8bf}.hover\:divide-indigo-400\/80:hover>:not([hidden])~:not([hidden]){border-color:#818cf8cc}.hover\:divide-indigo-400\/90:hover>:not([hidden])~:not([hidden]){border-color:#818cf8e6}.hover\:divide-indigo-400\/95:hover>:not([hidden])~:not([hidden]){border-color:#818cf8f2}.hover\:divide-indigo-400\/100:hover>:not([hidden])~:not([hidden]){border-color:#818cf8}.hover\:divide-indigo-500\/0:hover>:not([hidden])~:not([hidden]){border-color:#6366f100}.hover\:divide-indigo-500\/5:hover>:not([hidden])~:not([hidden]){border-color:#6366f10d}.hover\:divide-indigo-500\/10:hover>:not([hidden])~:not([hidden]){border-color:#6366f11a}.hover\:divide-indigo-500\/20:hover>:not([hidden])~:not([hidden]){border-color:#6366f133}.hover\:divide-indigo-500\/25:hover>:not([hidden])~:not([hidden]){border-color:#6366f140}.hover\:divide-indigo-500\/30:hover>:not([hidden])~:not([hidden]){border-color:#6366f14d}.hover\:divide-indigo-500\/40:hover>:not([hidden])~:not([hidden]){border-color:#6366f166}.hover\:divide-indigo-500\/50:hover>:not([hidden])~:not([hidden]){border-color:#6366f180}.hover\:divide-indigo-500\/60:hover>:not([hidden])~:not([hidden]){border-color:#6366f199}.hover\:divide-indigo-500\/70:hover>:not([hidden])~:not([hidden]){border-color:#6366f1b3}.hover\:divide-indigo-500\/75:hover>:not([hidden])~:not([hidden]){border-color:#6366f1bf}.hover\:divide-indigo-500\/80:hover>:not([hidden])~:not([hidden]){border-color:#6366f1cc}.hover\:divide-indigo-500\/90:hover>:not([hidden])~:not([hidden]){border-color:#6366f1e6}.hover\:divide-indigo-500\/95:hover>:not([hidden])~:not([hidden]){border-color:#6366f1f2}.hover\:divide-indigo-500\/100:hover>:not([hidden])~:not([hidden]){border-color:#6366f1}.hover\:divide-indigo-600\/0:hover>:not([hidden])~:not([hidden]){border-color:#4f46e500}.hover\:divide-indigo-600\/5:hover>:not([hidden])~:not([hidden]){border-color:#4f46e50d}.hover\:divide-indigo-600\/10:hover>:not([hidden])~:not([hidden]){border-color:#4f46e51a}.hover\:divide-indigo-600\/20:hover>:not([hidden])~:not([hidden]){border-color:#4f46e533}.hover\:divide-indigo-600\/25:hover>:not([hidden])~:not([hidden]){border-color:#4f46e540}.hover\:divide-indigo-600\/30:hover>:not([hidden])~:not([hidden]){border-color:#4f46e54d}.hover\:divide-indigo-600\/40:hover>:not([hidden])~:not([hidden]){border-color:#4f46e566}.hover\:divide-indigo-600\/50:hover>:not([hidden])~:not([hidden]){border-color:#4f46e580}.hover\:divide-indigo-600\/60:hover>:not([hidden])~:not([hidden]){border-color:#4f46e599}.hover\:divide-indigo-600\/70:hover>:not([hidden])~:not([hidden]){border-color:#4f46e5b3}.hover\:divide-indigo-600\/75:hover>:not([hidden])~:not([hidden]){border-color:#4f46e5bf}.hover\:divide-indigo-600\/80:hover>:not([hidden])~:not([hidden]){border-color:#4f46e5cc}.hover\:divide-indigo-600\/90:hover>:not([hidden])~:not([hidden]){border-color:#4f46e5e6}.hover\:divide-indigo-600\/95:hover>:not([hidden])~:not([hidden]){border-color:#4f46e5f2}.hover\:divide-indigo-600\/100:hover>:not([hidden])~:not([hidden]){border-color:#4f46e5}.hover\:divide-indigo-700\/0:hover>:not([hidden])~:not([hidden]){border-color:#4338ca00}.hover\:divide-indigo-700\/5:hover>:not([hidden])~:not([hidden]){border-color:#4338ca0d}.hover\:divide-indigo-700\/10:hover>:not([hidden])~:not([hidden]){border-color:#4338ca1a}.hover\:divide-indigo-700\/20:hover>:not([hidden])~:not([hidden]){border-color:#4338ca33}.hover\:divide-indigo-700\/25:hover>:not([hidden])~:not([hidden]){border-color:#4338ca40}.hover\:divide-indigo-700\/30:hover>:not([hidden])~:not([hidden]){border-color:#4338ca4d}.hover\:divide-indigo-700\/40:hover>:not([hidden])~:not([hidden]){border-color:#4338ca66}.hover\:divide-indigo-700\/50:hover>:not([hidden])~:not([hidden]){border-color:#4338ca80}.hover\:divide-indigo-700\/60:hover>:not([hidden])~:not([hidden]){border-color:#4338ca99}.hover\:divide-indigo-700\/70:hover>:not([hidden])~:not([hidden]){border-color:#4338cab3}.hover\:divide-indigo-700\/75:hover>:not([hidden])~:not([hidden]){border-color:#4338cabf}.hover\:divide-indigo-700\/80:hover>:not([hidden])~:not([hidden]){border-color:#4338cacc}.hover\:divide-indigo-700\/90:hover>:not([hidden])~:not([hidden]){border-color:#4338cae6}.hover\:divide-indigo-700\/95:hover>:not([hidden])~:not([hidden]){border-color:#4338caf2}.hover\:divide-indigo-700\/100:hover>:not([hidden])~:not([hidden]){border-color:#4338ca}.hover\:divide-indigo-800\/0:hover>:not([hidden])~:not([hidden]){border-color:#3730a300}.hover\:divide-indigo-800\/5:hover>:not([hidden])~:not([hidden]){border-color:#3730a30d}.hover\:divide-indigo-800\/10:hover>:not([hidden])~:not([hidden]){border-color:#3730a31a}.hover\:divide-indigo-800\/20:hover>:not([hidden])~:not([hidden]){border-color:#3730a333}.hover\:divide-indigo-800\/25:hover>:not([hidden])~:not([hidden]){border-color:#3730a340}.hover\:divide-indigo-800\/30:hover>:not([hidden])~:not([hidden]){border-color:#3730a34d}.hover\:divide-indigo-800\/40:hover>:not([hidden])~:not([hidden]){border-color:#3730a366}.hover\:divide-indigo-800\/50:hover>:not([hidden])~:not([hidden]){border-color:#3730a380}.hover\:divide-indigo-800\/60:hover>:not([hidden])~:not([hidden]){border-color:#3730a399}.hover\:divide-indigo-800\/70:hover>:not([hidden])~:not([hidden]){border-color:#3730a3b3}.hover\:divide-indigo-800\/75:hover>:not([hidden])~:not([hidden]){border-color:#3730a3bf}.hover\:divide-indigo-800\/80:hover>:not([hidden])~:not([hidden]){border-color:#3730a3cc}.hover\:divide-indigo-800\/90:hover>:not([hidden])~:not([hidden]){border-color:#3730a3e6}.hover\:divide-indigo-800\/95:hover>:not([hidden])~:not([hidden]){border-color:#3730a3f2}.hover\:divide-indigo-800\/100:hover>:not([hidden])~:not([hidden]){border-color:#3730a3}.hover\:divide-indigo-900\/0:hover>:not([hidden])~:not([hidden]){border-color:#312e8100}.hover\:divide-indigo-900\/5:hover>:not([hidden])~:not([hidden]){border-color:#312e810d}.hover\:divide-indigo-900\/10:hover>:not([hidden])~:not([hidden]){border-color:#312e811a}.hover\:divide-indigo-900\/20:hover>:not([hidden])~:not([hidden]){border-color:#312e8133}.hover\:divide-indigo-900\/25:hover>:not([hidden])~:not([hidden]){border-color:#312e8140}.hover\:divide-indigo-900\/30:hover>:not([hidden])~:not([hidden]){border-color:#312e814d}.hover\:divide-indigo-900\/40:hover>:not([hidden])~:not([hidden]){border-color:#312e8166}.hover\:divide-indigo-900\/50:hover>:not([hidden])~:not([hidden]){border-color:#312e8180}.hover\:divide-indigo-900\/60:hover>:not([hidden])~:not([hidden]){border-color:#312e8199}.hover\:divide-indigo-900\/70:hover>:not([hidden])~:not([hidden]){border-color:#312e81b3}.hover\:divide-indigo-900\/75:hover>:not([hidden])~:not([hidden]){border-color:#312e81bf}.hover\:divide-indigo-900\/80:hover>:not([hidden])~:not([hidden]){border-color:#312e81cc}.hover\:divide-indigo-900\/90:hover>:not([hidden])~:not([hidden]){border-color:#312e81e6}.hover\:divide-indigo-900\/95:hover>:not([hidden])~:not([hidden]){border-color:#312e81f2}.hover\:divide-indigo-900\/100:hover>:not([hidden])~:not([hidden]){border-color:#312e81}.hover\:divide-violet-50\/0:hover>:not([hidden])~:not([hidden]){border-color:#f5f3ff00}.hover\:divide-violet-50\/5:hover>:not([hidden])~:not([hidden]){border-color:#f5f3ff0d}.hover\:divide-violet-50\/10:hover>:not([hidden])~:not([hidden]){border-color:#f5f3ff1a}.hover\:divide-violet-50\/20:hover>:not([hidden])~:not([hidden]){border-color:#f5f3ff33}.hover\:divide-violet-50\/25:hover>:not([hidden])~:not([hidden]){border-color:#f5f3ff40}.hover\:divide-violet-50\/30:hover>:not([hidden])~:not([hidden]){border-color:#f5f3ff4d}.hover\:divide-violet-50\/40:hover>:not([hidden])~:not([hidden]){border-color:#f5f3ff66}.hover\:divide-violet-50\/50:hover>:not([hidden])~:not([hidden]){border-color:#f5f3ff80}.hover\:divide-violet-50\/60:hover>:not([hidden])~:not([hidden]){border-color:#f5f3ff99}.hover\:divide-violet-50\/70:hover>:not([hidden])~:not([hidden]){border-color:#f5f3ffb3}.hover\:divide-violet-50\/75:hover>:not([hidden])~:not([hidden]){border-color:#f5f3ffbf}.hover\:divide-violet-50\/80:hover>:not([hidden])~:not([hidden]){border-color:#f5f3ffcc}.hover\:divide-violet-50\/90:hover>:not([hidden])~:not([hidden]){border-color:#f5f3ffe6}.hover\:divide-violet-50\/95:hover>:not([hidden])~:not([hidden]){border-color:#f5f3fff2}.hover\:divide-violet-50\/100:hover>:not([hidden])~:not([hidden]){border-color:#f5f3ff}.hover\:divide-violet-100\/0:hover>:not([hidden])~:not([hidden]){border-color:#ede9fe00}.hover\:divide-violet-100\/5:hover>:not([hidden])~:not([hidden]){border-color:#ede9fe0d}.hover\:divide-violet-100\/10:hover>:not([hidden])~:not([hidden]){border-color:#ede9fe1a}.hover\:divide-violet-100\/20:hover>:not([hidden])~:not([hidden]){border-color:#ede9fe33}.hover\:divide-violet-100\/25:hover>:not([hidden])~:not([hidden]){border-color:#ede9fe40}.hover\:divide-violet-100\/30:hover>:not([hidden])~:not([hidden]){border-color:#ede9fe4d}.hover\:divide-violet-100\/40:hover>:not([hidden])~:not([hidden]){border-color:#ede9fe66}.hover\:divide-violet-100\/50:hover>:not([hidden])~:not([hidden]){border-color:#ede9fe80}.hover\:divide-violet-100\/60:hover>:not([hidden])~:not([hidden]){border-color:#ede9fe99}.hover\:divide-violet-100\/70:hover>:not([hidden])~:not([hidden]){border-color:#ede9feb3}.hover\:divide-violet-100\/75:hover>:not([hidden])~:not([hidden]){border-color:#ede9febf}.hover\:divide-violet-100\/80:hover>:not([hidden])~:not([hidden]){border-color:#ede9fecc}.hover\:divide-violet-100\/90:hover>:not([hidden])~:not([hidden]){border-color:#ede9fee6}.hover\:divide-violet-100\/95:hover>:not([hidden])~:not([hidden]){border-color:#ede9fef2}.hover\:divide-violet-100\/100:hover>:not([hidden])~:not([hidden]){border-color:#ede9fe}.hover\:divide-violet-200\/0:hover>:not([hidden])~:not([hidden]){border-color:#ddd6fe00}.hover\:divide-violet-200\/5:hover>:not([hidden])~:not([hidden]){border-color:#ddd6fe0d}.hover\:divide-violet-200\/10:hover>:not([hidden])~:not([hidden]){border-color:#ddd6fe1a}.hover\:divide-violet-200\/20:hover>:not([hidden])~:not([hidden]){border-color:#ddd6fe33}.hover\:divide-violet-200\/25:hover>:not([hidden])~:not([hidden]){border-color:#ddd6fe40}.hover\:divide-violet-200\/30:hover>:not([hidden])~:not([hidden]){border-color:#ddd6fe4d}.hover\:divide-violet-200\/40:hover>:not([hidden])~:not([hidden]){border-color:#ddd6fe66}.hover\:divide-violet-200\/50:hover>:not([hidden])~:not([hidden]){border-color:#ddd6fe80}.hover\:divide-violet-200\/60:hover>:not([hidden])~:not([hidden]){border-color:#ddd6fe99}.hover\:divide-violet-200\/70:hover>:not([hidden])~:not([hidden]){border-color:#ddd6feb3}.hover\:divide-violet-200\/75:hover>:not([hidden])~:not([hidden]){border-color:#ddd6febf}.hover\:divide-violet-200\/80:hover>:not([hidden])~:not([hidden]){border-color:#ddd6fecc}.hover\:divide-violet-200\/90:hover>:not([hidden])~:not([hidden]){border-color:#ddd6fee6}.hover\:divide-violet-200\/95:hover>:not([hidden])~:not([hidden]){border-color:#ddd6fef2}.hover\:divide-violet-200\/100:hover>:not([hidden])~:not([hidden]){border-color:#ddd6fe}.hover\:divide-violet-300\/0:hover>:not([hidden])~:not([hidden]){border-color:#c4b5fd00}.hover\:divide-violet-300\/5:hover>:not([hidden])~:not([hidden]){border-color:#c4b5fd0d}.hover\:divide-violet-300\/10:hover>:not([hidden])~:not([hidden]){border-color:#c4b5fd1a}.hover\:divide-violet-300\/20:hover>:not([hidden])~:not([hidden]){border-color:#c4b5fd33}.hover\:divide-violet-300\/25:hover>:not([hidden])~:not([hidden]){border-color:#c4b5fd40}.hover\:divide-violet-300\/30:hover>:not([hidden])~:not([hidden]){border-color:#c4b5fd4d}.hover\:divide-violet-300\/40:hover>:not([hidden])~:not([hidden]){border-color:#c4b5fd66}.hover\:divide-violet-300\/50:hover>:not([hidden])~:not([hidden]){border-color:#c4b5fd80}.hover\:divide-violet-300\/60:hover>:not([hidden])~:not([hidden]){border-color:#c4b5fd99}.hover\:divide-violet-300\/70:hover>:not([hidden])~:not([hidden]){border-color:#c4b5fdb3}.hover\:divide-violet-300\/75:hover>:not([hidden])~:not([hidden]){border-color:#c4b5fdbf}.hover\:divide-violet-300\/80:hover>:not([hidden])~:not([hidden]){border-color:#c4b5fdcc}.hover\:divide-violet-300\/90:hover>:not([hidden])~:not([hidden]){border-color:#c4b5fde6}.hover\:divide-violet-300\/95:hover>:not([hidden])~:not([hidden]){border-color:#c4b5fdf2}.hover\:divide-violet-300\/100:hover>:not([hidden])~:not([hidden]){border-color:#c4b5fd}.hover\:divide-violet-400\/0:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa00}.hover\:divide-violet-400\/5:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa0d}.hover\:divide-violet-400\/10:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa1a}.hover\:divide-violet-400\/20:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa33}.hover\:divide-violet-400\/25:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa40}.hover\:divide-violet-400\/30:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa4d}.hover\:divide-violet-400\/40:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa66}.hover\:divide-violet-400\/50:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa80}.hover\:divide-violet-400\/60:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa99}.hover\:divide-violet-400\/70:hover>:not([hidden])~:not([hidden]){border-color:#a78bfab3}.hover\:divide-violet-400\/75:hover>:not([hidden])~:not([hidden]){border-color:#a78bfabf}.hover\:divide-violet-400\/80:hover>:not([hidden])~:not([hidden]){border-color:#a78bfacc}.hover\:divide-violet-400\/90:hover>:not([hidden])~:not([hidden]){border-color:#a78bfae6}.hover\:divide-violet-400\/95:hover>:not([hidden])~:not([hidden]){border-color:#a78bfaf2}.hover\:divide-violet-400\/100:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa}.hover\:divide-violet-500\/0:hover>:not([hidden])~:not([hidden]){border-color:#8b5cf600}.hover\:divide-violet-500\/5:hover>:not([hidden])~:not([hidden]){border-color:#8b5cf60d}.hover\:divide-violet-500\/10:hover>:not([hidden])~:not([hidden]){border-color:#8b5cf61a}.hover\:divide-violet-500\/20:hover>:not([hidden])~:not([hidden]){border-color:#8b5cf633}.hover\:divide-violet-500\/25:hover>:not([hidden])~:not([hidden]){border-color:#8b5cf640}.hover\:divide-violet-500\/30:hover>:not([hidden])~:not([hidden]){border-color:#8b5cf64d}.hover\:divide-violet-500\/40:hover>:not([hidden])~:not([hidden]){border-color:#8b5cf666}.hover\:divide-violet-500\/50:hover>:not([hidden])~:not([hidden]){border-color:#8b5cf680}.hover\:divide-violet-500\/60:hover>:not([hidden])~:not([hidden]){border-color:#8b5cf699}.hover\:divide-violet-500\/70:hover>:not([hidden])~:not([hidden]){border-color:#8b5cf6b3}.hover\:divide-violet-500\/75:hover>:not([hidden])~:not([hidden]){border-color:#8b5cf6bf}.hover\:divide-violet-500\/80:hover>:not([hidden])~:not([hidden]){border-color:#8b5cf6cc}.hover\:divide-violet-500\/90:hover>:not([hidden])~:not([hidden]){border-color:#8b5cf6e6}.hover\:divide-violet-500\/95:hover>:not([hidden])~:not([hidden]){border-color:#8b5cf6f2}.hover\:divide-violet-500\/100:hover>:not([hidden])~:not([hidden]){border-color:#8b5cf6}.hover\:divide-violet-600\/0:hover>:not([hidden])~:not([hidden]){border-color:#7c3aed00}.hover\:divide-violet-600\/5:hover>:not([hidden])~:not([hidden]){border-color:#7c3aed0d}.hover\:divide-violet-600\/10:hover>:not([hidden])~:not([hidden]){border-color:#7c3aed1a}.hover\:divide-violet-600\/20:hover>:not([hidden])~:not([hidden]){border-color:#7c3aed33}.hover\:divide-violet-600\/25:hover>:not([hidden])~:not([hidden]){border-color:#7c3aed40}.hover\:divide-violet-600\/30:hover>:not([hidden])~:not([hidden]){border-color:#7c3aed4d}.hover\:divide-violet-600\/40:hover>:not([hidden])~:not([hidden]){border-color:#7c3aed66}.hover\:divide-violet-600\/50:hover>:not([hidden])~:not([hidden]){border-color:#7c3aed80}.hover\:divide-violet-600\/60:hover>:not([hidden])~:not([hidden]){border-color:#7c3aed99}.hover\:divide-violet-600\/70:hover>:not([hidden])~:not([hidden]){border-color:#7c3aedb3}.hover\:divide-violet-600\/75:hover>:not([hidden])~:not([hidden]){border-color:#7c3aedbf}.hover\:divide-violet-600\/80:hover>:not([hidden])~:not([hidden]){border-color:#7c3aedcc}.hover\:divide-violet-600\/90:hover>:not([hidden])~:not([hidden]){border-color:#7c3aede6}.hover\:divide-violet-600\/95:hover>:not([hidden])~:not([hidden]){border-color:#7c3aedf2}.hover\:divide-violet-600\/100:hover>:not([hidden])~:not([hidden]){border-color:#7c3aed}.hover\:divide-violet-700\/0:hover>:not([hidden])~:not([hidden]){border-color:#6d28d900}.hover\:divide-violet-700\/5:hover>:not([hidden])~:not([hidden]){border-color:#6d28d90d}.hover\:divide-violet-700\/10:hover>:not([hidden])~:not([hidden]){border-color:#6d28d91a}.hover\:divide-violet-700\/20:hover>:not([hidden])~:not([hidden]){border-color:#6d28d933}.hover\:divide-violet-700\/25:hover>:not([hidden])~:not([hidden]){border-color:#6d28d940}.hover\:divide-violet-700\/30:hover>:not([hidden])~:not([hidden]){border-color:#6d28d94d}.hover\:divide-violet-700\/40:hover>:not([hidden])~:not([hidden]){border-color:#6d28d966}.hover\:divide-violet-700\/50:hover>:not([hidden])~:not([hidden]){border-color:#6d28d980}.hover\:divide-violet-700\/60:hover>:not([hidden])~:not([hidden]){border-color:#6d28d999}.hover\:divide-violet-700\/70:hover>:not([hidden])~:not([hidden]){border-color:#6d28d9b3}.hover\:divide-violet-700\/75:hover>:not([hidden])~:not([hidden]){border-color:#6d28d9bf}.hover\:divide-violet-700\/80:hover>:not([hidden])~:not([hidden]){border-color:#6d28d9cc}.hover\:divide-violet-700\/90:hover>:not([hidden])~:not([hidden]){border-color:#6d28d9e6}.hover\:divide-violet-700\/95:hover>:not([hidden])~:not([hidden]){border-color:#6d28d9f2}.hover\:divide-violet-700\/100:hover>:not([hidden])~:not([hidden]){border-color:#6d28d9}.hover\:divide-violet-800\/0:hover>:not([hidden])~:not([hidden]){border-color:#5b21b600}.hover\:divide-violet-800\/5:hover>:not([hidden])~:not([hidden]){border-color:#5b21b60d}.hover\:divide-violet-800\/10:hover>:not([hidden])~:not([hidden]){border-color:#5b21b61a}.hover\:divide-violet-800\/20:hover>:not([hidden])~:not([hidden]){border-color:#5b21b633}.hover\:divide-violet-800\/25:hover>:not([hidden])~:not([hidden]){border-color:#5b21b640}.hover\:divide-violet-800\/30:hover>:not([hidden])~:not([hidden]){border-color:#5b21b64d}.hover\:divide-violet-800\/40:hover>:not([hidden])~:not([hidden]){border-color:#5b21b666}.hover\:divide-violet-800\/50:hover>:not([hidden])~:not([hidden]){border-color:#5b21b680}.hover\:divide-violet-800\/60:hover>:not([hidden])~:not([hidden]){border-color:#5b21b699}.hover\:divide-violet-800\/70:hover>:not([hidden])~:not([hidden]){border-color:#5b21b6b3}.hover\:divide-violet-800\/75:hover>:not([hidden])~:not([hidden]){border-color:#5b21b6bf}.hover\:divide-violet-800\/80:hover>:not([hidden])~:not([hidden]){border-color:#5b21b6cc}.hover\:divide-violet-800\/90:hover>:not([hidden])~:not([hidden]){border-color:#5b21b6e6}.hover\:divide-violet-800\/95:hover>:not([hidden])~:not([hidden]){border-color:#5b21b6f2}.hover\:divide-violet-800\/100:hover>:not([hidden])~:not([hidden]){border-color:#5b21b6}.hover\:divide-violet-900\/0:hover>:not([hidden])~:not([hidden]){border-color:#4c1d9500}.hover\:divide-violet-900\/5:hover>:not([hidden])~:not([hidden]){border-color:#4c1d950d}.hover\:divide-violet-900\/10:hover>:not([hidden])~:not([hidden]){border-color:#4c1d951a}.hover\:divide-violet-900\/20:hover>:not([hidden])~:not([hidden]){border-color:#4c1d9533}.hover\:divide-violet-900\/25:hover>:not([hidden])~:not([hidden]){border-color:#4c1d9540}.hover\:divide-violet-900\/30:hover>:not([hidden])~:not([hidden]){border-color:#4c1d954d}.hover\:divide-violet-900\/40:hover>:not([hidden])~:not([hidden]){border-color:#4c1d9566}.hover\:divide-violet-900\/50:hover>:not([hidden])~:not([hidden]){border-color:#4c1d9580}.hover\:divide-violet-900\/60:hover>:not([hidden])~:not([hidden]){border-color:#4c1d9599}.hover\:divide-violet-900\/70:hover>:not([hidden])~:not([hidden]){border-color:#4c1d95b3}.hover\:divide-violet-900\/75:hover>:not([hidden])~:not([hidden]){border-color:#4c1d95bf}.hover\:divide-violet-900\/80:hover>:not([hidden])~:not([hidden]){border-color:#4c1d95cc}.hover\:divide-violet-900\/90:hover>:not([hidden])~:not([hidden]){border-color:#4c1d95e6}.hover\:divide-violet-900\/95:hover>:not([hidden])~:not([hidden]){border-color:#4c1d95f2}.hover\:divide-violet-900\/100:hover>:not([hidden])~:not([hidden]){border-color:#4c1d95}.hover\:divide-fuchsia-50\/0:hover>:not([hidden])~:not([hidden]){border-color:#fdf4ff00}.hover\:divide-fuchsia-50\/5:hover>:not([hidden])~:not([hidden]){border-color:#fdf4ff0d}.hover\:divide-fuchsia-50\/10:hover>:not([hidden])~:not([hidden]){border-color:#fdf4ff1a}.hover\:divide-fuchsia-50\/20:hover>:not([hidden])~:not([hidden]){border-color:#fdf4ff33}.hover\:divide-fuchsia-50\/25:hover>:not([hidden])~:not([hidden]){border-color:#fdf4ff40}.hover\:divide-fuchsia-50\/30:hover>:not([hidden])~:not([hidden]){border-color:#fdf4ff4d}.hover\:divide-fuchsia-50\/40:hover>:not([hidden])~:not([hidden]){border-color:#fdf4ff66}.hover\:divide-fuchsia-50\/50:hover>:not([hidden])~:not([hidden]){border-color:#fdf4ff80}.hover\:divide-fuchsia-50\/60:hover>:not([hidden])~:not([hidden]){border-color:#fdf4ff99}.hover\:divide-fuchsia-50\/70:hover>:not([hidden])~:not([hidden]){border-color:#fdf4ffb3}.hover\:divide-fuchsia-50\/75:hover>:not([hidden])~:not([hidden]){border-color:#fdf4ffbf}.hover\:divide-fuchsia-50\/80:hover>:not([hidden])~:not([hidden]){border-color:#fdf4ffcc}.hover\:divide-fuchsia-50\/90:hover>:not([hidden])~:not([hidden]){border-color:#fdf4ffe6}.hover\:divide-fuchsia-50\/95:hover>:not([hidden])~:not([hidden]){border-color:#fdf4fff2}.hover\:divide-fuchsia-50\/100:hover>:not([hidden])~:not([hidden]){border-color:#fdf4ff}.hover\:divide-fuchsia-100\/0:hover>:not([hidden])~:not([hidden]){border-color:#fae8ff00}.hover\:divide-fuchsia-100\/5:hover>:not([hidden])~:not([hidden]){border-color:#fae8ff0d}.hover\:divide-fuchsia-100\/10:hover>:not([hidden])~:not([hidden]){border-color:#fae8ff1a}.hover\:divide-fuchsia-100\/20:hover>:not([hidden])~:not([hidden]){border-color:#fae8ff33}.hover\:divide-fuchsia-100\/25:hover>:not([hidden])~:not([hidden]){border-color:#fae8ff40}.hover\:divide-fuchsia-100\/30:hover>:not([hidden])~:not([hidden]){border-color:#fae8ff4d}.hover\:divide-fuchsia-100\/40:hover>:not([hidden])~:not([hidden]){border-color:#fae8ff66}.hover\:divide-fuchsia-100\/50:hover>:not([hidden])~:not([hidden]){border-color:#fae8ff80}.hover\:divide-fuchsia-100\/60:hover>:not([hidden])~:not([hidden]){border-color:#fae8ff99}.hover\:divide-fuchsia-100\/70:hover>:not([hidden])~:not([hidden]){border-color:#fae8ffb3}.hover\:divide-fuchsia-100\/75:hover>:not([hidden])~:not([hidden]){border-color:#fae8ffbf}.hover\:divide-fuchsia-100\/80:hover>:not([hidden])~:not([hidden]){border-color:#fae8ffcc}.hover\:divide-fuchsia-100\/90:hover>:not([hidden])~:not([hidden]){border-color:#fae8ffe6}.hover\:divide-fuchsia-100\/95:hover>:not([hidden])~:not([hidden]){border-color:#fae8fff2}.hover\:divide-fuchsia-100\/100:hover>:not([hidden])~:not([hidden]){border-color:#fae8ff}.hover\:divide-fuchsia-200\/0:hover>:not([hidden])~:not([hidden]){border-color:#f5d0fe00}.hover\:divide-fuchsia-200\/5:hover>:not([hidden])~:not([hidden]){border-color:#f5d0fe0d}.hover\:divide-fuchsia-200\/10:hover>:not([hidden])~:not([hidden]){border-color:#f5d0fe1a}.hover\:divide-fuchsia-200\/20:hover>:not([hidden])~:not([hidden]){border-color:#f5d0fe33}.hover\:divide-fuchsia-200\/25:hover>:not([hidden])~:not([hidden]){border-color:#f5d0fe40}.hover\:divide-fuchsia-200\/30:hover>:not([hidden])~:not([hidden]){border-color:#f5d0fe4d}.hover\:divide-fuchsia-200\/40:hover>:not([hidden])~:not([hidden]){border-color:#f5d0fe66}.hover\:divide-fuchsia-200\/50:hover>:not([hidden])~:not([hidden]){border-color:#f5d0fe80}.hover\:divide-fuchsia-200\/60:hover>:not([hidden])~:not([hidden]){border-color:#f5d0fe99}.hover\:divide-fuchsia-200\/70:hover>:not([hidden])~:not([hidden]){border-color:#f5d0feb3}.hover\:divide-fuchsia-200\/75:hover>:not([hidden])~:not([hidden]){border-color:#f5d0febf}.hover\:divide-fuchsia-200\/80:hover>:not([hidden])~:not([hidden]){border-color:#f5d0fecc}.hover\:divide-fuchsia-200\/90:hover>:not([hidden])~:not([hidden]){border-color:#f5d0fee6}.hover\:divide-fuchsia-200\/95:hover>:not([hidden])~:not([hidden]){border-color:#f5d0fef2}.hover\:divide-fuchsia-200\/100:hover>:not([hidden])~:not([hidden]){border-color:#f5d0fe}.hover\:divide-fuchsia-300\/0:hover>:not([hidden])~:not([hidden]){border-color:#f0abfc00}.hover\:divide-fuchsia-300\/5:hover>:not([hidden])~:not([hidden]){border-color:#f0abfc0d}.hover\:divide-fuchsia-300\/10:hover>:not([hidden])~:not([hidden]){border-color:#f0abfc1a}.hover\:divide-fuchsia-300\/20:hover>:not([hidden])~:not([hidden]){border-color:#f0abfc33}.hover\:divide-fuchsia-300\/25:hover>:not([hidden])~:not([hidden]){border-color:#f0abfc40}.hover\:divide-fuchsia-300\/30:hover>:not([hidden])~:not([hidden]){border-color:#f0abfc4d}.hover\:divide-fuchsia-300\/40:hover>:not([hidden])~:not([hidden]){border-color:#f0abfc66}.hover\:divide-fuchsia-300\/50:hover>:not([hidden])~:not([hidden]){border-color:#f0abfc80}.hover\:divide-fuchsia-300\/60:hover>:not([hidden])~:not([hidden]){border-color:#f0abfc99}.hover\:divide-fuchsia-300\/70:hover>:not([hidden])~:not([hidden]){border-color:#f0abfcb3}.hover\:divide-fuchsia-300\/75:hover>:not([hidden])~:not([hidden]){border-color:#f0abfcbf}.hover\:divide-fuchsia-300\/80:hover>:not([hidden])~:not([hidden]){border-color:#f0abfccc}.hover\:divide-fuchsia-300\/90:hover>:not([hidden])~:not([hidden]){border-color:#f0abfce6}.hover\:divide-fuchsia-300\/95:hover>:not([hidden])~:not([hidden]){border-color:#f0abfcf2}.hover\:divide-fuchsia-300\/100:hover>:not([hidden])~:not([hidden]){border-color:#f0abfc}.hover\:divide-fuchsia-400\/0:hover>:not([hidden])~:not([hidden]){border-color:#e879f900}.hover\:divide-fuchsia-400\/5:hover>:not([hidden])~:not([hidden]){border-color:#e879f90d}.hover\:divide-fuchsia-400\/10:hover>:not([hidden])~:not([hidden]){border-color:#e879f91a}.hover\:divide-fuchsia-400\/20:hover>:not([hidden])~:not([hidden]){border-color:#e879f933}.hover\:divide-fuchsia-400\/25:hover>:not([hidden])~:not([hidden]){border-color:#e879f940}.hover\:divide-fuchsia-400\/30:hover>:not([hidden])~:not([hidden]){border-color:#e879f94d}.hover\:divide-fuchsia-400\/40:hover>:not([hidden])~:not([hidden]){border-color:#e879f966}.hover\:divide-fuchsia-400\/50:hover>:not([hidden])~:not([hidden]){border-color:#e879f980}.hover\:divide-fuchsia-400\/60:hover>:not([hidden])~:not([hidden]){border-color:#e879f999}.hover\:divide-fuchsia-400\/70:hover>:not([hidden])~:not([hidden]){border-color:#e879f9b3}.hover\:divide-fuchsia-400\/75:hover>:not([hidden])~:not([hidden]){border-color:#e879f9bf}.hover\:divide-fuchsia-400\/80:hover>:not([hidden])~:not([hidden]){border-color:#e879f9cc}.hover\:divide-fuchsia-400\/90:hover>:not([hidden])~:not([hidden]){border-color:#e879f9e6}.hover\:divide-fuchsia-400\/95:hover>:not([hidden])~:not([hidden]){border-color:#e879f9f2}.hover\:divide-fuchsia-400\/100:hover>:not([hidden])~:not([hidden]){border-color:#e879f9}.hover\:divide-fuchsia-500\/0:hover>:not([hidden])~:not([hidden]){border-color:#d946ef00}.hover\:divide-fuchsia-500\/5:hover>:not([hidden])~:not([hidden]){border-color:#d946ef0d}.hover\:divide-fuchsia-500\/10:hover>:not([hidden])~:not([hidden]){border-color:#d946ef1a}.hover\:divide-fuchsia-500\/20:hover>:not([hidden])~:not([hidden]){border-color:#d946ef33}.hover\:divide-fuchsia-500\/25:hover>:not([hidden])~:not([hidden]){border-color:#d946ef40}.hover\:divide-fuchsia-500\/30:hover>:not([hidden])~:not([hidden]){border-color:#d946ef4d}.hover\:divide-fuchsia-500\/40:hover>:not([hidden])~:not([hidden]){border-color:#d946ef66}.hover\:divide-fuchsia-500\/50:hover>:not([hidden])~:not([hidden]){border-color:#d946ef80}.hover\:divide-fuchsia-500\/60:hover>:not([hidden])~:not([hidden]){border-color:#d946ef99}.hover\:divide-fuchsia-500\/70:hover>:not([hidden])~:not([hidden]){border-color:#d946efb3}.hover\:divide-fuchsia-500\/75:hover>:not([hidden])~:not([hidden]){border-color:#d946efbf}.hover\:divide-fuchsia-500\/80:hover>:not([hidden])~:not([hidden]){border-color:#d946efcc}.hover\:divide-fuchsia-500\/90:hover>:not([hidden])~:not([hidden]){border-color:#d946efe6}.hover\:divide-fuchsia-500\/95:hover>:not([hidden])~:not([hidden]){border-color:#d946eff2}.hover\:divide-fuchsia-500\/100:hover>:not([hidden])~:not([hidden]){border-color:#d946ef}.hover\:divide-fuchsia-600\/0:hover>:not([hidden])~:not([hidden]){border-color:#c026d300}.hover\:divide-fuchsia-600\/5:hover>:not([hidden])~:not([hidden]){border-color:#c026d30d}.hover\:divide-fuchsia-600\/10:hover>:not([hidden])~:not([hidden]){border-color:#c026d31a}.hover\:divide-fuchsia-600\/20:hover>:not([hidden])~:not([hidden]){border-color:#c026d333}.hover\:divide-fuchsia-600\/25:hover>:not([hidden])~:not([hidden]){border-color:#c026d340}.hover\:divide-fuchsia-600\/30:hover>:not([hidden])~:not([hidden]){border-color:#c026d34d}.hover\:divide-fuchsia-600\/40:hover>:not([hidden])~:not([hidden]){border-color:#c026d366}.hover\:divide-fuchsia-600\/50:hover>:not([hidden])~:not([hidden]){border-color:#c026d380}.hover\:divide-fuchsia-600\/60:hover>:not([hidden])~:not([hidden]){border-color:#c026d399}.hover\:divide-fuchsia-600\/70:hover>:not([hidden])~:not([hidden]){border-color:#c026d3b3}.hover\:divide-fuchsia-600\/75:hover>:not([hidden])~:not([hidden]){border-color:#c026d3bf}.hover\:divide-fuchsia-600\/80:hover>:not([hidden])~:not([hidden]){border-color:#c026d3cc}.hover\:divide-fuchsia-600\/90:hover>:not([hidden])~:not([hidden]){border-color:#c026d3e6}.hover\:divide-fuchsia-600\/95:hover>:not([hidden])~:not([hidden]){border-color:#c026d3f2}.hover\:divide-fuchsia-600\/100:hover>:not([hidden])~:not([hidden]){border-color:#c026d3}.hover\:divide-fuchsia-700\/0:hover>:not([hidden])~:not([hidden]){border-color:#a21caf00}.hover\:divide-fuchsia-700\/5:hover>:not([hidden])~:not([hidden]){border-color:#a21caf0d}.hover\:divide-fuchsia-700\/10:hover>:not([hidden])~:not([hidden]){border-color:#a21caf1a}.hover\:divide-fuchsia-700\/20:hover>:not([hidden])~:not([hidden]){border-color:#a21caf33}.hover\:divide-fuchsia-700\/25:hover>:not([hidden])~:not([hidden]){border-color:#a21caf40}.hover\:divide-fuchsia-700\/30:hover>:not([hidden])~:not([hidden]){border-color:#a21caf4d}.hover\:divide-fuchsia-700\/40:hover>:not([hidden])~:not([hidden]){border-color:#a21caf66}.hover\:divide-fuchsia-700\/50:hover>:not([hidden])~:not([hidden]){border-color:#a21caf80}.hover\:divide-fuchsia-700\/60:hover>:not([hidden])~:not([hidden]){border-color:#a21caf99}.hover\:divide-fuchsia-700\/70:hover>:not([hidden])~:not([hidden]){border-color:#a21cafb3}.hover\:divide-fuchsia-700\/75:hover>:not([hidden])~:not([hidden]){border-color:#a21cafbf}.hover\:divide-fuchsia-700\/80:hover>:not([hidden])~:not([hidden]){border-color:#a21cafcc}.hover\:divide-fuchsia-700\/90:hover>:not([hidden])~:not([hidden]){border-color:#a21cafe6}.hover\:divide-fuchsia-700\/95:hover>:not([hidden])~:not([hidden]){border-color:#a21caff2}.hover\:divide-fuchsia-700\/100:hover>:not([hidden])~:not([hidden]){border-color:#a21caf}.hover\:divide-fuchsia-800\/0:hover>:not([hidden])~:not([hidden]){border-color:#86198f00}.hover\:divide-fuchsia-800\/5:hover>:not([hidden])~:not([hidden]){border-color:#86198f0d}.hover\:divide-fuchsia-800\/10:hover>:not([hidden])~:not([hidden]){border-color:#86198f1a}.hover\:divide-fuchsia-800\/20:hover>:not([hidden])~:not([hidden]){border-color:#86198f33}.hover\:divide-fuchsia-800\/25:hover>:not([hidden])~:not([hidden]){border-color:#86198f40}.hover\:divide-fuchsia-800\/30:hover>:not([hidden])~:not([hidden]){border-color:#86198f4d}.hover\:divide-fuchsia-800\/40:hover>:not([hidden])~:not([hidden]){border-color:#86198f66}.hover\:divide-fuchsia-800\/50:hover>:not([hidden])~:not([hidden]){border-color:#86198f80}.hover\:divide-fuchsia-800\/60:hover>:not([hidden])~:not([hidden]){border-color:#86198f99}.hover\:divide-fuchsia-800\/70:hover>:not([hidden])~:not([hidden]){border-color:#86198fb3}.hover\:divide-fuchsia-800\/75:hover>:not([hidden])~:not([hidden]){border-color:#86198fbf}.hover\:divide-fuchsia-800\/80:hover>:not([hidden])~:not([hidden]){border-color:#86198fcc}.hover\:divide-fuchsia-800\/90:hover>:not([hidden])~:not([hidden]){border-color:#86198fe6}.hover\:divide-fuchsia-800\/95:hover>:not([hidden])~:not([hidden]){border-color:#86198ff2}.hover\:divide-fuchsia-800\/100:hover>:not([hidden])~:not([hidden]){border-color:#86198f}.hover\:divide-fuchsia-900\/0:hover>:not([hidden])~:not([hidden]){border-color:#701a7500}.hover\:divide-fuchsia-900\/5:hover>:not([hidden])~:not([hidden]){border-color:#701a750d}.hover\:divide-fuchsia-900\/10:hover>:not([hidden])~:not([hidden]){border-color:#701a751a}.hover\:divide-fuchsia-900\/20:hover>:not([hidden])~:not([hidden]){border-color:#701a7533}.hover\:divide-fuchsia-900\/25:hover>:not([hidden])~:not([hidden]){border-color:#701a7540}.hover\:divide-fuchsia-900\/30:hover>:not([hidden])~:not([hidden]){border-color:#701a754d}.hover\:divide-fuchsia-900\/40:hover>:not([hidden])~:not([hidden]){border-color:#701a7566}.hover\:divide-fuchsia-900\/50:hover>:not([hidden])~:not([hidden]){border-color:#701a7580}.hover\:divide-fuchsia-900\/60:hover>:not([hidden])~:not([hidden]){border-color:#701a7599}.hover\:divide-fuchsia-900\/70:hover>:not([hidden])~:not([hidden]){border-color:#701a75b3}.hover\:divide-fuchsia-900\/75:hover>:not([hidden])~:not([hidden]){border-color:#701a75bf}.hover\:divide-fuchsia-900\/80:hover>:not([hidden])~:not([hidden]){border-color:#701a75cc}.hover\:divide-fuchsia-900\/90:hover>:not([hidden])~:not([hidden]){border-color:#701a75e6}.hover\:divide-fuchsia-900\/95:hover>:not([hidden])~:not([hidden]){border-color:#701a75f2}.hover\:divide-fuchsia-900\/100:hover>:not([hidden])~:not([hidden]){border-color:#701a75}.hover\:divide-pink-50\/0:hover>:not([hidden])~:not([hidden]){border-color:#fdf2f800}.hover\:divide-pink-50\/5:hover>:not([hidden])~:not([hidden]){border-color:#fdf2f80d}.hover\:divide-pink-50\/10:hover>:not([hidden])~:not([hidden]){border-color:#fdf2f81a}.hover\:divide-pink-50\/20:hover>:not([hidden])~:not([hidden]){border-color:#fdf2f833}.hover\:divide-pink-50\/25:hover>:not([hidden])~:not([hidden]){border-color:#fdf2f840}.hover\:divide-pink-50\/30:hover>:not([hidden])~:not([hidden]){border-color:#fdf2f84d}.hover\:divide-pink-50\/40:hover>:not([hidden])~:not([hidden]){border-color:#fdf2f866}.hover\:divide-pink-50\/50:hover>:not([hidden])~:not([hidden]){border-color:#fdf2f880}.hover\:divide-pink-50\/60:hover>:not([hidden])~:not([hidden]){border-color:#fdf2f899}.hover\:divide-pink-50\/70:hover>:not([hidden])~:not([hidden]){border-color:#fdf2f8b3}.hover\:divide-pink-50\/75:hover>:not([hidden])~:not([hidden]){border-color:#fdf2f8bf}.hover\:divide-pink-50\/80:hover>:not([hidden])~:not([hidden]){border-color:#fdf2f8cc}.hover\:divide-pink-50\/90:hover>:not([hidden])~:not([hidden]){border-color:#fdf2f8e6}.hover\:divide-pink-50\/95:hover>:not([hidden])~:not([hidden]){border-color:#fdf2f8f2}.hover\:divide-pink-50\/100:hover>:not([hidden])~:not([hidden]){border-color:#fdf2f8}.hover\:divide-pink-100\/0:hover>:not([hidden])~:not([hidden]){border-color:#fce7f300}.hover\:divide-pink-100\/5:hover>:not([hidden])~:not([hidden]){border-color:#fce7f30d}.hover\:divide-pink-100\/10:hover>:not([hidden])~:not([hidden]){border-color:#fce7f31a}.hover\:divide-pink-100\/20:hover>:not([hidden])~:not([hidden]){border-color:#fce7f333}.hover\:divide-pink-100\/25:hover>:not([hidden])~:not([hidden]){border-color:#fce7f340}.hover\:divide-pink-100\/30:hover>:not([hidden])~:not([hidden]){border-color:#fce7f34d}.hover\:divide-pink-100\/40:hover>:not([hidden])~:not([hidden]){border-color:#fce7f366}.hover\:divide-pink-100\/50:hover>:not([hidden])~:not([hidden]){border-color:#fce7f380}.hover\:divide-pink-100\/60:hover>:not([hidden])~:not([hidden]){border-color:#fce7f399}.hover\:divide-pink-100\/70:hover>:not([hidden])~:not([hidden]){border-color:#fce7f3b3}.hover\:divide-pink-100\/75:hover>:not([hidden])~:not([hidden]){border-color:#fce7f3bf}.hover\:divide-pink-100\/80:hover>:not([hidden])~:not([hidden]){border-color:#fce7f3cc}.hover\:divide-pink-100\/90:hover>:not([hidden])~:not([hidden]){border-color:#fce7f3e6}.hover\:divide-pink-100\/95:hover>:not([hidden])~:not([hidden]){border-color:#fce7f3f2}.hover\:divide-pink-100\/100:hover>:not([hidden])~:not([hidden]){border-color:#fce7f3}.hover\:divide-pink-200\/0:hover>:not([hidden])~:not([hidden]){border-color:#fbcfe800}.hover\:divide-pink-200\/5:hover>:not([hidden])~:not([hidden]){border-color:#fbcfe80d}.hover\:divide-pink-200\/10:hover>:not([hidden])~:not([hidden]){border-color:#fbcfe81a}.hover\:divide-pink-200\/20:hover>:not([hidden])~:not([hidden]){border-color:#fbcfe833}.hover\:divide-pink-200\/25:hover>:not([hidden])~:not([hidden]){border-color:#fbcfe840}.hover\:divide-pink-200\/30:hover>:not([hidden])~:not([hidden]){border-color:#fbcfe84d}.hover\:divide-pink-200\/40:hover>:not([hidden])~:not([hidden]){border-color:#fbcfe866}.hover\:divide-pink-200\/50:hover>:not([hidden])~:not([hidden]){border-color:#fbcfe880}.hover\:divide-pink-200\/60:hover>:not([hidden])~:not([hidden]){border-color:#fbcfe899}.hover\:divide-pink-200\/70:hover>:not([hidden])~:not([hidden]){border-color:#fbcfe8b3}.hover\:divide-pink-200\/75:hover>:not([hidden])~:not([hidden]){border-color:#fbcfe8bf}.hover\:divide-pink-200\/80:hover>:not([hidden])~:not([hidden]){border-color:#fbcfe8cc}.hover\:divide-pink-200\/90:hover>:not([hidden])~:not([hidden]){border-color:#fbcfe8e6}.hover\:divide-pink-200\/95:hover>:not([hidden])~:not([hidden]){border-color:#fbcfe8f2}.hover\:divide-pink-200\/100:hover>:not([hidden])~:not([hidden]){border-color:#fbcfe8}.hover\:divide-pink-300\/0:hover>:not([hidden])~:not([hidden]){border-color:#f9a8d400}.hover\:divide-pink-300\/5:hover>:not([hidden])~:not([hidden]){border-color:#f9a8d40d}.hover\:divide-pink-300\/10:hover>:not([hidden])~:not([hidden]){border-color:#f9a8d41a}.hover\:divide-pink-300\/20:hover>:not([hidden])~:not([hidden]){border-color:#f9a8d433}.hover\:divide-pink-300\/25:hover>:not([hidden])~:not([hidden]){border-color:#f9a8d440}.hover\:divide-pink-300\/30:hover>:not([hidden])~:not([hidden]){border-color:#f9a8d44d}.hover\:divide-pink-300\/40:hover>:not([hidden])~:not([hidden]){border-color:#f9a8d466}.hover\:divide-pink-300\/50:hover>:not([hidden])~:not([hidden]){border-color:#f9a8d480}.hover\:divide-pink-300\/60:hover>:not([hidden])~:not([hidden]){border-color:#f9a8d499}.hover\:divide-pink-300\/70:hover>:not([hidden])~:not([hidden]){border-color:#f9a8d4b3}.hover\:divide-pink-300\/75:hover>:not([hidden])~:not([hidden]){border-color:#f9a8d4bf}.hover\:divide-pink-300\/80:hover>:not([hidden])~:not([hidden]){border-color:#f9a8d4cc}.hover\:divide-pink-300\/90:hover>:not([hidden])~:not([hidden]){border-color:#f9a8d4e6}.hover\:divide-pink-300\/95:hover>:not([hidden])~:not([hidden]){border-color:#f9a8d4f2}.hover\:divide-pink-300\/100:hover>:not([hidden])~:not([hidden]){border-color:#f9a8d4}.hover\:divide-pink-400\/0:hover>:not([hidden])~:not([hidden]){border-color:#f472b600}.hover\:divide-pink-400\/5:hover>:not([hidden])~:not([hidden]){border-color:#f472b60d}.hover\:divide-pink-400\/10:hover>:not([hidden])~:not([hidden]){border-color:#f472b61a}.hover\:divide-pink-400\/20:hover>:not([hidden])~:not([hidden]){border-color:#f472b633}.hover\:divide-pink-400\/25:hover>:not([hidden])~:not([hidden]){border-color:#f472b640}.hover\:divide-pink-400\/30:hover>:not([hidden])~:not([hidden]){border-color:#f472b64d}.hover\:divide-pink-400\/40:hover>:not([hidden])~:not([hidden]){border-color:#f472b666}.hover\:divide-pink-400\/50:hover>:not([hidden])~:not([hidden]){border-color:#f472b680}.hover\:divide-pink-400\/60:hover>:not([hidden])~:not([hidden]){border-color:#f472b699}.hover\:divide-pink-400\/70:hover>:not([hidden])~:not([hidden]){border-color:#f472b6b3}.hover\:divide-pink-400\/75:hover>:not([hidden])~:not([hidden]){border-color:#f472b6bf}.hover\:divide-pink-400\/80:hover>:not([hidden])~:not([hidden]){border-color:#f472b6cc}.hover\:divide-pink-400\/90:hover>:not([hidden])~:not([hidden]){border-color:#f472b6e6}.hover\:divide-pink-400\/95:hover>:not([hidden])~:not([hidden]){border-color:#f472b6f2}.hover\:divide-pink-400\/100:hover>:not([hidden])~:not([hidden]){border-color:#f472b6}.hover\:divide-pink-500\/0:hover>:not([hidden])~:not([hidden]){border-color:#ec489900}.hover\:divide-pink-500\/5:hover>:not([hidden])~:not([hidden]){border-color:#ec48990d}.hover\:divide-pink-500\/10:hover>:not([hidden])~:not([hidden]){border-color:#ec48991a}.hover\:divide-pink-500\/20:hover>:not([hidden])~:not([hidden]){border-color:#ec489933}.hover\:divide-pink-500\/25:hover>:not([hidden])~:not([hidden]){border-color:#ec489940}.hover\:divide-pink-500\/30:hover>:not([hidden])~:not([hidden]){border-color:#ec48994d}.hover\:divide-pink-500\/40:hover>:not([hidden])~:not([hidden]){border-color:#ec489966}.hover\:divide-pink-500\/50:hover>:not([hidden])~:not([hidden]){border-color:#ec489980}.hover\:divide-pink-500\/60:hover>:not([hidden])~:not([hidden]){border-color:#ec489999}.hover\:divide-pink-500\/70:hover>:not([hidden])~:not([hidden]){border-color:#ec4899b3}.hover\:divide-pink-500\/75:hover>:not([hidden])~:not([hidden]){border-color:#ec4899bf}.hover\:divide-pink-500\/80:hover>:not([hidden])~:not([hidden]){border-color:#ec4899cc}.hover\:divide-pink-500\/90:hover>:not([hidden])~:not([hidden]){border-color:#ec4899e6}.hover\:divide-pink-500\/95:hover>:not([hidden])~:not([hidden]){border-color:#ec4899f2}.hover\:divide-pink-500\/100:hover>:not([hidden])~:not([hidden]){border-color:#ec4899}.hover\:divide-pink-600\/0:hover>:not([hidden])~:not([hidden]){border-color:#db277700}.hover\:divide-pink-600\/5:hover>:not([hidden])~:not([hidden]){border-color:#db27770d}.hover\:divide-pink-600\/10:hover>:not([hidden])~:not([hidden]){border-color:#db27771a}.hover\:divide-pink-600\/20:hover>:not([hidden])~:not([hidden]){border-color:#db277733}.hover\:divide-pink-600\/25:hover>:not([hidden])~:not([hidden]){border-color:#db277740}.hover\:divide-pink-600\/30:hover>:not([hidden])~:not([hidden]){border-color:#db27774d}.hover\:divide-pink-600\/40:hover>:not([hidden])~:not([hidden]){border-color:#db277766}.hover\:divide-pink-600\/50:hover>:not([hidden])~:not([hidden]){border-color:#db277780}.hover\:divide-pink-600\/60:hover>:not([hidden])~:not([hidden]){border-color:#db277799}.hover\:divide-pink-600\/70:hover>:not([hidden])~:not([hidden]){border-color:#db2777b3}.hover\:divide-pink-600\/75:hover>:not([hidden])~:not([hidden]){border-color:#db2777bf}.hover\:divide-pink-600\/80:hover>:not([hidden])~:not([hidden]){border-color:#db2777cc}.hover\:divide-pink-600\/90:hover>:not([hidden])~:not([hidden]){border-color:#db2777e6}.hover\:divide-pink-600\/95:hover>:not([hidden])~:not([hidden]){border-color:#db2777f2}.hover\:divide-pink-600\/100:hover>:not([hidden])~:not([hidden]){border-color:#db2777}.hover\:divide-pink-700\/0:hover>:not([hidden])~:not([hidden]){border-color:#be185d00}.hover\:divide-pink-700\/5:hover>:not([hidden])~:not([hidden]){border-color:#be185d0d}.hover\:divide-pink-700\/10:hover>:not([hidden])~:not([hidden]){border-color:#be185d1a}.hover\:divide-pink-700\/20:hover>:not([hidden])~:not([hidden]){border-color:#be185d33}.hover\:divide-pink-700\/25:hover>:not([hidden])~:not([hidden]){border-color:#be185d40}.hover\:divide-pink-700\/30:hover>:not([hidden])~:not([hidden]){border-color:#be185d4d}.hover\:divide-pink-700\/40:hover>:not([hidden])~:not([hidden]){border-color:#be185d66}.hover\:divide-pink-700\/50:hover>:not([hidden])~:not([hidden]){border-color:#be185d80}.hover\:divide-pink-700\/60:hover>:not([hidden])~:not([hidden]){border-color:#be185d99}.hover\:divide-pink-700\/70:hover>:not([hidden])~:not([hidden]){border-color:#be185db3}.hover\:divide-pink-700\/75:hover>:not([hidden])~:not([hidden]){border-color:#be185dbf}.hover\:divide-pink-700\/80:hover>:not([hidden])~:not([hidden]){border-color:#be185dcc}.hover\:divide-pink-700\/90:hover>:not([hidden])~:not([hidden]){border-color:#be185de6}.hover\:divide-pink-700\/95:hover>:not([hidden])~:not([hidden]){border-color:#be185df2}.hover\:divide-pink-700\/100:hover>:not([hidden])~:not([hidden]){border-color:#be185d}.hover\:divide-pink-800\/0:hover>:not([hidden])~:not([hidden]){border-color:#9d174d00}.hover\:divide-pink-800\/5:hover>:not([hidden])~:not([hidden]){border-color:#9d174d0d}.hover\:divide-pink-800\/10:hover>:not([hidden])~:not([hidden]){border-color:#9d174d1a}.hover\:divide-pink-800\/20:hover>:not([hidden])~:not([hidden]){border-color:#9d174d33}.hover\:divide-pink-800\/25:hover>:not([hidden])~:not([hidden]){border-color:#9d174d40}.hover\:divide-pink-800\/30:hover>:not([hidden])~:not([hidden]){border-color:#9d174d4d}.hover\:divide-pink-800\/40:hover>:not([hidden])~:not([hidden]){border-color:#9d174d66}.hover\:divide-pink-800\/50:hover>:not([hidden])~:not([hidden]){border-color:#9d174d80}.hover\:divide-pink-800\/60:hover>:not([hidden])~:not([hidden]){border-color:#9d174d99}.hover\:divide-pink-800\/70:hover>:not([hidden])~:not([hidden]){border-color:#9d174db3}.hover\:divide-pink-800\/75:hover>:not([hidden])~:not([hidden]){border-color:#9d174dbf}.hover\:divide-pink-800\/80:hover>:not([hidden])~:not([hidden]){border-color:#9d174dcc}.hover\:divide-pink-800\/90:hover>:not([hidden])~:not([hidden]){border-color:#9d174de6}.hover\:divide-pink-800\/95:hover>:not([hidden])~:not([hidden]){border-color:#9d174df2}.hover\:divide-pink-800\/100:hover>:not([hidden])~:not([hidden]){border-color:#9d174d}.hover\:divide-pink-900\/0:hover>:not([hidden])~:not([hidden]){border-color:#83184300}.hover\:divide-pink-900\/5:hover>:not([hidden])~:not([hidden]){border-color:#8318430d}.hover\:divide-pink-900\/10:hover>:not([hidden])~:not([hidden]){border-color:#8318431a}.hover\:divide-pink-900\/20:hover>:not([hidden])~:not([hidden]){border-color:#83184333}.hover\:divide-pink-900\/25:hover>:not([hidden])~:not([hidden]){border-color:#83184340}.hover\:divide-pink-900\/30:hover>:not([hidden])~:not([hidden]){border-color:#8318434d}.hover\:divide-pink-900\/40:hover>:not([hidden])~:not([hidden]){border-color:#83184366}.hover\:divide-pink-900\/50:hover>:not([hidden])~:not([hidden]){border-color:#83184380}.hover\:divide-pink-900\/60:hover>:not([hidden])~:not([hidden]){border-color:#83184399}.hover\:divide-pink-900\/70:hover>:not([hidden])~:not([hidden]){border-color:#831843b3}.hover\:divide-pink-900\/75:hover>:not([hidden])~:not([hidden]){border-color:#831843bf}.hover\:divide-pink-900\/80:hover>:not([hidden])~:not([hidden]){border-color:#831843cc}.hover\:divide-pink-900\/90:hover>:not([hidden])~:not([hidden]){border-color:#831843e6}.hover\:divide-pink-900\/95:hover>:not([hidden])~:not([hidden]){border-color:#831843f2}.hover\:divide-pink-900\/100:hover>:not([hidden])~:not([hidden]){border-color:#831843}.hover\:divide-rose-50\/0:hover>:not([hidden])~:not([hidden]){border-color:#fff1f200}.hover\:divide-rose-50\/5:hover>:not([hidden])~:not([hidden]){border-color:#fff1f20d}.hover\:divide-rose-50\/10:hover>:not([hidden])~:not([hidden]){border-color:#fff1f21a}.hover\:divide-rose-50\/20:hover>:not([hidden])~:not([hidden]){border-color:#fff1f233}.hover\:divide-rose-50\/25:hover>:not([hidden])~:not([hidden]){border-color:#fff1f240}.hover\:divide-rose-50\/30:hover>:not([hidden])~:not([hidden]){border-color:#fff1f24d}.hover\:divide-rose-50\/40:hover>:not([hidden])~:not([hidden]){border-color:#fff1f266}.hover\:divide-rose-50\/50:hover>:not([hidden])~:not([hidden]){border-color:#fff1f280}.hover\:divide-rose-50\/60:hover>:not([hidden])~:not([hidden]){border-color:#fff1f299}.hover\:divide-rose-50\/70:hover>:not([hidden])~:not([hidden]){border-color:#fff1f2b3}.hover\:divide-rose-50\/75:hover>:not([hidden])~:not([hidden]){border-color:#fff1f2bf}.hover\:divide-rose-50\/80:hover>:not([hidden])~:not([hidden]){border-color:#fff1f2cc}.hover\:divide-rose-50\/90:hover>:not([hidden])~:not([hidden]){border-color:#fff1f2e6}.hover\:divide-rose-50\/95:hover>:not([hidden])~:not([hidden]){border-color:#fff1f2f2}.hover\:divide-rose-50\/100:hover>:not([hidden])~:not([hidden]){border-color:#fff1f2}.hover\:divide-rose-100\/0:hover>:not([hidden])~:not([hidden]){border-color:#ffe4e600}.hover\:divide-rose-100\/5:hover>:not([hidden])~:not([hidden]){border-color:#ffe4e60d}.hover\:divide-rose-100\/10:hover>:not([hidden])~:not([hidden]){border-color:#ffe4e61a}.hover\:divide-rose-100\/20:hover>:not([hidden])~:not([hidden]){border-color:#ffe4e633}.hover\:divide-rose-100\/25:hover>:not([hidden])~:not([hidden]){border-color:#ffe4e640}.hover\:divide-rose-100\/30:hover>:not([hidden])~:not([hidden]){border-color:#ffe4e64d}.hover\:divide-rose-100\/40:hover>:not([hidden])~:not([hidden]){border-color:#ffe4e666}.hover\:divide-rose-100\/50:hover>:not([hidden])~:not([hidden]){border-color:#ffe4e680}.hover\:divide-rose-100\/60:hover>:not([hidden])~:not([hidden]){border-color:#ffe4e699}.hover\:divide-rose-100\/70:hover>:not([hidden])~:not([hidden]){border-color:#ffe4e6b3}.hover\:divide-rose-100\/75:hover>:not([hidden])~:not([hidden]){border-color:#ffe4e6bf}.hover\:divide-rose-100\/80:hover>:not([hidden])~:not([hidden]){border-color:#ffe4e6cc}.hover\:divide-rose-100\/90:hover>:not([hidden])~:not([hidden]){border-color:#ffe4e6e6}.hover\:divide-rose-100\/95:hover>:not([hidden])~:not([hidden]){border-color:#ffe4e6f2}.hover\:divide-rose-100\/100:hover>:not([hidden])~:not([hidden]){border-color:#ffe4e6}.hover\:divide-rose-200\/0:hover>:not([hidden])~:not([hidden]){border-color:#fecdd300}.hover\:divide-rose-200\/5:hover>:not([hidden])~:not([hidden]){border-color:#fecdd30d}.hover\:divide-rose-200\/10:hover>:not([hidden])~:not([hidden]){border-color:#fecdd31a}.hover\:divide-rose-200\/20:hover>:not([hidden])~:not([hidden]){border-color:#fecdd333}.hover\:divide-rose-200\/25:hover>:not([hidden])~:not([hidden]){border-color:#fecdd340}.hover\:divide-rose-200\/30:hover>:not([hidden])~:not([hidden]){border-color:#fecdd34d}.hover\:divide-rose-200\/40:hover>:not([hidden])~:not([hidden]){border-color:#fecdd366}.hover\:divide-rose-200\/50:hover>:not([hidden])~:not([hidden]){border-color:#fecdd380}.hover\:divide-rose-200\/60:hover>:not([hidden])~:not([hidden]){border-color:#fecdd399}.hover\:divide-rose-200\/70:hover>:not([hidden])~:not([hidden]){border-color:#fecdd3b3}.hover\:divide-rose-200\/75:hover>:not([hidden])~:not([hidden]){border-color:#fecdd3bf}.hover\:divide-rose-200\/80:hover>:not([hidden])~:not([hidden]){border-color:#fecdd3cc}.hover\:divide-rose-200\/90:hover>:not([hidden])~:not([hidden]){border-color:#fecdd3e6}.hover\:divide-rose-200\/95:hover>:not([hidden])~:not([hidden]){border-color:#fecdd3f2}.hover\:divide-rose-200\/100:hover>:not([hidden])~:not([hidden]){border-color:#fecdd3}.hover\:divide-rose-300\/0:hover>:not([hidden])~:not([hidden]){border-color:#fda4af00}.hover\:divide-rose-300\/5:hover>:not([hidden])~:not([hidden]){border-color:#fda4af0d}.hover\:divide-rose-300\/10:hover>:not([hidden])~:not([hidden]){border-color:#fda4af1a}.hover\:divide-rose-300\/20:hover>:not([hidden])~:not([hidden]){border-color:#fda4af33}.hover\:divide-rose-300\/25:hover>:not([hidden])~:not([hidden]){border-color:#fda4af40}.hover\:divide-rose-300\/30:hover>:not([hidden])~:not([hidden]){border-color:#fda4af4d}.hover\:divide-rose-300\/40:hover>:not([hidden])~:not([hidden]){border-color:#fda4af66}.hover\:divide-rose-300\/50:hover>:not([hidden])~:not([hidden]){border-color:#fda4af80}.hover\:divide-rose-300\/60:hover>:not([hidden])~:not([hidden]){border-color:#fda4af99}.hover\:divide-rose-300\/70:hover>:not([hidden])~:not([hidden]){border-color:#fda4afb3}.hover\:divide-rose-300\/75:hover>:not([hidden])~:not([hidden]){border-color:#fda4afbf}.hover\:divide-rose-300\/80:hover>:not([hidden])~:not([hidden]){border-color:#fda4afcc}.hover\:divide-rose-300\/90:hover>:not([hidden])~:not([hidden]){border-color:#fda4afe6}.hover\:divide-rose-300\/95:hover>:not([hidden])~:not([hidden]){border-color:#fda4aff2}.hover\:divide-rose-300\/100:hover>:not([hidden])~:not([hidden]){border-color:#fda4af}.hover\:divide-rose-400\/0:hover>:not([hidden])~:not([hidden]){border-color:#fb718500}.hover\:divide-rose-400\/5:hover>:not([hidden])~:not([hidden]){border-color:#fb71850d}.hover\:divide-rose-400\/10:hover>:not([hidden])~:not([hidden]){border-color:#fb71851a}.hover\:divide-rose-400\/20:hover>:not([hidden])~:not([hidden]){border-color:#fb718533}.hover\:divide-rose-400\/25:hover>:not([hidden])~:not([hidden]){border-color:#fb718540}.hover\:divide-rose-400\/30:hover>:not([hidden])~:not([hidden]){border-color:#fb71854d}.hover\:divide-rose-400\/40:hover>:not([hidden])~:not([hidden]){border-color:#fb718566}.hover\:divide-rose-400\/50:hover>:not([hidden])~:not([hidden]){border-color:#fb718580}.hover\:divide-rose-400\/60:hover>:not([hidden])~:not([hidden]){border-color:#fb718599}.hover\:divide-rose-400\/70:hover>:not([hidden])~:not([hidden]){border-color:#fb7185b3}.hover\:divide-rose-400\/75:hover>:not([hidden])~:not([hidden]){border-color:#fb7185bf}.hover\:divide-rose-400\/80:hover>:not([hidden])~:not([hidden]){border-color:#fb7185cc}.hover\:divide-rose-400\/90:hover>:not([hidden])~:not([hidden]){border-color:#fb7185e6}.hover\:divide-rose-400\/95:hover>:not([hidden])~:not([hidden]){border-color:#fb7185f2}.hover\:divide-rose-400\/100:hover>:not([hidden])~:not([hidden]){border-color:#fb7185}.hover\:divide-rose-500\/0:hover>:not([hidden])~:not([hidden]){border-color:#f43f5e00}.hover\:divide-rose-500\/5:hover>:not([hidden])~:not([hidden]){border-color:#f43f5e0d}.hover\:divide-rose-500\/10:hover>:not([hidden])~:not([hidden]){border-color:#f43f5e1a}.hover\:divide-rose-500\/20:hover>:not([hidden])~:not([hidden]){border-color:#f43f5e33}.hover\:divide-rose-500\/25:hover>:not([hidden])~:not([hidden]){border-color:#f43f5e40}.hover\:divide-rose-500\/30:hover>:not([hidden])~:not([hidden]){border-color:#f43f5e4d}.hover\:divide-rose-500\/40:hover>:not([hidden])~:not([hidden]){border-color:#f43f5e66}.hover\:divide-rose-500\/50:hover>:not([hidden])~:not([hidden]){border-color:#f43f5e80}.hover\:divide-rose-500\/60:hover>:not([hidden])~:not([hidden]){border-color:#f43f5e99}.hover\:divide-rose-500\/70:hover>:not([hidden])~:not([hidden]){border-color:#f43f5eb3}.hover\:divide-rose-500\/75:hover>:not([hidden])~:not([hidden]){border-color:#f43f5ebf}.hover\:divide-rose-500\/80:hover>:not([hidden])~:not([hidden]){border-color:#f43f5ecc}.hover\:divide-rose-500\/90:hover>:not([hidden])~:not([hidden]){border-color:#f43f5ee6}.hover\:divide-rose-500\/95:hover>:not([hidden])~:not([hidden]){border-color:#f43f5ef2}.hover\:divide-rose-500\/100:hover>:not([hidden])~:not([hidden]){border-color:#f43f5e}.hover\:divide-rose-600\/0:hover>:not([hidden])~:not([hidden]){border-color:#e11d4800}.hover\:divide-rose-600\/5:hover>:not([hidden])~:not([hidden]){border-color:#e11d480d}.hover\:divide-rose-600\/10:hover>:not([hidden])~:not([hidden]){border-color:#e11d481a}.hover\:divide-rose-600\/20:hover>:not([hidden])~:not([hidden]){border-color:#e11d4833}.hover\:divide-rose-600\/25:hover>:not([hidden])~:not([hidden]){border-color:#e11d4840}.hover\:divide-rose-600\/30:hover>:not([hidden])~:not([hidden]){border-color:#e11d484d}.hover\:divide-rose-600\/40:hover>:not([hidden])~:not([hidden]){border-color:#e11d4866}.hover\:divide-rose-600\/50:hover>:not([hidden])~:not([hidden]){border-color:#e11d4880}.hover\:divide-rose-600\/60:hover>:not([hidden])~:not([hidden]){border-color:#e11d4899}.hover\:divide-rose-600\/70:hover>:not([hidden])~:not([hidden]){border-color:#e11d48b3}.hover\:divide-rose-600\/75:hover>:not([hidden])~:not([hidden]){border-color:#e11d48bf}.hover\:divide-rose-600\/80:hover>:not([hidden])~:not([hidden]){border-color:#e11d48cc}.hover\:divide-rose-600\/90:hover>:not([hidden])~:not([hidden]){border-color:#e11d48e6}.hover\:divide-rose-600\/95:hover>:not([hidden])~:not([hidden]){border-color:#e11d48f2}.hover\:divide-rose-600\/100:hover>:not([hidden])~:not([hidden]){border-color:#e11d48}.hover\:divide-rose-700\/0:hover>:not([hidden])~:not([hidden]){border-color:#be123c00}.hover\:divide-rose-700\/5:hover>:not([hidden])~:not([hidden]){border-color:#be123c0d}.hover\:divide-rose-700\/10:hover>:not([hidden])~:not([hidden]){border-color:#be123c1a}.hover\:divide-rose-700\/20:hover>:not([hidden])~:not([hidden]){border-color:#be123c33}.hover\:divide-rose-700\/25:hover>:not([hidden])~:not([hidden]){border-color:#be123c40}.hover\:divide-rose-700\/30:hover>:not([hidden])~:not([hidden]){border-color:#be123c4d}.hover\:divide-rose-700\/40:hover>:not([hidden])~:not([hidden]){border-color:#be123c66}.hover\:divide-rose-700\/50:hover>:not([hidden])~:not([hidden]){border-color:#be123c80}.hover\:divide-rose-700\/60:hover>:not([hidden])~:not([hidden]){border-color:#be123c99}.hover\:divide-rose-700\/70:hover>:not([hidden])~:not([hidden]){border-color:#be123cb3}.hover\:divide-rose-700\/75:hover>:not([hidden])~:not([hidden]){border-color:#be123cbf}.hover\:divide-rose-700\/80:hover>:not([hidden])~:not([hidden]){border-color:#be123ccc}.hover\:divide-rose-700\/90:hover>:not([hidden])~:not([hidden]){border-color:#be123ce6}.hover\:divide-rose-700\/95:hover>:not([hidden])~:not([hidden]){border-color:#be123cf2}.hover\:divide-rose-700\/100:hover>:not([hidden])~:not([hidden]){border-color:#be123c}.hover\:divide-rose-800\/0:hover>:not([hidden])~:not([hidden]){border-color:#9f123900}.hover\:divide-rose-800\/5:hover>:not([hidden])~:not([hidden]){border-color:#9f12390d}.hover\:divide-rose-800\/10:hover>:not([hidden])~:not([hidden]){border-color:#9f12391a}.hover\:divide-rose-800\/20:hover>:not([hidden])~:not([hidden]){border-color:#9f123933}.hover\:divide-rose-800\/25:hover>:not([hidden])~:not([hidden]){border-color:#9f123940}.hover\:divide-rose-800\/30:hover>:not([hidden])~:not([hidden]){border-color:#9f12394d}.hover\:divide-rose-800\/40:hover>:not([hidden])~:not([hidden]){border-color:#9f123966}.hover\:divide-rose-800\/50:hover>:not([hidden])~:not([hidden]){border-color:#9f123980}.hover\:divide-rose-800\/60:hover>:not([hidden])~:not([hidden]){border-color:#9f123999}.hover\:divide-rose-800\/70:hover>:not([hidden])~:not([hidden]){border-color:#9f1239b3}.hover\:divide-rose-800\/75:hover>:not([hidden])~:not([hidden]){border-color:#9f1239bf}.hover\:divide-rose-800\/80:hover>:not([hidden])~:not([hidden]){border-color:#9f1239cc}.hover\:divide-rose-800\/90:hover>:not([hidden])~:not([hidden]){border-color:#9f1239e6}.hover\:divide-rose-800\/95:hover>:not([hidden])~:not([hidden]){border-color:#9f1239f2}.hover\:divide-rose-800\/100:hover>:not([hidden])~:not([hidden]){border-color:#9f1239}.hover\:divide-rose-900\/0:hover>:not([hidden])~:not([hidden]){border-color:#88133700}.hover\:divide-rose-900\/5:hover>:not([hidden])~:not([hidden]){border-color:#8813370d}.hover\:divide-rose-900\/10:hover>:not([hidden])~:not([hidden]){border-color:#8813371a}.hover\:divide-rose-900\/20:hover>:not([hidden])~:not([hidden]){border-color:#88133733}.hover\:divide-rose-900\/25:hover>:not([hidden])~:not([hidden]){border-color:#88133740}.hover\:divide-rose-900\/30:hover>:not([hidden])~:not([hidden]){border-color:#8813374d}.hover\:divide-rose-900\/40:hover>:not([hidden])~:not([hidden]){border-color:#88133766}.hover\:divide-rose-900\/50:hover>:not([hidden])~:not([hidden]){border-color:#88133780}.hover\:divide-rose-900\/60:hover>:not([hidden])~:not([hidden]){border-color:#88133799}.hover\:divide-rose-900\/70:hover>:not([hidden])~:not([hidden]){border-color:#881337b3}.hover\:divide-rose-900\/75:hover>:not([hidden])~:not([hidden]){border-color:#881337bf}.hover\:divide-rose-900\/80:hover>:not([hidden])~:not([hidden]){border-color:#881337cc}.hover\:divide-rose-900\/90:hover>:not([hidden])~:not([hidden]){border-color:#881337e6}.hover\:divide-rose-900\/95:hover>:not([hidden])~:not([hidden]){border-color:#881337f2}.hover\:divide-rose-900\/100:hover>:not([hidden])~:not([hidden]){border-color:#881337}.hover\:divide-primary-100\/0:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f400}.hover\:divide-primary-100\/5:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f40d}.hover\:divide-primary-100\/10:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f41a}.hover\:divide-primary-100\/20:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f433}.hover\:divide-primary-100\/25:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f440}.hover\:divide-primary-100\/30:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f44d}.hover\:divide-primary-100\/40:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f466}.hover\:divide-primary-100\/50:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f480}.hover\:divide-primary-100\/60:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f499}.hover\:divide-primary-100\/70:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f4b3}.hover\:divide-primary-100\/75:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f4bf}.hover\:divide-primary-100\/80:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f4cc}.hover\:divide-primary-100\/90:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f4e6}.hover\:divide-primary-100\/95:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f4f2}.hover\:divide-primary-100\/100:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f4}.hover\:divide-primary-200\/0:hover>:not([hidden])~:not([hidden]){border-color:#e8e8f000}.hover\:divide-primary-200\/5:hover>:not([hidden])~:not([hidden]){border-color:#e8e8f00d}.hover\:divide-primary-200\/10:hover>:not([hidden])~:not([hidden]){border-color:#e8e8f01a}.hover\:divide-primary-200\/20:hover>:not([hidden])~:not([hidden]){border-color:#e8e8f033}.hover\:divide-primary-200\/25:hover>:not([hidden])~:not([hidden]){border-color:#e8e8f040}.hover\:divide-primary-200\/30:hover>:not([hidden])~:not([hidden]){border-color:#e8e8f04d}.hover\:divide-primary-200\/40:hover>:not([hidden])~:not([hidden]){border-color:#e8e8f066}.hover\:divide-primary-200\/50:hover>:not([hidden])~:not([hidden]){border-color:#e8e8f080}.hover\:divide-primary-200\/60:hover>:not([hidden])~:not([hidden]){border-color:#e8e8f099}.hover\:divide-primary-200\/70:hover>:not([hidden])~:not([hidden]){border-color:#e8e8f0b3}.hover\:divide-primary-200\/75:hover>:not([hidden])~:not([hidden]){border-color:#e8e8f0bf}.hover\:divide-primary-200\/80:hover>:not([hidden])~:not([hidden]){border-color:#e8e8f0cc}.hover\:divide-primary-200\/90:hover>:not([hidden])~:not([hidden]){border-color:#e8e8f0e6}.hover\:divide-primary-200\/95:hover>:not([hidden])~:not([hidden]){border-color:#e8e8f0f2}.hover\:divide-primary-200\/100:hover>:not([hidden])~:not([hidden]){border-color:#e8e8f0}.hover\:divide-primary-300\/0:hover>:not([hidden])~:not([hidden]){border-color:#d0d0e100}.hover\:divide-primary-300\/5:hover>:not([hidden])~:not([hidden]){border-color:#d0d0e10d}.hover\:divide-primary-300\/10:hover>:not([hidden])~:not([hidden]){border-color:#d0d0e11a}.hover\:divide-primary-300\/20:hover>:not([hidden])~:not([hidden]){border-color:#d0d0e133}.hover\:divide-primary-300\/25:hover>:not([hidden])~:not([hidden]){border-color:#d0d0e140}.hover\:divide-primary-300\/30:hover>:not([hidden])~:not([hidden]){border-color:#d0d0e14d}.hover\:divide-primary-300\/40:hover>:not([hidden])~:not([hidden]){border-color:#d0d0e166}.hover\:divide-primary-300\/50:hover>:not([hidden])~:not([hidden]){border-color:#d0d0e180}.hover\:divide-primary-300\/60:hover>:not([hidden])~:not([hidden]){border-color:#d0d0e199}.hover\:divide-primary-300\/70:hover>:not([hidden])~:not([hidden]){border-color:#d0d0e1b3}.hover\:divide-primary-300\/75:hover>:not([hidden])~:not([hidden]){border-color:#d0d0e1bf}.hover\:divide-primary-300\/80:hover>:not([hidden])~:not([hidden]){border-color:#d0d0e1cc}.hover\:divide-primary-300\/90:hover>:not([hidden])~:not([hidden]){border-color:#d0d0e1e6}.hover\:divide-primary-300\/95:hover>:not([hidden])~:not([hidden]){border-color:#d0d0e1f2}.hover\:divide-primary-300\/100:hover>:not([hidden])~:not([hidden]){border-color:#d0d0e1}.hover\:divide-primary-400\/0:hover>:not([hidden])~:not([hidden]){border-color:#b4b4d100}.hover\:divide-primary-400\/5:hover>:not([hidden])~:not([hidden]){border-color:#b4b4d10d}.hover\:divide-primary-400\/10:hover>:not([hidden])~:not([hidden]){border-color:#b4b4d11a}.hover\:divide-primary-400\/20:hover>:not([hidden])~:not([hidden]){border-color:#b4b4d133}.hover\:divide-primary-400\/25:hover>:not([hidden])~:not([hidden]){border-color:#b4b4d140}.hover\:divide-primary-400\/30:hover>:not([hidden])~:not([hidden]){border-color:#b4b4d14d}.hover\:divide-primary-400\/40:hover>:not([hidden])~:not([hidden]){border-color:#b4b4d166}.hover\:divide-primary-400\/50:hover>:not([hidden])~:not([hidden]){border-color:#b4b4d180}.hover\:divide-primary-400\/60:hover>:not([hidden])~:not([hidden]){border-color:#b4b4d199}.hover\:divide-primary-400\/70:hover>:not([hidden])~:not([hidden]){border-color:#b4b4d1b3}.hover\:divide-primary-400\/75:hover>:not([hidden])~:not([hidden]){border-color:#b4b4d1bf}.hover\:divide-primary-400\/80:hover>:not([hidden])~:not([hidden]){border-color:#b4b4d1cc}.hover\:divide-primary-400\/90:hover>:not([hidden])~:not([hidden]){border-color:#b4b4d1e6}.hover\:divide-primary-400\/95:hover>:not([hidden])~:not([hidden]){border-color:#b4b4d1f2}.hover\:divide-primary-400\/100:hover>:not([hidden])~:not([hidden]){border-color:#b4b4d1}.hover\:divide-primary-500\/0:hover>:not([hidden])~:not([hidden]){border-color:#9393bf00}.hover\:divide-primary-500\/5:hover>:not([hidden])~:not([hidden]){border-color:#9393bf0d}.hover\:divide-primary-500\/10:hover>:not([hidden])~:not([hidden]){border-color:#9393bf1a}.hover\:divide-primary-500\/20:hover>:not([hidden])~:not([hidden]){border-color:#9393bf33}.hover\:divide-primary-500\/25:hover>:not([hidden])~:not([hidden]){border-color:#9393bf40}.hover\:divide-primary-500\/30:hover>:not([hidden])~:not([hidden]){border-color:#9393bf4d}.hover\:divide-primary-500\/40:hover>:not([hidden])~:not([hidden]){border-color:#9393bf66}.hover\:divide-primary-500\/50:hover>:not([hidden])~:not([hidden]){border-color:#9393bf80}.hover\:divide-primary-500\/60:hover>:not([hidden])~:not([hidden]){border-color:#9393bf99}.hover\:divide-primary-500\/70:hover>:not([hidden])~:not([hidden]){border-color:#9393bfb3}.hover\:divide-primary-500\/75:hover>:not([hidden])~:not([hidden]){border-color:#9393bfbf}.hover\:divide-primary-500\/80:hover>:not([hidden])~:not([hidden]){border-color:#9393bfcc}.hover\:divide-primary-500\/90:hover>:not([hidden])~:not([hidden]){border-color:#9393bfe6}.hover\:divide-primary-500\/95:hover>:not([hidden])~:not([hidden]){border-color:#9393bff2}.hover\:divide-primary-500\/100:hover>:not([hidden])~:not([hidden]){border-color:#9393bf}.hover\:divide-primary-600\/0:hover>:not([hidden])~:not([hidden]){border-color:#6868ac00}.hover\:divide-primary-600\/5:hover>:not([hidden])~:not([hidden]){border-color:#6868ac0d}.hover\:divide-primary-600\/10:hover>:not([hidden])~:not([hidden]){border-color:#6868ac1a}.hover\:divide-primary-600\/20:hover>:not([hidden])~:not([hidden]){border-color:#6868ac33}.hover\:divide-primary-600\/25:hover>:not([hidden])~:not([hidden]){border-color:#6868ac40}.hover\:divide-primary-600\/30:hover>:not([hidden])~:not([hidden]){border-color:#6868ac4d}.hover\:divide-primary-600\/40:hover>:not([hidden])~:not([hidden]){border-color:#6868ac66}.hover\:divide-primary-600\/50:hover>:not([hidden])~:not([hidden]){border-color:#6868ac80}.hover\:divide-primary-600\/60:hover>:not([hidden])~:not([hidden]){border-color:#6868ac99}.hover\:divide-primary-600\/70:hover>:not([hidden])~:not([hidden]){border-color:#6868acb3}.hover\:divide-primary-600\/75:hover>:not([hidden])~:not([hidden]){border-color:#6868acbf}.hover\:divide-primary-600\/80:hover>:not([hidden])~:not([hidden]){border-color:#6868accc}.hover\:divide-primary-600\/90:hover>:not([hidden])~:not([hidden]){border-color:#6868ace6}.hover\:divide-primary-600\/95:hover>:not([hidden])~:not([hidden]){border-color:#6868acf2}.hover\:divide-primary-600\/100:hover>:not([hidden])~:not([hidden]){border-color:#6868ac}.hover\:divide-primary-700\/0:hover>:not([hidden])~:not([hidden]){border-color:#5d5d9900}.hover\:divide-primary-700\/5:hover>:not([hidden])~:not([hidden]){border-color:#5d5d990d}.hover\:divide-primary-700\/10:hover>:not([hidden])~:not([hidden]){border-color:#5d5d991a}.hover\:divide-primary-700\/20:hover>:not([hidden])~:not([hidden]){border-color:#5d5d9933}.hover\:divide-primary-700\/25:hover>:not([hidden])~:not([hidden]){border-color:#5d5d9940}.hover\:divide-primary-700\/30:hover>:not([hidden])~:not([hidden]){border-color:#5d5d994d}.hover\:divide-primary-700\/40:hover>:not([hidden])~:not([hidden]){border-color:#5d5d9966}.hover\:divide-primary-700\/50:hover>:not([hidden])~:not([hidden]){border-color:#5d5d9980}.hover\:divide-primary-700\/60:hover>:not([hidden])~:not([hidden]){border-color:#5d5d9999}.hover\:divide-primary-700\/70:hover>:not([hidden])~:not([hidden]){border-color:#5d5d99b3}.hover\:divide-primary-700\/75:hover>:not([hidden])~:not([hidden]){border-color:#5d5d99bf}.hover\:divide-primary-700\/80:hover>:not([hidden])~:not([hidden]){border-color:#5d5d99cc}.hover\:divide-primary-700\/90:hover>:not([hidden])~:not([hidden]){border-color:#5d5d99e6}.hover\:divide-primary-700\/95:hover>:not([hidden])~:not([hidden]){border-color:#5d5d99f2}.hover\:divide-primary-700\/100:hover>:not([hidden])~:not([hidden]){border-color:#5d5d99}.hover\:divide-primary-800\/0:hover>:not([hidden])~:not([hidden]){border-color:#50508500}.hover\:divide-primary-800\/5:hover>:not([hidden])~:not([hidden]){border-color:#5050850d}.hover\:divide-primary-800\/10:hover>:not([hidden])~:not([hidden]){border-color:#5050851a}.hover\:divide-primary-800\/20:hover>:not([hidden])~:not([hidden]){border-color:#50508533}.hover\:divide-primary-800\/25:hover>:not([hidden])~:not([hidden]){border-color:#50508540}.hover\:divide-primary-800\/30:hover>:not([hidden])~:not([hidden]){border-color:#5050854d}.hover\:divide-primary-800\/40:hover>:not([hidden])~:not([hidden]){border-color:#50508566}.hover\:divide-primary-800\/50:hover>:not([hidden])~:not([hidden]){border-color:#50508580}.hover\:divide-primary-800\/60:hover>:not([hidden])~:not([hidden]){border-color:#50508599}.hover\:divide-primary-800\/70:hover>:not([hidden])~:not([hidden]){border-color:#505085b3}.hover\:divide-primary-800\/75:hover>:not([hidden])~:not([hidden]){border-color:#505085bf}.hover\:divide-primary-800\/80:hover>:not([hidden])~:not([hidden]){border-color:#505085cc}.hover\:divide-primary-800\/90:hover>:not([hidden])~:not([hidden]){border-color:#505085e6}.hover\:divide-primary-800\/95:hover>:not([hidden])~:not([hidden]){border-color:#505085f2}.hover\:divide-primary-800\/100:hover>:not([hidden])~:not([hidden]){border-color:#505085}.hover\:divide-primary-900\/0:hover>:not([hidden])~:not([hidden]){border-color:#41416c00}.hover\:divide-primary-900\/5:hover>:not([hidden])~:not([hidden]){border-color:#41416c0d}.hover\:divide-primary-900\/10:hover>:not([hidden])~:not([hidden]){border-color:#41416c1a}.hover\:divide-primary-900\/20:hover>:not([hidden])~:not([hidden]){border-color:#41416c33}.hover\:divide-primary-900\/25:hover>:not([hidden])~:not([hidden]){border-color:#41416c40}.hover\:divide-primary-900\/30:hover>:not([hidden])~:not([hidden]){border-color:#41416c4d}.hover\:divide-primary-900\/40:hover>:not([hidden])~:not([hidden]){border-color:#41416c66}.hover\:divide-primary-900\/50:hover>:not([hidden])~:not([hidden]){border-color:#41416c80}.hover\:divide-primary-900\/60:hover>:not([hidden])~:not([hidden]){border-color:#41416c99}.hover\:divide-primary-900\/70:hover>:not([hidden])~:not([hidden]){border-color:#41416cb3}.hover\:divide-primary-900\/75:hover>:not([hidden])~:not([hidden]){border-color:#41416cbf}.hover\:divide-primary-900\/80:hover>:not([hidden])~:not([hidden]){border-color:#41416ccc}.hover\:divide-primary-900\/90:hover>:not([hidden])~:not([hidden]){border-color:#41416ce6}.hover\:divide-primary-900\/95:hover>:not([hidden])~:not([hidden]){border-color:#41416cf2}.hover\:divide-primary-900\/100:hover>:not([hidden])~:not([hidden]){border-color:#41416c}.hover\:divide-primary-1000\/0:hover>:not([hidden])~:not([hidden]){border-color:#2e2e4c00}.hover\:divide-primary-1000\/5:hover>:not([hidden])~:not([hidden]){border-color:#2e2e4c0d}.hover\:divide-primary-1000\/10:hover>:not([hidden])~:not([hidden]){border-color:#2e2e4c1a}.hover\:divide-primary-1000\/20:hover>:not([hidden])~:not([hidden]){border-color:#2e2e4c33}.hover\:divide-primary-1000\/25:hover>:not([hidden])~:not([hidden]){border-color:#2e2e4c40}.hover\:divide-primary-1000\/30:hover>:not([hidden])~:not([hidden]){border-color:#2e2e4c4d}.hover\:divide-primary-1000\/40:hover>:not([hidden])~:not([hidden]){border-color:#2e2e4c66}.hover\:divide-primary-1000\/50:hover>:not([hidden])~:not([hidden]){border-color:#2e2e4c80}.hover\:divide-primary-1000\/60:hover>:not([hidden])~:not([hidden]){border-color:#2e2e4c99}.hover\:divide-primary-1000\/70:hover>:not([hidden])~:not([hidden]){border-color:#2e2e4cb3}.hover\:divide-primary-1000\/75:hover>:not([hidden])~:not([hidden]){border-color:#2e2e4cbf}.hover\:divide-primary-1000\/80:hover>:not([hidden])~:not([hidden]){border-color:#2e2e4ccc}.hover\:divide-primary-1000\/90:hover>:not([hidden])~:not([hidden]){border-color:#2e2e4ce6}.hover\:divide-primary-1000\/95:hover>:not([hidden])~:not([hidden]){border-color:#2e2e4cf2}.hover\:divide-primary-1000\/100:hover>:not([hidden])~:not([hidden]){border-color:#2e2e4c}.hover\:divide-primary-highlight-100\/0:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fe00}.hover\:divide-primary-highlight-100\/5:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fe0d}.hover\:divide-primary-highlight-100\/10:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fe1a}.hover\:divide-primary-highlight-100\/20:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fe33}.hover\:divide-primary-highlight-100\/25:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fe40}.hover\:divide-primary-highlight-100\/30:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fe4d}.hover\:divide-primary-highlight-100\/40:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fe66}.hover\:divide-primary-highlight-100\/50:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fe80}.hover\:divide-primary-highlight-100\/60:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fe99}.hover\:divide-primary-highlight-100\/70:hover>:not([hidden])~:not([hidden]){border-color:#f7f5feb3}.hover\:divide-primary-highlight-100\/75:hover>:not([hidden])~:not([hidden]){border-color:#f7f5febf}.hover\:divide-primary-highlight-100\/80:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fecc}.hover\:divide-primary-highlight-100\/90:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fee6}.hover\:divide-primary-highlight-100\/95:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fef2}.hover\:divide-primary-highlight-100\/100:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fe}.hover\:divide-primary-highlight-200\/0:hover>:not([hidden])~:not([hidden]){border-color:#efecfe00}.hover\:divide-primary-highlight-200\/5:hover>:not([hidden])~:not([hidden]){border-color:#efecfe0d}.hover\:divide-primary-highlight-200\/10:hover>:not([hidden])~:not([hidden]){border-color:#efecfe1a}.hover\:divide-primary-highlight-200\/20:hover>:not([hidden])~:not([hidden]){border-color:#efecfe33}.hover\:divide-primary-highlight-200\/25:hover>:not([hidden])~:not([hidden]){border-color:#efecfe40}.hover\:divide-primary-highlight-200\/30:hover>:not([hidden])~:not([hidden]){border-color:#efecfe4d}.hover\:divide-primary-highlight-200\/40:hover>:not([hidden])~:not([hidden]){border-color:#efecfe66}.hover\:divide-primary-highlight-200\/50:hover>:not([hidden])~:not([hidden]){border-color:#efecfe80}.hover\:divide-primary-highlight-200\/60:hover>:not([hidden])~:not([hidden]){border-color:#efecfe99}.hover\:divide-primary-highlight-200\/70:hover>:not([hidden])~:not([hidden]){border-color:#efecfeb3}.hover\:divide-primary-highlight-200\/75:hover>:not([hidden])~:not([hidden]){border-color:#efecfebf}.hover\:divide-primary-highlight-200\/80:hover>:not([hidden])~:not([hidden]){border-color:#efecfecc}.hover\:divide-primary-highlight-200\/90:hover>:not([hidden])~:not([hidden]){border-color:#efecfee6}.hover\:divide-primary-highlight-200\/95:hover>:not([hidden])~:not([hidden]){border-color:#efecfef2}.hover\:divide-primary-highlight-200\/100:hover>:not([hidden])~:not([hidden]){border-color:#efecfe}.hover\:divide-primary-highlight-300\/0:hover>:not([hidden])~:not([hidden]){border-color:#dfd8fd00}.hover\:divide-primary-highlight-300\/5:hover>:not([hidden])~:not([hidden]){border-color:#dfd8fd0d}.hover\:divide-primary-highlight-300\/10:hover>:not([hidden])~:not([hidden]){border-color:#dfd8fd1a}.hover\:divide-primary-highlight-300\/20:hover>:not([hidden])~:not([hidden]){border-color:#dfd8fd33}.hover\:divide-primary-highlight-300\/25:hover>:not([hidden])~:not([hidden]){border-color:#dfd8fd40}.hover\:divide-primary-highlight-300\/30:hover>:not([hidden])~:not([hidden]){border-color:#dfd8fd4d}.hover\:divide-primary-highlight-300\/40:hover>:not([hidden])~:not([hidden]){border-color:#dfd8fd66}.hover\:divide-primary-highlight-300\/50:hover>:not([hidden])~:not([hidden]){border-color:#dfd8fd80}.hover\:divide-primary-highlight-300\/60:hover>:not([hidden])~:not([hidden]){border-color:#dfd8fd99}.hover\:divide-primary-highlight-300\/70:hover>:not([hidden])~:not([hidden]){border-color:#dfd8fdb3}.hover\:divide-primary-highlight-300\/75:hover>:not([hidden])~:not([hidden]){border-color:#dfd8fdbf}.hover\:divide-primary-highlight-300\/80:hover>:not([hidden])~:not([hidden]){border-color:#dfd8fdcc}.hover\:divide-primary-highlight-300\/90:hover>:not([hidden])~:not([hidden]){border-color:#dfd8fde6}.hover\:divide-primary-highlight-300\/95:hover>:not([hidden])~:not([hidden]){border-color:#dfd8fdf2}.hover\:divide-primary-highlight-300\/100:hover>:not([hidden])~:not([hidden]){border-color:#dfd8fd}.hover\:divide-primary-highlight-400\/0:hover>:not([hidden])~:not([hidden]){border-color:#cec1fc00}.hover\:divide-primary-highlight-400\/5:hover>:not([hidden])~:not([hidden]){border-color:#cec1fc0d}.hover\:divide-primary-highlight-400\/10:hover>:not([hidden])~:not([hidden]){border-color:#cec1fc1a}.hover\:divide-primary-highlight-400\/20:hover>:not([hidden])~:not([hidden]){border-color:#cec1fc33}.hover\:divide-primary-highlight-400\/25:hover>:not([hidden])~:not([hidden]){border-color:#cec1fc40}.hover\:divide-primary-highlight-400\/30:hover>:not([hidden])~:not([hidden]){border-color:#cec1fc4d}.hover\:divide-primary-highlight-400\/40:hover>:not([hidden])~:not([hidden]){border-color:#cec1fc66}.hover\:divide-primary-highlight-400\/50:hover>:not([hidden])~:not([hidden]){border-color:#cec1fc80}.hover\:divide-primary-highlight-400\/60:hover>:not([hidden])~:not([hidden]){border-color:#cec1fc99}.hover\:divide-primary-highlight-400\/70:hover>:not([hidden])~:not([hidden]){border-color:#cec1fcb3}.hover\:divide-primary-highlight-400\/75:hover>:not([hidden])~:not([hidden]){border-color:#cec1fcbf}.hover\:divide-primary-highlight-400\/80:hover>:not([hidden])~:not([hidden]){border-color:#cec1fccc}.hover\:divide-primary-highlight-400\/90:hover>:not([hidden])~:not([hidden]){border-color:#cec1fce6}.hover\:divide-primary-highlight-400\/95:hover>:not([hidden])~:not([hidden]){border-color:#cec1fcf2}.hover\:divide-primary-highlight-400\/100:hover>:not([hidden])~:not([hidden]){border-color:#cec1fc}.hover\:divide-primary-highlight-500\/0:hover>:not([hidden])~:not([hidden]){border-color:#bba8fb00}.hover\:divide-primary-highlight-500\/5:hover>:not([hidden])~:not([hidden]){border-color:#bba8fb0d}.hover\:divide-primary-highlight-500\/10:hover>:not([hidden])~:not([hidden]){border-color:#bba8fb1a}.hover\:divide-primary-highlight-500\/20:hover>:not([hidden])~:not([hidden]){border-color:#bba8fb33}.hover\:divide-primary-highlight-500\/25:hover>:not([hidden])~:not([hidden]){border-color:#bba8fb40}.hover\:divide-primary-highlight-500\/30:hover>:not([hidden])~:not([hidden]){border-color:#bba8fb4d}.hover\:divide-primary-highlight-500\/40:hover>:not([hidden])~:not([hidden]){border-color:#bba8fb66}.hover\:divide-primary-highlight-500\/50:hover>:not([hidden])~:not([hidden]){border-color:#bba8fb80}.hover\:divide-primary-highlight-500\/60:hover>:not([hidden])~:not([hidden]){border-color:#bba8fb99}.hover\:divide-primary-highlight-500\/70:hover>:not([hidden])~:not([hidden]){border-color:#bba8fbb3}.hover\:divide-primary-highlight-500\/75:hover>:not([hidden])~:not([hidden]){border-color:#bba8fbbf}.hover\:divide-primary-highlight-500\/80:hover>:not([hidden])~:not([hidden]){border-color:#bba8fbcc}.hover\:divide-primary-highlight-500\/90:hover>:not([hidden])~:not([hidden]){border-color:#bba8fbe6}.hover\:divide-primary-highlight-500\/95:hover>:not([hidden])~:not([hidden]){border-color:#bba8fbf2}.hover\:divide-primary-highlight-500\/100:hover>:not([hidden])~:not([hidden]){border-color:#bba8fb}.hover\:divide-primary-highlight-600\/0:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa00}.hover\:divide-primary-highlight-600\/5:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa0d}.hover\:divide-primary-highlight-600\/10:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa1a}.hover\:divide-primary-highlight-600\/20:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa33}.hover\:divide-primary-highlight-600\/25:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa40}.hover\:divide-primary-highlight-600\/30:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa4d}.hover\:divide-primary-highlight-600\/40:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa66}.hover\:divide-primary-highlight-600\/50:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa80}.hover\:divide-primary-highlight-600\/60:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa99}.hover\:divide-primary-highlight-600\/70:hover>:not([hidden])~:not([hidden]){border-color:#a78bfab3}.hover\:divide-primary-highlight-600\/75:hover>:not([hidden])~:not([hidden]){border-color:#a78bfabf}.hover\:divide-primary-highlight-600\/80:hover>:not([hidden])~:not([hidden]){border-color:#a78bfacc}.hover\:divide-primary-highlight-600\/90:hover>:not([hidden])~:not([hidden]){border-color:#a78bfae6}.hover\:divide-primary-highlight-600\/95:hover>:not([hidden])~:not([hidden]){border-color:#a78bfaf2}.hover\:divide-primary-highlight-600\/100:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa}.hover\:divide-primary-highlight-700\/0:hover>:not([hidden])~:not([hidden]){border-color:#957cdf00}.hover\:divide-primary-highlight-700\/5:hover>:not([hidden])~:not([hidden]){border-color:#957cdf0d}.hover\:divide-primary-highlight-700\/10:hover>:not([hidden])~:not([hidden]){border-color:#957cdf1a}.hover\:divide-primary-highlight-700\/20:hover>:not([hidden])~:not([hidden]){border-color:#957cdf33}.hover\:divide-primary-highlight-700\/25:hover>:not([hidden])~:not([hidden]){border-color:#957cdf40}.hover\:divide-primary-highlight-700\/30:hover>:not([hidden])~:not([hidden]){border-color:#957cdf4d}.hover\:divide-primary-highlight-700\/40:hover>:not([hidden])~:not([hidden]){border-color:#957cdf66}.hover\:divide-primary-highlight-700\/50:hover>:not([hidden])~:not([hidden]){border-color:#957cdf80}.hover\:divide-primary-highlight-700\/60:hover>:not([hidden])~:not([hidden]){border-color:#957cdf99}.hover\:divide-primary-highlight-700\/70:hover>:not([hidden])~:not([hidden]){border-color:#957cdfb3}.hover\:divide-primary-highlight-700\/75:hover>:not([hidden])~:not([hidden]){border-color:#957cdfbf}.hover\:divide-primary-highlight-700\/80:hover>:not([hidden])~:not([hidden]){border-color:#957cdfcc}.hover\:divide-primary-highlight-700\/90:hover>:not([hidden])~:not([hidden]){border-color:#957cdfe6}.hover\:divide-primary-highlight-700\/95:hover>:not([hidden])~:not([hidden]){border-color:#957cdff2}.hover\:divide-primary-highlight-700\/100:hover>:not([hidden])~:not([hidden]){border-color:#957cdf}.hover\:divide-primary-highlight-800\/0:hover>:not([hidden])~:not([hidden]){border-color:#816bc100}.hover\:divide-primary-highlight-800\/5:hover>:not([hidden])~:not([hidden]){border-color:#816bc10d}.hover\:divide-primary-highlight-800\/10:hover>:not([hidden])~:not([hidden]){border-color:#816bc11a}.hover\:divide-primary-highlight-800\/20:hover>:not([hidden])~:not([hidden]){border-color:#816bc133}.hover\:divide-primary-highlight-800\/25:hover>:not([hidden])~:not([hidden]){border-color:#816bc140}.hover\:divide-primary-highlight-800\/30:hover>:not([hidden])~:not([hidden]){border-color:#816bc14d}.hover\:divide-primary-highlight-800\/40:hover>:not([hidden])~:not([hidden]){border-color:#816bc166}.hover\:divide-primary-highlight-800\/50:hover>:not([hidden])~:not([hidden]){border-color:#816bc180}.hover\:divide-primary-highlight-800\/60:hover>:not([hidden])~:not([hidden]){border-color:#816bc199}.hover\:divide-primary-highlight-800\/70:hover>:not([hidden])~:not([hidden]){border-color:#816bc1b3}.hover\:divide-primary-highlight-800\/75:hover>:not([hidden])~:not([hidden]){border-color:#816bc1bf}.hover\:divide-primary-highlight-800\/80:hover>:not([hidden])~:not([hidden]){border-color:#816bc1cc}.hover\:divide-primary-highlight-800\/90:hover>:not([hidden])~:not([hidden]){border-color:#816bc1e6}.hover\:divide-primary-highlight-800\/95:hover>:not([hidden])~:not([hidden]){border-color:#816bc1f2}.hover\:divide-primary-highlight-800\/100:hover>:not([hidden])~:not([hidden]){border-color:#816bc1}.hover\:divide-primary-highlight-900\/0:hover>:not([hidden])~:not([hidden]){border-color:#69579e00}.hover\:divide-primary-highlight-900\/5:hover>:not([hidden])~:not([hidden]){border-color:#69579e0d}.hover\:divide-primary-highlight-900\/10:hover>:not([hidden])~:not([hidden]){border-color:#69579e1a}.hover\:divide-primary-highlight-900\/20:hover>:not([hidden])~:not([hidden]){border-color:#69579e33}.hover\:divide-primary-highlight-900\/25:hover>:not([hidden])~:not([hidden]){border-color:#69579e40}.hover\:divide-primary-highlight-900\/30:hover>:not([hidden])~:not([hidden]){border-color:#69579e4d}.hover\:divide-primary-highlight-900\/40:hover>:not([hidden])~:not([hidden]){border-color:#69579e66}.hover\:divide-primary-highlight-900\/50:hover>:not([hidden])~:not([hidden]){border-color:#69579e80}.hover\:divide-primary-highlight-900\/60:hover>:not([hidden])~:not([hidden]){border-color:#69579e99}.hover\:divide-primary-highlight-900\/70:hover>:not([hidden])~:not([hidden]){border-color:#69579eb3}.hover\:divide-primary-highlight-900\/75:hover>:not([hidden])~:not([hidden]){border-color:#69579ebf}.hover\:divide-primary-highlight-900\/80:hover>:not([hidden])~:not([hidden]){border-color:#69579ecc}.hover\:divide-primary-highlight-900\/90:hover>:not([hidden])~:not([hidden]){border-color:#69579ee6}.hover\:divide-primary-highlight-900\/95:hover>:not([hidden])~:not([hidden]){border-color:#69579ef2}.hover\:divide-primary-highlight-900\/100:hover>:not([hidden])~:not([hidden]){border-color:#69579e}.hover\:divide-primary-highlight-1000\/0:hover>:not([hidden])~:not([hidden]){border-color:#4a3e6f00}.hover\:divide-primary-highlight-1000\/5:hover>:not([hidden])~:not([hidden]){border-color:#4a3e6f0d}.hover\:divide-primary-highlight-1000\/10:hover>:not([hidden])~:not([hidden]){border-color:#4a3e6f1a}.hover\:divide-primary-highlight-1000\/20:hover>:not([hidden])~:not([hidden]){border-color:#4a3e6f33}.hover\:divide-primary-highlight-1000\/25:hover>:not([hidden])~:not([hidden]){border-color:#4a3e6f40}.hover\:divide-primary-highlight-1000\/30:hover>:not([hidden])~:not([hidden]){border-color:#4a3e6f4d}.hover\:divide-primary-highlight-1000\/40:hover>:not([hidden])~:not([hidden]){border-color:#4a3e6f66}.hover\:divide-primary-highlight-1000\/50:hover>:not([hidden])~:not([hidden]){border-color:#4a3e6f80}.hover\:divide-primary-highlight-1000\/60:hover>:not([hidden])~:not([hidden]){border-color:#4a3e6f99}.hover\:divide-primary-highlight-1000\/70:hover>:not([hidden])~:not([hidden]){border-color:#4a3e6fb3}.hover\:divide-primary-highlight-1000\/75:hover>:not([hidden])~:not([hidden]){border-color:#4a3e6fbf}.hover\:divide-primary-highlight-1000\/80:hover>:not([hidden])~:not([hidden]){border-color:#4a3e6fcc}.hover\:divide-primary-highlight-1000\/90:hover>:not([hidden])~:not([hidden]){border-color:#4a3e6fe6}.hover\:divide-primary-highlight-1000\/95:hover>:not([hidden])~:not([hidden]){border-color:#4a3e6ff2}.hover\:divide-primary-highlight-1000\/100:hover>:not([hidden])~:not([hidden]){border-color:#4a3e6f}.hover\:divide-secondary-100\/0:hover>:not([hidden])~:not([hidden]){border-color:#fef7f200}.hover\:divide-secondary-100\/5:hover>:not([hidden])~:not([hidden]){border-color:#fef7f20d}.hover\:divide-secondary-100\/10:hover>:not([hidden])~:not([hidden]){border-color:#fef7f21a}.hover\:divide-secondary-100\/20:hover>:not([hidden])~:not([hidden]){border-color:#fef7f233}.hover\:divide-secondary-100\/25:hover>:not([hidden])~:not([hidden]){border-color:#fef7f240}.hover\:divide-secondary-100\/30:hover>:not([hidden])~:not([hidden]){border-color:#fef7f24d}.hover\:divide-secondary-100\/40:hover>:not([hidden])~:not([hidden]){border-color:#fef7f266}.hover\:divide-secondary-100\/50:hover>:not([hidden])~:not([hidden]){border-color:#fef7f280}.hover\:divide-secondary-100\/60:hover>:not([hidden])~:not([hidden]){border-color:#fef7f299}.hover\:divide-secondary-100\/70:hover>:not([hidden])~:not([hidden]){border-color:#fef7f2b3}.hover\:divide-secondary-100\/75:hover>:not([hidden])~:not([hidden]){border-color:#fef7f2bf}.hover\:divide-secondary-100\/80:hover>:not([hidden])~:not([hidden]){border-color:#fef7f2cc}.hover\:divide-secondary-100\/90:hover>:not([hidden])~:not([hidden]){border-color:#fef7f2e6}.hover\:divide-secondary-100\/95:hover>:not([hidden])~:not([hidden]){border-color:#fef7f2f2}.hover\:divide-secondary-100\/100:hover>:not([hidden])~:not([hidden]){border-color:#fef7f2}.hover\:divide-secondary-200\/0:hover>:not([hidden])~:not([hidden]){border-color:#fef0e400}.hover\:divide-secondary-200\/5:hover>:not([hidden])~:not([hidden]){border-color:#fef0e40d}.hover\:divide-secondary-200\/10:hover>:not([hidden])~:not([hidden]){border-color:#fef0e41a}.hover\:divide-secondary-200\/20:hover>:not([hidden])~:not([hidden]){border-color:#fef0e433}.hover\:divide-secondary-200\/25:hover>:not([hidden])~:not([hidden]){border-color:#fef0e440}.hover\:divide-secondary-200\/30:hover>:not([hidden])~:not([hidden]){border-color:#fef0e44d}.hover\:divide-secondary-200\/40:hover>:not([hidden])~:not([hidden]){border-color:#fef0e466}.hover\:divide-secondary-200\/50:hover>:not([hidden])~:not([hidden]){border-color:#fef0e480}.hover\:divide-secondary-200\/60:hover>:not([hidden])~:not([hidden]){border-color:#fef0e499}.hover\:divide-secondary-200\/70:hover>:not([hidden])~:not([hidden]){border-color:#fef0e4b3}.hover\:divide-secondary-200\/75:hover>:not([hidden])~:not([hidden]){border-color:#fef0e4bf}.hover\:divide-secondary-200\/80:hover>:not([hidden])~:not([hidden]){border-color:#fef0e4cc}.hover\:divide-secondary-200\/90:hover>:not([hidden])~:not([hidden]){border-color:#fef0e4e6}.hover\:divide-secondary-200\/95:hover>:not([hidden])~:not([hidden]){border-color:#fef0e4f2}.hover\:divide-secondary-200\/100:hover>:not([hidden])~:not([hidden]){border-color:#fef0e4}.hover\:divide-secondary-300\/0:hover>:not([hidden])~:not([hidden]){border-color:#fde1c600}.hover\:divide-secondary-300\/5:hover>:not([hidden])~:not([hidden]){border-color:#fde1c60d}.hover\:divide-secondary-300\/10:hover>:not([hidden])~:not([hidden]){border-color:#fde1c61a}.hover\:divide-secondary-300\/20:hover>:not([hidden])~:not([hidden]){border-color:#fde1c633}.hover\:divide-secondary-300\/25:hover>:not([hidden])~:not([hidden]){border-color:#fde1c640}.hover\:divide-secondary-300\/30:hover>:not([hidden])~:not([hidden]){border-color:#fde1c64d}.hover\:divide-secondary-300\/40:hover>:not([hidden])~:not([hidden]){border-color:#fde1c666}.hover\:divide-secondary-300\/50:hover>:not([hidden])~:not([hidden]){border-color:#fde1c680}.hover\:divide-secondary-300\/60:hover>:not([hidden])~:not([hidden]){border-color:#fde1c699}.hover\:divide-secondary-300\/70:hover>:not([hidden])~:not([hidden]){border-color:#fde1c6b3}.hover\:divide-secondary-300\/75:hover>:not([hidden])~:not([hidden]){border-color:#fde1c6bf}.hover\:divide-secondary-300\/80:hover>:not([hidden])~:not([hidden]){border-color:#fde1c6cc}.hover\:divide-secondary-300\/90:hover>:not([hidden])~:not([hidden]){border-color:#fde1c6e6}.hover\:divide-secondary-300\/95:hover>:not([hidden])~:not([hidden]){border-color:#fde1c6f2}.hover\:divide-secondary-300\/100:hover>:not([hidden])~:not([hidden]){border-color:#fde1c6}.hover\:divide-secondary-400\/0:hover>:not([hidden])~:not([hidden]){border-color:#fcd1a200}.hover\:divide-secondary-400\/5:hover>:not([hidden])~:not([hidden]){border-color:#fcd1a20d}.hover\:divide-secondary-400\/10:hover>:not([hidden])~:not([hidden]){border-color:#fcd1a21a}.hover\:divide-secondary-400\/20:hover>:not([hidden])~:not([hidden]){border-color:#fcd1a233}.hover\:divide-secondary-400\/25:hover>:not([hidden])~:not([hidden]){border-color:#fcd1a240}.hover\:divide-secondary-400\/30:hover>:not([hidden])~:not([hidden]){border-color:#fcd1a24d}.hover\:divide-secondary-400\/40:hover>:not([hidden])~:not([hidden]){border-color:#fcd1a266}.hover\:divide-secondary-400\/50:hover>:not([hidden])~:not([hidden]){border-color:#fcd1a280}.hover\:divide-secondary-400\/60:hover>:not([hidden])~:not([hidden]){border-color:#fcd1a299}.hover\:divide-secondary-400\/70:hover>:not([hidden])~:not([hidden]){border-color:#fcd1a2b3}.hover\:divide-secondary-400\/75:hover>:not([hidden])~:not([hidden]){border-color:#fcd1a2bf}.hover\:divide-secondary-400\/80:hover>:not([hidden])~:not([hidden]){border-color:#fcd1a2cc}.hover\:divide-secondary-400\/90:hover>:not([hidden])~:not([hidden]){border-color:#fcd1a2e6}.hover\:divide-secondary-400\/95:hover>:not([hidden])~:not([hidden]){border-color:#fcd1a2f2}.hover\:divide-secondary-400\/100:hover>:not([hidden])~:not([hidden]){border-color:#fcd1a2}.hover\:divide-secondary-500\/0:hover>:not([hidden])~:not([hidden]){border-color:#fbbf7500}.hover\:divide-secondary-500\/5:hover>:not([hidden])~:not([hidden]){border-color:#fbbf750d}.hover\:divide-secondary-500\/10:hover>:not([hidden])~:not([hidden]){border-color:#fbbf751a}.hover\:divide-secondary-500\/20:hover>:not([hidden])~:not([hidden]){border-color:#fbbf7533}.hover\:divide-secondary-500\/25:hover>:not([hidden])~:not([hidden]){border-color:#fbbf7540}.hover\:divide-secondary-500\/30:hover>:not([hidden])~:not([hidden]){border-color:#fbbf754d}.hover\:divide-secondary-500\/40:hover>:not([hidden])~:not([hidden]){border-color:#fbbf7566}.hover\:divide-secondary-500\/50:hover>:not([hidden])~:not([hidden]){border-color:#fbbf7580}.hover\:divide-secondary-500\/60:hover>:not([hidden])~:not([hidden]){border-color:#fbbf7599}.hover\:divide-secondary-500\/70:hover>:not([hidden])~:not([hidden]){border-color:#fbbf75b3}.hover\:divide-secondary-500\/75:hover>:not([hidden])~:not([hidden]){border-color:#fbbf75bf}.hover\:divide-secondary-500\/80:hover>:not([hidden])~:not([hidden]){border-color:#fbbf75cc}.hover\:divide-secondary-500\/90:hover>:not([hidden])~:not([hidden]){border-color:#fbbf75e6}.hover\:divide-secondary-500\/95:hover>:not([hidden])~:not([hidden]){border-color:#fbbf75f2}.hover\:divide-secondary-500\/100:hover>:not([hidden])~:not([hidden]){border-color:#fbbf75}.hover\:divide-secondary-600\/0:hover>:not([hidden])~:not([hidden]){border-color:#faac1e00}.hover\:divide-secondary-600\/5:hover>:not([hidden])~:not([hidden]){border-color:#faac1e0d}.hover\:divide-secondary-600\/10:hover>:not([hidden])~:not([hidden]){border-color:#faac1e1a}.hover\:divide-secondary-600\/20:hover>:not([hidden])~:not([hidden]){border-color:#faac1e33}.hover\:divide-secondary-600\/25:hover>:not([hidden])~:not([hidden]){border-color:#faac1e40}.hover\:divide-secondary-600\/30:hover>:not([hidden])~:not([hidden]){border-color:#faac1e4d}.hover\:divide-secondary-600\/40:hover>:not([hidden])~:not([hidden]){border-color:#faac1e66}.hover\:divide-secondary-600\/50:hover>:not([hidden])~:not([hidden]){border-color:#faac1e80}.hover\:divide-secondary-600\/60:hover>:not([hidden])~:not([hidden]){border-color:#faac1e99}.hover\:divide-secondary-600\/70:hover>:not([hidden])~:not([hidden]){border-color:#faac1eb3}.hover\:divide-secondary-600\/75:hover>:not([hidden])~:not([hidden]){border-color:#faac1ebf}.hover\:divide-secondary-600\/80:hover>:not([hidden])~:not([hidden]){border-color:#faac1ecc}.hover\:divide-secondary-600\/90:hover>:not([hidden])~:not([hidden]){border-color:#faac1ee6}.hover\:divide-secondary-600\/95:hover>:not([hidden])~:not([hidden]){border-color:#faac1ef2}.hover\:divide-secondary-600\/100:hover>:not([hidden])~:not([hidden]){border-color:#faac1e}.hover\:divide-secondary-700\/0:hover>:not([hidden])~:not([hidden]){border-color:#df991a00}.hover\:divide-secondary-700\/5:hover>:not([hidden])~:not([hidden]){border-color:#df991a0d}.hover\:divide-secondary-700\/10:hover>:not([hidden])~:not([hidden]){border-color:#df991a1a}.hover\:divide-secondary-700\/20:hover>:not([hidden])~:not([hidden]){border-color:#df991a33}.hover\:divide-secondary-700\/25:hover>:not([hidden])~:not([hidden]){border-color:#df991a40}.hover\:divide-secondary-700\/30:hover>:not([hidden])~:not([hidden]){border-color:#df991a4d}.hover\:divide-secondary-700\/40:hover>:not([hidden])~:not([hidden]){border-color:#df991a66}.hover\:divide-secondary-700\/50:hover>:not([hidden])~:not([hidden]){border-color:#df991a80}.hover\:divide-secondary-700\/60:hover>:not([hidden])~:not([hidden]){border-color:#df991a99}.hover\:divide-secondary-700\/70:hover>:not([hidden])~:not([hidden]){border-color:#df991ab3}.hover\:divide-secondary-700\/75:hover>:not([hidden])~:not([hidden]){border-color:#df991abf}.hover\:divide-secondary-700\/80:hover>:not([hidden])~:not([hidden]){border-color:#df991acc}.hover\:divide-secondary-700\/90:hover>:not([hidden])~:not([hidden]){border-color:#df991ae6}.hover\:divide-secondary-700\/95:hover>:not([hidden])~:not([hidden]){border-color:#df991af2}.hover\:divide-secondary-700\/100:hover>:not([hidden])~:not([hidden]){border-color:#df991a}.hover\:divide-secondary-800\/0:hover>:not([hidden])~:not([hidden]){border-color:#c1851700}.hover\:divide-secondary-800\/5:hover>:not([hidden])~:not([hidden]){border-color:#c185170d}.hover\:divide-secondary-800\/10:hover>:not([hidden])~:not([hidden]){border-color:#c185171a}.hover\:divide-secondary-800\/20:hover>:not([hidden])~:not([hidden]){border-color:#c1851733}.hover\:divide-secondary-800\/25:hover>:not([hidden])~:not([hidden]){border-color:#c1851740}.hover\:divide-secondary-800\/30:hover>:not([hidden])~:not([hidden]){border-color:#c185174d}.hover\:divide-secondary-800\/40:hover>:not([hidden])~:not([hidden]){border-color:#c1851766}.hover\:divide-secondary-800\/50:hover>:not([hidden])~:not([hidden]){border-color:#c1851780}.hover\:divide-secondary-800\/60:hover>:not([hidden])~:not([hidden]){border-color:#c1851799}.hover\:divide-secondary-800\/70:hover>:not([hidden])~:not([hidden]){border-color:#c18517b3}.hover\:divide-secondary-800\/75:hover>:not([hidden])~:not([hidden]){border-color:#c18517bf}.hover\:divide-secondary-800\/80:hover>:not([hidden])~:not([hidden]){border-color:#c18517cc}.hover\:divide-secondary-800\/90:hover>:not([hidden])~:not([hidden]){border-color:#c18517e6}.hover\:divide-secondary-800\/95:hover>:not([hidden])~:not([hidden]){border-color:#c18517f2}.hover\:divide-secondary-800\/100:hover>:not([hidden])~:not([hidden]){border-color:#c18517}.hover\:divide-secondary-900\/0:hover>:not([hidden])~:not([hidden]){border-color:#9e6c1200}.hover\:divide-secondary-900\/5:hover>:not([hidden])~:not([hidden]){border-color:#9e6c120d}.hover\:divide-secondary-900\/10:hover>:not([hidden])~:not([hidden]){border-color:#9e6c121a}.hover\:divide-secondary-900\/20:hover>:not([hidden])~:not([hidden]){border-color:#9e6c1233}.hover\:divide-secondary-900\/25:hover>:not([hidden])~:not([hidden]){border-color:#9e6c1240}.hover\:divide-secondary-900\/30:hover>:not([hidden])~:not([hidden]){border-color:#9e6c124d}.hover\:divide-secondary-900\/40:hover>:not([hidden])~:not([hidden]){border-color:#9e6c1266}.hover\:divide-secondary-900\/50:hover>:not([hidden])~:not([hidden]){border-color:#9e6c1280}.hover\:divide-secondary-900\/60:hover>:not([hidden])~:not([hidden]){border-color:#9e6c1299}.hover\:divide-secondary-900\/70:hover>:not([hidden])~:not([hidden]){border-color:#9e6c12b3}.hover\:divide-secondary-900\/75:hover>:not([hidden])~:not([hidden]){border-color:#9e6c12bf}.hover\:divide-secondary-900\/80:hover>:not([hidden])~:not([hidden]){border-color:#9e6c12cc}.hover\:divide-secondary-900\/90:hover>:not([hidden])~:not([hidden]){border-color:#9e6c12e6}.hover\:divide-secondary-900\/95:hover>:not([hidden])~:not([hidden]){border-color:#9e6c12f2}.hover\:divide-secondary-900\/100:hover>:not([hidden])~:not([hidden]){border-color:#9e6c12}.hover\:divide-secondary-1000\/0:hover>:not([hidden])~:not([hidden]){border-color:#6f4c0d00}.hover\:divide-secondary-1000\/5:hover>:not([hidden])~:not([hidden]){border-color:#6f4c0d0d}.hover\:divide-secondary-1000\/10:hover>:not([hidden])~:not([hidden]){border-color:#6f4c0d1a}.hover\:divide-secondary-1000\/20:hover>:not([hidden])~:not([hidden]){border-color:#6f4c0d33}.hover\:divide-secondary-1000\/25:hover>:not([hidden])~:not([hidden]){border-color:#6f4c0d40}.hover\:divide-secondary-1000\/30:hover>:not([hidden])~:not([hidden]){border-color:#6f4c0d4d}.hover\:divide-secondary-1000\/40:hover>:not([hidden])~:not([hidden]){border-color:#6f4c0d66}.hover\:divide-secondary-1000\/50:hover>:not([hidden])~:not([hidden]){border-color:#6f4c0d80}.hover\:divide-secondary-1000\/60:hover>:not([hidden])~:not([hidden]){border-color:#6f4c0d99}.hover\:divide-secondary-1000\/70:hover>:not([hidden])~:not([hidden]){border-color:#6f4c0db3}.hover\:divide-secondary-1000\/75:hover>:not([hidden])~:not([hidden]){border-color:#6f4c0dbf}.hover\:divide-secondary-1000\/80:hover>:not([hidden])~:not([hidden]){border-color:#6f4c0dcc}.hover\:divide-secondary-1000\/90:hover>:not([hidden])~:not([hidden]){border-color:#6f4c0de6}.hover\:divide-secondary-1000\/95:hover>:not([hidden])~:not([hidden]){border-color:#6f4c0df2}.hover\:divide-secondary-1000\/100:hover>:not([hidden])~:not([hidden]){border-color:#6f4c0d}.hover\:divide-grey-100\/0:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f400}.hover\:divide-grey-100\/5:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f40d}.hover\:divide-grey-100\/10:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f41a}.hover\:divide-grey-100\/20:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f433}.hover\:divide-grey-100\/25:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f440}.hover\:divide-grey-100\/30:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f44d}.hover\:divide-grey-100\/40:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f466}.hover\:divide-grey-100\/50:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f480}.hover\:divide-grey-100\/60:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f499}.hover\:divide-grey-100\/70:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f4b3}.hover\:divide-grey-100\/75:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f4bf}.hover\:divide-grey-100\/80:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f4cc}.hover\:divide-grey-100\/90:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f4e6}.hover\:divide-grey-100\/95:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f4f2}.hover\:divide-grey-100\/100:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f4}.hover\:divide-grey-200\/0:hover>:not([hidden])~:not([hidden]){border-color:#e6e7e800}.hover\:divide-grey-200\/5:hover>:not([hidden])~:not([hidden]){border-color:#e6e7e80d}.hover\:divide-grey-200\/10:hover>:not([hidden])~:not([hidden]){border-color:#e6e7e81a}.hover\:divide-grey-200\/20:hover>:not([hidden])~:not([hidden]){border-color:#e6e7e833}.hover\:divide-grey-200\/25:hover>:not([hidden])~:not([hidden]){border-color:#e6e7e840}.hover\:divide-grey-200\/30:hover>:not([hidden])~:not([hidden]){border-color:#e6e7e84d}.hover\:divide-grey-200\/40:hover>:not([hidden])~:not([hidden]){border-color:#e6e7e866}.hover\:divide-grey-200\/50:hover>:not([hidden])~:not([hidden]){border-color:#e6e7e880}.hover\:divide-grey-200\/60:hover>:not([hidden])~:not([hidden]){border-color:#e6e7e899}.hover\:divide-grey-200\/70:hover>:not([hidden])~:not([hidden]){border-color:#e6e7e8b3}.hover\:divide-grey-200\/75:hover>:not([hidden])~:not([hidden]){border-color:#e6e7e8bf}.hover\:divide-grey-200\/80:hover>:not([hidden])~:not([hidden]){border-color:#e6e7e8cc}.hover\:divide-grey-200\/90:hover>:not([hidden])~:not([hidden]){border-color:#e6e7e8e6}.hover\:divide-grey-200\/95:hover>:not([hidden])~:not([hidden]){border-color:#e6e7e8f2}.hover\:divide-grey-200\/100:hover>:not([hidden])~:not([hidden]){border-color:#e6e7e8}.hover\:divide-grey-300\/0:hover>:not([hidden])~:not([hidden]){border-color:#caccd000}.hover\:divide-grey-300\/5:hover>:not([hidden])~:not([hidden]){border-color:#caccd00d}.hover\:divide-grey-300\/10:hover>:not([hidden])~:not([hidden]){border-color:#caccd01a}.hover\:divide-grey-300\/20:hover>:not([hidden])~:not([hidden]){border-color:#caccd033}.hover\:divide-grey-300\/25:hover>:not([hidden])~:not([hidden]){border-color:#caccd040}.hover\:divide-grey-300\/30:hover>:not([hidden])~:not([hidden]){border-color:#caccd04d}.hover\:divide-grey-300\/40:hover>:not([hidden])~:not([hidden]){border-color:#caccd066}.hover\:divide-grey-300\/50:hover>:not([hidden])~:not([hidden]){border-color:#caccd080}.hover\:divide-grey-300\/60:hover>:not([hidden])~:not([hidden]){border-color:#caccd099}.hover\:divide-grey-300\/70:hover>:not([hidden])~:not([hidden]){border-color:#caccd0b3}.hover\:divide-grey-300\/75:hover>:not([hidden])~:not([hidden]){border-color:#caccd0bf}.hover\:divide-grey-300\/80:hover>:not([hidden])~:not([hidden]){border-color:#caccd0cc}.hover\:divide-grey-300\/90:hover>:not([hidden])~:not([hidden]){border-color:#caccd0e6}.hover\:divide-grey-300\/95:hover>:not([hidden])~:not([hidden]){border-color:#caccd0f2}.hover\:divide-grey-300\/100:hover>:not([hidden])~:not([hidden]){border-color:#caccd0}.hover\:divide-grey-400\/0:hover>:not([hidden])~:not([hidden]){border-color:#aaaeb400}.hover\:divide-grey-400\/5:hover>:not([hidden])~:not([hidden]){border-color:#aaaeb40d}.hover\:divide-grey-400\/10:hover>:not([hidden])~:not([hidden]){border-color:#aaaeb41a}.hover\:divide-grey-400\/20:hover>:not([hidden])~:not([hidden]){border-color:#aaaeb433}.hover\:divide-grey-400\/25:hover>:not([hidden])~:not([hidden]){border-color:#aaaeb440}.hover\:divide-grey-400\/30:hover>:not([hidden])~:not([hidden]){border-color:#aaaeb44d}.hover\:divide-grey-400\/40:hover>:not([hidden])~:not([hidden]){border-color:#aaaeb466}.hover\:divide-grey-400\/50:hover>:not([hidden])~:not([hidden]){border-color:#aaaeb480}.hover\:divide-grey-400\/60:hover>:not([hidden])~:not([hidden]){border-color:#aaaeb499}.hover\:divide-grey-400\/70:hover>:not([hidden])~:not([hidden]){border-color:#aaaeb4b3}.hover\:divide-grey-400\/75:hover>:not([hidden])~:not([hidden]){border-color:#aaaeb4bf}.hover\:divide-grey-400\/80:hover>:not([hidden])~:not([hidden]){border-color:#aaaeb4cc}.hover\:divide-grey-400\/90:hover>:not([hidden])~:not([hidden]){border-color:#aaaeb4e6}.hover\:divide-grey-400\/95:hover>:not([hidden])~:not([hidden]){border-color:#aaaeb4f2}.hover\:divide-grey-400\/100:hover>:not([hidden])~:not([hidden]){border-color:#aaaeb4}.hover\:divide-grey-500\/0:hover>:not([hidden])~:not([hidden]){border-color:#82899300}.hover\:divide-grey-500\/5:hover>:not([hidden])~:not([hidden]){border-color:#8289930d}.hover\:divide-grey-500\/10:hover>:not([hidden])~:not([hidden]){border-color:#8289931a}.hover\:divide-grey-500\/20:hover>:not([hidden])~:not([hidden]){border-color:#82899333}.hover\:divide-grey-500\/25:hover>:not([hidden])~:not([hidden]){border-color:#82899340}.hover\:divide-grey-500\/30:hover>:not([hidden])~:not([hidden]){border-color:#8289934d}.hover\:divide-grey-500\/40:hover>:not([hidden])~:not([hidden]){border-color:#82899366}.hover\:divide-grey-500\/50:hover>:not([hidden])~:not([hidden]){border-color:#82899380}.hover\:divide-grey-500\/60:hover>:not([hidden])~:not([hidden]){border-color:#82899399}.hover\:divide-grey-500\/70:hover>:not([hidden])~:not([hidden]){border-color:#828993b3}.hover\:divide-grey-500\/75:hover>:not([hidden])~:not([hidden]){border-color:#828993bf}.hover\:divide-grey-500\/80:hover>:not([hidden])~:not([hidden]){border-color:#828993cc}.hover\:divide-grey-500\/90:hover>:not([hidden])~:not([hidden]){border-color:#828993e6}.hover\:divide-grey-500\/95:hover>:not([hidden])~:not([hidden]){border-color:#828993f2}.hover\:divide-grey-500\/100:hover>:not([hidden])~:not([hidden]){border-color:#828993}.hover\:divide-grey-600\/0:hover>:not([hidden])~:not([hidden]){border-color:#47556900}.hover\:divide-grey-600\/5:hover>:not([hidden])~:not([hidden]){border-color:#4755690d}.hover\:divide-grey-600\/10:hover>:not([hidden])~:not([hidden]){border-color:#4755691a}.hover\:divide-grey-600\/20:hover>:not([hidden])~:not([hidden]){border-color:#47556933}.hover\:divide-grey-600\/25:hover>:not([hidden])~:not([hidden]){border-color:#47556940}.hover\:divide-grey-600\/30:hover>:not([hidden])~:not([hidden]){border-color:#4755694d}.hover\:divide-grey-600\/40:hover>:not([hidden])~:not([hidden]){border-color:#47556966}.hover\:divide-grey-600\/50:hover>:not([hidden])~:not([hidden]){border-color:#47556980}.hover\:divide-grey-600\/60:hover>:not([hidden])~:not([hidden]){border-color:#47556999}.hover\:divide-grey-600\/70:hover>:not([hidden])~:not([hidden]){border-color:#475569b3}.hover\:divide-grey-600\/75:hover>:not([hidden])~:not([hidden]){border-color:#475569bf}.hover\:divide-grey-600\/80:hover>:not([hidden])~:not([hidden]){border-color:#475569cc}.hover\:divide-grey-600\/90:hover>:not([hidden])~:not([hidden]){border-color:#475569e6}.hover\:divide-grey-600\/95:hover>:not([hidden])~:not([hidden]){border-color:#475569f2}.hover\:divide-grey-600\/100:hover>:not([hidden])~:not([hidden]){border-color:#475569}.hover\:divide-grey-700\/0:hover>:not([hidden])~:not([hidden]){border-color:#3f4c5d00}.hover\:divide-grey-700\/5:hover>:not([hidden])~:not([hidden]){border-color:#3f4c5d0d}.hover\:divide-grey-700\/10:hover>:not([hidden])~:not([hidden]){border-color:#3f4c5d1a}.hover\:divide-grey-700\/20:hover>:not([hidden])~:not([hidden]){border-color:#3f4c5d33}.hover\:divide-grey-700\/25:hover>:not([hidden])~:not([hidden]){border-color:#3f4c5d40}.hover\:divide-grey-700\/30:hover>:not([hidden])~:not([hidden]){border-color:#3f4c5d4d}.hover\:divide-grey-700\/40:hover>:not([hidden])~:not([hidden]){border-color:#3f4c5d66}.hover\:divide-grey-700\/50:hover>:not([hidden])~:not([hidden]){border-color:#3f4c5d80}.hover\:divide-grey-700\/60:hover>:not([hidden])~:not([hidden]){border-color:#3f4c5d99}.hover\:divide-grey-700\/70:hover>:not([hidden])~:not([hidden]){border-color:#3f4c5db3}.hover\:divide-grey-700\/75:hover>:not([hidden])~:not([hidden]){border-color:#3f4c5dbf}.hover\:divide-grey-700\/80:hover>:not([hidden])~:not([hidden]){border-color:#3f4c5dcc}.hover\:divide-grey-700\/90:hover>:not([hidden])~:not([hidden]){border-color:#3f4c5de6}.hover\:divide-grey-700\/95:hover>:not([hidden])~:not([hidden]){border-color:#3f4c5df2}.hover\:divide-grey-700\/100:hover>:not([hidden])~:not([hidden]){border-color:#3f4c5d}.hover\:divide-grey-800\/0:hover>:not([hidden])~:not([hidden]){border-color:#36415100}.hover\:divide-grey-800\/5:hover>:not([hidden])~:not([hidden]){border-color:#3641510d}.hover\:divide-grey-800\/10:hover>:not([hidden])~:not([hidden]){border-color:#3641511a}.hover\:divide-grey-800\/20:hover>:not([hidden])~:not([hidden]){border-color:#36415133}.hover\:divide-grey-800\/25:hover>:not([hidden])~:not([hidden]){border-color:#36415140}.hover\:divide-grey-800\/30:hover>:not([hidden])~:not([hidden]){border-color:#3641514d}.hover\:divide-grey-800\/40:hover>:not([hidden])~:not([hidden]){border-color:#36415166}.hover\:divide-grey-800\/50:hover>:not([hidden])~:not([hidden]){border-color:#36415180}.hover\:divide-grey-800\/60:hover>:not([hidden])~:not([hidden]){border-color:#36415199}.hover\:divide-grey-800\/70:hover>:not([hidden])~:not([hidden]){border-color:#364151b3}.hover\:divide-grey-800\/75:hover>:not([hidden])~:not([hidden]){border-color:#364151bf}.hover\:divide-grey-800\/80:hover>:not([hidden])~:not([hidden]){border-color:#364151cc}.hover\:divide-grey-800\/90:hover>:not([hidden])~:not([hidden]){border-color:#364151e6}.hover\:divide-grey-800\/95:hover>:not([hidden])~:not([hidden]){border-color:#364151f2}.hover\:divide-grey-800\/100:hover>:not([hidden])~:not([hidden]){border-color:#364151}.hover\:divide-grey-900\/0:hover>:not([hidden])~:not([hidden]){border-color:#2c354200}.hover\:divide-grey-900\/5:hover>:not([hidden])~:not([hidden]){border-color:#2c35420d}.hover\:divide-grey-900\/10:hover>:not([hidden])~:not([hidden]){border-color:#2c35421a}.hover\:divide-grey-900\/20:hover>:not([hidden])~:not([hidden]){border-color:#2c354233}.hover\:divide-grey-900\/25:hover>:not([hidden])~:not([hidden]){border-color:#2c354240}.hover\:divide-grey-900\/30:hover>:not([hidden])~:not([hidden]){border-color:#2c35424d}.hover\:divide-grey-900\/40:hover>:not([hidden])~:not([hidden]){border-color:#2c354266}.hover\:divide-grey-900\/50:hover>:not([hidden])~:not([hidden]){border-color:#2c354280}.hover\:divide-grey-900\/60:hover>:not([hidden])~:not([hidden]){border-color:#2c354299}.hover\:divide-grey-900\/70:hover>:not([hidden])~:not([hidden]){border-color:#2c3542b3}.hover\:divide-grey-900\/75:hover>:not([hidden])~:not([hidden]){border-color:#2c3542bf}.hover\:divide-grey-900\/80:hover>:not([hidden])~:not([hidden]){border-color:#2c3542cc}.hover\:divide-grey-900\/90:hover>:not([hidden])~:not([hidden]){border-color:#2c3542e6}.hover\:divide-grey-900\/95:hover>:not([hidden])~:not([hidden]){border-color:#2c3542f2}.hover\:divide-grey-900\/100:hover>:not([hidden])~:not([hidden]){border-color:#2c3542}.hover\:divide-grey-1000\/0:hover>:not([hidden])~:not([hidden]){border-color:#1f262e00}.hover\:divide-grey-1000\/5:hover>:not([hidden])~:not([hidden]){border-color:#1f262e0d}.hover\:divide-grey-1000\/10:hover>:not([hidden])~:not([hidden]){border-color:#1f262e1a}.hover\:divide-grey-1000\/20:hover>:not([hidden])~:not([hidden]){border-color:#1f262e33}.hover\:divide-grey-1000\/25:hover>:not([hidden])~:not([hidden]){border-color:#1f262e40}.hover\:divide-grey-1000\/30:hover>:not([hidden])~:not([hidden]){border-color:#1f262e4d}.hover\:divide-grey-1000\/40:hover>:not([hidden])~:not([hidden]){border-color:#1f262e66}.hover\:divide-grey-1000\/50:hover>:not([hidden])~:not([hidden]){border-color:#1f262e80}.hover\:divide-grey-1000\/60:hover>:not([hidden])~:not([hidden]){border-color:#1f262e99}.hover\:divide-grey-1000\/70:hover>:not([hidden])~:not([hidden]){border-color:#1f262eb3}.hover\:divide-grey-1000\/75:hover>:not([hidden])~:not([hidden]){border-color:#1f262ebf}.hover\:divide-grey-1000\/80:hover>:not([hidden])~:not([hidden]){border-color:#1f262ecc}.hover\:divide-grey-1000\/90:hover>:not([hidden])~:not([hidden]){border-color:#1f262ee6}.hover\:divide-grey-1000\/95:hover>:not([hidden])~:not([hidden]){border-color:#1f262ef2}.hover\:divide-grey-1000\/100:hover>:not([hidden])~:not([hidden]){border-color:#1f262e}.hover\:divide-green-1000\/0:hover>:not([hidden])~:not([hidden]){border-color:#175e4400}.hover\:divide-green-1000\/5:hover>:not([hidden])~:not([hidden]){border-color:#175e440d}.hover\:divide-green-1000\/10:hover>:not([hidden])~:not([hidden]){border-color:#175e441a}.hover\:divide-green-1000\/20:hover>:not([hidden])~:not([hidden]){border-color:#175e4433}.hover\:divide-green-1000\/25:hover>:not([hidden])~:not([hidden]){border-color:#175e4440}.hover\:divide-green-1000\/30:hover>:not([hidden])~:not([hidden]){border-color:#175e444d}.hover\:divide-green-1000\/40:hover>:not([hidden])~:not([hidden]){border-color:#175e4466}.hover\:divide-green-1000\/50:hover>:not([hidden])~:not([hidden]){border-color:#175e4480}.hover\:divide-green-1000\/60:hover>:not([hidden])~:not([hidden]){border-color:#175e4499}.hover\:divide-green-1000\/70:hover>:not([hidden])~:not([hidden]){border-color:#175e44b3}.hover\:divide-green-1000\/75:hover>:not([hidden])~:not([hidden]){border-color:#175e44bf}.hover\:divide-green-1000\/80:hover>:not([hidden])~:not([hidden]){border-color:#175e44cc}.hover\:divide-green-1000\/90:hover>:not([hidden])~:not([hidden]){border-color:#175e44e6}.hover\:divide-green-1000\/95:hover>:not([hidden])~:not([hidden]){border-color:#175e44f2}.hover\:divide-green-1000\/100:hover>:not([hidden])~:not([hidden]){border-color:#175e44}.hover\:divide-blue-1000\/0:hover>:not([hidden])~:not([hidden]){border-color:#102c6900}.hover\:divide-blue-1000\/5:hover>:not([hidden])~:not([hidden]){border-color:#102c690d}.hover\:divide-blue-1000\/10:hover>:not([hidden])~:not([hidden]){border-color:#102c691a}.hover\:divide-blue-1000\/20:hover>:not([hidden])~:not([hidden]){border-color:#102c6933}.hover\:divide-blue-1000\/25:hover>:not([hidden])~:not([hidden]){border-color:#102c6940}.hover\:divide-blue-1000\/30:hover>:not([hidden])~:not([hidden]){border-color:#102c694d}.hover\:divide-blue-1000\/40:hover>:not([hidden])~:not([hidden]){border-color:#102c6966}.hover\:divide-blue-1000\/50:hover>:not([hidden])~:not([hidden]){border-color:#102c6980}.hover\:divide-blue-1000\/60:hover>:not([hidden])~:not([hidden]){border-color:#102c6999}.hover\:divide-blue-1000\/70:hover>:not([hidden])~:not([hidden]){border-color:#102c69b3}.hover\:divide-blue-1000\/75:hover>:not([hidden])~:not([hidden]){border-color:#102c69bf}.hover\:divide-blue-1000\/80:hover>:not([hidden])~:not([hidden]){border-color:#102c69cc}.hover\:divide-blue-1000\/90:hover>:not([hidden])~:not([hidden]){border-color:#102c69e6}.hover\:divide-blue-1000\/95:hover>:not([hidden])~:not([hidden]){border-color:#102c69f2}.hover\:divide-blue-1000\/100:hover>:not([hidden])~:not([hidden]){border-color:#102c69}.hover\:divide-orange-1000\/0:hover>:not([hidden])~:not([hidden]){border-color:#68270500}.hover\:divide-orange-1000\/5:hover>:not([hidden])~:not([hidden]){border-color:#6827050d}.hover\:divide-orange-1000\/10:hover>:not([hidden])~:not([hidden]){border-color:#6827051a}.hover\:divide-orange-1000\/20:hover>:not([hidden])~:not([hidden]){border-color:#68270533}.hover\:divide-orange-1000\/25:hover>:not([hidden])~:not([hidden]){border-color:#68270540}.hover\:divide-orange-1000\/30:hover>:not([hidden])~:not([hidden]){border-color:#6827054d}.hover\:divide-orange-1000\/40:hover>:not([hidden])~:not([hidden]){border-color:#68270566}.hover\:divide-orange-1000\/50:hover>:not([hidden])~:not([hidden]){border-color:#68270580}.hover\:divide-orange-1000\/60:hover>:not([hidden])~:not([hidden]){border-color:#68270599}.hover\:divide-orange-1000\/70:hover>:not([hidden])~:not([hidden]){border-color:#682705b3}.hover\:divide-orange-1000\/75:hover>:not([hidden])~:not([hidden]){border-color:#682705bf}.hover\:divide-orange-1000\/80:hover>:not([hidden])~:not([hidden]){border-color:#682705cc}.hover\:divide-orange-1000\/90:hover>:not([hidden])~:not([hidden]){border-color:#682705e6}.hover\:divide-orange-1000\/95:hover>:not([hidden])~:not([hidden]){border-color:#682705f2}.hover\:divide-orange-1000\/100:hover>:not([hidden])~:not([hidden]){border-color:#682705}.hover\:divide-red-1000\/0:hover>:not([hidden])~:not([hidden]){border-color:#62101000}.hover\:divide-red-1000\/5:hover>:not([hidden])~:not([hidden]){border-color:#6210100d}.hover\:divide-red-1000\/10:hover>:not([hidden])~:not([hidden]){border-color:#6210101a}.hover\:divide-red-1000\/20:hover>:not([hidden])~:not([hidden]){border-color:#62101033}.hover\:divide-red-1000\/25:hover>:not([hidden])~:not([hidden]){border-color:#62101040}.hover\:divide-red-1000\/30:hover>:not([hidden])~:not([hidden]){border-color:#6210104d}.hover\:divide-red-1000\/40:hover>:not([hidden])~:not([hidden]){border-color:#62101066}.hover\:divide-red-1000\/50:hover>:not([hidden])~:not([hidden]){border-color:#62101080}.hover\:divide-red-1000\/60:hover>:not([hidden])~:not([hidden]){border-color:#62101099}.hover\:divide-red-1000\/70:hover>:not([hidden])~:not([hidden]){border-color:#621010b3}.hover\:divide-red-1000\/75:hover>:not([hidden])~:not([hidden]){border-color:#621010bf}.hover\:divide-red-1000\/80:hover>:not([hidden])~:not([hidden]){border-color:#621010cc}.hover\:divide-red-1000\/90:hover>:not([hidden])~:not([hidden]){border-color:#621010e6}.hover\:divide-red-1000\/95:hover>:not([hidden])~:not([hidden]){border-color:#621010f2}.hover\:divide-red-1000\/100:hover>:not([hidden])~:not([hidden]){border-color:#621010}.hover\:divide-primary\/0:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa00}.hover\:divide-primary\/5:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa0d}.hover\:divide-primary\/10:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa1a}.hover\:divide-primary\/20:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa33}.hover\:divide-primary\/25:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa40}.hover\:divide-primary\/30:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa4d}.hover\:divide-primary\/40:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa66}.hover\:divide-primary\/50:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa80}.hover\:divide-primary\/60:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa99}.hover\:divide-primary\/70:hover>:not([hidden])~:not([hidden]){border-color:#a78bfab3}.hover\:divide-primary\/75:hover>:not([hidden])~:not([hidden]){border-color:#a78bfabf}.hover\:divide-primary\/80:hover>:not([hidden])~:not([hidden]){border-color:#a78bfacc}.hover\:divide-primary\/90:hover>:not([hidden])~:not([hidden]){border-color:#a78bfae6}.hover\:divide-primary\/95:hover>:not([hidden])~:not([hidden]){border-color:#a78bfaf2}.hover\:divide-primary\/100:hover>:not([hidden])~:not([hidden]){border-color:#a78bfa}.hover\:divide-primary-light\/0:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fe00}.hover\:divide-primary-light\/5:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fe0d}.hover\:divide-primary-light\/10:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fe1a}.hover\:divide-primary-light\/20:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fe33}.hover\:divide-primary-light\/25:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fe40}.hover\:divide-primary-light\/30:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fe4d}.hover\:divide-primary-light\/40:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fe66}.hover\:divide-primary-light\/50:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fe80}.hover\:divide-primary-light\/60:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fe99}.hover\:divide-primary-light\/70:hover>:not([hidden])~:not([hidden]){border-color:#f7f5feb3}.hover\:divide-primary-light\/75:hover>:not([hidden])~:not([hidden]){border-color:#f7f5febf}.hover\:divide-primary-light\/80:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fecc}.hover\:divide-primary-light\/90:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fee6}.hover\:divide-primary-light\/95:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fef2}.hover\:divide-primary-light\/100:hover>:not([hidden])~:not([hidden]){border-color:#f7f5fe}.hover\:divide-primary-dark\/0:hover>:not([hidden])~:not([hidden]){border-color:#69579e00}.hover\:divide-primary-dark\/5:hover>:not([hidden])~:not([hidden]){border-color:#69579e0d}.hover\:divide-primary-dark\/10:hover>:not([hidden])~:not([hidden]){border-color:#69579e1a}.hover\:divide-primary-dark\/20:hover>:not([hidden])~:not([hidden]){border-color:#69579e33}.hover\:divide-primary-dark\/25:hover>:not([hidden])~:not([hidden]){border-color:#69579e40}.hover\:divide-primary-dark\/30:hover>:not([hidden])~:not([hidden]){border-color:#69579e4d}.hover\:divide-primary-dark\/40:hover>:not([hidden])~:not([hidden]){border-color:#69579e66}.hover\:divide-primary-dark\/50:hover>:not([hidden])~:not([hidden]){border-color:#69579e80}.hover\:divide-primary-dark\/60:hover>:not([hidden])~:not([hidden]){border-color:#69579e99}.hover\:divide-primary-dark\/70:hover>:not([hidden])~:not([hidden]){border-color:#69579eb3}.hover\:divide-primary-dark\/75:hover>:not([hidden])~:not([hidden]){border-color:#69579ebf}.hover\:divide-primary-dark\/80:hover>:not([hidden])~:not([hidden]){border-color:#69579ecc}.hover\:divide-primary-dark\/90:hover>:not([hidden])~:not([hidden]){border-color:#69579ee6}.hover\:divide-primary-dark\/95:hover>:not([hidden])~:not([hidden]){border-color:#69579ef2}.hover\:divide-primary-dark\/100:hover>:not([hidden])~:not([hidden]){border-color:#69579e}.hover\:divide-info\/0:hover>:not([hidden])~:not([hidden]){border-color:#7690ef00}.hover\:divide-info\/5:hover>:not([hidden])~:not([hidden]){border-color:#7690ef0d}.hover\:divide-info\/10:hover>:not([hidden])~:not([hidden]){border-color:#7690ef1a}.hover\:divide-info\/20:hover>:not([hidden])~:not([hidden]){border-color:#7690ef33}.hover\:divide-info\/25:hover>:not([hidden])~:not([hidden]){border-color:#7690ef40}.hover\:divide-info\/30:hover>:not([hidden])~:not([hidden]){border-color:#7690ef4d}.hover\:divide-info\/40:hover>:not([hidden])~:not([hidden]){border-color:#7690ef66}.hover\:divide-info\/50:hover>:not([hidden])~:not([hidden]){border-color:#7690ef80}.hover\:divide-info\/60:hover>:not([hidden])~:not([hidden]){border-color:#7690ef99}.hover\:divide-info\/70:hover>:not([hidden])~:not([hidden]){border-color:#7690efb3}.hover\:divide-info\/75:hover>:not([hidden])~:not([hidden]){border-color:#7690efbf}.hover\:divide-info\/80:hover>:not([hidden])~:not([hidden]){border-color:#7690efcc}.hover\:divide-info\/90:hover>:not([hidden])~:not([hidden]){border-color:#7690efe6}.hover\:divide-info\/95:hover>:not([hidden])~:not([hidden]){border-color:#7690eff2}.hover\:divide-info\/100:hover>:not([hidden])~:not([hidden]){border-color:#7690ef}.hover\:divide-info-light\/0:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fd00}.hover\:divide-info-light\/5:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fd0d}.hover\:divide-info-light\/10:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fd1a}.hover\:divide-info-light\/20:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fd33}.hover\:divide-info-light\/25:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fd40}.hover\:divide-info-light\/30:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fd4d}.hover\:divide-info-light\/40:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fd66}.hover\:divide-info-light\/50:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fd80}.hover\:divide-info-light\/60:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fd99}.hover\:divide-info-light\/70:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fdb3}.hover\:divide-info-light\/75:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fdbf}.hover\:divide-info-light\/80:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fdcc}.hover\:divide-info-light\/90:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fde6}.hover\:divide-info-light\/95:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fdf2}.hover\:divide-info-light\/100:hover>:not([hidden])~:not([hidden]){border-color:#f2f3fd}.hover\:divide-info-dark\/0:hover>:not([hidden])~:not([hidden]){border-color:#2158d200}.hover\:divide-info-dark\/5:hover>:not([hidden])~:not([hidden]){border-color:#2158d20d}.hover\:divide-info-dark\/10:hover>:not([hidden])~:not([hidden]){border-color:#2158d21a}.hover\:divide-info-dark\/20:hover>:not([hidden])~:not([hidden]){border-color:#2158d233}.hover\:divide-info-dark\/25:hover>:not([hidden])~:not([hidden]){border-color:#2158d240}.hover\:divide-info-dark\/30:hover>:not([hidden])~:not([hidden]){border-color:#2158d24d}.hover\:divide-info-dark\/40:hover>:not([hidden])~:not([hidden]){border-color:#2158d266}.hover\:divide-info-dark\/50:hover>:not([hidden])~:not([hidden]){border-color:#2158d280}.hover\:divide-info-dark\/60:hover>:not([hidden])~:not([hidden]){border-color:#2158d299}.hover\:divide-info-dark\/70:hover>:not([hidden])~:not([hidden]){border-color:#2158d2b3}.hover\:divide-info-dark\/75:hover>:not([hidden])~:not([hidden]){border-color:#2158d2bf}.hover\:divide-info-dark\/80:hover>:not([hidden])~:not([hidden]){border-color:#2158d2cc}.hover\:divide-info-dark\/90:hover>:not([hidden])~:not([hidden]){border-color:#2158d2e6}.hover\:divide-info-dark\/95:hover>:not([hidden])~:not([hidden]){border-color:#2158d2f2}.hover\:divide-info-dark\/100:hover>:not([hidden])~:not([hidden]){border-color:#2158d2}.hover\:divide-success\/0:hover>:not([hidden])~:not([hidden]){border-color:#28a37600}.hover\:divide-success\/5:hover>:not([hidden])~:not([hidden]){border-color:#28a3760d}.hover\:divide-success\/10:hover>:not([hidden])~:not([hidden]){border-color:#28a3761a}.hover\:divide-success\/20:hover>:not([hidden])~:not([hidden]){border-color:#28a37633}.hover\:divide-success\/25:hover>:not([hidden])~:not([hidden]){border-color:#28a37640}.hover\:divide-success\/30:hover>:not([hidden])~:not([hidden]){border-color:#28a3764d}.hover\:divide-success\/40:hover>:not([hidden])~:not([hidden]){border-color:#28a37666}.hover\:divide-success\/50:hover>:not([hidden])~:not([hidden]){border-color:#28a37680}.hover\:divide-success\/60:hover>:not([hidden])~:not([hidden]){border-color:#28a37699}.hover\:divide-success\/70:hover>:not([hidden])~:not([hidden]){border-color:#28a376b3}.hover\:divide-success\/75:hover>:not([hidden])~:not([hidden]){border-color:#28a376bf}.hover\:divide-success\/80:hover>:not([hidden])~:not([hidden]){border-color:#28a376cc}.hover\:divide-success\/90:hover>:not([hidden])~:not([hidden]){border-color:#28a376e6}.hover\:divide-success\/95:hover>:not([hidden])~:not([hidden]){border-color:#28a376f2}.hover\:divide-success\/100:hover>:not([hidden])~:not([hidden]){border-color:#28a376}.hover\:divide-success-light\/0:hover>:not([hidden])~:not([hidden]){border-color:#f2faf600}.hover\:divide-success-light\/5:hover>:not([hidden])~:not([hidden]){border-color:#f2faf60d}.hover\:divide-success-light\/10:hover>:not([hidden])~:not([hidden]){border-color:#f2faf61a}.hover\:divide-success-light\/20:hover>:not([hidden])~:not([hidden]){border-color:#f2faf633}.hover\:divide-success-light\/25:hover>:not([hidden])~:not([hidden]){border-color:#f2faf640}.hover\:divide-success-light\/30:hover>:not([hidden])~:not([hidden]){border-color:#f2faf64d}.hover\:divide-success-light\/40:hover>:not([hidden])~:not([hidden]){border-color:#f2faf666}.hover\:divide-success-light\/50:hover>:not([hidden])~:not([hidden]){border-color:#f2faf680}.hover\:divide-success-light\/60:hover>:not([hidden])~:not([hidden]){border-color:#f2faf699}.hover\:divide-success-light\/70:hover>:not([hidden])~:not([hidden]){border-color:#f2faf6b3}.hover\:divide-success-light\/75:hover>:not([hidden])~:not([hidden]){border-color:#f2faf6bf}.hover\:divide-success-light\/80:hover>:not([hidden])~:not([hidden]){border-color:#f2faf6cc}.hover\:divide-success-light\/90:hover>:not([hidden])~:not([hidden]){border-color:#f2faf6e6}.hover\:divide-success-light\/95:hover>:not([hidden])~:not([hidden]){border-color:#f2faf6f2}.hover\:divide-success-light\/100:hover>:not([hidden])~:not([hidden]){border-color:#f2faf6}.hover\:divide-success-dark\/0:hover>:not([hidden])~:not([hidden]){border-color:#20856000}.hover\:divide-success-dark\/5:hover>:not([hidden])~:not([hidden]){border-color:#2085600d}.hover\:divide-success-dark\/10:hover>:not([hidden])~:not([hidden]){border-color:#2085601a}.hover\:divide-success-dark\/20:hover>:not([hidden])~:not([hidden]){border-color:#20856033}.hover\:divide-success-dark\/25:hover>:not([hidden])~:not([hidden]){border-color:#20856040}.hover\:divide-success-dark\/30:hover>:not([hidden])~:not([hidden]){border-color:#2085604d}.hover\:divide-success-dark\/40:hover>:not([hidden])~:not([hidden]){border-color:#20856066}.hover\:divide-success-dark\/50:hover>:not([hidden])~:not([hidden]){border-color:#20856080}.hover\:divide-success-dark\/60:hover>:not([hidden])~:not([hidden]){border-color:#20856099}.hover\:divide-success-dark\/70:hover>:not([hidden])~:not([hidden]){border-color:#208560b3}.hover\:divide-success-dark\/75:hover>:not([hidden])~:not([hidden]){border-color:#208560bf}.hover\:divide-success-dark\/80:hover>:not([hidden])~:not([hidden]){border-color:#208560cc}.hover\:divide-success-dark\/90:hover>:not([hidden])~:not([hidden]){border-color:#208560e6}.hover\:divide-success-dark\/95:hover>:not([hidden])~:not([hidden]){border-color:#208560f2}.hover\:divide-success-dark\/100:hover>:not([hidden])~:not([hidden]){border-color:#208560}.hover\:divide-warning\/0:hover>:not([hidden])~:not([hidden]){border-color:#faac1e00}.hover\:divide-warning\/5:hover>:not([hidden])~:not([hidden]){border-color:#faac1e0d}.hover\:divide-warning\/10:hover>:not([hidden])~:not([hidden]){border-color:#faac1e1a}.hover\:divide-warning\/20:hover>:not([hidden])~:not([hidden]){border-color:#faac1e33}.hover\:divide-warning\/25:hover>:not([hidden])~:not([hidden]){border-color:#faac1e40}.hover\:divide-warning\/30:hover>:not([hidden])~:not([hidden]){border-color:#faac1e4d}.hover\:divide-warning\/40:hover>:not([hidden])~:not([hidden]){border-color:#faac1e66}.hover\:divide-warning\/50:hover>:not([hidden])~:not([hidden]){border-color:#faac1e80}.hover\:divide-warning\/60:hover>:not([hidden])~:not([hidden]){border-color:#faac1e99}.hover\:divide-warning\/70:hover>:not([hidden])~:not([hidden]){border-color:#faac1eb3}.hover\:divide-warning\/75:hover>:not([hidden])~:not([hidden]){border-color:#faac1ebf}.hover\:divide-warning\/80:hover>:not([hidden])~:not([hidden]){border-color:#faac1ecc}.hover\:divide-warning\/90:hover>:not([hidden])~:not([hidden]){border-color:#faac1ee6}.hover\:divide-warning\/95:hover>:not([hidden])~:not([hidden]){border-color:#faac1ef2}.hover\:divide-warning\/100:hover>:not([hidden])~:not([hidden]){border-color:#faac1e}.hover\:divide-warning-light\/0:hover>:not([hidden])~:not([hidden]){border-color:#fef7f200}.hover\:divide-warning-light\/5:hover>:not([hidden])~:not([hidden]){border-color:#fef7f20d}.hover\:divide-warning-light\/10:hover>:not([hidden])~:not([hidden]){border-color:#fef7f21a}.hover\:divide-warning-light\/20:hover>:not([hidden])~:not([hidden]){border-color:#fef7f233}.hover\:divide-warning-light\/25:hover>:not([hidden])~:not([hidden]){border-color:#fef7f240}.hover\:divide-warning-light\/30:hover>:not([hidden])~:not([hidden]){border-color:#fef7f24d}.hover\:divide-warning-light\/40:hover>:not([hidden])~:not([hidden]){border-color:#fef7f266}.hover\:divide-warning-light\/50:hover>:not([hidden])~:not([hidden]){border-color:#fef7f280}.hover\:divide-warning-light\/60:hover>:not([hidden])~:not([hidden]){border-color:#fef7f299}.hover\:divide-warning-light\/70:hover>:not([hidden])~:not([hidden]){border-color:#fef7f2b3}.hover\:divide-warning-light\/75:hover>:not([hidden])~:not([hidden]){border-color:#fef7f2bf}.hover\:divide-warning-light\/80:hover>:not([hidden])~:not([hidden]){border-color:#fef7f2cc}.hover\:divide-warning-light\/90:hover>:not([hidden])~:not([hidden]){border-color:#fef7f2e6}.hover\:divide-warning-light\/95:hover>:not([hidden])~:not([hidden]){border-color:#fef7f2f2}.hover\:divide-warning-light\/100:hover>:not([hidden])~:not([hidden]){border-color:#fef7f2}.hover\:divide-warning-dark\/0:hover>:not([hidden])~:not([hidden]){border-color:#9e6c1200}.hover\:divide-warning-dark\/5:hover>:not([hidden])~:not([hidden]){border-color:#9e6c120d}.hover\:divide-warning-dark\/10:hover>:not([hidden])~:not([hidden]){border-color:#9e6c121a}.hover\:divide-warning-dark\/20:hover>:not([hidden])~:not([hidden]){border-color:#9e6c1233}.hover\:divide-warning-dark\/25:hover>:not([hidden])~:not([hidden]){border-color:#9e6c1240}.hover\:divide-warning-dark\/30:hover>:not([hidden])~:not([hidden]){border-color:#9e6c124d}.hover\:divide-warning-dark\/40:hover>:not([hidden])~:not([hidden]){border-color:#9e6c1266}.hover\:divide-warning-dark\/50:hover>:not([hidden])~:not([hidden]){border-color:#9e6c1280}.hover\:divide-warning-dark\/60:hover>:not([hidden])~:not([hidden]){border-color:#9e6c1299}.hover\:divide-warning-dark\/70:hover>:not([hidden])~:not([hidden]){border-color:#9e6c12b3}.hover\:divide-warning-dark\/75:hover>:not([hidden])~:not([hidden]){border-color:#9e6c12bf}.hover\:divide-warning-dark\/80:hover>:not([hidden])~:not([hidden]){border-color:#9e6c12cc}.hover\:divide-warning-dark\/90:hover>:not([hidden])~:not([hidden]){border-color:#9e6c12e6}.hover\:divide-warning-dark\/95:hover>:not([hidden])~:not([hidden]){border-color:#9e6c12f2}.hover\:divide-warning-dark\/100:hover>:not([hidden])~:not([hidden]){border-color:#9e6c12}.hover\:divide-error\/0:hover>:not([hidden])~:not([hidden]){border-color:#dc262600}.hover\:divide-error\/5:hover>:not([hidden])~:not([hidden]){border-color:#dc26260d}.hover\:divide-error\/10:hover>:not([hidden])~:not([hidden]){border-color:#dc26261a}.hover\:divide-error\/20:hover>:not([hidden])~:not([hidden]){border-color:#dc262633}.hover\:divide-error\/25:hover>:not([hidden])~:not([hidden]){border-color:#dc262640}.hover\:divide-error\/30:hover>:not([hidden])~:not([hidden]){border-color:#dc26264d}.hover\:divide-error\/40:hover>:not([hidden])~:not([hidden]){border-color:#dc262666}.hover\:divide-error\/50:hover>:not([hidden])~:not([hidden]){border-color:#dc262680}.hover\:divide-error\/60:hover>:not([hidden])~:not([hidden]){border-color:#dc262699}.hover\:divide-error\/70:hover>:not([hidden])~:not([hidden]){border-color:#dc2626b3}.hover\:divide-error\/75:hover>:not([hidden])~:not([hidden]){border-color:#dc2626bf}.hover\:divide-error\/80:hover>:not([hidden])~:not([hidden]){border-color:#dc2626cc}.hover\:divide-error\/90:hover>:not([hidden])~:not([hidden]){border-color:#dc2626e6}.hover\:divide-error\/95:hover>:not([hidden])~:not([hidden]){border-color:#dc2626f2}.hover\:divide-error\/100:hover>:not([hidden])~:not([hidden]){border-color:#dc2626}.hover\:divide-error-light\/0:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f200}.hover\:divide-error-light\/5:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f20d}.hover\:divide-error-light\/10:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f21a}.hover\:divide-error-light\/20:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f233}.hover\:divide-error-light\/25:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f240}.hover\:divide-error-light\/30:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f24d}.hover\:divide-error-light\/40:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f266}.hover\:divide-error-light\/50:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f280}.hover\:divide-error-light\/60:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f299}.hover\:divide-error-light\/70:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f2b3}.hover\:divide-error-light\/75:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f2bf}.hover\:divide-error-light\/80:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f2cc}.hover\:divide-error-light\/90:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f2e6}.hover\:divide-error-light\/95:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f2f2}.hover\:divide-error-light\/100:hover>:not([hidden])~:not([hidden]){border-color:#fbf2f2}.hover\:divide-error-dark\/0:hover>:not([hidden])~:not([hidden]){border-color:#c4212100}.hover\:divide-error-dark\/5:hover>:not([hidden])~:not([hidden]){border-color:#c421210d}.hover\:divide-error-dark\/10:hover>:not([hidden])~:not([hidden]){border-color:#c421211a}.hover\:divide-error-dark\/20:hover>:not([hidden])~:not([hidden]){border-color:#c4212133}.hover\:divide-error-dark\/25:hover>:not([hidden])~:not([hidden]){border-color:#c4212140}.hover\:divide-error-dark\/30:hover>:not([hidden])~:not([hidden]){border-color:#c421214d}.hover\:divide-error-dark\/40:hover>:not([hidden])~:not([hidden]){border-color:#c4212166}.hover\:divide-error-dark\/50:hover>:not([hidden])~:not([hidden]){border-color:#c4212180}.hover\:divide-error-dark\/60:hover>:not([hidden])~:not([hidden]){border-color:#c4212199}.hover\:divide-error-dark\/70:hover>:not([hidden])~:not([hidden]){border-color:#c42121b3}.hover\:divide-error-dark\/75:hover>:not([hidden])~:not([hidden]){border-color:#c42121bf}.hover\:divide-error-dark\/80:hover>:not([hidden])~:not([hidden]){border-color:#c42121cc}.hover\:divide-error-dark\/90:hover>:not([hidden])~:not([hidden]){border-color:#c42121e6}.hover\:divide-error-dark\/95:hover>:not([hidden])~:not([hidden]){border-color:#c42121f2}.hover\:divide-error-dark\/100:hover>:not([hidden])~:not([hidden]){border-color:#c42121}.hover\:divide-grey\/0:hover>:not([hidden])~:not([hidden]){border-color:#47556900}.hover\:divide-grey\/5:hover>:not([hidden])~:not([hidden]){border-color:#4755690d}.hover\:divide-grey\/10:hover>:not([hidden])~:not([hidden]){border-color:#4755691a}.hover\:divide-grey\/20:hover>:not([hidden])~:not([hidden]){border-color:#47556933}.hover\:divide-grey\/25:hover>:not([hidden])~:not([hidden]){border-color:#47556940}.hover\:divide-grey\/30:hover>:not([hidden])~:not([hidden]){border-color:#4755694d}.hover\:divide-grey\/40:hover>:not([hidden])~:not([hidden]){border-color:#47556966}.hover\:divide-grey\/50:hover>:not([hidden])~:not([hidden]){border-color:#47556980}.hover\:divide-grey\/60:hover>:not([hidden])~:not([hidden]){border-color:#47556999}.hover\:divide-grey\/70:hover>:not([hidden])~:not([hidden]){border-color:#475569b3}.hover\:divide-grey\/75:hover>:not([hidden])~:not([hidden]){border-color:#475569bf}.hover\:divide-grey\/80:hover>:not([hidden])~:not([hidden]){border-color:#475569cc}.hover\:divide-grey\/90:hover>:not([hidden])~:not([hidden]){border-color:#475569e6}.hover\:divide-grey\/95:hover>:not([hidden])~:not([hidden]){border-color:#475569f2}.hover\:divide-grey\/100:hover>:not([hidden])~:not([hidden]){border-color:#475569}.hover\:divide-grey-light\/0:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f400}.hover\:divide-grey-light\/5:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f40d}.hover\:divide-grey-light\/10:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f41a}.hover\:divide-grey-light\/20:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f433}.hover\:divide-grey-light\/25:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f440}.hover\:divide-grey-light\/30:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f44d}.hover\:divide-grey-light\/40:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f466}.hover\:divide-grey-light\/50:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f480}.hover\:divide-grey-light\/60:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f499}.hover\:divide-grey-light\/70:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f4b3}.hover\:divide-grey-light\/75:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f4bf}.hover\:divide-grey-light\/80:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f4cc}.hover\:divide-grey-light\/90:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f4e6}.hover\:divide-grey-light\/95:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f4f2}.hover\:divide-grey-light\/100:hover>:not([hidden])~:not([hidden]){border-color:#f2f3f4}.hover\:divide-grey-dark\/0:hover>:not([hidden])~:not([hidden]){border-color:#2c354200}.hover\:divide-grey-dark\/5:hover>:not([hidden])~:not([hidden]){border-color:#2c35420d}.hover\:divide-grey-dark\/10:hover>:not([hidden])~:not([hidden]){border-color:#2c35421a}.hover\:divide-grey-dark\/20:hover>:not([hidden])~:not([hidden]){border-color:#2c354233}.hover\:divide-grey-dark\/25:hover>:not([hidden])~:not([hidden]){border-color:#2c354240}.hover\:divide-grey-dark\/30:hover>:not([hidden])~:not([hidden]){border-color:#2c35424d}.hover\:divide-grey-dark\/40:hover>:not([hidden])~:not([hidden]){border-color:#2c354266}.hover\:divide-grey-dark\/50:hover>:not([hidden])~:not([hidden]){border-color:#2c354280}.hover\:divide-grey-dark\/60:hover>:not([hidden])~:not([hidden]){border-color:#2c354299}.hover\:divide-grey-dark\/70:hover>:not([hidden])~:not([hidden]){border-color:#2c3542b3}.hover\:divide-grey-dark\/75:hover>:not([hidden])~:not([hidden]){border-color:#2c3542bf}.hover\:divide-grey-dark\/80:hover>:not([hidden])~:not([hidden]){border-color:#2c3542cc}.hover\:divide-grey-dark\/90:hover>:not([hidden])~:not([hidden]){border-color:#2c3542e6}.hover\:divide-grey-dark\/95:hover>:not([hidden])~:not([hidden]){border-color:#2c3542f2}.hover\:divide-grey-dark\/100:hover>:not([hidden])~:not([hidden]){border-color:#2c3542}.hover\:overflow-y-auto:hover{overflow-y:auto}.hover\:border-red-50:hover{--tw-border-opacity: 1;border-color:rgb(254 242 242 / var(--tw-border-opacity))}.hover\:border-red-100:hover{--tw-border-opacity: 1;border-color:rgb(251 242 242 / var(--tw-border-opacity))}.hover\:border-red-200:hover{--tw-border-opacity: 1;border-color:rgb(248 228 228 / var(--tw-border-opacity))}.hover\:border-red-300:hover{--tw-border-opacity: 1;border-color:rgb(241 198 198 / var(--tw-border-opacity))}.hover\:border-red-400:hover{--tw-border-opacity: 1;border-color:rgb(234 163 163 / var(--tw-border-opacity))}.hover\:border-red-500:hover{--tw-border-opacity: 1;border-color:rgb(227 118 118 / var(--tw-border-opacity))}.hover\:border-red-600:hover{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}.hover\:border-red-700:hover{--tw-border-opacity: 1;border-color:rgb(196 33 33 / var(--tw-border-opacity))}.hover\:border-red-800:hover{--tw-border-opacity: 1;border-color:rgb(170 29 29 / var(--tw-border-opacity))}.hover\:border-red-900:hover{--tw-border-opacity: 1;border-color:rgb(139 24 24 / var(--tw-border-opacity))}.hover\:border-orange-50:hover{--tw-border-opacity: 1;border-color:rgb(255 247 237 / var(--tw-border-opacity))}.hover\:border-orange-100:hover{--tw-border-opacity: 1;border-color:rgb(252 243 241 / var(--tw-border-opacity))}.hover\:border-orange-200:hover{--tw-border-opacity: 1;border-color:rgb(250 231 228 / var(--tw-border-opacity))}.hover\:border-orange-300:hover{--tw-border-opacity: 1;border-color:rgb(246 205 197 / var(--tw-border-opacity))}.hover\:border-orange-400:hover{--tw-border-opacity: 1;border-color:rgb(242 175 161 / var(--tw-border-opacity))}.hover\:border-orange-500:hover{--tw-border-opacity: 1;border-color:rgb(238 138 114 / var(--tw-border-opacity))}.hover\:border-orange-600:hover{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity))}.hover\:border-orange-700:hover{--tw-border-opacity: 1;border-color:rgb(209 78 10 / var(--tw-border-opacity))}.hover\:border-orange-800:hover{--tw-border-opacity: 1;border-color:rgb(181 68 9 / var(--tw-border-opacity))}.hover\:border-orange-900:hover{--tw-border-opacity: 1;border-color:rgb(147 55 7 / var(--tw-border-opacity))}.hover\:border-yellow-50:hover{--tw-border-opacity: 1;border-color:rgb(254 252 232 / var(--tw-border-opacity))}.hover\:border-yellow-100:hover{--tw-border-opacity: 1;border-color:rgb(254 243 199 / var(--tw-border-opacity))}.hover\:border-yellow-200:hover{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity))}.hover\:border-yellow-300:hover{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity))}.hover\:border-yellow-400:hover{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity))}.hover\:border-yellow-500:hover{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}.hover\:border-yellow-600:hover{--tw-border-opacity: 1;border-color:rgb(217 119 6 / var(--tw-border-opacity))}.hover\:border-yellow-700:hover{--tw-border-opacity: 1;border-color:rgb(180 83 9 / var(--tw-border-opacity))}.hover\:border-yellow-800:hover{--tw-border-opacity: 1;border-color:rgb(146 64 14 / var(--tw-border-opacity))}.hover\:border-yellow-900:hover{--tw-border-opacity: 1;border-color:rgb(120 53 15 / var(--tw-border-opacity))}.hover\:border-green-50:hover{--tw-border-opacity: 1;border-color:rgb(240 253 244 / var(--tw-border-opacity))}.hover\:border-green-100:hover{--tw-border-opacity: 1;border-color:rgb(242 250 246 / var(--tw-border-opacity))}.hover\:border-green-200:hover{--tw-border-opacity: 1;border-color:rgb(229 246 238 / var(--tw-border-opacity))}.hover\:border-green-300:hover{--tw-border-opacity: 1;border-color:rgb(200 238 219 / var(--tw-border-opacity))}.hover\:border-green-400:hover{--tw-border-opacity: 1;border-color:rgb(166 229 200 / var(--tw-border-opacity))}.hover\:border-green-500:hover{--tw-border-opacity: 1;border-color:rgb(123 220 178 / var(--tw-border-opacity))}.hover\:border-green-600:hover{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity))}.hover\:border-green-700:hover{--tw-border-opacity: 1;border-color:rgb(46 188 136 / var(--tw-border-opacity))}.hover\:border-green-800:hover{--tw-border-opacity: 1;border-color:rgb(40 163 118 / var(--tw-border-opacity))}.hover\:border-green-900:hover{--tw-border-opacity: 1;border-color:rgb(32 133 96 / var(--tw-border-opacity))}.hover\:border-emerald-50:hover{--tw-border-opacity: 1;border-color:rgb(236 253 245 / var(--tw-border-opacity))}.hover\:border-emerald-100:hover{--tw-border-opacity: 1;border-color:rgb(209 250 229 / var(--tw-border-opacity))}.hover\:border-emerald-200:hover{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity))}.hover\:border-emerald-300:hover{--tw-border-opacity: 1;border-color:rgb(110 231 183 / var(--tw-border-opacity))}.hover\:border-emerald-400:hover{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity))}.hover\:border-emerald-500:hover{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity))}.hover\:border-emerald-600:hover{--tw-border-opacity: 1;border-color:rgb(5 150 105 / var(--tw-border-opacity))}.hover\:border-emerald-700:hover{--tw-border-opacity: 1;border-color:rgb(4 120 87 / var(--tw-border-opacity))}.hover\:border-emerald-800:hover{--tw-border-opacity: 1;border-color:rgb(6 95 70 / var(--tw-border-opacity))}.hover\:border-emerald-900:hover{--tw-border-opacity: 1;border-color:rgb(6 78 59 / var(--tw-border-opacity))}.hover\:border-teal-50:hover{--tw-border-opacity: 1;border-color:rgb(240 253 250 / var(--tw-border-opacity))}.hover\:border-teal-100:hover{--tw-border-opacity: 1;border-color:rgb(204 251 241 / var(--tw-border-opacity))}.hover\:border-teal-200:hover{--tw-border-opacity: 1;border-color:rgb(153 246 228 / var(--tw-border-opacity))}.hover\:border-teal-300:hover{--tw-border-opacity: 1;border-color:rgb(94 234 212 / var(--tw-border-opacity))}.hover\:border-teal-400:hover{--tw-border-opacity: 1;border-color:rgb(45 212 191 / var(--tw-border-opacity))}.hover\:border-teal-500:hover{--tw-border-opacity: 1;border-color:rgb(20 184 166 / var(--tw-border-opacity))}.hover\:border-teal-600:hover{--tw-border-opacity: 1;border-color:rgb(13 148 136 / var(--tw-border-opacity))}.hover\:border-teal-700:hover{--tw-border-opacity: 1;border-color:rgb(15 118 110 / var(--tw-border-opacity))}.hover\:border-teal-800:hover{--tw-border-opacity: 1;border-color:rgb(17 94 89 / var(--tw-border-opacity))}.hover\:border-teal-900:hover{--tw-border-opacity: 1;border-color:rgb(19 78 74 / var(--tw-border-opacity))}.hover\:border-sky-50:hover{--tw-border-opacity: 1;border-color:rgb(240 249 255 / var(--tw-border-opacity))}.hover\:border-sky-100:hover{--tw-border-opacity: 1;border-color:rgb(224 242 254 / var(--tw-border-opacity))}.hover\:border-sky-200:hover{--tw-border-opacity: 1;border-color:rgb(186 230 253 / var(--tw-border-opacity))}.hover\:border-sky-300:hover{--tw-border-opacity: 1;border-color:rgb(125 211 252 / var(--tw-border-opacity))}.hover\:border-sky-400:hover{--tw-border-opacity: 1;border-color:rgb(56 189 248 / var(--tw-border-opacity))}.hover\:border-sky-500:hover{--tw-border-opacity: 1;border-color:rgb(14 165 233 / var(--tw-border-opacity))}.hover\:border-sky-600:hover{--tw-border-opacity: 1;border-color:rgb(2 132 199 / var(--tw-border-opacity))}.hover\:border-sky-700:hover{--tw-border-opacity: 1;border-color:rgb(3 105 161 / var(--tw-border-opacity))}.hover\:border-sky-800:hover{--tw-border-opacity: 1;border-color:rgb(7 89 133 / var(--tw-border-opacity))}.hover\:border-sky-900:hover{--tw-border-opacity: 1;border-color:rgb(12 74 110 / var(--tw-border-opacity))}.hover\:border-blue-50:hover{--tw-border-opacity: 1;border-color:rgb(239 246 255 / var(--tw-border-opacity))}.hover\:border-blue-100:hover{--tw-border-opacity: 1;border-color:rgb(242 243 253 / var(--tw-border-opacity))}.hover\:border-blue-200:hover{--tw-border-opacity: 1;border-color:rgb(228 232 251 / var(--tw-border-opacity))}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgb(198 207 247 / var(--tw-border-opacity))}.hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgb(163 178 243 / var(--tw-border-opacity))}.hover\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgb(118 144 239 / var(--tw-border-opacity))}.hover\:border-blue-600:hover{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity))}.hover\:border-blue-700:hover{--tw-border-opacity: 1;border-color:rgb(33 88 210 / var(--tw-border-opacity))}.hover\:border-blue-800:hover{--tw-border-opacity: 1;border-color:rgb(28 76 182 / var(--tw-border-opacity))}.hover\:border-blue-900:hover{--tw-border-opacity: 1;border-color:rgb(23 62 148 / var(--tw-border-opacity))}.hover\:border-indigo-50:hover{--tw-border-opacity: 1;border-color:rgb(238 242 255 / var(--tw-border-opacity))}.hover\:border-indigo-100:hover{--tw-border-opacity: 1;border-color:rgb(224 231 255 / var(--tw-border-opacity))}.hover\:border-indigo-200:hover{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity))}.hover\:border-indigo-300:hover{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity))}.hover\:border-indigo-400:hover{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity))}.hover\:border-indigo-500:hover{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity))}.hover\:border-indigo-600:hover{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity))}.hover\:border-indigo-700:hover{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity))}.hover\:border-indigo-800:hover{--tw-border-opacity: 1;border-color:rgb(55 48 163 / var(--tw-border-opacity))}.hover\:border-indigo-900:hover{--tw-border-opacity: 1;border-color:rgb(49 46 129 / var(--tw-border-opacity))}.hover\:border-violet-50:hover{--tw-border-opacity: 1;border-color:rgb(245 243 255 / var(--tw-border-opacity))}.hover\:border-violet-100:hover{--tw-border-opacity: 1;border-color:rgb(237 233 254 / var(--tw-border-opacity))}.hover\:border-violet-200:hover{--tw-border-opacity: 1;border-color:rgb(221 214 254 / var(--tw-border-opacity))}.hover\:border-violet-300:hover{--tw-border-opacity: 1;border-color:rgb(196 181 253 / var(--tw-border-opacity))}.hover\:border-violet-400:hover{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity))}.hover\:border-violet-500:hover{--tw-border-opacity: 1;border-color:rgb(139 92 246 / var(--tw-border-opacity))}.hover\:border-violet-600:hover{--tw-border-opacity: 1;border-color:rgb(124 58 237 / var(--tw-border-opacity))}.hover\:border-violet-700:hover{--tw-border-opacity: 1;border-color:rgb(109 40 217 / var(--tw-border-opacity))}.hover\:border-violet-800:hover{--tw-border-opacity: 1;border-color:rgb(91 33 182 / var(--tw-border-opacity))}.hover\:border-violet-900:hover{--tw-border-opacity: 1;border-color:rgb(76 29 149 / var(--tw-border-opacity))}.hover\:border-fuchsia-50:hover{--tw-border-opacity: 1;border-color:rgb(253 244 255 / var(--tw-border-opacity))}.hover\:border-fuchsia-100:hover{--tw-border-opacity: 1;border-color:rgb(250 232 255 / var(--tw-border-opacity))}.hover\:border-fuchsia-200:hover{--tw-border-opacity: 1;border-color:rgb(245 208 254 / var(--tw-border-opacity))}.hover\:border-fuchsia-300:hover{--tw-border-opacity: 1;border-color:rgb(240 171 252 / var(--tw-border-opacity))}.hover\:border-fuchsia-400:hover{--tw-border-opacity: 1;border-color:rgb(232 121 249 / var(--tw-border-opacity))}.hover\:border-fuchsia-500:hover{--tw-border-opacity: 1;border-color:rgb(217 70 239 / var(--tw-border-opacity))}.hover\:border-fuchsia-600:hover{--tw-border-opacity: 1;border-color:rgb(192 38 211 / var(--tw-border-opacity))}.hover\:border-fuchsia-700:hover{--tw-border-opacity: 1;border-color:rgb(162 28 175 / var(--tw-border-opacity))}.hover\:border-fuchsia-800:hover{--tw-border-opacity: 1;border-color:rgb(134 25 143 / var(--tw-border-opacity))}.hover\:border-fuchsia-900:hover{--tw-border-opacity: 1;border-color:rgb(112 26 117 / var(--tw-border-opacity))}.hover\:border-pink-50:hover{--tw-border-opacity: 1;border-color:rgb(253 242 248 / var(--tw-border-opacity))}.hover\:border-pink-100:hover{--tw-border-opacity: 1;border-color:rgb(252 231 243 / var(--tw-border-opacity))}.hover\:border-pink-200:hover{--tw-border-opacity: 1;border-color:rgb(251 207 232 / var(--tw-border-opacity))}.hover\:border-pink-300:hover{--tw-border-opacity: 1;border-color:rgb(249 168 212 / var(--tw-border-opacity))}.hover\:border-pink-400:hover{--tw-border-opacity: 1;border-color:rgb(244 114 182 / var(--tw-border-opacity))}.hover\:border-pink-500:hover{--tw-border-opacity: 1;border-color:rgb(236 72 153 / var(--tw-border-opacity))}.hover\:border-pink-600:hover{--tw-border-opacity: 1;border-color:rgb(219 39 119 / var(--tw-border-opacity))}.hover\:border-pink-700:hover{--tw-border-opacity: 1;border-color:rgb(190 24 93 / var(--tw-border-opacity))}.hover\:border-pink-800:hover{--tw-border-opacity: 1;border-color:rgb(157 23 77 / var(--tw-border-opacity))}.hover\:border-pink-900:hover{--tw-border-opacity: 1;border-color:rgb(131 24 67 / var(--tw-border-opacity))}.hover\:border-rose-50:hover{--tw-border-opacity: 1;border-color:rgb(255 241 242 / var(--tw-border-opacity))}.hover\:border-rose-100:hover{--tw-border-opacity: 1;border-color:rgb(255 228 230 / var(--tw-border-opacity))}.hover\:border-rose-200:hover{--tw-border-opacity: 1;border-color:rgb(254 205 211 / var(--tw-border-opacity))}.hover\:border-rose-300:hover{--tw-border-opacity: 1;border-color:rgb(253 164 175 / var(--tw-border-opacity))}.hover\:border-rose-400:hover{--tw-border-opacity: 1;border-color:rgb(251 113 133 / var(--tw-border-opacity))}.hover\:border-rose-500:hover{--tw-border-opacity: 1;border-color:rgb(244 63 94 / var(--tw-border-opacity))}.hover\:border-rose-600:hover{--tw-border-opacity: 1;border-color:rgb(225 29 72 / var(--tw-border-opacity))}.hover\:border-rose-700:hover{--tw-border-opacity: 1;border-color:rgb(190 18 60 / var(--tw-border-opacity))}.hover\:border-rose-800:hover{--tw-border-opacity: 1;border-color:rgb(159 18 57 / var(--tw-border-opacity))}.hover\:border-rose-900:hover{--tw-border-opacity: 1;border-color:rgb(136 19 55 / var(--tw-border-opacity))}.hover\:border-primary-100:hover{--tw-border-opacity: 1;border-color:rgb(242 243 244 / var(--tw-border-opacity))}.hover\:border-primary-200:hover{--tw-border-opacity: 1;border-color:rgb(232 232 240 / var(--tw-border-opacity))}.hover\:border-primary-300:hover{--tw-border-opacity: 1;border-color:rgb(208 208 225 / var(--tw-border-opacity))}.hover\:border-primary-400:hover{--tw-border-opacity: 1;border-color:rgb(180 180 209 / var(--tw-border-opacity))}.hover\:border-primary-500:hover{--tw-border-opacity: 1;border-color:rgb(147 147 191 / var(--tw-border-opacity))}.hover\:border-primary-600:hover{--tw-border-opacity: 1;border-color:rgb(104 104 172 / var(--tw-border-opacity))}.hover\:border-primary-700:hover{--tw-border-opacity: 1;border-color:rgb(93 93 153 / var(--tw-border-opacity))}.hover\:border-primary-800:hover{--tw-border-opacity: 1;border-color:rgb(80 80 133 / var(--tw-border-opacity))}.hover\:border-primary-900:hover{--tw-border-opacity: 1;border-color:rgb(65 65 108 / var(--tw-border-opacity))}.hover\:border-primary-1000:hover{--tw-border-opacity: 1;border-color:rgb(46 46 76 / var(--tw-border-opacity))}.hover\:border-primary-highlight-100:hover{--tw-border-opacity: 1;border-color:rgb(247 245 254 / var(--tw-border-opacity))}.hover\:border-primary-highlight-200:hover{--tw-border-opacity: 1;border-color:rgb(239 236 254 / var(--tw-border-opacity))}.hover\:border-primary-highlight-300:hover{--tw-border-opacity: 1;border-color:rgb(223 216 253 / var(--tw-border-opacity))}.hover\:border-primary-highlight-400:hover{--tw-border-opacity: 1;border-color:rgb(206 193 252 / var(--tw-border-opacity))}.hover\:border-primary-highlight-500:hover{--tw-border-opacity: 1;border-color:rgb(187 168 251 / var(--tw-border-opacity))}.hover\:border-primary-highlight-600:hover{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity))}.hover\:border-primary-highlight-700:hover{--tw-border-opacity: 1;border-color:rgb(149 124 223 / var(--tw-border-opacity))}.hover\:border-primary-highlight-800:hover{--tw-border-opacity: 1;border-color:rgb(129 107 193 / var(--tw-border-opacity))}.hover\:border-primary-highlight-900:hover{--tw-border-opacity: 1;border-color:rgb(105 87 158 / var(--tw-border-opacity))}.hover\:border-primary-highlight-1000:hover{--tw-border-opacity: 1;border-color:rgb(74 62 111 / var(--tw-border-opacity))}.hover\:border-secondary-100:hover{--tw-border-opacity: 1;border-color:rgb(254 247 242 / var(--tw-border-opacity))}.hover\:border-secondary-200:hover{--tw-border-opacity: 1;border-color:rgb(254 240 228 / var(--tw-border-opacity))}.hover\:border-secondary-300:hover{--tw-border-opacity: 1;border-color:rgb(253 225 198 / var(--tw-border-opacity))}.hover\:border-secondary-400:hover{--tw-border-opacity: 1;border-color:rgb(252 209 162 / var(--tw-border-opacity))}.hover\:border-secondary-500:hover{--tw-border-opacity: 1;border-color:rgb(251 191 117 / var(--tw-border-opacity))}.hover\:border-secondary-600:hover{--tw-border-opacity: 1;border-color:rgb(250 172 30 / var(--tw-border-opacity))}.hover\:border-secondary-700:hover{--tw-border-opacity: 1;border-color:rgb(223 153 26 / var(--tw-border-opacity))}.hover\:border-secondary-800:hover{--tw-border-opacity: 1;border-color:rgb(193 133 23 / var(--tw-border-opacity))}.hover\:border-secondary-900:hover{--tw-border-opacity: 1;border-color:rgb(158 108 18 / var(--tw-border-opacity))}.hover\:border-secondary-1000:hover{--tw-border-opacity: 1;border-color:rgb(111 76 13 / var(--tw-border-opacity))}.hover\:border-grey-100:hover{--tw-border-opacity: 1;border-color:rgb(242 243 244 / var(--tw-border-opacity))}.hover\:border-grey-200:hover{--tw-border-opacity: 1;border-color:rgb(230 231 232 / var(--tw-border-opacity))}.hover\:border-grey-300:hover{--tw-border-opacity: 1;border-color:rgb(202 204 208 / var(--tw-border-opacity))}.hover\:border-grey-400:hover{--tw-border-opacity: 1;border-color:rgb(170 174 180 / var(--tw-border-opacity))}.hover\:border-grey-500:hover{--tw-border-opacity: 1;border-color:rgb(130 137 147 / var(--tw-border-opacity))}.hover\:border-grey-600:hover{--tw-border-opacity: 1;border-color:rgb(71 85 105 / var(--tw-border-opacity))}.hover\:border-grey-700:hover{--tw-border-opacity: 1;border-color:rgb(63 76 93 / var(--tw-border-opacity))}.hover\:border-grey-800:hover{--tw-border-opacity: 1;border-color:rgb(54 65 81 / var(--tw-border-opacity))}.hover\:border-grey-900:hover{--tw-border-opacity: 1;border-color:rgb(44 53 66 / var(--tw-border-opacity))}.hover\:border-grey-1000:hover{--tw-border-opacity: 1;border-color:rgb(31 38 46 / var(--tw-border-opacity))}.hover\:border-green-1000:hover{--tw-border-opacity: 1;border-color:rgb(23 94 68 / var(--tw-border-opacity))}.hover\:border-blue-1000:hover{--tw-border-opacity: 1;border-color:rgb(16 44 105 / var(--tw-border-opacity))}.hover\:border-orange-1000:hover{--tw-border-opacity: 1;border-color:rgb(104 39 5 / var(--tw-border-opacity))}.hover\:border-red-1000:hover{--tw-border-opacity: 1;border-color:rgb(98 16 16 / var(--tw-border-opacity))}.hover\:border-primary:hover{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity))}.hover\:border-primary-light:hover{--tw-border-opacity: 1;border-color:rgb(247 245 254 / var(--tw-border-opacity))}.hover\:border-primary-dark:hover{--tw-border-opacity: 1;border-color:rgb(105 87 158 / var(--tw-border-opacity))}.hover\:border-info:hover{--tw-border-opacity: 1;border-color:rgb(118 144 239 / var(--tw-border-opacity))}.hover\:border-info-light:hover{--tw-border-opacity: 1;border-color:rgb(242 243 253 / var(--tw-border-opacity))}.hover\:border-info-dark:hover{--tw-border-opacity: 1;border-color:rgb(33 88 210 / var(--tw-border-opacity))}.hover\:border-success:hover{--tw-border-opacity: 1;border-color:rgb(40 163 118 / var(--tw-border-opacity))}.hover\:border-success-light:hover{--tw-border-opacity: 1;border-color:rgb(242 250 246 / var(--tw-border-opacity))}.hover\:border-success-dark:hover{--tw-border-opacity: 1;border-color:rgb(32 133 96 / var(--tw-border-opacity))}.hover\:border-warning:hover{--tw-border-opacity: 1;border-color:rgb(250 172 30 / var(--tw-border-opacity))}.hover\:border-warning-light:hover{--tw-border-opacity: 1;border-color:rgb(254 247 242 / var(--tw-border-opacity))}.hover\:border-warning-dark:hover{--tw-border-opacity: 1;border-color:rgb(158 108 18 / var(--tw-border-opacity))}.hover\:border-error:hover{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}.hover\:border-error-light:hover{--tw-border-opacity: 1;border-color:rgb(251 242 242 / var(--tw-border-opacity))}.hover\:border-error-dark:hover{--tw-border-opacity: 1;border-color:rgb(196 33 33 / var(--tw-border-opacity))}.hover\:border-grey:hover{--tw-border-opacity: 1;border-color:rgb(71 85 105 / var(--tw-border-opacity))}.hover\:border-grey-light:hover{--tw-border-opacity: 1;border-color:rgb(242 243 244 / var(--tw-border-opacity))}.hover\:border-grey-dark:hover{--tw-border-opacity: 1;border-color:rgb(44 53 66 / var(--tw-border-opacity))}.hover\:border-red-50\/0:hover{border-color:#fef2f200}.hover\:border-red-50\/5:hover{border-color:#fef2f20d}.hover\:border-red-50\/10:hover{border-color:#fef2f21a}.hover\:border-red-50\/20:hover{border-color:#fef2f233}.hover\:border-red-50\/25:hover{border-color:#fef2f240}.hover\:border-red-50\/30:hover{border-color:#fef2f24d}.hover\:border-red-50\/40:hover{border-color:#fef2f266}.hover\:border-red-50\/50:hover{border-color:#fef2f280}.hover\:border-red-50\/60:hover{border-color:#fef2f299}.hover\:border-red-50\/70:hover{border-color:#fef2f2b3}.hover\:border-red-50\/75:hover{border-color:#fef2f2bf}.hover\:border-red-50\/80:hover{border-color:#fef2f2cc}.hover\:border-red-50\/90:hover{border-color:#fef2f2e6}.hover\:border-red-50\/95:hover{border-color:#fef2f2f2}.hover\:border-red-50\/100:hover{border-color:#fef2f2}.hover\:border-red-100\/0:hover{border-color:#fbf2f200}.hover\:border-red-100\/5:hover{border-color:#fbf2f20d}.hover\:border-red-100\/10:hover{border-color:#fbf2f21a}.hover\:border-red-100\/20:hover{border-color:#fbf2f233}.hover\:border-red-100\/25:hover{border-color:#fbf2f240}.hover\:border-red-100\/30:hover{border-color:#fbf2f24d}.hover\:border-red-100\/40:hover{border-color:#fbf2f266}.hover\:border-red-100\/50:hover{border-color:#fbf2f280}.hover\:border-red-100\/60:hover{border-color:#fbf2f299}.hover\:border-red-100\/70:hover{border-color:#fbf2f2b3}.hover\:border-red-100\/75:hover{border-color:#fbf2f2bf}.hover\:border-red-100\/80:hover{border-color:#fbf2f2cc}.hover\:border-red-100\/90:hover{border-color:#fbf2f2e6}.hover\:border-red-100\/95:hover{border-color:#fbf2f2f2}.hover\:border-red-100\/100:hover{border-color:#fbf2f2}.hover\:border-red-200\/0:hover{border-color:#f8e4e400}.hover\:border-red-200\/5:hover{border-color:#f8e4e40d}.hover\:border-red-200\/10:hover{border-color:#f8e4e41a}.hover\:border-red-200\/20:hover{border-color:#f8e4e433}.hover\:border-red-200\/25:hover{border-color:#f8e4e440}.hover\:border-red-200\/30:hover{border-color:#f8e4e44d}.hover\:border-red-200\/40:hover{border-color:#f8e4e466}.hover\:border-red-200\/50:hover{border-color:#f8e4e480}.hover\:border-red-200\/60:hover{border-color:#f8e4e499}.hover\:border-red-200\/70:hover{border-color:#f8e4e4b3}.hover\:border-red-200\/75:hover{border-color:#f8e4e4bf}.hover\:border-red-200\/80:hover{border-color:#f8e4e4cc}.hover\:border-red-200\/90:hover{border-color:#f8e4e4e6}.hover\:border-red-200\/95:hover{border-color:#f8e4e4f2}.hover\:border-red-200\/100:hover{border-color:#f8e4e4}.hover\:border-red-300\/0:hover{border-color:#f1c6c600}.hover\:border-red-300\/5:hover{border-color:#f1c6c60d}.hover\:border-red-300\/10:hover{border-color:#f1c6c61a}.hover\:border-red-300\/20:hover{border-color:#f1c6c633}.hover\:border-red-300\/25:hover{border-color:#f1c6c640}.hover\:border-red-300\/30:hover{border-color:#f1c6c64d}.hover\:border-red-300\/40:hover{border-color:#f1c6c666}.hover\:border-red-300\/50:hover{border-color:#f1c6c680}.hover\:border-red-300\/60:hover{border-color:#f1c6c699}.hover\:border-red-300\/70:hover{border-color:#f1c6c6b3}.hover\:border-red-300\/75:hover{border-color:#f1c6c6bf}.hover\:border-red-300\/80:hover{border-color:#f1c6c6cc}.hover\:border-red-300\/90:hover{border-color:#f1c6c6e6}.hover\:border-red-300\/95:hover{border-color:#f1c6c6f2}.hover\:border-red-300\/100:hover{border-color:#f1c6c6}.hover\:border-red-400\/0:hover{border-color:#eaa3a300}.hover\:border-red-400\/5:hover{border-color:#eaa3a30d}.hover\:border-red-400\/10:hover{border-color:#eaa3a31a}.hover\:border-red-400\/20:hover{border-color:#eaa3a333}.hover\:border-red-400\/25:hover{border-color:#eaa3a340}.hover\:border-red-400\/30:hover{border-color:#eaa3a34d}.hover\:border-red-400\/40:hover{border-color:#eaa3a366}.hover\:border-red-400\/50:hover{border-color:#eaa3a380}.hover\:border-red-400\/60:hover{border-color:#eaa3a399}.hover\:border-red-400\/70:hover{border-color:#eaa3a3b3}.hover\:border-red-400\/75:hover{border-color:#eaa3a3bf}.hover\:border-red-400\/80:hover{border-color:#eaa3a3cc}.hover\:border-red-400\/90:hover{border-color:#eaa3a3e6}.hover\:border-red-400\/95:hover{border-color:#eaa3a3f2}.hover\:border-red-400\/100:hover{border-color:#eaa3a3}.hover\:border-red-500\/0:hover{border-color:#e3767600}.hover\:border-red-500\/5:hover{border-color:#e376760d}.hover\:border-red-500\/10:hover{border-color:#e376761a}.hover\:border-red-500\/20:hover{border-color:#e3767633}.hover\:border-red-500\/25:hover{border-color:#e3767640}.hover\:border-red-500\/30:hover{border-color:#e376764d}.hover\:border-red-500\/40:hover{border-color:#e3767666}.hover\:border-red-500\/50:hover{border-color:#e3767680}.hover\:border-red-500\/60:hover{border-color:#e3767699}.hover\:border-red-500\/70:hover{border-color:#e37676b3}.hover\:border-red-500\/75:hover{border-color:#e37676bf}.hover\:border-red-500\/80:hover{border-color:#e37676cc}.hover\:border-red-500\/90:hover{border-color:#e37676e6}.hover\:border-red-500\/95:hover{border-color:#e37676f2}.hover\:border-red-500\/100:hover{border-color:#e37676}.hover\:border-red-600\/0:hover{border-color:#dc262600}.hover\:border-red-600\/5:hover{border-color:#dc26260d}.hover\:border-red-600\/10:hover{border-color:#dc26261a}.hover\:border-red-600\/20:hover{border-color:#dc262633}.hover\:border-red-600\/25:hover{border-color:#dc262640}.hover\:border-red-600\/30:hover{border-color:#dc26264d}.hover\:border-red-600\/40:hover{border-color:#dc262666}.hover\:border-red-600\/50:hover{border-color:#dc262680}.hover\:border-red-600\/60:hover{border-color:#dc262699}.hover\:border-red-600\/70:hover{border-color:#dc2626b3}.hover\:border-red-600\/75:hover{border-color:#dc2626bf}.hover\:border-red-600\/80:hover{border-color:#dc2626cc}.hover\:border-red-600\/90:hover{border-color:#dc2626e6}.hover\:border-red-600\/95:hover{border-color:#dc2626f2}.hover\:border-red-600\/100:hover{border-color:#dc2626}.hover\:border-red-700\/0:hover{border-color:#c4212100}.hover\:border-red-700\/5:hover{border-color:#c421210d}.hover\:border-red-700\/10:hover{border-color:#c421211a}.hover\:border-red-700\/20:hover{border-color:#c4212133}.hover\:border-red-700\/25:hover{border-color:#c4212140}.hover\:border-red-700\/30:hover{border-color:#c421214d}.hover\:border-red-700\/40:hover{border-color:#c4212166}.hover\:border-red-700\/50:hover{border-color:#c4212180}.hover\:border-red-700\/60:hover{border-color:#c4212199}.hover\:border-red-700\/70:hover{border-color:#c42121b3}.hover\:border-red-700\/75:hover{border-color:#c42121bf}.hover\:border-red-700\/80:hover{border-color:#c42121cc}.hover\:border-red-700\/90:hover{border-color:#c42121e6}.hover\:border-red-700\/95:hover{border-color:#c42121f2}.hover\:border-red-700\/100:hover{border-color:#c42121}.hover\:border-red-800\/0:hover{border-color:#aa1d1d00}.hover\:border-red-800\/5:hover{border-color:#aa1d1d0d}.hover\:border-red-800\/10:hover{border-color:#aa1d1d1a}.hover\:border-red-800\/20:hover{border-color:#aa1d1d33}.hover\:border-red-800\/25:hover{border-color:#aa1d1d40}.hover\:border-red-800\/30:hover{border-color:#aa1d1d4d}.hover\:border-red-800\/40:hover{border-color:#aa1d1d66}.hover\:border-red-800\/50:hover{border-color:#aa1d1d80}.hover\:border-red-800\/60:hover{border-color:#aa1d1d99}.hover\:border-red-800\/70:hover{border-color:#aa1d1db3}.hover\:border-red-800\/75:hover{border-color:#aa1d1dbf}.hover\:border-red-800\/80:hover{border-color:#aa1d1dcc}.hover\:border-red-800\/90:hover{border-color:#aa1d1de6}.hover\:border-red-800\/95:hover{border-color:#aa1d1df2}.hover\:border-red-800\/100:hover{border-color:#aa1d1d}.hover\:border-red-900\/0:hover{border-color:#8b181800}.hover\:border-red-900\/5:hover{border-color:#8b18180d}.hover\:border-red-900\/10:hover{border-color:#8b18181a}.hover\:border-red-900\/20:hover{border-color:#8b181833}.hover\:border-red-900\/25:hover{border-color:#8b181840}.hover\:border-red-900\/30:hover{border-color:#8b18184d}.hover\:border-red-900\/40:hover{border-color:#8b181866}.hover\:border-red-900\/50:hover{border-color:#8b181880}.hover\:border-red-900\/60:hover{border-color:#8b181899}.hover\:border-red-900\/70:hover{border-color:#8b1818b3}.hover\:border-red-900\/75:hover{border-color:#8b1818bf}.hover\:border-red-900\/80:hover{border-color:#8b1818cc}.hover\:border-red-900\/90:hover{border-color:#8b1818e6}.hover\:border-red-900\/95:hover{border-color:#8b1818f2}.hover\:border-red-900\/100:hover{border-color:#8b1818}.hover\:border-orange-50\/0:hover{border-color:#fff7ed00}.hover\:border-orange-50\/5:hover{border-color:#fff7ed0d}.hover\:border-orange-50\/10:hover{border-color:#fff7ed1a}.hover\:border-orange-50\/20:hover{border-color:#fff7ed33}.hover\:border-orange-50\/25:hover{border-color:#fff7ed40}.hover\:border-orange-50\/30:hover{border-color:#fff7ed4d}.hover\:border-orange-50\/40:hover{border-color:#fff7ed66}.hover\:border-orange-50\/50:hover{border-color:#fff7ed80}.hover\:border-orange-50\/60:hover{border-color:#fff7ed99}.hover\:border-orange-50\/70:hover{border-color:#fff7edb3}.hover\:border-orange-50\/75:hover{border-color:#fff7edbf}.hover\:border-orange-50\/80:hover{border-color:#fff7edcc}.hover\:border-orange-50\/90:hover{border-color:#fff7ede6}.hover\:border-orange-50\/95:hover{border-color:#fff7edf2}.hover\:border-orange-50\/100:hover{border-color:#fff7ed}.hover\:border-orange-100\/0:hover{border-color:#fcf3f100}.hover\:border-orange-100\/5:hover{border-color:#fcf3f10d}.hover\:border-orange-100\/10:hover{border-color:#fcf3f11a}.hover\:border-orange-100\/20:hover{border-color:#fcf3f133}.hover\:border-orange-100\/25:hover{border-color:#fcf3f140}.hover\:border-orange-100\/30:hover{border-color:#fcf3f14d}.hover\:border-orange-100\/40:hover{border-color:#fcf3f166}.hover\:border-orange-100\/50:hover{border-color:#fcf3f180}.hover\:border-orange-100\/60:hover{border-color:#fcf3f199}.hover\:border-orange-100\/70:hover{border-color:#fcf3f1b3}.hover\:border-orange-100\/75:hover{border-color:#fcf3f1bf}.hover\:border-orange-100\/80:hover{border-color:#fcf3f1cc}.hover\:border-orange-100\/90:hover{border-color:#fcf3f1e6}.hover\:border-orange-100\/95:hover{border-color:#fcf3f1f2}.hover\:border-orange-100\/100:hover{border-color:#fcf3f1}.hover\:border-orange-200\/0:hover{border-color:#fae7e400}.hover\:border-orange-200\/5:hover{border-color:#fae7e40d}.hover\:border-orange-200\/10:hover{border-color:#fae7e41a}.hover\:border-orange-200\/20:hover{border-color:#fae7e433}.hover\:border-orange-200\/25:hover{border-color:#fae7e440}.hover\:border-orange-200\/30:hover{border-color:#fae7e44d}.hover\:border-orange-200\/40:hover{border-color:#fae7e466}.hover\:border-orange-200\/50:hover{border-color:#fae7e480}.hover\:border-orange-200\/60:hover{border-color:#fae7e499}.hover\:border-orange-200\/70:hover{border-color:#fae7e4b3}.hover\:border-orange-200\/75:hover{border-color:#fae7e4bf}.hover\:border-orange-200\/80:hover{border-color:#fae7e4cc}.hover\:border-orange-200\/90:hover{border-color:#fae7e4e6}.hover\:border-orange-200\/95:hover{border-color:#fae7e4f2}.hover\:border-orange-200\/100:hover{border-color:#fae7e4}.hover\:border-orange-300\/0:hover{border-color:#f6cdc500}.hover\:border-orange-300\/5:hover{border-color:#f6cdc50d}.hover\:border-orange-300\/10:hover{border-color:#f6cdc51a}.hover\:border-orange-300\/20:hover{border-color:#f6cdc533}.hover\:border-orange-300\/25:hover{border-color:#f6cdc540}.hover\:border-orange-300\/30:hover{border-color:#f6cdc54d}.hover\:border-orange-300\/40:hover{border-color:#f6cdc566}.hover\:border-orange-300\/50:hover{border-color:#f6cdc580}.hover\:border-orange-300\/60:hover{border-color:#f6cdc599}.hover\:border-orange-300\/70:hover{border-color:#f6cdc5b3}.hover\:border-orange-300\/75:hover{border-color:#f6cdc5bf}.hover\:border-orange-300\/80:hover{border-color:#f6cdc5cc}.hover\:border-orange-300\/90:hover{border-color:#f6cdc5e6}.hover\:border-orange-300\/95:hover{border-color:#f6cdc5f2}.hover\:border-orange-300\/100:hover{border-color:#f6cdc5}.hover\:border-orange-400\/0:hover{border-color:#f2afa100}.hover\:border-orange-400\/5:hover{border-color:#f2afa10d}.hover\:border-orange-400\/10:hover{border-color:#f2afa11a}.hover\:border-orange-400\/20:hover{border-color:#f2afa133}.hover\:border-orange-400\/25:hover{border-color:#f2afa140}.hover\:border-orange-400\/30:hover{border-color:#f2afa14d}.hover\:border-orange-400\/40:hover{border-color:#f2afa166}.hover\:border-orange-400\/50:hover{border-color:#f2afa180}.hover\:border-orange-400\/60:hover{border-color:#f2afa199}.hover\:border-orange-400\/70:hover{border-color:#f2afa1b3}.hover\:border-orange-400\/75:hover{border-color:#f2afa1bf}.hover\:border-orange-400\/80:hover{border-color:#f2afa1cc}.hover\:border-orange-400\/90:hover{border-color:#f2afa1e6}.hover\:border-orange-400\/95:hover{border-color:#f2afa1f2}.hover\:border-orange-400\/100:hover{border-color:#f2afa1}.hover\:border-orange-500\/0:hover{border-color:#ee8a7200}.hover\:border-orange-500\/5:hover{border-color:#ee8a720d}.hover\:border-orange-500\/10:hover{border-color:#ee8a721a}.hover\:border-orange-500\/20:hover{border-color:#ee8a7233}.hover\:border-orange-500\/25:hover{border-color:#ee8a7240}.hover\:border-orange-500\/30:hover{border-color:#ee8a724d}.hover\:border-orange-500\/40:hover{border-color:#ee8a7266}.hover\:border-orange-500\/50:hover{border-color:#ee8a7280}.hover\:border-orange-500\/60:hover{border-color:#ee8a7299}.hover\:border-orange-500\/70:hover{border-color:#ee8a72b3}.hover\:border-orange-500\/75:hover{border-color:#ee8a72bf}.hover\:border-orange-500\/80:hover{border-color:#ee8a72cc}.hover\:border-orange-500\/90:hover{border-color:#ee8a72e6}.hover\:border-orange-500\/95:hover{border-color:#ee8a72f2}.hover\:border-orange-500\/100:hover{border-color:#ee8a72}.hover\:border-orange-600\/0:hover{border-color:#ea580c00}.hover\:border-orange-600\/5:hover{border-color:#ea580c0d}.hover\:border-orange-600\/10:hover{border-color:#ea580c1a}.hover\:border-orange-600\/20:hover{border-color:#ea580c33}.hover\:border-orange-600\/25:hover{border-color:#ea580c40}.hover\:border-orange-600\/30:hover{border-color:#ea580c4d}.hover\:border-orange-600\/40:hover{border-color:#ea580c66}.hover\:border-orange-600\/50:hover{border-color:#ea580c80}.hover\:border-orange-600\/60:hover{border-color:#ea580c99}.hover\:border-orange-600\/70:hover{border-color:#ea580cb3}.hover\:border-orange-600\/75:hover{border-color:#ea580cbf}.hover\:border-orange-600\/80:hover{border-color:#ea580ccc}.hover\:border-orange-600\/90:hover{border-color:#ea580ce6}.hover\:border-orange-600\/95:hover{border-color:#ea580cf2}.hover\:border-orange-600\/100:hover{border-color:#ea580c}.hover\:border-orange-700\/0:hover{border-color:#d14e0a00}.hover\:border-orange-700\/5:hover{border-color:#d14e0a0d}.hover\:border-orange-700\/10:hover{border-color:#d14e0a1a}.hover\:border-orange-700\/20:hover{border-color:#d14e0a33}.hover\:border-orange-700\/25:hover{border-color:#d14e0a40}.hover\:border-orange-700\/30:hover{border-color:#d14e0a4d}.hover\:border-orange-700\/40:hover{border-color:#d14e0a66}.hover\:border-orange-700\/50:hover{border-color:#d14e0a80}.hover\:border-orange-700\/60:hover{border-color:#d14e0a99}.hover\:border-orange-700\/70:hover{border-color:#d14e0ab3}.hover\:border-orange-700\/75:hover{border-color:#d14e0abf}.hover\:border-orange-700\/80:hover{border-color:#d14e0acc}.hover\:border-orange-700\/90:hover{border-color:#d14e0ae6}.hover\:border-orange-700\/95:hover{border-color:#d14e0af2}.hover\:border-orange-700\/100:hover{border-color:#d14e0a}.hover\:border-orange-800\/0:hover{border-color:#b5440900}.hover\:border-orange-800\/5:hover{border-color:#b544090d}.hover\:border-orange-800\/10:hover{border-color:#b544091a}.hover\:border-orange-800\/20:hover{border-color:#b5440933}.hover\:border-orange-800\/25:hover{border-color:#b5440940}.hover\:border-orange-800\/30:hover{border-color:#b544094d}.hover\:border-orange-800\/40:hover{border-color:#b5440966}.hover\:border-orange-800\/50:hover{border-color:#b5440980}.hover\:border-orange-800\/60:hover{border-color:#b5440999}.hover\:border-orange-800\/70:hover{border-color:#b54409b3}.hover\:border-orange-800\/75:hover{border-color:#b54409bf}.hover\:border-orange-800\/80:hover{border-color:#b54409cc}.hover\:border-orange-800\/90:hover{border-color:#b54409e6}.hover\:border-orange-800\/95:hover{border-color:#b54409f2}.hover\:border-orange-800\/100:hover{border-color:#b54409}.hover\:border-orange-900\/0:hover{border-color:#93370700}.hover\:border-orange-900\/5:hover{border-color:#9337070d}.hover\:border-orange-900\/10:hover{border-color:#9337071a}.hover\:border-orange-900\/20:hover{border-color:#93370733}.hover\:border-orange-900\/25:hover{border-color:#93370740}.hover\:border-orange-900\/30:hover{border-color:#9337074d}.hover\:border-orange-900\/40:hover{border-color:#93370766}.hover\:border-orange-900\/50:hover{border-color:#93370780}.hover\:border-orange-900\/60:hover{border-color:#93370799}.hover\:border-orange-900\/70:hover{border-color:#933707b3}.hover\:border-orange-900\/75:hover{border-color:#933707bf}.hover\:border-orange-900\/80:hover{border-color:#933707cc}.hover\:border-orange-900\/90:hover{border-color:#933707e6}.hover\:border-orange-900\/95:hover{border-color:#933707f2}.hover\:border-orange-900\/100:hover{border-color:#933707}.hover\:border-yellow-50\/0:hover{border-color:#fefce800}.hover\:border-yellow-50\/5:hover{border-color:#fefce80d}.hover\:border-yellow-50\/10:hover{border-color:#fefce81a}.hover\:border-yellow-50\/20:hover{border-color:#fefce833}.hover\:border-yellow-50\/25:hover{border-color:#fefce840}.hover\:border-yellow-50\/30:hover{border-color:#fefce84d}.hover\:border-yellow-50\/40:hover{border-color:#fefce866}.hover\:border-yellow-50\/50:hover{border-color:#fefce880}.hover\:border-yellow-50\/60:hover{border-color:#fefce899}.hover\:border-yellow-50\/70:hover{border-color:#fefce8b3}.hover\:border-yellow-50\/75:hover{border-color:#fefce8bf}.hover\:border-yellow-50\/80:hover{border-color:#fefce8cc}.hover\:border-yellow-50\/90:hover{border-color:#fefce8e6}.hover\:border-yellow-50\/95:hover{border-color:#fefce8f2}.hover\:border-yellow-50\/100:hover{border-color:#fefce8}.hover\:border-yellow-100\/0:hover{border-color:#fef3c700}.hover\:border-yellow-100\/5:hover{border-color:#fef3c70d}.hover\:border-yellow-100\/10:hover{border-color:#fef3c71a}.hover\:border-yellow-100\/20:hover{border-color:#fef3c733}.hover\:border-yellow-100\/25:hover{border-color:#fef3c740}.hover\:border-yellow-100\/30:hover{border-color:#fef3c74d}.hover\:border-yellow-100\/40:hover{border-color:#fef3c766}.hover\:border-yellow-100\/50:hover{border-color:#fef3c780}.hover\:border-yellow-100\/60:hover{border-color:#fef3c799}.hover\:border-yellow-100\/70:hover{border-color:#fef3c7b3}.hover\:border-yellow-100\/75:hover{border-color:#fef3c7bf}.hover\:border-yellow-100\/80:hover{border-color:#fef3c7cc}.hover\:border-yellow-100\/90:hover{border-color:#fef3c7e6}.hover\:border-yellow-100\/95:hover{border-color:#fef3c7f2}.hover\:border-yellow-100\/100:hover{border-color:#fef3c7}.hover\:border-yellow-200\/0:hover{border-color:#fde68a00}.hover\:border-yellow-200\/5:hover{border-color:#fde68a0d}.hover\:border-yellow-200\/10:hover{border-color:#fde68a1a}.hover\:border-yellow-200\/20:hover{border-color:#fde68a33}.hover\:border-yellow-200\/25:hover{border-color:#fde68a40}.hover\:border-yellow-200\/30:hover{border-color:#fde68a4d}.hover\:border-yellow-200\/40:hover{border-color:#fde68a66}.hover\:border-yellow-200\/50:hover{border-color:#fde68a80}.hover\:border-yellow-200\/60:hover{border-color:#fde68a99}.hover\:border-yellow-200\/70:hover{border-color:#fde68ab3}.hover\:border-yellow-200\/75:hover{border-color:#fde68abf}.hover\:border-yellow-200\/80:hover{border-color:#fde68acc}.hover\:border-yellow-200\/90:hover{border-color:#fde68ae6}.hover\:border-yellow-200\/95:hover{border-color:#fde68af2}.hover\:border-yellow-200\/100:hover{border-color:#fde68a}.hover\:border-yellow-300\/0:hover{border-color:#fcd34d00}.hover\:border-yellow-300\/5:hover{border-color:#fcd34d0d}.hover\:border-yellow-300\/10:hover{border-color:#fcd34d1a}.hover\:border-yellow-300\/20:hover{border-color:#fcd34d33}.hover\:border-yellow-300\/25:hover{border-color:#fcd34d40}.hover\:border-yellow-300\/30:hover{border-color:#fcd34d4d}.hover\:border-yellow-300\/40:hover{border-color:#fcd34d66}.hover\:border-yellow-300\/50:hover{border-color:#fcd34d80}.hover\:border-yellow-300\/60:hover{border-color:#fcd34d99}.hover\:border-yellow-300\/70:hover{border-color:#fcd34db3}.hover\:border-yellow-300\/75:hover{border-color:#fcd34dbf}.hover\:border-yellow-300\/80:hover{border-color:#fcd34dcc}.hover\:border-yellow-300\/90:hover{border-color:#fcd34de6}.hover\:border-yellow-300\/95:hover{border-color:#fcd34df2}.hover\:border-yellow-300\/100:hover{border-color:#fcd34d}.hover\:border-yellow-400\/0:hover{border-color:#fbbf2400}.hover\:border-yellow-400\/5:hover{border-color:#fbbf240d}.hover\:border-yellow-400\/10:hover{border-color:#fbbf241a}.hover\:border-yellow-400\/20:hover{border-color:#fbbf2433}.hover\:border-yellow-400\/25:hover{border-color:#fbbf2440}.hover\:border-yellow-400\/30:hover{border-color:#fbbf244d}.hover\:border-yellow-400\/40:hover{border-color:#fbbf2466}.hover\:border-yellow-400\/50:hover{border-color:#fbbf2480}.hover\:border-yellow-400\/60:hover{border-color:#fbbf2499}.hover\:border-yellow-400\/70:hover{border-color:#fbbf24b3}.hover\:border-yellow-400\/75:hover{border-color:#fbbf24bf}.hover\:border-yellow-400\/80:hover{border-color:#fbbf24cc}.hover\:border-yellow-400\/90:hover{border-color:#fbbf24e6}.hover\:border-yellow-400\/95:hover{border-color:#fbbf24f2}.hover\:border-yellow-400\/100:hover{border-color:#fbbf24}.hover\:border-yellow-500\/0:hover{border-color:#eab30800}.hover\:border-yellow-500\/5:hover{border-color:#eab3080d}.hover\:border-yellow-500\/10:hover{border-color:#eab3081a}.hover\:border-yellow-500\/20:hover{border-color:#eab30833}.hover\:border-yellow-500\/25:hover{border-color:#eab30840}.hover\:border-yellow-500\/30:hover{border-color:#eab3084d}.hover\:border-yellow-500\/40:hover{border-color:#eab30866}.hover\:border-yellow-500\/50:hover{border-color:#eab30880}.hover\:border-yellow-500\/60:hover{border-color:#eab30899}.hover\:border-yellow-500\/70:hover{border-color:#eab308b3}.hover\:border-yellow-500\/75:hover{border-color:#eab308bf}.hover\:border-yellow-500\/80:hover{border-color:#eab308cc}.hover\:border-yellow-500\/90:hover{border-color:#eab308e6}.hover\:border-yellow-500\/95:hover{border-color:#eab308f2}.hover\:border-yellow-500\/100:hover{border-color:#eab308}.hover\:border-yellow-600\/0:hover{border-color:#d9770600}.hover\:border-yellow-600\/5:hover{border-color:#d977060d}.hover\:border-yellow-600\/10:hover{border-color:#d977061a}.hover\:border-yellow-600\/20:hover{border-color:#d9770633}.hover\:border-yellow-600\/25:hover{border-color:#d9770640}.hover\:border-yellow-600\/30:hover{border-color:#d977064d}.hover\:border-yellow-600\/40:hover{border-color:#d9770666}.hover\:border-yellow-600\/50:hover{border-color:#d9770680}.hover\:border-yellow-600\/60:hover{border-color:#d9770699}.hover\:border-yellow-600\/70:hover{border-color:#d97706b3}.hover\:border-yellow-600\/75:hover{border-color:#d97706bf}.hover\:border-yellow-600\/80:hover{border-color:#d97706cc}.hover\:border-yellow-600\/90:hover{border-color:#d97706e6}.hover\:border-yellow-600\/95:hover{border-color:#d97706f2}.hover\:border-yellow-600\/100:hover{border-color:#d97706}.hover\:border-yellow-700\/0:hover{border-color:#b4530900}.hover\:border-yellow-700\/5:hover{border-color:#b453090d}.hover\:border-yellow-700\/10:hover{border-color:#b453091a}.hover\:border-yellow-700\/20:hover{border-color:#b4530933}.hover\:border-yellow-700\/25:hover{border-color:#b4530940}.hover\:border-yellow-700\/30:hover{border-color:#b453094d}.hover\:border-yellow-700\/40:hover{border-color:#b4530966}.hover\:border-yellow-700\/50:hover{border-color:#b4530980}.hover\:border-yellow-700\/60:hover{border-color:#b4530999}.hover\:border-yellow-700\/70:hover{border-color:#b45309b3}.hover\:border-yellow-700\/75:hover{border-color:#b45309bf}.hover\:border-yellow-700\/80:hover{border-color:#b45309cc}.hover\:border-yellow-700\/90:hover{border-color:#b45309e6}.hover\:border-yellow-700\/95:hover{border-color:#b45309f2}.hover\:border-yellow-700\/100:hover{border-color:#b45309}.hover\:border-yellow-800\/0:hover{border-color:#92400e00}.hover\:border-yellow-800\/5:hover{border-color:#92400e0d}.hover\:border-yellow-800\/10:hover{border-color:#92400e1a}.hover\:border-yellow-800\/20:hover{border-color:#92400e33}.hover\:border-yellow-800\/25:hover{border-color:#92400e40}.hover\:border-yellow-800\/30:hover{border-color:#92400e4d}.hover\:border-yellow-800\/40:hover{border-color:#92400e66}.hover\:border-yellow-800\/50:hover{border-color:#92400e80}.hover\:border-yellow-800\/60:hover{border-color:#92400e99}.hover\:border-yellow-800\/70:hover{border-color:#92400eb3}.hover\:border-yellow-800\/75:hover{border-color:#92400ebf}.hover\:border-yellow-800\/80:hover{border-color:#92400ecc}.hover\:border-yellow-800\/90:hover{border-color:#92400ee6}.hover\:border-yellow-800\/95:hover{border-color:#92400ef2}.hover\:border-yellow-800\/100:hover{border-color:#92400e}.hover\:border-yellow-900\/0:hover{border-color:#78350f00}.hover\:border-yellow-900\/5:hover{border-color:#78350f0d}.hover\:border-yellow-900\/10:hover{border-color:#78350f1a}.hover\:border-yellow-900\/20:hover{border-color:#78350f33}.hover\:border-yellow-900\/25:hover{border-color:#78350f40}.hover\:border-yellow-900\/30:hover{border-color:#78350f4d}.hover\:border-yellow-900\/40:hover{border-color:#78350f66}.hover\:border-yellow-900\/50:hover{border-color:#78350f80}.hover\:border-yellow-900\/60:hover{border-color:#78350f99}.hover\:border-yellow-900\/70:hover{border-color:#78350fb3}.hover\:border-yellow-900\/75:hover{border-color:#78350fbf}.hover\:border-yellow-900\/80:hover{border-color:#78350fcc}.hover\:border-yellow-900\/90:hover{border-color:#78350fe6}.hover\:border-yellow-900\/95:hover{border-color:#78350ff2}.hover\:border-yellow-900\/100:hover{border-color:#78350f}.hover\:border-green-50\/0:hover{border-color:#f0fdf400}.hover\:border-green-50\/5:hover{border-color:#f0fdf40d}.hover\:border-green-50\/10:hover{border-color:#f0fdf41a}.hover\:border-green-50\/20:hover{border-color:#f0fdf433}.hover\:border-green-50\/25:hover{border-color:#f0fdf440}.hover\:border-green-50\/30:hover{border-color:#f0fdf44d}.hover\:border-green-50\/40:hover{border-color:#f0fdf466}.hover\:border-green-50\/50:hover{border-color:#f0fdf480}.hover\:border-green-50\/60:hover{border-color:#f0fdf499}.hover\:border-green-50\/70:hover{border-color:#f0fdf4b3}.hover\:border-green-50\/75:hover{border-color:#f0fdf4bf}.hover\:border-green-50\/80:hover{border-color:#f0fdf4cc}.hover\:border-green-50\/90:hover{border-color:#f0fdf4e6}.hover\:border-green-50\/95:hover{border-color:#f0fdf4f2}.hover\:border-green-50\/100:hover{border-color:#f0fdf4}.hover\:border-green-100\/0:hover{border-color:#f2faf600}.hover\:border-green-100\/5:hover{border-color:#f2faf60d}.hover\:border-green-100\/10:hover{border-color:#f2faf61a}.hover\:border-green-100\/20:hover{border-color:#f2faf633}.hover\:border-green-100\/25:hover{border-color:#f2faf640}.hover\:border-green-100\/30:hover{border-color:#f2faf64d}.hover\:border-green-100\/40:hover{border-color:#f2faf666}.hover\:border-green-100\/50:hover{border-color:#f2faf680}.hover\:border-green-100\/60:hover{border-color:#f2faf699}.hover\:border-green-100\/70:hover{border-color:#f2faf6b3}.hover\:border-green-100\/75:hover{border-color:#f2faf6bf}.hover\:border-green-100\/80:hover{border-color:#f2faf6cc}.hover\:border-green-100\/90:hover{border-color:#f2faf6e6}.hover\:border-green-100\/95:hover{border-color:#f2faf6f2}.hover\:border-green-100\/100:hover{border-color:#f2faf6}.hover\:border-green-200\/0:hover{border-color:#e5f6ee00}.hover\:border-green-200\/5:hover{border-color:#e5f6ee0d}.hover\:border-green-200\/10:hover{border-color:#e5f6ee1a}.hover\:border-green-200\/20:hover{border-color:#e5f6ee33}.hover\:border-green-200\/25:hover{border-color:#e5f6ee40}.hover\:border-green-200\/30:hover{border-color:#e5f6ee4d}.hover\:border-green-200\/40:hover{border-color:#e5f6ee66}.hover\:border-green-200\/50:hover{border-color:#e5f6ee80}.hover\:border-green-200\/60:hover{border-color:#e5f6ee99}.hover\:border-green-200\/70:hover{border-color:#e5f6eeb3}.hover\:border-green-200\/75:hover{border-color:#e5f6eebf}.hover\:border-green-200\/80:hover{border-color:#e5f6eecc}.hover\:border-green-200\/90:hover{border-color:#e5f6eee6}.hover\:border-green-200\/95:hover{border-color:#e5f6eef2}.hover\:border-green-200\/100:hover{border-color:#e5f6ee}.hover\:border-green-300\/0:hover{border-color:#c8eedb00}.hover\:border-green-300\/5:hover{border-color:#c8eedb0d}.hover\:border-green-300\/10:hover{border-color:#c8eedb1a}.hover\:border-green-300\/20:hover{border-color:#c8eedb33}.hover\:border-green-300\/25:hover{border-color:#c8eedb40}.hover\:border-green-300\/30:hover{border-color:#c8eedb4d}.hover\:border-green-300\/40:hover{border-color:#c8eedb66}.hover\:border-green-300\/50:hover{border-color:#c8eedb80}.hover\:border-green-300\/60:hover{border-color:#c8eedb99}.hover\:border-green-300\/70:hover{border-color:#c8eedbb3}.hover\:border-green-300\/75:hover{border-color:#c8eedbbf}.hover\:border-green-300\/80:hover{border-color:#c8eedbcc}.hover\:border-green-300\/90:hover{border-color:#c8eedbe6}.hover\:border-green-300\/95:hover{border-color:#c8eedbf2}.hover\:border-green-300\/100:hover{border-color:#c8eedb}.hover\:border-green-400\/0:hover{border-color:#a6e5c800}.hover\:border-green-400\/5:hover{border-color:#a6e5c80d}.hover\:border-green-400\/10:hover{border-color:#a6e5c81a}.hover\:border-green-400\/20:hover{border-color:#a6e5c833}.hover\:border-green-400\/25:hover{border-color:#a6e5c840}.hover\:border-green-400\/30:hover{border-color:#a6e5c84d}.hover\:border-green-400\/40:hover{border-color:#a6e5c866}.hover\:border-green-400\/50:hover{border-color:#a6e5c880}.hover\:border-green-400\/60:hover{border-color:#a6e5c899}.hover\:border-green-400\/70:hover{border-color:#a6e5c8b3}.hover\:border-green-400\/75:hover{border-color:#a6e5c8bf}.hover\:border-green-400\/80:hover{border-color:#a6e5c8cc}.hover\:border-green-400\/90:hover{border-color:#a6e5c8e6}.hover\:border-green-400\/95:hover{border-color:#a6e5c8f2}.hover\:border-green-400\/100:hover{border-color:#a6e5c8}.hover\:border-green-500\/0:hover{border-color:#7bdcb200}.hover\:border-green-500\/5:hover{border-color:#7bdcb20d}.hover\:border-green-500\/10:hover{border-color:#7bdcb21a}.hover\:border-green-500\/20:hover{border-color:#7bdcb233}.hover\:border-green-500\/25:hover{border-color:#7bdcb240}.hover\:border-green-500\/30:hover{border-color:#7bdcb24d}.hover\:border-green-500\/40:hover{border-color:#7bdcb266}.hover\:border-green-500\/50:hover{border-color:#7bdcb280}.hover\:border-green-500\/60:hover{border-color:#7bdcb299}.hover\:border-green-500\/70:hover{border-color:#7bdcb2b3}.hover\:border-green-500\/75:hover{border-color:#7bdcb2bf}.hover\:border-green-500\/80:hover{border-color:#7bdcb2cc}.hover\:border-green-500\/90:hover{border-color:#7bdcb2e6}.hover\:border-green-500\/95:hover{border-color:#7bdcb2f2}.hover\:border-green-500\/100:hover{border-color:#7bdcb2}.hover\:border-green-600\/0:hover{border-color:#34d39900}.hover\:border-green-600\/5:hover{border-color:#34d3990d}.hover\:border-green-600\/10:hover{border-color:#34d3991a}.hover\:border-green-600\/20:hover{border-color:#34d39933}.hover\:border-green-600\/25:hover{border-color:#34d39940}.hover\:border-green-600\/30:hover{border-color:#34d3994d}.hover\:border-green-600\/40:hover{border-color:#34d39966}.hover\:border-green-600\/50:hover{border-color:#34d39980}.hover\:border-green-600\/60:hover{border-color:#34d39999}.hover\:border-green-600\/70:hover{border-color:#34d399b3}.hover\:border-green-600\/75:hover{border-color:#34d399bf}.hover\:border-green-600\/80:hover{border-color:#34d399cc}.hover\:border-green-600\/90:hover{border-color:#34d399e6}.hover\:border-green-600\/95:hover{border-color:#34d399f2}.hover\:border-green-600\/100:hover{border-color:#34d399}.hover\:border-green-700\/0:hover{border-color:#2ebc8800}.hover\:border-green-700\/5:hover{border-color:#2ebc880d}.hover\:border-green-700\/10:hover{border-color:#2ebc881a}.hover\:border-green-700\/20:hover{border-color:#2ebc8833}.hover\:border-green-700\/25:hover{border-color:#2ebc8840}.hover\:border-green-700\/30:hover{border-color:#2ebc884d}.hover\:border-green-700\/40:hover{border-color:#2ebc8866}.hover\:border-green-700\/50:hover{border-color:#2ebc8880}.hover\:border-green-700\/60:hover{border-color:#2ebc8899}.hover\:border-green-700\/70:hover{border-color:#2ebc88b3}.hover\:border-green-700\/75:hover{border-color:#2ebc88bf}.hover\:border-green-700\/80:hover{border-color:#2ebc88cc}.hover\:border-green-700\/90:hover{border-color:#2ebc88e6}.hover\:border-green-700\/95:hover{border-color:#2ebc88f2}.hover\:border-green-700\/100:hover{border-color:#2ebc88}.hover\:border-green-800\/0:hover{border-color:#28a37600}.hover\:border-green-800\/5:hover{border-color:#28a3760d}.hover\:border-green-800\/10:hover{border-color:#28a3761a}.hover\:border-green-800\/20:hover{border-color:#28a37633}.hover\:border-green-800\/25:hover{border-color:#28a37640}.hover\:border-green-800\/30:hover{border-color:#28a3764d}.hover\:border-green-800\/40:hover{border-color:#28a37666}.hover\:border-green-800\/50:hover{border-color:#28a37680}.hover\:border-green-800\/60:hover{border-color:#28a37699}.hover\:border-green-800\/70:hover{border-color:#28a376b3}.hover\:border-green-800\/75:hover{border-color:#28a376bf}.hover\:border-green-800\/80:hover{border-color:#28a376cc}.hover\:border-green-800\/90:hover{border-color:#28a376e6}.hover\:border-green-800\/95:hover{border-color:#28a376f2}.hover\:border-green-800\/100:hover{border-color:#28a376}.hover\:border-green-900\/0:hover{border-color:#20856000}.hover\:border-green-900\/5:hover{border-color:#2085600d}.hover\:border-green-900\/10:hover{border-color:#2085601a}.hover\:border-green-900\/20:hover{border-color:#20856033}.hover\:border-green-900\/25:hover{border-color:#20856040}.hover\:border-green-900\/30:hover{border-color:#2085604d}.hover\:border-green-900\/40:hover{border-color:#20856066}.hover\:border-green-900\/50:hover{border-color:#20856080}.hover\:border-green-900\/60:hover{border-color:#20856099}.hover\:border-green-900\/70:hover{border-color:#208560b3}.hover\:border-green-900\/75:hover{border-color:#208560bf}.hover\:border-green-900\/80:hover{border-color:#208560cc}.hover\:border-green-900\/90:hover{border-color:#208560e6}.hover\:border-green-900\/95:hover{border-color:#208560f2}.hover\:border-green-900\/100:hover{border-color:#208560}.hover\:border-emerald-50\/0:hover{border-color:#ecfdf500}.hover\:border-emerald-50\/5:hover{border-color:#ecfdf50d}.hover\:border-emerald-50\/10:hover{border-color:#ecfdf51a}.hover\:border-emerald-50\/20:hover{border-color:#ecfdf533}.hover\:border-emerald-50\/25:hover{border-color:#ecfdf540}.hover\:border-emerald-50\/30:hover{border-color:#ecfdf54d}.hover\:border-emerald-50\/40:hover{border-color:#ecfdf566}.hover\:border-emerald-50\/50:hover{border-color:#ecfdf580}.hover\:border-emerald-50\/60:hover{border-color:#ecfdf599}.hover\:border-emerald-50\/70:hover{border-color:#ecfdf5b3}.hover\:border-emerald-50\/75:hover{border-color:#ecfdf5bf}.hover\:border-emerald-50\/80:hover{border-color:#ecfdf5cc}.hover\:border-emerald-50\/90:hover{border-color:#ecfdf5e6}.hover\:border-emerald-50\/95:hover{border-color:#ecfdf5f2}.hover\:border-emerald-50\/100:hover{border-color:#ecfdf5}.hover\:border-emerald-100\/0:hover{border-color:#d1fae500}.hover\:border-emerald-100\/5:hover{border-color:#d1fae50d}.hover\:border-emerald-100\/10:hover{border-color:#d1fae51a}.hover\:border-emerald-100\/20:hover{border-color:#d1fae533}.hover\:border-emerald-100\/25:hover{border-color:#d1fae540}.hover\:border-emerald-100\/30:hover{border-color:#d1fae54d}.hover\:border-emerald-100\/40:hover{border-color:#d1fae566}.hover\:border-emerald-100\/50:hover{border-color:#d1fae580}.hover\:border-emerald-100\/60:hover{border-color:#d1fae599}.hover\:border-emerald-100\/70:hover{border-color:#d1fae5b3}.hover\:border-emerald-100\/75:hover{border-color:#d1fae5bf}.hover\:border-emerald-100\/80:hover{border-color:#d1fae5cc}.hover\:border-emerald-100\/90:hover{border-color:#d1fae5e6}.hover\:border-emerald-100\/95:hover{border-color:#d1fae5f2}.hover\:border-emerald-100\/100:hover{border-color:#d1fae5}.hover\:border-emerald-200\/0:hover{border-color:#a7f3d000}.hover\:border-emerald-200\/5:hover{border-color:#a7f3d00d}.hover\:border-emerald-200\/10:hover{border-color:#a7f3d01a}.hover\:border-emerald-200\/20:hover{border-color:#a7f3d033}.hover\:border-emerald-200\/25:hover{border-color:#a7f3d040}.hover\:border-emerald-200\/30:hover{border-color:#a7f3d04d}.hover\:border-emerald-200\/40:hover{border-color:#a7f3d066}.hover\:border-emerald-200\/50:hover{border-color:#a7f3d080}.hover\:border-emerald-200\/60:hover{border-color:#a7f3d099}.hover\:border-emerald-200\/70:hover{border-color:#a7f3d0b3}.hover\:border-emerald-200\/75:hover{border-color:#a7f3d0bf}.hover\:border-emerald-200\/80:hover{border-color:#a7f3d0cc}.hover\:border-emerald-200\/90:hover{border-color:#a7f3d0e6}.hover\:border-emerald-200\/95:hover{border-color:#a7f3d0f2}.hover\:border-emerald-200\/100:hover{border-color:#a7f3d0}.hover\:border-emerald-300\/0:hover{border-color:#6ee7b700}.hover\:border-emerald-300\/5:hover{border-color:#6ee7b70d}.hover\:border-emerald-300\/10:hover{border-color:#6ee7b71a}.hover\:border-emerald-300\/20:hover{border-color:#6ee7b733}.hover\:border-emerald-300\/25:hover{border-color:#6ee7b740}.hover\:border-emerald-300\/30:hover{border-color:#6ee7b74d}.hover\:border-emerald-300\/40:hover{border-color:#6ee7b766}.hover\:border-emerald-300\/50:hover{border-color:#6ee7b780}.hover\:border-emerald-300\/60:hover{border-color:#6ee7b799}.hover\:border-emerald-300\/70:hover{border-color:#6ee7b7b3}.hover\:border-emerald-300\/75:hover{border-color:#6ee7b7bf}.hover\:border-emerald-300\/80:hover{border-color:#6ee7b7cc}.hover\:border-emerald-300\/90:hover{border-color:#6ee7b7e6}.hover\:border-emerald-300\/95:hover{border-color:#6ee7b7f2}.hover\:border-emerald-300\/100:hover{border-color:#6ee7b7}.hover\:border-emerald-400\/0:hover{border-color:#34d39900}.hover\:border-emerald-400\/5:hover{border-color:#34d3990d}.hover\:border-emerald-400\/10:hover{border-color:#34d3991a}.hover\:border-emerald-400\/20:hover{border-color:#34d39933}.hover\:border-emerald-400\/25:hover{border-color:#34d39940}.hover\:border-emerald-400\/30:hover{border-color:#34d3994d}.hover\:border-emerald-400\/40:hover{border-color:#34d39966}.hover\:border-emerald-400\/50:hover{border-color:#34d39980}.hover\:border-emerald-400\/60:hover{border-color:#34d39999}.hover\:border-emerald-400\/70:hover{border-color:#34d399b3}.hover\:border-emerald-400\/75:hover{border-color:#34d399bf}.hover\:border-emerald-400\/80:hover{border-color:#34d399cc}.hover\:border-emerald-400\/90:hover{border-color:#34d399e6}.hover\:border-emerald-400\/95:hover{border-color:#34d399f2}.hover\:border-emerald-400\/100:hover{border-color:#34d399}.hover\:border-emerald-500\/0:hover{border-color:#10b98100}.hover\:border-emerald-500\/5:hover{border-color:#10b9810d}.hover\:border-emerald-500\/10:hover{border-color:#10b9811a}.hover\:border-emerald-500\/20:hover{border-color:#10b98133}.hover\:border-emerald-500\/25:hover{border-color:#10b98140}.hover\:border-emerald-500\/30:hover{border-color:#10b9814d}.hover\:border-emerald-500\/40:hover{border-color:#10b98166}.hover\:border-emerald-500\/50:hover{border-color:#10b98180}.hover\:border-emerald-500\/60:hover{border-color:#10b98199}.hover\:border-emerald-500\/70:hover{border-color:#10b981b3}.hover\:border-emerald-500\/75:hover{border-color:#10b981bf}.hover\:border-emerald-500\/80:hover{border-color:#10b981cc}.hover\:border-emerald-500\/90:hover{border-color:#10b981e6}.hover\:border-emerald-500\/95:hover{border-color:#10b981f2}.hover\:border-emerald-500\/100:hover{border-color:#10b981}.hover\:border-emerald-600\/0:hover{border-color:#05966900}.hover\:border-emerald-600\/5:hover{border-color:#0596690d}.hover\:border-emerald-600\/10:hover{border-color:#0596691a}.hover\:border-emerald-600\/20:hover{border-color:#05966933}.hover\:border-emerald-600\/25:hover{border-color:#05966940}.hover\:border-emerald-600\/30:hover{border-color:#0596694d}.hover\:border-emerald-600\/40:hover{border-color:#05966966}.hover\:border-emerald-600\/50:hover{border-color:#05966980}.hover\:border-emerald-600\/60:hover{border-color:#05966999}.hover\:border-emerald-600\/70:hover{border-color:#059669b3}.hover\:border-emerald-600\/75:hover{border-color:#059669bf}.hover\:border-emerald-600\/80:hover{border-color:#059669cc}.hover\:border-emerald-600\/90:hover{border-color:#059669e6}.hover\:border-emerald-600\/95:hover{border-color:#059669f2}.hover\:border-emerald-600\/100:hover{border-color:#059669}.hover\:border-emerald-700\/0:hover{border-color:#04785700}.hover\:border-emerald-700\/5:hover{border-color:#0478570d}.hover\:border-emerald-700\/10:hover{border-color:#0478571a}.hover\:border-emerald-700\/20:hover{border-color:#04785733}.hover\:border-emerald-700\/25:hover{border-color:#04785740}.hover\:border-emerald-700\/30:hover{border-color:#0478574d}.hover\:border-emerald-700\/40:hover{border-color:#04785766}.hover\:border-emerald-700\/50:hover{border-color:#04785780}.hover\:border-emerald-700\/60:hover{border-color:#04785799}.hover\:border-emerald-700\/70:hover{border-color:#047857b3}.hover\:border-emerald-700\/75:hover{border-color:#047857bf}.hover\:border-emerald-700\/80:hover{border-color:#047857cc}.hover\:border-emerald-700\/90:hover{border-color:#047857e6}.hover\:border-emerald-700\/95:hover{border-color:#047857f2}.hover\:border-emerald-700\/100:hover{border-color:#047857}.hover\:border-emerald-800\/0:hover{border-color:#065f4600}.hover\:border-emerald-800\/5:hover{border-color:#065f460d}.hover\:border-emerald-800\/10:hover{border-color:#065f461a}.hover\:border-emerald-800\/20:hover{border-color:#065f4633}.hover\:border-emerald-800\/25:hover{border-color:#065f4640}.hover\:border-emerald-800\/30:hover{border-color:#065f464d}.hover\:border-emerald-800\/40:hover{border-color:#065f4666}.hover\:border-emerald-800\/50:hover{border-color:#065f4680}.hover\:border-emerald-800\/60:hover{border-color:#065f4699}.hover\:border-emerald-800\/70:hover{border-color:#065f46b3}.hover\:border-emerald-800\/75:hover{border-color:#065f46bf}.hover\:border-emerald-800\/80:hover{border-color:#065f46cc}.hover\:border-emerald-800\/90:hover{border-color:#065f46e6}.hover\:border-emerald-800\/95:hover{border-color:#065f46f2}.hover\:border-emerald-800\/100:hover{border-color:#065f46}.hover\:border-emerald-900\/0:hover{border-color:#064e3b00}.hover\:border-emerald-900\/5:hover{border-color:#064e3b0d}.hover\:border-emerald-900\/10:hover{border-color:#064e3b1a}.hover\:border-emerald-900\/20:hover{border-color:#064e3b33}.hover\:border-emerald-900\/25:hover{border-color:#064e3b40}.hover\:border-emerald-900\/30:hover{border-color:#064e3b4d}.hover\:border-emerald-900\/40:hover{border-color:#064e3b66}.hover\:border-emerald-900\/50:hover{border-color:#064e3b80}.hover\:border-emerald-900\/60:hover{border-color:#064e3b99}.hover\:border-emerald-900\/70:hover{border-color:#064e3bb3}.hover\:border-emerald-900\/75:hover{border-color:#064e3bbf}.hover\:border-emerald-900\/80:hover{border-color:#064e3bcc}.hover\:border-emerald-900\/90:hover{border-color:#064e3be6}.hover\:border-emerald-900\/95:hover{border-color:#064e3bf2}.hover\:border-emerald-900\/100:hover{border-color:#064e3b}.hover\:border-teal-50\/0:hover{border-color:#f0fdfa00}.hover\:border-teal-50\/5:hover{border-color:#f0fdfa0d}.hover\:border-teal-50\/10:hover{border-color:#f0fdfa1a}.hover\:border-teal-50\/20:hover{border-color:#f0fdfa33}.hover\:border-teal-50\/25:hover{border-color:#f0fdfa40}.hover\:border-teal-50\/30:hover{border-color:#f0fdfa4d}.hover\:border-teal-50\/40:hover{border-color:#f0fdfa66}.hover\:border-teal-50\/50:hover{border-color:#f0fdfa80}.hover\:border-teal-50\/60:hover{border-color:#f0fdfa99}.hover\:border-teal-50\/70:hover{border-color:#f0fdfab3}.hover\:border-teal-50\/75:hover{border-color:#f0fdfabf}.hover\:border-teal-50\/80:hover{border-color:#f0fdfacc}.hover\:border-teal-50\/90:hover{border-color:#f0fdfae6}.hover\:border-teal-50\/95:hover{border-color:#f0fdfaf2}.hover\:border-teal-50\/100:hover{border-color:#f0fdfa}.hover\:border-teal-100\/0:hover{border-color:#ccfbf100}.hover\:border-teal-100\/5:hover{border-color:#ccfbf10d}.hover\:border-teal-100\/10:hover{border-color:#ccfbf11a}.hover\:border-teal-100\/20:hover{border-color:#ccfbf133}.hover\:border-teal-100\/25:hover{border-color:#ccfbf140}.hover\:border-teal-100\/30:hover{border-color:#ccfbf14d}.hover\:border-teal-100\/40:hover{border-color:#ccfbf166}.hover\:border-teal-100\/50:hover{border-color:#ccfbf180}.hover\:border-teal-100\/60:hover{border-color:#ccfbf199}.hover\:border-teal-100\/70:hover{border-color:#ccfbf1b3}.hover\:border-teal-100\/75:hover{border-color:#ccfbf1bf}.hover\:border-teal-100\/80:hover{border-color:#ccfbf1cc}.hover\:border-teal-100\/90:hover{border-color:#ccfbf1e6}.hover\:border-teal-100\/95:hover{border-color:#ccfbf1f2}.hover\:border-teal-100\/100:hover{border-color:#ccfbf1}.hover\:border-teal-200\/0:hover{border-color:#99f6e400}.hover\:border-teal-200\/5:hover{border-color:#99f6e40d}.hover\:border-teal-200\/10:hover{border-color:#99f6e41a}.hover\:border-teal-200\/20:hover{border-color:#99f6e433}.hover\:border-teal-200\/25:hover{border-color:#99f6e440}.hover\:border-teal-200\/30:hover{border-color:#99f6e44d}.hover\:border-teal-200\/40:hover{border-color:#99f6e466}.hover\:border-teal-200\/50:hover{border-color:#99f6e480}.hover\:border-teal-200\/60:hover{border-color:#99f6e499}.hover\:border-teal-200\/70:hover{border-color:#99f6e4b3}.hover\:border-teal-200\/75:hover{border-color:#99f6e4bf}.hover\:border-teal-200\/80:hover{border-color:#99f6e4cc}.hover\:border-teal-200\/90:hover{border-color:#99f6e4e6}.hover\:border-teal-200\/95:hover{border-color:#99f6e4f2}.hover\:border-teal-200\/100:hover{border-color:#99f6e4}.hover\:border-teal-300\/0:hover{border-color:#5eead400}.hover\:border-teal-300\/5:hover{border-color:#5eead40d}.hover\:border-teal-300\/10:hover{border-color:#5eead41a}.hover\:border-teal-300\/20:hover{border-color:#5eead433}.hover\:border-teal-300\/25:hover{border-color:#5eead440}.hover\:border-teal-300\/30:hover{border-color:#5eead44d}.hover\:border-teal-300\/40:hover{border-color:#5eead466}.hover\:border-teal-300\/50:hover{border-color:#5eead480}.hover\:border-teal-300\/60:hover{border-color:#5eead499}.hover\:border-teal-300\/70:hover{border-color:#5eead4b3}.hover\:border-teal-300\/75:hover{border-color:#5eead4bf}.hover\:border-teal-300\/80:hover{border-color:#5eead4cc}.hover\:border-teal-300\/90:hover{border-color:#5eead4e6}.hover\:border-teal-300\/95:hover{border-color:#5eead4f2}.hover\:border-teal-300\/100:hover{border-color:#5eead4}.hover\:border-teal-400\/0:hover{border-color:#2dd4bf00}.hover\:border-teal-400\/5:hover{border-color:#2dd4bf0d}.hover\:border-teal-400\/10:hover{border-color:#2dd4bf1a}.hover\:border-teal-400\/20:hover{border-color:#2dd4bf33}.hover\:border-teal-400\/25:hover{border-color:#2dd4bf40}.hover\:border-teal-400\/30:hover{border-color:#2dd4bf4d}.hover\:border-teal-400\/40:hover{border-color:#2dd4bf66}.hover\:border-teal-400\/50:hover{border-color:#2dd4bf80}.hover\:border-teal-400\/60:hover{border-color:#2dd4bf99}.hover\:border-teal-400\/70:hover{border-color:#2dd4bfb3}.hover\:border-teal-400\/75:hover{border-color:#2dd4bfbf}.hover\:border-teal-400\/80:hover{border-color:#2dd4bfcc}.hover\:border-teal-400\/90:hover{border-color:#2dd4bfe6}.hover\:border-teal-400\/95:hover{border-color:#2dd4bff2}.hover\:border-teal-400\/100:hover{border-color:#2dd4bf}.hover\:border-teal-500\/0:hover{border-color:#14b8a600}.hover\:border-teal-500\/5:hover{border-color:#14b8a60d}.hover\:border-teal-500\/10:hover{border-color:#14b8a61a}.hover\:border-teal-500\/20:hover{border-color:#14b8a633}.hover\:border-teal-500\/25:hover{border-color:#14b8a640}.hover\:border-teal-500\/30:hover{border-color:#14b8a64d}.hover\:border-teal-500\/40:hover{border-color:#14b8a666}.hover\:border-teal-500\/50:hover{border-color:#14b8a680}.hover\:border-teal-500\/60:hover{border-color:#14b8a699}.hover\:border-teal-500\/70:hover{border-color:#14b8a6b3}.hover\:border-teal-500\/75:hover{border-color:#14b8a6bf}.hover\:border-teal-500\/80:hover{border-color:#14b8a6cc}.hover\:border-teal-500\/90:hover{border-color:#14b8a6e6}.hover\:border-teal-500\/95:hover{border-color:#14b8a6f2}.hover\:border-teal-500\/100:hover{border-color:#14b8a6}.hover\:border-teal-600\/0:hover{border-color:#0d948800}.hover\:border-teal-600\/5:hover{border-color:#0d94880d}.hover\:border-teal-600\/10:hover{border-color:#0d94881a}.hover\:border-teal-600\/20:hover{border-color:#0d948833}.hover\:border-teal-600\/25:hover{border-color:#0d948840}.hover\:border-teal-600\/30:hover{border-color:#0d94884d}.hover\:border-teal-600\/40:hover{border-color:#0d948866}.hover\:border-teal-600\/50:hover{border-color:#0d948880}.hover\:border-teal-600\/60:hover{border-color:#0d948899}.hover\:border-teal-600\/70:hover{border-color:#0d9488b3}.hover\:border-teal-600\/75:hover{border-color:#0d9488bf}.hover\:border-teal-600\/80:hover{border-color:#0d9488cc}.hover\:border-teal-600\/90:hover{border-color:#0d9488e6}.hover\:border-teal-600\/95:hover{border-color:#0d9488f2}.hover\:border-teal-600\/100:hover{border-color:#0d9488}.hover\:border-teal-700\/0:hover{border-color:#0f766e00}.hover\:border-teal-700\/5:hover{border-color:#0f766e0d}.hover\:border-teal-700\/10:hover{border-color:#0f766e1a}.hover\:border-teal-700\/20:hover{border-color:#0f766e33}.hover\:border-teal-700\/25:hover{border-color:#0f766e40}.hover\:border-teal-700\/30:hover{border-color:#0f766e4d}.hover\:border-teal-700\/40:hover{border-color:#0f766e66}.hover\:border-teal-700\/50:hover{border-color:#0f766e80}.hover\:border-teal-700\/60:hover{border-color:#0f766e99}.hover\:border-teal-700\/70:hover{border-color:#0f766eb3}.hover\:border-teal-700\/75:hover{border-color:#0f766ebf}.hover\:border-teal-700\/80:hover{border-color:#0f766ecc}.hover\:border-teal-700\/90:hover{border-color:#0f766ee6}.hover\:border-teal-700\/95:hover{border-color:#0f766ef2}.hover\:border-teal-700\/100:hover{border-color:#0f766e}.hover\:border-teal-800\/0:hover{border-color:#115e5900}.hover\:border-teal-800\/5:hover{border-color:#115e590d}.hover\:border-teal-800\/10:hover{border-color:#115e591a}.hover\:border-teal-800\/20:hover{border-color:#115e5933}.hover\:border-teal-800\/25:hover{border-color:#115e5940}.hover\:border-teal-800\/30:hover{border-color:#115e594d}.hover\:border-teal-800\/40:hover{border-color:#115e5966}.hover\:border-teal-800\/50:hover{border-color:#115e5980}.hover\:border-teal-800\/60:hover{border-color:#115e5999}.hover\:border-teal-800\/70:hover{border-color:#115e59b3}.hover\:border-teal-800\/75:hover{border-color:#115e59bf}.hover\:border-teal-800\/80:hover{border-color:#115e59cc}.hover\:border-teal-800\/90:hover{border-color:#115e59e6}.hover\:border-teal-800\/95:hover{border-color:#115e59f2}.hover\:border-teal-800\/100:hover{border-color:#115e59}.hover\:border-teal-900\/0:hover{border-color:#134e4a00}.hover\:border-teal-900\/5:hover{border-color:#134e4a0d}.hover\:border-teal-900\/10:hover{border-color:#134e4a1a}.hover\:border-teal-900\/20:hover{border-color:#134e4a33}.hover\:border-teal-900\/25:hover{border-color:#134e4a40}.hover\:border-teal-900\/30:hover{border-color:#134e4a4d}.hover\:border-teal-900\/40:hover{border-color:#134e4a66}.hover\:border-teal-900\/50:hover{border-color:#134e4a80}.hover\:border-teal-900\/60:hover{border-color:#134e4a99}.hover\:border-teal-900\/70:hover{border-color:#134e4ab3}.hover\:border-teal-900\/75:hover{border-color:#134e4abf}.hover\:border-teal-900\/80:hover{border-color:#134e4acc}.hover\:border-teal-900\/90:hover{border-color:#134e4ae6}.hover\:border-teal-900\/95:hover{border-color:#134e4af2}.hover\:border-teal-900\/100:hover{border-color:#134e4a}.hover\:border-sky-50\/0:hover{border-color:#f0f9ff00}.hover\:border-sky-50\/5:hover{border-color:#f0f9ff0d}.hover\:border-sky-50\/10:hover{border-color:#f0f9ff1a}.hover\:border-sky-50\/20:hover{border-color:#f0f9ff33}.hover\:border-sky-50\/25:hover{border-color:#f0f9ff40}.hover\:border-sky-50\/30:hover{border-color:#f0f9ff4d}.hover\:border-sky-50\/40:hover{border-color:#f0f9ff66}.hover\:border-sky-50\/50:hover{border-color:#f0f9ff80}.hover\:border-sky-50\/60:hover{border-color:#f0f9ff99}.hover\:border-sky-50\/70:hover{border-color:#f0f9ffb3}.hover\:border-sky-50\/75:hover{border-color:#f0f9ffbf}.hover\:border-sky-50\/80:hover{border-color:#f0f9ffcc}.hover\:border-sky-50\/90:hover{border-color:#f0f9ffe6}.hover\:border-sky-50\/95:hover{border-color:#f0f9fff2}.hover\:border-sky-50\/100:hover{border-color:#f0f9ff}.hover\:border-sky-100\/0:hover{border-color:#e0f2fe00}.hover\:border-sky-100\/5:hover{border-color:#e0f2fe0d}.hover\:border-sky-100\/10:hover{border-color:#e0f2fe1a}.hover\:border-sky-100\/20:hover{border-color:#e0f2fe33}.hover\:border-sky-100\/25:hover{border-color:#e0f2fe40}.hover\:border-sky-100\/30:hover{border-color:#e0f2fe4d}.hover\:border-sky-100\/40:hover{border-color:#e0f2fe66}.hover\:border-sky-100\/50:hover{border-color:#e0f2fe80}.hover\:border-sky-100\/60:hover{border-color:#e0f2fe99}.hover\:border-sky-100\/70:hover{border-color:#e0f2feb3}.hover\:border-sky-100\/75:hover{border-color:#e0f2febf}.hover\:border-sky-100\/80:hover{border-color:#e0f2fecc}.hover\:border-sky-100\/90:hover{border-color:#e0f2fee6}.hover\:border-sky-100\/95:hover{border-color:#e0f2fef2}.hover\:border-sky-100\/100:hover{border-color:#e0f2fe}.hover\:border-sky-200\/0:hover{border-color:#bae6fd00}.hover\:border-sky-200\/5:hover{border-color:#bae6fd0d}.hover\:border-sky-200\/10:hover{border-color:#bae6fd1a}.hover\:border-sky-200\/20:hover{border-color:#bae6fd33}.hover\:border-sky-200\/25:hover{border-color:#bae6fd40}.hover\:border-sky-200\/30:hover{border-color:#bae6fd4d}.hover\:border-sky-200\/40:hover{border-color:#bae6fd66}.hover\:border-sky-200\/50:hover{border-color:#bae6fd80}.hover\:border-sky-200\/60:hover{border-color:#bae6fd99}.hover\:border-sky-200\/70:hover{border-color:#bae6fdb3}.hover\:border-sky-200\/75:hover{border-color:#bae6fdbf}.hover\:border-sky-200\/80:hover{border-color:#bae6fdcc}.hover\:border-sky-200\/90:hover{border-color:#bae6fde6}.hover\:border-sky-200\/95:hover{border-color:#bae6fdf2}.hover\:border-sky-200\/100:hover{border-color:#bae6fd}.hover\:border-sky-300\/0:hover{border-color:#7dd3fc00}.hover\:border-sky-300\/5:hover{border-color:#7dd3fc0d}.hover\:border-sky-300\/10:hover{border-color:#7dd3fc1a}.hover\:border-sky-300\/20:hover{border-color:#7dd3fc33}.hover\:border-sky-300\/25:hover{border-color:#7dd3fc40}.hover\:border-sky-300\/30:hover{border-color:#7dd3fc4d}.hover\:border-sky-300\/40:hover{border-color:#7dd3fc66}.hover\:border-sky-300\/50:hover{border-color:#7dd3fc80}.hover\:border-sky-300\/60:hover{border-color:#7dd3fc99}.hover\:border-sky-300\/70:hover{border-color:#7dd3fcb3}.hover\:border-sky-300\/75:hover{border-color:#7dd3fcbf}.hover\:border-sky-300\/80:hover{border-color:#7dd3fccc}.hover\:border-sky-300\/90:hover{border-color:#7dd3fce6}.hover\:border-sky-300\/95:hover{border-color:#7dd3fcf2}.hover\:border-sky-300\/100:hover{border-color:#7dd3fc}.hover\:border-sky-400\/0:hover{border-color:#38bdf800}.hover\:border-sky-400\/5:hover{border-color:#38bdf80d}.hover\:border-sky-400\/10:hover{border-color:#38bdf81a}.hover\:border-sky-400\/20:hover{border-color:#38bdf833}.hover\:border-sky-400\/25:hover{border-color:#38bdf840}.hover\:border-sky-400\/30:hover{border-color:#38bdf84d}.hover\:border-sky-400\/40:hover{border-color:#38bdf866}.hover\:border-sky-400\/50:hover{border-color:#38bdf880}.hover\:border-sky-400\/60:hover{border-color:#38bdf899}.hover\:border-sky-400\/70:hover{border-color:#38bdf8b3}.hover\:border-sky-400\/75:hover{border-color:#38bdf8bf}.hover\:border-sky-400\/80:hover{border-color:#38bdf8cc}.hover\:border-sky-400\/90:hover{border-color:#38bdf8e6}.hover\:border-sky-400\/95:hover{border-color:#38bdf8f2}.hover\:border-sky-400\/100:hover{border-color:#38bdf8}.hover\:border-sky-500\/0:hover{border-color:#0ea5e900}.hover\:border-sky-500\/5:hover{border-color:#0ea5e90d}.hover\:border-sky-500\/10:hover{border-color:#0ea5e91a}.hover\:border-sky-500\/20:hover{border-color:#0ea5e933}.hover\:border-sky-500\/25:hover{border-color:#0ea5e940}.hover\:border-sky-500\/30:hover{border-color:#0ea5e94d}.hover\:border-sky-500\/40:hover{border-color:#0ea5e966}.hover\:border-sky-500\/50:hover{border-color:#0ea5e980}.hover\:border-sky-500\/60:hover{border-color:#0ea5e999}.hover\:border-sky-500\/70:hover{border-color:#0ea5e9b3}.hover\:border-sky-500\/75:hover{border-color:#0ea5e9bf}.hover\:border-sky-500\/80:hover{border-color:#0ea5e9cc}.hover\:border-sky-500\/90:hover{border-color:#0ea5e9e6}.hover\:border-sky-500\/95:hover{border-color:#0ea5e9f2}.hover\:border-sky-500\/100:hover{border-color:#0ea5e9}.hover\:border-sky-600\/0:hover{border-color:#0284c700}.hover\:border-sky-600\/5:hover{border-color:#0284c70d}.hover\:border-sky-600\/10:hover{border-color:#0284c71a}.hover\:border-sky-600\/20:hover{border-color:#0284c733}.hover\:border-sky-600\/25:hover{border-color:#0284c740}.hover\:border-sky-600\/30:hover{border-color:#0284c74d}.hover\:border-sky-600\/40:hover{border-color:#0284c766}.hover\:border-sky-600\/50:hover{border-color:#0284c780}.hover\:border-sky-600\/60:hover{border-color:#0284c799}.hover\:border-sky-600\/70:hover{border-color:#0284c7b3}.hover\:border-sky-600\/75:hover{border-color:#0284c7bf}.hover\:border-sky-600\/80:hover{border-color:#0284c7cc}.hover\:border-sky-600\/90:hover{border-color:#0284c7e6}.hover\:border-sky-600\/95:hover{border-color:#0284c7f2}.hover\:border-sky-600\/100:hover{border-color:#0284c7}.hover\:border-sky-700\/0:hover{border-color:#0369a100}.hover\:border-sky-700\/5:hover{border-color:#0369a10d}.hover\:border-sky-700\/10:hover{border-color:#0369a11a}.hover\:border-sky-700\/20:hover{border-color:#0369a133}.hover\:border-sky-700\/25:hover{border-color:#0369a140}.hover\:border-sky-700\/30:hover{border-color:#0369a14d}.hover\:border-sky-700\/40:hover{border-color:#0369a166}.hover\:border-sky-700\/50:hover{border-color:#0369a180}.hover\:border-sky-700\/60:hover{border-color:#0369a199}.hover\:border-sky-700\/70:hover{border-color:#0369a1b3}.hover\:border-sky-700\/75:hover{border-color:#0369a1bf}.hover\:border-sky-700\/80:hover{border-color:#0369a1cc}.hover\:border-sky-700\/90:hover{border-color:#0369a1e6}.hover\:border-sky-700\/95:hover{border-color:#0369a1f2}.hover\:border-sky-700\/100:hover{border-color:#0369a1}.hover\:border-sky-800\/0:hover{border-color:#07598500}.hover\:border-sky-800\/5:hover{border-color:#0759850d}.hover\:border-sky-800\/10:hover{border-color:#0759851a}.hover\:border-sky-800\/20:hover{border-color:#07598533}.hover\:border-sky-800\/25:hover{border-color:#07598540}.hover\:border-sky-800\/30:hover{border-color:#0759854d}.hover\:border-sky-800\/40:hover{border-color:#07598566}.hover\:border-sky-800\/50:hover{border-color:#07598580}.hover\:border-sky-800\/60:hover{border-color:#07598599}.hover\:border-sky-800\/70:hover{border-color:#075985b3}.hover\:border-sky-800\/75:hover{border-color:#075985bf}.hover\:border-sky-800\/80:hover{border-color:#075985cc}.hover\:border-sky-800\/90:hover{border-color:#075985e6}.hover\:border-sky-800\/95:hover{border-color:#075985f2}.hover\:border-sky-800\/100:hover{border-color:#075985}.hover\:border-sky-900\/0:hover{border-color:#0c4a6e00}.hover\:border-sky-900\/5:hover{border-color:#0c4a6e0d}.hover\:border-sky-900\/10:hover{border-color:#0c4a6e1a}.hover\:border-sky-900\/20:hover{border-color:#0c4a6e33}.hover\:border-sky-900\/25:hover{border-color:#0c4a6e40}.hover\:border-sky-900\/30:hover{border-color:#0c4a6e4d}.hover\:border-sky-900\/40:hover{border-color:#0c4a6e66}.hover\:border-sky-900\/50:hover{border-color:#0c4a6e80}.hover\:border-sky-900\/60:hover{border-color:#0c4a6e99}.hover\:border-sky-900\/70:hover{border-color:#0c4a6eb3}.hover\:border-sky-900\/75:hover{border-color:#0c4a6ebf}.hover\:border-sky-900\/80:hover{border-color:#0c4a6ecc}.hover\:border-sky-900\/90:hover{border-color:#0c4a6ee6}.hover\:border-sky-900\/95:hover{border-color:#0c4a6ef2}.hover\:border-sky-900\/100:hover{border-color:#0c4a6e}.hover\:border-blue-50\/0:hover{border-color:#eff6ff00}.hover\:border-blue-50\/5:hover{border-color:#eff6ff0d}.hover\:border-blue-50\/10:hover{border-color:#eff6ff1a}.hover\:border-blue-50\/20:hover{border-color:#eff6ff33}.hover\:border-blue-50\/25:hover{border-color:#eff6ff40}.hover\:border-blue-50\/30:hover{border-color:#eff6ff4d}.hover\:border-blue-50\/40:hover{border-color:#eff6ff66}.hover\:border-blue-50\/50:hover{border-color:#eff6ff80}.hover\:border-blue-50\/60:hover{border-color:#eff6ff99}.hover\:border-blue-50\/70:hover{border-color:#eff6ffb3}.hover\:border-blue-50\/75:hover{border-color:#eff6ffbf}.hover\:border-blue-50\/80:hover{border-color:#eff6ffcc}.hover\:border-blue-50\/90:hover{border-color:#eff6ffe6}.hover\:border-blue-50\/95:hover{border-color:#eff6fff2}.hover\:border-blue-50\/100:hover{border-color:#eff6ff}.hover\:border-blue-100\/0:hover{border-color:#f2f3fd00}.hover\:border-blue-100\/5:hover{border-color:#f2f3fd0d}.hover\:border-blue-100\/10:hover{border-color:#f2f3fd1a}.hover\:border-blue-100\/20:hover{border-color:#f2f3fd33}.hover\:border-blue-100\/25:hover{border-color:#f2f3fd40}.hover\:border-blue-100\/30:hover{border-color:#f2f3fd4d}.hover\:border-blue-100\/40:hover{border-color:#f2f3fd66}.hover\:border-blue-100\/50:hover{border-color:#f2f3fd80}.hover\:border-blue-100\/60:hover{border-color:#f2f3fd99}.hover\:border-blue-100\/70:hover{border-color:#f2f3fdb3}.hover\:border-blue-100\/75:hover{border-color:#f2f3fdbf}.hover\:border-blue-100\/80:hover{border-color:#f2f3fdcc}.hover\:border-blue-100\/90:hover{border-color:#f2f3fde6}.hover\:border-blue-100\/95:hover{border-color:#f2f3fdf2}.hover\:border-blue-100\/100:hover{border-color:#f2f3fd}.hover\:border-blue-200\/0:hover{border-color:#e4e8fb00}.hover\:border-blue-200\/5:hover{border-color:#e4e8fb0d}.hover\:border-blue-200\/10:hover{border-color:#e4e8fb1a}.hover\:border-blue-200\/20:hover{border-color:#e4e8fb33}.hover\:border-blue-200\/25:hover{border-color:#e4e8fb40}.hover\:border-blue-200\/30:hover{border-color:#e4e8fb4d}.hover\:border-blue-200\/40:hover{border-color:#e4e8fb66}.hover\:border-blue-200\/50:hover{border-color:#e4e8fb80}.hover\:border-blue-200\/60:hover{border-color:#e4e8fb99}.hover\:border-blue-200\/70:hover{border-color:#e4e8fbb3}.hover\:border-blue-200\/75:hover{border-color:#e4e8fbbf}.hover\:border-blue-200\/80:hover{border-color:#e4e8fbcc}.hover\:border-blue-200\/90:hover{border-color:#e4e8fbe6}.hover\:border-blue-200\/95:hover{border-color:#e4e8fbf2}.hover\:border-blue-200\/100:hover{border-color:#e4e8fb}.hover\:border-blue-300\/0:hover{border-color:#c6cff700}.hover\:border-blue-300\/5:hover{border-color:#c6cff70d}.hover\:border-blue-300\/10:hover{border-color:#c6cff71a}.hover\:border-blue-300\/20:hover{border-color:#c6cff733}.hover\:border-blue-300\/25:hover{border-color:#c6cff740}.hover\:border-blue-300\/30:hover{border-color:#c6cff74d}.hover\:border-blue-300\/40:hover{border-color:#c6cff766}.hover\:border-blue-300\/50:hover{border-color:#c6cff780}.hover\:border-blue-300\/60:hover{border-color:#c6cff799}.hover\:border-blue-300\/70:hover{border-color:#c6cff7b3}.hover\:border-blue-300\/75:hover{border-color:#c6cff7bf}.hover\:border-blue-300\/80:hover{border-color:#c6cff7cc}.hover\:border-blue-300\/90:hover{border-color:#c6cff7e6}.hover\:border-blue-300\/95:hover{border-color:#c6cff7f2}.hover\:border-blue-300\/100:hover{border-color:#c6cff7}.hover\:border-blue-400\/0:hover{border-color:#a3b2f300}.hover\:border-blue-400\/5:hover{border-color:#a3b2f30d}.hover\:border-blue-400\/10:hover{border-color:#a3b2f31a}.hover\:border-blue-400\/20:hover{border-color:#a3b2f333}.hover\:border-blue-400\/25:hover{border-color:#a3b2f340}.hover\:border-blue-400\/30:hover{border-color:#a3b2f34d}.hover\:border-blue-400\/40:hover{border-color:#a3b2f366}.hover\:border-blue-400\/50:hover{border-color:#a3b2f380}.hover\:border-blue-400\/60:hover{border-color:#a3b2f399}.hover\:border-blue-400\/70:hover{border-color:#a3b2f3b3}.hover\:border-blue-400\/75:hover{border-color:#a3b2f3bf}.hover\:border-blue-400\/80:hover{border-color:#a3b2f3cc}.hover\:border-blue-400\/90:hover{border-color:#a3b2f3e6}.hover\:border-blue-400\/95:hover{border-color:#a3b2f3f2}.hover\:border-blue-400\/100:hover{border-color:#a3b2f3}.hover\:border-blue-500\/0:hover{border-color:#7690ef00}.hover\:border-blue-500\/5:hover{border-color:#7690ef0d}.hover\:border-blue-500\/10:hover{border-color:#7690ef1a}.hover\:border-blue-500\/20:hover{border-color:#7690ef33}.hover\:border-blue-500\/25:hover{border-color:#7690ef40}.hover\:border-blue-500\/30:hover{border-color:#7690ef4d}.hover\:border-blue-500\/40:hover{border-color:#7690ef66}.hover\:border-blue-500\/50:hover{border-color:#7690ef80}.hover\:border-blue-500\/60:hover{border-color:#7690ef99}.hover\:border-blue-500\/70:hover{border-color:#7690efb3}.hover\:border-blue-500\/75:hover{border-color:#7690efbf}.hover\:border-blue-500\/80:hover{border-color:#7690efcc}.hover\:border-blue-500\/90:hover{border-color:#7690efe6}.hover\:border-blue-500\/95:hover{border-color:#7690eff2}.hover\:border-blue-500\/100:hover{border-color:#7690ef}.hover\:border-blue-600\/0:hover{border-color:#2563eb00}.hover\:border-blue-600\/5:hover{border-color:#2563eb0d}.hover\:border-blue-600\/10:hover{border-color:#2563eb1a}.hover\:border-blue-600\/20:hover{border-color:#2563eb33}.hover\:border-blue-600\/25:hover{border-color:#2563eb40}.hover\:border-blue-600\/30:hover{border-color:#2563eb4d}.hover\:border-blue-600\/40:hover{border-color:#2563eb66}.hover\:border-blue-600\/50:hover{border-color:#2563eb80}.hover\:border-blue-600\/60:hover{border-color:#2563eb99}.hover\:border-blue-600\/70:hover{border-color:#2563ebb3}.hover\:border-blue-600\/75:hover{border-color:#2563ebbf}.hover\:border-blue-600\/80:hover{border-color:#2563ebcc}.hover\:border-blue-600\/90:hover{border-color:#2563ebe6}.hover\:border-blue-600\/95:hover{border-color:#2563ebf2}.hover\:border-blue-600\/100:hover{border-color:#2563eb}.hover\:border-blue-700\/0:hover{border-color:#2158d200}.hover\:border-blue-700\/5:hover{border-color:#2158d20d}.hover\:border-blue-700\/10:hover{border-color:#2158d21a}.hover\:border-blue-700\/20:hover{border-color:#2158d233}.hover\:border-blue-700\/25:hover{border-color:#2158d240}.hover\:border-blue-700\/30:hover{border-color:#2158d24d}.hover\:border-blue-700\/40:hover{border-color:#2158d266}.hover\:border-blue-700\/50:hover{border-color:#2158d280}.hover\:border-blue-700\/60:hover{border-color:#2158d299}.hover\:border-blue-700\/70:hover{border-color:#2158d2b3}.hover\:border-blue-700\/75:hover{border-color:#2158d2bf}.hover\:border-blue-700\/80:hover{border-color:#2158d2cc}.hover\:border-blue-700\/90:hover{border-color:#2158d2e6}.hover\:border-blue-700\/95:hover{border-color:#2158d2f2}.hover\:border-blue-700\/100:hover{border-color:#2158d2}.hover\:border-blue-800\/0:hover{border-color:#1c4cb600}.hover\:border-blue-800\/5:hover{border-color:#1c4cb60d}.hover\:border-blue-800\/10:hover{border-color:#1c4cb61a}.hover\:border-blue-800\/20:hover{border-color:#1c4cb633}.hover\:border-blue-800\/25:hover{border-color:#1c4cb640}.hover\:border-blue-800\/30:hover{border-color:#1c4cb64d}.hover\:border-blue-800\/40:hover{border-color:#1c4cb666}.hover\:border-blue-800\/50:hover{border-color:#1c4cb680}.hover\:border-blue-800\/60:hover{border-color:#1c4cb699}.hover\:border-blue-800\/70:hover{border-color:#1c4cb6b3}.hover\:border-blue-800\/75:hover{border-color:#1c4cb6bf}.hover\:border-blue-800\/80:hover{border-color:#1c4cb6cc}.hover\:border-blue-800\/90:hover{border-color:#1c4cb6e6}.hover\:border-blue-800\/95:hover{border-color:#1c4cb6f2}.hover\:border-blue-800\/100:hover{border-color:#1c4cb6}.hover\:border-blue-900\/0:hover{border-color:#173e9400}.hover\:border-blue-900\/5:hover{border-color:#173e940d}.hover\:border-blue-900\/10:hover{border-color:#173e941a}.hover\:border-blue-900\/20:hover{border-color:#173e9433}.hover\:border-blue-900\/25:hover{border-color:#173e9440}.hover\:border-blue-900\/30:hover{border-color:#173e944d}.hover\:border-blue-900\/40:hover{border-color:#173e9466}.hover\:border-blue-900\/50:hover{border-color:#173e9480}.hover\:border-blue-900\/60:hover{border-color:#173e9499}.hover\:border-blue-900\/70:hover{border-color:#173e94b3}.hover\:border-blue-900\/75:hover{border-color:#173e94bf}.hover\:border-blue-900\/80:hover{border-color:#173e94cc}.hover\:border-blue-900\/90:hover{border-color:#173e94e6}.hover\:border-blue-900\/95:hover{border-color:#173e94f2}.hover\:border-blue-900\/100:hover{border-color:#173e94}.hover\:border-indigo-50\/0:hover{border-color:#eef2ff00}.hover\:border-indigo-50\/5:hover{border-color:#eef2ff0d}.hover\:border-indigo-50\/10:hover{border-color:#eef2ff1a}.hover\:border-indigo-50\/20:hover{border-color:#eef2ff33}.hover\:border-indigo-50\/25:hover{border-color:#eef2ff40}.hover\:border-indigo-50\/30:hover{border-color:#eef2ff4d}.hover\:border-indigo-50\/40:hover{border-color:#eef2ff66}.hover\:border-indigo-50\/50:hover{border-color:#eef2ff80}.hover\:border-indigo-50\/60:hover{border-color:#eef2ff99}.hover\:border-indigo-50\/70:hover{border-color:#eef2ffb3}.hover\:border-indigo-50\/75:hover{border-color:#eef2ffbf}.hover\:border-indigo-50\/80:hover{border-color:#eef2ffcc}.hover\:border-indigo-50\/90:hover{border-color:#eef2ffe6}.hover\:border-indigo-50\/95:hover{border-color:#eef2fff2}.hover\:border-indigo-50\/100:hover{border-color:#eef2ff}.hover\:border-indigo-100\/0:hover{border-color:#e0e7ff00}.hover\:border-indigo-100\/5:hover{border-color:#e0e7ff0d}.hover\:border-indigo-100\/10:hover{border-color:#e0e7ff1a}.hover\:border-indigo-100\/20:hover{border-color:#e0e7ff33}.hover\:border-indigo-100\/25:hover{border-color:#e0e7ff40}.hover\:border-indigo-100\/30:hover{border-color:#e0e7ff4d}.hover\:border-indigo-100\/40:hover{border-color:#e0e7ff66}.hover\:border-indigo-100\/50:hover{border-color:#e0e7ff80}.hover\:border-indigo-100\/60:hover{border-color:#e0e7ff99}.hover\:border-indigo-100\/70:hover{border-color:#e0e7ffb3}.hover\:border-indigo-100\/75:hover{border-color:#e0e7ffbf}.hover\:border-indigo-100\/80:hover{border-color:#e0e7ffcc}.hover\:border-indigo-100\/90:hover{border-color:#e0e7ffe6}.hover\:border-indigo-100\/95:hover{border-color:#e0e7fff2}.hover\:border-indigo-100\/100:hover{border-color:#e0e7ff}.hover\:border-indigo-200\/0:hover{border-color:#c7d2fe00}.hover\:border-indigo-200\/5:hover{border-color:#c7d2fe0d}.hover\:border-indigo-200\/10:hover{border-color:#c7d2fe1a}.hover\:border-indigo-200\/20:hover{border-color:#c7d2fe33}.hover\:border-indigo-200\/25:hover{border-color:#c7d2fe40}.hover\:border-indigo-200\/30:hover{border-color:#c7d2fe4d}.hover\:border-indigo-200\/40:hover{border-color:#c7d2fe66}.hover\:border-indigo-200\/50:hover{border-color:#c7d2fe80}.hover\:border-indigo-200\/60:hover{border-color:#c7d2fe99}.hover\:border-indigo-200\/70:hover{border-color:#c7d2feb3}.hover\:border-indigo-200\/75:hover{border-color:#c7d2febf}.hover\:border-indigo-200\/80:hover{border-color:#c7d2fecc}.hover\:border-indigo-200\/90:hover{border-color:#c7d2fee6}.hover\:border-indigo-200\/95:hover{border-color:#c7d2fef2}.hover\:border-indigo-200\/100:hover{border-color:#c7d2fe}.hover\:border-indigo-300\/0:hover{border-color:#a5b4fc00}.hover\:border-indigo-300\/5:hover{border-color:#a5b4fc0d}.hover\:border-indigo-300\/10:hover{border-color:#a5b4fc1a}.hover\:border-indigo-300\/20:hover{border-color:#a5b4fc33}.hover\:border-indigo-300\/25:hover{border-color:#a5b4fc40}.hover\:border-indigo-300\/30:hover{border-color:#a5b4fc4d}.hover\:border-indigo-300\/40:hover{border-color:#a5b4fc66}.hover\:border-indigo-300\/50:hover{border-color:#a5b4fc80}.hover\:border-indigo-300\/60:hover{border-color:#a5b4fc99}.hover\:border-indigo-300\/70:hover{border-color:#a5b4fcb3}.hover\:border-indigo-300\/75:hover{border-color:#a5b4fcbf}.hover\:border-indigo-300\/80:hover{border-color:#a5b4fccc}.hover\:border-indigo-300\/90:hover{border-color:#a5b4fce6}.hover\:border-indigo-300\/95:hover{border-color:#a5b4fcf2}.hover\:border-indigo-300\/100:hover{border-color:#a5b4fc}.hover\:border-indigo-400\/0:hover{border-color:#818cf800}.hover\:border-indigo-400\/5:hover{border-color:#818cf80d}.hover\:border-indigo-400\/10:hover{border-color:#818cf81a}.hover\:border-indigo-400\/20:hover{border-color:#818cf833}.hover\:border-indigo-400\/25:hover{border-color:#818cf840}.hover\:border-indigo-400\/30:hover{border-color:#818cf84d}.hover\:border-indigo-400\/40:hover{border-color:#818cf866}.hover\:border-indigo-400\/50:hover{border-color:#818cf880}.hover\:border-indigo-400\/60:hover{border-color:#818cf899}.hover\:border-indigo-400\/70:hover{border-color:#818cf8b3}.hover\:border-indigo-400\/75:hover{border-color:#818cf8bf}.hover\:border-indigo-400\/80:hover{border-color:#818cf8cc}.hover\:border-indigo-400\/90:hover{border-color:#818cf8e6}.hover\:border-indigo-400\/95:hover{border-color:#818cf8f2}.hover\:border-indigo-400\/100:hover{border-color:#818cf8}.hover\:border-indigo-500\/0:hover{border-color:#6366f100}.hover\:border-indigo-500\/5:hover{border-color:#6366f10d}.hover\:border-indigo-500\/10:hover{border-color:#6366f11a}.hover\:border-indigo-500\/20:hover{border-color:#6366f133}.hover\:border-indigo-500\/25:hover{border-color:#6366f140}.hover\:border-indigo-500\/30:hover{border-color:#6366f14d}.hover\:border-indigo-500\/40:hover{border-color:#6366f166}.hover\:border-indigo-500\/50:hover{border-color:#6366f180}.hover\:border-indigo-500\/60:hover{border-color:#6366f199}.hover\:border-indigo-500\/70:hover{border-color:#6366f1b3}.hover\:border-indigo-500\/75:hover{border-color:#6366f1bf}.hover\:border-indigo-500\/80:hover{border-color:#6366f1cc}.hover\:border-indigo-500\/90:hover{border-color:#6366f1e6}.hover\:border-indigo-500\/95:hover{border-color:#6366f1f2}.hover\:border-indigo-500\/100:hover{border-color:#6366f1}.hover\:border-indigo-600\/0:hover{border-color:#4f46e500}.hover\:border-indigo-600\/5:hover{border-color:#4f46e50d}.hover\:border-indigo-600\/10:hover{border-color:#4f46e51a}.hover\:border-indigo-600\/20:hover{border-color:#4f46e533}.hover\:border-indigo-600\/25:hover{border-color:#4f46e540}.hover\:border-indigo-600\/30:hover{border-color:#4f46e54d}.hover\:border-indigo-600\/40:hover{border-color:#4f46e566}.hover\:border-indigo-600\/50:hover{border-color:#4f46e580}.hover\:border-indigo-600\/60:hover{border-color:#4f46e599}.hover\:border-indigo-600\/70:hover{border-color:#4f46e5b3}.hover\:border-indigo-600\/75:hover{border-color:#4f46e5bf}.hover\:border-indigo-600\/80:hover{border-color:#4f46e5cc}.hover\:border-indigo-600\/90:hover{border-color:#4f46e5e6}.hover\:border-indigo-600\/95:hover{border-color:#4f46e5f2}.hover\:border-indigo-600\/100:hover{border-color:#4f46e5}.hover\:border-indigo-700\/0:hover{border-color:#4338ca00}.hover\:border-indigo-700\/5:hover{border-color:#4338ca0d}.hover\:border-indigo-700\/10:hover{border-color:#4338ca1a}.hover\:border-indigo-700\/20:hover{border-color:#4338ca33}.hover\:border-indigo-700\/25:hover{border-color:#4338ca40}.hover\:border-indigo-700\/30:hover{border-color:#4338ca4d}.hover\:border-indigo-700\/40:hover{border-color:#4338ca66}.hover\:border-indigo-700\/50:hover{border-color:#4338ca80}.hover\:border-indigo-700\/60:hover{border-color:#4338ca99}.hover\:border-indigo-700\/70:hover{border-color:#4338cab3}.hover\:border-indigo-700\/75:hover{border-color:#4338cabf}.hover\:border-indigo-700\/80:hover{border-color:#4338cacc}.hover\:border-indigo-700\/90:hover{border-color:#4338cae6}.hover\:border-indigo-700\/95:hover{border-color:#4338caf2}.hover\:border-indigo-700\/100:hover{border-color:#4338ca}.hover\:border-indigo-800\/0:hover{border-color:#3730a300}.hover\:border-indigo-800\/5:hover{border-color:#3730a30d}.hover\:border-indigo-800\/10:hover{border-color:#3730a31a}.hover\:border-indigo-800\/20:hover{border-color:#3730a333}.hover\:border-indigo-800\/25:hover{border-color:#3730a340}.hover\:border-indigo-800\/30:hover{border-color:#3730a34d}.hover\:border-indigo-800\/40:hover{border-color:#3730a366}.hover\:border-indigo-800\/50:hover{border-color:#3730a380}.hover\:border-indigo-800\/60:hover{border-color:#3730a399}.hover\:border-indigo-800\/70:hover{border-color:#3730a3b3}.hover\:border-indigo-800\/75:hover{border-color:#3730a3bf}.hover\:border-indigo-800\/80:hover{border-color:#3730a3cc}.hover\:border-indigo-800\/90:hover{border-color:#3730a3e6}.hover\:border-indigo-800\/95:hover{border-color:#3730a3f2}.hover\:border-indigo-800\/100:hover{border-color:#3730a3}.hover\:border-indigo-900\/0:hover{border-color:#312e8100}.hover\:border-indigo-900\/5:hover{border-color:#312e810d}.hover\:border-indigo-900\/10:hover{border-color:#312e811a}.hover\:border-indigo-900\/20:hover{border-color:#312e8133}.hover\:border-indigo-900\/25:hover{border-color:#312e8140}.hover\:border-indigo-900\/30:hover{border-color:#312e814d}.hover\:border-indigo-900\/40:hover{border-color:#312e8166}.hover\:border-indigo-900\/50:hover{border-color:#312e8180}.hover\:border-indigo-900\/60:hover{border-color:#312e8199}.hover\:border-indigo-900\/70:hover{border-color:#312e81b3}.hover\:border-indigo-900\/75:hover{border-color:#312e81bf}.hover\:border-indigo-900\/80:hover{border-color:#312e81cc}.hover\:border-indigo-900\/90:hover{border-color:#312e81e6}.hover\:border-indigo-900\/95:hover{border-color:#312e81f2}.hover\:border-indigo-900\/100:hover{border-color:#312e81}.hover\:border-violet-50\/0:hover{border-color:#f5f3ff00}.hover\:border-violet-50\/5:hover{border-color:#f5f3ff0d}.hover\:border-violet-50\/10:hover{border-color:#f5f3ff1a}.hover\:border-violet-50\/20:hover{border-color:#f5f3ff33}.hover\:border-violet-50\/25:hover{border-color:#f5f3ff40}.hover\:border-violet-50\/30:hover{border-color:#f5f3ff4d}.hover\:border-violet-50\/40:hover{border-color:#f5f3ff66}.hover\:border-violet-50\/50:hover{border-color:#f5f3ff80}.hover\:border-violet-50\/60:hover{border-color:#f5f3ff99}.hover\:border-violet-50\/70:hover{border-color:#f5f3ffb3}.hover\:border-violet-50\/75:hover{border-color:#f5f3ffbf}.hover\:border-violet-50\/80:hover{border-color:#f5f3ffcc}.hover\:border-violet-50\/90:hover{border-color:#f5f3ffe6}.hover\:border-violet-50\/95:hover{border-color:#f5f3fff2}.hover\:border-violet-50\/100:hover{border-color:#f5f3ff}.hover\:border-violet-100\/0:hover{border-color:#ede9fe00}.hover\:border-violet-100\/5:hover{border-color:#ede9fe0d}.hover\:border-violet-100\/10:hover{border-color:#ede9fe1a}.hover\:border-violet-100\/20:hover{border-color:#ede9fe33}.hover\:border-violet-100\/25:hover{border-color:#ede9fe40}.hover\:border-violet-100\/30:hover{border-color:#ede9fe4d}.hover\:border-violet-100\/40:hover{border-color:#ede9fe66}.hover\:border-violet-100\/50:hover{border-color:#ede9fe80}.hover\:border-violet-100\/60:hover{border-color:#ede9fe99}.hover\:border-violet-100\/70:hover{border-color:#ede9feb3}.hover\:border-violet-100\/75:hover{border-color:#ede9febf}.hover\:border-violet-100\/80:hover{border-color:#ede9fecc}.hover\:border-violet-100\/90:hover{border-color:#ede9fee6}.hover\:border-violet-100\/95:hover{border-color:#ede9fef2}.hover\:border-violet-100\/100:hover{border-color:#ede9fe}.hover\:border-violet-200\/0:hover{border-color:#ddd6fe00}.hover\:border-violet-200\/5:hover{border-color:#ddd6fe0d}.hover\:border-violet-200\/10:hover{border-color:#ddd6fe1a}.hover\:border-violet-200\/20:hover{border-color:#ddd6fe33}.hover\:border-violet-200\/25:hover{border-color:#ddd6fe40}.hover\:border-violet-200\/30:hover{border-color:#ddd6fe4d}.hover\:border-violet-200\/40:hover{border-color:#ddd6fe66}.hover\:border-violet-200\/50:hover{border-color:#ddd6fe80}.hover\:border-violet-200\/60:hover{border-color:#ddd6fe99}.hover\:border-violet-200\/70:hover{border-color:#ddd6feb3}.hover\:border-violet-200\/75:hover{border-color:#ddd6febf}.hover\:border-violet-200\/80:hover{border-color:#ddd6fecc}.hover\:border-violet-200\/90:hover{border-color:#ddd6fee6}.hover\:border-violet-200\/95:hover{border-color:#ddd6fef2}.hover\:border-violet-200\/100:hover{border-color:#ddd6fe}.hover\:border-violet-300\/0:hover{border-color:#c4b5fd00}.hover\:border-violet-300\/5:hover{border-color:#c4b5fd0d}.hover\:border-violet-300\/10:hover{border-color:#c4b5fd1a}.hover\:border-violet-300\/20:hover{border-color:#c4b5fd33}.hover\:border-violet-300\/25:hover{border-color:#c4b5fd40}.hover\:border-violet-300\/30:hover{border-color:#c4b5fd4d}.hover\:border-violet-300\/40:hover{border-color:#c4b5fd66}.hover\:border-violet-300\/50:hover{border-color:#c4b5fd80}.hover\:border-violet-300\/60:hover{border-color:#c4b5fd99}.hover\:border-violet-300\/70:hover{border-color:#c4b5fdb3}.hover\:border-violet-300\/75:hover{border-color:#c4b5fdbf}.hover\:border-violet-300\/80:hover{border-color:#c4b5fdcc}.hover\:border-violet-300\/90:hover{border-color:#c4b5fde6}.hover\:border-violet-300\/95:hover{border-color:#c4b5fdf2}.hover\:border-violet-300\/100:hover{border-color:#c4b5fd}.hover\:border-violet-400\/0:hover{border-color:#a78bfa00}.hover\:border-violet-400\/5:hover{border-color:#a78bfa0d}.hover\:border-violet-400\/10:hover{border-color:#a78bfa1a}.hover\:border-violet-400\/20:hover{border-color:#a78bfa33}.hover\:border-violet-400\/25:hover{border-color:#a78bfa40}.hover\:border-violet-400\/30:hover{border-color:#a78bfa4d}.hover\:border-violet-400\/40:hover{border-color:#a78bfa66}.hover\:border-violet-400\/50:hover{border-color:#a78bfa80}.hover\:border-violet-400\/60:hover{border-color:#a78bfa99}.hover\:border-violet-400\/70:hover{border-color:#a78bfab3}.hover\:border-violet-400\/75:hover{border-color:#a78bfabf}.hover\:border-violet-400\/80:hover{border-color:#a78bfacc}.hover\:border-violet-400\/90:hover{border-color:#a78bfae6}.hover\:border-violet-400\/95:hover{border-color:#a78bfaf2}.hover\:border-violet-400\/100:hover{border-color:#a78bfa}.hover\:border-violet-500\/0:hover{border-color:#8b5cf600}.hover\:border-violet-500\/5:hover{border-color:#8b5cf60d}.hover\:border-violet-500\/10:hover{border-color:#8b5cf61a}.hover\:border-violet-500\/20:hover{border-color:#8b5cf633}.hover\:border-violet-500\/25:hover{border-color:#8b5cf640}.hover\:border-violet-500\/30:hover{border-color:#8b5cf64d}.hover\:border-violet-500\/40:hover{border-color:#8b5cf666}.hover\:border-violet-500\/50:hover{border-color:#8b5cf680}.hover\:border-violet-500\/60:hover{border-color:#8b5cf699}.hover\:border-violet-500\/70:hover{border-color:#8b5cf6b3}.hover\:border-violet-500\/75:hover{border-color:#8b5cf6bf}.hover\:border-violet-500\/80:hover{border-color:#8b5cf6cc}.hover\:border-violet-500\/90:hover{border-color:#8b5cf6e6}.hover\:border-violet-500\/95:hover{border-color:#8b5cf6f2}.hover\:border-violet-500\/100:hover{border-color:#8b5cf6}.hover\:border-violet-600\/0:hover{border-color:#7c3aed00}.hover\:border-violet-600\/5:hover{border-color:#7c3aed0d}.hover\:border-violet-600\/10:hover{border-color:#7c3aed1a}.hover\:border-violet-600\/20:hover{border-color:#7c3aed33}.hover\:border-violet-600\/25:hover{border-color:#7c3aed40}.hover\:border-violet-600\/30:hover{border-color:#7c3aed4d}.hover\:border-violet-600\/40:hover{border-color:#7c3aed66}.hover\:border-violet-600\/50:hover{border-color:#7c3aed80}.hover\:border-violet-600\/60:hover{border-color:#7c3aed99}.hover\:border-violet-600\/70:hover{border-color:#7c3aedb3}.hover\:border-violet-600\/75:hover{border-color:#7c3aedbf}.hover\:border-violet-600\/80:hover{border-color:#7c3aedcc}.hover\:border-violet-600\/90:hover{border-color:#7c3aede6}.hover\:border-violet-600\/95:hover{border-color:#7c3aedf2}.hover\:border-violet-600\/100:hover{border-color:#7c3aed}.hover\:border-violet-700\/0:hover{border-color:#6d28d900}.hover\:border-violet-700\/5:hover{border-color:#6d28d90d}.hover\:border-violet-700\/10:hover{border-color:#6d28d91a}.hover\:border-violet-700\/20:hover{border-color:#6d28d933}.hover\:border-violet-700\/25:hover{border-color:#6d28d940}.hover\:border-violet-700\/30:hover{border-color:#6d28d94d}.hover\:border-violet-700\/40:hover{border-color:#6d28d966}.hover\:border-violet-700\/50:hover{border-color:#6d28d980}.hover\:border-violet-700\/60:hover{border-color:#6d28d999}.hover\:border-violet-700\/70:hover{border-color:#6d28d9b3}.hover\:border-violet-700\/75:hover{border-color:#6d28d9bf}.hover\:border-violet-700\/80:hover{border-color:#6d28d9cc}.hover\:border-violet-700\/90:hover{border-color:#6d28d9e6}.hover\:border-violet-700\/95:hover{border-color:#6d28d9f2}.hover\:border-violet-700\/100:hover{border-color:#6d28d9}.hover\:border-violet-800\/0:hover{border-color:#5b21b600}.hover\:border-violet-800\/5:hover{border-color:#5b21b60d}.hover\:border-violet-800\/10:hover{border-color:#5b21b61a}.hover\:border-violet-800\/20:hover{border-color:#5b21b633}.hover\:border-violet-800\/25:hover{border-color:#5b21b640}.hover\:border-violet-800\/30:hover{border-color:#5b21b64d}.hover\:border-violet-800\/40:hover{border-color:#5b21b666}.hover\:border-violet-800\/50:hover{border-color:#5b21b680}.hover\:border-violet-800\/60:hover{border-color:#5b21b699}.hover\:border-violet-800\/70:hover{border-color:#5b21b6b3}.hover\:border-violet-800\/75:hover{border-color:#5b21b6bf}.hover\:border-violet-800\/80:hover{border-color:#5b21b6cc}.hover\:border-violet-800\/90:hover{border-color:#5b21b6e6}.hover\:border-violet-800\/95:hover{border-color:#5b21b6f2}.hover\:border-violet-800\/100:hover{border-color:#5b21b6}.hover\:border-violet-900\/0:hover{border-color:#4c1d9500}.hover\:border-violet-900\/5:hover{border-color:#4c1d950d}.hover\:border-violet-900\/10:hover{border-color:#4c1d951a}.hover\:border-violet-900\/20:hover{border-color:#4c1d9533}.hover\:border-violet-900\/25:hover{border-color:#4c1d9540}.hover\:border-violet-900\/30:hover{border-color:#4c1d954d}.hover\:border-violet-900\/40:hover{border-color:#4c1d9566}.hover\:border-violet-900\/50:hover{border-color:#4c1d9580}.hover\:border-violet-900\/60:hover{border-color:#4c1d9599}.hover\:border-violet-900\/70:hover{border-color:#4c1d95b3}.hover\:border-violet-900\/75:hover{border-color:#4c1d95bf}.hover\:border-violet-900\/80:hover{border-color:#4c1d95cc}.hover\:border-violet-900\/90:hover{border-color:#4c1d95e6}.hover\:border-violet-900\/95:hover{border-color:#4c1d95f2}.hover\:border-violet-900\/100:hover{border-color:#4c1d95}.hover\:border-fuchsia-50\/0:hover{border-color:#fdf4ff00}.hover\:border-fuchsia-50\/5:hover{border-color:#fdf4ff0d}.hover\:border-fuchsia-50\/10:hover{border-color:#fdf4ff1a}.hover\:border-fuchsia-50\/20:hover{border-color:#fdf4ff33}.hover\:border-fuchsia-50\/25:hover{border-color:#fdf4ff40}.hover\:border-fuchsia-50\/30:hover{border-color:#fdf4ff4d}.hover\:border-fuchsia-50\/40:hover{border-color:#fdf4ff66}.hover\:border-fuchsia-50\/50:hover{border-color:#fdf4ff80}.hover\:border-fuchsia-50\/60:hover{border-color:#fdf4ff99}.hover\:border-fuchsia-50\/70:hover{border-color:#fdf4ffb3}.hover\:border-fuchsia-50\/75:hover{border-color:#fdf4ffbf}.hover\:border-fuchsia-50\/80:hover{border-color:#fdf4ffcc}.hover\:border-fuchsia-50\/90:hover{border-color:#fdf4ffe6}.hover\:border-fuchsia-50\/95:hover{border-color:#fdf4fff2}.hover\:border-fuchsia-50\/100:hover{border-color:#fdf4ff}.hover\:border-fuchsia-100\/0:hover{border-color:#fae8ff00}.hover\:border-fuchsia-100\/5:hover{border-color:#fae8ff0d}.hover\:border-fuchsia-100\/10:hover{border-color:#fae8ff1a}.hover\:border-fuchsia-100\/20:hover{border-color:#fae8ff33}.hover\:border-fuchsia-100\/25:hover{border-color:#fae8ff40}.hover\:border-fuchsia-100\/30:hover{border-color:#fae8ff4d}.hover\:border-fuchsia-100\/40:hover{border-color:#fae8ff66}.hover\:border-fuchsia-100\/50:hover{border-color:#fae8ff80}.hover\:border-fuchsia-100\/60:hover{border-color:#fae8ff99}.hover\:border-fuchsia-100\/70:hover{border-color:#fae8ffb3}.hover\:border-fuchsia-100\/75:hover{border-color:#fae8ffbf}.hover\:border-fuchsia-100\/80:hover{border-color:#fae8ffcc}.hover\:border-fuchsia-100\/90:hover{border-color:#fae8ffe6}.hover\:border-fuchsia-100\/95:hover{border-color:#fae8fff2}.hover\:border-fuchsia-100\/100:hover{border-color:#fae8ff}.hover\:border-fuchsia-200\/0:hover{border-color:#f5d0fe00}.hover\:border-fuchsia-200\/5:hover{border-color:#f5d0fe0d}.hover\:border-fuchsia-200\/10:hover{border-color:#f5d0fe1a}.hover\:border-fuchsia-200\/20:hover{border-color:#f5d0fe33}.hover\:border-fuchsia-200\/25:hover{border-color:#f5d0fe40}.hover\:border-fuchsia-200\/30:hover{border-color:#f5d0fe4d}.hover\:border-fuchsia-200\/40:hover{border-color:#f5d0fe66}.hover\:border-fuchsia-200\/50:hover{border-color:#f5d0fe80}.hover\:border-fuchsia-200\/60:hover{border-color:#f5d0fe99}.hover\:border-fuchsia-200\/70:hover{border-color:#f5d0feb3}.hover\:border-fuchsia-200\/75:hover{border-color:#f5d0febf}.hover\:border-fuchsia-200\/80:hover{border-color:#f5d0fecc}.hover\:border-fuchsia-200\/90:hover{border-color:#f5d0fee6}.hover\:border-fuchsia-200\/95:hover{border-color:#f5d0fef2}.hover\:border-fuchsia-200\/100:hover{border-color:#f5d0fe}.hover\:border-fuchsia-300\/0:hover{border-color:#f0abfc00}.hover\:border-fuchsia-300\/5:hover{border-color:#f0abfc0d}.hover\:border-fuchsia-300\/10:hover{border-color:#f0abfc1a}.hover\:border-fuchsia-300\/20:hover{border-color:#f0abfc33}.hover\:border-fuchsia-300\/25:hover{border-color:#f0abfc40}.hover\:border-fuchsia-300\/30:hover{border-color:#f0abfc4d}.hover\:border-fuchsia-300\/40:hover{border-color:#f0abfc66}.hover\:border-fuchsia-300\/50:hover{border-color:#f0abfc80}.hover\:border-fuchsia-300\/60:hover{border-color:#f0abfc99}.hover\:border-fuchsia-300\/70:hover{border-color:#f0abfcb3}.hover\:border-fuchsia-300\/75:hover{border-color:#f0abfcbf}.hover\:border-fuchsia-300\/80:hover{border-color:#f0abfccc}.hover\:border-fuchsia-300\/90:hover{border-color:#f0abfce6}.hover\:border-fuchsia-300\/95:hover{border-color:#f0abfcf2}.hover\:border-fuchsia-300\/100:hover{border-color:#f0abfc}.hover\:border-fuchsia-400\/0:hover{border-color:#e879f900}.hover\:border-fuchsia-400\/5:hover{border-color:#e879f90d}.hover\:border-fuchsia-400\/10:hover{border-color:#e879f91a}.hover\:border-fuchsia-400\/20:hover{border-color:#e879f933}.hover\:border-fuchsia-400\/25:hover{border-color:#e879f940}.hover\:border-fuchsia-400\/30:hover{border-color:#e879f94d}.hover\:border-fuchsia-400\/40:hover{border-color:#e879f966}.hover\:border-fuchsia-400\/50:hover{border-color:#e879f980}.hover\:border-fuchsia-400\/60:hover{border-color:#e879f999}.hover\:border-fuchsia-400\/70:hover{border-color:#e879f9b3}.hover\:border-fuchsia-400\/75:hover{border-color:#e879f9bf}.hover\:border-fuchsia-400\/80:hover{border-color:#e879f9cc}.hover\:border-fuchsia-400\/90:hover{border-color:#e879f9e6}.hover\:border-fuchsia-400\/95:hover{border-color:#e879f9f2}.hover\:border-fuchsia-400\/100:hover{border-color:#e879f9}.hover\:border-fuchsia-500\/0:hover{border-color:#d946ef00}.hover\:border-fuchsia-500\/5:hover{border-color:#d946ef0d}.hover\:border-fuchsia-500\/10:hover{border-color:#d946ef1a}.hover\:border-fuchsia-500\/20:hover{border-color:#d946ef33}.hover\:border-fuchsia-500\/25:hover{border-color:#d946ef40}.hover\:border-fuchsia-500\/30:hover{border-color:#d946ef4d}.hover\:border-fuchsia-500\/40:hover{border-color:#d946ef66}.hover\:border-fuchsia-500\/50:hover{border-color:#d946ef80}.hover\:border-fuchsia-500\/60:hover{border-color:#d946ef99}.hover\:border-fuchsia-500\/70:hover{border-color:#d946efb3}.hover\:border-fuchsia-500\/75:hover{border-color:#d946efbf}.hover\:border-fuchsia-500\/80:hover{border-color:#d946efcc}.hover\:border-fuchsia-500\/90:hover{border-color:#d946efe6}.hover\:border-fuchsia-500\/95:hover{border-color:#d946eff2}.hover\:border-fuchsia-500\/100:hover{border-color:#d946ef}.hover\:border-fuchsia-600\/0:hover{border-color:#c026d300}.hover\:border-fuchsia-600\/5:hover{border-color:#c026d30d}.hover\:border-fuchsia-600\/10:hover{border-color:#c026d31a}.hover\:border-fuchsia-600\/20:hover{border-color:#c026d333}.hover\:border-fuchsia-600\/25:hover{border-color:#c026d340}.hover\:border-fuchsia-600\/30:hover{border-color:#c026d34d}.hover\:border-fuchsia-600\/40:hover{border-color:#c026d366}.hover\:border-fuchsia-600\/50:hover{border-color:#c026d380}.hover\:border-fuchsia-600\/60:hover{border-color:#c026d399}.hover\:border-fuchsia-600\/70:hover{border-color:#c026d3b3}.hover\:border-fuchsia-600\/75:hover{border-color:#c026d3bf}.hover\:border-fuchsia-600\/80:hover{border-color:#c026d3cc}.hover\:border-fuchsia-600\/90:hover{border-color:#c026d3e6}.hover\:border-fuchsia-600\/95:hover{border-color:#c026d3f2}.hover\:border-fuchsia-600\/100:hover{border-color:#c026d3}.hover\:border-fuchsia-700\/0:hover{border-color:#a21caf00}.hover\:border-fuchsia-700\/5:hover{border-color:#a21caf0d}.hover\:border-fuchsia-700\/10:hover{border-color:#a21caf1a}.hover\:border-fuchsia-700\/20:hover{border-color:#a21caf33}.hover\:border-fuchsia-700\/25:hover{border-color:#a21caf40}.hover\:border-fuchsia-700\/30:hover{border-color:#a21caf4d}.hover\:border-fuchsia-700\/40:hover{border-color:#a21caf66}.hover\:border-fuchsia-700\/50:hover{border-color:#a21caf80}.hover\:border-fuchsia-700\/60:hover{border-color:#a21caf99}.hover\:border-fuchsia-700\/70:hover{border-color:#a21cafb3}.hover\:border-fuchsia-700\/75:hover{border-color:#a21cafbf}.hover\:border-fuchsia-700\/80:hover{border-color:#a21cafcc}.hover\:border-fuchsia-700\/90:hover{border-color:#a21cafe6}.hover\:border-fuchsia-700\/95:hover{border-color:#a21caff2}.hover\:border-fuchsia-700\/100:hover{border-color:#a21caf}.hover\:border-fuchsia-800\/0:hover{border-color:#86198f00}.hover\:border-fuchsia-800\/5:hover{border-color:#86198f0d}.hover\:border-fuchsia-800\/10:hover{border-color:#86198f1a}.hover\:border-fuchsia-800\/20:hover{border-color:#86198f33}.hover\:border-fuchsia-800\/25:hover{border-color:#86198f40}.hover\:border-fuchsia-800\/30:hover{border-color:#86198f4d}.hover\:border-fuchsia-800\/40:hover{border-color:#86198f66}.hover\:border-fuchsia-800\/50:hover{border-color:#86198f80}.hover\:border-fuchsia-800\/60:hover{border-color:#86198f99}.hover\:border-fuchsia-800\/70:hover{border-color:#86198fb3}.hover\:border-fuchsia-800\/75:hover{border-color:#86198fbf}.hover\:border-fuchsia-800\/80:hover{border-color:#86198fcc}.hover\:border-fuchsia-800\/90:hover{border-color:#86198fe6}.hover\:border-fuchsia-800\/95:hover{border-color:#86198ff2}.hover\:border-fuchsia-800\/100:hover{border-color:#86198f}.hover\:border-fuchsia-900\/0:hover{border-color:#701a7500}.hover\:border-fuchsia-900\/5:hover{border-color:#701a750d}.hover\:border-fuchsia-900\/10:hover{border-color:#701a751a}.hover\:border-fuchsia-900\/20:hover{border-color:#701a7533}.hover\:border-fuchsia-900\/25:hover{border-color:#701a7540}.hover\:border-fuchsia-900\/30:hover{border-color:#701a754d}.hover\:border-fuchsia-900\/40:hover{border-color:#701a7566}.hover\:border-fuchsia-900\/50:hover{border-color:#701a7580}.hover\:border-fuchsia-900\/60:hover{border-color:#701a7599}.hover\:border-fuchsia-900\/70:hover{border-color:#701a75b3}.hover\:border-fuchsia-900\/75:hover{border-color:#701a75bf}.hover\:border-fuchsia-900\/80:hover{border-color:#701a75cc}.hover\:border-fuchsia-900\/90:hover{border-color:#701a75e6}.hover\:border-fuchsia-900\/95:hover{border-color:#701a75f2}.hover\:border-fuchsia-900\/100:hover{border-color:#701a75}.hover\:border-pink-50\/0:hover{border-color:#fdf2f800}.hover\:border-pink-50\/5:hover{border-color:#fdf2f80d}.hover\:border-pink-50\/10:hover{border-color:#fdf2f81a}.hover\:border-pink-50\/20:hover{border-color:#fdf2f833}.hover\:border-pink-50\/25:hover{border-color:#fdf2f840}.hover\:border-pink-50\/30:hover{border-color:#fdf2f84d}.hover\:border-pink-50\/40:hover{border-color:#fdf2f866}.hover\:border-pink-50\/50:hover{border-color:#fdf2f880}.hover\:border-pink-50\/60:hover{border-color:#fdf2f899}.hover\:border-pink-50\/70:hover{border-color:#fdf2f8b3}.hover\:border-pink-50\/75:hover{border-color:#fdf2f8bf}.hover\:border-pink-50\/80:hover{border-color:#fdf2f8cc}.hover\:border-pink-50\/90:hover{border-color:#fdf2f8e6}.hover\:border-pink-50\/95:hover{border-color:#fdf2f8f2}.hover\:border-pink-50\/100:hover{border-color:#fdf2f8}.hover\:border-pink-100\/0:hover{border-color:#fce7f300}.hover\:border-pink-100\/5:hover{border-color:#fce7f30d}.hover\:border-pink-100\/10:hover{border-color:#fce7f31a}.hover\:border-pink-100\/20:hover{border-color:#fce7f333}.hover\:border-pink-100\/25:hover{border-color:#fce7f340}.hover\:border-pink-100\/30:hover{border-color:#fce7f34d}.hover\:border-pink-100\/40:hover{border-color:#fce7f366}.hover\:border-pink-100\/50:hover{border-color:#fce7f380}.hover\:border-pink-100\/60:hover{border-color:#fce7f399}.hover\:border-pink-100\/70:hover{border-color:#fce7f3b3}.hover\:border-pink-100\/75:hover{border-color:#fce7f3bf}.hover\:border-pink-100\/80:hover{border-color:#fce7f3cc}.hover\:border-pink-100\/90:hover{border-color:#fce7f3e6}.hover\:border-pink-100\/95:hover{border-color:#fce7f3f2}.hover\:border-pink-100\/100:hover{border-color:#fce7f3}.hover\:border-pink-200\/0:hover{border-color:#fbcfe800}.hover\:border-pink-200\/5:hover{border-color:#fbcfe80d}.hover\:border-pink-200\/10:hover{border-color:#fbcfe81a}.hover\:border-pink-200\/20:hover{border-color:#fbcfe833}.hover\:border-pink-200\/25:hover{border-color:#fbcfe840}.hover\:border-pink-200\/30:hover{border-color:#fbcfe84d}.hover\:border-pink-200\/40:hover{border-color:#fbcfe866}.hover\:border-pink-200\/50:hover{border-color:#fbcfe880}.hover\:border-pink-200\/60:hover{border-color:#fbcfe899}.hover\:border-pink-200\/70:hover{border-color:#fbcfe8b3}.hover\:border-pink-200\/75:hover{border-color:#fbcfe8bf}.hover\:border-pink-200\/80:hover{border-color:#fbcfe8cc}.hover\:border-pink-200\/90:hover{border-color:#fbcfe8e6}.hover\:border-pink-200\/95:hover{border-color:#fbcfe8f2}.hover\:border-pink-200\/100:hover{border-color:#fbcfe8}.hover\:border-pink-300\/0:hover{border-color:#f9a8d400}.hover\:border-pink-300\/5:hover{border-color:#f9a8d40d}.hover\:border-pink-300\/10:hover{border-color:#f9a8d41a}.hover\:border-pink-300\/20:hover{border-color:#f9a8d433}.hover\:border-pink-300\/25:hover{border-color:#f9a8d440}.hover\:border-pink-300\/30:hover{border-color:#f9a8d44d}.hover\:border-pink-300\/40:hover{border-color:#f9a8d466}.hover\:border-pink-300\/50:hover{border-color:#f9a8d480}.hover\:border-pink-300\/60:hover{border-color:#f9a8d499}.hover\:border-pink-300\/70:hover{border-color:#f9a8d4b3}.hover\:border-pink-300\/75:hover{border-color:#f9a8d4bf}.hover\:border-pink-300\/80:hover{border-color:#f9a8d4cc}.hover\:border-pink-300\/90:hover{border-color:#f9a8d4e6}.hover\:border-pink-300\/95:hover{border-color:#f9a8d4f2}.hover\:border-pink-300\/100:hover{border-color:#f9a8d4}.hover\:border-pink-400\/0:hover{border-color:#f472b600}.hover\:border-pink-400\/5:hover{border-color:#f472b60d}.hover\:border-pink-400\/10:hover{border-color:#f472b61a}.hover\:border-pink-400\/20:hover{border-color:#f472b633}.hover\:border-pink-400\/25:hover{border-color:#f472b640}.hover\:border-pink-400\/30:hover{border-color:#f472b64d}.hover\:border-pink-400\/40:hover{border-color:#f472b666}.hover\:border-pink-400\/50:hover{border-color:#f472b680}.hover\:border-pink-400\/60:hover{border-color:#f472b699}.hover\:border-pink-400\/70:hover{border-color:#f472b6b3}.hover\:border-pink-400\/75:hover{border-color:#f472b6bf}.hover\:border-pink-400\/80:hover{border-color:#f472b6cc}.hover\:border-pink-400\/90:hover{border-color:#f472b6e6}.hover\:border-pink-400\/95:hover{border-color:#f472b6f2}.hover\:border-pink-400\/100:hover{border-color:#f472b6}.hover\:border-pink-500\/0:hover{border-color:#ec489900}.hover\:border-pink-500\/5:hover{border-color:#ec48990d}.hover\:border-pink-500\/10:hover{border-color:#ec48991a}.hover\:border-pink-500\/20:hover{border-color:#ec489933}.hover\:border-pink-500\/25:hover{border-color:#ec489940}.hover\:border-pink-500\/30:hover{border-color:#ec48994d}.hover\:border-pink-500\/40:hover{border-color:#ec489966}.hover\:border-pink-500\/50:hover{border-color:#ec489980}.hover\:border-pink-500\/60:hover{border-color:#ec489999}.hover\:border-pink-500\/70:hover{border-color:#ec4899b3}.hover\:border-pink-500\/75:hover{border-color:#ec4899bf}.hover\:border-pink-500\/80:hover{border-color:#ec4899cc}.hover\:border-pink-500\/90:hover{border-color:#ec4899e6}.hover\:border-pink-500\/95:hover{border-color:#ec4899f2}.hover\:border-pink-500\/100:hover{border-color:#ec4899}.hover\:border-pink-600\/0:hover{border-color:#db277700}.hover\:border-pink-600\/5:hover{border-color:#db27770d}.hover\:border-pink-600\/10:hover{border-color:#db27771a}.hover\:border-pink-600\/20:hover{border-color:#db277733}.hover\:border-pink-600\/25:hover{border-color:#db277740}.hover\:border-pink-600\/30:hover{border-color:#db27774d}.hover\:border-pink-600\/40:hover{border-color:#db277766}.hover\:border-pink-600\/50:hover{border-color:#db277780}.hover\:border-pink-600\/60:hover{border-color:#db277799}.hover\:border-pink-600\/70:hover{border-color:#db2777b3}.hover\:border-pink-600\/75:hover{border-color:#db2777bf}.hover\:border-pink-600\/80:hover{border-color:#db2777cc}.hover\:border-pink-600\/90:hover{border-color:#db2777e6}.hover\:border-pink-600\/95:hover{border-color:#db2777f2}.hover\:border-pink-600\/100:hover{border-color:#db2777}.hover\:border-pink-700\/0:hover{border-color:#be185d00}.hover\:border-pink-700\/5:hover{border-color:#be185d0d}.hover\:border-pink-700\/10:hover{border-color:#be185d1a}.hover\:border-pink-700\/20:hover{border-color:#be185d33}.hover\:border-pink-700\/25:hover{border-color:#be185d40}.hover\:border-pink-700\/30:hover{border-color:#be185d4d}.hover\:border-pink-700\/40:hover{border-color:#be185d66}.hover\:border-pink-700\/50:hover{border-color:#be185d80}.hover\:border-pink-700\/60:hover{border-color:#be185d99}.hover\:border-pink-700\/70:hover{border-color:#be185db3}.hover\:border-pink-700\/75:hover{border-color:#be185dbf}.hover\:border-pink-700\/80:hover{border-color:#be185dcc}.hover\:border-pink-700\/90:hover{border-color:#be185de6}.hover\:border-pink-700\/95:hover{border-color:#be185df2}.hover\:border-pink-700\/100:hover{border-color:#be185d}.hover\:border-pink-800\/0:hover{border-color:#9d174d00}.hover\:border-pink-800\/5:hover{border-color:#9d174d0d}.hover\:border-pink-800\/10:hover{border-color:#9d174d1a}.hover\:border-pink-800\/20:hover{border-color:#9d174d33}.hover\:border-pink-800\/25:hover{border-color:#9d174d40}.hover\:border-pink-800\/30:hover{border-color:#9d174d4d}.hover\:border-pink-800\/40:hover{border-color:#9d174d66}.hover\:border-pink-800\/50:hover{border-color:#9d174d80}.hover\:border-pink-800\/60:hover{border-color:#9d174d99}.hover\:border-pink-800\/70:hover{border-color:#9d174db3}.hover\:border-pink-800\/75:hover{border-color:#9d174dbf}.hover\:border-pink-800\/80:hover{border-color:#9d174dcc}.hover\:border-pink-800\/90:hover{border-color:#9d174de6}.hover\:border-pink-800\/95:hover{border-color:#9d174df2}.hover\:border-pink-800\/100:hover{border-color:#9d174d}.hover\:border-pink-900\/0:hover{border-color:#83184300}.hover\:border-pink-900\/5:hover{border-color:#8318430d}.hover\:border-pink-900\/10:hover{border-color:#8318431a}.hover\:border-pink-900\/20:hover{border-color:#83184333}.hover\:border-pink-900\/25:hover{border-color:#83184340}.hover\:border-pink-900\/30:hover{border-color:#8318434d}.hover\:border-pink-900\/40:hover{border-color:#83184366}.hover\:border-pink-900\/50:hover{border-color:#83184380}.hover\:border-pink-900\/60:hover{border-color:#83184399}.hover\:border-pink-900\/70:hover{border-color:#831843b3}.hover\:border-pink-900\/75:hover{border-color:#831843bf}.hover\:border-pink-900\/80:hover{border-color:#831843cc}.hover\:border-pink-900\/90:hover{border-color:#831843e6}.hover\:border-pink-900\/95:hover{border-color:#831843f2}.hover\:border-pink-900\/100:hover{border-color:#831843}.hover\:border-rose-50\/0:hover{border-color:#fff1f200}.hover\:border-rose-50\/5:hover{border-color:#fff1f20d}.hover\:border-rose-50\/10:hover{border-color:#fff1f21a}.hover\:border-rose-50\/20:hover{border-color:#fff1f233}.hover\:border-rose-50\/25:hover{border-color:#fff1f240}.hover\:border-rose-50\/30:hover{border-color:#fff1f24d}.hover\:border-rose-50\/40:hover{border-color:#fff1f266}.hover\:border-rose-50\/50:hover{border-color:#fff1f280}.hover\:border-rose-50\/60:hover{border-color:#fff1f299}.hover\:border-rose-50\/70:hover{border-color:#fff1f2b3}.hover\:border-rose-50\/75:hover{border-color:#fff1f2bf}.hover\:border-rose-50\/80:hover{border-color:#fff1f2cc}.hover\:border-rose-50\/90:hover{border-color:#fff1f2e6}.hover\:border-rose-50\/95:hover{border-color:#fff1f2f2}.hover\:border-rose-50\/100:hover{border-color:#fff1f2}.hover\:border-rose-100\/0:hover{border-color:#ffe4e600}.hover\:border-rose-100\/5:hover{border-color:#ffe4e60d}.hover\:border-rose-100\/10:hover{border-color:#ffe4e61a}.hover\:border-rose-100\/20:hover{border-color:#ffe4e633}.hover\:border-rose-100\/25:hover{border-color:#ffe4e640}.hover\:border-rose-100\/30:hover{border-color:#ffe4e64d}.hover\:border-rose-100\/40:hover{border-color:#ffe4e666}.hover\:border-rose-100\/50:hover{border-color:#ffe4e680}.hover\:border-rose-100\/60:hover{border-color:#ffe4e699}.hover\:border-rose-100\/70:hover{border-color:#ffe4e6b3}.hover\:border-rose-100\/75:hover{border-color:#ffe4e6bf}.hover\:border-rose-100\/80:hover{border-color:#ffe4e6cc}.hover\:border-rose-100\/90:hover{border-color:#ffe4e6e6}.hover\:border-rose-100\/95:hover{border-color:#ffe4e6f2}.hover\:border-rose-100\/100:hover{border-color:#ffe4e6}.hover\:border-rose-200\/0:hover{border-color:#fecdd300}.hover\:border-rose-200\/5:hover{border-color:#fecdd30d}.hover\:border-rose-200\/10:hover{border-color:#fecdd31a}.hover\:border-rose-200\/20:hover{border-color:#fecdd333}.hover\:border-rose-200\/25:hover{border-color:#fecdd340}.hover\:border-rose-200\/30:hover{border-color:#fecdd34d}.hover\:border-rose-200\/40:hover{border-color:#fecdd366}.hover\:border-rose-200\/50:hover{border-color:#fecdd380}.hover\:border-rose-200\/60:hover{border-color:#fecdd399}.hover\:border-rose-200\/70:hover{border-color:#fecdd3b3}.hover\:border-rose-200\/75:hover{border-color:#fecdd3bf}.hover\:border-rose-200\/80:hover{border-color:#fecdd3cc}.hover\:border-rose-200\/90:hover{border-color:#fecdd3e6}.hover\:border-rose-200\/95:hover{border-color:#fecdd3f2}.hover\:border-rose-200\/100:hover{border-color:#fecdd3}.hover\:border-rose-300\/0:hover{border-color:#fda4af00}.hover\:border-rose-300\/5:hover{border-color:#fda4af0d}.hover\:border-rose-300\/10:hover{border-color:#fda4af1a}.hover\:border-rose-300\/20:hover{border-color:#fda4af33}.hover\:border-rose-300\/25:hover{border-color:#fda4af40}.hover\:border-rose-300\/30:hover{border-color:#fda4af4d}.hover\:border-rose-300\/40:hover{border-color:#fda4af66}.hover\:border-rose-300\/50:hover{border-color:#fda4af80}.hover\:border-rose-300\/60:hover{border-color:#fda4af99}.hover\:border-rose-300\/70:hover{border-color:#fda4afb3}.hover\:border-rose-300\/75:hover{border-color:#fda4afbf}.hover\:border-rose-300\/80:hover{border-color:#fda4afcc}.hover\:border-rose-300\/90:hover{border-color:#fda4afe6}.hover\:border-rose-300\/95:hover{border-color:#fda4aff2}.hover\:border-rose-300\/100:hover{border-color:#fda4af}.hover\:border-rose-400\/0:hover{border-color:#fb718500}.hover\:border-rose-400\/5:hover{border-color:#fb71850d}.hover\:border-rose-400\/10:hover{border-color:#fb71851a}.hover\:border-rose-400\/20:hover{border-color:#fb718533}.hover\:border-rose-400\/25:hover{border-color:#fb718540}.hover\:border-rose-400\/30:hover{border-color:#fb71854d}.hover\:border-rose-400\/40:hover{border-color:#fb718566}.hover\:border-rose-400\/50:hover{border-color:#fb718580}.hover\:border-rose-400\/60:hover{border-color:#fb718599}.hover\:border-rose-400\/70:hover{border-color:#fb7185b3}.hover\:border-rose-400\/75:hover{border-color:#fb7185bf}.hover\:border-rose-400\/80:hover{border-color:#fb7185cc}.hover\:border-rose-400\/90:hover{border-color:#fb7185e6}.hover\:border-rose-400\/95:hover{border-color:#fb7185f2}.hover\:border-rose-400\/100:hover{border-color:#fb7185}.hover\:border-rose-500\/0:hover{border-color:#f43f5e00}.hover\:border-rose-500\/5:hover{border-color:#f43f5e0d}.hover\:border-rose-500\/10:hover{border-color:#f43f5e1a}.hover\:border-rose-500\/20:hover{border-color:#f43f5e33}.hover\:border-rose-500\/25:hover{border-color:#f43f5e40}.hover\:border-rose-500\/30:hover{border-color:#f43f5e4d}.hover\:border-rose-500\/40:hover{border-color:#f43f5e66}.hover\:border-rose-500\/50:hover{border-color:#f43f5e80}.hover\:border-rose-500\/60:hover{border-color:#f43f5e99}.hover\:border-rose-500\/70:hover{border-color:#f43f5eb3}.hover\:border-rose-500\/75:hover{border-color:#f43f5ebf}.hover\:border-rose-500\/80:hover{border-color:#f43f5ecc}.hover\:border-rose-500\/90:hover{border-color:#f43f5ee6}.hover\:border-rose-500\/95:hover{border-color:#f43f5ef2}.hover\:border-rose-500\/100:hover{border-color:#f43f5e}.hover\:border-rose-600\/0:hover{border-color:#e11d4800}.hover\:border-rose-600\/5:hover{border-color:#e11d480d}.hover\:border-rose-600\/10:hover{border-color:#e11d481a}.hover\:border-rose-600\/20:hover{border-color:#e11d4833}.hover\:border-rose-600\/25:hover{border-color:#e11d4840}.hover\:border-rose-600\/30:hover{border-color:#e11d484d}.hover\:border-rose-600\/40:hover{border-color:#e11d4866}.hover\:border-rose-600\/50:hover{border-color:#e11d4880}.hover\:border-rose-600\/60:hover{border-color:#e11d4899}.hover\:border-rose-600\/70:hover{border-color:#e11d48b3}.hover\:border-rose-600\/75:hover{border-color:#e11d48bf}.hover\:border-rose-600\/80:hover{border-color:#e11d48cc}.hover\:border-rose-600\/90:hover{border-color:#e11d48e6}.hover\:border-rose-600\/95:hover{border-color:#e11d48f2}.hover\:border-rose-600\/100:hover{border-color:#e11d48}.hover\:border-rose-700\/0:hover{border-color:#be123c00}.hover\:border-rose-700\/5:hover{border-color:#be123c0d}.hover\:border-rose-700\/10:hover{border-color:#be123c1a}.hover\:border-rose-700\/20:hover{border-color:#be123c33}.hover\:border-rose-700\/25:hover{border-color:#be123c40}.hover\:border-rose-700\/30:hover{border-color:#be123c4d}.hover\:border-rose-700\/40:hover{border-color:#be123c66}.hover\:border-rose-700\/50:hover{border-color:#be123c80}.hover\:border-rose-700\/60:hover{border-color:#be123c99}.hover\:border-rose-700\/70:hover{border-color:#be123cb3}.hover\:border-rose-700\/75:hover{border-color:#be123cbf}.hover\:border-rose-700\/80:hover{border-color:#be123ccc}.hover\:border-rose-700\/90:hover{border-color:#be123ce6}.hover\:border-rose-700\/95:hover{border-color:#be123cf2}.hover\:border-rose-700\/100:hover{border-color:#be123c}.hover\:border-rose-800\/0:hover{border-color:#9f123900}.hover\:border-rose-800\/5:hover{border-color:#9f12390d}.hover\:border-rose-800\/10:hover{border-color:#9f12391a}.hover\:border-rose-800\/20:hover{border-color:#9f123933}.hover\:border-rose-800\/25:hover{border-color:#9f123940}.hover\:border-rose-800\/30:hover{border-color:#9f12394d}.hover\:border-rose-800\/40:hover{border-color:#9f123966}.hover\:border-rose-800\/50:hover{border-color:#9f123980}.hover\:border-rose-800\/60:hover{border-color:#9f123999}.hover\:border-rose-800\/70:hover{border-color:#9f1239b3}.hover\:border-rose-800\/75:hover{border-color:#9f1239bf}.hover\:border-rose-800\/80:hover{border-color:#9f1239cc}.hover\:border-rose-800\/90:hover{border-color:#9f1239e6}.hover\:border-rose-800\/95:hover{border-color:#9f1239f2}.hover\:border-rose-800\/100:hover{border-color:#9f1239}.hover\:border-rose-900\/0:hover{border-color:#88133700}.hover\:border-rose-900\/5:hover{border-color:#8813370d}.hover\:border-rose-900\/10:hover{border-color:#8813371a}.hover\:border-rose-900\/20:hover{border-color:#88133733}.hover\:border-rose-900\/25:hover{border-color:#88133740}.hover\:border-rose-900\/30:hover{border-color:#8813374d}.hover\:border-rose-900\/40:hover{border-color:#88133766}.hover\:border-rose-900\/50:hover{border-color:#88133780}.hover\:border-rose-900\/60:hover{border-color:#88133799}.hover\:border-rose-900\/70:hover{border-color:#881337b3}.hover\:border-rose-900\/75:hover{border-color:#881337bf}.hover\:border-rose-900\/80:hover{border-color:#881337cc}.hover\:border-rose-900\/90:hover{border-color:#881337e6}.hover\:border-rose-900\/95:hover{border-color:#881337f2}.hover\:border-rose-900\/100:hover{border-color:#881337}.hover\:border-primary-100\/0:hover{border-color:#f2f3f400}.hover\:border-primary-100\/5:hover{border-color:#f2f3f40d}.hover\:border-primary-100\/10:hover{border-color:#f2f3f41a}.hover\:border-primary-100\/20:hover{border-color:#f2f3f433}.hover\:border-primary-100\/25:hover{border-color:#f2f3f440}.hover\:border-primary-100\/30:hover{border-color:#f2f3f44d}.hover\:border-primary-100\/40:hover{border-color:#f2f3f466}.hover\:border-primary-100\/50:hover{border-color:#f2f3f480}.hover\:border-primary-100\/60:hover{border-color:#f2f3f499}.hover\:border-primary-100\/70:hover{border-color:#f2f3f4b3}.hover\:border-primary-100\/75:hover{border-color:#f2f3f4bf}.hover\:border-primary-100\/80:hover{border-color:#f2f3f4cc}.hover\:border-primary-100\/90:hover{border-color:#f2f3f4e6}.hover\:border-primary-100\/95:hover{border-color:#f2f3f4f2}.hover\:border-primary-100\/100:hover{border-color:#f2f3f4}.hover\:border-primary-200\/0:hover{border-color:#e8e8f000}.hover\:border-primary-200\/5:hover{border-color:#e8e8f00d}.hover\:border-primary-200\/10:hover{border-color:#e8e8f01a}.hover\:border-primary-200\/20:hover{border-color:#e8e8f033}.hover\:border-primary-200\/25:hover{border-color:#e8e8f040}.hover\:border-primary-200\/30:hover{border-color:#e8e8f04d}.hover\:border-primary-200\/40:hover{border-color:#e8e8f066}.hover\:border-primary-200\/50:hover{border-color:#e8e8f080}.hover\:border-primary-200\/60:hover{border-color:#e8e8f099}.hover\:border-primary-200\/70:hover{border-color:#e8e8f0b3}.hover\:border-primary-200\/75:hover{border-color:#e8e8f0bf}.hover\:border-primary-200\/80:hover{border-color:#e8e8f0cc}.hover\:border-primary-200\/90:hover{border-color:#e8e8f0e6}.hover\:border-primary-200\/95:hover{border-color:#e8e8f0f2}.hover\:border-primary-200\/100:hover{border-color:#e8e8f0}.hover\:border-primary-300\/0:hover{border-color:#d0d0e100}.hover\:border-primary-300\/5:hover{border-color:#d0d0e10d}.hover\:border-primary-300\/10:hover{border-color:#d0d0e11a}.hover\:border-primary-300\/20:hover{border-color:#d0d0e133}.hover\:border-primary-300\/25:hover{border-color:#d0d0e140}.hover\:border-primary-300\/30:hover{border-color:#d0d0e14d}.hover\:border-primary-300\/40:hover{border-color:#d0d0e166}.hover\:border-primary-300\/50:hover{border-color:#d0d0e180}.hover\:border-primary-300\/60:hover{border-color:#d0d0e199}.hover\:border-primary-300\/70:hover{border-color:#d0d0e1b3}.hover\:border-primary-300\/75:hover{border-color:#d0d0e1bf}.hover\:border-primary-300\/80:hover{border-color:#d0d0e1cc}.hover\:border-primary-300\/90:hover{border-color:#d0d0e1e6}.hover\:border-primary-300\/95:hover{border-color:#d0d0e1f2}.hover\:border-primary-300\/100:hover{border-color:#d0d0e1}.hover\:border-primary-400\/0:hover{border-color:#b4b4d100}.hover\:border-primary-400\/5:hover{border-color:#b4b4d10d}.hover\:border-primary-400\/10:hover{border-color:#b4b4d11a}.hover\:border-primary-400\/20:hover{border-color:#b4b4d133}.hover\:border-primary-400\/25:hover{border-color:#b4b4d140}.hover\:border-primary-400\/30:hover{border-color:#b4b4d14d}.hover\:border-primary-400\/40:hover{border-color:#b4b4d166}.hover\:border-primary-400\/50:hover{border-color:#b4b4d180}.hover\:border-primary-400\/60:hover{border-color:#b4b4d199}.hover\:border-primary-400\/70:hover{border-color:#b4b4d1b3}.hover\:border-primary-400\/75:hover{border-color:#b4b4d1bf}.hover\:border-primary-400\/80:hover{border-color:#b4b4d1cc}.hover\:border-primary-400\/90:hover{border-color:#b4b4d1e6}.hover\:border-primary-400\/95:hover{border-color:#b4b4d1f2}.hover\:border-primary-400\/100:hover{border-color:#b4b4d1}.hover\:border-primary-500\/0:hover{border-color:#9393bf00}.hover\:border-primary-500\/5:hover{border-color:#9393bf0d}.hover\:border-primary-500\/10:hover{border-color:#9393bf1a}.hover\:border-primary-500\/20:hover{border-color:#9393bf33}.hover\:border-primary-500\/25:hover{border-color:#9393bf40}.hover\:border-primary-500\/30:hover{border-color:#9393bf4d}.hover\:border-primary-500\/40:hover{border-color:#9393bf66}.hover\:border-primary-500\/50:hover{border-color:#9393bf80}.hover\:border-primary-500\/60:hover{border-color:#9393bf99}.hover\:border-primary-500\/70:hover{border-color:#9393bfb3}.hover\:border-primary-500\/75:hover{border-color:#9393bfbf}.hover\:border-primary-500\/80:hover{border-color:#9393bfcc}.hover\:border-primary-500\/90:hover{border-color:#9393bfe6}.hover\:border-primary-500\/95:hover{border-color:#9393bff2}.hover\:border-primary-500\/100:hover{border-color:#9393bf}.hover\:border-primary-600\/0:hover{border-color:#6868ac00}.hover\:border-primary-600\/5:hover{border-color:#6868ac0d}.hover\:border-primary-600\/10:hover{border-color:#6868ac1a}.hover\:border-primary-600\/20:hover{border-color:#6868ac33}.hover\:border-primary-600\/25:hover{border-color:#6868ac40}.hover\:border-primary-600\/30:hover{border-color:#6868ac4d}.hover\:border-primary-600\/40:hover{border-color:#6868ac66}.hover\:border-primary-600\/50:hover{border-color:#6868ac80}.hover\:border-primary-600\/60:hover{border-color:#6868ac99}.hover\:border-primary-600\/70:hover{border-color:#6868acb3}.hover\:border-primary-600\/75:hover{border-color:#6868acbf}.hover\:border-primary-600\/80:hover{border-color:#6868accc}.hover\:border-primary-600\/90:hover{border-color:#6868ace6}.hover\:border-primary-600\/95:hover{border-color:#6868acf2}.hover\:border-primary-600\/100:hover{border-color:#6868ac}.hover\:border-primary-700\/0:hover{border-color:#5d5d9900}.hover\:border-primary-700\/5:hover{border-color:#5d5d990d}.hover\:border-primary-700\/10:hover{border-color:#5d5d991a}.hover\:border-primary-700\/20:hover{border-color:#5d5d9933}.hover\:border-primary-700\/25:hover{border-color:#5d5d9940}.hover\:border-primary-700\/30:hover{border-color:#5d5d994d}.hover\:border-primary-700\/40:hover{border-color:#5d5d9966}.hover\:border-primary-700\/50:hover{border-color:#5d5d9980}.hover\:border-primary-700\/60:hover{border-color:#5d5d9999}.hover\:border-primary-700\/70:hover{border-color:#5d5d99b3}.hover\:border-primary-700\/75:hover{border-color:#5d5d99bf}.hover\:border-primary-700\/80:hover{border-color:#5d5d99cc}.hover\:border-primary-700\/90:hover{border-color:#5d5d99e6}.hover\:border-primary-700\/95:hover{border-color:#5d5d99f2}.hover\:border-primary-700\/100:hover{border-color:#5d5d99}.hover\:border-primary-800\/0:hover{border-color:#50508500}.hover\:border-primary-800\/5:hover{border-color:#5050850d}.hover\:border-primary-800\/10:hover{border-color:#5050851a}.hover\:border-primary-800\/20:hover{border-color:#50508533}.hover\:border-primary-800\/25:hover{border-color:#50508540}.hover\:border-primary-800\/30:hover{border-color:#5050854d}.hover\:border-primary-800\/40:hover{border-color:#50508566}.hover\:border-primary-800\/50:hover{border-color:#50508580}.hover\:border-primary-800\/60:hover{border-color:#50508599}.hover\:border-primary-800\/70:hover{border-color:#505085b3}.hover\:border-primary-800\/75:hover{border-color:#505085bf}.hover\:border-primary-800\/80:hover{border-color:#505085cc}.hover\:border-primary-800\/90:hover{border-color:#505085e6}.hover\:border-primary-800\/95:hover{border-color:#505085f2}.hover\:border-primary-800\/100:hover{border-color:#505085}.hover\:border-primary-900\/0:hover{border-color:#41416c00}.hover\:border-primary-900\/5:hover{border-color:#41416c0d}.hover\:border-primary-900\/10:hover{border-color:#41416c1a}.hover\:border-primary-900\/20:hover{border-color:#41416c33}.hover\:border-primary-900\/25:hover{border-color:#41416c40}.hover\:border-primary-900\/30:hover{border-color:#41416c4d}.hover\:border-primary-900\/40:hover{border-color:#41416c66}.hover\:border-primary-900\/50:hover{border-color:#41416c80}.hover\:border-primary-900\/60:hover{border-color:#41416c99}.hover\:border-primary-900\/70:hover{border-color:#41416cb3}.hover\:border-primary-900\/75:hover{border-color:#41416cbf}.hover\:border-primary-900\/80:hover{border-color:#41416ccc}.hover\:border-primary-900\/90:hover{border-color:#41416ce6}.hover\:border-primary-900\/95:hover{border-color:#41416cf2}.hover\:border-primary-900\/100:hover{border-color:#41416c}.hover\:border-primary-1000\/0:hover{border-color:#2e2e4c00}.hover\:border-primary-1000\/5:hover{border-color:#2e2e4c0d}.hover\:border-primary-1000\/10:hover{border-color:#2e2e4c1a}.hover\:border-primary-1000\/20:hover{border-color:#2e2e4c33}.hover\:border-primary-1000\/25:hover{border-color:#2e2e4c40}.hover\:border-primary-1000\/30:hover{border-color:#2e2e4c4d}.hover\:border-primary-1000\/40:hover{border-color:#2e2e4c66}.hover\:border-primary-1000\/50:hover{border-color:#2e2e4c80}.hover\:border-primary-1000\/60:hover{border-color:#2e2e4c99}.hover\:border-primary-1000\/70:hover{border-color:#2e2e4cb3}.hover\:border-primary-1000\/75:hover{border-color:#2e2e4cbf}.hover\:border-primary-1000\/80:hover{border-color:#2e2e4ccc}.hover\:border-primary-1000\/90:hover{border-color:#2e2e4ce6}.hover\:border-primary-1000\/95:hover{border-color:#2e2e4cf2}.hover\:border-primary-1000\/100:hover{border-color:#2e2e4c}.hover\:border-primary-highlight-100\/0:hover{border-color:#f7f5fe00}.hover\:border-primary-highlight-100\/5:hover{border-color:#f7f5fe0d}.hover\:border-primary-highlight-100\/10:hover{border-color:#f7f5fe1a}.hover\:border-primary-highlight-100\/20:hover{border-color:#f7f5fe33}.hover\:border-primary-highlight-100\/25:hover{border-color:#f7f5fe40}.hover\:border-primary-highlight-100\/30:hover{border-color:#f7f5fe4d}.hover\:border-primary-highlight-100\/40:hover{border-color:#f7f5fe66}.hover\:border-primary-highlight-100\/50:hover{border-color:#f7f5fe80}.hover\:border-primary-highlight-100\/60:hover{border-color:#f7f5fe99}.hover\:border-primary-highlight-100\/70:hover{border-color:#f7f5feb3}.hover\:border-primary-highlight-100\/75:hover{border-color:#f7f5febf}.hover\:border-primary-highlight-100\/80:hover{border-color:#f7f5fecc}.hover\:border-primary-highlight-100\/90:hover{border-color:#f7f5fee6}.hover\:border-primary-highlight-100\/95:hover{border-color:#f7f5fef2}.hover\:border-primary-highlight-100\/100:hover{border-color:#f7f5fe}.hover\:border-primary-highlight-200\/0:hover{border-color:#efecfe00}.hover\:border-primary-highlight-200\/5:hover{border-color:#efecfe0d}.hover\:border-primary-highlight-200\/10:hover{border-color:#efecfe1a}.hover\:border-primary-highlight-200\/20:hover{border-color:#efecfe33}.hover\:border-primary-highlight-200\/25:hover{border-color:#efecfe40}.hover\:border-primary-highlight-200\/30:hover{border-color:#efecfe4d}.hover\:border-primary-highlight-200\/40:hover{border-color:#efecfe66}.hover\:border-primary-highlight-200\/50:hover{border-color:#efecfe80}.hover\:border-primary-highlight-200\/60:hover{border-color:#efecfe99}.hover\:border-primary-highlight-200\/70:hover{border-color:#efecfeb3}.hover\:border-primary-highlight-200\/75:hover{border-color:#efecfebf}.hover\:border-primary-highlight-200\/80:hover{border-color:#efecfecc}.hover\:border-primary-highlight-200\/90:hover{border-color:#efecfee6}.hover\:border-primary-highlight-200\/95:hover{border-color:#efecfef2}.hover\:border-primary-highlight-200\/100:hover{border-color:#efecfe}.hover\:border-primary-highlight-300\/0:hover{border-color:#dfd8fd00}.hover\:border-primary-highlight-300\/5:hover{border-color:#dfd8fd0d}.hover\:border-primary-highlight-300\/10:hover{border-color:#dfd8fd1a}.hover\:border-primary-highlight-300\/20:hover{border-color:#dfd8fd33}.hover\:border-primary-highlight-300\/25:hover{border-color:#dfd8fd40}.hover\:border-primary-highlight-300\/30:hover{border-color:#dfd8fd4d}.hover\:border-primary-highlight-300\/40:hover{border-color:#dfd8fd66}.hover\:border-primary-highlight-300\/50:hover{border-color:#dfd8fd80}.hover\:border-primary-highlight-300\/60:hover{border-color:#dfd8fd99}.hover\:border-primary-highlight-300\/70:hover{border-color:#dfd8fdb3}.hover\:border-primary-highlight-300\/75:hover{border-color:#dfd8fdbf}.hover\:border-primary-highlight-300\/80:hover{border-color:#dfd8fdcc}.hover\:border-primary-highlight-300\/90:hover{border-color:#dfd8fde6}.hover\:border-primary-highlight-300\/95:hover{border-color:#dfd8fdf2}.hover\:border-primary-highlight-300\/100:hover{border-color:#dfd8fd}.hover\:border-primary-highlight-400\/0:hover{border-color:#cec1fc00}.hover\:border-primary-highlight-400\/5:hover{border-color:#cec1fc0d}.hover\:border-primary-highlight-400\/10:hover{border-color:#cec1fc1a}.hover\:border-primary-highlight-400\/20:hover{border-color:#cec1fc33}.hover\:border-primary-highlight-400\/25:hover{border-color:#cec1fc40}.hover\:border-primary-highlight-400\/30:hover{border-color:#cec1fc4d}.hover\:border-primary-highlight-400\/40:hover{border-color:#cec1fc66}.hover\:border-primary-highlight-400\/50:hover{border-color:#cec1fc80}.hover\:border-primary-highlight-400\/60:hover{border-color:#cec1fc99}.hover\:border-primary-highlight-400\/70:hover{border-color:#cec1fcb3}.hover\:border-primary-highlight-400\/75:hover{border-color:#cec1fcbf}.hover\:border-primary-highlight-400\/80:hover{border-color:#cec1fccc}.hover\:border-primary-highlight-400\/90:hover{border-color:#cec1fce6}.hover\:border-primary-highlight-400\/95:hover{border-color:#cec1fcf2}.hover\:border-primary-highlight-400\/100:hover{border-color:#cec1fc}.hover\:border-primary-highlight-500\/0:hover{border-color:#bba8fb00}.hover\:border-primary-highlight-500\/5:hover{border-color:#bba8fb0d}.hover\:border-primary-highlight-500\/10:hover{border-color:#bba8fb1a}.hover\:border-primary-highlight-500\/20:hover{border-color:#bba8fb33}.hover\:border-primary-highlight-500\/25:hover{border-color:#bba8fb40}.hover\:border-primary-highlight-500\/30:hover{border-color:#bba8fb4d}.hover\:border-primary-highlight-500\/40:hover{border-color:#bba8fb66}.hover\:border-primary-highlight-500\/50:hover{border-color:#bba8fb80}.hover\:border-primary-highlight-500\/60:hover{border-color:#bba8fb99}.hover\:border-primary-highlight-500\/70:hover{border-color:#bba8fbb3}.hover\:border-primary-highlight-500\/75:hover{border-color:#bba8fbbf}.hover\:border-primary-highlight-500\/80:hover{border-color:#bba8fbcc}.hover\:border-primary-highlight-500\/90:hover{border-color:#bba8fbe6}.hover\:border-primary-highlight-500\/95:hover{border-color:#bba8fbf2}.hover\:border-primary-highlight-500\/100:hover{border-color:#bba8fb}.hover\:border-primary-highlight-600\/0:hover{border-color:#a78bfa00}.hover\:border-primary-highlight-600\/5:hover{border-color:#a78bfa0d}.hover\:border-primary-highlight-600\/10:hover{border-color:#a78bfa1a}.hover\:border-primary-highlight-600\/20:hover{border-color:#a78bfa33}.hover\:border-primary-highlight-600\/25:hover{border-color:#a78bfa40}.hover\:border-primary-highlight-600\/30:hover{border-color:#a78bfa4d}.hover\:border-primary-highlight-600\/40:hover{border-color:#a78bfa66}.hover\:border-primary-highlight-600\/50:hover{border-color:#a78bfa80}.hover\:border-primary-highlight-600\/60:hover{border-color:#a78bfa99}.hover\:border-primary-highlight-600\/70:hover{border-color:#a78bfab3}.hover\:border-primary-highlight-600\/75:hover{border-color:#a78bfabf}.hover\:border-primary-highlight-600\/80:hover{border-color:#a78bfacc}.hover\:border-primary-highlight-600\/90:hover{border-color:#a78bfae6}.hover\:border-primary-highlight-600\/95:hover{border-color:#a78bfaf2}.hover\:border-primary-highlight-600\/100:hover{border-color:#a78bfa}.hover\:border-primary-highlight-700\/0:hover{border-color:#957cdf00}.hover\:border-primary-highlight-700\/5:hover{border-color:#957cdf0d}.hover\:border-primary-highlight-700\/10:hover{border-color:#957cdf1a}.hover\:border-primary-highlight-700\/20:hover{border-color:#957cdf33}.hover\:border-primary-highlight-700\/25:hover{border-color:#957cdf40}.hover\:border-primary-highlight-700\/30:hover{border-color:#957cdf4d}.hover\:border-primary-highlight-700\/40:hover{border-color:#957cdf66}.hover\:border-primary-highlight-700\/50:hover{border-color:#957cdf80}.hover\:border-primary-highlight-700\/60:hover{border-color:#957cdf99}.hover\:border-primary-highlight-700\/70:hover{border-color:#957cdfb3}.hover\:border-primary-highlight-700\/75:hover{border-color:#957cdfbf}.hover\:border-primary-highlight-700\/80:hover{border-color:#957cdfcc}.hover\:border-primary-highlight-700\/90:hover{border-color:#957cdfe6}.hover\:border-primary-highlight-700\/95:hover{border-color:#957cdff2}.hover\:border-primary-highlight-700\/100:hover{border-color:#957cdf}.hover\:border-primary-highlight-800\/0:hover{border-color:#816bc100}.hover\:border-primary-highlight-800\/5:hover{border-color:#816bc10d}.hover\:border-primary-highlight-800\/10:hover{border-color:#816bc11a}.hover\:border-primary-highlight-800\/20:hover{border-color:#816bc133}.hover\:border-primary-highlight-800\/25:hover{border-color:#816bc140}.hover\:border-primary-highlight-800\/30:hover{border-color:#816bc14d}.hover\:border-primary-highlight-800\/40:hover{border-color:#816bc166}.hover\:border-primary-highlight-800\/50:hover{border-color:#816bc180}.hover\:border-primary-highlight-800\/60:hover{border-color:#816bc199}.hover\:border-primary-highlight-800\/70:hover{border-color:#816bc1b3}.hover\:border-primary-highlight-800\/75:hover{border-color:#816bc1bf}.hover\:border-primary-highlight-800\/80:hover{border-color:#816bc1cc}.hover\:border-primary-highlight-800\/90:hover{border-color:#816bc1e6}.hover\:border-primary-highlight-800\/95:hover{border-color:#816bc1f2}.hover\:border-primary-highlight-800\/100:hover{border-color:#816bc1}.hover\:border-primary-highlight-900\/0:hover{border-color:#69579e00}.hover\:border-primary-highlight-900\/5:hover{border-color:#69579e0d}.hover\:border-primary-highlight-900\/10:hover{border-color:#69579e1a}.hover\:border-primary-highlight-900\/20:hover{border-color:#69579e33}.hover\:border-primary-highlight-900\/25:hover{border-color:#69579e40}.hover\:border-primary-highlight-900\/30:hover{border-color:#69579e4d}.hover\:border-primary-highlight-900\/40:hover{border-color:#69579e66}.hover\:border-primary-highlight-900\/50:hover{border-color:#69579e80}.hover\:border-primary-highlight-900\/60:hover{border-color:#69579e99}.hover\:border-primary-highlight-900\/70:hover{border-color:#69579eb3}.hover\:border-primary-highlight-900\/75:hover{border-color:#69579ebf}.hover\:border-primary-highlight-900\/80:hover{border-color:#69579ecc}.hover\:border-primary-highlight-900\/90:hover{border-color:#69579ee6}.hover\:border-primary-highlight-900\/95:hover{border-color:#69579ef2}.hover\:border-primary-highlight-900\/100:hover{border-color:#69579e}.hover\:border-primary-highlight-1000\/0:hover{border-color:#4a3e6f00}.hover\:border-primary-highlight-1000\/5:hover{border-color:#4a3e6f0d}.hover\:border-primary-highlight-1000\/10:hover{border-color:#4a3e6f1a}.hover\:border-primary-highlight-1000\/20:hover{border-color:#4a3e6f33}.hover\:border-primary-highlight-1000\/25:hover{border-color:#4a3e6f40}.hover\:border-primary-highlight-1000\/30:hover{border-color:#4a3e6f4d}.hover\:border-primary-highlight-1000\/40:hover{border-color:#4a3e6f66}.hover\:border-primary-highlight-1000\/50:hover{border-color:#4a3e6f80}.hover\:border-primary-highlight-1000\/60:hover{border-color:#4a3e6f99}.hover\:border-primary-highlight-1000\/70:hover{border-color:#4a3e6fb3}.hover\:border-primary-highlight-1000\/75:hover{border-color:#4a3e6fbf}.hover\:border-primary-highlight-1000\/80:hover{border-color:#4a3e6fcc}.hover\:border-primary-highlight-1000\/90:hover{border-color:#4a3e6fe6}.hover\:border-primary-highlight-1000\/95:hover{border-color:#4a3e6ff2}.hover\:border-primary-highlight-1000\/100:hover{border-color:#4a3e6f}.hover\:border-secondary-100\/0:hover{border-color:#fef7f200}.hover\:border-secondary-100\/5:hover{border-color:#fef7f20d}.hover\:border-secondary-100\/10:hover{border-color:#fef7f21a}.hover\:border-secondary-100\/20:hover{border-color:#fef7f233}.hover\:border-secondary-100\/25:hover{border-color:#fef7f240}.hover\:border-secondary-100\/30:hover{border-color:#fef7f24d}.hover\:border-secondary-100\/40:hover{border-color:#fef7f266}.hover\:border-secondary-100\/50:hover{border-color:#fef7f280}.hover\:border-secondary-100\/60:hover{border-color:#fef7f299}.hover\:border-secondary-100\/70:hover{border-color:#fef7f2b3}.hover\:border-secondary-100\/75:hover{border-color:#fef7f2bf}.hover\:border-secondary-100\/80:hover{border-color:#fef7f2cc}.hover\:border-secondary-100\/90:hover{border-color:#fef7f2e6}.hover\:border-secondary-100\/95:hover{border-color:#fef7f2f2}.hover\:border-secondary-100\/100:hover{border-color:#fef7f2}.hover\:border-secondary-200\/0:hover{border-color:#fef0e400}.hover\:border-secondary-200\/5:hover{border-color:#fef0e40d}.hover\:border-secondary-200\/10:hover{border-color:#fef0e41a}.hover\:border-secondary-200\/20:hover{border-color:#fef0e433}.hover\:border-secondary-200\/25:hover{border-color:#fef0e440}.hover\:border-secondary-200\/30:hover{border-color:#fef0e44d}.hover\:border-secondary-200\/40:hover{border-color:#fef0e466}.hover\:border-secondary-200\/50:hover{border-color:#fef0e480}.hover\:border-secondary-200\/60:hover{border-color:#fef0e499}.hover\:border-secondary-200\/70:hover{border-color:#fef0e4b3}.hover\:border-secondary-200\/75:hover{border-color:#fef0e4bf}.hover\:border-secondary-200\/80:hover{border-color:#fef0e4cc}.hover\:border-secondary-200\/90:hover{border-color:#fef0e4e6}.hover\:border-secondary-200\/95:hover{border-color:#fef0e4f2}.hover\:border-secondary-200\/100:hover{border-color:#fef0e4}.hover\:border-secondary-300\/0:hover{border-color:#fde1c600}.hover\:border-secondary-300\/5:hover{border-color:#fde1c60d}.hover\:border-secondary-300\/10:hover{border-color:#fde1c61a}.hover\:border-secondary-300\/20:hover{border-color:#fde1c633}.hover\:border-secondary-300\/25:hover{border-color:#fde1c640}.hover\:border-secondary-300\/30:hover{border-color:#fde1c64d}.hover\:border-secondary-300\/40:hover{border-color:#fde1c666}.hover\:border-secondary-300\/50:hover{border-color:#fde1c680}.hover\:border-secondary-300\/60:hover{border-color:#fde1c699}.hover\:border-secondary-300\/70:hover{border-color:#fde1c6b3}.hover\:border-secondary-300\/75:hover{border-color:#fde1c6bf}.hover\:border-secondary-300\/80:hover{border-color:#fde1c6cc}.hover\:border-secondary-300\/90:hover{border-color:#fde1c6e6}.hover\:border-secondary-300\/95:hover{border-color:#fde1c6f2}.hover\:border-secondary-300\/100:hover{border-color:#fde1c6}.hover\:border-secondary-400\/0:hover{border-color:#fcd1a200}.hover\:border-secondary-400\/5:hover{border-color:#fcd1a20d}.hover\:border-secondary-400\/10:hover{border-color:#fcd1a21a}.hover\:border-secondary-400\/20:hover{border-color:#fcd1a233}.hover\:border-secondary-400\/25:hover{border-color:#fcd1a240}.hover\:border-secondary-400\/30:hover{border-color:#fcd1a24d}.hover\:border-secondary-400\/40:hover{border-color:#fcd1a266}.hover\:border-secondary-400\/50:hover{border-color:#fcd1a280}.hover\:border-secondary-400\/60:hover{border-color:#fcd1a299}.hover\:border-secondary-400\/70:hover{border-color:#fcd1a2b3}.hover\:border-secondary-400\/75:hover{border-color:#fcd1a2bf}.hover\:border-secondary-400\/80:hover{border-color:#fcd1a2cc}.hover\:border-secondary-400\/90:hover{border-color:#fcd1a2e6}.hover\:border-secondary-400\/95:hover{border-color:#fcd1a2f2}.hover\:border-secondary-400\/100:hover{border-color:#fcd1a2}.hover\:border-secondary-500\/0:hover{border-color:#fbbf7500}.hover\:border-secondary-500\/5:hover{border-color:#fbbf750d}.hover\:border-secondary-500\/10:hover{border-color:#fbbf751a}.hover\:border-secondary-500\/20:hover{border-color:#fbbf7533}.hover\:border-secondary-500\/25:hover{border-color:#fbbf7540}.hover\:border-secondary-500\/30:hover{border-color:#fbbf754d}.hover\:border-secondary-500\/40:hover{border-color:#fbbf7566}.hover\:border-secondary-500\/50:hover{border-color:#fbbf7580}.hover\:border-secondary-500\/60:hover{border-color:#fbbf7599}.hover\:border-secondary-500\/70:hover{border-color:#fbbf75b3}.hover\:border-secondary-500\/75:hover{border-color:#fbbf75bf}.hover\:border-secondary-500\/80:hover{border-color:#fbbf75cc}.hover\:border-secondary-500\/90:hover{border-color:#fbbf75e6}.hover\:border-secondary-500\/95:hover{border-color:#fbbf75f2}.hover\:border-secondary-500\/100:hover{border-color:#fbbf75}.hover\:border-secondary-600\/0:hover{border-color:#faac1e00}.hover\:border-secondary-600\/5:hover{border-color:#faac1e0d}.hover\:border-secondary-600\/10:hover{border-color:#faac1e1a}.hover\:border-secondary-600\/20:hover{border-color:#faac1e33}.hover\:border-secondary-600\/25:hover{border-color:#faac1e40}.hover\:border-secondary-600\/30:hover{border-color:#faac1e4d}.hover\:border-secondary-600\/40:hover{border-color:#faac1e66}.hover\:border-secondary-600\/50:hover{border-color:#faac1e80}.hover\:border-secondary-600\/60:hover{border-color:#faac1e99}.hover\:border-secondary-600\/70:hover{border-color:#faac1eb3}.hover\:border-secondary-600\/75:hover{border-color:#faac1ebf}.hover\:border-secondary-600\/80:hover{border-color:#faac1ecc}.hover\:border-secondary-600\/90:hover{border-color:#faac1ee6}.hover\:border-secondary-600\/95:hover{border-color:#faac1ef2}.hover\:border-secondary-600\/100:hover{border-color:#faac1e}.hover\:border-secondary-700\/0:hover{border-color:#df991a00}.hover\:border-secondary-700\/5:hover{border-color:#df991a0d}.hover\:border-secondary-700\/10:hover{border-color:#df991a1a}.hover\:border-secondary-700\/20:hover{border-color:#df991a33}.hover\:border-secondary-700\/25:hover{border-color:#df991a40}.hover\:border-secondary-700\/30:hover{border-color:#df991a4d}.hover\:border-secondary-700\/40:hover{border-color:#df991a66}.hover\:border-secondary-700\/50:hover{border-color:#df991a80}.hover\:border-secondary-700\/60:hover{border-color:#df991a99}.hover\:border-secondary-700\/70:hover{border-color:#df991ab3}.hover\:border-secondary-700\/75:hover{border-color:#df991abf}.hover\:border-secondary-700\/80:hover{border-color:#df991acc}.hover\:border-secondary-700\/90:hover{border-color:#df991ae6}.hover\:border-secondary-700\/95:hover{border-color:#df991af2}.hover\:border-secondary-700\/100:hover{border-color:#df991a}.hover\:border-secondary-800\/0:hover{border-color:#c1851700}.hover\:border-secondary-800\/5:hover{border-color:#c185170d}.hover\:border-secondary-800\/10:hover{border-color:#c185171a}.hover\:border-secondary-800\/20:hover{border-color:#c1851733}.hover\:border-secondary-800\/25:hover{border-color:#c1851740}.hover\:border-secondary-800\/30:hover{border-color:#c185174d}.hover\:border-secondary-800\/40:hover{border-color:#c1851766}.hover\:border-secondary-800\/50:hover{border-color:#c1851780}.hover\:border-secondary-800\/60:hover{border-color:#c1851799}.hover\:border-secondary-800\/70:hover{border-color:#c18517b3}.hover\:border-secondary-800\/75:hover{border-color:#c18517bf}.hover\:border-secondary-800\/80:hover{border-color:#c18517cc}.hover\:border-secondary-800\/90:hover{border-color:#c18517e6}.hover\:border-secondary-800\/95:hover{border-color:#c18517f2}.hover\:border-secondary-800\/100:hover{border-color:#c18517}.hover\:border-secondary-900\/0:hover{border-color:#9e6c1200}.hover\:border-secondary-900\/5:hover{border-color:#9e6c120d}.hover\:border-secondary-900\/10:hover{border-color:#9e6c121a}.hover\:border-secondary-900\/20:hover{border-color:#9e6c1233}.hover\:border-secondary-900\/25:hover{border-color:#9e6c1240}.hover\:border-secondary-900\/30:hover{border-color:#9e6c124d}.hover\:border-secondary-900\/40:hover{border-color:#9e6c1266}.hover\:border-secondary-900\/50:hover{border-color:#9e6c1280}.hover\:border-secondary-900\/60:hover{border-color:#9e6c1299}.hover\:border-secondary-900\/70:hover{border-color:#9e6c12b3}.hover\:border-secondary-900\/75:hover{border-color:#9e6c12bf}.hover\:border-secondary-900\/80:hover{border-color:#9e6c12cc}.hover\:border-secondary-900\/90:hover{border-color:#9e6c12e6}.hover\:border-secondary-900\/95:hover{border-color:#9e6c12f2}.hover\:border-secondary-900\/100:hover{border-color:#9e6c12}.hover\:border-secondary-1000\/0:hover{border-color:#6f4c0d00}.hover\:border-secondary-1000\/5:hover{border-color:#6f4c0d0d}.hover\:border-secondary-1000\/10:hover{border-color:#6f4c0d1a}.hover\:border-secondary-1000\/20:hover{border-color:#6f4c0d33}.hover\:border-secondary-1000\/25:hover{border-color:#6f4c0d40}.hover\:border-secondary-1000\/30:hover{border-color:#6f4c0d4d}.hover\:border-secondary-1000\/40:hover{border-color:#6f4c0d66}.hover\:border-secondary-1000\/50:hover{border-color:#6f4c0d80}.hover\:border-secondary-1000\/60:hover{border-color:#6f4c0d99}.hover\:border-secondary-1000\/70:hover{border-color:#6f4c0db3}.hover\:border-secondary-1000\/75:hover{border-color:#6f4c0dbf}.hover\:border-secondary-1000\/80:hover{border-color:#6f4c0dcc}.hover\:border-secondary-1000\/90:hover{border-color:#6f4c0de6}.hover\:border-secondary-1000\/95:hover{border-color:#6f4c0df2}.hover\:border-secondary-1000\/100:hover{border-color:#6f4c0d}.hover\:border-grey-100\/0:hover{border-color:#f2f3f400}.hover\:border-grey-100\/5:hover{border-color:#f2f3f40d}.hover\:border-grey-100\/10:hover{border-color:#f2f3f41a}.hover\:border-grey-100\/20:hover{border-color:#f2f3f433}.hover\:border-grey-100\/25:hover{border-color:#f2f3f440}.hover\:border-grey-100\/30:hover{border-color:#f2f3f44d}.hover\:border-grey-100\/40:hover{border-color:#f2f3f466}.hover\:border-grey-100\/50:hover{border-color:#f2f3f480}.hover\:border-grey-100\/60:hover{border-color:#f2f3f499}.hover\:border-grey-100\/70:hover{border-color:#f2f3f4b3}.hover\:border-grey-100\/75:hover{border-color:#f2f3f4bf}.hover\:border-grey-100\/80:hover{border-color:#f2f3f4cc}.hover\:border-grey-100\/90:hover{border-color:#f2f3f4e6}.hover\:border-grey-100\/95:hover{border-color:#f2f3f4f2}.hover\:border-grey-100\/100:hover{border-color:#f2f3f4}.hover\:border-grey-200\/0:hover{border-color:#e6e7e800}.hover\:border-grey-200\/5:hover{border-color:#e6e7e80d}.hover\:border-grey-200\/10:hover{border-color:#e6e7e81a}.hover\:border-grey-200\/20:hover{border-color:#e6e7e833}.hover\:border-grey-200\/25:hover{border-color:#e6e7e840}.hover\:border-grey-200\/30:hover{border-color:#e6e7e84d}.hover\:border-grey-200\/40:hover{border-color:#e6e7e866}.hover\:border-grey-200\/50:hover{border-color:#e6e7e880}.hover\:border-grey-200\/60:hover{border-color:#e6e7e899}.hover\:border-grey-200\/70:hover{border-color:#e6e7e8b3}.hover\:border-grey-200\/75:hover{border-color:#e6e7e8bf}.hover\:border-grey-200\/80:hover{border-color:#e6e7e8cc}.hover\:border-grey-200\/90:hover{border-color:#e6e7e8e6}.hover\:border-grey-200\/95:hover{border-color:#e6e7e8f2}.hover\:border-grey-200\/100:hover{border-color:#e6e7e8}.hover\:border-grey-300\/0:hover{border-color:#caccd000}.hover\:border-grey-300\/5:hover{border-color:#caccd00d}.hover\:border-grey-300\/10:hover{border-color:#caccd01a}.hover\:border-grey-300\/20:hover{border-color:#caccd033}.hover\:border-grey-300\/25:hover{border-color:#caccd040}.hover\:border-grey-300\/30:hover{border-color:#caccd04d}.hover\:border-grey-300\/40:hover{border-color:#caccd066}.hover\:border-grey-300\/50:hover{border-color:#caccd080}.hover\:border-grey-300\/60:hover{border-color:#caccd099}.hover\:border-grey-300\/70:hover{border-color:#caccd0b3}.hover\:border-grey-300\/75:hover{border-color:#caccd0bf}.hover\:border-grey-300\/80:hover{border-color:#caccd0cc}.hover\:border-grey-300\/90:hover{border-color:#caccd0e6}.hover\:border-grey-300\/95:hover{border-color:#caccd0f2}.hover\:border-grey-300\/100:hover{border-color:#caccd0}.hover\:border-grey-400\/0:hover{border-color:#aaaeb400}.hover\:border-grey-400\/5:hover{border-color:#aaaeb40d}.hover\:border-grey-400\/10:hover{border-color:#aaaeb41a}.hover\:border-grey-400\/20:hover{border-color:#aaaeb433}.hover\:border-grey-400\/25:hover{border-color:#aaaeb440}.hover\:border-grey-400\/30:hover{border-color:#aaaeb44d}.hover\:border-grey-400\/40:hover{border-color:#aaaeb466}.hover\:border-grey-400\/50:hover{border-color:#aaaeb480}.hover\:border-grey-400\/60:hover{border-color:#aaaeb499}.hover\:border-grey-400\/70:hover{border-color:#aaaeb4b3}.hover\:border-grey-400\/75:hover{border-color:#aaaeb4bf}.hover\:border-grey-400\/80:hover{border-color:#aaaeb4cc}.hover\:border-grey-400\/90:hover{border-color:#aaaeb4e6}.hover\:border-grey-400\/95:hover{border-color:#aaaeb4f2}.hover\:border-grey-400\/100:hover{border-color:#aaaeb4}.hover\:border-grey-500\/0:hover{border-color:#82899300}.hover\:border-grey-500\/5:hover{border-color:#8289930d}.hover\:border-grey-500\/10:hover{border-color:#8289931a}.hover\:border-grey-500\/20:hover{border-color:#82899333}.hover\:border-grey-500\/25:hover{border-color:#82899340}.hover\:border-grey-500\/30:hover{border-color:#8289934d}.hover\:border-grey-500\/40:hover{border-color:#82899366}.hover\:border-grey-500\/50:hover{border-color:#82899380}.hover\:border-grey-500\/60:hover{border-color:#82899399}.hover\:border-grey-500\/70:hover{border-color:#828993b3}.hover\:border-grey-500\/75:hover{border-color:#828993bf}.hover\:border-grey-500\/80:hover{border-color:#828993cc}.hover\:border-grey-500\/90:hover{border-color:#828993e6}.hover\:border-grey-500\/95:hover{border-color:#828993f2}.hover\:border-grey-500\/100:hover{border-color:#828993}.hover\:border-grey-600\/0:hover{border-color:#47556900}.hover\:border-grey-600\/5:hover{border-color:#4755690d}.hover\:border-grey-600\/10:hover{border-color:#4755691a}.hover\:border-grey-600\/20:hover{border-color:#47556933}.hover\:border-grey-600\/25:hover{border-color:#47556940}.hover\:border-grey-600\/30:hover{border-color:#4755694d}.hover\:border-grey-600\/40:hover{border-color:#47556966}.hover\:border-grey-600\/50:hover{border-color:#47556980}.hover\:border-grey-600\/60:hover{border-color:#47556999}.hover\:border-grey-600\/70:hover{border-color:#475569b3}.hover\:border-grey-600\/75:hover{border-color:#475569bf}.hover\:border-grey-600\/80:hover{border-color:#475569cc}.hover\:border-grey-600\/90:hover{border-color:#475569e6}.hover\:border-grey-600\/95:hover{border-color:#475569f2}.hover\:border-grey-600\/100:hover{border-color:#475569}.hover\:border-grey-700\/0:hover{border-color:#3f4c5d00}.hover\:border-grey-700\/5:hover{border-color:#3f4c5d0d}.hover\:border-grey-700\/10:hover{border-color:#3f4c5d1a}.hover\:border-grey-700\/20:hover{border-color:#3f4c5d33}.hover\:border-grey-700\/25:hover{border-color:#3f4c5d40}.hover\:border-grey-700\/30:hover{border-color:#3f4c5d4d}.hover\:border-grey-700\/40:hover{border-color:#3f4c5d66}.hover\:border-grey-700\/50:hover{border-color:#3f4c5d80}.hover\:border-grey-700\/60:hover{border-color:#3f4c5d99}.hover\:border-grey-700\/70:hover{border-color:#3f4c5db3}.hover\:border-grey-700\/75:hover{border-color:#3f4c5dbf}.hover\:border-grey-700\/80:hover{border-color:#3f4c5dcc}.hover\:border-grey-700\/90:hover{border-color:#3f4c5de6}.hover\:border-grey-700\/95:hover{border-color:#3f4c5df2}.hover\:border-grey-700\/100:hover{border-color:#3f4c5d}.hover\:border-grey-800\/0:hover{border-color:#36415100}.hover\:border-grey-800\/5:hover{border-color:#3641510d}.hover\:border-grey-800\/10:hover{border-color:#3641511a}.hover\:border-grey-800\/20:hover{border-color:#36415133}.hover\:border-grey-800\/25:hover{border-color:#36415140}.hover\:border-grey-800\/30:hover{border-color:#3641514d}.hover\:border-grey-800\/40:hover{border-color:#36415166}.hover\:border-grey-800\/50:hover{border-color:#36415180}.hover\:border-grey-800\/60:hover{border-color:#36415199}.hover\:border-grey-800\/70:hover{border-color:#364151b3}.hover\:border-grey-800\/75:hover{border-color:#364151bf}.hover\:border-grey-800\/80:hover{border-color:#364151cc}.hover\:border-grey-800\/90:hover{border-color:#364151e6}.hover\:border-grey-800\/95:hover{border-color:#364151f2}.hover\:border-grey-800\/100:hover{border-color:#364151}.hover\:border-grey-900\/0:hover{border-color:#2c354200}.hover\:border-grey-900\/5:hover{border-color:#2c35420d}.hover\:border-grey-900\/10:hover{border-color:#2c35421a}.hover\:border-grey-900\/20:hover{border-color:#2c354233}.hover\:border-grey-900\/25:hover{border-color:#2c354240}.hover\:border-grey-900\/30:hover{border-color:#2c35424d}.hover\:border-grey-900\/40:hover{border-color:#2c354266}.hover\:border-grey-900\/50:hover{border-color:#2c354280}.hover\:border-grey-900\/60:hover{border-color:#2c354299}.hover\:border-grey-900\/70:hover{border-color:#2c3542b3}.hover\:border-grey-900\/75:hover{border-color:#2c3542bf}.hover\:border-grey-900\/80:hover{border-color:#2c3542cc}.hover\:border-grey-900\/90:hover{border-color:#2c3542e6}.hover\:border-grey-900\/95:hover{border-color:#2c3542f2}.hover\:border-grey-900\/100:hover{border-color:#2c3542}.hover\:border-grey-1000\/0:hover{border-color:#1f262e00}.hover\:border-grey-1000\/5:hover{border-color:#1f262e0d}.hover\:border-grey-1000\/10:hover{border-color:#1f262e1a}.hover\:border-grey-1000\/20:hover{border-color:#1f262e33}.hover\:border-grey-1000\/25:hover{border-color:#1f262e40}.hover\:border-grey-1000\/30:hover{border-color:#1f262e4d}.hover\:border-grey-1000\/40:hover{border-color:#1f262e66}.hover\:border-grey-1000\/50:hover{border-color:#1f262e80}.hover\:border-grey-1000\/60:hover{border-color:#1f262e99}.hover\:border-grey-1000\/70:hover{border-color:#1f262eb3}.hover\:border-grey-1000\/75:hover{border-color:#1f262ebf}.hover\:border-grey-1000\/80:hover{border-color:#1f262ecc}.hover\:border-grey-1000\/90:hover{border-color:#1f262ee6}.hover\:border-grey-1000\/95:hover{border-color:#1f262ef2}.hover\:border-grey-1000\/100:hover{border-color:#1f262e}.hover\:border-green-1000\/0:hover{border-color:#175e4400}.hover\:border-green-1000\/5:hover{border-color:#175e440d}.hover\:border-green-1000\/10:hover{border-color:#175e441a}.hover\:border-green-1000\/20:hover{border-color:#175e4433}.hover\:border-green-1000\/25:hover{border-color:#175e4440}.hover\:border-green-1000\/30:hover{border-color:#175e444d}.hover\:border-green-1000\/40:hover{border-color:#175e4466}.hover\:border-green-1000\/50:hover{border-color:#175e4480}.hover\:border-green-1000\/60:hover{border-color:#175e4499}.hover\:border-green-1000\/70:hover{border-color:#175e44b3}.hover\:border-green-1000\/75:hover{border-color:#175e44bf}.hover\:border-green-1000\/80:hover{border-color:#175e44cc}.hover\:border-green-1000\/90:hover{border-color:#175e44e6}.hover\:border-green-1000\/95:hover{border-color:#175e44f2}.hover\:border-green-1000\/100:hover{border-color:#175e44}.hover\:border-blue-1000\/0:hover{border-color:#102c6900}.hover\:border-blue-1000\/5:hover{border-color:#102c690d}.hover\:border-blue-1000\/10:hover{border-color:#102c691a}.hover\:border-blue-1000\/20:hover{border-color:#102c6933}.hover\:border-blue-1000\/25:hover{border-color:#102c6940}.hover\:border-blue-1000\/30:hover{border-color:#102c694d}.hover\:border-blue-1000\/40:hover{border-color:#102c6966}.hover\:border-blue-1000\/50:hover{border-color:#102c6980}.hover\:border-blue-1000\/60:hover{border-color:#102c6999}.hover\:border-blue-1000\/70:hover{border-color:#102c69b3}.hover\:border-blue-1000\/75:hover{border-color:#102c69bf}.hover\:border-blue-1000\/80:hover{border-color:#102c69cc}.hover\:border-blue-1000\/90:hover{border-color:#102c69e6}.hover\:border-blue-1000\/95:hover{border-color:#102c69f2}.hover\:border-blue-1000\/100:hover{border-color:#102c69}.hover\:border-orange-1000\/0:hover{border-color:#68270500}.hover\:border-orange-1000\/5:hover{border-color:#6827050d}.hover\:border-orange-1000\/10:hover{border-color:#6827051a}.hover\:border-orange-1000\/20:hover{border-color:#68270533}.hover\:border-orange-1000\/25:hover{border-color:#68270540}.hover\:border-orange-1000\/30:hover{border-color:#6827054d}.hover\:border-orange-1000\/40:hover{border-color:#68270566}.hover\:border-orange-1000\/50:hover{border-color:#68270580}.hover\:border-orange-1000\/60:hover{border-color:#68270599}.hover\:border-orange-1000\/70:hover{border-color:#682705b3}.hover\:border-orange-1000\/75:hover{border-color:#682705bf}.hover\:border-orange-1000\/80:hover{border-color:#682705cc}.hover\:border-orange-1000\/90:hover{border-color:#682705e6}.hover\:border-orange-1000\/95:hover{border-color:#682705f2}.hover\:border-orange-1000\/100:hover{border-color:#682705}.hover\:border-red-1000\/0:hover{border-color:#62101000}.hover\:border-red-1000\/5:hover{border-color:#6210100d}.hover\:border-red-1000\/10:hover{border-color:#6210101a}.hover\:border-red-1000\/20:hover{border-color:#62101033}.hover\:border-red-1000\/25:hover{border-color:#62101040}.hover\:border-red-1000\/30:hover{border-color:#6210104d}.hover\:border-red-1000\/40:hover{border-color:#62101066}.hover\:border-red-1000\/50:hover{border-color:#62101080}.hover\:border-red-1000\/60:hover{border-color:#62101099}.hover\:border-red-1000\/70:hover{border-color:#621010b3}.hover\:border-red-1000\/75:hover{border-color:#621010bf}.hover\:border-red-1000\/80:hover{border-color:#621010cc}.hover\:border-red-1000\/90:hover{border-color:#621010e6}.hover\:border-red-1000\/95:hover{border-color:#621010f2}.hover\:border-red-1000\/100:hover{border-color:#621010}.hover\:border-primary\/0:hover{border-color:#a78bfa00}.hover\:border-primary\/5:hover{border-color:#a78bfa0d}.hover\:border-primary\/10:hover{border-color:#a78bfa1a}.hover\:border-primary\/20:hover{border-color:#a78bfa33}.hover\:border-primary\/25:hover{border-color:#a78bfa40}.hover\:border-primary\/30:hover{border-color:#a78bfa4d}.hover\:border-primary\/40:hover{border-color:#a78bfa66}.hover\:border-primary\/50:hover{border-color:#a78bfa80}.hover\:border-primary\/60:hover{border-color:#a78bfa99}.hover\:border-primary\/70:hover{border-color:#a78bfab3}.hover\:border-primary\/75:hover{border-color:#a78bfabf}.hover\:border-primary\/80:hover{border-color:#a78bfacc}.hover\:border-primary\/90:hover{border-color:#a78bfae6}.hover\:border-primary\/95:hover{border-color:#a78bfaf2}.hover\:border-primary\/100:hover{border-color:#a78bfa}.hover\:border-primary-light\/0:hover{border-color:#f7f5fe00}.hover\:border-primary-light\/5:hover{border-color:#f7f5fe0d}.hover\:border-primary-light\/10:hover{border-color:#f7f5fe1a}.hover\:border-primary-light\/20:hover{border-color:#f7f5fe33}.hover\:border-primary-light\/25:hover{border-color:#f7f5fe40}.hover\:border-primary-light\/30:hover{border-color:#f7f5fe4d}.hover\:border-primary-light\/40:hover{border-color:#f7f5fe66}.hover\:border-primary-light\/50:hover{border-color:#f7f5fe80}.hover\:border-primary-light\/60:hover{border-color:#f7f5fe99}.hover\:border-primary-light\/70:hover{border-color:#f7f5feb3}.hover\:border-primary-light\/75:hover{border-color:#f7f5febf}.hover\:border-primary-light\/80:hover{border-color:#f7f5fecc}.hover\:border-primary-light\/90:hover{border-color:#f7f5fee6}.hover\:border-primary-light\/95:hover{border-color:#f7f5fef2}.hover\:border-primary-light\/100:hover{border-color:#f7f5fe}.hover\:border-primary-dark\/0:hover{border-color:#69579e00}.hover\:border-primary-dark\/5:hover{border-color:#69579e0d}.hover\:border-primary-dark\/10:hover{border-color:#69579e1a}.hover\:border-primary-dark\/20:hover{border-color:#69579e33}.hover\:border-primary-dark\/25:hover{border-color:#69579e40}.hover\:border-primary-dark\/30:hover{border-color:#69579e4d}.hover\:border-primary-dark\/40:hover{border-color:#69579e66}.hover\:border-primary-dark\/50:hover{border-color:#69579e80}.hover\:border-primary-dark\/60:hover{border-color:#69579e99}.hover\:border-primary-dark\/70:hover{border-color:#69579eb3}.hover\:border-primary-dark\/75:hover{border-color:#69579ebf}.hover\:border-primary-dark\/80:hover{border-color:#69579ecc}.hover\:border-primary-dark\/90:hover{border-color:#69579ee6}.hover\:border-primary-dark\/95:hover{border-color:#69579ef2}.hover\:border-primary-dark\/100:hover{border-color:#69579e}.hover\:border-info\/0:hover{border-color:#7690ef00}.hover\:border-info\/5:hover{border-color:#7690ef0d}.hover\:border-info\/10:hover{border-color:#7690ef1a}.hover\:border-info\/20:hover{border-color:#7690ef33}.hover\:border-info\/25:hover{border-color:#7690ef40}.hover\:border-info\/30:hover{border-color:#7690ef4d}.hover\:border-info\/40:hover{border-color:#7690ef66}.hover\:border-info\/50:hover{border-color:#7690ef80}.hover\:border-info\/60:hover{border-color:#7690ef99}.hover\:border-info\/70:hover{border-color:#7690efb3}.hover\:border-info\/75:hover{border-color:#7690efbf}.hover\:border-info\/80:hover{border-color:#7690efcc}.hover\:border-info\/90:hover{border-color:#7690efe6}.hover\:border-info\/95:hover{border-color:#7690eff2}.hover\:border-info\/100:hover{border-color:#7690ef}.hover\:border-info-light\/0:hover{border-color:#f2f3fd00}.hover\:border-info-light\/5:hover{border-color:#f2f3fd0d}.hover\:border-info-light\/10:hover{border-color:#f2f3fd1a}.hover\:border-info-light\/20:hover{border-color:#f2f3fd33}.hover\:border-info-light\/25:hover{border-color:#f2f3fd40}.hover\:border-info-light\/30:hover{border-color:#f2f3fd4d}.hover\:border-info-light\/40:hover{border-color:#f2f3fd66}.hover\:border-info-light\/50:hover{border-color:#f2f3fd80}.hover\:border-info-light\/60:hover{border-color:#f2f3fd99}.hover\:border-info-light\/70:hover{border-color:#f2f3fdb3}.hover\:border-info-light\/75:hover{border-color:#f2f3fdbf}.hover\:border-info-light\/80:hover{border-color:#f2f3fdcc}.hover\:border-info-light\/90:hover{border-color:#f2f3fde6}.hover\:border-info-light\/95:hover{border-color:#f2f3fdf2}.hover\:border-info-light\/100:hover{border-color:#f2f3fd}.hover\:border-info-dark\/0:hover{border-color:#2158d200}.hover\:border-info-dark\/5:hover{border-color:#2158d20d}.hover\:border-info-dark\/10:hover{border-color:#2158d21a}.hover\:border-info-dark\/20:hover{border-color:#2158d233}.hover\:border-info-dark\/25:hover{border-color:#2158d240}.hover\:border-info-dark\/30:hover{border-color:#2158d24d}.hover\:border-info-dark\/40:hover{border-color:#2158d266}.hover\:border-info-dark\/50:hover{border-color:#2158d280}.hover\:border-info-dark\/60:hover{border-color:#2158d299}.hover\:border-info-dark\/70:hover{border-color:#2158d2b3}.hover\:border-info-dark\/75:hover{border-color:#2158d2bf}.hover\:border-info-dark\/80:hover{border-color:#2158d2cc}.hover\:border-info-dark\/90:hover{border-color:#2158d2e6}.hover\:border-info-dark\/95:hover{border-color:#2158d2f2}.hover\:border-info-dark\/100:hover{border-color:#2158d2}.hover\:border-success\/0:hover{border-color:#28a37600}.hover\:border-success\/5:hover{border-color:#28a3760d}.hover\:border-success\/10:hover{border-color:#28a3761a}.hover\:border-success\/20:hover{border-color:#28a37633}.hover\:border-success\/25:hover{border-color:#28a37640}.hover\:border-success\/30:hover{border-color:#28a3764d}.hover\:border-success\/40:hover{border-color:#28a37666}.hover\:border-success\/50:hover{border-color:#28a37680}.hover\:border-success\/60:hover{border-color:#28a37699}.hover\:border-success\/70:hover{border-color:#28a376b3}.hover\:border-success\/75:hover{border-color:#28a376bf}.hover\:border-success\/80:hover{border-color:#28a376cc}.hover\:border-success\/90:hover{border-color:#28a376e6}.hover\:border-success\/95:hover{border-color:#28a376f2}.hover\:border-success\/100:hover{border-color:#28a376}.hover\:border-success-light\/0:hover{border-color:#f2faf600}.hover\:border-success-light\/5:hover{border-color:#f2faf60d}.hover\:border-success-light\/10:hover{border-color:#f2faf61a}.hover\:border-success-light\/20:hover{border-color:#f2faf633}.hover\:border-success-light\/25:hover{border-color:#f2faf640}.hover\:border-success-light\/30:hover{border-color:#f2faf64d}.hover\:border-success-light\/40:hover{border-color:#f2faf666}.hover\:border-success-light\/50:hover{border-color:#f2faf680}.hover\:border-success-light\/60:hover{border-color:#f2faf699}.hover\:border-success-light\/70:hover{border-color:#f2faf6b3}.hover\:border-success-light\/75:hover{border-color:#f2faf6bf}.hover\:border-success-light\/80:hover{border-color:#f2faf6cc}.hover\:border-success-light\/90:hover{border-color:#f2faf6e6}.hover\:border-success-light\/95:hover{border-color:#f2faf6f2}.hover\:border-success-light\/100:hover{border-color:#f2faf6}.hover\:border-success-dark\/0:hover{border-color:#20856000}.hover\:border-success-dark\/5:hover{border-color:#2085600d}.hover\:border-success-dark\/10:hover{border-color:#2085601a}.hover\:border-success-dark\/20:hover{border-color:#20856033}.hover\:border-success-dark\/25:hover{border-color:#20856040}.hover\:border-success-dark\/30:hover{border-color:#2085604d}.hover\:border-success-dark\/40:hover{border-color:#20856066}.hover\:border-success-dark\/50:hover{border-color:#20856080}.hover\:border-success-dark\/60:hover{border-color:#20856099}.hover\:border-success-dark\/70:hover{border-color:#208560b3}.hover\:border-success-dark\/75:hover{border-color:#208560bf}.hover\:border-success-dark\/80:hover{border-color:#208560cc}.hover\:border-success-dark\/90:hover{border-color:#208560e6}.hover\:border-success-dark\/95:hover{border-color:#208560f2}.hover\:border-success-dark\/100:hover{border-color:#208560}.hover\:border-warning\/0:hover{border-color:#faac1e00}.hover\:border-warning\/5:hover{border-color:#faac1e0d}.hover\:border-warning\/10:hover{border-color:#faac1e1a}.hover\:border-warning\/20:hover{border-color:#faac1e33}.hover\:border-warning\/25:hover{border-color:#faac1e40}.hover\:border-warning\/30:hover{border-color:#faac1e4d}.hover\:border-warning\/40:hover{border-color:#faac1e66}.hover\:border-warning\/50:hover{border-color:#faac1e80}.hover\:border-warning\/60:hover{border-color:#faac1e99}.hover\:border-warning\/70:hover{border-color:#faac1eb3}.hover\:border-warning\/75:hover{border-color:#faac1ebf}.hover\:border-warning\/80:hover{border-color:#faac1ecc}.hover\:border-warning\/90:hover{border-color:#faac1ee6}.hover\:border-warning\/95:hover{border-color:#faac1ef2}.hover\:border-warning\/100:hover{border-color:#faac1e}.hover\:border-warning-light\/0:hover{border-color:#fef7f200}.hover\:border-warning-light\/5:hover{border-color:#fef7f20d}.hover\:border-warning-light\/10:hover{border-color:#fef7f21a}.hover\:border-warning-light\/20:hover{border-color:#fef7f233}.hover\:border-warning-light\/25:hover{border-color:#fef7f240}.hover\:border-warning-light\/30:hover{border-color:#fef7f24d}.hover\:border-warning-light\/40:hover{border-color:#fef7f266}.hover\:border-warning-light\/50:hover{border-color:#fef7f280}.hover\:border-warning-light\/60:hover{border-color:#fef7f299}.hover\:border-warning-light\/70:hover{border-color:#fef7f2b3}.hover\:border-warning-light\/75:hover{border-color:#fef7f2bf}.hover\:border-warning-light\/80:hover{border-color:#fef7f2cc}.hover\:border-warning-light\/90:hover{border-color:#fef7f2e6}.hover\:border-warning-light\/95:hover{border-color:#fef7f2f2}.hover\:border-warning-light\/100:hover{border-color:#fef7f2}.hover\:border-warning-dark\/0:hover{border-color:#9e6c1200}.hover\:border-warning-dark\/5:hover{border-color:#9e6c120d}.hover\:border-warning-dark\/10:hover{border-color:#9e6c121a}.hover\:border-warning-dark\/20:hover{border-color:#9e6c1233}.hover\:border-warning-dark\/25:hover{border-color:#9e6c1240}.hover\:border-warning-dark\/30:hover{border-color:#9e6c124d}.hover\:border-warning-dark\/40:hover{border-color:#9e6c1266}.hover\:border-warning-dark\/50:hover{border-color:#9e6c1280}.hover\:border-warning-dark\/60:hover{border-color:#9e6c1299}.hover\:border-warning-dark\/70:hover{border-color:#9e6c12b3}.hover\:border-warning-dark\/75:hover{border-color:#9e6c12bf}.hover\:border-warning-dark\/80:hover{border-color:#9e6c12cc}.hover\:border-warning-dark\/90:hover{border-color:#9e6c12e6}.hover\:border-warning-dark\/95:hover{border-color:#9e6c12f2}.hover\:border-warning-dark\/100:hover{border-color:#9e6c12}.hover\:border-error\/0:hover{border-color:#dc262600}.hover\:border-error\/5:hover{border-color:#dc26260d}.hover\:border-error\/10:hover{border-color:#dc26261a}.hover\:border-error\/20:hover{border-color:#dc262633}.hover\:border-error\/25:hover{border-color:#dc262640}.hover\:border-error\/30:hover{border-color:#dc26264d}.hover\:border-error\/40:hover{border-color:#dc262666}.hover\:border-error\/50:hover{border-color:#dc262680}.hover\:border-error\/60:hover{border-color:#dc262699}.hover\:border-error\/70:hover{border-color:#dc2626b3}.hover\:border-error\/75:hover{border-color:#dc2626bf}.hover\:border-error\/80:hover{border-color:#dc2626cc}.hover\:border-error\/90:hover{border-color:#dc2626e6}.hover\:border-error\/95:hover{border-color:#dc2626f2}.hover\:border-error\/100:hover{border-color:#dc2626}.hover\:border-error-light\/0:hover{border-color:#fbf2f200}.hover\:border-error-light\/5:hover{border-color:#fbf2f20d}.hover\:border-error-light\/10:hover{border-color:#fbf2f21a}.hover\:border-error-light\/20:hover{border-color:#fbf2f233}.hover\:border-error-light\/25:hover{border-color:#fbf2f240}.hover\:border-error-light\/30:hover{border-color:#fbf2f24d}.hover\:border-error-light\/40:hover{border-color:#fbf2f266}.hover\:border-error-light\/50:hover{border-color:#fbf2f280}.hover\:border-error-light\/60:hover{border-color:#fbf2f299}.hover\:border-error-light\/70:hover{border-color:#fbf2f2b3}.hover\:border-error-light\/75:hover{border-color:#fbf2f2bf}.hover\:border-error-light\/80:hover{border-color:#fbf2f2cc}.hover\:border-error-light\/90:hover{border-color:#fbf2f2e6}.hover\:border-error-light\/95:hover{border-color:#fbf2f2f2}.hover\:border-error-light\/100:hover{border-color:#fbf2f2}.hover\:border-error-dark\/0:hover{border-color:#c4212100}.hover\:border-error-dark\/5:hover{border-color:#c421210d}.hover\:border-error-dark\/10:hover{border-color:#c421211a}.hover\:border-error-dark\/20:hover{border-color:#c4212133}.hover\:border-error-dark\/25:hover{border-color:#c4212140}.hover\:border-error-dark\/30:hover{border-color:#c421214d}.hover\:border-error-dark\/40:hover{border-color:#c4212166}.hover\:border-error-dark\/50:hover{border-color:#c4212180}.hover\:border-error-dark\/60:hover{border-color:#c4212199}.hover\:border-error-dark\/70:hover{border-color:#c42121b3}.hover\:border-error-dark\/75:hover{border-color:#c42121bf}.hover\:border-error-dark\/80:hover{border-color:#c42121cc}.hover\:border-error-dark\/90:hover{border-color:#c42121e6}.hover\:border-error-dark\/95:hover{border-color:#c42121f2}.hover\:border-error-dark\/100:hover{border-color:#c42121}.hover\:border-grey\/0:hover{border-color:#47556900}.hover\:border-grey\/5:hover{border-color:#4755690d}.hover\:border-grey\/10:hover{border-color:#4755691a}.hover\:border-grey\/20:hover{border-color:#47556933}.hover\:border-grey\/25:hover{border-color:#47556940}.hover\:border-grey\/30:hover{border-color:#4755694d}.hover\:border-grey\/40:hover{border-color:#47556966}.hover\:border-grey\/50:hover{border-color:#47556980}.hover\:border-grey\/60:hover{border-color:#47556999}.hover\:border-grey\/70:hover{border-color:#475569b3}.hover\:border-grey\/75:hover{border-color:#475569bf}.hover\:border-grey\/80:hover{border-color:#475569cc}.hover\:border-grey\/90:hover{border-color:#475569e6}.hover\:border-grey\/95:hover{border-color:#475569f2}.hover\:border-grey\/100:hover{border-color:#475569}.hover\:border-grey-light\/0:hover{border-color:#f2f3f400}.hover\:border-grey-light\/5:hover{border-color:#f2f3f40d}.hover\:border-grey-light\/10:hover{border-color:#f2f3f41a}.hover\:border-grey-light\/20:hover{border-color:#f2f3f433}.hover\:border-grey-light\/25:hover{border-color:#f2f3f440}.hover\:border-grey-light\/30:hover{border-color:#f2f3f44d}.hover\:border-grey-light\/40:hover{border-color:#f2f3f466}.hover\:border-grey-light\/50:hover{border-color:#f2f3f480}.hover\:border-grey-light\/60:hover{border-color:#f2f3f499}.hover\:border-grey-light\/70:hover{border-color:#f2f3f4b3}.hover\:border-grey-light\/75:hover{border-color:#f2f3f4bf}.hover\:border-grey-light\/80:hover{border-color:#f2f3f4cc}.hover\:border-grey-light\/90:hover{border-color:#f2f3f4e6}.hover\:border-grey-light\/95:hover{border-color:#f2f3f4f2}.hover\:border-grey-light\/100:hover{border-color:#f2f3f4}.hover\:border-grey-dark\/0:hover{border-color:#2c354200}.hover\:border-grey-dark\/5:hover{border-color:#2c35420d}.hover\:border-grey-dark\/10:hover{border-color:#2c35421a}.hover\:border-grey-dark\/20:hover{border-color:#2c354233}.hover\:border-grey-dark\/25:hover{border-color:#2c354240}.hover\:border-grey-dark\/30:hover{border-color:#2c35424d}.hover\:border-grey-dark\/40:hover{border-color:#2c354266}.hover\:border-grey-dark\/50:hover{border-color:#2c354280}.hover\:border-grey-dark\/60:hover{border-color:#2c354299}.hover\:border-grey-dark\/70:hover{border-color:#2c3542b3}.hover\:border-grey-dark\/75:hover{border-color:#2c3542bf}.hover\:border-grey-dark\/80:hover{border-color:#2c3542cc}.hover\:border-grey-dark\/90:hover{border-color:#2c3542e6}.hover\:border-grey-dark\/95:hover{border-color:#2c3542f2}.hover\:border-grey-dark\/100:hover{border-color:#2c3542}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity))}.hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgb(248 228 228 / var(--tw-bg-opacity))}.hover\:bg-red-300:hover{--tw-bg-opacity: 1;background-color:rgb(241 198 198 / var(--tw-bg-opacity))}.hover\:bg-red-400:hover{--tw-bg-opacity: 1;background-color:rgb(234 163 163 / var(--tw-bg-opacity))}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(227 118 118 / var(--tw-bg-opacity))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(196 33 33 / var(--tw-bg-opacity))}.hover\:bg-red-800:hover{--tw-bg-opacity: 1;background-color:rgb(170 29 29 / var(--tw-bg-opacity))}.hover\:bg-red-900:hover{--tw-bg-opacity: 1;background-color:rgb(139 24 24 / var(--tw-bg-opacity))}.hover\:bg-orange-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity))}.hover\:bg-orange-100:hover{--tw-bg-opacity: 1;background-color:rgb(252 243 241 / var(--tw-bg-opacity))}.hover\:bg-orange-200:hover{--tw-bg-opacity: 1;background-color:rgb(250 231 228 / var(--tw-bg-opacity))}.hover\:bg-orange-300:hover{--tw-bg-opacity: 1;background-color:rgb(246 205 197 / var(--tw-bg-opacity))}.hover\:bg-orange-400:hover{--tw-bg-opacity: 1;background-color:rgb(242 175 161 / var(--tw-bg-opacity))}.hover\:bg-orange-500:hover{--tw-bg-opacity: 1;background-color:rgb(238 138 114 / var(--tw-bg-opacity))}.hover\:bg-orange-600:hover{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity))}.hover\:bg-orange-700:hover{--tw-bg-opacity: 1;background-color:rgb(209 78 10 / var(--tw-bg-opacity))}.hover\:bg-orange-800:hover{--tw-bg-opacity: 1;background-color:rgb(181 68 9 / var(--tw-bg-opacity))}.hover\:bg-orange-900:hover{--tw-bg-opacity: 1;background-color:rgb(147 55 7 / var(--tw-bg-opacity))}.hover\:bg-yellow-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}.hover\:bg-yellow-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity))}.hover\:bg-yellow-200:hover{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity))}.hover\:bg-yellow-300:hover{--tw-bg-opacity: 1;background-color:rgb(252 211 77 / var(--tw-bg-opacity))}.hover\:bg-yellow-400:hover{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity))}.hover\:bg-yellow-500:hover{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.hover\:bg-yellow-600:hover{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity))}.hover\:bg-yellow-700:hover{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity))}.hover\:bg-yellow-800:hover{--tw-bg-opacity: 1;background-color:rgb(146 64 14 / var(--tw-bg-opacity))}.hover\:bg-yellow-900:hover{--tw-bg-opacity: 1;background-color:rgb(120 53 15 / var(--tw-bg-opacity))}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity))}.hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgb(242 250 246 / var(--tw-bg-opacity))}.hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 246 238 / var(--tw-bg-opacity))}.hover\:bg-green-300:hover{--tw-bg-opacity: 1;background-color:rgb(200 238 219 / var(--tw-bg-opacity))}.hover\:bg-green-400:hover{--tw-bg-opacity: 1;background-color:rgb(166 229 200 / var(--tw-bg-opacity))}.hover\:bg-green-500:hover{--tw-bg-opacity: 1;background-color:rgb(123 220 178 / var(--tw-bg-opacity))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(46 188 136 / var(--tw-bg-opacity))}.hover\:bg-green-800:hover{--tw-bg-opacity: 1;background-color:rgb(40 163 118 / var(--tw-bg-opacity))}.hover\:bg-green-900:hover{--tw-bg-opacity: 1;background-color:rgb(32 133 96 / var(--tw-bg-opacity))}.hover\:bg-emerald-50:hover{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity))}.hover\:bg-emerald-100:hover{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity))}.hover\:bg-emerald-200:hover{--tw-bg-opacity: 1;background-color:rgb(167 243 208 / var(--tw-bg-opacity))}.hover\:bg-emerald-300:hover{--tw-bg-opacity: 1;background-color:rgb(110 231 183 / var(--tw-bg-opacity))}.hover\:bg-emerald-400:hover{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity))}.hover\:bg-emerald-500:hover{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity))}.hover\:bg-emerald-600:hover{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity))}.hover\:bg-emerald-700:hover{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity))}.hover\:bg-emerald-800:hover{--tw-bg-opacity: 1;background-color:rgb(6 95 70 / var(--tw-bg-opacity))}.hover\:bg-emerald-900:hover{--tw-bg-opacity: 1;background-color:rgb(6 78 59 / var(--tw-bg-opacity))}.hover\:bg-teal-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity))}.hover\:bg-teal-100:hover{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity))}.hover\:bg-teal-200:hover{--tw-bg-opacity: 1;background-color:rgb(153 246 228 / var(--tw-bg-opacity))}.hover\:bg-teal-300:hover{--tw-bg-opacity: 1;background-color:rgb(94 234 212 / var(--tw-bg-opacity))}.hover\:bg-teal-400:hover{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity))}.hover\:bg-teal-500:hover{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity))}.hover\:bg-teal-600:hover{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity))}.hover\:bg-teal-700:hover{--tw-bg-opacity: 1;background-color:rgb(15 118 110 / var(--tw-bg-opacity))}.hover\:bg-teal-800:hover{--tw-bg-opacity: 1;background-color:rgb(17 94 89 / var(--tw-bg-opacity))}.hover\:bg-teal-900:hover{--tw-bg-opacity: 1;background-color:rgb(19 78 74 / var(--tw-bg-opacity))}.hover\:bg-sky-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity))}.hover\:bg-sky-100:hover{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity))}.hover\:bg-sky-200:hover{--tw-bg-opacity: 1;background-color:rgb(186 230 253 / var(--tw-bg-opacity))}.hover\:bg-sky-300:hover{--tw-bg-opacity: 1;background-color:rgb(125 211 252 / var(--tw-bg-opacity))}.hover\:bg-sky-400:hover{--tw-bg-opacity: 1;background-color:rgb(56 189 248 / var(--tw-bg-opacity))}.hover\:bg-sky-500:hover{--tw-bg-opacity: 1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}.hover\:bg-sky-600:hover{--tw-bg-opacity: 1;background-color:rgb(2 132 199 / var(--tw-bg-opacity))}.hover\:bg-sky-700:hover{--tw-bg-opacity: 1;background-color:rgb(3 105 161 / var(--tw-bg-opacity))}.hover\:bg-sky-800:hover{--tw-bg-opacity: 1;background-color:rgb(7 89 133 / var(--tw-bg-opacity))}.hover\:bg-sky-900:hover{--tw-bg-opacity: 1;background-color:rgb(12 74 110 / var(--tw-bg-opacity))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(242 243 253 / var(--tw-bg-opacity))}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(228 232 251 / var(--tw-bg-opacity))}.hover\:bg-blue-300:hover{--tw-bg-opacity: 1;background-color:rgb(198 207 247 / var(--tw-bg-opacity))}.hover\:bg-blue-400:hover{--tw-bg-opacity: 1;background-color:rgb(163 178 243 / var(--tw-bg-opacity))}.hover\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgb(118 144 239 / var(--tw-bg-opacity))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(33 88 210 / var(--tw-bg-opacity))}.hover\:bg-blue-800:hover{--tw-bg-opacity: 1;background-color:rgb(28 76 182 / var(--tw-bg-opacity))}.hover\:bg-blue-900:hover{--tw-bg-opacity: 1;background-color:rgb(23 62 148 / var(--tw-bg-opacity))}.hover\:bg-indigo-50:hover{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity))}.hover\:bg-indigo-100:hover{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity))}.hover\:bg-indigo-200:hover{--tw-bg-opacity: 1;background-color:rgb(199 210 254 / var(--tw-bg-opacity))}.hover\:bg-indigo-300:hover{--tw-bg-opacity: 1;background-color:rgb(165 180 252 / var(--tw-bg-opacity))}.hover\:bg-indigo-400:hover{--tw-bg-opacity: 1;background-color:rgb(129 140 248 / var(--tw-bg-opacity))}.hover\:bg-indigo-500:hover{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity))}.hover\:bg-indigo-600:hover{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity))}.hover\:bg-indigo-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity))}.hover\:bg-indigo-800:hover{--tw-bg-opacity: 1;background-color:rgb(55 48 163 / var(--tw-bg-opacity))}.hover\:bg-indigo-900:hover{--tw-bg-opacity: 1;background-color:rgb(49 46 129 / var(--tw-bg-opacity))}.hover\:bg-violet-50:hover{--tw-bg-opacity: 1;background-color:rgb(245 243 255 / var(--tw-bg-opacity))}.hover\:bg-violet-100:hover{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity))}.hover\:bg-violet-200:hover{--tw-bg-opacity: 1;background-color:rgb(221 214 254 / var(--tw-bg-opacity))}.hover\:bg-violet-300:hover{--tw-bg-opacity: 1;background-color:rgb(196 181 253 / var(--tw-bg-opacity))}.hover\:bg-violet-400:hover{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity))}.hover\:bg-violet-500:hover{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity))}.hover\:bg-violet-600:hover{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity))}.hover\:bg-violet-700:hover{--tw-bg-opacity: 1;background-color:rgb(109 40 217 / var(--tw-bg-opacity))}.hover\:bg-violet-800:hover{--tw-bg-opacity: 1;background-color:rgb(91 33 182 / var(--tw-bg-opacity))}.hover\:bg-violet-900:hover{--tw-bg-opacity: 1;background-color:rgb(76 29 149 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-50:hover{--tw-bg-opacity: 1;background-color:rgb(253 244 255 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-100:hover{--tw-bg-opacity: 1;background-color:rgb(250 232 255 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-200:hover{--tw-bg-opacity: 1;background-color:rgb(245 208 254 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-300:hover{--tw-bg-opacity: 1;background-color:rgb(240 171 252 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-400:hover{--tw-bg-opacity: 1;background-color:rgb(232 121 249 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-500:hover{--tw-bg-opacity: 1;background-color:rgb(217 70 239 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-600:hover{--tw-bg-opacity: 1;background-color:rgb(192 38 211 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-700:hover{--tw-bg-opacity: 1;background-color:rgb(162 28 175 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-800:hover{--tw-bg-opacity: 1;background-color:rgb(134 25 143 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-900:hover{--tw-bg-opacity: 1;background-color:rgb(112 26 117 / var(--tw-bg-opacity))}.hover\:bg-pink-50:hover{--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity))}.hover\:bg-pink-100:hover{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity))}.hover\:bg-pink-200:hover{--tw-bg-opacity: 1;background-color:rgb(251 207 232 / var(--tw-bg-opacity))}.hover\:bg-pink-300:hover{--tw-bg-opacity: 1;background-color:rgb(249 168 212 / var(--tw-bg-opacity))}.hover\:bg-pink-400:hover{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity))}.hover\:bg-pink-500:hover{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity))}.hover\:bg-pink-600:hover{--tw-bg-opacity: 1;background-color:rgb(219 39 119 / var(--tw-bg-opacity))}.hover\:bg-pink-700:hover{--tw-bg-opacity: 1;background-color:rgb(190 24 93 / var(--tw-bg-opacity))}.hover\:bg-pink-800:hover{--tw-bg-opacity: 1;background-color:rgb(157 23 77 / var(--tw-bg-opacity))}.hover\:bg-pink-900:hover{--tw-bg-opacity: 1;background-color:rgb(131 24 67 / var(--tw-bg-opacity))}.hover\:bg-rose-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity))}.hover\:bg-rose-100:hover{--tw-bg-opacity: 1;background-color:rgb(255 228 230 / var(--tw-bg-opacity))}.hover\:bg-rose-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 205 211 / var(--tw-bg-opacity))}.hover\:bg-rose-300:hover{--tw-bg-opacity: 1;background-color:rgb(253 164 175 / var(--tw-bg-opacity))}.hover\:bg-rose-400:hover{--tw-bg-opacity: 1;background-color:rgb(251 113 133 / var(--tw-bg-opacity))}.hover\:bg-rose-500:hover{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity))}.hover\:bg-rose-600:hover{--tw-bg-opacity: 1;background-color:rgb(225 29 72 / var(--tw-bg-opacity))}.hover\:bg-rose-700:hover{--tw-bg-opacity: 1;background-color:rgb(190 18 60 / var(--tw-bg-opacity))}.hover\:bg-rose-800:hover{--tw-bg-opacity: 1;background-color:rgb(159 18 57 / var(--tw-bg-opacity))}.hover\:bg-rose-900:hover{--tw-bg-opacity: 1;background-color:rgb(136 19 55 / var(--tw-bg-opacity))}.hover\:bg-primary-100:hover{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity))}.hover\:bg-primary-200:hover{--tw-bg-opacity: 1;background-color:rgb(232 232 240 / var(--tw-bg-opacity))}.hover\:bg-primary-300:hover{--tw-bg-opacity: 1;background-color:rgb(208 208 225 / var(--tw-bg-opacity))}.hover\:bg-primary-400:hover{--tw-bg-opacity: 1;background-color:rgb(180 180 209 / var(--tw-bg-opacity))}.hover\:bg-primary-500:hover{--tw-bg-opacity: 1;background-color:rgb(147 147 191 / var(--tw-bg-opacity))}.hover\:bg-primary-600:hover{--tw-bg-opacity: 1;background-color:rgb(104 104 172 / var(--tw-bg-opacity))}.hover\:bg-primary-700:hover{--tw-bg-opacity: 1;background-color:rgb(93 93 153 / var(--tw-bg-opacity))}.hover\:bg-primary-800:hover{--tw-bg-opacity: 1;background-color:rgb(80 80 133 / var(--tw-bg-opacity))}.hover\:bg-primary-900:hover{--tw-bg-opacity: 1;background-color:rgb(65 65 108 / var(--tw-bg-opacity))}.hover\:bg-primary-1000:hover{--tw-bg-opacity: 1;background-color:rgb(46 46 76 / var(--tw-bg-opacity))}.hover\:bg-primary-highlight-100:hover{--tw-bg-opacity: 1;background-color:rgb(247 245 254 / var(--tw-bg-opacity))}.hover\:bg-primary-highlight-200:hover{--tw-bg-opacity: 1;background-color:rgb(239 236 254 / var(--tw-bg-opacity))}.hover\:bg-primary-highlight-300:hover{--tw-bg-opacity: 1;background-color:rgb(223 216 253 / var(--tw-bg-opacity))}.hover\:bg-primary-highlight-400:hover{--tw-bg-opacity: 1;background-color:rgb(206 193 252 / var(--tw-bg-opacity))}.hover\:bg-primary-highlight-500:hover{--tw-bg-opacity: 1;background-color:rgb(187 168 251 / var(--tw-bg-opacity))}.hover\:bg-primary-highlight-600:hover{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity))}.hover\:bg-primary-highlight-700:hover{--tw-bg-opacity: 1;background-color:rgb(149 124 223 / var(--tw-bg-opacity))}.hover\:bg-primary-highlight-800:hover{--tw-bg-opacity: 1;background-color:rgb(129 107 193 / var(--tw-bg-opacity))}.hover\:bg-primary-highlight-900:hover{--tw-bg-opacity: 1;background-color:rgb(105 87 158 / var(--tw-bg-opacity))}.hover\:bg-primary-highlight-1000:hover{--tw-bg-opacity: 1;background-color:rgb(74 62 111 / var(--tw-bg-opacity))}.hover\:bg-secondary-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 247 242 / var(--tw-bg-opacity))}.hover\:bg-secondary-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 240 228 / var(--tw-bg-opacity))}.hover\:bg-secondary-300:hover{--tw-bg-opacity: 1;background-color:rgb(253 225 198 / var(--tw-bg-opacity))}.hover\:bg-secondary-400:hover{--tw-bg-opacity: 1;background-color:rgb(252 209 162 / var(--tw-bg-opacity))}.hover\:bg-secondary-500:hover{--tw-bg-opacity: 1;background-color:rgb(251 191 117 / var(--tw-bg-opacity))}.hover\:bg-secondary-600:hover{--tw-bg-opacity: 1;background-color:rgb(250 172 30 / var(--tw-bg-opacity))}.hover\:bg-secondary-700:hover{--tw-bg-opacity: 1;background-color:rgb(223 153 26 / var(--tw-bg-opacity))}.hover\:bg-secondary-800:hover{--tw-bg-opacity: 1;background-color:rgb(193 133 23 / var(--tw-bg-opacity))}.hover\:bg-secondary-900:hover{--tw-bg-opacity: 1;background-color:rgb(158 108 18 / var(--tw-bg-opacity))}.hover\:bg-secondary-1000:hover{--tw-bg-opacity: 1;background-color:rgb(111 76 13 / var(--tw-bg-opacity))}.hover\:bg-grey-100:hover{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity))}.hover\:bg-grey-200:hover{--tw-bg-opacity: 1;background-color:rgb(230 231 232 / var(--tw-bg-opacity))}.hover\:bg-grey-300:hover{--tw-bg-opacity: 1;background-color:rgb(202 204 208 / var(--tw-bg-opacity))}.hover\:bg-grey-400:hover{--tw-bg-opacity: 1;background-color:rgb(170 174 180 / var(--tw-bg-opacity))}.hover\:bg-grey-500:hover{--tw-bg-opacity: 1;background-color:rgb(130 137 147 / var(--tw-bg-opacity))}.hover\:bg-grey-600:hover{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}.hover\:bg-grey-700:hover{--tw-bg-opacity: 1;background-color:rgb(63 76 93 / var(--tw-bg-opacity))}.hover\:bg-grey-800:hover{--tw-bg-opacity: 1;background-color:rgb(54 65 81 / var(--tw-bg-opacity))}.hover\:bg-grey-900:hover{--tw-bg-opacity: 1;background-color:rgb(44 53 66 / var(--tw-bg-opacity))}.hover\:bg-grey-1000:hover{--tw-bg-opacity: 1;background-color:rgb(31 38 46 / var(--tw-bg-opacity))}.hover\:bg-green-1000:hover{--tw-bg-opacity: 1;background-color:rgb(23 94 68 / var(--tw-bg-opacity))}.hover\:bg-blue-1000:hover{--tw-bg-opacity: 1;background-color:rgb(16 44 105 / var(--tw-bg-opacity))}.hover\:bg-orange-1000:hover{--tw-bg-opacity: 1;background-color:rgb(104 39 5 / var(--tw-bg-opacity))}.hover\:bg-red-1000:hover{--tw-bg-opacity: 1;background-color:rgb(98 16 16 / var(--tw-bg-opacity))}.hover\:bg-primary:hover{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity))}.hover\:bg-primary-light:hover{--tw-bg-opacity: 1;background-color:rgb(247 245 254 / var(--tw-bg-opacity))}.hover\:bg-primary-dark:hover{--tw-bg-opacity: 1;background-color:rgb(105 87 158 / var(--tw-bg-opacity))}.hover\:bg-info:hover{--tw-bg-opacity: 1;background-color:rgb(118 144 239 / var(--tw-bg-opacity))}.hover\:bg-info-light:hover{--tw-bg-opacity: 1;background-color:rgb(242 243 253 / var(--tw-bg-opacity))}.hover\:bg-info-dark:hover{--tw-bg-opacity: 1;background-color:rgb(33 88 210 / var(--tw-bg-opacity))}.hover\:bg-success:hover{--tw-bg-opacity: 1;background-color:rgb(40 163 118 / var(--tw-bg-opacity))}.hover\:bg-success-light:hover{--tw-bg-opacity: 1;background-color:rgb(242 250 246 / var(--tw-bg-opacity))}.hover\:bg-success-dark:hover{--tw-bg-opacity: 1;background-color:rgb(32 133 96 / var(--tw-bg-opacity))}.hover\:bg-warning:hover{--tw-bg-opacity: 1;background-color:rgb(250 172 30 / var(--tw-bg-opacity))}.hover\:bg-warning-light:hover{--tw-bg-opacity: 1;background-color:rgb(254 247 242 / var(--tw-bg-opacity))}.hover\:bg-warning-dark:hover{--tw-bg-opacity: 1;background-color:rgb(158 108 18 / var(--tw-bg-opacity))}.hover\:bg-error:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.hover\:bg-error-light:hover{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity))}.hover\:bg-error-dark:hover{--tw-bg-opacity: 1;background-color:rgb(196 33 33 / var(--tw-bg-opacity))}.hover\:bg-grey:hover{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}.hover\:bg-grey-light:hover{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity))}.hover\:bg-grey-dark:hover{--tw-bg-opacity: 1;background-color:rgb(44 53 66 / var(--tw-bg-opacity))}.hover\:bg-red-50\/0:hover{background-color:#fef2f200}.hover\:bg-red-50\/5:hover{background-color:#fef2f20d}.hover\:bg-red-50\/10:hover{background-color:#fef2f21a}.hover\:bg-red-50\/20:hover{background-color:#fef2f233}.hover\:bg-red-50\/25:hover{background-color:#fef2f240}.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-50\/95:hover{background-color:#fef2f2f2}.hover\:bg-red-50\/100:hover{background-color:#fef2f2}.hover\:bg-red-100\/0:hover{background-color:#fbf2f200}.hover\:bg-red-100\/5:hover{background-color:#fbf2f20d}.hover\:bg-red-100\/10:hover{background-color:#fbf2f21a}.hover\:bg-red-100\/20:hover{background-color:#fbf2f233}.hover\:bg-red-100\/25:hover{background-color:#fbf2f240}.hover\:bg-red-100\/30:hover{background-color:#fbf2f24d}.hover\:bg-red-100\/40:hover{background-color:#fbf2f266}.hover\:bg-red-100\/50:hover{background-color:#fbf2f280}.hover\:bg-red-100\/60:hover{background-color:#fbf2f299}.hover\:bg-red-100\/70:hover{background-color:#fbf2f2b3}.hover\:bg-red-100\/75:hover{background-color:#fbf2f2bf}.hover\:bg-red-100\/80:hover{background-color:#fbf2f2cc}.hover\:bg-red-100\/90:hover{background-color:#fbf2f2e6}.hover\:bg-red-100\/95:hover{background-color:#fbf2f2f2}.hover\:bg-red-100\/100:hover{background-color:#fbf2f2}.hover\:bg-red-200\/0:hover{background-color:#f8e4e400}.hover\:bg-red-200\/5:hover{background-color:#f8e4e40d}.hover\:bg-red-200\/10:hover{background-color:#f8e4e41a}.hover\:bg-red-200\/20:hover{background-color:#f8e4e433}.hover\:bg-red-200\/25:hover{background-color:#f8e4e440}.hover\:bg-red-200\/30:hover{background-color:#f8e4e44d}.hover\:bg-red-200\/40:hover{background-color:#f8e4e466}.hover\:bg-red-200\/50:hover{background-color:#f8e4e480}.hover\:bg-red-200\/60:hover{background-color:#f8e4e499}.hover\:bg-red-200\/70:hover{background-color:#f8e4e4b3}.hover\:bg-red-200\/75:hover{background-color:#f8e4e4bf}.hover\:bg-red-200\/80:hover{background-color:#f8e4e4cc}.hover\:bg-red-200\/90:hover{background-color:#f8e4e4e6}.hover\:bg-red-200\/95:hover{background-color:#f8e4e4f2}.hover\:bg-red-200\/100:hover{background-color:#f8e4e4}.hover\:bg-red-300\/0:hover{background-color:#f1c6c600}.hover\:bg-red-300\/5:hover{background-color:#f1c6c60d}.hover\:bg-red-300\/10:hover{background-color:#f1c6c61a}.hover\:bg-red-300\/20:hover{background-color:#f1c6c633}.hover\:bg-red-300\/25:hover{background-color:#f1c6c640}.hover\:bg-red-300\/30:hover{background-color:#f1c6c64d}.hover\:bg-red-300\/40:hover{background-color:#f1c6c666}.hover\:bg-red-300\/50:hover{background-color:#f1c6c680}.hover\:bg-red-300\/60:hover{background-color:#f1c6c699}.hover\:bg-red-300\/70:hover{background-color:#f1c6c6b3}.hover\:bg-red-300\/75:hover{background-color:#f1c6c6bf}.hover\:bg-red-300\/80:hover{background-color:#f1c6c6cc}.hover\:bg-red-300\/90:hover{background-color:#f1c6c6e6}.hover\:bg-red-300\/95:hover{background-color:#f1c6c6f2}.hover\:bg-red-300\/100:hover{background-color:#f1c6c6}.hover\:bg-red-400\/0:hover{background-color:#eaa3a300}.hover\:bg-red-400\/5:hover{background-color:#eaa3a30d}.hover\:bg-red-400\/10:hover{background-color:#eaa3a31a}.hover\:bg-red-400\/20:hover{background-color:#eaa3a333}.hover\:bg-red-400\/25:hover{background-color:#eaa3a340}.hover\:bg-red-400\/30:hover{background-color:#eaa3a34d}.hover\:bg-red-400\/40:hover{background-color:#eaa3a366}.hover\:bg-red-400\/50:hover{background-color:#eaa3a380}.hover\:bg-red-400\/60:hover{background-color:#eaa3a399}.hover\:bg-red-400\/70:hover{background-color:#eaa3a3b3}.hover\:bg-red-400\/75:hover{background-color:#eaa3a3bf}.hover\:bg-red-400\/80:hover{background-color:#eaa3a3cc}.hover\:bg-red-400\/90:hover{background-color:#eaa3a3e6}.hover\:bg-red-400\/95:hover{background-color:#eaa3a3f2}.hover\:bg-red-400\/100:hover{background-color:#eaa3a3}.hover\:bg-red-500\/0:hover{background-color:#e3767600}.hover\:bg-red-500\/5:hover{background-color:#e376760d}.hover\:bg-red-500\/10:hover{background-color:#e376761a}.hover\:bg-red-500\/20:hover{background-color:#e3767633}.hover\:bg-red-500\/25:hover{background-color:#e3767640}.hover\:bg-red-500\/30:hover{background-color:#e376764d}.hover\:bg-red-500\/40:hover{background-color:#e3767666}.hover\:bg-red-500\/50:hover{background-color:#e3767680}.hover\:bg-red-500\/60:hover{background-color:#e3767699}.hover\:bg-red-500\/70:hover{background-color:#e37676b3}.hover\:bg-red-500\/75:hover{background-color:#e37676bf}.hover\:bg-red-500\/80:hover{background-color:#e37676cc}.hover\:bg-red-500\/90:hover{background-color:#e37676e6}.hover\:bg-red-500\/95:hover{background-color:#e37676f2}.hover\:bg-red-500\/100:hover{background-color:#e37676}.hover\:bg-red-600\/0:hover{background-color:#dc262600}.hover\:bg-red-600\/5:hover{background-color:#dc26260d}.hover\:bg-red-600\/10:hover{background-color:#dc26261a}.hover\:bg-red-600\/20:hover{background-color:#dc262633}.hover\:bg-red-600\/25:hover{background-color:#dc262640}.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-600\/95:hover{background-color:#dc2626f2}.hover\:bg-red-600\/100:hover{background-color:#dc2626}.hover\:bg-red-700\/0:hover{background-color:#c4212100}.hover\:bg-red-700\/5:hover{background-color:#c421210d}.hover\:bg-red-700\/10:hover{background-color:#c421211a}.hover\:bg-red-700\/20:hover{background-color:#c4212133}.hover\:bg-red-700\/25:hover{background-color:#c4212140}.hover\:bg-red-700\/30:hover{background-color:#c421214d}.hover\:bg-red-700\/40:hover{background-color:#c4212166}.hover\:bg-red-700\/50:hover{background-color:#c4212180}.hover\:bg-red-700\/60:hover{background-color:#c4212199}.hover\:bg-red-700\/70:hover{background-color:#c42121b3}.hover\:bg-red-700\/75:hover{background-color:#c42121bf}.hover\:bg-red-700\/80:hover{background-color:#c42121cc}.hover\:bg-red-700\/90:hover{background-color:#c42121e6}.hover\:bg-red-700\/95:hover{background-color:#c42121f2}.hover\:bg-red-700\/100:hover{background-color:#c42121}.hover\:bg-red-800\/0:hover{background-color:#aa1d1d00}.hover\:bg-red-800\/5:hover{background-color:#aa1d1d0d}.hover\:bg-red-800\/10:hover{background-color:#aa1d1d1a}.hover\:bg-red-800\/20:hover{background-color:#aa1d1d33}.hover\:bg-red-800\/25:hover{background-color:#aa1d1d40}.hover\:bg-red-800\/30:hover{background-color:#aa1d1d4d}.hover\:bg-red-800\/40:hover{background-color:#aa1d1d66}.hover\:bg-red-800\/50:hover{background-color:#aa1d1d80}.hover\:bg-red-800\/60:hover{background-color:#aa1d1d99}.hover\:bg-red-800\/70:hover{background-color:#aa1d1db3}.hover\:bg-red-800\/75:hover{background-color:#aa1d1dbf}.hover\:bg-red-800\/80:hover{background-color:#aa1d1dcc}.hover\:bg-red-800\/90:hover{background-color:#aa1d1de6}.hover\:bg-red-800\/95:hover{background-color:#aa1d1df2}.hover\:bg-red-800\/100:hover{background-color:#aa1d1d}.hover\:bg-red-900\/0:hover{background-color:#8b181800}.hover\:bg-red-900\/5:hover{background-color:#8b18180d}.hover\:bg-red-900\/10:hover{background-color:#8b18181a}.hover\:bg-red-900\/20:hover{background-color:#8b181833}.hover\:bg-red-900\/25:hover{background-color:#8b181840}.hover\:bg-red-900\/30:hover{background-color:#8b18184d}.hover\:bg-red-900\/40:hover{background-color:#8b181866}.hover\:bg-red-900\/50:hover{background-color:#8b181880}.hover\:bg-red-900\/60:hover{background-color:#8b181899}.hover\:bg-red-900\/70:hover{background-color:#8b1818b3}.hover\:bg-red-900\/75:hover{background-color:#8b1818bf}.hover\:bg-red-900\/80:hover{background-color:#8b1818cc}.hover\:bg-red-900\/90:hover{background-color:#8b1818e6}.hover\:bg-red-900\/95:hover{background-color:#8b1818f2}.hover\:bg-red-900\/100:hover{background-color:#8b1818}.hover\:bg-orange-50\/0:hover{background-color:#fff7ed00}.hover\:bg-orange-50\/5:hover{background-color:#fff7ed0d}.hover\:bg-orange-50\/10:hover{background-color:#fff7ed1a}.hover\:bg-orange-50\/20:hover{background-color:#fff7ed33}.hover\:bg-orange-50\/25:hover{background-color:#fff7ed40}.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-50\/95:hover{background-color:#fff7edf2}.hover\:bg-orange-50\/100:hover{background-color:#fff7ed}.hover\:bg-orange-100\/0:hover{background-color:#fcf3f100}.hover\:bg-orange-100\/5:hover{background-color:#fcf3f10d}.hover\:bg-orange-100\/10:hover{background-color:#fcf3f11a}.hover\:bg-orange-100\/20:hover{background-color:#fcf3f133}.hover\:bg-orange-100\/25:hover{background-color:#fcf3f140}.hover\:bg-orange-100\/30:hover{background-color:#fcf3f14d}.hover\:bg-orange-100\/40:hover{background-color:#fcf3f166}.hover\:bg-orange-100\/50:hover{background-color:#fcf3f180}.hover\:bg-orange-100\/60:hover{background-color:#fcf3f199}.hover\:bg-orange-100\/70:hover{background-color:#fcf3f1b3}.hover\:bg-orange-100\/75:hover{background-color:#fcf3f1bf}.hover\:bg-orange-100\/80:hover{background-color:#fcf3f1cc}.hover\:bg-orange-100\/90:hover{background-color:#fcf3f1e6}.hover\:bg-orange-100\/95:hover{background-color:#fcf3f1f2}.hover\:bg-orange-100\/100:hover{background-color:#fcf3f1}.hover\:bg-orange-200\/0:hover{background-color:#fae7e400}.hover\:bg-orange-200\/5:hover{background-color:#fae7e40d}.hover\:bg-orange-200\/10:hover{background-color:#fae7e41a}.hover\:bg-orange-200\/20:hover{background-color:#fae7e433}.hover\:bg-orange-200\/25:hover{background-color:#fae7e440}.hover\:bg-orange-200\/30:hover{background-color:#fae7e44d}.hover\:bg-orange-200\/40:hover{background-color:#fae7e466}.hover\:bg-orange-200\/50:hover{background-color:#fae7e480}.hover\:bg-orange-200\/60:hover{background-color:#fae7e499}.hover\:bg-orange-200\/70:hover{background-color:#fae7e4b3}.hover\:bg-orange-200\/75:hover{background-color:#fae7e4bf}.hover\:bg-orange-200\/80:hover{background-color:#fae7e4cc}.hover\:bg-orange-200\/90:hover{background-color:#fae7e4e6}.hover\:bg-orange-200\/95:hover{background-color:#fae7e4f2}.hover\:bg-orange-200\/100:hover{background-color:#fae7e4}.hover\:bg-orange-300\/0:hover{background-color:#f6cdc500}.hover\:bg-orange-300\/5:hover{background-color:#f6cdc50d}.hover\:bg-orange-300\/10:hover{background-color:#f6cdc51a}.hover\:bg-orange-300\/20:hover{background-color:#f6cdc533}.hover\:bg-orange-300\/25:hover{background-color:#f6cdc540}.hover\:bg-orange-300\/30:hover{background-color:#f6cdc54d}.hover\:bg-orange-300\/40:hover{background-color:#f6cdc566}.hover\:bg-orange-300\/50:hover{background-color:#f6cdc580}.hover\:bg-orange-300\/60:hover{background-color:#f6cdc599}.hover\:bg-orange-300\/70:hover{background-color:#f6cdc5b3}.hover\:bg-orange-300\/75:hover{background-color:#f6cdc5bf}.hover\:bg-orange-300\/80:hover{background-color:#f6cdc5cc}.hover\:bg-orange-300\/90:hover{background-color:#f6cdc5e6}.hover\:bg-orange-300\/95:hover{background-color:#f6cdc5f2}.hover\:bg-orange-300\/100:hover{background-color:#f6cdc5}.hover\:bg-orange-400\/0:hover{background-color:#f2afa100}.hover\:bg-orange-400\/5:hover{background-color:#f2afa10d}.hover\:bg-orange-400\/10:hover{background-color:#f2afa11a}.hover\:bg-orange-400\/20:hover{background-color:#f2afa133}.hover\:bg-orange-400\/25:hover{background-color:#f2afa140}.hover\:bg-orange-400\/30:hover{background-color:#f2afa14d}.hover\:bg-orange-400\/40:hover{background-color:#f2afa166}.hover\:bg-orange-400\/50:hover{background-color:#f2afa180}.hover\:bg-orange-400\/60:hover{background-color:#f2afa199}.hover\:bg-orange-400\/70:hover{background-color:#f2afa1b3}.hover\:bg-orange-400\/75:hover{background-color:#f2afa1bf}.hover\:bg-orange-400\/80:hover{background-color:#f2afa1cc}.hover\:bg-orange-400\/90:hover{background-color:#f2afa1e6}.hover\:bg-orange-400\/95:hover{background-color:#f2afa1f2}.hover\:bg-orange-400\/100:hover{background-color:#f2afa1}.hover\:bg-orange-500\/0:hover{background-color:#ee8a7200}.hover\:bg-orange-500\/5:hover{background-color:#ee8a720d}.hover\:bg-orange-500\/10:hover{background-color:#ee8a721a}.hover\:bg-orange-500\/20:hover{background-color:#ee8a7233}.hover\:bg-orange-500\/25:hover{background-color:#ee8a7240}.hover\:bg-orange-500\/30:hover{background-color:#ee8a724d}.hover\:bg-orange-500\/40:hover{background-color:#ee8a7266}.hover\:bg-orange-500\/50:hover{background-color:#ee8a7280}.hover\:bg-orange-500\/60:hover{background-color:#ee8a7299}.hover\:bg-orange-500\/70:hover{background-color:#ee8a72b3}.hover\:bg-orange-500\/75:hover{background-color:#ee8a72bf}.hover\:bg-orange-500\/80:hover{background-color:#ee8a72cc}.hover\:bg-orange-500\/90:hover{background-color:#ee8a72e6}.hover\:bg-orange-500\/95:hover{background-color:#ee8a72f2}.hover\:bg-orange-500\/100:hover{background-color:#ee8a72}.hover\:bg-orange-600\/0:hover{background-color:#ea580c00}.hover\:bg-orange-600\/5:hover{background-color:#ea580c0d}.hover\:bg-orange-600\/10:hover{background-color:#ea580c1a}.hover\:bg-orange-600\/20:hover{background-color:#ea580c33}.hover\:bg-orange-600\/25:hover{background-color:#ea580c40}.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-600\/95:hover{background-color:#ea580cf2}.hover\:bg-orange-600\/100:hover{background-color:#ea580c}.hover\:bg-orange-700\/0:hover{background-color:#d14e0a00}.hover\:bg-orange-700\/5:hover{background-color:#d14e0a0d}.hover\:bg-orange-700\/10:hover{background-color:#d14e0a1a}.hover\:bg-orange-700\/20:hover{background-color:#d14e0a33}.hover\:bg-orange-700\/25:hover{background-color:#d14e0a40}.hover\:bg-orange-700\/30:hover{background-color:#d14e0a4d}.hover\:bg-orange-700\/40:hover{background-color:#d14e0a66}.hover\:bg-orange-700\/50:hover{background-color:#d14e0a80}.hover\:bg-orange-700\/60:hover{background-color:#d14e0a99}.hover\:bg-orange-700\/70:hover{background-color:#d14e0ab3}.hover\:bg-orange-700\/75:hover{background-color:#d14e0abf}.hover\:bg-orange-700\/80:hover{background-color:#d14e0acc}.hover\:bg-orange-700\/90:hover{background-color:#d14e0ae6}.hover\:bg-orange-700\/95:hover{background-color:#d14e0af2}.hover\:bg-orange-700\/100:hover{background-color:#d14e0a}.hover\:bg-orange-800\/0:hover{background-color:#b5440900}.hover\:bg-orange-800\/5:hover{background-color:#b544090d}.hover\:bg-orange-800\/10:hover{background-color:#b544091a}.hover\:bg-orange-800\/20:hover{background-color:#b5440933}.hover\:bg-orange-800\/25:hover{background-color:#b5440940}.hover\:bg-orange-800\/30:hover{background-color:#b544094d}.hover\:bg-orange-800\/40:hover{background-color:#b5440966}.hover\:bg-orange-800\/50:hover{background-color:#b5440980}.hover\:bg-orange-800\/60:hover{background-color:#b5440999}.hover\:bg-orange-800\/70:hover{background-color:#b54409b3}.hover\:bg-orange-800\/75:hover{background-color:#b54409bf}.hover\:bg-orange-800\/80:hover{background-color:#b54409cc}.hover\:bg-orange-800\/90:hover{background-color:#b54409e6}.hover\:bg-orange-800\/95:hover{background-color:#b54409f2}.hover\:bg-orange-800\/100:hover{background-color:#b54409}.hover\:bg-orange-900\/0:hover{background-color:#93370700}.hover\:bg-orange-900\/5:hover{background-color:#9337070d}.hover\:bg-orange-900\/10:hover{background-color:#9337071a}.hover\:bg-orange-900\/20:hover{background-color:#93370733}.hover\:bg-orange-900\/25:hover{background-color:#93370740}.hover\:bg-orange-900\/30:hover{background-color:#9337074d}.hover\:bg-orange-900\/40:hover{background-color:#93370766}.hover\:bg-orange-900\/50:hover{background-color:#93370780}.hover\:bg-orange-900\/60:hover{background-color:#93370799}.hover\:bg-orange-900\/70:hover{background-color:#933707b3}.hover\:bg-orange-900\/75:hover{background-color:#933707bf}.hover\:bg-orange-900\/80:hover{background-color:#933707cc}.hover\:bg-orange-900\/90:hover{background-color:#933707e6}.hover\:bg-orange-900\/95:hover{background-color:#933707f2}.hover\:bg-orange-900\/100:hover{background-color:#933707}.hover\:bg-yellow-50\/0:hover{background-color:#fefce800}.hover\:bg-yellow-50\/5:hover{background-color:#fefce80d}.hover\:bg-yellow-50\/10:hover{background-color:#fefce81a}.hover\:bg-yellow-50\/20:hover{background-color:#fefce833}.hover\:bg-yellow-50\/25:hover{background-color:#fefce840}.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-50\/95:hover{background-color:#fefce8f2}.hover\:bg-yellow-50\/100:hover{background-color:#fefce8}.hover\:bg-yellow-100\/0:hover{background-color:#fef3c700}.hover\:bg-yellow-100\/5:hover{background-color:#fef3c70d}.hover\:bg-yellow-100\/10:hover{background-color:#fef3c71a}.hover\:bg-yellow-100\/20:hover{background-color:#fef3c733}.hover\:bg-yellow-100\/25:hover{background-color:#fef3c740}.hover\:bg-yellow-100\/30:hover{background-color:#fef3c74d}.hover\:bg-yellow-100\/40:hover{background-color:#fef3c766}.hover\:bg-yellow-100\/50:hover{background-color:#fef3c780}.hover\:bg-yellow-100\/60:hover{background-color:#fef3c799}.hover\:bg-yellow-100\/70:hover{background-color:#fef3c7b3}.hover\:bg-yellow-100\/75:hover{background-color:#fef3c7bf}.hover\:bg-yellow-100\/80:hover{background-color:#fef3c7cc}.hover\:bg-yellow-100\/90:hover{background-color:#fef3c7e6}.hover\:bg-yellow-100\/95:hover{background-color:#fef3c7f2}.hover\:bg-yellow-100\/100:hover{background-color:#fef3c7}.hover\:bg-yellow-200\/0:hover{background-color:#fde68a00}.hover\:bg-yellow-200\/5:hover{background-color:#fde68a0d}.hover\:bg-yellow-200\/10:hover{background-color:#fde68a1a}.hover\:bg-yellow-200\/20:hover{background-color:#fde68a33}.hover\:bg-yellow-200\/25:hover{background-color:#fde68a40}.hover\:bg-yellow-200\/30:hover{background-color:#fde68a4d}.hover\:bg-yellow-200\/40:hover{background-color:#fde68a66}.hover\:bg-yellow-200\/50:hover{background-color:#fde68a80}.hover\:bg-yellow-200\/60:hover{background-color:#fde68a99}.hover\:bg-yellow-200\/70:hover{background-color:#fde68ab3}.hover\:bg-yellow-200\/75:hover{background-color:#fde68abf}.hover\:bg-yellow-200\/80:hover{background-color:#fde68acc}.hover\:bg-yellow-200\/90:hover{background-color:#fde68ae6}.hover\:bg-yellow-200\/95:hover{background-color:#fde68af2}.hover\:bg-yellow-200\/100:hover{background-color:#fde68a}.hover\:bg-yellow-300\/0:hover{background-color:#fcd34d00}.hover\:bg-yellow-300\/5:hover{background-color:#fcd34d0d}.hover\:bg-yellow-300\/10:hover{background-color:#fcd34d1a}.hover\:bg-yellow-300\/20:hover{background-color:#fcd34d33}.hover\:bg-yellow-300\/25:hover{background-color:#fcd34d40}.hover\:bg-yellow-300\/30:hover{background-color:#fcd34d4d}.hover\:bg-yellow-300\/40:hover{background-color:#fcd34d66}.hover\:bg-yellow-300\/50:hover{background-color:#fcd34d80}.hover\:bg-yellow-300\/60:hover{background-color:#fcd34d99}.hover\:bg-yellow-300\/70:hover{background-color:#fcd34db3}.hover\:bg-yellow-300\/75:hover{background-color:#fcd34dbf}.hover\:bg-yellow-300\/80:hover{background-color:#fcd34dcc}.hover\:bg-yellow-300\/90:hover{background-color:#fcd34de6}.hover\:bg-yellow-300\/95:hover{background-color:#fcd34df2}.hover\:bg-yellow-300\/100:hover{background-color:#fcd34d}.hover\:bg-yellow-400\/0:hover{background-color:#fbbf2400}.hover\:bg-yellow-400\/5:hover{background-color:#fbbf240d}.hover\:bg-yellow-400\/10:hover{background-color:#fbbf241a}.hover\:bg-yellow-400\/20:hover{background-color:#fbbf2433}.hover\:bg-yellow-400\/25:hover{background-color:#fbbf2440}.hover\:bg-yellow-400\/30:hover{background-color:#fbbf244d}.hover\:bg-yellow-400\/40:hover{background-color:#fbbf2466}.hover\:bg-yellow-400\/50:hover{background-color:#fbbf2480}.hover\:bg-yellow-400\/60:hover{background-color:#fbbf2499}.hover\:bg-yellow-400\/70:hover{background-color:#fbbf24b3}.hover\:bg-yellow-400\/75:hover{background-color:#fbbf24bf}.hover\:bg-yellow-400\/80:hover{background-color:#fbbf24cc}.hover\:bg-yellow-400\/90:hover{background-color:#fbbf24e6}.hover\:bg-yellow-400\/95:hover{background-color:#fbbf24f2}.hover\:bg-yellow-400\/100:hover{background-color:#fbbf24}.hover\:bg-yellow-500\/0:hover{background-color:#eab30800}.hover\:bg-yellow-500\/5:hover{background-color:#eab3080d}.hover\:bg-yellow-500\/10:hover{background-color:#eab3081a}.hover\:bg-yellow-500\/20:hover{background-color:#eab30833}.hover\:bg-yellow-500\/25:hover{background-color:#eab30840}.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-500\/95:hover{background-color:#eab308f2}.hover\:bg-yellow-500\/100:hover{background-color:#eab308}.hover\:bg-yellow-600\/0:hover{background-color:#d9770600}.hover\:bg-yellow-600\/5:hover{background-color:#d977060d}.hover\:bg-yellow-600\/10:hover{background-color:#d977061a}.hover\:bg-yellow-600\/20:hover{background-color:#d9770633}.hover\:bg-yellow-600\/25:hover{background-color:#d9770640}.hover\:bg-yellow-600\/30:hover{background-color:#d977064d}.hover\:bg-yellow-600\/40:hover{background-color:#d9770666}.hover\:bg-yellow-600\/50:hover{background-color:#d9770680}.hover\:bg-yellow-600\/60:hover{background-color:#d9770699}.hover\:bg-yellow-600\/70:hover{background-color:#d97706b3}.hover\:bg-yellow-600\/75:hover{background-color:#d97706bf}.hover\:bg-yellow-600\/80:hover{background-color:#d97706cc}.hover\:bg-yellow-600\/90:hover{background-color:#d97706e6}.hover\:bg-yellow-600\/95:hover{background-color:#d97706f2}.hover\:bg-yellow-600\/100:hover{background-color:#d97706}.hover\:bg-yellow-700\/0:hover{background-color:#b4530900}.hover\:bg-yellow-700\/5:hover{background-color:#b453090d}.hover\:bg-yellow-700\/10:hover{background-color:#b453091a}.hover\:bg-yellow-700\/20:hover{background-color:#b4530933}.hover\:bg-yellow-700\/25:hover{background-color:#b4530940}.hover\:bg-yellow-700\/30:hover{background-color:#b453094d}.hover\:bg-yellow-700\/40:hover{background-color:#b4530966}.hover\:bg-yellow-700\/50:hover{background-color:#b4530980}.hover\:bg-yellow-700\/60:hover{background-color:#b4530999}.hover\:bg-yellow-700\/70:hover{background-color:#b45309b3}.hover\:bg-yellow-700\/75:hover{background-color:#b45309bf}.hover\:bg-yellow-700\/80:hover{background-color:#b45309cc}.hover\:bg-yellow-700\/90:hover{background-color:#b45309e6}.hover\:bg-yellow-700\/95:hover{background-color:#b45309f2}.hover\:bg-yellow-700\/100:hover{background-color:#b45309}.hover\:bg-yellow-800\/0:hover{background-color:#92400e00}.hover\:bg-yellow-800\/5:hover{background-color:#92400e0d}.hover\:bg-yellow-800\/10:hover{background-color:#92400e1a}.hover\:bg-yellow-800\/20:hover{background-color:#92400e33}.hover\:bg-yellow-800\/25:hover{background-color:#92400e40}.hover\:bg-yellow-800\/30:hover{background-color:#92400e4d}.hover\:bg-yellow-800\/40:hover{background-color:#92400e66}.hover\:bg-yellow-800\/50:hover{background-color:#92400e80}.hover\:bg-yellow-800\/60:hover{background-color:#92400e99}.hover\:bg-yellow-800\/70:hover{background-color:#92400eb3}.hover\:bg-yellow-800\/75:hover{background-color:#92400ebf}.hover\:bg-yellow-800\/80:hover{background-color:#92400ecc}.hover\:bg-yellow-800\/90:hover{background-color:#92400ee6}.hover\:bg-yellow-800\/95:hover{background-color:#92400ef2}.hover\:bg-yellow-800\/100:hover{background-color:#92400e}.hover\:bg-yellow-900\/0:hover{background-color:#78350f00}.hover\:bg-yellow-900\/5:hover{background-color:#78350f0d}.hover\:bg-yellow-900\/10:hover{background-color:#78350f1a}.hover\:bg-yellow-900\/20:hover{background-color:#78350f33}.hover\:bg-yellow-900\/25:hover{background-color:#78350f40}.hover\:bg-yellow-900\/30:hover{background-color:#78350f4d}.hover\:bg-yellow-900\/40:hover{background-color:#78350f66}.hover\:bg-yellow-900\/50:hover{background-color:#78350f80}.hover\:bg-yellow-900\/60:hover{background-color:#78350f99}.hover\:bg-yellow-900\/70:hover{background-color:#78350fb3}.hover\:bg-yellow-900\/75:hover{background-color:#78350fbf}.hover\:bg-yellow-900\/80:hover{background-color:#78350fcc}.hover\:bg-yellow-900\/90:hover{background-color:#78350fe6}.hover\:bg-yellow-900\/95:hover{background-color:#78350ff2}.hover\:bg-yellow-900\/100:hover{background-color:#78350f}.hover\:bg-green-50\/0:hover{background-color:#f0fdf400}.hover\:bg-green-50\/5:hover{background-color:#f0fdf40d}.hover\:bg-green-50\/10:hover{background-color:#f0fdf41a}.hover\:bg-green-50\/20:hover{background-color:#f0fdf433}.hover\:bg-green-50\/25:hover{background-color:#f0fdf440}.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-50\/95:hover{background-color:#f0fdf4f2}.hover\:bg-green-50\/100:hover{background-color:#f0fdf4}.hover\:bg-green-100\/0:hover{background-color:#f2faf600}.hover\:bg-green-100\/5:hover{background-color:#f2faf60d}.hover\:bg-green-100\/10:hover{background-color:#f2faf61a}.hover\:bg-green-100\/20:hover{background-color:#f2faf633}.hover\:bg-green-100\/25:hover{background-color:#f2faf640}.hover\:bg-green-100\/30:hover{background-color:#f2faf64d}.hover\:bg-green-100\/40:hover{background-color:#f2faf666}.hover\:bg-green-100\/50:hover{background-color:#f2faf680}.hover\:bg-green-100\/60:hover{background-color:#f2faf699}.hover\:bg-green-100\/70:hover{background-color:#f2faf6b3}.hover\:bg-green-100\/75:hover{background-color:#f2faf6bf}.hover\:bg-green-100\/80:hover{background-color:#f2faf6cc}.hover\:bg-green-100\/90:hover{background-color:#f2faf6e6}.hover\:bg-green-100\/95:hover{background-color:#f2faf6f2}.hover\:bg-green-100\/100:hover{background-color:#f2faf6}.hover\:bg-green-200\/0:hover{background-color:#e5f6ee00}.hover\:bg-green-200\/5:hover{background-color:#e5f6ee0d}.hover\:bg-green-200\/10:hover{background-color:#e5f6ee1a}.hover\:bg-green-200\/20:hover{background-color:#e5f6ee33}.hover\:bg-green-200\/25:hover{background-color:#e5f6ee40}.hover\:bg-green-200\/30:hover{background-color:#e5f6ee4d}.hover\:bg-green-200\/40:hover{background-color:#e5f6ee66}.hover\:bg-green-200\/50:hover{background-color:#e5f6ee80}.hover\:bg-green-200\/60:hover{background-color:#e5f6ee99}.hover\:bg-green-200\/70:hover{background-color:#e5f6eeb3}.hover\:bg-green-200\/75:hover{background-color:#e5f6eebf}.hover\:bg-green-200\/80:hover{background-color:#e5f6eecc}.hover\:bg-green-200\/90:hover{background-color:#e5f6eee6}.hover\:bg-green-200\/95:hover{background-color:#e5f6eef2}.hover\:bg-green-200\/100:hover{background-color:#e5f6ee}.hover\:bg-green-300\/0:hover{background-color:#c8eedb00}.hover\:bg-green-300\/5:hover{background-color:#c8eedb0d}.hover\:bg-green-300\/10:hover{background-color:#c8eedb1a}.hover\:bg-green-300\/20:hover{background-color:#c8eedb33}.hover\:bg-green-300\/25:hover{background-color:#c8eedb40}.hover\:bg-green-300\/30:hover{background-color:#c8eedb4d}.hover\:bg-green-300\/40:hover{background-color:#c8eedb66}.hover\:bg-green-300\/50:hover{background-color:#c8eedb80}.hover\:bg-green-300\/60:hover{background-color:#c8eedb99}.hover\:bg-green-300\/70:hover{background-color:#c8eedbb3}.hover\:bg-green-300\/75:hover{background-color:#c8eedbbf}.hover\:bg-green-300\/80:hover{background-color:#c8eedbcc}.hover\:bg-green-300\/90:hover{background-color:#c8eedbe6}.hover\:bg-green-300\/95:hover{background-color:#c8eedbf2}.hover\:bg-green-300\/100:hover{background-color:#c8eedb}.hover\:bg-green-400\/0:hover{background-color:#a6e5c800}.hover\:bg-green-400\/5:hover{background-color:#a6e5c80d}.hover\:bg-green-400\/10:hover{background-color:#a6e5c81a}.hover\:bg-green-400\/20:hover{background-color:#a6e5c833}.hover\:bg-green-400\/25:hover{background-color:#a6e5c840}.hover\:bg-green-400\/30:hover{background-color:#a6e5c84d}.hover\:bg-green-400\/40:hover{background-color:#a6e5c866}.hover\:bg-green-400\/50:hover{background-color:#a6e5c880}.hover\:bg-green-400\/60:hover{background-color:#a6e5c899}.hover\:bg-green-400\/70:hover{background-color:#a6e5c8b3}.hover\:bg-green-400\/75:hover{background-color:#a6e5c8bf}.hover\:bg-green-400\/80:hover{background-color:#a6e5c8cc}.hover\:bg-green-400\/90:hover{background-color:#a6e5c8e6}.hover\:bg-green-400\/95:hover{background-color:#a6e5c8f2}.hover\:bg-green-400\/100:hover{background-color:#a6e5c8}.hover\:bg-green-500\/0:hover{background-color:#7bdcb200}.hover\:bg-green-500\/5:hover{background-color:#7bdcb20d}.hover\:bg-green-500\/10:hover{background-color:#7bdcb21a}.hover\:bg-green-500\/20:hover{background-color:#7bdcb233}.hover\:bg-green-500\/25:hover{background-color:#7bdcb240}.hover\:bg-green-500\/30:hover{background-color:#7bdcb24d}.hover\:bg-green-500\/40:hover{background-color:#7bdcb266}.hover\:bg-green-500\/50:hover{background-color:#7bdcb280}.hover\:bg-green-500\/60:hover{background-color:#7bdcb299}.hover\:bg-green-500\/70:hover{background-color:#7bdcb2b3}.hover\:bg-green-500\/75:hover{background-color:#7bdcb2bf}.hover\:bg-green-500\/80:hover{background-color:#7bdcb2cc}.hover\:bg-green-500\/90:hover{background-color:#7bdcb2e6}.hover\:bg-green-500\/95:hover{background-color:#7bdcb2f2}.hover\:bg-green-500\/100:hover{background-color:#7bdcb2}.hover\:bg-green-600\/0:hover{background-color:#34d39900}.hover\:bg-green-600\/5:hover{background-color:#34d3990d}.hover\:bg-green-600\/10:hover{background-color:#34d3991a}.hover\:bg-green-600\/20:hover{background-color:#34d39933}.hover\:bg-green-600\/25:hover{background-color:#34d39940}.hover\:bg-green-600\/30:hover{background-color:#34d3994d}.hover\:bg-green-600\/40:hover{background-color:#34d39966}.hover\:bg-green-600\/50:hover{background-color:#34d39980}.hover\:bg-green-600\/60:hover{background-color:#34d39999}.hover\:bg-green-600\/70:hover{background-color:#34d399b3}.hover\:bg-green-600\/75:hover{background-color:#34d399bf}.hover\:bg-green-600\/80:hover{background-color:#34d399cc}.hover\:bg-green-600\/90:hover{background-color:#34d399e6}.hover\:bg-green-600\/95:hover{background-color:#34d399f2}.hover\:bg-green-600\/100:hover{background-color:#34d399}.hover\:bg-green-700\/0:hover{background-color:#2ebc8800}.hover\:bg-green-700\/5:hover{background-color:#2ebc880d}.hover\:bg-green-700\/10:hover{background-color:#2ebc881a}.hover\:bg-green-700\/20:hover{background-color:#2ebc8833}.hover\:bg-green-700\/25:hover{background-color:#2ebc8840}.hover\:bg-green-700\/30:hover{background-color:#2ebc884d}.hover\:bg-green-700\/40:hover{background-color:#2ebc8866}.hover\:bg-green-700\/50:hover{background-color:#2ebc8880}.hover\:bg-green-700\/60:hover{background-color:#2ebc8899}.hover\:bg-green-700\/70:hover{background-color:#2ebc88b3}.hover\:bg-green-700\/75:hover{background-color:#2ebc88bf}.hover\:bg-green-700\/80:hover{background-color:#2ebc88cc}.hover\:bg-green-700\/90:hover{background-color:#2ebc88e6}.hover\:bg-green-700\/95:hover{background-color:#2ebc88f2}.hover\:bg-green-700\/100:hover{background-color:#2ebc88}.hover\:bg-green-800\/0:hover{background-color:#28a37600}.hover\:bg-green-800\/5:hover{background-color:#28a3760d}.hover\:bg-green-800\/10:hover{background-color:#28a3761a}.hover\:bg-green-800\/20:hover{background-color:#28a37633}.hover\:bg-green-800\/25:hover{background-color:#28a37640}.hover\:bg-green-800\/30:hover{background-color:#28a3764d}.hover\:bg-green-800\/40:hover{background-color:#28a37666}.hover\:bg-green-800\/50:hover{background-color:#28a37680}.hover\:bg-green-800\/60:hover{background-color:#28a37699}.hover\:bg-green-800\/70:hover{background-color:#28a376b3}.hover\:bg-green-800\/75:hover{background-color:#28a376bf}.hover\:bg-green-800\/80:hover{background-color:#28a376cc}.hover\:bg-green-800\/90:hover{background-color:#28a376e6}.hover\:bg-green-800\/95:hover{background-color:#28a376f2}.hover\:bg-green-800\/100:hover{background-color:#28a376}.hover\:bg-green-900\/0:hover{background-color:#20856000}.hover\:bg-green-900\/5:hover{background-color:#2085600d}.hover\:bg-green-900\/10:hover{background-color:#2085601a}.hover\:bg-green-900\/20:hover{background-color:#20856033}.hover\:bg-green-900\/25:hover{background-color:#20856040}.hover\:bg-green-900\/30:hover{background-color:#2085604d}.hover\:bg-green-900\/40:hover{background-color:#20856066}.hover\:bg-green-900\/50:hover{background-color:#20856080}.hover\:bg-green-900\/60:hover{background-color:#20856099}.hover\:bg-green-900\/70:hover{background-color:#208560b3}.hover\:bg-green-900\/75:hover{background-color:#208560bf}.hover\:bg-green-900\/80:hover{background-color:#208560cc}.hover\:bg-green-900\/90:hover{background-color:#208560e6}.hover\:bg-green-900\/95:hover{background-color:#208560f2}.hover\:bg-green-900\/100:hover{background-color:#208560}.hover\:bg-emerald-50\/0:hover{background-color:#ecfdf500}.hover\:bg-emerald-50\/5:hover{background-color:#ecfdf50d}.hover\:bg-emerald-50\/10:hover{background-color:#ecfdf51a}.hover\:bg-emerald-50\/20:hover{background-color:#ecfdf533}.hover\:bg-emerald-50\/25:hover{background-color:#ecfdf540}.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-50\/95:hover{background-color:#ecfdf5f2}.hover\:bg-emerald-50\/100:hover{background-color:#ecfdf5}.hover\:bg-emerald-100\/0:hover{background-color:#d1fae500}.hover\:bg-emerald-100\/5:hover{background-color:#d1fae50d}.hover\:bg-emerald-100\/10:hover{background-color:#d1fae51a}.hover\:bg-emerald-100\/20:hover{background-color:#d1fae533}.hover\:bg-emerald-100\/25:hover{background-color:#d1fae540}.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-100\/95:hover{background-color:#d1fae5f2}.hover\:bg-emerald-100\/100:hover{background-color:#d1fae5}.hover\:bg-emerald-200\/0:hover{background-color:#a7f3d000}.hover\:bg-emerald-200\/5:hover{background-color:#a7f3d00d}.hover\:bg-emerald-200\/10:hover{background-color:#a7f3d01a}.hover\:bg-emerald-200\/20:hover{background-color:#a7f3d033}.hover\:bg-emerald-200\/25:hover{background-color:#a7f3d040}.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-200\/95:hover{background-color:#a7f3d0f2}.hover\:bg-emerald-200\/100:hover{background-color:#a7f3d0}.hover\:bg-emerald-300\/0:hover{background-color:#6ee7b700}.hover\:bg-emerald-300\/5:hover{background-color:#6ee7b70d}.hover\:bg-emerald-300\/10:hover{background-color:#6ee7b71a}.hover\:bg-emerald-300\/20:hover{background-color:#6ee7b733}.hover\:bg-emerald-300\/25:hover{background-color:#6ee7b740}.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-300\/95:hover{background-color:#6ee7b7f2}.hover\:bg-emerald-300\/100:hover{background-color:#6ee7b7}.hover\:bg-emerald-400\/0:hover{background-color:#34d39900}.hover\:bg-emerald-400\/5:hover{background-color:#34d3990d}.hover\:bg-emerald-400\/10:hover{background-color:#34d3991a}.hover\:bg-emerald-400\/20:hover{background-color:#34d39933}.hover\:bg-emerald-400\/25:hover{background-color:#34d39940}.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-400\/95:hover{background-color:#34d399f2}.hover\:bg-emerald-400\/100:hover{background-color:#34d399}.hover\:bg-emerald-500\/0:hover{background-color:#10b98100}.hover\:bg-emerald-500\/5:hover{background-color:#10b9810d}.hover\:bg-emerald-500\/10:hover{background-color:#10b9811a}.hover\:bg-emerald-500\/20:hover{background-color:#10b98133}.hover\:bg-emerald-500\/25:hover{background-color:#10b98140}.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-500\/95:hover{background-color:#10b981f2}.hover\:bg-emerald-500\/100:hover{background-color:#10b981}.hover\:bg-emerald-600\/0:hover{background-color:#05966900}.hover\:bg-emerald-600\/5:hover{background-color:#0596690d}.hover\:bg-emerald-600\/10:hover{background-color:#0596691a}.hover\:bg-emerald-600\/20:hover{background-color:#05966933}.hover\:bg-emerald-600\/25:hover{background-color:#05966940}.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-600\/95:hover{background-color:#059669f2}.hover\:bg-emerald-600\/100:hover{background-color:#059669}.hover\:bg-emerald-700\/0:hover{background-color:#04785700}.hover\:bg-emerald-700\/5:hover{background-color:#0478570d}.hover\:bg-emerald-700\/10:hover{background-color:#0478571a}.hover\:bg-emerald-700\/20:hover{background-color:#04785733}.hover\:bg-emerald-700\/25:hover{background-color:#04785740}.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-700\/95:hover{background-color:#047857f2}.hover\:bg-emerald-700\/100:hover{background-color:#047857}.hover\:bg-emerald-800\/0:hover{background-color:#065f4600}.hover\:bg-emerald-800\/5:hover{background-color:#065f460d}.hover\:bg-emerald-800\/10:hover{background-color:#065f461a}.hover\:bg-emerald-800\/20:hover{background-color:#065f4633}.hover\:bg-emerald-800\/25:hover{background-color:#065f4640}.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-800\/95:hover{background-color:#065f46f2}.hover\:bg-emerald-800\/100:hover{background-color:#065f46}.hover\:bg-emerald-900\/0:hover{background-color:#064e3b00}.hover\:bg-emerald-900\/5:hover{background-color:#064e3b0d}.hover\:bg-emerald-900\/10:hover{background-color:#064e3b1a}.hover\:bg-emerald-900\/20:hover{background-color:#064e3b33}.hover\:bg-emerald-900\/25:hover{background-color:#064e3b40}.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-900\/95:hover{background-color:#064e3bf2}.hover\:bg-emerald-900\/100:hover{background-color:#064e3b}.hover\:bg-teal-50\/0:hover{background-color:#f0fdfa00}.hover\:bg-teal-50\/5:hover{background-color:#f0fdfa0d}.hover\:bg-teal-50\/10:hover{background-color:#f0fdfa1a}.hover\:bg-teal-50\/20:hover{background-color:#f0fdfa33}.hover\:bg-teal-50\/25:hover{background-color:#f0fdfa40}.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-50\/95:hover{background-color:#f0fdfaf2}.hover\:bg-teal-50\/100:hover{background-color:#f0fdfa}.hover\:bg-teal-100\/0:hover{background-color:#ccfbf100}.hover\:bg-teal-100\/5:hover{background-color:#ccfbf10d}.hover\:bg-teal-100\/10:hover{background-color:#ccfbf11a}.hover\:bg-teal-100\/20:hover{background-color:#ccfbf133}.hover\:bg-teal-100\/25:hover{background-color:#ccfbf140}.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-100\/95:hover{background-color:#ccfbf1f2}.hover\:bg-teal-100\/100:hover{background-color:#ccfbf1}.hover\:bg-teal-200\/0:hover{background-color:#99f6e400}.hover\:bg-teal-200\/5:hover{background-color:#99f6e40d}.hover\:bg-teal-200\/10:hover{background-color:#99f6e41a}.hover\:bg-teal-200\/20:hover{background-color:#99f6e433}.hover\:bg-teal-200\/25:hover{background-color:#99f6e440}.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-200\/95:hover{background-color:#99f6e4f2}.hover\:bg-teal-200\/100:hover{background-color:#99f6e4}.hover\:bg-teal-300\/0:hover{background-color:#5eead400}.hover\:bg-teal-300\/5:hover{background-color:#5eead40d}.hover\:bg-teal-300\/10:hover{background-color:#5eead41a}.hover\:bg-teal-300\/20:hover{background-color:#5eead433}.hover\:bg-teal-300\/25:hover{background-color:#5eead440}.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-300\/95:hover{background-color:#5eead4f2}.hover\:bg-teal-300\/100:hover{background-color:#5eead4}.hover\:bg-teal-400\/0:hover{background-color:#2dd4bf00}.hover\:bg-teal-400\/5:hover{background-color:#2dd4bf0d}.hover\:bg-teal-400\/10:hover{background-color:#2dd4bf1a}.hover\:bg-teal-400\/20:hover{background-color:#2dd4bf33}.hover\:bg-teal-400\/25:hover{background-color:#2dd4bf40}.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-400\/95:hover{background-color:#2dd4bff2}.hover\:bg-teal-400\/100:hover{background-color:#2dd4bf}.hover\:bg-teal-500\/0:hover{background-color:#14b8a600}.hover\:bg-teal-500\/5:hover{background-color:#14b8a60d}.hover\:bg-teal-500\/10:hover{background-color:#14b8a61a}.hover\:bg-teal-500\/20:hover{background-color:#14b8a633}.hover\:bg-teal-500\/25:hover{background-color:#14b8a640}.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-500\/95:hover{background-color:#14b8a6f2}.hover\:bg-teal-500\/100:hover{background-color:#14b8a6}.hover\:bg-teal-600\/0:hover{background-color:#0d948800}.hover\:bg-teal-600\/5:hover{background-color:#0d94880d}.hover\:bg-teal-600\/10:hover{background-color:#0d94881a}.hover\:bg-teal-600\/20:hover{background-color:#0d948833}.hover\:bg-teal-600\/25:hover{background-color:#0d948840}.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-600\/95:hover{background-color:#0d9488f2}.hover\:bg-teal-600\/100:hover{background-color:#0d9488}.hover\:bg-teal-700\/0:hover{background-color:#0f766e00}.hover\:bg-teal-700\/5:hover{background-color:#0f766e0d}.hover\:bg-teal-700\/10:hover{background-color:#0f766e1a}.hover\:bg-teal-700\/20:hover{background-color:#0f766e33}.hover\:bg-teal-700\/25:hover{background-color:#0f766e40}.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-700\/95:hover{background-color:#0f766ef2}.hover\:bg-teal-700\/100:hover{background-color:#0f766e}.hover\:bg-teal-800\/0:hover{background-color:#115e5900}.hover\:bg-teal-800\/5:hover{background-color:#115e590d}.hover\:bg-teal-800\/10:hover{background-color:#115e591a}.hover\:bg-teal-800\/20:hover{background-color:#115e5933}.hover\:bg-teal-800\/25:hover{background-color:#115e5940}.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-800\/95:hover{background-color:#115e59f2}.hover\:bg-teal-800\/100:hover{background-color:#115e59}.hover\:bg-teal-900\/0:hover{background-color:#134e4a00}.hover\:bg-teal-900\/5:hover{background-color:#134e4a0d}.hover\:bg-teal-900\/10:hover{background-color:#134e4a1a}.hover\:bg-teal-900\/20:hover{background-color:#134e4a33}.hover\:bg-teal-900\/25:hover{background-color:#134e4a40}.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-900\/95:hover{background-color:#134e4af2}.hover\:bg-teal-900\/100:hover{background-color:#134e4a}.hover\:bg-sky-50\/0:hover{background-color:#f0f9ff00}.hover\:bg-sky-50\/5:hover{background-color:#f0f9ff0d}.hover\:bg-sky-50\/10:hover{background-color:#f0f9ff1a}.hover\:bg-sky-50\/20:hover{background-color:#f0f9ff33}.hover\:bg-sky-50\/25:hover{background-color:#f0f9ff40}.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-50\/95:hover{background-color:#f0f9fff2}.hover\:bg-sky-50\/100:hover{background-color:#f0f9ff}.hover\:bg-sky-100\/0:hover{background-color:#e0f2fe00}.hover\:bg-sky-100\/5:hover{background-color:#e0f2fe0d}.hover\:bg-sky-100\/10:hover{background-color:#e0f2fe1a}.hover\:bg-sky-100\/20:hover{background-color:#e0f2fe33}.hover\:bg-sky-100\/25:hover{background-color:#e0f2fe40}.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-100\/95:hover{background-color:#e0f2fef2}.hover\:bg-sky-100\/100:hover{background-color:#e0f2fe}.hover\:bg-sky-200\/0:hover{background-color:#bae6fd00}.hover\:bg-sky-200\/5:hover{background-color:#bae6fd0d}.hover\:bg-sky-200\/10:hover{background-color:#bae6fd1a}.hover\:bg-sky-200\/20:hover{background-color:#bae6fd33}.hover\:bg-sky-200\/25:hover{background-color:#bae6fd40}.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-200\/95:hover{background-color:#bae6fdf2}.hover\:bg-sky-200\/100:hover{background-color:#bae6fd}.hover\:bg-sky-300\/0:hover{background-color:#7dd3fc00}.hover\:bg-sky-300\/5:hover{background-color:#7dd3fc0d}.hover\:bg-sky-300\/10:hover{background-color:#7dd3fc1a}.hover\:bg-sky-300\/20:hover{background-color:#7dd3fc33}.hover\:bg-sky-300\/25:hover{background-color:#7dd3fc40}.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-300\/95:hover{background-color:#7dd3fcf2}.hover\:bg-sky-300\/100:hover{background-color:#7dd3fc}.hover\:bg-sky-400\/0:hover{background-color:#38bdf800}.hover\:bg-sky-400\/5:hover{background-color:#38bdf80d}.hover\:bg-sky-400\/10:hover{background-color:#38bdf81a}.hover\:bg-sky-400\/20:hover{background-color:#38bdf833}.hover\:bg-sky-400\/25:hover{background-color:#38bdf840}.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-400\/95:hover{background-color:#38bdf8f2}.hover\:bg-sky-400\/100:hover{background-color:#38bdf8}.hover\:bg-sky-500\/0:hover{background-color:#0ea5e900}.hover\:bg-sky-500\/5:hover{background-color:#0ea5e90d}.hover\:bg-sky-500\/10:hover{background-color:#0ea5e91a}.hover\:bg-sky-500\/20:hover{background-color:#0ea5e933}.hover\:bg-sky-500\/25:hover{background-color:#0ea5e940}.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-500\/95:hover{background-color:#0ea5e9f2}.hover\:bg-sky-500\/100:hover{background-color:#0ea5e9}.hover\:bg-sky-600\/0:hover{background-color:#0284c700}.hover\:bg-sky-600\/5:hover{background-color:#0284c70d}.hover\:bg-sky-600\/10:hover{background-color:#0284c71a}.hover\:bg-sky-600\/20:hover{background-color:#0284c733}.hover\:bg-sky-600\/25:hover{background-color:#0284c740}.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-600\/95:hover{background-color:#0284c7f2}.hover\:bg-sky-600\/100:hover{background-color:#0284c7}.hover\:bg-sky-700\/0:hover{background-color:#0369a100}.hover\:bg-sky-700\/5:hover{background-color:#0369a10d}.hover\:bg-sky-700\/10:hover{background-color:#0369a11a}.hover\:bg-sky-700\/20:hover{background-color:#0369a133}.hover\:bg-sky-700\/25:hover{background-color:#0369a140}.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-700\/95:hover{background-color:#0369a1f2}.hover\:bg-sky-700\/100:hover{background-color:#0369a1}.hover\:bg-sky-800\/0:hover{background-color:#07598500}.hover\:bg-sky-800\/5:hover{background-color:#0759850d}.hover\:bg-sky-800\/10:hover{background-color:#0759851a}.hover\:bg-sky-800\/20:hover{background-color:#07598533}.hover\:bg-sky-800\/25:hover{background-color:#07598540}.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-800\/95:hover{background-color:#075985f2}.hover\:bg-sky-800\/100:hover{background-color:#075985}.hover\:bg-sky-900\/0:hover{background-color:#0c4a6e00}.hover\:bg-sky-900\/5:hover{background-color:#0c4a6e0d}.hover\:bg-sky-900\/10:hover{background-color:#0c4a6e1a}.hover\:bg-sky-900\/20:hover{background-color:#0c4a6e33}.hover\:bg-sky-900\/25:hover{background-color:#0c4a6e40}.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-900\/95:hover{background-color:#0c4a6ef2}.hover\:bg-sky-900\/100:hover{background-color:#0c4a6e}.hover\:bg-blue-50\/0:hover{background-color:#eff6ff00}.hover\:bg-blue-50\/5:hover{background-color:#eff6ff0d}.hover\:bg-blue-50\/10:hover{background-color:#eff6ff1a}.hover\:bg-blue-50\/20:hover{background-color:#eff6ff33}.hover\:bg-blue-50\/25:hover{background-color:#eff6ff40}.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-50\/95:hover{background-color:#eff6fff2}.hover\:bg-blue-50\/100:hover{background-color:#eff6ff}.hover\:bg-blue-100\/0:hover{background-color:#f2f3fd00}.hover\:bg-blue-100\/5:hover{background-color:#f2f3fd0d}.hover\:bg-blue-100\/10:hover{background-color:#f2f3fd1a}.hover\:bg-blue-100\/20:hover{background-color:#f2f3fd33}.hover\:bg-blue-100\/25:hover{background-color:#f2f3fd40}.hover\:bg-blue-100\/30:hover{background-color:#f2f3fd4d}.hover\:bg-blue-100\/40:hover{background-color:#f2f3fd66}.hover\:bg-blue-100\/50:hover{background-color:#f2f3fd80}.hover\:bg-blue-100\/60:hover{background-color:#f2f3fd99}.hover\:bg-blue-100\/70:hover{background-color:#f2f3fdb3}.hover\:bg-blue-100\/75:hover{background-color:#f2f3fdbf}.hover\:bg-blue-100\/80:hover{background-color:#f2f3fdcc}.hover\:bg-blue-100\/90:hover{background-color:#f2f3fde6}.hover\:bg-blue-100\/95:hover{background-color:#f2f3fdf2}.hover\:bg-blue-100\/100:hover{background-color:#f2f3fd}.hover\:bg-blue-200\/0:hover{background-color:#e4e8fb00}.hover\:bg-blue-200\/5:hover{background-color:#e4e8fb0d}.hover\:bg-blue-200\/10:hover{background-color:#e4e8fb1a}.hover\:bg-blue-200\/20:hover{background-color:#e4e8fb33}.hover\:bg-blue-200\/25:hover{background-color:#e4e8fb40}.hover\:bg-blue-200\/30:hover{background-color:#e4e8fb4d}.hover\:bg-blue-200\/40:hover{background-color:#e4e8fb66}.hover\:bg-blue-200\/50:hover{background-color:#e4e8fb80}.hover\:bg-blue-200\/60:hover{background-color:#e4e8fb99}.hover\:bg-blue-200\/70:hover{background-color:#e4e8fbb3}.hover\:bg-blue-200\/75:hover{background-color:#e4e8fbbf}.hover\:bg-blue-200\/80:hover{background-color:#e4e8fbcc}.hover\:bg-blue-200\/90:hover{background-color:#e4e8fbe6}.hover\:bg-blue-200\/95:hover{background-color:#e4e8fbf2}.hover\:bg-blue-200\/100:hover{background-color:#e4e8fb}.hover\:bg-blue-300\/0:hover{background-color:#c6cff700}.hover\:bg-blue-300\/5:hover{background-color:#c6cff70d}.hover\:bg-blue-300\/10:hover{background-color:#c6cff71a}.hover\:bg-blue-300\/20:hover{background-color:#c6cff733}.hover\:bg-blue-300\/25:hover{background-color:#c6cff740}.hover\:bg-blue-300\/30:hover{background-color:#c6cff74d}.hover\:bg-blue-300\/40:hover{background-color:#c6cff766}.hover\:bg-blue-300\/50:hover{background-color:#c6cff780}.hover\:bg-blue-300\/60:hover{background-color:#c6cff799}.hover\:bg-blue-300\/70:hover{background-color:#c6cff7b3}.hover\:bg-blue-300\/75:hover{background-color:#c6cff7bf}.hover\:bg-blue-300\/80:hover{background-color:#c6cff7cc}.hover\:bg-blue-300\/90:hover{background-color:#c6cff7e6}.hover\:bg-blue-300\/95:hover{background-color:#c6cff7f2}.hover\:bg-blue-300\/100:hover{background-color:#c6cff7}.hover\:bg-blue-400\/0:hover{background-color:#a3b2f300}.hover\:bg-blue-400\/5:hover{background-color:#a3b2f30d}.hover\:bg-blue-400\/10:hover{background-color:#a3b2f31a}.hover\:bg-blue-400\/20:hover{background-color:#a3b2f333}.hover\:bg-blue-400\/25:hover{background-color:#a3b2f340}.hover\:bg-blue-400\/30:hover{background-color:#a3b2f34d}.hover\:bg-blue-400\/40:hover{background-color:#a3b2f366}.hover\:bg-blue-400\/50:hover{background-color:#a3b2f380}.hover\:bg-blue-400\/60:hover{background-color:#a3b2f399}.hover\:bg-blue-400\/70:hover{background-color:#a3b2f3b3}.hover\:bg-blue-400\/75:hover{background-color:#a3b2f3bf}.hover\:bg-blue-400\/80:hover{background-color:#a3b2f3cc}.hover\:bg-blue-400\/90:hover{background-color:#a3b2f3e6}.hover\:bg-blue-400\/95:hover{background-color:#a3b2f3f2}.hover\:bg-blue-400\/100:hover{background-color:#a3b2f3}.hover\:bg-blue-500\/0:hover{background-color:#7690ef00}.hover\:bg-blue-500\/5:hover{background-color:#7690ef0d}.hover\:bg-blue-500\/10:hover{background-color:#7690ef1a}.hover\:bg-blue-500\/20:hover{background-color:#7690ef33}.hover\:bg-blue-500\/25:hover{background-color:#7690ef40}.hover\:bg-blue-500\/30:hover{background-color:#7690ef4d}.hover\:bg-blue-500\/40:hover{background-color:#7690ef66}.hover\:bg-blue-500\/50:hover{background-color:#7690ef80}.hover\:bg-blue-500\/60:hover{background-color:#7690ef99}.hover\:bg-blue-500\/70:hover{background-color:#7690efb3}.hover\:bg-blue-500\/75:hover{background-color:#7690efbf}.hover\:bg-blue-500\/80:hover{background-color:#7690efcc}.hover\:bg-blue-500\/90:hover{background-color:#7690efe6}.hover\:bg-blue-500\/95:hover{background-color:#7690eff2}.hover\:bg-blue-500\/100:hover{background-color:#7690ef}.hover\:bg-blue-600\/0:hover{background-color:#2563eb00}.hover\:bg-blue-600\/5:hover{background-color:#2563eb0d}.hover\:bg-blue-600\/10:hover{background-color:#2563eb1a}.hover\:bg-blue-600\/20:hover{background-color:#2563eb33}.hover\:bg-blue-600\/25:hover{background-color:#2563eb40}.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-600\/95:hover{background-color:#2563ebf2}.hover\:bg-blue-600\/100:hover{background-color:#2563eb}.hover\:bg-blue-700\/0:hover{background-color:#2158d200}.hover\:bg-blue-700\/5:hover{background-color:#2158d20d}.hover\:bg-blue-700\/10:hover{background-color:#2158d21a}.hover\:bg-blue-700\/20:hover{background-color:#2158d233}.hover\:bg-blue-700\/25:hover{background-color:#2158d240}.hover\:bg-blue-700\/30:hover{background-color:#2158d24d}.hover\:bg-blue-700\/40:hover{background-color:#2158d266}.hover\:bg-blue-700\/50:hover{background-color:#2158d280}.hover\:bg-blue-700\/60:hover{background-color:#2158d299}.hover\:bg-blue-700\/70:hover{background-color:#2158d2b3}.hover\:bg-blue-700\/75:hover{background-color:#2158d2bf}.hover\:bg-blue-700\/80:hover{background-color:#2158d2cc}.hover\:bg-blue-700\/90:hover{background-color:#2158d2e6}.hover\:bg-blue-700\/95:hover{background-color:#2158d2f2}.hover\:bg-blue-700\/100:hover{background-color:#2158d2}.hover\:bg-blue-800\/0:hover{background-color:#1c4cb600}.hover\:bg-blue-800\/5:hover{background-color:#1c4cb60d}.hover\:bg-blue-800\/10:hover{background-color:#1c4cb61a}.hover\:bg-blue-800\/20:hover{background-color:#1c4cb633}.hover\:bg-blue-800\/25:hover{background-color:#1c4cb640}.hover\:bg-blue-800\/30:hover{background-color:#1c4cb64d}.hover\:bg-blue-800\/40:hover{background-color:#1c4cb666}.hover\:bg-blue-800\/50:hover{background-color:#1c4cb680}.hover\:bg-blue-800\/60:hover{background-color:#1c4cb699}.hover\:bg-blue-800\/70:hover{background-color:#1c4cb6b3}.hover\:bg-blue-800\/75:hover{background-color:#1c4cb6bf}.hover\:bg-blue-800\/80:hover{background-color:#1c4cb6cc}.hover\:bg-blue-800\/90:hover{background-color:#1c4cb6e6}.hover\:bg-blue-800\/95:hover{background-color:#1c4cb6f2}.hover\:bg-blue-800\/100:hover{background-color:#1c4cb6}.hover\:bg-blue-900\/0:hover{background-color:#173e9400}.hover\:bg-blue-900\/5:hover{background-color:#173e940d}.hover\:bg-blue-900\/10:hover{background-color:#173e941a}.hover\:bg-blue-900\/20:hover{background-color:#173e9433}.hover\:bg-blue-900\/25:hover{background-color:#173e9440}.hover\:bg-blue-900\/30:hover{background-color:#173e944d}.hover\:bg-blue-900\/40:hover{background-color:#173e9466}.hover\:bg-blue-900\/50:hover{background-color:#173e9480}.hover\:bg-blue-900\/60:hover{background-color:#173e9499}.hover\:bg-blue-900\/70:hover{background-color:#173e94b3}.hover\:bg-blue-900\/75:hover{background-color:#173e94bf}.hover\:bg-blue-900\/80:hover{background-color:#173e94cc}.hover\:bg-blue-900\/90:hover{background-color:#173e94e6}.hover\:bg-blue-900\/95:hover{background-color:#173e94f2}.hover\:bg-blue-900\/100:hover{background-color:#173e94}.hover\:bg-indigo-50\/0:hover{background-color:#eef2ff00}.hover\:bg-indigo-50\/5:hover{background-color:#eef2ff0d}.hover\:bg-indigo-50\/10:hover{background-color:#eef2ff1a}.hover\:bg-indigo-50\/20:hover{background-color:#eef2ff33}.hover\:bg-indigo-50\/25:hover{background-color:#eef2ff40}.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-50\/95:hover{background-color:#eef2fff2}.hover\:bg-indigo-50\/100:hover{background-color:#eef2ff}.hover\:bg-indigo-100\/0:hover{background-color:#e0e7ff00}.hover\:bg-indigo-100\/5:hover{background-color:#e0e7ff0d}.hover\:bg-indigo-100\/10:hover{background-color:#e0e7ff1a}.hover\:bg-indigo-100\/20:hover{background-color:#e0e7ff33}.hover\:bg-indigo-100\/25:hover{background-color:#e0e7ff40}.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-100\/95:hover{background-color:#e0e7fff2}.hover\:bg-indigo-100\/100:hover{background-color:#e0e7ff}.hover\:bg-indigo-200\/0:hover{background-color:#c7d2fe00}.hover\:bg-indigo-200\/5:hover{background-color:#c7d2fe0d}.hover\:bg-indigo-200\/10:hover{background-color:#c7d2fe1a}.hover\:bg-indigo-200\/20:hover{background-color:#c7d2fe33}.hover\:bg-indigo-200\/25:hover{background-color:#c7d2fe40}.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-200\/95:hover{background-color:#c7d2fef2}.hover\:bg-indigo-200\/100:hover{background-color:#c7d2fe}.hover\:bg-indigo-300\/0:hover{background-color:#a5b4fc00}.hover\:bg-indigo-300\/5:hover{background-color:#a5b4fc0d}.hover\:bg-indigo-300\/10:hover{background-color:#a5b4fc1a}.hover\:bg-indigo-300\/20:hover{background-color:#a5b4fc33}.hover\:bg-indigo-300\/25:hover{background-color:#a5b4fc40}.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-300\/95:hover{background-color:#a5b4fcf2}.hover\:bg-indigo-300\/100:hover{background-color:#a5b4fc}.hover\:bg-indigo-400\/0:hover{background-color:#818cf800}.hover\:bg-indigo-400\/5:hover{background-color:#818cf80d}.hover\:bg-indigo-400\/10:hover{background-color:#818cf81a}.hover\:bg-indigo-400\/20:hover{background-color:#818cf833}.hover\:bg-indigo-400\/25:hover{background-color:#818cf840}.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-400\/95:hover{background-color:#818cf8f2}.hover\:bg-indigo-400\/100:hover{background-color:#818cf8}.hover\:bg-indigo-500\/0:hover{background-color:#6366f100}.hover\:bg-indigo-500\/5:hover{background-color:#6366f10d}.hover\:bg-indigo-500\/10:hover{background-color:#6366f11a}.hover\:bg-indigo-500\/20:hover{background-color:#6366f133}.hover\:bg-indigo-500\/25:hover{background-color:#6366f140}.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-500\/95:hover{background-color:#6366f1f2}.hover\:bg-indigo-500\/100:hover{background-color:#6366f1}.hover\:bg-indigo-600\/0:hover{background-color:#4f46e500}.hover\:bg-indigo-600\/5:hover{background-color:#4f46e50d}.hover\:bg-indigo-600\/10:hover{background-color:#4f46e51a}.hover\:bg-indigo-600\/20:hover{background-color:#4f46e533}.hover\:bg-indigo-600\/25:hover{background-color:#4f46e540}.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-600\/95:hover{background-color:#4f46e5f2}.hover\:bg-indigo-600\/100:hover{background-color:#4f46e5}.hover\:bg-indigo-700\/0:hover{background-color:#4338ca00}.hover\:bg-indigo-700\/5:hover{background-color:#4338ca0d}.hover\:bg-indigo-700\/10:hover{background-color:#4338ca1a}.hover\:bg-indigo-700\/20:hover{background-color:#4338ca33}.hover\:bg-indigo-700\/25:hover{background-color:#4338ca40}.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-700\/95:hover{background-color:#4338caf2}.hover\:bg-indigo-700\/100:hover{background-color:#4338ca}.hover\:bg-indigo-800\/0:hover{background-color:#3730a300}.hover\:bg-indigo-800\/5:hover{background-color:#3730a30d}.hover\:bg-indigo-800\/10:hover{background-color:#3730a31a}.hover\:bg-indigo-800\/20:hover{background-color:#3730a333}.hover\:bg-indigo-800\/25:hover{background-color:#3730a340}.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-800\/95:hover{background-color:#3730a3f2}.hover\:bg-indigo-800\/100:hover{background-color:#3730a3}.hover\:bg-indigo-900\/0:hover{background-color:#312e8100}.hover\:bg-indigo-900\/5:hover{background-color:#312e810d}.hover\:bg-indigo-900\/10:hover{background-color:#312e811a}.hover\:bg-indigo-900\/20:hover{background-color:#312e8133}.hover\:bg-indigo-900\/25:hover{background-color:#312e8140}.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-900\/95:hover{background-color:#312e81f2}.hover\:bg-indigo-900\/100:hover{background-color:#312e81}.hover\:bg-violet-50\/0:hover{background-color:#f5f3ff00}.hover\:bg-violet-50\/5:hover{background-color:#f5f3ff0d}.hover\:bg-violet-50\/10:hover{background-color:#f5f3ff1a}.hover\:bg-violet-50\/20:hover{background-color:#f5f3ff33}.hover\:bg-violet-50\/25:hover{background-color:#f5f3ff40}.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-50\/95:hover{background-color:#f5f3fff2}.hover\:bg-violet-50\/100:hover{background-color:#f5f3ff}.hover\:bg-violet-100\/0:hover{background-color:#ede9fe00}.hover\:bg-violet-100\/5:hover{background-color:#ede9fe0d}.hover\:bg-violet-100\/10:hover{background-color:#ede9fe1a}.hover\:bg-violet-100\/20:hover{background-color:#ede9fe33}.hover\:bg-violet-100\/25:hover{background-color:#ede9fe40}.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-100\/95:hover{background-color:#ede9fef2}.hover\:bg-violet-100\/100:hover{background-color:#ede9fe}.hover\:bg-violet-200\/0:hover{background-color:#ddd6fe00}.hover\:bg-violet-200\/5:hover{background-color:#ddd6fe0d}.hover\:bg-violet-200\/10:hover{background-color:#ddd6fe1a}.hover\:bg-violet-200\/20:hover{background-color:#ddd6fe33}.hover\:bg-violet-200\/25:hover{background-color:#ddd6fe40}.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-200\/95:hover{background-color:#ddd6fef2}.hover\:bg-violet-200\/100:hover{background-color:#ddd6fe}.hover\:bg-violet-300\/0:hover{background-color:#c4b5fd00}.hover\:bg-violet-300\/5:hover{background-color:#c4b5fd0d}.hover\:bg-violet-300\/10:hover{background-color:#c4b5fd1a}.hover\:bg-violet-300\/20:hover{background-color:#c4b5fd33}.hover\:bg-violet-300\/25:hover{background-color:#c4b5fd40}.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-300\/95:hover{background-color:#c4b5fdf2}.hover\:bg-violet-300\/100:hover{background-color:#c4b5fd}.hover\:bg-violet-400\/0:hover{background-color:#a78bfa00}.hover\:bg-violet-400\/5:hover{background-color:#a78bfa0d}.hover\:bg-violet-400\/10:hover{background-color:#a78bfa1a}.hover\:bg-violet-400\/20:hover{background-color:#a78bfa33}.hover\:bg-violet-400\/25:hover{background-color:#a78bfa40}.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-400\/95:hover{background-color:#a78bfaf2}.hover\:bg-violet-400\/100:hover{background-color:#a78bfa}.hover\:bg-violet-500\/0:hover{background-color:#8b5cf600}.hover\:bg-violet-500\/5:hover{background-color:#8b5cf60d}.hover\:bg-violet-500\/10:hover{background-color:#8b5cf61a}.hover\:bg-violet-500\/20:hover{background-color:#8b5cf633}.hover\:bg-violet-500\/25:hover{background-color:#8b5cf640}.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-500\/95:hover{background-color:#8b5cf6f2}.hover\:bg-violet-500\/100:hover{background-color:#8b5cf6}.hover\:bg-violet-600\/0:hover{background-color:#7c3aed00}.hover\:bg-violet-600\/5:hover{background-color:#7c3aed0d}.hover\:bg-violet-600\/10:hover{background-color:#7c3aed1a}.hover\:bg-violet-600\/20:hover{background-color:#7c3aed33}.hover\:bg-violet-600\/25:hover{background-color:#7c3aed40}.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-600\/95:hover{background-color:#7c3aedf2}.hover\:bg-violet-600\/100:hover{background-color:#7c3aed}.hover\:bg-violet-700\/0:hover{background-color:#6d28d900}.hover\:bg-violet-700\/5:hover{background-color:#6d28d90d}.hover\:bg-violet-700\/10:hover{background-color:#6d28d91a}.hover\:bg-violet-700\/20:hover{background-color:#6d28d933}.hover\:bg-violet-700\/25:hover{background-color:#6d28d940}.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-700\/95:hover{background-color:#6d28d9f2}.hover\:bg-violet-700\/100:hover{background-color:#6d28d9}.hover\:bg-violet-800\/0:hover{background-color:#5b21b600}.hover\:bg-violet-800\/5:hover{background-color:#5b21b60d}.hover\:bg-violet-800\/10:hover{background-color:#5b21b61a}.hover\:bg-violet-800\/20:hover{background-color:#5b21b633}.hover\:bg-violet-800\/25:hover{background-color:#5b21b640}.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-800\/95:hover{background-color:#5b21b6f2}.hover\:bg-violet-800\/100:hover{background-color:#5b21b6}.hover\:bg-violet-900\/0:hover{background-color:#4c1d9500}.hover\:bg-violet-900\/5:hover{background-color:#4c1d950d}.hover\:bg-violet-900\/10:hover{background-color:#4c1d951a}.hover\:bg-violet-900\/20:hover{background-color:#4c1d9533}.hover\:bg-violet-900\/25:hover{background-color:#4c1d9540}.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-900\/95:hover{background-color:#4c1d95f2}.hover\:bg-violet-900\/100:hover{background-color:#4c1d95}.hover\:bg-fuchsia-50\/0:hover{background-color:#fdf4ff00}.hover\:bg-fuchsia-50\/5:hover{background-color:#fdf4ff0d}.hover\:bg-fuchsia-50\/10:hover{background-color:#fdf4ff1a}.hover\:bg-fuchsia-50\/20:hover{background-color:#fdf4ff33}.hover\:bg-fuchsia-50\/25:hover{background-color:#fdf4ff40}.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-50\/95:hover{background-color:#fdf4fff2}.hover\:bg-fuchsia-50\/100:hover{background-color:#fdf4ff}.hover\:bg-fuchsia-100\/0:hover{background-color:#fae8ff00}.hover\:bg-fuchsia-100\/5:hover{background-color:#fae8ff0d}.hover\:bg-fuchsia-100\/10:hover{background-color:#fae8ff1a}.hover\:bg-fuchsia-100\/20:hover{background-color:#fae8ff33}.hover\:bg-fuchsia-100\/25:hover{background-color:#fae8ff40}.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-100\/95:hover{background-color:#fae8fff2}.hover\:bg-fuchsia-100\/100:hover{background-color:#fae8ff}.hover\:bg-fuchsia-200\/0:hover{background-color:#f5d0fe00}.hover\:bg-fuchsia-200\/5:hover{background-color:#f5d0fe0d}.hover\:bg-fuchsia-200\/10:hover{background-color:#f5d0fe1a}.hover\:bg-fuchsia-200\/20:hover{background-color:#f5d0fe33}.hover\:bg-fuchsia-200\/25:hover{background-color:#f5d0fe40}.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-200\/95:hover{background-color:#f5d0fef2}.hover\:bg-fuchsia-200\/100:hover{background-color:#f5d0fe}.hover\:bg-fuchsia-300\/0:hover{background-color:#f0abfc00}.hover\:bg-fuchsia-300\/5:hover{background-color:#f0abfc0d}.hover\:bg-fuchsia-300\/10:hover{background-color:#f0abfc1a}.hover\:bg-fuchsia-300\/20:hover{background-color:#f0abfc33}.hover\:bg-fuchsia-300\/25:hover{background-color:#f0abfc40}.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-300\/95:hover{background-color:#f0abfcf2}.hover\:bg-fuchsia-300\/100:hover{background-color:#f0abfc}.hover\:bg-fuchsia-400\/0:hover{background-color:#e879f900}.hover\:bg-fuchsia-400\/5:hover{background-color:#e879f90d}.hover\:bg-fuchsia-400\/10:hover{background-color:#e879f91a}.hover\:bg-fuchsia-400\/20:hover{background-color:#e879f933}.hover\:bg-fuchsia-400\/25:hover{background-color:#e879f940}.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-400\/95:hover{background-color:#e879f9f2}.hover\:bg-fuchsia-400\/100:hover{background-color:#e879f9}.hover\:bg-fuchsia-500\/0:hover{background-color:#d946ef00}.hover\:bg-fuchsia-500\/5:hover{background-color:#d946ef0d}.hover\:bg-fuchsia-500\/10:hover{background-color:#d946ef1a}.hover\:bg-fuchsia-500\/20:hover{background-color:#d946ef33}.hover\:bg-fuchsia-500\/25:hover{background-color:#d946ef40}.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-500\/95:hover{background-color:#d946eff2}.hover\:bg-fuchsia-500\/100:hover{background-color:#d946ef}.hover\:bg-fuchsia-600\/0:hover{background-color:#c026d300}.hover\:bg-fuchsia-600\/5:hover{background-color:#c026d30d}.hover\:bg-fuchsia-600\/10:hover{background-color:#c026d31a}.hover\:bg-fuchsia-600\/20:hover{background-color:#c026d333}.hover\:bg-fuchsia-600\/25:hover{background-color:#c026d340}.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-600\/95:hover{background-color:#c026d3f2}.hover\:bg-fuchsia-600\/100:hover{background-color:#c026d3}.hover\:bg-fuchsia-700\/0:hover{background-color:#a21caf00}.hover\:bg-fuchsia-700\/5:hover{background-color:#a21caf0d}.hover\:bg-fuchsia-700\/10:hover{background-color:#a21caf1a}.hover\:bg-fuchsia-700\/20:hover{background-color:#a21caf33}.hover\:bg-fuchsia-700\/25:hover{background-color:#a21caf40}.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-700\/95:hover{background-color:#a21caff2}.hover\:bg-fuchsia-700\/100:hover{background-color:#a21caf}.hover\:bg-fuchsia-800\/0:hover{background-color:#86198f00}.hover\:bg-fuchsia-800\/5:hover{background-color:#86198f0d}.hover\:bg-fuchsia-800\/10:hover{background-color:#86198f1a}.hover\:bg-fuchsia-800\/20:hover{background-color:#86198f33}.hover\:bg-fuchsia-800\/25:hover{background-color:#86198f40}.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-800\/95:hover{background-color:#86198ff2}.hover\:bg-fuchsia-800\/100:hover{background-color:#86198f}.hover\:bg-fuchsia-900\/0:hover{background-color:#701a7500}.hover\:bg-fuchsia-900\/5:hover{background-color:#701a750d}.hover\:bg-fuchsia-900\/10:hover{background-color:#701a751a}.hover\:bg-fuchsia-900\/20:hover{background-color:#701a7533}.hover\:bg-fuchsia-900\/25:hover{background-color:#701a7540}.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-900\/95:hover{background-color:#701a75f2}.hover\:bg-fuchsia-900\/100:hover{background-color:#701a75}.hover\:bg-pink-50\/0:hover{background-color:#fdf2f800}.hover\:bg-pink-50\/5:hover{background-color:#fdf2f80d}.hover\:bg-pink-50\/10:hover{background-color:#fdf2f81a}.hover\:bg-pink-50\/20:hover{background-color:#fdf2f833}.hover\:bg-pink-50\/25:hover{background-color:#fdf2f840}.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-50\/95:hover{background-color:#fdf2f8f2}.hover\:bg-pink-50\/100:hover{background-color:#fdf2f8}.hover\:bg-pink-100\/0:hover{background-color:#fce7f300}.hover\:bg-pink-100\/5:hover{background-color:#fce7f30d}.hover\:bg-pink-100\/10:hover{background-color:#fce7f31a}.hover\:bg-pink-100\/20:hover{background-color:#fce7f333}.hover\:bg-pink-100\/25:hover{background-color:#fce7f340}.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-100\/95:hover{background-color:#fce7f3f2}.hover\:bg-pink-100\/100:hover{background-color:#fce7f3}.hover\:bg-pink-200\/0:hover{background-color:#fbcfe800}.hover\:bg-pink-200\/5:hover{background-color:#fbcfe80d}.hover\:bg-pink-200\/10:hover{background-color:#fbcfe81a}.hover\:bg-pink-200\/20:hover{background-color:#fbcfe833}.hover\:bg-pink-200\/25:hover{background-color:#fbcfe840}.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-200\/95:hover{background-color:#fbcfe8f2}.hover\:bg-pink-200\/100:hover{background-color:#fbcfe8}.hover\:bg-pink-300\/0:hover{background-color:#f9a8d400}.hover\:bg-pink-300\/5:hover{background-color:#f9a8d40d}.hover\:bg-pink-300\/10:hover{background-color:#f9a8d41a}.hover\:bg-pink-300\/20:hover{background-color:#f9a8d433}.hover\:bg-pink-300\/25:hover{background-color:#f9a8d440}.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-300\/95:hover{background-color:#f9a8d4f2}.hover\:bg-pink-300\/100:hover{background-color:#f9a8d4}.hover\:bg-pink-400\/0:hover{background-color:#f472b600}.hover\:bg-pink-400\/5:hover{background-color:#f472b60d}.hover\:bg-pink-400\/10:hover{background-color:#f472b61a}.hover\:bg-pink-400\/20:hover{background-color:#f472b633}.hover\:bg-pink-400\/25:hover{background-color:#f472b640}.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-400\/95:hover{background-color:#f472b6f2}.hover\:bg-pink-400\/100:hover{background-color:#f472b6}.hover\:bg-pink-500\/0:hover{background-color:#ec489900}.hover\:bg-pink-500\/5:hover{background-color:#ec48990d}.hover\:bg-pink-500\/10:hover{background-color:#ec48991a}.hover\:bg-pink-500\/20:hover{background-color:#ec489933}.hover\:bg-pink-500\/25:hover{background-color:#ec489940}.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-500\/95:hover{background-color:#ec4899f2}.hover\:bg-pink-500\/100:hover{background-color:#ec4899}.hover\:bg-pink-600\/0:hover{background-color:#db277700}.hover\:bg-pink-600\/5:hover{background-color:#db27770d}.hover\:bg-pink-600\/10:hover{background-color:#db27771a}.hover\:bg-pink-600\/20:hover{background-color:#db277733}.hover\:bg-pink-600\/25:hover{background-color:#db277740}.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-600\/95:hover{background-color:#db2777f2}.hover\:bg-pink-600\/100:hover{background-color:#db2777}.hover\:bg-pink-700\/0:hover{background-color:#be185d00}.hover\:bg-pink-700\/5:hover{background-color:#be185d0d}.hover\:bg-pink-700\/10:hover{background-color:#be185d1a}.hover\:bg-pink-700\/20:hover{background-color:#be185d33}.hover\:bg-pink-700\/25:hover{background-color:#be185d40}.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-700\/95:hover{background-color:#be185df2}.hover\:bg-pink-700\/100:hover{background-color:#be185d}.hover\:bg-pink-800\/0:hover{background-color:#9d174d00}.hover\:bg-pink-800\/5:hover{background-color:#9d174d0d}.hover\:bg-pink-800\/10:hover{background-color:#9d174d1a}.hover\:bg-pink-800\/20:hover{background-color:#9d174d33}.hover\:bg-pink-800\/25:hover{background-color:#9d174d40}.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-800\/95:hover{background-color:#9d174df2}.hover\:bg-pink-800\/100:hover{background-color:#9d174d}.hover\:bg-pink-900\/0:hover{background-color:#83184300}.hover\:bg-pink-900\/5:hover{background-color:#8318430d}.hover\:bg-pink-900\/10:hover{background-color:#8318431a}.hover\:bg-pink-900\/20:hover{background-color:#83184333}.hover\:bg-pink-900\/25:hover{background-color:#83184340}.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-900\/95:hover{background-color:#831843f2}.hover\:bg-pink-900\/100:hover{background-color:#831843}.hover\:bg-rose-50\/0:hover{background-color:#fff1f200}.hover\:bg-rose-50\/5:hover{background-color:#fff1f20d}.hover\:bg-rose-50\/10:hover{background-color:#fff1f21a}.hover\:bg-rose-50\/20:hover{background-color:#fff1f233}.hover\:bg-rose-50\/25:hover{background-color:#fff1f240}.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-50\/95:hover{background-color:#fff1f2f2}.hover\:bg-rose-50\/100:hover{background-color:#fff1f2}.hover\:bg-rose-100\/0:hover{background-color:#ffe4e600}.hover\:bg-rose-100\/5:hover{background-color:#ffe4e60d}.hover\:bg-rose-100\/10:hover{background-color:#ffe4e61a}.hover\:bg-rose-100\/20:hover{background-color:#ffe4e633}.hover\:bg-rose-100\/25:hover{background-color:#ffe4e640}.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-100\/95:hover{background-color:#ffe4e6f2}.hover\:bg-rose-100\/100:hover{background-color:#ffe4e6}.hover\:bg-rose-200\/0:hover{background-color:#fecdd300}.hover\:bg-rose-200\/5:hover{background-color:#fecdd30d}.hover\:bg-rose-200\/10:hover{background-color:#fecdd31a}.hover\:bg-rose-200\/20:hover{background-color:#fecdd333}.hover\:bg-rose-200\/25:hover{background-color:#fecdd340}.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-200\/95:hover{background-color:#fecdd3f2}.hover\:bg-rose-200\/100:hover{background-color:#fecdd3}.hover\:bg-rose-300\/0:hover{background-color:#fda4af00}.hover\:bg-rose-300\/5:hover{background-color:#fda4af0d}.hover\:bg-rose-300\/10:hover{background-color:#fda4af1a}.hover\:bg-rose-300\/20:hover{background-color:#fda4af33}.hover\:bg-rose-300\/25:hover{background-color:#fda4af40}.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-300\/95:hover{background-color:#fda4aff2}.hover\:bg-rose-300\/100:hover{background-color:#fda4af}.hover\:bg-rose-400\/0:hover{background-color:#fb718500}.hover\:bg-rose-400\/5:hover{background-color:#fb71850d}.hover\:bg-rose-400\/10:hover{background-color:#fb71851a}.hover\:bg-rose-400\/20:hover{background-color:#fb718533}.hover\:bg-rose-400\/25:hover{background-color:#fb718540}.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-400\/95:hover{background-color:#fb7185f2}.hover\:bg-rose-400\/100:hover{background-color:#fb7185}.hover\:bg-rose-500\/0:hover{background-color:#f43f5e00}.hover\:bg-rose-500\/5:hover{background-color:#f43f5e0d}.hover\:bg-rose-500\/10:hover{background-color:#f43f5e1a}.hover\:bg-rose-500\/20:hover{background-color:#f43f5e33}.hover\:bg-rose-500\/25:hover{background-color:#f43f5e40}.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-500\/95:hover{background-color:#f43f5ef2}.hover\:bg-rose-500\/100:hover{background-color:#f43f5e}.hover\:bg-rose-600\/0:hover{background-color:#e11d4800}.hover\:bg-rose-600\/5:hover{background-color:#e11d480d}.hover\:bg-rose-600\/10:hover{background-color:#e11d481a}.hover\:bg-rose-600\/20:hover{background-color:#e11d4833}.hover\:bg-rose-600\/25:hover{background-color:#e11d4840}.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-600\/95:hover{background-color:#e11d48f2}.hover\:bg-rose-600\/100:hover{background-color:#e11d48}.hover\:bg-rose-700\/0:hover{background-color:#be123c00}.hover\:bg-rose-700\/5:hover{background-color:#be123c0d}.hover\:bg-rose-700\/10:hover{background-color:#be123c1a}.hover\:bg-rose-700\/20:hover{background-color:#be123c33}.hover\:bg-rose-700\/25:hover{background-color:#be123c40}.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-700\/95:hover{background-color:#be123cf2}.hover\:bg-rose-700\/100:hover{background-color:#be123c}.hover\:bg-rose-800\/0:hover{background-color:#9f123900}.hover\:bg-rose-800\/5:hover{background-color:#9f12390d}.hover\:bg-rose-800\/10:hover{background-color:#9f12391a}.hover\:bg-rose-800\/20:hover{background-color:#9f123933}.hover\:bg-rose-800\/25:hover{background-color:#9f123940}.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-800\/95:hover{background-color:#9f1239f2}.hover\:bg-rose-800\/100:hover{background-color:#9f1239}.hover\:bg-rose-900\/0:hover{background-color:#88133700}.hover\:bg-rose-900\/5:hover{background-color:#8813370d}.hover\:bg-rose-900\/10:hover{background-color:#8813371a}.hover\:bg-rose-900\/20:hover{background-color:#88133733}.hover\:bg-rose-900\/25:hover{background-color:#88133740}.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-900\/95:hover{background-color:#881337f2}.hover\:bg-rose-900\/100:hover{background-color:#881337}.hover\:bg-primary-100\/0:hover{background-color:#f2f3f400}.hover\:bg-primary-100\/5:hover{background-color:#f2f3f40d}.hover\:bg-primary-100\/10:hover{background-color:#f2f3f41a}.hover\:bg-primary-100\/20:hover{background-color:#f2f3f433}.hover\:bg-primary-100\/25:hover{background-color:#f2f3f440}.hover\:bg-primary-100\/30:hover{background-color:#f2f3f44d}.hover\:bg-primary-100\/40:hover{background-color:#f2f3f466}.hover\:bg-primary-100\/50:hover{background-color:#f2f3f480}.hover\:bg-primary-100\/60:hover{background-color:#f2f3f499}.hover\:bg-primary-100\/70:hover{background-color:#f2f3f4b3}.hover\:bg-primary-100\/75:hover{background-color:#f2f3f4bf}.hover\:bg-primary-100\/80:hover{background-color:#f2f3f4cc}.hover\:bg-primary-100\/90:hover{background-color:#f2f3f4e6}.hover\:bg-primary-100\/95:hover{background-color:#f2f3f4f2}.hover\:bg-primary-100\/100:hover{background-color:#f2f3f4}.hover\:bg-primary-200\/0:hover{background-color:#e8e8f000}.hover\:bg-primary-200\/5:hover{background-color:#e8e8f00d}.hover\:bg-primary-200\/10:hover{background-color:#e8e8f01a}.hover\:bg-primary-200\/20:hover{background-color:#e8e8f033}.hover\:bg-primary-200\/25:hover{background-color:#e8e8f040}.hover\:bg-primary-200\/30:hover{background-color:#e8e8f04d}.hover\:bg-primary-200\/40:hover{background-color:#e8e8f066}.hover\:bg-primary-200\/50:hover{background-color:#e8e8f080}.hover\:bg-primary-200\/60:hover{background-color:#e8e8f099}.hover\:bg-primary-200\/70:hover{background-color:#e8e8f0b3}.hover\:bg-primary-200\/75:hover{background-color:#e8e8f0bf}.hover\:bg-primary-200\/80:hover{background-color:#e8e8f0cc}.hover\:bg-primary-200\/90:hover{background-color:#e8e8f0e6}.hover\:bg-primary-200\/95:hover{background-color:#e8e8f0f2}.hover\:bg-primary-200\/100:hover{background-color:#e8e8f0}.hover\:bg-primary-300\/0:hover{background-color:#d0d0e100}.hover\:bg-primary-300\/5:hover{background-color:#d0d0e10d}.hover\:bg-primary-300\/10:hover{background-color:#d0d0e11a}.hover\:bg-primary-300\/20:hover{background-color:#d0d0e133}.hover\:bg-primary-300\/25:hover{background-color:#d0d0e140}.hover\:bg-primary-300\/30:hover{background-color:#d0d0e14d}.hover\:bg-primary-300\/40:hover{background-color:#d0d0e166}.hover\:bg-primary-300\/50:hover{background-color:#d0d0e180}.hover\:bg-primary-300\/60:hover{background-color:#d0d0e199}.hover\:bg-primary-300\/70:hover{background-color:#d0d0e1b3}.hover\:bg-primary-300\/75:hover{background-color:#d0d0e1bf}.hover\:bg-primary-300\/80:hover{background-color:#d0d0e1cc}.hover\:bg-primary-300\/90:hover{background-color:#d0d0e1e6}.hover\:bg-primary-300\/95:hover{background-color:#d0d0e1f2}.hover\:bg-primary-300\/100:hover{background-color:#d0d0e1}.hover\:bg-primary-400\/0:hover{background-color:#b4b4d100}.hover\:bg-primary-400\/5:hover{background-color:#b4b4d10d}.hover\:bg-primary-400\/10:hover{background-color:#b4b4d11a}.hover\:bg-primary-400\/20:hover{background-color:#b4b4d133}.hover\:bg-primary-400\/25:hover{background-color:#b4b4d140}.hover\:bg-primary-400\/30:hover{background-color:#b4b4d14d}.hover\:bg-primary-400\/40:hover{background-color:#b4b4d166}.hover\:bg-primary-400\/50:hover{background-color:#b4b4d180}.hover\:bg-primary-400\/60:hover{background-color:#b4b4d199}.hover\:bg-primary-400\/70:hover{background-color:#b4b4d1b3}.hover\:bg-primary-400\/75:hover{background-color:#b4b4d1bf}.hover\:bg-primary-400\/80:hover{background-color:#b4b4d1cc}.hover\:bg-primary-400\/90:hover{background-color:#b4b4d1e6}.hover\:bg-primary-400\/95:hover{background-color:#b4b4d1f2}.hover\:bg-primary-400\/100:hover{background-color:#b4b4d1}.hover\:bg-primary-500\/0:hover{background-color:#9393bf00}.hover\:bg-primary-500\/5:hover{background-color:#9393bf0d}.hover\:bg-primary-500\/10:hover{background-color:#9393bf1a}.hover\:bg-primary-500\/20:hover{background-color:#9393bf33}.hover\:bg-primary-500\/25:hover{background-color:#9393bf40}.hover\:bg-primary-500\/30:hover{background-color:#9393bf4d}.hover\:bg-primary-500\/40:hover{background-color:#9393bf66}.hover\:bg-primary-500\/50:hover{background-color:#9393bf80}.hover\:bg-primary-500\/60:hover{background-color:#9393bf99}.hover\:bg-primary-500\/70:hover{background-color:#9393bfb3}.hover\:bg-primary-500\/75:hover{background-color:#9393bfbf}.hover\:bg-primary-500\/80:hover{background-color:#9393bfcc}.hover\:bg-primary-500\/90:hover{background-color:#9393bfe6}.hover\:bg-primary-500\/95:hover{background-color:#9393bff2}.hover\:bg-primary-500\/100:hover{background-color:#9393bf}.hover\:bg-primary-600\/0:hover{background-color:#6868ac00}.hover\:bg-primary-600\/5:hover{background-color:#6868ac0d}.hover\:bg-primary-600\/10:hover{background-color:#6868ac1a}.hover\:bg-primary-600\/20:hover{background-color:#6868ac33}.hover\:bg-primary-600\/25:hover{background-color:#6868ac40}.hover\:bg-primary-600\/30:hover{background-color:#6868ac4d}.hover\:bg-primary-600\/40:hover{background-color:#6868ac66}.hover\:bg-primary-600\/50:hover{background-color:#6868ac80}.hover\:bg-primary-600\/60:hover{background-color:#6868ac99}.hover\:bg-primary-600\/70:hover{background-color:#6868acb3}.hover\:bg-primary-600\/75:hover{background-color:#6868acbf}.hover\:bg-primary-600\/80:hover{background-color:#6868accc}.hover\:bg-primary-600\/90:hover{background-color:#6868ace6}.hover\:bg-primary-600\/95:hover{background-color:#6868acf2}.hover\:bg-primary-600\/100:hover{background-color:#6868ac}.hover\:bg-primary-700\/0:hover{background-color:#5d5d9900}.hover\:bg-primary-700\/5:hover{background-color:#5d5d990d}.hover\:bg-primary-700\/10:hover{background-color:#5d5d991a}.hover\:bg-primary-700\/20:hover{background-color:#5d5d9933}.hover\:bg-primary-700\/25:hover{background-color:#5d5d9940}.hover\:bg-primary-700\/30:hover{background-color:#5d5d994d}.hover\:bg-primary-700\/40:hover{background-color:#5d5d9966}.hover\:bg-primary-700\/50:hover{background-color:#5d5d9980}.hover\:bg-primary-700\/60:hover{background-color:#5d5d9999}.hover\:bg-primary-700\/70:hover{background-color:#5d5d99b3}.hover\:bg-primary-700\/75:hover{background-color:#5d5d99bf}.hover\:bg-primary-700\/80:hover{background-color:#5d5d99cc}.hover\:bg-primary-700\/90:hover{background-color:#5d5d99e6}.hover\:bg-primary-700\/95:hover{background-color:#5d5d99f2}.hover\:bg-primary-700\/100:hover{background-color:#5d5d99}.hover\:bg-primary-800\/0:hover{background-color:#50508500}.hover\:bg-primary-800\/5:hover{background-color:#5050850d}.hover\:bg-primary-800\/10:hover{background-color:#5050851a}.hover\:bg-primary-800\/20:hover{background-color:#50508533}.hover\:bg-primary-800\/25:hover{background-color:#50508540}.hover\:bg-primary-800\/30:hover{background-color:#5050854d}.hover\:bg-primary-800\/40:hover{background-color:#50508566}.hover\:bg-primary-800\/50:hover{background-color:#50508580}.hover\:bg-primary-800\/60:hover{background-color:#50508599}.hover\:bg-primary-800\/70:hover{background-color:#505085b3}.hover\:bg-primary-800\/75:hover{background-color:#505085bf}.hover\:bg-primary-800\/80:hover{background-color:#505085cc}.hover\:bg-primary-800\/90:hover{background-color:#505085e6}.hover\:bg-primary-800\/95:hover{background-color:#505085f2}.hover\:bg-primary-800\/100:hover{background-color:#505085}.hover\:bg-primary-900\/0:hover{background-color:#41416c00}.hover\:bg-primary-900\/5:hover{background-color:#41416c0d}.hover\:bg-primary-900\/10:hover{background-color:#41416c1a}.hover\:bg-primary-900\/20:hover{background-color:#41416c33}.hover\:bg-primary-900\/25:hover{background-color:#41416c40}.hover\:bg-primary-900\/30:hover{background-color:#41416c4d}.hover\:bg-primary-900\/40:hover{background-color:#41416c66}.hover\:bg-primary-900\/50:hover{background-color:#41416c80}.hover\:bg-primary-900\/60:hover{background-color:#41416c99}.hover\:bg-primary-900\/70:hover{background-color:#41416cb3}.hover\:bg-primary-900\/75:hover{background-color:#41416cbf}.hover\:bg-primary-900\/80:hover{background-color:#41416ccc}.hover\:bg-primary-900\/90:hover{background-color:#41416ce6}.hover\:bg-primary-900\/95:hover{background-color:#41416cf2}.hover\:bg-primary-900\/100:hover{background-color:#41416c}.hover\:bg-primary-1000\/0:hover{background-color:#2e2e4c00}.hover\:bg-primary-1000\/5:hover{background-color:#2e2e4c0d}.hover\:bg-primary-1000\/10:hover{background-color:#2e2e4c1a}.hover\:bg-primary-1000\/20:hover{background-color:#2e2e4c33}.hover\:bg-primary-1000\/25:hover{background-color:#2e2e4c40}.hover\:bg-primary-1000\/30:hover{background-color:#2e2e4c4d}.hover\:bg-primary-1000\/40:hover{background-color:#2e2e4c66}.hover\:bg-primary-1000\/50:hover{background-color:#2e2e4c80}.hover\:bg-primary-1000\/60:hover{background-color:#2e2e4c99}.hover\:bg-primary-1000\/70:hover{background-color:#2e2e4cb3}.hover\:bg-primary-1000\/75:hover{background-color:#2e2e4cbf}.hover\:bg-primary-1000\/80:hover{background-color:#2e2e4ccc}.hover\:bg-primary-1000\/90:hover{background-color:#2e2e4ce6}.hover\:bg-primary-1000\/95:hover{background-color:#2e2e4cf2}.hover\:bg-primary-1000\/100:hover{background-color:#2e2e4c}.hover\:bg-primary-highlight-100\/0:hover{background-color:#f7f5fe00}.hover\:bg-primary-highlight-100\/5:hover{background-color:#f7f5fe0d}.hover\:bg-primary-highlight-100\/10:hover{background-color:#f7f5fe1a}.hover\:bg-primary-highlight-100\/20:hover{background-color:#f7f5fe33}.hover\:bg-primary-highlight-100\/25:hover{background-color:#f7f5fe40}.hover\:bg-primary-highlight-100\/30:hover{background-color:#f7f5fe4d}.hover\:bg-primary-highlight-100\/40:hover{background-color:#f7f5fe66}.hover\:bg-primary-highlight-100\/50:hover{background-color:#f7f5fe80}.hover\:bg-primary-highlight-100\/60:hover{background-color:#f7f5fe99}.hover\:bg-primary-highlight-100\/70:hover{background-color:#f7f5feb3}.hover\:bg-primary-highlight-100\/75:hover{background-color:#f7f5febf}.hover\:bg-primary-highlight-100\/80:hover{background-color:#f7f5fecc}.hover\:bg-primary-highlight-100\/90:hover{background-color:#f7f5fee6}.hover\:bg-primary-highlight-100\/95:hover{background-color:#f7f5fef2}.hover\:bg-primary-highlight-100\/100:hover{background-color:#f7f5fe}.hover\:bg-primary-highlight-200\/0:hover{background-color:#efecfe00}.hover\:bg-primary-highlight-200\/5:hover{background-color:#efecfe0d}.hover\:bg-primary-highlight-200\/10:hover{background-color:#efecfe1a}.hover\:bg-primary-highlight-200\/20:hover{background-color:#efecfe33}.hover\:bg-primary-highlight-200\/25:hover{background-color:#efecfe40}.hover\:bg-primary-highlight-200\/30:hover{background-color:#efecfe4d}.hover\:bg-primary-highlight-200\/40:hover{background-color:#efecfe66}.hover\:bg-primary-highlight-200\/50:hover{background-color:#efecfe80}.hover\:bg-primary-highlight-200\/60:hover{background-color:#efecfe99}.hover\:bg-primary-highlight-200\/70:hover{background-color:#efecfeb3}.hover\:bg-primary-highlight-200\/75:hover{background-color:#efecfebf}.hover\:bg-primary-highlight-200\/80:hover{background-color:#efecfecc}.hover\:bg-primary-highlight-200\/90:hover{background-color:#efecfee6}.hover\:bg-primary-highlight-200\/95:hover{background-color:#efecfef2}.hover\:bg-primary-highlight-200\/100:hover{background-color:#efecfe}.hover\:bg-primary-highlight-300\/0:hover{background-color:#dfd8fd00}.hover\:bg-primary-highlight-300\/5:hover{background-color:#dfd8fd0d}.hover\:bg-primary-highlight-300\/10:hover{background-color:#dfd8fd1a}.hover\:bg-primary-highlight-300\/20:hover{background-color:#dfd8fd33}.hover\:bg-primary-highlight-300\/25:hover{background-color:#dfd8fd40}.hover\:bg-primary-highlight-300\/30:hover{background-color:#dfd8fd4d}.hover\:bg-primary-highlight-300\/40:hover{background-color:#dfd8fd66}.hover\:bg-primary-highlight-300\/50:hover{background-color:#dfd8fd80}.hover\:bg-primary-highlight-300\/60:hover{background-color:#dfd8fd99}.hover\:bg-primary-highlight-300\/70:hover{background-color:#dfd8fdb3}.hover\:bg-primary-highlight-300\/75:hover{background-color:#dfd8fdbf}.hover\:bg-primary-highlight-300\/80:hover{background-color:#dfd8fdcc}.hover\:bg-primary-highlight-300\/90:hover{background-color:#dfd8fde6}.hover\:bg-primary-highlight-300\/95:hover{background-color:#dfd8fdf2}.hover\:bg-primary-highlight-300\/100:hover{background-color:#dfd8fd}.hover\:bg-primary-highlight-400\/0:hover{background-color:#cec1fc00}.hover\:bg-primary-highlight-400\/5:hover{background-color:#cec1fc0d}.hover\:bg-primary-highlight-400\/10:hover{background-color:#cec1fc1a}.hover\:bg-primary-highlight-400\/20:hover{background-color:#cec1fc33}.hover\:bg-primary-highlight-400\/25:hover{background-color:#cec1fc40}.hover\:bg-primary-highlight-400\/30:hover{background-color:#cec1fc4d}.hover\:bg-primary-highlight-400\/40:hover{background-color:#cec1fc66}.hover\:bg-primary-highlight-400\/50:hover{background-color:#cec1fc80}.hover\:bg-primary-highlight-400\/60:hover{background-color:#cec1fc99}.hover\:bg-primary-highlight-400\/70:hover{background-color:#cec1fcb3}.hover\:bg-primary-highlight-400\/75:hover{background-color:#cec1fcbf}.hover\:bg-primary-highlight-400\/80:hover{background-color:#cec1fccc}.hover\:bg-primary-highlight-400\/90:hover{background-color:#cec1fce6}.hover\:bg-primary-highlight-400\/95:hover{background-color:#cec1fcf2}.hover\:bg-primary-highlight-400\/100:hover{background-color:#cec1fc}.hover\:bg-primary-highlight-500\/0:hover{background-color:#bba8fb00}.hover\:bg-primary-highlight-500\/5:hover{background-color:#bba8fb0d}.hover\:bg-primary-highlight-500\/10:hover{background-color:#bba8fb1a}.hover\:bg-primary-highlight-500\/20:hover{background-color:#bba8fb33}.hover\:bg-primary-highlight-500\/25:hover{background-color:#bba8fb40}.hover\:bg-primary-highlight-500\/30:hover{background-color:#bba8fb4d}.hover\:bg-primary-highlight-500\/40:hover{background-color:#bba8fb66}.hover\:bg-primary-highlight-500\/50:hover{background-color:#bba8fb80}.hover\:bg-primary-highlight-500\/60:hover{background-color:#bba8fb99}.hover\:bg-primary-highlight-500\/70:hover{background-color:#bba8fbb3}.hover\:bg-primary-highlight-500\/75:hover{background-color:#bba8fbbf}.hover\:bg-primary-highlight-500\/80:hover{background-color:#bba8fbcc}.hover\:bg-primary-highlight-500\/90:hover{background-color:#bba8fbe6}.hover\:bg-primary-highlight-500\/95:hover{background-color:#bba8fbf2}.hover\:bg-primary-highlight-500\/100:hover{background-color:#bba8fb}.hover\:bg-primary-highlight-600\/0:hover{background-color:#a78bfa00}.hover\:bg-primary-highlight-600\/5:hover{background-color:#a78bfa0d}.hover\:bg-primary-highlight-600\/10:hover{background-color:#a78bfa1a}.hover\:bg-primary-highlight-600\/20:hover{background-color:#a78bfa33}.hover\:bg-primary-highlight-600\/25:hover{background-color:#a78bfa40}.hover\:bg-primary-highlight-600\/30:hover{background-color:#a78bfa4d}.hover\:bg-primary-highlight-600\/40:hover{background-color:#a78bfa66}.hover\:bg-primary-highlight-600\/50:hover{background-color:#a78bfa80}.hover\:bg-primary-highlight-600\/60:hover{background-color:#a78bfa99}.hover\:bg-primary-highlight-600\/70:hover{background-color:#a78bfab3}.hover\:bg-primary-highlight-600\/75:hover{background-color:#a78bfabf}.hover\:bg-primary-highlight-600\/80:hover{background-color:#a78bfacc}.hover\:bg-primary-highlight-600\/90:hover{background-color:#a78bfae6}.hover\:bg-primary-highlight-600\/95:hover{background-color:#a78bfaf2}.hover\:bg-primary-highlight-600\/100:hover{background-color:#a78bfa}.hover\:bg-primary-highlight-700\/0:hover{background-color:#957cdf00}.hover\:bg-primary-highlight-700\/5:hover{background-color:#957cdf0d}.hover\:bg-primary-highlight-700\/10:hover{background-color:#957cdf1a}.hover\:bg-primary-highlight-700\/20:hover{background-color:#957cdf33}.hover\:bg-primary-highlight-700\/25:hover{background-color:#957cdf40}.hover\:bg-primary-highlight-700\/30:hover{background-color:#957cdf4d}.hover\:bg-primary-highlight-700\/40:hover{background-color:#957cdf66}.hover\:bg-primary-highlight-700\/50:hover{background-color:#957cdf80}.hover\:bg-primary-highlight-700\/60:hover{background-color:#957cdf99}.hover\:bg-primary-highlight-700\/70:hover{background-color:#957cdfb3}.hover\:bg-primary-highlight-700\/75:hover{background-color:#957cdfbf}.hover\:bg-primary-highlight-700\/80:hover{background-color:#957cdfcc}.hover\:bg-primary-highlight-700\/90:hover{background-color:#957cdfe6}.hover\:bg-primary-highlight-700\/95:hover{background-color:#957cdff2}.hover\:bg-primary-highlight-700\/100:hover{background-color:#957cdf}.hover\:bg-primary-highlight-800\/0:hover{background-color:#816bc100}.hover\:bg-primary-highlight-800\/5:hover{background-color:#816bc10d}.hover\:bg-primary-highlight-800\/10:hover{background-color:#816bc11a}.hover\:bg-primary-highlight-800\/20:hover{background-color:#816bc133}.hover\:bg-primary-highlight-800\/25:hover{background-color:#816bc140}.hover\:bg-primary-highlight-800\/30:hover{background-color:#816bc14d}.hover\:bg-primary-highlight-800\/40:hover{background-color:#816bc166}.hover\:bg-primary-highlight-800\/50:hover{background-color:#816bc180}.hover\:bg-primary-highlight-800\/60:hover{background-color:#816bc199}.hover\:bg-primary-highlight-800\/70:hover{background-color:#816bc1b3}.hover\:bg-primary-highlight-800\/75:hover{background-color:#816bc1bf}.hover\:bg-primary-highlight-800\/80:hover{background-color:#816bc1cc}.hover\:bg-primary-highlight-800\/90:hover{background-color:#816bc1e6}.hover\:bg-primary-highlight-800\/95:hover{background-color:#816bc1f2}.hover\:bg-primary-highlight-800\/100:hover{background-color:#816bc1}.hover\:bg-primary-highlight-900\/0:hover{background-color:#69579e00}.hover\:bg-primary-highlight-900\/5:hover{background-color:#69579e0d}.hover\:bg-primary-highlight-900\/10:hover{background-color:#69579e1a}.hover\:bg-primary-highlight-900\/20:hover{background-color:#69579e33}.hover\:bg-primary-highlight-900\/25:hover{background-color:#69579e40}.hover\:bg-primary-highlight-900\/30:hover{background-color:#69579e4d}.hover\:bg-primary-highlight-900\/40:hover{background-color:#69579e66}.hover\:bg-primary-highlight-900\/50:hover{background-color:#69579e80}.hover\:bg-primary-highlight-900\/60:hover{background-color:#69579e99}.hover\:bg-primary-highlight-900\/70:hover{background-color:#69579eb3}.hover\:bg-primary-highlight-900\/75:hover{background-color:#69579ebf}.hover\:bg-primary-highlight-900\/80:hover{background-color:#69579ecc}.hover\:bg-primary-highlight-900\/90:hover{background-color:#69579ee6}.hover\:bg-primary-highlight-900\/95:hover{background-color:#69579ef2}.hover\:bg-primary-highlight-900\/100:hover{background-color:#69579e}.hover\:bg-primary-highlight-1000\/0:hover{background-color:#4a3e6f00}.hover\:bg-primary-highlight-1000\/5:hover{background-color:#4a3e6f0d}.hover\:bg-primary-highlight-1000\/10:hover{background-color:#4a3e6f1a}.hover\:bg-primary-highlight-1000\/20:hover{background-color:#4a3e6f33}.hover\:bg-primary-highlight-1000\/25:hover{background-color:#4a3e6f40}.hover\:bg-primary-highlight-1000\/30:hover{background-color:#4a3e6f4d}.hover\:bg-primary-highlight-1000\/40:hover{background-color:#4a3e6f66}.hover\:bg-primary-highlight-1000\/50:hover{background-color:#4a3e6f80}.hover\:bg-primary-highlight-1000\/60:hover{background-color:#4a3e6f99}.hover\:bg-primary-highlight-1000\/70:hover{background-color:#4a3e6fb3}.hover\:bg-primary-highlight-1000\/75:hover{background-color:#4a3e6fbf}.hover\:bg-primary-highlight-1000\/80:hover{background-color:#4a3e6fcc}.hover\:bg-primary-highlight-1000\/90:hover{background-color:#4a3e6fe6}.hover\:bg-primary-highlight-1000\/95:hover{background-color:#4a3e6ff2}.hover\:bg-primary-highlight-1000\/100:hover{background-color:#4a3e6f}.hover\:bg-secondary-100\/0:hover{background-color:#fef7f200}.hover\:bg-secondary-100\/5:hover{background-color:#fef7f20d}.hover\:bg-secondary-100\/10:hover{background-color:#fef7f21a}.hover\:bg-secondary-100\/20:hover{background-color:#fef7f233}.hover\:bg-secondary-100\/25:hover{background-color:#fef7f240}.hover\:bg-secondary-100\/30:hover{background-color:#fef7f24d}.hover\:bg-secondary-100\/40:hover{background-color:#fef7f266}.hover\:bg-secondary-100\/50:hover{background-color:#fef7f280}.hover\:bg-secondary-100\/60:hover{background-color:#fef7f299}.hover\:bg-secondary-100\/70:hover{background-color:#fef7f2b3}.hover\:bg-secondary-100\/75:hover{background-color:#fef7f2bf}.hover\:bg-secondary-100\/80:hover{background-color:#fef7f2cc}.hover\:bg-secondary-100\/90:hover{background-color:#fef7f2e6}.hover\:bg-secondary-100\/95:hover{background-color:#fef7f2f2}.hover\:bg-secondary-100\/100:hover{background-color:#fef7f2}.hover\:bg-secondary-200\/0:hover{background-color:#fef0e400}.hover\:bg-secondary-200\/5:hover{background-color:#fef0e40d}.hover\:bg-secondary-200\/10:hover{background-color:#fef0e41a}.hover\:bg-secondary-200\/20:hover{background-color:#fef0e433}.hover\:bg-secondary-200\/25:hover{background-color:#fef0e440}.hover\:bg-secondary-200\/30:hover{background-color:#fef0e44d}.hover\:bg-secondary-200\/40:hover{background-color:#fef0e466}.hover\:bg-secondary-200\/50:hover{background-color:#fef0e480}.hover\:bg-secondary-200\/60:hover{background-color:#fef0e499}.hover\:bg-secondary-200\/70:hover{background-color:#fef0e4b3}.hover\:bg-secondary-200\/75:hover{background-color:#fef0e4bf}.hover\:bg-secondary-200\/80:hover{background-color:#fef0e4cc}.hover\:bg-secondary-200\/90:hover{background-color:#fef0e4e6}.hover\:bg-secondary-200\/95:hover{background-color:#fef0e4f2}.hover\:bg-secondary-200\/100:hover{background-color:#fef0e4}.hover\:bg-secondary-300\/0:hover{background-color:#fde1c600}.hover\:bg-secondary-300\/5:hover{background-color:#fde1c60d}.hover\:bg-secondary-300\/10:hover{background-color:#fde1c61a}.hover\:bg-secondary-300\/20:hover{background-color:#fde1c633}.hover\:bg-secondary-300\/25:hover{background-color:#fde1c640}.hover\:bg-secondary-300\/30:hover{background-color:#fde1c64d}.hover\:bg-secondary-300\/40:hover{background-color:#fde1c666}.hover\:bg-secondary-300\/50:hover{background-color:#fde1c680}.hover\:bg-secondary-300\/60:hover{background-color:#fde1c699}.hover\:bg-secondary-300\/70:hover{background-color:#fde1c6b3}.hover\:bg-secondary-300\/75:hover{background-color:#fde1c6bf}.hover\:bg-secondary-300\/80:hover{background-color:#fde1c6cc}.hover\:bg-secondary-300\/90:hover{background-color:#fde1c6e6}.hover\:bg-secondary-300\/95:hover{background-color:#fde1c6f2}.hover\:bg-secondary-300\/100:hover{background-color:#fde1c6}.hover\:bg-secondary-400\/0:hover{background-color:#fcd1a200}.hover\:bg-secondary-400\/5:hover{background-color:#fcd1a20d}.hover\:bg-secondary-400\/10:hover{background-color:#fcd1a21a}.hover\:bg-secondary-400\/20:hover{background-color:#fcd1a233}.hover\:bg-secondary-400\/25:hover{background-color:#fcd1a240}.hover\:bg-secondary-400\/30:hover{background-color:#fcd1a24d}.hover\:bg-secondary-400\/40:hover{background-color:#fcd1a266}.hover\:bg-secondary-400\/50:hover{background-color:#fcd1a280}.hover\:bg-secondary-400\/60:hover{background-color:#fcd1a299}.hover\:bg-secondary-400\/70:hover{background-color:#fcd1a2b3}.hover\:bg-secondary-400\/75:hover{background-color:#fcd1a2bf}.hover\:bg-secondary-400\/80:hover{background-color:#fcd1a2cc}.hover\:bg-secondary-400\/90:hover{background-color:#fcd1a2e6}.hover\:bg-secondary-400\/95:hover{background-color:#fcd1a2f2}.hover\:bg-secondary-400\/100:hover{background-color:#fcd1a2}.hover\:bg-secondary-500\/0:hover{background-color:#fbbf7500}.hover\:bg-secondary-500\/5:hover{background-color:#fbbf750d}.hover\:bg-secondary-500\/10:hover{background-color:#fbbf751a}.hover\:bg-secondary-500\/20:hover{background-color:#fbbf7533}.hover\:bg-secondary-500\/25:hover{background-color:#fbbf7540}.hover\:bg-secondary-500\/30:hover{background-color:#fbbf754d}.hover\:bg-secondary-500\/40:hover{background-color:#fbbf7566}.hover\:bg-secondary-500\/50:hover{background-color:#fbbf7580}.hover\:bg-secondary-500\/60:hover{background-color:#fbbf7599}.hover\:bg-secondary-500\/70:hover{background-color:#fbbf75b3}.hover\:bg-secondary-500\/75:hover{background-color:#fbbf75bf}.hover\:bg-secondary-500\/80:hover{background-color:#fbbf75cc}.hover\:bg-secondary-500\/90:hover{background-color:#fbbf75e6}.hover\:bg-secondary-500\/95:hover{background-color:#fbbf75f2}.hover\:bg-secondary-500\/100:hover{background-color:#fbbf75}.hover\:bg-secondary-600\/0:hover{background-color:#faac1e00}.hover\:bg-secondary-600\/5:hover{background-color:#faac1e0d}.hover\:bg-secondary-600\/10:hover{background-color:#faac1e1a}.hover\:bg-secondary-600\/20:hover{background-color:#faac1e33}.hover\:bg-secondary-600\/25:hover{background-color:#faac1e40}.hover\:bg-secondary-600\/30:hover{background-color:#faac1e4d}.hover\:bg-secondary-600\/40:hover{background-color:#faac1e66}.hover\:bg-secondary-600\/50:hover{background-color:#faac1e80}.hover\:bg-secondary-600\/60:hover{background-color:#faac1e99}.hover\:bg-secondary-600\/70:hover{background-color:#faac1eb3}.hover\:bg-secondary-600\/75:hover{background-color:#faac1ebf}.hover\:bg-secondary-600\/80:hover{background-color:#faac1ecc}.hover\:bg-secondary-600\/90:hover{background-color:#faac1ee6}.hover\:bg-secondary-600\/95:hover{background-color:#faac1ef2}.hover\:bg-secondary-600\/100:hover{background-color:#faac1e}.hover\:bg-secondary-700\/0:hover{background-color:#df991a00}.hover\:bg-secondary-700\/5:hover{background-color:#df991a0d}.hover\:bg-secondary-700\/10:hover{background-color:#df991a1a}.hover\:bg-secondary-700\/20:hover{background-color:#df991a33}.hover\:bg-secondary-700\/25:hover{background-color:#df991a40}.hover\:bg-secondary-700\/30:hover{background-color:#df991a4d}.hover\:bg-secondary-700\/40:hover{background-color:#df991a66}.hover\:bg-secondary-700\/50:hover{background-color:#df991a80}.hover\:bg-secondary-700\/60:hover{background-color:#df991a99}.hover\:bg-secondary-700\/70:hover{background-color:#df991ab3}.hover\:bg-secondary-700\/75:hover{background-color:#df991abf}.hover\:bg-secondary-700\/80:hover{background-color:#df991acc}.hover\:bg-secondary-700\/90:hover{background-color:#df991ae6}.hover\:bg-secondary-700\/95:hover{background-color:#df991af2}.hover\:bg-secondary-700\/100:hover{background-color:#df991a}.hover\:bg-secondary-800\/0:hover{background-color:#c1851700}.hover\:bg-secondary-800\/5:hover{background-color:#c185170d}.hover\:bg-secondary-800\/10:hover{background-color:#c185171a}.hover\:bg-secondary-800\/20:hover{background-color:#c1851733}.hover\:bg-secondary-800\/25:hover{background-color:#c1851740}.hover\:bg-secondary-800\/30:hover{background-color:#c185174d}.hover\:bg-secondary-800\/40:hover{background-color:#c1851766}.hover\:bg-secondary-800\/50:hover{background-color:#c1851780}.hover\:bg-secondary-800\/60:hover{background-color:#c1851799}.hover\:bg-secondary-800\/70:hover{background-color:#c18517b3}.hover\:bg-secondary-800\/75:hover{background-color:#c18517bf}.hover\:bg-secondary-800\/80:hover{background-color:#c18517cc}.hover\:bg-secondary-800\/90:hover{background-color:#c18517e6}.hover\:bg-secondary-800\/95:hover{background-color:#c18517f2}.hover\:bg-secondary-800\/100:hover{background-color:#c18517}.hover\:bg-secondary-900\/0:hover{background-color:#9e6c1200}.hover\:bg-secondary-900\/5:hover{background-color:#9e6c120d}.hover\:bg-secondary-900\/10:hover{background-color:#9e6c121a}.hover\:bg-secondary-900\/20:hover{background-color:#9e6c1233}.hover\:bg-secondary-900\/25:hover{background-color:#9e6c1240}.hover\:bg-secondary-900\/30:hover{background-color:#9e6c124d}.hover\:bg-secondary-900\/40:hover{background-color:#9e6c1266}.hover\:bg-secondary-900\/50:hover{background-color:#9e6c1280}.hover\:bg-secondary-900\/60:hover{background-color:#9e6c1299}.hover\:bg-secondary-900\/70:hover{background-color:#9e6c12b3}.hover\:bg-secondary-900\/75:hover{background-color:#9e6c12bf}.hover\:bg-secondary-900\/80:hover{background-color:#9e6c12cc}.hover\:bg-secondary-900\/90:hover{background-color:#9e6c12e6}.hover\:bg-secondary-900\/95:hover{background-color:#9e6c12f2}.hover\:bg-secondary-900\/100:hover{background-color:#9e6c12}.hover\:bg-secondary-1000\/0:hover{background-color:#6f4c0d00}.hover\:bg-secondary-1000\/5:hover{background-color:#6f4c0d0d}.hover\:bg-secondary-1000\/10:hover{background-color:#6f4c0d1a}.hover\:bg-secondary-1000\/20:hover{background-color:#6f4c0d33}.hover\:bg-secondary-1000\/25:hover{background-color:#6f4c0d40}.hover\:bg-secondary-1000\/30:hover{background-color:#6f4c0d4d}.hover\:bg-secondary-1000\/40:hover{background-color:#6f4c0d66}.hover\:bg-secondary-1000\/50:hover{background-color:#6f4c0d80}.hover\:bg-secondary-1000\/60:hover{background-color:#6f4c0d99}.hover\:bg-secondary-1000\/70:hover{background-color:#6f4c0db3}.hover\:bg-secondary-1000\/75:hover{background-color:#6f4c0dbf}.hover\:bg-secondary-1000\/80:hover{background-color:#6f4c0dcc}.hover\:bg-secondary-1000\/90:hover{background-color:#6f4c0de6}.hover\:bg-secondary-1000\/95:hover{background-color:#6f4c0df2}.hover\:bg-secondary-1000\/100:hover{background-color:#6f4c0d}.hover\:bg-grey-100\/0:hover{background-color:#f2f3f400}.hover\:bg-grey-100\/5:hover{background-color:#f2f3f40d}.hover\:bg-grey-100\/10:hover{background-color:#f2f3f41a}.hover\:bg-grey-100\/20:hover{background-color:#f2f3f433}.hover\:bg-grey-100\/25:hover{background-color:#f2f3f440}.hover\:bg-grey-100\/30:hover{background-color:#f2f3f44d}.hover\:bg-grey-100\/40:hover{background-color:#f2f3f466}.hover\:bg-grey-100\/50:hover{background-color:#f2f3f480}.hover\:bg-grey-100\/60:hover{background-color:#f2f3f499}.hover\:bg-grey-100\/70:hover{background-color:#f2f3f4b3}.hover\:bg-grey-100\/75:hover{background-color:#f2f3f4bf}.hover\:bg-grey-100\/80:hover{background-color:#f2f3f4cc}.hover\:bg-grey-100\/90:hover{background-color:#f2f3f4e6}.hover\:bg-grey-100\/95:hover{background-color:#f2f3f4f2}.hover\:bg-grey-100\/100:hover{background-color:#f2f3f4}.hover\:bg-grey-200\/0:hover{background-color:#e6e7e800}.hover\:bg-grey-200\/5:hover{background-color:#e6e7e80d}.hover\:bg-grey-200\/10:hover{background-color:#e6e7e81a}.hover\:bg-grey-200\/20:hover{background-color:#e6e7e833}.hover\:bg-grey-200\/25:hover{background-color:#e6e7e840}.hover\:bg-grey-200\/30:hover{background-color:#e6e7e84d}.hover\:bg-grey-200\/40:hover{background-color:#e6e7e866}.hover\:bg-grey-200\/50:hover{background-color:#e6e7e880}.hover\:bg-grey-200\/60:hover{background-color:#e6e7e899}.hover\:bg-grey-200\/70:hover{background-color:#e6e7e8b3}.hover\:bg-grey-200\/75:hover{background-color:#e6e7e8bf}.hover\:bg-grey-200\/80:hover{background-color:#e6e7e8cc}.hover\:bg-grey-200\/90:hover{background-color:#e6e7e8e6}.hover\:bg-grey-200\/95:hover{background-color:#e6e7e8f2}.hover\:bg-grey-200\/100:hover{background-color:#e6e7e8}.hover\:bg-grey-300\/0:hover{background-color:#caccd000}.hover\:bg-grey-300\/5:hover{background-color:#caccd00d}.hover\:bg-grey-300\/10:hover{background-color:#caccd01a}.hover\:bg-grey-300\/20:hover{background-color:#caccd033}.hover\:bg-grey-300\/25:hover{background-color:#caccd040}.hover\:bg-grey-300\/30:hover{background-color:#caccd04d}.hover\:bg-grey-300\/40:hover{background-color:#caccd066}.hover\:bg-grey-300\/50:hover{background-color:#caccd080}.hover\:bg-grey-300\/60:hover{background-color:#caccd099}.hover\:bg-grey-300\/70:hover{background-color:#caccd0b3}.hover\:bg-grey-300\/75:hover{background-color:#caccd0bf}.hover\:bg-grey-300\/80:hover{background-color:#caccd0cc}.hover\:bg-grey-300\/90:hover{background-color:#caccd0e6}.hover\:bg-grey-300\/95:hover{background-color:#caccd0f2}.hover\:bg-grey-300\/100:hover{background-color:#caccd0}.hover\:bg-grey-400\/0:hover{background-color:#aaaeb400}.hover\:bg-grey-400\/5:hover{background-color:#aaaeb40d}.hover\:bg-grey-400\/10:hover{background-color:#aaaeb41a}.hover\:bg-grey-400\/20:hover{background-color:#aaaeb433}.hover\:bg-grey-400\/25:hover{background-color:#aaaeb440}.hover\:bg-grey-400\/30:hover{background-color:#aaaeb44d}.hover\:bg-grey-400\/40:hover{background-color:#aaaeb466}.hover\:bg-grey-400\/50:hover{background-color:#aaaeb480}.hover\:bg-grey-400\/60:hover{background-color:#aaaeb499}.hover\:bg-grey-400\/70:hover{background-color:#aaaeb4b3}.hover\:bg-grey-400\/75:hover{background-color:#aaaeb4bf}.hover\:bg-grey-400\/80:hover{background-color:#aaaeb4cc}.hover\:bg-grey-400\/90:hover{background-color:#aaaeb4e6}.hover\:bg-grey-400\/95:hover{background-color:#aaaeb4f2}.hover\:bg-grey-400\/100:hover{background-color:#aaaeb4}.hover\:bg-grey-500\/0:hover{background-color:#82899300}.hover\:bg-grey-500\/5:hover{background-color:#8289930d}.hover\:bg-grey-500\/10:hover{background-color:#8289931a}.hover\:bg-grey-500\/20:hover{background-color:#82899333}.hover\:bg-grey-500\/25:hover{background-color:#82899340}.hover\:bg-grey-500\/30:hover{background-color:#8289934d}.hover\:bg-grey-500\/40:hover{background-color:#82899366}.hover\:bg-grey-500\/50:hover{background-color:#82899380}.hover\:bg-grey-500\/60:hover{background-color:#82899399}.hover\:bg-grey-500\/70:hover{background-color:#828993b3}.hover\:bg-grey-500\/75:hover{background-color:#828993bf}.hover\:bg-grey-500\/80:hover{background-color:#828993cc}.hover\:bg-grey-500\/90:hover{background-color:#828993e6}.hover\:bg-grey-500\/95:hover{background-color:#828993f2}.hover\:bg-grey-500\/100:hover{background-color:#828993}.hover\:bg-grey-600\/0:hover{background-color:#47556900}.hover\:bg-grey-600\/5:hover{background-color:#4755690d}.hover\:bg-grey-600\/10:hover{background-color:#4755691a}.hover\:bg-grey-600\/20:hover{background-color:#47556933}.hover\:bg-grey-600\/25:hover{background-color:#47556940}.hover\:bg-grey-600\/30:hover{background-color:#4755694d}.hover\:bg-grey-600\/40:hover{background-color:#47556966}.hover\:bg-grey-600\/50:hover{background-color:#47556980}.hover\:bg-grey-600\/60:hover{background-color:#47556999}.hover\:bg-grey-600\/70:hover{background-color:#475569b3}.hover\:bg-grey-600\/75:hover{background-color:#475569bf}.hover\:bg-grey-600\/80:hover{background-color:#475569cc}.hover\:bg-grey-600\/90:hover{background-color:#475569e6}.hover\:bg-grey-600\/95:hover{background-color:#475569f2}.hover\:bg-grey-600\/100:hover{background-color:#475569}.hover\:bg-grey-700\/0:hover{background-color:#3f4c5d00}.hover\:bg-grey-700\/5:hover{background-color:#3f4c5d0d}.hover\:bg-grey-700\/10:hover{background-color:#3f4c5d1a}.hover\:bg-grey-700\/20:hover{background-color:#3f4c5d33}.hover\:bg-grey-700\/25:hover{background-color:#3f4c5d40}.hover\:bg-grey-700\/30:hover{background-color:#3f4c5d4d}.hover\:bg-grey-700\/40:hover{background-color:#3f4c5d66}.hover\:bg-grey-700\/50:hover{background-color:#3f4c5d80}.hover\:bg-grey-700\/60:hover{background-color:#3f4c5d99}.hover\:bg-grey-700\/70:hover{background-color:#3f4c5db3}.hover\:bg-grey-700\/75:hover{background-color:#3f4c5dbf}.hover\:bg-grey-700\/80:hover{background-color:#3f4c5dcc}.hover\:bg-grey-700\/90:hover{background-color:#3f4c5de6}.hover\:bg-grey-700\/95:hover{background-color:#3f4c5df2}.hover\:bg-grey-700\/100:hover{background-color:#3f4c5d}.hover\:bg-grey-800\/0:hover{background-color:#36415100}.hover\:bg-grey-800\/5:hover{background-color:#3641510d}.hover\:bg-grey-800\/10:hover{background-color:#3641511a}.hover\:bg-grey-800\/20:hover{background-color:#36415133}.hover\:bg-grey-800\/25:hover{background-color:#36415140}.hover\:bg-grey-800\/30:hover{background-color:#3641514d}.hover\:bg-grey-800\/40:hover{background-color:#36415166}.hover\:bg-grey-800\/50:hover{background-color:#36415180}.hover\:bg-grey-800\/60:hover{background-color:#36415199}.hover\:bg-grey-800\/70:hover{background-color:#364151b3}.hover\:bg-grey-800\/75:hover{background-color:#364151bf}.hover\:bg-grey-800\/80:hover{background-color:#364151cc}.hover\:bg-grey-800\/90:hover{background-color:#364151e6}.hover\:bg-grey-800\/95:hover{background-color:#364151f2}.hover\:bg-grey-800\/100:hover{background-color:#364151}.hover\:bg-grey-900\/0:hover{background-color:#2c354200}.hover\:bg-grey-900\/5:hover{background-color:#2c35420d}.hover\:bg-grey-900\/10:hover{background-color:#2c35421a}.hover\:bg-grey-900\/20:hover{background-color:#2c354233}.hover\:bg-grey-900\/25:hover{background-color:#2c354240}.hover\:bg-grey-900\/30:hover{background-color:#2c35424d}.hover\:bg-grey-900\/40:hover{background-color:#2c354266}.hover\:bg-grey-900\/50:hover{background-color:#2c354280}.hover\:bg-grey-900\/60:hover{background-color:#2c354299}.hover\:bg-grey-900\/70:hover{background-color:#2c3542b3}.hover\:bg-grey-900\/75:hover{background-color:#2c3542bf}.hover\:bg-grey-900\/80:hover{background-color:#2c3542cc}.hover\:bg-grey-900\/90:hover{background-color:#2c3542e6}.hover\:bg-grey-900\/95:hover{background-color:#2c3542f2}.hover\:bg-grey-900\/100:hover{background-color:#2c3542}.hover\:bg-grey-1000\/0:hover{background-color:#1f262e00}.hover\:bg-grey-1000\/5:hover{background-color:#1f262e0d}.hover\:bg-grey-1000\/10:hover{background-color:#1f262e1a}.hover\:bg-grey-1000\/20:hover{background-color:#1f262e33}.hover\:bg-grey-1000\/25:hover{background-color:#1f262e40}.hover\:bg-grey-1000\/30:hover{background-color:#1f262e4d}.hover\:bg-grey-1000\/40:hover{background-color:#1f262e66}.hover\:bg-grey-1000\/50:hover{background-color:#1f262e80}.hover\:bg-grey-1000\/60:hover{background-color:#1f262e99}.hover\:bg-grey-1000\/70:hover{background-color:#1f262eb3}.hover\:bg-grey-1000\/75:hover{background-color:#1f262ebf}.hover\:bg-grey-1000\/80:hover{background-color:#1f262ecc}.hover\:bg-grey-1000\/90:hover{background-color:#1f262ee6}.hover\:bg-grey-1000\/95:hover{background-color:#1f262ef2}.hover\:bg-grey-1000\/100:hover{background-color:#1f262e}.hover\:bg-green-1000\/0:hover{background-color:#175e4400}.hover\:bg-green-1000\/5:hover{background-color:#175e440d}.hover\:bg-green-1000\/10:hover{background-color:#175e441a}.hover\:bg-green-1000\/20:hover{background-color:#175e4433}.hover\:bg-green-1000\/25:hover{background-color:#175e4440}.hover\:bg-green-1000\/30:hover{background-color:#175e444d}.hover\:bg-green-1000\/40:hover{background-color:#175e4466}.hover\:bg-green-1000\/50:hover{background-color:#175e4480}.hover\:bg-green-1000\/60:hover{background-color:#175e4499}.hover\:bg-green-1000\/70:hover{background-color:#175e44b3}.hover\:bg-green-1000\/75:hover{background-color:#175e44bf}.hover\:bg-green-1000\/80:hover{background-color:#175e44cc}.hover\:bg-green-1000\/90:hover{background-color:#175e44e6}.hover\:bg-green-1000\/95:hover{background-color:#175e44f2}.hover\:bg-green-1000\/100:hover{background-color:#175e44}.hover\:bg-blue-1000\/0:hover{background-color:#102c6900}.hover\:bg-blue-1000\/5:hover{background-color:#102c690d}.hover\:bg-blue-1000\/10:hover{background-color:#102c691a}.hover\:bg-blue-1000\/20:hover{background-color:#102c6933}.hover\:bg-blue-1000\/25:hover{background-color:#102c6940}.hover\:bg-blue-1000\/30:hover{background-color:#102c694d}.hover\:bg-blue-1000\/40:hover{background-color:#102c6966}.hover\:bg-blue-1000\/50:hover{background-color:#102c6980}.hover\:bg-blue-1000\/60:hover{background-color:#102c6999}.hover\:bg-blue-1000\/70:hover{background-color:#102c69b3}.hover\:bg-blue-1000\/75:hover{background-color:#102c69bf}.hover\:bg-blue-1000\/80:hover{background-color:#102c69cc}.hover\:bg-blue-1000\/90:hover{background-color:#102c69e6}.hover\:bg-blue-1000\/95:hover{background-color:#102c69f2}.hover\:bg-blue-1000\/100:hover{background-color:#102c69}.hover\:bg-orange-1000\/0:hover{background-color:#68270500}.hover\:bg-orange-1000\/5:hover{background-color:#6827050d}.hover\:bg-orange-1000\/10:hover{background-color:#6827051a}.hover\:bg-orange-1000\/20:hover{background-color:#68270533}.hover\:bg-orange-1000\/25:hover{background-color:#68270540}.hover\:bg-orange-1000\/30:hover{background-color:#6827054d}.hover\:bg-orange-1000\/40:hover{background-color:#68270566}.hover\:bg-orange-1000\/50:hover{background-color:#68270580}.hover\:bg-orange-1000\/60:hover{background-color:#68270599}.hover\:bg-orange-1000\/70:hover{background-color:#682705b3}.hover\:bg-orange-1000\/75:hover{background-color:#682705bf}.hover\:bg-orange-1000\/80:hover{background-color:#682705cc}.hover\:bg-orange-1000\/90:hover{background-color:#682705e6}.hover\:bg-orange-1000\/95:hover{background-color:#682705f2}.hover\:bg-orange-1000\/100:hover{background-color:#682705}.hover\:bg-red-1000\/0:hover{background-color:#62101000}.hover\:bg-red-1000\/5:hover{background-color:#6210100d}.hover\:bg-red-1000\/10:hover{background-color:#6210101a}.hover\:bg-red-1000\/20:hover{background-color:#62101033}.hover\:bg-red-1000\/25:hover{background-color:#62101040}.hover\:bg-red-1000\/30:hover{background-color:#6210104d}.hover\:bg-red-1000\/40:hover{background-color:#62101066}.hover\:bg-red-1000\/50:hover{background-color:#62101080}.hover\:bg-red-1000\/60:hover{background-color:#62101099}.hover\:bg-red-1000\/70:hover{background-color:#621010b3}.hover\:bg-red-1000\/75:hover{background-color:#621010bf}.hover\:bg-red-1000\/80:hover{background-color:#621010cc}.hover\:bg-red-1000\/90:hover{background-color:#621010e6}.hover\:bg-red-1000\/95:hover{background-color:#621010f2}.hover\:bg-red-1000\/100:hover{background-color:#621010}.hover\:bg-primary\/0:hover{background-color:#a78bfa00}.hover\:bg-primary\/5:hover{background-color:#a78bfa0d}.hover\:bg-primary\/10:hover{background-color:#a78bfa1a}.hover\:bg-primary\/20:hover{background-color:#a78bfa33}.hover\:bg-primary\/25:hover{background-color:#a78bfa40}.hover\:bg-primary\/30:hover{background-color:#a78bfa4d}.hover\:bg-primary\/40:hover{background-color:#a78bfa66}.hover\:bg-primary\/50:hover{background-color:#a78bfa80}.hover\:bg-primary\/60:hover{background-color:#a78bfa99}.hover\:bg-primary\/70:hover{background-color:#a78bfab3}.hover\:bg-primary\/75:hover{background-color:#a78bfabf}.hover\:bg-primary\/80:hover{background-color:#a78bfacc}.hover\:bg-primary\/90:hover{background-color:#a78bfae6}.hover\:bg-primary\/95:hover{background-color:#a78bfaf2}.hover\:bg-primary\/100:hover{background-color:#a78bfa}.hover\:bg-primary-light\/0:hover{background-color:#f7f5fe00}.hover\:bg-primary-light\/5:hover{background-color:#f7f5fe0d}.hover\:bg-primary-light\/10:hover{background-color:#f7f5fe1a}.hover\:bg-primary-light\/20:hover{background-color:#f7f5fe33}.hover\:bg-primary-light\/25:hover{background-color:#f7f5fe40}.hover\:bg-primary-light\/30:hover{background-color:#f7f5fe4d}.hover\:bg-primary-light\/40:hover{background-color:#f7f5fe66}.hover\:bg-primary-light\/50:hover{background-color:#f7f5fe80}.hover\:bg-primary-light\/60:hover{background-color:#f7f5fe99}.hover\:bg-primary-light\/70:hover{background-color:#f7f5feb3}.hover\:bg-primary-light\/75:hover{background-color:#f7f5febf}.hover\:bg-primary-light\/80:hover{background-color:#f7f5fecc}.hover\:bg-primary-light\/90:hover{background-color:#f7f5fee6}.hover\:bg-primary-light\/95:hover{background-color:#f7f5fef2}.hover\:bg-primary-light\/100:hover{background-color:#f7f5fe}.hover\:bg-primary-dark\/0:hover{background-color:#69579e00}.hover\:bg-primary-dark\/5:hover{background-color:#69579e0d}.hover\:bg-primary-dark\/10:hover{background-color:#69579e1a}.hover\:bg-primary-dark\/20:hover{background-color:#69579e33}.hover\:bg-primary-dark\/25:hover{background-color:#69579e40}.hover\:bg-primary-dark\/30:hover{background-color:#69579e4d}.hover\:bg-primary-dark\/40:hover{background-color:#69579e66}.hover\:bg-primary-dark\/50:hover{background-color:#69579e80}.hover\:bg-primary-dark\/60:hover{background-color:#69579e99}.hover\:bg-primary-dark\/70:hover{background-color:#69579eb3}.hover\:bg-primary-dark\/75:hover{background-color:#69579ebf}.hover\:bg-primary-dark\/80:hover{background-color:#69579ecc}.hover\:bg-primary-dark\/90:hover{background-color:#69579ee6}.hover\:bg-primary-dark\/95:hover{background-color:#69579ef2}.hover\:bg-primary-dark\/100:hover{background-color:#69579e}.hover\:bg-info\/0:hover{background-color:#7690ef00}.hover\:bg-info\/5:hover{background-color:#7690ef0d}.hover\:bg-info\/10:hover{background-color:#7690ef1a}.hover\:bg-info\/20:hover{background-color:#7690ef33}.hover\:bg-info\/25:hover{background-color:#7690ef40}.hover\:bg-info\/30:hover{background-color:#7690ef4d}.hover\:bg-info\/40:hover{background-color:#7690ef66}.hover\:bg-info\/50:hover{background-color:#7690ef80}.hover\:bg-info\/60:hover{background-color:#7690ef99}.hover\:bg-info\/70:hover{background-color:#7690efb3}.hover\:bg-info\/75:hover{background-color:#7690efbf}.hover\:bg-info\/80:hover{background-color:#7690efcc}.hover\:bg-info\/90:hover{background-color:#7690efe6}.hover\:bg-info\/95:hover{background-color:#7690eff2}.hover\:bg-info\/100:hover{background-color:#7690ef}.hover\:bg-info-light\/0:hover{background-color:#f2f3fd00}.hover\:bg-info-light\/5:hover{background-color:#f2f3fd0d}.hover\:bg-info-light\/10:hover{background-color:#f2f3fd1a}.hover\:bg-info-light\/20:hover{background-color:#f2f3fd33}.hover\:bg-info-light\/25:hover{background-color:#f2f3fd40}.hover\:bg-info-light\/30:hover{background-color:#f2f3fd4d}.hover\:bg-info-light\/40:hover{background-color:#f2f3fd66}.hover\:bg-info-light\/50:hover{background-color:#f2f3fd80}.hover\:bg-info-light\/60:hover{background-color:#f2f3fd99}.hover\:bg-info-light\/70:hover{background-color:#f2f3fdb3}.hover\:bg-info-light\/75:hover{background-color:#f2f3fdbf}.hover\:bg-info-light\/80:hover{background-color:#f2f3fdcc}.hover\:bg-info-light\/90:hover{background-color:#f2f3fde6}.hover\:bg-info-light\/95:hover{background-color:#f2f3fdf2}.hover\:bg-info-light\/100:hover{background-color:#f2f3fd}.hover\:bg-info-dark\/0:hover{background-color:#2158d200}.hover\:bg-info-dark\/5:hover{background-color:#2158d20d}.hover\:bg-info-dark\/10:hover{background-color:#2158d21a}.hover\:bg-info-dark\/20:hover{background-color:#2158d233}.hover\:bg-info-dark\/25:hover{background-color:#2158d240}.hover\:bg-info-dark\/30:hover{background-color:#2158d24d}.hover\:bg-info-dark\/40:hover{background-color:#2158d266}.hover\:bg-info-dark\/50:hover{background-color:#2158d280}.hover\:bg-info-dark\/60:hover{background-color:#2158d299}.hover\:bg-info-dark\/70:hover{background-color:#2158d2b3}.hover\:bg-info-dark\/75:hover{background-color:#2158d2bf}.hover\:bg-info-dark\/80:hover{background-color:#2158d2cc}.hover\:bg-info-dark\/90:hover{background-color:#2158d2e6}.hover\:bg-info-dark\/95:hover{background-color:#2158d2f2}.hover\:bg-info-dark\/100:hover{background-color:#2158d2}.hover\:bg-success\/0:hover{background-color:#28a37600}.hover\:bg-success\/5:hover{background-color:#28a3760d}.hover\:bg-success\/10:hover{background-color:#28a3761a}.hover\:bg-success\/20:hover{background-color:#28a37633}.hover\:bg-success\/25:hover{background-color:#28a37640}.hover\:bg-success\/30:hover{background-color:#28a3764d}.hover\:bg-success\/40:hover{background-color:#28a37666}.hover\:bg-success\/50:hover{background-color:#28a37680}.hover\:bg-success\/60:hover{background-color:#28a37699}.hover\:bg-success\/70:hover{background-color:#28a376b3}.hover\:bg-success\/75:hover{background-color:#28a376bf}.hover\:bg-success\/80:hover{background-color:#28a376cc}.hover\:bg-success\/90:hover{background-color:#28a376e6}.hover\:bg-success\/95:hover{background-color:#28a376f2}.hover\:bg-success\/100:hover{background-color:#28a376}.hover\:bg-success-light\/0:hover{background-color:#f2faf600}.hover\:bg-success-light\/5:hover{background-color:#f2faf60d}.hover\:bg-success-light\/10:hover{background-color:#f2faf61a}.hover\:bg-success-light\/20:hover{background-color:#f2faf633}.hover\:bg-success-light\/25:hover{background-color:#f2faf640}.hover\:bg-success-light\/30:hover{background-color:#f2faf64d}.hover\:bg-success-light\/40:hover{background-color:#f2faf666}.hover\:bg-success-light\/50:hover{background-color:#f2faf680}.hover\:bg-success-light\/60:hover{background-color:#f2faf699}.hover\:bg-success-light\/70:hover{background-color:#f2faf6b3}.hover\:bg-success-light\/75:hover{background-color:#f2faf6bf}.hover\:bg-success-light\/80:hover{background-color:#f2faf6cc}.hover\:bg-success-light\/90:hover{background-color:#f2faf6e6}.hover\:bg-success-light\/95:hover{background-color:#f2faf6f2}.hover\:bg-success-light\/100:hover{background-color:#f2faf6}.hover\:bg-success-dark\/0:hover{background-color:#20856000}.hover\:bg-success-dark\/5:hover{background-color:#2085600d}.hover\:bg-success-dark\/10:hover{background-color:#2085601a}.hover\:bg-success-dark\/20:hover{background-color:#20856033}.hover\:bg-success-dark\/25:hover{background-color:#20856040}.hover\:bg-success-dark\/30:hover{background-color:#2085604d}.hover\:bg-success-dark\/40:hover{background-color:#20856066}.hover\:bg-success-dark\/50:hover{background-color:#20856080}.hover\:bg-success-dark\/60:hover{background-color:#20856099}.hover\:bg-success-dark\/70:hover{background-color:#208560b3}.hover\:bg-success-dark\/75:hover{background-color:#208560bf}.hover\:bg-success-dark\/80:hover{background-color:#208560cc}.hover\:bg-success-dark\/90:hover{background-color:#208560e6}.hover\:bg-success-dark\/95:hover{background-color:#208560f2}.hover\:bg-success-dark\/100:hover{background-color:#208560}.hover\:bg-warning\/0:hover{background-color:#faac1e00}.hover\:bg-warning\/5:hover{background-color:#faac1e0d}.hover\:bg-warning\/10:hover{background-color:#faac1e1a}.hover\:bg-warning\/20:hover{background-color:#faac1e33}.hover\:bg-warning\/25:hover{background-color:#faac1e40}.hover\:bg-warning\/30:hover{background-color:#faac1e4d}.hover\:bg-warning\/40:hover{background-color:#faac1e66}.hover\:bg-warning\/50:hover{background-color:#faac1e80}.hover\:bg-warning\/60:hover{background-color:#faac1e99}.hover\:bg-warning\/70:hover{background-color:#faac1eb3}.hover\:bg-warning\/75:hover{background-color:#faac1ebf}.hover\:bg-warning\/80:hover{background-color:#faac1ecc}.hover\:bg-warning\/90:hover{background-color:#faac1ee6}.hover\:bg-warning\/95:hover{background-color:#faac1ef2}.hover\:bg-warning\/100:hover{background-color:#faac1e}.hover\:bg-warning-light\/0:hover{background-color:#fef7f200}.hover\:bg-warning-light\/5:hover{background-color:#fef7f20d}.hover\:bg-warning-light\/10:hover{background-color:#fef7f21a}.hover\:bg-warning-light\/20:hover{background-color:#fef7f233}.hover\:bg-warning-light\/25:hover{background-color:#fef7f240}.hover\:bg-warning-light\/30:hover{background-color:#fef7f24d}.hover\:bg-warning-light\/40:hover{background-color:#fef7f266}.hover\:bg-warning-light\/50:hover{background-color:#fef7f280}.hover\:bg-warning-light\/60:hover{background-color:#fef7f299}.hover\:bg-warning-light\/70:hover{background-color:#fef7f2b3}.hover\:bg-warning-light\/75:hover{background-color:#fef7f2bf}.hover\:bg-warning-light\/80:hover{background-color:#fef7f2cc}.hover\:bg-warning-light\/90:hover{background-color:#fef7f2e6}.hover\:bg-warning-light\/95:hover{background-color:#fef7f2f2}.hover\:bg-warning-light\/100:hover{background-color:#fef7f2}.hover\:bg-warning-dark\/0:hover{background-color:#9e6c1200}.hover\:bg-warning-dark\/5:hover{background-color:#9e6c120d}.hover\:bg-warning-dark\/10:hover{background-color:#9e6c121a}.hover\:bg-warning-dark\/20:hover{background-color:#9e6c1233}.hover\:bg-warning-dark\/25:hover{background-color:#9e6c1240}.hover\:bg-warning-dark\/30:hover{background-color:#9e6c124d}.hover\:bg-warning-dark\/40:hover{background-color:#9e6c1266}.hover\:bg-warning-dark\/50:hover{background-color:#9e6c1280}.hover\:bg-warning-dark\/60:hover{background-color:#9e6c1299}.hover\:bg-warning-dark\/70:hover{background-color:#9e6c12b3}.hover\:bg-warning-dark\/75:hover{background-color:#9e6c12bf}.hover\:bg-warning-dark\/80:hover{background-color:#9e6c12cc}.hover\:bg-warning-dark\/90:hover{background-color:#9e6c12e6}.hover\:bg-warning-dark\/95:hover{background-color:#9e6c12f2}.hover\:bg-warning-dark\/100:hover{background-color:#9e6c12}.hover\:bg-error\/0:hover{background-color:#dc262600}.hover\:bg-error\/5:hover{background-color:#dc26260d}.hover\:bg-error\/10:hover{background-color:#dc26261a}.hover\:bg-error\/20:hover{background-color:#dc262633}.hover\:bg-error\/25:hover{background-color:#dc262640}.hover\:bg-error\/30:hover{background-color:#dc26264d}.hover\:bg-error\/40:hover{background-color:#dc262666}.hover\:bg-error\/50:hover{background-color:#dc262680}.hover\:bg-error\/60:hover{background-color:#dc262699}.hover\:bg-error\/70:hover{background-color:#dc2626b3}.hover\:bg-error\/75:hover{background-color:#dc2626bf}.hover\:bg-error\/80:hover{background-color:#dc2626cc}.hover\:bg-error\/90:hover{background-color:#dc2626e6}.hover\:bg-error\/95:hover{background-color:#dc2626f2}.hover\:bg-error\/100:hover{background-color:#dc2626}.hover\:bg-error-light\/0:hover{background-color:#fbf2f200}.hover\:bg-error-light\/5:hover{background-color:#fbf2f20d}.hover\:bg-error-light\/10:hover{background-color:#fbf2f21a}.hover\:bg-error-light\/20:hover{background-color:#fbf2f233}.hover\:bg-error-light\/25:hover{background-color:#fbf2f240}.hover\:bg-error-light\/30:hover{background-color:#fbf2f24d}.hover\:bg-error-light\/40:hover{background-color:#fbf2f266}.hover\:bg-error-light\/50:hover{background-color:#fbf2f280}.hover\:bg-error-light\/60:hover{background-color:#fbf2f299}.hover\:bg-error-light\/70:hover{background-color:#fbf2f2b3}.hover\:bg-error-light\/75:hover{background-color:#fbf2f2bf}.hover\:bg-error-light\/80:hover{background-color:#fbf2f2cc}.hover\:bg-error-light\/90:hover{background-color:#fbf2f2e6}.hover\:bg-error-light\/95:hover{background-color:#fbf2f2f2}.hover\:bg-error-light\/100:hover{background-color:#fbf2f2}.hover\:bg-error-dark\/0:hover{background-color:#c4212100}.hover\:bg-error-dark\/5:hover{background-color:#c421210d}.hover\:bg-error-dark\/10:hover{background-color:#c421211a}.hover\:bg-error-dark\/20:hover{background-color:#c4212133}.hover\:bg-error-dark\/25:hover{background-color:#c4212140}.hover\:bg-error-dark\/30:hover{background-color:#c421214d}.hover\:bg-error-dark\/40:hover{background-color:#c4212166}.hover\:bg-error-dark\/50:hover{background-color:#c4212180}.hover\:bg-error-dark\/60:hover{background-color:#c4212199}.hover\:bg-error-dark\/70:hover{background-color:#c42121b3}.hover\:bg-error-dark\/75:hover{background-color:#c42121bf}.hover\:bg-error-dark\/80:hover{background-color:#c42121cc}.hover\:bg-error-dark\/90:hover{background-color:#c42121e6}.hover\:bg-error-dark\/95:hover{background-color:#c42121f2}.hover\:bg-error-dark\/100:hover{background-color:#c42121}.hover\:bg-grey\/0:hover{background-color:#47556900}.hover\:bg-grey\/5:hover{background-color:#4755690d}.hover\:bg-grey\/10:hover{background-color:#4755691a}.hover\:bg-grey\/20:hover{background-color:#47556933}.hover\:bg-grey\/25:hover{background-color:#47556940}.hover\:bg-grey\/30:hover{background-color:#4755694d}.hover\:bg-grey\/40:hover{background-color:#47556966}.hover\:bg-grey\/50:hover{background-color:#47556980}.hover\:bg-grey\/60:hover{background-color:#47556999}.hover\:bg-grey\/70:hover{background-color:#475569b3}.hover\:bg-grey\/75:hover{background-color:#475569bf}.hover\:bg-grey\/80:hover{background-color:#475569cc}.hover\:bg-grey\/90:hover{background-color:#475569e6}.hover\:bg-grey\/95:hover{background-color:#475569f2}.hover\:bg-grey\/100:hover{background-color:#475569}.hover\:bg-grey-light\/0:hover{background-color:#f2f3f400}.hover\:bg-grey-light\/5:hover{background-color:#f2f3f40d}.hover\:bg-grey-light\/10:hover{background-color:#f2f3f41a}.hover\:bg-grey-light\/20:hover{background-color:#f2f3f433}.hover\:bg-grey-light\/25:hover{background-color:#f2f3f440}.hover\:bg-grey-light\/30:hover{background-color:#f2f3f44d}.hover\:bg-grey-light\/40:hover{background-color:#f2f3f466}.hover\:bg-grey-light\/50:hover{background-color:#f2f3f480}.hover\:bg-grey-light\/60:hover{background-color:#f2f3f499}.hover\:bg-grey-light\/70:hover{background-color:#f2f3f4b3}.hover\:bg-grey-light\/75:hover{background-color:#f2f3f4bf}.hover\:bg-grey-light\/80:hover{background-color:#f2f3f4cc}.hover\:bg-grey-light\/90:hover{background-color:#f2f3f4e6}.hover\:bg-grey-light\/95:hover{background-color:#f2f3f4f2}.hover\:bg-grey-light\/100:hover{background-color:#f2f3f4}.hover\:bg-grey-dark\/0:hover{background-color:#2c354200}.hover\:bg-grey-dark\/5:hover{background-color:#2c35420d}.hover\:bg-grey-dark\/10:hover{background-color:#2c35421a}.hover\:bg-grey-dark\/20:hover{background-color:#2c354233}.hover\:bg-grey-dark\/25:hover{background-color:#2c354240}.hover\:bg-grey-dark\/30:hover{background-color:#2c35424d}.hover\:bg-grey-dark\/40:hover{background-color:#2c354266}.hover\:bg-grey-dark\/50:hover{background-color:#2c354280}.hover\:bg-grey-dark\/60:hover{background-color:#2c354299}.hover\:bg-grey-dark\/70:hover{background-color:#2c3542b3}.hover\:bg-grey-dark\/75:hover{background-color:#2c3542bf}.hover\:bg-grey-dark\/80:hover{background-color:#2c3542cc}.hover\:bg-grey-dark\/90:hover{background-color:#2c3542e6}.hover\:bg-grey-dark\/95:hover{background-color:#2c3542f2}.hover\:bg-grey-dark\/100:hover{background-color:#2c3542}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.hover\:bg-white\/\[0\.20\]:hover{background-color:#fff3}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.hover\:font-medium:hover{font-weight:500}.hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity))}.hover\:text-red-100:hover{--tw-text-opacity: 1;color:rgb(251 242 242 / var(--tw-text-opacity))}.hover\:text-red-200:hover{--tw-text-opacity: 1;color:rgb(248 228 228 / var(--tw-text-opacity))}.hover\:text-red-300:hover{--tw-text-opacity: 1;color:rgb(241 198 198 / var(--tw-text-opacity))}.hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgb(234 163 163 / var(--tw-text-opacity))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(227 118 118 / var(--tw-text-opacity))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(196 33 33 / var(--tw-text-opacity))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgb(170 29 29 / var(--tw-text-opacity))}.hover\:text-red-900:hover{--tw-text-opacity: 1;color:rgb(139 24 24 / var(--tw-text-opacity))}.hover\:text-orange-50:hover{--tw-text-opacity: 1;color:rgb(255 247 237 / var(--tw-text-opacity))}.hover\:text-orange-100:hover{--tw-text-opacity: 1;color:rgb(252 243 241 / var(--tw-text-opacity))}.hover\:text-orange-200:hover{--tw-text-opacity: 1;color:rgb(250 231 228 / var(--tw-text-opacity))}.hover\:text-orange-300:hover{--tw-text-opacity: 1;color:rgb(246 205 197 / var(--tw-text-opacity))}.hover\:text-orange-400:hover{--tw-text-opacity: 1;color:rgb(242 175 161 / var(--tw-text-opacity))}.hover\:text-orange-500:hover{--tw-text-opacity: 1;color:rgb(238 138 114 / var(--tw-text-opacity))}.hover\:text-orange-600:hover{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.hover\:text-orange-700:hover{--tw-text-opacity: 1;color:rgb(209 78 10 / var(--tw-text-opacity))}.hover\:text-orange-800:hover{--tw-text-opacity: 1;color:rgb(181 68 9 / var(--tw-text-opacity))}.hover\:text-orange-900:hover{--tw-text-opacity: 1;color:rgb(147 55 7 / var(--tw-text-opacity))}.hover\:text-yellow-50:hover{--tw-text-opacity: 1;color:rgb(254 252 232 / var(--tw-text-opacity))}.hover\:text-yellow-100:hover{--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity))}.hover\:text-yellow-200:hover{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity))}.hover\:text-yellow-300:hover{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity))}.hover\:text-yellow-400:hover{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity))}.hover\:text-yellow-500:hover{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.hover\:text-yellow-600:hover{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity))}.hover\:text-yellow-700:hover{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity))}.hover\:text-yellow-800:hover{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity))}.hover\:text-yellow-900:hover{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity))}.hover\:text-green-50:hover{--tw-text-opacity: 1;color:rgb(240 253 244 / var(--tw-text-opacity))}.hover\:text-green-100:hover{--tw-text-opacity: 1;color:rgb(242 250 246 / var(--tw-text-opacity))}.hover\:text-green-200:hover{--tw-text-opacity: 1;color:rgb(229 246 238 / var(--tw-text-opacity))}.hover\:text-green-300:hover{--tw-text-opacity: 1;color:rgb(200 238 219 / var(--tw-text-opacity))}.hover\:text-green-400:hover{--tw-text-opacity: 1;color:rgb(166 229 200 / var(--tw-text-opacity))}.hover\:text-green-500:hover{--tw-text-opacity: 1;color:rgb(123 220 178 / var(--tw-text-opacity))}.hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity))}.hover\:text-green-700:hover{--tw-text-opacity: 1;color:rgb(46 188 136 / var(--tw-text-opacity))}.hover\:text-green-800:hover{--tw-text-opacity: 1;color:rgb(40 163 118 / var(--tw-text-opacity))}.hover\:text-green-900:hover{--tw-text-opacity: 1;color:rgb(32 133 96 / var(--tw-text-opacity))}.hover\:text-emerald-50:hover{--tw-text-opacity: 1;color:rgb(236 253 245 / var(--tw-text-opacity))}.hover\:text-emerald-100:hover{--tw-text-opacity: 1;color:rgb(209 250 229 / var(--tw-text-opacity))}.hover\:text-emerald-200:hover{--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity))}.hover\:text-emerald-300:hover{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity))}.hover\:text-emerald-400:hover{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity))}.hover\:text-emerald-500:hover{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity))}.hover\:text-emerald-600:hover{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity))}.hover\:text-emerald-700:hover{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity))}.hover\:text-emerald-800:hover{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity))}.hover\:text-emerald-900:hover{--tw-text-opacity: 1;color:rgb(6 78 59 / var(--tw-text-opacity))}.hover\:text-teal-50:hover{--tw-text-opacity: 1;color:rgb(240 253 250 / var(--tw-text-opacity))}.hover\:text-teal-100:hover{--tw-text-opacity: 1;color:rgb(204 251 241 / var(--tw-text-opacity))}.hover\:text-teal-200:hover{--tw-text-opacity: 1;color:rgb(153 246 228 / var(--tw-text-opacity))}.hover\:text-teal-300:hover{--tw-text-opacity: 1;color:rgb(94 234 212 / var(--tw-text-opacity))}.hover\:text-teal-400:hover{--tw-text-opacity: 1;color:rgb(45 212 191 / var(--tw-text-opacity))}.hover\:text-teal-500:hover{--tw-text-opacity: 1;color:rgb(20 184 166 / var(--tw-text-opacity))}.hover\:text-teal-600:hover{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity))}.hover\:text-teal-700:hover{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity))}.hover\:text-teal-800:hover{--tw-text-opacity: 1;color:rgb(17 94 89 / var(--tw-text-opacity))}.hover\:text-teal-900:hover{--tw-text-opacity: 1;color:rgb(19 78 74 / var(--tw-text-opacity))}.hover\:text-sky-50:hover{--tw-text-opacity: 1;color:rgb(240 249 255 / var(--tw-text-opacity))}.hover\:text-sky-100:hover{--tw-text-opacity: 1;color:rgb(224 242 254 / var(--tw-text-opacity))}.hover\:text-sky-200:hover{--tw-text-opacity: 1;color:rgb(186 230 253 / var(--tw-text-opacity))}.hover\:text-sky-300:hover{--tw-text-opacity: 1;color:rgb(125 211 252 / var(--tw-text-opacity))}.hover\:text-sky-400:hover{--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity))}.hover\:text-sky-500:hover{--tw-text-opacity: 1;color:rgb(14 165 233 / var(--tw-text-opacity))}.hover\:text-sky-600:hover{--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity))}.hover\:text-sky-700:hover{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity))}.hover\:text-sky-800:hover{--tw-text-opacity: 1;color:rgb(7 89 133 / var(--tw-text-opacity))}.hover\:text-sky-900:hover{--tw-text-opacity: 1;color:rgb(12 74 110 / var(--tw-text-opacity))}.hover\:text-blue-50:hover{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity))}.hover\:text-blue-100:hover{--tw-text-opacity: 1;color:rgb(242 243 253 / var(--tw-text-opacity))}.hover\:text-blue-200:hover{--tw-text-opacity: 1;color:rgb(228 232 251 / var(--tw-text-opacity))}.hover\:text-blue-300:hover{--tw-text-opacity: 1;color:rgb(198 207 247 / var(--tw-text-opacity))}.hover\:text-blue-400:hover{--tw-text-opacity: 1;color:rgb(163 178 243 / var(--tw-text-opacity))}.hover\:text-blue-500:hover{--tw-text-opacity: 1;color:rgb(118 144 239 / var(--tw-text-opacity))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(33 88 210 / var(--tw-text-opacity))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(28 76 182 / var(--tw-text-opacity))}.hover\:text-blue-900:hover{--tw-text-opacity: 1;color:rgb(23 62 148 / var(--tw-text-opacity))}.hover\:text-indigo-50:hover{--tw-text-opacity: 1;color:rgb(238 242 255 / var(--tw-text-opacity))}.hover\:text-indigo-100:hover{--tw-text-opacity: 1;color:rgb(224 231 255 / var(--tw-text-opacity))}.hover\:text-indigo-200:hover{--tw-text-opacity: 1;color:rgb(199 210 254 / var(--tw-text-opacity))}.hover\:text-indigo-300:hover{--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity))}.hover\:text-indigo-400:hover{--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity))}.hover\:text-indigo-500:hover{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity))}.hover\:text-indigo-600:hover{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity))}.hover\:text-indigo-700:hover{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity))}.hover\:text-indigo-800:hover{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity))}.hover\:text-indigo-900:hover{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity))}.hover\:text-violet-50:hover{--tw-text-opacity: 1;color:rgb(245 243 255 / var(--tw-text-opacity))}.hover\:text-violet-100:hover{--tw-text-opacity: 1;color:rgb(237 233 254 / var(--tw-text-opacity))}.hover\:text-violet-200:hover{--tw-text-opacity: 1;color:rgb(221 214 254 / var(--tw-text-opacity))}.hover\:text-violet-300:hover{--tw-text-opacity: 1;color:rgb(196 181 253 / var(--tw-text-opacity))}.hover\:text-violet-400:hover{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.hover\:text-violet-500:hover{--tw-text-opacity: 1;color:rgb(139 92 246 / var(--tw-text-opacity))}.hover\:text-violet-600:hover{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity))}.hover\:text-violet-700:hover{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity))}.hover\:text-violet-800:hover{--tw-text-opacity: 1;color:rgb(91 33 182 / var(--tw-text-opacity))}.hover\:text-violet-900:hover{--tw-text-opacity: 1;color:rgb(76 29 149 / var(--tw-text-opacity))}.hover\:text-fuchsia-50:hover{--tw-text-opacity: 1;color:rgb(253 244 255 / var(--tw-text-opacity))}.hover\:text-fuchsia-100:hover{--tw-text-opacity: 1;color:rgb(250 232 255 / var(--tw-text-opacity))}.hover\:text-fuchsia-200:hover{--tw-text-opacity: 1;color:rgb(245 208 254 / var(--tw-text-opacity))}.hover\:text-fuchsia-300:hover{--tw-text-opacity: 1;color:rgb(240 171 252 / var(--tw-text-opacity))}.hover\:text-fuchsia-400:hover{--tw-text-opacity: 1;color:rgb(232 121 249 / var(--tw-text-opacity))}.hover\:text-fuchsia-500:hover{--tw-text-opacity: 1;color:rgb(217 70 239 / var(--tw-text-opacity))}.hover\:text-fuchsia-600:hover{--tw-text-opacity: 1;color:rgb(192 38 211 / var(--tw-text-opacity))}.hover\:text-fuchsia-700:hover{--tw-text-opacity: 1;color:rgb(162 28 175 / var(--tw-text-opacity))}.hover\:text-fuchsia-800:hover{--tw-text-opacity: 1;color:rgb(134 25 143 / var(--tw-text-opacity))}.hover\:text-fuchsia-900:hover{--tw-text-opacity: 1;color:rgb(112 26 117 / var(--tw-text-opacity))}.hover\:text-pink-50:hover{--tw-text-opacity: 1;color:rgb(253 242 248 / var(--tw-text-opacity))}.hover\:text-pink-100:hover{--tw-text-opacity: 1;color:rgb(252 231 243 / var(--tw-text-opacity))}.hover\:text-pink-200:hover{--tw-text-opacity: 1;color:rgb(251 207 232 / var(--tw-text-opacity))}.hover\:text-pink-300:hover{--tw-text-opacity: 1;color:rgb(249 168 212 / var(--tw-text-opacity))}.hover\:text-pink-400:hover{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity))}.hover\:text-pink-500:hover{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity))}.hover\:text-pink-600:hover{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity))}.hover\:text-pink-700:hover{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity))}.hover\:text-pink-800:hover{--tw-text-opacity: 1;color:rgb(157 23 77 / var(--tw-text-opacity))}.hover\:text-pink-900:hover{--tw-text-opacity: 1;color:rgb(131 24 67 / var(--tw-text-opacity))}.hover\:text-rose-50:hover{--tw-text-opacity: 1;color:rgb(255 241 242 / var(--tw-text-opacity))}.hover\:text-rose-100:hover{--tw-text-opacity: 1;color:rgb(255 228 230 / var(--tw-text-opacity))}.hover\:text-rose-200:hover{--tw-text-opacity: 1;color:rgb(254 205 211 / var(--tw-text-opacity))}.hover\:text-rose-300:hover{--tw-text-opacity: 1;color:rgb(253 164 175 / var(--tw-text-opacity))}.hover\:text-rose-400:hover{--tw-text-opacity: 1;color:rgb(251 113 133 / var(--tw-text-opacity))}.hover\:text-rose-500:hover{--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity))}.hover\:text-rose-600:hover{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity))}.hover\:text-rose-700:hover{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity))}.hover\:text-rose-800:hover{--tw-text-opacity: 1;color:rgb(159 18 57 / var(--tw-text-opacity))}.hover\:text-rose-900:hover{--tw-text-opacity: 1;color:rgb(136 19 55 / var(--tw-text-opacity))}.hover\:text-primary-100:hover{--tw-text-opacity: 1;color:rgb(242 243 244 / var(--tw-text-opacity))}.hover\:text-primary-200:hover{--tw-text-opacity: 1;color:rgb(232 232 240 / var(--tw-text-opacity))}.hover\:text-primary-300:hover{--tw-text-opacity: 1;color:rgb(208 208 225 / var(--tw-text-opacity))}.hover\:text-primary-400:hover{--tw-text-opacity: 1;color:rgb(180 180 209 / var(--tw-text-opacity))}.hover\:text-primary-500:hover{--tw-text-opacity: 1;color:rgb(147 147 191 / var(--tw-text-opacity))}.hover\:text-primary-600:hover{--tw-text-opacity: 1;color:rgb(104 104 172 / var(--tw-text-opacity))}.hover\:text-primary-700:hover{--tw-text-opacity: 1;color:rgb(93 93 153 / var(--tw-text-opacity))}.hover\:text-primary-800:hover{--tw-text-opacity: 1;color:rgb(80 80 133 / var(--tw-text-opacity))}.hover\:text-primary-900:hover{--tw-text-opacity: 1;color:rgb(65 65 108 / var(--tw-text-opacity))}.hover\:text-primary-1000:hover{--tw-text-opacity: 1;color:rgb(46 46 76 / var(--tw-text-opacity))}.hover\:text-primary-highlight-100:hover{--tw-text-opacity: 1;color:rgb(247 245 254 / var(--tw-text-opacity))}.hover\:text-primary-highlight-200:hover{--tw-text-opacity: 1;color:rgb(239 236 254 / var(--tw-text-opacity))}.hover\:text-primary-highlight-300:hover{--tw-text-opacity: 1;color:rgb(223 216 253 / var(--tw-text-opacity))}.hover\:text-primary-highlight-400:hover{--tw-text-opacity: 1;color:rgb(206 193 252 / var(--tw-text-opacity))}.hover\:text-primary-highlight-500:hover{--tw-text-opacity: 1;color:rgb(187 168 251 / var(--tw-text-opacity))}.hover\:text-primary-highlight-600:hover{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.hover\:text-primary-highlight-700:hover{--tw-text-opacity: 1;color:rgb(149 124 223 / var(--tw-text-opacity))}.hover\:text-primary-highlight-800:hover{--tw-text-opacity: 1;color:rgb(129 107 193 / var(--tw-text-opacity))}.hover\:text-primary-highlight-900:hover{--tw-text-opacity: 1;color:rgb(105 87 158 / var(--tw-text-opacity))}.hover\:text-primary-highlight-1000:hover{--tw-text-opacity: 1;color:rgb(74 62 111 / var(--tw-text-opacity))}.hover\:text-secondary-100:hover{--tw-text-opacity: 1;color:rgb(254 247 242 / var(--tw-text-opacity))}.hover\:text-secondary-200:hover{--tw-text-opacity: 1;color:rgb(254 240 228 / var(--tw-text-opacity))}.hover\:text-secondary-300:hover{--tw-text-opacity: 1;color:rgb(253 225 198 / var(--tw-text-opacity))}.hover\:text-secondary-400:hover{--tw-text-opacity: 1;color:rgb(252 209 162 / var(--tw-text-opacity))}.hover\:text-secondary-500:hover{--tw-text-opacity: 1;color:rgb(251 191 117 / var(--tw-text-opacity))}.hover\:text-secondary-600:hover{--tw-text-opacity: 1;color:rgb(250 172 30 / var(--tw-text-opacity))}.hover\:text-secondary-700:hover{--tw-text-opacity: 1;color:rgb(223 153 26 / var(--tw-text-opacity))}.hover\:text-secondary-800:hover{--tw-text-opacity: 1;color:rgb(193 133 23 / var(--tw-text-opacity))}.hover\:text-secondary-900:hover{--tw-text-opacity: 1;color:rgb(158 108 18 / var(--tw-text-opacity))}.hover\:text-secondary-1000:hover{--tw-text-opacity: 1;color:rgb(111 76 13 / var(--tw-text-opacity))}.hover\:text-grey-100:hover{--tw-text-opacity: 1;color:rgb(242 243 244 / var(--tw-text-opacity))}.hover\:text-grey-200:hover{--tw-text-opacity: 1;color:rgb(230 231 232 / var(--tw-text-opacity))}.hover\:text-grey-300:hover{--tw-text-opacity: 1;color:rgb(202 204 208 / var(--tw-text-opacity))}.hover\:text-grey-400:hover{--tw-text-opacity: 1;color:rgb(170 174 180 / var(--tw-text-opacity))}.hover\:text-grey-500:hover{--tw-text-opacity: 1;color:rgb(130 137 147 / var(--tw-text-opacity))}.hover\:text-grey-600:hover{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.hover\:text-grey-700:hover{--tw-text-opacity: 1;color:rgb(63 76 93 / var(--tw-text-opacity))}.hover\:text-grey-800:hover{--tw-text-opacity: 1;color:rgb(54 65 81 / var(--tw-text-opacity))}.hover\:text-grey-900:hover{--tw-text-opacity: 1;color:rgb(44 53 66 / var(--tw-text-opacity))}.hover\:text-grey-1000:hover{--tw-text-opacity: 1;color:rgb(31 38 46 / var(--tw-text-opacity))}.hover\:text-green-1000:hover{--tw-text-opacity: 1;color:rgb(23 94 68 / var(--tw-text-opacity))}.hover\:text-blue-1000:hover{--tw-text-opacity: 1;color:rgb(16 44 105 / var(--tw-text-opacity))}.hover\:text-orange-1000:hover{--tw-text-opacity: 1;color:rgb(104 39 5 / var(--tw-text-opacity))}.hover\:text-red-1000:hover{--tw-text-opacity: 1;color:rgb(98 16 16 / var(--tw-text-opacity))}.hover\:text-primary:hover{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.hover\:text-primary-light:hover{--tw-text-opacity: 1;color:rgb(247 245 254 / var(--tw-text-opacity))}.hover\:text-primary-dark:hover{--tw-text-opacity: 1;color:rgb(105 87 158 / var(--tw-text-opacity))}.hover\:text-info:hover{--tw-text-opacity: 1;color:rgb(118 144 239 / var(--tw-text-opacity))}.hover\:text-info-light:hover{--tw-text-opacity: 1;color:rgb(242 243 253 / var(--tw-text-opacity))}.hover\:text-info-dark:hover{--tw-text-opacity: 1;color:rgb(33 88 210 / var(--tw-text-opacity))}.hover\:text-success:hover{--tw-text-opacity: 1;color:rgb(40 163 118 / var(--tw-text-opacity))}.hover\:text-success-light:hover{--tw-text-opacity: 1;color:rgb(242 250 246 / var(--tw-text-opacity))}.hover\:text-success-dark:hover{--tw-text-opacity: 1;color:rgb(32 133 96 / var(--tw-text-opacity))}.hover\:text-warning:hover{--tw-text-opacity: 1;color:rgb(250 172 30 / var(--tw-text-opacity))}.hover\:text-warning-light:hover{--tw-text-opacity: 1;color:rgb(254 247 242 / var(--tw-text-opacity))}.hover\:text-warning-dark:hover{--tw-text-opacity: 1;color:rgb(158 108 18 / var(--tw-text-opacity))}.hover\:text-error:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.hover\:text-error-light:hover{--tw-text-opacity: 1;color:rgb(251 242 242 / var(--tw-text-opacity))}.hover\:text-error-dark:hover{--tw-text-opacity: 1;color:rgb(196 33 33 / var(--tw-text-opacity))}.hover\:text-grey:hover{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.hover\:text-grey-light:hover{--tw-text-opacity: 1;color:rgb(242 243 244 / var(--tw-text-opacity))}.hover\:text-grey-dark:hover{--tw-text-opacity: 1;color:rgb(44 53 66 / var(--tw-text-opacity))}.hover\:text-red-50\/0:hover{color:#fef2f200}.hover\:text-red-50\/5:hover{color:#fef2f20d}.hover\:text-red-50\/10:hover{color:#fef2f21a}.hover\:text-red-50\/20:hover{color:#fef2f233}.hover\:text-red-50\/25:hover{color:#fef2f240}.hover\:text-red-50\/30:hover{color:#fef2f24d}.hover\:text-red-50\/40:hover{color:#fef2f266}.hover\:text-red-50\/50:hover{color:#fef2f280}.hover\:text-red-50\/60:hover{color:#fef2f299}.hover\:text-red-50\/70:hover{color:#fef2f2b3}.hover\:text-red-50\/75:hover{color:#fef2f2bf}.hover\:text-red-50\/80:hover{color:#fef2f2cc}.hover\:text-red-50\/90:hover{color:#fef2f2e6}.hover\:text-red-50\/95:hover{color:#fef2f2f2}.hover\:text-red-50\/100:hover{color:#fef2f2}.hover\:text-red-100\/0:hover{color:#fbf2f200}.hover\:text-red-100\/5:hover{color:#fbf2f20d}.hover\:text-red-100\/10:hover{color:#fbf2f21a}.hover\:text-red-100\/20:hover{color:#fbf2f233}.hover\:text-red-100\/25:hover{color:#fbf2f240}.hover\:text-red-100\/30:hover{color:#fbf2f24d}.hover\:text-red-100\/40:hover{color:#fbf2f266}.hover\:text-red-100\/50:hover{color:#fbf2f280}.hover\:text-red-100\/60:hover{color:#fbf2f299}.hover\:text-red-100\/70:hover{color:#fbf2f2b3}.hover\:text-red-100\/75:hover{color:#fbf2f2bf}.hover\:text-red-100\/80:hover{color:#fbf2f2cc}.hover\:text-red-100\/90:hover{color:#fbf2f2e6}.hover\:text-red-100\/95:hover{color:#fbf2f2f2}.hover\:text-red-100\/100:hover{color:#fbf2f2}.hover\:text-red-200\/0:hover{color:#f8e4e400}.hover\:text-red-200\/5:hover{color:#f8e4e40d}.hover\:text-red-200\/10:hover{color:#f8e4e41a}.hover\:text-red-200\/20:hover{color:#f8e4e433}.hover\:text-red-200\/25:hover{color:#f8e4e440}.hover\:text-red-200\/30:hover{color:#f8e4e44d}.hover\:text-red-200\/40:hover{color:#f8e4e466}.hover\:text-red-200\/50:hover{color:#f8e4e480}.hover\:text-red-200\/60:hover{color:#f8e4e499}.hover\:text-red-200\/70:hover{color:#f8e4e4b3}.hover\:text-red-200\/75:hover{color:#f8e4e4bf}.hover\:text-red-200\/80:hover{color:#f8e4e4cc}.hover\:text-red-200\/90:hover{color:#f8e4e4e6}.hover\:text-red-200\/95:hover{color:#f8e4e4f2}.hover\:text-red-200\/100:hover{color:#f8e4e4}.hover\:text-red-300\/0:hover{color:#f1c6c600}.hover\:text-red-300\/5:hover{color:#f1c6c60d}.hover\:text-red-300\/10:hover{color:#f1c6c61a}.hover\:text-red-300\/20:hover{color:#f1c6c633}.hover\:text-red-300\/25:hover{color:#f1c6c640}.hover\:text-red-300\/30:hover{color:#f1c6c64d}.hover\:text-red-300\/40:hover{color:#f1c6c666}.hover\:text-red-300\/50:hover{color:#f1c6c680}.hover\:text-red-300\/60:hover{color:#f1c6c699}.hover\:text-red-300\/70:hover{color:#f1c6c6b3}.hover\:text-red-300\/75:hover{color:#f1c6c6bf}.hover\:text-red-300\/80:hover{color:#f1c6c6cc}.hover\:text-red-300\/90:hover{color:#f1c6c6e6}.hover\:text-red-300\/95:hover{color:#f1c6c6f2}.hover\:text-red-300\/100:hover{color:#f1c6c6}.hover\:text-red-400\/0:hover{color:#eaa3a300}.hover\:text-red-400\/5:hover{color:#eaa3a30d}.hover\:text-red-400\/10:hover{color:#eaa3a31a}.hover\:text-red-400\/20:hover{color:#eaa3a333}.hover\:text-red-400\/25:hover{color:#eaa3a340}.hover\:text-red-400\/30:hover{color:#eaa3a34d}.hover\:text-red-400\/40:hover{color:#eaa3a366}.hover\:text-red-400\/50:hover{color:#eaa3a380}.hover\:text-red-400\/60:hover{color:#eaa3a399}.hover\:text-red-400\/70:hover{color:#eaa3a3b3}.hover\:text-red-400\/75:hover{color:#eaa3a3bf}.hover\:text-red-400\/80:hover{color:#eaa3a3cc}.hover\:text-red-400\/90:hover{color:#eaa3a3e6}.hover\:text-red-400\/95:hover{color:#eaa3a3f2}.hover\:text-red-400\/100:hover{color:#eaa3a3}.hover\:text-red-500\/0:hover{color:#e3767600}.hover\:text-red-500\/5:hover{color:#e376760d}.hover\:text-red-500\/10:hover{color:#e376761a}.hover\:text-red-500\/20:hover{color:#e3767633}.hover\:text-red-500\/25:hover{color:#e3767640}.hover\:text-red-500\/30:hover{color:#e376764d}.hover\:text-red-500\/40:hover{color:#e3767666}.hover\:text-red-500\/50:hover{color:#e3767680}.hover\:text-red-500\/60:hover{color:#e3767699}.hover\:text-red-500\/70:hover{color:#e37676b3}.hover\:text-red-500\/75:hover{color:#e37676bf}.hover\:text-red-500\/80:hover{color:#e37676cc}.hover\:text-red-500\/90:hover{color:#e37676e6}.hover\:text-red-500\/95:hover{color:#e37676f2}.hover\:text-red-500\/100:hover{color:#e37676}.hover\:text-red-600\/0:hover{color:#dc262600}.hover\:text-red-600\/5:hover{color:#dc26260d}.hover\:text-red-600\/10:hover{color:#dc26261a}.hover\:text-red-600\/20:hover{color:#dc262633}.hover\:text-red-600\/25:hover{color:#dc262640}.hover\:text-red-600\/30:hover{color:#dc26264d}.hover\:text-red-600\/40:hover{color:#dc262666}.hover\:text-red-600\/50:hover{color:#dc262680}.hover\:text-red-600\/60:hover{color:#dc262699}.hover\:text-red-600\/70:hover{color:#dc2626b3}.hover\:text-red-600\/75:hover{color:#dc2626bf}.hover\:text-red-600\/80:hover{color:#dc2626cc}.hover\:text-red-600\/90:hover{color:#dc2626e6}.hover\:text-red-600\/95:hover{color:#dc2626f2}.hover\:text-red-600\/100:hover{color:#dc2626}.hover\:text-red-700\/0:hover{color:#c4212100}.hover\:text-red-700\/5:hover{color:#c421210d}.hover\:text-red-700\/10:hover{color:#c421211a}.hover\:text-red-700\/20:hover{color:#c4212133}.hover\:text-red-700\/25:hover{color:#c4212140}.hover\:text-red-700\/30:hover{color:#c421214d}.hover\:text-red-700\/40:hover{color:#c4212166}.hover\:text-red-700\/50:hover{color:#c4212180}.hover\:text-red-700\/60:hover{color:#c4212199}.hover\:text-red-700\/70:hover{color:#c42121b3}.hover\:text-red-700\/75:hover{color:#c42121bf}.hover\:text-red-700\/80:hover{color:#c42121cc}.hover\:text-red-700\/90:hover{color:#c42121e6}.hover\:text-red-700\/95:hover{color:#c42121f2}.hover\:text-red-700\/100:hover{color:#c42121}.hover\:text-red-800\/0:hover{color:#aa1d1d00}.hover\:text-red-800\/5:hover{color:#aa1d1d0d}.hover\:text-red-800\/10:hover{color:#aa1d1d1a}.hover\:text-red-800\/20:hover{color:#aa1d1d33}.hover\:text-red-800\/25:hover{color:#aa1d1d40}.hover\:text-red-800\/30:hover{color:#aa1d1d4d}.hover\:text-red-800\/40:hover{color:#aa1d1d66}.hover\:text-red-800\/50:hover{color:#aa1d1d80}.hover\:text-red-800\/60:hover{color:#aa1d1d99}.hover\:text-red-800\/70:hover{color:#aa1d1db3}.hover\:text-red-800\/75:hover{color:#aa1d1dbf}.hover\:text-red-800\/80:hover{color:#aa1d1dcc}.hover\:text-red-800\/90:hover{color:#aa1d1de6}.hover\:text-red-800\/95:hover{color:#aa1d1df2}.hover\:text-red-800\/100:hover{color:#aa1d1d}.hover\:text-red-900\/0:hover{color:#8b181800}.hover\:text-red-900\/5:hover{color:#8b18180d}.hover\:text-red-900\/10:hover{color:#8b18181a}.hover\:text-red-900\/20:hover{color:#8b181833}.hover\:text-red-900\/25:hover{color:#8b181840}.hover\:text-red-900\/30:hover{color:#8b18184d}.hover\:text-red-900\/40:hover{color:#8b181866}.hover\:text-red-900\/50:hover{color:#8b181880}.hover\:text-red-900\/60:hover{color:#8b181899}.hover\:text-red-900\/70:hover{color:#8b1818b3}.hover\:text-red-900\/75:hover{color:#8b1818bf}.hover\:text-red-900\/80:hover{color:#8b1818cc}.hover\:text-red-900\/90:hover{color:#8b1818e6}.hover\:text-red-900\/95:hover{color:#8b1818f2}.hover\:text-red-900\/100:hover{color:#8b1818}.hover\:text-orange-50\/0:hover{color:#fff7ed00}.hover\:text-orange-50\/5:hover{color:#fff7ed0d}.hover\:text-orange-50\/10:hover{color:#fff7ed1a}.hover\:text-orange-50\/20:hover{color:#fff7ed33}.hover\:text-orange-50\/25:hover{color:#fff7ed40}.hover\:text-orange-50\/30:hover{color:#fff7ed4d}.hover\:text-orange-50\/40:hover{color:#fff7ed66}.hover\:text-orange-50\/50:hover{color:#fff7ed80}.hover\:text-orange-50\/60:hover{color:#fff7ed99}.hover\:text-orange-50\/70:hover{color:#fff7edb3}.hover\:text-orange-50\/75:hover{color:#fff7edbf}.hover\:text-orange-50\/80:hover{color:#fff7edcc}.hover\:text-orange-50\/90:hover{color:#fff7ede6}.hover\:text-orange-50\/95:hover{color:#fff7edf2}.hover\:text-orange-50\/100:hover{color:#fff7ed}.hover\:text-orange-100\/0:hover{color:#fcf3f100}.hover\:text-orange-100\/5:hover{color:#fcf3f10d}.hover\:text-orange-100\/10:hover{color:#fcf3f11a}.hover\:text-orange-100\/20:hover{color:#fcf3f133}.hover\:text-orange-100\/25:hover{color:#fcf3f140}.hover\:text-orange-100\/30:hover{color:#fcf3f14d}.hover\:text-orange-100\/40:hover{color:#fcf3f166}.hover\:text-orange-100\/50:hover{color:#fcf3f180}.hover\:text-orange-100\/60:hover{color:#fcf3f199}.hover\:text-orange-100\/70:hover{color:#fcf3f1b3}.hover\:text-orange-100\/75:hover{color:#fcf3f1bf}.hover\:text-orange-100\/80:hover{color:#fcf3f1cc}.hover\:text-orange-100\/90:hover{color:#fcf3f1e6}.hover\:text-orange-100\/95:hover{color:#fcf3f1f2}.hover\:text-orange-100\/100:hover{color:#fcf3f1}.hover\:text-orange-200\/0:hover{color:#fae7e400}.hover\:text-orange-200\/5:hover{color:#fae7e40d}.hover\:text-orange-200\/10:hover{color:#fae7e41a}.hover\:text-orange-200\/20:hover{color:#fae7e433}.hover\:text-orange-200\/25:hover{color:#fae7e440}.hover\:text-orange-200\/30:hover{color:#fae7e44d}.hover\:text-orange-200\/40:hover{color:#fae7e466}.hover\:text-orange-200\/50:hover{color:#fae7e480}.hover\:text-orange-200\/60:hover{color:#fae7e499}.hover\:text-orange-200\/70:hover{color:#fae7e4b3}.hover\:text-orange-200\/75:hover{color:#fae7e4bf}.hover\:text-orange-200\/80:hover{color:#fae7e4cc}.hover\:text-orange-200\/90:hover{color:#fae7e4e6}.hover\:text-orange-200\/95:hover{color:#fae7e4f2}.hover\:text-orange-200\/100:hover{color:#fae7e4}.hover\:text-orange-300\/0:hover{color:#f6cdc500}.hover\:text-orange-300\/5:hover{color:#f6cdc50d}.hover\:text-orange-300\/10:hover{color:#f6cdc51a}.hover\:text-orange-300\/20:hover{color:#f6cdc533}.hover\:text-orange-300\/25:hover{color:#f6cdc540}.hover\:text-orange-300\/30:hover{color:#f6cdc54d}.hover\:text-orange-300\/40:hover{color:#f6cdc566}.hover\:text-orange-300\/50:hover{color:#f6cdc580}.hover\:text-orange-300\/60:hover{color:#f6cdc599}.hover\:text-orange-300\/70:hover{color:#f6cdc5b3}.hover\:text-orange-300\/75:hover{color:#f6cdc5bf}.hover\:text-orange-300\/80:hover{color:#f6cdc5cc}.hover\:text-orange-300\/90:hover{color:#f6cdc5e6}.hover\:text-orange-300\/95:hover{color:#f6cdc5f2}.hover\:text-orange-300\/100:hover{color:#f6cdc5}.hover\:text-orange-400\/0:hover{color:#f2afa100}.hover\:text-orange-400\/5:hover{color:#f2afa10d}.hover\:text-orange-400\/10:hover{color:#f2afa11a}.hover\:text-orange-400\/20:hover{color:#f2afa133}.hover\:text-orange-400\/25:hover{color:#f2afa140}.hover\:text-orange-400\/30:hover{color:#f2afa14d}.hover\:text-orange-400\/40:hover{color:#f2afa166}.hover\:text-orange-400\/50:hover{color:#f2afa180}.hover\:text-orange-400\/60:hover{color:#f2afa199}.hover\:text-orange-400\/70:hover{color:#f2afa1b3}.hover\:text-orange-400\/75:hover{color:#f2afa1bf}.hover\:text-orange-400\/80:hover{color:#f2afa1cc}.hover\:text-orange-400\/90:hover{color:#f2afa1e6}.hover\:text-orange-400\/95:hover{color:#f2afa1f2}.hover\:text-orange-400\/100:hover{color:#f2afa1}.hover\:text-orange-500\/0:hover{color:#ee8a7200}.hover\:text-orange-500\/5:hover{color:#ee8a720d}.hover\:text-orange-500\/10:hover{color:#ee8a721a}.hover\:text-orange-500\/20:hover{color:#ee8a7233}.hover\:text-orange-500\/25:hover{color:#ee8a7240}.hover\:text-orange-500\/30:hover{color:#ee8a724d}.hover\:text-orange-500\/40:hover{color:#ee8a7266}.hover\:text-orange-500\/50:hover{color:#ee8a7280}.hover\:text-orange-500\/60:hover{color:#ee8a7299}.hover\:text-orange-500\/70:hover{color:#ee8a72b3}.hover\:text-orange-500\/75:hover{color:#ee8a72bf}.hover\:text-orange-500\/80:hover{color:#ee8a72cc}.hover\:text-orange-500\/90:hover{color:#ee8a72e6}.hover\:text-orange-500\/95:hover{color:#ee8a72f2}.hover\:text-orange-500\/100:hover{color:#ee8a72}.hover\:text-orange-600\/0:hover{color:#ea580c00}.hover\:text-orange-600\/5:hover{color:#ea580c0d}.hover\:text-orange-600\/10:hover{color:#ea580c1a}.hover\:text-orange-600\/20:hover{color:#ea580c33}.hover\:text-orange-600\/25:hover{color:#ea580c40}.hover\:text-orange-600\/30:hover{color:#ea580c4d}.hover\:text-orange-600\/40:hover{color:#ea580c66}.hover\:text-orange-600\/50:hover{color:#ea580c80}.hover\:text-orange-600\/60:hover{color:#ea580c99}.hover\:text-orange-600\/70:hover{color:#ea580cb3}.hover\:text-orange-600\/75:hover{color:#ea580cbf}.hover\:text-orange-600\/80:hover{color:#ea580ccc}.hover\:text-orange-600\/90:hover{color:#ea580ce6}.hover\:text-orange-600\/95:hover{color:#ea580cf2}.hover\:text-orange-600\/100:hover{color:#ea580c}.hover\:text-orange-700\/0:hover{color:#d14e0a00}.hover\:text-orange-700\/5:hover{color:#d14e0a0d}.hover\:text-orange-700\/10:hover{color:#d14e0a1a}.hover\:text-orange-700\/20:hover{color:#d14e0a33}.hover\:text-orange-700\/25:hover{color:#d14e0a40}.hover\:text-orange-700\/30:hover{color:#d14e0a4d}.hover\:text-orange-700\/40:hover{color:#d14e0a66}.hover\:text-orange-700\/50:hover{color:#d14e0a80}.hover\:text-orange-700\/60:hover{color:#d14e0a99}.hover\:text-orange-700\/70:hover{color:#d14e0ab3}.hover\:text-orange-700\/75:hover{color:#d14e0abf}.hover\:text-orange-700\/80:hover{color:#d14e0acc}.hover\:text-orange-700\/90:hover{color:#d14e0ae6}.hover\:text-orange-700\/95:hover{color:#d14e0af2}.hover\:text-orange-700\/100:hover{color:#d14e0a}.hover\:text-orange-800\/0:hover{color:#b5440900}.hover\:text-orange-800\/5:hover{color:#b544090d}.hover\:text-orange-800\/10:hover{color:#b544091a}.hover\:text-orange-800\/20:hover{color:#b5440933}.hover\:text-orange-800\/25:hover{color:#b5440940}.hover\:text-orange-800\/30:hover{color:#b544094d}.hover\:text-orange-800\/40:hover{color:#b5440966}.hover\:text-orange-800\/50:hover{color:#b5440980}.hover\:text-orange-800\/60:hover{color:#b5440999}.hover\:text-orange-800\/70:hover{color:#b54409b3}.hover\:text-orange-800\/75:hover{color:#b54409bf}.hover\:text-orange-800\/80:hover{color:#b54409cc}.hover\:text-orange-800\/90:hover{color:#b54409e6}.hover\:text-orange-800\/95:hover{color:#b54409f2}.hover\:text-orange-800\/100:hover{color:#b54409}.hover\:text-orange-900\/0:hover{color:#93370700}.hover\:text-orange-900\/5:hover{color:#9337070d}.hover\:text-orange-900\/10:hover{color:#9337071a}.hover\:text-orange-900\/20:hover{color:#93370733}.hover\:text-orange-900\/25:hover{color:#93370740}.hover\:text-orange-900\/30:hover{color:#9337074d}.hover\:text-orange-900\/40:hover{color:#93370766}.hover\:text-orange-900\/50:hover{color:#93370780}.hover\:text-orange-900\/60:hover{color:#93370799}.hover\:text-orange-900\/70:hover{color:#933707b3}.hover\:text-orange-900\/75:hover{color:#933707bf}.hover\:text-orange-900\/80:hover{color:#933707cc}.hover\:text-orange-900\/90:hover{color:#933707e6}.hover\:text-orange-900\/95:hover{color:#933707f2}.hover\:text-orange-900\/100:hover{color:#933707}.hover\:text-yellow-50\/0:hover{color:#fefce800}.hover\:text-yellow-50\/5:hover{color:#fefce80d}.hover\:text-yellow-50\/10:hover{color:#fefce81a}.hover\:text-yellow-50\/20:hover{color:#fefce833}.hover\:text-yellow-50\/25:hover{color:#fefce840}.hover\:text-yellow-50\/30:hover{color:#fefce84d}.hover\:text-yellow-50\/40:hover{color:#fefce866}.hover\:text-yellow-50\/50:hover{color:#fefce880}.hover\:text-yellow-50\/60:hover{color:#fefce899}.hover\:text-yellow-50\/70:hover{color:#fefce8b3}.hover\:text-yellow-50\/75:hover{color:#fefce8bf}.hover\:text-yellow-50\/80:hover{color:#fefce8cc}.hover\:text-yellow-50\/90:hover{color:#fefce8e6}.hover\:text-yellow-50\/95:hover{color:#fefce8f2}.hover\:text-yellow-50\/100:hover{color:#fefce8}.hover\:text-yellow-100\/0:hover{color:#fef3c700}.hover\:text-yellow-100\/5:hover{color:#fef3c70d}.hover\:text-yellow-100\/10:hover{color:#fef3c71a}.hover\:text-yellow-100\/20:hover{color:#fef3c733}.hover\:text-yellow-100\/25:hover{color:#fef3c740}.hover\:text-yellow-100\/30:hover{color:#fef3c74d}.hover\:text-yellow-100\/40:hover{color:#fef3c766}.hover\:text-yellow-100\/50:hover{color:#fef3c780}.hover\:text-yellow-100\/60:hover{color:#fef3c799}.hover\:text-yellow-100\/70:hover{color:#fef3c7b3}.hover\:text-yellow-100\/75:hover{color:#fef3c7bf}.hover\:text-yellow-100\/80:hover{color:#fef3c7cc}.hover\:text-yellow-100\/90:hover{color:#fef3c7e6}.hover\:text-yellow-100\/95:hover{color:#fef3c7f2}.hover\:text-yellow-100\/100:hover{color:#fef3c7}.hover\:text-yellow-200\/0:hover{color:#fde68a00}.hover\:text-yellow-200\/5:hover{color:#fde68a0d}.hover\:text-yellow-200\/10:hover{color:#fde68a1a}.hover\:text-yellow-200\/20:hover{color:#fde68a33}.hover\:text-yellow-200\/25:hover{color:#fde68a40}.hover\:text-yellow-200\/30:hover{color:#fde68a4d}.hover\:text-yellow-200\/40:hover{color:#fde68a66}.hover\:text-yellow-200\/50:hover{color:#fde68a80}.hover\:text-yellow-200\/60:hover{color:#fde68a99}.hover\:text-yellow-200\/70:hover{color:#fde68ab3}.hover\:text-yellow-200\/75:hover{color:#fde68abf}.hover\:text-yellow-200\/80:hover{color:#fde68acc}.hover\:text-yellow-200\/90:hover{color:#fde68ae6}.hover\:text-yellow-200\/95:hover{color:#fde68af2}.hover\:text-yellow-200\/100:hover{color:#fde68a}.hover\:text-yellow-300\/0:hover{color:#fcd34d00}.hover\:text-yellow-300\/5:hover{color:#fcd34d0d}.hover\:text-yellow-300\/10:hover{color:#fcd34d1a}.hover\:text-yellow-300\/20:hover{color:#fcd34d33}.hover\:text-yellow-300\/25:hover{color:#fcd34d40}.hover\:text-yellow-300\/30:hover{color:#fcd34d4d}.hover\:text-yellow-300\/40:hover{color:#fcd34d66}.hover\:text-yellow-300\/50:hover{color:#fcd34d80}.hover\:text-yellow-300\/60:hover{color:#fcd34d99}.hover\:text-yellow-300\/70:hover{color:#fcd34db3}.hover\:text-yellow-300\/75:hover{color:#fcd34dbf}.hover\:text-yellow-300\/80:hover{color:#fcd34dcc}.hover\:text-yellow-300\/90:hover{color:#fcd34de6}.hover\:text-yellow-300\/95:hover{color:#fcd34df2}.hover\:text-yellow-300\/100:hover{color:#fcd34d}.hover\:text-yellow-400\/0:hover{color:#fbbf2400}.hover\:text-yellow-400\/5:hover{color:#fbbf240d}.hover\:text-yellow-400\/10:hover{color:#fbbf241a}.hover\:text-yellow-400\/20:hover{color:#fbbf2433}.hover\:text-yellow-400\/25:hover{color:#fbbf2440}.hover\:text-yellow-400\/30:hover{color:#fbbf244d}.hover\:text-yellow-400\/40:hover{color:#fbbf2466}.hover\:text-yellow-400\/50:hover{color:#fbbf2480}.hover\:text-yellow-400\/60:hover{color:#fbbf2499}.hover\:text-yellow-400\/70:hover{color:#fbbf24b3}.hover\:text-yellow-400\/75:hover{color:#fbbf24bf}.hover\:text-yellow-400\/80:hover{color:#fbbf24cc}.hover\:text-yellow-400\/90:hover{color:#fbbf24e6}.hover\:text-yellow-400\/95:hover{color:#fbbf24f2}.hover\:text-yellow-400\/100:hover{color:#fbbf24}.hover\:text-yellow-500\/0:hover{color:#eab30800}.hover\:text-yellow-500\/5:hover{color:#eab3080d}.hover\:text-yellow-500\/10:hover{color:#eab3081a}.hover\:text-yellow-500\/20:hover{color:#eab30833}.hover\:text-yellow-500\/25:hover{color:#eab30840}.hover\:text-yellow-500\/30:hover{color:#eab3084d}.hover\:text-yellow-500\/40:hover{color:#eab30866}.hover\:text-yellow-500\/50:hover{color:#eab30880}.hover\:text-yellow-500\/60:hover{color:#eab30899}.hover\:text-yellow-500\/70:hover{color:#eab308b3}.hover\:text-yellow-500\/75:hover{color:#eab308bf}.hover\:text-yellow-500\/80:hover{color:#eab308cc}.hover\:text-yellow-500\/90:hover{color:#eab308e6}.hover\:text-yellow-500\/95:hover{color:#eab308f2}.hover\:text-yellow-500\/100:hover{color:#eab308}.hover\:text-yellow-600\/0:hover{color:#d9770600}.hover\:text-yellow-600\/5:hover{color:#d977060d}.hover\:text-yellow-600\/10:hover{color:#d977061a}.hover\:text-yellow-600\/20:hover{color:#d9770633}.hover\:text-yellow-600\/25:hover{color:#d9770640}.hover\:text-yellow-600\/30:hover{color:#d977064d}.hover\:text-yellow-600\/40:hover{color:#d9770666}.hover\:text-yellow-600\/50:hover{color:#d9770680}.hover\:text-yellow-600\/60:hover{color:#d9770699}.hover\:text-yellow-600\/70:hover{color:#d97706b3}.hover\:text-yellow-600\/75:hover{color:#d97706bf}.hover\:text-yellow-600\/80:hover{color:#d97706cc}.hover\:text-yellow-600\/90:hover{color:#d97706e6}.hover\:text-yellow-600\/95:hover{color:#d97706f2}.hover\:text-yellow-600\/100:hover{color:#d97706}.hover\:text-yellow-700\/0:hover{color:#b4530900}.hover\:text-yellow-700\/5:hover{color:#b453090d}.hover\:text-yellow-700\/10:hover{color:#b453091a}.hover\:text-yellow-700\/20:hover{color:#b4530933}.hover\:text-yellow-700\/25:hover{color:#b4530940}.hover\:text-yellow-700\/30:hover{color:#b453094d}.hover\:text-yellow-700\/40:hover{color:#b4530966}.hover\:text-yellow-700\/50:hover{color:#b4530980}.hover\:text-yellow-700\/60:hover{color:#b4530999}.hover\:text-yellow-700\/70:hover{color:#b45309b3}.hover\:text-yellow-700\/75:hover{color:#b45309bf}.hover\:text-yellow-700\/80:hover{color:#b45309cc}.hover\:text-yellow-700\/90:hover{color:#b45309e6}.hover\:text-yellow-700\/95:hover{color:#b45309f2}.hover\:text-yellow-700\/100:hover{color:#b45309}.hover\:text-yellow-800\/0:hover{color:#92400e00}.hover\:text-yellow-800\/5:hover{color:#92400e0d}.hover\:text-yellow-800\/10:hover{color:#92400e1a}.hover\:text-yellow-800\/20:hover{color:#92400e33}.hover\:text-yellow-800\/25:hover{color:#92400e40}.hover\:text-yellow-800\/30:hover{color:#92400e4d}.hover\:text-yellow-800\/40:hover{color:#92400e66}.hover\:text-yellow-800\/50:hover{color:#92400e80}.hover\:text-yellow-800\/60:hover{color:#92400e99}.hover\:text-yellow-800\/70:hover{color:#92400eb3}.hover\:text-yellow-800\/75:hover{color:#92400ebf}.hover\:text-yellow-800\/80:hover{color:#92400ecc}.hover\:text-yellow-800\/90:hover{color:#92400ee6}.hover\:text-yellow-800\/95:hover{color:#92400ef2}.hover\:text-yellow-800\/100:hover{color:#92400e}.hover\:text-yellow-900\/0:hover{color:#78350f00}.hover\:text-yellow-900\/5:hover{color:#78350f0d}.hover\:text-yellow-900\/10:hover{color:#78350f1a}.hover\:text-yellow-900\/20:hover{color:#78350f33}.hover\:text-yellow-900\/25:hover{color:#78350f40}.hover\:text-yellow-900\/30:hover{color:#78350f4d}.hover\:text-yellow-900\/40:hover{color:#78350f66}.hover\:text-yellow-900\/50:hover{color:#78350f80}.hover\:text-yellow-900\/60:hover{color:#78350f99}.hover\:text-yellow-900\/70:hover{color:#78350fb3}.hover\:text-yellow-900\/75:hover{color:#78350fbf}.hover\:text-yellow-900\/80:hover{color:#78350fcc}.hover\:text-yellow-900\/90:hover{color:#78350fe6}.hover\:text-yellow-900\/95:hover{color:#78350ff2}.hover\:text-yellow-900\/100:hover{color:#78350f}.hover\:text-green-50\/0:hover{color:#f0fdf400}.hover\:text-green-50\/5:hover{color:#f0fdf40d}.hover\:text-green-50\/10:hover{color:#f0fdf41a}.hover\:text-green-50\/20:hover{color:#f0fdf433}.hover\:text-green-50\/25:hover{color:#f0fdf440}.hover\:text-green-50\/30:hover{color:#f0fdf44d}.hover\:text-green-50\/40:hover{color:#f0fdf466}.hover\:text-green-50\/50:hover{color:#f0fdf480}.hover\:text-green-50\/60:hover{color:#f0fdf499}.hover\:text-green-50\/70:hover{color:#f0fdf4b3}.hover\:text-green-50\/75:hover{color:#f0fdf4bf}.hover\:text-green-50\/80:hover{color:#f0fdf4cc}.hover\:text-green-50\/90:hover{color:#f0fdf4e6}.hover\:text-green-50\/95:hover{color:#f0fdf4f2}.hover\:text-green-50\/100:hover{color:#f0fdf4}.hover\:text-green-100\/0:hover{color:#f2faf600}.hover\:text-green-100\/5:hover{color:#f2faf60d}.hover\:text-green-100\/10:hover{color:#f2faf61a}.hover\:text-green-100\/20:hover{color:#f2faf633}.hover\:text-green-100\/25:hover{color:#f2faf640}.hover\:text-green-100\/30:hover{color:#f2faf64d}.hover\:text-green-100\/40:hover{color:#f2faf666}.hover\:text-green-100\/50:hover{color:#f2faf680}.hover\:text-green-100\/60:hover{color:#f2faf699}.hover\:text-green-100\/70:hover{color:#f2faf6b3}.hover\:text-green-100\/75:hover{color:#f2faf6bf}.hover\:text-green-100\/80:hover{color:#f2faf6cc}.hover\:text-green-100\/90:hover{color:#f2faf6e6}.hover\:text-green-100\/95:hover{color:#f2faf6f2}.hover\:text-green-100\/100:hover{color:#f2faf6}.hover\:text-green-200\/0:hover{color:#e5f6ee00}.hover\:text-green-200\/5:hover{color:#e5f6ee0d}.hover\:text-green-200\/10:hover{color:#e5f6ee1a}.hover\:text-green-200\/20:hover{color:#e5f6ee33}.hover\:text-green-200\/25:hover{color:#e5f6ee40}.hover\:text-green-200\/30:hover{color:#e5f6ee4d}.hover\:text-green-200\/40:hover{color:#e5f6ee66}.hover\:text-green-200\/50:hover{color:#e5f6ee80}.hover\:text-green-200\/60:hover{color:#e5f6ee99}.hover\:text-green-200\/70:hover{color:#e5f6eeb3}.hover\:text-green-200\/75:hover{color:#e5f6eebf}.hover\:text-green-200\/80:hover{color:#e5f6eecc}.hover\:text-green-200\/90:hover{color:#e5f6eee6}.hover\:text-green-200\/95:hover{color:#e5f6eef2}.hover\:text-green-200\/100:hover{color:#e5f6ee}.hover\:text-green-300\/0:hover{color:#c8eedb00}.hover\:text-green-300\/5:hover{color:#c8eedb0d}.hover\:text-green-300\/10:hover{color:#c8eedb1a}.hover\:text-green-300\/20:hover{color:#c8eedb33}.hover\:text-green-300\/25:hover{color:#c8eedb40}.hover\:text-green-300\/30:hover{color:#c8eedb4d}.hover\:text-green-300\/40:hover{color:#c8eedb66}.hover\:text-green-300\/50:hover{color:#c8eedb80}.hover\:text-green-300\/60:hover{color:#c8eedb99}.hover\:text-green-300\/70:hover{color:#c8eedbb3}.hover\:text-green-300\/75:hover{color:#c8eedbbf}.hover\:text-green-300\/80:hover{color:#c8eedbcc}.hover\:text-green-300\/90:hover{color:#c8eedbe6}.hover\:text-green-300\/95:hover{color:#c8eedbf2}.hover\:text-green-300\/100:hover{color:#c8eedb}.hover\:text-green-400\/0:hover{color:#a6e5c800}.hover\:text-green-400\/5:hover{color:#a6e5c80d}.hover\:text-green-400\/10:hover{color:#a6e5c81a}.hover\:text-green-400\/20:hover{color:#a6e5c833}.hover\:text-green-400\/25:hover{color:#a6e5c840}.hover\:text-green-400\/30:hover{color:#a6e5c84d}.hover\:text-green-400\/40:hover{color:#a6e5c866}.hover\:text-green-400\/50:hover{color:#a6e5c880}.hover\:text-green-400\/60:hover{color:#a6e5c899}.hover\:text-green-400\/70:hover{color:#a6e5c8b3}.hover\:text-green-400\/75:hover{color:#a6e5c8bf}.hover\:text-green-400\/80:hover{color:#a6e5c8cc}.hover\:text-green-400\/90:hover{color:#a6e5c8e6}.hover\:text-green-400\/95:hover{color:#a6e5c8f2}.hover\:text-green-400\/100:hover{color:#a6e5c8}.hover\:text-green-500\/0:hover{color:#7bdcb200}.hover\:text-green-500\/5:hover{color:#7bdcb20d}.hover\:text-green-500\/10:hover{color:#7bdcb21a}.hover\:text-green-500\/20:hover{color:#7bdcb233}.hover\:text-green-500\/25:hover{color:#7bdcb240}.hover\:text-green-500\/30:hover{color:#7bdcb24d}.hover\:text-green-500\/40:hover{color:#7bdcb266}.hover\:text-green-500\/50:hover{color:#7bdcb280}.hover\:text-green-500\/60:hover{color:#7bdcb299}.hover\:text-green-500\/70:hover{color:#7bdcb2b3}.hover\:text-green-500\/75:hover{color:#7bdcb2bf}.hover\:text-green-500\/80:hover{color:#7bdcb2cc}.hover\:text-green-500\/90:hover{color:#7bdcb2e6}.hover\:text-green-500\/95:hover{color:#7bdcb2f2}.hover\:text-green-500\/100:hover{color:#7bdcb2}.hover\:text-green-600\/0:hover{color:#34d39900}.hover\:text-green-600\/5:hover{color:#34d3990d}.hover\:text-green-600\/10:hover{color:#34d3991a}.hover\:text-green-600\/20:hover{color:#34d39933}.hover\:text-green-600\/25:hover{color:#34d39940}.hover\:text-green-600\/30:hover{color:#34d3994d}.hover\:text-green-600\/40:hover{color:#34d39966}.hover\:text-green-600\/50:hover{color:#34d39980}.hover\:text-green-600\/60:hover{color:#34d39999}.hover\:text-green-600\/70:hover{color:#34d399b3}.hover\:text-green-600\/75:hover{color:#34d399bf}.hover\:text-green-600\/80:hover{color:#34d399cc}.hover\:text-green-600\/90:hover{color:#34d399e6}.hover\:text-green-600\/95:hover{color:#34d399f2}.hover\:text-green-600\/100:hover{color:#34d399}.hover\:text-green-700\/0:hover{color:#2ebc8800}.hover\:text-green-700\/5:hover{color:#2ebc880d}.hover\:text-green-700\/10:hover{color:#2ebc881a}.hover\:text-green-700\/20:hover{color:#2ebc8833}.hover\:text-green-700\/25:hover{color:#2ebc8840}.hover\:text-green-700\/30:hover{color:#2ebc884d}.hover\:text-green-700\/40:hover{color:#2ebc8866}.hover\:text-green-700\/50:hover{color:#2ebc8880}.hover\:text-green-700\/60:hover{color:#2ebc8899}.hover\:text-green-700\/70:hover{color:#2ebc88b3}.hover\:text-green-700\/75:hover{color:#2ebc88bf}.hover\:text-green-700\/80:hover{color:#2ebc88cc}.hover\:text-green-700\/90:hover{color:#2ebc88e6}.hover\:text-green-700\/95:hover{color:#2ebc88f2}.hover\:text-green-700\/100:hover{color:#2ebc88}.hover\:text-green-800\/0:hover{color:#28a37600}.hover\:text-green-800\/5:hover{color:#28a3760d}.hover\:text-green-800\/10:hover{color:#28a3761a}.hover\:text-green-800\/20:hover{color:#28a37633}.hover\:text-green-800\/25:hover{color:#28a37640}.hover\:text-green-800\/30:hover{color:#28a3764d}.hover\:text-green-800\/40:hover{color:#28a37666}.hover\:text-green-800\/50:hover{color:#28a37680}.hover\:text-green-800\/60:hover{color:#28a37699}.hover\:text-green-800\/70:hover{color:#28a376b3}.hover\:text-green-800\/75:hover{color:#28a376bf}.hover\:text-green-800\/80:hover{color:#28a376cc}.hover\:text-green-800\/90:hover{color:#28a376e6}.hover\:text-green-800\/95:hover{color:#28a376f2}.hover\:text-green-800\/100:hover{color:#28a376}.hover\:text-green-900\/0:hover{color:#20856000}.hover\:text-green-900\/5:hover{color:#2085600d}.hover\:text-green-900\/10:hover{color:#2085601a}.hover\:text-green-900\/20:hover{color:#20856033}.hover\:text-green-900\/25:hover{color:#20856040}.hover\:text-green-900\/30:hover{color:#2085604d}.hover\:text-green-900\/40:hover{color:#20856066}.hover\:text-green-900\/50:hover{color:#20856080}.hover\:text-green-900\/60:hover{color:#20856099}.hover\:text-green-900\/70:hover{color:#208560b3}.hover\:text-green-900\/75:hover{color:#208560bf}.hover\:text-green-900\/80:hover{color:#208560cc}.hover\:text-green-900\/90:hover{color:#208560e6}.hover\:text-green-900\/95:hover{color:#208560f2}.hover\:text-green-900\/100:hover{color:#208560}.hover\:text-emerald-50\/0:hover{color:#ecfdf500}.hover\:text-emerald-50\/5:hover{color:#ecfdf50d}.hover\:text-emerald-50\/10:hover{color:#ecfdf51a}.hover\:text-emerald-50\/20:hover{color:#ecfdf533}.hover\:text-emerald-50\/25:hover{color:#ecfdf540}.hover\:text-emerald-50\/30:hover{color:#ecfdf54d}.hover\:text-emerald-50\/40:hover{color:#ecfdf566}.hover\:text-emerald-50\/50:hover{color:#ecfdf580}.hover\:text-emerald-50\/60:hover{color:#ecfdf599}.hover\:text-emerald-50\/70:hover{color:#ecfdf5b3}.hover\:text-emerald-50\/75:hover{color:#ecfdf5bf}.hover\:text-emerald-50\/80:hover{color:#ecfdf5cc}.hover\:text-emerald-50\/90:hover{color:#ecfdf5e6}.hover\:text-emerald-50\/95:hover{color:#ecfdf5f2}.hover\:text-emerald-50\/100:hover{color:#ecfdf5}.hover\:text-emerald-100\/0:hover{color:#d1fae500}.hover\:text-emerald-100\/5:hover{color:#d1fae50d}.hover\:text-emerald-100\/10:hover{color:#d1fae51a}.hover\:text-emerald-100\/20:hover{color:#d1fae533}.hover\:text-emerald-100\/25:hover{color:#d1fae540}.hover\:text-emerald-100\/30:hover{color:#d1fae54d}.hover\:text-emerald-100\/40:hover{color:#d1fae566}.hover\:text-emerald-100\/50:hover{color:#d1fae580}.hover\:text-emerald-100\/60:hover{color:#d1fae599}.hover\:text-emerald-100\/70:hover{color:#d1fae5b3}.hover\:text-emerald-100\/75:hover{color:#d1fae5bf}.hover\:text-emerald-100\/80:hover{color:#d1fae5cc}.hover\:text-emerald-100\/90:hover{color:#d1fae5e6}.hover\:text-emerald-100\/95:hover{color:#d1fae5f2}.hover\:text-emerald-100\/100:hover{color:#d1fae5}.hover\:text-emerald-200\/0:hover{color:#a7f3d000}.hover\:text-emerald-200\/5:hover{color:#a7f3d00d}.hover\:text-emerald-200\/10:hover{color:#a7f3d01a}.hover\:text-emerald-200\/20:hover{color:#a7f3d033}.hover\:text-emerald-200\/25:hover{color:#a7f3d040}.hover\:text-emerald-200\/30:hover{color:#a7f3d04d}.hover\:text-emerald-200\/40:hover{color:#a7f3d066}.hover\:text-emerald-200\/50:hover{color:#a7f3d080}.hover\:text-emerald-200\/60:hover{color:#a7f3d099}.hover\:text-emerald-200\/70:hover{color:#a7f3d0b3}.hover\:text-emerald-200\/75:hover{color:#a7f3d0bf}.hover\:text-emerald-200\/80:hover{color:#a7f3d0cc}.hover\:text-emerald-200\/90:hover{color:#a7f3d0e6}.hover\:text-emerald-200\/95:hover{color:#a7f3d0f2}.hover\:text-emerald-200\/100:hover{color:#a7f3d0}.hover\:text-emerald-300\/0:hover{color:#6ee7b700}.hover\:text-emerald-300\/5:hover{color:#6ee7b70d}.hover\:text-emerald-300\/10:hover{color:#6ee7b71a}.hover\:text-emerald-300\/20:hover{color:#6ee7b733}.hover\:text-emerald-300\/25:hover{color:#6ee7b740}.hover\:text-emerald-300\/30:hover{color:#6ee7b74d}.hover\:text-emerald-300\/40:hover{color:#6ee7b766}.hover\:text-emerald-300\/50:hover{color:#6ee7b780}.hover\:text-emerald-300\/60:hover{color:#6ee7b799}.hover\:text-emerald-300\/70:hover{color:#6ee7b7b3}.hover\:text-emerald-300\/75:hover{color:#6ee7b7bf}.hover\:text-emerald-300\/80:hover{color:#6ee7b7cc}.hover\:text-emerald-300\/90:hover{color:#6ee7b7e6}.hover\:text-emerald-300\/95:hover{color:#6ee7b7f2}.hover\:text-emerald-300\/100:hover{color:#6ee7b7}.hover\:text-emerald-400\/0:hover{color:#34d39900}.hover\:text-emerald-400\/5:hover{color:#34d3990d}.hover\:text-emerald-400\/10:hover{color:#34d3991a}.hover\:text-emerald-400\/20:hover{color:#34d39933}.hover\:text-emerald-400\/25:hover{color:#34d39940}.hover\:text-emerald-400\/30:hover{color:#34d3994d}.hover\:text-emerald-400\/40:hover{color:#34d39966}.hover\:text-emerald-400\/50:hover{color:#34d39980}.hover\:text-emerald-400\/60:hover{color:#34d39999}.hover\:text-emerald-400\/70:hover{color:#34d399b3}.hover\:text-emerald-400\/75:hover{color:#34d399bf}.hover\:text-emerald-400\/80:hover{color:#34d399cc}.hover\:text-emerald-400\/90:hover{color:#34d399e6}.hover\:text-emerald-400\/95:hover{color:#34d399f2}.hover\:text-emerald-400\/100:hover{color:#34d399}.hover\:text-emerald-500\/0:hover{color:#10b98100}.hover\:text-emerald-500\/5:hover{color:#10b9810d}.hover\:text-emerald-500\/10:hover{color:#10b9811a}.hover\:text-emerald-500\/20:hover{color:#10b98133}.hover\:text-emerald-500\/25:hover{color:#10b98140}.hover\:text-emerald-500\/30:hover{color:#10b9814d}.hover\:text-emerald-500\/40:hover{color:#10b98166}.hover\:text-emerald-500\/50:hover{color:#10b98180}.hover\:text-emerald-500\/60:hover{color:#10b98199}.hover\:text-emerald-500\/70:hover{color:#10b981b3}.hover\:text-emerald-500\/75:hover{color:#10b981bf}.hover\:text-emerald-500\/80:hover{color:#10b981cc}.hover\:text-emerald-500\/90:hover{color:#10b981e6}.hover\:text-emerald-500\/95:hover{color:#10b981f2}.hover\:text-emerald-500\/100:hover{color:#10b981}.hover\:text-emerald-600\/0:hover{color:#05966900}.hover\:text-emerald-600\/5:hover{color:#0596690d}.hover\:text-emerald-600\/10:hover{color:#0596691a}.hover\:text-emerald-600\/20:hover{color:#05966933}.hover\:text-emerald-600\/25:hover{color:#05966940}.hover\:text-emerald-600\/30:hover{color:#0596694d}.hover\:text-emerald-600\/40:hover{color:#05966966}.hover\:text-emerald-600\/50:hover{color:#05966980}.hover\:text-emerald-600\/60:hover{color:#05966999}.hover\:text-emerald-600\/70:hover{color:#059669b3}.hover\:text-emerald-600\/75:hover{color:#059669bf}.hover\:text-emerald-600\/80:hover{color:#059669cc}.hover\:text-emerald-600\/90:hover{color:#059669e6}.hover\:text-emerald-600\/95:hover{color:#059669f2}.hover\:text-emerald-600\/100:hover{color:#059669}.hover\:text-emerald-700\/0:hover{color:#04785700}.hover\:text-emerald-700\/5:hover{color:#0478570d}.hover\:text-emerald-700\/10:hover{color:#0478571a}.hover\:text-emerald-700\/20:hover{color:#04785733}.hover\:text-emerald-700\/25:hover{color:#04785740}.hover\:text-emerald-700\/30:hover{color:#0478574d}.hover\:text-emerald-700\/40:hover{color:#04785766}.hover\:text-emerald-700\/50:hover{color:#04785780}.hover\:text-emerald-700\/60:hover{color:#04785799}.hover\:text-emerald-700\/70:hover{color:#047857b3}.hover\:text-emerald-700\/75:hover{color:#047857bf}.hover\:text-emerald-700\/80:hover{color:#047857cc}.hover\:text-emerald-700\/90:hover{color:#047857e6}.hover\:text-emerald-700\/95:hover{color:#047857f2}.hover\:text-emerald-700\/100:hover{color:#047857}.hover\:text-emerald-800\/0:hover{color:#065f4600}.hover\:text-emerald-800\/5:hover{color:#065f460d}.hover\:text-emerald-800\/10:hover{color:#065f461a}.hover\:text-emerald-800\/20:hover{color:#065f4633}.hover\:text-emerald-800\/25:hover{color:#065f4640}.hover\:text-emerald-800\/30:hover{color:#065f464d}.hover\:text-emerald-800\/40:hover{color:#065f4666}.hover\:text-emerald-800\/50:hover{color:#065f4680}.hover\:text-emerald-800\/60:hover{color:#065f4699}.hover\:text-emerald-800\/70:hover{color:#065f46b3}.hover\:text-emerald-800\/75:hover{color:#065f46bf}.hover\:text-emerald-800\/80:hover{color:#065f46cc}.hover\:text-emerald-800\/90:hover{color:#065f46e6}.hover\:text-emerald-800\/95:hover{color:#065f46f2}.hover\:text-emerald-800\/100:hover{color:#065f46}.hover\:text-emerald-900\/0:hover{color:#064e3b00}.hover\:text-emerald-900\/5:hover{color:#064e3b0d}.hover\:text-emerald-900\/10:hover{color:#064e3b1a}.hover\:text-emerald-900\/20:hover{color:#064e3b33}.hover\:text-emerald-900\/25:hover{color:#064e3b40}.hover\:text-emerald-900\/30:hover{color:#064e3b4d}.hover\:text-emerald-900\/40:hover{color:#064e3b66}.hover\:text-emerald-900\/50:hover{color:#064e3b80}.hover\:text-emerald-900\/60:hover{color:#064e3b99}.hover\:text-emerald-900\/70:hover{color:#064e3bb3}.hover\:text-emerald-900\/75:hover{color:#064e3bbf}.hover\:text-emerald-900\/80:hover{color:#064e3bcc}.hover\:text-emerald-900\/90:hover{color:#064e3be6}.hover\:text-emerald-900\/95:hover{color:#064e3bf2}.hover\:text-emerald-900\/100:hover{color:#064e3b}.hover\:text-teal-50\/0:hover{color:#f0fdfa00}.hover\:text-teal-50\/5:hover{color:#f0fdfa0d}.hover\:text-teal-50\/10:hover{color:#f0fdfa1a}.hover\:text-teal-50\/20:hover{color:#f0fdfa33}.hover\:text-teal-50\/25:hover{color:#f0fdfa40}.hover\:text-teal-50\/30:hover{color:#f0fdfa4d}.hover\:text-teal-50\/40:hover{color:#f0fdfa66}.hover\:text-teal-50\/50:hover{color:#f0fdfa80}.hover\:text-teal-50\/60:hover{color:#f0fdfa99}.hover\:text-teal-50\/70:hover{color:#f0fdfab3}.hover\:text-teal-50\/75:hover{color:#f0fdfabf}.hover\:text-teal-50\/80:hover{color:#f0fdfacc}.hover\:text-teal-50\/90:hover{color:#f0fdfae6}.hover\:text-teal-50\/95:hover{color:#f0fdfaf2}.hover\:text-teal-50\/100:hover{color:#f0fdfa}.hover\:text-teal-100\/0:hover{color:#ccfbf100}.hover\:text-teal-100\/5:hover{color:#ccfbf10d}.hover\:text-teal-100\/10:hover{color:#ccfbf11a}.hover\:text-teal-100\/20:hover{color:#ccfbf133}.hover\:text-teal-100\/25:hover{color:#ccfbf140}.hover\:text-teal-100\/30:hover{color:#ccfbf14d}.hover\:text-teal-100\/40:hover{color:#ccfbf166}.hover\:text-teal-100\/50:hover{color:#ccfbf180}.hover\:text-teal-100\/60:hover{color:#ccfbf199}.hover\:text-teal-100\/70:hover{color:#ccfbf1b3}.hover\:text-teal-100\/75:hover{color:#ccfbf1bf}.hover\:text-teal-100\/80:hover{color:#ccfbf1cc}.hover\:text-teal-100\/90:hover{color:#ccfbf1e6}.hover\:text-teal-100\/95:hover{color:#ccfbf1f2}.hover\:text-teal-100\/100:hover{color:#ccfbf1}.hover\:text-teal-200\/0:hover{color:#99f6e400}.hover\:text-teal-200\/5:hover{color:#99f6e40d}.hover\:text-teal-200\/10:hover{color:#99f6e41a}.hover\:text-teal-200\/20:hover{color:#99f6e433}.hover\:text-teal-200\/25:hover{color:#99f6e440}.hover\:text-teal-200\/30:hover{color:#99f6e44d}.hover\:text-teal-200\/40:hover{color:#99f6e466}.hover\:text-teal-200\/50:hover{color:#99f6e480}.hover\:text-teal-200\/60:hover{color:#99f6e499}.hover\:text-teal-200\/70:hover{color:#99f6e4b3}.hover\:text-teal-200\/75:hover{color:#99f6e4bf}.hover\:text-teal-200\/80:hover{color:#99f6e4cc}.hover\:text-teal-200\/90:hover{color:#99f6e4e6}.hover\:text-teal-200\/95:hover{color:#99f6e4f2}.hover\:text-teal-200\/100:hover{color:#99f6e4}.hover\:text-teal-300\/0:hover{color:#5eead400}.hover\:text-teal-300\/5:hover{color:#5eead40d}.hover\:text-teal-300\/10:hover{color:#5eead41a}.hover\:text-teal-300\/20:hover{color:#5eead433}.hover\:text-teal-300\/25:hover{color:#5eead440}.hover\:text-teal-300\/30:hover{color:#5eead44d}.hover\:text-teal-300\/40:hover{color:#5eead466}.hover\:text-teal-300\/50:hover{color:#5eead480}.hover\:text-teal-300\/60:hover{color:#5eead499}.hover\:text-teal-300\/70:hover{color:#5eead4b3}.hover\:text-teal-300\/75:hover{color:#5eead4bf}.hover\:text-teal-300\/80:hover{color:#5eead4cc}.hover\:text-teal-300\/90:hover{color:#5eead4e6}.hover\:text-teal-300\/95:hover{color:#5eead4f2}.hover\:text-teal-300\/100:hover{color:#5eead4}.hover\:text-teal-400\/0:hover{color:#2dd4bf00}.hover\:text-teal-400\/5:hover{color:#2dd4bf0d}.hover\:text-teal-400\/10:hover{color:#2dd4bf1a}.hover\:text-teal-400\/20:hover{color:#2dd4bf33}.hover\:text-teal-400\/25:hover{color:#2dd4bf40}.hover\:text-teal-400\/30:hover{color:#2dd4bf4d}.hover\:text-teal-400\/40:hover{color:#2dd4bf66}.hover\:text-teal-400\/50:hover{color:#2dd4bf80}.hover\:text-teal-400\/60:hover{color:#2dd4bf99}.hover\:text-teal-400\/70:hover{color:#2dd4bfb3}.hover\:text-teal-400\/75:hover{color:#2dd4bfbf}.hover\:text-teal-400\/80:hover{color:#2dd4bfcc}.hover\:text-teal-400\/90:hover{color:#2dd4bfe6}.hover\:text-teal-400\/95:hover{color:#2dd4bff2}.hover\:text-teal-400\/100:hover{color:#2dd4bf}.hover\:text-teal-500\/0:hover{color:#14b8a600}.hover\:text-teal-500\/5:hover{color:#14b8a60d}.hover\:text-teal-500\/10:hover{color:#14b8a61a}.hover\:text-teal-500\/20:hover{color:#14b8a633}.hover\:text-teal-500\/25:hover{color:#14b8a640}.hover\:text-teal-500\/30:hover{color:#14b8a64d}.hover\:text-teal-500\/40:hover{color:#14b8a666}.hover\:text-teal-500\/50:hover{color:#14b8a680}.hover\:text-teal-500\/60:hover{color:#14b8a699}.hover\:text-teal-500\/70:hover{color:#14b8a6b3}.hover\:text-teal-500\/75:hover{color:#14b8a6bf}.hover\:text-teal-500\/80:hover{color:#14b8a6cc}.hover\:text-teal-500\/90:hover{color:#14b8a6e6}.hover\:text-teal-500\/95:hover{color:#14b8a6f2}.hover\:text-teal-500\/100:hover{color:#14b8a6}.hover\:text-teal-600\/0:hover{color:#0d948800}.hover\:text-teal-600\/5:hover{color:#0d94880d}.hover\:text-teal-600\/10:hover{color:#0d94881a}.hover\:text-teal-600\/20:hover{color:#0d948833}.hover\:text-teal-600\/25:hover{color:#0d948840}.hover\:text-teal-600\/30:hover{color:#0d94884d}.hover\:text-teal-600\/40:hover{color:#0d948866}.hover\:text-teal-600\/50:hover{color:#0d948880}.hover\:text-teal-600\/60:hover{color:#0d948899}.hover\:text-teal-600\/70:hover{color:#0d9488b3}.hover\:text-teal-600\/75:hover{color:#0d9488bf}.hover\:text-teal-600\/80:hover{color:#0d9488cc}.hover\:text-teal-600\/90:hover{color:#0d9488e6}.hover\:text-teal-600\/95:hover{color:#0d9488f2}.hover\:text-teal-600\/100:hover{color:#0d9488}.hover\:text-teal-700\/0:hover{color:#0f766e00}.hover\:text-teal-700\/5:hover{color:#0f766e0d}.hover\:text-teal-700\/10:hover{color:#0f766e1a}.hover\:text-teal-700\/20:hover{color:#0f766e33}.hover\:text-teal-700\/25:hover{color:#0f766e40}.hover\:text-teal-700\/30:hover{color:#0f766e4d}.hover\:text-teal-700\/40:hover{color:#0f766e66}.hover\:text-teal-700\/50:hover{color:#0f766e80}.hover\:text-teal-700\/60:hover{color:#0f766e99}.hover\:text-teal-700\/70:hover{color:#0f766eb3}.hover\:text-teal-700\/75:hover{color:#0f766ebf}.hover\:text-teal-700\/80:hover{color:#0f766ecc}.hover\:text-teal-700\/90:hover{color:#0f766ee6}.hover\:text-teal-700\/95:hover{color:#0f766ef2}.hover\:text-teal-700\/100:hover{color:#0f766e}.hover\:text-teal-800\/0:hover{color:#115e5900}.hover\:text-teal-800\/5:hover{color:#115e590d}.hover\:text-teal-800\/10:hover{color:#115e591a}.hover\:text-teal-800\/20:hover{color:#115e5933}.hover\:text-teal-800\/25:hover{color:#115e5940}.hover\:text-teal-800\/30:hover{color:#115e594d}.hover\:text-teal-800\/40:hover{color:#115e5966}.hover\:text-teal-800\/50:hover{color:#115e5980}.hover\:text-teal-800\/60:hover{color:#115e5999}.hover\:text-teal-800\/70:hover{color:#115e59b3}.hover\:text-teal-800\/75:hover{color:#115e59bf}.hover\:text-teal-800\/80:hover{color:#115e59cc}.hover\:text-teal-800\/90:hover{color:#115e59e6}.hover\:text-teal-800\/95:hover{color:#115e59f2}.hover\:text-teal-800\/100:hover{color:#115e59}.hover\:text-teal-900\/0:hover{color:#134e4a00}.hover\:text-teal-900\/5:hover{color:#134e4a0d}.hover\:text-teal-900\/10:hover{color:#134e4a1a}.hover\:text-teal-900\/20:hover{color:#134e4a33}.hover\:text-teal-900\/25:hover{color:#134e4a40}.hover\:text-teal-900\/30:hover{color:#134e4a4d}.hover\:text-teal-900\/40:hover{color:#134e4a66}.hover\:text-teal-900\/50:hover{color:#134e4a80}.hover\:text-teal-900\/60:hover{color:#134e4a99}.hover\:text-teal-900\/70:hover{color:#134e4ab3}.hover\:text-teal-900\/75:hover{color:#134e4abf}.hover\:text-teal-900\/80:hover{color:#134e4acc}.hover\:text-teal-900\/90:hover{color:#134e4ae6}.hover\:text-teal-900\/95:hover{color:#134e4af2}.hover\:text-teal-900\/100:hover{color:#134e4a}.hover\:text-sky-50\/0:hover{color:#f0f9ff00}.hover\:text-sky-50\/5:hover{color:#f0f9ff0d}.hover\:text-sky-50\/10:hover{color:#f0f9ff1a}.hover\:text-sky-50\/20:hover{color:#f0f9ff33}.hover\:text-sky-50\/25:hover{color:#f0f9ff40}.hover\:text-sky-50\/30:hover{color:#f0f9ff4d}.hover\:text-sky-50\/40:hover{color:#f0f9ff66}.hover\:text-sky-50\/50:hover{color:#f0f9ff80}.hover\:text-sky-50\/60:hover{color:#f0f9ff99}.hover\:text-sky-50\/70:hover{color:#f0f9ffb3}.hover\:text-sky-50\/75:hover{color:#f0f9ffbf}.hover\:text-sky-50\/80:hover{color:#f0f9ffcc}.hover\:text-sky-50\/90:hover{color:#f0f9ffe6}.hover\:text-sky-50\/95:hover{color:#f0f9fff2}.hover\:text-sky-50\/100:hover{color:#f0f9ff}.hover\:text-sky-100\/0:hover{color:#e0f2fe00}.hover\:text-sky-100\/5:hover{color:#e0f2fe0d}.hover\:text-sky-100\/10:hover{color:#e0f2fe1a}.hover\:text-sky-100\/20:hover{color:#e0f2fe33}.hover\:text-sky-100\/25:hover{color:#e0f2fe40}.hover\:text-sky-100\/30:hover{color:#e0f2fe4d}.hover\:text-sky-100\/40:hover{color:#e0f2fe66}.hover\:text-sky-100\/50:hover{color:#e0f2fe80}.hover\:text-sky-100\/60:hover{color:#e0f2fe99}.hover\:text-sky-100\/70:hover{color:#e0f2feb3}.hover\:text-sky-100\/75:hover{color:#e0f2febf}.hover\:text-sky-100\/80:hover{color:#e0f2fecc}.hover\:text-sky-100\/90:hover{color:#e0f2fee6}.hover\:text-sky-100\/95:hover{color:#e0f2fef2}.hover\:text-sky-100\/100:hover{color:#e0f2fe}.hover\:text-sky-200\/0:hover{color:#bae6fd00}.hover\:text-sky-200\/5:hover{color:#bae6fd0d}.hover\:text-sky-200\/10:hover{color:#bae6fd1a}.hover\:text-sky-200\/20:hover{color:#bae6fd33}.hover\:text-sky-200\/25:hover{color:#bae6fd40}.hover\:text-sky-200\/30:hover{color:#bae6fd4d}.hover\:text-sky-200\/40:hover{color:#bae6fd66}.hover\:text-sky-200\/50:hover{color:#bae6fd80}.hover\:text-sky-200\/60:hover{color:#bae6fd99}.hover\:text-sky-200\/70:hover{color:#bae6fdb3}.hover\:text-sky-200\/75:hover{color:#bae6fdbf}.hover\:text-sky-200\/80:hover{color:#bae6fdcc}.hover\:text-sky-200\/90:hover{color:#bae6fde6}.hover\:text-sky-200\/95:hover{color:#bae6fdf2}.hover\:text-sky-200\/100:hover{color:#bae6fd}.hover\:text-sky-300\/0:hover{color:#7dd3fc00}.hover\:text-sky-300\/5:hover{color:#7dd3fc0d}.hover\:text-sky-300\/10:hover{color:#7dd3fc1a}.hover\:text-sky-300\/20:hover{color:#7dd3fc33}.hover\:text-sky-300\/25:hover{color:#7dd3fc40}.hover\:text-sky-300\/30:hover{color:#7dd3fc4d}.hover\:text-sky-300\/40:hover{color:#7dd3fc66}.hover\:text-sky-300\/50:hover{color:#7dd3fc80}.hover\:text-sky-300\/60:hover{color:#7dd3fc99}.hover\:text-sky-300\/70:hover{color:#7dd3fcb3}.hover\:text-sky-300\/75:hover{color:#7dd3fcbf}.hover\:text-sky-300\/80:hover{color:#7dd3fccc}.hover\:text-sky-300\/90:hover{color:#7dd3fce6}.hover\:text-sky-300\/95:hover{color:#7dd3fcf2}.hover\:text-sky-300\/100:hover{color:#7dd3fc}.hover\:text-sky-400\/0:hover{color:#38bdf800}.hover\:text-sky-400\/5:hover{color:#38bdf80d}.hover\:text-sky-400\/10:hover{color:#38bdf81a}.hover\:text-sky-400\/20:hover{color:#38bdf833}.hover\:text-sky-400\/25:hover{color:#38bdf840}.hover\:text-sky-400\/30:hover{color:#38bdf84d}.hover\:text-sky-400\/40:hover{color:#38bdf866}.hover\:text-sky-400\/50:hover{color:#38bdf880}.hover\:text-sky-400\/60:hover{color:#38bdf899}.hover\:text-sky-400\/70:hover{color:#38bdf8b3}.hover\:text-sky-400\/75:hover{color:#38bdf8bf}.hover\:text-sky-400\/80:hover{color:#38bdf8cc}.hover\:text-sky-400\/90:hover{color:#38bdf8e6}.hover\:text-sky-400\/95:hover{color:#38bdf8f2}.hover\:text-sky-400\/100:hover{color:#38bdf8}.hover\:text-sky-500\/0:hover{color:#0ea5e900}.hover\:text-sky-500\/5:hover{color:#0ea5e90d}.hover\:text-sky-500\/10:hover{color:#0ea5e91a}.hover\:text-sky-500\/20:hover{color:#0ea5e933}.hover\:text-sky-500\/25:hover{color:#0ea5e940}.hover\:text-sky-500\/30:hover{color:#0ea5e94d}.hover\:text-sky-500\/40:hover{color:#0ea5e966}.hover\:text-sky-500\/50:hover{color:#0ea5e980}.hover\:text-sky-500\/60:hover{color:#0ea5e999}.hover\:text-sky-500\/70:hover{color:#0ea5e9b3}.hover\:text-sky-500\/75:hover{color:#0ea5e9bf}.hover\:text-sky-500\/80:hover{color:#0ea5e9cc}.hover\:text-sky-500\/90:hover{color:#0ea5e9e6}.hover\:text-sky-500\/95:hover{color:#0ea5e9f2}.hover\:text-sky-500\/100:hover{color:#0ea5e9}.hover\:text-sky-600\/0:hover{color:#0284c700}.hover\:text-sky-600\/5:hover{color:#0284c70d}.hover\:text-sky-600\/10:hover{color:#0284c71a}.hover\:text-sky-600\/20:hover{color:#0284c733}.hover\:text-sky-600\/25:hover{color:#0284c740}.hover\:text-sky-600\/30:hover{color:#0284c74d}.hover\:text-sky-600\/40:hover{color:#0284c766}.hover\:text-sky-600\/50:hover{color:#0284c780}.hover\:text-sky-600\/60:hover{color:#0284c799}.hover\:text-sky-600\/70:hover{color:#0284c7b3}.hover\:text-sky-600\/75:hover{color:#0284c7bf}.hover\:text-sky-600\/80:hover{color:#0284c7cc}.hover\:text-sky-600\/90:hover{color:#0284c7e6}.hover\:text-sky-600\/95:hover{color:#0284c7f2}.hover\:text-sky-600\/100:hover{color:#0284c7}.hover\:text-sky-700\/0:hover{color:#0369a100}.hover\:text-sky-700\/5:hover{color:#0369a10d}.hover\:text-sky-700\/10:hover{color:#0369a11a}.hover\:text-sky-700\/20:hover{color:#0369a133}.hover\:text-sky-700\/25:hover{color:#0369a140}.hover\:text-sky-700\/30:hover{color:#0369a14d}.hover\:text-sky-700\/40:hover{color:#0369a166}.hover\:text-sky-700\/50:hover{color:#0369a180}.hover\:text-sky-700\/60:hover{color:#0369a199}.hover\:text-sky-700\/70:hover{color:#0369a1b3}.hover\:text-sky-700\/75:hover{color:#0369a1bf}.hover\:text-sky-700\/80:hover{color:#0369a1cc}.hover\:text-sky-700\/90:hover{color:#0369a1e6}.hover\:text-sky-700\/95:hover{color:#0369a1f2}.hover\:text-sky-700\/100:hover{color:#0369a1}.hover\:text-sky-800\/0:hover{color:#07598500}.hover\:text-sky-800\/5:hover{color:#0759850d}.hover\:text-sky-800\/10:hover{color:#0759851a}.hover\:text-sky-800\/20:hover{color:#07598533}.hover\:text-sky-800\/25:hover{color:#07598540}.hover\:text-sky-800\/30:hover{color:#0759854d}.hover\:text-sky-800\/40:hover{color:#07598566}.hover\:text-sky-800\/50:hover{color:#07598580}.hover\:text-sky-800\/60:hover{color:#07598599}.hover\:text-sky-800\/70:hover{color:#075985b3}.hover\:text-sky-800\/75:hover{color:#075985bf}.hover\:text-sky-800\/80:hover{color:#075985cc}.hover\:text-sky-800\/90:hover{color:#075985e6}.hover\:text-sky-800\/95:hover{color:#075985f2}.hover\:text-sky-800\/100:hover{color:#075985}.hover\:text-sky-900\/0:hover{color:#0c4a6e00}.hover\:text-sky-900\/5:hover{color:#0c4a6e0d}.hover\:text-sky-900\/10:hover{color:#0c4a6e1a}.hover\:text-sky-900\/20:hover{color:#0c4a6e33}.hover\:text-sky-900\/25:hover{color:#0c4a6e40}.hover\:text-sky-900\/30:hover{color:#0c4a6e4d}.hover\:text-sky-900\/40:hover{color:#0c4a6e66}.hover\:text-sky-900\/50:hover{color:#0c4a6e80}.hover\:text-sky-900\/60:hover{color:#0c4a6e99}.hover\:text-sky-900\/70:hover{color:#0c4a6eb3}.hover\:text-sky-900\/75:hover{color:#0c4a6ebf}.hover\:text-sky-900\/80:hover{color:#0c4a6ecc}.hover\:text-sky-900\/90:hover{color:#0c4a6ee6}.hover\:text-sky-900\/95:hover{color:#0c4a6ef2}.hover\:text-sky-900\/100:hover{color:#0c4a6e}.hover\:text-blue-50\/0:hover{color:#eff6ff00}.hover\:text-blue-50\/5:hover{color:#eff6ff0d}.hover\:text-blue-50\/10:hover{color:#eff6ff1a}.hover\:text-blue-50\/20:hover{color:#eff6ff33}.hover\:text-blue-50\/25:hover{color:#eff6ff40}.hover\:text-blue-50\/30:hover{color:#eff6ff4d}.hover\:text-blue-50\/40:hover{color:#eff6ff66}.hover\:text-blue-50\/50:hover{color:#eff6ff80}.hover\:text-blue-50\/60:hover{color:#eff6ff99}.hover\:text-blue-50\/70:hover{color:#eff6ffb3}.hover\:text-blue-50\/75:hover{color:#eff6ffbf}.hover\:text-blue-50\/80:hover{color:#eff6ffcc}.hover\:text-blue-50\/90:hover{color:#eff6ffe6}.hover\:text-blue-50\/95:hover{color:#eff6fff2}.hover\:text-blue-50\/100:hover{color:#eff6ff}.hover\:text-blue-100\/0:hover{color:#f2f3fd00}.hover\:text-blue-100\/5:hover{color:#f2f3fd0d}.hover\:text-blue-100\/10:hover{color:#f2f3fd1a}.hover\:text-blue-100\/20:hover{color:#f2f3fd33}.hover\:text-blue-100\/25:hover{color:#f2f3fd40}.hover\:text-blue-100\/30:hover{color:#f2f3fd4d}.hover\:text-blue-100\/40:hover{color:#f2f3fd66}.hover\:text-blue-100\/50:hover{color:#f2f3fd80}.hover\:text-blue-100\/60:hover{color:#f2f3fd99}.hover\:text-blue-100\/70:hover{color:#f2f3fdb3}.hover\:text-blue-100\/75:hover{color:#f2f3fdbf}.hover\:text-blue-100\/80:hover{color:#f2f3fdcc}.hover\:text-blue-100\/90:hover{color:#f2f3fde6}.hover\:text-blue-100\/95:hover{color:#f2f3fdf2}.hover\:text-blue-100\/100:hover{color:#f2f3fd}.hover\:text-blue-200\/0:hover{color:#e4e8fb00}.hover\:text-blue-200\/5:hover{color:#e4e8fb0d}.hover\:text-blue-200\/10:hover{color:#e4e8fb1a}.hover\:text-blue-200\/20:hover{color:#e4e8fb33}.hover\:text-blue-200\/25:hover{color:#e4e8fb40}.hover\:text-blue-200\/30:hover{color:#e4e8fb4d}.hover\:text-blue-200\/40:hover{color:#e4e8fb66}.hover\:text-blue-200\/50:hover{color:#e4e8fb80}.hover\:text-blue-200\/60:hover{color:#e4e8fb99}.hover\:text-blue-200\/70:hover{color:#e4e8fbb3}.hover\:text-blue-200\/75:hover{color:#e4e8fbbf}.hover\:text-blue-200\/80:hover{color:#e4e8fbcc}.hover\:text-blue-200\/90:hover{color:#e4e8fbe6}.hover\:text-blue-200\/95:hover{color:#e4e8fbf2}.hover\:text-blue-200\/100:hover{color:#e4e8fb}.hover\:text-blue-300\/0:hover{color:#c6cff700}.hover\:text-blue-300\/5:hover{color:#c6cff70d}.hover\:text-blue-300\/10:hover{color:#c6cff71a}.hover\:text-blue-300\/20:hover{color:#c6cff733}.hover\:text-blue-300\/25:hover{color:#c6cff740}.hover\:text-blue-300\/30:hover{color:#c6cff74d}.hover\:text-blue-300\/40:hover{color:#c6cff766}.hover\:text-blue-300\/50:hover{color:#c6cff780}.hover\:text-blue-300\/60:hover{color:#c6cff799}.hover\:text-blue-300\/70:hover{color:#c6cff7b3}.hover\:text-blue-300\/75:hover{color:#c6cff7bf}.hover\:text-blue-300\/80:hover{color:#c6cff7cc}.hover\:text-blue-300\/90:hover{color:#c6cff7e6}.hover\:text-blue-300\/95:hover{color:#c6cff7f2}.hover\:text-blue-300\/100:hover{color:#c6cff7}.hover\:text-blue-400\/0:hover{color:#a3b2f300}.hover\:text-blue-400\/5:hover{color:#a3b2f30d}.hover\:text-blue-400\/10:hover{color:#a3b2f31a}.hover\:text-blue-400\/20:hover{color:#a3b2f333}.hover\:text-blue-400\/25:hover{color:#a3b2f340}.hover\:text-blue-400\/30:hover{color:#a3b2f34d}.hover\:text-blue-400\/40:hover{color:#a3b2f366}.hover\:text-blue-400\/50:hover{color:#a3b2f380}.hover\:text-blue-400\/60:hover{color:#a3b2f399}.hover\:text-blue-400\/70:hover{color:#a3b2f3b3}.hover\:text-blue-400\/75:hover{color:#a3b2f3bf}.hover\:text-blue-400\/80:hover{color:#a3b2f3cc}.hover\:text-blue-400\/90:hover{color:#a3b2f3e6}.hover\:text-blue-400\/95:hover{color:#a3b2f3f2}.hover\:text-blue-400\/100:hover{color:#a3b2f3}.hover\:text-blue-500\/0:hover{color:#7690ef00}.hover\:text-blue-500\/5:hover{color:#7690ef0d}.hover\:text-blue-500\/10:hover{color:#7690ef1a}.hover\:text-blue-500\/20:hover{color:#7690ef33}.hover\:text-blue-500\/25:hover{color:#7690ef40}.hover\:text-blue-500\/30:hover{color:#7690ef4d}.hover\:text-blue-500\/40:hover{color:#7690ef66}.hover\:text-blue-500\/50:hover{color:#7690ef80}.hover\:text-blue-500\/60:hover{color:#7690ef99}.hover\:text-blue-500\/70:hover{color:#7690efb3}.hover\:text-blue-500\/75:hover{color:#7690efbf}.hover\:text-blue-500\/80:hover{color:#7690efcc}.hover\:text-blue-500\/90:hover{color:#7690efe6}.hover\:text-blue-500\/95:hover{color:#7690eff2}.hover\:text-blue-500\/100:hover{color:#7690ef}.hover\:text-blue-600\/0:hover{color:#2563eb00}.hover\:text-blue-600\/5:hover{color:#2563eb0d}.hover\:text-blue-600\/10:hover{color:#2563eb1a}.hover\:text-blue-600\/20:hover{color:#2563eb33}.hover\:text-blue-600\/25:hover{color:#2563eb40}.hover\:text-blue-600\/30:hover{color:#2563eb4d}.hover\:text-blue-600\/40:hover{color:#2563eb66}.hover\:text-blue-600\/50:hover{color:#2563eb80}.hover\:text-blue-600\/60:hover{color:#2563eb99}.hover\:text-blue-600\/70:hover{color:#2563ebb3}.hover\:text-blue-600\/75:hover{color:#2563ebbf}.hover\:text-blue-600\/80:hover{color:#2563ebcc}.hover\:text-blue-600\/90:hover{color:#2563ebe6}.hover\:text-blue-600\/95:hover{color:#2563ebf2}.hover\:text-blue-600\/100:hover{color:#2563eb}.hover\:text-blue-700\/0:hover{color:#2158d200}.hover\:text-blue-700\/5:hover{color:#2158d20d}.hover\:text-blue-700\/10:hover{color:#2158d21a}.hover\:text-blue-700\/20:hover{color:#2158d233}.hover\:text-blue-700\/25:hover{color:#2158d240}.hover\:text-blue-700\/30:hover{color:#2158d24d}.hover\:text-blue-700\/40:hover{color:#2158d266}.hover\:text-blue-700\/50:hover{color:#2158d280}.hover\:text-blue-700\/60:hover{color:#2158d299}.hover\:text-blue-700\/70:hover{color:#2158d2b3}.hover\:text-blue-700\/75:hover{color:#2158d2bf}.hover\:text-blue-700\/80:hover{color:#2158d2cc}.hover\:text-blue-700\/90:hover{color:#2158d2e6}.hover\:text-blue-700\/95:hover{color:#2158d2f2}.hover\:text-blue-700\/100:hover{color:#2158d2}.hover\:text-blue-800\/0:hover{color:#1c4cb600}.hover\:text-blue-800\/5:hover{color:#1c4cb60d}.hover\:text-blue-800\/10:hover{color:#1c4cb61a}.hover\:text-blue-800\/20:hover{color:#1c4cb633}.hover\:text-blue-800\/25:hover{color:#1c4cb640}.hover\:text-blue-800\/30:hover{color:#1c4cb64d}.hover\:text-blue-800\/40:hover{color:#1c4cb666}.hover\:text-blue-800\/50:hover{color:#1c4cb680}.hover\:text-blue-800\/60:hover{color:#1c4cb699}.hover\:text-blue-800\/70:hover{color:#1c4cb6b3}.hover\:text-blue-800\/75:hover{color:#1c4cb6bf}.hover\:text-blue-800\/80:hover{color:#1c4cb6cc}.hover\:text-blue-800\/90:hover{color:#1c4cb6e6}.hover\:text-blue-800\/95:hover{color:#1c4cb6f2}.hover\:text-blue-800\/100:hover{color:#1c4cb6}.hover\:text-blue-900\/0:hover{color:#173e9400}.hover\:text-blue-900\/5:hover{color:#173e940d}.hover\:text-blue-900\/10:hover{color:#173e941a}.hover\:text-blue-900\/20:hover{color:#173e9433}.hover\:text-blue-900\/25:hover{color:#173e9440}.hover\:text-blue-900\/30:hover{color:#173e944d}.hover\:text-blue-900\/40:hover{color:#173e9466}.hover\:text-blue-900\/50:hover{color:#173e9480}.hover\:text-blue-900\/60:hover{color:#173e9499}.hover\:text-blue-900\/70:hover{color:#173e94b3}.hover\:text-blue-900\/75:hover{color:#173e94bf}.hover\:text-blue-900\/80:hover{color:#173e94cc}.hover\:text-blue-900\/90:hover{color:#173e94e6}.hover\:text-blue-900\/95:hover{color:#173e94f2}.hover\:text-blue-900\/100:hover{color:#173e94}.hover\:text-indigo-50\/0:hover{color:#eef2ff00}.hover\:text-indigo-50\/5:hover{color:#eef2ff0d}.hover\:text-indigo-50\/10:hover{color:#eef2ff1a}.hover\:text-indigo-50\/20:hover{color:#eef2ff33}.hover\:text-indigo-50\/25:hover{color:#eef2ff40}.hover\:text-indigo-50\/30:hover{color:#eef2ff4d}.hover\:text-indigo-50\/40:hover{color:#eef2ff66}.hover\:text-indigo-50\/50:hover{color:#eef2ff80}.hover\:text-indigo-50\/60:hover{color:#eef2ff99}.hover\:text-indigo-50\/70:hover{color:#eef2ffb3}.hover\:text-indigo-50\/75:hover{color:#eef2ffbf}.hover\:text-indigo-50\/80:hover{color:#eef2ffcc}.hover\:text-indigo-50\/90:hover{color:#eef2ffe6}.hover\:text-indigo-50\/95:hover{color:#eef2fff2}.hover\:text-indigo-50\/100:hover{color:#eef2ff}.hover\:text-indigo-100\/0:hover{color:#e0e7ff00}.hover\:text-indigo-100\/5:hover{color:#e0e7ff0d}.hover\:text-indigo-100\/10:hover{color:#e0e7ff1a}.hover\:text-indigo-100\/20:hover{color:#e0e7ff33}.hover\:text-indigo-100\/25:hover{color:#e0e7ff40}.hover\:text-indigo-100\/30:hover{color:#e0e7ff4d}.hover\:text-indigo-100\/40:hover{color:#e0e7ff66}.hover\:text-indigo-100\/50:hover{color:#e0e7ff80}.hover\:text-indigo-100\/60:hover{color:#e0e7ff99}.hover\:text-indigo-100\/70:hover{color:#e0e7ffb3}.hover\:text-indigo-100\/75:hover{color:#e0e7ffbf}.hover\:text-indigo-100\/80:hover{color:#e0e7ffcc}.hover\:text-indigo-100\/90:hover{color:#e0e7ffe6}.hover\:text-indigo-100\/95:hover{color:#e0e7fff2}.hover\:text-indigo-100\/100:hover{color:#e0e7ff}.hover\:text-indigo-200\/0:hover{color:#c7d2fe00}.hover\:text-indigo-200\/5:hover{color:#c7d2fe0d}.hover\:text-indigo-200\/10:hover{color:#c7d2fe1a}.hover\:text-indigo-200\/20:hover{color:#c7d2fe33}.hover\:text-indigo-200\/25:hover{color:#c7d2fe40}.hover\:text-indigo-200\/30:hover{color:#c7d2fe4d}.hover\:text-indigo-200\/40:hover{color:#c7d2fe66}.hover\:text-indigo-200\/50:hover{color:#c7d2fe80}.hover\:text-indigo-200\/60:hover{color:#c7d2fe99}.hover\:text-indigo-200\/70:hover{color:#c7d2feb3}.hover\:text-indigo-200\/75:hover{color:#c7d2febf}.hover\:text-indigo-200\/80:hover{color:#c7d2fecc}.hover\:text-indigo-200\/90:hover{color:#c7d2fee6}.hover\:text-indigo-200\/95:hover{color:#c7d2fef2}.hover\:text-indigo-200\/100:hover{color:#c7d2fe}.hover\:text-indigo-300\/0:hover{color:#a5b4fc00}.hover\:text-indigo-300\/5:hover{color:#a5b4fc0d}.hover\:text-indigo-300\/10:hover{color:#a5b4fc1a}.hover\:text-indigo-300\/20:hover{color:#a5b4fc33}.hover\:text-indigo-300\/25:hover{color:#a5b4fc40}.hover\:text-indigo-300\/30:hover{color:#a5b4fc4d}.hover\:text-indigo-300\/40:hover{color:#a5b4fc66}.hover\:text-indigo-300\/50:hover{color:#a5b4fc80}.hover\:text-indigo-300\/60:hover{color:#a5b4fc99}.hover\:text-indigo-300\/70:hover{color:#a5b4fcb3}.hover\:text-indigo-300\/75:hover{color:#a5b4fcbf}.hover\:text-indigo-300\/80:hover{color:#a5b4fccc}.hover\:text-indigo-300\/90:hover{color:#a5b4fce6}.hover\:text-indigo-300\/95:hover{color:#a5b4fcf2}.hover\:text-indigo-300\/100:hover{color:#a5b4fc}.hover\:text-indigo-400\/0:hover{color:#818cf800}.hover\:text-indigo-400\/5:hover{color:#818cf80d}.hover\:text-indigo-400\/10:hover{color:#818cf81a}.hover\:text-indigo-400\/20:hover{color:#818cf833}.hover\:text-indigo-400\/25:hover{color:#818cf840}.hover\:text-indigo-400\/30:hover{color:#818cf84d}.hover\:text-indigo-400\/40:hover{color:#818cf866}.hover\:text-indigo-400\/50:hover{color:#818cf880}.hover\:text-indigo-400\/60:hover{color:#818cf899}.hover\:text-indigo-400\/70:hover{color:#818cf8b3}.hover\:text-indigo-400\/75:hover{color:#818cf8bf}.hover\:text-indigo-400\/80:hover{color:#818cf8cc}.hover\:text-indigo-400\/90:hover{color:#818cf8e6}.hover\:text-indigo-400\/95:hover{color:#818cf8f2}.hover\:text-indigo-400\/100:hover{color:#818cf8}.hover\:text-indigo-500\/0:hover{color:#6366f100}.hover\:text-indigo-500\/5:hover{color:#6366f10d}.hover\:text-indigo-500\/10:hover{color:#6366f11a}.hover\:text-indigo-500\/20:hover{color:#6366f133}.hover\:text-indigo-500\/25:hover{color:#6366f140}.hover\:text-indigo-500\/30:hover{color:#6366f14d}.hover\:text-indigo-500\/40:hover{color:#6366f166}.hover\:text-indigo-500\/50:hover{color:#6366f180}.hover\:text-indigo-500\/60:hover{color:#6366f199}.hover\:text-indigo-500\/70:hover{color:#6366f1b3}.hover\:text-indigo-500\/75:hover{color:#6366f1bf}.hover\:text-indigo-500\/80:hover{color:#6366f1cc}.hover\:text-indigo-500\/90:hover{color:#6366f1e6}.hover\:text-indigo-500\/95:hover{color:#6366f1f2}.hover\:text-indigo-500\/100:hover{color:#6366f1}.hover\:text-indigo-600\/0:hover{color:#4f46e500}.hover\:text-indigo-600\/5:hover{color:#4f46e50d}.hover\:text-indigo-600\/10:hover{color:#4f46e51a}.hover\:text-indigo-600\/20:hover{color:#4f46e533}.hover\:text-indigo-600\/25:hover{color:#4f46e540}.hover\:text-indigo-600\/30:hover{color:#4f46e54d}.hover\:text-indigo-600\/40:hover{color:#4f46e566}.hover\:text-indigo-600\/50:hover{color:#4f46e580}.hover\:text-indigo-600\/60:hover{color:#4f46e599}.hover\:text-indigo-600\/70:hover{color:#4f46e5b3}.hover\:text-indigo-600\/75:hover{color:#4f46e5bf}.hover\:text-indigo-600\/80:hover{color:#4f46e5cc}.hover\:text-indigo-600\/90:hover{color:#4f46e5e6}.hover\:text-indigo-600\/95:hover{color:#4f46e5f2}.hover\:text-indigo-600\/100:hover{color:#4f46e5}.hover\:text-indigo-700\/0:hover{color:#4338ca00}.hover\:text-indigo-700\/5:hover{color:#4338ca0d}.hover\:text-indigo-700\/10:hover{color:#4338ca1a}.hover\:text-indigo-700\/20:hover{color:#4338ca33}.hover\:text-indigo-700\/25:hover{color:#4338ca40}.hover\:text-indigo-700\/30:hover{color:#4338ca4d}.hover\:text-indigo-700\/40:hover{color:#4338ca66}.hover\:text-indigo-700\/50:hover{color:#4338ca80}.hover\:text-indigo-700\/60:hover{color:#4338ca99}.hover\:text-indigo-700\/70:hover{color:#4338cab3}.hover\:text-indigo-700\/75:hover{color:#4338cabf}.hover\:text-indigo-700\/80:hover{color:#4338cacc}.hover\:text-indigo-700\/90:hover{color:#4338cae6}.hover\:text-indigo-700\/95:hover{color:#4338caf2}.hover\:text-indigo-700\/100:hover{color:#4338ca}.hover\:text-indigo-800\/0:hover{color:#3730a300}.hover\:text-indigo-800\/5:hover{color:#3730a30d}.hover\:text-indigo-800\/10:hover{color:#3730a31a}.hover\:text-indigo-800\/20:hover{color:#3730a333}.hover\:text-indigo-800\/25:hover{color:#3730a340}.hover\:text-indigo-800\/30:hover{color:#3730a34d}.hover\:text-indigo-800\/40:hover{color:#3730a366}.hover\:text-indigo-800\/50:hover{color:#3730a380}.hover\:text-indigo-800\/60:hover{color:#3730a399}.hover\:text-indigo-800\/70:hover{color:#3730a3b3}.hover\:text-indigo-800\/75:hover{color:#3730a3bf}.hover\:text-indigo-800\/80:hover{color:#3730a3cc}.hover\:text-indigo-800\/90:hover{color:#3730a3e6}.hover\:text-indigo-800\/95:hover{color:#3730a3f2}.hover\:text-indigo-800\/100:hover{color:#3730a3}.hover\:text-indigo-900\/0:hover{color:#312e8100}.hover\:text-indigo-900\/5:hover{color:#312e810d}.hover\:text-indigo-900\/10:hover{color:#312e811a}.hover\:text-indigo-900\/20:hover{color:#312e8133}.hover\:text-indigo-900\/25:hover{color:#312e8140}.hover\:text-indigo-900\/30:hover{color:#312e814d}.hover\:text-indigo-900\/40:hover{color:#312e8166}.hover\:text-indigo-900\/50:hover{color:#312e8180}.hover\:text-indigo-900\/60:hover{color:#312e8199}.hover\:text-indigo-900\/70:hover{color:#312e81b3}.hover\:text-indigo-900\/75:hover{color:#312e81bf}.hover\:text-indigo-900\/80:hover{color:#312e81cc}.hover\:text-indigo-900\/90:hover{color:#312e81e6}.hover\:text-indigo-900\/95:hover{color:#312e81f2}.hover\:text-indigo-900\/100:hover{color:#312e81}.hover\:text-violet-50\/0:hover{color:#f5f3ff00}.hover\:text-violet-50\/5:hover{color:#f5f3ff0d}.hover\:text-violet-50\/10:hover{color:#f5f3ff1a}.hover\:text-violet-50\/20:hover{color:#f5f3ff33}.hover\:text-violet-50\/25:hover{color:#f5f3ff40}.hover\:text-violet-50\/30:hover{color:#f5f3ff4d}.hover\:text-violet-50\/40:hover{color:#f5f3ff66}.hover\:text-violet-50\/50:hover{color:#f5f3ff80}.hover\:text-violet-50\/60:hover{color:#f5f3ff99}.hover\:text-violet-50\/70:hover{color:#f5f3ffb3}.hover\:text-violet-50\/75:hover{color:#f5f3ffbf}.hover\:text-violet-50\/80:hover{color:#f5f3ffcc}.hover\:text-violet-50\/90:hover{color:#f5f3ffe6}.hover\:text-violet-50\/95:hover{color:#f5f3fff2}.hover\:text-violet-50\/100:hover{color:#f5f3ff}.hover\:text-violet-100\/0:hover{color:#ede9fe00}.hover\:text-violet-100\/5:hover{color:#ede9fe0d}.hover\:text-violet-100\/10:hover{color:#ede9fe1a}.hover\:text-violet-100\/20:hover{color:#ede9fe33}.hover\:text-violet-100\/25:hover{color:#ede9fe40}.hover\:text-violet-100\/30:hover{color:#ede9fe4d}.hover\:text-violet-100\/40:hover{color:#ede9fe66}.hover\:text-violet-100\/50:hover{color:#ede9fe80}.hover\:text-violet-100\/60:hover{color:#ede9fe99}.hover\:text-violet-100\/70:hover{color:#ede9feb3}.hover\:text-violet-100\/75:hover{color:#ede9febf}.hover\:text-violet-100\/80:hover{color:#ede9fecc}.hover\:text-violet-100\/90:hover{color:#ede9fee6}.hover\:text-violet-100\/95:hover{color:#ede9fef2}.hover\:text-violet-100\/100:hover{color:#ede9fe}.hover\:text-violet-200\/0:hover{color:#ddd6fe00}.hover\:text-violet-200\/5:hover{color:#ddd6fe0d}.hover\:text-violet-200\/10:hover{color:#ddd6fe1a}.hover\:text-violet-200\/20:hover{color:#ddd6fe33}.hover\:text-violet-200\/25:hover{color:#ddd6fe40}.hover\:text-violet-200\/30:hover{color:#ddd6fe4d}.hover\:text-violet-200\/40:hover{color:#ddd6fe66}.hover\:text-violet-200\/50:hover{color:#ddd6fe80}.hover\:text-violet-200\/60:hover{color:#ddd6fe99}.hover\:text-violet-200\/70:hover{color:#ddd6feb3}.hover\:text-violet-200\/75:hover{color:#ddd6febf}.hover\:text-violet-200\/80:hover{color:#ddd6fecc}.hover\:text-violet-200\/90:hover{color:#ddd6fee6}.hover\:text-violet-200\/95:hover{color:#ddd6fef2}.hover\:text-violet-200\/100:hover{color:#ddd6fe}.hover\:text-violet-300\/0:hover{color:#c4b5fd00}.hover\:text-violet-300\/5:hover{color:#c4b5fd0d}.hover\:text-violet-300\/10:hover{color:#c4b5fd1a}.hover\:text-violet-300\/20:hover{color:#c4b5fd33}.hover\:text-violet-300\/25:hover{color:#c4b5fd40}.hover\:text-violet-300\/30:hover{color:#c4b5fd4d}.hover\:text-violet-300\/40:hover{color:#c4b5fd66}.hover\:text-violet-300\/50:hover{color:#c4b5fd80}.hover\:text-violet-300\/60:hover{color:#c4b5fd99}.hover\:text-violet-300\/70:hover{color:#c4b5fdb3}.hover\:text-violet-300\/75:hover{color:#c4b5fdbf}.hover\:text-violet-300\/80:hover{color:#c4b5fdcc}.hover\:text-violet-300\/90:hover{color:#c4b5fde6}.hover\:text-violet-300\/95:hover{color:#c4b5fdf2}.hover\:text-violet-300\/100:hover{color:#c4b5fd}.hover\:text-violet-400\/0:hover{color:#a78bfa00}.hover\:text-violet-400\/5:hover{color:#a78bfa0d}.hover\:text-violet-400\/10:hover{color:#a78bfa1a}.hover\:text-violet-400\/20:hover{color:#a78bfa33}.hover\:text-violet-400\/25:hover{color:#a78bfa40}.hover\:text-violet-400\/30:hover{color:#a78bfa4d}.hover\:text-violet-400\/40:hover{color:#a78bfa66}.hover\:text-violet-400\/50:hover{color:#a78bfa80}.hover\:text-violet-400\/60:hover{color:#a78bfa99}.hover\:text-violet-400\/70:hover{color:#a78bfab3}.hover\:text-violet-400\/75:hover{color:#a78bfabf}.hover\:text-violet-400\/80:hover{color:#a78bfacc}.hover\:text-violet-400\/90:hover{color:#a78bfae6}.hover\:text-violet-400\/95:hover{color:#a78bfaf2}.hover\:text-violet-400\/100:hover{color:#a78bfa}.hover\:text-violet-500\/0:hover{color:#8b5cf600}.hover\:text-violet-500\/5:hover{color:#8b5cf60d}.hover\:text-violet-500\/10:hover{color:#8b5cf61a}.hover\:text-violet-500\/20:hover{color:#8b5cf633}.hover\:text-violet-500\/25:hover{color:#8b5cf640}.hover\:text-violet-500\/30:hover{color:#8b5cf64d}.hover\:text-violet-500\/40:hover{color:#8b5cf666}.hover\:text-violet-500\/50:hover{color:#8b5cf680}.hover\:text-violet-500\/60:hover{color:#8b5cf699}.hover\:text-violet-500\/70:hover{color:#8b5cf6b3}.hover\:text-violet-500\/75:hover{color:#8b5cf6bf}.hover\:text-violet-500\/80:hover{color:#8b5cf6cc}.hover\:text-violet-500\/90:hover{color:#8b5cf6e6}.hover\:text-violet-500\/95:hover{color:#8b5cf6f2}.hover\:text-violet-500\/100:hover{color:#8b5cf6}.hover\:text-violet-600\/0:hover{color:#7c3aed00}.hover\:text-violet-600\/5:hover{color:#7c3aed0d}.hover\:text-violet-600\/10:hover{color:#7c3aed1a}.hover\:text-violet-600\/20:hover{color:#7c3aed33}.hover\:text-violet-600\/25:hover{color:#7c3aed40}.hover\:text-violet-600\/30:hover{color:#7c3aed4d}.hover\:text-violet-600\/40:hover{color:#7c3aed66}.hover\:text-violet-600\/50:hover{color:#7c3aed80}.hover\:text-violet-600\/60:hover{color:#7c3aed99}.hover\:text-violet-600\/70:hover{color:#7c3aedb3}.hover\:text-violet-600\/75:hover{color:#7c3aedbf}.hover\:text-violet-600\/80:hover{color:#7c3aedcc}.hover\:text-violet-600\/90:hover{color:#7c3aede6}.hover\:text-violet-600\/95:hover{color:#7c3aedf2}.hover\:text-violet-600\/100:hover{color:#7c3aed}.hover\:text-violet-700\/0:hover{color:#6d28d900}.hover\:text-violet-700\/5:hover{color:#6d28d90d}.hover\:text-violet-700\/10:hover{color:#6d28d91a}.hover\:text-violet-700\/20:hover{color:#6d28d933}.hover\:text-violet-700\/25:hover{color:#6d28d940}.hover\:text-violet-700\/30:hover{color:#6d28d94d}.hover\:text-violet-700\/40:hover{color:#6d28d966}.hover\:text-violet-700\/50:hover{color:#6d28d980}.hover\:text-violet-700\/60:hover{color:#6d28d999}.hover\:text-violet-700\/70:hover{color:#6d28d9b3}.hover\:text-violet-700\/75:hover{color:#6d28d9bf}.hover\:text-violet-700\/80:hover{color:#6d28d9cc}.hover\:text-violet-700\/90:hover{color:#6d28d9e6}.hover\:text-violet-700\/95:hover{color:#6d28d9f2}.hover\:text-violet-700\/100:hover{color:#6d28d9}.hover\:text-violet-800\/0:hover{color:#5b21b600}.hover\:text-violet-800\/5:hover{color:#5b21b60d}.hover\:text-violet-800\/10:hover{color:#5b21b61a}.hover\:text-violet-800\/20:hover{color:#5b21b633}.hover\:text-violet-800\/25:hover{color:#5b21b640}.hover\:text-violet-800\/30:hover{color:#5b21b64d}.hover\:text-violet-800\/40:hover{color:#5b21b666}.hover\:text-violet-800\/50:hover{color:#5b21b680}.hover\:text-violet-800\/60:hover{color:#5b21b699}.hover\:text-violet-800\/70:hover{color:#5b21b6b3}.hover\:text-violet-800\/75:hover{color:#5b21b6bf}.hover\:text-violet-800\/80:hover{color:#5b21b6cc}.hover\:text-violet-800\/90:hover{color:#5b21b6e6}.hover\:text-violet-800\/95:hover{color:#5b21b6f2}.hover\:text-violet-800\/100:hover{color:#5b21b6}.hover\:text-violet-900\/0:hover{color:#4c1d9500}.hover\:text-violet-900\/5:hover{color:#4c1d950d}.hover\:text-violet-900\/10:hover{color:#4c1d951a}.hover\:text-violet-900\/20:hover{color:#4c1d9533}.hover\:text-violet-900\/25:hover{color:#4c1d9540}.hover\:text-violet-900\/30:hover{color:#4c1d954d}.hover\:text-violet-900\/40:hover{color:#4c1d9566}.hover\:text-violet-900\/50:hover{color:#4c1d9580}.hover\:text-violet-900\/60:hover{color:#4c1d9599}.hover\:text-violet-900\/70:hover{color:#4c1d95b3}.hover\:text-violet-900\/75:hover{color:#4c1d95bf}.hover\:text-violet-900\/80:hover{color:#4c1d95cc}.hover\:text-violet-900\/90:hover{color:#4c1d95e6}.hover\:text-violet-900\/95:hover{color:#4c1d95f2}.hover\:text-violet-900\/100:hover{color:#4c1d95}.hover\:text-fuchsia-50\/0:hover{color:#fdf4ff00}.hover\:text-fuchsia-50\/5:hover{color:#fdf4ff0d}.hover\:text-fuchsia-50\/10:hover{color:#fdf4ff1a}.hover\:text-fuchsia-50\/20:hover{color:#fdf4ff33}.hover\:text-fuchsia-50\/25:hover{color:#fdf4ff40}.hover\:text-fuchsia-50\/30:hover{color:#fdf4ff4d}.hover\:text-fuchsia-50\/40:hover{color:#fdf4ff66}.hover\:text-fuchsia-50\/50:hover{color:#fdf4ff80}.hover\:text-fuchsia-50\/60:hover{color:#fdf4ff99}.hover\:text-fuchsia-50\/70:hover{color:#fdf4ffb3}.hover\:text-fuchsia-50\/75:hover{color:#fdf4ffbf}.hover\:text-fuchsia-50\/80:hover{color:#fdf4ffcc}.hover\:text-fuchsia-50\/90:hover{color:#fdf4ffe6}.hover\:text-fuchsia-50\/95:hover{color:#fdf4fff2}.hover\:text-fuchsia-50\/100:hover{color:#fdf4ff}.hover\:text-fuchsia-100\/0:hover{color:#fae8ff00}.hover\:text-fuchsia-100\/5:hover{color:#fae8ff0d}.hover\:text-fuchsia-100\/10:hover{color:#fae8ff1a}.hover\:text-fuchsia-100\/20:hover{color:#fae8ff33}.hover\:text-fuchsia-100\/25:hover{color:#fae8ff40}.hover\:text-fuchsia-100\/30:hover{color:#fae8ff4d}.hover\:text-fuchsia-100\/40:hover{color:#fae8ff66}.hover\:text-fuchsia-100\/50:hover{color:#fae8ff80}.hover\:text-fuchsia-100\/60:hover{color:#fae8ff99}.hover\:text-fuchsia-100\/70:hover{color:#fae8ffb3}.hover\:text-fuchsia-100\/75:hover{color:#fae8ffbf}.hover\:text-fuchsia-100\/80:hover{color:#fae8ffcc}.hover\:text-fuchsia-100\/90:hover{color:#fae8ffe6}.hover\:text-fuchsia-100\/95:hover{color:#fae8fff2}.hover\:text-fuchsia-100\/100:hover{color:#fae8ff}.hover\:text-fuchsia-200\/0:hover{color:#f5d0fe00}.hover\:text-fuchsia-200\/5:hover{color:#f5d0fe0d}.hover\:text-fuchsia-200\/10:hover{color:#f5d0fe1a}.hover\:text-fuchsia-200\/20:hover{color:#f5d0fe33}.hover\:text-fuchsia-200\/25:hover{color:#f5d0fe40}.hover\:text-fuchsia-200\/30:hover{color:#f5d0fe4d}.hover\:text-fuchsia-200\/40:hover{color:#f5d0fe66}.hover\:text-fuchsia-200\/50:hover{color:#f5d0fe80}.hover\:text-fuchsia-200\/60:hover{color:#f5d0fe99}.hover\:text-fuchsia-200\/70:hover{color:#f5d0feb3}.hover\:text-fuchsia-200\/75:hover{color:#f5d0febf}.hover\:text-fuchsia-200\/80:hover{color:#f5d0fecc}.hover\:text-fuchsia-200\/90:hover{color:#f5d0fee6}.hover\:text-fuchsia-200\/95:hover{color:#f5d0fef2}.hover\:text-fuchsia-200\/100:hover{color:#f5d0fe}.hover\:text-fuchsia-300\/0:hover{color:#f0abfc00}.hover\:text-fuchsia-300\/5:hover{color:#f0abfc0d}.hover\:text-fuchsia-300\/10:hover{color:#f0abfc1a}.hover\:text-fuchsia-300\/20:hover{color:#f0abfc33}.hover\:text-fuchsia-300\/25:hover{color:#f0abfc40}.hover\:text-fuchsia-300\/30:hover{color:#f0abfc4d}.hover\:text-fuchsia-300\/40:hover{color:#f0abfc66}.hover\:text-fuchsia-300\/50:hover{color:#f0abfc80}.hover\:text-fuchsia-300\/60:hover{color:#f0abfc99}.hover\:text-fuchsia-300\/70:hover{color:#f0abfcb3}.hover\:text-fuchsia-300\/75:hover{color:#f0abfcbf}.hover\:text-fuchsia-300\/80:hover{color:#f0abfccc}.hover\:text-fuchsia-300\/90:hover{color:#f0abfce6}.hover\:text-fuchsia-300\/95:hover{color:#f0abfcf2}.hover\:text-fuchsia-300\/100:hover{color:#f0abfc}.hover\:text-fuchsia-400\/0:hover{color:#e879f900}.hover\:text-fuchsia-400\/5:hover{color:#e879f90d}.hover\:text-fuchsia-400\/10:hover{color:#e879f91a}.hover\:text-fuchsia-400\/20:hover{color:#e879f933}.hover\:text-fuchsia-400\/25:hover{color:#e879f940}.hover\:text-fuchsia-400\/30:hover{color:#e879f94d}.hover\:text-fuchsia-400\/40:hover{color:#e879f966}.hover\:text-fuchsia-400\/50:hover{color:#e879f980}.hover\:text-fuchsia-400\/60:hover{color:#e879f999}.hover\:text-fuchsia-400\/70:hover{color:#e879f9b3}.hover\:text-fuchsia-400\/75:hover{color:#e879f9bf}.hover\:text-fuchsia-400\/80:hover{color:#e879f9cc}.hover\:text-fuchsia-400\/90:hover{color:#e879f9e6}.hover\:text-fuchsia-400\/95:hover{color:#e879f9f2}.hover\:text-fuchsia-400\/100:hover{color:#e879f9}.hover\:text-fuchsia-500\/0:hover{color:#d946ef00}.hover\:text-fuchsia-500\/5:hover{color:#d946ef0d}.hover\:text-fuchsia-500\/10:hover{color:#d946ef1a}.hover\:text-fuchsia-500\/20:hover{color:#d946ef33}.hover\:text-fuchsia-500\/25:hover{color:#d946ef40}.hover\:text-fuchsia-500\/30:hover{color:#d946ef4d}.hover\:text-fuchsia-500\/40:hover{color:#d946ef66}.hover\:text-fuchsia-500\/50:hover{color:#d946ef80}.hover\:text-fuchsia-500\/60:hover{color:#d946ef99}.hover\:text-fuchsia-500\/70:hover{color:#d946efb3}.hover\:text-fuchsia-500\/75:hover{color:#d946efbf}.hover\:text-fuchsia-500\/80:hover{color:#d946efcc}.hover\:text-fuchsia-500\/90:hover{color:#d946efe6}.hover\:text-fuchsia-500\/95:hover{color:#d946eff2}.hover\:text-fuchsia-500\/100:hover{color:#d946ef}.hover\:text-fuchsia-600\/0:hover{color:#c026d300}.hover\:text-fuchsia-600\/5:hover{color:#c026d30d}.hover\:text-fuchsia-600\/10:hover{color:#c026d31a}.hover\:text-fuchsia-600\/20:hover{color:#c026d333}.hover\:text-fuchsia-600\/25:hover{color:#c026d340}.hover\:text-fuchsia-600\/30:hover{color:#c026d34d}.hover\:text-fuchsia-600\/40:hover{color:#c026d366}.hover\:text-fuchsia-600\/50:hover{color:#c026d380}.hover\:text-fuchsia-600\/60:hover{color:#c026d399}.hover\:text-fuchsia-600\/70:hover{color:#c026d3b3}.hover\:text-fuchsia-600\/75:hover{color:#c026d3bf}.hover\:text-fuchsia-600\/80:hover{color:#c026d3cc}.hover\:text-fuchsia-600\/90:hover{color:#c026d3e6}.hover\:text-fuchsia-600\/95:hover{color:#c026d3f2}.hover\:text-fuchsia-600\/100:hover{color:#c026d3}.hover\:text-fuchsia-700\/0:hover{color:#a21caf00}.hover\:text-fuchsia-700\/5:hover{color:#a21caf0d}.hover\:text-fuchsia-700\/10:hover{color:#a21caf1a}.hover\:text-fuchsia-700\/20:hover{color:#a21caf33}.hover\:text-fuchsia-700\/25:hover{color:#a21caf40}.hover\:text-fuchsia-700\/30:hover{color:#a21caf4d}.hover\:text-fuchsia-700\/40:hover{color:#a21caf66}.hover\:text-fuchsia-700\/50:hover{color:#a21caf80}.hover\:text-fuchsia-700\/60:hover{color:#a21caf99}.hover\:text-fuchsia-700\/70:hover{color:#a21cafb3}.hover\:text-fuchsia-700\/75:hover{color:#a21cafbf}.hover\:text-fuchsia-700\/80:hover{color:#a21cafcc}.hover\:text-fuchsia-700\/90:hover{color:#a21cafe6}.hover\:text-fuchsia-700\/95:hover{color:#a21caff2}.hover\:text-fuchsia-700\/100:hover{color:#a21caf}.hover\:text-fuchsia-800\/0:hover{color:#86198f00}.hover\:text-fuchsia-800\/5:hover{color:#86198f0d}.hover\:text-fuchsia-800\/10:hover{color:#86198f1a}.hover\:text-fuchsia-800\/20:hover{color:#86198f33}.hover\:text-fuchsia-800\/25:hover{color:#86198f40}.hover\:text-fuchsia-800\/30:hover{color:#86198f4d}.hover\:text-fuchsia-800\/40:hover{color:#86198f66}.hover\:text-fuchsia-800\/50:hover{color:#86198f80}.hover\:text-fuchsia-800\/60:hover{color:#86198f99}.hover\:text-fuchsia-800\/70:hover{color:#86198fb3}.hover\:text-fuchsia-800\/75:hover{color:#86198fbf}.hover\:text-fuchsia-800\/80:hover{color:#86198fcc}.hover\:text-fuchsia-800\/90:hover{color:#86198fe6}.hover\:text-fuchsia-800\/95:hover{color:#86198ff2}.hover\:text-fuchsia-800\/100:hover{color:#86198f}.hover\:text-fuchsia-900\/0:hover{color:#701a7500}.hover\:text-fuchsia-900\/5:hover{color:#701a750d}.hover\:text-fuchsia-900\/10:hover{color:#701a751a}.hover\:text-fuchsia-900\/20:hover{color:#701a7533}.hover\:text-fuchsia-900\/25:hover{color:#701a7540}.hover\:text-fuchsia-900\/30:hover{color:#701a754d}.hover\:text-fuchsia-900\/40:hover{color:#701a7566}.hover\:text-fuchsia-900\/50:hover{color:#701a7580}.hover\:text-fuchsia-900\/60:hover{color:#701a7599}.hover\:text-fuchsia-900\/70:hover{color:#701a75b3}.hover\:text-fuchsia-900\/75:hover{color:#701a75bf}.hover\:text-fuchsia-900\/80:hover{color:#701a75cc}.hover\:text-fuchsia-900\/90:hover{color:#701a75e6}.hover\:text-fuchsia-900\/95:hover{color:#701a75f2}.hover\:text-fuchsia-900\/100:hover{color:#701a75}.hover\:text-pink-50\/0:hover{color:#fdf2f800}.hover\:text-pink-50\/5:hover{color:#fdf2f80d}.hover\:text-pink-50\/10:hover{color:#fdf2f81a}.hover\:text-pink-50\/20:hover{color:#fdf2f833}.hover\:text-pink-50\/25:hover{color:#fdf2f840}.hover\:text-pink-50\/30:hover{color:#fdf2f84d}.hover\:text-pink-50\/40:hover{color:#fdf2f866}.hover\:text-pink-50\/50:hover{color:#fdf2f880}.hover\:text-pink-50\/60:hover{color:#fdf2f899}.hover\:text-pink-50\/70:hover{color:#fdf2f8b3}.hover\:text-pink-50\/75:hover{color:#fdf2f8bf}.hover\:text-pink-50\/80:hover{color:#fdf2f8cc}.hover\:text-pink-50\/90:hover{color:#fdf2f8e6}.hover\:text-pink-50\/95:hover{color:#fdf2f8f2}.hover\:text-pink-50\/100:hover{color:#fdf2f8}.hover\:text-pink-100\/0:hover{color:#fce7f300}.hover\:text-pink-100\/5:hover{color:#fce7f30d}.hover\:text-pink-100\/10:hover{color:#fce7f31a}.hover\:text-pink-100\/20:hover{color:#fce7f333}.hover\:text-pink-100\/25:hover{color:#fce7f340}.hover\:text-pink-100\/30:hover{color:#fce7f34d}.hover\:text-pink-100\/40:hover{color:#fce7f366}.hover\:text-pink-100\/50:hover{color:#fce7f380}.hover\:text-pink-100\/60:hover{color:#fce7f399}.hover\:text-pink-100\/70:hover{color:#fce7f3b3}.hover\:text-pink-100\/75:hover{color:#fce7f3bf}.hover\:text-pink-100\/80:hover{color:#fce7f3cc}.hover\:text-pink-100\/90:hover{color:#fce7f3e6}.hover\:text-pink-100\/95:hover{color:#fce7f3f2}.hover\:text-pink-100\/100:hover{color:#fce7f3}.hover\:text-pink-200\/0:hover{color:#fbcfe800}.hover\:text-pink-200\/5:hover{color:#fbcfe80d}.hover\:text-pink-200\/10:hover{color:#fbcfe81a}.hover\:text-pink-200\/20:hover{color:#fbcfe833}.hover\:text-pink-200\/25:hover{color:#fbcfe840}.hover\:text-pink-200\/30:hover{color:#fbcfe84d}.hover\:text-pink-200\/40:hover{color:#fbcfe866}.hover\:text-pink-200\/50:hover{color:#fbcfe880}.hover\:text-pink-200\/60:hover{color:#fbcfe899}.hover\:text-pink-200\/70:hover{color:#fbcfe8b3}.hover\:text-pink-200\/75:hover{color:#fbcfe8bf}.hover\:text-pink-200\/80:hover{color:#fbcfe8cc}.hover\:text-pink-200\/90:hover{color:#fbcfe8e6}.hover\:text-pink-200\/95:hover{color:#fbcfe8f2}.hover\:text-pink-200\/100:hover{color:#fbcfe8}.hover\:text-pink-300\/0:hover{color:#f9a8d400}.hover\:text-pink-300\/5:hover{color:#f9a8d40d}.hover\:text-pink-300\/10:hover{color:#f9a8d41a}.hover\:text-pink-300\/20:hover{color:#f9a8d433}.hover\:text-pink-300\/25:hover{color:#f9a8d440}.hover\:text-pink-300\/30:hover{color:#f9a8d44d}.hover\:text-pink-300\/40:hover{color:#f9a8d466}.hover\:text-pink-300\/50:hover{color:#f9a8d480}.hover\:text-pink-300\/60:hover{color:#f9a8d499}.hover\:text-pink-300\/70:hover{color:#f9a8d4b3}.hover\:text-pink-300\/75:hover{color:#f9a8d4bf}.hover\:text-pink-300\/80:hover{color:#f9a8d4cc}.hover\:text-pink-300\/90:hover{color:#f9a8d4e6}.hover\:text-pink-300\/95:hover{color:#f9a8d4f2}.hover\:text-pink-300\/100:hover{color:#f9a8d4}.hover\:text-pink-400\/0:hover{color:#f472b600}.hover\:text-pink-400\/5:hover{color:#f472b60d}.hover\:text-pink-400\/10:hover{color:#f472b61a}.hover\:text-pink-400\/20:hover{color:#f472b633}.hover\:text-pink-400\/25:hover{color:#f472b640}.hover\:text-pink-400\/30:hover{color:#f472b64d}.hover\:text-pink-400\/40:hover{color:#f472b666}.hover\:text-pink-400\/50:hover{color:#f472b680}.hover\:text-pink-400\/60:hover{color:#f472b699}.hover\:text-pink-400\/70:hover{color:#f472b6b3}.hover\:text-pink-400\/75:hover{color:#f472b6bf}.hover\:text-pink-400\/80:hover{color:#f472b6cc}.hover\:text-pink-400\/90:hover{color:#f472b6e6}.hover\:text-pink-400\/95:hover{color:#f472b6f2}.hover\:text-pink-400\/100:hover{color:#f472b6}.hover\:text-pink-500\/0:hover{color:#ec489900}.hover\:text-pink-500\/5:hover{color:#ec48990d}.hover\:text-pink-500\/10:hover{color:#ec48991a}.hover\:text-pink-500\/20:hover{color:#ec489933}.hover\:text-pink-500\/25:hover{color:#ec489940}.hover\:text-pink-500\/30:hover{color:#ec48994d}.hover\:text-pink-500\/40:hover{color:#ec489966}.hover\:text-pink-500\/50:hover{color:#ec489980}.hover\:text-pink-500\/60:hover{color:#ec489999}.hover\:text-pink-500\/70:hover{color:#ec4899b3}.hover\:text-pink-500\/75:hover{color:#ec4899bf}.hover\:text-pink-500\/80:hover{color:#ec4899cc}.hover\:text-pink-500\/90:hover{color:#ec4899e6}.hover\:text-pink-500\/95:hover{color:#ec4899f2}.hover\:text-pink-500\/100:hover{color:#ec4899}.hover\:text-pink-600\/0:hover{color:#db277700}.hover\:text-pink-600\/5:hover{color:#db27770d}.hover\:text-pink-600\/10:hover{color:#db27771a}.hover\:text-pink-600\/20:hover{color:#db277733}.hover\:text-pink-600\/25:hover{color:#db277740}.hover\:text-pink-600\/30:hover{color:#db27774d}.hover\:text-pink-600\/40:hover{color:#db277766}.hover\:text-pink-600\/50:hover{color:#db277780}.hover\:text-pink-600\/60:hover{color:#db277799}.hover\:text-pink-600\/70:hover{color:#db2777b3}.hover\:text-pink-600\/75:hover{color:#db2777bf}.hover\:text-pink-600\/80:hover{color:#db2777cc}.hover\:text-pink-600\/90:hover{color:#db2777e6}.hover\:text-pink-600\/95:hover{color:#db2777f2}.hover\:text-pink-600\/100:hover{color:#db2777}.hover\:text-pink-700\/0:hover{color:#be185d00}.hover\:text-pink-700\/5:hover{color:#be185d0d}.hover\:text-pink-700\/10:hover{color:#be185d1a}.hover\:text-pink-700\/20:hover{color:#be185d33}.hover\:text-pink-700\/25:hover{color:#be185d40}.hover\:text-pink-700\/30:hover{color:#be185d4d}.hover\:text-pink-700\/40:hover{color:#be185d66}.hover\:text-pink-700\/50:hover{color:#be185d80}.hover\:text-pink-700\/60:hover{color:#be185d99}.hover\:text-pink-700\/70:hover{color:#be185db3}.hover\:text-pink-700\/75:hover{color:#be185dbf}.hover\:text-pink-700\/80:hover{color:#be185dcc}.hover\:text-pink-700\/90:hover{color:#be185de6}.hover\:text-pink-700\/95:hover{color:#be185df2}.hover\:text-pink-700\/100:hover{color:#be185d}.hover\:text-pink-800\/0:hover{color:#9d174d00}.hover\:text-pink-800\/5:hover{color:#9d174d0d}.hover\:text-pink-800\/10:hover{color:#9d174d1a}.hover\:text-pink-800\/20:hover{color:#9d174d33}.hover\:text-pink-800\/25:hover{color:#9d174d40}.hover\:text-pink-800\/30:hover{color:#9d174d4d}.hover\:text-pink-800\/40:hover{color:#9d174d66}.hover\:text-pink-800\/50:hover{color:#9d174d80}.hover\:text-pink-800\/60:hover{color:#9d174d99}.hover\:text-pink-800\/70:hover{color:#9d174db3}.hover\:text-pink-800\/75:hover{color:#9d174dbf}.hover\:text-pink-800\/80:hover{color:#9d174dcc}.hover\:text-pink-800\/90:hover{color:#9d174de6}.hover\:text-pink-800\/95:hover{color:#9d174df2}.hover\:text-pink-800\/100:hover{color:#9d174d}.hover\:text-pink-900\/0:hover{color:#83184300}.hover\:text-pink-900\/5:hover{color:#8318430d}.hover\:text-pink-900\/10:hover{color:#8318431a}.hover\:text-pink-900\/20:hover{color:#83184333}.hover\:text-pink-900\/25:hover{color:#83184340}.hover\:text-pink-900\/30:hover{color:#8318434d}.hover\:text-pink-900\/40:hover{color:#83184366}.hover\:text-pink-900\/50:hover{color:#83184380}.hover\:text-pink-900\/60:hover{color:#83184399}.hover\:text-pink-900\/70:hover{color:#831843b3}.hover\:text-pink-900\/75:hover{color:#831843bf}.hover\:text-pink-900\/80:hover{color:#831843cc}.hover\:text-pink-900\/90:hover{color:#831843e6}.hover\:text-pink-900\/95:hover{color:#831843f2}.hover\:text-pink-900\/100:hover{color:#831843}.hover\:text-rose-50\/0:hover{color:#fff1f200}.hover\:text-rose-50\/5:hover{color:#fff1f20d}.hover\:text-rose-50\/10:hover{color:#fff1f21a}.hover\:text-rose-50\/20:hover{color:#fff1f233}.hover\:text-rose-50\/25:hover{color:#fff1f240}.hover\:text-rose-50\/30:hover{color:#fff1f24d}.hover\:text-rose-50\/40:hover{color:#fff1f266}.hover\:text-rose-50\/50:hover{color:#fff1f280}.hover\:text-rose-50\/60:hover{color:#fff1f299}.hover\:text-rose-50\/70:hover{color:#fff1f2b3}.hover\:text-rose-50\/75:hover{color:#fff1f2bf}.hover\:text-rose-50\/80:hover{color:#fff1f2cc}.hover\:text-rose-50\/90:hover{color:#fff1f2e6}.hover\:text-rose-50\/95:hover{color:#fff1f2f2}.hover\:text-rose-50\/100:hover{color:#fff1f2}.hover\:text-rose-100\/0:hover{color:#ffe4e600}.hover\:text-rose-100\/5:hover{color:#ffe4e60d}.hover\:text-rose-100\/10:hover{color:#ffe4e61a}.hover\:text-rose-100\/20:hover{color:#ffe4e633}.hover\:text-rose-100\/25:hover{color:#ffe4e640}.hover\:text-rose-100\/30:hover{color:#ffe4e64d}.hover\:text-rose-100\/40:hover{color:#ffe4e666}.hover\:text-rose-100\/50:hover{color:#ffe4e680}.hover\:text-rose-100\/60:hover{color:#ffe4e699}.hover\:text-rose-100\/70:hover{color:#ffe4e6b3}.hover\:text-rose-100\/75:hover{color:#ffe4e6bf}.hover\:text-rose-100\/80:hover{color:#ffe4e6cc}.hover\:text-rose-100\/90:hover{color:#ffe4e6e6}.hover\:text-rose-100\/95:hover{color:#ffe4e6f2}.hover\:text-rose-100\/100:hover{color:#ffe4e6}.hover\:text-rose-200\/0:hover{color:#fecdd300}.hover\:text-rose-200\/5:hover{color:#fecdd30d}.hover\:text-rose-200\/10:hover{color:#fecdd31a}.hover\:text-rose-200\/20:hover{color:#fecdd333}.hover\:text-rose-200\/25:hover{color:#fecdd340}.hover\:text-rose-200\/30:hover{color:#fecdd34d}.hover\:text-rose-200\/40:hover{color:#fecdd366}.hover\:text-rose-200\/50:hover{color:#fecdd380}.hover\:text-rose-200\/60:hover{color:#fecdd399}.hover\:text-rose-200\/70:hover{color:#fecdd3b3}.hover\:text-rose-200\/75:hover{color:#fecdd3bf}.hover\:text-rose-200\/80:hover{color:#fecdd3cc}.hover\:text-rose-200\/90:hover{color:#fecdd3e6}.hover\:text-rose-200\/95:hover{color:#fecdd3f2}.hover\:text-rose-200\/100:hover{color:#fecdd3}.hover\:text-rose-300\/0:hover{color:#fda4af00}.hover\:text-rose-300\/5:hover{color:#fda4af0d}.hover\:text-rose-300\/10:hover{color:#fda4af1a}.hover\:text-rose-300\/20:hover{color:#fda4af33}.hover\:text-rose-300\/25:hover{color:#fda4af40}.hover\:text-rose-300\/30:hover{color:#fda4af4d}.hover\:text-rose-300\/40:hover{color:#fda4af66}.hover\:text-rose-300\/50:hover{color:#fda4af80}.hover\:text-rose-300\/60:hover{color:#fda4af99}.hover\:text-rose-300\/70:hover{color:#fda4afb3}.hover\:text-rose-300\/75:hover{color:#fda4afbf}.hover\:text-rose-300\/80:hover{color:#fda4afcc}.hover\:text-rose-300\/90:hover{color:#fda4afe6}.hover\:text-rose-300\/95:hover{color:#fda4aff2}.hover\:text-rose-300\/100:hover{color:#fda4af}.hover\:text-rose-400\/0:hover{color:#fb718500}.hover\:text-rose-400\/5:hover{color:#fb71850d}.hover\:text-rose-400\/10:hover{color:#fb71851a}.hover\:text-rose-400\/20:hover{color:#fb718533}.hover\:text-rose-400\/25:hover{color:#fb718540}.hover\:text-rose-400\/30:hover{color:#fb71854d}.hover\:text-rose-400\/40:hover{color:#fb718566}.hover\:text-rose-400\/50:hover{color:#fb718580}.hover\:text-rose-400\/60:hover{color:#fb718599}.hover\:text-rose-400\/70:hover{color:#fb7185b3}.hover\:text-rose-400\/75:hover{color:#fb7185bf}.hover\:text-rose-400\/80:hover{color:#fb7185cc}.hover\:text-rose-400\/90:hover{color:#fb7185e6}.hover\:text-rose-400\/95:hover{color:#fb7185f2}.hover\:text-rose-400\/100:hover{color:#fb7185}.hover\:text-rose-500\/0:hover{color:#f43f5e00}.hover\:text-rose-500\/5:hover{color:#f43f5e0d}.hover\:text-rose-500\/10:hover{color:#f43f5e1a}.hover\:text-rose-500\/20:hover{color:#f43f5e33}.hover\:text-rose-500\/25:hover{color:#f43f5e40}.hover\:text-rose-500\/30:hover{color:#f43f5e4d}.hover\:text-rose-500\/40:hover{color:#f43f5e66}.hover\:text-rose-500\/50:hover{color:#f43f5e80}.hover\:text-rose-500\/60:hover{color:#f43f5e99}.hover\:text-rose-500\/70:hover{color:#f43f5eb3}.hover\:text-rose-500\/75:hover{color:#f43f5ebf}.hover\:text-rose-500\/80:hover{color:#f43f5ecc}.hover\:text-rose-500\/90:hover{color:#f43f5ee6}.hover\:text-rose-500\/95:hover{color:#f43f5ef2}.hover\:text-rose-500\/100:hover{color:#f43f5e}.hover\:text-rose-600\/0:hover{color:#e11d4800}.hover\:text-rose-600\/5:hover{color:#e11d480d}.hover\:text-rose-600\/10:hover{color:#e11d481a}.hover\:text-rose-600\/20:hover{color:#e11d4833}.hover\:text-rose-600\/25:hover{color:#e11d4840}.hover\:text-rose-600\/30:hover{color:#e11d484d}.hover\:text-rose-600\/40:hover{color:#e11d4866}.hover\:text-rose-600\/50:hover{color:#e11d4880}.hover\:text-rose-600\/60:hover{color:#e11d4899}.hover\:text-rose-600\/70:hover{color:#e11d48b3}.hover\:text-rose-600\/75:hover{color:#e11d48bf}.hover\:text-rose-600\/80:hover{color:#e11d48cc}.hover\:text-rose-600\/90:hover{color:#e11d48e6}.hover\:text-rose-600\/95:hover{color:#e11d48f2}.hover\:text-rose-600\/100:hover{color:#e11d48}.hover\:text-rose-700\/0:hover{color:#be123c00}.hover\:text-rose-700\/5:hover{color:#be123c0d}.hover\:text-rose-700\/10:hover{color:#be123c1a}.hover\:text-rose-700\/20:hover{color:#be123c33}.hover\:text-rose-700\/25:hover{color:#be123c40}.hover\:text-rose-700\/30:hover{color:#be123c4d}.hover\:text-rose-700\/40:hover{color:#be123c66}.hover\:text-rose-700\/50:hover{color:#be123c80}.hover\:text-rose-700\/60:hover{color:#be123c99}.hover\:text-rose-700\/70:hover{color:#be123cb3}.hover\:text-rose-700\/75:hover{color:#be123cbf}.hover\:text-rose-700\/80:hover{color:#be123ccc}.hover\:text-rose-700\/90:hover{color:#be123ce6}.hover\:text-rose-700\/95:hover{color:#be123cf2}.hover\:text-rose-700\/100:hover{color:#be123c}.hover\:text-rose-800\/0:hover{color:#9f123900}.hover\:text-rose-800\/5:hover{color:#9f12390d}.hover\:text-rose-800\/10:hover{color:#9f12391a}.hover\:text-rose-800\/20:hover{color:#9f123933}.hover\:text-rose-800\/25:hover{color:#9f123940}.hover\:text-rose-800\/30:hover{color:#9f12394d}.hover\:text-rose-800\/40:hover{color:#9f123966}.hover\:text-rose-800\/50:hover{color:#9f123980}.hover\:text-rose-800\/60:hover{color:#9f123999}.hover\:text-rose-800\/70:hover{color:#9f1239b3}.hover\:text-rose-800\/75:hover{color:#9f1239bf}.hover\:text-rose-800\/80:hover{color:#9f1239cc}.hover\:text-rose-800\/90:hover{color:#9f1239e6}.hover\:text-rose-800\/95:hover{color:#9f1239f2}.hover\:text-rose-800\/100:hover{color:#9f1239}.hover\:text-rose-900\/0:hover{color:#88133700}.hover\:text-rose-900\/5:hover{color:#8813370d}.hover\:text-rose-900\/10:hover{color:#8813371a}.hover\:text-rose-900\/20:hover{color:#88133733}.hover\:text-rose-900\/25:hover{color:#88133740}.hover\:text-rose-900\/30:hover{color:#8813374d}.hover\:text-rose-900\/40:hover{color:#88133766}.hover\:text-rose-900\/50:hover{color:#88133780}.hover\:text-rose-900\/60:hover{color:#88133799}.hover\:text-rose-900\/70:hover{color:#881337b3}.hover\:text-rose-900\/75:hover{color:#881337bf}.hover\:text-rose-900\/80:hover{color:#881337cc}.hover\:text-rose-900\/90:hover{color:#881337e6}.hover\:text-rose-900\/95:hover{color:#881337f2}.hover\:text-rose-900\/100:hover{color:#881337}.hover\:text-primary-100\/0:hover{color:#f2f3f400}.hover\:text-primary-100\/5:hover{color:#f2f3f40d}.hover\:text-primary-100\/10:hover{color:#f2f3f41a}.hover\:text-primary-100\/20:hover{color:#f2f3f433}.hover\:text-primary-100\/25:hover{color:#f2f3f440}.hover\:text-primary-100\/30:hover{color:#f2f3f44d}.hover\:text-primary-100\/40:hover{color:#f2f3f466}.hover\:text-primary-100\/50:hover{color:#f2f3f480}.hover\:text-primary-100\/60:hover{color:#f2f3f499}.hover\:text-primary-100\/70:hover{color:#f2f3f4b3}.hover\:text-primary-100\/75:hover{color:#f2f3f4bf}.hover\:text-primary-100\/80:hover{color:#f2f3f4cc}.hover\:text-primary-100\/90:hover{color:#f2f3f4e6}.hover\:text-primary-100\/95:hover{color:#f2f3f4f2}.hover\:text-primary-100\/100:hover{color:#f2f3f4}.hover\:text-primary-200\/0:hover{color:#e8e8f000}.hover\:text-primary-200\/5:hover{color:#e8e8f00d}.hover\:text-primary-200\/10:hover{color:#e8e8f01a}.hover\:text-primary-200\/20:hover{color:#e8e8f033}.hover\:text-primary-200\/25:hover{color:#e8e8f040}.hover\:text-primary-200\/30:hover{color:#e8e8f04d}.hover\:text-primary-200\/40:hover{color:#e8e8f066}.hover\:text-primary-200\/50:hover{color:#e8e8f080}.hover\:text-primary-200\/60:hover{color:#e8e8f099}.hover\:text-primary-200\/70:hover{color:#e8e8f0b3}.hover\:text-primary-200\/75:hover{color:#e8e8f0bf}.hover\:text-primary-200\/80:hover{color:#e8e8f0cc}.hover\:text-primary-200\/90:hover{color:#e8e8f0e6}.hover\:text-primary-200\/95:hover{color:#e8e8f0f2}.hover\:text-primary-200\/100:hover{color:#e8e8f0}.hover\:text-primary-300\/0:hover{color:#d0d0e100}.hover\:text-primary-300\/5:hover{color:#d0d0e10d}.hover\:text-primary-300\/10:hover{color:#d0d0e11a}.hover\:text-primary-300\/20:hover{color:#d0d0e133}.hover\:text-primary-300\/25:hover{color:#d0d0e140}.hover\:text-primary-300\/30:hover{color:#d0d0e14d}.hover\:text-primary-300\/40:hover{color:#d0d0e166}.hover\:text-primary-300\/50:hover{color:#d0d0e180}.hover\:text-primary-300\/60:hover{color:#d0d0e199}.hover\:text-primary-300\/70:hover{color:#d0d0e1b3}.hover\:text-primary-300\/75:hover{color:#d0d0e1bf}.hover\:text-primary-300\/80:hover{color:#d0d0e1cc}.hover\:text-primary-300\/90:hover{color:#d0d0e1e6}.hover\:text-primary-300\/95:hover{color:#d0d0e1f2}.hover\:text-primary-300\/100:hover{color:#d0d0e1}.hover\:text-primary-400\/0:hover{color:#b4b4d100}.hover\:text-primary-400\/5:hover{color:#b4b4d10d}.hover\:text-primary-400\/10:hover{color:#b4b4d11a}.hover\:text-primary-400\/20:hover{color:#b4b4d133}.hover\:text-primary-400\/25:hover{color:#b4b4d140}.hover\:text-primary-400\/30:hover{color:#b4b4d14d}.hover\:text-primary-400\/40:hover{color:#b4b4d166}.hover\:text-primary-400\/50:hover{color:#b4b4d180}.hover\:text-primary-400\/60:hover{color:#b4b4d199}.hover\:text-primary-400\/70:hover{color:#b4b4d1b3}.hover\:text-primary-400\/75:hover{color:#b4b4d1bf}.hover\:text-primary-400\/80:hover{color:#b4b4d1cc}.hover\:text-primary-400\/90:hover{color:#b4b4d1e6}.hover\:text-primary-400\/95:hover{color:#b4b4d1f2}.hover\:text-primary-400\/100:hover{color:#b4b4d1}.hover\:text-primary-500\/0:hover{color:#9393bf00}.hover\:text-primary-500\/5:hover{color:#9393bf0d}.hover\:text-primary-500\/10:hover{color:#9393bf1a}.hover\:text-primary-500\/20:hover{color:#9393bf33}.hover\:text-primary-500\/25:hover{color:#9393bf40}.hover\:text-primary-500\/30:hover{color:#9393bf4d}.hover\:text-primary-500\/40:hover{color:#9393bf66}.hover\:text-primary-500\/50:hover{color:#9393bf80}.hover\:text-primary-500\/60:hover{color:#9393bf99}.hover\:text-primary-500\/70:hover{color:#9393bfb3}.hover\:text-primary-500\/75:hover{color:#9393bfbf}.hover\:text-primary-500\/80:hover{color:#9393bfcc}.hover\:text-primary-500\/90:hover{color:#9393bfe6}.hover\:text-primary-500\/95:hover{color:#9393bff2}.hover\:text-primary-500\/100:hover{color:#9393bf}.hover\:text-primary-600\/0:hover{color:#6868ac00}.hover\:text-primary-600\/5:hover{color:#6868ac0d}.hover\:text-primary-600\/10:hover{color:#6868ac1a}.hover\:text-primary-600\/20:hover{color:#6868ac33}.hover\:text-primary-600\/25:hover{color:#6868ac40}.hover\:text-primary-600\/30:hover{color:#6868ac4d}.hover\:text-primary-600\/40:hover{color:#6868ac66}.hover\:text-primary-600\/50:hover{color:#6868ac80}.hover\:text-primary-600\/60:hover{color:#6868ac99}.hover\:text-primary-600\/70:hover{color:#6868acb3}.hover\:text-primary-600\/75:hover{color:#6868acbf}.hover\:text-primary-600\/80:hover{color:#6868accc}.hover\:text-primary-600\/90:hover{color:#6868ace6}.hover\:text-primary-600\/95:hover{color:#6868acf2}.hover\:text-primary-600\/100:hover{color:#6868ac}.hover\:text-primary-700\/0:hover{color:#5d5d9900}.hover\:text-primary-700\/5:hover{color:#5d5d990d}.hover\:text-primary-700\/10:hover{color:#5d5d991a}.hover\:text-primary-700\/20:hover{color:#5d5d9933}.hover\:text-primary-700\/25:hover{color:#5d5d9940}.hover\:text-primary-700\/30:hover{color:#5d5d994d}.hover\:text-primary-700\/40:hover{color:#5d5d9966}.hover\:text-primary-700\/50:hover{color:#5d5d9980}.hover\:text-primary-700\/60:hover{color:#5d5d9999}.hover\:text-primary-700\/70:hover{color:#5d5d99b3}.hover\:text-primary-700\/75:hover{color:#5d5d99bf}.hover\:text-primary-700\/80:hover{color:#5d5d99cc}.hover\:text-primary-700\/90:hover{color:#5d5d99e6}.hover\:text-primary-700\/95:hover{color:#5d5d99f2}.hover\:text-primary-700\/100:hover{color:#5d5d99}.hover\:text-primary-800\/0:hover{color:#50508500}.hover\:text-primary-800\/5:hover{color:#5050850d}.hover\:text-primary-800\/10:hover{color:#5050851a}.hover\:text-primary-800\/20:hover{color:#50508533}.hover\:text-primary-800\/25:hover{color:#50508540}.hover\:text-primary-800\/30:hover{color:#5050854d}.hover\:text-primary-800\/40:hover{color:#50508566}.hover\:text-primary-800\/50:hover{color:#50508580}.hover\:text-primary-800\/60:hover{color:#50508599}.hover\:text-primary-800\/70:hover{color:#505085b3}.hover\:text-primary-800\/75:hover{color:#505085bf}.hover\:text-primary-800\/80:hover{color:#505085cc}.hover\:text-primary-800\/90:hover{color:#505085e6}.hover\:text-primary-800\/95:hover{color:#505085f2}.hover\:text-primary-800\/100:hover{color:#505085}.hover\:text-primary-900\/0:hover{color:#41416c00}.hover\:text-primary-900\/5:hover{color:#41416c0d}.hover\:text-primary-900\/10:hover{color:#41416c1a}.hover\:text-primary-900\/20:hover{color:#41416c33}.hover\:text-primary-900\/25:hover{color:#41416c40}.hover\:text-primary-900\/30:hover{color:#41416c4d}.hover\:text-primary-900\/40:hover{color:#41416c66}.hover\:text-primary-900\/50:hover{color:#41416c80}.hover\:text-primary-900\/60:hover{color:#41416c99}.hover\:text-primary-900\/70:hover{color:#41416cb3}.hover\:text-primary-900\/75:hover{color:#41416cbf}.hover\:text-primary-900\/80:hover{color:#41416ccc}.hover\:text-primary-900\/90:hover{color:#41416ce6}.hover\:text-primary-900\/95:hover{color:#41416cf2}.hover\:text-primary-900\/100:hover{color:#41416c}.hover\:text-primary-1000\/0:hover{color:#2e2e4c00}.hover\:text-primary-1000\/5:hover{color:#2e2e4c0d}.hover\:text-primary-1000\/10:hover{color:#2e2e4c1a}.hover\:text-primary-1000\/20:hover{color:#2e2e4c33}.hover\:text-primary-1000\/25:hover{color:#2e2e4c40}.hover\:text-primary-1000\/30:hover{color:#2e2e4c4d}.hover\:text-primary-1000\/40:hover{color:#2e2e4c66}.hover\:text-primary-1000\/50:hover{color:#2e2e4c80}.hover\:text-primary-1000\/60:hover{color:#2e2e4c99}.hover\:text-primary-1000\/70:hover{color:#2e2e4cb3}.hover\:text-primary-1000\/75:hover{color:#2e2e4cbf}.hover\:text-primary-1000\/80:hover{color:#2e2e4ccc}.hover\:text-primary-1000\/90:hover{color:#2e2e4ce6}.hover\:text-primary-1000\/95:hover{color:#2e2e4cf2}.hover\:text-primary-1000\/100:hover{color:#2e2e4c}.hover\:text-primary-highlight-100\/0:hover{color:#f7f5fe00}.hover\:text-primary-highlight-100\/5:hover{color:#f7f5fe0d}.hover\:text-primary-highlight-100\/10:hover{color:#f7f5fe1a}.hover\:text-primary-highlight-100\/20:hover{color:#f7f5fe33}.hover\:text-primary-highlight-100\/25:hover{color:#f7f5fe40}.hover\:text-primary-highlight-100\/30:hover{color:#f7f5fe4d}.hover\:text-primary-highlight-100\/40:hover{color:#f7f5fe66}.hover\:text-primary-highlight-100\/50:hover{color:#f7f5fe80}.hover\:text-primary-highlight-100\/60:hover{color:#f7f5fe99}.hover\:text-primary-highlight-100\/70:hover{color:#f7f5feb3}.hover\:text-primary-highlight-100\/75:hover{color:#f7f5febf}.hover\:text-primary-highlight-100\/80:hover{color:#f7f5fecc}.hover\:text-primary-highlight-100\/90:hover{color:#f7f5fee6}.hover\:text-primary-highlight-100\/95:hover{color:#f7f5fef2}.hover\:text-primary-highlight-100\/100:hover{color:#f7f5fe}.hover\:text-primary-highlight-200\/0:hover{color:#efecfe00}.hover\:text-primary-highlight-200\/5:hover{color:#efecfe0d}.hover\:text-primary-highlight-200\/10:hover{color:#efecfe1a}.hover\:text-primary-highlight-200\/20:hover{color:#efecfe33}.hover\:text-primary-highlight-200\/25:hover{color:#efecfe40}.hover\:text-primary-highlight-200\/30:hover{color:#efecfe4d}.hover\:text-primary-highlight-200\/40:hover{color:#efecfe66}.hover\:text-primary-highlight-200\/50:hover{color:#efecfe80}.hover\:text-primary-highlight-200\/60:hover{color:#efecfe99}.hover\:text-primary-highlight-200\/70:hover{color:#efecfeb3}.hover\:text-primary-highlight-200\/75:hover{color:#efecfebf}.hover\:text-primary-highlight-200\/80:hover{color:#efecfecc}.hover\:text-primary-highlight-200\/90:hover{color:#efecfee6}.hover\:text-primary-highlight-200\/95:hover{color:#efecfef2}.hover\:text-primary-highlight-200\/100:hover{color:#efecfe}.hover\:text-primary-highlight-300\/0:hover{color:#dfd8fd00}.hover\:text-primary-highlight-300\/5:hover{color:#dfd8fd0d}.hover\:text-primary-highlight-300\/10:hover{color:#dfd8fd1a}.hover\:text-primary-highlight-300\/20:hover{color:#dfd8fd33}.hover\:text-primary-highlight-300\/25:hover{color:#dfd8fd40}.hover\:text-primary-highlight-300\/30:hover{color:#dfd8fd4d}.hover\:text-primary-highlight-300\/40:hover{color:#dfd8fd66}.hover\:text-primary-highlight-300\/50:hover{color:#dfd8fd80}.hover\:text-primary-highlight-300\/60:hover{color:#dfd8fd99}.hover\:text-primary-highlight-300\/70:hover{color:#dfd8fdb3}.hover\:text-primary-highlight-300\/75:hover{color:#dfd8fdbf}.hover\:text-primary-highlight-300\/80:hover{color:#dfd8fdcc}.hover\:text-primary-highlight-300\/90:hover{color:#dfd8fde6}.hover\:text-primary-highlight-300\/95:hover{color:#dfd8fdf2}.hover\:text-primary-highlight-300\/100:hover{color:#dfd8fd}.hover\:text-primary-highlight-400\/0:hover{color:#cec1fc00}.hover\:text-primary-highlight-400\/5:hover{color:#cec1fc0d}.hover\:text-primary-highlight-400\/10:hover{color:#cec1fc1a}.hover\:text-primary-highlight-400\/20:hover{color:#cec1fc33}.hover\:text-primary-highlight-400\/25:hover{color:#cec1fc40}.hover\:text-primary-highlight-400\/30:hover{color:#cec1fc4d}.hover\:text-primary-highlight-400\/40:hover{color:#cec1fc66}.hover\:text-primary-highlight-400\/50:hover{color:#cec1fc80}.hover\:text-primary-highlight-400\/60:hover{color:#cec1fc99}.hover\:text-primary-highlight-400\/70:hover{color:#cec1fcb3}.hover\:text-primary-highlight-400\/75:hover{color:#cec1fcbf}.hover\:text-primary-highlight-400\/80:hover{color:#cec1fccc}.hover\:text-primary-highlight-400\/90:hover{color:#cec1fce6}.hover\:text-primary-highlight-400\/95:hover{color:#cec1fcf2}.hover\:text-primary-highlight-400\/100:hover{color:#cec1fc}.hover\:text-primary-highlight-500\/0:hover{color:#bba8fb00}.hover\:text-primary-highlight-500\/5:hover{color:#bba8fb0d}.hover\:text-primary-highlight-500\/10:hover{color:#bba8fb1a}.hover\:text-primary-highlight-500\/20:hover{color:#bba8fb33}.hover\:text-primary-highlight-500\/25:hover{color:#bba8fb40}.hover\:text-primary-highlight-500\/30:hover{color:#bba8fb4d}.hover\:text-primary-highlight-500\/40:hover{color:#bba8fb66}.hover\:text-primary-highlight-500\/50:hover{color:#bba8fb80}.hover\:text-primary-highlight-500\/60:hover{color:#bba8fb99}.hover\:text-primary-highlight-500\/70:hover{color:#bba8fbb3}.hover\:text-primary-highlight-500\/75:hover{color:#bba8fbbf}.hover\:text-primary-highlight-500\/80:hover{color:#bba8fbcc}.hover\:text-primary-highlight-500\/90:hover{color:#bba8fbe6}.hover\:text-primary-highlight-500\/95:hover{color:#bba8fbf2}.hover\:text-primary-highlight-500\/100:hover{color:#bba8fb}.hover\:text-primary-highlight-600\/0:hover{color:#a78bfa00}.hover\:text-primary-highlight-600\/5:hover{color:#a78bfa0d}.hover\:text-primary-highlight-600\/10:hover{color:#a78bfa1a}.hover\:text-primary-highlight-600\/20:hover{color:#a78bfa33}.hover\:text-primary-highlight-600\/25:hover{color:#a78bfa40}.hover\:text-primary-highlight-600\/30:hover{color:#a78bfa4d}.hover\:text-primary-highlight-600\/40:hover{color:#a78bfa66}.hover\:text-primary-highlight-600\/50:hover{color:#a78bfa80}.hover\:text-primary-highlight-600\/60:hover{color:#a78bfa99}.hover\:text-primary-highlight-600\/70:hover{color:#a78bfab3}.hover\:text-primary-highlight-600\/75:hover{color:#a78bfabf}.hover\:text-primary-highlight-600\/80:hover{color:#a78bfacc}.hover\:text-primary-highlight-600\/90:hover{color:#a78bfae6}.hover\:text-primary-highlight-600\/95:hover{color:#a78bfaf2}.hover\:text-primary-highlight-600\/100:hover{color:#a78bfa}.hover\:text-primary-highlight-700\/0:hover{color:#957cdf00}.hover\:text-primary-highlight-700\/5:hover{color:#957cdf0d}.hover\:text-primary-highlight-700\/10:hover{color:#957cdf1a}.hover\:text-primary-highlight-700\/20:hover{color:#957cdf33}.hover\:text-primary-highlight-700\/25:hover{color:#957cdf40}.hover\:text-primary-highlight-700\/30:hover{color:#957cdf4d}.hover\:text-primary-highlight-700\/40:hover{color:#957cdf66}.hover\:text-primary-highlight-700\/50:hover{color:#957cdf80}.hover\:text-primary-highlight-700\/60:hover{color:#957cdf99}.hover\:text-primary-highlight-700\/70:hover{color:#957cdfb3}.hover\:text-primary-highlight-700\/75:hover{color:#957cdfbf}.hover\:text-primary-highlight-700\/80:hover{color:#957cdfcc}.hover\:text-primary-highlight-700\/90:hover{color:#957cdfe6}.hover\:text-primary-highlight-700\/95:hover{color:#957cdff2}.hover\:text-primary-highlight-700\/100:hover{color:#957cdf}.hover\:text-primary-highlight-800\/0:hover{color:#816bc100}.hover\:text-primary-highlight-800\/5:hover{color:#816bc10d}.hover\:text-primary-highlight-800\/10:hover{color:#816bc11a}.hover\:text-primary-highlight-800\/20:hover{color:#816bc133}.hover\:text-primary-highlight-800\/25:hover{color:#816bc140}.hover\:text-primary-highlight-800\/30:hover{color:#816bc14d}.hover\:text-primary-highlight-800\/40:hover{color:#816bc166}.hover\:text-primary-highlight-800\/50:hover{color:#816bc180}.hover\:text-primary-highlight-800\/60:hover{color:#816bc199}.hover\:text-primary-highlight-800\/70:hover{color:#816bc1b3}.hover\:text-primary-highlight-800\/75:hover{color:#816bc1bf}.hover\:text-primary-highlight-800\/80:hover{color:#816bc1cc}.hover\:text-primary-highlight-800\/90:hover{color:#816bc1e6}.hover\:text-primary-highlight-800\/95:hover{color:#816bc1f2}.hover\:text-primary-highlight-800\/100:hover{color:#816bc1}.hover\:text-primary-highlight-900\/0:hover{color:#69579e00}.hover\:text-primary-highlight-900\/5:hover{color:#69579e0d}.hover\:text-primary-highlight-900\/10:hover{color:#69579e1a}.hover\:text-primary-highlight-900\/20:hover{color:#69579e33}.hover\:text-primary-highlight-900\/25:hover{color:#69579e40}.hover\:text-primary-highlight-900\/30:hover{color:#69579e4d}.hover\:text-primary-highlight-900\/40:hover{color:#69579e66}.hover\:text-primary-highlight-900\/50:hover{color:#69579e80}.hover\:text-primary-highlight-900\/60:hover{color:#69579e99}.hover\:text-primary-highlight-900\/70:hover{color:#69579eb3}.hover\:text-primary-highlight-900\/75:hover{color:#69579ebf}.hover\:text-primary-highlight-900\/80:hover{color:#69579ecc}.hover\:text-primary-highlight-900\/90:hover{color:#69579ee6}.hover\:text-primary-highlight-900\/95:hover{color:#69579ef2}.hover\:text-primary-highlight-900\/100:hover{color:#69579e}.hover\:text-primary-highlight-1000\/0:hover{color:#4a3e6f00}.hover\:text-primary-highlight-1000\/5:hover{color:#4a3e6f0d}.hover\:text-primary-highlight-1000\/10:hover{color:#4a3e6f1a}.hover\:text-primary-highlight-1000\/20:hover{color:#4a3e6f33}.hover\:text-primary-highlight-1000\/25:hover{color:#4a3e6f40}.hover\:text-primary-highlight-1000\/30:hover{color:#4a3e6f4d}.hover\:text-primary-highlight-1000\/40:hover{color:#4a3e6f66}.hover\:text-primary-highlight-1000\/50:hover{color:#4a3e6f80}.hover\:text-primary-highlight-1000\/60:hover{color:#4a3e6f99}.hover\:text-primary-highlight-1000\/70:hover{color:#4a3e6fb3}.hover\:text-primary-highlight-1000\/75:hover{color:#4a3e6fbf}.hover\:text-primary-highlight-1000\/80:hover{color:#4a3e6fcc}.hover\:text-primary-highlight-1000\/90:hover{color:#4a3e6fe6}.hover\:text-primary-highlight-1000\/95:hover{color:#4a3e6ff2}.hover\:text-primary-highlight-1000\/100:hover{color:#4a3e6f}.hover\:text-secondary-100\/0:hover{color:#fef7f200}.hover\:text-secondary-100\/5:hover{color:#fef7f20d}.hover\:text-secondary-100\/10:hover{color:#fef7f21a}.hover\:text-secondary-100\/20:hover{color:#fef7f233}.hover\:text-secondary-100\/25:hover{color:#fef7f240}.hover\:text-secondary-100\/30:hover{color:#fef7f24d}.hover\:text-secondary-100\/40:hover{color:#fef7f266}.hover\:text-secondary-100\/50:hover{color:#fef7f280}.hover\:text-secondary-100\/60:hover{color:#fef7f299}.hover\:text-secondary-100\/70:hover{color:#fef7f2b3}.hover\:text-secondary-100\/75:hover{color:#fef7f2bf}.hover\:text-secondary-100\/80:hover{color:#fef7f2cc}.hover\:text-secondary-100\/90:hover{color:#fef7f2e6}.hover\:text-secondary-100\/95:hover{color:#fef7f2f2}.hover\:text-secondary-100\/100:hover{color:#fef7f2}.hover\:text-secondary-200\/0:hover{color:#fef0e400}.hover\:text-secondary-200\/5:hover{color:#fef0e40d}.hover\:text-secondary-200\/10:hover{color:#fef0e41a}.hover\:text-secondary-200\/20:hover{color:#fef0e433}.hover\:text-secondary-200\/25:hover{color:#fef0e440}.hover\:text-secondary-200\/30:hover{color:#fef0e44d}.hover\:text-secondary-200\/40:hover{color:#fef0e466}.hover\:text-secondary-200\/50:hover{color:#fef0e480}.hover\:text-secondary-200\/60:hover{color:#fef0e499}.hover\:text-secondary-200\/70:hover{color:#fef0e4b3}.hover\:text-secondary-200\/75:hover{color:#fef0e4bf}.hover\:text-secondary-200\/80:hover{color:#fef0e4cc}.hover\:text-secondary-200\/90:hover{color:#fef0e4e6}.hover\:text-secondary-200\/95:hover{color:#fef0e4f2}.hover\:text-secondary-200\/100:hover{color:#fef0e4}.hover\:text-secondary-300\/0:hover{color:#fde1c600}.hover\:text-secondary-300\/5:hover{color:#fde1c60d}.hover\:text-secondary-300\/10:hover{color:#fde1c61a}.hover\:text-secondary-300\/20:hover{color:#fde1c633}.hover\:text-secondary-300\/25:hover{color:#fde1c640}.hover\:text-secondary-300\/30:hover{color:#fde1c64d}.hover\:text-secondary-300\/40:hover{color:#fde1c666}.hover\:text-secondary-300\/50:hover{color:#fde1c680}.hover\:text-secondary-300\/60:hover{color:#fde1c699}.hover\:text-secondary-300\/70:hover{color:#fde1c6b3}.hover\:text-secondary-300\/75:hover{color:#fde1c6bf}.hover\:text-secondary-300\/80:hover{color:#fde1c6cc}.hover\:text-secondary-300\/90:hover{color:#fde1c6e6}.hover\:text-secondary-300\/95:hover{color:#fde1c6f2}.hover\:text-secondary-300\/100:hover{color:#fde1c6}.hover\:text-secondary-400\/0:hover{color:#fcd1a200}.hover\:text-secondary-400\/5:hover{color:#fcd1a20d}.hover\:text-secondary-400\/10:hover{color:#fcd1a21a}.hover\:text-secondary-400\/20:hover{color:#fcd1a233}.hover\:text-secondary-400\/25:hover{color:#fcd1a240}.hover\:text-secondary-400\/30:hover{color:#fcd1a24d}.hover\:text-secondary-400\/40:hover{color:#fcd1a266}.hover\:text-secondary-400\/50:hover{color:#fcd1a280}.hover\:text-secondary-400\/60:hover{color:#fcd1a299}.hover\:text-secondary-400\/70:hover{color:#fcd1a2b3}.hover\:text-secondary-400\/75:hover{color:#fcd1a2bf}.hover\:text-secondary-400\/80:hover{color:#fcd1a2cc}.hover\:text-secondary-400\/90:hover{color:#fcd1a2e6}.hover\:text-secondary-400\/95:hover{color:#fcd1a2f2}.hover\:text-secondary-400\/100:hover{color:#fcd1a2}.hover\:text-secondary-500\/0:hover{color:#fbbf7500}.hover\:text-secondary-500\/5:hover{color:#fbbf750d}.hover\:text-secondary-500\/10:hover{color:#fbbf751a}.hover\:text-secondary-500\/20:hover{color:#fbbf7533}.hover\:text-secondary-500\/25:hover{color:#fbbf7540}.hover\:text-secondary-500\/30:hover{color:#fbbf754d}.hover\:text-secondary-500\/40:hover{color:#fbbf7566}.hover\:text-secondary-500\/50:hover{color:#fbbf7580}.hover\:text-secondary-500\/60:hover{color:#fbbf7599}.hover\:text-secondary-500\/70:hover{color:#fbbf75b3}.hover\:text-secondary-500\/75:hover{color:#fbbf75bf}.hover\:text-secondary-500\/80:hover{color:#fbbf75cc}.hover\:text-secondary-500\/90:hover{color:#fbbf75e6}.hover\:text-secondary-500\/95:hover{color:#fbbf75f2}.hover\:text-secondary-500\/100:hover{color:#fbbf75}.hover\:text-secondary-600\/0:hover{color:#faac1e00}.hover\:text-secondary-600\/5:hover{color:#faac1e0d}.hover\:text-secondary-600\/10:hover{color:#faac1e1a}.hover\:text-secondary-600\/20:hover{color:#faac1e33}.hover\:text-secondary-600\/25:hover{color:#faac1e40}.hover\:text-secondary-600\/30:hover{color:#faac1e4d}.hover\:text-secondary-600\/40:hover{color:#faac1e66}.hover\:text-secondary-600\/50:hover{color:#faac1e80}.hover\:text-secondary-600\/60:hover{color:#faac1e99}.hover\:text-secondary-600\/70:hover{color:#faac1eb3}.hover\:text-secondary-600\/75:hover{color:#faac1ebf}.hover\:text-secondary-600\/80:hover{color:#faac1ecc}.hover\:text-secondary-600\/90:hover{color:#faac1ee6}.hover\:text-secondary-600\/95:hover{color:#faac1ef2}.hover\:text-secondary-600\/100:hover{color:#faac1e}.hover\:text-secondary-700\/0:hover{color:#df991a00}.hover\:text-secondary-700\/5:hover{color:#df991a0d}.hover\:text-secondary-700\/10:hover{color:#df991a1a}.hover\:text-secondary-700\/20:hover{color:#df991a33}.hover\:text-secondary-700\/25:hover{color:#df991a40}.hover\:text-secondary-700\/30:hover{color:#df991a4d}.hover\:text-secondary-700\/40:hover{color:#df991a66}.hover\:text-secondary-700\/50:hover{color:#df991a80}.hover\:text-secondary-700\/60:hover{color:#df991a99}.hover\:text-secondary-700\/70:hover{color:#df991ab3}.hover\:text-secondary-700\/75:hover{color:#df991abf}.hover\:text-secondary-700\/80:hover{color:#df991acc}.hover\:text-secondary-700\/90:hover{color:#df991ae6}.hover\:text-secondary-700\/95:hover{color:#df991af2}.hover\:text-secondary-700\/100:hover{color:#df991a}.hover\:text-secondary-800\/0:hover{color:#c1851700}.hover\:text-secondary-800\/5:hover{color:#c185170d}.hover\:text-secondary-800\/10:hover{color:#c185171a}.hover\:text-secondary-800\/20:hover{color:#c1851733}.hover\:text-secondary-800\/25:hover{color:#c1851740}.hover\:text-secondary-800\/30:hover{color:#c185174d}.hover\:text-secondary-800\/40:hover{color:#c1851766}.hover\:text-secondary-800\/50:hover{color:#c1851780}.hover\:text-secondary-800\/60:hover{color:#c1851799}.hover\:text-secondary-800\/70:hover{color:#c18517b3}.hover\:text-secondary-800\/75:hover{color:#c18517bf}.hover\:text-secondary-800\/80:hover{color:#c18517cc}.hover\:text-secondary-800\/90:hover{color:#c18517e6}.hover\:text-secondary-800\/95:hover{color:#c18517f2}.hover\:text-secondary-800\/100:hover{color:#c18517}.hover\:text-secondary-900\/0:hover{color:#9e6c1200}.hover\:text-secondary-900\/5:hover{color:#9e6c120d}.hover\:text-secondary-900\/10:hover{color:#9e6c121a}.hover\:text-secondary-900\/20:hover{color:#9e6c1233}.hover\:text-secondary-900\/25:hover{color:#9e6c1240}.hover\:text-secondary-900\/30:hover{color:#9e6c124d}.hover\:text-secondary-900\/40:hover{color:#9e6c1266}.hover\:text-secondary-900\/50:hover{color:#9e6c1280}.hover\:text-secondary-900\/60:hover{color:#9e6c1299}.hover\:text-secondary-900\/70:hover{color:#9e6c12b3}.hover\:text-secondary-900\/75:hover{color:#9e6c12bf}.hover\:text-secondary-900\/80:hover{color:#9e6c12cc}.hover\:text-secondary-900\/90:hover{color:#9e6c12e6}.hover\:text-secondary-900\/95:hover{color:#9e6c12f2}.hover\:text-secondary-900\/100:hover{color:#9e6c12}.hover\:text-secondary-1000\/0:hover{color:#6f4c0d00}.hover\:text-secondary-1000\/5:hover{color:#6f4c0d0d}.hover\:text-secondary-1000\/10:hover{color:#6f4c0d1a}.hover\:text-secondary-1000\/20:hover{color:#6f4c0d33}.hover\:text-secondary-1000\/25:hover{color:#6f4c0d40}.hover\:text-secondary-1000\/30:hover{color:#6f4c0d4d}.hover\:text-secondary-1000\/40:hover{color:#6f4c0d66}.hover\:text-secondary-1000\/50:hover{color:#6f4c0d80}.hover\:text-secondary-1000\/60:hover{color:#6f4c0d99}.hover\:text-secondary-1000\/70:hover{color:#6f4c0db3}.hover\:text-secondary-1000\/75:hover{color:#6f4c0dbf}.hover\:text-secondary-1000\/80:hover{color:#6f4c0dcc}.hover\:text-secondary-1000\/90:hover{color:#6f4c0de6}.hover\:text-secondary-1000\/95:hover{color:#6f4c0df2}.hover\:text-secondary-1000\/100:hover{color:#6f4c0d}.hover\:text-grey-100\/0:hover{color:#f2f3f400}.hover\:text-grey-100\/5:hover{color:#f2f3f40d}.hover\:text-grey-100\/10:hover{color:#f2f3f41a}.hover\:text-grey-100\/20:hover{color:#f2f3f433}.hover\:text-grey-100\/25:hover{color:#f2f3f440}.hover\:text-grey-100\/30:hover{color:#f2f3f44d}.hover\:text-grey-100\/40:hover{color:#f2f3f466}.hover\:text-grey-100\/50:hover{color:#f2f3f480}.hover\:text-grey-100\/60:hover{color:#f2f3f499}.hover\:text-grey-100\/70:hover{color:#f2f3f4b3}.hover\:text-grey-100\/75:hover{color:#f2f3f4bf}.hover\:text-grey-100\/80:hover{color:#f2f3f4cc}.hover\:text-grey-100\/90:hover{color:#f2f3f4e6}.hover\:text-grey-100\/95:hover{color:#f2f3f4f2}.hover\:text-grey-100\/100:hover{color:#f2f3f4}.hover\:text-grey-200\/0:hover{color:#e6e7e800}.hover\:text-grey-200\/5:hover{color:#e6e7e80d}.hover\:text-grey-200\/10:hover{color:#e6e7e81a}.hover\:text-grey-200\/20:hover{color:#e6e7e833}.hover\:text-grey-200\/25:hover{color:#e6e7e840}.hover\:text-grey-200\/30:hover{color:#e6e7e84d}.hover\:text-grey-200\/40:hover{color:#e6e7e866}.hover\:text-grey-200\/50:hover{color:#e6e7e880}.hover\:text-grey-200\/60:hover{color:#e6e7e899}.hover\:text-grey-200\/70:hover{color:#e6e7e8b3}.hover\:text-grey-200\/75:hover{color:#e6e7e8bf}.hover\:text-grey-200\/80:hover{color:#e6e7e8cc}.hover\:text-grey-200\/90:hover{color:#e6e7e8e6}.hover\:text-grey-200\/95:hover{color:#e6e7e8f2}.hover\:text-grey-200\/100:hover{color:#e6e7e8}.hover\:text-grey-300\/0:hover{color:#caccd000}.hover\:text-grey-300\/5:hover{color:#caccd00d}.hover\:text-grey-300\/10:hover{color:#caccd01a}.hover\:text-grey-300\/20:hover{color:#caccd033}.hover\:text-grey-300\/25:hover{color:#caccd040}.hover\:text-grey-300\/30:hover{color:#caccd04d}.hover\:text-grey-300\/40:hover{color:#caccd066}.hover\:text-grey-300\/50:hover{color:#caccd080}.hover\:text-grey-300\/60:hover{color:#caccd099}.hover\:text-grey-300\/70:hover{color:#caccd0b3}.hover\:text-grey-300\/75:hover{color:#caccd0bf}.hover\:text-grey-300\/80:hover{color:#caccd0cc}.hover\:text-grey-300\/90:hover{color:#caccd0e6}.hover\:text-grey-300\/95:hover{color:#caccd0f2}.hover\:text-grey-300\/100:hover{color:#caccd0}.hover\:text-grey-400\/0:hover{color:#aaaeb400}.hover\:text-grey-400\/5:hover{color:#aaaeb40d}.hover\:text-grey-400\/10:hover{color:#aaaeb41a}.hover\:text-grey-400\/20:hover{color:#aaaeb433}.hover\:text-grey-400\/25:hover{color:#aaaeb440}.hover\:text-grey-400\/30:hover{color:#aaaeb44d}.hover\:text-grey-400\/40:hover{color:#aaaeb466}.hover\:text-grey-400\/50:hover{color:#aaaeb480}.hover\:text-grey-400\/60:hover{color:#aaaeb499}.hover\:text-grey-400\/70:hover{color:#aaaeb4b3}.hover\:text-grey-400\/75:hover{color:#aaaeb4bf}.hover\:text-grey-400\/80:hover{color:#aaaeb4cc}.hover\:text-grey-400\/90:hover{color:#aaaeb4e6}.hover\:text-grey-400\/95:hover{color:#aaaeb4f2}.hover\:text-grey-400\/100:hover{color:#aaaeb4}.hover\:text-grey-500\/0:hover{color:#82899300}.hover\:text-grey-500\/5:hover{color:#8289930d}.hover\:text-grey-500\/10:hover{color:#8289931a}.hover\:text-grey-500\/20:hover{color:#82899333}.hover\:text-grey-500\/25:hover{color:#82899340}.hover\:text-grey-500\/30:hover{color:#8289934d}.hover\:text-grey-500\/40:hover{color:#82899366}.hover\:text-grey-500\/50:hover{color:#82899380}.hover\:text-grey-500\/60:hover{color:#82899399}.hover\:text-grey-500\/70:hover{color:#828993b3}.hover\:text-grey-500\/75:hover{color:#828993bf}.hover\:text-grey-500\/80:hover{color:#828993cc}.hover\:text-grey-500\/90:hover{color:#828993e6}.hover\:text-grey-500\/95:hover{color:#828993f2}.hover\:text-grey-500\/100:hover{color:#828993}.hover\:text-grey-600\/0:hover{color:#47556900}.hover\:text-grey-600\/5:hover{color:#4755690d}.hover\:text-grey-600\/10:hover{color:#4755691a}.hover\:text-grey-600\/20:hover{color:#47556933}.hover\:text-grey-600\/25:hover{color:#47556940}.hover\:text-grey-600\/30:hover{color:#4755694d}.hover\:text-grey-600\/40:hover{color:#47556966}.hover\:text-grey-600\/50:hover{color:#47556980}.hover\:text-grey-600\/60:hover{color:#47556999}.hover\:text-grey-600\/70:hover{color:#475569b3}.hover\:text-grey-600\/75:hover{color:#475569bf}.hover\:text-grey-600\/80:hover{color:#475569cc}.hover\:text-grey-600\/90:hover{color:#475569e6}.hover\:text-grey-600\/95:hover{color:#475569f2}.hover\:text-grey-600\/100:hover{color:#475569}.hover\:text-grey-700\/0:hover{color:#3f4c5d00}.hover\:text-grey-700\/5:hover{color:#3f4c5d0d}.hover\:text-grey-700\/10:hover{color:#3f4c5d1a}.hover\:text-grey-700\/20:hover{color:#3f4c5d33}.hover\:text-grey-700\/25:hover{color:#3f4c5d40}.hover\:text-grey-700\/30:hover{color:#3f4c5d4d}.hover\:text-grey-700\/40:hover{color:#3f4c5d66}.hover\:text-grey-700\/50:hover{color:#3f4c5d80}.hover\:text-grey-700\/60:hover{color:#3f4c5d99}.hover\:text-grey-700\/70:hover{color:#3f4c5db3}.hover\:text-grey-700\/75:hover{color:#3f4c5dbf}.hover\:text-grey-700\/80:hover{color:#3f4c5dcc}.hover\:text-grey-700\/90:hover{color:#3f4c5de6}.hover\:text-grey-700\/95:hover{color:#3f4c5df2}.hover\:text-grey-700\/100:hover{color:#3f4c5d}.hover\:text-grey-800\/0:hover{color:#36415100}.hover\:text-grey-800\/5:hover{color:#3641510d}.hover\:text-grey-800\/10:hover{color:#3641511a}.hover\:text-grey-800\/20:hover{color:#36415133}.hover\:text-grey-800\/25:hover{color:#36415140}.hover\:text-grey-800\/30:hover{color:#3641514d}.hover\:text-grey-800\/40:hover{color:#36415166}.hover\:text-grey-800\/50:hover{color:#36415180}.hover\:text-grey-800\/60:hover{color:#36415199}.hover\:text-grey-800\/70:hover{color:#364151b3}.hover\:text-grey-800\/75:hover{color:#364151bf}.hover\:text-grey-800\/80:hover{color:#364151cc}.hover\:text-grey-800\/90:hover{color:#364151e6}.hover\:text-grey-800\/95:hover{color:#364151f2}.hover\:text-grey-800\/100:hover{color:#364151}.hover\:text-grey-900\/0:hover{color:#2c354200}.hover\:text-grey-900\/5:hover{color:#2c35420d}.hover\:text-grey-900\/10:hover{color:#2c35421a}.hover\:text-grey-900\/20:hover{color:#2c354233}.hover\:text-grey-900\/25:hover{color:#2c354240}.hover\:text-grey-900\/30:hover{color:#2c35424d}.hover\:text-grey-900\/40:hover{color:#2c354266}.hover\:text-grey-900\/50:hover{color:#2c354280}.hover\:text-grey-900\/60:hover{color:#2c354299}.hover\:text-grey-900\/70:hover{color:#2c3542b3}.hover\:text-grey-900\/75:hover{color:#2c3542bf}.hover\:text-grey-900\/80:hover{color:#2c3542cc}.hover\:text-grey-900\/90:hover{color:#2c3542e6}.hover\:text-grey-900\/95:hover{color:#2c3542f2}.hover\:text-grey-900\/100:hover{color:#2c3542}.hover\:text-grey-1000\/0:hover{color:#1f262e00}.hover\:text-grey-1000\/5:hover{color:#1f262e0d}.hover\:text-grey-1000\/10:hover{color:#1f262e1a}.hover\:text-grey-1000\/20:hover{color:#1f262e33}.hover\:text-grey-1000\/25:hover{color:#1f262e40}.hover\:text-grey-1000\/30:hover{color:#1f262e4d}.hover\:text-grey-1000\/40:hover{color:#1f262e66}.hover\:text-grey-1000\/50:hover{color:#1f262e80}.hover\:text-grey-1000\/60:hover{color:#1f262e99}.hover\:text-grey-1000\/70:hover{color:#1f262eb3}.hover\:text-grey-1000\/75:hover{color:#1f262ebf}.hover\:text-grey-1000\/80:hover{color:#1f262ecc}.hover\:text-grey-1000\/90:hover{color:#1f262ee6}.hover\:text-grey-1000\/95:hover{color:#1f262ef2}.hover\:text-grey-1000\/100:hover{color:#1f262e}.hover\:text-green-1000\/0:hover{color:#175e4400}.hover\:text-green-1000\/5:hover{color:#175e440d}.hover\:text-green-1000\/10:hover{color:#175e441a}.hover\:text-green-1000\/20:hover{color:#175e4433}.hover\:text-green-1000\/25:hover{color:#175e4440}.hover\:text-green-1000\/30:hover{color:#175e444d}.hover\:text-green-1000\/40:hover{color:#175e4466}.hover\:text-green-1000\/50:hover{color:#175e4480}.hover\:text-green-1000\/60:hover{color:#175e4499}.hover\:text-green-1000\/70:hover{color:#175e44b3}.hover\:text-green-1000\/75:hover{color:#175e44bf}.hover\:text-green-1000\/80:hover{color:#175e44cc}.hover\:text-green-1000\/90:hover{color:#175e44e6}.hover\:text-green-1000\/95:hover{color:#175e44f2}.hover\:text-green-1000\/100:hover{color:#175e44}.hover\:text-blue-1000\/0:hover{color:#102c6900}.hover\:text-blue-1000\/5:hover{color:#102c690d}.hover\:text-blue-1000\/10:hover{color:#102c691a}.hover\:text-blue-1000\/20:hover{color:#102c6933}.hover\:text-blue-1000\/25:hover{color:#102c6940}.hover\:text-blue-1000\/30:hover{color:#102c694d}.hover\:text-blue-1000\/40:hover{color:#102c6966}.hover\:text-blue-1000\/50:hover{color:#102c6980}.hover\:text-blue-1000\/60:hover{color:#102c6999}.hover\:text-blue-1000\/70:hover{color:#102c69b3}.hover\:text-blue-1000\/75:hover{color:#102c69bf}.hover\:text-blue-1000\/80:hover{color:#102c69cc}.hover\:text-blue-1000\/90:hover{color:#102c69e6}.hover\:text-blue-1000\/95:hover{color:#102c69f2}.hover\:text-blue-1000\/100:hover{color:#102c69}.hover\:text-orange-1000\/0:hover{color:#68270500}.hover\:text-orange-1000\/5:hover{color:#6827050d}.hover\:text-orange-1000\/10:hover{color:#6827051a}.hover\:text-orange-1000\/20:hover{color:#68270533}.hover\:text-orange-1000\/25:hover{color:#68270540}.hover\:text-orange-1000\/30:hover{color:#6827054d}.hover\:text-orange-1000\/40:hover{color:#68270566}.hover\:text-orange-1000\/50:hover{color:#68270580}.hover\:text-orange-1000\/60:hover{color:#68270599}.hover\:text-orange-1000\/70:hover{color:#682705b3}.hover\:text-orange-1000\/75:hover{color:#682705bf}.hover\:text-orange-1000\/80:hover{color:#682705cc}.hover\:text-orange-1000\/90:hover{color:#682705e6}.hover\:text-orange-1000\/95:hover{color:#682705f2}.hover\:text-orange-1000\/100:hover{color:#682705}.hover\:text-red-1000\/0:hover{color:#62101000}.hover\:text-red-1000\/5:hover{color:#6210100d}.hover\:text-red-1000\/10:hover{color:#6210101a}.hover\:text-red-1000\/20:hover{color:#62101033}.hover\:text-red-1000\/25:hover{color:#62101040}.hover\:text-red-1000\/30:hover{color:#6210104d}.hover\:text-red-1000\/40:hover{color:#62101066}.hover\:text-red-1000\/50:hover{color:#62101080}.hover\:text-red-1000\/60:hover{color:#62101099}.hover\:text-red-1000\/70:hover{color:#621010b3}.hover\:text-red-1000\/75:hover{color:#621010bf}.hover\:text-red-1000\/80:hover{color:#621010cc}.hover\:text-red-1000\/90:hover{color:#621010e6}.hover\:text-red-1000\/95:hover{color:#621010f2}.hover\:text-red-1000\/100:hover{color:#621010}.hover\:text-primary\/0:hover{color:#a78bfa00}.hover\:text-primary\/5:hover{color:#a78bfa0d}.hover\:text-primary\/10:hover{color:#a78bfa1a}.hover\:text-primary\/20:hover{color:#a78bfa33}.hover\:text-primary\/25:hover{color:#a78bfa40}.hover\:text-primary\/30:hover{color:#a78bfa4d}.hover\:text-primary\/40:hover{color:#a78bfa66}.hover\:text-primary\/50:hover{color:#a78bfa80}.hover\:text-primary\/60:hover{color:#a78bfa99}.hover\:text-primary\/70:hover{color:#a78bfab3}.hover\:text-primary\/75:hover{color:#a78bfabf}.hover\:text-primary\/80:hover{color:#a78bfacc}.hover\:text-primary\/90:hover{color:#a78bfae6}.hover\:text-primary\/95:hover{color:#a78bfaf2}.hover\:text-primary\/100:hover{color:#a78bfa}.hover\:text-primary-light\/0:hover{color:#f7f5fe00}.hover\:text-primary-light\/5:hover{color:#f7f5fe0d}.hover\:text-primary-light\/10:hover{color:#f7f5fe1a}.hover\:text-primary-light\/20:hover{color:#f7f5fe33}.hover\:text-primary-light\/25:hover{color:#f7f5fe40}.hover\:text-primary-light\/30:hover{color:#f7f5fe4d}.hover\:text-primary-light\/40:hover{color:#f7f5fe66}.hover\:text-primary-light\/50:hover{color:#f7f5fe80}.hover\:text-primary-light\/60:hover{color:#f7f5fe99}.hover\:text-primary-light\/70:hover{color:#f7f5feb3}.hover\:text-primary-light\/75:hover{color:#f7f5febf}.hover\:text-primary-light\/80:hover{color:#f7f5fecc}.hover\:text-primary-light\/90:hover{color:#f7f5fee6}.hover\:text-primary-light\/95:hover{color:#f7f5fef2}.hover\:text-primary-light\/100:hover{color:#f7f5fe}.hover\:text-primary-dark\/0:hover{color:#69579e00}.hover\:text-primary-dark\/5:hover{color:#69579e0d}.hover\:text-primary-dark\/10:hover{color:#69579e1a}.hover\:text-primary-dark\/20:hover{color:#69579e33}.hover\:text-primary-dark\/25:hover{color:#69579e40}.hover\:text-primary-dark\/30:hover{color:#69579e4d}.hover\:text-primary-dark\/40:hover{color:#69579e66}.hover\:text-primary-dark\/50:hover{color:#69579e80}.hover\:text-primary-dark\/60:hover{color:#69579e99}.hover\:text-primary-dark\/70:hover{color:#69579eb3}.hover\:text-primary-dark\/75:hover{color:#69579ebf}.hover\:text-primary-dark\/80:hover{color:#69579ecc}.hover\:text-primary-dark\/90:hover{color:#69579ee6}.hover\:text-primary-dark\/95:hover{color:#69579ef2}.hover\:text-primary-dark\/100:hover{color:#69579e}.hover\:text-info\/0:hover{color:#7690ef00}.hover\:text-info\/5:hover{color:#7690ef0d}.hover\:text-info\/10:hover{color:#7690ef1a}.hover\:text-info\/20:hover{color:#7690ef33}.hover\:text-info\/25:hover{color:#7690ef40}.hover\:text-info\/30:hover{color:#7690ef4d}.hover\:text-info\/40:hover{color:#7690ef66}.hover\:text-info\/50:hover{color:#7690ef80}.hover\:text-info\/60:hover{color:#7690ef99}.hover\:text-info\/70:hover{color:#7690efb3}.hover\:text-info\/75:hover{color:#7690efbf}.hover\:text-info\/80:hover{color:#7690efcc}.hover\:text-info\/90:hover{color:#7690efe6}.hover\:text-info\/95:hover{color:#7690eff2}.hover\:text-info\/100:hover{color:#7690ef}.hover\:text-info-light\/0:hover{color:#f2f3fd00}.hover\:text-info-light\/5:hover{color:#f2f3fd0d}.hover\:text-info-light\/10:hover{color:#f2f3fd1a}.hover\:text-info-light\/20:hover{color:#f2f3fd33}.hover\:text-info-light\/25:hover{color:#f2f3fd40}.hover\:text-info-light\/30:hover{color:#f2f3fd4d}.hover\:text-info-light\/40:hover{color:#f2f3fd66}.hover\:text-info-light\/50:hover{color:#f2f3fd80}.hover\:text-info-light\/60:hover{color:#f2f3fd99}.hover\:text-info-light\/70:hover{color:#f2f3fdb3}.hover\:text-info-light\/75:hover{color:#f2f3fdbf}.hover\:text-info-light\/80:hover{color:#f2f3fdcc}.hover\:text-info-light\/90:hover{color:#f2f3fde6}.hover\:text-info-light\/95:hover{color:#f2f3fdf2}.hover\:text-info-light\/100:hover{color:#f2f3fd}.hover\:text-info-dark\/0:hover{color:#2158d200}.hover\:text-info-dark\/5:hover{color:#2158d20d}.hover\:text-info-dark\/10:hover{color:#2158d21a}.hover\:text-info-dark\/20:hover{color:#2158d233}.hover\:text-info-dark\/25:hover{color:#2158d240}.hover\:text-info-dark\/30:hover{color:#2158d24d}.hover\:text-info-dark\/40:hover{color:#2158d266}.hover\:text-info-dark\/50:hover{color:#2158d280}.hover\:text-info-dark\/60:hover{color:#2158d299}.hover\:text-info-dark\/70:hover{color:#2158d2b3}.hover\:text-info-dark\/75:hover{color:#2158d2bf}.hover\:text-info-dark\/80:hover{color:#2158d2cc}.hover\:text-info-dark\/90:hover{color:#2158d2e6}.hover\:text-info-dark\/95:hover{color:#2158d2f2}.hover\:text-info-dark\/100:hover{color:#2158d2}.hover\:text-success\/0:hover{color:#28a37600}.hover\:text-success\/5:hover{color:#28a3760d}.hover\:text-success\/10:hover{color:#28a3761a}.hover\:text-success\/20:hover{color:#28a37633}.hover\:text-success\/25:hover{color:#28a37640}.hover\:text-success\/30:hover{color:#28a3764d}.hover\:text-success\/40:hover{color:#28a37666}.hover\:text-success\/50:hover{color:#28a37680}.hover\:text-success\/60:hover{color:#28a37699}.hover\:text-success\/70:hover{color:#28a376b3}.hover\:text-success\/75:hover{color:#28a376bf}.hover\:text-success\/80:hover{color:#28a376cc}.hover\:text-success\/90:hover{color:#28a376e6}.hover\:text-success\/95:hover{color:#28a376f2}.hover\:text-success\/100:hover{color:#28a376}.hover\:text-success-light\/0:hover{color:#f2faf600}.hover\:text-success-light\/5:hover{color:#f2faf60d}.hover\:text-success-light\/10:hover{color:#f2faf61a}.hover\:text-success-light\/20:hover{color:#f2faf633}.hover\:text-success-light\/25:hover{color:#f2faf640}.hover\:text-success-light\/30:hover{color:#f2faf64d}.hover\:text-success-light\/40:hover{color:#f2faf666}.hover\:text-success-light\/50:hover{color:#f2faf680}.hover\:text-success-light\/60:hover{color:#f2faf699}.hover\:text-success-light\/70:hover{color:#f2faf6b3}.hover\:text-success-light\/75:hover{color:#f2faf6bf}.hover\:text-success-light\/80:hover{color:#f2faf6cc}.hover\:text-success-light\/90:hover{color:#f2faf6e6}.hover\:text-success-light\/95:hover{color:#f2faf6f2}.hover\:text-success-light\/100:hover{color:#f2faf6}.hover\:text-success-dark\/0:hover{color:#20856000}.hover\:text-success-dark\/5:hover{color:#2085600d}.hover\:text-success-dark\/10:hover{color:#2085601a}.hover\:text-success-dark\/20:hover{color:#20856033}.hover\:text-success-dark\/25:hover{color:#20856040}.hover\:text-success-dark\/30:hover{color:#2085604d}.hover\:text-success-dark\/40:hover{color:#20856066}.hover\:text-success-dark\/50:hover{color:#20856080}.hover\:text-success-dark\/60:hover{color:#20856099}.hover\:text-success-dark\/70:hover{color:#208560b3}.hover\:text-success-dark\/75:hover{color:#208560bf}.hover\:text-success-dark\/80:hover{color:#208560cc}.hover\:text-success-dark\/90:hover{color:#208560e6}.hover\:text-success-dark\/95:hover{color:#208560f2}.hover\:text-success-dark\/100:hover{color:#208560}.hover\:text-warning\/0:hover{color:#faac1e00}.hover\:text-warning\/5:hover{color:#faac1e0d}.hover\:text-warning\/10:hover{color:#faac1e1a}.hover\:text-warning\/20:hover{color:#faac1e33}.hover\:text-warning\/25:hover{color:#faac1e40}.hover\:text-warning\/30:hover{color:#faac1e4d}.hover\:text-warning\/40:hover{color:#faac1e66}.hover\:text-warning\/50:hover{color:#faac1e80}.hover\:text-warning\/60:hover{color:#faac1e99}.hover\:text-warning\/70:hover{color:#faac1eb3}.hover\:text-warning\/75:hover{color:#faac1ebf}.hover\:text-warning\/80:hover{color:#faac1ecc}.hover\:text-warning\/90:hover{color:#faac1ee6}.hover\:text-warning\/95:hover{color:#faac1ef2}.hover\:text-warning\/100:hover{color:#faac1e}.hover\:text-warning-light\/0:hover{color:#fef7f200}.hover\:text-warning-light\/5:hover{color:#fef7f20d}.hover\:text-warning-light\/10:hover{color:#fef7f21a}.hover\:text-warning-light\/20:hover{color:#fef7f233}.hover\:text-warning-light\/25:hover{color:#fef7f240}.hover\:text-warning-light\/30:hover{color:#fef7f24d}.hover\:text-warning-light\/40:hover{color:#fef7f266}.hover\:text-warning-light\/50:hover{color:#fef7f280}.hover\:text-warning-light\/60:hover{color:#fef7f299}.hover\:text-warning-light\/70:hover{color:#fef7f2b3}.hover\:text-warning-light\/75:hover{color:#fef7f2bf}.hover\:text-warning-light\/80:hover{color:#fef7f2cc}.hover\:text-warning-light\/90:hover{color:#fef7f2e6}.hover\:text-warning-light\/95:hover{color:#fef7f2f2}.hover\:text-warning-light\/100:hover{color:#fef7f2}.hover\:text-warning-dark\/0:hover{color:#9e6c1200}.hover\:text-warning-dark\/5:hover{color:#9e6c120d}.hover\:text-warning-dark\/10:hover{color:#9e6c121a}.hover\:text-warning-dark\/20:hover{color:#9e6c1233}.hover\:text-warning-dark\/25:hover{color:#9e6c1240}.hover\:text-warning-dark\/30:hover{color:#9e6c124d}.hover\:text-warning-dark\/40:hover{color:#9e6c1266}.hover\:text-warning-dark\/50:hover{color:#9e6c1280}.hover\:text-warning-dark\/60:hover{color:#9e6c1299}.hover\:text-warning-dark\/70:hover{color:#9e6c12b3}.hover\:text-warning-dark\/75:hover{color:#9e6c12bf}.hover\:text-warning-dark\/80:hover{color:#9e6c12cc}.hover\:text-warning-dark\/90:hover{color:#9e6c12e6}.hover\:text-warning-dark\/95:hover{color:#9e6c12f2}.hover\:text-warning-dark\/100:hover{color:#9e6c12}.hover\:text-error\/0:hover{color:#dc262600}.hover\:text-error\/5:hover{color:#dc26260d}.hover\:text-error\/10:hover{color:#dc26261a}.hover\:text-error\/20:hover{color:#dc262633}.hover\:text-error\/25:hover{color:#dc262640}.hover\:text-error\/30:hover{color:#dc26264d}.hover\:text-error\/40:hover{color:#dc262666}.hover\:text-error\/50:hover{color:#dc262680}.hover\:text-error\/60:hover{color:#dc262699}.hover\:text-error\/70:hover{color:#dc2626b3}.hover\:text-error\/75:hover{color:#dc2626bf}.hover\:text-error\/80:hover{color:#dc2626cc}.hover\:text-error\/90:hover{color:#dc2626e6}.hover\:text-error\/95:hover{color:#dc2626f2}.hover\:text-error\/100:hover{color:#dc2626}.hover\:text-error-light\/0:hover{color:#fbf2f200}.hover\:text-error-light\/5:hover{color:#fbf2f20d}.hover\:text-error-light\/10:hover{color:#fbf2f21a}.hover\:text-error-light\/20:hover{color:#fbf2f233}.hover\:text-error-light\/25:hover{color:#fbf2f240}.hover\:text-error-light\/30:hover{color:#fbf2f24d}.hover\:text-error-light\/40:hover{color:#fbf2f266}.hover\:text-error-light\/50:hover{color:#fbf2f280}.hover\:text-error-light\/60:hover{color:#fbf2f299}.hover\:text-error-light\/70:hover{color:#fbf2f2b3}.hover\:text-error-light\/75:hover{color:#fbf2f2bf}.hover\:text-error-light\/80:hover{color:#fbf2f2cc}.hover\:text-error-light\/90:hover{color:#fbf2f2e6}.hover\:text-error-light\/95:hover{color:#fbf2f2f2}.hover\:text-error-light\/100:hover{color:#fbf2f2}.hover\:text-error-dark\/0:hover{color:#c4212100}.hover\:text-error-dark\/5:hover{color:#c421210d}.hover\:text-error-dark\/10:hover{color:#c421211a}.hover\:text-error-dark\/20:hover{color:#c4212133}.hover\:text-error-dark\/25:hover{color:#c4212140}.hover\:text-error-dark\/30:hover{color:#c421214d}.hover\:text-error-dark\/40:hover{color:#c4212166}.hover\:text-error-dark\/50:hover{color:#c4212180}.hover\:text-error-dark\/60:hover{color:#c4212199}.hover\:text-error-dark\/70:hover{color:#c42121b3}.hover\:text-error-dark\/75:hover{color:#c42121bf}.hover\:text-error-dark\/80:hover{color:#c42121cc}.hover\:text-error-dark\/90:hover{color:#c42121e6}.hover\:text-error-dark\/95:hover{color:#c42121f2}.hover\:text-error-dark\/100:hover{color:#c42121}.hover\:text-grey\/0:hover{color:#47556900}.hover\:text-grey\/5:hover{color:#4755690d}.hover\:text-grey\/10:hover{color:#4755691a}.hover\:text-grey\/20:hover{color:#47556933}.hover\:text-grey\/25:hover{color:#47556940}.hover\:text-grey\/30:hover{color:#4755694d}.hover\:text-grey\/40:hover{color:#47556966}.hover\:text-grey\/50:hover{color:#47556980}.hover\:text-grey\/60:hover{color:#47556999}.hover\:text-grey\/70:hover{color:#475569b3}.hover\:text-grey\/75:hover{color:#475569bf}.hover\:text-grey\/80:hover{color:#475569cc}.hover\:text-grey\/90:hover{color:#475569e6}.hover\:text-grey\/95:hover{color:#475569f2}.hover\:text-grey\/100:hover{color:#475569}.hover\:text-grey-light\/0:hover{color:#f2f3f400}.hover\:text-grey-light\/5:hover{color:#f2f3f40d}.hover\:text-grey-light\/10:hover{color:#f2f3f41a}.hover\:text-grey-light\/20:hover{color:#f2f3f433}.hover\:text-grey-light\/25:hover{color:#f2f3f440}.hover\:text-grey-light\/30:hover{color:#f2f3f44d}.hover\:text-grey-light\/40:hover{color:#f2f3f466}.hover\:text-grey-light\/50:hover{color:#f2f3f480}.hover\:text-grey-light\/60:hover{color:#f2f3f499}.hover\:text-grey-light\/70:hover{color:#f2f3f4b3}.hover\:text-grey-light\/75:hover{color:#f2f3f4bf}.hover\:text-grey-light\/80:hover{color:#f2f3f4cc}.hover\:text-grey-light\/90:hover{color:#f2f3f4e6}.hover\:text-grey-light\/95:hover{color:#f2f3f4f2}.hover\:text-grey-light\/100:hover{color:#f2f3f4}.hover\:text-grey-dark\/0:hover{color:#2c354200}.hover\:text-grey-dark\/5:hover{color:#2c35420d}.hover\:text-grey-dark\/10:hover{color:#2c35421a}.hover\:text-grey-dark\/20:hover{color:#2c354233}.hover\:text-grey-dark\/25:hover{color:#2c354240}.hover\:text-grey-dark\/30:hover{color:#2c35424d}.hover\:text-grey-dark\/40:hover{color:#2c354266}.hover\:text-grey-dark\/50:hover{color:#2c354280}.hover\:text-grey-dark\/60:hover{color:#2c354299}.hover\:text-grey-dark\/70:hover{color:#2c3542b3}.hover\:text-grey-dark\/75:hover{color:#2c3542bf}.hover\:text-grey-dark\/80:hover{color:#2c3542cc}.hover\:text-grey-dark\/90:hover{color:#2c3542e6}.hover\:text-grey-dark\/95:hover{color:#2c3542f2}.hover\:text-grey-dark\/100:hover{color:#2c3542}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-60:hover{opacity:.6}.hover\:shadow-2xl:hover{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:outline-red-50:hover{outline-color:#fef2f2}.hover\:outline-red-100:hover{outline-color:#fbf2f2}.hover\:outline-red-200:hover{outline-color:#f8e4e4}.hover\:outline-red-300:hover{outline-color:#f1c6c6}.hover\:outline-red-400:hover{outline-color:#eaa3a3}.hover\:outline-red-500:hover{outline-color:#e37676}.hover\:outline-red-600:hover{outline-color:#dc2626}.hover\:outline-red-700:hover{outline-color:#c42121}.hover\:outline-red-800:hover{outline-color:#aa1d1d}.hover\:outline-red-900:hover{outline-color:#8b1818}.hover\:outline-orange-50:hover{outline-color:#fff7ed}.hover\:outline-orange-100:hover{outline-color:#fcf3f1}.hover\:outline-orange-200:hover{outline-color:#fae7e4}.hover\:outline-orange-300:hover{outline-color:#f6cdc5}.hover\:outline-orange-400:hover{outline-color:#f2afa1}.hover\:outline-orange-500:hover{outline-color:#ee8a72}.hover\:outline-orange-600:hover{outline-color:#ea580c}.hover\:outline-orange-700:hover{outline-color:#d14e0a}.hover\:outline-orange-800:hover{outline-color:#b54409}.hover\:outline-orange-900:hover{outline-color:#933707}.hover\:outline-yellow-50:hover{outline-color:#fefce8}.hover\:outline-yellow-100:hover{outline-color:#fef3c7}.hover\:outline-yellow-200:hover{outline-color:#fde68a}.hover\:outline-yellow-300:hover{outline-color:#fcd34d}.hover\:outline-yellow-400:hover{outline-color:#fbbf24}.hover\:outline-yellow-500:hover{outline-color:#eab308}.hover\:outline-yellow-600:hover{outline-color:#d97706}.hover\:outline-yellow-700:hover{outline-color:#b45309}.hover\:outline-yellow-800:hover{outline-color:#92400e}.hover\:outline-yellow-900:hover{outline-color:#78350f}.hover\:outline-green-50:hover{outline-color:#f0fdf4}.hover\:outline-green-100:hover{outline-color:#f2faf6}.hover\:outline-green-200:hover{outline-color:#e5f6ee}.hover\:outline-green-300:hover{outline-color:#c8eedb}.hover\:outline-green-400:hover{outline-color:#a6e5c8}.hover\:outline-green-500:hover{outline-color:#7bdcb2}.hover\:outline-green-600:hover{outline-color:#34d399}.hover\:outline-green-700:hover{outline-color:#2ebc88}.hover\:outline-green-800:hover{outline-color:#28a376}.hover\:outline-green-900:hover{outline-color:#208560}.hover\:outline-emerald-50:hover{outline-color:#ecfdf5}.hover\:outline-emerald-100:hover{outline-color:#d1fae5}.hover\:outline-emerald-200:hover{outline-color:#a7f3d0}.hover\:outline-emerald-300:hover{outline-color:#6ee7b7}.hover\:outline-emerald-400:hover{outline-color:#34d399}.hover\:outline-emerald-500:hover{outline-color:#10b981}.hover\:outline-emerald-600:hover{outline-color:#059669}.hover\:outline-emerald-700:hover{outline-color:#047857}.hover\:outline-emerald-800:hover{outline-color:#065f46}.hover\:outline-emerald-900:hover{outline-color:#064e3b}.hover\:outline-teal-50:hover{outline-color:#f0fdfa}.hover\:outline-teal-100:hover{outline-color:#ccfbf1}.hover\:outline-teal-200:hover{outline-color:#99f6e4}.hover\:outline-teal-300:hover{outline-color:#5eead4}.hover\:outline-teal-400:hover{outline-color:#2dd4bf}.hover\:outline-teal-500:hover{outline-color:#14b8a6}.hover\:outline-teal-600:hover{outline-color:#0d9488}.hover\:outline-teal-700:hover{outline-color:#0f766e}.hover\:outline-teal-800:hover{outline-color:#115e59}.hover\:outline-teal-900:hover{outline-color:#134e4a}.hover\:outline-sky-50:hover{outline-color:#f0f9ff}.hover\:outline-sky-100:hover{outline-color:#e0f2fe}.hover\:outline-sky-200:hover{outline-color:#bae6fd}.hover\:outline-sky-300:hover{outline-color:#7dd3fc}.hover\:outline-sky-400:hover{outline-color:#38bdf8}.hover\:outline-sky-500:hover{outline-color:#0ea5e9}.hover\:outline-sky-600:hover{outline-color:#0284c7}.hover\:outline-sky-700:hover{outline-color:#0369a1}.hover\:outline-sky-800:hover{outline-color:#075985}.hover\:outline-sky-900:hover{outline-color:#0c4a6e}.hover\:outline-blue-50:hover{outline-color:#eff6ff}.hover\:outline-blue-100:hover{outline-color:#f2f3fd}.hover\:outline-blue-200:hover{outline-color:#e4e8fb}.hover\:outline-blue-300:hover{outline-color:#c6cff7}.hover\:outline-blue-400:hover{outline-color:#a3b2f3}.hover\:outline-blue-500:hover{outline-color:#7690ef}.hover\:outline-blue-600:hover{outline-color:#2563eb}.hover\:outline-blue-700:hover{outline-color:#2158d2}.hover\:outline-blue-800:hover{outline-color:#1c4cb6}.hover\:outline-blue-900:hover{outline-color:#173e94}.hover\:outline-indigo-50:hover{outline-color:#eef2ff}.hover\:outline-indigo-100:hover{outline-color:#e0e7ff}.hover\:outline-indigo-200:hover{outline-color:#c7d2fe}.hover\:outline-indigo-300:hover{outline-color:#a5b4fc}.hover\:outline-indigo-400:hover{outline-color:#818cf8}.hover\:outline-indigo-500:hover{outline-color:#6366f1}.hover\:outline-indigo-600:hover{outline-color:#4f46e5}.hover\:outline-indigo-700:hover{outline-color:#4338ca}.hover\:outline-indigo-800:hover{outline-color:#3730a3}.hover\:outline-indigo-900:hover{outline-color:#312e81}.hover\:outline-violet-50:hover{outline-color:#f5f3ff}.hover\:outline-violet-100:hover{outline-color:#ede9fe}.hover\:outline-violet-200:hover{outline-color:#ddd6fe}.hover\:outline-violet-300:hover{outline-color:#c4b5fd}.hover\:outline-violet-400:hover{outline-color:#a78bfa}.hover\:outline-violet-500:hover{outline-color:#8b5cf6}.hover\:outline-violet-600:hover{outline-color:#7c3aed}.hover\:outline-violet-700:hover{outline-color:#6d28d9}.hover\:outline-violet-800:hover{outline-color:#5b21b6}.hover\:outline-violet-900:hover{outline-color:#4c1d95}.hover\:outline-fuchsia-50:hover{outline-color:#fdf4ff}.hover\:outline-fuchsia-100:hover{outline-color:#fae8ff}.hover\:outline-fuchsia-200:hover{outline-color:#f5d0fe}.hover\:outline-fuchsia-300:hover{outline-color:#f0abfc}.hover\:outline-fuchsia-400:hover{outline-color:#e879f9}.hover\:outline-fuchsia-500:hover{outline-color:#d946ef}.hover\:outline-fuchsia-600:hover{outline-color:#c026d3}.hover\:outline-fuchsia-700:hover{outline-color:#a21caf}.hover\:outline-fuchsia-800:hover{outline-color:#86198f}.hover\:outline-fuchsia-900:hover{outline-color:#701a75}.hover\:outline-pink-50:hover{outline-color:#fdf2f8}.hover\:outline-pink-100:hover{outline-color:#fce7f3}.hover\:outline-pink-200:hover{outline-color:#fbcfe8}.hover\:outline-pink-300:hover{outline-color:#f9a8d4}.hover\:outline-pink-400:hover{outline-color:#f472b6}.hover\:outline-pink-500:hover{outline-color:#ec4899}.hover\:outline-pink-600:hover{outline-color:#db2777}.hover\:outline-pink-700:hover{outline-color:#be185d}.hover\:outline-pink-800:hover{outline-color:#9d174d}.hover\:outline-pink-900:hover{outline-color:#831843}.hover\:outline-rose-50:hover{outline-color:#fff1f2}.hover\:outline-rose-100:hover{outline-color:#ffe4e6}.hover\:outline-rose-200:hover{outline-color:#fecdd3}.hover\:outline-rose-300:hover{outline-color:#fda4af}.hover\:outline-rose-400:hover{outline-color:#fb7185}.hover\:outline-rose-500:hover{outline-color:#f43f5e}.hover\:outline-rose-600:hover{outline-color:#e11d48}.hover\:outline-rose-700:hover{outline-color:#be123c}.hover\:outline-rose-800:hover{outline-color:#9f1239}.hover\:outline-rose-900:hover{outline-color:#881337}.hover\:outline-primary-100:hover{outline-color:#f2f3f4}.hover\:outline-primary-200:hover{outline-color:#e8e8f0}.hover\:outline-primary-300:hover{outline-color:#d0d0e1}.hover\:outline-primary-400:hover{outline-color:#b4b4d1}.hover\:outline-primary-500:hover{outline-color:#9393bf}.hover\:outline-primary-600:hover{outline-color:#6868ac}.hover\:outline-primary-700:hover{outline-color:#5d5d99}.hover\:outline-primary-800:hover{outline-color:#505085}.hover\:outline-primary-900:hover{outline-color:#41416c}.hover\:outline-primary-1000:hover{outline-color:#2e2e4c}.hover\:outline-primary-highlight-100:hover{outline-color:#f7f5fe}.hover\:outline-primary-highlight-200:hover{outline-color:#efecfe}.hover\:outline-primary-highlight-300:hover{outline-color:#dfd8fd}.hover\:outline-primary-highlight-400:hover{outline-color:#cec1fc}.hover\:outline-primary-highlight-500:hover{outline-color:#bba8fb}.hover\:outline-primary-highlight-600:hover{outline-color:#a78bfa}.hover\:outline-primary-highlight-700:hover{outline-color:#957cdf}.hover\:outline-primary-highlight-800:hover{outline-color:#816bc1}.hover\:outline-primary-highlight-900:hover{outline-color:#69579e}.hover\:outline-primary-highlight-1000:hover{outline-color:#4a3e6f}.hover\:outline-secondary-100:hover{outline-color:#fef7f2}.hover\:outline-secondary-200:hover{outline-color:#fef0e4}.hover\:outline-secondary-300:hover{outline-color:#fde1c6}.hover\:outline-secondary-400:hover{outline-color:#fcd1a2}.hover\:outline-secondary-500:hover{outline-color:#fbbf75}.hover\:outline-secondary-600:hover{outline-color:#faac1e}.hover\:outline-secondary-700:hover{outline-color:#df991a}.hover\:outline-secondary-800:hover{outline-color:#c18517}.hover\:outline-secondary-900:hover{outline-color:#9e6c12}.hover\:outline-secondary-1000:hover{outline-color:#6f4c0d}.hover\:outline-grey-100:hover{outline-color:#f2f3f4}.hover\:outline-grey-200:hover{outline-color:#e6e7e8}.hover\:outline-grey-300:hover{outline-color:#caccd0}.hover\:outline-grey-400:hover{outline-color:#aaaeb4}.hover\:outline-grey-500:hover{outline-color:#828993}.hover\:outline-grey-600:hover{outline-color:#475569}.hover\:outline-grey-700:hover{outline-color:#3f4c5d}.hover\:outline-grey-800:hover{outline-color:#364151}.hover\:outline-grey-900:hover{outline-color:#2c3542}.hover\:outline-grey-1000:hover{outline-color:#1f262e}.hover\:outline-green-1000:hover{outline-color:#175e44}.hover\:outline-blue-1000:hover{outline-color:#102c69}.hover\:outline-orange-1000:hover{outline-color:#682705}.hover\:outline-red-1000:hover{outline-color:#621010}.hover\:outline-primary:hover{outline-color:#a78bfa}.hover\:outline-primary-light:hover{outline-color:#f7f5fe}.hover\:outline-primary-dark:hover{outline-color:#69579e}.hover\:outline-info:hover{outline-color:#7690ef}.hover\:outline-info-light:hover{outline-color:#f2f3fd}.hover\:outline-info-dark:hover{outline-color:#2158d2}.hover\:outline-success:hover{outline-color:#28a376}.hover\:outline-success-light:hover{outline-color:#f2faf6}.hover\:outline-success-dark:hover{outline-color:#208560}.hover\:outline-warning:hover{outline-color:#faac1e}.hover\:outline-warning-light:hover{outline-color:#fef7f2}.hover\:outline-warning-dark:hover{outline-color:#9e6c12}.hover\:outline-error:hover{outline-color:#dc2626}.hover\:outline-error-light:hover{outline-color:#fbf2f2}.hover\:outline-error-dark:hover{outline-color:#c42121}.hover\:outline-grey:hover{outline-color:#475569}.hover\:outline-grey-light:hover{outline-color:#f2f3f4}.hover\:outline-grey-dark:hover{outline-color:#2c3542}.hover\:outline-red-50\/0:hover{outline-color:#fef2f200}.hover\:outline-red-50\/5:hover{outline-color:#fef2f20d}.hover\:outline-red-50\/10:hover{outline-color:#fef2f21a}.hover\:outline-red-50\/20:hover{outline-color:#fef2f233}.hover\:outline-red-50\/25:hover{outline-color:#fef2f240}.hover\:outline-red-50\/30:hover{outline-color:#fef2f24d}.hover\:outline-red-50\/40:hover{outline-color:#fef2f266}.hover\:outline-red-50\/50:hover{outline-color:#fef2f280}.hover\:outline-red-50\/60:hover{outline-color:#fef2f299}.hover\:outline-red-50\/70:hover{outline-color:#fef2f2b3}.hover\:outline-red-50\/75:hover{outline-color:#fef2f2bf}.hover\:outline-red-50\/80:hover{outline-color:#fef2f2cc}.hover\:outline-red-50\/90:hover{outline-color:#fef2f2e6}.hover\:outline-red-50\/95:hover{outline-color:#fef2f2f2}.hover\:outline-red-50\/100:hover{outline-color:#fef2f2}.hover\:outline-red-100\/0:hover{outline-color:#fbf2f200}.hover\:outline-red-100\/5:hover{outline-color:#fbf2f20d}.hover\:outline-red-100\/10:hover{outline-color:#fbf2f21a}.hover\:outline-red-100\/20:hover{outline-color:#fbf2f233}.hover\:outline-red-100\/25:hover{outline-color:#fbf2f240}.hover\:outline-red-100\/30:hover{outline-color:#fbf2f24d}.hover\:outline-red-100\/40:hover{outline-color:#fbf2f266}.hover\:outline-red-100\/50:hover{outline-color:#fbf2f280}.hover\:outline-red-100\/60:hover{outline-color:#fbf2f299}.hover\:outline-red-100\/70:hover{outline-color:#fbf2f2b3}.hover\:outline-red-100\/75:hover{outline-color:#fbf2f2bf}.hover\:outline-red-100\/80:hover{outline-color:#fbf2f2cc}.hover\:outline-red-100\/90:hover{outline-color:#fbf2f2e6}.hover\:outline-red-100\/95:hover{outline-color:#fbf2f2f2}.hover\:outline-red-100\/100:hover{outline-color:#fbf2f2}.hover\:outline-red-200\/0:hover{outline-color:#f8e4e400}.hover\:outline-red-200\/5:hover{outline-color:#f8e4e40d}.hover\:outline-red-200\/10:hover{outline-color:#f8e4e41a}.hover\:outline-red-200\/20:hover{outline-color:#f8e4e433}.hover\:outline-red-200\/25:hover{outline-color:#f8e4e440}.hover\:outline-red-200\/30:hover{outline-color:#f8e4e44d}.hover\:outline-red-200\/40:hover{outline-color:#f8e4e466}.hover\:outline-red-200\/50:hover{outline-color:#f8e4e480}.hover\:outline-red-200\/60:hover{outline-color:#f8e4e499}.hover\:outline-red-200\/70:hover{outline-color:#f8e4e4b3}.hover\:outline-red-200\/75:hover{outline-color:#f8e4e4bf}.hover\:outline-red-200\/80:hover{outline-color:#f8e4e4cc}.hover\:outline-red-200\/90:hover{outline-color:#f8e4e4e6}.hover\:outline-red-200\/95:hover{outline-color:#f8e4e4f2}.hover\:outline-red-200\/100:hover{outline-color:#f8e4e4}.hover\:outline-red-300\/0:hover{outline-color:#f1c6c600}.hover\:outline-red-300\/5:hover{outline-color:#f1c6c60d}.hover\:outline-red-300\/10:hover{outline-color:#f1c6c61a}.hover\:outline-red-300\/20:hover{outline-color:#f1c6c633}.hover\:outline-red-300\/25:hover{outline-color:#f1c6c640}.hover\:outline-red-300\/30:hover{outline-color:#f1c6c64d}.hover\:outline-red-300\/40:hover{outline-color:#f1c6c666}.hover\:outline-red-300\/50:hover{outline-color:#f1c6c680}.hover\:outline-red-300\/60:hover{outline-color:#f1c6c699}.hover\:outline-red-300\/70:hover{outline-color:#f1c6c6b3}.hover\:outline-red-300\/75:hover{outline-color:#f1c6c6bf}.hover\:outline-red-300\/80:hover{outline-color:#f1c6c6cc}.hover\:outline-red-300\/90:hover{outline-color:#f1c6c6e6}.hover\:outline-red-300\/95:hover{outline-color:#f1c6c6f2}.hover\:outline-red-300\/100:hover{outline-color:#f1c6c6}.hover\:outline-red-400\/0:hover{outline-color:#eaa3a300}.hover\:outline-red-400\/5:hover{outline-color:#eaa3a30d}.hover\:outline-red-400\/10:hover{outline-color:#eaa3a31a}.hover\:outline-red-400\/20:hover{outline-color:#eaa3a333}.hover\:outline-red-400\/25:hover{outline-color:#eaa3a340}.hover\:outline-red-400\/30:hover{outline-color:#eaa3a34d}.hover\:outline-red-400\/40:hover{outline-color:#eaa3a366}.hover\:outline-red-400\/50:hover{outline-color:#eaa3a380}.hover\:outline-red-400\/60:hover{outline-color:#eaa3a399}.hover\:outline-red-400\/70:hover{outline-color:#eaa3a3b3}.hover\:outline-red-400\/75:hover{outline-color:#eaa3a3bf}.hover\:outline-red-400\/80:hover{outline-color:#eaa3a3cc}.hover\:outline-red-400\/90:hover{outline-color:#eaa3a3e6}.hover\:outline-red-400\/95:hover{outline-color:#eaa3a3f2}.hover\:outline-red-400\/100:hover{outline-color:#eaa3a3}.hover\:outline-red-500\/0:hover{outline-color:#e3767600}.hover\:outline-red-500\/5:hover{outline-color:#e376760d}.hover\:outline-red-500\/10:hover{outline-color:#e376761a}.hover\:outline-red-500\/20:hover{outline-color:#e3767633}.hover\:outline-red-500\/25:hover{outline-color:#e3767640}.hover\:outline-red-500\/30:hover{outline-color:#e376764d}.hover\:outline-red-500\/40:hover{outline-color:#e3767666}.hover\:outline-red-500\/50:hover{outline-color:#e3767680}.hover\:outline-red-500\/60:hover{outline-color:#e3767699}.hover\:outline-red-500\/70:hover{outline-color:#e37676b3}.hover\:outline-red-500\/75:hover{outline-color:#e37676bf}.hover\:outline-red-500\/80:hover{outline-color:#e37676cc}.hover\:outline-red-500\/90:hover{outline-color:#e37676e6}.hover\:outline-red-500\/95:hover{outline-color:#e37676f2}.hover\:outline-red-500\/100:hover{outline-color:#e37676}.hover\:outline-red-600\/0:hover{outline-color:#dc262600}.hover\:outline-red-600\/5:hover{outline-color:#dc26260d}.hover\:outline-red-600\/10:hover{outline-color:#dc26261a}.hover\:outline-red-600\/20:hover{outline-color:#dc262633}.hover\:outline-red-600\/25:hover{outline-color:#dc262640}.hover\:outline-red-600\/30:hover{outline-color:#dc26264d}.hover\:outline-red-600\/40:hover{outline-color:#dc262666}.hover\:outline-red-600\/50:hover{outline-color:#dc262680}.hover\:outline-red-600\/60:hover{outline-color:#dc262699}.hover\:outline-red-600\/70:hover{outline-color:#dc2626b3}.hover\:outline-red-600\/75:hover{outline-color:#dc2626bf}.hover\:outline-red-600\/80:hover{outline-color:#dc2626cc}.hover\:outline-red-600\/90:hover{outline-color:#dc2626e6}.hover\:outline-red-600\/95:hover{outline-color:#dc2626f2}.hover\:outline-red-600\/100:hover{outline-color:#dc2626}.hover\:outline-red-700\/0:hover{outline-color:#c4212100}.hover\:outline-red-700\/5:hover{outline-color:#c421210d}.hover\:outline-red-700\/10:hover{outline-color:#c421211a}.hover\:outline-red-700\/20:hover{outline-color:#c4212133}.hover\:outline-red-700\/25:hover{outline-color:#c4212140}.hover\:outline-red-700\/30:hover{outline-color:#c421214d}.hover\:outline-red-700\/40:hover{outline-color:#c4212166}.hover\:outline-red-700\/50:hover{outline-color:#c4212180}.hover\:outline-red-700\/60:hover{outline-color:#c4212199}.hover\:outline-red-700\/70:hover{outline-color:#c42121b3}.hover\:outline-red-700\/75:hover{outline-color:#c42121bf}.hover\:outline-red-700\/80:hover{outline-color:#c42121cc}.hover\:outline-red-700\/90:hover{outline-color:#c42121e6}.hover\:outline-red-700\/95:hover{outline-color:#c42121f2}.hover\:outline-red-700\/100:hover{outline-color:#c42121}.hover\:outline-red-800\/0:hover{outline-color:#aa1d1d00}.hover\:outline-red-800\/5:hover{outline-color:#aa1d1d0d}.hover\:outline-red-800\/10:hover{outline-color:#aa1d1d1a}.hover\:outline-red-800\/20:hover{outline-color:#aa1d1d33}.hover\:outline-red-800\/25:hover{outline-color:#aa1d1d40}.hover\:outline-red-800\/30:hover{outline-color:#aa1d1d4d}.hover\:outline-red-800\/40:hover{outline-color:#aa1d1d66}.hover\:outline-red-800\/50:hover{outline-color:#aa1d1d80}.hover\:outline-red-800\/60:hover{outline-color:#aa1d1d99}.hover\:outline-red-800\/70:hover{outline-color:#aa1d1db3}.hover\:outline-red-800\/75:hover{outline-color:#aa1d1dbf}.hover\:outline-red-800\/80:hover{outline-color:#aa1d1dcc}.hover\:outline-red-800\/90:hover{outline-color:#aa1d1de6}.hover\:outline-red-800\/95:hover{outline-color:#aa1d1df2}.hover\:outline-red-800\/100:hover{outline-color:#aa1d1d}.hover\:outline-red-900\/0:hover{outline-color:#8b181800}.hover\:outline-red-900\/5:hover{outline-color:#8b18180d}.hover\:outline-red-900\/10:hover{outline-color:#8b18181a}.hover\:outline-red-900\/20:hover{outline-color:#8b181833}.hover\:outline-red-900\/25:hover{outline-color:#8b181840}.hover\:outline-red-900\/30:hover{outline-color:#8b18184d}.hover\:outline-red-900\/40:hover{outline-color:#8b181866}.hover\:outline-red-900\/50:hover{outline-color:#8b181880}.hover\:outline-red-900\/60:hover{outline-color:#8b181899}.hover\:outline-red-900\/70:hover{outline-color:#8b1818b3}.hover\:outline-red-900\/75:hover{outline-color:#8b1818bf}.hover\:outline-red-900\/80:hover{outline-color:#8b1818cc}.hover\:outline-red-900\/90:hover{outline-color:#8b1818e6}.hover\:outline-red-900\/95:hover{outline-color:#8b1818f2}.hover\:outline-red-900\/100:hover{outline-color:#8b1818}.hover\:outline-orange-50\/0:hover{outline-color:#fff7ed00}.hover\:outline-orange-50\/5:hover{outline-color:#fff7ed0d}.hover\:outline-orange-50\/10:hover{outline-color:#fff7ed1a}.hover\:outline-orange-50\/20:hover{outline-color:#fff7ed33}.hover\:outline-orange-50\/25:hover{outline-color:#fff7ed40}.hover\:outline-orange-50\/30:hover{outline-color:#fff7ed4d}.hover\:outline-orange-50\/40:hover{outline-color:#fff7ed66}.hover\:outline-orange-50\/50:hover{outline-color:#fff7ed80}.hover\:outline-orange-50\/60:hover{outline-color:#fff7ed99}.hover\:outline-orange-50\/70:hover{outline-color:#fff7edb3}.hover\:outline-orange-50\/75:hover{outline-color:#fff7edbf}.hover\:outline-orange-50\/80:hover{outline-color:#fff7edcc}.hover\:outline-orange-50\/90:hover{outline-color:#fff7ede6}.hover\:outline-orange-50\/95:hover{outline-color:#fff7edf2}.hover\:outline-orange-50\/100:hover{outline-color:#fff7ed}.hover\:outline-orange-100\/0:hover{outline-color:#fcf3f100}.hover\:outline-orange-100\/5:hover{outline-color:#fcf3f10d}.hover\:outline-orange-100\/10:hover{outline-color:#fcf3f11a}.hover\:outline-orange-100\/20:hover{outline-color:#fcf3f133}.hover\:outline-orange-100\/25:hover{outline-color:#fcf3f140}.hover\:outline-orange-100\/30:hover{outline-color:#fcf3f14d}.hover\:outline-orange-100\/40:hover{outline-color:#fcf3f166}.hover\:outline-orange-100\/50:hover{outline-color:#fcf3f180}.hover\:outline-orange-100\/60:hover{outline-color:#fcf3f199}.hover\:outline-orange-100\/70:hover{outline-color:#fcf3f1b3}.hover\:outline-orange-100\/75:hover{outline-color:#fcf3f1bf}.hover\:outline-orange-100\/80:hover{outline-color:#fcf3f1cc}.hover\:outline-orange-100\/90:hover{outline-color:#fcf3f1e6}.hover\:outline-orange-100\/95:hover{outline-color:#fcf3f1f2}.hover\:outline-orange-100\/100:hover{outline-color:#fcf3f1}.hover\:outline-orange-200\/0:hover{outline-color:#fae7e400}.hover\:outline-orange-200\/5:hover{outline-color:#fae7e40d}.hover\:outline-orange-200\/10:hover{outline-color:#fae7e41a}.hover\:outline-orange-200\/20:hover{outline-color:#fae7e433}.hover\:outline-orange-200\/25:hover{outline-color:#fae7e440}.hover\:outline-orange-200\/30:hover{outline-color:#fae7e44d}.hover\:outline-orange-200\/40:hover{outline-color:#fae7e466}.hover\:outline-orange-200\/50:hover{outline-color:#fae7e480}.hover\:outline-orange-200\/60:hover{outline-color:#fae7e499}.hover\:outline-orange-200\/70:hover{outline-color:#fae7e4b3}.hover\:outline-orange-200\/75:hover{outline-color:#fae7e4bf}.hover\:outline-orange-200\/80:hover{outline-color:#fae7e4cc}.hover\:outline-orange-200\/90:hover{outline-color:#fae7e4e6}.hover\:outline-orange-200\/95:hover{outline-color:#fae7e4f2}.hover\:outline-orange-200\/100:hover{outline-color:#fae7e4}.hover\:outline-orange-300\/0:hover{outline-color:#f6cdc500}.hover\:outline-orange-300\/5:hover{outline-color:#f6cdc50d}.hover\:outline-orange-300\/10:hover{outline-color:#f6cdc51a}.hover\:outline-orange-300\/20:hover{outline-color:#f6cdc533}.hover\:outline-orange-300\/25:hover{outline-color:#f6cdc540}.hover\:outline-orange-300\/30:hover{outline-color:#f6cdc54d}.hover\:outline-orange-300\/40:hover{outline-color:#f6cdc566}.hover\:outline-orange-300\/50:hover{outline-color:#f6cdc580}.hover\:outline-orange-300\/60:hover{outline-color:#f6cdc599}.hover\:outline-orange-300\/70:hover{outline-color:#f6cdc5b3}.hover\:outline-orange-300\/75:hover{outline-color:#f6cdc5bf}.hover\:outline-orange-300\/80:hover{outline-color:#f6cdc5cc}.hover\:outline-orange-300\/90:hover{outline-color:#f6cdc5e6}.hover\:outline-orange-300\/95:hover{outline-color:#f6cdc5f2}.hover\:outline-orange-300\/100:hover{outline-color:#f6cdc5}.hover\:outline-orange-400\/0:hover{outline-color:#f2afa100}.hover\:outline-orange-400\/5:hover{outline-color:#f2afa10d}.hover\:outline-orange-400\/10:hover{outline-color:#f2afa11a}.hover\:outline-orange-400\/20:hover{outline-color:#f2afa133}.hover\:outline-orange-400\/25:hover{outline-color:#f2afa140}.hover\:outline-orange-400\/30:hover{outline-color:#f2afa14d}.hover\:outline-orange-400\/40:hover{outline-color:#f2afa166}.hover\:outline-orange-400\/50:hover{outline-color:#f2afa180}.hover\:outline-orange-400\/60:hover{outline-color:#f2afa199}.hover\:outline-orange-400\/70:hover{outline-color:#f2afa1b3}.hover\:outline-orange-400\/75:hover{outline-color:#f2afa1bf}.hover\:outline-orange-400\/80:hover{outline-color:#f2afa1cc}.hover\:outline-orange-400\/90:hover{outline-color:#f2afa1e6}.hover\:outline-orange-400\/95:hover{outline-color:#f2afa1f2}.hover\:outline-orange-400\/100:hover{outline-color:#f2afa1}.hover\:outline-orange-500\/0:hover{outline-color:#ee8a7200}.hover\:outline-orange-500\/5:hover{outline-color:#ee8a720d}.hover\:outline-orange-500\/10:hover{outline-color:#ee8a721a}.hover\:outline-orange-500\/20:hover{outline-color:#ee8a7233}.hover\:outline-orange-500\/25:hover{outline-color:#ee8a7240}.hover\:outline-orange-500\/30:hover{outline-color:#ee8a724d}.hover\:outline-orange-500\/40:hover{outline-color:#ee8a7266}.hover\:outline-orange-500\/50:hover{outline-color:#ee8a7280}.hover\:outline-orange-500\/60:hover{outline-color:#ee8a7299}.hover\:outline-orange-500\/70:hover{outline-color:#ee8a72b3}.hover\:outline-orange-500\/75:hover{outline-color:#ee8a72bf}.hover\:outline-orange-500\/80:hover{outline-color:#ee8a72cc}.hover\:outline-orange-500\/90:hover{outline-color:#ee8a72e6}.hover\:outline-orange-500\/95:hover{outline-color:#ee8a72f2}.hover\:outline-orange-500\/100:hover{outline-color:#ee8a72}.hover\:outline-orange-600\/0:hover{outline-color:#ea580c00}.hover\:outline-orange-600\/5:hover{outline-color:#ea580c0d}.hover\:outline-orange-600\/10:hover{outline-color:#ea580c1a}.hover\:outline-orange-600\/20:hover{outline-color:#ea580c33}.hover\:outline-orange-600\/25:hover{outline-color:#ea580c40}.hover\:outline-orange-600\/30:hover{outline-color:#ea580c4d}.hover\:outline-orange-600\/40:hover{outline-color:#ea580c66}.hover\:outline-orange-600\/50:hover{outline-color:#ea580c80}.hover\:outline-orange-600\/60:hover{outline-color:#ea580c99}.hover\:outline-orange-600\/70:hover{outline-color:#ea580cb3}.hover\:outline-orange-600\/75:hover{outline-color:#ea580cbf}.hover\:outline-orange-600\/80:hover{outline-color:#ea580ccc}.hover\:outline-orange-600\/90:hover{outline-color:#ea580ce6}.hover\:outline-orange-600\/95:hover{outline-color:#ea580cf2}.hover\:outline-orange-600\/100:hover{outline-color:#ea580c}.hover\:outline-orange-700\/0:hover{outline-color:#d14e0a00}.hover\:outline-orange-700\/5:hover{outline-color:#d14e0a0d}.hover\:outline-orange-700\/10:hover{outline-color:#d14e0a1a}.hover\:outline-orange-700\/20:hover{outline-color:#d14e0a33}.hover\:outline-orange-700\/25:hover{outline-color:#d14e0a40}.hover\:outline-orange-700\/30:hover{outline-color:#d14e0a4d}.hover\:outline-orange-700\/40:hover{outline-color:#d14e0a66}.hover\:outline-orange-700\/50:hover{outline-color:#d14e0a80}.hover\:outline-orange-700\/60:hover{outline-color:#d14e0a99}.hover\:outline-orange-700\/70:hover{outline-color:#d14e0ab3}.hover\:outline-orange-700\/75:hover{outline-color:#d14e0abf}.hover\:outline-orange-700\/80:hover{outline-color:#d14e0acc}.hover\:outline-orange-700\/90:hover{outline-color:#d14e0ae6}.hover\:outline-orange-700\/95:hover{outline-color:#d14e0af2}.hover\:outline-orange-700\/100:hover{outline-color:#d14e0a}.hover\:outline-orange-800\/0:hover{outline-color:#b5440900}.hover\:outline-orange-800\/5:hover{outline-color:#b544090d}.hover\:outline-orange-800\/10:hover{outline-color:#b544091a}.hover\:outline-orange-800\/20:hover{outline-color:#b5440933}.hover\:outline-orange-800\/25:hover{outline-color:#b5440940}.hover\:outline-orange-800\/30:hover{outline-color:#b544094d}.hover\:outline-orange-800\/40:hover{outline-color:#b5440966}.hover\:outline-orange-800\/50:hover{outline-color:#b5440980}.hover\:outline-orange-800\/60:hover{outline-color:#b5440999}.hover\:outline-orange-800\/70:hover{outline-color:#b54409b3}.hover\:outline-orange-800\/75:hover{outline-color:#b54409bf}.hover\:outline-orange-800\/80:hover{outline-color:#b54409cc}.hover\:outline-orange-800\/90:hover{outline-color:#b54409e6}.hover\:outline-orange-800\/95:hover{outline-color:#b54409f2}.hover\:outline-orange-800\/100:hover{outline-color:#b54409}.hover\:outline-orange-900\/0:hover{outline-color:#93370700}.hover\:outline-orange-900\/5:hover{outline-color:#9337070d}.hover\:outline-orange-900\/10:hover{outline-color:#9337071a}.hover\:outline-orange-900\/20:hover{outline-color:#93370733}.hover\:outline-orange-900\/25:hover{outline-color:#93370740}.hover\:outline-orange-900\/30:hover{outline-color:#9337074d}.hover\:outline-orange-900\/40:hover{outline-color:#93370766}.hover\:outline-orange-900\/50:hover{outline-color:#93370780}.hover\:outline-orange-900\/60:hover{outline-color:#93370799}.hover\:outline-orange-900\/70:hover{outline-color:#933707b3}.hover\:outline-orange-900\/75:hover{outline-color:#933707bf}.hover\:outline-orange-900\/80:hover{outline-color:#933707cc}.hover\:outline-orange-900\/90:hover{outline-color:#933707e6}.hover\:outline-orange-900\/95:hover{outline-color:#933707f2}.hover\:outline-orange-900\/100:hover{outline-color:#933707}.hover\:outline-yellow-50\/0:hover{outline-color:#fefce800}.hover\:outline-yellow-50\/5:hover{outline-color:#fefce80d}.hover\:outline-yellow-50\/10:hover{outline-color:#fefce81a}.hover\:outline-yellow-50\/20:hover{outline-color:#fefce833}.hover\:outline-yellow-50\/25:hover{outline-color:#fefce840}.hover\:outline-yellow-50\/30:hover{outline-color:#fefce84d}.hover\:outline-yellow-50\/40:hover{outline-color:#fefce866}.hover\:outline-yellow-50\/50:hover{outline-color:#fefce880}.hover\:outline-yellow-50\/60:hover{outline-color:#fefce899}.hover\:outline-yellow-50\/70:hover{outline-color:#fefce8b3}.hover\:outline-yellow-50\/75:hover{outline-color:#fefce8bf}.hover\:outline-yellow-50\/80:hover{outline-color:#fefce8cc}.hover\:outline-yellow-50\/90:hover{outline-color:#fefce8e6}.hover\:outline-yellow-50\/95:hover{outline-color:#fefce8f2}.hover\:outline-yellow-50\/100:hover{outline-color:#fefce8}.hover\:outline-yellow-100\/0:hover{outline-color:#fef3c700}.hover\:outline-yellow-100\/5:hover{outline-color:#fef3c70d}.hover\:outline-yellow-100\/10:hover{outline-color:#fef3c71a}.hover\:outline-yellow-100\/20:hover{outline-color:#fef3c733}.hover\:outline-yellow-100\/25:hover{outline-color:#fef3c740}.hover\:outline-yellow-100\/30:hover{outline-color:#fef3c74d}.hover\:outline-yellow-100\/40:hover{outline-color:#fef3c766}.hover\:outline-yellow-100\/50:hover{outline-color:#fef3c780}.hover\:outline-yellow-100\/60:hover{outline-color:#fef3c799}.hover\:outline-yellow-100\/70:hover{outline-color:#fef3c7b3}.hover\:outline-yellow-100\/75:hover{outline-color:#fef3c7bf}.hover\:outline-yellow-100\/80:hover{outline-color:#fef3c7cc}.hover\:outline-yellow-100\/90:hover{outline-color:#fef3c7e6}.hover\:outline-yellow-100\/95:hover{outline-color:#fef3c7f2}.hover\:outline-yellow-100\/100:hover{outline-color:#fef3c7}.hover\:outline-yellow-200\/0:hover{outline-color:#fde68a00}.hover\:outline-yellow-200\/5:hover{outline-color:#fde68a0d}.hover\:outline-yellow-200\/10:hover{outline-color:#fde68a1a}.hover\:outline-yellow-200\/20:hover{outline-color:#fde68a33}.hover\:outline-yellow-200\/25:hover{outline-color:#fde68a40}.hover\:outline-yellow-200\/30:hover{outline-color:#fde68a4d}.hover\:outline-yellow-200\/40:hover{outline-color:#fde68a66}.hover\:outline-yellow-200\/50:hover{outline-color:#fde68a80}.hover\:outline-yellow-200\/60:hover{outline-color:#fde68a99}.hover\:outline-yellow-200\/70:hover{outline-color:#fde68ab3}.hover\:outline-yellow-200\/75:hover{outline-color:#fde68abf}.hover\:outline-yellow-200\/80:hover{outline-color:#fde68acc}.hover\:outline-yellow-200\/90:hover{outline-color:#fde68ae6}.hover\:outline-yellow-200\/95:hover{outline-color:#fde68af2}.hover\:outline-yellow-200\/100:hover{outline-color:#fde68a}.hover\:outline-yellow-300\/0:hover{outline-color:#fcd34d00}.hover\:outline-yellow-300\/5:hover{outline-color:#fcd34d0d}.hover\:outline-yellow-300\/10:hover{outline-color:#fcd34d1a}.hover\:outline-yellow-300\/20:hover{outline-color:#fcd34d33}.hover\:outline-yellow-300\/25:hover{outline-color:#fcd34d40}.hover\:outline-yellow-300\/30:hover{outline-color:#fcd34d4d}.hover\:outline-yellow-300\/40:hover{outline-color:#fcd34d66}.hover\:outline-yellow-300\/50:hover{outline-color:#fcd34d80}.hover\:outline-yellow-300\/60:hover{outline-color:#fcd34d99}.hover\:outline-yellow-300\/70:hover{outline-color:#fcd34db3}.hover\:outline-yellow-300\/75:hover{outline-color:#fcd34dbf}.hover\:outline-yellow-300\/80:hover{outline-color:#fcd34dcc}.hover\:outline-yellow-300\/90:hover{outline-color:#fcd34de6}.hover\:outline-yellow-300\/95:hover{outline-color:#fcd34df2}.hover\:outline-yellow-300\/100:hover{outline-color:#fcd34d}.hover\:outline-yellow-400\/0:hover{outline-color:#fbbf2400}.hover\:outline-yellow-400\/5:hover{outline-color:#fbbf240d}.hover\:outline-yellow-400\/10:hover{outline-color:#fbbf241a}.hover\:outline-yellow-400\/20:hover{outline-color:#fbbf2433}.hover\:outline-yellow-400\/25:hover{outline-color:#fbbf2440}.hover\:outline-yellow-400\/30:hover{outline-color:#fbbf244d}.hover\:outline-yellow-400\/40:hover{outline-color:#fbbf2466}.hover\:outline-yellow-400\/50:hover{outline-color:#fbbf2480}.hover\:outline-yellow-400\/60:hover{outline-color:#fbbf2499}.hover\:outline-yellow-400\/70:hover{outline-color:#fbbf24b3}.hover\:outline-yellow-400\/75:hover{outline-color:#fbbf24bf}.hover\:outline-yellow-400\/80:hover{outline-color:#fbbf24cc}.hover\:outline-yellow-400\/90:hover{outline-color:#fbbf24e6}.hover\:outline-yellow-400\/95:hover{outline-color:#fbbf24f2}.hover\:outline-yellow-400\/100:hover{outline-color:#fbbf24}.hover\:outline-yellow-500\/0:hover{outline-color:#eab30800}.hover\:outline-yellow-500\/5:hover{outline-color:#eab3080d}.hover\:outline-yellow-500\/10:hover{outline-color:#eab3081a}.hover\:outline-yellow-500\/20:hover{outline-color:#eab30833}.hover\:outline-yellow-500\/25:hover{outline-color:#eab30840}.hover\:outline-yellow-500\/30:hover{outline-color:#eab3084d}.hover\:outline-yellow-500\/40:hover{outline-color:#eab30866}.hover\:outline-yellow-500\/50:hover{outline-color:#eab30880}.hover\:outline-yellow-500\/60:hover{outline-color:#eab30899}.hover\:outline-yellow-500\/70:hover{outline-color:#eab308b3}.hover\:outline-yellow-500\/75:hover{outline-color:#eab308bf}.hover\:outline-yellow-500\/80:hover{outline-color:#eab308cc}.hover\:outline-yellow-500\/90:hover{outline-color:#eab308e6}.hover\:outline-yellow-500\/95:hover{outline-color:#eab308f2}.hover\:outline-yellow-500\/100:hover{outline-color:#eab308}.hover\:outline-yellow-600\/0:hover{outline-color:#d9770600}.hover\:outline-yellow-600\/5:hover{outline-color:#d977060d}.hover\:outline-yellow-600\/10:hover{outline-color:#d977061a}.hover\:outline-yellow-600\/20:hover{outline-color:#d9770633}.hover\:outline-yellow-600\/25:hover{outline-color:#d9770640}.hover\:outline-yellow-600\/30:hover{outline-color:#d977064d}.hover\:outline-yellow-600\/40:hover{outline-color:#d9770666}.hover\:outline-yellow-600\/50:hover{outline-color:#d9770680}.hover\:outline-yellow-600\/60:hover{outline-color:#d9770699}.hover\:outline-yellow-600\/70:hover{outline-color:#d97706b3}.hover\:outline-yellow-600\/75:hover{outline-color:#d97706bf}.hover\:outline-yellow-600\/80:hover{outline-color:#d97706cc}.hover\:outline-yellow-600\/90:hover{outline-color:#d97706e6}.hover\:outline-yellow-600\/95:hover{outline-color:#d97706f2}.hover\:outline-yellow-600\/100:hover{outline-color:#d97706}.hover\:outline-yellow-700\/0:hover{outline-color:#b4530900}.hover\:outline-yellow-700\/5:hover{outline-color:#b453090d}.hover\:outline-yellow-700\/10:hover{outline-color:#b453091a}.hover\:outline-yellow-700\/20:hover{outline-color:#b4530933}.hover\:outline-yellow-700\/25:hover{outline-color:#b4530940}.hover\:outline-yellow-700\/30:hover{outline-color:#b453094d}.hover\:outline-yellow-700\/40:hover{outline-color:#b4530966}.hover\:outline-yellow-700\/50:hover{outline-color:#b4530980}.hover\:outline-yellow-700\/60:hover{outline-color:#b4530999}.hover\:outline-yellow-700\/70:hover{outline-color:#b45309b3}.hover\:outline-yellow-700\/75:hover{outline-color:#b45309bf}.hover\:outline-yellow-700\/80:hover{outline-color:#b45309cc}.hover\:outline-yellow-700\/90:hover{outline-color:#b45309e6}.hover\:outline-yellow-700\/95:hover{outline-color:#b45309f2}.hover\:outline-yellow-700\/100:hover{outline-color:#b45309}.hover\:outline-yellow-800\/0:hover{outline-color:#92400e00}.hover\:outline-yellow-800\/5:hover{outline-color:#92400e0d}.hover\:outline-yellow-800\/10:hover{outline-color:#92400e1a}.hover\:outline-yellow-800\/20:hover{outline-color:#92400e33}.hover\:outline-yellow-800\/25:hover{outline-color:#92400e40}.hover\:outline-yellow-800\/30:hover{outline-color:#92400e4d}.hover\:outline-yellow-800\/40:hover{outline-color:#92400e66}.hover\:outline-yellow-800\/50:hover{outline-color:#92400e80}.hover\:outline-yellow-800\/60:hover{outline-color:#92400e99}.hover\:outline-yellow-800\/70:hover{outline-color:#92400eb3}.hover\:outline-yellow-800\/75:hover{outline-color:#92400ebf}.hover\:outline-yellow-800\/80:hover{outline-color:#92400ecc}.hover\:outline-yellow-800\/90:hover{outline-color:#92400ee6}.hover\:outline-yellow-800\/95:hover{outline-color:#92400ef2}.hover\:outline-yellow-800\/100:hover{outline-color:#92400e}.hover\:outline-yellow-900\/0:hover{outline-color:#78350f00}.hover\:outline-yellow-900\/5:hover{outline-color:#78350f0d}.hover\:outline-yellow-900\/10:hover{outline-color:#78350f1a}.hover\:outline-yellow-900\/20:hover{outline-color:#78350f33}.hover\:outline-yellow-900\/25:hover{outline-color:#78350f40}.hover\:outline-yellow-900\/30:hover{outline-color:#78350f4d}.hover\:outline-yellow-900\/40:hover{outline-color:#78350f66}.hover\:outline-yellow-900\/50:hover{outline-color:#78350f80}.hover\:outline-yellow-900\/60:hover{outline-color:#78350f99}.hover\:outline-yellow-900\/70:hover{outline-color:#78350fb3}.hover\:outline-yellow-900\/75:hover{outline-color:#78350fbf}.hover\:outline-yellow-900\/80:hover{outline-color:#78350fcc}.hover\:outline-yellow-900\/90:hover{outline-color:#78350fe6}.hover\:outline-yellow-900\/95:hover{outline-color:#78350ff2}.hover\:outline-yellow-900\/100:hover{outline-color:#78350f}.hover\:outline-green-50\/0:hover{outline-color:#f0fdf400}.hover\:outline-green-50\/5:hover{outline-color:#f0fdf40d}.hover\:outline-green-50\/10:hover{outline-color:#f0fdf41a}.hover\:outline-green-50\/20:hover{outline-color:#f0fdf433}.hover\:outline-green-50\/25:hover{outline-color:#f0fdf440}.hover\:outline-green-50\/30:hover{outline-color:#f0fdf44d}.hover\:outline-green-50\/40:hover{outline-color:#f0fdf466}.hover\:outline-green-50\/50:hover{outline-color:#f0fdf480}.hover\:outline-green-50\/60:hover{outline-color:#f0fdf499}.hover\:outline-green-50\/70:hover{outline-color:#f0fdf4b3}.hover\:outline-green-50\/75:hover{outline-color:#f0fdf4bf}.hover\:outline-green-50\/80:hover{outline-color:#f0fdf4cc}.hover\:outline-green-50\/90:hover{outline-color:#f0fdf4e6}.hover\:outline-green-50\/95:hover{outline-color:#f0fdf4f2}.hover\:outline-green-50\/100:hover{outline-color:#f0fdf4}.hover\:outline-green-100\/0:hover{outline-color:#f2faf600}.hover\:outline-green-100\/5:hover{outline-color:#f2faf60d}.hover\:outline-green-100\/10:hover{outline-color:#f2faf61a}.hover\:outline-green-100\/20:hover{outline-color:#f2faf633}.hover\:outline-green-100\/25:hover{outline-color:#f2faf640}.hover\:outline-green-100\/30:hover{outline-color:#f2faf64d}.hover\:outline-green-100\/40:hover{outline-color:#f2faf666}.hover\:outline-green-100\/50:hover{outline-color:#f2faf680}.hover\:outline-green-100\/60:hover{outline-color:#f2faf699}.hover\:outline-green-100\/70:hover{outline-color:#f2faf6b3}.hover\:outline-green-100\/75:hover{outline-color:#f2faf6bf}.hover\:outline-green-100\/80:hover{outline-color:#f2faf6cc}.hover\:outline-green-100\/90:hover{outline-color:#f2faf6e6}.hover\:outline-green-100\/95:hover{outline-color:#f2faf6f2}.hover\:outline-green-100\/100:hover{outline-color:#f2faf6}.hover\:outline-green-200\/0:hover{outline-color:#e5f6ee00}.hover\:outline-green-200\/5:hover{outline-color:#e5f6ee0d}.hover\:outline-green-200\/10:hover{outline-color:#e5f6ee1a}.hover\:outline-green-200\/20:hover{outline-color:#e5f6ee33}.hover\:outline-green-200\/25:hover{outline-color:#e5f6ee40}.hover\:outline-green-200\/30:hover{outline-color:#e5f6ee4d}.hover\:outline-green-200\/40:hover{outline-color:#e5f6ee66}.hover\:outline-green-200\/50:hover{outline-color:#e5f6ee80}.hover\:outline-green-200\/60:hover{outline-color:#e5f6ee99}.hover\:outline-green-200\/70:hover{outline-color:#e5f6eeb3}.hover\:outline-green-200\/75:hover{outline-color:#e5f6eebf}.hover\:outline-green-200\/80:hover{outline-color:#e5f6eecc}.hover\:outline-green-200\/90:hover{outline-color:#e5f6eee6}.hover\:outline-green-200\/95:hover{outline-color:#e5f6eef2}.hover\:outline-green-200\/100:hover{outline-color:#e5f6ee}.hover\:outline-green-300\/0:hover{outline-color:#c8eedb00}.hover\:outline-green-300\/5:hover{outline-color:#c8eedb0d}.hover\:outline-green-300\/10:hover{outline-color:#c8eedb1a}.hover\:outline-green-300\/20:hover{outline-color:#c8eedb33}.hover\:outline-green-300\/25:hover{outline-color:#c8eedb40}.hover\:outline-green-300\/30:hover{outline-color:#c8eedb4d}.hover\:outline-green-300\/40:hover{outline-color:#c8eedb66}.hover\:outline-green-300\/50:hover{outline-color:#c8eedb80}.hover\:outline-green-300\/60:hover{outline-color:#c8eedb99}.hover\:outline-green-300\/70:hover{outline-color:#c8eedbb3}.hover\:outline-green-300\/75:hover{outline-color:#c8eedbbf}.hover\:outline-green-300\/80:hover{outline-color:#c8eedbcc}.hover\:outline-green-300\/90:hover{outline-color:#c8eedbe6}.hover\:outline-green-300\/95:hover{outline-color:#c8eedbf2}.hover\:outline-green-300\/100:hover{outline-color:#c8eedb}.hover\:outline-green-400\/0:hover{outline-color:#a6e5c800}.hover\:outline-green-400\/5:hover{outline-color:#a6e5c80d}.hover\:outline-green-400\/10:hover{outline-color:#a6e5c81a}.hover\:outline-green-400\/20:hover{outline-color:#a6e5c833}.hover\:outline-green-400\/25:hover{outline-color:#a6e5c840}.hover\:outline-green-400\/30:hover{outline-color:#a6e5c84d}.hover\:outline-green-400\/40:hover{outline-color:#a6e5c866}.hover\:outline-green-400\/50:hover{outline-color:#a6e5c880}.hover\:outline-green-400\/60:hover{outline-color:#a6e5c899}.hover\:outline-green-400\/70:hover{outline-color:#a6e5c8b3}.hover\:outline-green-400\/75:hover{outline-color:#a6e5c8bf}.hover\:outline-green-400\/80:hover{outline-color:#a6e5c8cc}.hover\:outline-green-400\/90:hover{outline-color:#a6e5c8e6}.hover\:outline-green-400\/95:hover{outline-color:#a6e5c8f2}.hover\:outline-green-400\/100:hover{outline-color:#a6e5c8}.hover\:outline-green-500\/0:hover{outline-color:#7bdcb200}.hover\:outline-green-500\/5:hover{outline-color:#7bdcb20d}.hover\:outline-green-500\/10:hover{outline-color:#7bdcb21a}.hover\:outline-green-500\/20:hover{outline-color:#7bdcb233}.hover\:outline-green-500\/25:hover{outline-color:#7bdcb240}.hover\:outline-green-500\/30:hover{outline-color:#7bdcb24d}.hover\:outline-green-500\/40:hover{outline-color:#7bdcb266}.hover\:outline-green-500\/50:hover{outline-color:#7bdcb280}.hover\:outline-green-500\/60:hover{outline-color:#7bdcb299}.hover\:outline-green-500\/70:hover{outline-color:#7bdcb2b3}.hover\:outline-green-500\/75:hover{outline-color:#7bdcb2bf}.hover\:outline-green-500\/80:hover{outline-color:#7bdcb2cc}.hover\:outline-green-500\/90:hover{outline-color:#7bdcb2e6}.hover\:outline-green-500\/95:hover{outline-color:#7bdcb2f2}.hover\:outline-green-500\/100:hover{outline-color:#7bdcb2}.hover\:outline-green-600\/0:hover{outline-color:#34d39900}.hover\:outline-green-600\/5:hover{outline-color:#34d3990d}.hover\:outline-green-600\/10:hover{outline-color:#34d3991a}.hover\:outline-green-600\/20:hover{outline-color:#34d39933}.hover\:outline-green-600\/25:hover{outline-color:#34d39940}.hover\:outline-green-600\/30:hover{outline-color:#34d3994d}.hover\:outline-green-600\/40:hover{outline-color:#34d39966}.hover\:outline-green-600\/50:hover{outline-color:#34d39980}.hover\:outline-green-600\/60:hover{outline-color:#34d39999}.hover\:outline-green-600\/70:hover{outline-color:#34d399b3}.hover\:outline-green-600\/75:hover{outline-color:#34d399bf}.hover\:outline-green-600\/80:hover{outline-color:#34d399cc}.hover\:outline-green-600\/90:hover{outline-color:#34d399e6}.hover\:outline-green-600\/95:hover{outline-color:#34d399f2}.hover\:outline-green-600\/100:hover{outline-color:#34d399}.hover\:outline-green-700\/0:hover{outline-color:#2ebc8800}.hover\:outline-green-700\/5:hover{outline-color:#2ebc880d}.hover\:outline-green-700\/10:hover{outline-color:#2ebc881a}.hover\:outline-green-700\/20:hover{outline-color:#2ebc8833}.hover\:outline-green-700\/25:hover{outline-color:#2ebc8840}.hover\:outline-green-700\/30:hover{outline-color:#2ebc884d}.hover\:outline-green-700\/40:hover{outline-color:#2ebc8866}.hover\:outline-green-700\/50:hover{outline-color:#2ebc8880}.hover\:outline-green-700\/60:hover{outline-color:#2ebc8899}.hover\:outline-green-700\/70:hover{outline-color:#2ebc88b3}.hover\:outline-green-700\/75:hover{outline-color:#2ebc88bf}.hover\:outline-green-700\/80:hover{outline-color:#2ebc88cc}.hover\:outline-green-700\/90:hover{outline-color:#2ebc88e6}.hover\:outline-green-700\/95:hover{outline-color:#2ebc88f2}.hover\:outline-green-700\/100:hover{outline-color:#2ebc88}.hover\:outline-green-800\/0:hover{outline-color:#28a37600}.hover\:outline-green-800\/5:hover{outline-color:#28a3760d}.hover\:outline-green-800\/10:hover{outline-color:#28a3761a}.hover\:outline-green-800\/20:hover{outline-color:#28a37633}.hover\:outline-green-800\/25:hover{outline-color:#28a37640}.hover\:outline-green-800\/30:hover{outline-color:#28a3764d}.hover\:outline-green-800\/40:hover{outline-color:#28a37666}.hover\:outline-green-800\/50:hover{outline-color:#28a37680}.hover\:outline-green-800\/60:hover{outline-color:#28a37699}.hover\:outline-green-800\/70:hover{outline-color:#28a376b3}.hover\:outline-green-800\/75:hover{outline-color:#28a376bf}.hover\:outline-green-800\/80:hover{outline-color:#28a376cc}.hover\:outline-green-800\/90:hover{outline-color:#28a376e6}.hover\:outline-green-800\/95:hover{outline-color:#28a376f2}.hover\:outline-green-800\/100:hover{outline-color:#28a376}.hover\:outline-green-900\/0:hover{outline-color:#20856000}.hover\:outline-green-900\/5:hover{outline-color:#2085600d}.hover\:outline-green-900\/10:hover{outline-color:#2085601a}.hover\:outline-green-900\/20:hover{outline-color:#20856033}.hover\:outline-green-900\/25:hover{outline-color:#20856040}.hover\:outline-green-900\/30:hover{outline-color:#2085604d}.hover\:outline-green-900\/40:hover{outline-color:#20856066}.hover\:outline-green-900\/50:hover{outline-color:#20856080}.hover\:outline-green-900\/60:hover{outline-color:#20856099}.hover\:outline-green-900\/70:hover{outline-color:#208560b3}.hover\:outline-green-900\/75:hover{outline-color:#208560bf}.hover\:outline-green-900\/80:hover{outline-color:#208560cc}.hover\:outline-green-900\/90:hover{outline-color:#208560e6}.hover\:outline-green-900\/95:hover{outline-color:#208560f2}.hover\:outline-green-900\/100:hover{outline-color:#208560}.hover\:outline-emerald-50\/0:hover{outline-color:#ecfdf500}.hover\:outline-emerald-50\/5:hover{outline-color:#ecfdf50d}.hover\:outline-emerald-50\/10:hover{outline-color:#ecfdf51a}.hover\:outline-emerald-50\/20:hover{outline-color:#ecfdf533}.hover\:outline-emerald-50\/25:hover{outline-color:#ecfdf540}.hover\:outline-emerald-50\/30:hover{outline-color:#ecfdf54d}.hover\:outline-emerald-50\/40:hover{outline-color:#ecfdf566}.hover\:outline-emerald-50\/50:hover{outline-color:#ecfdf580}.hover\:outline-emerald-50\/60:hover{outline-color:#ecfdf599}.hover\:outline-emerald-50\/70:hover{outline-color:#ecfdf5b3}.hover\:outline-emerald-50\/75:hover{outline-color:#ecfdf5bf}.hover\:outline-emerald-50\/80:hover{outline-color:#ecfdf5cc}.hover\:outline-emerald-50\/90:hover{outline-color:#ecfdf5e6}.hover\:outline-emerald-50\/95:hover{outline-color:#ecfdf5f2}.hover\:outline-emerald-50\/100:hover{outline-color:#ecfdf5}.hover\:outline-emerald-100\/0:hover{outline-color:#d1fae500}.hover\:outline-emerald-100\/5:hover{outline-color:#d1fae50d}.hover\:outline-emerald-100\/10:hover{outline-color:#d1fae51a}.hover\:outline-emerald-100\/20:hover{outline-color:#d1fae533}.hover\:outline-emerald-100\/25:hover{outline-color:#d1fae540}.hover\:outline-emerald-100\/30:hover{outline-color:#d1fae54d}.hover\:outline-emerald-100\/40:hover{outline-color:#d1fae566}.hover\:outline-emerald-100\/50:hover{outline-color:#d1fae580}.hover\:outline-emerald-100\/60:hover{outline-color:#d1fae599}.hover\:outline-emerald-100\/70:hover{outline-color:#d1fae5b3}.hover\:outline-emerald-100\/75:hover{outline-color:#d1fae5bf}.hover\:outline-emerald-100\/80:hover{outline-color:#d1fae5cc}.hover\:outline-emerald-100\/90:hover{outline-color:#d1fae5e6}.hover\:outline-emerald-100\/95:hover{outline-color:#d1fae5f2}.hover\:outline-emerald-100\/100:hover{outline-color:#d1fae5}.hover\:outline-emerald-200\/0:hover{outline-color:#a7f3d000}.hover\:outline-emerald-200\/5:hover{outline-color:#a7f3d00d}.hover\:outline-emerald-200\/10:hover{outline-color:#a7f3d01a}.hover\:outline-emerald-200\/20:hover{outline-color:#a7f3d033}.hover\:outline-emerald-200\/25:hover{outline-color:#a7f3d040}.hover\:outline-emerald-200\/30:hover{outline-color:#a7f3d04d}.hover\:outline-emerald-200\/40:hover{outline-color:#a7f3d066}.hover\:outline-emerald-200\/50:hover{outline-color:#a7f3d080}.hover\:outline-emerald-200\/60:hover{outline-color:#a7f3d099}.hover\:outline-emerald-200\/70:hover{outline-color:#a7f3d0b3}.hover\:outline-emerald-200\/75:hover{outline-color:#a7f3d0bf}.hover\:outline-emerald-200\/80:hover{outline-color:#a7f3d0cc}.hover\:outline-emerald-200\/90:hover{outline-color:#a7f3d0e6}.hover\:outline-emerald-200\/95:hover{outline-color:#a7f3d0f2}.hover\:outline-emerald-200\/100:hover{outline-color:#a7f3d0}.hover\:outline-emerald-300\/0:hover{outline-color:#6ee7b700}.hover\:outline-emerald-300\/5:hover{outline-color:#6ee7b70d}.hover\:outline-emerald-300\/10:hover{outline-color:#6ee7b71a}.hover\:outline-emerald-300\/20:hover{outline-color:#6ee7b733}.hover\:outline-emerald-300\/25:hover{outline-color:#6ee7b740}.hover\:outline-emerald-300\/30:hover{outline-color:#6ee7b74d}.hover\:outline-emerald-300\/40:hover{outline-color:#6ee7b766}.hover\:outline-emerald-300\/50:hover{outline-color:#6ee7b780}.hover\:outline-emerald-300\/60:hover{outline-color:#6ee7b799}.hover\:outline-emerald-300\/70:hover{outline-color:#6ee7b7b3}.hover\:outline-emerald-300\/75:hover{outline-color:#6ee7b7bf}.hover\:outline-emerald-300\/80:hover{outline-color:#6ee7b7cc}.hover\:outline-emerald-300\/90:hover{outline-color:#6ee7b7e6}.hover\:outline-emerald-300\/95:hover{outline-color:#6ee7b7f2}.hover\:outline-emerald-300\/100:hover{outline-color:#6ee7b7}.hover\:outline-emerald-400\/0:hover{outline-color:#34d39900}.hover\:outline-emerald-400\/5:hover{outline-color:#34d3990d}.hover\:outline-emerald-400\/10:hover{outline-color:#34d3991a}.hover\:outline-emerald-400\/20:hover{outline-color:#34d39933}.hover\:outline-emerald-400\/25:hover{outline-color:#34d39940}.hover\:outline-emerald-400\/30:hover{outline-color:#34d3994d}.hover\:outline-emerald-400\/40:hover{outline-color:#34d39966}.hover\:outline-emerald-400\/50:hover{outline-color:#34d39980}.hover\:outline-emerald-400\/60:hover{outline-color:#34d39999}.hover\:outline-emerald-400\/70:hover{outline-color:#34d399b3}.hover\:outline-emerald-400\/75:hover{outline-color:#34d399bf}.hover\:outline-emerald-400\/80:hover{outline-color:#34d399cc}.hover\:outline-emerald-400\/90:hover{outline-color:#34d399e6}.hover\:outline-emerald-400\/95:hover{outline-color:#34d399f2}.hover\:outline-emerald-400\/100:hover{outline-color:#34d399}.hover\:outline-emerald-500\/0:hover{outline-color:#10b98100}.hover\:outline-emerald-500\/5:hover{outline-color:#10b9810d}.hover\:outline-emerald-500\/10:hover{outline-color:#10b9811a}.hover\:outline-emerald-500\/20:hover{outline-color:#10b98133}.hover\:outline-emerald-500\/25:hover{outline-color:#10b98140}.hover\:outline-emerald-500\/30:hover{outline-color:#10b9814d}.hover\:outline-emerald-500\/40:hover{outline-color:#10b98166}.hover\:outline-emerald-500\/50:hover{outline-color:#10b98180}.hover\:outline-emerald-500\/60:hover{outline-color:#10b98199}.hover\:outline-emerald-500\/70:hover{outline-color:#10b981b3}.hover\:outline-emerald-500\/75:hover{outline-color:#10b981bf}.hover\:outline-emerald-500\/80:hover{outline-color:#10b981cc}.hover\:outline-emerald-500\/90:hover{outline-color:#10b981e6}.hover\:outline-emerald-500\/95:hover{outline-color:#10b981f2}.hover\:outline-emerald-500\/100:hover{outline-color:#10b981}.hover\:outline-emerald-600\/0:hover{outline-color:#05966900}.hover\:outline-emerald-600\/5:hover{outline-color:#0596690d}.hover\:outline-emerald-600\/10:hover{outline-color:#0596691a}.hover\:outline-emerald-600\/20:hover{outline-color:#05966933}.hover\:outline-emerald-600\/25:hover{outline-color:#05966940}.hover\:outline-emerald-600\/30:hover{outline-color:#0596694d}.hover\:outline-emerald-600\/40:hover{outline-color:#05966966}.hover\:outline-emerald-600\/50:hover{outline-color:#05966980}.hover\:outline-emerald-600\/60:hover{outline-color:#05966999}.hover\:outline-emerald-600\/70:hover{outline-color:#059669b3}.hover\:outline-emerald-600\/75:hover{outline-color:#059669bf}.hover\:outline-emerald-600\/80:hover{outline-color:#059669cc}.hover\:outline-emerald-600\/90:hover{outline-color:#059669e6}.hover\:outline-emerald-600\/95:hover{outline-color:#059669f2}.hover\:outline-emerald-600\/100:hover{outline-color:#059669}.hover\:outline-emerald-700\/0:hover{outline-color:#04785700}.hover\:outline-emerald-700\/5:hover{outline-color:#0478570d}.hover\:outline-emerald-700\/10:hover{outline-color:#0478571a}.hover\:outline-emerald-700\/20:hover{outline-color:#04785733}.hover\:outline-emerald-700\/25:hover{outline-color:#04785740}.hover\:outline-emerald-700\/30:hover{outline-color:#0478574d}.hover\:outline-emerald-700\/40:hover{outline-color:#04785766}.hover\:outline-emerald-700\/50:hover{outline-color:#04785780}.hover\:outline-emerald-700\/60:hover{outline-color:#04785799}.hover\:outline-emerald-700\/70:hover{outline-color:#047857b3}.hover\:outline-emerald-700\/75:hover{outline-color:#047857bf}.hover\:outline-emerald-700\/80:hover{outline-color:#047857cc}.hover\:outline-emerald-700\/90:hover{outline-color:#047857e6}.hover\:outline-emerald-700\/95:hover{outline-color:#047857f2}.hover\:outline-emerald-700\/100:hover{outline-color:#047857}.hover\:outline-emerald-800\/0:hover{outline-color:#065f4600}.hover\:outline-emerald-800\/5:hover{outline-color:#065f460d}.hover\:outline-emerald-800\/10:hover{outline-color:#065f461a}.hover\:outline-emerald-800\/20:hover{outline-color:#065f4633}.hover\:outline-emerald-800\/25:hover{outline-color:#065f4640}.hover\:outline-emerald-800\/30:hover{outline-color:#065f464d}.hover\:outline-emerald-800\/40:hover{outline-color:#065f4666}.hover\:outline-emerald-800\/50:hover{outline-color:#065f4680}.hover\:outline-emerald-800\/60:hover{outline-color:#065f4699}.hover\:outline-emerald-800\/70:hover{outline-color:#065f46b3}.hover\:outline-emerald-800\/75:hover{outline-color:#065f46bf}.hover\:outline-emerald-800\/80:hover{outline-color:#065f46cc}.hover\:outline-emerald-800\/90:hover{outline-color:#065f46e6}.hover\:outline-emerald-800\/95:hover{outline-color:#065f46f2}.hover\:outline-emerald-800\/100:hover{outline-color:#065f46}.hover\:outline-emerald-900\/0:hover{outline-color:#064e3b00}.hover\:outline-emerald-900\/5:hover{outline-color:#064e3b0d}.hover\:outline-emerald-900\/10:hover{outline-color:#064e3b1a}.hover\:outline-emerald-900\/20:hover{outline-color:#064e3b33}.hover\:outline-emerald-900\/25:hover{outline-color:#064e3b40}.hover\:outline-emerald-900\/30:hover{outline-color:#064e3b4d}.hover\:outline-emerald-900\/40:hover{outline-color:#064e3b66}.hover\:outline-emerald-900\/50:hover{outline-color:#064e3b80}.hover\:outline-emerald-900\/60:hover{outline-color:#064e3b99}.hover\:outline-emerald-900\/70:hover{outline-color:#064e3bb3}.hover\:outline-emerald-900\/75:hover{outline-color:#064e3bbf}.hover\:outline-emerald-900\/80:hover{outline-color:#064e3bcc}.hover\:outline-emerald-900\/90:hover{outline-color:#064e3be6}.hover\:outline-emerald-900\/95:hover{outline-color:#064e3bf2}.hover\:outline-emerald-900\/100:hover{outline-color:#064e3b}.hover\:outline-teal-50\/0:hover{outline-color:#f0fdfa00}.hover\:outline-teal-50\/5:hover{outline-color:#f0fdfa0d}.hover\:outline-teal-50\/10:hover{outline-color:#f0fdfa1a}.hover\:outline-teal-50\/20:hover{outline-color:#f0fdfa33}.hover\:outline-teal-50\/25:hover{outline-color:#f0fdfa40}.hover\:outline-teal-50\/30:hover{outline-color:#f0fdfa4d}.hover\:outline-teal-50\/40:hover{outline-color:#f0fdfa66}.hover\:outline-teal-50\/50:hover{outline-color:#f0fdfa80}.hover\:outline-teal-50\/60:hover{outline-color:#f0fdfa99}.hover\:outline-teal-50\/70:hover{outline-color:#f0fdfab3}.hover\:outline-teal-50\/75:hover{outline-color:#f0fdfabf}.hover\:outline-teal-50\/80:hover{outline-color:#f0fdfacc}.hover\:outline-teal-50\/90:hover{outline-color:#f0fdfae6}.hover\:outline-teal-50\/95:hover{outline-color:#f0fdfaf2}.hover\:outline-teal-50\/100:hover{outline-color:#f0fdfa}.hover\:outline-teal-100\/0:hover{outline-color:#ccfbf100}.hover\:outline-teal-100\/5:hover{outline-color:#ccfbf10d}.hover\:outline-teal-100\/10:hover{outline-color:#ccfbf11a}.hover\:outline-teal-100\/20:hover{outline-color:#ccfbf133}.hover\:outline-teal-100\/25:hover{outline-color:#ccfbf140}.hover\:outline-teal-100\/30:hover{outline-color:#ccfbf14d}.hover\:outline-teal-100\/40:hover{outline-color:#ccfbf166}.hover\:outline-teal-100\/50:hover{outline-color:#ccfbf180}.hover\:outline-teal-100\/60:hover{outline-color:#ccfbf199}.hover\:outline-teal-100\/70:hover{outline-color:#ccfbf1b3}.hover\:outline-teal-100\/75:hover{outline-color:#ccfbf1bf}.hover\:outline-teal-100\/80:hover{outline-color:#ccfbf1cc}.hover\:outline-teal-100\/90:hover{outline-color:#ccfbf1e6}.hover\:outline-teal-100\/95:hover{outline-color:#ccfbf1f2}.hover\:outline-teal-100\/100:hover{outline-color:#ccfbf1}.hover\:outline-teal-200\/0:hover{outline-color:#99f6e400}.hover\:outline-teal-200\/5:hover{outline-color:#99f6e40d}.hover\:outline-teal-200\/10:hover{outline-color:#99f6e41a}.hover\:outline-teal-200\/20:hover{outline-color:#99f6e433}.hover\:outline-teal-200\/25:hover{outline-color:#99f6e440}.hover\:outline-teal-200\/30:hover{outline-color:#99f6e44d}.hover\:outline-teal-200\/40:hover{outline-color:#99f6e466}.hover\:outline-teal-200\/50:hover{outline-color:#99f6e480}.hover\:outline-teal-200\/60:hover{outline-color:#99f6e499}.hover\:outline-teal-200\/70:hover{outline-color:#99f6e4b3}.hover\:outline-teal-200\/75:hover{outline-color:#99f6e4bf}.hover\:outline-teal-200\/80:hover{outline-color:#99f6e4cc}.hover\:outline-teal-200\/90:hover{outline-color:#99f6e4e6}.hover\:outline-teal-200\/95:hover{outline-color:#99f6e4f2}.hover\:outline-teal-200\/100:hover{outline-color:#99f6e4}.hover\:outline-teal-300\/0:hover{outline-color:#5eead400}.hover\:outline-teal-300\/5:hover{outline-color:#5eead40d}.hover\:outline-teal-300\/10:hover{outline-color:#5eead41a}.hover\:outline-teal-300\/20:hover{outline-color:#5eead433}.hover\:outline-teal-300\/25:hover{outline-color:#5eead440}.hover\:outline-teal-300\/30:hover{outline-color:#5eead44d}.hover\:outline-teal-300\/40:hover{outline-color:#5eead466}.hover\:outline-teal-300\/50:hover{outline-color:#5eead480}.hover\:outline-teal-300\/60:hover{outline-color:#5eead499}.hover\:outline-teal-300\/70:hover{outline-color:#5eead4b3}.hover\:outline-teal-300\/75:hover{outline-color:#5eead4bf}.hover\:outline-teal-300\/80:hover{outline-color:#5eead4cc}.hover\:outline-teal-300\/90:hover{outline-color:#5eead4e6}.hover\:outline-teal-300\/95:hover{outline-color:#5eead4f2}.hover\:outline-teal-300\/100:hover{outline-color:#5eead4}.hover\:outline-teal-400\/0:hover{outline-color:#2dd4bf00}.hover\:outline-teal-400\/5:hover{outline-color:#2dd4bf0d}.hover\:outline-teal-400\/10:hover{outline-color:#2dd4bf1a}.hover\:outline-teal-400\/20:hover{outline-color:#2dd4bf33}.hover\:outline-teal-400\/25:hover{outline-color:#2dd4bf40}.hover\:outline-teal-400\/30:hover{outline-color:#2dd4bf4d}.hover\:outline-teal-400\/40:hover{outline-color:#2dd4bf66}.hover\:outline-teal-400\/50:hover{outline-color:#2dd4bf80}.hover\:outline-teal-400\/60:hover{outline-color:#2dd4bf99}.hover\:outline-teal-400\/70:hover{outline-color:#2dd4bfb3}.hover\:outline-teal-400\/75:hover{outline-color:#2dd4bfbf}.hover\:outline-teal-400\/80:hover{outline-color:#2dd4bfcc}.hover\:outline-teal-400\/90:hover{outline-color:#2dd4bfe6}.hover\:outline-teal-400\/95:hover{outline-color:#2dd4bff2}.hover\:outline-teal-400\/100:hover{outline-color:#2dd4bf}.hover\:outline-teal-500\/0:hover{outline-color:#14b8a600}.hover\:outline-teal-500\/5:hover{outline-color:#14b8a60d}.hover\:outline-teal-500\/10:hover{outline-color:#14b8a61a}.hover\:outline-teal-500\/20:hover{outline-color:#14b8a633}.hover\:outline-teal-500\/25:hover{outline-color:#14b8a640}.hover\:outline-teal-500\/30:hover{outline-color:#14b8a64d}.hover\:outline-teal-500\/40:hover{outline-color:#14b8a666}.hover\:outline-teal-500\/50:hover{outline-color:#14b8a680}.hover\:outline-teal-500\/60:hover{outline-color:#14b8a699}.hover\:outline-teal-500\/70:hover{outline-color:#14b8a6b3}.hover\:outline-teal-500\/75:hover{outline-color:#14b8a6bf}.hover\:outline-teal-500\/80:hover{outline-color:#14b8a6cc}.hover\:outline-teal-500\/90:hover{outline-color:#14b8a6e6}.hover\:outline-teal-500\/95:hover{outline-color:#14b8a6f2}.hover\:outline-teal-500\/100:hover{outline-color:#14b8a6}.hover\:outline-teal-600\/0:hover{outline-color:#0d948800}.hover\:outline-teal-600\/5:hover{outline-color:#0d94880d}.hover\:outline-teal-600\/10:hover{outline-color:#0d94881a}.hover\:outline-teal-600\/20:hover{outline-color:#0d948833}.hover\:outline-teal-600\/25:hover{outline-color:#0d948840}.hover\:outline-teal-600\/30:hover{outline-color:#0d94884d}.hover\:outline-teal-600\/40:hover{outline-color:#0d948866}.hover\:outline-teal-600\/50:hover{outline-color:#0d948880}.hover\:outline-teal-600\/60:hover{outline-color:#0d948899}.hover\:outline-teal-600\/70:hover{outline-color:#0d9488b3}.hover\:outline-teal-600\/75:hover{outline-color:#0d9488bf}.hover\:outline-teal-600\/80:hover{outline-color:#0d9488cc}.hover\:outline-teal-600\/90:hover{outline-color:#0d9488e6}.hover\:outline-teal-600\/95:hover{outline-color:#0d9488f2}.hover\:outline-teal-600\/100:hover{outline-color:#0d9488}.hover\:outline-teal-700\/0:hover{outline-color:#0f766e00}.hover\:outline-teal-700\/5:hover{outline-color:#0f766e0d}.hover\:outline-teal-700\/10:hover{outline-color:#0f766e1a}.hover\:outline-teal-700\/20:hover{outline-color:#0f766e33}.hover\:outline-teal-700\/25:hover{outline-color:#0f766e40}.hover\:outline-teal-700\/30:hover{outline-color:#0f766e4d}.hover\:outline-teal-700\/40:hover{outline-color:#0f766e66}.hover\:outline-teal-700\/50:hover{outline-color:#0f766e80}.hover\:outline-teal-700\/60:hover{outline-color:#0f766e99}.hover\:outline-teal-700\/70:hover{outline-color:#0f766eb3}.hover\:outline-teal-700\/75:hover{outline-color:#0f766ebf}.hover\:outline-teal-700\/80:hover{outline-color:#0f766ecc}.hover\:outline-teal-700\/90:hover{outline-color:#0f766ee6}.hover\:outline-teal-700\/95:hover{outline-color:#0f766ef2}.hover\:outline-teal-700\/100:hover{outline-color:#0f766e}.hover\:outline-teal-800\/0:hover{outline-color:#115e5900}.hover\:outline-teal-800\/5:hover{outline-color:#115e590d}.hover\:outline-teal-800\/10:hover{outline-color:#115e591a}.hover\:outline-teal-800\/20:hover{outline-color:#115e5933}.hover\:outline-teal-800\/25:hover{outline-color:#115e5940}.hover\:outline-teal-800\/30:hover{outline-color:#115e594d}.hover\:outline-teal-800\/40:hover{outline-color:#115e5966}.hover\:outline-teal-800\/50:hover{outline-color:#115e5980}.hover\:outline-teal-800\/60:hover{outline-color:#115e5999}.hover\:outline-teal-800\/70:hover{outline-color:#115e59b3}.hover\:outline-teal-800\/75:hover{outline-color:#115e59bf}.hover\:outline-teal-800\/80:hover{outline-color:#115e59cc}.hover\:outline-teal-800\/90:hover{outline-color:#115e59e6}.hover\:outline-teal-800\/95:hover{outline-color:#115e59f2}.hover\:outline-teal-800\/100:hover{outline-color:#115e59}.hover\:outline-teal-900\/0:hover{outline-color:#134e4a00}.hover\:outline-teal-900\/5:hover{outline-color:#134e4a0d}.hover\:outline-teal-900\/10:hover{outline-color:#134e4a1a}.hover\:outline-teal-900\/20:hover{outline-color:#134e4a33}.hover\:outline-teal-900\/25:hover{outline-color:#134e4a40}.hover\:outline-teal-900\/30:hover{outline-color:#134e4a4d}.hover\:outline-teal-900\/40:hover{outline-color:#134e4a66}.hover\:outline-teal-900\/50:hover{outline-color:#134e4a80}.hover\:outline-teal-900\/60:hover{outline-color:#134e4a99}.hover\:outline-teal-900\/70:hover{outline-color:#134e4ab3}.hover\:outline-teal-900\/75:hover{outline-color:#134e4abf}.hover\:outline-teal-900\/80:hover{outline-color:#134e4acc}.hover\:outline-teal-900\/90:hover{outline-color:#134e4ae6}.hover\:outline-teal-900\/95:hover{outline-color:#134e4af2}.hover\:outline-teal-900\/100:hover{outline-color:#134e4a}.hover\:outline-sky-50\/0:hover{outline-color:#f0f9ff00}.hover\:outline-sky-50\/5:hover{outline-color:#f0f9ff0d}.hover\:outline-sky-50\/10:hover{outline-color:#f0f9ff1a}.hover\:outline-sky-50\/20:hover{outline-color:#f0f9ff33}.hover\:outline-sky-50\/25:hover{outline-color:#f0f9ff40}.hover\:outline-sky-50\/30:hover{outline-color:#f0f9ff4d}.hover\:outline-sky-50\/40:hover{outline-color:#f0f9ff66}.hover\:outline-sky-50\/50:hover{outline-color:#f0f9ff80}.hover\:outline-sky-50\/60:hover{outline-color:#f0f9ff99}.hover\:outline-sky-50\/70:hover{outline-color:#f0f9ffb3}.hover\:outline-sky-50\/75:hover{outline-color:#f0f9ffbf}.hover\:outline-sky-50\/80:hover{outline-color:#f0f9ffcc}.hover\:outline-sky-50\/90:hover{outline-color:#f0f9ffe6}.hover\:outline-sky-50\/95:hover{outline-color:#f0f9fff2}.hover\:outline-sky-50\/100:hover{outline-color:#f0f9ff}.hover\:outline-sky-100\/0:hover{outline-color:#e0f2fe00}.hover\:outline-sky-100\/5:hover{outline-color:#e0f2fe0d}.hover\:outline-sky-100\/10:hover{outline-color:#e0f2fe1a}.hover\:outline-sky-100\/20:hover{outline-color:#e0f2fe33}.hover\:outline-sky-100\/25:hover{outline-color:#e0f2fe40}.hover\:outline-sky-100\/30:hover{outline-color:#e0f2fe4d}.hover\:outline-sky-100\/40:hover{outline-color:#e0f2fe66}.hover\:outline-sky-100\/50:hover{outline-color:#e0f2fe80}.hover\:outline-sky-100\/60:hover{outline-color:#e0f2fe99}.hover\:outline-sky-100\/70:hover{outline-color:#e0f2feb3}.hover\:outline-sky-100\/75:hover{outline-color:#e0f2febf}.hover\:outline-sky-100\/80:hover{outline-color:#e0f2fecc}.hover\:outline-sky-100\/90:hover{outline-color:#e0f2fee6}.hover\:outline-sky-100\/95:hover{outline-color:#e0f2fef2}.hover\:outline-sky-100\/100:hover{outline-color:#e0f2fe}.hover\:outline-sky-200\/0:hover{outline-color:#bae6fd00}.hover\:outline-sky-200\/5:hover{outline-color:#bae6fd0d}.hover\:outline-sky-200\/10:hover{outline-color:#bae6fd1a}.hover\:outline-sky-200\/20:hover{outline-color:#bae6fd33}.hover\:outline-sky-200\/25:hover{outline-color:#bae6fd40}.hover\:outline-sky-200\/30:hover{outline-color:#bae6fd4d}.hover\:outline-sky-200\/40:hover{outline-color:#bae6fd66}.hover\:outline-sky-200\/50:hover{outline-color:#bae6fd80}.hover\:outline-sky-200\/60:hover{outline-color:#bae6fd99}.hover\:outline-sky-200\/70:hover{outline-color:#bae6fdb3}.hover\:outline-sky-200\/75:hover{outline-color:#bae6fdbf}.hover\:outline-sky-200\/80:hover{outline-color:#bae6fdcc}.hover\:outline-sky-200\/90:hover{outline-color:#bae6fde6}.hover\:outline-sky-200\/95:hover{outline-color:#bae6fdf2}.hover\:outline-sky-200\/100:hover{outline-color:#bae6fd}.hover\:outline-sky-300\/0:hover{outline-color:#7dd3fc00}.hover\:outline-sky-300\/5:hover{outline-color:#7dd3fc0d}.hover\:outline-sky-300\/10:hover{outline-color:#7dd3fc1a}.hover\:outline-sky-300\/20:hover{outline-color:#7dd3fc33}.hover\:outline-sky-300\/25:hover{outline-color:#7dd3fc40}.hover\:outline-sky-300\/30:hover{outline-color:#7dd3fc4d}.hover\:outline-sky-300\/40:hover{outline-color:#7dd3fc66}.hover\:outline-sky-300\/50:hover{outline-color:#7dd3fc80}.hover\:outline-sky-300\/60:hover{outline-color:#7dd3fc99}.hover\:outline-sky-300\/70:hover{outline-color:#7dd3fcb3}.hover\:outline-sky-300\/75:hover{outline-color:#7dd3fcbf}.hover\:outline-sky-300\/80:hover{outline-color:#7dd3fccc}.hover\:outline-sky-300\/90:hover{outline-color:#7dd3fce6}.hover\:outline-sky-300\/95:hover{outline-color:#7dd3fcf2}.hover\:outline-sky-300\/100:hover{outline-color:#7dd3fc}.hover\:outline-sky-400\/0:hover{outline-color:#38bdf800}.hover\:outline-sky-400\/5:hover{outline-color:#38bdf80d}.hover\:outline-sky-400\/10:hover{outline-color:#38bdf81a}.hover\:outline-sky-400\/20:hover{outline-color:#38bdf833}.hover\:outline-sky-400\/25:hover{outline-color:#38bdf840}.hover\:outline-sky-400\/30:hover{outline-color:#38bdf84d}.hover\:outline-sky-400\/40:hover{outline-color:#38bdf866}.hover\:outline-sky-400\/50:hover{outline-color:#38bdf880}.hover\:outline-sky-400\/60:hover{outline-color:#38bdf899}.hover\:outline-sky-400\/70:hover{outline-color:#38bdf8b3}.hover\:outline-sky-400\/75:hover{outline-color:#38bdf8bf}.hover\:outline-sky-400\/80:hover{outline-color:#38bdf8cc}.hover\:outline-sky-400\/90:hover{outline-color:#38bdf8e6}.hover\:outline-sky-400\/95:hover{outline-color:#38bdf8f2}.hover\:outline-sky-400\/100:hover{outline-color:#38bdf8}.hover\:outline-sky-500\/0:hover{outline-color:#0ea5e900}.hover\:outline-sky-500\/5:hover{outline-color:#0ea5e90d}.hover\:outline-sky-500\/10:hover{outline-color:#0ea5e91a}.hover\:outline-sky-500\/20:hover{outline-color:#0ea5e933}.hover\:outline-sky-500\/25:hover{outline-color:#0ea5e940}.hover\:outline-sky-500\/30:hover{outline-color:#0ea5e94d}.hover\:outline-sky-500\/40:hover{outline-color:#0ea5e966}.hover\:outline-sky-500\/50:hover{outline-color:#0ea5e980}.hover\:outline-sky-500\/60:hover{outline-color:#0ea5e999}.hover\:outline-sky-500\/70:hover{outline-color:#0ea5e9b3}.hover\:outline-sky-500\/75:hover{outline-color:#0ea5e9bf}.hover\:outline-sky-500\/80:hover{outline-color:#0ea5e9cc}.hover\:outline-sky-500\/90:hover{outline-color:#0ea5e9e6}.hover\:outline-sky-500\/95:hover{outline-color:#0ea5e9f2}.hover\:outline-sky-500\/100:hover{outline-color:#0ea5e9}.hover\:outline-sky-600\/0:hover{outline-color:#0284c700}.hover\:outline-sky-600\/5:hover{outline-color:#0284c70d}.hover\:outline-sky-600\/10:hover{outline-color:#0284c71a}.hover\:outline-sky-600\/20:hover{outline-color:#0284c733}.hover\:outline-sky-600\/25:hover{outline-color:#0284c740}.hover\:outline-sky-600\/30:hover{outline-color:#0284c74d}.hover\:outline-sky-600\/40:hover{outline-color:#0284c766}.hover\:outline-sky-600\/50:hover{outline-color:#0284c780}.hover\:outline-sky-600\/60:hover{outline-color:#0284c799}.hover\:outline-sky-600\/70:hover{outline-color:#0284c7b3}.hover\:outline-sky-600\/75:hover{outline-color:#0284c7bf}.hover\:outline-sky-600\/80:hover{outline-color:#0284c7cc}.hover\:outline-sky-600\/90:hover{outline-color:#0284c7e6}.hover\:outline-sky-600\/95:hover{outline-color:#0284c7f2}.hover\:outline-sky-600\/100:hover{outline-color:#0284c7}.hover\:outline-sky-700\/0:hover{outline-color:#0369a100}.hover\:outline-sky-700\/5:hover{outline-color:#0369a10d}.hover\:outline-sky-700\/10:hover{outline-color:#0369a11a}.hover\:outline-sky-700\/20:hover{outline-color:#0369a133}.hover\:outline-sky-700\/25:hover{outline-color:#0369a140}.hover\:outline-sky-700\/30:hover{outline-color:#0369a14d}.hover\:outline-sky-700\/40:hover{outline-color:#0369a166}.hover\:outline-sky-700\/50:hover{outline-color:#0369a180}.hover\:outline-sky-700\/60:hover{outline-color:#0369a199}.hover\:outline-sky-700\/70:hover{outline-color:#0369a1b3}.hover\:outline-sky-700\/75:hover{outline-color:#0369a1bf}.hover\:outline-sky-700\/80:hover{outline-color:#0369a1cc}.hover\:outline-sky-700\/90:hover{outline-color:#0369a1e6}.hover\:outline-sky-700\/95:hover{outline-color:#0369a1f2}.hover\:outline-sky-700\/100:hover{outline-color:#0369a1}.hover\:outline-sky-800\/0:hover{outline-color:#07598500}.hover\:outline-sky-800\/5:hover{outline-color:#0759850d}.hover\:outline-sky-800\/10:hover{outline-color:#0759851a}.hover\:outline-sky-800\/20:hover{outline-color:#07598533}.hover\:outline-sky-800\/25:hover{outline-color:#07598540}.hover\:outline-sky-800\/30:hover{outline-color:#0759854d}.hover\:outline-sky-800\/40:hover{outline-color:#07598566}.hover\:outline-sky-800\/50:hover{outline-color:#07598580}.hover\:outline-sky-800\/60:hover{outline-color:#07598599}.hover\:outline-sky-800\/70:hover{outline-color:#075985b3}.hover\:outline-sky-800\/75:hover{outline-color:#075985bf}.hover\:outline-sky-800\/80:hover{outline-color:#075985cc}.hover\:outline-sky-800\/90:hover{outline-color:#075985e6}.hover\:outline-sky-800\/95:hover{outline-color:#075985f2}.hover\:outline-sky-800\/100:hover{outline-color:#075985}.hover\:outline-sky-900\/0:hover{outline-color:#0c4a6e00}.hover\:outline-sky-900\/5:hover{outline-color:#0c4a6e0d}.hover\:outline-sky-900\/10:hover{outline-color:#0c4a6e1a}.hover\:outline-sky-900\/20:hover{outline-color:#0c4a6e33}.hover\:outline-sky-900\/25:hover{outline-color:#0c4a6e40}.hover\:outline-sky-900\/30:hover{outline-color:#0c4a6e4d}.hover\:outline-sky-900\/40:hover{outline-color:#0c4a6e66}.hover\:outline-sky-900\/50:hover{outline-color:#0c4a6e80}.hover\:outline-sky-900\/60:hover{outline-color:#0c4a6e99}.hover\:outline-sky-900\/70:hover{outline-color:#0c4a6eb3}.hover\:outline-sky-900\/75:hover{outline-color:#0c4a6ebf}.hover\:outline-sky-900\/80:hover{outline-color:#0c4a6ecc}.hover\:outline-sky-900\/90:hover{outline-color:#0c4a6ee6}.hover\:outline-sky-900\/95:hover{outline-color:#0c4a6ef2}.hover\:outline-sky-900\/100:hover{outline-color:#0c4a6e}.hover\:outline-blue-50\/0:hover{outline-color:#eff6ff00}.hover\:outline-blue-50\/5:hover{outline-color:#eff6ff0d}.hover\:outline-blue-50\/10:hover{outline-color:#eff6ff1a}.hover\:outline-blue-50\/20:hover{outline-color:#eff6ff33}.hover\:outline-blue-50\/25:hover{outline-color:#eff6ff40}.hover\:outline-blue-50\/30:hover{outline-color:#eff6ff4d}.hover\:outline-blue-50\/40:hover{outline-color:#eff6ff66}.hover\:outline-blue-50\/50:hover{outline-color:#eff6ff80}.hover\:outline-blue-50\/60:hover{outline-color:#eff6ff99}.hover\:outline-blue-50\/70:hover{outline-color:#eff6ffb3}.hover\:outline-blue-50\/75:hover{outline-color:#eff6ffbf}.hover\:outline-blue-50\/80:hover{outline-color:#eff6ffcc}.hover\:outline-blue-50\/90:hover{outline-color:#eff6ffe6}.hover\:outline-blue-50\/95:hover{outline-color:#eff6fff2}.hover\:outline-blue-50\/100:hover{outline-color:#eff6ff}.hover\:outline-blue-100\/0:hover{outline-color:#f2f3fd00}.hover\:outline-blue-100\/5:hover{outline-color:#f2f3fd0d}.hover\:outline-blue-100\/10:hover{outline-color:#f2f3fd1a}.hover\:outline-blue-100\/20:hover{outline-color:#f2f3fd33}.hover\:outline-blue-100\/25:hover{outline-color:#f2f3fd40}.hover\:outline-blue-100\/30:hover{outline-color:#f2f3fd4d}.hover\:outline-blue-100\/40:hover{outline-color:#f2f3fd66}.hover\:outline-blue-100\/50:hover{outline-color:#f2f3fd80}.hover\:outline-blue-100\/60:hover{outline-color:#f2f3fd99}.hover\:outline-blue-100\/70:hover{outline-color:#f2f3fdb3}.hover\:outline-blue-100\/75:hover{outline-color:#f2f3fdbf}.hover\:outline-blue-100\/80:hover{outline-color:#f2f3fdcc}.hover\:outline-blue-100\/90:hover{outline-color:#f2f3fde6}.hover\:outline-blue-100\/95:hover{outline-color:#f2f3fdf2}.hover\:outline-blue-100\/100:hover{outline-color:#f2f3fd}.hover\:outline-blue-200\/0:hover{outline-color:#e4e8fb00}.hover\:outline-blue-200\/5:hover{outline-color:#e4e8fb0d}.hover\:outline-blue-200\/10:hover{outline-color:#e4e8fb1a}.hover\:outline-blue-200\/20:hover{outline-color:#e4e8fb33}.hover\:outline-blue-200\/25:hover{outline-color:#e4e8fb40}.hover\:outline-blue-200\/30:hover{outline-color:#e4e8fb4d}.hover\:outline-blue-200\/40:hover{outline-color:#e4e8fb66}.hover\:outline-blue-200\/50:hover{outline-color:#e4e8fb80}.hover\:outline-blue-200\/60:hover{outline-color:#e4e8fb99}.hover\:outline-blue-200\/70:hover{outline-color:#e4e8fbb3}.hover\:outline-blue-200\/75:hover{outline-color:#e4e8fbbf}.hover\:outline-blue-200\/80:hover{outline-color:#e4e8fbcc}.hover\:outline-blue-200\/90:hover{outline-color:#e4e8fbe6}.hover\:outline-blue-200\/95:hover{outline-color:#e4e8fbf2}.hover\:outline-blue-200\/100:hover{outline-color:#e4e8fb}.hover\:outline-blue-300\/0:hover{outline-color:#c6cff700}.hover\:outline-blue-300\/5:hover{outline-color:#c6cff70d}.hover\:outline-blue-300\/10:hover{outline-color:#c6cff71a}.hover\:outline-blue-300\/20:hover{outline-color:#c6cff733}.hover\:outline-blue-300\/25:hover{outline-color:#c6cff740}.hover\:outline-blue-300\/30:hover{outline-color:#c6cff74d}.hover\:outline-blue-300\/40:hover{outline-color:#c6cff766}.hover\:outline-blue-300\/50:hover{outline-color:#c6cff780}.hover\:outline-blue-300\/60:hover{outline-color:#c6cff799}.hover\:outline-blue-300\/70:hover{outline-color:#c6cff7b3}.hover\:outline-blue-300\/75:hover{outline-color:#c6cff7bf}.hover\:outline-blue-300\/80:hover{outline-color:#c6cff7cc}.hover\:outline-blue-300\/90:hover{outline-color:#c6cff7e6}.hover\:outline-blue-300\/95:hover{outline-color:#c6cff7f2}.hover\:outline-blue-300\/100:hover{outline-color:#c6cff7}.hover\:outline-blue-400\/0:hover{outline-color:#a3b2f300}.hover\:outline-blue-400\/5:hover{outline-color:#a3b2f30d}.hover\:outline-blue-400\/10:hover{outline-color:#a3b2f31a}.hover\:outline-blue-400\/20:hover{outline-color:#a3b2f333}.hover\:outline-blue-400\/25:hover{outline-color:#a3b2f340}.hover\:outline-blue-400\/30:hover{outline-color:#a3b2f34d}.hover\:outline-blue-400\/40:hover{outline-color:#a3b2f366}.hover\:outline-blue-400\/50:hover{outline-color:#a3b2f380}.hover\:outline-blue-400\/60:hover{outline-color:#a3b2f399}.hover\:outline-blue-400\/70:hover{outline-color:#a3b2f3b3}.hover\:outline-blue-400\/75:hover{outline-color:#a3b2f3bf}.hover\:outline-blue-400\/80:hover{outline-color:#a3b2f3cc}.hover\:outline-blue-400\/90:hover{outline-color:#a3b2f3e6}.hover\:outline-blue-400\/95:hover{outline-color:#a3b2f3f2}.hover\:outline-blue-400\/100:hover{outline-color:#a3b2f3}.hover\:outline-blue-500\/0:hover{outline-color:#7690ef00}.hover\:outline-blue-500\/5:hover{outline-color:#7690ef0d}.hover\:outline-blue-500\/10:hover{outline-color:#7690ef1a}.hover\:outline-blue-500\/20:hover{outline-color:#7690ef33}.hover\:outline-blue-500\/25:hover{outline-color:#7690ef40}.hover\:outline-blue-500\/30:hover{outline-color:#7690ef4d}.hover\:outline-blue-500\/40:hover{outline-color:#7690ef66}.hover\:outline-blue-500\/50:hover{outline-color:#7690ef80}.hover\:outline-blue-500\/60:hover{outline-color:#7690ef99}.hover\:outline-blue-500\/70:hover{outline-color:#7690efb3}.hover\:outline-blue-500\/75:hover{outline-color:#7690efbf}.hover\:outline-blue-500\/80:hover{outline-color:#7690efcc}.hover\:outline-blue-500\/90:hover{outline-color:#7690efe6}.hover\:outline-blue-500\/95:hover{outline-color:#7690eff2}.hover\:outline-blue-500\/100:hover{outline-color:#7690ef}.hover\:outline-blue-600\/0:hover{outline-color:#2563eb00}.hover\:outline-blue-600\/5:hover{outline-color:#2563eb0d}.hover\:outline-blue-600\/10:hover{outline-color:#2563eb1a}.hover\:outline-blue-600\/20:hover{outline-color:#2563eb33}.hover\:outline-blue-600\/25:hover{outline-color:#2563eb40}.hover\:outline-blue-600\/30:hover{outline-color:#2563eb4d}.hover\:outline-blue-600\/40:hover{outline-color:#2563eb66}.hover\:outline-blue-600\/50:hover{outline-color:#2563eb80}.hover\:outline-blue-600\/60:hover{outline-color:#2563eb99}.hover\:outline-blue-600\/70:hover{outline-color:#2563ebb3}.hover\:outline-blue-600\/75:hover{outline-color:#2563ebbf}.hover\:outline-blue-600\/80:hover{outline-color:#2563ebcc}.hover\:outline-blue-600\/90:hover{outline-color:#2563ebe6}.hover\:outline-blue-600\/95:hover{outline-color:#2563ebf2}.hover\:outline-blue-600\/100:hover{outline-color:#2563eb}.hover\:outline-blue-700\/0:hover{outline-color:#2158d200}.hover\:outline-blue-700\/5:hover{outline-color:#2158d20d}.hover\:outline-blue-700\/10:hover{outline-color:#2158d21a}.hover\:outline-blue-700\/20:hover{outline-color:#2158d233}.hover\:outline-blue-700\/25:hover{outline-color:#2158d240}.hover\:outline-blue-700\/30:hover{outline-color:#2158d24d}.hover\:outline-blue-700\/40:hover{outline-color:#2158d266}.hover\:outline-blue-700\/50:hover{outline-color:#2158d280}.hover\:outline-blue-700\/60:hover{outline-color:#2158d299}.hover\:outline-blue-700\/70:hover{outline-color:#2158d2b3}.hover\:outline-blue-700\/75:hover{outline-color:#2158d2bf}.hover\:outline-blue-700\/80:hover{outline-color:#2158d2cc}.hover\:outline-blue-700\/90:hover{outline-color:#2158d2e6}.hover\:outline-blue-700\/95:hover{outline-color:#2158d2f2}.hover\:outline-blue-700\/100:hover{outline-color:#2158d2}.hover\:outline-blue-800\/0:hover{outline-color:#1c4cb600}.hover\:outline-blue-800\/5:hover{outline-color:#1c4cb60d}.hover\:outline-blue-800\/10:hover{outline-color:#1c4cb61a}.hover\:outline-blue-800\/20:hover{outline-color:#1c4cb633}.hover\:outline-blue-800\/25:hover{outline-color:#1c4cb640}.hover\:outline-blue-800\/30:hover{outline-color:#1c4cb64d}.hover\:outline-blue-800\/40:hover{outline-color:#1c4cb666}.hover\:outline-blue-800\/50:hover{outline-color:#1c4cb680}.hover\:outline-blue-800\/60:hover{outline-color:#1c4cb699}.hover\:outline-blue-800\/70:hover{outline-color:#1c4cb6b3}.hover\:outline-blue-800\/75:hover{outline-color:#1c4cb6bf}.hover\:outline-blue-800\/80:hover{outline-color:#1c4cb6cc}.hover\:outline-blue-800\/90:hover{outline-color:#1c4cb6e6}.hover\:outline-blue-800\/95:hover{outline-color:#1c4cb6f2}.hover\:outline-blue-800\/100:hover{outline-color:#1c4cb6}.hover\:outline-blue-900\/0:hover{outline-color:#173e9400}.hover\:outline-blue-900\/5:hover{outline-color:#173e940d}.hover\:outline-blue-900\/10:hover{outline-color:#173e941a}.hover\:outline-blue-900\/20:hover{outline-color:#173e9433}.hover\:outline-blue-900\/25:hover{outline-color:#173e9440}.hover\:outline-blue-900\/30:hover{outline-color:#173e944d}.hover\:outline-blue-900\/40:hover{outline-color:#173e9466}.hover\:outline-blue-900\/50:hover{outline-color:#173e9480}.hover\:outline-blue-900\/60:hover{outline-color:#173e9499}.hover\:outline-blue-900\/70:hover{outline-color:#173e94b3}.hover\:outline-blue-900\/75:hover{outline-color:#173e94bf}.hover\:outline-blue-900\/80:hover{outline-color:#173e94cc}.hover\:outline-blue-900\/90:hover{outline-color:#173e94e6}.hover\:outline-blue-900\/95:hover{outline-color:#173e94f2}.hover\:outline-blue-900\/100:hover{outline-color:#173e94}.hover\:outline-indigo-50\/0:hover{outline-color:#eef2ff00}.hover\:outline-indigo-50\/5:hover{outline-color:#eef2ff0d}.hover\:outline-indigo-50\/10:hover{outline-color:#eef2ff1a}.hover\:outline-indigo-50\/20:hover{outline-color:#eef2ff33}.hover\:outline-indigo-50\/25:hover{outline-color:#eef2ff40}.hover\:outline-indigo-50\/30:hover{outline-color:#eef2ff4d}.hover\:outline-indigo-50\/40:hover{outline-color:#eef2ff66}.hover\:outline-indigo-50\/50:hover{outline-color:#eef2ff80}.hover\:outline-indigo-50\/60:hover{outline-color:#eef2ff99}.hover\:outline-indigo-50\/70:hover{outline-color:#eef2ffb3}.hover\:outline-indigo-50\/75:hover{outline-color:#eef2ffbf}.hover\:outline-indigo-50\/80:hover{outline-color:#eef2ffcc}.hover\:outline-indigo-50\/90:hover{outline-color:#eef2ffe6}.hover\:outline-indigo-50\/95:hover{outline-color:#eef2fff2}.hover\:outline-indigo-50\/100:hover{outline-color:#eef2ff}.hover\:outline-indigo-100\/0:hover{outline-color:#e0e7ff00}.hover\:outline-indigo-100\/5:hover{outline-color:#e0e7ff0d}.hover\:outline-indigo-100\/10:hover{outline-color:#e0e7ff1a}.hover\:outline-indigo-100\/20:hover{outline-color:#e0e7ff33}.hover\:outline-indigo-100\/25:hover{outline-color:#e0e7ff40}.hover\:outline-indigo-100\/30:hover{outline-color:#e0e7ff4d}.hover\:outline-indigo-100\/40:hover{outline-color:#e0e7ff66}.hover\:outline-indigo-100\/50:hover{outline-color:#e0e7ff80}.hover\:outline-indigo-100\/60:hover{outline-color:#e0e7ff99}.hover\:outline-indigo-100\/70:hover{outline-color:#e0e7ffb3}.hover\:outline-indigo-100\/75:hover{outline-color:#e0e7ffbf}.hover\:outline-indigo-100\/80:hover{outline-color:#e0e7ffcc}.hover\:outline-indigo-100\/90:hover{outline-color:#e0e7ffe6}.hover\:outline-indigo-100\/95:hover{outline-color:#e0e7fff2}.hover\:outline-indigo-100\/100:hover{outline-color:#e0e7ff}.hover\:outline-indigo-200\/0:hover{outline-color:#c7d2fe00}.hover\:outline-indigo-200\/5:hover{outline-color:#c7d2fe0d}.hover\:outline-indigo-200\/10:hover{outline-color:#c7d2fe1a}.hover\:outline-indigo-200\/20:hover{outline-color:#c7d2fe33}.hover\:outline-indigo-200\/25:hover{outline-color:#c7d2fe40}.hover\:outline-indigo-200\/30:hover{outline-color:#c7d2fe4d}.hover\:outline-indigo-200\/40:hover{outline-color:#c7d2fe66}.hover\:outline-indigo-200\/50:hover{outline-color:#c7d2fe80}.hover\:outline-indigo-200\/60:hover{outline-color:#c7d2fe99}.hover\:outline-indigo-200\/70:hover{outline-color:#c7d2feb3}.hover\:outline-indigo-200\/75:hover{outline-color:#c7d2febf}.hover\:outline-indigo-200\/80:hover{outline-color:#c7d2fecc}.hover\:outline-indigo-200\/90:hover{outline-color:#c7d2fee6}.hover\:outline-indigo-200\/95:hover{outline-color:#c7d2fef2}.hover\:outline-indigo-200\/100:hover{outline-color:#c7d2fe}.hover\:outline-indigo-300\/0:hover{outline-color:#a5b4fc00}.hover\:outline-indigo-300\/5:hover{outline-color:#a5b4fc0d}.hover\:outline-indigo-300\/10:hover{outline-color:#a5b4fc1a}.hover\:outline-indigo-300\/20:hover{outline-color:#a5b4fc33}.hover\:outline-indigo-300\/25:hover{outline-color:#a5b4fc40}.hover\:outline-indigo-300\/30:hover{outline-color:#a5b4fc4d}.hover\:outline-indigo-300\/40:hover{outline-color:#a5b4fc66}.hover\:outline-indigo-300\/50:hover{outline-color:#a5b4fc80}.hover\:outline-indigo-300\/60:hover{outline-color:#a5b4fc99}.hover\:outline-indigo-300\/70:hover{outline-color:#a5b4fcb3}.hover\:outline-indigo-300\/75:hover{outline-color:#a5b4fcbf}.hover\:outline-indigo-300\/80:hover{outline-color:#a5b4fccc}.hover\:outline-indigo-300\/90:hover{outline-color:#a5b4fce6}.hover\:outline-indigo-300\/95:hover{outline-color:#a5b4fcf2}.hover\:outline-indigo-300\/100:hover{outline-color:#a5b4fc}.hover\:outline-indigo-400\/0:hover{outline-color:#818cf800}.hover\:outline-indigo-400\/5:hover{outline-color:#818cf80d}.hover\:outline-indigo-400\/10:hover{outline-color:#818cf81a}.hover\:outline-indigo-400\/20:hover{outline-color:#818cf833}.hover\:outline-indigo-400\/25:hover{outline-color:#818cf840}.hover\:outline-indigo-400\/30:hover{outline-color:#818cf84d}.hover\:outline-indigo-400\/40:hover{outline-color:#818cf866}.hover\:outline-indigo-400\/50:hover{outline-color:#818cf880}.hover\:outline-indigo-400\/60:hover{outline-color:#818cf899}.hover\:outline-indigo-400\/70:hover{outline-color:#818cf8b3}.hover\:outline-indigo-400\/75:hover{outline-color:#818cf8bf}.hover\:outline-indigo-400\/80:hover{outline-color:#818cf8cc}.hover\:outline-indigo-400\/90:hover{outline-color:#818cf8e6}.hover\:outline-indigo-400\/95:hover{outline-color:#818cf8f2}.hover\:outline-indigo-400\/100:hover{outline-color:#818cf8}.hover\:outline-indigo-500\/0:hover{outline-color:#6366f100}.hover\:outline-indigo-500\/5:hover{outline-color:#6366f10d}.hover\:outline-indigo-500\/10:hover{outline-color:#6366f11a}.hover\:outline-indigo-500\/20:hover{outline-color:#6366f133}.hover\:outline-indigo-500\/25:hover{outline-color:#6366f140}.hover\:outline-indigo-500\/30:hover{outline-color:#6366f14d}.hover\:outline-indigo-500\/40:hover{outline-color:#6366f166}.hover\:outline-indigo-500\/50:hover{outline-color:#6366f180}.hover\:outline-indigo-500\/60:hover{outline-color:#6366f199}.hover\:outline-indigo-500\/70:hover{outline-color:#6366f1b3}.hover\:outline-indigo-500\/75:hover{outline-color:#6366f1bf}.hover\:outline-indigo-500\/80:hover{outline-color:#6366f1cc}.hover\:outline-indigo-500\/90:hover{outline-color:#6366f1e6}.hover\:outline-indigo-500\/95:hover{outline-color:#6366f1f2}.hover\:outline-indigo-500\/100:hover{outline-color:#6366f1}.hover\:outline-indigo-600\/0:hover{outline-color:#4f46e500}.hover\:outline-indigo-600\/5:hover{outline-color:#4f46e50d}.hover\:outline-indigo-600\/10:hover{outline-color:#4f46e51a}.hover\:outline-indigo-600\/20:hover{outline-color:#4f46e533}.hover\:outline-indigo-600\/25:hover{outline-color:#4f46e540}.hover\:outline-indigo-600\/30:hover{outline-color:#4f46e54d}.hover\:outline-indigo-600\/40:hover{outline-color:#4f46e566}.hover\:outline-indigo-600\/50:hover{outline-color:#4f46e580}.hover\:outline-indigo-600\/60:hover{outline-color:#4f46e599}.hover\:outline-indigo-600\/70:hover{outline-color:#4f46e5b3}.hover\:outline-indigo-600\/75:hover{outline-color:#4f46e5bf}.hover\:outline-indigo-600\/80:hover{outline-color:#4f46e5cc}.hover\:outline-indigo-600\/90:hover{outline-color:#4f46e5e6}.hover\:outline-indigo-600\/95:hover{outline-color:#4f46e5f2}.hover\:outline-indigo-600\/100:hover{outline-color:#4f46e5}.hover\:outline-indigo-700\/0:hover{outline-color:#4338ca00}.hover\:outline-indigo-700\/5:hover{outline-color:#4338ca0d}.hover\:outline-indigo-700\/10:hover{outline-color:#4338ca1a}.hover\:outline-indigo-700\/20:hover{outline-color:#4338ca33}.hover\:outline-indigo-700\/25:hover{outline-color:#4338ca40}.hover\:outline-indigo-700\/30:hover{outline-color:#4338ca4d}.hover\:outline-indigo-700\/40:hover{outline-color:#4338ca66}.hover\:outline-indigo-700\/50:hover{outline-color:#4338ca80}.hover\:outline-indigo-700\/60:hover{outline-color:#4338ca99}.hover\:outline-indigo-700\/70:hover{outline-color:#4338cab3}.hover\:outline-indigo-700\/75:hover{outline-color:#4338cabf}.hover\:outline-indigo-700\/80:hover{outline-color:#4338cacc}.hover\:outline-indigo-700\/90:hover{outline-color:#4338cae6}.hover\:outline-indigo-700\/95:hover{outline-color:#4338caf2}.hover\:outline-indigo-700\/100:hover{outline-color:#4338ca}.hover\:outline-indigo-800\/0:hover{outline-color:#3730a300}.hover\:outline-indigo-800\/5:hover{outline-color:#3730a30d}.hover\:outline-indigo-800\/10:hover{outline-color:#3730a31a}.hover\:outline-indigo-800\/20:hover{outline-color:#3730a333}.hover\:outline-indigo-800\/25:hover{outline-color:#3730a340}.hover\:outline-indigo-800\/30:hover{outline-color:#3730a34d}.hover\:outline-indigo-800\/40:hover{outline-color:#3730a366}.hover\:outline-indigo-800\/50:hover{outline-color:#3730a380}.hover\:outline-indigo-800\/60:hover{outline-color:#3730a399}.hover\:outline-indigo-800\/70:hover{outline-color:#3730a3b3}.hover\:outline-indigo-800\/75:hover{outline-color:#3730a3bf}.hover\:outline-indigo-800\/80:hover{outline-color:#3730a3cc}.hover\:outline-indigo-800\/90:hover{outline-color:#3730a3e6}.hover\:outline-indigo-800\/95:hover{outline-color:#3730a3f2}.hover\:outline-indigo-800\/100:hover{outline-color:#3730a3}.hover\:outline-indigo-900\/0:hover{outline-color:#312e8100}.hover\:outline-indigo-900\/5:hover{outline-color:#312e810d}.hover\:outline-indigo-900\/10:hover{outline-color:#312e811a}.hover\:outline-indigo-900\/20:hover{outline-color:#312e8133}.hover\:outline-indigo-900\/25:hover{outline-color:#312e8140}.hover\:outline-indigo-900\/30:hover{outline-color:#312e814d}.hover\:outline-indigo-900\/40:hover{outline-color:#312e8166}.hover\:outline-indigo-900\/50:hover{outline-color:#312e8180}.hover\:outline-indigo-900\/60:hover{outline-color:#312e8199}.hover\:outline-indigo-900\/70:hover{outline-color:#312e81b3}.hover\:outline-indigo-900\/75:hover{outline-color:#312e81bf}.hover\:outline-indigo-900\/80:hover{outline-color:#312e81cc}.hover\:outline-indigo-900\/90:hover{outline-color:#312e81e6}.hover\:outline-indigo-900\/95:hover{outline-color:#312e81f2}.hover\:outline-indigo-900\/100:hover{outline-color:#312e81}.hover\:outline-violet-50\/0:hover{outline-color:#f5f3ff00}.hover\:outline-violet-50\/5:hover{outline-color:#f5f3ff0d}.hover\:outline-violet-50\/10:hover{outline-color:#f5f3ff1a}.hover\:outline-violet-50\/20:hover{outline-color:#f5f3ff33}.hover\:outline-violet-50\/25:hover{outline-color:#f5f3ff40}.hover\:outline-violet-50\/30:hover{outline-color:#f5f3ff4d}.hover\:outline-violet-50\/40:hover{outline-color:#f5f3ff66}.hover\:outline-violet-50\/50:hover{outline-color:#f5f3ff80}.hover\:outline-violet-50\/60:hover{outline-color:#f5f3ff99}.hover\:outline-violet-50\/70:hover{outline-color:#f5f3ffb3}.hover\:outline-violet-50\/75:hover{outline-color:#f5f3ffbf}.hover\:outline-violet-50\/80:hover{outline-color:#f5f3ffcc}.hover\:outline-violet-50\/90:hover{outline-color:#f5f3ffe6}.hover\:outline-violet-50\/95:hover{outline-color:#f5f3fff2}.hover\:outline-violet-50\/100:hover{outline-color:#f5f3ff}.hover\:outline-violet-100\/0:hover{outline-color:#ede9fe00}.hover\:outline-violet-100\/5:hover{outline-color:#ede9fe0d}.hover\:outline-violet-100\/10:hover{outline-color:#ede9fe1a}.hover\:outline-violet-100\/20:hover{outline-color:#ede9fe33}.hover\:outline-violet-100\/25:hover{outline-color:#ede9fe40}.hover\:outline-violet-100\/30:hover{outline-color:#ede9fe4d}.hover\:outline-violet-100\/40:hover{outline-color:#ede9fe66}.hover\:outline-violet-100\/50:hover{outline-color:#ede9fe80}.hover\:outline-violet-100\/60:hover{outline-color:#ede9fe99}.hover\:outline-violet-100\/70:hover{outline-color:#ede9feb3}.hover\:outline-violet-100\/75:hover{outline-color:#ede9febf}.hover\:outline-violet-100\/80:hover{outline-color:#ede9fecc}.hover\:outline-violet-100\/90:hover{outline-color:#ede9fee6}.hover\:outline-violet-100\/95:hover{outline-color:#ede9fef2}.hover\:outline-violet-100\/100:hover{outline-color:#ede9fe}.hover\:outline-violet-200\/0:hover{outline-color:#ddd6fe00}.hover\:outline-violet-200\/5:hover{outline-color:#ddd6fe0d}.hover\:outline-violet-200\/10:hover{outline-color:#ddd6fe1a}.hover\:outline-violet-200\/20:hover{outline-color:#ddd6fe33}.hover\:outline-violet-200\/25:hover{outline-color:#ddd6fe40}.hover\:outline-violet-200\/30:hover{outline-color:#ddd6fe4d}.hover\:outline-violet-200\/40:hover{outline-color:#ddd6fe66}.hover\:outline-violet-200\/50:hover{outline-color:#ddd6fe80}.hover\:outline-violet-200\/60:hover{outline-color:#ddd6fe99}.hover\:outline-violet-200\/70:hover{outline-color:#ddd6feb3}.hover\:outline-violet-200\/75:hover{outline-color:#ddd6febf}.hover\:outline-violet-200\/80:hover{outline-color:#ddd6fecc}.hover\:outline-violet-200\/90:hover{outline-color:#ddd6fee6}.hover\:outline-violet-200\/95:hover{outline-color:#ddd6fef2}.hover\:outline-violet-200\/100:hover{outline-color:#ddd6fe}.hover\:outline-violet-300\/0:hover{outline-color:#c4b5fd00}.hover\:outline-violet-300\/5:hover{outline-color:#c4b5fd0d}.hover\:outline-violet-300\/10:hover{outline-color:#c4b5fd1a}.hover\:outline-violet-300\/20:hover{outline-color:#c4b5fd33}.hover\:outline-violet-300\/25:hover{outline-color:#c4b5fd40}.hover\:outline-violet-300\/30:hover{outline-color:#c4b5fd4d}.hover\:outline-violet-300\/40:hover{outline-color:#c4b5fd66}.hover\:outline-violet-300\/50:hover{outline-color:#c4b5fd80}.hover\:outline-violet-300\/60:hover{outline-color:#c4b5fd99}.hover\:outline-violet-300\/70:hover{outline-color:#c4b5fdb3}.hover\:outline-violet-300\/75:hover{outline-color:#c4b5fdbf}.hover\:outline-violet-300\/80:hover{outline-color:#c4b5fdcc}.hover\:outline-violet-300\/90:hover{outline-color:#c4b5fde6}.hover\:outline-violet-300\/95:hover{outline-color:#c4b5fdf2}.hover\:outline-violet-300\/100:hover{outline-color:#c4b5fd}.hover\:outline-violet-400\/0:hover{outline-color:#a78bfa00}.hover\:outline-violet-400\/5:hover{outline-color:#a78bfa0d}.hover\:outline-violet-400\/10:hover{outline-color:#a78bfa1a}.hover\:outline-violet-400\/20:hover{outline-color:#a78bfa33}.hover\:outline-violet-400\/25:hover{outline-color:#a78bfa40}.hover\:outline-violet-400\/30:hover{outline-color:#a78bfa4d}.hover\:outline-violet-400\/40:hover{outline-color:#a78bfa66}.hover\:outline-violet-400\/50:hover{outline-color:#a78bfa80}.hover\:outline-violet-400\/60:hover{outline-color:#a78bfa99}.hover\:outline-violet-400\/70:hover{outline-color:#a78bfab3}.hover\:outline-violet-400\/75:hover{outline-color:#a78bfabf}.hover\:outline-violet-400\/80:hover{outline-color:#a78bfacc}.hover\:outline-violet-400\/90:hover{outline-color:#a78bfae6}.hover\:outline-violet-400\/95:hover{outline-color:#a78bfaf2}.hover\:outline-violet-400\/100:hover{outline-color:#a78bfa}.hover\:outline-violet-500\/0:hover{outline-color:#8b5cf600}.hover\:outline-violet-500\/5:hover{outline-color:#8b5cf60d}.hover\:outline-violet-500\/10:hover{outline-color:#8b5cf61a}.hover\:outline-violet-500\/20:hover{outline-color:#8b5cf633}.hover\:outline-violet-500\/25:hover{outline-color:#8b5cf640}.hover\:outline-violet-500\/30:hover{outline-color:#8b5cf64d}.hover\:outline-violet-500\/40:hover{outline-color:#8b5cf666}.hover\:outline-violet-500\/50:hover{outline-color:#8b5cf680}.hover\:outline-violet-500\/60:hover{outline-color:#8b5cf699}.hover\:outline-violet-500\/70:hover{outline-color:#8b5cf6b3}.hover\:outline-violet-500\/75:hover{outline-color:#8b5cf6bf}.hover\:outline-violet-500\/80:hover{outline-color:#8b5cf6cc}.hover\:outline-violet-500\/90:hover{outline-color:#8b5cf6e6}.hover\:outline-violet-500\/95:hover{outline-color:#8b5cf6f2}.hover\:outline-violet-500\/100:hover{outline-color:#8b5cf6}.hover\:outline-violet-600\/0:hover{outline-color:#7c3aed00}.hover\:outline-violet-600\/5:hover{outline-color:#7c3aed0d}.hover\:outline-violet-600\/10:hover{outline-color:#7c3aed1a}.hover\:outline-violet-600\/20:hover{outline-color:#7c3aed33}.hover\:outline-violet-600\/25:hover{outline-color:#7c3aed40}.hover\:outline-violet-600\/30:hover{outline-color:#7c3aed4d}.hover\:outline-violet-600\/40:hover{outline-color:#7c3aed66}.hover\:outline-violet-600\/50:hover{outline-color:#7c3aed80}.hover\:outline-violet-600\/60:hover{outline-color:#7c3aed99}.hover\:outline-violet-600\/70:hover{outline-color:#7c3aedb3}.hover\:outline-violet-600\/75:hover{outline-color:#7c3aedbf}.hover\:outline-violet-600\/80:hover{outline-color:#7c3aedcc}.hover\:outline-violet-600\/90:hover{outline-color:#7c3aede6}.hover\:outline-violet-600\/95:hover{outline-color:#7c3aedf2}.hover\:outline-violet-600\/100:hover{outline-color:#7c3aed}.hover\:outline-violet-700\/0:hover{outline-color:#6d28d900}.hover\:outline-violet-700\/5:hover{outline-color:#6d28d90d}.hover\:outline-violet-700\/10:hover{outline-color:#6d28d91a}.hover\:outline-violet-700\/20:hover{outline-color:#6d28d933}.hover\:outline-violet-700\/25:hover{outline-color:#6d28d940}.hover\:outline-violet-700\/30:hover{outline-color:#6d28d94d}.hover\:outline-violet-700\/40:hover{outline-color:#6d28d966}.hover\:outline-violet-700\/50:hover{outline-color:#6d28d980}.hover\:outline-violet-700\/60:hover{outline-color:#6d28d999}.hover\:outline-violet-700\/70:hover{outline-color:#6d28d9b3}.hover\:outline-violet-700\/75:hover{outline-color:#6d28d9bf}.hover\:outline-violet-700\/80:hover{outline-color:#6d28d9cc}.hover\:outline-violet-700\/90:hover{outline-color:#6d28d9e6}.hover\:outline-violet-700\/95:hover{outline-color:#6d28d9f2}.hover\:outline-violet-700\/100:hover{outline-color:#6d28d9}.hover\:outline-violet-800\/0:hover{outline-color:#5b21b600}.hover\:outline-violet-800\/5:hover{outline-color:#5b21b60d}.hover\:outline-violet-800\/10:hover{outline-color:#5b21b61a}.hover\:outline-violet-800\/20:hover{outline-color:#5b21b633}.hover\:outline-violet-800\/25:hover{outline-color:#5b21b640}.hover\:outline-violet-800\/30:hover{outline-color:#5b21b64d}.hover\:outline-violet-800\/40:hover{outline-color:#5b21b666}.hover\:outline-violet-800\/50:hover{outline-color:#5b21b680}.hover\:outline-violet-800\/60:hover{outline-color:#5b21b699}.hover\:outline-violet-800\/70:hover{outline-color:#5b21b6b3}.hover\:outline-violet-800\/75:hover{outline-color:#5b21b6bf}.hover\:outline-violet-800\/80:hover{outline-color:#5b21b6cc}.hover\:outline-violet-800\/90:hover{outline-color:#5b21b6e6}.hover\:outline-violet-800\/95:hover{outline-color:#5b21b6f2}.hover\:outline-violet-800\/100:hover{outline-color:#5b21b6}.hover\:outline-violet-900\/0:hover{outline-color:#4c1d9500}.hover\:outline-violet-900\/5:hover{outline-color:#4c1d950d}.hover\:outline-violet-900\/10:hover{outline-color:#4c1d951a}.hover\:outline-violet-900\/20:hover{outline-color:#4c1d9533}.hover\:outline-violet-900\/25:hover{outline-color:#4c1d9540}.hover\:outline-violet-900\/30:hover{outline-color:#4c1d954d}.hover\:outline-violet-900\/40:hover{outline-color:#4c1d9566}.hover\:outline-violet-900\/50:hover{outline-color:#4c1d9580}.hover\:outline-violet-900\/60:hover{outline-color:#4c1d9599}.hover\:outline-violet-900\/70:hover{outline-color:#4c1d95b3}.hover\:outline-violet-900\/75:hover{outline-color:#4c1d95bf}.hover\:outline-violet-900\/80:hover{outline-color:#4c1d95cc}.hover\:outline-violet-900\/90:hover{outline-color:#4c1d95e6}.hover\:outline-violet-900\/95:hover{outline-color:#4c1d95f2}.hover\:outline-violet-900\/100:hover{outline-color:#4c1d95}.hover\:outline-fuchsia-50\/0:hover{outline-color:#fdf4ff00}.hover\:outline-fuchsia-50\/5:hover{outline-color:#fdf4ff0d}.hover\:outline-fuchsia-50\/10:hover{outline-color:#fdf4ff1a}.hover\:outline-fuchsia-50\/20:hover{outline-color:#fdf4ff33}.hover\:outline-fuchsia-50\/25:hover{outline-color:#fdf4ff40}.hover\:outline-fuchsia-50\/30:hover{outline-color:#fdf4ff4d}.hover\:outline-fuchsia-50\/40:hover{outline-color:#fdf4ff66}.hover\:outline-fuchsia-50\/50:hover{outline-color:#fdf4ff80}.hover\:outline-fuchsia-50\/60:hover{outline-color:#fdf4ff99}.hover\:outline-fuchsia-50\/70:hover{outline-color:#fdf4ffb3}.hover\:outline-fuchsia-50\/75:hover{outline-color:#fdf4ffbf}.hover\:outline-fuchsia-50\/80:hover{outline-color:#fdf4ffcc}.hover\:outline-fuchsia-50\/90:hover{outline-color:#fdf4ffe6}.hover\:outline-fuchsia-50\/95:hover{outline-color:#fdf4fff2}.hover\:outline-fuchsia-50\/100:hover{outline-color:#fdf4ff}.hover\:outline-fuchsia-100\/0:hover{outline-color:#fae8ff00}.hover\:outline-fuchsia-100\/5:hover{outline-color:#fae8ff0d}.hover\:outline-fuchsia-100\/10:hover{outline-color:#fae8ff1a}.hover\:outline-fuchsia-100\/20:hover{outline-color:#fae8ff33}.hover\:outline-fuchsia-100\/25:hover{outline-color:#fae8ff40}.hover\:outline-fuchsia-100\/30:hover{outline-color:#fae8ff4d}.hover\:outline-fuchsia-100\/40:hover{outline-color:#fae8ff66}.hover\:outline-fuchsia-100\/50:hover{outline-color:#fae8ff80}.hover\:outline-fuchsia-100\/60:hover{outline-color:#fae8ff99}.hover\:outline-fuchsia-100\/70:hover{outline-color:#fae8ffb3}.hover\:outline-fuchsia-100\/75:hover{outline-color:#fae8ffbf}.hover\:outline-fuchsia-100\/80:hover{outline-color:#fae8ffcc}.hover\:outline-fuchsia-100\/90:hover{outline-color:#fae8ffe6}.hover\:outline-fuchsia-100\/95:hover{outline-color:#fae8fff2}.hover\:outline-fuchsia-100\/100:hover{outline-color:#fae8ff}.hover\:outline-fuchsia-200\/0:hover{outline-color:#f5d0fe00}.hover\:outline-fuchsia-200\/5:hover{outline-color:#f5d0fe0d}.hover\:outline-fuchsia-200\/10:hover{outline-color:#f5d0fe1a}.hover\:outline-fuchsia-200\/20:hover{outline-color:#f5d0fe33}.hover\:outline-fuchsia-200\/25:hover{outline-color:#f5d0fe40}.hover\:outline-fuchsia-200\/30:hover{outline-color:#f5d0fe4d}.hover\:outline-fuchsia-200\/40:hover{outline-color:#f5d0fe66}.hover\:outline-fuchsia-200\/50:hover{outline-color:#f5d0fe80}.hover\:outline-fuchsia-200\/60:hover{outline-color:#f5d0fe99}.hover\:outline-fuchsia-200\/70:hover{outline-color:#f5d0feb3}.hover\:outline-fuchsia-200\/75:hover{outline-color:#f5d0febf}.hover\:outline-fuchsia-200\/80:hover{outline-color:#f5d0fecc}.hover\:outline-fuchsia-200\/90:hover{outline-color:#f5d0fee6}.hover\:outline-fuchsia-200\/95:hover{outline-color:#f5d0fef2}.hover\:outline-fuchsia-200\/100:hover{outline-color:#f5d0fe}.hover\:outline-fuchsia-300\/0:hover{outline-color:#f0abfc00}.hover\:outline-fuchsia-300\/5:hover{outline-color:#f0abfc0d}.hover\:outline-fuchsia-300\/10:hover{outline-color:#f0abfc1a}.hover\:outline-fuchsia-300\/20:hover{outline-color:#f0abfc33}.hover\:outline-fuchsia-300\/25:hover{outline-color:#f0abfc40}.hover\:outline-fuchsia-300\/30:hover{outline-color:#f0abfc4d}.hover\:outline-fuchsia-300\/40:hover{outline-color:#f0abfc66}.hover\:outline-fuchsia-300\/50:hover{outline-color:#f0abfc80}.hover\:outline-fuchsia-300\/60:hover{outline-color:#f0abfc99}.hover\:outline-fuchsia-300\/70:hover{outline-color:#f0abfcb3}.hover\:outline-fuchsia-300\/75:hover{outline-color:#f0abfcbf}.hover\:outline-fuchsia-300\/80:hover{outline-color:#f0abfccc}.hover\:outline-fuchsia-300\/90:hover{outline-color:#f0abfce6}.hover\:outline-fuchsia-300\/95:hover{outline-color:#f0abfcf2}.hover\:outline-fuchsia-300\/100:hover{outline-color:#f0abfc}.hover\:outline-fuchsia-400\/0:hover{outline-color:#e879f900}.hover\:outline-fuchsia-400\/5:hover{outline-color:#e879f90d}.hover\:outline-fuchsia-400\/10:hover{outline-color:#e879f91a}.hover\:outline-fuchsia-400\/20:hover{outline-color:#e879f933}.hover\:outline-fuchsia-400\/25:hover{outline-color:#e879f940}.hover\:outline-fuchsia-400\/30:hover{outline-color:#e879f94d}.hover\:outline-fuchsia-400\/40:hover{outline-color:#e879f966}.hover\:outline-fuchsia-400\/50:hover{outline-color:#e879f980}.hover\:outline-fuchsia-400\/60:hover{outline-color:#e879f999}.hover\:outline-fuchsia-400\/70:hover{outline-color:#e879f9b3}.hover\:outline-fuchsia-400\/75:hover{outline-color:#e879f9bf}.hover\:outline-fuchsia-400\/80:hover{outline-color:#e879f9cc}.hover\:outline-fuchsia-400\/90:hover{outline-color:#e879f9e6}.hover\:outline-fuchsia-400\/95:hover{outline-color:#e879f9f2}.hover\:outline-fuchsia-400\/100:hover{outline-color:#e879f9}.hover\:outline-fuchsia-500\/0:hover{outline-color:#d946ef00}.hover\:outline-fuchsia-500\/5:hover{outline-color:#d946ef0d}.hover\:outline-fuchsia-500\/10:hover{outline-color:#d946ef1a}.hover\:outline-fuchsia-500\/20:hover{outline-color:#d946ef33}.hover\:outline-fuchsia-500\/25:hover{outline-color:#d946ef40}.hover\:outline-fuchsia-500\/30:hover{outline-color:#d946ef4d}.hover\:outline-fuchsia-500\/40:hover{outline-color:#d946ef66}.hover\:outline-fuchsia-500\/50:hover{outline-color:#d946ef80}.hover\:outline-fuchsia-500\/60:hover{outline-color:#d946ef99}.hover\:outline-fuchsia-500\/70:hover{outline-color:#d946efb3}.hover\:outline-fuchsia-500\/75:hover{outline-color:#d946efbf}.hover\:outline-fuchsia-500\/80:hover{outline-color:#d946efcc}.hover\:outline-fuchsia-500\/90:hover{outline-color:#d946efe6}.hover\:outline-fuchsia-500\/95:hover{outline-color:#d946eff2}.hover\:outline-fuchsia-500\/100:hover{outline-color:#d946ef}.hover\:outline-fuchsia-600\/0:hover{outline-color:#c026d300}.hover\:outline-fuchsia-600\/5:hover{outline-color:#c026d30d}.hover\:outline-fuchsia-600\/10:hover{outline-color:#c026d31a}.hover\:outline-fuchsia-600\/20:hover{outline-color:#c026d333}.hover\:outline-fuchsia-600\/25:hover{outline-color:#c026d340}.hover\:outline-fuchsia-600\/30:hover{outline-color:#c026d34d}.hover\:outline-fuchsia-600\/40:hover{outline-color:#c026d366}.hover\:outline-fuchsia-600\/50:hover{outline-color:#c026d380}.hover\:outline-fuchsia-600\/60:hover{outline-color:#c026d399}.hover\:outline-fuchsia-600\/70:hover{outline-color:#c026d3b3}.hover\:outline-fuchsia-600\/75:hover{outline-color:#c026d3bf}.hover\:outline-fuchsia-600\/80:hover{outline-color:#c026d3cc}.hover\:outline-fuchsia-600\/90:hover{outline-color:#c026d3e6}.hover\:outline-fuchsia-600\/95:hover{outline-color:#c026d3f2}.hover\:outline-fuchsia-600\/100:hover{outline-color:#c026d3}.hover\:outline-fuchsia-700\/0:hover{outline-color:#a21caf00}.hover\:outline-fuchsia-700\/5:hover{outline-color:#a21caf0d}.hover\:outline-fuchsia-700\/10:hover{outline-color:#a21caf1a}.hover\:outline-fuchsia-700\/20:hover{outline-color:#a21caf33}.hover\:outline-fuchsia-700\/25:hover{outline-color:#a21caf40}.hover\:outline-fuchsia-700\/30:hover{outline-color:#a21caf4d}.hover\:outline-fuchsia-700\/40:hover{outline-color:#a21caf66}.hover\:outline-fuchsia-700\/50:hover{outline-color:#a21caf80}.hover\:outline-fuchsia-700\/60:hover{outline-color:#a21caf99}.hover\:outline-fuchsia-700\/70:hover{outline-color:#a21cafb3}.hover\:outline-fuchsia-700\/75:hover{outline-color:#a21cafbf}.hover\:outline-fuchsia-700\/80:hover{outline-color:#a21cafcc}.hover\:outline-fuchsia-700\/90:hover{outline-color:#a21cafe6}.hover\:outline-fuchsia-700\/95:hover{outline-color:#a21caff2}.hover\:outline-fuchsia-700\/100:hover{outline-color:#a21caf}.hover\:outline-fuchsia-800\/0:hover{outline-color:#86198f00}.hover\:outline-fuchsia-800\/5:hover{outline-color:#86198f0d}.hover\:outline-fuchsia-800\/10:hover{outline-color:#86198f1a}.hover\:outline-fuchsia-800\/20:hover{outline-color:#86198f33}.hover\:outline-fuchsia-800\/25:hover{outline-color:#86198f40}.hover\:outline-fuchsia-800\/30:hover{outline-color:#86198f4d}.hover\:outline-fuchsia-800\/40:hover{outline-color:#86198f66}.hover\:outline-fuchsia-800\/50:hover{outline-color:#86198f80}.hover\:outline-fuchsia-800\/60:hover{outline-color:#86198f99}.hover\:outline-fuchsia-800\/70:hover{outline-color:#86198fb3}.hover\:outline-fuchsia-800\/75:hover{outline-color:#86198fbf}.hover\:outline-fuchsia-800\/80:hover{outline-color:#86198fcc}.hover\:outline-fuchsia-800\/90:hover{outline-color:#86198fe6}.hover\:outline-fuchsia-800\/95:hover{outline-color:#86198ff2}.hover\:outline-fuchsia-800\/100:hover{outline-color:#86198f}.hover\:outline-fuchsia-900\/0:hover{outline-color:#701a7500}.hover\:outline-fuchsia-900\/5:hover{outline-color:#701a750d}.hover\:outline-fuchsia-900\/10:hover{outline-color:#701a751a}.hover\:outline-fuchsia-900\/20:hover{outline-color:#701a7533}.hover\:outline-fuchsia-900\/25:hover{outline-color:#701a7540}.hover\:outline-fuchsia-900\/30:hover{outline-color:#701a754d}.hover\:outline-fuchsia-900\/40:hover{outline-color:#701a7566}.hover\:outline-fuchsia-900\/50:hover{outline-color:#701a7580}.hover\:outline-fuchsia-900\/60:hover{outline-color:#701a7599}.hover\:outline-fuchsia-900\/70:hover{outline-color:#701a75b3}.hover\:outline-fuchsia-900\/75:hover{outline-color:#701a75bf}.hover\:outline-fuchsia-900\/80:hover{outline-color:#701a75cc}.hover\:outline-fuchsia-900\/90:hover{outline-color:#701a75e6}.hover\:outline-fuchsia-900\/95:hover{outline-color:#701a75f2}.hover\:outline-fuchsia-900\/100:hover{outline-color:#701a75}.hover\:outline-pink-50\/0:hover{outline-color:#fdf2f800}.hover\:outline-pink-50\/5:hover{outline-color:#fdf2f80d}.hover\:outline-pink-50\/10:hover{outline-color:#fdf2f81a}.hover\:outline-pink-50\/20:hover{outline-color:#fdf2f833}.hover\:outline-pink-50\/25:hover{outline-color:#fdf2f840}.hover\:outline-pink-50\/30:hover{outline-color:#fdf2f84d}.hover\:outline-pink-50\/40:hover{outline-color:#fdf2f866}.hover\:outline-pink-50\/50:hover{outline-color:#fdf2f880}.hover\:outline-pink-50\/60:hover{outline-color:#fdf2f899}.hover\:outline-pink-50\/70:hover{outline-color:#fdf2f8b3}.hover\:outline-pink-50\/75:hover{outline-color:#fdf2f8bf}.hover\:outline-pink-50\/80:hover{outline-color:#fdf2f8cc}.hover\:outline-pink-50\/90:hover{outline-color:#fdf2f8e6}.hover\:outline-pink-50\/95:hover{outline-color:#fdf2f8f2}.hover\:outline-pink-50\/100:hover{outline-color:#fdf2f8}.hover\:outline-pink-100\/0:hover{outline-color:#fce7f300}.hover\:outline-pink-100\/5:hover{outline-color:#fce7f30d}.hover\:outline-pink-100\/10:hover{outline-color:#fce7f31a}.hover\:outline-pink-100\/20:hover{outline-color:#fce7f333}.hover\:outline-pink-100\/25:hover{outline-color:#fce7f340}.hover\:outline-pink-100\/30:hover{outline-color:#fce7f34d}.hover\:outline-pink-100\/40:hover{outline-color:#fce7f366}.hover\:outline-pink-100\/50:hover{outline-color:#fce7f380}.hover\:outline-pink-100\/60:hover{outline-color:#fce7f399}.hover\:outline-pink-100\/70:hover{outline-color:#fce7f3b3}.hover\:outline-pink-100\/75:hover{outline-color:#fce7f3bf}.hover\:outline-pink-100\/80:hover{outline-color:#fce7f3cc}.hover\:outline-pink-100\/90:hover{outline-color:#fce7f3e6}.hover\:outline-pink-100\/95:hover{outline-color:#fce7f3f2}.hover\:outline-pink-100\/100:hover{outline-color:#fce7f3}.hover\:outline-pink-200\/0:hover{outline-color:#fbcfe800}.hover\:outline-pink-200\/5:hover{outline-color:#fbcfe80d}.hover\:outline-pink-200\/10:hover{outline-color:#fbcfe81a}.hover\:outline-pink-200\/20:hover{outline-color:#fbcfe833}.hover\:outline-pink-200\/25:hover{outline-color:#fbcfe840}.hover\:outline-pink-200\/30:hover{outline-color:#fbcfe84d}.hover\:outline-pink-200\/40:hover{outline-color:#fbcfe866}.hover\:outline-pink-200\/50:hover{outline-color:#fbcfe880}.hover\:outline-pink-200\/60:hover{outline-color:#fbcfe899}.hover\:outline-pink-200\/70:hover{outline-color:#fbcfe8b3}.hover\:outline-pink-200\/75:hover{outline-color:#fbcfe8bf}.hover\:outline-pink-200\/80:hover{outline-color:#fbcfe8cc}.hover\:outline-pink-200\/90:hover{outline-color:#fbcfe8e6}.hover\:outline-pink-200\/95:hover{outline-color:#fbcfe8f2}.hover\:outline-pink-200\/100:hover{outline-color:#fbcfe8}.hover\:outline-pink-300\/0:hover{outline-color:#f9a8d400}.hover\:outline-pink-300\/5:hover{outline-color:#f9a8d40d}.hover\:outline-pink-300\/10:hover{outline-color:#f9a8d41a}.hover\:outline-pink-300\/20:hover{outline-color:#f9a8d433}.hover\:outline-pink-300\/25:hover{outline-color:#f9a8d440}.hover\:outline-pink-300\/30:hover{outline-color:#f9a8d44d}.hover\:outline-pink-300\/40:hover{outline-color:#f9a8d466}.hover\:outline-pink-300\/50:hover{outline-color:#f9a8d480}.hover\:outline-pink-300\/60:hover{outline-color:#f9a8d499}.hover\:outline-pink-300\/70:hover{outline-color:#f9a8d4b3}.hover\:outline-pink-300\/75:hover{outline-color:#f9a8d4bf}.hover\:outline-pink-300\/80:hover{outline-color:#f9a8d4cc}.hover\:outline-pink-300\/90:hover{outline-color:#f9a8d4e6}.hover\:outline-pink-300\/95:hover{outline-color:#f9a8d4f2}.hover\:outline-pink-300\/100:hover{outline-color:#f9a8d4}.hover\:outline-pink-400\/0:hover{outline-color:#f472b600}.hover\:outline-pink-400\/5:hover{outline-color:#f472b60d}.hover\:outline-pink-400\/10:hover{outline-color:#f472b61a}.hover\:outline-pink-400\/20:hover{outline-color:#f472b633}.hover\:outline-pink-400\/25:hover{outline-color:#f472b640}.hover\:outline-pink-400\/30:hover{outline-color:#f472b64d}.hover\:outline-pink-400\/40:hover{outline-color:#f472b666}.hover\:outline-pink-400\/50:hover{outline-color:#f472b680}.hover\:outline-pink-400\/60:hover{outline-color:#f472b699}.hover\:outline-pink-400\/70:hover{outline-color:#f472b6b3}.hover\:outline-pink-400\/75:hover{outline-color:#f472b6bf}.hover\:outline-pink-400\/80:hover{outline-color:#f472b6cc}.hover\:outline-pink-400\/90:hover{outline-color:#f472b6e6}.hover\:outline-pink-400\/95:hover{outline-color:#f472b6f2}.hover\:outline-pink-400\/100:hover{outline-color:#f472b6}.hover\:outline-pink-500\/0:hover{outline-color:#ec489900}.hover\:outline-pink-500\/5:hover{outline-color:#ec48990d}.hover\:outline-pink-500\/10:hover{outline-color:#ec48991a}.hover\:outline-pink-500\/20:hover{outline-color:#ec489933}.hover\:outline-pink-500\/25:hover{outline-color:#ec489940}.hover\:outline-pink-500\/30:hover{outline-color:#ec48994d}.hover\:outline-pink-500\/40:hover{outline-color:#ec489966}.hover\:outline-pink-500\/50:hover{outline-color:#ec489980}.hover\:outline-pink-500\/60:hover{outline-color:#ec489999}.hover\:outline-pink-500\/70:hover{outline-color:#ec4899b3}.hover\:outline-pink-500\/75:hover{outline-color:#ec4899bf}.hover\:outline-pink-500\/80:hover{outline-color:#ec4899cc}.hover\:outline-pink-500\/90:hover{outline-color:#ec4899e6}.hover\:outline-pink-500\/95:hover{outline-color:#ec4899f2}.hover\:outline-pink-500\/100:hover{outline-color:#ec4899}.hover\:outline-pink-600\/0:hover{outline-color:#db277700}.hover\:outline-pink-600\/5:hover{outline-color:#db27770d}.hover\:outline-pink-600\/10:hover{outline-color:#db27771a}.hover\:outline-pink-600\/20:hover{outline-color:#db277733}.hover\:outline-pink-600\/25:hover{outline-color:#db277740}.hover\:outline-pink-600\/30:hover{outline-color:#db27774d}.hover\:outline-pink-600\/40:hover{outline-color:#db277766}.hover\:outline-pink-600\/50:hover{outline-color:#db277780}.hover\:outline-pink-600\/60:hover{outline-color:#db277799}.hover\:outline-pink-600\/70:hover{outline-color:#db2777b3}.hover\:outline-pink-600\/75:hover{outline-color:#db2777bf}.hover\:outline-pink-600\/80:hover{outline-color:#db2777cc}.hover\:outline-pink-600\/90:hover{outline-color:#db2777e6}.hover\:outline-pink-600\/95:hover{outline-color:#db2777f2}.hover\:outline-pink-600\/100:hover{outline-color:#db2777}.hover\:outline-pink-700\/0:hover{outline-color:#be185d00}.hover\:outline-pink-700\/5:hover{outline-color:#be185d0d}.hover\:outline-pink-700\/10:hover{outline-color:#be185d1a}.hover\:outline-pink-700\/20:hover{outline-color:#be185d33}.hover\:outline-pink-700\/25:hover{outline-color:#be185d40}.hover\:outline-pink-700\/30:hover{outline-color:#be185d4d}.hover\:outline-pink-700\/40:hover{outline-color:#be185d66}.hover\:outline-pink-700\/50:hover{outline-color:#be185d80}.hover\:outline-pink-700\/60:hover{outline-color:#be185d99}.hover\:outline-pink-700\/70:hover{outline-color:#be185db3}.hover\:outline-pink-700\/75:hover{outline-color:#be185dbf}.hover\:outline-pink-700\/80:hover{outline-color:#be185dcc}.hover\:outline-pink-700\/90:hover{outline-color:#be185de6}.hover\:outline-pink-700\/95:hover{outline-color:#be185df2}.hover\:outline-pink-700\/100:hover{outline-color:#be185d}.hover\:outline-pink-800\/0:hover{outline-color:#9d174d00}.hover\:outline-pink-800\/5:hover{outline-color:#9d174d0d}.hover\:outline-pink-800\/10:hover{outline-color:#9d174d1a}.hover\:outline-pink-800\/20:hover{outline-color:#9d174d33}.hover\:outline-pink-800\/25:hover{outline-color:#9d174d40}.hover\:outline-pink-800\/30:hover{outline-color:#9d174d4d}.hover\:outline-pink-800\/40:hover{outline-color:#9d174d66}.hover\:outline-pink-800\/50:hover{outline-color:#9d174d80}.hover\:outline-pink-800\/60:hover{outline-color:#9d174d99}.hover\:outline-pink-800\/70:hover{outline-color:#9d174db3}.hover\:outline-pink-800\/75:hover{outline-color:#9d174dbf}.hover\:outline-pink-800\/80:hover{outline-color:#9d174dcc}.hover\:outline-pink-800\/90:hover{outline-color:#9d174de6}.hover\:outline-pink-800\/95:hover{outline-color:#9d174df2}.hover\:outline-pink-800\/100:hover{outline-color:#9d174d}.hover\:outline-pink-900\/0:hover{outline-color:#83184300}.hover\:outline-pink-900\/5:hover{outline-color:#8318430d}.hover\:outline-pink-900\/10:hover{outline-color:#8318431a}.hover\:outline-pink-900\/20:hover{outline-color:#83184333}.hover\:outline-pink-900\/25:hover{outline-color:#83184340}.hover\:outline-pink-900\/30:hover{outline-color:#8318434d}.hover\:outline-pink-900\/40:hover{outline-color:#83184366}.hover\:outline-pink-900\/50:hover{outline-color:#83184380}.hover\:outline-pink-900\/60:hover{outline-color:#83184399}.hover\:outline-pink-900\/70:hover{outline-color:#831843b3}.hover\:outline-pink-900\/75:hover{outline-color:#831843bf}.hover\:outline-pink-900\/80:hover{outline-color:#831843cc}.hover\:outline-pink-900\/90:hover{outline-color:#831843e6}.hover\:outline-pink-900\/95:hover{outline-color:#831843f2}.hover\:outline-pink-900\/100:hover{outline-color:#831843}.hover\:outline-rose-50\/0:hover{outline-color:#fff1f200}.hover\:outline-rose-50\/5:hover{outline-color:#fff1f20d}.hover\:outline-rose-50\/10:hover{outline-color:#fff1f21a}.hover\:outline-rose-50\/20:hover{outline-color:#fff1f233}.hover\:outline-rose-50\/25:hover{outline-color:#fff1f240}.hover\:outline-rose-50\/30:hover{outline-color:#fff1f24d}.hover\:outline-rose-50\/40:hover{outline-color:#fff1f266}.hover\:outline-rose-50\/50:hover{outline-color:#fff1f280}.hover\:outline-rose-50\/60:hover{outline-color:#fff1f299}.hover\:outline-rose-50\/70:hover{outline-color:#fff1f2b3}.hover\:outline-rose-50\/75:hover{outline-color:#fff1f2bf}.hover\:outline-rose-50\/80:hover{outline-color:#fff1f2cc}.hover\:outline-rose-50\/90:hover{outline-color:#fff1f2e6}.hover\:outline-rose-50\/95:hover{outline-color:#fff1f2f2}.hover\:outline-rose-50\/100:hover{outline-color:#fff1f2}.hover\:outline-rose-100\/0:hover{outline-color:#ffe4e600}.hover\:outline-rose-100\/5:hover{outline-color:#ffe4e60d}.hover\:outline-rose-100\/10:hover{outline-color:#ffe4e61a}.hover\:outline-rose-100\/20:hover{outline-color:#ffe4e633}.hover\:outline-rose-100\/25:hover{outline-color:#ffe4e640}.hover\:outline-rose-100\/30:hover{outline-color:#ffe4e64d}.hover\:outline-rose-100\/40:hover{outline-color:#ffe4e666}.hover\:outline-rose-100\/50:hover{outline-color:#ffe4e680}.hover\:outline-rose-100\/60:hover{outline-color:#ffe4e699}.hover\:outline-rose-100\/70:hover{outline-color:#ffe4e6b3}.hover\:outline-rose-100\/75:hover{outline-color:#ffe4e6bf}.hover\:outline-rose-100\/80:hover{outline-color:#ffe4e6cc}.hover\:outline-rose-100\/90:hover{outline-color:#ffe4e6e6}.hover\:outline-rose-100\/95:hover{outline-color:#ffe4e6f2}.hover\:outline-rose-100\/100:hover{outline-color:#ffe4e6}.hover\:outline-rose-200\/0:hover{outline-color:#fecdd300}.hover\:outline-rose-200\/5:hover{outline-color:#fecdd30d}.hover\:outline-rose-200\/10:hover{outline-color:#fecdd31a}.hover\:outline-rose-200\/20:hover{outline-color:#fecdd333}.hover\:outline-rose-200\/25:hover{outline-color:#fecdd340}.hover\:outline-rose-200\/30:hover{outline-color:#fecdd34d}.hover\:outline-rose-200\/40:hover{outline-color:#fecdd366}.hover\:outline-rose-200\/50:hover{outline-color:#fecdd380}.hover\:outline-rose-200\/60:hover{outline-color:#fecdd399}.hover\:outline-rose-200\/70:hover{outline-color:#fecdd3b3}.hover\:outline-rose-200\/75:hover{outline-color:#fecdd3bf}.hover\:outline-rose-200\/80:hover{outline-color:#fecdd3cc}.hover\:outline-rose-200\/90:hover{outline-color:#fecdd3e6}.hover\:outline-rose-200\/95:hover{outline-color:#fecdd3f2}.hover\:outline-rose-200\/100:hover{outline-color:#fecdd3}.hover\:outline-rose-300\/0:hover{outline-color:#fda4af00}.hover\:outline-rose-300\/5:hover{outline-color:#fda4af0d}.hover\:outline-rose-300\/10:hover{outline-color:#fda4af1a}.hover\:outline-rose-300\/20:hover{outline-color:#fda4af33}.hover\:outline-rose-300\/25:hover{outline-color:#fda4af40}.hover\:outline-rose-300\/30:hover{outline-color:#fda4af4d}.hover\:outline-rose-300\/40:hover{outline-color:#fda4af66}.hover\:outline-rose-300\/50:hover{outline-color:#fda4af80}.hover\:outline-rose-300\/60:hover{outline-color:#fda4af99}.hover\:outline-rose-300\/70:hover{outline-color:#fda4afb3}.hover\:outline-rose-300\/75:hover{outline-color:#fda4afbf}.hover\:outline-rose-300\/80:hover{outline-color:#fda4afcc}.hover\:outline-rose-300\/90:hover{outline-color:#fda4afe6}.hover\:outline-rose-300\/95:hover{outline-color:#fda4aff2}.hover\:outline-rose-300\/100:hover{outline-color:#fda4af}.hover\:outline-rose-400\/0:hover{outline-color:#fb718500}.hover\:outline-rose-400\/5:hover{outline-color:#fb71850d}.hover\:outline-rose-400\/10:hover{outline-color:#fb71851a}.hover\:outline-rose-400\/20:hover{outline-color:#fb718533}.hover\:outline-rose-400\/25:hover{outline-color:#fb718540}.hover\:outline-rose-400\/30:hover{outline-color:#fb71854d}.hover\:outline-rose-400\/40:hover{outline-color:#fb718566}.hover\:outline-rose-400\/50:hover{outline-color:#fb718580}.hover\:outline-rose-400\/60:hover{outline-color:#fb718599}.hover\:outline-rose-400\/70:hover{outline-color:#fb7185b3}.hover\:outline-rose-400\/75:hover{outline-color:#fb7185bf}.hover\:outline-rose-400\/80:hover{outline-color:#fb7185cc}.hover\:outline-rose-400\/90:hover{outline-color:#fb7185e6}.hover\:outline-rose-400\/95:hover{outline-color:#fb7185f2}.hover\:outline-rose-400\/100:hover{outline-color:#fb7185}.hover\:outline-rose-500\/0:hover{outline-color:#f43f5e00}.hover\:outline-rose-500\/5:hover{outline-color:#f43f5e0d}.hover\:outline-rose-500\/10:hover{outline-color:#f43f5e1a}.hover\:outline-rose-500\/20:hover{outline-color:#f43f5e33}.hover\:outline-rose-500\/25:hover{outline-color:#f43f5e40}.hover\:outline-rose-500\/30:hover{outline-color:#f43f5e4d}.hover\:outline-rose-500\/40:hover{outline-color:#f43f5e66}.hover\:outline-rose-500\/50:hover{outline-color:#f43f5e80}.hover\:outline-rose-500\/60:hover{outline-color:#f43f5e99}.hover\:outline-rose-500\/70:hover{outline-color:#f43f5eb3}.hover\:outline-rose-500\/75:hover{outline-color:#f43f5ebf}.hover\:outline-rose-500\/80:hover{outline-color:#f43f5ecc}.hover\:outline-rose-500\/90:hover{outline-color:#f43f5ee6}.hover\:outline-rose-500\/95:hover{outline-color:#f43f5ef2}.hover\:outline-rose-500\/100:hover{outline-color:#f43f5e}.hover\:outline-rose-600\/0:hover{outline-color:#e11d4800}.hover\:outline-rose-600\/5:hover{outline-color:#e11d480d}.hover\:outline-rose-600\/10:hover{outline-color:#e11d481a}.hover\:outline-rose-600\/20:hover{outline-color:#e11d4833}.hover\:outline-rose-600\/25:hover{outline-color:#e11d4840}.hover\:outline-rose-600\/30:hover{outline-color:#e11d484d}.hover\:outline-rose-600\/40:hover{outline-color:#e11d4866}.hover\:outline-rose-600\/50:hover{outline-color:#e11d4880}.hover\:outline-rose-600\/60:hover{outline-color:#e11d4899}.hover\:outline-rose-600\/70:hover{outline-color:#e11d48b3}.hover\:outline-rose-600\/75:hover{outline-color:#e11d48bf}.hover\:outline-rose-600\/80:hover{outline-color:#e11d48cc}.hover\:outline-rose-600\/90:hover{outline-color:#e11d48e6}.hover\:outline-rose-600\/95:hover{outline-color:#e11d48f2}.hover\:outline-rose-600\/100:hover{outline-color:#e11d48}.hover\:outline-rose-700\/0:hover{outline-color:#be123c00}.hover\:outline-rose-700\/5:hover{outline-color:#be123c0d}.hover\:outline-rose-700\/10:hover{outline-color:#be123c1a}.hover\:outline-rose-700\/20:hover{outline-color:#be123c33}.hover\:outline-rose-700\/25:hover{outline-color:#be123c40}.hover\:outline-rose-700\/30:hover{outline-color:#be123c4d}.hover\:outline-rose-700\/40:hover{outline-color:#be123c66}.hover\:outline-rose-700\/50:hover{outline-color:#be123c80}.hover\:outline-rose-700\/60:hover{outline-color:#be123c99}.hover\:outline-rose-700\/70:hover{outline-color:#be123cb3}.hover\:outline-rose-700\/75:hover{outline-color:#be123cbf}.hover\:outline-rose-700\/80:hover{outline-color:#be123ccc}.hover\:outline-rose-700\/90:hover{outline-color:#be123ce6}.hover\:outline-rose-700\/95:hover{outline-color:#be123cf2}.hover\:outline-rose-700\/100:hover{outline-color:#be123c}.hover\:outline-rose-800\/0:hover{outline-color:#9f123900}.hover\:outline-rose-800\/5:hover{outline-color:#9f12390d}.hover\:outline-rose-800\/10:hover{outline-color:#9f12391a}.hover\:outline-rose-800\/20:hover{outline-color:#9f123933}.hover\:outline-rose-800\/25:hover{outline-color:#9f123940}.hover\:outline-rose-800\/30:hover{outline-color:#9f12394d}.hover\:outline-rose-800\/40:hover{outline-color:#9f123966}.hover\:outline-rose-800\/50:hover{outline-color:#9f123980}.hover\:outline-rose-800\/60:hover{outline-color:#9f123999}.hover\:outline-rose-800\/70:hover{outline-color:#9f1239b3}.hover\:outline-rose-800\/75:hover{outline-color:#9f1239bf}.hover\:outline-rose-800\/80:hover{outline-color:#9f1239cc}.hover\:outline-rose-800\/90:hover{outline-color:#9f1239e6}.hover\:outline-rose-800\/95:hover{outline-color:#9f1239f2}.hover\:outline-rose-800\/100:hover{outline-color:#9f1239}.hover\:outline-rose-900\/0:hover{outline-color:#88133700}.hover\:outline-rose-900\/5:hover{outline-color:#8813370d}.hover\:outline-rose-900\/10:hover{outline-color:#8813371a}.hover\:outline-rose-900\/20:hover{outline-color:#88133733}.hover\:outline-rose-900\/25:hover{outline-color:#88133740}.hover\:outline-rose-900\/30:hover{outline-color:#8813374d}.hover\:outline-rose-900\/40:hover{outline-color:#88133766}.hover\:outline-rose-900\/50:hover{outline-color:#88133780}.hover\:outline-rose-900\/60:hover{outline-color:#88133799}.hover\:outline-rose-900\/70:hover{outline-color:#881337b3}.hover\:outline-rose-900\/75:hover{outline-color:#881337bf}.hover\:outline-rose-900\/80:hover{outline-color:#881337cc}.hover\:outline-rose-900\/90:hover{outline-color:#881337e6}.hover\:outline-rose-900\/95:hover{outline-color:#881337f2}.hover\:outline-rose-900\/100:hover{outline-color:#881337}.hover\:outline-primary-100\/0:hover{outline-color:#f2f3f400}.hover\:outline-primary-100\/5:hover{outline-color:#f2f3f40d}.hover\:outline-primary-100\/10:hover{outline-color:#f2f3f41a}.hover\:outline-primary-100\/20:hover{outline-color:#f2f3f433}.hover\:outline-primary-100\/25:hover{outline-color:#f2f3f440}.hover\:outline-primary-100\/30:hover{outline-color:#f2f3f44d}.hover\:outline-primary-100\/40:hover{outline-color:#f2f3f466}.hover\:outline-primary-100\/50:hover{outline-color:#f2f3f480}.hover\:outline-primary-100\/60:hover{outline-color:#f2f3f499}.hover\:outline-primary-100\/70:hover{outline-color:#f2f3f4b3}.hover\:outline-primary-100\/75:hover{outline-color:#f2f3f4bf}.hover\:outline-primary-100\/80:hover{outline-color:#f2f3f4cc}.hover\:outline-primary-100\/90:hover{outline-color:#f2f3f4e6}.hover\:outline-primary-100\/95:hover{outline-color:#f2f3f4f2}.hover\:outline-primary-100\/100:hover{outline-color:#f2f3f4}.hover\:outline-primary-200\/0:hover{outline-color:#e8e8f000}.hover\:outline-primary-200\/5:hover{outline-color:#e8e8f00d}.hover\:outline-primary-200\/10:hover{outline-color:#e8e8f01a}.hover\:outline-primary-200\/20:hover{outline-color:#e8e8f033}.hover\:outline-primary-200\/25:hover{outline-color:#e8e8f040}.hover\:outline-primary-200\/30:hover{outline-color:#e8e8f04d}.hover\:outline-primary-200\/40:hover{outline-color:#e8e8f066}.hover\:outline-primary-200\/50:hover{outline-color:#e8e8f080}.hover\:outline-primary-200\/60:hover{outline-color:#e8e8f099}.hover\:outline-primary-200\/70:hover{outline-color:#e8e8f0b3}.hover\:outline-primary-200\/75:hover{outline-color:#e8e8f0bf}.hover\:outline-primary-200\/80:hover{outline-color:#e8e8f0cc}.hover\:outline-primary-200\/90:hover{outline-color:#e8e8f0e6}.hover\:outline-primary-200\/95:hover{outline-color:#e8e8f0f2}.hover\:outline-primary-200\/100:hover{outline-color:#e8e8f0}.hover\:outline-primary-300\/0:hover{outline-color:#d0d0e100}.hover\:outline-primary-300\/5:hover{outline-color:#d0d0e10d}.hover\:outline-primary-300\/10:hover{outline-color:#d0d0e11a}.hover\:outline-primary-300\/20:hover{outline-color:#d0d0e133}.hover\:outline-primary-300\/25:hover{outline-color:#d0d0e140}.hover\:outline-primary-300\/30:hover{outline-color:#d0d0e14d}.hover\:outline-primary-300\/40:hover{outline-color:#d0d0e166}.hover\:outline-primary-300\/50:hover{outline-color:#d0d0e180}.hover\:outline-primary-300\/60:hover{outline-color:#d0d0e199}.hover\:outline-primary-300\/70:hover{outline-color:#d0d0e1b3}.hover\:outline-primary-300\/75:hover{outline-color:#d0d0e1bf}.hover\:outline-primary-300\/80:hover{outline-color:#d0d0e1cc}.hover\:outline-primary-300\/90:hover{outline-color:#d0d0e1e6}.hover\:outline-primary-300\/95:hover{outline-color:#d0d0e1f2}.hover\:outline-primary-300\/100:hover{outline-color:#d0d0e1}.hover\:outline-primary-400\/0:hover{outline-color:#b4b4d100}.hover\:outline-primary-400\/5:hover{outline-color:#b4b4d10d}.hover\:outline-primary-400\/10:hover{outline-color:#b4b4d11a}.hover\:outline-primary-400\/20:hover{outline-color:#b4b4d133}.hover\:outline-primary-400\/25:hover{outline-color:#b4b4d140}.hover\:outline-primary-400\/30:hover{outline-color:#b4b4d14d}.hover\:outline-primary-400\/40:hover{outline-color:#b4b4d166}.hover\:outline-primary-400\/50:hover{outline-color:#b4b4d180}.hover\:outline-primary-400\/60:hover{outline-color:#b4b4d199}.hover\:outline-primary-400\/70:hover{outline-color:#b4b4d1b3}.hover\:outline-primary-400\/75:hover{outline-color:#b4b4d1bf}.hover\:outline-primary-400\/80:hover{outline-color:#b4b4d1cc}.hover\:outline-primary-400\/90:hover{outline-color:#b4b4d1e6}.hover\:outline-primary-400\/95:hover{outline-color:#b4b4d1f2}.hover\:outline-primary-400\/100:hover{outline-color:#b4b4d1}.hover\:outline-primary-500\/0:hover{outline-color:#9393bf00}.hover\:outline-primary-500\/5:hover{outline-color:#9393bf0d}.hover\:outline-primary-500\/10:hover{outline-color:#9393bf1a}.hover\:outline-primary-500\/20:hover{outline-color:#9393bf33}.hover\:outline-primary-500\/25:hover{outline-color:#9393bf40}.hover\:outline-primary-500\/30:hover{outline-color:#9393bf4d}.hover\:outline-primary-500\/40:hover{outline-color:#9393bf66}.hover\:outline-primary-500\/50:hover{outline-color:#9393bf80}.hover\:outline-primary-500\/60:hover{outline-color:#9393bf99}.hover\:outline-primary-500\/70:hover{outline-color:#9393bfb3}.hover\:outline-primary-500\/75:hover{outline-color:#9393bfbf}.hover\:outline-primary-500\/80:hover{outline-color:#9393bfcc}.hover\:outline-primary-500\/90:hover{outline-color:#9393bfe6}.hover\:outline-primary-500\/95:hover{outline-color:#9393bff2}.hover\:outline-primary-500\/100:hover{outline-color:#9393bf}.hover\:outline-primary-600\/0:hover{outline-color:#6868ac00}.hover\:outline-primary-600\/5:hover{outline-color:#6868ac0d}.hover\:outline-primary-600\/10:hover{outline-color:#6868ac1a}.hover\:outline-primary-600\/20:hover{outline-color:#6868ac33}.hover\:outline-primary-600\/25:hover{outline-color:#6868ac40}.hover\:outline-primary-600\/30:hover{outline-color:#6868ac4d}.hover\:outline-primary-600\/40:hover{outline-color:#6868ac66}.hover\:outline-primary-600\/50:hover{outline-color:#6868ac80}.hover\:outline-primary-600\/60:hover{outline-color:#6868ac99}.hover\:outline-primary-600\/70:hover{outline-color:#6868acb3}.hover\:outline-primary-600\/75:hover{outline-color:#6868acbf}.hover\:outline-primary-600\/80:hover{outline-color:#6868accc}.hover\:outline-primary-600\/90:hover{outline-color:#6868ace6}.hover\:outline-primary-600\/95:hover{outline-color:#6868acf2}.hover\:outline-primary-600\/100:hover{outline-color:#6868ac}.hover\:outline-primary-700\/0:hover{outline-color:#5d5d9900}.hover\:outline-primary-700\/5:hover{outline-color:#5d5d990d}.hover\:outline-primary-700\/10:hover{outline-color:#5d5d991a}.hover\:outline-primary-700\/20:hover{outline-color:#5d5d9933}.hover\:outline-primary-700\/25:hover{outline-color:#5d5d9940}.hover\:outline-primary-700\/30:hover{outline-color:#5d5d994d}.hover\:outline-primary-700\/40:hover{outline-color:#5d5d9966}.hover\:outline-primary-700\/50:hover{outline-color:#5d5d9980}.hover\:outline-primary-700\/60:hover{outline-color:#5d5d9999}.hover\:outline-primary-700\/70:hover{outline-color:#5d5d99b3}.hover\:outline-primary-700\/75:hover{outline-color:#5d5d99bf}.hover\:outline-primary-700\/80:hover{outline-color:#5d5d99cc}.hover\:outline-primary-700\/90:hover{outline-color:#5d5d99e6}.hover\:outline-primary-700\/95:hover{outline-color:#5d5d99f2}.hover\:outline-primary-700\/100:hover{outline-color:#5d5d99}.hover\:outline-primary-800\/0:hover{outline-color:#50508500}.hover\:outline-primary-800\/5:hover{outline-color:#5050850d}.hover\:outline-primary-800\/10:hover{outline-color:#5050851a}.hover\:outline-primary-800\/20:hover{outline-color:#50508533}.hover\:outline-primary-800\/25:hover{outline-color:#50508540}.hover\:outline-primary-800\/30:hover{outline-color:#5050854d}.hover\:outline-primary-800\/40:hover{outline-color:#50508566}.hover\:outline-primary-800\/50:hover{outline-color:#50508580}.hover\:outline-primary-800\/60:hover{outline-color:#50508599}.hover\:outline-primary-800\/70:hover{outline-color:#505085b3}.hover\:outline-primary-800\/75:hover{outline-color:#505085bf}.hover\:outline-primary-800\/80:hover{outline-color:#505085cc}.hover\:outline-primary-800\/90:hover{outline-color:#505085e6}.hover\:outline-primary-800\/95:hover{outline-color:#505085f2}.hover\:outline-primary-800\/100:hover{outline-color:#505085}.hover\:outline-primary-900\/0:hover{outline-color:#41416c00}.hover\:outline-primary-900\/5:hover{outline-color:#41416c0d}.hover\:outline-primary-900\/10:hover{outline-color:#41416c1a}.hover\:outline-primary-900\/20:hover{outline-color:#41416c33}.hover\:outline-primary-900\/25:hover{outline-color:#41416c40}.hover\:outline-primary-900\/30:hover{outline-color:#41416c4d}.hover\:outline-primary-900\/40:hover{outline-color:#41416c66}.hover\:outline-primary-900\/50:hover{outline-color:#41416c80}.hover\:outline-primary-900\/60:hover{outline-color:#41416c99}.hover\:outline-primary-900\/70:hover{outline-color:#41416cb3}.hover\:outline-primary-900\/75:hover{outline-color:#41416cbf}.hover\:outline-primary-900\/80:hover{outline-color:#41416ccc}.hover\:outline-primary-900\/90:hover{outline-color:#41416ce6}.hover\:outline-primary-900\/95:hover{outline-color:#41416cf2}.hover\:outline-primary-900\/100:hover{outline-color:#41416c}.hover\:outline-primary-1000\/0:hover{outline-color:#2e2e4c00}.hover\:outline-primary-1000\/5:hover{outline-color:#2e2e4c0d}.hover\:outline-primary-1000\/10:hover{outline-color:#2e2e4c1a}.hover\:outline-primary-1000\/20:hover{outline-color:#2e2e4c33}.hover\:outline-primary-1000\/25:hover{outline-color:#2e2e4c40}.hover\:outline-primary-1000\/30:hover{outline-color:#2e2e4c4d}.hover\:outline-primary-1000\/40:hover{outline-color:#2e2e4c66}.hover\:outline-primary-1000\/50:hover{outline-color:#2e2e4c80}.hover\:outline-primary-1000\/60:hover{outline-color:#2e2e4c99}.hover\:outline-primary-1000\/70:hover{outline-color:#2e2e4cb3}.hover\:outline-primary-1000\/75:hover{outline-color:#2e2e4cbf}.hover\:outline-primary-1000\/80:hover{outline-color:#2e2e4ccc}.hover\:outline-primary-1000\/90:hover{outline-color:#2e2e4ce6}.hover\:outline-primary-1000\/95:hover{outline-color:#2e2e4cf2}.hover\:outline-primary-1000\/100:hover{outline-color:#2e2e4c}.hover\:outline-primary-highlight-100\/0:hover{outline-color:#f7f5fe00}.hover\:outline-primary-highlight-100\/5:hover{outline-color:#f7f5fe0d}.hover\:outline-primary-highlight-100\/10:hover{outline-color:#f7f5fe1a}.hover\:outline-primary-highlight-100\/20:hover{outline-color:#f7f5fe33}.hover\:outline-primary-highlight-100\/25:hover{outline-color:#f7f5fe40}.hover\:outline-primary-highlight-100\/30:hover{outline-color:#f7f5fe4d}.hover\:outline-primary-highlight-100\/40:hover{outline-color:#f7f5fe66}.hover\:outline-primary-highlight-100\/50:hover{outline-color:#f7f5fe80}.hover\:outline-primary-highlight-100\/60:hover{outline-color:#f7f5fe99}.hover\:outline-primary-highlight-100\/70:hover{outline-color:#f7f5feb3}.hover\:outline-primary-highlight-100\/75:hover{outline-color:#f7f5febf}.hover\:outline-primary-highlight-100\/80:hover{outline-color:#f7f5fecc}.hover\:outline-primary-highlight-100\/90:hover{outline-color:#f7f5fee6}.hover\:outline-primary-highlight-100\/95:hover{outline-color:#f7f5fef2}.hover\:outline-primary-highlight-100\/100:hover{outline-color:#f7f5fe}.hover\:outline-primary-highlight-200\/0:hover{outline-color:#efecfe00}.hover\:outline-primary-highlight-200\/5:hover{outline-color:#efecfe0d}.hover\:outline-primary-highlight-200\/10:hover{outline-color:#efecfe1a}.hover\:outline-primary-highlight-200\/20:hover{outline-color:#efecfe33}.hover\:outline-primary-highlight-200\/25:hover{outline-color:#efecfe40}.hover\:outline-primary-highlight-200\/30:hover{outline-color:#efecfe4d}.hover\:outline-primary-highlight-200\/40:hover{outline-color:#efecfe66}.hover\:outline-primary-highlight-200\/50:hover{outline-color:#efecfe80}.hover\:outline-primary-highlight-200\/60:hover{outline-color:#efecfe99}.hover\:outline-primary-highlight-200\/70:hover{outline-color:#efecfeb3}.hover\:outline-primary-highlight-200\/75:hover{outline-color:#efecfebf}.hover\:outline-primary-highlight-200\/80:hover{outline-color:#efecfecc}.hover\:outline-primary-highlight-200\/90:hover{outline-color:#efecfee6}.hover\:outline-primary-highlight-200\/95:hover{outline-color:#efecfef2}.hover\:outline-primary-highlight-200\/100:hover{outline-color:#efecfe}.hover\:outline-primary-highlight-300\/0:hover{outline-color:#dfd8fd00}.hover\:outline-primary-highlight-300\/5:hover{outline-color:#dfd8fd0d}.hover\:outline-primary-highlight-300\/10:hover{outline-color:#dfd8fd1a}.hover\:outline-primary-highlight-300\/20:hover{outline-color:#dfd8fd33}.hover\:outline-primary-highlight-300\/25:hover{outline-color:#dfd8fd40}.hover\:outline-primary-highlight-300\/30:hover{outline-color:#dfd8fd4d}.hover\:outline-primary-highlight-300\/40:hover{outline-color:#dfd8fd66}.hover\:outline-primary-highlight-300\/50:hover{outline-color:#dfd8fd80}.hover\:outline-primary-highlight-300\/60:hover{outline-color:#dfd8fd99}.hover\:outline-primary-highlight-300\/70:hover{outline-color:#dfd8fdb3}.hover\:outline-primary-highlight-300\/75:hover{outline-color:#dfd8fdbf}.hover\:outline-primary-highlight-300\/80:hover{outline-color:#dfd8fdcc}.hover\:outline-primary-highlight-300\/90:hover{outline-color:#dfd8fde6}.hover\:outline-primary-highlight-300\/95:hover{outline-color:#dfd8fdf2}.hover\:outline-primary-highlight-300\/100:hover{outline-color:#dfd8fd}.hover\:outline-primary-highlight-400\/0:hover{outline-color:#cec1fc00}.hover\:outline-primary-highlight-400\/5:hover{outline-color:#cec1fc0d}.hover\:outline-primary-highlight-400\/10:hover{outline-color:#cec1fc1a}.hover\:outline-primary-highlight-400\/20:hover{outline-color:#cec1fc33}.hover\:outline-primary-highlight-400\/25:hover{outline-color:#cec1fc40}.hover\:outline-primary-highlight-400\/30:hover{outline-color:#cec1fc4d}.hover\:outline-primary-highlight-400\/40:hover{outline-color:#cec1fc66}.hover\:outline-primary-highlight-400\/50:hover{outline-color:#cec1fc80}.hover\:outline-primary-highlight-400\/60:hover{outline-color:#cec1fc99}.hover\:outline-primary-highlight-400\/70:hover{outline-color:#cec1fcb3}.hover\:outline-primary-highlight-400\/75:hover{outline-color:#cec1fcbf}.hover\:outline-primary-highlight-400\/80:hover{outline-color:#cec1fccc}.hover\:outline-primary-highlight-400\/90:hover{outline-color:#cec1fce6}.hover\:outline-primary-highlight-400\/95:hover{outline-color:#cec1fcf2}.hover\:outline-primary-highlight-400\/100:hover{outline-color:#cec1fc}.hover\:outline-primary-highlight-500\/0:hover{outline-color:#bba8fb00}.hover\:outline-primary-highlight-500\/5:hover{outline-color:#bba8fb0d}.hover\:outline-primary-highlight-500\/10:hover{outline-color:#bba8fb1a}.hover\:outline-primary-highlight-500\/20:hover{outline-color:#bba8fb33}.hover\:outline-primary-highlight-500\/25:hover{outline-color:#bba8fb40}.hover\:outline-primary-highlight-500\/30:hover{outline-color:#bba8fb4d}.hover\:outline-primary-highlight-500\/40:hover{outline-color:#bba8fb66}.hover\:outline-primary-highlight-500\/50:hover{outline-color:#bba8fb80}.hover\:outline-primary-highlight-500\/60:hover{outline-color:#bba8fb99}.hover\:outline-primary-highlight-500\/70:hover{outline-color:#bba8fbb3}.hover\:outline-primary-highlight-500\/75:hover{outline-color:#bba8fbbf}.hover\:outline-primary-highlight-500\/80:hover{outline-color:#bba8fbcc}.hover\:outline-primary-highlight-500\/90:hover{outline-color:#bba8fbe6}.hover\:outline-primary-highlight-500\/95:hover{outline-color:#bba8fbf2}.hover\:outline-primary-highlight-500\/100:hover{outline-color:#bba8fb}.hover\:outline-primary-highlight-600\/0:hover{outline-color:#a78bfa00}.hover\:outline-primary-highlight-600\/5:hover{outline-color:#a78bfa0d}.hover\:outline-primary-highlight-600\/10:hover{outline-color:#a78bfa1a}.hover\:outline-primary-highlight-600\/20:hover{outline-color:#a78bfa33}.hover\:outline-primary-highlight-600\/25:hover{outline-color:#a78bfa40}.hover\:outline-primary-highlight-600\/30:hover{outline-color:#a78bfa4d}.hover\:outline-primary-highlight-600\/40:hover{outline-color:#a78bfa66}.hover\:outline-primary-highlight-600\/50:hover{outline-color:#a78bfa80}.hover\:outline-primary-highlight-600\/60:hover{outline-color:#a78bfa99}.hover\:outline-primary-highlight-600\/70:hover{outline-color:#a78bfab3}.hover\:outline-primary-highlight-600\/75:hover{outline-color:#a78bfabf}.hover\:outline-primary-highlight-600\/80:hover{outline-color:#a78bfacc}.hover\:outline-primary-highlight-600\/90:hover{outline-color:#a78bfae6}.hover\:outline-primary-highlight-600\/95:hover{outline-color:#a78bfaf2}.hover\:outline-primary-highlight-600\/100:hover{outline-color:#a78bfa}.hover\:outline-primary-highlight-700\/0:hover{outline-color:#957cdf00}.hover\:outline-primary-highlight-700\/5:hover{outline-color:#957cdf0d}.hover\:outline-primary-highlight-700\/10:hover{outline-color:#957cdf1a}.hover\:outline-primary-highlight-700\/20:hover{outline-color:#957cdf33}.hover\:outline-primary-highlight-700\/25:hover{outline-color:#957cdf40}.hover\:outline-primary-highlight-700\/30:hover{outline-color:#957cdf4d}.hover\:outline-primary-highlight-700\/40:hover{outline-color:#957cdf66}.hover\:outline-primary-highlight-700\/50:hover{outline-color:#957cdf80}.hover\:outline-primary-highlight-700\/60:hover{outline-color:#957cdf99}.hover\:outline-primary-highlight-700\/70:hover{outline-color:#957cdfb3}.hover\:outline-primary-highlight-700\/75:hover{outline-color:#957cdfbf}.hover\:outline-primary-highlight-700\/80:hover{outline-color:#957cdfcc}.hover\:outline-primary-highlight-700\/90:hover{outline-color:#957cdfe6}.hover\:outline-primary-highlight-700\/95:hover{outline-color:#957cdff2}.hover\:outline-primary-highlight-700\/100:hover{outline-color:#957cdf}.hover\:outline-primary-highlight-800\/0:hover{outline-color:#816bc100}.hover\:outline-primary-highlight-800\/5:hover{outline-color:#816bc10d}.hover\:outline-primary-highlight-800\/10:hover{outline-color:#816bc11a}.hover\:outline-primary-highlight-800\/20:hover{outline-color:#816bc133}.hover\:outline-primary-highlight-800\/25:hover{outline-color:#816bc140}.hover\:outline-primary-highlight-800\/30:hover{outline-color:#816bc14d}.hover\:outline-primary-highlight-800\/40:hover{outline-color:#816bc166}.hover\:outline-primary-highlight-800\/50:hover{outline-color:#816bc180}.hover\:outline-primary-highlight-800\/60:hover{outline-color:#816bc199}.hover\:outline-primary-highlight-800\/70:hover{outline-color:#816bc1b3}.hover\:outline-primary-highlight-800\/75:hover{outline-color:#816bc1bf}.hover\:outline-primary-highlight-800\/80:hover{outline-color:#816bc1cc}.hover\:outline-primary-highlight-800\/90:hover{outline-color:#816bc1e6}.hover\:outline-primary-highlight-800\/95:hover{outline-color:#816bc1f2}.hover\:outline-primary-highlight-800\/100:hover{outline-color:#816bc1}.hover\:outline-primary-highlight-900\/0:hover{outline-color:#69579e00}.hover\:outline-primary-highlight-900\/5:hover{outline-color:#69579e0d}.hover\:outline-primary-highlight-900\/10:hover{outline-color:#69579e1a}.hover\:outline-primary-highlight-900\/20:hover{outline-color:#69579e33}.hover\:outline-primary-highlight-900\/25:hover{outline-color:#69579e40}.hover\:outline-primary-highlight-900\/30:hover{outline-color:#69579e4d}.hover\:outline-primary-highlight-900\/40:hover{outline-color:#69579e66}.hover\:outline-primary-highlight-900\/50:hover{outline-color:#69579e80}.hover\:outline-primary-highlight-900\/60:hover{outline-color:#69579e99}.hover\:outline-primary-highlight-900\/70:hover{outline-color:#69579eb3}.hover\:outline-primary-highlight-900\/75:hover{outline-color:#69579ebf}.hover\:outline-primary-highlight-900\/80:hover{outline-color:#69579ecc}.hover\:outline-primary-highlight-900\/90:hover{outline-color:#69579ee6}.hover\:outline-primary-highlight-900\/95:hover{outline-color:#69579ef2}.hover\:outline-primary-highlight-900\/100:hover{outline-color:#69579e}.hover\:outline-primary-highlight-1000\/0:hover{outline-color:#4a3e6f00}.hover\:outline-primary-highlight-1000\/5:hover{outline-color:#4a3e6f0d}.hover\:outline-primary-highlight-1000\/10:hover{outline-color:#4a3e6f1a}.hover\:outline-primary-highlight-1000\/20:hover{outline-color:#4a3e6f33}.hover\:outline-primary-highlight-1000\/25:hover{outline-color:#4a3e6f40}.hover\:outline-primary-highlight-1000\/30:hover{outline-color:#4a3e6f4d}.hover\:outline-primary-highlight-1000\/40:hover{outline-color:#4a3e6f66}.hover\:outline-primary-highlight-1000\/50:hover{outline-color:#4a3e6f80}.hover\:outline-primary-highlight-1000\/60:hover{outline-color:#4a3e6f99}.hover\:outline-primary-highlight-1000\/70:hover{outline-color:#4a3e6fb3}.hover\:outline-primary-highlight-1000\/75:hover{outline-color:#4a3e6fbf}.hover\:outline-primary-highlight-1000\/80:hover{outline-color:#4a3e6fcc}.hover\:outline-primary-highlight-1000\/90:hover{outline-color:#4a3e6fe6}.hover\:outline-primary-highlight-1000\/95:hover{outline-color:#4a3e6ff2}.hover\:outline-primary-highlight-1000\/100:hover{outline-color:#4a3e6f}.hover\:outline-secondary-100\/0:hover{outline-color:#fef7f200}.hover\:outline-secondary-100\/5:hover{outline-color:#fef7f20d}.hover\:outline-secondary-100\/10:hover{outline-color:#fef7f21a}.hover\:outline-secondary-100\/20:hover{outline-color:#fef7f233}.hover\:outline-secondary-100\/25:hover{outline-color:#fef7f240}.hover\:outline-secondary-100\/30:hover{outline-color:#fef7f24d}.hover\:outline-secondary-100\/40:hover{outline-color:#fef7f266}.hover\:outline-secondary-100\/50:hover{outline-color:#fef7f280}.hover\:outline-secondary-100\/60:hover{outline-color:#fef7f299}.hover\:outline-secondary-100\/70:hover{outline-color:#fef7f2b3}.hover\:outline-secondary-100\/75:hover{outline-color:#fef7f2bf}.hover\:outline-secondary-100\/80:hover{outline-color:#fef7f2cc}.hover\:outline-secondary-100\/90:hover{outline-color:#fef7f2e6}.hover\:outline-secondary-100\/95:hover{outline-color:#fef7f2f2}.hover\:outline-secondary-100\/100:hover{outline-color:#fef7f2}.hover\:outline-secondary-200\/0:hover{outline-color:#fef0e400}.hover\:outline-secondary-200\/5:hover{outline-color:#fef0e40d}.hover\:outline-secondary-200\/10:hover{outline-color:#fef0e41a}.hover\:outline-secondary-200\/20:hover{outline-color:#fef0e433}.hover\:outline-secondary-200\/25:hover{outline-color:#fef0e440}.hover\:outline-secondary-200\/30:hover{outline-color:#fef0e44d}.hover\:outline-secondary-200\/40:hover{outline-color:#fef0e466}.hover\:outline-secondary-200\/50:hover{outline-color:#fef0e480}.hover\:outline-secondary-200\/60:hover{outline-color:#fef0e499}.hover\:outline-secondary-200\/70:hover{outline-color:#fef0e4b3}.hover\:outline-secondary-200\/75:hover{outline-color:#fef0e4bf}.hover\:outline-secondary-200\/80:hover{outline-color:#fef0e4cc}.hover\:outline-secondary-200\/90:hover{outline-color:#fef0e4e6}.hover\:outline-secondary-200\/95:hover{outline-color:#fef0e4f2}.hover\:outline-secondary-200\/100:hover{outline-color:#fef0e4}.hover\:outline-secondary-300\/0:hover{outline-color:#fde1c600}.hover\:outline-secondary-300\/5:hover{outline-color:#fde1c60d}.hover\:outline-secondary-300\/10:hover{outline-color:#fde1c61a}.hover\:outline-secondary-300\/20:hover{outline-color:#fde1c633}.hover\:outline-secondary-300\/25:hover{outline-color:#fde1c640}.hover\:outline-secondary-300\/30:hover{outline-color:#fde1c64d}.hover\:outline-secondary-300\/40:hover{outline-color:#fde1c666}.hover\:outline-secondary-300\/50:hover{outline-color:#fde1c680}.hover\:outline-secondary-300\/60:hover{outline-color:#fde1c699}.hover\:outline-secondary-300\/70:hover{outline-color:#fde1c6b3}.hover\:outline-secondary-300\/75:hover{outline-color:#fde1c6bf}.hover\:outline-secondary-300\/80:hover{outline-color:#fde1c6cc}.hover\:outline-secondary-300\/90:hover{outline-color:#fde1c6e6}.hover\:outline-secondary-300\/95:hover{outline-color:#fde1c6f2}.hover\:outline-secondary-300\/100:hover{outline-color:#fde1c6}.hover\:outline-secondary-400\/0:hover{outline-color:#fcd1a200}.hover\:outline-secondary-400\/5:hover{outline-color:#fcd1a20d}.hover\:outline-secondary-400\/10:hover{outline-color:#fcd1a21a}.hover\:outline-secondary-400\/20:hover{outline-color:#fcd1a233}.hover\:outline-secondary-400\/25:hover{outline-color:#fcd1a240}.hover\:outline-secondary-400\/30:hover{outline-color:#fcd1a24d}.hover\:outline-secondary-400\/40:hover{outline-color:#fcd1a266}.hover\:outline-secondary-400\/50:hover{outline-color:#fcd1a280}.hover\:outline-secondary-400\/60:hover{outline-color:#fcd1a299}.hover\:outline-secondary-400\/70:hover{outline-color:#fcd1a2b3}.hover\:outline-secondary-400\/75:hover{outline-color:#fcd1a2bf}.hover\:outline-secondary-400\/80:hover{outline-color:#fcd1a2cc}.hover\:outline-secondary-400\/90:hover{outline-color:#fcd1a2e6}.hover\:outline-secondary-400\/95:hover{outline-color:#fcd1a2f2}.hover\:outline-secondary-400\/100:hover{outline-color:#fcd1a2}.hover\:outline-secondary-500\/0:hover{outline-color:#fbbf7500}.hover\:outline-secondary-500\/5:hover{outline-color:#fbbf750d}.hover\:outline-secondary-500\/10:hover{outline-color:#fbbf751a}.hover\:outline-secondary-500\/20:hover{outline-color:#fbbf7533}.hover\:outline-secondary-500\/25:hover{outline-color:#fbbf7540}.hover\:outline-secondary-500\/30:hover{outline-color:#fbbf754d}.hover\:outline-secondary-500\/40:hover{outline-color:#fbbf7566}.hover\:outline-secondary-500\/50:hover{outline-color:#fbbf7580}.hover\:outline-secondary-500\/60:hover{outline-color:#fbbf7599}.hover\:outline-secondary-500\/70:hover{outline-color:#fbbf75b3}.hover\:outline-secondary-500\/75:hover{outline-color:#fbbf75bf}.hover\:outline-secondary-500\/80:hover{outline-color:#fbbf75cc}.hover\:outline-secondary-500\/90:hover{outline-color:#fbbf75e6}.hover\:outline-secondary-500\/95:hover{outline-color:#fbbf75f2}.hover\:outline-secondary-500\/100:hover{outline-color:#fbbf75}.hover\:outline-secondary-600\/0:hover{outline-color:#faac1e00}.hover\:outline-secondary-600\/5:hover{outline-color:#faac1e0d}.hover\:outline-secondary-600\/10:hover{outline-color:#faac1e1a}.hover\:outline-secondary-600\/20:hover{outline-color:#faac1e33}.hover\:outline-secondary-600\/25:hover{outline-color:#faac1e40}.hover\:outline-secondary-600\/30:hover{outline-color:#faac1e4d}.hover\:outline-secondary-600\/40:hover{outline-color:#faac1e66}.hover\:outline-secondary-600\/50:hover{outline-color:#faac1e80}.hover\:outline-secondary-600\/60:hover{outline-color:#faac1e99}.hover\:outline-secondary-600\/70:hover{outline-color:#faac1eb3}.hover\:outline-secondary-600\/75:hover{outline-color:#faac1ebf}.hover\:outline-secondary-600\/80:hover{outline-color:#faac1ecc}.hover\:outline-secondary-600\/90:hover{outline-color:#faac1ee6}.hover\:outline-secondary-600\/95:hover{outline-color:#faac1ef2}.hover\:outline-secondary-600\/100:hover{outline-color:#faac1e}.hover\:outline-secondary-700\/0:hover{outline-color:#df991a00}.hover\:outline-secondary-700\/5:hover{outline-color:#df991a0d}.hover\:outline-secondary-700\/10:hover{outline-color:#df991a1a}.hover\:outline-secondary-700\/20:hover{outline-color:#df991a33}.hover\:outline-secondary-700\/25:hover{outline-color:#df991a40}.hover\:outline-secondary-700\/30:hover{outline-color:#df991a4d}.hover\:outline-secondary-700\/40:hover{outline-color:#df991a66}.hover\:outline-secondary-700\/50:hover{outline-color:#df991a80}.hover\:outline-secondary-700\/60:hover{outline-color:#df991a99}.hover\:outline-secondary-700\/70:hover{outline-color:#df991ab3}.hover\:outline-secondary-700\/75:hover{outline-color:#df991abf}.hover\:outline-secondary-700\/80:hover{outline-color:#df991acc}.hover\:outline-secondary-700\/90:hover{outline-color:#df991ae6}.hover\:outline-secondary-700\/95:hover{outline-color:#df991af2}.hover\:outline-secondary-700\/100:hover{outline-color:#df991a}.hover\:outline-secondary-800\/0:hover{outline-color:#c1851700}.hover\:outline-secondary-800\/5:hover{outline-color:#c185170d}.hover\:outline-secondary-800\/10:hover{outline-color:#c185171a}.hover\:outline-secondary-800\/20:hover{outline-color:#c1851733}.hover\:outline-secondary-800\/25:hover{outline-color:#c1851740}.hover\:outline-secondary-800\/30:hover{outline-color:#c185174d}.hover\:outline-secondary-800\/40:hover{outline-color:#c1851766}.hover\:outline-secondary-800\/50:hover{outline-color:#c1851780}.hover\:outline-secondary-800\/60:hover{outline-color:#c1851799}.hover\:outline-secondary-800\/70:hover{outline-color:#c18517b3}.hover\:outline-secondary-800\/75:hover{outline-color:#c18517bf}.hover\:outline-secondary-800\/80:hover{outline-color:#c18517cc}.hover\:outline-secondary-800\/90:hover{outline-color:#c18517e6}.hover\:outline-secondary-800\/95:hover{outline-color:#c18517f2}.hover\:outline-secondary-800\/100:hover{outline-color:#c18517}.hover\:outline-secondary-900\/0:hover{outline-color:#9e6c1200}.hover\:outline-secondary-900\/5:hover{outline-color:#9e6c120d}.hover\:outline-secondary-900\/10:hover{outline-color:#9e6c121a}.hover\:outline-secondary-900\/20:hover{outline-color:#9e6c1233}.hover\:outline-secondary-900\/25:hover{outline-color:#9e6c1240}.hover\:outline-secondary-900\/30:hover{outline-color:#9e6c124d}.hover\:outline-secondary-900\/40:hover{outline-color:#9e6c1266}.hover\:outline-secondary-900\/50:hover{outline-color:#9e6c1280}.hover\:outline-secondary-900\/60:hover{outline-color:#9e6c1299}.hover\:outline-secondary-900\/70:hover{outline-color:#9e6c12b3}.hover\:outline-secondary-900\/75:hover{outline-color:#9e6c12bf}.hover\:outline-secondary-900\/80:hover{outline-color:#9e6c12cc}.hover\:outline-secondary-900\/90:hover{outline-color:#9e6c12e6}.hover\:outline-secondary-900\/95:hover{outline-color:#9e6c12f2}.hover\:outline-secondary-900\/100:hover{outline-color:#9e6c12}.hover\:outline-secondary-1000\/0:hover{outline-color:#6f4c0d00}.hover\:outline-secondary-1000\/5:hover{outline-color:#6f4c0d0d}.hover\:outline-secondary-1000\/10:hover{outline-color:#6f4c0d1a}.hover\:outline-secondary-1000\/20:hover{outline-color:#6f4c0d33}.hover\:outline-secondary-1000\/25:hover{outline-color:#6f4c0d40}.hover\:outline-secondary-1000\/30:hover{outline-color:#6f4c0d4d}.hover\:outline-secondary-1000\/40:hover{outline-color:#6f4c0d66}.hover\:outline-secondary-1000\/50:hover{outline-color:#6f4c0d80}.hover\:outline-secondary-1000\/60:hover{outline-color:#6f4c0d99}.hover\:outline-secondary-1000\/70:hover{outline-color:#6f4c0db3}.hover\:outline-secondary-1000\/75:hover{outline-color:#6f4c0dbf}.hover\:outline-secondary-1000\/80:hover{outline-color:#6f4c0dcc}.hover\:outline-secondary-1000\/90:hover{outline-color:#6f4c0de6}.hover\:outline-secondary-1000\/95:hover{outline-color:#6f4c0df2}.hover\:outline-secondary-1000\/100:hover{outline-color:#6f4c0d}.hover\:outline-grey-100\/0:hover{outline-color:#f2f3f400}.hover\:outline-grey-100\/5:hover{outline-color:#f2f3f40d}.hover\:outline-grey-100\/10:hover{outline-color:#f2f3f41a}.hover\:outline-grey-100\/20:hover{outline-color:#f2f3f433}.hover\:outline-grey-100\/25:hover{outline-color:#f2f3f440}.hover\:outline-grey-100\/30:hover{outline-color:#f2f3f44d}.hover\:outline-grey-100\/40:hover{outline-color:#f2f3f466}.hover\:outline-grey-100\/50:hover{outline-color:#f2f3f480}.hover\:outline-grey-100\/60:hover{outline-color:#f2f3f499}.hover\:outline-grey-100\/70:hover{outline-color:#f2f3f4b3}.hover\:outline-grey-100\/75:hover{outline-color:#f2f3f4bf}.hover\:outline-grey-100\/80:hover{outline-color:#f2f3f4cc}.hover\:outline-grey-100\/90:hover{outline-color:#f2f3f4e6}.hover\:outline-grey-100\/95:hover{outline-color:#f2f3f4f2}.hover\:outline-grey-100\/100:hover{outline-color:#f2f3f4}.hover\:outline-grey-200\/0:hover{outline-color:#e6e7e800}.hover\:outline-grey-200\/5:hover{outline-color:#e6e7e80d}.hover\:outline-grey-200\/10:hover{outline-color:#e6e7e81a}.hover\:outline-grey-200\/20:hover{outline-color:#e6e7e833}.hover\:outline-grey-200\/25:hover{outline-color:#e6e7e840}.hover\:outline-grey-200\/30:hover{outline-color:#e6e7e84d}.hover\:outline-grey-200\/40:hover{outline-color:#e6e7e866}.hover\:outline-grey-200\/50:hover{outline-color:#e6e7e880}.hover\:outline-grey-200\/60:hover{outline-color:#e6e7e899}.hover\:outline-grey-200\/70:hover{outline-color:#e6e7e8b3}.hover\:outline-grey-200\/75:hover{outline-color:#e6e7e8bf}.hover\:outline-grey-200\/80:hover{outline-color:#e6e7e8cc}.hover\:outline-grey-200\/90:hover{outline-color:#e6e7e8e6}.hover\:outline-grey-200\/95:hover{outline-color:#e6e7e8f2}.hover\:outline-grey-200\/100:hover{outline-color:#e6e7e8}.hover\:outline-grey-300\/0:hover{outline-color:#caccd000}.hover\:outline-grey-300\/5:hover{outline-color:#caccd00d}.hover\:outline-grey-300\/10:hover{outline-color:#caccd01a}.hover\:outline-grey-300\/20:hover{outline-color:#caccd033}.hover\:outline-grey-300\/25:hover{outline-color:#caccd040}.hover\:outline-grey-300\/30:hover{outline-color:#caccd04d}.hover\:outline-grey-300\/40:hover{outline-color:#caccd066}.hover\:outline-grey-300\/50:hover{outline-color:#caccd080}.hover\:outline-grey-300\/60:hover{outline-color:#caccd099}.hover\:outline-grey-300\/70:hover{outline-color:#caccd0b3}.hover\:outline-grey-300\/75:hover{outline-color:#caccd0bf}.hover\:outline-grey-300\/80:hover{outline-color:#caccd0cc}.hover\:outline-grey-300\/90:hover{outline-color:#caccd0e6}.hover\:outline-grey-300\/95:hover{outline-color:#caccd0f2}.hover\:outline-grey-300\/100:hover{outline-color:#caccd0}.hover\:outline-grey-400\/0:hover{outline-color:#aaaeb400}.hover\:outline-grey-400\/5:hover{outline-color:#aaaeb40d}.hover\:outline-grey-400\/10:hover{outline-color:#aaaeb41a}.hover\:outline-grey-400\/20:hover{outline-color:#aaaeb433}.hover\:outline-grey-400\/25:hover{outline-color:#aaaeb440}.hover\:outline-grey-400\/30:hover{outline-color:#aaaeb44d}.hover\:outline-grey-400\/40:hover{outline-color:#aaaeb466}.hover\:outline-grey-400\/50:hover{outline-color:#aaaeb480}.hover\:outline-grey-400\/60:hover{outline-color:#aaaeb499}.hover\:outline-grey-400\/70:hover{outline-color:#aaaeb4b3}.hover\:outline-grey-400\/75:hover{outline-color:#aaaeb4bf}.hover\:outline-grey-400\/80:hover{outline-color:#aaaeb4cc}.hover\:outline-grey-400\/90:hover{outline-color:#aaaeb4e6}.hover\:outline-grey-400\/95:hover{outline-color:#aaaeb4f2}.hover\:outline-grey-400\/100:hover{outline-color:#aaaeb4}.hover\:outline-grey-500\/0:hover{outline-color:#82899300}.hover\:outline-grey-500\/5:hover{outline-color:#8289930d}.hover\:outline-grey-500\/10:hover{outline-color:#8289931a}.hover\:outline-grey-500\/20:hover{outline-color:#82899333}.hover\:outline-grey-500\/25:hover{outline-color:#82899340}.hover\:outline-grey-500\/30:hover{outline-color:#8289934d}.hover\:outline-grey-500\/40:hover{outline-color:#82899366}.hover\:outline-grey-500\/50:hover{outline-color:#82899380}.hover\:outline-grey-500\/60:hover{outline-color:#82899399}.hover\:outline-grey-500\/70:hover{outline-color:#828993b3}.hover\:outline-grey-500\/75:hover{outline-color:#828993bf}.hover\:outline-grey-500\/80:hover{outline-color:#828993cc}.hover\:outline-grey-500\/90:hover{outline-color:#828993e6}.hover\:outline-grey-500\/95:hover{outline-color:#828993f2}.hover\:outline-grey-500\/100:hover{outline-color:#828993}.hover\:outline-grey-600\/0:hover{outline-color:#47556900}.hover\:outline-grey-600\/5:hover{outline-color:#4755690d}.hover\:outline-grey-600\/10:hover{outline-color:#4755691a}.hover\:outline-grey-600\/20:hover{outline-color:#47556933}.hover\:outline-grey-600\/25:hover{outline-color:#47556940}.hover\:outline-grey-600\/30:hover{outline-color:#4755694d}.hover\:outline-grey-600\/40:hover{outline-color:#47556966}.hover\:outline-grey-600\/50:hover{outline-color:#47556980}.hover\:outline-grey-600\/60:hover{outline-color:#47556999}.hover\:outline-grey-600\/70:hover{outline-color:#475569b3}.hover\:outline-grey-600\/75:hover{outline-color:#475569bf}.hover\:outline-grey-600\/80:hover{outline-color:#475569cc}.hover\:outline-grey-600\/90:hover{outline-color:#475569e6}.hover\:outline-grey-600\/95:hover{outline-color:#475569f2}.hover\:outline-grey-600\/100:hover{outline-color:#475569}.hover\:outline-grey-700\/0:hover{outline-color:#3f4c5d00}.hover\:outline-grey-700\/5:hover{outline-color:#3f4c5d0d}.hover\:outline-grey-700\/10:hover{outline-color:#3f4c5d1a}.hover\:outline-grey-700\/20:hover{outline-color:#3f4c5d33}.hover\:outline-grey-700\/25:hover{outline-color:#3f4c5d40}.hover\:outline-grey-700\/30:hover{outline-color:#3f4c5d4d}.hover\:outline-grey-700\/40:hover{outline-color:#3f4c5d66}.hover\:outline-grey-700\/50:hover{outline-color:#3f4c5d80}.hover\:outline-grey-700\/60:hover{outline-color:#3f4c5d99}.hover\:outline-grey-700\/70:hover{outline-color:#3f4c5db3}.hover\:outline-grey-700\/75:hover{outline-color:#3f4c5dbf}.hover\:outline-grey-700\/80:hover{outline-color:#3f4c5dcc}.hover\:outline-grey-700\/90:hover{outline-color:#3f4c5de6}.hover\:outline-grey-700\/95:hover{outline-color:#3f4c5df2}.hover\:outline-grey-700\/100:hover{outline-color:#3f4c5d}.hover\:outline-grey-800\/0:hover{outline-color:#36415100}.hover\:outline-grey-800\/5:hover{outline-color:#3641510d}.hover\:outline-grey-800\/10:hover{outline-color:#3641511a}.hover\:outline-grey-800\/20:hover{outline-color:#36415133}.hover\:outline-grey-800\/25:hover{outline-color:#36415140}.hover\:outline-grey-800\/30:hover{outline-color:#3641514d}.hover\:outline-grey-800\/40:hover{outline-color:#36415166}.hover\:outline-grey-800\/50:hover{outline-color:#36415180}.hover\:outline-grey-800\/60:hover{outline-color:#36415199}.hover\:outline-grey-800\/70:hover{outline-color:#364151b3}.hover\:outline-grey-800\/75:hover{outline-color:#364151bf}.hover\:outline-grey-800\/80:hover{outline-color:#364151cc}.hover\:outline-grey-800\/90:hover{outline-color:#364151e6}.hover\:outline-grey-800\/95:hover{outline-color:#364151f2}.hover\:outline-grey-800\/100:hover{outline-color:#364151}.hover\:outline-grey-900\/0:hover{outline-color:#2c354200}.hover\:outline-grey-900\/5:hover{outline-color:#2c35420d}.hover\:outline-grey-900\/10:hover{outline-color:#2c35421a}.hover\:outline-grey-900\/20:hover{outline-color:#2c354233}.hover\:outline-grey-900\/25:hover{outline-color:#2c354240}.hover\:outline-grey-900\/30:hover{outline-color:#2c35424d}.hover\:outline-grey-900\/40:hover{outline-color:#2c354266}.hover\:outline-grey-900\/50:hover{outline-color:#2c354280}.hover\:outline-grey-900\/60:hover{outline-color:#2c354299}.hover\:outline-grey-900\/70:hover{outline-color:#2c3542b3}.hover\:outline-grey-900\/75:hover{outline-color:#2c3542bf}.hover\:outline-grey-900\/80:hover{outline-color:#2c3542cc}.hover\:outline-grey-900\/90:hover{outline-color:#2c3542e6}.hover\:outline-grey-900\/95:hover{outline-color:#2c3542f2}.hover\:outline-grey-900\/100:hover{outline-color:#2c3542}.hover\:outline-grey-1000\/0:hover{outline-color:#1f262e00}.hover\:outline-grey-1000\/5:hover{outline-color:#1f262e0d}.hover\:outline-grey-1000\/10:hover{outline-color:#1f262e1a}.hover\:outline-grey-1000\/20:hover{outline-color:#1f262e33}.hover\:outline-grey-1000\/25:hover{outline-color:#1f262e40}.hover\:outline-grey-1000\/30:hover{outline-color:#1f262e4d}.hover\:outline-grey-1000\/40:hover{outline-color:#1f262e66}.hover\:outline-grey-1000\/50:hover{outline-color:#1f262e80}.hover\:outline-grey-1000\/60:hover{outline-color:#1f262e99}.hover\:outline-grey-1000\/70:hover{outline-color:#1f262eb3}.hover\:outline-grey-1000\/75:hover{outline-color:#1f262ebf}.hover\:outline-grey-1000\/80:hover{outline-color:#1f262ecc}.hover\:outline-grey-1000\/90:hover{outline-color:#1f262ee6}.hover\:outline-grey-1000\/95:hover{outline-color:#1f262ef2}.hover\:outline-grey-1000\/100:hover{outline-color:#1f262e}.hover\:outline-green-1000\/0:hover{outline-color:#175e4400}.hover\:outline-green-1000\/5:hover{outline-color:#175e440d}.hover\:outline-green-1000\/10:hover{outline-color:#175e441a}.hover\:outline-green-1000\/20:hover{outline-color:#175e4433}.hover\:outline-green-1000\/25:hover{outline-color:#175e4440}.hover\:outline-green-1000\/30:hover{outline-color:#175e444d}.hover\:outline-green-1000\/40:hover{outline-color:#175e4466}.hover\:outline-green-1000\/50:hover{outline-color:#175e4480}.hover\:outline-green-1000\/60:hover{outline-color:#175e4499}.hover\:outline-green-1000\/70:hover{outline-color:#175e44b3}.hover\:outline-green-1000\/75:hover{outline-color:#175e44bf}.hover\:outline-green-1000\/80:hover{outline-color:#175e44cc}.hover\:outline-green-1000\/90:hover{outline-color:#175e44e6}.hover\:outline-green-1000\/95:hover{outline-color:#175e44f2}.hover\:outline-green-1000\/100:hover{outline-color:#175e44}.hover\:outline-blue-1000\/0:hover{outline-color:#102c6900}.hover\:outline-blue-1000\/5:hover{outline-color:#102c690d}.hover\:outline-blue-1000\/10:hover{outline-color:#102c691a}.hover\:outline-blue-1000\/20:hover{outline-color:#102c6933}.hover\:outline-blue-1000\/25:hover{outline-color:#102c6940}.hover\:outline-blue-1000\/30:hover{outline-color:#102c694d}.hover\:outline-blue-1000\/40:hover{outline-color:#102c6966}.hover\:outline-blue-1000\/50:hover{outline-color:#102c6980}.hover\:outline-blue-1000\/60:hover{outline-color:#102c6999}.hover\:outline-blue-1000\/70:hover{outline-color:#102c69b3}.hover\:outline-blue-1000\/75:hover{outline-color:#102c69bf}.hover\:outline-blue-1000\/80:hover{outline-color:#102c69cc}.hover\:outline-blue-1000\/90:hover{outline-color:#102c69e6}.hover\:outline-blue-1000\/95:hover{outline-color:#102c69f2}.hover\:outline-blue-1000\/100:hover{outline-color:#102c69}.hover\:outline-orange-1000\/0:hover{outline-color:#68270500}.hover\:outline-orange-1000\/5:hover{outline-color:#6827050d}.hover\:outline-orange-1000\/10:hover{outline-color:#6827051a}.hover\:outline-orange-1000\/20:hover{outline-color:#68270533}.hover\:outline-orange-1000\/25:hover{outline-color:#68270540}.hover\:outline-orange-1000\/30:hover{outline-color:#6827054d}.hover\:outline-orange-1000\/40:hover{outline-color:#68270566}.hover\:outline-orange-1000\/50:hover{outline-color:#68270580}.hover\:outline-orange-1000\/60:hover{outline-color:#68270599}.hover\:outline-orange-1000\/70:hover{outline-color:#682705b3}.hover\:outline-orange-1000\/75:hover{outline-color:#682705bf}.hover\:outline-orange-1000\/80:hover{outline-color:#682705cc}.hover\:outline-orange-1000\/90:hover{outline-color:#682705e6}.hover\:outline-orange-1000\/95:hover{outline-color:#682705f2}.hover\:outline-orange-1000\/100:hover{outline-color:#682705}.hover\:outline-red-1000\/0:hover{outline-color:#62101000}.hover\:outline-red-1000\/5:hover{outline-color:#6210100d}.hover\:outline-red-1000\/10:hover{outline-color:#6210101a}.hover\:outline-red-1000\/20:hover{outline-color:#62101033}.hover\:outline-red-1000\/25:hover{outline-color:#62101040}.hover\:outline-red-1000\/30:hover{outline-color:#6210104d}.hover\:outline-red-1000\/40:hover{outline-color:#62101066}.hover\:outline-red-1000\/50:hover{outline-color:#62101080}.hover\:outline-red-1000\/60:hover{outline-color:#62101099}.hover\:outline-red-1000\/70:hover{outline-color:#621010b3}.hover\:outline-red-1000\/75:hover{outline-color:#621010bf}.hover\:outline-red-1000\/80:hover{outline-color:#621010cc}.hover\:outline-red-1000\/90:hover{outline-color:#621010e6}.hover\:outline-red-1000\/95:hover{outline-color:#621010f2}.hover\:outline-red-1000\/100:hover{outline-color:#621010}.hover\:outline-primary\/0:hover{outline-color:#a78bfa00}.hover\:outline-primary\/5:hover{outline-color:#a78bfa0d}.hover\:outline-primary\/10:hover{outline-color:#a78bfa1a}.hover\:outline-primary\/20:hover{outline-color:#a78bfa33}.hover\:outline-primary\/25:hover{outline-color:#a78bfa40}.hover\:outline-primary\/30:hover{outline-color:#a78bfa4d}.hover\:outline-primary\/40:hover{outline-color:#a78bfa66}.hover\:outline-primary\/50:hover{outline-color:#a78bfa80}.hover\:outline-primary\/60:hover{outline-color:#a78bfa99}.hover\:outline-primary\/70:hover{outline-color:#a78bfab3}.hover\:outline-primary\/75:hover{outline-color:#a78bfabf}.hover\:outline-primary\/80:hover{outline-color:#a78bfacc}.hover\:outline-primary\/90:hover{outline-color:#a78bfae6}.hover\:outline-primary\/95:hover{outline-color:#a78bfaf2}.hover\:outline-primary\/100:hover{outline-color:#a78bfa}.hover\:outline-primary-light\/0:hover{outline-color:#f7f5fe00}.hover\:outline-primary-light\/5:hover{outline-color:#f7f5fe0d}.hover\:outline-primary-light\/10:hover{outline-color:#f7f5fe1a}.hover\:outline-primary-light\/20:hover{outline-color:#f7f5fe33}.hover\:outline-primary-light\/25:hover{outline-color:#f7f5fe40}.hover\:outline-primary-light\/30:hover{outline-color:#f7f5fe4d}.hover\:outline-primary-light\/40:hover{outline-color:#f7f5fe66}.hover\:outline-primary-light\/50:hover{outline-color:#f7f5fe80}.hover\:outline-primary-light\/60:hover{outline-color:#f7f5fe99}.hover\:outline-primary-light\/70:hover{outline-color:#f7f5feb3}.hover\:outline-primary-light\/75:hover{outline-color:#f7f5febf}.hover\:outline-primary-light\/80:hover{outline-color:#f7f5fecc}.hover\:outline-primary-light\/90:hover{outline-color:#f7f5fee6}.hover\:outline-primary-light\/95:hover{outline-color:#f7f5fef2}.hover\:outline-primary-light\/100:hover{outline-color:#f7f5fe}.hover\:outline-primary-dark\/0:hover{outline-color:#69579e00}.hover\:outline-primary-dark\/5:hover{outline-color:#69579e0d}.hover\:outline-primary-dark\/10:hover{outline-color:#69579e1a}.hover\:outline-primary-dark\/20:hover{outline-color:#69579e33}.hover\:outline-primary-dark\/25:hover{outline-color:#69579e40}.hover\:outline-primary-dark\/30:hover{outline-color:#69579e4d}.hover\:outline-primary-dark\/40:hover{outline-color:#69579e66}.hover\:outline-primary-dark\/50:hover{outline-color:#69579e80}.hover\:outline-primary-dark\/60:hover{outline-color:#69579e99}.hover\:outline-primary-dark\/70:hover{outline-color:#69579eb3}.hover\:outline-primary-dark\/75:hover{outline-color:#69579ebf}.hover\:outline-primary-dark\/80:hover{outline-color:#69579ecc}.hover\:outline-primary-dark\/90:hover{outline-color:#69579ee6}.hover\:outline-primary-dark\/95:hover{outline-color:#69579ef2}.hover\:outline-primary-dark\/100:hover{outline-color:#69579e}.hover\:outline-info\/0:hover{outline-color:#7690ef00}.hover\:outline-info\/5:hover{outline-color:#7690ef0d}.hover\:outline-info\/10:hover{outline-color:#7690ef1a}.hover\:outline-info\/20:hover{outline-color:#7690ef33}.hover\:outline-info\/25:hover{outline-color:#7690ef40}.hover\:outline-info\/30:hover{outline-color:#7690ef4d}.hover\:outline-info\/40:hover{outline-color:#7690ef66}.hover\:outline-info\/50:hover{outline-color:#7690ef80}.hover\:outline-info\/60:hover{outline-color:#7690ef99}.hover\:outline-info\/70:hover{outline-color:#7690efb3}.hover\:outline-info\/75:hover{outline-color:#7690efbf}.hover\:outline-info\/80:hover{outline-color:#7690efcc}.hover\:outline-info\/90:hover{outline-color:#7690efe6}.hover\:outline-info\/95:hover{outline-color:#7690eff2}.hover\:outline-info\/100:hover{outline-color:#7690ef}.hover\:outline-info-light\/0:hover{outline-color:#f2f3fd00}.hover\:outline-info-light\/5:hover{outline-color:#f2f3fd0d}.hover\:outline-info-light\/10:hover{outline-color:#f2f3fd1a}.hover\:outline-info-light\/20:hover{outline-color:#f2f3fd33}.hover\:outline-info-light\/25:hover{outline-color:#f2f3fd40}.hover\:outline-info-light\/30:hover{outline-color:#f2f3fd4d}.hover\:outline-info-light\/40:hover{outline-color:#f2f3fd66}.hover\:outline-info-light\/50:hover{outline-color:#f2f3fd80}.hover\:outline-info-light\/60:hover{outline-color:#f2f3fd99}.hover\:outline-info-light\/70:hover{outline-color:#f2f3fdb3}.hover\:outline-info-light\/75:hover{outline-color:#f2f3fdbf}.hover\:outline-info-light\/80:hover{outline-color:#f2f3fdcc}.hover\:outline-info-light\/90:hover{outline-color:#f2f3fde6}.hover\:outline-info-light\/95:hover{outline-color:#f2f3fdf2}.hover\:outline-info-light\/100:hover{outline-color:#f2f3fd}.hover\:outline-info-dark\/0:hover{outline-color:#2158d200}.hover\:outline-info-dark\/5:hover{outline-color:#2158d20d}.hover\:outline-info-dark\/10:hover{outline-color:#2158d21a}.hover\:outline-info-dark\/20:hover{outline-color:#2158d233}.hover\:outline-info-dark\/25:hover{outline-color:#2158d240}.hover\:outline-info-dark\/30:hover{outline-color:#2158d24d}.hover\:outline-info-dark\/40:hover{outline-color:#2158d266}.hover\:outline-info-dark\/50:hover{outline-color:#2158d280}.hover\:outline-info-dark\/60:hover{outline-color:#2158d299}.hover\:outline-info-dark\/70:hover{outline-color:#2158d2b3}.hover\:outline-info-dark\/75:hover{outline-color:#2158d2bf}.hover\:outline-info-dark\/80:hover{outline-color:#2158d2cc}.hover\:outline-info-dark\/90:hover{outline-color:#2158d2e6}.hover\:outline-info-dark\/95:hover{outline-color:#2158d2f2}.hover\:outline-info-dark\/100:hover{outline-color:#2158d2}.hover\:outline-success\/0:hover{outline-color:#28a37600}.hover\:outline-success\/5:hover{outline-color:#28a3760d}.hover\:outline-success\/10:hover{outline-color:#28a3761a}.hover\:outline-success\/20:hover{outline-color:#28a37633}.hover\:outline-success\/25:hover{outline-color:#28a37640}.hover\:outline-success\/30:hover{outline-color:#28a3764d}.hover\:outline-success\/40:hover{outline-color:#28a37666}.hover\:outline-success\/50:hover{outline-color:#28a37680}.hover\:outline-success\/60:hover{outline-color:#28a37699}.hover\:outline-success\/70:hover{outline-color:#28a376b3}.hover\:outline-success\/75:hover{outline-color:#28a376bf}.hover\:outline-success\/80:hover{outline-color:#28a376cc}.hover\:outline-success\/90:hover{outline-color:#28a376e6}.hover\:outline-success\/95:hover{outline-color:#28a376f2}.hover\:outline-success\/100:hover{outline-color:#28a376}.hover\:outline-success-light\/0:hover{outline-color:#f2faf600}.hover\:outline-success-light\/5:hover{outline-color:#f2faf60d}.hover\:outline-success-light\/10:hover{outline-color:#f2faf61a}.hover\:outline-success-light\/20:hover{outline-color:#f2faf633}.hover\:outline-success-light\/25:hover{outline-color:#f2faf640}.hover\:outline-success-light\/30:hover{outline-color:#f2faf64d}.hover\:outline-success-light\/40:hover{outline-color:#f2faf666}.hover\:outline-success-light\/50:hover{outline-color:#f2faf680}.hover\:outline-success-light\/60:hover{outline-color:#f2faf699}.hover\:outline-success-light\/70:hover{outline-color:#f2faf6b3}.hover\:outline-success-light\/75:hover{outline-color:#f2faf6bf}.hover\:outline-success-light\/80:hover{outline-color:#f2faf6cc}.hover\:outline-success-light\/90:hover{outline-color:#f2faf6e6}.hover\:outline-success-light\/95:hover{outline-color:#f2faf6f2}.hover\:outline-success-light\/100:hover{outline-color:#f2faf6}.hover\:outline-success-dark\/0:hover{outline-color:#20856000}.hover\:outline-success-dark\/5:hover{outline-color:#2085600d}.hover\:outline-success-dark\/10:hover{outline-color:#2085601a}.hover\:outline-success-dark\/20:hover{outline-color:#20856033}.hover\:outline-success-dark\/25:hover{outline-color:#20856040}.hover\:outline-success-dark\/30:hover{outline-color:#2085604d}.hover\:outline-success-dark\/40:hover{outline-color:#20856066}.hover\:outline-success-dark\/50:hover{outline-color:#20856080}.hover\:outline-success-dark\/60:hover{outline-color:#20856099}.hover\:outline-success-dark\/70:hover{outline-color:#208560b3}.hover\:outline-success-dark\/75:hover{outline-color:#208560bf}.hover\:outline-success-dark\/80:hover{outline-color:#208560cc}.hover\:outline-success-dark\/90:hover{outline-color:#208560e6}.hover\:outline-success-dark\/95:hover{outline-color:#208560f2}.hover\:outline-success-dark\/100:hover{outline-color:#208560}.hover\:outline-warning\/0:hover{outline-color:#faac1e00}.hover\:outline-warning\/5:hover{outline-color:#faac1e0d}.hover\:outline-warning\/10:hover{outline-color:#faac1e1a}.hover\:outline-warning\/20:hover{outline-color:#faac1e33}.hover\:outline-warning\/25:hover{outline-color:#faac1e40}.hover\:outline-warning\/30:hover{outline-color:#faac1e4d}.hover\:outline-warning\/40:hover{outline-color:#faac1e66}.hover\:outline-warning\/50:hover{outline-color:#faac1e80}.hover\:outline-warning\/60:hover{outline-color:#faac1e99}.hover\:outline-warning\/70:hover{outline-color:#faac1eb3}.hover\:outline-warning\/75:hover{outline-color:#faac1ebf}.hover\:outline-warning\/80:hover{outline-color:#faac1ecc}.hover\:outline-warning\/90:hover{outline-color:#faac1ee6}.hover\:outline-warning\/95:hover{outline-color:#faac1ef2}.hover\:outline-warning\/100:hover{outline-color:#faac1e}.hover\:outline-warning-light\/0:hover{outline-color:#fef7f200}.hover\:outline-warning-light\/5:hover{outline-color:#fef7f20d}.hover\:outline-warning-light\/10:hover{outline-color:#fef7f21a}.hover\:outline-warning-light\/20:hover{outline-color:#fef7f233}.hover\:outline-warning-light\/25:hover{outline-color:#fef7f240}.hover\:outline-warning-light\/30:hover{outline-color:#fef7f24d}.hover\:outline-warning-light\/40:hover{outline-color:#fef7f266}.hover\:outline-warning-light\/50:hover{outline-color:#fef7f280}.hover\:outline-warning-light\/60:hover{outline-color:#fef7f299}.hover\:outline-warning-light\/70:hover{outline-color:#fef7f2b3}.hover\:outline-warning-light\/75:hover{outline-color:#fef7f2bf}.hover\:outline-warning-light\/80:hover{outline-color:#fef7f2cc}.hover\:outline-warning-light\/90:hover{outline-color:#fef7f2e6}.hover\:outline-warning-light\/95:hover{outline-color:#fef7f2f2}.hover\:outline-warning-light\/100:hover{outline-color:#fef7f2}.hover\:outline-warning-dark\/0:hover{outline-color:#9e6c1200}.hover\:outline-warning-dark\/5:hover{outline-color:#9e6c120d}.hover\:outline-warning-dark\/10:hover{outline-color:#9e6c121a}.hover\:outline-warning-dark\/20:hover{outline-color:#9e6c1233}.hover\:outline-warning-dark\/25:hover{outline-color:#9e6c1240}.hover\:outline-warning-dark\/30:hover{outline-color:#9e6c124d}.hover\:outline-warning-dark\/40:hover{outline-color:#9e6c1266}.hover\:outline-warning-dark\/50:hover{outline-color:#9e6c1280}.hover\:outline-warning-dark\/60:hover{outline-color:#9e6c1299}.hover\:outline-warning-dark\/70:hover{outline-color:#9e6c12b3}.hover\:outline-warning-dark\/75:hover{outline-color:#9e6c12bf}.hover\:outline-warning-dark\/80:hover{outline-color:#9e6c12cc}.hover\:outline-warning-dark\/90:hover{outline-color:#9e6c12e6}.hover\:outline-warning-dark\/95:hover{outline-color:#9e6c12f2}.hover\:outline-warning-dark\/100:hover{outline-color:#9e6c12}.hover\:outline-error\/0:hover{outline-color:#dc262600}.hover\:outline-error\/5:hover{outline-color:#dc26260d}.hover\:outline-error\/10:hover{outline-color:#dc26261a}.hover\:outline-error\/20:hover{outline-color:#dc262633}.hover\:outline-error\/25:hover{outline-color:#dc262640}.hover\:outline-error\/30:hover{outline-color:#dc26264d}.hover\:outline-error\/40:hover{outline-color:#dc262666}.hover\:outline-error\/50:hover{outline-color:#dc262680}.hover\:outline-error\/60:hover{outline-color:#dc262699}.hover\:outline-error\/70:hover{outline-color:#dc2626b3}.hover\:outline-error\/75:hover{outline-color:#dc2626bf}.hover\:outline-error\/80:hover{outline-color:#dc2626cc}.hover\:outline-error\/90:hover{outline-color:#dc2626e6}.hover\:outline-error\/95:hover{outline-color:#dc2626f2}.hover\:outline-error\/100:hover{outline-color:#dc2626}.hover\:outline-error-light\/0:hover{outline-color:#fbf2f200}.hover\:outline-error-light\/5:hover{outline-color:#fbf2f20d}.hover\:outline-error-light\/10:hover{outline-color:#fbf2f21a}.hover\:outline-error-light\/20:hover{outline-color:#fbf2f233}.hover\:outline-error-light\/25:hover{outline-color:#fbf2f240}.hover\:outline-error-light\/30:hover{outline-color:#fbf2f24d}.hover\:outline-error-light\/40:hover{outline-color:#fbf2f266}.hover\:outline-error-light\/50:hover{outline-color:#fbf2f280}.hover\:outline-error-light\/60:hover{outline-color:#fbf2f299}.hover\:outline-error-light\/70:hover{outline-color:#fbf2f2b3}.hover\:outline-error-light\/75:hover{outline-color:#fbf2f2bf}.hover\:outline-error-light\/80:hover{outline-color:#fbf2f2cc}.hover\:outline-error-light\/90:hover{outline-color:#fbf2f2e6}.hover\:outline-error-light\/95:hover{outline-color:#fbf2f2f2}.hover\:outline-error-light\/100:hover{outline-color:#fbf2f2}.hover\:outline-error-dark\/0:hover{outline-color:#c4212100}.hover\:outline-error-dark\/5:hover{outline-color:#c421210d}.hover\:outline-error-dark\/10:hover{outline-color:#c421211a}.hover\:outline-error-dark\/20:hover{outline-color:#c4212133}.hover\:outline-error-dark\/25:hover{outline-color:#c4212140}.hover\:outline-error-dark\/30:hover{outline-color:#c421214d}.hover\:outline-error-dark\/40:hover{outline-color:#c4212166}.hover\:outline-error-dark\/50:hover{outline-color:#c4212180}.hover\:outline-error-dark\/60:hover{outline-color:#c4212199}.hover\:outline-error-dark\/70:hover{outline-color:#c42121b3}.hover\:outline-error-dark\/75:hover{outline-color:#c42121bf}.hover\:outline-error-dark\/80:hover{outline-color:#c42121cc}.hover\:outline-error-dark\/90:hover{outline-color:#c42121e6}.hover\:outline-error-dark\/95:hover{outline-color:#c42121f2}.hover\:outline-error-dark\/100:hover{outline-color:#c42121}.hover\:outline-grey\/0:hover{outline-color:#47556900}.hover\:outline-grey\/5:hover{outline-color:#4755690d}.hover\:outline-grey\/10:hover{outline-color:#4755691a}.hover\:outline-grey\/20:hover{outline-color:#47556933}.hover\:outline-grey\/25:hover{outline-color:#47556940}.hover\:outline-grey\/30:hover{outline-color:#4755694d}.hover\:outline-grey\/40:hover{outline-color:#47556966}.hover\:outline-grey\/50:hover{outline-color:#47556980}.hover\:outline-grey\/60:hover{outline-color:#47556999}.hover\:outline-grey\/70:hover{outline-color:#475569b3}.hover\:outline-grey\/75:hover{outline-color:#475569bf}.hover\:outline-grey\/80:hover{outline-color:#475569cc}.hover\:outline-grey\/90:hover{outline-color:#475569e6}.hover\:outline-grey\/95:hover{outline-color:#475569f2}.hover\:outline-grey\/100:hover{outline-color:#475569}.hover\:outline-grey-light\/0:hover{outline-color:#f2f3f400}.hover\:outline-grey-light\/5:hover{outline-color:#f2f3f40d}.hover\:outline-grey-light\/10:hover{outline-color:#f2f3f41a}.hover\:outline-grey-light\/20:hover{outline-color:#f2f3f433}.hover\:outline-grey-light\/25:hover{outline-color:#f2f3f440}.hover\:outline-grey-light\/30:hover{outline-color:#f2f3f44d}.hover\:outline-grey-light\/40:hover{outline-color:#f2f3f466}.hover\:outline-grey-light\/50:hover{outline-color:#f2f3f480}.hover\:outline-grey-light\/60:hover{outline-color:#f2f3f499}.hover\:outline-grey-light\/70:hover{outline-color:#f2f3f4b3}.hover\:outline-grey-light\/75:hover{outline-color:#f2f3f4bf}.hover\:outline-grey-light\/80:hover{outline-color:#f2f3f4cc}.hover\:outline-grey-light\/90:hover{outline-color:#f2f3f4e6}.hover\:outline-grey-light\/95:hover{outline-color:#f2f3f4f2}.hover\:outline-grey-light\/100:hover{outline-color:#f2f3f4}.hover\:outline-grey-dark\/0:hover{outline-color:#2c354200}.hover\:outline-grey-dark\/5:hover{outline-color:#2c35420d}.hover\:outline-grey-dark\/10:hover{outline-color:#2c35421a}.hover\:outline-grey-dark\/20:hover{outline-color:#2c354233}.hover\:outline-grey-dark\/25:hover{outline-color:#2c354240}.hover\:outline-grey-dark\/30:hover{outline-color:#2c35424d}.hover\:outline-grey-dark\/40:hover{outline-color:#2c354266}.hover\:outline-grey-dark\/50:hover{outline-color:#2c354280}.hover\:outline-grey-dark\/60:hover{outline-color:#2c354299}.hover\:outline-grey-dark\/70:hover{outline-color:#2c3542b3}.hover\:outline-grey-dark\/75:hover{outline-color:#2c3542bf}.hover\:outline-grey-dark\/80:hover{outline-color:#2c3542cc}.hover\:outline-grey-dark\/90:hover{outline-color:#2c3542e6}.hover\:outline-grey-dark\/95:hover{outline-color:#2c3542f2}.hover\:outline-grey-dark\/100:hover{outline-color:#2c3542}.hover\:ring-2:hover{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.hover\:ring-red-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity))}.hover\:ring-red-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 242 242 / var(--tw-ring-opacity))}.hover\:ring-red-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 228 228 / var(--tw-ring-opacity))}.hover\:ring-red-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(241 198 198 / var(--tw-ring-opacity))}.hover\:ring-red-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 163 163 / var(--tw-ring-opacity))}.hover\:ring-red-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(227 118 118 / var(--tw-ring-opacity))}.hover\:ring-red-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity))}.hover\:ring-red-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(196 33 33 / var(--tw-ring-opacity))}.hover\:ring-red-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(170 29 29 / var(--tw-ring-opacity))}.hover\:ring-red-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(139 24 24 / var(--tw-ring-opacity))}.hover\:ring-orange-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity))}.hover\:ring-orange-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 243 241 / var(--tw-ring-opacity))}.hover\:ring-orange-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 231 228 / var(--tw-ring-opacity))}.hover\:ring-orange-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(246 205 197 / var(--tw-ring-opacity))}.hover\:ring-orange-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 175 161 / var(--tw-ring-opacity))}.hover\:ring-orange-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(238 138 114 / var(--tw-ring-opacity))}.hover\:ring-orange-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity))}.hover\:ring-orange-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 78 10 / var(--tw-ring-opacity))}.hover\:ring-orange-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(181 68 9 / var(--tw-ring-opacity))}.hover\:ring-orange-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 55 7 / var(--tw-ring-opacity))}.hover\:ring-yellow-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity))}.hover\:ring-yellow-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity))}.hover\:ring-yellow-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity))}.hover\:ring-yellow-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity))}.hover\:ring-yellow-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity))}.hover\:ring-yellow-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity))}.hover\:ring-yellow-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity))}.hover\:ring-yellow-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity))}.hover\:ring-yellow-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity))}.hover\:ring-yellow-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity))}.hover\:ring-green-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 253 244 / var(--tw-ring-opacity))}.hover\:ring-green-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 250 246 / var(--tw-ring-opacity))}.hover\:ring-green-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(229 246 238 / var(--tw-ring-opacity))}.hover\:ring-green-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(200 238 219 / var(--tw-ring-opacity))}.hover\:ring-green-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(166 229 200 / var(--tw-ring-opacity))}.hover\:ring-green-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(123 220 178 / var(--tw-ring-opacity))}.hover\:ring-green-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity))}.hover\:ring-green-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(46 188 136 / var(--tw-ring-opacity))}.hover\:ring-green-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(40 163 118 / var(--tw-ring-opacity))}.hover\:ring-green-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(32 133 96 / var(--tw-ring-opacity))}.hover\:ring-emerald-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity))}.hover\:ring-emerald-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity))}.hover\:ring-emerald-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity))}.hover\:ring-emerald-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity))}.hover\:ring-emerald-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity))}.hover\:ring-emerald-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity))}.hover\:ring-emerald-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity))}.hover\:ring-emerald-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity))}.hover\:ring-emerald-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity))}.hover\:ring-emerald-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity))}.hover\:ring-teal-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity))}.hover\:ring-teal-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity))}.hover\:ring-teal-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity))}.hover\:ring-teal-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity))}.hover\:ring-teal-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity))}.hover\:ring-teal-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity))}.hover\:ring-teal-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity))}.hover\:ring-teal-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity))}.hover\:ring-teal-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity))}.hover\:ring-teal-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity))}.hover\:ring-sky-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 249 255 / var(--tw-ring-opacity))}.hover\:ring-sky-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity))}.hover\:ring-sky-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity))}.hover\:ring-sky-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity))}.hover\:ring-sky-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity))}.hover\:ring-sky-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity))}.hover\:ring-sky-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity))}.hover\:ring-sky-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity))}.hover\:ring-sky-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity))}.hover\:ring-sky-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(12 74 110 / var(--tw-ring-opacity))}.hover\:ring-blue-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity))}.hover\:ring-blue-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 253 / var(--tw-ring-opacity))}.hover\:ring-blue-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(228 232 251 / var(--tw-ring-opacity))}.hover\:ring-blue-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(198 207 247 / var(--tw-ring-opacity))}.hover\:ring-blue-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(163 178 243 / var(--tw-ring-opacity))}.hover\:ring-blue-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(118 144 239 / var(--tw-ring-opacity))}.hover\:ring-blue-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity))}.hover\:ring-blue-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(33 88 210 / var(--tw-ring-opacity))}.hover\:ring-blue-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(28 76 182 / var(--tw-ring-opacity))}.hover\:ring-blue-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(23 62 148 / var(--tw-ring-opacity))}.hover\:ring-indigo-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity))}.hover\:ring-indigo-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity))}.hover\:ring-indigo-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity))}.hover\:ring-indigo-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity))}.hover\:ring-indigo-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity))}.hover\:ring-indigo-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity))}.hover\:ring-indigo-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity))}.hover\:ring-indigo-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity))}.hover\:ring-indigo-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity))}.hover\:ring-indigo-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity))}.hover\:ring-violet-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity))}.hover\:ring-violet-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity))}.hover\:ring-violet-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity))}.hover\:ring-violet-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity))}.hover\:ring-violet-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity))}.hover\:ring-violet-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity))}.hover\:ring-violet-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity))}.hover\:ring-violet-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity))}.hover\:ring-violet-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity))}.hover\:ring-violet-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity))}.hover\:ring-fuchsia-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 244 255 / var(--tw-ring-opacity))}.hover\:ring-fuchsia-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity))}.hover\:ring-fuchsia-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity))}.hover\:ring-fuchsia-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity))}.hover\:ring-fuchsia-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity))}.hover\:ring-fuchsia-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity))}.hover\:ring-fuchsia-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity))}.hover\:ring-fuchsia-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity))}.hover\:ring-fuchsia-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity))}.hover\:ring-fuchsia-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity))}.hover\:ring-pink-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity))}.hover\:ring-pink-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity))}.hover\:ring-pink-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity))}.hover\:ring-pink-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity))}.hover\:ring-pink-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity))}.hover\:ring-pink-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity))}.hover\:ring-pink-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity))}.hover\:ring-pink-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity))}.hover\:ring-pink-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity))}.hover\:ring-pink-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity))}.hover\:ring-rose-50:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 241 242 / var(--tw-ring-opacity))}.hover\:ring-rose-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 228 230 / var(--tw-ring-opacity))}.hover\:ring-rose-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity))}.hover\:ring-rose-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 164 175 / var(--tw-ring-opacity))}.hover\:ring-rose-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity))}.hover\:ring-rose-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity))}.hover\:ring-rose-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity))}.hover\:ring-rose-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity))}.hover\:ring-rose-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(159 18 57 / var(--tw-ring-opacity))}.hover\:ring-rose-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(136 19 55 / var(--tw-ring-opacity))}.hover\:ring-primary-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 244 / var(--tw-ring-opacity))}.hover\:ring-primary-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(232 232 240 / var(--tw-ring-opacity))}.hover\:ring-primary-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(208 208 225 / var(--tw-ring-opacity))}.hover\:ring-primary-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(180 180 209 / var(--tw-ring-opacity))}.hover\:ring-primary-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 147 191 / var(--tw-ring-opacity))}.hover\:ring-primary-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(104 104 172 / var(--tw-ring-opacity))}.hover\:ring-primary-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(93 93 153 / var(--tw-ring-opacity))}.hover\:ring-primary-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(80 80 133 / var(--tw-ring-opacity))}.hover\:ring-primary-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(65 65 108 / var(--tw-ring-opacity))}.hover\:ring-primary-1000:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(46 46 76 / var(--tw-ring-opacity))}.hover\:ring-primary-highlight-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(247 245 254 / var(--tw-ring-opacity))}.hover\:ring-primary-highlight-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 236 254 / var(--tw-ring-opacity))}.hover\:ring-primary-highlight-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(223 216 253 / var(--tw-ring-opacity))}.hover\:ring-primary-highlight-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(206 193 252 / var(--tw-ring-opacity))}.hover\:ring-primary-highlight-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(187 168 251 / var(--tw-ring-opacity))}.hover\:ring-primary-highlight-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity))}.hover\:ring-primary-highlight-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(149 124 223 / var(--tw-ring-opacity))}.hover\:ring-primary-highlight-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(129 107 193 / var(--tw-ring-opacity))}.hover\:ring-primary-highlight-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(105 87 158 / var(--tw-ring-opacity))}.hover\:ring-primary-highlight-1000:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(74 62 111 / var(--tw-ring-opacity))}.hover\:ring-secondary-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 247 242 / var(--tw-ring-opacity))}.hover\:ring-secondary-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 240 228 / var(--tw-ring-opacity))}.hover\:ring-secondary-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 225 198 / var(--tw-ring-opacity))}.hover\:ring-secondary-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 209 162 / var(--tw-ring-opacity))}.hover\:ring-secondary-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 117 / var(--tw-ring-opacity))}.hover\:ring-secondary-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 172 30 / var(--tw-ring-opacity))}.hover\:ring-secondary-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(223 153 26 / var(--tw-ring-opacity))}.hover\:ring-secondary-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(193 133 23 / var(--tw-ring-opacity))}.hover\:ring-secondary-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(158 108 18 / var(--tw-ring-opacity))}.hover\:ring-secondary-1000:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(111 76 13 / var(--tw-ring-opacity))}.hover\:ring-grey-100:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 244 / var(--tw-ring-opacity))}.hover\:ring-grey-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(230 231 232 / var(--tw-ring-opacity))}.hover\:ring-grey-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(202 204 208 / var(--tw-ring-opacity))}.hover\:ring-grey-400:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(170 174 180 / var(--tw-ring-opacity))}.hover\:ring-grey-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(130 137 147 / var(--tw-ring-opacity))}.hover\:ring-grey-600:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity))}.hover\:ring-grey-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(63 76 93 / var(--tw-ring-opacity))}.hover\:ring-grey-800:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(54 65 81 / var(--tw-ring-opacity))}.hover\:ring-grey-900:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(44 53 66 / var(--tw-ring-opacity))}.hover\:ring-grey-1000:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(31 38 46 / var(--tw-ring-opacity))}.hover\:ring-green-1000:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(23 94 68 / var(--tw-ring-opacity))}.hover\:ring-blue-1000:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 44 105 / var(--tw-ring-opacity))}.hover\:ring-orange-1000:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(104 39 5 / var(--tw-ring-opacity))}.hover\:ring-red-1000:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(98 16 16 / var(--tw-ring-opacity))}.hover\:ring-primary:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity))}.hover\:ring-primary-light:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(247 245 254 / var(--tw-ring-opacity))}.hover\:ring-primary-dark:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(105 87 158 / var(--tw-ring-opacity))}.hover\:ring-info:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(118 144 239 / var(--tw-ring-opacity))}.hover\:ring-info-light:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 253 / var(--tw-ring-opacity))}.hover\:ring-info-dark:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(33 88 210 / var(--tw-ring-opacity))}.hover\:ring-success:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(40 163 118 / var(--tw-ring-opacity))}.hover\:ring-success-light:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 250 246 / var(--tw-ring-opacity))}.hover\:ring-success-dark:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(32 133 96 / var(--tw-ring-opacity))}.hover\:ring-warning:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 172 30 / var(--tw-ring-opacity))}.hover\:ring-warning-light:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 247 242 / var(--tw-ring-opacity))}.hover\:ring-warning-dark:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(158 108 18 / var(--tw-ring-opacity))}.hover\:ring-error:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity))}.hover\:ring-error-light:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 242 242 / var(--tw-ring-opacity))}.hover\:ring-error-dark:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(196 33 33 / var(--tw-ring-opacity))}.hover\:ring-grey:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity))}.hover\:ring-grey-light:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 244 / var(--tw-ring-opacity))}.hover\:ring-grey-dark:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(44 53 66 / var(--tw-ring-opacity))}.hover\:ring-red-50\/0:hover{--tw-ring-color: rgb(254 242 242 / 0)}.hover\:ring-red-50\/5:hover{--tw-ring-color: rgb(254 242 242 / .05)}.hover\:ring-red-50\/10:hover{--tw-ring-color: rgb(254 242 242 / .1)}.hover\:ring-red-50\/20:hover{--tw-ring-color: rgb(254 242 242 / .2)}.hover\:ring-red-50\/25:hover{--tw-ring-color: rgb(254 242 242 / .25)}.hover\:ring-red-50\/30:hover{--tw-ring-color: rgb(254 242 242 / .3)}.hover\:ring-red-50\/40:hover{--tw-ring-color: rgb(254 242 242 / .4)}.hover\:ring-red-50\/50:hover{--tw-ring-color: rgb(254 242 242 / .5)}.hover\:ring-red-50\/60:hover{--tw-ring-color: rgb(254 242 242 / .6)}.hover\:ring-red-50\/70:hover{--tw-ring-color: rgb(254 242 242 / .7)}.hover\:ring-red-50\/75:hover{--tw-ring-color: rgb(254 242 242 / .75)}.hover\:ring-red-50\/80:hover{--tw-ring-color: rgb(254 242 242 / .8)}.hover\:ring-red-50\/90:hover{--tw-ring-color: rgb(254 242 242 / .9)}.hover\:ring-red-50\/95:hover{--tw-ring-color: rgb(254 242 242 / .95)}.hover\:ring-red-50\/100:hover{--tw-ring-color: rgb(254 242 242 / 1)}.hover\:ring-red-100\/0:hover{--tw-ring-color: rgb(251 242 242 / 0)}.hover\:ring-red-100\/5:hover{--tw-ring-color: rgb(251 242 242 / .05)}.hover\:ring-red-100\/10:hover{--tw-ring-color: rgb(251 242 242 / .1)}.hover\:ring-red-100\/20:hover{--tw-ring-color: rgb(251 242 242 / .2)}.hover\:ring-red-100\/25:hover{--tw-ring-color: rgb(251 242 242 / .25)}.hover\:ring-red-100\/30:hover{--tw-ring-color: rgb(251 242 242 / .3)}.hover\:ring-red-100\/40:hover{--tw-ring-color: rgb(251 242 242 / .4)}.hover\:ring-red-100\/50:hover{--tw-ring-color: rgb(251 242 242 / .5)}.hover\:ring-red-100\/60:hover{--tw-ring-color: rgb(251 242 242 / .6)}.hover\:ring-red-100\/70:hover{--tw-ring-color: rgb(251 242 242 / .7)}.hover\:ring-red-100\/75:hover{--tw-ring-color: rgb(251 242 242 / .75)}.hover\:ring-red-100\/80:hover{--tw-ring-color: rgb(251 242 242 / .8)}.hover\:ring-red-100\/90:hover{--tw-ring-color: rgb(251 242 242 / .9)}.hover\:ring-red-100\/95:hover{--tw-ring-color: rgb(251 242 242 / .95)}.hover\:ring-red-100\/100:hover{--tw-ring-color: rgb(251 242 242 / 1)}.hover\:ring-red-200\/0:hover{--tw-ring-color: rgb(248 228 228 / 0)}.hover\:ring-red-200\/5:hover{--tw-ring-color: rgb(248 228 228 / .05)}.hover\:ring-red-200\/10:hover{--tw-ring-color: rgb(248 228 228 / .1)}.hover\:ring-red-200\/20:hover{--tw-ring-color: rgb(248 228 228 / .2)}.hover\:ring-red-200\/25:hover{--tw-ring-color: rgb(248 228 228 / .25)}.hover\:ring-red-200\/30:hover{--tw-ring-color: rgb(248 228 228 / .3)}.hover\:ring-red-200\/40:hover{--tw-ring-color: rgb(248 228 228 / .4)}.hover\:ring-red-200\/50:hover{--tw-ring-color: rgb(248 228 228 / .5)}.hover\:ring-red-200\/60:hover{--tw-ring-color: rgb(248 228 228 / .6)}.hover\:ring-red-200\/70:hover{--tw-ring-color: rgb(248 228 228 / .7)}.hover\:ring-red-200\/75:hover{--tw-ring-color: rgb(248 228 228 / .75)}.hover\:ring-red-200\/80:hover{--tw-ring-color: rgb(248 228 228 / .8)}.hover\:ring-red-200\/90:hover{--tw-ring-color: rgb(248 228 228 / .9)}.hover\:ring-red-200\/95:hover{--tw-ring-color: rgb(248 228 228 / .95)}.hover\:ring-red-200\/100:hover{--tw-ring-color: rgb(248 228 228 / 1)}.hover\:ring-red-300\/0:hover{--tw-ring-color: rgb(241 198 198 / 0)}.hover\:ring-red-300\/5:hover{--tw-ring-color: rgb(241 198 198 / .05)}.hover\:ring-red-300\/10:hover{--tw-ring-color: rgb(241 198 198 / .1)}.hover\:ring-red-300\/20:hover{--tw-ring-color: rgb(241 198 198 / .2)}.hover\:ring-red-300\/25:hover{--tw-ring-color: rgb(241 198 198 / .25)}.hover\:ring-red-300\/30:hover{--tw-ring-color: rgb(241 198 198 / .3)}.hover\:ring-red-300\/40:hover{--tw-ring-color: rgb(241 198 198 / .4)}.hover\:ring-red-300\/50:hover{--tw-ring-color: rgb(241 198 198 / .5)}.hover\:ring-red-300\/60:hover{--tw-ring-color: rgb(241 198 198 / .6)}.hover\:ring-red-300\/70:hover{--tw-ring-color: rgb(241 198 198 / .7)}.hover\:ring-red-300\/75:hover{--tw-ring-color: rgb(241 198 198 / .75)}.hover\:ring-red-300\/80:hover{--tw-ring-color: rgb(241 198 198 / .8)}.hover\:ring-red-300\/90:hover{--tw-ring-color: rgb(241 198 198 / .9)}.hover\:ring-red-300\/95:hover{--tw-ring-color: rgb(241 198 198 / .95)}.hover\:ring-red-300\/100:hover{--tw-ring-color: rgb(241 198 198 / 1)}.hover\:ring-red-400\/0:hover{--tw-ring-color: rgb(234 163 163 / 0)}.hover\:ring-red-400\/5:hover{--tw-ring-color: rgb(234 163 163 / .05)}.hover\:ring-red-400\/10:hover{--tw-ring-color: rgb(234 163 163 / .1)}.hover\:ring-red-400\/20:hover{--tw-ring-color: rgb(234 163 163 / .2)}.hover\:ring-red-400\/25:hover{--tw-ring-color: rgb(234 163 163 / .25)}.hover\:ring-red-400\/30:hover{--tw-ring-color: rgb(234 163 163 / .3)}.hover\:ring-red-400\/40:hover{--tw-ring-color: rgb(234 163 163 / .4)}.hover\:ring-red-400\/50:hover{--tw-ring-color: rgb(234 163 163 / .5)}.hover\:ring-red-400\/60:hover{--tw-ring-color: rgb(234 163 163 / .6)}.hover\:ring-red-400\/70:hover{--tw-ring-color: rgb(234 163 163 / .7)}.hover\:ring-red-400\/75:hover{--tw-ring-color: rgb(234 163 163 / .75)}.hover\:ring-red-400\/80:hover{--tw-ring-color: rgb(234 163 163 / .8)}.hover\:ring-red-400\/90:hover{--tw-ring-color: rgb(234 163 163 / .9)}.hover\:ring-red-400\/95:hover{--tw-ring-color: rgb(234 163 163 / .95)}.hover\:ring-red-400\/100:hover{--tw-ring-color: rgb(234 163 163 / 1)}.hover\:ring-red-500\/0:hover{--tw-ring-color: rgb(227 118 118 / 0)}.hover\:ring-red-500\/5:hover{--tw-ring-color: rgb(227 118 118 / .05)}.hover\:ring-red-500\/10:hover{--tw-ring-color: rgb(227 118 118 / .1)}.hover\:ring-red-500\/20:hover{--tw-ring-color: rgb(227 118 118 / .2)}.hover\:ring-red-500\/25:hover{--tw-ring-color: rgb(227 118 118 / .25)}.hover\:ring-red-500\/30:hover{--tw-ring-color: rgb(227 118 118 / .3)}.hover\:ring-red-500\/40:hover{--tw-ring-color: rgb(227 118 118 / .4)}.hover\:ring-red-500\/50:hover{--tw-ring-color: rgb(227 118 118 / .5)}.hover\:ring-red-500\/60:hover{--tw-ring-color: rgb(227 118 118 / .6)}.hover\:ring-red-500\/70:hover{--tw-ring-color: rgb(227 118 118 / .7)}.hover\:ring-red-500\/75:hover{--tw-ring-color: rgb(227 118 118 / .75)}.hover\:ring-red-500\/80:hover{--tw-ring-color: rgb(227 118 118 / .8)}.hover\:ring-red-500\/90:hover{--tw-ring-color: rgb(227 118 118 / .9)}.hover\:ring-red-500\/95:hover{--tw-ring-color: rgb(227 118 118 / .95)}.hover\:ring-red-500\/100:hover{--tw-ring-color: rgb(227 118 118 / 1)}.hover\:ring-red-600\/0:hover{--tw-ring-color: rgb(220 38 38 / 0)}.hover\:ring-red-600\/5:hover{--tw-ring-color: rgb(220 38 38 / .05)}.hover\:ring-red-600\/10:hover{--tw-ring-color: rgb(220 38 38 / .1)}.hover\:ring-red-600\/20:hover{--tw-ring-color: rgb(220 38 38 / .2)}.hover\:ring-red-600\/25:hover{--tw-ring-color: rgb(220 38 38 / .25)}.hover\:ring-red-600\/30:hover{--tw-ring-color: rgb(220 38 38 / .3)}.hover\:ring-red-600\/40:hover{--tw-ring-color: rgb(220 38 38 / .4)}.hover\:ring-red-600\/50:hover{--tw-ring-color: rgb(220 38 38 / .5)}.hover\:ring-red-600\/60:hover{--tw-ring-color: rgb(220 38 38 / .6)}.hover\:ring-red-600\/70:hover{--tw-ring-color: rgb(220 38 38 / .7)}.hover\:ring-red-600\/75:hover{--tw-ring-color: rgb(220 38 38 / .75)}.hover\:ring-red-600\/80:hover{--tw-ring-color: rgb(220 38 38 / .8)}.hover\:ring-red-600\/90:hover{--tw-ring-color: rgb(220 38 38 / .9)}.hover\:ring-red-600\/95:hover{--tw-ring-color: rgb(220 38 38 / .95)}.hover\:ring-red-600\/100:hover{--tw-ring-color: rgb(220 38 38 / 1)}.hover\:ring-red-700\/0:hover{--tw-ring-color: rgb(196 33 33 / 0)}.hover\:ring-red-700\/5:hover{--tw-ring-color: rgb(196 33 33 / .05)}.hover\:ring-red-700\/10:hover{--tw-ring-color: rgb(196 33 33 / .1)}.hover\:ring-red-700\/20:hover{--tw-ring-color: rgb(196 33 33 / .2)}.hover\:ring-red-700\/25:hover{--tw-ring-color: rgb(196 33 33 / .25)}.hover\:ring-red-700\/30:hover{--tw-ring-color: rgb(196 33 33 / .3)}.hover\:ring-red-700\/40:hover{--tw-ring-color: rgb(196 33 33 / .4)}.hover\:ring-red-700\/50:hover{--tw-ring-color: rgb(196 33 33 / .5)}.hover\:ring-red-700\/60:hover{--tw-ring-color: rgb(196 33 33 / .6)}.hover\:ring-red-700\/70:hover{--tw-ring-color: rgb(196 33 33 / .7)}.hover\:ring-red-700\/75:hover{--tw-ring-color: rgb(196 33 33 / .75)}.hover\:ring-red-700\/80:hover{--tw-ring-color: rgb(196 33 33 / .8)}.hover\:ring-red-700\/90:hover{--tw-ring-color: rgb(196 33 33 / .9)}.hover\:ring-red-700\/95:hover{--tw-ring-color: rgb(196 33 33 / .95)}.hover\:ring-red-700\/100:hover{--tw-ring-color: rgb(196 33 33 / 1)}.hover\:ring-red-800\/0:hover{--tw-ring-color: rgb(170 29 29 / 0)}.hover\:ring-red-800\/5:hover{--tw-ring-color: rgb(170 29 29 / .05)}.hover\:ring-red-800\/10:hover{--tw-ring-color: rgb(170 29 29 / .1)}.hover\:ring-red-800\/20:hover{--tw-ring-color: rgb(170 29 29 / .2)}.hover\:ring-red-800\/25:hover{--tw-ring-color: rgb(170 29 29 / .25)}.hover\:ring-red-800\/30:hover{--tw-ring-color: rgb(170 29 29 / .3)}.hover\:ring-red-800\/40:hover{--tw-ring-color: rgb(170 29 29 / .4)}.hover\:ring-red-800\/50:hover{--tw-ring-color: rgb(170 29 29 / .5)}.hover\:ring-red-800\/60:hover{--tw-ring-color: rgb(170 29 29 / .6)}.hover\:ring-red-800\/70:hover{--tw-ring-color: rgb(170 29 29 / .7)}.hover\:ring-red-800\/75:hover{--tw-ring-color: rgb(170 29 29 / .75)}.hover\:ring-red-800\/80:hover{--tw-ring-color: rgb(170 29 29 / .8)}.hover\:ring-red-800\/90:hover{--tw-ring-color: rgb(170 29 29 / .9)}.hover\:ring-red-800\/95:hover{--tw-ring-color: rgb(170 29 29 / .95)}.hover\:ring-red-800\/100:hover{--tw-ring-color: rgb(170 29 29 / 1)}.hover\:ring-red-900\/0:hover{--tw-ring-color: rgb(139 24 24 / 0)}.hover\:ring-red-900\/5:hover{--tw-ring-color: rgb(139 24 24 / .05)}.hover\:ring-red-900\/10:hover{--tw-ring-color: rgb(139 24 24 / .1)}.hover\:ring-red-900\/20:hover{--tw-ring-color: rgb(139 24 24 / .2)}.hover\:ring-red-900\/25:hover{--tw-ring-color: rgb(139 24 24 / .25)}.hover\:ring-red-900\/30:hover{--tw-ring-color: rgb(139 24 24 / .3)}.hover\:ring-red-900\/40:hover{--tw-ring-color: rgb(139 24 24 / .4)}.hover\:ring-red-900\/50:hover{--tw-ring-color: rgb(139 24 24 / .5)}.hover\:ring-red-900\/60:hover{--tw-ring-color: rgb(139 24 24 / .6)}.hover\:ring-red-900\/70:hover{--tw-ring-color: rgb(139 24 24 / .7)}.hover\:ring-red-900\/75:hover{--tw-ring-color: rgb(139 24 24 / .75)}.hover\:ring-red-900\/80:hover{--tw-ring-color: rgb(139 24 24 / .8)}.hover\:ring-red-900\/90:hover{--tw-ring-color: rgb(139 24 24 / .9)}.hover\:ring-red-900\/95:hover{--tw-ring-color: rgb(139 24 24 / .95)}.hover\:ring-red-900\/100:hover{--tw-ring-color: rgb(139 24 24 / 1)}.hover\:ring-orange-50\/0:hover{--tw-ring-color: rgb(255 247 237 / 0)}.hover\:ring-orange-50\/5:hover{--tw-ring-color: rgb(255 247 237 / .05)}.hover\:ring-orange-50\/10:hover{--tw-ring-color: rgb(255 247 237 / .1)}.hover\:ring-orange-50\/20:hover{--tw-ring-color: rgb(255 247 237 / .2)}.hover\:ring-orange-50\/25:hover{--tw-ring-color: rgb(255 247 237 / .25)}.hover\:ring-orange-50\/30:hover{--tw-ring-color: rgb(255 247 237 / .3)}.hover\:ring-orange-50\/40:hover{--tw-ring-color: rgb(255 247 237 / .4)}.hover\:ring-orange-50\/50:hover{--tw-ring-color: rgb(255 247 237 / .5)}.hover\:ring-orange-50\/60:hover{--tw-ring-color: rgb(255 247 237 / .6)}.hover\:ring-orange-50\/70:hover{--tw-ring-color: rgb(255 247 237 / .7)}.hover\:ring-orange-50\/75:hover{--tw-ring-color: rgb(255 247 237 / .75)}.hover\:ring-orange-50\/80:hover{--tw-ring-color: rgb(255 247 237 / .8)}.hover\:ring-orange-50\/90:hover{--tw-ring-color: rgb(255 247 237 / .9)}.hover\:ring-orange-50\/95:hover{--tw-ring-color: rgb(255 247 237 / .95)}.hover\:ring-orange-50\/100:hover{--tw-ring-color: rgb(255 247 237 / 1)}.hover\:ring-orange-100\/0:hover{--tw-ring-color: rgb(252 243 241 / 0)}.hover\:ring-orange-100\/5:hover{--tw-ring-color: rgb(252 243 241 / .05)}.hover\:ring-orange-100\/10:hover{--tw-ring-color: rgb(252 243 241 / .1)}.hover\:ring-orange-100\/20:hover{--tw-ring-color: rgb(252 243 241 / .2)}.hover\:ring-orange-100\/25:hover{--tw-ring-color: rgb(252 243 241 / .25)}.hover\:ring-orange-100\/30:hover{--tw-ring-color: rgb(252 243 241 / .3)}.hover\:ring-orange-100\/40:hover{--tw-ring-color: rgb(252 243 241 / .4)}.hover\:ring-orange-100\/50:hover{--tw-ring-color: rgb(252 243 241 / .5)}.hover\:ring-orange-100\/60:hover{--tw-ring-color: rgb(252 243 241 / .6)}.hover\:ring-orange-100\/70:hover{--tw-ring-color: rgb(252 243 241 / .7)}.hover\:ring-orange-100\/75:hover{--tw-ring-color: rgb(252 243 241 / .75)}.hover\:ring-orange-100\/80:hover{--tw-ring-color: rgb(252 243 241 / .8)}.hover\:ring-orange-100\/90:hover{--tw-ring-color: rgb(252 243 241 / .9)}.hover\:ring-orange-100\/95:hover{--tw-ring-color: rgb(252 243 241 / .95)}.hover\:ring-orange-100\/100:hover{--tw-ring-color: rgb(252 243 241 / 1)}.hover\:ring-orange-200\/0:hover{--tw-ring-color: rgb(250 231 228 / 0)}.hover\:ring-orange-200\/5:hover{--tw-ring-color: rgb(250 231 228 / .05)}.hover\:ring-orange-200\/10:hover{--tw-ring-color: rgb(250 231 228 / .1)}.hover\:ring-orange-200\/20:hover{--tw-ring-color: rgb(250 231 228 / .2)}.hover\:ring-orange-200\/25:hover{--tw-ring-color: rgb(250 231 228 / .25)}.hover\:ring-orange-200\/30:hover{--tw-ring-color: rgb(250 231 228 / .3)}.hover\:ring-orange-200\/40:hover{--tw-ring-color: rgb(250 231 228 / .4)}.hover\:ring-orange-200\/50:hover{--tw-ring-color: rgb(250 231 228 / .5)}.hover\:ring-orange-200\/60:hover{--tw-ring-color: rgb(250 231 228 / .6)}.hover\:ring-orange-200\/70:hover{--tw-ring-color: rgb(250 231 228 / .7)}.hover\:ring-orange-200\/75:hover{--tw-ring-color: rgb(250 231 228 / .75)}.hover\:ring-orange-200\/80:hover{--tw-ring-color: rgb(250 231 228 / .8)}.hover\:ring-orange-200\/90:hover{--tw-ring-color: rgb(250 231 228 / .9)}.hover\:ring-orange-200\/95:hover{--tw-ring-color: rgb(250 231 228 / .95)}.hover\:ring-orange-200\/100:hover{--tw-ring-color: rgb(250 231 228 / 1)}.hover\:ring-orange-300\/0:hover{--tw-ring-color: rgb(246 205 197 / 0)}.hover\:ring-orange-300\/5:hover{--tw-ring-color: rgb(246 205 197 / .05)}.hover\:ring-orange-300\/10:hover{--tw-ring-color: rgb(246 205 197 / .1)}.hover\:ring-orange-300\/20:hover{--tw-ring-color: rgb(246 205 197 / .2)}.hover\:ring-orange-300\/25:hover{--tw-ring-color: rgb(246 205 197 / .25)}.hover\:ring-orange-300\/30:hover{--tw-ring-color: rgb(246 205 197 / .3)}.hover\:ring-orange-300\/40:hover{--tw-ring-color: rgb(246 205 197 / .4)}.hover\:ring-orange-300\/50:hover{--tw-ring-color: rgb(246 205 197 / .5)}.hover\:ring-orange-300\/60:hover{--tw-ring-color: rgb(246 205 197 / .6)}.hover\:ring-orange-300\/70:hover{--tw-ring-color: rgb(246 205 197 / .7)}.hover\:ring-orange-300\/75:hover{--tw-ring-color: rgb(246 205 197 / .75)}.hover\:ring-orange-300\/80:hover{--tw-ring-color: rgb(246 205 197 / .8)}.hover\:ring-orange-300\/90:hover{--tw-ring-color: rgb(246 205 197 / .9)}.hover\:ring-orange-300\/95:hover{--tw-ring-color: rgb(246 205 197 / .95)}.hover\:ring-orange-300\/100:hover{--tw-ring-color: rgb(246 205 197 / 1)}.hover\:ring-orange-400\/0:hover{--tw-ring-color: rgb(242 175 161 / 0)}.hover\:ring-orange-400\/5:hover{--tw-ring-color: rgb(242 175 161 / .05)}.hover\:ring-orange-400\/10:hover{--tw-ring-color: rgb(242 175 161 / .1)}.hover\:ring-orange-400\/20:hover{--tw-ring-color: rgb(242 175 161 / .2)}.hover\:ring-orange-400\/25:hover{--tw-ring-color: rgb(242 175 161 / .25)}.hover\:ring-orange-400\/30:hover{--tw-ring-color: rgb(242 175 161 / .3)}.hover\:ring-orange-400\/40:hover{--tw-ring-color: rgb(242 175 161 / .4)}.hover\:ring-orange-400\/50:hover{--tw-ring-color: rgb(242 175 161 / .5)}.hover\:ring-orange-400\/60:hover{--tw-ring-color: rgb(242 175 161 / .6)}.hover\:ring-orange-400\/70:hover{--tw-ring-color: rgb(242 175 161 / .7)}.hover\:ring-orange-400\/75:hover{--tw-ring-color: rgb(242 175 161 / .75)}.hover\:ring-orange-400\/80:hover{--tw-ring-color: rgb(242 175 161 / .8)}.hover\:ring-orange-400\/90:hover{--tw-ring-color: rgb(242 175 161 / .9)}.hover\:ring-orange-400\/95:hover{--tw-ring-color: rgb(242 175 161 / .95)}.hover\:ring-orange-400\/100:hover{--tw-ring-color: rgb(242 175 161 / 1)}.hover\:ring-orange-500\/0:hover{--tw-ring-color: rgb(238 138 114 / 0)}.hover\:ring-orange-500\/5:hover{--tw-ring-color: rgb(238 138 114 / .05)}.hover\:ring-orange-500\/10:hover{--tw-ring-color: rgb(238 138 114 / .1)}.hover\:ring-orange-500\/20:hover{--tw-ring-color: rgb(238 138 114 / .2)}.hover\:ring-orange-500\/25:hover{--tw-ring-color: rgb(238 138 114 / .25)}.hover\:ring-orange-500\/30:hover{--tw-ring-color: rgb(238 138 114 / .3)}.hover\:ring-orange-500\/40:hover{--tw-ring-color: rgb(238 138 114 / .4)}.hover\:ring-orange-500\/50:hover{--tw-ring-color: rgb(238 138 114 / .5)}.hover\:ring-orange-500\/60:hover{--tw-ring-color: rgb(238 138 114 / .6)}.hover\:ring-orange-500\/70:hover{--tw-ring-color: rgb(238 138 114 / .7)}.hover\:ring-orange-500\/75:hover{--tw-ring-color: rgb(238 138 114 / .75)}.hover\:ring-orange-500\/80:hover{--tw-ring-color: rgb(238 138 114 / .8)}.hover\:ring-orange-500\/90:hover{--tw-ring-color: rgb(238 138 114 / .9)}.hover\:ring-orange-500\/95:hover{--tw-ring-color: rgb(238 138 114 / .95)}.hover\:ring-orange-500\/100:hover{--tw-ring-color: rgb(238 138 114 / 1)}.hover\:ring-orange-600\/0:hover{--tw-ring-color: rgb(234 88 12 / 0)}.hover\:ring-orange-600\/5:hover{--tw-ring-color: rgb(234 88 12 / .05)}.hover\:ring-orange-600\/10:hover{--tw-ring-color: rgb(234 88 12 / .1)}.hover\:ring-orange-600\/20:hover{--tw-ring-color: rgb(234 88 12 / .2)}.hover\:ring-orange-600\/25:hover{--tw-ring-color: rgb(234 88 12 / .25)}.hover\:ring-orange-600\/30:hover{--tw-ring-color: rgb(234 88 12 / .3)}.hover\:ring-orange-600\/40:hover{--tw-ring-color: rgb(234 88 12 / .4)}.hover\:ring-orange-600\/50:hover{--tw-ring-color: rgb(234 88 12 / .5)}.hover\:ring-orange-600\/60:hover{--tw-ring-color: rgb(234 88 12 / .6)}.hover\:ring-orange-600\/70:hover{--tw-ring-color: rgb(234 88 12 / .7)}.hover\:ring-orange-600\/75:hover{--tw-ring-color: rgb(234 88 12 / .75)}.hover\:ring-orange-600\/80:hover{--tw-ring-color: rgb(234 88 12 / .8)}.hover\:ring-orange-600\/90:hover{--tw-ring-color: rgb(234 88 12 / .9)}.hover\:ring-orange-600\/95:hover{--tw-ring-color: rgb(234 88 12 / .95)}.hover\:ring-orange-600\/100:hover{--tw-ring-color: rgb(234 88 12 / 1)}.hover\:ring-orange-700\/0:hover{--tw-ring-color: rgb(209 78 10 / 0)}.hover\:ring-orange-700\/5:hover{--tw-ring-color: rgb(209 78 10 / .05)}.hover\:ring-orange-700\/10:hover{--tw-ring-color: rgb(209 78 10 / .1)}.hover\:ring-orange-700\/20:hover{--tw-ring-color: rgb(209 78 10 / .2)}.hover\:ring-orange-700\/25:hover{--tw-ring-color: rgb(209 78 10 / .25)}.hover\:ring-orange-700\/30:hover{--tw-ring-color: rgb(209 78 10 / .3)}.hover\:ring-orange-700\/40:hover{--tw-ring-color: rgb(209 78 10 / .4)}.hover\:ring-orange-700\/50:hover{--tw-ring-color: rgb(209 78 10 / .5)}.hover\:ring-orange-700\/60:hover{--tw-ring-color: rgb(209 78 10 / .6)}.hover\:ring-orange-700\/70:hover{--tw-ring-color: rgb(209 78 10 / .7)}.hover\:ring-orange-700\/75:hover{--tw-ring-color: rgb(209 78 10 / .75)}.hover\:ring-orange-700\/80:hover{--tw-ring-color: rgb(209 78 10 / .8)}.hover\:ring-orange-700\/90:hover{--tw-ring-color: rgb(209 78 10 / .9)}.hover\:ring-orange-700\/95:hover{--tw-ring-color: rgb(209 78 10 / .95)}.hover\:ring-orange-700\/100:hover{--tw-ring-color: rgb(209 78 10 / 1)}.hover\:ring-orange-800\/0:hover{--tw-ring-color: rgb(181 68 9 / 0)}.hover\:ring-orange-800\/5:hover{--tw-ring-color: rgb(181 68 9 / .05)}.hover\:ring-orange-800\/10:hover{--tw-ring-color: rgb(181 68 9 / .1)}.hover\:ring-orange-800\/20:hover{--tw-ring-color: rgb(181 68 9 / .2)}.hover\:ring-orange-800\/25:hover{--tw-ring-color: rgb(181 68 9 / .25)}.hover\:ring-orange-800\/30:hover{--tw-ring-color: rgb(181 68 9 / .3)}.hover\:ring-orange-800\/40:hover{--tw-ring-color: rgb(181 68 9 / .4)}.hover\:ring-orange-800\/50:hover{--tw-ring-color: rgb(181 68 9 / .5)}.hover\:ring-orange-800\/60:hover{--tw-ring-color: rgb(181 68 9 / .6)}.hover\:ring-orange-800\/70:hover{--tw-ring-color: rgb(181 68 9 / .7)}.hover\:ring-orange-800\/75:hover{--tw-ring-color: rgb(181 68 9 / .75)}.hover\:ring-orange-800\/80:hover{--tw-ring-color: rgb(181 68 9 / .8)}.hover\:ring-orange-800\/90:hover{--tw-ring-color: rgb(181 68 9 / .9)}.hover\:ring-orange-800\/95:hover{--tw-ring-color: rgb(181 68 9 / .95)}.hover\:ring-orange-800\/100:hover{--tw-ring-color: rgb(181 68 9 / 1)}.hover\:ring-orange-900\/0:hover{--tw-ring-color: rgb(147 55 7 / 0)}.hover\:ring-orange-900\/5:hover{--tw-ring-color: rgb(147 55 7 / .05)}.hover\:ring-orange-900\/10:hover{--tw-ring-color: rgb(147 55 7 / .1)}.hover\:ring-orange-900\/20:hover{--tw-ring-color: rgb(147 55 7 / .2)}.hover\:ring-orange-900\/25:hover{--tw-ring-color: rgb(147 55 7 / .25)}.hover\:ring-orange-900\/30:hover{--tw-ring-color: rgb(147 55 7 / .3)}.hover\:ring-orange-900\/40:hover{--tw-ring-color: rgb(147 55 7 / .4)}.hover\:ring-orange-900\/50:hover{--tw-ring-color: rgb(147 55 7 / .5)}.hover\:ring-orange-900\/60:hover{--tw-ring-color: rgb(147 55 7 / .6)}.hover\:ring-orange-900\/70:hover{--tw-ring-color: rgb(147 55 7 / .7)}.hover\:ring-orange-900\/75:hover{--tw-ring-color: rgb(147 55 7 / .75)}.hover\:ring-orange-900\/80:hover{--tw-ring-color: rgb(147 55 7 / .8)}.hover\:ring-orange-900\/90:hover{--tw-ring-color: rgb(147 55 7 / .9)}.hover\:ring-orange-900\/95:hover{--tw-ring-color: rgb(147 55 7 / .95)}.hover\:ring-orange-900\/100:hover{--tw-ring-color: rgb(147 55 7 / 1)}.hover\:ring-yellow-50\/0:hover{--tw-ring-color: rgb(254 252 232 / 0)}.hover\:ring-yellow-50\/5:hover{--tw-ring-color: rgb(254 252 232 / .05)}.hover\:ring-yellow-50\/10:hover{--tw-ring-color: rgb(254 252 232 / .1)}.hover\:ring-yellow-50\/20:hover{--tw-ring-color: rgb(254 252 232 / .2)}.hover\:ring-yellow-50\/25:hover{--tw-ring-color: rgb(254 252 232 / .25)}.hover\:ring-yellow-50\/30:hover{--tw-ring-color: rgb(254 252 232 / .3)}.hover\:ring-yellow-50\/40:hover{--tw-ring-color: rgb(254 252 232 / .4)}.hover\:ring-yellow-50\/50:hover{--tw-ring-color: rgb(254 252 232 / .5)}.hover\:ring-yellow-50\/60:hover{--tw-ring-color: rgb(254 252 232 / .6)}.hover\:ring-yellow-50\/70:hover{--tw-ring-color: rgb(254 252 232 / .7)}.hover\:ring-yellow-50\/75:hover{--tw-ring-color: rgb(254 252 232 / .75)}.hover\:ring-yellow-50\/80:hover{--tw-ring-color: rgb(254 252 232 / .8)}.hover\:ring-yellow-50\/90:hover{--tw-ring-color: rgb(254 252 232 / .9)}.hover\:ring-yellow-50\/95:hover{--tw-ring-color: rgb(254 252 232 / .95)}.hover\:ring-yellow-50\/100:hover{--tw-ring-color: rgb(254 252 232 / 1)}.hover\:ring-yellow-100\/0:hover{--tw-ring-color: rgb(254 243 199 / 0)}.hover\:ring-yellow-100\/5:hover{--tw-ring-color: rgb(254 243 199 / .05)}.hover\:ring-yellow-100\/10:hover{--tw-ring-color: rgb(254 243 199 / .1)}.hover\:ring-yellow-100\/20:hover{--tw-ring-color: rgb(254 243 199 / .2)}.hover\:ring-yellow-100\/25:hover{--tw-ring-color: rgb(254 243 199 / .25)}.hover\:ring-yellow-100\/30:hover{--tw-ring-color: rgb(254 243 199 / .3)}.hover\:ring-yellow-100\/40:hover{--tw-ring-color: rgb(254 243 199 / .4)}.hover\:ring-yellow-100\/50:hover{--tw-ring-color: rgb(254 243 199 / .5)}.hover\:ring-yellow-100\/60:hover{--tw-ring-color: rgb(254 243 199 / .6)}.hover\:ring-yellow-100\/70:hover{--tw-ring-color: rgb(254 243 199 / .7)}.hover\:ring-yellow-100\/75:hover{--tw-ring-color: rgb(254 243 199 / .75)}.hover\:ring-yellow-100\/80:hover{--tw-ring-color: rgb(254 243 199 / .8)}.hover\:ring-yellow-100\/90:hover{--tw-ring-color: rgb(254 243 199 / .9)}.hover\:ring-yellow-100\/95:hover{--tw-ring-color: rgb(254 243 199 / .95)}.hover\:ring-yellow-100\/100:hover{--tw-ring-color: rgb(254 243 199 / 1)}.hover\:ring-yellow-200\/0:hover{--tw-ring-color: rgb(253 230 138 / 0)}.hover\:ring-yellow-200\/5:hover{--tw-ring-color: rgb(253 230 138 / .05)}.hover\:ring-yellow-200\/10:hover{--tw-ring-color: rgb(253 230 138 / .1)}.hover\:ring-yellow-200\/20:hover{--tw-ring-color: rgb(253 230 138 / .2)}.hover\:ring-yellow-200\/25:hover{--tw-ring-color: rgb(253 230 138 / .25)}.hover\:ring-yellow-200\/30:hover{--tw-ring-color: rgb(253 230 138 / .3)}.hover\:ring-yellow-200\/40:hover{--tw-ring-color: rgb(253 230 138 / .4)}.hover\:ring-yellow-200\/50:hover{--tw-ring-color: rgb(253 230 138 / .5)}.hover\:ring-yellow-200\/60:hover{--tw-ring-color: rgb(253 230 138 / .6)}.hover\:ring-yellow-200\/70:hover{--tw-ring-color: rgb(253 230 138 / .7)}.hover\:ring-yellow-200\/75:hover{--tw-ring-color: rgb(253 230 138 / .75)}.hover\:ring-yellow-200\/80:hover{--tw-ring-color: rgb(253 230 138 / .8)}.hover\:ring-yellow-200\/90:hover{--tw-ring-color: rgb(253 230 138 / .9)}.hover\:ring-yellow-200\/95:hover{--tw-ring-color: rgb(253 230 138 / .95)}.hover\:ring-yellow-200\/100:hover{--tw-ring-color: rgb(253 230 138 / 1)}.hover\:ring-yellow-300\/0:hover{--tw-ring-color: rgb(252 211 77 / 0)}.hover\:ring-yellow-300\/5:hover{--tw-ring-color: rgb(252 211 77 / .05)}.hover\:ring-yellow-300\/10:hover{--tw-ring-color: rgb(252 211 77 / .1)}.hover\:ring-yellow-300\/20:hover{--tw-ring-color: rgb(252 211 77 / .2)}.hover\:ring-yellow-300\/25:hover{--tw-ring-color: rgb(252 211 77 / .25)}.hover\:ring-yellow-300\/30:hover{--tw-ring-color: rgb(252 211 77 / .3)}.hover\:ring-yellow-300\/40:hover{--tw-ring-color: rgb(252 211 77 / .4)}.hover\:ring-yellow-300\/50:hover{--tw-ring-color: rgb(252 211 77 / .5)}.hover\:ring-yellow-300\/60:hover{--tw-ring-color: rgb(252 211 77 / .6)}.hover\:ring-yellow-300\/70:hover{--tw-ring-color: rgb(252 211 77 / .7)}.hover\:ring-yellow-300\/75:hover{--tw-ring-color: rgb(252 211 77 / .75)}.hover\:ring-yellow-300\/80:hover{--tw-ring-color: rgb(252 211 77 / .8)}.hover\:ring-yellow-300\/90:hover{--tw-ring-color: rgb(252 211 77 / .9)}.hover\:ring-yellow-300\/95:hover{--tw-ring-color: rgb(252 211 77 / .95)}.hover\:ring-yellow-300\/100:hover{--tw-ring-color: rgb(252 211 77 / 1)}.hover\:ring-yellow-400\/0:hover{--tw-ring-color: rgb(251 191 36 / 0)}.hover\:ring-yellow-400\/5:hover{--tw-ring-color: rgb(251 191 36 / .05)}.hover\:ring-yellow-400\/10:hover{--tw-ring-color: rgb(251 191 36 / .1)}.hover\:ring-yellow-400\/20:hover{--tw-ring-color: rgb(251 191 36 / .2)}.hover\:ring-yellow-400\/25:hover{--tw-ring-color: rgb(251 191 36 / .25)}.hover\:ring-yellow-400\/30:hover{--tw-ring-color: rgb(251 191 36 / .3)}.hover\:ring-yellow-400\/40:hover{--tw-ring-color: rgb(251 191 36 / .4)}.hover\:ring-yellow-400\/50:hover{--tw-ring-color: rgb(251 191 36 / .5)}.hover\:ring-yellow-400\/60:hover{--tw-ring-color: rgb(251 191 36 / .6)}.hover\:ring-yellow-400\/70:hover{--tw-ring-color: rgb(251 191 36 / .7)}.hover\:ring-yellow-400\/75:hover{--tw-ring-color: rgb(251 191 36 / .75)}.hover\:ring-yellow-400\/80:hover{--tw-ring-color: rgb(251 191 36 / .8)}.hover\:ring-yellow-400\/90:hover{--tw-ring-color: rgb(251 191 36 / .9)}.hover\:ring-yellow-400\/95:hover{--tw-ring-color: rgb(251 191 36 / .95)}.hover\:ring-yellow-400\/100:hover{--tw-ring-color: rgb(251 191 36 / 1)}.hover\:ring-yellow-500\/0:hover{--tw-ring-color: rgb(234 179 8 / 0)}.hover\:ring-yellow-500\/5:hover{--tw-ring-color: rgb(234 179 8 / .05)}.hover\:ring-yellow-500\/10:hover{--tw-ring-color: rgb(234 179 8 / .1)}.hover\:ring-yellow-500\/20:hover{--tw-ring-color: rgb(234 179 8 / .2)}.hover\:ring-yellow-500\/25:hover{--tw-ring-color: rgb(234 179 8 / .25)}.hover\:ring-yellow-500\/30:hover{--tw-ring-color: rgb(234 179 8 / .3)}.hover\:ring-yellow-500\/40:hover{--tw-ring-color: rgb(234 179 8 / .4)}.hover\:ring-yellow-500\/50:hover{--tw-ring-color: rgb(234 179 8 / .5)}.hover\:ring-yellow-500\/60:hover{--tw-ring-color: rgb(234 179 8 / .6)}.hover\:ring-yellow-500\/70:hover{--tw-ring-color: rgb(234 179 8 / .7)}.hover\:ring-yellow-500\/75:hover{--tw-ring-color: rgb(234 179 8 / .75)}.hover\:ring-yellow-500\/80:hover{--tw-ring-color: rgb(234 179 8 / .8)}.hover\:ring-yellow-500\/90:hover{--tw-ring-color: rgb(234 179 8 / .9)}.hover\:ring-yellow-500\/95:hover{--tw-ring-color: rgb(234 179 8 / .95)}.hover\:ring-yellow-500\/100:hover{--tw-ring-color: rgb(234 179 8 / 1)}.hover\:ring-yellow-600\/0:hover{--tw-ring-color: rgb(217 119 6 / 0)}.hover\:ring-yellow-600\/5:hover{--tw-ring-color: rgb(217 119 6 / .05)}.hover\:ring-yellow-600\/10:hover{--tw-ring-color: rgb(217 119 6 / .1)}.hover\:ring-yellow-600\/20:hover{--tw-ring-color: rgb(217 119 6 / .2)}.hover\:ring-yellow-600\/25:hover{--tw-ring-color: rgb(217 119 6 / .25)}.hover\:ring-yellow-600\/30:hover{--tw-ring-color: rgb(217 119 6 / .3)}.hover\:ring-yellow-600\/40:hover{--tw-ring-color: rgb(217 119 6 / .4)}.hover\:ring-yellow-600\/50:hover{--tw-ring-color: rgb(217 119 6 / .5)}.hover\:ring-yellow-600\/60:hover{--tw-ring-color: rgb(217 119 6 / .6)}.hover\:ring-yellow-600\/70:hover{--tw-ring-color: rgb(217 119 6 / .7)}.hover\:ring-yellow-600\/75:hover{--tw-ring-color: rgb(217 119 6 / .75)}.hover\:ring-yellow-600\/80:hover{--tw-ring-color: rgb(217 119 6 / .8)}.hover\:ring-yellow-600\/90:hover{--tw-ring-color: rgb(217 119 6 / .9)}.hover\:ring-yellow-600\/95:hover{--tw-ring-color: rgb(217 119 6 / .95)}.hover\:ring-yellow-600\/100:hover{--tw-ring-color: rgb(217 119 6 / 1)}.hover\:ring-yellow-700\/0:hover{--tw-ring-color: rgb(180 83 9 / 0)}.hover\:ring-yellow-700\/5:hover{--tw-ring-color: rgb(180 83 9 / .05)}.hover\:ring-yellow-700\/10:hover{--tw-ring-color: rgb(180 83 9 / .1)}.hover\:ring-yellow-700\/20:hover{--tw-ring-color: rgb(180 83 9 / .2)}.hover\:ring-yellow-700\/25:hover{--tw-ring-color: rgb(180 83 9 / .25)}.hover\:ring-yellow-700\/30:hover{--tw-ring-color: rgb(180 83 9 / .3)}.hover\:ring-yellow-700\/40:hover{--tw-ring-color: rgb(180 83 9 / .4)}.hover\:ring-yellow-700\/50:hover{--tw-ring-color: rgb(180 83 9 / .5)}.hover\:ring-yellow-700\/60:hover{--tw-ring-color: rgb(180 83 9 / .6)}.hover\:ring-yellow-700\/70:hover{--tw-ring-color: rgb(180 83 9 / .7)}.hover\:ring-yellow-700\/75:hover{--tw-ring-color: rgb(180 83 9 / .75)}.hover\:ring-yellow-700\/80:hover{--tw-ring-color: rgb(180 83 9 / .8)}.hover\:ring-yellow-700\/90:hover{--tw-ring-color: rgb(180 83 9 / .9)}.hover\:ring-yellow-700\/95:hover{--tw-ring-color: rgb(180 83 9 / .95)}.hover\:ring-yellow-700\/100:hover{--tw-ring-color: rgb(180 83 9 / 1)}.hover\:ring-yellow-800\/0:hover{--tw-ring-color: rgb(146 64 14 / 0)}.hover\:ring-yellow-800\/5:hover{--tw-ring-color: rgb(146 64 14 / .05)}.hover\:ring-yellow-800\/10:hover{--tw-ring-color: rgb(146 64 14 / .1)}.hover\:ring-yellow-800\/20:hover{--tw-ring-color: rgb(146 64 14 / .2)}.hover\:ring-yellow-800\/25:hover{--tw-ring-color: rgb(146 64 14 / .25)}.hover\:ring-yellow-800\/30:hover{--tw-ring-color: rgb(146 64 14 / .3)}.hover\:ring-yellow-800\/40:hover{--tw-ring-color: rgb(146 64 14 / .4)}.hover\:ring-yellow-800\/50:hover{--tw-ring-color: rgb(146 64 14 / .5)}.hover\:ring-yellow-800\/60:hover{--tw-ring-color: rgb(146 64 14 / .6)}.hover\:ring-yellow-800\/70:hover{--tw-ring-color: rgb(146 64 14 / .7)}.hover\:ring-yellow-800\/75:hover{--tw-ring-color: rgb(146 64 14 / .75)}.hover\:ring-yellow-800\/80:hover{--tw-ring-color: rgb(146 64 14 / .8)}.hover\:ring-yellow-800\/90:hover{--tw-ring-color: rgb(146 64 14 / .9)}.hover\:ring-yellow-800\/95:hover{--tw-ring-color: rgb(146 64 14 / .95)}.hover\:ring-yellow-800\/100:hover{--tw-ring-color: rgb(146 64 14 / 1)}.hover\:ring-yellow-900\/0:hover{--tw-ring-color: rgb(120 53 15 / 0)}.hover\:ring-yellow-900\/5:hover{--tw-ring-color: rgb(120 53 15 / .05)}.hover\:ring-yellow-900\/10:hover{--tw-ring-color: rgb(120 53 15 / .1)}.hover\:ring-yellow-900\/20:hover{--tw-ring-color: rgb(120 53 15 / .2)}.hover\:ring-yellow-900\/25:hover{--tw-ring-color: rgb(120 53 15 / .25)}.hover\:ring-yellow-900\/30:hover{--tw-ring-color: rgb(120 53 15 / .3)}.hover\:ring-yellow-900\/40:hover{--tw-ring-color: rgb(120 53 15 / .4)}.hover\:ring-yellow-900\/50:hover{--tw-ring-color: rgb(120 53 15 / .5)}.hover\:ring-yellow-900\/60:hover{--tw-ring-color: rgb(120 53 15 / .6)}.hover\:ring-yellow-900\/70:hover{--tw-ring-color: rgb(120 53 15 / .7)}.hover\:ring-yellow-900\/75:hover{--tw-ring-color: rgb(120 53 15 / .75)}.hover\:ring-yellow-900\/80:hover{--tw-ring-color: rgb(120 53 15 / .8)}.hover\:ring-yellow-900\/90:hover{--tw-ring-color: rgb(120 53 15 / .9)}.hover\:ring-yellow-900\/95:hover{--tw-ring-color: rgb(120 53 15 / .95)}.hover\:ring-yellow-900\/100:hover{--tw-ring-color: rgb(120 53 15 / 1)}.hover\:ring-green-50\/0:hover{--tw-ring-color: rgb(240 253 244 / 0)}.hover\:ring-green-50\/5:hover{--tw-ring-color: rgb(240 253 244 / .05)}.hover\:ring-green-50\/10:hover{--tw-ring-color: rgb(240 253 244 / .1)}.hover\:ring-green-50\/20:hover{--tw-ring-color: rgb(240 253 244 / .2)}.hover\:ring-green-50\/25:hover{--tw-ring-color: rgb(240 253 244 / .25)}.hover\:ring-green-50\/30:hover{--tw-ring-color: rgb(240 253 244 / .3)}.hover\:ring-green-50\/40:hover{--tw-ring-color: rgb(240 253 244 / .4)}.hover\:ring-green-50\/50:hover{--tw-ring-color: rgb(240 253 244 / .5)}.hover\:ring-green-50\/60:hover{--tw-ring-color: rgb(240 253 244 / .6)}.hover\:ring-green-50\/70:hover{--tw-ring-color: rgb(240 253 244 / .7)}.hover\:ring-green-50\/75:hover{--tw-ring-color: rgb(240 253 244 / .75)}.hover\:ring-green-50\/80:hover{--tw-ring-color: rgb(240 253 244 / .8)}.hover\:ring-green-50\/90:hover{--tw-ring-color: rgb(240 253 244 / .9)}.hover\:ring-green-50\/95:hover{--tw-ring-color: rgb(240 253 244 / .95)}.hover\:ring-green-50\/100:hover{--tw-ring-color: rgb(240 253 244 / 1)}.hover\:ring-green-100\/0:hover{--tw-ring-color: rgb(242 250 246 / 0)}.hover\:ring-green-100\/5:hover{--tw-ring-color: rgb(242 250 246 / .05)}.hover\:ring-green-100\/10:hover{--tw-ring-color: rgb(242 250 246 / .1)}.hover\:ring-green-100\/20:hover{--tw-ring-color: rgb(242 250 246 / .2)}.hover\:ring-green-100\/25:hover{--tw-ring-color: rgb(242 250 246 / .25)}.hover\:ring-green-100\/30:hover{--tw-ring-color: rgb(242 250 246 / .3)}.hover\:ring-green-100\/40:hover{--tw-ring-color: rgb(242 250 246 / .4)}.hover\:ring-green-100\/50:hover{--tw-ring-color: rgb(242 250 246 / .5)}.hover\:ring-green-100\/60:hover{--tw-ring-color: rgb(242 250 246 / .6)}.hover\:ring-green-100\/70:hover{--tw-ring-color: rgb(242 250 246 / .7)}.hover\:ring-green-100\/75:hover{--tw-ring-color: rgb(242 250 246 / .75)}.hover\:ring-green-100\/80:hover{--tw-ring-color: rgb(242 250 246 / .8)}.hover\:ring-green-100\/90:hover{--tw-ring-color: rgb(242 250 246 / .9)}.hover\:ring-green-100\/95:hover{--tw-ring-color: rgb(242 250 246 / .95)}.hover\:ring-green-100\/100:hover{--tw-ring-color: rgb(242 250 246 / 1)}.hover\:ring-green-200\/0:hover{--tw-ring-color: rgb(229 246 238 / 0)}.hover\:ring-green-200\/5:hover{--tw-ring-color: rgb(229 246 238 / .05)}.hover\:ring-green-200\/10:hover{--tw-ring-color: rgb(229 246 238 / .1)}.hover\:ring-green-200\/20:hover{--tw-ring-color: rgb(229 246 238 / .2)}.hover\:ring-green-200\/25:hover{--tw-ring-color: rgb(229 246 238 / .25)}.hover\:ring-green-200\/30:hover{--tw-ring-color: rgb(229 246 238 / .3)}.hover\:ring-green-200\/40:hover{--tw-ring-color: rgb(229 246 238 / .4)}.hover\:ring-green-200\/50:hover{--tw-ring-color: rgb(229 246 238 / .5)}.hover\:ring-green-200\/60:hover{--tw-ring-color: rgb(229 246 238 / .6)}.hover\:ring-green-200\/70:hover{--tw-ring-color: rgb(229 246 238 / .7)}.hover\:ring-green-200\/75:hover{--tw-ring-color: rgb(229 246 238 / .75)}.hover\:ring-green-200\/80:hover{--tw-ring-color: rgb(229 246 238 / .8)}.hover\:ring-green-200\/90:hover{--tw-ring-color: rgb(229 246 238 / .9)}.hover\:ring-green-200\/95:hover{--tw-ring-color: rgb(229 246 238 / .95)}.hover\:ring-green-200\/100:hover{--tw-ring-color: rgb(229 246 238 / 1)}.hover\:ring-green-300\/0:hover{--tw-ring-color: rgb(200 238 219 / 0)}.hover\:ring-green-300\/5:hover{--tw-ring-color: rgb(200 238 219 / .05)}.hover\:ring-green-300\/10:hover{--tw-ring-color: rgb(200 238 219 / .1)}.hover\:ring-green-300\/20:hover{--tw-ring-color: rgb(200 238 219 / .2)}.hover\:ring-green-300\/25:hover{--tw-ring-color: rgb(200 238 219 / .25)}.hover\:ring-green-300\/30:hover{--tw-ring-color: rgb(200 238 219 / .3)}.hover\:ring-green-300\/40:hover{--tw-ring-color: rgb(200 238 219 / .4)}.hover\:ring-green-300\/50:hover{--tw-ring-color: rgb(200 238 219 / .5)}.hover\:ring-green-300\/60:hover{--tw-ring-color: rgb(200 238 219 / .6)}.hover\:ring-green-300\/70:hover{--tw-ring-color: rgb(200 238 219 / .7)}.hover\:ring-green-300\/75:hover{--tw-ring-color: rgb(200 238 219 / .75)}.hover\:ring-green-300\/80:hover{--tw-ring-color: rgb(200 238 219 / .8)}.hover\:ring-green-300\/90:hover{--tw-ring-color: rgb(200 238 219 / .9)}.hover\:ring-green-300\/95:hover{--tw-ring-color: rgb(200 238 219 / .95)}.hover\:ring-green-300\/100:hover{--tw-ring-color: rgb(200 238 219 / 1)}.hover\:ring-green-400\/0:hover{--tw-ring-color: rgb(166 229 200 / 0)}.hover\:ring-green-400\/5:hover{--tw-ring-color: rgb(166 229 200 / .05)}.hover\:ring-green-400\/10:hover{--tw-ring-color: rgb(166 229 200 / .1)}.hover\:ring-green-400\/20:hover{--tw-ring-color: rgb(166 229 200 / .2)}.hover\:ring-green-400\/25:hover{--tw-ring-color: rgb(166 229 200 / .25)}.hover\:ring-green-400\/30:hover{--tw-ring-color: rgb(166 229 200 / .3)}.hover\:ring-green-400\/40:hover{--tw-ring-color: rgb(166 229 200 / .4)}.hover\:ring-green-400\/50:hover{--tw-ring-color: rgb(166 229 200 / .5)}.hover\:ring-green-400\/60:hover{--tw-ring-color: rgb(166 229 200 / .6)}.hover\:ring-green-400\/70:hover{--tw-ring-color: rgb(166 229 200 / .7)}.hover\:ring-green-400\/75:hover{--tw-ring-color: rgb(166 229 200 / .75)}.hover\:ring-green-400\/80:hover{--tw-ring-color: rgb(166 229 200 / .8)}.hover\:ring-green-400\/90:hover{--tw-ring-color: rgb(166 229 200 / .9)}.hover\:ring-green-400\/95:hover{--tw-ring-color: rgb(166 229 200 / .95)}.hover\:ring-green-400\/100:hover{--tw-ring-color: rgb(166 229 200 / 1)}.hover\:ring-green-500\/0:hover{--tw-ring-color: rgb(123 220 178 / 0)}.hover\:ring-green-500\/5:hover{--tw-ring-color: rgb(123 220 178 / .05)}.hover\:ring-green-500\/10:hover{--tw-ring-color: rgb(123 220 178 / .1)}.hover\:ring-green-500\/20:hover{--tw-ring-color: rgb(123 220 178 / .2)}.hover\:ring-green-500\/25:hover{--tw-ring-color: rgb(123 220 178 / .25)}.hover\:ring-green-500\/30:hover{--tw-ring-color: rgb(123 220 178 / .3)}.hover\:ring-green-500\/40:hover{--tw-ring-color: rgb(123 220 178 / .4)}.hover\:ring-green-500\/50:hover{--tw-ring-color: rgb(123 220 178 / .5)}.hover\:ring-green-500\/60:hover{--tw-ring-color: rgb(123 220 178 / .6)}.hover\:ring-green-500\/70:hover{--tw-ring-color: rgb(123 220 178 / .7)}.hover\:ring-green-500\/75:hover{--tw-ring-color: rgb(123 220 178 / .75)}.hover\:ring-green-500\/80:hover{--tw-ring-color: rgb(123 220 178 / .8)}.hover\:ring-green-500\/90:hover{--tw-ring-color: rgb(123 220 178 / .9)}.hover\:ring-green-500\/95:hover{--tw-ring-color: rgb(123 220 178 / .95)}.hover\:ring-green-500\/100:hover{--tw-ring-color: rgb(123 220 178 / 1)}.hover\:ring-green-600\/0:hover{--tw-ring-color: rgb(52 211 153 / 0)}.hover\:ring-green-600\/5:hover{--tw-ring-color: rgb(52 211 153 / .05)}.hover\:ring-green-600\/10:hover{--tw-ring-color: rgb(52 211 153 / .1)}.hover\:ring-green-600\/20:hover{--tw-ring-color: rgb(52 211 153 / .2)}.hover\:ring-green-600\/25:hover{--tw-ring-color: rgb(52 211 153 / .25)}.hover\:ring-green-600\/30:hover{--tw-ring-color: rgb(52 211 153 / .3)}.hover\:ring-green-600\/40:hover{--tw-ring-color: rgb(52 211 153 / .4)}.hover\:ring-green-600\/50:hover{--tw-ring-color: rgb(52 211 153 / .5)}.hover\:ring-green-600\/60:hover{--tw-ring-color: rgb(52 211 153 / .6)}.hover\:ring-green-600\/70:hover{--tw-ring-color: rgb(52 211 153 / .7)}.hover\:ring-green-600\/75:hover{--tw-ring-color: rgb(52 211 153 / .75)}.hover\:ring-green-600\/80:hover{--tw-ring-color: rgb(52 211 153 / .8)}.hover\:ring-green-600\/90:hover{--tw-ring-color: rgb(52 211 153 / .9)}.hover\:ring-green-600\/95:hover{--tw-ring-color: rgb(52 211 153 / .95)}.hover\:ring-green-600\/100:hover{--tw-ring-color: rgb(52 211 153 / 1)}.hover\:ring-green-700\/0:hover{--tw-ring-color: rgb(46 188 136 / 0)}.hover\:ring-green-700\/5:hover{--tw-ring-color: rgb(46 188 136 / .05)}.hover\:ring-green-700\/10:hover{--tw-ring-color: rgb(46 188 136 / .1)}.hover\:ring-green-700\/20:hover{--tw-ring-color: rgb(46 188 136 / .2)}.hover\:ring-green-700\/25:hover{--tw-ring-color: rgb(46 188 136 / .25)}.hover\:ring-green-700\/30:hover{--tw-ring-color: rgb(46 188 136 / .3)}.hover\:ring-green-700\/40:hover{--tw-ring-color: rgb(46 188 136 / .4)}.hover\:ring-green-700\/50:hover{--tw-ring-color: rgb(46 188 136 / .5)}.hover\:ring-green-700\/60:hover{--tw-ring-color: rgb(46 188 136 / .6)}.hover\:ring-green-700\/70:hover{--tw-ring-color: rgb(46 188 136 / .7)}.hover\:ring-green-700\/75:hover{--tw-ring-color: rgb(46 188 136 / .75)}.hover\:ring-green-700\/80:hover{--tw-ring-color: rgb(46 188 136 / .8)}.hover\:ring-green-700\/90:hover{--tw-ring-color: rgb(46 188 136 / .9)}.hover\:ring-green-700\/95:hover{--tw-ring-color: rgb(46 188 136 / .95)}.hover\:ring-green-700\/100:hover{--tw-ring-color: rgb(46 188 136 / 1)}.hover\:ring-green-800\/0:hover{--tw-ring-color: rgb(40 163 118 / 0)}.hover\:ring-green-800\/5:hover{--tw-ring-color: rgb(40 163 118 / .05)}.hover\:ring-green-800\/10:hover{--tw-ring-color: rgb(40 163 118 / .1)}.hover\:ring-green-800\/20:hover{--tw-ring-color: rgb(40 163 118 / .2)}.hover\:ring-green-800\/25:hover{--tw-ring-color: rgb(40 163 118 / .25)}.hover\:ring-green-800\/30:hover{--tw-ring-color: rgb(40 163 118 / .3)}.hover\:ring-green-800\/40:hover{--tw-ring-color: rgb(40 163 118 / .4)}.hover\:ring-green-800\/50:hover{--tw-ring-color: rgb(40 163 118 / .5)}.hover\:ring-green-800\/60:hover{--tw-ring-color: rgb(40 163 118 / .6)}.hover\:ring-green-800\/70:hover{--tw-ring-color: rgb(40 163 118 / .7)}.hover\:ring-green-800\/75:hover{--tw-ring-color: rgb(40 163 118 / .75)}.hover\:ring-green-800\/80:hover{--tw-ring-color: rgb(40 163 118 / .8)}.hover\:ring-green-800\/90:hover{--tw-ring-color: rgb(40 163 118 / .9)}.hover\:ring-green-800\/95:hover{--tw-ring-color: rgb(40 163 118 / .95)}.hover\:ring-green-800\/100:hover{--tw-ring-color: rgb(40 163 118 / 1)}.hover\:ring-green-900\/0:hover{--tw-ring-color: rgb(32 133 96 / 0)}.hover\:ring-green-900\/5:hover{--tw-ring-color: rgb(32 133 96 / .05)}.hover\:ring-green-900\/10:hover{--tw-ring-color: rgb(32 133 96 / .1)}.hover\:ring-green-900\/20:hover{--tw-ring-color: rgb(32 133 96 / .2)}.hover\:ring-green-900\/25:hover{--tw-ring-color: rgb(32 133 96 / .25)}.hover\:ring-green-900\/30:hover{--tw-ring-color: rgb(32 133 96 / .3)}.hover\:ring-green-900\/40:hover{--tw-ring-color: rgb(32 133 96 / .4)}.hover\:ring-green-900\/50:hover{--tw-ring-color: rgb(32 133 96 / .5)}.hover\:ring-green-900\/60:hover{--tw-ring-color: rgb(32 133 96 / .6)}.hover\:ring-green-900\/70:hover{--tw-ring-color: rgb(32 133 96 / .7)}.hover\:ring-green-900\/75:hover{--tw-ring-color: rgb(32 133 96 / .75)}.hover\:ring-green-900\/80:hover{--tw-ring-color: rgb(32 133 96 / .8)}.hover\:ring-green-900\/90:hover{--tw-ring-color: rgb(32 133 96 / .9)}.hover\:ring-green-900\/95:hover{--tw-ring-color: rgb(32 133 96 / .95)}.hover\:ring-green-900\/100:hover{--tw-ring-color: rgb(32 133 96 / 1)}.hover\:ring-emerald-50\/0:hover{--tw-ring-color: rgb(236 253 245 / 0)}.hover\:ring-emerald-50\/5:hover{--tw-ring-color: rgb(236 253 245 / .05)}.hover\:ring-emerald-50\/10:hover{--tw-ring-color: rgb(236 253 245 / .1)}.hover\:ring-emerald-50\/20:hover{--tw-ring-color: rgb(236 253 245 / .2)}.hover\:ring-emerald-50\/25:hover{--tw-ring-color: rgb(236 253 245 / .25)}.hover\:ring-emerald-50\/30:hover{--tw-ring-color: rgb(236 253 245 / .3)}.hover\:ring-emerald-50\/40:hover{--tw-ring-color: rgb(236 253 245 / .4)}.hover\:ring-emerald-50\/50:hover{--tw-ring-color: rgb(236 253 245 / .5)}.hover\:ring-emerald-50\/60:hover{--tw-ring-color: rgb(236 253 245 / .6)}.hover\:ring-emerald-50\/70:hover{--tw-ring-color: rgb(236 253 245 / .7)}.hover\:ring-emerald-50\/75:hover{--tw-ring-color: rgb(236 253 245 / .75)}.hover\:ring-emerald-50\/80:hover{--tw-ring-color: rgb(236 253 245 / .8)}.hover\:ring-emerald-50\/90:hover{--tw-ring-color: rgb(236 253 245 / .9)}.hover\:ring-emerald-50\/95:hover{--tw-ring-color: rgb(236 253 245 / .95)}.hover\:ring-emerald-50\/100:hover{--tw-ring-color: rgb(236 253 245 / 1)}.hover\:ring-emerald-100\/0:hover{--tw-ring-color: rgb(209 250 229 / 0)}.hover\:ring-emerald-100\/5:hover{--tw-ring-color: rgb(209 250 229 / .05)}.hover\:ring-emerald-100\/10:hover{--tw-ring-color: rgb(209 250 229 / .1)}.hover\:ring-emerald-100\/20:hover{--tw-ring-color: rgb(209 250 229 / .2)}.hover\:ring-emerald-100\/25:hover{--tw-ring-color: rgb(209 250 229 / .25)}.hover\:ring-emerald-100\/30:hover{--tw-ring-color: rgb(209 250 229 / .3)}.hover\:ring-emerald-100\/40:hover{--tw-ring-color: rgb(209 250 229 / .4)}.hover\:ring-emerald-100\/50:hover{--tw-ring-color: rgb(209 250 229 / .5)}.hover\:ring-emerald-100\/60:hover{--tw-ring-color: rgb(209 250 229 / .6)}.hover\:ring-emerald-100\/70:hover{--tw-ring-color: rgb(209 250 229 / .7)}.hover\:ring-emerald-100\/75:hover{--tw-ring-color: rgb(209 250 229 / .75)}.hover\:ring-emerald-100\/80:hover{--tw-ring-color: rgb(209 250 229 / .8)}.hover\:ring-emerald-100\/90:hover{--tw-ring-color: rgb(209 250 229 / .9)}.hover\:ring-emerald-100\/95:hover{--tw-ring-color: rgb(209 250 229 / .95)}.hover\:ring-emerald-100\/100:hover{--tw-ring-color: rgb(209 250 229 / 1)}.hover\:ring-emerald-200\/0:hover{--tw-ring-color: rgb(167 243 208 / 0)}.hover\:ring-emerald-200\/5:hover{--tw-ring-color: rgb(167 243 208 / .05)}.hover\:ring-emerald-200\/10:hover{--tw-ring-color: rgb(167 243 208 / .1)}.hover\:ring-emerald-200\/20:hover{--tw-ring-color: rgb(167 243 208 / .2)}.hover\:ring-emerald-200\/25:hover{--tw-ring-color: rgb(167 243 208 / .25)}.hover\:ring-emerald-200\/30:hover{--tw-ring-color: rgb(167 243 208 / .3)}.hover\:ring-emerald-200\/40:hover{--tw-ring-color: rgb(167 243 208 / .4)}.hover\:ring-emerald-200\/50:hover{--tw-ring-color: rgb(167 243 208 / .5)}.hover\:ring-emerald-200\/60:hover{--tw-ring-color: rgb(167 243 208 / .6)}.hover\:ring-emerald-200\/70:hover{--tw-ring-color: rgb(167 243 208 / .7)}.hover\:ring-emerald-200\/75:hover{--tw-ring-color: rgb(167 243 208 / .75)}.hover\:ring-emerald-200\/80:hover{--tw-ring-color: rgb(167 243 208 / .8)}.hover\:ring-emerald-200\/90:hover{--tw-ring-color: rgb(167 243 208 / .9)}.hover\:ring-emerald-200\/95:hover{--tw-ring-color: rgb(167 243 208 / .95)}.hover\:ring-emerald-200\/100:hover{--tw-ring-color: rgb(167 243 208 / 1)}.hover\:ring-emerald-300\/0:hover{--tw-ring-color: rgb(110 231 183 / 0)}.hover\:ring-emerald-300\/5:hover{--tw-ring-color: rgb(110 231 183 / .05)}.hover\:ring-emerald-300\/10:hover{--tw-ring-color: rgb(110 231 183 / .1)}.hover\:ring-emerald-300\/20:hover{--tw-ring-color: rgb(110 231 183 / .2)}.hover\:ring-emerald-300\/25:hover{--tw-ring-color: rgb(110 231 183 / .25)}.hover\:ring-emerald-300\/30:hover{--tw-ring-color: rgb(110 231 183 / .3)}.hover\:ring-emerald-300\/40:hover{--tw-ring-color: rgb(110 231 183 / .4)}.hover\:ring-emerald-300\/50:hover{--tw-ring-color: rgb(110 231 183 / .5)}.hover\:ring-emerald-300\/60:hover{--tw-ring-color: rgb(110 231 183 / .6)}.hover\:ring-emerald-300\/70:hover{--tw-ring-color: rgb(110 231 183 / .7)}.hover\:ring-emerald-300\/75:hover{--tw-ring-color: rgb(110 231 183 / .75)}.hover\:ring-emerald-300\/80:hover{--tw-ring-color: rgb(110 231 183 / .8)}.hover\:ring-emerald-300\/90:hover{--tw-ring-color: rgb(110 231 183 / .9)}.hover\:ring-emerald-300\/95:hover{--tw-ring-color: rgb(110 231 183 / .95)}.hover\:ring-emerald-300\/100:hover{--tw-ring-color: rgb(110 231 183 / 1)}.hover\:ring-emerald-400\/0:hover{--tw-ring-color: rgb(52 211 153 / 0)}.hover\:ring-emerald-400\/5:hover{--tw-ring-color: rgb(52 211 153 / .05)}.hover\:ring-emerald-400\/10:hover{--tw-ring-color: rgb(52 211 153 / .1)}.hover\:ring-emerald-400\/20:hover{--tw-ring-color: rgb(52 211 153 / .2)}.hover\:ring-emerald-400\/25:hover{--tw-ring-color: rgb(52 211 153 / .25)}.hover\:ring-emerald-400\/30:hover{--tw-ring-color: rgb(52 211 153 / .3)}.hover\:ring-emerald-400\/40:hover{--tw-ring-color: rgb(52 211 153 / .4)}.hover\:ring-emerald-400\/50:hover{--tw-ring-color: rgb(52 211 153 / .5)}.hover\:ring-emerald-400\/60:hover{--tw-ring-color: rgb(52 211 153 / .6)}.hover\:ring-emerald-400\/70:hover{--tw-ring-color: rgb(52 211 153 / .7)}.hover\:ring-emerald-400\/75:hover{--tw-ring-color: rgb(52 211 153 / .75)}.hover\:ring-emerald-400\/80:hover{--tw-ring-color: rgb(52 211 153 / .8)}.hover\:ring-emerald-400\/90:hover{--tw-ring-color: rgb(52 211 153 / .9)}.hover\:ring-emerald-400\/95:hover{--tw-ring-color: rgb(52 211 153 / .95)}.hover\:ring-emerald-400\/100:hover{--tw-ring-color: rgb(52 211 153 / 1)}.hover\:ring-emerald-500\/0:hover{--tw-ring-color: rgb(16 185 129 / 0)}.hover\:ring-emerald-500\/5:hover{--tw-ring-color: rgb(16 185 129 / .05)}.hover\:ring-emerald-500\/10:hover{--tw-ring-color: rgb(16 185 129 / .1)}.hover\:ring-emerald-500\/20:hover{--tw-ring-color: rgb(16 185 129 / .2)}.hover\:ring-emerald-500\/25:hover{--tw-ring-color: rgb(16 185 129 / .25)}.hover\:ring-emerald-500\/30:hover{--tw-ring-color: rgb(16 185 129 / .3)}.hover\:ring-emerald-500\/40:hover{--tw-ring-color: rgb(16 185 129 / .4)}.hover\:ring-emerald-500\/50:hover{--tw-ring-color: rgb(16 185 129 / .5)}.hover\:ring-emerald-500\/60:hover{--tw-ring-color: rgb(16 185 129 / .6)}.hover\:ring-emerald-500\/70:hover{--tw-ring-color: rgb(16 185 129 / .7)}.hover\:ring-emerald-500\/75:hover{--tw-ring-color: rgb(16 185 129 / .75)}.hover\:ring-emerald-500\/80:hover{--tw-ring-color: rgb(16 185 129 / .8)}.hover\:ring-emerald-500\/90:hover{--tw-ring-color: rgb(16 185 129 / .9)}.hover\:ring-emerald-500\/95:hover{--tw-ring-color: rgb(16 185 129 / .95)}.hover\:ring-emerald-500\/100:hover{--tw-ring-color: rgb(16 185 129 / 1)}.hover\:ring-emerald-600\/0:hover{--tw-ring-color: rgb(5 150 105 / 0)}.hover\:ring-emerald-600\/5:hover{--tw-ring-color: rgb(5 150 105 / .05)}.hover\:ring-emerald-600\/10:hover{--tw-ring-color: rgb(5 150 105 / .1)}.hover\:ring-emerald-600\/20:hover{--tw-ring-color: rgb(5 150 105 / .2)}.hover\:ring-emerald-600\/25:hover{--tw-ring-color: rgb(5 150 105 / .25)}.hover\:ring-emerald-600\/30:hover{--tw-ring-color: rgb(5 150 105 / .3)}.hover\:ring-emerald-600\/40:hover{--tw-ring-color: rgb(5 150 105 / .4)}.hover\:ring-emerald-600\/50:hover{--tw-ring-color: rgb(5 150 105 / .5)}.hover\:ring-emerald-600\/60:hover{--tw-ring-color: rgb(5 150 105 / .6)}.hover\:ring-emerald-600\/70:hover{--tw-ring-color: rgb(5 150 105 / .7)}.hover\:ring-emerald-600\/75:hover{--tw-ring-color: rgb(5 150 105 / .75)}.hover\:ring-emerald-600\/80:hover{--tw-ring-color: rgb(5 150 105 / .8)}.hover\:ring-emerald-600\/90:hover{--tw-ring-color: rgb(5 150 105 / .9)}.hover\:ring-emerald-600\/95:hover{--tw-ring-color: rgb(5 150 105 / .95)}.hover\:ring-emerald-600\/100:hover{--tw-ring-color: rgb(5 150 105 / 1)}.hover\:ring-emerald-700\/0:hover{--tw-ring-color: rgb(4 120 87 / 0)}.hover\:ring-emerald-700\/5:hover{--tw-ring-color: rgb(4 120 87 / .05)}.hover\:ring-emerald-700\/10:hover{--tw-ring-color: rgb(4 120 87 / .1)}.hover\:ring-emerald-700\/20:hover{--tw-ring-color: rgb(4 120 87 / .2)}.hover\:ring-emerald-700\/25:hover{--tw-ring-color: rgb(4 120 87 / .25)}.hover\:ring-emerald-700\/30:hover{--tw-ring-color: rgb(4 120 87 / .3)}.hover\:ring-emerald-700\/40:hover{--tw-ring-color: rgb(4 120 87 / .4)}.hover\:ring-emerald-700\/50:hover{--tw-ring-color: rgb(4 120 87 / .5)}.hover\:ring-emerald-700\/60:hover{--tw-ring-color: rgb(4 120 87 / .6)}.hover\:ring-emerald-700\/70:hover{--tw-ring-color: rgb(4 120 87 / .7)}.hover\:ring-emerald-700\/75:hover{--tw-ring-color: rgb(4 120 87 / .75)}.hover\:ring-emerald-700\/80:hover{--tw-ring-color: rgb(4 120 87 / .8)}.hover\:ring-emerald-700\/90:hover{--tw-ring-color: rgb(4 120 87 / .9)}.hover\:ring-emerald-700\/95:hover{--tw-ring-color: rgb(4 120 87 / .95)}.hover\:ring-emerald-700\/100:hover{--tw-ring-color: rgb(4 120 87 / 1)}.hover\:ring-emerald-800\/0:hover{--tw-ring-color: rgb(6 95 70 / 0)}.hover\:ring-emerald-800\/5:hover{--tw-ring-color: rgb(6 95 70 / .05)}.hover\:ring-emerald-800\/10:hover{--tw-ring-color: rgb(6 95 70 / .1)}.hover\:ring-emerald-800\/20:hover{--tw-ring-color: rgb(6 95 70 / .2)}.hover\:ring-emerald-800\/25:hover{--tw-ring-color: rgb(6 95 70 / .25)}.hover\:ring-emerald-800\/30:hover{--tw-ring-color: rgb(6 95 70 / .3)}.hover\:ring-emerald-800\/40:hover{--tw-ring-color: rgb(6 95 70 / .4)}.hover\:ring-emerald-800\/50:hover{--tw-ring-color: rgb(6 95 70 / .5)}.hover\:ring-emerald-800\/60:hover{--tw-ring-color: rgb(6 95 70 / .6)}.hover\:ring-emerald-800\/70:hover{--tw-ring-color: rgb(6 95 70 / .7)}.hover\:ring-emerald-800\/75:hover{--tw-ring-color: rgb(6 95 70 / .75)}.hover\:ring-emerald-800\/80:hover{--tw-ring-color: rgb(6 95 70 / .8)}.hover\:ring-emerald-800\/90:hover{--tw-ring-color: rgb(6 95 70 / .9)}.hover\:ring-emerald-800\/95:hover{--tw-ring-color: rgb(6 95 70 / .95)}.hover\:ring-emerald-800\/100:hover{--tw-ring-color: rgb(6 95 70 / 1)}.hover\:ring-emerald-900\/0:hover{--tw-ring-color: rgb(6 78 59 / 0)}.hover\:ring-emerald-900\/5:hover{--tw-ring-color: rgb(6 78 59 / .05)}.hover\:ring-emerald-900\/10:hover{--tw-ring-color: rgb(6 78 59 / .1)}.hover\:ring-emerald-900\/20:hover{--tw-ring-color: rgb(6 78 59 / .2)}.hover\:ring-emerald-900\/25:hover{--tw-ring-color: rgb(6 78 59 / .25)}.hover\:ring-emerald-900\/30:hover{--tw-ring-color: rgb(6 78 59 / .3)}.hover\:ring-emerald-900\/40:hover{--tw-ring-color: rgb(6 78 59 / .4)}.hover\:ring-emerald-900\/50:hover{--tw-ring-color: rgb(6 78 59 / .5)}.hover\:ring-emerald-900\/60:hover{--tw-ring-color: rgb(6 78 59 / .6)}.hover\:ring-emerald-900\/70:hover{--tw-ring-color: rgb(6 78 59 / .7)}.hover\:ring-emerald-900\/75:hover{--tw-ring-color: rgb(6 78 59 / .75)}.hover\:ring-emerald-900\/80:hover{--tw-ring-color: rgb(6 78 59 / .8)}.hover\:ring-emerald-900\/90:hover{--tw-ring-color: rgb(6 78 59 / .9)}.hover\:ring-emerald-900\/95:hover{--tw-ring-color: rgb(6 78 59 / .95)}.hover\:ring-emerald-900\/100:hover{--tw-ring-color: rgb(6 78 59 / 1)}.hover\:ring-teal-50\/0:hover{--tw-ring-color: rgb(240 253 250 / 0)}.hover\:ring-teal-50\/5:hover{--tw-ring-color: rgb(240 253 250 / .05)}.hover\:ring-teal-50\/10:hover{--tw-ring-color: rgb(240 253 250 / .1)}.hover\:ring-teal-50\/20:hover{--tw-ring-color: rgb(240 253 250 / .2)}.hover\:ring-teal-50\/25:hover{--tw-ring-color: rgb(240 253 250 / .25)}.hover\:ring-teal-50\/30:hover{--tw-ring-color: rgb(240 253 250 / .3)}.hover\:ring-teal-50\/40:hover{--tw-ring-color: rgb(240 253 250 / .4)}.hover\:ring-teal-50\/50:hover{--tw-ring-color: rgb(240 253 250 / .5)}.hover\:ring-teal-50\/60:hover{--tw-ring-color: rgb(240 253 250 / .6)}.hover\:ring-teal-50\/70:hover{--tw-ring-color: rgb(240 253 250 / .7)}.hover\:ring-teal-50\/75:hover{--tw-ring-color: rgb(240 253 250 / .75)}.hover\:ring-teal-50\/80:hover{--tw-ring-color: rgb(240 253 250 / .8)}.hover\:ring-teal-50\/90:hover{--tw-ring-color: rgb(240 253 250 / .9)}.hover\:ring-teal-50\/95:hover{--tw-ring-color: rgb(240 253 250 / .95)}.hover\:ring-teal-50\/100:hover{--tw-ring-color: rgb(240 253 250 / 1)}.hover\:ring-teal-100\/0:hover{--tw-ring-color: rgb(204 251 241 / 0)}.hover\:ring-teal-100\/5:hover{--tw-ring-color: rgb(204 251 241 / .05)}.hover\:ring-teal-100\/10:hover{--tw-ring-color: rgb(204 251 241 / .1)}.hover\:ring-teal-100\/20:hover{--tw-ring-color: rgb(204 251 241 / .2)}.hover\:ring-teal-100\/25:hover{--tw-ring-color: rgb(204 251 241 / .25)}.hover\:ring-teal-100\/30:hover{--tw-ring-color: rgb(204 251 241 / .3)}.hover\:ring-teal-100\/40:hover{--tw-ring-color: rgb(204 251 241 / .4)}.hover\:ring-teal-100\/50:hover{--tw-ring-color: rgb(204 251 241 / .5)}.hover\:ring-teal-100\/60:hover{--tw-ring-color: rgb(204 251 241 / .6)}.hover\:ring-teal-100\/70:hover{--tw-ring-color: rgb(204 251 241 / .7)}.hover\:ring-teal-100\/75:hover{--tw-ring-color: rgb(204 251 241 / .75)}.hover\:ring-teal-100\/80:hover{--tw-ring-color: rgb(204 251 241 / .8)}.hover\:ring-teal-100\/90:hover{--tw-ring-color: rgb(204 251 241 / .9)}.hover\:ring-teal-100\/95:hover{--tw-ring-color: rgb(204 251 241 / .95)}.hover\:ring-teal-100\/100:hover{--tw-ring-color: rgb(204 251 241 / 1)}.hover\:ring-teal-200\/0:hover{--tw-ring-color: rgb(153 246 228 / 0)}.hover\:ring-teal-200\/5:hover{--tw-ring-color: rgb(153 246 228 / .05)}.hover\:ring-teal-200\/10:hover{--tw-ring-color: rgb(153 246 228 / .1)}.hover\:ring-teal-200\/20:hover{--tw-ring-color: rgb(153 246 228 / .2)}.hover\:ring-teal-200\/25:hover{--tw-ring-color: rgb(153 246 228 / .25)}.hover\:ring-teal-200\/30:hover{--tw-ring-color: rgb(153 246 228 / .3)}.hover\:ring-teal-200\/40:hover{--tw-ring-color: rgb(153 246 228 / .4)}.hover\:ring-teal-200\/50:hover{--tw-ring-color: rgb(153 246 228 / .5)}.hover\:ring-teal-200\/60:hover{--tw-ring-color: rgb(153 246 228 / .6)}.hover\:ring-teal-200\/70:hover{--tw-ring-color: rgb(153 246 228 / .7)}.hover\:ring-teal-200\/75:hover{--tw-ring-color: rgb(153 246 228 / .75)}.hover\:ring-teal-200\/80:hover{--tw-ring-color: rgb(153 246 228 / .8)}.hover\:ring-teal-200\/90:hover{--tw-ring-color: rgb(153 246 228 / .9)}.hover\:ring-teal-200\/95:hover{--tw-ring-color: rgb(153 246 228 / .95)}.hover\:ring-teal-200\/100:hover{--tw-ring-color: rgb(153 246 228 / 1)}.hover\:ring-teal-300\/0:hover{--tw-ring-color: rgb(94 234 212 / 0)}.hover\:ring-teal-300\/5:hover{--tw-ring-color: rgb(94 234 212 / .05)}.hover\:ring-teal-300\/10:hover{--tw-ring-color: rgb(94 234 212 / .1)}.hover\:ring-teal-300\/20:hover{--tw-ring-color: rgb(94 234 212 / .2)}.hover\:ring-teal-300\/25:hover{--tw-ring-color: rgb(94 234 212 / .25)}.hover\:ring-teal-300\/30:hover{--tw-ring-color: rgb(94 234 212 / .3)}.hover\:ring-teal-300\/40:hover{--tw-ring-color: rgb(94 234 212 / .4)}.hover\:ring-teal-300\/50:hover{--tw-ring-color: rgb(94 234 212 / .5)}.hover\:ring-teal-300\/60:hover{--tw-ring-color: rgb(94 234 212 / .6)}.hover\:ring-teal-300\/70:hover{--tw-ring-color: rgb(94 234 212 / .7)}.hover\:ring-teal-300\/75:hover{--tw-ring-color: rgb(94 234 212 / .75)}.hover\:ring-teal-300\/80:hover{--tw-ring-color: rgb(94 234 212 / .8)}.hover\:ring-teal-300\/90:hover{--tw-ring-color: rgb(94 234 212 / .9)}.hover\:ring-teal-300\/95:hover{--tw-ring-color: rgb(94 234 212 / .95)}.hover\:ring-teal-300\/100:hover{--tw-ring-color: rgb(94 234 212 / 1)}.hover\:ring-teal-400\/0:hover{--tw-ring-color: rgb(45 212 191 / 0)}.hover\:ring-teal-400\/5:hover{--tw-ring-color: rgb(45 212 191 / .05)}.hover\:ring-teal-400\/10:hover{--tw-ring-color: rgb(45 212 191 / .1)}.hover\:ring-teal-400\/20:hover{--tw-ring-color: rgb(45 212 191 / .2)}.hover\:ring-teal-400\/25:hover{--tw-ring-color: rgb(45 212 191 / .25)}.hover\:ring-teal-400\/30:hover{--tw-ring-color: rgb(45 212 191 / .3)}.hover\:ring-teal-400\/40:hover{--tw-ring-color: rgb(45 212 191 / .4)}.hover\:ring-teal-400\/50:hover{--tw-ring-color: rgb(45 212 191 / .5)}.hover\:ring-teal-400\/60:hover{--tw-ring-color: rgb(45 212 191 / .6)}.hover\:ring-teal-400\/70:hover{--tw-ring-color: rgb(45 212 191 / .7)}.hover\:ring-teal-400\/75:hover{--tw-ring-color: rgb(45 212 191 / .75)}.hover\:ring-teal-400\/80:hover{--tw-ring-color: rgb(45 212 191 / .8)}.hover\:ring-teal-400\/90:hover{--tw-ring-color: rgb(45 212 191 / .9)}.hover\:ring-teal-400\/95:hover{--tw-ring-color: rgb(45 212 191 / .95)}.hover\:ring-teal-400\/100:hover{--tw-ring-color: rgb(45 212 191 / 1)}.hover\:ring-teal-500\/0:hover{--tw-ring-color: rgb(20 184 166 / 0)}.hover\:ring-teal-500\/5:hover{--tw-ring-color: rgb(20 184 166 / .05)}.hover\:ring-teal-500\/10:hover{--tw-ring-color: rgb(20 184 166 / .1)}.hover\:ring-teal-500\/20:hover{--tw-ring-color: rgb(20 184 166 / .2)}.hover\:ring-teal-500\/25:hover{--tw-ring-color: rgb(20 184 166 / .25)}.hover\:ring-teal-500\/30:hover{--tw-ring-color: rgb(20 184 166 / .3)}.hover\:ring-teal-500\/40:hover{--tw-ring-color: rgb(20 184 166 / .4)}.hover\:ring-teal-500\/50:hover{--tw-ring-color: rgb(20 184 166 / .5)}.hover\:ring-teal-500\/60:hover{--tw-ring-color: rgb(20 184 166 / .6)}.hover\:ring-teal-500\/70:hover{--tw-ring-color: rgb(20 184 166 / .7)}.hover\:ring-teal-500\/75:hover{--tw-ring-color: rgb(20 184 166 / .75)}.hover\:ring-teal-500\/80:hover{--tw-ring-color: rgb(20 184 166 / .8)}.hover\:ring-teal-500\/90:hover{--tw-ring-color: rgb(20 184 166 / .9)}.hover\:ring-teal-500\/95:hover{--tw-ring-color: rgb(20 184 166 / .95)}.hover\:ring-teal-500\/100:hover{--tw-ring-color: rgb(20 184 166 / 1)}.hover\:ring-teal-600\/0:hover{--tw-ring-color: rgb(13 148 136 / 0)}.hover\:ring-teal-600\/5:hover{--tw-ring-color: rgb(13 148 136 / .05)}.hover\:ring-teal-600\/10:hover{--tw-ring-color: rgb(13 148 136 / .1)}.hover\:ring-teal-600\/20:hover{--tw-ring-color: rgb(13 148 136 / .2)}.hover\:ring-teal-600\/25:hover{--tw-ring-color: rgb(13 148 136 / .25)}.hover\:ring-teal-600\/30:hover{--tw-ring-color: rgb(13 148 136 / .3)}.hover\:ring-teal-600\/40:hover{--tw-ring-color: rgb(13 148 136 / .4)}.hover\:ring-teal-600\/50:hover{--tw-ring-color: rgb(13 148 136 / .5)}.hover\:ring-teal-600\/60:hover{--tw-ring-color: rgb(13 148 136 / .6)}.hover\:ring-teal-600\/70:hover{--tw-ring-color: rgb(13 148 136 / .7)}.hover\:ring-teal-600\/75:hover{--tw-ring-color: rgb(13 148 136 / .75)}.hover\:ring-teal-600\/80:hover{--tw-ring-color: rgb(13 148 136 / .8)}.hover\:ring-teal-600\/90:hover{--tw-ring-color: rgb(13 148 136 / .9)}.hover\:ring-teal-600\/95:hover{--tw-ring-color: rgb(13 148 136 / .95)}.hover\:ring-teal-600\/100:hover{--tw-ring-color: rgb(13 148 136 / 1)}.hover\:ring-teal-700\/0:hover{--tw-ring-color: rgb(15 118 110 / 0)}.hover\:ring-teal-700\/5:hover{--tw-ring-color: rgb(15 118 110 / .05)}.hover\:ring-teal-700\/10:hover{--tw-ring-color: rgb(15 118 110 / .1)}.hover\:ring-teal-700\/20:hover{--tw-ring-color: rgb(15 118 110 / .2)}.hover\:ring-teal-700\/25:hover{--tw-ring-color: rgb(15 118 110 / .25)}.hover\:ring-teal-700\/30:hover{--tw-ring-color: rgb(15 118 110 / .3)}.hover\:ring-teal-700\/40:hover{--tw-ring-color: rgb(15 118 110 / .4)}.hover\:ring-teal-700\/50:hover{--tw-ring-color: rgb(15 118 110 / .5)}.hover\:ring-teal-700\/60:hover{--tw-ring-color: rgb(15 118 110 / .6)}.hover\:ring-teal-700\/70:hover{--tw-ring-color: rgb(15 118 110 / .7)}.hover\:ring-teal-700\/75:hover{--tw-ring-color: rgb(15 118 110 / .75)}.hover\:ring-teal-700\/80:hover{--tw-ring-color: rgb(15 118 110 / .8)}.hover\:ring-teal-700\/90:hover{--tw-ring-color: rgb(15 118 110 / .9)}.hover\:ring-teal-700\/95:hover{--tw-ring-color: rgb(15 118 110 / .95)}.hover\:ring-teal-700\/100:hover{--tw-ring-color: rgb(15 118 110 / 1)}.hover\:ring-teal-800\/0:hover{--tw-ring-color: rgb(17 94 89 / 0)}.hover\:ring-teal-800\/5:hover{--tw-ring-color: rgb(17 94 89 / .05)}.hover\:ring-teal-800\/10:hover{--tw-ring-color: rgb(17 94 89 / .1)}.hover\:ring-teal-800\/20:hover{--tw-ring-color: rgb(17 94 89 / .2)}.hover\:ring-teal-800\/25:hover{--tw-ring-color: rgb(17 94 89 / .25)}.hover\:ring-teal-800\/30:hover{--tw-ring-color: rgb(17 94 89 / .3)}.hover\:ring-teal-800\/40:hover{--tw-ring-color: rgb(17 94 89 / .4)}.hover\:ring-teal-800\/50:hover{--tw-ring-color: rgb(17 94 89 / .5)}.hover\:ring-teal-800\/60:hover{--tw-ring-color: rgb(17 94 89 / .6)}.hover\:ring-teal-800\/70:hover{--tw-ring-color: rgb(17 94 89 / .7)}.hover\:ring-teal-800\/75:hover{--tw-ring-color: rgb(17 94 89 / .75)}.hover\:ring-teal-800\/80:hover{--tw-ring-color: rgb(17 94 89 / .8)}.hover\:ring-teal-800\/90:hover{--tw-ring-color: rgb(17 94 89 / .9)}.hover\:ring-teal-800\/95:hover{--tw-ring-color: rgb(17 94 89 / .95)}.hover\:ring-teal-800\/100:hover{--tw-ring-color: rgb(17 94 89 / 1)}.hover\:ring-teal-900\/0:hover{--tw-ring-color: rgb(19 78 74 / 0)}.hover\:ring-teal-900\/5:hover{--tw-ring-color: rgb(19 78 74 / .05)}.hover\:ring-teal-900\/10:hover{--tw-ring-color: rgb(19 78 74 / .1)}.hover\:ring-teal-900\/20:hover{--tw-ring-color: rgb(19 78 74 / .2)}.hover\:ring-teal-900\/25:hover{--tw-ring-color: rgb(19 78 74 / .25)}.hover\:ring-teal-900\/30:hover{--tw-ring-color: rgb(19 78 74 / .3)}.hover\:ring-teal-900\/40:hover{--tw-ring-color: rgb(19 78 74 / .4)}.hover\:ring-teal-900\/50:hover{--tw-ring-color: rgb(19 78 74 / .5)}.hover\:ring-teal-900\/60:hover{--tw-ring-color: rgb(19 78 74 / .6)}.hover\:ring-teal-900\/70:hover{--tw-ring-color: rgb(19 78 74 / .7)}.hover\:ring-teal-900\/75:hover{--tw-ring-color: rgb(19 78 74 / .75)}.hover\:ring-teal-900\/80:hover{--tw-ring-color: rgb(19 78 74 / .8)}.hover\:ring-teal-900\/90:hover{--tw-ring-color: rgb(19 78 74 / .9)}.hover\:ring-teal-900\/95:hover{--tw-ring-color: rgb(19 78 74 / .95)}.hover\:ring-teal-900\/100:hover{--tw-ring-color: rgb(19 78 74 / 1)}.hover\:ring-sky-50\/0:hover{--tw-ring-color: rgb(240 249 255 / 0)}.hover\:ring-sky-50\/5:hover{--tw-ring-color: rgb(240 249 255 / .05)}.hover\:ring-sky-50\/10:hover{--tw-ring-color: rgb(240 249 255 / .1)}.hover\:ring-sky-50\/20:hover{--tw-ring-color: rgb(240 249 255 / .2)}.hover\:ring-sky-50\/25:hover{--tw-ring-color: rgb(240 249 255 / .25)}.hover\:ring-sky-50\/30:hover{--tw-ring-color: rgb(240 249 255 / .3)}.hover\:ring-sky-50\/40:hover{--tw-ring-color: rgb(240 249 255 / .4)}.hover\:ring-sky-50\/50:hover{--tw-ring-color: rgb(240 249 255 / .5)}.hover\:ring-sky-50\/60:hover{--tw-ring-color: rgb(240 249 255 / .6)}.hover\:ring-sky-50\/70:hover{--tw-ring-color: rgb(240 249 255 / .7)}.hover\:ring-sky-50\/75:hover{--tw-ring-color: rgb(240 249 255 / .75)}.hover\:ring-sky-50\/80:hover{--tw-ring-color: rgb(240 249 255 / .8)}.hover\:ring-sky-50\/90:hover{--tw-ring-color: rgb(240 249 255 / .9)}.hover\:ring-sky-50\/95:hover{--tw-ring-color: rgb(240 249 255 / .95)}.hover\:ring-sky-50\/100:hover{--tw-ring-color: rgb(240 249 255 / 1)}.hover\:ring-sky-100\/0:hover{--tw-ring-color: rgb(224 242 254 / 0)}.hover\:ring-sky-100\/5:hover{--tw-ring-color: rgb(224 242 254 / .05)}.hover\:ring-sky-100\/10:hover{--tw-ring-color: rgb(224 242 254 / .1)}.hover\:ring-sky-100\/20:hover{--tw-ring-color: rgb(224 242 254 / .2)}.hover\:ring-sky-100\/25:hover{--tw-ring-color: rgb(224 242 254 / .25)}.hover\:ring-sky-100\/30:hover{--tw-ring-color: rgb(224 242 254 / .3)}.hover\:ring-sky-100\/40:hover{--tw-ring-color: rgb(224 242 254 / .4)}.hover\:ring-sky-100\/50:hover{--tw-ring-color: rgb(224 242 254 / .5)}.hover\:ring-sky-100\/60:hover{--tw-ring-color: rgb(224 242 254 / .6)}.hover\:ring-sky-100\/70:hover{--tw-ring-color: rgb(224 242 254 / .7)}.hover\:ring-sky-100\/75:hover{--tw-ring-color: rgb(224 242 254 / .75)}.hover\:ring-sky-100\/80:hover{--tw-ring-color: rgb(224 242 254 / .8)}.hover\:ring-sky-100\/90:hover{--tw-ring-color: rgb(224 242 254 / .9)}.hover\:ring-sky-100\/95:hover{--tw-ring-color: rgb(224 242 254 / .95)}.hover\:ring-sky-100\/100:hover{--tw-ring-color: rgb(224 242 254 / 1)}.hover\:ring-sky-200\/0:hover{--tw-ring-color: rgb(186 230 253 / 0)}.hover\:ring-sky-200\/5:hover{--tw-ring-color: rgb(186 230 253 / .05)}.hover\:ring-sky-200\/10:hover{--tw-ring-color: rgb(186 230 253 / .1)}.hover\:ring-sky-200\/20:hover{--tw-ring-color: rgb(186 230 253 / .2)}.hover\:ring-sky-200\/25:hover{--tw-ring-color: rgb(186 230 253 / .25)}.hover\:ring-sky-200\/30:hover{--tw-ring-color: rgb(186 230 253 / .3)}.hover\:ring-sky-200\/40:hover{--tw-ring-color: rgb(186 230 253 / .4)}.hover\:ring-sky-200\/50:hover{--tw-ring-color: rgb(186 230 253 / .5)}.hover\:ring-sky-200\/60:hover{--tw-ring-color: rgb(186 230 253 / .6)}.hover\:ring-sky-200\/70:hover{--tw-ring-color: rgb(186 230 253 / .7)}.hover\:ring-sky-200\/75:hover{--tw-ring-color: rgb(186 230 253 / .75)}.hover\:ring-sky-200\/80:hover{--tw-ring-color: rgb(186 230 253 / .8)}.hover\:ring-sky-200\/90:hover{--tw-ring-color: rgb(186 230 253 / .9)}.hover\:ring-sky-200\/95:hover{--tw-ring-color: rgb(186 230 253 / .95)}.hover\:ring-sky-200\/100:hover{--tw-ring-color: rgb(186 230 253 / 1)}.hover\:ring-sky-300\/0:hover{--tw-ring-color: rgb(125 211 252 / 0)}.hover\:ring-sky-300\/5:hover{--tw-ring-color: rgb(125 211 252 / .05)}.hover\:ring-sky-300\/10:hover{--tw-ring-color: rgb(125 211 252 / .1)}.hover\:ring-sky-300\/20:hover{--tw-ring-color: rgb(125 211 252 / .2)}.hover\:ring-sky-300\/25:hover{--tw-ring-color: rgb(125 211 252 / .25)}.hover\:ring-sky-300\/30:hover{--tw-ring-color: rgb(125 211 252 / .3)}.hover\:ring-sky-300\/40:hover{--tw-ring-color: rgb(125 211 252 / .4)}.hover\:ring-sky-300\/50:hover{--tw-ring-color: rgb(125 211 252 / .5)}.hover\:ring-sky-300\/60:hover{--tw-ring-color: rgb(125 211 252 / .6)}.hover\:ring-sky-300\/70:hover{--tw-ring-color: rgb(125 211 252 / .7)}.hover\:ring-sky-300\/75:hover{--tw-ring-color: rgb(125 211 252 / .75)}.hover\:ring-sky-300\/80:hover{--tw-ring-color: rgb(125 211 252 / .8)}.hover\:ring-sky-300\/90:hover{--tw-ring-color: rgb(125 211 252 / .9)}.hover\:ring-sky-300\/95:hover{--tw-ring-color: rgb(125 211 252 / .95)}.hover\:ring-sky-300\/100:hover{--tw-ring-color: rgb(125 211 252 / 1)}.hover\:ring-sky-400\/0:hover{--tw-ring-color: rgb(56 189 248 / 0)}.hover\:ring-sky-400\/5:hover{--tw-ring-color: rgb(56 189 248 / .05)}.hover\:ring-sky-400\/10:hover{--tw-ring-color: rgb(56 189 248 / .1)}.hover\:ring-sky-400\/20:hover{--tw-ring-color: rgb(56 189 248 / .2)}.hover\:ring-sky-400\/25:hover{--tw-ring-color: rgb(56 189 248 / .25)}.hover\:ring-sky-400\/30:hover{--tw-ring-color: rgb(56 189 248 / .3)}.hover\:ring-sky-400\/40:hover{--tw-ring-color: rgb(56 189 248 / .4)}.hover\:ring-sky-400\/50:hover{--tw-ring-color: rgb(56 189 248 / .5)}.hover\:ring-sky-400\/60:hover{--tw-ring-color: rgb(56 189 248 / .6)}.hover\:ring-sky-400\/70:hover{--tw-ring-color: rgb(56 189 248 / .7)}.hover\:ring-sky-400\/75:hover{--tw-ring-color: rgb(56 189 248 / .75)}.hover\:ring-sky-400\/80:hover{--tw-ring-color: rgb(56 189 248 / .8)}.hover\:ring-sky-400\/90:hover{--tw-ring-color: rgb(56 189 248 / .9)}.hover\:ring-sky-400\/95:hover{--tw-ring-color: rgb(56 189 248 / .95)}.hover\:ring-sky-400\/100:hover{--tw-ring-color: rgb(56 189 248 / 1)}.hover\:ring-sky-500\/0:hover{--tw-ring-color: rgb(14 165 233 / 0)}.hover\:ring-sky-500\/5:hover{--tw-ring-color: rgb(14 165 233 / .05)}.hover\:ring-sky-500\/10:hover{--tw-ring-color: rgb(14 165 233 / .1)}.hover\:ring-sky-500\/20:hover{--tw-ring-color: rgb(14 165 233 / .2)}.hover\:ring-sky-500\/25:hover{--tw-ring-color: rgb(14 165 233 / .25)}.hover\:ring-sky-500\/30:hover{--tw-ring-color: rgb(14 165 233 / .3)}.hover\:ring-sky-500\/40:hover{--tw-ring-color: rgb(14 165 233 / .4)}.hover\:ring-sky-500\/50:hover{--tw-ring-color: rgb(14 165 233 / .5)}.hover\:ring-sky-500\/60:hover{--tw-ring-color: rgb(14 165 233 / .6)}.hover\:ring-sky-500\/70:hover{--tw-ring-color: rgb(14 165 233 / .7)}.hover\:ring-sky-500\/75:hover{--tw-ring-color: rgb(14 165 233 / .75)}.hover\:ring-sky-500\/80:hover{--tw-ring-color: rgb(14 165 233 / .8)}.hover\:ring-sky-500\/90:hover{--tw-ring-color: rgb(14 165 233 / .9)}.hover\:ring-sky-500\/95:hover{--tw-ring-color: rgb(14 165 233 / .95)}.hover\:ring-sky-500\/100:hover{--tw-ring-color: rgb(14 165 233 / 1)}.hover\:ring-sky-600\/0:hover{--tw-ring-color: rgb(2 132 199 / 0)}.hover\:ring-sky-600\/5:hover{--tw-ring-color: rgb(2 132 199 / .05)}.hover\:ring-sky-600\/10:hover{--tw-ring-color: rgb(2 132 199 / .1)}.hover\:ring-sky-600\/20:hover{--tw-ring-color: rgb(2 132 199 / .2)}.hover\:ring-sky-600\/25:hover{--tw-ring-color: rgb(2 132 199 / .25)}.hover\:ring-sky-600\/30:hover{--tw-ring-color: rgb(2 132 199 / .3)}.hover\:ring-sky-600\/40:hover{--tw-ring-color: rgb(2 132 199 / .4)}.hover\:ring-sky-600\/50:hover{--tw-ring-color: rgb(2 132 199 / .5)}.hover\:ring-sky-600\/60:hover{--tw-ring-color: rgb(2 132 199 / .6)}.hover\:ring-sky-600\/70:hover{--tw-ring-color: rgb(2 132 199 / .7)}.hover\:ring-sky-600\/75:hover{--tw-ring-color: rgb(2 132 199 / .75)}.hover\:ring-sky-600\/80:hover{--tw-ring-color: rgb(2 132 199 / .8)}.hover\:ring-sky-600\/90:hover{--tw-ring-color: rgb(2 132 199 / .9)}.hover\:ring-sky-600\/95:hover{--tw-ring-color: rgb(2 132 199 / .95)}.hover\:ring-sky-600\/100:hover{--tw-ring-color: rgb(2 132 199 / 1)}.hover\:ring-sky-700\/0:hover{--tw-ring-color: rgb(3 105 161 / 0)}.hover\:ring-sky-700\/5:hover{--tw-ring-color: rgb(3 105 161 / .05)}.hover\:ring-sky-700\/10:hover{--tw-ring-color: rgb(3 105 161 / .1)}.hover\:ring-sky-700\/20:hover{--tw-ring-color: rgb(3 105 161 / .2)}.hover\:ring-sky-700\/25:hover{--tw-ring-color: rgb(3 105 161 / .25)}.hover\:ring-sky-700\/30:hover{--tw-ring-color: rgb(3 105 161 / .3)}.hover\:ring-sky-700\/40:hover{--tw-ring-color: rgb(3 105 161 / .4)}.hover\:ring-sky-700\/50:hover{--tw-ring-color: rgb(3 105 161 / .5)}.hover\:ring-sky-700\/60:hover{--tw-ring-color: rgb(3 105 161 / .6)}.hover\:ring-sky-700\/70:hover{--tw-ring-color: rgb(3 105 161 / .7)}.hover\:ring-sky-700\/75:hover{--tw-ring-color: rgb(3 105 161 / .75)}.hover\:ring-sky-700\/80:hover{--tw-ring-color: rgb(3 105 161 / .8)}.hover\:ring-sky-700\/90:hover{--tw-ring-color: rgb(3 105 161 / .9)}.hover\:ring-sky-700\/95:hover{--tw-ring-color: rgb(3 105 161 / .95)}.hover\:ring-sky-700\/100:hover{--tw-ring-color: rgb(3 105 161 / 1)}.hover\:ring-sky-800\/0:hover{--tw-ring-color: rgb(7 89 133 / 0)}.hover\:ring-sky-800\/5:hover{--tw-ring-color: rgb(7 89 133 / .05)}.hover\:ring-sky-800\/10:hover{--tw-ring-color: rgb(7 89 133 / .1)}.hover\:ring-sky-800\/20:hover{--tw-ring-color: rgb(7 89 133 / .2)}.hover\:ring-sky-800\/25:hover{--tw-ring-color: rgb(7 89 133 / .25)}.hover\:ring-sky-800\/30:hover{--tw-ring-color: rgb(7 89 133 / .3)}.hover\:ring-sky-800\/40:hover{--tw-ring-color: rgb(7 89 133 / .4)}.hover\:ring-sky-800\/50:hover{--tw-ring-color: rgb(7 89 133 / .5)}.hover\:ring-sky-800\/60:hover{--tw-ring-color: rgb(7 89 133 / .6)}.hover\:ring-sky-800\/70:hover{--tw-ring-color: rgb(7 89 133 / .7)}.hover\:ring-sky-800\/75:hover{--tw-ring-color: rgb(7 89 133 / .75)}.hover\:ring-sky-800\/80:hover{--tw-ring-color: rgb(7 89 133 / .8)}.hover\:ring-sky-800\/90:hover{--tw-ring-color: rgb(7 89 133 / .9)}.hover\:ring-sky-800\/95:hover{--tw-ring-color: rgb(7 89 133 / .95)}.hover\:ring-sky-800\/100:hover{--tw-ring-color: rgb(7 89 133 / 1)}.hover\:ring-sky-900\/0:hover{--tw-ring-color: rgb(12 74 110 / 0)}.hover\:ring-sky-900\/5:hover{--tw-ring-color: rgb(12 74 110 / .05)}.hover\:ring-sky-900\/10:hover{--tw-ring-color: rgb(12 74 110 / .1)}.hover\:ring-sky-900\/20:hover{--tw-ring-color: rgb(12 74 110 / .2)}.hover\:ring-sky-900\/25:hover{--tw-ring-color: rgb(12 74 110 / .25)}.hover\:ring-sky-900\/30:hover{--tw-ring-color: rgb(12 74 110 / .3)}.hover\:ring-sky-900\/40:hover{--tw-ring-color: rgb(12 74 110 / .4)}.hover\:ring-sky-900\/50:hover{--tw-ring-color: rgb(12 74 110 / .5)}.hover\:ring-sky-900\/60:hover{--tw-ring-color: rgb(12 74 110 / .6)}.hover\:ring-sky-900\/70:hover{--tw-ring-color: rgb(12 74 110 / .7)}.hover\:ring-sky-900\/75:hover{--tw-ring-color: rgb(12 74 110 / .75)}.hover\:ring-sky-900\/80:hover{--tw-ring-color: rgb(12 74 110 / .8)}.hover\:ring-sky-900\/90:hover{--tw-ring-color: rgb(12 74 110 / .9)}.hover\:ring-sky-900\/95:hover{--tw-ring-color: rgb(12 74 110 / .95)}.hover\:ring-sky-900\/100:hover{--tw-ring-color: rgb(12 74 110 / 1)}.hover\:ring-blue-50\/0:hover{--tw-ring-color: rgb(239 246 255 / 0)}.hover\:ring-blue-50\/5:hover{--tw-ring-color: rgb(239 246 255 / .05)}.hover\:ring-blue-50\/10:hover{--tw-ring-color: rgb(239 246 255 / .1)}.hover\:ring-blue-50\/20:hover{--tw-ring-color: rgb(239 246 255 / .2)}.hover\:ring-blue-50\/25:hover{--tw-ring-color: rgb(239 246 255 / .25)}.hover\:ring-blue-50\/30:hover{--tw-ring-color: rgb(239 246 255 / .3)}.hover\:ring-blue-50\/40:hover{--tw-ring-color: rgb(239 246 255 / .4)}.hover\:ring-blue-50\/50:hover{--tw-ring-color: rgb(239 246 255 / .5)}.hover\:ring-blue-50\/60:hover{--tw-ring-color: rgb(239 246 255 / .6)}.hover\:ring-blue-50\/70:hover{--tw-ring-color: rgb(239 246 255 / .7)}.hover\:ring-blue-50\/75:hover{--tw-ring-color: rgb(239 246 255 / .75)}.hover\:ring-blue-50\/80:hover{--tw-ring-color: rgb(239 246 255 / .8)}.hover\:ring-blue-50\/90:hover{--tw-ring-color: rgb(239 246 255 / .9)}.hover\:ring-blue-50\/95:hover{--tw-ring-color: rgb(239 246 255 / .95)}.hover\:ring-blue-50\/100:hover{--tw-ring-color: rgb(239 246 255 / 1)}.hover\:ring-blue-100\/0:hover{--tw-ring-color: rgb(242 243 253 / 0)}.hover\:ring-blue-100\/5:hover{--tw-ring-color: rgb(242 243 253 / .05)}.hover\:ring-blue-100\/10:hover{--tw-ring-color: rgb(242 243 253 / .1)}.hover\:ring-blue-100\/20:hover{--tw-ring-color: rgb(242 243 253 / .2)}.hover\:ring-blue-100\/25:hover{--tw-ring-color: rgb(242 243 253 / .25)}.hover\:ring-blue-100\/30:hover{--tw-ring-color: rgb(242 243 253 / .3)}.hover\:ring-blue-100\/40:hover{--tw-ring-color: rgb(242 243 253 / .4)}.hover\:ring-blue-100\/50:hover{--tw-ring-color: rgb(242 243 253 / .5)}.hover\:ring-blue-100\/60:hover{--tw-ring-color: rgb(242 243 253 / .6)}.hover\:ring-blue-100\/70:hover{--tw-ring-color: rgb(242 243 253 / .7)}.hover\:ring-blue-100\/75:hover{--tw-ring-color: rgb(242 243 253 / .75)}.hover\:ring-blue-100\/80:hover{--tw-ring-color: rgb(242 243 253 / .8)}.hover\:ring-blue-100\/90:hover{--tw-ring-color: rgb(242 243 253 / .9)}.hover\:ring-blue-100\/95:hover{--tw-ring-color: rgb(242 243 253 / .95)}.hover\:ring-blue-100\/100:hover{--tw-ring-color: rgb(242 243 253 / 1)}.hover\:ring-blue-200\/0:hover{--tw-ring-color: rgb(228 232 251 / 0)}.hover\:ring-blue-200\/5:hover{--tw-ring-color: rgb(228 232 251 / .05)}.hover\:ring-blue-200\/10:hover{--tw-ring-color: rgb(228 232 251 / .1)}.hover\:ring-blue-200\/20:hover{--tw-ring-color: rgb(228 232 251 / .2)}.hover\:ring-blue-200\/25:hover{--tw-ring-color: rgb(228 232 251 / .25)}.hover\:ring-blue-200\/30:hover{--tw-ring-color: rgb(228 232 251 / .3)}.hover\:ring-blue-200\/40:hover{--tw-ring-color: rgb(228 232 251 / .4)}.hover\:ring-blue-200\/50:hover{--tw-ring-color: rgb(228 232 251 / .5)}.hover\:ring-blue-200\/60:hover{--tw-ring-color: rgb(228 232 251 / .6)}.hover\:ring-blue-200\/70:hover{--tw-ring-color: rgb(228 232 251 / .7)}.hover\:ring-blue-200\/75:hover{--tw-ring-color: rgb(228 232 251 / .75)}.hover\:ring-blue-200\/80:hover{--tw-ring-color: rgb(228 232 251 / .8)}.hover\:ring-blue-200\/90:hover{--tw-ring-color: rgb(228 232 251 / .9)}.hover\:ring-blue-200\/95:hover{--tw-ring-color: rgb(228 232 251 / .95)}.hover\:ring-blue-200\/100:hover{--tw-ring-color: rgb(228 232 251 / 1)}.hover\:ring-blue-300\/0:hover{--tw-ring-color: rgb(198 207 247 / 0)}.hover\:ring-blue-300\/5:hover{--tw-ring-color: rgb(198 207 247 / .05)}.hover\:ring-blue-300\/10:hover{--tw-ring-color: rgb(198 207 247 / .1)}.hover\:ring-blue-300\/20:hover{--tw-ring-color: rgb(198 207 247 / .2)}.hover\:ring-blue-300\/25:hover{--tw-ring-color: rgb(198 207 247 / .25)}.hover\:ring-blue-300\/30:hover{--tw-ring-color: rgb(198 207 247 / .3)}.hover\:ring-blue-300\/40:hover{--tw-ring-color: rgb(198 207 247 / .4)}.hover\:ring-blue-300\/50:hover{--tw-ring-color: rgb(198 207 247 / .5)}.hover\:ring-blue-300\/60:hover{--tw-ring-color: rgb(198 207 247 / .6)}.hover\:ring-blue-300\/70:hover{--tw-ring-color: rgb(198 207 247 / .7)}.hover\:ring-blue-300\/75:hover{--tw-ring-color: rgb(198 207 247 / .75)}.hover\:ring-blue-300\/80:hover{--tw-ring-color: rgb(198 207 247 / .8)}.hover\:ring-blue-300\/90:hover{--tw-ring-color: rgb(198 207 247 / .9)}.hover\:ring-blue-300\/95:hover{--tw-ring-color: rgb(198 207 247 / .95)}.hover\:ring-blue-300\/100:hover{--tw-ring-color: rgb(198 207 247 / 1)}.hover\:ring-blue-400\/0:hover{--tw-ring-color: rgb(163 178 243 / 0)}.hover\:ring-blue-400\/5:hover{--tw-ring-color: rgb(163 178 243 / .05)}.hover\:ring-blue-400\/10:hover{--tw-ring-color: rgb(163 178 243 / .1)}.hover\:ring-blue-400\/20:hover{--tw-ring-color: rgb(163 178 243 / .2)}.hover\:ring-blue-400\/25:hover{--tw-ring-color: rgb(163 178 243 / .25)}.hover\:ring-blue-400\/30:hover{--tw-ring-color: rgb(163 178 243 / .3)}.hover\:ring-blue-400\/40:hover{--tw-ring-color: rgb(163 178 243 / .4)}.hover\:ring-blue-400\/50:hover{--tw-ring-color: rgb(163 178 243 / .5)}.hover\:ring-blue-400\/60:hover{--tw-ring-color: rgb(163 178 243 / .6)}.hover\:ring-blue-400\/70:hover{--tw-ring-color: rgb(163 178 243 / .7)}.hover\:ring-blue-400\/75:hover{--tw-ring-color: rgb(163 178 243 / .75)}.hover\:ring-blue-400\/80:hover{--tw-ring-color: rgb(163 178 243 / .8)}.hover\:ring-blue-400\/90:hover{--tw-ring-color: rgb(163 178 243 / .9)}.hover\:ring-blue-400\/95:hover{--tw-ring-color: rgb(163 178 243 / .95)}.hover\:ring-blue-400\/100:hover{--tw-ring-color: rgb(163 178 243 / 1)}.hover\:ring-blue-500\/0:hover{--tw-ring-color: rgb(118 144 239 / 0)}.hover\:ring-blue-500\/5:hover{--tw-ring-color: rgb(118 144 239 / .05)}.hover\:ring-blue-500\/10:hover{--tw-ring-color: rgb(118 144 239 / .1)}.hover\:ring-blue-500\/20:hover{--tw-ring-color: rgb(118 144 239 / .2)}.hover\:ring-blue-500\/25:hover{--tw-ring-color: rgb(118 144 239 / .25)}.hover\:ring-blue-500\/30:hover{--tw-ring-color: rgb(118 144 239 / .3)}.hover\:ring-blue-500\/40:hover{--tw-ring-color: rgb(118 144 239 / .4)}.hover\:ring-blue-500\/50:hover{--tw-ring-color: rgb(118 144 239 / .5)}.hover\:ring-blue-500\/60:hover{--tw-ring-color: rgb(118 144 239 / .6)}.hover\:ring-blue-500\/70:hover{--tw-ring-color: rgb(118 144 239 / .7)}.hover\:ring-blue-500\/75:hover{--tw-ring-color: rgb(118 144 239 / .75)}.hover\:ring-blue-500\/80:hover{--tw-ring-color: rgb(118 144 239 / .8)}.hover\:ring-blue-500\/90:hover{--tw-ring-color: rgb(118 144 239 / .9)}.hover\:ring-blue-500\/95:hover{--tw-ring-color: rgb(118 144 239 / .95)}.hover\:ring-blue-500\/100:hover{--tw-ring-color: rgb(118 144 239 / 1)}.hover\:ring-blue-600\/0:hover{--tw-ring-color: rgb(37 99 235 / 0)}.hover\:ring-blue-600\/5:hover{--tw-ring-color: rgb(37 99 235 / .05)}.hover\:ring-blue-600\/10:hover{--tw-ring-color: rgb(37 99 235 / .1)}.hover\:ring-blue-600\/20:hover{--tw-ring-color: rgb(37 99 235 / .2)}.hover\:ring-blue-600\/25:hover{--tw-ring-color: rgb(37 99 235 / .25)}.hover\:ring-blue-600\/30:hover{--tw-ring-color: rgb(37 99 235 / .3)}.hover\:ring-blue-600\/40:hover{--tw-ring-color: rgb(37 99 235 / .4)}.hover\:ring-blue-600\/50:hover{--tw-ring-color: rgb(37 99 235 / .5)}.hover\:ring-blue-600\/60:hover{--tw-ring-color: rgb(37 99 235 / .6)}.hover\:ring-blue-600\/70:hover{--tw-ring-color: rgb(37 99 235 / .7)}.hover\:ring-blue-600\/75:hover{--tw-ring-color: rgb(37 99 235 / .75)}.hover\:ring-blue-600\/80:hover{--tw-ring-color: rgb(37 99 235 / .8)}.hover\:ring-blue-600\/90:hover{--tw-ring-color: rgb(37 99 235 / .9)}.hover\:ring-blue-600\/95:hover{--tw-ring-color: rgb(37 99 235 / .95)}.hover\:ring-blue-600\/100:hover{--tw-ring-color: rgb(37 99 235 / 1)}.hover\:ring-blue-700\/0:hover{--tw-ring-color: rgb(33 88 210 / 0)}.hover\:ring-blue-700\/5:hover{--tw-ring-color: rgb(33 88 210 / .05)}.hover\:ring-blue-700\/10:hover{--tw-ring-color: rgb(33 88 210 / .1)}.hover\:ring-blue-700\/20:hover{--tw-ring-color: rgb(33 88 210 / .2)}.hover\:ring-blue-700\/25:hover{--tw-ring-color: rgb(33 88 210 / .25)}.hover\:ring-blue-700\/30:hover{--tw-ring-color: rgb(33 88 210 / .3)}.hover\:ring-blue-700\/40:hover{--tw-ring-color: rgb(33 88 210 / .4)}.hover\:ring-blue-700\/50:hover{--tw-ring-color: rgb(33 88 210 / .5)}.hover\:ring-blue-700\/60:hover{--tw-ring-color: rgb(33 88 210 / .6)}.hover\:ring-blue-700\/70:hover{--tw-ring-color: rgb(33 88 210 / .7)}.hover\:ring-blue-700\/75:hover{--tw-ring-color: rgb(33 88 210 / .75)}.hover\:ring-blue-700\/80:hover{--tw-ring-color: rgb(33 88 210 / .8)}.hover\:ring-blue-700\/90:hover{--tw-ring-color: rgb(33 88 210 / .9)}.hover\:ring-blue-700\/95:hover{--tw-ring-color: rgb(33 88 210 / .95)}.hover\:ring-blue-700\/100:hover{--tw-ring-color: rgb(33 88 210 / 1)}.hover\:ring-blue-800\/0:hover{--tw-ring-color: rgb(28 76 182 / 0)}.hover\:ring-blue-800\/5:hover{--tw-ring-color: rgb(28 76 182 / .05)}.hover\:ring-blue-800\/10:hover{--tw-ring-color: rgb(28 76 182 / .1)}.hover\:ring-blue-800\/20:hover{--tw-ring-color: rgb(28 76 182 / .2)}.hover\:ring-blue-800\/25:hover{--tw-ring-color: rgb(28 76 182 / .25)}.hover\:ring-blue-800\/30:hover{--tw-ring-color: rgb(28 76 182 / .3)}.hover\:ring-blue-800\/40:hover{--tw-ring-color: rgb(28 76 182 / .4)}.hover\:ring-blue-800\/50:hover{--tw-ring-color: rgb(28 76 182 / .5)}.hover\:ring-blue-800\/60:hover{--tw-ring-color: rgb(28 76 182 / .6)}.hover\:ring-blue-800\/70:hover{--tw-ring-color: rgb(28 76 182 / .7)}.hover\:ring-blue-800\/75:hover{--tw-ring-color: rgb(28 76 182 / .75)}.hover\:ring-blue-800\/80:hover{--tw-ring-color: rgb(28 76 182 / .8)}.hover\:ring-blue-800\/90:hover{--tw-ring-color: rgb(28 76 182 / .9)}.hover\:ring-blue-800\/95:hover{--tw-ring-color: rgb(28 76 182 / .95)}.hover\:ring-blue-800\/100:hover{--tw-ring-color: rgb(28 76 182 / 1)}.hover\:ring-blue-900\/0:hover{--tw-ring-color: rgb(23 62 148 / 0)}.hover\:ring-blue-900\/5:hover{--tw-ring-color: rgb(23 62 148 / .05)}.hover\:ring-blue-900\/10:hover{--tw-ring-color: rgb(23 62 148 / .1)}.hover\:ring-blue-900\/20:hover{--tw-ring-color: rgb(23 62 148 / .2)}.hover\:ring-blue-900\/25:hover{--tw-ring-color: rgb(23 62 148 / .25)}.hover\:ring-blue-900\/30:hover{--tw-ring-color: rgb(23 62 148 / .3)}.hover\:ring-blue-900\/40:hover{--tw-ring-color: rgb(23 62 148 / .4)}.hover\:ring-blue-900\/50:hover{--tw-ring-color: rgb(23 62 148 / .5)}.hover\:ring-blue-900\/60:hover{--tw-ring-color: rgb(23 62 148 / .6)}.hover\:ring-blue-900\/70:hover{--tw-ring-color: rgb(23 62 148 / .7)}.hover\:ring-blue-900\/75:hover{--tw-ring-color: rgb(23 62 148 / .75)}.hover\:ring-blue-900\/80:hover{--tw-ring-color: rgb(23 62 148 / .8)}.hover\:ring-blue-900\/90:hover{--tw-ring-color: rgb(23 62 148 / .9)}.hover\:ring-blue-900\/95:hover{--tw-ring-color: rgb(23 62 148 / .95)}.hover\:ring-blue-900\/100:hover{--tw-ring-color: rgb(23 62 148 / 1)}.hover\:ring-indigo-50\/0:hover{--tw-ring-color: rgb(238 242 255 / 0)}.hover\:ring-indigo-50\/5:hover{--tw-ring-color: rgb(238 242 255 / .05)}.hover\:ring-indigo-50\/10:hover{--tw-ring-color: rgb(238 242 255 / .1)}.hover\:ring-indigo-50\/20:hover{--tw-ring-color: rgb(238 242 255 / .2)}.hover\:ring-indigo-50\/25:hover{--tw-ring-color: rgb(238 242 255 / .25)}.hover\:ring-indigo-50\/30:hover{--tw-ring-color: rgb(238 242 255 / .3)}.hover\:ring-indigo-50\/40:hover{--tw-ring-color: rgb(238 242 255 / .4)}.hover\:ring-indigo-50\/50:hover{--tw-ring-color: rgb(238 242 255 / .5)}.hover\:ring-indigo-50\/60:hover{--tw-ring-color: rgb(238 242 255 / .6)}.hover\:ring-indigo-50\/70:hover{--tw-ring-color: rgb(238 242 255 / .7)}.hover\:ring-indigo-50\/75:hover{--tw-ring-color: rgb(238 242 255 / .75)}.hover\:ring-indigo-50\/80:hover{--tw-ring-color: rgb(238 242 255 / .8)}.hover\:ring-indigo-50\/90:hover{--tw-ring-color: rgb(238 242 255 / .9)}.hover\:ring-indigo-50\/95:hover{--tw-ring-color: rgb(238 242 255 / .95)}.hover\:ring-indigo-50\/100:hover{--tw-ring-color: rgb(238 242 255 / 1)}.hover\:ring-indigo-100\/0:hover{--tw-ring-color: rgb(224 231 255 / 0)}.hover\:ring-indigo-100\/5:hover{--tw-ring-color: rgb(224 231 255 / .05)}.hover\:ring-indigo-100\/10:hover{--tw-ring-color: rgb(224 231 255 / .1)}.hover\:ring-indigo-100\/20:hover{--tw-ring-color: rgb(224 231 255 / .2)}.hover\:ring-indigo-100\/25:hover{--tw-ring-color: rgb(224 231 255 / .25)}.hover\:ring-indigo-100\/30:hover{--tw-ring-color: rgb(224 231 255 / .3)}.hover\:ring-indigo-100\/40:hover{--tw-ring-color: rgb(224 231 255 / .4)}.hover\:ring-indigo-100\/50:hover{--tw-ring-color: rgb(224 231 255 / .5)}.hover\:ring-indigo-100\/60:hover{--tw-ring-color: rgb(224 231 255 / .6)}.hover\:ring-indigo-100\/70:hover{--tw-ring-color: rgb(224 231 255 / .7)}.hover\:ring-indigo-100\/75:hover{--tw-ring-color: rgb(224 231 255 / .75)}.hover\:ring-indigo-100\/80:hover{--tw-ring-color: rgb(224 231 255 / .8)}.hover\:ring-indigo-100\/90:hover{--tw-ring-color: rgb(224 231 255 / .9)}.hover\:ring-indigo-100\/95:hover{--tw-ring-color: rgb(224 231 255 / .95)}.hover\:ring-indigo-100\/100:hover{--tw-ring-color: rgb(224 231 255 / 1)}.hover\:ring-indigo-200\/0:hover{--tw-ring-color: rgb(199 210 254 / 0)}.hover\:ring-indigo-200\/5:hover{--tw-ring-color: rgb(199 210 254 / .05)}.hover\:ring-indigo-200\/10:hover{--tw-ring-color: rgb(199 210 254 / .1)}.hover\:ring-indigo-200\/20:hover{--tw-ring-color: rgb(199 210 254 / .2)}.hover\:ring-indigo-200\/25:hover{--tw-ring-color: rgb(199 210 254 / .25)}.hover\:ring-indigo-200\/30:hover{--tw-ring-color: rgb(199 210 254 / .3)}.hover\:ring-indigo-200\/40:hover{--tw-ring-color: rgb(199 210 254 / .4)}.hover\:ring-indigo-200\/50:hover{--tw-ring-color: rgb(199 210 254 / .5)}.hover\:ring-indigo-200\/60:hover{--tw-ring-color: rgb(199 210 254 / .6)}.hover\:ring-indigo-200\/70:hover{--tw-ring-color: rgb(199 210 254 / .7)}.hover\:ring-indigo-200\/75:hover{--tw-ring-color: rgb(199 210 254 / .75)}.hover\:ring-indigo-200\/80:hover{--tw-ring-color: rgb(199 210 254 / .8)}.hover\:ring-indigo-200\/90:hover{--tw-ring-color: rgb(199 210 254 / .9)}.hover\:ring-indigo-200\/95:hover{--tw-ring-color: rgb(199 210 254 / .95)}.hover\:ring-indigo-200\/100:hover{--tw-ring-color: rgb(199 210 254 / 1)}.hover\:ring-indigo-300\/0:hover{--tw-ring-color: rgb(165 180 252 / 0)}.hover\:ring-indigo-300\/5:hover{--tw-ring-color: rgb(165 180 252 / .05)}.hover\:ring-indigo-300\/10:hover{--tw-ring-color: rgb(165 180 252 / .1)}.hover\:ring-indigo-300\/20:hover{--tw-ring-color: rgb(165 180 252 / .2)}.hover\:ring-indigo-300\/25:hover{--tw-ring-color: rgb(165 180 252 / .25)}.hover\:ring-indigo-300\/30:hover{--tw-ring-color: rgb(165 180 252 / .3)}.hover\:ring-indigo-300\/40:hover{--tw-ring-color: rgb(165 180 252 / .4)}.hover\:ring-indigo-300\/50:hover{--tw-ring-color: rgb(165 180 252 / .5)}.hover\:ring-indigo-300\/60:hover{--tw-ring-color: rgb(165 180 252 / .6)}.hover\:ring-indigo-300\/70:hover{--tw-ring-color: rgb(165 180 252 / .7)}.hover\:ring-indigo-300\/75:hover{--tw-ring-color: rgb(165 180 252 / .75)}.hover\:ring-indigo-300\/80:hover{--tw-ring-color: rgb(165 180 252 / .8)}.hover\:ring-indigo-300\/90:hover{--tw-ring-color: rgb(165 180 252 / .9)}.hover\:ring-indigo-300\/95:hover{--tw-ring-color: rgb(165 180 252 / .95)}.hover\:ring-indigo-300\/100:hover{--tw-ring-color: rgb(165 180 252 / 1)}.hover\:ring-indigo-400\/0:hover{--tw-ring-color: rgb(129 140 248 / 0)}.hover\:ring-indigo-400\/5:hover{--tw-ring-color: rgb(129 140 248 / .05)}.hover\:ring-indigo-400\/10:hover{--tw-ring-color: rgb(129 140 248 / .1)}.hover\:ring-indigo-400\/20:hover{--tw-ring-color: rgb(129 140 248 / .2)}.hover\:ring-indigo-400\/25:hover{--tw-ring-color: rgb(129 140 248 / .25)}.hover\:ring-indigo-400\/30:hover{--tw-ring-color: rgb(129 140 248 / .3)}.hover\:ring-indigo-400\/40:hover{--tw-ring-color: rgb(129 140 248 / .4)}.hover\:ring-indigo-400\/50:hover{--tw-ring-color: rgb(129 140 248 / .5)}.hover\:ring-indigo-400\/60:hover{--tw-ring-color: rgb(129 140 248 / .6)}.hover\:ring-indigo-400\/70:hover{--tw-ring-color: rgb(129 140 248 / .7)}.hover\:ring-indigo-400\/75:hover{--tw-ring-color: rgb(129 140 248 / .75)}.hover\:ring-indigo-400\/80:hover{--tw-ring-color: rgb(129 140 248 / .8)}.hover\:ring-indigo-400\/90:hover{--tw-ring-color: rgb(129 140 248 / .9)}.hover\:ring-indigo-400\/95:hover{--tw-ring-color: rgb(129 140 248 / .95)}.hover\:ring-indigo-400\/100:hover{--tw-ring-color: rgb(129 140 248 / 1)}.hover\:ring-indigo-500\/0:hover{--tw-ring-color: rgb(99 102 241 / 0)}.hover\:ring-indigo-500\/5:hover{--tw-ring-color: rgb(99 102 241 / .05)}.hover\:ring-indigo-500\/10:hover{--tw-ring-color: rgb(99 102 241 / .1)}.hover\:ring-indigo-500\/20:hover{--tw-ring-color: rgb(99 102 241 / .2)}.hover\:ring-indigo-500\/25:hover{--tw-ring-color: rgb(99 102 241 / .25)}.hover\:ring-indigo-500\/30:hover{--tw-ring-color: rgb(99 102 241 / .3)}.hover\:ring-indigo-500\/40:hover{--tw-ring-color: rgb(99 102 241 / .4)}.hover\:ring-indigo-500\/50:hover{--tw-ring-color: rgb(99 102 241 / .5)}.hover\:ring-indigo-500\/60:hover{--tw-ring-color: rgb(99 102 241 / .6)}.hover\:ring-indigo-500\/70:hover{--tw-ring-color: rgb(99 102 241 / .7)}.hover\:ring-indigo-500\/75:hover{--tw-ring-color: rgb(99 102 241 / .75)}.hover\:ring-indigo-500\/80:hover{--tw-ring-color: rgb(99 102 241 / .8)}.hover\:ring-indigo-500\/90:hover{--tw-ring-color: rgb(99 102 241 / .9)}.hover\:ring-indigo-500\/95:hover{--tw-ring-color: rgb(99 102 241 / .95)}.hover\:ring-indigo-500\/100:hover{--tw-ring-color: rgb(99 102 241 / 1)}.hover\:ring-indigo-600\/0:hover{--tw-ring-color: rgb(79 70 229 / 0)}.hover\:ring-indigo-600\/5:hover{--tw-ring-color: rgb(79 70 229 / .05)}.hover\:ring-indigo-600\/10:hover{--tw-ring-color: rgb(79 70 229 / .1)}.hover\:ring-indigo-600\/20:hover{--tw-ring-color: rgb(79 70 229 / .2)}.hover\:ring-indigo-600\/25:hover{--tw-ring-color: rgb(79 70 229 / .25)}.hover\:ring-indigo-600\/30:hover{--tw-ring-color: rgb(79 70 229 / .3)}.hover\:ring-indigo-600\/40:hover{--tw-ring-color: rgb(79 70 229 / .4)}.hover\:ring-indigo-600\/50:hover{--tw-ring-color: rgb(79 70 229 / .5)}.hover\:ring-indigo-600\/60:hover{--tw-ring-color: rgb(79 70 229 / .6)}.hover\:ring-indigo-600\/70:hover{--tw-ring-color: rgb(79 70 229 / .7)}.hover\:ring-indigo-600\/75:hover{--tw-ring-color: rgb(79 70 229 / .75)}.hover\:ring-indigo-600\/80:hover{--tw-ring-color: rgb(79 70 229 / .8)}.hover\:ring-indigo-600\/90:hover{--tw-ring-color: rgb(79 70 229 / .9)}.hover\:ring-indigo-600\/95:hover{--tw-ring-color: rgb(79 70 229 / .95)}.hover\:ring-indigo-600\/100:hover{--tw-ring-color: rgb(79 70 229 / 1)}.hover\:ring-indigo-700\/0:hover{--tw-ring-color: rgb(67 56 202 / 0)}.hover\:ring-indigo-700\/5:hover{--tw-ring-color: rgb(67 56 202 / .05)}.hover\:ring-indigo-700\/10:hover{--tw-ring-color: rgb(67 56 202 / .1)}.hover\:ring-indigo-700\/20:hover{--tw-ring-color: rgb(67 56 202 / .2)}.hover\:ring-indigo-700\/25:hover{--tw-ring-color: rgb(67 56 202 / .25)}.hover\:ring-indigo-700\/30:hover{--tw-ring-color: rgb(67 56 202 / .3)}.hover\:ring-indigo-700\/40:hover{--tw-ring-color: rgb(67 56 202 / .4)}.hover\:ring-indigo-700\/50:hover{--tw-ring-color: rgb(67 56 202 / .5)}.hover\:ring-indigo-700\/60:hover{--tw-ring-color: rgb(67 56 202 / .6)}.hover\:ring-indigo-700\/70:hover{--tw-ring-color: rgb(67 56 202 / .7)}.hover\:ring-indigo-700\/75:hover{--tw-ring-color: rgb(67 56 202 / .75)}.hover\:ring-indigo-700\/80:hover{--tw-ring-color: rgb(67 56 202 / .8)}.hover\:ring-indigo-700\/90:hover{--tw-ring-color: rgb(67 56 202 / .9)}.hover\:ring-indigo-700\/95:hover{--tw-ring-color: rgb(67 56 202 / .95)}.hover\:ring-indigo-700\/100:hover{--tw-ring-color: rgb(67 56 202 / 1)}.hover\:ring-indigo-800\/0:hover{--tw-ring-color: rgb(55 48 163 / 0)}.hover\:ring-indigo-800\/5:hover{--tw-ring-color: rgb(55 48 163 / .05)}.hover\:ring-indigo-800\/10:hover{--tw-ring-color: rgb(55 48 163 / .1)}.hover\:ring-indigo-800\/20:hover{--tw-ring-color: rgb(55 48 163 / .2)}.hover\:ring-indigo-800\/25:hover{--tw-ring-color: rgb(55 48 163 / .25)}.hover\:ring-indigo-800\/30:hover{--tw-ring-color: rgb(55 48 163 / .3)}.hover\:ring-indigo-800\/40:hover{--tw-ring-color: rgb(55 48 163 / .4)}.hover\:ring-indigo-800\/50:hover{--tw-ring-color: rgb(55 48 163 / .5)}.hover\:ring-indigo-800\/60:hover{--tw-ring-color: rgb(55 48 163 / .6)}.hover\:ring-indigo-800\/70:hover{--tw-ring-color: rgb(55 48 163 / .7)}.hover\:ring-indigo-800\/75:hover{--tw-ring-color: rgb(55 48 163 / .75)}.hover\:ring-indigo-800\/80:hover{--tw-ring-color: rgb(55 48 163 / .8)}.hover\:ring-indigo-800\/90:hover{--tw-ring-color: rgb(55 48 163 / .9)}.hover\:ring-indigo-800\/95:hover{--tw-ring-color: rgb(55 48 163 / .95)}.hover\:ring-indigo-800\/100:hover{--tw-ring-color: rgb(55 48 163 / 1)}.hover\:ring-indigo-900\/0:hover{--tw-ring-color: rgb(49 46 129 / 0)}.hover\:ring-indigo-900\/5:hover{--tw-ring-color: rgb(49 46 129 / .05)}.hover\:ring-indigo-900\/10:hover{--tw-ring-color: rgb(49 46 129 / .1)}.hover\:ring-indigo-900\/20:hover{--tw-ring-color: rgb(49 46 129 / .2)}.hover\:ring-indigo-900\/25:hover{--tw-ring-color: rgb(49 46 129 / .25)}.hover\:ring-indigo-900\/30:hover{--tw-ring-color: rgb(49 46 129 / .3)}.hover\:ring-indigo-900\/40:hover{--tw-ring-color: rgb(49 46 129 / .4)}.hover\:ring-indigo-900\/50:hover{--tw-ring-color: rgb(49 46 129 / .5)}.hover\:ring-indigo-900\/60:hover{--tw-ring-color: rgb(49 46 129 / .6)}.hover\:ring-indigo-900\/70:hover{--tw-ring-color: rgb(49 46 129 / .7)}.hover\:ring-indigo-900\/75:hover{--tw-ring-color: rgb(49 46 129 / .75)}.hover\:ring-indigo-900\/80:hover{--tw-ring-color: rgb(49 46 129 / .8)}.hover\:ring-indigo-900\/90:hover{--tw-ring-color: rgb(49 46 129 / .9)}.hover\:ring-indigo-900\/95:hover{--tw-ring-color: rgb(49 46 129 / .95)}.hover\:ring-indigo-900\/100:hover{--tw-ring-color: rgb(49 46 129 / 1)}.hover\:ring-violet-50\/0:hover{--tw-ring-color: rgb(245 243 255 / 0)}.hover\:ring-violet-50\/5:hover{--tw-ring-color: rgb(245 243 255 / .05)}.hover\:ring-violet-50\/10:hover{--tw-ring-color: rgb(245 243 255 / .1)}.hover\:ring-violet-50\/20:hover{--tw-ring-color: rgb(245 243 255 / .2)}.hover\:ring-violet-50\/25:hover{--tw-ring-color: rgb(245 243 255 / .25)}.hover\:ring-violet-50\/30:hover{--tw-ring-color: rgb(245 243 255 / .3)}.hover\:ring-violet-50\/40:hover{--tw-ring-color: rgb(245 243 255 / .4)}.hover\:ring-violet-50\/50:hover{--tw-ring-color: rgb(245 243 255 / .5)}.hover\:ring-violet-50\/60:hover{--tw-ring-color: rgb(245 243 255 / .6)}.hover\:ring-violet-50\/70:hover{--tw-ring-color: rgb(245 243 255 / .7)}.hover\:ring-violet-50\/75:hover{--tw-ring-color: rgb(245 243 255 / .75)}.hover\:ring-violet-50\/80:hover{--tw-ring-color: rgb(245 243 255 / .8)}.hover\:ring-violet-50\/90:hover{--tw-ring-color: rgb(245 243 255 / .9)}.hover\:ring-violet-50\/95:hover{--tw-ring-color: rgb(245 243 255 / .95)}.hover\:ring-violet-50\/100:hover{--tw-ring-color: rgb(245 243 255 / 1)}.hover\:ring-violet-100\/0:hover{--tw-ring-color: rgb(237 233 254 / 0)}.hover\:ring-violet-100\/5:hover{--tw-ring-color: rgb(237 233 254 / .05)}.hover\:ring-violet-100\/10:hover{--tw-ring-color: rgb(237 233 254 / .1)}.hover\:ring-violet-100\/20:hover{--tw-ring-color: rgb(237 233 254 / .2)}.hover\:ring-violet-100\/25:hover{--tw-ring-color: rgb(237 233 254 / .25)}.hover\:ring-violet-100\/30:hover{--tw-ring-color: rgb(237 233 254 / .3)}.hover\:ring-violet-100\/40:hover{--tw-ring-color: rgb(237 233 254 / .4)}.hover\:ring-violet-100\/50:hover{--tw-ring-color: rgb(237 233 254 / .5)}.hover\:ring-violet-100\/60:hover{--tw-ring-color: rgb(237 233 254 / .6)}.hover\:ring-violet-100\/70:hover{--tw-ring-color: rgb(237 233 254 / .7)}.hover\:ring-violet-100\/75:hover{--tw-ring-color: rgb(237 233 254 / .75)}.hover\:ring-violet-100\/80:hover{--tw-ring-color: rgb(237 233 254 / .8)}.hover\:ring-violet-100\/90:hover{--tw-ring-color: rgb(237 233 254 / .9)}.hover\:ring-violet-100\/95:hover{--tw-ring-color: rgb(237 233 254 / .95)}.hover\:ring-violet-100\/100:hover{--tw-ring-color: rgb(237 233 254 / 1)}.hover\:ring-violet-200\/0:hover{--tw-ring-color: rgb(221 214 254 / 0)}.hover\:ring-violet-200\/5:hover{--tw-ring-color: rgb(221 214 254 / .05)}.hover\:ring-violet-200\/10:hover{--tw-ring-color: rgb(221 214 254 / .1)}.hover\:ring-violet-200\/20:hover{--tw-ring-color: rgb(221 214 254 / .2)}.hover\:ring-violet-200\/25:hover{--tw-ring-color: rgb(221 214 254 / .25)}.hover\:ring-violet-200\/30:hover{--tw-ring-color: rgb(221 214 254 / .3)}.hover\:ring-violet-200\/40:hover{--tw-ring-color: rgb(221 214 254 / .4)}.hover\:ring-violet-200\/50:hover{--tw-ring-color: rgb(221 214 254 / .5)}.hover\:ring-violet-200\/60:hover{--tw-ring-color: rgb(221 214 254 / .6)}.hover\:ring-violet-200\/70:hover{--tw-ring-color: rgb(221 214 254 / .7)}.hover\:ring-violet-200\/75:hover{--tw-ring-color: rgb(221 214 254 / .75)}.hover\:ring-violet-200\/80:hover{--tw-ring-color: rgb(221 214 254 / .8)}.hover\:ring-violet-200\/90:hover{--tw-ring-color: rgb(221 214 254 / .9)}.hover\:ring-violet-200\/95:hover{--tw-ring-color: rgb(221 214 254 / .95)}.hover\:ring-violet-200\/100:hover{--tw-ring-color: rgb(221 214 254 / 1)}.hover\:ring-violet-300\/0:hover{--tw-ring-color: rgb(196 181 253 / 0)}.hover\:ring-violet-300\/5:hover{--tw-ring-color: rgb(196 181 253 / .05)}.hover\:ring-violet-300\/10:hover{--tw-ring-color: rgb(196 181 253 / .1)}.hover\:ring-violet-300\/20:hover{--tw-ring-color: rgb(196 181 253 / .2)}.hover\:ring-violet-300\/25:hover{--tw-ring-color: rgb(196 181 253 / .25)}.hover\:ring-violet-300\/30:hover{--tw-ring-color: rgb(196 181 253 / .3)}.hover\:ring-violet-300\/40:hover{--tw-ring-color: rgb(196 181 253 / .4)}.hover\:ring-violet-300\/50:hover{--tw-ring-color: rgb(196 181 253 / .5)}.hover\:ring-violet-300\/60:hover{--tw-ring-color: rgb(196 181 253 / .6)}.hover\:ring-violet-300\/70:hover{--tw-ring-color: rgb(196 181 253 / .7)}.hover\:ring-violet-300\/75:hover{--tw-ring-color: rgb(196 181 253 / .75)}.hover\:ring-violet-300\/80:hover{--tw-ring-color: rgb(196 181 253 / .8)}.hover\:ring-violet-300\/90:hover{--tw-ring-color: rgb(196 181 253 / .9)}.hover\:ring-violet-300\/95:hover{--tw-ring-color: rgb(196 181 253 / .95)}.hover\:ring-violet-300\/100:hover{--tw-ring-color: rgb(196 181 253 / 1)}.hover\:ring-violet-400\/0:hover{--tw-ring-color: rgb(167 139 250 / 0)}.hover\:ring-violet-400\/5:hover{--tw-ring-color: rgb(167 139 250 / .05)}.hover\:ring-violet-400\/10:hover{--tw-ring-color: rgb(167 139 250 / .1)}.hover\:ring-violet-400\/20:hover{--tw-ring-color: rgb(167 139 250 / .2)}.hover\:ring-violet-400\/25:hover{--tw-ring-color: rgb(167 139 250 / .25)}.hover\:ring-violet-400\/30:hover{--tw-ring-color: rgb(167 139 250 / .3)}.hover\:ring-violet-400\/40:hover{--tw-ring-color: rgb(167 139 250 / .4)}.hover\:ring-violet-400\/50:hover{--tw-ring-color: rgb(167 139 250 / .5)}.hover\:ring-violet-400\/60:hover{--tw-ring-color: rgb(167 139 250 / .6)}.hover\:ring-violet-400\/70:hover{--tw-ring-color: rgb(167 139 250 / .7)}.hover\:ring-violet-400\/75:hover{--tw-ring-color: rgb(167 139 250 / .75)}.hover\:ring-violet-400\/80:hover{--tw-ring-color: rgb(167 139 250 / .8)}.hover\:ring-violet-400\/90:hover{--tw-ring-color: rgb(167 139 250 / .9)}.hover\:ring-violet-400\/95:hover{--tw-ring-color: rgb(167 139 250 / .95)}.hover\:ring-violet-400\/100:hover{--tw-ring-color: rgb(167 139 250 / 1)}.hover\:ring-violet-500\/0:hover{--tw-ring-color: rgb(139 92 246 / 0)}.hover\:ring-violet-500\/5:hover{--tw-ring-color: rgb(139 92 246 / .05)}.hover\:ring-violet-500\/10:hover{--tw-ring-color: rgb(139 92 246 / .1)}.hover\:ring-violet-500\/20:hover{--tw-ring-color: rgb(139 92 246 / .2)}.hover\:ring-violet-500\/25:hover{--tw-ring-color: rgb(139 92 246 / .25)}.hover\:ring-violet-500\/30:hover{--tw-ring-color: rgb(139 92 246 / .3)}.hover\:ring-violet-500\/40:hover{--tw-ring-color: rgb(139 92 246 / .4)}.hover\:ring-violet-500\/50:hover{--tw-ring-color: rgb(139 92 246 / .5)}.hover\:ring-violet-500\/60:hover{--tw-ring-color: rgb(139 92 246 / .6)}.hover\:ring-violet-500\/70:hover{--tw-ring-color: rgb(139 92 246 / .7)}.hover\:ring-violet-500\/75:hover{--tw-ring-color: rgb(139 92 246 / .75)}.hover\:ring-violet-500\/80:hover{--tw-ring-color: rgb(139 92 246 / .8)}.hover\:ring-violet-500\/90:hover{--tw-ring-color: rgb(139 92 246 / .9)}.hover\:ring-violet-500\/95:hover{--tw-ring-color: rgb(139 92 246 / .95)}.hover\:ring-violet-500\/100:hover{--tw-ring-color: rgb(139 92 246 / 1)}.hover\:ring-violet-600\/0:hover{--tw-ring-color: rgb(124 58 237 / 0)}.hover\:ring-violet-600\/5:hover{--tw-ring-color: rgb(124 58 237 / .05)}.hover\:ring-violet-600\/10:hover{--tw-ring-color: rgb(124 58 237 / .1)}.hover\:ring-violet-600\/20:hover{--tw-ring-color: rgb(124 58 237 / .2)}.hover\:ring-violet-600\/25:hover{--tw-ring-color: rgb(124 58 237 / .25)}.hover\:ring-violet-600\/30:hover{--tw-ring-color: rgb(124 58 237 / .3)}.hover\:ring-violet-600\/40:hover{--tw-ring-color: rgb(124 58 237 / .4)}.hover\:ring-violet-600\/50:hover{--tw-ring-color: rgb(124 58 237 / .5)}.hover\:ring-violet-600\/60:hover{--tw-ring-color: rgb(124 58 237 / .6)}.hover\:ring-violet-600\/70:hover{--tw-ring-color: rgb(124 58 237 / .7)}.hover\:ring-violet-600\/75:hover{--tw-ring-color: rgb(124 58 237 / .75)}.hover\:ring-violet-600\/80:hover{--tw-ring-color: rgb(124 58 237 / .8)}.hover\:ring-violet-600\/90:hover{--tw-ring-color: rgb(124 58 237 / .9)}.hover\:ring-violet-600\/95:hover{--tw-ring-color: rgb(124 58 237 / .95)}.hover\:ring-violet-600\/100:hover{--tw-ring-color: rgb(124 58 237 / 1)}.hover\:ring-violet-700\/0:hover{--tw-ring-color: rgb(109 40 217 / 0)}.hover\:ring-violet-700\/5:hover{--tw-ring-color: rgb(109 40 217 / .05)}.hover\:ring-violet-700\/10:hover{--tw-ring-color: rgb(109 40 217 / .1)}.hover\:ring-violet-700\/20:hover{--tw-ring-color: rgb(109 40 217 / .2)}.hover\:ring-violet-700\/25:hover{--tw-ring-color: rgb(109 40 217 / .25)}.hover\:ring-violet-700\/30:hover{--tw-ring-color: rgb(109 40 217 / .3)}.hover\:ring-violet-700\/40:hover{--tw-ring-color: rgb(109 40 217 / .4)}.hover\:ring-violet-700\/50:hover{--tw-ring-color: rgb(109 40 217 / .5)}.hover\:ring-violet-700\/60:hover{--tw-ring-color: rgb(109 40 217 / .6)}.hover\:ring-violet-700\/70:hover{--tw-ring-color: rgb(109 40 217 / .7)}.hover\:ring-violet-700\/75:hover{--tw-ring-color: rgb(109 40 217 / .75)}.hover\:ring-violet-700\/80:hover{--tw-ring-color: rgb(109 40 217 / .8)}.hover\:ring-violet-700\/90:hover{--tw-ring-color: rgb(109 40 217 / .9)}.hover\:ring-violet-700\/95:hover{--tw-ring-color: rgb(109 40 217 / .95)}.hover\:ring-violet-700\/100:hover{--tw-ring-color: rgb(109 40 217 / 1)}.hover\:ring-violet-800\/0:hover{--tw-ring-color: rgb(91 33 182 / 0)}.hover\:ring-violet-800\/5:hover{--tw-ring-color: rgb(91 33 182 / .05)}.hover\:ring-violet-800\/10:hover{--tw-ring-color: rgb(91 33 182 / .1)}.hover\:ring-violet-800\/20:hover{--tw-ring-color: rgb(91 33 182 / .2)}.hover\:ring-violet-800\/25:hover{--tw-ring-color: rgb(91 33 182 / .25)}.hover\:ring-violet-800\/30:hover{--tw-ring-color: rgb(91 33 182 / .3)}.hover\:ring-violet-800\/40:hover{--tw-ring-color: rgb(91 33 182 / .4)}.hover\:ring-violet-800\/50:hover{--tw-ring-color: rgb(91 33 182 / .5)}.hover\:ring-violet-800\/60:hover{--tw-ring-color: rgb(91 33 182 / .6)}.hover\:ring-violet-800\/70:hover{--tw-ring-color: rgb(91 33 182 / .7)}.hover\:ring-violet-800\/75:hover{--tw-ring-color: rgb(91 33 182 / .75)}.hover\:ring-violet-800\/80:hover{--tw-ring-color: rgb(91 33 182 / .8)}.hover\:ring-violet-800\/90:hover{--tw-ring-color: rgb(91 33 182 / .9)}.hover\:ring-violet-800\/95:hover{--tw-ring-color: rgb(91 33 182 / .95)}.hover\:ring-violet-800\/100:hover{--tw-ring-color: rgb(91 33 182 / 1)}.hover\:ring-violet-900\/0:hover{--tw-ring-color: rgb(76 29 149 / 0)}.hover\:ring-violet-900\/5:hover{--tw-ring-color: rgb(76 29 149 / .05)}.hover\:ring-violet-900\/10:hover{--tw-ring-color: rgb(76 29 149 / .1)}.hover\:ring-violet-900\/20:hover{--tw-ring-color: rgb(76 29 149 / .2)}.hover\:ring-violet-900\/25:hover{--tw-ring-color: rgb(76 29 149 / .25)}.hover\:ring-violet-900\/30:hover{--tw-ring-color: rgb(76 29 149 / .3)}.hover\:ring-violet-900\/40:hover{--tw-ring-color: rgb(76 29 149 / .4)}.hover\:ring-violet-900\/50:hover{--tw-ring-color: rgb(76 29 149 / .5)}.hover\:ring-violet-900\/60:hover{--tw-ring-color: rgb(76 29 149 / .6)}.hover\:ring-violet-900\/70:hover{--tw-ring-color: rgb(76 29 149 / .7)}.hover\:ring-violet-900\/75:hover{--tw-ring-color: rgb(76 29 149 / .75)}.hover\:ring-violet-900\/80:hover{--tw-ring-color: rgb(76 29 149 / .8)}.hover\:ring-violet-900\/90:hover{--tw-ring-color: rgb(76 29 149 / .9)}.hover\:ring-violet-900\/95:hover{--tw-ring-color: rgb(76 29 149 / .95)}.hover\:ring-violet-900\/100:hover{--tw-ring-color: rgb(76 29 149 / 1)}.hover\:ring-fuchsia-50\/0:hover{--tw-ring-color: rgb(253 244 255 / 0)}.hover\:ring-fuchsia-50\/5:hover{--tw-ring-color: rgb(253 244 255 / .05)}.hover\:ring-fuchsia-50\/10:hover{--tw-ring-color: rgb(253 244 255 / .1)}.hover\:ring-fuchsia-50\/20:hover{--tw-ring-color: rgb(253 244 255 / .2)}.hover\:ring-fuchsia-50\/25:hover{--tw-ring-color: rgb(253 244 255 / .25)}.hover\:ring-fuchsia-50\/30:hover{--tw-ring-color: rgb(253 244 255 / .3)}.hover\:ring-fuchsia-50\/40:hover{--tw-ring-color: rgb(253 244 255 / .4)}.hover\:ring-fuchsia-50\/50:hover{--tw-ring-color: rgb(253 244 255 / .5)}.hover\:ring-fuchsia-50\/60:hover{--tw-ring-color: rgb(253 244 255 / .6)}.hover\:ring-fuchsia-50\/70:hover{--tw-ring-color: rgb(253 244 255 / .7)}.hover\:ring-fuchsia-50\/75:hover{--tw-ring-color: rgb(253 244 255 / .75)}.hover\:ring-fuchsia-50\/80:hover{--tw-ring-color: rgb(253 244 255 / .8)}.hover\:ring-fuchsia-50\/90:hover{--tw-ring-color: rgb(253 244 255 / .9)}.hover\:ring-fuchsia-50\/95:hover{--tw-ring-color: rgb(253 244 255 / .95)}.hover\:ring-fuchsia-50\/100:hover{--tw-ring-color: rgb(253 244 255 / 1)}.hover\:ring-fuchsia-100\/0:hover{--tw-ring-color: rgb(250 232 255 / 0)}.hover\:ring-fuchsia-100\/5:hover{--tw-ring-color: rgb(250 232 255 / .05)}.hover\:ring-fuchsia-100\/10:hover{--tw-ring-color: rgb(250 232 255 / .1)}.hover\:ring-fuchsia-100\/20:hover{--tw-ring-color: rgb(250 232 255 / .2)}.hover\:ring-fuchsia-100\/25:hover{--tw-ring-color: rgb(250 232 255 / .25)}.hover\:ring-fuchsia-100\/30:hover{--tw-ring-color: rgb(250 232 255 / .3)}.hover\:ring-fuchsia-100\/40:hover{--tw-ring-color: rgb(250 232 255 / .4)}.hover\:ring-fuchsia-100\/50:hover{--tw-ring-color: rgb(250 232 255 / .5)}.hover\:ring-fuchsia-100\/60:hover{--tw-ring-color: rgb(250 232 255 / .6)}.hover\:ring-fuchsia-100\/70:hover{--tw-ring-color: rgb(250 232 255 / .7)}.hover\:ring-fuchsia-100\/75:hover{--tw-ring-color: rgb(250 232 255 / .75)}.hover\:ring-fuchsia-100\/80:hover{--tw-ring-color: rgb(250 232 255 / .8)}.hover\:ring-fuchsia-100\/90:hover{--tw-ring-color: rgb(250 232 255 / .9)}.hover\:ring-fuchsia-100\/95:hover{--tw-ring-color: rgb(250 232 255 / .95)}.hover\:ring-fuchsia-100\/100:hover{--tw-ring-color: rgb(250 232 255 / 1)}.hover\:ring-fuchsia-200\/0:hover{--tw-ring-color: rgb(245 208 254 / 0)}.hover\:ring-fuchsia-200\/5:hover{--tw-ring-color: rgb(245 208 254 / .05)}.hover\:ring-fuchsia-200\/10:hover{--tw-ring-color: rgb(245 208 254 / .1)}.hover\:ring-fuchsia-200\/20:hover{--tw-ring-color: rgb(245 208 254 / .2)}.hover\:ring-fuchsia-200\/25:hover{--tw-ring-color: rgb(245 208 254 / .25)}.hover\:ring-fuchsia-200\/30:hover{--tw-ring-color: rgb(245 208 254 / .3)}.hover\:ring-fuchsia-200\/40:hover{--tw-ring-color: rgb(245 208 254 / .4)}.hover\:ring-fuchsia-200\/50:hover{--tw-ring-color: rgb(245 208 254 / .5)}.hover\:ring-fuchsia-200\/60:hover{--tw-ring-color: rgb(245 208 254 / .6)}.hover\:ring-fuchsia-200\/70:hover{--tw-ring-color: rgb(245 208 254 / .7)}.hover\:ring-fuchsia-200\/75:hover{--tw-ring-color: rgb(245 208 254 / .75)}.hover\:ring-fuchsia-200\/80:hover{--tw-ring-color: rgb(245 208 254 / .8)}.hover\:ring-fuchsia-200\/90:hover{--tw-ring-color: rgb(245 208 254 / .9)}.hover\:ring-fuchsia-200\/95:hover{--tw-ring-color: rgb(245 208 254 / .95)}.hover\:ring-fuchsia-200\/100:hover{--tw-ring-color: rgb(245 208 254 / 1)}.hover\:ring-fuchsia-300\/0:hover{--tw-ring-color: rgb(240 171 252 / 0)}.hover\:ring-fuchsia-300\/5:hover{--tw-ring-color: rgb(240 171 252 / .05)}.hover\:ring-fuchsia-300\/10:hover{--tw-ring-color: rgb(240 171 252 / .1)}.hover\:ring-fuchsia-300\/20:hover{--tw-ring-color: rgb(240 171 252 / .2)}.hover\:ring-fuchsia-300\/25:hover{--tw-ring-color: rgb(240 171 252 / .25)}.hover\:ring-fuchsia-300\/30:hover{--tw-ring-color: rgb(240 171 252 / .3)}.hover\:ring-fuchsia-300\/40:hover{--tw-ring-color: rgb(240 171 252 / .4)}.hover\:ring-fuchsia-300\/50:hover{--tw-ring-color: rgb(240 171 252 / .5)}.hover\:ring-fuchsia-300\/60:hover{--tw-ring-color: rgb(240 171 252 / .6)}.hover\:ring-fuchsia-300\/70:hover{--tw-ring-color: rgb(240 171 252 / .7)}.hover\:ring-fuchsia-300\/75:hover{--tw-ring-color: rgb(240 171 252 / .75)}.hover\:ring-fuchsia-300\/80:hover{--tw-ring-color: rgb(240 171 252 / .8)}.hover\:ring-fuchsia-300\/90:hover{--tw-ring-color: rgb(240 171 252 / .9)}.hover\:ring-fuchsia-300\/95:hover{--tw-ring-color: rgb(240 171 252 / .95)}.hover\:ring-fuchsia-300\/100:hover{--tw-ring-color: rgb(240 171 252 / 1)}.hover\:ring-fuchsia-400\/0:hover{--tw-ring-color: rgb(232 121 249 / 0)}.hover\:ring-fuchsia-400\/5:hover{--tw-ring-color: rgb(232 121 249 / .05)}.hover\:ring-fuchsia-400\/10:hover{--tw-ring-color: rgb(232 121 249 / .1)}.hover\:ring-fuchsia-400\/20:hover{--tw-ring-color: rgb(232 121 249 / .2)}.hover\:ring-fuchsia-400\/25:hover{--tw-ring-color: rgb(232 121 249 / .25)}.hover\:ring-fuchsia-400\/30:hover{--tw-ring-color: rgb(232 121 249 / .3)}.hover\:ring-fuchsia-400\/40:hover{--tw-ring-color: rgb(232 121 249 / .4)}.hover\:ring-fuchsia-400\/50:hover{--tw-ring-color: rgb(232 121 249 / .5)}.hover\:ring-fuchsia-400\/60:hover{--tw-ring-color: rgb(232 121 249 / .6)}.hover\:ring-fuchsia-400\/70:hover{--tw-ring-color: rgb(232 121 249 / .7)}.hover\:ring-fuchsia-400\/75:hover{--tw-ring-color: rgb(232 121 249 / .75)}.hover\:ring-fuchsia-400\/80:hover{--tw-ring-color: rgb(232 121 249 / .8)}.hover\:ring-fuchsia-400\/90:hover{--tw-ring-color: rgb(232 121 249 / .9)}.hover\:ring-fuchsia-400\/95:hover{--tw-ring-color: rgb(232 121 249 / .95)}.hover\:ring-fuchsia-400\/100:hover{--tw-ring-color: rgb(232 121 249 / 1)}.hover\:ring-fuchsia-500\/0:hover{--tw-ring-color: rgb(217 70 239 / 0)}.hover\:ring-fuchsia-500\/5:hover{--tw-ring-color: rgb(217 70 239 / .05)}.hover\:ring-fuchsia-500\/10:hover{--tw-ring-color: rgb(217 70 239 / .1)}.hover\:ring-fuchsia-500\/20:hover{--tw-ring-color: rgb(217 70 239 / .2)}.hover\:ring-fuchsia-500\/25:hover{--tw-ring-color: rgb(217 70 239 / .25)}.hover\:ring-fuchsia-500\/30:hover{--tw-ring-color: rgb(217 70 239 / .3)}.hover\:ring-fuchsia-500\/40:hover{--tw-ring-color: rgb(217 70 239 / .4)}.hover\:ring-fuchsia-500\/50:hover{--tw-ring-color: rgb(217 70 239 / .5)}.hover\:ring-fuchsia-500\/60:hover{--tw-ring-color: rgb(217 70 239 / .6)}.hover\:ring-fuchsia-500\/70:hover{--tw-ring-color: rgb(217 70 239 / .7)}.hover\:ring-fuchsia-500\/75:hover{--tw-ring-color: rgb(217 70 239 / .75)}.hover\:ring-fuchsia-500\/80:hover{--tw-ring-color: rgb(217 70 239 / .8)}.hover\:ring-fuchsia-500\/90:hover{--tw-ring-color: rgb(217 70 239 / .9)}.hover\:ring-fuchsia-500\/95:hover{--tw-ring-color: rgb(217 70 239 / .95)}.hover\:ring-fuchsia-500\/100:hover{--tw-ring-color: rgb(217 70 239 / 1)}.hover\:ring-fuchsia-600\/0:hover{--tw-ring-color: rgb(192 38 211 / 0)}.hover\:ring-fuchsia-600\/5:hover{--tw-ring-color: rgb(192 38 211 / .05)}.hover\:ring-fuchsia-600\/10:hover{--tw-ring-color: rgb(192 38 211 / .1)}.hover\:ring-fuchsia-600\/20:hover{--tw-ring-color: rgb(192 38 211 / .2)}.hover\:ring-fuchsia-600\/25:hover{--tw-ring-color: rgb(192 38 211 / .25)}.hover\:ring-fuchsia-600\/30:hover{--tw-ring-color: rgb(192 38 211 / .3)}.hover\:ring-fuchsia-600\/40:hover{--tw-ring-color: rgb(192 38 211 / .4)}.hover\:ring-fuchsia-600\/50:hover{--tw-ring-color: rgb(192 38 211 / .5)}.hover\:ring-fuchsia-600\/60:hover{--tw-ring-color: rgb(192 38 211 / .6)}.hover\:ring-fuchsia-600\/70:hover{--tw-ring-color: rgb(192 38 211 / .7)}.hover\:ring-fuchsia-600\/75:hover{--tw-ring-color: rgb(192 38 211 / .75)}.hover\:ring-fuchsia-600\/80:hover{--tw-ring-color: rgb(192 38 211 / .8)}.hover\:ring-fuchsia-600\/90:hover{--tw-ring-color: rgb(192 38 211 / .9)}.hover\:ring-fuchsia-600\/95:hover{--tw-ring-color: rgb(192 38 211 / .95)}.hover\:ring-fuchsia-600\/100:hover{--tw-ring-color: rgb(192 38 211 / 1)}.hover\:ring-fuchsia-700\/0:hover{--tw-ring-color: rgb(162 28 175 / 0)}.hover\:ring-fuchsia-700\/5:hover{--tw-ring-color: rgb(162 28 175 / .05)}.hover\:ring-fuchsia-700\/10:hover{--tw-ring-color: rgb(162 28 175 / .1)}.hover\:ring-fuchsia-700\/20:hover{--tw-ring-color: rgb(162 28 175 / .2)}.hover\:ring-fuchsia-700\/25:hover{--tw-ring-color: rgb(162 28 175 / .25)}.hover\:ring-fuchsia-700\/30:hover{--tw-ring-color: rgb(162 28 175 / .3)}.hover\:ring-fuchsia-700\/40:hover{--tw-ring-color: rgb(162 28 175 / .4)}.hover\:ring-fuchsia-700\/50:hover{--tw-ring-color: rgb(162 28 175 / .5)}.hover\:ring-fuchsia-700\/60:hover{--tw-ring-color: rgb(162 28 175 / .6)}.hover\:ring-fuchsia-700\/70:hover{--tw-ring-color: rgb(162 28 175 / .7)}.hover\:ring-fuchsia-700\/75:hover{--tw-ring-color: rgb(162 28 175 / .75)}.hover\:ring-fuchsia-700\/80:hover{--tw-ring-color: rgb(162 28 175 / .8)}.hover\:ring-fuchsia-700\/90:hover{--tw-ring-color: rgb(162 28 175 / .9)}.hover\:ring-fuchsia-700\/95:hover{--tw-ring-color: rgb(162 28 175 / .95)}.hover\:ring-fuchsia-700\/100:hover{--tw-ring-color: rgb(162 28 175 / 1)}.hover\:ring-fuchsia-800\/0:hover{--tw-ring-color: rgb(134 25 143 / 0)}.hover\:ring-fuchsia-800\/5:hover{--tw-ring-color: rgb(134 25 143 / .05)}.hover\:ring-fuchsia-800\/10:hover{--tw-ring-color: rgb(134 25 143 / .1)}.hover\:ring-fuchsia-800\/20:hover{--tw-ring-color: rgb(134 25 143 / .2)}.hover\:ring-fuchsia-800\/25:hover{--tw-ring-color: rgb(134 25 143 / .25)}.hover\:ring-fuchsia-800\/30:hover{--tw-ring-color: rgb(134 25 143 / .3)}.hover\:ring-fuchsia-800\/40:hover{--tw-ring-color: rgb(134 25 143 / .4)}.hover\:ring-fuchsia-800\/50:hover{--tw-ring-color: rgb(134 25 143 / .5)}.hover\:ring-fuchsia-800\/60:hover{--tw-ring-color: rgb(134 25 143 / .6)}.hover\:ring-fuchsia-800\/70:hover{--tw-ring-color: rgb(134 25 143 / .7)}.hover\:ring-fuchsia-800\/75:hover{--tw-ring-color: rgb(134 25 143 / .75)}.hover\:ring-fuchsia-800\/80:hover{--tw-ring-color: rgb(134 25 143 / .8)}.hover\:ring-fuchsia-800\/90:hover{--tw-ring-color: rgb(134 25 143 / .9)}.hover\:ring-fuchsia-800\/95:hover{--tw-ring-color: rgb(134 25 143 / .95)}.hover\:ring-fuchsia-800\/100:hover{--tw-ring-color: rgb(134 25 143 / 1)}.hover\:ring-fuchsia-900\/0:hover{--tw-ring-color: rgb(112 26 117 / 0)}.hover\:ring-fuchsia-900\/5:hover{--tw-ring-color: rgb(112 26 117 / .05)}.hover\:ring-fuchsia-900\/10:hover{--tw-ring-color: rgb(112 26 117 / .1)}.hover\:ring-fuchsia-900\/20:hover{--tw-ring-color: rgb(112 26 117 / .2)}.hover\:ring-fuchsia-900\/25:hover{--tw-ring-color: rgb(112 26 117 / .25)}.hover\:ring-fuchsia-900\/30:hover{--tw-ring-color: rgb(112 26 117 / .3)}.hover\:ring-fuchsia-900\/40:hover{--tw-ring-color: rgb(112 26 117 / .4)}.hover\:ring-fuchsia-900\/50:hover{--tw-ring-color: rgb(112 26 117 / .5)}.hover\:ring-fuchsia-900\/60:hover{--tw-ring-color: rgb(112 26 117 / .6)}.hover\:ring-fuchsia-900\/70:hover{--tw-ring-color: rgb(112 26 117 / .7)}.hover\:ring-fuchsia-900\/75:hover{--tw-ring-color: rgb(112 26 117 / .75)}.hover\:ring-fuchsia-900\/80:hover{--tw-ring-color: rgb(112 26 117 / .8)}.hover\:ring-fuchsia-900\/90:hover{--tw-ring-color: rgb(112 26 117 / .9)}.hover\:ring-fuchsia-900\/95:hover{--tw-ring-color: rgb(112 26 117 / .95)}.hover\:ring-fuchsia-900\/100:hover{--tw-ring-color: rgb(112 26 117 / 1)}.hover\:ring-pink-50\/0:hover{--tw-ring-color: rgb(253 242 248 / 0)}.hover\:ring-pink-50\/5:hover{--tw-ring-color: rgb(253 242 248 / .05)}.hover\:ring-pink-50\/10:hover{--tw-ring-color: rgb(253 242 248 / .1)}.hover\:ring-pink-50\/20:hover{--tw-ring-color: rgb(253 242 248 / .2)}.hover\:ring-pink-50\/25:hover{--tw-ring-color: rgb(253 242 248 / .25)}.hover\:ring-pink-50\/30:hover{--tw-ring-color: rgb(253 242 248 / .3)}.hover\:ring-pink-50\/40:hover{--tw-ring-color: rgb(253 242 248 / .4)}.hover\:ring-pink-50\/50:hover{--tw-ring-color: rgb(253 242 248 / .5)}.hover\:ring-pink-50\/60:hover{--tw-ring-color: rgb(253 242 248 / .6)}.hover\:ring-pink-50\/70:hover{--tw-ring-color: rgb(253 242 248 / .7)}.hover\:ring-pink-50\/75:hover{--tw-ring-color: rgb(253 242 248 / .75)}.hover\:ring-pink-50\/80:hover{--tw-ring-color: rgb(253 242 248 / .8)}.hover\:ring-pink-50\/90:hover{--tw-ring-color: rgb(253 242 248 / .9)}.hover\:ring-pink-50\/95:hover{--tw-ring-color: rgb(253 242 248 / .95)}.hover\:ring-pink-50\/100:hover{--tw-ring-color: rgb(253 242 248 / 1)}.hover\:ring-pink-100\/0:hover{--tw-ring-color: rgb(252 231 243 / 0)}.hover\:ring-pink-100\/5:hover{--tw-ring-color: rgb(252 231 243 / .05)}.hover\:ring-pink-100\/10:hover{--tw-ring-color: rgb(252 231 243 / .1)}.hover\:ring-pink-100\/20:hover{--tw-ring-color: rgb(252 231 243 / .2)}.hover\:ring-pink-100\/25:hover{--tw-ring-color: rgb(252 231 243 / .25)}.hover\:ring-pink-100\/30:hover{--tw-ring-color: rgb(252 231 243 / .3)}.hover\:ring-pink-100\/40:hover{--tw-ring-color: rgb(252 231 243 / .4)}.hover\:ring-pink-100\/50:hover{--tw-ring-color: rgb(252 231 243 / .5)}.hover\:ring-pink-100\/60:hover{--tw-ring-color: rgb(252 231 243 / .6)}.hover\:ring-pink-100\/70:hover{--tw-ring-color: rgb(252 231 243 / .7)}.hover\:ring-pink-100\/75:hover{--tw-ring-color: rgb(252 231 243 / .75)}.hover\:ring-pink-100\/80:hover{--tw-ring-color: rgb(252 231 243 / .8)}.hover\:ring-pink-100\/90:hover{--tw-ring-color: rgb(252 231 243 / .9)}.hover\:ring-pink-100\/95:hover{--tw-ring-color: rgb(252 231 243 / .95)}.hover\:ring-pink-100\/100:hover{--tw-ring-color: rgb(252 231 243 / 1)}.hover\:ring-pink-200\/0:hover{--tw-ring-color: rgb(251 207 232 / 0)}.hover\:ring-pink-200\/5:hover{--tw-ring-color: rgb(251 207 232 / .05)}.hover\:ring-pink-200\/10:hover{--tw-ring-color: rgb(251 207 232 / .1)}.hover\:ring-pink-200\/20:hover{--tw-ring-color: rgb(251 207 232 / .2)}.hover\:ring-pink-200\/25:hover{--tw-ring-color: rgb(251 207 232 / .25)}.hover\:ring-pink-200\/30:hover{--tw-ring-color: rgb(251 207 232 / .3)}.hover\:ring-pink-200\/40:hover{--tw-ring-color: rgb(251 207 232 / .4)}.hover\:ring-pink-200\/50:hover{--tw-ring-color: rgb(251 207 232 / .5)}.hover\:ring-pink-200\/60:hover{--tw-ring-color: rgb(251 207 232 / .6)}.hover\:ring-pink-200\/70:hover{--tw-ring-color: rgb(251 207 232 / .7)}.hover\:ring-pink-200\/75:hover{--tw-ring-color: rgb(251 207 232 / .75)}.hover\:ring-pink-200\/80:hover{--tw-ring-color: rgb(251 207 232 / .8)}.hover\:ring-pink-200\/90:hover{--tw-ring-color: rgb(251 207 232 / .9)}.hover\:ring-pink-200\/95:hover{--tw-ring-color: rgb(251 207 232 / .95)}.hover\:ring-pink-200\/100:hover{--tw-ring-color: rgb(251 207 232 / 1)}.hover\:ring-pink-300\/0:hover{--tw-ring-color: rgb(249 168 212 / 0)}.hover\:ring-pink-300\/5:hover{--tw-ring-color: rgb(249 168 212 / .05)}.hover\:ring-pink-300\/10:hover{--tw-ring-color: rgb(249 168 212 / .1)}.hover\:ring-pink-300\/20:hover{--tw-ring-color: rgb(249 168 212 / .2)}.hover\:ring-pink-300\/25:hover{--tw-ring-color: rgb(249 168 212 / .25)}.hover\:ring-pink-300\/30:hover{--tw-ring-color: rgb(249 168 212 / .3)}.hover\:ring-pink-300\/40:hover{--tw-ring-color: rgb(249 168 212 / .4)}.hover\:ring-pink-300\/50:hover{--tw-ring-color: rgb(249 168 212 / .5)}.hover\:ring-pink-300\/60:hover{--tw-ring-color: rgb(249 168 212 / .6)}.hover\:ring-pink-300\/70:hover{--tw-ring-color: rgb(249 168 212 / .7)}.hover\:ring-pink-300\/75:hover{--tw-ring-color: rgb(249 168 212 / .75)}.hover\:ring-pink-300\/80:hover{--tw-ring-color: rgb(249 168 212 / .8)}.hover\:ring-pink-300\/90:hover{--tw-ring-color: rgb(249 168 212 / .9)}.hover\:ring-pink-300\/95:hover{--tw-ring-color: rgb(249 168 212 / .95)}.hover\:ring-pink-300\/100:hover{--tw-ring-color: rgb(249 168 212 / 1)}.hover\:ring-pink-400\/0:hover{--tw-ring-color: rgb(244 114 182 / 0)}.hover\:ring-pink-400\/5:hover{--tw-ring-color: rgb(244 114 182 / .05)}.hover\:ring-pink-400\/10:hover{--tw-ring-color: rgb(244 114 182 / .1)}.hover\:ring-pink-400\/20:hover{--tw-ring-color: rgb(244 114 182 / .2)}.hover\:ring-pink-400\/25:hover{--tw-ring-color: rgb(244 114 182 / .25)}.hover\:ring-pink-400\/30:hover{--tw-ring-color: rgb(244 114 182 / .3)}.hover\:ring-pink-400\/40:hover{--tw-ring-color: rgb(244 114 182 / .4)}.hover\:ring-pink-400\/50:hover{--tw-ring-color: rgb(244 114 182 / .5)}.hover\:ring-pink-400\/60:hover{--tw-ring-color: rgb(244 114 182 / .6)}.hover\:ring-pink-400\/70:hover{--tw-ring-color: rgb(244 114 182 / .7)}.hover\:ring-pink-400\/75:hover{--tw-ring-color: rgb(244 114 182 / .75)}.hover\:ring-pink-400\/80:hover{--tw-ring-color: rgb(244 114 182 / .8)}.hover\:ring-pink-400\/90:hover{--tw-ring-color: rgb(244 114 182 / .9)}.hover\:ring-pink-400\/95:hover{--tw-ring-color: rgb(244 114 182 / .95)}.hover\:ring-pink-400\/100:hover{--tw-ring-color: rgb(244 114 182 / 1)}.hover\:ring-pink-500\/0:hover{--tw-ring-color: rgb(236 72 153 / 0)}.hover\:ring-pink-500\/5:hover{--tw-ring-color: rgb(236 72 153 / .05)}.hover\:ring-pink-500\/10:hover{--tw-ring-color: rgb(236 72 153 / .1)}.hover\:ring-pink-500\/20:hover{--tw-ring-color: rgb(236 72 153 / .2)}.hover\:ring-pink-500\/25:hover{--tw-ring-color: rgb(236 72 153 / .25)}.hover\:ring-pink-500\/30:hover{--tw-ring-color: rgb(236 72 153 / .3)}.hover\:ring-pink-500\/40:hover{--tw-ring-color: rgb(236 72 153 / .4)}.hover\:ring-pink-500\/50:hover{--tw-ring-color: rgb(236 72 153 / .5)}.hover\:ring-pink-500\/60:hover{--tw-ring-color: rgb(236 72 153 / .6)}.hover\:ring-pink-500\/70:hover{--tw-ring-color: rgb(236 72 153 / .7)}.hover\:ring-pink-500\/75:hover{--tw-ring-color: rgb(236 72 153 / .75)}.hover\:ring-pink-500\/80:hover{--tw-ring-color: rgb(236 72 153 / .8)}.hover\:ring-pink-500\/90:hover{--tw-ring-color: rgb(236 72 153 / .9)}.hover\:ring-pink-500\/95:hover{--tw-ring-color: rgb(236 72 153 / .95)}.hover\:ring-pink-500\/100:hover{--tw-ring-color: rgb(236 72 153 / 1)}.hover\:ring-pink-600\/0:hover{--tw-ring-color: rgb(219 39 119 / 0)}.hover\:ring-pink-600\/5:hover{--tw-ring-color: rgb(219 39 119 / .05)}.hover\:ring-pink-600\/10:hover{--tw-ring-color: rgb(219 39 119 / .1)}.hover\:ring-pink-600\/20:hover{--tw-ring-color: rgb(219 39 119 / .2)}.hover\:ring-pink-600\/25:hover{--tw-ring-color: rgb(219 39 119 / .25)}.hover\:ring-pink-600\/30:hover{--tw-ring-color: rgb(219 39 119 / .3)}.hover\:ring-pink-600\/40:hover{--tw-ring-color: rgb(219 39 119 / .4)}.hover\:ring-pink-600\/50:hover{--tw-ring-color: rgb(219 39 119 / .5)}.hover\:ring-pink-600\/60:hover{--tw-ring-color: rgb(219 39 119 / .6)}.hover\:ring-pink-600\/70:hover{--tw-ring-color: rgb(219 39 119 / .7)}.hover\:ring-pink-600\/75:hover{--tw-ring-color: rgb(219 39 119 / .75)}.hover\:ring-pink-600\/80:hover{--tw-ring-color: rgb(219 39 119 / .8)}.hover\:ring-pink-600\/90:hover{--tw-ring-color: rgb(219 39 119 / .9)}.hover\:ring-pink-600\/95:hover{--tw-ring-color: rgb(219 39 119 / .95)}.hover\:ring-pink-600\/100:hover{--tw-ring-color: rgb(219 39 119 / 1)}.hover\:ring-pink-700\/0:hover{--tw-ring-color: rgb(190 24 93 / 0)}.hover\:ring-pink-700\/5:hover{--tw-ring-color: rgb(190 24 93 / .05)}.hover\:ring-pink-700\/10:hover{--tw-ring-color: rgb(190 24 93 / .1)}.hover\:ring-pink-700\/20:hover{--tw-ring-color: rgb(190 24 93 / .2)}.hover\:ring-pink-700\/25:hover{--tw-ring-color: rgb(190 24 93 / .25)}.hover\:ring-pink-700\/30:hover{--tw-ring-color: rgb(190 24 93 / .3)}.hover\:ring-pink-700\/40:hover{--tw-ring-color: rgb(190 24 93 / .4)}.hover\:ring-pink-700\/50:hover{--tw-ring-color: rgb(190 24 93 / .5)}.hover\:ring-pink-700\/60:hover{--tw-ring-color: rgb(190 24 93 / .6)}.hover\:ring-pink-700\/70:hover{--tw-ring-color: rgb(190 24 93 / .7)}.hover\:ring-pink-700\/75:hover{--tw-ring-color: rgb(190 24 93 / .75)}.hover\:ring-pink-700\/80:hover{--tw-ring-color: rgb(190 24 93 / .8)}.hover\:ring-pink-700\/90:hover{--tw-ring-color: rgb(190 24 93 / .9)}.hover\:ring-pink-700\/95:hover{--tw-ring-color: rgb(190 24 93 / .95)}.hover\:ring-pink-700\/100:hover{--tw-ring-color: rgb(190 24 93 / 1)}.hover\:ring-pink-800\/0:hover{--tw-ring-color: rgb(157 23 77 / 0)}.hover\:ring-pink-800\/5:hover{--tw-ring-color: rgb(157 23 77 / .05)}.hover\:ring-pink-800\/10:hover{--tw-ring-color: rgb(157 23 77 / .1)}.hover\:ring-pink-800\/20:hover{--tw-ring-color: rgb(157 23 77 / .2)}.hover\:ring-pink-800\/25:hover{--tw-ring-color: rgb(157 23 77 / .25)}.hover\:ring-pink-800\/30:hover{--tw-ring-color: rgb(157 23 77 / .3)}.hover\:ring-pink-800\/40:hover{--tw-ring-color: rgb(157 23 77 / .4)}.hover\:ring-pink-800\/50:hover{--tw-ring-color: rgb(157 23 77 / .5)}.hover\:ring-pink-800\/60:hover{--tw-ring-color: rgb(157 23 77 / .6)}.hover\:ring-pink-800\/70:hover{--tw-ring-color: rgb(157 23 77 / .7)}.hover\:ring-pink-800\/75:hover{--tw-ring-color: rgb(157 23 77 / .75)}.hover\:ring-pink-800\/80:hover{--tw-ring-color: rgb(157 23 77 / .8)}.hover\:ring-pink-800\/90:hover{--tw-ring-color: rgb(157 23 77 / .9)}.hover\:ring-pink-800\/95:hover{--tw-ring-color: rgb(157 23 77 / .95)}.hover\:ring-pink-800\/100:hover{--tw-ring-color: rgb(157 23 77 / 1)}.hover\:ring-pink-900\/0:hover{--tw-ring-color: rgb(131 24 67 / 0)}.hover\:ring-pink-900\/5:hover{--tw-ring-color: rgb(131 24 67 / .05)}.hover\:ring-pink-900\/10:hover{--tw-ring-color: rgb(131 24 67 / .1)}.hover\:ring-pink-900\/20:hover{--tw-ring-color: rgb(131 24 67 / .2)}.hover\:ring-pink-900\/25:hover{--tw-ring-color: rgb(131 24 67 / .25)}.hover\:ring-pink-900\/30:hover{--tw-ring-color: rgb(131 24 67 / .3)}.hover\:ring-pink-900\/40:hover{--tw-ring-color: rgb(131 24 67 / .4)}.hover\:ring-pink-900\/50:hover{--tw-ring-color: rgb(131 24 67 / .5)}.hover\:ring-pink-900\/60:hover{--tw-ring-color: rgb(131 24 67 / .6)}.hover\:ring-pink-900\/70:hover{--tw-ring-color: rgb(131 24 67 / .7)}.hover\:ring-pink-900\/75:hover{--tw-ring-color: rgb(131 24 67 / .75)}.hover\:ring-pink-900\/80:hover{--tw-ring-color: rgb(131 24 67 / .8)}.hover\:ring-pink-900\/90:hover{--tw-ring-color: rgb(131 24 67 / .9)}.hover\:ring-pink-900\/95:hover{--tw-ring-color: rgb(131 24 67 / .95)}.hover\:ring-pink-900\/100:hover{--tw-ring-color: rgb(131 24 67 / 1)}.hover\:ring-rose-50\/0:hover{--tw-ring-color: rgb(255 241 242 / 0)}.hover\:ring-rose-50\/5:hover{--tw-ring-color: rgb(255 241 242 / .05)}.hover\:ring-rose-50\/10:hover{--tw-ring-color: rgb(255 241 242 / .1)}.hover\:ring-rose-50\/20:hover{--tw-ring-color: rgb(255 241 242 / .2)}.hover\:ring-rose-50\/25:hover{--tw-ring-color: rgb(255 241 242 / .25)}.hover\:ring-rose-50\/30:hover{--tw-ring-color: rgb(255 241 242 / .3)}.hover\:ring-rose-50\/40:hover{--tw-ring-color: rgb(255 241 242 / .4)}.hover\:ring-rose-50\/50:hover{--tw-ring-color: rgb(255 241 242 / .5)}.hover\:ring-rose-50\/60:hover{--tw-ring-color: rgb(255 241 242 / .6)}.hover\:ring-rose-50\/70:hover{--tw-ring-color: rgb(255 241 242 / .7)}.hover\:ring-rose-50\/75:hover{--tw-ring-color: rgb(255 241 242 / .75)}.hover\:ring-rose-50\/80:hover{--tw-ring-color: rgb(255 241 242 / .8)}.hover\:ring-rose-50\/90:hover{--tw-ring-color: rgb(255 241 242 / .9)}.hover\:ring-rose-50\/95:hover{--tw-ring-color: rgb(255 241 242 / .95)}.hover\:ring-rose-50\/100:hover{--tw-ring-color: rgb(255 241 242 / 1)}.hover\:ring-rose-100\/0:hover{--tw-ring-color: rgb(255 228 230 / 0)}.hover\:ring-rose-100\/5:hover{--tw-ring-color: rgb(255 228 230 / .05)}.hover\:ring-rose-100\/10:hover{--tw-ring-color: rgb(255 228 230 / .1)}.hover\:ring-rose-100\/20:hover{--tw-ring-color: rgb(255 228 230 / .2)}.hover\:ring-rose-100\/25:hover{--tw-ring-color: rgb(255 228 230 / .25)}.hover\:ring-rose-100\/30:hover{--tw-ring-color: rgb(255 228 230 / .3)}.hover\:ring-rose-100\/40:hover{--tw-ring-color: rgb(255 228 230 / .4)}.hover\:ring-rose-100\/50:hover{--tw-ring-color: rgb(255 228 230 / .5)}.hover\:ring-rose-100\/60:hover{--tw-ring-color: rgb(255 228 230 / .6)}.hover\:ring-rose-100\/70:hover{--tw-ring-color: rgb(255 228 230 / .7)}.hover\:ring-rose-100\/75:hover{--tw-ring-color: rgb(255 228 230 / .75)}.hover\:ring-rose-100\/80:hover{--tw-ring-color: rgb(255 228 230 / .8)}.hover\:ring-rose-100\/90:hover{--tw-ring-color: rgb(255 228 230 / .9)}.hover\:ring-rose-100\/95:hover{--tw-ring-color: rgb(255 228 230 / .95)}.hover\:ring-rose-100\/100:hover{--tw-ring-color: rgb(255 228 230 / 1)}.hover\:ring-rose-200\/0:hover{--tw-ring-color: rgb(254 205 211 / 0)}.hover\:ring-rose-200\/5:hover{--tw-ring-color: rgb(254 205 211 / .05)}.hover\:ring-rose-200\/10:hover{--tw-ring-color: rgb(254 205 211 / .1)}.hover\:ring-rose-200\/20:hover{--tw-ring-color: rgb(254 205 211 / .2)}.hover\:ring-rose-200\/25:hover{--tw-ring-color: rgb(254 205 211 / .25)}.hover\:ring-rose-200\/30:hover{--tw-ring-color: rgb(254 205 211 / .3)}.hover\:ring-rose-200\/40:hover{--tw-ring-color: rgb(254 205 211 / .4)}.hover\:ring-rose-200\/50:hover{--tw-ring-color: rgb(254 205 211 / .5)}.hover\:ring-rose-200\/60:hover{--tw-ring-color: rgb(254 205 211 / .6)}.hover\:ring-rose-200\/70:hover{--tw-ring-color: rgb(254 205 211 / .7)}.hover\:ring-rose-200\/75:hover{--tw-ring-color: rgb(254 205 211 / .75)}.hover\:ring-rose-200\/80:hover{--tw-ring-color: rgb(254 205 211 / .8)}.hover\:ring-rose-200\/90:hover{--tw-ring-color: rgb(254 205 211 / .9)}.hover\:ring-rose-200\/95:hover{--tw-ring-color: rgb(254 205 211 / .95)}.hover\:ring-rose-200\/100:hover{--tw-ring-color: rgb(254 205 211 / 1)}.hover\:ring-rose-300\/0:hover{--tw-ring-color: rgb(253 164 175 / 0)}.hover\:ring-rose-300\/5:hover{--tw-ring-color: rgb(253 164 175 / .05)}.hover\:ring-rose-300\/10:hover{--tw-ring-color: rgb(253 164 175 / .1)}.hover\:ring-rose-300\/20:hover{--tw-ring-color: rgb(253 164 175 / .2)}.hover\:ring-rose-300\/25:hover{--tw-ring-color: rgb(253 164 175 / .25)}.hover\:ring-rose-300\/30:hover{--tw-ring-color: rgb(253 164 175 / .3)}.hover\:ring-rose-300\/40:hover{--tw-ring-color: rgb(253 164 175 / .4)}.hover\:ring-rose-300\/50:hover{--tw-ring-color: rgb(253 164 175 / .5)}.hover\:ring-rose-300\/60:hover{--tw-ring-color: rgb(253 164 175 / .6)}.hover\:ring-rose-300\/70:hover{--tw-ring-color: rgb(253 164 175 / .7)}.hover\:ring-rose-300\/75:hover{--tw-ring-color: rgb(253 164 175 / .75)}.hover\:ring-rose-300\/80:hover{--tw-ring-color: rgb(253 164 175 / .8)}.hover\:ring-rose-300\/90:hover{--tw-ring-color: rgb(253 164 175 / .9)}.hover\:ring-rose-300\/95:hover{--tw-ring-color: rgb(253 164 175 / .95)}.hover\:ring-rose-300\/100:hover{--tw-ring-color: rgb(253 164 175 / 1)}.hover\:ring-rose-400\/0:hover{--tw-ring-color: rgb(251 113 133 / 0)}.hover\:ring-rose-400\/5:hover{--tw-ring-color: rgb(251 113 133 / .05)}.hover\:ring-rose-400\/10:hover{--tw-ring-color: rgb(251 113 133 / .1)}.hover\:ring-rose-400\/20:hover{--tw-ring-color: rgb(251 113 133 / .2)}.hover\:ring-rose-400\/25:hover{--tw-ring-color: rgb(251 113 133 / .25)}.hover\:ring-rose-400\/30:hover{--tw-ring-color: rgb(251 113 133 / .3)}.hover\:ring-rose-400\/40:hover{--tw-ring-color: rgb(251 113 133 / .4)}.hover\:ring-rose-400\/50:hover{--tw-ring-color: rgb(251 113 133 / .5)}.hover\:ring-rose-400\/60:hover{--tw-ring-color: rgb(251 113 133 / .6)}.hover\:ring-rose-400\/70:hover{--tw-ring-color: rgb(251 113 133 / .7)}.hover\:ring-rose-400\/75:hover{--tw-ring-color: rgb(251 113 133 / .75)}.hover\:ring-rose-400\/80:hover{--tw-ring-color: rgb(251 113 133 / .8)}.hover\:ring-rose-400\/90:hover{--tw-ring-color: rgb(251 113 133 / .9)}.hover\:ring-rose-400\/95:hover{--tw-ring-color: rgb(251 113 133 / .95)}.hover\:ring-rose-400\/100:hover{--tw-ring-color: rgb(251 113 133 / 1)}.hover\:ring-rose-500\/0:hover{--tw-ring-color: rgb(244 63 94 / 0)}.hover\:ring-rose-500\/5:hover{--tw-ring-color: rgb(244 63 94 / .05)}.hover\:ring-rose-500\/10:hover{--tw-ring-color: rgb(244 63 94 / .1)}.hover\:ring-rose-500\/20:hover{--tw-ring-color: rgb(244 63 94 / .2)}.hover\:ring-rose-500\/25:hover{--tw-ring-color: rgb(244 63 94 / .25)}.hover\:ring-rose-500\/30:hover{--tw-ring-color: rgb(244 63 94 / .3)}.hover\:ring-rose-500\/40:hover{--tw-ring-color: rgb(244 63 94 / .4)}.hover\:ring-rose-500\/50:hover{--tw-ring-color: rgb(244 63 94 / .5)}.hover\:ring-rose-500\/60:hover{--tw-ring-color: rgb(244 63 94 / .6)}.hover\:ring-rose-500\/70:hover{--tw-ring-color: rgb(244 63 94 / .7)}.hover\:ring-rose-500\/75:hover{--tw-ring-color: rgb(244 63 94 / .75)}.hover\:ring-rose-500\/80:hover{--tw-ring-color: rgb(244 63 94 / .8)}.hover\:ring-rose-500\/90:hover{--tw-ring-color: rgb(244 63 94 / .9)}.hover\:ring-rose-500\/95:hover{--tw-ring-color: rgb(244 63 94 / .95)}.hover\:ring-rose-500\/100:hover{--tw-ring-color: rgb(244 63 94 / 1)}.hover\:ring-rose-600\/0:hover{--tw-ring-color: rgb(225 29 72 / 0)}.hover\:ring-rose-600\/5:hover{--tw-ring-color: rgb(225 29 72 / .05)}.hover\:ring-rose-600\/10:hover{--tw-ring-color: rgb(225 29 72 / .1)}.hover\:ring-rose-600\/20:hover{--tw-ring-color: rgb(225 29 72 / .2)}.hover\:ring-rose-600\/25:hover{--tw-ring-color: rgb(225 29 72 / .25)}.hover\:ring-rose-600\/30:hover{--tw-ring-color: rgb(225 29 72 / .3)}.hover\:ring-rose-600\/40:hover{--tw-ring-color: rgb(225 29 72 / .4)}.hover\:ring-rose-600\/50:hover{--tw-ring-color: rgb(225 29 72 / .5)}.hover\:ring-rose-600\/60:hover{--tw-ring-color: rgb(225 29 72 / .6)}.hover\:ring-rose-600\/70:hover{--tw-ring-color: rgb(225 29 72 / .7)}.hover\:ring-rose-600\/75:hover{--tw-ring-color: rgb(225 29 72 / .75)}.hover\:ring-rose-600\/80:hover{--tw-ring-color: rgb(225 29 72 / .8)}.hover\:ring-rose-600\/90:hover{--tw-ring-color: rgb(225 29 72 / .9)}.hover\:ring-rose-600\/95:hover{--tw-ring-color: rgb(225 29 72 / .95)}.hover\:ring-rose-600\/100:hover{--tw-ring-color: rgb(225 29 72 / 1)}.hover\:ring-rose-700\/0:hover{--tw-ring-color: rgb(190 18 60 / 0)}.hover\:ring-rose-700\/5:hover{--tw-ring-color: rgb(190 18 60 / .05)}.hover\:ring-rose-700\/10:hover{--tw-ring-color: rgb(190 18 60 / .1)}.hover\:ring-rose-700\/20:hover{--tw-ring-color: rgb(190 18 60 / .2)}.hover\:ring-rose-700\/25:hover{--tw-ring-color: rgb(190 18 60 / .25)}.hover\:ring-rose-700\/30:hover{--tw-ring-color: rgb(190 18 60 / .3)}.hover\:ring-rose-700\/40:hover{--tw-ring-color: rgb(190 18 60 / .4)}.hover\:ring-rose-700\/50:hover{--tw-ring-color: rgb(190 18 60 / .5)}.hover\:ring-rose-700\/60:hover{--tw-ring-color: rgb(190 18 60 / .6)}.hover\:ring-rose-700\/70:hover{--tw-ring-color: rgb(190 18 60 / .7)}.hover\:ring-rose-700\/75:hover{--tw-ring-color: rgb(190 18 60 / .75)}.hover\:ring-rose-700\/80:hover{--tw-ring-color: rgb(190 18 60 / .8)}.hover\:ring-rose-700\/90:hover{--tw-ring-color: rgb(190 18 60 / .9)}.hover\:ring-rose-700\/95:hover{--tw-ring-color: rgb(190 18 60 / .95)}.hover\:ring-rose-700\/100:hover{--tw-ring-color: rgb(190 18 60 / 1)}.hover\:ring-rose-800\/0:hover{--tw-ring-color: rgb(159 18 57 / 0)}.hover\:ring-rose-800\/5:hover{--tw-ring-color: rgb(159 18 57 / .05)}.hover\:ring-rose-800\/10:hover{--tw-ring-color: rgb(159 18 57 / .1)}.hover\:ring-rose-800\/20:hover{--tw-ring-color: rgb(159 18 57 / .2)}.hover\:ring-rose-800\/25:hover{--tw-ring-color: rgb(159 18 57 / .25)}.hover\:ring-rose-800\/30:hover{--tw-ring-color: rgb(159 18 57 / .3)}.hover\:ring-rose-800\/40:hover{--tw-ring-color: rgb(159 18 57 / .4)}.hover\:ring-rose-800\/50:hover{--tw-ring-color: rgb(159 18 57 / .5)}.hover\:ring-rose-800\/60:hover{--tw-ring-color: rgb(159 18 57 / .6)}.hover\:ring-rose-800\/70:hover{--tw-ring-color: rgb(159 18 57 / .7)}.hover\:ring-rose-800\/75:hover{--tw-ring-color: rgb(159 18 57 / .75)}.hover\:ring-rose-800\/80:hover{--tw-ring-color: rgb(159 18 57 / .8)}.hover\:ring-rose-800\/90:hover{--tw-ring-color: rgb(159 18 57 / .9)}.hover\:ring-rose-800\/95:hover{--tw-ring-color: rgb(159 18 57 / .95)}.hover\:ring-rose-800\/100:hover{--tw-ring-color: rgb(159 18 57 / 1)}.hover\:ring-rose-900\/0:hover{--tw-ring-color: rgb(136 19 55 / 0)}.hover\:ring-rose-900\/5:hover{--tw-ring-color: rgb(136 19 55 / .05)}.hover\:ring-rose-900\/10:hover{--tw-ring-color: rgb(136 19 55 / .1)}.hover\:ring-rose-900\/20:hover{--tw-ring-color: rgb(136 19 55 / .2)}.hover\:ring-rose-900\/25:hover{--tw-ring-color: rgb(136 19 55 / .25)}.hover\:ring-rose-900\/30:hover{--tw-ring-color: rgb(136 19 55 / .3)}.hover\:ring-rose-900\/40:hover{--tw-ring-color: rgb(136 19 55 / .4)}.hover\:ring-rose-900\/50:hover{--tw-ring-color: rgb(136 19 55 / .5)}.hover\:ring-rose-900\/60:hover{--tw-ring-color: rgb(136 19 55 / .6)}.hover\:ring-rose-900\/70:hover{--tw-ring-color: rgb(136 19 55 / .7)}.hover\:ring-rose-900\/75:hover{--tw-ring-color: rgb(136 19 55 / .75)}.hover\:ring-rose-900\/80:hover{--tw-ring-color: rgb(136 19 55 / .8)}.hover\:ring-rose-900\/90:hover{--tw-ring-color: rgb(136 19 55 / .9)}.hover\:ring-rose-900\/95:hover{--tw-ring-color: rgb(136 19 55 / .95)}.hover\:ring-rose-900\/100:hover{--tw-ring-color: rgb(136 19 55 / 1)}.hover\:ring-primary-100\/0:hover{--tw-ring-color: rgb(242 243 244 / 0)}.hover\:ring-primary-100\/5:hover{--tw-ring-color: rgb(242 243 244 / .05)}.hover\:ring-primary-100\/10:hover{--tw-ring-color: rgb(242 243 244 / .1)}.hover\:ring-primary-100\/20:hover{--tw-ring-color: rgb(242 243 244 / .2)}.hover\:ring-primary-100\/25:hover{--tw-ring-color: rgb(242 243 244 / .25)}.hover\:ring-primary-100\/30:hover{--tw-ring-color: rgb(242 243 244 / .3)}.hover\:ring-primary-100\/40:hover{--tw-ring-color: rgb(242 243 244 / .4)}.hover\:ring-primary-100\/50:hover{--tw-ring-color: rgb(242 243 244 / .5)}.hover\:ring-primary-100\/60:hover{--tw-ring-color: rgb(242 243 244 / .6)}.hover\:ring-primary-100\/70:hover{--tw-ring-color: rgb(242 243 244 / .7)}.hover\:ring-primary-100\/75:hover{--tw-ring-color: rgb(242 243 244 / .75)}.hover\:ring-primary-100\/80:hover{--tw-ring-color: rgb(242 243 244 / .8)}.hover\:ring-primary-100\/90:hover{--tw-ring-color: rgb(242 243 244 / .9)}.hover\:ring-primary-100\/95:hover{--tw-ring-color: rgb(242 243 244 / .95)}.hover\:ring-primary-100\/100:hover{--tw-ring-color: rgb(242 243 244 / 1)}.hover\:ring-primary-200\/0:hover{--tw-ring-color: rgb(232 232 240 / 0)}.hover\:ring-primary-200\/5:hover{--tw-ring-color: rgb(232 232 240 / .05)}.hover\:ring-primary-200\/10:hover{--tw-ring-color: rgb(232 232 240 / .1)}.hover\:ring-primary-200\/20:hover{--tw-ring-color: rgb(232 232 240 / .2)}.hover\:ring-primary-200\/25:hover{--tw-ring-color: rgb(232 232 240 / .25)}.hover\:ring-primary-200\/30:hover{--tw-ring-color: rgb(232 232 240 / .3)}.hover\:ring-primary-200\/40:hover{--tw-ring-color: rgb(232 232 240 / .4)}.hover\:ring-primary-200\/50:hover{--tw-ring-color: rgb(232 232 240 / .5)}.hover\:ring-primary-200\/60:hover{--tw-ring-color: rgb(232 232 240 / .6)}.hover\:ring-primary-200\/70:hover{--tw-ring-color: rgb(232 232 240 / .7)}.hover\:ring-primary-200\/75:hover{--tw-ring-color: rgb(232 232 240 / .75)}.hover\:ring-primary-200\/80:hover{--tw-ring-color: rgb(232 232 240 / .8)}.hover\:ring-primary-200\/90:hover{--tw-ring-color: rgb(232 232 240 / .9)}.hover\:ring-primary-200\/95:hover{--tw-ring-color: rgb(232 232 240 / .95)}.hover\:ring-primary-200\/100:hover{--tw-ring-color: rgb(232 232 240 / 1)}.hover\:ring-primary-300\/0:hover{--tw-ring-color: rgb(208 208 225 / 0)}.hover\:ring-primary-300\/5:hover{--tw-ring-color: rgb(208 208 225 / .05)}.hover\:ring-primary-300\/10:hover{--tw-ring-color: rgb(208 208 225 / .1)}.hover\:ring-primary-300\/20:hover{--tw-ring-color: rgb(208 208 225 / .2)}.hover\:ring-primary-300\/25:hover{--tw-ring-color: rgb(208 208 225 / .25)}.hover\:ring-primary-300\/30:hover{--tw-ring-color: rgb(208 208 225 / .3)}.hover\:ring-primary-300\/40:hover{--tw-ring-color: rgb(208 208 225 / .4)}.hover\:ring-primary-300\/50:hover{--tw-ring-color: rgb(208 208 225 / .5)}.hover\:ring-primary-300\/60:hover{--tw-ring-color: rgb(208 208 225 / .6)}.hover\:ring-primary-300\/70:hover{--tw-ring-color: rgb(208 208 225 / .7)}.hover\:ring-primary-300\/75:hover{--tw-ring-color: rgb(208 208 225 / .75)}.hover\:ring-primary-300\/80:hover{--tw-ring-color: rgb(208 208 225 / .8)}.hover\:ring-primary-300\/90:hover{--tw-ring-color: rgb(208 208 225 / .9)}.hover\:ring-primary-300\/95:hover{--tw-ring-color: rgb(208 208 225 / .95)}.hover\:ring-primary-300\/100:hover{--tw-ring-color: rgb(208 208 225 / 1)}.hover\:ring-primary-400\/0:hover{--tw-ring-color: rgb(180 180 209 / 0)}.hover\:ring-primary-400\/5:hover{--tw-ring-color: rgb(180 180 209 / .05)}.hover\:ring-primary-400\/10:hover{--tw-ring-color: rgb(180 180 209 / .1)}.hover\:ring-primary-400\/20:hover{--tw-ring-color: rgb(180 180 209 / .2)}.hover\:ring-primary-400\/25:hover{--tw-ring-color: rgb(180 180 209 / .25)}.hover\:ring-primary-400\/30:hover{--tw-ring-color: rgb(180 180 209 / .3)}.hover\:ring-primary-400\/40:hover{--tw-ring-color: rgb(180 180 209 / .4)}.hover\:ring-primary-400\/50:hover{--tw-ring-color: rgb(180 180 209 / .5)}.hover\:ring-primary-400\/60:hover{--tw-ring-color: rgb(180 180 209 / .6)}.hover\:ring-primary-400\/70:hover{--tw-ring-color: rgb(180 180 209 / .7)}.hover\:ring-primary-400\/75:hover{--tw-ring-color: rgb(180 180 209 / .75)}.hover\:ring-primary-400\/80:hover{--tw-ring-color: rgb(180 180 209 / .8)}.hover\:ring-primary-400\/90:hover{--tw-ring-color: rgb(180 180 209 / .9)}.hover\:ring-primary-400\/95:hover{--tw-ring-color: rgb(180 180 209 / .95)}.hover\:ring-primary-400\/100:hover{--tw-ring-color: rgb(180 180 209 / 1)}.hover\:ring-primary-500\/0:hover{--tw-ring-color: rgb(147 147 191 / 0)}.hover\:ring-primary-500\/5:hover{--tw-ring-color: rgb(147 147 191 / .05)}.hover\:ring-primary-500\/10:hover{--tw-ring-color: rgb(147 147 191 / .1)}.hover\:ring-primary-500\/20:hover{--tw-ring-color: rgb(147 147 191 / .2)}.hover\:ring-primary-500\/25:hover{--tw-ring-color: rgb(147 147 191 / .25)}.hover\:ring-primary-500\/30:hover{--tw-ring-color: rgb(147 147 191 / .3)}.hover\:ring-primary-500\/40:hover{--tw-ring-color: rgb(147 147 191 / .4)}.hover\:ring-primary-500\/50:hover{--tw-ring-color: rgb(147 147 191 / .5)}.hover\:ring-primary-500\/60:hover{--tw-ring-color: rgb(147 147 191 / .6)}.hover\:ring-primary-500\/70:hover{--tw-ring-color: rgb(147 147 191 / .7)}.hover\:ring-primary-500\/75:hover{--tw-ring-color: rgb(147 147 191 / .75)}.hover\:ring-primary-500\/80:hover{--tw-ring-color: rgb(147 147 191 / .8)}.hover\:ring-primary-500\/90:hover{--tw-ring-color: rgb(147 147 191 / .9)}.hover\:ring-primary-500\/95:hover{--tw-ring-color: rgb(147 147 191 / .95)}.hover\:ring-primary-500\/100:hover{--tw-ring-color: rgb(147 147 191 / 1)}.hover\:ring-primary-600\/0:hover{--tw-ring-color: rgb(104 104 172 / 0)}.hover\:ring-primary-600\/5:hover{--tw-ring-color: rgb(104 104 172 / .05)}.hover\:ring-primary-600\/10:hover{--tw-ring-color: rgb(104 104 172 / .1)}.hover\:ring-primary-600\/20:hover{--tw-ring-color: rgb(104 104 172 / .2)}.hover\:ring-primary-600\/25:hover{--tw-ring-color: rgb(104 104 172 / .25)}.hover\:ring-primary-600\/30:hover{--tw-ring-color: rgb(104 104 172 / .3)}.hover\:ring-primary-600\/40:hover{--tw-ring-color: rgb(104 104 172 / .4)}.hover\:ring-primary-600\/50:hover{--tw-ring-color: rgb(104 104 172 / .5)}.hover\:ring-primary-600\/60:hover{--tw-ring-color: rgb(104 104 172 / .6)}.hover\:ring-primary-600\/70:hover{--tw-ring-color: rgb(104 104 172 / .7)}.hover\:ring-primary-600\/75:hover{--tw-ring-color: rgb(104 104 172 / .75)}.hover\:ring-primary-600\/80:hover{--tw-ring-color: rgb(104 104 172 / .8)}.hover\:ring-primary-600\/90:hover{--tw-ring-color: rgb(104 104 172 / .9)}.hover\:ring-primary-600\/95:hover{--tw-ring-color: rgb(104 104 172 / .95)}.hover\:ring-primary-600\/100:hover{--tw-ring-color: rgb(104 104 172 / 1)}.hover\:ring-primary-700\/0:hover{--tw-ring-color: rgb(93 93 153 / 0)}.hover\:ring-primary-700\/5:hover{--tw-ring-color: rgb(93 93 153 / .05)}.hover\:ring-primary-700\/10:hover{--tw-ring-color: rgb(93 93 153 / .1)}.hover\:ring-primary-700\/20:hover{--tw-ring-color: rgb(93 93 153 / .2)}.hover\:ring-primary-700\/25:hover{--tw-ring-color: rgb(93 93 153 / .25)}.hover\:ring-primary-700\/30:hover{--tw-ring-color: rgb(93 93 153 / .3)}.hover\:ring-primary-700\/40:hover{--tw-ring-color: rgb(93 93 153 / .4)}.hover\:ring-primary-700\/50:hover{--tw-ring-color: rgb(93 93 153 / .5)}.hover\:ring-primary-700\/60:hover{--tw-ring-color: rgb(93 93 153 / .6)}.hover\:ring-primary-700\/70:hover{--tw-ring-color: rgb(93 93 153 / .7)}.hover\:ring-primary-700\/75:hover{--tw-ring-color: rgb(93 93 153 / .75)}.hover\:ring-primary-700\/80:hover{--tw-ring-color: rgb(93 93 153 / .8)}.hover\:ring-primary-700\/90:hover{--tw-ring-color: rgb(93 93 153 / .9)}.hover\:ring-primary-700\/95:hover{--tw-ring-color: rgb(93 93 153 / .95)}.hover\:ring-primary-700\/100:hover{--tw-ring-color: rgb(93 93 153 / 1)}.hover\:ring-primary-800\/0:hover{--tw-ring-color: rgb(80 80 133 / 0)}.hover\:ring-primary-800\/5:hover{--tw-ring-color: rgb(80 80 133 / .05)}.hover\:ring-primary-800\/10:hover{--tw-ring-color: rgb(80 80 133 / .1)}.hover\:ring-primary-800\/20:hover{--tw-ring-color: rgb(80 80 133 / .2)}.hover\:ring-primary-800\/25:hover{--tw-ring-color: rgb(80 80 133 / .25)}.hover\:ring-primary-800\/30:hover{--tw-ring-color: rgb(80 80 133 / .3)}.hover\:ring-primary-800\/40:hover{--tw-ring-color: rgb(80 80 133 / .4)}.hover\:ring-primary-800\/50:hover{--tw-ring-color: rgb(80 80 133 / .5)}.hover\:ring-primary-800\/60:hover{--tw-ring-color: rgb(80 80 133 / .6)}.hover\:ring-primary-800\/70:hover{--tw-ring-color: rgb(80 80 133 / .7)}.hover\:ring-primary-800\/75:hover{--tw-ring-color: rgb(80 80 133 / .75)}.hover\:ring-primary-800\/80:hover{--tw-ring-color: rgb(80 80 133 / .8)}.hover\:ring-primary-800\/90:hover{--tw-ring-color: rgb(80 80 133 / .9)}.hover\:ring-primary-800\/95:hover{--tw-ring-color: rgb(80 80 133 / .95)}.hover\:ring-primary-800\/100:hover{--tw-ring-color: rgb(80 80 133 / 1)}.hover\:ring-primary-900\/0:hover{--tw-ring-color: rgb(65 65 108 / 0)}.hover\:ring-primary-900\/5:hover{--tw-ring-color: rgb(65 65 108 / .05)}.hover\:ring-primary-900\/10:hover{--tw-ring-color: rgb(65 65 108 / .1)}.hover\:ring-primary-900\/20:hover{--tw-ring-color: rgb(65 65 108 / .2)}.hover\:ring-primary-900\/25:hover{--tw-ring-color: rgb(65 65 108 / .25)}.hover\:ring-primary-900\/30:hover{--tw-ring-color: rgb(65 65 108 / .3)}.hover\:ring-primary-900\/40:hover{--tw-ring-color: rgb(65 65 108 / .4)}.hover\:ring-primary-900\/50:hover{--tw-ring-color: rgb(65 65 108 / .5)}.hover\:ring-primary-900\/60:hover{--tw-ring-color: rgb(65 65 108 / .6)}.hover\:ring-primary-900\/70:hover{--tw-ring-color: rgb(65 65 108 / .7)}.hover\:ring-primary-900\/75:hover{--tw-ring-color: rgb(65 65 108 / .75)}.hover\:ring-primary-900\/80:hover{--tw-ring-color: rgb(65 65 108 / .8)}.hover\:ring-primary-900\/90:hover{--tw-ring-color: rgb(65 65 108 / .9)}.hover\:ring-primary-900\/95:hover{--tw-ring-color: rgb(65 65 108 / .95)}.hover\:ring-primary-900\/100:hover{--tw-ring-color: rgb(65 65 108 / 1)}.hover\:ring-primary-1000\/0:hover{--tw-ring-color: rgb(46 46 76 / 0)}.hover\:ring-primary-1000\/5:hover{--tw-ring-color: rgb(46 46 76 / .05)}.hover\:ring-primary-1000\/10:hover{--tw-ring-color: rgb(46 46 76 / .1)}.hover\:ring-primary-1000\/20:hover{--tw-ring-color: rgb(46 46 76 / .2)}.hover\:ring-primary-1000\/25:hover{--tw-ring-color: rgb(46 46 76 / .25)}.hover\:ring-primary-1000\/30:hover{--tw-ring-color: rgb(46 46 76 / .3)}.hover\:ring-primary-1000\/40:hover{--tw-ring-color: rgb(46 46 76 / .4)}.hover\:ring-primary-1000\/50:hover{--tw-ring-color: rgb(46 46 76 / .5)}.hover\:ring-primary-1000\/60:hover{--tw-ring-color: rgb(46 46 76 / .6)}.hover\:ring-primary-1000\/70:hover{--tw-ring-color: rgb(46 46 76 / .7)}.hover\:ring-primary-1000\/75:hover{--tw-ring-color: rgb(46 46 76 / .75)}.hover\:ring-primary-1000\/80:hover{--tw-ring-color: rgb(46 46 76 / .8)}.hover\:ring-primary-1000\/90:hover{--tw-ring-color: rgb(46 46 76 / .9)}.hover\:ring-primary-1000\/95:hover{--tw-ring-color: rgb(46 46 76 / .95)}.hover\:ring-primary-1000\/100:hover{--tw-ring-color: rgb(46 46 76 / 1)}.hover\:ring-primary-highlight-100\/0:hover{--tw-ring-color: rgb(247 245 254 / 0)}.hover\:ring-primary-highlight-100\/5:hover{--tw-ring-color: rgb(247 245 254 / .05)}.hover\:ring-primary-highlight-100\/10:hover{--tw-ring-color: rgb(247 245 254 / .1)}.hover\:ring-primary-highlight-100\/20:hover{--tw-ring-color: rgb(247 245 254 / .2)}.hover\:ring-primary-highlight-100\/25:hover{--tw-ring-color: rgb(247 245 254 / .25)}.hover\:ring-primary-highlight-100\/30:hover{--tw-ring-color: rgb(247 245 254 / .3)}.hover\:ring-primary-highlight-100\/40:hover{--tw-ring-color: rgb(247 245 254 / .4)}.hover\:ring-primary-highlight-100\/50:hover{--tw-ring-color: rgb(247 245 254 / .5)}.hover\:ring-primary-highlight-100\/60:hover{--tw-ring-color: rgb(247 245 254 / .6)}.hover\:ring-primary-highlight-100\/70:hover{--tw-ring-color: rgb(247 245 254 / .7)}.hover\:ring-primary-highlight-100\/75:hover{--tw-ring-color: rgb(247 245 254 / .75)}.hover\:ring-primary-highlight-100\/80:hover{--tw-ring-color: rgb(247 245 254 / .8)}.hover\:ring-primary-highlight-100\/90:hover{--tw-ring-color: rgb(247 245 254 / .9)}.hover\:ring-primary-highlight-100\/95:hover{--tw-ring-color: rgb(247 245 254 / .95)}.hover\:ring-primary-highlight-100\/100:hover{--tw-ring-color: rgb(247 245 254 / 1)}.hover\:ring-primary-highlight-200\/0:hover{--tw-ring-color: rgb(239 236 254 / 0)}.hover\:ring-primary-highlight-200\/5:hover{--tw-ring-color: rgb(239 236 254 / .05)}.hover\:ring-primary-highlight-200\/10:hover{--tw-ring-color: rgb(239 236 254 / .1)}.hover\:ring-primary-highlight-200\/20:hover{--tw-ring-color: rgb(239 236 254 / .2)}.hover\:ring-primary-highlight-200\/25:hover{--tw-ring-color: rgb(239 236 254 / .25)}.hover\:ring-primary-highlight-200\/30:hover{--tw-ring-color: rgb(239 236 254 / .3)}.hover\:ring-primary-highlight-200\/40:hover{--tw-ring-color: rgb(239 236 254 / .4)}.hover\:ring-primary-highlight-200\/50:hover{--tw-ring-color: rgb(239 236 254 / .5)}.hover\:ring-primary-highlight-200\/60:hover{--tw-ring-color: rgb(239 236 254 / .6)}.hover\:ring-primary-highlight-200\/70:hover{--tw-ring-color: rgb(239 236 254 / .7)}.hover\:ring-primary-highlight-200\/75:hover{--tw-ring-color: rgb(239 236 254 / .75)}.hover\:ring-primary-highlight-200\/80:hover{--tw-ring-color: rgb(239 236 254 / .8)}.hover\:ring-primary-highlight-200\/90:hover{--tw-ring-color: rgb(239 236 254 / .9)}.hover\:ring-primary-highlight-200\/95:hover{--tw-ring-color: rgb(239 236 254 / .95)}.hover\:ring-primary-highlight-200\/100:hover{--tw-ring-color: rgb(239 236 254 / 1)}.hover\:ring-primary-highlight-300\/0:hover{--tw-ring-color: rgb(223 216 253 / 0)}.hover\:ring-primary-highlight-300\/5:hover{--tw-ring-color: rgb(223 216 253 / .05)}.hover\:ring-primary-highlight-300\/10:hover{--tw-ring-color: rgb(223 216 253 / .1)}.hover\:ring-primary-highlight-300\/20:hover{--tw-ring-color: rgb(223 216 253 / .2)}.hover\:ring-primary-highlight-300\/25:hover{--tw-ring-color: rgb(223 216 253 / .25)}.hover\:ring-primary-highlight-300\/30:hover{--tw-ring-color: rgb(223 216 253 / .3)}.hover\:ring-primary-highlight-300\/40:hover{--tw-ring-color: rgb(223 216 253 / .4)}.hover\:ring-primary-highlight-300\/50:hover{--tw-ring-color: rgb(223 216 253 / .5)}.hover\:ring-primary-highlight-300\/60:hover{--tw-ring-color: rgb(223 216 253 / .6)}.hover\:ring-primary-highlight-300\/70:hover{--tw-ring-color: rgb(223 216 253 / .7)}.hover\:ring-primary-highlight-300\/75:hover{--tw-ring-color: rgb(223 216 253 / .75)}.hover\:ring-primary-highlight-300\/80:hover{--tw-ring-color: rgb(223 216 253 / .8)}.hover\:ring-primary-highlight-300\/90:hover{--tw-ring-color: rgb(223 216 253 / .9)}.hover\:ring-primary-highlight-300\/95:hover{--tw-ring-color: rgb(223 216 253 / .95)}.hover\:ring-primary-highlight-300\/100:hover{--tw-ring-color: rgb(223 216 253 / 1)}.hover\:ring-primary-highlight-400\/0:hover{--tw-ring-color: rgb(206 193 252 / 0)}.hover\:ring-primary-highlight-400\/5:hover{--tw-ring-color: rgb(206 193 252 / .05)}.hover\:ring-primary-highlight-400\/10:hover{--tw-ring-color: rgb(206 193 252 / .1)}.hover\:ring-primary-highlight-400\/20:hover{--tw-ring-color: rgb(206 193 252 / .2)}.hover\:ring-primary-highlight-400\/25:hover{--tw-ring-color: rgb(206 193 252 / .25)}.hover\:ring-primary-highlight-400\/30:hover{--tw-ring-color: rgb(206 193 252 / .3)}.hover\:ring-primary-highlight-400\/40:hover{--tw-ring-color: rgb(206 193 252 / .4)}.hover\:ring-primary-highlight-400\/50:hover{--tw-ring-color: rgb(206 193 252 / .5)}.hover\:ring-primary-highlight-400\/60:hover{--tw-ring-color: rgb(206 193 252 / .6)}.hover\:ring-primary-highlight-400\/70:hover{--tw-ring-color: rgb(206 193 252 / .7)}.hover\:ring-primary-highlight-400\/75:hover{--tw-ring-color: rgb(206 193 252 / .75)}.hover\:ring-primary-highlight-400\/80:hover{--tw-ring-color: rgb(206 193 252 / .8)}.hover\:ring-primary-highlight-400\/90:hover{--tw-ring-color: rgb(206 193 252 / .9)}.hover\:ring-primary-highlight-400\/95:hover{--tw-ring-color: rgb(206 193 252 / .95)}.hover\:ring-primary-highlight-400\/100:hover{--tw-ring-color: rgb(206 193 252 / 1)}.hover\:ring-primary-highlight-500\/0:hover{--tw-ring-color: rgb(187 168 251 / 0)}.hover\:ring-primary-highlight-500\/5:hover{--tw-ring-color: rgb(187 168 251 / .05)}.hover\:ring-primary-highlight-500\/10:hover{--tw-ring-color: rgb(187 168 251 / .1)}.hover\:ring-primary-highlight-500\/20:hover{--tw-ring-color: rgb(187 168 251 / .2)}.hover\:ring-primary-highlight-500\/25:hover{--tw-ring-color: rgb(187 168 251 / .25)}.hover\:ring-primary-highlight-500\/30:hover{--tw-ring-color: rgb(187 168 251 / .3)}.hover\:ring-primary-highlight-500\/40:hover{--tw-ring-color: rgb(187 168 251 / .4)}.hover\:ring-primary-highlight-500\/50:hover{--tw-ring-color: rgb(187 168 251 / .5)}.hover\:ring-primary-highlight-500\/60:hover{--tw-ring-color: rgb(187 168 251 / .6)}.hover\:ring-primary-highlight-500\/70:hover{--tw-ring-color: rgb(187 168 251 / .7)}.hover\:ring-primary-highlight-500\/75:hover{--tw-ring-color: rgb(187 168 251 / .75)}.hover\:ring-primary-highlight-500\/80:hover{--tw-ring-color: rgb(187 168 251 / .8)}.hover\:ring-primary-highlight-500\/90:hover{--tw-ring-color: rgb(187 168 251 / .9)}.hover\:ring-primary-highlight-500\/95:hover{--tw-ring-color: rgb(187 168 251 / .95)}.hover\:ring-primary-highlight-500\/100:hover{--tw-ring-color: rgb(187 168 251 / 1)}.hover\:ring-primary-highlight-600\/0:hover{--tw-ring-color: rgb(167 139 250 / 0)}.hover\:ring-primary-highlight-600\/5:hover{--tw-ring-color: rgb(167 139 250 / .05)}.hover\:ring-primary-highlight-600\/10:hover{--tw-ring-color: rgb(167 139 250 / .1)}.hover\:ring-primary-highlight-600\/20:hover{--tw-ring-color: rgb(167 139 250 / .2)}.hover\:ring-primary-highlight-600\/25:hover{--tw-ring-color: rgb(167 139 250 / .25)}.hover\:ring-primary-highlight-600\/30:hover{--tw-ring-color: rgb(167 139 250 / .3)}.hover\:ring-primary-highlight-600\/40:hover{--tw-ring-color: rgb(167 139 250 / .4)}.hover\:ring-primary-highlight-600\/50:hover{--tw-ring-color: rgb(167 139 250 / .5)}.hover\:ring-primary-highlight-600\/60:hover{--tw-ring-color: rgb(167 139 250 / .6)}.hover\:ring-primary-highlight-600\/70:hover{--tw-ring-color: rgb(167 139 250 / .7)}.hover\:ring-primary-highlight-600\/75:hover{--tw-ring-color: rgb(167 139 250 / .75)}.hover\:ring-primary-highlight-600\/80:hover{--tw-ring-color: rgb(167 139 250 / .8)}.hover\:ring-primary-highlight-600\/90:hover{--tw-ring-color: rgb(167 139 250 / .9)}.hover\:ring-primary-highlight-600\/95:hover{--tw-ring-color: rgb(167 139 250 / .95)}.hover\:ring-primary-highlight-600\/100:hover{--tw-ring-color: rgb(167 139 250 / 1)}.hover\:ring-primary-highlight-700\/0:hover{--tw-ring-color: rgb(149 124 223 / 0)}.hover\:ring-primary-highlight-700\/5:hover{--tw-ring-color: rgb(149 124 223 / .05)}.hover\:ring-primary-highlight-700\/10:hover{--tw-ring-color: rgb(149 124 223 / .1)}.hover\:ring-primary-highlight-700\/20:hover{--tw-ring-color: rgb(149 124 223 / .2)}.hover\:ring-primary-highlight-700\/25:hover{--tw-ring-color: rgb(149 124 223 / .25)}.hover\:ring-primary-highlight-700\/30:hover{--tw-ring-color: rgb(149 124 223 / .3)}.hover\:ring-primary-highlight-700\/40:hover{--tw-ring-color: rgb(149 124 223 / .4)}.hover\:ring-primary-highlight-700\/50:hover{--tw-ring-color: rgb(149 124 223 / .5)}.hover\:ring-primary-highlight-700\/60:hover{--tw-ring-color: rgb(149 124 223 / .6)}.hover\:ring-primary-highlight-700\/70:hover{--tw-ring-color: rgb(149 124 223 / .7)}.hover\:ring-primary-highlight-700\/75:hover{--tw-ring-color: rgb(149 124 223 / .75)}.hover\:ring-primary-highlight-700\/80:hover{--tw-ring-color: rgb(149 124 223 / .8)}.hover\:ring-primary-highlight-700\/90:hover{--tw-ring-color: rgb(149 124 223 / .9)}.hover\:ring-primary-highlight-700\/95:hover{--tw-ring-color: rgb(149 124 223 / .95)}.hover\:ring-primary-highlight-700\/100:hover{--tw-ring-color: rgb(149 124 223 / 1)}.hover\:ring-primary-highlight-800\/0:hover{--tw-ring-color: rgb(129 107 193 / 0)}.hover\:ring-primary-highlight-800\/5:hover{--tw-ring-color: rgb(129 107 193 / .05)}.hover\:ring-primary-highlight-800\/10:hover{--tw-ring-color: rgb(129 107 193 / .1)}.hover\:ring-primary-highlight-800\/20:hover{--tw-ring-color: rgb(129 107 193 / .2)}.hover\:ring-primary-highlight-800\/25:hover{--tw-ring-color: rgb(129 107 193 / .25)}.hover\:ring-primary-highlight-800\/30:hover{--tw-ring-color: rgb(129 107 193 / .3)}.hover\:ring-primary-highlight-800\/40:hover{--tw-ring-color: rgb(129 107 193 / .4)}.hover\:ring-primary-highlight-800\/50:hover{--tw-ring-color: rgb(129 107 193 / .5)}.hover\:ring-primary-highlight-800\/60:hover{--tw-ring-color: rgb(129 107 193 / .6)}.hover\:ring-primary-highlight-800\/70:hover{--tw-ring-color: rgb(129 107 193 / .7)}.hover\:ring-primary-highlight-800\/75:hover{--tw-ring-color: rgb(129 107 193 / .75)}.hover\:ring-primary-highlight-800\/80:hover{--tw-ring-color: rgb(129 107 193 / .8)}.hover\:ring-primary-highlight-800\/90:hover{--tw-ring-color: rgb(129 107 193 / .9)}.hover\:ring-primary-highlight-800\/95:hover{--tw-ring-color: rgb(129 107 193 / .95)}.hover\:ring-primary-highlight-800\/100:hover{--tw-ring-color: rgb(129 107 193 / 1)}.hover\:ring-primary-highlight-900\/0:hover{--tw-ring-color: rgb(105 87 158 / 0)}.hover\:ring-primary-highlight-900\/5:hover{--tw-ring-color: rgb(105 87 158 / .05)}.hover\:ring-primary-highlight-900\/10:hover{--tw-ring-color: rgb(105 87 158 / .1)}.hover\:ring-primary-highlight-900\/20:hover{--tw-ring-color: rgb(105 87 158 / .2)}.hover\:ring-primary-highlight-900\/25:hover{--tw-ring-color: rgb(105 87 158 / .25)}.hover\:ring-primary-highlight-900\/30:hover{--tw-ring-color: rgb(105 87 158 / .3)}.hover\:ring-primary-highlight-900\/40:hover{--tw-ring-color: rgb(105 87 158 / .4)}.hover\:ring-primary-highlight-900\/50:hover{--tw-ring-color: rgb(105 87 158 / .5)}.hover\:ring-primary-highlight-900\/60:hover{--tw-ring-color: rgb(105 87 158 / .6)}.hover\:ring-primary-highlight-900\/70:hover{--tw-ring-color: rgb(105 87 158 / .7)}.hover\:ring-primary-highlight-900\/75:hover{--tw-ring-color: rgb(105 87 158 / .75)}.hover\:ring-primary-highlight-900\/80:hover{--tw-ring-color: rgb(105 87 158 / .8)}.hover\:ring-primary-highlight-900\/90:hover{--tw-ring-color: rgb(105 87 158 / .9)}.hover\:ring-primary-highlight-900\/95:hover{--tw-ring-color: rgb(105 87 158 / .95)}.hover\:ring-primary-highlight-900\/100:hover{--tw-ring-color: rgb(105 87 158 / 1)}.hover\:ring-primary-highlight-1000\/0:hover{--tw-ring-color: rgb(74 62 111 / 0)}.hover\:ring-primary-highlight-1000\/5:hover{--tw-ring-color: rgb(74 62 111 / .05)}.hover\:ring-primary-highlight-1000\/10:hover{--tw-ring-color: rgb(74 62 111 / .1)}.hover\:ring-primary-highlight-1000\/20:hover{--tw-ring-color: rgb(74 62 111 / .2)}.hover\:ring-primary-highlight-1000\/25:hover{--tw-ring-color: rgb(74 62 111 / .25)}.hover\:ring-primary-highlight-1000\/30:hover{--tw-ring-color: rgb(74 62 111 / .3)}.hover\:ring-primary-highlight-1000\/40:hover{--tw-ring-color: rgb(74 62 111 / .4)}.hover\:ring-primary-highlight-1000\/50:hover{--tw-ring-color: rgb(74 62 111 / .5)}.hover\:ring-primary-highlight-1000\/60:hover{--tw-ring-color: rgb(74 62 111 / .6)}.hover\:ring-primary-highlight-1000\/70:hover{--tw-ring-color: rgb(74 62 111 / .7)}.hover\:ring-primary-highlight-1000\/75:hover{--tw-ring-color: rgb(74 62 111 / .75)}.hover\:ring-primary-highlight-1000\/80:hover{--tw-ring-color: rgb(74 62 111 / .8)}.hover\:ring-primary-highlight-1000\/90:hover{--tw-ring-color: rgb(74 62 111 / .9)}.hover\:ring-primary-highlight-1000\/95:hover{--tw-ring-color: rgb(74 62 111 / .95)}.hover\:ring-primary-highlight-1000\/100:hover{--tw-ring-color: rgb(74 62 111 / 1)}.hover\:ring-secondary-100\/0:hover{--tw-ring-color: rgb(254 247 242 / 0)}.hover\:ring-secondary-100\/5:hover{--tw-ring-color: rgb(254 247 242 / .05)}.hover\:ring-secondary-100\/10:hover{--tw-ring-color: rgb(254 247 242 / .1)}.hover\:ring-secondary-100\/20:hover{--tw-ring-color: rgb(254 247 242 / .2)}.hover\:ring-secondary-100\/25:hover{--tw-ring-color: rgb(254 247 242 / .25)}.hover\:ring-secondary-100\/30:hover{--tw-ring-color: rgb(254 247 242 / .3)}.hover\:ring-secondary-100\/40:hover{--tw-ring-color: rgb(254 247 242 / .4)}.hover\:ring-secondary-100\/50:hover{--tw-ring-color: rgb(254 247 242 / .5)}.hover\:ring-secondary-100\/60:hover{--tw-ring-color: rgb(254 247 242 / .6)}.hover\:ring-secondary-100\/70:hover{--tw-ring-color: rgb(254 247 242 / .7)}.hover\:ring-secondary-100\/75:hover{--tw-ring-color: rgb(254 247 242 / .75)}.hover\:ring-secondary-100\/80:hover{--tw-ring-color: rgb(254 247 242 / .8)}.hover\:ring-secondary-100\/90:hover{--tw-ring-color: rgb(254 247 242 / .9)}.hover\:ring-secondary-100\/95:hover{--tw-ring-color: rgb(254 247 242 / .95)}.hover\:ring-secondary-100\/100:hover{--tw-ring-color: rgb(254 247 242 / 1)}.hover\:ring-secondary-200\/0:hover{--tw-ring-color: rgb(254 240 228 / 0)}.hover\:ring-secondary-200\/5:hover{--tw-ring-color: rgb(254 240 228 / .05)}.hover\:ring-secondary-200\/10:hover{--tw-ring-color: rgb(254 240 228 / .1)}.hover\:ring-secondary-200\/20:hover{--tw-ring-color: rgb(254 240 228 / .2)}.hover\:ring-secondary-200\/25:hover{--tw-ring-color: rgb(254 240 228 / .25)}.hover\:ring-secondary-200\/30:hover{--tw-ring-color: rgb(254 240 228 / .3)}.hover\:ring-secondary-200\/40:hover{--tw-ring-color: rgb(254 240 228 / .4)}.hover\:ring-secondary-200\/50:hover{--tw-ring-color: rgb(254 240 228 / .5)}.hover\:ring-secondary-200\/60:hover{--tw-ring-color: rgb(254 240 228 / .6)}.hover\:ring-secondary-200\/70:hover{--tw-ring-color: rgb(254 240 228 / .7)}.hover\:ring-secondary-200\/75:hover{--tw-ring-color: rgb(254 240 228 / .75)}.hover\:ring-secondary-200\/80:hover{--tw-ring-color: rgb(254 240 228 / .8)}.hover\:ring-secondary-200\/90:hover{--tw-ring-color: rgb(254 240 228 / .9)}.hover\:ring-secondary-200\/95:hover{--tw-ring-color: rgb(254 240 228 / .95)}.hover\:ring-secondary-200\/100:hover{--tw-ring-color: rgb(254 240 228 / 1)}.hover\:ring-secondary-300\/0:hover{--tw-ring-color: rgb(253 225 198 / 0)}.hover\:ring-secondary-300\/5:hover{--tw-ring-color: rgb(253 225 198 / .05)}.hover\:ring-secondary-300\/10:hover{--tw-ring-color: rgb(253 225 198 / .1)}.hover\:ring-secondary-300\/20:hover{--tw-ring-color: rgb(253 225 198 / .2)}.hover\:ring-secondary-300\/25:hover{--tw-ring-color: rgb(253 225 198 / .25)}.hover\:ring-secondary-300\/30:hover{--tw-ring-color: rgb(253 225 198 / .3)}.hover\:ring-secondary-300\/40:hover{--tw-ring-color: rgb(253 225 198 / .4)}.hover\:ring-secondary-300\/50:hover{--tw-ring-color: rgb(253 225 198 / .5)}.hover\:ring-secondary-300\/60:hover{--tw-ring-color: rgb(253 225 198 / .6)}.hover\:ring-secondary-300\/70:hover{--tw-ring-color: rgb(253 225 198 / .7)}.hover\:ring-secondary-300\/75:hover{--tw-ring-color: rgb(253 225 198 / .75)}.hover\:ring-secondary-300\/80:hover{--tw-ring-color: rgb(253 225 198 / .8)}.hover\:ring-secondary-300\/90:hover{--tw-ring-color: rgb(253 225 198 / .9)}.hover\:ring-secondary-300\/95:hover{--tw-ring-color: rgb(253 225 198 / .95)}.hover\:ring-secondary-300\/100:hover{--tw-ring-color: rgb(253 225 198 / 1)}.hover\:ring-secondary-400\/0:hover{--tw-ring-color: rgb(252 209 162 / 0)}.hover\:ring-secondary-400\/5:hover{--tw-ring-color: rgb(252 209 162 / .05)}.hover\:ring-secondary-400\/10:hover{--tw-ring-color: rgb(252 209 162 / .1)}.hover\:ring-secondary-400\/20:hover{--tw-ring-color: rgb(252 209 162 / .2)}.hover\:ring-secondary-400\/25:hover{--tw-ring-color: rgb(252 209 162 / .25)}.hover\:ring-secondary-400\/30:hover{--tw-ring-color: rgb(252 209 162 / .3)}.hover\:ring-secondary-400\/40:hover{--tw-ring-color: rgb(252 209 162 / .4)}.hover\:ring-secondary-400\/50:hover{--tw-ring-color: rgb(252 209 162 / .5)}.hover\:ring-secondary-400\/60:hover{--tw-ring-color: rgb(252 209 162 / .6)}.hover\:ring-secondary-400\/70:hover{--tw-ring-color: rgb(252 209 162 / .7)}.hover\:ring-secondary-400\/75:hover{--tw-ring-color: rgb(252 209 162 / .75)}.hover\:ring-secondary-400\/80:hover{--tw-ring-color: rgb(252 209 162 / .8)}.hover\:ring-secondary-400\/90:hover{--tw-ring-color: rgb(252 209 162 / .9)}.hover\:ring-secondary-400\/95:hover{--tw-ring-color: rgb(252 209 162 / .95)}.hover\:ring-secondary-400\/100:hover{--tw-ring-color: rgb(252 209 162 / 1)}.hover\:ring-secondary-500\/0:hover{--tw-ring-color: rgb(251 191 117 / 0)}.hover\:ring-secondary-500\/5:hover{--tw-ring-color: rgb(251 191 117 / .05)}.hover\:ring-secondary-500\/10:hover{--tw-ring-color: rgb(251 191 117 / .1)}.hover\:ring-secondary-500\/20:hover{--tw-ring-color: rgb(251 191 117 / .2)}.hover\:ring-secondary-500\/25:hover{--tw-ring-color: rgb(251 191 117 / .25)}.hover\:ring-secondary-500\/30:hover{--tw-ring-color: rgb(251 191 117 / .3)}.hover\:ring-secondary-500\/40:hover{--tw-ring-color: rgb(251 191 117 / .4)}.hover\:ring-secondary-500\/50:hover{--tw-ring-color: rgb(251 191 117 / .5)}.hover\:ring-secondary-500\/60:hover{--tw-ring-color: rgb(251 191 117 / .6)}.hover\:ring-secondary-500\/70:hover{--tw-ring-color: rgb(251 191 117 / .7)}.hover\:ring-secondary-500\/75:hover{--tw-ring-color: rgb(251 191 117 / .75)}.hover\:ring-secondary-500\/80:hover{--tw-ring-color: rgb(251 191 117 / .8)}.hover\:ring-secondary-500\/90:hover{--tw-ring-color: rgb(251 191 117 / .9)}.hover\:ring-secondary-500\/95:hover{--tw-ring-color: rgb(251 191 117 / .95)}.hover\:ring-secondary-500\/100:hover{--tw-ring-color: rgb(251 191 117 / 1)}.hover\:ring-secondary-600\/0:hover{--tw-ring-color: rgb(250 172 30 / 0)}.hover\:ring-secondary-600\/5:hover{--tw-ring-color: rgb(250 172 30 / .05)}.hover\:ring-secondary-600\/10:hover{--tw-ring-color: rgb(250 172 30 / .1)}.hover\:ring-secondary-600\/20:hover{--tw-ring-color: rgb(250 172 30 / .2)}.hover\:ring-secondary-600\/25:hover{--tw-ring-color: rgb(250 172 30 / .25)}.hover\:ring-secondary-600\/30:hover{--tw-ring-color: rgb(250 172 30 / .3)}.hover\:ring-secondary-600\/40:hover{--tw-ring-color: rgb(250 172 30 / .4)}.hover\:ring-secondary-600\/50:hover{--tw-ring-color: rgb(250 172 30 / .5)}.hover\:ring-secondary-600\/60:hover{--tw-ring-color: rgb(250 172 30 / .6)}.hover\:ring-secondary-600\/70:hover{--tw-ring-color: rgb(250 172 30 / .7)}.hover\:ring-secondary-600\/75:hover{--tw-ring-color: rgb(250 172 30 / .75)}.hover\:ring-secondary-600\/80:hover{--tw-ring-color: rgb(250 172 30 / .8)}.hover\:ring-secondary-600\/90:hover{--tw-ring-color: rgb(250 172 30 / .9)}.hover\:ring-secondary-600\/95:hover{--tw-ring-color: rgb(250 172 30 / .95)}.hover\:ring-secondary-600\/100:hover{--tw-ring-color: rgb(250 172 30 / 1)}.hover\:ring-secondary-700\/0:hover{--tw-ring-color: rgb(223 153 26 / 0)}.hover\:ring-secondary-700\/5:hover{--tw-ring-color: rgb(223 153 26 / .05)}.hover\:ring-secondary-700\/10:hover{--tw-ring-color: rgb(223 153 26 / .1)}.hover\:ring-secondary-700\/20:hover{--tw-ring-color: rgb(223 153 26 / .2)}.hover\:ring-secondary-700\/25:hover{--tw-ring-color: rgb(223 153 26 / .25)}.hover\:ring-secondary-700\/30:hover{--tw-ring-color: rgb(223 153 26 / .3)}.hover\:ring-secondary-700\/40:hover{--tw-ring-color: rgb(223 153 26 / .4)}.hover\:ring-secondary-700\/50:hover{--tw-ring-color: rgb(223 153 26 / .5)}.hover\:ring-secondary-700\/60:hover{--tw-ring-color: rgb(223 153 26 / .6)}.hover\:ring-secondary-700\/70:hover{--tw-ring-color: rgb(223 153 26 / .7)}.hover\:ring-secondary-700\/75:hover{--tw-ring-color: rgb(223 153 26 / .75)}.hover\:ring-secondary-700\/80:hover{--tw-ring-color: rgb(223 153 26 / .8)}.hover\:ring-secondary-700\/90:hover{--tw-ring-color: rgb(223 153 26 / .9)}.hover\:ring-secondary-700\/95:hover{--tw-ring-color: rgb(223 153 26 / .95)}.hover\:ring-secondary-700\/100:hover{--tw-ring-color: rgb(223 153 26 / 1)}.hover\:ring-secondary-800\/0:hover{--tw-ring-color: rgb(193 133 23 / 0)}.hover\:ring-secondary-800\/5:hover{--tw-ring-color: rgb(193 133 23 / .05)}.hover\:ring-secondary-800\/10:hover{--tw-ring-color: rgb(193 133 23 / .1)}.hover\:ring-secondary-800\/20:hover{--tw-ring-color: rgb(193 133 23 / .2)}.hover\:ring-secondary-800\/25:hover{--tw-ring-color: rgb(193 133 23 / .25)}.hover\:ring-secondary-800\/30:hover{--tw-ring-color: rgb(193 133 23 / .3)}.hover\:ring-secondary-800\/40:hover{--tw-ring-color: rgb(193 133 23 / .4)}.hover\:ring-secondary-800\/50:hover{--tw-ring-color: rgb(193 133 23 / .5)}.hover\:ring-secondary-800\/60:hover{--tw-ring-color: rgb(193 133 23 / .6)}.hover\:ring-secondary-800\/70:hover{--tw-ring-color: rgb(193 133 23 / .7)}.hover\:ring-secondary-800\/75:hover{--tw-ring-color: rgb(193 133 23 / .75)}.hover\:ring-secondary-800\/80:hover{--tw-ring-color: rgb(193 133 23 / .8)}.hover\:ring-secondary-800\/90:hover{--tw-ring-color: rgb(193 133 23 / .9)}.hover\:ring-secondary-800\/95:hover{--tw-ring-color: rgb(193 133 23 / .95)}.hover\:ring-secondary-800\/100:hover{--tw-ring-color: rgb(193 133 23 / 1)}.hover\:ring-secondary-900\/0:hover{--tw-ring-color: rgb(158 108 18 / 0)}.hover\:ring-secondary-900\/5:hover{--tw-ring-color: rgb(158 108 18 / .05)}.hover\:ring-secondary-900\/10:hover{--tw-ring-color: rgb(158 108 18 / .1)}.hover\:ring-secondary-900\/20:hover{--tw-ring-color: rgb(158 108 18 / .2)}.hover\:ring-secondary-900\/25:hover{--tw-ring-color: rgb(158 108 18 / .25)}.hover\:ring-secondary-900\/30:hover{--tw-ring-color: rgb(158 108 18 / .3)}.hover\:ring-secondary-900\/40:hover{--tw-ring-color: rgb(158 108 18 / .4)}.hover\:ring-secondary-900\/50:hover{--tw-ring-color: rgb(158 108 18 / .5)}.hover\:ring-secondary-900\/60:hover{--tw-ring-color: rgb(158 108 18 / .6)}.hover\:ring-secondary-900\/70:hover{--tw-ring-color: rgb(158 108 18 / .7)}.hover\:ring-secondary-900\/75:hover{--tw-ring-color: rgb(158 108 18 / .75)}.hover\:ring-secondary-900\/80:hover{--tw-ring-color: rgb(158 108 18 / .8)}.hover\:ring-secondary-900\/90:hover{--tw-ring-color: rgb(158 108 18 / .9)}.hover\:ring-secondary-900\/95:hover{--tw-ring-color: rgb(158 108 18 / .95)}.hover\:ring-secondary-900\/100:hover{--tw-ring-color: rgb(158 108 18 / 1)}.hover\:ring-secondary-1000\/0:hover{--tw-ring-color: rgb(111 76 13 / 0)}.hover\:ring-secondary-1000\/5:hover{--tw-ring-color: rgb(111 76 13 / .05)}.hover\:ring-secondary-1000\/10:hover{--tw-ring-color: rgb(111 76 13 / .1)}.hover\:ring-secondary-1000\/20:hover{--tw-ring-color: rgb(111 76 13 / .2)}.hover\:ring-secondary-1000\/25:hover{--tw-ring-color: rgb(111 76 13 / .25)}.hover\:ring-secondary-1000\/30:hover{--tw-ring-color: rgb(111 76 13 / .3)}.hover\:ring-secondary-1000\/40:hover{--tw-ring-color: rgb(111 76 13 / .4)}.hover\:ring-secondary-1000\/50:hover{--tw-ring-color: rgb(111 76 13 / .5)}.hover\:ring-secondary-1000\/60:hover{--tw-ring-color: rgb(111 76 13 / .6)}.hover\:ring-secondary-1000\/70:hover{--tw-ring-color: rgb(111 76 13 / .7)}.hover\:ring-secondary-1000\/75:hover{--tw-ring-color: rgb(111 76 13 / .75)}.hover\:ring-secondary-1000\/80:hover{--tw-ring-color: rgb(111 76 13 / .8)}.hover\:ring-secondary-1000\/90:hover{--tw-ring-color: rgb(111 76 13 / .9)}.hover\:ring-secondary-1000\/95:hover{--tw-ring-color: rgb(111 76 13 / .95)}.hover\:ring-secondary-1000\/100:hover{--tw-ring-color: rgb(111 76 13 / 1)}.hover\:ring-grey-100\/0:hover{--tw-ring-color: rgb(242 243 244 / 0)}.hover\:ring-grey-100\/5:hover{--tw-ring-color: rgb(242 243 244 / .05)}.hover\:ring-grey-100\/10:hover{--tw-ring-color: rgb(242 243 244 / .1)}.hover\:ring-grey-100\/20:hover{--tw-ring-color: rgb(242 243 244 / .2)}.hover\:ring-grey-100\/25:hover{--tw-ring-color: rgb(242 243 244 / .25)}.hover\:ring-grey-100\/30:hover{--tw-ring-color: rgb(242 243 244 / .3)}.hover\:ring-grey-100\/40:hover{--tw-ring-color: rgb(242 243 244 / .4)}.hover\:ring-grey-100\/50:hover{--tw-ring-color: rgb(242 243 244 / .5)}.hover\:ring-grey-100\/60:hover{--tw-ring-color: rgb(242 243 244 / .6)}.hover\:ring-grey-100\/70:hover{--tw-ring-color: rgb(242 243 244 / .7)}.hover\:ring-grey-100\/75:hover{--tw-ring-color: rgb(242 243 244 / .75)}.hover\:ring-grey-100\/80:hover{--tw-ring-color: rgb(242 243 244 / .8)}.hover\:ring-grey-100\/90:hover{--tw-ring-color: rgb(242 243 244 / .9)}.hover\:ring-grey-100\/95:hover{--tw-ring-color: rgb(242 243 244 / .95)}.hover\:ring-grey-100\/100:hover{--tw-ring-color: rgb(242 243 244 / 1)}.hover\:ring-grey-200\/0:hover{--tw-ring-color: rgb(230 231 232 / 0)}.hover\:ring-grey-200\/5:hover{--tw-ring-color: rgb(230 231 232 / .05)}.hover\:ring-grey-200\/10:hover{--tw-ring-color: rgb(230 231 232 / .1)}.hover\:ring-grey-200\/20:hover{--tw-ring-color: rgb(230 231 232 / .2)}.hover\:ring-grey-200\/25:hover{--tw-ring-color: rgb(230 231 232 / .25)}.hover\:ring-grey-200\/30:hover{--tw-ring-color: rgb(230 231 232 / .3)}.hover\:ring-grey-200\/40:hover{--tw-ring-color: rgb(230 231 232 / .4)}.hover\:ring-grey-200\/50:hover{--tw-ring-color: rgb(230 231 232 / .5)}.hover\:ring-grey-200\/60:hover{--tw-ring-color: rgb(230 231 232 / .6)}.hover\:ring-grey-200\/70:hover{--tw-ring-color: rgb(230 231 232 / .7)}.hover\:ring-grey-200\/75:hover{--tw-ring-color: rgb(230 231 232 / .75)}.hover\:ring-grey-200\/80:hover{--tw-ring-color: rgb(230 231 232 / .8)}.hover\:ring-grey-200\/90:hover{--tw-ring-color: rgb(230 231 232 / .9)}.hover\:ring-grey-200\/95:hover{--tw-ring-color: rgb(230 231 232 / .95)}.hover\:ring-grey-200\/100:hover{--tw-ring-color: rgb(230 231 232 / 1)}.hover\:ring-grey-300\/0:hover{--tw-ring-color: rgb(202 204 208 / 0)}.hover\:ring-grey-300\/5:hover{--tw-ring-color: rgb(202 204 208 / .05)}.hover\:ring-grey-300\/10:hover{--tw-ring-color: rgb(202 204 208 / .1)}.hover\:ring-grey-300\/20:hover{--tw-ring-color: rgb(202 204 208 / .2)}.hover\:ring-grey-300\/25:hover{--tw-ring-color: rgb(202 204 208 / .25)}.hover\:ring-grey-300\/30:hover{--tw-ring-color: rgb(202 204 208 / .3)}.hover\:ring-grey-300\/40:hover{--tw-ring-color: rgb(202 204 208 / .4)}.hover\:ring-grey-300\/50:hover{--tw-ring-color: rgb(202 204 208 / .5)}.hover\:ring-grey-300\/60:hover{--tw-ring-color: rgb(202 204 208 / .6)}.hover\:ring-grey-300\/70:hover{--tw-ring-color: rgb(202 204 208 / .7)}.hover\:ring-grey-300\/75:hover{--tw-ring-color: rgb(202 204 208 / .75)}.hover\:ring-grey-300\/80:hover{--tw-ring-color: rgb(202 204 208 / .8)}.hover\:ring-grey-300\/90:hover{--tw-ring-color: rgb(202 204 208 / .9)}.hover\:ring-grey-300\/95:hover{--tw-ring-color: rgb(202 204 208 / .95)}.hover\:ring-grey-300\/100:hover{--tw-ring-color: rgb(202 204 208 / 1)}.hover\:ring-grey-400\/0:hover{--tw-ring-color: rgb(170 174 180 / 0)}.hover\:ring-grey-400\/5:hover{--tw-ring-color: rgb(170 174 180 / .05)}.hover\:ring-grey-400\/10:hover{--tw-ring-color: rgb(170 174 180 / .1)}.hover\:ring-grey-400\/20:hover{--tw-ring-color: rgb(170 174 180 / .2)}.hover\:ring-grey-400\/25:hover{--tw-ring-color: rgb(170 174 180 / .25)}.hover\:ring-grey-400\/30:hover{--tw-ring-color: rgb(170 174 180 / .3)}.hover\:ring-grey-400\/40:hover{--tw-ring-color: rgb(170 174 180 / .4)}.hover\:ring-grey-400\/50:hover{--tw-ring-color: rgb(170 174 180 / .5)}.hover\:ring-grey-400\/60:hover{--tw-ring-color: rgb(170 174 180 / .6)}.hover\:ring-grey-400\/70:hover{--tw-ring-color: rgb(170 174 180 / .7)}.hover\:ring-grey-400\/75:hover{--tw-ring-color: rgb(170 174 180 / .75)}.hover\:ring-grey-400\/80:hover{--tw-ring-color: rgb(170 174 180 / .8)}.hover\:ring-grey-400\/90:hover{--tw-ring-color: rgb(170 174 180 / .9)}.hover\:ring-grey-400\/95:hover{--tw-ring-color: rgb(170 174 180 / .95)}.hover\:ring-grey-400\/100:hover{--tw-ring-color: rgb(170 174 180 / 1)}.hover\:ring-grey-500\/0:hover{--tw-ring-color: rgb(130 137 147 / 0)}.hover\:ring-grey-500\/5:hover{--tw-ring-color: rgb(130 137 147 / .05)}.hover\:ring-grey-500\/10:hover{--tw-ring-color: rgb(130 137 147 / .1)}.hover\:ring-grey-500\/20:hover{--tw-ring-color: rgb(130 137 147 / .2)}.hover\:ring-grey-500\/25:hover{--tw-ring-color: rgb(130 137 147 / .25)}.hover\:ring-grey-500\/30:hover{--tw-ring-color: rgb(130 137 147 / .3)}.hover\:ring-grey-500\/40:hover{--tw-ring-color: rgb(130 137 147 / .4)}.hover\:ring-grey-500\/50:hover{--tw-ring-color: rgb(130 137 147 / .5)}.hover\:ring-grey-500\/60:hover{--tw-ring-color: rgb(130 137 147 / .6)}.hover\:ring-grey-500\/70:hover{--tw-ring-color: rgb(130 137 147 / .7)}.hover\:ring-grey-500\/75:hover{--tw-ring-color: rgb(130 137 147 / .75)}.hover\:ring-grey-500\/80:hover{--tw-ring-color: rgb(130 137 147 / .8)}.hover\:ring-grey-500\/90:hover{--tw-ring-color: rgb(130 137 147 / .9)}.hover\:ring-grey-500\/95:hover{--tw-ring-color: rgb(130 137 147 / .95)}.hover\:ring-grey-500\/100:hover{--tw-ring-color: rgb(130 137 147 / 1)}.hover\:ring-grey-600\/0:hover{--tw-ring-color: rgb(71 85 105 / 0)}.hover\:ring-grey-600\/5:hover{--tw-ring-color: rgb(71 85 105 / .05)}.hover\:ring-grey-600\/10:hover{--tw-ring-color: rgb(71 85 105 / .1)}.hover\:ring-grey-600\/20:hover{--tw-ring-color: rgb(71 85 105 / .2)}.hover\:ring-grey-600\/25:hover{--tw-ring-color: rgb(71 85 105 / .25)}.hover\:ring-grey-600\/30:hover{--tw-ring-color: rgb(71 85 105 / .3)}.hover\:ring-grey-600\/40:hover{--tw-ring-color: rgb(71 85 105 / .4)}.hover\:ring-grey-600\/50:hover{--tw-ring-color: rgb(71 85 105 / .5)}.hover\:ring-grey-600\/60:hover{--tw-ring-color: rgb(71 85 105 / .6)}.hover\:ring-grey-600\/70:hover{--tw-ring-color: rgb(71 85 105 / .7)}.hover\:ring-grey-600\/75:hover{--tw-ring-color: rgb(71 85 105 / .75)}.hover\:ring-grey-600\/80:hover{--tw-ring-color: rgb(71 85 105 / .8)}.hover\:ring-grey-600\/90:hover{--tw-ring-color: rgb(71 85 105 / .9)}.hover\:ring-grey-600\/95:hover{--tw-ring-color: rgb(71 85 105 / .95)}.hover\:ring-grey-600\/100:hover{--tw-ring-color: rgb(71 85 105 / 1)}.hover\:ring-grey-700\/0:hover{--tw-ring-color: rgb(63 76 93 / 0)}.hover\:ring-grey-700\/5:hover{--tw-ring-color: rgb(63 76 93 / .05)}.hover\:ring-grey-700\/10:hover{--tw-ring-color: rgb(63 76 93 / .1)}.hover\:ring-grey-700\/20:hover{--tw-ring-color: rgb(63 76 93 / .2)}.hover\:ring-grey-700\/25:hover{--tw-ring-color: rgb(63 76 93 / .25)}.hover\:ring-grey-700\/30:hover{--tw-ring-color: rgb(63 76 93 / .3)}.hover\:ring-grey-700\/40:hover{--tw-ring-color: rgb(63 76 93 / .4)}.hover\:ring-grey-700\/50:hover{--tw-ring-color: rgb(63 76 93 / .5)}.hover\:ring-grey-700\/60:hover{--tw-ring-color: rgb(63 76 93 / .6)}.hover\:ring-grey-700\/70:hover{--tw-ring-color: rgb(63 76 93 / .7)}.hover\:ring-grey-700\/75:hover{--tw-ring-color: rgb(63 76 93 / .75)}.hover\:ring-grey-700\/80:hover{--tw-ring-color: rgb(63 76 93 / .8)}.hover\:ring-grey-700\/90:hover{--tw-ring-color: rgb(63 76 93 / .9)}.hover\:ring-grey-700\/95:hover{--tw-ring-color: rgb(63 76 93 / .95)}.hover\:ring-grey-700\/100:hover{--tw-ring-color: rgb(63 76 93 / 1)}.hover\:ring-grey-800\/0:hover{--tw-ring-color: rgb(54 65 81 / 0)}.hover\:ring-grey-800\/5:hover{--tw-ring-color: rgb(54 65 81 / .05)}.hover\:ring-grey-800\/10:hover{--tw-ring-color: rgb(54 65 81 / .1)}.hover\:ring-grey-800\/20:hover{--tw-ring-color: rgb(54 65 81 / .2)}.hover\:ring-grey-800\/25:hover{--tw-ring-color: rgb(54 65 81 / .25)}.hover\:ring-grey-800\/30:hover{--tw-ring-color: rgb(54 65 81 / .3)}.hover\:ring-grey-800\/40:hover{--tw-ring-color: rgb(54 65 81 / .4)}.hover\:ring-grey-800\/50:hover{--tw-ring-color: rgb(54 65 81 / .5)}.hover\:ring-grey-800\/60:hover{--tw-ring-color: rgb(54 65 81 / .6)}.hover\:ring-grey-800\/70:hover{--tw-ring-color: rgb(54 65 81 / .7)}.hover\:ring-grey-800\/75:hover{--tw-ring-color: rgb(54 65 81 / .75)}.hover\:ring-grey-800\/80:hover{--tw-ring-color: rgb(54 65 81 / .8)}.hover\:ring-grey-800\/90:hover{--tw-ring-color: rgb(54 65 81 / .9)}.hover\:ring-grey-800\/95:hover{--tw-ring-color: rgb(54 65 81 / .95)}.hover\:ring-grey-800\/100:hover{--tw-ring-color: rgb(54 65 81 / 1)}.hover\:ring-grey-900\/0:hover{--tw-ring-color: rgb(44 53 66 / 0)}.hover\:ring-grey-900\/5:hover{--tw-ring-color: rgb(44 53 66 / .05)}.hover\:ring-grey-900\/10:hover{--tw-ring-color: rgb(44 53 66 / .1)}.hover\:ring-grey-900\/20:hover{--tw-ring-color: rgb(44 53 66 / .2)}.hover\:ring-grey-900\/25:hover{--tw-ring-color: rgb(44 53 66 / .25)}.hover\:ring-grey-900\/30:hover{--tw-ring-color: rgb(44 53 66 / .3)}.hover\:ring-grey-900\/40:hover{--tw-ring-color: rgb(44 53 66 / .4)}.hover\:ring-grey-900\/50:hover{--tw-ring-color: rgb(44 53 66 / .5)}.hover\:ring-grey-900\/60:hover{--tw-ring-color: rgb(44 53 66 / .6)}.hover\:ring-grey-900\/70:hover{--tw-ring-color: rgb(44 53 66 / .7)}.hover\:ring-grey-900\/75:hover{--tw-ring-color: rgb(44 53 66 / .75)}.hover\:ring-grey-900\/80:hover{--tw-ring-color: rgb(44 53 66 / .8)}.hover\:ring-grey-900\/90:hover{--tw-ring-color: rgb(44 53 66 / .9)}.hover\:ring-grey-900\/95:hover{--tw-ring-color: rgb(44 53 66 / .95)}.hover\:ring-grey-900\/100:hover{--tw-ring-color: rgb(44 53 66 / 1)}.hover\:ring-grey-1000\/0:hover{--tw-ring-color: rgb(31 38 46 / 0)}.hover\:ring-grey-1000\/5:hover{--tw-ring-color: rgb(31 38 46 / .05)}.hover\:ring-grey-1000\/10:hover{--tw-ring-color: rgb(31 38 46 / .1)}.hover\:ring-grey-1000\/20:hover{--tw-ring-color: rgb(31 38 46 / .2)}.hover\:ring-grey-1000\/25:hover{--tw-ring-color: rgb(31 38 46 / .25)}.hover\:ring-grey-1000\/30:hover{--tw-ring-color: rgb(31 38 46 / .3)}.hover\:ring-grey-1000\/40:hover{--tw-ring-color: rgb(31 38 46 / .4)}.hover\:ring-grey-1000\/50:hover{--tw-ring-color: rgb(31 38 46 / .5)}.hover\:ring-grey-1000\/60:hover{--tw-ring-color: rgb(31 38 46 / .6)}.hover\:ring-grey-1000\/70:hover{--tw-ring-color: rgb(31 38 46 / .7)}.hover\:ring-grey-1000\/75:hover{--tw-ring-color: rgb(31 38 46 / .75)}.hover\:ring-grey-1000\/80:hover{--tw-ring-color: rgb(31 38 46 / .8)}.hover\:ring-grey-1000\/90:hover{--tw-ring-color: rgb(31 38 46 / .9)}.hover\:ring-grey-1000\/95:hover{--tw-ring-color: rgb(31 38 46 / .95)}.hover\:ring-grey-1000\/100:hover{--tw-ring-color: rgb(31 38 46 / 1)}.hover\:ring-green-1000\/0:hover{--tw-ring-color: rgb(23 94 68 / 0)}.hover\:ring-green-1000\/5:hover{--tw-ring-color: rgb(23 94 68 / .05)}.hover\:ring-green-1000\/10:hover{--tw-ring-color: rgb(23 94 68 / .1)}.hover\:ring-green-1000\/20:hover{--tw-ring-color: rgb(23 94 68 / .2)}.hover\:ring-green-1000\/25:hover{--tw-ring-color: rgb(23 94 68 / .25)}.hover\:ring-green-1000\/30:hover{--tw-ring-color: rgb(23 94 68 / .3)}.hover\:ring-green-1000\/40:hover{--tw-ring-color: rgb(23 94 68 / .4)}.hover\:ring-green-1000\/50:hover{--tw-ring-color: rgb(23 94 68 / .5)}.hover\:ring-green-1000\/60:hover{--tw-ring-color: rgb(23 94 68 / .6)}.hover\:ring-green-1000\/70:hover{--tw-ring-color: rgb(23 94 68 / .7)}.hover\:ring-green-1000\/75:hover{--tw-ring-color: rgb(23 94 68 / .75)}.hover\:ring-green-1000\/80:hover{--tw-ring-color: rgb(23 94 68 / .8)}.hover\:ring-green-1000\/90:hover{--tw-ring-color: rgb(23 94 68 / .9)}.hover\:ring-green-1000\/95:hover{--tw-ring-color: rgb(23 94 68 / .95)}.hover\:ring-green-1000\/100:hover{--tw-ring-color: rgb(23 94 68 / 1)}.hover\:ring-blue-1000\/0:hover{--tw-ring-color: rgb(16 44 105 / 0)}.hover\:ring-blue-1000\/5:hover{--tw-ring-color: rgb(16 44 105 / .05)}.hover\:ring-blue-1000\/10:hover{--tw-ring-color: rgb(16 44 105 / .1)}.hover\:ring-blue-1000\/20:hover{--tw-ring-color: rgb(16 44 105 / .2)}.hover\:ring-blue-1000\/25:hover{--tw-ring-color: rgb(16 44 105 / .25)}.hover\:ring-blue-1000\/30:hover{--tw-ring-color: rgb(16 44 105 / .3)}.hover\:ring-blue-1000\/40:hover{--tw-ring-color: rgb(16 44 105 / .4)}.hover\:ring-blue-1000\/50:hover{--tw-ring-color: rgb(16 44 105 / .5)}.hover\:ring-blue-1000\/60:hover{--tw-ring-color: rgb(16 44 105 / .6)}.hover\:ring-blue-1000\/70:hover{--tw-ring-color: rgb(16 44 105 / .7)}.hover\:ring-blue-1000\/75:hover{--tw-ring-color: rgb(16 44 105 / .75)}.hover\:ring-blue-1000\/80:hover{--tw-ring-color: rgb(16 44 105 / .8)}.hover\:ring-blue-1000\/90:hover{--tw-ring-color: rgb(16 44 105 / .9)}.hover\:ring-blue-1000\/95:hover{--tw-ring-color: rgb(16 44 105 / .95)}.hover\:ring-blue-1000\/100:hover{--tw-ring-color: rgb(16 44 105 / 1)}.hover\:ring-orange-1000\/0:hover{--tw-ring-color: rgb(104 39 5 / 0)}.hover\:ring-orange-1000\/5:hover{--tw-ring-color: rgb(104 39 5 / .05)}.hover\:ring-orange-1000\/10:hover{--tw-ring-color: rgb(104 39 5 / .1)}.hover\:ring-orange-1000\/20:hover{--tw-ring-color: rgb(104 39 5 / .2)}.hover\:ring-orange-1000\/25:hover{--tw-ring-color: rgb(104 39 5 / .25)}.hover\:ring-orange-1000\/30:hover{--tw-ring-color: rgb(104 39 5 / .3)}.hover\:ring-orange-1000\/40:hover{--tw-ring-color: rgb(104 39 5 / .4)}.hover\:ring-orange-1000\/50:hover{--tw-ring-color: rgb(104 39 5 / .5)}.hover\:ring-orange-1000\/60:hover{--tw-ring-color: rgb(104 39 5 / .6)}.hover\:ring-orange-1000\/70:hover{--tw-ring-color: rgb(104 39 5 / .7)}.hover\:ring-orange-1000\/75:hover{--tw-ring-color: rgb(104 39 5 / .75)}.hover\:ring-orange-1000\/80:hover{--tw-ring-color: rgb(104 39 5 / .8)}.hover\:ring-orange-1000\/90:hover{--tw-ring-color: rgb(104 39 5 / .9)}.hover\:ring-orange-1000\/95:hover{--tw-ring-color: rgb(104 39 5 / .95)}.hover\:ring-orange-1000\/100:hover{--tw-ring-color: rgb(104 39 5 / 1)}.hover\:ring-red-1000\/0:hover{--tw-ring-color: rgb(98 16 16 / 0)}.hover\:ring-red-1000\/5:hover{--tw-ring-color: rgb(98 16 16 / .05)}.hover\:ring-red-1000\/10:hover{--tw-ring-color: rgb(98 16 16 / .1)}.hover\:ring-red-1000\/20:hover{--tw-ring-color: rgb(98 16 16 / .2)}.hover\:ring-red-1000\/25:hover{--tw-ring-color: rgb(98 16 16 / .25)}.hover\:ring-red-1000\/30:hover{--tw-ring-color: rgb(98 16 16 / .3)}.hover\:ring-red-1000\/40:hover{--tw-ring-color: rgb(98 16 16 / .4)}.hover\:ring-red-1000\/50:hover{--tw-ring-color: rgb(98 16 16 / .5)}.hover\:ring-red-1000\/60:hover{--tw-ring-color: rgb(98 16 16 / .6)}.hover\:ring-red-1000\/70:hover{--tw-ring-color: rgb(98 16 16 / .7)}.hover\:ring-red-1000\/75:hover{--tw-ring-color: rgb(98 16 16 / .75)}.hover\:ring-red-1000\/80:hover{--tw-ring-color: rgb(98 16 16 / .8)}.hover\:ring-red-1000\/90:hover{--tw-ring-color: rgb(98 16 16 / .9)}.hover\:ring-red-1000\/95:hover{--tw-ring-color: rgb(98 16 16 / .95)}.hover\:ring-red-1000\/100:hover{--tw-ring-color: rgb(98 16 16 / 1)}.hover\:ring-primary\/0:hover{--tw-ring-color: rgb(167 139 250 / 0)}.hover\:ring-primary\/5:hover{--tw-ring-color: rgb(167 139 250 / .05)}.hover\:ring-primary\/10:hover{--tw-ring-color: rgb(167 139 250 / .1)}.hover\:ring-primary\/20:hover{--tw-ring-color: rgb(167 139 250 / .2)}.hover\:ring-primary\/25:hover{--tw-ring-color: rgb(167 139 250 / .25)}.hover\:ring-primary\/30:hover{--tw-ring-color: rgb(167 139 250 / .3)}.hover\:ring-primary\/40:hover{--tw-ring-color: rgb(167 139 250 / .4)}.hover\:ring-primary\/50:hover{--tw-ring-color: rgb(167 139 250 / .5)}.hover\:ring-primary\/60:hover{--tw-ring-color: rgb(167 139 250 / .6)}.hover\:ring-primary\/70:hover{--tw-ring-color: rgb(167 139 250 / .7)}.hover\:ring-primary\/75:hover{--tw-ring-color: rgb(167 139 250 / .75)}.hover\:ring-primary\/80:hover{--tw-ring-color: rgb(167 139 250 / .8)}.hover\:ring-primary\/90:hover{--tw-ring-color: rgb(167 139 250 / .9)}.hover\:ring-primary\/95:hover{--tw-ring-color: rgb(167 139 250 / .95)}.hover\:ring-primary\/100:hover{--tw-ring-color: rgb(167 139 250 / 1)}.hover\:ring-primary-light\/0:hover{--tw-ring-color: rgb(247 245 254 / 0)}.hover\:ring-primary-light\/5:hover{--tw-ring-color: rgb(247 245 254 / .05)}.hover\:ring-primary-light\/10:hover{--tw-ring-color: rgb(247 245 254 / .1)}.hover\:ring-primary-light\/20:hover{--tw-ring-color: rgb(247 245 254 / .2)}.hover\:ring-primary-light\/25:hover{--tw-ring-color: rgb(247 245 254 / .25)}.hover\:ring-primary-light\/30:hover{--tw-ring-color: rgb(247 245 254 / .3)}.hover\:ring-primary-light\/40:hover{--tw-ring-color: rgb(247 245 254 / .4)}.hover\:ring-primary-light\/50:hover{--tw-ring-color: rgb(247 245 254 / .5)}.hover\:ring-primary-light\/60:hover{--tw-ring-color: rgb(247 245 254 / .6)}.hover\:ring-primary-light\/70:hover{--tw-ring-color: rgb(247 245 254 / .7)}.hover\:ring-primary-light\/75:hover{--tw-ring-color: rgb(247 245 254 / .75)}.hover\:ring-primary-light\/80:hover{--tw-ring-color: rgb(247 245 254 / .8)}.hover\:ring-primary-light\/90:hover{--tw-ring-color: rgb(247 245 254 / .9)}.hover\:ring-primary-light\/95:hover{--tw-ring-color: rgb(247 245 254 / .95)}.hover\:ring-primary-light\/100:hover{--tw-ring-color: rgb(247 245 254 / 1)}.hover\:ring-primary-dark\/0:hover{--tw-ring-color: rgb(105 87 158 / 0)}.hover\:ring-primary-dark\/5:hover{--tw-ring-color: rgb(105 87 158 / .05)}.hover\:ring-primary-dark\/10:hover{--tw-ring-color: rgb(105 87 158 / .1)}.hover\:ring-primary-dark\/20:hover{--tw-ring-color: rgb(105 87 158 / .2)}.hover\:ring-primary-dark\/25:hover{--tw-ring-color: rgb(105 87 158 / .25)}.hover\:ring-primary-dark\/30:hover{--tw-ring-color: rgb(105 87 158 / .3)}.hover\:ring-primary-dark\/40:hover{--tw-ring-color: rgb(105 87 158 / .4)}.hover\:ring-primary-dark\/50:hover{--tw-ring-color: rgb(105 87 158 / .5)}.hover\:ring-primary-dark\/60:hover{--tw-ring-color: rgb(105 87 158 / .6)}.hover\:ring-primary-dark\/70:hover{--tw-ring-color: rgb(105 87 158 / .7)}.hover\:ring-primary-dark\/75:hover{--tw-ring-color: rgb(105 87 158 / .75)}.hover\:ring-primary-dark\/80:hover{--tw-ring-color: rgb(105 87 158 / .8)}.hover\:ring-primary-dark\/90:hover{--tw-ring-color: rgb(105 87 158 / .9)}.hover\:ring-primary-dark\/95:hover{--tw-ring-color: rgb(105 87 158 / .95)}.hover\:ring-primary-dark\/100:hover{--tw-ring-color: rgb(105 87 158 / 1)}.hover\:ring-info\/0:hover{--tw-ring-color: rgb(118 144 239 / 0)}.hover\:ring-info\/5:hover{--tw-ring-color: rgb(118 144 239 / .05)}.hover\:ring-info\/10:hover{--tw-ring-color: rgb(118 144 239 / .1)}.hover\:ring-info\/20:hover{--tw-ring-color: rgb(118 144 239 / .2)}.hover\:ring-info\/25:hover{--tw-ring-color: rgb(118 144 239 / .25)}.hover\:ring-info\/30:hover{--tw-ring-color: rgb(118 144 239 / .3)}.hover\:ring-info\/40:hover{--tw-ring-color: rgb(118 144 239 / .4)}.hover\:ring-info\/50:hover{--tw-ring-color: rgb(118 144 239 / .5)}.hover\:ring-info\/60:hover{--tw-ring-color: rgb(118 144 239 / .6)}.hover\:ring-info\/70:hover{--tw-ring-color: rgb(118 144 239 / .7)}.hover\:ring-info\/75:hover{--tw-ring-color: rgb(118 144 239 / .75)}.hover\:ring-info\/80:hover{--tw-ring-color: rgb(118 144 239 / .8)}.hover\:ring-info\/90:hover{--tw-ring-color: rgb(118 144 239 / .9)}.hover\:ring-info\/95:hover{--tw-ring-color: rgb(118 144 239 / .95)}.hover\:ring-info\/100:hover{--tw-ring-color: rgb(118 144 239 / 1)}.hover\:ring-info-light\/0:hover{--tw-ring-color: rgb(242 243 253 / 0)}.hover\:ring-info-light\/5:hover{--tw-ring-color: rgb(242 243 253 / .05)}.hover\:ring-info-light\/10:hover{--tw-ring-color: rgb(242 243 253 / .1)}.hover\:ring-info-light\/20:hover{--tw-ring-color: rgb(242 243 253 / .2)}.hover\:ring-info-light\/25:hover{--tw-ring-color: rgb(242 243 253 / .25)}.hover\:ring-info-light\/30:hover{--tw-ring-color: rgb(242 243 253 / .3)}.hover\:ring-info-light\/40:hover{--tw-ring-color: rgb(242 243 253 / .4)}.hover\:ring-info-light\/50:hover{--tw-ring-color: rgb(242 243 253 / .5)}.hover\:ring-info-light\/60:hover{--tw-ring-color: rgb(242 243 253 / .6)}.hover\:ring-info-light\/70:hover{--tw-ring-color: rgb(242 243 253 / .7)}.hover\:ring-info-light\/75:hover{--tw-ring-color: rgb(242 243 253 / .75)}.hover\:ring-info-light\/80:hover{--tw-ring-color: rgb(242 243 253 / .8)}.hover\:ring-info-light\/90:hover{--tw-ring-color: rgb(242 243 253 / .9)}.hover\:ring-info-light\/95:hover{--tw-ring-color: rgb(242 243 253 / .95)}.hover\:ring-info-light\/100:hover{--tw-ring-color: rgb(242 243 253 / 1)}.hover\:ring-info-dark\/0:hover{--tw-ring-color: rgb(33 88 210 / 0)}.hover\:ring-info-dark\/5:hover{--tw-ring-color: rgb(33 88 210 / .05)}.hover\:ring-info-dark\/10:hover{--tw-ring-color: rgb(33 88 210 / .1)}.hover\:ring-info-dark\/20:hover{--tw-ring-color: rgb(33 88 210 / .2)}.hover\:ring-info-dark\/25:hover{--tw-ring-color: rgb(33 88 210 / .25)}.hover\:ring-info-dark\/30:hover{--tw-ring-color: rgb(33 88 210 / .3)}.hover\:ring-info-dark\/40:hover{--tw-ring-color: rgb(33 88 210 / .4)}.hover\:ring-info-dark\/50:hover{--tw-ring-color: rgb(33 88 210 / .5)}.hover\:ring-info-dark\/60:hover{--tw-ring-color: rgb(33 88 210 / .6)}.hover\:ring-info-dark\/70:hover{--tw-ring-color: rgb(33 88 210 / .7)}.hover\:ring-info-dark\/75:hover{--tw-ring-color: rgb(33 88 210 / .75)}.hover\:ring-info-dark\/80:hover{--tw-ring-color: rgb(33 88 210 / .8)}.hover\:ring-info-dark\/90:hover{--tw-ring-color: rgb(33 88 210 / .9)}.hover\:ring-info-dark\/95:hover{--tw-ring-color: rgb(33 88 210 / .95)}.hover\:ring-info-dark\/100:hover{--tw-ring-color: rgb(33 88 210 / 1)}.hover\:ring-success\/0:hover{--tw-ring-color: rgb(40 163 118 / 0)}.hover\:ring-success\/5:hover{--tw-ring-color: rgb(40 163 118 / .05)}.hover\:ring-success\/10:hover{--tw-ring-color: rgb(40 163 118 / .1)}.hover\:ring-success\/20:hover{--tw-ring-color: rgb(40 163 118 / .2)}.hover\:ring-success\/25:hover{--tw-ring-color: rgb(40 163 118 / .25)}.hover\:ring-success\/30:hover{--tw-ring-color: rgb(40 163 118 / .3)}.hover\:ring-success\/40:hover{--tw-ring-color: rgb(40 163 118 / .4)}.hover\:ring-success\/50:hover{--tw-ring-color: rgb(40 163 118 / .5)}.hover\:ring-success\/60:hover{--tw-ring-color: rgb(40 163 118 / .6)}.hover\:ring-success\/70:hover{--tw-ring-color: rgb(40 163 118 / .7)}.hover\:ring-success\/75:hover{--tw-ring-color: rgb(40 163 118 / .75)}.hover\:ring-success\/80:hover{--tw-ring-color: rgb(40 163 118 / .8)}.hover\:ring-success\/90:hover{--tw-ring-color: rgb(40 163 118 / .9)}.hover\:ring-success\/95:hover{--tw-ring-color: rgb(40 163 118 / .95)}.hover\:ring-success\/100:hover{--tw-ring-color: rgb(40 163 118 / 1)}.hover\:ring-success-light\/0:hover{--tw-ring-color: rgb(242 250 246 / 0)}.hover\:ring-success-light\/5:hover{--tw-ring-color: rgb(242 250 246 / .05)}.hover\:ring-success-light\/10:hover{--tw-ring-color: rgb(242 250 246 / .1)}.hover\:ring-success-light\/20:hover{--tw-ring-color: rgb(242 250 246 / .2)}.hover\:ring-success-light\/25:hover{--tw-ring-color: rgb(242 250 246 / .25)}.hover\:ring-success-light\/30:hover{--tw-ring-color: rgb(242 250 246 / .3)}.hover\:ring-success-light\/40:hover{--tw-ring-color: rgb(242 250 246 / .4)}.hover\:ring-success-light\/50:hover{--tw-ring-color: rgb(242 250 246 / .5)}.hover\:ring-success-light\/60:hover{--tw-ring-color: rgb(242 250 246 / .6)}.hover\:ring-success-light\/70:hover{--tw-ring-color: rgb(242 250 246 / .7)}.hover\:ring-success-light\/75:hover{--tw-ring-color: rgb(242 250 246 / .75)}.hover\:ring-success-light\/80:hover{--tw-ring-color: rgb(242 250 246 / .8)}.hover\:ring-success-light\/90:hover{--tw-ring-color: rgb(242 250 246 / .9)}.hover\:ring-success-light\/95:hover{--tw-ring-color: rgb(242 250 246 / .95)}.hover\:ring-success-light\/100:hover{--tw-ring-color: rgb(242 250 246 / 1)}.hover\:ring-success-dark\/0:hover{--tw-ring-color: rgb(32 133 96 / 0)}.hover\:ring-success-dark\/5:hover{--tw-ring-color: rgb(32 133 96 / .05)}.hover\:ring-success-dark\/10:hover{--tw-ring-color: rgb(32 133 96 / .1)}.hover\:ring-success-dark\/20:hover{--tw-ring-color: rgb(32 133 96 / .2)}.hover\:ring-success-dark\/25:hover{--tw-ring-color: rgb(32 133 96 / .25)}.hover\:ring-success-dark\/30:hover{--tw-ring-color: rgb(32 133 96 / .3)}.hover\:ring-success-dark\/40:hover{--tw-ring-color: rgb(32 133 96 / .4)}.hover\:ring-success-dark\/50:hover{--tw-ring-color: rgb(32 133 96 / .5)}.hover\:ring-success-dark\/60:hover{--tw-ring-color: rgb(32 133 96 / .6)}.hover\:ring-success-dark\/70:hover{--tw-ring-color: rgb(32 133 96 / .7)}.hover\:ring-success-dark\/75:hover{--tw-ring-color: rgb(32 133 96 / .75)}.hover\:ring-success-dark\/80:hover{--tw-ring-color: rgb(32 133 96 / .8)}.hover\:ring-success-dark\/90:hover{--tw-ring-color: rgb(32 133 96 / .9)}.hover\:ring-success-dark\/95:hover{--tw-ring-color: rgb(32 133 96 / .95)}.hover\:ring-success-dark\/100:hover{--tw-ring-color: rgb(32 133 96 / 1)}.hover\:ring-warning\/0:hover{--tw-ring-color: rgb(250 172 30 / 0)}.hover\:ring-warning\/5:hover{--tw-ring-color: rgb(250 172 30 / .05)}.hover\:ring-warning\/10:hover{--tw-ring-color: rgb(250 172 30 / .1)}.hover\:ring-warning\/20:hover{--tw-ring-color: rgb(250 172 30 / .2)}.hover\:ring-warning\/25:hover{--tw-ring-color: rgb(250 172 30 / .25)}.hover\:ring-warning\/30:hover{--tw-ring-color: rgb(250 172 30 / .3)}.hover\:ring-warning\/40:hover{--tw-ring-color: rgb(250 172 30 / .4)}.hover\:ring-warning\/50:hover{--tw-ring-color: rgb(250 172 30 / .5)}.hover\:ring-warning\/60:hover{--tw-ring-color: rgb(250 172 30 / .6)}.hover\:ring-warning\/70:hover{--tw-ring-color: rgb(250 172 30 / .7)}.hover\:ring-warning\/75:hover{--tw-ring-color: rgb(250 172 30 / .75)}.hover\:ring-warning\/80:hover{--tw-ring-color: rgb(250 172 30 / .8)}.hover\:ring-warning\/90:hover{--tw-ring-color: rgb(250 172 30 / .9)}.hover\:ring-warning\/95:hover{--tw-ring-color: rgb(250 172 30 / .95)}.hover\:ring-warning\/100:hover{--tw-ring-color: rgb(250 172 30 / 1)}.hover\:ring-warning-light\/0:hover{--tw-ring-color: rgb(254 247 242 / 0)}.hover\:ring-warning-light\/5:hover{--tw-ring-color: rgb(254 247 242 / .05)}.hover\:ring-warning-light\/10:hover{--tw-ring-color: rgb(254 247 242 / .1)}.hover\:ring-warning-light\/20:hover{--tw-ring-color: rgb(254 247 242 / .2)}.hover\:ring-warning-light\/25:hover{--tw-ring-color: rgb(254 247 242 / .25)}.hover\:ring-warning-light\/30:hover{--tw-ring-color: rgb(254 247 242 / .3)}.hover\:ring-warning-light\/40:hover{--tw-ring-color: rgb(254 247 242 / .4)}.hover\:ring-warning-light\/50:hover{--tw-ring-color: rgb(254 247 242 / .5)}.hover\:ring-warning-light\/60:hover{--tw-ring-color: rgb(254 247 242 / .6)}.hover\:ring-warning-light\/70:hover{--tw-ring-color: rgb(254 247 242 / .7)}.hover\:ring-warning-light\/75:hover{--tw-ring-color: rgb(254 247 242 / .75)}.hover\:ring-warning-light\/80:hover{--tw-ring-color: rgb(254 247 242 / .8)}.hover\:ring-warning-light\/90:hover{--tw-ring-color: rgb(254 247 242 / .9)}.hover\:ring-warning-light\/95:hover{--tw-ring-color: rgb(254 247 242 / .95)}.hover\:ring-warning-light\/100:hover{--tw-ring-color: rgb(254 247 242 / 1)}.hover\:ring-warning-dark\/0:hover{--tw-ring-color: rgb(158 108 18 / 0)}.hover\:ring-warning-dark\/5:hover{--tw-ring-color: rgb(158 108 18 / .05)}.hover\:ring-warning-dark\/10:hover{--tw-ring-color: rgb(158 108 18 / .1)}.hover\:ring-warning-dark\/20:hover{--tw-ring-color: rgb(158 108 18 / .2)}.hover\:ring-warning-dark\/25:hover{--tw-ring-color: rgb(158 108 18 / .25)}.hover\:ring-warning-dark\/30:hover{--tw-ring-color: rgb(158 108 18 / .3)}.hover\:ring-warning-dark\/40:hover{--tw-ring-color: rgb(158 108 18 / .4)}.hover\:ring-warning-dark\/50:hover{--tw-ring-color: rgb(158 108 18 / .5)}.hover\:ring-warning-dark\/60:hover{--tw-ring-color: rgb(158 108 18 / .6)}.hover\:ring-warning-dark\/70:hover{--tw-ring-color: rgb(158 108 18 / .7)}.hover\:ring-warning-dark\/75:hover{--tw-ring-color: rgb(158 108 18 / .75)}.hover\:ring-warning-dark\/80:hover{--tw-ring-color: rgb(158 108 18 / .8)}.hover\:ring-warning-dark\/90:hover{--tw-ring-color: rgb(158 108 18 / .9)}.hover\:ring-warning-dark\/95:hover{--tw-ring-color: rgb(158 108 18 / .95)}.hover\:ring-warning-dark\/100:hover{--tw-ring-color: rgb(158 108 18 / 1)}.hover\:ring-error\/0:hover{--tw-ring-color: rgb(220 38 38 / 0)}.hover\:ring-error\/5:hover{--tw-ring-color: rgb(220 38 38 / .05)}.hover\:ring-error\/10:hover{--tw-ring-color: rgb(220 38 38 / .1)}.hover\:ring-error\/20:hover{--tw-ring-color: rgb(220 38 38 / .2)}.hover\:ring-error\/25:hover{--tw-ring-color: rgb(220 38 38 / .25)}.hover\:ring-error\/30:hover{--tw-ring-color: rgb(220 38 38 / .3)}.hover\:ring-error\/40:hover{--tw-ring-color: rgb(220 38 38 / .4)}.hover\:ring-error\/50:hover{--tw-ring-color: rgb(220 38 38 / .5)}.hover\:ring-error\/60:hover{--tw-ring-color: rgb(220 38 38 / .6)}.hover\:ring-error\/70:hover{--tw-ring-color: rgb(220 38 38 / .7)}.hover\:ring-error\/75:hover{--tw-ring-color: rgb(220 38 38 / .75)}.hover\:ring-error\/80:hover{--tw-ring-color: rgb(220 38 38 / .8)}.hover\:ring-error\/90:hover{--tw-ring-color: rgb(220 38 38 / .9)}.hover\:ring-error\/95:hover{--tw-ring-color: rgb(220 38 38 / .95)}.hover\:ring-error\/100:hover{--tw-ring-color: rgb(220 38 38 / 1)}.hover\:ring-error-light\/0:hover{--tw-ring-color: rgb(251 242 242 / 0)}.hover\:ring-error-light\/5:hover{--tw-ring-color: rgb(251 242 242 / .05)}.hover\:ring-error-light\/10:hover{--tw-ring-color: rgb(251 242 242 / .1)}.hover\:ring-error-light\/20:hover{--tw-ring-color: rgb(251 242 242 / .2)}.hover\:ring-error-light\/25:hover{--tw-ring-color: rgb(251 242 242 / .25)}.hover\:ring-error-light\/30:hover{--tw-ring-color: rgb(251 242 242 / .3)}.hover\:ring-error-light\/40:hover{--tw-ring-color: rgb(251 242 242 / .4)}.hover\:ring-error-light\/50:hover{--tw-ring-color: rgb(251 242 242 / .5)}.hover\:ring-error-light\/60:hover{--tw-ring-color: rgb(251 242 242 / .6)}.hover\:ring-error-light\/70:hover{--tw-ring-color: rgb(251 242 242 / .7)}.hover\:ring-error-light\/75:hover{--tw-ring-color: rgb(251 242 242 / .75)}.hover\:ring-error-light\/80:hover{--tw-ring-color: rgb(251 242 242 / .8)}.hover\:ring-error-light\/90:hover{--tw-ring-color: rgb(251 242 242 / .9)}.hover\:ring-error-light\/95:hover{--tw-ring-color: rgb(251 242 242 / .95)}.hover\:ring-error-light\/100:hover{--tw-ring-color: rgb(251 242 242 / 1)}.hover\:ring-error-dark\/0:hover{--tw-ring-color: rgb(196 33 33 / 0)}.hover\:ring-error-dark\/5:hover{--tw-ring-color: rgb(196 33 33 / .05)}.hover\:ring-error-dark\/10:hover{--tw-ring-color: rgb(196 33 33 / .1)}.hover\:ring-error-dark\/20:hover{--tw-ring-color: rgb(196 33 33 / .2)}.hover\:ring-error-dark\/25:hover{--tw-ring-color: rgb(196 33 33 / .25)}.hover\:ring-error-dark\/30:hover{--tw-ring-color: rgb(196 33 33 / .3)}.hover\:ring-error-dark\/40:hover{--tw-ring-color: rgb(196 33 33 / .4)}.hover\:ring-error-dark\/50:hover{--tw-ring-color: rgb(196 33 33 / .5)}.hover\:ring-error-dark\/60:hover{--tw-ring-color: rgb(196 33 33 / .6)}.hover\:ring-error-dark\/70:hover{--tw-ring-color: rgb(196 33 33 / .7)}.hover\:ring-error-dark\/75:hover{--tw-ring-color: rgb(196 33 33 / .75)}.hover\:ring-error-dark\/80:hover{--tw-ring-color: rgb(196 33 33 / .8)}.hover\:ring-error-dark\/90:hover{--tw-ring-color: rgb(196 33 33 / .9)}.hover\:ring-error-dark\/95:hover{--tw-ring-color: rgb(196 33 33 / .95)}.hover\:ring-error-dark\/100:hover{--tw-ring-color: rgb(196 33 33 / 1)}.hover\:ring-grey\/0:hover{--tw-ring-color: rgb(71 85 105 / 0)}.hover\:ring-grey\/5:hover{--tw-ring-color: rgb(71 85 105 / .05)}.hover\:ring-grey\/10:hover{--tw-ring-color: rgb(71 85 105 / .1)}.hover\:ring-grey\/20:hover{--tw-ring-color: rgb(71 85 105 / .2)}.hover\:ring-grey\/25:hover{--tw-ring-color: rgb(71 85 105 / .25)}.hover\:ring-grey\/30:hover{--tw-ring-color: rgb(71 85 105 / .3)}.hover\:ring-grey\/40:hover{--tw-ring-color: rgb(71 85 105 / .4)}.hover\:ring-grey\/50:hover{--tw-ring-color: rgb(71 85 105 / .5)}.hover\:ring-grey\/60:hover{--tw-ring-color: rgb(71 85 105 / .6)}.hover\:ring-grey\/70:hover{--tw-ring-color: rgb(71 85 105 / .7)}.hover\:ring-grey\/75:hover{--tw-ring-color: rgb(71 85 105 / .75)}.hover\:ring-grey\/80:hover{--tw-ring-color: rgb(71 85 105 / .8)}.hover\:ring-grey\/90:hover{--tw-ring-color: rgb(71 85 105 / .9)}.hover\:ring-grey\/95:hover{--tw-ring-color: rgb(71 85 105 / .95)}.hover\:ring-grey\/100:hover{--tw-ring-color: rgb(71 85 105 / 1)}.hover\:ring-grey-light\/0:hover{--tw-ring-color: rgb(242 243 244 / 0)}.hover\:ring-grey-light\/5:hover{--tw-ring-color: rgb(242 243 244 / .05)}.hover\:ring-grey-light\/10:hover{--tw-ring-color: rgb(242 243 244 / .1)}.hover\:ring-grey-light\/20:hover{--tw-ring-color: rgb(242 243 244 / .2)}.hover\:ring-grey-light\/25:hover{--tw-ring-color: rgb(242 243 244 / .25)}.hover\:ring-grey-light\/30:hover{--tw-ring-color: rgb(242 243 244 / .3)}.hover\:ring-grey-light\/40:hover{--tw-ring-color: rgb(242 243 244 / .4)}.hover\:ring-grey-light\/50:hover{--tw-ring-color: rgb(242 243 244 / .5)}.hover\:ring-grey-light\/60:hover{--tw-ring-color: rgb(242 243 244 / .6)}.hover\:ring-grey-light\/70:hover{--tw-ring-color: rgb(242 243 244 / .7)}.hover\:ring-grey-light\/75:hover{--tw-ring-color: rgb(242 243 244 / .75)}.hover\:ring-grey-light\/80:hover{--tw-ring-color: rgb(242 243 244 / .8)}.hover\:ring-grey-light\/90:hover{--tw-ring-color: rgb(242 243 244 / .9)}.hover\:ring-grey-light\/95:hover{--tw-ring-color: rgb(242 243 244 / .95)}.hover\:ring-grey-light\/100:hover{--tw-ring-color: rgb(242 243 244 / 1)}.hover\:ring-grey-dark\/0:hover{--tw-ring-color: rgb(44 53 66 / 0)}.hover\:ring-grey-dark\/5:hover{--tw-ring-color: rgb(44 53 66 / .05)}.hover\:ring-grey-dark\/10:hover{--tw-ring-color: rgb(44 53 66 / .1)}.hover\:ring-grey-dark\/20:hover{--tw-ring-color: rgb(44 53 66 / .2)}.hover\:ring-grey-dark\/25:hover{--tw-ring-color: rgb(44 53 66 / .25)}.hover\:ring-grey-dark\/30:hover{--tw-ring-color: rgb(44 53 66 / .3)}.hover\:ring-grey-dark\/40:hover{--tw-ring-color: rgb(44 53 66 / .4)}.hover\:ring-grey-dark\/50:hover{--tw-ring-color: rgb(44 53 66 / .5)}.hover\:ring-grey-dark\/60:hover{--tw-ring-color: rgb(44 53 66 / .6)}.hover\:ring-grey-dark\/70:hover{--tw-ring-color: rgb(44 53 66 / .7)}.hover\:ring-grey-dark\/75:hover{--tw-ring-color: rgb(44 53 66 / .75)}.hover\:ring-grey-dark\/80:hover{--tw-ring-color: rgb(44 53 66 / .8)}.hover\:ring-grey-dark\/90:hover{--tw-ring-color: rgb(44 53 66 / .9)}.hover\:ring-grey-dark\/95:hover{--tw-ring-color: rgb(44 53 66 / .95)}.hover\:ring-grey-dark\/100:hover{--tw-ring-color: rgb(44 53 66 / 1)}.hover\:ring-gray-200:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity))}.hover\:ring-gray-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity))}.hover\:ring-offset-2:hover{--tw-ring-offset-width: 2px}.hover\:ring-offset-red-50:hover{--tw-ring-offset-color: #fef2f2}.hover\:ring-offset-red-100:hover{--tw-ring-offset-color: #FBF2F2}.hover\:ring-offset-red-200:hover{--tw-ring-offset-color: #F8E4E4}.hover\:ring-offset-red-300:hover{--tw-ring-offset-color: #F1C6C6}.hover\:ring-offset-red-400:hover{--tw-ring-offset-color: #EAA3A3}.hover\:ring-offset-red-500:hover{--tw-ring-offset-color: #E37676}.hover\:ring-offset-red-600:hover{--tw-ring-offset-color: #DC2626}.hover\:ring-offset-red-700:hover{--tw-ring-offset-color: #C42121}.hover\:ring-offset-red-800:hover{--tw-ring-offset-color: #AA1D1D}.hover\:ring-offset-red-900:hover{--tw-ring-offset-color: #8B1818}.hover\:ring-offset-orange-50:hover{--tw-ring-offset-color: #fff7ed}.hover\:ring-offset-orange-100:hover{--tw-ring-offset-color: #FCF3F1}.hover\:ring-offset-orange-200:hover{--tw-ring-offset-color: #FAE7E4}.hover\:ring-offset-orange-300:hover{--tw-ring-offset-color: #F6CDC5}.hover\:ring-offset-orange-400:hover{--tw-ring-offset-color: #F2AFA1}.hover\:ring-offset-orange-500:hover{--tw-ring-offset-color: #EE8A72}.hover\:ring-offset-orange-600:hover{--tw-ring-offset-color: #EA580C}.hover\:ring-offset-orange-700:hover{--tw-ring-offset-color: #D14E0A}.hover\:ring-offset-orange-800:hover{--tw-ring-offset-color: #B54409}.hover\:ring-offset-orange-900:hover{--tw-ring-offset-color: #933707}.hover\:ring-offset-yellow-50:hover{--tw-ring-offset-color: #fefce8}.hover\:ring-offset-yellow-100:hover{--tw-ring-offset-color: #fef3c7}.hover\:ring-offset-yellow-200:hover{--tw-ring-offset-color: #fde68a}.hover\:ring-offset-yellow-300:hover{--tw-ring-offset-color: #fcd34d}.hover\:ring-offset-yellow-400:hover{--tw-ring-offset-color: #fbbf24}.hover\:ring-offset-yellow-500:hover{--tw-ring-offset-color: #eab308}.hover\:ring-offset-yellow-600:hover{--tw-ring-offset-color: #d97706}.hover\:ring-offset-yellow-700:hover{--tw-ring-offset-color: #b45309}.hover\:ring-offset-yellow-800:hover{--tw-ring-offset-color: #92400e}.hover\:ring-offset-yellow-900:hover{--tw-ring-offset-color: #78350f}.hover\:ring-offset-green-50:hover{--tw-ring-offset-color: #f0fdf4}.hover\:ring-offset-green-100:hover{--tw-ring-offset-color: #F2FAF6}.hover\:ring-offset-green-200:hover{--tw-ring-offset-color: #E5F6EE}.hover\:ring-offset-green-300:hover{--tw-ring-offset-color: #C8EEDB}.hover\:ring-offset-green-400:hover{--tw-ring-offset-color: #A6E5C8}.hover\:ring-offset-green-500:hover{--tw-ring-offset-color: #7BDCB2}.hover\:ring-offset-green-600:hover{--tw-ring-offset-color: #34D399}.hover\:ring-offset-green-700:hover{--tw-ring-offset-color: #2EBC88}.hover\:ring-offset-green-800:hover{--tw-ring-offset-color: #28A376}.hover\:ring-offset-green-900:hover{--tw-ring-offset-color: #208560}.hover\:ring-offset-emerald-50:hover{--tw-ring-offset-color: #ecfdf5}.hover\:ring-offset-emerald-100:hover{--tw-ring-offset-color: #d1fae5}.hover\:ring-offset-emerald-200:hover{--tw-ring-offset-color: #a7f3d0}.hover\:ring-offset-emerald-300:hover{--tw-ring-offset-color: #6ee7b7}.hover\:ring-offset-emerald-400:hover{--tw-ring-offset-color: #34d399}.hover\:ring-offset-emerald-500:hover{--tw-ring-offset-color: #10b981}.hover\:ring-offset-emerald-600:hover{--tw-ring-offset-color: #059669}.hover\:ring-offset-emerald-700:hover{--tw-ring-offset-color: #047857}.hover\:ring-offset-emerald-800:hover{--tw-ring-offset-color: #065f46}.hover\:ring-offset-emerald-900:hover{--tw-ring-offset-color: #064e3b}.hover\:ring-offset-teal-50:hover{--tw-ring-offset-color: #f0fdfa}.hover\:ring-offset-teal-100:hover{--tw-ring-offset-color: #ccfbf1}.hover\:ring-offset-teal-200:hover{--tw-ring-offset-color: #99f6e4}.hover\:ring-offset-teal-300:hover{--tw-ring-offset-color: #5eead4}.hover\:ring-offset-teal-400:hover{--tw-ring-offset-color: #2dd4bf }.hover\:ring-offset-teal-500:hover{--tw-ring-offset-color: #14b8a6}.hover\:ring-offset-teal-600:hover{--tw-ring-offset-color: #0d9488}.hover\:ring-offset-teal-700:hover{--tw-ring-offset-color: #0f766e}.hover\:ring-offset-teal-800:hover{--tw-ring-offset-color: #115e59}.hover\:ring-offset-teal-900:hover{--tw-ring-offset-color: #134e4a}.hover\:ring-offset-sky-50:hover{--tw-ring-offset-color: #f0f9ff}.hover\:ring-offset-sky-100:hover{--tw-ring-offset-color: #e0f2fe}.hover\:ring-offset-sky-200:hover{--tw-ring-offset-color: #bae6fd}.hover\:ring-offset-sky-300:hover{--tw-ring-offset-color: #7dd3fc}.hover\:ring-offset-sky-400:hover{--tw-ring-offset-color: #38bdf8}.hover\:ring-offset-sky-500:hover{--tw-ring-offset-color: #0ea5e9}.hover\:ring-offset-sky-600:hover{--tw-ring-offset-color: #0284c7}.hover\:ring-offset-sky-700:hover{--tw-ring-offset-color: #0369a1}.hover\:ring-offset-sky-800:hover{--tw-ring-offset-color: #075985}.hover\:ring-offset-sky-900:hover{--tw-ring-offset-color: #0c4a6e}.hover\:ring-offset-blue-50:hover{--tw-ring-offset-color: #eff6ff}.hover\:ring-offset-blue-100:hover{--tw-ring-offset-color: #F2F3FD}.hover\:ring-offset-blue-200:hover{--tw-ring-offset-color: #E4E8FB}.hover\:ring-offset-blue-300:hover{--tw-ring-offset-color: #C6CFF7}.hover\:ring-offset-blue-400:hover{--tw-ring-offset-color: #A3B2F3}.hover\:ring-offset-blue-500:hover{--tw-ring-offset-color: #7690EF}.hover\:ring-offset-blue-600:hover{--tw-ring-offset-color: #2563EB}.hover\:ring-offset-blue-700:hover{--tw-ring-offset-color: #2158D2}.hover\:ring-offset-blue-800:hover{--tw-ring-offset-color: #1C4CB6}.hover\:ring-offset-blue-900:hover{--tw-ring-offset-color: #173E94}.hover\:ring-offset-indigo-50:hover{--tw-ring-offset-color: #eef2ff}.hover\:ring-offset-indigo-100:hover{--tw-ring-offset-color: #e0e7ff}.hover\:ring-offset-indigo-200:hover{--tw-ring-offset-color: #c7d2fe}.hover\:ring-offset-indigo-300:hover{--tw-ring-offset-color: #a5b4fc}.hover\:ring-offset-indigo-400:hover{--tw-ring-offset-color: #818cf8}.hover\:ring-offset-indigo-500:hover{--tw-ring-offset-color: #6366f1}.hover\:ring-offset-indigo-600:hover{--tw-ring-offset-color: #4f46e5}.hover\:ring-offset-indigo-700:hover{--tw-ring-offset-color: #4338ca}.hover\:ring-offset-indigo-800:hover{--tw-ring-offset-color: #3730a3}.hover\:ring-offset-indigo-900:hover{--tw-ring-offset-color: #312e81}.hover\:ring-offset-violet-50:hover{--tw-ring-offset-color: #f5f3ff}.hover\:ring-offset-violet-100:hover{--tw-ring-offset-color: #ede9fe}.hover\:ring-offset-violet-200:hover{--tw-ring-offset-color: #ddd6fe}.hover\:ring-offset-violet-300:hover{--tw-ring-offset-color: #c4b5fd}.hover\:ring-offset-violet-400:hover{--tw-ring-offset-color: #a78bfa}.hover\:ring-offset-violet-500:hover{--tw-ring-offset-color: #8b5cf6}.hover\:ring-offset-violet-600:hover{--tw-ring-offset-color: #7c3aed}.hover\:ring-offset-violet-700:hover{--tw-ring-offset-color: #6d28d9}.hover\:ring-offset-violet-800:hover{--tw-ring-offset-color: #5b21b6}.hover\:ring-offset-violet-900:hover{--tw-ring-offset-color: #4c1d95}.hover\:ring-offset-fuchsia-50:hover{--tw-ring-offset-color: #fdf4ff}.hover\:ring-offset-fuchsia-100:hover{--tw-ring-offset-color: #fae8ff}.hover\:ring-offset-fuchsia-200:hover{--tw-ring-offset-color: #f5d0fe}.hover\:ring-offset-fuchsia-300:hover{--tw-ring-offset-color: #f0abfc}.hover\:ring-offset-fuchsia-400:hover{--tw-ring-offset-color: #e879f9}.hover\:ring-offset-fuchsia-500:hover{--tw-ring-offset-color: #d946ef}.hover\:ring-offset-fuchsia-600:hover{--tw-ring-offset-color: #c026d3}.hover\:ring-offset-fuchsia-700:hover{--tw-ring-offset-color: #a21caf}.hover\:ring-offset-fuchsia-800:hover{--tw-ring-offset-color: #86198f}.hover\:ring-offset-fuchsia-900:hover{--tw-ring-offset-color: #701a75}.hover\:ring-offset-pink-50:hover{--tw-ring-offset-color: #fdf2f8}.hover\:ring-offset-pink-100:hover{--tw-ring-offset-color: #fce7f3}.hover\:ring-offset-pink-200:hover{--tw-ring-offset-color: #fbcfe8}.hover\:ring-offset-pink-300:hover{--tw-ring-offset-color: #f9a8d4}.hover\:ring-offset-pink-400:hover{--tw-ring-offset-color: #f472b6}.hover\:ring-offset-pink-500:hover{--tw-ring-offset-color: #ec4899}.hover\:ring-offset-pink-600:hover{--tw-ring-offset-color: #db2777}.hover\:ring-offset-pink-700:hover{--tw-ring-offset-color: #be185d}.hover\:ring-offset-pink-800:hover{--tw-ring-offset-color: #9d174d}.hover\:ring-offset-pink-900:hover{--tw-ring-offset-color: #831843}.hover\:ring-offset-rose-50:hover{--tw-ring-offset-color: #fff1f2}.hover\:ring-offset-rose-100:hover{--tw-ring-offset-color: #FFE4E6}.hover\:ring-offset-rose-200:hover{--tw-ring-offset-color: #FECDD3}.hover\:ring-offset-rose-300:hover{--tw-ring-offset-color: #FDA4AF}.hover\:ring-offset-rose-400:hover{--tw-ring-offset-color: #FB7185}.hover\:ring-offset-rose-500:hover{--tw-ring-offset-color: #F43F5E}.hover\:ring-offset-rose-600:hover{--tw-ring-offset-color: #E11D48}.hover\:ring-offset-rose-700:hover{--tw-ring-offset-color: #BE123C}.hover\:ring-offset-rose-800:hover{--tw-ring-offset-color: #9F1239}.hover\:ring-offset-rose-900:hover{--tw-ring-offset-color: #881337}.hover\:ring-offset-primary-100:hover{--tw-ring-offset-color: #F2F3F4}.hover\:ring-offset-primary-200:hover{--tw-ring-offset-color: #E8E8F0}.hover\:ring-offset-primary-300:hover{--tw-ring-offset-color: #D0D0E1}.hover\:ring-offset-primary-400:hover{--tw-ring-offset-color: #B4B4D1}.hover\:ring-offset-primary-500:hover{--tw-ring-offset-color: #9393BF}.hover\:ring-offset-primary-600:hover{--tw-ring-offset-color: #6868AC}.hover\:ring-offset-primary-700:hover{--tw-ring-offset-color: #5D5D99}.hover\:ring-offset-primary-800:hover{--tw-ring-offset-color: #505085}.hover\:ring-offset-primary-900:hover{--tw-ring-offset-color: #41416C}.hover\:ring-offset-primary-1000:hover{--tw-ring-offset-color: #2E2E4C}.hover\:ring-offset-primary-highlight-100:hover{--tw-ring-offset-color: #F7F5FE}.hover\:ring-offset-primary-highlight-200:hover{--tw-ring-offset-color: #EFECFE}.hover\:ring-offset-primary-highlight-300:hover{--tw-ring-offset-color: #DFD8FD}.hover\:ring-offset-primary-highlight-400:hover{--tw-ring-offset-color: #CEC1FC}.hover\:ring-offset-primary-highlight-500:hover{--tw-ring-offset-color: #BBA8FB}.hover\:ring-offset-primary-highlight-600:hover{--tw-ring-offset-color: #A78BFA}.hover\:ring-offset-primary-highlight-700:hover{--tw-ring-offset-color: #957CDF}.hover\:ring-offset-primary-highlight-800:hover{--tw-ring-offset-color: #816BC1}.hover\:ring-offset-primary-highlight-900:hover{--tw-ring-offset-color: #69579E}.hover\:ring-offset-primary-highlight-1000:hover{--tw-ring-offset-color: #4A3E6F}.hover\:ring-offset-secondary-100:hover{--tw-ring-offset-color: #FEF7F2}.hover\:ring-offset-secondary-200:hover{--tw-ring-offset-color: #FEF0E4}.hover\:ring-offset-secondary-300:hover{--tw-ring-offset-color: #FDE1C6}.hover\:ring-offset-secondary-400:hover{--tw-ring-offset-color: #FCD1A2}.hover\:ring-offset-secondary-500:hover{--tw-ring-offset-color: #FBBF75}.hover\:ring-offset-secondary-600:hover{--tw-ring-offset-color: #FAAC1E}.hover\:ring-offset-secondary-700:hover{--tw-ring-offset-color: #DF991A}.hover\:ring-offset-secondary-800:hover{--tw-ring-offset-color: #C18517}.hover\:ring-offset-secondary-900:hover{--tw-ring-offset-color: #9E6C12}.hover\:ring-offset-secondary-1000:hover{--tw-ring-offset-color: #6F4C0D}.hover\:ring-offset-grey-100:hover{--tw-ring-offset-color: #F2F3F4}.hover\:ring-offset-grey-200:hover{--tw-ring-offset-color: #E6E7E8}.hover\:ring-offset-grey-300:hover{--tw-ring-offset-color: #CACCD0}.hover\:ring-offset-grey-400:hover{--tw-ring-offset-color: #AAAEB4}.hover\:ring-offset-grey-500:hover{--tw-ring-offset-color: #828993}.hover\:ring-offset-grey-600:hover{--tw-ring-offset-color: #475569}.hover\:ring-offset-grey-700:hover{--tw-ring-offset-color: #3F4C5D}.hover\:ring-offset-grey-800:hover{--tw-ring-offset-color: #364151}.hover\:ring-offset-grey-900:hover{--tw-ring-offset-color: #2C3542}.hover\:ring-offset-grey-1000:hover{--tw-ring-offset-color: #1F262E}.hover\:ring-offset-green-1000:hover{--tw-ring-offset-color: #175E44}.hover\:ring-offset-blue-1000:hover{--tw-ring-offset-color: #102C69}.hover\:ring-offset-orange-1000:hover{--tw-ring-offset-color: #682705}.hover\:ring-offset-red-1000:hover{--tw-ring-offset-color: #621010}.hover\:ring-offset-primary:hover{--tw-ring-offset-color: #A78BFA}.hover\:ring-offset-primary-light:hover{--tw-ring-offset-color: #F7F5FE}.hover\:ring-offset-primary-dark:hover{--tw-ring-offset-color: #69579E}.hover\:ring-offset-info:hover{--tw-ring-offset-color: #7690EF}.hover\:ring-offset-info-light:hover{--tw-ring-offset-color: #F2F3FD}.hover\:ring-offset-info-dark:hover{--tw-ring-offset-color: #2158D2}.hover\:ring-offset-success:hover{--tw-ring-offset-color: #28A376}.hover\:ring-offset-success-light:hover{--tw-ring-offset-color: #F2FAF6}.hover\:ring-offset-success-dark:hover{--tw-ring-offset-color: #208560}.hover\:ring-offset-warning:hover{--tw-ring-offset-color: #FAAC1E}.hover\:ring-offset-warning-light:hover{--tw-ring-offset-color: #FEF7F2}.hover\:ring-offset-warning-dark:hover{--tw-ring-offset-color: #9E6C12}.hover\:ring-offset-error:hover{--tw-ring-offset-color: #DC2626}.hover\:ring-offset-error-light:hover{--tw-ring-offset-color: #FBF2F2}.hover\:ring-offset-error-dark:hover{--tw-ring-offset-color: #C42121}.hover\:ring-offset-grey:hover{--tw-ring-offset-color: #475569}.hover\:ring-offset-grey-light:hover{--tw-ring-offset-color: #F2F3F4}.hover\:ring-offset-grey-dark:hover{--tw-ring-offset-color: #2C3542}.hover\:ring-offset-red-50\/0:hover{--tw-ring-offset-color: rgb(254 242 242 / 0)}.hover\:ring-offset-red-50\/5:hover{--tw-ring-offset-color: rgb(254 242 242 / .05)}.hover\:ring-offset-red-50\/10:hover{--tw-ring-offset-color: rgb(254 242 242 / .1)}.hover\:ring-offset-red-50\/20:hover{--tw-ring-offset-color: rgb(254 242 242 / .2)}.hover\:ring-offset-red-50\/25:hover{--tw-ring-offset-color: rgb(254 242 242 / .25)}.hover\:ring-offset-red-50\/30:hover{--tw-ring-offset-color: rgb(254 242 242 / .3)}.hover\:ring-offset-red-50\/40:hover{--tw-ring-offset-color: rgb(254 242 242 / .4)}.hover\:ring-offset-red-50\/50:hover{--tw-ring-offset-color: rgb(254 242 242 / .5)}.hover\:ring-offset-red-50\/60:hover{--tw-ring-offset-color: rgb(254 242 242 / .6)}.hover\:ring-offset-red-50\/70:hover{--tw-ring-offset-color: rgb(254 242 242 / .7)}.hover\:ring-offset-red-50\/75:hover{--tw-ring-offset-color: rgb(254 242 242 / .75)}.hover\:ring-offset-red-50\/80:hover{--tw-ring-offset-color: rgb(254 242 242 / .8)}.hover\:ring-offset-red-50\/90:hover{--tw-ring-offset-color: rgb(254 242 242 / .9)}.hover\:ring-offset-red-50\/95:hover{--tw-ring-offset-color: rgb(254 242 242 / .95)}.hover\:ring-offset-red-50\/100:hover{--tw-ring-offset-color: rgb(254 242 242 / 1)}.hover\:ring-offset-red-100\/0:hover{--tw-ring-offset-color: rgb(251 242 242 / 0)}.hover\:ring-offset-red-100\/5:hover{--tw-ring-offset-color: rgb(251 242 242 / .05)}.hover\:ring-offset-red-100\/10:hover{--tw-ring-offset-color: rgb(251 242 242 / .1)}.hover\:ring-offset-red-100\/20:hover{--tw-ring-offset-color: rgb(251 242 242 / .2)}.hover\:ring-offset-red-100\/25:hover{--tw-ring-offset-color: rgb(251 242 242 / .25)}.hover\:ring-offset-red-100\/30:hover{--tw-ring-offset-color: rgb(251 242 242 / .3)}.hover\:ring-offset-red-100\/40:hover{--tw-ring-offset-color: rgb(251 242 242 / .4)}.hover\:ring-offset-red-100\/50:hover{--tw-ring-offset-color: rgb(251 242 242 / .5)}.hover\:ring-offset-red-100\/60:hover{--tw-ring-offset-color: rgb(251 242 242 / .6)}.hover\:ring-offset-red-100\/70:hover{--tw-ring-offset-color: rgb(251 242 242 / .7)}.hover\:ring-offset-red-100\/75:hover{--tw-ring-offset-color: rgb(251 242 242 / .75)}.hover\:ring-offset-red-100\/80:hover{--tw-ring-offset-color: rgb(251 242 242 / .8)}.hover\:ring-offset-red-100\/90:hover{--tw-ring-offset-color: rgb(251 242 242 / .9)}.hover\:ring-offset-red-100\/95:hover{--tw-ring-offset-color: rgb(251 242 242 / .95)}.hover\:ring-offset-red-100\/100:hover{--tw-ring-offset-color: rgb(251 242 242 / 1)}.hover\:ring-offset-red-200\/0:hover{--tw-ring-offset-color: rgb(248 228 228 / 0)}.hover\:ring-offset-red-200\/5:hover{--tw-ring-offset-color: rgb(248 228 228 / .05)}.hover\:ring-offset-red-200\/10:hover{--tw-ring-offset-color: rgb(248 228 228 / .1)}.hover\:ring-offset-red-200\/20:hover{--tw-ring-offset-color: rgb(248 228 228 / .2)}.hover\:ring-offset-red-200\/25:hover{--tw-ring-offset-color: rgb(248 228 228 / .25)}.hover\:ring-offset-red-200\/30:hover{--tw-ring-offset-color: rgb(248 228 228 / .3)}.hover\:ring-offset-red-200\/40:hover{--tw-ring-offset-color: rgb(248 228 228 / .4)}.hover\:ring-offset-red-200\/50:hover{--tw-ring-offset-color: rgb(248 228 228 / .5)}.hover\:ring-offset-red-200\/60:hover{--tw-ring-offset-color: rgb(248 228 228 / .6)}.hover\:ring-offset-red-200\/70:hover{--tw-ring-offset-color: rgb(248 228 228 / .7)}.hover\:ring-offset-red-200\/75:hover{--tw-ring-offset-color: rgb(248 228 228 / .75)}.hover\:ring-offset-red-200\/80:hover{--tw-ring-offset-color: rgb(248 228 228 / .8)}.hover\:ring-offset-red-200\/90:hover{--tw-ring-offset-color: rgb(248 228 228 / .9)}.hover\:ring-offset-red-200\/95:hover{--tw-ring-offset-color: rgb(248 228 228 / .95)}.hover\:ring-offset-red-200\/100:hover{--tw-ring-offset-color: rgb(248 228 228 / 1)}.hover\:ring-offset-red-300\/0:hover{--tw-ring-offset-color: rgb(241 198 198 / 0)}.hover\:ring-offset-red-300\/5:hover{--tw-ring-offset-color: rgb(241 198 198 / .05)}.hover\:ring-offset-red-300\/10:hover{--tw-ring-offset-color: rgb(241 198 198 / .1)}.hover\:ring-offset-red-300\/20:hover{--tw-ring-offset-color: rgb(241 198 198 / .2)}.hover\:ring-offset-red-300\/25:hover{--tw-ring-offset-color: rgb(241 198 198 / .25)}.hover\:ring-offset-red-300\/30:hover{--tw-ring-offset-color: rgb(241 198 198 / .3)}.hover\:ring-offset-red-300\/40:hover{--tw-ring-offset-color: rgb(241 198 198 / .4)}.hover\:ring-offset-red-300\/50:hover{--tw-ring-offset-color: rgb(241 198 198 / .5)}.hover\:ring-offset-red-300\/60:hover{--tw-ring-offset-color: rgb(241 198 198 / .6)}.hover\:ring-offset-red-300\/70:hover{--tw-ring-offset-color: rgb(241 198 198 / .7)}.hover\:ring-offset-red-300\/75:hover{--tw-ring-offset-color: rgb(241 198 198 / .75)}.hover\:ring-offset-red-300\/80:hover{--tw-ring-offset-color: rgb(241 198 198 / .8)}.hover\:ring-offset-red-300\/90:hover{--tw-ring-offset-color: rgb(241 198 198 / .9)}.hover\:ring-offset-red-300\/95:hover{--tw-ring-offset-color: rgb(241 198 198 / .95)}.hover\:ring-offset-red-300\/100:hover{--tw-ring-offset-color: rgb(241 198 198 / 1)}.hover\:ring-offset-red-400\/0:hover{--tw-ring-offset-color: rgb(234 163 163 / 0)}.hover\:ring-offset-red-400\/5:hover{--tw-ring-offset-color: rgb(234 163 163 / .05)}.hover\:ring-offset-red-400\/10:hover{--tw-ring-offset-color: rgb(234 163 163 / .1)}.hover\:ring-offset-red-400\/20:hover{--tw-ring-offset-color: rgb(234 163 163 / .2)}.hover\:ring-offset-red-400\/25:hover{--tw-ring-offset-color: rgb(234 163 163 / .25)}.hover\:ring-offset-red-400\/30:hover{--tw-ring-offset-color: rgb(234 163 163 / .3)}.hover\:ring-offset-red-400\/40:hover{--tw-ring-offset-color: rgb(234 163 163 / .4)}.hover\:ring-offset-red-400\/50:hover{--tw-ring-offset-color: rgb(234 163 163 / .5)}.hover\:ring-offset-red-400\/60:hover{--tw-ring-offset-color: rgb(234 163 163 / .6)}.hover\:ring-offset-red-400\/70:hover{--tw-ring-offset-color: rgb(234 163 163 / .7)}.hover\:ring-offset-red-400\/75:hover{--tw-ring-offset-color: rgb(234 163 163 / .75)}.hover\:ring-offset-red-400\/80:hover{--tw-ring-offset-color: rgb(234 163 163 / .8)}.hover\:ring-offset-red-400\/90:hover{--tw-ring-offset-color: rgb(234 163 163 / .9)}.hover\:ring-offset-red-400\/95:hover{--tw-ring-offset-color: rgb(234 163 163 / .95)}.hover\:ring-offset-red-400\/100:hover{--tw-ring-offset-color: rgb(234 163 163 / 1)}.hover\:ring-offset-red-500\/0:hover{--tw-ring-offset-color: rgb(227 118 118 / 0)}.hover\:ring-offset-red-500\/5:hover{--tw-ring-offset-color: rgb(227 118 118 / .05)}.hover\:ring-offset-red-500\/10:hover{--tw-ring-offset-color: rgb(227 118 118 / .1)}.hover\:ring-offset-red-500\/20:hover{--tw-ring-offset-color: rgb(227 118 118 / .2)}.hover\:ring-offset-red-500\/25:hover{--tw-ring-offset-color: rgb(227 118 118 / .25)}.hover\:ring-offset-red-500\/30:hover{--tw-ring-offset-color: rgb(227 118 118 / .3)}.hover\:ring-offset-red-500\/40:hover{--tw-ring-offset-color: rgb(227 118 118 / .4)}.hover\:ring-offset-red-500\/50:hover{--tw-ring-offset-color: rgb(227 118 118 / .5)}.hover\:ring-offset-red-500\/60:hover{--tw-ring-offset-color: rgb(227 118 118 / .6)}.hover\:ring-offset-red-500\/70:hover{--tw-ring-offset-color: rgb(227 118 118 / .7)}.hover\:ring-offset-red-500\/75:hover{--tw-ring-offset-color: rgb(227 118 118 / .75)}.hover\:ring-offset-red-500\/80:hover{--tw-ring-offset-color: rgb(227 118 118 / .8)}.hover\:ring-offset-red-500\/90:hover{--tw-ring-offset-color: rgb(227 118 118 / .9)}.hover\:ring-offset-red-500\/95:hover{--tw-ring-offset-color: rgb(227 118 118 / .95)}.hover\:ring-offset-red-500\/100:hover{--tw-ring-offset-color: rgb(227 118 118 / 1)}.hover\:ring-offset-red-600\/0:hover{--tw-ring-offset-color: rgb(220 38 38 / 0)}.hover\:ring-offset-red-600\/5:hover{--tw-ring-offset-color: rgb(220 38 38 / .05)}.hover\:ring-offset-red-600\/10:hover{--tw-ring-offset-color: rgb(220 38 38 / .1)}.hover\:ring-offset-red-600\/20:hover{--tw-ring-offset-color: rgb(220 38 38 / .2)}.hover\:ring-offset-red-600\/25:hover{--tw-ring-offset-color: rgb(220 38 38 / .25)}.hover\:ring-offset-red-600\/30:hover{--tw-ring-offset-color: rgb(220 38 38 / .3)}.hover\:ring-offset-red-600\/40:hover{--tw-ring-offset-color: rgb(220 38 38 / .4)}.hover\:ring-offset-red-600\/50:hover{--tw-ring-offset-color: rgb(220 38 38 / .5)}.hover\:ring-offset-red-600\/60:hover{--tw-ring-offset-color: rgb(220 38 38 / .6)}.hover\:ring-offset-red-600\/70:hover{--tw-ring-offset-color: rgb(220 38 38 / .7)}.hover\:ring-offset-red-600\/75:hover{--tw-ring-offset-color: rgb(220 38 38 / .75)}.hover\:ring-offset-red-600\/80:hover{--tw-ring-offset-color: rgb(220 38 38 / .8)}.hover\:ring-offset-red-600\/90:hover{--tw-ring-offset-color: rgb(220 38 38 / .9)}.hover\:ring-offset-red-600\/95:hover{--tw-ring-offset-color: rgb(220 38 38 / .95)}.hover\:ring-offset-red-600\/100:hover{--tw-ring-offset-color: rgb(220 38 38 / 1)}.hover\:ring-offset-red-700\/0:hover{--tw-ring-offset-color: rgb(196 33 33 / 0)}.hover\:ring-offset-red-700\/5:hover{--tw-ring-offset-color: rgb(196 33 33 / .05)}.hover\:ring-offset-red-700\/10:hover{--tw-ring-offset-color: rgb(196 33 33 / .1)}.hover\:ring-offset-red-700\/20:hover{--tw-ring-offset-color: rgb(196 33 33 / .2)}.hover\:ring-offset-red-700\/25:hover{--tw-ring-offset-color: rgb(196 33 33 / .25)}.hover\:ring-offset-red-700\/30:hover{--tw-ring-offset-color: rgb(196 33 33 / .3)}.hover\:ring-offset-red-700\/40:hover{--tw-ring-offset-color: rgb(196 33 33 / .4)}.hover\:ring-offset-red-700\/50:hover{--tw-ring-offset-color: rgb(196 33 33 / .5)}.hover\:ring-offset-red-700\/60:hover{--tw-ring-offset-color: rgb(196 33 33 / .6)}.hover\:ring-offset-red-700\/70:hover{--tw-ring-offset-color: rgb(196 33 33 / .7)}.hover\:ring-offset-red-700\/75:hover{--tw-ring-offset-color: rgb(196 33 33 / .75)}.hover\:ring-offset-red-700\/80:hover{--tw-ring-offset-color: rgb(196 33 33 / .8)}.hover\:ring-offset-red-700\/90:hover{--tw-ring-offset-color: rgb(196 33 33 / .9)}.hover\:ring-offset-red-700\/95:hover{--tw-ring-offset-color: rgb(196 33 33 / .95)}.hover\:ring-offset-red-700\/100:hover{--tw-ring-offset-color: rgb(196 33 33 / 1)}.hover\:ring-offset-red-800\/0:hover{--tw-ring-offset-color: rgb(170 29 29 / 0)}.hover\:ring-offset-red-800\/5:hover{--tw-ring-offset-color: rgb(170 29 29 / .05)}.hover\:ring-offset-red-800\/10:hover{--tw-ring-offset-color: rgb(170 29 29 / .1)}.hover\:ring-offset-red-800\/20:hover{--tw-ring-offset-color: rgb(170 29 29 / .2)}.hover\:ring-offset-red-800\/25:hover{--tw-ring-offset-color: rgb(170 29 29 / .25)}.hover\:ring-offset-red-800\/30:hover{--tw-ring-offset-color: rgb(170 29 29 / .3)}.hover\:ring-offset-red-800\/40:hover{--tw-ring-offset-color: rgb(170 29 29 / .4)}.hover\:ring-offset-red-800\/50:hover{--tw-ring-offset-color: rgb(170 29 29 / .5)}.hover\:ring-offset-red-800\/60:hover{--tw-ring-offset-color: rgb(170 29 29 / .6)}.hover\:ring-offset-red-800\/70:hover{--tw-ring-offset-color: rgb(170 29 29 / .7)}.hover\:ring-offset-red-800\/75:hover{--tw-ring-offset-color: rgb(170 29 29 / .75)}.hover\:ring-offset-red-800\/80:hover{--tw-ring-offset-color: rgb(170 29 29 / .8)}.hover\:ring-offset-red-800\/90:hover{--tw-ring-offset-color: rgb(170 29 29 / .9)}.hover\:ring-offset-red-800\/95:hover{--tw-ring-offset-color: rgb(170 29 29 / .95)}.hover\:ring-offset-red-800\/100:hover{--tw-ring-offset-color: rgb(170 29 29 / 1)}.hover\:ring-offset-red-900\/0:hover{--tw-ring-offset-color: rgb(139 24 24 / 0)}.hover\:ring-offset-red-900\/5:hover{--tw-ring-offset-color: rgb(139 24 24 / .05)}.hover\:ring-offset-red-900\/10:hover{--tw-ring-offset-color: rgb(139 24 24 / .1)}.hover\:ring-offset-red-900\/20:hover{--tw-ring-offset-color: rgb(139 24 24 / .2)}.hover\:ring-offset-red-900\/25:hover{--tw-ring-offset-color: rgb(139 24 24 / .25)}.hover\:ring-offset-red-900\/30:hover{--tw-ring-offset-color: rgb(139 24 24 / .3)}.hover\:ring-offset-red-900\/40:hover{--tw-ring-offset-color: rgb(139 24 24 / .4)}.hover\:ring-offset-red-900\/50:hover{--tw-ring-offset-color: rgb(139 24 24 / .5)}.hover\:ring-offset-red-900\/60:hover{--tw-ring-offset-color: rgb(139 24 24 / .6)}.hover\:ring-offset-red-900\/70:hover{--tw-ring-offset-color: rgb(139 24 24 / .7)}.hover\:ring-offset-red-900\/75:hover{--tw-ring-offset-color: rgb(139 24 24 / .75)}.hover\:ring-offset-red-900\/80:hover{--tw-ring-offset-color: rgb(139 24 24 / .8)}.hover\:ring-offset-red-900\/90:hover{--tw-ring-offset-color: rgb(139 24 24 / .9)}.hover\:ring-offset-red-900\/95:hover{--tw-ring-offset-color: rgb(139 24 24 / .95)}.hover\:ring-offset-red-900\/100:hover{--tw-ring-offset-color: rgb(139 24 24 / 1)}.hover\:ring-offset-orange-50\/0:hover{--tw-ring-offset-color: rgb(255 247 237 / 0)}.hover\:ring-offset-orange-50\/5:hover{--tw-ring-offset-color: rgb(255 247 237 / .05)}.hover\:ring-offset-orange-50\/10:hover{--tw-ring-offset-color: rgb(255 247 237 / .1)}.hover\:ring-offset-orange-50\/20:hover{--tw-ring-offset-color: rgb(255 247 237 / .2)}.hover\:ring-offset-orange-50\/25:hover{--tw-ring-offset-color: rgb(255 247 237 / .25)}.hover\:ring-offset-orange-50\/30:hover{--tw-ring-offset-color: rgb(255 247 237 / .3)}.hover\:ring-offset-orange-50\/40:hover{--tw-ring-offset-color: rgb(255 247 237 / .4)}.hover\:ring-offset-orange-50\/50:hover{--tw-ring-offset-color: rgb(255 247 237 / .5)}.hover\:ring-offset-orange-50\/60:hover{--tw-ring-offset-color: rgb(255 247 237 / .6)}.hover\:ring-offset-orange-50\/70:hover{--tw-ring-offset-color: rgb(255 247 237 / .7)}.hover\:ring-offset-orange-50\/75:hover{--tw-ring-offset-color: rgb(255 247 237 / .75)}.hover\:ring-offset-orange-50\/80:hover{--tw-ring-offset-color: rgb(255 247 237 / .8)}.hover\:ring-offset-orange-50\/90:hover{--tw-ring-offset-color: rgb(255 247 237 / .9)}.hover\:ring-offset-orange-50\/95:hover{--tw-ring-offset-color: rgb(255 247 237 / .95)}.hover\:ring-offset-orange-50\/100:hover{--tw-ring-offset-color: rgb(255 247 237 / 1)}.hover\:ring-offset-orange-100\/0:hover{--tw-ring-offset-color: rgb(252 243 241 / 0)}.hover\:ring-offset-orange-100\/5:hover{--tw-ring-offset-color: rgb(252 243 241 / .05)}.hover\:ring-offset-orange-100\/10:hover{--tw-ring-offset-color: rgb(252 243 241 / .1)}.hover\:ring-offset-orange-100\/20:hover{--tw-ring-offset-color: rgb(252 243 241 / .2)}.hover\:ring-offset-orange-100\/25:hover{--tw-ring-offset-color: rgb(252 243 241 / .25)}.hover\:ring-offset-orange-100\/30:hover{--tw-ring-offset-color: rgb(252 243 241 / .3)}.hover\:ring-offset-orange-100\/40:hover{--tw-ring-offset-color: rgb(252 243 241 / .4)}.hover\:ring-offset-orange-100\/50:hover{--tw-ring-offset-color: rgb(252 243 241 / .5)}.hover\:ring-offset-orange-100\/60:hover{--tw-ring-offset-color: rgb(252 243 241 / .6)}.hover\:ring-offset-orange-100\/70:hover{--tw-ring-offset-color: rgb(252 243 241 / .7)}.hover\:ring-offset-orange-100\/75:hover{--tw-ring-offset-color: rgb(252 243 241 / .75)}.hover\:ring-offset-orange-100\/80:hover{--tw-ring-offset-color: rgb(252 243 241 / .8)}.hover\:ring-offset-orange-100\/90:hover{--tw-ring-offset-color: rgb(252 243 241 / .9)}.hover\:ring-offset-orange-100\/95:hover{--tw-ring-offset-color: rgb(252 243 241 / .95)}.hover\:ring-offset-orange-100\/100:hover{--tw-ring-offset-color: rgb(252 243 241 / 1)}.hover\:ring-offset-orange-200\/0:hover{--tw-ring-offset-color: rgb(250 231 228 / 0)}.hover\:ring-offset-orange-200\/5:hover{--tw-ring-offset-color: rgb(250 231 228 / .05)}.hover\:ring-offset-orange-200\/10:hover{--tw-ring-offset-color: rgb(250 231 228 / .1)}.hover\:ring-offset-orange-200\/20:hover{--tw-ring-offset-color: rgb(250 231 228 / .2)}.hover\:ring-offset-orange-200\/25:hover{--tw-ring-offset-color: rgb(250 231 228 / .25)}.hover\:ring-offset-orange-200\/30:hover{--tw-ring-offset-color: rgb(250 231 228 / .3)}.hover\:ring-offset-orange-200\/40:hover{--tw-ring-offset-color: rgb(250 231 228 / .4)}.hover\:ring-offset-orange-200\/50:hover{--tw-ring-offset-color: rgb(250 231 228 / .5)}.hover\:ring-offset-orange-200\/60:hover{--tw-ring-offset-color: rgb(250 231 228 / .6)}.hover\:ring-offset-orange-200\/70:hover{--tw-ring-offset-color: rgb(250 231 228 / .7)}.hover\:ring-offset-orange-200\/75:hover{--tw-ring-offset-color: rgb(250 231 228 / .75)}.hover\:ring-offset-orange-200\/80:hover{--tw-ring-offset-color: rgb(250 231 228 / .8)}.hover\:ring-offset-orange-200\/90:hover{--tw-ring-offset-color: rgb(250 231 228 / .9)}.hover\:ring-offset-orange-200\/95:hover{--tw-ring-offset-color: rgb(250 231 228 / .95)}.hover\:ring-offset-orange-200\/100:hover{--tw-ring-offset-color: rgb(250 231 228 / 1)}.hover\:ring-offset-orange-300\/0:hover{--tw-ring-offset-color: rgb(246 205 197 / 0)}.hover\:ring-offset-orange-300\/5:hover{--tw-ring-offset-color: rgb(246 205 197 / .05)}.hover\:ring-offset-orange-300\/10:hover{--tw-ring-offset-color: rgb(246 205 197 / .1)}.hover\:ring-offset-orange-300\/20:hover{--tw-ring-offset-color: rgb(246 205 197 / .2)}.hover\:ring-offset-orange-300\/25:hover{--tw-ring-offset-color: rgb(246 205 197 / .25)}.hover\:ring-offset-orange-300\/30:hover{--tw-ring-offset-color: rgb(246 205 197 / .3)}.hover\:ring-offset-orange-300\/40:hover{--tw-ring-offset-color: rgb(246 205 197 / .4)}.hover\:ring-offset-orange-300\/50:hover{--tw-ring-offset-color: rgb(246 205 197 / .5)}.hover\:ring-offset-orange-300\/60:hover{--tw-ring-offset-color: rgb(246 205 197 / .6)}.hover\:ring-offset-orange-300\/70:hover{--tw-ring-offset-color: rgb(246 205 197 / .7)}.hover\:ring-offset-orange-300\/75:hover{--tw-ring-offset-color: rgb(246 205 197 / .75)}.hover\:ring-offset-orange-300\/80:hover{--tw-ring-offset-color: rgb(246 205 197 / .8)}.hover\:ring-offset-orange-300\/90:hover{--tw-ring-offset-color: rgb(246 205 197 / .9)}.hover\:ring-offset-orange-300\/95:hover{--tw-ring-offset-color: rgb(246 205 197 / .95)}.hover\:ring-offset-orange-300\/100:hover{--tw-ring-offset-color: rgb(246 205 197 / 1)}.hover\:ring-offset-orange-400\/0:hover{--tw-ring-offset-color: rgb(242 175 161 / 0)}.hover\:ring-offset-orange-400\/5:hover{--tw-ring-offset-color: rgb(242 175 161 / .05)}.hover\:ring-offset-orange-400\/10:hover{--tw-ring-offset-color: rgb(242 175 161 / .1)}.hover\:ring-offset-orange-400\/20:hover{--tw-ring-offset-color: rgb(242 175 161 / .2)}.hover\:ring-offset-orange-400\/25:hover{--tw-ring-offset-color: rgb(242 175 161 / .25)}.hover\:ring-offset-orange-400\/30:hover{--tw-ring-offset-color: rgb(242 175 161 / .3)}.hover\:ring-offset-orange-400\/40:hover{--tw-ring-offset-color: rgb(242 175 161 / .4)}.hover\:ring-offset-orange-400\/50:hover{--tw-ring-offset-color: rgb(242 175 161 / .5)}.hover\:ring-offset-orange-400\/60:hover{--tw-ring-offset-color: rgb(242 175 161 / .6)}.hover\:ring-offset-orange-400\/70:hover{--tw-ring-offset-color: rgb(242 175 161 / .7)}.hover\:ring-offset-orange-400\/75:hover{--tw-ring-offset-color: rgb(242 175 161 / .75)}.hover\:ring-offset-orange-400\/80:hover{--tw-ring-offset-color: rgb(242 175 161 / .8)}.hover\:ring-offset-orange-400\/90:hover{--tw-ring-offset-color: rgb(242 175 161 / .9)}.hover\:ring-offset-orange-400\/95:hover{--tw-ring-offset-color: rgb(242 175 161 / .95)}.hover\:ring-offset-orange-400\/100:hover{--tw-ring-offset-color: rgb(242 175 161 / 1)}.hover\:ring-offset-orange-500\/0:hover{--tw-ring-offset-color: rgb(238 138 114 / 0)}.hover\:ring-offset-orange-500\/5:hover{--tw-ring-offset-color: rgb(238 138 114 / .05)}.hover\:ring-offset-orange-500\/10:hover{--tw-ring-offset-color: rgb(238 138 114 / .1)}.hover\:ring-offset-orange-500\/20:hover{--tw-ring-offset-color: rgb(238 138 114 / .2)}.hover\:ring-offset-orange-500\/25:hover{--tw-ring-offset-color: rgb(238 138 114 / .25)}.hover\:ring-offset-orange-500\/30:hover{--tw-ring-offset-color: rgb(238 138 114 / .3)}.hover\:ring-offset-orange-500\/40:hover{--tw-ring-offset-color: rgb(238 138 114 / .4)}.hover\:ring-offset-orange-500\/50:hover{--tw-ring-offset-color: rgb(238 138 114 / .5)}.hover\:ring-offset-orange-500\/60:hover{--tw-ring-offset-color: rgb(238 138 114 / .6)}.hover\:ring-offset-orange-500\/70:hover{--tw-ring-offset-color: rgb(238 138 114 / .7)}.hover\:ring-offset-orange-500\/75:hover{--tw-ring-offset-color: rgb(238 138 114 / .75)}.hover\:ring-offset-orange-500\/80:hover{--tw-ring-offset-color: rgb(238 138 114 / .8)}.hover\:ring-offset-orange-500\/90:hover{--tw-ring-offset-color: rgb(238 138 114 / .9)}.hover\:ring-offset-orange-500\/95:hover{--tw-ring-offset-color: rgb(238 138 114 / .95)}.hover\:ring-offset-orange-500\/100:hover{--tw-ring-offset-color: rgb(238 138 114 / 1)}.hover\:ring-offset-orange-600\/0:hover{--tw-ring-offset-color: rgb(234 88 12 / 0)}.hover\:ring-offset-orange-600\/5:hover{--tw-ring-offset-color: rgb(234 88 12 / .05)}.hover\:ring-offset-orange-600\/10:hover{--tw-ring-offset-color: rgb(234 88 12 / .1)}.hover\:ring-offset-orange-600\/20:hover{--tw-ring-offset-color: rgb(234 88 12 / .2)}.hover\:ring-offset-orange-600\/25:hover{--tw-ring-offset-color: rgb(234 88 12 / .25)}.hover\:ring-offset-orange-600\/30:hover{--tw-ring-offset-color: rgb(234 88 12 / .3)}.hover\:ring-offset-orange-600\/40:hover{--tw-ring-offset-color: rgb(234 88 12 / .4)}.hover\:ring-offset-orange-600\/50:hover{--tw-ring-offset-color: rgb(234 88 12 / .5)}.hover\:ring-offset-orange-600\/60:hover{--tw-ring-offset-color: rgb(234 88 12 / .6)}.hover\:ring-offset-orange-600\/70:hover{--tw-ring-offset-color: rgb(234 88 12 / .7)}.hover\:ring-offset-orange-600\/75:hover{--tw-ring-offset-color: rgb(234 88 12 / .75)}.hover\:ring-offset-orange-600\/80:hover{--tw-ring-offset-color: rgb(234 88 12 / .8)}.hover\:ring-offset-orange-600\/90:hover{--tw-ring-offset-color: rgb(234 88 12 / .9)}.hover\:ring-offset-orange-600\/95:hover{--tw-ring-offset-color: rgb(234 88 12 / .95)}.hover\:ring-offset-orange-600\/100:hover{--tw-ring-offset-color: rgb(234 88 12 / 1)}.hover\:ring-offset-orange-700\/0:hover{--tw-ring-offset-color: rgb(209 78 10 / 0)}.hover\:ring-offset-orange-700\/5:hover{--tw-ring-offset-color: rgb(209 78 10 / .05)}.hover\:ring-offset-orange-700\/10:hover{--tw-ring-offset-color: rgb(209 78 10 / .1)}.hover\:ring-offset-orange-700\/20:hover{--tw-ring-offset-color: rgb(209 78 10 / .2)}.hover\:ring-offset-orange-700\/25:hover{--tw-ring-offset-color: rgb(209 78 10 / .25)}.hover\:ring-offset-orange-700\/30:hover{--tw-ring-offset-color: rgb(209 78 10 / .3)}.hover\:ring-offset-orange-700\/40:hover{--tw-ring-offset-color: rgb(209 78 10 / .4)}.hover\:ring-offset-orange-700\/50:hover{--tw-ring-offset-color: rgb(209 78 10 / .5)}.hover\:ring-offset-orange-700\/60:hover{--tw-ring-offset-color: rgb(209 78 10 / .6)}.hover\:ring-offset-orange-700\/70:hover{--tw-ring-offset-color: rgb(209 78 10 / .7)}.hover\:ring-offset-orange-700\/75:hover{--tw-ring-offset-color: rgb(209 78 10 / .75)}.hover\:ring-offset-orange-700\/80:hover{--tw-ring-offset-color: rgb(209 78 10 / .8)}.hover\:ring-offset-orange-700\/90:hover{--tw-ring-offset-color: rgb(209 78 10 / .9)}.hover\:ring-offset-orange-700\/95:hover{--tw-ring-offset-color: rgb(209 78 10 / .95)}.hover\:ring-offset-orange-700\/100:hover{--tw-ring-offset-color: rgb(209 78 10 / 1)}.hover\:ring-offset-orange-800\/0:hover{--tw-ring-offset-color: rgb(181 68 9 / 0)}.hover\:ring-offset-orange-800\/5:hover{--tw-ring-offset-color: rgb(181 68 9 / .05)}.hover\:ring-offset-orange-800\/10:hover{--tw-ring-offset-color: rgb(181 68 9 / .1)}.hover\:ring-offset-orange-800\/20:hover{--tw-ring-offset-color: rgb(181 68 9 / .2)}.hover\:ring-offset-orange-800\/25:hover{--tw-ring-offset-color: rgb(181 68 9 / .25)}.hover\:ring-offset-orange-800\/30:hover{--tw-ring-offset-color: rgb(181 68 9 / .3)}.hover\:ring-offset-orange-800\/40:hover{--tw-ring-offset-color: rgb(181 68 9 / .4)}.hover\:ring-offset-orange-800\/50:hover{--tw-ring-offset-color: rgb(181 68 9 / .5)}.hover\:ring-offset-orange-800\/60:hover{--tw-ring-offset-color: rgb(181 68 9 / .6)}.hover\:ring-offset-orange-800\/70:hover{--tw-ring-offset-color: rgb(181 68 9 / .7)}.hover\:ring-offset-orange-800\/75:hover{--tw-ring-offset-color: rgb(181 68 9 / .75)}.hover\:ring-offset-orange-800\/80:hover{--tw-ring-offset-color: rgb(181 68 9 / .8)}.hover\:ring-offset-orange-800\/90:hover{--tw-ring-offset-color: rgb(181 68 9 / .9)}.hover\:ring-offset-orange-800\/95:hover{--tw-ring-offset-color: rgb(181 68 9 / .95)}.hover\:ring-offset-orange-800\/100:hover{--tw-ring-offset-color: rgb(181 68 9 / 1)}.hover\:ring-offset-orange-900\/0:hover{--tw-ring-offset-color: rgb(147 55 7 / 0)}.hover\:ring-offset-orange-900\/5:hover{--tw-ring-offset-color: rgb(147 55 7 / .05)}.hover\:ring-offset-orange-900\/10:hover{--tw-ring-offset-color: rgb(147 55 7 / .1)}.hover\:ring-offset-orange-900\/20:hover{--tw-ring-offset-color: rgb(147 55 7 / .2)}.hover\:ring-offset-orange-900\/25:hover{--tw-ring-offset-color: rgb(147 55 7 / .25)}.hover\:ring-offset-orange-900\/30:hover{--tw-ring-offset-color: rgb(147 55 7 / .3)}.hover\:ring-offset-orange-900\/40:hover{--tw-ring-offset-color: rgb(147 55 7 / .4)}.hover\:ring-offset-orange-900\/50:hover{--tw-ring-offset-color: rgb(147 55 7 / .5)}.hover\:ring-offset-orange-900\/60:hover{--tw-ring-offset-color: rgb(147 55 7 / .6)}.hover\:ring-offset-orange-900\/70:hover{--tw-ring-offset-color: rgb(147 55 7 / .7)}.hover\:ring-offset-orange-900\/75:hover{--tw-ring-offset-color: rgb(147 55 7 / .75)}.hover\:ring-offset-orange-900\/80:hover{--tw-ring-offset-color: rgb(147 55 7 / .8)}.hover\:ring-offset-orange-900\/90:hover{--tw-ring-offset-color: rgb(147 55 7 / .9)}.hover\:ring-offset-orange-900\/95:hover{--tw-ring-offset-color: rgb(147 55 7 / .95)}.hover\:ring-offset-orange-900\/100:hover{--tw-ring-offset-color: rgb(147 55 7 / 1)}.hover\:ring-offset-yellow-50\/0:hover{--tw-ring-offset-color: rgb(254 252 232 / 0)}.hover\:ring-offset-yellow-50\/5:hover{--tw-ring-offset-color: rgb(254 252 232 / .05)}.hover\:ring-offset-yellow-50\/10:hover{--tw-ring-offset-color: rgb(254 252 232 / .1)}.hover\:ring-offset-yellow-50\/20:hover{--tw-ring-offset-color: rgb(254 252 232 / .2)}.hover\:ring-offset-yellow-50\/25:hover{--tw-ring-offset-color: rgb(254 252 232 / .25)}.hover\:ring-offset-yellow-50\/30:hover{--tw-ring-offset-color: rgb(254 252 232 / .3)}.hover\:ring-offset-yellow-50\/40:hover{--tw-ring-offset-color: rgb(254 252 232 / .4)}.hover\:ring-offset-yellow-50\/50:hover{--tw-ring-offset-color: rgb(254 252 232 / .5)}.hover\:ring-offset-yellow-50\/60:hover{--tw-ring-offset-color: rgb(254 252 232 / .6)}.hover\:ring-offset-yellow-50\/70:hover{--tw-ring-offset-color: rgb(254 252 232 / .7)}.hover\:ring-offset-yellow-50\/75:hover{--tw-ring-offset-color: rgb(254 252 232 / .75)}.hover\:ring-offset-yellow-50\/80:hover{--tw-ring-offset-color: rgb(254 252 232 / .8)}.hover\:ring-offset-yellow-50\/90:hover{--tw-ring-offset-color: rgb(254 252 232 / .9)}.hover\:ring-offset-yellow-50\/95:hover{--tw-ring-offset-color: rgb(254 252 232 / .95)}.hover\:ring-offset-yellow-50\/100:hover{--tw-ring-offset-color: rgb(254 252 232 / 1)}.hover\:ring-offset-yellow-100\/0:hover{--tw-ring-offset-color: rgb(254 243 199 / 0)}.hover\:ring-offset-yellow-100\/5:hover{--tw-ring-offset-color: rgb(254 243 199 / .05)}.hover\:ring-offset-yellow-100\/10:hover{--tw-ring-offset-color: rgb(254 243 199 / .1)}.hover\:ring-offset-yellow-100\/20:hover{--tw-ring-offset-color: rgb(254 243 199 / .2)}.hover\:ring-offset-yellow-100\/25:hover{--tw-ring-offset-color: rgb(254 243 199 / .25)}.hover\:ring-offset-yellow-100\/30:hover{--tw-ring-offset-color: rgb(254 243 199 / .3)}.hover\:ring-offset-yellow-100\/40:hover{--tw-ring-offset-color: rgb(254 243 199 / .4)}.hover\:ring-offset-yellow-100\/50:hover{--tw-ring-offset-color: rgb(254 243 199 / .5)}.hover\:ring-offset-yellow-100\/60:hover{--tw-ring-offset-color: rgb(254 243 199 / .6)}.hover\:ring-offset-yellow-100\/70:hover{--tw-ring-offset-color: rgb(254 243 199 / .7)}.hover\:ring-offset-yellow-100\/75:hover{--tw-ring-offset-color: rgb(254 243 199 / .75)}.hover\:ring-offset-yellow-100\/80:hover{--tw-ring-offset-color: rgb(254 243 199 / .8)}.hover\:ring-offset-yellow-100\/90:hover{--tw-ring-offset-color: rgb(254 243 199 / .9)}.hover\:ring-offset-yellow-100\/95:hover{--tw-ring-offset-color: rgb(254 243 199 / .95)}.hover\:ring-offset-yellow-100\/100:hover{--tw-ring-offset-color: rgb(254 243 199 / 1)}.hover\:ring-offset-yellow-200\/0:hover{--tw-ring-offset-color: rgb(253 230 138 / 0)}.hover\:ring-offset-yellow-200\/5:hover{--tw-ring-offset-color: rgb(253 230 138 / .05)}.hover\:ring-offset-yellow-200\/10:hover{--tw-ring-offset-color: rgb(253 230 138 / .1)}.hover\:ring-offset-yellow-200\/20:hover{--tw-ring-offset-color: rgb(253 230 138 / .2)}.hover\:ring-offset-yellow-200\/25:hover{--tw-ring-offset-color: rgb(253 230 138 / .25)}.hover\:ring-offset-yellow-200\/30:hover{--tw-ring-offset-color: rgb(253 230 138 / .3)}.hover\:ring-offset-yellow-200\/40:hover{--tw-ring-offset-color: rgb(253 230 138 / .4)}.hover\:ring-offset-yellow-200\/50:hover{--tw-ring-offset-color: rgb(253 230 138 / .5)}.hover\:ring-offset-yellow-200\/60:hover{--tw-ring-offset-color: rgb(253 230 138 / .6)}.hover\:ring-offset-yellow-200\/70:hover{--tw-ring-offset-color: rgb(253 230 138 / .7)}.hover\:ring-offset-yellow-200\/75:hover{--tw-ring-offset-color: rgb(253 230 138 / .75)}.hover\:ring-offset-yellow-200\/80:hover{--tw-ring-offset-color: rgb(253 230 138 / .8)}.hover\:ring-offset-yellow-200\/90:hover{--tw-ring-offset-color: rgb(253 230 138 / .9)}.hover\:ring-offset-yellow-200\/95:hover{--tw-ring-offset-color: rgb(253 230 138 / .95)}.hover\:ring-offset-yellow-200\/100:hover{--tw-ring-offset-color: rgb(253 230 138 / 1)}.hover\:ring-offset-yellow-300\/0:hover{--tw-ring-offset-color: rgb(252 211 77 / 0)}.hover\:ring-offset-yellow-300\/5:hover{--tw-ring-offset-color: rgb(252 211 77 / .05)}.hover\:ring-offset-yellow-300\/10:hover{--tw-ring-offset-color: rgb(252 211 77 / .1)}.hover\:ring-offset-yellow-300\/20:hover{--tw-ring-offset-color: rgb(252 211 77 / .2)}.hover\:ring-offset-yellow-300\/25:hover{--tw-ring-offset-color: rgb(252 211 77 / .25)}.hover\:ring-offset-yellow-300\/30:hover{--tw-ring-offset-color: rgb(252 211 77 / .3)}.hover\:ring-offset-yellow-300\/40:hover{--tw-ring-offset-color: rgb(252 211 77 / .4)}.hover\:ring-offset-yellow-300\/50:hover{--tw-ring-offset-color: rgb(252 211 77 / .5)}.hover\:ring-offset-yellow-300\/60:hover{--tw-ring-offset-color: rgb(252 211 77 / .6)}.hover\:ring-offset-yellow-300\/70:hover{--tw-ring-offset-color: rgb(252 211 77 / .7)}.hover\:ring-offset-yellow-300\/75:hover{--tw-ring-offset-color: rgb(252 211 77 / .75)}.hover\:ring-offset-yellow-300\/80:hover{--tw-ring-offset-color: rgb(252 211 77 / .8)}.hover\:ring-offset-yellow-300\/90:hover{--tw-ring-offset-color: rgb(252 211 77 / .9)}.hover\:ring-offset-yellow-300\/95:hover{--tw-ring-offset-color: rgb(252 211 77 / .95)}.hover\:ring-offset-yellow-300\/100:hover{--tw-ring-offset-color: rgb(252 211 77 / 1)}.hover\:ring-offset-yellow-400\/0:hover{--tw-ring-offset-color: rgb(251 191 36 / 0)}.hover\:ring-offset-yellow-400\/5:hover{--tw-ring-offset-color: rgb(251 191 36 / .05)}.hover\:ring-offset-yellow-400\/10:hover{--tw-ring-offset-color: rgb(251 191 36 / .1)}.hover\:ring-offset-yellow-400\/20:hover{--tw-ring-offset-color: rgb(251 191 36 / .2)}.hover\:ring-offset-yellow-400\/25:hover{--tw-ring-offset-color: rgb(251 191 36 / .25)}.hover\:ring-offset-yellow-400\/30:hover{--tw-ring-offset-color: rgb(251 191 36 / .3)}.hover\:ring-offset-yellow-400\/40:hover{--tw-ring-offset-color: rgb(251 191 36 / .4)}.hover\:ring-offset-yellow-400\/50:hover{--tw-ring-offset-color: rgb(251 191 36 / .5)}.hover\:ring-offset-yellow-400\/60:hover{--tw-ring-offset-color: rgb(251 191 36 / .6)}.hover\:ring-offset-yellow-400\/70:hover{--tw-ring-offset-color: rgb(251 191 36 / .7)}.hover\:ring-offset-yellow-400\/75:hover{--tw-ring-offset-color: rgb(251 191 36 / .75)}.hover\:ring-offset-yellow-400\/80:hover{--tw-ring-offset-color: rgb(251 191 36 / .8)}.hover\:ring-offset-yellow-400\/90:hover{--tw-ring-offset-color: rgb(251 191 36 / .9)}.hover\:ring-offset-yellow-400\/95:hover{--tw-ring-offset-color: rgb(251 191 36 / .95)}.hover\:ring-offset-yellow-400\/100:hover{--tw-ring-offset-color: rgb(251 191 36 / 1)}.hover\:ring-offset-yellow-500\/0:hover{--tw-ring-offset-color: rgb(234 179 8 / 0)}.hover\:ring-offset-yellow-500\/5:hover{--tw-ring-offset-color: rgb(234 179 8 / .05)}.hover\:ring-offset-yellow-500\/10:hover{--tw-ring-offset-color: rgb(234 179 8 / .1)}.hover\:ring-offset-yellow-500\/20:hover{--tw-ring-offset-color: rgb(234 179 8 / .2)}.hover\:ring-offset-yellow-500\/25:hover{--tw-ring-offset-color: rgb(234 179 8 / .25)}.hover\:ring-offset-yellow-500\/30:hover{--tw-ring-offset-color: rgb(234 179 8 / .3)}.hover\:ring-offset-yellow-500\/40:hover{--tw-ring-offset-color: rgb(234 179 8 / .4)}.hover\:ring-offset-yellow-500\/50:hover{--tw-ring-offset-color: rgb(234 179 8 / .5)}.hover\:ring-offset-yellow-500\/60:hover{--tw-ring-offset-color: rgb(234 179 8 / .6)}.hover\:ring-offset-yellow-500\/70:hover{--tw-ring-offset-color: rgb(234 179 8 / .7)}.hover\:ring-offset-yellow-500\/75:hover{--tw-ring-offset-color: rgb(234 179 8 / .75)}.hover\:ring-offset-yellow-500\/80:hover{--tw-ring-offset-color: rgb(234 179 8 / .8)}.hover\:ring-offset-yellow-500\/90:hover{--tw-ring-offset-color: rgb(234 179 8 / .9)}.hover\:ring-offset-yellow-500\/95:hover{--tw-ring-offset-color: rgb(234 179 8 / .95)}.hover\:ring-offset-yellow-500\/100:hover{--tw-ring-offset-color: rgb(234 179 8 / 1)}.hover\:ring-offset-yellow-600\/0:hover{--tw-ring-offset-color: rgb(217 119 6 / 0)}.hover\:ring-offset-yellow-600\/5:hover{--tw-ring-offset-color: rgb(217 119 6 / .05)}.hover\:ring-offset-yellow-600\/10:hover{--tw-ring-offset-color: rgb(217 119 6 / .1)}.hover\:ring-offset-yellow-600\/20:hover{--tw-ring-offset-color: rgb(217 119 6 / .2)}.hover\:ring-offset-yellow-600\/25:hover{--tw-ring-offset-color: rgb(217 119 6 / .25)}.hover\:ring-offset-yellow-600\/30:hover{--tw-ring-offset-color: rgb(217 119 6 / .3)}.hover\:ring-offset-yellow-600\/40:hover{--tw-ring-offset-color: rgb(217 119 6 / .4)}.hover\:ring-offset-yellow-600\/50:hover{--tw-ring-offset-color: rgb(217 119 6 / .5)}.hover\:ring-offset-yellow-600\/60:hover{--tw-ring-offset-color: rgb(217 119 6 / .6)}.hover\:ring-offset-yellow-600\/70:hover{--tw-ring-offset-color: rgb(217 119 6 / .7)}.hover\:ring-offset-yellow-600\/75:hover{--tw-ring-offset-color: rgb(217 119 6 / .75)}.hover\:ring-offset-yellow-600\/80:hover{--tw-ring-offset-color: rgb(217 119 6 / .8)}.hover\:ring-offset-yellow-600\/90:hover{--tw-ring-offset-color: rgb(217 119 6 / .9)}.hover\:ring-offset-yellow-600\/95:hover{--tw-ring-offset-color: rgb(217 119 6 / .95)}.hover\:ring-offset-yellow-600\/100:hover{--tw-ring-offset-color: rgb(217 119 6 / 1)}.hover\:ring-offset-yellow-700\/0:hover{--tw-ring-offset-color: rgb(180 83 9 / 0)}.hover\:ring-offset-yellow-700\/5:hover{--tw-ring-offset-color: rgb(180 83 9 / .05)}.hover\:ring-offset-yellow-700\/10:hover{--tw-ring-offset-color: rgb(180 83 9 / .1)}.hover\:ring-offset-yellow-700\/20:hover{--tw-ring-offset-color: rgb(180 83 9 / .2)}.hover\:ring-offset-yellow-700\/25:hover{--tw-ring-offset-color: rgb(180 83 9 / .25)}.hover\:ring-offset-yellow-700\/30:hover{--tw-ring-offset-color: rgb(180 83 9 / .3)}.hover\:ring-offset-yellow-700\/40:hover{--tw-ring-offset-color: rgb(180 83 9 / .4)}.hover\:ring-offset-yellow-700\/50:hover{--tw-ring-offset-color: rgb(180 83 9 / .5)}.hover\:ring-offset-yellow-700\/60:hover{--tw-ring-offset-color: rgb(180 83 9 / .6)}.hover\:ring-offset-yellow-700\/70:hover{--tw-ring-offset-color: rgb(180 83 9 / .7)}.hover\:ring-offset-yellow-700\/75:hover{--tw-ring-offset-color: rgb(180 83 9 / .75)}.hover\:ring-offset-yellow-700\/80:hover{--tw-ring-offset-color: rgb(180 83 9 / .8)}.hover\:ring-offset-yellow-700\/90:hover{--tw-ring-offset-color: rgb(180 83 9 / .9)}.hover\:ring-offset-yellow-700\/95:hover{--tw-ring-offset-color: rgb(180 83 9 / .95)}.hover\:ring-offset-yellow-700\/100:hover{--tw-ring-offset-color: rgb(180 83 9 / 1)}.hover\:ring-offset-yellow-800\/0:hover{--tw-ring-offset-color: rgb(146 64 14 / 0)}.hover\:ring-offset-yellow-800\/5:hover{--tw-ring-offset-color: rgb(146 64 14 / .05)}.hover\:ring-offset-yellow-800\/10:hover{--tw-ring-offset-color: rgb(146 64 14 / .1)}.hover\:ring-offset-yellow-800\/20:hover{--tw-ring-offset-color: rgb(146 64 14 / .2)}.hover\:ring-offset-yellow-800\/25:hover{--tw-ring-offset-color: rgb(146 64 14 / .25)}.hover\:ring-offset-yellow-800\/30:hover{--tw-ring-offset-color: rgb(146 64 14 / .3)}.hover\:ring-offset-yellow-800\/40:hover{--tw-ring-offset-color: rgb(146 64 14 / .4)}.hover\:ring-offset-yellow-800\/50:hover{--tw-ring-offset-color: rgb(146 64 14 / .5)}.hover\:ring-offset-yellow-800\/60:hover{--tw-ring-offset-color: rgb(146 64 14 / .6)}.hover\:ring-offset-yellow-800\/70:hover{--tw-ring-offset-color: rgb(146 64 14 / .7)}.hover\:ring-offset-yellow-800\/75:hover{--tw-ring-offset-color: rgb(146 64 14 / .75)}.hover\:ring-offset-yellow-800\/80:hover{--tw-ring-offset-color: rgb(146 64 14 / .8)}.hover\:ring-offset-yellow-800\/90:hover{--tw-ring-offset-color: rgb(146 64 14 / .9)}.hover\:ring-offset-yellow-800\/95:hover{--tw-ring-offset-color: rgb(146 64 14 / .95)}.hover\:ring-offset-yellow-800\/100:hover{--tw-ring-offset-color: rgb(146 64 14 / 1)}.hover\:ring-offset-yellow-900\/0:hover{--tw-ring-offset-color: rgb(120 53 15 / 0)}.hover\:ring-offset-yellow-900\/5:hover{--tw-ring-offset-color: rgb(120 53 15 / .05)}.hover\:ring-offset-yellow-900\/10:hover{--tw-ring-offset-color: rgb(120 53 15 / .1)}.hover\:ring-offset-yellow-900\/20:hover{--tw-ring-offset-color: rgb(120 53 15 / .2)}.hover\:ring-offset-yellow-900\/25:hover{--tw-ring-offset-color: rgb(120 53 15 / .25)}.hover\:ring-offset-yellow-900\/30:hover{--tw-ring-offset-color: rgb(120 53 15 / .3)}.hover\:ring-offset-yellow-900\/40:hover{--tw-ring-offset-color: rgb(120 53 15 / .4)}.hover\:ring-offset-yellow-900\/50:hover{--tw-ring-offset-color: rgb(120 53 15 / .5)}.hover\:ring-offset-yellow-900\/60:hover{--tw-ring-offset-color: rgb(120 53 15 / .6)}.hover\:ring-offset-yellow-900\/70:hover{--tw-ring-offset-color: rgb(120 53 15 / .7)}.hover\:ring-offset-yellow-900\/75:hover{--tw-ring-offset-color: rgb(120 53 15 / .75)}.hover\:ring-offset-yellow-900\/80:hover{--tw-ring-offset-color: rgb(120 53 15 / .8)}.hover\:ring-offset-yellow-900\/90:hover{--tw-ring-offset-color: rgb(120 53 15 / .9)}.hover\:ring-offset-yellow-900\/95:hover{--tw-ring-offset-color: rgb(120 53 15 / .95)}.hover\:ring-offset-yellow-900\/100:hover{--tw-ring-offset-color: rgb(120 53 15 / 1)}.hover\:ring-offset-green-50\/0:hover{--tw-ring-offset-color: rgb(240 253 244 / 0)}.hover\:ring-offset-green-50\/5:hover{--tw-ring-offset-color: rgb(240 253 244 / .05)}.hover\:ring-offset-green-50\/10:hover{--tw-ring-offset-color: rgb(240 253 244 / .1)}.hover\:ring-offset-green-50\/20:hover{--tw-ring-offset-color: rgb(240 253 244 / .2)}.hover\:ring-offset-green-50\/25:hover{--tw-ring-offset-color: rgb(240 253 244 / .25)}.hover\:ring-offset-green-50\/30:hover{--tw-ring-offset-color: rgb(240 253 244 / .3)}.hover\:ring-offset-green-50\/40:hover{--tw-ring-offset-color: rgb(240 253 244 / .4)}.hover\:ring-offset-green-50\/50:hover{--tw-ring-offset-color: rgb(240 253 244 / .5)}.hover\:ring-offset-green-50\/60:hover{--tw-ring-offset-color: rgb(240 253 244 / .6)}.hover\:ring-offset-green-50\/70:hover{--tw-ring-offset-color: rgb(240 253 244 / .7)}.hover\:ring-offset-green-50\/75:hover{--tw-ring-offset-color: rgb(240 253 244 / .75)}.hover\:ring-offset-green-50\/80:hover{--tw-ring-offset-color: rgb(240 253 244 / .8)}.hover\:ring-offset-green-50\/90:hover{--tw-ring-offset-color: rgb(240 253 244 / .9)}.hover\:ring-offset-green-50\/95:hover{--tw-ring-offset-color: rgb(240 253 244 / .95)}.hover\:ring-offset-green-50\/100:hover{--tw-ring-offset-color: rgb(240 253 244 / 1)}.hover\:ring-offset-green-100\/0:hover{--tw-ring-offset-color: rgb(242 250 246 / 0)}.hover\:ring-offset-green-100\/5:hover{--tw-ring-offset-color: rgb(242 250 246 / .05)}.hover\:ring-offset-green-100\/10:hover{--tw-ring-offset-color: rgb(242 250 246 / .1)}.hover\:ring-offset-green-100\/20:hover{--tw-ring-offset-color: rgb(242 250 246 / .2)}.hover\:ring-offset-green-100\/25:hover{--tw-ring-offset-color: rgb(242 250 246 / .25)}.hover\:ring-offset-green-100\/30:hover{--tw-ring-offset-color: rgb(242 250 246 / .3)}.hover\:ring-offset-green-100\/40:hover{--tw-ring-offset-color: rgb(242 250 246 / .4)}.hover\:ring-offset-green-100\/50:hover{--tw-ring-offset-color: rgb(242 250 246 / .5)}.hover\:ring-offset-green-100\/60:hover{--tw-ring-offset-color: rgb(242 250 246 / .6)}.hover\:ring-offset-green-100\/70:hover{--tw-ring-offset-color: rgb(242 250 246 / .7)}.hover\:ring-offset-green-100\/75:hover{--tw-ring-offset-color: rgb(242 250 246 / .75)}.hover\:ring-offset-green-100\/80:hover{--tw-ring-offset-color: rgb(242 250 246 / .8)}.hover\:ring-offset-green-100\/90:hover{--tw-ring-offset-color: rgb(242 250 246 / .9)}.hover\:ring-offset-green-100\/95:hover{--tw-ring-offset-color: rgb(242 250 246 / .95)}.hover\:ring-offset-green-100\/100:hover{--tw-ring-offset-color: rgb(242 250 246 / 1)}.hover\:ring-offset-green-200\/0:hover{--tw-ring-offset-color: rgb(229 246 238 / 0)}.hover\:ring-offset-green-200\/5:hover{--tw-ring-offset-color: rgb(229 246 238 / .05)}.hover\:ring-offset-green-200\/10:hover{--tw-ring-offset-color: rgb(229 246 238 / .1)}.hover\:ring-offset-green-200\/20:hover{--tw-ring-offset-color: rgb(229 246 238 / .2)}.hover\:ring-offset-green-200\/25:hover{--tw-ring-offset-color: rgb(229 246 238 / .25)}.hover\:ring-offset-green-200\/30:hover{--tw-ring-offset-color: rgb(229 246 238 / .3)}.hover\:ring-offset-green-200\/40:hover{--tw-ring-offset-color: rgb(229 246 238 / .4)}.hover\:ring-offset-green-200\/50:hover{--tw-ring-offset-color: rgb(229 246 238 / .5)}.hover\:ring-offset-green-200\/60:hover{--tw-ring-offset-color: rgb(229 246 238 / .6)}.hover\:ring-offset-green-200\/70:hover{--tw-ring-offset-color: rgb(229 246 238 / .7)}.hover\:ring-offset-green-200\/75:hover{--tw-ring-offset-color: rgb(229 246 238 / .75)}.hover\:ring-offset-green-200\/80:hover{--tw-ring-offset-color: rgb(229 246 238 / .8)}.hover\:ring-offset-green-200\/90:hover{--tw-ring-offset-color: rgb(229 246 238 / .9)}.hover\:ring-offset-green-200\/95:hover{--tw-ring-offset-color: rgb(229 246 238 / .95)}.hover\:ring-offset-green-200\/100:hover{--tw-ring-offset-color: rgb(229 246 238 / 1)}.hover\:ring-offset-green-300\/0:hover{--tw-ring-offset-color: rgb(200 238 219 / 0)}.hover\:ring-offset-green-300\/5:hover{--tw-ring-offset-color: rgb(200 238 219 / .05)}.hover\:ring-offset-green-300\/10:hover{--tw-ring-offset-color: rgb(200 238 219 / .1)}.hover\:ring-offset-green-300\/20:hover{--tw-ring-offset-color: rgb(200 238 219 / .2)}.hover\:ring-offset-green-300\/25:hover{--tw-ring-offset-color: rgb(200 238 219 / .25)}.hover\:ring-offset-green-300\/30:hover{--tw-ring-offset-color: rgb(200 238 219 / .3)}.hover\:ring-offset-green-300\/40:hover{--tw-ring-offset-color: rgb(200 238 219 / .4)}.hover\:ring-offset-green-300\/50:hover{--tw-ring-offset-color: rgb(200 238 219 / .5)}.hover\:ring-offset-green-300\/60:hover{--tw-ring-offset-color: rgb(200 238 219 / .6)}.hover\:ring-offset-green-300\/70:hover{--tw-ring-offset-color: rgb(200 238 219 / .7)}.hover\:ring-offset-green-300\/75:hover{--tw-ring-offset-color: rgb(200 238 219 / .75)}.hover\:ring-offset-green-300\/80:hover{--tw-ring-offset-color: rgb(200 238 219 / .8)}.hover\:ring-offset-green-300\/90:hover{--tw-ring-offset-color: rgb(200 238 219 / .9)}.hover\:ring-offset-green-300\/95:hover{--tw-ring-offset-color: rgb(200 238 219 / .95)}.hover\:ring-offset-green-300\/100:hover{--tw-ring-offset-color: rgb(200 238 219 / 1)}.hover\:ring-offset-green-400\/0:hover{--tw-ring-offset-color: rgb(166 229 200 / 0)}.hover\:ring-offset-green-400\/5:hover{--tw-ring-offset-color: rgb(166 229 200 / .05)}.hover\:ring-offset-green-400\/10:hover{--tw-ring-offset-color: rgb(166 229 200 / .1)}.hover\:ring-offset-green-400\/20:hover{--tw-ring-offset-color: rgb(166 229 200 / .2)}.hover\:ring-offset-green-400\/25:hover{--tw-ring-offset-color: rgb(166 229 200 / .25)}.hover\:ring-offset-green-400\/30:hover{--tw-ring-offset-color: rgb(166 229 200 / .3)}.hover\:ring-offset-green-400\/40:hover{--tw-ring-offset-color: rgb(166 229 200 / .4)}.hover\:ring-offset-green-400\/50:hover{--tw-ring-offset-color: rgb(166 229 200 / .5)}.hover\:ring-offset-green-400\/60:hover{--tw-ring-offset-color: rgb(166 229 200 / .6)}.hover\:ring-offset-green-400\/70:hover{--tw-ring-offset-color: rgb(166 229 200 / .7)}.hover\:ring-offset-green-400\/75:hover{--tw-ring-offset-color: rgb(166 229 200 / .75)}.hover\:ring-offset-green-400\/80:hover{--tw-ring-offset-color: rgb(166 229 200 / .8)}.hover\:ring-offset-green-400\/90:hover{--tw-ring-offset-color: rgb(166 229 200 / .9)}.hover\:ring-offset-green-400\/95:hover{--tw-ring-offset-color: rgb(166 229 200 / .95)}.hover\:ring-offset-green-400\/100:hover{--tw-ring-offset-color: rgb(166 229 200 / 1)}.hover\:ring-offset-green-500\/0:hover{--tw-ring-offset-color: rgb(123 220 178 / 0)}.hover\:ring-offset-green-500\/5:hover{--tw-ring-offset-color: rgb(123 220 178 / .05)}.hover\:ring-offset-green-500\/10:hover{--tw-ring-offset-color: rgb(123 220 178 / .1)}.hover\:ring-offset-green-500\/20:hover{--tw-ring-offset-color: rgb(123 220 178 / .2)}.hover\:ring-offset-green-500\/25:hover{--tw-ring-offset-color: rgb(123 220 178 / .25)}.hover\:ring-offset-green-500\/30:hover{--tw-ring-offset-color: rgb(123 220 178 / .3)}.hover\:ring-offset-green-500\/40:hover{--tw-ring-offset-color: rgb(123 220 178 / .4)}.hover\:ring-offset-green-500\/50:hover{--tw-ring-offset-color: rgb(123 220 178 / .5)}.hover\:ring-offset-green-500\/60:hover{--tw-ring-offset-color: rgb(123 220 178 / .6)}.hover\:ring-offset-green-500\/70:hover{--tw-ring-offset-color: rgb(123 220 178 / .7)}.hover\:ring-offset-green-500\/75:hover{--tw-ring-offset-color: rgb(123 220 178 / .75)}.hover\:ring-offset-green-500\/80:hover{--tw-ring-offset-color: rgb(123 220 178 / .8)}.hover\:ring-offset-green-500\/90:hover{--tw-ring-offset-color: rgb(123 220 178 / .9)}.hover\:ring-offset-green-500\/95:hover{--tw-ring-offset-color: rgb(123 220 178 / .95)}.hover\:ring-offset-green-500\/100:hover{--tw-ring-offset-color: rgb(123 220 178 / 1)}.hover\:ring-offset-green-600\/0:hover{--tw-ring-offset-color: rgb(52 211 153 / 0)}.hover\:ring-offset-green-600\/5:hover{--tw-ring-offset-color: rgb(52 211 153 / .05)}.hover\:ring-offset-green-600\/10:hover{--tw-ring-offset-color: rgb(52 211 153 / .1)}.hover\:ring-offset-green-600\/20:hover{--tw-ring-offset-color: rgb(52 211 153 / .2)}.hover\:ring-offset-green-600\/25:hover{--tw-ring-offset-color: rgb(52 211 153 / .25)}.hover\:ring-offset-green-600\/30:hover{--tw-ring-offset-color: rgb(52 211 153 / .3)}.hover\:ring-offset-green-600\/40:hover{--tw-ring-offset-color: rgb(52 211 153 / .4)}.hover\:ring-offset-green-600\/50:hover{--tw-ring-offset-color: rgb(52 211 153 / .5)}.hover\:ring-offset-green-600\/60:hover{--tw-ring-offset-color: rgb(52 211 153 / .6)}.hover\:ring-offset-green-600\/70:hover{--tw-ring-offset-color: rgb(52 211 153 / .7)}.hover\:ring-offset-green-600\/75:hover{--tw-ring-offset-color: rgb(52 211 153 / .75)}.hover\:ring-offset-green-600\/80:hover{--tw-ring-offset-color: rgb(52 211 153 / .8)}.hover\:ring-offset-green-600\/90:hover{--tw-ring-offset-color: rgb(52 211 153 / .9)}.hover\:ring-offset-green-600\/95:hover{--tw-ring-offset-color: rgb(52 211 153 / .95)}.hover\:ring-offset-green-600\/100:hover{--tw-ring-offset-color: rgb(52 211 153 / 1)}.hover\:ring-offset-green-700\/0:hover{--tw-ring-offset-color: rgb(46 188 136 / 0)}.hover\:ring-offset-green-700\/5:hover{--tw-ring-offset-color: rgb(46 188 136 / .05)}.hover\:ring-offset-green-700\/10:hover{--tw-ring-offset-color: rgb(46 188 136 / .1)}.hover\:ring-offset-green-700\/20:hover{--tw-ring-offset-color: rgb(46 188 136 / .2)}.hover\:ring-offset-green-700\/25:hover{--tw-ring-offset-color: rgb(46 188 136 / .25)}.hover\:ring-offset-green-700\/30:hover{--tw-ring-offset-color: rgb(46 188 136 / .3)}.hover\:ring-offset-green-700\/40:hover{--tw-ring-offset-color: rgb(46 188 136 / .4)}.hover\:ring-offset-green-700\/50:hover{--tw-ring-offset-color: rgb(46 188 136 / .5)}.hover\:ring-offset-green-700\/60:hover{--tw-ring-offset-color: rgb(46 188 136 / .6)}.hover\:ring-offset-green-700\/70:hover{--tw-ring-offset-color: rgb(46 188 136 / .7)}.hover\:ring-offset-green-700\/75:hover{--tw-ring-offset-color: rgb(46 188 136 / .75)}.hover\:ring-offset-green-700\/80:hover{--tw-ring-offset-color: rgb(46 188 136 / .8)}.hover\:ring-offset-green-700\/90:hover{--tw-ring-offset-color: rgb(46 188 136 / .9)}.hover\:ring-offset-green-700\/95:hover{--tw-ring-offset-color: rgb(46 188 136 / .95)}.hover\:ring-offset-green-700\/100:hover{--tw-ring-offset-color: rgb(46 188 136 / 1)}.hover\:ring-offset-green-800\/0:hover{--tw-ring-offset-color: rgb(40 163 118 / 0)}.hover\:ring-offset-green-800\/5:hover{--tw-ring-offset-color: rgb(40 163 118 / .05)}.hover\:ring-offset-green-800\/10:hover{--tw-ring-offset-color: rgb(40 163 118 / .1)}.hover\:ring-offset-green-800\/20:hover{--tw-ring-offset-color: rgb(40 163 118 / .2)}.hover\:ring-offset-green-800\/25:hover{--tw-ring-offset-color: rgb(40 163 118 / .25)}.hover\:ring-offset-green-800\/30:hover{--tw-ring-offset-color: rgb(40 163 118 / .3)}.hover\:ring-offset-green-800\/40:hover{--tw-ring-offset-color: rgb(40 163 118 / .4)}.hover\:ring-offset-green-800\/50:hover{--tw-ring-offset-color: rgb(40 163 118 / .5)}.hover\:ring-offset-green-800\/60:hover{--tw-ring-offset-color: rgb(40 163 118 / .6)}.hover\:ring-offset-green-800\/70:hover{--tw-ring-offset-color: rgb(40 163 118 / .7)}.hover\:ring-offset-green-800\/75:hover{--tw-ring-offset-color: rgb(40 163 118 / .75)}.hover\:ring-offset-green-800\/80:hover{--tw-ring-offset-color: rgb(40 163 118 / .8)}.hover\:ring-offset-green-800\/90:hover{--tw-ring-offset-color: rgb(40 163 118 / .9)}.hover\:ring-offset-green-800\/95:hover{--tw-ring-offset-color: rgb(40 163 118 / .95)}.hover\:ring-offset-green-800\/100:hover{--tw-ring-offset-color: rgb(40 163 118 / 1)}.hover\:ring-offset-green-900\/0:hover{--tw-ring-offset-color: rgb(32 133 96 / 0)}.hover\:ring-offset-green-900\/5:hover{--tw-ring-offset-color: rgb(32 133 96 / .05)}.hover\:ring-offset-green-900\/10:hover{--tw-ring-offset-color: rgb(32 133 96 / .1)}.hover\:ring-offset-green-900\/20:hover{--tw-ring-offset-color: rgb(32 133 96 / .2)}.hover\:ring-offset-green-900\/25:hover{--tw-ring-offset-color: rgb(32 133 96 / .25)}.hover\:ring-offset-green-900\/30:hover{--tw-ring-offset-color: rgb(32 133 96 / .3)}.hover\:ring-offset-green-900\/40:hover{--tw-ring-offset-color: rgb(32 133 96 / .4)}.hover\:ring-offset-green-900\/50:hover{--tw-ring-offset-color: rgb(32 133 96 / .5)}.hover\:ring-offset-green-900\/60:hover{--tw-ring-offset-color: rgb(32 133 96 / .6)}.hover\:ring-offset-green-900\/70:hover{--tw-ring-offset-color: rgb(32 133 96 / .7)}.hover\:ring-offset-green-900\/75:hover{--tw-ring-offset-color: rgb(32 133 96 / .75)}.hover\:ring-offset-green-900\/80:hover{--tw-ring-offset-color: rgb(32 133 96 / .8)}.hover\:ring-offset-green-900\/90:hover{--tw-ring-offset-color: rgb(32 133 96 / .9)}.hover\:ring-offset-green-900\/95:hover{--tw-ring-offset-color: rgb(32 133 96 / .95)}.hover\:ring-offset-green-900\/100:hover{--tw-ring-offset-color: rgb(32 133 96 / 1)}.hover\:ring-offset-emerald-50\/0:hover{--tw-ring-offset-color: rgb(236 253 245 / 0)}.hover\:ring-offset-emerald-50\/5:hover{--tw-ring-offset-color: rgb(236 253 245 / .05)}.hover\:ring-offset-emerald-50\/10:hover{--tw-ring-offset-color: rgb(236 253 245 / .1)}.hover\:ring-offset-emerald-50\/20:hover{--tw-ring-offset-color: rgb(236 253 245 / .2)}.hover\:ring-offset-emerald-50\/25:hover{--tw-ring-offset-color: rgb(236 253 245 / .25)}.hover\:ring-offset-emerald-50\/30:hover{--tw-ring-offset-color: rgb(236 253 245 / .3)}.hover\:ring-offset-emerald-50\/40:hover{--tw-ring-offset-color: rgb(236 253 245 / .4)}.hover\:ring-offset-emerald-50\/50:hover{--tw-ring-offset-color: rgb(236 253 245 / .5)}.hover\:ring-offset-emerald-50\/60:hover{--tw-ring-offset-color: rgb(236 253 245 / .6)}.hover\:ring-offset-emerald-50\/70:hover{--tw-ring-offset-color: rgb(236 253 245 / .7)}.hover\:ring-offset-emerald-50\/75:hover{--tw-ring-offset-color: rgb(236 253 245 / .75)}.hover\:ring-offset-emerald-50\/80:hover{--tw-ring-offset-color: rgb(236 253 245 / .8)}.hover\:ring-offset-emerald-50\/90:hover{--tw-ring-offset-color: rgb(236 253 245 / .9)}.hover\:ring-offset-emerald-50\/95:hover{--tw-ring-offset-color: rgb(236 253 245 / .95)}.hover\:ring-offset-emerald-50\/100:hover{--tw-ring-offset-color: rgb(236 253 245 / 1)}.hover\:ring-offset-emerald-100\/0:hover{--tw-ring-offset-color: rgb(209 250 229 / 0)}.hover\:ring-offset-emerald-100\/5:hover{--tw-ring-offset-color: rgb(209 250 229 / .05)}.hover\:ring-offset-emerald-100\/10:hover{--tw-ring-offset-color: rgb(209 250 229 / .1)}.hover\:ring-offset-emerald-100\/20:hover{--tw-ring-offset-color: rgb(209 250 229 / .2)}.hover\:ring-offset-emerald-100\/25:hover{--tw-ring-offset-color: rgb(209 250 229 / .25)}.hover\:ring-offset-emerald-100\/30:hover{--tw-ring-offset-color: rgb(209 250 229 / .3)}.hover\:ring-offset-emerald-100\/40:hover{--tw-ring-offset-color: rgb(209 250 229 / .4)}.hover\:ring-offset-emerald-100\/50:hover{--tw-ring-offset-color: rgb(209 250 229 / .5)}.hover\:ring-offset-emerald-100\/60:hover{--tw-ring-offset-color: rgb(209 250 229 / .6)}.hover\:ring-offset-emerald-100\/70:hover{--tw-ring-offset-color: rgb(209 250 229 / .7)}.hover\:ring-offset-emerald-100\/75:hover{--tw-ring-offset-color: rgb(209 250 229 / .75)}.hover\:ring-offset-emerald-100\/80:hover{--tw-ring-offset-color: rgb(209 250 229 / .8)}.hover\:ring-offset-emerald-100\/90:hover{--tw-ring-offset-color: rgb(209 250 229 / .9)}.hover\:ring-offset-emerald-100\/95:hover{--tw-ring-offset-color: rgb(209 250 229 / .95)}.hover\:ring-offset-emerald-100\/100:hover{--tw-ring-offset-color: rgb(209 250 229 / 1)}.hover\:ring-offset-emerald-200\/0:hover{--tw-ring-offset-color: rgb(167 243 208 / 0)}.hover\:ring-offset-emerald-200\/5:hover{--tw-ring-offset-color: rgb(167 243 208 / .05)}.hover\:ring-offset-emerald-200\/10:hover{--tw-ring-offset-color: rgb(167 243 208 / .1)}.hover\:ring-offset-emerald-200\/20:hover{--tw-ring-offset-color: rgb(167 243 208 / .2)}.hover\:ring-offset-emerald-200\/25:hover{--tw-ring-offset-color: rgb(167 243 208 / .25)}.hover\:ring-offset-emerald-200\/30:hover{--tw-ring-offset-color: rgb(167 243 208 / .3)}.hover\:ring-offset-emerald-200\/40:hover{--tw-ring-offset-color: rgb(167 243 208 / .4)}.hover\:ring-offset-emerald-200\/50:hover{--tw-ring-offset-color: rgb(167 243 208 / .5)}.hover\:ring-offset-emerald-200\/60:hover{--tw-ring-offset-color: rgb(167 243 208 / .6)}.hover\:ring-offset-emerald-200\/70:hover{--tw-ring-offset-color: rgb(167 243 208 / .7)}.hover\:ring-offset-emerald-200\/75:hover{--tw-ring-offset-color: rgb(167 243 208 / .75)}.hover\:ring-offset-emerald-200\/80:hover{--tw-ring-offset-color: rgb(167 243 208 / .8)}.hover\:ring-offset-emerald-200\/90:hover{--tw-ring-offset-color: rgb(167 243 208 / .9)}.hover\:ring-offset-emerald-200\/95:hover{--tw-ring-offset-color: rgb(167 243 208 / .95)}.hover\:ring-offset-emerald-200\/100:hover{--tw-ring-offset-color: rgb(167 243 208 / 1)}.hover\:ring-offset-emerald-300\/0:hover{--tw-ring-offset-color: rgb(110 231 183 / 0)}.hover\:ring-offset-emerald-300\/5:hover{--tw-ring-offset-color: rgb(110 231 183 / .05)}.hover\:ring-offset-emerald-300\/10:hover{--tw-ring-offset-color: rgb(110 231 183 / .1)}.hover\:ring-offset-emerald-300\/20:hover{--tw-ring-offset-color: rgb(110 231 183 / .2)}.hover\:ring-offset-emerald-300\/25:hover{--tw-ring-offset-color: rgb(110 231 183 / .25)}.hover\:ring-offset-emerald-300\/30:hover{--tw-ring-offset-color: rgb(110 231 183 / .3)}.hover\:ring-offset-emerald-300\/40:hover{--tw-ring-offset-color: rgb(110 231 183 / .4)}.hover\:ring-offset-emerald-300\/50:hover{--tw-ring-offset-color: rgb(110 231 183 / .5)}.hover\:ring-offset-emerald-300\/60:hover{--tw-ring-offset-color: rgb(110 231 183 / .6)}.hover\:ring-offset-emerald-300\/70:hover{--tw-ring-offset-color: rgb(110 231 183 / .7)}.hover\:ring-offset-emerald-300\/75:hover{--tw-ring-offset-color: rgb(110 231 183 / .75)}.hover\:ring-offset-emerald-300\/80:hover{--tw-ring-offset-color: rgb(110 231 183 / .8)}.hover\:ring-offset-emerald-300\/90:hover{--tw-ring-offset-color: rgb(110 231 183 / .9)}.hover\:ring-offset-emerald-300\/95:hover{--tw-ring-offset-color: rgb(110 231 183 / .95)}.hover\:ring-offset-emerald-300\/100:hover{--tw-ring-offset-color: rgb(110 231 183 / 1)}.hover\:ring-offset-emerald-400\/0:hover{--tw-ring-offset-color: rgb(52 211 153 / 0)}.hover\:ring-offset-emerald-400\/5:hover{--tw-ring-offset-color: rgb(52 211 153 / .05)}.hover\:ring-offset-emerald-400\/10:hover{--tw-ring-offset-color: rgb(52 211 153 / .1)}.hover\:ring-offset-emerald-400\/20:hover{--tw-ring-offset-color: rgb(52 211 153 / .2)}.hover\:ring-offset-emerald-400\/25:hover{--tw-ring-offset-color: rgb(52 211 153 / .25)}.hover\:ring-offset-emerald-400\/30:hover{--tw-ring-offset-color: rgb(52 211 153 / .3)}.hover\:ring-offset-emerald-400\/40:hover{--tw-ring-offset-color: rgb(52 211 153 / .4)}.hover\:ring-offset-emerald-400\/50:hover{--tw-ring-offset-color: rgb(52 211 153 / .5)}.hover\:ring-offset-emerald-400\/60:hover{--tw-ring-offset-color: rgb(52 211 153 / .6)}.hover\:ring-offset-emerald-400\/70:hover{--tw-ring-offset-color: rgb(52 211 153 / .7)}.hover\:ring-offset-emerald-400\/75:hover{--tw-ring-offset-color: rgb(52 211 153 / .75)}.hover\:ring-offset-emerald-400\/80:hover{--tw-ring-offset-color: rgb(52 211 153 / .8)}.hover\:ring-offset-emerald-400\/90:hover{--tw-ring-offset-color: rgb(52 211 153 / .9)}.hover\:ring-offset-emerald-400\/95:hover{--tw-ring-offset-color: rgb(52 211 153 / .95)}.hover\:ring-offset-emerald-400\/100:hover{--tw-ring-offset-color: rgb(52 211 153 / 1)}.hover\:ring-offset-emerald-500\/0:hover{--tw-ring-offset-color: rgb(16 185 129 / 0)}.hover\:ring-offset-emerald-500\/5:hover{--tw-ring-offset-color: rgb(16 185 129 / .05)}.hover\:ring-offset-emerald-500\/10:hover{--tw-ring-offset-color: rgb(16 185 129 / .1)}.hover\:ring-offset-emerald-500\/20:hover{--tw-ring-offset-color: rgb(16 185 129 / .2)}.hover\:ring-offset-emerald-500\/25:hover{--tw-ring-offset-color: rgb(16 185 129 / .25)}.hover\:ring-offset-emerald-500\/30:hover{--tw-ring-offset-color: rgb(16 185 129 / .3)}.hover\:ring-offset-emerald-500\/40:hover{--tw-ring-offset-color: rgb(16 185 129 / .4)}.hover\:ring-offset-emerald-500\/50:hover{--tw-ring-offset-color: rgb(16 185 129 / .5)}.hover\:ring-offset-emerald-500\/60:hover{--tw-ring-offset-color: rgb(16 185 129 / .6)}.hover\:ring-offset-emerald-500\/70:hover{--tw-ring-offset-color: rgb(16 185 129 / .7)}.hover\:ring-offset-emerald-500\/75:hover{--tw-ring-offset-color: rgb(16 185 129 / .75)}.hover\:ring-offset-emerald-500\/80:hover{--tw-ring-offset-color: rgb(16 185 129 / .8)}.hover\:ring-offset-emerald-500\/90:hover{--tw-ring-offset-color: rgb(16 185 129 / .9)}.hover\:ring-offset-emerald-500\/95:hover{--tw-ring-offset-color: rgb(16 185 129 / .95)}.hover\:ring-offset-emerald-500\/100:hover{--tw-ring-offset-color: rgb(16 185 129 / 1)}.hover\:ring-offset-emerald-600\/0:hover{--tw-ring-offset-color: rgb(5 150 105 / 0)}.hover\:ring-offset-emerald-600\/5:hover{--tw-ring-offset-color: rgb(5 150 105 / .05)}.hover\:ring-offset-emerald-600\/10:hover{--tw-ring-offset-color: rgb(5 150 105 / .1)}.hover\:ring-offset-emerald-600\/20:hover{--tw-ring-offset-color: rgb(5 150 105 / .2)}.hover\:ring-offset-emerald-600\/25:hover{--tw-ring-offset-color: rgb(5 150 105 / .25)}.hover\:ring-offset-emerald-600\/30:hover{--tw-ring-offset-color: rgb(5 150 105 / .3)}.hover\:ring-offset-emerald-600\/40:hover{--tw-ring-offset-color: rgb(5 150 105 / .4)}.hover\:ring-offset-emerald-600\/50:hover{--tw-ring-offset-color: rgb(5 150 105 / .5)}.hover\:ring-offset-emerald-600\/60:hover{--tw-ring-offset-color: rgb(5 150 105 / .6)}.hover\:ring-offset-emerald-600\/70:hover{--tw-ring-offset-color: rgb(5 150 105 / .7)}.hover\:ring-offset-emerald-600\/75:hover{--tw-ring-offset-color: rgb(5 150 105 / .75)}.hover\:ring-offset-emerald-600\/80:hover{--tw-ring-offset-color: rgb(5 150 105 / .8)}.hover\:ring-offset-emerald-600\/90:hover{--tw-ring-offset-color: rgb(5 150 105 / .9)}.hover\:ring-offset-emerald-600\/95:hover{--tw-ring-offset-color: rgb(5 150 105 / .95)}.hover\:ring-offset-emerald-600\/100:hover{--tw-ring-offset-color: rgb(5 150 105 / 1)}.hover\:ring-offset-emerald-700\/0:hover{--tw-ring-offset-color: rgb(4 120 87 / 0)}.hover\:ring-offset-emerald-700\/5:hover{--tw-ring-offset-color: rgb(4 120 87 / .05)}.hover\:ring-offset-emerald-700\/10:hover{--tw-ring-offset-color: rgb(4 120 87 / .1)}.hover\:ring-offset-emerald-700\/20:hover{--tw-ring-offset-color: rgb(4 120 87 / .2)}.hover\:ring-offset-emerald-700\/25:hover{--tw-ring-offset-color: rgb(4 120 87 / .25)}.hover\:ring-offset-emerald-700\/30:hover{--tw-ring-offset-color: rgb(4 120 87 / .3)}.hover\:ring-offset-emerald-700\/40:hover{--tw-ring-offset-color: rgb(4 120 87 / .4)}.hover\:ring-offset-emerald-700\/50:hover{--tw-ring-offset-color: rgb(4 120 87 / .5)}.hover\:ring-offset-emerald-700\/60:hover{--tw-ring-offset-color: rgb(4 120 87 / .6)}.hover\:ring-offset-emerald-700\/70:hover{--tw-ring-offset-color: rgb(4 120 87 / .7)}.hover\:ring-offset-emerald-700\/75:hover{--tw-ring-offset-color: rgb(4 120 87 / .75)}.hover\:ring-offset-emerald-700\/80:hover{--tw-ring-offset-color: rgb(4 120 87 / .8)}.hover\:ring-offset-emerald-700\/90:hover{--tw-ring-offset-color: rgb(4 120 87 / .9)}.hover\:ring-offset-emerald-700\/95:hover{--tw-ring-offset-color: rgb(4 120 87 / .95)}.hover\:ring-offset-emerald-700\/100:hover{--tw-ring-offset-color: rgb(4 120 87 / 1)}.hover\:ring-offset-emerald-800\/0:hover{--tw-ring-offset-color: rgb(6 95 70 / 0)}.hover\:ring-offset-emerald-800\/5:hover{--tw-ring-offset-color: rgb(6 95 70 / .05)}.hover\:ring-offset-emerald-800\/10:hover{--tw-ring-offset-color: rgb(6 95 70 / .1)}.hover\:ring-offset-emerald-800\/20:hover{--tw-ring-offset-color: rgb(6 95 70 / .2)}.hover\:ring-offset-emerald-800\/25:hover{--tw-ring-offset-color: rgb(6 95 70 / .25)}.hover\:ring-offset-emerald-800\/30:hover{--tw-ring-offset-color: rgb(6 95 70 / .3)}.hover\:ring-offset-emerald-800\/40:hover{--tw-ring-offset-color: rgb(6 95 70 / .4)}.hover\:ring-offset-emerald-800\/50:hover{--tw-ring-offset-color: rgb(6 95 70 / .5)}.hover\:ring-offset-emerald-800\/60:hover{--tw-ring-offset-color: rgb(6 95 70 / .6)}.hover\:ring-offset-emerald-800\/70:hover{--tw-ring-offset-color: rgb(6 95 70 / .7)}.hover\:ring-offset-emerald-800\/75:hover{--tw-ring-offset-color: rgb(6 95 70 / .75)}.hover\:ring-offset-emerald-800\/80:hover{--tw-ring-offset-color: rgb(6 95 70 / .8)}.hover\:ring-offset-emerald-800\/90:hover{--tw-ring-offset-color: rgb(6 95 70 / .9)}.hover\:ring-offset-emerald-800\/95:hover{--tw-ring-offset-color: rgb(6 95 70 / .95)}.hover\:ring-offset-emerald-800\/100:hover{--tw-ring-offset-color: rgb(6 95 70 / 1)}.hover\:ring-offset-emerald-900\/0:hover{--tw-ring-offset-color: rgb(6 78 59 / 0)}.hover\:ring-offset-emerald-900\/5:hover{--tw-ring-offset-color: rgb(6 78 59 / .05)}.hover\:ring-offset-emerald-900\/10:hover{--tw-ring-offset-color: rgb(6 78 59 / .1)}.hover\:ring-offset-emerald-900\/20:hover{--tw-ring-offset-color: rgb(6 78 59 / .2)}.hover\:ring-offset-emerald-900\/25:hover{--tw-ring-offset-color: rgb(6 78 59 / .25)}.hover\:ring-offset-emerald-900\/30:hover{--tw-ring-offset-color: rgb(6 78 59 / .3)}.hover\:ring-offset-emerald-900\/40:hover{--tw-ring-offset-color: rgb(6 78 59 / .4)}.hover\:ring-offset-emerald-900\/50:hover{--tw-ring-offset-color: rgb(6 78 59 / .5)}.hover\:ring-offset-emerald-900\/60:hover{--tw-ring-offset-color: rgb(6 78 59 / .6)}.hover\:ring-offset-emerald-900\/70:hover{--tw-ring-offset-color: rgb(6 78 59 / .7)}.hover\:ring-offset-emerald-900\/75:hover{--tw-ring-offset-color: rgb(6 78 59 / .75)}.hover\:ring-offset-emerald-900\/80:hover{--tw-ring-offset-color: rgb(6 78 59 / .8)}.hover\:ring-offset-emerald-900\/90:hover{--tw-ring-offset-color: rgb(6 78 59 / .9)}.hover\:ring-offset-emerald-900\/95:hover{--tw-ring-offset-color: rgb(6 78 59 / .95)}.hover\:ring-offset-emerald-900\/100:hover{--tw-ring-offset-color: rgb(6 78 59 / 1)}.hover\:ring-offset-teal-50\/0:hover{--tw-ring-offset-color: rgb(240 253 250 / 0)}.hover\:ring-offset-teal-50\/5:hover{--tw-ring-offset-color: rgb(240 253 250 / .05)}.hover\:ring-offset-teal-50\/10:hover{--tw-ring-offset-color: rgb(240 253 250 / .1)}.hover\:ring-offset-teal-50\/20:hover{--tw-ring-offset-color: rgb(240 253 250 / .2)}.hover\:ring-offset-teal-50\/25:hover{--tw-ring-offset-color: rgb(240 253 250 / .25)}.hover\:ring-offset-teal-50\/30:hover{--tw-ring-offset-color: rgb(240 253 250 / .3)}.hover\:ring-offset-teal-50\/40:hover{--tw-ring-offset-color: rgb(240 253 250 / .4)}.hover\:ring-offset-teal-50\/50:hover{--tw-ring-offset-color: rgb(240 253 250 / .5)}.hover\:ring-offset-teal-50\/60:hover{--tw-ring-offset-color: rgb(240 253 250 / .6)}.hover\:ring-offset-teal-50\/70:hover{--tw-ring-offset-color: rgb(240 253 250 / .7)}.hover\:ring-offset-teal-50\/75:hover{--tw-ring-offset-color: rgb(240 253 250 / .75)}.hover\:ring-offset-teal-50\/80:hover{--tw-ring-offset-color: rgb(240 253 250 / .8)}.hover\:ring-offset-teal-50\/90:hover{--tw-ring-offset-color: rgb(240 253 250 / .9)}.hover\:ring-offset-teal-50\/95:hover{--tw-ring-offset-color: rgb(240 253 250 / .95)}.hover\:ring-offset-teal-50\/100:hover{--tw-ring-offset-color: rgb(240 253 250 / 1)}.hover\:ring-offset-teal-100\/0:hover{--tw-ring-offset-color: rgb(204 251 241 / 0)}.hover\:ring-offset-teal-100\/5:hover{--tw-ring-offset-color: rgb(204 251 241 / .05)}.hover\:ring-offset-teal-100\/10:hover{--tw-ring-offset-color: rgb(204 251 241 / .1)}.hover\:ring-offset-teal-100\/20:hover{--tw-ring-offset-color: rgb(204 251 241 / .2)}.hover\:ring-offset-teal-100\/25:hover{--tw-ring-offset-color: rgb(204 251 241 / .25)}.hover\:ring-offset-teal-100\/30:hover{--tw-ring-offset-color: rgb(204 251 241 / .3)}.hover\:ring-offset-teal-100\/40:hover{--tw-ring-offset-color: rgb(204 251 241 / .4)}.hover\:ring-offset-teal-100\/50:hover{--tw-ring-offset-color: rgb(204 251 241 / .5)}.hover\:ring-offset-teal-100\/60:hover{--tw-ring-offset-color: rgb(204 251 241 / .6)}.hover\:ring-offset-teal-100\/70:hover{--tw-ring-offset-color: rgb(204 251 241 / .7)}.hover\:ring-offset-teal-100\/75:hover{--tw-ring-offset-color: rgb(204 251 241 / .75)}.hover\:ring-offset-teal-100\/80:hover{--tw-ring-offset-color: rgb(204 251 241 / .8)}.hover\:ring-offset-teal-100\/90:hover{--tw-ring-offset-color: rgb(204 251 241 / .9)}.hover\:ring-offset-teal-100\/95:hover{--tw-ring-offset-color: rgb(204 251 241 / .95)}.hover\:ring-offset-teal-100\/100:hover{--tw-ring-offset-color: rgb(204 251 241 / 1)}.hover\:ring-offset-teal-200\/0:hover{--tw-ring-offset-color: rgb(153 246 228 / 0)}.hover\:ring-offset-teal-200\/5:hover{--tw-ring-offset-color: rgb(153 246 228 / .05)}.hover\:ring-offset-teal-200\/10:hover{--tw-ring-offset-color: rgb(153 246 228 / .1)}.hover\:ring-offset-teal-200\/20:hover{--tw-ring-offset-color: rgb(153 246 228 / .2)}.hover\:ring-offset-teal-200\/25:hover{--tw-ring-offset-color: rgb(153 246 228 / .25)}.hover\:ring-offset-teal-200\/30:hover{--tw-ring-offset-color: rgb(153 246 228 / .3)}.hover\:ring-offset-teal-200\/40:hover{--tw-ring-offset-color: rgb(153 246 228 / .4)}.hover\:ring-offset-teal-200\/50:hover{--tw-ring-offset-color: rgb(153 246 228 / .5)}.hover\:ring-offset-teal-200\/60:hover{--tw-ring-offset-color: rgb(153 246 228 / .6)}.hover\:ring-offset-teal-200\/70:hover{--tw-ring-offset-color: rgb(153 246 228 / .7)}.hover\:ring-offset-teal-200\/75:hover{--tw-ring-offset-color: rgb(153 246 228 / .75)}.hover\:ring-offset-teal-200\/80:hover{--tw-ring-offset-color: rgb(153 246 228 / .8)}.hover\:ring-offset-teal-200\/90:hover{--tw-ring-offset-color: rgb(153 246 228 / .9)}.hover\:ring-offset-teal-200\/95:hover{--tw-ring-offset-color: rgb(153 246 228 / .95)}.hover\:ring-offset-teal-200\/100:hover{--tw-ring-offset-color: rgb(153 246 228 / 1)}.hover\:ring-offset-teal-300\/0:hover{--tw-ring-offset-color: rgb(94 234 212 / 0)}.hover\:ring-offset-teal-300\/5:hover{--tw-ring-offset-color: rgb(94 234 212 / .05)}.hover\:ring-offset-teal-300\/10:hover{--tw-ring-offset-color: rgb(94 234 212 / .1)}.hover\:ring-offset-teal-300\/20:hover{--tw-ring-offset-color: rgb(94 234 212 / .2)}.hover\:ring-offset-teal-300\/25:hover{--tw-ring-offset-color: rgb(94 234 212 / .25)}.hover\:ring-offset-teal-300\/30:hover{--tw-ring-offset-color: rgb(94 234 212 / .3)}.hover\:ring-offset-teal-300\/40:hover{--tw-ring-offset-color: rgb(94 234 212 / .4)}.hover\:ring-offset-teal-300\/50:hover{--tw-ring-offset-color: rgb(94 234 212 / .5)}.hover\:ring-offset-teal-300\/60:hover{--tw-ring-offset-color: rgb(94 234 212 / .6)}.hover\:ring-offset-teal-300\/70:hover{--tw-ring-offset-color: rgb(94 234 212 / .7)}.hover\:ring-offset-teal-300\/75:hover{--tw-ring-offset-color: rgb(94 234 212 / .75)}.hover\:ring-offset-teal-300\/80:hover{--tw-ring-offset-color: rgb(94 234 212 / .8)}.hover\:ring-offset-teal-300\/90:hover{--tw-ring-offset-color: rgb(94 234 212 / .9)}.hover\:ring-offset-teal-300\/95:hover{--tw-ring-offset-color: rgb(94 234 212 / .95)}.hover\:ring-offset-teal-300\/100:hover{--tw-ring-offset-color: rgb(94 234 212 / 1)}.hover\:ring-offset-teal-400\/0:hover{--tw-ring-offset-color: rgb(45 212 191 / 0)}.hover\:ring-offset-teal-400\/5:hover{--tw-ring-offset-color: rgb(45 212 191 / .05)}.hover\:ring-offset-teal-400\/10:hover{--tw-ring-offset-color: rgb(45 212 191 / .1)}.hover\:ring-offset-teal-400\/20:hover{--tw-ring-offset-color: rgb(45 212 191 / .2)}.hover\:ring-offset-teal-400\/25:hover{--tw-ring-offset-color: rgb(45 212 191 / .25)}.hover\:ring-offset-teal-400\/30:hover{--tw-ring-offset-color: rgb(45 212 191 / .3)}.hover\:ring-offset-teal-400\/40:hover{--tw-ring-offset-color: rgb(45 212 191 / .4)}.hover\:ring-offset-teal-400\/50:hover{--tw-ring-offset-color: rgb(45 212 191 / .5)}.hover\:ring-offset-teal-400\/60:hover{--tw-ring-offset-color: rgb(45 212 191 / .6)}.hover\:ring-offset-teal-400\/70:hover{--tw-ring-offset-color: rgb(45 212 191 / .7)}.hover\:ring-offset-teal-400\/75:hover{--tw-ring-offset-color: rgb(45 212 191 / .75)}.hover\:ring-offset-teal-400\/80:hover{--tw-ring-offset-color: rgb(45 212 191 / .8)}.hover\:ring-offset-teal-400\/90:hover{--tw-ring-offset-color: rgb(45 212 191 / .9)}.hover\:ring-offset-teal-400\/95:hover{--tw-ring-offset-color: rgb(45 212 191 / .95)}.hover\:ring-offset-teal-400\/100:hover{--tw-ring-offset-color: rgb(45 212 191 / 1)}.hover\:ring-offset-teal-500\/0:hover{--tw-ring-offset-color: rgb(20 184 166 / 0)}.hover\:ring-offset-teal-500\/5:hover{--tw-ring-offset-color: rgb(20 184 166 / .05)}.hover\:ring-offset-teal-500\/10:hover{--tw-ring-offset-color: rgb(20 184 166 / .1)}.hover\:ring-offset-teal-500\/20:hover{--tw-ring-offset-color: rgb(20 184 166 / .2)}.hover\:ring-offset-teal-500\/25:hover{--tw-ring-offset-color: rgb(20 184 166 / .25)}.hover\:ring-offset-teal-500\/30:hover{--tw-ring-offset-color: rgb(20 184 166 / .3)}.hover\:ring-offset-teal-500\/40:hover{--tw-ring-offset-color: rgb(20 184 166 / .4)}.hover\:ring-offset-teal-500\/50:hover{--tw-ring-offset-color: rgb(20 184 166 / .5)}.hover\:ring-offset-teal-500\/60:hover{--tw-ring-offset-color: rgb(20 184 166 / .6)}.hover\:ring-offset-teal-500\/70:hover{--tw-ring-offset-color: rgb(20 184 166 / .7)}.hover\:ring-offset-teal-500\/75:hover{--tw-ring-offset-color: rgb(20 184 166 / .75)}.hover\:ring-offset-teal-500\/80:hover{--tw-ring-offset-color: rgb(20 184 166 / .8)}.hover\:ring-offset-teal-500\/90:hover{--tw-ring-offset-color: rgb(20 184 166 / .9)}.hover\:ring-offset-teal-500\/95:hover{--tw-ring-offset-color: rgb(20 184 166 / .95)}.hover\:ring-offset-teal-500\/100:hover{--tw-ring-offset-color: rgb(20 184 166 / 1)}.hover\:ring-offset-teal-600\/0:hover{--tw-ring-offset-color: rgb(13 148 136 / 0)}.hover\:ring-offset-teal-600\/5:hover{--tw-ring-offset-color: rgb(13 148 136 / .05)}.hover\:ring-offset-teal-600\/10:hover{--tw-ring-offset-color: rgb(13 148 136 / .1)}.hover\:ring-offset-teal-600\/20:hover{--tw-ring-offset-color: rgb(13 148 136 / .2)}.hover\:ring-offset-teal-600\/25:hover{--tw-ring-offset-color: rgb(13 148 136 / .25)}.hover\:ring-offset-teal-600\/30:hover{--tw-ring-offset-color: rgb(13 148 136 / .3)}.hover\:ring-offset-teal-600\/40:hover{--tw-ring-offset-color: rgb(13 148 136 / .4)}.hover\:ring-offset-teal-600\/50:hover{--tw-ring-offset-color: rgb(13 148 136 / .5)}.hover\:ring-offset-teal-600\/60:hover{--tw-ring-offset-color: rgb(13 148 136 / .6)}.hover\:ring-offset-teal-600\/70:hover{--tw-ring-offset-color: rgb(13 148 136 / .7)}.hover\:ring-offset-teal-600\/75:hover{--tw-ring-offset-color: rgb(13 148 136 / .75)}.hover\:ring-offset-teal-600\/80:hover{--tw-ring-offset-color: rgb(13 148 136 / .8)}.hover\:ring-offset-teal-600\/90:hover{--tw-ring-offset-color: rgb(13 148 136 / .9)}.hover\:ring-offset-teal-600\/95:hover{--tw-ring-offset-color: rgb(13 148 136 / .95)}.hover\:ring-offset-teal-600\/100:hover{--tw-ring-offset-color: rgb(13 148 136 / 1)}.hover\:ring-offset-teal-700\/0:hover{--tw-ring-offset-color: rgb(15 118 110 / 0)}.hover\:ring-offset-teal-700\/5:hover{--tw-ring-offset-color: rgb(15 118 110 / .05)}.hover\:ring-offset-teal-700\/10:hover{--tw-ring-offset-color: rgb(15 118 110 / .1)}.hover\:ring-offset-teal-700\/20:hover{--tw-ring-offset-color: rgb(15 118 110 / .2)}.hover\:ring-offset-teal-700\/25:hover{--tw-ring-offset-color: rgb(15 118 110 / .25)}.hover\:ring-offset-teal-700\/30:hover{--tw-ring-offset-color: rgb(15 118 110 / .3)}.hover\:ring-offset-teal-700\/40:hover{--tw-ring-offset-color: rgb(15 118 110 / .4)}.hover\:ring-offset-teal-700\/50:hover{--tw-ring-offset-color: rgb(15 118 110 / .5)}.hover\:ring-offset-teal-700\/60:hover{--tw-ring-offset-color: rgb(15 118 110 / .6)}.hover\:ring-offset-teal-700\/70:hover{--tw-ring-offset-color: rgb(15 118 110 / .7)}.hover\:ring-offset-teal-700\/75:hover{--tw-ring-offset-color: rgb(15 118 110 / .75)}.hover\:ring-offset-teal-700\/80:hover{--tw-ring-offset-color: rgb(15 118 110 / .8)}.hover\:ring-offset-teal-700\/90:hover{--tw-ring-offset-color: rgb(15 118 110 / .9)}.hover\:ring-offset-teal-700\/95:hover{--tw-ring-offset-color: rgb(15 118 110 / .95)}.hover\:ring-offset-teal-700\/100:hover{--tw-ring-offset-color: rgb(15 118 110 / 1)}.hover\:ring-offset-teal-800\/0:hover{--tw-ring-offset-color: rgb(17 94 89 / 0)}.hover\:ring-offset-teal-800\/5:hover{--tw-ring-offset-color: rgb(17 94 89 / .05)}.hover\:ring-offset-teal-800\/10:hover{--tw-ring-offset-color: rgb(17 94 89 / .1)}.hover\:ring-offset-teal-800\/20:hover{--tw-ring-offset-color: rgb(17 94 89 / .2)}.hover\:ring-offset-teal-800\/25:hover{--tw-ring-offset-color: rgb(17 94 89 / .25)}.hover\:ring-offset-teal-800\/30:hover{--tw-ring-offset-color: rgb(17 94 89 / .3)}.hover\:ring-offset-teal-800\/40:hover{--tw-ring-offset-color: rgb(17 94 89 / .4)}.hover\:ring-offset-teal-800\/50:hover{--tw-ring-offset-color: rgb(17 94 89 / .5)}.hover\:ring-offset-teal-800\/60:hover{--tw-ring-offset-color: rgb(17 94 89 / .6)}.hover\:ring-offset-teal-800\/70:hover{--tw-ring-offset-color: rgb(17 94 89 / .7)}.hover\:ring-offset-teal-800\/75:hover{--tw-ring-offset-color: rgb(17 94 89 / .75)}.hover\:ring-offset-teal-800\/80:hover{--tw-ring-offset-color: rgb(17 94 89 / .8)}.hover\:ring-offset-teal-800\/90:hover{--tw-ring-offset-color: rgb(17 94 89 / .9)}.hover\:ring-offset-teal-800\/95:hover{--tw-ring-offset-color: rgb(17 94 89 / .95)}.hover\:ring-offset-teal-800\/100:hover{--tw-ring-offset-color: rgb(17 94 89 / 1)}.hover\:ring-offset-teal-900\/0:hover{--tw-ring-offset-color: rgb(19 78 74 / 0)}.hover\:ring-offset-teal-900\/5:hover{--tw-ring-offset-color: rgb(19 78 74 / .05)}.hover\:ring-offset-teal-900\/10:hover{--tw-ring-offset-color: rgb(19 78 74 / .1)}.hover\:ring-offset-teal-900\/20:hover{--tw-ring-offset-color: rgb(19 78 74 / .2)}.hover\:ring-offset-teal-900\/25:hover{--tw-ring-offset-color: rgb(19 78 74 / .25)}.hover\:ring-offset-teal-900\/30:hover{--tw-ring-offset-color: rgb(19 78 74 / .3)}.hover\:ring-offset-teal-900\/40:hover{--tw-ring-offset-color: rgb(19 78 74 / .4)}.hover\:ring-offset-teal-900\/50:hover{--tw-ring-offset-color: rgb(19 78 74 / .5)}.hover\:ring-offset-teal-900\/60:hover{--tw-ring-offset-color: rgb(19 78 74 / .6)}.hover\:ring-offset-teal-900\/70:hover{--tw-ring-offset-color: rgb(19 78 74 / .7)}.hover\:ring-offset-teal-900\/75:hover{--tw-ring-offset-color: rgb(19 78 74 / .75)}.hover\:ring-offset-teal-900\/80:hover{--tw-ring-offset-color: rgb(19 78 74 / .8)}.hover\:ring-offset-teal-900\/90:hover{--tw-ring-offset-color: rgb(19 78 74 / .9)}.hover\:ring-offset-teal-900\/95:hover{--tw-ring-offset-color: rgb(19 78 74 / .95)}.hover\:ring-offset-teal-900\/100:hover{--tw-ring-offset-color: rgb(19 78 74 / 1)}.hover\:ring-offset-sky-50\/0:hover{--tw-ring-offset-color: rgb(240 249 255 / 0)}.hover\:ring-offset-sky-50\/5:hover{--tw-ring-offset-color: rgb(240 249 255 / .05)}.hover\:ring-offset-sky-50\/10:hover{--tw-ring-offset-color: rgb(240 249 255 / .1)}.hover\:ring-offset-sky-50\/20:hover{--tw-ring-offset-color: rgb(240 249 255 / .2)}.hover\:ring-offset-sky-50\/25:hover{--tw-ring-offset-color: rgb(240 249 255 / .25)}.hover\:ring-offset-sky-50\/30:hover{--tw-ring-offset-color: rgb(240 249 255 / .3)}.hover\:ring-offset-sky-50\/40:hover{--tw-ring-offset-color: rgb(240 249 255 / .4)}.hover\:ring-offset-sky-50\/50:hover{--tw-ring-offset-color: rgb(240 249 255 / .5)}.hover\:ring-offset-sky-50\/60:hover{--tw-ring-offset-color: rgb(240 249 255 / .6)}.hover\:ring-offset-sky-50\/70:hover{--tw-ring-offset-color: rgb(240 249 255 / .7)}.hover\:ring-offset-sky-50\/75:hover{--tw-ring-offset-color: rgb(240 249 255 / .75)}.hover\:ring-offset-sky-50\/80:hover{--tw-ring-offset-color: rgb(240 249 255 / .8)}.hover\:ring-offset-sky-50\/90:hover{--tw-ring-offset-color: rgb(240 249 255 / .9)}.hover\:ring-offset-sky-50\/95:hover{--tw-ring-offset-color: rgb(240 249 255 / .95)}.hover\:ring-offset-sky-50\/100:hover{--tw-ring-offset-color: rgb(240 249 255 / 1)}.hover\:ring-offset-sky-100\/0:hover{--tw-ring-offset-color: rgb(224 242 254 / 0)}.hover\:ring-offset-sky-100\/5:hover{--tw-ring-offset-color: rgb(224 242 254 / .05)}.hover\:ring-offset-sky-100\/10:hover{--tw-ring-offset-color: rgb(224 242 254 / .1)}.hover\:ring-offset-sky-100\/20:hover{--tw-ring-offset-color: rgb(224 242 254 / .2)}.hover\:ring-offset-sky-100\/25:hover{--tw-ring-offset-color: rgb(224 242 254 / .25)}.hover\:ring-offset-sky-100\/30:hover{--tw-ring-offset-color: rgb(224 242 254 / .3)}.hover\:ring-offset-sky-100\/40:hover{--tw-ring-offset-color: rgb(224 242 254 / .4)}.hover\:ring-offset-sky-100\/50:hover{--tw-ring-offset-color: rgb(224 242 254 / .5)}.hover\:ring-offset-sky-100\/60:hover{--tw-ring-offset-color: rgb(224 242 254 / .6)}.hover\:ring-offset-sky-100\/70:hover{--tw-ring-offset-color: rgb(224 242 254 / .7)}.hover\:ring-offset-sky-100\/75:hover{--tw-ring-offset-color: rgb(224 242 254 / .75)}.hover\:ring-offset-sky-100\/80:hover{--tw-ring-offset-color: rgb(224 242 254 / .8)}.hover\:ring-offset-sky-100\/90:hover{--tw-ring-offset-color: rgb(224 242 254 / .9)}.hover\:ring-offset-sky-100\/95:hover{--tw-ring-offset-color: rgb(224 242 254 / .95)}.hover\:ring-offset-sky-100\/100:hover{--tw-ring-offset-color: rgb(224 242 254 / 1)}.hover\:ring-offset-sky-200\/0:hover{--tw-ring-offset-color: rgb(186 230 253 / 0)}.hover\:ring-offset-sky-200\/5:hover{--tw-ring-offset-color: rgb(186 230 253 / .05)}.hover\:ring-offset-sky-200\/10:hover{--tw-ring-offset-color: rgb(186 230 253 / .1)}.hover\:ring-offset-sky-200\/20:hover{--tw-ring-offset-color: rgb(186 230 253 / .2)}.hover\:ring-offset-sky-200\/25:hover{--tw-ring-offset-color: rgb(186 230 253 / .25)}.hover\:ring-offset-sky-200\/30:hover{--tw-ring-offset-color: rgb(186 230 253 / .3)}.hover\:ring-offset-sky-200\/40:hover{--tw-ring-offset-color: rgb(186 230 253 / .4)}.hover\:ring-offset-sky-200\/50:hover{--tw-ring-offset-color: rgb(186 230 253 / .5)}.hover\:ring-offset-sky-200\/60:hover{--tw-ring-offset-color: rgb(186 230 253 / .6)}.hover\:ring-offset-sky-200\/70:hover{--tw-ring-offset-color: rgb(186 230 253 / .7)}.hover\:ring-offset-sky-200\/75:hover{--tw-ring-offset-color: rgb(186 230 253 / .75)}.hover\:ring-offset-sky-200\/80:hover{--tw-ring-offset-color: rgb(186 230 253 / .8)}.hover\:ring-offset-sky-200\/90:hover{--tw-ring-offset-color: rgb(186 230 253 / .9)}.hover\:ring-offset-sky-200\/95:hover{--tw-ring-offset-color: rgb(186 230 253 / .95)}.hover\:ring-offset-sky-200\/100:hover{--tw-ring-offset-color: rgb(186 230 253 / 1)}.hover\:ring-offset-sky-300\/0:hover{--tw-ring-offset-color: rgb(125 211 252 / 0)}.hover\:ring-offset-sky-300\/5:hover{--tw-ring-offset-color: rgb(125 211 252 / .05)}.hover\:ring-offset-sky-300\/10:hover{--tw-ring-offset-color: rgb(125 211 252 / .1)}.hover\:ring-offset-sky-300\/20:hover{--tw-ring-offset-color: rgb(125 211 252 / .2)}.hover\:ring-offset-sky-300\/25:hover{--tw-ring-offset-color: rgb(125 211 252 / .25)}.hover\:ring-offset-sky-300\/30:hover{--tw-ring-offset-color: rgb(125 211 252 / .3)}.hover\:ring-offset-sky-300\/40:hover{--tw-ring-offset-color: rgb(125 211 252 / .4)}.hover\:ring-offset-sky-300\/50:hover{--tw-ring-offset-color: rgb(125 211 252 / .5)}.hover\:ring-offset-sky-300\/60:hover{--tw-ring-offset-color: rgb(125 211 252 / .6)}.hover\:ring-offset-sky-300\/70:hover{--tw-ring-offset-color: rgb(125 211 252 / .7)}.hover\:ring-offset-sky-300\/75:hover{--tw-ring-offset-color: rgb(125 211 252 / .75)}.hover\:ring-offset-sky-300\/80:hover{--tw-ring-offset-color: rgb(125 211 252 / .8)}.hover\:ring-offset-sky-300\/90:hover{--tw-ring-offset-color: rgb(125 211 252 / .9)}.hover\:ring-offset-sky-300\/95:hover{--tw-ring-offset-color: rgb(125 211 252 / .95)}.hover\:ring-offset-sky-300\/100:hover{--tw-ring-offset-color: rgb(125 211 252 / 1)}.hover\:ring-offset-sky-400\/0:hover{--tw-ring-offset-color: rgb(56 189 248 / 0)}.hover\:ring-offset-sky-400\/5:hover{--tw-ring-offset-color: rgb(56 189 248 / .05)}.hover\:ring-offset-sky-400\/10:hover{--tw-ring-offset-color: rgb(56 189 248 / .1)}.hover\:ring-offset-sky-400\/20:hover{--tw-ring-offset-color: rgb(56 189 248 / .2)}.hover\:ring-offset-sky-400\/25:hover{--tw-ring-offset-color: rgb(56 189 248 / .25)}.hover\:ring-offset-sky-400\/30:hover{--tw-ring-offset-color: rgb(56 189 248 / .3)}.hover\:ring-offset-sky-400\/40:hover{--tw-ring-offset-color: rgb(56 189 248 / .4)}.hover\:ring-offset-sky-400\/50:hover{--tw-ring-offset-color: rgb(56 189 248 / .5)}.hover\:ring-offset-sky-400\/60:hover{--tw-ring-offset-color: rgb(56 189 248 / .6)}.hover\:ring-offset-sky-400\/70:hover{--tw-ring-offset-color: rgb(56 189 248 / .7)}.hover\:ring-offset-sky-400\/75:hover{--tw-ring-offset-color: rgb(56 189 248 / .75)}.hover\:ring-offset-sky-400\/80:hover{--tw-ring-offset-color: rgb(56 189 248 / .8)}.hover\:ring-offset-sky-400\/90:hover{--tw-ring-offset-color: rgb(56 189 248 / .9)}.hover\:ring-offset-sky-400\/95:hover{--tw-ring-offset-color: rgb(56 189 248 / .95)}.hover\:ring-offset-sky-400\/100:hover{--tw-ring-offset-color: rgb(56 189 248 / 1)}.hover\:ring-offset-sky-500\/0:hover{--tw-ring-offset-color: rgb(14 165 233 / 0)}.hover\:ring-offset-sky-500\/5:hover{--tw-ring-offset-color: rgb(14 165 233 / .05)}.hover\:ring-offset-sky-500\/10:hover{--tw-ring-offset-color: rgb(14 165 233 / .1)}.hover\:ring-offset-sky-500\/20:hover{--tw-ring-offset-color: rgb(14 165 233 / .2)}.hover\:ring-offset-sky-500\/25:hover{--tw-ring-offset-color: rgb(14 165 233 / .25)}.hover\:ring-offset-sky-500\/30:hover{--tw-ring-offset-color: rgb(14 165 233 / .3)}.hover\:ring-offset-sky-500\/40:hover{--tw-ring-offset-color: rgb(14 165 233 / .4)}.hover\:ring-offset-sky-500\/50:hover{--tw-ring-offset-color: rgb(14 165 233 / .5)}.hover\:ring-offset-sky-500\/60:hover{--tw-ring-offset-color: rgb(14 165 233 / .6)}.hover\:ring-offset-sky-500\/70:hover{--tw-ring-offset-color: rgb(14 165 233 / .7)}.hover\:ring-offset-sky-500\/75:hover{--tw-ring-offset-color: rgb(14 165 233 / .75)}.hover\:ring-offset-sky-500\/80:hover{--tw-ring-offset-color: rgb(14 165 233 / .8)}.hover\:ring-offset-sky-500\/90:hover{--tw-ring-offset-color: rgb(14 165 233 / .9)}.hover\:ring-offset-sky-500\/95:hover{--tw-ring-offset-color: rgb(14 165 233 / .95)}.hover\:ring-offset-sky-500\/100:hover{--tw-ring-offset-color: rgb(14 165 233 / 1)}.hover\:ring-offset-sky-600\/0:hover{--tw-ring-offset-color: rgb(2 132 199 / 0)}.hover\:ring-offset-sky-600\/5:hover{--tw-ring-offset-color: rgb(2 132 199 / .05)}.hover\:ring-offset-sky-600\/10:hover{--tw-ring-offset-color: rgb(2 132 199 / .1)}.hover\:ring-offset-sky-600\/20:hover{--tw-ring-offset-color: rgb(2 132 199 / .2)}.hover\:ring-offset-sky-600\/25:hover{--tw-ring-offset-color: rgb(2 132 199 / .25)}.hover\:ring-offset-sky-600\/30:hover{--tw-ring-offset-color: rgb(2 132 199 / .3)}.hover\:ring-offset-sky-600\/40:hover{--tw-ring-offset-color: rgb(2 132 199 / .4)}.hover\:ring-offset-sky-600\/50:hover{--tw-ring-offset-color: rgb(2 132 199 / .5)}.hover\:ring-offset-sky-600\/60:hover{--tw-ring-offset-color: rgb(2 132 199 / .6)}.hover\:ring-offset-sky-600\/70:hover{--tw-ring-offset-color: rgb(2 132 199 / .7)}.hover\:ring-offset-sky-600\/75:hover{--tw-ring-offset-color: rgb(2 132 199 / .75)}.hover\:ring-offset-sky-600\/80:hover{--tw-ring-offset-color: rgb(2 132 199 / .8)}.hover\:ring-offset-sky-600\/90:hover{--tw-ring-offset-color: rgb(2 132 199 / .9)}.hover\:ring-offset-sky-600\/95:hover{--tw-ring-offset-color: rgb(2 132 199 / .95)}.hover\:ring-offset-sky-600\/100:hover{--tw-ring-offset-color: rgb(2 132 199 / 1)}.hover\:ring-offset-sky-700\/0:hover{--tw-ring-offset-color: rgb(3 105 161 / 0)}.hover\:ring-offset-sky-700\/5:hover{--tw-ring-offset-color: rgb(3 105 161 / .05)}.hover\:ring-offset-sky-700\/10:hover{--tw-ring-offset-color: rgb(3 105 161 / .1)}.hover\:ring-offset-sky-700\/20:hover{--tw-ring-offset-color: rgb(3 105 161 / .2)}.hover\:ring-offset-sky-700\/25:hover{--tw-ring-offset-color: rgb(3 105 161 / .25)}.hover\:ring-offset-sky-700\/30:hover{--tw-ring-offset-color: rgb(3 105 161 / .3)}.hover\:ring-offset-sky-700\/40:hover{--tw-ring-offset-color: rgb(3 105 161 / .4)}.hover\:ring-offset-sky-700\/50:hover{--tw-ring-offset-color: rgb(3 105 161 / .5)}.hover\:ring-offset-sky-700\/60:hover{--tw-ring-offset-color: rgb(3 105 161 / .6)}.hover\:ring-offset-sky-700\/70:hover{--tw-ring-offset-color: rgb(3 105 161 / .7)}.hover\:ring-offset-sky-700\/75:hover{--tw-ring-offset-color: rgb(3 105 161 / .75)}.hover\:ring-offset-sky-700\/80:hover{--tw-ring-offset-color: rgb(3 105 161 / .8)}.hover\:ring-offset-sky-700\/90:hover{--tw-ring-offset-color: rgb(3 105 161 / .9)}.hover\:ring-offset-sky-700\/95:hover{--tw-ring-offset-color: rgb(3 105 161 / .95)}.hover\:ring-offset-sky-700\/100:hover{--tw-ring-offset-color: rgb(3 105 161 / 1)}.hover\:ring-offset-sky-800\/0:hover{--tw-ring-offset-color: rgb(7 89 133 / 0)}.hover\:ring-offset-sky-800\/5:hover{--tw-ring-offset-color: rgb(7 89 133 / .05)}.hover\:ring-offset-sky-800\/10:hover{--tw-ring-offset-color: rgb(7 89 133 / .1)}.hover\:ring-offset-sky-800\/20:hover{--tw-ring-offset-color: rgb(7 89 133 / .2)}.hover\:ring-offset-sky-800\/25:hover{--tw-ring-offset-color: rgb(7 89 133 / .25)}.hover\:ring-offset-sky-800\/30:hover{--tw-ring-offset-color: rgb(7 89 133 / .3)}.hover\:ring-offset-sky-800\/40:hover{--tw-ring-offset-color: rgb(7 89 133 / .4)}.hover\:ring-offset-sky-800\/50:hover{--tw-ring-offset-color: rgb(7 89 133 / .5)}.hover\:ring-offset-sky-800\/60:hover{--tw-ring-offset-color: rgb(7 89 133 / .6)}.hover\:ring-offset-sky-800\/70:hover{--tw-ring-offset-color: rgb(7 89 133 / .7)}.hover\:ring-offset-sky-800\/75:hover{--tw-ring-offset-color: rgb(7 89 133 / .75)}.hover\:ring-offset-sky-800\/80:hover{--tw-ring-offset-color: rgb(7 89 133 / .8)}.hover\:ring-offset-sky-800\/90:hover{--tw-ring-offset-color: rgb(7 89 133 / .9)}.hover\:ring-offset-sky-800\/95:hover{--tw-ring-offset-color: rgb(7 89 133 / .95)}.hover\:ring-offset-sky-800\/100:hover{--tw-ring-offset-color: rgb(7 89 133 / 1)}.hover\:ring-offset-sky-900\/0:hover{--tw-ring-offset-color: rgb(12 74 110 / 0)}.hover\:ring-offset-sky-900\/5:hover{--tw-ring-offset-color: rgb(12 74 110 / .05)}.hover\:ring-offset-sky-900\/10:hover{--tw-ring-offset-color: rgb(12 74 110 / .1)}.hover\:ring-offset-sky-900\/20:hover{--tw-ring-offset-color: rgb(12 74 110 / .2)}.hover\:ring-offset-sky-900\/25:hover{--tw-ring-offset-color: rgb(12 74 110 / .25)}.hover\:ring-offset-sky-900\/30:hover{--tw-ring-offset-color: rgb(12 74 110 / .3)}.hover\:ring-offset-sky-900\/40:hover{--tw-ring-offset-color: rgb(12 74 110 / .4)}.hover\:ring-offset-sky-900\/50:hover{--tw-ring-offset-color: rgb(12 74 110 / .5)}.hover\:ring-offset-sky-900\/60:hover{--tw-ring-offset-color: rgb(12 74 110 / .6)}.hover\:ring-offset-sky-900\/70:hover{--tw-ring-offset-color: rgb(12 74 110 / .7)}.hover\:ring-offset-sky-900\/75:hover{--tw-ring-offset-color: rgb(12 74 110 / .75)}.hover\:ring-offset-sky-900\/80:hover{--tw-ring-offset-color: rgb(12 74 110 / .8)}.hover\:ring-offset-sky-900\/90:hover{--tw-ring-offset-color: rgb(12 74 110 / .9)}.hover\:ring-offset-sky-900\/95:hover{--tw-ring-offset-color: rgb(12 74 110 / .95)}.hover\:ring-offset-sky-900\/100:hover{--tw-ring-offset-color: rgb(12 74 110 / 1)}.hover\:ring-offset-blue-50\/0:hover{--tw-ring-offset-color: rgb(239 246 255 / 0)}.hover\:ring-offset-blue-50\/5:hover{--tw-ring-offset-color: rgb(239 246 255 / .05)}.hover\:ring-offset-blue-50\/10:hover{--tw-ring-offset-color: rgb(239 246 255 / .1)}.hover\:ring-offset-blue-50\/20:hover{--tw-ring-offset-color: rgb(239 246 255 / .2)}.hover\:ring-offset-blue-50\/25:hover{--tw-ring-offset-color: rgb(239 246 255 / .25)}.hover\:ring-offset-blue-50\/30:hover{--tw-ring-offset-color: rgb(239 246 255 / .3)}.hover\:ring-offset-blue-50\/40:hover{--tw-ring-offset-color: rgb(239 246 255 / .4)}.hover\:ring-offset-blue-50\/50:hover{--tw-ring-offset-color: rgb(239 246 255 / .5)}.hover\:ring-offset-blue-50\/60:hover{--tw-ring-offset-color: rgb(239 246 255 / .6)}.hover\:ring-offset-blue-50\/70:hover{--tw-ring-offset-color: rgb(239 246 255 / .7)}.hover\:ring-offset-blue-50\/75:hover{--tw-ring-offset-color: rgb(239 246 255 / .75)}.hover\:ring-offset-blue-50\/80:hover{--tw-ring-offset-color: rgb(239 246 255 / .8)}.hover\:ring-offset-blue-50\/90:hover{--tw-ring-offset-color: rgb(239 246 255 / .9)}.hover\:ring-offset-blue-50\/95:hover{--tw-ring-offset-color: rgb(239 246 255 / .95)}.hover\:ring-offset-blue-50\/100:hover{--tw-ring-offset-color: rgb(239 246 255 / 1)}.hover\:ring-offset-blue-100\/0:hover{--tw-ring-offset-color: rgb(242 243 253 / 0)}.hover\:ring-offset-blue-100\/5:hover{--tw-ring-offset-color: rgb(242 243 253 / .05)}.hover\:ring-offset-blue-100\/10:hover{--tw-ring-offset-color: rgb(242 243 253 / .1)}.hover\:ring-offset-blue-100\/20:hover{--tw-ring-offset-color: rgb(242 243 253 / .2)}.hover\:ring-offset-blue-100\/25:hover{--tw-ring-offset-color: rgb(242 243 253 / .25)}.hover\:ring-offset-blue-100\/30:hover{--tw-ring-offset-color: rgb(242 243 253 / .3)}.hover\:ring-offset-blue-100\/40:hover{--tw-ring-offset-color: rgb(242 243 253 / .4)}.hover\:ring-offset-blue-100\/50:hover{--tw-ring-offset-color: rgb(242 243 253 / .5)}.hover\:ring-offset-blue-100\/60:hover{--tw-ring-offset-color: rgb(242 243 253 / .6)}.hover\:ring-offset-blue-100\/70:hover{--tw-ring-offset-color: rgb(242 243 253 / .7)}.hover\:ring-offset-blue-100\/75:hover{--tw-ring-offset-color: rgb(242 243 253 / .75)}.hover\:ring-offset-blue-100\/80:hover{--tw-ring-offset-color: rgb(242 243 253 / .8)}.hover\:ring-offset-blue-100\/90:hover{--tw-ring-offset-color: rgb(242 243 253 / .9)}.hover\:ring-offset-blue-100\/95:hover{--tw-ring-offset-color: rgb(242 243 253 / .95)}.hover\:ring-offset-blue-100\/100:hover{--tw-ring-offset-color: rgb(242 243 253 / 1)}.hover\:ring-offset-blue-200\/0:hover{--tw-ring-offset-color: rgb(228 232 251 / 0)}.hover\:ring-offset-blue-200\/5:hover{--tw-ring-offset-color: rgb(228 232 251 / .05)}.hover\:ring-offset-blue-200\/10:hover{--tw-ring-offset-color: rgb(228 232 251 / .1)}.hover\:ring-offset-blue-200\/20:hover{--tw-ring-offset-color: rgb(228 232 251 / .2)}.hover\:ring-offset-blue-200\/25:hover{--tw-ring-offset-color: rgb(228 232 251 / .25)}.hover\:ring-offset-blue-200\/30:hover{--tw-ring-offset-color: rgb(228 232 251 / .3)}.hover\:ring-offset-blue-200\/40:hover{--tw-ring-offset-color: rgb(228 232 251 / .4)}.hover\:ring-offset-blue-200\/50:hover{--tw-ring-offset-color: rgb(228 232 251 / .5)}.hover\:ring-offset-blue-200\/60:hover{--tw-ring-offset-color: rgb(228 232 251 / .6)}.hover\:ring-offset-blue-200\/70:hover{--tw-ring-offset-color: rgb(228 232 251 / .7)}.hover\:ring-offset-blue-200\/75:hover{--tw-ring-offset-color: rgb(228 232 251 / .75)}.hover\:ring-offset-blue-200\/80:hover{--tw-ring-offset-color: rgb(228 232 251 / .8)}.hover\:ring-offset-blue-200\/90:hover{--tw-ring-offset-color: rgb(228 232 251 / .9)}.hover\:ring-offset-blue-200\/95:hover{--tw-ring-offset-color: rgb(228 232 251 / .95)}.hover\:ring-offset-blue-200\/100:hover{--tw-ring-offset-color: rgb(228 232 251 / 1)}.hover\:ring-offset-blue-300\/0:hover{--tw-ring-offset-color: rgb(198 207 247 / 0)}.hover\:ring-offset-blue-300\/5:hover{--tw-ring-offset-color: rgb(198 207 247 / .05)}.hover\:ring-offset-blue-300\/10:hover{--tw-ring-offset-color: rgb(198 207 247 / .1)}.hover\:ring-offset-blue-300\/20:hover{--tw-ring-offset-color: rgb(198 207 247 / .2)}.hover\:ring-offset-blue-300\/25:hover{--tw-ring-offset-color: rgb(198 207 247 / .25)}.hover\:ring-offset-blue-300\/30:hover{--tw-ring-offset-color: rgb(198 207 247 / .3)}.hover\:ring-offset-blue-300\/40:hover{--tw-ring-offset-color: rgb(198 207 247 / .4)}.hover\:ring-offset-blue-300\/50:hover{--tw-ring-offset-color: rgb(198 207 247 / .5)}.hover\:ring-offset-blue-300\/60:hover{--tw-ring-offset-color: rgb(198 207 247 / .6)}.hover\:ring-offset-blue-300\/70:hover{--tw-ring-offset-color: rgb(198 207 247 / .7)}.hover\:ring-offset-blue-300\/75:hover{--tw-ring-offset-color: rgb(198 207 247 / .75)}.hover\:ring-offset-blue-300\/80:hover{--tw-ring-offset-color: rgb(198 207 247 / .8)}.hover\:ring-offset-blue-300\/90:hover{--tw-ring-offset-color: rgb(198 207 247 / .9)}.hover\:ring-offset-blue-300\/95:hover{--tw-ring-offset-color: rgb(198 207 247 / .95)}.hover\:ring-offset-blue-300\/100:hover{--tw-ring-offset-color: rgb(198 207 247 / 1)}.hover\:ring-offset-blue-400\/0:hover{--tw-ring-offset-color: rgb(163 178 243 / 0)}.hover\:ring-offset-blue-400\/5:hover{--tw-ring-offset-color: rgb(163 178 243 / .05)}.hover\:ring-offset-blue-400\/10:hover{--tw-ring-offset-color: rgb(163 178 243 / .1)}.hover\:ring-offset-blue-400\/20:hover{--tw-ring-offset-color: rgb(163 178 243 / .2)}.hover\:ring-offset-blue-400\/25:hover{--tw-ring-offset-color: rgb(163 178 243 / .25)}.hover\:ring-offset-blue-400\/30:hover{--tw-ring-offset-color: rgb(163 178 243 / .3)}.hover\:ring-offset-blue-400\/40:hover{--tw-ring-offset-color: rgb(163 178 243 / .4)}.hover\:ring-offset-blue-400\/50:hover{--tw-ring-offset-color: rgb(163 178 243 / .5)}.hover\:ring-offset-blue-400\/60:hover{--tw-ring-offset-color: rgb(163 178 243 / .6)}.hover\:ring-offset-blue-400\/70:hover{--tw-ring-offset-color: rgb(163 178 243 / .7)}.hover\:ring-offset-blue-400\/75:hover{--tw-ring-offset-color: rgb(163 178 243 / .75)}.hover\:ring-offset-blue-400\/80:hover{--tw-ring-offset-color: rgb(163 178 243 / .8)}.hover\:ring-offset-blue-400\/90:hover{--tw-ring-offset-color: rgb(163 178 243 / .9)}.hover\:ring-offset-blue-400\/95:hover{--tw-ring-offset-color: rgb(163 178 243 / .95)}.hover\:ring-offset-blue-400\/100:hover{--tw-ring-offset-color: rgb(163 178 243 / 1)}.hover\:ring-offset-blue-500\/0:hover{--tw-ring-offset-color: rgb(118 144 239 / 0)}.hover\:ring-offset-blue-500\/5:hover{--tw-ring-offset-color: rgb(118 144 239 / .05)}.hover\:ring-offset-blue-500\/10:hover{--tw-ring-offset-color: rgb(118 144 239 / .1)}.hover\:ring-offset-blue-500\/20:hover{--tw-ring-offset-color: rgb(118 144 239 / .2)}.hover\:ring-offset-blue-500\/25:hover{--tw-ring-offset-color: rgb(118 144 239 / .25)}.hover\:ring-offset-blue-500\/30:hover{--tw-ring-offset-color: rgb(118 144 239 / .3)}.hover\:ring-offset-blue-500\/40:hover{--tw-ring-offset-color: rgb(118 144 239 / .4)}.hover\:ring-offset-blue-500\/50:hover{--tw-ring-offset-color: rgb(118 144 239 / .5)}.hover\:ring-offset-blue-500\/60:hover{--tw-ring-offset-color: rgb(118 144 239 / .6)}.hover\:ring-offset-blue-500\/70:hover{--tw-ring-offset-color: rgb(118 144 239 / .7)}.hover\:ring-offset-blue-500\/75:hover{--tw-ring-offset-color: rgb(118 144 239 / .75)}.hover\:ring-offset-blue-500\/80:hover{--tw-ring-offset-color: rgb(118 144 239 / .8)}.hover\:ring-offset-blue-500\/90:hover{--tw-ring-offset-color: rgb(118 144 239 / .9)}.hover\:ring-offset-blue-500\/95:hover{--tw-ring-offset-color: rgb(118 144 239 / .95)}.hover\:ring-offset-blue-500\/100:hover{--tw-ring-offset-color: rgb(118 144 239 / 1)}.hover\:ring-offset-blue-600\/0:hover{--tw-ring-offset-color: rgb(37 99 235 / 0)}.hover\:ring-offset-blue-600\/5:hover{--tw-ring-offset-color: rgb(37 99 235 / .05)}.hover\:ring-offset-blue-600\/10:hover{--tw-ring-offset-color: rgb(37 99 235 / .1)}.hover\:ring-offset-blue-600\/20:hover{--tw-ring-offset-color: rgb(37 99 235 / .2)}.hover\:ring-offset-blue-600\/25:hover{--tw-ring-offset-color: rgb(37 99 235 / .25)}.hover\:ring-offset-blue-600\/30:hover{--tw-ring-offset-color: rgb(37 99 235 / .3)}.hover\:ring-offset-blue-600\/40:hover{--tw-ring-offset-color: rgb(37 99 235 / .4)}.hover\:ring-offset-blue-600\/50:hover{--tw-ring-offset-color: rgb(37 99 235 / .5)}.hover\:ring-offset-blue-600\/60:hover{--tw-ring-offset-color: rgb(37 99 235 / .6)}.hover\:ring-offset-blue-600\/70:hover{--tw-ring-offset-color: rgb(37 99 235 / .7)}.hover\:ring-offset-blue-600\/75:hover{--tw-ring-offset-color: rgb(37 99 235 / .75)}.hover\:ring-offset-blue-600\/80:hover{--tw-ring-offset-color: rgb(37 99 235 / .8)}.hover\:ring-offset-blue-600\/90:hover{--tw-ring-offset-color: rgb(37 99 235 / .9)}.hover\:ring-offset-blue-600\/95:hover{--tw-ring-offset-color: rgb(37 99 235 / .95)}.hover\:ring-offset-blue-600\/100:hover{--tw-ring-offset-color: rgb(37 99 235 / 1)}.hover\:ring-offset-blue-700\/0:hover{--tw-ring-offset-color: rgb(33 88 210 / 0)}.hover\:ring-offset-blue-700\/5:hover{--tw-ring-offset-color: rgb(33 88 210 / .05)}.hover\:ring-offset-blue-700\/10:hover{--tw-ring-offset-color: rgb(33 88 210 / .1)}.hover\:ring-offset-blue-700\/20:hover{--tw-ring-offset-color: rgb(33 88 210 / .2)}.hover\:ring-offset-blue-700\/25:hover{--tw-ring-offset-color: rgb(33 88 210 / .25)}.hover\:ring-offset-blue-700\/30:hover{--tw-ring-offset-color: rgb(33 88 210 / .3)}.hover\:ring-offset-blue-700\/40:hover{--tw-ring-offset-color: rgb(33 88 210 / .4)}.hover\:ring-offset-blue-700\/50:hover{--tw-ring-offset-color: rgb(33 88 210 / .5)}.hover\:ring-offset-blue-700\/60:hover{--tw-ring-offset-color: rgb(33 88 210 / .6)}.hover\:ring-offset-blue-700\/70:hover{--tw-ring-offset-color: rgb(33 88 210 / .7)}.hover\:ring-offset-blue-700\/75:hover{--tw-ring-offset-color: rgb(33 88 210 / .75)}.hover\:ring-offset-blue-700\/80:hover{--tw-ring-offset-color: rgb(33 88 210 / .8)}.hover\:ring-offset-blue-700\/90:hover{--tw-ring-offset-color: rgb(33 88 210 / .9)}.hover\:ring-offset-blue-700\/95:hover{--tw-ring-offset-color: rgb(33 88 210 / .95)}.hover\:ring-offset-blue-700\/100:hover{--tw-ring-offset-color: rgb(33 88 210 / 1)}.hover\:ring-offset-blue-800\/0:hover{--tw-ring-offset-color: rgb(28 76 182 / 0)}.hover\:ring-offset-blue-800\/5:hover{--tw-ring-offset-color: rgb(28 76 182 / .05)}.hover\:ring-offset-blue-800\/10:hover{--tw-ring-offset-color: rgb(28 76 182 / .1)}.hover\:ring-offset-blue-800\/20:hover{--tw-ring-offset-color: rgb(28 76 182 / .2)}.hover\:ring-offset-blue-800\/25:hover{--tw-ring-offset-color: rgb(28 76 182 / .25)}.hover\:ring-offset-blue-800\/30:hover{--tw-ring-offset-color: rgb(28 76 182 / .3)}.hover\:ring-offset-blue-800\/40:hover{--tw-ring-offset-color: rgb(28 76 182 / .4)}.hover\:ring-offset-blue-800\/50:hover{--tw-ring-offset-color: rgb(28 76 182 / .5)}.hover\:ring-offset-blue-800\/60:hover{--tw-ring-offset-color: rgb(28 76 182 / .6)}.hover\:ring-offset-blue-800\/70:hover{--tw-ring-offset-color: rgb(28 76 182 / .7)}.hover\:ring-offset-blue-800\/75:hover{--tw-ring-offset-color: rgb(28 76 182 / .75)}.hover\:ring-offset-blue-800\/80:hover{--tw-ring-offset-color: rgb(28 76 182 / .8)}.hover\:ring-offset-blue-800\/90:hover{--tw-ring-offset-color: rgb(28 76 182 / .9)}.hover\:ring-offset-blue-800\/95:hover{--tw-ring-offset-color: rgb(28 76 182 / .95)}.hover\:ring-offset-blue-800\/100:hover{--tw-ring-offset-color: rgb(28 76 182 / 1)}.hover\:ring-offset-blue-900\/0:hover{--tw-ring-offset-color: rgb(23 62 148 / 0)}.hover\:ring-offset-blue-900\/5:hover{--tw-ring-offset-color: rgb(23 62 148 / .05)}.hover\:ring-offset-blue-900\/10:hover{--tw-ring-offset-color: rgb(23 62 148 / .1)}.hover\:ring-offset-blue-900\/20:hover{--tw-ring-offset-color: rgb(23 62 148 / .2)}.hover\:ring-offset-blue-900\/25:hover{--tw-ring-offset-color: rgb(23 62 148 / .25)}.hover\:ring-offset-blue-900\/30:hover{--tw-ring-offset-color: rgb(23 62 148 / .3)}.hover\:ring-offset-blue-900\/40:hover{--tw-ring-offset-color: rgb(23 62 148 / .4)}.hover\:ring-offset-blue-900\/50:hover{--tw-ring-offset-color: rgb(23 62 148 / .5)}.hover\:ring-offset-blue-900\/60:hover{--tw-ring-offset-color: rgb(23 62 148 / .6)}.hover\:ring-offset-blue-900\/70:hover{--tw-ring-offset-color: rgb(23 62 148 / .7)}.hover\:ring-offset-blue-900\/75:hover{--tw-ring-offset-color: rgb(23 62 148 / .75)}.hover\:ring-offset-blue-900\/80:hover{--tw-ring-offset-color: rgb(23 62 148 / .8)}.hover\:ring-offset-blue-900\/90:hover{--tw-ring-offset-color: rgb(23 62 148 / .9)}.hover\:ring-offset-blue-900\/95:hover{--tw-ring-offset-color: rgb(23 62 148 / .95)}.hover\:ring-offset-blue-900\/100:hover{--tw-ring-offset-color: rgb(23 62 148 / 1)}.hover\:ring-offset-indigo-50\/0:hover{--tw-ring-offset-color: rgb(238 242 255 / 0)}.hover\:ring-offset-indigo-50\/5:hover{--tw-ring-offset-color: rgb(238 242 255 / .05)}.hover\:ring-offset-indigo-50\/10:hover{--tw-ring-offset-color: rgb(238 242 255 / .1)}.hover\:ring-offset-indigo-50\/20:hover{--tw-ring-offset-color: rgb(238 242 255 / .2)}.hover\:ring-offset-indigo-50\/25:hover{--tw-ring-offset-color: rgb(238 242 255 / .25)}.hover\:ring-offset-indigo-50\/30:hover{--tw-ring-offset-color: rgb(238 242 255 / .3)}.hover\:ring-offset-indigo-50\/40:hover{--tw-ring-offset-color: rgb(238 242 255 / .4)}.hover\:ring-offset-indigo-50\/50:hover{--tw-ring-offset-color: rgb(238 242 255 / .5)}.hover\:ring-offset-indigo-50\/60:hover{--tw-ring-offset-color: rgb(238 242 255 / .6)}.hover\:ring-offset-indigo-50\/70:hover{--tw-ring-offset-color: rgb(238 242 255 / .7)}.hover\:ring-offset-indigo-50\/75:hover{--tw-ring-offset-color: rgb(238 242 255 / .75)}.hover\:ring-offset-indigo-50\/80:hover{--tw-ring-offset-color: rgb(238 242 255 / .8)}.hover\:ring-offset-indigo-50\/90:hover{--tw-ring-offset-color: rgb(238 242 255 / .9)}.hover\:ring-offset-indigo-50\/95:hover{--tw-ring-offset-color: rgb(238 242 255 / .95)}.hover\:ring-offset-indigo-50\/100:hover{--tw-ring-offset-color: rgb(238 242 255 / 1)}.hover\:ring-offset-indigo-100\/0:hover{--tw-ring-offset-color: rgb(224 231 255 / 0)}.hover\:ring-offset-indigo-100\/5:hover{--tw-ring-offset-color: rgb(224 231 255 / .05)}.hover\:ring-offset-indigo-100\/10:hover{--tw-ring-offset-color: rgb(224 231 255 / .1)}.hover\:ring-offset-indigo-100\/20:hover{--tw-ring-offset-color: rgb(224 231 255 / .2)}.hover\:ring-offset-indigo-100\/25:hover{--tw-ring-offset-color: rgb(224 231 255 / .25)}.hover\:ring-offset-indigo-100\/30:hover{--tw-ring-offset-color: rgb(224 231 255 / .3)}.hover\:ring-offset-indigo-100\/40:hover{--tw-ring-offset-color: rgb(224 231 255 / .4)}.hover\:ring-offset-indigo-100\/50:hover{--tw-ring-offset-color: rgb(224 231 255 / .5)}.hover\:ring-offset-indigo-100\/60:hover{--tw-ring-offset-color: rgb(224 231 255 / .6)}.hover\:ring-offset-indigo-100\/70:hover{--tw-ring-offset-color: rgb(224 231 255 / .7)}.hover\:ring-offset-indigo-100\/75:hover{--tw-ring-offset-color: rgb(224 231 255 / .75)}.hover\:ring-offset-indigo-100\/80:hover{--tw-ring-offset-color: rgb(224 231 255 / .8)}.hover\:ring-offset-indigo-100\/90:hover{--tw-ring-offset-color: rgb(224 231 255 / .9)}.hover\:ring-offset-indigo-100\/95:hover{--tw-ring-offset-color: rgb(224 231 255 / .95)}.hover\:ring-offset-indigo-100\/100:hover{--tw-ring-offset-color: rgb(224 231 255 / 1)}.hover\:ring-offset-indigo-200\/0:hover{--tw-ring-offset-color: rgb(199 210 254 / 0)}.hover\:ring-offset-indigo-200\/5:hover{--tw-ring-offset-color: rgb(199 210 254 / .05)}.hover\:ring-offset-indigo-200\/10:hover{--tw-ring-offset-color: rgb(199 210 254 / .1)}.hover\:ring-offset-indigo-200\/20:hover{--tw-ring-offset-color: rgb(199 210 254 / .2)}.hover\:ring-offset-indigo-200\/25:hover{--tw-ring-offset-color: rgb(199 210 254 / .25)}.hover\:ring-offset-indigo-200\/30:hover{--tw-ring-offset-color: rgb(199 210 254 / .3)}.hover\:ring-offset-indigo-200\/40:hover{--tw-ring-offset-color: rgb(199 210 254 / .4)}.hover\:ring-offset-indigo-200\/50:hover{--tw-ring-offset-color: rgb(199 210 254 / .5)}.hover\:ring-offset-indigo-200\/60:hover{--tw-ring-offset-color: rgb(199 210 254 / .6)}.hover\:ring-offset-indigo-200\/70:hover{--tw-ring-offset-color: rgb(199 210 254 / .7)}.hover\:ring-offset-indigo-200\/75:hover{--tw-ring-offset-color: rgb(199 210 254 / .75)}.hover\:ring-offset-indigo-200\/80:hover{--tw-ring-offset-color: rgb(199 210 254 / .8)}.hover\:ring-offset-indigo-200\/90:hover{--tw-ring-offset-color: rgb(199 210 254 / .9)}.hover\:ring-offset-indigo-200\/95:hover{--tw-ring-offset-color: rgb(199 210 254 / .95)}.hover\:ring-offset-indigo-200\/100:hover{--tw-ring-offset-color: rgb(199 210 254 / 1)}.hover\:ring-offset-indigo-300\/0:hover{--tw-ring-offset-color: rgb(165 180 252 / 0)}.hover\:ring-offset-indigo-300\/5:hover{--tw-ring-offset-color: rgb(165 180 252 / .05)}.hover\:ring-offset-indigo-300\/10:hover{--tw-ring-offset-color: rgb(165 180 252 / .1)}.hover\:ring-offset-indigo-300\/20:hover{--tw-ring-offset-color: rgb(165 180 252 / .2)}.hover\:ring-offset-indigo-300\/25:hover{--tw-ring-offset-color: rgb(165 180 252 / .25)}.hover\:ring-offset-indigo-300\/30:hover{--tw-ring-offset-color: rgb(165 180 252 / .3)}.hover\:ring-offset-indigo-300\/40:hover{--tw-ring-offset-color: rgb(165 180 252 / .4)}.hover\:ring-offset-indigo-300\/50:hover{--tw-ring-offset-color: rgb(165 180 252 / .5)}.hover\:ring-offset-indigo-300\/60:hover{--tw-ring-offset-color: rgb(165 180 252 / .6)}.hover\:ring-offset-indigo-300\/70:hover{--tw-ring-offset-color: rgb(165 180 252 / .7)}.hover\:ring-offset-indigo-300\/75:hover{--tw-ring-offset-color: rgb(165 180 252 / .75)}.hover\:ring-offset-indigo-300\/80:hover{--tw-ring-offset-color: rgb(165 180 252 / .8)}.hover\:ring-offset-indigo-300\/90:hover{--tw-ring-offset-color: rgb(165 180 252 / .9)}.hover\:ring-offset-indigo-300\/95:hover{--tw-ring-offset-color: rgb(165 180 252 / .95)}.hover\:ring-offset-indigo-300\/100:hover{--tw-ring-offset-color: rgb(165 180 252 / 1)}.hover\:ring-offset-indigo-400\/0:hover{--tw-ring-offset-color: rgb(129 140 248 / 0)}.hover\:ring-offset-indigo-400\/5:hover{--tw-ring-offset-color: rgb(129 140 248 / .05)}.hover\:ring-offset-indigo-400\/10:hover{--tw-ring-offset-color: rgb(129 140 248 / .1)}.hover\:ring-offset-indigo-400\/20:hover{--tw-ring-offset-color: rgb(129 140 248 / .2)}.hover\:ring-offset-indigo-400\/25:hover{--tw-ring-offset-color: rgb(129 140 248 / .25)}.hover\:ring-offset-indigo-400\/30:hover{--tw-ring-offset-color: rgb(129 140 248 / .3)}.hover\:ring-offset-indigo-400\/40:hover{--tw-ring-offset-color: rgb(129 140 248 / .4)}.hover\:ring-offset-indigo-400\/50:hover{--tw-ring-offset-color: rgb(129 140 248 / .5)}.hover\:ring-offset-indigo-400\/60:hover{--tw-ring-offset-color: rgb(129 140 248 / .6)}.hover\:ring-offset-indigo-400\/70:hover{--tw-ring-offset-color: rgb(129 140 248 / .7)}.hover\:ring-offset-indigo-400\/75:hover{--tw-ring-offset-color: rgb(129 140 248 / .75)}.hover\:ring-offset-indigo-400\/80:hover{--tw-ring-offset-color: rgb(129 140 248 / .8)}.hover\:ring-offset-indigo-400\/90:hover{--tw-ring-offset-color: rgb(129 140 248 / .9)}.hover\:ring-offset-indigo-400\/95:hover{--tw-ring-offset-color: rgb(129 140 248 / .95)}.hover\:ring-offset-indigo-400\/100:hover{--tw-ring-offset-color: rgb(129 140 248 / 1)}.hover\:ring-offset-indigo-500\/0:hover{--tw-ring-offset-color: rgb(99 102 241 / 0)}.hover\:ring-offset-indigo-500\/5:hover{--tw-ring-offset-color: rgb(99 102 241 / .05)}.hover\:ring-offset-indigo-500\/10:hover{--tw-ring-offset-color: rgb(99 102 241 / .1)}.hover\:ring-offset-indigo-500\/20:hover{--tw-ring-offset-color: rgb(99 102 241 / .2)}.hover\:ring-offset-indigo-500\/25:hover{--tw-ring-offset-color: rgb(99 102 241 / .25)}.hover\:ring-offset-indigo-500\/30:hover{--tw-ring-offset-color: rgb(99 102 241 / .3)}.hover\:ring-offset-indigo-500\/40:hover{--tw-ring-offset-color: rgb(99 102 241 / .4)}.hover\:ring-offset-indigo-500\/50:hover{--tw-ring-offset-color: rgb(99 102 241 / .5)}.hover\:ring-offset-indigo-500\/60:hover{--tw-ring-offset-color: rgb(99 102 241 / .6)}.hover\:ring-offset-indigo-500\/70:hover{--tw-ring-offset-color: rgb(99 102 241 / .7)}.hover\:ring-offset-indigo-500\/75:hover{--tw-ring-offset-color: rgb(99 102 241 / .75)}.hover\:ring-offset-indigo-500\/80:hover{--tw-ring-offset-color: rgb(99 102 241 / .8)}.hover\:ring-offset-indigo-500\/90:hover{--tw-ring-offset-color: rgb(99 102 241 / .9)}.hover\:ring-offset-indigo-500\/95:hover{--tw-ring-offset-color: rgb(99 102 241 / .95)}.hover\:ring-offset-indigo-500\/100:hover{--tw-ring-offset-color: rgb(99 102 241 / 1)}.hover\:ring-offset-indigo-600\/0:hover{--tw-ring-offset-color: rgb(79 70 229 / 0)}.hover\:ring-offset-indigo-600\/5:hover{--tw-ring-offset-color: rgb(79 70 229 / .05)}.hover\:ring-offset-indigo-600\/10:hover{--tw-ring-offset-color: rgb(79 70 229 / .1)}.hover\:ring-offset-indigo-600\/20:hover{--tw-ring-offset-color: rgb(79 70 229 / .2)}.hover\:ring-offset-indigo-600\/25:hover{--tw-ring-offset-color: rgb(79 70 229 / .25)}.hover\:ring-offset-indigo-600\/30:hover{--tw-ring-offset-color: rgb(79 70 229 / .3)}.hover\:ring-offset-indigo-600\/40:hover{--tw-ring-offset-color: rgb(79 70 229 / .4)}.hover\:ring-offset-indigo-600\/50:hover{--tw-ring-offset-color: rgb(79 70 229 / .5)}.hover\:ring-offset-indigo-600\/60:hover{--tw-ring-offset-color: rgb(79 70 229 / .6)}.hover\:ring-offset-indigo-600\/70:hover{--tw-ring-offset-color: rgb(79 70 229 / .7)}.hover\:ring-offset-indigo-600\/75:hover{--tw-ring-offset-color: rgb(79 70 229 / .75)}.hover\:ring-offset-indigo-600\/80:hover{--tw-ring-offset-color: rgb(79 70 229 / .8)}.hover\:ring-offset-indigo-600\/90:hover{--tw-ring-offset-color: rgb(79 70 229 / .9)}.hover\:ring-offset-indigo-600\/95:hover{--tw-ring-offset-color: rgb(79 70 229 / .95)}.hover\:ring-offset-indigo-600\/100:hover{--tw-ring-offset-color: rgb(79 70 229 / 1)}.hover\:ring-offset-indigo-700\/0:hover{--tw-ring-offset-color: rgb(67 56 202 / 0)}.hover\:ring-offset-indigo-700\/5:hover{--tw-ring-offset-color: rgb(67 56 202 / .05)}.hover\:ring-offset-indigo-700\/10:hover{--tw-ring-offset-color: rgb(67 56 202 / .1)}.hover\:ring-offset-indigo-700\/20:hover{--tw-ring-offset-color: rgb(67 56 202 / .2)}.hover\:ring-offset-indigo-700\/25:hover{--tw-ring-offset-color: rgb(67 56 202 / .25)}.hover\:ring-offset-indigo-700\/30:hover{--tw-ring-offset-color: rgb(67 56 202 / .3)}.hover\:ring-offset-indigo-700\/40:hover{--tw-ring-offset-color: rgb(67 56 202 / .4)}.hover\:ring-offset-indigo-700\/50:hover{--tw-ring-offset-color: rgb(67 56 202 / .5)}.hover\:ring-offset-indigo-700\/60:hover{--tw-ring-offset-color: rgb(67 56 202 / .6)}.hover\:ring-offset-indigo-700\/70:hover{--tw-ring-offset-color: rgb(67 56 202 / .7)}.hover\:ring-offset-indigo-700\/75:hover{--tw-ring-offset-color: rgb(67 56 202 / .75)}.hover\:ring-offset-indigo-700\/80:hover{--tw-ring-offset-color: rgb(67 56 202 / .8)}.hover\:ring-offset-indigo-700\/90:hover{--tw-ring-offset-color: rgb(67 56 202 / .9)}.hover\:ring-offset-indigo-700\/95:hover{--tw-ring-offset-color: rgb(67 56 202 / .95)}.hover\:ring-offset-indigo-700\/100:hover{--tw-ring-offset-color: rgb(67 56 202 / 1)}.hover\:ring-offset-indigo-800\/0:hover{--tw-ring-offset-color: rgb(55 48 163 / 0)}.hover\:ring-offset-indigo-800\/5:hover{--tw-ring-offset-color: rgb(55 48 163 / .05)}.hover\:ring-offset-indigo-800\/10:hover{--tw-ring-offset-color: rgb(55 48 163 / .1)}.hover\:ring-offset-indigo-800\/20:hover{--tw-ring-offset-color: rgb(55 48 163 / .2)}.hover\:ring-offset-indigo-800\/25:hover{--tw-ring-offset-color: rgb(55 48 163 / .25)}.hover\:ring-offset-indigo-800\/30:hover{--tw-ring-offset-color: rgb(55 48 163 / .3)}.hover\:ring-offset-indigo-800\/40:hover{--tw-ring-offset-color: rgb(55 48 163 / .4)}.hover\:ring-offset-indigo-800\/50:hover{--tw-ring-offset-color: rgb(55 48 163 / .5)}.hover\:ring-offset-indigo-800\/60:hover{--tw-ring-offset-color: rgb(55 48 163 / .6)}.hover\:ring-offset-indigo-800\/70:hover{--tw-ring-offset-color: rgb(55 48 163 / .7)}.hover\:ring-offset-indigo-800\/75:hover{--tw-ring-offset-color: rgb(55 48 163 / .75)}.hover\:ring-offset-indigo-800\/80:hover{--tw-ring-offset-color: rgb(55 48 163 / .8)}.hover\:ring-offset-indigo-800\/90:hover{--tw-ring-offset-color: rgb(55 48 163 / .9)}.hover\:ring-offset-indigo-800\/95:hover{--tw-ring-offset-color: rgb(55 48 163 / .95)}.hover\:ring-offset-indigo-800\/100:hover{--tw-ring-offset-color: rgb(55 48 163 / 1)}.hover\:ring-offset-indigo-900\/0:hover{--tw-ring-offset-color: rgb(49 46 129 / 0)}.hover\:ring-offset-indigo-900\/5:hover{--tw-ring-offset-color: rgb(49 46 129 / .05)}.hover\:ring-offset-indigo-900\/10:hover{--tw-ring-offset-color: rgb(49 46 129 / .1)}.hover\:ring-offset-indigo-900\/20:hover{--tw-ring-offset-color: rgb(49 46 129 / .2)}.hover\:ring-offset-indigo-900\/25:hover{--tw-ring-offset-color: rgb(49 46 129 / .25)}.hover\:ring-offset-indigo-900\/30:hover{--tw-ring-offset-color: rgb(49 46 129 / .3)}.hover\:ring-offset-indigo-900\/40:hover{--tw-ring-offset-color: rgb(49 46 129 / .4)}.hover\:ring-offset-indigo-900\/50:hover{--tw-ring-offset-color: rgb(49 46 129 / .5)}.hover\:ring-offset-indigo-900\/60:hover{--tw-ring-offset-color: rgb(49 46 129 / .6)}.hover\:ring-offset-indigo-900\/70:hover{--tw-ring-offset-color: rgb(49 46 129 / .7)}.hover\:ring-offset-indigo-900\/75:hover{--tw-ring-offset-color: rgb(49 46 129 / .75)}.hover\:ring-offset-indigo-900\/80:hover{--tw-ring-offset-color: rgb(49 46 129 / .8)}.hover\:ring-offset-indigo-900\/90:hover{--tw-ring-offset-color: rgb(49 46 129 / .9)}.hover\:ring-offset-indigo-900\/95:hover{--tw-ring-offset-color: rgb(49 46 129 / .95)}.hover\:ring-offset-indigo-900\/100:hover{--tw-ring-offset-color: rgb(49 46 129 / 1)}.hover\:ring-offset-violet-50\/0:hover{--tw-ring-offset-color: rgb(245 243 255 / 0)}.hover\:ring-offset-violet-50\/5:hover{--tw-ring-offset-color: rgb(245 243 255 / .05)}.hover\:ring-offset-violet-50\/10:hover{--tw-ring-offset-color: rgb(245 243 255 / .1)}.hover\:ring-offset-violet-50\/20:hover{--tw-ring-offset-color: rgb(245 243 255 / .2)}.hover\:ring-offset-violet-50\/25:hover{--tw-ring-offset-color: rgb(245 243 255 / .25)}.hover\:ring-offset-violet-50\/30:hover{--tw-ring-offset-color: rgb(245 243 255 / .3)}.hover\:ring-offset-violet-50\/40:hover{--tw-ring-offset-color: rgb(245 243 255 / .4)}.hover\:ring-offset-violet-50\/50:hover{--tw-ring-offset-color: rgb(245 243 255 / .5)}.hover\:ring-offset-violet-50\/60:hover{--tw-ring-offset-color: rgb(245 243 255 / .6)}.hover\:ring-offset-violet-50\/70:hover{--tw-ring-offset-color: rgb(245 243 255 / .7)}.hover\:ring-offset-violet-50\/75:hover{--tw-ring-offset-color: rgb(245 243 255 / .75)}.hover\:ring-offset-violet-50\/80:hover{--tw-ring-offset-color: rgb(245 243 255 / .8)}.hover\:ring-offset-violet-50\/90:hover{--tw-ring-offset-color: rgb(245 243 255 / .9)}.hover\:ring-offset-violet-50\/95:hover{--tw-ring-offset-color: rgb(245 243 255 / .95)}.hover\:ring-offset-violet-50\/100:hover{--tw-ring-offset-color: rgb(245 243 255 / 1)}.hover\:ring-offset-violet-100\/0:hover{--tw-ring-offset-color: rgb(237 233 254 / 0)}.hover\:ring-offset-violet-100\/5:hover{--tw-ring-offset-color: rgb(237 233 254 / .05)}.hover\:ring-offset-violet-100\/10:hover{--tw-ring-offset-color: rgb(237 233 254 / .1)}.hover\:ring-offset-violet-100\/20:hover{--tw-ring-offset-color: rgb(237 233 254 / .2)}.hover\:ring-offset-violet-100\/25:hover{--tw-ring-offset-color: rgb(237 233 254 / .25)}.hover\:ring-offset-violet-100\/30:hover{--tw-ring-offset-color: rgb(237 233 254 / .3)}.hover\:ring-offset-violet-100\/40:hover{--tw-ring-offset-color: rgb(237 233 254 / .4)}.hover\:ring-offset-violet-100\/50:hover{--tw-ring-offset-color: rgb(237 233 254 / .5)}.hover\:ring-offset-violet-100\/60:hover{--tw-ring-offset-color: rgb(237 233 254 / .6)}.hover\:ring-offset-violet-100\/70:hover{--tw-ring-offset-color: rgb(237 233 254 / .7)}.hover\:ring-offset-violet-100\/75:hover{--tw-ring-offset-color: rgb(237 233 254 / .75)}.hover\:ring-offset-violet-100\/80:hover{--tw-ring-offset-color: rgb(237 233 254 / .8)}.hover\:ring-offset-violet-100\/90:hover{--tw-ring-offset-color: rgb(237 233 254 / .9)}.hover\:ring-offset-violet-100\/95:hover{--tw-ring-offset-color: rgb(237 233 254 / .95)}.hover\:ring-offset-violet-100\/100:hover{--tw-ring-offset-color: rgb(237 233 254 / 1)}.hover\:ring-offset-violet-200\/0:hover{--tw-ring-offset-color: rgb(221 214 254 / 0)}.hover\:ring-offset-violet-200\/5:hover{--tw-ring-offset-color: rgb(221 214 254 / .05)}.hover\:ring-offset-violet-200\/10:hover{--tw-ring-offset-color: rgb(221 214 254 / .1)}.hover\:ring-offset-violet-200\/20:hover{--tw-ring-offset-color: rgb(221 214 254 / .2)}.hover\:ring-offset-violet-200\/25:hover{--tw-ring-offset-color: rgb(221 214 254 / .25)}.hover\:ring-offset-violet-200\/30:hover{--tw-ring-offset-color: rgb(221 214 254 / .3)}.hover\:ring-offset-violet-200\/40:hover{--tw-ring-offset-color: rgb(221 214 254 / .4)}.hover\:ring-offset-violet-200\/50:hover{--tw-ring-offset-color: rgb(221 214 254 / .5)}.hover\:ring-offset-violet-200\/60:hover{--tw-ring-offset-color: rgb(221 214 254 / .6)}.hover\:ring-offset-violet-200\/70:hover{--tw-ring-offset-color: rgb(221 214 254 / .7)}.hover\:ring-offset-violet-200\/75:hover{--tw-ring-offset-color: rgb(221 214 254 / .75)}.hover\:ring-offset-violet-200\/80:hover{--tw-ring-offset-color: rgb(221 214 254 / .8)}.hover\:ring-offset-violet-200\/90:hover{--tw-ring-offset-color: rgb(221 214 254 / .9)}.hover\:ring-offset-violet-200\/95:hover{--tw-ring-offset-color: rgb(221 214 254 / .95)}.hover\:ring-offset-violet-200\/100:hover{--tw-ring-offset-color: rgb(221 214 254 / 1)}.hover\:ring-offset-violet-300\/0:hover{--tw-ring-offset-color: rgb(196 181 253 / 0)}.hover\:ring-offset-violet-300\/5:hover{--tw-ring-offset-color: rgb(196 181 253 / .05)}.hover\:ring-offset-violet-300\/10:hover{--tw-ring-offset-color: rgb(196 181 253 / .1)}.hover\:ring-offset-violet-300\/20:hover{--tw-ring-offset-color: rgb(196 181 253 / .2)}.hover\:ring-offset-violet-300\/25:hover{--tw-ring-offset-color: rgb(196 181 253 / .25)}.hover\:ring-offset-violet-300\/30:hover{--tw-ring-offset-color: rgb(196 181 253 / .3)}.hover\:ring-offset-violet-300\/40:hover{--tw-ring-offset-color: rgb(196 181 253 / .4)}.hover\:ring-offset-violet-300\/50:hover{--tw-ring-offset-color: rgb(196 181 253 / .5)}.hover\:ring-offset-violet-300\/60:hover{--tw-ring-offset-color: rgb(196 181 253 / .6)}.hover\:ring-offset-violet-300\/70:hover{--tw-ring-offset-color: rgb(196 181 253 / .7)}.hover\:ring-offset-violet-300\/75:hover{--tw-ring-offset-color: rgb(196 181 253 / .75)}.hover\:ring-offset-violet-300\/80:hover{--tw-ring-offset-color: rgb(196 181 253 / .8)}.hover\:ring-offset-violet-300\/90:hover{--tw-ring-offset-color: rgb(196 181 253 / .9)}.hover\:ring-offset-violet-300\/95:hover{--tw-ring-offset-color: rgb(196 181 253 / .95)}.hover\:ring-offset-violet-300\/100:hover{--tw-ring-offset-color: rgb(196 181 253 / 1)}.hover\:ring-offset-violet-400\/0:hover{--tw-ring-offset-color: rgb(167 139 250 / 0)}.hover\:ring-offset-violet-400\/5:hover{--tw-ring-offset-color: rgb(167 139 250 / .05)}.hover\:ring-offset-violet-400\/10:hover{--tw-ring-offset-color: rgb(167 139 250 / .1)}.hover\:ring-offset-violet-400\/20:hover{--tw-ring-offset-color: rgb(167 139 250 / .2)}.hover\:ring-offset-violet-400\/25:hover{--tw-ring-offset-color: rgb(167 139 250 / .25)}.hover\:ring-offset-violet-400\/30:hover{--tw-ring-offset-color: rgb(167 139 250 / .3)}.hover\:ring-offset-violet-400\/40:hover{--tw-ring-offset-color: rgb(167 139 250 / .4)}.hover\:ring-offset-violet-400\/50:hover{--tw-ring-offset-color: rgb(167 139 250 / .5)}.hover\:ring-offset-violet-400\/60:hover{--tw-ring-offset-color: rgb(167 139 250 / .6)}.hover\:ring-offset-violet-400\/70:hover{--tw-ring-offset-color: rgb(167 139 250 / .7)}.hover\:ring-offset-violet-400\/75:hover{--tw-ring-offset-color: rgb(167 139 250 / .75)}.hover\:ring-offset-violet-400\/80:hover{--tw-ring-offset-color: rgb(167 139 250 / .8)}.hover\:ring-offset-violet-400\/90:hover{--tw-ring-offset-color: rgb(167 139 250 / .9)}.hover\:ring-offset-violet-400\/95:hover{--tw-ring-offset-color: rgb(167 139 250 / .95)}.hover\:ring-offset-violet-400\/100:hover{--tw-ring-offset-color: rgb(167 139 250 / 1)}.hover\:ring-offset-violet-500\/0:hover{--tw-ring-offset-color: rgb(139 92 246 / 0)}.hover\:ring-offset-violet-500\/5:hover{--tw-ring-offset-color: rgb(139 92 246 / .05)}.hover\:ring-offset-violet-500\/10:hover{--tw-ring-offset-color: rgb(139 92 246 / .1)}.hover\:ring-offset-violet-500\/20:hover{--tw-ring-offset-color: rgb(139 92 246 / .2)}.hover\:ring-offset-violet-500\/25:hover{--tw-ring-offset-color: rgb(139 92 246 / .25)}.hover\:ring-offset-violet-500\/30:hover{--tw-ring-offset-color: rgb(139 92 246 / .3)}.hover\:ring-offset-violet-500\/40:hover{--tw-ring-offset-color: rgb(139 92 246 / .4)}.hover\:ring-offset-violet-500\/50:hover{--tw-ring-offset-color: rgb(139 92 246 / .5)}.hover\:ring-offset-violet-500\/60:hover{--tw-ring-offset-color: rgb(139 92 246 / .6)}.hover\:ring-offset-violet-500\/70:hover{--tw-ring-offset-color: rgb(139 92 246 / .7)}.hover\:ring-offset-violet-500\/75:hover{--tw-ring-offset-color: rgb(139 92 246 / .75)}.hover\:ring-offset-violet-500\/80:hover{--tw-ring-offset-color: rgb(139 92 246 / .8)}.hover\:ring-offset-violet-500\/90:hover{--tw-ring-offset-color: rgb(139 92 246 / .9)}.hover\:ring-offset-violet-500\/95:hover{--tw-ring-offset-color: rgb(139 92 246 / .95)}.hover\:ring-offset-violet-500\/100:hover{--tw-ring-offset-color: rgb(139 92 246 / 1)}.hover\:ring-offset-violet-600\/0:hover{--tw-ring-offset-color: rgb(124 58 237 / 0)}.hover\:ring-offset-violet-600\/5:hover{--tw-ring-offset-color: rgb(124 58 237 / .05)}.hover\:ring-offset-violet-600\/10:hover{--tw-ring-offset-color: rgb(124 58 237 / .1)}.hover\:ring-offset-violet-600\/20:hover{--tw-ring-offset-color: rgb(124 58 237 / .2)}.hover\:ring-offset-violet-600\/25:hover{--tw-ring-offset-color: rgb(124 58 237 / .25)}.hover\:ring-offset-violet-600\/30:hover{--tw-ring-offset-color: rgb(124 58 237 / .3)}.hover\:ring-offset-violet-600\/40:hover{--tw-ring-offset-color: rgb(124 58 237 / .4)}.hover\:ring-offset-violet-600\/50:hover{--tw-ring-offset-color: rgb(124 58 237 / .5)}.hover\:ring-offset-violet-600\/60:hover{--tw-ring-offset-color: rgb(124 58 237 / .6)}.hover\:ring-offset-violet-600\/70:hover{--tw-ring-offset-color: rgb(124 58 237 / .7)}.hover\:ring-offset-violet-600\/75:hover{--tw-ring-offset-color: rgb(124 58 237 / .75)}.hover\:ring-offset-violet-600\/80:hover{--tw-ring-offset-color: rgb(124 58 237 / .8)}.hover\:ring-offset-violet-600\/90:hover{--tw-ring-offset-color: rgb(124 58 237 / .9)}.hover\:ring-offset-violet-600\/95:hover{--tw-ring-offset-color: rgb(124 58 237 / .95)}.hover\:ring-offset-violet-600\/100:hover{--tw-ring-offset-color: rgb(124 58 237 / 1)}.hover\:ring-offset-violet-700\/0:hover{--tw-ring-offset-color: rgb(109 40 217 / 0)}.hover\:ring-offset-violet-700\/5:hover{--tw-ring-offset-color: rgb(109 40 217 / .05)}.hover\:ring-offset-violet-700\/10:hover{--tw-ring-offset-color: rgb(109 40 217 / .1)}.hover\:ring-offset-violet-700\/20:hover{--tw-ring-offset-color: rgb(109 40 217 / .2)}.hover\:ring-offset-violet-700\/25:hover{--tw-ring-offset-color: rgb(109 40 217 / .25)}.hover\:ring-offset-violet-700\/30:hover{--tw-ring-offset-color: rgb(109 40 217 / .3)}.hover\:ring-offset-violet-700\/40:hover{--tw-ring-offset-color: rgb(109 40 217 / .4)}.hover\:ring-offset-violet-700\/50:hover{--tw-ring-offset-color: rgb(109 40 217 / .5)}.hover\:ring-offset-violet-700\/60:hover{--tw-ring-offset-color: rgb(109 40 217 / .6)}.hover\:ring-offset-violet-700\/70:hover{--tw-ring-offset-color: rgb(109 40 217 / .7)}.hover\:ring-offset-violet-700\/75:hover{--tw-ring-offset-color: rgb(109 40 217 / .75)}.hover\:ring-offset-violet-700\/80:hover{--tw-ring-offset-color: rgb(109 40 217 / .8)}.hover\:ring-offset-violet-700\/90:hover{--tw-ring-offset-color: rgb(109 40 217 / .9)}.hover\:ring-offset-violet-700\/95:hover{--tw-ring-offset-color: rgb(109 40 217 / .95)}.hover\:ring-offset-violet-700\/100:hover{--tw-ring-offset-color: rgb(109 40 217 / 1)}.hover\:ring-offset-violet-800\/0:hover{--tw-ring-offset-color: rgb(91 33 182 / 0)}.hover\:ring-offset-violet-800\/5:hover{--tw-ring-offset-color: rgb(91 33 182 / .05)}.hover\:ring-offset-violet-800\/10:hover{--tw-ring-offset-color: rgb(91 33 182 / .1)}.hover\:ring-offset-violet-800\/20:hover{--tw-ring-offset-color: rgb(91 33 182 / .2)}.hover\:ring-offset-violet-800\/25:hover{--tw-ring-offset-color: rgb(91 33 182 / .25)}.hover\:ring-offset-violet-800\/30:hover{--tw-ring-offset-color: rgb(91 33 182 / .3)}.hover\:ring-offset-violet-800\/40:hover{--tw-ring-offset-color: rgb(91 33 182 / .4)}.hover\:ring-offset-violet-800\/50:hover{--tw-ring-offset-color: rgb(91 33 182 / .5)}.hover\:ring-offset-violet-800\/60:hover{--tw-ring-offset-color: rgb(91 33 182 / .6)}.hover\:ring-offset-violet-800\/70:hover{--tw-ring-offset-color: rgb(91 33 182 / .7)}.hover\:ring-offset-violet-800\/75:hover{--tw-ring-offset-color: rgb(91 33 182 / .75)}.hover\:ring-offset-violet-800\/80:hover{--tw-ring-offset-color: rgb(91 33 182 / .8)}.hover\:ring-offset-violet-800\/90:hover{--tw-ring-offset-color: rgb(91 33 182 / .9)}.hover\:ring-offset-violet-800\/95:hover{--tw-ring-offset-color: rgb(91 33 182 / .95)}.hover\:ring-offset-violet-800\/100:hover{--tw-ring-offset-color: rgb(91 33 182 / 1)}.hover\:ring-offset-violet-900\/0:hover{--tw-ring-offset-color: rgb(76 29 149 / 0)}.hover\:ring-offset-violet-900\/5:hover{--tw-ring-offset-color: rgb(76 29 149 / .05)}.hover\:ring-offset-violet-900\/10:hover{--tw-ring-offset-color: rgb(76 29 149 / .1)}.hover\:ring-offset-violet-900\/20:hover{--tw-ring-offset-color: rgb(76 29 149 / .2)}.hover\:ring-offset-violet-900\/25:hover{--tw-ring-offset-color: rgb(76 29 149 / .25)}.hover\:ring-offset-violet-900\/30:hover{--tw-ring-offset-color: rgb(76 29 149 / .3)}.hover\:ring-offset-violet-900\/40:hover{--tw-ring-offset-color: rgb(76 29 149 / .4)}.hover\:ring-offset-violet-900\/50:hover{--tw-ring-offset-color: rgb(76 29 149 / .5)}.hover\:ring-offset-violet-900\/60:hover{--tw-ring-offset-color: rgb(76 29 149 / .6)}.hover\:ring-offset-violet-900\/70:hover{--tw-ring-offset-color: rgb(76 29 149 / .7)}.hover\:ring-offset-violet-900\/75:hover{--tw-ring-offset-color: rgb(76 29 149 / .75)}.hover\:ring-offset-violet-900\/80:hover{--tw-ring-offset-color: rgb(76 29 149 / .8)}.hover\:ring-offset-violet-900\/90:hover{--tw-ring-offset-color: rgb(76 29 149 / .9)}.hover\:ring-offset-violet-900\/95:hover{--tw-ring-offset-color: rgb(76 29 149 / .95)}.hover\:ring-offset-violet-900\/100:hover{--tw-ring-offset-color: rgb(76 29 149 / 1)}.hover\:ring-offset-fuchsia-50\/0:hover{--tw-ring-offset-color: rgb(253 244 255 / 0)}.hover\:ring-offset-fuchsia-50\/5:hover{--tw-ring-offset-color: rgb(253 244 255 / .05)}.hover\:ring-offset-fuchsia-50\/10:hover{--tw-ring-offset-color: rgb(253 244 255 / .1)}.hover\:ring-offset-fuchsia-50\/20:hover{--tw-ring-offset-color: rgb(253 244 255 / .2)}.hover\:ring-offset-fuchsia-50\/25:hover{--tw-ring-offset-color: rgb(253 244 255 / .25)}.hover\:ring-offset-fuchsia-50\/30:hover{--tw-ring-offset-color: rgb(253 244 255 / .3)}.hover\:ring-offset-fuchsia-50\/40:hover{--tw-ring-offset-color: rgb(253 244 255 / .4)}.hover\:ring-offset-fuchsia-50\/50:hover{--tw-ring-offset-color: rgb(253 244 255 / .5)}.hover\:ring-offset-fuchsia-50\/60:hover{--tw-ring-offset-color: rgb(253 244 255 / .6)}.hover\:ring-offset-fuchsia-50\/70:hover{--tw-ring-offset-color: rgb(253 244 255 / .7)}.hover\:ring-offset-fuchsia-50\/75:hover{--tw-ring-offset-color: rgb(253 244 255 / .75)}.hover\:ring-offset-fuchsia-50\/80:hover{--tw-ring-offset-color: rgb(253 244 255 / .8)}.hover\:ring-offset-fuchsia-50\/90:hover{--tw-ring-offset-color: rgb(253 244 255 / .9)}.hover\:ring-offset-fuchsia-50\/95:hover{--tw-ring-offset-color: rgb(253 244 255 / .95)}.hover\:ring-offset-fuchsia-50\/100:hover{--tw-ring-offset-color: rgb(253 244 255 / 1)}.hover\:ring-offset-fuchsia-100\/0:hover{--tw-ring-offset-color: rgb(250 232 255 / 0)}.hover\:ring-offset-fuchsia-100\/5:hover{--tw-ring-offset-color: rgb(250 232 255 / .05)}.hover\:ring-offset-fuchsia-100\/10:hover{--tw-ring-offset-color: rgb(250 232 255 / .1)}.hover\:ring-offset-fuchsia-100\/20:hover{--tw-ring-offset-color: rgb(250 232 255 / .2)}.hover\:ring-offset-fuchsia-100\/25:hover{--tw-ring-offset-color: rgb(250 232 255 / .25)}.hover\:ring-offset-fuchsia-100\/30:hover{--tw-ring-offset-color: rgb(250 232 255 / .3)}.hover\:ring-offset-fuchsia-100\/40:hover{--tw-ring-offset-color: rgb(250 232 255 / .4)}.hover\:ring-offset-fuchsia-100\/50:hover{--tw-ring-offset-color: rgb(250 232 255 / .5)}.hover\:ring-offset-fuchsia-100\/60:hover{--tw-ring-offset-color: rgb(250 232 255 / .6)}.hover\:ring-offset-fuchsia-100\/70:hover{--tw-ring-offset-color: rgb(250 232 255 / .7)}.hover\:ring-offset-fuchsia-100\/75:hover{--tw-ring-offset-color: rgb(250 232 255 / .75)}.hover\:ring-offset-fuchsia-100\/80:hover{--tw-ring-offset-color: rgb(250 232 255 / .8)}.hover\:ring-offset-fuchsia-100\/90:hover{--tw-ring-offset-color: rgb(250 232 255 / .9)}.hover\:ring-offset-fuchsia-100\/95:hover{--tw-ring-offset-color: rgb(250 232 255 / .95)}.hover\:ring-offset-fuchsia-100\/100:hover{--tw-ring-offset-color: rgb(250 232 255 / 1)}.hover\:ring-offset-fuchsia-200\/0:hover{--tw-ring-offset-color: rgb(245 208 254 / 0)}.hover\:ring-offset-fuchsia-200\/5:hover{--tw-ring-offset-color: rgb(245 208 254 / .05)}.hover\:ring-offset-fuchsia-200\/10:hover{--tw-ring-offset-color: rgb(245 208 254 / .1)}.hover\:ring-offset-fuchsia-200\/20:hover{--tw-ring-offset-color: rgb(245 208 254 / .2)}.hover\:ring-offset-fuchsia-200\/25:hover{--tw-ring-offset-color: rgb(245 208 254 / .25)}.hover\:ring-offset-fuchsia-200\/30:hover{--tw-ring-offset-color: rgb(245 208 254 / .3)}.hover\:ring-offset-fuchsia-200\/40:hover{--tw-ring-offset-color: rgb(245 208 254 / .4)}.hover\:ring-offset-fuchsia-200\/50:hover{--tw-ring-offset-color: rgb(245 208 254 / .5)}.hover\:ring-offset-fuchsia-200\/60:hover{--tw-ring-offset-color: rgb(245 208 254 / .6)}.hover\:ring-offset-fuchsia-200\/70:hover{--tw-ring-offset-color: rgb(245 208 254 / .7)}.hover\:ring-offset-fuchsia-200\/75:hover{--tw-ring-offset-color: rgb(245 208 254 / .75)}.hover\:ring-offset-fuchsia-200\/80:hover{--tw-ring-offset-color: rgb(245 208 254 / .8)}.hover\:ring-offset-fuchsia-200\/90:hover{--tw-ring-offset-color: rgb(245 208 254 / .9)}.hover\:ring-offset-fuchsia-200\/95:hover{--tw-ring-offset-color: rgb(245 208 254 / .95)}.hover\:ring-offset-fuchsia-200\/100:hover{--tw-ring-offset-color: rgb(245 208 254 / 1)}.hover\:ring-offset-fuchsia-300\/0:hover{--tw-ring-offset-color: rgb(240 171 252 / 0)}.hover\:ring-offset-fuchsia-300\/5:hover{--tw-ring-offset-color: rgb(240 171 252 / .05)}.hover\:ring-offset-fuchsia-300\/10:hover{--tw-ring-offset-color: rgb(240 171 252 / .1)}.hover\:ring-offset-fuchsia-300\/20:hover{--tw-ring-offset-color: rgb(240 171 252 / .2)}.hover\:ring-offset-fuchsia-300\/25:hover{--tw-ring-offset-color: rgb(240 171 252 / .25)}.hover\:ring-offset-fuchsia-300\/30:hover{--tw-ring-offset-color: rgb(240 171 252 / .3)}.hover\:ring-offset-fuchsia-300\/40:hover{--tw-ring-offset-color: rgb(240 171 252 / .4)}.hover\:ring-offset-fuchsia-300\/50:hover{--tw-ring-offset-color: rgb(240 171 252 / .5)}.hover\:ring-offset-fuchsia-300\/60:hover{--tw-ring-offset-color: rgb(240 171 252 / .6)}.hover\:ring-offset-fuchsia-300\/70:hover{--tw-ring-offset-color: rgb(240 171 252 / .7)}.hover\:ring-offset-fuchsia-300\/75:hover{--tw-ring-offset-color: rgb(240 171 252 / .75)}.hover\:ring-offset-fuchsia-300\/80:hover{--tw-ring-offset-color: rgb(240 171 252 / .8)}.hover\:ring-offset-fuchsia-300\/90:hover{--tw-ring-offset-color: rgb(240 171 252 / .9)}.hover\:ring-offset-fuchsia-300\/95:hover{--tw-ring-offset-color: rgb(240 171 252 / .95)}.hover\:ring-offset-fuchsia-300\/100:hover{--tw-ring-offset-color: rgb(240 171 252 / 1)}.hover\:ring-offset-fuchsia-400\/0:hover{--tw-ring-offset-color: rgb(232 121 249 / 0)}.hover\:ring-offset-fuchsia-400\/5:hover{--tw-ring-offset-color: rgb(232 121 249 / .05)}.hover\:ring-offset-fuchsia-400\/10:hover{--tw-ring-offset-color: rgb(232 121 249 / .1)}.hover\:ring-offset-fuchsia-400\/20:hover{--tw-ring-offset-color: rgb(232 121 249 / .2)}.hover\:ring-offset-fuchsia-400\/25:hover{--tw-ring-offset-color: rgb(232 121 249 / .25)}.hover\:ring-offset-fuchsia-400\/30:hover{--tw-ring-offset-color: rgb(232 121 249 / .3)}.hover\:ring-offset-fuchsia-400\/40:hover{--tw-ring-offset-color: rgb(232 121 249 / .4)}.hover\:ring-offset-fuchsia-400\/50:hover{--tw-ring-offset-color: rgb(232 121 249 / .5)}.hover\:ring-offset-fuchsia-400\/60:hover{--tw-ring-offset-color: rgb(232 121 249 / .6)}.hover\:ring-offset-fuchsia-400\/70:hover{--tw-ring-offset-color: rgb(232 121 249 / .7)}.hover\:ring-offset-fuchsia-400\/75:hover{--tw-ring-offset-color: rgb(232 121 249 / .75)}.hover\:ring-offset-fuchsia-400\/80:hover{--tw-ring-offset-color: rgb(232 121 249 / .8)}.hover\:ring-offset-fuchsia-400\/90:hover{--tw-ring-offset-color: rgb(232 121 249 / .9)}.hover\:ring-offset-fuchsia-400\/95:hover{--tw-ring-offset-color: rgb(232 121 249 / .95)}.hover\:ring-offset-fuchsia-400\/100:hover{--tw-ring-offset-color: rgb(232 121 249 / 1)}.hover\:ring-offset-fuchsia-500\/0:hover{--tw-ring-offset-color: rgb(217 70 239 / 0)}.hover\:ring-offset-fuchsia-500\/5:hover{--tw-ring-offset-color: rgb(217 70 239 / .05)}.hover\:ring-offset-fuchsia-500\/10:hover{--tw-ring-offset-color: rgb(217 70 239 / .1)}.hover\:ring-offset-fuchsia-500\/20:hover{--tw-ring-offset-color: rgb(217 70 239 / .2)}.hover\:ring-offset-fuchsia-500\/25:hover{--tw-ring-offset-color: rgb(217 70 239 / .25)}.hover\:ring-offset-fuchsia-500\/30:hover{--tw-ring-offset-color: rgb(217 70 239 / .3)}.hover\:ring-offset-fuchsia-500\/40:hover{--tw-ring-offset-color: rgb(217 70 239 / .4)}.hover\:ring-offset-fuchsia-500\/50:hover{--tw-ring-offset-color: rgb(217 70 239 / .5)}.hover\:ring-offset-fuchsia-500\/60:hover{--tw-ring-offset-color: rgb(217 70 239 / .6)}.hover\:ring-offset-fuchsia-500\/70:hover{--tw-ring-offset-color: rgb(217 70 239 / .7)}.hover\:ring-offset-fuchsia-500\/75:hover{--tw-ring-offset-color: rgb(217 70 239 / .75)}.hover\:ring-offset-fuchsia-500\/80:hover{--tw-ring-offset-color: rgb(217 70 239 / .8)}.hover\:ring-offset-fuchsia-500\/90:hover{--tw-ring-offset-color: rgb(217 70 239 / .9)}.hover\:ring-offset-fuchsia-500\/95:hover{--tw-ring-offset-color: rgb(217 70 239 / .95)}.hover\:ring-offset-fuchsia-500\/100:hover{--tw-ring-offset-color: rgb(217 70 239 / 1)}.hover\:ring-offset-fuchsia-600\/0:hover{--tw-ring-offset-color: rgb(192 38 211 / 0)}.hover\:ring-offset-fuchsia-600\/5:hover{--tw-ring-offset-color: rgb(192 38 211 / .05)}.hover\:ring-offset-fuchsia-600\/10:hover{--tw-ring-offset-color: rgb(192 38 211 / .1)}.hover\:ring-offset-fuchsia-600\/20:hover{--tw-ring-offset-color: rgb(192 38 211 / .2)}.hover\:ring-offset-fuchsia-600\/25:hover{--tw-ring-offset-color: rgb(192 38 211 / .25)}.hover\:ring-offset-fuchsia-600\/30:hover{--tw-ring-offset-color: rgb(192 38 211 / .3)}.hover\:ring-offset-fuchsia-600\/40:hover{--tw-ring-offset-color: rgb(192 38 211 / .4)}.hover\:ring-offset-fuchsia-600\/50:hover{--tw-ring-offset-color: rgb(192 38 211 / .5)}.hover\:ring-offset-fuchsia-600\/60:hover{--tw-ring-offset-color: rgb(192 38 211 / .6)}.hover\:ring-offset-fuchsia-600\/70:hover{--tw-ring-offset-color: rgb(192 38 211 / .7)}.hover\:ring-offset-fuchsia-600\/75:hover{--tw-ring-offset-color: rgb(192 38 211 / .75)}.hover\:ring-offset-fuchsia-600\/80:hover{--tw-ring-offset-color: rgb(192 38 211 / .8)}.hover\:ring-offset-fuchsia-600\/90:hover{--tw-ring-offset-color: rgb(192 38 211 / .9)}.hover\:ring-offset-fuchsia-600\/95:hover{--tw-ring-offset-color: rgb(192 38 211 / .95)}.hover\:ring-offset-fuchsia-600\/100:hover{--tw-ring-offset-color: rgb(192 38 211 / 1)}.hover\:ring-offset-fuchsia-700\/0:hover{--tw-ring-offset-color: rgb(162 28 175 / 0)}.hover\:ring-offset-fuchsia-700\/5:hover{--tw-ring-offset-color: rgb(162 28 175 / .05)}.hover\:ring-offset-fuchsia-700\/10:hover{--tw-ring-offset-color: rgb(162 28 175 / .1)}.hover\:ring-offset-fuchsia-700\/20:hover{--tw-ring-offset-color: rgb(162 28 175 / .2)}.hover\:ring-offset-fuchsia-700\/25:hover{--tw-ring-offset-color: rgb(162 28 175 / .25)}.hover\:ring-offset-fuchsia-700\/30:hover{--tw-ring-offset-color: rgb(162 28 175 / .3)}.hover\:ring-offset-fuchsia-700\/40:hover{--tw-ring-offset-color: rgb(162 28 175 / .4)}.hover\:ring-offset-fuchsia-700\/50:hover{--tw-ring-offset-color: rgb(162 28 175 / .5)}.hover\:ring-offset-fuchsia-700\/60:hover{--tw-ring-offset-color: rgb(162 28 175 / .6)}.hover\:ring-offset-fuchsia-700\/70:hover{--tw-ring-offset-color: rgb(162 28 175 / .7)}.hover\:ring-offset-fuchsia-700\/75:hover{--tw-ring-offset-color: rgb(162 28 175 / .75)}.hover\:ring-offset-fuchsia-700\/80:hover{--tw-ring-offset-color: rgb(162 28 175 / .8)}.hover\:ring-offset-fuchsia-700\/90:hover{--tw-ring-offset-color: rgb(162 28 175 / .9)}.hover\:ring-offset-fuchsia-700\/95:hover{--tw-ring-offset-color: rgb(162 28 175 / .95)}.hover\:ring-offset-fuchsia-700\/100:hover{--tw-ring-offset-color: rgb(162 28 175 / 1)}.hover\:ring-offset-fuchsia-800\/0:hover{--tw-ring-offset-color: rgb(134 25 143 / 0)}.hover\:ring-offset-fuchsia-800\/5:hover{--tw-ring-offset-color: rgb(134 25 143 / .05)}.hover\:ring-offset-fuchsia-800\/10:hover{--tw-ring-offset-color: rgb(134 25 143 / .1)}.hover\:ring-offset-fuchsia-800\/20:hover{--tw-ring-offset-color: rgb(134 25 143 / .2)}.hover\:ring-offset-fuchsia-800\/25:hover{--tw-ring-offset-color: rgb(134 25 143 / .25)}.hover\:ring-offset-fuchsia-800\/30:hover{--tw-ring-offset-color: rgb(134 25 143 / .3)}.hover\:ring-offset-fuchsia-800\/40:hover{--tw-ring-offset-color: rgb(134 25 143 / .4)}.hover\:ring-offset-fuchsia-800\/50:hover{--tw-ring-offset-color: rgb(134 25 143 / .5)}.hover\:ring-offset-fuchsia-800\/60:hover{--tw-ring-offset-color: rgb(134 25 143 / .6)}.hover\:ring-offset-fuchsia-800\/70:hover{--tw-ring-offset-color: rgb(134 25 143 / .7)}.hover\:ring-offset-fuchsia-800\/75:hover{--tw-ring-offset-color: rgb(134 25 143 / .75)}.hover\:ring-offset-fuchsia-800\/80:hover{--tw-ring-offset-color: rgb(134 25 143 / .8)}.hover\:ring-offset-fuchsia-800\/90:hover{--tw-ring-offset-color: rgb(134 25 143 / .9)}.hover\:ring-offset-fuchsia-800\/95:hover{--tw-ring-offset-color: rgb(134 25 143 / .95)}.hover\:ring-offset-fuchsia-800\/100:hover{--tw-ring-offset-color: rgb(134 25 143 / 1)}.hover\:ring-offset-fuchsia-900\/0:hover{--tw-ring-offset-color: rgb(112 26 117 / 0)}.hover\:ring-offset-fuchsia-900\/5:hover{--tw-ring-offset-color: rgb(112 26 117 / .05)}.hover\:ring-offset-fuchsia-900\/10:hover{--tw-ring-offset-color: rgb(112 26 117 / .1)}.hover\:ring-offset-fuchsia-900\/20:hover{--tw-ring-offset-color: rgb(112 26 117 / .2)}.hover\:ring-offset-fuchsia-900\/25:hover{--tw-ring-offset-color: rgb(112 26 117 / .25)}.hover\:ring-offset-fuchsia-900\/30:hover{--tw-ring-offset-color: rgb(112 26 117 / .3)}.hover\:ring-offset-fuchsia-900\/40:hover{--tw-ring-offset-color: rgb(112 26 117 / .4)}.hover\:ring-offset-fuchsia-900\/50:hover{--tw-ring-offset-color: rgb(112 26 117 / .5)}.hover\:ring-offset-fuchsia-900\/60:hover{--tw-ring-offset-color: rgb(112 26 117 / .6)}.hover\:ring-offset-fuchsia-900\/70:hover{--tw-ring-offset-color: rgb(112 26 117 / .7)}.hover\:ring-offset-fuchsia-900\/75:hover{--tw-ring-offset-color: rgb(112 26 117 / .75)}.hover\:ring-offset-fuchsia-900\/80:hover{--tw-ring-offset-color: rgb(112 26 117 / .8)}.hover\:ring-offset-fuchsia-900\/90:hover{--tw-ring-offset-color: rgb(112 26 117 / .9)}.hover\:ring-offset-fuchsia-900\/95:hover{--tw-ring-offset-color: rgb(112 26 117 / .95)}.hover\:ring-offset-fuchsia-900\/100:hover{--tw-ring-offset-color: rgb(112 26 117 / 1)}.hover\:ring-offset-pink-50\/0:hover{--tw-ring-offset-color: rgb(253 242 248 / 0)}.hover\:ring-offset-pink-50\/5:hover{--tw-ring-offset-color: rgb(253 242 248 / .05)}.hover\:ring-offset-pink-50\/10:hover{--tw-ring-offset-color: rgb(253 242 248 / .1)}.hover\:ring-offset-pink-50\/20:hover{--tw-ring-offset-color: rgb(253 242 248 / .2)}.hover\:ring-offset-pink-50\/25:hover{--tw-ring-offset-color: rgb(253 242 248 / .25)}.hover\:ring-offset-pink-50\/30:hover{--tw-ring-offset-color: rgb(253 242 248 / .3)}.hover\:ring-offset-pink-50\/40:hover{--tw-ring-offset-color: rgb(253 242 248 / .4)}.hover\:ring-offset-pink-50\/50:hover{--tw-ring-offset-color: rgb(253 242 248 / .5)}.hover\:ring-offset-pink-50\/60:hover{--tw-ring-offset-color: rgb(253 242 248 / .6)}.hover\:ring-offset-pink-50\/70:hover{--tw-ring-offset-color: rgb(253 242 248 / .7)}.hover\:ring-offset-pink-50\/75:hover{--tw-ring-offset-color: rgb(253 242 248 / .75)}.hover\:ring-offset-pink-50\/80:hover{--tw-ring-offset-color: rgb(253 242 248 / .8)}.hover\:ring-offset-pink-50\/90:hover{--tw-ring-offset-color: rgb(253 242 248 / .9)}.hover\:ring-offset-pink-50\/95:hover{--tw-ring-offset-color: rgb(253 242 248 / .95)}.hover\:ring-offset-pink-50\/100:hover{--tw-ring-offset-color: rgb(253 242 248 / 1)}.hover\:ring-offset-pink-100\/0:hover{--tw-ring-offset-color: rgb(252 231 243 / 0)}.hover\:ring-offset-pink-100\/5:hover{--tw-ring-offset-color: rgb(252 231 243 / .05)}.hover\:ring-offset-pink-100\/10:hover{--tw-ring-offset-color: rgb(252 231 243 / .1)}.hover\:ring-offset-pink-100\/20:hover{--tw-ring-offset-color: rgb(252 231 243 / .2)}.hover\:ring-offset-pink-100\/25:hover{--tw-ring-offset-color: rgb(252 231 243 / .25)}.hover\:ring-offset-pink-100\/30:hover{--tw-ring-offset-color: rgb(252 231 243 / .3)}.hover\:ring-offset-pink-100\/40:hover{--tw-ring-offset-color: rgb(252 231 243 / .4)}.hover\:ring-offset-pink-100\/50:hover{--tw-ring-offset-color: rgb(252 231 243 / .5)}.hover\:ring-offset-pink-100\/60:hover{--tw-ring-offset-color: rgb(252 231 243 / .6)}.hover\:ring-offset-pink-100\/70:hover{--tw-ring-offset-color: rgb(252 231 243 / .7)}.hover\:ring-offset-pink-100\/75:hover{--tw-ring-offset-color: rgb(252 231 243 / .75)}.hover\:ring-offset-pink-100\/80:hover{--tw-ring-offset-color: rgb(252 231 243 / .8)}.hover\:ring-offset-pink-100\/90:hover{--tw-ring-offset-color: rgb(252 231 243 / .9)}.hover\:ring-offset-pink-100\/95:hover{--tw-ring-offset-color: rgb(252 231 243 / .95)}.hover\:ring-offset-pink-100\/100:hover{--tw-ring-offset-color: rgb(252 231 243 / 1)}.hover\:ring-offset-pink-200\/0:hover{--tw-ring-offset-color: rgb(251 207 232 / 0)}.hover\:ring-offset-pink-200\/5:hover{--tw-ring-offset-color: rgb(251 207 232 / .05)}.hover\:ring-offset-pink-200\/10:hover{--tw-ring-offset-color: rgb(251 207 232 / .1)}.hover\:ring-offset-pink-200\/20:hover{--tw-ring-offset-color: rgb(251 207 232 / .2)}.hover\:ring-offset-pink-200\/25:hover{--tw-ring-offset-color: rgb(251 207 232 / .25)}.hover\:ring-offset-pink-200\/30:hover{--tw-ring-offset-color: rgb(251 207 232 / .3)}.hover\:ring-offset-pink-200\/40:hover{--tw-ring-offset-color: rgb(251 207 232 / .4)}.hover\:ring-offset-pink-200\/50:hover{--tw-ring-offset-color: rgb(251 207 232 / .5)}.hover\:ring-offset-pink-200\/60:hover{--tw-ring-offset-color: rgb(251 207 232 / .6)}.hover\:ring-offset-pink-200\/70:hover{--tw-ring-offset-color: rgb(251 207 232 / .7)}.hover\:ring-offset-pink-200\/75:hover{--tw-ring-offset-color: rgb(251 207 232 / .75)}.hover\:ring-offset-pink-200\/80:hover{--tw-ring-offset-color: rgb(251 207 232 / .8)}.hover\:ring-offset-pink-200\/90:hover{--tw-ring-offset-color: rgb(251 207 232 / .9)}.hover\:ring-offset-pink-200\/95:hover{--tw-ring-offset-color: rgb(251 207 232 / .95)}.hover\:ring-offset-pink-200\/100:hover{--tw-ring-offset-color: rgb(251 207 232 / 1)}.hover\:ring-offset-pink-300\/0:hover{--tw-ring-offset-color: rgb(249 168 212 / 0)}.hover\:ring-offset-pink-300\/5:hover{--tw-ring-offset-color: rgb(249 168 212 / .05)}.hover\:ring-offset-pink-300\/10:hover{--tw-ring-offset-color: rgb(249 168 212 / .1)}.hover\:ring-offset-pink-300\/20:hover{--tw-ring-offset-color: rgb(249 168 212 / .2)}.hover\:ring-offset-pink-300\/25:hover{--tw-ring-offset-color: rgb(249 168 212 / .25)}.hover\:ring-offset-pink-300\/30:hover{--tw-ring-offset-color: rgb(249 168 212 / .3)}.hover\:ring-offset-pink-300\/40:hover{--tw-ring-offset-color: rgb(249 168 212 / .4)}.hover\:ring-offset-pink-300\/50:hover{--tw-ring-offset-color: rgb(249 168 212 / .5)}.hover\:ring-offset-pink-300\/60:hover{--tw-ring-offset-color: rgb(249 168 212 / .6)}.hover\:ring-offset-pink-300\/70:hover{--tw-ring-offset-color: rgb(249 168 212 / .7)}.hover\:ring-offset-pink-300\/75:hover{--tw-ring-offset-color: rgb(249 168 212 / .75)}.hover\:ring-offset-pink-300\/80:hover{--tw-ring-offset-color: rgb(249 168 212 / .8)}.hover\:ring-offset-pink-300\/90:hover{--tw-ring-offset-color: rgb(249 168 212 / .9)}.hover\:ring-offset-pink-300\/95:hover{--tw-ring-offset-color: rgb(249 168 212 / .95)}.hover\:ring-offset-pink-300\/100:hover{--tw-ring-offset-color: rgb(249 168 212 / 1)}.hover\:ring-offset-pink-400\/0:hover{--tw-ring-offset-color: rgb(244 114 182 / 0)}.hover\:ring-offset-pink-400\/5:hover{--tw-ring-offset-color: rgb(244 114 182 / .05)}.hover\:ring-offset-pink-400\/10:hover{--tw-ring-offset-color: rgb(244 114 182 / .1)}.hover\:ring-offset-pink-400\/20:hover{--tw-ring-offset-color: rgb(244 114 182 / .2)}.hover\:ring-offset-pink-400\/25:hover{--tw-ring-offset-color: rgb(244 114 182 / .25)}.hover\:ring-offset-pink-400\/30:hover{--tw-ring-offset-color: rgb(244 114 182 / .3)}.hover\:ring-offset-pink-400\/40:hover{--tw-ring-offset-color: rgb(244 114 182 / .4)}.hover\:ring-offset-pink-400\/50:hover{--tw-ring-offset-color: rgb(244 114 182 / .5)}.hover\:ring-offset-pink-400\/60:hover{--tw-ring-offset-color: rgb(244 114 182 / .6)}.hover\:ring-offset-pink-400\/70:hover{--tw-ring-offset-color: rgb(244 114 182 / .7)}.hover\:ring-offset-pink-400\/75:hover{--tw-ring-offset-color: rgb(244 114 182 / .75)}.hover\:ring-offset-pink-400\/80:hover{--tw-ring-offset-color: rgb(244 114 182 / .8)}.hover\:ring-offset-pink-400\/90:hover{--tw-ring-offset-color: rgb(244 114 182 / .9)}.hover\:ring-offset-pink-400\/95:hover{--tw-ring-offset-color: rgb(244 114 182 / .95)}.hover\:ring-offset-pink-400\/100:hover{--tw-ring-offset-color: rgb(244 114 182 / 1)}.hover\:ring-offset-pink-500\/0:hover{--tw-ring-offset-color: rgb(236 72 153 / 0)}.hover\:ring-offset-pink-500\/5:hover{--tw-ring-offset-color: rgb(236 72 153 / .05)}.hover\:ring-offset-pink-500\/10:hover{--tw-ring-offset-color: rgb(236 72 153 / .1)}.hover\:ring-offset-pink-500\/20:hover{--tw-ring-offset-color: rgb(236 72 153 / .2)}.hover\:ring-offset-pink-500\/25:hover{--tw-ring-offset-color: rgb(236 72 153 / .25)}.hover\:ring-offset-pink-500\/30:hover{--tw-ring-offset-color: rgb(236 72 153 / .3)}.hover\:ring-offset-pink-500\/40:hover{--tw-ring-offset-color: rgb(236 72 153 / .4)}.hover\:ring-offset-pink-500\/50:hover{--tw-ring-offset-color: rgb(236 72 153 / .5)}.hover\:ring-offset-pink-500\/60:hover{--tw-ring-offset-color: rgb(236 72 153 / .6)}.hover\:ring-offset-pink-500\/70:hover{--tw-ring-offset-color: rgb(236 72 153 / .7)}.hover\:ring-offset-pink-500\/75:hover{--tw-ring-offset-color: rgb(236 72 153 / .75)}.hover\:ring-offset-pink-500\/80:hover{--tw-ring-offset-color: rgb(236 72 153 / .8)}.hover\:ring-offset-pink-500\/90:hover{--tw-ring-offset-color: rgb(236 72 153 / .9)}.hover\:ring-offset-pink-500\/95:hover{--tw-ring-offset-color: rgb(236 72 153 / .95)}.hover\:ring-offset-pink-500\/100:hover{--tw-ring-offset-color: rgb(236 72 153 / 1)}.hover\:ring-offset-pink-600\/0:hover{--tw-ring-offset-color: rgb(219 39 119 / 0)}.hover\:ring-offset-pink-600\/5:hover{--tw-ring-offset-color: rgb(219 39 119 / .05)}.hover\:ring-offset-pink-600\/10:hover{--tw-ring-offset-color: rgb(219 39 119 / .1)}.hover\:ring-offset-pink-600\/20:hover{--tw-ring-offset-color: rgb(219 39 119 / .2)}.hover\:ring-offset-pink-600\/25:hover{--tw-ring-offset-color: rgb(219 39 119 / .25)}.hover\:ring-offset-pink-600\/30:hover{--tw-ring-offset-color: rgb(219 39 119 / .3)}.hover\:ring-offset-pink-600\/40:hover{--tw-ring-offset-color: rgb(219 39 119 / .4)}.hover\:ring-offset-pink-600\/50:hover{--tw-ring-offset-color: rgb(219 39 119 / .5)}.hover\:ring-offset-pink-600\/60:hover{--tw-ring-offset-color: rgb(219 39 119 / .6)}.hover\:ring-offset-pink-600\/70:hover{--tw-ring-offset-color: rgb(219 39 119 / .7)}.hover\:ring-offset-pink-600\/75:hover{--tw-ring-offset-color: rgb(219 39 119 / .75)}.hover\:ring-offset-pink-600\/80:hover{--tw-ring-offset-color: rgb(219 39 119 / .8)}.hover\:ring-offset-pink-600\/90:hover{--tw-ring-offset-color: rgb(219 39 119 / .9)}.hover\:ring-offset-pink-600\/95:hover{--tw-ring-offset-color: rgb(219 39 119 / .95)}.hover\:ring-offset-pink-600\/100:hover{--tw-ring-offset-color: rgb(219 39 119 / 1)}.hover\:ring-offset-pink-700\/0:hover{--tw-ring-offset-color: rgb(190 24 93 / 0)}.hover\:ring-offset-pink-700\/5:hover{--tw-ring-offset-color: rgb(190 24 93 / .05)}.hover\:ring-offset-pink-700\/10:hover{--tw-ring-offset-color: rgb(190 24 93 / .1)}.hover\:ring-offset-pink-700\/20:hover{--tw-ring-offset-color: rgb(190 24 93 / .2)}.hover\:ring-offset-pink-700\/25:hover{--tw-ring-offset-color: rgb(190 24 93 / .25)}.hover\:ring-offset-pink-700\/30:hover{--tw-ring-offset-color: rgb(190 24 93 / .3)}.hover\:ring-offset-pink-700\/40:hover{--tw-ring-offset-color: rgb(190 24 93 / .4)}.hover\:ring-offset-pink-700\/50:hover{--tw-ring-offset-color: rgb(190 24 93 / .5)}.hover\:ring-offset-pink-700\/60:hover{--tw-ring-offset-color: rgb(190 24 93 / .6)}.hover\:ring-offset-pink-700\/70:hover{--tw-ring-offset-color: rgb(190 24 93 / .7)}.hover\:ring-offset-pink-700\/75:hover{--tw-ring-offset-color: rgb(190 24 93 / .75)}.hover\:ring-offset-pink-700\/80:hover{--tw-ring-offset-color: rgb(190 24 93 / .8)}.hover\:ring-offset-pink-700\/90:hover{--tw-ring-offset-color: rgb(190 24 93 / .9)}.hover\:ring-offset-pink-700\/95:hover{--tw-ring-offset-color: rgb(190 24 93 / .95)}.hover\:ring-offset-pink-700\/100:hover{--tw-ring-offset-color: rgb(190 24 93 / 1)}.hover\:ring-offset-pink-800\/0:hover{--tw-ring-offset-color: rgb(157 23 77 / 0)}.hover\:ring-offset-pink-800\/5:hover{--tw-ring-offset-color: rgb(157 23 77 / .05)}.hover\:ring-offset-pink-800\/10:hover{--tw-ring-offset-color: rgb(157 23 77 / .1)}.hover\:ring-offset-pink-800\/20:hover{--tw-ring-offset-color: rgb(157 23 77 / .2)}.hover\:ring-offset-pink-800\/25:hover{--tw-ring-offset-color: rgb(157 23 77 / .25)}.hover\:ring-offset-pink-800\/30:hover{--tw-ring-offset-color: rgb(157 23 77 / .3)}.hover\:ring-offset-pink-800\/40:hover{--tw-ring-offset-color: rgb(157 23 77 / .4)}.hover\:ring-offset-pink-800\/50:hover{--tw-ring-offset-color: rgb(157 23 77 / .5)}.hover\:ring-offset-pink-800\/60:hover{--tw-ring-offset-color: rgb(157 23 77 / .6)}.hover\:ring-offset-pink-800\/70:hover{--tw-ring-offset-color: rgb(157 23 77 / .7)}.hover\:ring-offset-pink-800\/75:hover{--tw-ring-offset-color: rgb(157 23 77 / .75)}.hover\:ring-offset-pink-800\/80:hover{--tw-ring-offset-color: rgb(157 23 77 / .8)}.hover\:ring-offset-pink-800\/90:hover{--tw-ring-offset-color: rgb(157 23 77 / .9)}.hover\:ring-offset-pink-800\/95:hover{--tw-ring-offset-color: rgb(157 23 77 / .95)}.hover\:ring-offset-pink-800\/100:hover{--tw-ring-offset-color: rgb(157 23 77 / 1)}.hover\:ring-offset-pink-900\/0:hover{--tw-ring-offset-color: rgb(131 24 67 / 0)}.hover\:ring-offset-pink-900\/5:hover{--tw-ring-offset-color: rgb(131 24 67 / .05)}.hover\:ring-offset-pink-900\/10:hover{--tw-ring-offset-color: rgb(131 24 67 / .1)}.hover\:ring-offset-pink-900\/20:hover{--tw-ring-offset-color: rgb(131 24 67 / .2)}.hover\:ring-offset-pink-900\/25:hover{--tw-ring-offset-color: rgb(131 24 67 / .25)}.hover\:ring-offset-pink-900\/30:hover{--tw-ring-offset-color: rgb(131 24 67 / .3)}.hover\:ring-offset-pink-900\/40:hover{--tw-ring-offset-color: rgb(131 24 67 / .4)}.hover\:ring-offset-pink-900\/50:hover{--tw-ring-offset-color: rgb(131 24 67 / .5)}.hover\:ring-offset-pink-900\/60:hover{--tw-ring-offset-color: rgb(131 24 67 / .6)}.hover\:ring-offset-pink-900\/70:hover{--tw-ring-offset-color: rgb(131 24 67 / .7)}.hover\:ring-offset-pink-900\/75:hover{--tw-ring-offset-color: rgb(131 24 67 / .75)}.hover\:ring-offset-pink-900\/80:hover{--tw-ring-offset-color: rgb(131 24 67 / .8)}.hover\:ring-offset-pink-900\/90:hover{--tw-ring-offset-color: rgb(131 24 67 / .9)}.hover\:ring-offset-pink-900\/95:hover{--tw-ring-offset-color: rgb(131 24 67 / .95)}.hover\:ring-offset-pink-900\/100:hover{--tw-ring-offset-color: rgb(131 24 67 / 1)}.hover\:ring-offset-rose-50\/0:hover{--tw-ring-offset-color: rgb(255 241 242 / 0)}.hover\:ring-offset-rose-50\/5:hover{--tw-ring-offset-color: rgb(255 241 242 / .05)}.hover\:ring-offset-rose-50\/10:hover{--tw-ring-offset-color: rgb(255 241 242 / .1)}.hover\:ring-offset-rose-50\/20:hover{--tw-ring-offset-color: rgb(255 241 242 / .2)}.hover\:ring-offset-rose-50\/25:hover{--tw-ring-offset-color: rgb(255 241 242 / .25)}.hover\:ring-offset-rose-50\/30:hover{--tw-ring-offset-color: rgb(255 241 242 / .3)}.hover\:ring-offset-rose-50\/40:hover{--tw-ring-offset-color: rgb(255 241 242 / .4)}.hover\:ring-offset-rose-50\/50:hover{--tw-ring-offset-color: rgb(255 241 242 / .5)}.hover\:ring-offset-rose-50\/60:hover{--tw-ring-offset-color: rgb(255 241 242 / .6)}.hover\:ring-offset-rose-50\/70:hover{--tw-ring-offset-color: rgb(255 241 242 / .7)}.hover\:ring-offset-rose-50\/75:hover{--tw-ring-offset-color: rgb(255 241 242 / .75)}.hover\:ring-offset-rose-50\/80:hover{--tw-ring-offset-color: rgb(255 241 242 / .8)}.hover\:ring-offset-rose-50\/90:hover{--tw-ring-offset-color: rgb(255 241 242 / .9)}.hover\:ring-offset-rose-50\/95:hover{--tw-ring-offset-color: rgb(255 241 242 / .95)}.hover\:ring-offset-rose-50\/100:hover{--tw-ring-offset-color: rgb(255 241 242 / 1)}.hover\:ring-offset-rose-100\/0:hover{--tw-ring-offset-color: rgb(255 228 230 / 0)}.hover\:ring-offset-rose-100\/5:hover{--tw-ring-offset-color: rgb(255 228 230 / .05)}.hover\:ring-offset-rose-100\/10:hover{--tw-ring-offset-color: rgb(255 228 230 / .1)}.hover\:ring-offset-rose-100\/20:hover{--tw-ring-offset-color: rgb(255 228 230 / .2)}.hover\:ring-offset-rose-100\/25:hover{--tw-ring-offset-color: rgb(255 228 230 / .25)}.hover\:ring-offset-rose-100\/30:hover{--tw-ring-offset-color: rgb(255 228 230 / .3)}.hover\:ring-offset-rose-100\/40:hover{--tw-ring-offset-color: rgb(255 228 230 / .4)}.hover\:ring-offset-rose-100\/50:hover{--tw-ring-offset-color: rgb(255 228 230 / .5)}.hover\:ring-offset-rose-100\/60:hover{--tw-ring-offset-color: rgb(255 228 230 / .6)}.hover\:ring-offset-rose-100\/70:hover{--tw-ring-offset-color: rgb(255 228 230 / .7)}.hover\:ring-offset-rose-100\/75:hover{--tw-ring-offset-color: rgb(255 228 230 / .75)}.hover\:ring-offset-rose-100\/80:hover{--tw-ring-offset-color: rgb(255 228 230 / .8)}.hover\:ring-offset-rose-100\/90:hover{--tw-ring-offset-color: rgb(255 228 230 / .9)}.hover\:ring-offset-rose-100\/95:hover{--tw-ring-offset-color: rgb(255 228 230 / .95)}.hover\:ring-offset-rose-100\/100:hover{--tw-ring-offset-color: rgb(255 228 230 / 1)}.hover\:ring-offset-rose-200\/0:hover{--tw-ring-offset-color: rgb(254 205 211 / 0)}.hover\:ring-offset-rose-200\/5:hover{--tw-ring-offset-color: rgb(254 205 211 / .05)}.hover\:ring-offset-rose-200\/10:hover{--tw-ring-offset-color: rgb(254 205 211 / .1)}.hover\:ring-offset-rose-200\/20:hover{--tw-ring-offset-color: rgb(254 205 211 / .2)}.hover\:ring-offset-rose-200\/25:hover{--tw-ring-offset-color: rgb(254 205 211 / .25)}.hover\:ring-offset-rose-200\/30:hover{--tw-ring-offset-color: rgb(254 205 211 / .3)}.hover\:ring-offset-rose-200\/40:hover{--tw-ring-offset-color: rgb(254 205 211 / .4)}.hover\:ring-offset-rose-200\/50:hover{--tw-ring-offset-color: rgb(254 205 211 / .5)}.hover\:ring-offset-rose-200\/60:hover{--tw-ring-offset-color: rgb(254 205 211 / .6)}.hover\:ring-offset-rose-200\/70:hover{--tw-ring-offset-color: rgb(254 205 211 / .7)}.hover\:ring-offset-rose-200\/75:hover{--tw-ring-offset-color: rgb(254 205 211 / .75)}.hover\:ring-offset-rose-200\/80:hover{--tw-ring-offset-color: rgb(254 205 211 / .8)}.hover\:ring-offset-rose-200\/90:hover{--tw-ring-offset-color: rgb(254 205 211 / .9)}.hover\:ring-offset-rose-200\/95:hover{--tw-ring-offset-color: rgb(254 205 211 / .95)}.hover\:ring-offset-rose-200\/100:hover{--tw-ring-offset-color: rgb(254 205 211 / 1)}.hover\:ring-offset-rose-300\/0:hover{--tw-ring-offset-color: rgb(253 164 175 / 0)}.hover\:ring-offset-rose-300\/5:hover{--tw-ring-offset-color: rgb(253 164 175 / .05)}.hover\:ring-offset-rose-300\/10:hover{--tw-ring-offset-color: rgb(253 164 175 / .1)}.hover\:ring-offset-rose-300\/20:hover{--tw-ring-offset-color: rgb(253 164 175 / .2)}.hover\:ring-offset-rose-300\/25:hover{--tw-ring-offset-color: rgb(253 164 175 / .25)}.hover\:ring-offset-rose-300\/30:hover{--tw-ring-offset-color: rgb(253 164 175 / .3)}.hover\:ring-offset-rose-300\/40:hover{--tw-ring-offset-color: rgb(253 164 175 / .4)}.hover\:ring-offset-rose-300\/50:hover{--tw-ring-offset-color: rgb(253 164 175 / .5)}.hover\:ring-offset-rose-300\/60:hover{--tw-ring-offset-color: rgb(253 164 175 / .6)}.hover\:ring-offset-rose-300\/70:hover{--tw-ring-offset-color: rgb(253 164 175 / .7)}.hover\:ring-offset-rose-300\/75:hover{--tw-ring-offset-color: rgb(253 164 175 / .75)}.hover\:ring-offset-rose-300\/80:hover{--tw-ring-offset-color: rgb(253 164 175 / .8)}.hover\:ring-offset-rose-300\/90:hover{--tw-ring-offset-color: rgb(253 164 175 / .9)}.hover\:ring-offset-rose-300\/95:hover{--tw-ring-offset-color: rgb(253 164 175 / .95)}.hover\:ring-offset-rose-300\/100:hover{--tw-ring-offset-color: rgb(253 164 175 / 1)}.hover\:ring-offset-rose-400\/0:hover{--tw-ring-offset-color: rgb(251 113 133 / 0)}.hover\:ring-offset-rose-400\/5:hover{--tw-ring-offset-color: rgb(251 113 133 / .05)}.hover\:ring-offset-rose-400\/10:hover{--tw-ring-offset-color: rgb(251 113 133 / .1)}.hover\:ring-offset-rose-400\/20:hover{--tw-ring-offset-color: rgb(251 113 133 / .2)}.hover\:ring-offset-rose-400\/25:hover{--tw-ring-offset-color: rgb(251 113 133 / .25)}.hover\:ring-offset-rose-400\/30:hover{--tw-ring-offset-color: rgb(251 113 133 / .3)}.hover\:ring-offset-rose-400\/40:hover{--tw-ring-offset-color: rgb(251 113 133 / .4)}.hover\:ring-offset-rose-400\/50:hover{--tw-ring-offset-color: rgb(251 113 133 / .5)}.hover\:ring-offset-rose-400\/60:hover{--tw-ring-offset-color: rgb(251 113 133 / .6)}.hover\:ring-offset-rose-400\/70:hover{--tw-ring-offset-color: rgb(251 113 133 / .7)}.hover\:ring-offset-rose-400\/75:hover{--tw-ring-offset-color: rgb(251 113 133 / .75)}.hover\:ring-offset-rose-400\/80:hover{--tw-ring-offset-color: rgb(251 113 133 / .8)}.hover\:ring-offset-rose-400\/90:hover{--tw-ring-offset-color: rgb(251 113 133 / .9)}.hover\:ring-offset-rose-400\/95:hover{--tw-ring-offset-color: rgb(251 113 133 / .95)}.hover\:ring-offset-rose-400\/100:hover{--tw-ring-offset-color: rgb(251 113 133 / 1)}.hover\:ring-offset-rose-500\/0:hover{--tw-ring-offset-color: rgb(244 63 94 / 0)}.hover\:ring-offset-rose-500\/5:hover{--tw-ring-offset-color: rgb(244 63 94 / .05)}.hover\:ring-offset-rose-500\/10:hover{--tw-ring-offset-color: rgb(244 63 94 / .1)}.hover\:ring-offset-rose-500\/20:hover{--tw-ring-offset-color: rgb(244 63 94 / .2)}.hover\:ring-offset-rose-500\/25:hover{--tw-ring-offset-color: rgb(244 63 94 / .25)}.hover\:ring-offset-rose-500\/30:hover{--tw-ring-offset-color: rgb(244 63 94 / .3)}.hover\:ring-offset-rose-500\/40:hover{--tw-ring-offset-color: rgb(244 63 94 / .4)}.hover\:ring-offset-rose-500\/50:hover{--tw-ring-offset-color: rgb(244 63 94 / .5)}.hover\:ring-offset-rose-500\/60:hover{--tw-ring-offset-color: rgb(244 63 94 / .6)}.hover\:ring-offset-rose-500\/70:hover{--tw-ring-offset-color: rgb(244 63 94 / .7)}.hover\:ring-offset-rose-500\/75:hover{--tw-ring-offset-color: rgb(244 63 94 / .75)}.hover\:ring-offset-rose-500\/80:hover{--tw-ring-offset-color: rgb(244 63 94 / .8)}.hover\:ring-offset-rose-500\/90:hover{--tw-ring-offset-color: rgb(244 63 94 / .9)}.hover\:ring-offset-rose-500\/95:hover{--tw-ring-offset-color: rgb(244 63 94 / .95)}.hover\:ring-offset-rose-500\/100:hover{--tw-ring-offset-color: rgb(244 63 94 / 1)}.hover\:ring-offset-rose-600\/0:hover{--tw-ring-offset-color: rgb(225 29 72 / 0)}.hover\:ring-offset-rose-600\/5:hover{--tw-ring-offset-color: rgb(225 29 72 / .05)}.hover\:ring-offset-rose-600\/10:hover{--tw-ring-offset-color: rgb(225 29 72 / .1)}.hover\:ring-offset-rose-600\/20:hover{--tw-ring-offset-color: rgb(225 29 72 / .2)}.hover\:ring-offset-rose-600\/25:hover{--tw-ring-offset-color: rgb(225 29 72 / .25)}.hover\:ring-offset-rose-600\/30:hover{--tw-ring-offset-color: rgb(225 29 72 / .3)}.hover\:ring-offset-rose-600\/40:hover{--tw-ring-offset-color: rgb(225 29 72 / .4)}.hover\:ring-offset-rose-600\/50:hover{--tw-ring-offset-color: rgb(225 29 72 / .5)}.hover\:ring-offset-rose-600\/60:hover{--tw-ring-offset-color: rgb(225 29 72 / .6)}.hover\:ring-offset-rose-600\/70:hover{--tw-ring-offset-color: rgb(225 29 72 / .7)}.hover\:ring-offset-rose-600\/75:hover{--tw-ring-offset-color: rgb(225 29 72 / .75)}.hover\:ring-offset-rose-600\/80:hover{--tw-ring-offset-color: rgb(225 29 72 / .8)}.hover\:ring-offset-rose-600\/90:hover{--tw-ring-offset-color: rgb(225 29 72 / .9)}.hover\:ring-offset-rose-600\/95:hover{--tw-ring-offset-color: rgb(225 29 72 / .95)}.hover\:ring-offset-rose-600\/100:hover{--tw-ring-offset-color: rgb(225 29 72 / 1)}.hover\:ring-offset-rose-700\/0:hover{--tw-ring-offset-color: rgb(190 18 60 / 0)}.hover\:ring-offset-rose-700\/5:hover{--tw-ring-offset-color: rgb(190 18 60 / .05)}.hover\:ring-offset-rose-700\/10:hover{--tw-ring-offset-color: rgb(190 18 60 / .1)}.hover\:ring-offset-rose-700\/20:hover{--tw-ring-offset-color: rgb(190 18 60 / .2)}.hover\:ring-offset-rose-700\/25:hover{--tw-ring-offset-color: rgb(190 18 60 / .25)}.hover\:ring-offset-rose-700\/30:hover{--tw-ring-offset-color: rgb(190 18 60 / .3)}.hover\:ring-offset-rose-700\/40:hover{--tw-ring-offset-color: rgb(190 18 60 / .4)}.hover\:ring-offset-rose-700\/50:hover{--tw-ring-offset-color: rgb(190 18 60 / .5)}.hover\:ring-offset-rose-700\/60:hover{--tw-ring-offset-color: rgb(190 18 60 / .6)}.hover\:ring-offset-rose-700\/70:hover{--tw-ring-offset-color: rgb(190 18 60 / .7)}.hover\:ring-offset-rose-700\/75:hover{--tw-ring-offset-color: rgb(190 18 60 / .75)}.hover\:ring-offset-rose-700\/80:hover{--tw-ring-offset-color: rgb(190 18 60 / .8)}.hover\:ring-offset-rose-700\/90:hover{--tw-ring-offset-color: rgb(190 18 60 / .9)}.hover\:ring-offset-rose-700\/95:hover{--tw-ring-offset-color: rgb(190 18 60 / .95)}.hover\:ring-offset-rose-700\/100:hover{--tw-ring-offset-color: rgb(190 18 60 / 1)}.hover\:ring-offset-rose-800\/0:hover{--tw-ring-offset-color: rgb(159 18 57 / 0)}.hover\:ring-offset-rose-800\/5:hover{--tw-ring-offset-color: rgb(159 18 57 / .05)}.hover\:ring-offset-rose-800\/10:hover{--tw-ring-offset-color: rgb(159 18 57 / .1)}.hover\:ring-offset-rose-800\/20:hover{--tw-ring-offset-color: rgb(159 18 57 / .2)}.hover\:ring-offset-rose-800\/25:hover{--tw-ring-offset-color: rgb(159 18 57 / .25)}.hover\:ring-offset-rose-800\/30:hover{--tw-ring-offset-color: rgb(159 18 57 / .3)}.hover\:ring-offset-rose-800\/40:hover{--tw-ring-offset-color: rgb(159 18 57 / .4)}.hover\:ring-offset-rose-800\/50:hover{--tw-ring-offset-color: rgb(159 18 57 / .5)}.hover\:ring-offset-rose-800\/60:hover{--tw-ring-offset-color: rgb(159 18 57 / .6)}.hover\:ring-offset-rose-800\/70:hover{--tw-ring-offset-color: rgb(159 18 57 / .7)}.hover\:ring-offset-rose-800\/75:hover{--tw-ring-offset-color: rgb(159 18 57 / .75)}.hover\:ring-offset-rose-800\/80:hover{--tw-ring-offset-color: rgb(159 18 57 / .8)}.hover\:ring-offset-rose-800\/90:hover{--tw-ring-offset-color: rgb(159 18 57 / .9)}.hover\:ring-offset-rose-800\/95:hover{--tw-ring-offset-color: rgb(159 18 57 / .95)}.hover\:ring-offset-rose-800\/100:hover{--tw-ring-offset-color: rgb(159 18 57 / 1)}.hover\:ring-offset-rose-900\/0:hover{--tw-ring-offset-color: rgb(136 19 55 / 0)}.hover\:ring-offset-rose-900\/5:hover{--tw-ring-offset-color: rgb(136 19 55 / .05)}.hover\:ring-offset-rose-900\/10:hover{--tw-ring-offset-color: rgb(136 19 55 / .1)}.hover\:ring-offset-rose-900\/20:hover{--tw-ring-offset-color: rgb(136 19 55 / .2)}.hover\:ring-offset-rose-900\/25:hover{--tw-ring-offset-color: rgb(136 19 55 / .25)}.hover\:ring-offset-rose-900\/30:hover{--tw-ring-offset-color: rgb(136 19 55 / .3)}.hover\:ring-offset-rose-900\/40:hover{--tw-ring-offset-color: rgb(136 19 55 / .4)}.hover\:ring-offset-rose-900\/50:hover{--tw-ring-offset-color: rgb(136 19 55 / .5)}.hover\:ring-offset-rose-900\/60:hover{--tw-ring-offset-color: rgb(136 19 55 / .6)}.hover\:ring-offset-rose-900\/70:hover{--tw-ring-offset-color: rgb(136 19 55 / .7)}.hover\:ring-offset-rose-900\/75:hover{--tw-ring-offset-color: rgb(136 19 55 / .75)}.hover\:ring-offset-rose-900\/80:hover{--tw-ring-offset-color: rgb(136 19 55 / .8)}.hover\:ring-offset-rose-900\/90:hover{--tw-ring-offset-color: rgb(136 19 55 / .9)}.hover\:ring-offset-rose-900\/95:hover{--tw-ring-offset-color: rgb(136 19 55 / .95)}.hover\:ring-offset-rose-900\/100:hover{--tw-ring-offset-color: rgb(136 19 55 / 1)}.hover\:ring-offset-primary-100\/0:hover{--tw-ring-offset-color: rgb(242 243 244 / 0)}.hover\:ring-offset-primary-100\/5:hover{--tw-ring-offset-color: rgb(242 243 244 / .05)}.hover\:ring-offset-primary-100\/10:hover{--tw-ring-offset-color: rgb(242 243 244 / .1)}.hover\:ring-offset-primary-100\/20:hover{--tw-ring-offset-color: rgb(242 243 244 / .2)}.hover\:ring-offset-primary-100\/25:hover{--tw-ring-offset-color: rgb(242 243 244 / .25)}.hover\:ring-offset-primary-100\/30:hover{--tw-ring-offset-color: rgb(242 243 244 / .3)}.hover\:ring-offset-primary-100\/40:hover{--tw-ring-offset-color: rgb(242 243 244 / .4)}.hover\:ring-offset-primary-100\/50:hover{--tw-ring-offset-color: rgb(242 243 244 / .5)}.hover\:ring-offset-primary-100\/60:hover{--tw-ring-offset-color: rgb(242 243 244 / .6)}.hover\:ring-offset-primary-100\/70:hover{--tw-ring-offset-color: rgb(242 243 244 / .7)}.hover\:ring-offset-primary-100\/75:hover{--tw-ring-offset-color: rgb(242 243 244 / .75)}.hover\:ring-offset-primary-100\/80:hover{--tw-ring-offset-color: rgb(242 243 244 / .8)}.hover\:ring-offset-primary-100\/90:hover{--tw-ring-offset-color: rgb(242 243 244 / .9)}.hover\:ring-offset-primary-100\/95:hover{--tw-ring-offset-color: rgb(242 243 244 / .95)}.hover\:ring-offset-primary-100\/100:hover{--tw-ring-offset-color: rgb(242 243 244 / 1)}.hover\:ring-offset-primary-200\/0:hover{--tw-ring-offset-color: rgb(232 232 240 / 0)}.hover\:ring-offset-primary-200\/5:hover{--tw-ring-offset-color: rgb(232 232 240 / .05)}.hover\:ring-offset-primary-200\/10:hover{--tw-ring-offset-color: rgb(232 232 240 / .1)}.hover\:ring-offset-primary-200\/20:hover{--tw-ring-offset-color: rgb(232 232 240 / .2)}.hover\:ring-offset-primary-200\/25:hover{--tw-ring-offset-color: rgb(232 232 240 / .25)}.hover\:ring-offset-primary-200\/30:hover{--tw-ring-offset-color: rgb(232 232 240 / .3)}.hover\:ring-offset-primary-200\/40:hover{--tw-ring-offset-color: rgb(232 232 240 / .4)}.hover\:ring-offset-primary-200\/50:hover{--tw-ring-offset-color: rgb(232 232 240 / .5)}.hover\:ring-offset-primary-200\/60:hover{--tw-ring-offset-color: rgb(232 232 240 / .6)}.hover\:ring-offset-primary-200\/70:hover{--tw-ring-offset-color: rgb(232 232 240 / .7)}.hover\:ring-offset-primary-200\/75:hover{--tw-ring-offset-color: rgb(232 232 240 / .75)}.hover\:ring-offset-primary-200\/80:hover{--tw-ring-offset-color: rgb(232 232 240 / .8)}.hover\:ring-offset-primary-200\/90:hover{--tw-ring-offset-color: rgb(232 232 240 / .9)}.hover\:ring-offset-primary-200\/95:hover{--tw-ring-offset-color: rgb(232 232 240 / .95)}.hover\:ring-offset-primary-200\/100:hover{--tw-ring-offset-color: rgb(232 232 240 / 1)}.hover\:ring-offset-primary-300\/0:hover{--tw-ring-offset-color: rgb(208 208 225 / 0)}.hover\:ring-offset-primary-300\/5:hover{--tw-ring-offset-color: rgb(208 208 225 / .05)}.hover\:ring-offset-primary-300\/10:hover{--tw-ring-offset-color: rgb(208 208 225 / .1)}.hover\:ring-offset-primary-300\/20:hover{--tw-ring-offset-color: rgb(208 208 225 / .2)}.hover\:ring-offset-primary-300\/25:hover{--tw-ring-offset-color: rgb(208 208 225 / .25)}.hover\:ring-offset-primary-300\/30:hover{--tw-ring-offset-color: rgb(208 208 225 / .3)}.hover\:ring-offset-primary-300\/40:hover{--tw-ring-offset-color: rgb(208 208 225 / .4)}.hover\:ring-offset-primary-300\/50:hover{--tw-ring-offset-color: rgb(208 208 225 / .5)}.hover\:ring-offset-primary-300\/60:hover{--tw-ring-offset-color: rgb(208 208 225 / .6)}.hover\:ring-offset-primary-300\/70:hover{--tw-ring-offset-color: rgb(208 208 225 / .7)}.hover\:ring-offset-primary-300\/75:hover{--tw-ring-offset-color: rgb(208 208 225 / .75)}.hover\:ring-offset-primary-300\/80:hover{--tw-ring-offset-color: rgb(208 208 225 / .8)}.hover\:ring-offset-primary-300\/90:hover{--tw-ring-offset-color: rgb(208 208 225 / .9)}.hover\:ring-offset-primary-300\/95:hover{--tw-ring-offset-color: rgb(208 208 225 / .95)}.hover\:ring-offset-primary-300\/100:hover{--tw-ring-offset-color: rgb(208 208 225 / 1)}.hover\:ring-offset-primary-400\/0:hover{--tw-ring-offset-color: rgb(180 180 209 / 0)}.hover\:ring-offset-primary-400\/5:hover{--tw-ring-offset-color: rgb(180 180 209 / .05)}.hover\:ring-offset-primary-400\/10:hover{--tw-ring-offset-color: rgb(180 180 209 / .1)}.hover\:ring-offset-primary-400\/20:hover{--tw-ring-offset-color: rgb(180 180 209 / .2)}.hover\:ring-offset-primary-400\/25:hover{--tw-ring-offset-color: rgb(180 180 209 / .25)}.hover\:ring-offset-primary-400\/30:hover{--tw-ring-offset-color: rgb(180 180 209 / .3)}.hover\:ring-offset-primary-400\/40:hover{--tw-ring-offset-color: rgb(180 180 209 / .4)}.hover\:ring-offset-primary-400\/50:hover{--tw-ring-offset-color: rgb(180 180 209 / .5)}.hover\:ring-offset-primary-400\/60:hover{--tw-ring-offset-color: rgb(180 180 209 / .6)}.hover\:ring-offset-primary-400\/70:hover{--tw-ring-offset-color: rgb(180 180 209 / .7)}.hover\:ring-offset-primary-400\/75:hover{--tw-ring-offset-color: rgb(180 180 209 / .75)}.hover\:ring-offset-primary-400\/80:hover{--tw-ring-offset-color: rgb(180 180 209 / .8)}.hover\:ring-offset-primary-400\/90:hover{--tw-ring-offset-color: rgb(180 180 209 / .9)}.hover\:ring-offset-primary-400\/95:hover{--tw-ring-offset-color: rgb(180 180 209 / .95)}.hover\:ring-offset-primary-400\/100:hover{--tw-ring-offset-color: rgb(180 180 209 / 1)}.hover\:ring-offset-primary-500\/0:hover{--tw-ring-offset-color: rgb(147 147 191 / 0)}.hover\:ring-offset-primary-500\/5:hover{--tw-ring-offset-color: rgb(147 147 191 / .05)}.hover\:ring-offset-primary-500\/10:hover{--tw-ring-offset-color: rgb(147 147 191 / .1)}.hover\:ring-offset-primary-500\/20:hover{--tw-ring-offset-color: rgb(147 147 191 / .2)}.hover\:ring-offset-primary-500\/25:hover{--tw-ring-offset-color: rgb(147 147 191 / .25)}.hover\:ring-offset-primary-500\/30:hover{--tw-ring-offset-color: rgb(147 147 191 / .3)}.hover\:ring-offset-primary-500\/40:hover{--tw-ring-offset-color: rgb(147 147 191 / .4)}.hover\:ring-offset-primary-500\/50:hover{--tw-ring-offset-color: rgb(147 147 191 / .5)}.hover\:ring-offset-primary-500\/60:hover{--tw-ring-offset-color: rgb(147 147 191 / .6)}.hover\:ring-offset-primary-500\/70:hover{--tw-ring-offset-color: rgb(147 147 191 / .7)}.hover\:ring-offset-primary-500\/75:hover{--tw-ring-offset-color: rgb(147 147 191 / .75)}.hover\:ring-offset-primary-500\/80:hover{--tw-ring-offset-color: rgb(147 147 191 / .8)}.hover\:ring-offset-primary-500\/90:hover{--tw-ring-offset-color: rgb(147 147 191 / .9)}.hover\:ring-offset-primary-500\/95:hover{--tw-ring-offset-color: rgb(147 147 191 / .95)}.hover\:ring-offset-primary-500\/100:hover{--tw-ring-offset-color: rgb(147 147 191 / 1)}.hover\:ring-offset-primary-600\/0:hover{--tw-ring-offset-color: rgb(104 104 172 / 0)}.hover\:ring-offset-primary-600\/5:hover{--tw-ring-offset-color: rgb(104 104 172 / .05)}.hover\:ring-offset-primary-600\/10:hover{--tw-ring-offset-color: rgb(104 104 172 / .1)}.hover\:ring-offset-primary-600\/20:hover{--tw-ring-offset-color: rgb(104 104 172 / .2)}.hover\:ring-offset-primary-600\/25:hover{--tw-ring-offset-color: rgb(104 104 172 / .25)}.hover\:ring-offset-primary-600\/30:hover{--tw-ring-offset-color: rgb(104 104 172 / .3)}.hover\:ring-offset-primary-600\/40:hover{--tw-ring-offset-color: rgb(104 104 172 / .4)}.hover\:ring-offset-primary-600\/50:hover{--tw-ring-offset-color: rgb(104 104 172 / .5)}.hover\:ring-offset-primary-600\/60:hover{--tw-ring-offset-color: rgb(104 104 172 / .6)}.hover\:ring-offset-primary-600\/70:hover{--tw-ring-offset-color: rgb(104 104 172 / .7)}.hover\:ring-offset-primary-600\/75:hover{--tw-ring-offset-color: rgb(104 104 172 / .75)}.hover\:ring-offset-primary-600\/80:hover{--tw-ring-offset-color: rgb(104 104 172 / .8)}.hover\:ring-offset-primary-600\/90:hover{--tw-ring-offset-color: rgb(104 104 172 / .9)}.hover\:ring-offset-primary-600\/95:hover{--tw-ring-offset-color: rgb(104 104 172 / .95)}.hover\:ring-offset-primary-600\/100:hover{--tw-ring-offset-color: rgb(104 104 172 / 1)}.hover\:ring-offset-primary-700\/0:hover{--tw-ring-offset-color: rgb(93 93 153 / 0)}.hover\:ring-offset-primary-700\/5:hover{--tw-ring-offset-color: rgb(93 93 153 / .05)}.hover\:ring-offset-primary-700\/10:hover{--tw-ring-offset-color: rgb(93 93 153 / .1)}.hover\:ring-offset-primary-700\/20:hover{--tw-ring-offset-color: rgb(93 93 153 / .2)}.hover\:ring-offset-primary-700\/25:hover{--tw-ring-offset-color: rgb(93 93 153 / .25)}.hover\:ring-offset-primary-700\/30:hover{--tw-ring-offset-color: rgb(93 93 153 / .3)}.hover\:ring-offset-primary-700\/40:hover{--tw-ring-offset-color: rgb(93 93 153 / .4)}.hover\:ring-offset-primary-700\/50:hover{--tw-ring-offset-color: rgb(93 93 153 / .5)}.hover\:ring-offset-primary-700\/60:hover{--tw-ring-offset-color: rgb(93 93 153 / .6)}.hover\:ring-offset-primary-700\/70:hover{--tw-ring-offset-color: rgb(93 93 153 / .7)}.hover\:ring-offset-primary-700\/75:hover{--tw-ring-offset-color: rgb(93 93 153 / .75)}.hover\:ring-offset-primary-700\/80:hover{--tw-ring-offset-color: rgb(93 93 153 / .8)}.hover\:ring-offset-primary-700\/90:hover{--tw-ring-offset-color: rgb(93 93 153 / .9)}.hover\:ring-offset-primary-700\/95:hover{--tw-ring-offset-color: rgb(93 93 153 / .95)}.hover\:ring-offset-primary-700\/100:hover{--tw-ring-offset-color: rgb(93 93 153 / 1)}.hover\:ring-offset-primary-800\/0:hover{--tw-ring-offset-color: rgb(80 80 133 / 0)}.hover\:ring-offset-primary-800\/5:hover{--tw-ring-offset-color: rgb(80 80 133 / .05)}.hover\:ring-offset-primary-800\/10:hover{--tw-ring-offset-color: rgb(80 80 133 / .1)}.hover\:ring-offset-primary-800\/20:hover{--tw-ring-offset-color: rgb(80 80 133 / .2)}.hover\:ring-offset-primary-800\/25:hover{--tw-ring-offset-color: rgb(80 80 133 / .25)}.hover\:ring-offset-primary-800\/30:hover{--tw-ring-offset-color: rgb(80 80 133 / .3)}.hover\:ring-offset-primary-800\/40:hover{--tw-ring-offset-color: rgb(80 80 133 / .4)}.hover\:ring-offset-primary-800\/50:hover{--tw-ring-offset-color: rgb(80 80 133 / .5)}.hover\:ring-offset-primary-800\/60:hover{--tw-ring-offset-color: rgb(80 80 133 / .6)}.hover\:ring-offset-primary-800\/70:hover{--tw-ring-offset-color: rgb(80 80 133 / .7)}.hover\:ring-offset-primary-800\/75:hover{--tw-ring-offset-color: rgb(80 80 133 / .75)}.hover\:ring-offset-primary-800\/80:hover{--tw-ring-offset-color: rgb(80 80 133 / .8)}.hover\:ring-offset-primary-800\/90:hover{--tw-ring-offset-color: rgb(80 80 133 / .9)}.hover\:ring-offset-primary-800\/95:hover{--tw-ring-offset-color: rgb(80 80 133 / .95)}.hover\:ring-offset-primary-800\/100:hover{--tw-ring-offset-color: rgb(80 80 133 / 1)}.hover\:ring-offset-primary-900\/0:hover{--tw-ring-offset-color: rgb(65 65 108 / 0)}.hover\:ring-offset-primary-900\/5:hover{--tw-ring-offset-color: rgb(65 65 108 / .05)}.hover\:ring-offset-primary-900\/10:hover{--tw-ring-offset-color: rgb(65 65 108 / .1)}.hover\:ring-offset-primary-900\/20:hover{--tw-ring-offset-color: rgb(65 65 108 / .2)}.hover\:ring-offset-primary-900\/25:hover{--tw-ring-offset-color: rgb(65 65 108 / .25)}.hover\:ring-offset-primary-900\/30:hover{--tw-ring-offset-color: rgb(65 65 108 / .3)}.hover\:ring-offset-primary-900\/40:hover{--tw-ring-offset-color: rgb(65 65 108 / .4)}.hover\:ring-offset-primary-900\/50:hover{--tw-ring-offset-color: rgb(65 65 108 / .5)}.hover\:ring-offset-primary-900\/60:hover{--tw-ring-offset-color: rgb(65 65 108 / .6)}.hover\:ring-offset-primary-900\/70:hover{--tw-ring-offset-color: rgb(65 65 108 / .7)}.hover\:ring-offset-primary-900\/75:hover{--tw-ring-offset-color: rgb(65 65 108 / .75)}.hover\:ring-offset-primary-900\/80:hover{--tw-ring-offset-color: rgb(65 65 108 / .8)}.hover\:ring-offset-primary-900\/90:hover{--tw-ring-offset-color: rgb(65 65 108 / .9)}.hover\:ring-offset-primary-900\/95:hover{--tw-ring-offset-color: rgb(65 65 108 / .95)}.hover\:ring-offset-primary-900\/100:hover{--tw-ring-offset-color: rgb(65 65 108 / 1)}.hover\:ring-offset-primary-1000\/0:hover{--tw-ring-offset-color: rgb(46 46 76 / 0)}.hover\:ring-offset-primary-1000\/5:hover{--tw-ring-offset-color: rgb(46 46 76 / .05)}.hover\:ring-offset-primary-1000\/10:hover{--tw-ring-offset-color: rgb(46 46 76 / .1)}.hover\:ring-offset-primary-1000\/20:hover{--tw-ring-offset-color: rgb(46 46 76 / .2)}.hover\:ring-offset-primary-1000\/25:hover{--tw-ring-offset-color: rgb(46 46 76 / .25)}.hover\:ring-offset-primary-1000\/30:hover{--tw-ring-offset-color: rgb(46 46 76 / .3)}.hover\:ring-offset-primary-1000\/40:hover{--tw-ring-offset-color: rgb(46 46 76 / .4)}.hover\:ring-offset-primary-1000\/50:hover{--tw-ring-offset-color: rgb(46 46 76 / .5)}.hover\:ring-offset-primary-1000\/60:hover{--tw-ring-offset-color: rgb(46 46 76 / .6)}.hover\:ring-offset-primary-1000\/70:hover{--tw-ring-offset-color: rgb(46 46 76 / .7)}.hover\:ring-offset-primary-1000\/75:hover{--tw-ring-offset-color: rgb(46 46 76 / .75)}.hover\:ring-offset-primary-1000\/80:hover{--tw-ring-offset-color: rgb(46 46 76 / .8)}.hover\:ring-offset-primary-1000\/90:hover{--tw-ring-offset-color: rgb(46 46 76 / .9)}.hover\:ring-offset-primary-1000\/95:hover{--tw-ring-offset-color: rgb(46 46 76 / .95)}.hover\:ring-offset-primary-1000\/100:hover{--tw-ring-offset-color: rgb(46 46 76 / 1)}.hover\:ring-offset-primary-highlight-100\/0:hover{--tw-ring-offset-color: rgb(247 245 254 / 0)}.hover\:ring-offset-primary-highlight-100\/5:hover{--tw-ring-offset-color: rgb(247 245 254 / .05)}.hover\:ring-offset-primary-highlight-100\/10:hover{--tw-ring-offset-color: rgb(247 245 254 / .1)}.hover\:ring-offset-primary-highlight-100\/20:hover{--tw-ring-offset-color: rgb(247 245 254 / .2)}.hover\:ring-offset-primary-highlight-100\/25:hover{--tw-ring-offset-color: rgb(247 245 254 / .25)}.hover\:ring-offset-primary-highlight-100\/30:hover{--tw-ring-offset-color: rgb(247 245 254 / .3)}.hover\:ring-offset-primary-highlight-100\/40:hover{--tw-ring-offset-color: rgb(247 245 254 / .4)}.hover\:ring-offset-primary-highlight-100\/50:hover{--tw-ring-offset-color: rgb(247 245 254 / .5)}.hover\:ring-offset-primary-highlight-100\/60:hover{--tw-ring-offset-color: rgb(247 245 254 / .6)}.hover\:ring-offset-primary-highlight-100\/70:hover{--tw-ring-offset-color: rgb(247 245 254 / .7)}.hover\:ring-offset-primary-highlight-100\/75:hover{--tw-ring-offset-color: rgb(247 245 254 / .75)}.hover\:ring-offset-primary-highlight-100\/80:hover{--tw-ring-offset-color: rgb(247 245 254 / .8)}.hover\:ring-offset-primary-highlight-100\/90:hover{--tw-ring-offset-color: rgb(247 245 254 / .9)}.hover\:ring-offset-primary-highlight-100\/95:hover{--tw-ring-offset-color: rgb(247 245 254 / .95)}.hover\:ring-offset-primary-highlight-100\/100:hover{--tw-ring-offset-color: rgb(247 245 254 / 1)}.hover\:ring-offset-primary-highlight-200\/0:hover{--tw-ring-offset-color: rgb(239 236 254 / 0)}.hover\:ring-offset-primary-highlight-200\/5:hover{--tw-ring-offset-color: rgb(239 236 254 / .05)}.hover\:ring-offset-primary-highlight-200\/10:hover{--tw-ring-offset-color: rgb(239 236 254 / .1)}.hover\:ring-offset-primary-highlight-200\/20:hover{--tw-ring-offset-color: rgb(239 236 254 / .2)}.hover\:ring-offset-primary-highlight-200\/25:hover{--tw-ring-offset-color: rgb(239 236 254 / .25)}.hover\:ring-offset-primary-highlight-200\/30:hover{--tw-ring-offset-color: rgb(239 236 254 / .3)}.hover\:ring-offset-primary-highlight-200\/40:hover{--tw-ring-offset-color: rgb(239 236 254 / .4)}.hover\:ring-offset-primary-highlight-200\/50:hover{--tw-ring-offset-color: rgb(239 236 254 / .5)}.hover\:ring-offset-primary-highlight-200\/60:hover{--tw-ring-offset-color: rgb(239 236 254 / .6)}.hover\:ring-offset-primary-highlight-200\/70:hover{--tw-ring-offset-color: rgb(239 236 254 / .7)}.hover\:ring-offset-primary-highlight-200\/75:hover{--tw-ring-offset-color: rgb(239 236 254 / .75)}.hover\:ring-offset-primary-highlight-200\/80:hover{--tw-ring-offset-color: rgb(239 236 254 / .8)}.hover\:ring-offset-primary-highlight-200\/90:hover{--tw-ring-offset-color: rgb(239 236 254 / .9)}.hover\:ring-offset-primary-highlight-200\/95:hover{--tw-ring-offset-color: rgb(239 236 254 / .95)}.hover\:ring-offset-primary-highlight-200\/100:hover{--tw-ring-offset-color: rgb(239 236 254 / 1)}.hover\:ring-offset-primary-highlight-300\/0:hover{--tw-ring-offset-color: rgb(223 216 253 / 0)}.hover\:ring-offset-primary-highlight-300\/5:hover{--tw-ring-offset-color: rgb(223 216 253 / .05)}.hover\:ring-offset-primary-highlight-300\/10:hover{--tw-ring-offset-color: rgb(223 216 253 / .1)}.hover\:ring-offset-primary-highlight-300\/20:hover{--tw-ring-offset-color: rgb(223 216 253 / .2)}.hover\:ring-offset-primary-highlight-300\/25:hover{--tw-ring-offset-color: rgb(223 216 253 / .25)}.hover\:ring-offset-primary-highlight-300\/30:hover{--tw-ring-offset-color: rgb(223 216 253 / .3)}.hover\:ring-offset-primary-highlight-300\/40:hover{--tw-ring-offset-color: rgb(223 216 253 / .4)}.hover\:ring-offset-primary-highlight-300\/50:hover{--tw-ring-offset-color: rgb(223 216 253 / .5)}.hover\:ring-offset-primary-highlight-300\/60:hover{--tw-ring-offset-color: rgb(223 216 253 / .6)}.hover\:ring-offset-primary-highlight-300\/70:hover{--tw-ring-offset-color: rgb(223 216 253 / .7)}.hover\:ring-offset-primary-highlight-300\/75:hover{--tw-ring-offset-color: rgb(223 216 253 / .75)}.hover\:ring-offset-primary-highlight-300\/80:hover{--tw-ring-offset-color: rgb(223 216 253 / .8)}.hover\:ring-offset-primary-highlight-300\/90:hover{--tw-ring-offset-color: rgb(223 216 253 / .9)}.hover\:ring-offset-primary-highlight-300\/95:hover{--tw-ring-offset-color: rgb(223 216 253 / .95)}.hover\:ring-offset-primary-highlight-300\/100:hover{--tw-ring-offset-color: rgb(223 216 253 / 1)}.hover\:ring-offset-primary-highlight-400\/0:hover{--tw-ring-offset-color: rgb(206 193 252 / 0)}.hover\:ring-offset-primary-highlight-400\/5:hover{--tw-ring-offset-color: rgb(206 193 252 / .05)}.hover\:ring-offset-primary-highlight-400\/10:hover{--tw-ring-offset-color: rgb(206 193 252 / .1)}.hover\:ring-offset-primary-highlight-400\/20:hover{--tw-ring-offset-color: rgb(206 193 252 / .2)}.hover\:ring-offset-primary-highlight-400\/25:hover{--tw-ring-offset-color: rgb(206 193 252 / .25)}.hover\:ring-offset-primary-highlight-400\/30:hover{--tw-ring-offset-color: rgb(206 193 252 / .3)}.hover\:ring-offset-primary-highlight-400\/40:hover{--tw-ring-offset-color: rgb(206 193 252 / .4)}.hover\:ring-offset-primary-highlight-400\/50:hover{--tw-ring-offset-color: rgb(206 193 252 / .5)}.hover\:ring-offset-primary-highlight-400\/60:hover{--tw-ring-offset-color: rgb(206 193 252 / .6)}.hover\:ring-offset-primary-highlight-400\/70:hover{--tw-ring-offset-color: rgb(206 193 252 / .7)}.hover\:ring-offset-primary-highlight-400\/75:hover{--tw-ring-offset-color: rgb(206 193 252 / .75)}.hover\:ring-offset-primary-highlight-400\/80:hover{--tw-ring-offset-color: rgb(206 193 252 / .8)}.hover\:ring-offset-primary-highlight-400\/90:hover{--tw-ring-offset-color: rgb(206 193 252 / .9)}.hover\:ring-offset-primary-highlight-400\/95:hover{--tw-ring-offset-color: rgb(206 193 252 / .95)}.hover\:ring-offset-primary-highlight-400\/100:hover{--tw-ring-offset-color: rgb(206 193 252 / 1)}.hover\:ring-offset-primary-highlight-500\/0:hover{--tw-ring-offset-color: rgb(187 168 251 / 0)}.hover\:ring-offset-primary-highlight-500\/5:hover{--tw-ring-offset-color: rgb(187 168 251 / .05)}.hover\:ring-offset-primary-highlight-500\/10:hover{--tw-ring-offset-color: rgb(187 168 251 / .1)}.hover\:ring-offset-primary-highlight-500\/20:hover{--tw-ring-offset-color: rgb(187 168 251 / .2)}.hover\:ring-offset-primary-highlight-500\/25:hover{--tw-ring-offset-color: rgb(187 168 251 / .25)}.hover\:ring-offset-primary-highlight-500\/30:hover{--tw-ring-offset-color: rgb(187 168 251 / .3)}.hover\:ring-offset-primary-highlight-500\/40:hover{--tw-ring-offset-color: rgb(187 168 251 / .4)}.hover\:ring-offset-primary-highlight-500\/50:hover{--tw-ring-offset-color: rgb(187 168 251 / .5)}.hover\:ring-offset-primary-highlight-500\/60:hover{--tw-ring-offset-color: rgb(187 168 251 / .6)}.hover\:ring-offset-primary-highlight-500\/70:hover{--tw-ring-offset-color: rgb(187 168 251 / .7)}.hover\:ring-offset-primary-highlight-500\/75:hover{--tw-ring-offset-color: rgb(187 168 251 / .75)}.hover\:ring-offset-primary-highlight-500\/80:hover{--tw-ring-offset-color: rgb(187 168 251 / .8)}.hover\:ring-offset-primary-highlight-500\/90:hover{--tw-ring-offset-color: rgb(187 168 251 / .9)}.hover\:ring-offset-primary-highlight-500\/95:hover{--tw-ring-offset-color: rgb(187 168 251 / .95)}.hover\:ring-offset-primary-highlight-500\/100:hover{--tw-ring-offset-color: rgb(187 168 251 / 1)}.hover\:ring-offset-primary-highlight-600\/0:hover{--tw-ring-offset-color: rgb(167 139 250 / 0)}.hover\:ring-offset-primary-highlight-600\/5:hover{--tw-ring-offset-color: rgb(167 139 250 / .05)}.hover\:ring-offset-primary-highlight-600\/10:hover{--tw-ring-offset-color: rgb(167 139 250 / .1)}.hover\:ring-offset-primary-highlight-600\/20:hover{--tw-ring-offset-color: rgb(167 139 250 / .2)}.hover\:ring-offset-primary-highlight-600\/25:hover{--tw-ring-offset-color: rgb(167 139 250 / .25)}.hover\:ring-offset-primary-highlight-600\/30:hover{--tw-ring-offset-color: rgb(167 139 250 / .3)}.hover\:ring-offset-primary-highlight-600\/40:hover{--tw-ring-offset-color: rgb(167 139 250 / .4)}.hover\:ring-offset-primary-highlight-600\/50:hover{--tw-ring-offset-color: rgb(167 139 250 / .5)}.hover\:ring-offset-primary-highlight-600\/60:hover{--tw-ring-offset-color: rgb(167 139 250 / .6)}.hover\:ring-offset-primary-highlight-600\/70:hover{--tw-ring-offset-color: rgb(167 139 250 / .7)}.hover\:ring-offset-primary-highlight-600\/75:hover{--tw-ring-offset-color: rgb(167 139 250 / .75)}.hover\:ring-offset-primary-highlight-600\/80:hover{--tw-ring-offset-color: rgb(167 139 250 / .8)}.hover\:ring-offset-primary-highlight-600\/90:hover{--tw-ring-offset-color: rgb(167 139 250 / .9)}.hover\:ring-offset-primary-highlight-600\/95:hover{--tw-ring-offset-color: rgb(167 139 250 / .95)}.hover\:ring-offset-primary-highlight-600\/100:hover{--tw-ring-offset-color: rgb(167 139 250 / 1)}.hover\:ring-offset-primary-highlight-700\/0:hover{--tw-ring-offset-color: rgb(149 124 223 / 0)}.hover\:ring-offset-primary-highlight-700\/5:hover{--tw-ring-offset-color: rgb(149 124 223 / .05)}.hover\:ring-offset-primary-highlight-700\/10:hover{--tw-ring-offset-color: rgb(149 124 223 / .1)}.hover\:ring-offset-primary-highlight-700\/20:hover{--tw-ring-offset-color: rgb(149 124 223 / .2)}.hover\:ring-offset-primary-highlight-700\/25:hover{--tw-ring-offset-color: rgb(149 124 223 / .25)}.hover\:ring-offset-primary-highlight-700\/30:hover{--tw-ring-offset-color: rgb(149 124 223 / .3)}.hover\:ring-offset-primary-highlight-700\/40:hover{--tw-ring-offset-color: rgb(149 124 223 / .4)}.hover\:ring-offset-primary-highlight-700\/50:hover{--tw-ring-offset-color: rgb(149 124 223 / .5)}.hover\:ring-offset-primary-highlight-700\/60:hover{--tw-ring-offset-color: rgb(149 124 223 / .6)}.hover\:ring-offset-primary-highlight-700\/70:hover{--tw-ring-offset-color: rgb(149 124 223 / .7)}.hover\:ring-offset-primary-highlight-700\/75:hover{--tw-ring-offset-color: rgb(149 124 223 / .75)}.hover\:ring-offset-primary-highlight-700\/80:hover{--tw-ring-offset-color: rgb(149 124 223 / .8)}.hover\:ring-offset-primary-highlight-700\/90:hover{--tw-ring-offset-color: rgb(149 124 223 / .9)}.hover\:ring-offset-primary-highlight-700\/95:hover{--tw-ring-offset-color: rgb(149 124 223 / .95)}.hover\:ring-offset-primary-highlight-700\/100:hover{--tw-ring-offset-color: rgb(149 124 223 / 1)}.hover\:ring-offset-primary-highlight-800\/0:hover{--tw-ring-offset-color: rgb(129 107 193 / 0)}.hover\:ring-offset-primary-highlight-800\/5:hover{--tw-ring-offset-color: rgb(129 107 193 / .05)}.hover\:ring-offset-primary-highlight-800\/10:hover{--tw-ring-offset-color: rgb(129 107 193 / .1)}.hover\:ring-offset-primary-highlight-800\/20:hover{--tw-ring-offset-color: rgb(129 107 193 / .2)}.hover\:ring-offset-primary-highlight-800\/25:hover{--tw-ring-offset-color: rgb(129 107 193 / .25)}.hover\:ring-offset-primary-highlight-800\/30:hover{--tw-ring-offset-color: rgb(129 107 193 / .3)}.hover\:ring-offset-primary-highlight-800\/40:hover{--tw-ring-offset-color: rgb(129 107 193 / .4)}.hover\:ring-offset-primary-highlight-800\/50:hover{--tw-ring-offset-color: rgb(129 107 193 / .5)}.hover\:ring-offset-primary-highlight-800\/60:hover{--tw-ring-offset-color: rgb(129 107 193 / .6)}.hover\:ring-offset-primary-highlight-800\/70:hover{--tw-ring-offset-color: rgb(129 107 193 / .7)}.hover\:ring-offset-primary-highlight-800\/75:hover{--tw-ring-offset-color: rgb(129 107 193 / .75)}.hover\:ring-offset-primary-highlight-800\/80:hover{--tw-ring-offset-color: rgb(129 107 193 / .8)}.hover\:ring-offset-primary-highlight-800\/90:hover{--tw-ring-offset-color: rgb(129 107 193 / .9)}.hover\:ring-offset-primary-highlight-800\/95:hover{--tw-ring-offset-color: rgb(129 107 193 / .95)}.hover\:ring-offset-primary-highlight-800\/100:hover{--tw-ring-offset-color: rgb(129 107 193 / 1)}.hover\:ring-offset-primary-highlight-900\/0:hover{--tw-ring-offset-color: rgb(105 87 158 / 0)}.hover\:ring-offset-primary-highlight-900\/5:hover{--tw-ring-offset-color: rgb(105 87 158 / .05)}.hover\:ring-offset-primary-highlight-900\/10:hover{--tw-ring-offset-color: rgb(105 87 158 / .1)}.hover\:ring-offset-primary-highlight-900\/20:hover{--tw-ring-offset-color: rgb(105 87 158 / .2)}.hover\:ring-offset-primary-highlight-900\/25:hover{--tw-ring-offset-color: rgb(105 87 158 / .25)}.hover\:ring-offset-primary-highlight-900\/30:hover{--tw-ring-offset-color: rgb(105 87 158 / .3)}.hover\:ring-offset-primary-highlight-900\/40:hover{--tw-ring-offset-color: rgb(105 87 158 / .4)}.hover\:ring-offset-primary-highlight-900\/50:hover{--tw-ring-offset-color: rgb(105 87 158 / .5)}.hover\:ring-offset-primary-highlight-900\/60:hover{--tw-ring-offset-color: rgb(105 87 158 / .6)}.hover\:ring-offset-primary-highlight-900\/70:hover{--tw-ring-offset-color: rgb(105 87 158 / .7)}.hover\:ring-offset-primary-highlight-900\/75:hover{--tw-ring-offset-color: rgb(105 87 158 / .75)}.hover\:ring-offset-primary-highlight-900\/80:hover{--tw-ring-offset-color: rgb(105 87 158 / .8)}.hover\:ring-offset-primary-highlight-900\/90:hover{--tw-ring-offset-color: rgb(105 87 158 / .9)}.hover\:ring-offset-primary-highlight-900\/95:hover{--tw-ring-offset-color: rgb(105 87 158 / .95)}.hover\:ring-offset-primary-highlight-900\/100:hover{--tw-ring-offset-color: rgb(105 87 158 / 1)}.hover\:ring-offset-primary-highlight-1000\/0:hover{--tw-ring-offset-color: rgb(74 62 111 / 0)}.hover\:ring-offset-primary-highlight-1000\/5:hover{--tw-ring-offset-color: rgb(74 62 111 / .05)}.hover\:ring-offset-primary-highlight-1000\/10:hover{--tw-ring-offset-color: rgb(74 62 111 / .1)}.hover\:ring-offset-primary-highlight-1000\/20:hover{--tw-ring-offset-color: rgb(74 62 111 / .2)}.hover\:ring-offset-primary-highlight-1000\/25:hover{--tw-ring-offset-color: rgb(74 62 111 / .25)}.hover\:ring-offset-primary-highlight-1000\/30:hover{--tw-ring-offset-color: rgb(74 62 111 / .3)}.hover\:ring-offset-primary-highlight-1000\/40:hover{--tw-ring-offset-color: rgb(74 62 111 / .4)}.hover\:ring-offset-primary-highlight-1000\/50:hover{--tw-ring-offset-color: rgb(74 62 111 / .5)}.hover\:ring-offset-primary-highlight-1000\/60:hover{--tw-ring-offset-color: rgb(74 62 111 / .6)}.hover\:ring-offset-primary-highlight-1000\/70:hover{--tw-ring-offset-color: rgb(74 62 111 / .7)}.hover\:ring-offset-primary-highlight-1000\/75:hover{--tw-ring-offset-color: rgb(74 62 111 / .75)}.hover\:ring-offset-primary-highlight-1000\/80:hover{--tw-ring-offset-color: rgb(74 62 111 / .8)}.hover\:ring-offset-primary-highlight-1000\/90:hover{--tw-ring-offset-color: rgb(74 62 111 / .9)}.hover\:ring-offset-primary-highlight-1000\/95:hover{--tw-ring-offset-color: rgb(74 62 111 / .95)}.hover\:ring-offset-primary-highlight-1000\/100:hover{--tw-ring-offset-color: rgb(74 62 111 / 1)}.hover\:ring-offset-secondary-100\/0:hover{--tw-ring-offset-color: rgb(254 247 242 / 0)}.hover\:ring-offset-secondary-100\/5:hover{--tw-ring-offset-color: rgb(254 247 242 / .05)}.hover\:ring-offset-secondary-100\/10:hover{--tw-ring-offset-color: rgb(254 247 242 / .1)}.hover\:ring-offset-secondary-100\/20:hover{--tw-ring-offset-color: rgb(254 247 242 / .2)}.hover\:ring-offset-secondary-100\/25:hover{--tw-ring-offset-color: rgb(254 247 242 / .25)}.hover\:ring-offset-secondary-100\/30:hover{--tw-ring-offset-color: rgb(254 247 242 / .3)}.hover\:ring-offset-secondary-100\/40:hover{--tw-ring-offset-color: rgb(254 247 242 / .4)}.hover\:ring-offset-secondary-100\/50:hover{--tw-ring-offset-color: rgb(254 247 242 / .5)}.hover\:ring-offset-secondary-100\/60:hover{--tw-ring-offset-color: rgb(254 247 242 / .6)}.hover\:ring-offset-secondary-100\/70:hover{--tw-ring-offset-color: rgb(254 247 242 / .7)}.hover\:ring-offset-secondary-100\/75:hover{--tw-ring-offset-color: rgb(254 247 242 / .75)}.hover\:ring-offset-secondary-100\/80:hover{--tw-ring-offset-color: rgb(254 247 242 / .8)}.hover\:ring-offset-secondary-100\/90:hover{--tw-ring-offset-color: rgb(254 247 242 / .9)}.hover\:ring-offset-secondary-100\/95:hover{--tw-ring-offset-color: rgb(254 247 242 / .95)}.hover\:ring-offset-secondary-100\/100:hover{--tw-ring-offset-color: rgb(254 247 242 / 1)}.hover\:ring-offset-secondary-200\/0:hover{--tw-ring-offset-color: rgb(254 240 228 / 0)}.hover\:ring-offset-secondary-200\/5:hover{--tw-ring-offset-color: rgb(254 240 228 / .05)}.hover\:ring-offset-secondary-200\/10:hover{--tw-ring-offset-color: rgb(254 240 228 / .1)}.hover\:ring-offset-secondary-200\/20:hover{--tw-ring-offset-color: rgb(254 240 228 / .2)}.hover\:ring-offset-secondary-200\/25:hover{--tw-ring-offset-color: rgb(254 240 228 / .25)}.hover\:ring-offset-secondary-200\/30:hover{--tw-ring-offset-color: rgb(254 240 228 / .3)}.hover\:ring-offset-secondary-200\/40:hover{--tw-ring-offset-color: rgb(254 240 228 / .4)}.hover\:ring-offset-secondary-200\/50:hover{--tw-ring-offset-color: rgb(254 240 228 / .5)}.hover\:ring-offset-secondary-200\/60:hover{--tw-ring-offset-color: rgb(254 240 228 / .6)}.hover\:ring-offset-secondary-200\/70:hover{--tw-ring-offset-color: rgb(254 240 228 / .7)}.hover\:ring-offset-secondary-200\/75:hover{--tw-ring-offset-color: rgb(254 240 228 / .75)}.hover\:ring-offset-secondary-200\/80:hover{--tw-ring-offset-color: rgb(254 240 228 / .8)}.hover\:ring-offset-secondary-200\/90:hover{--tw-ring-offset-color: rgb(254 240 228 / .9)}.hover\:ring-offset-secondary-200\/95:hover{--tw-ring-offset-color: rgb(254 240 228 / .95)}.hover\:ring-offset-secondary-200\/100:hover{--tw-ring-offset-color: rgb(254 240 228 / 1)}.hover\:ring-offset-secondary-300\/0:hover{--tw-ring-offset-color: rgb(253 225 198 / 0)}.hover\:ring-offset-secondary-300\/5:hover{--tw-ring-offset-color: rgb(253 225 198 / .05)}.hover\:ring-offset-secondary-300\/10:hover{--tw-ring-offset-color: rgb(253 225 198 / .1)}.hover\:ring-offset-secondary-300\/20:hover{--tw-ring-offset-color: rgb(253 225 198 / .2)}.hover\:ring-offset-secondary-300\/25:hover{--tw-ring-offset-color: rgb(253 225 198 / .25)}.hover\:ring-offset-secondary-300\/30:hover{--tw-ring-offset-color: rgb(253 225 198 / .3)}.hover\:ring-offset-secondary-300\/40:hover{--tw-ring-offset-color: rgb(253 225 198 / .4)}.hover\:ring-offset-secondary-300\/50:hover{--tw-ring-offset-color: rgb(253 225 198 / .5)}.hover\:ring-offset-secondary-300\/60:hover{--tw-ring-offset-color: rgb(253 225 198 / .6)}.hover\:ring-offset-secondary-300\/70:hover{--tw-ring-offset-color: rgb(253 225 198 / .7)}.hover\:ring-offset-secondary-300\/75:hover{--tw-ring-offset-color: rgb(253 225 198 / .75)}.hover\:ring-offset-secondary-300\/80:hover{--tw-ring-offset-color: rgb(253 225 198 / .8)}.hover\:ring-offset-secondary-300\/90:hover{--tw-ring-offset-color: rgb(253 225 198 / .9)}.hover\:ring-offset-secondary-300\/95:hover{--tw-ring-offset-color: rgb(253 225 198 / .95)}.hover\:ring-offset-secondary-300\/100:hover{--tw-ring-offset-color: rgb(253 225 198 / 1)}.hover\:ring-offset-secondary-400\/0:hover{--tw-ring-offset-color: rgb(252 209 162 / 0)}.hover\:ring-offset-secondary-400\/5:hover{--tw-ring-offset-color: rgb(252 209 162 / .05)}.hover\:ring-offset-secondary-400\/10:hover{--tw-ring-offset-color: rgb(252 209 162 / .1)}.hover\:ring-offset-secondary-400\/20:hover{--tw-ring-offset-color: rgb(252 209 162 / .2)}.hover\:ring-offset-secondary-400\/25:hover{--tw-ring-offset-color: rgb(252 209 162 / .25)}.hover\:ring-offset-secondary-400\/30:hover{--tw-ring-offset-color: rgb(252 209 162 / .3)}.hover\:ring-offset-secondary-400\/40:hover{--tw-ring-offset-color: rgb(252 209 162 / .4)}.hover\:ring-offset-secondary-400\/50:hover{--tw-ring-offset-color: rgb(252 209 162 / .5)}.hover\:ring-offset-secondary-400\/60:hover{--tw-ring-offset-color: rgb(252 209 162 / .6)}.hover\:ring-offset-secondary-400\/70:hover{--tw-ring-offset-color: rgb(252 209 162 / .7)}.hover\:ring-offset-secondary-400\/75:hover{--tw-ring-offset-color: rgb(252 209 162 / .75)}.hover\:ring-offset-secondary-400\/80:hover{--tw-ring-offset-color: rgb(252 209 162 / .8)}.hover\:ring-offset-secondary-400\/90:hover{--tw-ring-offset-color: rgb(252 209 162 / .9)}.hover\:ring-offset-secondary-400\/95:hover{--tw-ring-offset-color: rgb(252 209 162 / .95)}.hover\:ring-offset-secondary-400\/100:hover{--tw-ring-offset-color: rgb(252 209 162 / 1)}.hover\:ring-offset-secondary-500\/0:hover{--tw-ring-offset-color: rgb(251 191 117 / 0)}.hover\:ring-offset-secondary-500\/5:hover{--tw-ring-offset-color: rgb(251 191 117 / .05)}.hover\:ring-offset-secondary-500\/10:hover{--tw-ring-offset-color: rgb(251 191 117 / .1)}.hover\:ring-offset-secondary-500\/20:hover{--tw-ring-offset-color: rgb(251 191 117 / .2)}.hover\:ring-offset-secondary-500\/25:hover{--tw-ring-offset-color: rgb(251 191 117 / .25)}.hover\:ring-offset-secondary-500\/30:hover{--tw-ring-offset-color: rgb(251 191 117 / .3)}.hover\:ring-offset-secondary-500\/40:hover{--tw-ring-offset-color: rgb(251 191 117 / .4)}.hover\:ring-offset-secondary-500\/50:hover{--tw-ring-offset-color: rgb(251 191 117 / .5)}.hover\:ring-offset-secondary-500\/60:hover{--tw-ring-offset-color: rgb(251 191 117 / .6)}.hover\:ring-offset-secondary-500\/70:hover{--tw-ring-offset-color: rgb(251 191 117 / .7)}.hover\:ring-offset-secondary-500\/75:hover{--tw-ring-offset-color: rgb(251 191 117 / .75)}.hover\:ring-offset-secondary-500\/80:hover{--tw-ring-offset-color: rgb(251 191 117 / .8)}.hover\:ring-offset-secondary-500\/90:hover{--tw-ring-offset-color: rgb(251 191 117 / .9)}.hover\:ring-offset-secondary-500\/95:hover{--tw-ring-offset-color: rgb(251 191 117 / .95)}.hover\:ring-offset-secondary-500\/100:hover{--tw-ring-offset-color: rgb(251 191 117 / 1)}.hover\:ring-offset-secondary-600\/0:hover{--tw-ring-offset-color: rgb(250 172 30 / 0)}.hover\:ring-offset-secondary-600\/5:hover{--tw-ring-offset-color: rgb(250 172 30 / .05)}.hover\:ring-offset-secondary-600\/10:hover{--tw-ring-offset-color: rgb(250 172 30 / .1)}.hover\:ring-offset-secondary-600\/20:hover{--tw-ring-offset-color: rgb(250 172 30 / .2)}.hover\:ring-offset-secondary-600\/25:hover{--tw-ring-offset-color: rgb(250 172 30 / .25)}.hover\:ring-offset-secondary-600\/30:hover{--tw-ring-offset-color: rgb(250 172 30 / .3)}.hover\:ring-offset-secondary-600\/40:hover{--tw-ring-offset-color: rgb(250 172 30 / .4)}.hover\:ring-offset-secondary-600\/50:hover{--tw-ring-offset-color: rgb(250 172 30 / .5)}.hover\:ring-offset-secondary-600\/60:hover{--tw-ring-offset-color: rgb(250 172 30 / .6)}.hover\:ring-offset-secondary-600\/70:hover{--tw-ring-offset-color: rgb(250 172 30 / .7)}.hover\:ring-offset-secondary-600\/75:hover{--tw-ring-offset-color: rgb(250 172 30 / .75)}.hover\:ring-offset-secondary-600\/80:hover{--tw-ring-offset-color: rgb(250 172 30 / .8)}.hover\:ring-offset-secondary-600\/90:hover{--tw-ring-offset-color: rgb(250 172 30 / .9)}.hover\:ring-offset-secondary-600\/95:hover{--tw-ring-offset-color: rgb(250 172 30 / .95)}.hover\:ring-offset-secondary-600\/100:hover{--tw-ring-offset-color: rgb(250 172 30 / 1)}.hover\:ring-offset-secondary-700\/0:hover{--tw-ring-offset-color: rgb(223 153 26 / 0)}.hover\:ring-offset-secondary-700\/5:hover{--tw-ring-offset-color: rgb(223 153 26 / .05)}.hover\:ring-offset-secondary-700\/10:hover{--tw-ring-offset-color: rgb(223 153 26 / .1)}.hover\:ring-offset-secondary-700\/20:hover{--tw-ring-offset-color: rgb(223 153 26 / .2)}.hover\:ring-offset-secondary-700\/25:hover{--tw-ring-offset-color: rgb(223 153 26 / .25)}.hover\:ring-offset-secondary-700\/30:hover{--tw-ring-offset-color: rgb(223 153 26 / .3)}.hover\:ring-offset-secondary-700\/40:hover{--tw-ring-offset-color: rgb(223 153 26 / .4)}.hover\:ring-offset-secondary-700\/50:hover{--tw-ring-offset-color: rgb(223 153 26 / .5)}.hover\:ring-offset-secondary-700\/60:hover{--tw-ring-offset-color: rgb(223 153 26 / .6)}.hover\:ring-offset-secondary-700\/70:hover{--tw-ring-offset-color: rgb(223 153 26 / .7)}.hover\:ring-offset-secondary-700\/75:hover{--tw-ring-offset-color: rgb(223 153 26 / .75)}.hover\:ring-offset-secondary-700\/80:hover{--tw-ring-offset-color: rgb(223 153 26 / .8)}.hover\:ring-offset-secondary-700\/90:hover{--tw-ring-offset-color: rgb(223 153 26 / .9)}.hover\:ring-offset-secondary-700\/95:hover{--tw-ring-offset-color: rgb(223 153 26 / .95)}.hover\:ring-offset-secondary-700\/100:hover{--tw-ring-offset-color: rgb(223 153 26 / 1)}.hover\:ring-offset-secondary-800\/0:hover{--tw-ring-offset-color: rgb(193 133 23 / 0)}.hover\:ring-offset-secondary-800\/5:hover{--tw-ring-offset-color: rgb(193 133 23 / .05)}.hover\:ring-offset-secondary-800\/10:hover{--tw-ring-offset-color: rgb(193 133 23 / .1)}.hover\:ring-offset-secondary-800\/20:hover{--tw-ring-offset-color: rgb(193 133 23 / .2)}.hover\:ring-offset-secondary-800\/25:hover{--tw-ring-offset-color: rgb(193 133 23 / .25)}.hover\:ring-offset-secondary-800\/30:hover{--tw-ring-offset-color: rgb(193 133 23 / .3)}.hover\:ring-offset-secondary-800\/40:hover{--tw-ring-offset-color: rgb(193 133 23 / .4)}.hover\:ring-offset-secondary-800\/50:hover{--tw-ring-offset-color: rgb(193 133 23 / .5)}.hover\:ring-offset-secondary-800\/60:hover{--tw-ring-offset-color: rgb(193 133 23 / .6)}.hover\:ring-offset-secondary-800\/70:hover{--tw-ring-offset-color: rgb(193 133 23 / .7)}.hover\:ring-offset-secondary-800\/75:hover{--tw-ring-offset-color: rgb(193 133 23 / .75)}.hover\:ring-offset-secondary-800\/80:hover{--tw-ring-offset-color: rgb(193 133 23 / .8)}.hover\:ring-offset-secondary-800\/90:hover{--tw-ring-offset-color: rgb(193 133 23 / .9)}.hover\:ring-offset-secondary-800\/95:hover{--tw-ring-offset-color: rgb(193 133 23 / .95)}.hover\:ring-offset-secondary-800\/100:hover{--tw-ring-offset-color: rgb(193 133 23 / 1)}.hover\:ring-offset-secondary-900\/0:hover{--tw-ring-offset-color: rgb(158 108 18 / 0)}.hover\:ring-offset-secondary-900\/5:hover{--tw-ring-offset-color: rgb(158 108 18 / .05)}.hover\:ring-offset-secondary-900\/10:hover{--tw-ring-offset-color: rgb(158 108 18 / .1)}.hover\:ring-offset-secondary-900\/20:hover{--tw-ring-offset-color: rgb(158 108 18 / .2)}.hover\:ring-offset-secondary-900\/25:hover{--tw-ring-offset-color: rgb(158 108 18 / .25)}.hover\:ring-offset-secondary-900\/30:hover{--tw-ring-offset-color: rgb(158 108 18 / .3)}.hover\:ring-offset-secondary-900\/40:hover{--tw-ring-offset-color: rgb(158 108 18 / .4)}.hover\:ring-offset-secondary-900\/50:hover{--tw-ring-offset-color: rgb(158 108 18 / .5)}.hover\:ring-offset-secondary-900\/60:hover{--tw-ring-offset-color: rgb(158 108 18 / .6)}.hover\:ring-offset-secondary-900\/70:hover{--tw-ring-offset-color: rgb(158 108 18 / .7)}.hover\:ring-offset-secondary-900\/75:hover{--tw-ring-offset-color: rgb(158 108 18 / .75)}.hover\:ring-offset-secondary-900\/80:hover{--tw-ring-offset-color: rgb(158 108 18 / .8)}.hover\:ring-offset-secondary-900\/90:hover{--tw-ring-offset-color: rgb(158 108 18 / .9)}.hover\:ring-offset-secondary-900\/95:hover{--tw-ring-offset-color: rgb(158 108 18 / .95)}.hover\:ring-offset-secondary-900\/100:hover{--tw-ring-offset-color: rgb(158 108 18 / 1)}.hover\:ring-offset-secondary-1000\/0:hover{--tw-ring-offset-color: rgb(111 76 13 / 0)}.hover\:ring-offset-secondary-1000\/5:hover{--tw-ring-offset-color: rgb(111 76 13 / .05)}.hover\:ring-offset-secondary-1000\/10:hover{--tw-ring-offset-color: rgb(111 76 13 / .1)}.hover\:ring-offset-secondary-1000\/20:hover{--tw-ring-offset-color: rgb(111 76 13 / .2)}.hover\:ring-offset-secondary-1000\/25:hover{--tw-ring-offset-color: rgb(111 76 13 / .25)}.hover\:ring-offset-secondary-1000\/30:hover{--tw-ring-offset-color: rgb(111 76 13 / .3)}.hover\:ring-offset-secondary-1000\/40:hover{--tw-ring-offset-color: rgb(111 76 13 / .4)}.hover\:ring-offset-secondary-1000\/50:hover{--tw-ring-offset-color: rgb(111 76 13 / .5)}.hover\:ring-offset-secondary-1000\/60:hover{--tw-ring-offset-color: rgb(111 76 13 / .6)}.hover\:ring-offset-secondary-1000\/70:hover{--tw-ring-offset-color: rgb(111 76 13 / .7)}.hover\:ring-offset-secondary-1000\/75:hover{--tw-ring-offset-color: rgb(111 76 13 / .75)}.hover\:ring-offset-secondary-1000\/80:hover{--tw-ring-offset-color: rgb(111 76 13 / .8)}.hover\:ring-offset-secondary-1000\/90:hover{--tw-ring-offset-color: rgb(111 76 13 / .9)}.hover\:ring-offset-secondary-1000\/95:hover{--tw-ring-offset-color: rgb(111 76 13 / .95)}.hover\:ring-offset-secondary-1000\/100:hover{--tw-ring-offset-color: rgb(111 76 13 / 1)}.hover\:ring-offset-grey-100\/0:hover{--tw-ring-offset-color: rgb(242 243 244 / 0)}.hover\:ring-offset-grey-100\/5:hover{--tw-ring-offset-color: rgb(242 243 244 / .05)}.hover\:ring-offset-grey-100\/10:hover{--tw-ring-offset-color: rgb(242 243 244 / .1)}.hover\:ring-offset-grey-100\/20:hover{--tw-ring-offset-color: rgb(242 243 244 / .2)}.hover\:ring-offset-grey-100\/25:hover{--tw-ring-offset-color: rgb(242 243 244 / .25)}.hover\:ring-offset-grey-100\/30:hover{--tw-ring-offset-color: rgb(242 243 244 / .3)}.hover\:ring-offset-grey-100\/40:hover{--tw-ring-offset-color: rgb(242 243 244 / .4)}.hover\:ring-offset-grey-100\/50:hover{--tw-ring-offset-color: rgb(242 243 244 / .5)}.hover\:ring-offset-grey-100\/60:hover{--tw-ring-offset-color: rgb(242 243 244 / .6)}.hover\:ring-offset-grey-100\/70:hover{--tw-ring-offset-color: rgb(242 243 244 / .7)}.hover\:ring-offset-grey-100\/75:hover{--tw-ring-offset-color: rgb(242 243 244 / .75)}.hover\:ring-offset-grey-100\/80:hover{--tw-ring-offset-color: rgb(242 243 244 / .8)}.hover\:ring-offset-grey-100\/90:hover{--tw-ring-offset-color: rgb(242 243 244 / .9)}.hover\:ring-offset-grey-100\/95:hover{--tw-ring-offset-color: rgb(242 243 244 / .95)}.hover\:ring-offset-grey-100\/100:hover{--tw-ring-offset-color: rgb(242 243 244 / 1)}.hover\:ring-offset-grey-200\/0:hover{--tw-ring-offset-color: rgb(230 231 232 / 0)}.hover\:ring-offset-grey-200\/5:hover{--tw-ring-offset-color: rgb(230 231 232 / .05)}.hover\:ring-offset-grey-200\/10:hover{--tw-ring-offset-color: rgb(230 231 232 / .1)}.hover\:ring-offset-grey-200\/20:hover{--tw-ring-offset-color: rgb(230 231 232 / .2)}.hover\:ring-offset-grey-200\/25:hover{--tw-ring-offset-color: rgb(230 231 232 / .25)}.hover\:ring-offset-grey-200\/30:hover{--tw-ring-offset-color: rgb(230 231 232 / .3)}.hover\:ring-offset-grey-200\/40:hover{--tw-ring-offset-color: rgb(230 231 232 / .4)}.hover\:ring-offset-grey-200\/50:hover{--tw-ring-offset-color: rgb(230 231 232 / .5)}.hover\:ring-offset-grey-200\/60:hover{--tw-ring-offset-color: rgb(230 231 232 / .6)}.hover\:ring-offset-grey-200\/70:hover{--tw-ring-offset-color: rgb(230 231 232 / .7)}.hover\:ring-offset-grey-200\/75:hover{--tw-ring-offset-color: rgb(230 231 232 / .75)}.hover\:ring-offset-grey-200\/80:hover{--tw-ring-offset-color: rgb(230 231 232 / .8)}.hover\:ring-offset-grey-200\/90:hover{--tw-ring-offset-color: rgb(230 231 232 / .9)}.hover\:ring-offset-grey-200\/95:hover{--tw-ring-offset-color: rgb(230 231 232 / .95)}.hover\:ring-offset-grey-200\/100:hover{--tw-ring-offset-color: rgb(230 231 232 / 1)}.hover\:ring-offset-grey-300\/0:hover{--tw-ring-offset-color: rgb(202 204 208 / 0)}.hover\:ring-offset-grey-300\/5:hover{--tw-ring-offset-color: rgb(202 204 208 / .05)}.hover\:ring-offset-grey-300\/10:hover{--tw-ring-offset-color: rgb(202 204 208 / .1)}.hover\:ring-offset-grey-300\/20:hover{--tw-ring-offset-color: rgb(202 204 208 / .2)}.hover\:ring-offset-grey-300\/25:hover{--tw-ring-offset-color: rgb(202 204 208 / .25)}.hover\:ring-offset-grey-300\/30:hover{--tw-ring-offset-color: rgb(202 204 208 / .3)}.hover\:ring-offset-grey-300\/40:hover{--tw-ring-offset-color: rgb(202 204 208 / .4)}.hover\:ring-offset-grey-300\/50:hover{--tw-ring-offset-color: rgb(202 204 208 / .5)}.hover\:ring-offset-grey-300\/60:hover{--tw-ring-offset-color: rgb(202 204 208 / .6)}.hover\:ring-offset-grey-300\/70:hover{--tw-ring-offset-color: rgb(202 204 208 / .7)}.hover\:ring-offset-grey-300\/75:hover{--tw-ring-offset-color: rgb(202 204 208 / .75)}.hover\:ring-offset-grey-300\/80:hover{--tw-ring-offset-color: rgb(202 204 208 / .8)}.hover\:ring-offset-grey-300\/90:hover{--tw-ring-offset-color: rgb(202 204 208 / .9)}.hover\:ring-offset-grey-300\/95:hover{--tw-ring-offset-color: rgb(202 204 208 / .95)}.hover\:ring-offset-grey-300\/100:hover{--tw-ring-offset-color: rgb(202 204 208 / 1)}.hover\:ring-offset-grey-400\/0:hover{--tw-ring-offset-color: rgb(170 174 180 / 0)}.hover\:ring-offset-grey-400\/5:hover{--tw-ring-offset-color: rgb(170 174 180 / .05)}.hover\:ring-offset-grey-400\/10:hover{--tw-ring-offset-color: rgb(170 174 180 / .1)}.hover\:ring-offset-grey-400\/20:hover{--tw-ring-offset-color: rgb(170 174 180 / .2)}.hover\:ring-offset-grey-400\/25:hover{--tw-ring-offset-color: rgb(170 174 180 / .25)}.hover\:ring-offset-grey-400\/30:hover{--tw-ring-offset-color: rgb(170 174 180 / .3)}.hover\:ring-offset-grey-400\/40:hover{--tw-ring-offset-color: rgb(170 174 180 / .4)}.hover\:ring-offset-grey-400\/50:hover{--tw-ring-offset-color: rgb(170 174 180 / .5)}.hover\:ring-offset-grey-400\/60:hover{--tw-ring-offset-color: rgb(170 174 180 / .6)}.hover\:ring-offset-grey-400\/70:hover{--tw-ring-offset-color: rgb(170 174 180 / .7)}.hover\:ring-offset-grey-400\/75:hover{--tw-ring-offset-color: rgb(170 174 180 / .75)}.hover\:ring-offset-grey-400\/80:hover{--tw-ring-offset-color: rgb(170 174 180 / .8)}.hover\:ring-offset-grey-400\/90:hover{--tw-ring-offset-color: rgb(170 174 180 / .9)}.hover\:ring-offset-grey-400\/95:hover{--tw-ring-offset-color: rgb(170 174 180 / .95)}.hover\:ring-offset-grey-400\/100:hover{--tw-ring-offset-color: rgb(170 174 180 / 1)}.hover\:ring-offset-grey-500\/0:hover{--tw-ring-offset-color: rgb(130 137 147 / 0)}.hover\:ring-offset-grey-500\/5:hover{--tw-ring-offset-color: rgb(130 137 147 / .05)}.hover\:ring-offset-grey-500\/10:hover{--tw-ring-offset-color: rgb(130 137 147 / .1)}.hover\:ring-offset-grey-500\/20:hover{--tw-ring-offset-color: rgb(130 137 147 / .2)}.hover\:ring-offset-grey-500\/25:hover{--tw-ring-offset-color: rgb(130 137 147 / .25)}.hover\:ring-offset-grey-500\/30:hover{--tw-ring-offset-color: rgb(130 137 147 / .3)}.hover\:ring-offset-grey-500\/40:hover{--tw-ring-offset-color: rgb(130 137 147 / .4)}.hover\:ring-offset-grey-500\/50:hover{--tw-ring-offset-color: rgb(130 137 147 / .5)}.hover\:ring-offset-grey-500\/60:hover{--tw-ring-offset-color: rgb(130 137 147 / .6)}.hover\:ring-offset-grey-500\/70:hover{--tw-ring-offset-color: rgb(130 137 147 / .7)}.hover\:ring-offset-grey-500\/75:hover{--tw-ring-offset-color: rgb(130 137 147 / .75)}.hover\:ring-offset-grey-500\/80:hover{--tw-ring-offset-color: rgb(130 137 147 / .8)}.hover\:ring-offset-grey-500\/90:hover{--tw-ring-offset-color: rgb(130 137 147 / .9)}.hover\:ring-offset-grey-500\/95:hover{--tw-ring-offset-color: rgb(130 137 147 / .95)}.hover\:ring-offset-grey-500\/100:hover{--tw-ring-offset-color: rgb(130 137 147 / 1)}.hover\:ring-offset-grey-600\/0:hover{--tw-ring-offset-color: rgb(71 85 105 / 0)}.hover\:ring-offset-grey-600\/5:hover{--tw-ring-offset-color: rgb(71 85 105 / .05)}.hover\:ring-offset-grey-600\/10:hover{--tw-ring-offset-color: rgb(71 85 105 / .1)}.hover\:ring-offset-grey-600\/20:hover{--tw-ring-offset-color: rgb(71 85 105 / .2)}.hover\:ring-offset-grey-600\/25:hover{--tw-ring-offset-color: rgb(71 85 105 / .25)}.hover\:ring-offset-grey-600\/30:hover{--tw-ring-offset-color: rgb(71 85 105 / .3)}.hover\:ring-offset-grey-600\/40:hover{--tw-ring-offset-color: rgb(71 85 105 / .4)}.hover\:ring-offset-grey-600\/50:hover{--tw-ring-offset-color: rgb(71 85 105 / .5)}.hover\:ring-offset-grey-600\/60:hover{--tw-ring-offset-color: rgb(71 85 105 / .6)}.hover\:ring-offset-grey-600\/70:hover{--tw-ring-offset-color: rgb(71 85 105 / .7)}.hover\:ring-offset-grey-600\/75:hover{--tw-ring-offset-color: rgb(71 85 105 / .75)}.hover\:ring-offset-grey-600\/80:hover{--tw-ring-offset-color: rgb(71 85 105 / .8)}.hover\:ring-offset-grey-600\/90:hover{--tw-ring-offset-color: rgb(71 85 105 / .9)}.hover\:ring-offset-grey-600\/95:hover{--tw-ring-offset-color: rgb(71 85 105 / .95)}.hover\:ring-offset-grey-600\/100:hover{--tw-ring-offset-color: rgb(71 85 105 / 1)}.hover\:ring-offset-grey-700\/0:hover{--tw-ring-offset-color: rgb(63 76 93 / 0)}.hover\:ring-offset-grey-700\/5:hover{--tw-ring-offset-color: rgb(63 76 93 / .05)}.hover\:ring-offset-grey-700\/10:hover{--tw-ring-offset-color: rgb(63 76 93 / .1)}.hover\:ring-offset-grey-700\/20:hover{--tw-ring-offset-color: rgb(63 76 93 / .2)}.hover\:ring-offset-grey-700\/25:hover{--tw-ring-offset-color: rgb(63 76 93 / .25)}.hover\:ring-offset-grey-700\/30:hover{--tw-ring-offset-color: rgb(63 76 93 / .3)}.hover\:ring-offset-grey-700\/40:hover{--tw-ring-offset-color: rgb(63 76 93 / .4)}.hover\:ring-offset-grey-700\/50:hover{--tw-ring-offset-color: rgb(63 76 93 / .5)}.hover\:ring-offset-grey-700\/60:hover{--tw-ring-offset-color: rgb(63 76 93 / .6)}.hover\:ring-offset-grey-700\/70:hover{--tw-ring-offset-color: rgb(63 76 93 / .7)}.hover\:ring-offset-grey-700\/75:hover{--tw-ring-offset-color: rgb(63 76 93 / .75)}.hover\:ring-offset-grey-700\/80:hover{--tw-ring-offset-color: rgb(63 76 93 / .8)}.hover\:ring-offset-grey-700\/90:hover{--tw-ring-offset-color: rgb(63 76 93 / .9)}.hover\:ring-offset-grey-700\/95:hover{--tw-ring-offset-color: rgb(63 76 93 / .95)}.hover\:ring-offset-grey-700\/100:hover{--tw-ring-offset-color: rgb(63 76 93 / 1)}.hover\:ring-offset-grey-800\/0:hover{--tw-ring-offset-color: rgb(54 65 81 / 0)}.hover\:ring-offset-grey-800\/5:hover{--tw-ring-offset-color: rgb(54 65 81 / .05)}.hover\:ring-offset-grey-800\/10:hover{--tw-ring-offset-color: rgb(54 65 81 / .1)}.hover\:ring-offset-grey-800\/20:hover{--tw-ring-offset-color: rgb(54 65 81 / .2)}.hover\:ring-offset-grey-800\/25:hover{--tw-ring-offset-color: rgb(54 65 81 / .25)}.hover\:ring-offset-grey-800\/30:hover{--tw-ring-offset-color: rgb(54 65 81 / .3)}.hover\:ring-offset-grey-800\/40:hover{--tw-ring-offset-color: rgb(54 65 81 / .4)}.hover\:ring-offset-grey-800\/50:hover{--tw-ring-offset-color: rgb(54 65 81 / .5)}.hover\:ring-offset-grey-800\/60:hover{--tw-ring-offset-color: rgb(54 65 81 / .6)}.hover\:ring-offset-grey-800\/70:hover{--tw-ring-offset-color: rgb(54 65 81 / .7)}.hover\:ring-offset-grey-800\/75:hover{--tw-ring-offset-color: rgb(54 65 81 / .75)}.hover\:ring-offset-grey-800\/80:hover{--tw-ring-offset-color: rgb(54 65 81 / .8)}.hover\:ring-offset-grey-800\/90:hover{--tw-ring-offset-color: rgb(54 65 81 / .9)}.hover\:ring-offset-grey-800\/95:hover{--tw-ring-offset-color: rgb(54 65 81 / .95)}.hover\:ring-offset-grey-800\/100:hover{--tw-ring-offset-color: rgb(54 65 81 / 1)}.hover\:ring-offset-grey-900\/0:hover{--tw-ring-offset-color: rgb(44 53 66 / 0)}.hover\:ring-offset-grey-900\/5:hover{--tw-ring-offset-color: rgb(44 53 66 / .05)}.hover\:ring-offset-grey-900\/10:hover{--tw-ring-offset-color: rgb(44 53 66 / .1)}.hover\:ring-offset-grey-900\/20:hover{--tw-ring-offset-color: rgb(44 53 66 / .2)}.hover\:ring-offset-grey-900\/25:hover{--tw-ring-offset-color: rgb(44 53 66 / .25)}.hover\:ring-offset-grey-900\/30:hover{--tw-ring-offset-color: rgb(44 53 66 / .3)}.hover\:ring-offset-grey-900\/40:hover{--tw-ring-offset-color: rgb(44 53 66 / .4)}.hover\:ring-offset-grey-900\/50:hover{--tw-ring-offset-color: rgb(44 53 66 / .5)}.hover\:ring-offset-grey-900\/60:hover{--tw-ring-offset-color: rgb(44 53 66 / .6)}.hover\:ring-offset-grey-900\/70:hover{--tw-ring-offset-color: rgb(44 53 66 / .7)}.hover\:ring-offset-grey-900\/75:hover{--tw-ring-offset-color: rgb(44 53 66 / .75)}.hover\:ring-offset-grey-900\/80:hover{--tw-ring-offset-color: rgb(44 53 66 / .8)}.hover\:ring-offset-grey-900\/90:hover{--tw-ring-offset-color: rgb(44 53 66 / .9)}.hover\:ring-offset-grey-900\/95:hover{--tw-ring-offset-color: rgb(44 53 66 / .95)}.hover\:ring-offset-grey-900\/100:hover{--tw-ring-offset-color: rgb(44 53 66 / 1)}.hover\:ring-offset-grey-1000\/0:hover{--tw-ring-offset-color: rgb(31 38 46 / 0)}.hover\:ring-offset-grey-1000\/5:hover{--tw-ring-offset-color: rgb(31 38 46 / .05)}.hover\:ring-offset-grey-1000\/10:hover{--tw-ring-offset-color: rgb(31 38 46 / .1)}.hover\:ring-offset-grey-1000\/20:hover{--tw-ring-offset-color: rgb(31 38 46 / .2)}.hover\:ring-offset-grey-1000\/25:hover{--tw-ring-offset-color: rgb(31 38 46 / .25)}.hover\:ring-offset-grey-1000\/30:hover{--tw-ring-offset-color: rgb(31 38 46 / .3)}.hover\:ring-offset-grey-1000\/40:hover{--tw-ring-offset-color: rgb(31 38 46 / .4)}.hover\:ring-offset-grey-1000\/50:hover{--tw-ring-offset-color: rgb(31 38 46 / .5)}.hover\:ring-offset-grey-1000\/60:hover{--tw-ring-offset-color: rgb(31 38 46 / .6)}.hover\:ring-offset-grey-1000\/70:hover{--tw-ring-offset-color: rgb(31 38 46 / .7)}.hover\:ring-offset-grey-1000\/75:hover{--tw-ring-offset-color: rgb(31 38 46 / .75)}.hover\:ring-offset-grey-1000\/80:hover{--tw-ring-offset-color: rgb(31 38 46 / .8)}.hover\:ring-offset-grey-1000\/90:hover{--tw-ring-offset-color: rgb(31 38 46 / .9)}.hover\:ring-offset-grey-1000\/95:hover{--tw-ring-offset-color: rgb(31 38 46 / .95)}.hover\:ring-offset-grey-1000\/100:hover{--tw-ring-offset-color: rgb(31 38 46 / 1)}.hover\:ring-offset-green-1000\/0:hover{--tw-ring-offset-color: rgb(23 94 68 / 0)}.hover\:ring-offset-green-1000\/5:hover{--tw-ring-offset-color: rgb(23 94 68 / .05)}.hover\:ring-offset-green-1000\/10:hover{--tw-ring-offset-color: rgb(23 94 68 / .1)}.hover\:ring-offset-green-1000\/20:hover{--tw-ring-offset-color: rgb(23 94 68 / .2)}.hover\:ring-offset-green-1000\/25:hover{--tw-ring-offset-color: rgb(23 94 68 / .25)}.hover\:ring-offset-green-1000\/30:hover{--tw-ring-offset-color: rgb(23 94 68 / .3)}.hover\:ring-offset-green-1000\/40:hover{--tw-ring-offset-color: rgb(23 94 68 / .4)}.hover\:ring-offset-green-1000\/50:hover{--tw-ring-offset-color: rgb(23 94 68 / .5)}.hover\:ring-offset-green-1000\/60:hover{--tw-ring-offset-color: rgb(23 94 68 / .6)}.hover\:ring-offset-green-1000\/70:hover{--tw-ring-offset-color: rgb(23 94 68 / .7)}.hover\:ring-offset-green-1000\/75:hover{--tw-ring-offset-color: rgb(23 94 68 / .75)}.hover\:ring-offset-green-1000\/80:hover{--tw-ring-offset-color: rgb(23 94 68 / .8)}.hover\:ring-offset-green-1000\/90:hover{--tw-ring-offset-color: rgb(23 94 68 / .9)}.hover\:ring-offset-green-1000\/95:hover{--tw-ring-offset-color: rgb(23 94 68 / .95)}.hover\:ring-offset-green-1000\/100:hover{--tw-ring-offset-color: rgb(23 94 68 / 1)}.hover\:ring-offset-blue-1000\/0:hover{--tw-ring-offset-color: rgb(16 44 105 / 0)}.hover\:ring-offset-blue-1000\/5:hover{--tw-ring-offset-color: rgb(16 44 105 / .05)}.hover\:ring-offset-blue-1000\/10:hover{--tw-ring-offset-color: rgb(16 44 105 / .1)}.hover\:ring-offset-blue-1000\/20:hover{--tw-ring-offset-color: rgb(16 44 105 / .2)}.hover\:ring-offset-blue-1000\/25:hover{--tw-ring-offset-color: rgb(16 44 105 / .25)}.hover\:ring-offset-blue-1000\/30:hover{--tw-ring-offset-color: rgb(16 44 105 / .3)}.hover\:ring-offset-blue-1000\/40:hover{--tw-ring-offset-color: rgb(16 44 105 / .4)}.hover\:ring-offset-blue-1000\/50:hover{--tw-ring-offset-color: rgb(16 44 105 / .5)}.hover\:ring-offset-blue-1000\/60:hover{--tw-ring-offset-color: rgb(16 44 105 / .6)}.hover\:ring-offset-blue-1000\/70:hover{--tw-ring-offset-color: rgb(16 44 105 / .7)}.hover\:ring-offset-blue-1000\/75:hover{--tw-ring-offset-color: rgb(16 44 105 / .75)}.hover\:ring-offset-blue-1000\/80:hover{--tw-ring-offset-color: rgb(16 44 105 / .8)}.hover\:ring-offset-blue-1000\/90:hover{--tw-ring-offset-color: rgb(16 44 105 / .9)}.hover\:ring-offset-blue-1000\/95:hover{--tw-ring-offset-color: rgb(16 44 105 / .95)}.hover\:ring-offset-blue-1000\/100:hover{--tw-ring-offset-color: rgb(16 44 105 / 1)}.hover\:ring-offset-orange-1000\/0:hover{--tw-ring-offset-color: rgb(104 39 5 / 0)}.hover\:ring-offset-orange-1000\/5:hover{--tw-ring-offset-color: rgb(104 39 5 / .05)}.hover\:ring-offset-orange-1000\/10:hover{--tw-ring-offset-color: rgb(104 39 5 / .1)}.hover\:ring-offset-orange-1000\/20:hover{--tw-ring-offset-color: rgb(104 39 5 / .2)}.hover\:ring-offset-orange-1000\/25:hover{--tw-ring-offset-color: rgb(104 39 5 / .25)}.hover\:ring-offset-orange-1000\/30:hover{--tw-ring-offset-color: rgb(104 39 5 / .3)}.hover\:ring-offset-orange-1000\/40:hover{--tw-ring-offset-color: rgb(104 39 5 / .4)}.hover\:ring-offset-orange-1000\/50:hover{--tw-ring-offset-color: rgb(104 39 5 / .5)}.hover\:ring-offset-orange-1000\/60:hover{--tw-ring-offset-color: rgb(104 39 5 / .6)}.hover\:ring-offset-orange-1000\/70:hover{--tw-ring-offset-color: rgb(104 39 5 / .7)}.hover\:ring-offset-orange-1000\/75:hover{--tw-ring-offset-color: rgb(104 39 5 / .75)}.hover\:ring-offset-orange-1000\/80:hover{--tw-ring-offset-color: rgb(104 39 5 / .8)}.hover\:ring-offset-orange-1000\/90:hover{--tw-ring-offset-color: rgb(104 39 5 / .9)}.hover\:ring-offset-orange-1000\/95:hover{--tw-ring-offset-color: rgb(104 39 5 / .95)}.hover\:ring-offset-orange-1000\/100:hover{--tw-ring-offset-color: rgb(104 39 5 / 1)}.hover\:ring-offset-red-1000\/0:hover{--tw-ring-offset-color: rgb(98 16 16 / 0)}.hover\:ring-offset-red-1000\/5:hover{--tw-ring-offset-color: rgb(98 16 16 / .05)}.hover\:ring-offset-red-1000\/10:hover{--tw-ring-offset-color: rgb(98 16 16 / .1)}.hover\:ring-offset-red-1000\/20:hover{--tw-ring-offset-color: rgb(98 16 16 / .2)}.hover\:ring-offset-red-1000\/25:hover{--tw-ring-offset-color: rgb(98 16 16 / .25)}.hover\:ring-offset-red-1000\/30:hover{--tw-ring-offset-color: rgb(98 16 16 / .3)}.hover\:ring-offset-red-1000\/40:hover{--tw-ring-offset-color: rgb(98 16 16 / .4)}.hover\:ring-offset-red-1000\/50:hover{--tw-ring-offset-color: rgb(98 16 16 / .5)}.hover\:ring-offset-red-1000\/60:hover{--tw-ring-offset-color: rgb(98 16 16 / .6)}.hover\:ring-offset-red-1000\/70:hover{--tw-ring-offset-color: rgb(98 16 16 / .7)}.hover\:ring-offset-red-1000\/75:hover{--tw-ring-offset-color: rgb(98 16 16 / .75)}.hover\:ring-offset-red-1000\/80:hover{--tw-ring-offset-color: rgb(98 16 16 / .8)}.hover\:ring-offset-red-1000\/90:hover{--tw-ring-offset-color: rgb(98 16 16 / .9)}.hover\:ring-offset-red-1000\/95:hover{--tw-ring-offset-color: rgb(98 16 16 / .95)}.hover\:ring-offset-red-1000\/100:hover{--tw-ring-offset-color: rgb(98 16 16 / 1)}.hover\:ring-offset-primary\/0:hover{--tw-ring-offset-color: rgb(167 139 250 / 0)}.hover\:ring-offset-primary\/5:hover{--tw-ring-offset-color: rgb(167 139 250 / .05)}.hover\:ring-offset-primary\/10:hover{--tw-ring-offset-color: rgb(167 139 250 / .1)}.hover\:ring-offset-primary\/20:hover{--tw-ring-offset-color: rgb(167 139 250 / .2)}.hover\:ring-offset-primary\/25:hover{--tw-ring-offset-color: rgb(167 139 250 / .25)}.hover\:ring-offset-primary\/30:hover{--tw-ring-offset-color: rgb(167 139 250 / .3)}.hover\:ring-offset-primary\/40:hover{--tw-ring-offset-color: rgb(167 139 250 / .4)}.hover\:ring-offset-primary\/50:hover{--tw-ring-offset-color: rgb(167 139 250 / .5)}.hover\:ring-offset-primary\/60:hover{--tw-ring-offset-color: rgb(167 139 250 / .6)}.hover\:ring-offset-primary\/70:hover{--tw-ring-offset-color: rgb(167 139 250 / .7)}.hover\:ring-offset-primary\/75:hover{--tw-ring-offset-color: rgb(167 139 250 / .75)}.hover\:ring-offset-primary\/80:hover{--tw-ring-offset-color: rgb(167 139 250 / .8)}.hover\:ring-offset-primary\/90:hover{--tw-ring-offset-color: rgb(167 139 250 / .9)}.hover\:ring-offset-primary\/95:hover{--tw-ring-offset-color: rgb(167 139 250 / .95)}.hover\:ring-offset-primary\/100:hover{--tw-ring-offset-color: rgb(167 139 250 / 1)}.hover\:ring-offset-primary-light\/0:hover{--tw-ring-offset-color: rgb(247 245 254 / 0)}.hover\:ring-offset-primary-light\/5:hover{--tw-ring-offset-color: rgb(247 245 254 / .05)}.hover\:ring-offset-primary-light\/10:hover{--tw-ring-offset-color: rgb(247 245 254 / .1)}.hover\:ring-offset-primary-light\/20:hover{--tw-ring-offset-color: rgb(247 245 254 / .2)}.hover\:ring-offset-primary-light\/25:hover{--tw-ring-offset-color: rgb(247 245 254 / .25)}.hover\:ring-offset-primary-light\/30:hover{--tw-ring-offset-color: rgb(247 245 254 / .3)}.hover\:ring-offset-primary-light\/40:hover{--tw-ring-offset-color: rgb(247 245 254 / .4)}.hover\:ring-offset-primary-light\/50:hover{--tw-ring-offset-color: rgb(247 245 254 / .5)}.hover\:ring-offset-primary-light\/60:hover{--tw-ring-offset-color: rgb(247 245 254 / .6)}.hover\:ring-offset-primary-light\/70:hover{--tw-ring-offset-color: rgb(247 245 254 / .7)}.hover\:ring-offset-primary-light\/75:hover{--tw-ring-offset-color: rgb(247 245 254 / .75)}.hover\:ring-offset-primary-light\/80:hover{--tw-ring-offset-color: rgb(247 245 254 / .8)}.hover\:ring-offset-primary-light\/90:hover{--tw-ring-offset-color: rgb(247 245 254 / .9)}.hover\:ring-offset-primary-light\/95:hover{--tw-ring-offset-color: rgb(247 245 254 / .95)}.hover\:ring-offset-primary-light\/100:hover{--tw-ring-offset-color: rgb(247 245 254 / 1)}.hover\:ring-offset-primary-dark\/0:hover{--tw-ring-offset-color: rgb(105 87 158 / 0)}.hover\:ring-offset-primary-dark\/5:hover{--tw-ring-offset-color: rgb(105 87 158 / .05)}.hover\:ring-offset-primary-dark\/10:hover{--tw-ring-offset-color: rgb(105 87 158 / .1)}.hover\:ring-offset-primary-dark\/20:hover{--tw-ring-offset-color: rgb(105 87 158 / .2)}.hover\:ring-offset-primary-dark\/25:hover{--tw-ring-offset-color: rgb(105 87 158 / .25)}.hover\:ring-offset-primary-dark\/30:hover{--tw-ring-offset-color: rgb(105 87 158 / .3)}.hover\:ring-offset-primary-dark\/40:hover{--tw-ring-offset-color: rgb(105 87 158 / .4)}.hover\:ring-offset-primary-dark\/50:hover{--tw-ring-offset-color: rgb(105 87 158 / .5)}.hover\:ring-offset-primary-dark\/60:hover{--tw-ring-offset-color: rgb(105 87 158 / .6)}.hover\:ring-offset-primary-dark\/70:hover{--tw-ring-offset-color: rgb(105 87 158 / .7)}.hover\:ring-offset-primary-dark\/75:hover{--tw-ring-offset-color: rgb(105 87 158 / .75)}.hover\:ring-offset-primary-dark\/80:hover{--tw-ring-offset-color: rgb(105 87 158 / .8)}.hover\:ring-offset-primary-dark\/90:hover{--tw-ring-offset-color: rgb(105 87 158 / .9)}.hover\:ring-offset-primary-dark\/95:hover{--tw-ring-offset-color: rgb(105 87 158 / .95)}.hover\:ring-offset-primary-dark\/100:hover{--tw-ring-offset-color: rgb(105 87 158 / 1)}.hover\:ring-offset-info\/0:hover{--tw-ring-offset-color: rgb(118 144 239 / 0)}.hover\:ring-offset-info\/5:hover{--tw-ring-offset-color: rgb(118 144 239 / .05)}.hover\:ring-offset-info\/10:hover{--tw-ring-offset-color: rgb(118 144 239 / .1)}.hover\:ring-offset-info\/20:hover{--tw-ring-offset-color: rgb(118 144 239 / .2)}.hover\:ring-offset-info\/25:hover{--tw-ring-offset-color: rgb(118 144 239 / .25)}.hover\:ring-offset-info\/30:hover{--tw-ring-offset-color: rgb(118 144 239 / .3)}.hover\:ring-offset-info\/40:hover{--tw-ring-offset-color: rgb(118 144 239 / .4)}.hover\:ring-offset-info\/50:hover{--tw-ring-offset-color: rgb(118 144 239 / .5)}.hover\:ring-offset-info\/60:hover{--tw-ring-offset-color: rgb(118 144 239 / .6)}.hover\:ring-offset-info\/70:hover{--tw-ring-offset-color: rgb(118 144 239 / .7)}.hover\:ring-offset-info\/75:hover{--tw-ring-offset-color: rgb(118 144 239 / .75)}.hover\:ring-offset-info\/80:hover{--tw-ring-offset-color: rgb(118 144 239 / .8)}.hover\:ring-offset-info\/90:hover{--tw-ring-offset-color: rgb(118 144 239 / .9)}.hover\:ring-offset-info\/95:hover{--tw-ring-offset-color: rgb(118 144 239 / .95)}.hover\:ring-offset-info\/100:hover{--tw-ring-offset-color: rgb(118 144 239 / 1)}.hover\:ring-offset-info-light\/0:hover{--tw-ring-offset-color: rgb(242 243 253 / 0)}.hover\:ring-offset-info-light\/5:hover{--tw-ring-offset-color: rgb(242 243 253 / .05)}.hover\:ring-offset-info-light\/10:hover{--tw-ring-offset-color: rgb(242 243 253 / .1)}.hover\:ring-offset-info-light\/20:hover{--tw-ring-offset-color: rgb(242 243 253 / .2)}.hover\:ring-offset-info-light\/25:hover{--tw-ring-offset-color: rgb(242 243 253 / .25)}.hover\:ring-offset-info-light\/30:hover{--tw-ring-offset-color: rgb(242 243 253 / .3)}.hover\:ring-offset-info-light\/40:hover{--tw-ring-offset-color: rgb(242 243 253 / .4)}.hover\:ring-offset-info-light\/50:hover{--tw-ring-offset-color: rgb(242 243 253 / .5)}.hover\:ring-offset-info-light\/60:hover{--tw-ring-offset-color: rgb(242 243 253 / .6)}.hover\:ring-offset-info-light\/70:hover{--tw-ring-offset-color: rgb(242 243 253 / .7)}.hover\:ring-offset-info-light\/75:hover{--tw-ring-offset-color: rgb(242 243 253 / .75)}.hover\:ring-offset-info-light\/80:hover{--tw-ring-offset-color: rgb(242 243 253 / .8)}.hover\:ring-offset-info-light\/90:hover{--tw-ring-offset-color: rgb(242 243 253 / .9)}.hover\:ring-offset-info-light\/95:hover{--tw-ring-offset-color: rgb(242 243 253 / .95)}.hover\:ring-offset-info-light\/100:hover{--tw-ring-offset-color: rgb(242 243 253 / 1)}.hover\:ring-offset-info-dark\/0:hover{--tw-ring-offset-color: rgb(33 88 210 / 0)}.hover\:ring-offset-info-dark\/5:hover{--tw-ring-offset-color: rgb(33 88 210 / .05)}.hover\:ring-offset-info-dark\/10:hover{--tw-ring-offset-color: rgb(33 88 210 / .1)}.hover\:ring-offset-info-dark\/20:hover{--tw-ring-offset-color: rgb(33 88 210 / .2)}.hover\:ring-offset-info-dark\/25:hover{--tw-ring-offset-color: rgb(33 88 210 / .25)}.hover\:ring-offset-info-dark\/30:hover{--tw-ring-offset-color: rgb(33 88 210 / .3)}.hover\:ring-offset-info-dark\/40:hover{--tw-ring-offset-color: rgb(33 88 210 / .4)}.hover\:ring-offset-info-dark\/50:hover{--tw-ring-offset-color: rgb(33 88 210 / .5)}.hover\:ring-offset-info-dark\/60:hover{--tw-ring-offset-color: rgb(33 88 210 / .6)}.hover\:ring-offset-info-dark\/70:hover{--tw-ring-offset-color: rgb(33 88 210 / .7)}.hover\:ring-offset-info-dark\/75:hover{--tw-ring-offset-color: rgb(33 88 210 / .75)}.hover\:ring-offset-info-dark\/80:hover{--tw-ring-offset-color: rgb(33 88 210 / .8)}.hover\:ring-offset-info-dark\/90:hover{--tw-ring-offset-color: rgb(33 88 210 / .9)}.hover\:ring-offset-info-dark\/95:hover{--tw-ring-offset-color: rgb(33 88 210 / .95)}.hover\:ring-offset-info-dark\/100:hover{--tw-ring-offset-color: rgb(33 88 210 / 1)}.hover\:ring-offset-success\/0:hover{--tw-ring-offset-color: rgb(40 163 118 / 0)}.hover\:ring-offset-success\/5:hover{--tw-ring-offset-color: rgb(40 163 118 / .05)}.hover\:ring-offset-success\/10:hover{--tw-ring-offset-color: rgb(40 163 118 / .1)}.hover\:ring-offset-success\/20:hover{--tw-ring-offset-color: rgb(40 163 118 / .2)}.hover\:ring-offset-success\/25:hover{--tw-ring-offset-color: rgb(40 163 118 / .25)}.hover\:ring-offset-success\/30:hover{--tw-ring-offset-color: rgb(40 163 118 / .3)}.hover\:ring-offset-success\/40:hover{--tw-ring-offset-color: rgb(40 163 118 / .4)}.hover\:ring-offset-success\/50:hover{--tw-ring-offset-color: rgb(40 163 118 / .5)}.hover\:ring-offset-success\/60:hover{--tw-ring-offset-color: rgb(40 163 118 / .6)}.hover\:ring-offset-success\/70:hover{--tw-ring-offset-color: rgb(40 163 118 / .7)}.hover\:ring-offset-success\/75:hover{--tw-ring-offset-color: rgb(40 163 118 / .75)}.hover\:ring-offset-success\/80:hover{--tw-ring-offset-color: rgb(40 163 118 / .8)}.hover\:ring-offset-success\/90:hover{--tw-ring-offset-color: rgb(40 163 118 / .9)}.hover\:ring-offset-success\/95:hover{--tw-ring-offset-color: rgb(40 163 118 / .95)}.hover\:ring-offset-success\/100:hover{--tw-ring-offset-color: rgb(40 163 118 / 1)}.hover\:ring-offset-success-light\/0:hover{--tw-ring-offset-color: rgb(242 250 246 / 0)}.hover\:ring-offset-success-light\/5:hover{--tw-ring-offset-color: rgb(242 250 246 / .05)}.hover\:ring-offset-success-light\/10:hover{--tw-ring-offset-color: rgb(242 250 246 / .1)}.hover\:ring-offset-success-light\/20:hover{--tw-ring-offset-color: rgb(242 250 246 / .2)}.hover\:ring-offset-success-light\/25:hover{--tw-ring-offset-color: rgb(242 250 246 / .25)}.hover\:ring-offset-success-light\/30:hover{--tw-ring-offset-color: rgb(242 250 246 / .3)}.hover\:ring-offset-success-light\/40:hover{--tw-ring-offset-color: rgb(242 250 246 / .4)}.hover\:ring-offset-success-light\/50:hover{--tw-ring-offset-color: rgb(242 250 246 / .5)}.hover\:ring-offset-success-light\/60:hover{--tw-ring-offset-color: rgb(242 250 246 / .6)}.hover\:ring-offset-success-light\/70:hover{--tw-ring-offset-color: rgb(242 250 246 / .7)}.hover\:ring-offset-success-light\/75:hover{--tw-ring-offset-color: rgb(242 250 246 / .75)}.hover\:ring-offset-success-light\/80:hover{--tw-ring-offset-color: rgb(242 250 246 / .8)}.hover\:ring-offset-success-light\/90:hover{--tw-ring-offset-color: rgb(242 250 246 / .9)}.hover\:ring-offset-success-light\/95:hover{--tw-ring-offset-color: rgb(242 250 246 / .95)}.hover\:ring-offset-success-light\/100:hover{--tw-ring-offset-color: rgb(242 250 246 / 1)}.hover\:ring-offset-success-dark\/0:hover{--tw-ring-offset-color: rgb(32 133 96 / 0)}.hover\:ring-offset-success-dark\/5:hover{--tw-ring-offset-color: rgb(32 133 96 / .05)}.hover\:ring-offset-success-dark\/10:hover{--tw-ring-offset-color: rgb(32 133 96 / .1)}.hover\:ring-offset-success-dark\/20:hover{--tw-ring-offset-color: rgb(32 133 96 / .2)}.hover\:ring-offset-success-dark\/25:hover{--tw-ring-offset-color: rgb(32 133 96 / .25)}.hover\:ring-offset-success-dark\/30:hover{--tw-ring-offset-color: rgb(32 133 96 / .3)}.hover\:ring-offset-success-dark\/40:hover{--tw-ring-offset-color: rgb(32 133 96 / .4)}.hover\:ring-offset-success-dark\/50:hover{--tw-ring-offset-color: rgb(32 133 96 / .5)}.hover\:ring-offset-success-dark\/60:hover{--tw-ring-offset-color: rgb(32 133 96 / .6)}.hover\:ring-offset-success-dark\/70:hover{--tw-ring-offset-color: rgb(32 133 96 / .7)}.hover\:ring-offset-success-dark\/75:hover{--tw-ring-offset-color: rgb(32 133 96 / .75)}.hover\:ring-offset-success-dark\/80:hover{--tw-ring-offset-color: rgb(32 133 96 / .8)}.hover\:ring-offset-success-dark\/90:hover{--tw-ring-offset-color: rgb(32 133 96 / .9)}.hover\:ring-offset-success-dark\/95:hover{--tw-ring-offset-color: rgb(32 133 96 / .95)}.hover\:ring-offset-success-dark\/100:hover{--tw-ring-offset-color: rgb(32 133 96 / 1)}.hover\:ring-offset-warning\/0:hover{--tw-ring-offset-color: rgb(250 172 30 / 0)}.hover\:ring-offset-warning\/5:hover{--tw-ring-offset-color: rgb(250 172 30 / .05)}.hover\:ring-offset-warning\/10:hover{--tw-ring-offset-color: rgb(250 172 30 / .1)}.hover\:ring-offset-warning\/20:hover{--tw-ring-offset-color: rgb(250 172 30 / .2)}.hover\:ring-offset-warning\/25:hover{--tw-ring-offset-color: rgb(250 172 30 / .25)}.hover\:ring-offset-warning\/30:hover{--tw-ring-offset-color: rgb(250 172 30 / .3)}.hover\:ring-offset-warning\/40:hover{--tw-ring-offset-color: rgb(250 172 30 / .4)}.hover\:ring-offset-warning\/50:hover{--tw-ring-offset-color: rgb(250 172 30 / .5)}.hover\:ring-offset-warning\/60:hover{--tw-ring-offset-color: rgb(250 172 30 / .6)}.hover\:ring-offset-warning\/70:hover{--tw-ring-offset-color: rgb(250 172 30 / .7)}.hover\:ring-offset-warning\/75:hover{--tw-ring-offset-color: rgb(250 172 30 / .75)}.hover\:ring-offset-warning\/80:hover{--tw-ring-offset-color: rgb(250 172 30 / .8)}.hover\:ring-offset-warning\/90:hover{--tw-ring-offset-color: rgb(250 172 30 / .9)}.hover\:ring-offset-warning\/95:hover{--tw-ring-offset-color: rgb(250 172 30 / .95)}.hover\:ring-offset-warning\/100:hover{--tw-ring-offset-color: rgb(250 172 30 / 1)}.hover\:ring-offset-warning-light\/0:hover{--tw-ring-offset-color: rgb(254 247 242 / 0)}.hover\:ring-offset-warning-light\/5:hover{--tw-ring-offset-color: rgb(254 247 242 / .05)}.hover\:ring-offset-warning-light\/10:hover{--tw-ring-offset-color: rgb(254 247 242 / .1)}.hover\:ring-offset-warning-light\/20:hover{--tw-ring-offset-color: rgb(254 247 242 / .2)}.hover\:ring-offset-warning-light\/25:hover{--tw-ring-offset-color: rgb(254 247 242 / .25)}.hover\:ring-offset-warning-light\/30:hover{--tw-ring-offset-color: rgb(254 247 242 / .3)}.hover\:ring-offset-warning-light\/40:hover{--tw-ring-offset-color: rgb(254 247 242 / .4)}.hover\:ring-offset-warning-light\/50:hover{--tw-ring-offset-color: rgb(254 247 242 / .5)}.hover\:ring-offset-warning-light\/60:hover{--tw-ring-offset-color: rgb(254 247 242 / .6)}.hover\:ring-offset-warning-light\/70:hover{--tw-ring-offset-color: rgb(254 247 242 / .7)}.hover\:ring-offset-warning-light\/75:hover{--tw-ring-offset-color: rgb(254 247 242 / .75)}.hover\:ring-offset-warning-light\/80:hover{--tw-ring-offset-color: rgb(254 247 242 / .8)}.hover\:ring-offset-warning-light\/90:hover{--tw-ring-offset-color: rgb(254 247 242 / .9)}.hover\:ring-offset-warning-light\/95:hover{--tw-ring-offset-color: rgb(254 247 242 / .95)}.hover\:ring-offset-warning-light\/100:hover{--tw-ring-offset-color: rgb(254 247 242 / 1)}.hover\:ring-offset-warning-dark\/0:hover{--tw-ring-offset-color: rgb(158 108 18 / 0)}.hover\:ring-offset-warning-dark\/5:hover{--tw-ring-offset-color: rgb(158 108 18 / .05)}.hover\:ring-offset-warning-dark\/10:hover{--tw-ring-offset-color: rgb(158 108 18 / .1)}.hover\:ring-offset-warning-dark\/20:hover{--tw-ring-offset-color: rgb(158 108 18 / .2)}.hover\:ring-offset-warning-dark\/25:hover{--tw-ring-offset-color: rgb(158 108 18 / .25)}.hover\:ring-offset-warning-dark\/30:hover{--tw-ring-offset-color: rgb(158 108 18 / .3)}.hover\:ring-offset-warning-dark\/40:hover{--tw-ring-offset-color: rgb(158 108 18 / .4)}.hover\:ring-offset-warning-dark\/50:hover{--tw-ring-offset-color: rgb(158 108 18 / .5)}.hover\:ring-offset-warning-dark\/60:hover{--tw-ring-offset-color: rgb(158 108 18 / .6)}.hover\:ring-offset-warning-dark\/70:hover{--tw-ring-offset-color: rgb(158 108 18 / .7)}.hover\:ring-offset-warning-dark\/75:hover{--tw-ring-offset-color: rgb(158 108 18 / .75)}.hover\:ring-offset-warning-dark\/80:hover{--tw-ring-offset-color: rgb(158 108 18 / .8)}.hover\:ring-offset-warning-dark\/90:hover{--tw-ring-offset-color: rgb(158 108 18 / .9)}.hover\:ring-offset-warning-dark\/95:hover{--tw-ring-offset-color: rgb(158 108 18 / .95)}.hover\:ring-offset-warning-dark\/100:hover{--tw-ring-offset-color: rgb(158 108 18 / 1)}.hover\:ring-offset-error\/0:hover{--tw-ring-offset-color: rgb(220 38 38 / 0)}.hover\:ring-offset-error\/5:hover{--tw-ring-offset-color: rgb(220 38 38 / .05)}.hover\:ring-offset-error\/10:hover{--tw-ring-offset-color: rgb(220 38 38 / .1)}.hover\:ring-offset-error\/20:hover{--tw-ring-offset-color: rgb(220 38 38 / .2)}.hover\:ring-offset-error\/25:hover{--tw-ring-offset-color: rgb(220 38 38 / .25)}.hover\:ring-offset-error\/30:hover{--tw-ring-offset-color: rgb(220 38 38 / .3)}.hover\:ring-offset-error\/40:hover{--tw-ring-offset-color: rgb(220 38 38 / .4)}.hover\:ring-offset-error\/50:hover{--tw-ring-offset-color: rgb(220 38 38 / .5)}.hover\:ring-offset-error\/60:hover{--tw-ring-offset-color: rgb(220 38 38 / .6)}.hover\:ring-offset-error\/70:hover{--tw-ring-offset-color: rgb(220 38 38 / .7)}.hover\:ring-offset-error\/75:hover{--tw-ring-offset-color: rgb(220 38 38 / .75)}.hover\:ring-offset-error\/80:hover{--tw-ring-offset-color: rgb(220 38 38 / .8)}.hover\:ring-offset-error\/90:hover{--tw-ring-offset-color: rgb(220 38 38 / .9)}.hover\:ring-offset-error\/95:hover{--tw-ring-offset-color: rgb(220 38 38 / .95)}.hover\:ring-offset-error\/100:hover{--tw-ring-offset-color: rgb(220 38 38 / 1)}.hover\:ring-offset-error-light\/0:hover{--tw-ring-offset-color: rgb(251 242 242 / 0)}.hover\:ring-offset-error-light\/5:hover{--tw-ring-offset-color: rgb(251 242 242 / .05)}.hover\:ring-offset-error-light\/10:hover{--tw-ring-offset-color: rgb(251 242 242 / .1)}.hover\:ring-offset-error-light\/20:hover{--tw-ring-offset-color: rgb(251 242 242 / .2)}.hover\:ring-offset-error-light\/25:hover{--tw-ring-offset-color: rgb(251 242 242 / .25)}.hover\:ring-offset-error-light\/30:hover{--tw-ring-offset-color: rgb(251 242 242 / .3)}.hover\:ring-offset-error-light\/40:hover{--tw-ring-offset-color: rgb(251 242 242 / .4)}.hover\:ring-offset-error-light\/50:hover{--tw-ring-offset-color: rgb(251 242 242 / .5)}.hover\:ring-offset-error-light\/60:hover{--tw-ring-offset-color: rgb(251 242 242 / .6)}.hover\:ring-offset-error-light\/70:hover{--tw-ring-offset-color: rgb(251 242 242 / .7)}.hover\:ring-offset-error-light\/75:hover{--tw-ring-offset-color: rgb(251 242 242 / .75)}.hover\:ring-offset-error-light\/80:hover{--tw-ring-offset-color: rgb(251 242 242 / .8)}.hover\:ring-offset-error-light\/90:hover{--tw-ring-offset-color: rgb(251 242 242 / .9)}.hover\:ring-offset-error-light\/95:hover{--tw-ring-offset-color: rgb(251 242 242 / .95)}.hover\:ring-offset-error-light\/100:hover{--tw-ring-offset-color: rgb(251 242 242 / 1)}.hover\:ring-offset-error-dark\/0:hover{--tw-ring-offset-color: rgb(196 33 33 / 0)}.hover\:ring-offset-error-dark\/5:hover{--tw-ring-offset-color: rgb(196 33 33 / .05)}.hover\:ring-offset-error-dark\/10:hover{--tw-ring-offset-color: rgb(196 33 33 / .1)}.hover\:ring-offset-error-dark\/20:hover{--tw-ring-offset-color: rgb(196 33 33 / .2)}.hover\:ring-offset-error-dark\/25:hover{--tw-ring-offset-color: rgb(196 33 33 / .25)}.hover\:ring-offset-error-dark\/30:hover{--tw-ring-offset-color: rgb(196 33 33 / .3)}.hover\:ring-offset-error-dark\/40:hover{--tw-ring-offset-color: rgb(196 33 33 / .4)}.hover\:ring-offset-error-dark\/50:hover{--tw-ring-offset-color: rgb(196 33 33 / .5)}.hover\:ring-offset-error-dark\/60:hover{--tw-ring-offset-color: rgb(196 33 33 / .6)}.hover\:ring-offset-error-dark\/70:hover{--tw-ring-offset-color: rgb(196 33 33 / .7)}.hover\:ring-offset-error-dark\/75:hover{--tw-ring-offset-color: rgb(196 33 33 / .75)}.hover\:ring-offset-error-dark\/80:hover{--tw-ring-offset-color: rgb(196 33 33 / .8)}.hover\:ring-offset-error-dark\/90:hover{--tw-ring-offset-color: rgb(196 33 33 / .9)}.hover\:ring-offset-error-dark\/95:hover{--tw-ring-offset-color: rgb(196 33 33 / .95)}.hover\:ring-offset-error-dark\/100:hover{--tw-ring-offset-color: rgb(196 33 33 / 1)}.hover\:ring-offset-grey\/0:hover{--tw-ring-offset-color: rgb(71 85 105 / 0)}.hover\:ring-offset-grey\/5:hover{--tw-ring-offset-color: rgb(71 85 105 / .05)}.hover\:ring-offset-grey\/10:hover{--tw-ring-offset-color: rgb(71 85 105 / .1)}.hover\:ring-offset-grey\/20:hover{--tw-ring-offset-color: rgb(71 85 105 / .2)}.hover\:ring-offset-grey\/25:hover{--tw-ring-offset-color: rgb(71 85 105 / .25)}.hover\:ring-offset-grey\/30:hover{--tw-ring-offset-color: rgb(71 85 105 / .3)}.hover\:ring-offset-grey\/40:hover{--tw-ring-offset-color: rgb(71 85 105 / .4)}.hover\:ring-offset-grey\/50:hover{--tw-ring-offset-color: rgb(71 85 105 / .5)}.hover\:ring-offset-grey\/60:hover{--tw-ring-offset-color: rgb(71 85 105 / .6)}.hover\:ring-offset-grey\/70:hover{--tw-ring-offset-color: rgb(71 85 105 / .7)}.hover\:ring-offset-grey\/75:hover{--tw-ring-offset-color: rgb(71 85 105 / .75)}.hover\:ring-offset-grey\/80:hover{--tw-ring-offset-color: rgb(71 85 105 / .8)}.hover\:ring-offset-grey\/90:hover{--tw-ring-offset-color: rgb(71 85 105 / .9)}.hover\:ring-offset-grey\/95:hover{--tw-ring-offset-color: rgb(71 85 105 / .95)}.hover\:ring-offset-grey\/100:hover{--tw-ring-offset-color: rgb(71 85 105 / 1)}.hover\:ring-offset-grey-light\/0:hover{--tw-ring-offset-color: rgb(242 243 244 / 0)}.hover\:ring-offset-grey-light\/5:hover{--tw-ring-offset-color: rgb(242 243 244 / .05)}.hover\:ring-offset-grey-light\/10:hover{--tw-ring-offset-color: rgb(242 243 244 / .1)}.hover\:ring-offset-grey-light\/20:hover{--tw-ring-offset-color: rgb(242 243 244 / .2)}.hover\:ring-offset-grey-light\/25:hover{--tw-ring-offset-color: rgb(242 243 244 / .25)}.hover\:ring-offset-grey-light\/30:hover{--tw-ring-offset-color: rgb(242 243 244 / .3)}.hover\:ring-offset-grey-light\/40:hover{--tw-ring-offset-color: rgb(242 243 244 / .4)}.hover\:ring-offset-grey-light\/50:hover{--tw-ring-offset-color: rgb(242 243 244 / .5)}.hover\:ring-offset-grey-light\/60:hover{--tw-ring-offset-color: rgb(242 243 244 / .6)}.hover\:ring-offset-grey-light\/70:hover{--tw-ring-offset-color: rgb(242 243 244 / .7)}.hover\:ring-offset-grey-light\/75:hover{--tw-ring-offset-color: rgb(242 243 244 / .75)}.hover\:ring-offset-grey-light\/80:hover{--tw-ring-offset-color: rgb(242 243 244 / .8)}.hover\:ring-offset-grey-light\/90:hover{--tw-ring-offset-color: rgb(242 243 244 / .9)}.hover\:ring-offset-grey-light\/95:hover{--tw-ring-offset-color: rgb(242 243 244 / .95)}.hover\:ring-offset-grey-light\/100:hover{--tw-ring-offset-color: rgb(242 243 244 / 1)}.hover\:ring-offset-grey-dark\/0:hover{--tw-ring-offset-color: rgb(44 53 66 / 0)}.hover\:ring-offset-grey-dark\/5:hover{--tw-ring-offset-color: rgb(44 53 66 / .05)}.hover\:ring-offset-grey-dark\/10:hover{--tw-ring-offset-color: rgb(44 53 66 / .1)}.hover\:ring-offset-grey-dark\/20:hover{--tw-ring-offset-color: rgb(44 53 66 / .2)}.hover\:ring-offset-grey-dark\/25:hover{--tw-ring-offset-color: rgb(44 53 66 / .25)}.hover\:ring-offset-grey-dark\/30:hover{--tw-ring-offset-color: rgb(44 53 66 / .3)}.hover\:ring-offset-grey-dark\/40:hover{--tw-ring-offset-color: rgb(44 53 66 / .4)}.hover\:ring-offset-grey-dark\/50:hover{--tw-ring-offset-color: rgb(44 53 66 / .5)}.hover\:ring-offset-grey-dark\/60:hover{--tw-ring-offset-color: rgb(44 53 66 / .6)}.hover\:ring-offset-grey-dark\/70:hover{--tw-ring-offset-color: rgb(44 53 66 / .7)}.hover\:ring-offset-grey-dark\/75:hover{--tw-ring-offset-color: rgb(44 53 66 / .75)}.hover\:ring-offset-grey-dark\/80:hover{--tw-ring-offset-color: rgb(44 53 66 / .8)}.hover\:ring-offset-grey-dark\/90:hover{--tw-ring-offset-color: rgb(44 53 66 / .9)}.hover\:ring-offset-grey-dark\/95:hover{--tw-ring-offset-color: rgb(44 53 66 / .95)}.hover\:ring-offset-grey-dark\/100:hover{--tw-ring-offset-color: rgb(44 53 66 / 1)}.focus\:z-20:focus{z-index:20}.focus\:btn-primary:focus{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.focus\:btn-primary:focus:hover{--tw-bg-opacity: 1;background-color:rgb(149 124 223 / var(--tw-bg-opacity))}.focus\:btn-primary:focus:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(187 168 251 / var(--tw-ring-opacity))}.focus\:btn-primary-dark:focus{--tw-bg-opacity: 1;background-color:rgb(104 104 172 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.focus\:btn-primary-dark:focus:hover{--tw-bg-opacity: 1;background-color:rgb(93 93 153 / var(--tw-bg-opacity))}.focus\:btn-primary-dark:focus:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 147 191 / var(--tw-ring-opacity))}.focus\:btn-primary-outline:focus{border-width:1px;--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.focus\:btn-primary-outline:focus:hover{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity))}.focus\:btn-primary-outline:focus:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity))}.focus\:btn-error:focus{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.focus\:btn-error:focus:hover{--tw-bg-opacity: 1;background-color:rgb(248 228 228 / var(--tw-bg-opacity))}.focus\:btn-error:focus:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(227 118 118 / var(--tw-ring-opacity))}.focus\:btn-error-outline:focus{border-width:1px;--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.focus\:btn-error-outline:focus:hover{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity))}.focus\:btn-error-outline:focus:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(227 118 118 / var(--tw-ring-opacity))}.focus\:btn-info:focus{--tw-bg-opacity: 1;background-color:rgb(242 243 253 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.focus\:btn-info:focus:hover{--tw-bg-opacity: 1;background-color:rgb(228 232 251 / var(--tw-bg-opacity))}.focus\:btn-info:focus:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(118 144 239 / var(--tw-ring-opacity))}.focus\:btn-warning:focus{--tw-bg-opacity: 1;background-color:rgb(254 247 242 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(250 172 30 / var(--tw-text-opacity))}.focus\:btn-warning:focus:hover{--tw-bg-opacity: 1;background-color:rgb(254 240 228 / var(--tw-bg-opacity))}.focus\:btn-warning:focus:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 117 / var(--tw-ring-opacity))}.focus\:btn-secondary:focus{--tw-bg-opacity: 1;background-color:rgb(250 172 30 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(254 247 242 / var(--tw-text-opacity))}.focus\:btn-secondary:focus:hover{--tw-bg-opacity: 1;background-color:rgb(223 153 26 / var(--tw-bg-opacity))}.focus\:btn-secondary:focus:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 209 162 / var(--tw-ring-opacity))}.focus\:btn-success:focus{--tw-bg-opacity: 1;background-color:rgb(242 250 246 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(46 188 136 / var(--tw-text-opacity))}.focus\:btn-success:focus:hover{--tw-bg-opacity: 1;background-color:rgb(229 246 238 / var(--tw-bg-opacity))}.focus\:btn-success:focus:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity))}.focus\:btn-orange:focus{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.focus\:btn-orange:focus:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.focus\:divide-red-50:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 242 242 / var(--tw-divide-opacity))}.focus\:divide-red-100:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 242 242 / var(--tw-divide-opacity))}.focus\:divide-red-200:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(248 228 228 / var(--tw-divide-opacity))}.focus\:divide-red-300:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(241 198 198 / var(--tw-divide-opacity))}.focus\:divide-red-400:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(234 163 163 / var(--tw-divide-opacity))}.focus\:divide-red-500:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(227 118 118 / var(--tw-divide-opacity))}.focus\:divide-red-600:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(220 38 38 / var(--tw-divide-opacity))}.focus\:divide-red-700:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(196 33 33 / var(--tw-divide-opacity))}.focus\:divide-red-800:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(170 29 29 / var(--tw-divide-opacity))}.focus\:divide-red-900:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(139 24 24 / var(--tw-divide-opacity))}.focus\:divide-orange-50:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(255 247 237 / var(--tw-divide-opacity))}.focus\:divide-orange-100:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(252 243 241 / var(--tw-divide-opacity))}.focus\:divide-orange-200:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 231 228 / var(--tw-divide-opacity))}.focus\:divide-orange-300:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(246 205 197 / var(--tw-divide-opacity))}.focus\:divide-orange-400:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 175 161 / var(--tw-divide-opacity))}.focus\:divide-orange-500:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(238 138 114 / var(--tw-divide-opacity))}.focus\:divide-orange-600:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(234 88 12 / var(--tw-divide-opacity))}.focus\:divide-orange-700:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(209 78 10 / var(--tw-divide-opacity))}.focus\:divide-orange-800:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(181 68 9 / var(--tw-divide-opacity))}.focus\:divide-orange-900:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(147 55 7 / var(--tw-divide-opacity))}.focus\:divide-yellow-50:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 252 232 / var(--tw-divide-opacity))}.focus\:divide-yellow-100:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 243 199 / var(--tw-divide-opacity))}.focus\:divide-yellow-200:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 230 138 / var(--tw-divide-opacity))}.focus\:divide-yellow-300:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(252 211 77 / var(--tw-divide-opacity))}.focus\:divide-yellow-400:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 191 36 / var(--tw-divide-opacity))}.focus\:divide-yellow-500:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(234 179 8 / var(--tw-divide-opacity))}.focus\:divide-yellow-600:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(217 119 6 / var(--tw-divide-opacity))}.focus\:divide-yellow-700:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(180 83 9 / var(--tw-divide-opacity))}.focus\:divide-yellow-800:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(146 64 14 / var(--tw-divide-opacity))}.focus\:divide-yellow-900:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(120 53 15 / var(--tw-divide-opacity))}.focus\:divide-green-50:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(240 253 244 / var(--tw-divide-opacity))}.focus\:divide-green-100:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 250 246 / var(--tw-divide-opacity))}.focus\:divide-green-200:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 246 238 / var(--tw-divide-opacity))}.focus\:divide-green-300:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(200 238 219 / var(--tw-divide-opacity))}.focus\:divide-green-400:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(166 229 200 / var(--tw-divide-opacity))}.focus\:divide-green-500:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(123 220 178 / var(--tw-divide-opacity))}.focus\:divide-green-600:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(52 211 153 / var(--tw-divide-opacity))}.focus\:divide-green-700:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(46 188 136 / var(--tw-divide-opacity))}.focus\:divide-green-800:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(40 163 118 / var(--tw-divide-opacity))}.focus\:divide-green-900:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(32 133 96 / var(--tw-divide-opacity))}.focus\:divide-emerald-50:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(236 253 245 / var(--tw-divide-opacity))}.focus\:divide-emerald-100:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(209 250 229 / var(--tw-divide-opacity))}.focus\:divide-emerald-200:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(167 243 208 / var(--tw-divide-opacity))}.focus\:divide-emerald-300:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(110 231 183 / var(--tw-divide-opacity))}.focus\:divide-emerald-400:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(52 211 153 / var(--tw-divide-opacity))}.focus\:divide-emerald-500:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(16 185 129 / var(--tw-divide-opacity))}.focus\:divide-emerald-600:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(5 150 105 / var(--tw-divide-opacity))}.focus\:divide-emerald-700:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(4 120 87 / var(--tw-divide-opacity))}.focus\:divide-emerald-800:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(6 95 70 / var(--tw-divide-opacity))}.focus\:divide-emerald-900:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(6 78 59 / var(--tw-divide-opacity))}.focus\:divide-teal-50:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(240 253 250 / var(--tw-divide-opacity))}.focus\:divide-teal-100:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(204 251 241 / var(--tw-divide-opacity))}.focus\:divide-teal-200:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(153 246 228 / var(--tw-divide-opacity))}.focus\:divide-teal-300:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(94 234 212 / var(--tw-divide-opacity))}.focus\:divide-teal-400:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(45 212 191 / var(--tw-divide-opacity))}.focus\:divide-teal-500:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(20 184 166 / var(--tw-divide-opacity))}.focus\:divide-teal-600:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(13 148 136 / var(--tw-divide-opacity))}.focus\:divide-teal-700:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(15 118 110 / var(--tw-divide-opacity))}.focus\:divide-teal-800:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(17 94 89 / var(--tw-divide-opacity))}.focus\:divide-teal-900:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(19 78 74 / var(--tw-divide-opacity))}.focus\:divide-sky-50:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(240 249 255 / var(--tw-divide-opacity))}.focus\:divide-sky-100:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(224 242 254 / var(--tw-divide-opacity))}.focus\:divide-sky-200:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(186 230 253 / var(--tw-divide-opacity))}.focus\:divide-sky-300:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(125 211 252 / var(--tw-divide-opacity))}.focus\:divide-sky-400:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(56 189 248 / var(--tw-divide-opacity))}.focus\:divide-sky-500:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(14 165 233 / var(--tw-divide-opacity))}.focus\:divide-sky-600:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(2 132 199 / var(--tw-divide-opacity))}.focus\:divide-sky-700:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(3 105 161 / var(--tw-divide-opacity))}.focus\:divide-sky-800:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(7 89 133 / var(--tw-divide-opacity))}.focus\:divide-sky-900:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(12 74 110 / var(--tw-divide-opacity))}.focus\:divide-blue-50:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(239 246 255 / var(--tw-divide-opacity))}.focus\:divide-blue-100:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 253 / var(--tw-divide-opacity))}.focus\:divide-blue-200:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(228 232 251 / var(--tw-divide-opacity))}.focus\:divide-blue-300:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(198 207 247 / var(--tw-divide-opacity))}.focus\:divide-blue-400:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(163 178 243 / var(--tw-divide-opacity))}.focus\:divide-blue-500:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(118 144 239 / var(--tw-divide-opacity))}.focus\:divide-blue-600:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(37 99 235 / var(--tw-divide-opacity))}.focus\:divide-blue-700:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(33 88 210 / var(--tw-divide-opacity))}.focus\:divide-blue-800:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(28 76 182 / var(--tw-divide-opacity))}.focus\:divide-blue-900:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(23 62 148 / var(--tw-divide-opacity))}.focus\:divide-indigo-50:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(238 242 255 / var(--tw-divide-opacity))}.focus\:divide-indigo-100:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(224 231 255 / var(--tw-divide-opacity))}.focus\:divide-indigo-200:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(199 210 254 / var(--tw-divide-opacity))}.focus\:divide-indigo-300:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(165 180 252 / var(--tw-divide-opacity))}.focus\:divide-indigo-400:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(129 140 248 / var(--tw-divide-opacity))}.focus\:divide-indigo-500:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(99 102 241 / var(--tw-divide-opacity))}.focus\:divide-indigo-600:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(79 70 229 / var(--tw-divide-opacity))}.focus\:divide-indigo-700:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(67 56 202 / var(--tw-divide-opacity))}.focus\:divide-indigo-800:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(55 48 163 / var(--tw-divide-opacity))}.focus\:divide-indigo-900:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(49 46 129 / var(--tw-divide-opacity))}.focus\:divide-violet-50:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(245 243 255 / var(--tw-divide-opacity))}.focus\:divide-violet-100:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(237 233 254 / var(--tw-divide-opacity))}.focus\:divide-violet-200:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(221 214 254 / var(--tw-divide-opacity))}.focus\:divide-violet-300:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(196 181 253 / var(--tw-divide-opacity))}.focus\:divide-violet-400:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(167 139 250 / var(--tw-divide-opacity))}.focus\:divide-violet-500:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(139 92 246 / var(--tw-divide-opacity))}.focus\:divide-violet-600:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(124 58 237 / var(--tw-divide-opacity))}.focus\:divide-violet-700:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(109 40 217 / var(--tw-divide-opacity))}.focus\:divide-violet-800:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(91 33 182 / var(--tw-divide-opacity))}.focus\:divide-violet-900:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(76 29 149 / var(--tw-divide-opacity))}.focus\:divide-fuchsia-50:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 244 255 / var(--tw-divide-opacity))}.focus\:divide-fuchsia-100:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 232 255 / var(--tw-divide-opacity))}.focus\:divide-fuchsia-200:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(245 208 254 / var(--tw-divide-opacity))}.focus\:divide-fuchsia-300:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(240 171 252 / var(--tw-divide-opacity))}.focus\:divide-fuchsia-400:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(232 121 249 / var(--tw-divide-opacity))}.focus\:divide-fuchsia-500:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(217 70 239 / var(--tw-divide-opacity))}.focus\:divide-fuchsia-600:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(192 38 211 / var(--tw-divide-opacity))}.focus\:divide-fuchsia-700:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(162 28 175 / var(--tw-divide-opacity))}.focus\:divide-fuchsia-800:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(134 25 143 / var(--tw-divide-opacity))}.focus\:divide-fuchsia-900:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(112 26 117 / var(--tw-divide-opacity))}.focus\:divide-pink-50:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 242 248 / var(--tw-divide-opacity))}.focus\:divide-pink-100:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(252 231 243 / var(--tw-divide-opacity))}.focus\:divide-pink-200:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 207 232 / var(--tw-divide-opacity))}.focus\:divide-pink-300:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(249 168 212 / var(--tw-divide-opacity))}.focus\:divide-pink-400:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(244 114 182 / var(--tw-divide-opacity))}.focus\:divide-pink-500:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(236 72 153 / var(--tw-divide-opacity))}.focus\:divide-pink-600:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(219 39 119 / var(--tw-divide-opacity))}.focus\:divide-pink-700:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(190 24 93 / var(--tw-divide-opacity))}.focus\:divide-pink-800:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(157 23 77 / var(--tw-divide-opacity))}.focus\:divide-pink-900:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(131 24 67 / var(--tw-divide-opacity))}.focus\:divide-rose-50:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(255 241 242 / var(--tw-divide-opacity))}.focus\:divide-rose-100:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(255 228 230 / var(--tw-divide-opacity))}.focus\:divide-rose-200:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 205 211 / var(--tw-divide-opacity))}.focus\:divide-rose-300:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 164 175 / var(--tw-divide-opacity))}.focus\:divide-rose-400:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 113 133 / var(--tw-divide-opacity))}.focus\:divide-rose-500:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(244 63 94 / var(--tw-divide-opacity))}.focus\:divide-rose-600:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(225 29 72 / var(--tw-divide-opacity))}.focus\:divide-rose-700:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(190 18 60 / var(--tw-divide-opacity))}.focus\:divide-rose-800:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(159 18 57 / var(--tw-divide-opacity))}.focus\:divide-rose-900:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(136 19 55 / var(--tw-divide-opacity))}.focus\:divide-primary-100:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 244 / var(--tw-divide-opacity))}.focus\:divide-primary-200:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(232 232 240 / var(--tw-divide-opacity))}.focus\:divide-primary-300:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(208 208 225 / var(--tw-divide-opacity))}.focus\:divide-primary-400:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(180 180 209 / var(--tw-divide-opacity))}.focus\:divide-primary-500:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(147 147 191 / var(--tw-divide-opacity))}.focus\:divide-primary-600:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(104 104 172 / var(--tw-divide-opacity))}.focus\:divide-primary-700:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(93 93 153 / var(--tw-divide-opacity))}.focus\:divide-primary-800:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(80 80 133 / var(--tw-divide-opacity))}.focus\:divide-primary-900:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(65 65 108 / var(--tw-divide-opacity))}.focus\:divide-primary-1000:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(46 46 76 / var(--tw-divide-opacity))}.focus\:divide-primary-highlight-100:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(247 245 254 / var(--tw-divide-opacity))}.focus\:divide-primary-highlight-200:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(239 236 254 / var(--tw-divide-opacity))}.focus\:divide-primary-highlight-300:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(223 216 253 / var(--tw-divide-opacity))}.focus\:divide-primary-highlight-400:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(206 193 252 / var(--tw-divide-opacity))}.focus\:divide-primary-highlight-500:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(187 168 251 / var(--tw-divide-opacity))}.focus\:divide-primary-highlight-600:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(167 139 250 / var(--tw-divide-opacity))}.focus\:divide-primary-highlight-700:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(149 124 223 / var(--tw-divide-opacity))}.focus\:divide-primary-highlight-800:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(129 107 193 / var(--tw-divide-opacity))}.focus\:divide-primary-highlight-900:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(105 87 158 / var(--tw-divide-opacity))}.focus\:divide-primary-highlight-1000:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(74 62 111 / var(--tw-divide-opacity))}.focus\:divide-secondary-100:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 247 242 / var(--tw-divide-opacity))}.focus\:divide-secondary-200:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 240 228 / var(--tw-divide-opacity))}.focus\:divide-secondary-300:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 225 198 / var(--tw-divide-opacity))}.focus\:divide-secondary-400:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(252 209 162 / var(--tw-divide-opacity))}.focus\:divide-secondary-500:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 191 117 / var(--tw-divide-opacity))}.focus\:divide-secondary-600:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 172 30 / var(--tw-divide-opacity))}.focus\:divide-secondary-700:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(223 153 26 / var(--tw-divide-opacity))}.focus\:divide-secondary-800:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(193 133 23 / var(--tw-divide-opacity))}.focus\:divide-secondary-900:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(158 108 18 / var(--tw-divide-opacity))}.focus\:divide-secondary-1000:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(111 76 13 / var(--tw-divide-opacity))}.focus\:divide-grey-100:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 244 / var(--tw-divide-opacity))}.focus\:divide-grey-200:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(230 231 232 / var(--tw-divide-opacity))}.focus\:divide-grey-300:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(202 204 208 / var(--tw-divide-opacity))}.focus\:divide-grey-400:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(170 174 180 / var(--tw-divide-opacity))}.focus\:divide-grey-500:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(130 137 147 / var(--tw-divide-opacity))}.focus\:divide-grey-600:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(71 85 105 / var(--tw-divide-opacity))}.focus\:divide-grey-700:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(63 76 93 / var(--tw-divide-opacity))}.focus\:divide-grey-800:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(54 65 81 / var(--tw-divide-opacity))}.focus\:divide-grey-900:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(44 53 66 / var(--tw-divide-opacity))}.focus\:divide-grey-1000:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(31 38 46 / var(--tw-divide-opacity))}.focus\:divide-green-1000:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(23 94 68 / var(--tw-divide-opacity))}.focus\:divide-blue-1000:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(16 44 105 / var(--tw-divide-opacity))}.focus\:divide-orange-1000:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(104 39 5 / var(--tw-divide-opacity))}.focus\:divide-red-1000:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(98 16 16 / var(--tw-divide-opacity))}.focus\:divide-primary:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(167 139 250 / var(--tw-divide-opacity))}.focus\:divide-primary-light:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(247 245 254 / var(--tw-divide-opacity))}.focus\:divide-primary-dark:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(105 87 158 / var(--tw-divide-opacity))}.focus\:divide-info:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(118 144 239 / var(--tw-divide-opacity))}.focus\:divide-info-light:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 253 / var(--tw-divide-opacity))}.focus\:divide-info-dark:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(33 88 210 / var(--tw-divide-opacity))}.focus\:divide-success:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(40 163 118 / var(--tw-divide-opacity))}.focus\:divide-success-light:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 250 246 / var(--tw-divide-opacity))}.focus\:divide-success-dark:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(32 133 96 / var(--tw-divide-opacity))}.focus\:divide-warning:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 172 30 / var(--tw-divide-opacity))}.focus\:divide-warning-light:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 247 242 / var(--tw-divide-opacity))}.focus\:divide-warning-dark:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(158 108 18 / var(--tw-divide-opacity))}.focus\:divide-error:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(220 38 38 / var(--tw-divide-opacity))}.focus\:divide-error-light:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 242 242 / var(--tw-divide-opacity))}.focus\:divide-error-dark:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(196 33 33 / var(--tw-divide-opacity))}.focus\:divide-grey:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(71 85 105 / var(--tw-divide-opacity))}.focus\:divide-grey-light:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(242 243 244 / var(--tw-divide-opacity))}.focus\:divide-grey-dark:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(44 53 66 / var(--tw-divide-opacity))}.focus\:divide-red-50\/0:focus>:not([hidden])~:not([hidden]){border-color:#fef2f200}.focus\:divide-red-50\/5:focus>:not([hidden])~:not([hidden]){border-color:#fef2f20d}.focus\:divide-red-50\/10:focus>:not([hidden])~:not([hidden]){border-color:#fef2f21a}.focus\:divide-red-50\/20:focus>:not([hidden])~:not([hidden]){border-color:#fef2f233}.focus\:divide-red-50\/25:focus>:not([hidden])~:not([hidden]){border-color:#fef2f240}.focus\:divide-red-50\/30:focus>:not([hidden])~:not([hidden]){border-color:#fef2f24d}.focus\:divide-red-50\/40:focus>:not([hidden])~:not([hidden]){border-color:#fef2f266}.focus\:divide-red-50\/50:focus>:not([hidden])~:not([hidden]){border-color:#fef2f280}.focus\:divide-red-50\/60:focus>:not([hidden])~:not([hidden]){border-color:#fef2f299}.focus\:divide-red-50\/70:focus>:not([hidden])~:not([hidden]){border-color:#fef2f2b3}.focus\:divide-red-50\/75:focus>:not([hidden])~:not([hidden]){border-color:#fef2f2bf}.focus\:divide-red-50\/80:focus>:not([hidden])~:not([hidden]){border-color:#fef2f2cc}.focus\:divide-red-50\/90:focus>:not([hidden])~:not([hidden]){border-color:#fef2f2e6}.focus\:divide-red-50\/95:focus>:not([hidden])~:not([hidden]){border-color:#fef2f2f2}.focus\:divide-red-50\/100:focus>:not([hidden])~:not([hidden]){border-color:#fef2f2}.focus\:divide-red-100\/0:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f200}.focus\:divide-red-100\/5:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f20d}.focus\:divide-red-100\/10:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f21a}.focus\:divide-red-100\/20:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f233}.focus\:divide-red-100\/25:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f240}.focus\:divide-red-100\/30:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f24d}.focus\:divide-red-100\/40:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f266}.focus\:divide-red-100\/50:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f280}.focus\:divide-red-100\/60:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f299}.focus\:divide-red-100\/70:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f2b3}.focus\:divide-red-100\/75:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f2bf}.focus\:divide-red-100\/80:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f2cc}.focus\:divide-red-100\/90:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f2e6}.focus\:divide-red-100\/95:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f2f2}.focus\:divide-red-100\/100:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f2}.focus\:divide-red-200\/0:focus>:not([hidden])~:not([hidden]){border-color:#f8e4e400}.focus\:divide-red-200\/5:focus>:not([hidden])~:not([hidden]){border-color:#f8e4e40d}.focus\:divide-red-200\/10:focus>:not([hidden])~:not([hidden]){border-color:#f8e4e41a}.focus\:divide-red-200\/20:focus>:not([hidden])~:not([hidden]){border-color:#f8e4e433}.focus\:divide-red-200\/25:focus>:not([hidden])~:not([hidden]){border-color:#f8e4e440}.focus\:divide-red-200\/30:focus>:not([hidden])~:not([hidden]){border-color:#f8e4e44d}.focus\:divide-red-200\/40:focus>:not([hidden])~:not([hidden]){border-color:#f8e4e466}.focus\:divide-red-200\/50:focus>:not([hidden])~:not([hidden]){border-color:#f8e4e480}.focus\:divide-red-200\/60:focus>:not([hidden])~:not([hidden]){border-color:#f8e4e499}.focus\:divide-red-200\/70:focus>:not([hidden])~:not([hidden]){border-color:#f8e4e4b3}.focus\:divide-red-200\/75:focus>:not([hidden])~:not([hidden]){border-color:#f8e4e4bf}.focus\:divide-red-200\/80:focus>:not([hidden])~:not([hidden]){border-color:#f8e4e4cc}.focus\:divide-red-200\/90:focus>:not([hidden])~:not([hidden]){border-color:#f8e4e4e6}.focus\:divide-red-200\/95:focus>:not([hidden])~:not([hidden]){border-color:#f8e4e4f2}.focus\:divide-red-200\/100:focus>:not([hidden])~:not([hidden]){border-color:#f8e4e4}.focus\:divide-red-300\/0:focus>:not([hidden])~:not([hidden]){border-color:#f1c6c600}.focus\:divide-red-300\/5:focus>:not([hidden])~:not([hidden]){border-color:#f1c6c60d}.focus\:divide-red-300\/10:focus>:not([hidden])~:not([hidden]){border-color:#f1c6c61a}.focus\:divide-red-300\/20:focus>:not([hidden])~:not([hidden]){border-color:#f1c6c633}.focus\:divide-red-300\/25:focus>:not([hidden])~:not([hidden]){border-color:#f1c6c640}.focus\:divide-red-300\/30:focus>:not([hidden])~:not([hidden]){border-color:#f1c6c64d}.focus\:divide-red-300\/40:focus>:not([hidden])~:not([hidden]){border-color:#f1c6c666}.focus\:divide-red-300\/50:focus>:not([hidden])~:not([hidden]){border-color:#f1c6c680}.focus\:divide-red-300\/60:focus>:not([hidden])~:not([hidden]){border-color:#f1c6c699}.focus\:divide-red-300\/70:focus>:not([hidden])~:not([hidden]){border-color:#f1c6c6b3}.focus\:divide-red-300\/75:focus>:not([hidden])~:not([hidden]){border-color:#f1c6c6bf}.focus\:divide-red-300\/80:focus>:not([hidden])~:not([hidden]){border-color:#f1c6c6cc}.focus\:divide-red-300\/90:focus>:not([hidden])~:not([hidden]){border-color:#f1c6c6e6}.focus\:divide-red-300\/95:focus>:not([hidden])~:not([hidden]){border-color:#f1c6c6f2}.focus\:divide-red-300\/100:focus>:not([hidden])~:not([hidden]){border-color:#f1c6c6}.focus\:divide-red-400\/0:focus>:not([hidden])~:not([hidden]){border-color:#eaa3a300}.focus\:divide-red-400\/5:focus>:not([hidden])~:not([hidden]){border-color:#eaa3a30d}.focus\:divide-red-400\/10:focus>:not([hidden])~:not([hidden]){border-color:#eaa3a31a}.focus\:divide-red-400\/20:focus>:not([hidden])~:not([hidden]){border-color:#eaa3a333}.focus\:divide-red-400\/25:focus>:not([hidden])~:not([hidden]){border-color:#eaa3a340}.focus\:divide-red-400\/30:focus>:not([hidden])~:not([hidden]){border-color:#eaa3a34d}.focus\:divide-red-400\/40:focus>:not([hidden])~:not([hidden]){border-color:#eaa3a366}.focus\:divide-red-400\/50:focus>:not([hidden])~:not([hidden]){border-color:#eaa3a380}.focus\:divide-red-400\/60:focus>:not([hidden])~:not([hidden]){border-color:#eaa3a399}.focus\:divide-red-400\/70:focus>:not([hidden])~:not([hidden]){border-color:#eaa3a3b3}.focus\:divide-red-400\/75:focus>:not([hidden])~:not([hidden]){border-color:#eaa3a3bf}.focus\:divide-red-400\/80:focus>:not([hidden])~:not([hidden]){border-color:#eaa3a3cc}.focus\:divide-red-400\/90:focus>:not([hidden])~:not([hidden]){border-color:#eaa3a3e6}.focus\:divide-red-400\/95:focus>:not([hidden])~:not([hidden]){border-color:#eaa3a3f2}.focus\:divide-red-400\/100:focus>:not([hidden])~:not([hidden]){border-color:#eaa3a3}.focus\:divide-red-500\/0:focus>:not([hidden])~:not([hidden]){border-color:#e3767600}.focus\:divide-red-500\/5:focus>:not([hidden])~:not([hidden]){border-color:#e376760d}.focus\:divide-red-500\/10:focus>:not([hidden])~:not([hidden]){border-color:#e376761a}.focus\:divide-red-500\/20:focus>:not([hidden])~:not([hidden]){border-color:#e3767633}.focus\:divide-red-500\/25:focus>:not([hidden])~:not([hidden]){border-color:#e3767640}.focus\:divide-red-500\/30:focus>:not([hidden])~:not([hidden]){border-color:#e376764d}.focus\:divide-red-500\/40:focus>:not([hidden])~:not([hidden]){border-color:#e3767666}.focus\:divide-red-500\/50:focus>:not([hidden])~:not([hidden]){border-color:#e3767680}.focus\:divide-red-500\/60:focus>:not([hidden])~:not([hidden]){border-color:#e3767699}.focus\:divide-red-500\/70:focus>:not([hidden])~:not([hidden]){border-color:#e37676b3}.focus\:divide-red-500\/75:focus>:not([hidden])~:not([hidden]){border-color:#e37676bf}.focus\:divide-red-500\/80:focus>:not([hidden])~:not([hidden]){border-color:#e37676cc}.focus\:divide-red-500\/90:focus>:not([hidden])~:not([hidden]){border-color:#e37676e6}.focus\:divide-red-500\/95:focus>:not([hidden])~:not([hidden]){border-color:#e37676f2}.focus\:divide-red-500\/100:focus>:not([hidden])~:not([hidden]){border-color:#e37676}.focus\:divide-red-600\/0:focus>:not([hidden])~:not([hidden]){border-color:#dc262600}.focus\:divide-red-600\/5:focus>:not([hidden])~:not([hidden]){border-color:#dc26260d}.focus\:divide-red-600\/10:focus>:not([hidden])~:not([hidden]){border-color:#dc26261a}.focus\:divide-red-600\/20:focus>:not([hidden])~:not([hidden]){border-color:#dc262633}.focus\:divide-red-600\/25:focus>:not([hidden])~:not([hidden]){border-color:#dc262640}.focus\:divide-red-600\/30:focus>:not([hidden])~:not([hidden]){border-color:#dc26264d}.focus\:divide-red-600\/40:focus>:not([hidden])~:not([hidden]){border-color:#dc262666}.focus\:divide-red-600\/50:focus>:not([hidden])~:not([hidden]){border-color:#dc262680}.focus\:divide-red-600\/60:focus>:not([hidden])~:not([hidden]){border-color:#dc262699}.focus\:divide-red-600\/70:focus>:not([hidden])~:not([hidden]){border-color:#dc2626b3}.focus\:divide-red-600\/75:focus>:not([hidden])~:not([hidden]){border-color:#dc2626bf}.focus\:divide-red-600\/80:focus>:not([hidden])~:not([hidden]){border-color:#dc2626cc}.focus\:divide-red-600\/90:focus>:not([hidden])~:not([hidden]){border-color:#dc2626e6}.focus\:divide-red-600\/95:focus>:not([hidden])~:not([hidden]){border-color:#dc2626f2}.focus\:divide-red-600\/100:focus>:not([hidden])~:not([hidden]){border-color:#dc2626}.focus\:divide-red-700\/0:focus>:not([hidden])~:not([hidden]){border-color:#c4212100}.focus\:divide-red-700\/5:focus>:not([hidden])~:not([hidden]){border-color:#c421210d}.focus\:divide-red-700\/10:focus>:not([hidden])~:not([hidden]){border-color:#c421211a}.focus\:divide-red-700\/20:focus>:not([hidden])~:not([hidden]){border-color:#c4212133}.focus\:divide-red-700\/25:focus>:not([hidden])~:not([hidden]){border-color:#c4212140}.focus\:divide-red-700\/30:focus>:not([hidden])~:not([hidden]){border-color:#c421214d}.focus\:divide-red-700\/40:focus>:not([hidden])~:not([hidden]){border-color:#c4212166}.focus\:divide-red-700\/50:focus>:not([hidden])~:not([hidden]){border-color:#c4212180}.focus\:divide-red-700\/60:focus>:not([hidden])~:not([hidden]){border-color:#c4212199}.focus\:divide-red-700\/70:focus>:not([hidden])~:not([hidden]){border-color:#c42121b3}.focus\:divide-red-700\/75:focus>:not([hidden])~:not([hidden]){border-color:#c42121bf}.focus\:divide-red-700\/80:focus>:not([hidden])~:not([hidden]){border-color:#c42121cc}.focus\:divide-red-700\/90:focus>:not([hidden])~:not([hidden]){border-color:#c42121e6}.focus\:divide-red-700\/95:focus>:not([hidden])~:not([hidden]){border-color:#c42121f2}.focus\:divide-red-700\/100:focus>:not([hidden])~:not([hidden]){border-color:#c42121}.focus\:divide-red-800\/0:focus>:not([hidden])~:not([hidden]){border-color:#aa1d1d00}.focus\:divide-red-800\/5:focus>:not([hidden])~:not([hidden]){border-color:#aa1d1d0d}.focus\:divide-red-800\/10:focus>:not([hidden])~:not([hidden]){border-color:#aa1d1d1a}.focus\:divide-red-800\/20:focus>:not([hidden])~:not([hidden]){border-color:#aa1d1d33}.focus\:divide-red-800\/25:focus>:not([hidden])~:not([hidden]){border-color:#aa1d1d40}.focus\:divide-red-800\/30:focus>:not([hidden])~:not([hidden]){border-color:#aa1d1d4d}.focus\:divide-red-800\/40:focus>:not([hidden])~:not([hidden]){border-color:#aa1d1d66}.focus\:divide-red-800\/50:focus>:not([hidden])~:not([hidden]){border-color:#aa1d1d80}.focus\:divide-red-800\/60:focus>:not([hidden])~:not([hidden]){border-color:#aa1d1d99}.focus\:divide-red-800\/70:focus>:not([hidden])~:not([hidden]){border-color:#aa1d1db3}.focus\:divide-red-800\/75:focus>:not([hidden])~:not([hidden]){border-color:#aa1d1dbf}.focus\:divide-red-800\/80:focus>:not([hidden])~:not([hidden]){border-color:#aa1d1dcc}.focus\:divide-red-800\/90:focus>:not([hidden])~:not([hidden]){border-color:#aa1d1de6}.focus\:divide-red-800\/95:focus>:not([hidden])~:not([hidden]){border-color:#aa1d1df2}.focus\:divide-red-800\/100:focus>:not([hidden])~:not([hidden]){border-color:#aa1d1d}.focus\:divide-red-900\/0:focus>:not([hidden])~:not([hidden]){border-color:#8b181800}.focus\:divide-red-900\/5:focus>:not([hidden])~:not([hidden]){border-color:#8b18180d}.focus\:divide-red-900\/10:focus>:not([hidden])~:not([hidden]){border-color:#8b18181a}.focus\:divide-red-900\/20:focus>:not([hidden])~:not([hidden]){border-color:#8b181833}.focus\:divide-red-900\/25:focus>:not([hidden])~:not([hidden]){border-color:#8b181840}.focus\:divide-red-900\/30:focus>:not([hidden])~:not([hidden]){border-color:#8b18184d}.focus\:divide-red-900\/40:focus>:not([hidden])~:not([hidden]){border-color:#8b181866}.focus\:divide-red-900\/50:focus>:not([hidden])~:not([hidden]){border-color:#8b181880}.focus\:divide-red-900\/60:focus>:not([hidden])~:not([hidden]){border-color:#8b181899}.focus\:divide-red-900\/70:focus>:not([hidden])~:not([hidden]){border-color:#8b1818b3}.focus\:divide-red-900\/75:focus>:not([hidden])~:not([hidden]){border-color:#8b1818bf}.focus\:divide-red-900\/80:focus>:not([hidden])~:not([hidden]){border-color:#8b1818cc}.focus\:divide-red-900\/90:focus>:not([hidden])~:not([hidden]){border-color:#8b1818e6}.focus\:divide-red-900\/95:focus>:not([hidden])~:not([hidden]){border-color:#8b1818f2}.focus\:divide-red-900\/100:focus>:not([hidden])~:not([hidden]){border-color:#8b1818}.focus\:divide-orange-50\/0:focus>:not([hidden])~:not([hidden]){border-color:#fff7ed00}.focus\:divide-orange-50\/5:focus>:not([hidden])~:not([hidden]){border-color:#fff7ed0d}.focus\:divide-orange-50\/10:focus>:not([hidden])~:not([hidden]){border-color:#fff7ed1a}.focus\:divide-orange-50\/20:focus>:not([hidden])~:not([hidden]){border-color:#fff7ed33}.focus\:divide-orange-50\/25:focus>:not([hidden])~:not([hidden]){border-color:#fff7ed40}.focus\:divide-orange-50\/30:focus>:not([hidden])~:not([hidden]){border-color:#fff7ed4d}.focus\:divide-orange-50\/40:focus>:not([hidden])~:not([hidden]){border-color:#fff7ed66}.focus\:divide-orange-50\/50:focus>:not([hidden])~:not([hidden]){border-color:#fff7ed80}.focus\:divide-orange-50\/60:focus>:not([hidden])~:not([hidden]){border-color:#fff7ed99}.focus\:divide-orange-50\/70:focus>:not([hidden])~:not([hidden]){border-color:#fff7edb3}.focus\:divide-orange-50\/75:focus>:not([hidden])~:not([hidden]){border-color:#fff7edbf}.focus\:divide-orange-50\/80:focus>:not([hidden])~:not([hidden]){border-color:#fff7edcc}.focus\:divide-orange-50\/90:focus>:not([hidden])~:not([hidden]){border-color:#fff7ede6}.focus\:divide-orange-50\/95:focus>:not([hidden])~:not([hidden]){border-color:#fff7edf2}.focus\:divide-orange-50\/100:focus>:not([hidden])~:not([hidden]){border-color:#fff7ed}.focus\:divide-orange-100\/0:focus>:not([hidden])~:not([hidden]){border-color:#fcf3f100}.focus\:divide-orange-100\/5:focus>:not([hidden])~:not([hidden]){border-color:#fcf3f10d}.focus\:divide-orange-100\/10:focus>:not([hidden])~:not([hidden]){border-color:#fcf3f11a}.focus\:divide-orange-100\/20:focus>:not([hidden])~:not([hidden]){border-color:#fcf3f133}.focus\:divide-orange-100\/25:focus>:not([hidden])~:not([hidden]){border-color:#fcf3f140}.focus\:divide-orange-100\/30:focus>:not([hidden])~:not([hidden]){border-color:#fcf3f14d}.focus\:divide-orange-100\/40:focus>:not([hidden])~:not([hidden]){border-color:#fcf3f166}.focus\:divide-orange-100\/50:focus>:not([hidden])~:not([hidden]){border-color:#fcf3f180}.focus\:divide-orange-100\/60:focus>:not([hidden])~:not([hidden]){border-color:#fcf3f199}.focus\:divide-orange-100\/70:focus>:not([hidden])~:not([hidden]){border-color:#fcf3f1b3}.focus\:divide-orange-100\/75:focus>:not([hidden])~:not([hidden]){border-color:#fcf3f1bf}.focus\:divide-orange-100\/80:focus>:not([hidden])~:not([hidden]){border-color:#fcf3f1cc}.focus\:divide-orange-100\/90:focus>:not([hidden])~:not([hidden]){border-color:#fcf3f1e6}.focus\:divide-orange-100\/95:focus>:not([hidden])~:not([hidden]){border-color:#fcf3f1f2}.focus\:divide-orange-100\/100:focus>:not([hidden])~:not([hidden]){border-color:#fcf3f1}.focus\:divide-orange-200\/0:focus>:not([hidden])~:not([hidden]){border-color:#fae7e400}.focus\:divide-orange-200\/5:focus>:not([hidden])~:not([hidden]){border-color:#fae7e40d}.focus\:divide-orange-200\/10:focus>:not([hidden])~:not([hidden]){border-color:#fae7e41a}.focus\:divide-orange-200\/20:focus>:not([hidden])~:not([hidden]){border-color:#fae7e433}.focus\:divide-orange-200\/25:focus>:not([hidden])~:not([hidden]){border-color:#fae7e440}.focus\:divide-orange-200\/30:focus>:not([hidden])~:not([hidden]){border-color:#fae7e44d}.focus\:divide-orange-200\/40:focus>:not([hidden])~:not([hidden]){border-color:#fae7e466}.focus\:divide-orange-200\/50:focus>:not([hidden])~:not([hidden]){border-color:#fae7e480}.focus\:divide-orange-200\/60:focus>:not([hidden])~:not([hidden]){border-color:#fae7e499}.focus\:divide-orange-200\/70:focus>:not([hidden])~:not([hidden]){border-color:#fae7e4b3}.focus\:divide-orange-200\/75:focus>:not([hidden])~:not([hidden]){border-color:#fae7e4bf}.focus\:divide-orange-200\/80:focus>:not([hidden])~:not([hidden]){border-color:#fae7e4cc}.focus\:divide-orange-200\/90:focus>:not([hidden])~:not([hidden]){border-color:#fae7e4e6}.focus\:divide-orange-200\/95:focus>:not([hidden])~:not([hidden]){border-color:#fae7e4f2}.focus\:divide-orange-200\/100:focus>:not([hidden])~:not([hidden]){border-color:#fae7e4}.focus\:divide-orange-300\/0:focus>:not([hidden])~:not([hidden]){border-color:#f6cdc500}.focus\:divide-orange-300\/5:focus>:not([hidden])~:not([hidden]){border-color:#f6cdc50d}.focus\:divide-orange-300\/10:focus>:not([hidden])~:not([hidden]){border-color:#f6cdc51a}.focus\:divide-orange-300\/20:focus>:not([hidden])~:not([hidden]){border-color:#f6cdc533}.focus\:divide-orange-300\/25:focus>:not([hidden])~:not([hidden]){border-color:#f6cdc540}.focus\:divide-orange-300\/30:focus>:not([hidden])~:not([hidden]){border-color:#f6cdc54d}.focus\:divide-orange-300\/40:focus>:not([hidden])~:not([hidden]){border-color:#f6cdc566}.focus\:divide-orange-300\/50:focus>:not([hidden])~:not([hidden]){border-color:#f6cdc580}.focus\:divide-orange-300\/60:focus>:not([hidden])~:not([hidden]){border-color:#f6cdc599}.focus\:divide-orange-300\/70:focus>:not([hidden])~:not([hidden]){border-color:#f6cdc5b3}.focus\:divide-orange-300\/75:focus>:not([hidden])~:not([hidden]){border-color:#f6cdc5bf}.focus\:divide-orange-300\/80:focus>:not([hidden])~:not([hidden]){border-color:#f6cdc5cc}.focus\:divide-orange-300\/90:focus>:not([hidden])~:not([hidden]){border-color:#f6cdc5e6}.focus\:divide-orange-300\/95:focus>:not([hidden])~:not([hidden]){border-color:#f6cdc5f2}.focus\:divide-orange-300\/100:focus>:not([hidden])~:not([hidden]){border-color:#f6cdc5}.focus\:divide-orange-400\/0:focus>:not([hidden])~:not([hidden]){border-color:#f2afa100}.focus\:divide-orange-400\/5:focus>:not([hidden])~:not([hidden]){border-color:#f2afa10d}.focus\:divide-orange-400\/10:focus>:not([hidden])~:not([hidden]){border-color:#f2afa11a}.focus\:divide-orange-400\/20:focus>:not([hidden])~:not([hidden]){border-color:#f2afa133}.focus\:divide-orange-400\/25:focus>:not([hidden])~:not([hidden]){border-color:#f2afa140}.focus\:divide-orange-400\/30:focus>:not([hidden])~:not([hidden]){border-color:#f2afa14d}.focus\:divide-orange-400\/40:focus>:not([hidden])~:not([hidden]){border-color:#f2afa166}.focus\:divide-orange-400\/50:focus>:not([hidden])~:not([hidden]){border-color:#f2afa180}.focus\:divide-orange-400\/60:focus>:not([hidden])~:not([hidden]){border-color:#f2afa199}.focus\:divide-orange-400\/70:focus>:not([hidden])~:not([hidden]){border-color:#f2afa1b3}.focus\:divide-orange-400\/75:focus>:not([hidden])~:not([hidden]){border-color:#f2afa1bf}.focus\:divide-orange-400\/80:focus>:not([hidden])~:not([hidden]){border-color:#f2afa1cc}.focus\:divide-orange-400\/90:focus>:not([hidden])~:not([hidden]){border-color:#f2afa1e6}.focus\:divide-orange-400\/95:focus>:not([hidden])~:not([hidden]){border-color:#f2afa1f2}.focus\:divide-orange-400\/100:focus>:not([hidden])~:not([hidden]){border-color:#f2afa1}.focus\:divide-orange-500\/0:focus>:not([hidden])~:not([hidden]){border-color:#ee8a7200}.focus\:divide-orange-500\/5:focus>:not([hidden])~:not([hidden]){border-color:#ee8a720d}.focus\:divide-orange-500\/10:focus>:not([hidden])~:not([hidden]){border-color:#ee8a721a}.focus\:divide-orange-500\/20:focus>:not([hidden])~:not([hidden]){border-color:#ee8a7233}.focus\:divide-orange-500\/25:focus>:not([hidden])~:not([hidden]){border-color:#ee8a7240}.focus\:divide-orange-500\/30:focus>:not([hidden])~:not([hidden]){border-color:#ee8a724d}.focus\:divide-orange-500\/40:focus>:not([hidden])~:not([hidden]){border-color:#ee8a7266}.focus\:divide-orange-500\/50:focus>:not([hidden])~:not([hidden]){border-color:#ee8a7280}.focus\:divide-orange-500\/60:focus>:not([hidden])~:not([hidden]){border-color:#ee8a7299}.focus\:divide-orange-500\/70:focus>:not([hidden])~:not([hidden]){border-color:#ee8a72b3}.focus\:divide-orange-500\/75:focus>:not([hidden])~:not([hidden]){border-color:#ee8a72bf}.focus\:divide-orange-500\/80:focus>:not([hidden])~:not([hidden]){border-color:#ee8a72cc}.focus\:divide-orange-500\/90:focus>:not([hidden])~:not([hidden]){border-color:#ee8a72e6}.focus\:divide-orange-500\/95:focus>:not([hidden])~:not([hidden]){border-color:#ee8a72f2}.focus\:divide-orange-500\/100:focus>:not([hidden])~:not([hidden]){border-color:#ee8a72}.focus\:divide-orange-600\/0:focus>:not([hidden])~:not([hidden]){border-color:#ea580c00}.focus\:divide-orange-600\/5:focus>:not([hidden])~:not([hidden]){border-color:#ea580c0d}.focus\:divide-orange-600\/10:focus>:not([hidden])~:not([hidden]){border-color:#ea580c1a}.focus\:divide-orange-600\/20:focus>:not([hidden])~:not([hidden]){border-color:#ea580c33}.focus\:divide-orange-600\/25:focus>:not([hidden])~:not([hidden]){border-color:#ea580c40}.focus\:divide-orange-600\/30:focus>:not([hidden])~:not([hidden]){border-color:#ea580c4d}.focus\:divide-orange-600\/40:focus>:not([hidden])~:not([hidden]){border-color:#ea580c66}.focus\:divide-orange-600\/50:focus>:not([hidden])~:not([hidden]){border-color:#ea580c80}.focus\:divide-orange-600\/60:focus>:not([hidden])~:not([hidden]){border-color:#ea580c99}.focus\:divide-orange-600\/70:focus>:not([hidden])~:not([hidden]){border-color:#ea580cb3}.focus\:divide-orange-600\/75:focus>:not([hidden])~:not([hidden]){border-color:#ea580cbf}.focus\:divide-orange-600\/80:focus>:not([hidden])~:not([hidden]){border-color:#ea580ccc}.focus\:divide-orange-600\/90:focus>:not([hidden])~:not([hidden]){border-color:#ea580ce6}.focus\:divide-orange-600\/95:focus>:not([hidden])~:not([hidden]){border-color:#ea580cf2}.focus\:divide-orange-600\/100:focus>:not([hidden])~:not([hidden]){border-color:#ea580c}.focus\:divide-orange-700\/0:focus>:not([hidden])~:not([hidden]){border-color:#d14e0a00}.focus\:divide-orange-700\/5:focus>:not([hidden])~:not([hidden]){border-color:#d14e0a0d}.focus\:divide-orange-700\/10:focus>:not([hidden])~:not([hidden]){border-color:#d14e0a1a}.focus\:divide-orange-700\/20:focus>:not([hidden])~:not([hidden]){border-color:#d14e0a33}.focus\:divide-orange-700\/25:focus>:not([hidden])~:not([hidden]){border-color:#d14e0a40}.focus\:divide-orange-700\/30:focus>:not([hidden])~:not([hidden]){border-color:#d14e0a4d}.focus\:divide-orange-700\/40:focus>:not([hidden])~:not([hidden]){border-color:#d14e0a66}.focus\:divide-orange-700\/50:focus>:not([hidden])~:not([hidden]){border-color:#d14e0a80}.focus\:divide-orange-700\/60:focus>:not([hidden])~:not([hidden]){border-color:#d14e0a99}.focus\:divide-orange-700\/70:focus>:not([hidden])~:not([hidden]){border-color:#d14e0ab3}.focus\:divide-orange-700\/75:focus>:not([hidden])~:not([hidden]){border-color:#d14e0abf}.focus\:divide-orange-700\/80:focus>:not([hidden])~:not([hidden]){border-color:#d14e0acc}.focus\:divide-orange-700\/90:focus>:not([hidden])~:not([hidden]){border-color:#d14e0ae6}.focus\:divide-orange-700\/95:focus>:not([hidden])~:not([hidden]){border-color:#d14e0af2}.focus\:divide-orange-700\/100:focus>:not([hidden])~:not([hidden]){border-color:#d14e0a}.focus\:divide-orange-800\/0:focus>:not([hidden])~:not([hidden]){border-color:#b5440900}.focus\:divide-orange-800\/5:focus>:not([hidden])~:not([hidden]){border-color:#b544090d}.focus\:divide-orange-800\/10:focus>:not([hidden])~:not([hidden]){border-color:#b544091a}.focus\:divide-orange-800\/20:focus>:not([hidden])~:not([hidden]){border-color:#b5440933}.focus\:divide-orange-800\/25:focus>:not([hidden])~:not([hidden]){border-color:#b5440940}.focus\:divide-orange-800\/30:focus>:not([hidden])~:not([hidden]){border-color:#b544094d}.focus\:divide-orange-800\/40:focus>:not([hidden])~:not([hidden]){border-color:#b5440966}.focus\:divide-orange-800\/50:focus>:not([hidden])~:not([hidden]){border-color:#b5440980}.focus\:divide-orange-800\/60:focus>:not([hidden])~:not([hidden]){border-color:#b5440999}.focus\:divide-orange-800\/70:focus>:not([hidden])~:not([hidden]){border-color:#b54409b3}.focus\:divide-orange-800\/75:focus>:not([hidden])~:not([hidden]){border-color:#b54409bf}.focus\:divide-orange-800\/80:focus>:not([hidden])~:not([hidden]){border-color:#b54409cc}.focus\:divide-orange-800\/90:focus>:not([hidden])~:not([hidden]){border-color:#b54409e6}.focus\:divide-orange-800\/95:focus>:not([hidden])~:not([hidden]){border-color:#b54409f2}.focus\:divide-orange-800\/100:focus>:not([hidden])~:not([hidden]){border-color:#b54409}.focus\:divide-orange-900\/0:focus>:not([hidden])~:not([hidden]){border-color:#93370700}.focus\:divide-orange-900\/5:focus>:not([hidden])~:not([hidden]){border-color:#9337070d}.focus\:divide-orange-900\/10:focus>:not([hidden])~:not([hidden]){border-color:#9337071a}.focus\:divide-orange-900\/20:focus>:not([hidden])~:not([hidden]){border-color:#93370733}.focus\:divide-orange-900\/25:focus>:not([hidden])~:not([hidden]){border-color:#93370740}.focus\:divide-orange-900\/30:focus>:not([hidden])~:not([hidden]){border-color:#9337074d}.focus\:divide-orange-900\/40:focus>:not([hidden])~:not([hidden]){border-color:#93370766}.focus\:divide-orange-900\/50:focus>:not([hidden])~:not([hidden]){border-color:#93370780}.focus\:divide-orange-900\/60:focus>:not([hidden])~:not([hidden]){border-color:#93370799}.focus\:divide-orange-900\/70:focus>:not([hidden])~:not([hidden]){border-color:#933707b3}.focus\:divide-orange-900\/75:focus>:not([hidden])~:not([hidden]){border-color:#933707bf}.focus\:divide-orange-900\/80:focus>:not([hidden])~:not([hidden]){border-color:#933707cc}.focus\:divide-orange-900\/90:focus>:not([hidden])~:not([hidden]){border-color:#933707e6}.focus\:divide-orange-900\/95:focus>:not([hidden])~:not([hidden]){border-color:#933707f2}.focus\:divide-orange-900\/100:focus>:not([hidden])~:not([hidden]){border-color:#933707}.focus\:divide-yellow-50\/0:focus>:not([hidden])~:not([hidden]){border-color:#fefce800}.focus\:divide-yellow-50\/5:focus>:not([hidden])~:not([hidden]){border-color:#fefce80d}.focus\:divide-yellow-50\/10:focus>:not([hidden])~:not([hidden]){border-color:#fefce81a}.focus\:divide-yellow-50\/20:focus>:not([hidden])~:not([hidden]){border-color:#fefce833}.focus\:divide-yellow-50\/25:focus>:not([hidden])~:not([hidden]){border-color:#fefce840}.focus\:divide-yellow-50\/30:focus>:not([hidden])~:not([hidden]){border-color:#fefce84d}.focus\:divide-yellow-50\/40:focus>:not([hidden])~:not([hidden]){border-color:#fefce866}.focus\:divide-yellow-50\/50:focus>:not([hidden])~:not([hidden]){border-color:#fefce880}.focus\:divide-yellow-50\/60:focus>:not([hidden])~:not([hidden]){border-color:#fefce899}.focus\:divide-yellow-50\/70:focus>:not([hidden])~:not([hidden]){border-color:#fefce8b3}.focus\:divide-yellow-50\/75:focus>:not([hidden])~:not([hidden]){border-color:#fefce8bf}.focus\:divide-yellow-50\/80:focus>:not([hidden])~:not([hidden]){border-color:#fefce8cc}.focus\:divide-yellow-50\/90:focus>:not([hidden])~:not([hidden]){border-color:#fefce8e6}.focus\:divide-yellow-50\/95:focus>:not([hidden])~:not([hidden]){border-color:#fefce8f2}.focus\:divide-yellow-50\/100:focus>:not([hidden])~:not([hidden]){border-color:#fefce8}.focus\:divide-yellow-100\/0:focus>:not([hidden])~:not([hidden]){border-color:#fef3c700}.focus\:divide-yellow-100\/5:focus>:not([hidden])~:not([hidden]){border-color:#fef3c70d}.focus\:divide-yellow-100\/10:focus>:not([hidden])~:not([hidden]){border-color:#fef3c71a}.focus\:divide-yellow-100\/20:focus>:not([hidden])~:not([hidden]){border-color:#fef3c733}.focus\:divide-yellow-100\/25:focus>:not([hidden])~:not([hidden]){border-color:#fef3c740}.focus\:divide-yellow-100\/30:focus>:not([hidden])~:not([hidden]){border-color:#fef3c74d}.focus\:divide-yellow-100\/40:focus>:not([hidden])~:not([hidden]){border-color:#fef3c766}.focus\:divide-yellow-100\/50:focus>:not([hidden])~:not([hidden]){border-color:#fef3c780}.focus\:divide-yellow-100\/60:focus>:not([hidden])~:not([hidden]){border-color:#fef3c799}.focus\:divide-yellow-100\/70:focus>:not([hidden])~:not([hidden]){border-color:#fef3c7b3}.focus\:divide-yellow-100\/75:focus>:not([hidden])~:not([hidden]){border-color:#fef3c7bf}.focus\:divide-yellow-100\/80:focus>:not([hidden])~:not([hidden]){border-color:#fef3c7cc}.focus\:divide-yellow-100\/90:focus>:not([hidden])~:not([hidden]){border-color:#fef3c7e6}.focus\:divide-yellow-100\/95:focus>:not([hidden])~:not([hidden]){border-color:#fef3c7f2}.focus\:divide-yellow-100\/100:focus>:not([hidden])~:not([hidden]){border-color:#fef3c7}.focus\:divide-yellow-200\/0:focus>:not([hidden])~:not([hidden]){border-color:#fde68a00}.focus\:divide-yellow-200\/5:focus>:not([hidden])~:not([hidden]){border-color:#fde68a0d}.focus\:divide-yellow-200\/10:focus>:not([hidden])~:not([hidden]){border-color:#fde68a1a}.focus\:divide-yellow-200\/20:focus>:not([hidden])~:not([hidden]){border-color:#fde68a33}.focus\:divide-yellow-200\/25:focus>:not([hidden])~:not([hidden]){border-color:#fde68a40}.focus\:divide-yellow-200\/30:focus>:not([hidden])~:not([hidden]){border-color:#fde68a4d}.focus\:divide-yellow-200\/40:focus>:not([hidden])~:not([hidden]){border-color:#fde68a66}.focus\:divide-yellow-200\/50:focus>:not([hidden])~:not([hidden]){border-color:#fde68a80}.focus\:divide-yellow-200\/60:focus>:not([hidden])~:not([hidden]){border-color:#fde68a99}.focus\:divide-yellow-200\/70:focus>:not([hidden])~:not([hidden]){border-color:#fde68ab3}.focus\:divide-yellow-200\/75:focus>:not([hidden])~:not([hidden]){border-color:#fde68abf}.focus\:divide-yellow-200\/80:focus>:not([hidden])~:not([hidden]){border-color:#fde68acc}.focus\:divide-yellow-200\/90:focus>:not([hidden])~:not([hidden]){border-color:#fde68ae6}.focus\:divide-yellow-200\/95:focus>:not([hidden])~:not([hidden]){border-color:#fde68af2}.focus\:divide-yellow-200\/100:focus>:not([hidden])~:not([hidden]){border-color:#fde68a}.focus\:divide-yellow-300\/0:focus>:not([hidden])~:not([hidden]){border-color:#fcd34d00}.focus\:divide-yellow-300\/5:focus>:not([hidden])~:not([hidden]){border-color:#fcd34d0d}.focus\:divide-yellow-300\/10:focus>:not([hidden])~:not([hidden]){border-color:#fcd34d1a}.focus\:divide-yellow-300\/20:focus>:not([hidden])~:not([hidden]){border-color:#fcd34d33}.focus\:divide-yellow-300\/25:focus>:not([hidden])~:not([hidden]){border-color:#fcd34d40}.focus\:divide-yellow-300\/30:focus>:not([hidden])~:not([hidden]){border-color:#fcd34d4d}.focus\:divide-yellow-300\/40:focus>:not([hidden])~:not([hidden]){border-color:#fcd34d66}.focus\:divide-yellow-300\/50:focus>:not([hidden])~:not([hidden]){border-color:#fcd34d80}.focus\:divide-yellow-300\/60:focus>:not([hidden])~:not([hidden]){border-color:#fcd34d99}.focus\:divide-yellow-300\/70:focus>:not([hidden])~:not([hidden]){border-color:#fcd34db3}.focus\:divide-yellow-300\/75:focus>:not([hidden])~:not([hidden]){border-color:#fcd34dbf}.focus\:divide-yellow-300\/80:focus>:not([hidden])~:not([hidden]){border-color:#fcd34dcc}.focus\:divide-yellow-300\/90:focus>:not([hidden])~:not([hidden]){border-color:#fcd34de6}.focus\:divide-yellow-300\/95:focus>:not([hidden])~:not([hidden]){border-color:#fcd34df2}.focus\:divide-yellow-300\/100:focus>:not([hidden])~:not([hidden]){border-color:#fcd34d}.focus\:divide-yellow-400\/0:focus>:not([hidden])~:not([hidden]){border-color:#fbbf2400}.focus\:divide-yellow-400\/5:focus>:not([hidden])~:not([hidden]){border-color:#fbbf240d}.focus\:divide-yellow-400\/10:focus>:not([hidden])~:not([hidden]){border-color:#fbbf241a}.focus\:divide-yellow-400\/20:focus>:not([hidden])~:not([hidden]){border-color:#fbbf2433}.focus\:divide-yellow-400\/25:focus>:not([hidden])~:not([hidden]){border-color:#fbbf2440}.focus\:divide-yellow-400\/30:focus>:not([hidden])~:not([hidden]){border-color:#fbbf244d}.focus\:divide-yellow-400\/40:focus>:not([hidden])~:not([hidden]){border-color:#fbbf2466}.focus\:divide-yellow-400\/50:focus>:not([hidden])~:not([hidden]){border-color:#fbbf2480}.focus\:divide-yellow-400\/60:focus>:not([hidden])~:not([hidden]){border-color:#fbbf2499}.focus\:divide-yellow-400\/70:focus>:not([hidden])~:not([hidden]){border-color:#fbbf24b3}.focus\:divide-yellow-400\/75:focus>:not([hidden])~:not([hidden]){border-color:#fbbf24bf}.focus\:divide-yellow-400\/80:focus>:not([hidden])~:not([hidden]){border-color:#fbbf24cc}.focus\:divide-yellow-400\/90:focus>:not([hidden])~:not([hidden]){border-color:#fbbf24e6}.focus\:divide-yellow-400\/95:focus>:not([hidden])~:not([hidden]){border-color:#fbbf24f2}.focus\:divide-yellow-400\/100:focus>:not([hidden])~:not([hidden]){border-color:#fbbf24}.focus\:divide-yellow-500\/0:focus>:not([hidden])~:not([hidden]){border-color:#eab30800}.focus\:divide-yellow-500\/5:focus>:not([hidden])~:not([hidden]){border-color:#eab3080d}.focus\:divide-yellow-500\/10:focus>:not([hidden])~:not([hidden]){border-color:#eab3081a}.focus\:divide-yellow-500\/20:focus>:not([hidden])~:not([hidden]){border-color:#eab30833}.focus\:divide-yellow-500\/25:focus>:not([hidden])~:not([hidden]){border-color:#eab30840}.focus\:divide-yellow-500\/30:focus>:not([hidden])~:not([hidden]){border-color:#eab3084d}.focus\:divide-yellow-500\/40:focus>:not([hidden])~:not([hidden]){border-color:#eab30866}.focus\:divide-yellow-500\/50:focus>:not([hidden])~:not([hidden]){border-color:#eab30880}.focus\:divide-yellow-500\/60:focus>:not([hidden])~:not([hidden]){border-color:#eab30899}.focus\:divide-yellow-500\/70:focus>:not([hidden])~:not([hidden]){border-color:#eab308b3}.focus\:divide-yellow-500\/75:focus>:not([hidden])~:not([hidden]){border-color:#eab308bf}.focus\:divide-yellow-500\/80:focus>:not([hidden])~:not([hidden]){border-color:#eab308cc}.focus\:divide-yellow-500\/90:focus>:not([hidden])~:not([hidden]){border-color:#eab308e6}.focus\:divide-yellow-500\/95:focus>:not([hidden])~:not([hidden]){border-color:#eab308f2}.focus\:divide-yellow-500\/100:focus>:not([hidden])~:not([hidden]){border-color:#eab308}.focus\:divide-yellow-600\/0:focus>:not([hidden])~:not([hidden]){border-color:#d9770600}.focus\:divide-yellow-600\/5:focus>:not([hidden])~:not([hidden]){border-color:#d977060d}.focus\:divide-yellow-600\/10:focus>:not([hidden])~:not([hidden]){border-color:#d977061a}.focus\:divide-yellow-600\/20:focus>:not([hidden])~:not([hidden]){border-color:#d9770633}.focus\:divide-yellow-600\/25:focus>:not([hidden])~:not([hidden]){border-color:#d9770640}.focus\:divide-yellow-600\/30:focus>:not([hidden])~:not([hidden]){border-color:#d977064d}.focus\:divide-yellow-600\/40:focus>:not([hidden])~:not([hidden]){border-color:#d9770666}.focus\:divide-yellow-600\/50:focus>:not([hidden])~:not([hidden]){border-color:#d9770680}.focus\:divide-yellow-600\/60:focus>:not([hidden])~:not([hidden]){border-color:#d9770699}.focus\:divide-yellow-600\/70:focus>:not([hidden])~:not([hidden]){border-color:#d97706b3}.focus\:divide-yellow-600\/75:focus>:not([hidden])~:not([hidden]){border-color:#d97706bf}.focus\:divide-yellow-600\/80:focus>:not([hidden])~:not([hidden]){border-color:#d97706cc}.focus\:divide-yellow-600\/90:focus>:not([hidden])~:not([hidden]){border-color:#d97706e6}.focus\:divide-yellow-600\/95:focus>:not([hidden])~:not([hidden]){border-color:#d97706f2}.focus\:divide-yellow-600\/100:focus>:not([hidden])~:not([hidden]){border-color:#d97706}.focus\:divide-yellow-700\/0:focus>:not([hidden])~:not([hidden]){border-color:#b4530900}.focus\:divide-yellow-700\/5:focus>:not([hidden])~:not([hidden]){border-color:#b453090d}.focus\:divide-yellow-700\/10:focus>:not([hidden])~:not([hidden]){border-color:#b453091a}.focus\:divide-yellow-700\/20:focus>:not([hidden])~:not([hidden]){border-color:#b4530933}.focus\:divide-yellow-700\/25:focus>:not([hidden])~:not([hidden]){border-color:#b4530940}.focus\:divide-yellow-700\/30:focus>:not([hidden])~:not([hidden]){border-color:#b453094d}.focus\:divide-yellow-700\/40:focus>:not([hidden])~:not([hidden]){border-color:#b4530966}.focus\:divide-yellow-700\/50:focus>:not([hidden])~:not([hidden]){border-color:#b4530980}.focus\:divide-yellow-700\/60:focus>:not([hidden])~:not([hidden]){border-color:#b4530999}.focus\:divide-yellow-700\/70:focus>:not([hidden])~:not([hidden]){border-color:#b45309b3}.focus\:divide-yellow-700\/75:focus>:not([hidden])~:not([hidden]){border-color:#b45309bf}.focus\:divide-yellow-700\/80:focus>:not([hidden])~:not([hidden]){border-color:#b45309cc}.focus\:divide-yellow-700\/90:focus>:not([hidden])~:not([hidden]){border-color:#b45309e6}.focus\:divide-yellow-700\/95:focus>:not([hidden])~:not([hidden]){border-color:#b45309f2}.focus\:divide-yellow-700\/100:focus>:not([hidden])~:not([hidden]){border-color:#b45309}.focus\:divide-yellow-800\/0:focus>:not([hidden])~:not([hidden]){border-color:#92400e00}.focus\:divide-yellow-800\/5:focus>:not([hidden])~:not([hidden]){border-color:#92400e0d}.focus\:divide-yellow-800\/10:focus>:not([hidden])~:not([hidden]){border-color:#92400e1a}.focus\:divide-yellow-800\/20:focus>:not([hidden])~:not([hidden]){border-color:#92400e33}.focus\:divide-yellow-800\/25:focus>:not([hidden])~:not([hidden]){border-color:#92400e40}.focus\:divide-yellow-800\/30:focus>:not([hidden])~:not([hidden]){border-color:#92400e4d}.focus\:divide-yellow-800\/40:focus>:not([hidden])~:not([hidden]){border-color:#92400e66}.focus\:divide-yellow-800\/50:focus>:not([hidden])~:not([hidden]){border-color:#92400e80}.focus\:divide-yellow-800\/60:focus>:not([hidden])~:not([hidden]){border-color:#92400e99}.focus\:divide-yellow-800\/70:focus>:not([hidden])~:not([hidden]){border-color:#92400eb3}.focus\:divide-yellow-800\/75:focus>:not([hidden])~:not([hidden]){border-color:#92400ebf}.focus\:divide-yellow-800\/80:focus>:not([hidden])~:not([hidden]){border-color:#92400ecc}.focus\:divide-yellow-800\/90:focus>:not([hidden])~:not([hidden]){border-color:#92400ee6}.focus\:divide-yellow-800\/95:focus>:not([hidden])~:not([hidden]){border-color:#92400ef2}.focus\:divide-yellow-800\/100:focus>:not([hidden])~:not([hidden]){border-color:#92400e}.focus\:divide-yellow-900\/0:focus>:not([hidden])~:not([hidden]){border-color:#78350f00}.focus\:divide-yellow-900\/5:focus>:not([hidden])~:not([hidden]){border-color:#78350f0d}.focus\:divide-yellow-900\/10:focus>:not([hidden])~:not([hidden]){border-color:#78350f1a}.focus\:divide-yellow-900\/20:focus>:not([hidden])~:not([hidden]){border-color:#78350f33}.focus\:divide-yellow-900\/25:focus>:not([hidden])~:not([hidden]){border-color:#78350f40}.focus\:divide-yellow-900\/30:focus>:not([hidden])~:not([hidden]){border-color:#78350f4d}.focus\:divide-yellow-900\/40:focus>:not([hidden])~:not([hidden]){border-color:#78350f66}.focus\:divide-yellow-900\/50:focus>:not([hidden])~:not([hidden]){border-color:#78350f80}.focus\:divide-yellow-900\/60:focus>:not([hidden])~:not([hidden]){border-color:#78350f99}.focus\:divide-yellow-900\/70:focus>:not([hidden])~:not([hidden]){border-color:#78350fb3}.focus\:divide-yellow-900\/75:focus>:not([hidden])~:not([hidden]){border-color:#78350fbf}.focus\:divide-yellow-900\/80:focus>:not([hidden])~:not([hidden]){border-color:#78350fcc}.focus\:divide-yellow-900\/90:focus>:not([hidden])~:not([hidden]){border-color:#78350fe6}.focus\:divide-yellow-900\/95:focus>:not([hidden])~:not([hidden]){border-color:#78350ff2}.focus\:divide-yellow-900\/100:focus>:not([hidden])~:not([hidden]){border-color:#78350f}.focus\:divide-green-50\/0:focus>:not([hidden])~:not([hidden]){border-color:#f0fdf400}.focus\:divide-green-50\/5:focus>:not([hidden])~:not([hidden]){border-color:#f0fdf40d}.focus\:divide-green-50\/10:focus>:not([hidden])~:not([hidden]){border-color:#f0fdf41a}.focus\:divide-green-50\/20:focus>:not([hidden])~:not([hidden]){border-color:#f0fdf433}.focus\:divide-green-50\/25:focus>:not([hidden])~:not([hidden]){border-color:#f0fdf440}.focus\:divide-green-50\/30:focus>:not([hidden])~:not([hidden]){border-color:#f0fdf44d}.focus\:divide-green-50\/40:focus>:not([hidden])~:not([hidden]){border-color:#f0fdf466}.focus\:divide-green-50\/50:focus>:not([hidden])~:not([hidden]){border-color:#f0fdf480}.focus\:divide-green-50\/60:focus>:not([hidden])~:not([hidden]){border-color:#f0fdf499}.focus\:divide-green-50\/70:focus>:not([hidden])~:not([hidden]){border-color:#f0fdf4b3}.focus\:divide-green-50\/75:focus>:not([hidden])~:not([hidden]){border-color:#f0fdf4bf}.focus\:divide-green-50\/80:focus>:not([hidden])~:not([hidden]){border-color:#f0fdf4cc}.focus\:divide-green-50\/90:focus>:not([hidden])~:not([hidden]){border-color:#f0fdf4e6}.focus\:divide-green-50\/95:focus>:not([hidden])~:not([hidden]){border-color:#f0fdf4f2}.focus\:divide-green-50\/100:focus>:not([hidden])~:not([hidden]){border-color:#f0fdf4}.focus\:divide-green-100\/0:focus>:not([hidden])~:not([hidden]){border-color:#f2faf600}.focus\:divide-green-100\/5:focus>:not([hidden])~:not([hidden]){border-color:#f2faf60d}.focus\:divide-green-100\/10:focus>:not([hidden])~:not([hidden]){border-color:#f2faf61a}.focus\:divide-green-100\/20:focus>:not([hidden])~:not([hidden]){border-color:#f2faf633}.focus\:divide-green-100\/25:focus>:not([hidden])~:not([hidden]){border-color:#f2faf640}.focus\:divide-green-100\/30:focus>:not([hidden])~:not([hidden]){border-color:#f2faf64d}.focus\:divide-green-100\/40:focus>:not([hidden])~:not([hidden]){border-color:#f2faf666}.focus\:divide-green-100\/50:focus>:not([hidden])~:not([hidden]){border-color:#f2faf680}.focus\:divide-green-100\/60:focus>:not([hidden])~:not([hidden]){border-color:#f2faf699}.focus\:divide-green-100\/70:focus>:not([hidden])~:not([hidden]){border-color:#f2faf6b3}.focus\:divide-green-100\/75:focus>:not([hidden])~:not([hidden]){border-color:#f2faf6bf}.focus\:divide-green-100\/80:focus>:not([hidden])~:not([hidden]){border-color:#f2faf6cc}.focus\:divide-green-100\/90:focus>:not([hidden])~:not([hidden]){border-color:#f2faf6e6}.focus\:divide-green-100\/95:focus>:not([hidden])~:not([hidden]){border-color:#f2faf6f2}.focus\:divide-green-100\/100:focus>:not([hidden])~:not([hidden]){border-color:#f2faf6}.focus\:divide-green-200\/0:focus>:not([hidden])~:not([hidden]){border-color:#e5f6ee00}.focus\:divide-green-200\/5:focus>:not([hidden])~:not([hidden]){border-color:#e5f6ee0d}.focus\:divide-green-200\/10:focus>:not([hidden])~:not([hidden]){border-color:#e5f6ee1a}.focus\:divide-green-200\/20:focus>:not([hidden])~:not([hidden]){border-color:#e5f6ee33}.focus\:divide-green-200\/25:focus>:not([hidden])~:not([hidden]){border-color:#e5f6ee40}.focus\:divide-green-200\/30:focus>:not([hidden])~:not([hidden]){border-color:#e5f6ee4d}.focus\:divide-green-200\/40:focus>:not([hidden])~:not([hidden]){border-color:#e5f6ee66}.focus\:divide-green-200\/50:focus>:not([hidden])~:not([hidden]){border-color:#e5f6ee80}.focus\:divide-green-200\/60:focus>:not([hidden])~:not([hidden]){border-color:#e5f6ee99}.focus\:divide-green-200\/70:focus>:not([hidden])~:not([hidden]){border-color:#e5f6eeb3}.focus\:divide-green-200\/75:focus>:not([hidden])~:not([hidden]){border-color:#e5f6eebf}.focus\:divide-green-200\/80:focus>:not([hidden])~:not([hidden]){border-color:#e5f6eecc}.focus\:divide-green-200\/90:focus>:not([hidden])~:not([hidden]){border-color:#e5f6eee6}.focus\:divide-green-200\/95:focus>:not([hidden])~:not([hidden]){border-color:#e5f6eef2}.focus\:divide-green-200\/100:focus>:not([hidden])~:not([hidden]){border-color:#e5f6ee}.focus\:divide-green-300\/0:focus>:not([hidden])~:not([hidden]){border-color:#c8eedb00}.focus\:divide-green-300\/5:focus>:not([hidden])~:not([hidden]){border-color:#c8eedb0d}.focus\:divide-green-300\/10:focus>:not([hidden])~:not([hidden]){border-color:#c8eedb1a}.focus\:divide-green-300\/20:focus>:not([hidden])~:not([hidden]){border-color:#c8eedb33}.focus\:divide-green-300\/25:focus>:not([hidden])~:not([hidden]){border-color:#c8eedb40}.focus\:divide-green-300\/30:focus>:not([hidden])~:not([hidden]){border-color:#c8eedb4d}.focus\:divide-green-300\/40:focus>:not([hidden])~:not([hidden]){border-color:#c8eedb66}.focus\:divide-green-300\/50:focus>:not([hidden])~:not([hidden]){border-color:#c8eedb80}.focus\:divide-green-300\/60:focus>:not([hidden])~:not([hidden]){border-color:#c8eedb99}.focus\:divide-green-300\/70:focus>:not([hidden])~:not([hidden]){border-color:#c8eedbb3}.focus\:divide-green-300\/75:focus>:not([hidden])~:not([hidden]){border-color:#c8eedbbf}.focus\:divide-green-300\/80:focus>:not([hidden])~:not([hidden]){border-color:#c8eedbcc}.focus\:divide-green-300\/90:focus>:not([hidden])~:not([hidden]){border-color:#c8eedbe6}.focus\:divide-green-300\/95:focus>:not([hidden])~:not([hidden]){border-color:#c8eedbf2}.focus\:divide-green-300\/100:focus>:not([hidden])~:not([hidden]){border-color:#c8eedb}.focus\:divide-green-400\/0:focus>:not([hidden])~:not([hidden]){border-color:#a6e5c800}.focus\:divide-green-400\/5:focus>:not([hidden])~:not([hidden]){border-color:#a6e5c80d}.focus\:divide-green-400\/10:focus>:not([hidden])~:not([hidden]){border-color:#a6e5c81a}.focus\:divide-green-400\/20:focus>:not([hidden])~:not([hidden]){border-color:#a6e5c833}.focus\:divide-green-400\/25:focus>:not([hidden])~:not([hidden]){border-color:#a6e5c840}.focus\:divide-green-400\/30:focus>:not([hidden])~:not([hidden]){border-color:#a6e5c84d}.focus\:divide-green-400\/40:focus>:not([hidden])~:not([hidden]){border-color:#a6e5c866}.focus\:divide-green-400\/50:focus>:not([hidden])~:not([hidden]){border-color:#a6e5c880}.focus\:divide-green-400\/60:focus>:not([hidden])~:not([hidden]){border-color:#a6e5c899}.focus\:divide-green-400\/70:focus>:not([hidden])~:not([hidden]){border-color:#a6e5c8b3}.focus\:divide-green-400\/75:focus>:not([hidden])~:not([hidden]){border-color:#a6e5c8bf}.focus\:divide-green-400\/80:focus>:not([hidden])~:not([hidden]){border-color:#a6e5c8cc}.focus\:divide-green-400\/90:focus>:not([hidden])~:not([hidden]){border-color:#a6e5c8e6}.focus\:divide-green-400\/95:focus>:not([hidden])~:not([hidden]){border-color:#a6e5c8f2}.focus\:divide-green-400\/100:focus>:not([hidden])~:not([hidden]){border-color:#a6e5c8}.focus\:divide-green-500\/0:focus>:not([hidden])~:not([hidden]){border-color:#7bdcb200}.focus\:divide-green-500\/5:focus>:not([hidden])~:not([hidden]){border-color:#7bdcb20d}.focus\:divide-green-500\/10:focus>:not([hidden])~:not([hidden]){border-color:#7bdcb21a}.focus\:divide-green-500\/20:focus>:not([hidden])~:not([hidden]){border-color:#7bdcb233}.focus\:divide-green-500\/25:focus>:not([hidden])~:not([hidden]){border-color:#7bdcb240}.focus\:divide-green-500\/30:focus>:not([hidden])~:not([hidden]){border-color:#7bdcb24d}.focus\:divide-green-500\/40:focus>:not([hidden])~:not([hidden]){border-color:#7bdcb266}.focus\:divide-green-500\/50:focus>:not([hidden])~:not([hidden]){border-color:#7bdcb280}.focus\:divide-green-500\/60:focus>:not([hidden])~:not([hidden]){border-color:#7bdcb299}.focus\:divide-green-500\/70:focus>:not([hidden])~:not([hidden]){border-color:#7bdcb2b3}.focus\:divide-green-500\/75:focus>:not([hidden])~:not([hidden]){border-color:#7bdcb2bf}.focus\:divide-green-500\/80:focus>:not([hidden])~:not([hidden]){border-color:#7bdcb2cc}.focus\:divide-green-500\/90:focus>:not([hidden])~:not([hidden]){border-color:#7bdcb2e6}.focus\:divide-green-500\/95:focus>:not([hidden])~:not([hidden]){border-color:#7bdcb2f2}.focus\:divide-green-500\/100:focus>:not([hidden])~:not([hidden]){border-color:#7bdcb2}.focus\:divide-green-600\/0:focus>:not([hidden])~:not([hidden]){border-color:#34d39900}.focus\:divide-green-600\/5:focus>:not([hidden])~:not([hidden]){border-color:#34d3990d}.focus\:divide-green-600\/10:focus>:not([hidden])~:not([hidden]){border-color:#34d3991a}.focus\:divide-green-600\/20:focus>:not([hidden])~:not([hidden]){border-color:#34d39933}.focus\:divide-green-600\/25:focus>:not([hidden])~:not([hidden]){border-color:#34d39940}.focus\:divide-green-600\/30:focus>:not([hidden])~:not([hidden]){border-color:#34d3994d}.focus\:divide-green-600\/40:focus>:not([hidden])~:not([hidden]){border-color:#34d39966}.focus\:divide-green-600\/50:focus>:not([hidden])~:not([hidden]){border-color:#34d39980}.focus\:divide-green-600\/60:focus>:not([hidden])~:not([hidden]){border-color:#34d39999}.focus\:divide-green-600\/70:focus>:not([hidden])~:not([hidden]){border-color:#34d399b3}.focus\:divide-green-600\/75:focus>:not([hidden])~:not([hidden]){border-color:#34d399bf}.focus\:divide-green-600\/80:focus>:not([hidden])~:not([hidden]){border-color:#34d399cc}.focus\:divide-green-600\/90:focus>:not([hidden])~:not([hidden]){border-color:#34d399e6}.focus\:divide-green-600\/95:focus>:not([hidden])~:not([hidden]){border-color:#34d399f2}.focus\:divide-green-600\/100:focus>:not([hidden])~:not([hidden]){border-color:#34d399}.focus\:divide-green-700\/0:focus>:not([hidden])~:not([hidden]){border-color:#2ebc8800}.focus\:divide-green-700\/5:focus>:not([hidden])~:not([hidden]){border-color:#2ebc880d}.focus\:divide-green-700\/10:focus>:not([hidden])~:not([hidden]){border-color:#2ebc881a}.focus\:divide-green-700\/20:focus>:not([hidden])~:not([hidden]){border-color:#2ebc8833}.focus\:divide-green-700\/25:focus>:not([hidden])~:not([hidden]){border-color:#2ebc8840}.focus\:divide-green-700\/30:focus>:not([hidden])~:not([hidden]){border-color:#2ebc884d}.focus\:divide-green-700\/40:focus>:not([hidden])~:not([hidden]){border-color:#2ebc8866}.focus\:divide-green-700\/50:focus>:not([hidden])~:not([hidden]){border-color:#2ebc8880}.focus\:divide-green-700\/60:focus>:not([hidden])~:not([hidden]){border-color:#2ebc8899}.focus\:divide-green-700\/70:focus>:not([hidden])~:not([hidden]){border-color:#2ebc88b3}.focus\:divide-green-700\/75:focus>:not([hidden])~:not([hidden]){border-color:#2ebc88bf}.focus\:divide-green-700\/80:focus>:not([hidden])~:not([hidden]){border-color:#2ebc88cc}.focus\:divide-green-700\/90:focus>:not([hidden])~:not([hidden]){border-color:#2ebc88e6}.focus\:divide-green-700\/95:focus>:not([hidden])~:not([hidden]){border-color:#2ebc88f2}.focus\:divide-green-700\/100:focus>:not([hidden])~:not([hidden]){border-color:#2ebc88}.focus\:divide-green-800\/0:focus>:not([hidden])~:not([hidden]){border-color:#28a37600}.focus\:divide-green-800\/5:focus>:not([hidden])~:not([hidden]){border-color:#28a3760d}.focus\:divide-green-800\/10:focus>:not([hidden])~:not([hidden]){border-color:#28a3761a}.focus\:divide-green-800\/20:focus>:not([hidden])~:not([hidden]){border-color:#28a37633}.focus\:divide-green-800\/25:focus>:not([hidden])~:not([hidden]){border-color:#28a37640}.focus\:divide-green-800\/30:focus>:not([hidden])~:not([hidden]){border-color:#28a3764d}.focus\:divide-green-800\/40:focus>:not([hidden])~:not([hidden]){border-color:#28a37666}.focus\:divide-green-800\/50:focus>:not([hidden])~:not([hidden]){border-color:#28a37680}.focus\:divide-green-800\/60:focus>:not([hidden])~:not([hidden]){border-color:#28a37699}.focus\:divide-green-800\/70:focus>:not([hidden])~:not([hidden]){border-color:#28a376b3}.focus\:divide-green-800\/75:focus>:not([hidden])~:not([hidden]){border-color:#28a376bf}.focus\:divide-green-800\/80:focus>:not([hidden])~:not([hidden]){border-color:#28a376cc}.focus\:divide-green-800\/90:focus>:not([hidden])~:not([hidden]){border-color:#28a376e6}.focus\:divide-green-800\/95:focus>:not([hidden])~:not([hidden]){border-color:#28a376f2}.focus\:divide-green-800\/100:focus>:not([hidden])~:not([hidden]){border-color:#28a376}.focus\:divide-green-900\/0:focus>:not([hidden])~:not([hidden]){border-color:#20856000}.focus\:divide-green-900\/5:focus>:not([hidden])~:not([hidden]){border-color:#2085600d}.focus\:divide-green-900\/10:focus>:not([hidden])~:not([hidden]){border-color:#2085601a}.focus\:divide-green-900\/20:focus>:not([hidden])~:not([hidden]){border-color:#20856033}.focus\:divide-green-900\/25:focus>:not([hidden])~:not([hidden]){border-color:#20856040}.focus\:divide-green-900\/30:focus>:not([hidden])~:not([hidden]){border-color:#2085604d}.focus\:divide-green-900\/40:focus>:not([hidden])~:not([hidden]){border-color:#20856066}.focus\:divide-green-900\/50:focus>:not([hidden])~:not([hidden]){border-color:#20856080}.focus\:divide-green-900\/60:focus>:not([hidden])~:not([hidden]){border-color:#20856099}.focus\:divide-green-900\/70:focus>:not([hidden])~:not([hidden]){border-color:#208560b3}.focus\:divide-green-900\/75:focus>:not([hidden])~:not([hidden]){border-color:#208560bf}.focus\:divide-green-900\/80:focus>:not([hidden])~:not([hidden]){border-color:#208560cc}.focus\:divide-green-900\/90:focus>:not([hidden])~:not([hidden]){border-color:#208560e6}.focus\:divide-green-900\/95:focus>:not([hidden])~:not([hidden]){border-color:#208560f2}.focus\:divide-green-900\/100:focus>:not([hidden])~:not([hidden]){border-color:#208560}.focus\:divide-emerald-50\/0:focus>:not([hidden])~:not([hidden]){border-color:#ecfdf500}.focus\:divide-emerald-50\/5:focus>:not([hidden])~:not([hidden]){border-color:#ecfdf50d}.focus\:divide-emerald-50\/10:focus>:not([hidden])~:not([hidden]){border-color:#ecfdf51a}.focus\:divide-emerald-50\/20:focus>:not([hidden])~:not([hidden]){border-color:#ecfdf533}.focus\:divide-emerald-50\/25:focus>:not([hidden])~:not([hidden]){border-color:#ecfdf540}.focus\:divide-emerald-50\/30:focus>:not([hidden])~:not([hidden]){border-color:#ecfdf54d}.focus\:divide-emerald-50\/40:focus>:not([hidden])~:not([hidden]){border-color:#ecfdf566}.focus\:divide-emerald-50\/50:focus>:not([hidden])~:not([hidden]){border-color:#ecfdf580}.focus\:divide-emerald-50\/60:focus>:not([hidden])~:not([hidden]){border-color:#ecfdf599}.focus\:divide-emerald-50\/70:focus>:not([hidden])~:not([hidden]){border-color:#ecfdf5b3}.focus\:divide-emerald-50\/75:focus>:not([hidden])~:not([hidden]){border-color:#ecfdf5bf}.focus\:divide-emerald-50\/80:focus>:not([hidden])~:not([hidden]){border-color:#ecfdf5cc}.focus\:divide-emerald-50\/90:focus>:not([hidden])~:not([hidden]){border-color:#ecfdf5e6}.focus\:divide-emerald-50\/95:focus>:not([hidden])~:not([hidden]){border-color:#ecfdf5f2}.focus\:divide-emerald-50\/100:focus>:not([hidden])~:not([hidden]){border-color:#ecfdf5}.focus\:divide-emerald-100\/0:focus>:not([hidden])~:not([hidden]){border-color:#d1fae500}.focus\:divide-emerald-100\/5:focus>:not([hidden])~:not([hidden]){border-color:#d1fae50d}.focus\:divide-emerald-100\/10:focus>:not([hidden])~:not([hidden]){border-color:#d1fae51a}.focus\:divide-emerald-100\/20:focus>:not([hidden])~:not([hidden]){border-color:#d1fae533}.focus\:divide-emerald-100\/25:focus>:not([hidden])~:not([hidden]){border-color:#d1fae540}.focus\:divide-emerald-100\/30:focus>:not([hidden])~:not([hidden]){border-color:#d1fae54d}.focus\:divide-emerald-100\/40:focus>:not([hidden])~:not([hidden]){border-color:#d1fae566}.focus\:divide-emerald-100\/50:focus>:not([hidden])~:not([hidden]){border-color:#d1fae580}.focus\:divide-emerald-100\/60:focus>:not([hidden])~:not([hidden]){border-color:#d1fae599}.focus\:divide-emerald-100\/70:focus>:not([hidden])~:not([hidden]){border-color:#d1fae5b3}.focus\:divide-emerald-100\/75:focus>:not([hidden])~:not([hidden]){border-color:#d1fae5bf}.focus\:divide-emerald-100\/80:focus>:not([hidden])~:not([hidden]){border-color:#d1fae5cc}.focus\:divide-emerald-100\/90:focus>:not([hidden])~:not([hidden]){border-color:#d1fae5e6}.focus\:divide-emerald-100\/95:focus>:not([hidden])~:not([hidden]){border-color:#d1fae5f2}.focus\:divide-emerald-100\/100:focus>:not([hidden])~:not([hidden]){border-color:#d1fae5}.focus\:divide-emerald-200\/0:focus>:not([hidden])~:not([hidden]){border-color:#a7f3d000}.focus\:divide-emerald-200\/5:focus>:not([hidden])~:not([hidden]){border-color:#a7f3d00d}.focus\:divide-emerald-200\/10:focus>:not([hidden])~:not([hidden]){border-color:#a7f3d01a}.focus\:divide-emerald-200\/20:focus>:not([hidden])~:not([hidden]){border-color:#a7f3d033}.focus\:divide-emerald-200\/25:focus>:not([hidden])~:not([hidden]){border-color:#a7f3d040}.focus\:divide-emerald-200\/30:focus>:not([hidden])~:not([hidden]){border-color:#a7f3d04d}.focus\:divide-emerald-200\/40:focus>:not([hidden])~:not([hidden]){border-color:#a7f3d066}.focus\:divide-emerald-200\/50:focus>:not([hidden])~:not([hidden]){border-color:#a7f3d080}.focus\:divide-emerald-200\/60:focus>:not([hidden])~:not([hidden]){border-color:#a7f3d099}.focus\:divide-emerald-200\/70:focus>:not([hidden])~:not([hidden]){border-color:#a7f3d0b3}.focus\:divide-emerald-200\/75:focus>:not([hidden])~:not([hidden]){border-color:#a7f3d0bf}.focus\:divide-emerald-200\/80:focus>:not([hidden])~:not([hidden]){border-color:#a7f3d0cc}.focus\:divide-emerald-200\/90:focus>:not([hidden])~:not([hidden]){border-color:#a7f3d0e6}.focus\:divide-emerald-200\/95:focus>:not([hidden])~:not([hidden]){border-color:#a7f3d0f2}.focus\:divide-emerald-200\/100:focus>:not([hidden])~:not([hidden]){border-color:#a7f3d0}.focus\:divide-emerald-300\/0:focus>:not([hidden])~:not([hidden]){border-color:#6ee7b700}.focus\:divide-emerald-300\/5:focus>:not([hidden])~:not([hidden]){border-color:#6ee7b70d}.focus\:divide-emerald-300\/10:focus>:not([hidden])~:not([hidden]){border-color:#6ee7b71a}.focus\:divide-emerald-300\/20:focus>:not([hidden])~:not([hidden]){border-color:#6ee7b733}.focus\:divide-emerald-300\/25:focus>:not([hidden])~:not([hidden]){border-color:#6ee7b740}.focus\:divide-emerald-300\/30:focus>:not([hidden])~:not([hidden]){border-color:#6ee7b74d}.focus\:divide-emerald-300\/40:focus>:not([hidden])~:not([hidden]){border-color:#6ee7b766}.focus\:divide-emerald-300\/50:focus>:not([hidden])~:not([hidden]){border-color:#6ee7b780}.focus\:divide-emerald-300\/60:focus>:not([hidden])~:not([hidden]){border-color:#6ee7b799}.focus\:divide-emerald-300\/70:focus>:not([hidden])~:not([hidden]){border-color:#6ee7b7b3}.focus\:divide-emerald-300\/75:focus>:not([hidden])~:not([hidden]){border-color:#6ee7b7bf}.focus\:divide-emerald-300\/80:focus>:not([hidden])~:not([hidden]){border-color:#6ee7b7cc}.focus\:divide-emerald-300\/90:focus>:not([hidden])~:not([hidden]){border-color:#6ee7b7e6}.focus\:divide-emerald-300\/95:focus>:not([hidden])~:not([hidden]){border-color:#6ee7b7f2}.focus\:divide-emerald-300\/100:focus>:not([hidden])~:not([hidden]){border-color:#6ee7b7}.focus\:divide-emerald-400\/0:focus>:not([hidden])~:not([hidden]){border-color:#34d39900}.focus\:divide-emerald-400\/5:focus>:not([hidden])~:not([hidden]){border-color:#34d3990d}.focus\:divide-emerald-400\/10:focus>:not([hidden])~:not([hidden]){border-color:#34d3991a}.focus\:divide-emerald-400\/20:focus>:not([hidden])~:not([hidden]){border-color:#34d39933}.focus\:divide-emerald-400\/25:focus>:not([hidden])~:not([hidden]){border-color:#34d39940}.focus\:divide-emerald-400\/30:focus>:not([hidden])~:not([hidden]){border-color:#34d3994d}.focus\:divide-emerald-400\/40:focus>:not([hidden])~:not([hidden]){border-color:#34d39966}.focus\:divide-emerald-400\/50:focus>:not([hidden])~:not([hidden]){border-color:#34d39980}.focus\:divide-emerald-400\/60:focus>:not([hidden])~:not([hidden]){border-color:#34d39999}.focus\:divide-emerald-400\/70:focus>:not([hidden])~:not([hidden]){border-color:#34d399b3}.focus\:divide-emerald-400\/75:focus>:not([hidden])~:not([hidden]){border-color:#34d399bf}.focus\:divide-emerald-400\/80:focus>:not([hidden])~:not([hidden]){border-color:#34d399cc}.focus\:divide-emerald-400\/90:focus>:not([hidden])~:not([hidden]){border-color:#34d399e6}.focus\:divide-emerald-400\/95:focus>:not([hidden])~:not([hidden]){border-color:#34d399f2}.focus\:divide-emerald-400\/100:focus>:not([hidden])~:not([hidden]){border-color:#34d399}.focus\:divide-emerald-500\/0:focus>:not([hidden])~:not([hidden]){border-color:#10b98100}.focus\:divide-emerald-500\/5:focus>:not([hidden])~:not([hidden]){border-color:#10b9810d}.focus\:divide-emerald-500\/10:focus>:not([hidden])~:not([hidden]){border-color:#10b9811a}.focus\:divide-emerald-500\/20:focus>:not([hidden])~:not([hidden]){border-color:#10b98133}.focus\:divide-emerald-500\/25:focus>:not([hidden])~:not([hidden]){border-color:#10b98140}.focus\:divide-emerald-500\/30:focus>:not([hidden])~:not([hidden]){border-color:#10b9814d}.focus\:divide-emerald-500\/40:focus>:not([hidden])~:not([hidden]){border-color:#10b98166}.focus\:divide-emerald-500\/50:focus>:not([hidden])~:not([hidden]){border-color:#10b98180}.focus\:divide-emerald-500\/60:focus>:not([hidden])~:not([hidden]){border-color:#10b98199}.focus\:divide-emerald-500\/70:focus>:not([hidden])~:not([hidden]){border-color:#10b981b3}.focus\:divide-emerald-500\/75:focus>:not([hidden])~:not([hidden]){border-color:#10b981bf}.focus\:divide-emerald-500\/80:focus>:not([hidden])~:not([hidden]){border-color:#10b981cc}.focus\:divide-emerald-500\/90:focus>:not([hidden])~:not([hidden]){border-color:#10b981e6}.focus\:divide-emerald-500\/95:focus>:not([hidden])~:not([hidden]){border-color:#10b981f2}.focus\:divide-emerald-500\/100:focus>:not([hidden])~:not([hidden]){border-color:#10b981}.focus\:divide-emerald-600\/0:focus>:not([hidden])~:not([hidden]){border-color:#05966900}.focus\:divide-emerald-600\/5:focus>:not([hidden])~:not([hidden]){border-color:#0596690d}.focus\:divide-emerald-600\/10:focus>:not([hidden])~:not([hidden]){border-color:#0596691a}.focus\:divide-emerald-600\/20:focus>:not([hidden])~:not([hidden]){border-color:#05966933}.focus\:divide-emerald-600\/25:focus>:not([hidden])~:not([hidden]){border-color:#05966940}.focus\:divide-emerald-600\/30:focus>:not([hidden])~:not([hidden]){border-color:#0596694d}.focus\:divide-emerald-600\/40:focus>:not([hidden])~:not([hidden]){border-color:#05966966}.focus\:divide-emerald-600\/50:focus>:not([hidden])~:not([hidden]){border-color:#05966980}.focus\:divide-emerald-600\/60:focus>:not([hidden])~:not([hidden]){border-color:#05966999}.focus\:divide-emerald-600\/70:focus>:not([hidden])~:not([hidden]){border-color:#059669b3}.focus\:divide-emerald-600\/75:focus>:not([hidden])~:not([hidden]){border-color:#059669bf}.focus\:divide-emerald-600\/80:focus>:not([hidden])~:not([hidden]){border-color:#059669cc}.focus\:divide-emerald-600\/90:focus>:not([hidden])~:not([hidden]){border-color:#059669e6}.focus\:divide-emerald-600\/95:focus>:not([hidden])~:not([hidden]){border-color:#059669f2}.focus\:divide-emerald-600\/100:focus>:not([hidden])~:not([hidden]){border-color:#059669}.focus\:divide-emerald-700\/0:focus>:not([hidden])~:not([hidden]){border-color:#04785700}.focus\:divide-emerald-700\/5:focus>:not([hidden])~:not([hidden]){border-color:#0478570d}.focus\:divide-emerald-700\/10:focus>:not([hidden])~:not([hidden]){border-color:#0478571a}.focus\:divide-emerald-700\/20:focus>:not([hidden])~:not([hidden]){border-color:#04785733}.focus\:divide-emerald-700\/25:focus>:not([hidden])~:not([hidden]){border-color:#04785740}.focus\:divide-emerald-700\/30:focus>:not([hidden])~:not([hidden]){border-color:#0478574d}.focus\:divide-emerald-700\/40:focus>:not([hidden])~:not([hidden]){border-color:#04785766}.focus\:divide-emerald-700\/50:focus>:not([hidden])~:not([hidden]){border-color:#04785780}.focus\:divide-emerald-700\/60:focus>:not([hidden])~:not([hidden]){border-color:#04785799}.focus\:divide-emerald-700\/70:focus>:not([hidden])~:not([hidden]){border-color:#047857b3}.focus\:divide-emerald-700\/75:focus>:not([hidden])~:not([hidden]){border-color:#047857bf}.focus\:divide-emerald-700\/80:focus>:not([hidden])~:not([hidden]){border-color:#047857cc}.focus\:divide-emerald-700\/90:focus>:not([hidden])~:not([hidden]){border-color:#047857e6}.focus\:divide-emerald-700\/95:focus>:not([hidden])~:not([hidden]){border-color:#047857f2}.focus\:divide-emerald-700\/100:focus>:not([hidden])~:not([hidden]){border-color:#047857}.focus\:divide-emerald-800\/0:focus>:not([hidden])~:not([hidden]){border-color:#065f4600}.focus\:divide-emerald-800\/5:focus>:not([hidden])~:not([hidden]){border-color:#065f460d}.focus\:divide-emerald-800\/10:focus>:not([hidden])~:not([hidden]){border-color:#065f461a}.focus\:divide-emerald-800\/20:focus>:not([hidden])~:not([hidden]){border-color:#065f4633}.focus\:divide-emerald-800\/25:focus>:not([hidden])~:not([hidden]){border-color:#065f4640}.focus\:divide-emerald-800\/30:focus>:not([hidden])~:not([hidden]){border-color:#065f464d}.focus\:divide-emerald-800\/40:focus>:not([hidden])~:not([hidden]){border-color:#065f4666}.focus\:divide-emerald-800\/50:focus>:not([hidden])~:not([hidden]){border-color:#065f4680}.focus\:divide-emerald-800\/60:focus>:not([hidden])~:not([hidden]){border-color:#065f4699}.focus\:divide-emerald-800\/70:focus>:not([hidden])~:not([hidden]){border-color:#065f46b3}.focus\:divide-emerald-800\/75:focus>:not([hidden])~:not([hidden]){border-color:#065f46bf}.focus\:divide-emerald-800\/80:focus>:not([hidden])~:not([hidden]){border-color:#065f46cc}.focus\:divide-emerald-800\/90:focus>:not([hidden])~:not([hidden]){border-color:#065f46e6}.focus\:divide-emerald-800\/95:focus>:not([hidden])~:not([hidden]){border-color:#065f46f2}.focus\:divide-emerald-800\/100:focus>:not([hidden])~:not([hidden]){border-color:#065f46}.focus\:divide-emerald-900\/0:focus>:not([hidden])~:not([hidden]){border-color:#064e3b00}.focus\:divide-emerald-900\/5:focus>:not([hidden])~:not([hidden]){border-color:#064e3b0d}.focus\:divide-emerald-900\/10:focus>:not([hidden])~:not([hidden]){border-color:#064e3b1a}.focus\:divide-emerald-900\/20:focus>:not([hidden])~:not([hidden]){border-color:#064e3b33}.focus\:divide-emerald-900\/25:focus>:not([hidden])~:not([hidden]){border-color:#064e3b40}.focus\:divide-emerald-900\/30:focus>:not([hidden])~:not([hidden]){border-color:#064e3b4d}.focus\:divide-emerald-900\/40:focus>:not([hidden])~:not([hidden]){border-color:#064e3b66}.focus\:divide-emerald-900\/50:focus>:not([hidden])~:not([hidden]){border-color:#064e3b80}.focus\:divide-emerald-900\/60:focus>:not([hidden])~:not([hidden]){border-color:#064e3b99}.focus\:divide-emerald-900\/70:focus>:not([hidden])~:not([hidden]){border-color:#064e3bb3}.focus\:divide-emerald-900\/75:focus>:not([hidden])~:not([hidden]){border-color:#064e3bbf}.focus\:divide-emerald-900\/80:focus>:not([hidden])~:not([hidden]){border-color:#064e3bcc}.focus\:divide-emerald-900\/90:focus>:not([hidden])~:not([hidden]){border-color:#064e3be6}.focus\:divide-emerald-900\/95:focus>:not([hidden])~:not([hidden]){border-color:#064e3bf2}.focus\:divide-emerald-900\/100:focus>:not([hidden])~:not([hidden]){border-color:#064e3b}.focus\:divide-teal-50\/0:focus>:not([hidden])~:not([hidden]){border-color:#f0fdfa00}.focus\:divide-teal-50\/5:focus>:not([hidden])~:not([hidden]){border-color:#f0fdfa0d}.focus\:divide-teal-50\/10:focus>:not([hidden])~:not([hidden]){border-color:#f0fdfa1a}.focus\:divide-teal-50\/20:focus>:not([hidden])~:not([hidden]){border-color:#f0fdfa33}.focus\:divide-teal-50\/25:focus>:not([hidden])~:not([hidden]){border-color:#f0fdfa40}.focus\:divide-teal-50\/30:focus>:not([hidden])~:not([hidden]){border-color:#f0fdfa4d}.focus\:divide-teal-50\/40:focus>:not([hidden])~:not([hidden]){border-color:#f0fdfa66}.focus\:divide-teal-50\/50:focus>:not([hidden])~:not([hidden]){border-color:#f0fdfa80}.focus\:divide-teal-50\/60:focus>:not([hidden])~:not([hidden]){border-color:#f0fdfa99}.focus\:divide-teal-50\/70:focus>:not([hidden])~:not([hidden]){border-color:#f0fdfab3}.focus\:divide-teal-50\/75:focus>:not([hidden])~:not([hidden]){border-color:#f0fdfabf}.focus\:divide-teal-50\/80:focus>:not([hidden])~:not([hidden]){border-color:#f0fdfacc}.focus\:divide-teal-50\/90:focus>:not([hidden])~:not([hidden]){border-color:#f0fdfae6}.focus\:divide-teal-50\/95:focus>:not([hidden])~:not([hidden]){border-color:#f0fdfaf2}.focus\:divide-teal-50\/100:focus>:not([hidden])~:not([hidden]){border-color:#f0fdfa}.focus\:divide-teal-100\/0:focus>:not([hidden])~:not([hidden]){border-color:#ccfbf100}.focus\:divide-teal-100\/5:focus>:not([hidden])~:not([hidden]){border-color:#ccfbf10d}.focus\:divide-teal-100\/10:focus>:not([hidden])~:not([hidden]){border-color:#ccfbf11a}.focus\:divide-teal-100\/20:focus>:not([hidden])~:not([hidden]){border-color:#ccfbf133}.focus\:divide-teal-100\/25:focus>:not([hidden])~:not([hidden]){border-color:#ccfbf140}.focus\:divide-teal-100\/30:focus>:not([hidden])~:not([hidden]){border-color:#ccfbf14d}.focus\:divide-teal-100\/40:focus>:not([hidden])~:not([hidden]){border-color:#ccfbf166}.focus\:divide-teal-100\/50:focus>:not([hidden])~:not([hidden]){border-color:#ccfbf180}.focus\:divide-teal-100\/60:focus>:not([hidden])~:not([hidden]){border-color:#ccfbf199}.focus\:divide-teal-100\/70:focus>:not([hidden])~:not([hidden]){border-color:#ccfbf1b3}.focus\:divide-teal-100\/75:focus>:not([hidden])~:not([hidden]){border-color:#ccfbf1bf}.focus\:divide-teal-100\/80:focus>:not([hidden])~:not([hidden]){border-color:#ccfbf1cc}.focus\:divide-teal-100\/90:focus>:not([hidden])~:not([hidden]){border-color:#ccfbf1e6}.focus\:divide-teal-100\/95:focus>:not([hidden])~:not([hidden]){border-color:#ccfbf1f2}.focus\:divide-teal-100\/100:focus>:not([hidden])~:not([hidden]){border-color:#ccfbf1}.focus\:divide-teal-200\/0:focus>:not([hidden])~:not([hidden]){border-color:#99f6e400}.focus\:divide-teal-200\/5:focus>:not([hidden])~:not([hidden]){border-color:#99f6e40d}.focus\:divide-teal-200\/10:focus>:not([hidden])~:not([hidden]){border-color:#99f6e41a}.focus\:divide-teal-200\/20:focus>:not([hidden])~:not([hidden]){border-color:#99f6e433}.focus\:divide-teal-200\/25:focus>:not([hidden])~:not([hidden]){border-color:#99f6e440}.focus\:divide-teal-200\/30:focus>:not([hidden])~:not([hidden]){border-color:#99f6e44d}.focus\:divide-teal-200\/40:focus>:not([hidden])~:not([hidden]){border-color:#99f6e466}.focus\:divide-teal-200\/50:focus>:not([hidden])~:not([hidden]){border-color:#99f6e480}.focus\:divide-teal-200\/60:focus>:not([hidden])~:not([hidden]){border-color:#99f6e499}.focus\:divide-teal-200\/70:focus>:not([hidden])~:not([hidden]){border-color:#99f6e4b3}.focus\:divide-teal-200\/75:focus>:not([hidden])~:not([hidden]){border-color:#99f6e4bf}.focus\:divide-teal-200\/80:focus>:not([hidden])~:not([hidden]){border-color:#99f6e4cc}.focus\:divide-teal-200\/90:focus>:not([hidden])~:not([hidden]){border-color:#99f6e4e6}.focus\:divide-teal-200\/95:focus>:not([hidden])~:not([hidden]){border-color:#99f6e4f2}.focus\:divide-teal-200\/100:focus>:not([hidden])~:not([hidden]){border-color:#99f6e4}.focus\:divide-teal-300\/0:focus>:not([hidden])~:not([hidden]){border-color:#5eead400}.focus\:divide-teal-300\/5:focus>:not([hidden])~:not([hidden]){border-color:#5eead40d}.focus\:divide-teal-300\/10:focus>:not([hidden])~:not([hidden]){border-color:#5eead41a}.focus\:divide-teal-300\/20:focus>:not([hidden])~:not([hidden]){border-color:#5eead433}.focus\:divide-teal-300\/25:focus>:not([hidden])~:not([hidden]){border-color:#5eead440}.focus\:divide-teal-300\/30:focus>:not([hidden])~:not([hidden]){border-color:#5eead44d}.focus\:divide-teal-300\/40:focus>:not([hidden])~:not([hidden]){border-color:#5eead466}.focus\:divide-teal-300\/50:focus>:not([hidden])~:not([hidden]){border-color:#5eead480}.focus\:divide-teal-300\/60:focus>:not([hidden])~:not([hidden]){border-color:#5eead499}.focus\:divide-teal-300\/70:focus>:not([hidden])~:not([hidden]){border-color:#5eead4b3}.focus\:divide-teal-300\/75:focus>:not([hidden])~:not([hidden]){border-color:#5eead4bf}.focus\:divide-teal-300\/80:focus>:not([hidden])~:not([hidden]){border-color:#5eead4cc}.focus\:divide-teal-300\/90:focus>:not([hidden])~:not([hidden]){border-color:#5eead4e6}.focus\:divide-teal-300\/95:focus>:not([hidden])~:not([hidden]){border-color:#5eead4f2}.focus\:divide-teal-300\/100:focus>:not([hidden])~:not([hidden]){border-color:#5eead4}.focus\:divide-teal-400\/0:focus>:not([hidden])~:not([hidden]){border-color:#2dd4bf00}.focus\:divide-teal-400\/5:focus>:not([hidden])~:not([hidden]){border-color:#2dd4bf0d}.focus\:divide-teal-400\/10:focus>:not([hidden])~:not([hidden]){border-color:#2dd4bf1a}.focus\:divide-teal-400\/20:focus>:not([hidden])~:not([hidden]){border-color:#2dd4bf33}.focus\:divide-teal-400\/25:focus>:not([hidden])~:not([hidden]){border-color:#2dd4bf40}.focus\:divide-teal-400\/30:focus>:not([hidden])~:not([hidden]){border-color:#2dd4bf4d}.focus\:divide-teal-400\/40:focus>:not([hidden])~:not([hidden]){border-color:#2dd4bf66}.focus\:divide-teal-400\/50:focus>:not([hidden])~:not([hidden]){border-color:#2dd4bf80}.focus\:divide-teal-400\/60:focus>:not([hidden])~:not([hidden]){border-color:#2dd4bf99}.focus\:divide-teal-400\/70:focus>:not([hidden])~:not([hidden]){border-color:#2dd4bfb3}.focus\:divide-teal-400\/75:focus>:not([hidden])~:not([hidden]){border-color:#2dd4bfbf}.focus\:divide-teal-400\/80:focus>:not([hidden])~:not([hidden]){border-color:#2dd4bfcc}.focus\:divide-teal-400\/90:focus>:not([hidden])~:not([hidden]){border-color:#2dd4bfe6}.focus\:divide-teal-400\/95:focus>:not([hidden])~:not([hidden]){border-color:#2dd4bff2}.focus\:divide-teal-400\/100:focus>:not([hidden])~:not([hidden]){border-color:#2dd4bf}.focus\:divide-teal-500\/0:focus>:not([hidden])~:not([hidden]){border-color:#14b8a600}.focus\:divide-teal-500\/5:focus>:not([hidden])~:not([hidden]){border-color:#14b8a60d}.focus\:divide-teal-500\/10:focus>:not([hidden])~:not([hidden]){border-color:#14b8a61a}.focus\:divide-teal-500\/20:focus>:not([hidden])~:not([hidden]){border-color:#14b8a633}.focus\:divide-teal-500\/25:focus>:not([hidden])~:not([hidden]){border-color:#14b8a640}.focus\:divide-teal-500\/30:focus>:not([hidden])~:not([hidden]){border-color:#14b8a64d}.focus\:divide-teal-500\/40:focus>:not([hidden])~:not([hidden]){border-color:#14b8a666}.focus\:divide-teal-500\/50:focus>:not([hidden])~:not([hidden]){border-color:#14b8a680}.focus\:divide-teal-500\/60:focus>:not([hidden])~:not([hidden]){border-color:#14b8a699}.focus\:divide-teal-500\/70:focus>:not([hidden])~:not([hidden]){border-color:#14b8a6b3}.focus\:divide-teal-500\/75:focus>:not([hidden])~:not([hidden]){border-color:#14b8a6bf}.focus\:divide-teal-500\/80:focus>:not([hidden])~:not([hidden]){border-color:#14b8a6cc}.focus\:divide-teal-500\/90:focus>:not([hidden])~:not([hidden]){border-color:#14b8a6e6}.focus\:divide-teal-500\/95:focus>:not([hidden])~:not([hidden]){border-color:#14b8a6f2}.focus\:divide-teal-500\/100:focus>:not([hidden])~:not([hidden]){border-color:#14b8a6}.focus\:divide-teal-600\/0:focus>:not([hidden])~:not([hidden]){border-color:#0d948800}.focus\:divide-teal-600\/5:focus>:not([hidden])~:not([hidden]){border-color:#0d94880d}.focus\:divide-teal-600\/10:focus>:not([hidden])~:not([hidden]){border-color:#0d94881a}.focus\:divide-teal-600\/20:focus>:not([hidden])~:not([hidden]){border-color:#0d948833}.focus\:divide-teal-600\/25:focus>:not([hidden])~:not([hidden]){border-color:#0d948840}.focus\:divide-teal-600\/30:focus>:not([hidden])~:not([hidden]){border-color:#0d94884d}.focus\:divide-teal-600\/40:focus>:not([hidden])~:not([hidden]){border-color:#0d948866}.focus\:divide-teal-600\/50:focus>:not([hidden])~:not([hidden]){border-color:#0d948880}.focus\:divide-teal-600\/60:focus>:not([hidden])~:not([hidden]){border-color:#0d948899}.focus\:divide-teal-600\/70:focus>:not([hidden])~:not([hidden]){border-color:#0d9488b3}.focus\:divide-teal-600\/75:focus>:not([hidden])~:not([hidden]){border-color:#0d9488bf}.focus\:divide-teal-600\/80:focus>:not([hidden])~:not([hidden]){border-color:#0d9488cc}.focus\:divide-teal-600\/90:focus>:not([hidden])~:not([hidden]){border-color:#0d9488e6}.focus\:divide-teal-600\/95:focus>:not([hidden])~:not([hidden]){border-color:#0d9488f2}.focus\:divide-teal-600\/100:focus>:not([hidden])~:not([hidden]){border-color:#0d9488}.focus\:divide-teal-700\/0:focus>:not([hidden])~:not([hidden]){border-color:#0f766e00}.focus\:divide-teal-700\/5:focus>:not([hidden])~:not([hidden]){border-color:#0f766e0d}.focus\:divide-teal-700\/10:focus>:not([hidden])~:not([hidden]){border-color:#0f766e1a}.focus\:divide-teal-700\/20:focus>:not([hidden])~:not([hidden]){border-color:#0f766e33}.focus\:divide-teal-700\/25:focus>:not([hidden])~:not([hidden]){border-color:#0f766e40}.focus\:divide-teal-700\/30:focus>:not([hidden])~:not([hidden]){border-color:#0f766e4d}.focus\:divide-teal-700\/40:focus>:not([hidden])~:not([hidden]){border-color:#0f766e66}.focus\:divide-teal-700\/50:focus>:not([hidden])~:not([hidden]){border-color:#0f766e80}.focus\:divide-teal-700\/60:focus>:not([hidden])~:not([hidden]){border-color:#0f766e99}.focus\:divide-teal-700\/70:focus>:not([hidden])~:not([hidden]){border-color:#0f766eb3}.focus\:divide-teal-700\/75:focus>:not([hidden])~:not([hidden]){border-color:#0f766ebf}.focus\:divide-teal-700\/80:focus>:not([hidden])~:not([hidden]){border-color:#0f766ecc}.focus\:divide-teal-700\/90:focus>:not([hidden])~:not([hidden]){border-color:#0f766ee6}.focus\:divide-teal-700\/95:focus>:not([hidden])~:not([hidden]){border-color:#0f766ef2}.focus\:divide-teal-700\/100:focus>:not([hidden])~:not([hidden]){border-color:#0f766e}.focus\:divide-teal-800\/0:focus>:not([hidden])~:not([hidden]){border-color:#115e5900}.focus\:divide-teal-800\/5:focus>:not([hidden])~:not([hidden]){border-color:#115e590d}.focus\:divide-teal-800\/10:focus>:not([hidden])~:not([hidden]){border-color:#115e591a}.focus\:divide-teal-800\/20:focus>:not([hidden])~:not([hidden]){border-color:#115e5933}.focus\:divide-teal-800\/25:focus>:not([hidden])~:not([hidden]){border-color:#115e5940}.focus\:divide-teal-800\/30:focus>:not([hidden])~:not([hidden]){border-color:#115e594d}.focus\:divide-teal-800\/40:focus>:not([hidden])~:not([hidden]){border-color:#115e5966}.focus\:divide-teal-800\/50:focus>:not([hidden])~:not([hidden]){border-color:#115e5980}.focus\:divide-teal-800\/60:focus>:not([hidden])~:not([hidden]){border-color:#115e5999}.focus\:divide-teal-800\/70:focus>:not([hidden])~:not([hidden]){border-color:#115e59b3}.focus\:divide-teal-800\/75:focus>:not([hidden])~:not([hidden]){border-color:#115e59bf}.focus\:divide-teal-800\/80:focus>:not([hidden])~:not([hidden]){border-color:#115e59cc}.focus\:divide-teal-800\/90:focus>:not([hidden])~:not([hidden]){border-color:#115e59e6}.focus\:divide-teal-800\/95:focus>:not([hidden])~:not([hidden]){border-color:#115e59f2}.focus\:divide-teal-800\/100:focus>:not([hidden])~:not([hidden]){border-color:#115e59}.focus\:divide-teal-900\/0:focus>:not([hidden])~:not([hidden]){border-color:#134e4a00}.focus\:divide-teal-900\/5:focus>:not([hidden])~:not([hidden]){border-color:#134e4a0d}.focus\:divide-teal-900\/10:focus>:not([hidden])~:not([hidden]){border-color:#134e4a1a}.focus\:divide-teal-900\/20:focus>:not([hidden])~:not([hidden]){border-color:#134e4a33}.focus\:divide-teal-900\/25:focus>:not([hidden])~:not([hidden]){border-color:#134e4a40}.focus\:divide-teal-900\/30:focus>:not([hidden])~:not([hidden]){border-color:#134e4a4d}.focus\:divide-teal-900\/40:focus>:not([hidden])~:not([hidden]){border-color:#134e4a66}.focus\:divide-teal-900\/50:focus>:not([hidden])~:not([hidden]){border-color:#134e4a80}.focus\:divide-teal-900\/60:focus>:not([hidden])~:not([hidden]){border-color:#134e4a99}.focus\:divide-teal-900\/70:focus>:not([hidden])~:not([hidden]){border-color:#134e4ab3}.focus\:divide-teal-900\/75:focus>:not([hidden])~:not([hidden]){border-color:#134e4abf}.focus\:divide-teal-900\/80:focus>:not([hidden])~:not([hidden]){border-color:#134e4acc}.focus\:divide-teal-900\/90:focus>:not([hidden])~:not([hidden]){border-color:#134e4ae6}.focus\:divide-teal-900\/95:focus>:not([hidden])~:not([hidden]){border-color:#134e4af2}.focus\:divide-teal-900\/100:focus>:not([hidden])~:not([hidden]){border-color:#134e4a}.focus\:divide-sky-50\/0:focus>:not([hidden])~:not([hidden]){border-color:#f0f9ff00}.focus\:divide-sky-50\/5:focus>:not([hidden])~:not([hidden]){border-color:#f0f9ff0d}.focus\:divide-sky-50\/10:focus>:not([hidden])~:not([hidden]){border-color:#f0f9ff1a}.focus\:divide-sky-50\/20:focus>:not([hidden])~:not([hidden]){border-color:#f0f9ff33}.focus\:divide-sky-50\/25:focus>:not([hidden])~:not([hidden]){border-color:#f0f9ff40}.focus\:divide-sky-50\/30:focus>:not([hidden])~:not([hidden]){border-color:#f0f9ff4d}.focus\:divide-sky-50\/40:focus>:not([hidden])~:not([hidden]){border-color:#f0f9ff66}.focus\:divide-sky-50\/50:focus>:not([hidden])~:not([hidden]){border-color:#f0f9ff80}.focus\:divide-sky-50\/60:focus>:not([hidden])~:not([hidden]){border-color:#f0f9ff99}.focus\:divide-sky-50\/70:focus>:not([hidden])~:not([hidden]){border-color:#f0f9ffb3}.focus\:divide-sky-50\/75:focus>:not([hidden])~:not([hidden]){border-color:#f0f9ffbf}.focus\:divide-sky-50\/80:focus>:not([hidden])~:not([hidden]){border-color:#f0f9ffcc}.focus\:divide-sky-50\/90:focus>:not([hidden])~:not([hidden]){border-color:#f0f9ffe6}.focus\:divide-sky-50\/95:focus>:not([hidden])~:not([hidden]){border-color:#f0f9fff2}.focus\:divide-sky-50\/100:focus>:not([hidden])~:not([hidden]){border-color:#f0f9ff}.focus\:divide-sky-100\/0:focus>:not([hidden])~:not([hidden]){border-color:#e0f2fe00}.focus\:divide-sky-100\/5:focus>:not([hidden])~:not([hidden]){border-color:#e0f2fe0d}.focus\:divide-sky-100\/10:focus>:not([hidden])~:not([hidden]){border-color:#e0f2fe1a}.focus\:divide-sky-100\/20:focus>:not([hidden])~:not([hidden]){border-color:#e0f2fe33}.focus\:divide-sky-100\/25:focus>:not([hidden])~:not([hidden]){border-color:#e0f2fe40}.focus\:divide-sky-100\/30:focus>:not([hidden])~:not([hidden]){border-color:#e0f2fe4d}.focus\:divide-sky-100\/40:focus>:not([hidden])~:not([hidden]){border-color:#e0f2fe66}.focus\:divide-sky-100\/50:focus>:not([hidden])~:not([hidden]){border-color:#e0f2fe80}.focus\:divide-sky-100\/60:focus>:not([hidden])~:not([hidden]){border-color:#e0f2fe99}.focus\:divide-sky-100\/70:focus>:not([hidden])~:not([hidden]){border-color:#e0f2feb3}.focus\:divide-sky-100\/75:focus>:not([hidden])~:not([hidden]){border-color:#e0f2febf}.focus\:divide-sky-100\/80:focus>:not([hidden])~:not([hidden]){border-color:#e0f2fecc}.focus\:divide-sky-100\/90:focus>:not([hidden])~:not([hidden]){border-color:#e0f2fee6}.focus\:divide-sky-100\/95:focus>:not([hidden])~:not([hidden]){border-color:#e0f2fef2}.focus\:divide-sky-100\/100:focus>:not([hidden])~:not([hidden]){border-color:#e0f2fe}.focus\:divide-sky-200\/0:focus>:not([hidden])~:not([hidden]){border-color:#bae6fd00}.focus\:divide-sky-200\/5:focus>:not([hidden])~:not([hidden]){border-color:#bae6fd0d}.focus\:divide-sky-200\/10:focus>:not([hidden])~:not([hidden]){border-color:#bae6fd1a}.focus\:divide-sky-200\/20:focus>:not([hidden])~:not([hidden]){border-color:#bae6fd33}.focus\:divide-sky-200\/25:focus>:not([hidden])~:not([hidden]){border-color:#bae6fd40}.focus\:divide-sky-200\/30:focus>:not([hidden])~:not([hidden]){border-color:#bae6fd4d}.focus\:divide-sky-200\/40:focus>:not([hidden])~:not([hidden]){border-color:#bae6fd66}.focus\:divide-sky-200\/50:focus>:not([hidden])~:not([hidden]){border-color:#bae6fd80}.focus\:divide-sky-200\/60:focus>:not([hidden])~:not([hidden]){border-color:#bae6fd99}.focus\:divide-sky-200\/70:focus>:not([hidden])~:not([hidden]){border-color:#bae6fdb3}.focus\:divide-sky-200\/75:focus>:not([hidden])~:not([hidden]){border-color:#bae6fdbf}.focus\:divide-sky-200\/80:focus>:not([hidden])~:not([hidden]){border-color:#bae6fdcc}.focus\:divide-sky-200\/90:focus>:not([hidden])~:not([hidden]){border-color:#bae6fde6}.focus\:divide-sky-200\/95:focus>:not([hidden])~:not([hidden]){border-color:#bae6fdf2}.focus\:divide-sky-200\/100:focus>:not([hidden])~:not([hidden]){border-color:#bae6fd}.focus\:divide-sky-300\/0:focus>:not([hidden])~:not([hidden]){border-color:#7dd3fc00}.focus\:divide-sky-300\/5:focus>:not([hidden])~:not([hidden]){border-color:#7dd3fc0d}.focus\:divide-sky-300\/10:focus>:not([hidden])~:not([hidden]){border-color:#7dd3fc1a}.focus\:divide-sky-300\/20:focus>:not([hidden])~:not([hidden]){border-color:#7dd3fc33}.focus\:divide-sky-300\/25:focus>:not([hidden])~:not([hidden]){border-color:#7dd3fc40}.focus\:divide-sky-300\/30:focus>:not([hidden])~:not([hidden]){border-color:#7dd3fc4d}.focus\:divide-sky-300\/40:focus>:not([hidden])~:not([hidden]){border-color:#7dd3fc66}.focus\:divide-sky-300\/50:focus>:not([hidden])~:not([hidden]){border-color:#7dd3fc80}.focus\:divide-sky-300\/60:focus>:not([hidden])~:not([hidden]){border-color:#7dd3fc99}.focus\:divide-sky-300\/70:focus>:not([hidden])~:not([hidden]){border-color:#7dd3fcb3}.focus\:divide-sky-300\/75:focus>:not([hidden])~:not([hidden]){border-color:#7dd3fcbf}.focus\:divide-sky-300\/80:focus>:not([hidden])~:not([hidden]){border-color:#7dd3fccc}.focus\:divide-sky-300\/90:focus>:not([hidden])~:not([hidden]){border-color:#7dd3fce6}.focus\:divide-sky-300\/95:focus>:not([hidden])~:not([hidden]){border-color:#7dd3fcf2}.focus\:divide-sky-300\/100:focus>:not([hidden])~:not([hidden]){border-color:#7dd3fc}.focus\:divide-sky-400\/0:focus>:not([hidden])~:not([hidden]){border-color:#38bdf800}.focus\:divide-sky-400\/5:focus>:not([hidden])~:not([hidden]){border-color:#38bdf80d}.focus\:divide-sky-400\/10:focus>:not([hidden])~:not([hidden]){border-color:#38bdf81a}.focus\:divide-sky-400\/20:focus>:not([hidden])~:not([hidden]){border-color:#38bdf833}.focus\:divide-sky-400\/25:focus>:not([hidden])~:not([hidden]){border-color:#38bdf840}.focus\:divide-sky-400\/30:focus>:not([hidden])~:not([hidden]){border-color:#38bdf84d}.focus\:divide-sky-400\/40:focus>:not([hidden])~:not([hidden]){border-color:#38bdf866}.focus\:divide-sky-400\/50:focus>:not([hidden])~:not([hidden]){border-color:#38bdf880}.focus\:divide-sky-400\/60:focus>:not([hidden])~:not([hidden]){border-color:#38bdf899}.focus\:divide-sky-400\/70:focus>:not([hidden])~:not([hidden]){border-color:#38bdf8b3}.focus\:divide-sky-400\/75:focus>:not([hidden])~:not([hidden]){border-color:#38bdf8bf}.focus\:divide-sky-400\/80:focus>:not([hidden])~:not([hidden]){border-color:#38bdf8cc}.focus\:divide-sky-400\/90:focus>:not([hidden])~:not([hidden]){border-color:#38bdf8e6}.focus\:divide-sky-400\/95:focus>:not([hidden])~:not([hidden]){border-color:#38bdf8f2}.focus\:divide-sky-400\/100:focus>:not([hidden])~:not([hidden]){border-color:#38bdf8}.focus\:divide-sky-500\/0:focus>:not([hidden])~:not([hidden]){border-color:#0ea5e900}.focus\:divide-sky-500\/5:focus>:not([hidden])~:not([hidden]){border-color:#0ea5e90d}.focus\:divide-sky-500\/10:focus>:not([hidden])~:not([hidden]){border-color:#0ea5e91a}.focus\:divide-sky-500\/20:focus>:not([hidden])~:not([hidden]){border-color:#0ea5e933}.focus\:divide-sky-500\/25:focus>:not([hidden])~:not([hidden]){border-color:#0ea5e940}.focus\:divide-sky-500\/30:focus>:not([hidden])~:not([hidden]){border-color:#0ea5e94d}.focus\:divide-sky-500\/40:focus>:not([hidden])~:not([hidden]){border-color:#0ea5e966}.focus\:divide-sky-500\/50:focus>:not([hidden])~:not([hidden]){border-color:#0ea5e980}.focus\:divide-sky-500\/60:focus>:not([hidden])~:not([hidden]){border-color:#0ea5e999}.focus\:divide-sky-500\/70:focus>:not([hidden])~:not([hidden]){border-color:#0ea5e9b3}.focus\:divide-sky-500\/75:focus>:not([hidden])~:not([hidden]){border-color:#0ea5e9bf}.focus\:divide-sky-500\/80:focus>:not([hidden])~:not([hidden]){border-color:#0ea5e9cc}.focus\:divide-sky-500\/90:focus>:not([hidden])~:not([hidden]){border-color:#0ea5e9e6}.focus\:divide-sky-500\/95:focus>:not([hidden])~:not([hidden]){border-color:#0ea5e9f2}.focus\:divide-sky-500\/100:focus>:not([hidden])~:not([hidden]){border-color:#0ea5e9}.focus\:divide-sky-600\/0:focus>:not([hidden])~:not([hidden]){border-color:#0284c700}.focus\:divide-sky-600\/5:focus>:not([hidden])~:not([hidden]){border-color:#0284c70d}.focus\:divide-sky-600\/10:focus>:not([hidden])~:not([hidden]){border-color:#0284c71a}.focus\:divide-sky-600\/20:focus>:not([hidden])~:not([hidden]){border-color:#0284c733}.focus\:divide-sky-600\/25:focus>:not([hidden])~:not([hidden]){border-color:#0284c740}.focus\:divide-sky-600\/30:focus>:not([hidden])~:not([hidden]){border-color:#0284c74d}.focus\:divide-sky-600\/40:focus>:not([hidden])~:not([hidden]){border-color:#0284c766}.focus\:divide-sky-600\/50:focus>:not([hidden])~:not([hidden]){border-color:#0284c780}.focus\:divide-sky-600\/60:focus>:not([hidden])~:not([hidden]){border-color:#0284c799}.focus\:divide-sky-600\/70:focus>:not([hidden])~:not([hidden]){border-color:#0284c7b3}.focus\:divide-sky-600\/75:focus>:not([hidden])~:not([hidden]){border-color:#0284c7bf}.focus\:divide-sky-600\/80:focus>:not([hidden])~:not([hidden]){border-color:#0284c7cc}.focus\:divide-sky-600\/90:focus>:not([hidden])~:not([hidden]){border-color:#0284c7e6}.focus\:divide-sky-600\/95:focus>:not([hidden])~:not([hidden]){border-color:#0284c7f2}.focus\:divide-sky-600\/100:focus>:not([hidden])~:not([hidden]){border-color:#0284c7}.focus\:divide-sky-700\/0:focus>:not([hidden])~:not([hidden]){border-color:#0369a100}.focus\:divide-sky-700\/5:focus>:not([hidden])~:not([hidden]){border-color:#0369a10d}.focus\:divide-sky-700\/10:focus>:not([hidden])~:not([hidden]){border-color:#0369a11a}.focus\:divide-sky-700\/20:focus>:not([hidden])~:not([hidden]){border-color:#0369a133}.focus\:divide-sky-700\/25:focus>:not([hidden])~:not([hidden]){border-color:#0369a140}.focus\:divide-sky-700\/30:focus>:not([hidden])~:not([hidden]){border-color:#0369a14d}.focus\:divide-sky-700\/40:focus>:not([hidden])~:not([hidden]){border-color:#0369a166}.focus\:divide-sky-700\/50:focus>:not([hidden])~:not([hidden]){border-color:#0369a180}.focus\:divide-sky-700\/60:focus>:not([hidden])~:not([hidden]){border-color:#0369a199}.focus\:divide-sky-700\/70:focus>:not([hidden])~:not([hidden]){border-color:#0369a1b3}.focus\:divide-sky-700\/75:focus>:not([hidden])~:not([hidden]){border-color:#0369a1bf}.focus\:divide-sky-700\/80:focus>:not([hidden])~:not([hidden]){border-color:#0369a1cc}.focus\:divide-sky-700\/90:focus>:not([hidden])~:not([hidden]){border-color:#0369a1e6}.focus\:divide-sky-700\/95:focus>:not([hidden])~:not([hidden]){border-color:#0369a1f2}.focus\:divide-sky-700\/100:focus>:not([hidden])~:not([hidden]){border-color:#0369a1}.focus\:divide-sky-800\/0:focus>:not([hidden])~:not([hidden]){border-color:#07598500}.focus\:divide-sky-800\/5:focus>:not([hidden])~:not([hidden]){border-color:#0759850d}.focus\:divide-sky-800\/10:focus>:not([hidden])~:not([hidden]){border-color:#0759851a}.focus\:divide-sky-800\/20:focus>:not([hidden])~:not([hidden]){border-color:#07598533}.focus\:divide-sky-800\/25:focus>:not([hidden])~:not([hidden]){border-color:#07598540}.focus\:divide-sky-800\/30:focus>:not([hidden])~:not([hidden]){border-color:#0759854d}.focus\:divide-sky-800\/40:focus>:not([hidden])~:not([hidden]){border-color:#07598566}.focus\:divide-sky-800\/50:focus>:not([hidden])~:not([hidden]){border-color:#07598580}.focus\:divide-sky-800\/60:focus>:not([hidden])~:not([hidden]){border-color:#07598599}.focus\:divide-sky-800\/70:focus>:not([hidden])~:not([hidden]){border-color:#075985b3}.focus\:divide-sky-800\/75:focus>:not([hidden])~:not([hidden]){border-color:#075985bf}.focus\:divide-sky-800\/80:focus>:not([hidden])~:not([hidden]){border-color:#075985cc}.focus\:divide-sky-800\/90:focus>:not([hidden])~:not([hidden]){border-color:#075985e6}.focus\:divide-sky-800\/95:focus>:not([hidden])~:not([hidden]){border-color:#075985f2}.focus\:divide-sky-800\/100:focus>:not([hidden])~:not([hidden]){border-color:#075985}.focus\:divide-sky-900\/0:focus>:not([hidden])~:not([hidden]){border-color:#0c4a6e00}.focus\:divide-sky-900\/5:focus>:not([hidden])~:not([hidden]){border-color:#0c4a6e0d}.focus\:divide-sky-900\/10:focus>:not([hidden])~:not([hidden]){border-color:#0c4a6e1a}.focus\:divide-sky-900\/20:focus>:not([hidden])~:not([hidden]){border-color:#0c4a6e33}.focus\:divide-sky-900\/25:focus>:not([hidden])~:not([hidden]){border-color:#0c4a6e40}.focus\:divide-sky-900\/30:focus>:not([hidden])~:not([hidden]){border-color:#0c4a6e4d}.focus\:divide-sky-900\/40:focus>:not([hidden])~:not([hidden]){border-color:#0c4a6e66}.focus\:divide-sky-900\/50:focus>:not([hidden])~:not([hidden]){border-color:#0c4a6e80}.focus\:divide-sky-900\/60:focus>:not([hidden])~:not([hidden]){border-color:#0c4a6e99}.focus\:divide-sky-900\/70:focus>:not([hidden])~:not([hidden]){border-color:#0c4a6eb3}.focus\:divide-sky-900\/75:focus>:not([hidden])~:not([hidden]){border-color:#0c4a6ebf}.focus\:divide-sky-900\/80:focus>:not([hidden])~:not([hidden]){border-color:#0c4a6ecc}.focus\:divide-sky-900\/90:focus>:not([hidden])~:not([hidden]){border-color:#0c4a6ee6}.focus\:divide-sky-900\/95:focus>:not([hidden])~:not([hidden]){border-color:#0c4a6ef2}.focus\:divide-sky-900\/100:focus>:not([hidden])~:not([hidden]){border-color:#0c4a6e}.focus\:divide-blue-50\/0:focus>:not([hidden])~:not([hidden]){border-color:#eff6ff00}.focus\:divide-blue-50\/5:focus>:not([hidden])~:not([hidden]){border-color:#eff6ff0d}.focus\:divide-blue-50\/10:focus>:not([hidden])~:not([hidden]){border-color:#eff6ff1a}.focus\:divide-blue-50\/20:focus>:not([hidden])~:not([hidden]){border-color:#eff6ff33}.focus\:divide-blue-50\/25:focus>:not([hidden])~:not([hidden]){border-color:#eff6ff40}.focus\:divide-blue-50\/30:focus>:not([hidden])~:not([hidden]){border-color:#eff6ff4d}.focus\:divide-blue-50\/40:focus>:not([hidden])~:not([hidden]){border-color:#eff6ff66}.focus\:divide-blue-50\/50:focus>:not([hidden])~:not([hidden]){border-color:#eff6ff80}.focus\:divide-blue-50\/60:focus>:not([hidden])~:not([hidden]){border-color:#eff6ff99}.focus\:divide-blue-50\/70:focus>:not([hidden])~:not([hidden]){border-color:#eff6ffb3}.focus\:divide-blue-50\/75:focus>:not([hidden])~:not([hidden]){border-color:#eff6ffbf}.focus\:divide-blue-50\/80:focus>:not([hidden])~:not([hidden]){border-color:#eff6ffcc}.focus\:divide-blue-50\/90:focus>:not([hidden])~:not([hidden]){border-color:#eff6ffe6}.focus\:divide-blue-50\/95:focus>:not([hidden])~:not([hidden]){border-color:#eff6fff2}.focus\:divide-blue-50\/100:focus>:not([hidden])~:not([hidden]){border-color:#eff6ff}.focus\:divide-blue-100\/0:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fd00}.focus\:divide-blue-100\/5:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fd0d}.focus\:divide-blue-100\/10:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fd1a}.focus\:divide-blue-100\/20:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fd33}.focus\:divide-blue-100\/25:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fd40}.focus\:divide-blue-100\/30:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fd4d}.focus\:divide-blue-100\/40:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fd66}.focus\:divide-blue-100\/50:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fd80}.focus\:divide-blue-100\/60:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fd99}.focus\:divide-blue-100\/70:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fdb3}.focus\:divide-blue-100\/75:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fdbf}.focus\:divide-blue-100\/80:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fdcc}.focus\:divide-blue-100\/90:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fde6}.focus\:divide-blue-100\/95:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fdf2}.focus\:divide-blue-100\/100:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fd}.focus\:divide-blue-200\/0:focus>:not([hidden])~:not([hidden]){border-color:#e4e8fb00}.focus\:divide-blue-200\/5:focus>:not([hidden])~:not([hidden]){border-color:#e4e8fb0d}.focus\:divide-blue-200\/10:focus>:not([hidden])~:not([hidden]){border-color:#e4e8fb1a}.focus\:divide-blue-200\/20:focus>:not([hidden])~:not([hidden]){border-color:#e4e8fb33}.focus\:divide-blue-200\/25:focus>:not([hidden])~:not([hidden]){border-color:#e4e8fb40}.focus\:divide-blue-200\/30:focus>:not([hidden])~:not([hidden]){border-color:#e4e8fb4d}.focus\:divide-blue-200\/40:focus>:not([hidden])~:not([hidden]){border-color:#e4e8fb66}.focus\:divide-blue-200\/50:focus>:not([hidden])~:not([hidden]){border-color:#e4e8fb80}.focus\:divide-blue-200\/60:focus>:not([hidden])~:not([hidden]){border-color:#e4e8fb99}.focus\:divide-blue-200\/70:focus>:not([hidden])~:not([hidden]){border-color:#e4e8fbb3}.focus\:divide-blue-200\/75:focus>:not([hidden])~:not([hidden]){border-color:#e4e8fbbf}.focus\:divide-blue-200\/80:focus>:not([hidden])~:not([hidden]){border-color:#e4e8fbcc}.focus\:divide-blue-200\/90:focus>:not([hidden])~:not([hidden]){border-color:#e4e8fbe6}.focus\:divide-blue-200\/95:focus>:not([hidden])~:not([hidden]){border-color:#e4e8fbf2}.focus\:divide-blue-200\/100:focus>:not([hidden])~:not([hidden]){border-color:#e4e8fb}.focus\:divide-blue-300\/0:focus>:not([hidden])~:not([hidden]){border-color:#c6cff700}.focus\:divide-blue-300\/5:focus>:not([hidden])~:not([hidden]){border-color:#c6cff70d}.focus\:divide-blue-300\/10:focus>:not([hidden])~:not([hidden]){border-color:#c6cff71a}.focus\:divide-blue-300\/20:focus>:not([hidden])~:not([hidden]){border-color:#c6cff733}.focus\:divide-blue-300\/25:focus>:not([hidden])~:not([hidden]){border-color:#c6cff740}.focus\:divide-blue-300\/30:focus>:not([hidden])~:not([hidden]){border-color:#c6cff74d}.focus\:divide-blue-300\/40:focus>:not([hidden])~:not([hidden]){border-color:#c6cff766}.focus\:divide-blue-300\/50:focus>:not([hidden])~:not([hidden]){border-color:#c6cff780}.focus\:divide-blue-300\/60:focus>:not([hidden])~:not([hidden]){border-color:#c6cff799}.focus\:divide-blue-300\/70:focus>:not([hidden])~:not([hidden]){border-color:#c6cff7b3}.focus\:divide-blue-300\/75:focus>:not([hidden])~:not([hidden]){border-color:#c6cff7bf}.focus\:divide-blue-300\/80:focus>:not([hidden])~:not([hidden]){border-color:#c6cff7cc}.focus\:divide-blue-300\/90:focus>:not([hidden])~:not([hidden]){border-color:#c6cff7e6}.focus\:divide-blue-300\/95:focus>:not([hidden])~:not([hidden]){border-color:#c6cff7f2}.focus\:divide-blue-300\/100:focus>:not([hidden])~:not([hidden]){border-color:#c6cff7}.focus\:divide-blue-400\/0:focus>:not([hidden])~:not([hidden]){border-color:#a3b2f300}.focus\:divide-blue-400\/5:focus>:not([hidden])~:not([hidden]){border-color:#a3b2f30d}.focus\:divide-blue-400\/10:focus>:not([hidden])~:not([hidden]){border-color:#a3b2f31a}.focus\:divide-blue-400\/20:focus>:not([hidden])~:not([hidden]){border-color:#a3b2f333}.focus\:divide-blue-400\/25:focus>:not([hidden])~:not([hidden]){border-color:#a3b2f340}.focus\:divide-blue-400\/30:focus>:not([hidden])~:not([hidden]){border-color:#a3b2f34d}.focus\:divide-blue-400\/40:focus>:not([hidden])~:not([hidden]){border-color:#a3b2f366}.focus\:divide-blue-400\/50:focus>:not([hidden])~:not([hidden]){border-color:#a3b2f380}.focus\:divide-blue-400\/60:focus>:not([hidden])~:not([hidden]){border-color:#a3b2f399}.focus\:divide-blue-400\/70:focus>:not([hidden])~:not([hidden]){border-color:#a3b2f3b3}.focus\:divide-blue-400\/75:focus>:not([hidden])~:not([hidden]){border-color:#a3b2f3bf}.focus\:divide-blue-400\/80:focus>:not([hidden])~:not([hidden]){border-color:#a3b2f3cc}.focus\:divide-blue-400\/90:focus>:not([hidden])~:not([hidden]){border-color:#a3b2f3e6}.focus\:divide-blue-400\/95:focus>:not([hidden])~:not([hidden]){border-color:#a3b2f3f2}.focus\:divide-blue-400\/100:focus>:not([hidden])~:not([hidden]){border-color:#a3b2f3}.focus\:divide-blue-500\/0:focus>:not([hidden])~:not([hidden]){border-color:#7690ef00}.focus\:divide-blue-500\/5:focus>:not([hidden])~:not([hidden]){border-color:#7690ef0d}.focus\:divide-blue-500\/10:focus>:not([hidden])~:not([hidden]){border-color:#7690ef1a}.focus\:divide-blue-500\/20:focus>:not([hidden])~:not([hidden]){border-color:#7690ef33}.focus\:divide-blue-500\/25:focus>:not([hidden])~:not([hidden]){border-color:#7690ef40}.focus\:divide-blue-500\/30:focus>:not([hidden])~:not([hidden]){border-color:#7690ef4d}.focus\:divide-blue-500\/40:focus>:not([hidden])~:not([hidden]){border-color:#7690ef66}.focus\:divide-blue-500\/50:focus>:not([hidden])~:not([hidden]){border-color:#7690ef80}.focus\:divide-blue-500\/60:focus>:not([hidden])~:not([hidden]){border-color:#7690ef99}.focus\:divide-blue-500\/70:focus>:not([hidden])~:not([hidden]){border-color:#7690efb3}.focus\:divide-blue-500\/75:focus>:not([hidden])~:not([hidden]){border-color:#7690efbf}.focus\:divide-blue-500\/80:focus>:not([hidden])~:not([hidden]){border-color:#7690efcc}.focus\:divide-blue-500\/90:focus>:not([hidden])~:not([hidden]){border-color:#7690efe6}.focus\:divide-blue-500\/95:focus>:not([hidden])~:not([hidden]){border-color:#7690eff2}.focus\:divide-blue-500\/100:focus>:not([hidden])~:not([hidden]){border-color:#7690ef}.focus\:divide-blue-600\/0:focus>:not([hidden])~:not([hidden]){border-color:#2563eb00}.focus\:divide-blue-600\/5:focus>:not([hidden])~:not([hidden]){border-color:#2563eb0d}.focus\:divide-blue-600\/10:focus>:not([hidden])~:not([hidden]){border-color:#2563eb1a}.focus\:divide-blue-600\/20:focus>:not([hidden])~:not([hidden]){border-color:#2563eb33}.focus\:divide-blue-600\/25:focus>:not([hidden])~:not([hidden]){border-color:#2563eb40}.focus\:divide-blue-600\/30:focus>:not([hidden])~:not([hidden]){border-color:#2563eb4d}.focus\:divide-blue-600\/40:focus>:not([hidden])~:not([hidden]){border-color:#2563eb66}.focus\:divide-blue-600\/50:focus>:not([hidden])~:not([hidden]){border-color:#2563eb80}.focus\:divide-blue-600\/60:focus>:not([hidden])~:not([hidden]){border-color:#2563eb99}.focus\:divide-blue-600\/70:focus>:not([hidden])~:not([hidden]){border-color:#2563ebb3}.focus\:divide-blue-600\/75:focus>:not([hidden])~:not([hidden]){border-color:#2563ebbf}.focus\:divide-blue-600\/80:focus>:not([hidden])~:not([hidden]){border-color:#2563ebcc}.focus\:divide-blue-600\/90:focus>:not([hidden])~:not([hidden]){border-color:#2563ebe6}.focus\:divide-blue-600\/95:focus>:not([hidden])~:not([hidden]){border-color:#2563ebf2}.focus\:divide-blue-600\/100:focus>:not([hidden])~:not([hidden]){border-color:#2563eb}.focus\:divide-blue-700\/0:focus>:not([hidden])~:not([hidden]){border-color:#2158d200}.focus\:divide-blue-700\/5:focus>:not([hidden])~:not([hidden]){border-color:#2158d20d}.focus\:divide-blue-700\/10:focus>:not([hidden])~:not([hidden]){border-color:#2158d21a}.focus\:divide-blue-700\/20:focus>:not([hidden])~:not([hidden]){border-color:#2158d233}.focus\:divide-blue-700\/25:focus>:not([hidden])~:not([hidden]){border-color:#2158d240}.focus\:divide-blue-700\/30:focus>:not([hidden])~:not([hidden]){border-color:#2158d24d}.focus\:divide-blue-700\/40:focus>:not([hidden])~:not([hidden]){border-color:#2158d266}.focus\:divide-blue-700\/50:focus>:not([hidden])~:not([hidden]){border-color:#2158d280}.focus\:divide-blue-700\/60:focus>:not([hidden])~:not([hidden]){border-color:#2158d299}.focus\:divide-blue-700\/70:focus>:not([hidden])~:not([hidden]){border-color:#2158d2b3}.focus\:divide-blue-700\/75:focus>:not([hidden])~:not([hidden]){border-color:#2158d2bf}.focus\:divide-blue-700\/80:focus>:not([hidden])~:not([hidden]){border-color:#2158d2cc}.focus\:divide-blue-700\/90:focus>:not([hidden])~:not([hidden]){border-color:#2158d2e6}.focus\:divide-blue-700\/95:focus>:not([hidden])~:not([hidden]){border-color:#2158d2f2}.focus\:divide-blue-700\/100:focus>:not([hidden])~:not([hidden]){border-color:#2158d2}.focus\:divide-blue-800\/0:focus>:not([hidden])~:not([hidden]){border-color:#1c4cb600}.focus\:divide-blue-800\/5:focus>:not([hidden])~:not([hidden]){border-color:#1c4cb60d}.focus\:divide-blue-800\/10:focus>:not([hidden])~:not([hidden]){border-color:#1c4cb61a}.focus\:divide-blue-800\/20:focus>:not([hidden])~:not([hidden]){border-color:#1c4cb633}.focus\:divide-blue-800\/25:focus>:not([hidden])~:not([hidden]){border-color:#1c4cb640}.focus\:divide-blue-800\/30:focus>:not([hidden])~:not([hidden]){border-color:#1c4cb64d}.focus\:divide-blue-800\/40:focus>:not([hidden])~:not([hidden]){border-color:#1c4cb666}.focus\:divide-blue-800\/50:focus>:not([hidden])~:not([hidden]){border-color:#1c4cb680}.focus\:divide-blue-800\/60:focus>:not([hidden])~:not([hidden]){border-color:#1c4cb699}.focus\:divide-blue-800\/70:focus>:not([hidden])~:not([hidden]){border-color:#1c4cb6b3}.focus\:divide-blue-800\/75:focus>:not([hidden])~:not([hidden]){border-color:#1c4cb6bf}.focus\:divide-blue-800\/80:focus>:not([hidden])~:not([hidden]){border-color:#1c4cb6cc}.focus\:divide-blue-800\/90:focus>:not([hidden])~:not([hidden]){border-color:#1c4cb6e6}.focus\:divide-blue-800\/95:focus>:not([hidden])~:not([hidden]){border-color:#1c4cb6f2}.focus\:divide-blue-800\/100:focus>:not([hidden])~:not([hidden]){border-color:#1c4cb6}.focus\:divide-blue-900\/0:focus>:not([hidden])~:not([hidden]){border-color:#173e9400}.focus\:divide-blue-900\/5:focus>:not([hidden])~:not([hidden]){border-color:#173e940d}.focus\:divide-blue-900\/10:focus>:not([hidden])~:not([hidden]){border-color:#173e941a}.focus\:divide-blue-900\/20:focus>:not([hidden])~:not([hidden]){border-color:#173e9433}.focus\:divide-blue-900\/25:focus>:not([hidden])~:not([hidden]){border-color:#173e9440}.focus\:divide-blue-900\/30:focus>:not([hidden])~:not([hidden]){border-color:#173e944d}.focus\:divide-blue-900\/40:focus>:not([hidden])~:not([hidden]){border-color:#173e9466}.focus\:divide-blue-900\/50:focus>:not([hidden])~:not([hidden]){border-color:#173e9480}.focus\:divide-blue-900\/60:focus>:not([hidden])~:not([hidden]){border-color:#173e9499}.focus\:divide-blue-900\/70:focus>:not([hidden])~:not([hidden]){border-color:#173e94b3}.focus\:divide-blue-900\/75:focus>:not([hidden])~:not([hidden]){border-color:#173e94bf}.focus\:divide-blue-900\/80:focus>:not([hidden])~:not([hidden]){border-color:#173e94cc}.focus\:divide-blue-900\/90:focus>:not([hidden])~:not([hidden]){border-color:#173e94e6}.focus\:divide-blue-900\/95:focus>:not([hidden])~:not([hidden]){border-color:#173e94f2}.focus\:divide-blue-900\/100:focus>:not([hidden])~:not([hidden]){border-color:#173e94}.focus\:divide-indigo-50\/0:focus>:not([hidden])~:not([hidden]){border-color:#eef2ff00}.focus\:divide-indigo-50\/5:focus>:not([hidden])~:not([hidden]){border-color:#eef2ff0d}.focus\:divide-indigo-50\/10:focus>:not([hidden])~:not([hidden]){border-color:#eef2ff1a}.focus\:divide-indigo-50\/20:focus>:not([hidden])~:not([hidden]){border-color:#eef2ff33}.focus\:divide-indigo-50\/25:focus>:not([hidden])~:not([hidden]){border-color:#eef2ff40}.focus\:divide-indigo-50\/30:focus>:not([hidden])~:not([hidden]){border-color:#eef2ff4d}.focus\:divide-indigo-50\/40:focus>:not([hidden])~:not([hidden]){border-color:#eef2ff66}.focus\:divide-indigo-50\/50:focus>:not([hidden])~:not([hidden]){border-color:#eef2ff80}.focus\:divide-indigo-50\/60:focus>:not([hidden])~:not([hidden]){border-color:#eef2ff99}.focus\:divide-indigo-50\/70:focus>:not([hidden])~:not([hidden]){border-color:#eef2ffb3}.focus\:divide-indigo-50\/75:focus>:not([hidden])~:not([hidden]){border-color:#eef2ffbf}.focus\:divide-indigo-50\/80:focus>:not([hidden])~:not([hidden]){border-color:#eef2ffcc}.focus\:divide-indigo-50\/90:focus>:not([hidden])~:not([hidden]){border-color:#eef2ffe6}.focus\:divide-indigo-50\/95:focus>:not([hidden])~:not([hidden]){border-color:#eef2fff2}.focus\:divide-indigo-50\/100:focus>:not([hidden])~:not([hidden]){border-color:#eef2ff}.focus\:divide-indigo-100\/0:focus>:not([hidden])~:not([hidden]){border-color:#e0e7ff00}.focus\:divide-indigo-100\/5:focus>:not([hidden])~:not([hidden]){border-color:#e0e7ff0d}.focus\:divide-indigo-100\/10:focus>:not([hidden])~:not([hidden]){border-color:#e0e7ff1a}.focus\:divide-indigo-100\/20:focus>:not([hidden])~:not([hidden]){border-color:#e0e7ff33}.focus\:divide-indigo-100\/25:focus>:not([hidden])~:not([hidden]){border-color:#e0e7ff40}.focus\:divide-indigo-100\/30:focus>:not([hidden])~:not([hidden]){border-color:#e0e7ff4d}.focus\:divide-indigo-100\/40:focus>:not([hidden])~:not([hidden]){border-color:#e0e7ff66}.focus\:divide-indigo-100\/50:focus>:not([hidden])~:not([hidden]){border-color:#e0e7ff80}.focus\:divide-indigo-100\/60:focus>:not([hidden])~:not([hidden]){border-color:#e0e7ff99}.focus\:divide-indigo-100\/70:focus>:not([hidden])~:not([hidden]){border-color:#e0e7ffb3}.focus\:divide-indigo-100\/75:focus>:not([hidden])~:not([hidden]){border-color:#e0e7ffbf}.focus\:divide-indigo-100\/80:focus>:not([hidden])~:not([hidden]){border-color:#e0e7ffcc}.focus\:divide-indigo-100\/90:focus>:not([hidden])~:not([hidden]){border-color:#e0e7ffe6}.focus\:divide-indigo-100\/95:focus>:not([hidden])~:not([hidden]){border-color:#e0e7fff2}.focus\:divide-indigo-100\/100:focus>:not([hidden])~:not([hidden]){border-color:#e0e7ff}.focus\:divide-indigo-200\/0:focus>:not([hidden])~:not([hidden]){border-color:#c7d2fe00}.focus\:divide-indigo-200\/5:focus>:not([hidden])~:not([hidden]){border-color:#c7d2fe0d}.focus\:divide-indigo-200\/10:focus>:not([hidden])~:not([hidden]){border-color:#c7d2fe1a}.focus\:divide-indigo-200\/20:focus>:not([hidden])~:not([hidden]){border-color:#c7d2fe33}.focus\:divide-indigo-200\/25:focus>:not([hidden])~:not([hidden]){border-color:#c7d2fe40}.focus\:divide-indigo-200\/30:focus>:not([hidden])~:not([hidden]){border-color:#c7d2fe4d}.focus\:divide-indigo-200\/40:focus>:not([hidden])~:not([hidden]){border-color:#c7d2fe66}.focus\:divide-indigo-200\/50:focus>:not([hidden])~:not([hidden]){border-color:#c7d2fe80}.focus\:divide-indigo-200\/60:focus>:not([hidden])~:not([hidden]){border-color:#c7d2fe99}.focus\:divide-indigo-200\/70:focus>:not([hidden])~:not([hidden]){border-color:#c7d2feb3}.focus\:divide-indigo-200\/75:focus>:not([hidden])~:not([hidden]){border-color:#c7d2febf}.focus\:divide-indigo-200\/80:focus>:not([hidden])~:not([hidden]){border-color:#c7d2fecc}.focus\:divide-indigo-200\/90:focus>:not([hidden])~:not([hidden]){border-color:#c7d2fee6}.focus\:divide-indigo-200\/95:focus>:not([hidden])~:not([hidden]){border-color:#c7d2fef2}.focus\:divide-indigo-200\/100:focus>:not([hidden])~:not([hidden]){border-color:#c7d2fe}.focus\:divide-indigo-300\/0:focus>:not([hidden])~:not([hidden]){border-color:#a5b4fc00}.focus\:divide-indigo-300\/5:focus>:not([hidden])~:not([hidden]){border-color:#a5b4fc0d}.focus\:divide-indigo-300\/10:focus>:not([hidden])~:not([hidden]){border-color:#a5b4fc1a}.focus\:divide-indigo-300\/20:focus>:not([hidden])~:not([hidden]){border-color:#a5b4fc33}.focus\:divide-indigo-300\/25:focus>:not([hidden])~:not([hidden]){border-color:#a5b4fc40}.focus\:divide-indigo-300\/30:focus>:not([hidden])~:not([hidden]){border-color:#a5b4fc4d}.focus\:divide-indigo-300\/40:focus>:not([hidden])~:not([hidden]){border-color:#a5b4fc66}.focus\:divide-indigo-300\/50:focus>:not([hidden])~:not([hidden]){border-color:#a5b4fc80}.focus\:divide-indigo-300\/60:focus>:not([hidden])~:not([hidden]){border-color:#a5b4fc99}.focus\:divide-indigo-300\/70:focus>:not([hidden])~:not([hidden]){border-color:#a5b4fcb3}.focus\:divide-indigo-300\/75:focus>:not([hidden])~:not([hidden]){border-color:#a5b4fcbf}.focus\:divide-indigo-300\/80:focus>:not([hidden])~:not([hidden]){border-color:#a5b4fccc}.focus\:divide-indigo-300\/90:focus>:not([hidden])~:not([hidden]){border-color:#a5b4fce6}.focus\:divide-indigo-300\/95:focus>:not([hidden])~:not([hidden]){border-color:#a5b4fcf2}.focus\:divide-indigo-300\/100:focus>:not([hidden])~:not([hidden]){border-color:#a5b4fc}.focus\:divide-indigo-400\/0:focus>:not([hidden])~:not([hidden]){border-color:#818cf800}.focus\:divide-indigo-400\/5:focus>:not([hidden])~:not([hidden]){border-color:#818cf80d}.focus\:divide-indigo-400\/10:focus>:not([hidden])~:not([hidden]){border-color:#818cf81a}.focus\:divide-indigo-400\/20:focus>:not([hidden])~:not([hidden]){border-color:#818cf833}.focus\:divide-indigo-400\/25:focus>:not([hidden])~:not([hidden]){border-color:#818cf840}.focus\:divide-indigo-400\/30:focus>:not([hidden])~:not([hidden]){border-color:#818cf84d}.focus\:divide-indigo-400\/40:focus>:not([hidden])~:not([hidden]){border-color:#818cf866}.focus\:divide-indigo-400\/50:focus>:not([hidden])~:not([hidden]){border-color:#818cf880}.focus\:divide-indigo-400\/60:focus>:not([hidden])~:not([hidden]){border-color:#818cf899}.focus\:divide-indigo-400\/70:focus>:not([hidden])~:not([hidden]){border-color:#818cf8b3}.focus\:divide-indigo-400\/75:focus>:not([hidden])~:not([hidden]){border-color:#818cf8bf}.focus\:divide-indigo-400\/80:focus>:not([hidden])~:not([hidden]){border-color:#818cf8cc}.focus\:divide-indigo-400\/90:focus>:not([hidden])~:not([hidden]){border-color:#818cf8e6}.focus\:divide-indigo-400\/95:focus>:not([hidden])~:not([hidden]){border-color:#818cf8f2}.focus\:divide-indigo-400\/100:focus>:not([hidden])~:not([hidden]){border-color:#818cf8}.focus\:divide-indigo-500\/0:focus>:not([hidden])~:not([hidden]){border-color:#6366f100}.focus\:divide-indigo-500\/5:focus>:not([hidden])~:not([hidden]){border-color:#6366f10d}.focus\:divide-indigo-500\/10:focus>:not([hidden])~:not([hidden]){border-color:#6366f11a}.focus\:divide-indigo-500\/20:focus>:not([hidden])~:not([hidden]){border-color:#6366f133}.focus\:divide-indigo-500\/25:focus>:not([hidden])~:not([hidden]){border-color:#6366f140}.focus\:divide-indigo-500\/30:focus>:not([hidden])~:not([hidden]){border-color:#6366f14d}.focus\:divide-indigo-500\/40:focus>:not([hidden])~:not([hidden]){border-color:#6366f166}.focus\:divide-indigo-500\/50:focus>:not([hidden])~:not([hidden]){border-color:#6366f180}.focus\:divide-indigo-500\/60:focus>:not([hidden])~:not([hidden]){border-color:#6366f199}.focus\:divide-indigo-500\/70:focus>:not([hidden])~:not([hidden]){border-color:#6366f1b3}.focus\:divide-indigo-500\/75:focus>:not([hidden])~:not([hidden]){border-color:#6366f1bf}.focus\:divide-indigo-500\/80:focus>:not([hidden])~:not([hidden]){border-color:#6366f1cc}.focus\:divide-indigo-500\/90:focus>:not([hidden])~:not([hidden]){border-color:#6366f1e6}.focus\:divide-indigo-500\/95:focus>:not([hidden])~:not([hidden]){border-color:#6366f1f2}.focus\:divide-indigo-500\/100:focus>:not([hidden])~:not([hidden]){border-color:#6366f1}.focus\:divide-indigo-600\/0:focus>:not([hidden])~:not([hidden]){border-color:#4f46e500}.focus\:divide-indigo-600\/5:focus>:not([hidden])~:not([hidden]){border-color:#4f46e50d}.focus\:divide-indigo-600\/10:focus>:not([hidden])~:not([hidden]){border-color:#4f46e51a}.focus\:divide-indigo-600\/20:focus>:not([hidden])~:not([hidden]){border-color:#4f46e533}.focus\:divide-indigo-600\/25:focus>:not([hidden])~:not([hidden]){border-color:#4f46e540}.focus\:divide-indigo-600\/30:focus>:not([hidden])~:not([hidden]){border-color:#4f46e54d}.focus\:divide-indigo-600\/40:focus>:not([hidden])~:not([hidden]){border-color:#4f46e566}.focus\:divide-indigo-600\/50:focus>:not([hidden])~:not([hidden]){border-color:#4f46e580}.focus\:divide-indigo-600\/60:focus>:not([hidden])~:not([hidden]){border-color:#4f46e599}.focus\:divide-indigo-600\/70:focus>:not([hidden])~:not([hidden]){border-color:#4f46e5b3}.focus\:divide-indigo-600\/75:focus>:not([hidden])~:not([hidden]){border-color:#4f46e5bf}.focus\:divide-indigo-600\/80:focus>:not([hidden])~:not([hidden]){border-color:#4f46e5cc}.focus\:divide-indigo-600\/90:focus>:not([hidden])~:not([hidden]){border-color:#4f46e5e6}.focus\:divide-indigo-600\/95:focus>:not([hidden])~:not([hidden]){border-color:#4f46e5f2}.focus\:divide-indigo-600\/100:focus>:not([hidden])~:not([hidden]){border-color:#4f46e5}.focus\:divide-indigo-700\/0:focus>:not([hidden])~:not([hidden]){border-color:#4338ca00}.focus\:divide-indigo-700\/5:focus>:not([hidden])~:not([hidden]){border-color:#4338ca0d}.focus\:divide-indigo-700\/10:focus>:not([hidden])~:not([hidden]){border-color:#4338ca1a}.focus\:divide-indigo-700\/20:focus>:not([hidden])~:not([hidden]){border-color:#4338ca33}.focus\:divide-indigo-700\/25:focus>:not([hidden])~:not([hidden]){border-color:#4338ca40}.focus\:divide-indigo-700\/30:focus>:not([hidden])~:not([hidden]){border-color:#4338ca4d}.focus\:divide-indigo-700\/40:focus>:not([hidden])~:not([hidden]){border-color:#4338ca66}.focus\:divide-indigo-700\/50:focus>:not([hidden])~:not([hidden]){border-color:#4338ca80}.focus\:divide-indigo-700\/60:focus>:not([hidden])~:not([hidden]){border-color:#4338ca99}.focus\:divide-indigo-700\/70:focus>:not([hidden])~:not([hidden]){border-color:#4338cab3}.focus\:divide-indigo-700\/75:focus>:not([hidden])~:not([hidden]){border-color:#4338cabf}.focus\:divide-indigo-700\/80:focus>:not([hidden])~:not([hidden]){border-color:#4338cacc}.focus\:divide-indigo-700\/90:focus>:not([hidden])~:not([hidden]){border-color:#4338cae6}.focus\:divide-indigo-700\/95:focus>:not([hidden])~:not([hidden]){border-color:#4338caf2}.focus\:divide-indigo-700\/100:focus>:not([hidden])~:not([hidden]){border-color:#4338ca}.focus\:divide-indigo-800\/0:focus>:not([hidden])~:not([hidden]){border-color:#3730a300}.focus\:divide-indigo-800\/5:focus>:not([hidden])~:not([hidden]){border-color:#3730a30d}.focus\:divide-indigo-800\/10:focus>:not([hidden])~:not([hidden]){border-color:#3730a31a}.focus\:divide-indigo-800\/20:focus>:not([hidden])~:not([hidden]){border-color:#3730a333}.focus\:divide-indigo-800\/25:focus>:not([hidden])~:not([hidden]){border-color:#3730a340}.focus\:divide-indigo-800\/30:focus>:not([hidden])~:not([hidden]){border-color:#3730a34d}.focus\:divide-indigo-800\/40:focus>:not([hidden])~:not([hidden]){border-color:#3730a366}.focus\:divide-indigo-800\/50:focus>:not([hidden])~:not([hidden]){border-color:#3730a380}.focus\:divide-indigo-800\/60:focus>:not([hidden])~:not([hidden]){border-color:#3730a399}.focus\:divide-indigo-800\/70:focus>:not([hidden])~:not([hidden]){border-color:#3730a3b3}.focus\:divide-indigo-800\/75:focus>:not([hidden])~:not([hidden]){border-color:#3730a3bf}.focus\:divide-indigo-800\/80:focus>:not([hidden])~:not([hidden]){border-color:#3730a3cc}.focus\:divide-indigo-800\/90:focus>:not([hidden])~:not([hidden]){border-color:#3730a3e6}.focus\:divide-indigo-800\/95:focus>:not([hidden])~:not([hidden]){border-color:#3730a3f2}.focus\:divide-indigo-800\/100:focus>:not([hidden])~:not([hidden]){border-color:#3730a3}.focus\:divide-indigo-900\/0:focus>:not([hidden])~:not([hidden]){border-color:#312e8100}.focus\:divide-indigo-900\/5:focus>:not([hidden])~:not([hidden]){border-color:#312e810d}.focus\:divide-indigo-900\/10:focus>:not([hidden])~:not([hidden]){border-color:#312e811a}.focus\:divide-indigo-900\/20:focus>:not([hidden])~:not([hidden]){border-color:#312e8133}.focus\:divide-indigo-900\/25:focus>:not([hidden])~:not([hidden]){border-color:#312e8140}.focus\:divide-indigo-900\/30:focus>:not([hidden])~:not([hidden]){border-color:#312e814d}.focus\:divide-indigo-900\/40:focus>:not([hidden])~:not([hidden]){border-color:#312e8166}.focus\:divide-indigo-900\/50:focus>:not([hidden])~:not([hidden]){border-color:#312e8180}.focus\:divide-indigo-900\/60:focus>:not([hidden])~:not([hidden]){border-color:#312e8199}.focus\:divide-indigo-900\/70:focus>:not([hidden])~:not([hidden]){border-color:#312e81b3}.focus\:divide-indigo-900\/75:focus>:not([hidden])~:not([hidden]){border-color:#312e81bf}.focus\:divide-indigo-900\/80:focus>:not([hidden])~:not([hidden]){border-color:#312e81cc}.focus\:divide-indigo-900\/90:focus>:not([hidden])~:not([hidden]){border-color:#312e81e6}.focus\:divide-indigo-900\/95:focus>:not([hidden])~:not([hidden]){border-color:#312e81f2}.focus\:divide-indigo-900\/100:focus>:not([hidden])~:not([hidden]){border-color:#312e81}.focus\:divide-violet-50\/0:focus>:not([hidden])~:not([hidden]){border-color:#f5f3ff00}.focus\:divide-violet-50\/5:focus>:not([hidden])~:not([hidden]){border-color:#f5f3ff0d}.focus\:divide-violet-50\/10:focus>:not([hidden])~:not([hidden]){border-color:#f5f3ff1a}.focus\:divide-violet-50\/20:focus>:not([hidden])~:not([hidden]){border-color:#f5f3ff33}.focus\:divide-violet-50\/25:focus>:not([hidden])~:not([hidden]){border-color:#f5f3ff40}.focus\:divide-violet-50\/30:focus>:not([hidden])~:not([hidden]){border-color:#f5f3ff4d}.focus\:divide-violet-50\/40:focus>:not([hidden])~:not([hidden]){border-color:#f5f3ff66}.focus\:divide-violet-50\/50:focus>:not([hidden])~:not([hidden]){border-color:#f5f3ff80}.focus\:divide-violet-50\/60:focus>:not([hidden])~:not([hidden]){border-color:#f5f3ff99}.focus\:divide-violet-50\/70:focus>:not([hidden])~:not([hidden]){border-color:#f5f3ffb3}.focus\:divide-violet-50\/75:focus>:not([hidden])~:not([hidden]){border-color:#f5f3ffbf}.focus\:divide-violet-50\/80:focus>:not([hidden])~:not([hidden]){border-color:#f5f3ffcc}.focus\:divide-violet-50\/90:focus>:not([hidden])~:not([hidden]){border-color:#f5f3ffe6}.focus\:divide-violet-50\/95:focus>:not([hidden])~:not([hidden]){border-color:#f5f3fff2}.focus\:divide-violet-50\/100:focus>:not([hidden])~:not([hidden]){border-color:#f5f3ff}.focus\:divide-violet-100\/0:focus>:not([hidden])~:not([hidden]){border-color:#ede9fe00}.focus\:divide-violet-100\/5:focus>:not([hidden])~:not([hidden]){border-color:#ede9fe0d}.focus\:divide-violet-100\/10:focus>:not([hidden])~:not([hidden]){border-color:#ede9fe1a}.focus\:divide-violet-100\/20:focus>:not([hidden])~:not([hidden]){border-color:#ede9fe33}.focus\:divide-violet-100\/25:focus>:not([hidden])~:not([hidden]){border-color:#ede9fe40}.focus\:divide-violet-100\/30:focus>:not([hidden])~:not([hidden]){border-color:#ede9fe4d}.focus\:divide-violet-100\/40:focus>:not([hidden])~:not([hidden]){border-color:#ede9fe66}.focus\:divide-violet-100\/50:focus>:not([hidden])~:not([hidden]){border-color:#ede9fe80}.focus\:divide-violet-100\/60:focus>:not([hidden])~:not([hidden]){border-color:#ede9fe99}.focus\:divide-violet-100\/70:focus>:not([hidden])~:not([hidden]){border-color:#ede9feb3}.focus\:divide-violet-100\/75:focus>:not([hidden])~:not([hidden]){border-color:#ede9febf}.focus\:divide-violet-100\/80:focus>:not([hidden])~:not([hidden]){border-color:#ede9fecc}.focus\:divide-violet-100\/90:focus>:not([hidden])~:not([hidden]){border-color:#ede9fee6}.focus\:divide-violet-100\/95:focus>:not([hidden])~:not([hidden]){border-color:#ede9fef2}.focus\:divide-violet-100\/100:focus>:not([hidden])~:not([hidden]){border-color:#ede9fe}.focus\:divide-violet-200\/0:focus>:not([hidden])~:not([hidden]){border-color:#ddd6fe00}.focus\:divide-violet-200\/5:focus>:not([hidden])~:not([hidden]){border-color:#ddd6fe0d}.focus\:divide-violet-200\/10:focus>:not([hidden])~:not([hidden]){border-color:#ddd6fe1a}.focus\:divide-violet-200\/20:focus>:not([hidden])~:not([hidden]){border-color:#ddd6fe33}.focus\:divide-violet-200\/25:focus>:not([hidden])~:not([hidden]){border-color:#ddd6fe40}.focus\:divide-violet-200\/30:focus>:not([hidden])~:not([hidden]){border-color:#ddd6fe4d}.focus\:divide-violet-200\/40:focus>:not([hidden])~:not([hidden]){border-color:#ddd6fe66}.focus\:divide-violet-200\/50:focus>:not([hidden])~:not([hidden]){border-color:#ddd6fe80}.focus\:divide-violet-200\/60:focus>:not([hidden])~:not([hidden]){border-color:#ddd6fe99}.focus\:divide-violet-200\/70:focus>:not([hidden])~:not([hidden]){border-color:#ddd6feb3}.focus\:divide-violet-200\/75:focus>:not([hidden])~:not([hidden]){border-color:#ddd6febf}.focus\:divide-violet-200\/80:focus>:not([hidden])~:not([hidden]){border-color:#ddd6fecc}.focus\:divide-violet-200\/90:focus>:not([hidden])~:not([hidden]){border-color:#ddd6fee6}.focus\:divide-violet-200\/95:focus>:not([hidden])~:not([hidden]){border-color:#ddd6fef2}.focus\:divide-violet-200\/100:focus>:not([hidden])~:not([hidden]){border-color:#ddd6fe}.focus\:divide-violet-300\/0:focus>:not([hidden])~:not([hidden]){border-color:#c4b5fd00}.focus\:divide-violet-300\/5:focus>:not([hidden])~:not([hidden]){border-color:#c4b5fd0d}.focus\:divide-violet-300\/10:focus>:not([hidden])~:not([hidden]){border-color:#c4b5fd1a}.focus\:divide-violet-300\/20:focus>:not([hidden])~:not([hidden]){border-color:#c4b5fd33}.focus\:divide-violet-300\/25:focus>:not([hidden])~:not([hidden]){border-color:#c4b5fd40}.focus\:divide-violet-300\/30:focus>:not([hidden])~:not([hidden]){border-color:#c4b5fd4d}.focus\:divide-violet-300\/40:focus>:not([hidden])~:not([hidden]){border-color:#c4b5fd66}.focus\:divide-violet-300\/50:focus>:not([hidden])~:not([hidden]){border-color:#c4b5fd80}.focus\:divide-violet-300\/60:focus>:not([hidden])~:not([hidden]){border-color:#c4b5fd99}.focus\:divide-violet-300\/70:focus>:not([hidden])~:not([hidden]){border-color:#c4b5fdb3}.focus\:divide-violet-300\/75:focus>:not([hidden])~:not([hidden]){border-color:#c4b5fdbf}.focus\:divide-violet-300\/80:focus>:not([hidden])~:not([hidden]){border-color:#c4b5fdcc}.focus\:divide-violet-300\/90:focus>:not([hidden])~:not([hidden]){border-color:#c4b5fde6}.focus\:divide-violet-300\/95:focus>:not([hidden])~:not([hidden]){border-color:#c4b5fdf2}.focus\:divide-violet-300\/100:focus>:not([hidden])~:not([hidden]){border-color:#c4b5fd}.focus\:divide-violet-400\/0:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa00}.focus\:divide-violet-400\/5:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa0d}.focus\:divide-violet-400\/10:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa1a}.focus\:divide-violet-400\/20:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa33}.focus\:divide-violet-400\/25:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa40}.focus\:divide-violet-400\/30:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa4d}.focus\:divide-violet-400\/40:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa66}.focus\:divide-violet-400\/50:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa80}.focus\:divide-violet-400\/60:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa99}.focus\:divide-violet-400\/70:focus>:not([hidden])~:not([hidden]){border-color:#a78bfab3}.focus\:divide-violet-400\/75:focus>:not([hidden])~:not([hidden]){border-color:#a78bfabf}.focus\:divide-violet-400\/80:focus>:not([hidden])~:not([hidden]){border-color:#a78bfacc}.focus\:divide-violet-400\/90:focus>:not([hidden])~:not([hidden]){border-color:#a78bfae6}.focus\:divide-violet-400\/95:focus>:not([hidden])~:not([hidden]){border-color:#a78bfaf2}.focus\:divide-violet-400\/100:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa}.focus\:divide-violet-500\/0:focus>:not([hidden])~:not([hidden]){border-color:#8b5cf600}.focus\:divide-violet-500\/5:focus>:not([hidden])~:not([hidden]){border-color:#8b5cf60d}.focus\:divide-violet-500\/10:focus>:not([hidden])~:not([hidden]){border-color:#8b5cf61a}.focus\:divide-violet-500\/20:focus>:not([hidden])~:not([hidden]){border-color:#8b5cf633}.focus\:divide-violet-500\/25:focus>:not([hidden])~:not([hidden]){border-color:#8b5cf640}.focus\:divide-violet-500\/30:focus>:not([hidden])~:not([hidden]){border-color:#8b5cf64d}.focus\:divide-violet-500\/40:focus>:not([hidden])~:not([hidden]){border-color:#8b5cf666}.focus\:divide-violet-500\/50:focus>:not([hidden])~:not([hidden]){border-color:#8b5cf680}.focus\:divide-violet-500\/60:focus>:not([hidden])~:not([hidden]){border-color:#8b5cf699}.focus\:divide-violet-500\/70:focus>:not([hidden])~:not([hidden]){border-color:#8b5cf6b3}.focus\:divide-violet-500\/75:focus>:not([hidden])~:not([hidden]){border-color:#8b5cf6bf}.focus\:divide-violet-500\/80:focus>:not([hidden])~:not([hidden]){border-color:#8b5cf6cc}.focus\:divide-violet-500\/90:focus>:not([hidden])~:not([hidden]){border-color:#8b5cf6e6}.focus\:divide-violet-500\/95:focus>:not([hidden])~:not([hidden]){border-color:#8b5cf6f2}.focus\:divide-violet-500\/100:focus>:not([hidden])~:not([hidden]){border-color:#8b5cf6}.focus\:divide-violet-600\/0:focus>:not([hidden])~:not([hidden]){border-color:#7c3aed00}.focus\:divide-violet-600\/5:focus>:not([hidden])~:not([hidden]){border-color:#7c3aed0d}.focus\:divide-violet-600\/10:focus>:not([hidden])~:not([hidden]){border-color:#7c3aed1a}.focus\:divide-violet-600\/20:focus>:not([hidden])~:not([hidden]){border-color:#7c3aed33}.focus\:divide-violet-600\/25:focus>:not([hidden])~:not([hidden]){border-color:#7c3aed40}.focus\:divide-violet-600\/30:focus>:not([hidden])~:not([hidden]){border-color:#7c3aed4d}.focus\:divide-violet-600\/40:focus>:not([hidden])~:not([hidden]){border-color:#7c3aed66}.focus\:divide-violet-600\/50:focus>:not([hidden])~:not([hidden]){border-color:#7c3aed80}.focus\:divide-violet-600\/60:focus>:not([hidden])~:not([hidden]){border-color:#7c3aed99}.focus\:divide-violet-600\/70:focus>:not([hidden])~:not([hidden]){border-color:#7c3aedb3}.focus\:divide-violet-600\/75:focus>:not([hidden])~:not([hidden]){border-color:#7c3aedbf}.focus\:divide-violet-600\/80:focus>:not([hidden])~:not([hidden]){border-color:#7c3aedcc}.focus\:divide-violet-600\/90:focus>:not([hidden])~:not([hidden]){border-color:#7c3aede6}.focus\:divide-violet-600\/95:focus>:not([hidden])~:not([hidden]){border-color:#7c3aedf2}.focus\:divide-violet-600\/100:focus>:not([hidden])~:not([hidden]){border-color:#7c3aed}.focus\:divide-violet-700\/0:focus>:not([hidden])~:not([hidden]){border-color:#6d28d900}.focus\:divide-violet-700\/5:focus>:not([hidden])~:not([hidden]){border-color:#6d28d90d}.focus\:divide-violet-700\/10:focus>:not([hidden])~:not([hidden]){border-color:#6d28d91a}.focus\:divide-violet-700\/20:focus>:not([hidden])~:not([hidden]){border-color:#6d28d933}.focus\:divide-violet-700\/25:focus>:not([hidden])~:not([hidden]){border-color:#6d28d940}.focus\:divide-violet-700\/30:focus>:not([hidden])~:not([hidden]){border-color:#6d28d94d}.focus\:divide-violet-700\/40:focus>:not([hidden])~:not([hidden]){border-color:#6d28d966}.focus\:divide-violet-700\/50:focus>:not([hidden])~:not([hidden]){border-color:#6d28d980}.focus\:divide-violet-700\/60:focus>:not([hidden])~:not([hidden]){border-color:#6d28d999}.focus\:divide-violet-700\/70:focus>:not([hidden])~:not([hidden]){border-color:#6d28d9b3}.focus\:divide-violet-700\/75:focus>:not([hidden])~:not([hidden]){border-color:#6d28d9bf}.focus\:divide-violet-700\/80:focus>:not([hidden])~:not([hidden]){border-color:#6d28d9cc}.focus\:divide-violet-700\/90:focus>:not([hidden])~:not([hidden]){border-color:#6d28d9e6}.focus\:divide-violet-700\/95:focus>:not([hidden])~:not([hidden]){border-color:#6d28d9f2}.focus\:divide-violet-700\/100:focus>:not([hidden])~:not([hidden]){border-color:#6d28d9}.focus\:divide-violet-800\/0:focus>:not([hidden])~:not([hidden]){border-color:#5b21b600}.focus\:divide-violet-800\/5:focus>:not([hidden])~:not([hidden]){border-color:#5b21b60d}.focus\:divide-violet-800\/10:focus>:not([hidden])~:not([hidden]){border-color:#5b21b61a}.focus\:divide-violet-800\/20:focus>:not([hidden])~:not([hidden]){border-color:#5b21b633}.focus\:divide-violet-800\/25:focus>:not([hidden])~:not([hidden]){border-color:#5b21b640}.focus\:divide-violet-800\/30:focus>:not([hidden])~:not([hidden]){border-color:#5b21b64d}.focus\:divide-violet-800\/40:focus>:not([hidden])~:not([hidden]){border-color:#5b21b666}.focus\:divide-violet-800\/50:focus>:not([hidden])~:not([hidden]){border-color:#5b21b680}.focus\:divide-violet-800\/60:focus>:not([hidden])~:not([hidden]){border-color:#5b21b699}.focus\:divide-violet-800\/70:focus>:not([hidden])~:not([hidden]){border-color:#5b21b6b3}.focus\:divide-violet-800\/75:focus>:not([hidden])~:not([hidden]){border-color:#5b21b6bf}.focus\:divide-violet-800\/80:focus>:not([hidden])~:not([hidden]){border-color:#5b21b6cc}.focus\:divide-violet-800\/90:focus>:not([hidden])~:not([hidden]){border-color:#5b21b6e6}.focus\:divide-violet-800\/95:focus>:not([hidden])~:not([hidden]){border-color:#5b21b6f2}.focus\:divide-violet-800\/100:focus>:not([hidden])~:not([hidden]){border-color:#5b21b6}.focus\:divide-violet-900\/0:focus>:not([hidden])~:not([hidden]){border-color:#4c1d9500}.focus\:divide-violet-900\/5:focus>:not([hidden])~:not([hidden]){border-color:#4c1d950d}.focus\:divide-violet-900\/10:focus>:not([hidden])~:not([hidden]){border-color:#4c1d951a}.focus\:divide-violet-900\/20:focus>:not([hidden])~:not([hidden]){border-color:#4c1d9533}.focus\:divide-violet-900\/25:focus>:not([hidden])~:not([hidden]){border-color:#4c1d9540}.focus\:divide-violet-900\/30:focus>:not([hidden])~:not([hidden]){border-color:#4c1d954d}.focus\:divide-violet-900\/40:focus>:not([hidden])~:not([hidden]){border-color:#4c1d9566}.focus\:divide-violet-900\/50:focus>:not([hidden])~:not([hidden]){border-color:#4c1d9580}.focus\:divide-violet-900\/60:focus>:not([hidden])~:not([hidden]){border-color:#4c1d9599}.focus\:divide-violet-900\/70:focus>:not([hidden])~:not([hidden]){border-color:#4c1d95b3}.focus\:divide-violet-900\/75:focus>:not([hidden])~:not([hidden]){border-color:#4c1d95bf}.focus\:divide-violet-900\/80:focus>:not([hidden])~:not([hidden]){border-color:#4c1d95cc}.focus\:divide-violet-900\/90:focus>:not([hidden])~:not([hidden]){border-color:#4c1d95e6}.focus\:divide-violet-900\/95:focus>:not([hidden])~:not([hidden]){border-color:#4c1d95f2}.focus\:divide-violet-900\/100:focus>:not([hidden])~:not([hidden]){border-color:#4c1d95}.focus\:divide-fuchsia-50\/0:focus>:not([hidden])~:not([hidden]){border-color:#fdf4ff00}.focus\:divide-fuchsia-50\/5:focus>:not([hidden])~:not([hidden]){border-color:#fdf4ff0d}.focus\:divide-fuchsia-50\/10:focus>:not([hidden])~:not([hidden]){border-color:#fdf4ff1a}.focus\:divide-fuchsia-50\/20:focus>:not([hidden])~:not([hidden]){border-color:#fdf4ff33}.focus\:divide-fuchsia-50\/25:focus>:not([hidden])~:not([hidden]){border-color:#fdf4ff40}.focus\:divide-fuchsia-50\/30:focus>:not([hidden])~:not([hidden]){border-color:#fdf4ff4d}.focus\:divide-fuchsia-50\/40:focus>:not([hidden])~:not([hidden]){border-color:#fdf4ff66}.focus\:divide-fuchsia-50\/50:focus>:not([hidden])~:not([hidden]){border-color:#fdf4ff80}.focus\:divide-fuchsia-50\/60:focus>:not([hidden])~:not([hidden]){border-color:#fdf4ff99}.focus\:divide-fuchsia-50\/70:focus>:not([hidden])~:not([hidden]){border-color:#fdf4ffb3}.focus\:divide-fuchsia-50\/75:focus>:not([hidden])~:not([hidden]){border-color:#fdf4ffbf}.focus\:divide-fuchsia-50\/80:focus>:not([hidden])~:not([hidden]){border-color:#fdf4ffcc}.focus\:divide-fuchsia-50\/90:focus>:not([hidden])~:not([hidden]){border-color:#fdf4ffe6}.focus\:divide-fuchsia-50\/95:focus>:not([hidden])~:not([hidden]){border-color:#fdf4fff2}.focus\:divide-fuchsia-50\/100:focus>:not([hidden])~:not([hidden]){border-color:#fdf4ff}.focus\:divide-fuchsia-100\/0:focus>:not([hidden])~:not([hidden]){border-color:#fae8ff00}.focus\:divide-fuchsia-100\/5:focus>:not([hidden])~:not([hidden]){border-color:#fae8ff0d}.focus\:divide-fuchsia-100\/10:focus>:not([hidden])~:not([hidden]){border-color:#fae8ff1a}.focus\:divide-fuchsia-100\/20:focus>:not([hidden])~:not([hidden]){border-color:#fae8ff33}.focus\:divide-fuchsia-100\/25:focus>:not([hidden])~:not([hidden]){border-color:#fae8ff40}.focus\:divide-fuchsia-100\/30:focus>:not([hidden])~:not([hidden]){border-color:#fae8ff4d}.focus\:divide-fuchsia-100\/40:focus>:not([hidden])~:not([hidden]){border-color:#fae8ff66}.focus\:divide-fuchsia-100\/50:focus>:not([hidden])~:not([hidden]){border-color:#fae8ff80}.focus\:divide-fuchsia-100\/60:focus>:not([hidden])~:not([hidden]){border-color:#fae8ff99}.focus\:divide-fuchsia-100\/70:focus>:not([hidden])~:not([hidden]){border-color:#fae8ffb3}.focus\:divide-fuchsia-100\/75:focus>:not([hidden])~:not([hidden]){border-color:#fae8ffbf}.focus\:divide-fuchsia-100\/80:focus>:not([hidden])~:not([hidden]){border-color:#fae8ffcc}.focus\:divide-fuchsia-100\/90:focus>:not([hidden])~:not([hidden]){border-color:#fae8ffe6}.focus\:divide-fuchsia-100\/95:focus>:not([hidden])~:not([hidden]){border-color:#fae8fff2}.focus\:divide-fuchsia-100\/100:focus>:not([hidden])~:not([hidden]){border-color:#fae8ff}.focus\:divide-fuchsia-200\/0:focus>:not([hidden])~:not([hidden]){border-color:#f5d0fe00}.focus\:divide-fuchsia-200\/5:focus>:not([hidden])~:not([hidden]){border-color:#f5d0fe0d}.focus\:divide-fuchsia-200\/10:focus>:not([hidden])~:not([hidden]){border-color:#f5d0fe1a}.focus\:divide-fuchsia-200\/20:focus>:not([hidden])~:not([hidden]){border-color:#f5d0fe33}.focus\:divide-fuchsia-200\/25:focus>:not([hidden])~:not([hidden]){border-color:#f5d0fe40}.focus\:divide-fuchsia-200\/30:focus>:not([hidden])~:not([hidden]){border-color:#f5d0fe4d}.focus\:divide-fuchsia-200\/40:focus>:not([hidden])~:not([hidden]){border-color:#f5d0fe66}.focus\:divide-fuchsia-200\/50:focus>:not([hidden])~:not([hidden]){border-color:#f5d0fe80}.focus\:divide-fuchsia-200\/60:focus>:not([hidden])~:not([hidden]){border-color:#f5d0fe99}.focus\:divide-fuchsia-200\/70:focus>:not([hidden])~:not([hidden]){border-color:#f5d0feb3}.focus\:divide-fuchsia-200\/75:focus>:not([hidden])~:not([hidden]){border-color:#f5d0febf}.focus\:divide-fuchsia-200\/80:focus>:not([hidden])~:not([hidden]){border-color:#f5d0fecc}.focus\:divide-fuchsia-200\/90:focus>:not([hidden])~:not([hidden]){border-color:#f5d0fee6}.focus\:divide-fuchsia-200\/95:focus>:not([hidden])~:not([hidden]){border-color:#f5d0fef2}.focus\:divide-fuchsia-200\/100:focus>:not([hidden])~:not([hidden]){border-color:#f5d0fe}.focus\:divide-fuchsia-300\/0:focus>:not([hidden])~:not([hidden]){border-color:#f0abfc00}.focus\:divide-fuchsia-300\/5:focus>:not([hidden])~:not([hidden]){border-color:#f0abfc0d}.focus\:divide-fuchsia-300\/10:focus>:not([hidden])~:not([hidden]){border-color:#f0abfc1a}.focus\:divide-fuchsia-300\/20:focus>:not([hidden])~:not([hidden]){border-color:#f0abfc33}.focus\:divide-fuchsia-300\/25:focus>:not([hidden])~:not([hidden]){border-color:#f0abfc40}.focus\:divide-fuchsia-300\/30:focus>:not([hidden])~:not([hidden]){border-color:#f0abfc4d}.focus\:divide-fuchsia-300\/40:focus>:not([hidden])~:not([hidden]){border-color:#f0abfc66}.focus\:divide-fuchsia-300\/50:focus>:not([hidden])~:not([hidden]){border-color:#f0abfc80}.focus\:divide-fuchsia-300\/60:focus>:not([hidden])~:not([hidden]){border-color:#f0abfc99}.focus\:divide-fuchsia-300\/70:focus>:not([hidden])~:not([hidden]){border-color:#f0abfcb3}.focus\:divide-fuchsia-300\/75:focus>:not([hidden])~:not([hidden]){border-color:#f0abfcbf}.focus\:divide-fuchsia-300\/80:focus>:not([hidden])~:not([hidden]){border-color:#f0abfccc}.focus\:divide-fuchsia-300\/90:focus>:not([hidden])~:not([hidden]){border-color:#f0abfce6}.focus\:divide-fuchsia-300\/95:focus>:not([hidden])~:not([hidden]){border-color:#f0abfcf2}.focus\:divide-fuchsia-300\/100:focus>:not([hidden])~:not([hidden]){border-color:#f0abfc}.focus\:divide-fuchsia-400\/0:focus>:not([hidden])~:not([hidden]){border-color:#e879f900}.focus\:divide-fuchsia-400\/5:focus>:not([hidden])~:not([hidden]){border-color:#e879f90d}.focus\:divide-fuchsia-400\/10:focus>:not([hidden])~:not([hidden]){border-color:#e879f91a}.focus\:divide-fuchsia-400\/20:focus>:not([hidden])~:not([hidden]){border-color:#e879f933}.focus\:divide-fuchsia-400\/25:focus>:not([hidden])~:not([hidden]){border-color:#e879f940}.focus\:divide-fuchsia-400\/30:focus>:not([hidden])~:not([hidden]){border-color:#e879f94d}.focus\:divide-fuchsia-400\/40:focus>:not([hidden])~:not([hidden]){border-color:#e879f966}.focus\:divide-fuchsia-400\/50:focus>:not([hidden])~:not([hidden]){border-color:#e879f980}.focus\:divide-fuchsia-400\/60:focus>:not([hidden])~:not([hidden]){border-color:#e879f999}.focus\:divide-fuchsia-400\/70:focus>:not([hidden])~:not([hidden]){border-color:#e879f9b3}.focus\:divide-fuchsia-400\/75:focus>:not([hidden])~:not([hidden]){border-color:#e879f9bf}.focus\:divide-fuchsia-400\/80:focus>:not([hidden])~:not([hidden]){border-color:#e879f9cc}.focus\:divide-fuchsia-400\/90:focus>:not([hidden])~:not([hidden]){border-color:#e879f9e6}.focus\:divide-fuchsia-400\/95:focus>:not([hidden])~:not([hidden]){border-color:#e879f9f2}.focus\:divide-fuchsia-400\/100:focus>:not([hidden])~:not([hidden]){border-color:#e879f9}.focus\:divide-fuchsia-500\/0:focus>:not([hidden])~:not([hidden]){border-color:#d946ef00}.focus\:divide-fuchsia-500\/5:focus>:not([hidden])~:not([hidden]){border-color:#d946ef0d}.focus\:divide-fuchsia-500\/10:focus>:not([hidden])~:not([hidden]){border-color:#d946ef1a}.focus\:divide-fuchsia-500\/20:focus>:not([hidden])~:not([hidden]){border-color:#d946ef33}.focus\:divide-fuchsia-500\/25:focus>:not([hidden])~:not([hidden]){border-color:#d946ef40}.focus\:divide-fuchsia-500\/30:focus>:not([hidden])~:not([hidden]){border-color:#d946ef4d}.focus\:divide-fuchsia-500\/40:focus>:not([hidden])~:not([hidden]){border-color:#d946ef66}.focus\:divide-fuchsia-500\/50:focus>:not([hidden])~:not([hidden]){border-color:#d946ef80}.focus\:divide-fuchsia-500\/60:focus>:not([hidden])~:not([hidden]){border-color:#d946ef99}.focus\:divide-fuchsia-500\/70:focus>:not([hidden])~:not([hidden]){border-color:#d946efb3}.focus\:divide-fuchsia-500\/75:focus>:not([hidden])~:not([hidden]){border-color:#d946efbf}.focus\:divide-fuchsia-500\/80:focus>:not([hidden])~:not([hidden]){border-color:#d946efcc}.focus\:divide-fuchsia-500\/90:focus>:not([hidden])~:not([hidden]){border-color:#d946efe6}.focus\:divide-fuchsia-500\/95:focus>:not([hidden])~:not([hidden]){border-color:#d946eff2}.focus\:divide-fuchsia-500\/100:focus>:not([hidden])~:not([hidden]){border-color:#d946ef}.focus\:divide-fuchsia-600\/0:focus>:not([hidden])~:not([hidden]){border-color:#c026d300}.focus\:divide-fuchsia-600\/5:focus>:not([hidden])~:not([hidden]){border-color:#c026d30d}.focus\:divide-fuchsia-600\/10:focus>:not([hidden])~:not([hidden]){border-color:#c026d31a}.focus\:divide-fuchsia-600\/20:focus>:not([hidden])~:not([hidden]){border-color:#c026d333}.focus\:divide-fuchsia-600\/25:focus>:not([hidden])~:not([hidden]){border-color:#c026d340}.focus\:divide-fuchsia-600\/30:focus>:not([hidden])~:not([hidden]){border-color:#c026d34d}.focus\:divide-fuchsia-600\/40:focus>:not([hidden])~:not([hidden]){border-color:#c026d366}.focus\:divide-fuchsia-600\/50:focus>:not([hidden])~:not([hidden]){border-color:#c026d380}.focus\:divide-fuchsia-600\/60:focus>:not([hidden])~:not([hidden]){border-color:#c026d399}.focus\:divide-fuchsia-600\/70:focus>:not([hidden])~:not([hidden]){border-color:#c026d3b3}.focus\:divide-fuchsia-600\/75:focus>:not([hidden])~:not([hidden]){border-color:#c026d3bf}.focus\:divide-fuchsia-600\/80:focus>:not([hidden])~:not([hidden]){border-color:#c026d3cc}.focus\:divide-fuchsia-600\/90:focus>:not([hidden])~:not([hidden]){border-color:#c026d3e6}.focus\:divide-fuchsia-600\/95:focus>:not([hidden])~:not([hidden]){border-color:#c026d3f2}.focus\:divide-fuchsia-600\/100:focus>:not([hidden])~:not([hidden]){border-color:#c026d3}.focus\:divide-fuchsia-700\/0:focus>:not([hidden])~:not([hidden]){border-color:#a21caf00}.focus\:divide-fuchsia-700\/5:focus>:not([hidden])~:not([hidden]){border-color:#a21caf0d}.focus\:divide-fuchsia-700\/10:focus>:not([hidden])~:not([hidden]){border-color:#a21caf1a}.focus\:divide-fuchsia-700\/20:focus>:not([hidden])~:not([hidden]){border-color:#a21caf33}.focus\:divide-fuchsia-700\/25:focus>:not([hidden])~:not([hidden]){border-color:#a21caf40}.focus\:divide-fuchsia-700\/30:focus>:not([hidden])~:not([hidden]){border-color:#a21caf4d}.focus\:divide-fuchsia-700\/40:focus>:not([hidden])~:not([hidden]){border-color:#a21caf66}.focus\:divide-fuchsia-700\/50:focus>:not([hidden])~:not([hidden]){border-color:#a21caf80}.focus\:divide-fuchsia-700\/60:focus>:not([hidden])~:not([hidden]){border-color:#a21caf99}.focus\:divide-fuchsia-700\/70:focus>:not([hidden])~:not([hidden]){border-color:#a21cafb3}.focus\:divide-fuchsia-700\/75:focus>:not([hidden])~:not([hidden]){border-color:#a21cafbf}.focus\:divide-fuchsia-700\/80:focus>:not([hidden])~:not([hidden]){border-color:#a21cafcc}.focus\:divide-fuchsia-700\/90:focus>:not([hidden])~:not([hidden]){border-color:#a21cafe6}.focus\:divide-fuchsia-700\/95:focus>:not([hidden])~:not([hidden]){border-color:#a21caff2}.focus\:divide-fuchsia-700\/100:focus>:not([hidden])~:not([hidden]){border-color:#a21caf}.focus\:divide-fuchsia-800\/0:focus>:not([hidden])~:not([hidden]){border-color:#86198f00}.focus\:divide-fuchsia-800\/5:focus>:not([hidden])~:not([hidden]){border-color:#86198f0d}.focus\:divide-fuchsia-800\/10:focus>:not([hidden])~:not([hidden]){border-color:#86198f1a}.focus\:divide-fuchsia-800\/20:focus>:not([hidden])~:not([hidden]){border-color:#86198f33}.focus\:divide-fuchsia-800\/25:focus>:not([hidden])~:not([hidden]){border-color:#86198f40}.focus\:divide-fuchsia-800\/30:focus>:not([hidden])~:not([hidden]){border-color:#86198f4d}.focus\:divide-fuchsia-800\/40:focus>:not([hidden])~:not([hidden]){border-color:#86198f66}.focus\:divide-fuchsia-800\/50:focus>:not([hidden])~:not([hidden]){border-color:#86198f80}.focus\:divide-fuchsia-800\/60:focus>:not([hidden])~:not([hidden]){border-color:#86198f99}.focus\:divide-fuchsia-800\/70:focus>:not([hidden])~:not([hidden]){border-color:#86198fb3}.focus\:divide-fuchsia-800\/75:focus>:not([hidden])~:not([hidden]){border-color:#86198fbf}.focus\:divide-fuchsia-800\/80:focus>:not([hidden])~:not([hidden]){border-color:#86198fcc}.focus\:divide-fuchsia-800\/90:focus>:not([hidden])~:not([hidden]){border-color:#86198fe6}.focus\:divide-fuchsia-800\/95:focus>:not([hidden])~:not([hidden]){border-color:#86198ff2}.focus\:divide-fuchsia-800\/100:focus>:not([hidden])~:not([hidden]){border-color:#86198f}.focus\:divide-fuchsia-900\/0:focus>:not([hidden])~:not([hidden]){border-color:#701a7500}.focus\:divide-fuchsia-900\/5:focus>:not([hidden])~:not([hidden]){border-color:#701a750d}.focus\:divide-fuchsia-900\/10:focus>:not([hidden])~:not([hidden]){border-color:#701a751a}.focus\:divide-fuchsia-900\/20:focus>:not([hidden])~:not([hidden]){border-color:#701a7533}.focus\:divide-fuchsia-900\/25:focus>:not([hidden])~:not([hidden]){border-color:#701a7540}.focus\:divide-fuchsia-900\/30:focus>:not([hidden])~:not([hidden]){border-color:#701a754d}.focus\:divide-fuchsia-900\/40:focus>:not([hidden])~:not([hidden]){border-color:#701a7566}.focus\:divide-fuchsia-900\/50:focus>:not([hidden])~:not([hidden]){border-color:#701a7580}.focus\:divide-fuchsia-900\/60:focus>:not([hidden])~:not([hidden]){border-color:#701a7599}.focus\:divide-fuchsia-900\/70:focus>:not([hidden])~:not([hidden]){border-color:#701a75b3}.focus\:divide-fuchsia-900\/75:focus>:not([hidden])~:not([hidden]){border-color:#701a75bf}.focus\:divide-fuchsia-900\/80:focus>:not([hidden])~:not([hidden]){border-color:#701a75cc}.focus\:divide-fuchsia-900\/90:focus>:not([hidden])~:not([hidden]){border-color:#701a75e6}.focus\:divide-fuchsia-900\/95:focus>:not([hidden])~:not([hidden]){border-color:#701a75f2}.focus\:divide-fuchsia-900\/100:focus>:not([hidden])~:not([hidden]){border-color:#701a75}.focus\:divide-pink-50\/0:focus>:not([hidden])~:not([hidden]){border-color:#fdf2f800}.focus\:divide-pink-50\/5:focus>:not([hidden])~:not([hidden]){border-color:#fdf2f80d}.focus\:divide-pink-50\/10:focus>:not([hidden])~:not([hidden]){border-color:#fdf2f81a}.focus\:divide-pink-50\/20:focus>:not([hidden])~:not([hidden]){border-color:#fdf2f833}.focus\:divide-pink-50\/25:focus>:not([hidden])~:not([hidden]){border-color:#fdf2f840}.focus\:divide-pink-50\/30:focus>:not([hidden])~:not([hidden]){border-color:#fdf2f84d}.focus\:divide-pink-50\/40:focus>:not([hidden])~:not([hidden]){border-color:#fdf2f866}.focus\:divide-pink-50\/50:focus>:not([hidden])~:not([hidden]){border-color:#fdf2f880}.focus\:divide-pink-50\/60:focus>:not([hidden])~:not([hidden]){border-color:#fdf2f899}.focus\:divide-pink-50\/70:focus>:not([hidden])~:not([hidden]){border-color:#fdf2f8b3}.focus\:divide-pink-50\/75:focus>:not([hidden])~:not([hidden]){border-color:#fdf2f8bf}.focus\:divide-pink-50\/80:focus>:not([hidden])~:not([hidden]){border-color:#fdf2f8cc}.focus\:divide-pink-50\/90:focus>:not([hidden])~:not([hidden]){border-color:#fdf2f8e6}.focus\:divide-pink-50\/95:focus>:not([hidden])~:not([hidden]){border-color:#fdf2f8f2}.focus\:divide-pink-50\/100:focus>:not([hidden])~:not([hidden]){border-color:#fdf2f8}.focus\:divide-pink-100\/0:focus>:not([hidden])~:not([hidden]){border-color:#fce7f300}.focus\:divide-pink-100\/5:focus>:not([hidden])~:not([hidden]){border-color:#fce7f30d}.focus\:divide-pink-100\/10:focus>:not([hidden])~:not([hidden]){border-color:#fce7f31a}.focus\:divide-pink-100\/20:focus>:not([hidden])~:not([hidden]){border-color:#fce7f333}.focus\:divide-pink-100\/25:focus>:not([hidden])~:not([hidden]){border-color:#fce7f340}.focus\:divide-pink-100\/30:focus>:not([hidden])~:not([hidden]){border-color:#fce7f34d}.focus\:divide-pink-100\/40:focus>:not([hidden])~:not([hidden]){border-color:#fce7f366}.focus\:divide-pink-100\/50:focus>:not([hidden])~:not([hidden]){border-color:#fce7f380}.focus\:divide-pink-100\/60:focus>:not([hidden])~:not([hidden]){border-color:#fce7f399}.focus\:divide-pink-100\/70:focus>:not([hidden])~:not([hidden]){border-color:#fce7f3b3}.focus\:divide-pink-100\/75:focus>:not([hidden])~:not([hidden]){border-color:#fce7f3bf}.focus\:divide-pink-100\/80:focus>:not([hidden])~:not([hidden]){border-color:#fce7f3cc}.focus\:divide-pink-100\/90:focus>:not([hidden])~:not([hidden]){border-color:#fce7f3e6}.focus\:divide-pink-100\/95:focus>:not([hidden])~:not([hidden]){border-color:#fce7f3f2}.focus\:divide-pink-100\/100:focus>:not([hidden])~:not([hidden]){border-color:#fce7f3}.focus\:divide-pink-200\/0:focus>:not([hidden])~:not([hidden]){border-color:#fbcfe800}.focus\:divide-pink-200\/5:focus>:not([hidden])~:not([hidden]){border-color:#fbcfe80d}.focus\:divide-pink-200\/10:focus>:not([hidden])~:not([hidden]){border-color:#fbcfe81a}.focus\:divide-pink-200\/20:focus>:not([hidden])~:not([hidden]){border-color:#fbcfe833}.focus\:divide-pink-200\/25:focus>:not([hidden])~:not([hidden]){border-color:#fbcfe840}.focus\:divide-pink-200\/30:focus>:not([hidden])~:not([hidden]){border-color:#fbcfe84d}.focus\:divide-pink-200\/40:focus>:not([hidden])~:not([hidden]){border-color:#fbcfe866}.focus\:divide-pink-200\/50:focus>:not([hidden])~:not([hidden]){border-color:#fbcfe880}.focus\:divide-pink-200\/60:focus>:not([hidden])~:not([hidden]){border-color:#fbcfe899}.focus\:divide-pink-200\/70:focus>:not([hidden])~:not([hidden]){border-color:#fbcfe8b3}.focus\:divide-pink-200\/75:focus>:not([hidden])~:not([hidden]){border-color:#fbcfe8bf}.focus\:divide-pink-200\/80:focus>:not([hidden])~:not([hidden]){border-color:#fbcfe8cc}.focus\:divide-pink-200\/90:focus>:not([hidden])~:not([hidden]){border-color:#fbcfe8e6}.focus\:divide-pink-200\/95:focus>:not([hidden])~:not([hidden]){border-color:#fbcfe8f2}.focus\:divide-pink-200\/100:focus>:not([hidden])~:not([hidden]){border-color:#fbcfe8}.focus\:divide-pink-300\/0:focus>:not([hidden])~:not([hidden]){border-color:#f9a8d400}.focus\:divide-pink-300\/5:focus>:not([hidden])~:not([hidden]){border-color:#f9a8d40d}.focus\:divide-pink-300\/10:focus>:not([hidden])~:not([hidden]){border-color:#f9a8d41a}.focus\:divide-pink-300\/20:focus>:not([hidden])~:not([hidden]){border-color:#f9a8d433}.focus\:divide-pink-300\/25:focus>:not([hidden])~:not([hidden]){border-color:#f9a8d440}.focus\:divide-pink-300\/30:focus>:not([hidden])~:not([hidden]){border-color:#f9a8d44d}.focus\:divide-pink-300\/40:focus>:not([hidden])~:not([hidden]){border-color:#f9a8d466}.focus\:divide-pink-300\/50:focus>:not([hidden])~:not([hidden]){border-color:#f9a8d480}.focus\:divide-pink-300\/60:focus>:not([hidden])~:not([hidden]){border-color:#f9a8d499}.focus\:divide-pink-300\/70:focus>:not([hidden])~:not([hidden]){border-color:#f9a8d4b3}.focus\:divide-pink-300\/75:focus>:not([hidden])~:not([hidden]){border-color:#f9a8d4bf}.focus\:divide-pink-300\/80:focus>:not([hidden])~:not([hidden]){border-color:#f9a8d4cc}.focus\:divide-pink-300\/90:focus>:not([hidden])~:not([hidden]){border-color:#f9a8d4e6}.focus\:divide-pink-300\/95:focus>:not([hidden])~:not([hidden]){border-color:#f9a8d4f2}.focus\:divide-pink-300\/100:focus>:not([hidden])~:not([hidden]){border-color:#f9a8d4}.focus\:divide-pink-400\/0:focus>:not([hidden])~:not([hidden]){border-color:#f472b600}.focus\:divide-pink-400\/5:focus>:not([hidden])~:not([hidden]){border-color:#f472b60d}.focus\:divide-pink-400\/10:focus>:not([hidden])~:not([hidden]){border-color:#f472b61a}.focus\:divide-pink-400\/20:focus>:not([hidden])~:not([hidden]){border-color:#f472b633}.focus\:divide-pink-400\/25:focus>:not([hidden])~:not([hidden]){border-color:#f472b640}.focus\:divide-pink-400\/30:focus>:not([hidden])~:not([hidden]){border-color:#f472b64d}.focus\:divide-pink-400\/40:focus>:not([hidden])~:not([hidden]){border-color:#f472b666}.focus\:divide-pink-400\/50:focus>:not([hidden])~:not([hidden]){border-color:#f472b680}.focus\:divide-pink-400\/60:focus>:not([hidden])~:not([hidden]){border-color:#f472b699}.focus\:divide-pink-400\/70:focus>:not([hidden])~:not([hidden]){border-color:#f472b6b3}.focus\:divide-pink-400\/75:focus>:not([hidden])~:not([hidden]){border-color:#f472b6bf}.focus\:divide-pink-400\/80:focus>:not([hidden])~:not([hidden]){border-color:#f472b6cc}.focus\:divide-pink-400\/90:focus>:not([hidden])~:not([hidden]){border-color:#f472b6e6}.focus\:divide-pink-400\/95:focus>:not([hidden])~:not([hidden]){border-color:#f472b6f2}.focus\:divide-pink-400\/100:focus>:not([hidden])~:not([hidden]){border-color:#f472b6}.focus\:divide-pink-500\/0:focus>:not([hidden])~:not([hidden]){border-color:#ec489900}.focus\:divide-pink-500\/5:focus>:not([hidden])~:not([hidden]){border-color:#ec48990d}.focus\:divide-pink-500\/10:focus>:not([hidden])~:not([hidden]){border-color:#ec48991a}.focus\:divide-pink-500\/20:focus>:not([hidden])~:not([hidden]){border-color:#ec489933}.focus\:divide-pink-500\/25:focus>:not([hidden])~:not([hidden]){border-color:#ec489940}.focus\:divide-pink-500\/30:focus>:not([hidden])~:not([hidden]){border-color:#ec48994d}.focus\:divide-pink-500\/40:focus>:not([hidden])~:not([hidden]){border-color:#ec489966}.focus\:divide-pink-500\/50:focus>:not([hidden])~:not([hidden]){border-color:#ec489980}.focus\:divide-pink-500\/60:focus>:not([hidden])~:not([hidden]){border-color:#ec489999}.focus\:divide-pink-500\/70:focus>:not([hidden])~:not([hidden]){border-color:#ec4899b3}.focus\:divide-pink-500\/75:focus>:not([hidden])~:not([hidden]){border-color:#ec4899bf}.focus\:divide-pink-500\/80:focus>:not([hidden])~:not([hidden]){border-color:#ec4899cc}.focus\:divide-pink-500\/90:focus>:not([hidden])~:not([hidden]){border-color:#ec4899e6}.focus\:divide-pink-500\/95:focus>:not([hidden])~:not([hidden]){border-color:#ec4899f2}.focus\:divide-pink-500\/100:focus>:not([hidden])~:not([hidden]){border-color:#ec4899}.focus\:divide-pink-600\/0:focus>:not([hidden])~:not([hidden]){border-color:#db277700}.focus\:divide-pink-600\/5:focus>:not([hidden])~:not([hidden]){border-color:#db27770d}.focus\:divide-pink-600\/10:focus>:not([hidden])~:not([hidden]){border-color:#db27771a}.focus\:divide-pink-600\/20:focus>:not([hidden])~:not([hidden]){border-color:#db277733}.focus\:divide-pink-600\/25:focus>:not([hidden])~:not([hidden]){border-color:#db277740}.focus\:divide-pink-600\/30:focus>:not([hidden])~:not([hidden]){border-color:#db27774d}.focus\:divide-pink-600\/40:focus>:not([hidden])~:not([hidden]){border-color:#db277766}.focus\:divide-pink-600\/50:focus>:not([hidden])~:not([hidden]){border-color:#db277780}.focus\:divide-pink-600\/60:focus>:not([hidden])~:not([hidden]){border-color:#db277799}.focus\:divide-pink-600\/70:focus>:not([hidden])~:not([hidden]){border-color:#db2777b3}.focus\:divide-pink-600\/75:focus>:not([hidden])~:not([hidden]){border-color:#db2777bf}.focus\:divide-pink-600\/80:focus>:not([hidden])~:not([hidden]){border-color:#db2777cc}.focus\:divide-pink-600\/90:focus>:not([hidden])~:not([hidden]){border-color:#db2777e6}.focus\:divide-pink-600\/95:focus>:not([hidden])~:not([hidden]){border-color:#db2777f2}.focus\:divide-pink-600\/100:focus>:not([hidden])~:not([hidden]){border-color:#db2777}.focus\:divide-pink-700\/0:focus>:not([hidden])~:not([hidden]){border-color:#be185d00}.focus\:divide-pink-700\/5:focus>:not([hidden])~:not([hidden]){border-color:#be185d0d}.focus\:divide-pink-700\/10:focus>:not([hidden])~:not([hidden]){border-color:#be185d1a}.focus\:divide-pink-700\/20:focus>:not([hidden])~:not([hidden]){border-color:#be185d33}.focus\:divide-pink-700\/25:focus>:not([hidden])~:not([hidden]){border-color:#be185d40}.focus\:divide-pink-700\/30:focus>:not([hidden])~:not([hidden]){border-color:#be185d4d}.focus\:divide-pink-700\/40:focus>:not([hidden])~:not([hidden]){border-color:#be185d66}.focus\:divide-pink-700\/50:focus>:not([hidden])~:not([hidden]){border-color:#be185d80}.focus\:divide-pink-700\/60:focus>:not([hidden])~:not([hidden]){border-color:#be185d99}.focus\:divide-pink-700\/70:focus>:not([hidden])~:not([hidden]){border-color:#be185db3}.focus\:divide-pink-700\/75:focus>:not([hidden])~:not([hidden]){border-color:#be185dbf}.focus\:divide-pink-700\/80:focus>:not([hidden])~:not([hidden]){border-color:#be185dcc}.focus\:divide-pink-700\/90:focus>:not([hidden])~:not([hidden]){border-color:#be185de6}.focus\:divide-pink-700\/95:focus>:not([hidden])~:not([hidden]){border-color:#be185df2}.focus\:divide-pink-700\/100:focus>:not([hidden])~:not([hidden]){border-color:#be185d}.focus\:divide-pink-800\/0:focus>:not([hidden])~:not([hidden]){border-color:#9d174d00}.focus\:divide-pink-800\/5:focus>:not([hidden])~:not([hidden]){border-color:#9d174d0d}.focus\:divide-pink-800\/10:focus>:not([hidden])~:not([hidden]){border-color:#9d174d1a}.focus\:divide-pink-800\/20:focus>:not([hidden])~:not([hidden]){border-color:#9d174d33}.focus\:divide-pink-800\/25:focus>:not([hidden])~:not([hidden]){border-color:#9d174d40}.focus\:divide-pink-800\/30:focus>:not([hidden])~:not([hidden]){border-color:#9d174d4d}.focus\:divide-pink-800\/40:focus>:not([hidden])~:not([hidden]){border-color:#9d174d66}.focus\:divide-pink-800\/50:focus>:not([hidden])~:not([hidden]){border-color:#9d174d80}.focus\:divide-pink-800\/60:focus>:not([hidden])~:not([hidden]){border-color:#9d174d99}.focus\:divide-pink-800\/70:focus>:not([hidden])~:not([hidden]){border-color:#9d174db3}.focus\:divide-pink-800\/75:focus>:not([hidden])~:not([hidden]){border-color:#9d174dbf}.focus\:divide-pink-800\/80:focus>:not([hidden])~:not([hidden]){border-color:#9d174dcc}.focus\:divide-pink-800\/90:focus>:not([hidden])~:not([hidden]){border-color:#9d174de6}.focus\:divide-pink-800\/95:focus>:not([hidden])~:not([hidden]){border-color:#9d174df2}.focus\:divide-pink-800\/100:focus>:not([hidden])~:not([hidden]){border-color:#9d174d}.focus\:divide-pink-900\/0:focus>:not([hidden])~:not([hidden]){border-color:#83184300}.focus\:divide-pink-900\/5:focus>:not([hidden])~:not([hidden]){border-color:#8318430d}.focus\:divide-pink-900\/10:focus>:not([hidden])~:not([hidden]){border-color:#8318431a}.focus\:divide-pink-900\/20:focus>:not([hidden])~:not([hidden]){border-color:#83184333}.focus\:divide-pink-900\/25:focus>:not([hidden])~:not([hidden]){border-color:#83184340}.focus\:divide-pink-900\/30:focus>:not([hidden])~:not([hidden]){border-color:#8318434d}.focus\:divide-pink-900\/40:focus>:not([hidden])~:not([hidden]){border-color:#83184366}.focus\:divide-pink-900\/50:focus>:not([hidden])~:not([hidden]){border-color:#83184380}.focus\:divide-pink-900\/60:focus>:not([hidden])~:not([hidden]){border-color:#83184399}.focus\:divide-pink-900\/70:focus>:not([hidden])~:not([hidden]){border-color:#831843b3}.focus\:divide-pink-900\/75:focus>:not([hidden])~:not([hidden]){border-color:#831843bf}.focus\:divide-pink-900\/80:focus>:not([hidden])~:not([hidden]){border-color:#831843cc}.focus\:divide-pink-900\/90:focus>:not([hidden])~:not([hidden]){border-color:#831843e6}.focus\:divide-pink-900\/95:focus>:not([hidden])~:not([hidden]){border-color:#831843f2}.focus\:divide-pink-900\/100:focus>:not([hidden])~:not([hidden]){border-color:#831843}.focus\:divide-rose-50\/0:focus>:not([hidden])~:not([hidden]){border-color:#fff1f200}.focus\:divide-rose-50\/5:focus>:not([hidden])~:not([hidden]){border-color:#fff1f20d}.focus\:divide-rose-50\/10:focus>:not([hidden])~:not([hidden]){border-color:#fff1f21a}.focus\:divide-rose-50\/20:focus>:not([hidden])~:not([hidden]){border-color:#fff1f233}.focus\:divide-rose-50\/25:focus>:not([hidden])~:not([hidden]){border-color:#fff1f240}.focus\:divide-rose-50\/30:focus>:not([hidden])~:not([hidden]){border-color:#fff1f24d}.focus\:divide-rose-50\/40:focus>:not([hidden])~:not([hidden]){border-color:#fff1f266}.focus\:divide-rose-50\/50:focus>:not([hidden])~:not([hidden]){border-color:#fff1f280}.focus\:divide-rose-50\/60:focus>:not([hidden])~:not([hidden]){border-color:#fff1f299}.focus\:divide-rose-50\/70:focus>:not([hidden])~:not([hidden]){border-color:#fff1f2b3}.focus\:divide-rose-50\/75:focus>:not([hidden])~:not([hidden]){border-color:#fff1f2bf}.focus\:divide-rose-50\/80:focus>:not([hidden])~:not([hidden]){border-color:#fff1f2cc}.focus\:divide-rose-50\/90:focus>:not([hidden])~:not([hidden]){border-color:#fff1f2e6}.focus\:divide-rose-50\/95:focus>:not([hidden])~:not([hidden]){border-color:#fff1f2f2}.focus\:divide-rose-50\/100:focus>:not([hidden])~:not([hidden]){border-color:#fff1f2}.focus\:divide-rose-100\/0:focus>:not([hidden])~:not([hidden]){border-color:#ffe4e600}.focus\:divide-rose-100\/5:focus>:not([hidden])~:not([hidden]){border-color:#ffe4e60d}.focus\:divide-rose-100\/10:focus>:not([hidden])~:not([hidden]){border-color:#ffe4e61a}.focus\:divide-rose-100\/20:focus>:not([hidden])~:not([hidden]){border-color:#ffe4e633}.focus\:divide-rose-100\/25:focus>:not([hidden])~:not([hidden]){border-color:#ffe4e640}.focus\:divide-rose-100\/30:focus>:not([hidden])~:not([hidden]){border-color:#ffe4e64d}.focus\:divide-rose-100\/40:focus>:not([hidden])~:not([hidden]){border-color:#ffe4e666}.focus\:divide-rose-100\/50:focus>:not([hidden])~:not([hidden]){border-color:#ffe4e680}.focus\:divide-rose-100\/60:focus>:not([hidden])~:not([hidden]){border-color:#ffe4e699}.focus\:divide-rose-100\/70:focus>:not([hidden])~:not([hidden]){border-color:#ffe4e6b3}.focus\:divide-rose-100\/75:focus>:not([hidden])~:not([hidden]){border-color:#ffe4e6bf}.focus\:divide-rose-100\/80:focus>:not([hidden])~:not([hidden]){border-color:#ffe4e6cc}.focus\:divide-rose-100\/90:focus>:not([hidden])~:not([hidden]){border-color:#ffe4e6e6}.focus\:divide-rose-100\/95:focus>:not([hidden])~:not([hidden]){border-color:#ffe4e6f2}.focus\:divide-rose-100\/100:focus>:not([hidden])~:not([hidden]){border-color:#ffe4e6}.focus\:divide-rose-200\/0:focus>:not([hidden])~:not([hidden]){border-color:#fecdd300}.focus\:divide-rose-200\/5:focus>:not([hidden])~:not([hidden]){border-color:#fecdd30d}.focus\:divide-rose-200\/10:focus>:not([hidden])~:not([hidden]){border-color:#fecdd31a}.focus\:divide-rose-200\/20:focus>:not([hidden])~:not([hidden]){border-color:#fecdd333}.focus\:divide-rose-200\/25:focus>:not([hidden])~:not([hidden]){border-color:#fecdd340}.focus\:divide-rose-200\/30:focus>:not([hidden])~:not([hidden]){border-color:#fecdd34d}.focus\:divide-rose-200\/40:focus>:not([hidden])~:not([hidden]){border-color:#fecdd366}.focus\:divide-rose-200\/50:focus>:not([hidden])~:not([hidden]){border-color:#fecdd380}.focus\:divide-rose-200\/60:focus>:not([hidden])~:not([hidden]){border-color:#fecdd399}.focus\:divide-rose-200\/70:focus>:not([hidden])~:not([hidden]){border-color:#fecdd3b3}.focus\:divide-rose-200\/75:focus>:not([hidden])~:not([hidden]){border-color:#fecdd3bf}.focus\:divide-rose-200\/80:focus>:not([hidden])~:not([hidden]){border-color:#fecdd3cc}.focus\:divide-rose-200\/90:focus>:not([hidden])~:not([hidden]){border-color:#fecdd3e6}.focus\:divide-rose-200\/95:focus>:not([hidden])~:not([hidden]){border-color:#fecdd3f2}.focus\:divide-rose-200\/100:focus>:not([hidden])~:not([hidden]){border-color:#fecdd3}.focus\:divide-rose-300\/0:focus>:not([hidden])~:not([hidden]){border-color:#fda4af00}.focus\:divide-rose-300\/5:focus>:not([hidden])~:not([hidden]){border-color:#fda4af0d}.focus\:divide-rose-300\/10:focus>:not([hidden])~:not([hidden]){border-color:#fda4af1a}.focus\:divide-rose-300\/20:focus>:not([hidden])~:not([hidden]){border-color:#fda4af33}.focus\:divide-rose-300\/25:focus>:not([hidden])~:not([hidden]){border-color:#fda4af40}.focus\:divide-rose-300\/30:focus>:not([hidden])~:not([hidden]){border-color:#fda4af4d}.focus\:divide-rose-300\/40:focus>:not([hidden])~:not([hidden]){border-color:#fda4af66}.focus\:divide-rose-300\/50:focus>:not([hidden])~:not([hidden]){border-color:#fda4af80}.focus\:divide-rose-300\/60:focus>:not([hidden])~:not([hidden]){border-color:#fda4af99}.focus\:divide-rose-300\/70:focus>:not([hidden])~:not([hidden]){border-color:#fda4afb3}.focus\:divide-rose-300\/75:focus>:not([hidden])~:not([hidden]){border-color:#fda4afbf}.focus\:divide-rose-300\/80:focus>:not([hidden])~:not([hidden]){border-color:#fda4afcc}.focus\:divide-rose-300\/90:focus>:not([hidden])~:not([hidden]){border-color:#fda4afe6}.focus\:divide-rose-300\/95:focus>:not([hidden])~:not([hidden]){border-color:#fda4aff2}.focus\:divide-rose-300\/100:focus>:not([hidden])~:not([hidden]){border-color:#fda4af}.focus\:divide-rose-400\/0:focus>:not([hidden])~:not([hidden]){border-color:#fb718500}.focus\:divide-rose-400\/5:focus>:not([hidden])~:not([hidden]){border-color:#fb71850d}.focus\:divide-rose-400\/10:focus>:not([hidden])~:not([hidden]){border-color:#fb71851a}.focus\:divide-rose-400\/20:focus>:not([hidden])~:not([hidden]){border-color:#fb718533}.focus\:divide-rose-400\/25:focus>:not([hidden])~:not([hidden]){border-color:#fb718540}.focus\:divide-rose-400\/30:focus>:not([hidden])~:not([hidden]){border-color:#fb71854d}.focus\:divide-rose-400\/40:focus>:not([hidden])~:not([hidden]){border-color:#fb718566}.focus\:divide-rose-400\/50:focus>:not([hidden])~:not([hidden]){border-color:#fb718580}.focus\:divide-rose-400\/60:focus>:not([hidden])~:not([hidden]){border-color:#fb718599}.focus\:divide-rose-400\/70:focus>:not([hidden])~:not([hidden]){border-color:#fb7185b3}.focus\:divide-rose-400\/75:focus>:not([hidden])~:not([hidden]){border-color:#fb7185bf}.focus\:divide-rose-400\/80:focus>:not([hidden])~:not([hidden]){border-color:#fb7185cc}.focus\:divide-rose-400\/90:focus>:not([hidden])~:not([hidden]){border-color:#fb7185e6}.focus\:divide-rose-400\/95:focus>:not([hidden])~:not([hidden]){border-color:#fb7185f2}.focus\:divide-rose-400\/100:focus>:not([hidden])~:not([hidden]){border-color:#fb7185}.focus\:divide-rose-500\/0:focus>:not([hidden])~:not([hidden]){border-color:#f43f5e00}.focus\:divide-rose-500\/5:focus>:not([hidden])~:not([hidden]){border-color:#f43f5e0d}.focus\:divide-rose-500\/10:focus>:not([hidden])~:not([hidden]){border-color:#f43f5e1a}.focus\:divide-rose-500\/20:focus>:not([hidden])~:not([hidden]){border-color:#f43f5e33}.focus\:divide-rose-500\/25:focus>:not([hidden])~:not([hidden]){border-color:#f43f5e40}.focus\:divide-rose-500\/30:focus>:not([hidden])~:not([hidden]){border-color:#f43f5e4d}.focus\:divide-rose-500\/40:focus>:not([hidden])~:not([hidden]){border-color:#f43f5e66}.focus\:divide-rose-500\/50:focus>:not([hidden])~:not([hidden]){border-color:#f43f5e80}.focus\:divide-rose-500\/60:focus>:not([hidden])~:not([hidden]){border-color:#f43f5e99}.focus\:divide-rose-500\/70:focus>:not([hidden])~:not([hidden]){border-color:#f43f5eb3}.focus\:divide-rose-500\/75:focus>:not([hidden])~:not([hidden]){border-color:#f43f5ebf}.focus\:divide-rose-500\/80:focus>:not([hidden])~:not([hidden]){border-color:#f43f5ecc}.focus\:divide-rose-500\/90:focus>:not([hidden])~:not([hidden]){border-color:#f43f5ee6}.focus\:divide-rose-500\/95:focus>:not([hidden])~:not([hidden]){border-color:#f43f5ef2}.focus\:divide-rose-500\/100:focus>:not([hidden])~:not([hidden]){border-color:#f43f5e}.focus\:divide-rose-600\/0:focus>:not([hidden])~:not([hidden]){border-color:#e11d4800}.focus\:divide-rose-600\/5:focus>:not([hidden])~:not([hidden]){border-color:#e11d480d}.focus\:divide-rose-600\/10:focus>:not([hidden])~:not([hidden]){border-color:#e11d481a}.focus\:divide-rose-600\/20:focus>:not([hidden])~:not([hidden]){border-color:#e11d4833}.focus\:divide-rose-600\/25:focus>:not([hidden])~:not([hidden]){border-color:#e11d4840}.focus\:divide-rose-600\/30:focus>:not([hidden])~:not([hidden]){border-color:#e11d484d}.focus\:divide-rose-600\/40:focus>:not([hidden])~:not([hidden]){border-color:#e11d4866}.focus\:divide-rose-600\/50:focus>:not([hidden])~:not([hidden]){border-color:#e11d4880}.focus\:divide-rose-600\/60:focus>:not([hidden])~:not([hidden]){border-color:#e11d4899}.focus\:divide-rose-600\/70:focus>:not([hidden])~:not([hidden]){border-color:#e11d48b3}.focus\:divide-rose-600\/75:focus>:not([hidden])~:not([hidden]){border-color:#e11d48bf}.focus\:divide-rose-600\/80:focus>:not([hidden])~:not([hidden]){border-color:#e11d48cc}.focus\:divide-rose-600\/90:focus>:not([hidden])~:not([hidden]){border-color:#e11d48e6}.focus\:divide-rose-600\/95:focus>:not([hidden])~:not([hidden]){border-color:#e11d48f2}.focus\:divide-rose-600\/100:focus>:not([hidden])~:not([hidden]){border-color:#e11d48}.focus\:divide-rose-700\/0:focus>:not([hidden])~:not([hidden]){border-color:#be123c00}.focus\:divide-rose-700\/5:focus>:not([hidden])~:not([hidden]){border-color:#be123c0d}.focus\:divide-rose-700\/10:focus>:not([hidden])~:not([hidden]){border-color:#be123c1a}.focus\:divide-rose-700\/20:focus>:not([hidden])~:not([hidden]){border-color:#be123c33}.focus\:divide-rose-700\/25:focus>:not([hidden])~:not([hidden]){border-color:#be123c40}.focus\:divide-rose-700\/30:focus>:not([hidden])~:not([hidden]){border-color:#be123c4d}.focus\:divide-rose-700\/40:focus>:not([hidden])~:not([hidden]){border-color:#be123c66}.focus\:divide-rose-700\/50:focus>:not([hidden])~:not([hidden]){border-color:#be123c80}.focus\:divide-rose-700\/60:focus>:not([hidden])~:not([hidden]){border-color:#be123c99}.focus\:divide-rose-700\/70:focus>:not([hidden])~:not([hidden]){border-color:#be123cb3}.focus\:divide-rose-700\/75:focus>:not([hidden])~:not([hidden]){border-color:#be123cbf}.focus\:divide-rose-700\/80:focus>:not([hidden])~:not([hidden]){border-color:#be123ccc}.focus\:divide-rose-700\/90:focus>:not([hidden])~:not([hidden]){border-color:#be123ce6}.focus\:divide-rose-700\/95:focus>:not([hidden])~:not([hidden]){border-color:#be123cf2}.focus\:divide-rose-700\/100:focus>:not([hidden])~:not([hidden]){border-color:#be123c}.focus\:divide-rose-800\/0:focus>:not([hidden])~:not([hidden]){border-color:#9f123900}.focus\:divide-rose-800\/5:focus>:not([hidden])~:not([hidden]){border-color:#9f12390d}.focus\:divide-rose-800\/10:focus>:not([hidden])~:not([hidden]){border-color:#9f12391a}.focus\:divide-rose-800\/20:focus>:not([hidden])~:not([hidden]){border-color:#9f123933}.focus\:divide-rose-800\/25:focus>:not([hidden])~:not([hidden]){border-color:#9f123940}.focus\:divide-rose-800\/30:focus>:not([hidden])~:not([hidden]){border-color:#9f12394d}.focus\:divide-rose-800\/40:focus>:not([hidden])~:not([hidden]){border-color:#9f123966}.focus\:divide-rose-800\/50:focus>:not([hidden])~:not([hidden]){border-color:#9f123980}.focus\:divide-rose-800\/60:focus>:not([hidden])~:not([hidden]){border-color:#9f123999}.focus\:divide-rose-800\/70:focus>:not([hidden])~:not([hidden]){border-color:#9f1239b3}.focus\:divide-rose-800\/75:focus>:not([hidden])~:not([hidden]){border-color:#9f1239bf}.focus\:divide-rose-800\/80:focus>:not([hidden])~:not([hidden]){border-color:#9f1239cc}.focus\:divide-rose-800\/90:focus>:not([hidden])~:not([hidden]){border-color:#9f1239e6}.focus\:divide-rose-800\/95:focus>:not([hidden])~:not([hidden]){border-color:#9f1239f2}.focus\:divide-rose-800\/100:focus>:not([hidden])~:not([hidden]){border-color:#9f1239}.focus\:divide-rose-900\/0:focus>:not([hidden])~:not([hidden]){border-color:#88133700}.focus\:divide-rose-900\/5:focus>:not([hidden])~:not([hidden]){border-color:#8813370d}.focus\:divide-rose-900\/10:focus>:not([hidden])~:not([hidden]){border-color:#8813371a}.focus\:divide-rose-900\/20:focus>:not([hidden])~:not([hidden]){border-color:#88133733}.focus\:divide-rose-900\/25:focus>:not([hidden])~:not([hidden]){border-color:#88133740}.focus\:divide-rose-900\/30:focus>:not([hidden])~:not([hidden]){border-color:#8813374d}.focus\:divide-rose-900\/40:focus>:not([hidden])~:not([hidden]){border-color:#88133766}.focus\:divide-rose-900\/50:focus>:not([hidden])~:not([hidden]){border-color:#88133780}.focus\:divide-rose-900\/60:focus>:not([hidden])~:not([hidden]){border-color:#88133799}.focus\:divide-rose-900\/70:focus>:not([hidden])~:not([hidden]){border-color:#881337b3}.focus\:divide-rose-900\/75:focus>:not([hidden])~:not([hidden]){border-color:#881337bf}.focus\:divide-rose-900\/80:focus>:not([hidden])~:not([hidden]){border-color:#881337cc}.focus\:divide-rose-900\/90:focus>:not([hidden])~:not([hidden]){border-color:#881337e6}.focus\:divide-rose-900\/95:focus>:not([hidden])~:not([hidden]){border-color:#881337f2}.focus\:divide-rose-900\/100:focus>:not([hidden])~:not([hidden]){border-color:#881337}.focus\:divide-primary-100\/0:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f400}.focus\:divide-primary-100\/5:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f40d}.focus\:divide-primary-100\/10:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f41a}.focus\:divide-primary-100\/20:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f433}.focus\:divide-primary-100\/25:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f440}.focus\:divide-primary-100\/30:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f44d}.focus\:divide-primary-100\/40:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f466}.focus\:divide-primary-100\/50:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f480}.focus\:divide-primary-100\/60:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f499}.focus\:divide-primary-100\/70:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f4b3}.focus\:divide-primary-100\/75:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f4bf}.focus\:divide-primary-100\/80:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f4cc}.focus\:divide-primary-100\/90:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f4e6}.focus\:divide-primary-100\/95:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f4f2}.focus\:divide-primary-100\/100:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f4}.focus\:divide-primary-200\/0:focus>:not([hidden])~:not([hidden]){border-color:#e8e8f000}.focus\:divide-primary-200\/5:focus>:not([hidden])~:not([hidden]){border-color:#e8e8f00d}.focus\:divide-primary-200\/10:focus>:not([hidden])~:not([hidden]){border-color:#e8e8f01a}.focus\:divide-primary-200\/20:focus>:not([hidden])~:not([hidden]){border-color:#e8e8f033}.focus\:divide-primary-200\/25:focus>:not([hidden])~:not([hidden]){border-color:#e8e8f040}.focus\:divide-primary-200\/30:focus>:not([hidden])~:not([hidden]){border-color:#e8e8f04d}.focus\:divide-primary-200\/40:focus>:not([hidden])~:not([hidden]){border-color:#e8e8f066}.focus\:divide-primary-200\/50:focus>:not([hidden])~:not([hidden]){border-color:#e8e8f080}.focus\:divide-primary-200\/60:focus>:not([hidden])~:not([hidden]){border-color:#e8e8f099}.focus\:divide-primary-200\/70:focus>:not([hidden])~:not([hidden]){border-color:#e8e8f0b3}.focus\:divide-primary-200\/75:focus>:not([hidden])~:not([hidden]){border-color:#e8e8f0bf}.focus\:divide-primary-200\/80:focus>:not([hidden])~:not([hidden]){border-color:#e8e8f0cc}.focus\:divide-primary-200\/90:focus>:not([hidden])~:not([hidden]){border-color:#e8e8f0e6}.focus\:divide-primary-200\/95:focus>:not([hidden])~:not([hidden]){border-color:#e8e8f0f2}.focus\:divide-primary-200\/100:focus>:not([hidden])~:not([hidden]){border-color:#e8e8f0}.focus\:divide-primary-300\/0:focus>:not([hidden])~:not([hidden]){border-color:#d0d0e100}.focus\:divide-primary-300\/5:focus>:not([hidden])~:not([hidden]){border-color:#d0d0e10d}.focus\:divide-primary-300\/10:focus>:not([hidden])~:not([hidden]){border-color:#d0d0e11a}.focus\:divide-primary-300\/20:focus>:not([hidden])~:not([hidden]){border-color:#d0d0e133}.focus\:divide-primary-300\/25:focus>:not([hidden])~:not([hidden]){border-color:#d0d0e140}.focus\:divide-primary-300\/30:focus>:not([hidden])~:not([hidden]){border-color:#d0d0e14d}.focus\:divide-primary-300\/40:focus>:not([hidden])~:not([hidden]){border-color:#d0d0e166}.focus\:divide-primary-300\/50:focus>:not([hidden])~:not([hidden]){border-color:#d0d0e180}.focus\:divide-primary-300\/60:focus>:not([hidden])~:not([hidden]){border-color:#d0d0e199}.focus\:divide-primary-300\/70:focus>:not([hidden])~:not([hidden]){border-color:#d0d0e1b3}.focus\:divide-primary-300\/75:focus>:not([hidden])~:not([hidden]){border-color:#d0d0e1bf}.focus\:divide-primary-300\/80:focus>:not([hidden])~:not([hidden]){border-color:#d0d0e1cc}.focus\:divide-primary-300\/90:focus>:not([hidden])~:not([hidden]){border-color:#d0d0e1e6}.focus\:divide-primary-300\/95:focus>:not([hidden])~:not([hidden]){border-color:#d0d0e1f2}.focus\:divide-primary-300\/100:focus>:not([hidden])~:not([hidden]){border-color:#d0d0e1}.focus\:divide-primary-400\/0:focus>:not([hidden])~:not([hidden]){border-color:#b4b4d100}.focus\:divide-primary-400\/5:focus>:not([hidden])~:not([hidden]){border-color:#b4b4d10d}.focus\:divide-primary-400\/10:focus>:not([hidden])~:not([hidden]){border-color:#b4b4d11a}.focus\:divide-primary-400\/20:focus>:not([hidden])~:not([hidden]){border-color:#b4b4d133}.focus\:divide-primary-400\/25:focus>:not([hidden])~:not([hidden]){border-color:#b4b4d140}.focus\:divide-primary-400\/30:focus>:not([hidden])~:not([hidden]){border-color:#b4b4d14d}.focus\:divide-primary-400\/40:focus>:not([hidden])~:not([hidden]){border-color:#b4b4d166}.focus\:divide-primary-400\/50:focus>:not([hidden])~:not([hidden]){border-color:#b4b4d180}.focus\:divide-primary-400\/60:focus>:not([hidden])~:not([hidden]){border-color:#b4b4d199}.focus\:divide-primary-400\/70:focus>:not([hidden])~:not([hidden]){border-color:#b4b4d1b3}.focus\:divide-primary-400\/75:focus>:not([hidden])~:not([hidden]){border-color:#b4b4d1bf}.focus\:divide-primary-400\/80:focus>:not([hidden])~:not([hidden]){border-color:#b4b4d1cc}.focus\:divide-primary-400\/90:focus>:not([hidden])~:not([hidden]){border-color:#b4b4d1e6}.focus\:divide-primary-400\/95:focus>:not([hidden])~:not([hidden]){border-color:#b4b4d1f2}.focus\:divide-primary-400\/100:focus>:not([hidden])~:not([hidden]){border-color:#b4b4d1}.focus\:divide-primary-500\/0:focus>:not([hidden])~:not([hidden]){border-color:#9393bf00}.focus\:divide-primary-500\/5:focus>:not([hidden])~:not([hidden]){border-color:#9393bf0d}.focus\:divide-primary-500\/10:focus>:not([hidden])~:not([hidden]){border-color:#9393bf1a}.focus\:divide-primary-500\/20:focus>:not([hidden])~:not([hidden]){border-color:#9393bf33}.focus\:divide-primary-500\/25:focus>:not([hidden])~:not([hidden]){border-color:#9393bf40}.focus\:divide-primary-500\/30:focus>:not([hidden])~:not([hidden]){border-color:#9393bf4d}.focus\:divide-primary-500\/40:focus>:not([hidden])~:not([hidden]){border-color:#9393bf66}.focus\:divide-primary-500\/50:focus>:not([hidden])~:not([hidden]){border-color:#9393bf80}.focus\:divide-primary-500\/60:focus>:not([hidden])~:not([hidden]){border-color:#9393bf99}.focus\:divide-primary-500\/70:focus>:not([hidden])~:not([hidden]){border-color:#9393bfb3}.focus\:divide-primary-500\/75:focus>:not([hidden])~:not([hidden]){border-color:#9393bfbf}.focus\:divide-primary-500\/80:focus>:not([hidden])~:not([hidden]){border-color:#9393bfcc}.focus\:divide-primary-500\/90:focus>:not([hidden])~:not([hidden]){border-color:#9393bfe6}.focus\:divide-primary-500\/95:focus>:not([hidden])~:not([hidden]){border-color:#9393bff2}.focus\:divide-primary-500\/100:focus>:not([hidden])~:not([hidden]){border-color:#9393bf}.focus\:divide-primary-600\/0:focus>:not([hidden])~:not([hidden]){border-color:#6868ac00}.focus\:divide-primary-600\/5:focus>:not([hidden])~:not([hidden]){border-color:#6868ac0d}.focus\:divide-primary-600\/10:focus>:not([hidden])~:not([hidden]){border-color:#6868ac1a}.focus\:divide-primary-600\/20:focus>:not([hidden])~:not([hidden]){border-color:#6868ac33}.focus\:divide-primary-600\/25:focus>:not([hidden])~:not([hidden]){border-color:#6868ac40}.focus\:divide-primary-600\/30:focus>:not([hidden])~:not([hidden]){border-color:#6868ac4d}.focus\:divide-primary-600\/40:focus>:not([hidden])~:not([hidden]){border-color:#6868ac66}.focus\:divide-primary-600\/50:focus>:not([hidden])~:not([hidden]){border-color:#6868ac80}.focus\:divide-primary-600\/60:focus>:not([hidden])~:not([hidden]){border-color:#6868ac99}.focus\:divide-primary-600\/70:focus>:not([hidden])~:not([hidden]){border-color:#6868acb3}.focus\:divide-primary-600\/75:focus>:not([hidden])~:not([hidden]){border-color:#6868acbf}.focus\:divide-primary-600\/80:focus>:not([hidden])~:not([hidden]){border-color:#6868accc}.focus\:divide-primary-600\/90:focus>:not([hidden])~:not([hidden]){border-color:#6868ace6}.focus\:divide-primary-600\/95:focus>:not([hidden])~:not([hidden]){border-color:#6868acf2}.focus\:divide-primary-600\/100:focus>:not([hidden])~:not([hidden]){border-color:#6868ac}.focus\:divide-primary-700\/0:focus>:not([hidden])~:not([hidden]){border-color:#5d5d9900}.focus\:divide-primary-700\/5:focus>:not([hidden])~:not([hidden]){border-color:#5d5d990d}.focus\:divide-primary-700\/10:focus>:not([hidden])~:not([hidden]){border-color:#5d5d991a}.focus\:divide-primary-700\/20:focus>:not([hidden])~:not([hidden]){border-color:#5d5d9933}.focus\:divide-primary-700\/25:focus>:not([hidden])~:not([hidden]){border-color:#5d5d9940}.focus\:divide-primary-700\/30:focus>:not([hidden])~:not([hidden]){border-color:#5d5d994d}.focus\:divide-primary-700\/40:focus>:not([hidden])~:not([hidden]){border-color:#5d5d9966}.focus\:divide-primary-700\/50:focus>:not([hidden])~:not([hidden]){border-color:#5d5d9980}.focus\:divide-primary-700\/60:focus>:not([hidden])~:not([hidden]){border-color:#5d5d9999}.focus\:divide-primary-700\/70:focus>:not([hidden])~:not([hidden]){border-color:#5d5d99b3}.focus\:divide-primary-700\/75:focus>:not([hidden])~:not([hidden]){border-color:#5d5d99bf}.focus\:divide-primary-700\/80:focus>:not([hidden])~:not([hidden]){border-color:#5d5d99cc}.focus\:divide-primary-700\/90:focus>:not([hidden])~:not([hidden]){border-color:#5d5d99e6}.focus\:divide-primary-700\/95:focus>:not([hidden])~:not([hidden]){border-color:#5d5d99f2}.focus\:divide-primary-700\/100:focus>:not([hidden])~:not([hidden]){border-color:#5d5d99}.focus\:divide-primary-800\/0:focus>:not([hidden])~:not([hidden]){border-color:#50508500}.focus\:divide-primary-800\/5:focus>:not([hidden])~:not([hidden]){border-color:#5050850d}.focus\:divide-primary-800\/10:focus>:not([hidden])~:not([hidden]){border-color:#5050851a}.focus\:divide-primary-800\/20:focus>:not([hidden])~:not([hidden]){border-color:#50508533}.focus\:divide-primary-800\/25:focus>:not([hidden])~:not([hidden]){border-color:#50508540}.focus\:divide-primary-800\/30:focus>:not([hidden])~:not([hidden]){border-color:#5050854d}.focus\:divide-primary-800\/40:focus>:not([hidden])~:not([hidden]){border-color:#50508566}.focus\:divide-primary-800\/50:focus>:not([hidden])~:not([hidden]){border-color:#50508580}.focus\:divide-primary-800\/60:focus>:not([hidden])~:not([hidden]){border-color:#50508599}.focus\:divide-primary-800\/70:focus>:not([hidden])~:not([hidden]){border-color:#505085b3}.focus\:divide-primary-800\/75:focus>:not([hidden])~:not([hidden]){border-color:#505085bf}.focus\:divide-primary-800\/80:focus>:not([hidden])~:not([hidden]){border-color:#505085cc}.focus\:divide-primary-800\/90:focus>:not([hidden])~:not([hidden]){border-color:#505085e6}.focus\:divide-primary-800\/95:focus>:not([hidden])~:not([hidden]){border-color:#505085f2}.focus\:divide-primary-800\/100:focus>:not([hidden])~:not([hidden]){border-color:#505085}.focus\:divide-primary-900\/0:focus>:not([hidden])~:not([hidden]){border-color:#41416c00}.focus\:divide-primary-900\/5:focus>:not([hidden])~:not([hidden]){border-color:#41416c0d}.focus\:divide-primary-900\/10:focus>:not([hidden])~:not([hidden]){border-color:#41416c1a}.focus\:divide-primary-900\/20:focus>:not([hidden])~:not([hidden]){border-color:#41416c33}.focus\:divide-primary-900\/25:focus>:not([hidden])~:not([hidden]){border-color:#41416c40}.focus\:divide-primary-900\/30:focus>:not([hidden])~:not([hidden]){border-color:#41416c4d}.focus\:divide-primary-900\/40:focus>:not([hidden])~:not([hidden]){border-color:#41416c66}.focus\:divide-primary-900\/50:focus>:not([hidden])~:not([hidden]){border-color:#41416c80}.focus\:divide-primary-900\/60:focus>:not([hidden])~:not([hidden]){border-color:#41416c99}.focus\:divide-primary-900\/70:focus>:not([hidden])~:not([hidden]){border-color:#41416cb3}.focus\:divide-primary-900\/75:focus>:not([hidden])~:not([hidden]){border-color:#41416cbf}.focus\:divide-primary-900\/80:focus>:not([hidden])~:not([hidden]){border-color:#41416ccc}.focus\:divide-primary-900\/90:focus>:not([hidden])~:not([hidden]){border-color:#41416ce6}.focus\:divide-primary-900\/95:focus>:not([hidden])~:not([hidden]){border-color:#41416cf2}.focus\:divide-primary-900\/100:focus>:not([hidden])~:not([hidden]){border-color:#41416c}.focus\:divide-primary-1000\/0:focus>:not([hidden])~:not([hidden]){border-color:#2e2e4c00}.focus\:divide-primary-1000\/5:focus>:not([hidden])~:not([hidden]){border-color:#2e2e4c0d}.focus\:divide-primary-1000\/10:focus>:not([hidden])~:not([hidden]){border-color:#2e2e4c1a}.focus\:divide-primary-1000\/20:focus>:not([hidden])~:not([hidden]){border-color:#2e2e4c33}.focus\:divide-primary-1000\/25:focus>:not([hidden])~:not([hidden]){border-color:#2e2e4c40}.focus\:divide-primary-1000\/30:focus>:not([hidden])~:not([hidden]){border-color:#2e2e4c4d}.focus\:divide-primary-1000\/40:focus>:not([hidden])~:not([hidden]){border-color:#2e2e4c66}.focus\:divide-primary-1000\/50:focus>:not([hidden])~:not([hidden]){border-color:#2e2e4c80}.focus\:divide-primary-1000\/60:focus>:not([hidden])~:not([hidden]){border-color:#2e2e4c99}.focus\:divide-primary-1000\/70:focus>:not([hidden])~:not([hidden]){border-color:#2e2e4cb3}.focus\:divide-primary-1000\/75:focus>:not([hidden])~:not([hidden]){border-color:#2e2e4cbf}.focus\:divide-primary-1000\/80:focus>:not([hidden])~:not([hidden]){border-color:#2e2e4ccc}.focus\:divide-primary-1000\/90:focus>:not([hidden])~:not([hidden]){border-color:#2e2e4ce6}.focus\:divide-primary-1000\/95:focus>:not([hidden])~:not([hidden]){border-color:#2e2e4cf2}.focus\:divide-primary-1000\/100:focus>:not([hidden])~:not([hidden]){border-color:#2e2e4c}.focus\:divide-primary-highlight-100\/0:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fe00}.focus\:divide-primary-highlight-100\/5:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fe0d}.focus\:divide-primary-highlight-100\/10:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fe1a}.focus\:divide-primary-highlight-100\/20:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fe33}.focus\:divide-primary-highlight-100\/25:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fe40}.focus\:divide-primary-highlight-100\/30:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fe4d}.focus\:divide-primary-highlight-100\/40:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fe66}.focus\:divide-primary-highlight-100\/50:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fe80}.focus\:divide-primary-highlight-100\/60:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fe99}.focus\:divide-primary-highlight-100\/70:focus>:not([hidden])~:not([hidden]){border-color:#f7f5feb3}.focus\:divide-primary-highlight-100\/75:focus>:not([hidden])~:not([hidden]){border-color:#f7f5febf}.focus\:divide-primary-highlight-100\/80:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fecc}.focus\:divide-primary-highlight-100\/90:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fee6}.focus\:divide-primary-highlight-100\/95:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fef2}.focus\:divide-primary-highlight-100\/100:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fe}.focus\:divide-primary-highlight-200\/0:focus>:not([hidden])~:not([hidden]){border-color:#efecfe00}.focus\:divide-primary-highlight-200\/5:focus>:not([hidden])~:not([hidden]){border-color:#efecfe0d}.focus\:divide-primary-highlight-200\/10:focus>:not([hidden])~:not([hidden]){border-color:#efecfe1a}.focus\:divide-primary-highlight-200\/20:focus>:not([hidden])~:not([hidden]){border-color:#efecfe33}.focus\:divide-primary-highlight-200\/25:focus>:not([hidden])~:not([hidden]){border-color:#efecfe40}.focus\:divide-primary-highlight-200\/30:focus>:not([hidden])~:not([hidden]){border-color:#efecfe4d}.focus\:divide-primary-highlight-200\/40:focus>:not([hidden])~:not([hidden]){border-color:#efecfe66}.focus\:divide-primary-highlight-200\/50:focus>:not([hidden])~:not([hidden]){border-color:#efecfe80}.focus\:divide-primary-highlight-200\/60:focus>:not([hidden])~:not([hidden]){border-color:#efecfe99}.focus\:divide-primary-highlight-200\/70:focus>:not([hidden])~:not([hidden]){border-color:#efecfeb3}.focus\:divide-primary-highlight-200\/75:focus>:not([hidden])~:not([hidden]){border-color:#efecfebf}.focus\:divide-primary-highlight-200\/80:focus>:not([hidden])~:not([hidden]){border-color:#efecfecc}.focus\:divide-primary-highlight-200\/90:focus>:not([hidden])~:not([hidden]){border-color:#efecfee6}.focus\:divide-primary-highlight-200\/95:focus>:not([hidden])~:not([hidden]){border-color:#efecfef2}.focus\:divide-primary-highlight-200\/100:focus>:not([hidden])~:not([hidden]){border-color:#efecfe}.focus\:divide-primary-highlight-300\/0:focus>:not([hidden])~:not([hidden]){border-color:#dfd8fd00}.focus\:divide-primary-highlight-300\/5:focus>:not([hidden])~:not([hidden]){border-color:#dfd8fd0d}.focus\:divide-primary-highlight-300\/10:focus>:not([hidden])~:not([hidden]){border-color:#dfd8fd1a}.focus\:divide-primary-highlight-300\/20:focus>:not([hidden])~:not([hidden]){border-color:#dfd8fd33}.focus\:divide-primary-highlight-300\/25:focus>:not([hidden])~:not([hidden]){border-color:#dfd8fd40}.focus\:divide-primary-highlight-300\/30:focus>:not([hidden])~:not([hidden]){border-color:#dfd8fd4d}.focus\:divide-primary-highlight-300\/40:focus>:not([hidden])~:not([hidden]){border-color:#dfd8fd66}.focus\:divide-primary-highlight-300\/50:focus>:not([hidden])~:not([hidden]){border-color:#dfd8fd80}.focus\:divide-primary-highlight-300\/60:focus>:not([hidden])~:not([hidden]){border-color:#dfd8fd99}.focus\:divide-primary-highlight-300\/70:focus>:not([hidden])~:not([hidden]){border-color:#dfd8fdb3}.focus\:divide-primary-highlight-300\/75:focus>:not([hidden])~:not([hidden]){border-color:#dfd8fdbf}.focus\:divide-primary-highlight-300\/80:focus>:not([hidden])~:not([hidden]){border-color:#dfd8fdcc}.focus\:divide-primary-highlight-300\/90:focus>:not([hidden])~:not([hidden]){border-color:#dfd8fde6}.focus\:divide-primary-highlight-300\/95:focus>:not([hidden])~:not([hidden]){border-color:#dfd8fdf2}.focus\:divide-primary-highlight-300\/100:focus>:not([hidden])~:not([hidden]){border-color:#dfd8fd}.focus\:divide-primary-highlight-400\/0:focus>:not([hidden])~:not([hidden]){border-color:#cec1fc00}.focus\:divide-primary-highlight-400\/5:focus>:not([hidden])~:not([hidden]){border-color:#cec1fc0d}.focus\:divide-primary-highlight-400\/10:focus>:not([hidden])~:not([hidden]){border-color:#cec1fc1a}.focus\:divide-primary-highlight-400\/20:focus>:not([hidden])~:not([hidden]){border-color:#cec1fc33}.focus\:divide-primary-highlight-400\/25:focus>:not([hidden])~:not([hidden]){border-color:#cec1fc40}.focus\:divide-primary-highlight-400\/30:focus>:not([hidden])~:not([hidden]){border-color:#cec1fc4d}.focus\:divide-primary-highlight-400\/40:focus>:not([hidden])~:not([hidden]){border-color:#cec1fc66}.focus\:divide-primary-highlight-400\/50:focus>:not([hidden])~:not([hidden]){border-color:#cec1fc80}.focus\:divide-primary-highlight-400\/60:focus>:not([hidden])~:not([hidden]){border-color:#cec1fc99}.focus\:divide-primary-highlight-400\/70:focus>:not([hidden])~:not([hidden]){border-color:#cec1fcb3}.focus\:divide-primary-highlight-400\/75:focus>:not([hidden])~:not([hidden]){border-color:#cec1fcbf}.focus\:divide-primary-highlight-400\/80:focus>:not([hidden])~:not([hidden]){border-color:#cec1fccc}.focus\:divide-primary-highlight-400\/90:focus>:not([hidden])~:not([hidden]){border-color:#cec1fce6}.focus\:divide-primary-highlight-400\/95:focus>:not([hidden])~:not([hidden]){border-color:#cec1fcf2}.focus\:divide-primary-highlight-400\/100:focus>:not([hidden])~:not([hidden]){border-color:#cec1fc}.focus\:divide-primary-highlight-500\/0:focus>:not([hidden])~:not([hidden]){border-color:#bba8fb00}.focus\:divide-primary-highlight-500\/5:focus>:not([hidden])~:not([hidden]){border-color:#bba8fb0d}.focus\:divide-primary-highlight-500\/10:focus>:not([hidden])~:not([hidden]){border-color:#bba8fb1a}.focus\:divide-primary-highlight-500\/20:focus>:not([hidden])~:not([hidden]){border-color:#bba8fb33}.focus\:divide-primary-highlight-500\/25:focus>:not([hidden])~:not([hidden]){border-color:#bba8fb40}.focus\:divide-primary-highlight-500\/30:focus>:not([hidden])~:not([hidden]){border-color:#bba8fb4d}.focus\:divide-primary-highlight-500\/40:focus>:not([hidden])~:not([hidden]){border-color:#bba8fb66}.focus\:divide-primary-highlight-500\/50:focus>:not([hidden])~:not([hidden]){border-color:#bba8fb80}.focus\:divide-primary-highlight-500\/60:focus>:not([hidden])~:not([hidden]){border-color:#bba8fb99}.focus\:divide-primary-highlight-500\/70:focus>:not([hidden])~:not([hidden]){border-color:#bba8fbb3}.focus\:divide-primary-highlight-500\/75:focus>:not([hidden])~:not([hidden]){border-color:#bba8fbbf}.focus\:divide-primary-highlight-500\/80:focus>:not([hidden])~:not([hidden]){border-color:#bba8fbcc}.focus\:divide-primary-highlight-500\/90:focus>:not([hidden])~:not([hidden]){border-color:#bba8fbe6}.focus\:divide-primary-highlight-500\/95:focus>:not([hidden])~:not([hidden]){border-color:#bba8fbf2}.focus\:divide-primary-highlight-500\/100:focus>:not([hidden])~:not([hidden]){border-color:#bba8fb}.focus\:divide-primary-highlight-600\/0:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa00}.focus\:divide-primary-highlight-600\/5:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa0d}.focus\:divide-primary-highlight-600\/10:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa1a}.focus\:divide-primary-highlight-600\/20:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa33}.focus\:divide-primary-highlight-600\/25:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa40}.focus\:divide-primary-highlight-600\/30:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa4d}.focus\:divide-primary-highlight-600\/40:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa66}.focus\:divide-primary-highlight-600\/50:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa80}.focus\:divide-primary-highlight-600\/60:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa99}.focus\:divide-primary-highlight-600\/70:focus>:not([hidden])~:not([hidden]){border-color:#a78bfab3}.focus\:divide-primary-highlight-600\/75:focus>:not([hidden])~:not([hidden]){border-color:#a78bfabf}.focus\:divide-primary-highlight-600\/80:focus>:not([hidden])~:not([hidden]){border-color:#a78bfacc}.focus\:divide-primary-highlight-600\/90:focus>:not([hidden])~:not([hidden]){border-color:#a78bfae6}.focus\:divide-primary-highlight-600\/95:focus>:not([hidden])~:not([hidden]){border-color:#a78bfaf2}.focus\:divide-primary-highlight-600\/100:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa}.focus\:divide-primary-highlight-700\/0:focus>:not([hidden])~:not([hidden]){border-color:#957cdf00}.focus\:divide-primary-highlight-700\/5:focus>:not([hidden])~:not([hidden]){border-color:#957cdf0d}.focus\:divide-primary-highlight-700\/10:focus>:not([hidden])~:not([hidden]){border-color:#957cdf1a}.focus\:divide-primary-highlight-700\/20:focus>:not([hidden])~:not([hidden]){border-color:#957cdf33}.focus\:divide-primary-highlight-700\/25:focus>:not([hidden])~:not([hidden]){border-color:#957cdf40}.focus\:divide-primary-highlight-700\/30:focus>:not([hidden])~:not([hidden]){border-color:#957cdf4d}.focus\:divide-primary-highlight-700\/40:focus>:not([hidden])~:not([hidden]){border-color:#957cdf66}.focus\:divide-primary-highlight-700\/50:focus>:not([hidden])~:not([hidden]){border-color:#957cdf80}.focus\:divide-primary-highlight-700\/60:focus>:not([hidden])~:not([hidden]){border-color:#957cdf99}.focus\:divide-primary-highlight-700\/70:focus>:not([hidden])~:not([hidden]){border-color:#957cdfb3}.focus\:divide-primary-highlight-700\/75:focus>:not([hidden])~:not([hidden]){border-color:#957cdfbf}.focus\:divide-primary-highlight-700\/80:focus>:not([hidden])~:not([hidden]){border-color:#957cdfcc}.focus\:divide-primary-highlight-700\/90:focus>:not([hidden])~:not([hidden]){border-color:#957cdfe6}.focus\:divide-primary-highlight-700\/95:focus>:not([hidden])~:not([hidden]){border-color:#957cdff2}.focus\:divide-primary-highlight-700\/100:focus>:not([hidden])~:not([hidden]){border-color:#957cdf}.focus\:divide-primary-highlight-800\/0:focus>:not([hidden])~:not([hidden]){border-color:#816bc100}.focus\:divide-primary-highlight-800\/5:focus>:not([hidden])~:not([hidden]){border-color:#816bc10d}.focus\:divide-primary-highlight-800\/10:focus>:not([hidden])~:not([hidden]){border-color:#816bc11a}.focus\:divide-primary-highlight-800\/20:focus>:not([hidden])~:not([hidden]){border-color:#816bc133}.focus\:divide-primary-highlight-800\/25:focus>:not([hidden])~:not([hidden]){border-color:#816bc140}.focus\:divide-primary-highlight-800\/30:focus>:not([hidden])~:not([hidden]){border-color:#816bc14d}.focus\:divide-primary-highlight-800\/40:focus>:not([hidden])~:not([hidden]){border-color:#816bc166}.focus\:divide-primary-highlight-800\/50:focus>:not([hidden])~:not([hidden]){border-color:#816bc180}.focus\:divide-primary-highlight-800\/60:focus>:not([hidden])~:not([hidden]){border-color:#816bc199}.focus\:divide-primary-highlight-800\/70:focus>:not([hidden])~:not([hidden]){border-color:#816bc1b3}.focus\:divide-primary-highlight-800\/75:focus>:not([hidden])~:not([hidden]){border-color:#816bc1bf}.focus\:divide-primary-highlight-800\/80:focus>:not([hidden])~:not([hidden]){border-color:#816bc1cc}.focus\:divide-primary-highlight-800\/90:focus>:not([hidden])~:not([hidden]){border-color:#816bc1e6}.focus\:divide-primary-highlight-800\/95:focus>:not([hidden])~:not([hidden]){border-color:#816bc1f2}.focus\:divide-primary-highlight-800\/100:focus>:not([hidden])~:not([hidden]){border-color:#816bc1}.focus\:divide-primary-highlight-900\/0:focus>:not([hidden])~:not([hidden]){border-color:#69579e00}.focus\:divide-primary-highlight-900\/5:focus>:not([hidden])~:not([hidden]){border-color:#69579e0d}.focus\:divide-primary-highlight-900\/10:focus>:not([hidden])~:not([hidden]){border-color:#69579e1a}.focus\:divide-primary-highlight-900\/20:focus>:not([hidden])~:not([hidden]){border-color:#69579e33}.focus\:divide-primary-highlight-900\/25:focus>:not([hidden])~:not([hidden]){border-color:#69579e40}.focus\:divide-primary-highlight-900\/30:focus>:not([hidden])~:not([hidden]){border-color:#69579e4d}.focus\:divide-primary-highlight-900\/40:focus>:not([hidden])~:not([hidden]){border-color:#69579e66}.focus\:divide-primary-highlight-900\/50:focus>:not([hidden])~:not([hidden]){border-color:#69579e80}.focus\:divide-primary-highlight-900\/60:focus>:not([hidden])~:not([hidden]){border-color:#69579e99}.focus\:divide-primary-highlight-900\/70:focus>:not([hidden])~:not([hidden]){border-color:#69579eb3}.focus\:divide-primary-highlight-900\/75:focus>:not([hidden])~:not([hidden]){border-color:#69579ebf}.focus\:divide-primary-highlight-900\/80:focus>:not([hidden])~:not([hidden]){border-color:#69579ecc}.focus\:divide-primary-highlight-900\/90:focus>:not([hidden])~:not([hidden]){border-color:#69579ee6}.focus\:divide-primary-highlight-900\/95:focus>:not([hidden])~:not([hidden]){border-color:#69579ef2}.focus\:divide-primary-highlight-900\/100:focus>:not([hidden])~:not([hidden]){border-color:#69579e}.focus\:divide-primary-highlight-1000\/0:focus>:not([hidden])~:not([hidden]){border-color:#4a3e6f00}.focus\:divide-primary-highlight-1000\/5:focus>:not([hidden])~:not([hidden]){border-color:#4a3e6f0d}.focus\:divide-primary-highlight-1000\/10:focus>:not([hidden])~:not([hidden]){border-color:#4a3e6f1a}.focus\:divide-primary-highlight-1000\/20:focus>:not([hidden])~:not([hidden]){border-color:#4a3e6f33}.focus\:divide-primary-highlight-1000\/25:focus>:not([hidden])~:not([hidden]){border-color:#4a3e6f40}.focus\:divide-primary-highlight-1000\/30:focus>:not([hidden])~:not([hidden]){border-color:#4a3e6f4d}.focus\:divide-primary-highlight-1000\/40:focus>:not([hidden])~:not([hidden]){border-color:#4a3e6f66}.focus\:divide-primary-highlight-1000\/50:focus>:not([hidden])~:not([hidden]){border-color:#4a3e6f80}.focus\:divide-primary-highlight-1000\/60:focus>:not([hidden])~:not([hidden]){border-color:#4a3e6f99}.focus\:divide-primary-highlight-1000\/70:focus>:not([hidden])~:not([hidden]){border-color:#4a3e6fb3}.focus\:divide-primary-highlight-1000\/75:focus>:not([hidden])~:not([hidden]){border-color:#4a3e6fbf}.focus\:divide-primary-highlight-1000\/80:focus>:not([hidden])~:not([hidden]){border-color:#4a3e6fcc}.focus\:divide-primary-highlight-1000\/90:focus>:not([hidden])~:not([hidden]){border-color:#4a3e6fe6}.focus\:divide-primary-highlight-1000\/95:focus>:not([hidden])~:not([hidden]){border-color:#4a3e6ff2}.focus\:divide-primary-highlight-1000\/100:focus>:not([hidden])~:not([hidden]){border-color:#4a3e6f}.focus\:divide-secondary-100\/0:focus>:not([hidden])~:not([hidden]){border-color:#fef7f200}.focus\:divide-secondary-100\/5:focus>:not([hidden])~:not([hidden]){border-color:#fef7f20d}.focus\:divide-secondary-100\/10:focus>:not([hidden])~:not([hidden]){border-color:#fef7f21a}.focus\:divide-secondary-100\/20:focus>:not([hidden])~:not([hidden]){border-color:#fef7f233}.focus\:divide-secondary-100\/25:focus>:not([hidden])~:not([hidden]){border-color:#fef7f240}.focus\:divide-secondary-100\/30:focus>:not([hidden])~:not([hidden]){border-color:#fef7f24d}.focus\:divide-secondary-100\/40:focus>:not([hidden])~:not([hidden]){border-color:#fef7f266}.focus\:divide-secondary-100\/50:focus>:not([hidden])~:not([hidden]){border-color:#fef7f280}.focus\:divide-secondary-100\/60:focus>:not([hidden])~:not([hidden]){border-color:#fef7f299}.focus\:divide-secondary-100\/70:focus>:not([hidden])~:not([hidden]){border-color:#fef7f2b3}.focus\:divide-secondary-100\/75:focus>:not([hidden])~:not([hidden]){border-color:#fef7f2bf}.focus\:divide-secondary-100\/80:focus>:not([hidden])~:not([hidden]){border-color:#fef7f2cc}.focus\:divide-secondary-100\/90:focus>:not([hidden])~:not([hidden]){border-color:#fef7f2e6}.focus\:divide-secondary-100\/95:focus>:not([hidden])~:not([hidden]){border-color:#fef7f2f2}.focus\:divide-secondary-100\/100:focus>:not([hidden])~:not([hidden]){border-color:#fef7f2}.focus\:divide-secondary-200\/0:focus>:not([hidden])~:not([hidden]){border-color:#fef0e400}.focus\:divide-secondary-200\/5:focus>:not([hidden])~:not([hidden]){border-color:#fef0e40d}.focus\:divide-secondary-200\/10:focus>:not([hidden])~:not([hidden]){border-color:#fef0e41a}.focus\:divide-secondary-200\/20:focus>:not([hidden])~:not([hidden]){border-color:#fef0e433}.focus\:divide-secondary-200\/25:focus>:not([hidden])~:not([hidden]){border-color:#fef0e440}.focus\:divide-secondary-200\/30:focus>:not([hidden])~:not([hidden]){border-color:#fef0e44d}.focus\:divide-secondary-200\/40:focus>:not([hidden])~:not([hidden]){border-color:#fef0e466}.focus\:divide-secondary-200\/50:focus>:not([hidden])~:not([hidden]){border-color:#fef0e480}.focus\:divide-secondary-200\/60:focus>:not([hidden])~:not([hidden]){border-color:#fef0e499}.focus\:divide-secondary-200\/70:focus>:not([hidden])~:not([hidden]){border-color:#fef0e4b3}.focus\:divide-secondary-200\/75:focus>:not([hidden])~:not([hidden]){border-color:#fef0e4bf}.focus\:divide-secondary-200\/80:focus>:not([hidden])~:not([hidden]){border-color:#fef0e4cc}.focus\:divide-secondary-200\/90:focus>:not([hidden])~:not([hidden]){border-color:#fef0e4e6}.focus\:divide-secondary-200\/95:focus>:not([hidden])~:not([hidden]){border-color:#fef0e4f2}.focus\:divide-secondary-200\/100:focus>:not([hidden])~:not([hidden]){border-color:#fef0e4}.focus\:divide-secondary-300\/0:focus>:not([hidden])~:not([hidden]){border-color:#fde1c600}.focus\:divide-secondary-300\/5:focus>:not([hidden])~:not([hidden]){border-color:#fde1c60d}.focus\:divide-secondary-300\/10:focus>:not([hidden])~:not([hidden]){border-color:#fde1c61a}.focus\:divide-secondary-300\/20:focus>:not([hidden])~:not([hidden]){border-color:#fde1c633}.focus\:divide-secondary-300\/25:focus>:not([hidden])~:not([hidden]){border-color:#fde1c640}.focus\:divide-secondary-300\/30:focus>:not([hidden])~:not([hidden]){border-color:#fde1c64d}.focus\:divide-secondary-300\/40:focus>:not([hidden])~:not([hidden]){border-color:#fde1c666}.focus\:divide-secondary-300\/50:focus>:not([hidden])~:not([hidden]){border-color:#fde1c680}.focus\:divide-secondary-300\/60:focus>:not([hidden])~:not([hidden]){border-color:#fde1c699}.focus\:divide-secondary-300\/70:focus>:not([hidden])~:not([hidden]){border-color:#fde1c6b3}.focus\:divide-secondary-300\/75:focus>:not([hidden])~:not([hidden]){border-color:#fde1c6bf}.focus\:divide-secondary-300\/80:focus>:not([hidden])~:not([hidden]){border-color:#fde1c6cc}.focus\:divide-secondary-300\/90:focus>:not([hidden])~:not([hidden]){border-color:#fde1c6e6}.focus\:divide-secondary-300\/95:focus>:not([hidden])~:not([hidden]){border-color:#fde1c6f2}.focus\:divide-secondary-300\/100:focus>:not([hidden])~:not([hidden]){border-color:#fde1c6}.focus\:divide-secondary-400\/0:focus>:not([hidden])~:not([hidden]){border-color:#fcd1a200}.focus\:divide-secondary-400\/5:focus>:not([hidden])~:not([hidden]){border-color:#fcd1a20d}.focus\:divide-secondary-400\/10:focus>:not([hidden])~:not([hidden]){border-color:#fcd1a21a}.focus\:divide-secondary-400\/20:focus>:not([hidden])~:not([hidden]){border-color:#fcd1a233}.focus\:divide-secondary-400\/25:focus>:not([hidden])~:not([hidden]){border-color:#fcd1a240}.focus\:divide-secondary-400\/30:focus>:not([hidden])~:not([hidden]){border-color:#fcd1a24d}.focus\:divide-secondary-400\/40:focus>:not([hidden])~:not([hidden]){border-color:#fcd1a266}.focus\:divide-secondary-400\/50:focus>:not([hidden])~:not([hidden]){border-color:#fcd1a280}.focus\:divide-secondary-400\/60:focus>:not([hidden])~:not([hidden]){border-color:#fcd1a299}.focus\:divide-secondary-400\/70:focus>:not([hidden])~:not([hidden]){border-color:#fcd1a2b3}.focus\:divide-secondary-400\/75:focus>:not([hidden])~:not([hidden]){border-color:#fcd1a2bf}.focus\:divide-secondary-400\/80:focus>:not([hidden])~:not([hidden]){border-color:#fcd1a2cc}.focus\:divide-secondary-400\/90:focus>:not([hidden])~:not([hidden]){border-color:#fcd1a2e6}.focus\:divide-secondary-400\/95:focus>:not([hidden])~:not([hidden]){border-color:#fcd1a2f2}.focus\:divide-secondary-400\/100:focus>:not([hidden])~:not([hidden]){border-color:#fcd1a2}.focus\:divide-secondary-500\/0:focus>:not([hidden])~:not([hidden]){border-color:#fbbf7500}.focus\:divide-secondary-500\/5:focus>:not([hidden])~:not([hidden]){border-color:#fbbf750d}.focus\:divide-secondary-500\/10:focus>:not([hidden])~:not([hidden]){border-color:#fbbf751a}.focus\:divide-secondary-500\/20:focus>:not([hidden])~:not([hidden]){border-color:#fbbf7533}.focus\:divide-secondary-500\/25:focus>:not([hidden])~:not([hidden]){border-color:#fbbf7540}.focus\:divide-secondary-500\/30:focus>:not([hidden])~:not([hidden]){border-color:#fbbf754d}.focus\:divide-secondary-500\/40:focus>:not([hidden])~:not([hidden]){border-color:#fbbf7566}.focus\:divide-secondary-500\/50:focus>:not([hidden])~:not([hidden]){border-color:#fbbf7580}.focus\:divide-secondary-500\/60:focus>:not([hidden])~:not([hidden]){border-color:#fbbf7599}.focus\:divide-secondary-500\/70:focus>:not([hidden])~:not([hidden]){border-color:#fbbf75b3}.focus\:divide-secondary-500\/75:focus>:not([hidden])~:not([hidden]){border-color:#fbbf75bf}.focus\:divide-secondary-500\/80:focus>:not([hidden])~:not([hidden]){border-color:#fbbf75cc}.focus\:divide-secondary-500\/90:focus>:not([hidden])~:not([hidden]){border-color:#fbbf75e6}.focus\:divide-secondary-500\/95:focus>:not([hidden])~:not([hidden]){border-color:#fbbf75f2}.focus\:divide-secondary-500\/100:focus>:not([hidden])~:not([hidden]){border-color:#fbbf75}.focus\:divide-secondary-600\/0:focus>:not([hidden])~:not([hidden]){border-color:#faac1e00}.focus\:divide-secondary-600\/5:focus>:not([hidden])~:not([hidden]){border-color:#faac1e0d}.focus\:divide-secondary-600\/10:focus>:not([hidden])~:not([hidden]){border-color:#faac1e1a}.focus\:divide-secondary-600\/20:focus>:not([hidden])~:not([hidden]){border-color:#faac1e33}.focus\:divide-secondary-600\/25:focus>:not([hidden])~:not([hidden]){border-color:#faac1e40}.focus\:divide-secondary-600\/30:focus>:not([hidden])~:not([hidden]){border-color:#faac1e4d}.focus\:divide-secondary-600\/40:focus>:not([hidden])~:not([hidden]){border-color:#faac1e66}.focus\:divide-secondary-600\/50:focus>:not([hidden])~:not([hidden]){border-color:#faac1e80}.focus\:divide-secondary-600\/60:focus>:not([hidden])~:not([hidden]){border-color:#faac1e99}.focus\:divide-secondary-600\/70:focus>:not([hidden])~:not([hidden]){border-color:#faac1eb3}.focus\:divide-secondary-600\/75:focus>:not([hidden])~:not([hidden]){border-color:#faac1ebf}.focus\:divide-secondary-600\/80:focus>:not([hidden])~:not([hidden]){border-color:#faac1ecc}.focus\:divide-secondary-600\/90:focus>:not([hidden])~:not([hidden]){border-color:#faac1ee6}.focus\:divide-secondary-600\/95:focus>:not([hidden])~:not([hidden]){border-color:#faac1ef2}.focus\:divide-secondary-600\/100:focus>:not([hidden])~:not([hidden]){border-color:#faac1e}.focus\:divide-secondary-700\/0:focus>:not([hidden])~:not([hidden]){border-color:#df991a00}.focus\:divide-secondary-700\/5:focus>:not([hidden])~:not([hidden]){border-color:#df991a0d}.focus\:divide-secondary-700\/10:focus>:not([hidden])~:not([hidden]){border-color:#df991a1a}.focus\:divide-secondary-700\/20:focus>:not([hidden])~:not([hidden]){border-color:#df991a33}.focus\:divide-secondary-700\/25:focus>:not([hidden])~:not([hidden]){border-color:#df991a40}.focus\:divide-secondary-700\/30:focus>:not([hidden])~:not([hidden]){border-color:#df991a4d}.focus\:divide-secondary-700\/40:focus>:not([hidden])~:not([hidden]){border-color:#df991a66}.focus\:divide-secondary-700\/50:focus>:not([hidden])~:not([hidden]){border-color:#df991a80}.focus\:divide-secondary-700\/60:focus>:not([hidden])~:not([hidden]){border-color:#df991a99}.focus\:divide-secondary-700\/70:focus>:not([hidden])~:not([hidden]){border-color:#df991ab3}.focus\:divide-secondary-700\/75:focus>:not([hidden])~:not([hidden]){border-color:#df991abf}.focus\:divide-secondary-700\/80:focus>:not([hidden])~:not([hidden]){border-color:#df991acc}.focus\:divide-secondary-700\/90:focus>:not([hidden])~:not([hidden]){border-color:#df991ae6}.focus\:divide-secondary-700\/95:focus>:not([hidden])~:not([hidden]){border-color:#df991af2}.focus\:divide-secondary-700\/100:focus>:not([hidden])~:not([hidden]){border-color:#df991a}.focus\:divide-secondary-800\/0:focus>:not([hidden])~:not([hidden]){border-color:#c1851700}.focus\:divide-secondary-800\/5:focus>:not([hidden])~:not([hidden]){border-color:#c185170d}.focus\:divide-secondary-800\/10:focus>:not([hidden])~:not([hidden]){border-color:#c185171a}.focus\:divide-secondary-800\/20:focus>:not([hidden])~:not([hidden]){border-color:#c1851733}.focus\:divide-secondary-800\/25:focus>:not([hidden])~:not([hidden]){border-color:#c1851740}.focus\:divide-secondary-800\/30:focus>:not([hidden])~:not([hidden]){border-color:#c185174d}.focus\:divide-secondary-800\/40:focus>:not([hidden])~:not([hidden]){border-color:#c1851766}.focus\:divide-secondary-800\/50:focus>:not([hidden])~:not([hidden]){border-color:#c1851780}.focus\:divide-secondary-800\/60:focus>:not([hidden])~:not([hidden]){border-color:#c1851799}.focus\:divide-secondary-800\/70:focus>:not([hidden])~:not([hidden]){border-color:#c18517b3}.focus\:divide-secondary-800\/75:focus>:not([hidden])~:not([hidden]){border-color:#c18517bf}.focus\:divide-secondary-800\/80:focus>:not([hidden])~:not([hidden]){border-color:#c18517cc}.focus\:divide-secondary-800\/90:focus>:not([hidden])~:not([hidden]){border-color:#c18517e6}.focus\:divide-secondary-800\/95:focus>:not([hidden])~:not([hidden]){border-color:#c18517f2}.focus\:divide-secondary-800\/100:focus>:not([hidden])~:not([hidden]){border-color:#c18517}.focus\:divide-secondary-900\/0:focus>:not([hidden])~:not([hidden]){border-color:#9e6c1200}.focus\:divide-secondary-900\/5:focus>:not([hidden])~:not([hidden]){border-color:#9e6c120d}.focus\:divide-secondary-900\/10:focus>:not([hidden])~:not([hidden]){border-color:#9e6c121a}.focus\:divide-secondary-900\/20:focus>:not([hidden])~:not([hidden]){border-color:#9e6c1233}.focus\:divide-secondary-900\/25:focus>:not([hidden])~:not([hidden]){border-color:#9e6c1240}.focus\:divide-secondary-900\/30:focus>:not([hidden])~:not([hidden]){border-color:#9e6c124d}.focus\:divide-secondary-900\/40:focus>:not([hidden])~:not([hidden]){border-color:#9e6c1266}.focus\:divide-secondary-900\/50:focus>:not([hidden])~:not([hidden]){border-color:#9e6c1280}.focus\:divide-secondary-900\/60:focus>:not([hidden])~:not([hidden]){border-color:#9e6c1299}.focus\:divide-secondary-900\/70:focus>:not([hidden])~:not([hidden]){border-color:#9e6c12b3}.focus\:divide-secondary-900\/75:focus>:not([hidden])~:not([hidden]){border-color:#9e6c12bf}.focus\:divide-secondary-900\/80:focus>:not([hidden])~:not([hidden]){border-color:#9e6c12cc}.focus\:divide-secondary-900\/90:focus>:not([hidden])~:not([hidden]){border-color:#9e6c12e6}.focus\:divide-secondary-900\/95:focus>:not([hidden])~:not([hidden]){border-color:#9e6c12f2}.focus\:divide-secondary-900\/100:focus>:not([hidden])~:not([hidden]){border-color:#9e6c12}.focus\:divide-secondary-1000\/0:focus>:not([hidden])~:not([hidden]){border-color:#6f4c0d00}.focus\:divide-secondary-1000\/5:focus>:not([hidden])~:not([hidden]){border-color:#6f4c0d0d}.focus\:divide-secondary-1000\/10:focus>:not([hidden])~:not([hidden]){border-color:#6f4c0d1a}.focus\:divide-secondary-1000\/20:focus>:not([hidden])~:not([hidden]){border-color:#6f4c0d33}.focus\:divide-secondary-1000\/25:focus>:not([hidden])~:not([hidden]){border-color:#6f4c0d40}.focus\:divide-secondary-1000\/30:focus>:not([hidden])~:not([hidden]){border-color:#6f4c0d4d}.focus\:divide-secondary-1000\/40:focus>:not([hidden])~:not([hidden]){border-color:#6f4c0d66}.focus\:divide-secondary-1000\/50:focus>:not([hidden])~:not([hidden]){border-color:#6f4c0d80}.focus\:divide-secondary-1000\/60:focus>:not([hidden])~:not([hidden]){border-color:#6f4c0d99}.focus\:divide-secondary-1000\/70:focus>:not([hidden])~:not([hidden]){border-color:#6f4c0db3}.focus\:divide-secondary-1000\/75:focus>:not([hidden])~:not([hidden]){border-color:#6f4c0dbf}.focus\:divide-secondary-1000\/80:focus>:not([hidden])~:not([hidden]){border-color:#6f4c0dcc}.focus\:divide-secondary-1000\/90:focus>:not([hidden])~:not([hidden]){border-color:#6f4c0de6}.focus\:divide-secondary-1000\/95:focus>:not([hidden])~:not([hidden]){border-color:#6f4c0df2}.focus\:divide-secondary-1000\/100:focus>:not([hidden])~:not([hidden]){border-color:#6f4c0d}.focus\:divide-grey-100\/0:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f400}.focus\:divide-grey-100\/5:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f40d}.focus\:divide-grey-100\/10:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f41a}.focus\:divide-grey-100\/20:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f433}.focus\:divide-grey-100\/25:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f440}.focus\:divide-grey-100\/30:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f44d}.focus\:divide-grey-100\/40:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f466}.focus\:divide-grey-100\/50:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f480}.focus\:divide-grey-100\/60:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f499}.focus\:divide-grey-100\/70:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f4b3}.focus\:divide-grey-100\/75:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f4bf}.focus\:divide-grey-100\/80:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f4cc}.focus\:divide-grey-100\/90:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f4e6}.focus\:divide-grey-100\/95:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f4f2}.focus\:divide-grey-100\/100:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f4}.focus\:divide-grey-200\/0:focus>:not([hidden])~:not([hidden]){border-color:#e6e7e800}.focus\:divide-grey-200\/5:focus>:not([hidden])~:not([hidden]){border-color:#e6e7e80d}.focus\:divide-grey-200\/10:focus>:not([hidden])~:not([hidden]){border-color:#e6e7e81a}.focus\:divide-grey-200\/20:focus>:not([hidden])~:not([hidden]){border-color:#e6e7e833}.focus\:divide-grey-200\/25:focus>:not([hidden])~:not([hidden]){border-color:#e6e7e840}.focus\:divide-grey-200\/30:focus>:not([hidden])~:not([hidden]){border-color:#e6e7e84d}.focus\:divide-grey-200\/40:focus>:not([hidden])~:not([hidden]){border-color:#e6e7e866}.focus\:divide-grey-200\/50:focus>:not([hidden])~:not([hidden]){border-color:#e6e7e880}.focus\:divide-grey-200\/60:focus>:not([hidden])~:not([hidden]){border-color:#e6e7e899}.focus\:divide-grey-200\/70:focus>:not([hidden])~:not([hidden]){border-color:#e6e7e8b3}.focus\:divide-grey-200\/75:focus>:not([hidden])~:not([hidden]){border-color:#e6e7e8bf}.focus\:divide-grey-200\/80:focus>:not([hidden])~:not([hidden]){border-color:#e6e7e8cc}.focus\:divide-grey-200\/90:focus>:not([hidden])~:not([hidden]){border-color:#e6e7e8e6}.focus\:divide-grey-200\/95:focus>:not([hidden])~:not([hidden]){border-color:#e6e7e8f2}.focus\:divide-grey-200\/100:focus>:not([hidden])~:not([hidden]){border-color:#e6e7e8}.focus\:divide-grey-300\/0:focus>:not([hidden])~:not([hidden]){border-color:#caccd000}.focus\:divide-grey-300\/5:focus>:not([hidden])~:not([hidden]){border-color:#caccd00d}.focus\:divide-grey-300\/10:focus>:not([hidden])~:not([hidden]){border-color:#caccd01a}.focus\:divide-grey-300\/20:focus>:not([hidden])~:not([hidden]){border-color:#caccd033}.focus\:divide-grey-300\/25:focus>:not([hidden])~:not([hidden]){border-color:#caccd040}.focus\:divide-grey-300\/30:focus>:not([hidden])~:not([hidden]){border-color:#caccd04d}.focus\:divide-grey-300\/40:focus>:not([hidden])~:not([hidden]){border-color:#caccd066}.focus\:divide-grey-300\/50:focus>:not([hidden])~:not([hidden]){border-color:#caccd080}.focus\:divide-grey-300\/60:focus>:not([hidden])~:not([hidden]){border-color:#caccd099}.focus\:divide-grey-300\/70:focus>:not([hidden])~:not([hidden]){border-color:#caccd0b3}.focus\:divide-grey-300\/75:focus>:not([hidden])~:not([hidden]){border-color:#caccd0bf}.focus\:divide-grey-300\/80:focus>:not([hidden])~:not([hidden]){border-color:#caccd0cc}.focus\:divide-grey-300\/90:focus>:not([hidden])~:not([hidden]){border-color:#caccd0e6}.focus\:divide-grey-300\/95:focus>:not([hidden])~:not([hidden]){border-color:#caccd0f2}.focus\:divide-grey-300\/100:focus>:not([hidden])~:not([hidden]){border-color:#caccd0}.focus\:divide-grey-400\/0:focus>:not([hidden])~:not([hidden]){border-color:#aaaeb400}.focus\:divide-grey-400\/5:focus>:not([hidden])~:not([hidden]){border-color:#aaaeb40d}.focus\:divide-grey-400\/10:focus>:not([hidden])~:not([hidden]){border-color:#aaaeb41a}.focus\:divide-grey-400\/20:focus>:not([hidden])~:not([hidden]){border-color:#aaaeb433}.focus\:divide-grey-400\/25:focus>:not([hidden])~:not([hidden]){border-color:#aaaeb440}.focus\:divide-grey-400\/30:focus>:not([hidden])~:not([hidden]){border-color:#aaaeb44d}.focus\:divide-grey-400\/40:focus>:not([hidden])~:not([hidden]){border-color:#aaaeb466}.focus\:divide-grey-400\/50:focus>:not([hidden])~:not([hidden]){border-color:#aaaeb480}.focus\:divide-grey-400\/60:focus>:not([hidden])~:not([hidden]){border-color:#aaaeb499}.focus\:divide-grey-400\/70:focus>:not([hidden])~:not([hidden]){border-color:#aaaeb4b3}.focus\:divide-grey-400\/75:focus>:not([hidden])~:not([hidden]){border-color:#aaaeb4bf}.focus\:divide-grey-400\/80:focus>:not([hidden])~:not([hidden]){border-color:#aaaeb4cc}.focus\:divide-grey-400\/90:focus>:not([hidden])~:not([hidden]){border-color:#aaaeb4e6}.focus\:divide-grey-400\/95:focus>:not([hidden])~:not([hidden]){border-color:#aaaeb4f2}.focus\:divide-grey-400\/100:focus>:not([hidden])~:not([hidden]){border-color:#aaaeb4}.focus\:divide-grey-500\/0:focus>:not([hidden])~:not([hidden]){border-color:#82899300}.focus\:divide-grey-500\/5:focus>:not([hidden])~:not([hidden]){border-color:#8289930d}.focus\:divide-grey-500\/10:focus>:not([hidden])~:not([hidden]){border-color:#8289931a}.focus\:divide-grey-500\/20:focus>:not([hidden])~:not([hidden]){border-color:#82899333}.focus\:divide-grey-500\/25:focus>:not([hidden])~:not([hidden]){border-color:#82899340}.focus\:divide-grey-500\/30:focus>:not([hidden])~:not([hidden]){border-color:#8289934d}.focus\:divide-grey-500\/40:focus>:not([hidden])~:not([hidden]){border-color:#82899366}.focus\:divide-grey-500\/50:focus>:not([hidden])~:not([hidden]){border-color:#82899380}.focus\:divide-grey-500\/60:focus>:not([hidden])~:not([hidden]){border-color:#82899399}.focus\:divide-grey-500\/70:focus>:not([hidden])~:not([hidden]){border-color:#828993b3}.focus\:divide-grey-500\/75:focus>:not([hidden])~:not([hidden]){border-color:#828993bf}.focus\:divide-grey-500\/80:focus>:not([hidden])~:not([hidden]){border-color:#828993cc}.focus\:divide-grey-500\/90:focus>:not([hidden])~:not([hidden]){border-color:#828993e6}.focus\:divide-grey-500\/95:focus>:not([hidden])~:not([hidden]){border-color:#828993f2}.focus\:divide-grey-500\/100:focus>:not([hidden])~:not([hidden]){border-color:#828993}.focus\:divide-grey-600\/0:focus>:not([hidden])~:not([hidden]){border-color:#47556900}.focus\:divide-grey-600\/5:focus>:not([hidden])~:not([hidden]){border-color:#4755690d}.focus\:divide-grey-600\/10:focus>:not([hidden])~:not([hidden]){border-color:#4755691a}.focus\:divide-grey-600\/20:focus>:not([hidden])~:not([hidden]){border-color:#47556933}.focus\:divide-grey-600\/25:focus>:not([hidden])~:not([hidden]){border-color:#47556940}.focus\:divide-grey-600\/30:focus>:not([hidden])~:not([hidden]){border-color:#4755694d}.focus\:divide-grey-600\/40:focus>:not([hidden])~:not([hidden]){border-color:#47556966}.focus\:divide-grey-600\/50:focus>:not([hidden])~:not([hidden]){border-color:#47556980}.focus\:divide-grey-600\/60:focus>:not([hidden])~:not([hidden]){border-color:#47556999}.focus\:divide-grey-600\/70:focus>:not([hidden])~:not([hidden]){border-color:#475569b3}.focus\:divide-grey-600\/75:focus>:not([hidden])~:not([hidden]){border-color:#475569bf}.focus\:divide-grey-600\/80:focus>:not([hidden])~:not([hidden]){border-color:#475569cc}.focus\:divide-grey-600\/90:focus>:not([hidden])~:not([hidden]){border-color:#475569e6}.focus\:divide-grey-600\/95:focus>:not([hidden])~:not([hidden]){border-color:#475569f2}.focus\:divide-grey-600\/100:focus>:not([hidden])~:not([hidden]){border-color:#475569}.focus\:divide-grey-700\/0:focus>:not([hidden])~:not([hidden]){border-color:#3f4c5d00}.focus\:divide-grey-700\/5:focus>:not([hidden])~:not([hidden]){border-color:#3f4c5d0d}.focus\:divide-grey-700\/10:focus>:not([hidden])~:not([hidden]){border-color:#3f4c5d1a}.focus\:divide-grey-700\/20:focus>:not([hidden])~:not([hidden]){border-color:#3f4c5d33}.focus\:divide-grey-700\/25:focus>:not([hidden])~:not([hidden]){border-color:#3f4c5d40}.focus\:divide-grey-700\/30:focus>:not([hidden])~:not([hidden]){border-color:#3f4c5d4d}.focus\:divide-grey-700\/40:focus>:not([hidden])~:not([hidden]){border-color:#3f4c5d66}.focus\:divide-grey-700\/50:focus>:not([hidden])~:not([hidden]){border-color:#3f4c5d80}.focus\:divide-grey-700\/60:focus>:not([hidden])~:not([hidden]){border-color:#3f4c5d99}.focus\:divide-grey-700\/70:focus>:not([hidden])~:not([hidden]){border-color:#3f4c5db3}.focus\:divide-grey-700\/75:focus>:not([hidden])~:not([hidden]){border-color:#3f4c5dbf}.focus\:divide-grey-700\/80:focus>:not([hidden])~:not([hidden]){border-color:#3f4c5dcc}.focus\:divide-grey-700\/90:focus>:not([hidden])~:not([hidden]){border-color:#3f4c5de6}.focus\:divide-grey-700\/95:focus>:not([hidden])~:not([hidden]){border-color:#3f4c5df2}.focus\:divide-grey-700\/100:focus>:not([hidden])~:not([hidden]){border-color:#3f4c5d}.focus\:divide-grey-800\/0:focus>:not([hidden])~:not([hidden]){border-color:#36415100}.focus\:divide-grey-800\/5:focus>:not([hidden])~:not([hidden]){border-color:#3641510d}.focus\:divide-grey-800\/10:focus>:not([hidden])~:not([hidden]){border-color:#3641511a}.focus\:divide-grey-800\/20:focus>:not([hidden])~:not([hidden]){border-color:#36415133}.focus\:divide-grey-800\/25:focus>:not([hidden])~:not([hidden]){border-color:#36415140}.focus\:divide-grey-800\/30:focus>:not([hidden])~:not([hidden]){border-color:#3641514d}.focus\:divide-grey-800\/40:focus>:not([hidden])~:not([hidden]){border-color:#36415166}.focus\:divide-grey-800\/50:focus>:not([hidden])~:not([hidden]){border-color:#36415180}.focus\:divide-grey-800\/60:focus>:not([hidden])~:not([hidden]){border-color:#36415199}.focus\:divide-grey-800\/70:focus>:not([hidden])~:not([hidden]){border-color:#364151b3}.focus\:divide-grey-800\/75:focus>:not([hidden])~:not([hidden]){border-color:#364151bf}.focus\:divide-grey-800\/80:focus>:not([hidden])~:not([hidden]){border-color:#364151cc}.focus\:divide-grey-800\/90:focus>:not([hidden])~:not([hidden]){border-color:#364151e6}.focus\:divide-grey-800\/95:focus>:not([hidden])~:not([hidden]){border-color:#364151f2}.focus\:divide-grey-800\/100:focus>:not([hidden])~:not([hidden]){border-color:#364151}.focus\:divide-grey-900\/0:focus>:not([hidden])~:not([hidden]){border-color:#2c354200}.focus\:divide-grey-900\/5:focus>:not([hidden])~:not([hidden]){border-color:#2c35420d}.focus\:divide-grey-900\/10:focus>:not([hidden])~:not([hidden]){border-color:#2c35421a}.focus\:divide-grey-900\/20:focus>:not([hidden])~:not([hidden]){border-color:#2c354233}.focus\:divide-grey-900\/25:focus>:not([hidden])~:not([hidden]){border-color:#2c354240}.focus\:divide-grey-900\/30:focus>:not([hidden])~:not([hidden]){border-color:#2c35424d}.focus\:divide-grey-900\/40:focus>:not([hidden])~:not([hidden]){border-color:#2c354266}.focus\:divide-grey-900\/50:focus>:not([hidden])~:not([hidden]){border-color:#2c354280}.focus\:divide-grey-900\/60:focus>:not([hidden])~:not([hidden]){border-color:#2c354299}.focus\:divide-grey-900\/70:focus>:not([hidden])~:not([hidden]){border-color:#2c3542b3}.focus\:divide-grey-900\/75:focus>:not([hidden])~:not([hidden]){border-color:#2c3542bf}.focus\:divide-grey-900\/80:focus>:not([hidden])~:not([hidden]){border-color:#2c3542cc}.focus\:divide-grey-900\/90:focus>:not([hidden])~:not([hidden]){border-color:#2c3542e6}.focus\:divide-grey-900\/95:focus>:not([hidden])~:not([hidden]){border-color:#2c3542f2}.focus\:divide-grey-900\/100:focus>:not([hidden])~:not([hidden]){border-color:#2c3542}.focus\:divide-grey-1000\/0:focus>:not([hidden])~:not([hidden]){border-color:#1f262e00}.focus\:divide-grey-1000\/5:focus>:not([hidden])~:not([hidden]){border-color:#1f262e0d}.focus\:divide-grey-1000\/10:focus>:not([hidden])~:not([hidden]){border-color:#1f262e1a}.focus\:divide-grey-1000\/20:focus>:not([hidden])~:not([hidden]){border-color:#1f262e33}.focus\:divide-grey-1000\/25:focus>:not([hidden])~:not([hidden]){border-color:#1f262e40}.focus\:divide-grey-1000\/30:focus>:not([hidden])~:not([hidden]){border-color:#1f262e4d}.focus\:divide-grey-1000\/40:focus>:not([hidden])~:not([hidden]){border-color:#1f262e66}.focus\:divide-grey-1000\/50:focus>:not([hidden])~:not([hidden]){border-color:#1f262e80}.focus\:divide-grey-1000\/60:focus>:not([hidden])~:not([hidden]){border-color:#1f262e99}.focus\:divide-grey-1000\/70:focus>:not([hidden])~:not([hidden]){border-color:#1f262eb3}.focus\:divide-grey-1000\/75:focus>:not([hidden])~:not([hidden]){border-color:#1f262ebf}.focus\:divide-grey-1000\/80:focus>:not([hidden])~:not([hidden]){border-color:#1f262ecc}.focus\:divide-grey-1000\/90:focus>:not([hidden])~:not([hidden]){border-color:#1f262ee6}.focus\:divide-grey-1000\/95:focus>:not([hidden])~:not([hidden]){border-color:#1f262ef2}.focus\:divide-grey-1000\/100:focus>:not([hidden])~:not([hidden]){border-color:#1f262e}.focus\:divide-green-1000\/0:focus>:not([hidden])~:not([hidden]){border-color:#175e4400}.focus\:divide-green-1000\/5:focus>:not([hidden])~:not([hidden]){border-color:#175e440d}.focus\:divide-green-1000\/10:focus>:not([hidden])~:not([hidden]){border-color:#175e441a}.focus\:divide-green-1000\/20:focus>:not([hidden])~:not([hidden]){border-color:#175e4433}.focus\:divide-green-1000\/25:focus>:not([hidden])~:not([hidden]){border-color:#175e4440}.focus\:divide-green-1000\/30:focus>:not([hidden])~:not([hidden]){border-color:#175e444d}.focus\:divide-green-1000\/40:focus>:not([hidden])~:not([hidden]){border-color:#175e4466}.focus\:divide-green-1000\/50:focus>:not([hidden])~:not([hidden]){border-color:#175e4480}.focus\:divide-green-1000\/60:focus>:not([hidden])~:not([hidden]){border-color:#175e4499}.focus\:divide-green-1000\/70:focus>:not([hidden])~:not([hidden]){border-color:#175e44b3}.focus\:divide-green-1000\/75:focus>:not([hidden])~:not([hidden]){border-color:#175e44bf}.focus\:divide-green-1000\/80:focus>:not([hidden])~:not([hidden]){border-color:#175e44cc}.focus\:divide-green-1000\/90:focus>:not([hidden])~:not([hidden]){border-color:#175e44e6}.focus\:divide-green-1000\/95:focus>:not([hidden])~:not([hidden]){border-color:#175e44f2}.focus\:divide-green-1000\/100:focus>:not([hidden])~:not([hidden]){border-color:#175e44}.focus\:divide-blue-1000\/0:focus>:not([hidden])~:not([hidden]){border-color:#102c6900}.focus\:divide-blue-1000\/5:focus>:not([hidden])~:not([hidden]){border-color:#102c690d}.focus\:divide-blue-1000\/10:focus>:not([hidden])~:not([hidden]){border-color:#102c691a}.focus\:divide-blue-1000\/20:focus>:not([hidden])~:not([hidden]){border-color:#102c6933}.focus\:divide-blue-1000\/25:focus>:not([hidden])~:not([hidden]){border-color:#102c6940}.focus\:divide-blue-1000\/30:focus>:not([hidden])~:not([hidden]){border-color:#102c694d}.focus\:divide-blue-1000\/40:focus>:not([hidden])~:not([hidden]){border-color:#102c6966}.focus\:divide-blue-1000\/50:focus>:not([hidden])~:not([hidden]){border-color:#102c6980}.focus\:divide-blue-1000\/60:focus>:not([hidden])~:not([hidden]){border-color:#102c6999}.focus\:divide-blue-1000\/70:focus>:not([hidden])~:not([hidden]){border-color:#102c69b3}.focus\:divide-blue-1000\/75:focus>:not([hidden])~:not([hidden]){border-color:#102c69bf}.focus\:divide-blue-1000\/80:focus>:not([hidden])~:not([hidden]){border-color:#102c69cc}.focus\:divide-blue-1000\/90:focus>:not([hidden])~:not([hidden]){border-color:#102c69e6}.focus\:divide-blue-1000\/95:focus>:not([hidden])~:not([hidden]){border-color:#102c69f2}.focus\:divide-blue-1000\/100:focus>:not([hidden])~:not([hidden]){border-color:#102c69}.focus\:divide-orange-1000\/0:focus>:not([hidden])~:not([hidden]){border-color:#68270500}.focus\:divide-orange-1000\/5:focus>:not([hidden])~:not([hidden]){border-color:#6827050d}.focus\:divide-orange-1000\/10:focus>:not([hidden])~:not([hidden]){border-color:#6827051a}.focus\:divide-orange-1000\/20:focus>:not([hidden])~:not([hidden]){border-color:#68270533}.focus\:divide-orange-1000\/25:focus>:not([hidden])~:not([hidden]){border-color:#68270540}.focus\:divide-orange-1000\/30:focus>:not([hidden])~:not([hidden]){border-color:#6827054d}.focus\:divide-orange-1000\/40:focus>:not([hidden])~:not([hidden]){border-color:#68270566}.focus\:divide-orange-1000\/50:focus>:not([hidden])~:not([hidden]){border-color:#68270580}.focus\:divide-orange-1000\/60:focus>:not([hidden])~:not([hidden]){border-color:#68270599}.focus\:divide-orange-1000\/70:focus>:not([hidden])~:not([hidden]){border-color:#682705b3}.focus\:divide-orange-1000\/75:focus>:not([hidden])~:not([hidden]){border-color:#682705bf}.focus\:divide-orange-1000\/80:focus>:not([hidden])~:not([hidden]){border-color:#682705cc}.focus\:divide-orange-1000\/90:focus>:not([hidden])~:not([hidden]){border-color:#682705e6}.focus\:divide-orange-1000\/95:focus>:not([hidden])~:not([hidden]){border-color:#682705f2}.focus\:divide-orange-1000\/100:focus>:not([hidden])~:not([hidden]){border-color:#682705}.focus\:divide-red-1000\/0:focus>:not([hidden])~:not([hidden]){border-color:#62101000}.focus\:divide-red-1000\/5:focus>:not([hidden])~:not([hidden]){border-color:#6210100d}.focus\:divide-red-1000\/10:focus>:not([hidden])~:not([hidden]){border-color:#6210101a}.focus\:divide-red-1000\/20:focus>:not([hidden])~:not([hidden]){border-color:#62101033}.focus\:divide-red-1000\/25:focus>:not([hidden])~:not([hidden]){border-color:#62101040}.focus\:divide-red-1000\/30:focus>:not([hidden])~:not([hidden]){border-color:#6210104d}.focus\:divide-red-1000\/40:focus>:not([hidden])~:not([hidden]){border-color:#62101066}.focus\:divide-red-1000\/50:focus>:not([hidden])~:not([hidden]){border-color:#62101080}.focus\:divide-red-1000\/60:focus>:not([hidden])~:not([hidden]){border-color:#62101099}.focus\:divide-red-1000\/70:focus>:not([hidden])~:not([hidden]){border-color:#621010b3}.focus\:divide-red-1000\/75:focus>:not([hidden])~:not([hidden]){border-color:#621010bf}.focus\:divide-red-1000\/80:focus>:not([hidden])~:not([hidden]){border-color:#621010cc}.focus\:divide-red-1000\/90:focus>:not([hidden])~:not([hidden]){border-color:#621010e6}.focus\:divide-red-1000\/95:focus>:not([hidden])~:not([hidden]){border-color:#621010f2}.focus\:divide-red-1000\/100:focus>:not([hidden])~:not([hidden]){border-color:#621010}.focus\:divide-primary\/0:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa00}.focus\:divide-primary\/5:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa0d}.focus\:divide-primary\/10:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa1a}.focus\:divide-primary\/20:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa33}.focus\:divide-primary\/25:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa40}.focus\:divide-primary\/30:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa4d}.focus\:divide-primary\/40:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa66}.focus\:divide-primary\/50:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa80}.focus\:divide-primary\/60:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa99}.focus\:divide-primary\/70:focus>:not([hidden])~:not([hidden]){border-color:#a78bfab3}.focus\:divide-primary\/75:focus>:not([hidden])~:not([hidden]){border-color:#a78bfabf}.focus\:divide-primary\/80:focus>:not([hidden])~:not([hidden]){border-color:#a78bfacc}.focus\:divide-primary\/90:focus>:not([hidden])~:not([hidden]){border-color:#a78bfae6}.focus\:divide-primary\/95:focus>:not([hidden])~:not([hidden]){border-color:#a78bfaf2}.focus\:divide-primary\/100:focus>:not([hidden])~:not([hidden]){border-color:#a78bfa}.focus\:divide-primary-light\/0:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fe00}.focus\:divide-primary-light\/5:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fe0d}.focus\:divide-primary-light\/10:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fe1a}.focus\:divide-primary-light\/20:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fe33}.focus\:divide-primary-light\/25:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fe40}.focus\:divide-primary-light\/30:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fe4d}.focus\:divide-primary-light\/40:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fe66}.focus\:divide-primary-light\/50:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fe80}.focus\:divide-primary-light\/60:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fe99}.focus\:divide-primary-light\/70:focus>:not([hidden])~:not([hidden]){border-color:#f7f5feb3}.focus\:divide-primary-light\/75:focus>:not([hidden])~:not([hidden]){border-color:#f7f5febf}.focus\:divide-primary-light\/80:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fecc}.focus\:divide-primary-light\/90:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fee6}.focus\:divide-primary-light\/95:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fef2}.focus\:divide-primary-light\/100:focus>:not([hidden])~:not([hidden]){border-color:#f7f5fe}.focus\:divide-primary-dark\/0:focus>:not([hidden])~:not([hidden]){border-color:#69579e00}.focus\:divide-primary-dark\/5:focus>:not([hidden])~:not([hidden]){border-color:#69579e0d}.focus\:divide-primary-dark\/10:focus>:not([hidden])~:not([hidden]){border-color:#69579e1a}.focus\:divide-primary-dark\/20:focus>:not([hidden])~:not([hidden]){border-color:#69579e33}.focus\:divide-primary-dark\/25:focus>:not([hidden])~:not([hidden]){border-color:#69579e40}.focus\:divide-primary-dark\/30:focus>:not([hidden])~:not([hidden]){border-color:#69579e4d}.focus\:divide-primary-dark\/40:focus>:not([hidden])~:not([hidden]){border-color:#69579e66}.focus\:divide-primary-dark\/50:focus>:not([hidden])~:not([hidden]){border-color:#69579e80}.focus\:divide-primary-dark\/60:focus>:not([hidden])~:not([hidden]){border-color:#69579e99}.focus\:divide-primary-dark\/70:focus>:not([hidden])~:not([hidden]){border-color:#69579eb3}.focus\:divide-primary-dark\/75:focus>:not([hidden])~:not([hidden]){border-color:#69579ebf}.focus\:divide-primary-dark\/80:focus>:not([hidden])~:not([hidden]){border-color:#69579ecc}.focus\:divide-primary-dark\/90:focus>:not([hidden])~:not([hidden]){border-color:#69579ee6}.focus\:divide-primary-dark\/95:focus>:not([hidden])~:not([hidden]){border-color:#69579ef2}.focus\:divide-primary-dark\/100:focus>:not([hidden])~:not([hidden]){border-color:#69579e}.focus\:divide-info\/0:focus>:not([hidden])~:not([hidden]){border-color:#7690ef00}.focus\:divide-info\/5:focus>:not([hidden])~:not([hidden]){border-color:#7690ef0d}.focus\:divide-info\/10:focus>:not([hidden])~:not([hidden]){border-color:#7690ef1a}.focus\:divide-info\/20:focus>:not([hidden])~:not([hidden]){border-color:#7690ef33}.focus\:divide-info\/25:focus>:not([hidden])~:not([hidden]){border-color:#7690ef40}.focus\:divide-info\/30:focus>:not([hidden])~:not([hidden]){border-color:#7690ef4d}.focus\:divide-info\/40:focus>:not([hidden])~:not([hidden]){border-color:#7690ef66}.focus\:divide-info\/50:focus>:not([hidden])~:not([hidden]){border-color:#7690ef80}.focus\:divide-info\/60:focus>:not([hidden])~:not([hidden]){border-color:#7690ef99}.focus\:divide-info\/70:focus>:not([hidden])~:not([hidden]){border-color:#7690efb3}.focus\:divide-info\/75:focus>:not([hidden])~:not([hidden]){border-color:#7690efbf}.focus\:divide-info\/80:focus>:not([hidden])~:not([hidden]){border-color:#7690efcc}.focus\:divide-info\/90:focus>:not([hidden])~:not([hidden]){border-color:#7690efe6}.focus\:divide-info\/95:focus>:not([hidden])~:not([hidden]){border-color:#7690eff2}.focus\:divide-info\/100:focus>:not([hidden])~:not([hidden]){border-color:#7690ef}.focus\:divide-info-light\/0:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fd00}.focus\:divide-info-light\/5:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fd0d}.focus\:divide-info-light\/10:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fd1a}.focus\:divide-info-light\/20:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fd33}.focus\:divide-info-light\/25:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fd40}.focus\:divide-info-light\/30:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fd4d}.focus\:divide-info-light\/40:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fd66}.focus\:divide-info-light\/50:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fd80}.focus\:divide-info-light\/60:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fd99}.focus\:divide-info-light\/70:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fdb3}.focus\:divide-info-light\/75:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fdbf}.focus\:divide-info-light\/80:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fdcc}.focus\:divide-info-light\/90:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fde6}.focus\:divide-info-light\/95:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fdf2}.focus\:divide-info-light\/100:focus>:not([hidden])~:not([hidden]){border-color:#f2f3fd}.focus\:divide-info-dark\/0:focus>:not([hidden])~:not([hidden]){border-color:#2158d200}.focus\:divide-info-dark\/5:focus>:not([hidden])~:not([hidden]){border-color:#2158d20d}.focus\:divide-info-dark\/10:focus>:not([hidden])~:not([hidden]){border-color:#2158d21a}.focus\:divide-info-dark\/20:focus>:not([hidden])~:not([hidden]){border-color:#2158d233}.focus\:divide-info-dark\/25:focus>:not([hidden])~:not([hidden]){border-color:#2158d240}.focus\:divide-info-dark\/30:focus>:not([hidden])~:not([hidden]){border-color:#2158d24d}.focus\:divide-info-dark\/40:focus>:not([hidden])~:not([hidden]){border-color:#2158d266}.focus\:divide-info-dark\/50:focus>:not([hidden])~:not([hidden]){border-color:#2158d280}.focus\:divide-info-dark\/60:focus>:not([hidden])~:not([hidden]){border-color:#2158d299}.focus\:divide-info-dark\/70:focus>:not([hidden])~:not([hidden]){border-color:#2158d2b3}.focus\:divide-info-dark\/75:focus>:not([hidden])~:not([hidden]){border-color:#2158d2bf}.focus\:divide-info-dark\/80:focus>:not([hidden])~:not([hidden]){border-color:#2158d2cc}.focus\:divide-info-dark\/90:focus>:not([hidden])~:not([hidden]){border-color:#2158d2e6}.focus\:divide-info-dark\/95:focus>:not([hidden])~:not([hidden]){border-color:#2158d2f2}.focus\:divide-info-dark\/100:focus>:not([hidden])~:not([hidden]){border-color:#2158d2}.focus\:divide-success\/0:focus>:not([hidden])~:not([hidden]){border-color:#28a37600}.focus\:divide-success\/5:focus>:not([hidden])~:not([hidden]){border-color:#28a3760d}.focus\:divide-success\/10:focus>:not([hidden])~:not([hidden]){border-color:#28a3761a}.focus\:divide-success\/20:focus>:not([hidden])~:not([hidden]){border-color:#28a37633}.focus\:divide-success\/25:focus>:not([hidden])~:not([hidden]){border-color:#28a37640}.focus\:divide-success\/30:focus>:not([hidden])~:not([hidden]){border-color:#28a3764d}.focus\:divide-success\/40:focus>:not([hidden])~:not([hidden]){border-color:#28a37666}.focus\:divide-success\/50:focus>:not([hidden])~:not([hidden]){border-color:#28a37680}.focus\:divide-success\/60:focus>:not([hidden])~:not([hidden]){border-color:#28a37699}.focus\:divide-success\/70:focus>:not([hidden])~:not([hidden]){border-color:#28a376b3}.focus\:divide-success\/75:focus>:not([hidden])~:not([hidden]){border-color:#28a376bf}.focus\:divide-success\/80:focus>:not([hidden])~:not([hidden]){border-color:#28a376cc}.focus\:divide-success\/90:focus>:not([hidden])~:not([hidden]){border-color:#28a376e6}.focus\:divide-success\/95:focus>:not([hidden])~:not([hidden]){border-color:#28a376f2}.focus\:divide-success\/100:focus>:not([hidden])~:not([hidden]){border-color:#28a376}.focus\:divide-success-light\/0:focus>:not([hidden])~:not([hidden]){border-color:#f2faf600}.focus\:divide-success-light\/5:focus>:not([hidden])~:not([hidden]){border-color:#f2faf60d}.focus\:divide-success-light\/10:focus>:not([hidden])~:not([hidden]){border-color:#f2faf61a}.focus\:divide-success-light\/20:focus>:not([hidden])~:not([hidden]){border-color:#f2faf633}.focus\:divide-success-light\/25:focus>:not([hidden])~:not([hidden]){border-color:#f2faf640}.focus\:divide-success-light\/30:focus>:not([hidden])~:not([hidden]){border-color:#f2faf64d}.focus\:divide-success-light\/40:focus>:not([hidden])~:not([hidden]){border-color:#f2faf666}.focus\:divide-success-light\/50:focus>:not([hidden])~:not([hidden]){border-color:#f2faf680}.focus\:divide-success-light\/60:focus>:not([hidden])~:not([hidden]){border-color:#f2faf699}.focus\:divide-success-light\/70:focus>:not([hidden])~:not([hidden]){border-color:#f2faf6b3}.focus\:divide-success-light\/75:focus>:not([hidden])~:not([hidden]){border-color:#f2faf6bf}.focus\:divide-success-light\/80:focus>:not([hidden])~:not([hidden]){border-color:#f2faf6cc}.focus\:divide-success-light\/90:focus>:not([hidden])~:not([hidden]){border-color:#f2faf6e6}.focus\:divide-success-light\/95:focus>:not([hidden])~:not([hidden]){border-color:#f2faf6f2}.focus\:divide-success-light\/100:focus>:not([hidden])~:not([hidden]){border-color:#f2faf6}.focus\:divide-success-dark\/0:focus>:not([hidden])~:not([hidden]){border-color:#20856000}.focus\:divide-success-dark\/5:focus>:not([hidden])~:not([hidden]){border-color:#2085600d}.focus\:divide-success-dark\/10:focus>:not([hidden])~:not([hidden]){border-color:#2085601a}.focus\:divide-success-dark\/20:focus>:not([hidden])~:not([hidden]){border-color:#20856033}.focus\:divide-success-dark\/25:focus>:not([hidden])~:not([hidden]){border-color:#20856040}.focus\:divide-success-dark\/30:focus>:not([hidden])~:not([hidden]){border-color:#2085604d}.focus\:divide-success-dark\/40:focus>:not([hidden])~:not([hidden]){border-color:#20856066}.focus\:divide-success-dark\/50:focus>:not([hidden])~:not([hidden]){border-color:#20856080}.focus\:divide-success-dark\/60:focus>:not([hidden])~:not([hidden]){border-color:#20856099}.focus\:divide-success-dark\/70:focus>:not([hidden])~:not([hidden]){border-color:#208560b3}.focus\:divide-success-dark\/75:focus>:not([hidden])~:not([hidden]){border-color:#208560bf}.focus\:divide-success-dark\/80:focus>:not([hidden])~:not([hidden]){border-color:#208560cc}.focus\:divide-success-dark\/90:focus>:not([hidden])~:not([hidden]){border-color:#208560e6}.focus\:divide-success-dark\/95:focus>:not([hidden])~:not([hidden]){border-color:#208560f2}.focus\:divide-success-dark\/100:focus>:not([hidden])~:not([hidden]){border-color:#208560}.focus\:divide-warning\/0:focus>:not([hidden])~:not([hidden]){border-color:#faac1e00}.focus\:divide-warning\/5:focus>:not([hidden])~:not([hidden]){border-color:#faac1e0d}.focus\:divide-warning\/10:focus>:not([hidden])~:not([hidden]){border-color:#faac1e1a}.focus\:divide-warning\/20:focus>:not([hidden])~:not([hidden]){border-color:#faac1e33}.focus\:divide-warning\/25:focus>:not([hidden])~:not([hidden]){border-color:#faac1e40}.focus\:divide-warning\/30:focus>:not([hidden])~:not([hidden]){border-color:#faac1e4d}.focus\:divide-warning\/40:focus>:not([hidden])~:not([hidden]){border-color:#faac1e66}.focus\:divide-warning\/50:focus>:not([hidden])~:not([hidden]){border-color:#faac1e80}.focus\:divide-warning\/60:focus>:not([hidden])~:not([hidden]){border-color:#faac1e99}.focus\:divide-warning\/70:focus>:not([hidden])~:not([hidden]){border-color:#faac1eb3}.focus\:divide-warning\/75:focus>:not([hidden])~:not([hidden]){border-color:#faac1ebf}.focus\:divide-warning\/80:focus>:not([hidden])~:not([hidden]){border-color:#faac1ecc}.focus\:divide-warning\/90:focus>:not([hidden])~:not([hidden]){border-color:#faac1ee6}.focus\:divide-warning\/95:focus>:not([hidden])~:not([hidden]){border-color:#faac1ef2}.focus\:divide-warning\/100:focus>:not([hidden])~:not([hidden]){border-color:#faac1e}.focus\:divide-warning-light\/0:focus>:not([hidden])~:not([hidden]){border-color:#fef7f200}.focus\:divide-warning-light\/5:focus>:not([hidden])~:not([hidden]){border-color:#fef7f20d}.focus\:divide-warning-light\/10:focus>:not([hidden])~:not([hidden]){border-color:#fef7f21a}.focus\:divide-warning-light\/20:focus>:not([hidden])~:not([hidden]){border-color:#fef7f233}.focus\:divide-warning-light\/25:focus>:not([hidden])~:not([hidden]){border-color:#fef7f240}.focus\:divide-warning-light\/30:focus>:not([hidden])~:not([hidden]){border-color:#fef7f24d}.focus\:divide-warning-light\/40:focus>:not([hidden])~:not([hidden]){border-color:#fef7f266}.focus\:divide-warning-light\/50:focus>:not([hidden])~:not([hidden]){border-color:#fef7f280}.focus\:divide-warning-light\/60:focus>:not([hidden])~:not([hidden]){border-color:#fef7f299}.focus\:divide-warning-light\/70:focus>:not([hidden])~:not([hidden]){border-color:#fef7f2b3}.focus\:divide-warning-light\/75:focus>:not([hidden])~:not([hidden]){border-color:#fef7f2bf}.focus\:divide-warning-light\/80:focus>:not([hidden])~:not([hidden]){border-color:#fef7f2cc}.focus\:divide-warning-light\/90:focus>:not([hidden])~:not([hidden]){border-color:#fef7f2e6}.focus\:divide-warning-light\/95:focus>:not([hidden])~:not([hidden]){border-color:#fef7f2f2}.focus\:divide-warning-light\/100:focus>:not([hidden])~:not([hidden]){border-color:#fef7f2}.focus\:divide-warning-dark\/0:focus>:not([hidden])~:not([hidden]){border-color:#9e6c1200}.focus\:divide-warning-dark\/5:focus>:not([hidden])~:not([hidden]){border-color:#9e6c120d}.focus\:divide-warning-dark\/10:focus>:not([hidden])~:not([hidden]){border-color:#9e6c121a}.focus\:divide-warning-dark\/20:focus>:not([hidden])~:not([hidden]){border-color:#9e6c1233}.focus\:divide-warning-dark\/25:focus>:not([hidden])~:not([hidden]){border-color:#9e6c1240}.focus\:divide-warning-dark\/30:focus>:not([hidden])~:not([hidden]){border-color:#9e6c124d}.focus\:divide-warning-dark\/40:focus>:not([hidden])~:not([hidden]){border-color:#9e6c1266}.focus\:divide-warning-dark\/50:focus>:not([hidden])~:not([hidden]){border-color:#9e6c1280}.focus\:divide-warning-dark\/60:focus>:not([hidden])~:not([hidden]){border-color:#9e6c1299}.focus\:divide-warning-dark\/70:focus>:not([hidden])~:not([hidden]){border-color:#9e6c12b3}.focus\:divide-warning-dark\/75:focus>:not([hidden])~:not([hidden]){border-color:#9e6c12bf}.focus\:divide-warning-dark\/80:focus>:not([hidden])~:not([hidden]){border-color:#9e6c12cc}.focus\:divide-warning-dark\/90:focus>:not([hidden])~:not([hidden]){border-color:#9e6c12e6}.focus\:divide-warning-dark\/95:focus>:not([hidden])~:not([hidden]){border-color:#9e6c12f2}.focus\:divide-warning-dark\/100:focus>:not([hidden])~:not([hidden]){border-color:#9e6c12}.focus\:divide-error\/0:focus>:not([hidden])~:not([hidden]){border-color:#dc262600}.focus\:divide-error\/5:focus>:not([hidden])~:not([hidden]){border-color:#dc26260d}.focus\:divide-error\/10:focus>:not([hidden])~:not([hidden]){border-color:#dc26261a}.focus\:divide-error\/20:focus>:not([hidden])~:not([hidden]){border-color:#dc262633}.focus\:divide-error\/25:focus>:not([hidden])~:not([hidden]){border-color:#dc262640}.focus\:divide-error\/30:focus>:not([hidden])~:not([hidden]){border-color:#dc26264d}.focus\:divide-error\/40:focus>:not([hidden])~:not([hidden]){border-color:#dc262666}.focus\:divide-error\/50:focus>:not([hidden])~:not([hidden]){border-color:#dc262680}.focus\:divide-error\/60:focus>:not([hidden])~:not([hidden]){border-color:#dc262699}.focus\:divide-error\/70:focus>:not([hidden])~:not([hidden]){border-color:#dc2626b3}.focus\:divide-error\/75:focus>:not([hidden])~:not([hidden]){border-color:#dc2626bf}.focus\:divide-error\/80:focus>:not([hidden])~:not([hidden]){border-color:#dc2626cc}.focus\:divide-error\/90:focus>:not([hidden])~:not([hidden]){border-color:#dc2626e6}.focus\:divide-error\/95:focus>:not([hidden])~:not([hidden]){border-color:#dc2626f2}.focus\:divide-error\/100:focus>:not([hidden])~:not([hidden]){border-color:#dc2626}.focus\:divide-error-light\/0:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f200}.focus\:divide-error-light\/5:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f20d}.focus\:divide-error-light\/10:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f21a}.focus\:divide-error-light\/20:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f233}.focus\:divide-error-light\/25:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f240}.focus\:divide-error-light\/30:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f24d}.focus\:divide-error-light\/40:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f266}.focus\:divide-error-light\/50:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f280}.focus\:divide-error-light\/60:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f299}.focus\:divide-error-light\/70:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f2b3}.focus\:divide-error-light\/75:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f2bf}.focus\:divide-error-light\/80:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f2cc}.focus\:divide-error-light\/90:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f2e6}.focus\:divide-error-light\/95:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f2f2}.focus\:divide-error-light\/100:focus>:not([hidden])~:not([hidden]){border-color:#fbf2f2}.focus\:divide-error-dark\/0:focus>:not([hidden])~:not([hidden]){border-color:#c4212100}.focus\:divide-error-dark\/5:focus>:not([hidden])~:not([hidden]){border-color:#c421210d}.focus\:divide-error-dark\/10:focus>:not([hidden])~:not([hidden]){border-color:#c421211a}.focus\:divide-error-dark\/20:focus>:not([hidden])~:not([hidden]){border-color:#c4212133}.focus\:divide-error-dark\/25:focus>:not([hidden])~:not([hidden]){border-color:#c4212140}.focus\:divide-error-dark\/30:focus>:not([hidden])~:not([hidden]){border-color:#c421214d}.focus\:divide-error-dark\/40:focus>:not([hidden])~:not([hidden]){border-color:#c4212166}.focus\:divide-error-dark\/50:focus>:not([hidden])~:not([hidden]){border-color:#c4212180}.focus\:divide-error-dark\/60:focus>:not([hidden])~:not([hidden]){border-color:#c4212199}.focus\:divide-error-dark\/70:focus>:not([hidden])~:not([hidden]){border-color:#c42121b3}.focus\:divide-error-dark\/75:focus>:not([hidden])~:not([hidden]){border-color:#c42121bf}.focus\:divide-error-dark\/80:focus>:not([hidden])~:not([hidden]){border-color:#c42121cc}.focus\:divide-error-dark\/90:focus>:not([hidden])~:not([hidden]){border-color:#c42121e6}.focus\:divide-error-dark\/95:focus>:not([hidden])~:not([hidden]){border-color:#c42121f2}.focus\:divide-error-dark\/100:focus>:not([hidden])~:not([hidden]){border-color:#c42121}.focus\:divide-grey\/0:focus>:not([hidden])~:not([hidden]){border-color:#47556900}.focus\:divide-grey\/5:focus>:not([hidden])~:not([hidden]){border-color:#4755690d}.focus\:divide-grey\/10:focus>:not([hidden])~:not([hidden]){border-color:#4755691a}.focus\:divide-grey\/20:focus>:not([hidden])~:not([hidden]){border-color:#47556933}.focus\:divide-grey\/25:focus>:not([hidden])~:not([hidden]){border-color:#47556940}.focus\:divide-grey\/30:focus>:not([hidden])~:not([hidden]){border-color:#4755694d}.focus\:divide-grey\/40:focus>:not([hidden])~:not([hidden]){border-color:#47556966}.focus\:divide-grey\/50:focus>:not([hidden])~:not([hidden]){border-color:#47556980}.focus\:divide-grey\/60:focus>:not([hidden])~:not([hidden]){border-color:#47556999}.focus\:divide-grey\/70:focus>:not([hidden])~:not([hidden]){border-color:#475569b3}.focus\:divide-grey\/75:focus>:not([hidden])~:not([hidden]){border-color:#475569bf}.focus\:divide-grey\/80:focus>:not([hidden])~:not([hidden]){border-color:#475569cc}.focus\:divide-grey\/90:focus>:not([hidden])~:not([hidden]){border-color:#475569e6}.focus\:divide-grey\/95:focus>:not([hidden])~:not([hidden]){border-color:#475569f2}.focus\:divide-grey\/100:focus>:not([hidden])~:not([hidden]){border-color:#475569}.focus\:divide-grey-light\/0:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f400}.focus\:divide-grey-light\/5:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f40d}.focus\:divide-grey-light\/10:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f41a}.focus\:divide-grey-light\/20:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f433}.focus\:divide-grey-light\/25:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f440}.focus\:divide-grey-light\/30:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f44d}.focus\:divide-grey-light\/40:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f466}.focus\:divide-grey-light\/50:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f480}.focus\:divide-grey-light\/60:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f499}.focus\:divide-grey-light\/70:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f4b3}.focus\:divide-grey-light\/75:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f4bf}.focus\:divide-grey-light\/80:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f4cc}.focus\:divide-grey-light\/90:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f4e6}.focus\:divide-grey-light\/95:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f4f2}.focus\:divide-grey-light\/100:focus>:not([hidden])~:not([hidden]){border-color:#f2f3f4}.focus\:divide-grey-dark\/0:focus>:not([hidden])~:not([hidden]){border-color:#2c354200}.focus\:divide-grey-dark\/5:focus>:not([hidden])~:not([hidden]){border-color:#2c35420d}.focus\:divide-grey-dark\/10:focus>:not([hidden])~:not([hidden]){border-color:#2c35421a}.focus\:divide-grey-dark\/20:focus>:not([hidden])~:not([hidden]){border-color:#2c354233}.focus\:divide-grey-dark\/25:focus>:not([hidden])~:not([hidden]){border-color:#2c354240}.focus\:divide-grey-dark\/30:focus>:not([hidden])~:not([hidden]){border-color:#2c35424d}.focus\:divide-grey-dark\/40:focus>:not([hidden])~:not([hidden]){border-color:#2c354266}.focus\:divide-grey-dark\/50:focus>:not([hidden])~:not([hidden]){border-color:#2c354280}.focus\:divide-grey-dark\/60:focus>:not([hidden])~:not([hidden]){border-color:#2c354299}.focus\:divide-grey-dark\/70:focus>:not([hidden])~:not([hidden]){border-color:#2c3542b3}.focus\:divide-grey-dark\/75:focus>:not([hidden])~:not([hidden]){border-color:#2c3542bf}.focus\:divide-grey-dark\/80:focus>:not([hidden])~:not([hidden]){border-color:#2c3542cc}.focus\:divide-grey-dark\/90:focus>:not([hidden])~:not([hidden]){border-color:#2c3542e6}.focus\:divide-grey-dark\/95:focus>:not([hidden])~:not([hidden]){border-color:#2c3542f2}.focus\:divide-grey-dark\/100:focus>:not([hidden])~:not([hidden]){border-color:#2c3542}.focus\:border-red-50:focus{--tw-border-opacity: 1;border-color:rgb(254 242 242 / var(--tw-border-opacity))}.focus\:border-red-100:focus{--tw-border-opacity: 1;border-color:rgb(251 242 242 / var(--tw-border-opacity))}.focus\:border-red-200:focus{--tw-border-opacity: 1;border-color:rgb(248 228 228 / var(--tw-border-opacity))}.focus\:border-red-300:focus{--tw-border-opacity: 1;border-color:rgb(241 198 198 / var(--tw-border-opacity))}.focus\:border-red-400:focus{--tw-border-opacity: 1;border-color:rgb(234 163 163 / var(--tw-border-opacity))}.focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(227 118 118 / var(--tw-border-opacity))}.focus\:border-red-600:focus{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}.focus\:border-red-700:focus{--tw-border-opacity: 1;border-color:rgb(196 33 33 / var(--tw-border-opacity))}.focus\:border-red-800:focus{--tw-border-opacity: 1;border-color:rgb(170 29 29 / var(--tw-border-opacity))}.focus\:border-red-900:focus{--tw-border-opacity: 1;border-color:rgb(139 24 24 / var(--tw-border-opacity))}.focus\:border-orange-50:focus{--tw-border-opacity: 1;border-color:rgb(255 247 237 / var(--tw-border-opacity))}.focus\:border-orange-100:focus{--tw-border-opacity: 1;border-color:rgb(252 243 241 / var(--tw-border-opacity))}.focus\:border-orange-200:focus{--tw-border-opacity: 1;border-color:rgb(250 231 228 / var(--tw-border-opacity))}.focus\:border-orange-300:focus{--tw-border-opacity: 1;border-color:rgb(246 205 197 / var(--tw-border-opacity))}.focus\:border-orange-400:focus{--tw-border-opacity: 1;border-color:rgb(242 175 161 / var(--tw-border-opacity))}.focus\:border-orange-500:focus{--tw-border-opacity: 1;border-color:rgb(238 138 114 / var(--tw-border-opacity))}.focus\:border-orange-600:focus{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity))}.focus\:border-orange-700:focus{--tw-border-opacity: 1;border-color:rgb(209 78 10 / var(--tw-border-opacity))}.focus\:border-orange-800:focus{--tw-border-opacity: 1;border-color:rgb(181 68 9 / var(--tw-border-opacity))}.focus\:border-orange-900:focus{--tw-border-opacity: 1;border-color:rgb(147 55 7 / var(--tw-border-opacity))}.focus\:border-yellow-50:focus{--tw-border-opacity: 1;border-color:rgb(254 252 232 / var(--tw-border-opacity))}.focus\:border-yellow-100:focus{--tw-border-opacity: 1;border-color:rgb(254 243 199 / var(--tw-border-opacity))}.focus\:border-yellow-200:focus{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity))}.focus\:border-yellow-300:focus{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity))}.focus\:border-yellow-400:focus{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity))}.focus\:border-yellow-500:focus{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}.focus\:border-yellow-600:focus{--tw-border-opacity: 1;border-color:rgb(217 119 6 / var(--tw-border-opacity))}.focus\:border-yellow-700:focus{--tw-border-opacity: 1;border-color:rgb(180 83 9 / var(--tw-border-opacity))}.focus\:border-yellow-800:focus{--tw-border-opacity: 1;border-color:rgb(146 64 14 / var(--tw-border-opacity))}.focus\:border-yellow-900:focus{--tw-border-opacity: 1;border-color:rgb(120 53 15 / var(--tw-border-opacity))}.focus\:border-green-50:focus{--tw-border-opacity: 1;border-color:rgb(240 253 244 / var(--tw-border-opacity))}.focus\:border-green-100:focus{--tw-border-opacity: 1;border-color:rgb(242 250 246 / var(--tw-border-opacity))}.focus\:border-green-200:focus{--tw-border-opacity: 1;border-color:rgb(229 246 238 / var(--tw-border-opacity))}.focus\:border-green-300:focus{--tw-border-opacity: 1;border-color:rgb(200 238 219 / var(--tw-border-opacity))}.focus\:border-green-400:focus{--tw-border-opacity: 1;border-color:rgb(166 229 200 / var(--tw-border-opacity))}.focus\:border-green-500:focus{--tw-border-opacity: 1;border-color:rgb(123 220 178 / var(--tw-border-opacity))}.focus\:border-green-600:focus{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity))}.focus\:border-green-700:focus{--tw-border-opacity: 1;border-color:rgb(46 188 136 / var(--tw-border-opacity))}.focus\:border-green-800:focus{--tw-border-opacity: 1;border-color:rgb(40 163 118 / var(--tw-border-opacity))}.focus\:border-green-900:focus{--tw-border-opacity: 1;border-color:rgb(32 133 96 / var(--tw-border-opacity))}.focus\:border-emerald-50:focus{--tw-border-opacity: 1;border-color:rgb(236 253 245 / var(--tw-border-opacity))}.focus\:border-emerald-100:focus{--tw-border-opacity: 1;border-color:rgb(209 250 229 / var(--tw-border-opacity))}.focus\:border-emerald-200:focus{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity))}.focus\:border-emerald-300:focus{--tw-border-opacity: 1;border-color:rgb(110 231 183 / var(--tw-border-opacity))}.focus\:border-emerald-400:focus{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity))}.focus\:border-emerald-500:focus{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity))}.focus\:border-emerald-600:focus{--tw-border-opacity: 1;border-color:rgb(5 150 105 / var(--tw-border-opacity))}.focus\:border-emerald-700:focus{--tw-border-opacity: 1;border-color:rgb(4 120 87 / var(--tw-border-opacity))}.focus\:border-emerald-800:focus{--tw-border-opacity: 1;border-color:rgb(6 95 70 / var(--tw-border-opacity))}.focus\:border-emerald-900:focus{--tw-border-opacity: 1;border-color:rgb(6 78 59 / var(--tw-border-opacity))}.focus\:border-teal-50:focus{--tw-border-opacity: 1;border-color:rgb(240 253 250 / var(--tw-border-opacity))}.focus\:border-teal-100:focus{--tw-border-opacity: 1;border-color:rgb(204 251 241 / var(--tw-border-opacity))}.focus\:border-teal-200:focus{--tw-border-opacity: 1;border-color:rgb(153 246 228 / var(--tw-border-opacity))}.focus\:border-teal-300:focus{--tw-border-opacity: 1;border-color:rgb(94 234 212 / var(--tw-border-opacity))}.focus\:border-teal-400:focus{--tw-border-opacity: 1;border-color:rgb(45 212 191 / var(--tw-border-opacity))}.focus\:border-teal-500:focus{--tw-border-opacity: 1;border-color:rgb(20 184 166 / var(--tw-border-opacity))}.focus\:border-teal-600:focus{--tw-border-opacity: 1;border-color:rgb(13 148 136 / var(--tw-border-opacity))}.focus\:border-teal-700:focus{--tw-border-opacity: 1;border-color:rgb(15 118 110 / var(--tw-border-opacity))}.focus\:border-teal-800:focus{--tw-border-opacity: 1;border-color:rgb(17 94 89 / var(--tw-border-opacity))}.focus\:border-teal-900:focus{--tw-border-opacity: 1;border-color:rgb(19 78 74 / var(--tw-border-opacity))}.focus\:border-sky-50:focus{--tw-border-opacity: 1;border-color:rgb(240 249 255 / var(--tw-border-opacity))}.focus\:border-sky-100:focus{--tw-border-opacity: 1;border-color:rgb(224 242 254 / var(--tw-border-opacity))}.focus\:border-sky-200:focus{--tw-border-opacity: 1;border-color:rgb(186 230 253 / var(--tw-border-opacity))}.focus\:border-sky-300:focus{--tw-border-opacity: 1;border-color:rgb(125 211 252 / var(--tw-border-opacity))}.focus\:border-sky-400:focus{--tw-border-opacity: 1;border-color:rgb(56 189 248 / var(--tw-border-opacity))}.focus\:border-sky-500:focus{--tw-border-opacity: 1;border-color:rgb(14 165 233 / var(--tw-border-opacity))}.focus\:border-sky-600:focus{--tw-border-opacity: 1;border-color:rgb(2 132 199 / var(--tw-border-opacity))}.focus\:border-sky-700:focus{--tw-border-opacity: 1;border-color:rgb(3 105 161 / var(--tw-border-opacity))}.focus\:border-sky-800:focus{--tw-border-opacity: 1;border-color:rgb(7 89 133 / var(--tw-border-opacity))}.focus\:border-sky-900:focus{--tw-border-opacity: 1;border-color:rgb(12 74 110 / var(--tw-border-opacity))}.focus\:border-blue-50:focus{--tw-border-opacity: 1;border-color:rgb(239 246 255 / var(--tw-border-opacity))}.focus\:border-blue-100:focus{--tw-border-opacity: 1;border-color:rgb(242 243 253 / var(--tw-border-opacity))}.focus\:border-blue-200:focus{--tw-border-opacity: 1;border-color:rgb(228 232 251 / var(--tw-border-opacity))}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(198 207 247 / var(--tw-border-opacity))}.focus\:border-blue-400:focus{--tw-border-opacity: 1;border-color:rgb(163 178 243 / var(--tw-border-opacity))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(118 144 239 / var(--tw-border-opacity))}.focus\:border-blue-600:focus{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity))}.focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgb(33 88 210 / var(--tw-border-opacity))}.focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgb(28 76 182 / var(--tw-border-opacity))}.focus\:border-blue-900:focus{--tw-border-opacity: 1;border-color:rgb(23 62 148 / var(--tw-border-opacity))}.focus\:border-indigo-50:focus{--tw-border-opacity: 1;border-color:rgb(238 242 255 / var(--tw-border-opacity))}.focus\:border-indigo-100:focus{--tw-border-opacity: 1;border-color:rgb(224 231 255 / var(--tw-border-opacity))}.focus\:border-indigo-200:focus{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity))}.focus\:border-indigo-300:focus{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity))}.focus\:border-indigo-400:focus{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity))}.focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity))}.focus\:border-indigo-600:focus{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity))}.focus\:border-indigo-700:focus{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity))}.focus\:border-indigo-800:focus{--tw-border-opacity: 1;border-color:rgb(55 48 163 / var(--tw-border-opacity))}.focus\:border-indigo-900:focus{--tw-border-opacity: 1;border-color:rgb(49 46 129 / var(--tw-border-opacity))}.focus\:border-violet-50:focus{--tw-border-opacity: 1;border-color:rgb(245 243 255 / var(--tw-border-opacity))}.focus\:border-violet-100:focus{--tw-border-opacity: 1;border-color:rgb(237 233 254 / var(--tw-border-opacity))}.focus\:border-violet-200:focus{--tw-border-opacity: 1;border-color:rgb(221 214 254 / var(--tw-border-opacity))}.focus\:border-violet-300:focus{--tw-border-opacity: 1;border-color:rgb(196 181 253 / var(--tw-border-opacity))}.focus\:border-violet-400:focus{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity))}.focus\:border-violet-500:focus{--tw-border-opacity: 1;border-color:rgb(139 92 246 / var(--tw-border-opacity))}.focus\:border-violet-600:focus{--tw-border-opacity: 1;border-color:rgb(124 58 237 / var(--tw-border-opacity))}.focus\:border-violet-700:focus{--tw-border-opacity: 1;border-color:rgb(109 40 217 / var(--tw-border-opacity))}.focus\:border-violet-800:focus{--tw-border-opacity: 1;border-color:rgb(91 33 182 / var(--tw-border-opacity))}.focus\:border-violet-900:focus{--tw-border-opacity: 1;border-color:rgb(76 29 149 / var(--tw-border-opacity))}.focus\:border-fuchsia-50:focus{--tw-border-opacity: 1;border-color:rgb(253 244 255 / var(--tw-border-opacity))}.focus\:border-fuchsia-100:focus{--tw-border-opacity: 1;border-color:rgb(250 232 255 / var(--tw-border-opacity))}.focus\:border-fuchsia-200:focus{--tw-border-opacity: 1;border-color:rgb(245 208 254 / var(--tw-border-opacity))}.focus\:border-fuchsia-300:focus{--tw-border-opacity: 1;border-color:rgb(240 171 252 / var(--tw-border-opacity))}.focus\:border-fuchsia-400:focus{--tw-border-opacity: 1;border-color:rgb(232 121 249 / var(--tw-border-opacity))}.focus\:border-fuchsia-500:focus{--tw-border-opacity: 1;border-color:rgb(217 70 239 / var(--tw-border-opacity))}.focus\:border-fuchsia-600:focus{--tw-border-opacity: 1;border-color:rgb(192 38 211 / var(--tw-border-opacity))}.focus\:border-fuchsia-700:focus{--tw-border-opacity: 1;border-color:rgb(162 28 175 / var(--tw-border-opacity))}.focus\:border-fuchsia-800:focus{--tw-border-opacity: 1;border-color:rgb(134 25 143 / var(--tw-border-opacity))}.focus\:border-fuchsia-900:focus{--tw-border-opacity: 1;border-color:rgb(112 26 117 / var(--tw-border-opacity))}.focus\:border-pink-50:focus{--tw-border-opacity: 1;border-color:rgb(253 242 248 / var(--tw-border-opacity))}.focus\:border-pink-100:focus{--tw-border-opacity: 1;border-color:rgb(252 231 243 / var(--tw-border-opacity))}.focus\:border-pink-200:focus{--tw-border-opacity: 1;border-color:rgb(251 207 232 / var(--tw-border-opacity))}.focus\:border-pink-300:focus{--tw-border-opacity: 1;border-color:rgb(249 168 212 / var(--tw-border-opacity))}.focus\:border-pink-400:focus{--tw-border-opacity: 1;border-color:rgb(244 114 182 / var(--tw-border-opacity))}.focus\:border-pink-500:focus{--tw-border-opacity: 1;border-color:rgb(236 72 153 / var(--tw-border-opacity))}.focus\:border-pink-600:focus{--tw-border-opacity: 1;border-color:rgb(219 39 119 / var(--tw-border-opacity))}.focus\:border-pink-700:focus{--tw-border-opacity: 1;border-color:rgb(190 24 93 / var(--tw-border-opacity))}.focus\:border-pink-800:focus{--tw-border-opacity: 1;border-color:rgb(157 23 77 / var(--tw-border-opacity))}.focus\:border-pink-900:focus{--tw-border-opacity: 1;border-color:rgb(131 24 67 / var(--tw-border-opacity))}.focus\:border-rose-50:focus{--tw-border-opacity: 1;border-color:rgb(255 241 242 / var(--tw-border-opacity))}.focus\:border-rose-100:focus{--tw-border-opacity: 1;border-color:rgb(255 228 230 / var(--tw-border-opacity))}.focus\:border-rose-200:focus{--tw-border-opacity: 1;border-color:rgb(254 205 211 / var(--tw-border-opacity))}.focus\:border-rose-300:focus{--tw-border-opacity: 1;border-color:rgb(253 164 175 / var(--tw-border-opacity))}.focus\:border-rose-400:focus{--tw-border-opacity: 1;border-color:rgb(251 113 133 / var(--tw-border-opacity))}.focus\:border-rose-500:focus{--tw-border-opacity: 1;border-color:rgb(244 63 94 / var(--tw-border-opacity))}.focus\:border-rose-600:focus{--tw-border-opacity: 1;border-color:rgb(225 29 72 / var(--tw-border-opacity))}.focus\:border-rose-700:focus{--tw-border-opacity: 1;border-color:rgb(190 18 60 / var(--tw-border-opacity))}.focus\:border-rose-800:focus{--tw-border-opacity: 1;border-color:rgb(159 18 57 / var(--tw-border-opacity))}.focus\:border-rose-900:focus{--tw-border-opacity: 1;border-color:rgb(136 19 55 / var(--tw-border-opacity))}.focus\:border-primary-100:focus{--tw-border-opacity: 1;border-color:rgb(242 243 244 / var(--tw-border-opacity))}.focus\:border-primary-200:focus{--tw-border-opacity: 1;border-color:rgb(232 232 240 / var(--tw-border-opacity))}.focus\:border-primary-300:focus{--tw-border-opacity: 1;border-color:rgb(208 208 225 / var(--tw-border-opacity))}.focus\:border-primary-400:focus{--tw-border-opacity: 1;border-color:rgb(180 180 209 / var(--tw-border-opacity))}.focus\:border-primary-500:focus{--tw-border-opacity: 1;border-color:rgb(147 147 191 / var(--tw-border-opacity))}.focus\:border-primary-600:focus{--tw-border-opacity: 1;border-color:rgb(104 104 172 / var(--tw-border-opacity))}.focus\:border-primary-700:focus{--tw-border-opacity: 1;border-color:rgb(93 93 153 / var(--tw-border-opacity))}.focus\:border-primary-800:focus{--tw-border-opacity: 1;border-color:rgb(80 80 133 / var(--tw-border-opacity))}.focus\:border-primary-900:focus{--tw-border-opacity: 1;border-color:rgb(65 65 108 / var(--tw-border-opacity))}.focus\:border-primary-1000:focus{--tw-border-opacity: 1;border-color:rgb(46 46 76 / var(--tw-border-opacity))}.focus\:border-primary-highlight-100:focus{--tw-border-opacity: 1;border-color:rgb(247 245 254 / var(--tw-border-opacity))}.focus\:border-primary-highlight-200:focus{--tw-border-opacity: 1;border-color:rgb(239 236 254 / var(--tw-border-opacity))}.focus\:border-primary-highlight-300:focus{--tw-border-opacity: 1;border-color:rgb(223 216 253 / var(--tw-border-opacity))}.focus\:border-primary-highlight-400:focus{--tw-border-opacity: 1;border-color:rgb(206 193 252 / var(--tw-border-opacity))}.focus\:border-primary-highlight-500:focus{--tw-border-opacity: 1;border-color:rgb(187 168 251 / var(--tw-border-opacity))}.focus\:border-primary-highlight-600:focus{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity))}.focus\:border-primary-highlight-700:focus{--tw-border-opacity: 1;border-color:rgb(149 124 223 / var(--tw-border-opacity))}.focus\:border-primary-highlight-800:focus{--tw-border-opacity: 1;border-color:rgb(129 107 193 / var(--tw-border-opacity))}.focus\:border-primary-highlight-900:focus{--tw-border-opacity: 1;border-color:rgb(105 87 158 / var(--tw-border-opacity))}.focus\:border-primary-highlight-1000:focus{--tw-border-opacity: 1;border-color:rgb(74 62 111 / var(--tw-border-opacity))}.focus\:border-secondary-100:focus{--tw-border-opacity: 1;border-color:rgb(254 247 242 / var(--tw-border-opacity))}.focus\:border-secondary-200:focus{--tw-border-opacity: 1;border-color:rgb(254 240 228 / var(--tw-border-opacity))}.focus\:border-secondary-300:focus{--tw-border-opacity: 1;border-color:rgb(253 225 198 / var(--tw-border-opacity))}.focus\:border-secondary-400:focus{--tw-border-opacity: 1;border-color:rgb(252 209 162 / var(--tw-border-opacity))}.focus\:border-secondary-500:focus{--tw-border-opacity: 1;border-color:rgb(251 191 117 / var(--tw-border-opacity))}.focus\:border-secondary-600:focus{--tw-border-opacity: 1;border-color:rgb(250 172 30 / var(--tw-border-opacity))}.focus\:border-secondary-700:focus{--tw-border-opacity: 1;border-color:rgb(223 153 26 / var(--tw-border-opacity))}.focus\:border-secondary-800:focus{--tw-border-opacity: 1;border-color:rgb(193 133 23 / var(--tw-border-opacity))}.focus\:border-secondary-900:focus{--tw-border-opacity: 1;border-color:rgb(158 108 18 / var(--tw-border-opacity))}.focus\:border-secondary-1000:focus{--tw-border-opacity: 1;border-color:rgb(111 76 13 / var(--tw-border-opacity))}.focus\:border-grey-100:focus{--tw-border-opacity: 1;border-color:rgb(242 243 244 / var(--tw-border-opacity))}.focus\:border-grey-200:focus{--tw-border-opacity: 1;border-color:rgb(230 231 232 / var(--tw-border-opacity))}.focus\:border-grey-300:focus{--tw-border-opacity: 1;border-color:rgb(202 204 208 / var(--tw-border-opacity))}.focus\:border-grey-400:focus{--tw-border-opacity: 1;border-color:rgb(170 174 180 / var(--tw-border-opacity))}.focus\:border-grey-500:focus{--tw-border-opacity: 1;border-color:rgb(130 137 147 / var(--tw-border-opacity))}.focus\:border-grey-600:focus{--tw-border-opacity: 1;border-color:rgb(71 85 105 / var(--tw-border-opacity))}.focus\:border-grey-700:focus{--tw-border-opacity: 1;border-color:rgb(63 76 93 / var(--tw-border-opacity))}.focus\:border-grey-800:focus{--tw-border-opacity: 1;border-color:rgb(54 65 81 / var(--tw-border-opacity))}.focus\:border-grey-900:focus{--tw-border-opacity: 1;border-color:rgb(44 53 66 / var(--tw-border-opacity))}.focus\:border-grey-1000:focus{--tw-border-opacity: 1;border-color:rgb(31 38 46 / var(--tw-border-opacity))}.focus\:border-green-1000:focus{--tw-border-opacity: 1;border-color:rgb(23 94 68 / var(--tw-border-opacity))}.focus\:border-blue-1000:focus{--tw-border-opacity: 1;border-color:rgb(16 44 105 / var(--tw-border-opacity))}.focus\:border-orange-1000:focus{--tw-border-opacity: 1;border-color:rgb(104 39 5 / var(--tw-border-opacity))}.focus\:border-red-1000:focus{--tw-border-opacity: 1;border-color:rgb(98 16 16 / var(--tw-border-opacity))}.focus\:border-primary:focus{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity))}.focus\:border-primary-light:focus{--tw-border-opacity: 1;border-color:rgb(247 245 254 / var(--tw-border-opacity))}.focus\:border-primary-dark:focus{--tw-border-opacity: 1;border-color:rgb(105 87 158 / var(--tw-border-opacity))}.focus\:border-info:focus{--tw-border-opacity: 1;border-color:rgb(118 144 239 / var(--tw-border-opacity))}.focus\:border-info-light:focus{--tw-border-opacity: 1;border-color:rgb(242 243 253 / var(--tw-border-opacity))}.focus\:border-info-dark:focus{--tw-border-opacity: 1;border-color:rgb(33 88 210 / var(--tw-border-opacity))}.focus\:border-success:focus{--tw-border-opacity: 1;border-color:rgb(40 163 118 / var(--tw-border-opacity))}.focus\:border-success-light:focus{--tw-border-opacity: 1;border-color:rgb(242 250 246 / var(--tw-border-opacity))}.focus\:border-success-dark:focus{--tw-border-opacity: 1;border-color:rgb(32 133 96 / var(--tw-border-opacity))}.focus\:border-warning:focus{--tw-border-opacity: 1;border-color:rgb(250 172 30 / var(--tw-border-opacity))}.focus\:border-warning-light:focus{--tw-border-opacity: 1;border-color:rgb(254 247 242 / var(--tw-border-opacity))}.focus\:border-warning-dark:focus{--tw-border-opacity: 1;border-color:rgb(158 108 18 / var(--tw-border-opacity))}.focus\:border-error:focus{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}.focus\:border-error-light:focus{--tw-border-opacity: 1;border-color:rgb(251 242 242 / var(--tw-border-opacity))}.focus\:border-error-dark:focus{--tw-border-opacity: 1;border-color:rgb(196 33 33 / var(--tw-border-opacity))}.focus\:border-grey:focus{--tw-border-opacity: 1;border-color:rgb(71 85 105 / var(--tw-border-opacity))}.focus\:border-grey-light:focus{--tw-border-opacity: 1;border-color:rgb(242 243 244 / var(--tw-border-opacity))}.focus\:border-grey-dark:focus{--tw-border-opacity: 1;border-color:rgb(44 53 66 / var(--tw-border-opacity))}.focus\:border-red-50\/0:focus{border-color:#fef2f200}.focus\:border-red-50\/5:focus{border-color:#fef2f20d}.focus\:border-red-50\/10:focus{border-color:#fef2f21a}.focus\:border-red-50\/20:focus{border-color:#fef2f233}.focus\:border-red-50\/25:focus{border-color:#fef2f240}.focus\:border-red-50\/30:focus{border-color:#fef2f24d}.focus\:border-red-50\/40:focus{border-color:#fef2f266}.focus\:border-red-50\/50:focus{border-color:#fef2f280}.focus\:border-red-50\/60:focus{border-color:#fef2f299}.focus\:border-red-50\/70:focus{border-color:#fef2f2b3}.focus\:border-red-50\/75:focus{border-color:#fef2f2bf}.focus\:border-red-50\/80:focus{border-color:#fef2f2cc}.focus\:border-red-50\/90:focus{border-color:#fef2f2e6}.focus\:border-red-50\/95:focus{border-color:#fef2f2f2}.focus\:border-red-50\/100:focus{border-color:#fef2f2}.focus\:border-red-100\/0:focus{border-color:#fbf2f200}.focus\:border-red-100\/5:focus{border-color:#fbf2f20d}.focus\:border-red-100\/10:focus{border-color:#fbf2f21a}.focus\:border-red-100\/20:focus{border-color:#fbf2f233}.focus\:border-red-100\/25:focus{border-color:#fbf2f240}.focus\:border-red-100\/30:focus{border-color:#fbf2f24d}.focus\:border-red-100\/40:focus{border-color:#fbf2f266}.focus\:border-red-100\/50:focus{border-color:#fbf2f280}.focus\:border-red-100\/60:focus{border-color:#fbf2f299}.focus\:border-red-100\/70:focus{border-color:#fbf2f2b3}.focus\:border-red-100\/75:focus{border-color:#fbf2f2bf}.focus\:border-red-100\/80:focus{border-color:#fbf2f2cc}.focus\:border-red-100\/90:focus{border-color:#fbf2f2e6}.focus\:border-red-100\/95:focus{border-color:#fbf2f2f2}.focus\:border-red-100\/100:focus{border-color:#fbf2f2}.focus\:border-red-200\/0:focus{border-color:#f8e4e400}.focus\:border-red-200\/5:focus{border-color:#f8e4e40d}.focus\:border-red-200\/10:focus{border-color:#f8e4e41a}.focus\:border-red-200\/20:focus{border-color:#f8e4e433}.focus\:border-red-200\/25:focus{border-color:#f8e4e440}.focus\:border-red-200\/30:focus{border-color:#f8e4e44d}.focus\:border-red-200\/40:focus{border-color:#f8e4e466}.focus\:border-red-200\/50:focus{border-color:#f8e4e480}.focus\:border-red-200\/60:focus{border-color:#f8e4e499}.focus\:border-red-200\/70:focus{border-color:#f8e4e4b3}.focus\:border-red-200\/75:focus{border-color:#f8e4e4bf}.focus\:border-red-200\/80:focus{border-color:#f8e4e4cc}.focus\:border-red-200\/90:focus{border-color:#f8e4e4e6}.focus\:border-red-200\/95:focus{border-color:#f8e4e4f2}.focus\:border-red-200\/100:focus{border-color:#f8e4e4}.focus\:border-red-300\/0:focus{border-color:#f1c6c600}.focus\:border-red-300\/5:focus{border-color:#f1c6c60d}.focus\:border-red-300\/10:focus{border-color:#f1c6c61a}.focus\:border-red-300\/20:focus{border-color:#f1c6c633}.focus\:border-red-300\/25:focus{border-color:#f1c6c640}.focus\:border-red-300\/30:focus{border-color:#f1c6c64d}.focus\:border-red-300\/40:focus{border-color:#f1c6c666}.focus\:border-red-300\/50:focus{border-color:#f1c6c680}.focus\:border-red-300\/60:focus{border-color:#f1c6c699}.focus\:border-red-300\/70:focus{border-color:#f1c6c6b3}.focus\:border-red-300\/75:focus{border-color:#f1c6c6bf}.focus\:border-red-300\/80:focus{border-color:#f1c6c6cc}.focus\:border-red-300\/90:focus{border-color:#f1c6c6e6}.focus\:border-red-300\/95:focus{border-color:#f1c6c6f2}.focus\:border-red-300\/100:focus{border-color:#f1c6c6}.focus\:border-red-400\/0:focus{border-color:#eaa3a300}.focus\:border-red-400\/5:focus{border-color:#eaa3a30d}.focus\:border-red-400\/10:focus{border-color:#eaa3a31a}.focus\:border-red-400\/20:focus{border-color:#eaa3a333}.focus\:border-red-400\/25:focus{border-color:#eaa3a340}.focus\:border-red-400\/30:focus{border-color:#eaa3a34d}.focus\:border-red-400\/40:focus{border-color:#eaa3a366}.focus\:border-red-400\/50:focus{border-color:#eaa3a380}.focus\:border-red-400\/60:focus{border-color:#eaa3a399}.focus\:border-red-400\/70:focus{border-color:#eaa3a3b3}.focus\:border-red-400\/75:focus{border-color:#eaa3a3bf}.focus\:border-red-400\/80:focus{border-color:#eaa3a3cc}.focus\:border-red-400\/90:focus{border-color:#eaa3a3e6}.focus\:border-red-400\/95:focus{border-color:#eaa3a3f2}.focus\:border-red-400\/100:focus{border-color:#eaa3a3}.focus\:border-red-500\/0:focus{border-color:#e3767600}.focus\:border-red-500\/5:focus{border-color:#e376760d}.focus\:border-red-500\/10:focus{border-color:#e376761a}.focus\:border-red-500\/20:focus{border-color:#e3767633}.focus\:border-red-500\/25:focus{border-color:#e3767640}.focus\:border-red-500\/30:focus{border-color:#e376764d}.focus\:border-red-500\/40:focus{border-color:#e3767666}.focus\:border-red-500\/50:focus{border-color:#e3767680}.focus\:border-red-500\/60:focus{border-color:#e3767699}.focus\:border-red-500\/70:focus{border-color:#e37676b3}.focus\:border-red-500\/75:focus{border-color:#e37676bf}.focus\:border-red-500\/80:focus{border-color:#e37676cc}.focus\:border-red-500\/90:focus{border-color:#e37676e6}.focus\:border-red-500\/95:focus{border-color:#e37676f2}.focus\:border-red-500\/100:focus{border-color:#e37676}.focus\:border-red-600\/0:focus{border-color:#dc262600}.focus\:border-red-600\/5:focus{border-color:#dc26260d}.focus\:border-red-600\/10:focus{border-color:#dc26261a}.focus\:border-red-600\/20:focus{border-color:#dc262633}.focus\:border-red-600\/25:focus{border-color:#dc262640}.focus\:border-red-600\/30:focus{border-color:#dc26264d}.focus\:border-red-600\/40:focus{border-color:#dc262666}.focus\:border-red-600\/50:focus{border-color:#dc262680}.focus\:border-red-600\/60:focus{border-color:#dc262699}.focus\:border-red-600\/70:focus{border-color:#dc2626b3}.focus\:border-red-600\/75:focus{border-color:#dc2626bf}.focus\:border-red-600\/80:focus{border-color:#dc2626cc}.focus\:border-red-600\/90:focus{border-color:#dc2626e6}.focus\:border-red-600\/95:focus{border-color:#dc2626f2}.focus\:border-red-600\/100:focus{border-color:#dc2626}.focus\:border-red-700\/0:focus{border-color:#c4212100}.focus\:border-red-700\/5:focus{border-color:#c421210d}.focus\:border-red-700\/10:focus{border-color:#c421211a}.focus\:border-red-700\/20:focus{border-color:#c4212133}.focus\:border-red-700\/25:focus{border-color:#c4212140}.focus\:border-red-700\/30:focus{border-color:#c421214d}.focus\:border-red-700\/40:focus{border-color:#c4212166}.focus\:border-red-700\/50:focus{border-color:#c4212180}.focus\:border-red-700\/60:focus{border-color:#c4212199}.focus\:border-red-700\/70:focus{border-color:#c42121b3}.focus\:border-red-700\/75:focus{border-color:#c42121bf}.focus\:border-red-700\/80:focus{border-color:#c42121cc}.focus\:border-red-700\/90:focus{border-color:#c42121e6}.focus\:border-red-700\/95:focus{border-color:#c42121f2}.focus\:border-red-700\/100:focus{border-color:#c42121}.focus\:border-red-800\/0:focus{border-color:#aa1d1d00}.focus\:border-red-800\/5:focus{border-color:#aa1d1d0d}.focus\:border-red-800\/10:focus{border-color:#aa1d1d1a}.focus\:border-red-800\/20:focus{border-color:#aa1d1d33}.focus\:border-red-800\/25:focus{border-color:#aa1d1d40}.focus\:border-red-800\/30:focus{border-color:#aa1d1d4d}.focus\:border-red-800\/40:focus{border-color:#aa1d1d66}.focus\:border-red-800\/50:focus{border-color:#aa1d1d80}.focus\:border-red-800\/60:focus{border-color:#aa1d1d99}.focus\:border-red-800\/70:focus{border-color:#aa1d1db3}.focus\:border-red-800\/75:focus{border-color:#aa1d1dbf}.focus\:border-red-800\/80:focus{border-color:#aa1d1dcc}.focus\:border-red-800\/90:focus{border-color:#aa1d1de6}.focus\:border-red-800\/95:focus{border-color:#aa1d1df2}.focus\:border-red-800\/100:focus{border-color:#aa1d1d}.focus\:border-red-900\/0:focus{border-color:#8b181800}.focus\:border-red-900\/5:focus{border-color:#8b18180d}.focus\:border-red-900\/10:focus{border-color:#8b18181a}.focus\:border-red-900\/20:focus{border-color:#8b181833}.focus\:border-red-900\/25:focus{border-color:#8b181840}.focus\:border-red-900\/30:focus{border-color:#8b18184d}.focus\:border-red-900\/40:focus{border-color:#8b181866}.focus\:border-red-900\/50:focus{border-color:#8b181880}.focus\:border-red-900\/60:focus{border-color:#8b181899}.focus\:border-red-900\/70:focus{border-color:#8b1818b3}.focus\:border-red-900\/75:focus{border-color:#8b1818bf}.focus\:border-red-900\/80:focus{border-color:#8b1818cc}.focus\:border-red-900\/90:focus{border-color:#8b1818e6}.focus\:border-red-900\/95:focus{border-color:#8b1818f2}.focus\:border-red-900\/100:focus{border-color:#8b1818}.focus\:border-orange-50\/0:focus{border-color:#fff7ed00}.focus\:border-orange-50\/5:focus{border-color:#fff7ed0d}.focus\:border-orange-50\/10:focus{border-color:#fff7ed1a}.focus\:border-orange-50\/20:focus{border-color:#fff7ed33}.focus\:border-orange-50\/25:focus{border-color:#fff7ed40}.focus\:border-orange-50\/30:focus{border-color:#fff7ed4d}.focus\:border-orange-50\/40:focus{border-color:#fff7ed66}.focus\:border-orange-50\/50:focus{border-color:#fff7ed80}.focus\:border-orange-50\/60:focus{border-color:#fff7ed99}.focus\:border-orange-50\/70:focus{border-color:#fff7edb3}.focus\:border-orange-50\/75:focus{border-color:#fff7edbf}.focus\:border-orange-50\/80:focus{border-color:#fff7edcc}.focus\:border-orange-50\/90:focus{border-color:#fff7ede6}.focus\:border-orange-50\/95:focus{border-color:#fff7edf2}.focus\:border-orange-50\/100:focus{border-color:#fff7ed}.focus\:border-orange-100\/0:focus{border-color:#fcf3f100}.focus\:border-orange-100\/5:focus{border-color:#fcf3f10d}.focus\:border-orange-100\/10:focus{border-color:#fcf3f11a}.focus\:border-orange-100\/20:focus{border-color:#fcf3f133}.focus\:border-orange-100\/25:focus{border-color:#fcf3f140}.focus\:border-orange-100\/30:focus{border-color:#fcf3f14d}.focus\:border-orange-100\/40:focus{border-color:#fcf3f166}.focus\:border-orange-100\/50:focus{border-color:#fcf3f180}.focus\:border-orange-100\/60:focus{border-color:#fcf3f199}.focus\:border-orange-100\/70:focus{border-color:#fcf3f1b3}.focus\:border-orange-100\/75:focus{border-color:#fcf3f1bf}.focus\:border-orange-100\/80:focus{border-color:#fcf3f1cc}.focus\:border-orange-100\/90:focus{border-color:#fcf3f1e6}.focus\:border-orange-100\/95:focus{border-color:#fcf3f1f2}.focus\:border-orange-100\/100:focus{border-color:#fcf3f1}.focus\:border-orange-200\/0:focus{border-color:#fae7e400}.focus\:border-orange-200\/5:focus{border-color:#fae7e40d}.focus\:border-orange-200\/10:focus{border-color:#fae7e41a}.focus\:border-orange-200\/20:focus{border-color:#fae7e433}.focus\:border-orange-200\/25:focus{border-color:#fae7e440}.focus\:border-orange-200\/30:focus{border-color:#fae7e44d}.focus\:border-orange-200\/40:focus{border-color:#fae7e466}.focus\:border-orange-200\/50:focus{border-color:#fae7e480}.focus\:border-orange-200\/60:focus{border-color:#fae7e499}.focus\:border-orange-200\/70:focus{border-color:#fae7e4b3}.focus\:border-orange-200\/75:focus{border-color:#fae7e4bf}.focus\:border-orange-200\/80:focus{border-color:#fae7e4cc}.focus\:border-orange-200\/90:focus{border-color:#fae7e4e6}.focus\:border-orange-200\/95:focus{border-color:#fae7e4f2}.focus\:border-orange-200\/100:focus{border-color:#fae7e4}.focus\:border-orange-300\/0:focus{border-color:#f6cdc500}.focus\:border-orange-300\/5:focus{border-color:#f6cdc50d}.focus\:border-orange-300\/10:focus{border-color:#f6cdc51a}.focus\:border-orange-300\/20:focus{border-color:#f6cdc533}.focus\:border-orange-300\/25:focus{border-color:#f6cdc540}.focus\:border-orange-300\/30:focus{border-color:#f6cdc54d}.focus\:border-orange-300\/40:focus{border-color:#f6cdc566}.focus\:border-orange-300\/50:focus{border-color:#f6cdc580}.focus\:border-orange-300\/60:focus{border-color:#f6cdc599}.focus\:border-orange-300\/70:focus{border-color:#f6cdc5b3}.focus\:border-orange-300\/75:focus{border-color:#f6cdc5bf}.focus\:border-orange-300\/80:focus{border-color:#f6cdc5cc}.focus\:border-orange-300\/90:focus{border-color:#f6cdc5e6}.focus\:border-orange-300\/95:focus{border-color:#f6cdc5f2}.focus\:border-orange-300\/100:focus{border-color:#f6cdc5}.focus\:border-orange-400\/0:focus{border-color:#f2afa100}.focus\:border-orange-400\/5:focus{border-color:#f2afa10d}.focus\:border-orange-400\/10:focus{border-color:#f2afa11a}.focus\:border-orange-400\/20:focus{border-color:#f2afa133}.focus\:border-orange-400\/25:focus{border-color:#f2afa140}.focus\:border-orange-400\/30:focus{border-color:#f2afa14d}.focus\:border-orange-400\/40:focus{border-color:#f2afa166}.focus\:border-orange-400\/50:focus{border-color:#f2afa180}.focus\:border-orange-400\/60:focus{border-color:#f2afa199}.focus\:border-orange-400\/70:focus{border-color:#f2afa1b3}.focus\:border-orange-400\/75:focus{border-color:#f2afa1bf}.focus\:border-orange-400\/80:focus{border-color:#f2afa1cc}.focus\:border-orange-400\/90:focus{border-color:#f2afa1e6}.focus\:border-orange-400\/95:focus{border-color:#f2afa1f2}.focus\:border-orange-400\/100:focus{border-color:#f2afa1}.focus\:border-orange-500\/0:focus{border-color:#ee8a7200}.focus\:border-orange-500\/5:focus{border-color:#ee8a720d}.focus\:border-orange-500\/10:focus{border-color:#ee8a721a}.focus\:border-orange-500\/20:focus{border-color:#ee8a7233}.focus\:border-orange-500\/25:focus{border-color:#ee8a7240}.focus\:border-orange-500\/30:focus{border-color:#ee8a724d}.focus\:border-orange-500\/40:focus{border-color:#ee8a7266}.focus\:border-orange-500\/50:focus{border-color:#ee8a7280}.focus\:border-orange-500\/60:focus{border-color:#ee8a7299}.focus\:border-orange-500\/70:focus{border-color:#ee8a72b3}.focus\:border-orange-500\/75:focus{border-color:#ee8a72bf}.focus\:border-orange-500\/80:focus{border-color:#ee8a72cc}.focus\:border-orange-500\/90:focus{border-color:#ee8a72e6}.focus\:border-orange-500\/95:focus{border-color:#ee8a72f2}.focus\:border-orange-500\/100:focus{border-color:#ee8a72}.focus\:border-orange-600\/0:focus{border-color:#ea580c00}.focus\:border-orange-600\/5:focus{border-color:#ea580c0d}.focus\:border-orange-600\/10:focus{border-color:#ea580c1a}.focus\:border-orange-600\/20:focus{border-color:#ea580c33}.focus\:border-orange-600\/25:focus{border-color:#ea580c40}.focus\:border-orange-600\/30:focus{border-color:#ea580c4d}.focus\:border-orange-600\/40:focus{border-color:#ea580c66}.focus\:border-orange-600\/50:focus{border-color:#ea580c80}.focus\:border-orange-600\/60:focus{border-color:#ea580c99}.focus\:border-orange-600\/70:focus{border-color:#ea580cb3}.focus\:border-orange-600\/75:focus{border-color:#ea580cbf}.focus\:border-orange-600\/80:focus{border-color:#ea580ccc}.focus\:border-orange-600\/90:focus{border-color:#ea580ce6}.focus\:border-orange-600\/95:focus{border-color:#ea580cf2}.focus\:border-orange-600\/100:focus{border-color:#ea580c}.focus\:border-orange-700\/0:focus{border-color:#d14e0a00}.focus\:border-orange-700\/5:focus{border-color:#d14e0a0d}.focus\:border-orange-700\/10:focus{border-color:#d14e0a1a}.focus\:border-orange-700\/20:focus{border-color:#d14e0a33}.focus\:border-orange-700\/25:focus{border-color:#d14e0a40}.focus\:border-orange-700\/30:focus{border-color:#d14e0a4d}.focus\:border-orange-700\/40:focus{border-color:#d14e0a66}.focus\:border-orange-700\/50:focus{border-color:#d14e0a80}.focus\:border-orange-700\/60:focus{border-color:#d14e0a99}.focus\:border-orange-700\/70:focus{border-color:#d14e0ab3}.focus\:border-orange-700\/75:focus{border-color:#d14e0abf}.focus\:border-orange-700\/80:focus{border-color:#d14e0acc}.focus\:border-orange-700\/90:focus{border-color:#d14e0ae6}.focus\:border-orange-700\/95:focus{border-color:#d14e0af2}.focus\:border-orange-700\/100:focus{border-color:#d14e0a}.focus\:border-orange-800\/0:focus{border-color:#b5440900}.focus\:border-orange-800\/5:focus{border-color:#b544090d}.focus\:border-orange-800\/10:focus{border-color:#b544091a}.focus\:border-orange-800\/20:focus{border-color:#b5440933}.focus\:border-orange-800\/25:focus{border-color:#b5440940}.focus\:border-orange-800\/30:focus{border-color:#b544094d}.focus\:border-orange-800\/40:focus{border-color:#b5440966}.focus\:border-orange-800\/50:focus{border-color:#b5440980}.focus\:border-orange-800\/60:focus{border-color:#b5440999}.focus\:border-orange-800\/70:focus{border-color:#b54409b3}.focus\:border-orange-800\/75:focus{border-color:#b54409bf}.focus\:border-orange-800\/80:focus{border-color:#b54409cc}.focus\:border-orange-800\/90:focus{border-color:#b54409e6}.focus\:border-orange-800\/95:focus{border-color:#b54409f2}.focus\:border-orange-800\/100:focus{border-color:#b54409}.focus\:border-orange-900\/0:focus{border-color:#93370700}.focus\:border-orange-900\/5:focus{border-color:#9337070d}.focus\:border-orange-900\/10:focus{border-color:#9337071a}.focus\:border-orange-900\/20:focus{border-color:#93370733}.focus\:border-orange-900\/25:focus{border-color:#93370740}.focus\:border-orange-900\/30:focus{border-color:#9337074d}.focus\:border-orange-900\/40:focus{border-color:#93370766}.focus\:border-orange-900\/50:focus{border-color:#93370780}.focus\:border-orange-900\/60:focus{border-color:#93370799}.focus\:border-orange-900\/70:focus{border-color:#933707b3}.focus\:border-orange-900\/75:focus{border-color:#933707bf}.focus\:border-orange-900\/80:focus{border-color:#933707cc}.focus\:border-orange-900\/90:focus{border-color:#933707e6}.focus\:border-orange-900\/95:focus{border-color:#933707f2}.focus\:border-orange-900\/100:focus{border-color:#933707}.focus\:border-yellow-50\/0:focus{border-color:#fefce800}.focus\:border-yellow-50\/5:focus{border-color:#fefce80d}.focus\:border-yellow-50\/10:focus{border-color:#fefce81a}.focus\:border-yellow-50\/20:focus{border-color:#fefce833}.focus\:border-yellow-50\/25:focus{border-color:#fefce840}.focus\:border-yellow-50\/30:focus{border-color:#fefce84d}.focus\:border-yellow-50\/40:focus{border-color:#fefce866}.focus\:border-yellow-50\/50:focus{border-color:#fefce880}.focus\:border-yellow-50\/60:focus{border-color:#fefce899}.focus\:border-yellow-50\/70:focus{border-color:#fefce8b3}.focus\:border-yellow-50\/75:focus{border-color:#fefce8bf}.focus\:border-yellow-50\/80:focus{border-color:#fefce8cc}.focus\:border-yellow-50\/90:focus{border-color:#fefce8e6}.focus\:border-yellow-50\/95:focus{border-color:#fefce8f2}.focus\:border-yellow-50\/100:focus{border-color:#fefce8}.focus\:border-yellow-100\/0:focus{border-color:#fef3c700}.focus\:border-yellow-100\/5:focus{border-color:#fef3c70d}.focus\:border-yellow-100\/10:focus{border-color:#fef3c71a}.focus\:border-yellow-100\/20:focus{border-color:#fef3c733}.focus\:border-yellow-100\/25:focus{border-color:#fef3c740}.focus\:border-yellow-100\/30:focus{border-color:#fef3c74d}.focus\:border-yellow-100\/40:focus{border-color:#fef3c766}.focus\:border-yellow-100\/50:focus{border-color:#fef3c780}.focus\:border-yellow-100\/60:focus{border-color:#fef3c799}.focus\:border-yellow-100\/70:focus{border-color:#fef3c7b3}.focus\:border-yellow-100\/75:focus{border-color:#fef3c7bf}.focus\:border-yellow-100\/80:focus{border-color:#fef3c7cc}.focus\:border-yellow-100\/90:focus{border-color:#fef3c7e6}.focus\:border-yellow-100\/95:focus{border-color:#fef3c7f2}.focus\:border-yellow-100\/100:focus{border-color:#fef3c7}.focus\:border-yellow-200\/0:focus{border-color:#fde68a00}.focus\:border-yellow-200\/5:focus{border-color:#fde68a0d}.focus\:border-yellow-200\/10:focus{border-color:#fde68a1a}.focus\:border-yellow-200\/20:focus{border-color:#fde68a33}.focus\:border-yellow-200\/25:focus{border-color:#fde68a40}.focus\:border-yellow-200\/30:focus{border-color:#fde68a4d}.focus\:border-yellow-200\/40:focus{border-color:#fde68a66}.focus\:border-yellow-200\/50:focus{border-color:#fde68a80}.focus\:border-yellow-200\/60:focus{border-color:#fde68a99}.focus\:border-yellow-200\/70:focus{border-color:#fde68ab3}.focus\:border-yellow-200\/75:focus{border-color:#fde68abf}.focus\:border-yellow-200\/80:focus{border-color:#fde68acc}.focus\:border-yellow-200\/90:focus{border-color:#fde68ae6}.focus\:border-yellow-200\/95:focus{border-color:#fde68af2}.focus\:border-yellow-200\/100:focus{border-color:#fde68a}.focus\:border-yellow-300\/0:focus{border-color:#fcd34d00}.focus\:border-yellow-300\/5:focus{border-color:#fcd34d0d}.focus\:border-yellow-300\/10:focus{border-color:#fcd34d1a}.focus\:border-yellow-300\/20:focus{border-color:#fcd34d33}.focus\:border-yellow-300\/25:focus{border-color:#fcd34d40}.focus\:border-yellow-300\/30:focus{border-color:#fcd34d4d}.focus\:border-yellow-300\/40:focus{border-color:#fcd34d66}.focus\:border-yellow-300\/50:focus{border-color:#fcd34d80}.focus\:border-yellow-300\/60:focus{border-color:#fcd34d99}.focus\:border-yellow-300\/70:focus{border-color:#fcd34db3}.focus\:border-yellow-300\/75:focus{border-color:#fcd34dbf}.focus\:border-yellow-300\/80:focus{border-color:#fcd34dcc}.focus\:border-yellow-300\/90:focus{border-color:#fcd34de6}.focus\:border-yellow-300\/95:focus{border-color:#fcd34df2}.focus\:border-yellow-300\/100:focus{border-color:#fcd34d}.focus\:border-yellow-400\/0:focus{border-color:#fbbf2400}.focus\:border-yellow-400\/5:focus{border-color:#fbbf240d}.focus\:border-yellow-400\/10:focus{border-color:#fbbf241a}.focus\:border-yellow-400\/20:focus{border-color:#fbbf2433}.focus\:border-yellow-400\/25:focus{border-color:#fbbf2440}.focus\:border-yellow-400\/30:focus{border-color:#fbbf244d}.focus\:border-yellow-400\/40:focus{border-color:#fbbf2466}.focus\:border-yellow-400\/50:focus{border-color:#fbbf2480}.focus\:border-yellow-400\/60:focus{border-color:#fbbf2499}.focus\:border-yellow-400\/70:focus{border-color:#fbbf24b3}.focus\:border-yellow-400\/75:focus{border-color:#fbbf24bf}.focus\:border-yellow-400\/80:focus{border-color:#fbbf24cc}.focus\:border-yellow-400\/90:focus{border-color:#fbbf24e6}.focus\:border-yellow-400\/95:focus{border-color:#fbbf24f2}.focus\:border-yellow-400\/100:focus{border-color:#fbbf24}.focus\:border-yellow-500\/0:focus{border-color:#eab30800}.focus\:border-yellow-500\/5:focus{border-color:#eab3080d}.focus\:border-yellow-500\/10:focus{border-color:#eab3081a}.focus\:border-yellow-500\/20:focus{border-color:#eab30833}.focus\:border-yellow-500\/25:focus{border-color:#eab30840}.focus\:border-yellow-500\/30:focus{border-color:#eab3084d}.focus\:border-yellow-500\/40:focus{border-color:#eab30866}.focus\:border-yellow-500\/50:focus{border-color:#eab30880}.focus\:border-yellow-500\/60:focus{border-color:#eab30899}.focus\:border-yellow-500\/70:focus{border-color:#eab308b3}.focus\:border-yellow-500\/75:focus{border-color:#eab308bf}.focus\:border-yellow-500\/80:focus{border-color:#eab308cc}.focus\:border-yellow-500\/90:focus{border-color:#eab308e6}.focus\:border-yellow-500\/95:focus{border-color:#eab308f2}.focus\:border-yellow-500\/100:focus{border-color:#eab308}.focus\:border-yellow-600\/0:focus{border-color:#d9770600}.focus\:border-yellow-600\/5:focus{border-color:#d977060d}.focus\:border-yellow-600\/10:focus{border-color:#d977061a}.focus\:border-yellow-600\/20:focus{border-color:#d9770633}.focus\:border-yellow-600\/25:focus{border-color:#d9770640}.focus\:border-yellow-600\/30:focus{border-color:#d977064d}.focus\:border-yellow-600\/40:focus{border-color:#d9770666}.focus\:border-yellow-600\/50:focus{border-color:#d9770680}.focus\:border-yellow-600\/60:focus{border-color:#d9770699}.focus\:border-yellow-600\/70:focus{border-color:#d97706b3}.focus\:border-yellow-600\/75:focus{border-color:#d97706bf}.focus\:border-yellow-600\/80:focus{border-color:#d97706cc}.focus\:border-yellow-600\/90:focus{border-color:#d97706e6}.focus\:border-yellow-600\/95:focus{border-color:#d97706f2}.focus\:border-yellow-600\/100:focus{border-color:#d97706}.focus\:border-yellow-700\/0:focus{border-color:#b4530900}.focus\:border-yellow-700\/5:focus{border-color:#b453090d}.focus\:border-yellow-700\/10:focus{border-color:#b453091a}.focus\:border-yellow-700\/20:focus{border-color:#b4530933}.focus\:border-yellow-700\/25:focus{border-color:#b4530940}.focus\:border-yellow-700\/30:focus{border-color:#b453094d}.focus\:border-yellow-700\/40:focus{border-color:#b4530966}.focus\:border-yellow-700\/50:focus{border-color:#b4530980}.focus\:border-yellow-700\/60:focus{border-color:#b4530999}.focus\:border-yellow-700\/70:focus{border-color:#b45309b3}.focus\:border-yellow-700\/75:focus{border-color:#b45309bf}.focus\:border-yellow-700\/80:focus{border-color:#b45309cc}.focus\:border-yellow-700\/90:focus{border-color:#b45309e6}.focus\:border-yellow-700\/95:focus{border-color:#b45309f2}.focus\:border-yellow-700\/100:focus{border-color:#b45309}.focus\:border-yellow-800\/0:focus{border-color:#92400e00}.focus\:border-yellow-800\/5:focus{border-color:#92400e0d}.focus\:border-yellow-800\/10:focus{border-color:#92400e1a}.focus\:border-yellow-800\/20:focus{border-color:#92400e33}.focus\:border-yellow-800\/25:focus{border-color:#92400e40}.focus\:border-yellow-800\/30:focus{border-color:#92400e4d}.focus\:border-yellow-800\/40:focus{border-color:#92400e66}.focus\:border-yellow-800\/50:focus{border-color:#92400e80}.focus\:border-yellow-800\/60:focus{border-color:#92400e99}.focus\:border-yellow-800\/70:focus{border-color:#92400eb3}.focus\:border-yellow-800\/75:focus{border-color:#92400ebf}.focus\:border-yellow-800\/80:focus{border-color:#92400ecc}.focus\:border-yellow-800\/90:focus{border-color:#92400ee6}.focus\:border-yellow-800\/95:focus{border-color:#92400ef2}.focus\:border-yellow-800\/100:focus{border-color:#92400e}.focus\:border-yellow-900\/0:focus{border-color:#78350f00}.focus\:border-yellow-900\/5:focus{border-color:#78350f0d}.focus\:border-yellow-900\/10:focus{border-color:#78350f1a}.focus\:border-yellow-900\/20:focus{border-color:#78350f33}.focus\:border-yellow-900\/25:focus{border-color:#78350f40}.focus\:border-yellow-900\/30:focus{border-color:#78350f4d}.focus\:border-yellow-900\/40:focus{border-color:#78350f66}.focus\:border-yellow-900\/50:focus{border-color:#78350f80}.focus\:border-yellow-900\/60:focus{border-color:#78350f99}.focus\:border-yellow-900\/70:focus{border-color:#78350fb3}.focus\:border-yellow-900\/75:focus{border-color:#78350fbf}.focus\:border-yellow-900\/80:focus{border-color:#78350fcc}.focus\:border-yellow-900\/90:focus{border-color:#78350fe6}.focus\:border-yellow-900\/95:focus{border-color:#78350ff2}.focus\:border-yellow-900\/100:focus{border-color:#78350f}.focus\:border-green-50\/0:focus{border-color:#f0fdf400}.focus\:border-green-50\/5:focus{border-color:#f0fdf40d}.focus\:border-green-50\/10:focus{border-color:#f0fdf41a}.focus\:border-green-50\/20:focus{border-color:#f0fdf433}.focus\:border-green-50\/25:focus{border-color:#f0fdf440}.focus\:border-green-50\/30:focus{border-color:#f0fdf44d}.focus\:border-green-50\/40:focus{border-color:#f0fdf466}.focus\:border-green-50\/50:focus{border-color:#f0fdf480}.focus\:border-green-50\/60:focus{border-color:#f0fdf499}.focus\:border-green-50\/70:focus{border-color:#f0fdf4b3}.focus\:border-green-50\/75:focus{border-color:#f0fdf4bf}.focus\:border-green-50\/80:focus{border-color:#f0fdf4cc}.focus\:border-green-50\/90:focus{border-color:#f0fdf4e6}.focus\:border-green-50\/95:focus{border-color:#f0fdf4f2}.focus\:border-green-50\/100:focus{border-color:#f0fdf4}.focus\:border-green-100\/0:focus{border-color:#f2faf600}.focus\:border-green-100\/5:focus{border-color:#f2faf60d}.focus\:border-green-100\/10:focus{border-color:#f2faf61a}.focus\:border-green-100\/20:focus{border-color:#f2faf633}.focus\:border-green-100\/25:focus{border-color:#f2faf640}.focus\:border-green-100\/30:focus{border-color:#f2faf64d}.focus\:border-green-100\/40:focus{border-color:#f2faf666}.focus\:border-green-100\/50:focus{border-color:#f2faf680}.focus\:border-green-100\/60:focus{border-color:#f2faf699}.focus\:border-green-100\/70:focus{border-color:#f2faf6b3}.focus\:border-green-100\/75:focus{border-color:#f2faf6bf}.focus\:border-green-100\/80:focus{border-color:#f2faf6cc}.focus\:border-green-100\/90:focus{border-color:#f2faf6e6}.focus\:border-green-100\/95:focus{border-color:#f2faf6f2}.focus\:border-green-100\/100:focus{border-color:#f2faf6}.focus\:border-green-200\/0:focus{border-color:#e5f6ee00}.focus\:border-green-200\/5:focus{border-color:#e5f6ee0d}.focus\:border-green-200\/10:focus{border-color:#e5f6ee1a}.focus\:border-green-200\/20:focus{border-color:#e5f6ee33}.focus\:border-green-200\/25:focus{border-color:#e5f6ee40}.focus\:border-green-200\/30:focus{border-color:#e5f6ee4d}.focus\:border-green-200\/40:focus{border-color:#e5f6ee66}.focus\:border-green-200\/50:focus{border-color:#e5f6ee80}.focus\:border-green-200\/60:focus{border-color:#e5f6ee99}.focus\:border-green-200\/70:focus{border-color:#e5f6eeb3}.focus\:border-green-200\/75:focus{border-color:#e5f6eebf}.focus\:border-green-200\/80:focus{border-color:#e5f6eecc}.focus\:border-green-200\/90:focus{border-color:#e5f6eee6}.focus\:border-green-200\/95:focus{border-color:#e5f6eef2}.focus\:border-green-200\/100:focus{border-color:#e5f6ee}.focus\:border-green-300\/0:focus{border-color:#c8eedb00}.focus\:border-green-300\/5:focus{border-color:#c8eedb0d}.focus\:border-green-300\/10:focus{border-color:#c8eedb1a}.focus\:border-green-300\/20:focus{border-color:#c8eedb33}.focus\:border-green-300\/25:focus{border-color:#c8eedb40}.focus\:border-green-300\/30:focus{border-color:#c8eedb4d}.focus\:border-green-300\/40:focus{border-color:#c8eedb66}.focus\:border-green-300\/50:focus{border-color:#c8eedb80}.focus\:border-green-300\/60:focus{border-color:#c8eedb99}.focus\:border-green-300\/70:focus{border-color:#c8eedbb3}.focus\:border-green-300\/75:focus{border-color:#c8eedbbf}.focus\:border-green-300\/80:focus{border-color:#c8eedbcc}.focus\:border-green-300\/90:focus{border-color:#c8eedbe6}.focus\:border-green-300\/95:focus{border-color:#c8eedbf2}.focus\:border-green-300\/100:focus{border-color:#c8eedb}.focus\:border-green-400\/0:focus{border-color:#a6e5c800}.focus\:border-green-400\/5:focus{border-color:#a6e5c80d}.focus\:border-green-400\/10:focus{border-color:#a6e5c81a}.focus\:border-green-400\/20:focus{border-color:#a6e5c833}.focus\:border-green-400\/25:focus{border-color:#a6e5c840}.focus\:border-green-400\/30:focus{border-color:#a6e5c84d}.focus\:border-green-400\/40:focus{border-color:#a6e5c866}.focus\:border-green-400\/50:focus{border-color:#a6e5c880}.focus\:border-green-400\/60:focus{border-color:#a6e5c899}.focus\:border-green-400\/70:focus{border-color:#a6e5c8b3}.focus\:border-green-400\/75:focus{border-color:#a6e5c8bf}.focus\:border-green-400\/80:focus{border-color:#a6e5c8cc}.focus\:border-green-400\/90:focus{border-color:#a6e5c8e6}.focus\:border-green-400\/95:focus{border-color:#a6e5c8f2}.focus\:border-green-400\/100:focus{border-color:#a6e5c8}.focus\:border-green-500\/0:focus{border-color:#7bdcb200}.focus\:border-green-500\/5:focus{border-color:#7bdcb20d}.focus\:border-green-500\/10:focus{border-color:#7bdcb21a}.focus\:border-green-500\/20:focus{border-color:#7bdcb233}.focus\:border-green-500\/25:focus{border-color:#7bdcb240}.focus\:border-green-500\/30:focus{border-color:#7bdcb24d}.focus\:border-green-500\/40:focus{border-color:#7bdcb266}.focus\:border-green-500\/50:focus{border-color:#7bdcb280}.focus\:border-green-500\/60:focus{border-color:#7bdcb299}.focus\:border-green-500\/70:focus{border-color:#7bdcb2b3}.focus\:border-green-500\/75:focus{border-color:#7bdcb2bf}.focus\:border-green-500\/80:focus{border-color:#7bdcb2cc}.focus\:border-green-500\/90:focus{border-color:#7bdcb2e6}.focus\:border-green-500\/95:focus{border-color:#7bdcb2f2}.focus\:border-green-500\/100:focus{border-color:#7bdcb2}.focus\:border-green-600\/0:focus{border-color:#34d39900}.focus\:border-green-600\/5:focus{border-color:#34d3990d}.focus\:border-green-600\/10:focus{border-color:#34d3991a}.focus\:border-green-600\/20:focus{border-color:#34d39933}.focus\:border-green-600\/25:focus{border-color:#34d39940}.focus\:border-green-600\/30:focus{border-color:#34d3994d}.focus\:border-green-600\/40:focus{border-color:#34d39966}.focus\:border-green-600\/50:focus{border-color:#34d39980}.focus\:border-green-600\/60:focus{border-color:#34d39999}.focus\:border-green-600\/70:focus{border-color:#34d399b3}.focus\:border-green-600\/75:focus{border-color:#34d399bf}.focus\:border-green-600\/80:focus{border-color:#34d399cc}.focus\:border-green-600\/90:focus{border-color:#34d399e6}.focus\:border-green-600\/95:focus{border-color:#34d399f2}.focus\:border-green-600\/100:focus{border-color:#34d399}.focus\:border-green-700\/0:focus{border-color:#2ebc8800}.focus\:border-green-700\/5:focus{border-color:#2ebc880d}.focus\:border-green-700\/10:focus{border-color:#2ebc881a}.focus\:border-green-700\/20:focus{border-color:#2ebc8833}.focus\:border-green-700\/25:focus{border-color:#2ebc8840}.focus\:border-green-700\/30:focus{border-color:#2ebc884d}.focus\:border-green-700\/40:focus{border-color:#2ebc8866}.focus\:border-green-700\/50:focus{border-color:#2ebc8880}.focus\:border-green-700\/60:focus{border-color:#2ebc8899}.focus\:border-green-700\/70:focus{border-color:#2ebc88b3}.focus\:border-green-700\/75:focus{border-color:#2ebc88bf}.focus\:border-green-700\/80:focus{border-color:#2ebc88cc}.focus\:border-green-700\/90:focus{border-color:#2ebc88e6}.focus\:border-green-700\/95:focus{border-color:#2ebc88f2}.focus\:border-green-700\/100:focus{border-color:#2ebc88}.focus\:border-green-800\/0:focus{border-color:#28a37600}.focus\:border-green-800\/5:focus{border-color:#28a3760d}.focus\:border-green-800\/10:focus{border-color:#28a3761a}.focus\:border-green-800\/20:focus{border-color:#28a37633}.focus\:border-green-800\/25:focus{border-color:#28a37640}.focus\:border-green-800\/30:focus{border-color:#28a3764d}.focus\:border-green-800\/40:focus{border-color:#28a37666}.focus\:border-green-800\/50:focus{border-color:#28a37680}.focus\:border-green-800\/60:focus{border-color:#28a37699}.focus\:border-green-800\/70:focus{border-color:#28a376b3}.focus\:border-green-800\/75:focus{border-color:#28a376bf}.focus\:border-green-800\/80:focus{border-color:#28a376cc}.focus\:border-green-800\/90:focus{border-color:#28a376e6}.focus\:border-green-800\/95:focus{border-color:#28a376f2}.focus\:border-green-800\/100:focus{border-color:#28a376}.focus\:border-green-900\/0:focus{border-color:#20856000}.focus\:border-green-900\/5:focus{border-color:#2085600d}.focus\:border-green-900\/10:focus{border-color:#2085601a}.focus\:border-green-900\/20:focus{border-color:#20856033}.focus\:border-green-900\/25:focus{border-color:#20856040}.focus\:border-green-900\/30:focus{border-color:#2085604d}.focus\:border-green-900\/40:focus{border-color:#20856066}.focus\:border-green-900\/50:focus{border-color:#20856080}.focus\:border-green-900\/60:focus{border-color:#20856099}.focus\:border-green-900\/70:focus{border-color:#208560b3}.focus\:border-green-900\/75:focus{border-color:#208560bf}.focus\:border-green-900\/80:focus{border-color:#208560cc}.focus\:border-green-900\/90:focus{border-color:#208560e6}.focus\:border-green-900\/95:focus{border-color:#208560f2}.focus\:border-green-900\/100:focus{border-color:#208560}.focus\:border-emerald-50\/0:focus{border-color:#ecfdf500}.focus\:border-emerald-50\/5:focus{border-color:#ecfdf50d}.focus\:border-emerald-50\/10:focus{border-color:#ecfdf51a}.focus\:border-emerald-50\/20:focus{border-color:#ecfdf533}.focus\:border-emerald-50\/25:focus{border-color:#ecfdf540}.focus\:border-emerald-50\/30:focus{border-color:#ecfdf54d}.focus\:border-emerald-50\/40:focus{border-color:#ecfdf566}.focus\:border-emerald-50\/50:focus{border-color:#ecfdf580}.focus\:border-emerald-50\/60:focus{border-color:#ecfdf599}.focus\:border-emerald-50\/70:focus{border-color:#ecfdf5b3}.focus\:border-emerald-50\/75:focus{border-color:#ecfdf5bf}.focus\:border-emerald-50\/80:focus{border-color:#ecfdf5cc}.focus\:border-emerald-50\/90:focus{border-color:#ecfdf5e6}.focus\:border-emerald-50\/95:focus{border-color:#ecfdf5f2}.focus\:border-emerald-50\/100:focus{border-color:#ecfdf5}.focus\:border-emerald-100\/0:focus{border-color:#d1fae500}.focus\:border-emerald-100\/5:focus{border-color:#d1fae50d}.focus\:border-emerald-100\/10:focus{border-color:#d1fae51a}.focus\:border-emerald-100\/20:focus{border-color:#d1fae533}.focus\:border-emerald-100\/25:focus{border-color:#d1fae540}.focus\:border-emerald-100\/30:focus{border-color:#d1fae54d}.focus\:border-emerald-100\/40:focus{border-color:#d1fae566}.focus\:border-emerald-100\/50:focus{border-color:#d1fae580}.focus\:border-emerald-100\/60:focus{border-color:#d1fae599}.focus\:border-emerald-100\/70:focus{border-color:#d1fae5b3}.focus\:border-emerald-100\/75:focus{border-color:#d1fae5bf}.focus\:border-emerald-100\/80:focus{border-color:#d1fae5cc}.focus\:border-emerald-100\/90:focus{border-color:#d1fae5e6}.focus\:border-emerald-100\/95:focus{border-color:#d1fae5f2}.focus\:border-emerald-100\/100:focus{border-color:#d1fae5}.focus\:border-emerald-200\/0:focus{border-color:#a7f3d000}.focus\:border-emerald-200\/5:focus{border-color:#a7f3d00d}.focus\:border-emerald-200\/10:focus{border-color:#a7f3d01a}.focus\:border-emerald-200\/20:focus{border-color:#a7f3d033}.focus\:border-emerald-200\/25:focus{border-color:#a7f3d040}.focus\:border-emerald-200\/30:focus{border-color:#a7f3d04d}.focus\:border-emerald-200\/40:focus{border-color:#a7f3d066}.focus\:border-emerald-200\/50:focus{border-color:#a7f3d080}.focus\:border-emerald-200\/60:focus{border-color:#a7f3d099}.focus\:border-emerald-200\/70:focus{border-color:#a7f3d0b3}.focus\:border-emerald-200\/75:focus{border-color:#a7f3d0bf}.focus\:border-emerald-200\/80:focus{border-color:#a7f3d0cc}.focus\:border-emerald-200\/90:focus{border-color:#a7f3d0e6}.focus\:border-emerald-200\/95:focus{border-color:#a7f3d0f2}.focus\:border-emerald-200\/100:focus{border-color:#a7f3d0}.focus\:border-emerald-300\/0:focus{border-color:#6ee7b700}.focus\:border-emerald-300\/5:focus{border-color:#6ee7b70d}.focus\:border-emerald-300\/10:focus{border-color:#6ee7b71a}.focus\:border-emerald-300\/20:focus{border-color:#6ee7b733}.focus\:border-emerald-300\/25:focus{border-color:#6ee7b740}.focus\:border-emerald-300\/30:focus{border-color:#6ee7b74d}.focus\:border-emerald-300\/40:focus{border-color:#6ee7b766}.focus\:border-emerald-300\/50:focus{border-color:#6ee7b780}.focus\:border-emerald-300\/60:focus{border-color:#6ee7b799}.focus\:border-emerald-300\/70:focus{border-color:#6ee7b7b3}.focus\:border-emerald-300\/75:focus{border-color:#6ee7b7bf}.focus\:border-emerald-300\/80:focus{border-color:#6ee7b7cc}.focus\:border-emerald-300\/90:focus{border-color:#6ee7b7e6}.focus\:border-emerald-300\/95:focus{border-color:#6ee7b7f2}.focus\:border-emerald-300\/100:focus{border-color:#6ee7b7}.focus\:border-emerald-400\/0:focus{border-color:#34d39900}.focus\:border-emerald-400\/5:focus{border-color:#34d3990d}.focus\:border-emerald-400\/10:focus{border-color:#34d3991a}.focus\:border-emerald-400\/20:focus{border-color:#34d39933}.focus\:border-emerald-400\/25:focus{border-color:#34d39940}.focus\:border-emerald-400\/30:focus{border-color:#34d3994d}.focus\:border-emerald-400\/40:focus{border-color:#34d39966}.focus\:border-emerald-400\/50:focus{border-color:#34d39980}.focus\:border-emerald-400\/60:focus{border-color:#34d39999}.focus\:border-emerald-400\/70:focus{border-color:#34d399b3}.focus\:border-emerald-400\/75:focus{border-color:#34d399bf}.focus\:border-emerald-400\/80:focus{border-color:#34d399cc}.focus\:border-emerald-400\/90:focus{border-color:#34d399e6}.focus\:border-emerald-400\/95:focus{border-color:#34d399f2}.focus\:border-emerald-400\/100:focus{border-color:#34d399}.focus\:border-emerald-500\/0:focus{border-color:#10b98100}.focus\:border-emerald-500\/5:focus{border-color:#10b9810d}.focus\:border-emerald-500\/10:focus{border-color:#10b9811a}.focus\:border-emerald-500\/20:focus{border-color:#10b98133}.focus\:border-emerald-500\/25:focus{border-color:#10b98140}.focus\:border-emerald-500\/30:focus{border-color:#10b9814d}.focus\:border-emerald-500\/40:focus{border-color:#10b98166}.focus\:border-emerald-500\/50:focus{border-color:#10b98180}.focus\:border-emerald-500\/60:focus{border-color:#10b98199}.focus\:border-emerald-500\/70:focus{border-color:#10b981b3}.focus\:border-emerald-500\/75:focus{border-color:#10b981bf}.focus\:border-emerald-500\/80:focus{border-color:#10b981cc}.focus\:border-emerald-500\/90:focus{border-color:#10b981e6}.focus\:border-emerald-500\/95:focus{border-color:#10b981f2}.focus\:border-emerald-500\/100:focus{border-color:#10b981}.focus\:border-emerald-600\/0:focus{border-color:#05966900}.focus\:border-emerald-600\/5:focus{border-color:#0596690d}.focus\:border-emerald-600\/10:focus{border-color:#0596691a}.focus\:border-emerald-600\/20:focus{border-color:#05966933}.focus\:border-emerald-600\/25:focus{border-color:#05966940}.focus\:border-emerald-600\/30:focus{border-color:#0596694d}.focus\:border-emerald-600\/40:focus{border-color:#05966966}.focus\:border-emerald-600\/50:focus{border-color:#05966980}.focus\:border-emerald-600\/60:focus{border-color:#05966999}.focus\:border-emerald-600\/70:focus{border-color:#059669b3}.focus\:border-emerald-600\/75:focus{border-color:#059669bf}.focus\:border-emerald-600\/80:focus{border-color:#059669cc}.focus\:border-emerald-600\/90:focus{border-color:#059669e6}.focus\:border-emerald-600\/95:focus{border-color:#059669f2}.focus\:border-emerald-600\/100:focus{border-color:#059669}.focus\:border-emerald-700\/0:focus{border-color:#04785700}.focus\:border-emerald-700\/5:focus{border-color:#0478570d}.focus\:border-emerald-700\/10:focus{border-color:#0478571a}.focus\:border-emerald-700\/20:focus{border-color:#04785733}.focus\:border-emerald-700\/25:focus{border-color:#04785740}.focus\:border-emerald-700\/30:focus{border-color:#0478574d}.focus\:border-emerald-700\/40:focus{border-color:#04785766}.focus\:border-emerald-700\/50:focus{border-color:#04785780}.focus\:border-emerald-700\/60:focus{border-color:#04785799}.focus\:border-emerald-700\/70:focus{border-color:#047857b3}.focus\:border-emerald-700\/75:focus{border-color:#047857bf}.focus\:border-emerald-700\/80:focus{border-color:#047857cc}.focus\:border-emerald-700\/90:focus{border-color:#047857e6}.focus\:border-emerald-700\/95:focus{border-color:#047857f2}.focus\:border-emerald-700\/100:focus{border-color:#047857}.focus\:border-emerald-800\/0:focus{border-color:#065f4600}.focus\:border-emerald-800\/5:focus{border-color:#065f460d}.focus\:border-emerald-800\/10:focus{border-color:#065f461a}.focus\:border-emerald-800\/20:focus{border-color:#065f4633}.focus\:border-emerald-800\/25:focus{border-color:#065f4640}.focus\:border-emerald-800\/30:focus{border-color:#065f464d}.focus\:border-emerald-800\/40:focus{border-color:#065f4666}.focus\:border-emerald-800\/50:focus{border-color:#065f4680}.focus\:border-emerald-800\/60:focus{border-color:#065f4699}.focus\:border-emerald-800\/70:focus{border-color:#065f46b3}.focus\:border-emerald-800\/75:focus{border-color:#065f46bf}.focus\:border-emerald-800\/80:focus{border-color:#065f46cc}.focus\:border-emerald-800\/90:focus{border-color:#065f46e6}.focus\:border-emerald-800\/95:focus{border-color:#065f46f2}.focus\:border-emerald-800\/100:focus{border-color:#065f46}.focus\:border-emerald-900\/0:focus{border-color:#064e3b00}.focus\:border-emerald-900\/5:focus{border-color:#064e3b0d}.focus\:border-emerald-900\/10:focus{border-color:#064e3b1a}.focus\:border-emerald-900\/20:focus{border-color:#064e3b33}.focus\:border-emerald-900\/25:focus{border-color:#064e3b40}.focus\:border-emerald-900\/30:focus{border-color:#064e3b4d}.focus\:border-emerald-900\/40:focus{border-color:#064e3b66}.focus\:border-emerald-900\/50:focus{border-color:#064e3b80}.focus\:border-emerald-900\/60:focus{border-color:#064e3b99}.focus\:border-emerald-900\/70:focus{border-color:#064e3bb3}.focus\:border-emerald-900\/75:focus{border-color:#064e3bbf}.focus\:border-emerald-900\/80:focus{border-color:#064e3bcc}.focus\:border-emerald-900\/90:focus{border-color:#064e3be6}.focus\:border-emerald-900\/95:focus{border-color:#064e3bf2}.focus\:border-emerald-900\/100:focus{border-color:#064e3b}.focus\:border-teal-50\/0:focus{border-color:#f0fdfa00}.focus\:border-teal-50\/5:focus{border-color:#f0fdfa0d}.focus\:border-teal-50\/10:focus{border-color:#f0fdfa1a}.focus\:border-teal-50\/20:focus{border-color:#f0fdfa33}.focus\:border-teal-50\/25:focus{border-color:#f0fdfa40}.focus\:border-teal-50\/30:focus{border-color:#f0fdfa4d}.focus\:border-teal-50\/40:focus{border-color:#f0fdfa66}.focus\:border-teal-50\/50:focus{border-color:#f0fdfa80}.focus\:border-teal-50\/60:focus{border-color:#f0fdfa99}.focus\:border-teal-50\/70:focus{border-color:#f0fdfab3}.focus\:border-teal-50\/75:focus{border-color:#f0fdfabf}.focus\:border-teal-50\/80:focus{border-color:#f0fdfacc}.focus\:border-teal-50\/90:focus{border-color:#f0fdfae6}.focus\:border-teal-50\/95:focus{border-color:#f0fdfaf2}.focus\:border-teal-50\/100:focus{border-color:#f0fdfa}.focus\:border-teal-100\/0:focus{border-color:#ccfbf100}.focus\:border-teal-100\/5:focus{border-color:#ccfbf10d}.focus\:border-teal-100\/10:focus{border-color:#ccfbf11a}.focus\:border-teal-100\/20:focus{border-color:#ccfbf133}.focus\:border-teal-100\/25:focus{border-color:#ccfbf140}.focus\:border-teal-100\/30:focus{border-color:#ccfbf14d}.focus\:border-teal-100\/40:focus{border-color:#ccfbf166}.focus\:border-teal-100\/50:focus{border-color:#ccfbf180}.focus\:border-teal-100\/60:focus{border-color:#ccfbf199}.focus\:border-teal-100\/70:focus{border-color:#ccfbf1b3}.focus\:border-teal-100\/75:focus{border-color:#ccfbf1bf}.focus\:border-teal-100\/80:focus{border-color:#ccfbf1cc}.focus\:border-teal-100\/90:focus{border-color:#ccfbf1e6}.focus\:border-teal-100\/95:focus{border-color:#ccfbf1f2}.focus\:border-teal-100\/100:focus{border-color:#ccfbf1}.focus\:border-teal-200\/0:focus{border-color:#99f6e400}.focus\:border-teal-200\/5:focus{border-color:#99f6e40d}.focus\:border-teal-200\/10:focus{border-color:#99f6e41a}.focus\:border-teal-200\/20:focus{border-color:#99f6e433}.focus\:border-teal-200\/25:focus{border-color:#99f6e440}.focus\:border-teal-200\/30:focus{border-color:#99f6e44d}.focus\:border-teal-200\/40:focus{border-color:#99f6e466}.focus\:border-teal-200\/50:focus{border-color:#99f6e480}.focus\:border-teal-200\/60:focus{border-color:#99f6e499}.focus\:border-teal-200\/70:focus{border-color:#99f6e4b3}.focus\:border-teal-200\/75:focus{border-color:#99f6e4bf}.focus\:border-teal-200\/80:focus{border-color:#99f6e4cc}.focus\:border-teal-200\/90:focus{border-color:#99f6e4e6}.focus\:border-teal-200\/95:focus{border-color:#99f6e4f2}.focus\:border-teal-200\/100:focus{border-color:#99f6e4}.focus\:border-teal-300\/0:focus{border-color:#5eead400}.focus\:border-teal-300\/5:focus{border-color:#5eead40d}.focus\:border-teal-300\/10:focus{border-color:#5eead41a}.focus\:border-teal-300\/20:focus{border-color:#5eead433}.focus\:border-teal-300\/25:focus{border-color:#5eead440}.focus\:border-teal-300\/30:focus{border-color:#5eead44d}.focus\:border-teal-300\/40:focus{border-color:#5eead466}.focus\:border-teal-300\/50:focus{border-color:#5eead480}.focus\:border-teal-300\/60:focus{border-color:#5eead499}.focus\:border-teal-300\/70:focus{border-color:#5eead4b3}.focus\:border-teal-300\/75:focus{border-color:#5eead4bf}.focus\:border-teal-300\/80:focus{border-color:#5eead4cc}.focus\:border-teal-300\/90:focus{border-color:#5eead4e6}.focus\:border-teal-300\/95:focus{border-color:#5eead4f2}.focus\:border-teal-300\/100:focus{border-color:#5eead4}.focus\:border-teal-400\/0:focus{border-color:#2dd4bf00}.focus\:border-teal-400\/5:focus{border-color:#2dd4bf0d}.focus\:border-teal-400\/10:focus{border-color:#2dd4bf1a}.focus\:border-teal-400\/20:focus{border-color:#2dd4bf33}.focus\:border-teal-400\/25:focus{border-color:#2dd4bf40}.focus\:border-teal-400\/30:focus{border-color:#2dd4bf4d}.focus\:border-teal-400\/40:focus{border-color:#2dd4bf66}.focus\:border-teal-400\/50:focus{border-color:#2dd4bf80}.focus\:border-teal-400\/60:focus{border-color:#2dd4bf99}.focus\:border-teal-400\/70:focus{border-color:#2dd4bfb3}.focus\:border-teal-400\/75:focus{border-color:#2dd4bfbf}.focus\:border-teal-400\/80:focus{border-color:#2dd4bfcc}.focus\:border-teal-400\/90:focus{border-color:#2dd4bfe6}.focus\:border-teal-400\/95:focus{border-color:#2dd4bff2}.focus\:border-teal-400\/100:focus{border-color:#2dd4bf}.focus\:border-teal-500\/0:focus{border-color:#14b8a600}.focus\:border-teal-500\/5:focus{border-color:#14b8a60d}.focus\:border-teal-500\/10:focus{border-color:#14b8a61a}.focus\:border-teal-500\/20:focus{border-color:#14b8a633}.focus\:border-teal-500\/25:focus{border-color:#14b8a640}.focus\:border-teal-500\/30:focus{border-color:#14b8a64d}.focus\:border-teal-500\/40:focus{border-color:#14b8a666}.focus\:border-teal-500\/50:focus{border-color:#14b8a680}.focus\:border-teal-500\/60:focus{border-color:#14b8a699}.focus\:border-teal-500\/70:focus{border-color:#14b8a6b3}.focus\:border-teal-500\/75:focus{border-color:#14b8a6bf}.focus\:border-teal-500\/80:focus{border-color:#14b8a6cc}.focus\:border-teal-500\/90:focus{border-color:#14b8a6e6}.focus\:border-teal-500\/95:focus{border-color:#14b8a6f2}.focus\:border-teal-500\/100:focus{border-color:#14b8a6}.focus\:border-teal-600\/0:focus{border-color:#0d948800}.focus\:border-teal-600\/5:focus{border-color:#0d94880d}.focus\:border-teal-600\/10:focus{border-color:#0d94881a}.focus\:border-teal-600\/20:focus{border-color:#0d948833}.focus\:border-teal-600\/25:focus{border-color:#0d948840}.focus\:border-teal-600\/30:focus{border-color:#0d94884d}.focus\:border-teal-600\/40:focus{border-color:#0d948866}.focus\:border-teal-600\/50:focus{border-color:#0d948880}.focus\:border-teal-600\/60:focus{border-color:#0d948899}.focus\:border-teal-600\/70:focus{border-color:#0d9488b3}.focus\:border-teal-600\/75:focus{border-color:#0d9488bf}.focus\:border-teal-600\/80:focus{border-color:#0d9488cc}.focus\:border-teal-600\/90:focus{border-color:#0d9488e6}.focus\:border-teal-600\/95:focus{border-color:#0d9488f2}.focus\:border-teal-600\/100:focus{border-color:#0d9488}.focus\:border-teal-700\/0:focus{border-color:#0f766e00}.focus\:border-teal-700\/5:focus{border-color:#0f766e0d}.focus\:border-teal-700\/10:focus{border-color:#0f766e1a}.focus\:border-teal-700\/20:focus{border-color:#0f766e33}.focus\:border-teal-700\/25:focus{border-color:#0f766e40}.focus\:border-teal-700\/30:focus{border-color:#0f766e4d}.focus\:border-teal-700\/40:focus{border-color:#0f766e66}.focus\:border-teal-700\/50:focus{border-color:#0f766e80}.focus\:border-teal-700\/60:focus{border-color:#0f766e99}.focus\:border-teal-700\/70:focus{border-color:#0f766eb3}.focus\:border-teal-700\/75:focus{border-color:#0f766ebf}.focus\:border-teal-700\/80:focus{border-color:#0f766ecc}.focus\:border-teal-700\/90:focus{border-color:#0f766ee6}.focus\:border-teal-700\/95:focus{border-color:#0f766ef2}.focus\:border-teal-700\/100:focus{border-color:#0f766e}.focus\:border-teal-800\/0:focus{border-color:#115e5900}.focus\:border-teal-800\/5:focus{border-color:#115e590d}.focus\:border-teal-800\/10:focus{border-color:#115e591a}.focus\:border-teal-800\/20:focus{border-color:#115e5933}.focus\:border-teal-800\/25:focus{border-color:#115e5940}.focus\:border-teal-800\/30:focus{border-color:#115e594d}.focus\:border-teal-800\/40:focus{border-color:#115e5966}.focus\:border-teal-800\/50:focus{border-color:#115e5980}.focus\:border-teal-800\/60:focus{border-color:#115e5999}.focus\:border-teal-800\/70:focus{border-color:#115e59b3}.focus\:border-teal-800\/75:focus{border-color:#115e59bf}.focus\:border-teal-800\/80:focus{border-color:#115e59cc}.focus\:border-teal-800\/90:focus{border-color:#115e59e6}.focus\:border-teal-800\/95:focus{border-color:#115e59f2}.focus\:border-teal-800\/100:focus{border-color:#115e59}.focus\:border-teal-900\/0:focus{border-color:#134e4a00}.focus\:border-teal-900\/5:focus{border-color:#134e4a0d}.focus\:border-teal-900\/10:focus{border-color:#134e4a1a}.focus\:border-teal-900\/20:focus{border-color:#134e4a33}.focus\:border-teal-900\/25:focus{border-color:#134e4a40}.focus\:border-teal-900\/30:focus{border-color:#134e4a4d}.focus\:border-teal-900\/40:focus{border-color:#134e4a66}.focus\:border-teal-900\/50:focus{border-color:#134e4a80}.focus\:border-teal-900\/60:focus{border-color:#134e4a99}.focus\:border-teal-900\/70:focus{border-color:#134e4ab3}.focus\:border-teal-900\/75:focus{border-color:#134e4abf}.focus\:border-teal-900\/80:focus{border-color:#134e4acc}.focus\:border-teal-900\/90:focus{border-color:#134e4ae6}.focus\:border-teal-900\/95:focus{border-color:#134e4af2}.focus\:border-teal-900\/100:focus{border-color:#134e4a}.focus\:border-sky-50\/0:focus{border-color:#f0f9ff00}.focus\:border-sky-50\/5:focus{border-color:#f0f9ff0d}.focus\:border-sky-50\/10:focus{border-color:#f0f9ff1a}.focus\:border-sky-50\/20:focus{border-color:#f0f9ff33}.focus\:border-sky-50\/25:focus{border-color:#f0f9ff40}.focus\:border-sky-50\/30:focus{border-color:#f0f9ff4d}.focus\:border-sky-50\/40:focus{border-color:#f0f9ff66}.focus\:border-sky-50\/50:focus{border-color:#f0f9ff80}.focus\:border-sky-50\/60:focus{border-color:#f0f9ff99}.focus\:border-sky-50\/70:focus{border-color:#f0f9ffb3}.focus\:border-sky-50\/75:focus{border-color:#f0f9ffbf}.focus\:border-sky-50\/80:focus{border-color:#f0f9ffcc}.focus\:border-sky-50\/90:focus{border-color:#f0f9ffe6}.focus\:border-sky-50\/95:focus{border-color:#f0f9fff2}.focus\:border-sky-50\/100:focus{border-color:#f0f9ff}.focus\:border-sky-100\/0:focus{border-color:#e0f2fe00}.focus\:border-sky-100\/5:focus{border-color:#e0f2fe0d}.focus\:border-sky-100\/10:focus{border-color:#e0f2fe1a}.focus\:border-sky-100\/20:focus{border-color:#e0f2fe33}.focus\:border-sky-100\/25:focus{border-color:#e0f2fe40}.focus\:border-sky-100\/30:focus{border-color:#e0f2fe4d}.focus\:border-sky-100\/40:focus{border-color:#e0f2fe66}.focus\:border-sky-100\/50:focus{border-color:#e0f2fe80}.focus\:border-sky-100\/60:focus{border-color:#e0f2fe99}.focus\:border-sky-100\/70:focus{border-color:#e0f2feb3}.focus\:border-sky-100\/75:focus{border-color:#e0f2febf}.focus\:border-sky-100\/80:focus{border-color:#e0f2fecc}.focus\:border-sky-100\/90:focus{border-color:#e0f2fee6}.focus\:border-sky-100\/95:focus{border-color:#e0f2fef2}.focus\:border-sky-100\/100:focus{border-color:#e0f2fe}.focus\:border-sky-200\/0:focus{border-color:#bae6fd00}.focus\:border-sky-200\/5:focus{border-color:#bae6fd0d}.focus\:border-sky-200\/10:focus{border-color:#bae6fd1a}.focus\:border-sky-200\/20:focus{border-color:#bae6fd33}.focus\:border-sky-200\/25:focus{border-color:#bae6fd40}.focus\:border-sky-200\/30:focus{border-color:#bae6fd4d}.focus\:border-sky-200\/40:focus{border-color:#bae6fd66}.focus\:border-sky-200\/50:focus{border-color:#bae6fd80}.focus\:border-sky-200\/60:focus{border-color:#bae6fd99}.focus\:border-sky-200\/70:focus{border-color:#bae6fdb3}.focus\:border-sky-200\/75:focus{border-color:#bae6fdbf}.focus\:border-sky-200\/80:focus{border-color:#bae6fdcc}.focus\:border-sky-200\/90:focus{border-color:#bae6fde6}.focus\:border-sky-200\/95:focus{border-color:#bae6fdf2}.focus\:border-sky-200\/100:focus{border-color:#bae6fd}.focus\:border-sky-300\/0:focus{border-color:#7dd3fc00}.focus\:border-sky-300\/5:focus{border-color:#7dd3fc0d}.focus\:border-sky-300\/10:focus{border-color:#7dd3fc1a}.focus\:border-sky-300\/20:focus{border-color:#7dd3fc33}.focus\:border-sky-300\/25:focus{border-color:#7dd3fc40}.focus\:border-sky-300\/30:focus{border-color:#7dd3fc4d}.focus\:border-sky-300\/40:focus{border-color:#7dd3fc66}.focus\:border-sky-300\/50:focus{border-color:#7dd3fc80}.focus\:border-sky-300\/60:focus{border-color:#7dd3fc99}.focus\:border-sky-300\/70:focus{border-color:#7dd3fcb3}.focus\:border-sky-300\/75:focus{border-color:#7dd3fcbf}.focus\:border-sky-300\/80:focus{border-color:#7dd3fccc}.focus\:border-sky-300\/90:focus{border-color:#7dd3fce6}.focus\:border-sky-300\/95:focus{border-color:#7dd3fcf2}.focus\:border-sky-300\/100:focus{border-color:#7dd3fc}.focus\:border-sky-400\/0:focus{border-color:#38bdf800}.focus\:border-sky-400\/5:focus{border-color:#38bdf80d}.focus\:border-sky-400\/10:focus{border-color:#38bdf81a}.focus\:border-sky-400\/20:focus{border-color:#38bdf833}.focus\:border-sky-400\/25:focus{border-color:#38bdf840}.focus\:border-sky-400\/30:focus{border-color:#38bdf84d}.focus\:border-sky-400\/40:focus{border-color:#38bdf866}.focus\:border-sky-400\/50:focus{border-color:#38bdf880}.focus\:border-sky-400\/60:focus{border-color:#38bdf899}.focus\:border-sky-400\/70:focus{border-color:#38bdf8b3}.focus\:border-sky-400\/75:focus{border-color:#38bdf8bf}.focus\:border-sky-400\/80:focus{border-color:#38bdf8cc}.focus\:border-sky-400\/90:focus{border-color:#38bdf8e6}.focus\:border-sky-400\/95:focus{border-color:#38bdf8f2}.focus\:border-sky-400\/100:focus{border-color:#38bdf8}.focus\:border-sky-500\/0:focus{border-color:#0ea5e900}.focus\:border-sky-500\/5:focus{border-color:#0ea5e90d}.focus\:border-sky-500\/10:focus{border-color:#0ea5e91a}.focus\:border-sky-500\/20:focus{border-color:#0ea5e933}.focus\:border-sky-500\/25:focus{border-color:#0ea5e940}.focus\:border-sky-500\/30:focus{border-color:#0ea5e94d}.focus\:border-sky-500\/40:focus{border-color:#0ea5e966}.focus\:border-sky-500\/50:focus{border-color:#0ea5e980}.focus\:border-sky-500\/60:focus{border-color:#0ea5e999}.focus\:border-sky-500\/70:focus{border-color:#0ea5e9b3}.focus\:border-sky-500\/75:focus{border-color:#0ea5e9bf}.focus\:border-sky-500\/80:focus{border-color:#0ea5e9cc}.focus\:border-sky-500\/90:focus{border-color:#0ea5e9e6}.focus\:border-sky-500\/95:focus{border-color:#0ea5e9f2}.focus\:border-sky-500\/100:focus{border-color:#0ea5e9}.focus\:border-sky-600\/0:focus{border-color:#0284c700}.focus\:border-sky-600\/5:focus{border-color:#0284c70d}.focus\:border-sky-600\/10:focus{border-color:#0284c71a}.focus\:border-sky-600\/20:focus{border-color:#0284c733}.focus\:border-sky-600\/25:focus{border-color:#0284c740}.focus\:border-sky-600\/30:focus{border-color:#0284c74d}.focus\:border-sky-600\/40:focus{border-color:#0284c766}.focus\:border-sky-600\/50:focus{border-color:#0284c780}.focus\:border-sky-600\/60:focus{border-color:#0284c799}.focus\:border-sky-600\/70:focus{border-color:#0284c7b3}.focus\:border-sky-600\/75:focus{border-color:#0284c7bf}.focus\:border-sky-600\/80:focus{border-color:#0284c7cc}.focus\:border-sky-600\/90:focus{border-color:#0284c7e6}.focus\:border-sky-600\/95:focus{border-color:#0284c7f2}.focus\:border-sky-600\/100:focus{border-color:#0284c7}.focus\:border-sky-700\/0:focus{border-color:#0369a100}.focus\:border-sky-700\/5:focus{border-color:#0369a10d}.focus\:border-sky-700\/10:focus{border-color:#0369a11a}.focus\:border-sky-700\/20:focus{border-color:#0369a133}.focus\:border-sky-700\/25:focus{border-color:#0369a140}.focus\:border-sky-700\/30:focus{border-color:#0369a14d}.focus\:border-sky-700\/40:focus{border-color:#0369a166}.focus\:border-sky-700\/50:focus{border-color:#0369a180}.focus\:border-sky-700\/60:focus{border-color:#0369a199}.focus\:border-sky-700\/70:focus{border-color:#0369a1b3}.focus\:border-sky-700\/75:focus{border-color:#0369a1bf}.focus\:border-sky-700\/80:focus{border-color:#0369a1cc}.focus\:border-sky-700\/90:focus{border-color:#0369a1e6}.focus\:border-sky-700\/95:focus{border-color:#0369a1f2}.focus\:border-sky-700\/100:focus{border-color:#0369a1}.focus\:border-sky-800\/0:focus{border-color:#07598500}.focus\:border-sky-800\/5:focus{border-color:#0759850d}.focus\:border-sky-800\/10:focus{border-color:#0759851a}.focus\:border-sky-800\/20:focus{border-color:#07598533}.focus\:border-sky-800\/25:focus{border-color:#07598540}.focus\:border-sky-800\/30:focus{border-color:#0759854d}.focus\:border-sky-800\/40:focus{border-color:#07598566}.focus\:border-sky-800\/50:focus{border-color:#07598580}.focus\:border-sky-800\/60:focus{border-color:#07598599}.focus\:border-sky-800\/70:focus{border-color:#075985b3}.focus\:border-sky-800\/75:focus{border-color:#075985bf}.focus\:border-sky-800\/80:focus{border-color:#075985cc}.focus\:border-sky-800\/90:focus{border-color:#075985e6}.focus\:border-sky-800\/95:focus{border-color:#075985f2}.focus\:border-sky-800\/100:focus{border-color:#075985}.focus\:border-sky-900\/0:focus{border-color:#0c4a6e00}.focus\:border-sky-900\/5:focus{border-color:#0c4a6e0d}.focus\:border-sky-900\/10:focus{border-color:#0c4a6e1a}.focus\:border-sky-900\/20:focus{border-color:#0c4a6e33}.focus\:border-sky-900\/25:focus{border-color:#0c4a6e40}.focus\:border-sky-900\/30:focus{border-color:#0c4a6e4d}.focus\:border-sky-900\/40:focus{border-color:#0c4a6e66}.focus\:border-sky-900\/50:focus{border-color:#0c4a6e80}.focus\:border-sky-900\/60:focus{border-color:#0c4a6e99}.focus\:border-sky-900\/70:focus{border-color:#0c4a6eb3}.focus\:border-sky-900\/75:focus{border-color:#0c4a6ebf}.focus\:border-sky-900\/80:focus{border-color:#0c4a6ecc}.focus\:border-sky-900\/90:focus{border-color:#0c4a6ee6}.focus\:border-sky-900\/95:focus{border-color:#0c4a6ef2}.focus\:border-sky-900\/100:focus{border-color:#0c4a6e}.focus\:border-blue-50\/0:focus{border-color:#eff6ff00}.focus\:border-blue-50\/5:focus{border-color:#eff6ff0d}.focus\:border-blue-50\/10:focus{border-color:#eff6ff1a}.focus\:border-blue-50\/20:focus{border-color:#eff6ff33}.focus\:border-blue-50\/25:focus{border-color:#eff6ff40}.focus\:border-blue-50\/30:focus{border-color:#eff6ff4d}.focus\:border-blue-50\/40:focus{border-color:#eff6ff66}.focus\:border-blue-50\/50:focus{border-color:#eff6ff80}.focus\:border-blue-50\/60:focus{border-color:#eff6ff99}.focus\:border-blue-50\/70:focus{border-color:#eff6ffb3}.focus\:border-blue-50\/75:focus{border-color:#eff6ffbf}.focus\:border-blue-50\/80:focus{border-color:#eff6ffcc}.focus\:border-blue-50\/90:focus{border-color:#eff6ffe6}.focus\:border-blue-50\/95:focus{border-color:#eff6fff2}.focus\:border-blue-50\/100:focus{border-color:#eff6ff}.focus\:border-blue-100\/0:focus{border-color:#f2f3fd00}.focus\:border-blue-100\/5:focus{border-color:#f2f3fd0d}.focus\:border-blue-100\/10:focus{border-color:#f2f3fd1a}.focus\:border-blue-100\/20:focus{border-color:#f2f3fd33}.focus\:border-blue-100\/25:focus{border-color:#f2f3fd40}.focus\:border-blue-100\/30:focus{border-color:#f2f3fd4d}.focus\:border-blue-100\/40:focus{border-color:#f2f3fd66}.focus\:border-blue-100\/50:focus{border-color:#f2f3fd80}.focus\:border-blue-100\/60:focus{border-color:#f2f3fd99}.focus\:border-blue-100\/70:focus{border-color:#f2f3fdb3}.focus\:border-blue-100\/75:focus{border-color:#f2f3fdbf}.focus\:border-blue-100\/80:focus{border-color:#f2f3fdcc}.focus\:border-blue-100\/90:focus{border-color:#f2f3fde6}.focus\:border-blue-100\/95:focus{border-color:#f2f3fdf2}.focus\:border-blue-100\/100:focus{border-color:#f2f3fd}.focus\:border-blue-200\/0:focus{border-color:#e4e8fb00}.focus\:border-blue-200\/5:focus{border-color:#e4e8fb0d}.focus\:border-blue-200\/10:focus{border-color:#e4e8fb1a}.focus\:border-blue-200\/20:focus{border-color:#e4e8fb33}.focus\:border-blue-200\/25:focus{border-color:#e4e8fb40}.focus\:border-blue-200\/30:focus{border-color:#e4e8fb4d}.focus\:border-blue-200\/40:focus{border-color:#e4e8fb66}.focus\:border-blue-200\/50:focus{border-color:#e4e8fb80}.focus\:border-blue-200\/60:focus{border-color:#e4e8fb99}.focus\:border-blue-200\/70:focus{border-color:#e4e8fbb3}.focus\:border-blue-200\/75:focus{border-color:#e4e8fbbf}.focus\:border-blue-200\/80:focus{border-color:#e4e8fbcc}.focus\:border-blue-200\/90:focus{border-color:#e4e8fbe6}.focus\:border-blue-200\/95:focus{border-color:#e4e8fbf2}.focus\:border-blue-200\/100:focus{border-color:#e4e8fb}.focus\:border-blue-300\/0:focus{border-color:#c6cff700}.focus\:border-blue-300\/5:focus{border-color:#c6cff70d}.focus\:border-blue-300\/10:focus{border-color:#c6cff71a}.focus\:border-blue-300\/20:focus{border-color:#c6cff733}.focus\:border-blue-300\/25:focus{border-color:#c6cff740}.focus\:border-blue-300\/30:focus{border-color:#c6cff74d}.focus\:border-blue-300\/40:focus{border-color:#c6cff766}.focus\:border-blue-300\/50:focus{border-color:#c6cff780}.focus\:border-blue-300\/60:focus{border-color:#c6cff799}.focus\:border-blue-300\/70:focus{border-color:#c6cff7b3}.focus\:border-blue-300\/75:focus{border-color:#c6cff7bf}.focus\:border-blue-300\/80:focus{border-color:#c6cff7cc}.focus\:border-blue-300\/90:focus{border-color:#c6cff7e6}.focus\:border-blue-300\/95:focus{border-color:#c6cff7f2}.focus\:border-blue-300\/100:focus{border-color:#c6cff7}.focus\:border-blue-400\/0:focus{border-color:#a3b2f300}.focus\:border-blue-400\/5:focus{border-color:#a3b2f30d}.focus\:border-blue-400\/10:focus{border-color:#a3b2f31a}.focus\:border-blue-400\/20:focus{border-color:#a3b2f333}.focus\:border-blue-400\/25:focus{border-color:#a3b2f340}.focus\:border-blue-400\/30:focus{border-color:#a3b2f34d}.focus\:border-blue-400\/40:focus{border-color:#a3b2f366}.focus\:border-blue-400\/50:focus{border-color:#a3b2f380}.focus\:border-blue-400\/60:focus{border-color:#a3b2f399}.focus\:border-blue-400\/70:focus{border-color:#a3b2f3b3}.focus\:border-blue-400\/75:focus{border-color:#a3b2f3bf}.focus\:border-blue-400\/80:focus{border-color:#a3b2f3cc}.focus\:border-blue-400\/90:focus{border-color:#a3b2f3e6}.focus\:border-blue-400\/95:focus{border-color:#a3b2f3f2}.focus\:border-blue-400\/100:focus{border-color:#a3b2f3}.focus\:border-blue-500\/0:focus{border-color:#7690ef00}.focus\:border-blue-500\/5:focus{border-color:#7690ef0d}.focus\:border-blue-500\/10:focus{border-color:#7690ef1a}.focus\:border-blue-500\/20:focus{border-color:#7690ef33}.focus\:border-blue-500\/25:focus{border-color:#7690ef40}.focus\:border-blue-500\/30:focus{border-color:#7690ef4d}.focus\:border-blue-500\/40:focus{border-color:#7690ef66}.focus\:border-blue-500\/50:focus{border-color:#7690ef80}.focus\:border-blue-500\/60:focus{border-color:#7690ef99}.focus\:border-blue-500\/70:focus{border-color:#7690efb3}.focus\:border-blue-500\/75:focus{border-color:#7690efbf}.focus\:border-blue-500\/80:focus{border-color:#7690efcc}.focus\:border-blue-500\/90:focus{border-color:#7690efe6}.focus\:border-blue-500\/95:focus{border-color:#7690eff2}.focus\:border-blue-500\/100:focus{border-color:#7690ef}.focus\:border-blue-600\/0:focus{border-color:#2563eb00}.focus\:border-blue-600\/5:focus{border-color:#2563eb0d}.focus\:border-blue-600\/10:focus{border-color:#2563eb1a}.focus\:border-blue-600\/20:focus{border-color:#2563eb33}.focus\:border-blue-600\/25:focus{border-color:#2563eb40}.focus\:border-blue-600\/30:focus{border-color:#2563eb4d}.focus\:border-blue-600\/40:focus{border-color:#2563eb66}.focus\:border-blue-600\/50:focus{border-color:#2563eb80}.focus\:border-blue-600\/60:focus{border-color:#2563eb99}.focus\:border-blue-600\/70:focus{border-color:#2563ebb3}.focus\:border-blue-600\/75:focus{border-color:#2563ebbf}.focus\:border-blue-600\/80:focus{border-color:#2563ebcc}.focus\:border-blue-600\/90:focus{border-color:#2563ebe6}.focus\:border-blue-600\/95:focus{border-color:#2563ebf2}.focus\:border-blue-600\/100:focus{border-color:#2563eb}.focus\:border-blue-700\/0:focus{border-color:#2158d200}.focus\:border-blue-700\/5:focus{border-color:#2158d20d}.focus\:border-blue-700\/10:focus{border-color:#2158d21a}.focus\:border-blue-700\/20:focus{border-color:#2158d233}.focus\:border-blue-700\/25:focus{border-color:#2158d240}.focus\:border-blue-700\/30:focus{border-color:#2158d24d}.focus\:border-blue-700\/40:focus{border-color:#2158d266}.focus\:border-blue-700\/50:focus{border-color:#2158d280}.focus\:border-blue-700\/60:focus{border-color:#2158d299}.focus\:border-blue-700\/70:focus{border-color:#2158d2b3}.focus\:border-blue-700\/75:focus{border-color:#2158d2bf}.focus\:border-blue-700\/80:focus{border-color:#2158d2cc}.focus\:border-blue-700\/90:focus{border-color:#2158d2e6}.focus\:border-blue-700\/95:focus{border-color:#2158d2f2}.focus\:border-blue-700\/100:focus{border-color:#2158d2}.focus\:border-blue-800\/0:focus{border-color:#1c4cb600}.focus\:border-blue-800\/5:focus{border-color:#1c4cb60d}.focus\:border-blue-800\/10:focus{border-color:#1c4cb61a}.focus\:border-blue-800\/20:focus{border-color:#1c4cb633}.focus\:border-blue-800\/25:focus{border-color:#1c4cb640}.focus\:border-blue-800\/30:focus{border-color:#1c4cb64d}.focus\:border-blue-800\/40:focus{border-color:#1c4cb666}.focus\:border-blue-800\/50:focus{border-color:#1c4cb680}.focus\:border-blue-800\/60:focus{border-color:#1c4cb699}.focus\:border-blue-800\/70:focus{border-color:#1c4cb6b3}.focus\:border-blue-800\/75:focus{border-color:#1c4cb6bf}.focus\:border-blue-800\/80:focus{border-color:#1c4cb6cc}.focus\:border-blue-800\/90:focus{border-color:#1c4cb6e6}.focus\:border-blue-800\/95:focus{border-color:#1c4cb6f2}.focus\:border-blue-800\/100:focus{border-color:#1c4cb6}.focus\:border-blue-900\/0:focus{border-color:#173e9400}.focus\:border-blue-900\/5:focus{border-color:#173e940d}.focus\:border-blue-900\/10:focus{border-color:#173e941a}.focus\:border-blue-900\/20:focus{border-color:#173e9433}.focus\:border-blue-900\/25:focus{border-color:#173e9440}.focus\:border-blue-900\/30:focus{border-color:#173e944d}.focus\:border-blue-900\/40:focus{border-color:#173e9466}.focus\:border-blue-900\/50:focus{border-color:#173e9480}.focus\:border-blue-900\/60:focus{border-color:#173e9499}.focus\:border-blue-900\/70:focus{border-color:#173e94b3}.focus\:border-blue-900\/75:focus{border-color:#173e94bf}.focus\:border-blue-900\/80:focus{border-color:#173e94cc}.focus\:border-blue-900\/90:focus{border-color:#173e94e6}.focus\:border-blue-900\/95:focus{border-color:#173e94f2}.focus\:border-blue-900\/100:focus{border-color:#173e94}.focus\:border-indigo-50\/0:focus{border-color:#eef2ff00}.focus\:border-indigo-50\/5:focus{border-color:#eef2ff0d}.focus\:border-indigo-50\/10:focus{border-color:#eef2ff1a}.focus\:border-indigo-50\/20:focus{border-color:#eef2ff33}.focus\:border-indigo-50\/25:focus{border-color:#eef2ff40}.focus\:border-indigo-50\/30:focus{border-color:#eef2ff4d}.focus\:border-indigo-50\/40:focus{border-color:#eef2ff66}.focus\:border-indigo-50\/50:focus{border-color:#eef2ff80}.focus\:border-indigo-50\/60:focus{border-color:#eef2ff99}.focus\:border-indigo-50\/70:focus{border-color:#eef2ffb3}.focus\:border-indigo-50\/75:focus{border-color:#eef2ffbf}.focus\:border-indigo-50\/80:focus{border-color:#eef2ffcc}.focus\:border-indigo-50\/90:focus{border-color:#eef2ffe6}.focus\:border-indigo-50\/95:focus{border-color:#eef2fff2}.focus\:border-indigo-50\/100:focus{border-color:#eef2ff}.focus\:border-indigo-100\/0:focus{border-color:#e0e7ff00}.focus\:border-indigo-100\/5:focus{border-color:#e0e7ff0d}.focus\:border-indigo-100\/10:focus{border-color:#e0e7ff1a}.focus\:border-indigo-100\/20:focus{border-color:#e0e7ff33}.focus\:border-indigo-100\/25:focus{border-color:#e0e7ff40}.focus\:border-indigo-100\/30:focus{border-color:#e0e7ff4d}.focus\:border-indigo-100\/40:focus{border-color:#e0e7ff66}.focus\:border-indigo-100\/50:focus{border-color:#e0e7ff80}.focus\:border-indigo-100\/60:focus{border-color:#e0e7ff99}.focus\:border-indigo-100\/70:focus{border-color:#e0e7ffb3}.focus\:border-indigo-100\/75:focus{border-color:#e0e7ffbf}.focus\:border-indigo-100\/80:focus{border-color:#e0e7ffcc}.focus\:border-indigo-100\/90:focus{border-color:#e0e7ffe6}.focus\:border-indigo-100\/95:focus{border-color:#e0e7fff2}.focus\:border-indigo-100\/100:focus{border-color:#e0e7ff}.focus\:border-indigo-200\/0:focus{border-color:#c7d2fe00}.focus\:border-indigo-200\/5:focus{border-color:#c7d2fe0d}.focus\:border-indigo-200\/10:focus{border-color:#c7d2fe1a}.focus\:border-indigo-200\/20:focus{border-color:#c7d2fe33}.focus\:border-indigo-200\/25:focus{border-color:#c7d2fe40}.focus\:border-indigo-200\/30:focus{border-color:#c7d2fe4d}.focus\:border-indigo-200\/40:focus{border-color:#c7d2fe66}.focus\:border-indigo-200\/50:focus{border-color:#c7d2fe80}.focus\:border-indigo-200\/60:focus{border-color:#c7d2fe99}.focus\:border-indigo-200\/70:focus{border-color:#c7d2feb3}.focus\:border-indigo-200\/75:focus{border-color:#c7d2febf}.focus\:border-indigo-200\/80:focus{border-color:#c7d2fecc}.focus\:border-indigo-200\/90:focus{border-color:#c7d2fee6}.focus\:border-indigo-200\/95:focus{border-color:#c7d2fef2}.focus\:border-indigo-200\/100:focus{border-color:#c7d2fe}.focus\:border-indigo-300\/0:focus{border-color:#a5b4fc00}.focus\:border-indigo-300\/5:focus{border-color:#a5b4fc0d}.focus\:border-indigo-300\/10:focus{border-color:#a5b4fc1a}.focus\:border-indigo-300\/20:focus{border-color:#a5b4fc33}.focus\:border-indigo-300\/25:focus{border-color:#a5b4fc40}.focus\:border-indigo-300\/30:focus{border-color:#a5b4fc4d}.focus\:border-indigo-300\/40:focus{border-color:#a5b4fc66}.focus\:border-indigo-300\/50:focus{border-color:#a5b4fc80}.focus\:border-indigo-300\/60:focus{border-color:#a5b4fc99}.focus\:border-indigo-300\/70:focus{border-color:#a5b4fcb3}.focus\:border-indigo-300\/75:focus{border-color:#a5b4fcbf}.focus\:border-indigo-300\/80:focus{border-color:#a5b4fccc}.focus\:border-indigo-300\/90:focus{border-color:#a5b4fce6}.focus\:border-indigo-300\/95:focus{border-color:#a5b4fcf2}.focus\:border-indigo-300\/100:focus{border-color:#a5b4fc}.focus\:border-indigo-400\/0:focus{border-color:#818cf800}.focus\:border-indigo-400\/5:focus{border-color:#818cf80d}.focus\:border-indigo-400\/10:focus{border-color:#818cf81a}.focus\:border-indigo-400\/20:focus{border-color:#818cf833}.focus\:border-indigo-400\/25:focus{border-color:#818cf840}.focus\:border-indigo-400\/30:focus{border-color:#818cf84d}.focus\:border-indigo-400\/40:focus{border-color:#818cf866}.focus\:border-indigo-400\/50:focus{border-color:#818cf880}.focus\:border-indigo-400\/60:focus{border-color:#818cf899}.focus\:border-indigo-400\/70:focus{border-color:#818cf8b3}.focus\:border-indigo-400\/75:focus{border-color:#818cf8bf}.focus\:border-indigo-400\/80:focus{border-color:#818cf8cc}.focus\:border-indigo-400\/90:focus{border-color:#818cf8e6}.focus\:border-indigo-400\/95:focus{border-color:#818cf8f2}.focus\:border-indigo-400\/100:focus{border-color:#818cf8}.focus\:border-indigo-500\/0:focus{border-color:#6366f100}.focus\:border-indigo-500\/5:focus{border-color:#6366f10d}.focus\:border-indigo-500\/10:focus{border-color:#6366f11a}.focus\:border-indigo-500\/20:focus{border-color:#6366f133}.focus\:border-indigo-500\/25:focus{border-color:#6366f140}.focus\:border-indigo-500\/30:focus{border-color:#6366f14d}.focus\:border-indigo-500\/40:focus{border-color:#6366f166}.focus\:border-indigo-500\/50:focus{border-color:#6366f180}.focus\:border-indigo-500\/60:focus{border-color:#6366f199}.focus\:border-indigo-500\/70:focus{border-color:#6366f1b3}.focus\:border-indigo-500\/75:focus{border-color:#6366f1bf}.focus\:border-indigo-500\/80:focus{border-color:#6366f1cc}.focus\:border-indigo-500\/90:focus{border-color:#6366f1e6}.focus\:border-indigo-500\/95:focus{border-color:#6366f1f2}.focus\:border-indigo-500\/100:focus{border-color:#6366f1}.focus\:border-indigo-600\/0:focus{border-color:#4f46e500}.focus\:border-indigo-600\/5:focus{border-color:#4f46e50d}.focus\:border-indigo-600\/10:focus{border-color:#4f46e51a}.focus\:border-indigo-600\/20:focus{border-color:#4f46e533}.focus\:border-indigo-600\/25:focus{border-color:#4f46e540}.focus\:border-indigo-600\/30:focus{border-color:#4f46e54d}.focus\:border-indigo-600\/40:focus{border-color:#4f46e566}.focus\:border-indigo-600\/50:focus{border-color:#4f46e580}.focus\:border-indigo-600\/60:focus{border-color:#4f46e599}.focus\:border-indigo-600\/70:focus{border-color:#4f46e5b3}.focus\:border-indigo-600\/75:focus{border-color:#4f46e5bf}.focus\:border-indigo-600\/80:focus{border-color:#4f46e5cc}.focus\:border-indigo-600\/90:focus{border-color:#4f46e5e6}.focus\:border-indigo-600\/95:focus{border-color:#4f46e5f2}.focus\:border-indigo-600\/100:focus{border-color:#4f46e5}.focus\:border-indigo-700\/0:focus{border-color:#4338ca00}.focus\:border-indigo-700\/5:focus{border-color:#4338ca0d}.focus\:border-indigo-700\/10:focus{border-color:#4338ca1a}.focus\:border-indigo-700\/20:focus{border-color:#4338ca33}.focus\:border-indigo-700\/25:focus{border-color:#4338ca40}.focus\:border-indigo-700\/30:focus{border-color:#4338ca4d}.focus\:border-indigo-700\/40:focus{border-color:#4338ca66}.focus\:border-indigo-700\/50:focus{border-color:#4338ca80}.focus\:border-indigo-700\/60:focus{border-color:#4338ca99}.focus\:border-indigo-700\/70:focus{border-color:#4338cab3}.focus\:border-indigo-700\/75:focus{border-color:#4338cabf}.focus\:border-indigo-700\/80:focus{border-color:#4338cacc}.focus\:border-indigo-700\/90:focus{border-color:#4338cae6}.focus\:border-indigo-700\/95:focus{border-color:#4338caf2}.focus\:border-indigo-700\/100:focus{border-color:#4338ca}.focus\:border-indigo-800\/0:focus{border-color:#3730a300}.focus\:border-indigo-800\/5:focus{border-color:#3730a30d}.focus\:border-indigo-800\/10:focus{border-color:#3730a31a}.focus\:border-indigo-800\/20:focus{border-color:#3730a333}.focus\:border-indigo-800\/25:focus{border-color:#3730a340}.focus\:border-indigo-800\/30:focus{border-color:#3730a34d}.focus\:border-indigo-800\/40:focus{border-color:#3730a366}.focus\:border-indigo-800\/50:focus{border-color:#3730a380}.focus\:border-indigo-800\/60:focus{border-color:#3730a399}.focus\:border-indigo-800\/70:focus{border-color:#3730a3b3}.focus\:border-indigo-800\/75:focus{border-color:#3730a3bf}.focus\:border-indigo-800\/80:focus{border-color:#3730a3cc}.focus\:border-indigo-800\/90:focus{border-color:#3730a3e6}.focus\:border-indigo-800\/95:focus{border-color:#3730a3f2}.focus\:border-indigo-800\/100:focus{border-color:#3730a3}.focus\:border-indigo-900\/0:focus{border-color:#312e8100}.focus\:border-indigo-900\/5:focus{border-color:#312e810d}.focus\:border-indigo-900\/10:focus{border-color:#312e811a}.focus\:border-indigo-900\/20:focus{border-color:#312e8133}.focus\:border-indigo-900\/25:focus{border-color:#312e8140}.focus\:border-indigo-900\/30:focus{border-color:#312e814d}.focus\:border-indigo-900\/40:focus{border-color:#312e8166}.focus\:border-indigo-900\/50:focus{border-color:#312e8180}.focus\:border-indigo-900\/60:focus{border-color:#312e8199}.focus\:border-indigo-900\/70:focus{border-color:#312e81b3}.focus\:border-indigo-900\/75:focus{border-color:#312e81bf}.focus\:border-indigo-900\/80:focus{border-color:#312e81cc}.focus\:border-indigo-900\/90:focus{border-color:#312e81e6}.focus\:border-indigo-900\/95:focus{border-color:#312e81f2}.focus\:border-indigo-900\/100:focus{border-color:#312e81}.focus\:border-violet-50\/0:focus{border-color:#f5f3ff00}.focus\:border-violet-50\/5:focus{border-color:#f5f3ff0d}.focus\:border-violet-50\/10:focus{border-color:#f5f3ff1a}.focus\:border-violet-50\/20:focus{border-color:#f5f3ff33}.focus\:border-violet-50\/25:focus{border-color:#f5f3ff40}.focus\:border-violet-50\/30:focus{border-color:#f5f3ff4d}.focus\:border-violet-50\/40:focus{border-color:#f5f3ff66}.focus\:border-violet-50\/50:focus{border-color:#f5f3ff80}.focus\:border-violet-50\/60:focus{border-color:#f5f3ff99}.focus\:border-violet-50\/70:focus{border-color:#f5f3ffb3}.focus\:border-violet-50\/75:focus{border-color:#f5f3ffbf}.focus\:border-violet-50\/80:focus{border-color:#f5f3ffcc}.focus\:border-violet-50\/90:focus{border-color:#f5f3ffe6}.focus\:border-violet-50\/95:focus{border-color:#f5f3fff2}.focus\:border-violet-50\/100:focus{border-color:#f5f3ff}.focus\:border-violet-100\/0:focus{border-color:#ede9fe00}.focus\:border-violet-100\/5:focus{border-color:#ede9fe0d}.focus\:border-violet-100\/10:focus{border-color:#ede9fe1a}.focus\:border-violet-100\/20:focus{border-color:#ede9fe33}.focus\:border-violet-100\/25:focus{border-color:#ede9fe40}.focus\:border-violet-100\/30:focus{border-color:#ede9fe4d}.focus\:border-violet-100\/40:focus{border-color:#ede9fe66}.focus\:border-violet-100\/50:focus{border-color:#ede9fe80}.focus\:border-violet-100\/60:focus{border-color:#ede9fe99}.focus\:border-violet-100\/70:focus{border-color:#ede9feb3}.focus\:border-violet-100\/75:focus{border-color:#ede9febf}.focus\:border-violet-100\/80:focus{border-color:#ede9fecc}.focus\:border-violet-100\/90:focus{border-color:#ede9fee6}.focus\:border-violet-100\/95:focus{border-color:#ede9fef2}.focus\:border-violet-100\/100:focus{border-color:#ede9fe}.focus\:border-violet-200\/0:focus{border-color:#ddd6fe00}.focus\:border-violet-200\/5:focus{border-color:#ddd6fe0d}.focus\:border-violet-200\/10:focus{border-color:#ddd6fe1a}.focus\:border-violet-200\/20:focus{border-color:#ddd6fe33}.focus\:border-violet-200\/25:focus{border-color:#ddd6fe40}.focus\:border-violet-200\/30:focus{border-color:#ddd6fe4d}.focus\:border-violet-200\/40:focus{border-color:#ddd6fe66}.focus\:border-violet-200\/50:focus{border-color:#ddd6fe80}.focus\:border-violet-200\/60:focus{border-color:#ddd6fe99}.focus\:border-violet-200\/70:focus{border-color:#ddd6feb3}.focus\:border-violet-200\/75:focus{border-color:#ddd6febf}.focus\:border-violet-200\/80:focus{border-color:#ddd6fecc}.focus\:border-violet-200\/90:focus{border-color:#ddd6fee6}.focus\:border-violet-200\/95:focus{border-color:#ddd6fef2}.focus\:border-violet-200\/100:focus{border-color:#ddd6fe}.focus\:border-violet-300\/0:focus{border-color:#c4b5fd00}.focus\:border-violet-300\/5:focus{border-color:#c4b5fd0d}.focus\:border-violet-300\/10:focus{border-color:#c4b5fd1a}.focus\:border-violet-300\/20:focus{border-color:#c4b5fd33}.focus\:border-violet-300\/25:focus{border-color:#c4b5fd40}.focus\:border-violet-300\/30:focus{border-color:#c4b5fd4d}.focus\:border-violet-300\/40:focus{border-color:#c4b5fd66}.focus\:border-violet-300\/50:focus{border-color:#c4b5fd80}.focus\:border-violet-300\/60:focus{border-color:#c4b5fd99}.focus\:border-violet-300\/70:focus{border-color:#c4b5fdb3}.focus\:border-violet-300\/75:focus{border-color:#c4b5fdbf}.focus\:border-violet-300\/80:focus{border-color:#c4b5fdcc}.focus\:border-violet-300\/90:focus{border-color:#c4b5fde6}.focus\:border-violet-300\/95:focus{border-color:#c4b5fdf2}.focus\:border-violet-300\/100:focus{border-color:#c4b5fd}.focus\:border-violet-400\/0:focus{border-color:#a78bfa00}.focus\:border-violet-400\/5:focus{border-color:#a78bfa0d}.focus\:border-violet-400\/10:focus{border-color:#a78bfa1a}.focus\:border-violet-400\/20:focus{border-color:#a78bfa33}.focus\:border-violet-400\/25:focus{border-color:#a78bfa40}.focus\:border-violet-400\/30:focus{border-color:#a78bfa4d}.focus\:border-violet-400\/40:focus{border-color:#a78bfa66}.focus\:border-violet-400\/50:focus{border-color:#a78bfa80}.focus\:border-violet-400\/60:focus{border-color:#a78bfa99}.focus\:border-violet-400\/70:focus{border-color:#a78bfab3}.focus\:border-violet-400\/75:focus{border-color:#a78bfabf}.focus\:border-violet-400\/80:focus{border-color:#a78bfacc}.focus\:border-violet-400\/90:focus{border-color:#a78bfae6}.focus\:border-violet-400\/95:focus{border-color:#a78bfaf2}.focus\:border-violet-400\/100:focus{border-color:#a78bfa}.focus\:border-violet-500\/0:focus{border-color:#8b5cf600}.focus\:border-violet-500\/5:focus{border-color:#8b5cf60d}.focus\:border-violet-500\/10:focus{border-color:#8b5cf61a}.focus\:border-violet-500\/20:focus{border-color:#8b5cf633}.focus\:border-violet-500\/25:focus{border-color:#8b5cf640}.focus\:border-violet-500\/30:focus{border-color:#8b5cf64d}.focus\:border-violet-500\/40:focus{border-color:#8b5cf666}.focus\:border-violet-500\/50:focus{border-color:#8b5cf680}.focus\:border-violet-500\/60:focus{border-color:#8b5cf699}.focus\:border-violet-500\/70:focus{border-color:#8b5cf6b3}.focus\:border-violet-500\/75:focus{border-color:#8b5cf6bf}.focus\:border-violet-500\/80:focus{border-color:#8b5cf6cc}.focus\:border-violet-500\/90:focus{border-color:#8b5cf6e6}.focus\:border-violet-500\/95:focus{border-color:#8b5cf6f2}.focus\:border-violet-500\/100:focus{border-color:#8b5cf6}.focus\:border-violet-600\/0:focus{border-color:#7c3aed00}.focus\:border-violet-600\/5:focus{border-color:#7c3aed0d}.focus\:border-violet-600\/10:focus{border-color:#7c3aed1a}.focus\:border-violet-600\/20:focus{border-color:#7c3aed33}.focus\:border-violet-600\/25:focus{border-color:#7c3aed40}.focus\:border-violet-600\/30:focus{border-color:#7c3aed4d}.focus\:border-violet-600\/40:focus{border-color:#7c3aed66}.focus\:border-violet-600\/50:focus{border-color:#7c3aed80}.focus\:border-violet-600\/60:focus{border-color:#7c3aed99}.focus\:border-violet-600\/70:focus{border-color:#7c3aedb3}.focus\:border-violet-600\/75:focus{border-color:#7c3aedbf}.focus\:border-violet-600\/80:focus{border-color:#7c3aedcc}.focus\:border-violet-600\/90:focus{border-color:#7c3aede6}.focus\:border-violet-600\/95:focus{border-color:#7c3aedf2}.focus\:border-violet-600\/100:focus{border-color:#7c3aed}.focus\:border-violet-700\/0:focus{border-color:#6d28d900}.focus\:border-violet-700\/5:focus{border-color:#6d28d90d}.focus\:border-violet-700\/10:focus{border-color:#6d28d91a}.focus\:border-violet-700\/20:focus{border-color:#6d28d933}.focus\:border-violet-700\/25:focus{border-color:#6d28d940}.focus\:border-violet-700\/30:focus{border-color:#6d28d94d}.focus\:border-violet-700\/40:focus{border-color:#6d28d966}.focus\:border-violet-700\/50:focus{border-color:#6d28d980}.focus\:border-violet-700\/60:focus{border-color:#6d28d999}.focus\:border-violet-700\/70:focus{border-color:#6d28d9b3}.focus\:border-violet-700\/75:focus{border-color:#6d28d9bf}.focus\:border-violet-700\/80:focus{border-color:#6d28d9cc}.focus\:border-violet-700\/90:focus{border-color:#6d28d9e6}.focus\:border-violet-700\/95:focus{border-color:#6d28d9f2}.focus\:border-violet-700\/100:focus{border-color:#6d28d9}.focus\:border-violet-800\/0:focus{border-color:#5b21b600}.focus\:border-violet-800\/5:focus{border-color:#5b21b60d}.focus\:border-violet-800\/10:focus{border-color:#5b21b61a}.focus\:border-violet-800\/20:focus{border-color:#5b21b633}.focus\:border-violet-800\/25:focus{border-color:#5b21b640}.focus\:border-violet-800\/30:focus{border-color:#5b21b64d}.focus\:border-violet-800\/40:focus{border-color:#5b21b666}.focus\:border-violet-800\/50:focus{border-color:#5b21b680}.focus\:border-violet-800\/60:focus{border-color:#5b21b699}.focus\:border-violet-800\/70:focus{border-color:#5b21b6b3}.focus\:border-violet-800\/75:focus{border-color:#5b21b6bf}.focus\:border-violet-800\/80:focus{border-color:#5b21b6cc}.focus\:border-violet-800\/90:focus{border-color:#5b21b6e6}.focus\:border-violet-800\/95:focus{border-color:#5b21b6f2}.focus\:border-violet-800\/100:focus{border-color:#5b21b6}.focus\:border-violet-900\/0:focus{border-color:#4c1d9500}.focus\:border-violet-900\/5:focus{border-color:#4c1d950d}.focus\:border-violet-900\/10:focus{border-color:#4c1d951a}.focus\:border-violet-900\/20:focus{border-color:#4c1d9533}.focus\:border-violet-900\/25:focus{border-color:#4c1d9540}.focus\:border-violet-900\/30:focus{border-color:#4c1d954d}.focus\:border-violet-900\/40:focus{border-color:#4c1d9566}.focus\:border-violet-900\/50:focus{border-color:#4c1d9580}.focus\:border-violet-900\/60:focus{border-color:#4c1d9599}.focus\:border-violet-900\/70:focus{border-color:#4c1d95b3}.focus\:border-violet-900\/75:focus{border-color:#4c1d95bf}.focus\:border-violet-900\/80:focus{border-color:#4c1d95cc}.focus\:border-violet-900\/90:focus{border-color:#4c1d95e6}.focus\:border-violet-900\/95:focus{border-color:#4c1d95f2}.focus\:border-violet-900\/100:focus{border-color:#4c1d95}.focus\:border-fuchsia-50\/0:focus{border-color:#fdf4ff00}.focus\:border-fuchsia-50\/5:focus{border-color:#fdf4ff0d}.focus\:border-fuchsia-50\/10:focus{border-color:#fdf4ff1a}.focus\:border-fuchsia-50\/20:focus{border-color:#fdf4ff33}.focus\:border-fuchsia-50\/25:focus{border-color:#fdf4ff40}.focus\:border-fuchsia-50\/30:focus{border-color:#fdf4ff4d}.focus\:border-fuchsia-50\/40:focus{border-color:#fdf4ff66}.focus\:border-fuchsia-50\/50:focus{border-color:#fdf4ff80}.focus\:border-fuchsia-50\/60:focus{border-color:#fdf4ff99}.focus\:border-fuchsia-50\/70:focus{border-color:#fdf4ffb3}.focus\:border-fuchsia-50\/75:focus{border-color:#fdf4ffbf}.focus\:border-fuchsia-50\/80:focus{border-color:#fdf4ffcc}.focus\:border-fuchsia-50\/90:focus{border-color:#fdf4ffe6}.focus\:border-fuchsia-50\/95:focus{border-color:#fdf4fff2}.focus\:border-fuchsia-50\/100:focus{border-color:#fdf4ff}.focus\:border-fuchsia-100\/0:focus{border-color:#fae8ff00}.focus\:border-fuchsia-100\/5:focus{border-color:#fae8ff0d}.focus\:border-fuchsia-100\/10:focus{border-color:#fae8ff1a}.focus\:border-fuchsia-100\/20:focus{border-color:#fae8ff33}.focus\:border-fuchsia-100\/25:focus{border-color:#fae8ff40}.focus\:border-fuchsia-100\/30:focus{border-color:#fae8ff4d}.focus\:border-fuchsia-100\/40:focus{border-color:#fae8ff66}.focus\:border-fuchsia-100\/50:focus{border-color:#fae8ff80}.focus\:border-fuchsia-100\/60:focus{border-color:#fae8ff99}.focus\:border-fuchsia-100\/70:focus{border-color:#fae8ffb3}.focus\:border-fuchsia-100\/75:focus{border-color:#fae8ffbf}.focus\:border-fuchsia-100\/80:focus{border-color:#fae8ffcc}.focus\:border-fuchsia-100\/90:focus{border-color:#fae8ffe6}.focus\:border-fuchsia-100\/95:focus{border-color:#fae8fff2}.focus\:border-fuchsia-100\/100:focus{border-color:#fae8ff}.focus\:border-fuchsia-200\/0:focus{border-color:#f5d0fe00}.focus\:border-fuchsia-200\/5:focus{border-color:#f5d0fe0d}.focus\:border-fuchsia-200\/10:focus{border-color:#f5d0fe1a}.focus\:border-fuchsia-200\/20:focus{border-color:#f5d0fe33}.focus\:border-fuchsia-200\/25:focus{border-color:#f5d0fe40}.focus\:border-fuchsia-200\/30:focus{border-color:#f5d0fe4d}.focus\:border-fuchsia-200\/40:focus{border-color:#f5d0fe66}.focus\:border-fuchsia-200\/50:focus{border-color:#f5d0fe80}.focus\:border-fuchsia-200\/60:focus{border-color:#f5d0fe99}.focus\:border-fuchsia-200\/70:focus{border-color:#f5d0feb3}.focus\:border-fuchsia-200\/75:focus{border-color:#f5d0febf}.focus\:border-fuchsia-200\/80:focus{border-color:#f5d0fecc}.focus\:border-fuchsia-200\/90:focus{border-color:#f5d0fee6}.focus\:border-fuchsia-200\/95:focus{border-color:#f5d0fef2}.focus\:border-fuchsia-200\/100:focus{border-color:#f5d0fe}.focus\:border-fuchsia-300\/0:focus{border-color:#f0abfc00}.focus\:border-fuchsia-300\/5:focus{border-color:#f0abfc0d}.focus\:border-fuchsia-300\/10:focus{border-color:#f0abfc1a}.focus\:border-fuchsia-300\/20:focus{border-color:#f0abfc33}.focus\:border-fuchsia-300\/25:focus{border-color:#f0abfc40}.focus\:border-fuchsia-300\/30:focus{border-color:#f0abfc4d}.focus\:border-fuchsia-300\/40:focus{border-color:#f0abfc66}.focus\:border-fuchsia-300\/50:focus{border-color:#f0abfc80}.focus\:border-fuchsia-300\/60:focus{border-color:#f0abfc99}.focus\:border-fuchsia-300\/70:focus{border-color:#f0abfcb3}.focus\:border-fuchsia-300\/75:focus{border-color:#f0abfcbf}.focus\:border-fuchsia-300\/80:focus{border-color:#f0abfccc}.focus\:border-fuchsia-300\/90:focus{border-color:#f0abfce6}.focus\:border-fuchsia-300\/95:focus{border-color:#f0abfcf2}.focus\:border-fuchsia-300\/100:focus{border-color:#f0abfc}.focus\:border-fuchsia-400\/0:focus{border-color:#e879f900}.focus\:border-fuchsia-400\/5:focus{border-color:#e879f90d}.focus\:border-fuchsia-400\/10:focus{border-color:#e879f91a}.focus\:border-fuchsia-400\/20:focus{border-color:#e879f933}.focus\:border-fuchsia-400\/25:focus{border-color:#e879f940}.focus\:border-fuchsia-400\/30:focus{border-color:#e879f94d}.focus\:border-fuchsia-400\/40:focus{border-color:#e879f966}.focus\:border-fuchsia-400\/50:focus{border-color:#e879f980}.focus\:border-fuchsia-400\/60:focus{border-color:#e879f999}.focus\:border-fuchsia-400\/70:focus{border-color:#e879f9b3}.focus\:border-fuchsia-400\/75:focus{border-color:#e879f9bf}.focus\:border-fuchsia-400\/80:focus{border-color:#e879f9cc}.focus\:border-fuchsia-400\/90:focus{border-color:#e879f9e6}.focus\:border-fuchsia-400\/95:focus{border-color:#e879f9f2}.focus\:border-fuchsia-400\/100:focus{border-color:#e879f9}.focus\:border-fuchsia-500\/0:focus{border-color:#d946ef00}.focus\:border-fuchsia-500\/5:focus{border-color:#d946ef0d}.focus\:border-fuchsia-500\/10:focus{border-color:#d946ef1a}.focus\:border-fuchsia-500\/20:focus{border-color:#d946ef33}.focus\:border-fuchsia-500\/25:focus{border-color:#d946ef40}.focus\:border-fuchsia-500\/30:focus{border-color:#d946ef4d}.focus\:border-fuchsia-500\/40:focus{border-color:#d946ef66}.focus\:border-fuchsia-500\/50:focus{border-color:#d946ef80}.focus\:border-fuchsia-500\/60:focus{border-color:#d946ef99}.focus\:border-fuchsia-500\/70:focus{border-color:#d946efb3}.focus\:border-fuchsia-500\/75:focus{border-color:#d946efbf}.focus\:border-fuchsia-500\/80:focus{border-color:#d946efcc}.focus\:border-fuchsia-500\/90:focus{border-color:#d946efe6}.focus\:border-fuchsia-500\/95:focus{border-color:#d946eff2}.focus\:border-fuchsia-500\/100:focus{border-color:#d946ef}.focus\:border-fuchsia-600\/0:focus{border-color:#c026d300}.focus\:border-fuchsia-600\/5:focus{border-color:#c026d30d}.focus\:border-fuchsia-600\/10:focus{border-color:#c026d31a}.focus\:border-fuchsia-600\/20:focus{border-color:#c026d333}.focus\:border-fuchsia-600\/25:focus{border-color:#c026d340}.focus\:border-fuchsia-600\/30:focus{border-color:#c026d34d}.focus\:border-fuchsia-600\/40:focus{border-color:#c026d366}.focus\:border-fuchsia-600\/50:focus{border-color:#c026d380}.focus\:border-fuchsia-600\/60:focus{border-color:#c026d399}.focus\:border-fuchsia-600\/70:focus{border-color:#c026d3b3}.focus\:border-fuchsia-600\/75:focus{border-color:#c026d3bf}.focus\:border-fuchsia-600\/80:focus{border-color:#c026d3cc}.focus\:border-fuchsia-600\/90:focus{border-color:#c026d3e6}.focus\:border-fuchsia-600\/95:focus{border-color:#c026d3f2}.focus\:border-fuchsia-600\/100:focus{border-color:#c026d3}.focus\:border-fuchsia-700\/0:focus{border-color:#a21caf00}.focus\:border-fuchsia-700\/5:focus{border-color:#a21caf0d}.focus\:border-fuchsia-700\/10:focus{border-color:#a21caf1a}.focus\:border-fuchsia-700\/20:focus{border-color:#a21caf33}.focus\:border-fuchsia-700\/25:focus{border-color:#a21caf40}.focus\:border-fuchsia-700\/30:focus{border-color:#a21caf4d}.focus\:border-fuchsia-700\/40:focus{border-color:#a21caf66}.focus\:border-fuchsia-700\/50:focus{border-color:#a21caf80}.focus\:border-fuchsia-700\/60:focus{border-color:#a21caf99}.focus\:border-fuchsia-700\/70:focus{border-color:#a21cafb3}.focus\:border-fuchsia-700\/75:focus{border-color:#a21cafbf}.focus\:border-fuchsia-700\/80:focus{border-color:#a21cafcc}.focus\:border-fuchsia-700\/90:focus{border-color:#a21cafe6}.focus\:border-fuchsia-700\/95:focus{border-color:#a21caff2}.focus\:border-fuchsia-700\/100:focus{border-color:#a21caf}.focus\:border-fuchsia-800\/0:focus{border-color:#86198f00}.focus\:border-fuchsia-800\/5:focus{border-color:#86198f0d}.focus\:border-fuchsia-800\/10:focus{border-color:#86198f1a}.focus\:border-fuchsia-800\/20:focus{border-color:#86198f33}.focus\:border-fuchsia-800\/25:focus{border-color:#86198f40}.focus\:border-fuchsia-800\/30:focus{border-color:#86198f4d}.focus\:border-fuchsia-800\/40:focus{border-color:#86198f66}.focus\:border-fuchsia-800\/50:focus{border-color:#86198f80}.focus\:border-fuchsia-800\/60:focus{border-color:#86198f99}.focus\:border-fuchsia-800\/70:focus{border-color:#86198fb3}.focus\:border-fuchsia-800\/75:focus{border-color:#86198fbf}.focus\:border-fuchsia-800\/80:focus{border-color:#86198fcc}.focus\:border-fuchsia-800\/90:focus{border-color:#86198fe6}.focus\:border-fuchsia-800\/95:focus{border-color:#86198ff2}.focus\:border-fuchsia-800\/100:focus{border-color:#86198f}.focus\:border-fuchsia-900\/0:focus{border-color:#701a7500}.focus\:border-fuchsia-900\/5:focus{border-color:#701a750d}.focus\:border-fuchsia-900\/10:focus{border-color:#701a751a}.focus\:border-fuchsia-900\/20:focus{border-color:#701a7533}.focus\:border-fuchsia-900\/25:focus{border-color:#701a7540}.focus\:border-fuchsia-900\/30:focus{border-color:#701a754d}.focus\:border-fuchsia-900\/40:focus{border-color:#701a7566}.focus\:border-fuchsia-900\/50:focus{border-color:#701a7580}.focus\:border-fuchsia-900\/60:focus{border-color:#701a7599}.focus\:border-fuchsia-900\/70:focus{border-color:#701a75b3}.focus\:border-fuchsia-900\/75:focus{border-color:#701a75bf}.focus\:border-fuchsia-900\/80:focus{border-color:#701a75cc}.focus\:border-fuchsia-900\/90:focus{border-color:#701a75e6}.focus\:border-fuchsia-900\/95:focus{border-color:#701a75f2}.focus\:border-fuchsia-900\/100:focus{border-color:#701a75}.focus\:border-pink-50\/0:focus{border-color:#fdf2f800}.focus\:border-pink-50\/5:focus{border-color:#fdf2f80d}.focus\:border-pink-50\/10:focus{border-color:#fdf2f81a}.focus\:border-pink-50\/20:focus{border-color:#fdf2f833}.focus\:border-pink-50\/25:focus{border-color:#fdf2f840}.focus\:border-pink-50\/30:focus{border-color:#fdf2f84d}.focus\:border-pink-50\/40:focus{border-color:#fdf2f866}.focus\:border-pink-50\/50:focus{border-color:#fdf2f880}.focus\:border-pink-50\/60:focus{border-color:#fdf2f899}.focus\:border-pink-50\/70:focus{border-color:#fdf2f8b3}.focus\:border-pink-50\/75:focus{border-color:#fdf2f8bf}.focus\:border-pink-50\/80:focus{border-color:#fdf2f8cc}.focus\:border-pink-50\/90:focus{border-color:#fdf2f8e6}.focus\:border-pink-50\/95:focus{border-color:#fdf2f8f2}.focus\:border-pink-50\/100:focus{border-color:#fdf2f8}.focus\:border-pink-100\/0:focus{border-color:#fce7f300}.focus\:border-pink-100\/5:focus{border-color:#fce7f30d}.focus\:border-pink-100\/10:focus{border-color:#fce7f31a}.focus\:border-pink-100\/20:focus{border-color:#fce7f333}.focus\:border-pink-100\/25:focus{border-color:#fce7f340}.focus\:border-pink-100\/30:focus{border-color:#fce7f34d}.focus\:border-pink-100\/40:focus{border-color:#fce7f366}.focus\:border-pink-100\/50:focus{border-color:#fce7f380}.focus\:border-pink-100\/60:focus{border-color:#fce7f399}.focus\:border-pink-100\/70:focus{border-color:#fce7f3b3}.focus\:border-pink-100\/75:focus{border-color:#fce7f3bf}.focus\:border-pink-100\/80:focus{border-color:#fce7f3cc}.focus\:border-pink-100\/90:focus{border-color:#fce7f3e6}.focus\:border-pink-100\/95:focus{border-color:#fce7f3f2}.focus\:border-pink-100\/100:focus{border-color:#fce7f3}.focus\:border-pink-200\/0:focus{border-color:#fbcfe800}.focus\:border-pink-200\/5:focus{border-color:#fbcfe80d}.focus\:border-pink-200\/10:focus{border-color:#fbcfe81a}.focus\:border-pink-200\/20:focus{border-color:#fbcfe833}.focus\:border-pink-200\/25:focus{border-color:#fbcfe840}.focus\:border-pink-200\/30:focus{border-color:#fbcfe84d}.focus\:border-pink-200\/40:focus{border-color:#fbcfe866}.focus\:border-pink-200\/50:focus{border-color:#fbcfe880}.focus\:border-pink-200\/60:focus{border-color:#fbcfe899}.focus\:border-pink-200\/70:focus{border-color:#fbcfe8b3}.focus\:border-pink-200\/75:focus{border-color:#fbcfe8bf}.focus\:border-pink-200\/80:focus{border-color:#fbcfe8cc}.focus\:border-pink-200\/90:focus{border-color:#fbcfe8e6}.focus\:border-pink-200\/95:focus{border-color:#fbcfe8f2}.focus\:border-pink-200\/100:focus{border-color:#fbcfe8}.focus\:border-pink-300\/0:focus{border-color:#f9a8d400}.focus\:border-pink-300\/5:focus{border-color:#f9a8d40d}.focus\:border-pink-300\/10:focus{border-color:#f9a8d41a}.focus\:border-pink-300\/20:focus{border-color:#f9a8d433}.focus\:border-pink-300\/25:focus{border-color:#f9a8d440}.focus\:border-pink-300\/30:focus{border-color:#f9a8d44d}.focus\:border-pink-300\/40:focus{border-color:#f9a8d466}.focus\:border-pink-300\/50:focus{border-color:#f9a8d480}.focus\:border-pink-300\/60:focus{border-color:#f9a8d499}.focus\:border-pink-300\/70:focus{border-color:#f9a8d4b3}.focus\:border-pink-300\/75:focus{border-color:#f9a8d4bf}.focus\:border-pink-300\/80:focus{border-color:#f9a8d4cc}.focus\:border-pink-300\/90:focus{border-color:#f9a8d4e6}.focus\:border-pink-300\/95:focus{border-color:#f9a8d4f2}.focus\:border-pink-300\/100:focus{border-color:#f9a8d4}.focus\:border-pink-400\/0:focus{border-color:#f472b600}.focus\:border-pink-400\/5:focus{border-color:#f472b60d}.focus\:border-pink-400\/10:focus{border-color:#f472b61a}.focus\:border-pink-400\/20:focus{border-color:#f472b633}.focus\:border-pink-400\/25:focus{border-color:#f472b640}.focus\:border-pink-400\/30:focus{border-color:#f472b64d}.focus\:border-pink-400\/40:focus{border-color:#f472b666}.focus\:border-pink-400\/50:focus{border-color:#f472b680}.focus\:border-pink-400\/60:focus{border-color:#f472b699}.focus\:border-pink-400\/70:focus{border-color:#f472b6b3}.focus\:border-pink-400\/75:focus{border-color:#f472b6bf}.focus\:border-pink-400\/80:focus{border-color:#f472b6cc}.focus\:border-pink-400\/90:focus{border-color:#f472b6e6}.focus\:border-pink-400\/95:focus{border-color:#f472b6f2}.focus\:border-pink-400\/100:focus{border-color:#f472b6}.focus\:border-pink-500\/0:focus{border-color:#ec489900}.focus\:border-pink-500\/5:focus{border-color:#ec48990d}.focus\:border-pink-500\/10:focus{border-color:#ec48991a}.focus\:border-pink-500\/20:focus{border-color:#ec489933}.focus\:border-pink-500\/25:focus{border-color:#ec489940}.focus\:border-pink-500\/30:focus{border-color:#ec48994d}.focus\:border-pink-500\/40:focus{border-color:#ec489966}.focus\:border-pink-500\/50:focus{border-color:#ec489980}.focus\:border-pink-500\/60:focus{border-color:#ec489999}.focus\:border-pink-500\/70:focus{border-color:#ec4899b3}.focus\:border-pink-500\/75:focus{border-color:#ec4899bf}.focus\:border-pink-500\/80:focus{border-color:#ec4899cc}.focus\:border-pink-500\/90:focus{border-color:#ec4899e6}.focus\:border-pink-500\/95:focus{border-color:#ec4899f2}.focus\:border-pink-500\/100:focus{border-color:#ec4899}.focus\:border-pink-600\/0:focus{border-color:#db277700}.focus\:border-pink-600\/5:focus{border-color:#db27770d}.focus\:border-pink-600\/10:focus{border-color:#db27771a}.focus\:border-pink-600\/20:focus{border-color:#db277733}.focus\:border-pink-600\/25:focus{border-color:#db277740}.focus\:border-pink-600\/30:focus{border-color:#db27774d}.focus\:border-pink-600\/40:focus{border-color:#db277766}.focus\:border-pink-600\/50:focus{border-color:#db277780}.focus\:border-pink-600\/60:focus{border-color:#db277799}.focus\:border-pink-600\/70:focus{border-color:#db2777b3}.focus\:border-pink-600\/75:focus{border-color:#db2777bf}.focus\:border-pink-600\/80:focus{border-color:#db2777cc}.focus\:border-pink-600\/90:focus{border-color:#db2777e6}.focus\:border-pink-600\/95:focus{border-color:#db2777f2}.focus\:border-pink-600\/100:focus{border-color:#db2777}.focus\:border-pink-700\/0:focus{border-color:#be185d00}.focus\:border-pink-700\/5:focus{border-color:#be185d0d}.focus\:border-pink-700\/10:focus{border-color:#be185d1a}.focus\:border-pink-700\/20:focus{border-color:#be185d33}.focus\:border-pink-700\/25:focus{border-color:#be185d40}.focus\:border-pink-700\/30:focus{border-color:#be185d4d}.focus\:border-pink-700\/40:focus{border-color:#be185d66}.focus\:border-pink-700\/50:focus{border-color:#be185d80}.focus\:border-pink-700\/60:focus{border-color:#be185d99}.focus\:border-pink-700\/70:focus{border-color:#be185db3}.focus\:border-pink-700\/75:focus{border-color:#be185dbf}.focus\:border-pink-700\/80:focus{border-color:#be185dcc}.focus\:border-pink-700\/90:focus{border-color:#be185de6}.focus\:border-pink-700\/95:focus{border-color:#be185df2}.focus\:border-pink-700\/100:focus{border-color:#be185d}.focus\:border-pink-800\/0:focus{border-color:#9d174d00}.focus\:border-pink-800\/5:focus{border-color:#9d174d0d}.focus\:border-pink-800\/10:focus{border-color:#9d174d1a}.focus\:border-pink-800\/20:focus{border-color:#9d174d33}.focus\:border-pink-800\/25:focus{border-color:#9d174d40}.focus\:border-pink-800\/30:focus{border-color:#9d174d4d}.focus\:border-pink-800\/40:focus{border-color:#9d174d66}.focus\:border-pink-800\/50:focus{border-color:#9d174d80}.focus\:border-pink-800\/60:focus{border-color:#9d174d99}.focus\:border-pink-800\/70:focus{border-color:#9d174db3}.focus\:border-pink-800\/75:focus{border-color:#9d174dbf}.focus\:border-pink-800\/80:focus{border-color:#9d174dcc}.focus\:border-pink-800\/90:focus{border-color:#9d174de6}.focus\:border-pink-800\/95:focus{border-color:#9d174df2}.focus\:border-pink-800\/100:focus{border-color:#9d174d}.focus\:border-pink-900\/0:focus{border-color:#83184300}.focus\:border-pink-900\/5:focus{border-color:#8318430d}.focus\:border-pink-900\/10:focus{border-color:#8318431a}.focus\:border-pink-900\/20:focus{border-color:#83184333}.focus\:border-pink-900\/25:focus{border-color:#83184340}.focus\:border-pink-900\/30:focus{border-color:#8318434d}.focus\:border-pink-900\/40:focus{border-color:#83184366}.focus\:border-pink-900\/50:focus{border-color:#83184380}.focus\:border-pink-900\/60:focus{border-color:#83184399}.focus\:border-pink-900\/70:focus{border-color:#831843b3}.focus\:border-pink-900\/75:focus{border-color:#831843bf}.focus\:border-pink-900\/80:focus{border-color:#831843cc}.focus\:border-pink-900\/90:focus{border-color:#831843e6}.focus\:border-pink-900\/95:focus{border-color:#831843f2}.focus\:border-pink-900\/100:focus{border-color:#831843}.focus\:border-rose-50\/0:focus{border-color:#fff1f200}.focus\:border-rose-50\/5:focus{border-color:#fff1f20d}.focus\:border-rose-50\/10:focus{border-color:#fff1f21a}.focus\:border-rose-50\/20:focus{border-color:#fff1f233}.focus\:border-rose-50\/25:focus{border-color:#fff1f240}.focus\:border-rose-50\/30:focus{border-color:#fff1f24d}.focus\:border-rose-50\/40:focus{border-color:#fff1f266}.focus\:border-rose-50\/50:focus{border-color:#fff1f280}.focus\:border-rose-50\/60:focus{border-color:#fff1f299}.focus\:border-rose-50\/70:focus{border-color:#fff1f2b3}.focus\:border-rose-50\/75:focus{border-color:#fff1f2bf}.focus\:border-rose-50\/80:focus{border-color:#fff1f2cc}.focus\:border-rose-50\/90:focus{border-color:#fff1f2e6}.focus\:border-rose-50\/95:focus{border-color:#fff1f2f2}.focus\:border-rose-50\/100:focus{border-color:#fff1f2}.focus\:border-rose-100\/0:focus{border-color:#ffe4e600}.focus\:border-rose-100\/5:focus{border-color:#ffe4e60d}.focus\:border-rose-100\/10:focus{border-color:#ffe4e61a}.focus\:border-rose-100\/20:focus{border-color:#ffe4e633}.focus\:border-rose-100\/25:focus{border-color:#ffe4e640}.focus\:border-rose-100\/30:focus{border-color:#ffe4e64d}.focus\:border-rose-100\/40:focus{border-color:#ffe4e666}.focus\:border-rose-100\/50:focus{border-color:#ffe4e680}.focus\:border-rose-100\/60:focus{border-color:#ffe4e699}.focus\:border-rose-100\/70:focus{border-color:#ffe4e6b3}.focus\:border-rose-100\/75:focus{border-color:#ffe4e6bf}.focus\:border-rose-100\/80:focus{border-color:#ffe4e6cc}.focus\:border-rose-100\/90:focus{border-color:#ffe4e6e6}.focus\:border-rose-100\/95:focus{border-color:#ffe4e6f2}.focus\:border-rose-100\/100:focus{border-color:#ffe4e6}.focus\:border-rose-200\/0:focus{border-color:#fecdd300}.focus\:border-rose-200\/5:focus{border-color:#fecdd30d}.focus\:border-rose-200\/10:focus{border-color:#fecdd31a}.focus\:border-rose-200\/20:focus{border-color:#fecdd333}.focus\:border-rose-200\/25:focus{border-color:#fecdd340}.focus\:border-rose-200\/30:focus{border-color:#fecdd34d}.focus\:border-rose-200\/40:focus{border-color:#fecdd366}.focus\:border-rose-200\/50:focus{border-color:#fecdd380}.focus\:border-rose-200\/60:focus{border-color:#fecdd399}.focus\:border-rose-200\/70:focus{border-color:#fecdd3b3}.focus\:border-rose-200\/75:focus{border-color:#fecdd3bf}.focus\:border-rose-200\/80:focus{border-color:#fecdd3cc}.focus\:border-rose-200\/90:focus{border-color:#fecdd3e6}.focus\:border-rose-200\/95:focus{border-color:#fecdd3f2}.focus\:border-rose-200\/100:focus{border-color:#fecdd3}.focus\:border-rose-300\/0:focus{border-color:#fda4af00}.focus\:border-rose-300\/5:focus{border-color:#fda4af0d}.focus\:border-rose-300\/10:focus{border-color:#fda4af1a}.focus\:border-rose-300\/20:focus{border-color:#fda4af33}.focus\:border-rose-300\/25:focus{border-color:#fda4af40}.focus\:border-rose-300\/30:focus{border-color:#fda4af4d}.focus\:border-rose-300\/40:focus{border-color:#fda4af66}.focus\:border-rose-300\/50:focus{border-color:#fda4af80}.focus\:border-rose-300\/60:focus{border-color:#fda4af99}.focus\:border-rose-300\/70:focus{border-color:#fda4afb3}.focus\:border-rose-300\/75:focus{border-color:#fda4afbf}.focus\:border-rose-300\/80:focus{border-color:#fda4afcc}.focus\:border-rose-300\/90:focus{border-color:#fda4afe6}.focus\:border-rose-300\/95:focus{border-color:#fda4aff2}.focus\:border-rose-300\/100:focus{border-color:#fda4af}.focus\:border-rose-400\/0:focus{border-color:#fb718500}.focus\:border-rose-400\/5:focus{border-color:#fb71850d}.focus\:border-rose-400\/10:focus{border-color:#fb71851a}.focus\:border-rose-400\/20:focus{border-color:#fb718533}.focus\:border-rose-400\/25:focus{border-color:#fb718540}.focus\:border-rose-400\/30:focus{border-color:#fb71854d}.focus\:border-rose-400\/40:focus{border-color:#fb718566}.focus\:border-rose-400\/50:focus{border-color:#fb718580}.focus\:border-rose-400\/60:focus{border-color:#fb718599}.focus\:border-rose-400\/70:focus{border-color:#fb7185b3}.focus\:border-rose-400\/75:focus{border-color:#fb7185bf}.focus\:border-rose-400\/80:focus{border-color:#fb7185cc}.focus\:border-rose-400\/90:focus{border-color:#fb7185e6}.focus\:border-rose-400\/95:focus{border-color:#fb7185f2}.focus\:border-rose-400\/100:focus{border-color:#fb7185}.focus\:border-rose-500\/0:focus{border-color:#f43f5e00}.focus\:border-rose-500\/5:focus{border-color:#f43f5e0d}.focus\:border-rose-500\/10:focus{border-color:#f43f5e1a}.focus\:border-rose-500\/20:focus{border-color:#f43f5e33}.focus\:border-rose-500\/25:focus{border-color:#f43f5e40}.focus\:border-rose-500\/30:focus{border-color:#f43f5e4d}.focus\:border-rose-500\/40:focus{border-color:#f43f5e66}.focus\:border-rose-500\/50:focus{border-color:#f43f5e80}.focus\:border-rose-500\/60:focus{border-color:#f43f5e99}.focus\:border-rose-500\/70:focus{border-color:#f43f5eb3}.focus\:border-rose-500\/75:focus{border-color:#f43f5ebf}.focus\:border-rose-500\/80:focus{border-color:#f43f5ecc}.focus\:border-rose-500\/90:focus{border-color:#f43f5ee6}.focus\:border-rose-500\/95:focus{border-color:#f43f5ef2}.focus\:border-rose-500\/100:focus{border-color:#f43f5e}.focus\:border-rose-600\/0:focus{border-color:#e11d4800}.focus\:border-rose-600\/5:focus{border-color:#e11d480d}.focus\:border-rose-600\/10:focus{border-color:#e11d481a}.focus\:border-rose-600\/20:focus{border-color:#e11d4833}.focus\:border-rose-600\/25:focus{border-color:#e11d4840}.focus\:border-rose-600\/30:focus{border-color:#e11d484d}.focus\:border-rose-600\/40:focus{border-color:#e11d4866}.focus\:border-rose-600\/50:focus{border-color:#e11d4880}.focus\:border-rose-600\/60:focus{border-color:#e11d4899}.focus\:border-rose-600\/70:focus{border-color:#e11d48b3}.focus\:border-rose-600\/75:focus{border-color:#e11d48bf}.focus\:border-rose-600\/80:focus{border-color:#e11d48cc}.focus\:border-rose-600\/90:focus{border-color:#e11d48e6}.focus\:border-rose-600\/95:focus{border-color:#e11d48f2}.focus\:border-rose-600\/100:focus{border-color:#e11d48}.focus\:border-rose-700\/0:focus{border-color:#be123c00}.focus\:border-rose-700\/5:focus{border-color:#be123c0d}.focus\:border-rose-700\/10:focus{border-color:#be123c1a}.focus\:border-rose-700\/20:focus{border-color:#be123c33}.focus\:border-rose-700\/25:focus{border-color:#be123c40}.focus\:border-rose-700\/30:focus{border-color:#be123c4d}.focus\:border-rose-700\/40:focus{border-color:#be123c66}.focus\:border-rose-700\/50:focus{border-color:#be123c80}.focus\:border-rose-700\/60:focus{border-color:#be123c99}.focus\:border-rose-700\/70:focus{border-color:#be123cb3}.focus\:border-rose-700\/75:focus{border-color:#be123cbf}.focus\:border-rose-700\/80:focus{border-color:#be123ccc}.focus\:border-rose-700\/90:focus{border-color:#be123ce6}.focus\:border-rose-700\/95:focus{border-color:#be123cf2}.focus\:border-rose-700\/100:focus{border-color:#be123c}.focus\:border-rose-800\/0:focus{border-color:#9f123900}.focus\:border-rose-800\/5:focus{border-color:#9f12390d}.focus\:border-rose-800\/10:focus{border-color:#9f12391a}.focus\:border-rose-800\/20:focus{border-color:#9f123933}.focus\:border-rose-800\/25:focus{border-color:#9f123940}.focus\:border-rose-800\/30:focus{border-color:#9f12394d}.focus\:border-rose-800\/40:focus{border-color:#9f123966}.focus\:border-rose-800\/50:focus{border-color:#9f123980}.focus\:border-rose-800\/60:focus{border-color:#9f123999}.focus\:border-rose-800\/70:focus{border-color:#9f1239b3}.focus\:border-rose-800\/75:focus{border-color:#9f1239bf}.focus\:border-rose-800\/80:focus{border-color:#9f1239cc}.focus\:border-rose-800\/90:focus{border-color:#9f1239e6}.focus\:border-rose-800\/95:focus{border-color:#9f1239f2}.focus\:border-rose-800\/100:focus{border-color:#9f1239}.focus\:border-rose-900\/0:focus{border-color:#88133700}.focus\:border-rose-900\/5:focus{border-color:#8813370d}.focus\:border-rose-900\/10:focus{border-color:#8813371a}.focus\:border-rose-900\/20:focus{border-color:#88133733}.focus\:border-rose-900\/25:focus{border-color:#88133740}.focus\:border-rose-900\/30:focus{border-color:#8813374d}.focus\:border-rose-900\/40:focus{border-color:#88133766}.focus\:border-rose-900\/50:focus{border-color:#88133780}.focus\:border-rose-900\/60:focus{border-color:#88133799}.focus\:border-rose-900\/70:focus{border-color:#881337b3}.focus\:border-rose-900\/75:focus{border-color:#881337bf}.focus\:border-rose-900\/80:focus{border-color:#881337cc}.focus\:border-rose-900\/90:focus{border-color:#881337e6}.focus\:border-rose-900\/95:focus{border-color:#881337f2}.focus\:border-rose-900\/100:focus{border-color:#881337}.focus\:border-primary-100\/0:focus{border-color:#f2f3f400}.focus\:border-primary-100\/5:focus{border-color:#f2f3f40d}.focus\:border-primary-100\/10:focus{border-color:#f2f3f41a}.focus\:border-primary-100\/20:focus{border-color:#f2f3f433}.focus\:border-primary-100\/25:focus{border-color:#f2f3f440}.focus\:border-primary-100\/30:focus{border-color:#f2f3f44d}.focus\:border-primary-100\/40:focus{border-color:#f2f3f466}.focus\:border-primary-100\/50:focus{border-color:#f2f3f480}.focus\:border-primary-100\/60:focus{border-color:#f2f3f499}.focus\:border-primary-100\/70:focus{border-color:#f2f3f4b3}.focus\:border-primary-100\/75:focus{border-color:#f2f3f4bf}.focus\:border-primary-100\/80:focus{border-color:#f2f3f4cc}.focus\:border-primary-100\/90:focus{border-color:#f2f3f4e6}.focus\:border-primary-100\/95:focus{border-color:#f2f3f4f2}.focus\:border-primary-100\/100:focus{border-color:#f2f3f4}.focus\:border-primary-200\/0:focus{border-color:#e8e8f000}.focus\:border-primary-200\/5:focus{border-color:#e8e8f00d}.focus\:border-primary-200\/10:focus{border-color:#e8e8f01a}.focus\:border-primary-200\/20:focus{border-color:#e8e8f033}.focus\:border-primary-200\/25:focus{border-color:#e8e8f040}.focus\:border-primary-200\/30:focus{border-color:#e8e8f04d}.focus\:border-primary-200\/40:focus{border-color:#e8e8f066}.focus\:border-primary-200\/50:focus{border-color:#e8e8f080}.focus\:border-primary-200\/60:focus{border-color:#e8e8f099}.focus\:border-primary-200\/70:focus{border-color:#e8e8f0b3}.focus\:border-primary-200\/75:focus{border-color:#e8e8f0bf}.focus\:border-primary-200\/80:focus{border-color:#e8e8f0cc}.focus\:border-primary-200\/90:focus{border-color:#e8e8f0e6}.focus\:border-primary-200\/95:focus{border-color:#e8e8f0f2}.focus\:border-primary-200\/100:focus{border-color:#e8e8f0}.focus\:border-primary-300\/0:focus{border-color:#d0d0e100}.focus\:border-primary-300\/5:focus{border-color:#d0d0e10d}.focus\:border-primary-300\/10:focus{border-color:#d0d0e11a}.focus\:border-primary-300\/20:focus{border-color:#d0d0e133}.focus\:border-primary-300\/25:focus{border-color:#d0d0e140}.focus\:border-primary-300\/30:focus{border-color:#d0d0e14d}.focus\:border-primary-300\/40:focus{border-color:#d0d0e166}.focus\:border-primary-300\/50:focus{border-color:#d0d0e180}.focus\:border-primary-300\/60:focus{border-color:#d0d0e199}.focus\:border-primary-300\/70:focus{border-color:#d0d0e1b3}.focus\:border-primary-300\/75:focus{border-color:#d0d0e1bf}.focus\:border-primary-300\/80:focus{border-color:#d0d0e1cc}.focus\:border-primary-300\/90:focus{border-color:#d0d0e1e6}.focus\:border-primary-300\/95:focus{border-color:#d0d0e1f2}.focus\:border-primary-300\/100:focus{border-color:#d0d0e1}.focus\:border-primary-400\/0:focus{border-color:#b4b4d100}.focus\:border-primary-400\/5:focus{border-color:#b4b4d10d}.focus\:border-primary-400\/10:focus{border-color:#b4b4d11a}.focus\:border-primary-400\/20:focus{border-color:#b4b4d133}.focus\:border-primary-400\/25:focus{border-color:#b4b4d140}.focus\:border-primary-400\/30:focus{border-color:#b4b4d14d}.focus\:border-primary-400\/40:focus{border-color:#b4b4d166}.focus\:border-primary-400\/50:focus{border-color:#b4b4d180}.focus\:border-primary-400\/60:focus{border-color:#b4b4d199}.focus\:border-primary-400\/70:focus{border-color:#b4b4d1b3}.focus\:border-primary-400\/75:focus{border-color:#b4b4d1bf}.focus\:border-primary-400\/80:focus{border-color:#b4b4d1cc}.focus\:border-primary-400\/90:focus{border-color:#b4b4d1e6}.focus\:border-primary-400\/95:focus{border-color:#b4b4d1f2}.focus\:border-primary-400\/100:focus{border-color:#b4b4d1}.focus\:border-primary-500\/0:focus{border-color:#9393bf00}.focus\:border-primary-500\/5:focus{border-color:#9393bf0d}.focus\:border-primary-500\/10:focus{border-color:#9393bf1a}.focus\:border-primary-500\/20:focus{border-color:#9393bf33}.focus\:border-primary-500\/25:focus{border-color:#9393bf40}.focus\:border-primary-500\/30:focus{border-color:#9393bf4d}.focus\:border-primary-500\/40:focus{border-color:#9393bf66}.focus\:border-primary-500\/50:focus{border-color:#9393bf80}.focus\:border-primary-500\/60:focus{border-color:#9393bf99}.focus\:border-primary-500\/70:focus{border-color:#9393bfb3}.focus\:border-primary-500\/75:focus{border-color:#9393bfbf}.focus\:border-primary-500\/80:focus{border-color:#9393bfcc}.focus\:border-primary-500\/90:focus{border-color:#9393bfe6}.focus\:border-primary-500\/95:focus{border-color:#9393bff2}.focus\:border-primary-500\/100:focus{border-color:#9393bf}.focus\:border-primary-600\/0:focus{border-color:#6868ac00}.focus\:border-primary-600\/5:focus{border-color:#6868ac0d}.focus\:border-primary-600\/10:focus{border-color:#6868ac1a}.focus\:border-primary-600\/20:focus{border-color:#6868ac33}.focus\:border-primary-600\/25:focus{border-color:#6868ac40}.focus\:border-primary-600\/30:focus{border-color:#6868ac4d}.focus\:border-primary-600\/40:focus{border-color:#6868ac66}.focus\:border-primary-600\/50:focus{border-color:#6868ac80}.focus\:border-primary-600\/60:focus{border-color:#6868ac99}.focus\:border-primary-600\/70:focus{border-color:#6868acb3}.focus\:border-primary-600\/75:focus{border-color:#6868acbf}.focus\:border-primary-600\/80:focus{border-color:#6868accc}.focus\:border-primary-600\/90:focus{border-color:#6868ace6}.focus\:border-primary-600\/95:focus{border-color:#6868acf2}.focus\:border-primary-600\/100:focus{border-color:#6868ac}.focus\:border-primary-700\/0:focus{border-color:#5d5d9900}.focus\:border-primary-700\/5:focus{border-color:#5d5d990d}.focus\:border-primary-700\/10:focus{border-color:#5d5d991a}.focus\:border-primary-700\/20:focus{border-color:#5d5d9933}.focus\:border-primary-700\/25:focus{border-color:#5d5d9940}.focus\:border-primary-700\/30:focus{border-color:#5d5d994d}.focus\:border-primary-700\/40:focus{border-color:#5d5d9966}.focus\:border-primary-700\/50:focus{border-color:#5d5d9980}.focus\:border-primary-700\/60:focus{border-color:#5d5d9999}.focus\:border-primary-700\/70:focus{border-color:#5d5d99b3}.focus\:border-primary-700\/75:focus{border-color:#5d5d99bf}.focus\:border-primary-700\/80:focus{border-color:#5d5d99cc}.focus\:border-primary-700\/90:focus{border-color:#5d5d99e6}.focus\:border-primary-700\/95:focus{border-color:#5d5d99f2}.focus\:border-primary-700\/100:focus{border-color:#5d5d99}.focus\:border-primary-800\/0:focus{border-color:#50508500}.focus\:border-primary-800\/5:focus{border-color:#5050850d}.focus\:border-primary-800\/10:focus{border-color:#5050851a}.focus\:border-primary-800\/20:focus{border-color:#50508533}.focus\:border-primary-800\/25:focus{border-color:#50508540}.focus\:border-primary-800\/30:focus{border-color:#5050854d}.focus\:border-primary-800\/40:focus{border-color:#50508566}.focus\:border-primary-800\/50:focus{border-color:#50508580}.focus\:border-primary-800\/60:focus{border-color:#50508599}.focus\:border-primary-800\/70:focus{border-color:#505085b3}.focus\:border-primary-800\/75:focus{border-color:#505085bf}.focus\:border-primary-800\/80:focus{border-color:#505085cc}.focus\:border-primary-800\/90:focus{border-color:#505085e6}.focus\:border-primary-800\/95:focus{border-color:#505085f2}.focus\:border-primary-800\/100:focus{border-color:#505085}.focus\:border-primary-900\/0:focus{border-color:#41416c00}.focus\:border-primary-900\/5:focus{border-color:#41416c0d}.focus\:border-primary-900\/10:focus{border-color:#41416c1a}.focus\:border-primary-900\/20:focus{border-color:#41416c33}.focus\:border-primary-900\/25:focus{border-color:#41416c40}.focus\:border-primary-900\/30:focus{border-color:#41416c4d}.focus\:border-primary-900\/40:focus{border-color:#41416c66}.focus\:border-primary-900\/50:focus{border-color:#41416c80}.focus\:border-primary-900\/60:focus{border-color:#41416c99}.focus\:border-primary-900\/70:focus{border-color:#41416cb3}.focus\:border-primary-900\/75:focus{border-color:#41416cbf}.focus\:border-primary-900\/80:focus{border-color:#41416ccc}.focus\:border-primary-900\/90:focus{border-color:#41416ce6}.focus\:border-primary-900\/95:focus{border-color:#41416cf2}.focus\:border-primary-900\/100:focus{border-color:#41416c}.focus\:border-primary-1000\/0:focus{border-color:#2e2e4c00}.focus\:border-primary-1000\/5:focus{border-color:#2e2e4c0d}.focus\:border-primary-1000\/10:focus{border-color:#2e2e4c1a}.focus\:border-primary-1000\/20:focus{border-color:#2e2e4c33}.focus\:border-primary-1000\/25:focus{border-color:#2e2e4c40}.focus\:border-primary-1000\/30:focus{border-color:#2e2e4c4d}.focus\:border-primary-1000\/40:focus{border-color:#2e2e4c66}.focus\:border-primary-1000\/50:focus{border-color:#2e2e4c80}.focus\:border-primary-1000\/60:focus{border-color:#2e2e4c99}.focus\:border-primary-1000\/70:focus{border-color:#2e2e4cb3}.focus\:border-primary-1000\/75:focus{border-color:#2e2e4cbf}.focus\:border-primary-1000\/80:focus{border-color:#2e2e4ccc}.focus\:border-primary-1000\/90:focus{border-color:#2e2e4ce6}.focus\:border-primary-1000\/95:focus{border-color:#2e2e4cf2}.focus\:border-primary-1000\/100:focus{border-color:#2e2e4c}.focus\:border-primary-highlight-100\/0:focus{border-color:#f7f5fe00}.focus\:border-primary-highlight-100\/5:focus{border-color:#f7f5fe0d}.focus\:border-primary-highlight-100\/10:focus{border-color:#f7f5fe1a}.focus\:border-primary-highlight-100\/20:focus{border-color:#f7f5fe33}.focus\:border-primary-highlight-100\/25:focus{border-color:#f7f5fe40}.focus\:border-primary-highlight-100\/30:focus{border-color:#f7f5fe4d}.focus\:border-primary-highlight-100\/40:focus{border-color:#f7f5fe66}.focus\:border-primary-highlight-100\/50:focus{border-color:#f7f5fe80}.focus\:border-primary-highlight-100\/60:focus{border-color:#f7f5fe99}.focus\:border-primary-highlight-100\/70:focus{border-color:#f7f5feb3}.focus\:border-primary-highlight-100\/75:focus{border-color:#f7f5febf}.focus\:border-primary-highlight-100\/80:focus{border-color:#f7f5fecc}.focus\:border-primary-highlight-100\/90:focus{border-color:#f7f5fee6}.focus\:border-primary-highlight-100\/95:focus{border-color:#f7f5fef2}.focus\:border-primary-highlight-100\/100:focus{border-color:#f7f5fe}.focus\:border-primary-highlight-200\/0:focus{border-color:#efecfe00}.focus\:border-primary-highlight-200\/5:focus{border-color:#efecfe0d}.focus\:border-primary-highlight-200\/10:focus{border-color:#efecfe1a}.focus\:border-primary-highlight-200\/20:focus{border-color:#efecfe33}.focus\:border-primary-highlight-200\/25:focus{border-color:#efecfe40}.focus\:border-primary-highlight-200\/30:focus{border-color:#efecfe4d}.focus\:border-primary-highlight-200\/40:focus{border-color:#efecfe66}.focus\:border-primary-highlight-200\/50:focus{border-color:#efecfe80}.focus\:border-primary-highlight-200\/60:focus{border-color:#efecfe99}.focus\:border-primary-highlight-200\/70:focus{border-color:#efecfeb3}.focus\:border-primary-highlight-200\/75:focus{border-color:#efecfebf}.focus\:border-primary-highlight-200\/80:focus{border-color:#efecfecc}.focus\:border-primary-highlight-200\/90:focus{border-color:#efecfee6}.focus\:border-primary-highlight-200\/95:focus{border-color:#efecfef2}.focus\:border-primary-highlight-200\/100:focus{border-color:#efecfe}.focus\:border-primary-highlight-300\/0:focus{border-color:#dfd8fd00}.focus\:border-primary-highlight-300\/5:focus{border-color:#dfd8fd0d}.focus\:border-primary-highlight-300\/10:focus{border-color:#dfd8fd1a}.focus\:border-primary-highlight-300\/20:focus{border-color:#dfd8fd33}.focus\:border-primary-highlight-300\/25:focus{border-color:#dfd8fd40}.focus\:border-primary-highlight-300\/30:focus{border-color:#dfd8fd4d}.focus\:border-primary-highlight-300\/40:focus{border-color:#dfd8fd66}.focus\:border-primary-highlight-300\/50:focus{border-color:#dfd8fd80}.focus\:border-primary-highlight-300\/60:focus{border-color:#dfd8fd99}.focus\:border-primary-highlight-300\/70:focus{border-color:#dfd8fdb3}.focus\:border-primary-highlight-300\/75:focus{border-color:#dfd8fdbf}.focus\:border-primary-highlight-300\/80:focus{border-color:#dfd8fdcc}.focus\:border-primary-highlight-300\/90:focus{border-color:#dfd8fde6}.focus\:border-primary-highlight-300\/95:focus{border-color:#dfd8fdf2}.focus\:border-primary-highlight-300\/100:focus{border-color:#dfd8fd}.focus\:border-primary-highlight-400\/0:focus{border-color:#cec1fc00}.focus\:border-primary-highlight-400\/5:focus{border-color:#cec1fc0d}.focus\:border-primary-highlight-400\/10:focus{border-color:#cec1fc1a}.focus\:border-primary-highlight-400\/20:focus{border-color:#cec1fc33}.focus\:border-primary-highlight-400\/25:focus{border-color:#cec1fc40}.focus\:border-primary-highlight-400\/30:focus{border-color:#cec1fc4d}.focus\:border-primary-highlight-400\/40:focus{border-color:#cec1fc66}.focus\:border-primary-highlight-400\/50:focus{border-color:#cec1fc80}.focus\:border-primary-highlight-400\/60:focus{border-color:#cec1fc99}.focus\:border-primary-highlight-400\/70:focus{border-color:#cec1fcb3}.focus\:border-primary-highlight-400\/75:focus{border-color:#cec1fcbf}.focus\:border-primary-highlight-400\/80:focus{border-color:#cec1fccc}.focus\:border-primary-highlight-400\/90:focus{border-color:#cec1fce6}.focus\:border-primary-highlight-400\/95:focus{border-color:#cec1fcf2}.focus\:border-primary-highlight-400\/100:focus{border-color:#cec1fc}.focus\:border-primary-highlight-500\/0:focus{border-color:#bba8fb00}.focus\:border-primary-highlight-500\/5:focus{border-color:#bba8fb0d}.focus\:border-primary-highlight-500\/10:focus{border-color:#bba8fb1a}.focus\:border-primary-highlight-500\/20:focus{border-color:#bba8fb33}.focus\:border-primary-highlight-500\/25:focus{border-color:#bba8fb40}.focus\:border-primary-highlight-500\/30:focus{border-color:#bba8fb4d}.focus\:border-primary-highlight-500\/40:focus{border-color:#bba8fb66}.focus\:border-primary-highlight-500\/50:focus{border-color:#bba8fb80}.focus\:border-primary-highlight-500\/60:focus{border-color:#bba8fb99}.focus\:border-primary-highlight-500\/70:focus{border-color:#bba8fbb3}.focus\:border-primary-highlight-500\/75:focus{border-color:#bba8fbbf}.focus\:border-primary-highlight-500\/80:focus{border-color:#bba8fbcc}.focus\:border-primary-highlight-500\/90:focus{border-color:#bba8fbe6}.focus\:border-primary-highlight-500\/95:focus{border-color:#bba8fbf2}.focus\:border-primary-highlight-500\/100:focus{border-color:#bba8fb}.focus\:border-primary-highlight-600\/0:focus{border-color:#a78bfa00}.focus\:border-primary-highlight-600\/5:focus{border-color:#a78bfa0d}.focus\:border-primary-highlight-600\/10:focus{border-color:#a78bfa1a}.focus\:border-primary-highlight-600\/20:focus{border-color:#a78bfa33}.focus\:border-primary-highlight-600\/25:focus{border-color:#a78bfa40}.focus\:border-primary-highlight-600\/30:focus{border-color:#a78bfa4d}.focus\:border-primary-highlight-600\/40:focus{border-color:#a78bfa66}.focus\:border-primary-highlight-600\/50:focus{border-color:#a78bfa80}.focus\:border-primary-highlight-600\/60:focus{border-color:#a78bfa99}.focus\:border-primary-highlight-600\/70:focus{border-color:#a78bfab3}.focus\:border-primary-highlight-600\/75:focus{border-color:#a78bfabf}.focus\:border-primary-highlight-600\/80:focus{border-color:#a78bfacc}.focus\:border-primary-highlight-600\/90:focus{border-color:#a78bfae6}.focus\:border-primary-highlight-600\/95:focus{border-color:#a78bfaf2}.focus\:border-primary-highlight-600\/100:focus{border-color:#a78bfa}.focus\:border-primary-highlight-700\/0:focus{border-color:#957cdf00}.focus\:border-primary-highlight-700\/5:focus{border-color:#957cdf0d}.focus\:border-primary-highlight-700\/10:focus{border-color:#957cdf1a}.focus\:border-primary-highlight-700\/20:focus{border-color:#957cdf33}.focus\:border-primary-highlight-700\/25:focus{border-color:#957cdf40}.focus\:border-primary-highlight-700\/30:focus{border-color:#957cdf4d}.focus\:border-primary-highlight-700\/40:focus{border-color:#957cdf66}.focus\:border-primary-highlight-700\/50:focus{border-color:#957cdf80}.focus\:border-primary-highlight-700\/60:focus{border-color:#957cdf99}.focus\:border-primary-highlight-700\/70:focus{border-color:#957cdfb3}.focus\:border-primary-highlight-700\/75:focus{border-color:#957cdfbf}.focus\:border-primary-highlight-700\/80:focus{border-color:#957cdfcc}.focus\:border-primary-highlight-700\/90:focus{border-color:#957cdfe6}.focus\:border-primary-highlight-700\/95:focus{border-color:#957cdff2}.focus\:border-primary-highlight-700\/100:focus{border-color:#957cdf}.focus\:border-primary-highlight-800\/0:focus{border-color:#816bc100}.focus\:border-primary-highlight-800\/5:focus{border-color:#816bc10d}.focus\:border-primary-highlight-800\/10:focus{border-color:#816bc11a}.focus\:border-primary-highlight-800\/20:focus{border-color:#816bc133}.focus\:border-primary-highlight-800\/25:focus{border-color:#816bc140}.focus\:border-primary-highlight-800\/30:focus{border-color:#816bc14d}.focus\:border-primary-highlight-800\/40:focus{border-color:#816bc166}.focus\:border-primary-highlight-800\/50:focus{border-color:#816bc180}.focus\:border-primary-highlight-800\/60:focus{border-color:#816bc199}.focus\:border-primary-highlight-800\/70:focus{border-color:#816bc1b3}.focus\:border-primary-highlight-800\/75:focus{border-color:#816bc1bf}.focus\:border-primary-highlight-800\/80:focus{border-color:#816bc1cc}.focus\:border-primary-highlight-800\/90:focus{border-color:#816bc1e6}.focus\:border-primary-highlight-800\/95:focus{border-color:#816bc1f2}.focus\:border-primary-highlight-800\/100:focus{border-color:#816bc1}.focus\:border-primary-highlight-900\/0:focus{border-color:#69579e00}.focus\:border-primary-highlight-900\/5:focus{border-color:#69579e0d}.focus\:border-primary-highlight-900\/10:focus{border-color:#69579e1a}.focus\:border-primary-highlight-900\/20:focus{border-color:#69579e33}.focus\:border-primary-highlight-900\/25:focus{border-color:#69579e40}.focus\:border-primary-highlight-900\/30:focus{border-color:#69579e4d}.focus\:border-primary-highlight-900\/40:focus{border-color:#69579e66}.focus\:border-primary-highlight-900\/50:focus{border-color:#69579e80}.focus\:border-primary-highlight-900\/60:focus{border-color:#69579e99}.focus\:border-primary-highlight-900\/70:focus{border-color:#69579eb3}.focus\:border-primary-highlight-900\/75:focus{border-color:#69579ebf}.focus\:border-primary-highlight-900\/80:focus{border-color:#69579ecc}.focus\:border-primary-highlight-900\/90:focus{border-color:#69579ee6}.focus\:border-primary-highlight-900\/95:focus{border-color:#69579ef2}.focus\:border-primary-highlight-900\/100:focus{border-color:#69579e}.focus\:border-primary-highlight-1000\/0:focus{border-color:#4a3e6f00}.focus\:border-primary-highlight-1000\/5:focus{border-color:#4a3e6f0d}.focus\:border-primary-highlight-1000\/10:focus{border-color:#4a3e6f1a}.focus\:border-primary-highlight-1000\/20:focus{border-color:#4a3e6f33}.focus\:border-primary-highlight-1000\/25:focus{border-color:#4a3e6f40}.focus\:border-primary-highlight-1000\/30:focus{border-color:#4a3e6f4d}.focus\:border-primary-highlight-1000\/40:focus{border-color:#4a3e6f66}.focus\:border-primary-highlight-1000\/50:focus{border-color:#4a3e6f80}.focus\:border-primary-highlight-1000\/60:focus{border-color:#4a3e6f99}.focus\:border-primary-highlight-1000\/70:focus{border-color:#4a3e6fb3}.focus\:border-primary-highlight-1000\/75:focus{border-color:#4a3e6fbf}.focus\:border-primary-highlight-1000\/80:focus{border-color:#4a3e6fcc}.focus\:border-primary-highlight-1000\/90:focus{border-color:#4a3e6fe6}.focus\:border-primary-highlight-1000\/95:focus{border-color:#4a3e6ff2}.focus\:border-primary-highlight-1000\/100:focus{border-color:#4a3e6f}.focus\:border-secondary-100\/0:focus{border-color:#fef7f200}.focus\:border-secondary-100\/5:focus{border-color:#fef7f20d}.focus\:border-secondary-100\/10:focus{border-color:#fef7f21a}.focus\:border-secondary-100\/20:focus{border-color:#fef7f233}.focus\:border-secondary-100\/25:focus{border-color:#fef7f240}.focus\:border-secondary-100\/30:focus{border-color:#fef7f24d}.focus\:border-secondary-100\/40:focus{border-color:#fef7f266}.focus\:border-secondary-100\/50:focus{border-color:#fef7f280}.focus\:border-secondary-100\/60:focus{border-color:#fef7f299}.focus\:border-secondary-100\/70:focus{border-color:#fef7f2b3}.focus\:border-secondary-100\/75:focus{border-color:#fef7f2bf}.focus\:border-secondary-100\/80:focus{border-color:#fef7f2cc}.focus\:border-secondary-100\/90:focus{border-color:#fef7f2e6}.focus\:border-secondary-100\/95:focus{border-color:#fef7f2f2}.focus\:border-secondary-100\/100:focus{border-color:#fef7f2}.focus\:border-secondary-200\/0:focus{border-color:#fef0e400}.focus\:border-secondary-200\/5:focus{border-color:#fef0e40d}.focus\:border-secondary-200\/10:focus{border-color:#fef0e41a}.focus\:border-secondary-200\/20:focus{border-color:#fef0e433}.focus\:border-secondary-200\/25:focus{border-color:#fef0e440}.focus\:border-secondary-200\/30:focus{border-color:#fef0e44d}.focus\:border-secondary-200\/40:focus{border-color:#fef0e466}.focus\:border-secondary-200\/50:focus{border-color:#fef0e480}.focus\:border-secondary-200\/60:focus{border-color:#fef0e499}.focus\:border-secondary-200\/70:focus{border-color:#fef0e4b3}.focus\:border-secondary-200\/75:focus{border-color:#fef0e4bf}.focus\:border-secondary-200\/80:focus{border-color:#fef0e4cc}.focus\:border-secondary-200\/90:focus{border-color:#fef0e4e6}.focus\:border-secondary-200\/95:focus{border-color:#fef0e4f2}.focus\:border-secondary-200\/100:focus{border-color:#fef0e4}.focus\:border-secondary-300\/0:focus{border-color:#fde1c600}.focus\:border-secondary-300\/5:focus{border-color:#fde1c60d}.focus\:border-secondary-300\/10:focus{border-color:#fde1c61a}.focus\:border-secondary-300\/20:focus{border-color:#fde1c633}.focus\:border-secondary-300\/25:focus{border-color:#fde1c640}.focus\:border-secondary-300\/30:focus{border-color:#fde1c64d}.focus\:border-secondary-300\/40:focus{border-color:#fde1c666}.focus\:border-secondary-300\/50:focus{border-color:#fde1c680}.focus\:border-secondary-300\/60:focus{border-color:#fde1c699}.focus\:border-secondary-300\/70:focus{border-color:#fde1c6b3}.focus\:border-secondary-300\/75:focus{border-color:#fde1c6bf}.focus\:border-secondary-300\/80:focus{border-color:#fde1c6cc}.focus\:border-secondary-300\/90:focus{border-color:#fde1c6e6}.focus\:border-secondary-300\/95:focus{border-color:#fde1c6f2}.focus\:border-secondary-300\/100:focus{border-color:#fde1c6}.focus\:border-secondary-400\/0:focus{border-color:#fcd1a200}.focus\:border-secondary-400\/5:focus{border-color:#fcd1a20d}.focus\:border-secondary-400\/10:focus{border-color:#fcd1a21a}.focus\:border-secondary-400\/20:focus{border-color:#fcd1a233}.focus\:border-secondary-400\/25:focus{border-color:#fcd1a240}.focus\:border-secondary-400\/30:focus{border-color:#fcd1a24d}.focus\:border-secondary-400\/40:focus{border-color:#fcd1a266}.focus\:border-secondary-400\/50:focus{border-color:#fcd1a280}.focus\:border-secondary-400\/60:focus{border-color:#fcd1a299}.focus\:border-secondary-400\/70:focus{border-color:#fcd1a2b3}.focus\:border-secondary-400\/75:focus{border-color:#fcd1a2bf}.focus\:border-secondary-400\/80:focus{border-color:#fcd1a2cc}.focus\:border-secondary-400\/90:focus{border-color:#fcd1a2e6}.focus\:border-secondary-400\/95:focus{border-color:#fcd1a2f2}.focus\:border-secondary-400\/100:focus{border-color:#fcd1a2}.focus\:border-secondary-500\/0:focus{border-color:#fbbf7500}.focus\:border-secondary-500\/5:focus{border-color:#fbbf750d}.focus\:border-secondary-500\/10:focus{border-color:#fbbf751a}.focus\:border-secondary-500\/20:focus{border-color:#fbbf7533}.focus\:border-secondary-500\/25:focus{border-color:#fbbf7540}.focus\:border-secondary-500\/30:focus{border-color:#fbbf754d}.focus\:border-secondary-500\/40:focus{border-color:#fbbf7566}.focus\:border-secondary-500\/50:focus{border-color:#fbbf7580}.focus\:border-secondary-500\/60:focus{border-color:#fbbf7599}.focus\:border-secondary-500\/70:focus{border-color:#fbbf75b3}.focus\:border-secondary-500\/75:focus{border-color:#fbbf75bf}.focus\:border-secondary-500\/80:focus{border-color:#fbbf75cc}.focus\:border-secondary-500\/90:focus{border-color:#fbbf75e6}.focus\:border-secondary-500\/95:focus{border-color:#fbbf75f2}.focus\:border-secondary-500\/100:focus{border-color:#fbbf75}.focus\:border-secondary-600\/0:focus{border-color:#faac1e00}.focus\:border-secondary-600\/5:focus{border-color:#faac1e0d}.focus\:border-secondary-600\/10:focus{border-color:#faac1e1a}.focus\:border-secondary-600\/20:focus{border-color:#faac1e33}.focus\:border-secondary-600\/25:focus{border-color:#faac1e40}.focus\:border-secondary-600\/30:focus{border-color:#faac1e4d}.focus\:border-secondary-600\/40:focus{border-color:#faac1e66}.focus\:border-secondary-600\/50:focus{border-color:#faac1e80}.focus\:border-secondary-600\/60:focus{border-color:#faac1e99}.focus\:border-secondary-600\/70:focus{border-color:#faac1eb3}.focus\:border-secondary-600\/75:focus{border-color:#faac1ebf}.focus\:border-secondary-600\/80:focus{border-color:#faac1ecc}.focus\:border-secondary-600\/90:focus{border-color:#faac1ee6}.focus\:border-secondary-600\/95:focus{border-color:#faac1ef2}.focus\:border-secondary-600\/100:focus{border-color:#faac1e}.focus\:border-secondary-700\/0:focus{border-color:#df991a00}.focus\:border-secondary-700\/5:focus{border-color:#df991a0d}.focus\:border-secondary-700\/10:focus{border-color:#df991a1a}.focus\:border-secondary-700\/20:focus{border-color:#df991a33}.focus\:border-secondary-700\/25:focus{border-color:#df991a40}.focus\:border-secondary-700\/30:focus{border-color:#df991a4d}.focus\:border-secondary-700\/40:focus{border-color:#df991a66}.focus\:border-secondary-700\/50:focus{border-color:#df991a80}.focus\:border-secondary-700\/60:focus{border-color:#df991a99}.focus\:border-secondary-700\/70:focus{border-color:#df991ab3}.focus\:border-secondary-700\/75:focus{border-color:#df991abf}.focus\:border-secondary-700\/80:focus{border-color:#df991acc}.focus\:border-secondary-700\/90:focus{border-color:#df991ae6}.focus\:border-secondary-700\/95:focus{border-color:#df991af2}.focus\:border-secondary-700\/100:focus{border-color:#df991a}.focus\:border-secondary-800\/0:focus{border-color:#c1851700}.focus\:border-secondary-800\/5:focus{border-color:#c185170d}.focus\:border-secondary-800\/10:focus{border-color:#c185171a}.focus\:border-secondary-800\/20:focus{border-color:#c1851733}.focus\:border-secondary-800\/25:focus{border-color:#c1851740}.focus\:border-secondary-800\/30:focus{border-color:#c185174d}.focus\:border-secondary-800\/40:focus{border-color:#c1851766}.focus\:border-secondary-800\/50:focus{border-color:#c1851780}.focus\:border-secondary-800\/60:focus{border-color:#c1851799}.focus\:border-secondary-800\/70:focus{border-color:#c18517b3}.focus\:border-secondary-800\/75:focus{border-color:#c18517bf}.focus\:border-secondary-800\/80:focus{border-color:#c18517cc}.focus\:border-secondary-800\/90:focus{border-color:#c18517e6}.focus\:border-secondary-800\/95:focus{border-color:#c18517f2}.focus\:border-secondary-800\/100:focus{border-color:#c18517}.focus\:border-secondary-900\/0:focus{border-color:#9e6c1200}.focus\:border-secondary-900\/5:focus{border-color:#9e6c120d}.focus\:border-secondary-900\/10:focus{border-color:#9e6c121a}.focus\:border-secondary-900\/20:focus{border-color:#9e6c1233}.focus\:border-secondary-900\/25:focus{border-color:#9e6c1240}.focus\:border-secondary-900\/30:focus{border-color:#9e6c124d}.focus\:border-secondary-900\/40:focus{border-color:#9e6c1266}.focus\:border-secondary-900\/50:focus{border-color:#9e6c1280}.focus\:border-secondary-900\/60:focus{border-color:#9e6c1299}.focus\:border-secondary-900\/70:focus{border-color:#9e6c12b3}.focus\:border-secondary-900\/75:focus{border-color:#9e6c12bf}.focus\:border-secondary-900\/80:focus{border-color:#9e6c12cc}.focus\:border-secondary-900\/90:focus{border-color:#9e6c12e6}.focus\:border-secondary-900\/95:focus{border-color:#9e6c12f2}.focus\:border-secondary-900\/100:focus{border-color:#9e6c12}.focus\:border-secondary-1000\/0:focus{border-color:#6f4c0d00}.focus\:border-secondary-1000\/5:focus{border-color:#6f4c0d0d}.focus\:border-secondary-1000\/10:focus{border-color:#6f4c0d1a}.focus\:border-secondary-1000\/20:focus{border-color:#6f4c0d33}.focus\:border-secondary-1000\/25:focus{border-color:#6f4c0d40}.focus\:border-secondary-1000\/30:focus{border-color:#6f4c0d4d}.focus\:border-secondary-1000\/40:focus{border-color:#6f4c0d66}.focus\:border-secondary-1000\/50:focus{border-color:#6f4c0d80}.focus\:border-secondary-1000\/60:focus{border-color:#6f4c0d99}.focus\:border-secondary-1000\/70:focus{border-color:#6f4c0db3}.focus\:border-secondary-1000\/75:focus{border-color:#6f4c0dbf}.focus\:border-secondary-1000\/80:focus{border-color:#6f4c0dcc}.focus\:border-secondary-1000\/90:focus{border-color:#6f4c0de6}.focus\:border-secondary-1000\/95:focus{border-color:#6f4c0df2}.focus\:border-secondary-1000\/100:focus{border-color:#6f4c0d}.focus\:border-grey-100\/0:focus{border-color:#f2f3f400}.focus\:border-grey-100\/5:focus{border-color:#f2f3f40d}.focus\:border-grey-100\/10:focus{border-color:#f2f3f41a}.focus\:border-grey-100\/20:focus{border-color:#f2f3f433}.focus\:border-grey-100\/25:focus{border-color:#f2f3f440}.focus\:border-grey-100\/30:focus{border-color:#f2f3f44d}.focus\:border-grey-100\/40:focus{border-color:#f2f3f466}.focus\:border-grey-100\/50:focus{border-color:#f2f3f480}.focus\:border-grey-100\/60:focus{border-color:#f2f3f499}.focus\:border-grey-100\/70:focus{border-color:#f2f3f4b3}.focus\:border-grey-100\/75:focus{border-color:#f2f3f4bf}.focus\:border-grey-100\/80:focus{border-color:#f2f3f4cc}.focus\:border-grey-100\/90:focus{border-color:#f2f3f4e6}.focus\:border-grey-100\/95:focus{border-color:#f2f3f4f2}.focus\:border-grey-100\/100:focus{border-color:#f2f3f4}.focus\:border-grey-200\/0:focus{border-color:#e6e7e800}.focus\:border-grey-200\/5:focus{border-color:#e6e7e80d}.focus\:border-grey-200\/10:focus{border-color:#e6e7e81a}.focus\:border-grey-200\/20:focus{border-color:#e6e7e833}.focus\:border-grey-200\/25:focus{border-color:#e6e7e840}.focus\:border-grey-200\/30:focus{border-color:#e6e7e84d}.focus\:border-grey-200\/40:focus{border-color:#e6e7e866}.focus\:border-grey-200\/50:focus{border-color:#e6e7e880}.focus\:border-grey-200\/60:focus{border-color:#e6e7e899}.focus\:border-grey-200\/70:focus{border-color:#e6e7e8b3}.focus\:border-grey-200\/75:focus{border-color:#e6e7e8bf}.focus\:border-grey-200\/80:focus{border-color:#e6e7e8cc}.focus\:border-grey-200\/90:focus{border-color:#e6e7e8e6}.focus\:border-grey-200\/95:focus{border-color:#e6e7e8f2}.focus\:border-grey-200\/100:focus{border-color:#e6e7e8}.focus\:border-grey-300\/0:focus{border-color:#caccd000}.focus\:border-grey-300\/5:focus{border-color:#caccd00d}.focus\:border-grey-300\/10:focus{border-color:#caccd01a}.focus\:border-grey-300\/20:focus{border-color:#caccd033}.focus\:border-grey-300\/25:focus{border-color:#caccd040}.focus\:border-grey-300\/30:focus{border-color:#caccd04d}.focus\:border-grey-300\/40:focus{border-color:#caccd066}.focus\:border-grey-300\/50:focus{border-color:#caccd080}.focus\:border-grey-300\/60:focus{border-color:#caccd099}.focus\:border-grey-300\/70:focus{border-color:#caccd0b3}.focus\:border-grey-300\/75:focus{border-color:#caccd0bf}.focus\:border-grey-300\/80:focus{border-color:#caccd0cc}.focus\:border-grey-300\/90:focus{border-color:#caccd0e6}.focus\:border-grey-300\/95:focus{border-color:#caccd0f2}.focus\:border-grey-300\/100:focus{border-color:#caccd0}.focus\:border-grey-400\/0:focus{border-color:#aaaeb400}.focus\:border-grey-400\/5:focus{border-color:#aaaeb40d}.focus\:border-grey-400\/10:focus{border-color:#aaaeb41a}.focus\:border-grey-400\/20:focus{border-color:#aaaeb433}.focus\:border-grey-400\/25:focus{border-color:#aaaeb440}.focus\:border-grey-400\/30:focus{border-color:#aaaeb44d}.focus\:border-grey-400\/40:focus{border-color:#aaaeb466}.focus\:border-grey-400\/50:focus{border-color:#aaaeb480}.focus\:border-grey-400\/60:focus{border-color:#aaaeb499}.focus\:border-grey-400\/70:focus{border-color:#aaaeb4b3}.focus\:border-grey-400\/75:focus{border-color:#aaaeb4bf}.focus\:border-grey-400\/80:focus{border-color:#aaaeb4cc}.focus\:border-grey-400\/90:focus{border-color:#aaaeb4e6}.focus\:border-grey-400\/95:focus{border-color:#aaaeb4f2}.focus\:border-grey-400\/100:focus{border-color:#aaaeb4}.focus\:border-grey-500\/0:focus{border-color:#82899300}.focus\:border-grey-500\/5:focus{border-color:#8289930d}.focus\:border-grey-500\/10:focus{border-color:#8289931a}.focus\:border-grey-500\/20:focus{border-color:#82899333}.focus\:border-grey-500\/25:focus{border-color:#82899340}.focus\:border-grey-500\/30:focus{border-color:#8289934d}.focus\:border-grey-500\/40:focus{border-color:#82899366}.focus\:border-grey-500\/50:focus{border-color:#82899380}.focus\:border-grey-500\/60:focus{border-color:#82899399}.focus\:border-grey-500\/70:focus{border-color:#828993b3}.focus\:border-grey-500\/75:focus{border-color:#828993bf}.focus\:border-grey-500\/80:focus{border-color:#828993cc}.focus\:border-grey-500\/90:focus{border-color:#828993e6}.focus\:border-grey-500\/95:focus{border-color:#828993f2}.focus\:border-grey-500\/100:focus{border-color:#828993}.focus\:border-grey-600\/0:focus{border-color:#47556900}.focus\:border-grey-600\/5:focus{border-color:#4755690d}.focus\:border-grey-600\/10:focus{border-color:#4755691a}.focus\:border-grey-600\/20:focus{border-color:#47556933}.focus\:border-grey-600\/25:focus{border-color:#47556940}.focus\:border-grey-600\/30:focus{border-color:#4755694d}.focus\:border-grey-600\/40:focus{border-color:#47556966}.focus\:border-grey-600\/50:focus{border-color:#47556980}.focus\:border-grey-600\/60:focus{border-color:#47556999}.focus\:border-grey-600\/70:focus{border-color:#475569b3}.focus\:border-grey-600\/75:focus{border-color:#475569bf}.focus\:border-grey-600\/80:focus{border-color:#475569cc}.focus\:border-grey-600\/90:focus{border-color:#475569e6}.focus\:border-grey-600\/95:focus{border-color:#475569f2}.focus\:border-grey-600\/100:focus{border-color:#475569}.focus\:border-grey-700\/0:focus{border-color:#3f4c5d00}.focus\:border-grey-700\/5:focus{border-color:#3f4c5d0d}.focus\:border-grey-700\/10:focus{border-color:#3f4c5d1a}.focus\:border-grey-700\/20:focus{border-color:#3f4c5d33}.focus\:border-grey-700\/25:focus{border-color:#3f4c5d40}.focus\:border-grey-700\/30:focus{border-color:#3f4c5d4d}.focus\:border-grey-700\/40:focus{border-color:#3f4c5d66}.focus\:border-grey-700\/50:focus{border-color:#3f4c5d80}.focus\:border-grey-700\/60:focus{border-color:#3f4c5d99}.focus\:border-grey-700\/70:focus{border-color:#3f4c5db3}.focus\:border-grey-700\/75:focus{border-color:#3f4c5dbf}.focus\:border-grey-700\/80:focus{border-color:#3f4c5dcc}.focus\:border-grey-700\/90:focus{border-color:#3f4c5de6}.focus\:border-grey-700\/95:focus{border-color:#3f4c5df2}.focus\:border-grey-700\/100:focus{border-color:#3f4c5d}.focus\:border-grey-800\/0:focus{border-color:#36415100}.focus\:border-grey-800\/5:focus{border-color:#3641510d}.focus\:border-grey-800\/10:focus{border-color:#3641511a}.focus\:border-grey-800\/20:focus{border-color:#36415133}.focus\:border-grey-800\/25:focus{border-color:#36415140}.focus\:border-grey-800\/30:focus{border-color:#3641514d}.focus\:border-grey-800\/40:focus{border-color:#36415166}.focus\:border-grey-800\/50:focus{border-color:#36415180}.focus\:border-grey-800\/60:focus{border-color:#36415199}.focus\:border-grey-800\/70:focus{border-color:#364151b3}.focus\:border-grey-800\/75:focus{border-color:#364151bf}.focus\:border-grey-800\/80:focus{border-color:#364151cc}.focus\:border-grey-800\/90:focus{border-color:#364151e6}.focus\:border-grey-800\/95:focus{border-color:#364151f2}.focus\:border-grey-800\/100:focus{border-color:#364151}.focus\:border-grey-900\/0:focus{border-color:#2c354200}.focus\:border-grey-900\/5:focus{border-color:#2c35420d}.focus\:border-grey-900\/10:focus{border-color:#2c35421a}.focus\:border-grey-900\/20:focus{border-color:#2c354233}.focus\:border-grey-900\/25:focus{border-color:#2c354240}.focus\:border-grey-900\/30:focus{border-color:#2c35424d}.focus\:border-grey-900\/40:focus{border-color:#2c354266}.focus\:border-grey-900\/50:focus{border-color:#2c354280}.focus\:border-grey-900\/60:focus{border-color:#2c354299}.focus\:border-grey-900\/70:focus{border-color:#2c3542b3}.focus\:border-grey-900\/75:focus{border-color:#2c3542bf}.focus\:border-grey-900\/80:focus{border-color:#2c3542cc}.focus\:border-grey-900\/90:focus{border-color:#2c3542e6}.focus\:border-grey-900\/95:focus{border-color:#2c3542f2}.focus\:border-grey-900\/100:focus{border-color:#2c3542}.focus\:border-grey-1000\/0:focus{border-color:#1f262e00}.focus\:border-grey-1000\/5:focus{border-color:#1f262e0d}.focus\:border-grey-1000\/10:focus{border-color:#1f262e1a}.focus\:border-grey-1000\/20:focus{border-color:#1f262e33}.focus\:border-grey-1000\/25:focus{border-color:#1f262e40}.focus\:border-grey-1000\/30:focus{border-color:#1f262e4d}.focus\:border-grey-1000\/40:focus{border-color:#1f262e66}.focus\:border-grey-1000\/50:focus{border-color:#1f262e80}.focus\:border-grey-1000\/60:focus{border-color:#1f262e99}.focus\:border-grey-1000\/70:focus{border-color:#1f262eb3}.focus\:border-grey-1000\/75:focus{border-color:#1f262ebf}.focus\:border-grey-1000\/80:focus{border-color:#1f262ecc}.focus\:border-grey-1000\/90:focus{border-color:#1f262ee6}.focus\:border-grey-1000\/95:focus{border-color:#1f262ef2}.focus\:border-grey-1000\/100:focus{border-color:#1f262e}.focus\:border-green-1000\/0:focus{border-color:#175e4400}.focus\:border-green-1000\/5:focus{border-color:#175e440d}.focus\:border-green-1000\/10:focus{border-color:#175e441a}.focus\:border-green-1000\/20:focus{border-color:#175e4433}.focus\:border-green-1000\/25:focus{border-color:#175e4440}.focus\:border-green-1000\/30:focus{border-color:#175e444d}.focus\:border-green-1000\/40:focus{border-color:#175e4466}.focus\:border-green-1000\/50:focus{border-color:#175e4480}.focus\:border-green-1000\/60:focus{border-color:#175e4499}.focus\:border-green-1000\/70:focus{border-color:#175e44b3}.focus\:border-green-1000\/75:focus{border-color:#175e44bf}.focus\:border-green-1000\/80:focus{border-color:#175e44cc}.focus\:border-green-1000\/90:focus{border-color:#175e44e6}.focus\:border-green-1000\/95:focus{border-color:#175e44f2}.focus\:border-green-1000\/100:focus{border-color:#175e44}.focus\:border-blue-1000\/0:focus{border-color:#102c6900}.focus\:border-blue-1000\/5:focus{border-color:#102c690d}.focus\:border-blue-1000\/10:focus{border-color:#102c691a}.focus\:border-blue-1000\/20:focus{border-color:#102c6933}.focus\:border-blue-1000\/25:focus{border-color:#102c6940}.focus\:border-blue-1000\/30:focus{border-color:#102c694d}.focus\:border-blue-1000\/40:focus{border-color:#102c6966}.focus\:border-blue-1000\/50:focus{border-color:#102c6980}.focus\:border-blue-1000\/60:focus{border-color:#102c6999}.focus\:border-blue-1000\/70:focus{border-color:#102c69b3}.focus\:border-blue-1000\/75:focus{border-color:#102c69bf}.focus\:border-blue-1000\/80:focus{border-color:#102c69cc}.focus\:border-blue-1000\/90:focus{border-color:#102c69e6}.focus\:border-blue-1000\/95:focus{border-color:#102c69f2}.focus\:border-blue-1000\/100:focus{border-color:#102c69}.focus\:border-orange-1000\/0:focus{border-color:#68270500}.focus\:border-orange-1000\/5:focus{border-color:#6827050d}.focus\:border-orange-1000\/10:focus{border-color:#6827051a}.focus\:border-orange-1000\/20:focus{border-color:#68270533}.focus\:border-orange-1000\/25:focus{border-color:#68270540}.focus\:border-orange-1000\/30:focus{border-color:#6827054d}.focus\:border-orange-1000\/40:focus{border-color:#68270566}.focus\:border-orange-1000\/50:focus{border-color:#68270580}.focus\:border-orange-1000\/60:focus{border-color:#68270599}.focus\:border-orange-1000\/70:focus{border-color:#682705b3}.focus\:border-orange-1000\/75:focus{border-color:#682705bf}.focus\:border-orange-1000\/80:focus{border-color:#682705cc}.focus\:border-orange-1000\/90:focus{border-color:#682705e6}.focus\:border-orange-1000\/95:focus{border-color:#682705f2}.focus\:border-orange-1000\/100:focus{border-color:#682705}.focus\:border-red-1000\/0:focus{border-color:#62101000}.focus\:border-red-1000\/5:focus{border-color:#6210100d}.focus\:border-red-1000\/10:focus{border-color:#6210101a}.focus\:border-red-1000\/20:focus{border-color:#62101033}.focus\:border-red-1000\/25:focus{border-color:#62101040}.focus\:border-red-1000\/30:focus{border-color:#6210104d}.focus\:border-red-1000\/40:focus{border-color:#62101066}.focus\:border-red-1000\/50:focus{border-color:#62101080}.focus\:border-red-1000\/60:focus{border-color:#62101099}.focus\:border-red-1000\/70:focus{border-color:#621010b3}.focus\:border-red-1000\/75:focus{border-color:#621010bf}.focus\:border-red-1000\/80:focus{border-color:#621010cc}.focus\:border-red-1000\/90:focus{border-color:#621010e6}.focus\:border-red-1000\/95:focus{border-color:#621010f2}.focus\:border-red-1000\/100:focus{border-color:#621010}.focus\:border-primary\/0:focus{border-color:#a78bfa00}.focus\:border-primary\/5:focus{border-color:#a78bfa0d}.focus\:border-primary\/10:focus{border-color:#a78bfa1a}.focus\:border-primary\/20:focus{border-color:#a78bfa33}.focus\:border-primary\/25:focus{border-color:#a78bfa40}.focus\:border-primary\/30:focus{border-color:#a78bfa4d}.focus\:border-primary\/40:focus{border-color:#a78bfa66}.focus\:border-primary\/50:focus{border-color:#a78bfa80}.focus\:border-primary\/60:focus{border-color:#a78bfa99}.focus\:border-primary\/70:focus{border-color:#a78bfab3}.focus\:border-primary\/75:focus{border-color:#a78bfabf}.focus\:border-primary\/80:focus{border-color:#a78bfacc}.focus\:border-primary\/90:focus{border-color:#a78bfae6}.focus\:border-primary\/95:focus{border-color:#a78bfaf2}.focus\:border-primary\/100:focus{border-color:#a78bfa}.focus\:border-primary-light\/0:focus{border-color:#f7f5fe00}.focus\:border-primary-light\/5:focus{border-color:#f7f5fe0d}.focus\:border-primary-light\/10:focus{border-color:#f7f5fe1a}.focus\:border-primary-light\/20:focus{border-color:#f7f5fe33}.focus\:border-primary-light\/25:focus{border-color:#f7f5fe40}.focus\:border-primary-light\/30:focus{border-color:#f7f5fe4d}.focus\:border-primary-light\/40:focus{border-color:#f7f5fe66}.focus\:border-primary-light\/50:focus{border-color:#f7f5fe80}.focus\:border-primary-light\/60:focus{border-color:#f7f5fe99}.focus\:border-primary-light\/70:focus{border-color:#f7f5feb3}.focus\:border-primary-light\/75:focus{border-color:#f7f5febf}.focus\:border-primary-light\/80:focus{border-color:#f7f5fecc}.focus\:border-primary-light\/90:focus{border-color:#f7f5fee6}.focus\:border-primary-light\/95:focus{border-color:#f7f5fef2}.focus\:border-primary-light\/100:focus{border-color:#f7f5fe}.focus\:border-primary-dark\/0:focus{border-color:#69579e00}.focus\:border-primary-dark\/5:focus{border-color:#69579e0d}.focus\:border-primary-dark\/10:focus{border-color:#69579e1a}.focus\:border-primary-dark\/20:focus{border-color:#69579e33}.focus\:border-primary-dark\/25:focus{border-color:#69579e40}.focus\:border-primary-dark\/30:focus{border-color:#69579e4d}.focus\:border-primary-dark\/40:focus{border-color:#69579e66}.focus\:border-primary-dark\/50:focus{border-color:#69579e80}.focus\:border-primary-dark\/60:focus{border-color:#69579e99}.focus\:border-primary-dark\/70:focus{border-color:#69579eb3}.focus\:border-primary-dark\/75:focus{border-color:#69579ebf}.focus\:border-primary-dark\/80:focus{border-color:#69579ecc}.focus\:border-primary-dark\/90:focus{border-color:#69579ee6}.focus\:border-primary-dark\/95:focus{border-color:#69579ef2}.focus\:border-primary-dark\/100:focus{border-color:#69579e}.focus\:border-info\/0:focus{border-color:#7690ef00}.focus\:border-info\/5:focus{border-color:#7690ef0d}.focus\:border-info\/10:focus{border-color:#7690ef1a}.focus\:border-info\/20:focus{border-color:#7690ef33}.focus\:border-info\/25:focus{border-color:#7690ef40}.focus\:border-info\/30:focus{border-color:#7690ef4d}.focus\:border-info\/40:focus{border-color:#7690ef66}.focus\:border-info\/50:focus{border-color:#7690ef80}.focus\:border-info\/60:focus{border-color:#7690ef99}.focus\:border-info\/70:focus{border-color:#7690efb3}.focus\:border-info\/75:focus{border-color:#7690efbf}.focus\:border-info\/80:focus{border-color:#7690efcc}.focus\:border-info\/90:focus{border-color:#7690efe6}.focus\:border-info\/95:focus{border-color:#7690eff2}.focus\:border-info\/100:focus{border-color:#7690ef}.focus\:border-info-light\/0:focus{border-color:#f2f3fd00}.focus\:border-info-light\/5:focus{border-color:#f2f3fd0d}.focus\:border-info-light\/10:focus{border-color:#f2f3fd1a}.focus\:border-info-light\/20:focus{border-color:#f2f3fd33}.focus\:border-info-light\/25:focus{border-color:#f2f3fd40}.focus\:border-info-light\/30:focus{border-color:#f2f3fd4d}.focus\:border-info-light\/40:focus{border-color:#f2f3fd66}.focus\:border-info-light\/50:focus{border-color:#f2f3fd80}.focus\:border-info-light\/60:focus{border-color:#f2f3fd99}.focus\:border-info-light\/70:focus{border-color:#f2f3fdb3}.focus\:border-info-light\/75:focus{border-color:#f2f3fdbf}.focus\:border-info-light\/80:focus{border-color:#f2f3fdcc}.focus\:border-info-light\/90:focus{border-color:#f2f3fde6}.focus\:border-info-light\/95:focus{border-color:#f2f3fdf2}.focus\:border-info-light\/100:focus{border-color:#f2f3fd}.focus\:border-info-dark\/0:focus{border-color:#2158d200}.focus\:border-info-dark\/5:focus{border-color:#2158d20d}.focus\:border-info-dark\/10:focus{border-color:#2158d21a}.focus\:border-info-dark\/20:focus{border-color:#2158d233}.focus\:border-info-dark\/25:focus{border-color:#2158d240}.focus\:border-info-dark\/30:focus{border-color:#2158d24d}.focus\:border-info-dark\/40:focus{border-color:#2158d266}.focus\:border-info-dark\/50:focus{border-color:#2158d280}.focus\:border-info-dark\/60:focus{border-color:#2158d299}.focus\:border-info-dark\/70:focus{border-color:#2158d2b3}.focus\:border-info-dark\/75:focus{border-color:#2158d2bf}.focus\:border-info-dark\/80:focus{border-color:#2158d2cc}.focus\:border-info-dark\/90:focus{border-color:#2158d2e6}.focus\:border-info-dark\/95:focus{border-color:#2158d2f2}.focus\:border-info-dark\/100:focus{border-color:#2158d2}.focus\:border-success\/0:focus{border-color:#28a37600}.focus\:border-success\/5:focus{border-color:#28a3760d}.focus\:border-success\/10:focus{border-color:#28a3761a}.focus\:border-success\/20:focus{border-color:#28a37633}.focus\:border-success\/25:focus{border-color:#28a37640}.focus\:border-success\/30:focus{border-color:#28a3764d}.focus\:border-success\/40:focus{border-color:#28a37666}.focus\:border-success\/50:focus{border-color:#28a37680}.focus\:border-success\/60:focus{border-color:#28a37699}.focus\:border-success\/70:focus{border-color:#28a376b3}.focus\:border-success\/75:focus{border-color:#28a376bf}.focus\:border-success\/80:focus{border-color:#28a376cc}.focus\:border-success\/90:focus{border-color:#28a376e6}.focus\:border-success\/95:focus{border-color:#28a376f2}.focus\:border-success\/100:focus{border-color:#28a376}.focus\:border-success-light\/0:focus{border-color:#f2faf600}.focus\:border-success-light\/5:focus{border-color:#f2faf60d}.focus\:border-success-light\/10:focus{border-color:#f2faf61a}.focus\:border-success-light\/20:focus{border-color:#f2faf633}.focus\:border-success-light\/25:focus{border-color:#f2faf640}.focus\:border-success-light\/30:focus{border-color:#f2faf64d}.focus\:border-success-light\/40:focus{border-color:#f2faf666}.focus\:border-success-light\/50:focus{border-color:#f2faf680}.focus\:border-success-light\/60:focus{border-color:#f2faf699}.focus\:border-success-light\/70:focus{border-color:#f2faf6b3}.focus\:border-success-light\/75:focus{border-color:#f2faf6bf}.focus\:border-success-light\/80:focus{border-color:#f2faf6cc}.focus\:border-success-light\/90:focus{border-color:#f2faf6e6}.focus\:border-success-light\/95:focus{border-color:#f2faf6f2}.focus\:border-success-light\/100:focus{border-color:#f2faf6}.focus\:border-success-dark\/0:focus{border-color:#20856000}.focus\:border-success-dark\/5:focus{border-color:#2085600d}.focus\:border-success-dark\/10:focus{border-color:#2085601a}.focus\:border-success-dark\/20:focus{border-color:#20856033}.focus\:border-success-dark\/25:focus{border-color:#20856040}.focus\:border-success-dark\/30:focus{border-color:#2085604d}.focus\:border-success-dark\/40:focus{border-color:#20856066}.focus\:border-success-dark\/50:focus{border-color:#20856080}.focus\:border-success-dark\/60:focus{border-color:#20856099}.focus\:border-success-dark\/70:focus{border-color:#208560b3}.focus\:border-success-dark\/75:focus{border-color:#208560bf}.focus\:border-success-dark\/80:focus{border-color:#208560cc}.focus\:border-success-dark\/90:focus{border-color:#208560e6}.focus\:border-success-dark\/95:focus{border-color:#208560f2}.focus\:border-success-dark\/100:focus{border-color:#208560}.focus\:border-warning\/0:focus{border-color:#faac1e00}.focus\:border-warning\/5:focus{border-color:#faac1e0d}.focus\:border-warning\/10:focus{border-color:#faac1e1a}.focus\:border-warning\/20:focus{border-color:#faac1e33}.focus\:border-warning\/25:focus{border-color:#faac1e40}.focus\:border-warning\/30:focus{border-color:#faac1e4d}.focus\:border-warning\/40:focus{border-color:#faac1e66}.focus\:border-warning\/50:focus{border-color:#faac1e80}.focus\:border-warning\/60:focus{border-color:#faac1e99}.focus\:border-warning\/70:focus{border-color:#faac1eb3}.focus\:border-warning\/75:focus{border-color:#faac1ebf}.focus\:border-warning\/80:focus{border-color:#faac1ecc}.focus\:border-warning\/90:focus{border-color:#faac1ee6}.focus\:border-warning\/95:focus{border-color:#faac1ef2}.focus\:border-warning\/100:focus{border-color:#faac1e}.focus\:border-warning-light\/0:focus{border-color:#fef7f200}.focus\:border-warning-light\/5:focus{border-color:#fef7f20d}.focus\:border-warning-light\/10:focus{border-color:#fef7f21a}.focus\:border-warning-light\/20:focus{border-color:#fef7f233}.focus\:border-warning-light\/25:focus{border-color:#fef7f240}.focus\:border-warning-light\/30:focus{border-color:#fef7f24d}.focus\:border-warning-light\/40:focus{border-color:#fef7f266}.focus\:border-warning-light\/50:focus{border-color:#fef7f280}.focus\:border-warning-light\/60:focus{border-color:#fef7f299}.focus\:border-warning-light\/70:focus{border-color:#fef7f2b3}.focus\:border-warning-light\/75:focus{border-color:#fef7f2bf}.focus\:border-warning-light\/80:focus{border-color:#fef7f2cc}.focus\:border-warning-light\/90:focus{border-color:#fef7f2e6}.focus\:border-warning-light\/95:focus{border-color:#fef7f2f2}.focus\:border-warning-light\/100:focus{border-color:#fef7f2}.focus\:border-warning-dark\/0:focus{border-color:#9e6c1200}.focus\:border-warning-dark\/5:focus{border-color:#9e6c120d}.focus\:border-warning-dark\/10:focus{border-color:#9e6c121a}.focus\:border-warning-dark\/20:focus{border-color:#9e6c1233}.focus\:border-warning-dark\/25:focus{border-color:#9e6c1240}.focus\:border-warning-dark\/30:focus{border-color:#9e6c124d}.focus\:border-warning-dark\/40:focus{border-color:#9e6c1266}.focus\:border-warning-dark\/50:focus{border-color:#9e6c1280}.focus\:border-warning-dark\/60:focus{border-color:#9e6c1299}.focus\:border-warning-dark\/70:focus{border-color:#9e6c12b3}.focus\:border-warning-dark\/75:focus{border-color:#9e6c12bf}.focus\:border-warning-dark\/80:focus{border-color:#9e6c12cc}.focus\:border-warning-dark\/90:focus{border-color:#9e6c12e6}.focus\:border-warning-dark\/95:focus{border-color:#9e6c12f2}.focus\:border-warning-dark\/100:focus{border-color:#9e6c12}.focus\:border-error\/0:focus{border-color:#dc262600}.focus\:border-error\/5:focus{border-color:#dc26260d}.focus\:border-error\/10:focus{border-color:#dc26261a}.focus\:border-error\/20:focus{border-color:#dc262633}.focus\:border-error\/25:focus{border-color:#dc262640}.focus\:border-error\/30:focus{border-color:#dc26264d}.focus\:border-error\/40:focus{border-color:#dc262666}.focus\:border-error\/50:focus{border-color:#dc262680}.focus\:border-error\/60:focus{border-color:#dc262699}.focus\:border-error\/70:focus{border-color:#dc2626b3}.focus\:border-error\/75:focus{border-color:#dc2626bf}.focus\:border-error\/80:focus{border-color:#dc2626cc}.focus\:border-error\/90:focus{border-color:#dc2626e6}.focus\:border-error\/95:focus{border-color:#dc2626f2}.focus\:border-error\/100:focus{border-color:#dc2626}.focus\:border-error-light\/0:focus{border-color:#fbf2f200}.focus\:border-error-light\/5:focus{border-color:#fbf2f20d}.focus\:border-error-light\/10:focus{border-color:#fbf2f21a}.focus\:border-error-light\/20:focus{border-color:#fbf2f233}.focus\:border-error-light\/25:focus{border-color:#fbf2f240}.focus\:border-error-light\/30:focus{border-color:#fbf2f24d}.focus\:border-error-light\/40:focus{border-color:#fbf2f266}.focus\:border-error-light\/50:focus{border-color:#fbf2f280}.focus\:border-error-light\/60:focus{border-color:#fbf2f299}.focus\:border-error-light\/70:focus{border-color:#fbf2f2b3}.focus\:border-error-light\/75:focus{border-color:#fbf2f2bf}.focus\:border-error-light\/80:focus{border-color:#fbf2f2cc}.focus\:border-error-light\/90:focus{border-color:#fbf2f2e6}.focus\:border-error-light\/95:focus{border-color:#fbf2f2f2}.focus\:border-error-light\/100:focus{border-color:#fbf2f2}.focus\:border-error-dark\/0:focus{border-color:#c4212100}.focus\:border-error-dark\/5:focus{border-color:#c421210d}.focus\:border-error-dark\/10:focus{border-color:#c421211a}.focus\:border-error-dark\/20:focus{border-color:#c4212133}.focus\:border-error-dark\/25:focus{border-color:#c4212140}.focus\:border-error-dark\/30:focus{border-color:#c421214d}.focus\:border-error-dark\/40:focus{border-color:#c4212166}.focus\:border-error-dark\/50:focus{border-color:#c4212180}.focus\:border-error-dark\/60:focus{border-color:#c4212199}.focus\:border-error-dark\/70:focus{border-color:#c42121b3}.focus\:border-error-dark\/75:focus{border-color:#c42121bf}.focus\:border-error-dark\/80:focus{border-color:#c42121cc}.focus\:border-error-dark\/90:focus{border-color:#c42121e6}.focus\:border-error-dark\/95:focus{border-color:#c42121f2}.focus\:border-error-dark\/100:focus{border-color:#c42121}.focus\:border-grey\/0:focus{border-color:#47556900}.focus\:border-grey\/5:focus{border-color:#4755690d}.focus\:border-grey\/10:focus{border-color:#4755691a}.focus\:border-grey\/20:focus{border-color:#47556933}.focus\:border-grey\/25:focus{border-color:#47556940}.focus\:border-grey\/30:focus{border-color:#4755694d}.focus\:border-grey\/40:focus{border-color:#47556966}.focus\:border-grey\/50:focus{border-color:#47556980}.focus\:border-grey\/60:focus{border-color:#47556999}.focus\:border-grey\/70:focus{border-color:#475569b3}.focus\:border-grey\/75:focus{border-color:#475569bf}.focus\:border-grey\/80:focus{border-color:#475569cc}.focus\:border-grey\/90:focus{border-color:#475569e6}.focus\:border-grey\/95:focus{border-color:#475569f2}.focus\:border-grey\/100:focus{border-color:#475569}.focus\:border-grey-light\/0:focus{border-color:#f2f3f400}.focus\:border-grey-light\/5:focus{border-color:#f2f3f40d}.focus\:border-grey-light\/10:focus{border-color:#f2f3f41a}.focus\:border-grey-light\/20:focus{border-color:#f2f3f433}.focus\:border-grey-light\/25:focus{border-color:#f2f3f440}.focus\:border-grey-light\/30:focus{border-color:#f2f3f44d}.focus\:border-grey-light\/40:focus{border-color:#f2f3f466}.focus\:border-grey-light\/50:focus{border-color:#f2f3f480}.focus\:border-grey-light\/60:focus{border-color:#f2f3f499}.focus\:border-grey-light\/70:focus{border-color:#f2f3f4b3}.focus\:border-grey-light\/75:focus{border-color:#f2f3f4bf}.focus\:border-grey-light\/80:focus{border-color:#f2f3f4cc}.focus\:border-grey-light\/90:focus{border-color:#f2f3f4e6}.focus\:border-grey-light\/95:focus{border-color:#f2f3f4f2}.focus\:border-grey-light\/100:focus{border-color:#f2f3f4}.focus\:border-grey-dark\/0:focus{border-color:#2c354200}.focus\:border-grey-dark\/5:focus{border-color:#2c35420d}.focus\:border-grey-dark\/10:focus{border-color:#2c35421a}.focus\:border-grey-dark\/20:focus{border-color:#2c354233}.focus\:border-grey-dark\/25:focus{border-color:#2c354240}.focus\:border-grey-dark\/30:focus{border-color:#2c35424d}.focus\:border-grey-dark\/40:focus{border-color:#2c354266}.focus\:border-grey-dark\/50:focus{border-color:#2c354280}.focus\:border-grey-dark\/60:focus{border-color:#2c354299}.focus\:border-grey-dark\/70:focus{border-color:#2c3542b3}.focus\:border-grey-dark\/75:focus{border-color:#2c3542bf}.focus\:border-grey-dark\/80:focus{border-color:#2c3542cc}.focus\:border-grey-dark\/90:focus{border-color:#2c3542e6}.focus\:border-grey-dark\/95:focus{border-color:#2c3542f2}.focus\:border-grey-dark\/100:focus{border-color:#2c3542}.focus\:bg-red-50:focus{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}.focus\:bg-red-100:focus{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity))}.focus\:bg-red-200:focus{--tw-bg-opacity: 1;background-color:rgb(248 228 228 / var(--tw-bg-opacity))}.focus\:bg-red-300:focus{--tw-bg-opacity: 1;background-color:rgb(241 198 198 / var(--tw-bg-opacity))}.focus\:bg-red-400:focus{--tw-bg-opacity: 1;background-color:rgb(234 163 163 / var(--tw-bg-opacity))}.focus\:bg-red-500:focus{--tw-bg-opacity: 1;background-color:rgb(227 118 118 / var(--tw-bg-opacity))}.focus\:bg-red-600:focus{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.focus\:bg-red-700:focus{--tw-bg-opacity: 1;background-color:rgb(196 33 33 / var(--tw-bg-opacity))}.focus\:bg-red-800:focus{--tw-bg-opacity: 1;background-color:rgb(170 29 29 / var(--tw-bg-opacity))}.focus\:bg-red-900:focus{--tw-bg-opacity: 1;background-color:rgb(139 24 24 / var(--tw-bg-opacity))}.focus\:bg-orange-50:focus{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity))}.focus\:bg-orange-100:focus{--tw-bg-opacity: 1;background-color:rgb(252 243 241 / var(--tw-bg-opacity))}.focus\:bg-orange-200:focus{--tw-bg-opacity: 1;background-color:rgb(250 231 228 / var(--tw-bg-opacity))}.focus\:bg-orange-300:focus{--tw-bg-opacity: 1;background-color:rgb(246 205 197 / var(--tw-bg-opacity))}.focus\:bg-orange-400:focus{--tw-bg-opacity: 1;background-color:rgb(242 175 161 / var(--tw-bg-opacity))}.focus\:bg-orange-500:focus{--tw-bg-opacity: 1;background-color:rgb(238 138 114 / var(--tw-bg-opacity))}.focus\:bg-orange-600:focus{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity))}.focus\:bg-orange-700:focus{--tw-bg-opacity: 1;background-color:rgb(209 78 10 / var(--tw-bg-opacity))}.focus\:bg-orange-800:focus{--tw-bg-opacity: 1;background-color:rgb(181 68 9 / var(--tw-bg-opacity))}.focus\:bg-orange-900:focus{--tw-bg-opacity: 1;background-color:rgb(147 55 7 / var(--tw-bg-opacity))}.focus\:bg-yellow-50:focus{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}.focus\:bg-yellow-100:focus{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity))}.focus\:bg-yellow-200:focus{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity))}.focus\:bg-yellow-300:focus{--tw-bg-opacity: 1;background-color:rgb(252 211 77 / var(--tw-bg-opacity))}.focus\:bg-yellow-400:focus{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity))}.focus\:bg-yellow-500:focus{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.focus\:bg-yellow-600:focus{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity))}.focus\:bg-yellow-700:focus{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity))}.focus\:bg-yellow-800:focus{--tw-bg-opacity: 1;background-color:rgb(146 64 14 / var(--tw-bg-opacity))}.focus\:bg-yellow-900:focus{--tw-bg-opacity: 1;background-color:rgb(120 53 15 / var(--tw-bg-opacity))}.focus\:bg-green-50:focus{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity))}.focus\:bg-green-100:focus{--tw-bg-opacity: 1;background-color:rgb(242 250 246 / var(--tw-bg-opacity))}.focus\:bg-green-200:focus{--tw-bg-opacity: 1;background-color:rgb(229 246 238 / var(--tw-bg-opacity))}.focus\:bg-green-300:focus{--tw-bg-opacity: 1;background-color:rgb(200 238 219 / var(--tw-bg-opacity))}.focus\:bg-green-400:focus{--tw-bg-opacity: 1;background-color:rgb(166 229 200 / var(--tw-bg-opacity))}.focus\:bg-green-500:focus{--tw-bg-opacity: 1;background-color:rgb(123 220 178 / var(--tw-bg-opacity))}.focus\:bg-green-600:focus{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity))}.focus\:bg-green-700:focus{--tw-bg-opacity: 1;background-color:rgb(46 188 136 / var(--tw-bg-opacity))}.focus\:bg-green-800:focus{--tw-bg-opacity: 1;background-color:rgb(40 163 118 / var(--tw-bg-opacity))}.focus\:bg-green-900:focus{--tw-bg-opacity: 1;background-color:rgb(32 133 96 / var(--tw-bg-opacity))}.focus\:bg-emerald-50:focus{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity))}.focus\:bg-emerald-100:focus{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity))}.focus\:bg-emerald-200:focus{--tw-bg-opacity: 1;background-color:rgb(167 243 208 / var(--tw-bg-opacity))}.focus\:bg-emerald-300:focus{--tw-bg-opacity: 1;background-color:rgb(110 231 183 / var(--tw-bg-opacity))}.focus\:bg-emerald-400:focus{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity))}.focus\:bg-emerald-500:focus{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity))}.focus\:bg-emerald-600:focus{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity))}.focus\:bg-emerald-700:focus{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity))}.focus\:bg-emerald-800:focus{--tw-bg-opacity: 1;background-color:rgb(6 95 70 / var(--tw-bg-opacity))}.focus\:bg-emerald-900:focus{--tw-bg-opacity: 1;background-color:rgb(6 78 59 / var(--tw-bg-opacity))}.focus\:bg-teal-50:focus{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity))}.focus\:bg-teal-100:focus{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity))}.focus\:bg-teal-200:focus{--tw-bg-opacity: 1;background-color:rgb(153 246 228 / var(--tw-bg-opacity))}.focus\:bg-teal-300:focus{--tw-bg-opacity: 1;background-color:rgb(94 234 212 / var(--tw-bg-opacity))}.focus\:bg-teal-400:focus{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity))}.focus\:bg-teal-500:focus{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity))}.focus\:bg-teal-600:focus{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity))}.focus\:bg-teal-700:focus{--tw-bg-opacity: 1;background-color:rgb(15 118 110 / var(--tw-bg-opacity))}.focus\:bg-teal-800:focus{--tw-bg-opacity: 1;background-color:rgb(17 94 89 / var(--tw-bg-opacity))}.focus\:bg-teal-900:focus{--tw-bg-opacity: 1;background-color:rgb(19 78 74 / var(--tw-bg-opacity))}.focus\:bg-sky-50:focus{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity))}.focus\:bg-sky-100:focus{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity))}.focus\:bg-sky-200:focus{--tw-bg-opacity: 1;background-color:rgb(186 230 253 / var(--tw-bg-opacity))}.focus\:bg-sky-300:focus{--tw-bg-opacity: 1;background-color:rgb(125 211 252 / var(--tw-bg-opacity))}.focus\:bg-sky-400:focus{--tw-bg-opacity: 1;background-color:rgb(56 189 248 / var(--tw-bg-opacity))}.focus\:bg-sky-500:focus{--tw-bg-opacity: 1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}.focus\:bg-sky-600:focus{--tw-bg-opacity: 1;background-color:rgb(2 132 199 / var(--tw-bg-opacity))}.focus\:bg-sky-700:focus{--tw-bg-opacity: 1;background-color:rgb(3 105 161 / var(--tw-bg-opacity))}.focus\:bg-sky-800:focus{--tw-bg-opacity: 1;background-color:rgb(7 89 133 / var(--tw-bg-opacity))}.focus\:bg-sky-900:focus{--tw-bg-opacity: 1;background-color:rgb(12 74 110 / var(--tw-bg-opacity))}.focus\:bg-blue-50:focus{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.focus\:bg-blue-100:focus{--tw-bg-opacity: 1;background-color:rgb(242 243 253 / var(--tw-bg-opacity))}.focus\:bg-blue-200:focus{--tw-bg-opacity: 1;background-color:rgb(228 232 251 / var(--tw-bg-opacity))}.focus\:bg-blue-300:focus{--tw-bg-opacity: 1;background-color:rgb(198 207 247 / var(--tw-bg-opacity))}.focus\:bg-blue-400:focus{--tw-bg-opacity: 1;background-color:rgb(163 178 243 / var(--tw-bg-opacity))}.focus\:bg-blue-500:focus{--tw-bg-opacity: 1;background-color:rgb(118 144 239 / var(--tw-bg-opacity))}.focus\:bg-blue-600:focus{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.focus\:bg-blue-700:focus{--tw-bg-opacity: 1;background-color:rgb(33 88 210 / var(--tw-bg-opacity))}.focus\:bg-blue-800:focus{--tw-bg-opacity: 1;background-color:rgb(28 76 182 / var(--tw-bg-opacity))}.focus\:bg-blue-900:focus{--tw-bg-opacity: 1;background-color:rgb(23 62 148 / var(--tw-bg-opacity))}.focus\:bg-indigo-50:focus{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity))}.focus\:bg-indigo-100:focus{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity))}.focus\:bg-indigo-200:focus{--tw-bg-opacity: 1;background-color:rgb(199 210 254 / var(--tw-bg-opacity))}.focus\:bg-indigo-300:focus{--tw-bg-opacity: 1;background-color:rgb(165 180 252 / var(--tw-bg-opacity))}.focus\:bg-indigo-400:focus{--tw-bg-opacity: 1;background-color:rgb(129 140 248 / var(--tw-bg-opacity))}.focus\:bg-indigo-500:focus{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity))}.focus\:bg-indigo-600:focus{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity))}.focus\:bg-indigo-700:focus{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity))}.focus\:bg-indigo-800:focus{--tw-bg-opacity: 1;background-color:rgb(55 48 163 / var(--tw-bg-opacity))}.focus\:bg-indigo-900:focus{--tw-bg-opacity: 1;background-color:rgb(49 46 129 / var(--tw-bg-opacity))}.focus\:bg-violet-50:focus{--tw-bg-opacity: 1;background-color:rgb(245 243 255 / var(--tw-bg-opacity))}.focus\:bg-violet-100:focus{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity))}.focus\:bg-violet-200:focus{--tw-bg-opacity: 1;background-color:rgb(221 214 254 / var(--tw-bg-opacity))}.focus\:bg-violet-300:focus{--tw-bg-opacity: 1;background-color:rgb(196 181 253 / var(--tw-bg-opacity))}.focus\:bg-violet-400:focus{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity))}.focus\:bg-violet-500:focus{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity))}.focus\:bg-violet-600:focus{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity))}.focus\:bg-violet-700:focus{--tw-bg-opacity: 1;background-color:rgb(109 40 217 / var(--tw-bg-opacity))}.focus\:bg-violet-800:focus{--tw-bg-opacity: 1;background-color:rgb(91 33 182 / var(--tw-bg-opacity))}.focus\:bg-violet-900:focus{--tw-bg-opacity: 1;background-color:rgb(76 29 149 / var(--tw-bg-opacity))}.focus\:bg-fuchsia-50:focus{--tw-bg-opacity: 1;background-color:rgb(253 244 255 / var(--tw-bg-opacity))}.focus\:bg-fuchsia-100:focus{--tw-bg-opacity: 1;background-color:rgb(250 232 255 / var(--tw-bg-opacity))}.focus\:bg-fuchsia-200:focus{--tw-bg-opacity: 1;background-color:rgb(245 208 254 / var(--tw-bg-opacity))}.focus\:bg-fuchsia-300:focus{--tw-bg-opacity: 1;background-color:rgb(240 171 252 / var(--tw-bg-opacity))}.focus\:bg-fuchsia-400:focus{--tw-bg-opacity: 1;background-color:rgb(232 121 249 / var(--tw-bg-opacity))}.focus\:bg-fuchsia-500:focus{--tw-bg-opacity: 1;background-color:rgb(217 70 239 / var(--tw-bg-opacity))}.focus\:bg-fuchsia-600:focus{--tw-bg-opacity: 1;background-color:rgb(192 38 211 / var(--tw-bg-opacity))}.focus\:bg-fuchsia-700:focus{--tw-bg-opacity: 1;background-color:rgb(162 28 175 / var(--tw-bg-opacity))}.focus\:bg-fuchsia-800:focus{--tw-bg-opacity: 1;background-color:rgb(134 25 143 / var(--tw-bg-opacity))}.focus\:bg-fuchsia-900:focus{--tw-bg-opacity: 1;background-color:rgb(112 26 117 / var(--tw-bg-opacity))}.focus\:bg-pink-50:focus{--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity))}.focus\:bg-pink-100:focus{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity))}.focus\:bg-pink-200:focus{--tw-bg-opacity: 1;background-color:rgb(251 207 232 / var(--tw-bg-opacity))}.focus\:bg-pink-300:focus{--tw-bg-opacity: 1;background-color:rgb(249 168 212 / var(--tw-bg-opacity))}.focus\:bg-pink-400:focus{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity))}.focus\:bg-pink-500:focus{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity))}.focus\:bg-pink-600:focus{--tw-bg-opacity: 1;background-color:rgb(219 39 119 / var(--tw-bg-opacity))}.focus\:bg-pink-700:focus{--tw-bg-opacity: 1;background-color:rgb(190 24 93 / var(--tw-bg-opacity))}.focus\:bg-pink-800:focus{--tw-bg-opacity: 1;background-color:rgb(157 23 77 / var(--tw-bg-opacity))}.focus\:bg-pink-900:focus{--tw-bg-opacity: 1;background-color:rgb(131 24 67 / var(--tw-bg-opacity))}.focus\:bg-rose-50:focus{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity))}.focus\:bg-rose-100:focus{--tw-bg-opacity: 1;background-color:rgb(255 228 230 / var(--tw-bg-opacity))}.focus\:bg-rose-200:focus{--tw-bg-opacity: 1;background-color:rgb(254 205 211 / var(--tw-bg-opacity))}.focus\:bg-rose-300:focus{--tw-bg-opacity: 1;background-color:rgb(253 164 175 / var(--tw-bg-opacity))}.focus\:bg-rose-400:focus{--tw-bg-opacity: 1;background-color:rgb(251 113 133 / var(--tw-bg-opacity))}.focus\:bg-rose-500:focus{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity))}.focus\:bg-rose-600:focus{--tw-bg-opacity: 1;background-color:rgb(225 29 72 / var(--tw-bg-opacity))}.focus\:bg-rose-700:focus{--tw-bg-opacity: 1;background-color:rgb(190 18 60 / var(--tw-bg-opacity))}.focus\:bg-rose-800:focus{--tw-bg-opacity: 1;background-color:rgb(159 18 57 / var(--tw-bg-opacity))}.focus\:bg-rose-900:focus{--tw-bg-opacity: 1;background-color:rgb(136 19 55 / var(--tw-bg-opacity))}.focus\:bg-primary-100:focus{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity))}.focus\:bg-primary-200:focus{--tw-bg-opacity: 1;background-color:rgb(232 232 240 / var(--tw-bg-opacity))}.focus\:bg-primary-300:focus{--tw-bg-opacity: 1;background-color:rgb(208 208 225 / var(--tw-bg-opacity))}.focus\:bg-primary-400:focus{--tw-bg-opacity: 1;background-color:rgb(180 180 209 / var(--tw-bg-opacity))}.focus\:bg-primary-500:focus{--tw-bg-opacity: 1;background-color:rgb(147 147 191 / var(--tw-bg-opacity))}.focus\:bg-primary-600:focus{--tw-bg-opacity: 1;background-color:rgb(104 104 172 / var(--tw-bg-opacity))}.focus\:bg-primary-700:focus{--tw-bg-opacity: 1;background-color:rgb(93 93 153 / var(--tw-bg-opacity))}.focus\:bg-primary-800:focus{--tw-bg-opacity: 1;background-color:rgb(80 80 133 / var(--tw-bg-opacity))}.focus\:bg-primary-900:focus{--tw-bg-opacity: 1;background-color:rgb(65 65 108 / var(--tw-bg-opacity))}.focus\:bg-primary-1000:focus{--tw-bg-opacity: 1;background-color:rgb(46 46 76 / var(--tw-bg-opacity))}.focus\:bg-primary-highlight-100:focus{--tw-bg-opacity: 1;background-color:rgb(247 245 254 / var(--tw-bg-opacity))}.focus\:bg-primary-highlight-200:focus{--tw-bg-opacity: 1;background-color:rgb(239 236 254 / var(--tw-bg-opacity))}.focus\:bg-primary-highlight-300:focus{--tw-bg-opacity: 1;background-color:rgb(223 216 253 / var(--tw-bg-opacity))}.focus\:bg-primary-highlight-400:focus{--tw-bg-opacity: 1;background-color:rgb(206 193 252 / var(--tw-bg-opacity))}.focus\:bg-primary-highlight-500:focus{--tw-bg-opacity: 1;background-color:rgb(187 168 251 / var(--tw-bg-opacity))}.focus\:bg-primary-highlight-600:focus{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity))}.focus\:bg-primary-highlight-700:focus{--tw-bg-opacity: 1;background-color:rgb(149 124 223 / var(--tw-bg-opacity))}.focus\:bg-primary-highlight-800:focus{--tw-bg-opacity: 1;background-color:rgb(129 107 193 / var(--tw-bg-opacity))}.focus\:bg-primary-highlight-900:focus{--tw-bg-opacity: 1;background-color:rgb(105 87 158 / var(--tw-bg-opacity))}.focus\:bg-primary-highlight-1000:focus{--tw-bg-opacity: 1;background-color:rgb(74 62 111 / var(--tw-bg-opacity))}.focus\:bg-secondary-100:focus{--tw-bg-opacity: 1;background-color:rgb(254 247 242 / var(--tw-bg-opacity))}.focus\:bg-secondary-200:focus{--tw-bg-opacity: 1;background-color:rgb(254 240 228 / var(--tw-bg-opacity))}.focus\:bg-secondary-300:focus{--tw-bg-opacity: 1;background-color:rgb(253 225 198 / var(--tw-bg-opacity))}.focus\:bg-secondary-400:focus{--tw-bg-opacity: 1;background-color:rgb(252 209 162 / var(--tw-bg-opacity))}.focus\:bg-secondary-500:focus{--tw-bg-opacity: 1;background-color:rgb(251 191 117 / var(--tw-bg-opacity))}.focus\:bg-secondary-600:focus{--tw-bg-opacity: 1;background-color:rgb(250 172 30 / var(--tw-bg-opacity))}.focus\:bg-secondary-700:focus{--tw-bg-opacity: 1;background-color:rgb(223 153 26 / var(--tw-bg-opacity))}.focus\:bg-secondary-800:focus{--tw-bg-opacity: 1;background-color:rgb(193 133 23 / var(--tw-bg-opacity))}.focus\:bg-secondary-900:focus{--tw-bg-opacity: 1;background-color:rgb(158 108 18 / var(--tw-bg-opacity))}.focus\:bg-secondary-1000:focus{--tw-bg-opacity: 1;background-color:rgb(111 76 13 / var(--tw-bg-opacity))}.focus\:bg-grey-100:focus{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity))}.focus\:bg-grey-200:focus{--tw-bg-opacity: 1;background-color:rgb(230 231 232 / var(--tw-bg-opacity))}.focus\:bg-grey-300:focus{--tw-bg-opacity: 1;background-color:rgb(202 204 208 / var(--tw-bg-opacity))}.focus\:bg-grey-400:focus{--tw-bg-opacity: 1;background-color:rgb(170 174 180 / var(--tw-bg-opacity))}.focus\:bg-grey-500:focus{--tw-bg-opacity: 1;background-color:rgb(130 137 147 / var(--tw-bg-opacity))}.focus\:bg-grey-600:focus{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}.focus\:bg-grey-700:focus{--tw-bg-opacity: 1;background-color:rgb(63 76 93 / var(--tw-bg-opacity))}.focus\:bg-grey-800:focus{--tw-bg-opacity: 1;background-color:rgb(54 65 81 / var(--tw-bg-opacity))}.focus\:bg-grey-900:focus{--tw-bg-opacity: 1;background-color:rgb(44 53 66 / var(--tw-bg-opacity))}.focus\:bg-grey-1000:focus{--tw-bg-opacity: 1;background-color:rgb(31 38 46 / var(--tw-bg-opacity))}.focus\:bg-green-1000:focus{--tw-bg-opacity: 1;background-color:rgb(23 94 68 / var(--tw-bg-opacity))}.focus\:bg-blue-1000:focus{--tw-bg-opacity: 1;background-color:rgb(16 44 105 / var(--tw-bg-opacity))}.focus\:bg-orange-1000:focus{--tw-bg-opacity: 1;background-color:rgb(104 39 5 / var(--tw-bg-opacity))}.focus\:bg-red-1000:focus{--tw-bg-opacity: 1;background-color:rgb(98 16 16 / var(--tw-bg-opacity))}.focus\:bg-primary:focus{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity))}.focus\:bg-primary-light:focus{--tw-bg-opacity: 1;background-color:rgb(247 245 254 / var(--tw-bg-opacity))}.focus\:bg-primary-dark:focus{--tw-bg-opacity: 1;background-color:rgb(105 87 158 / var(--tw-bg-opacity))}.focus\:bg-info:focus{--tw-bg-opacity: 1;background-color:rgb(118 144 239 / var(--tw-bg-opacity))}.focus\:bg-info-light:focus{--tw-bg-opacity: 1;background-color:rgb(242 243 253 / var(--tw-bg-opacity))}.focus\:bg-info-dark:focus{--tw-bg-opacity: 1;background-color:rgb(33 88 210 / var(--tw-bg-opacity))}.focus\:bg-success:focus{--tw-bg-opacity: 1;background-color:rgb(40 163 118 / var(--tw-bg-opacity))}.focus\:bg-success-light:focus{--tw-bg-opacity: 1;background-color:rgb(242 250 246 / var(--tw-bg-opacity))}.focus\:bg-success-dark:focus{--tw-bg-opacity: 1;background-color:rgb(32 133 96 / var(--tw-bg-opacity))}.focus\:bg-warning:focus{--tw-bg-opacity: 1;background-color:rgb(250 172 30 / var(--tw-bg-opacity))}.focus\:bg-warning-light:focus{--tw-bg-opacity: 1;background-color:rgb(254 247 242 / var(--tw-bg-opacity))}.focus\:bg-warning-dark:focus{--tw-bg-opacity: 1;background-color:rgb(158 108 18 / var(--tw-bg-opacity))}.focus\:bg-error:focus{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.focus\:bg-error-light:focus{--tw-bg-opacity: 1;background-color:rgb(251 242 242 / var(--tw-bg-opacity))}.focus\:bg-error-dark:focus{--tw-bg-opacity: 1;background-color:rgb(196 33 33 / var(--tw-bg-opacity))}.focus\:bg-grey:focus{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}.focus\:bg-grey-light:focus{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity))}.focus\:bg-grey-dark:focus{--tw-bg-opacity: 1;background-color:rgb(44 53 66 / var(--tw-bg-opacity))}.focus\:bg-red-50\/0:focus{background-color:#fef2f200}.focus\:bg-red-50\/5:focus{background-color:#fef2f20d}.focus\:bg-red-50\/10:focus{background-color:#fef2f21a}.focus\:bg-red-50\/20:focus{background-color:#fef2f233}.focus\:bg-red-50\/25:focus{background-color:#fef2f240}.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-50\/95:focus{background-color:#fef2f2f2}.focus\:bg-red-50\/100:focus{background-color:#fef2f2}.focus\:bg-red-100\/0:focus{background-color:#fbf2f200}.focus\:bg-red-100\/5:focus{background-color:#fbf2f20d}.focus\:bg-red-100\/10:focus{background-color:#fbf2f21a}.focus\:bg-red-100\/20:focus{background-color:#fbf2f233}.focus\:bg-red-100\/25:focus{background-color:#fbf2f240}.focus\:bg-red-100\/30:focus{background-color:#fbf2f24d}.focus\:bg-red-100\/40:focus{background-color:#fbf2f266}.focus\:bg-red-100\/50:focus{background-color:#fbf2f280}.focus\:bg-red-100\/60:focus{background-color:#fbf2f299}.focus\:bg-red-100\/70:focus{background-color:#fbf2f2b3}.focus\:bg-red-100\/75:focus{background-color:#fbf2f2bf}.focus\:bg-red-100\/80:focus{background-color:#fbf2f2cc}.focus\:bg-red-100\/90:focus{background-color:#fbf2f2e6}.focus\:bg-red-100\/95:focus{background-color:#fbf2f2f2}.focus\:bg-red-100\/100:focus{background-color:#fbf2f2}.focus\:bg-red-200\/0:focus{background-color:#f8e4e400}.focus\:bg-red-200\/5:focus{background-color:#f8e4e40d}.focus\:bg-red-200\/10:focus{background-color:#f8e4e41a}.focus\:bg-red-200\/20:focus{background-color:#f8e4e433}.focus\:bg-red-200\/25:focus{background-color:#f8e4e440}.focus\:bg-red-200\/30:focus{background-color:#f8e4e44d}.focus\:bg-red-200\/40:focus{background-color:#f8e4e466}.focus\:bg-red-200\/50:focus{background-color:#f8e4e480}.focus\:bg-red-200\/60:focus{background-color:#f8e4e499}.focus\:bg-red-200\/70:focus{background-color:#f8e4e4b3}.focus\:bg-red-200\/75:focus{background-color:#f8e4e4bf}.focus\:bg-red-200\/80:focus{background-color:#f8e4e4cc}.focus\:bg-red-200\/90:focus{background-color:#f8e4e4e6}.focus\:bg-red-200\/95:focus{background-color:#f8e4e4f2}.focus\:bg-red-200\/100:focus{background-color:#f8e4e4}.focus\:bg-red-300\/0:focus{background-color:#f1c6c600}.focus\:bg-red-300\/5:focus{background-color:#f1c6c60d}.focus\:bg-red-300\/10:focus{background-color:#f1c6c61a}.focus\:bg-red-300\/20:focus{background-color:#f1c6c633}.focus\:bg-red-300\/25:focus{background-color:#f1c6c640}.focus\:bg-red-300\/30:focus{background-color:#f1c6c64d}.focus\:bg-red-300\/40:focus{background-color:#f1c6c666}.focus\:bg-red-300\/50:focus{background-color:#f1c6c680}.focus\:bg-red-300\/60:focus{background-color:#f1c6c699}.focus\:bg-red-300\/70:focus{background-color:#f1c6c6b3}.focus\:bg-red-300\/75:focus{background-color:#f1c6c6bf}.focus\:bg-red-300\/80:focus{background-color:#f1c6c6cc}.focus\:bg-red-300\/90:focus{background-color:#f1c6c6e6}.focus\:bg-red-300\/95:focus{background-color:#f1c6c6f2}.focus\:bg-red-300\/100:focus{background-color:#f1c6c6}.focus\:bg-red-400\/0:focus{background-color:#eaa3a300}.focus\:bg-red-400\/5:focus{background-color:#eaa3a30d}.focus\:bg-red-400\/10:focus{background-color:#eaa3a31a}.focus\:bg-red-400\/20:focus{background-color:#eaa3a333}.focus\:bg-red-400\/25:focus{background-color:#eaa3a340}.focus\:bg-red-400\/30:focus{background-color:#eaa3a34d}.focus\:bg-red-400\/40:focus{background-color:#eaa3a366}.focus\:bg-red-400\/50:focus{background-color:#eaa3a380}.focus\:bg-red-400\/60:focus{background-color:#eaa3a399}.focus\:bg-red-400\/70:focus{background-color:#eaa3a3b3}.focus\:bg-red-400\/75:focus{background-color:#eaa3a3bf}.focus\:bg-red-400\/80:focus{background-color:#eaa3a3cc}.focus\:bg-red-400\/90:focus{background-color:#eaa3a3e6}.focus\:bg-red-400\/95:focus{background-color:#eaa3a3f2}.focus\:bg-red-400\/100:focus{background-color:#eaa3a3}.focus\:bg-red-500\/0:focus{background-color:#e3767600}.focus\:bg-red-500\/5:focus{background-color:#e376760d}.focus\:bg-red-500\/10:focus{background-color:#e376761a}.focus\:bg-red-500\/20:focus{background-color:#e3767633}.focus\:bg-red-500\/25:focus{background-color:#e3767640}.focus\:bg-red-500\/30:focus{background-color:#e376764d}.focus\:bg-red-500\/40:focus{background-color:#e3767666}.focus\:bg-red-500\/50:focus{background-color:#e3767680}.focus\:bg-red-500\/60:focus{background-color:#e3767699}.focus\:bg-red-500\/70:focus{background-color:#e37676b3}.focus\:bg-red-500\/75:focus{background-color:#e37676bf}.focus\:bg-red-500\/80:focus{background-color:#e37676cc}.focus\:bg-red-500\/90:focus{background-color:#e37676e6}.focus\:bg-red-500\/95:focus{background-color:#e37676f2}.focus\:bg-red-500\/100:focus{background-color:#e37676}.focus\:bg-red-600\/0:focus{background-color:#dc262600}.focus\:bg-red-600\/5:focus{background-color:#dc26260d}.focus\:bg-red-600\/10:focus{background-color:#dc26261a}.focus\:bg-red-600\/20:focus{background-color:#dc262633}.focus\:bg-red-600\/25:focus{background-color:#dc262640}.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-600\/95:focus{background-color:#dc2626f2}.focus\:bg-red-600\/100:focus{background-color:#dc2626}.focus\:bg-red-700\/0:focus{background-color:#c4212100}.focus\:bg-red-700\/5:focus{background-color:#c421210d}.focus\:bg-red-700\/10:focus{background-color:#c421211a}.focus\:bg-red-700\/20:focus{background-color:#c4212133}.focus\:bg-red-700\/25:focus{background-color:#c4212140}.focus\:bg-red-700\/30:focus{background-color:#c421214d}.focus\:bg-red-700\/40:focus{background-color:#c4212166}.focus\:bg-red-700\/50:focus{background-color:#c4212180}.focus\:bg-red-700\/60:focus{background-color:#c4212199}.focus\:bg-red-700\/70:focus{background-color:#c42121b3}.focus\:bg-red-700\/75:focus{background-color:#c42121bf}.focus\:bg-red-700\/80:focus{background-color:#c42121cc}.focus\:bg-red-700\/90:focus{background-color:#c42121e6}.focus\:bg-red-700\/95:focus{background-color:#c42121f2}.focus\:bg-red-700\/100:focus{background-color:#c42121}.focus\:bg-red-800\/0:focus{background-color:#aa1d1d00}.focus\:bg-red-800\/5:focus{background-color:#aa1d1d0d}.focus\:bg-red-800\/10:focus{background-color:#aa1d1d1a}.focus\:bg-red-800\/20:focus{background-color:#aa1d1d33}.focus\:bg-red-800\/25:focus{background-color:#aa1d1d40}.focus\:bg-red-800\/30:focus{background-color:#aa1d1d4d}.focus\:bg-red-800\/40:focus{background-color:#aa1d1d66}.focus\:bg-red-800\/50:focus{background-color:#aa1d1d80}.focus\:bg-red-800\/60:focus{background-color:#aa1d1d99}.focus\:bg-red-800\/70:focus{background-color:#aa1d1db3}.focus\:bg-red-800\/75:focus{background-color:#aa1d1dbf}.focus\:bg-red-800\/80:focus{background-color:#aa1d1dcc}.focus\:bg-red-800\/90:focus{background-color:#aa1d1de6}.focus\:bg-red-800\/95:focus{background-color:#aa1d1df2}.focus\:bg-red-800\/100:focus{background-color:#aa1d1d}.focus\:bg-red-900\/0:focus{background-color:#8b181800}.focus\:bg-red-900\/5:focus{background-color:#8b18180d}.focus\:bg-red-900\/10:focus{background-color:#8b18181a}.focus\:bg-red-900\/20:focus{background-color:#8b181833}.focus\:bg-red-900\/25:focus{background-color:#8b181840}.focus\:bg-red-900\/30:focus{background-color:#8b18184d}.focus\:bg-red-900\/40:focus{background-color:#8b181866}.focus\:bg-red-900\/50:focus{background-color:#8b181880}.focus\:bg-red-900\/60:focus{background-color:#8b181899}.focus\:bg-red-900\/70:focus{background-color:#8b1818b3}.focus\:bg-red-900\/75:focus{background-color:#8b1818bf}.focus\:bg-red-900\/80:focus{background-color:#8b1818cc}.focus\:bg-red-900\/90:focus{background-color:#8b1818e6}.focus\:bg-red-900\/95:focus{background-color:#8b1818f2}.focus\:bg-red-900\/100:focus{background-color:#8b1818}.focus\:bg-orange-50\/0:focus{background-color:#fff7ed00}.focus\:bg-orange-50\/5:focus{background-color:#fff7ed0d}.focus\:bg-orange-50\/10:focus{background-color:#fff7ed1a}.focus\:bg-orange-50\/20:focus{background-color:#fff7ed33}.focus\:bg-orange-50\/25:focus{background-color:#fff7ed40}.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-50\/95:focus{background-color:#fff7edf2}.focus\:bg-orange-50\/100:focus{background-color:#fff7ed}.focus\:bg-orange-100\/0:focus{background-color:#fcf3f100}.focus\:bg-orange-100\/5:focus{background-color:#fcf3f10d}.focus\:bg-orange-100\/10:focus{background-color:#fcf3f11a}.focus\:bg-orange-100\/20:focus{background-color:#fcf3f133}.focus\:bg-orange-100\/25:focus{background-color:#fcf3f140}.focus\:bg-orange-100\/30:focus{background-color:#fcf3f14d}.focus\:bg-orange-100\/40:focus{background-color:#fcf3f166}.focus\:bg-orange-100\/50:focus{background-color:#fcf3f180}.focus\:bg-orange-100\/60:focus{background-color:#fcf3f199}.focus\:bg-orange-100\/70:focus{background-color:#fcf3f1b3}.focus\:bg-orange-100\/75:focus{background-color:#fcf3f1bf}.focus\:bg-orange-100\/80:focus{background-color:#fcf3f1cc}.focus\:bg-orange-100\/90:focus{background-color:#fcf3f1e6}.focus\:bg-orange-100\/95:focus{background-color:#fcf3f1f2}.focus\:bg-orange-100\/100:focus{background-color:#fcf3f1}.focus\:bg-orange-200\/0:focus{background-color:#fae7e400}.focus\:bg-orange-200\/5:focus{background-color:#fae7e40d}.focus\:bg-orange-200\/10:focus{background-color:#fae7e41a}.focus\:bg-orange-200\/20:focus{background-color:#fae7e433}.focus\:bg-orange-200\/25:focus{background-color:#fae7e440}.focus\:bg-orange-200\/30:focus{background-color:#fae7e44d}.focus\:bg-orange-200\/40:focus{background-color:#fae7e466}.focus\:bg-orange-200\/50:focus{background-color:#fae7e480}.focus\:bg-orange-200\/60:focus{background-color:#fae7e499}.focus\:bg-orange-200\/70:focus{background-color:#fae7e4b3}.focus\:bg-orange-200\/75:focus{background-color:#fae7e4bf}.focus\:bg-orange-200\/80:focus{background-color:#fae7e4cc}.focus\:bg-orange-200\/90:focus{background-color:#fae7e4e6}.focus\:bg-orange-200\/95:focus{background-color:#fae7e4f2}.focus\:bg-orange-200\/100:focus{background-color:#fae7e4}.focus\:bg-orange-300\/0:focus{background-color:#f6cdc500}.focus\:bg-orange-300\/5:focus{background-color:#f6cdc50d}.focus\:bg-orange-300\/10:focus{background-color:#f6cdc51a}.focus\:bg-orange-300\/20:focus{background-color:#f6cdc533}.focus\:bg-orange-300\/25:focus{background-color:#f6cdc540}.focus\:bg-orange-300\/30:focus{background-color:#f6cdc54d}.focus\:bg-orange-300\/40:focus{background-color:#f6cdc566}.focus\:bg-orange-300\/50:focus{background-color:#f6cdc580}.focus\:bg-orange-300\/60:focus{background-color:#f6cdc599}.focus\:bg-orange-300\/70:focus{background-color:#f6cdc5b3}.focus\:bg-orange-300\/75:focus{background-color:#f6cdc5bf}.focus\:bg-orange-300\/80:focus{background-color:#f6cdc5cc}.focus\:bg-orange-300\/90:focus{background-color:#f6cdc5e6}.focus\:bg-orange-300\/95:focus{background-color:#f6cdc5f2}.focus\:bg-orange-300\/100:focus{background-color:#f6cdc5}.focus\:bg-orange-400\/0:focus{background-color:#f2afa100}.focus\:bg-orange-400\/5:focus{background-color:#f2afa10d}.focus\:bg-orange-400\/10:focus{background-color:#f2afa11a}.focus\:bg-orange-400\/20:focus{background-color:#f2afa133}.focus\:bg-orange-400\/25:focus{background-color:#f2afa140}.focus\:bg-orange-400\/30:focus{background-color:#f2afa14d}.focus\:bg-orange-400\/40:focus{background-color:#f2afa166}.focus\:bg-orange-400\/50:focus{background-color:#f2afa180}.focus\:bg-orange-400\/60:focus{background-color:#f2afa199}.focus\:bg-orange-400\/70:focus{background-color:#f2afa1b3}.focus\:bg-orange-400\/75:focus{background-color:#f2afa1bf}.focus\:bg-orange-400\/80:focus{background-color:#f2afa1cc}.focus\:bg-orange-400\/90:focus{background-color:#f2afa1e6}.focus\:bg-orange-400\/95:focus{background-color:#f2afa1f2}.focus\:bg-orange-400\/100:focus{background-color:#f2afa1}.focus\:bg-orange-500\/0:focus{background-color:#ee8a7200}.focus\:bg-orange-500\/5:focus{background-color:#ee8a720d}.focus\:bg-orange-500\/10:focus{background-color:#ee8a721a}.focus\:bg-orange-500\/20:focus{background-color:#ee8a7233}.focus\:bg-orange-500\/25:focus{background-color:#ee8a7240}.focus\:bg-orange-500\/30:focus{background-color:#ee8a724d}.focus\:bg-orange-500\/40:focus{background-color:#ee8a7266}.focus\:bg-orange-500\/50:focus{background-color:#ee8a7280}.focus\:bg-orange-500\/60:focus{background-color:#ee8a7299}.focus\:bg-orange-500\/70:focus{background-color:#ee8a72b3}.focus\:bg-orange-500\/75:focus{background-color:#ee8a72bf}.focus\:bg-orange-500\/80:focus{background-color:#ee8a72cc}.focus\:bg-orange-500\/90:focus{background-color:#ee8a72e6}.focus\:bg-orange-500\/95:focus{background-color:#ee8a72f2}.focus\:bg-orange-500\/100:focus{background-color:#ee8a72}.focus\:bg-orange-600\/0:focus{background-color:#ea580c00}.focus\:bg-orange-600\/5:focus{background-color:#ea580c0d}.focus\:bg-orange-600\/10:focus{background-color:#ea580c1a}.focus\:bg-orange-600\/20:focus{background-color:#ea580c33}.focus\:bg-orange-600\/25:focus{background-color:#ea580c40}.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-600\/95:focus{background-color:#ea580cf2}.focus\:bg-orange-600\/100:focus{background-color:#ea580c}.focus\:bg-orange-700\/0:focus{background-color:#d14e0a00}.focus\:bg-orange-700\/5:focus{background-color:#d14e0a0d}.focus\:bg-orange-700\/10:focus{background-color:#d14e0a1a}.focus\:bg-orange-700\/20:focus{background-color:#d14e0a33}.focus\:bg-orange-700\/25:focus{background-color:#d14e0a40}.focus\:bg-orange-700\/30:focus{background-color:#d14e0a4d}.focus\:bg-orange-700\/40:focus{background-color:#d14e0a66}.focus\:bg-orange-700\/50:focus{background-color:#d14e0a80}.focus\:bg-orange-700\/60:focus{background-color:#d14e0a99}.focus\:bg-orange-700\/70:focus{background-color:#d14e0ab3}.focus\:bg-orange-700\/75:focus{background-color:#d14e0abf}.focus\:bg-orange-700\/80:focus{background-color:#d14e0acc}.focus\:bg-orange-700\/90:focus{background-color:#d14e0ae6}.focus\:bg-orange-700\/95:focus{background-color:#d14e0af2}.focus\:bg-orange-700\/100:focus{background-color:#d14e0a}.focus\:bg-orange-800\/0:focus{background-color:#b5440900}.focus\:bg-orange-800\/5:focus{background-color:#b544090d}.focus\:bg-orange-800\/10:focus{background-color:#b544091a}.focus\:bg-orange-800\/20:focus{background-color:#b5440933}.focus\:bg-orange-800\/25:focus{background-color:#b5440940}.focus\:bg-orange-800\/30:focus{background-color:#b544094d}.focus\:bg-orange-800\/40:focus{background-color:#b5440966}.focus\:bg-orange-800\/50:focus{background-color:#b5440980}.focus\:bg-orange-800\/60:focus{background-color:#b5440999}.focus\:bg-orange-800\/70:focus{background-color:#b54409b3}.focus\:bg-orange-800\/75:focus{background-color:#b54409bf}.focus\:bg-orange-800\/80:focus{background-color:#b54409cc}.focus\:bg-orange-800\/90:focus{background-color:#b54409e6}.focus\:bg-orange-800\/95:focus{background-color:#b54409f2}.focus\:bg-orange-800\/100:focus{background-color:#b54409}.focus\:bg-orange-900\/0:focus{background-color:#93370700}.focus\:bg-orange-900\/5:focus{background-color:#9337070d}.focus\:bg-orange-900\/10:focus{background-color:#9337071a}.focus\:bg-orange-900\/20:focus{background-color:#93370733}.focus\:bg-orange-900\/25:focus{background-color:#93370740}.focus\:bg-orange-900\/30:focus{background-color:#9337074d}.focus\:bg-orange-900\/40:focus{background-color:#93370766}.focus\:bg-orange-900\/50:focus{background-color:#93370780}.focus\:bg-orange-900\/60:focus{background-color:#93370799}.focus\:bg-orange-900\/70:focus{background-color:#933707b3}.focus\:bg-orange-900\/75:focus{background-color:#933707bf}.focus\:bg-orange-900\/80:focus{background-color:#933707cc}.focus\:bg-orange-900\/90:focus{background-color:#933707e6}.focus\:bg-orange-900\/95:focus{background-color:#933707f2}.focus\:bg-orange-900\/100:focus{background-color:#933707}.focus\:bg-yellow-50\/0:focus{background-color:#fefce800}.focus\:bg-yellow-50\/5:focus{background-color:#fefce80d}.focus\:bg-yellow-50\/10:focus{background-color:#fefce81a}.focus\:bg-yellow-50\/20:focus{background-color:#fefce833}.focus\:bg-yellow-50\/25:focus{background-color:#fefce840}.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-50\/95:focus{background-color:#fefce8f2}.focus\:bg-yellow-50\/100:focus{background-color:#fefce8}.focus\:bg-yellow-100\/0:focus{background-color:#fef3c700}.focus\:bg-yellow-100\/5:focus{background-color:#fef3c70d}.focus\:bg-yellow-100\/10:focus{background-color:#fef3c71a}.focus\:bg-yellow-100\/20:focus{background-color:#fef3c733}.focus\:bg-yellow-100\/25:focus{background-color:#fef3c740}.focus\:bg-yellow-100\/30:focus{background-color:#fef3c74d}.focus\:bg-yellow-100\/40:focus{background-color:#fef3c766}.focus\:bg-yellow-100\/50:focus{background-color:#fef3c780}.focus\:bg-yellow-100\/60:focus{background-color:#fef3c799}.focus\:bg-yellow-100\/70:focus{background-color:#fef3c7b3}.focus\:bg-yellow-100\/75:focus{background-color:#fef3c7bf}.focus\:bg-yellow-100\/80:focus{background-color:#fef3c7cc}.focus\:bg-yellow-100\/90:focus{background-color:#fef3c7e6}.focus\:bg-yellow-100\/95:focus{background-color:#fef3c7f2}.focus\:bg-yellow-100\/100:focus{background-color:#fef3c7}.focus\:bg-yellow-200\/0:focus{background-color:#fde68a00}.focus\:bg-yellow-200\/5:focus{background-color:#fde68a0d}.focus\:bg-yellow-200\/10:focus{background-color:#fde68a1a}.focus\:bg-yellow-200\/20:focus{background-color:#fde68a33}.focus\:bg-yellow-200\/25:focus{background-color:#fde68a40}.focus\:bg-yellow-200\/30:focus{background-color:#fde68a4d}.focus\:bg-yellow-200\/40:focus{background-color:#fde68a66}.focus\:bg-yellow-200\/50:focus{background-color:#fde68a80}.focus\:bg-yellow-200\/60:focus{background-color:#fde68a99}.focus\:bg-yellow-200\/70:focus{background-color:#fde68ab3}.focus\:bg-yellow-200\/75:focus{background-color:#fde68abf}.focus\:bg-yellow-200\/80:focus{background-color:#fde68acc}.focus\:bg-yellow-200\/90:focus{background-color:#fde68ae6}.focus\:bg-yellow-200\/95:focus{background-color:#fde68af2}.focus\:bg-yellow-200\/100:focus{background-color:#fde68a}.focus\:bg-yellow-300\/0:focus{background-color:#fcd34d00}.focus\:bg-yellow-300\/5:focus{background-color:#fcd34d0d}.focus\:bg-yellow-300\/10:focus{background-color:#fcd34d1a}.focus\:bg-yellow-300\/20:focus{background-color:#fcd34d33}.focus\:bg-yellow-300\/25:focus{background-color:#fcd34d40}.focus\:bg-yellow-300\/30:focus{background-color:#fcd34d4d}.focus\:bg-yellow-300\/40:focus{background-color:#fcd34d66}.focus\:bg-yellow-300\/50:focus{background-color:#fcd34d80}.focus\:bg-yellow-300\/60:focus{background-color:#fcd34d99}.focus\:bg-yellow-300\/70:focus{background-color:#fcd34db3}.focus\:bg-yellow-300\/75:focus{background-color:#fcd34dbf}.focus\:bg-yellow-300\/80:focus{background-color:#fcd34dcc}.focus\:bg-yellow-300\/90:focus{background-color:#fcd34de6}.focus\:bg-yellow-300\/95:focus{background-color:#fcd34df2}.focus\:bg-yellow-300\/100:focus{background-color:#fcd34d}.focus\:bg-yellow-400\/0:focus{background-color:#fbbf2400}.focus\:bg-yellow-400\/5:focus{background-color:#fbbf240d}.focus\:bg-yellow-400\/10:focus{background-color:#fbbf241a}.focus\:bg-yellow-400\/20:focus{background-color:#fbbf2433}.focus\:bg-yellow-400\/25:focus{background-color:#fbbf2440}.focus\:bg-yellow-400\/30:focus{background-color:#fbbf244d}.focus\:bg-yellow-400\/40:focus{background-color:#fbbf2466}.focus\:bg-yellow-400\/50:focus{background-color:#fbbf2480}.focus\:bg-yellow-400\/60:focus{background-color:#fbbf2499}.focus\:bg-yellow-400\/70:focus{background-color:#fbbf24b3}.focus\:bg-yellow-400\/75:focus{background-color:#fbbf24bf}.focus\:bg-yellow-400\/80:focus{background-color:#fbbf24cc}.focus\:bg-yellow-400\/90:focus{background-color:#fbbf24e6}.focus\:bg-yellow-400\/95:focus{background-color:#fbbf24f2}.focus\:bg-yellow-400\/100:focus{background-color:#fbbf24}.focus\:bg-yellow-500\/0:focus{background-color:#eab30800}.focus\:bg-yellow-500\/5:focus{background-color:#eab3080d}.focus\:bg-yellow-500\/10:focus{background-color:#eab3081a}.focus\:bg-yellow-500\/20:focus{background-color:#eab30833}.focus\:bg-yellow-500\/25:focus{background-color:#eab30840}.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-500\/95:focus{background-color:#eab308f2}.focus\:bg-yellow-500\/100:focus{background-color:#eab308}.focus\:bg-yellow-600\/0:focus{background-color:#d9770600}.focus\:bg-yellow-600\/5:focus{background-color:#d977060d}.focus\:bg-yellow-600\/10:focus{background-color:#d977061a}.focus\:bg-yellow-600\/20:focus{background-color:#d9770633}.focus\:bg-yellow-600\/25:focus{background-color:#d9770640}.focus\:bg-yellow-600\/30:focus{background-color:#d977064d}.focus\:bg-yellow-600\/40:focus{background-color:#d9770666}.focus\:bg-yellow-600\/50:focus{background-color:#d9770680}.focus\:bg-yellow-600\/60:focus{background-color:#d9770699}.focus\:bg-yellow-600\/70:focus{background-color:#d97706b3}.focus\:bg-yellow-600\/75:focus{background-color:#d97706bf}.focus\:bg-yellow-600\/80:focus{background-color:#d97706cc}.focus\:bg-yellow-600\/90:focus{background-color:#d97706e6}.focus\:bg-yellow-600\/95:focus{background-color:#d97706f2}.focus\:bg-yellow-600\/100:focus{background-color:#d97706}.focus\:bg-yellow-700\/0:focus{background-color:#b4530900}.focus\:bg-yellow-700\/5:focus{background-color:#b453090d}.focus\:bg-yellow-700\/10:focus{background-color:#b453091a}.focus\:bg-yellow-700\/20:focus{background-color:#b4530933}.focus\:bg-yellow-700\/25:focus{background-color:#b4530940}.focus\:bg-yellow-700\/30:focus{background-color:#b453094d}.focus\:bg-yellow-700\/40:focus{background-color:#b4530966}.focus\:bg-yellow-700\/50:focus{background-color:#b4530980}.focus\:bg-yellow-700\/60:focus{background-color:#b4530999}.focus\:bg-yellow-700\/70:focus{background-color:#b45309b3}.focus\:bg-yellow-700\/75:focus{background-color:#b45309bf}.focus\:bg-yellow-700\/80:focus{background-color:#b45309cc}.focus\:bg-yellow-700\/90:focus{background-color:#b45309e6}.focus\:bg-yellow-700\/95:focus{background-color:#b45309f2}.focus\:bg-yellow-700\/100:focus{background-color:#b45309}.focus\:bg-yellow-800\/0:focus{background-color:#92400e00}.focus\:bg-yellow-800\/5:focus{background-color:#92400e0d}.focus\:bg-yellow-800\/10:focus{background-color:#92400e1a}.focus\:bg-yellow-800\/20:focus{background-color:#92400e33}.focus\:bg-yellow-800\/25:focus{background-color:#92400e40}.focus\:bg-yellow-800\/30:focus{background-color:#92400e4d}.focus\:bg-yellow-800\/40:focus{background-color:#92400e66}.focus\:bg-yellow-800\/50:focus{background-color:#92400e80}.focus\:bg-yellow-800\/60:focus{background-color:#92400e99}.focus\:bg-yellow-800\/70:focus{background-color:#92400eb3}.focus\:bg-yellow-800\/75:focus{background-color:#92400ebf}.focus\:bg-yellow-800\/80:focus{background-color:#92400ecc}.focus\:bg-yellow-800\/90:focus{background-color:#92400ee6}.focus\:bg-yellow-800\/95:focus{background-color:#92400ef2}.focus\:bg-yellow-800\/100:focus{background-color:#92400e}.focus\:bg-yellow-900\/0:focus{background-color:#78350f00}.focus\:bg-yellow-900\/5:focus{background-color:#78350f0d}.focus\:bg-yellow-900\/10:focus{background-color:#78350f1a}.focus\:bg-yellow-900\/20:focus{background-color:#78350f33}.focus\:bg-yellow-900\/25:focus{background-color:#78350f40}.focus\:bg-yellow-900\/30:focus{background-color:#78350f4d}.focus\:bg-yellow-900\/40:focus{background-color:#78350f66}.focus\:bg-yellow-900\/50:focus{background-color:#78350f80}.focus\:bg-yellow-900\/60:focus{background-color:#78350f99}.focus\:bg-yellow-900\/70:focus{background-color:#78350fb3}.focus\:bg-yellow-900\/75:focus{background-color:#78350fbf}.focus\:bg-yellow-900\/80:focus{background-color:#78350fcc}.focus\:bg-yellow-900\/90:focus{background-color:#78350fe6}.focus\:bg-yellow-900\/95:focus{background-color:#78350ff2}.focus\:bg-yellow-900\/100:focus{background-color:#78350f}.focus\:bg-green-50\/0:focus{background-color:#f0fdf400}.focus\:bg-green-50\/5:focus{background-color:#f0fdf40d}.focus\:bg-green-50\/10:focus{background-color:#f0fdf41a}.focus\:bg-green-50\/20:focus{background-color:#f0fdf433}.focus\:bg-green-50\/25:focus{background-color:#f0fdf440}.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-50\/95:focus{background-color:#f0fdf4f2}.focus\:bg-green-50\/100:focus{background-color:#f0fdf4}.focus\:bg-green-100\/0:focus{background-color:#f2faf600}.focus\:bg-green-100\/5:focus{background-color:#f2faf60d}.focus\:bg-green-100\/10:focus{background-color:#f2faf61a}.focus\:bg-green-100\/20:focus{background-color:#f2faf633}.focus\:bg-green-100\/25:focus{background-color:#f2faf640}.focus\:bg-green-100\/30:focus{background-color:#f2faf64d}.focus\:bg-green-100\/40:focus{background-color:#f2faf666}.focus\:bg-green-100\/50:focus{background-color:#f2faf680}.focus\:bg-green-100\/60:focus{background-color:#f2faf699}.focus\:bg-green-100\/70:focus{background-color:#f2faf6b3}.focus\:bg-green-100\/75:focus{background-color:#f2faf6bf}.focus\:bg-green-100\/80:focus{background-color:#f2faf6cc}.focus\:bg-green-100\/90:focus{background-color:#f2faf6e6}.focus\:bg-green-100\/95:focus{background-color:#f2faf6f2}.focus\:bg-green-100\/100:focus{background-color:#f2faf6}.focus\:bg-green-200\/0:focus{background-color:#e5f6ee00}.focus\:bg-green-200\/5:focus{background-color:#e5f6ee0d}.focus\:bg-green-200\/10:focus{background-color:#e5f6ee1a}.focus\:bg-green-200\/20:focus{background-color:#e5f6ee33}.focus\:bg-green-200\/25:focus{background-color:#e5f6ee40}.focus\:bg-green-200\/30:focus{background-color:#e5f6ee4d}.focus\:bg-green-200\/40:focus{background-color:#e5f6ee66}.focus\:bg-green-200\/50:focus{background-color:#e5f6ee80}.focus\:bg-green-200\/60:focus{background-color:#e5f6ee99}.focus\:bg-green-200\/70:focus{background-color:#e5f6eeb3}.focus\:bg-green-200\/75:focus{background-color:#e5f6eebf}.focus\:bg-green-200\/80:focus{background-color:#e5f6eecc}.focus\:bg-green-200\/90:focus{background-color:#e5f6eee6}.focus\:bg-green-200\/95:focus{background-color:#e5f6eef2}.focus\:bg-green-200\/100:focus{background-color:#e5f6ee}.focus\:bg-green-300\/0:focus{background-color:#c8eedb00}.focus\:bg-green-300\/5:focus{background-color:#c8eedb0d}.focus\:bg-green-300\/10:focus{background-color:#c8eedb1a}.focus\:bg-green-300\/20:focus{background-color:#c8eedb33}.focus\:bg-green-300\/25:focus{background-color:#c8eedb40}.focus\:bg-green-300\/30:focus{background-color:#c8eedb4d}.focus\:bg-green-300\/40:focus{background-color:#c8eedb66}.focus\:bg-green-300\/50:focus{background-color:#c8eedb80}.focus\:bg-green-300\/60:focus{background-color:#c8eedb99}.focus\:bg-green-300\/70:focus{background-color:#c8eedbb3}.focus\:bg-green-300\/75:focus{background-color:#c8eedbbf}.focus\:bg-green-300\/80:focus{background-color:#c8eedbcc}.focus\:bg-green-300\/90:focus{background-color:#c8eedbe6}.focus\:bg-green-300\/95:focus{background-color:#c8eedbf2}.focus\:bg-green-300\/100:focus{background-color:#c8eedb}.focus\:bg-green-400\/0:focus{background-color:#a6e5c800}.focus\:bg-green-400\/5:focus{background-color:#a6e5c80d}.focus\:bg-green-400\/10:focus{background-color:#a6e5c81a}.focus\:bg-green-400\/20:focus{background-color:#a6e5c833}.focus\:bg-green-400\/25:focus{background-color:#a6e5c840}.focus\:bg-green-400\/30:focus{background-color:#a6e5c84d}.focus\:bg-green-400\/40:focus{background-color:#a6e5c866}.focus\:bg-green-400\/50:focus{background-color:#a6e5c880}.focus\:bg-green-400\/60:focus{background-color:#a6e5c899}.focus\:bg-green-400\/70:focus{background-color:#a6e5c8b3}.focus\:bg-green-400\/75:focus{background-color:#a6e5c8bf}.focus\:bg-green-400\/80:focus{background-color:#a6e5c8cc}.focus\:bg-green-400\/90:focus{background-color:#a6e5c8e6}.focus\:bg-green-400\/95:focus{background-color:#a6e5c8f2}.focus\:bg-green-400\/100:focus{background-color:#a6e5c8}.focus\:bg-green-500\/0:focus{background-color:#7bdcb200}.focus\:bg-green-500\/5:focus{background-color:#7bdcb20d}.focus\:bg-green-500\/10:focus{background-color:#7bdcb21a}.focus\:bg-green-500\/20:focus{background-color:#7bdcb233}.focus\:bg-green-500\/25:focus{background-color:#7bdcb240}.focus\:bg-green-500\/30:focus{background-color:#7bdcb24d}.focus\:bg-green-500\/40:focus{background-color:#7bdcb266}.focus\:bg-green-500\/50:focus{background-color:#7bdcb280}.focus\:bg-green-500\/60:focus{background-color:#7bdcb299}.focus\:bg-green-500\/70:focus{background-color:#7bdcb2b3}.focus\:bg-green-500\/75:focus{background-color:#7bdcb2bf}.focus\:bg-green-500\/80:focus{background-color:#7bdcb2cc}.focus\:bg-green-500\/90:focus{background-color:#7bdcb2e6}.focus\:bg-green-500\/95:focus{background-color:#7bdcb2f2}.focus\:bg-green-500\/100:focus{background-color:#7bdcb2}.focus\:bg-green-600\/0:focus{background-color:#34d39900}.focus\:bg-green-600\/5:focus{background-color:#34d3990d}.focus\:bg-green-600\/10:focus{background-color:#34d3991a}.focus\:bg-green-600\/20:focus{background-color:#34d39933}.focus\:bg-green-600\/25:focus{background-color:#34d39940}.focus\:bg-green-600\/30:focus{background-color:#34d3994d}.focus\:bg-green-600\/40:focus{background-color:#34d39966}.focus\:bg-green-600\/50:focus{background-color:#34d39980}.focus\:bg-green-600\/60:focus{background-color:#34d39999}.focus\:bg-green-600\/70:focus{background-color:#34d399b3}.focus\:bg-green-600\/75:focus{background-color:#34d399bf}.focus\:bg-green-600\/80:focus{background-color:#34d399cc}.focus\:bg-green-600\/90:focus{background-color:#34d399e6}.focus\:bg-green-600\/95:focus{background-color:#34d399f2}.focus\:bg-green-600\/100:focus{background-color:#34d399}.focus\:bg-green-700\/0:focus{background-color:#2ebc8800}.focus\:bg-green-700\/5:focus{background-color:#2ebc880d}.focus\:bg-green-700\/10:focus{background-color:#2ebc881a}.focus\:bg-green-700\/20:focus{background-color:#2ebc8833}.focus\:bg-green-700\/25:focus{background-color:#2ebc8840}.focus\:bg-green-700\/30:focus{background-color:#2ebc884d}.focus\:bg-green-700\/40:focus{background-color:#2ebc8866}.focus\:bg-green-700\/50:focus{background-color:#2ebc8880}.focus\:bg-green-700\/60:focus{background-color:#2ebc8899}.focus\:bg-green-700\/70:focus{background-color:#2ebc88b3}.focus\:bg-green-700\/75:focus{background-color:#2ebc88bf}.focus\:bg-green-700\/80:focus{background-color:#2ebc88cc}.focus\:bg-green-700\/90:focus{background-color:#2ebc88e6}.focus\:bg-green-700\/95:focus{background-color:#2ebc88f2}.focus\:bg-green-700\/100:focus{background-color:#2ebc88}.focus\:bg-green-800\/0:focus{background-color:#28a37600}.focus\:bg-green-800\/5:focus{background-color:#28a3760d}.focus\:bg-green-800\/10:focus{background-color:#28a3761a}.focus\:bg-green-800\/20:focus{background-color:#28a37633}.focus\:bg-green-800\/25:focus{background-color:#28a37640}.focus\:bg-green-800\/30:focus{background-color:#28a3764d}.focus\:bg-green-800\/40:focus{background-color:#28a37666}.focus\:bg-green-800\/50:focus{background-color:#28a37680}.focus\:bg-green-800\/60:focus{background-color:#28a37699}.focus\:bg-green-800\/70:focus{background-color:#28a376b3}.focus\:bg-green-800\/75:focus{background-color:#28a376bf}.focus\:bg-green-800\/80:focus{background-color:#28a376cc}.focus\:bg-green-800\/90:focus{background-color:#28a376e6}.focus\:bg-green-800\/95:focus{background-color:#28a376f2}.focus\:bg-green-800\/100:focus{background-color:#28a376}.focus\:bg-green-900\/0:focus{background-color:#20856000}.focus\:bg-green-900\/5:focus{background-color:#2085600d}.focus\:bg-green-900\/10:focus{background-color:#2085601a}.focus\:bg-green-900\/20:focus{background-color:#20856033}.focus\:bg-green-900\/25:focus{background-color:#20856040}.focus\:bg-green-900\/30:focus{background-color:#2085604d}.focus\:bg-green-900\/40:focus{background-color:#20856066}.focus\:bg-green-900\/50:focus{background-color:#20856080}.focus\:bg-green-900\/60:focus{background-color:#20856099}.focus\:bg-green-900\/70:focus{background-color:#208560b3}.focus\:bg-green-900\/75:focus{background-color:#208560bf}.focus\:bg-green-900\/80:focus{background-color:#208560cc}.focus\:bg-green-900\/90:focus{background-color:#208560e6}.focus\:bg-green-900\/95:focus{background-color:#208560f2}.focus\:bg-green-900\/100:focus{background-color:#208560}.focus\:bg-emerald-50\/0:focus{background-color:#ecfdf500}.focus\:bg-emerald-50\/5:focus{background-color:#ecfdf50d}.focus\:bg-emerald-50\/10:focus{background-color:#ecfdf51a}.focus\:bg-emerald-50\/20:focus{background-color:#ecfdf533}.focus\:bg-emerald-50\/25:focus{background-color:#ecfdf540}.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-50\/95:focus{background-color:#ecfdf5f2}.focus\:bg-emerald-50\/100:focus{background-color:#ecfdf5}.focus\:bg-emerald-100\/0:focus{background-color:#d1fae500}.focus\:bg-emerald-100\/5:focus{background-color:#d1fae50d}.focus\:bg-emerald-100\/10:focus{background-color:#d1fae51a}.focus\:bg-emerald-100\/20:focus{background-color:#d1fae533}.focus\:bg-emerald-100\/25:focus{background-color:#d1fae540}.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-100\/95:focus{background-color:#d1fae5f2}.focus\:bg-emerald-100\/100:focus{background-color:#d1fae5}.focus\:bg-emerald-200\/0:focus{background-color:#a7f3d000}.focus\:bg-emerald-200\/5:focus{background-color:#a7f3d00d}.focus\:bg-emerald-200\/10:focus{background-color:#a7f3d01a}.focus\:bg-emerald-200\/20:focus{background-color:#a7f3d033}.focus\:bg-emerald-200\/25:focus{background-color:#a7f3d040}.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-200\/95:focus{background-color:#a7f3d0f2}.focus\:bg-emerald-200\/100:focus{background-color:#a7f3d0}.focus\:bg-emerald-300\/0:focus{background-color:#6ee7b700}.focus\:bg-emerald-300\/5:focus{background-color:#6ee7b70d}.focus\:bg-emerald-300\/10:focus{background-color:#6ee7b71a}.focus\:bg-emerald-300\/20:focus{background-color:#6ee7b733}.focus\:bg-emerald-300\/25:focus{background-color:#6ee7b740}.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-300\/95:focus{background-color:#6ee7b7f2}.focus\:bg-emerald-300\/100:focus{background-color:#6ee7b7}.focus\:bg-emerald-400\/0:focus{background-color:#34d39900}.focus\:bg-emerald-400\/5:focus{background-color:#34d3990d}.focus\:bg-emerald-400\/10:focus{background-color:#34d3991a}.focus\:bg-emerald-400\/20:focus{background-color:#34d39933}.focus\:bg-emerald-400\/25:focus{background-color:#34d39940}.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-400\/95:focus{background-color:#34d399f2}.focus\:bg-emerald-400\/100:focus{background-color:#34d399}.focus\:bg-emerald-500\/0:focus{background-color:#10b98100}.focus\:bg-emerald-500\/5:focus{background-color:#10b9810d}.focus\:bg-emerald-500\/10:focus{background-color:#10b9811a}.focus\:bg-emerald-500\/20:focus{background-color:#10b98133}.focus\:bg-emerald-500\/25:focus{background-color:#10b98140}.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-500\/95:focus{background-color:#10b981f2}.focus\:bg-emerald-500\/100:focus{background-color:#10b981}.focus\:bg-emerald-600\/0:focus{background-color:#05966900}.focus\:bg-emerald-600\/5:focus{background-color:#0596690d}.focus\:bg-emerald-600\/10:focus{background-color:#0596691a}.focus\:bg-emerald-600\/20:focus{background-color:#05966933}.focus\:bg-emerald-600\/25:focus{background-color:#05966940}.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-600\/95:focus{background-color:#059669f2}.focus\:bg-emerald-600\/100:focus{background-color:#059669}.focus\:bg-emerald-700\/0:focus{background-color:#04785700}.focus\:bg-emerald-700\/5:focus{background-color:#0478570d}.focus\:bg-emerald-700\/10:focus{background-color:#0478571a}.focus\:bg-emerald-700\/20:focus{background-color:#04785733}.focus\:bg-emerald-700\/25:focus{background-color:#04785740}.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-700\/95:focus{background-color:#047857f2}.focus\:bg-emerald-700\/100:focus{background-color:#047857}.focus\:bg-emerald-800\/0:focus{background-color:#065f4600}.focus\:bg-emerald-800\/5:focus{background-color:#065f460d}.focus\:bg-emerald-800\/10:focus{background-color:#065f461a}.focus\:bg-emerald-800\/20:focus{background-color:#065f4633}.focus\:bg-emerald-800\/25:focus{background-color:#065f4640}.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-800\/95:focus{background-color:#065f46f2}.focus\:bg-emerald-800\/100:focus{background-color:#065f46}.focus\:bg-emerald-900\/0:focus{background-color:#064e3b00}.focus\:bg-emerald-900\/5:focus{background-color:#064e3b0d}.focus\:bg-emerald-900\/10:focus{background-color:#064e3b1a}.focus\:bg-emerald-900\/20:focus{background-color:#064e3b33}.focus\:bg-emerald-900\/25:focus{background-color:#064e3b40}.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-900\/95:focus{background-color:#064e3bf2}.focus\:bg-emerald-900\/100:focus{background-color:#064e3b}.focus\:bg-teal-50\/0:focus{background-color:#f0fdfa00}.focus\:bg-teal-50\/5:focus{background-color:#f0fdfa0d}.focus\:bg-teal-50\/10:focus{background-color:#f0fdfa1a}.focus\:bg-teal-50\/20:focus{background-color:#f0fdfa33}.focus\:bg-teal-50\/25:focus{background-color:#f0fdfa40}.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-50\/95:focus{background-color:#f0fdfaf2}.focus\:bg-teal-50\/100:focus{background-color:#f0fdfa}.focus\:bg-teal-100\/0:focus{background-color:#ccfbf100}.focus\:bg-teal-100\/5:focus{background-color:#ccfbf10d}.focus\:bg-teal-100\/10:focus{background-color:#ccfbf11a}.focus\:bg-teal-100\/20:focus{background-color:#ccfbf133}.focus\:bg-teal-100\/25:focus{background-color:#ccfbf140}.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-100\/95:focus{background-color:#ccfbf1f2}.focus\:bg-teal-100\/100:focus{background-color:#ccfbf1}.focus\:bg-teal-200\/0:focus{background-color:#99f6e400}.focus\:bg-teal-200\/5:focus{background-color:#99f6e40d}.focus\:bg-teal-200\/10:focus{background-color:#99f6e41a}.focus\:bg-teal-200\/20:focus{background-color:#99f6e433}.focus\:bg-teal-200\/25:focus{background-color:#99f6e440}.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-200\/95:focus{background-color:#99f6e4f2}.focus\:bg-teal-200\/100:focus{background-color:#99f6e4}.focus\:bg-teal-300\/0:focus{background-color:#5eead400}.focus\:bg-teal-300\/5:focus{background-color:#5eead40d}.focus\:bg-teal-300\/10:focus{background-color:#5eead41a}.focus\:bg-teal-300\/20:focus{background-color:#5eead433}.focus\:bg-teal-300\/25:focus{background-color:#5eead440}.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-300\/95:focus{background-color:#5eead4f2}.focus\:bg-teal-300\/100:focus{background-color:#5eead4}.focus\:bg-teal-400\/0:focus{background-color:#2dd4bf00}.focus\:bg-teal-400\/5:focus{background-color:#2dd4bf0d}.focus\:bg-teal-400\/10:focus{background-color:#2dd4bf1a}.focus\:bg-teal-400\/20:focus{background-color:#2dd4bf33}.focus\:bg-teal-400\/25:focus{background-color:#2dd4bf40}.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-400\/95:focus{background-color:#2dd4bff2}.focus\:bg-teal-400\/100:focus{background-color:#2dd4bf}.focus\:bg-teal-500\/0:focus{background-color:#14b8a600}.focus\:bg-teal-500\/5:focus{background-color:#14b8a60d}.focus\:bg-teal-500\/10:focus{background-color:#14b8a61a}.focus\:bg-teal-500\/20:focus{background-color:#14b8a633}.focus\:bg-teal-500\/25:focus{background-color:#14b8a640}.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-500\/95:focus{background-color:#14b8a6f2}.focus\:bg-teal-500\/100:focus{background-color:#14b8a6}.focus\:bg-teal-600\/0:focus{background-color:#0d948800}.focus\:bg-teal-600\/5:focus{background-color:#0d94880d}.focus\:bg-teal-600\/10:focus{background-color:#0d94881a}.focus\:bg-teal-600\/20:focus{background-color:#0d948833}.focus\:bg-teal-600\/25:focus{background-color:#0d948840}.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-600\/95:focus{background-color:#0d9488f2}.focus\:bg-teal-600\/100:focus{background-color:#0d9488}.focus\:bg-teal-700\/0:focus{background-color:#0f766e00}.focus\:bg-teal-700\/5:focus{background-color:#0f766e0d}.focus\:bg-teal-700\/10:focus{background-color:#0f766e1a}.focus\:bg-teal-700\/20:focus{background-color:#0f766e33}.focus\:bg-teal-700\/25:focus{background-color:#0f766e40}.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-700\/95:focus{background-color:#0f766ef2}.focus\:bg-teal-700\/100:focus{background-color:#0f766e}.focus\:bg-teal-800\/0:focus{background-color:#115e5900}.focus\:bg-teal-800\/5:focus{background-color:#115e590d}.focus\:bg-teal-800\/10:focus{background-color:#115e591a}.focus\:bg-teal-800\/20:focus{background-color:#115e5933}.focus\:bg-teal-800\/25:focus{background-color:#115e5940}.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-800\/95:focus{background-color:#115e59f2}.focus\:bg-teal-800\/100:focus{background-color:#115e59}.focus\:bg-teal-900\/0:focus{background-color:#134e4a00}.focus\:bg-teal-900\/5:focus{background-color:#134e4a0d}.focus\:bg-teal-900\/10:focus{background-color:#134e4a1a}.focus\:bg-teal-900\/20:focus{background-color:#134e4a33}.focus\:bg-teal-900\/25:focus{background-color:#134e4a40}.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-900\/95:focus{background-color:#134e4af2}.focus\:bg-teal-900\/100:focus{background-color:#134e4a}.focus\:bg-sky-50\/0:focus{background-color:#f0f9ff00}.focus\:bg-sky-50\/5:focus{background-color:#f0f9ff0d}.focus\:bg-sky-50\/10:focus{background-color:#f0f9ff1a}.focus\:bg-sky-50\/20:focus{background-color:#f0f9ff33}.focus\:bg-sky-50\/25:focus{background-color:#f0f9ff40}.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-50\/95:focus{background-color:#f0f9fff2}.focus\:bg-sky-50\/100:focus{background-color:#f0f9ff}.focus\:bg-sky-100\/0:focus{background-color:#e0f2fe00}.focus\:bg-sky-100\/5:focus{background-color:#e0f2fe0d}.focus\:bg-sky-100\/10:focus{background-color:#e0f2fe1a}.focus\:bg-sky-100\/20:focus{background-color:#e0f2fe33}.focus\:bg-sky-100\/25:focus{background-color:#e0f2fe40}.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-100\/95:focus{background-color:#e0f2fef2}.focus\:bg-sky-100\/100:focus{background-color:#e0f2fe}.focus\:bg-sky-200\/0:focus{background-color:#bae6fd00}.focus\:bg-sky-200\/5:focus{background-color:#bae6fd0d}.focus\:bg-sky-200\/10:focus{background-color:#bae6fd1a}.focus\:bg-sky-200\/20:focus{background-color:#bae6fd33}.focus\:bg-sky-200\/25:focus{background-color:#bae6fd40}.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-200\/95:focus{background-color:#bae6fdf2}.focus\:bg-sky-200\/100:focus{background-color:#bae6fd}.focus\:bg-sky-300\/0:focus{background-color:#7dd3fc00}.focus\:bg-sky-300\/5:focus{background-color:#7dd3fc0d}.focus\:bg-sky-300\/10:focus{background-color:#7dd3fc1a}.focus\:bg-sky-300\/20:focus{background-color:#7dd3fc33}.focus\:bg-sky-300\/25:focus{background-color:#7dd3fc40}.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-300\/95:focus{background-color:#7dd3fcf2}.focus\:bg-sky-300\/100:focus{background-color:#7dd3fc}.focus\:bg-sky-400\/0:focus{background-color:#38bdf800}.focus\:bg-sky-400\/5:focus{background-color:#38bdf80d}.focus\:bg-sky-400\/10:focus{background-color:#38bdf81a}.focus\:bg-sky-400\/20:focus{background-color:#38bdf833}.focus\:bg-sky-400\/25:focus{background-color:#38bdf840}.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-400\/95:focus{background-color:#38bdf8f2}.focus\:bg-sky-400\/100:focus{background-color:#38bdf8}.focus\:bg-sky-500\/0:focus{background-color:#0ea5e900}.focus\:bg-sky-500\/5:focus{background-color:#0ea5e90d}.focus\:bg-sky-500\/10:focus{background-color:#0ea5e91a}.focus\:bg-sky-500\/20:focus{background-color:#0ea5e933}.focus\:bg-sky-500\/25:focus{background-color:#0ea5e940}.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-500\/95:focus{background-color:#0ea5e9f2}.focus\:bg-sky-500\/100:focus{background-color:#0ea5e9}.focus\:bg-sky-600\/0:focus{background-color:#0284c700}.focus\:bg-sky-600\/5:focus{background-color:#0284c70d}.focus\:bg-sky-600\/10:focus{background-color:#0284c71a}.focus\:bg-sky-600\/20:focus{background-color:#0284c733}.focus\:bg-sky-600\/25:focus{background-color:#0284c740}.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-600\/95:focus{background-color:#0284c7f2}.focus\:bg-sky-600\/100:focus{background-color:#0284c7}.focus\:bg-sky-700\/0:focus{background-color:#0369a100}.focus\:bg-sky-700\/5:focus{background-color:#0369a10d}.focus\:bg-sky-700\/10:focus{background-color:#0369a11a}.focus\:bg-sky-700\/20:focus{background-color:#0369a133}.focus\:bg-sky-700\/25:focus{background-color:#0369a140}.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-700\/95:focus{background-color:#0369a1f2}.focus\:bg-sky-700\/100:focus{background-color:#0369a1}.focus\:bg-sky-800\/0:focus{background-color:#07598500}.focus\:bg-sky-800\/5:focus{background-color:#0759850d}.focus\:bg-sky-800\/10:focus{background-color:#0759851a}.focus\:bg-sky-800\/20:focus{background-color:#07598533}.focus\:bg-sky-800\/25:focus{background-color:#07598540}.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-800\/95:focus{background-color:#075985f2}.focus\:bg-sky-800\/100:focus{background-color:#075985}.focus\:bg-sky-900\/0:focus{background-color:#0c4a6e00}.focus\:bg-sky-900\/5:focus{background-color:#0c4a6e0d}.focus\:bg-sky-900\/10:focus{background-color:#0c4a6e1a}.focus\:bg-sky-900\/20:focus{background-color:#0c4a6e33}.focus\:bg-sky-900\/25:focus{background-color:#0c4a6e40}.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-900\/95:focus{background-color:#0c4a6ef2}.focus\:bg-sky-900\/100:focus{background-color:#0c4a6e}.focus\:bg-blue-50\/0:focus{background-color:#eff6ff00}.focus\:bg-blue-50\/5:focus{background-color:#eff6ff0d}.focus\:bg-blue-50\/10:focus{background-color:#eff6ff1a}.focus\:bg-blue-50\/20:focus{background-color:#eff6ff33}.focus\:bg-blue-50\/25:focus{background-color:#eff6ff40}.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-50\/95:focus{background-color:#eff6fff2}.focus\:bg-blue-50\/100:focus{background-color:#eff6ff}.focus\:bg-blue-100\/0:focus{background-color:#f2f3fd00}.focus\:bg-blue-100\/5:focus{background-color:#f2f3fd0d}.focus\:bg-blue-100\/10:focus{background-color:#f2f3fd1a}.focus\:bg-blue-100\/20:focus{background-color:#f2f3fd33}.focus\:bg-blue-100\/25:focus{background-color:#f2f3fd40}.focus\:bg-blue-100\/30:focus{background-color:#f2f3fd4d}.focus\:bg-blue-100\/40:focus{background-color:#f2f3fd66}.focus\:bg-blue-100\/50:focus{background-color:#f2f3fd80}.focus\:bg-blue-100\/60:focus{background-color:#f2f3fd99}.focus\:bg-blue-100\/70:focus{background-color:#f2f3fdb3}.focus\:bg-blue-100\/75:focus{background-color:#f2f3fdbf}.focus\:bg-blue-100\/80:focus{background-color:#f2f3fdcc}.focus\:bg-blue-100\/90:focus{background-color:#f2f3fde6}.focus\:bg-blue-100\/95:focus{background-color:#f2f3fdf2}.focus\:bg-blue-100\/100:focus{background-color:#f2f3fd}.focus\:bg-blue-200\/0:focus{background-color:#e4e8fb00}.focus\:bg-blue-200\/5:focus{background-color:#e4e8fb0d}.focus\:bg-blue-200\/10:focus{background-color:#e4e8fb1a}.focus\:bg-blue-200\/20:focus{background-color:#e4e8fb33}.focus\:bg-blue-200\/25:focus{background-color:#e4e8fb40}.focus\:bg-blue-200\/30:focus{background-color:#e4e8fb4d}.focus\:bg-blue-200\/40:focus{background-color:#e4e8fb66}.focus\:bg-blue-200\/50:focus{background-color:#e4e8fb80}.focus\:bg-blue-200\/60:focus{background-color:#e4e8fb99}.focus\:bg-blue-200\/70:focus{background-color:#e4e8fbb3}.focus\:bg-blue-200\/75:focus{background-color:#e4e8fbbf}.focus\:bg-blue-200\/80:focus{background-color:#e4e8fbcc}.focus\:bg-blue-200\/90:focus{background-color:#e4e8fbe6}.focus\:bg-blue-200\/95:focus{background-color:#e4e8fbf2}.focus\:bg-blue-200\/100:focus{background-color:#e4e8fb}.focus\:bg-blue-300\/0:focus{background-color:#c6cff700}.focus\:bg-blue-300\/5:focus{background-color:#c6cff70d}.focus\:bg-blue-300\/10:focus{background-color:#c6cff71a}.focus\:bg-blue-300\/20:focus{background-color:#c6cff733}.focus\:bg-blue-300\/25:focus{background-color:#c6cff740}.focus\:bg-blue-300\/30:focus{background-color:#c6cff74d}.focus\:bg-blue-300\/40:focus{background-color:#c6cff766}.focus\:bg-blue-300\/50:focus{background-color:#c6cff780}.focus\:bg-blue-300\/60:focus{background-color:#c6cff799}.focus\:bg-blue-300\/70:focus{background-color:#c6cff7b3}.focus\:bg-blue-300\/75:focus{background-color:#c6cff7bf}.focus\:bg-blue-300\/80:focus{background-color:#c6cff7cc}.focus\:bg-blue-300\/90:focus{background-color:#c6cff7e6}.focus\:bg-blue-300\/95:focus{background-color:#c6cff7f2}.focus\:bg-blue-300\/100:focus{background-color:#c6cff7}.focus\:bg-blue-400\/0:focus{background-color:#a3b2f300}.focus\:bg-blue-400\/5:focus{background-color:#a3b2f30d}.focus\:bg-blue-400\/10:focus{background-color:#a3b2f31a}.focus\:bg-blue-400\/20:focus{background-color:#a3b2f333}.focus\:bg-blue-400\/25:focus{background-color:#a3b2f340}.focus\:bg-blue-400\/30:focus{background-color:#a3b2f34d}.focus\:bg-blue-400\/40:focus{background-color:#a3b2f366}.focus\:bg-blue-400\/50:focus{background-color:#a3b2f380}.focus\:bg-blue-400\/60:focus{background-color:#a3b2f399}.focus\:bg-blue-400\/70:focus{background-color:#a3b2f3b3}.focus\:bg-blue-400\/75:focus{background-color:#a3b2f3bf}.focus\:bg-blue-400\/80:focus{background-color:#a3b2f3cc}.focus\:bg-blue-400\/90:focus{background-color:#a3b2f3e6}.focus\:bg-blue-400\/95:focus{background-color:#a3b2f3f2}.focus\:bg-blue-400\/100:focus{background-color:#a3b2f3}.focus\:bg-blue-500\/0:focus{background-color:#7690ef00}.focus\:bg-blue-500\/5:focus{background-color:#7690ef0d}.focus\:bg-blue-500\/10:focus{background-color:#7690ef1a}.focus\:bg-blue-500\/20:focus{background-color:#7690ef33}.focus\:bg-blue-500\/25:focus{background-color:#7690ef40}.focus\:bg-blue-500\/30:focus{background-color:#7690ef4d}.focus\:bg-blue-500\/40:focus{background-color:#7690ef66}.focus\:bg-blue-500\/50:focus{background-color:#7690ef80}.focus\:bg-blue-500\/60:focus{background-color:#7690ef99}.focus\:bg-blue-500\/70:focus{background-color:#7690efb3}.focus\:bg-blue-500\/75:focus{background-color:#7690efbf}.focus\:bg-blue-500\/80:focus{background-color:#7690efcc}.focus\:bg-blue-500\/90:focus{background-color:#7690efe6}.focus\:bg-blue-500\/95:focus{background-color:#7690eff2}.focus\:bg-blue-500\/100:focus{background-color:#7690ef}.focus\:bg-blue-600\/0:focus{background-color:#2563eb00}.focus\:bg-blue-600\/5:focus{background-color:#2563eb0d}.focus\:bg-blue-600\/10:focus{background-color:#2563eb1a}.focus\:bg-blue-600\/20:focus{background-color:#2563eb33}.focus\:bg-blue-600\/25:focus{background-color:#2563eb40}.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-600\/95:focus{background-color:#2563ebf2}.focus\:bg-blue-600\/100:focus{background-color:#2563eb}.focus\:bg-blue-700\/0:focus{background-color:#2158d200}.focus\:bg-blue-700\/5:focus{background-color:#2158d20d}.focus\:bg-blue-700\/10:focus{background-color:#2158d21a}.focus\:bg-blue-700\/20:focus{background-color:#2158d233}.focus\:bg-blue-700\/25:focus{background-color:#2158d240}.focus\:bg-blue-700\/30:focus{background-color:#2158d24d}.focus\:bg-blue-700\/40:focus{background-color:#2158d266}.focus\:bg-blue-700\/50:focus{background-color:#2158d280}.focus\:bg-blue-700\/60:focus{background-color:#2158d299}.focus\:bg-blue-700\/70:focus{background-color:#2158d2b3}.focus\:bg-blue-700\/75:focus{background-color:#2158d2bf}.focus\:bg-blue-700\/80:focus{background-color:#2158d2cc}.focus\:bg-blue-700\/90:focus{background-color:#2158d2e6}.focus\:bg-blue-700\/95:focus{background-color:#2158d2f2}.focus\:bg-blue-700\/100:focus{background-color:#2158d2}.focus\:bg-blue-800\/0:focus{background-color:#1c4cb600}.focus\:bg-blue-800\/5:focus{background-color:#1c4cb60d}.focus\:bg-blue-800\/10:focus{background-color:#1c4cb61a}.focus\:bg-blue-800\/20:focus{background-color:#1c4cb633}.focus\:bg-blue-800\/25:focus{background-color:#1c4cb640}.focus\:bg-blue-800\/30:focus{background-color:#1c4cb64d}.focus\:bg-blue-800\/40:focus{background-color:#1c4cb666}.focus\:bg-blue-800\/50:focus{background-color:#1c4cb680}.focus\:bg-blue-800\/60:focus{background-color:#1c4cb699}.focus\:bg-blue-800\/70:focus{background-color:#1c4cb6b3}.focus\:bg-blue-800\/75:focus{background-color:#1c4cb6bf}.focus\:bg-blue-800\/80:focus{background-color:#1c4cb6cc}.focus\:bg-blue-800\/90:focus{background-color:#1c4cb6e6}.focus\:bg-blue-800\/95:focus{background-color:#1c4cb6f2}.focus\:bg-blue-800\/100:focus{background-color:#1c4cb6}.focus\:bg-blue-900\/0:focus{background-color:#173e9400}.focus\:bg-blue-900\/5:focus{background-color:#173e940d}.focus\:bg-blue-900\/10:focus{background-color:#173e941a}.focus\:bg-blue-900\/20:focus{background-color:#173e9433}.focus\:bg-blue-900\/25:focus{background-color:#173e9440}.focus\:bg-blue-900\/30:focus{background-color:#173e944d}.focus\:bg-blue-900\/40:focus{background-color:#173e9466}.focus\:bg-blue-900\/50:focus{background-color:#173e9480}.focus\:bg-blue-900\/60:focus{background-color:#173e9499}.focus\:bg-blue-900\/70:focus{background-color:#173e94b3}.focus\:bg-blue-900\/75:focus{background-color:#173e94bf}.focus\:bg-blue-900\/80:focus{background-color:#173e94cc}.focus\:bg-blue-900\/90:focus{background-color:#173e94e6}.focus\:bg-blue-900\/95:focus{background-color:#173e94f2}.focus\:bg-blue-900\/100:focus{background-color:#173e94}.focus\:bg-indigo-50\/0:focus{background-color:#eef2ff00}.focus\:bg-indigo-50\/5:focus{background-color:#eef2ff0d}.focus\:bg-indigo-50\/10:focus{background-color:#eef2ff1a}.focus\:bg-indigo-50\/20:focus{background-color:#eef2ff33}.focus\:bg-indigo-50\/25:focus{background-color:#eef2ff40}.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-50\/95:focus{background-color:#eef2fff2}.focus\:bg-indigo-50\/100:focus{background-color:#eef2ff}.focus\:bg-indigo-100\/0:focus{background-color:#e0e7ff00}.focus\:bg-indigo-100\/5:focus{background-color:#e0e7ff0d}.focus\:bg-indigo-100\/10:focus{background-color:#e0e7ff1a}.focus\:bg-indigo-100\/20:focus{background-color:#e0e7ff33}.focus\:bg-indigo-100\/25:focus{background-color:#e0e7ff40}.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-100\/95:focus{background-color:#e0e7fff2}.focus\:bg-indigo-100\/100:focus{background-color:#e0e7ff}.focus\:bg-indigo-200\/0:focus{background-color:#c7d2fe00}.focus\:bg-indigo-200\/5:focus{background-color:#c7d2fe0d}.focus\:bg-indigo-200\/10:focus{background-color:#c7d2fe1a}.focus\:bg-indigo-200\/20:focus{background-color:#c7d2fe33}.focus\:bg-indigo-200\/25:focus{background-color:#c7d2fe40}.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-200\/95:focus{background-color:#c7d2fef2}.focus\:bg-indigo-200\/100:focus{background-color:#c7d2fe}.focus\:bg-indigo-300\/0:focus{background-color:#a5b4fc00}.focus\:bg-indigo-300\/5:focus{background-color:#a5b4fc0d}.focus\:bg-indigo-300\/10:focus{background-color:#a5b4fc1a}.focus\:bg-indigo-300\/20:focus{background-color:#a5b4fc33}.focus\:bg-indigo-300\/25:focus{background-color:#a5b4fc40}.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-300\/95:focus{background-color:#a5b4fcf2}.focus\:bg-indigo-300\/100:focus{background-color:#a5b4fc}.focus\:bg-indigo-400\/0:focus{background-color:#818cf800}.focus\:bg-indigo-400\/5:focus{background-color:#818cf80d}.focus\:bg-indigo-400\/10:focus{background-color:#818cf81a}.focus\:bg-indigo-400\/20:focus{background-color:#818cf833}.focus\:bg-indigo-400\/25:focus{background-color:#818cf840}.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-400\/95:focus{background-color:#818cf8f2}.focus\:bg-indigo-400\/100:focus{background-color:#818cf8}.focus\:bg-indigo-500\/0:focus{background-color:#6366f100}.focus\:bg-indigo-500\/5:focus{background-color:#6366f10d}.focus\:bg-indigo-500\/10:focus{background-color:#6366f11a}.focus\:bg-indigo-500\/20:focus{background-color:#6366f133}.focus\:bg-indigo-500\/25:focus{background-color:#6366f140}.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-500\/95:focus{background-color:#6366f1f2}.focus\:bg-indigo-500\/100:focus{background-color:#6366f1}.focus\:bg-indigo-600\/0:focus{background-color:#4f46e500}.focus\:bg-indigo-600\/5:focus{background-color:#4f46e50d}.focus\:bg-indigo-600\/10:focus{background-color:#4f46e51a}.focus\:bg-indigo-600\/20:focus{background-color:#4f46e533}.focus\:bg-indigo-600\/25:focus{background-color:#4f46e540}.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-600\/95:focus{background-color:#4f46e5f2}.focus\:bg-indigo-600\/100:focus{background-color:#4f46e5}.focus\:bg-indigo-700\/0:focus{background-color:#4338ca00}.focus\:bg-indigo-700\/5:focus{background-color:#4338ca0d}.focus\:bg-indigo-700\/10:focus{background-color:#4338ca1a}.focus\:bg-indigo-700\/20:focus{background-color:#4338ca33}.focus\:bg-indigo-700\/25:focus{background-color:#4338ca40}.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-700\/95:focus{background-color:#4338caf2}.focus\:bg-indigo-700\/100:focus{background-color:#4338ca}.focus\:bg-indigo-800\/0:focus{background-color:#3730a300}.focus\:bg-indigo-800\/5:focus{background-color:#3730a30d}.focus\:bg-indigo-800\/10:focus{background-color:#3730a31a}.focus\:bg-indigo-800\/20:focus{background-color:#3730a333}.focus\:bg-indigo-800\/25:focus{background-color:#3730a340}.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-800\/95:focus{background-color:#3730a3f2}.focus\:bg-indigo-800\/100:focus{background-color:#3730a3}.focus\:bg-indigo-900\/0:focus{background-color:#312e8100}.focus\:bg-indigo-900\/5:focus{background-color:#312e810d}.focus\:bg-indigo-900\/10:focus{background-color:#312e811a}.focus\:bg-indigo-900\/20:focus{background-color:#312e8133}.focus\:bg-indigo-900\/25:focus{background-color:#312e8140}.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-900\/95:focus{background-color:#312e81f2}.focus\:bg-indigo-900\/100:focus{background-color:#312e81}.focus\:bg-violet-50\/0:focus{background-color:#f5f3ff00}.focus\:bg-violet-50\/5:focus{background-color:#f5f3ff0d}.focus\:bg-violet-50\/10:focus{background-color:#f5f3ff1a}.focus\:bg-violet-50\/20:focus{background-color:#f5f3ff33}.focus\:bg-violet-50\/25:focus{background-color:#f5f3ff40}.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-50\/95:focus{background-color:#f5f3fff2}.focus\:bg-violet-50\/100:focus{background-color:#f5f3ff}.focus\:bg-violet-100\/0:focus{background-color:#ede9fe00}.focus\:bg-violet-100\/5:focus{background-color:#ede9fe0d}.focus\:bg-violet-100\/10:focus{background-color:#ede9fe1a}.focus\:bg-violet-100\/20:focus{background-color:#ede9fe33}.focus\:bg-violet-100\/25:focus{background-color:#ede9fe40}.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-100\/95:focus{background-color:#ede9fef2}.focus\:bg-violet-100\/100:focus{background-color:#ede9fe}.focus\:bg-violet-200\/0:focus{background-color:#ddd6fe00}.focus\:bg-violet-200\/5:focus{background-color:#ddd6fe0d}.focus\:bg-violet-200\/10:focus{background-color:#ddd6fe1a}.focus\:bg-violet-200\/20:focus{background-color:#ddd6fe33}.focus\:bg-violet-200\/25:focus{background-color:#ddd6fe40}.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-200\/95:focus{background-color:#ddd6fef2}.focus\:bg-violet-200\/100:focus{background-color:#ddd6fe}.focus\:bg-violet-300\/0:focus{background-color:#c4b5fd00}.focus\:bg-violet-300\/5:focus{background-color:#c4b5fd0d}.focus\:bg-violet-300\/10:focus{background-color:#c4b5fd1a}.focus\:bg-violet-300\/20:focus{background-color:#c4b5fd33}.focus\:bg-violet-300\/25:focus{background-color:#c4b5fd40}.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-300\/95:focus{background-color:#c4b5fdf2}.focus\:bg-violet-300\/100:focus{background-color:#c4b5fd}.focus\:bg-violet-400\/0:focus{background-color:#a78bfa00}.focus\:bg-violet-400\/5:focus{background-color:#a78bfa0d}.focus\:bg-violet-400\/10:focus{background-color:#a78bfa1a}.focus\:bg-violet-400\/20:focus{background-color:#a78bfa33}.focus\:bg-violet-400\/25:focus{background-color:#a78bfa40}.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-400\/95:focus{background-color:#a78bfaf2}.focus\:bg-violet-400\/100:focus{background-color:#a78bfa}.focus\:bg-violet-500\/0:focus{background-color:#8b5cf600}.focus\:bg-violet-500\/5:focus{background-color:#8b5cf60d}.focus\:bg-violet-500\/10:focus{background-color:#8b5cf61a}.focus\:bg-violet-500\/20:focus{background-color:#8b5cf633}.focus\:bg-violet-500\/25:focus{background-color:#8b5cf640}.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-500\/95:focus{background-color:#8b5cf6f2}.focus\:bg-violet-500\/100:focus{background-color:#8b5cf6}.focus\:bg-violet-600\/0:focus{background-color:#7c3aed00}.focus\:bg-violet-600\/5:focus{background-color:#7c3aed0d}.focus\:bg-violet-600\/10:focus{background-color:#7c3aed1a}.focus\:bg-violet-600\/20:focus{background-color:#7c3aed33}.focus\:bg-violet-600\/25:focus{background-color:#7c3aed40}.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-600\/95:focus{background-color:#7c3aedf2}.focus\:bg-violet-600\/100:focus{background-color:#7c3aed}.focus\:bg-violet-700\/0:focus{background-color:#6d28d900}.focus\:bg-violet-700\/5:focus{background-color:#6d28d90d}.focus\:bg-violet-700\/10:focus{background-color:#6d28d91a}.focus\:bg-violet-700\/20:focus{background-color:#6d28d933}.focus\:bg-violet-700\/25:focus{background-color:#6d28d940}.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-700\/95:focus{background-color:#6d28d9f2}.focus\:bg-violet-700\/100:focus{background-color:#6d28d9}.focus\:bg-violet-800\/0:focus{background-color:#5b21b600}.focus\:bg-violet-800\/5:focus{background-color:#5b21b60d}.focus\:bg-violet-800\/10:focus{background-color:#5b21b61a}.focus\:bg-violet-800\/20:focus{background-color:#5b21b633}.focus\:bg-violet-800\/25:focus{background-color:#5b21b640}.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-800\/95:focus{background-color:#5b21b6f2}.focus\:bg-violet-800\/100:focus{background-color:#5b21b6}.focus\:bg-violet-900\/0:focus{background-color:#4c1d9500}.focus\:bg-violet-900\/5:focus{background-color:#4c1d950d}.focus\:bg-violet-900\/10:focus{background-color:#4c1d951a}.focus\:bg-violet-900\/20:focus{background-color:#4c1d9533}.focus\:bg-violet-900\/25:focus{background-color:#4c1d9540}.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-900\/95:focus{background-color:#4c1d95f2}.focus\:bg-violet-900\/100:focus{background-color:#4c1d95}.focus\:bg-fuchsia-50\/0:focus{background-color:#fdf4ff00}.focus\:bg-fuchsia-50\/5:focus{background-color:#fdf4ff0d}.focus\:bg-fuchsia-50\/10:focus{background-color:#fdf4ff1a}.focus\:bg-fuchsia-50\/20:focus{background-color:#fdf4ff33}.focus\:bg-fuchsia-50\/25:focus{background-color:#fdf4ff40}.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-50\/95:focus{background-color:#fdf4fff2}.focus\:bg-fuchsia-50\/100:focus{background-color:#fdf4ff}.focus\:bg-fuchsia-100\/0:focus{background-color:#fae8ff00}.focus\:bg-fuchsia-100\/5:focus{background-color:#fae8ff0d}.focus\:bg-fuchsia-100\/10:focus{background-color:#fae8ff1a}.focus\:bg-fuchsia-100\/20:focus{background-color:#fae8ff33}.focus\:bg-fuchsia-100\/25:focus{background-color:#fae8ff40}.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-100\/95:focus{background-color:#fae8fff2}.focus\:bg-fuchsia-100\/100:focus{background-color:#fae8ff}.focus\:bg-fuchsia-200\/0:focus{background-color:#f5d0fe00}.focus\:bg-fuchsia-200\/5:focus{background-color:#f5d0fe0d}.focus\:bg-fuchsia-200\/10:focus{background-color:#f5d0fe1a}.focus\:bg-fuchsia-200\/20:focus{background-color:#f5d0fe33}.focus\:bg-fuchsia-200\/25:focus{background-color:#f5d0fe40}.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-200\/95:focus{background-color:#f5d0fef2}.focus\:bg-fuchsia-200\/100:focus{background-color:#f5d0fe}.focus\:bg-fuchsia-300\/0:focus{background-color:#f0abfc00}.focus\:bg-fuchsia-300\/5:focus{background-color:#f0abfc0d}.focus\:bg-fuchsia-300\/10:focus{background-color:#f0abfc1a}.focus\:bg-fuchsia-300\/20:focus{background-color:#f0abfc33}.focus\:bg-fuchsia-300\/25:focus{background-color:#f0abfc40}.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-300\/95:focus{background-color:#f0abfcf2}.focus\:bg-fuchsia-300\/100:focus{background-color:#f0abfc}.focus\:bg-fuchsia-400\/0:focus{background-color:#e879f900}.focus\:bg-fuchsia-400\/5:focus{background-color:#e879f90d}.focus\:bg-fuchsia-400\/10:focus{background-color:#e879f91a}.focus\:bg-fuchsia-400\/20:focus{background-color:#e879f933}.focus\:bg-fuchsia-400\/25:focus{background-color:#e879f940}.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-400\/95:focus{background-color:#e879f9f2}.focus\:bg-fuchsia-400\/100:focus{background-color:#e879f9}.focus\:bg-fuchsia-500\/0:focus{background-color:#d946ef00}.focus\:bg-fuchsia-500\/5:focus{background-color:#d946ef0d}.focus\:bg-fuchsia-500\/10:focus{background-color:#d946ef1a}.focus\:bg-fuchsia-500\/20:focus{background-color:#d946ef33}.focus\:bg-fuchsia-500\/25:focus{background-color:#d946ef40}.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-500\/95:focus{background-color:#d946eff2}.focus\:bg-fuchsia-500\/100:focus{background-color:#d946ef}.focus\:bg-fuchsia-600\/0:focus{background-color:#c026d300}.focus\:bg-fuchsia-600\/5:focus{background-color:#c026d30d}.focus\:bg-fuchsia-600\/10:focus{background-color:#c026d31a}.focus\:bg-fuchsia-600\/20:focus{background-color:#c026d333}.focus\:bg-fuchsia-600\/25:focus{background-color:#c026d340}.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-600\/95:focus{background-color:#c026d3f2}.focus\:bg-fuchsia-600\/100:focus{background-color:#c026d3}.focus\:bg-fuchsia-700\/0:focus{background-color:#a21caf00}.focus\:bg-fuchsia-700\/5:focus{background-color:#a21caf0d}.focus\:bg-fuchsia-700\/10:focus{background-color:#a21caf1a}.focus\:bg-fuchsia-700\/20:focus{background-color:#a21caf33}.focus\:bg-fuchsia-700\/25:focus{background-color:#a21caf40}.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-700\/95:focus{background-color:#a21caff2}.focus\:bg-fuchsia-700\/100:focus{background-color:#a21caf}.focus\:bg-fuchsia-800\/0:focus{background-color:#86198f00}.focus\:bg-fuchsia-800\/5:focus{background-color:#86198f0d}.focus\:bg-fuchsia-800\/10:focus{background-color:#86198f1a}.focus\:bg-fuchsia-800\/20:focus{background-color:#86198f33}.focus\:bg-fuchsia-800\/25:focus{background-color:#86198f40}.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-800\/95:focus{background-color:#86198ff2}.focus\:bg-fuchsia-800\/100:focus{background-color:#86198f}.focus\:bg-fuchsia-900\/0:focus{background-color:#701a7500}.focus\:bg-fuchsia-900\/5:focus{background-color:#701a750d}.focus\:bg-fuchsia-900\/10:focus{background-color:#701a751a}.focus\:bg-fuchsia-900\/20:focus{background-color:#701a7533}.focus\:bg-fuchsia-900\/25:focus{background-color:#701a7540}.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-900\/95:focus{background-color:#701a75f2}.focus\:bg-fuchsia-900\/100:focus{background-color:#701a75}.focus\:bg-pink-50\/0:focus{background-color:#fdf2f800}.focus\:bg-pink-50\/5:focus{background-color:#fdf2f80d}.focus\:bg-pink-50\/10:focus{background-color:#fdf2f81a}.focus\:bg-pink-50\/20:focus{background-color:#fdf2f833}.focus\:bg-pink-50\/25:focus{background-color:#fdf2f840}.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-50\/95:focus{background-color:#fdf2f8f2}.focus\:bg-pink-50\/100:focus{background-color:#fdf2f8}.focus\:bg-pink-100\/0:focus{background-color:#fce7f300}.focus\:bg-pink-100\/5:focus{background-color:#fce7f30d}.focus\:bg-pink-100\/10:focus{background-color:#fce7f31a}.focus\:bg-pink-100\/20:focus{background-color:#fce7f333}.focus\:bg-pink-100\/25:focus{background-color:#fce7f340}.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-100\/95:focus{background-color:#fce7f3f2}.focus\:bg-pink-100\/100:focus{background-color:#fce7f3}.focus\:bg-pink-200\/0:focus{background-color:#fbcfe800}.focus\:bg-pink-200\/5:focus{background-color:#fbcfe80d}.focus\:bg-pink-200\/10:focus{background-color:#fbcfe81a}.focus\:bg-pink-200\/20:focus{background-color:#fbcfe833}.focus\:bg-pink-200\/25:focus{background-color:#fbcfe840}.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-200\/95:focus{background-color:#fbcfe8f2}.focus\:bg-pink-200\/100:focus{background-color:#fbcfe8}.focus\:bg-pink-300\/0:focus{background-color:#f9a8d400}.focus\:bg-pink-300\/5:focus{background-color:#f9a8d40d}.focus\:bg-pink-300\/10:focus{background-color:#f9a8d41a}.focus\:bg-pink-300\/20:focus{background-color:#f9a8d433}.focus\:bg-pink-300\/25:focus{background-color:#f9a8d440}.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-300\/95:focus{background-color:#f9a8d4f2}.focus\:bg-pink-300\/100:focus{background-color:#f9a8d4}.focus\:bg-pink-400\/0:focus{background-color:#f472b600}.focus\:bg-pink-400\/5:focus{background-color:#f472b60d}.focus\:bg-pink-400\/10:focus{background-color:#f472b61a}.focus\:bg-pink-400\/20:focus{background-color:#f472b633}.focus\:bg-pink-400\/25:focus{background-color:#f472b640}.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-400\/95:focus{background-color:#f472b6f2}.focus\:bg-pink-400\/100:focus{background-color:#f472b6}.focus\:bg-pink-500\/0:focus{background-color:#ec489900}.focus\:bg-pink-500\/5:focus{background-color:#ec48990d}.focus\:bg-pink-500\/10:focus{background-color:#ec48991a}.focus\:bg-pink-500\/20:focus{background-color:#ec489933}.focus\:bg-pink-500\/25:focus{background-color:#ec489940}.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-500\/95:focus{background-color:#ec4899f2}.focus\:bg-pink-500\/100:focus{background-color:#ec4899}.focus\:bg-pink-600\/0:focus{background-color:#db277700}.focus\:bg-pink-600\/5:focus{background-color:#db27770d}.focus\:bg-pink-600\/10:focus{background-color:#db27771a}.focus\:bg-pink-600\/20:focus{background-color:#db277733}.focus\:bg-pink-600\/25:focus{background-color:#db277740}.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-600\/95:focus{background-color:#db2777f2}.focus\:bg-pink-600\/100:focus{background-color:#db2777}.focus\:bg-pink-700\/0:focus{background-color:#be185d00}.focus\:bg-pink-700\/5:focus{background-color:#be185d0d}.focus\:bg-pink-700\/10:focus{background-color:#be185d1a}.focus\:bg-pink-700\/20:focus{background-color:#be185d33}.focus\:bg-pink-700\/25:focus{background-color:#be185d40}.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-700\/95:focus{background-color:#be185df2}.focus\:bg-pink-700\/100:focus{background-color:#be185d}.focus\:bg-pink-800\/0:focus{background-color:#9d174d00}.focus\:bg-pink-800\/5:focus{background-color:#9d174d0d}.focus\:bg-pink-800\/10:focus{background-color:#9d174d1a}.focus\:bg-pink-800\/20:focus{background-color:#9d174d33}.focus\:bg-pink-800\/25:focus{background-color:#9d174d40}.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-800\/95:focus{background-color:#9d174df2}.focus\:bg-pink-800\/100:focus{background-color:#9d174d}.focus\:bg-pink-900\/0:focus{background-color:#83184300}.focus\:bg-pink-900\/5:focus{background-color:#8318430d}.focus\:bg-pink-900\/10:focus{background-color:#8318431a}.focus\:bg-pink-900\/20:focus{background-color:#83184333}.focus\:bg-pink-900\/25:focus{background-color:#83184340}.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-900\/95:focus{background-color:#831843f2}.focus\:bg-pink-900\/100:focus{background-color:#831843}.focus\:bg-rose-50\/0:focus{background-color:#fff1f200}.focus\:bg-rose-50\/5:focus{background-color:#fff1f20d}.focus\:bg-rose-50\/10:focus{background-color:#fff1f21a}.focus\:bg-rose-50\/20:focus{background-color:#fff1f233}.focus\:bg-rose-50\/25:focus{background-color:#fff1f240}.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-50\/95:focus{background-color:#fff1f2f2}.focus\:bg-rose-50\/100:focus{background-color:#fff1f2}.focus\:bg-rose-100\/0:focus{background-color:#ffe4e600}.focus\:bg-rose-100\/5:focus{background-color:#ffe4e60d}.focus\:bg-rose-100\/10:focus{background-color:#ffe4e61a}.focus\:bg-rose-100\/20:focus{background-color:#ffe4e633}.focus\:bg-rose-100\/25:focus{background-color:#ffe4e640}.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-100\/95:focus{background-color:#ffe4e6f2}.focus\:bg-rose-100\/100:focus{background-color:#ffe4e6}.focus\:bg-rose-200\/0:focus{background-color:#fecdd300}.focus\:bg-rose-200\/5:focus{background-color:#fecdd30d}.focus\:bg-rose-200\/10:focus{background-color:#fecdd31a}.focus\:bg-rose-200\/20:focus{background-color:#fecdd333}.focus\:bg-rose-200\/25:focus{background-color:#fecdd340}.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-200\/95:focus{background-color:#fecdd3f2}.focus\:bg-rose-200\/100:focus{background-color:#fecdd3}.focus\:bg-rose-300\/0:focus{background-color:#fda4af00}.focus\:bg-rose-300\/5:focus{background-color:#fda4af0d}.focus\:bg-rose-300\/10:focus{background-color:#fda4af1a}.focus\:bg-rose-300\/20:focus{background-color:#fda4af33}.focus\:bg-rose-300\/25:focus{background-color:#fda4af40}.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-300\/95:focus{background-color:#fda4aff2}.focus\:bg-rose-300\/100:focus{background-color:#fda4af}.focus\:bg-rose-400\/0:focus{background-color:#fb718500}.focus\:bg-rose-400\/5:focus{background-color:#fb71850d}.focus\:bg-rose-400\/10:focus{background-color:#fb71851a}.focus\:bg-rose-400\/20:focus{background-color:#fb718533}.focus\:bg-rose-400\/25:focus{background-color:#fb718540}.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-400\/95:focus{background-color:#fb7185f2}.focus\:bg-rose-400\/100:focus{background-color:#fb7185}.focus\:bg-rose-500\/0:focus{background-color:#f43f5e00}.focus\:bg-rose-500\/5:focus{background-color:#f43f5e0d}.focus\:bg-rose-500\/10:focus{background-color:#f43f5e1a}.focus\:bg-rose-500\/20:focus{background-color:#f43f5e33}.focus\:bg-rose-500\/25:focus{background-color:#f43f5e40}.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-500\/95:focus{background-color:#f43f5ef2}.focus\:bg-rose-500\/100:focus{background-color:#f43f5e}.focus\:bg-rose-600\/0:focus{background-color:#e11d4800}.focus\:bg-rose-600\/5:focus{background-color:#e11d480d}.focus\:bg-rose-600\/10:focus{background-color:#e11d481a}.focus\:bg-rose-600\/20:focus{background-color:#e11d4833}.focus\:bg-rose-600\/25:focus{background-color:#e11d4840}.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-600\/95:focus{background-color:#e11d48f2}.focus\:bg-rose-600\/100:focus{background-color:#e11d48}.focus\:bg-rose-700\/0:focus{background-color:#be123c00}.focus\:bg-rose-700\/5:focus{background-color:#be123c0d}.focus\:bg-rose-700\/10:focus{background-color:#be123c1a}.focus\:bg-rose-700\/20:focus{background-color:#be123c33}.focus\:bg-rose-700\/25:focus{background-color:#be123c40}.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-700\/95:focus{background-color:#be123cf2}.focus\:bg-rose-700\/100:focus{background-color:#be123c}.focus\:bg-rose-800\/0:focus{background-color:#9f123900}.focus\:bg-rose-800\/5:focus{background-color:#9f12390d}.focus\:bg-rose-800\/10:focus{background-color:#9f12391a}.focus\:bg-rose-800\/20:focus{background-color:#9f123933}.focus\:bg-rose-800\/25:focus{background-color:#9f123940}.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-800\/95:focus{background-color:#9f1239f2}.focus\:bg-rose-800\/100:focus{background-color:#9f1239}.focus\:bg-rose-900\/0:focus{background-color:#88133700}.focus\:bg-rose-900\/5:focus{background-color:#8813370d}.focus\:bg-rose-900\/10:focus{background-color:#8813371a}.focus\:bg-rose-900\/20:focus{background-color:#88133733}.focus\:bg-rose-900\/25:focus{background-color:#88133740}.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-900\/95:focus{background-color:#881337f2}.focus\:bg-rose-900\/100:focus{background-color:#881337}.focus\:bg-primary-100\/0:focus{background-color:#f2f3f400}.focus\:bg-primary-100\/5:focus{background-color:#f2f3f40d}.focus\:bg-primary-100\/10:focus{background-color:#f2f3f41a}.focus\:bg-primary-100\/20:focus{background-color:#f2f3f433}.focus\:bg-primary-100\/25:focus{background-color:#f2f3f440}.focus\:bg-primary-100\/30:focus{background-color:#f2f3f44d}.focus\:bg-primary-100\/40:focus{background-color:#f2f3f466}.focus\:bg-primary-100\/50:focus{background-color:#f2f3f480}.focus\:bg-primary-100\/60:focus{background-color:#f2f3f499}.focus\:bg-primary-100\/70:focus{background-color:#f2f3f4b3}.focus\:bg-primary-100\/75:focus{background-color:#f2f3f4bf}.focus\:bg-primary-100\/80:focus{background-color:#f2f3f4cc}.focus\:bg-primary-100\/90:focus{background-color:#f2f3f4e6}.focus\:bg-primary-100\/95:focus{background-color:#f2f3f4f2}.focus\:bg-primary-100\/100:focus{background-color:#f2f3f4}.focus\:bg-primary-200\/0:focus{background-color:#e8e8f000}.focus\:bg-primary-200\/5:focus{background-color:#e8e8f00d}.focus\:bg-primary-200\/10:focus{background-color:#e8e8f01a}.focus\:bg-primary-200\/20:focus{background-color:#e8e8f033}.focus\:bg-primary-200\/25:focus{background-color:#e8e8f040}.focus\:bg-primary-200\/30:focus{background-color:#e8e8f04d}.focus\:bg-primary-200\/40:focus{background-color:#e8e8f066}.focus\:bg-primary-200\/50:focus{background-color:#e8e8f080}.focus\:bg-primary-200\/60:focus{background-color:#e8e8f099}.focus\:bg-primary-200\/70:focus{background-color:#e8e8f0b3}.focus\:bg-primary-200\/75:focus{background-color:#e8e8f0bf}.focus\:bg-primary-200\/80:focus{background-color:#e8e8f0cc}.focus\:bg-primary-200\/90:focus{background-color:#e8e8f0e6}.focus\:bg-primary-200\/95:focus{background-color:#e8e8f0f2}.focus\:bg-primary-200\/100:focus{background-color:#e8e8f0}.focus\:bg-primary-300\/0:focus{background-color:#d0d0e100}.focus\:bg-primary-300\/5:focus{background-color:#d0d0e10d}.focus\:bg-primary-300\/10:focus{background-color:#d0d0e11a}.focus\:bg-primary-300\/20:focus{background-color:#d0d0e133}.focus\:bg-primary-300\/25:focus{background-color:#d0d0e140}.focus\:bg-primary-300\/30:focus{background-color:#d0d0e14d}.focus\:bg-primary-300\/40:focus{background-color:#d0d0e166}.focus\:bg-primary-300\/50:focus{background-color:#d0d0e180}.focus\:bg-primary-300\/60:focus{background-color:#d0d0e199}.focus\:bg-primary-300\/70:focus{background-color:#d0d0e1b3}.focus\:bg-primary-300\/75:focus{background-color:#d0d0e1bf}.focus\:bg-primary-300\/80:focus{background-color:#d0d0e1cc}.focus\:bg-primary-300\/90:focus{background-color:#d0d0e1e6}.focus\:bg-primary-300\/95:focus{background-color:#d0d0e1f2}.focus\:bg-primary-300\/100:focus{background-color:#d0d0e1}.focus\:bg-primary-400\/0:focus{background-color:#b4b4d100}.focus\:bg-primary-400\/5:focus{background-color:#b4b4d10d}.focus\:bg-primary-400\/10:focus{background-color:#b4b4d11a}.focus\:bg-primary-400\/20:focus{background-color:#b4b4d133}.focus\:bg-primary-400\/25:focus{background-color:#b4b4d140}.focus\:bg-primary-400\/30:focus{background-color:#b4b4d14d}.focus\:bg-primary-400\/40:focus{background-color:#b4b4d166}.focus\:bg-primary-400\/50:focus{background-color:#b4b4d180}.focus\:bg-primary-400\/60:focus{background-color:#b4b4d199}.focus\:bg-primary-400\/70:focus{background-color:#b4b4d1b3}.focus\:bg-primary-400\/75:focus{background-color:#b4b4d1bf}.focus\:bg-primary-400\/80:focus{background-color:#b4b4d1cc}.focus\:bg-primary-400\/90:focus{background-color:#b4b4d1e6}.focus\:bg-primary-400\/95:focus{background-color:#b4b4d1f2}.focus\:bg-primary-400\/100:focus{background-color:#b4b4d1}.focus\:bg-primary-500\/0:focus{background-color:#9393bf00}.focus\:bg-primary-500\/5:focus{background-color:#9393bf0d}.focus\:bg-primary-500\/10:focus{background-color:#9393bf1a}.focus\:bg-primary-500\/20:focus{background-color:#9393bf33}.focus\:bg-primary-500\/25:focus{background-color:#9393bf40}.focus\:bg-primary-500\/30:focus{background-color:#9393bf4d}.focus\:bg-primary-500\/40:focus{background-color:#9393bf66}.focus\:bg-primary-500\/50:focus{background-color:#9393bf80}.focus\:bg-primary-500\/60:focus{background-color:#9393bf99}.focus\:bg-primary-500\/70:focus{background-color:#9393bfb3}.focus\:bg-primary-500\/75:focus{background-color:#9393bfbf}.focus\:bg-primary-500\/80:focus{background-color:#9393bfcc}.focus\:bg-primary-500\/90:focus{background-color:#9393bfe6}.focus\:bg-primary-500\/95:focus{background-color:#9393bff2}.focus\:bg-primary-500\/100:focus{background-color:#9393bf}.focus\:bg-primary-600\/0:focus{background-color:#6868ac00}.focus\:bg-primary-600\/5:focus{background-color:#6868ac0d}.focus\:bg-primary-600\/10:focus{background-color:#6868ac1a}.focus\:bg-primary-600\/20:focus{background-color:#6868ac33}.focus\:bg-primary-600\/25:focus{background-color:#6868ac40}.focus\:bg-primary-600\/30:focus{background-color:#6868ac4d}.focus\:bg-primary-600\/40:focus{background-color:#6868ac66}.focus\:bg-primary-600\/50:focus{background-color:#6868ac80}.focus\:bg-primary-600\/60:focus{background-color:#6868ac99}.focus\:bg-primary-600\/70:focus{background-color:#6868acb3}.focus\:bg-primary-600\/75:focus{background-color:#6868acbf}.focus\:bg-primary-600\/80:focus{background-color:#6868accc}.focus\:bg-primary-600\/90:focus{background-color:#6868ace6}.focus\:bg-primary-600\/95:focus{background-color:#6868acf2}.focus\:bg-primary-600\/100:focus{background-color:#6868ac}.focus\:bg-primary-700\/0:focus{background-color:#5d5d9900}.focus\:bg-primary-700\/5:focus{background-color:#5d5d990d}.focus\:bg-primary-700\/10:focus{background-color:#5d5d991a}.focus\:bg-primary-700\/20:focus{background-color:#5d5d9933}.focus\:bg-primary-700\/25:focus{background-color:#5d5d9940}.focus\:bg-primary-700\/30:focus{background-color:#5d5d994d}.focus\:bg-primary-700\/40:focus{background-color:#5d5d9966}.focus\:bg-primary-700\/50:focus{background-color:#5d5d9980}.focus\:bg-primary-700\/60:focus{background-color:#5d5d9999}.focus\:bg-primary-700\/70:focus{background-color:#5d5d99b3}.focus\:bg-primary-700\/75:focus{background-color:#5d5d99bf}.focus\:bg-primary-700\/80:focus{background-color:#5d5d99cc}.focus\:bg-primary-700\/90:focus{background-color:#5d5d99e6}.focus\:bg-primary-700\/95:focus{background-color:#5d5d99f2}.focus\:bg-primary-700\/100:focus{background-color:#5d5d99}.focus\:bg-primary-800\/0:focus{background-color:#50508500}.focus\:bg-primary-800\/5:focus{background-color:#5050850d}.focus\:bg-primary-800\/10:focus{background-color:#5050851a}.focus\:bg-primary-800\/20:focus{background-color:#50508533}.focus\:bg-primary-800\/25:focus{background-color:#50508540}.focus\:bg-primary-800\/30:focus{background-color:#5050854d}.focus\:bg-primary-800\/40:focus{background-color:#50508566}.focus\:bg-primary-800\/50:focus{background-color:#50508580}.focus\:bg-primary-800\/60:focus{background-color:#50508599}.focus\:bg-primary-800\/70:focus{background-color:#505085b3}.focus\:bg-primary-800\/75:focus{background-color:#505085bf}.focus\:bg-primary-800\/80:focus{background-color:#505085cc}.focus\:bg-primary-800\/90:focus{background-color:#505085e6}.focus\:bg-primary-800\/95:focus{background-color:#505085f2}.focus\:bg-primary-800\/100:focus{background-color:#505085}.focus\:bg-primary-900\/0:focus{background-color:#41416c00}.focus\:bg-primary-900\/5:focus{background-color:#41416c0d}.focus\:bg-primary-900\/10:focus{background-color:#41416c1a}.focus\:bg-primary-900\/20:focus{background-color:#41416c33}.focus\:bg-primary-900\/25:focus{background-color:#41416c40}.focus\:bg-primary-900\/30:focus{background-color:#41416c4d}.focus\:bg-primary-900\/40:focus{background-color:#41416c66}.focus\:bg-primary-900\/50:focus{background-color:#41416c80}.focus\:bg-primary-900\/60:focus{background-color:#41416c99}.focus\:bg-primary-900\/70:focus{background-color:#41416cb3}.focus\:bg-primary-900\/75:focus{background-color:#41416cbf}.focus\:bg-primary-900\/80:focus{background-color:#41416ccc}.focus\:bg-primary-900\/90:focus{background-color:#41416ce6}.focus\:bg-primary-900\/95:focus{background-color:#41416cf2}.focus\:bg-primary-900\/100:focus{background-color:#41416c}.focus\:bg-primary-1000\/0:focus{background-color:#2e2e4c00}.focus\:bg-primary-1000\/5:focus{background-color:#2e2e4c0d}.focus\:bg-primary-1000\/10:focus{background-color:#2e2e4c1a}.focus\:bg-primary-1000\/20:focus{background-color:#2e2e4c33}.focus\:bg-primary-1000\/25:focus{background-color:#2e2e4c40}.focus\:bg-primary-1000\/30:focus{background-color:#2e2e4c4d}.focus\:bg-primary-1000\/40:focus{background-color:#2e2e4c66}.focus\:bg-primary-1000\/50:focus{background-color:#2e2e4c80}.focus\:bg-primary-1000\/60:focus{background-color:#2e2e4c99}.focus\:bg-primary-1000\/70:focus{background-color:#2e2e4cb3}.focus\:bg-primary-1000\/75:focus{background-color:#2e2e4cbf}.focus\:bg-primary-1000\/80:focus{background-color:#2e2e4ccc}.focus\:bg-primary-1000\/90:focus{background-color:#2e2e4ce6}.focus\:bg-primary-1000\/95:focus{background-color:#2e2e4cf2}.focus\:bg-primary-1000\/100:focus{background-color:#2e2e4c}.focus\:bg-primary-highlight-100\/0:focus{background-color:#f7f5fe00}.focus\:bg-primary-highlight-100\/5:focus{background-color:#f7f5fe0d}.focus\:bg-primary-highlight-100\/10:focus{background-color:#f7f5fe1a}.focus\:bg-primary-highlight-100\/20:focus{background-color:#f7f5fe33}.focus\:bg-primary-highlight-100\/25:focus{background-color:#f7f5fe40}.focus\:bg-primary-highlight-100\/30:focus{background-color:#f7f5fe4d}.focus\:bg-primary-highlight-100\/40:focus{background-color:#f7f5fe66}.focus\:bg-primary-highlight-100\/50:focus{background-color:#f7f5fe80}.focus\:bg-primary-highlight-100\/60:focus{background-color:#f7f5fe99}.focus\:bg-primary-highlight-100\/70:focus{background-color:#f7f5feb3}.focus\:bg-primary-highlight-100\/75:focus{background-color:#f7f5febf}.focus\:bg-primary-highlight-100\/80:focus{background-color:#f7f5fecc}.focus\:bg-primary-highlight-100\/90:focus{background-color:#f7f5fee6}.focus\:bg-primary-highlight-100\/95:focus{background-color:#f7f5fef2}.focus\:bg-primary-highlight-100\/100:focus{background-color:#f7f5fe}.focus\:bg-primary-highlight-200\/0:focus{background-color:#efecfe00}.focus\:bg-primary-highlight-200\/5:focus{background-color:#efecfe0d}.focus\:bg-primary-highlight-200\/10:focus{background-color:#efecfe1a}.focus\:bg-primary-highlight-200\/20:focus{background-color:#efecfe33}.focus\:bg-primary-highlight-200\/25:focus{background-color:#efecfe40}.focus\:bg-primary-highlight-200\/30:focus{background-color:#efecfe4d}.focus\:bg-primary-highlight-200\/40:focus{background-color:#efecfe66}.focus\:bg-primary-highlight-200\/50:focus{background-color:#efecfe80}.focus\:bg-primary-highlight-200\/60:focus{background-color:#efecfe99}.focus\:bg-primary-highlight-200\/70:focus{background-color:#efecfeb3}.focus\:bg-primary-highlight-200\/75:focus{background-color:#efecfebf}.focus\:bg-primary-highlight-200\/80:focus{background-color:#efecfecc}.focus\:bg-primary-highlight-200\/90:focus{background-color:#efecfee6}.focus\:bg-primary-highlight-200\/95:focus{background-color:#efecfef2}.focus\:bg-primary-highlight-200\/100:focus{background-color:#efecfe}.focus\:bg-primary-highlight-300\/0:focus{background-color:#dfd8fd00}.focus\:bg-primary-highlight-300\/5:focus{background-color:#dfd8fd0d}.focus\:bg-primary-highlight-300\/10:focus{background-color:#dfd8fd1a}.focus\:bg-primary-highlight-300\/20:focus{background-color:#dfd8fd33}.focus\:bg-primary-highlight-300\/25:focus{background-color:#dfd8fd40}.focus\:bg-primary-highlight-300\/30:focus{background-color:#dfd8fd4d}.focus\:bg-primary-highlight-300\/40:focus{background-color:#dfd8fd66}.focus\:bg-primary-highlight-300\/50:focus{background-color:#dfd8fd80}.focus\:bg-primary-highlight-300\/60:focus{background-color:#dfd8fd99}.focus\:bg-primary-highlight-300\/70:focus{background-color:#dfd8fdb3}.focus\:bg-primary-highlight-300\/75:focus{background-color:#dfd8fdbf}.focus\:bg-primary-highlight-300\/80:focus{background-color:#dfd8fdcc}.focus\:bg-primary-highlight-300\/90:focus{background-color:#dfd8fde6}.focus\:bg-primary-highlight-300\/95:focus{background-color:#dfd8fdf2}.focus\:bg-primary-highlight-300\/100:focus{background-color:#dfd8fd}.focus\:bg-primary-highlight-400\/0:focus{background-color:#cec1fc00}.focus\:bg-primary-highlight-400\/5:focus{background-color:#cec1fc0d}.focus\:bg-primary-highlight-400\/10:focus{background-color:#cec1fc1a}.focus\:bg-primary-highlight-400\/20:focus{background-color:#cec1fc33}.focus\:bg-primary-highlight-400\/25:focus{background-color:#cec1fc40}.focus\:bg-primary-highlight-400\/30:focus{background-color:#cec1fc4d}.focus\:bg-primary-highlight-400\/40:focus{background-color:#cec1fc66}.focus\:bg-primary-highlight-400\/50:focus{background-color:#cec1fc80}.focus\:bg-primary-highlight-400\/60:focus{background-color:#cec1fc99}.focus\:bg-primary-highlight-400\/70:focus{background-color:#cec1fcb3}.focus\:bg-primary-highlight-400\/75:focus{background-color:#cec1fcbf}.focus\:bg-primary-highlight-400\/80:focus{background-color:#cec1fccc}.focus\:bg-primary-highlight-400\/90:focus{background-color:#cec1fce6}.focus\:bg-primary-highlight-400\/95:focus{background-color:#cec1fcf2}.focus\:bg-primary-highlight-400\/100:focus{background-color:#cec1fc}.focus\:bg-primary-highlight-500\/0:focus{background-color:#bba8fb00}.focus\:bg-primary-highlight-500\/5:focus{background-color:#bba8fb0d}.focus\:bg-primary-highlight-500\/10:focus{background-color:#bba8fb1a}.focus\:bg-primary-highlight-500\/20:focus{background-color:#bba8fb33}.focus\:bg-primary-highlight-500\/25:focus{background-color:#bba8fb40}.focus\:bg-primary-highlight-500\/30:focus{background-color:#bba8fb4d}.focus\:bg-primary-highlight-500\/40:focus{background-color:#bba8fb66}.focus\:bg-primary-highlight-500\/50:focus{background-color:#bba8fb80}.focus\:bg-primary-highlight-500\/60:focus{background-color:#bba8fb99}.focus\:bg-primary-highlight-500\/70:focus{background-color:#bba8fbb3}.focus\:bg-primary-highlight-500\/75:focus{background-color:#bba8fbbf}.focus\:bg-primary-highlight-500\/80:focus{background-color:#bba8fbcc}.focus\:bg-primary-highlight-500\/90:focus{background-color:#bba8fbe6}.focus\:bg-primary-highlight-500\/95:focus{background-color:#bba8fbf2}.focus\:bg-primary-highlight-500\/100:focus{background-color:#bba8fb}.focus\:bg-primary-highlight-600\/0:focus{background-color:#a78bfa00}.focus\:bg-primary-highlight-600\/5:focus{background-color:#a78bfa0d}.focus\:bg-primary-highlight-600\/10:focus{background-color:#a78bfa1a}.focus\:bg-primary-highlight-600\/20:focus{background-color:#a78bfa33}.focus\:bg-primary-highlight-600\/25:focus{background-color:#a78bfa40}.focus\:bg-primary-highlight-600\/30:focus{background-color:#a78bfa4d}.focus\:bg-primary-highlight-600\/40:focus{background-color:#a78bfa66}.focus\:bg-primary-highlight-600\/50:focus{background-color:#a78bfa80}.focus\:bg-primary-highlight-600\/60:focus{background-color:#a78bfa99}.focus\:bg-primary-highlight-600\/70:focus{background-color:#a78bfab3}.focus\:bg-primary-highlight-600\/75:focus{background-color:#a78bfabf}.focus\:bg-primary-highlight-600\/80:focus{background-color:#a78bfacc}.focus\:bg-primary-highlight-600\/90:focus{background-color:#a78bfae6}.focus\:bg-primary-highlight-600\/95:focus{background-color:#a78bfaf2}.focus\:bg-primary-highlight-600\/100:focus{background-color:#a78bfa}.focus\:bg-primary-highlight-700\/0:focus{background-color:#957cdf00}.focus\:bg-primary-highlight-700\/5:focus{background-color:#957cdf0d}.focus\:bg-primary-highlight-700\/10:focus{background-color:#957cdf1a}.focus\:bg-primary-highlight-700\/20:focus{background-color:#957cdf33}.focus\:bg-primary-highlight-700\/25:focus{background-color:#957cdf40}.focus\:bg-primary-highlight-700\/30:focus{background-color:#957cdf4d}.focus\:bg-primary-highlight-700\/40:focus{background-color:#957cdf66}.focus\:bg-primary-highlight-700\/50:focus{background-color:#957cdf80}.focus\:bg-primary-highlight-700\/60:focus{background-color:#957cdf99}.focus\:bg-primary-highlight-700\/70:focus{background-color:#957cdfb3}.focus\:bg-primary-highlight-700\/75:focus{background-color:#957cdfbf}.focus\:bg-primary-highlight-700\/80:focus{background-color:#957cdfcc}.focus\:bg-primary-highlight-700\/90:focus{background-color:#957cdfe6}.focus\:bg-primary-highlight-700\/95:focus{background-color:#957cdff2}.focus\:bg-primary-highlight-700\/100:focus{background-color:#957cdf}.focus\:bg-primary-highlight-800\/0:focus{background-color:#816bc100}.focus\:bg-primary-highlight-800\/5:focus{background-color:#816bc10d}.focus\:bg-primary-highlight-800\/10:focus{background-color:#816bc11a}.focus\:bg-primary-highlight-800\/20:focus{background-color:#816bc133}.focus\:bg-primary-highlight-800\/25:focus{background-color:#816bc140}.focus\:bg-primary-highlight-800\/30:focus{background-color:#816bc14d}.focus\:bg-primary-highlight-800\/40:focus{background-color:#816bc166}.focus\:bg-primary-highlight-800\/50:focus{background-color:#816bc180}.focus\:bg-primary-highlight-800\/60:focus{background-color:#816bc199}.focus\:bg-primary-highlight-800\/70:focus{background-color:#816bc1b3}.focus\:bg-primary-highlight-800\/75:focus{background-color:#816bc1bf}.focus\:bg-primary-highlight-800\/80:focus{background-color:#816bc1cc}.focus\:bg-primary-highlight-800\/90:focus{background-color:#816bc1e6}.focus\:bg-primary-highlight-800\/95:focus{background-color:#816bc1f2}.focus\:bg-primary-highlight-800\/100:focus{background-color:#816bc1}.focus\:bg-primary-highlight-900\/0:focus{background-color:#69579e00}.focus\:bg-primary-highlight-900\/5:focus{background-color:#69579e0d}.focus\:bg-primary-highlight-900\/10:focus{background-color:#69579e1a}.focus\:bg-primary-highlight-900\/20:focus{background-color:#69579e33}.focus\:bg-primary-highlight-900\/25:focus{background-color:#69579e40}.focus\:bg-primary-highlight-900\/30:focus{background-color:#69579e4d}.focus\:bg-primary-highlight-900\/40:focus{background-color:#69579e66}.focus\:bg-primary-highlight-900\/50:focus{background-color:#69579e80}.focus\:bg-primary-highlight-900\/60:focus{background-color:#69579e99}.focus\:bg-primary-highlight-900\/70:focus{background-color:#69579eb3}.focus\:bg-primary-highlight-900\/75:focus{background-color:#69579ebf}.focus\:bg-primary-highlight-900\/80:focus{background-color:#69579ecc}.focus\:bg-primary-highlight-900\/90:focus{background-color:#69579ee6}.focus\:bg-primary-highlight-900\/95:focus{background-color:#69579ef2}.focus\:bg-primary-highlight-900\/100:focus{background-color:#69579e}.focus\:bg-primary-highlight-1000\/0:focus{background-color:#4a3e6f00}.focus\:bg-primary-highlight-1000\/5:focus{background-color:#4a3e6f0d}.focus\:bg-primary-highlight-1000\/10:focus{background-color:#4a3e6f1a}.focus\:bg-primary-highlight-1000\/20:focus{background-color:#4a3e6f33}.focus\:bg-primary-highlight-1000\/25:focus{background-color:#4a3e6f40}.focus\:bg-primary-highlight-1000\/30:focus{background-color:#4a3e6f4d}.focus\:bg-primary-highlight-1000\/40:focus{background-color:#4a3e6f66}.focus\:bg-primary-highlight-1000\/50:focus{background-color:#4a3e6f80}.focus\:bg-primary-highlight-1000\/60:focus{background-color:#4a3e6f99}.focus\:bg-primary-highlight-1000\/70:focus{background-color:#4a3e6fb3}.focus\:bg-primary-highlight-1000\/75:focus{background-color:#4a3e6fbf}.focus\:bg-primary-highlight-1000\/80:focus{background-color:#4a3e6fcc}.focus\:bg-primary-highlight-1000\/90:focus{background-color:#4a3e6fe6}.focus\:bg-primary-highlight-1000\/95:focus{background-color:#4a3e6ff2}.focus\:bg-primary-highlight-1000\/100:focus{background-color:#4a3e6f}.focus\:bg-secondary-100\/0:focus{background-color:#fef7f200}.focus\:bg-secondary-100\/5:focus{background-color:#fef7f20d}.focus\:bg-secondary-100\/10:focus{background-color:#fef7f21a}.focus\:bg-secondary-100\/20:focus{background-color:#fef7f233}.focus\:bg-secondary-100\/25:focus{background-color:#fef7f240}.focus\:bg-secondary-100\/30:focus{background-color:#fef7f24d}.focus\:bg-secondary-100\/40:focus{background-color:#fef7f266}.focus\:bg-secondary-100\/50:focus{background-color:#fef7f280}.focus\:bg-secondary-100\/60:focus{background-color:#fef7f299}.focus\:bg-secondary-100\/70:focus{background-color:#fef7f2b3}.focus\:bg-secondary-100\/75:focus{background-color:#fef7f2bf}.focus\:bg-secondary-100\/80:focus{background-color:#fef7f2cc}.focus\:bg-secondary-100\/90:focus{background-color:#fef7f2e6}.focus\:bg-secondary-100\/95:focus{background-color:#fef7f2f2}.focus\:bg-secondary-100\/100:focus{background-color:#fef7f2}.focus\:bg-secondary-200\/0:focus{background-color:#fef0e400}.focus\:bg-secondary-200\/5:focus{background-color:#fef0e40d}.focus\:bg-secondary-200\/10:focus{background-color:#fef0e41a}.focus\:bg-secondary-200\/20:focus{background-color:#fef0e433}.focus\:bg-secondary-200\/25:focus{background-color:#fef0e440}.focus\:bg-secondary-200\/30:focus{background-color:#fef0e44d}.focus\:bg-secondary-200\/40:focus{background-color:#fef0e466}.focus\:bg-secondary-200\/50:focus{background-color:#fef0e480}.focus\:bg-secondary-200\/60:focus{background-color:#fef0e499}.focus\:bg-secondary-200\/70:focus{background-color:#fef0e4b3}.focus\:bg-secondary-200\/75:focus{background-color:#fef0e4bf}.focus\:bg-secondary-200\/80:focus{background-color:#fef0e4cc}.focus\:bg-secondary-200\/90:focus{background-color:#fef0e4e6}.focus\:bg-secondary-200\/95:focus{background-color:#fef0e4f2}.focus\:bg-secondary-200\/100:focus{background-color:#fef0e4}.focus\:bg-secondary-300\/0:focus{background-color:#fde1c600}.focus\:bg-secondary-300\/5:focus{background-color:#fde1c60d}.focus\:bg-secondary-300\/10:focus{background-color:#fde1c61a}.focus\:bg-secondary-300\/20:focus{background-color:#fde1c633}.focus\:bg-secondary-300\/25:focus{background-color:#fde1c640}.focus\:bg-secondary-300\/30:focus{background-color:#fde1c64d}.focus\:bg-secondary-300\/40:focus{background-color:#fde1c666}.focus\:bg-secondary-300\/50:focus{background-color:#fde1c680}.focus\:bg-secondary-300\/60:focus{background-color:#fde1c699}.focus\:bg-secondary-300\/70:focus{background-color:#fde1c6b3}.focus\:bg-secondary-300\/75:focus{background-color:#fde1c6bf}.focus\:bg-secondary-300\/80:focus{background-color:#fde1c6cc}.focus\:bg-secondary-300\/90:focus{background-color:#fde1c6e6}.focus\:bg-secondary-300\/95:focus{background-color:#fde1c6f2}.focus\:bg-secondary-300\/100:focus{background-color:#fde1c6}.focus\:bg-secondary-400\/0:focus{background-color:#fcd1a200}.focus\:bg-secondary-400\/5:focus{background-color:#fcd1a20d}.focus\:bg-secondary-400\/10:focus{background-color:#fcd1a21a}.focus\:bg-secondary-400\/20:focus{background-color:#fcd1a233}.focus\:bg-secondary-400\/25:focus{background-color:#fcd1a240}.focus\:bg-secondary-400\/30:focus{background-color:#fcd1a24d}.focus\:bg-secondary-400\/40:focus{background-color:#fcd1a266}.focus\:bg-secondary-400\/50:focus{background-color:#fcd1a280}.focus\:bg-secondary-400\/60:focus{background-color:#fcd1a299}.focus\:bg-secondary-400\/70:focus{background-color:#fcd1a2b3}.focus\:bg-secondary-400\/75:focus{background-color:#fcd1a2bf}.focus\:bg-secondary-400\/80:focus{background-color:#fcd1a2cc}.focus\:bg-secondary-400\/90:focus{background-color:#fcd1a2e6}.focus\:bg-secondary-400\/95:focus{background-color:#fcd1a2f2}.focus\:bg-secondary-400\/100:focus{background-color:#fcd1a2}.focus\:bg-secondary-500\/0:focus{background-color:#fbbf7500}.focus\:bg-secondary-500\/5:focus{background-color:#fbbf750d}.focus\:bg-secondary-500\/10:focus{background-color:#fbbf751a}.focus\:bg-secondary-500\/20:focus{background-color:#fbbf7533}.focus\:bg-secondary-500\/25:focus{background-color:#fbbf7540}.focus\:bg-secondary-500\/30:focus{background-color:#fbbf754d}.focus\:bg-secondary-500\/40:focus{background-color:#fbbf7566}.focus\:bg-secondary-500\/50:focus{background-color:#fbbf7580}.focus\:bg-secondary-500\/60:focus{background-color:#fbbf7599}.focus\:bg-secondary-500\/70:focus{background-color:#fbbf75b3}.focus\:bg-secondary-500\/75:focus{background-color:#fbbf75bf}.focus\:bg-secondary-500\/80:focus{background-color:#fbbf75cc}.focus\:bg-secondary-500\/90:focus{background-color:#fbbf75e6}.focus\:bg-secondary-500\/95:focus{background-color:#fbbf75f2}.focus\:bg-secondary-500\/100:focus{background-color:#fbbf75}.focus\:bg-secondary-600\/0:focus{background-color:#faac1e00}.focus\:bg-secondary-600\/5:focus{background-color:#faac1e0d}.focus\:bg-secondary-600\/10:focus{background-color:#faac1e1a}.focus\:bg-secondary-600\/20:focus{background-color:#faac1e33}.focus\:bg-secondary-600\/25:focus{background-color:#faac1e40}.focus\:bg-secondary-600\/30:focus{background-color:#faac1e4d}.focus\:bg-secondary-600\/40:focus{background-color:#faac1e66}.focus\:bg-secondary-600\/50:focus{background-color:#faac1e80}.focus\:bg-secondary-600\/60:focus{background-color:#faac1e99}.focus\:bg-secondary-600\/70:focus{background-color:#faac1eb3}.focus\:bg-secondary-600\/75:focus{background-color:#faac1ebf}.focus\:bg-secondary-600\/80:focus{background-color:#faac1ecc}.focus\:bg-secondary-600\/90:focus{background-color:#faac1ee6}.focus\:bg-secondary-600\/95:focus{background-color:#faac1ef2}.focus\:bg-secondary-600\/100:focus{background-color:#faac1e}.focus\:bg-secondary-700\/0:focus{background-color:#df991a00}.focus\:bg-secondary-700\/5:focus{background-color:#df991a0d}.focus\:bg-secondary-700\/10:focus{background-color:#df991a1a}.focus\:bg-secondary-700\/20:focus{background-color:#df991a33}.focus\:bg-secondary-700\/25:focus{background-color:#df991a40}.focus\:bg-secondary-700\/30:focus{background-color:#df991a4d}.focus\:bg-secondary-700\/40:focus{background-color:#df991a66}.focus\:bg-secondary-700\/50:focus{background-color:#df991a80}.focus\:bg-secondary-700\/60:focus{background-color:#df991a99}.focus\:bg-secondary-700\/70:focus{background-color:#df991ab3}.focus\:bg-secondary-700\/75:focus{background-color:#df991abf}.focus\:bg-secondary-700\/80:focus{background-color:#df991acc}.focus\:bg-secondary-700\/90:focus{background-color:#df991ae6}.focus\:bg-secondary-700\/95:focus{background-color:#df991af2}.focus\:bg-secondary-700\/100:focus{background-color:#df991a}.focus\:bg-secondary-800\/0:focus{background-color:#c1851700}.focus\:bg-secondary-800\/5:focus{background-color:#c185170d}.focus\:bg-secondary-800\/10:focus{background-color:#c185171a}.focus\:bg-secondary-800\/20:focus{background-color:#c1851733}.focus\:bg-secondary-800\/25:focus{background-color:#c1851740}.focus\:bg-secondary-800\/30:focus{background-color:#c185174d}.focus\:bg-secondary-800\/40:focus{background-color:#c1851766}.focus\:bg-secondary-800\/50:focus{background-color:#c1851780}.focus\:bg-secondary-800\/60:focus{background-color:#c1851799}.focus\:bg-secondary-800\/70:focus{background-color:#c18517b3}.focus\:bg-secondary-800\/75:focus{background-color:#c18517bf}.focus\:bg-secondary-800\/80:focus{background-color:#c18517cc}.focus\:bg-secondary-800\/90:focus{background-color:#c18517e6}.focus\:bg-secondary-800\/95:focus{background-color:#c18517f2}.focus\:bg-secondary-800\/100:focus{background-color:#c18517}.focus\:bg-secondary-900\/0:focus{background-color:#9e6c1200}.focus\:bg-secondary-900\/5:focus{background-color:#9e6c120d}.focus\:bg-secondary-900\/10:focus{background-color:#9e6c121a}.focus\:bg-secondary-900\/20:focus{background-color:#9e6c1233}.focus\:bg-secondary-900\/25:focus{background-color:#9e6c1240}.focus\:bg-secondary-900\/30:focus{background-color:#9e6c124d}.focus\:bg-secondary-900\/40:focus{background-color:#9e6c1266}.focus\:bg-secondary-900\/50:focus{background-color:#9e6c1280}.focus\:bg-secondary-900\/60:focus{background-color:#9e6c1299}.focus\:bg-secondary-900\/70:focus{background-color:#9e6c12b3}.focus\:bg-secondary-900\/75:focus{background-color:#9e6c12bf}.focus\:bg-secondary-900\/80:focus{background-color:#9e6c12cc}.focus\:bg-secondary-900\/90:focus{background-color:#9e6c12e6}.focus\:bg-secondary-900\/95:focus{background-color:#9e6c12f2}.focus\:bg-secondary-900\/100:focus{background-color:#9e6c12}.focus\:bg-secondary-1000\/0:focus{background-color:#6f4c0d00}.focus\:bg-secondary-1000\/5:focus{background-color:#6f4c0d0d}.focus\:bg-secondary-1000\/10:focus{background-color:#6f4c0d1a}.focus\:bg-secondary-1000\/20:focus{background-color:#6f4c0d33}.focus\:bg-secondary-1000\/25:focus{background-color:#6f4c0d40}.focus\:bg-secondary-1000\/30:focus{background-color:#6f4c0d4d}.focus\:bg-secondary-1000\/40:focus{background-color:#6f4c0d66}.focus\:bg-secondary-1000\/50:focus{background-color:#6f4c0d80}.focus\:bg-secondary-1000\/60:focus{background-color:#6f4c0d99}.focus\:bg-secondary-1000\/70:focus{background-color:#6f4c0db3}.focus\:bg-secondary-1000\/75:focus{background-color:#6f4c0dbf}.focus\:bg-secondary-1000\/80:focus{background-color:#6f4c0dcc}.focus\:bg-secondary-1000\/90:focus{background-color:#6f4c0de6}.focus\:bg-secondary-1000\/95:focus{background-color:#6f4c0df2}.focus\:bg-secondary-1000\/100:focus{background-color:#6f4c0d}.focus\:bg-grey-100\/0:focus{background-color:#f2f3f400}.focus\:bg-grey-100\/5:focus{background-color:#f2f3f40d}.focus\:bg-grey-100\/10:focus{background-color:#f2f3f41a}.focus\:bg-grey-100\/20:focus{background-color:#f2f3f433}.focus\:bg-grey-100\/25:focus{background-color:#f2f3f440}.focus\:bg-grey-100\/30:focus{background-color:#f2f3f44d}.focus\:bg-grey-100\/40:focus{background-color:#f2f3f466}.focus\:bg-grey-100\/50:focus{background-color:#f2f3f480}.focus\:bg-grey-100\/60:focus{background-color:#f2f3f499}.focus\:bg-grey-100\/70:focus{background-color:#f2f3f4b3}.focus\:bg-grey-100\/75:focus{background-color:#f2f3f4bf}.focus\:bg-grey-100\/80:focus{background-color:#f2f3f4cc}.focus\:bg-grey-100\/90:focus{background-color:#f2f3f4e6}.focus\:bg-grey-100\/95:focus{background-color:#f2f3f4f2}.focus\:bg-grey-100\/100:focus{background-color:#f2f3f4}.focus\:bg-grey-200\/0:focus{background-color:#e6e7e800}.focus\:bg-grey-200\/5:focus{background-color:#e6e7e80d}.focus\:bg-grey-200\/10:focus{background-color:#e6e7e81a}.focus\:bg-grey-200\/20:focus{background-color:#e6e7e833}.focus\:bg-grey-200\/25:focus{background-color:#e6e7e840}.focus\:bg-grey-200\/30:focus{background-color:#e6e7e84d}.focus\:bg-grey-200\/40:focus{background-color:#e6e7e866}.focus\:bg-grey-200\/50:focus{background-color:#e6e7e880}.focus\:bg-grey-200\/60:focus{background-color:#e6e7e899}.focus\:bg-grey-200\/70:focus{background-color:#e6e7e8b3}.focus\:bg-grey-200\/75:focus{background-color:#e6e7e8bf}.focus\:bg-grey-200\/80:focus{background-color:#e6e7e8cc}.focus\:bg-grey-200\/90:focus{background-color:#e6e7e8e6}.focus\:bg-grey-200\/95:focus{background-color:#e6e7e8f2}.focus\:bg-grey-200\/100:focus{background-color:#e6e7e8}.focus\:bg-grey-300\/0:focus{background-color:#caccd000}.focus\:bg-grey-300\/5:focus{background-color:#caccd00d}.focus\:bg-grey-300\/10:focus{background-color:#caccd01a}.focus\:bg-grey-300\/20:focus{background-color:#caccd033}.focus\:bg-grey-300\/25:focus{background-color:#caccd040}.focus\:bg-grey-300\/30:focus{background-color:#caccd04d}.focus\:bg-grey-300\/40:focus{background-color:#caccd066}.focus\:bg-grey-300\/50:focus{background-color:#caccd080}.focus\:bg-grey-300\/60:focus{background-color:#caccd099}.focus\:bg-grey-300\/70:focus{background-color:#caccd0b3}.focus\:bg-grey-300\/75:focus{background-color:#caccd0bf}.focus\:bg-grey-300\/80:focus{background-color:#caccd0cc}.focus\:bg-grey-300\/90:focus{background-color:#caccd0e6}.focus\:bg-grey-300\/95:focus{background-color:#caccd0f2}.focus\:bg-grey-300\/100:focus{background-color:#caccd0}.focus\:bg-grey-400\/0:focus{background-color:#aaaeb400}.focus\:bg-grey-400\/5:focus{background-color:#aaaeb40d}.focus\:bg-grey-400\/10:focus{background-color:#aaaeb41a}.focus\:bg-grey-400\/20:focus{background-color:#aaaeb433}.focus\:bg-grey-400\/25:focus{background-color:#aaaeb440}.focus\:bg-grey-400\/30:focus{background-color:#aaaeb44d}.focus\:bg-grey-400\/40:focus{background-color:#aaaeb466}.focus\:bg-grey-400\/50:focus{background-color:#aaaeb480}.focus\:bg-grey-400\/60:focus{background-color:#aaaeb499}.focus\:bg-grey-400\/70:focus{background-color:#aaaeb4b3}.focus\:bg-grey-400\/75:focus{background-color:#aaaeb4bf}.focus\:bg-grey-400\/80:focus{background-color:#aaaeb4cc}.focus\:bg-grey-400\/90:focus{background-color:#aaaeb4e6}.focus\:bg-grey-400\/95:focus{background-color:#aaaeb4f2}.focus\:bg-grey-400\/100:focus{background-color:#aaaeb4}.focus\:bg-grey-500\/0:focus{background-color:#82899300}.focus\:bg-grey-500\/5:focus{background-color:#8289930d}.focus\:bg-grey-500\/10:focus{background-color:#8289931a}.focus\:bg-grey-500\/20:focus{background-color:#82899333}.focus\:bg-grey-500\/25:focus{background-color:#82899340}.focus\:bg-grey-500\/30:focus{background-color:#8289934d}.focus\:bg-grey-500\/40:focus{background-color:#82899366}.focus\:bg-grey-500\/50:focus{background-color:#82899380}.focus\:bg-grey-500\/60:focus{background-color:#82899399}.focus\:bg-grey-500\/70:focus{background-color:#828993b3}.focus\:bg-grey-500\/75:focus{background-color:#828993bf}.focus\:bg-grey-500\/80:focus{background-color:#828993cc}.focus\:bg-grey-500\/90:focus{background-color:#828993e6}.focus\:bg-grey-500\/95:focus{background-color:#828993f2}.focus\:bg-grey-500\/100:focus{background-color:#828993}.focus\:bg-grey-600\/0:focus{background-color:#47556900}.focus\:bg-grey-600\/5:focus{background-color:#4755690d}.focus\:bg-grey-600\/10:focus{background-color:#4755691a}.focus\:bg-grey-600\/20:focus{background-color:#47556933}.focus\:bg-grey-600\/25:focus{background-color:#47556940}.focus\:bg-grey-600\/30:focus{background-color:#4755694d}.focus\:bg-grey-600\/40:focus{background-color:#47556966}.focus\:bg-grey-600\/50:focus{background-color:#47556980}.focus\:bg-grey-600\/60:focus{background-color:#47556999}.focus\:bg-grey-600\/70:focus{background-color:#475569b3}.focus\:bg-grey-600\/75:focus{background-color:#475569bf}.focus\:bg-grey-600\/80:focus{background-color:#475569cc}.focus\:bg-grey-600\/90:focus{background-color:#475569e6}.focus\:bg-grey-600\/95:focus{background-color:#475569f2}.focus\:bg-grey-600\/100:focus{background-color:#475569}.focus\:bg-grey-700\/0:focus{background-color:#3f4c5d00}.focus\:bg-grey-700\/5:focus{background-color:#3f4c5d0d}.focus\:bg-grey-700\/10:focus{background-color:#3f4c5d1a}.focus\:bg-grey-700\/20:focus{background-color:#3f4c5d33}.focus\:bg-grey-700\/25:focus{background-color:#3f4c5d40}.focus\:bg-grey-700\/30:focus{background-color:#3f4c5d4d}.focus\:bg-grey-700\/40:focus{background-color:#3f4c5d66}.focus\:bg-grey-700\/50:focus{background-color:#3f4c5d80}.focus\:bg-grey-700\/60:focus{background-color:#3f4c5d99}.focus\:bg-grey-700\/70:focus{background-color:#3f4c5db3}.focus\:bg-grey-700\/75:focus{background-color:#3f4c5dbf}.focus\:bg-grey-700\/80:focus{background-color:#3f4c5dcc}.focus\:bg-grey-700\/90:focus{background-color:#3f4c5de6}.focus\:bg-grey-700\/95:focus{background-color:#3f4c5df2}.focus\:bg-grey-700\/100:focus{background-color:#3f4c5d}.focus\:bg-grey-800\/0:focus{background-color:#36415100}.focus\:bg-grey-800\/5:focus{background-color:#3641510d}.focus\:bg-grey-800\/10:focus{background-color:#3641511a}.focus\:bg-grey-800\/20:focus{background-color:#36415133}.focus\:bg-grey-800\/25:focus{background-color:#36415140}.focus\:bg-grey-800\/30:focus{background-color:#3641514d}.focus\:bg-grey-800\/40:focus{background-color:#36415166}.focus\:bg-grey-800\/50:focus{background-color:#36415180}.focus\:bg-grey-800\/60:focus{background-color:#36415199}.focus\:bg-grey-800\/70:focus{background-color:#364151b3}.focus\:bg-grey-800\/75:focus{background-color:#364151bf}.focus\:bg-grey-800\/80:focus{background-color:#364151cc}.focus\:bg-grey-800\/90:focus{background-color:#364151e6}.focus\:bg-grey-800\/95:focus{background-color:#364151f2}.focus\:bg-grey-800\/100:focus{background-color:#364151}.focus\:bg-grey-900\/0:focus{background-color:#2c354200}.focus\:bg-grey-900\/5:focus{background-color:#2c35420d}.focus\:bg-grey-900\/10:focus{background-color:#2c35421a}.focus\:bg-grey-900\/20:focus{background-color:#2c354233}.focus\:bg-grey-900\/25:focus{background-color:#2c354240}.focus\:bg-grey-900\/30:focus{background-color:#2c35424d}.focus\:bg-grey-900\/40:focus{background-color:#2c354266}.focus\:bg-grey-900\/50:focus{background-color:#2c354280}.focus\:bg-grey-900\/60:focus{background-color:#2c354299}.focus\:bg-grey-900\/70:focus{background-color:#2c3542b3}.focus\:bg-grey-900\/75:focus{background-color:#2c3542bf}.focus\:bg-grey-900\/80:focus{background-color:#2c3542cc}.focus\:bg-grey-900\/90:focus{background-color:#2c3542e6}.focus\:bg-grey-900\/95:focus{background-color:#2c3542f2}.focus\:bg-grey-900\/100:focus{background-color:#2c3542}.focus\:bg-grey-1000\/0:focus{background-color:#1f262e00}.focus\:bg-grey-1000\/5:focus{background-color:#1f262e0d}.focus\:bg-grey-1000\/10:focus{background-color:#1f262e1a}.focus\:bg-grey-1000\/20:focus{background-color:#1f262e33}.focus\:bg-grey-1000\/25:focus{background-color:#1f262e40}.focus\:bg-grey-1000\/30:focus{background-color:#1f262e4d}.focus\:bg-grey-1000\/40:focus{background-color:#1f262e66}.focus\:bg-grey-1000\/50:focus{background-color:#1f262e80}.focus\:bg-grey-1000\/60:focus{background-color:#1f262e99}.focus\:bg-grey-1000\/70:focus{background-color:#1f262eb3}.focus\:bg-grey-1000\/75:focus{background-color:#1f262ebf}.focus\:bg-grey-1000\/80:focus{background-color:#1f262ecc}.focus\:bg-grey-1000\/90:focus{background-color:#1f262ee6}.focus\:bg-grey-1000\/95:focus{background-color:#1f262ef2}.focus\:bg-grey-1000\/100:focus{background-color:#1f262e}.focus\:bg-green-1000\/0:focus{background-color:#175e4400}.focus\:bg-green-1000\/5:focus{background-color:#175e440d}.focus\:bg-green-1000\/10:focus{background-color:#175e441a}.focus\:bg-green-1000\/20:focus{background-color:#175e4433}.focus\:bg-green-1000\/25:focus{background-color:#175e4440}.focus\:bg-green-1000\/30:focus{background-color:#175e444d}.focus\:bg-green-1000\/40:focus{background-color:#175e4466}.focus\:bg-green-1000\/50:focus{background-color:#175e4480}.focus\:bg-green-1000\/60:focus{background-color:#175e4499}.focus\:bg-green-1000\/70:focus{background-color:#175e44b3}.focus\:bg-green-1000\/75:focus{background-color:#175e44bf}.focus\:bg-green-1000\/80:focus{background-color:#175e44cc}.focus\:bg-green-1000\/90:focus{background-color:#175e44e6}.focus\:bg-green-1000\/95:focus{background-color:#175e44f2}.focus\:bg-green-1000\/100:focus{background-color:#175e44}.focus\:bg-blue-1000\/0:focus{background-color:#102c6900}.focus\:bg-blue-1000\/5:focus{background-color:#102c690d}.focus\:bg-blue-1000\/10:focus{background-color:#102c691a}.focus\:bg-blue-1000\/20:focus{background-color:#102c6933}.focus\:bg-blue-1000\/25:focus{background-color:#102c6940}.focus\:bg-blue-1000\/30:focus{background-color:#102c694d}.focus\:bg-blue-1000\/40:focus{background-color:#102c6966}.focus\:bg-blue-1000\/50:focus{background-color:#102c6980}.focus\:bg-blue-1000\/60:focus{background-color:#102c6999}.focus\:bg-blue-1000\/70:focus{background-color:#102c69b3}.focus\:bg-blue-1000\/75:focus{background-color:#102c69bf}.focus\:bg-blue-1000\/80:focus{background-color:#102c69cc}.focus\:bg-blue-1000\/90:focus{background-color:#102c69e6}.focus\:bg-blue-1000\/95:focus{background-color:#102c69f2}.focus\:bg-blue-1000\/100:focus{background-color:#102c69}.focus\:bg-orange-1000\/0:focus{background-color:#68270500}.focus\:bg-orange-1000\/5:focus{background-color:#6827050d}.focus\:bg-orange-1000\/10:focus{background-color:#6827051a}.focus\:bg-orange-1000\/20:focus{background-color:#68270533}.focus\:bg-orange-1000\/25:focus{background-color:#68270540}.focus\:bg-orange-1000\/30:focus{background-color:#6827054d}.focus\:bg-orange-1000\/40:focus{background-color:#68270566}.focus\:bg-orange-1000\/50:focus{background-color:#68270580}.focus\:bg-orange-1000\/60:focus{background-color:#68270599}.focus\:bg-orange-1000\/70:focus{background-color:#682705b3}.focus\:bg-orange-1000\/75:focus{background-color:#682705bf}.focus\:bg-orange-1000\/80:focus{background-color:#682705cc}.focus\:bg-orange-1000\/90:focus{background-color:#682705e6}.focus\:bg-orange-1000\/95:focus{background-color:#682705f2}.focus\:bg-orange-1000\/100:focus{background-color:#682705}.focus\:bg-red-1000\/0:focus{background-color:#62101000}.focus\:bg-red-1000\/5:focus{background-color:#6210100d}.focus\:bg-red-1000\/10:focus{background-color:#6210101a}.focus\:bg-red-1000\/20:focus{background-color:#62101033}.focus\:bg-red-1000\/25:focus{background-color:#62101040}.focus\:bg-red-1000\/30:focus{background-color:#6210104d}.focus\:bg-red-1000\/40:focus{background-color:#62101066}.focus\:bg-red-1000\/50:focus{background-color:#62101080}.focus\:bg-red-1000\/60:focus{background-color:#62101099}.focus\:bg-red-1000\/70:focus{background-color:#621010b3}.focus\:bg-red-1000\/75:focus{background-color:#621010bf}.focus\:bg-red-1000\/80:focus{background-color:#621010cc}.focus\:bg-red-1000\/90:focus{background-color:#621010e6}.focus\:bg-red-1000\/95:focus{background-color:#621010f2}.focus\:bg-red-1000\/100:focus{background-color:#621010}.focus\:bg-primary\/0:focus{background-color:#a78bfa00}.focus\:bg-primary\/5:focus{background-color:#a78bfa0d}.focus\:bg-primary\/10:focus{background-color:#a78bfa1a}.focus\:bg-primary\/20:focus{background-color:#a78bfa33}.focus\:bg-primary\/25:focus{background-color:#a78bfa40}.focus\:bg-primary\/30:focus{background-color:#a78bfa4d}.focus\:bg-primary\/40:focus{background-color:#a78bfa66}.focus\:bg-primary\/50:focus{background-color:#a78bfa80}.focus\:bg-primary\/60:focus{background-color:#a78bfa99}.focus\:bg-primary\/70:focus{background-color:#a78bfab3}.focus\:bg-primary\/75:focus{background-color:#a78bfabf}.focus\:bg-primary\/80:focus{background-color:#a78bfacc}.focus\:bg-primary\/90:focus{background-color:#a78bfae6}.focus\:bg-primary\/95:focus{background-color:#a78bfaf2}.focus\:bg-primary\/100:focus{background-color:#a78bfa}.focus\:bg-primary-light\/0:focus{background-color:#f7f5fe00}.focus\:bg-primary-light\/5:focus{background-color:#f7f5fe0d}.focus\:bg-primary-light\/10:focus{background-color:#f7f5fe1a}.focus\:bg-primary-light\/20:focus{background-color:#f7f5fe33}.focus\:bg-primary-light\/25:focus{background-color:#f7f5fe40}.focus\:bg-primary-light\/30:focus{background-color:#f7f5fe4d}.focus\:bg-primary-light\/40:focus{background-color:#f7f5fe66}.focus\:bg-primary-light\/50:focus{background-color:#f7f5fe80}.focus\:bg-primary-light\/60:focus{background-color:#f7f5fe99}.focus\:bg-primary-light\/70:focus{background-color:#f7f5feb3}.focus\:bg-primary-light\/75:focus{background-color:#f7f5febf}.focus\:bg-primary-light\/80:focus{background-color:#f7f5fecc}.focus\:bg-primary-light\/90:focus{background-color:#f7f5fee6}.focus\:bg-primary-light\/95:focus{background-color:#f7f5fef2}.focus\:bg-primary-light\/100:focus{background-color:#f7f5fe}.focus\:bg-primary-dark\/0:focus{background-color:#69579e00}.focus\:bg-primary-dark\/5:focus{background-color:#69579e0d}.focus\:bg-primary-dark\/10:focus{background-color:#69579e1a}.focus\:bg-primary-dark\/20:focus{background-color:#69579e33}.focus\:bg-primary-dark\/25:focus{background-color:#69579e40}.focus\:bg-primary-dark\/30:focus{background-color:#69579e4d}.focus\:bg-primary-dark\/40:focus{background-color:#69579e66}.focus\:bg-primary-dark\/50:focus{background-color:#69579e80}.focus\:bg-primary-dark\/60:focus{background-color:#69579e99}.focus\:bg-primary-dark\/70:focus{background-color:#69579eb3}.focus\:bg-primary-dark\/75:focus{background-color:#69579ebf}.focus\:bg-primary-dark\/80:focus{background-color:#69579ecc}.focus\:bg-primary-dark\/90:focus{background-color:#69579ee6}.focus\:bg-primary-dark\/95:focus{background-color:#69579ef2}.focus\:bg-primary-dark\/100:focus{background-color:#69579e}.focus\:bg-info\/0:focus{background-color:#7690ef00}.focus\:bg-info\/5:focus{background-color:#7690ef0d}.focus\:bg-info\/10:focus{background-color:#7690ef1a}.focus\:bg-info\/20:focus{background-color:#7690ef33}.focus\:bg-info\/25:focus{background-color:#7690ef40}.focus\:bg-info\/30:focus{background-color:#7690ef4d}.focus\:bg-info\/40:focus{background-color:#7690ef66}.focus\:bg-info\/50:focus{background-color:#7690ef80}.focus\:bg-info\/60:focus{background-color:#7690ef99}.focus\:bg-info\/70:focus{background-color:#7690efb3}.focus\:bg-info\/75:focus{background-color:#7690efbf}.focus\:bg-info\/80:focus{background-color:#7690efcc}.focus\:bg-info\/90:focus{background-color:#7690efe6}.focus\:bg-info\/95:focus{background-color:#7690eff2}.focus\:bg-info\/100:focus{background-color:#7690ef}.focus\:bg-info-light\/0:focus{background-color:#f2f3fd00}.focus\:bg-info-light\/5:focus{background-color:#f2f3fd0d}.focus\:bg-info-light\/10:focus{background-color:#f2f3fd1a}.focus\:bg-info-light\/20:focus{background-color:#f2f3fd33}.focus\:bg-info-light\/25:focus{background-color:#f2f3fd40}.focus\:bg-info-light\/30:focus{background-color:#f2f3fd4d}.focus\:bg-info-light\/40:focus{background-color:#f2f3fd66}.focus\:bg-info-light\/50:focus{background-color:#f2f3fd80}.focus\:bg-info-light\/60:focus{background-color:#f2f3fd99}.focus\:bg-info-light\/70:focus{background-color:#f2f3fdb3}.focus\:bg-info-light\/75:focus{background-color:#f2f3fdbf}.focus\:bg-info-light\/80:focus{background-color:#f2f3fdcc}.focus\:bg-info-light\/90:focus{background-color:#f2f3fde6}.focus\:bg-info-light\/95:focus{background-color:#f2f3fdf2}.focus\:bg-info-light\/100:focus{background-color:#f2f3fd}.focus\:bg-info-dark\/0:focus{background-color:#2158d200}.focus\:bg-info-dark\/5:focus{background-color:#2158d20d}.focus\:bg-info-dark\/10:focus{background-color:#2158d21a}.focus\:bg-info-dark\/20:focus{background-color:#2158d233}.focus\:bg-info-dark\/25:focus{background-color:#2158d240}.focus\:bg-info-dark\/30:focus{background-color:#2158d24d}.focus\:bg-info-dark\/40:focus{background-color:#2158d266}.focus\:bg-info-dark\/50:focus{background-color:#2158d280}.focus\:bg-info-dark\/60:focus{background-color:#2158d299}.focus\:bg-info-dark\/70:focus{background-color:#2158d2b3}.focus\:bg-info-dark\/75:focus{background-color:#2158d2bf}.focus\:bg-info-dark\/80:focus{background-color:#2158d2cc}.focus\:bg-info-dark\/90:focus{background-color:#2158d2e6}.focus\:bg-info-dark\/95:focus{background-color:#2158d2f2}.focus\:bg-info-dark\/100:focus{background-color:#2158d2}.focus\:bg-success\/0:focus{background-color:#28a37600}.focus\:bg-success\/5:focus{background-color:#28a3760d}.focus\:bg-success\/10:focus{background-color:#28a3761a}.focus\:bg-success\/20:focus{background-color:#28a37633}.focus\:bg-success\/25:focus{background-color:#28a37640}.focus\:bg-success\/30:focus{background-color:#28a3764d}.focus\:bg-success\/40:focus{background-color:#28a37666}.focus\:bg-success\/50:focus{background-color:#28a37680}.focus\:bg-success\/60:focus{background-color:#28a37699}.focus\:bg-success\/70:focus{background-color:#28a376b3}.focus\:bg-success\/75:focus{background-color:#28a376bf}.focus\:bg-success\/80:focus{background-color:#28a376cc}.focus\:bg-success\/90:focus{background-color:#28a376e6}.focus\:bg-success\/95:focus{background-color:#28a376f2}.focus\:bg-success\/100:focus{background-color:#28a376}.focus\:bg-success-light\/0:focus{background-color:#f2faf600}.focus\:bg-success-light\/5:focus{background-color:#f2faf60d}.focus\:bg-success-light\/10:focus{background-color:#f2faf61a}.focus\:bg-success-light\/20:focus{background-color:#f2faf633}.focus\:bg-success-light\/25:focus{background-color:#f2faf640}.focus\:bg-success-light\/30:focus{background-color:#f2faf64d}.focus\:bg-success-light\/40:focus{background-color:#f2faf666}.focus\:bg-success-light\/50:focus{background-color:#f2faf680}.focus\:bg-success-light\/60:focus{background-color:#f2faf699}.focus\:bg-success-light\/70:focus{background-color:#f2faf6b3}.focus\:bg-success-light\/75:focus{background-color:#f2faf6bf}.focus\:bg-success-light\/80:focus{background-color:#f2faf6cc}.focus\:bg-success-light\/90:focus{background-color:#f2faf6e6}.focus\:bg-success-light\/95:focus{background-color:#f2faf6f2}.focus\:bg-success-light\/100:focus{background-color:#f2faf6}.focus\:bg-success-dark\/0:focus{background-color:#20856000}.focus\:bg-success-dark\/5:focus{background-color:#2085600d}.focus\:bg-success-dark\/10:focus{background-color:#2085601a}.focus\:bg-success-dark\/20:focus{background-color:#20856033}.focus\:bg-success-dark\/25:focus{background-color:#20856040}.focus\:bg-success-dark\/30:focus{background-color:#2085604d}.focus\:bg-success-dark\/40:focus{background-color:#20856066}.focus\:bg-success-dark\/50:focus{background-color:#20856080}.focus\:bg-success-dark\/60:focus{background-color:#20856099}.focus\:bg-success-dark\/70:focus{background-color:#208560b3}.focus\:bg-success-dark\/75:focus{background-color:#208560bf}.focus\:bg-success-dark\/80:focus{background-color:#208560cc}.focus\:bg-success-dark\/90:focus{background-color:#208560e6}.focus\:bg-success-dark\/95:focus{background-color:#208560f2}.focus\:bg-success-dark\/100:focus{background-color:#208560}.focus\:bg-warning\/0:focus{background-color:#faac1e00}.focus\:bg-warning\/5:focus{background-color:#faac1e0d}.focus\:bg-warning\/10:focus{background-color:#faac1e1a}.focus\:bg-warning\/20:focus{background-color:#faac1e33}.focus\:bg-warning\/25:focus{background-color:#faac1e40}.focus\:bg-warning\/30:focus{background-color:#faac1e4d}.focus\:bg-warning\/40:focus{background-color:#faac1e66}.focus\:bg-warning\/50:focus{background-color:#faac1e80}.focus\:bg-warning\/60:focus{background-color:#faac1e99}.focus\:bg-warning\/70:focus{background-color:#faac1eb3}.focus\:bg-warning\/75:focus{background-color:#faac1ebf}.focus\:bg-warning\/80:focus{background-color:#faac1ecc}.focus\:bg-warning\/90:focus{background-color:#faac1ee6}.focus\:bg-warning\/95:focus{background-color:#faac1ef2}.focus\:bg-warning\/100:focus{background-color:#faac1e}.focus\:bg-warning-light\/0:focus{background-color:#fef7f200}.focus\:bg-warning-light\/5:focus{background-color:#fef7f20d}.focus\:bg-warning-light\/10:focus{background-color:#fef7f21a}.focus\:bg-warning-light\/20:focus{background-color:#fef7f233}.focus\:bg-warning-light\/25:focus{background-color:#fef7f240}.focus\:bg-warning-light\/30:focus{background-color:#fef7f24d}.focus\:bg-warning-light\/40:focus{background-color:#fef7f266}.focus\:bg-warning-light\/50:focus{background-color:#fef7f280}.focus\:bg-warning-light\/60:focus{background-color:#fef7f299}.focus\:bg-warning-light\/70:focus{background-color:#fef7f2b3}.focus\:bg-warning-light\/75:focus{background-color:#fef7f2bf}.focus\:bg-warning-light\/80:focus{background-color:#fef7f2cc}.focus\:bg-warning-light\/90:focus{background-color:#fef7f2e6}.focus\:bg-warning-light\/95:focus{background-color:#fef7f2f2}.focus\:bg-warning-light\/100:focus{background-color:#fef7f2}.focus\:bg-warning-dark\/0:focus{background-color:#9e6c1200}.focus\:bg-warning-dark\/5:focus{background-color:#9e6c120d}.focus\:bg-warning-dark\/10:focus{background-color:#9e6c121a}.focus\:bg-warning-dark\/20:focus{background-color:#9e6c1233}.focus\:bg-warning-dark\/25:focus{background-color:#9e6c1240}.focus\:bg-warning-dark\/30:focus{background-color:#9e6c124d}.focus\:bg-warning-dark\/40:focus{background-color:#9e6c1266}.focus\:bg-warning-dark\/50:focus{background-color:#9e6c1280}.focus\:bg-warning-dark\/60:focus{background-color:#9e6c1299}.focus\:bg-warning-dark\/70:focus{background-color:#9e6c12b3}.focus\:bg-warning-dark\/75:focus{background-color:#9e6c12bf}.focus\:bg-warning-dark\/80:focus{background-color:#9e6c12cc}.focus\:bg-warning-dark\/90:focus{background-color:#9e6c12e6}.focus\:bg-warning-dark\/95:focus{background-color:#9e6c12f2}.focus\:bg-warning-dark\/100:focus{background-color:#9e6c12}.focus\:bg-error\/0:focus{background-color:#dc262600}.focus\:bg-error\/5:focus{background-color:#dc26260d}.focus\:bg-error\/10:focus{background-color:#dc26261a}.focus\:bg-error\/20:focus{background-color:#dc262633}.focus\:bg-error\/25:focus{background-color:#dc262640}.focus\:bg-error\/30:focus{background-color:#dc26264d}.focus\:bg-error\/40:focus{background-color:#dc262666}.focus\:bg-error\/50:focus{background-color:#dc262680}.focus\:bg-error\/60:focus{background-color:#dc262699}.focus\:bg-error\/70:focus{background-color:#dc2626b3}.focus\:bg-error\/75:focus{background-color:#dc2626bf}.focus\:bg-error\/80:focus{background-color:#dc2626cc}.focus\:bg-error\/90:focus{background-color:#dc2626e6}.focus\:bg-error\/95:focus{background-color:#dc2626f2}.focus\:bg-error\/100:focus{background-color:#dc2626}.focus\:bg-error-light\/0:focus{background-color:#fbf2f200}.focus\:bg-error-light\/5:focus{background-color:#fbf2f20d}.focus\:bg-error-light\/10:focus{background-color:#fbf2f21a}.focus\:bg-error-light\/20:focus{background-color:#fbf2f233}.focus\:bg-error-light\/25:focus{background-color:#fbf2f240}.focus\:bg-error-light\/30:focus{background-color:#fbf2f24d}.focus\:bg-error-light\/40:focus{background-color:#fbf2f266}.focus\:bg-error-light\/50:focus{background-color:#fbf2f280}.focus\:bg-error-light\/60:focus{background-color:#fbf2f299}.focus\:bg-error-light\/70:focus{background-color:#fbf2f2b3}.focus\:bg-error-light\/75:focus{background-color:#fbf2f2bf}.focus\:bg-error-light\/80:focus{background-color:#fbf2f2cc}.focus\:bg-error-light\/90:focus{background-color:#fbf2f2e6}.focus\:bg-error-light\/95:focus{background-color:#fbf2f2f2}.focus\:bg-error-light\/100:focus{background-color:#fbf2f2}.focus\:bg-error-dark\/0:focus{background-color:#c4212100}.focus\:bg-error-dark\/5:focus{background-color:#c421210d}.focus\:bg-error-dark\/10:focus{background-color:#c421211a}.focus\:bg-error-dark\/20:focus{background-color:#c4212133}.focus\:bg-error-dark\/25:focus{background-color:#c4212140}.focus\:bg-error-dark\/30:focus{background-color:#c421214d}.focus\:bg-error-dark\/40:focus{background-color:#c4212166}.focus\:bg-error-dark\/50:focus{background-color:#c4212180}.focus\:bg-error-dark\/60:focus{background-color:#c4212199}.focus\:bg-error-dark\/70:focus{background-color:#c42121b3}.focus\:bg-error-dark\/75:focus{background-color:#c42121bf}.focus\:bg-error-dark\/80:focus{background-color:#c42121cc}.focus\:bg-error-dark\/90:focus{background-color:#c42121e6}.focus\:bg-error-dark\/95:focus{background-color:#c42121f2}.focus\:bg-error-dark\/100:focus{background-color:#c42121}.focus\:bg-grey\/0:focus{background-color:#47556900}.focus\:bg-grey\/5:focus{background-color:#4755690d}.focus\:bg-grey\/10:focus{background-color:#4755691a}.focus\:bg-grey\/20:focus{background-color:#47556933}.focus\:bg-grey\/25:focus{background-color:#47556940}.focus\:bg-grey\/30:focus{background-color:#4755694d}.focus\:bg-grey\/40:focus{background-color:#47556966}.focus\:bg-grey\/50:focus{background-color:#47556980}.focus\:bg-grey\/60:focus{background-color:#47556999}.focus\:bg-grey\/70:focus{background-color:#475569b3}.focus\:bg-grey\/75:focus{background-color:#475569bf}.focus\:bg-grey\/80:focus{background-color:#475569cc}.focus\:bg-grey\/90:focus{background-color:#475569e6}.focus\:bg-grey\/95:focus{background-color:#475569f2}.focus\:bg-grey\/100:focus{background-color:#475569}.focus\:bg-grey-light\/0:focus{background-color:#f2f3f400}.focus\:bg-grey-light\/5:focus{background-color:#f2f3f40d}.focus\:bg-grey-light\/10:focus{background-color:#f2f3f41a}.focus\:bg-grey-light\/20:focus{background-color:#f2f3f433}.focus\:bg-grey-light\/25:focus{background-color:#f2f3f440}.focus\:bg-grey-light\/30:focus{background-color:#f2f3f44d}.focus\:bg-grey-light\/40:focus{background-color:#f2f3f466}.focus\:bg-grey-light\/50:focus{background-color:#f2f3f480}.focus\:bg-grey-light\/60:focus{background-color:#f2f3f499}.focus\:bg-grey-light\/70:focus{background-color:#f2f3f4b3}.focus\:bg-grey-light\/75:focus{background-color:#f2f3f4bf}.focus\:bg-grey-light\/80:focus{background-color:#f2f3f4cc}.focus\:bg-grey-light\/90:focus{background-color:#f2f3f4e6}.focus\:bg-grey-light\/95:focus{background-color:#f2f3f4f2}.focus\:bg-grey-light\/100:focus{background-color:#f2f3f4}.focus\:bg-grey-dark\/0:focus{background-color:#2c354200}.focus\:bg-grey-dark\/5:focus{background-color:#2c35420d}.focus\:bg-grey-dark\/10:focus{background-color:#2c35421a}.focus\:bg-grey-dark\/20:focus{background-color:#2c354233}.focus\:bg-grey-dark\/25:focus{background-color:#2c354240}.focus\:bg-grey-dark\/30:focus{background-color:#2c35424d}.focus\:bg-grey-dark\/40:focus{background-color:#2c354266}.focus\:bg-grey-dark\/50:focus{background-color:#2c354280}.focus\:bg-grey-dark\/60:focus{background-color:#2c354299}.focus\:bg-grey-dark\/70:focus{background-color:#2c3542b3}.focus\:bg-grey-dark\/75:focus{background-color:#2c3542bf}.focus\:bg-grey-dark\/80:focus{background-color:#2c3542cc}.focus\:bg-grey-dark\/90:focus{background-color:#2c3542e6}.focus\:bg-grey-dark\/95:focus{background-color:#2c3542f2}.focus\:bg-grey-dark\/100:focus{background-color:#2c3542}.focus\:text-red-50:focus{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity))}.focus\:text-red-100:focus{--tw-text-opacity: 1;color:rgb(251 242 242 / var(--tw-text-opacity))}.focus\:text-red-200:focus{--tw-text-opacity: 1;color:rgb(248 228 228 / var(--tw-text-opacity))}.focus\:text-red-300:focus{--tw-text-opacity: 1;color:rgb(241 198 198 / var(--tw-text-opacity))}.focus\:text-red-400:focus{--tw-text-opacity: 1;color:rgb(234 163 163 / var(--tw-text-opacity))}.focus\:text-red-500:focus{--tw-text-opacity: 1;color:rgb(227 118 118 / var(--tw-text-opacity))}.focus\:text-red-600:focus{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.focus\:text-red-700:focus{--tw-text-opacity: 1;color:rgb(196 33 33 / var(--tw-text-opacity))}.focus\:text-red-800:focus{--tw-text-opacity: 1;color:rgb(170 29 29 / var(--tw-text-opacity))}.focus\:text-red-900:focus{--tw-text-opacity: 1;color:rgb(139 24 24 / var(--tw-text-opacity))}.focus\:text-orange-50:focus{--tw-text-opacity: 1;color:rgb(255 247 237 / var(--tw-text-opacity))}.focus\:text-orange-100:focus{--tw-text-opacity: 1;color:rgb(252 243 241 / var(--tw-text-opacity))}.focus\:text-orange-200:focus{--tw-text-opacity: 1;color:rgb(250 231 228 / var(--tw-text-opacity))}.focus\:text-orange-300:focus{--tw-text-opacity: 1;color:rgb(246 205 197 / var(--tw-text-opacity))}.focus\:text-orange-400:focus{--tw-text-opacity: 1;color:rgb(242 175 161 / var(--tw-text-opacity))}.focus\:text-orange-500:focus{--tw-text-opacity: 1;color:rgb(238 138 114 / var(--tw-text-opacity))}.focus\:text-orange-600:focus{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.focus\:text-orange-700:focus{--tw-text-opacity: 1;color:rgb(209 78 10 / var(--tw-text-opacity))}.focus\:text-orange-800:focus{--tw-text-opacity: 1;color:rgb(181 68 9 / var(--tw-text-opacity))}.focus\:text-orange-900:focus{--tw-text-opacity: 1;color:rgb(147 55 7 / var(--tw-text-opacity))}.focus\:text-yellow-50:focus{--tw-text-opacity: 1;color:rgb(254 252 232 / var(--tw-text-opacity))}.focus\:text-yellow-100:focus{--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity))}.focus\:text-yellow-200:focus{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity))}.focus\:text-yellow-300:focus{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity))}.focus\:text-yellow-400:focus{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity))}.focus\:text-yellow-500:focus{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.focus\:text-yellow-600:focus{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity))}.focus\:text-yellow-700:focus{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity))}.focus\:text-yellow-800:focus{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity))}.focus\:text-yellow-900:focus{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity))}.focus\:text-green-50:focus{--tw-text-opacity: 1;color:rgb(240 253 244 / var(--tw-text-opacity))}.focus\:text-green-100:focus{--tw-text-opacity: 1;color:rgb(242 250 246 / var(--tw-text-opacity))}.focus\:text-green-200:focus{--tw-text-opacity: 1;color:rgb(229 246 238 / var(--tw-text-opacity))}.focus\:text-green-300:focus{--tw-text-opacity: 1;color:rgb(200 238 219 / var(--tw-text-opacity))}.focus\:text-green-400:focus{--tw-text-opacity: 1;color:rgb(166 229 200 / var(--tw-text-opacity))}.focus\:text-green-500:focus{--tw-text-opacity: 1;color:rgb(123 220 178 / var(--tw-text-opacity))}.focus\:text-green-600:focus{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity))}.focus\:text-green-700:focus{--tw-text-opacity: 1;color:rgb(46 188 136 / var(--tw-text-opacity))}.focus\:text-green-800:focus{--tw-text-opacity: 1;color:rgb(40 163 118 / var(--tw-text-opacity))}.focus\:text-green-900:focus{--tw-text-opacity: 1;color:rgb(32 133 96 / var(--tw-text-opacity))}.focus\:text-emerald-50:focus{--tw-text-opacity: 1;color:rgb(236 253 245 / var(--tw-text-opacity))}.focus\:text-emerald-100:focus{--tw-text-opacity: 1;color:rgb(209 250 229 / var(--tw-text-opacity))}.focus\:text-emerald-200:focus{--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity))}.focus\:text-emerald-300:focus{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity))}.focus\:text-emerald-400:focus{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity))}.focus\:text-emerald-500:focus{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity))}.focus\:text-emerald-600:focus{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity))}.focus\:text-emerald-700:focus{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity))}.focus\:text-emerald-800:focus{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity))}.focus\:text-emerald-900:focus{--tw-text-opacity: 1;color:rgb(6 78 59 / var(--tw-text-opacity))}.focus\:text-teal-50:focus{--tw-text-opacity: 1;color:rgb(240 253 250 / var(--tw-text-opacity))}.focus\:text-teal-100:focus{--tw-text-opacity: 1;color:rgb(204 251 241 / var(--tw-text-opacity))}.focus\:text-teal-200:focus{--tw-text-opacity: 1;color:rgb(153 246 228 / var(--tw-text-opacity))}.focus\:text-teal-300:focus{--tw-text-opacity: 1;color:rgb(94 234 212 / var(--tw-text-opacity))}.focus\:text-teal-400:focus{--tw-text-opacity: 1;color:rgb(45 212 191 / var(--tw-text-opacity))}.focus\:text-teal-500:focus{--tw-text-opacity: 1;color:rgb(20 184 166 / var(--tw-text-opacity))}.focus\:text-teal-600:focus{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity))}.focus\:text-teal-700:focus{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity))}.focus\:text-teal-800:focus{--tw-text-opacity: 1;color:rgb(17 94 89 / var(--tw-text-opacity))}.focus\:text-teal-900:focus{--tw-text-opacity: 1;color:rgb(19 78 74 / var(--tw-text-opacity))}.focus\:text-sky-50:focus{--tw-text-opacity: 1;color:rgb(240 249 255 / var(--tw-text-opacity))}.focus\:text-sky-100:focus{--tw-text-opacity: 1;color:rgb(224 242 254 / var(--tw-text-opacity))}.focus\:text-sky-200:focus{--tw-text-opacity: 1;color:rgb(186 230 253 / var(--tw-text-opacity))}.focus\:text-sky-300:focus{--tw-text-opacity: 1;color:rgb(125 211 252 / var(--tw-text-opacity))}.focus\:text-sky-400:focus{--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity))}.focus\:text-sky-500:focus{--tw-text-opacity: 1;color:rgb(14 165 233 / var(--tw-text-opacity))}.focus\:text-sky-600:focus{--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity))}.focus\:text-sky-700:focus{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity))}.focus\:text-sky-800:focus{--tw-text-opacity: 1;color:rgb(7 89 133 / var(--tw-text-opacity))}.focus\:text-sky-900:focus{--tw-text-opacity: 1;color:rgb(12 74 110 / var(--tw-text-opacity))}.focus\:text-blue-50:focus{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity))}.focus\:text-blue-100:focus{--tw-text-opacity: 1;color:rgb(242 243 253 / var(--tw-text-opacity))}.focus\:text-blue-200:focus{--tw-text-opacity: 1;color:rgb(228 232 251 / var(--tw-text-opacity))}.focus\:text-blue-300:focus{--tw-text-opacity: 1;color:rgb(198 207 247 / var(--tw-text-opacity))}.focus\:text-blue-400:focus{--tw-text-opacity: 1;color:rgb(163 178 243 / var(--tw-text-opacity))}.focus\:text-blue-500:focus{--tw-text-opacity: 1;color:rgb(118 144 239 / var(--tw-text-opacity))}.focus\:text-blue-600:focus{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.focus\:text-blue-700:focus{--tw-text-opacity: 1;color:rgb(33 88 210 / var(--tw-text-opacity))}.focus\:text-blue-800:focus{--tw-text-opacity: 1;color:rgb(28 76 182 / var(--tw-text-opacity))}.focus\:text-blue-900:focus{--tw-text-opacity: 1;color:rgb(23 62 148 / var(--tw-text-opacity))}.focus\:text-indigo-50:focus{--tw-text-opacity: 1;color:rgb(238 242 255 / var(--tw-text-opacity))}.focus\:text-indigo-100:focus{--tw-text-opacity: 1;color:rgb(224 231 255 / var(--tw-text-opacity))}.focus\:text-indigo-200:focus{--tw-text-opacity: 1;color:rgb(199 210 254 / var(--tw-text-opacity))}.focus\:text-indigo-300:focus{--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity))}.focus\:text-indigo-400:focus{--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity))}.focus\:text-indigo-500:focus{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity))}.focus\:text-indigo-600:focus{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity))}.focus\:text-indigo-700:focus{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity))}.focus\:text-indigo-800:focus{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity))}.focus\:text-indigo-900:focus{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity))}.focus\:text-violet-50:focus{--tw-text-opacity: 1;color:rgb(245 243 255 / var(--tw-text-opacity))}.focus\:text-violet-100:focus{--tw-text-opacity: 1;color:rgb(237 233 254 / var(--tw-text-opacity))}.focus\:text-violet-200:focus{--tw-text-opacity: 1;color:rgb(221 214 254 / var(--tw-text-opacity))}.focus\:text-violet-300:focus{--tw-text-opacity: 1;color:rgb(196 181 253 / var(--tw-text-opacity))}.focus\:text-violet-400:focus{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.focus\:text-violet-500:focus{--tw-text-opacity: 1;color:rgb(139 92 246 / var(--tw-text-opacity))}.focus\:text-violet-600:focus{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity))}.focus\:text-violet-700:focus{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity))}.focus\:text-violet-800:focus{--tw-text-opacity: 1;color:rgb(91 33 182 / var(--tw-text-opacity))}.focus\:text-violet-900:focus{--tw-text-opacity: 1;color:rgb(76 29 149 / var(--tw-text-opacity))}.focus\:text-fuchsia-50:focus{--tw-text-opacity: 1;color:rgb(253 244 255 / var(--tw-text-opacity))}.focus\:text-fuchsia-100:focus{--tw-text-opacity: 1;color:rgb(250 232 255 / var(--tw-text-opacity))}.focus\:text-fuchsia-200:focus{--tw-text-opacity: 1;color:rgb(245 208 254 / var(--tw-text-opacity))}.focus\:text-fuchsia-300:focus{--tw-text-opacity: 1;color:rgb(240 171 252 / var(--tw-text-opacity))}.focus\:text-fuchsia-400:focus{--tw-text-opacity: 1;color:rgb(232 121 249 / var(--tw-text-opacity))}.focus\:text-fuchsia-500:focus{--tw-text-opacity: 1;color:rgb(217 70 239 / var(--tw-text-opacity))}.focus\:text-fuchsia-600:focus{--tw-text-opacity: 1;color:rgb(192 38 211 / var(--tw-text-opacity))}.focus\:text-fuchsia-700:focus{--tw-text-opacity: 1;color:rgb(162 28 175 / var(--tw-text-opacity))}.focus\:text-fuchsia-800:focus{--tw-text-opacity: 1;color:rgb(134 25 143 / var(--tw-text-opacity))}.focus\:text-fuchsia-900:focus{--tw-text-opacity: 1;color:rgb(112 26 117 / var(--tw-text-opacity))}.focus\:text-pink-50:focus{--tw-text-opacity: 1;color:rgb(253 242 248 / var(--tw-text-opacity))}.focus\:text-pink-100:focus{--tw-text-opacity: 1;color:rgb(252 231 243 / var(--tw-text-opacity))}.focus\:text-pink-200:focus{--tw-text-opacity: 1;color:rgb(251 207 232 / var(--tw-text-opacity))}.focus\:text-pink-300:focus{--tw-text-opacity: 1;color:rgb(249 168 212 / var(--tw-text-opacity))}.focus\:text-pink-400:focus{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity))}.focus\:text-pink-500:focus{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity))}.focus\:text-pink-600:focus{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity))}.focus\:text-pink-700:focus{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity))}.focus\:text-pink-800:focus{--tw-text-opacity: 1;color:rgb(157 23 77 / var(--tw-text-opacity))}.focus\:text-pink-900:focus{--tw-text-opacity: 1;color:rgb(131 24 67 / var(--tw-text-opacity))}.focus\:text-rose-50:focus{--tw-text-opacity: 1;color:rgb(255 241 242 / var(--tw-text-opacity))}.focus\:text-rose-100:focus{--tw-text-opacity: 1;color:rgb(255 228 230 / var(--tw-text-opacity))}.focus\:text-rose-200:focus{--tw-text-opacity: 1;color:rgb(254 205 211 / var(--tw-text-opacity))}.focus\:text-rose-300:focus{--tw-text-opacity: 1;color:rgb(253 164 175 / var(--tw-text-opacity))}.focus\:text-rose-400:focus{--tw-text-opacity: 1;color:rgb(251 113 133 / var(--tw-text-opacity))}.focus\:text-rose-500:focus{--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity))}.focus\:text-rose-600:focus{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity))}.focus\:text-rose-700:focus{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity))}.focus\:text-rose-800:focus{--tw-text-opacity: 1;color:rgb(159 18 57 / var(--tw-text-opacity))}.focus\:text-rose-900:focus{--tw-text-opacity: 1;color:rgb(136 19 55 / var(--tw-text-opacity))}.focus\:text-primary-100:focus{--tw-text-opacity: 1;color:rgb(242 243 244 / var(--tw-text-opacity))}.focus\:text-primary-200:focus{--tw-text-opacity: 1;color:rgb(232 232 240 / var(--tw-text-opacity))}.focus\:text-primary-300:focus{--tw-text-opacity: 1;color:rgb(208 208 225 / var(--tw-text-opacity))}.focus\:text-primary-400:focus{--tw-text-opacity: 1;color:rgb(180 180 209 / var(--tw-text-opacity))}.focus\:text-primary-500:focus{--tw-text-opacity: 1;color:rgb(147 147 191 / var(--tw-text-opacity))}.focus\:text-primary-600:focus{--tw-text-opacity: 1;color:rgb(104 104 172 / var(--tw-text-opacity))}.focus\:text-primary-700:focus{--tw-text-opacity: 1;color:rgb(93 93 153 / var(--tw-text-opacity))}.focus\:text-primary-800:focus{--tw-text-opacity: 1;color:rgb(80 80 133 / var(--tw-text-opacity))}.focus\:text-primary-900:focus{--tw-text-opacity: 1;color:rgb(65 65 108 / var(--tw-text-opacity))}.focus\:text-primary-1000:focus{--tw-text-opacity: 1;color:rgb(46 46 76 / var(--tw-text-opacity))}.focus\:text-primary-highlight-100:focus{--tw-text-opacity: 1;color:rgb(247 245 254 / var(--tw-text-opacity))}.focus\:text-primary-highlight-200:focus{--tw-text-opacity: 1;color:rgb(239 236 254 / var(--tw-text-opacity))}.focus\:text-primary-highlight-300:focus{--tw-text-opacity: 1;color:rgb(223 216 253 / var(--tw-text-opacity))}.focus\:text-primary-highlight-400:focus{--tw-text-opacity: 1;color:rgb(206 193 252 / var(--tw-text-opacity))}.focus\:text-primary-highlight-500:focus{--tw-text-opacity: 1;color:rgb(187 168 251 / var(--tw-text-opacity))}.focus\:text-primary-highlight-600:focus{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.focus\:text-primary-highlight-700:focus{--tw-text-opacity: 1;color:rgb(149 124 223 / var(--tw-text-opacity))}.focus\:text-primary-highlight-800:focus{--tw-text-opacity: 1;color:rgb(129 107 193 / var(--tw-text-opacity))}.focus\:text-primary-highlight-900:focus{--tw-text-opacity: 1;color:rgb(105 87 158 / var(--tw-text-opacity))}.focus\:text-primary-highlight-1000:focus{--tw-text-opacity: 1;color:rgb(74 62 111 / var(--tw-text-opacity))}.focus\:text-secondary-100:focus{--tw-text-opacity: 1;color:rgb(254 247 242 / var(--tw-text-opacity))}.focus\:text-secondary-200:focus{--tw-text-opacity: 1;color:rgb(254 240 228 / var(--tw-text-opacity))}.focus\:text-secondary-300:focus{--tw-text-opacity: 1;color:rgb(253 225 198 / var(--tw-text-opacity))}.focus\:text-secondary-400:focus{--tw-text-opacity: 1;color:rgb(252 209 162 / var(--tw-text-opacity))}.focus\:text-secondary-500:focus{--tw-text-opacity: 1;color:rgb(251 191 117 / var(--tw-text-opacity))}.focus\:text-secondary-600:focus{--tw-text-opacity: 1;color:rgb(250 172 30 / var(--tw-text-opacity))}.focus\:text-secondary-700:focus{--tw-text-opacity: 1;color:rgb(223 153 26 / var(--tw-text-opacity))}.focus\:text-secondary-800:focus{--tw-text-opacity: 1;color:rgb(193 133 23 / var(--tw-text-opacity))}.focus\:text-secondary-900:focus{--tw-text-opacity: 1;color:rgb(158 108 18 / var(--tw-text-opacity))}.focus\:text-secondary-1000:focus{--tw-text-opacity: 1;color:rgb(111 76 13 / var(--tw-text-opacity))}.focus\:text-grey-100:focus{--tw-text-opacity: 1;color:rgb(242 243 244 / var(--tw-text-opacity))}.focus\:text-grey-200:focus{--tw-text-opacity: 1;color:rgb(230 231 232 / var(--tw-text-opacity))}.focus\:text-grey-300:focus{--tw-text-opacity: 1;color:rgb(202 204 208 / var(--tw-text-opacity))}.focus\:text-grey-400:focus{--tw-text-opacity: 1;color:rgb(170 174 180 / var(--tw-text-opacity))}.focus\:text-grey-500:focus{--tw-text-opacity: 1;color:rgb(130 137 147 / var(--tw-text-opacity))}.focus\:text-grey-600:focus{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.focus\:text-grey-700:focus{--tw-text-opacity: 1;color:rgb(63 76 93 / var(--tw-text-opacity))}.focus\:text-grey-800:focus{--tw-text-opacity: 1;color:rgb(54 65 81 / var(--tw-text-opacity))}.focus\:text-grey-900:focus{--tw-text-opacity: 1;color:rgb(44 53 66 / var(--tw-text-opacity))}.focus\:text-grey-1000:focus{--tw-text-opacity: 1;color:rgb(31 38 46 / var(--tw-text-opacity))}.focus\:text-green-1000:focus{--tw-text-opacity: 1;color:rgb(23 94 68 / var(--tw-text-opacity))}.focus\:text-blue-1000:focus{--tw-text-opacity: 1;color:rgb(16 44 105 / var(--tw-text-opacity))}.focus\:text-orange-1000:focus{--tw-text-opacity: 1;color:rgb(104 39 5 / var(--tw-text-opacity))}.focus\:text-red-1000:focus{--tw-text-opacity: 1;color:rgb(98 16 16 / var(--tw-text-opacity))}.focus\:text-primary:focus{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}.focus\:text-primary-light:focus{--tw-text-opacity: 1;color:rgb(247 245 254 / var(--tw-text-opacity))}.focus\:text-primary-dark:focus{--tw-text-opacity: 1;color:rgb(105 87 158 / var(--tw-text-opacity))}.focus\:text-info:focus{--tw-text-opacity: 1;color:rgb(118 144 239 / var(--tw-text-opacity))}.focus\:text-info-light:focus{--tw-text-opacity: 1;color:rgb(242 243 253 / var(--tw-text-opacity))}.focus\:text-info-dark:focus{--tw-text-opacity: 1;color:rgb(33 88 210 / var(--tw-text-opacity))}.focus\:text-success:focus{--tw-text-opacity: 1;color:rgb(40 163 118 / var(--tw-text-opacity))}.focus\:text-success-light:focus{--tw-text-opacity: 1;color:rgb(242 250 246 / var(--tw-text-opacity))}.focus\:text-success-dark:focus{--tw-text-opacity: 1;color:rgb(32 133 96 / var(--tw-text-opacity))}.focus\:text-warning:focus{--tw-text-opacity: 1;color:rgb(250 172 30 / var(--tw-text-opacity))}.focus\:text-warning-light:focus{--tw-text-opacity: 1;color:rgb(254 247 242 / var(--tw-text-opacity))}.focus\:text-warning-dark:focus{--tw-text-opacity: 1;color:rgb(158 108 18 / var(--tw-text-opacity))}.focus\:text-error:focus{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.focus\:text-error-light:focus{--tw-text-opacity: 1;color:rgb(251 242 242 / var(--tw-text-opacity))}.focus\:text-error-dark:focus{--tw-text-opacity: 1;color:rgb(196 33 33 / var(--tw-text-opacity))}.focus\:text-grey:focus{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.focus\:text-grey-light:focus{--tw-text-opacity: 1;color:rgb(242 243 244 / var(--tw-text-opacity))}.focus\:text-grey-dark:focus{--tw-text-opacity: 1;color:rgb(44 53 66 / var(--tw-text-opacity))}.focus\:text-red-50\/0:focus{color:#fef2f200}.focus\:text-red-50\/5:focus{color:#fef2f20d}.focus\:text-red-50\/10:focus{color:#fef2f21a}.focus\:text-red-50\/20:focus{color:#fef2f233}.focus\:text-red-50\/25:focus{color:#fef2f240}.focus\:text-red-50\/30:focus{color:#fef2f24d}.focus\:text-red-50\/40:focus{color:#fef2f266}.focus\:text-red-50\/50:focus{color:#fef2f280}.focus\:text-red-50\/60:focus{color:#fef2f299}.focus\:text-red-50\/70:focus{color:#fef2f2b3}.focus\:text-red-50\/75:focus{color:#fef2f2bf}.focus\:text-red-50\/80:focus{color:#fef2f2cc}.focus\:text-red-50\/90:focus{color:#fef2f2e6}.focus\:text-red-50\/95:focus{color:#fef2f2f2}.focus\:text-red-50\/100:focus{color:#fef2f2}.focus\:text-red-100\/0:focus{color:#fbf2f200}.focus\:text-red-100\/5:focus{color:#fbf2f20d}.focus\:text-red-100\/10:focus{color:#fbf2f21a}.focus\:text-red-100\/20:focus{color:#fbf2f233}.focus\:text-red-100\/25:focus{color:#fbf2f240}.focus\:text-red-100\/30:focus{color:#fbf2f24d}.focus\:text-red-100\/40:focus{color:#fbf2f266}.focus\:text-red-100\/50:focus{color:#fbf2f280}.focus\:text-red-100\/60:focus{color:#fbf2f299}.focus\:text-red-100\/70:focus{color:#fbf2f2b3}.focus\:text-red-100\/75:focus{color:#fbf2f2bf}.focus\:text-red-100\/80:focus{color:#fbf2f2cc}.focus\:text-red-100\/90:focus{color:#fbf2f2e6}.focus\:text-red-100\/95:focus{color:#fbf2f2f2}.focus\:text-red-100\/100:focus{color:#fbf2f2}.focus\:text-red-200\/0:focus{color:#f8e4e400}.focus\:text-red-200\/5:focus{color:#f8e4e40d}.focus\:text-red-200\/10:focus{color:#f8e4e41a}.focus\:text-red-200\/20:focus{color:#f8e4e433}.focus\:text-red-200\/25:focus{color:#f8e4e440}.focus\:text-red-200\/30:focus{color:#f8e4e44d}.focus\:text-red-200\/40:focus{color:#f8e4e466}.focus\:text-red-200\/50:focus{color:#f8e4e480}.focus\:text-red-200\/60:focus{color:#f8e4e499}.focus\:text-red-200\/70:focus{color:#f8e4e4b3}.focus\:text-red-200\/75:focus{color:#f8e4e4bf}.focus\:text-red-200\/80:focus{color:#f8e4e4cc}.focus\:text-red-200\/90:focus{color:#f8e4e4e6}.focus\:text-red-200\/95:focus{color:#f8e4e4f2}.focus\:text-red-200\/100:focus{color:#f8e4e4}.focus\:text-red-300\/0:focus{color:#f1c6c600}.focus\:text-red-300\/5:focus{color:#f1c6c60d}.focus\:text-red-300\/10:focus{color:#f1c6c61a}.focus\:text-red-300\/20:focus{color:#f1c6c633}.focus\:text-red-300\/25:focus{color:#f1c6c640}.focus\:text-red-300\/30:focus{color:#f1c6c64d}.focus\:text-red-300\/40:focus{color:#f1c6c666}.focus\:text-red-300\/50:focus{color:#f1c6c680}.focus\:text-red-300\/60:focus{color:#f1c6c699}.focus\:text-red-300\/70:focus{color:#f1c6c6b3}.focus\:text-red-300\/75:focus{color:#f1c6c6bf}.focus\:text-red-300\/80:focus{color:#f1c6c6cc}.focus\:text-red-300\/90:focus{color:#f1c6c6e6}.focus\:text-red-300\/95:focus{color:#f1c6c6f2}.focus\:text-red-300\/100:focus{color:#f1c6c6}.focus\:text-red-400\/0:focus{color:#eaa3a300}.focus\:text-red-400\/5:focus{color:#eaa3a30d}.focus\:text-red-400\/10:focus{color:#eaa3a31a}.focus\:text-red-400\/20:focus{color:#eaa3a333}.focus\:text-red-400\/25:focus{color:#eaa3a340}.focus\:text-red-400\/30:focus{color:#eaa3a34d}.focus\:text-red-400\/40:focus{color:#eaa3a366}.focus\:text-red-400\/50:focus{color:#eaa3a380}.focus\:text-red-400\/60:focus{color:#eaa3a399}.focus\:text-red-400\/70:focus{color:#eaa3a3b3}.focus\:text-red-400\/75:focus{color:#eaa3a3bf}.focus\:text-red-400\/80:focus{color:#eaa3a3cc}.focus\:text-red-400\/90:focus{color:#eaa3a3e6}.focus\:text-red-400\/95:focus{color:#eaa3a3f2}.focus\:text-red-400\/100:focus{color:#eaa3a3}.focus\:text-red-500\/0:focus{color:#e3767600}.focus\:text-red-500\/5:focus{color:#e376760d}.focus\:text-red-500\/10:focus{color:#e376761a}.focus\:text-red-500\/20:focus{color:#e3767633}.focus\:text-red-500\/25:focus{color:#e3767640}.focus\:text-red-500\/30:focus{color:#e376764d}.focus\:text-red-500\/40:focus{color:#e3767666}.focus\:text-red-500\/50:focus{color:#e3767680}.focus\:text-red-500\/60:focus{color:#e3767699}.focus\:text-red-500\/70:focus{color:#e37676b3}.focus\:text-red-500\/75:focus{color:#e37676bf}.focus\:text-red-500\/80:focus{color:#e37676cc}.focus\:text-red-500\/90:focus{color:#e37676e6}.focus\:text-red-500\/95:focus{color:#e37676f2}.focus\:text-red-500\/100:focus{color:#e37676}.focus\:text-red-600\/0:focus{color:#dc262600}.focus\:text-red-600\/5:focus{color:#dc26260d}.focus\:text-red-600\/10:focus{color:#dc26261a}.focus\:text-red-600\/20:focus{color:#dc262633}.focus\:text-red-600\/25:focus{color:#dc262640}.focus\:text-red-600\/30:focus{color:#dc26264d}.focus\:text-red-600\/40:focus{color:#dc262666}.focus\:text-red-600\/50:focus{color:#dc262680}.focus\:text-red-600\/60:focus{color:#dc262699}.focus\:text-red-600\/70:focus{color:#dc2626b3}.focus\:text-red-600\/75:focus{color:#dc2626bf}.focus\:text-red-600\/80:focus{color:#dc2626cc}.focus\:text-red-600\/90:focus{color:#dc2626e6}.focus\:text-red-600\/95:focus{color:#dc2626f2}.focus\:text-red-600\/100:focus{color:#dc2626}.focus\:text-red-700\/0:focus{color:#c4212100}.focus\:text-red-700\/5:focus{color:#c421210d}.focus\:text-red-700\/10:focus{color:#c421211a}.focus\:text-red-700\/20:focus{color:#c4212133}.focus\:text-red-700\/25:focus{color:#c4212140}.focus\:text-red-700\/30:focus{color:#c421214d}.focus\:text-red-700\/40:focus{color:#c4212166}.focus\:text-red-700\/50:focus{color:#c4212180}.focus\:text-red-700\/60:focus{color:#c4212199}.focus\:text-red-700\/70:focus{color:#c42121b3}.focus\:text-red-700\/75:focus{color:#c42121bf}.focus\:text-red-700\/80:focus{color:#c42121cc}.focus\:text-red-700\/90:focus{color:#c42121e6}.focus\:text-red-700\/95:focus{color:#c42121f2}.focus\:text-red-700\/100:focus{color:#c42121}.focus\:text-red-800\/0:focus{color:#aa1d1d00}.focus\:text-red-800\/5:focus{color:#aa1d1d0d}.focus\:text-red-800\/10:focus{color:#aa1d1d1a}.focus\:text-red-800\/20:focus{color:#aa1d1d33}.focus\:text-red-800\/25:focus{color:#aa1d1d40}.focus\:text-red-800\/30:focus{color:#aa1d1d4d}.focus\:text-red-800\/40:focus{color:#aa1d1d66}.focus\:text-red-800\/50:focus{color:#aa1d1d80}.focus\:text-red-800\/60:focus{color:#aa1d1d99}.focus\:text-red-800\/70:focus{color:#aa1d1db3}.focus\:text-red-800\/75:focus{color:#aa1d1dbf}.focus\:text-red-800\/80:focus{color:#aa1d1dcc}.focus\:text-red-800\/90:focus{color:#aa1d1de6}.focus\:text-red-800\/95:focus{color:#aa1d1df2}.focus\:text-red-800\/100:focus{color:#aa1d1d}.focus\:text-red-900\/0:focus{color:#8b181800}.focus\:text-red-900\/5:focus{color:#8b18180d}.focus\:text-red-900\/10:focus{color:#8b18181a}.focus\:text-red-900\/20:focus{color:#8b181833}.focus\:text-red-900\/25:focus{color:#8b181840}.focus\:text-red-900\/30:focus{color:#8b18184d}.focus\:text-red-900\/40:focus{color:#8b181866}.focus\:text-red-900\/50:focus{color:#8b181880}.focus\:text-red-900\/60:focus{color:#8b181899}.focus\:text-red-900\/70:focus{color:#8b1818b3}.focus\:text-red-900\/75:focus{color:#8b1818bf}.focus\:text-red-900\/80:focus{color:#8b1818cc}.focus\:text-red-900\/90:focus{color:#8b1818e6}.focus\:text-red-900\/95:focus{color:#8b1818f2}.focus\:text-red-900\/100:focus{color:#8b1818}.focus\:text-orange-50\/0:focus{color:#fff7ed00}.focus\:text-orange-50\/5:focus{color:#fff7ed0d}.focus\:text-orange-50\/10:focus{color:#fff7ed1a}.focus\:text-orange-50\/20:focus{color:#fff7ed33}.focus\:text-orange-50\/25:focus{color:#fff7ed40}.focus\:text-orange-50\/30:focus{color:#fff7ed4d}.focus\:text-orange-50\/40:focus{color:#fff7ed66}.focus\:text-orange-50\/50:focus{color:#fff7ed80}.focus\:text-orange-50\/60:focus{color:#fff7ed99}.focus\:text-orange-50\/70:focus{color:#fff7edb3}.focus\:text-orange-50\/75:focus{color:#fff7edbf}.focus\:text-orange-50\/80:focus{color:#fff7edcc}.focus\:text-orange-50\/90:focus{color:#fff7ede6}.focus\:text-orange-50\/95:focus{color:#fff7edf2}.focus\:text-orange-50\/100:focus{color:#fff7ed}.focus\:text-orange-100\/0:focus{color:#fcf3f100}.focus\:text-orange-100\/5:focus{color:#fcf3f10d}.focus\:text-orange-100\/10:focus{color:#fcf3f11a}.focus\:text-orange-100\/20:focus{color:#fcf3f133}.focus\:text-orange-100\/25:focus{color:#fcf3f140}.focus\:text-orange-100\/30:focus{color:#fcf3f14d}.focus\:text-orange-100\/40:focus{color:#fcf3f166}.focus\:text-orange-100\/50:focus{color:#fcf3f180}.focus\:text-orange-100\/60:focus{color:#fcf3f199}.focus\:text-orange-100\/70:focus{color:#fcf3f1b3}.focus\:text-orange-100\/75:focus{color:#fcf3f1bf}.focus\:text-orange-100\/80:focus{color:#fcf3f1cc}.focus\:text-orange-100\/90:focus{color:#fcf3f1e6}.focus\:text-orange-100\/95:focus{color:#fcf3f1f2}.focus\:text-orange-100\/100:focus{color:#fcf3f1}.focus\:text-orange-200\/0:focus{color:#fae7e400}.focus\:text-orange-200\/5:focus{color:#fae7e40d}.focus\:text-orange-200\/10:focus{color:#fae7e41a}.focus\:text-orange-200\/20:focus{color:#fae7e433}.focus\:text-orange-200\/25:focus{color:#fae7e440}.focus\:text-orange-200\/30:focus{color:#fae7e44d}.focus\:text-orange-200\/40:focus{color:#fae7e466}.focus\:text-orange-200\/50:focus{color:#fae7e480}.focus\:text-orange-200\/60:focus{color:#fae7e499}.focus\:text-orange-200\/70:focus{color:#fae7e4b3}.focus\:text-orange-200\/75:focus{color:#fae7e4bf}.focus\:text-orange-200\/80:focus{color:#fae7e4cc}.focus\:text-orange-200\/90:focus{color:#fae7e4e6}.focus\:text-orange-200\/95:focus{color:#fae7e4f2}.focus\:text-orange-200\/100:focus{color:#fae7e4}.focus\:text-orange-300\/0:focus{color:#f6cdc500}.focus\:text-orange-300\/5:focus{color:#f6cdc50d}.focus\:text-orange-300\/10:focus{color:#f6cdc51a}.focus\:text-orange-300\/20:focus{color:#f6cdc533}.focus\:text-orange-300\/25:focus{color:#f6cdc540}.focus\:text-orange-300\/30:focus{color:#f6cdc54d}.focus\:text-orange-300\/40:focus{color:#f6cdc566}.focus\:text-orange-300\/50:focus{color:#f6cdc580}.focus\:text-orange-300\/60:focus{color:#f6cdc599}.focus\:text-orange-300\/70:focus{color:#f6cdc5b3}.focus\:text-orange-300\/75:focus{color:#f6cdc5bf}.focus\:text-orange-300\/80:focus{color:#f6cdc5cc}.focus\:text-orange-300\/90:focus{color:#f6cdc5e6}.focus\:text-orange-300\/95:focus{color:#f6cdc5f2}.focus\:text-orange-300\/100:focus{color:#f6cdc5}.focus\:text-orange-400\/0:focus{color:#f2afa100}.focus\:text-orange-400\/5:focus{color:#f2afa10d}.focus\:text-orange-400\/10:focus{color:#f2afa11a}.focus\:text-orange-400\/20:focus{color:#f2afa133}.focus\:text-orange-400\/25:focus{color:#f2afa140}.focus\:text-orange-400\/30:focus{color:#f2afa14d}.focus\:text-orange-400\/40:focus{color:#f2afa166}.focus\:text-orange-400\/50:focus{color:#f2afa180}.focus\:text-orange-400\/60:focus{color:#f2afa199}.focus\:text-orange-400\/70:focus{color:#f2afa1b3}.focus\:text-orange-400\/75:focus{color:#f2afa1bf}.focus\:text-orange-400\/80:focus{color:#f2afa1cc}.focus\:text-orange-400\/90:focus{color:#f2afa1e6}.focus\:text-orange-400\/95:focus{color:#f2afa1f2}.focus\:text-orange-400\/100:focus{color:#f2afa1}.focus\:text-orange-500\/0:focus{color:#ee8a7200}.focus\:text-orange-500\/5:focus{color:#ee8a720d}.focus\:text-orange-500\/10:focus{color:#ee8a721a}.focus\:text-orange-500\/20:focus{color:#ee8a7233}.focus\:text-orange-500\/25:focus{color:#ee8a7240}.focus\:text-orange-500\/30:focus{color:#ee8a724d}.focus\:text-orange-500\/40:focus{color:#ee8a7266}.focus\:text-orange-500\/50:focus{color:#ee8a7280}.focus\:text-orange-500\/60:focus{color:#ee8a7299}.focus\:text-orange-500\/70:focus{color:#ee8a72b3}.focus\:text-orange-500\/75:focus{color:#ee8a72bf}.focus\:text-orange-500\/80:focus{color:#ee8a72cc}.focus\:text-orange-500\/90:focus{color:#ee8a72e6}.focus\:text-orange-500\/95:focus{color:#ee8a72f2}.focus\:text-orange-500\/100:focus{color:#ee8a72}.focus\:text-orange-600\/0:focus{color:#ea580c00}.focus\:text-orange-600\/5:focus{color:#ea580c0d}.focus\:text-orange-600\/10:focus{color:#ea580c1a}.focus\:text-orange-600\/20:focus{color:#ea580c33}.focus\:text-orange-600\/25:focus{color:#ea580c40}.focus\:text-orange-600\/30:focus{color:#ea580c4d}.focus\:text-orange-600\/40:focus{color:#ea580c66}.focus\:text-orange-600\/50:focus{color:#ea580c80}.focus\:text-orange-600\/60:focus{color:#ea580c99}.focus\:text-orange-600\/70:focus{color:#ea580cb3}.focus\:text-orange-600\/75:focus{color:#ea580cbf}.focus\:text-orange-600\/80:focus{color:#ea580ccc}.focus\:text-orange-600\/90:focus{color:#ea580ce6}.focus\:text-orange-600\/95:focus{color:#ea580cf2}.focus\:text-orange-600\/100:focus{color:#ea580c}.focus\:text-orange-700\/0:focus{color:#d14e0a00}.focus\:text-orange-700\/5:focus{color:#d14e0a0d}.focus\:text-orange-700\/10:focus{color:#d14e0a1a}.focus\:text-orange-700\/20:focus{color:#d14e0a33}.focus\:text-orange-700\/25:focus{color:#d14e0a40}.focus\:text-orange-700\/30:focus{color:#d14e0a4d}.focus\:text-orange-700\/40:focus{color:#d14e0a66}.focus\:text-orange-700\/50:focus{color:#d14e0a80}.focus\:text-orange-700\/60:focus{color:#d14e0a99}.focus\:text-orange-700\/70:focus{color:#d14e0ab3}.focus\:text-orange-700\/75:focus{color:#d14e0abf}.focus\:text-orange-700\/80:focus{color:#d14e0acc}.focus\:text-orange-700\/90:focus{color:#d14e0ae6}.focus\:text-orange-700\/95:focus{color:#d14e0af2}.focus\:text-orange-700\/100:focus{color:#d14e0a}.focus\:text-orange-800\/0:focus{color:#b5440900}.focus\:text-orange-800\/5:focus{color:#b544090d}.focus\:text-orange-800\/10:focus{color:#b544091a}.focus\:text-orange-800\/20:focus{color:#b5440933}.focus\:text-orange-800\/25:focus{color:#b5440940}.focus\:text-orange-800\/30:focus{color:#b544094d}.focus\:text-orange-800\/40:focus{color:#b5440966}.focus\:text-orange-800\/50:focus{color:#b5440980}.focus\:text-orange-800\/60:focus{color:#b5440999}.focus\:text-orange-800\/70:focus{color:#b54409b3}.focus\:text-orange-800\/75:focus{color:#b54409bf}.focus\:text-orange-800\/80:focus{color:#b54409cc}.focus\:text-orange-800\/90:focus{color:#b54409e6}.focus\:text-orange-800\/95:focus{color:#b54409f2}.focus\:text-orange-800\/100:focus{color:#b54409}.focus\:text-orange-900\/0:focus{color:#93370700}.focus\:text-orange-900\/5:focus{color:#9337070d}.focus\:text-orange-900\/10:focus{color:#9337071a}.focus\:text-orange-900\/20:focus{color:#93370733}.focus\:text-orange-900\/25:focus{color:#93370740}.focus\:text-orange-900\/30:focus{color:#9337074d}.focus\:text-orange-900\/40:focus{color:#93370766}.focus\:text-orange-900\/50:focus{color:#93370780}.focus\:text-orange-900\/60:focus{color:#93370799}.focus\:text-orange-900\/70:focus{color:#933707b3}.focus\:text-orange-900\/75:focus{color:#933707bf}.focus\:text-orange-900\/80:focus{color:#933707cc}.focus\:text-orange-900\/90:focus{color:#933707e6}.focus\:text-orange-900\/95:focus{color:#933707f2}.focus\:text-orange-900\/100:focus{color:#933707}.focus\:text-yellow-50\/0:focus{color:#fefce800}.focus\:text-yellow-50\/5:focus{color:#fefce80d}.focus\:text-yellow-50\/10:focus{color:#fefce81a}.focus\:text-yellow-50\/20:focus{color:#fefce833}.focus\:text-yellow-50\/25:focus{color:#fefce840}.focus\:text-yellow-50\/30:focus{color:#fefce84d}.focus\:text-yellow-50\/40:focus{color:#fefce866}.focus\:text-yellow-50\/50:focus{color:#fefce880}.focus\:text-yellow-50\/60:focus{color:#fefce899}.focus\:text-yellow-50\/70:focus{color:#fefce8b3}.focus\:text-yellow-50\/75:focus{color:#fefce8bf}.focus\:text-yellow-50\/80:focus{color:#fefce8cc}.focus\:text-yellow-50\/90:focus{color:#fefce8e6}.focus\:text-yellow-50\/95:focus{color:#fefce8f2}.focus\:text-yellow-50\/100:focus{color:#fefce8}.focus\:text-yellow-100\/0:focus{color:#fef3c700}.focus\:text-yellow-100\/5:focus{color:#fef3c70d}.focus\:text-yellow-100\/10:focus{color:#fef3c71a}.focus\:text-yellow-100\/20:focus{color:#fef3c733}.focus\:text-yellow-100\/25:focus{color:#fef3c740}.focus\:text-yellow-100\/30:focus{color:#fef3c74d}.focus\:text-yellow-100\/40:focus{color:#fef3c766}.focus\:text-yellow-100\/50:focus{color:#fef3c780}.focus\:text-yellow-100\/60:focus{color:#fef3c799}.focus\:text-yellow-100\/70:focus{color:#fef3c7b3}.focus\:text-yellow-100\/75:focus{color:#fef3c7bf}.focus\:text-yellow-100\/80:focus{color:#fef3c7cc}.focus\:text-yellow-100\/90:focus{color:#fef3c7e6}.focus\:text-yellow-100\/95:focus{color:#fef3c7f2}.focus\:text-yellow-100\/100:focus{color:#fef3c7}.focus\:text-yellow-200\/0:focus{color:#fde68a00}.focus\:text-yellow-200\/5:focus{color:#fde68a0d}.focus\:text-yellow-200\/10:focus{color:#fde68a1a}.focus\:text-yellow-200\/20:focus{color:#fde68a33}.focus\:text-yellow-200\/25:focus{color:#fde68a40}.focus\:text-yellow-200\/30:focus{color:#fde68a4d}.focus\:text-yellow-200\/40:focus{color:#fde68a66}.focus\:text-yellow-200\/50:focus{color:#fde68a80}.focus\:text-yellow-200\/60:focus{color:#fde68a99}.focus\:text-yellow-200\/70:focus{color:#fde68ab3}.focus\:text-yellow-200\/75:focus{color:#fde68abf}.focus\:text-yellow-200\/80:focus{color:#fde68acc}.focus\:text-yellow-200\/90:focus{color:#fde68ae6}.focus\:text-yellow-200\/95:focus{color:#fde68af2}.focus\:text-yellow-200\/100:focus{color:#fde68a}.focus\:text-yellow-300\/0:focus{color:#fcd34d00}.focus\:text-yellow-300\/5:focus{color:#fcd34d0d}.focus\:text-yellow-300\/10:focus{color:#fcd34d1a}.focus\:text-yellow-300\/20:focus{color:#fcd34d33}.focus\:text-yellow-300\/25:focus{color:#fcd34d40}.focus\:text-yellow-300\/30:focus{color:#fcd34d4d}.focus\:text-yellow-300\/40:focus{color:#fcd34d66}.focus\:text-yellow-300\/50:focus{color:#fcd34d80}.focus\:text-yellow-300\/60:focus{color:#fcd34d99}.focus\:text-yellow-300\/70:focus{color:#fcd34db3}.focus\:text-yellow-300\/75:focus{color:#fcd34dbf}.focus\:text-yellow-300\/80:focus{color:#fcd34dcc}.focus\:text-yellow-300\/90:focus{color:#fcd34de6}.focus\:text-yellow-300\/95:focus{color:#fcd34df2}.focus\:text-yellow-300\/100:focus{color:#fcd34d}.focus\:text-yellow-400\/0:focus{color:#fbbf2400}.focus\:text-yellow-400\/5:focus{color:#fbbf240d}.focus\:text-yellow-400\/10:focus{color:#fbbf241a}.focus\:text-yellow-400\/20:focus{color:#fbbf2433}.focus\:text-yellow-400\/25:focus{color:#fbbf2440}.focus\:text-yellow-400\/30:focus{color:#fbbf244d}.focus\:text-yellow-400\/40:focus{color:#fbbf2466}.focus\:text-yellow-400\/50:focus{color:#fbbf2480}.focus\:text-yellow-400\/60:focus{color:#fbbf2499}.focus\:text-yellow-400\/70:focus{color:#fbbf24b3}.focus\:text-yellow-400\/75:focus{color:#fbbf24bf}.focus\:text-yellow-400\/80:focus{color:#fbbf24cc}.focus\:text-yellow-400\/90:focus{color:#fbbf24e6}.focus\:text-yellow-400\/95:focus{color:#fbbf24f2}.focus\:text-yellow-400\/100:focus{color:#fbbf24}.focus\:text-yellow-500\/0:focus{color:#eab30800}.focus\:text-yellow-500\/5:focus{color:#eab3080d}.focus\:text-yellow-500\/10:focus{color:#eab3081a}.focus\:text-yellow-500\/20:focus{color:#eab30833}.focus\:text-yellow-500\/25:focus{color:#eab30840}.focus\:text-yellow-500\/30:focus{color:#eab3084d}.focus\:text-yellow-500\/40:focus{color:#eab30866}.focus\:text-yellow-500\/50:focus{color:#eab30880}.focus\:text-yellow-500\/60:focus{color:#eab30899}.focus\:text-yellow-500\/70:focus{color:#eab308b3}.focus\:text-yellow-500\/75:focus{color:#eab308bf}.focus\:text-yellow-500\/80:focus{color:#eab308cc}.focus\:text-yellow-500\/90:focus{color:#eab308e6}.focus\:text-yellow-500\/95:focus{color:#eab308f2}.focus\:text-yellow-500\/100:focus{color:#eab308}.focus\:text-yellow-600\/0:focus{color:#d9770600}.focus\:text-yellow-600\/5:focus{color:#d977060d}.focus\:text-yellow-600\/10:focus{color:#d977061a}.focus\:text-yellow-600\/20:focus{color:#d9770633}.focus\:text-yellow-600\/25:focus{color:#d9770640}.focus\:text-yellow-600\/30:focus{color:#d977064d}.focus\:text-yellow-600\/40:focus{color:#d9770666}.focus\:text-yellow-600\/50:focus{color:#d9770680}.focus\:text-yellow-600\/60:focus{color:#d9770699}.focus\:text-yellow-600\/70:focus{color:#d97706b3}.focus\:text-yellow-600\/75:focus{color:#d97706bf}.focus\:text-yellow-600\/80:focus{color:#d97706cc}.focus\:text-yellow-600\/90:focus{color:#d97706e6}.focus\:text-yellow-600\/95:focus{color:#d97706f2}.focus\:text-yellow-600\/100:focus{color:#d97706}.focus\:text-yellow-700\/0:focus{color:#b4530900}.focus\:text-yellow-700\/5:focus{color:#b453090d}.focus\:text-yellow-700\/10:focus{color:#b453091a}.focus\:text-yellow-700\/20:focus{color:#b4530933}.focus\:text-yellow-700\/25:focus{color:#b4530940}.focus\:text-yellow-700\/30:focus{color:#b453094d}.focus\:text-yellow-700\/40:focus{color:#b4530966}.focus\:text-yellow-700\/50:focus{color:#b4530980}.focus\:text-yellow-700\/60:focus{color:#b4530999}.focus\:text-yellow-700\/70:focus{color:#b45309b3}.focus\:text-yellow-700\/75:focus{color:#b45309bf}.focus\:text-yellow-700\/80:focus{color:#b45309cc}.focus\:text-yellow-700\/90:focus{color:#b45309e6}.focus\:text-yellow-700\/95:focus{color:#b45309f2}.focus\:text-yellow-700\/100:focus{color:#b45309}.focus\:text-yellow-800\/0:focus{color:#92400e00}.focus\:text-yellow-800\/5:focus{color:#92400e0d}.focus\:text-yellow-800\/10:focus{color:#92400e1a}.focus\:text-yellow-800\/20:focus{color:#92400e33}.focus\:text-yellow-800\/25:focus{color:#92400e40}.focus\:text-yellow-800\/30:focus{color:#92400e4d}.focus\:text-yellow-800\/40:focus{color:#92400e66}.focus\:text-yellow-800\/50:focus{color:#92400e80}.focus\:text-yellow-800\/60:focus{color:#92400e99}.focus\:text-yellow-800\/70:focus{color:#92400eb3}.focus\:text-yellow-800\/75:focus{color:#92400ebf}.focus\:text-yellow-800\/80:focus{color:#92400ecc}.focus\:text-yellow-800\/90:focus{color:#92400ee6}.focus\:text-yellow-800\/95:focus{color:#92400ef2}.focus\:text-yellow-800\/100:focus{color:#92400e}.focus\:text-yellow-900\/0:focus{color:#78350f00}.focus\:text-yellow-900\/5:focus{color:#78350f0d}.focus\:text-yellow-900\/10:focus{color:#78350f1a}.focus\:text-yellow-900\/20:focus{color:#78350f33}.focus\:text-yellow-900\/25:focus{color:#78350f40}.focus\:text-yellow-900\/30:focus{color:#78350f4d}.focus\:text-yellow-900\/40:focus{color:#78350f66}.focus\:text-yellow-900\/50:focus{color:#78350f80}.focus\:text-yellow-900\/60:focus{color:#78350f99}.focus\:text-yellow-900\/70:focus{color:#78350fb3}.focus\:text-yellow-900\/75:focus{color:#78350fbf}.focus\:text-yellow-900\/80:focus{color:#78350fcc}.focus\:text-yellow-900\/90:focus{color:#78350fe6}.focus\:text-yellow-900\/95:focus{color:#78350ff2}.focus\:text-yellow-900\/100:focus{color:#78350f}.focus\:text-green-50\/0:focus{color:#f0fdf400}.focus\:text-green-50\/5:focus{color:#f0fdf40d}.focus\:text-green-50\/10:focus{color:#f0fdf41a}.focus\:text-green-50\/20:focus{color:#f0fdf433}.focus\:text-green-50\/25:focus{color:#f0fdf440}.focus\:text-green-50\/30:focus{color:#f0fdf44d}.focus\:text-green-50\/40:focus{color:#f0fdf466}.focus\:text-green-50\/50:focus{color:#f0fdf480}.focus\:text-green-50\/60:focus{color:#f0fdf499}.focus\:text-green-50\/70:focus{color:#f0fdf4b3}.focus\:text-green-50\/75:focus{color:#f0fdf4bf}.focus\:text-green-50\/80:focus{color:#f0fdf4cc}.focus\:text-green-50\/90:focus{color:#f0fdf4e6}.focus\:text-green-50\/95:focus{color:#f0fdf4f2}.focus\:text-green-50\/100:focus{color:#f0fdf4}.focus\:text-green-100\/0:focus{color:#f2faf600}.focus\:text-green-100\/5:focus{color:#f2faf60d}.focus\:text-green-100\/10:focus{color:#f2faf61a}.focus\:text-green-100\/20:focus{color:#f2faf633}.focus\:text-green-100\/25:focus{color:#f2faf640}.focus\:text-green-100\/30:focus{color:#f2faf64d}.focus\:text-green-100\/40:focus{color:#f2faf666}.focus\:text-green-100\/50:focus{color:#f2faf680}.focus\:text-green-100\/60:focus{color:#f2faf699}.focus\:text-green-100\/70:focus{color:#f2faf6b3}.focus\:text-green-100\/75:focus{color:#f2faf6bf}.focus\:text-green-100\/80:focus{color:#f2faf6cc}.focus\:text-green-100\/90:focus{color:#f2faf6e6}.focus\:text-green-100\/95:focus{color:#f2faf6f2}.focus\:text-green-100\/100:focus{color:#f2faf6}.focus\:text-green-200\/0:focus{color:#e5f6ee00}.focus\:text-green-200\/5:focus{color:#e5f6ee0d}.focus\:text-green-200\/10:focus{color:#e5f6ee1a}.focus\:text-green-200\/20:focus{color:#e5f6ee33}.focus\:text-green-200\/25:focus{color:#e5f6ee40}.focus\:text-green-200\/30:focus{color:#e5f6ee4d}.focus\:text-green-200\/40:focus{color:#e5f6ee66}.focus\:text-green-200\/50:focus{color:#e5f6ee80}.focus\:text-green-200\/60:focus{color:#e5f6ee99}.focus\:text-green-200\/70:focus{color:#e5f6eeb3}.focus\:text-green-200\/75:focus{color:#e5f6eebf}.focus\:text-green-200\/80:focus{color:#e5f6eecc}.focus\:text-green-200\/90:focus{color:#e5f6eee6}.focus\:text-green-200\/95:focus{color:#e5f6eef2}.focus\:text-green-200\/100:focus{color:#e5f6ee}.focus\:text-green-300\/0:focus{color:#c8eedb00}.focus\:text-green-300\/5:focus{color:#c8eedb0d}.focus\:text-green-300\/10:focus{color:#c8eedb1a}.focus\:text-green-300\/20:focus{color:#c8eedb33}.focus\:text-green-300\/25:focus{color:#c8eedb40}.focus\:text-green-300\/30:focus{color:#c8eedb4d}.focus\:text-green-300\/40:focus{color:#c8eedb66}.focus\:text-green-300\/50:focus{color:#c8eedb80}.focus\:text-green-300\/60:focus{color:#c8eedb99}.focus\:text-green-300\/70:focus{color:#c8eedbb3}.focus\:text-green-300\/75:focus{color:#c8eedbbf}.focus\:text-green-300\/80:focus{color:#c8eedbcc}.focus\:text-green-300\/90:focus{color:#c8eedbe6}.focus\:text-green-300\/95:focus{color:#c8eedbf2}.focus\:text-green-300\/100:focus{color:#c8eedb}.focus\:text-green-400\/0:focus{color:#a6e5c800}.focus\:text-green-400\/5:focus{color:#a6e5c80d}.focus\:text-green-400\/10:focus{color:#a6e5c81a}.focus\:text-green-400\/20:focus{color:#a6e5c833}.focus\:text-green-400\/25:focus{color:#a6e5c840}.focus\:text-green-400\/30:focus{color:#a6e5c84d}.focus\:text-green-400\/40:focus{color:#a6e5c866}.focus\:text-green-400\/50:focus{color:#a6e5c880}.focus\:text-green-400\/60:focus{color:#a6e5c899}.focus\:text-green-400\/70:focus{color:#a6e5c8b3}.focus\:text-green-400\/75:focus{color:#a6e5c8bf}.focus\:text-green-400\/80:focus{color:#a6e5c8cc}.focus\:text-green-400\/90:focus{color:#a6e5c8e6}.focus\:text-green-400\/95:focus{color:#a6e5c8f2}.focus\:text-green-400\/100:focus{color:#a6e5c8}.focus\:text-green-500\/0:focus{color:#7bdcb200}.focus\:text-green-500\/5:focus{color:#7bdcb20d}.focus\:text-green-500\/10:focus{color:#7bdcb21a}.focus\:text-green-500\/20:focus{color:#7bdcb233}.focus\:text-green-500\/25:focus{color:#7bdcb240}.focus\:text-green-500\/30:focus{color:#7bdcb24d}.focus\:text-green-500\/40:focus{color:#7bdcb266}.focus\:text-green-500\/50:focus{color:#7bdcb280}.focus\:text-green-500\/60:focus{color:#7bdcb299}.focus\:text-green-500\/70:focus{color:#7bdcb2b3}.focus\:text-green-500\/75:focus{color:#7bdcb2bf}.focus\:text-green-500\/80:focus{color:#7bdcb2cc}.focus\:text-green-500\/90:focus{color:#7bdcb2e6}.focus\:text-green-500\/95:focus{color:#7bdcb2f2}.focus\:text-green-500\/100:focus{color:#7bdcb2}.focus\:text-green-600\/0:focus{color:#34d39900}.focus\:text-green-600\/5:focus{color:#34d3990d}.focus\:text-green-600\/10:focus{color:#34d3991a}.focus\:text-green-600\/20:focus{color:#34d39933}.focus\:text-green-600\/25:focus{color:#34d39940}.focus\:text-green-600\/30:focus{color:#34d3994d}.focus\:text-green-600\/40:focus{color:#34d39966}.focus\:text-green-600\/50:focus{color:#34d39980}.focus\:text-green-600\/60:focus{color:#34d39999}.focus\:text-green-600\/70:focus{color:#34d399b3}.focus\:text-green-600\/75:focus{color:#34d399bf}.focus\:text-green-600\/80:focus{color:#34d399cc}.focus\:text-green-600\/90:focus{color:#34d399e6}.focus\:text-green-600\/95:focus{color:#34d399f2}.focus\:text-green-600\/100:focus{color:#34d399}.focus\:text-green-700\/0:focus{color:#2ebc8800}.focus\:text-green-700\/5:focus{color:#2ebc880d}.focus\:text-green-700\/10:focus{color:#2ebc881a}.focus\:text-green-700\/20:focus{color:#2ebc8833}.focus\:text-green-700\/25:focus{color:#2ebc8840}.focus\:text-green-700\/30:focus{color:#2ebc884d}.focus\:text-green-700\/40:focus{color:#2ebc8866}.focus\:text-green-700\/50:focus{color:#2ebc8880}.focus\:text-green-700\/60:focus{color:#2ebc8899}.focus\:text-green-700\/70:focus{color:#2ebc88b3}.focus\:text-green-700\/75:focus{color:#2ebc88bf}.focus\:text-green-700\/80:focus{color:#2ebc88cc}.focus\:text-green-700\/90:focus{color:#2ebc88e6}.focus\:text-green-700\/95:focus{color:#2ebc88f2}.focus\:text-green-700\/100:focus{color:#2ebc88}.focus\:text-green-800\/0:focus{color:#28a37600}.focus\:text-green-800\/5:focus{color:#28a3760d}.focus\:text-green-800\/10:focus{color:#28a3761a}.focus\:text-green-800\/20:focus{color:#28a37633}.focus\:text-green-800\/25:focus{color:#28a37640}.focus\:text-green-800\/30:focus{color:#28a3764d}.focus\:text-green-800\/40:focus{color:#28a37666}.focus\:text-green-800\/50:focus{color:#28a37680}.focus\:text-green-800\/60:focus{color:#28a37699}.focus\:text-green-800\/70:focus{color:#28a376b3}.focus\:text-green-800\/75:focus{color:#28a376bf}.focus\:text-green-800\/80:focus{color:#28a376cc}.focus\:text-green-800\/90:focus{color:#28a376e6}.focus\:text-green-800\/95:focus{color:#28a376f2}.focus\:text-green-800\/100:focus{color:#28a376}.focus\:text-green-900\/0:focus{color:#20856000}.focus\:text-green-900\/5:focus{color:#2085600d}.focus\:text-green-900\/10:focus{color:#2085601a}.focus\:text-green-900\/20:focus{color:#20856033}.focus\:text-green-900\/25:focus{color:#20856040}.focus\:text-green-900\/30:focus{color:#2085604d}.focus\:text-green-900\/40:focus{color:#20856066}.focus\:text-green-900\/50:focus{color:#20856080}.focus\:text-green-900\/60:focus{color:#20856099}.focus\:text-green-900\/70:focus{color:#208560b3}.focus\:text-green-900\/75:focus{color:#208560bf}.focus\:text-green-900\/80:focus{color:#208560cc}.focus\:text-green-900\/90:focus{color:#208560e6}.focus\:text-green-900\/95:focus{color:#208560f2}.focus\:text-green-900\/100:focus{color:#208560}.focus\:text-emerald-50\/0:focus{color:#ecfdf500}.focus\:text-emerald-50\/5:focus{color:#ecfdf50d}.focus\:text-emerald-50\/10:focus{color:#ecfdf51a}.focus\:text-emerald-50\/20:focus{color:#ecfdf533}.focus\:text-emerald-50\/25:focus{color:#ecfdf540}.focus\:text-emerald-50\/30:focus{color:#ecfdf54d}.focus\:text-emerald-50\/40:focus{color:#ecfdf566}.focus\:text-emerald-50\/50:focus{color:#ecfdf580}.focus\:text-emerald-50\/60:focus{color:#ecfdf599}.focus\:text-emerald-50\/70:focus{color:#ecfdf5b3}.focus\:text-emerald-50\/75:focus{color:#ecfdf5bf}.focus\:text-emerald-50\/80:focus{color:#ecfdf5cc}.focus\:text-emerald-50\/90:focus{color:#ecfdf5e6}.focus\:text-emerald-50\/95:focus{color:#ecfdf5f2}.focus\:text-emerald-50\/100:focus{color:#ecfdf5}.focus\:text-emerald-100\/0:focus{color:#d1fae500}.focus\:text-emerald-100\/5:focus{color:#d1fae50d}.focus\:text-emerald-100\/10:focus{color:#d1fae51a}.focus\:text-emerald-100\/20:focus{color:#d1fae533}.focus\:text-emerald-100\/25:focus{color:#d1fae540}.focus\:text-emerald-100\/30:focus{color:#d1fae54d}.focus\:text-emerald-100\/40:focus{color:#d1fae566}.focus\:text-emerald-100\/50:focus{color:#d1fae580}.focus\:text-emerald-100\/60:focus{color:#d1fae599}.focus\:text-emerald-100\/70:focus{color:#d1fae5b3}.focus\:text-emerald-100\/75:focus{color:#d1fae5bf}.focus\:text-emerald-100\/80:focus{color:#d1fae5cc}.focus\:text-emerald-100\/90:focus{color:#d1fae5e6}.focus\:text-emerald-100\/95:focus{color:#d1fae5f2}.focus\:text-emerald-100\/100:focus{color:#d1fae5}.focus\:text-emerald-200\/0:focus{color:#a7f3d000}.focus\:text-emerald-200\/5:focus{color:#a7f3d00d}.focus\:text-emerald-200\/10:focus{color:#a7f3d01a}.focus\:text-emerald-200\/20:focus{color:#a7f3d033}.focus\:text-emerald-200\/25:focus{color:#a7f3d040}.focus\:text-emerald-200\/30:focus{color:#a7f3d04d}.focus\:text-emerald-200\/40:focus{color:#a7f3d066}.focus\:text-emerald-200\/50:focus{color:#a7f3d080}.focus\:text-emerald-200\/60:focus{color:#a7f3d099}.focus\:text-emerald-200\/70:focus{color:#a7f3d0b3}.focus\:text-emerald-200\/75:focus{color:#a7f3d0bf}.focus\:text-emerald-200\/80:focus{color:#a7f3d0cc}.focus\:text-emerald-200\/90:focus{color:#a7f3d0e6}.focus\:text-emerald-200\/95:focus{color:#a7f3d0f2}.focus\:text-emerald-200\/100:focus{color:#a7f3d0}.focus\:text-emerald-300\/0:focus{color:#6ee7b700}.focus\:text-emerald-300\/5:focus{color:#6ee7b70d}.focus\:text-emerald-300\/10:focus{color:#6ee7b71a}.focus\:text-emerald-300\/20:focus{color:#6ee7b733}.focus\:text-emerald-300\/25:focus{color:#6ee7b740}.focus\:text-emerald-300\/30:focus{color:#6ee7b74d}.focus\:text-emerald-300\/40:focus{color:#6ee7b766}.focus\:text-emerald-300\/50:focus{color:#6ee7b780}.focus\:text-emerald-300\/60:focus{color:#6ee7b799}.focus\:text-emerald-300\/70:focus{color:#6ee7b7b3}.focus\:text-emerald-300\/75:focus{color:#6ee7b7bf}.focus\:text-emerald-300\/80:focus{color:#6ee7b7cc}.focus\:text-emerald-300\/90:focus{color:#6ee7b7e6}.focus\:text-emerald-300\/95:focus{color:#6ee7b7f2}.focus\:text-emerald-300\/100:focus{color:#6ee7b7}.focus\:text-emerald-400\/0:focus{color:#34d39900}.focus\:text-emerald-400\/5:focus{color:#34d3990d}.focus\:text-emerald-400\/10:focus{color:#34d3991a}.focus\:text-emerald-400\/20:focus{color:#34d39933}.focus\:text-emerald-400\/25:focus{color:#34d39940}.focus\:text-emerald-400\/30:focus{color:#34d3994d}.focus\:text-emerald-400\/40:focus{color:#34d39966}.focus\:text-emerald-400\/50:focus{color:#34d39980}.focus\:text-emerald-400\/60:focus{color:#34d39999}.focus\:text-emerald-400\/70:focus{color:#34d399b3}.focus\:text-emerald-400\/75:focus{color:#34d399bf}.focus\:text-emerald-400\/80:focus{color:#34d399cc}.focus\:text-emerald-400\/90:focus{color:#34d399e6}.focus\:text-emerald-400\/95:focus{color:#34d399f2}.focus\:text-emerald-400\/100:focus{color:#34d399}.focus\:text-emerald-500\/0:focus{color:#10b98100}.focus\:text-emerald-500\/5:focus{color:#10b9810d}.focus\:text-emerald-500\/10:focus{color:#10b9811a}.focus\:text-emerald-500\/20:focus{color:#10b98133}.focus\:text-emerald-500\/25:focus{color:#10b98140}.focus\:text-emerald-500\/30:focus{color:#10b9814d}.focus\:text-emerald-500\/40:focus{color:#10b98166}.focus\:text-emerald-500\/50:focus{color:#10b98180}.focus\:text-emerald-500\/60:focus{color:#10b98199}.focus\:text-emerald-500\/70:focus{color:#10b981b3}.focus\:text-emerald-500\/75:focus{color:#10b981bf}.focus\:text-emerald-500\/80:focus{color:#10b981cc}.focus\:text-emerald-500\/90:focus{color:#10b981e6}.focus\:text-emerald-500\/95:focus{color:#10b981f2}.focus\:text-emerald-500\/100:focus{color:#10b981}.focus\:text-emerald-600\/0:focus{color:#05966900}.focus\:text-emerald-600\/5:focus{color:#0596690d}.focus\:text-emerald-600\/10:focus{color:#0596691a}.focus\:text-emerald-600\/20:focus{color:#05966933}.focus\:text-emerald-600\/25:focus{color:#05966940}.focus\:text-emerald-600\/30:focus{color:#0596694d}.focus\:text-emerald-600\/40:focus{color:#05966966}.focus\:text-emerald-600\/50:focus{color:#05966980}.focus\:text-emerald-600\/60:focus{color:#05966999}.focus\:text-emerald-600\/70:focus{color:#059669b3}.focus\:text-emerald-600\/75:focus{color:#059669bf}.focus\:text-emerald-600\/80:focus{color:#059669cc}.focus\:text-emerald-600\/90:focus{color:#059669e6}.focus\:text-emerald-600\/95:focus{color:#059669f2}.focus\:text-emerald-600\/100:focus{color:#059669}.focus\:text-emerald-700\/0:focus{color:#04785700}.focus\:text-emerald-700\/5:focus{color:#0478570d}.focus\:text-emerald-700\/10:focus{color:#0478571a}.focus\:text-emerald-700\/20:focus{color:#04785733}.focus\:text-emerald-700\/25:focus{color:#04785740}.focus\:text-emerald-700\/30:focus{color:#0478574d}.focus\:text-emerald-700\/40:focus{color:#04785766}.focus\:text-emerald-700\/50:focus{color:#04785780}.focus\:text-emerald-700\/60:focus{color:#04785799}.focus\:text-emerald-700\/70:focus{color:#047857b3}.focus\:text-emerald-700\/75:focus{color:#047857bf}.focus\:text-emerald-700\/80:focus{color:#047857cc}.focus\:text-emerald-700\/90:focus{color:#047857e6}.focus\:text-emerald-700\/95:focus{color:#047857f2}.focus\:text-emerald-700\/100:focus{color:#047857}.focus\:text-emerald-800\/0:focus{color:#065f4600}.focus\:text-emerald-800\/5:focus{color:#065f460d}.focus\:text-emerald-800\/10:focus{color:#065f461a}.focus\:text-emerald-800\/20:focus{color:#065f4633}.focus\:text-emerald-800\/25:focus{color:#065f4640}.focus\:text-emerald-800\/30:focus{color:#065f464d}.focus\:text-emerald-800\/40:focus{color:#065f4666}.focus\:text-emerald-800\/50:focus{color:#065f4680}.focus\:text-emerald-800\/60:focus{color:#065f4699}.focus\:text-emerald-800\/70:focus{color:#065f46b3}.focus\:text-emerald-800\/75:focus{color:#065f46bf}.focus\:text-emerald-800\/80:focus{color:#065f46cc}.focus\:text-emerald-800\/90:focus{color:#065f46e6}.focus\:text-emerald-800\/95:focus{color:#065f46f2}.focus\:text-emerald-800\/100:focus{color:#065f46}.focus\:text-emerald-900\/0:focus{color:#064e3b00}.focus\:text-emerald-900\/5:focus{color:#064e3b0d}.focus\:text-emerald-900\/10:focus{color:#064e3b1a}.focus\:text-emerald-900\/20:focus{color:#064e3b33}.focus\:text-emerald-900\/25:focus{color:#064e3b40}.focus\:text-emerald-900\/30:focus{color:#064e3b4d}.focus\:text-emerald-900\/40:focus{color:#064e3b66}.focus\:text-emerald-900\/50:focus{color:#064e3b80}.focus\:text-emerald-900\/60:focus{color:#064e3b99}.focus\:text-emerald-900\/70:focus{color:#064e3bb3}.focus\:text-emerald-900\/75:focus{color:#064e3bbf}.focus\:text-emerald-900\/80:focus{color:#064e3bcc}.focus\:text-emerald-900\/90:focus{color:#064e3be6}.focus\:text-emerald-900\/95:focus{color:#064e3bf2}.focus\:text-emerald-900\/100:focus{color:#064e3b}.focus\:text-teal-50\/0:focus{color:#f0fdfa00}.focus\:text-teal-50\/5:focus{color:#f0fdfa0d}.focus\:text-teal-50\/10:focus{color:#f0fdfa1a}.focus\:text-teal-50\/20:focus{color:#f0fdfa33}.focus\:text-teal-50\/25:focus{color:#f0fdfa40}.focus\:text-teal-50\/30:focus{color:#f0fdfa4d}.focus\:text-teal-50\/40:focus{color:#f0fdfa66}.focus\:text-teal-50\/50:focus{color:#f0fdfa80}.focus\:text-teal-50\/60:focus{color:#f0fdfa99}.focus\:text-teal-50\/70:focus{color:#f0fdfab3}.focus\:text-teal-50\/75:focus{color:#f0fdfabf}.focus\:text-teal-50\/80:focus{color:#f0fdfacc}.focus\:text-teal-50\/90:focus{color:#f0fdfae6}.focus\:text-teal-50\/95:focus{color:#f0fdfaf2}.focus\:text-teal-50\/100:focus{color:#f0fdfa}.focus\:text-teal-100\/0:focus{color:#ccfbf100}.focus\:text-teal-100\/5:focus{color:#ccfbf10d}.focus\:text-teal-100\/10:focus{color:#ccfbf11a}.focus\:text-teal-100\/20:focus{color:#ccfbf133}.focus\:text-teal-100\/25:focus{color:#ccfbf140}.focus\:text-teal-100\/30:focus{color:#ccfbf14d}.focus\:text-teal-100\/40:focus{color:#ccfbf166}.focus\:text-teal-100\/50:focus{color:#ccfbf180}.focus\:text-teal-100\/60:focus{color:#ccfbf199}.focus\:text-teal-100\/70:focus{color:#ccfbf1b3}.focus\:text-teal-100\/75:focus{color:#ccfbf1bf}.focus\:text-teal-100\/80:focus{color:#ccfbf1cc}.focus\:text-teal-100\/90:focus{color:#ccfbf1e6}.focus\:text-teal-100\/95:focus{color:#ccfbf1f2}.focus\:text-teal-100\/100:focus{color:#ccfbf1}.focus\:text-teal-200\/0:focus{color:#99f6e400}.focus\:text-teal-200\/5:focus{color:#99f6e40d}.focus\:text-teal-200\/10:focus{color:#99f6e41a}.focus\:text-teal-200\/20:focus{color:#99f6e433}.focus\:text-teal-200\/25:focus{color:#99f6e440}.focus\:text-teal-200\/30:focus{color:#99f6e44d}.focus\:text-teal-200\/40:focus{color:#99f6e466}.focus\:text-teal-200\/50:focus{color:#99f6e480}.focus\:text-teal-200\/60:focus{color:#99f6e499}.focus\:text-teal-200\/70:focus{color:#99f6e4b3}.focus\:text-teal-200\/75:focus{color:#99f6e4bf}.focus\:text-teal-200\/80:focus{color:#99f6e4cc}.focus\:text-teal-200\/90:focus{color:#99f6e4e6}.focus\:text-teal-200\/95:focus{color:#99f6e4f2}.focus\:text-teal-200\/100:focus{color:#99f6e4}.focus\:text-teal-300\/0:focus{color:#5eead400}.focus\:text-teal-300\/5:focus{color:#5eead40d}.focus\:text-teal-300\/10:focus{color:#5eead41a}.focus\:text-teal-300\/20:focus{color:#5eead433}.focus\:text-teal-300\/25:focus{color:#5eead440}.focus\:text-teal-300\/30:focus{color:#5eead44d}.focus\:text-teal-300\/40:focus{color:#5eead466}.focus\:text-teal-300\/50:focus{color:#5eead480}.focus\:text-teal-300\/60:focus{color:#5eead499}.focus\:text-teal-300\/70:focus{color:#5eead4b3}.focus\:text-teal-300\/75:focus{color:#5eead4bf}.focus\:text-teal-300\/80:focus{color:#5eead4cc}.focus\:text-teal-300\/90:focus{color:#5eead4e6}.focus\:text-teal-300\/95:focus{color:#5eead4f2}.focus\:text-teal-300\/100:focus{color:#5eead4}.focus\:text-teal-400\/0:focus{color:#2dd4bf00}.focus\:text-teal-400\/5:focus{color:#2dd4bf0d}.focus\:text-teal-400\/10:focus{color:#2dd4bf1a}.focus\:text-teal-400\/20:focus{color:#2dd4bf33}.focus\:text-teal-400\/25:focus{color:#2dd4bf40}.focus\:text-teal-400\/30:focus{color:#2dd4bf4d}.focus\:text-teal-400\/40:focus{color:#2dd4bf66}.focus\:text-teal-400\/50:focus{color:#2dd4bf80}.focus\:text-teal-400\/60:focus{color:#2dd4bf99}.focus\:text-teal-400\/70:focus{color:#2dd4bfb3}.focus\:text-teal-400\/75:focus{color:#2dd4bfbf}.focus\:text-teal-400\/80:focus{color:#2dd4bfcc}.focus\:text-teal-400\/90:focus{color:#2dd4bfe6}.focus\:text-teal-400\/95:focus{color:#2dd4bff2}.focus\:text-teal-400\/100:focus{color:#2dd4bf}.focus\:text-teal-500\/0:focus{color:#14b8a600}.focus\:text-teal-500\/5:focus{color:#14b8a60d}.focus\:text-teal-500\/10:focus{color:#14b8a61a}.focus\:text-teal-500\/20:focus{color:#14b8a633}.focus\:text-teal-500\/25:focus{color:#14b8a640}.focus\:text-teal-500\/30:focus{color:#14b8a64d}.focus\:text-teal-500\/40:focus{color:#14b8a666}.focus\:text-teal-500\/50:focus{color:#14b8a680}.focus\:text-teal-500\/60:focus{color:#14b8a699}.focus\:text-teal-500\/70:focus{color:#14b8a6b3}.focus\:text-teal-500\/75:focus{color:#14b8a6bf}.focus\:text-teal-500\/80:focus{color:#14b8a6cc}.focus\:text-teal-500\/90:focus{color:#14b8a6e6}.focus\:text-teal-500\/95:focus{color:#14b8a6f2}.focus\:text-teal-500\/100:focus{color:#14b8a6}.focus\:text-teal-600\/0:focus{color:#0d948800}.focus\:text-teal-600\/5:focus{color:#0d94880d}.focus\:text-teal-600\/10:focus{color:#0d94881a}.focus\:text-teal-600\/20:focus{color:#0d948833}.focus\:text-teal-600\/25:focus{color:#0d948840}.focus\:text-teal-600\/30:focus{color:#0d94884d}.focus\:text-teal-600\/40:focus{color:#0d948866}.focus\:text-teal-600\/50:focus{color:#0d948880}.focus\:text-teal-600\/60:focus{color:#0d948899}.focus\:text-teal-600\/70:focus{color:#0d9488b3}.focus\:text-teal-600\/75:focus{color:#0d9488bf}.focus\:text-teal-600\/80:focus{color:#0d9488cc}.focus\:text-teal-600\/90:focus{color:#0d9488e6}.focus\:text-teal-600\/95:focus{color:#0d9488f2}.focus\:text-teal-600\/100:focus{color:#0d9488}.focus\:text-teal-700\/0:focus{color:#0f766e00}.focus\:text-teal-700\/5:focus{color:#0f766e0d}.focus\:text-teal-700\/10:focus{color:#0f766e1a}.focus\:text-teal-700\/20:focus{color:#0f766e33}.focus\:text-teal-700\/25:focus{color:#0f766e40}.focus\:text-teal-700\/30:focus{color:#0f766e4d}.focus\:text-teal-700\/40:focus{color:#0f766e66}.focus\:text-teal-700\/50:focus{color:#0f766e80}.focus\:text-teal-700\/60:focus{color:#0f766e99}.focus\:text-teal-700\/70:focus{color:#0f766eb3}.focus\:text-teal-700\/75:focus{color:#0f766ebf}.focus\:text-teal-700\/80:focus{color:#0f766ecc}.focus\:text-teal-700\/90:focus{color:#0f766ee6}.focus\:text-teal-700\/95:focus{color:#0f766ef2}.focus\:text-teal-700\/100:focus{color:#0f766e}.focus\:text-teal-800\/0:focus{color:#115e5900}.focus\:text-teal-800\/5:focus{color:#115e590d}.focus\:text-teal-800\/10:focus{color:#115e591a}.focus\:text-teal-800\/20:focus{color:#115e5933}.focus\:text-teal-800\/25:focus{color:#115e5940}.focus\:text-teal-800\/30:focus{color:#115e594d}.focus\:text-teal-800\/40:focus{color:#115e5966}.focus\:text-teal-800\/50:focus{color:#115e5980}.focus\:text-teal-800\/60:focus{color:#115e5999}.focus\:text-teal-800\/70:focus{color:#115e59b3}.focus\:text-teal-800\/75:focus{color:#115e59bf}.focus\:text-teal-800\/80:focus{color:#115e59cc}.focus\:text-teal-800\/90:focus{color:#115e59e6}.focus\:text-teal-800\/95:focus{color:#115e59f2}.focus\:text-teal-800\/100:focus{color:#115e59}.focus\:text-teal-900\/0:focus{color:#134e4a00}.focus\:text-teal-900\/5:focus{color:#134e4a0d}.focus\:text-teal-900\/10:focus{color:#134e4a1a}.focus\:text-teal-900\/20:focus{color:#134e4a33}.focus\:text-teal-900\/25:focus{color:#134e4a40}.focus\:text-teal-900\/30:focus{color:#134e4a4d}.focus\:text-teal-900\/40:focus{color:#134e4a66}.focus\:text-teal-900\/50:focus{color:#134e4a80}.focus\:text-teal-900\/60:focus{color:#134e4a99}.focus\:text-teal-900\/70:focus{color:#134e4ab3}.focus\:text-teal-900\/75:focus{color:#134e4abf}.focus\:text-teal-900\/80:focus{color:#134e4acc}.focus\:text-teal-900\/90:focus{color:#134e4ae6}.focus\:text-teal-900\/95:focus{color:#134e4af2}.focus\:text-teal-900\/100:focus{color:#134e4a}.focus\:text-sky-50\/0:focus{color:#f0f9ff00}.focus\:text-sky-50\/5:focus{color:#f0f9ff0d}.focus\:text-sky-50\/10:focus{color:#f0f9ff1a}.focus\:text-sky-50\/20:focus{color:#f0f9ff33}.focus\:text-sky-50\/25:focus{color:#f0f9ff40}.focus\:text-sky-50\/30:focus{color:#f0f9ff4d}.focus\:text-sky-50\/40:focus{color:#f0f9ff66}.focus\:text-sky-50\/50:focus{color:#f0f9ff80}.focus\:text-sky-50\/60:focus{color:#f0f9ff99}.focus\:text-sky-50\/70:focus{color:#f0f9ffb3}.focus\:text-sky-50\/75:focus{color:#f0f9ffbf}.focus\:text-sky-50\/80:focus{color:#f0f9ffcc}.focus\:text-sky-50\/90:focus{color:#f0f9ffe6}.focus\:text-sky-50\/95:focus{color:#f0f9fff2}.focus\:text-sky-50\/100:focus{color:#f0f9ff}.focus\:text-sky-100\/0:focus{color:#e0f2fe00}.focus\:text-sky-100\/5:focus{color:#e0f2fe0d}.focus\:text-sky-100\/10:focus{color:#e0f2fe1a}.focus\:text-sky-100\/20:focus{color:#e0f2fe33}.focus\:text-sky-100\/25:focus{color:#e0f2fe40}.focus\:text-sky-100\/30:focus{color:#e0f2fe4d}.focus\:text-sky-100\/40:focus{color:#e0f2fe66}.focus\:text-sky-100\/50:focus{color:#e0f2fe80}.focus\:text-sky-100\/60:focus{color:#e0f2fe99}.focus\:text-sky-100\/70:focus{color:#e0f2feb3}.focus\:text-sky-100\/75:focus{color:#e0f2febf}.focus\:text-sky-100\/80:focus{color:#e0f2fecc}.focus\:text-sky-100\/90:focus{color:#e0f2fee6}.focus\:text-sky-100\/95:focus{color:#e0f2fef2}.focus\:text-sky-100\/100:focus{color:#e0f2fe}.focus\:text-sky-200\/0:focus{color:#bae6fd00}.focus\:text-sky-200\/5:focus{color:#bae6fd0d}.focus\:text-sky-200\/10:focus{color:#bae6fd1a}.focus\:text-sky-200\/20:focus{color:#bae6fd33}.focus\:text-sky-200\/25:focus{color:#bae6fd40}.focus\:text-sky-200\/30:focus{color:#bae6fd4d}.focus\:text-sky-200\/40:focus{color:#bae6fd66}.focus\:text-sky-200\/50:focus{color:#bae6fd80}.focus\:text-sky-200\/60:focus{color:#bae6fd99}.focus\:text-sky-200\/70:focus{color:#bae6fdb3}.focus\:text-sky-200\/75:focus{color:#bae6fdbf}.focus\:text-sky-200\/80:focus{color:#bae6fdcc}.focus\:text-sky-200\/90:focus{color:#bae6fde6}.focus\:text-sky-200\/95:focus{color:#bae6fdf2}.focus\:text-sky-200\/100:focus{color:#bae6fd}.focus\:text-sky-300\/0:focus{color:#7dd3fc00}.focus\:text-sky-300\/5:focus{color:#7dd3fc0d}.focus\:text-sky-300\/10:focus{color:#7dd3fc1a}.focus\:text-sky-300\/20:focus{color:#7dd3fc33}.focus\:text-sky-300\/25:focus{color:#7dd3fc40}.focus\:text-sky-300\/30:focus{color:#7dd3fc4d}.focus\:text-sky-300\/40:focus{color:#7dd3fc66}.focus\:text-sky-300\/50:focus{color:#7dd3fc80}.focus\:text-sky-300\/60:focus{color:#7dd3fc99}.focus\:text-sky-300\/70:focus{color:#7dd3fcb3}.focus\:text-sky-300\/75:focus{color:#7dd3fcbf}.focus\:text-sky-300\/80:focus{color:#7dd3fccc}.focus\:text-sky-300\/90:focus{color:#7dd3fce6}.focus\:text-sky-300\/95:focus{color:#7dd3fcf2}.focus\:text-sky-300\/100:focus{color:#7dd3fc}.focus\:text-sky-400\/0:focus{color:#38bdf800}.focus\:text-sky-400\/5:focus{color:#38bdf80d}.focus\:text-sky-400\/10:focus{color:#38bdf81a}.focus\:text-sky-400\/20:focus{color:#38bdf833}.focus\:text-sky-400\/25:focus{color:#38bdf840}.focus\:text-sky-400\/30:focus{color:#38bdf84d}.focus\:text-sky-400\/40:focus{color:#38bdf866}.focus\:text-sky-400\/50:focus{color:#38bdf880}.focus\:text-sky-400\/60:focus{color:#38bdf899}.focus\:text-sky-400\/70:focus{color:#38bdf8b3}.focus\:text-sky-400\/75:focus{color:#38bdf8bf}.focus\:text-sky-400\/80:focus{color:#38bdf8cc}.focus\:text-sky-400\/90:focus{color:#38bdf8e6}.focus\:text-sky-400\/95:focus{color:#38bdf8f2}.focus\:text-sky-400\/100:focus{color:#38bdf8}.focus\:text-sky-500\/0:focus{color:#0ea5e900}.focus\:text-sky-500\/5:focus{color:#0ea5e90d}.focus\:text-sky-500\/10:focus{color:#0ea5e91a}.focus\:text-sky-500\/20:focus{color:#0ea5e933}.focus\:text-sky-500\/25:focus{color:#0ea5e940}.focus\:text-sky-500\/30:focus{color:#0ea5e94d}.focus\:text-sky-500\/40:focus{color:#0ea5e966}.focus\:text-sky-500\/50:focus{color:#0ea5e980}.focus\:text-sky-500\/60:focus{color:#0ea5e999}.focus\:text-sky-500\/70:focus{color:#0ea5e9b3}.focus\:text-sky-500\/75:focus{color:#0ea5e9bf}.focus\:text-sky-500\/80:focus{color:#0ea5e9cc}.focus\:text-sky-500\/90:focus{color:#0ea5e9e6}.focus\:text-sky-500\/95:focus{color:#0ea5e9f2}.focus\:text-sky-500\/100:focus{color:#0ea5e9}.focus\:text-sky-600\/0:focus{color:#0284c700}.focus\:text-sky-600\/5:focus{color:#0284c70d}.focus\:text-sky-600\/10:focus{color:#0284c71a}.focus\:text-sky-600\/20:focus{color:#0284c733}.focus\:text-sky-600\/25:focus{color:#0284c740}.focus\:text-sky-600\/30:focus{color:#0284c74d}.focus\:text-sky-600\/40:focus{color:#0284c766}.focus\:text-sky-600\/50:focus{color:#0284c780}.focus\:text-sky-600\/60:focus{color:#0284c799}.focus\:text-sky-600\/70:focus{color:#0284c7b3}.focus\:text-sky-600\/75:focus{color:#0284c7bf}.focus\:text-sky-600\/80:focus{color:#0284c7cc}.focus\:text-sky-600\/90:focus{color:#0284c7e6}.focus\:text-sky-600\/95:focus{color:#0284c7f2}.focus\:text-sky-600\/100:focus{color:#0284c7}.focus\:text-sky-700\/0:focus{color:#0369a100}.focus\:text-sky-700\/5:focus{color:#0369a10d}.focus\:text-sky-700\/10:focus{color:#0369a11a}.focus\:text-sky-700\/20:focus{color:#0369a133}.focus\:text-sky-700\/25:focus{color:#0369a140}.focus\:text-sky-700\/30:focus{color:#0369a14d}.focus\:text-sky-700\/40:focus{color:#0369a166}.focus\:text-sky-700\/50:focus{color:#0369a180}.focus\:text-sky-700\/60:focus{color:#0369a199}.focus\:text-sky-700\/70:focus{color:#0369a1b3}.focus\:text-sky-700\/75:focus{color:#0369a1bf}.focus\:text-sky-700\/80:focus{color:#0369a1cc}.focus\:text-sky-700\/90:focus{color:#0369a1e6}.focus\:text-sky-700\/95:focus{color:#0369a1f2}.focus\:text-sky-700\/100:focus{color:#0369a1}.focus\:text-sky-800\/0:focus{color:#07598500}.focus\:text-sky-800\/5:focus{color:#0759850d}.focus\:text-sky-800\/10:focus{color:#0759851a}.focus\:text-sky-800\/20:focus{color:#07598533}.focus\:text-sky-800\/25:focus{color:#07598540}.focus\:text-sky-800\/30:focus{color:#0759854d}.focus\:text-sky-800\/40:focus{color:#07598566}.focus\:text-sky-800\/50:focus{color:#07598580}.focus\:text-sky-800\/60:focus{color:#07598599}.focus\:text-sky-800\/70:focus{color:#075985b3}.focus\:text-sky-800\/75:focus{color:#075985bf}.focus\:text-sky-800\/80:focus{color:#075985cc}.focus\:text-sky-800\/90:focus{color:#075985e6}.focus\:text-sky-800\/95:focus{color:#075985f2}.focus\:text-sky-800\/100:focus{color:#075985}.focus\:text-sky-900\/0:focus{color:#0c4a6e00}.focus\:text-sky-900\/5:focus{color:#0c4a6e0d}.focus\:text-sky-900\/10:focus{color:#0c4a6e1a}.focus\:text-sky-900\/20:focus{color:#0c4a6e33}.focus\:text-sky-900\/25:focus{color:#0c4a6e40}.focus\:text-sky-900\/30:focus{color:#0c4a6e4d}.focus\:text-sky-900\/40:focus{color:#0c4a6e66}.focus\:text-sky-900\/50:focus{color:#0c4a6e80}.focus\:text-sky-900\/60:focus{color:#0c4a6e99}.focus\:text-sky-900\/70:focus{color:#0c4a6eb3}.focus\:text-sky-900\/75:focus{color:#0c4a6ebf}.focus\:text-sky-900\/80:focus{color:#0c4a6ecc}.focus\:text-sky-900\/90:focus{color:#0c4a6ee6}.focus\:text-sky-900\/95:focus{color:#0c4a6ef2}.focus\:text-sky-900\/100:focus{color:#0c4a6e}.focus\:text-blue-50\/0:focus{color:#eff6ff00}.focus\:text-blue-50\/5:focus{color:#eff6ff0d}.focus\:text-blue-50\/10:focus{color:#eff6ff1a}.focus\:text-blue-50\/20:focus{color:#eff6ff33}.focus\:text-blue-50\/25:focus{color:#eff6ff40}.focus\:text-blue-50\/30:focus{color:#eff6ff4d}.focus\:text-blue-50\/40:focus{color:#eff6ff66}.focus\:text-blue-50\/50:focus{color:#eff6ff80}.focus\:text-blue-50\/60:focus{color:#eff6ff99}.focus\:text-blue-50\/70:focus{color:#eff6ffb3}.focus\:text-blue-50\/75:focus{color:#eff6ffbf}.focus\:text-blue-50\/80:focus{color:#eff6ffcc}.focus\:text-blue-50\/90:focus{color:#eff6ffe6}.focus\:text-blue-50\/95:focus{color:#eff6fff2}.focus\:text-blue-50\/100:focus{color:#eff6ff}.focus\:text-blue-100\/0:focus{color:#f2f3fd00}.focus\:text-blue-100\/5:focus{color:#f2f3fd0d}.focus\:text-blue-100\/10:focus{color:#f2f3fd1a}.focus\:text-blue-100\/20:focus{color:#f2f3fd33}.focus\:text-blue-100\/25:focus{color:#f2f3fd40}.focus\:text-blue-100\/30:focus{color:#f2f3fd4d}.focus\:text-blue-100\/40:focus{color:#f2f3fd66}.focus\:text-blue-100\/50:focus{color:#f2f3fd80}.focus\:text-blue-100\/60:focus{color:#f2f3fd99}.focus\:text-blue-100\/70:focus{color:#f2f3fdb3}.focus\:text-blue-100\/75:focus{color:#f2f3fdbf}.focus\:text-blue-100\/80:focus{color:#f2f3fdcc}.focus\:text-blue-100\/90:focus{color:#f2f3fde6}.focus\:text-blue-100\/95:focus{color:#f2f3fdf2}.focus\:text-blue-100\/100:focus{color:#f2f3fd}.focus\:text-blue-200\/0:focus{color:#e4e8fb00}.focus\:text-blue-200\/5:focus{color:#e4e8fb0d}.focus\:text-blue-200\/10:focus{color:#e4e8fb1a}.focus\:text-blue-200\/20:focus{color:#e4e8fb33}.focus\:text-blue-200\/25:focus{color:#e4e8fb40}.focus\:text-blue-200\/30:focus{color:#e4e8fb4d}.focus\:text-blue-200\/40:focus{color:#e4e8fb66}.focus\:text-blue-200\/50:focus{color:#e4e8fb80}.focus\:text-blue-200\/60:focus{color:#e4e8fb99}.focus\:text-blue-200\/70:focus{color:#e4e8fbb3}.focus\:text-blue-200\/75:focus{color:#e4e8fbbf}.focus\:text-blue-200\/80:focus{color:#e4e8fbcc}.focus\:text-blue-200\/90:focus{color:#e4e8fbe6}.focus\:text-blue-200\/95:focus{color:#e4e8fbf2}.focus\:text-blue-200\/100:focus{color:#e4e8fb}.focus\:text-blue-300\/0:focus{color:#c6cff700}.focus\:text-blue-300\/5:focus{color:#c6cff70d}.focus\:text-blue-300\/10:focus{color:#c6cff71a}.focus\:text-blue-300\/20:focus{color:#c6cff733}.focus\:text-blue-300\/25:focus{color:#c6cff740}.focus\:text-blue-300\/30:focus{color:#c6cff74d}.focus\:text-blue-300\/40:focus{color:#c6cff766}.focus\:text-blue-300\/50:focus{color:#c6cff780}.focus\:text-blue-300\/60:focus{color:#c6cff799}.focus\:text-blue-300\/70:focus{color:#c6cff7b3}.focus\:text-blue-300\/75:focus{color:#c6cff7bf}.focus\:text-blue-300\/80:focus{color:#c6cff7cc}.focus\:text-blue-300\/90:focus{color:#c6cff7e6}.focus\:text-blue-300\/95:focus{color:#c6cff7f2}.focus\:text-blue-300\/100:focus{color:#c6cff7}.focus\:text-blue-400\/0:focus{color:#a3b2f300}.focus\:text-blue-400\/5:focus{color:#a3b2f30d}.focus\:text-blue-400\/10:focus{color:#a3b2f31a}.focus\:text-blue-400\/20:focus{color:#a3b2f333}.focus\:text-blue-400\/25:focus{color:#a3b2f340}.focus\:text-blue-400\/30:focus{color:#a3b2f34d}.focus\:text-blue-400\/40:focus{color:#a3b2f366}.focus\:text-blue-400\/50:focus{color:#a3b2f380}.focus\:text-blue-400\/60:focus{color:#a3b2f399}.focus\:text-blue-400\/70:focus{color:#a3b2f3b3}.focus\:text-blue-400\/75:focus{color:#a3b2f3bf}.focus\:text-blue-400\/80:focus{color:#a3b2f3cc}.focus\:text-blue-400\/90:focus{color:#a3b2f3e6}.focus\:text-blue-400\/95:focus{color:#a3b2f3f2}.focus\:text-blue-400\/100:focus{color:#a3b2f3}.focus\:text-blue-500\/0:focus{color:#7690ef00}.focus\:text-blue-500\/5:focus{color:#7690ef0d}.focus\:text-blue-500\/10:focus{color:#7690ef1a}.focus\:text-blue-500\/20:focus{color:#7690ef33}.focus\:text-blue-500\/25:focus{color:#7690ef40}.focus\:text-blue-500\/30:focus{color:#7690ef4d}.focus\:text-blue-500\/40:focus{color:#7690ef66}.focus\:text-blue-500\/50:focus{color:#7690ef80}.focus\:text-blue-500\/60:focus{color:#7690ef99}.focus\:text-blue-500\/70:focus{color:#7690efb3}.focus\:text-blue-500\/75:focus{color:#7690efbf}.focus\:text-blue-500\/80:focus{color:#7690efcc}.focus\:text-blue-500\/90:focus{color:#7690efe6}.focus\:text-blue-500\/95:focus{color:#7690eff2}.focus\:text-blue-500\/100:focus{color:#7690ef}.focus\:text-blue-600\/0:focus{color:#2563eb00}.focus\:text-blue-600\/5:focus{color:#2563eb0d}.focus\:text-blue-600\/10:focus{color:#2563eb1a}.focus\:text-blue-600\/20:focus{color:#2563eb33}.focus\:text-blue-600\/25:focus{color:#2563eb40}.focus\:text-blue-600\/30:focus{color:#2563eb4d}.focus\:text-blue-600\/40:focus{color:#2563eb66}.focus\:text-blue-600\/50:focus{color:#2563eb80}.focus\:text-blue-600\/60:focus{color:#2563eb99}.focus\:text-blue-600\/70:focus{color:#2563ebb3}.focus\:text-blue-600\/75:focus{color:#2563ebbf}.focus\:text-blue-600\/80:focus{color:#2563ebcc}.focus\:text-blue-600\/90:focus{color:#2563ebe6}.focus\:text-blue-600\/95:focus{color:#2563ebf2}.focus\:text-blue-600\/100:focus{color:#2563eb}.focus\:text-blue-700\/0:focus{color:#2158d200}.focus\:text-blue-700\/5:focus{color:#2158d20d}.focus\:text-blue-700\/10:focus{color:#2158d21a}.focus\:text-blue-700\/20:focus{color:#2158d233}.focus\:text-blue-700\/25:focus{color:#2158d240}.focus\:text-blue-700\/30:focus{color:#2158d24d}.focus\:text-blue-700\/40:focus{color:#2158d266}.focus\:text-blue-700\/50:focus{color:#2158d280}.focus\:text-blue-700\/60:focus{color:#2158d299}.focus\:text-blue-700\/70:focus{color:#2158d2b3}.focus\:text-blue-700\/75:focus{color:#2158d2bf}.focus\:text-blue-700\/80:focus{color:#2158d2cc}.focus\:text-blue-700\/90:focus{color:#2158d2e6}.focus\:text-blue-700\/95:focus{color:#2158d2f2}.focus\:text-blue-700\/100:focus{color:#2158d2}.focus\:text-blue-800\/0:focus{color:#1c4cb600}.focus\:text-blue-800\/5:focus{color:#1c4cb60d}.focus\:text-blue-800\/10:focus{color:#1c4cb61a}.focus\:text-blue-800\/20:focus{color:#1c4cb633}.focus\:text-blue-800\/25:focus{color:#1c4cb640}.focus\:text-blue-800\/30:focus{color:#1c4cb64d}.focus\:text-blue-800\/40:focus{color:#1c4cb666}.focus\:text-blue-800\/50:focus{color:#1c4cb680}.focus\:text-blue-800\/60:focus{color:#1c4cb699}.focus\:text-blue-800\/70:focus{color:#1c4cb6b3}.focus\:text-blue-800\/75:focus{color:#1c4cb6bf}.focus\:text-blue-800\/80:focus{color:#1c4cb6cc}.focus\:text-blue-800\/90:focus{color:#1c4cb6e6}.focus\:text-blue-800\/95:focus{color:#1c4cb6f2}.focus\:text-blue-800\/100:focus{color:#1c4cb6}.focus\:text-blue-900\/0:focus{color:#173e9400}.focus\:text-blue-900\/5:focus{color:#173e940d}.focus\:text-blue-900\/10:focus{color:#173e941a}.focus\:text-blue-900\/20:focus{color:#173e9433}.focus\:text-blue-900\/25:focus{color:#173e9440}.focus\:text-blue-900\/30:focus{color:#173e944d}.focus\:text-blue-900\/40:focus{color:#173e9466}.focus\:text-blue-900\/50:focus{color:#173e9480}.focus\:text-blue-900\/60:focus{color:#173e9499}.focus\:text-blue-900\/70:focus{color:#173e94b3}.focus\:text-blue-900\/75:focus{color:#173e94bf}.focus\:text-blue-900\/80:focus{color:#173e94cc}.focus\:text-blue-900\/90:focus{color:#173e94e6}.focus\:text-blue-900\/95:focus{color:#173e94f2}.focus\:text-blue-900\/100:focus{color:#173e94}.focus\:text-indigo-50\/0:focus{color:#eef2ff00}.focus\:text-indigo-50\/5:focus{color:#eef2ff0d}.focus\:text-indigo-50\/10:focus{color:#eef2ff1a}.focus\:text-indigo-50\/20:focus{color:#eef2ff33}.focus\:text-indigo-50\/25:focus{color:#eef2ff40}.focus\:text-indigo-50\/30:focus{color:#eef2ff4d}.focus\:text-indigo-50\/40:focus{color:#eef2ff66}.focus\:text-indigo-50\/50:focus{color:#eef2ff80}.focus\:text-indigo-50\/60:focus{color:#eef2ff99}.focus\:text-indigo-50\/70:focus{color:#eef2ffb3}.focus\:text-indigo-50\/75:focus{color:#eef2ffbf}.focus\:text-indigo-50\/80:focus{color:#eef2ffcc}.focus\:text-indigo-50\/90:focus{color:#eef2ffe6}.focus\:text-indigo-50\/95:focus{color:#eef2fff2}.focus\:text-indigo-50\/100:focus{color:#eef2ff}.focus\:text-indigo-100\/0:focus{color:#e0e7ff00}.focus\:text-indigo-100\/5:focus{color:#e0e7ff0d}.focus\:text-indigo-100\/10:focus{color:#e0e7ff1a}.focus\:text-indigo-100\/20:focus{color:#e0e7ff33}.focus\:text-indigo-100\/25:focus{color:#e0e7ff40}.focus\:text-indigo-100\/30:focus{color:#e0e7ff4d}.focus\:text-indigo-100\/40:focus{color:#e0e7ff66}.focus\:text-indigo-100\/50:focus{color:#e0e7ff80}.focus\:text-indigo-100\/60:focus{color:#e0e7ff99}.focus\:text-indigo-100\/70:focus{color:#e0e7ffb3}.focus\:text-indigo-100\/75:focus{color:#e0e7ffbf}.focus\:text-indigo-100\/80:focus{color:#e0e7ffcc}.focus\:text-indigo-100\/90:focus{color:#e0e7ffe6}.focus\:text-indigo-100\/95:focus{color:#e0e7fff2}.focus\:text-indigo-100\/100:focus{color:#e0e7ff}.focus\:text-indigo-200\/0:focus{color:#c7d2fe00}.focus\:text-indigo-200\/5:focus{color:#c7d2fe0d}.focus\:text-indigo-200\/10:focus{color:#c7d2fe1a}.focus\:text-indigo-200\/20:focus{color:#c7d2fe33}.focus\:text-indigo-200\/25:focus{color:#c7d2fe40}.focus\:text-indigo-200\/30:focus{color:#c7d2fe4d}.focus\:text-indigo-200\/40:focus{color:#c7d2fe66}.focus\:text-indigo-200\/50:focus{color:#c7d2fe80}.focus\:text-indigo-200\/60:focus{color:#c7d2fe99}.focus\:text-indigo-200\/70:focus{color:#c7d2feb3}.focus\:text-indigo-200\/75:focus{color:#c7d2febf}.focus\:text-indigo-200\/80:focus{color:#c7d2fecc}.focus\:text-indigo-200\/90:focus{color:#c7d2fee6}.focus\:text-indigo-200\/95:focus{color:#c7d2fef2}.focus\:text-indigo-200\/100:focus{color:#c7d2fe}.focus\:text-indigo-300\/0:focus{color:#a5b4fc00}.focus\:text-indigo-300\/5:focus{color:#a5b4fc0d}.focus\:text-indigo-300\/10:focus{color:#a5b4fc1a}.focus\:text-indigo-300\/20:focus{color:#a5b4fc33}.focus\:text-indigo-300\/25:focus{color:#a5b4fc40}.focus\:text-indigo-300\/30:focus{color:#a5b4fc4d}.focus\:text-indigo-300\/40:focus{color:#a5b4fc66}.focus\:text-indigo-300\/50:focus{color:#a5b4fc80}.focus\:text-indigo-300\/60:focus{color:#a5b4fc99}.focus\:text-indigo-300\/70:focus{color:#a5b4fcb3}.focus\:text-indigo-300\/75:focus{color:#a5b4fcbf}.focus\:text-indigo-300\/80:focus{color:#a5b4fccc}.focus\:text-indigo-300\/90:focus{color:#a5b4fce6}.focus\:text-indigo-300\/95:focus{color:#a5b4fcf2}.focus\:text-indigo-300\/100:focus{color:#a5b4fc}.focus\:text-indigo-400\/0:focus{color:#818cf800}.focus\:text-indigo-400\/5:focus{color:#818cf80d}.focus\:text-indigo-400\/10:focus{color:#818cf81a}.focus\:text-indigo-400\/20:focus{color:#818cf833}.focus\:text-indigo-400\/25:focus{color:#818cf840}.focus\:text-indigo-400\/30:focus{color:#818cf84d}.focus\:text-indigo-400\/40:focus{color:#818cf866}.focus\:text-indigo-400\/50:focus{color:#818cf880}.focus\:text-indigo-400\/60:focus{color:#818cf899}.focus\:text-indigo-400\/70:focus{color:#818cf8b3}.focus\:text-indigo-400\/75:focus{color:#818cf8bf}.focus\:text-indigo-400\/80:focus{color:#818cf8cc}.focus\:text-indigo-400\/90:focus{color:#818cf8e6}.focus\:text-indigo-400\/95:focus{color:#818cf8f2}.focus\:text-indigo-400\/100:focus{color:#818cf8}.focus\:text-indigo-500\/0:focus{color:#6366f100}.focus\:text-indigo-500\/5:focus{color:#6366f10d}.focus\:text-indigo-500\/10:focus{color:#6366f11a}.focus\:text-indigo-500\/20:focus{color:#6366f133}.focus\:text-indigo-500\/25:focus{color:#6366f140}.focus\:text-indigo-500\/30:focus{color:#6366f14d}.focus\:text-indigo-500\/40:focus{color:#6366f166}.focus\:text-indigo-500\/50:focus{color:#6366f180}.focus\:text-indigo-500\/60:focus{color:#6366f199}.focus\:text-indigo-500\/70:focus{color:#6366f1b3}.focus\:text-indigo-500\/75:focus{color:#6366f1bf}.focus\:text-indigo-500\/80:focus{color:#6366f1cc}.focus\:text-indigo-500\/90:focus{color:#6366f1e6}.focus\:text-indigo-500\/95:focus{color:#6366f1f2}.focus\:text-indigo-500\/100:focus{color:#6366f1}.focus\:text-indigo-600\/0:focus{color:#4f46e500}.focus\:text-indigo-600\/5:focus{color:#4f46e50d}.focus\:text-indigo-600\/10:focus{color:#4f46e51a}.focus\:text-indigo-600\/20:focus{color:#4f46e533}.focus\:text-indigo-600\/25:focus{color:#4f46e540}.focus\:text-indigo-600\/30:focus{color:#4f46e54d}.focus\:text-indigo-600\/40:focus{color:#4f46e566}.focus\:text-indigo-600\/50:focus{color:#4f46e580}.focus\:text-indigo-600\/60:focus{color:#4f46e599}.focus\:text-indigo-600\/70:focus{color:#4f46e5b3}.focus\:text-indigo-600\/75:focus{color:#4f46e5bf}.focus\:text-indigo-600\/80:focus{color:#4f46e5cc}.focus\:text-indigo-600\/90:focus{color:#4f46e5e6}.focus\:text-indigo-600\/95:focus{color:#4f46e5f2}.focus\:text-indigo-600\/100:focus{color:#4f46e5}.focus\:text-indigo-700\/0:focus{color:#4338ca00}.focus\:text-indigo-700\/5:focus{color:#4338ca0d}.focus\:text-indigo-700\/10:focus{color:#4338ca1a}.focus\:text-indigo-700\/20:focus{color:#4338ca33}.focus\:text-indigo-700\/25:focus{color:#4338ca40}.focus\:text-indigo-700\/30:focus{color:#4338ca4d}.focus\:text-indigo-700\/40:focus{color:#4338ca66}.focus\:text-indigo-700\/50:focus{color:#4338ca80}.focus\:text-indigo-700\/60:focus{color:#4338ca99}.focus\:text-indigo-700\/70:focus{color:#4338cab3}.focus\:text-indigo-700\/75:focus{color:#4338cabf}.focus\:text-indigo-700\/80:focus{color:#4338cacc}.focus\:text-indigo-700\/90:focus{color:#4338cae6}.focus\:text-indigo-700\/95:focus{color:#4338caf2}.focus\:text-indigo-700\/100:focus{color:#4338ca}.focus\:text-indigo-800\/0:focus{color:#3730a300}.focus\:text-indigo-800\/5:focus{color:#3730a30d}.focus\:text-indigo-800\/10:focus{color:#3730a31a}.focus\:text-indigo-800\/20:focus{color:#3730a333}.focus\:text-indigo-800\/25:focus{color:#3730a340}.focus\:text-indigo-800\/30:focus{color:#3730a34d}.focus\:text-indigo-800\/40:focus{color:#3730a366}.focus\:text-indigo-800\/50:focus{color:#3730a380}.focus\:text-indigo-800\/60:focus{color:#3730a399}.focus\:text-indigo-800\/70:focus{color:#3730a3b3}.focus\:text-indigo-800\/75:focus{color:#3730a3bf}.focus\:text-indigo-800\/80:focus{color:#3730a3cc}.focus\:text-indigo-800\/90:focus{color:#3730a3e6}.focus\:text-indigo-800\/95:focus{color:#3730a3f2}.focus\:text-indigo-800\/100:focus{color:#3730a3}.focus\:text-indigo-900\/0:focus{color:#312e8100}.focus\:text-indigo-900\/5:focus{color:#312e810d}.focus\:text-indigo-900\/10:focus{color:#312e811a}.focus\:text-indigo-900\/20:focus{color:#312e8133}.focus\:text-indigo-900\/25:focus{color:#312e8140}.focus\:text-indigo-900\/30:focus{color:#312e814d}.focus\:text-indigo-900\/40:focus{color:#312e8166}.focus\:text-indigo-900\/50:focus{color:#312e8180}.focus\:text-indigo-900\/60:focus{color:#312e8199}.focus\:text-indigo-900\/70:focus{color:#312e81b3}.focus\:text-indigo-900\/75:focus{color:#312e81bf}.focus\:text-indigo-900\/80:focus{color:#312e81cc}.focus\:text-indigo-900\/90:focus{color:#312e81e6}.focus\:text-indigo-900\/95:focus{color:#312e81f2}.focus\:text-indigo-900\/100:focus{color:#312e81}.focus\:text-violet-50\/0:focus{color:#f5f3ff00}.focus\:text-violet-50\/5:focus{color:#f5f3ff0d}.focus\:text-violet-50\/10:focus{color:#f5f3ff1a}.focus\:text-violet-50\/20:focus{color:#f5f3ff33}.focus\:text-violet-50\/25:focus{color:#f5f3ff40}.focus\:text-violet-50\/30:focus{color:#f5f3ff4d}.focus\:text-violet-50\/40:focus{color:#f5f3ff66}.focus\:text-violet-50\/50:focus{color:#f5f3ff80}.focus\:text-violet-50\/60:focus{color:#f5f3ff99}.focus\:text-violet-50\/70:focus{color:#f5f3ffb3}.focus\:text-violet-50\/75:focus{color:#f5f3ffbf}.focus\:text-violet-50\/80:focus{color:#f5f3ffcc}.focus\:text-violet-50\/90:focus{color:#f5f3ffe6}.focus\:text-violet-50\/95:focus{color:#f5f3fff2}.focus\:text-violet-50\/100:focus{color:#f5f3ff}.focus\:text-violet-100\/0:focus{color:#ede9fe00}.focus\:text-violet-100\/5:focus{color:#ede9fe0d}.focus\:text-violet-100\/10:focus{color:#ede9fe1a}.focus\:text-violet-100\/20:focus{color:#ede9fe33}.focus\:text-violet-100\/25:focus{color:#ede9fe40}.focus\:text-violet-100\/30:focus{color:#ede9fe4d}.focus\:text-violet-100\/40:focus{color:#ede9fe66}.focus\:text-violet-100\/50:focus{color:#ede9fe80}.focus\:text-violet-100\/60:focus{color:#ede9fe99}.focus\:text-violet-100\/70:focus{color:#ede9feb3}.focus\:text-violet-100\/75:focus{color:#ede9febf}.focus\:text-violet-100\/80:focus{color:#ede9fecc}.focus\:text-violet-100\/90:focus{color:#ede9fee6}.focus\:text-violet-100\/95:focus{color:#ede9fef2}.focus\:text-violet-100\/100:focus{color:#ede9fe}.focus\:text-violet-200\/0:focus{color:#ddd6fe00}.focus\:text-violet-200\/5:focus{color:#ddd6fe0d}.focus\:text-violet-200\/10:focus{color:#ddd6fe1a}.focus\:text-violet-200\/20:focus{color:#ddd6fe33}.focus\:text-violet-200\/25:focus{color:#ddd6fe40}.focus\:text-violet-200\/30:focus{color:#ddd6fe4d}.focus\:text-violet-200\/40:focus{color:#ddd6fe66}.focus\:text-violet-200\/50:focus{color:#ddd6fe80}.focus\:text-violet-200\/60:focus{color:#ddd6fe99}.focus\:text-violet-200\/70:focus{color:#ddd6feb3}.focus\:text-violet-200\/75:focus{color:#ddd6febf}.focus\:text-violet-200\/80:focus{color:#ddd6fecc}.focus\:text-violet-200\/90:focus{color:#ddd6fee6}.focus\:text-violet-200\/95:focus{color:#ddd6fef2}.focus\:text-violet-200\/100:focus{color:#ddd6fe}.focus\:text-violet-300\/0:focus{color:#c4b5fd00}.focus\:text-violet-300\/5:focus{color:#c4b5fd0d}.focus\:text-violet-300\/10:focus{color:#c4b5fd1a}.focus\:text-violet-300\/20:focus{color:#c4b5fd33}.focus\:text-violet-300\/25:focus{color:#c4b5fd40}.focus\:text-violet-300\/30:focus{color:#c4b5fd4d}.focus\:text-violet-300\/40:focus{color:#c4b5fd66}.focus\:text-violet-300\/50:focus{color:#c4b5fd80}.focus\:text-violet-300\/60:focus{color:#c4b5fd99}.focus\:text-violet-300\/70:focus{color:#c4b5fdb3}.focus\:text-violet-300\/75:focus{color:#c4b5fdbf}.focus\:text-violet-300\/80:focus{color:#c4b5fdcc}.focus\:text-violet-300\/90:focus{color:#c4b5fde6}.focus\:text-violet-300\/95:focus{color:#c4b5fdf2}.focus\:text-violet-300\/100:focus{color:#c4b5fd}.focus\:text-violet-400\/0:focus{color:#a78bfa00}.focus\:text-violet-400\/5:focus{color:#a78bfa0d}.focus\:text-violet-400\/10:focus{color:#a78bfa1a}.focus\:text-violet-400\/20:focus{color:#a78bfa33}.focus\:text-violet-400\/25:focus{color:#a78bfa40}.focus\:text-violet-400\/30:focus{color:#a78bfa4d}.focus\:text-violet-400\/40:focus{color:#a78bfa66}.focus\:text-violet-400\/50:focus{color:#a78bfa80}.focus\:text-violet-400\/60:focus{color:#a78bfa99}.focus\:text-violet-400\/70:focus{color:#a78bfab3}.focus\:text-violet-400\/75:focus{color:#a78bfabf}.focus\:text-violet-400\/80:focus{color:#a78bfacc}.focus\:text-violet-400\/90:focus{color:#a78bfae6}.focus\:text-violet-400\/95:focus{color:#a78bfaf2}.focus\:text-violet-400\/100:focus{color:#a78bfa}.focus\:text-violet-500\/0:focus{color:#8b5cf600}.focus\:text-violet-500\/5:focus{color:#8b5cf60d}.focus\:text-violet-500\/10:focus{color:#8b5cf61a}.focus\:text-violet-500\/20:focus{color:#8b5cf633}.focus\:text-violet-500\/25:focus{color:#8b5cf640}.focus\:text-violet-500\/30:focus{color:#8b5cf64d}.focus\:text-violet-500\/40:focus{color:#8b5cf666}.focus\:text-violet-500\/50:focus{color:#8b5cf680}.focus\:text-violet-500\/60:focus{color:#8b5cf699}.focus\:text-violet-500\/70:focus{color:#8b5cf6b3}.focus\:text-violet-500\/75:focus{color:#8b5cf6bf}.focus\:text-violet-500\/80:focus{color:#8b5cf6cc}.focus\:text-violet-500\/90:focus{color:#8b5cf6e6}.focus\:text-violet-500\/95:focus{color:#8b5cf6f2}.focus\:text-violet-500\/100:focus{color:#8b5cf6}.focus\:text-violet-600\/0:focus{color:#7c3aed00}.focus\:text-violet-600\/5:focus{color:#7c3aed0d}.focus\:text-violet-600\/10:focus{color:#7c3aed1a}.focus\:text-violet-600\/20:focus{color:#7c3aed33}.focus\:text-violet-600\/25:focus{color:#7c3aed40}.focus\:text-violet-600\/30:focus{color:#7c3aed4d}.focus\:text-violet-600\/40:focus{color:#7c3aed66}.focus\:text-violet-600\/50:focus{color:#7c3aed80}.focus\:text-violet-600\/60:focus{color:#7c3aed99}.focus\:text-violet-600\/70:focus{color:#7c3aedb3}.focus\:text-violet-600\/75:focus{color:#7c3aedbf}.focus\:text-violet-600\/80:focus{color:#7c3aedcc}.focus\:text-violet-600\/90:focus{color:#7c3aede6}.focus\:text-violet-600\/95:focus{color:#7c3aedf2}.focus\:text-violet-600\/100:focus{color:#7c3aed}.focus\:text-violet-700\/0:focus{color:#6d28d900}.focus\:text-violet-700\/5:focus{color:#6d28d90d}.focus\:text-violet-700\/10:focus{color:#6d28d91a}.focus\:text-violet-700\/20:focus{color:#6d28d933}.focus\:text-violet-700\/25:focus{color:#6d28d940}.focus\:text-violet-700\/30:focus{color:#6d28d94d}.focus\:text-violet-700\/40:focus{color:#6d28d966}.focus\:text-violet-700\/50:focus{color:#6d28d980}.focus\:text-violet-700\/60:focus{color:#6d28d999}.focus\:text-violet-700\/70:focus{color:#6d28d9b3}.focus\:text-violet-700\/75:focus{color:#6d28d9bf}.focus\:text-violet-700\/80:focus{color:#6d28d9cc}.focus\:text-violet-700\/90:focus{color:#6d28d9e6}.focus\:text-violet-700\/95:focus{color:#6d28d9f2}.focus\:text-violet-700\/100:focus{color:#6d28d9}.focus\:text-violet-800\/0:focus{color:#5b21b600}.focus\:text-violet-800\/5:focus{color:#5b21b60d}.focus\:text-violet-800\/10:focus{color:#5b21b61a}.focus\:text-violet-800\/20:focus{color:#5b21b633}.focus\:text-violet-800\/25:focus{color:#5b21b640}.focus\:text-violet-800\/30:focus{color:#5b21b64d}.focus\:text-violet-800\/40:focus{color:#5b21b666}.focus\:text-violet-800\/50:focus{color:#5b21b680}.focus\:text-violet-800\/60:focus{color:#5b21b699}.focus\:text-violet-800\/70:focus{color:#5b21b6b3}.focus\:text-violet-800\/75:focus{color:#5b21b6bf}.focus\:text-violet-800\/80:focus{color:#5b21b6cc}.focus\:text-violet-800\/90:focus{color:#5b21b6e6}.focus\:text-violet-800\/95:focus{color:#5b21b6f2}.focus\:text-violet-800\/100:focus{color:#5b21b6}.focus\:text-violet-900\/0:focus{color:#4c1d9500}.focus\:text-violet-900\/5:focus{color:#4c1d950d}.focus\:text-violet-900\/10:focus{color:#4c1d951a}.focus\:text-violet-900\/20:focus{color:#4c1d9533}.focus\:text-violet-900\/25:focus{color:#4c1d9540}.focus\:text-violet-900\/30:focus{color:#4c1d954d}.focus\:text-violet-900\/40:focus{color:#4c1d9566}.focus\:text-violet-900\/50:focus{color:#4c1d9580}.focus\:text-violet-900\/60:focus{color:#4c1d9599}.focus\:text-violet-900\/70:focus{color:#4c1d95b3}.focus\:text-violet-900\/75:focus{color:#4c1d95bf}.focus\:text-violet-900\/80:focus{color:#4c1d95cc}.focus\:text-violet-900\/90:focus{color:#4c1d95e6}.focus\:text-violet-900\/95:focus{color:#4c1d95f2}.focus\:text-violet-900\/100:focus{color:#4c1d95}.focus\:text-fuchsia-50\/0:focus{color:#fdf4ff00}.focus\:text-fuchsia-50\/5:focus{color:#fdf4ff0d}.focus\:text-fuchsia-50\/10:focus{color:#fdf4ff1a}.focus\:text-fuchsia-50\/20:focus{color:#fdf4ff33}.focus\:text-fuchsia-50\/25:focus{color:#fdf4ff40}.focus\:text-fuchsia-50\/30:focus{color:#fdf4ff4d}.focus\:text-fuchsia-50\/40:focus{color:#fdf4ff66}.focus\:text-fuchsia-50\/50:focus{color:#fdf4ff80}.focus\:text-fuchsia-50\/60:focus{color:#fdf4ff99}.focus\:text-fuchsia-50\/70:focus{color:#fdf4ffb3}.focus\:text-fuchsia-50\/75:focus{color:#fdf4ffbf}.focus\:text-fuchsia-50\/80:focus{color:#fdf4ffcc}.focus\:text-fuchsia-50\/90:focus{color:#fdf4ffe6}.focus\:text-fuchsia-50\/95:focus{color:#fdf4fff2}.focus\:text-fuchsia-50\/100:focus{color:#fdf4ff}.focus\:text-fuchsia-100\/0:focus{color:#fae8ff00}.focus\:text-fuchsia-100\/5:focus{color:#fae8ff0d}.focus\:text-fuchsia-100\/10:focus{color:#fae8ff1a}.focus\:text-fuchsia-100\/20:focus{color:#fae8ff33}.focus\:text-fuchsia-100\/25:focus{color:#fae8ff40}.focus\:text-fuchsia-100\/30:focus{color:#fae8ff4d}.focus\:text-fuchsia-100\/40:focus{color:#fae8ff66}.focus\:text-fuchsia-100\/50:focus{color:#fae8ff80}.focus\:text-fuchsia-100\/60:focus{color:#fae8ff99}.focus\:text-fuchsia-100\/70:focus{color:#fae8ffb3}.focus\:text-fuchsia-100\/75:focus{color:#fae8ffbf}.focus\:text-fuchsia-100\/80:focus{color:#fae8ffcc}.focus\:text-fuchsia-100\/90:focus{color:#fae8ffe6}.focus\:text-fuchsia-100\/95:focus{color:#fae8fff2}.focus\:text-fuchsia-100\/100:focus{color:#fae8ff}.focus\:text-fuchsia-200\/0:focus{color:#f5d0fe00}.focus\:text-fuchsia-200\/5:focus{color:#f5d0fe0d}.focus\:text-fuchsia-200\/10:focus{color:#f5d0fe1a}.focus\:text-fuchsia-200\/20:focus{color:#f5d0fe33}.focus\:text-fuchsia-200\/25:focus{color:#f5d0fe40}.focus\:text-fuchsia-200\/30:focus{color:#f5d0fe4d}.focus\:text-fuchsia-200\/40:focus{color:#f5d0fe66}.focus\:text-fuchsia-200\/50:focus{color:#f5d0fe80}.focus\:text-fuchsia-200\/60:focus{color:#f5d0fe99}.focus\:text-fuchsia-200\/70:focus{color:#f5d0feb3}.focus\:text-fuchsia-200\/75:focus{color:#f5d0febf}.focus\:text-fuchsia-200\/80:focus{color:#f5d0fecc}.focus\:text-fuchsia-200\/90:focus{color:#f5d0fee6}.focus\:text-fuchsia-200\/95:focus{color:#f5d0fef2}.focus\:text-fuchsia-200\/100:focus{color:#f5d0fe}.focus\:text-fuchsia-300\/0:focus{color:#f0abfc00}.focus\:text-fuchsia-300\/5:focus{color:#f0abfc0d}.focus\:text-fuchsia-300\/10:focus{color:#f0abfc1a}.focus\:text-fuchsia-300\/20:focus{color:#f0abfc33}.focus\:text-fuchsia-300\/25:focus{color:#f0abfc40}.focus\:text-fuchsia-300\/30:focus{color:#f0abfc4d}.focus\:text-fuchsia-300\/40:focus{color:#f0abfc66}.focus\:text-fuchsia-300\/50:focus{color:#f0abfc80}.focus\:text-fuchsia-300\/60:focus{color:#f0abfc99}.focus\:text-fuchsia-300\/70:focus{color:#f0abfcb3}.focus\:text-fuchsia-300\/75:focus{color:#f0abfcbf}.focus\:text-fuchsia-300\/80:focus{color:#f0abfccc}.focus\:text-fuchsia-300\/90:focus{color:#f0abfce6}.focus\:text-fuchsia-300\/95:focus{color:#f0abfcf2}.focus\:text-fuchsia-300\/100:focus{color:#f0abfc}.focus\:text-fuchsia-400\/0:focus{color:#e879f900}.focus\:text-fuchsia-400\/5:focus{color:#e879f90d}.focus\:text-fuchsia-400\/10:focus{color:#e879f91a}.focus\:text-fuchsia-400\/20:focus{color:#e879f933}.focus\:text-fuchsia-400\/25:focus{color:#e879f940}.focus\:text-fuchsia-400\/30:focus{color:#e879f94d}.focus\:text-fuchsia-400\/40:focus{color:#e879f966}.focus\:text-fuchsia-400\/50:focus{color:#e879f980}.focus\:text-fuchsia-400\/60:focus{color:#e879f999}.focus\:text-fuchsia-400\/70:focus{color:#e879f9b3}.focus\:text-fuchsia-400\/75:focus{color:#e879f9bf}.focus\:text-fuchsia-400\/80:focus{color:#e879f9cc}.focus\:text-fuchsia-400\/90:focus{color:#e879f9e6}.focus\:text-fuchsia-400\/95:focus{color:#e879f9f2}.focus\:text-fuchsia-400\/100:focus{color:#e879f9}.focus\:text-fuchsia-500\/0:focus{color:#d946ef00}.focus\:text-fuchsia-500\/5:focus{color:#d946ef0d}.focus\:text-fuchsia-500\/10:focus{color:#d946ef1a}.focus\:text-fuchsia-500\/20:focus{color:#d946ef33}.focus\:text-fuchsia-500\/25:focus{color:#d946ef40}.focus\:text-fuchsia-500\/30:focus{color:#d946ef4d}.focus\:text-fuchsia-500\/40:focus{color:#d946ef66}.focus\:text-fuchsia-500\/50:focus{color:#d946ef80}.focus\:text-fuchsia-500\/60:focus{color:#d946ef99}.focus\:text-fuchsia-500\/70:focus{color:#d946efb3}.focus\:text-fuchsia-500\/75:focus{color:#d946efbf}.focus\:text-fuchsia-500\/80:focus{color:#d946efcc}.focus\:text-fuchsia-500\/90:focus{color:#d946efe6}.focus\:text-fuchsia-500\/95:focus{color:#d946eff2}.focus\:text-fuchsia-500\/100:focus{color:#d946ef}.focus\:text-fuchsia-600\/0:focus{color:#c026d300}.focus\:text-fuchsia-600\/5:focus{color:#c026d30d}.focus\:text-fuchsia-600\/10:focus{color:#c026d31a}.focus\:text-fuchsia-600\/20:focus{color:#c026d333}.focus\:text-fuchsia-600\/25:focus{color:#c026d340}.focus\:text-fuchsia-600\/30:focus{color:#c026d34d}.focus\:text-fuchsia-600\/40:focus{color:#c026d366}.focus\:text-fuchsia-600\/50:focus{color:#c026d380}.focus\:text-fuchsia-600\/60:focus{color:#c026d399}.focus\:text-fuchsia-600\/70:focus{color:#c026d3b3}.focus\:text-fuchsia-600\/75:focus{color:#c026d3bf}.focus\:text-fuchsia-600\/80:focus{color:#c026d3cc}.focus\:text-fuchsia-600\/90:focus{color:#c026d3e6}.focus\:text-fuchsia-600\/95:focus{color:#c026d3f2}.focus\:text-fuchsia-600\/100:focus{color:#c026d3}.focus\:text-fuchsia-700\/0:focus{color:#a21caf00}.focus\:text-fuchsia-700\/5:focus{color:#a21caf0d}.focus\:text-fuchsia-700\/10:focus{color:#a21caf1a}.focus\:text-fuchsia-700\/20:focus{color:#a21caf33}.focus\:text-fuchsia-700\/25:focus{color:#a21caf40}.focus\:text-fuchsia-700\/30:focus{color:#a21caf4d}.focus\:text-fuchsia-700\/40:focus{color:#a21caf66}.focus\:text-fuchsia-700\/50:focus{color:#a21caf80}.focus\:text-fuchsia-700\/60:focus{color:#a21caf99}.focus\:text-fuchsia-700\/70:focus{color:#a21cafb3}.focus\:text-fuchsia-700\/75:focus{color:#a21cafbf}.focus\:text-fuchsia-700\/80:focus{color:#a21cafcc}.focus\:text-fuchsia-700\/90:focus{color:#a21cafe6}.focus\:text-fuchsia-700\/95:focus{color:#a21caff2}.focus\:text-fuchsia-700\/100:focus{color:#a21caf}.focus\:text-fuchsia-800\/0:focus{color:#86198f00}.focus\:text-fuchsia-800\/5:focus{color:#86198f0d}.focus\:text-fuchsia-800\/10:focus{color:#86198f1a}.focus\:text-fuchsia-800\/20:focus{color:#86198f33}.focus\:text-fuchsia-800\/25:focus{color:#86198f40}.focus\:text-fuchsia-800\/30:focus{color:#86198f4d}.focus\:text-fuchsia-800\/40:focus{color:#86198f66}.focus\:text-fuchsia-800\/50:focus{color:#86198f80}.focus\:text-fuchsia-800\/60:focus{color:#86198f99}.focus\:text-fuchsia-800\/70:focus{color:#86198fb3}.focus\:text-fuchsia-800\/75:focus{color:#86198fbf}.focus\:text-fuchsia-800\/80:focus{color:#86198fcc}.focus\:text-fuchsia-800\/90:focus{color:#86198fe6}.focus\:text-fuchsia-800\/95:focus{color:#86198ff2}.focus\:text-fuchsia-800\/100:focus{color:#86198f}.focus\:text-fuchsia-900\/0:focus{color:#701a7500}.focus\:text-fuchsia-900\/5:focus{color:#701a750d}.focus\:text-fuchsia-900\/10:focus{color:#701a751a}.focus\:text-fuchsia-900\/20:focus{color:#701a7533}.focus\:text-fuchsia-900\/25:focus{color:#701a7540}.focus\:text-fuchsia-900\/30:focus{color:#701a754d}.focus\:text-fuchsia-900\/40:focus{color:#701a7566}.focus\:text-fuchsia-900\/50:focus{color:#701a7580}.focus\:text-fuchsia-900\/60:focus{color:#701a7599}.focus\:text-fuchsia-900\/70:focus{color:#701a75b3}.focus\:text-fuchsia-900\/75:focus{color:#701a75bf}.focus\:text-fuchsia-900\/80:focus{color:#701a75cc}.focus\:text-fuchsia-900\/90:focus{color:#701a75e6}.focus\:text-fuchsia-900\/95:focus{color:#701a75f2}.focus\:text-fuchsia-900\/100:focus{color:#701a75}.focus\:text-pink-50\/0:focus{color:#fdf2f800}.focus\:text-pink-50\/5:focus{color:#fdf2f80d}.focus\:text-pink-50\/10:focus{color:#fdf2f81a}.focus\:text-pink-50\/20:focus{color:#fdf2f833}.focus\:text-pink-50\/25:focus{color:#fdf2f840}.focus\:text-pink-50\/30:focus{color:#fdf2f84d}.focus\:text-pink-50\/40:focus{color:#fdf2f866}.focus\:text-pink-50\/50:focus{color:#fdf2f880}.focus\:text-pink-50\/60:focus{color:#fdf2f899}.focus\:text-pink-50\/70:focus{color:#fdf2f8b3}.focus\:text-pink-50\/75:focus{color:#fdf2f8bf}.focus\:text-pink-50\/80:focus{color:#fdf2f8cc}.focus\:text-pink-50\/90:focus{color:#fdf2f8e6}.focus\:text-pink-50\/95:focus{color:#fdf2f8f2}.focus\:text-pink-50\/100:focus{color:#fdf2f8}.focus\:text-pink-100\/0:focus{color:#fce7f300}.focus\:text-pink-100\/5:focus{color:#fce7f30d}.focus\:text-pink-100\/10:focus{color:#fce7f31a}.focus\:text-pink-100\/20:focus{color:#fce7f333}.focus\:text-pink-100\/25:focus{color:#fce7f340}.focus\:text-pink-100\/30:focus{color:#fce7f34d}.focus\:text-pink-100\/40:focus{color:#fce7f366}.focus\:text-pink-100\/50:focus{color:#fce7f380}.focus\:text-pink-100\/60:focus{color:#fce7f399}.focus\:text-pink-100\/70:focus{color:#fce7f3b3}.focus\:text-pink-100\/75:focus{color:#fce7f3bf}.focus\:text-pink-100\/80:focus{color:#fce7f3cc}.focus\:text-pink-100\/90:focus{color:#fce7f3e6}.focus\:text-pink-100\/95:focus{color:#fce7f3f2}.focus\:text-pink-100\/100:focus{color:#fce7f3}.focus\:text-pink-200\/0:focus{color:#fbcfe800}.focus\:text-pink-200\/5:focus{color:#fbcfe80d}.focus\:text-pink-200\/10:focus{color:#fbcfe81a}.focus\:text-pink-200\/20:focus{color:#fbcfe833}.focus\:text-pink-200\/25:focus{color:#fbcfe840}.focus\:text-pink-200\/30:focus{color:#fbcfe84d}.focus\:text-pink-200\/40:focus{color:#fbcfe866}.focus\:text-pink-200\/50:focus{color:#fbcfe880}.focus\:text-pink-200\/60:focus{color:#fbcfe899}.focus\:text-pink-200\/70:focus{color:#fbcfe8b3}.focus\:text-pink-200\/75:focus{color:#fbcfe8bf}.focus\:text-pink-200\/80:focus{color:#fbcfe8cc}.focus\:text-pink-200\/90:focus{color:#fbcfe8e6}.focus\:text-pink-200\/95:focus{color:#fbcfe8f2}.focus\:text-pink-200\/100:focus{color:#fbcfe8}.focus\:text-pink-300\/0:focus{color:#f9a8d400}.focus\:text-pink-300\/5:focus{color:#f9a8d40d}.focus\:text-pink-300\/10:focus{color:#f9a8d41a}.focus\:text-pink-300\/20:focus{color:#f9a8d433}.focus\:text-pink-300\/25:focus{color:#f9a8d440}.focus\:text-pink-300\/30:focus{color:#f9a8d44d}.focus\:text-pink-300\/40:focus{color:#f9a8d466}.focus\:text-pink-300\/50:focus{color:#f9a8d480}.focus\:text-pink-300\/60:focus{color:#f9a8d499}.focus\:text-pink-300\/70:focus{color:#f9a8d4b3}.focus\:text-pink-300\/75:focus{color:#f9a8d4bf}.focus\:text-pink-300\/80:focus{color:#f9a8d4cc}.focus\:text-pink-300\/90:focus{color:#f9a8d4e6}.focus\:text-pink-300\/95:focus{color:#f9a8d4f2}.focus\:text-pink-300\/100:focus{color:#f9a8d4}.focus\:text-pink-400\/0:focus{color:#f472b600}.focus\:text-pink-400\/5:focus{color:#f472b60d}.focus\:text-pink-400\/10:focus{color:#f472b61a}.focus\:text-pink-400\/20:focus{color:#f472b633}.focus\:text-pink-400\/25:focus{color:#f472b640}.focus\:text-pink-400\/30:focus{color:#f472b64d}.focus\:text-pink-400\/40:focus{color:#f472b666}.focus\:text-pink-400\/50:focus{color:#f472b680}.focus\:text-pink-400\/60:focus{color:#f472b699}.focus\:text-pink-400\/70:focus{color:#f472b6b3}.focus\:text-pink-400\/75:focus{color:#f472b6bf}.focus\:text-pink-400\/80:focus{color:#f472b6cc}.focus\:text-pink-400\/90:focus{color:#f472b6e6}.focus\:text-pink-400\/95:focus{color:#f472b6f2}.focus\:text-pink-400\/100:focus{color:#f472b6}.focus\:text-pink-500\/0:focus{color:#ec489900}.focus\:text-pink-500\/5:focus{color:#ec48990d}.focus\:text-pink-500\/10:focus{color:#ec48991a}.focus\:text-pink-500\/20:focus{color:#ec489933}.focus\:text-pink-500\/25:focus{color:#ec489940}.focus\:text-pink-500\/30:focus{color:#ec48994d}.focus\:text-pink-500\/40:focus{color:#ec489966}.focus\:text-pink-500\/50:focus{color:#ec489980}.focus\:text-pink-500\/60:focus{color:#ec489999}.focus\:text-pink-500\/70:focus{color:#ec4899b3}.focus\:text-pink-500\/75:focus{color:#ec4899bf}.focus\:text-pink-500\/80:focus{color:#ec4899cc}.focus\:text-pink-500\/90:focus{color:#ec4899e6}.focus\:text-pink-500\/95:focus{color:#ec4899f2}.focus\:text-pink-500\/100:focus{color:#ec4899}.focus\:text-pink-600\/0:focus{color:#db277700}.focus\:text-pink-600\/5:focus{color:#db27770d}.focus\:text-pink-600\/10:focus{color:#db27771a}.focus\:text-pink-600\/20:focus{color:#db277733}.focus\:text-pink-600\/25:focus{color:#db277740}.focus\:text-pink-600\/30:focus{color:#db27774d}.focus\:text-pink-600\/40:focus{color:#db277766}.focus\:text-pink-600\/50:focus{color:#db277780}.focus\:text-pink-600\/60:focus{color:#db277799}.focus\:text-pink-600\/70:focus{color:#db2777b3}.focus\:text-pink-600\/75:focus{color:#db2777bf}.focus\:text-pink-600\/80:focus{color:#db2777cc}.focus\:text-pink-600\/90:focus{color:#db2777e6}.focus\:text-pink-600\/95:focus{color:#db2777f2}.focus\:text-pink-600\/100:focus{color:#db2777}.focus\:text-pink-700\/0:focus{color:#be185d00}.focus\:text-pink-700\/5:focus{color:#be185d0d}.focus\:text-pink-700\/10:focus{color:#be185d1a}.focus\:text-pink-700\/20:focus{color:#be185d33}.focus\:text-pink-700\/25:focus{color:#be185d40}.focus\:text-pink-700\/30:focus{color:#be185d4d}.focus\:text-pink-700\/40:focus{color:#be185d66}.focus\:text-pink-700\/50:focus{color:#be185d80}.focus\:text-pink-700\/60:focus{color:#be185d99}.focus\:text-pink-700\/70:focus{color:#be185db3}.focus\:text-pink-700\/75:focus{color:#be185dbf}.focus\:text-pink-700\/80:focus{color:#be185dcc}.focus\:text-pink-700\/90:focus{color:#be185de6}.focus\:text-pink-700\/95:focus{color:#be185df2}.focus\:text-pink-700\/100:focus{color:#be185d}.focus\:text-pink-800\/0:focus{color:#9d174d00}.focus\:text-pink-800\/5:focus{color:#9d174d0d}.focus\:text-pink-800\/10:focus{color:#9d174d1a}.focus\:text-pink-800\/20:focus{color:#9d174d33}.focus\:text-pink-800\/25:focus{color:#9d174d40}.focus\:text-pink-800\/30:focus{color:#9d174d4d}.focus\:text-pink-800\/40:focus{color:#9d174d66}.focus\:text-pink-800\/50:focus{color:#9d174d80}.focus\:text-pink-800\/60:focus{color:#9d174d99}.focus\:text-pink-800\/70:focus{color:#9d174db3}.focus\:text-pink-800\/75:focus{color:#9d174dbf}.focus\:text-pink-800\/80:focus{color:#9d174dcc}.focus\:text-pink-800\/90:focus{color:#9d174de6}.focus\:text-pink-800\/95:focus{color:#9d174df2}.focus\:text-pink-800\/100:focus{color:#9d174d}.focus\:text-pink-900\/0:focus{color:#83184300}.focus\:text-pink-900\/5:focus{color:#8318430d}.focus\:text-pink-900\/10:focus{color:#8318431a}.focus\:text-pink-900\/20:focus{color:#83184333}.focus\:text-pink-900\/25:focus{color:#83184340}.focus\:text-pink-900\/30:focus{color:#8318434d}.focus\:text-pink-900\/40:focus{color:#83184366}.focus\:text-pink-900\/50:focus{color:#83184380}.focus\:text-pink-900\/60:focus{color:#83184399}.focus\:text-pink-900\/70:focus{color:#831843b3}.focus\:text-pink-900\/75:focus{color:#831843bf}.focus\:text-pink-900\/80:focus{color:#831843cc}.focus\:text-pink-900\/90:focus{color:#831843e6}.focus\:text-pink-900\/95:focus{color:#831843f2}.focus\:text-pink-900\/100:focus{color:#831843}.focus\:text-rose-50\/0:focus{color:#fff1f200}.focus\:text-rose-50\/5:focus{color:#fff1f20d}.focus\:text-rose-50\/10:focus{color:#fff1f21a}.focus\:text-rose-50\/20:focus{color:#fff1f233}.focus\:text-rose-50\/25:focus{color:#fff1f240}.focus\:text-rose-50\/30:focus{color:#fff1f24d}.focus\:text-rose-50\/40:focus{color:#fff1f266}.focus\:text-rose-50\/50:focus{color:#fff1f280}.focus\:text-rose-50\/60:focus{color:#fff1f299}.focus\:text-rose-50\/70:focus{color:#fff1f2b3}.focus\:text-rose-50\/75:focus{color:#fff1f2bf}.focus\:text-rose-50\/80:focus{color:#fff1f2cc}.focus\:text-rose-50\/90:focus{color:#fff1f2e6}.focus\:text-rose-50\/95:focus{color:#fff1f2f2}.focus\:text-rose-50\/100:focus{color:#fff1f2}.focus\:text-rose-100\/0:focus{color:#ffe4e600}.focus\:text-rose-100\/5:focus{color:#ffe4e60d}.focus\:text-rose-100\/10:focus{color:#ffe4e61a}.focus\:text-rose-100\/20:focus{color:#ffe4e633}.focus\:text-rose-100\/25:focus{color:#ffe4e640}.focus\:text-rose-100\/30:focus{color:#ffe4e64d}.focus\:text-rose-100\/40:focus{color:#ffe4e666}.focus\:text-rose-100\/50:focus{color:#ffe4e680}.focus\:text-rose-100\/60:focus{color:#ffe4e699}.focus\:text-rose-100\/70:focus{color:#ffe4e6b3}.focus\:text-rose-100\/75:focus{color:#ffe4e6bf}.focus\:text-rose-100\/80:focus{color:#ffe4e6cc}.focus\:text-rose-100\/90:focus{color:#ffe4e6e6}.focus\:text-rose-100\/95:focus{color:#ffe4e6f2}.focus\:text-rose-100\/100:focus{color:#ffe4e6}.focus\:text-rose-200\/0:focus{color:#fecdd300}.focus\:text-rose-200\/5:focus{color:#fecdd30d}.focus\:text-rose-200\/10:focus{color:#fecdd31a}.focus\:text-rose-200\/20:focus{color:#fecdd333}.focus\:text-rose-200\/25:focus{color:#fecdd340}.focus\:text-rose-200\/30:focus{color:#fecdd34d}.focus\:text-rose-200\/40:focus{color:#fecdd366}.focus\:text-rose-200\/50:focus{color:#fecdd380}.focus\:text-rose-200\/60:focus{color:#fecdd399}.focus\:text-rose-200\/70:focus{color:#fecdd3b3}.focus\:text-rose-200\/75:focus{color:#fecdd3bf}.focus\:text-rose-200\/80:focus{color:#fecdd3cc}.focus\:text-rose-200\/90:focus{color:#fecdd3e6}.focus\:text-rose-200\/95:focus{color:#fecdd3f2}.focus\:text-rose-200\/100:focus{color:#fecdd3}.focus\:text-rose-300\/0:focus{color:#fda4af00}.focus\:text-rose-300\/5:focus{color:#fda4af0d}.focus\:text-rose-300\/10:focus{color:#fda4af1a}.focus\:text-rose-300\/20:focus{color:#fda4af33}.focus\:text-rose-300\/25:focus{color:#fda4af40}.focus\:text-rose-300\/30:focus{color:#fda4af4d}.focus\:text-rose-300\/40:focus{color:#fda4af66}.focus\:text-rose-300\/50:focus{color:#fda4af80}.focus\:text-rose-300\/60:focus{color:#fda4af99}.focus\:text-rose-300\/70:focus{color:#fda4afb3}.focus\:text-rose-300\/75:focus{color:#fda4afbf}.focus\:text-rose-300\/80:focus{color:#fda4afcc}.focus\:text-rose-300\/90:focus{color:#fda4afe6}.focus\:text-rose-300\/95:focus{color:#fda4aff2}.focus\:text-rose-300\/100:focus{color:#fda4af}.focus\:text-rose-400\/0:focus{color:#fb718500}.focus\:text-rose-400\/5:focus{color:#fb71850d}.focus\:text-rose-400\/10:focus{color:#fb71851a}.focus\:text-rose-400\/20:focus{color:#fb718533}.focus\:text-rose-400\/25:focus{color:#fb718540}.focus\:text-rose-400\/30:focus{color:#fb71854d}.focus\:text-rose-400\/40:focus{color:#fb718566}.focus\:text-rose-400\/50:focus{color:#fb718580}.focus\:text-rose-400\/60:focus{color:#fb718599}.focus\:text-rose-400\/70:focus{color:#fb7185b3}.focus\:text-rose-400\/75:focus{color:#fb7185bf}.focus\:text-rose-400\/80:focus{color:#fb7185cc}.focus\:text-rose-400\/90:focus{color:#fb7185e6}.focus\:text-rose-400\/95:focus{color:#fb7185f2}.focus\:text-rose-400\/100:focus{color:#fb7185}.focus\:text-rose-500\/0:focus{color:#f43f5e00}.focus\:text-rose-500\/5:focus{color:#f43f5e0d}.focus\:text-rose-500\/10:focus{color:#f43f5e1a}.focus\:text-rose-500\/20:focus{color:#f43f5e33}.focus\:text-rose-500\/25:focus{color:#f43f5e40}.focus\:text-rose-500\/30:focus{color:#f43f5e4d}.focus\:text-rose-500\/40:focus{color:#f43f5e66}.focus\:text-rose-500\/50:focus{color:#f43f5e80}.focus\:text-rose-500\/60:focus{color:#f43f5e99}.focus\:text-rose-500\/70:focus{color:#f43f5eb3}.focus\:text-rose-500\/75:focus{color:#f43f5ebf}.focus\:text-rose-500\/80:focus{color:#f43f5ecc}.focus\:text-rose-500\/90:focus{color:#f43f5ee6}.focus\:text-rose-500\/95:focus{color:#f43f5ef2}.focus\:text-rose-500\/100:focus{color:#f43f5e}.focus\:text-rose-600\/0:focus{color:#e11d4800}.focus\:text-rose-600\/5:focus{color:#e11d480d}.focus\:text-rose-600\/10:focus{color:#e11d481a}.focus\:text-rose-600\/20:focus{color:#e11d4833}.focus\:text-rose-600\/25:focus{color:#e11d4840}.focus\:text-rose-600\/30:focus{color:#e11d484d}.focus\:text-rose-600\/40:focus{color:#e11d4866}.focus\:text-rose-600\/50:focus{color:#e11d4880}.focus\:text-rose-600\/60:focus{color:#e11d4899}.focus\:text-rose-600\/70:focus{color:#e11d48b3}.focus\:text-rose-600\/75:focus{color:#e11d48bf}.focus\:text-rose-600\/80:focus{color:#e11d48cc}.focus\:text-rose-600\/90:focus{color:#e11d48e6}.focus\:text-rose-600\/95:focus{color:#e11d48f2}.focus\:text-rose-600\/100:focus{color:#e11d48}.focus\:text-rose-700\/0:focus{color:#be123c00}.focus\:text-rose-700\/5:focus{color:#be123c0d}.focus\:text-rose-700\/10:focus{color:#be123c1a}.focus\:text-rose-700\/20:focus{color:#be123c33}.focus\:text-rose-700\/25:focus{color:#be123c40}.focus\:text-rose-700\/30:focus{color:#be123c4d}.focus\:text-rose-700\/40:focus{color:#be123c66}.focus\:text-rose-700\/50:focus{color:#be123c80}.focus\:text-rose-700\/60:focus{color:#be123c99}.focus\:text-rose-700\/70:focus{color:#be123cb3}.focus\:text-rose-700\/75:focus{color:#be123cbf}.focus\:text-rose-700\/80:focus{color:#be123ccc}.focus\:text-rose-700\/90:focus{color:#be123ce6}.focus\:text-rose-700\/95:focus{color:#be123cf2}.focus\:text-rose-700\/100:focus{color:#be123c}.focus\:text-rose-800\/0:focus{color:#9f123900}.focus\:text-rose-800\/5:focus{color:#9f12390d}.focus\:text-rose-800\/10:focus{color:#9f12391a}.focus\:text-rose-800\/20:focus{color:#9f123933}.focus\:text-rose-800\/25:focus{color:#9f123940}.focus\:text-rose-800\/30:focus{color:#9f12394d}.focus\:text-rose-800\/40:focus{color:#9f123966}.focus\:text-rose-800\/50:focus{color:#9f123980}.focus\:text-rose-800\/60:focus{color:#9f123999}.focus\:text-rose-800\/70:focus{color:#9f1239b3}.focus\:text-rose-800\/75:focus{color:#9f1239bf}.focus\:text-rose-800\/80:focus{color:#9f1239cc}.focus\:text-rose-800\/90:focus{color:#9f1239e6}.focus\:text-rose-800\/95:focus{color:#9f1239f2}.focus\:text-rose-800\/100:focus{color:#9f1239}.focus\:text-rose-900\/0:focus{color:#88133700}.focus\:text-rose-900\/5:focus{color:#8813370d}.focus\:text-rose-900\/10:focus{color:#8813371a}.focus\:text-rose-900\/20:focus{color:#88133733}.focus\:text-rose-900\/25:focus{color:#88133740}.focus\:text-rose-900\/30:focus{color:#8813374d}.focus\:text-rose-900\/40:focus{color:#88133766}.focus\:text-rose-900\/50:focus{color:#88133780}.focus\:text-rose-900\/60:focus{color:#88133799}.focus\:text-rose-900\/70:focus{color:#881337b3}.focus\:text-rose-900\/75:focus{color:#881337bf}.focus\:text-rose-900\/80:focus{color:#881337cc}.focus\:text-rose-900\/90:focus{color:#881337e6}.focus\:text-rose-900\/95:focus{color:#881337f2}.focus\:text-rose-900\/100:focus{color:#881337}.focus\:text-primary-100\/0:focus{color:#f2f3f400}.focus\:text-primary-100\/5:focus{color:#f2f3f40d}.focus\:text-primary-100\/10:focus{color:#f2f3f41a}.focus\:text-primary-100\/20:focus{color:#f2f3f433}.focus\:text-primary-100\/25:focus{color:#f2f3f440}.focus\:text-primary-100\/30:focus{color:#f2f3f44d}.focus\:text-primary-100\/40:focus{color:#f2f3f466}.focus\:text-primary-100\/50:focus{color:#f2f3f480}.focus\:text-primary-100\/60:focus{color:#f2f3f499}.focus\:text-primary-100\/70:focus{color:#f2f3f4b3}.focus\:text-primary-100\/75:focus{color:#f2f3f4bf}.focus\:text-primary-100\/80:focus{color:#f2f3f4cc}.focus\:text-primary-100\/90:focus{color:#f2f3f4e6}.focus\:text-primary-100\/95:focus{color:#f2f3f4f2}.focus\:text-primary-100\/100:focus{color:#f2f3f4}.focus\:text-primary-200\/0:focus{color:#e8e8f000}.focus\:text-primary-200\/5:focus{color:#e8e8f00d}.focus\:text-primary-200\/10:focus{color:#e8e8f01a}.focus\:text-primary-200\/20:focus{color:#e8e8f033}.focus\:text-primary-200\/25:focus{color:#e8e8f040}.focus\:text-primary-200\/30:focus{color:#e8e8f04d}.focus\:text-primary-200\/40:focus{color:#e8e8f066}.focus\:text-primary-200\/50:focus{color:#e8e8f080}.focus\:text-primary-200\/60:focus{color:#e8e8f099}.focus\:text-primary-200\/70:focus{color:#e8e8f0b3}.focus\:text-primary-200\/75:focus{color:#e8e8f0bf}.focus\:text-primary-200\/80:focus{color:#e8e8f0cc}.focus\:text-primary-200\/90:focus{color:#e8e8f0e6}.focus\:text-primary-200\/95:focus{color:#e8e8f0f2}.focus\:text-primary-200\/100:focus{color:#e8e8f0}.focus\:text-primary-300\/0:focus{color:#d0d0e100}.focus\:text-primary-300\/5:focus{color:#d0d0e10d}.focus\:text-primary-300\/10:focus{color:#d0d0e11a}.focus\:text-primary-300\/20:focus{color:#d0d0e133}.focus\:text-primary-300\/25:focus{color:#d0d0e140}.focus\:text-primary-300\/30:focus{color:#d0d0e14d}.focus\:text-primary-300\/40:focus{color:#d0d0e166}.focus\:text-primary-300\/50:focus{color:#d0d0e180}.focus\:text-primary-300\/60:focus{color:#d0d0e199}.focus\:text-primary-300\/70:focus{color:#d0d0e1b3}.focus\:text-primary-300\/75:focus{color:#d0d0e1bf}.focus\:text-primary-300\/80:focus{color:#d0d0e1cc}.focus\:text-primary-300\/90:focus{color:#d0d0e1e6}.focus\:text-primary-300\/95:focus{color:#d0d0e1f2}.focus\:text-primary-300\/100:focus{color:#d0d0e1}.focus\:text-primary-400\/0:focus{color:#b4b4d100}.focus\:text-primary-400\/5:focus{color:#b4b4d10d}.focus\:text-primary-400\/10:focus{color:#b4b4d11a}.focus\:text-primary-400\/20:focus{color:#b4b4d133}.focus\:text-primary-400\/25:focus{color:#b4b4d140}.focus\:text-primary-400\/30:focus{color:#b4b4d14d}.focus\:text-primary-400\/40:focus{color:#b4b4d166}.focus\:text-primary-400\/50:focus{color:#b4b4d180}.focus\:text-primary-400\/60:focus{color:#b4b4d199}.focus\:text-primary-400\/70:focus{color:#b4b4d1b3}.focus\:text-primary-400\/75:focus{color:#b4b4d1bf}.focus\:text-primary-400\/80:focus{color:#b4b4d1cc}.focus\:text-primary-400\/90:focus{color:#b4b4d1e6}.focus\:text-primary-400\/95:focus{color:#b4b4d1f2}.focus\:text-primary-400\/100:focus{color:#b4b4d1}.focus\:text-primary-500\/0:focus{color:#9393bf00}.focus\:text-primary-500\/5:focus{color:#9393bf0d}.focus\:text-primary-500\/10:focus{color:#9393bf1a}.focus\:text-primary-500\/20:focus{color:#9393bf33}.focus\:text-primary-500\/25:focus{color:#9393bf40}.focus\:text-primary-500\/30:focus{color:#9393bf4d}.focus\:text-primary-500\/40:focus{color:#9393bf66}.focus\:text-primary-500\/50:focus{color:#9393bf80}.focus\:text-primary-500\/60:focus{color:#9393bf99}.focus\:text-primary-500\/70:focus{color:#9393bfb3}.focus\:text-primary-500\/75:focus{color:#9393bfbf}.focus\:text-primary-500\/80:focus{color:#9393bfcc}.focus\:text-primary-500\/90:focus{color:#9393bfe6}.focus\:text-primary-500\/95:focus{color:#9393bff2}.focus\:text-primary-500\/100:focus{color:#9393bf}.focus\:text-primary-600\/0:focus{color:#6868ac00}.focus\:text-primary-600\/5:focus{color:#6868ac0d}.focus\:text-primary-600\/10:focus{color:#6868ac1a}.focus\:text-primary-600\/20:focus{color:#6868ac33}.focus\:text-primary-600\/25:focus{color:#6868ac40}.focus\:text-primary-600\/30:focus{color:#6868ac4d}.focus\:text-primary-600\/40:focus{color:#6868ac66}.focus\:text-primary-600\/50:focus{color:#6868ac80}.focus\:text-primary-600\/60:focus{color:#6868ac99}.focus\:text-primary-600\/70:focus{color:#6868acb3}.focus\:text-primary-600\/75:focus{color:#6868acbf}.focus\:text-primary-600\/80:focus{color:#6868accc}.focus\:text-primary-600\/90:focus{color:#6868ace6}.focus\:text-primary-600\/95:focus{color:#6868acf2}.focus\:text-primary-600\/100:focus{color:#6868ac}.focus\:text-primary-700\/0:focus{color:#5d5d9900}.focus\:text-primary-700\/5:focus{color:#5d5d990d}.focus\:text-primary-700\/10:focus{color:#5d5d991a}.focus\:text-primary-700\/20:focus{color:#5d5d9933}.focus\:text-primary-700\/25:focus{color:#5d5d9940}.focus\:text-primary-700\/30:focus{color:#5d5d994d}.focus\:text-primary-700\/40:focus{color:#5d5d9966}.focus\:text-primary-700\/50:focus{color:#5d5d9980}.focus\:text-primary-700\/60:focus{color:#5d5d9999}.focus\:text-primary-700\/70:focus{color:#5d5d99b3}.focus\:text-primary-700\/75:focus{color:#5d5d99bf}.focus\:text-primary-700\/80:focus{color:#5d5d99cc}.focus\:text-primary-700\/90:focus{color:#5d5d99e6}.focus\:text-primary-700\/95:focus{color:#5d5d99f2}.focus\:text-primary-700\/100:focus{color:#5d5d99}.focus\:text-primary-800\/0:focus{color:#50508500}.focus\:text-primary-800\/5:focus{color:#5050850d}.focus\:text-primary-800\/10:focus{color:#5050851a}.focus\:text-primary-800\/20:focus{color:#50508533}.focus\:text-primary-800\/25:focus{color:#50508540}.focus\:text-primary-800\/30:focus{color:#5050854d}.focus\:text-primary-800\/40:focus{color:#50508566}.focus\:text-primary-800\/50:focus{color:#50508580}.focus\:text-primary-800\/60:focus{color:#50508599}.focus\:text-primary-800\/70:focus{color:#505085b3}.focus\:text-primary-800\/75:focus{color:#505085bf}.focus\:text-primary-800\/80:focus{color:#505085cc}.focus\:text-primary-800\/90:focus{color:#505085e6}.focus\:text-primary-800\/95:focus{color:#505085f2}.focus\:text-primary-800\/100:focus{color:#505085}.focus\:text-primary-900\/0:focus{color:#41416c00}.focus\:text-primary-900\/5:focus{color:#41416c0d}.focus\:text-primary-900\/10:focus{color:#41416c1a}.focus\:text-primary-900\/20:focus{color:#41416c33}.focus\:text-primary-900\/25:focus{color:#41416c40}.focus\:text-primary-900\/30:focus{color:#41416c4d}.focus\:text-primary-900\/40:focus{color:#41416c66}.focus\:text-primary-900\/50:focus{color:#41416c80}.focus\:text-primary-900\/60:focus{color:#41416c99}.focus\:text-primary-900\/70:focus{color:#41416cb3}.focus\:text-primary-900\/75:focus{color:#41416cbf}.focus\:text-primary-900\/80:focus{color:#41416ccc}.focus\:text-primary-900\/90:focus{color:#41416ce6}.focus\:text-primary-900\/95:focus{color:#41416cf2}.focus\:text-primary-900\/100:focus{color:#41416c}.focus\:text-primary-1000\/0:focus{color:#2e2e4c00}.focus\:text-primary-1000\/5:focus{color:#2e2e4c0d}.focus\:text-primary-1000\/10:focus{color:#2e2e4c1a}.focus\:text-primary-1000\/20:focus{color:#2e2e4c33}.focus\:text-primary-1000\/25:focus{color:#2e2e4c40}.focus\:text-primary-1000\/30:focus{color:#2e2e4c4d}.focus\:text-primary-1000\/40:focus{color:#2e2e4c66}.focus\:text-primary-1000\/50:focus{color:#2e2e4c80}.focus\:text-primary-1000\/60:focus{color:#2e2e4c99}.focus\:text-primary-1000\/70:focus{color:#2e2e4cb3}.focus\:text-primary-1000\/75:focus{color:#2e2e4cbf}.focus\:text-primary-1000\/80:focus{color:#2e2e4ccc}.focus\:text-primary-1000\/90:focus{color:#2e2e4ce6}.focus\:text-primary-1000\/95:focus{color:#2e2e4cf2}.focus\:text-primary-1000\/100:focus{color:#2e2e4c}.focus\:text-primary-highlight-100\/0:focus{color:#f7f5fe00}.focus\:text-primary-highlight-100\/5:focus{color:#f7f5fe0d}.focus\:text-primary-highlight-100\/10:focus{color:#f7f5fe1a}.focus\:text-primary-highlight-100\/20:focus{color:#f7f5fe33}.focus\:text-primary-highlight-100\/25:focus{color:#f7f5fe40}.focus\:text-primary-highlight-100\/30:focus{color:#f7f5fe4d}.focus\:text-primary-highlight-100\/40:focus{color:#f7f5fe66}.focus\:text-primary-highlight-100\/50:focus{color:#f7f5fe80}.focus\:text-primary-highlight-100\/60:focus{color:#f7f5fe99}.focus\:text-primary-highlight-100\/70:focus{color:#f7f5feb3}.focus\:text-primary-highlight-100\/75:focus{color:#f7f5febf}.focus\:text-primary-highlight-100\/80:focus{color:#f7f5fecc}.focus\:text-primary-highlight-100\/90:focus{color:#f7f5fee6}.focus\:text-primary-highlight-100\/95:focus{color:#f7f5fef2}.focus\:text-primary-highlight-100\/100:focus{color:#f7f5fe}.focus\:text-primary-highlight-200\/0:focus{color:#efecfe00}.focus\:text-primary-highlight-200\/5:focus{color:#efecfe0d}.focus\:text-primary-highlight-200\/10:focus{color:#efecfe1a}.focus\:text-primary-highlight-200\/20:focus{color:#efecfe33}.focus\:text-primary-highlight-200\/25:focus{color:#efecfe40}.focus\:text-primary-highlight-200\/30:focus{color:#efecfe4d}.focus\:text-primary-highlight-200\/40:focus{color:#efecfe66}.focus\:text-primary-highlight-200\/50:focus{color:#efecfe80}.focus\:text-primary-highlight-200\/60:focus{color:#efecfe99}.focus\:text-primary-highlight-200\/70:focus{color:#efecfeb3}.focus\:text-primary-highlight-200\/75:focus{color:#efecfebf}.focus\:text-primary-highlight-200\/80:focus{color:#efecfecc}.focus\:text-primary-highlight-200\/90:focus{color:#efecfee6}.focus\:text-primary-highlight-200\/95:focus{color:#efecfef2}.focus\:text-primary-highlight-200\/100:focus{color:#efecfe}.focus\:text-primary-highlight-300\/0:focus{color:#dfd8fd00}.focus\:text-primary-highlight-300\/5:focus{color:#dfd8fd0d}.focus\:text-primary-highlight-300\/10:focus{color:#dfd8fd1a}.focus\:text-primary-highlight-300\/20:focus{color:#dfd8fd33}.focus\:text-primary-highlight-300\/25:focus{color:#dfd8fd40}.focus\:text-primary-highlight-300\/30:focus{color:#dfd8fd4d}.focus\:text-primary-highlight-300\/40:focus{color:#dfd8fd66}.focus\:text-primary-highlight-300\/50:focus{color:#dfd8fd80}.focus\:text-primary-highlight-300\/60:focus{color:#dfd8fd99}.focus\:text-primary-highlight-300\/70:focus{color:#dfd8fdb3}.focus\:text-primary-highlight-300\/75:focus{color:#dfd8fdbf}.focus\:text-primary-highlight-300\/80:focus{color:#dfd8fdcc}.focus\:text-primary-highlight-300\/90:focus{color:#dfd8fde6}.focus\:text-primary-highlight-300\/95:focus{color:#dfd8fdf2}.focus\:text-primary-highlight-300\/100:focus{color:#dfd8fd}.focus\:text-primary-highlight-400\/0:focus{color:#cec1fc00}.focus\:text-primary-highlight-400\/5:focus{color:#cec1fc0d}.focus\:text-primary-highlight-400\/10:focus{color:#cec1fc1a}.focus\:text-primary-highlight-400\/20:focus{color:#cec1fc33}.focus\:text-primary-highlight-400\/25:focus{color:#cec1fc40}.focus\:text-primary-highlight-400\/30:focus{color:#cec1fc4d}.focus\:text-primary-highlight-400\/40:focus{color:#cec1fc66}.focus\:text-primary-highlight-400\/50:focus{color:#cec1fc80}.focus\:text-primary-highlight-400\/60:focus{color:#cec1fc99}.focus\:text-primary-highlight-400\/70:focus{color:#cec1fcb3}.focus\:text-primary-highlight-400\/75:focus{color:#cec1fcbf}.focus\:text-primary-highlight-400\/80:focus{color:#cec1fccc}.focus\:text-primary-highlight-400\/90:focus{color:#cec1fce6}.focus\:text-primary-highlight-400\/95:focus{color:#cec1fcf2}.focus\:text-primary-highlight-400\/100:focus{color:#cec1fc}.focus\:text-primary-highlight-500\/0:focus{color:#bba8fb00}.focus\:text-primary-highlight-500\/5:focus{color:#bba8fb0d}.focus\:text-primary-highlight-500\/10:focus{color:#bba8fb1a}.focus\:text-primary-highlight-500\/20:focus{color:#bba8fb33}.focus\:text-primary-highlight-500\/25:focus{color:#bba8fb40}.focus\:text-primary-highlight-500\/30:focus{color:#bba8fb4d}.focus\:text-primary-highlight-500\/40:focus{color:#bba8fb66}.focus\:text-primary-highlight-500\/50:focus{color:#bba8fb80}.focus\:text-primary-highlight-500\/60:focus{color:#bba8fb99}.focus\:text-primary-highlight-500\/70:focus{color:#bba8fbb3}.focus\:text-primary-highlight-500\/75:focus{color:#bba8fbbf}.focus\:text-primary-highlight-500\/80:focus{color:#bba8fbcc}.focus\:text-primary-highlight-500\/90:focus{color:#bba8fbe6}.focus\:text-primary-highlight-500\/95:focus{color:#bba8fbf2}.focus\:text-primary-highlight-500\/100:focus{color:#bba8fb}.focus\:text-primary-highlight-600\/0:focus{color:#a78bfa00}.focus\:text-primary-highlight-600\/5:focus{color:#a78bfa0d}.focus\:text-primary-highlight-600\/10:focus{color:#a78bfa1a}.focus\:text-primary-highlight-600\/20:focus{color:#a78bfa33}.focus\:text-primary-highlight-600\/25:focus{color:#a78bfa40}.focus\:text-primary-highlight-600\/30:focus{color:#a78bfa4d}.focus\:text-primary-highlight-600\/40:focus{color:#a78bfa66}.focus\:text-primary-highlight-600\/50:focus{color:#a78bfa80}.focus\:text-primary-highlight-600\/60:focus{color:#a78bfa99}.focus\:text-primary-highlight-600\/70:focus{color:#a78bfab3}.focus\:text-primary-highlight-600\/75:focus{color:#a78bfabf}.focus\:text-primary-highlight-600\/80:focus{color:#a78bfacc}.focus\:text-primary-highlight-600\/90:focus{color:#a78bfae6}.focus\:text-primary-highlight-600\/95:focus{color:#a78bfaf2}.focus\:text-primary-highlight-600\/100:focus{color:#a78bfa}.focus\:text-primary-highlight-700\/0:focus{color:#957cdf00}.focus\:text-primary-highlight-700\/5:focus{color:#957cdf0d}.focus\:text-primary-highlight-700\/10:focus{color:#957cdf1a}.focus\:text-primary-highlight-700\/20:focus{color:#957cdf33}.focus\:text-primary-highlight-700\/25:focus{color:#957cdf40}.focus\:text-primary-highlight-700\/30:focus{color:#957cdf4d}.focus\:text-primary-highlight-700\/40:focus{color:#957cdf66}.focus\:text-primary-highlight-700\/50:focus{color:#957cdf80}.focus\:text-primary-highlight-700\/60:focus{color:#957cdf99}.focus\:text-primary-highlight-700\/70:focus{color:#957cdfb3}.focus\:text-primary-highlight-700\/75:focus{color:#957cdfbf}.focus\:text-primary-highlight-700\/80:focus{color:#957cdfcc}.focus\:text-primary-highlight-700\/90:focus{color:#957cdfe6}.focus\:text-primary-highlight-700\/95:focus{color:#957cdff2}.focus\:text-primary-highlight-700\/100:focus{color:#957cdf}.focus\:text-primary-highlight-800\/0:focus{color:#816bc100}.focus\:text-primary-highlight-800\/5:focus{color:#816bc10d}.focus\:text-primary-highlight-800\/10:focus{color:#816bc11a}.focus\:text-primary-highlight-800\/20:focus{color:#816bc133}.focus\:text-primary-highlight-800\/25:focus{color:#816bc140}.focus\:text-primary-highlight-800\/30:focus{color:#816bc14d}.focus\:text-primary-highlight-800\/40:focus{color:#816bc166}.focus\:text-primary-highlight-800\/50:focus{color:#816bc180}.focus\:text-primary-highlight-800\/60:focus{color:#816bc199}.focus\:text-primary-highlight-800\/70:focus{color:#816bc1b3}.focus\:text-primary-highlight-800\/75:focus{color:#816bc1bf}.focus\:text-primary-highlight-800\/80:focus{color:#816bc1cc}.focus\:text-primary-highlight-800\/90:focus{color:#816bc1e6}.focus\:text-primary-highlight-800\/95:focus{color:#816bc1f2}.focus\:text-primary-highlight-800\/100:focus{color:#816bc1}.focus\:text-primary-highlight-900\/0:focus{color:#69579e00}.focus\:text-primary-highlight-900\/5:focus{color:#69579e0d}.focus\:text-primary-highlight-900\/10:focus{color:#69579e1a}.focus\:text-primary-highlight-900\/20:focus{color:#69579e33}.focus\:text-primary-highlight-900\/25:focus{color:#69579e40}.focus\:text-primary-highlight-900\/30:focus{color:#69579e4d}.focus\:text-primary-highlight-900\/40:focus{color:#69579e66}.focus\:text-primary-highlight-900\/50:focus{color:#69579e80}.focus\:text-primary-highlight-900\/60:focus{color:#69579e99}.focus\:text-primary-highlight-900\/70:focus{color:#69579eb3}.focus\:text-primary-highlight-900\/75:focus{color:#69579ebf}.focus\:text-primary-highlight-900\/80:focus{color:#69579ecc}.focus\:text-primary-highlight-900\/90:focus{color:#69579ee6}.focus\:text-primary-highlight-900\/95:focus{color:#69579ef2}.focus\:text-primary-highlight-900\/100:focus{color:#69579e}.focus\:text-primary-highlight-1000\/0:focus{color:#4a3e6f00}.focus\:text-primary-highlight-1000\/5:focus{color:#4a3e6f0d}.focus\:text-primary-highlight-1000\/10:focus{color:#4a3e6f1a}.focus\:text-primary-highlight-1000\/20:focus{color:#4a3e6f33}.focus\:text-primary-highlight-1000\/25:focus{color:#4a3e6f40}.focus\:text-primary-highlight-1000\/30:focus{color:#4a3e6f4d}.focus\:text-primary-highlight-1000\/40:focus{color:#4a3e6f66}.focus\:text-primary-highlight-1000\/50:focus{color:#4a3e6f80}.focus\:text-primary-highlight-1000\/60:focus{color:#4a3e6f99}.focus\:text-primary-highlight-1000\/70:focus{color:#4a3e6fb3}.focus\:text-primary-highlight-1000\/75:focus{color:#4a3e6fbf}.focus\:text-primary-highlight-1000\/80:focus{color:#4a3e6fcc}.focus\:text-primary-highlight-1000\/90:focus{color:#4a3e6fe6}.focus\:text-primary-highlight-1000\/95:focus{color:#4a3e6ff2}.focus\:text-primary-highlight-1000\/100:focus{color:#4a3e6f}.focus\:text-secondary-100\/0:focus{color:#fef7f200}.focus\:text-secondary-100\/5:focus{color:#fef7f20d}.focus\:text-secondary-100\/10:focus{color:#fef7f21a}.focus\:text-secondary-100\/20:focus{color:#fef7f233}.focus\:text-secondary-100\/25:focus{color:#fef7f240}.focus\:text-secondary-100\/30:focus{color:#fef7f24d}.focus\:text-secondary-100\/40:focus{color:#fef7f266}.focus\:text-secondary-100\/50:focus{color:#fef7f280}.focus\:text-secondary-100\/60:focus{color:#fef7f299}.focus\:text-secondary-100\/70:focus{color:#fef7f2b3}.focus\:text-secondary-100\/75:focus{color:#fef7f2bf}.focus\:text-secondary-100\/80:focus{color:#fef7f2cc}.focus\:text-secondary-100\/90:focus{color:#fef7f2e6}.focus\:text-secondary-100\/95:focus{color:#fef7f2f2}.focus\:text-secondary-100\/100:focus{color:#fef7f2}.focus\:text-secondary-200\/0:focus{color:#fef0e400}.focus\:text-secondary-200\/5:focus{color:#fef0e40d}.focus\:text-secondary-200\/10:focus{color:#fef0e41a}.focus\:text-secondary-200\/20:focus{color:#fef0e433}.focus\:text-secondary-200\/25:focus{color:#fef0e440}.focus\:text-secondary-200\/30:focus{color:#fef0e44d}.focus\:text-secondary-200\/40:focus{color:#fef0e466}.focus\:text-secondary-200\/50:focus{color:#fef0e480}.focus\:text-secondary-200\/60:focus{color:#fef0e499}.focus\:text-secondary-200\/70:focus{color:#fef0e4b3}.focus\:text-secondary-200\/75:focus{color:#fef0e4bf}.focus\:text-secondary-200\/80:focus{color:#fef0e4cc}.focus\:text-secondary-200\/90:focus{color:#fef0e4e6}.focus\:text-secondary-200\/95:focus{color:#fef0e4f2}.focus\:text-secondary-200\/100:focus{color:#fef0e4}.focus\:text-secondary-300\/0:focus{color:#fde1c600}.focus\:text-secondary-300\/5:focus{color:#fde1c60d}.focus\:text-secondary-300\/10:focus{color:#fde1c61a}.focus\:text-secondary-300\/20:focus{color:#fde1c633}.focus\:text-secondary-300\/25:focus{color:#fde1c640}.focus\:text-secondary-300\/30:focus{color:#fde1c64d}.focus\:text-secondary-300\/40:focus{color:#fde1c666}.focus\:text-secondary-300\/50:focus{color:#fde1c680}.focus\:text-secondary-300\/60:focus{color:#fde1c699}.focus\:text-secondary-300\/70:focus{color:#fde1c6b3}.focus\:text-secondary-300\/75:focus{color:#fde1c6bf}.focus\:text-secondary-300\/80:focus{color:#fde1c6cc}.focus\:text-secondary-300\/90:focus{color:#fde1c6e6}.focus\:text-secondary-300\/95:focus{color:#fde1c6f2}.focus\:text-secondary-300\/100:focus{color:#fde1c6}.focus\:text-secondary-400\/0:focus{color:#fcd1a200}.focus\:text-secondary-400\/5:focus{color:#fcd1a20d}.focus\:text-secondary-400\/10:focus{color:#fcd1a21a}.focus\:text-secondary-400\/20:focus{color:#fcd1a233}.focus\:text-secondary-400\/25:focus{color:#fcd1a240}.focus\:text-secondary-400\/30:focus{color:#fcd1a24d}.focus\:text-secondary-400\/40:focus{color:#fcd1a266}.focus\:text-secondary-400\/50:focus{color:#fcd1a280}.focus\:text-secondary-400\/60:focus{color:#fcd1a299}.focus\:text-secondary-400\/70:focus{color:#fcd1a2b3}.focus\:text-secondary-400\/75:focus{color:#fcd1a2bf}.focus\:text-secondary-400\/80:focus{color:#fcd1a2cc}.focus\:text-secondary-400\/90:focus{color:#fcd1a2e6}.focus\:text-secondary-400\/95:focus{color:#fcd1a2f2}.focus\:text-secondary-400\/100:focus{color:#fcd1a2}.focus\:text-secondary-500\/0:focus{color:#fbbf7500}.focus\:text-secondary-500\/5:focus{color:#fbbf750d}.focus\:text-secondary-500\/10:focus{color:#fbbf751a}.focus\:text-secondary-500\/20:focus{color:#fbbf7533}.focus\:text-secondary-500\/25:focus{color:#fbbf7540}.focus\:text-secondary-500\/30:focus{color:#fbbf754d}.focus\:text-secondary-500\/40:focus{color:#fbbf7566}.focus\:text-secondary-500\/50:focus{color:#fbbf7580}.focus\:text-secondary-500\/60:focus{color:#fbbf7599}.focus\:text-secondary-500\/70:focus{color:#fbbf75b3}.focus\:text-secondary-500\/75:focus{color:#fbbf75bf}.focus\:text-secondary-500\/80:focus{color:#fbbf75cc}.focus\:text-secondary-500\/90:focus{color:#fbbf75e6}.focus\:text-secondary-500\/95:focus{color:#fbbf75f2}.focus\:text-secondary-500\/100:focus{color:#fbbf75}.focus\:text-secondary-600\/0:focus{color:#faac1e00}.focus\:text-secondary-600\/5:focus{color:#faac1e0d}.focus\:text-secondary-600\/10:focus{color:#faac1e1a}.focus\:text-secondary-600\/20:focus{color:#faac1e33}.focus\:text-secondary-600\/25:focus{color:#faac1e40}.focus\:text-secondary-600\/30:focus{color:#faac1e4d}.focus\:text-secondary-600\/40:focus{color:#faac1e66}.focus\:text-secondary-600\/50:focus{color:#faac1e80}.focus\:text-secondary-600\/60:focus{color:#faac1e99}.focus\:text-secondary-600\/70:focus{color:#faac1eb3}.focus\:text-secondary-600\/75:focus{color:#faac1ebf}.focus\:text-secondary-600\/80:focus{color:#faac1ecc}.focus\:text-secondary-600\/90:focus{color:#faac1ee6}.focus\:text-secondary-600\/95:focus{color:#faac1ef2}.focus\:text-secondary-600\/100:focus{color:#faac1e}.focus\:text-secondary-700\/0:focus{color:#df991a00}.focus\:text-secondary-700\/5:focus{color:#df991a0d}.focus\:text-secondary-700\/10:focus{color:#df991a1a}.focus\:text-secondary-700\/20:focus{color:#df991a33}.focus\:text-secondary-700\/25:focus{color:#df991a40}.focus\:text-secondary-700\/30:focus{color:#df991a4d}.focus\:text-secondary-700\/40:focus{color:#df991a66}.focus\:text-secondary-700\/50:focus{color:#df991a80}.focus\:text-secondary-700\/60:focus{color:#df991a99}.focus\:text-secondary-700\/70:focus{color:#df991ab3}.focus\:text-secondary-700\/75:focus{color:#df991abf}.focus\:text-secondary-700\/80:focus{color:#df991acc}.focus\:text-secondary-700\/90:focus{color:#df991ae6}.focus\:text-secondary-700\/95:focus{color:#df991af2}.focus\:text-secondary-700\/100:focus{color:#df991a}.focus\:text-secondary-800\/0:focus{color:#c1851700}.focus\:text-secondary-800\/5:focus{color:#c185170d}.focus\:text-secondary-800\/10:focus{color:#c185171a}.focus\:text-secondary-800\/20:focus{color:#c1851733}.focus\:text-secondary-800\/25:focus{color:#c1851740}.focus\:text-secondary-800\/30:focus{color:#c185174d}.focus\:text-secondary-800\/40:focus{color:#c1851766}.focus\:text-secondary-800\/50:focus{color:#c1851780}.focus\:text-secondary-800\/60:focus{color:#c1851799}.focus\:text-secondary-800\/70:focus{color:#c18517b3}.focus\:text-secondary-800\/75:focus{color:#c18517bf}.focus\:text-secondary-800\/80:focus{color:#c18517cc}.focus\:text-secondary-800\/90:focus{color:#c18517e6}.focus\:text-secondary-800\/95:focus{color:#c18517f2}.focus\:text-secondary-800\/100:focus{color:#c18517}.focus\:text-secondary-900\/0:focus{color:#9e6c1200}.focus\:text-secondary-900\/5:focus{color:#9e6c120d}.focus\:text-secondary-900\/10:focus{color:#9e6c121a}.focus\:text-secondary-900\/20:focus{color:#9e6c1233}.focus\:text-secondary-900\/25:focus{color:#9e6c1240}.focus\:text-secondary-900\/30:focus{color:#9e6c124d}.focus\:text-secondary-900\/40:focus{color:#9e6c1266}.focus\:text-secondary-900\/50:focus{color:#9e6c1280}.focus\:text-secondary-900\/60:focus{color:#9e6c1299}.focus\:text-secondary-900\/70:focus{color:#9e6c12b3}.focus\:text-secondary-900\/75:focus{color:#9e6c12bf}.focus\:text-secondary-900\/80:focus{color:#9e6c12cc}.focus\:text-secondary-900\/90:focus{color:#9e6c12e6}.focus\:text-secondary-900\/95:focus{color:#9e6c12f2}.focus\:text-secondary-900\/100:focus{color:#9e6c12}.focus\:text-secondary-1000\/0:focus{color:#6f4c0d00}.focus\:text-secondary-1000\/5:focus{color:#6f4c0d0d}.focus\:text-secondary-1000\/10:focus{color:#6f4c0d1a}.focus\:text-secondary-1000\/20:focus{color:#6f4c0d33}.focus\:text-secondary-1000\/25:focus{color:#6f4c0d40}.focus\:text-secondary-1000\/30:focus{color:#6f4c0d4d}.focus\:text-secondary-1000\/40:focus{color:#6f4c0d66}.focus\:text-secondary-1000\/50:focus{color:#6f4c0d80}.focus\:text-secondary-1000\/60:focus{color:#6f4c0d99}.focus\:text-secondary-1000\/70:focus{color:#6f4c0db3}.focus\:text-secondary-1000\/75:focus{color:#6f4c0dbf}.focus\:text-secondary-1000\/80:focus{color:#6f4c0dcc}.focus\:text-secondary-1000\/90:focus{color:#6f4c0de6}.focus\:text-secondary-1000\/95:focus{color:#6f4c0df2}.focus\:text-secondary-1000\/100:focus{color:#6f4c0d}.focus\:text-grey-100\/0:focus{color:#f2f3f400}.focus\:text-grey-100\/5:focus{color:#f2f3f40d}.focus\:text-grey-100\/10:focus{color:#f2f3f41a}.focus\:text-grey-100\/20:focus{color:#f2f3f433}.focus\:text-grey-100\/25:focus{color:#f2f3f440}.focus\:text-grey-100\/30:focus{color:#f2f3f44d}.focus\:text-grey-100\/40:focus{color:#f2f3f466}.focus\:text-grey-100\/50:focus{color:#f2f3f480}.focus\:text-grey-100\/60:focus{color:#f2f3f499}.focus\:text-grey-100\/70:focus{color:#f2f3f4b3}.focus\:text-grey-100\/75:focus{color:#f2f3f4bf}.focus\:text-grey-100\/80:focus{color:#f2f3f4cc}.focus\:text-grey-100\/90:focus{color:#f2f3f4e6}.focus\:text-grey-100\/95:focus{color:#f2f3f4f2}.focus\:text-grey-100\/100:focus{color:#f2f3f4}.focus\:text-grey-200\/0:focus{color:#e6e7e800}.focus\:text-grey-200\/5:focus{color:#e6e7e80d}.focus\:text-grey-200\/10:focus{color:#e6e7e81a}.focus\:text-grey-200\/20:focus{color:#e6e7e833}.focus\:text-grey-200\/25:focus{color:#e6e7e840}.focus\:text-grey-200\/30:focus{color:#e6e7e84d}.focus\:text-grey-200\/40:focus{color:#e6e7e866}.focus\:text-grey-200\/50:focus{color:#e6e7e880}.focus\:text-grey-200\/60:focus{color:#e6e7e899}.focus\:text-grey-200\/70:focus{color:#e6e7e8b3}.focus\:text-grey-200\/75:focus{color:#e6e7e8bf}.focus\:text-grey-200\/80:focus{color:#e6e7e8cc}.focus\:text-grey-200\/90:focus{color:#e6e7e8e6}.focus\:text-grey-200\/95:focus{color:#e6e7e8f2}.focus\:text-grey-200\/100:focus{color:#e6e7e8}.focus\:text-grey-300\/0:focus{color:#caccd000}.focus\:text-grey-300\/5:focus{color:#caccd00d}.focus\:text-grey-300\/10:focus{color:#caccd01a}.focus\:text-grey-300\/20:focus{color:#caccd033}.focus\:text-grey-300\/25:focus{color:#caccd040}.focus\:text-grey-300\/30:focus{color:#caccd04d}.focus\:text-grey-300\/40:focus{color:#caccd066}.focus\:text-grey-300\/50:focus{color:#caccd080}.focus\:text-grey-300\/60:focus{color:#caccd099}.focus\:text-grey-300\/70:focus{color:#caccd0b3}.focus\:text-grey-300\/75:focus{color:#caccd0bf}.focus\:text-grey-300\/80:focus{color:#caccd0cc}.focus\:text-grey-300\/90:focus{color:#caccd0e6}.focus\:text-grey-300\/95:focus{color:#caccd0f2}.focus\:text-grey-300\/100:focus{color:#caccd0}.focus\:text-grey-400\/0:focus{color:#aaaeb400}.focus\:text-grey-400\/5:focus{color:#aaaeb40d}.focus\:text-grey-400\/10:focus{color:#aaaeb41a}.focus\:text-grey-400\/20:focus{color:#aaaeb433}.focus\:text-grey-400\/25:focus{color:#aaaeb440}.focus\:text-grey-400\/30:focus{color:#aaaeb44d}.focus\:text-grey-400\/40:focus{color:#aaaeb466}.focus\:text-grey-400\/50:focus{color:#aaaeb480}.focus\:text-grey-400\/60:focus{color:#aaaeb499}.focus\:text-grey-400\/70:focus{color:#aaaeb4b3}.focus\:text-grey-400\/75:focus{color:#aaaeb4bf}.focus\:text-grey-400\/80:focus{color:#aaaeb4cc}.focus\:text-grey-400\/90:focus{color:#aaaeb4e6}.focus\:text-grey-400\/95:focus{color:#aaaeb4f2}.focus\:text-grey-400\/100:focus{color:#aaaeb4}.focus\:text-grey-500\/0:focus{color:#82899300}.focus\:text-grey-500\/5:focus{color:#8289930d}.focus\:text-grey-500\/10:focus{color:#8289931a}.focus\:text-grey-500\/20:focus{color:#82899333}.focus\:text-grey-500\/25:focus{color:#82899340}.focus\:text-grey-500\/30:focus{color:#8289934d}.focus\:text-grey-500\/40:focus{color:#82899366}.focus\:text-grey-500\/50:focus{color:#82899380}.focus\:text-grey-500\/60:focus{color:#82899399}.focus\:text-grey-500\/70:focus{color:#828993b3}.focus\:text-grey-500\/75:focus{color:#828993bf}.focus\:text-grey-500\/80:focus{color:#828993cc}.focus\:text-grey-500\/90:focus{color:#828993e6}.focus\:text-grey-500\/95:focus{color:#828993f2}.focus\:text-grey-500\/100:focus{color:#828993}.focus\:text-grey-600\/0:focus{color:#47556900}.focus\:text-grey-600\/5:focus{color:#4755690d}.focus\:text-grey-600\/10:focus{color:#4755691a}.focus\:text-grey-600\/20:focus{color:#47556933}.focus\:text-grey-600\/25:focus{color:#47556940}.focus\:text-grey-600\/30:focus{color:#4755694d}.focus\:text-grey-600\/40:focus{color:#47556966}.focus\:text-grey-600\/50:focus{color:#47556980}.focus\:text-grey-600\/60:focus{color:#47556999}.focus\:text-grey-600\/70:focus{color:#475569b3}.focus\:text-grey-600\/75:focus{color:#475569bf}.focus\:text-grey-600\/80:focus{color:#475569cc}.focus\:text-grey-600\/90:focus{color:#475569e6}.focus\:text-grey-600\/95:focus{color:#475569f2}.focus\:text-grey-600\/100:focus{color:#475569}.focus\:text-grey-700\/0:focus{color:#3f4c5d00}.focus\:text-grey-700\/5:focus{color:#3f4c5d0d}.focus\:text-grey-700\/10:focus{color:#3f4c5d1a}.focus\:text-grey-700\/20:focus{color:#3f4c5d33}.focus\:text-grey-700\/25:focus{color:#3f4c5d40}.focus\:text-grey-700\/30:focus{color:#3f4c5d4d}.focus\:text-grey-700\/40:focus{color:#3f4c5d66}.focus\:text-grey-700\/50:focus{color:#3f4c5d80}.focus\:text-grey-700\/60:focus{color:#3f4c5d99}.focus\:text-grey-700\/70:focus{color:#3f4c5db3}.focus\:text-grey-700\/75:focus{color:#3f4c5dbf}.focus\:text-grey-700\/80:focus{color:#3f4c5dcc}.focus\:text-grey-700\/90:focus{color:#3f4c5de6}.focus\:text-grey-700\/95:focus{color:#3f4c5df2}.focus\:text-grey-700\/100:focus{color:#3f4c5d}.focus\:text-grey-800\/0:focus{color:#36415100}.focus\:text-grey-800\/5:focus{color:#3641510d}.focus\:text-grey-800\/10:focus{color:#3641511a}.focus\:text-grey-800\/20:focus{color:#36415133}.focus\:text-grey-800\/25:focus{color:#36415140}.focus\:text-grey-800\/30:focus{color:#3641514d}.focus\:text-grey-800\/40:focus{color:#36415166}.focus\:text-grey-800\/50:focus{color:#36415180}.focus\:text-grey-800\/60:focus{color:#36415199}.focus\:text-grey-800\/70:focus{color:#364151b3}.focus\:text-grey-800\/75:focus{color:#364151bf}.focus\:text-grey-800\/80:focus{color:#364151cc}.focus\:text-grey-800\/90:focus{color:#364151e6}.focus\:text-grey-800\/95:focus{color:#364151f2}.focus\:text-grey-800\/100:focus{color:#364151}.focus\:text-grey-900\/0:focus{color:#2c354200}.focus\:text-grey-900\/5:focus{color:#2c35420d}.focus\:text-grey-900\/10:focus{color:#2c35421a}.focus\:text-grey-900\/20:focus{color:#2c354233}.focus\:text-grey-900\/25:focus{color:#2c354240}.focus\:text-grey-900\/30:focus{color:#2c35424d}.focus\:text-grey-900\/40:focus{color:#2c354266}.focus\:text-grey-900\/50:focus{color:#2c354280}.focus\:text-grey-900\/60:focus{color:#2c354299}.focus\:text-grey-900\/70:focus{color:#2c3542b3}.focus\:text-grey-900\/75:focus{color:#2c3542bf}.focus\:text-grey-900\/80:focus{color:#2c3542cc}.focus\:text-grey-900\/90:focus{color:#2c3542e6}.focus\:text-grey-900\/95:focus{color:#2c3542f2}.focus\:text-grey-900\/100:focus{color:#2c3542}.focus\:text-grey-1000\/0:focus{color:#1f262e00}.focus\:text-grey-1000\/5:focus{color:#1f262e0d}.focus\:text-grey-1000\/10:focus{color:#1f262e1a}.focus\:text-grey-1000\/20:focus{color:#1f262e33}.focus\:text-grey-1000\/25:focus{color:#1f262e40}.focus\:text-grey-1000\/30:focus{color:#1f262e4d}.focus\:text-grey-1000\/40:focus{color:#1f262e66}.focus\:text-grey-1000\/50:focus{color:#1f262e80}.focus\:text-grey-1000\/60:focus{color:#1f262e99}.focus\:text-grey-1000\/70:focus{color:#1f262eb3}.focus\:text-grey-1000\/75:focus{color:#1f262ebf}.focus\:text-grey-1000\/80:focus{color:#1f262ecc}.focus\:text-grey-1000\/90:focus{color:#1f262ee6}.focus\:text-grey-1000\/95:focus{color:#1f262ef2}.focus\:text-grey-1000\/100:focus{color:#1f262e}.focus\:text-green-1000\/0:focus{color:#175e4400}.focus\:text-green-1000\/5:focus{color:#175e440d}.focus\:text-green-1000\/10:focus{color:#175e441a}.focus\:text-green-1000\/20:focus{color:#175e4433}.focus\:text-green-1000\/25:focus{color:#175e4440}.focus\:text-green-1000\/30:focus{color:#175e444d}.focus\:text-green-1000\/40:focus{color:#175e4466}.focus\:text-green-1000\/50:focus{color:#175e4480}.focus\:text-green-1000\/60:focus{color:#175e4499}.focus\:text-green-1000\/70:focus{color:#175e44b3}.focus\:text-green-1000\/75:focus{color:#175e44bf}.focus\:text-green-1000\/80:focus{color:#175e44cc}.focus\:text-green-1000\/90:focus{color:#175e44e6}.focus\:text-green-1000\/95:focus{color:#175e44f2}.focus\:text-green-1000\/100:focus{color:#175e44}.focus\:text-blue-1000\/0:focus{color:#102c6900}.focus\:text-blue-1000\/5:focus{color:#102c690d}.focus\:text-blue-1000\/10:focus{color:#102c691a}.focus\:text-blue-1000\/20:focus{color:#102c6933}.focus\:text-blue-1000\/25:focus{color:#102c6940}.focus\:text-blue-1000\/30:focus{color:#102c694d}.focus\:text-blue-1000\/40:focus{color:#102c6966}.focus\:text-blue-1000\/50:focus{color:#102c6980}.focus\:text-blue-1000\/60:focus{color:#102c6999}.focus\:text-blue-1000\/70:focus{color:#102c69b3}.focus\:text-blue-1000\/75:focus{color:#102c69bf}.focus\:text-blue-1000\/80:focus{color:#102c69cc}.focus\:text-blue-1000\/90:focus{color:#102c69e6}.focus\:text-blue-1000\/95:focus{color:#102c69f2}.focus\:text-blue-1000\/100:focus{color:#102c69}.focus\:text-orange-1000\/0:focus{color:#68270500}.focus\:text-orange-1000\/5:focus{color:#6827050d}.focus\:text-orange-1000\/10:focus{color:#6827051a}.focus\:text-orange-1000\/20:focus{color:#68270533}.focus\:text-orange-1000\/25:focus{color:#68270540}.focus\:text-orange-1000\/30:focus{color:#6827054d}.focus\:text-orange-1000\/40:focus{color:#68270566}.focus\:text-orange-1000\/50:focus{color:#68270580}.focus\:text-orange-1000\/60:focus{color:#68270599}.focus\:text-orange-1000\/70:focus{color:#682705b3}.focus\:text-orange-1000\/75:focus{color:#682705bf}.focus\:text-orange-1000\/80:focus{color:#682705cc}.focus\:text-orange-1000\/90:focus{color:#682705e6}.focus\:text-orange-1000\/95:focus{color:#682705f2}.focus\:text-orange-1000\/100:focus{color:#682705}.focus\:text-red-1000\/0:focus{color:#62101000}.focus\:text-red-1000\/5:focus{color:#6210100d}.focus\:text-red-1000\/10:focus{color:#6210101a}.focus\:text-red-1000\/20:focus{color:#62101033}.focus\:text-red-1000\/25:focus{color:#62101040}.focus\:text-red-1000\/30:focus{color:#6210104d}.focus\:text-red-1000\/40:focus{color:#62101066}.focus\:text-red-1000\/50:focus{color:#62101080}.focus\:text-red-1000\/60:focus{color:#62101099}.focus\:text-red-1000\/70:focus{color:#621010b3}.focus\:text-red-1000\/75:focus{color:#621010bf}.focus\:text-red-1000\/80:focus{color:#621010cc}.focus\:text-red-1000\/90:focus{color:#621010e6}.focus\:text-red-1000\/95:focus{color:#621010f2}.focus\:text-red-1000\/100:focus{color:#621010}.focus\:text-primary\/0:focus{color:#a78bfa00}.focus\:text-primary\/5:focus{color:#a78bfa0d}.focus\:text-primary\/10:focus{color:#a78bfa1a}.focus\:text-primary\/20:focus{color:#a78bfa33}.focus\:text-primary\/25:focus{color:#a78bfa40}.focus\:text-primary\/30:focus{color:#a78bfa4d}.focus\:text-primary\/40:focus{color:#a78bfa66}.focus\:text-primary\/50:focus{color:#a78bfa80}.focus\:text-primary\/60:focus{color:#a78bfa99}.focus\:text-primary\/70:focus{color:#a78bfab3}.focus\:text-primary\/75:focus{color:#a78bfabf}.focus\:text-primary\/80:focus{color:#a78bfacc}.focus\:text-primary\/90:focus{color:#a78bfae6}.focus\:text-primary\/95:focus{color:#a78bfaf2}.focus\:text-primary\/100:focus{color:#a78bfa}.focus\:text-primary-light\/0:focus{color:#f7f5fe00}.focus\:text-primary-light\/5:focus{color:#f7f5fe0d}.focus\:text-primary-light\/10:focus{color:#f7f5fe1a}.focus\:text-primary-light\/20:focus{color:#f7f5fe33}.focus\:text-primary-light\/25:focus{color:#f7f5fe40}.focus\:text-primary-light\/30:focus{color:#f7f5fe4d}.focus\:text-primary-light\/40:focus{color:#f7f5fe66}.focus\:text-primary-light\/50:focus{color:#f7f5fe80}.focus\:text-primary-light\/60:focus{color:#f7f5fe99}.focus\:text-primary-light\/70:focus{color:#f7f5feb3}.focus\:text-primary-light\/75:focus{color:#f7f5febf}.focus\:text-primary-light\/80:focus{color:#f7f5fecc}.focus\:text-primary-light\/90:focus{color:#f7f5fee6}.focus\:text-primary-light\/95:focus{color:#f7f5fef2}.focus\:text-primary-light\/100:focus{color:#f7f5fe}.focus\:text-primary-dark\/0:focus{color:#69579e00}.focus\:text-primary-dark\/5:focus{color:#69579e0d}.focus\:text-primary-dark\/10:focus{color:#69579e1a}.focus\:text-primary-dark\/20:focus{color:#69579e33}.focus\:text-primary-dark\/25:focus{color:#69579e40}.focus\:text-primary-dark\/30:focus{color:#69579e4d}.focus\:text-primary-dark\/40:focus{color:#69579e66}.focus\:text-primary-dark\/50:focus{color:#69579e80}.focus\:text-primary-dark\/60:focus{color:#69579e99}.focus\:text-primary-dark\/70:focus{color:#69579eb3}.focus\:text-primary-dark\/75:focus{color:#69579ebf}.focus\:text-primary-dark\/80:focus{color:#69579ecc}.focus\:text-primary-dark\/90:focus{color:#69579ee6}.focus\:text-primary-dark\/95:focus{color:#69579ef2}.focus\:text-primary-dark\/100:focus{color:#69579e}.focus\:text-info\/0:focus{color:#7690ef00}.focus\:text-info\/5:focus{color:#7690ef0d}.focus\:text-info\/10:focus{color:#7690ef1a}.focus\:text-info\/20:focus{color:#7690ef33}.focus\:text-info\/25:focus{color:#7690ef40}.focus\:text-info\/30:focus{color:#7690ef4d}.focus\:text-info\/40:focus{color:#7690ef66}.focus\:text-info\/50:focus{color:#7690ef80}.focus\:text-info\/60:focus{color:#7690ef99}.focus\:text-info\/70:focus{color:#7690efb3}.focus\:text-info\/75:focus{color:#7690efbf}.focus\:text-info\/80:focus{color:#7690efcc}.focus\:text-info\/90:focus{color:#7690efe6}.focus\:text-info\/95:focus{color:#7690eff2}.focus\:text-info\/100:focus{color:#7690ef}.focus\:text-info-light\/0:focus{color:#f2f3fd00}.focus\:text-info-light\/5:focus{color:#f2f3fd0d}.focus\:text-info-light\/10:focus{color:#f2f3fd1a}.focus\:text-info-light\/20:focus{color:#f2f3fd33}.focus\:text-info-light\/25:focus{color:#f2f3fd40}.focus\:text-info-light\/30:focus{color:#f2f3fd4d}.focus\:text-info-light\/40:focus{color:#f2f3fd66}.focus\:text-info-light\/50:focus{color:#f2f3fd80}.focus\:text-info-light\/60:focus{color:#f2f3fd99}.focus\:text-info-light\/70:focus{color:#f2f3fdb3}.focus\:text-info-light\/75:focus{color:#f2f3fdbf}.focus\:text-info-light\/80:focus{color:#f2f3fdcc}.focus\:text-info-light\/90:focus{color:#f2f3fde6}.focus\:text-info-light\/95:focus{color:#f2f3fdf2}.focus\:text-info-light\/100:focus{color:#f2f3fd}.focus\:text-info-dark\/0:focus{color:#2158d200}.focus\:text-info-dark\/5:focus{color:#2158d20d}.focus\:text-info-dark\/10:focus{color:#2158d21a}.focus\:text-info-dark\/20:focus{color:#2158d233}.focus\:text-info-dark\/25:focus{color:#2158d240}.focus\:text-info-dark\/30:focus{color:#2158d24d}.focus\:text-info-dark\/40:focus{color:#2158d266}.focus\:text-info-dark\/50:focus{color:#2158d280}.focus\:text-info-dark\/60:focus{color:#2158d299}.focus\:text-info-dark\/70:focus{color:#2158d2b3}.focus\:text-info-dark\/75:focus{color:#2158d2bf}.focus\:text-info-dark\/80:focus{color:#2158d2cc}.focus\:text-info-dark\/90:focus{color:#2158d2e6}.focus\:text-info-dark\/95:focus{color:#2158d2f2}.focus\:text-info-dark\/100:focus{color:#2158d2}.focus\:text-success\/0:focus{color:#28a37600}.focus\:text-success\/5:focus{color:#28a3760d}.focus\:text-success\/10:focus{color:#28a3761a}.focus\:text-success\/20:focus{color:#28a37633}.focus\:text-success\/25:focus{color:#28a37640}.focus\:text-success\/30:focus{color:#28a3764d}.focus\:text-success\/40:focus{color:#28a37666}.focus\:text-success\/50:focus{color:#28a37680}.focus\:text-success\/60:focus{color:#28a37699}.focus\:text-success\/70:focus{color:#28a376b3}.focus\:text-success\/75:focus{color:#28a376bf}.focus\:text-success\/80:focus{color:#28a376cc}.focus\:text-success\/90:focus{color:#28a376e6}.focus\:text-success\/95:focus{color:#28a376f2}.focus\:text-success\/100:focus{color:#28a376}.focus\:text-success-light\/0:focus{color:#f2faf600}.focus\:text-success-light\/5:focus{color:#f2faf60d}.focus\:text-success-light\/10:focus{color:#f2faf61a}.focus\:text-success-light\/20:focus{color:#f2faf633}.focus\:text-success-light\/25:focus{color:#f2faf640}.focus\:text-success-light\/30:focus{color:#f2faf64d}.focus\:text-success-light\/40:focus{color:#f2faf666}.focus\:text-success-light\/50:focus{color:#f2faf680}.focus\:text-success-light\/60:focus{color:#f2faf699}.focus\:text-success-light\/70:focus{color:#f2faf6b3}.focus\:text-success-light\/75:focus{color:#f2faf6bf}.focus\:text-success-light\/80:focus{color:#f2faf6cc}.focus\:text-success-light\/90:focus{color:#f2faf6e6}.focus\:text-success-light\/95:focus{color:#f2faf6f2}.focus\:text-success-light\/100:focus{color:#f2faf6}.focus\:text-success-dark\/0:focus{color:#20856000}.focus\:text-success-dark\/5:focus{color:#2085600d}.focus\:text-success-dark\/10:focus{color:#2085601a}.focus\:text-success-dark\/20:focus{color:#20856033}.focus\:text-success-dark\/25:focus{color:#20856040}.focus\:text-success-dark\/30:focus{color:#2085604d}.focus\:text-success-dark\/40:focus{color:#20856066}.focus\:text-success-dark\/50:focus{color:#20856080}.focus\:text-success-dark\/60:focus{color:#20856099}.focus\:text-success-dark\/70:focus{color:#208560b3}.focus\:text-success-dark\/75:focus{color:#208560bf}.focus\:text-success-dark\/80:focus{color:#208560cc}.focus\:text-success-dark\/90:focus{color:#208560e6}.focus\:text-success-dark\/95:focus{color:#208560f2}.focus\:text-success-dark\/100:focus{color:#208560}.focus\:text-warning\/0:focus{color:#faac1e00}.focus\:text-warning\/5:focus{color:#faac1e0d}.focus\:text-warning\/10:focus{color:#faac1e1a}.focus\:text-warning\/20:focus{color:#faac1e33}.focus\:text-warning\/25:focus{color:#faac1e40}.focus\:text-warning\/30:focus{color:#faac1e4d}.focus\:text-warning\/40:focus{color:#faac1e66}.focus\:text-warning\/50:focus{color:#faac1e80}.focus\:text-warning\/60:focus{color:#faac1e99}.focus\:text-warning\/70:focus{color:#faac1eb3}.focus\:text-warning\/75:focus{color:#faac1ebf}.focus\:text-warning\/80:focus{color:#faac1ecc}.focus\:text-warning\/90:focus{color:#faac1ee6}.focus\:text-warning\/95:focus{color:#faac1ef2}.focus\:text-warning\/100:focus{color:#faac1e}.focus\:text-warning-light\/0:focus{color:#fef7f200}.focus\:text-warning-light\/5:focus{color:#fef7f20d}.focus\:text-warning-light\/10:focus{color:#fef7f21a}.focus\:text-warning-light\/20:focus{color:#fef7f233}.focus\:text-warning-light\/25:focus{color:#fef7f240}.focus\:text-warning-light\/30:focus{color:#fef7f24d}.focus\:text-warning-light\/40:focus{color:#fef7f266}.focus\:text-warning-light\/50:focus{color:#fef7f280}.focus\:text-warning-light\/60:focus{color:#fef7f299}.focus\:text-warning-light\/70:focus{color:#fef7f2b3}.focus\:text-warning-light\/75:focus{color:#fef7f2bf}.focus\:text-warning-light\/80:focus{color:#fef7f2cc}.focus\:text-warning-light\/90:focus{color:#fef7f2e6}.focus\:text-warning-light\/95:focus{color:#fef7f2f2}.focus\:text-warning-light\/100:focus{color:#fef7f2}.focus\:text-warning-dark\/0:focus{color:#9e6c1200}.focus\:text-warning-dark\/5:focus{color:#9e6c120d}.focus\:text-warning-dark\/10:focus{color:#9e6c121a}.focus\:text-warning-dark\/20:focus{color:#9e6c1233}.focus\:text-warning-dark\/25:focus{color:#9e6c1240}.focus\:text-warning-dark\/30:focus{color:#9e6c124d}.focus\:text-warning-dark\/40:focus{color:#9e6c1266}.focus\:text-warning-dark\/50:focus{color:#9e6c1280}.focus\:text-warning-dark\/60:focus{color:#9e6c1299}.focus\:text-warning-dark\/70:focus{color:#9e6c12b3}.focus\:text-warning-dark\/75:focus{color:#9e6c12bf}.focus\:text-warning-dark\/80:focus{color:#9e6c12cc}.focus\:text-warning-dark\/90:focus{color:#9e6c12e6}.focus\:text-warning-dark\/95:focus{color:#9e6c12f2}.focus\:text-warning-dark\/100:focus{color:#9e6c12}.focus\:text-error\/0:focus{color:#dc262600}.focus\:text-error\/5:focus{color:#dc26260d}.focus\:text-error\/10:focus{color:#dc26261a}.focus\:text-error\/20:focus{color:#dc262633}.focus\:text-error\/25:focus{color:#dc262640}.focus\:text-error\/30:focus{color:#dc26264d}.focus\:text-error\/40:focus{color:#dc262666}.focus\:text-error\/50:focus{color:#dc262680}.focus\:text-error\/60:focus{color:#dc262699}.focus\:text-error\/70:focus{color:#dc2626b3}.focus\:text-error\/75:focus{color:#dc2626bf}.focus\:text-error\/80:focus{color:#dc2626cc}.focus\:text-error\/90:focus{color:#dc2626e6}.focus\:text-error\/95:focus{color:#dc2626f2}.focus\:text-error\/100:focus{color:#dc2626}.focus\:text-error-light\/0:focus{color:#fbf2f200}.focus\:text-error-light\/5:focus{color:#fbf2f20d}.focus\:text-error-light\/10:focus{color:#fbf2f21a}.focus\:text-error-light\/20:focus{color:#fbf2f233}.focus\:text-error-light\/25:focus{color:#fbf2f240}.focus\:text-error-light\/30:focus{color:#fbf2f24d}.focus\:text-error-light\/40:focus{color:#fbf2f266}.focus\:text-error-light\/50:focus{color:#fbf2f280}.focus\:text-error-light\/60:focus{color:#fbf2f299}.focus\:text-error-light\/70:focus{color:#fbf2f2b3}.focus\:text-error-light\/75:focus{color:#fbf2f2bf}.focus\:text-error-light\/80:focus{color:#fbf2f2cc}.focus\:text-error-light\/90:focus{color:#fbf2f2e6}.focus\:text-error-light\/95:focus{color:#fbf2f2f2}.focus\:text-error-light\/100:focus{color:#fbf2f2}.focus\:text-error-dark\/0:focus{color:#c4212100}.focus\:text-error-dark\/5:focus{color:#c421210d}.focus\:text-error-dark\/10:focus{color:#c421211a}.focus\:text-error-dark\/20:focus{color:#c4212133}.focus\:text-error-dark\/25:focus{color:#c4212140}.focus\:text-error-dark\/30:focus{color:#c421214d}.focus\:text-error-dark\/40:focus{color:#c4212166}.focus\:text-error-dark\/50:focus{color:#c4212180}.focus\:text-error-dark\/60:focus{color:#c4212199}.focus\:text-error-dark\/70:focus{color:#c42121b3}.focus\:text-error-dark\/75:focus{color:#c42121bf}.focus\:text-error-dark\/80:focus{color:#c42121cc}.focus\:text-error-dark\/90:focus{color:#c42121e6}.focus\:text-error-dark\/95:focus{color:#c42121f2}.focus\:text-error-dark\/100:focus{color:#c42121}.focus\:text-grey\/0:focus{color:#47556900}.focus\:text-grey\/5:focus{color:#4755690d}.focus\:text-grey\/10:focus{color:#4755691a}.focus\:text-grey\/20:focus{color:#47556933}.focus\:text-grey\/25:focus{color:#47556940}.focus\:text-grey\/30:focus{color:#4755694d}.focus\:text-grey\/40:focus{color:#47556966}.focus\:text-grey\/50:focus{color:#47556980}.focus\:text-grey\/60:focus{color:#47556999}.focus\:text-grey\/70:focus{color:#475569b3}.focus\:text-grey\/75:focus{color:#475569bf}.focus\:text-grey\/80:focus{color:#475569cc}.focus\:text-grey\/90:focus{color:#475569e6}.focus\:text-grey\/95:focus{color:#475569f2}.focus\:text-grey\/100:focus{color:#475569}.focus\:text-grey-light\/0:focus{color:#f2f3f400}.focus\:text-grey-light\/5:focus{color:#f2f3f40d}.focus\:text-grey-light\/10:focus{color:#f2f3f41a}.focus\:text-grey-light\/20:focus{color:#f2f3f433}.focus\:text-grey-light\/25:focus{color:#f2f3f440}.focus\:text-grey-light\/30:focus{color:#f2f3f44d}.focus\:text-grey-light\/40:focus{color:#f2f3f466}.focus\:text-grey-light\/50:focus{color:#f2f3f480}.focus\:text-grey-light\/60:focus{color:#f2f3f499}.focus\:text-grey-light\/70:focus{color:#f2f3f4b3}.focus\:text-grey-light\/75:focus{color:#f2f3f4bf}.focus\:text-grey-light\/80:focus{color:#f2f3f4cc}.focus\:text-grey-light\/90:focus{color:#f2f3f4e6}.focus\:text-grey-light\/95:focus{color:#f2f3f4f2}.focus\:text-grey-light\/100:focus{color:#f2f3f4}.focus\:text-grey-dark\/0:focus{color:#2c354200}.focus\:text-grey-dark\/5:focus{color:#2c35420d}.focus\:text-grey-dark\/10:focus{color:#2c35421a}.focus\:text-grey-dark\/20:focus{color:#2c354233}.focus\:text-grey-dark\/25:focus{color:#2c354240}.focus\:text-grey-dark\/30:focus{color:#2c35424d}.focus\:text-grey-dark\/40:focus{color:#2c354266}.focus\:text-grey-dark\/50:focus{color:#2c354280}.focus\:text-grey-dark\/60:focus{color:#2c354299}.focus\:text-grey-dark\/70:focus{color:#2c3542b3}.focus\:text-grey-dark\/75:focus{color:#2c3542bf}.focus\:text-grey-dark\/80:focus{color:#2c3542cc}.focus\:text-grey-dark\/90:focus{color:#2c3542e6}.focus\:text-grey-dark\/95:focus{color:#2c3542f2}.focus\:text-grey-dark\/100:focus{color:#2c3542}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline-red-50:focus{outline-color:#fef2f2}.focus\:outline-red-100:focus{outline-color:#fbf2f2}.focus\:outline-red-200:focus{outline-color:#f8e4e4}.focus\:outline-red-300:focus{outline-color:#f1c6c6}.focus\:outline-red-400:focus{outline-color:#eaa3a3}.focus\:outline-red-500:focus{outline-color:#e37676}.focus\:outline-red-600:focus{outline-color:#dc2626}.focus\:outline-red-700:focus{outline-color:#c42121}.focus\:outline-red-800:focus{outline-color:#aa1d1d}.focus\:outline-red-900:focus{outline-color:#8b1818}.focus\:outline-orange-50:focus{outline-color:#fff7ed}.focus\:outline-orange-100:focus{outline-color:#fcf3f1}.focus\:outline-orange-200:focus{outline-color:#fae7e4}.focus\:outline-orange-300:focus{outline-color:#f6cdc5}.focus\:outline-orange-400:focus{outline-color:#f2afa1}.focus\:outline-orange-500:focus{outline-color:#ee8a72}.focus\:outline-orange-600:focus{outline-color:#ea580c}.focus\:outline-orange-700:focus{outline-color:#d14e0a}.focus\:outline-orange-800:focus{outline-color:#b54409}.focus\:outline-orange-900:focus{outline-color:#933707}.focus\:outline-yellow-50:focus{outline-color:#fefce8}.focus\:outline-yellow-100:focus{outline-color:#fef3c7}.focus\:outline-yellow-200:focus{outline-color:#fde68a}.focus\:outline-yellow-300:focus{outline-color:#fcd34d}.focus\:outline-yellow-400:focus{outline-color:#fbbf24}.focus\:outline-yellow-500:focus{outline-color:#eab308}.focus\:outline-yellow-600:focus{outline-color:#d97706}.focus\:outline-yellow-700:focus{outline-color:#b45309}.focus\:outline-yellow-800:focus{outline-color:#92400e}.focus\:outline-yellow-900:focus{outline-color:#78350f}.focus\:outline-green-50:focus{outline-color:#f0fdf4}.focus\:outline-green-100:focus{outline-color:#f2faf6}.focus\:outline-green-200:focus{outline-color:#e5f6ee}.focus\:outline-green-300:focus{outline-color:#c8eedb}.focus\:outline-green-400:focus{outline-color:#a6e5c8}.focus\:outline-green-500:focus{outline-color:#7bdcb2}.focus\:outline-green-600:focus{outline-color:#34d399}.focus\:outline-green-700:focus{outline-color:#2ebc88}.focus\:outline-green-800:focus{outline-color:#28a376}.focus\:outline-green-900:focus{outline-color:#208560}.focus\:outline-emerald-50:focus{outline-color:#ecfdf5}.focus\:outline-emerald-100:focus{outline-color:#d1fae5}.focus\:outline-emerald-200:focus{outline-color:#a7f3d0}.focus\:outline-emerald-300:focus{outline-color:#6ee7b7}.focus\:outline-emerald-400:focus{outline-color:#34d399}.focus\:outline-emerald-500:focus{outline-color:#10b981}.focus\:outline-emerald-600:focus{outline-color:#059669}.focus\:outline-emerald-700:focus{outline-color:#047857}.focus\:outline-emerald-800:focus{outline-color:#065f46}.focus\:outline-emerald-900:focus{outline-color:#064e3b}.focus\:outline-teal-50:focus{outline-color:#f0fdfa}.focus\:outline-teal-100:focus{outline-color:#ccfbf1}.focus\:outline-teal-200:focus{outline-color:#99f6e4}.focus\:outline-teal-300:focus{outline-color:#5eead4}.focus\:outline-teal-400:focus{outline-color:#2dd4bf}.focus\:outline-teal-500:focus{outline-color:#14b8a6}.focus\:outline-teal-600:focus{outline-color:#0d9488}.focus\:outline-teal-700:focus{outline-color:#0f766e}.focus\:outline-teal-800:focus{outline-color:#115e59}.focus\:outline-teal-900:focus{outline-color:#134e4a}.focus\:outline-sky-50:focus{outline-color:#f0f9ff}.focus\:outline-sky-100:focus{outline-color:#e0f2fe}.focus\:outline-sky-200:focus{outline-color:#bae6fd}.focus\:outline-sky-300:focus{outline-color:#7dd3fc}.focus\:outline-sky-400:focus{outline-color:#38bdf8}.focus\:outline-sky-500:focus{outline-color:#0ea5e9}.focus\:outline-sky-600:focus{outline-color:#0284c7}.focus\:outline-sky-700:focus{outline-color:#0369a1}.focus\:outline-sky-800:focus{outline-color:#075985}.focus\:outline-sky-900:focus{outline-color:#0c4a6e}.focus\:outline-blue-50:focus{outline-color:#eff6ff}.focus\:outline-blue-100:focus{outline-color:#f2f3fd}.focus\:outline-blue-200:focus{outline-color:#e4e8fb}.focus\:outline-blue-300:focus{outline-color:#c6cff7}.focus\:outline-blue-400:focus{outline-color:#a3b2f3}.focus\:outline-blue-500:focus{outline-color:#7690ef}.focus\:outline-blue-600:focus{outline-color:#2563eb}.focus\:outline-blue-700:focus{outline-color:#2158d2}.focus\:outline-blue-800:focus{outline-color:#1c4cb6}.focus\:outline-blue-900:focus{outline-color:#173e94}.focus\:outline-indigo-50:focus{outline-color:#eef2ff}.focus\:outline-indigo-100:focus{outline-color:#e0e7ff}.focus\:outline-indigo-200:focus{outline-color:#c7d2fe}.focus\:outline-indigo-300:focus{outline-color:#a5b4fc}.focus\:outline-indigo-400:focus{outline-color:#818cf8}.focus\:outline-indigo-500:focus{outline-color:#6366f1}.focus\:outline-indigo-600:focus{outline-color:#4f46e5}.focus\:outline-indigo-700:focus{outline-color:#4338ca}.focus\:outline-indigo-800:focus{outline-color:#3730a3}.focus\:outline-indigo-900:focus{outline-color:#312e81}.focus\:outline-violet-50:focus{outline-color:#f5f3ff}.focus\:outline-violet-100:focus{outline-color:#ede9fe}.focus\:outline-violet-200:focus{outline-color:#ddd6fe}.focus\:outline-violet-300:focus{outline-color:#c4b5fd}.focus\:outline-violet-400:focus{outline-color:#a78bfa}.focus\:outline-violet-500:focus{outline-color:#8b5cf6}.focus\:outline-violet-600:focus{outline-color:#7c3aed}.focus\:outline-violet-700:focus{outline-color:#6d28d9}.focus\:outline-violet-800:focus{outline-color:#5b21b6}.focus\:outline-violet-900:focus{outline-color:#4c1d95}.focus\:outline-fuchsia-50:focus{outline-color:#fdf4ff}.focus\:outline-fuchsia-100:focus{outline-color:#fae8ff}.focus\:outline-fuchsia-200:focus{outline-color:#f5d0fe}.focus\:outline-fuchsia-300:focus{outline-color:#f0abfc}.focus\:outline-fuchsia-400:focus{outline-color:#e879f9}.focus\:outline-fuchsia-500:focus{outline-color:#d946ef}.focus\:outline-fuchsia-600:focus{outline-color:#c026d3}.focus\:outline-fuchsia-700:focus{outline-color:#a21caf}.focus\:outline-fuchsia-800:focus{outline-color:#86198f}.focus\:outline-fuchsia-900:focus{outline-color:#701a75}.focus\:outline-pink-50:focus{outline-color:#fdf2f8}.focus\:outline-pink-100:focus{outline-color:#fce7f3}.focus\:outline-pink-200:focus{outline-color:#fbcfe8}.focus\:outline-pink-300:focus{outline-color:#f9a8d4}.focus\:outline-pink-400:focus{outline-color:#f472b6}.focus\:outline-pink-500:focus{outline-color:#ec4899}.focus\:outline-pink-600:focus{outline-color:#db2777}.focus\:outline-pink-700:focus{outline-color:#be185d}.focus\:outline-pink-800:focus{outline-color:#9d174d}.focus\:outline-pink-900:focus{outline-color:#831843}.focus\:outline-rose-50:focus{outline-color:#fff1f2}.focus\:outline-rose-100:focus{outline-color:#ffe4e6}.focus\:outline-rose-200:focus{outline-color:#fecdd3}.focus\:outline-rose-300:focus{outline-color:#fda4af}.focus\:outline-rose-400:focus{outline-color:#fb7185}.focus\:outline-rose-500:focus{outline-color:#f43f5e}.focus\:outline-rose-600:focus{outline-color:#e11d48}.focus\:outline-rose-700:focus{outline-color:#be123c}.focus\:outline-rose-800:focus{outline-color:#9f1239}.focus\:outline-rose-900:focus{outline-color:#881337}.focus\:outline-primary-100:focus{outline-color:#f2f3f4}.focus\:outline-primary-200:focus{outline-color:#e8e8f0}.focus\:outline-primary-300:focus{outline-color:#d0d0e1}.focus\:outline-primary-400:focus{outline-color:#b4b4d1}.focus\:outline-primary-500:focus{outline-color:#9393bf}.focus\:outline-primary-600:focus{outline-color:#6868ac}.focus\:outline-primary-700:focus{outline-color:#5d5d99}.focus\:outline-primary-800:focus{outline-color:#505085}.focus\:outline-primary-900:focus{outline-color:#41416c}.focus\:outline-primary-1000:focus{outline-color:#2e2e4c}.focus\:outline-primary-highlight-100:focus{outline-color:#f7f5fe}.focus\:outline-primary-highlight-200:focus{outline-color:#efecfe}.focus\:outline-primary-highlight-300:focus{outline-color:#dfd8fd}.focus\:outline-primary-highlight-400:focus{outline-color:#cec1fc}.focus\:outline-primary-highlight-500:focus{outline-color:#bba8fb}.focus\:outline-primary-highlight-600:focus{outline-color:#a78bfa}.focus\:outline-primary-highlight-700:focus{outline-color:#957cdf}.focus\:outline-primary-highlight-800:focus{outline-color:#816bc1}.focus\:outline-primary-highlight-900:focus{outline-color:#69579e}.focus\:outline-primary-highlight-1000:focus{outline-color:#4a3e6f}.focus\:outline-secondary-100:focus{outline-color:#fef7f2}.focus\:outline-secondary-200:focus{outline-color:#fef0e4}.focus\:outline-secondary-300:focus{outline-color:#fde1c6}.focus\:outline-secondary-400:focus{outline-color:#fcd1a2}.focus\:outline-secondary-500:focus{outline-color:#fbbf75}.focus\:outline-secondary-600:focus{outline-color:#faac1e}.focus\:outline-secondary-700:focus{outline-color:#df991a}.focus\:outline-secondary-800:focus{outline-color:#c18517}.focus\:outline-secondary-900:focus{outline-color:#9e6c12}.focus\:outline-secondary-1000:focus{outline-color:#6f4c0d}.focus\:outline-grey-100:focus{outline-color:#f2f3f4}.focus\:outline-grey-200:focus{outline-color:#e6e7e8}.focus\:outline-grey-300:focus{outline-color:#caccd0}.focus\:outline-grey-400:focus{outline-color:#aaaeb4}.focus\:outline-grey-500:focus{outline-color:#828993}.focus\:outline-grey-600:focus{outline-color:#475569}.focus\:outline-grey-700:focus{outline-color:#3f4c5d}.focus\:outline-grey-800:focus{outline-color:#364151}.focus\:outline-grey-900:focus{outline-color:#2c3542}.focus\:outline-grey-1000:focus{outline-color:#1f262e}.focus\:outline-green-1000:focus{outline-color:#175e44}.focus\:outline-blue-1000:focus{outline-color:#102c69}.focus\:outline-orange-1000:focus{outline-color:#682705}.focus\:outline-red-1000:focus{outline-color:#621010}.focus\:outline-primary:focus{outline-color:#a78bfa}.focus\:outline-primary-light:focus{outline-color:#f7f5fe}.focus\:outline-primary-dark:focus{outline-color:#69579e}.focus\:outline-info:focus{outline-color:#7690ef}.focus\:outline-info-light:focus{outline-color:#f2f3fd}.focus\:outline-info-dark:focus{outline-color:#2158d2}.focus\:outline-success:focus{outline-color:#28a376}.focus\:outline-success-light:focus{outline-color:#f2faf6}.focus\:outline-success-dark:focus{outline-color:#208560}.focus\:outline-warning:focus{outline-color:#faac1e}.focus\:outline-warning-light:focus{outline-color:#fef7f2}.focus\:outline-warning-dark:focus{outline-color:#9e6c12}.focus\:outline-error:focus{outline-color:#dc2626}.focus\:outline-error-light:focus{outline-color:#fbf2f2}.focus\:outline-error-dark:focus{outline-color:#c42121}.focus\:outline-grey:focus{outline-color:#475569}.focus\:outline-grey-light:focus{outline-color:#f2f3f4}.focus\:outline-grey-dark:focus{outline-color:#2c3542}.focus\:outline-red-50\/0:focus{outline-color:#fef2f200}.focus\:outline-red-50\/5:focus{outline-color:#fef2f20d}.focus\:outline-red-50\/10:focus{outline-color:#fef2f21a}.focus\:outline-red-50\/20:focus{outline-color:#fef2f233}.focus\:outline-red-50\/25:focus{outline-color:#fef2f240}.focus\:outline-red-50\/30:focus{outline-color:#fef2f24d}.focus\:outline-red-50\/40:focus{outline-color:#fef2f266}.focus\:outline-red-50\/50:focus{outline-color:#fef2f280}.focus\:outline-red-50\/60:focus{outline-color:#fef2f299}.focus\:outline-red-50\/70:focus{outline-color:#fef2f2b3}.focus\:outline-red-50\/75:focus{outline-color:#fef2f2bf}.focus\:outline-red-50\/80:focus{outline-color:#fef2f2cc}.focus\:outline-red-50\/90:focus{outline-color:#fef2f2e6}.focus\:outline-red-50\/95:focus{outline-color:#fef2f2f2}.focus\:outline-red-50\/100:focus{outline-color:#fef2f2}.focus\:outline-red-100\/0:focus{outline-color:#fbf2f200}.focus\:outline-red-100\/5:focus{outline-color:#fbf2f20d}.focus\:outline-red-100\/10:focus{outline-color:#fbf2f21a}.focus\:outline-red-100\/20:focus{outline-color:#fbf2f233}.focus\:outline-red-100\/25:focus{outline-color:#fbf2f240}.focus\:outline-red-100\/30:focus{outline-color:#fbf2f24d}.focus\:outline-red-100\/40:focus{outline-color:#fbf2f266}.focus\:outline-red-100\/50:focus{outline-color:#fbf2f280}.focus\:outline-red-100\/60:focus{outline-color:#fbf2f299}.focus\:outline-red-100\/70:focus{outline-color:#fbf2f2b3}.focus\:outline-red-100\/75:focus{outline-color:#fbf2f2bf}.focus\:outline-red-100\/80:focus{outline-color:#fbf2f2cc}.focus\:outline-red-100\/90:focus{outline-color:#fbf2f2e6}.focus\:outline-red-100\/95:focus{outline-color:#fbf2f2f2}.focus\:outline-red-100\/100:focus{outline-color:#fbf2f2}.focus\:outline-red-200\/0:focus{outline-color:#f8e4e400}.focus\:outline-red-200\/5:focus{outline-color:#f8e4e40d}.focus\:outline-red-200\/10:focus{outline-color:#f8e4e41a}.focus\:outline-red-200\/20:focus{outline-color:#f8e4e433}.focus\:outline-red-200\/25:focus{outline-color:#f8e4e440}.focus\:outline-red-200\/30:focus{outline-color:#f8e4e44d}.focus\:outline-red-200\/40:focus{outline-color:#f8e4e466}.focus\:outline-red-200\/50:focus{outline-color:#f8e4e480}.focus\:outline-red-200\/60:focus{outline-color:#f8e4e499}.focus\:outline-red-200\/70:focus{outline-color:#f8e4e4b3}.focus\:outline-red-200\/75:focus{outline-color:#f8e4e4bf}.focus\:outline-red-200\/80:focus{outline-color:#f8e4e4cc}.focus\:outline-red-200\/90:focus{outline-color:#f8e4e4e6}.focus\:outline-red-200\/95:focus{outline-color:#f8e4e4f2}.focus\:outline-red-200\/100:focus{outline-color:#f8e4e4}.focus\:outline-red-300\/0:focus{outline-color:#f1c6c600}.focus\:outline-red-300\/5:focus{outline-color:#f1c6c60d}.focus\:outline-red-300\/10:focus{outline-color:#f1c6c61a}.focus\:outline-red-300\/20:focus{outline-color:#f1c6c633}.focus\:outline-red-300\/25:focus{outline-color:#f1c6c640}.focus\:outline-red-300\/30:focus{outline-color:#f1c6c64d}.focus\:outline-red-300\/40:focus{outline-color:#f1c6c666}.focus\:outline-red-300\/50:focus{outline-color:#f1c6c680}.focus\:outline-red-300\/60:focus{outline-color:#f1c6c699}.focus\:outline-red-300\/70:focus{outline-color:#f1c6c6b3}.focus\:outline-red-300\/75:focus{outline-color:#f1c6c6bf}.focus\:outline-red-300\/80:focus{outline-color:#f1c6c6cc}.focus\:outline-red-300\/90:focus{outline-color:#f1c6c6e6}.focus\:outline-red-300\/95:focus{outline-color:#f1c6c6f2}.focus\:outline-red-300\/100:focus{outline-color:#f1c6c6}.focus\:outline-red-400\/0:focus{outline-color:#eaa3a300}.focus\:outline-red-400\/5:focus{outline-color:#eaa3a30d}.focus\:outline-red-400\/10:focus{outline-color:#eaa3a31a}.focus\:outline-red-400\/20:focus{outline-color:#eaa3a333}.focus\:outline-red-400\/25:focus{outline-color:#eaa3a340}.focus\:outline-red-400\/30:focus{outline-color:#eaa3a34d}.focus\:outline-red-400\/40:focus{outline-color:#eaa3a366}.focus\:outline-red-400\/50:focus{outline-color:#eaa3a380}.focus\:outline-red-400\/60:focus{outline-color:#eaa3a399}.focus\:outline-red-400\/70:focus{outline-color:#eaa3a3b3}.focus\:outline-red-400\/75:focus{outline-color:#eaa3a3bf}.focus\:outline-red-400\/80:focus{outline-color:#eaa3a3cc}.focus\:outline-red-400\/90:focus{outline-color:#eaa3a3e6}.focus\:outline-red-400\/95:focus{outline-color:#eaa3a3f2}.focus\:outline-red-400\/100:focus{outline-color:#eaa3a3}.focus\:outline-red-500\/0:focus{outline-color:#e3767600}.focus\:outline-red-500\/5:focus{outline-color:#e376760d}.focus\:outline-red-500\/10:focus{outline-color:#e376761a}.focus\:outline-red-500\/20:focus{outline-color:#e3767633}.focus\:outline-red-500\/25:focus{outline-color:#e3767640}.focus\:outline-red-500\/30:focus{outline-color:#e376764d}.focus\:outline-red-500\/40:focus{outline-color:#e3767666}.focus\:outline-red-500\/50:focus{outline-color:#e3767680}.focus\:outline-red-500\/60:focus{outline-color:#e3767699}.focus\:outline-red-500\/70:focus{outline-color:#e37676b3}.focus\:outline-red-500\/75:focus{outline-color:#e37676bf}.focus\:outline-red-500\/80:focus{outline-color:#e37676cc}.focus\:outline-red-500\/90:focus{outline-color:#e37676e6}.focus\:outline-red-500\/95:focus{outline-color:#e37676f2}.focus\:outline-red-500\/100:focus{outline-color:#e37676}.focus\:outline-red-600\/0:focus{outline-color:#dc262600}.focus\:outline-red-600\/5:focus{outline-color:#dc26260d}.focus\:outline-red-600\/10:focus{outline-color:#dc26261a}.focus\:outline-red-600\/20:focus{outline-color:#dc262633}.focus\:outline-red-600\/25:focus{outline-color:#dc262640}.focus\:outline-red-600\/30:focus{outline-color:#dc26264d}.focus\:outline-red-600\/40:focus{outline-color:#dc262666}.focus\:outline-red-600\/50:focus{outline-color:#dc262680}.focus\:outline-red-600\/60:focus{outline-color:#dc262699}.focus\:outline-red-600\/70:focus{outline-color:#dc2626b3}.focus\:outline-red-600\/75:focus{outline-color:#dc2626bf}.focus\:outline-red-600\/80:focus{outline-color:#dc2626cc}.focus\:outline-red-600\/90:focus{outline-color:#dc2626e6}.focus\:outline-red-600\/95:focus{outline-color:#dc2626f2}.focus\:outline-red-600\/100:focus{outline-color:#dc2626}.focus\:outline-red-700\/0:focus{outline-color:#c4212100}.focus\:outline-red-700\/5:focus{outline-color:#c421210d}.focus\:outline-red-700\/10:focus{outline-color:#c421211a}.focus\:outline-red-700\/20:focus{outline-color:#c4212133}.focus\:outline-red-700\/25:focus{outline-color:#c4212140}.focus\:outline-red-700\/30:focus{outline-color:#c421214d}.focus\:outline-red-700\/40:focus{outline-color:#c4212166}.focus\:outline-red-700\/50:focus{outline-color:#c4212180}.focus\:outline-red-700\/60:focus{outline-color:#c4212199}.focus\:outline-red-700\/70:focus{outline-color:#c42121b3}.focus\:outline-red-700\/75:focus{outline-color:#c42121bf}.focus\:outline-red-700\/80:focus{outline-color:#c42121cc}.focus\:outline-red-700\/90:focus{outline-color:#c42121e6}.focus\:outline-red-700\/95:focus{outline-color:#c42121f2}.focus\:outline-red-700\/100:focus{outline-color:#c42121}.focus\:outline-red-800\/0:focus{outline-color:#aa1d1d00}.focus\:outline-red-800\/5:focus{outline-color:#aa1d1d0d}.focus\:outline-red-800\/10:focus{outline-color:#aa1d1d1a}.focus\:outline-red-800\/20:focus{outline-color:#aa1d1d33}.focus\:outline-red-800\/25:focus{outline-color:#aa1d1d40}.focus\:outline-red-800\/30:focus{outline-color:#aa1d1d4d}.focus\:outline-red-800\/40:focus{outline-color:#aa1d1d66}.focus\:outline-red-800\/50:focus{outline-color:#aa1d1d80}.focus\:outline-red-800\/60:focus{outline-color:#aa1d1d99}.focus\:outline-red-800\/70:focus{outline-color:#aa1d1db3}.focus\:outline-red-800\/75:focus{outline-color:#aa1d1dbf}.focus\:outline-red-800\/80:focus{outline-color:#aa1d1dcc}.focus\:outline-red-800\/90:focus{outline-color:#aa1d1de6}.focus\:outline-red-800\/95:focus{outline-color:#aa1d1df2}.focus\:outline-red-800\/100:focus{outline-color:#aa1d1d}.focus\:outline-red-900\/0:focus{outline-color:#8b181800}.focus\:outline-red-900\/5:focus{outline-color:#8b18180d}.focus\:outline-red-900\/10:focus{outline-color:#8b18181a}.focus\:outline-red-900\/20:focus{outline-color:#8b181833}.focus\:outline-red-900\/25:focus{outline-color:#8b181840}.focus\:outline-red-900\/30:focus{outline-color:#8b18184d}.focus\:outline-red-900\/40:focus{outline-color:#8b181866}.focus\:outline-red-900\/50:focus{outline-color:#8b181880}.focus\:outline-red-900\/60:focus{outline-color:#8b181899}.focus\:outline-red-900\/70:focus{outline-color:#8b1818b3}.focus\:outline-red-900\/75:focus{outline-color:#8b1818bf}.focus\:outline-red-900\/80:focus{outline-color:#8b1818cc}.focus\:outline-red-900\/90:focus{outline-color:#8b1818e6}.focus\:outline-red-900\/95:focus{outline-color:#8b1818f2}.focus\:outline-red-900\/100:focus{outline-color:#8b1818}.focus\:outline-orange-50\/0:focus{outline-color:#fff7ed00}.focus\:outline-orange-50\/5:focus{outline-color:#fff7ed0d}.focus\:outline-orange-50\/10:focus{outline-color:#fff7ed1a}.focus\:outline-orange-50\/20:focus{outline-color:#fff7ed33}.focus\:outline-orange-50\/25:focus{outline-color:#fff7ed40}.focus\:outline-orange-50\/30:focus{outline-color:#fff7ed4d}.focus\:outline-orange-50\/40:focus{outline-color:#fff7ed66}.focus\:outline-orange-50\/50:focus{outline-color:#fff7ed80}.focus\:outline-orange-50\/60:focus{outline-color:#fff7ed99}.focus\:outline-orange-50\/70:focus{outline-color:#fff7edb3}.focus\:outline-orange-50\/75:focus{outline-color:#fff7edbf}.focus\:outline-orange-50\/80:focus{outline-color:#fff7edcc}.focus\:outline-orange-50\/90:focus{outline-color:#fff7ede6}.focus\:outline-orange-50\/95:focus{outline-color:#fff7edf2}.focus\:outline-orange-50\/100:focus{outline-color:#fff7ed}.focus\:outline-orange-100\/0:focus{outline-color:#fcf3f100}.focus\:outline-orange-100\/5:focus{outline-color:#fcf3f10d}.focus\:outline-orange-100\/10:focus{outline-color:#fcf3f11a}.focus\:outline-orange-100\/20:focus{outline-color:#fcf3f133}.focus\:outline-orange-100\/25:focus{outline-color:#fcf3f140}.focus\:outline-orange-100\/30:focus{outline-color:#fcf3f14d}.focus\:outline-orange-100\/40:focus{outline-color:#fcf3f166}.focus\:outline-orange-100\/50:focus{outline-color:#fcf3f180}.focus\:outline-orange-100\/60:focus{outline-color:#fcf3f199}.focus\:outline-orange-100\/70:focus{outline-color:#fcf3f1b3}.focus\:outline-orange-100\/75:focus{outline-color:#fcf3f1bf}.focus\:outline-orange-100\/80:focus{outline-color:#fcf3f1cc}.focus\:outline-orange-100\/90:focus{outline-color:#fcf3f1e6}.focus\:outline-orange-100\/95:focus{outline-color:#fcf3f1f2}.focus\:outline-orange-100\/100:focus{outline-color:#fcf3f1}.focus\:outline-orange-200\/0:focus{outline-color:#fae7e400}.focus\:outline-orange-200\/5:focus{outline-color:#fae7e40d}.focus\:outline-orange-200\/10:focus{outline-color:#fae7e41a}.focus\:outline-orange-200\/20:focus{outline-color:#fae7e433}.focus\:outline-orange-200\/25:focus{outline-color:#fae7e440}.focus\:outline-orange-200\/30:focus{outline-color:#fae7e44d}.focus\:outline-orange-200\/40:focus{outline-color:#fae7e466}.focus\:outline-orange-200\/50:focus{outline-color:#fae7e480}.focus\:outline-orange-200\/60:focus{outline-color:#fae7e499}.focus\:outline-orange-200\/70:focus{outline-color:#fae7e4b3}.focus\:outline-orange-200\/75:focus{outline-color:#fae7e4bf}.focus\:outline-orange-200\/80:focus{outline-color:#fae7e4cc}.focus\:outline-orange-200\/90:focus{outline-color:#fae7e4e6}.focus\:outline-orange-200\/95:focus{outline-color:#fae7e4f2}.focus\:outline-orange-200\/100:focus{outline-color:#fae7e4}.focus\:outline-orange-300\/0:focus{outline-color:#f6cdc500}.focus\:outline-orange-300\/5:focus{outline-color:#f6cdc50d}.focus\:outline-orange-300\/10:focus{outline-color:#f6cdc51a}.focus\:outline-orange-300\/20:focus{outline-color:#f6cdc533}.focus\:outline-orange-300\/25:focus{outline-color:#f6cdc540}.focus\:outline-orange-300\/30:focus{outline-color:#f6cdc54d}.focus\:outline-orange-300\/40:focus{outline-color:#f6cdc566}.focus\:outline-orange-300\/50:focus{outline-color:#f6cdc580}.focus\:outline-orange-300\/60:focus{outline-color:#f6cdc599}.focus\:outline-orange-300\/70:focus{outline-color:#f6cdc5b3}.focus\:outline-orange-300\/75:focus{outline-color:#f6cdc5bf}.focus\:outline-orange-300\/80:focus{outline-color:#f6cdc5cc}.focus\:outline-orange-300\/90:focus{outline-color:#f6cdc5e6}.focus\:outline-orange-300\/95:focus{outline-color:#f6cdc5f2}.focus\:outline-orange-300\/100:focus{outline-color:#f6cdc5}.focus\:outline-orange-400\/0:focus{outline-color:#f2afa100}.focus\:outline-orange-400\/5:focus{outline-color:#f2afa10d}.focus\:outline-orange-400\/10:focus{outline-color:#f2afa11a}.focus\:outline-orange-400\/20:focus{outline-color:#f2afa133}.focus\:outline-orange-400\/25:focus{outline-color:#f2afa140}.focus\:outline-orange-400\/30:focus{outline-color:#f2afa14d}.focus\:outline-orange-400\/40:focus{outline-color:#f2afa166}.focus\:outline-orange-400\/50:focus{outline-color:#f2afa180}.focus\:outline-orange-400\/60:focus{outline-color:#f2afa199}.focus\:outline-orange-400\/70:focus{outline-color:#f2afa1b3}.focus\:outline-orange-400\/75:focus{outline-color:#f2afa1bf}.focus\:outline-orange-400\/80:focus{outline-color:#f2afa1cc}.focus\:outline-orange-400\/90:focus{outline-color:#f2afa1e6}.focus\:outline-orange-400\/95:focus{outline-color:#f2afa1f2}.focus\:outline-orange-400\/100:focus{outline-color:#f2afa1}.focus\:outline-orange-500\/0:focus{outline-color:#ee8a7200}.focus\:outline-orange-500\/5:focus{outline-color:#ee8a720d}.focus\:outline-orange-500\/10:focus{outline-color:#ee8a721a}.focus\:outline-orange-500\/20:focus{outline-color:#ee8a7233}.focus\:outline-orange-500\/25:focus{outline-color:#ee8a7240}.focus\:outline-orange-500\/30:focus{outline-color:#ee8a724d}.focus\:outline-orange-500\/40:focus{outline-color:#ee8a7266}.focus\:outline-orange-500\/50:focus{outline-color:#ee8a7280}.focus\:outline-orange-500\/60:focus{outline-color:#ee8a7299}.focus\:outline-orange-500\/70:focus{outline-color:#ee8a72b3}.focus\:outline-orange-500\/75:focus{outline-color:#ee8a72bf}.focus\:outline-orange-500\/80:focus{outline-color:#ee8a72cc}.focus\:outline-orange-500\/90:focus{outline-color:#ee8a72e6}.focus\:outline-orange-500\/95:focus{outline-color:#ee8a72f2}.focus\:outline-orange-500\/100:focus{outline-color:#ee8a72}.focus\:outline-orange-600\/0:focus{outline-color:#ea580c00}.focus\:outline-orange-600\/5:focus{outline-color:#ea580c0d}.focus\:outline-orange-600\/10:focus{outline-color:#ea580c1a}.focus\:outline-orange-600\/20:focus{outline-color:#ea580c33}.focus\:outline-orange-600\/25:focus{outline-color:#ea580c40}.focus\:outline-orange-600\/30:focus{outline-color:#ea580c4d}.focus\:outline-orange-600\/40:focus{outline-color:#ea580c66}.focus\:outline-orange-600\/50:focus{outline-color:#ea580c80}.focus\:outline-orange-600\/60:focus{outline-color:#ea580c99}.focus\:outline-orange-600\/70:focus{outline-color:#ea580cb3}.focus\:outline-orange-600\/75:focus{outline-color:#ea580cbf}.focus\:outline-orange-600\/80:focus{outline-color:#ea580ccc}.focus\:outline-orange-600\/90:focus{outline-color:#ea580ce6}.focus\:outline-orange-600\/95:focus{outline-color:#ea580cf2}.focus\:outline-orange-600\/100:focus{outline-color:#ea580c}.focus\:outline-orange-700\/0:focus{outline-color:#d14e0a00}.focus\:outline-orange-700\/5:focus{outline-color:#d14e0a0d}.focus\:outline-orange-700\/10:focus{outline-color:#d14e0a1a}.focus\:outline-orange-700\/20:focus{outline-color:#d14e0a33}.focus\:outline-orange-700\/25:focus{outline-color:#d14e0a40}.focus\:outline-orange-700\/30:focus{outline-color:#d14e0a4d}.focus\:outline-orange-700\/40:focus{outline-color:#d14e0a66}.focus\:outline-orange-700\/50:focus{outline-color:#d14e0a80}.focus\:outline-orange-700\/60:focus{outline-color:#d14e0a99}.focus\:outline-orange-700\/70:focus{outline-color:#d14e0ab3}.focus\:outline-orange-700\/75:focus{outline-color:#d14e0abf}.focus\:outline-orange-700\/80:focus{outline-color:#d14e0acc}.focus\:outline-orange-700\/90:focus{outline-color:#d14e0ae6}.focus\:outline-orange-700\/95:focus{outline-color:#d14e0af2}.focus\:outline-orange-700\/100:focus{outline-color:#d14e0a}.focus\:outline-orange-800\/0:focus{outline-color:#b5440900}.focus\:outline-orange-800\/5:focus{outline-color:#b544090d}.focus\:outline-orange-800\/10:focus{outline-color:#b544091a}.focus\:outline-orange-800\/20:focus{outline-color:#b5440933}.focus\:outline-orange-800\/25:focus{outline-color:#b5440940}.focus\:outline-orange-800\/30:focus{outline-color:#b544094d}.focus\:outline-orange-800\/40:focus{outline-color:#b5440966}.focus\:outline-orange-800\/50:focus{outline-color:#b5440980}.focus\:outline-orange-800\/60:focus{outline-color:#b5440999}.focus\:outline-orange-800\/70:focus{outline-color:#b54409b3}.focus\:outline-orange-800\/75:focus{outline-color:#b54409bf}.focus\:outline-orange-800\/80:focus{outline-color:#b54409cc}.focus\:outline-orange-800\/90:focus{outline-color:#b54409e6}.focus\:outline-orange-800\/95:focus{outline-color:#b54409f2}.focus\:outline-orange-800\/100:focus{outline-color:#b54409}.focus\:outline-orange-900\/0:focus{outline-color:#93370700}.focus\:outline-orange-900\/5:focus{outline-color:#9337070d}.focus\:outline-orange-900\/10:focus{outline-color:#9337071a}.focus\:outline-orange-900\/20:focus{outline-color:#93370733}.focus\:outline-orange-900\/25:focus{outline-color:#93370740}.focus\:outline-orange-900\/30:focus{outline-color:#9337074d}.focus\:outline-orange-900\/40:focus{outline-color:#93370766}.focus\:outline-orange-900\/50:focus{outline-color:#93370780}.focus\:outline-orange-900\/60:focus{outline-color:#93370799}.focus\:outline-orange-900\/70:focus{outline-color:#933707b3}.focus\:outline-orange-900\/75:focus{outline-color:#933707bf}.focus\:outline-orange-900\/80:focus{outline-color:#933707cc}.focus\:outline-orange-900\/90:focus{outline-color:#933707e6}.focus\:outline-orange-900\/95:focus{outline-color:#933707f2}.focus\:outline-orange-900\/100:focus{outline-color:#933707}.focus\:outline-yellow-50\/0:focus{outline-color:#fefce800}.focus\:outline-yellow-50\/5:focus{outline-color:#fefce80d}.focus\:outline-yellow-50\/10:focus{outline-color:#fefce81a}.focus\:outline-yellow-50\/20:focus{outline-color:#fefce833}.focus\:outline-yellow-50\/25:focus{outline-color:#fefce840}.focus\:outline-yellow-50\/30:focus{outline-color:#fefce84d}.focus\:outline-yellow-50\/40:focus{outline-color:#fefce866}.focus\:outline-yellow-50\/50:focus{outline-color:#fefce880}.focus\:outline-yellow-50\/60:focus{outline-color:#fefce899}.focus\:outline-yellow-50\/70:focus{outline-color:#fefce8b3}.focus\:outline-yellow-50\/75:focus{outline-color:#fefce8bf}.focus\:outline-yellow-50\/80:focus{outline-color:#fefce8cc}.focus\:outline-yellow-50\/90:focus{outline-color:#fefce8e6}.focus\:outline-yellow-50\/95:focus{outline-color:#fefce8f2}.focus\:outline-yellow-50\/100:focus{outline-color:#fefce8}.focus\:outline-yellow-100\/0:focus{outline-color:#fef3c700}.focus\:outline-yellow-100\/5:focus{outline-color:#fef3c70d}.focus\:outline-yellow-100\/10:focus{outline-color:#fef3c71a}.focus\:outline-yellow-100\/20:focus{outline-color:#fef3c733}.focus\:outline-yellow-100\/25:focus{outline-color:#fef3c740}.focus\:outline-yellow-100\/30:focus{outline-color:#fef3c74d}.focus\:outline-yellow-100\/40:focus{outline-color:#fef3c766}.focus\:outline-yellow-100\/50:focus{outline-color:#fef3c780}.focus\:outline-yellow-100\/60:focus{outline-color:#fef3c799}.focus\:outline-yellow-100\/70:focus{outline-color:#fef3c7b3}.focus\:outline-yellow-100\/75:focus{outline-color:#fef3c7bf}.focus\:outline-yellow-100\/80:focus{outline-color:#fef3c7cc}.focus\:outline-yellow-100\/90:focus{outline-color:#fef3c7e6}.focus\:outline-yellow-100\/95:focus{outline-color:#fef3c7f2}.focus\:outline-yellow-100\/100:focus{outline-color:#fef3c7}.focus\:outline-yellow-200\/0:focus{outline-color:#fde68a00}.focus\:outline-yellow-200\/5:focus{outline-color:#fde68a0d}.focus\:outline-yellow-200\/10:focus{outline-color:#fde68a1a}.focus\:outline-yellow-200\/20:focus{outline-color:#fde68a33}.focus\:outline-yellow-200\/25:focus{outline-color:#fde68a40}.focus\:outline-yellow-200\/30:focus{outline-color:#fde68a4d}.focus\:outline-yellow-200\/40:focus{outline-color:#fde68a66}.focus\:outline-yellow-200\/50:focus{outline-color:#fde68a80}.focus\:outline-yellow-200\/60:focus{outline-color:#fde68a99}.focus\:outline-yellow-200\/70:focus{outline-color:#fde68ab3}.focus\:outline-yellow-200\/75:focus{outline-color:#fde68abf}.focus\:outline-yellow-200\/80:focus{outline-color:#fde68acc}.focus\:outline-yellow-200\/90:focus{outline-color:#fde68ae6}.focus\:outline-yellow-200\/95:focus{outline-color:#fde68af2}.focus\:outline-yellow-200\/100:focus{outline-color:#fde68a}.focus\:outline-yellow-300\/0:focus{outline-color:#fcd34d00}.focus\:outline-yellow-300\/5:focus{outline-color:#fcd34d0d}.focus\:outline-yellow-300\/10:focus{outline-color:#fcd34d1a}.focus\:outline-yellow-300\/20:focus{outline-color:#fcd34d33}.focus\:outline-yellow-300\/25:focus{outline-color:#fcd34d40}.focus\:outline-yellow-300\/30:focus{outline-color:#fcd34d4d}.focus\:outline-yellow-300\/40:focus{outline-color:#fcd34d66}.focus\:outline-yellow-300\/50:focus{outline-color:#fcd34d80}.focus\:outline-yellow-300\/60:focus{outline-color:#fcd34d99}.focus\:outline-yellow-300\/70:focus{outline-color:#fcd34db3}.focus\:outline-yellow-300\/75:focus{outline-color:#fcd34dbf}.focus\:outline-yellow-300\/80:focus{outline-color:#fcd34dcc}.focus\:outline-yellow-300\/90:focus{outline-color:#fcd34de6}.focus\:outline-yellow-300\/95:focus{outline-color:#fcd34df2}.focus\:outline-yellow-300\/100:focus{outline-color:#fcd34d}.focus\:outline-yellow-400\/0:focus{outline-color:#fbbf2400}.focus\:outline-yellow-400\/5:focus{outline-color:#fbbf240d}.focus\:outline-yellow-400\/10:focus{outline-color:#fbbf241a}.focus\:outline-yellow-400\/20:focus{outline-color:#fbbf2433}.focus\:outline-yellow-400\/25:focus{outline-color:#fbbf2440}.focus\:outline-yellow-400\/30:focus{outline-color:#fbbf244d}.focus\:outline-yellow-400\/40:focus{outline-color:#fbbf2466}.focus\:outline-yellow-400\/50:focus{outline-color:#fbbf2480}.focus\:outline-yellow-400\/60:focus{outline-color:#fbbf2499}.focus\:outline-yellow-400\/70:focus{outline-color:#fbbf24b3}.focus\:outline-yellow-400\/75:focus{outline-color:#fbbf24bf}.focus\:outline-yellow-400\/80:focus{outline-color:#fbbf24cc}.focus\:outline-yellow-400\/90:focus{outline-color:#fbbf24e6}.focus\:outline-yellow-400\/95:focus{outline-color:#fbbf24f2}.focus\:outline-yellow-400\/100:focus{outline-color:#fbbf24}.focus\:outline-yellow-500\/0:focus{outline-color:#eab30800}.focus\:outline-yellow-500\/5:focus{outline-color:#eab3080d}.focus\:outline-yellow-500\/10:focus{outline-color:#eab3081a}.focus\:outline-yellow-500\/20:focus{outline-color:#eab30833}.focus\:outline-yellow-500\/25:focus{outline-color:#eab30840}.focus\:outline-yellow-500\/30:focus{outline-color:#eab3084d}.focus\:outline-yellow-500\/40:focus{outline-color:#eab30866}.focus\:outline-yellow-500\/50:focus{outline-color:#eab30880}.focus\:outline-yellow-500\/60:focus{outline-color:#eab30899}.focus\:outline-yellow-500\/70:focus{outline-color:#eab308b3}.focus\:outline-yellow-500\/75:focus{outline-color:#eab308bf}.focus\:outline-yellow-500\/80:focus{outline-color:#eab308cc}.focus\:outline-yellow-500\/90:focus{outline-color:#eab308e6}.focus\:outline-yellow-500\/95:focus{outline-color:#eab308f2}.focus\:outline-yellow-500\/100:focus{outline-color:#eab308}.focus\:outline-yellow-600\/0:focus{outline-color:#d9770600}.focus\:outline-yellow-600\/5:focus{outline-color:#d977060d}.focus\:outline-yellow-600\/10:focus{outline-color:#d977061a}.focus\:outline-yellow-600\/20:focus{outline-color:#d9770633}.focus\:outline-yellow-600\/25:focus{outline-color:#d9770640}.focus\:outline-yellow-600\/30:focus{outline-color:#d977064d}.focus\:outline-yellow-600\/40:focus{outline-color:#d9770666}.focus\:outline-yellow-600\/50:focus{outline-color:#d9770680}.focus\:outline-yellow-600\/60:focus{outline-color:#d9770699}.focus\:outline-yellow-600\/70:focus{outline-color:#d97706b3}.focus\:outline-yellow-600\/75:focus{outline-color:#d97706bf}.focus\:outline-yellow-600\/80:focus{outline-color:#d97706cc}.focus\:outline-yellow-600\/90:focus{outline-color:#d97706e6}.focus\:outline-yellow-600\/95:focus{outline-color:#d97706f2}.focus\:outline-yellow-600\/100:focus{outline-color:#d97706}.focus\:outline-yellow-700\/0:focus{outline-color:#b4530900}.focus\:outline-yellow-700\/5:focus{outline-color:#b453090d}.focus\:outline-yellow-700\/10:focus{outline-color:#b453091a}.focus\:outline-yellow-700\/20:focus{outline-color:#b4530933}.focus\:outline-yellow-700\/25:focus{outline-color:#b4530940}.focus\:outline-yellow-700\/30:focus{outline-color:#b453094d}.focus\:outline-yellow-700\/40:focus{outline-color:#b4530966}.focus\:outline-yellow-700\/50:focus{outline-color:#b4530980}.focus\:outline-yellow-700\/60:focus{outline-color:#b4530999}.focus\:outline-yellow-700\/70:focus{outline-color:#b45309b3}.focus\:outline-yellow-700\/75:focus{outline-color:#b45309bf}.focus\:outline-yellow-700\/80:focus{outline-color:#b45309cc}.focus\:outline-yellow-700\/90:focus{outline-color:#b45309e6}.focus\:outline-yellow-700\/95:focus{outline-color:#b45309f2}.focus\:outline-yellow-700\/100:focus{outline-color:#b45309}.focus\:outline-yellow-800\/0:focus{outline-color:#92400e00}.focus\:outline-yellow-800\/5:focus{outline-color:#92400e0d}.focus\:outline-yellow-800\/10:focus{outline-color:#92400e1a}.focus\:outline-yellow-800\/20:focus{outline-color:#92400e33}.focus\:outline-yellow-800\/25:focus{outline-color:#92400e40}.focus\:outline-yellow-800\/30:focus{outline-color:#92400e4d}.focus\:outline-yellow-800\/40:focus{outline-color:#92400e66}.focus\:outline-yellow-800\/50:focus{outline-color:#92400e80}.focus\:outline-yellow-800\/60:focus{outline-color:#92400e99}.focus\:outline-yellow-800\/70:focus{outline-color:#92400eb3}.focus\:outline-yellow-800\/75:focus{outline-color:#92400ebf}.focus\:outline-yellow-800\/80:focus{outline-color:#92400ecc}.focus\:outline-yellow-800\/90:focus{outline-color:#92400ee6}.focus\:outline-yellow-800\/95:focus{outline-color:#92400ef2}.focus\:outline-yellow-800\/100:focus{outline-color:#92400e}.focus\:outline-yellow-900\/0:focus{outline-color:#78350f00}.focus\:outline-yellow-900\/5:focus{outline-color:#78350f0d}.focus\:outline-yellow-900\/10:focus{outline-color:#78350f1a}.focus\:outline-yellow-900\/20:focus{outline-color:#78350f33}.focus\:outline-yellow-900\/25:focus{outline-color:#78350f40}.focus\:outline-yellow-900\/30:focus{outline-color:#78350f4d}.focus\:outline-yellow-900\/40:focus{outline-color:#78350f66}.focus\:outline-yellow-900\/50:focus{outline-color:#78350f80}.focus\:outline-yellow-900\/60:focus{outline-color:#78350f99}.focus\:outline-yellow-900\/70:focus{outline-color:#78350fb3}.focus\:outline-yellow-900\/75:focus{outline-color:#78350fbf}.focus\:outline-yellow-900\/80:focus{outline-color:#78350fcc}.focus\:outline-yellow-900\/90:focus{outline-color:#78350fe6}.focus\:outline-yellow-900\/95:focus{outline-color:#78350ff2}.focus\:outline-yellow-900\/100:focus{outline-color:#78350f}.focus\:outline-green-50\/0:focus{outline-color:#f0fdf400}.focus\:outline-green-50\/5:focus{outline-color:#f0fdf40d}.focus\:outline-green-50\/10:focus{outline-color:#f0fdf41a}.focus\:outline-green-50\/20:focus{outline-color:#f0fdf433}.focus\:outline-green-50\/25:focus{outline-color:#f0fdf440}.focus\:outline-green-50\/30:focus{outline-color:#f0fdf44d}.focus\:outline-green-50\/40:focus{outline-color:#f0fdf466}.focus\:outline-green-50\/50:focus{outline-color:#f0fdf480}.focus\:outline-green-50\/60:focus{outline-color:#f0fdf499}.focus\:outline-green-50\/70:focus{outline-color:#f0fdf4b3}.focus\:outline-green-50\/75:focus{outline-color:#f0fdf4bf}.focus\:outline-green-50\/80:focus{outline-color:#f0fdf4cc}.focus\:outline-green-50\/90:focus{outline-color:#f0fdf4e6}.focus\:outline-green-50\/95:focus{outline-color:#f0fdf4f2}.focus\:outline-green-50\/100:focus{outline-color:#f0fdf4}.focus\:outline-green-100\/0:focus{outline-color:#f2faf600}.focus\:outline-green-100\/5:focus{outline-color:#f2faf60d}.focus\:outline-green-100\/10:focus{outline-color:#f2faf61a}.focus\:outline-green-100\/20:focus{outline-color:#f2faf633}.focus\:outline-green-100\/25:focus{outline-color:#f2faf640}.focus\:outline-green-100\/30:focus{outline-color:#f2faf64d}.focus\:outline-green-100\/40:focus{outline-color:#f2faf666}.focus\:outline-green-100\/50:focus{outline-color:#f2faf680}.focus\:outline-green-100\/60:focus{outline-color:#f2faf699}.focus\:outline-green-100\/70:focus{outline-color:#f2faf6b3}.focus\:outline-green-100\/75:focus{outline-color:#f2faf6bf}.focus\:outline-green-100\/80:focus{outline-color:#f2faf6cc}.focus\:outline-green-100\/90:focus{outline-color:#f2faf6e6}.focus\:outline-green-100\/95:focus{outline-color:#f2faf6f2}.focus\:outline-green-100\/100:focus{outline-color:#f2faf6}.focus\:outline-green-200\/0:focus{outline-color:#e5f6ee00}.focus\:outline-green-200\/5:focus{outline-color:#e5f6ee0d}.focus\:outline-green-200\/10:focus{outline-color:#e5f6ee1a}.focus\:outline-green-200\/20:focus{outline-color:#e5f6ee33}.focus\:outline-green-200\/25:focus{outline-color:#e5f6ee40}.focus\:outline-green-200\/30:focus{outline-color:#e5f6ee4d}.focus\:outline-green-200\/40:focus{outline-color:#e5f6ee66}.focus\:outline-green-200\/50:focus{outline-color:#e5f6ee80}.focus\:outline-green-200\/60:focus{outline-color:#e5f6ee99}.focus\:outline-green-200\/70:focus{outline-color:#e5f6eeb3}.focus\:outline-green-200\/75:focus{outline-color:#e5f6eebf}.focus\:outline-green-200\/80:focus{outline-color:#e5f6eecc}.focus\:outline-green-200\/90:focus{outline-color:#e5f6eee6}.focus\:outline-green-200\/95:focus{outline-color:#e5f6eef2}.focus\:outline-green-200\/100:focus{outline-color:#e5f6ee}.focus\:outline-green-300\/0:focus{outline-color:#c8eedb00}.focus\:outline-green-300\/5:focus{outline-color:#c8eedb0d}.focus\:outline-green-300\/10:focus{outline-color:#c8eedb1a}.focus\:outline-green-300\/20:focus{outline-color:#c8eedb33}.focus\:outline-green-300\/25:focus{outline-color:#c8eedb40}.focus\:outline-green-300\/30:focus{outline-color:#c8eedb4d}.focus\:outline-green-300\/40:focus{outline-color:#c8eedb66}.focus\:outline-green-300\/50:focus{outline-color:#c8eedb80}.focus\:outline-green-300\/60:focus{outline-color:#c8eedb99}.focus\:outline-green-300\/70:focus{outline-color:#c8eedbb3}.focus\:outline-green-300\/75:focus{outline-color:#c8eedbbf}.focus\:outline-green-300\/80:focus{outline-color:#c8eedbcc}.focus\:outline-green-300\/90:focus{outline-color:#c8eedbe6}.focus\:outline-green-300\/95:focus{outline-color:#c8eedbf2}.focus\:outline-green-300\/100:focus{outline-color:#c8eedb}.focus\:outline-green-400\/0:focus{outline-color:#a6e5c800}.focus\:outline-green-400\/5:focus{outline-color:#a6e5c80d}.focus\:outline-green-400\/10:focus{outline-color:#a6e5c81a}.focus\:outline-green-400\/20:focus{outline-color:#a6e5c833}.focus\:outline-green-400\/25:focus{outline-color:#a6e5c840}.focus\:outline-green-400\/30:focus{outline-color:#a6e5c84d}.focus\:outline-green-400\/40:focus{outline-color:#a6e5c866}.focus\:outline-green-400\/50:focus{outline-color:#a6e5c880}.focus\:outline-green-400\/60:focus{outline-color:#a6e5c899}.focus\:outline-green-400\/70:focus{outline-color:#a6e5c8b3}.focus\:outline-green-400\/75:focus{outline-color:#a6e5c8bf}.focus\:outline-green-400\/80:focus{outline-color:#a6e5c8cc}.focus\:outline-green-400\/90:focus{outline-color:#a6e5c8e6}.focus\:outline-green-400\/95:focus{outline-color:#a6e5c8f2}.focus\:outline-green-400\/100:focus{outline-color:#a6e5c8}.focus\:outline-green-500\/0:focus{outline-color:#7bdcb200}.focus\:outline-green-500\/5:focus{outline-color:#7bdcb20d}.focus\:outline-green-500\/10:focus{outline-color:#7bdcb21a}.focus\:outline-green-500\/20:focus{outline-color:#7bdcb233}.focus\:outline-green-500\/25:focus{outline-color:#7bdcb240}.focus\:outline-green-500\/30:focus{outline-color:#7bdcb24d}.focus\:outline-green-500\/40:focus{outline-color:#7bdcb266}.focus\:outline-green-500\/50:focus{outline-color:#7bdcb280}.focus\:outline-green-500\/60:focus{outline-color:#7bdcb299}.focus\:outline-green-500\/70:focus{outline-color:#7bdcb2b3}.focus\:outline-green-500\/75:focus{outline-color:#7bdcb2bf}.focus\:outline-green-500\/80:focus{outline-color:#7bdcb2cc}.focus\:outline-green-500\/90:focus{outline-color:#7bdcb2e6}.focus\:outline-green-500\/95:focus{outline-color:#7bdcb2f2}.focus\:outline-green-500\/100:focus{outline-color:#7bdcb2}.focus\:outline-green-600\/0:focus{outline-color:#34d39900}.focus\:outline-green-600\/5:focus{outline-color:#34d3990d}.focus\:outline-green-600\/10:focus{outline-color:#34d3991a}.focus\:outline-green-600\/20:focus{outline-color:#34d39933}.focus\:outline-green-600\/25:focus{outline-color:#34d39940}.focus\:outline-green-600\/30:focus{outline-color:#34d3994d}.focus\:outline-green-600\/40:focus{outline-color:#34d39966}.focus\:outline-green-600\/50:focus{outline-color:#34d39980}.focus\:outline-green-600\/60:focus{outline-color:#34d39999}.focus\:outline-green-600\/70:focus{outline-color:#34d399b3}.focus\:outline-green-600\/75:focus{outline-color:#34d399bf}.focus\:outline-green-600\/80:focus{outline-color:#34d399cc}.focus\:outline-green-600\/90:focus{outline-color:#34d399e6}.focus\:outline-green-600\/95:focus{outline-color:#34d399f2}.focus\:outline-green-600\/100:focus{outline-color:#34d399}.focus\:outline-green-700\/0:focus{outline-color:#2ebc8800}.focus\:outline-green-700\/5:focus{outline-color:#2ebc880d}.focus\:outline-green-700\/10:focus{outline-color:#2ebc881a}.focus\:outline-green-700\/20:focus{outline-color:#2ebc8833}.focus\:outline-green-700\/25:focus{outline-color:#2ebc8840}.focus\:outline-green-700\/30:focus{outline-color:#2ebc884d}.focus\:outline-green-700\/40:focus{outline-color:#2ebc8866}.focus\:outline-green-700\/50:focus{outline-color:#2ebc8880}.focus\:outline-green-700\/60:focus{outline-color:#2ebc8899}.focus\:outline-green-700\/70:focus{outline-color:#2ebc88b3}.focus\:outline-green-700\/75:focus{outline-color:#2ebc88bf}.focus\:outline-green-700\/80:focus{outline-color:#2ebc88cc}.focus\:outline-green-700\/90:focus{outline-color:#2ebc88e6}.focus\:outline-green-700\/95:focus{outline-color:#2ebc88f2}.focus\:outline-green-700\/100:focus{outline-color:#2ebc88}.focus\:outline-green-800\/0:focus{outline-color:#28a37600}.focus\:outline-green-800\/5:focus{outline-color:#28a3760d}.focus\:outline-green-800\/10:focus{outline-color:#28a3761a}.focus\:outline-green-800\/20:focus{outline-color:#28a37633}.focus\:outline-green-800\/25:focus{outline-color:#28a37640}.focus\:outline-green-800\/30:focus{outline-color:#28a3764d}.focus\:outline-green-800\/40:focus{outline-color:#28a37666}.focus\:outline-green-800\/50:focus{outline-color:#28a37680}.focus\:outline-green-800\/60:focus{outline-color:#28a37699}.focus\:outline-green-800\/70:focus{outline-color:#28a376b3}.focus\:outline-green-800\/75:focus{outline-color:#28a376bf}.focus\:outline-green-800\/80:focus{outline-color:#28a376cc}.focus\:outline-green-800\/90:focus{outline-color:#28a376e6}.focus\:outline-green-800\/95:focus{outline-color:#28a376f2}.focus\:outline-green-800\/100:focus{outline-color:#28a376}.focus\:outline-green-900\/0:focus{outline-color:#20856000}.focus\:outline-green-900\/5:focus{outline-color:#2085600d}.focus\:outline-green-900\/10:focus{outline-color:#2085601a}.focus\:outline-green-900\/20:focus{outline-color:#20856033}.focus\:outline-green-900\/25:focus{outline-color:#20856040}.focus\:outline-green-900\/30:focus{outline-color:#2085604d}.focus\:outline-green-900\/40:focus{outline-color:#20856066}.focus\:outline-green-900\/50:focus{outline-color:#20856080}.focus\:outline-green-900\/60:focus{outline-color:#20856099}.focus\:outline-green-900\/70:focus{outline-color:#208560b3}.focus\:outline-green-900\/75:focus{outline-color:#208560bf}.focus\:outline-green-900\/80:focus{outline-color:#208560cc}.focus\:outline-green-900\/90:focus{outline-color:#208560e6}.focus\:outline-green-900\/95:focus{outline-color:#208560f2}.focus\:outline-green-900\/100:focus{outline-color:#208560}.focus\:outline-emerald-50\/0:focus{outline-color:#ecfdf500}.focus\:outline-emerald-50\/5:focus{outline-color:#ecfdf50d}.focus\:outline-emerald-50\/10:focus{outline-color:#ecfdf51a}.focus\:outline-emerald-50\/20:focus{outline-color:#ecfdf533}.focus\:outline-emerald-50\/25:focus{outline-color:#ecfdf540}.focus\:outline-emerald-50\/30:focus{outline-color:#ecfdf54d}.focus\:outline-emerald-50\/40:focus{outline-color:#ecfdf566}.focus\:outline-emerald-50\/50:focus{outline-color:#ecfdf580}.focus\:outline-emerald-50\/60:focus{outline-color:#ecfdf599}.focus\:outline-emerald-50\/70:focus{outline-color:#ecfdf5b3}.focus\:outline-emerald-50\/75:focus{outline-color:#ecfdf5bf}.focus\:outline-emerald-50\/80:focus{outline-color:#ecfdf5cc}.focus\:outline-emerald-50\/90:focus{outline-color:#ecfdf5e6}.focus\:outline-emerald-50\/95:focus{outline-color:#ecfdf5f2}.focus\:outline-emerald-50\/100:focus{outline-color:#ecfdf5}.focus\:outline-emerald-100\/0:focus{outline-color:#d1fae500}.focus\:outline-emerald-100\/5:focus{outline-color:#d1fae50d}.focus\:outline-emerald-100\/10:focus{outline-color:#d1fae51a}.focus\:outline-emerald-100\/20:focus{outline-color:#d1fae533}.focus\:outline-emerald-100\/25:focus{outline-color:#d1fae540}.focus\:outline-emerald-100\/30:focus{outline-color:#d1fae54d}.focus\:outline-emerald-100\/40:focus{outline-color:#d1fae566}.focus\:outline-emerald-100\/50:focus{outline-color:#d1fae580}.focus\:outline-emerald-100\/60:focus{outline-color:#d1fae599}.focus\:outline-emerald-100\/70:focus{outline-color:#d1fae5b3}.focus\:outline-emerald-100\/75:focus{outline-color:#d1fae5bf}.focus\:outline-emerald-100\/80:focus{outline-color:#d1fae5cc}.focus\:outline-emerald-100\/90:focus{outline-color:#d1fae5e6}.focus\:outline-emerald-100\/95:focus{outline-color:#d1fae5f2}.focus\:outline-emerald-100\/100:focus{outline-color:#d1fae5}.focus\:outline-emerald-200\/0:focus{outline-color:#a7f3d000}.focus\:outline-emerald-200\/5:focus{outline-color:#a7f3d00d}.focus\:outline-emerald-200\/10:focus{outline-color:#a7f3d01a}.focus\:outline-emerald-200\/20:focus{outline-color:#a7f3d033}.focus\:outline-emerald-200\/25:focus{outline-color:#a7f3d040}.focus\:outline-emerald-200\/30:focus{outline-color:#a7f3d04d}.focus\:outline-emerald-200\/40:focus{outline-color:#a7f3d066}.focus\:outline-emerald-200\/50:focus{outline-color:#a7f3d080}.focus\:outline-emerald-200\/60:focus{outline-color:#a7f3d099}.focus\:outline-emerald-200\/70:focus{outline-color:#a7f3d0b3}.focus\:outline-emerald-200\/75:focus{outline-color:#a7f3d0bf}.focus\:outline-emerald-200\/80:focus{outline-color:#a7f3d0cc}.focus\:outline-emerald-200\/90:focus{outline-color:#a7f3d0e6}.focus\:outline-emerald-200\/95:focus{outline-color:#a7f3d0f2}.focus\:outline-emerald-200\/100:focus{outline-color:#a7f3d0}.focus\:outline-emerald-300\/0:focus{outline-color:#6ee7b700}.focus\:outline-emerald-300\/5:focus{outline-color:#6ee7b70d}.focus\:outline-emerald-300\/10:focus{outline-color:#6ee7b71a}.focus\:outline-emerald-300\/20:focus{outline-color:#6ee7b733}.focus\:outline-emerald-300\/25:focus{outline-color:#6ee7b740}.focus\:outline-emerald-300\/30:focus{outline-color:#6ee7b74d}.focus\:outline-emerald-300\/40:focus{outline-color:#6ee7b766}.focus\:outline-emerald-300\/50:focus{outline-color:#6ee7b780}.focus\:outline-emerald-300\/60:focus{outline-color:#6ee7b799}.focus\:outline-emerald-300\/70:focus{outline-color:#6ee7b7b3}.focus\:outline-emerald-300\/75:focus{outline-color:#6ee7b7bf}.focus\:outline-emerald-300\/80:focus{outline-color:#6ee7b7cc}.focus\:outline-emerald-300\/90:focus{outline-color:#6ee7b7e6}.focus\:outline-emerald-300\/95:focus{outline-color:#6ee7b7f2}.focus\:outline-emerald-300\/100:focus{outline-color:#6ee7b7}.focus\:outline-emerald-400\/0:focus{outline-color:#34d39900}.focus\:outline-emerald-400\/5:focus{outline-color:#34d3990d}.focus\:outline-emerald-400\/10:focus{outline-color:#34d3991a}.focus\:outline-emerald-400\/20:focus{outline-color:#34d39933}.focus\:outline-emerald-400\/25:focus{outline-color:#34d39940}.focus\:outline-emerald-400\/30:focus{outline-color:#34d3994d}.focus\:outline-emerald-400\/40:focus{outline-color:#34d39966}.focus\:outline-emerald-400\/50:focus{outline-color:#34d39980}.focus\:outline-emerald-400\/60:focus{outline-color:#34d39999}.focus\:outline-emerald-400\/70:focus{outline-color:#34d399b3}.focus\:outline-emerald-400\/75:focus{outline-color:#34d399bf}.focus\:outline-emerald-400\/80:focus{outline-color:#34d399cc}.focus\:outline-emerald-400\/90:focus{outline-color:#34d399e6}.focus\:outline-emerald-400\/95:focus{outline-color:#34d399f2}.focus\:outline-emerald-400\/100:focus{outline-color:#34d399}.focus\:outline-emerald-500\/0:focus{outline-color:#10b98100}.focus\:outline-emerald-500\/5:focus{outline-color:#10b9810d}.focus\:outline-emerald-500\/10:focus{outline-color:#10b9811a}.focus\:outline-emerald-500\/20:focus{outline-color:#10b98133}.focus\:outline-emerald-500\/25:focus{outline-color:#10b98140}.focus\:outline-emerald-500\/30:focus{outline-color:#10b9814d}.focus\:outline-emerald-500\/40:focus{outline-color:#10b98166}.focus\:outline-emerald-500\/50:focus{outline-color:#10b98180}.focus\:outline-emerald-500\/60:focus{outline-color:#10b98199}.focus\:outline-emerald-500\/70:focus{outline-color:#10b981b3}.focus\:outline-emerald-500\/75:focus{outline-color:#10b981bf}.focus\:outline-emerald-500\/80:focus{outline-color:#10b981cc}.focus\:outline-emerald-500\/90:focus{outline-color:#10b981e6}.focus\:outline-emerald-500\/95:focus{outline-color:#10b981f2}.focus\:outline-emerald-500\/100:focus{outline-color:#10b981}.focus\:outline-emerald-600\/0:focus{outline-color:#05966900}.focus\:outline-emerald-600\/5:focus{outline-color:#0596690d}.focus\:outline-emerald-600\/10:focus{outline-color:#0596691a}.focus\:outline-emerald-600\/20:focus{outline-color:#05966933}.focus\:outline-emerald-600\/25:focus{outline-color:#05966940}.focus\:outline-emerald-600\/30:focus{outline-color:#0596694d}.focus\:outline-emerald-600\/40:focus{outline-color:#05966966}.focus\:outline-emerald-600\/50:focus{outline-color:#05966980}.focus\:outline-emerald-600\/60:focus{outline-color:#05966999}.focus\:outline-emerald-600\/70:focus{outline-color:#059669b3}.focus\:outline-emerald-600\/75:focus{outline-color:#059669bf}.focus\:outline-emerald-600\/80:focus{outline-color:#059669cc}.focus\:outline-emerald-600\/90:focus{outline-color:#059669e6}.focus\:outline-emerald-600\/95:focus{outline-color:#059669f2}.focus\:outline-emerald-600\/100:focus{outline-color:#059669}.focus\:outline-emerald-700\/0:focus{outline-color:#04785700}.focus\:outline-emerald-700\/5:focus{outline-color:#0478570d}.focus\:outline-emerald-700\/10:focus{outline-color:#0478571a}.focus\:outline-emerald-700\/20:focus{outline-color:#04785733}.focus\:outline-emerald-700\/25:focus{outline-color:#04785740}.focus\:outline-emerald-700\/30:focus{outline-color:#0478574d}.focus\:outline-emerald-700\/40:focus{outline-color:#04785766}.focus\:outline-emerald-700\/50:focus{outline-color:#04785780}.focus\:outline-emerald-700\/60:focus{outline-color:#04785799}.focus\:outline-emerald-700\/70:focus{outline-color:#047857b3}.focus\:outline-emerald-700\/75:focus{outline-color:#047857bf}.focus\:outline-emerald-700\/80:focus{outline-color:#047857cc}.focus\:outline-emerald-700\/90:focus{outline-color:#047857e6}.focus\:outline-emerald-700\/95:focus{outline-color:#047857f2}.focus\:outline-emerald-700\/100:focus{outline-color:#047857}.focus\:outline-emerald-800\/0:focus{outline-color:#065f4600}.focus\:outline-emerald-800\/5:focus{outline-color:#065f460d}.focus\:outline-emerald-800\/10:focus{outline-color:#065f461a}.focus\:outline-emerald-800\/20:focus{outline-color:#065f4633}.focus\:outline-emerald-800\/25:focus{outline-color:#065f4640}.focus\:outline-emerald-800\/30:focus{outline-color:#065f464d}.focus\:outline-emerald-800\/40:focus{outline-color:#065f4666}.focus\:outline-emerald-800\/50:focus{outline-color:#065f4680}.focus\:outline-emerald-800\/60:focus{outline-color:#065f4699}.focus\:outline-emerald-800\/70:focus{outline-color:#065f46b3}.focus\:outline-emerald-800\/75:focus{outline-color:#065f46bf}.focus\:outline-emerald-800\/80:focus{outline-color:#065f46cc}.focus\:outline-emerald-800\/90:focus{outline-color:#065f46e6}.focus\:outline-emerald-800\/95:focus{outline-color:#065f46f2}.focus\:outline-emerald-800\/100:focus{outline-color:#065f46}.focus\:outline-emerald-900\/0:focus{outline-color:#064e3b00}.focus\:outline-emerald-900\/5:focus{outline-color:#064e3b0d}.focus\:outline-emerald-900\/10:focus{outline-color:#064e3b1a}.focus\:outline-emerald-900\/20:focus{outline-color:#064e3b33}.focus\:outline-emerald-900\/25:focus{outline-color:#064e3b40}.focus\:outline-emerald-900\/30:focus{outline-color:#064e3b4d}.focus\:outline-emerald-900\/40:focus{outline-color:#064e3b66}.focus\:outline-emerald-900\/50:focus{outline-color:#064e3b80}.focus\:outline-emerald-900\/60:focus{outline-color:#064e3b99}.focus\:outline-emerald-900\/70:focus{outline-color:#064e3bb3}.focus\:outline-emerald-900\/75:focus{outline-color:#064e3bbf}.focus\:outline-emerald-900\/80:focus{outline-color:#064e3bcc}.focus\:outline-emerald-900\/90:focus{outline-color:#064e3be6}.focus\:outline-emerald-900\/95:focus{outline-color:#064e3bf2}.focus\:outline-emerald-900\/100:focus{outline-color:#064e3b}.focus\:outline-teal-50\/0:focus{outline-color:#f0fdfa00}.focus\:outline-teal-50\/5:focus{outline-color:#f0fdfa0d}.focus\:outline-teal-50\/10:focus{outline-color:#f0fdfa1a}.focus\:outline-teal-50\/20:focus{outline-color:#f0fdfa33}.focus\:outline-teal-50\/25:focus{outline-color:#f0fdfa40}.focus\:outline-teal-50\/30:focus{outline-color:#f0fdfa4d}.focus\:outline-teal-50\/40:focus{outline-color:#f0fdfa66}.focus\:outline-teal-50\/50:focus{outline-color:#f0fdfa80}.focus\:outline-teal-50\/60:focus{outline-color:#f0fdfa99}.focus\:outline-teal-50\/70:focus{outline-color:#f0fdfab3}.focus\:outline-teal-50\/75:focus{outline-color:#f0fdfabf}.focus\:outline-teal-50\/80:focus{outline-color:#f0fdfacc}.focus\:outline-teal-50\/90:focus{outline-color:#f0fdfae6}.focus\:outline-teal-50\/95:focus{outline-color:#f0fdfaf2}.focus\:outline-teal-50\/100:focus{outline-color:#f0fdfa}.focus\:outline-teal-100\/0:focus{outline-color:#ccfbf100}.focus\:outline-teal-100\/5:focus{outline-color:#ccfbf10d}.focus\:outline-teal-100\/10:focus{outline-color:#ccfbf11a}.focus\:outline-teal-100\/20:focus{outline-color:#ccfbf133}.focus\:outline-teal-100\/25:focus{outline-color:#ccfbf140}.focus\:outline-teal-100\/30:focus{outline-color:#ccfbf14d}.focus\:outline-teal-100\/40:focus{outline-color:#ccfbf166}.focus\:outline-teal-100\/50:focus{outline-color:#ccfbf180}.focus\:outline-teal-100\/60:focus{outline-color:#ccfbf199}.focus\:outline-teal-100\/70:focus{outline-color:#ccfbf1b3}.focus\:outline-teal-100\/75:focus{outline-color:#ccfbf1bf}.focus\:outline-teal-100\/80:focus{outline-color:#ccfbf1cc}.focus\:outline-teal-100\/90:focus{outline-color:#ccfbf1e6}.focus\:outline-teal-100\/95:focus{outline-color:#ccfbf1f2}.focus\:outline-teal-100\/100:focus{outline-color:#ccfbf1}.focus\:outline-teal-200\/0:focus{outline-color:#99f6e400}.focus\:outline-teal-200\/5:focus{outline-color:#99f6e40d}.focus\:outline-teal-200\/10:focus{outline-color:#99f6e41a}.focus\:outline-teal-200\/20:focus{outline-color:#99f6e433}.focus\:outline-teal-200\/25:focus{outline-color:#99f6e440}.focus\:outline-teal-200\/30:focus{outline-color:#99f6e44d}.focus\:outline-teal-200\/40:focus{outline-color:#99f6e466}.focus\:outline-teal-200\/50:focus{outline-color:#99f6e480}.focus\:outline-teal-200\/60:focus{outline-color:#99f6e499}.focus\:outline-teal-200\/70:focus{outline-color:#99f6e4b3}.focus\:outline-teal-200\/75:focus{outline-color:#99f6e4bf}.focus\:outline-teal-200\/80:focus{outline-color:#99f6e4cc}.focus\:outline-teal-200\/90:focus{outline-color:#99f6e4e6}.focus\:outline-teal-200\/95:focus{outline-color:#99f6e4f2}.focus\:outline-teal-200\/100:focus{outline-color:#99f6e4}.focus\:outline-teal-300\/0:focus{outline-color:#5eead400}.focus\:outline-teal-300\/5:focus{outline-color:#5eead40d}.focus\:outline-teal-300\/10:focus{outline-color:#5eead41a}.focus\:outline-teal-300\/20:focus{outline-color:#5eead433}.focus\:outline-teal-300\/25:focus{outline-color:#5eead440}.focus\:outline-teal-300\/30:focus{outline-color:#5eead44d}.focus\:outline-teal-300\/40:focus{outline-color:#5eead466}.focus\:outline-teal-300\/50:focus{outline-color:#5eead480}.focus\:outline-teal-300\/60:focus{outline-color:#5eead499}.focus\:outline-teal-300\/70:focus{outline-color:#5eead4b3}.focus\:outline-teal-300\/75:focus{outline-color:#5eead4bf}.focus\:outline-teal-300\/80:focus{outline-color:#5eead4cc}.focus\:outline-teal-300\/90:focus{outline-color:#5eead4e6}.focus\:outline-teal-300\/95:focus{outline-color:#5eead4f2}.focus\:outline-teal-300\/100:focus{outline-color:#5eead4}.focus\:outline-teal-400\/0:focus{outline-color:#2dd4bf00}.focus\:outline-teal-400\/5:focus{outline-color:#2dd4bf0d}.focus\:outline-teal-400\/10:focus{outline-color:#2dd4bf1a}.focus\:outline-teal-400\/20:focus{outline-color:#2dd4bf33}.focus\:outline-teal-400\/25:focus{outline-color:#2dd4bf40}.focus\:outline-teal-400\/30:focus{outline-color:#2dd4bf4d}.focus\:outline-teal-400\/40:focus{outline-color:#2dd4bf66}.focus\:outline-teal-400\/50:focus{outline-color:#2dd4bf80}.focus\:outline-teal-400\/60:focus{outline-color:#2dd4bf99}.focus\:outline-teal-400\/70:focus{outline-color:#2dd4bfb3}.focus\:outline-teal-400\/75:focus{outline-color:#2dd4bfbf}.focus\:outline-teal-400\/80:focus{outline-color:#2dd4bfcc}.focus\:outline-teal-400\/90:focus{outline-color:#2dd4bfe6}.focus\:outline-teal-400\/95:focus{outline-color:#2dd4bff2}.focus\:outline-teal-400\/100:focus{outline-color:#2dd4bf}.focus\:outline-teal-500\/0:focus{outline-color:#14b8a600}.focus\:outline-teal-500\/5:focus{outline-color:#14b8a60d}.focus\:outline-teal-500\/10:focus{outline-color:#14b8a61a}.focus\:outline-teal-500\/20:focus{outline-color:#14b8a633}.focus\:outline-teal-500\/25:focus{outline-color:#14b8a640}.focus\:outline-teal-500\/30:focus{outline-color:#14b8a64d}.focus\:outline-teal-500\/40:focus{outline-color:#14b8a666}.focus\:outline-teal-500\/50:focus{outline-color:#14b8a680}.focus\:outline-teal-500\/60:focus{outline-color:#14b8a699}.focus\:outline-teal-500\/70:focus{outline-color:#14b8a6b3}.focus\:outline-teal-500\/75:focus{outline-color:#14b8a6bf}.focus\:outline-teal-500\/80:focus{outline-color:#14b8a6cc}.focus\:outline-teal-500\/90:focus{outline-color:#14b8a6e6}.focus\:outline-teal-500\/95:focus{outline-color:#14b8a6f2}.focus\:outline-teal-500\/100:focus{outline-color:#14b8a6}.focus\:outline-teal-600\/0:focus{outline-color:#0d948800}.focus\:outline-teal-600\/5:focus{outline-color:#0d94880d}.focus\:outline-teal-600\/10:focus{outline-color:#0d94881a}.focus\:outline-teal-600\/20:focus{outline-color:#0d948833}.focus\:outline-teal-600\/25:focus{outline-color:#0d948840}.focus\:outline-teal-600\/30:focus{outline-color:#0d94884d}.focus\:outline-teal-600\/40:focus{outline-color:#0d948866}.focus\:outline-teal-600\/50:focus{outline-color:#0d948880}.focus\:outline-teal-600\/60:focus{outline-color:#0d948899}.focus\:outline-teal-600\/70:focus{outline-color:#0d9488b3}.focus\:outline-teal-600\/75:focus{outline-color:#0d9488bf}.focus\:outline-teal-600\/80:focus{outline-color:#0d9488cc}.focus\:outline-teal-600\/90:focus{outline-color:#0d9488e6}.focus\:outline-teal-600\/95:focus{outline-color:#0d9488f2}.focus\:outline-teal-600\/100:focus{outline-color:#0d9488}.focus\:outline-teal-700\/0:focus{outline-color:#0f766e00}.focus\:outline-teal-700\/5:focus{outline-color:#0f766e0d}.focus\:outline-teal-700\/10:focus{outline-color:#0f766e1a}.focus\:outline-teal-700\/20:focus{outline-color:#0f766e33}.focus\:outline-teal-700\/25:focus{outline-color:#0f766e40}.focus\:outline-teal-700\/30:focus{outline-color:#0f766e4d}.focus\:outline-teal-700\/40:focus{outline-color:#0f766e66}.focus\:outline-teal-700\/50:focus{outline-color:#0f766e80}.focus\:outline-teal-700\/60:focus{outline-color:#0f766e99}.focus\:outline-teal-700\/70:focus{outline-color:#0f766eb3}.focus\:outline-teal-700\/75:focus{outline-color:#0f766ebf}.focus\:outline-teal-700\/80:focus{outline-color:#0f766ecc}.focus\:outline-teal-700\/90:focus{outline-color:#0f766ee6}.focus\:outline-teal-700\/95:focus{outline-color:#0f766ef2}.focus\:outline-teal-700\/100:focus{outline-color:#0f766e}.focus\:outline-teal-800\/0:focus{outline-color:#115e5900}.focus\:outline-teal-800\/5:focus{outline-color:#115e590d}.focus\:outline-teal-800\/10:focus{outline-color:#115e591a}.focus\:outline-teal-800\/20:focus{outline-color:#115e5933}.focus\:outline-teal-800\/25:focus{outline-color:#115e5940}.focus\:outline-teal-800\/30:focus{outline-color:#115e594d}.focus\:outline-teal-800\/40:focus{outline-color:#115e5966}.focus\:outline-teal-800\/50:focus{outline-color:#115e5980}.focus\:outline-teal-800\/60:focus{outline-color:#115e5999}.focus\:outline-teal-800\/70:focus{outline-color:#115e59b3}.focus\:outline-teal-800\/75:focus{outline-color:#115e59bf}.focus\:outline-teal-800\/80:focus{outline-color:#115e59cc}.focus\:outline-teal-800\/90:focus{outline-color:#115e59e6}.focus\:outline-teal-800\/95:focus{outline-color:#115e59f2}.focus\:outline-teal-800\/100:focus{outline-color:#115e59}.focus\:outline-teal-900\/0:focus{outline-color:#134e4a00}.focus\:outline-teal-900\/5:focus{outline-color:#134e4a0d}.focus\:outline-teal-900\/10:focus{outline-color:#134e4a1a}.focus\:outline-teal-900\/20:focus{outline-color:#134e4a33}.focus\:outline-teal-900\/25:focus{outline-color:#134e4a40}.focus\:outline-teal-900\/30:focus{outline-color:#134e4a4d}.focus\:outline-teal-900\/40:focus{outline-color:#134e4a66}.focus\:outline-teal-900\/50:focus{outline-color:#134e4a80}.focus\:outline-teal-900\/60:focus{outline-color:#134e4a99}.focus\:outline-teal-900\/70:focus{outline-color:#134e4ab3}.focus\:outline-teal-900\/75:focus{outline-color:#134e4abf}.focus\:outline-teal-900\/80:focus{outline-color:#134e4acc}.focus\:outline-teal-900\/90:focus{outline-color:#134e4ae6}.focus\:outline-teal-900\/95:focus{outline-color:#134e4af2}.focus\:outline-teal-900\/100:focus{outline-color:#134e4a}.focus\:outline-sky-50\/0:focus{outline-color:#f0f9ff00}.focus\:outline-sky-50\/5:focus{outline-color:#f0f9ff0d}.focus\:outline-sky-50\/10:focus{outline-color:#f0f9ff1a}.focus\:outline-sky-50\/20:focus{outline-color:#f0f9ff33}.focus\:outline-sky-50\/25:focus{outline-color:#f0f9ff40}.focus\:outline-sky-50\/30:focus{outline-color:#f0f9ff4d}.focus\:outline-sky-50\/40:focus{outline-color:#f0f9ff66}.focus\:outline-sky-50\/50:focus{outline-color:#f0f9ff80}.focus\:outline-sky-50\/60:focus{outline-color:#f0f9ff99}.focus\:outline-sky-50\/70:focus{outline-color:#f0f9ffb3}.focus\:outline-sky-50\/75:focus{outline-color:#f0f9ffbf}.focus\:outline-sky-50\/80:focus{outline-color:#f0f9ffcc}.focus\:outline-sky-50\/90:focus{outline-color:#f0f9ffe6}.focus\:outline-sky-50\/95:focus{outline-color:#f0f9fff2}.focus\:outline-sky-50\/100:focus{outline-color:#f0f9ff}.focus\:outline-sky-100\/0:focus{outline-color:#e0f2fe00}.focus\:outline-sky-100\/5:focus{outline-color:#e0f2fe0d}.focus\:outline-sky-100\/10:focus{outline-color:#e0f2fe1a}.focus\:outline-sky-100\/20:focus{outline-color:#e0f2fe33}.focus\:outline-sky-100\/25:focus{outline-color:#e0f2fe40}.focus\:outline-sky-100\/30:focus{outline-color:#e0f2fe4d}.focus\:outline-sky-100\/40:focus{outline-color:#e0f2fe66}.focus\:outline-sky-100\/50:focus{outline-color:#e0f2fe80}.focus\:outline-sky-100\/60:focus{outline-color:#e0f2fe99}.focus\:outline-sky-100\/70:focus{outline-color:#e0f2feb3}.focus\:outline-sky-100\/75:focus{outline-color:#e0f2febf}.focus\:outline-sky-100\/80:focus{outline-color:#e0f2fecc}.focus\:outline-sky-100\/90:focus{outline-color:#e0f2fee6}.focus\:outline-sky-100\/95:focus{outline-color:#e0f2fef2}.focus\:outline-sky-100\/100:focus{outline-color:#e0f2fe}.focus\:outline-sky-200\/0:focus{outline-color:#bae6fd00}.focus\:outline-sky-200\/5:focus{outline-color:#bae6fd0d}.focus\:outline-sky-200\/10:focus{outline-color:#bae6fd1a}.focus\:outline-sky-200\/20:focus{outline-color:#bae6fd33}.focus\:outline-sky-200\/25:focus{outline-color:#bae6fd40}.focus\:outline-sky-200\/30:focus{outline-color:#bae6fd4d}.focus\:outline-sky-200\/40:focus{outline-color:#bae6fd66}.focus\:outline-sky-200\/50:focus{outline-color:#bae6fd80}.focus\:outline-sky-200\/60:focus{outline-color:#bae6fd99}.focus\:outline-sky-200\/70:focus{outline-color:#bae6fdb3}.focus\:outline-sky-200\/75:focus{outline-color:#bae6fdbf}.focus\:outline-sky-200\/80:focus{outline-color:#bae6fdcc}.focus\:outline-sky-200\/90:focus{outline-color:#bae6fde6}.focus\:outline-sky-200\/95:focus{outline-color:#bae6fdf2}.focus\:outline-sky-200\/100:focus{outline-color:#bae6fd}.focus\:outline-sky-300\/0:focus{outline-color:#7dd3fc00}.focus\:outline-sky-300\/5:focus{outline-color:#7dd3fc0d}.focus\:outline-sky-300\/10:focus{outline-color:#7dd3fc1a}.focus\:outline-sky-300\/20:focus{outline-color:#7dd3fc33}.focus\:outline-sky-300\/25:focus{outline-color:#7dd3fc40}.focus\:outline-sky-300\/30:focus{outline-color:#7dd3fc4d}.focus\:outline-sky-300\/40:focus{outline-color:#7dd3fc66}.focus\:outline-sky-300\/50:focus{outline-color:#7dd3fc80}.focus\:outline-sky-300\/60:focus{outline-color:#7dd3fc99}.focus\:outline-sky-300\/70:focus{outline-color:#7dd3fcb3}.focus\:outline-sky-300\/75:focus{outline-color:#7dd3fcbf}.focus\:outline-sky-300\/80:focus{outline-color:#7dd3fccc}.focus\:outline-sky-300\/90:focus{outline-color:#7dd3fce6}.focus\:outline-sky-300\/95:focus{outline-color:#7dd3fcf2}.focus\:outline-sky-300\/100:focus{outline-color:#7dd3fc}.focus\:outline-sky-400\/0:focus{outline-color:#38bdf800}.focus\:outline-sky-400\/5:focus{outline-color:#38bdf80d}.focus\:outline-sky-400\/10:focus{outline-color:#38bdf81a}.focus\:outline-sky-400\/20:focus{outline-color:#38bdf833}.focus\:outline-sky-400\/25:focus{outline-color:#38bdf840}.focus\:outline-sky-400\/30:focus{outline-color:#38bdf84d}.focus\:outline-sky-400\/40:focus{outline-color:#38bdf866}.focus\:outline-sky-400\/50:focus{outline-color:#38bdf880}.focus\:outline-sky-400\/60:focus{outline-color:#38bdf899}.focus\:outline-sky-400\/70:focus{outline-color:#38bdf8b3}.focus\:outline-sky-400\/75:focus{outline-color:#38bdf8bf}.focus\:outline-sky-400\/80:focus{outline-color:#38bdf8cc}.focus\:outline-sky-400\/90:focus{outline-color:#38bdf8e6}.focus\:outline-sky-400\/95:focus{outline-color:#38bdf8f2}.focus\:outline-sky-400\/100:focus{outline-color:#38bdf8}.focus\:outline-sky-500\/0:focus{outline-color:#0ea5e900}.focus\:outline-sky-500\/5:focus{outline-color:#0ea5e90d}.focus\:outline-sky-500\/10:focus{outline-color:#0ea5e91a}.focus\:outline-sky-500\/20:focus{outline-color:#0ea5e933}.focus\:outline-sky-500\/25:focus{outline-color:#0ea5e940}.focus\:outline-sky-500\/30:focus{outline-color:#0ea5e94d}.focus\:outline-sky-500\/40:focus{outline-color:#0ea5e966}.focus\:outline-sky-500\/50:focus{outline-color:#0ea5e980}.focus\:outline-sky-500\/60:focus{outline-color:#0ea5e999}.focus\:outline-sky-500\/70:focus{outline-color:#0ea5e9b3}.focus\:outline-sky-500\/75:focus{outline-color:#0ea5e9bf}.focus\:outline-sky-500\/80:focus{outline-color:#0ea5e9cc}.focus\:outline-sky-500\/90:focus{outline-color:#0ea5e9e6}.focus\:outline-sky-500\/95:focus{outline-color:#0ea5e9f2}.focus\:outline-sky-500\/100:focus{outline-color:#0ea5e9}.focus\:outline-sky-600\/0:focus{outline-color:#0284c700}.focus\:outline-sky-600\/5:focus{outline-color:#0284c70d}.focus\:outline-sky-600\/10:focus{outline-color:#0284c71a}.focus\:outline-sky-600\/20:focus{outline-color:#0284c733}.focus\:outline-sky-600\/25:focus{outline-color:#0284c740}.focus\:outline-sky-600\/30:focus{outline-color:#0284c74d}.focus\:outline-sky-600\/40:focus{outline-color:#0284c766}.focus\:outline-sky-600\/50:focus{outline-color:#0284c780}.focus\:outline-sky-600\/60:focus{outline-color:#0284c799}.focus\:outline-sky-600\/70:focus{outline-color:#0284c7b3}.focus\:outline-sky-600\/75:focus{outline-color:#0284c7bf}.focus\:outline-sky-600\/80:focus{outline-color:#0284c7cc}.focus\:outline-sky-600\/90:focus{outline-color:#0284c7e6}.focus\:outline-sky-600\/95:focus{outline-color:#0284c7f2}.focus\:outline-sky-600\/100:focus{outline-color:#0284c7}.focus\:outline-sky-700\/0:focus{outline-color:#0369a100}.focus\:outline-sky-700\/5:focus{outline-color:#0369a10d}.focus\:outline-sky-700\/10:focus{outline-color:#0369a11a}.focus\:outline-sky-700\/20:focus{outline-color:#0369a133}.focus\:outline-sky-700\/25:focus{outline-color:#0369a140}.focus\:outline-sky-700\/30:focus{outline-color:#0369a14d}.focus\:outline-sky-700\/40:focus{outline-color:#0369a166}.focus\:outline-sky-700\/50:focus{outline-color:#0369a180}.focus\:outline-sky-700\/60:focus{outline-color:#0369a199}.focus\:outline-sky-700\/70:focus{outline-color:#0369a1b3}.focus\:outline-sky-700\/75:focus{outline-color:#0369a1bf}.focus\:outline-sky-700\/80:focus{outline-color:#0369a1cc}.focus\:outline-sky-700\/90:focus{outline-color:#0369a1e6}.focus\:outline-sky-700\/95:focus{outline-color:#0369a1f2}.focus\:outline-sky-700\/100:focus{outline-color:#0369a1}.focus\:outline-sky-800\/0:focus{outline-color:#07598500}.focus\:outline-sky-800\/5:focus{outline-color:#0759850d}.focus\:outline-sky-800\/10:focus{outline-color:#0759851a}.focus\:outline-sky-800\/20:focus{outline-color:#07598533}.focus\:outline-sky-800\/25:focus{outline-color:#07598540}.focus\:outline-sky-800\/30:focus{outline-color:#0759854d}.focus\:outline-sky-800\/40:focus{outline-color:#07598566}.focus\:outline-sky-800\/50:focus{outline-color:#07598580}.focus\:outline-sky-800\/60:focus{outline-color:#07598599}.focus\:outline-sky-800\/70:focus{outline-color:#075985b3}.focus\:outline-sky-800\/75:focus{outline-color:#075985bf}.focus\:outline-sky-800\/80:focus{outline-color:#075985cc}.focus\:outline-sky-800\/90:focus{outline-color:#075985e6}.focus\:outline-sky-800\/95:focus{outline-color:#075985f2}.focus\:outline-sky-800\/100:focus{outline-color:#075985}.focus\:outline-sky-900\/0:focus{outline-color:#0c4a6e00}.focus\:outline-sky-900\/5:focus{outline-color:#0c4a6e0d}.focus\:outline-sky-900\/10:focus{outline-color:#0c4a6e1a}.focus\:outline-sky-900\/20:focus{outline-color:#0c4a6e33}.focus\:outline-sky-900\/25:focus{outline-color:#0c4a6e40}.focus\:outline-sky-900\/30:focus{outline-color:#0c4a6e4d}.focus\:outline-sky-900\/40:focus{outline-color:#0c4a6e66}.focus\:outline-sky-900\/50:focus{outline-color:#0c4a6e80}.focus\:outline-sky-900\/60:focus{outline-color:#0c4a6e99}.focus\:outline-sky-900\/70:focus{outline-color:#0c4a6eb3}.focus\:outline-sky-900\/75:focus{outline-color:#0c4a6ebf}.focus\:outline-sky-900\/80:focus{outline-color:#0c4a6ecc}.focus\:outline-sky-900\/90:focus{outline-color:#0c4a6ee6}.focus\:outline-sky-900\/95:focus{outline-color:#0c4a6ef2}.focus\:outline-sky-900\/100:focus{outline-color:#0c4a6e}.focus\:outline-blue-50\/0:focus{outline-color:#eff6ff00}.focus\:outline-blue-50\/5:focus{outline-color:#eff6ff0d}.focus\:outline-blue-50\/10:focus{outline-color:#eff6ff1a}.focus\:outline-blue-50\/20:focus{outline-color:#eff6ff33}.focus\:outline-blue-50\/25:focus{outline-color:#eff6ff40}.focus\:outline-blue-50\/30:focus{outline-color:#eff6ff4d}.focus\:outline-blue-50\/40:focus{outline-color:#eff6ff66}.focus\:outline-blue-50\/50:focus{outline-color:#eff6ff80}.focus\:outline-blue-50\/60:focus{outline-color:#eff6ff99}.focus\:outline-blue-50\/70:focus{outline-color:#eff6ffb3}.focus\:outline-blue-50\/75:focus{outline-color:#eff6ffbf}.focus\:outline-blue-50\/80:focus{outline-color:#eff6ffcc}.focus\:outline-blue-50\/90:focus{outline-color:#eff6ffe6}.focus\:outline-blue-50\/95:focus{outline-color:#eff6fff2}.focus\:outline-blue-50\/100:focus{outline-color:#eff6ff}.focus\:outline-blue-100\/0:focus{outline-color:#f2f3fd00}.focus\:outline-blue-100\/5:focus{outline-color:#f2f3fd0d}.focus\:outline-blue-100\/10:focus{outline-color:#f2f3fd1a}.focus\:outline-blue-100\/20:focus{outline-color:#f2f3fd33}.focus\:outline-blue-100\/25:focus{outline-color:#f2f3fd40}.focus\:outline-blue-100\/30:focus{outline-color:#f2f3fd4d}.focus\:outline-blue-100\/40:focus{outline-color:#f2f3fd66}.focus\:outline-blue-100\/50:focus{outline-color:#f2f3fd80}.focus\:outline-blue-100\/60:focus{outline-color:#f2f3fd99}.focus\:outline-blue-100\/70:focus{outline-color:#f2f3fdb3}.focus\:outline-blue-100\/75:focus{outline-color:#f2f3fdbf}.focus\:outline-blue-100\/80:focus{outline-color:#f2f3fdcc}.focus\:outline-blue-100\/90:focus{outline-color:#f2f3fde6}.focus\:outline-blue-100\/95:focus{outline-color:#f2f3fdf2}.focus\:outline-blue-100\/100:focus{outline-color:#f2f3fd}.focus\:outline-blue-200\/0:focus{outline-color:#e4e8fb00}.focus\:outline-blue-200\/5:focus{outline-color:#e4e8fb0d}.focus\:outline-blue-200\/10:focus{outline-color:#e4e8fb1a}.focus\:outline-blue-200\/20:focus{outline-color:#e4e8fb33}.focus\:outline-blue-200\/25:focus{outline-color:#e4e8fb40}.focus\:outline-blue-200\/30:focus{outline-color:#e4e8fb4d}.focus\:outline-blue-200\/40:focus{outline-color:#e4e8fb66}.focus\:outline-blue-200\/50:focus{outline-color:#e4e8fb80}.focus\:outline-blue-200\/60:focus{outline-color:#e4e8fb99}.focus\:outline-blue-200\/70:focus{outline-color:#e4e8fbb3}.focus\:outline-blue-200\/75:focus{outline-color:#e4e8fbbf}.focus\:outline-blue-200\/80:focus{outline-color:#e4e8fbcc}.focus\:outline-blue-200\/90:focus{outline-color:#e4e8fbe6}.focus\:outline-blue-200\/95:focus{outline-color:#e4e8fbf2}.focus\:outline-blue-200\/100:focus{outline-color:#e4e8fb}.focus\:outline-blue-300\/0:focus{outline-color:#c6cff700}.focus\:outline-blue-300\/5:focus{outline-color:#c6cff70d}.focus\:outline-blue-300\/10:focus{outline-color:#c6cff71a}.focus\:outline-blue-300\/20:focus{outline-color:#c6cff733}.focus\:outline-blue-300\/25:focus{outline-color:#c6cff740}.focus\:outline-blue-300\/30:focus{outline-color:#c6cff74d}.focus\:outline-blue-300\/40:focus{outline-color:#c6cff766}.focus\:outline-blue-300\/50:focus{outline-color:#c6cff780}.focus\:outline-blue-300\/60:focus{outline-color:#c6cff799}.focus\:outline-blue-300\/70:focus{outline-color:#c6cff7b3}.focus\:outline-blue-300\/75:focus{outline-color:#c6cff7bf}.focus\:outline-blue-300\/80:focus{outline-color:#c6cff7cc}.focus\:outline-blue-300\/90:focus{outline-color:#c6cff7e6}.focus\:outline-blue-300\/95:focus{outline-color:#c6cff7f2}.focus\:outline-blue-300\/100:focus{outline-color:#c6cff7}.focus\:outline-blue-400\/0:focus{outline-color:#a3b2f300}.focus\:outline-blue-400\/5:focus{outline-color:#a3b2f30d}.focus\:outline-blue-400\/10:focus{outline-color:#a3b2f31a}.focus\:outline-blue-400\/20:focus{outline-color:#a3b2f333}.focus\:outline-blue-400\/25:focus{outline-color:#a3b2f340}.focus\:outline-blue-400\/30:focus{outline-color:#a3b2f34d}.focus\:outline-blue-400\/40:focus{outline-color:#a3b2f366}.focus\:outline-blue-400\/50:focus{outline-color:#a3b2f380}.focus\:outline-blue-400\/60:focus{outline-color:#a3b2f399}.focus\:outline-blue-400\/70:focus{outline-color:#a3b2f3b3}.focus\:outline-blue-400\/75:focus{outline-color:#a3b2f3bf}.focus\:outline-blue-400\/80:focus{outline-color:#a3b2f3cc}.focus\:outline-blue-400\/90:focus{outline-color:#a3b2f3e6}.focus\:outline-blue-400\/95:focus{outline-color:#a3b2f3f2}.focus\:outline-blue-400\/100:focus{outline-color:#a3b2f3}.focus\:outline-blue-500\/0:focus{outline-color:#7690ef00}.focus\:outline-blue-500\/5:focus{outline-color:#7690ef0d}.focus\:outline-blue-500\/10:focus{outline-color:#7690ef1a}.focus\:outline-blue-500\/20:focus{outline-color:#7690ef33}.focus\:outline-blue-500\/25:focus{outline-color:#7690ef40}.focus\:outline-blue-500\/30:focus{outline-color:#7690ef4d}.focus\:outline-blue-500\/40:focus{outline-color:#7690ef66}.focus\:outline-blue-500\/50:focus{outline-color:#7690ef80}.focus\:outline-blue-500\/60:focus{outline-color:#7690ef99}.focus\:outline-blue-500\/70:focus{outline-color:#7690efb3}.focus\:outline-blue-500\/75:focus{outline-color:#7690efbf}.focus\:outline-blue-500\/80:focus{outline-color:#7690efcc}.focus\:outline-blue-500\/90:focus{outline-color:#7690efe6}.focus\:outline-blue-500\/95:focus{outline-color:#7690eff2}.focus\:outline-blue-500\/100:focus{outline-color:#7690ef}.focus\:outline-blue-600\/0:focus{outline-color:#2563eb00}.focus\:outline-blue-600\/5:focus{outline-color:#2563eb0d}.focus\:outline-blue-600\/10:focus{outline-color:#2563eb1a}.focus\:outline-blue-600\/20:focus{outline-color:#2563eb33}.focus\:outline-blue-600\/25:focus{outline-color:#2563eb40}.focus\:outline-blue-600\/30:focus{outline-color:#2563eb4d}.focus\:outline-blue-600\/40:focus{outline-color:#2563eb66}.focus\:outline-blue-600\/50:focus{outline-color:#2563eb80}.focus\:outline-blue-600\/60:focus{outline-color:#2563eb99}.focus\:outline-blue-600\/70:focus{outline-color:#2563ebb3}.focus\:outline-blue-600\/75:focus{outline-color:#2563ebbf}.focus\:outline-blue-600\/80:focus{outline-color:#2563ebcc}.focus\:outline-blue-600\/90:focus{outline-color:#2563ebe6}.focus\:outline-blue-600\/95:focus{outline-color:#2563ebf2}.focus\:outline-blue-600\/100:focus{outline-color:#2563eb}.focus\:outline-blue-700\/0:focus{outline-color:#2158d200}.focus\:outline-blue-700\/5:focus{outline-color:#2158d20d}.focus\:outline-blue-700\/10:focus{outline-color:#2158d21a}.focus\:outline-blue-700\/20:focus{outline-color:#2158d233}.focus\:outline-blue-700\/25:focus{outline-color:#2158d240}.focus\:outline-blue-700\/30:focus{outline-color:#2158d24d}.focus\:outline-blue-700\/40:focus{outline-color:#2158d266}.focus\:outline-blue-700\/50:focus{outline-color:#2158d280}.focus\:outline-blue-700\/60:focus{outline-color:#2158d299}.focus\:outline-blue-700\/70:focus{outline-color:#2158d2b3}.focus\:outline-blue-700\/75:focus{outline-color:#2158d2bf}.focus\:outline-blue-700\/80:focus{outline-color:#2158d2cc}.focus\:outline-blue-700\/90:focus{outline-color:#2158d2e6}.focus\:outline-blue-700\/95:focus{outline-color:#2158d2f2}.focus\:outline-blue-700\/100:focus{outline-color:#2158d2}.focus\:outline-blue-800\/0:focus{outline-color:#1c4cb600}.focus\:outline-blue-800\/5:focus{outline-color:#1c4cb60d}.focus\:outline-blue-800\/10:focus{outline-color:#1c4cb61a}.focus\:outline-blue-800\/20:focus{outline-color:#1c4cb633}.focus\:outline-blue-800\/25:focus{outline-color:#1c4cb640}.focus\:outline-blue-800\/30:focus{outline-color:#1c4cb64d}.focus\:outline-blue-800\/40:focus{outline-color:#1c4cb666}.focus\:outline-blue-800\/50:focus{outline-color:#1c4cb680}.focus\:outline-blue-800\/60:focus{outline-color:#1c4cb699}.focus\:outline-blue-800\/70:focus{outline-color:#1c4cb6b3}.focus\:outline-blue-800\/75:focus{outline-color:#1c4cb6bf}.focus\:outline-blue-800\/80:focus{outline-color:#1c4cb6cc}.focus\:outline-blue-800\/90:focus{outline-color:#1c4cb6e6}.focus\:outline-blue-800\/95:focus{outline-color:#1c4cb6f2}.focus\:outline-blue-800\/100:focus{outline-color:#1c4cb6}.focus\:outline-blue-900\/0:focus{outline-color:#173e9400}.focus\:outline-blue-900\/5:focus{outline-color:#173e940d}.focus\:outline-blue-900\/10:focus{outline-color:#173e941a}.focus\:outline-blue-900\/20:focus{outline-color:#173e9433}.focus\:outline-blue-900\/25:focus{outline-color:#173e9440}.focus\:outline-blue-900\/30:focus{outline-color:#173e944d}.focus\:outline-blue-900\/40:focus{outline-color:#173e9466}.focus\:outline-blue-900\/50:focus{outline-color:#173e9480}.focus\:outline-blue-900\/60:focus{outline-color:#173e9499}.focus\:outline-blue-900\/70:focus{outline-color:#173e94b3}.focus\:outline-blue-900\/75:focus{outline-color:#173e94bf}.focus\:outline-blue-900\/80:focus{outline-color:#173e94cc}.focus\:outline-blue-900\/90:focus{outline-color:#173e94e6}.focus\:outline-blue-900\/95:focus{outline-color:#173e94f2}.focus\:outline-blue-900\/100:focus{outline-color:#173e94}.focus\:outline-indigo-50\/0:focus{outline-color:#eef2ff00}.focus\:outline-indigo-50\/5:focus{outline-color:#eef2ff0d}.focus\:outline-indigo-50\/10:focus{outline-color:#eef2ff1a}.focus\:outline-indigo-50\/20:focus{outline-color:#eef2ff33}.focus\:outline-indigo-50\/25:focus{outline-color:#eef2ff40}.focus\:outline-indigo-50\/30:focus{outline-color:#eef2ff4d}.focus\:outline-indigo-50\/40:focus{outline-color:#eef2ff66}.focus\:outline-indigo-50\/50:focus{outline-color:#eef2ff80}.focus\:outline-indigo-50\/60:focus{outline-color:#eef2ff99}.focus\:outline-indigo-50\/70:focus{outline-color:#eef2ffb3}.focus\:outline-indigo-50\/75:focus{outline-color:#eef2ffbf}.focus\:outline-indigo-50\/80:focus{outline-color:#eef2ffcc}.focus\:outline-indigo-50\/90:focus{outline-color:#eef2ffe6}.focus\:outline-indigo-50\/95:focus{outline-color:#eef2fff2}.focus\:outline-indigo-50\/100:focus{outline-color:#eef2ff}.focus\:outline-indigo-100\/0:focus{outline-color:#e0e7ff00}.focus\:outline-indigo-100\/5:focus{outline-color:#e0e7ff0d}.focus\:outline-indigo-100\/10:focus{outline-color:#e0e7ff1a}.focus\:outline-indigo-100\/20:focus{outline-color:#e0e7ff33}.focus\:outline-indigo-100\/25:focus{outline-color:#e0e7ff40}.focus\:outline-indigo-100\/30:focus{outline-color:#e0e7ff4d}.focus\:outline-indigo-100\/40:focus{outline-color:#e0e7ff66}.focus\:outline-indigo-100\/50:focus{outline-color:#e0e7ff80}.focus\:outline-indigo-100\/60:focus{outline-color:#e0e7ff99}.focus\:outline-indigo-100\/70:focus{outline-color:#e0e7ffb3}.focus\:outline-indigo-100\/75:focus{outline-color:#e0e7ffbf}.focus\:outline-indigo-100\/80:focus{outline-color:#e0e7ffcc}.focus\:outline-indigo-100\/90:focus{outline-color:#e0e7ffe6}.focus\:outline-indigo-100\/95:focus{outline-color:#e0e7fff2}.focus\:outline-indigo-100\/100:focus{outline-color:#e0e7ff}.focus\:outline-indigo-200\/0:focus{outline-color:#c7d2fe00}.focus\:outline-indigo-200\/5:focus{outline-color:#c7d2fe0d}.focus\:outline-indigo-200\/10:focus{outline-color:#c7d2fe1a}.focus\:outline-indigo-200\/20:focus{outline-color:#c7d2fe33}.focus\:outline-indigo-200\/25:focus{outline-color:#c7d2fe40}.focus\:outline-indigo-200\/30:focus{outline-color:#c7d2fe4d}.focus\:outline-indigo-200\/40:focus{outline-color:#c7d2fe66}.focus\:outline-indigo-200\/50:focus{outline-color:#c7d2fe80}.focus\:outline-indigo-200\/60:focus{outline-color:#c7d2fe99}.focus\:outline-indigo-200\/70:focus{outline-color:#c7d2feb3}.focus\:outline-indigo-200\/75:focus{outline-color:#c7d2febf}.focus\:outline-indigo-200\/80:focus{outline-color:#c7d2fecc}.focus\:outline-indigo-200\/90:focus{outline-color:#c7d2fee6}.focus\:outline-indigo-200\/95:focus{outline-color:#c7d2fef2}.focus\:outline-indigo-200\/100:focus{outline-color:#c7d2fe}.focus\:outline-indigo-300\/0:focus{outline-color:#a5b4fc00}.focus\:outline-indigo-300\/5:focus{outline-color:#a5b4fc0d}.focus\:outline-indigo-300\/10:focus{outline-color:#a5b4fc1a}.focus\:outline-indigo-300\/20:focus{outline-color:#a5b4fc33}.focus\:outline-indigo-300\/25:focus{outline-color:#a5b4fc40}.focus\:outline-indigo-300\/30:focus{outline-color:#a5b4fc4d}.focus\:outline-indigo-300\/40:focus{outline-color:#a5b4fc66}.focus\:outline-indigo-300\/50:focus{outline-color:#a5b4fc80}.focus\:outline-indigo-300\/60:focus{outline-color:#a5b4fc99}.focus\:outline-indigo-300\/70:focus{outline-color:#a5b4fcb3}.focus\:outline-indigo-300\/75:focus{outline-color:#a5b4fcbf}.focus\:outline-indigo-300\/80:focus{outline-color:#a5b4fccc}.focus\:outline-indigo-300\/90:focus{outline-color:#a5b4fce6}.focus\:outline-indigo-300\/95:focus{outline-color:#a5b4fcf2}.focus\:outline-indigo-300\/100:focus{outline-color:#a5b4fc}.focus\:outline-indigo-400\/0:focus{outline-color:#818cf800}.focus\:outline-indigo-400\/5:focus{outline-color:#818cf80d}.focus\:outline-indigo-400\/10:focus{outline-color:#818cf81a}.focus\:outline-indigo-400\/20:focus{outline-color:#818cf833}.focus\:outline-indigo-400\/25:focus{outline-color:#818cf840}.focus\:outline-indigo-400\/30:focus{outline-color:#818cf84d}.focus\:outline-indigo-400\/40:focus{outline-color:#818cf866}.focus\:outline-indigo-400\/50:focus{outline-color:#818cf880}.focus\:outline-indigo-400\/60:focus{outline-color:#818cf899}.focus\:outline-indigo-400\/70:focus{outline-color:#818cf8b3}.focus\:outline-indigo-400\/75:focus{outline-color:#818cf8bf}.focus\:outline-indigo-400\/80:focus{outline-color:#818cf8cc}.focus\:outline-indigo-400\/90:focus{outline-color:#818cf8e6}.focus\:outline-indigo-400\/95:focus{outline-color:#818cf8f2}.focus\:outline-indigo-400\/100:focus{outline-color:#818cf8}.focus\:outline-indigo-500\/0:focus{outline-color:#6366f100}.focus\:outline-indigo-500\/5:focus{outline-color:#6366f10d}.focus\:outline-indigo-500\/10:focus{outline-color:#6366f11a}.focus\:outline-indigo-500\/20:focus{outline-color:#6366f133}.focus\:outline-indigo-500\/25:focus{outline-color:#6366f140}.focus\:outline-indigo-500\/30:focus{outline-color:#6366f14d}.focus\:outline-indigo-500\/40:focus{outline-color:#6366f166}.focus\:outline-indigo-500\/50:focus{outline-color:#6366f180}.focus\:outline-indigo-500\/60:focus{outline-color:#6366f199}.focus\:outline-indigo-500\/70:focus{outline-color:#6366f1b3}.focus\:outline-indigo-500\/75:focus{outline-color:#6366f1bf}.focus\:outline-indigo-500\/80:focus{outline-color:#6366f1cc}.focus\:outline-indigo-500\/90:focus{outline-color:#6366f1e6}.focus\:outline-indigo-500\/95:focus{outline-color:#6366f1f2}.focus\:outline-indigo-500\/100:focus{outline-color:#6366f1}.focus\:outline-indigo-600\/0:focus{outline-color:#4f46e500}.focus\:outline-indigo-600\/5:focus{outline-color:#4f46e50d}.focus\:outline-indigo-600\/10:focus{outline-color:#4f46e51a}.focus\:outline-indigo-600\/20:focus{outline-color:#4f46e533}.focus\:outline-indigo-600\/25:focus{outline-color:#4f46e540}.focus\:outline-indigo-600\/30:focus{outline-color:#4f46e54d}.focus\:outline-indigo-600\/40:focus{outline-color:#4f46e566}.focus\:outline-indigo-600\/50:focus{outline-color:#4f46e580}.focus\:outline-indigo-600\/60:focus{outline-color:#4f46e599}.focus\:outline-indigo-600\/70:focus{outline-color:#4f46e5b3}.focus\:outline-indigo-600\/75:focus{outline-color:#4f46e5bf}.focus\:outline-indigo-600\/80:focus{outline-color:#4f46e5cc}.focus\:outline-indigo-600\/90:focus{outline-color:#4f46e5e6}.focus\:outline-indigo-600\/95:focus{outline-color:#4f46e5f2}.focus\:outline-indigo-600\/100:focus{outline-color:#4f46e5}.focus\:outline-indigo-700\/0:focus{outline-color:#4338ca00}.focus\:outline-indigo-700\/5:focus{outline-color:#4338ca0d}.focus\:outline-indigo-700\/10:focus{outline-color:#4338ca1a}.focus\:outline-indigo-700\/20:focus{outline-color:#4338ca33}.focus\:outline-indigo-700\/25:focus{outline-color:#4338ca40}.focus\:outline-indigo-700\/30:focus{outline-color:#4338ca4d}.focus\:outline-indigo-700\/40:focus{outline-color:#4338ca66}.focus\:outline-indigo-700\/50:focus{outline-color:#4338ca80}.focus\:outline-indigo-700\/60:focus{outline-color:#4338ca99}.focus\:outline-indigo-700\/70:focus{outline-color:#4338cab3}.focus\:outline-indigo-700\/75:focus{outline-color:#4338cabf}.focus\:outline-indigo-700\/80:focus{outline-color:#4338cacc}.focus\:outline-indigo-700\/90:focus{outline-color:#4338cae6}.focus\:outline-indigo-700\/95:focus{outline-color:#4338caf2}.focus\:outline-indigo-700\/100:focus{outline-color:#4338ca}.focus\:outline-indigo-800\/0:focus{outline-color:#3730a300}.focus\:outline-indigo-800\/5:focus{outline-color:#3730a30d}.focus\:outline-indigo-800\/10:focus{outline-color:#3730a31a}.focus\:outline-indigo-800\/20:focus{outline-color:#3730a333}.focus\:outline-indigo-800\/25:focus{outline-color:#3730a340}.focus\:outline-indigo-800\/30:focus{outline-color:#3730a34d}.focus\:outline-indigo-800\/40:focus{outline-color:#3730a366}.focus\:outline-indigo-800\/50:focus{outline-color:#3730a380}.focus\:outline-indigo-800\/60:focus{outline-color:#3730a399}.focus\:outline-indigo-800\/70:focus{outline-color:#3730a3b3}.focus\:outline-indigo-800\/75:focus{outline-color:#3730a3bf}.focus\:outline-indigo-800\/80:focus{outline-color:#3730a3cc}.focus\:outline-indigo-800\/90:focus{outline-color:#3730a3e6}.focus\:outline-indigo-800\/95:focus{outline-color:#3730a3f2}.focus\:outline-indigo-800\/100:focus{outline-color:#3730a3}.focus\:outline-indigo-900\/0:focus{outline-color:#312e8100}.focus\:outline-indigo-900\/5:focus{outline-color:#312e810d}.focus\:outline-indigo-900\/10:focus{outline-color:#312e811a}.focus\:outline-indigo-900\/20:focus{outline-color:#312e8133}.focus\:outline-indigo-900\/25:focus{outline-color:#312e8140}.focus\:outline-indigo-900\/30:focus{outline-color:#312e814d}.focus\:outline-indigo-900\/40:focus{outline-color:#312e8166}.focus\:outline-indigo-900\/50:focus{outline-color:#312e8180}.focus\:outline-indigo-900\/60:focus{outline-color:#312e8199}.focus\:outline-indigo-900\/70:focus{outline-color:#312e81b3}.focus\:outline-indigo-900\/75:focus{outline-color:#312e81bf}.focus\:outline-indigo-900\/80:focus{outline-color:#312e81cc}.focus\:outline-indigo-900\/90:focus{outline-color:#312e81e6}.focus\:outline-indigo-900\/95:focus{outline-color:#312e81f2}.focus\:outline-indigo-900\/100:focus{outline-color:#312e81}.focus\:outline-violet-50\/0:focus{outline-color:#f5f3ff00}.focus\:outline-violet-50\/5:focus{outline-color:#f5f3ff0d}.focus\:outline-violet-50\/10:focus{outline-color:#f5f3ff1a}.focus\:outline-violet-50\/20:focus{outline-color:#f5f3ff33}.focus\:outline-violet-50\/25:focus{outline-color:#f5f3ff40}.focus\:outline-violet-50\/30:focus{outline-color:#f5f3ff4d}.focus\:outline-violet-50\/40:focus{outline-color:#f5f3ff66}.focus\:outline-violet-50\/50:focus{outline-color:#f5f3ff80}.focus\:outline-violet-50\/60:focus{outline-color:#f5f3ff99}.focus\:outline-violet-50\/70:focus{outline-color:#f5f3ffb3}.focus\:outline-violet-50\/75:focus{outline-color:#f5f3ffbf}.focus\:outline-violet-50\/80:focus{outline-color:#f5f3ffcc}.focus\:outline-violet-50\/90:focus{outline-color:#f5f3ffe6}.focus\:outline-violet-50\/95:focus{outline-color:#f5f3fff2}.focus\:outline-violet-50\/100:focus{outline-color:#f5f3ff}.focus\:outline-violet-100\/0:focus{outline-color:#ede9fe00}.focus\:outline-violet-100\/5:focus{outline-color:#ede9fe0d}.focus\:outline-violet-100\/10:focus{outline-color:#ede9fe1a}.focus\:outline-violet-100\/20:focus{outline-color:#ede9fe33}.focus\:outline-violet-100\/25:focus{outline-color:#ede9fe40}.focus\:outline-violet-100\/30:focus{outline-color:#ede9fe4d}.focus\:outline-violet-100\/40:focus{outline-color:#ede9fe66}.focus\:outline-violet-100\/50:focus{outline-color:#ede9fe80}.focus\:outline-violet-100\/60:focus{outline-color:#ede9fe99}.focus\:outline-violet-100\/70:focus{outline-color:#ede9feb3}.focus\:outline-violet-100\/75:focus{outline-color:#ede9febf}.focus\:outline-violet-100\/80:focus{outline-color:#ede9fecc}.focus\:outline-violet-100\/90:focus{outline-color:#ede9fee6}.focus\:outline-violet-100\/95:focus{outline-color:#ede9fef2}.focus\:outline-violet-100\/100:focus{outline-color:#ede9fe}.focus\:outline-violet-200\/0:focus{outline-color:#ddd6fe00}.focus\:outline-violet-200\/5:focus{outline-color:#ddd6fe0d}.focus\:outline-violet-200\/10:focus{outline-color:#ddd6fe1a}.focus\:outline-violet-200\/20:focus{outline-color:#ddd6fe33}.focus\:outline-violet-200\/25:focus{outline-color:#ddd6fe40}.focus\:outline-violet-200\/30:focus{outline-color:#ddd6fe4d}.focus\:outline-violet-200\/40:focus{outline-color:#ddd6fe66}.focus\:outline-violet-200\/50:focus{outline-color:#ddd6fe80}.focus\:outline-violet-200\/60:focus{outline-color:#ddd6fe99}.focus\:outline-violet-200\/70:focus{outline-color:#ddd6feb3}.focus\:outline-violet-200\/75:focus{outline-color:#ddd6febf}.focus\:outline-violet-200\/80:focus{outline-color:#ddd6fecc}.focus\:outline-violet-200\/90:focus{outline-color:#ddd6fee6}.focus\:outline-violet-200\/95:focus{outline-color:#ddd6fef2}.focus\:outline-violet-200\/100:focus{outline-color:#ddd6fe}.focus\:outline-violet-300\/0:focus{outline-color:#c4b5fd00}.focus\:outline-violet-300\/5:focus{outline-color:#c4b5fd0d}.focus\:outline-violet-300\/10:focus{outline-color:#c4b5fd1a}.focus\:outline-violet-300\/20:focus{outline-color:#c4b5fd33}.focus\:outline-violet-300\/25:focus{outline-color:#c4b5fd40}.focus\:outline-violet-300\/30:focus{outline-color:#c4b5fd4d}.focus\:outline-violet-300\/40:focus{outline-color:#c4b5fd66}.focus\:outline-violet-300\/50:focus{outline-color:#c4b5fd80}.focus\:outline-violet-300\/60:focus{outline-color:#c4b5fd99}.focus\:outline-violet-300\/70:focus{outline-color:#c4b5fdb3}.focus\:outline-violet-300\/75:focus{outline-color:#c4b5fdbf}.focus\:outline-violet-300\/80:focus{outline-color:#c4b5fdcc}.focus\:outline-violet-300\/90:focus{outline-color:#c4b5fde6}.focus\:outline-violet-300\/95:focus{outline-color:#c4b5fdf2}.focus\:outline-violet-300\/100:focus{outline-color:#c4b5fd}.focus\:outline-violet-400\/0:focus{outline-color:#a78bfa00}.focus\:outline-violet-400\/5:focus{outline-color:#a78bfa0d}.focus\:outline-violet-400\/10:focus{outline-color:#a78bfa1a}.focus\:outline-violet-400\/20:focus{outline-color:#a78bfa33}.focus\:outline-violet-400\/25:focus{outline-color:#a78bfa40}.focus\:outline-violet-400\/30:focus{outline-color:#a78bfa4d}.focus\:outline-violet-400\/40:focus{outline-color:#a78bfa66}.focus\:outline-violet-400\/50:focus{outline-color:#a78bfa80}.focus\:outline-violet-400\/60:focus{outline-color:#a78bfa99}.focus\:outline-violet-400\/70:focus{outline-color:#a78bfab3}.focus\:outline-violet-400\/75:focus{outline-color:#a78bfabf}.focus\:outline-violet-400\/80:focus{outline-color:#a78bfacc}.focus\:outline-violet-400\/90:focus{outline-color:#a78bfae6}.focus\:outline-violet-400\/95:focus{outline-color:#a78bfaf2}.focus\:outline-violet-400\/100:focus{outline-color:#a78bfa}.focus\:outline-violet-500\/0:focus{outline-color:#8b5cf600}.focus\:outline-violet-500\/5:focus{outline-color:#8b5cf60d}.focus\:outline-violet-500\/10:focus{outline-color:#8b5cf61a}.focus\:outline-violet-500\/20:focus{outline-color:#8b5cf633}.focus\:outline-violet-500\/25:focus{outline-color:#8b5cf640}.focus\:outline-violet-500\/30:focus{outline-color:#8b5cf64d}.focus\:outline-violet-500\/40:focus{outline-color:#8b5cf666}.focus\:outline-violet-500\/50:focus{outline-color:#8b5cf680}.focus\:outline-violet-500\/60:focus{outline-color:#8b5cf699}.focus\:outline-violet-500\/70:focus{outline-color:#8b5cf6b3}.focus\:outline-violet-500\/75:focus{outline-color:#8b5cf6bf}.focus\:outline-violet-500\/80:focus{outline-color:#8b5cf6cc}.focus\:outline-violet-500\/90:focus{outline-color:#8b5cf6e6}.focus\:outline-violet-500\/95:focus{outline-color:#8b5cf6f2}.focus\:outline-violet-500\/100:focus{outline-color:#8b5cf6}.focus\:outline-violet-600\/0:focus{outline-color:#7c3aed00}.focus\:outline-violet-600\/5:focus{outline-color:#7c3aed0d}.focus\:outline-violet-600\/10:focus{outline-color:#7c3aed1a}.focus\:outline-violet-600\/20:focus{outline-color:#7c3aed33}.focus\:outline-violet-600\/25:focus{outline-color:#7c3aed40}.focus\:outline-violet-600\/30:focus{outline-color:#7c3aed4d}.focus\:outline-violet-600\/40:focus{outline-color:#7c3aed66}.focus\:outline-violet-600\/50:focus{outline-color:#7c3aed80}.focus\:outline-violet-600\/60:focus{outline-color:#7c3aed99}.focus\:outline-violet-600\/70:focus{outline-color:#7c3aedb3}.focus\:outline-violet-600\/75:focus{outline-color:#7c3aedbf}.focus\:outline-violet-600\/80:focus{outline-color:#7c3aedcc}.focus\:outline-violet-600\/90:focus{outline-color:#7c3aede6}.focus\:outline-violet-600\/95:focus{outline-color:#7c3aedf2}.focus\:outline-violet-600\/100:focus{outline-color:#7c3aed}.focus\:outline-violet-700\/0:focus{outline-color:#6d28d900}.focus\:outline-violet-700\/5:focus{outline-color:#6d28d90d}.focus\:outline-violet-700\/10:focus{outline-color:#6d28d91a}.focus\:outline-violet-700\/20:focus{outline-color:#6d28d933}.focus\:outline-violet-700\/25:focus{outline-color:#6d28d940}.focus\:outline-violet-700\/30:focus{outline-color:#6d28d94d}.focus\:outline-violet-700\/40:focus{outline-color:#6d28d966}.focus\:outline-violet-700\/50:focus{outline-color:#6d28d980}.focus\:outline-violet-700\/60:focus{outline-color:#6d28d999}.focus\:outline-violet-700\/70:focus{outline-color:#6d28d9b3}.focus\:outline-violet-700\/75:focus{outline-color:#6d28d9bf}.focus\:outline-violet-700\/80:focus{outline-color:#6d28d9cc}.focus\:outline-violet-700\/90:focus{outline-color:#6d28d9e6}.focus\:outline-violet-700\/95:focus{outline-color:#6d28d9f2}.focus\:outline-violet-700\/100:focus{outline-color:#6d28d9}.focus\:outline-violet-800\/0:focus{outline-color:#5b21b600}.focus\:outline-violet-800\/5:focus{outline-color:#5b21b60d}.focus\:outline-violet-800\/10:focus{outline-color:#5b21b61a}.focus\:outline-violet-800\/20:focus{outline-color:#5b21b633}.focus\:outline-violet-800\/25:focus{outline-color:#5b21b640}.focus\:outline-violet-800\/30:focus{outline-color:#5b21b64d}.focus\:outline-violet-800\/40:focus{outline-color:#5b21b666}.focus\:outline-violet-800\/50:focus{outline-color:#5b21b680}.focus\:outline-violet-800\/60:focus{outline-color:#5b21b699}.focus\:outline-violet-800\/70:focus{outline-color:#5b21b6b3}.focus\:outline-violet-800\/75:focus{outline-color:#5b21b6bf}.focus\:outline-violet-800\/80:focus{outline-color:#5b21b6cc}.focus\:outline-violet-800\/90:focus{outline-color:#5b21b6e6}.focus\:outline-violet-800\/95:focus{outline-color:#5b21b6f2}.focus\:outline-violet-800\/100:focus{outline-color:#5b21b6}.focus\:outline-violet-900\/0:focus{outline-color:#4c1d9500}.focus\:outline-violet-900\/5:focus{outline-color:#4c1d950d}.focus\:outline-violet-900\/10:focus{outline-color:#4c1d951a}.focus\:outline-violet-900\/20:focus{outline-color:#4c1d9533}.focus\:outline-violet-900\/25:focus{outline-color:#4c1d9540}.focus\:outline-violet-900\/30:focus{outline-color:#4c1d954d}.focus\:outline-violet-900\/40:focus{outline-color:#4c1d9566}.focus\:outline-violet-900\/50:focus{outline-color:#4c1d9580}.focus\:outline-violet-900\/60:focus{outline-color:#4c1d9599}.focus\:outline-violet-900\/70:focus{outline-color:#4c1d95b3}.focus\:outline-violet-900\/75:focus{outline-color:#4c1d95bf}.focus\:outline-violet-900\/80:focus{outline-color:#4c1d95cc}.focus\:outline-violet-900\/90:focus{outline-color:#4c1d95e6}.focus\:outline-violet-900\/95:focus{outline-color:#4c1d95f2}.focus\:outline-violet-900\/100:focus{outline-color:#4c1d95}.focus\:outline-fuchsia-50\/0:focus{outline-color:#fdf4ff00}.focus\:outline-fuchsia-50\/5:focus{outline-color:#fdf4ff0d}.focus\:outline-fuchsia-50\/10:focus{outline-color:#fdf4ff1a}.focus\:outline-fuchsia-50\/20:focus{outline-color:#fdf4ff33}.focus\:outline-fuchsia-50\/25:focus{outline-color:#fdf4ff40}.focus\:outline-fuchsia-50\/30:focus{outline-color:#fdf4ff4d}.focus\:outline-fuchsia-50\/40:focus{outline-color:#fdf4ff66}.focus\:outline-fuchsia-50\/50:focus{outline-color:#fdf4ff80}.focus\:outline-fuchsia-50\/60:focus{outline-color:#fdf4ff99}.focus\:outline-fuchsia-50\/70:focus{outline-color:#fdf4ffb3}.focus\:outline-fuchsia-50\/75:focus{outline-color:#fdf4ffbf}.focus\:outline-fuchsia-50\/80:focus{outline-color:#fdf4ffcc}.focus\:outline-fuchsia-50\/90:focus{outline-color:#fdf4ffe6}.focus\:outline-fuchsia-50\/95:focus{outline-color:#fdf4fff2}.focus\:outline-fuchsia-50\/100:focus{outline-color:#fdf4ff}.focus\:outline-fuchsia-100\/0:focus{outline-color:#fae8ff00}.focus\:outline-fuchsia-100\/5:focus{outline-color:#fae8ff0d}.focus\:outline-fuchsia-100\/10:focus{outline-color:#fae8ff1a}.focus\:outline-fuchsia-100\/20:focus{outline-color:#fae8ff33}.focus\:outline-fuchsia-100\/25:focus{outline-color:#fae8ff40}.focus\:outline-fuchsia-100\/30:focus{outline-color:#fae8ff4d}.focus\:outline-fuchsia-100\/40:focus{outline-color:#fae8ff66}.focus\:outline-fuchsia-100\/50:focus{outline-color:#fae8ff80}.focus\:outline-fuchsia-100\/60:focus{outline-color:#fae8ff99}.focus\:outline-fuchsia-100\/70:focus{outline-color:#fae8ffb3}.focus\:outline-fuchsia-100\/75:focus{outline-color:#fae8ffbf}.focus\:outline-fuchsia-100\/80:focus{outline-color:#fae8ffcc}.focus\:outline-fuchsia-100\/90:focus{outline-color:#fae8ffe6}.focus\:outline-fuchsia-100\/95:focus{outline-color:#fae8fff2}.focus\:outline-fuchsia-100\/100:focus{outline-color:#fae8ff}.focus\:outline-fuchsia-200\/0:focus{outline-color:#f5d0fe00}.focus\:outline-fuchsia-200\/5:focus{outline-color:#f5d0fe0d}.focus\:outline-fuchsia-200\/10:focus{outline-color:#f5d0fe1a}.focus\:outline-fuchsia-200\/20:focus{outline-color:#f5d0fe33}.focus\:outline-fuchsia-200\/25:focus{outline-color:#f5d0fe40}.focus\:outline-fuchsia-200\/30:focus{outline-color:#f5d0fe4d}.focus\:outline-fuchsia-200\/40:focus{outline-color:#f5d0fe66}.focus\:outline-fuchsia-200\/50:focus{outline-color:#f5d0fe80}.focus\:outline-fuchsia-200\/60:focus{outline-color:#f5d0fe99}.focus\:outline-fuchsia-200\/70:focus{outline-color:#f5d0feb3}.focus\:outline-fuchsia-200\/75:focus{outline-color:#f5d0febf}.focus\:outline-fuchsia-200\/80:focus{outline-color:#f5d0fecc}.focus\:outline-fuchsia-200\/90:focus{outline-color:#f5d0fee6}.focus\:outline-fuchsia-200\/95:focus{outline-color:#f5d0fef2}.focus\:outline-fuchsia-200\/100:focus{outline-color:#f5d0fe}.focus\:outline-fuchsia-300\/0:focus{outline-color:#f0abfc00}.focus\:outline-fuchsia-300\/5:focus{outline-color:#f0abfc0d}.focus\:outline-fuchsia-300\/10:focus{outline-color:#f0abfc1a}.focus\:outline-fuchsia-300\/20:focus{outline-color:#f0abfc33}.focus\:outline-fuchsia-300\/25:focus{outline-color:#f0abfc40}.focus\:outline-fuchsia-300\/30:focus{outline-color:#f0abfc4d}.focus\:outline-fuchsia-300\/40:focus{outline-color:#f0abfc66}.focus\:outline-fuchsia-300\/50:focus{outline-color:#f0abfc80}.focus\:outline-fuchsia-300\/60:focus{outline-color:#f0abfc99}.focus\:outline-fuchsia-300\/70:focus{outline-color:#f0abfcb3}.focus\:outline-fuchsia-300\/75:focus{outline-color:#f0abfcbf}.focus\:outline-fuchsia-300\/80:focus{outline-color:#f0abfccc}.focus\:outline-fuchsia-300\/90:focus{outline-color:#f0abfce6}.focus\:outline-fuchsia-300\/95:focus{outline-color:#f0abfcf2}.focus\:outline-fuchsia-300\/100:focus{outline-color:#f0abfc}.focus\:outline-fuchsia-400\/0:focus{outline-color:#e879f900}.focus\:outline-fuchsia-400\/5:focus{outline-color:#e879f90d}.focus\:outline-fuchsia-400\/10:focus{outline-color:#e879f91a}.focus\:outline-fuchsia-400\/20:focus{outline-color:#e879f933}.focus\:outline-fuchsia-400\/25:focus{outline-color:#e879f940}.focus\:outline-fuchsia-400\/30:focus{outline-color:#e879f94d}.focus\:outline-fuchsia-400\/40:focus{outline-color:#e879f966}.focus\:outline-fuchsia-400\/50:focus{outline-color:#e879f980}.focus\:outline-fuchsia-400\/60:focus{outline-color:#e879f999}.focus\:outline-fuchsia-400\/70:focus{outline-color:#e879f9b3}.focus\:outline-fuchsia-400\/75:focus{outline-color:#e879f9bf}.focus\:outline-fuchsia-400\/80:focus{outline-color:#e879f9cc}.focus\:outline-fuchsia-400\/90:focus{outline-color:#e879f9e6}.focus\:outline-fuchsia-400\/95:focus{outline-color:#e879f9f2}.focus\:outline-fuchsia-400\/100:focus{outline-color:#e879f9}.focus\:outline-fuchsia-500\/0:focus{outline-color:#d946ef00}.focus\:outline-fuchsia-500\/5:focus{outline-color:#d946ef0d}.focus\:outline-fuchsia-500\/10:focus{outline-color:#d946ef1a}.focus\:outline-fuchsia-500\/20:focus{outline-color:#d946ef33}.focus\:outline-fuchsia-500\/25:focus{outline-color:#d946ef40}.focus\:outline-fuchsia-500\/30:focus{outline-color:#d946ef4d}.focus\:outline-fuchsia-500\/40:focus{outline-color:#d946ef66}.focus\:outline-fuchsia-500\/50:focus{outline-color:#d946ef80}.focus\:outline-fuchsia-500\/60:focus{outline-color:#d946ef99}.focus\:outline-fuchsia-500\/70:focus{outline-color:#d946efb3}.focus\:outline-fuchsia-500\/75:focus{outline-color:#d946efbf}.focus\:outline-fuchsia-500\/80:focus{outline-color:#d946efcc}.focus\:outline-fuchsia-500\/90:focus{outline-color:#d946efe6}.focus\:outline-fuchsia-500\/95:focus{outline-color:#d946eff2}.focus\:outline-fuchsia-500\/100:focus{outline-color:#d946ef}.focus\:outline-fuchsia-600\/0:focus{outline-color:#c026d300}.focus\:outline-fuchsia-600\/5:focus{outline-color:#c026d30d}.focus\:outline-fuchsia-600\/10:focus{outline-color:#c026d31a}.focus\:outline-fuchsia-600\/20:focus{outline-color:#c026d333}.focus\:outline-fuchsia-600\/25:focus{outline-color:#c026d340}.focus\:outline-fuchsia-600\/30:focus{outline-color:#c026d34d}.focus\:outline-fuchsia-600\/40:focus{outline-color:#c026d366}.focus\:outline-fuchsia-600\/50:focus{outline-color:#c026d380}.focus\:outline-fuchsia-600\/60:focus{outline-color:#c026d399}.focus\:outline-fuchsia-600\/70:focus{outline-color:#c026d3b3}.focus\:outline-fuchsia-600\/75:focus{outline-color:#c026d3bf}.focus\:outline-fuchsia-600\/80:focus{outline-color:#c026d3cc}.focus\:outline-fuchsia-600\/90:focus{outline-color:#c026d3e6}.focus\:outline-fuchsia-600\/95:focus{outline-color:#c026d3f2}.focus\:outline-fuchsia-600\/100:focus{outline-color:#c026d3}.focus\:outline-fuchsia-700\/0:focus{outline-color:#a21caf00}.focus\:outline-fuchsia-700\/5:focus{outline-color:#a21caf0d}.focus\:outline-fuchsia-700\/10:focus{outline-color:#a21caf1a}.focus\:outline-fuchsia-700\/20:focus{outline-color:#a21caf33}.focus\:outline-fuchsia-700\/25:focus{outline-color:#a21caf40}.focus\:outline-fuchsia-700\/30:focus{outline-color:#a21caf4d}.focus\:outline-fuchsia-700\/40:focus{outline-color:#a21caf66}.focus\:outline-fuchsia-700\/50:focus{outline-color:#a21caf80}.focus\:outline-fuchsia-700\/60:focus{outline-color:#a21caf99}.focus\:outline-fuchsia-700\/70:focus{outline-color:#a21cafb3}.focus\:outline-fuchsia-700\/75:focus{outline-color:#a21cafbf}.focus\:outline-fuchsia-700\/80:focus{outline-color:#a21cafcc}.focus\:outline-fuchsia-700\/90:focus{outline-color:#a21cafe6}.focus\:outline-fuchsia-700\/95:focus{outline-color:#a21caff2}.focus\:outline-fuchsia-700\/100:focus{outline-color:#a21caf}.focus\:outline-fuchsia-800\/0:focus{outline-color:#86198f00}.focus\:outline-fuchsia-800\/5:focus{outline-color:#86198f0d}.focus\:outline-fuchsia-800\/10:focus{outline-color:#86198f1a}.focus\:outline-fuchsia-800\/20:focus{outline-color:#86198f33}.focus\:outline-fuchsia-800\/25:focus{outline-color:#86198f40}.focus\:outline-fuchsia-800\/30:focus{outline-color:#86198f4d}.focus\:outline-fuchsia-800\/40:focus{outline-color:#86198f66}.focus\:outline-fuchsia-800\/50:focus{outline-color:#86198f80}.focus\:outline-fuchsia-800\/60:focus{outline-color:#86198f99}.focus\:outline-fuchsia-800\/70:focus{outline-color:#86198fb3}.focus\:outline-fuchsia-800\/75:focus{outline-color:#86198fbf}.focus\:outline-fuchsia-800\/80:focus{outline-color:#86198fcc}.focus\:outline-fuchsia-800\/90:focus{outline-color:#86198fe6}.focus\:outline-fuchsia-800\/95:focus{outline-color:#86198ff2}.focus\:outline-fuchsia-800\/100:focus{outline-color:#86198f}.focus\:outline-fuchsia-900\/0:focus{outline-color:#701a7500}.focus\:outline-fuchsia-900\/5:focus{outline-color:#701a750d}.focus\:outline-fuchsia-900\/10:focus{outline-color:#701a751a}.focus\:outline-fuchsia-900\/20:focus{outline-color:#701a7533}.focus\:outline-fuchsia-900\/25:focus{outline-color:#701a7540}.focus\:outline-fuchsia-900\/30:focus{outline-color:#701a754d}.focus\:outline-fuchsia-900\/40:focus{outline-color:#701a7566}.focus\:outline-fuchsia-900\/50:focus{outline-color:#701a7580}.focus\:outline-fuchsia-900\/60:focus{outline-color:#701a7599}.focus\:outline-fuchsia-900\/70:focus{outline-color:#701a75b3}.focus\:outline-fuchsia-900\/75:focus{outline-color:#701a75bf}.focus\:outline-fuchsia-900\/80:focus{outline-color:#701a75cc}.focus\:outline-fuchsia-900\/90:focus{outline-color:#701a75e6}.focus\:outline-fuchsia-900\/95:focus{outline-color:#701a75f2}.focus\:outline-fuchsia-900\/100:focus{outline-color:#701a75}.focus\:outline-pink-50\/0:focus{outline-color:#fdf2f800}.focus\:outline-pink-50\/5:focus{outline-color:#fdf2f80d}.focus\:outline-pink-50\/10:focus{outline-color:#fdf2f81a}.focus\:outline-pink-50\/20:focus{outline-color:#fdf2f833}.focus\:outline-pink-50\/25:focus{outline-color:#fdf2f840}.focus\:outline-pink-50\/30:focus{outline-color:#fdf2f84d}.focus\:outline-pink-50\/40:focus{outline-color:#fdf2f866}.focus\:outline-pink-50\/50:focus{outline-color:#fdf2f880}.focus\:outline-pink-50\/60:focus{outline-color:#fdf2f899}.focus\:outline-pink-50\/70:focus{outline-color:#fdf2f8b3}.focus\:outline-pink-50\/75:focus{outline-color:#fdf2f8bf}.focus\:outline-pink-50\/80:focus{outline-color:#fdf2f8cc}.focus\:outline-pink-50\/90:focus{outline-color:#fdf2f8e6}.focus\:outline-pink-50\/95:focus{outline-color:#fdf2f8f2}.focus\:outline-pink-50\/100:focus{outline-color:#fdf2f8}.focus\:outline-pink-100\/0:focus{outline-color:#fce7f300}.focus\:outline-pink-100\/5:focus{outline-color:#fce7f30d}.focus\:outline-pink-100\/10:focus{outline-color:#fce7f31a}.focus\:outline-pink-100\/20:focus{outline-color:#fce7f333}.focus\:outline-pink-100\/25:focus{outline-color:#fce7f340}.focus\:outline-pink-100\/30:focus{outline-color:#fce7f34d}.focus\:outline-pink-100\/40:focus{outline-color:#fce7f366}.focus\:outline-pink-100\/50:focus{outline-color:#fce7f380}.focus\:outline-pink-100\/60:focus{outline-color:#fce7f399}.focus\:outline-pink-100\/70:focus{outline-color:#fce7f3b3}.focus\:outline-pink-100\/75:focus{outline-color:#fce7f3bf}.focus\:outline-pink-100\/80:focus{outline-color:#fce7f3cc}.focus\:outline-pink-100\/90:focus{outline-color:#fce7f3e6}.focus\:outline-pink-100\/95:focus{outline-color:#fce7f3f2}.focus\:outline-pink-100\/100:focus{outline-color:#fce7f3}.focus\:outline-pink-200\/0:focus{outline-color:#fbcfe800}.focus\:outline-pink-200\/5:focus{outline-color:#fbcfe80d}.focus\:outline-pink-200\/10:focus{outline-color:#fbcfe81a}.focus\:outline-pink-200\/20:focus{outline-color:#fbcfe833}.focus\:outline-pink-200\/25:focus{outline-color:#fbcfe840}.focus\:outline-pink-200\/30:focus{outline-color:#fbcfe84d}.focus\:outline-pink-200\/40:focus{outline-color:#fbcfe866}.focus\:outline-pink-200\/50:focus{outline-color:#fbcfe880}.focus\:outline-pink-200\/60:focus{outline-color:#fbcfe899}.focus\:outline-pink-200\/70:focus{outline-color:#fbcfe8b3}.focus\:outline-pink-200\/75:focus{outline-color:#fbcfe8bf}.focus\:outline-pink-200\/80:focus{outline-color:#fbcfe8cc}.focus\:outline-pink-200\/90:focus{outline-color:#fbcfe8e6}.focus\:outline-pink-200\/95:focus{outline-color:#fbcfe8f2}.focus\:outline-pink-200\/100:focus{outline-color:#fbcfe8}.focus\:outline-pink-300\/0:focus{outline-color:#f9a8d400}.focus\:outline-pink-300\/5:focus{outline-color:#f9a8d40d}.focus\:outline-pink-300\/10:focus{outline-color:#f9a8d41a}.focus\:outline-pink-300\/20:focus{outline-color:#f9a8d433}.focus\:outline-pink-300\/25:focus{outline-color:#f9a8d440}.focus\:outline-pink-300\/30:focus{outline-color:#f9a8d44d}.focus\:outline-pink-300\/40:focus{outline-color:#f9a8d466}.focus\:outline-pink-300\/50:focus{outline-color:#f9a8d480}.focus\:outline-pink-300\/60:focus{outline-color:#f9a8d499}.focus\:outline-pink-300\/70:focus{outline-color:#f9a8d4b3}.focus\:outline-pink-300\/75:focus{outline-color:#f9a8d4bf}.focus\:outline-pink-300\/80:focus{outline-color:#f9a8d4cc}.focus\:outline-pink-300\/90:focus{outline-color:#f9a8d4e6}.focus\:outline-pink-300\/95:focus{outline-color:#f9a8d4f2}.focus\:outline-pink-300\/100:focus{outline-color:#f9a8d4}.focus\:outline-pink-400\/0:focus{outline-color:#f472b600}.focus\:outline-pink-400\/5:focus{outline-color:#f472b60d}.focus\:outline-pink-400\/10:focus{outline-color:#f472b61a}.focus\:outline-pink-400\/20:focus{outline-color:#f472b633}.focus\:outline-pink-400\/25:focus{outline-color:#f472b640}.focus\:outline-pink-400\/30:focus{outline-color:#f472b64d}.focus\:outline-pink-400\/40:focus{outline-color:#f472b666}.focus\:outline-pink-400\/50:focus{outline-color:#f472b680}.focus\:outline-pink-400\/60:focus{outline-color:#f472b699}.focus\:outline-pink-400\/70:focus{outline-color:#f472b6b3}.focus\:outline-pink-400\/75:focus{outline-color:#f472b6bf}.focus\:outline-pink-400\/80:focus{outline-color:#f472b6cc}.focus\:outline-pink-400\/90:focus{outline-color:#f472b6e6}.focus\:outline-pink-400\/95:focus{outline-color:#f472b6f2}.focus\:outline-pink-400\/100:focus{outline-color:#f472b6}.focus\:outline-pink-500\/0:focus{outline-color:#ec489900}.focus\:outline-pink-500\/5:focus{outline-color:#ec48990d}.focus\:outline-pink-500\/10:focus{outline-color:#ec48991a}.focus\:outline-pink-500\/20:focus{outline-color:#ec489933}.focus\:outline-pink-500\/25:focus{outline-color:#ec489940}.focus\:outline-pink-500\/30:focus{outline-color:#ec48994d}.focus\:outline-pink-500\/40:focus{outline-color:#ec489966}.focus\:outline-pink-500\/50:focus{outline-color:#ec489980}.focus\:outline-pink-500\/60:focus{outline-color:#ec489999}.focus\:outline-pink-500\/70:focus{outline-color:#ec4899b3}.focus\:outline-pink-500\/75:focus{outline-color:#ec4899bf}.focus\:outline-pink-500\/80:focus{outline-color:#ec4899cc}.focus\:outline-pink-500\/90:focus{outline-color:#ec4899e6}.focus\:outline-pink-500\/95:focus{outline-color:#ec4899f2}.focus\:outline-pink-500\/100:focus{outline-color:#ec4899}.focus\:outline-pink-600\/0:focus{outline-color:#db277700}.focus\:outline-pink-600\/5:focus{outline-color:#db27770d}.focus\:outline-pink-600\/10:focus{outline-color:#db27771a}.focus\:outline-pink-600\/20:focus{outline-color:#db277733}.focus\:outline-pink-600\/25:focus{outline-color:#db277740}.focus\:outline-pink-600\/30:focus{outline-color:#db27774d}.focus\:outline-pink-600\/40:focus{outline-color:#db277766}.focus\:outline-pink-600\/50:focus{outline-color:#db277780}.focus\:outline-pink-600\/60:focus{outline-color:#db277799}.focus\:outline-pink-600\/70:focus{outline-color:#db2777b3}.focus\:outline-pink-600\/75:focus{outline-color:#db2777bf}.focus\:outline-pink-600\/80:focus{outline-color:#db2777cc}.focus\:outline-pink-600\/90:focus{outline-color:#db2777e6}.focus\:outline-pink-600\/95:focus{outline-color:#db2777f2}.focus\:outline-pink-600\/100:focus{outline-color:#db2777}.focus\:outline-pink-700\/0:focus{outline-color:#be185d00}.focus\:outline-pink-700\/5:focus{outline-color:#be185d0d}.focus\:outline-pink-700\/10:focus{outline-color:#be185d1a}.focus\:outline-pink-700\/20:focus{outline-color:#be185d33}.focus\:outline-pink-700\/25:focus{outline-color:#be185d40}.focus\:outline-pink-700\/30:focus{outline-color:#be185d4d}.focus\:outline-pink-700\/40:focus{outline-color:#be185d66}.focus\:outline-pink-700\/50:focus{outline-color:#be185d80}.focus\:outline-pink-700\/60:focus{outline-color:#be185d99}.focus\:outline-pink-700\/70:focus{outline-color:#be185db3}.focus\:outline-pink-700\/75:focus{outline-color:#be185dbf}.focus\:outline-pink-700\/80:focus{outline-color:#be185dcc}.focus\:outline-pink-700\/90:focus{outline-color:#be185de6}.focus\:outline-pink-700\/95:focus{outline-color:#be185df2}.focus\:outline-pink-700\/100:focus{outline-color:#be185d}.focus\:outline-pink-800\/0:focus{outline-color:#9d174d00}.focus\:outline-pink-800\/5:focus{outline-color:#9d174d0d}.focus\:outline-pink-800\/10:focus{outline-color:#9d174d1a}.focus\:outline-pink-800\/20:focus{outline-color:#9d174d33}.focus\:outline-pink-800\/25:focus{outline-color:#9d174d40}.focus\:outline-pink-800\/30:focus{outline-color:#9d174d4d}.focus\:outline-pink-800\/40:focus{outline-color:#9d174d66}.focus\:outline-pink-800\/50:focus{outline-color:#9d174d80}.focus\:outline-pink-800\/60:focus{outline-color:#9d174d99}.focus\:outline-pink-800\/70:focus{outline-color:#9d174db3}.focus\:outline-pink-800\/75:focus{outline-color:#9d174dbf}.focus\:outline-pink-800\/80:focus{outline-color:#9d174dcc}.focus\:outline-pink-800\/90:focus{outline-color:#9d174de6}.focus\:outline-pink-800\/95:focus{outline-color:#9d174df2}.focus\:outline-pink-800\/100:focus{outline-color:#9d174d}.focus\:outline-pink-900\/0:focus{outline-color:#83184300}.focus\:outline-pink-900\/5:focus{outline-color:#8318430d}.focus\:outline-pink-900\/10:focus{outline-color:#8318431a}.focus\:outline-pink-900\/20:focus{outline-color:#83184333}.focus\:outline-pink-900\/25:focus{outline-color:#83184340}.focus\:outline-pink-900\/30:focus{outline-color:#8318434d}.focus\:outline-pink-900\/40:focus{outline-color:#83184366}.focus\:outline-pink-900\/50:focus{outline-color:#83184380}.focus\:outline-pink-900\/60:focus{outline-color:#83184399}.focus\:outline-pink-900\/70:focus{outline-color:#831843b3}.focus\:outline-pink-900\/75:focus{outline-color:#831843bf}.focus\:outline-pink-900\/80:focus{outline-color:#831843cc}.focus\:outline-pink-900\/90:focus{outline-color:#831843e6}.focus\:outline-pink-900\/95:focus{outline-color:#831843f2}.focus\:outline-pink-900\/100:focus{outline-color:#831843}.focus\:outline-rose-50\/0:focus{outline-color:#fff1f200}.focus\:outline-rose-50\/5:focus{outline-color:#fff1f20d}.focus\:outline-rose-50\/10:focus{outline-color:#fff1f21a}.focus\:outline-rose-50\/20:focus{outline-color:#fff1f233}.focus\:outline-rose-50\/25:focus{outline-color:#fff1f240}.focus\:outline-rose-50\/30:focus{outline-color:#fff1f24d}.focus\:outline-rose-50\/40:focus{outline-color:#fff1f266}.focus\:outline-rose-50\/50:focus{outline-color:#fff1f280}.focus\:outline-rose-50\/60:focus{outline-color:#fff1f299}.focus\:outline-rose-50\/70:focus{outline-color:#fff1f2b3}.focus\:outline-rose-50\/75:focus{outline-color:#fff1f2bf}.focus\:outline-rose-50\/80:focus{outline-color:#fff1f2cc}.focus\:outline-rose-50\/90:focus{outline-color:#fff1f2e6}.focus\:outline-rose-50\/95:focus{outline-color:#fff1f2f2}.focus\:outline-rose-50\/100:focus{outline-color:#fff1f2}.focus\:outline-rose-100\/0:focus{outline-color:#ffe4e600}.focus\:outline-rose-100\/5:focus{outline-color:#ffe4e60d}.focus\:outline-rose-100\/10:focus{outline-color:#ffe4e61a}.focus\:outline-rose-100\/20:focus{outline-color:#ffe4e633}.focus\:outline-rose-100\/25:focus{outline-color:#ffe4e640}.focus\:outline-rose-100\/30:focus{outline-color:#ffe4e64d}.focus\:outline-rose-100\/40:focus{outline-color:#ffe4e666}.focus\:outline-rose-100\/50:focus{outline-color:#ffe4e680}.focus\:outline-rose-100\/60:focus{outline-color:#ffe4e699}.focus\:outline-rose-100\/70:focus{outline-color:#ffe4e6b3}.focus\:outline-rose-100\/75:focus{outline-color:#ffe4e6bf}.focus\:outline-rose-100\/80:focus{outline-color:#ffe4e6cc}.focus\:outline-rose-100\/90:focus{outline-color:#ffe4e6e6}.focus\:outline-rose-100\/95:focus{outline-color:#ffe4e6f2}.focus\:outline-rose-100\/100:focus{outline-color:#ffe4e6}.focus\:outline-rose-200\/0:focus{outline-color:#fecdd300}.focus\:outline-rose-200\/5:focus{outline-color:#fecdd30d}.focus\:outline-rose-200\/10:focus{outline-color:#fecdd31a}.focus\:outline-rose-200\/20:focus{outline-color:#fecdd333}.focus\:outline-rose-200\/25:focus{outline-color:#fecdd340}.focus\:outline-rose-200\/30:focus{outline-color:#fecdd34d}.focus\:outline-rose-200\/40:focus{outline-color:#fecdd366}.focus\:outline-rose-200\/50:focus{outline-color:#fecdd380}.focus\:outline-rose-200\/60:focus{outline-color:#fecdd399}.focus\:outline-rose-200\/70:focus{outline-color:#fecdd3b3}.focus\:outline-rose-200\/75:focus{outline-color:#fecdd3bf}.focus\:outline-rose-200\/80:focus{outline-color:#fecdd3cc}.focus\:outline-rose-200\/90:focus{outline-color:#fecdd3e6}.focus\:outline-rose-200\/95:focus{outline-color:#fecdd3f2}.focus\:outline-rose-200\/100:focus{outline-color:#fecdd3}.focus\:outline-rose-300\/0:focus{outline-color:#fda4af00}.focus\:outline-rose-300\/5:focus{outline-color:#fda4af0d}.focus\:outline-rose-300\/10:focus{outline-color:#fda4af1a}.focus\:outline-rose-300\/20:focus{outline-color:#fda4af33}.focus\:outline-rose-300\/25:focus{outline-color:#fda4af40}.focus\:outline-rose-300\/30:focus{outline-color:#fda4af4d}.focus\:outline-rose-300\/40:focus{outline-color:#fda4af66}.focus\:outline-rose-300\/50:focus{outline-color:#fda4af80}.focus\:outline-rose-300\/60:focus{outline-color:#fda4af99}.focus\:outline-rose-300\/70:focus{outline-color:#fda4afb3}.focus\:outline-rose-300\/75:focus{outline-color:#fda4afbf}.focus\:outline-rose-300\/80:focus{outline-color:#fda4afcc}.focus\:outline-rose-300\/90:focus{outline-color:#fda4afe6}.focus\:outline-rose-300\/95:focus{outline-color:#fda4aff2}.focus\:outline-rose-300\/100:focus{outline-color:#fda4af}.focus\:outline-rose-400\/0:focus{outline-color:#fb718500}.focus\:outline-rose-400\/5:focus{outline-color:#fb71850d}.focus\:outline-rose-400\/10:focus{outline-color:#fb71851a}.focus\:outline-rose-400\/20:focus{outline-color:#fb718533}.focus\:outline-rose-400\/25:focus{outline-color:#fb718540}.focus\:outline-rose-400\/30:focus{outline-color:#fb71854d}.focus\:outline-rose-400\/40:focus{outline-color:#fb718566}.focus\:outline-rose-400\/50:focus{outline-color:#fb718580}.focus\:outline-rose-400\/60:focus{outline-color:#fb718599}.focus\:outline-rose-400\/70:focus{outline-color:#fb7185b3}.focus\:outline-rose-400\/75:focus{outline-color:#fb7185bf}.focus\:outline-rose-400\/80:focus{outline-color:#fb7185cc}.focus\:outline-rose-400\/90:focus{outline-color:#fb7185e6}.focus\:outline-rose-400\/95:focus{outline-color:#fb7185f2}.focus\:outline-rose-400\/100:focus{outline-color:#fb7185}.focus\:outline-rose-500\/0:focus{outline-color:#f43f5e00}.focus\:outline-rose-500\/5:focus{outline-color:#f43f5e0d}.focus\:outline-rose-500\/10:focus{outline-color:#f43f5e1a}.focus\:outline-rose-500\/20:focus{outline-color:#f43f5e33}.focus\:outline-rose-500\/25:focus{outline-color:#f43f5e40}.focus\:outline-rose-500\/30:focus{outline-color:#f43f5e4d}.focus\:outline-rose-500\/40:focus{outline-color:#f43f5e66}.focus\:outline-rose-500\/50:focus{outline-color:#f43f5e80}.focus\:outline-rose-500\/60:focus{outline-color:#f43f5e99}.focus\:outline-rose-500\/70:focus{outline-color:#f43f5eb3}.focus\:outline-rose-500\/75:focus{outline-color:#f43f5ebf}.focus\:outline-rose-500\/80:focus{outline-color:#f43f5ecc}.focus\:outline-rose-500\/90:focus{outline-color:#f43f5ee6}.focus\:outline-rose-500\/95:focus{outline-color:#f43f5ef2}.focus\:outline-rose-500\/100:focus{outline-color:#f43f5e}.focus\:outline-rose-600\/0:focus{outline-color:#e11d4800}.focus\:outline-rose-600\/5:focus{outline-color:#e11d480d}.focus\:outline-rose-600\/10:focus{outline-color:#e11d481a}.focus\:outline-rose-600\/20:focus{outline-color:#e11d4833}.focus\:outline-rose-600\/25:focus{outline-color:#e11d4840}.focus\:outline-rose-600\/30:focus{outline-color:#e11d484d}.focus\:outline-rose-600\/40:focus{outline-color:#e11d4866}.focus\:outline-rose-600\/50:focus{outline-color:#e11d4880}.focus\:outline-rose-600\/60:focus{outline-color:#e11d4899}.focus\:outline-rose-600\/70:focus{outline-color:#e11d48b3}.focus\:outline-rose-600\/75:focus{outline-color:#e11d48bf}.focus\:outline-rose-600\/80:focus{outline-color:#e11d48cc}.focus\:outline-rose-600\/90:focus{outline-color:#e11d48e6}.focus\:outline-rose-600\/95:focus{outline-color:#e11d48f2}.focus\:outline-rose-600\/100:focus{outline-color:#e11d48}.focus\:outline-rose-700\/0:focus{outline-color:#be123c00}.focus\:outline-rose-700\/5:focus{outline-color:#be123c0d}.focus\:outline-rose-700\/10:focus{outline-color:#be123c1a}.focus\:outline-rose-700\/20:focus{outline-color:#be123c33}.focus\:outline-rose-700\/25:focus{outline-color:#be123c40}.focus\:outline-rose-700\/30:focus{outline-color:#be123c4d}.focus\:outline-rose-700\/40:focus{outline-color:#be123c66}.focus\:outline-rose-700\/50:focus{outline-color:#be123c80}.focus\:outline-rose-700\/60:focus{outline-color:#be123c99}.focus\:outline-rose-700\/70:focus{outline-color:#be123cb3}.focus\:outline-rose-700\/75:focus{outline-color:#be123cbf}.focus\:outline-rose-700\/80:focus{outline-color:#be123ccc}.focus\:outline-rose-700\/90:focus{outline-color:#be123ce6}.focus\:outline-rose-700\/95:focus{outline-color:#be123cf2}.focus\:outline-rose-700\/100:focus{outline-color:#be123c}.focus\:outline-rose-800\/0:focus{outline-color:#9f123900}.focus\:outline-rose-800\/5:focus{outline-color:#9f12390d}.focus\:outline-rose-800\/10:focus{outline-color:#9f12391a}.focus\:outline-rose-800\/20:focus{outline-color:#9f123933}.focus\:outline-rose-800\/25:focus{outline-color:#9f123940}.focus\:outline-rose-800\/30:focus{outline-color:#9f12394d}.focus\:outline-rose-800\/40:focus{outline-color:#9f123966}.focus\:outline-rose-800\/50:focus{outline-color:#9f123980}.focus\:outline-rose-800\/60:focus{outline-color:#9f123999}.focus\:outline-rose-800\/70:focus{outline-color:#9f1239b3}.focus\:outline-rose-800\/75:focus{outline-color:#9f1239bf}.focus\:outline-rose-800\/80:focus{outline-color:#9f1239cc}.focus\:outline-rose-800\/90:focus{outline-color:#9f1239e6}.focus\:outline-rose-800\/95:focus{outline-color:#9f1239f2}.focus\:outline-rose-800\/100:focus{outline-color:#9f1239}.focus\:outline-rose-900\/0:focus{outline-color:#88133700}.focus\:outline-rose-900\/5:focus{outline-color:#8813370d}.focus\:outline-rose-900\/10:focus{outline-color:#8813371a}.focus\:outline-rose-900\/20:focus{outline-color:#88133733}.focus\:outline-rose-900\/25:focus{outline-color:#88133740}.focus\:outline-rose-900\/30:focus{outline-color:#8813374d}.focus\:outline-rose-900\/40:focus{outline-color:#88133766}.focus\:outline-rose-900\/50:focus{outline-color:#88133780}.focus\:outline-rose-900\/60:focus{outline-color:#88133799}.focus\:outline-rose-900\/70:focus{outline-color:#881337b3}.focus\:outline-rose-900\/75:focus{outline-color:#881337bf}.focus\:outline-rose-900\/80:focus{outline-color:#881337cc}.focus\:outline-rose-900\/90:focus{outline-color:#881337e6}.focus\:outline-rose-900\/95:focus{outline-color:#881337f2}.focus\:outline-rose-900\/100:focus{outline-color:#881337}.focus\:outline-primary-100\/0:focus{outline-color:#f2f3f400}.focus\:outline-primary-100\/5:focus{outline-color:#f2f3f40d}.focus\:outline-primary-100\/10:focus{outline-color:#f2f3f41a}.focus\:outline-primary-100\/20:focus{outline-color:#f2f3f433}.focus\:outline-primary-100\/25:focus{outline-color:#f2f3f440}.focus\:outline-primary-100\/30:focus{outline-color:#f2f3f44d}.focus\:outline-primary-100\/40:focus{outline-color:#f2f3f466}.focus\:outline-primary-100\/50:focus{outline-color:#f2f3f480}.focus\:outline-primary-100\/60:focus{outline-color:#f2f3f499}.focus\:outline-primary-100\/70:focus{outline-color:#f2f3f4b3}.focus\:outline-primary-100\/75:focus{outline-color:#f2f3f4bf}.focus\:outline-primary-100\/80:focus{outline-color:#f2f3f4cc}.focus\:outline-primary-100\/90:focus{outline-color:#f2f3f4e6}.focus\:outline-primary-100\/95:focus{outline-color:#f2f3f4f2}.focus\:outline-primary-100\/100:focus{outline-color:#f2f3f4}.focus\:outline-primary-200\/0:focus{outline-color:#e8e8f000}.focus\:outline-primary-200\/5:focus{outline-color:#e8e8f00d}.focus\:outline-primary-200\/10:focus{outline-color:#e8e8f01a}.focus\:outline-primary-200\/20:focus{outline-color:#e8e8f033}.focus\:outline-primary-200\/25:focus{outline-color:#e8e8f040}.focus\:outline-primary-200\/30:focus{outline-color:#e8e8f04d}.focus\:outline-primary-200\/40:focus{outline-color:#e8e8f066}.focus\:outline-primary-200\/50:focus{outline-color:#e8e8f080}.focus\:outline-primary-200\/60:focus{outline-color:#e8e8f099}.focus\:outline-primary-200\/70:focus{outline-color:#e8e8f0b3}.focus\:outline-primary-200\/75:focus{outline-color:#e8e8f0bf}.focus\:outline-primary-200\/80:focus{outline-color:#e8e8f0cc}.focus\:outline-primary-200\/90:focus{outline-color:#e8e8f0e6}.focus\:outline-primary-200\/95:focus{outline-color:#e8e8f0f2}.focus\:outline-primary-200\/100:focus{outline-color:#e8e8f0}.focus\:outline-primary-300\/0:focus{outline-color:#d0d0e100}.focus\:outline-primary-300\/5:focus{outline-color:#d0d0e10d}.focus\:outline-primary-300\/10:focus{outline-color:#d0d0e11a}.focus\:outline-primary-300\/20:focus{outline-color:#d0d0e133}.focus\:outline-primary-300\/25:focus{outline-color:#d0d0e140}.focus\:outline-primary-300\/30:focus{outline-color:#d0d0e14d}.focus\:outline-primary-300\/40:focus{outline-color:#d0d0e166}.focus\:outline-primary-300\/50:focus{outline-color:#d0d0e180}.focus\:outline-primary-300\/60:focus{outline-color:#d0d0e199}.focus\:outline-primary-300\/70:focus{outline-color:#d0d0e1b3}.focus\:outline-primary-300\/75:focus{outline-color:#d0d0e1bf}.focus\:outline-primary-300\/80:focus{outline-color:#d0d0e1cc}.focus\:outline-primary-300\/90:focus{outline-color:#d0d0e1e6}.focus\:outline-primary-300\/95:focus{outline-color:#d0d0e1f2}.focus\:outline-primary-300\/100:focus{outline-color:#d0d0e1}.focus\:outline-primary-400\/0:focus{outline-color:#b4b4d100}.focus\:outline-primary-400\/5:focus{outline-color:#b4b4d10d}.focus\:outline-primary-400\/10:focus{outline-color:#b4b4d11a}.focus\:outline-primary-400\/20:focus{outline-color:#b4b4d133}.focus\:outline-primary-400\/25:focus{outline-color:#b4b4d140}.focus\:outline-primary-400\/30:focus{outline-color:#b4b4d14d}.focus\:outline-primary-400\/40:focus{outline-color:#b4b4d166}.focus\:outline-primary-400\/50:focus{outline-color:#b4b4d180}.focus\:outline-primary-400\/60:focus{outline-color:#b4b4d199}.focus\:outline-primary-400\/70:focus{outline-color:#b4b4d1b3}.focus\:outline-primary-400\/75:focus{outline-color:#b4b4d1bf}.focus\:outline-primary-400\/80:focus{outline-color:#b4b4d1cc}.focus\:outline-primary-400\/90:focus{outline-color:#b4b4d1e6}.focus\:outline-primary-400\/95:focus{outline-color:#b4b4d1f2}.focus\:outline-primary-400\/100:focus{outline-color:#b4b4d1}.focus\:outline-primary-500\/0:focus{outline-color:#9393bf00}.focus\:outline-primary-500\/5:focus{outline-color:#9393bf0d}.focus\:outline-primary-500\/10:focus{outline-color:#9393bf1a}.focus\:outline-primary-500\/20:focus{outline-color:#9393bf33}.focus\:outline-primary-500\/25:focus{outline-color:#9393bf40}.focus\:outline-primary-500\/30:focus{outline-color:#9393bf4d}.focus\:outline-primary-500\/40:focus{outline-color:#9393bf66}.focus\:outline-primary-500\/50:focus{outline-color:#9393bf80}.focus\:outline-primary-500\/60:focus{outline-color:#9393bf99}.focus\:outline-primary-500\/70:focus{outline-color:#9393bfb3}.focus\:outline-primary-500\/75:focus{outline-color:#9393bfbf}.focus\:outline-primary-500\/80:focus{outline-color:#9393bfcc}.focus\:outline-primary-500\/90:focus{outline-color:#9393bfe6}.focus\:outline-primary-500\/95:focus{outline-color:#9393bff2}.focus\:outline-primary-500\/100:focus{outline-color:#9393bf}.focus\:outline-primary-600\/0:focus{outline-color:#6868ac00}.focus\:outline-primary-600\/5:focus{outline-color:#6868ac0d}.focus\:outline-primary-600\/10:focus{outline-color:#6868ac1a}.focus\:outline-primary-600\/20:focus{outline-color:#6868ac33}.focus\:outline-primary-600\/25:focus{outline-color:#6868ac40}.focus\:outline-primary-600\/30:focus{outline-color:#6868ac4d}.focus\:outline-primary-600\/40:focus{outline-color:#6868ac66}.focus\:outline-primary-600\/50:focus{outline-color:#6868ac80}.focus\:outline-primary-600\/60:focus{outline-color:#6868ac99}.focus\:outline-primary-600\/70:focus{outline-color:#6868acb3}.focus\:outline-primary-600\/75:focus{outline-color:#6868acbf}.focus\:outline-primary-600\/80:focus{outline-color:#6868accc}.focus\:outline-primary-600\/90:focus{outline-color:#6868ace6}.focus\:outline-primary-600\/95:focus{outline-color:#6868acf2}.focus\:outline-primary-600\/100:focus{outline-color:#6868ac}.focus\:outline-primary-700\/0:focus{outline-color:#5d5d9900}.focus\:outline-primary-700\/5:focus{outline-color:#5d5d990d}.focus\:outline-primary-700\/10:focus{outline-color:#5d5d991a}.focus\:outline-primary-700\/20:focus{outline-color:#5d5d9933}.focus\:outline-primary-700\/25:focus{outline-color:#5d5d9940}.focus\:outline-primary-700\/30:focus{outline-color:#5d5d994d}.focus\:outline-primary-700\/40:focus{outline-color:#5d5d9966}.focus\:outline-primary-700\/50:focus{outline-color:#5d5d9980}.focus\:outline-primary-700\/60:focus{outline-color:#5d5d9999}.focus\:outline-primary-700\/70:focus{outline-color:#5d5d99b3}.focus\:outline-primary-700\/75:focus{outline-color:#5d5d99bf}.focus\:outline-primary-700\/80:focus{outline-color:#5d5d99cc}.focus\:outline-primary-700\/90:focus{outline-color:#5d5d99e6}.focus\:outline-primary-700\/95:focus{outline-color:#5d5d99f2}.focus\:outline-primary-700\/100:focus{outline-color:#5d5d99}.focus\:outline-primary-800\/0:focus{outline-color:#50508500}.focus\:outline-primary-800\/5:focus{outline-color:#5050850d}.focus\:outline-primary-800\/10:focus{outline-color:#5050851a}.focus\:outline-primary-800\/20:focus{outline-color:#50508533}.focus\:outline-primary-800\/25:focus{outline-color:#50508540}.focus\:outline-primary-800\/30:focus{outline-color:#5050854d}.focus\:outline-primary-800\/40:focus{outline-color:#50508566}.focus\:outline-primary-800\/50:focus{outline-color:#50508580}.focus\:outline-primary-800\/60:focus{outline-color:#50508599}.focus\:outline-primary-800\/70:focus{outline-color:#505085b3}.focus\:outline-primary-800\/75:focus{outline-color:#505085bf}.focus\:outline-primary-800\/80:focus{outline-color:#505085cc}.focus\:outline-primary-800\/90:focus{outline-color:#505085e6}.focus\:outline-primary-800\/95:focus{outline-color:#505085f2}.focus\:outline-primary-800\/100:focus{outline-color:#505085}.focus\:outline-primary-900\/0:focus{outline-color:#41416c00}.focus\:outline-primary-900\/5:focus{outline-color:#41416c0d}.focus\:outline-primary-900\/10:focus{outline-color:#41416c1a}.focus\:outline-primary-900\/20:focus{outline-color:#41416c33}.focus\:outline-primary-900\/25:focus{outline-color:#41416c40}.focus\:outline-primary-900\/30:focus{outline-color:#41416c4d}.focus\:outline-primary-900\/40:focus{outline-color:#41416c66}.focus\:outline-primary-900\/50:focus{outline-color:#41416c80}.focus\:outline-primary-900\/60:focus{outline-color:#41416c99}.focus\:outline-primary-900\/70:focus{outline-color:#41416cb3}.focus\:outline-primary-900\/75:focus{outline-color:#41416cbf}.focus\:outline-primary-900\/80:focus{outline-color:#41416ccc}.focus\:outline-primary-900\/90:focus{outline-color:#41416ce6}.focus\:outline-primary-900\/95:focus{outline-color:#41416cf2}.focus\:outline-primary-900\/100:focus{outline-color:#41416c}.focus\:outline-primary-1000\/0:focus{outline-color:#2e2e4c00}.focus\:outline-primary-1000\/5:focus{outline-color:#2e2e4c0d}.focus\:outline-primary-1000\/10:focus{outline-color:#2e2e4c1a}.focus\:outline-primary-1000\/20:focus{outline-color:#2e2e4c33}.focus\:outline-primary-1000\/25:focus{outline-color:#2e2e4c40}.focus\:outline-primary-1000\/30:focus{outline-color:#2e2e4c4d}.focus\:outline-primary-1000\/40:focus{outline-color:#2e2e4c66}.focus\:outline-primary-1000\/50:focus{outline-color:#2e2e4c80}.focus\:outline-primary-1000\/60:focus{outline-color:#2e2e4c99}.focus\:outline-primary-1000\/70:focus{outline-color:#2e2e4cb3}.focus\:outline-primary-1000\/75:focus{outline-color:#2e2e4cbf}.focus\:outline-primary-1000\/80:focus{outline-color:#2e2e4ccc}.focus\:outline-primary-1000\/90:focus{outline-color:#2e2e4ce6}.focus\:outline-primary-1000\/95:focus{outline-color:#2e2e4cf2}.focus\:outline-primary-1000\/100:focus{outline-color:#2e2e4c}.focus\:outline-primary-highlight-100\/0:focus{outline-color:#f7f5fe00}.focus\:outline-primary-highlight-100\/5:focus{outline-color:#f7f5fe0d}.focus\:outline-primary-highlight-100\/10:focus{outline-color:#f7f5fe1a}.focus\:outline-primary-highlight-100\/20:focus{outline-color:#f7f5fe33}.focus\:outline-primary-highlight-100\/25:focus{outline-color:#f7f5fe40}.focus\:outline-primary-highlight-100\/30:focus{outline-color:#f7f5fe4d}.focus\:outline-primary-highlight-100\/40:focus{outline-color:#f7f5fe66}.focus\:outline-primary-highlight-100\/50:focus{outline-color:#f7f5fe80}.focus\:outline-primary-highlight-100\/60:focus{outline-color:#f7f5fe99}.focus\:outline-primary-highlight-100\/70:focus{outline-color:#f7f5feb3}.focus\:outline-primary-highlight-100\/75:focus{outline-color:#f7f5febf}.focus\:outline-primary-highlight-100\/80:focus{outline-color:#f7f5fecc}.focus\:outline-primary-highlight-100\/90:focus{outline-color:#f7f5fee6}.focus\:outline-primary-highlight-100\/95:focus{outline-color:#f7f5fef2}.focus\:outline-primary-highlight-100\/100:focus{outline-color:#f7f5fe}.focus\:outline-primary-highlight-200\/0:focus{outline-color:#efecfe00}.focus\:outline-primary-highlight-200\/5:focus{outline-color:#efecfe0d}.focus\:outline-primary-highlight-200\/10:focus{outline-color:#efecfe1a}.focus\:outline-primary-highlight-200\/20:focus{outline-color:#efecfe33}.focus\:outline-primary-highlight-200\/25:focus{outline-color:#efecfe40}.focus\:outline-primary-highlight-200\/30:focus{outline-color:#efecfe4d}.focus\:outline-primary-highlight-200\/40:focus{outline-color:#efecfe66}.focus\:outline-primary-highlight-200\/50:focus{outline-color:#efecfe80}.focus\:outline-primary-highlight-200\/60:focus{outline-color:#efecfe99}.focus\:outline-primary-highlight-200\/70:focus{outline-color:#efecfeb3}.focus\:outline-primary-highlight-200\/75:focus{outline-color:#efecfebf}.focus\:outline-primary-highlight-200\/80:focus{outline-color:#efecfecc}.focus\:outline-primary-highlight-200\/90:focus{outline-color:#efecfee6}.focus\:outline-primary-highlight-200\/95:focus{outline-color:#efecfef2}.focus\:outline-primary-highlight-200\/100:focus{outline-color:#efecfe}.focus\:outline-primary-highlight-300\/0:focus{outline-color:#dfd8fd00}.focus\:outline-primary-highlight-300\/5:focus{outline-color:#dfd8fd0d}.focus\:outline-primary-highlight-300\/10:focus{outline-color:#dfd8fd1a}.focus\:outline-primary-highlight-300\/20:focus{outline-color:#dfd8fd33}.focus\:outline-primary-highlight-300\/25:focus{outline-color:#dfd8fd40}.focus\:outline-primary-highlight-300\/30:focus{outline-color:#dfd8fd4d}.focus\:outline-primary-highlight-300\/40:focus{outline-color:#dfd8fd66}.focus\:outline-primary-highlight-300\/50:focus{outline-color:#dfd8fd80}.focus\:outline-primary-highlight-300\/60:focus{outline-color:#dfd8fd99}.focus\:outline-primary-highlight-300\/70:focus{outline-color:#dfd8fdb3}.focus\:outline-primary-highlight-300\/75:focus{outline-color:#dfd8fdbf}.focus\:outline-primary-highlight-300\/80:focus{outline-color:#dfd8fdcc}.focus\:outline-primary-highlight-300\/90:focus{outline-color:#dfd8fde6}.focus\:outline-primary-highlight-300\/95:focus{outline-color:#dfd8fdf2}.focus\:outline-primary-highlight-300\/100:focus{outline-color:#dfd8fd}.focus\:outline-primary-highlight-400\/0:focus{outline-color:#cec1fc00}.focus\:outline-primary-highlight-400\/5:focus{outline-color:#cec1fc0d}.focus\:outline-primary-highlight-400\/10:focus{outline-color:#cec1fc1a}.focus\:outline-primary-highlight-400\/20:focus{outline-color:#cec1fc33}.focus\:outline-primary-highlight-400\/25:focus{outline-color:#cec1fc40}.focus\:outline-primary-highlight-400\/30:focus{outline-color:#cec1fc4d}.focus\:outline-primary-highlight-400\/40:focus{outline-color:#cec1fc66}.focus\:outline-primary-highlight-400\/50:focus{outline-color:#cec1fc80}.focus\:outline-primary-highlight-400\/60:focus{outline-color:#cec1fc99}.focus\:outline-primary-highlight-400\/70:focus{outline-color:#cec1fcb3}.focus\:outline-primary-highlight-400\/75:focus{outline-color:#cec1fcbf}.focus\:outline-primary-highlight-400\/80:focus{outline-color:#cec1fccc}.focus\:outline-primary-highlight-400\/90:focus{outline-color:#cec1fce6}.focus\:outline-primary-highlight-400\/95:focus{outline-color:#cec1fcf2}.focus\:outline-primary-highlight-400\/100:focus{outline-color:#cec1fc}.focus\:outline-primary-highlight-500\/0:focus{outline-color:#bba8fb00}.focus\:outline-primary-highlight-500\/5:focus{outline-color:#bba8fb0d}.focus\:outline-primary-highlight-500\/10:focus{outline-color:#bba8fb1a}.focus\:outline-primary-highlight-500\/20:focus{outline-color:#bba8fb33}.focus\:outline-primary-highlight-500\/25:focus{outline-color:#bba8fb40}.focus\:outline-primary-highlight-500\/30:focus{outline-color:#bba8fb4d}.focus\:outline-primary-highlight-500\/40:focus{outline-color:#bba8fb66}.focus\:outline-primary-highlight-500\/50:focus{outline-color:#bba8fb80}.focus\:outline-primary-highlight-500\/60:focus{outline-color:#bba8fb99}.focus\:outline-primary-highlight-500\/70:focus{outline-color:#bba8fbb3}.focus\:outline-primary-highlight-500\/75:focus{outline-color:#bba8fbbf}.focus\:outline-primary-highlight-500\/80:focus{outline-color:#bba8fbcc}.focus\:outline-primary-highlight-500\/90:focus{outline-color:#bba8fbe6}.focus\:outline-primary-highlight-500\/95:focus{outline-color:#bba8fbf2}.focus\:outline-primary-highlight-500\/100:focus{outline-color:#bba8fb}.focus\:outline-primary-highlight-600\/0:focus{outline-color:#a78bfa00}.focus\:outline-primary-highlight-600\/5:focus{outline-color:#a78bfa0d}.focus\:outline-primary-highlight-600\/10:focus{outline-color:#a78bfa1a}.focus\:outline-primary-highlight-600\/20:focus{outline-color:#a78bfa33}.focus\:outline-primary-highlight-600\/25:focus{outline-color:#a78bfa40}.focus\:outline-primary-highlight-600\/30:focus{outline-color:#a78bfa4d}.focus\:outline-primary-highlight-600\/40:focus{outline-color:#a78bfa66}.focus\:outline-primary-highlight-600\/50:focus{outline-color:#a78bfa80}.focus\:outline-primary-highlight-600\/60:focus{outline-color:#a78bfa99}.focus\:outline-primary-highlight-600\/70:focus{outline-color:#a78bfab3}.focus\:outline-primary-highlight-600\/75:focus{outline-color:#a78bfabf}.focus\:outline-primary-highlight-600\/80:focus{outline-color:#a78bfacc}.focus\:outline-primary-highlight-600\/90:focus{outline-color:#a78bfae6}.focus\:outline-primary-highlight-600\/95:focus{outline-color:#a78bfaf2}.focus\:outline-primary-highlight-600\/100:focus{outline-color:#a78bfa}.focus\:outline-primary-highlight-700\/0:focus{outline-color:#957cdf00}.focus\:outline-primary-highlight-700\/5:focus{outline-color:#957cdf0d}.focus\:outline-primary-highlight-700\/10:focus{outline-color:#957cdf1a}.focus\:outline-primary-highlight-700\/20:focus{outline-color:#957cdf33}.focus\:outline-primary-highlight-700\/25:focus{outline-color:#957cdf40}.focus\:outline-primary-highlight-700\/30:focus{outline-color:#957cdf4d}.focus\:outline-primary-highlight-700\/40:focus{outline-color:#957cdf66}.focus\:outline-primary-highlight-700\/50:focus{outline-color:#957cdf80}.focus\:outline-primary-highlight-700\/60:focus{outline-color:#957cdf99}.focus\:outline-primary-highlight-700\/70:focus{outline-color:#957cdfb3}.focus\:outline-primary-highlight-700\/75:focus{outline-color:#957cdfbf}.focus\:outline-primary-highlight-700\/80:focus{outline-color:#957cdfcc}.focus\:outline-primary-highlight-700\/90:focus{outline-color:#957cdfe6}.focus\:outline-primary-highlight-700\/95:focus{outline-color:#957cdff2}.focus\:outline-primary-highlight-700\/100:focus{outline-color:#957cdf}.focus\:outline-primary-highlight-800\/0:focus{outline-color:#816bc100}.focus\:outline-primary-highlight-800\/5:focus{outline-color:#816bc10d}.focus\:outline-primary-highlight-800\/10:focus{outline-color:#816bc11a}.focus\:outline-primary-highlight-800\/20:focus{outline-color:#816bc133}.focus\:outline-primary-highlight-800\/25:focus{outline-color:#816bc140}.focus\:outline-primary-highlight-800\/30:focus{outline-color:#816bc14d}.focus\:outline-primary-highlight-800\/40:focus{outline-color:#816bc166}.focus\:outline-primary-highlight-800\/50:focus{outline-color:#816bc180}.focus\:outline-primary-highlight-800\/60:focus{outline-color:#816bc199}.focus\:outline-primary-highlight-800\/70:focus{outline-color:#816bc1b3}.focus\:outline-primary-highlight-800\/75:focus{outline-color:#816bc1bf}.focus\:outline-primary-highlight-800\/80:focus{outline-color:#816bc1cc}.focus\:outline-primary-highlight-800\/90:focus{outline-color:#816bc1e6}.focus\:outline-primary-highlight-800\/95:focus{outline-color:#816bc1f2}.focus\:outline-primary-highlight-800\/100:focus{outline-color:#816bc1}.focus\:outline-primary-highlight-900\/0:focus{outline-color:#69579e00}.focus\:outline-primary-highlight-900\/5:focus{outline-color:#69579e0d}.focus\:outline-primary-highlight-900\/10:focus{outline-color:#69579e1a}.focus\:outline-primary-highlight-900\/20:focus{outline-color:#69579e33}.focus\:outline-primary-highlight-900\/25:focus{outline-color:#69579e40}.focus\:outline-primary-highlight-900\/30:focus{outline-color:#69579e4d}.focus\:outline-primary-highlight-900\/40:focus{outline-color:#69579e66}.focus\:outline-primary-highlight-900\/50:focus{outline-color:#69579e80}.focus\:outline-primary-highlight-900\/60:focus{outline-color:#69579e99}.focus\:outline-primary-highlight-900\/70:focus{outline-color:#69579eb3}.focus\:outline-primary-highlight-900\/75:focus{outline-color:#69579ebf}.focus\:outline-primary-highlight-900\/80:focus{outline-color:#69579ecc}.focus\:outline-primary-highlight-900\/90:focus{outline-color:#69579ee6}.focus\:outline-primary-highlight-900\/95:focus{outline-color:#69579ef2}.focus\:outline-primary-highlight-900\/100:focus{outline-color:#69579e}.focus\:outline-primary-highlight-1000\/0:focus{outline-color:#4a3e6f00}.focus\:outline-primary-highlight-1000\/5:focus{outline-color:#4a3e6f0d}.focus\:outline-primary-highlight-1000\/10:focus{outline-color:#4a3e6f1a}.focus\:outline-primary-highlight-1000\/20:focus{outline-color:#4a3e6f33}.focus\:outline-primary-highlight-1000\/25:focus{outline-color:#4a3e6f40}.focus\:outline-primary-highlight-1000\/30:focus{outline-color:#4a3e6f4d}.focus\:outline-primary-highlight-1000\/40:focus{outline-color:#4a3e6f66}.focus\:outline-primary-highlight-1000\/50:focus{outline-color:#4a3e6f80}.focus\:outline-primary-highlight-1000\/60:focus{outline-color:#4a3e6f99}.focus\:outline-primary-highlight-1000\/70:focus{outline-color:#4a3e6fb3}.focus\:outline-primary-highlight-1000\/75:focus{outline-color:#4a3e6fbf}.focus\:outline-primary-highlight-1000\/80:focus{outline-color:#4a3e6fcc}.focus\:outline-primary-highlight-1000\/90:focus{outline-color:#4a3e6fe6}.focus\:outline-primary-highlight-1000\/95:focus{outline-color:#4a3e6ff2}.focus\:outline-primary-highlight-1000\/100:focus{outline-color:#4a3e6f}.focus\:outline-secondary-100\/0:focus{outline-color:#fef7f200}.focus\:outline-secondary-100\/5:focus{outline-color:#fef7f20d}.focus\:outline-secondary-100\/10:focus{outline-color:#fef7f21a}.focus\:outline-secondary-100\/20:focus{outline-color:#fef7f233}.focus\:outline-secondary-100\/25:focus{outline-color:#fef7f240}.focus\:outline-secondary-100\/30:focus{outline-color:#fef7f24d}.focus\:outline-secondary-100\/40:focus{outline-color:#fef7f266}.focus\:outline-secondary-100\/50:focus{outline-color:#fef7f280}.focus\:outline-secondary-100\/60:focus{outline-color:#fef7f299}.focus\:outline-secondary-100\/70:focus{outline-color:#fef7f2b3}.focus\:outline-secondary-100\/75:focus{outline-color:#fef7f2bf}.focus\:outline-secondary-100\/80:focus{outline-color:#fef7f2cc}.focus\:outline-secondary-100\/90:focus{outline-color:#fef7f2e6}.focus\:outline-secondary-100\/95:focus{outline-color:#fef7f2f2}.focus\:outline-secondary-100\/100:focus{outline-color:#fef7f2}.focus\:outline-secondary-200\/0:focus{outline-color:#fef0e400}.focus\:outline-secondary-200\/5:focus{outline-color:#fef0e40d}.focus\:outline-secondary-200\/10:focus{outline-color:#fef0e41a}.focus\:outline-secondary-200\/20:focus{outline-color:#fef0e433}.focus\:outline-secondary-200\/25:focus{outline-color:#fef0e440}.focus\:outline-secondary-200\/30:focus{outline-color:#fef0e44d}.focus\:outline-secondary-200\/40:focus{outline-color:#fef0e466}.focus\:outline-secondary-200\/50:focus{outline-color:#fef0e480}.focus\:outline-secondary-200\/60:focus{outline-color:#fef0e499}.focus\:outline-secondary-200\/70:focus{outline-color:#fef0e4b3}.focus\:outline-secondary-200\/75:focus{outline-color:#fef0e4bf}.focus\:outline-secondary-200\/80:focus{outline-color:#fef0e4cc}.focus\:outline-secondary-200\/90:focus{outline-color:#fef0e4e6}.focus\:outline-secondary-200\/95:focus{outline-color:#fef0e4f2}.focus\:outline-secondary-200\/100:focus{outline-color:#fef0e4}.focus\:outline-secondary-300\/0:focus{outline-color:#fde1c600}.focus\:outline-secondary-300\/5:focus{outline-color:#fde1c60d}.focus\:outline-secondary-300\/10:focus{outline-color:#fde1c61a}.focus\:outline-secondary-300\/20:focus{outline-color:#fde1c633}.focus\:outline-secondary-300\/25:focus{outline-color:#fde1c640}.focus\:outline-secondary-300\/30:focus{outline-color:#fde1c64d}.focus\:outline-secondary-300\/40:focus{outline-color:#fde1c666}.focus\:outline-secondary-300\/50:focus{outline-color:#fde1c680}.focus\:outline-secondary-300\/60:focus{outline-color:#fde1c699}.focus\:outline-secondary-300\/70:focus{outline-color:#fde1c6b3}.focus\:outline-secondary-300\/75:focus{outline-color:#fde1c6bf}.focus\:outline-secondary-300\/80:focus{outline-color:#fde1c6cc}.focus\:outline-secondary-300\/90:focus{outline-color:#fde1c6e6}.focus\:outline-secondary-300\/95:focus{outline-color:#fde1c6f2}.focus\:outline-secondary-300\/100:focus{outline-color:#fde1c6}.focus\:outline-secondary-400\/0:focus{outline-color:#fcd1a200}.focus\:outline-secondary-400\/5:focus{outline-color:#fcd1a20d}.focus\:outline-secondary-400\/10:focus{outline-color:#fcd1a21a}.focus\:outline-secondary-400\/20:focus{outline-color:#fcd1a233}.focus\:outline-secondary-400\/25:focus{outline-color:#fcd1a240}.focus\:outline-secondary-400\/30:focus{outline-color:#fcd1a24d}.focus\:outline-secondary-400\/40:focus{outline-color:#fcd1a266}.focus\:outline-secondary-400\/50:focus{outline-color:#fcd1a280}.focus\:outline-secondary-400\/60:focus{outline-color:#fcd1a299}.focus\:outline-secondary-400\/70:focus{outline-color:#fcd1a2b3}.focus\:outline-secondary-400\/75:focus{outline-color:#fcd1a2bf}.focus\:outline-secondary-400\/80:focus{outline-color:#fcd1a2cc}.focus\:outline-secondary-400\/90:focus{outline-color:#fcd1a2e6}.focus\:outline-secondary-400\/95:focus{outline-color:#fcd1a2f2}.focus\:outline-secondary-400\/100:focus{outline-color:#fcd1a2}.focus\:outline-secondary-500\/0:focus{outline-color:#fbbf7500}.focus\:outline-secondary-500\/5:focus{outline-color:#fbbf750d}.focus\:outline-secondary-500\/10:focus{outline-color:#fbbf751a}.focus\:outline-secondary-500\/20:focus{outline-color:#fbbf7533}.focus\:outline-secondary-500\/25:focus{outline-color:#fbbf7540}.focus\:outline-secondary-500\/30:focus{outline-color:#fbbf754d}.focus\:outline-secondary-500\/40:focus{outline-color:#fbbf7566}.focus\:outline-secondary-500\/50:focus{outline-color:#fbbf7580}.focus\:outline-secondary-500\/60:focus{outline-color:#fbbf7599}.focus\:outline-secondary-500\/70:focus{outline-color:#fbbf75b3}.focus\:outline-secondary-500\/75:focus{outline-color:#fbbf75bf}.focus\:outline-secondary-500\/80:focus{outline-color:#fbbf75cc}.focus\:outline-secondary-500\/90:focus{outline-color:#fbbf75e6}.focus\:outline-secondary-500\/95:focus{outline-color:#fbbf75f2}.focus\:outline-secondary-500\/100:focus{outline-color:#fbbf75}.focus\:outline-secondary-600\/0:focus{outline-color:#faac1e00}.focus\:outline-secondary-600\/5:focus{outline-color:#faac1e0d}.focus\:outline-secondary-600\/10:focus{outline-color:#faac1e1a}.focus\:outline-secondary-600\/20:focus{outline-color:#faac1e33}.focus\:outline-secondary-600\/25:focus{outline-color:#faac1e40}.focus\:outline-secondary-600\/30:focus{outline-color:#faac1e4d}.focus\:outline-secondary-600\/40:focus{outline-color:#faac1e66}.focus\:outline-secondary-600\/50:focus{outline-color:#faac1e80}.focus\:outline-secondary-600\/60:focus{outline-color:#faac1e99}.focus\:outline-secondary-600\/70:focus{outline-color:#faac1eb3}.focus\:outline-secondary-600\/75:focus{outline-color:#faac1ebf}.focus\:outline-secondary-600\/80:focus{outline-color:#faac1ecc}.focus\:outline-secondary-600\/90:focus{outline-color:#faac1ee6}.focus\:outline-secondary-600\/95:focus{outline-color:#faac1ef2}.focus\:outline-secondary-600\/100:focus{outline-color:#faac1e}.focus\:outline-secondary-700\/0:focus{outline-color:#df991a00}.focus\:outline-secondary-700\/5:focus{outline-color:#df991a0d}.focus\:outline-secondary-700\/10:focus{outline-color:#df991a1a}.focus\:outline-secondary-700\/20:focus{outline-color:#df991a33}.focus\:outline-secondary-700\/25:focus{outline-color:#df991a40}.focus\:outline-secondary-700\/30:focus{outline-color:#df991a4d}.focus\:outline-secondary-700\/40:focus{outline-color:#df991a66}.focus\:outline-secondary-700\/50:focus{outline-color:#df991a80}.focus\:outline-secondary-700\/60:focus{outline-color:#df991a99}.focus\:outline-secondary-700\/70:focus{outline-color:#df991ab3}.focus\:outline-secondary-700\/75:focus{outline-color:#df991abf}.focus\:outline-secondary-700\/80:focus{outline-color:#df991acc}.focus\:outline-secondary-700\/90:focus{outline-color:#df991ae6}.focus\:outline-secondary-700\/95:focus{outline-color:#df991af2}.focus\:outline-secondary-700\/100:focus{outline-color:#df991a}.focus\:outline-secondary-800\/0:focus{outline-color:#c1851700}.focus\:outline-secondary-800\/5:focus{outline-color:#c185170d}.focus\:outline-secondary-800\/10:focus{outline-color:#c185171a}.focus\:outline-secondary-800\/20:focus{outline-color:#c1851733}.focus\:outline-secondary-800\/25:focus{outline-color:#c1851740}.focus\:outline-secondary-800\/30:focus{outline-color:#c185174d}.focus\:outline-secondary-800\/40:focus{outline-color:#c1851766}.focus\:outline-secondary-800\/50:focus{outline-color:#c1851780}.focus\:outline-secondary-800\/60:focus{outline-color:#c1851799}.focus\:outline-secondary-800\/70:focus{outline-color:#c18517b3}.focus\:outline-secondary-800\/75:focus{outline-color:#c18517bf}.focus\:outline-secondary-800\/80:focus{outline-color:#c18517cc}.focus\:outline-secondary-800\/90:focus{outline-color:#c18517e6}.focus\:outline-secondary-800\/95:focus{outline-color:#c18517f2}.focus\:outline-secondary-800\/100:focus{outline-color:#c18517}.focus\:outline-secondary-900\/0:focus{outline-color:#9e6c1200}.focus\:outline-secondary-900\/5:focus{outline-color:#9e6c120d}.focus\:outline-secondary-900\/10:focus{outline-color:#9e6c121a}.focus\:outline-secondary-900\/20:focus{outline-color:#9e6c1233}.focus\:outline-secondary-900\/25:focus{outline-color:#9e6c1240}.focus\:outline-secondary-900\/30:focus{outline-color:#9e6c124d}.focus\:outline-secondary-900\/40:focus{outline-color:#9e6c1266}.focus\:outline-secondary-900\/50:focus{outline-color:#9e6c1280}.focus\:outline-secondary-900\/60:focus{outline-color:#9e6c1299}.focus\:outline-secondary-900\/70:focus{outline-color:#9e6c12b3}.focus\:outline-secondary-900\/75:focus{outline-color:#9e6c12bf}.focus\:outline-secondary-900\/80:focus{outline-color:#9e6c12cc}.focus\:outline-secondary-900\/90:focus{outline-color:#9e6c12e6}.focus\:outline-secondary-900\/95:focus{outline-color:#9e6c12f2}.focus\:outline-secondary-900\/100:focus{outline-color:#9e6c12}.focus\:outline-secondary-1000\/0:focus{outline-color:#6f4c0d00}.focus\:outline-secondary-1000\/5:focus{outline-color:#6f4c0d0d}.focus\:outline-secondary-1000\/10:focus{outline-color:#6f4c0d1a}.focus\:outline-secondary-1000\/20:focus{outline-color:#6f4c0d33}.focus\:outline-secondary-1000\/25:focus{outline-color:#6f4c0d40}.focus\:outline-secondary-1000\/30:focus{outline-color:#6f4c0d4d}.focus\:outline-secondary-1000\/40:focus{outline-color:#6f4c0d66}.focus\:outline-secondary-1000\/50:focus{outline-color:#6f4c0d80}.focus\:outline-secondary-1000\/60:focus{outline-color:#6f4c0d99}.focus\:outline-secondary-1000\/70:focus{outline-color:#6f4c0db3}.focus\:outline-secondary-1000\/75:focus{outline-color:#6f4c0dbf}.focus\:outline-secondary-1000\/80:focus{outline-color:#6f4c0dcc}.focus\:outline-secondary-1000\/90:focus{outline-color:#6f4c0de6}.focus\:outline-secondary-1000\/95:focus{outline-color:#6f4c0df2}.focus\:outline-secondary-1000\/100:focus{outline-color:#6f4c0d}.focus\:outline-grey-100\/0:focus{outline-color:#f2f3f400}.focus\:outline-grey-100\/5:focus{outline-color:#f2f3f40d}.focus\:outline-grey-100\/10:focus{outline-color:#f2f3f41a}.focus\:outline-grey-100\/20:focus{outline-color:#f2f3f433}.focus\:outline-grey-100\/25:focus{outline-color:#f2f3f440}.focus\:outline-grey-100\/30:focus{outline-color:#f2f3f44d}.focus\:outline-grey-100\/40:focus{outline-color:#f2f3f466}.focus\:outline-grey-100\/50:focus{outline-color:#f2f3f480}.focus\:outline-grey-100\/60:focus{outline-color:#f2f3f499}.focus\:outline-grey-100\/70:focus{outline-color:#f2f3f4b3}.focus\:outline-grey-100\/75:focus{outline-color:#f2f3f4bf}.focus\:outline-grey-100\/80:focus{outline-color:#f2f3f4cc}.focus\:outline-grey-100\/90:focus{outline-color:#f2f3f4e6}.focus\:outline-grey-100\/95:focus{outline-color:#f2f3f4f2}.focus\:outline-grey-100\/100:focus{outline-color:#f2f3f4}.focus\:outline-grey-200\/0:focus{outline-color:#e6e7e800}.focus\:outline-grey-200\/5:focus{outline-color:#e6e7e80d}.focus\:outline-grey-200\/10:focus{outline-color:#e6e7e81a}.focus\:outline-grey-200\/20:focus{outline-color:#e6e7e833}.focus\:outline-grey-200\/25:focus{outline-color:#e6e7e840}.focus\:outline-grey-200\/30:focus{outline-color:#e6e7e84d}.focus\:outline-grey-200\/40:focus{outline-color:#e6e7e866}.focus\:outline-grey-200\/50:focus{outline-color:#e6e7e880}.focus\:outline-grey-200\/60:focus{outline-color:#e6e7e899}.focus\:outline-grey-200\/70:focus{outline-color:#e6e7e8b3}.focus\:outline-grey-200\/75:focus{outline-color:#e6e7e8bf}.focus\:outline-grey-200\/80:focus{outline-color:#e6e7e8cc}.focus\:outline-grey-200\/90:focus{outline-color:#e6e7e8e6}.focus\:outline-grey-200\/95:focus{outline-color:#e6e7e8f2}.focus\:outline-grey-200\/100:focus{outline-color:#e6e7e8}.focus\:outline-grey-300\/0:focus{outline-color:#caccd000}.focus\:outline-grey-300\/5:focus{outline-color:#caccd00d}.focus\:outline-grey-300\/10:focus{outline-color:#caccd01a}.focus\:outline-grey-300\/20:focus{outline-color:#caccd033}.focus\:outline-grey-300\/25:focus{outline-color:#caccd040}.focus\:outline-grey-300\/30:focus{outline-color:#caccd04d}.focus\:outline-grey-300\/40:focus{outline-color:#caccd066}.focus\:outline-grey-300\/50:focus{outline-color:#caccd080}.focus\:outline-grey-300\/60:focus{outline-color:#caccd099}.focus\:outline-grey-300\/70:focus{outline-color:#caccd0b3}.focus\:outline-grey-300\/75:focus{outline-color:#caccd0bf}.focus\:outline-grey-300\/80:focus{outline-color:#caccd0cc}.focus\:outline-grey-300\/90:focus{outline-color:#caccd0e6}.focus\:outline-grey-300\/95:focus{outline-color:#caccd0f2}.focus\:outline-grey-300\/100:focus{outline-color:#caccd0}.focus\:outline-grey-400\/0:focus{outline-color:#aaaeb400}.focus\:outline-grey-400\/5:focus{outline-color:#aaaeb40d}.focus\:outline-grey-400\/10:focus{outline-color:#aaaeb41a}.focus\:outline-grey-400\/20:focus{outline-color:#aaaeb433}.focus\:outline-grey-400\/25:focus{outline-color:#aaaeb440}.focus\:outline-grey-400\/30:focus{outline-color:#aaaeb44d}.focus\:outline-grey-400\/40:focus{outline-color:#aaaeb466}.focus\:outline-grey-400\/50:focus{outline-color:#aaaeb480}.focus\:outline-grey-400\/60:focus{outline-color:#aaaeb499}.focus\:outline-grey-400\/70:focus{outline-color:#aaaeb4b3}.focus\:outline-grey-400\/75:focus{outline-color:#aaaeb4bf}.focus\:outline-grey-400\/80:focus{outline-color:#aaaeb4cc}.focus\:outline-grey-400\/90:focus{outline-color:#aaaeb4e6}.focus\:outline-grey-400\/95:focus{outline-color:#aaaeb4f2}.focus\:outline-grey-400\/100:focus{outline-color:#aaaeb4}.focus\:outline-grey-500\/0:focus{outline-color:#82899300}.focus\:outline-grey-500\/5:focus{outline-color:#8289930d}.focus\:outline-grey-500\/10:focus{outline-color:#8289931a}.focus\:outline-grey-500\/20:focus{outline-color:#82899333}.focus\:outline-grey-500\/25:focus{outline-color:#82899340}.focus\:outline-grey-500\/30:focus{outline-color:#8289934d}.focus\:outline-grey-500\/40:focus{outline-color:#82899366}.focus\:outline-grey-500\/50:focus{outline-color:#82899380}.focus\:outline-grey-500\/60:focus{outline-color:#82899399}.focus\:outline-grey-500\/70:focus{outline-color:#828993b3}.focus\:outline-grey-500\/75:focus{outline-color:#828993bf}.focus\:outline-grey-500\/80:focus{outline-color:#828993cc}.focus\:outline-grey-500\/90:focus{outline-color:#828993e6}.focus\:outline-grey-500\/95:focus{outline-color:#828993f2}.focus\:outline-grey-500\/100:focus{outline-color:#828993}.focus\:outline-grey-600\/0:focus{outline-color:#47556900}.focus\:outline-grey-600\/5:focus{outline-color:#4755690d}.focus\:outline-grey-600\/10:focus{outline-color:#4755691a}.focus\:outline-grey-600\/20:focus{outline-color:#47556933}.focus\:outline-grey-600\/25:focus{outline-color:#47556940}.focus\:outline-grey-600\/30:focus{outline-color:#4755694d}.focus\:outline-grey-600\/40:focus{outline-color:#47556966}.focus\:outline-grey-600\/50:focus{outline-color:#47556980}.focus\:outline-grey-600\/60:focus{outline-color:#47556999}.focus\:outline-grey-600\/70:focus{outline-color:#475569b3}.focus\:outline-grey-600\/75:focus{outline-color:#475569bf}.focus\:outline-grey-600\/80:focus{outline-color:#475569cc}.focus\:outline-grey-600\/90:focus{outline-color:#475569e6}.focus\:outline-grey-600\/95:focus{outline-color:#475569f2}.focus\:outline-grey-600\/100:focus{outline-color:#475569}.focus\:outline-grey-700\/0:focus{outline-color:#3f4c5d00}.focus\:outline-grey-700\/5:focus{outline-color:#3f4c5d0d}.focus\:outline-grey-700\/10:focus{outline-color:#3f4c5d1a}.focus\:outline-grey-700\/20:focus{outline-color:#3f4c5d33}.focus\:outline-grey-700\/25:focus{outline-color:#3f4c5d40}.focus\:outline-grey-700\/30:focus{outline-color:#3f4c5d4d}.focus\:outline-grey-700\/40:focus{outline-color:#3f4c5d66}.focus\:outline-grey-700\/50:focus{outline-color:#3f4c5d80}.focus\:outline-grey-700\/60:focus{outline-color:#3f4c5d99}.focus\:outline-grey-700\/70:focus{outline-color:#3f4c5db3}.focus\:outline-grey-700\/75:focus{outline-color:#3f4c5dbf}.focus\:outline-grey-700\/80:focus{outline-color:#3f4c5dcc}.focus\:outline-grey-700\/90:focus{outline-color:#3f4c5de6}.focus\:outline-grey-700\/95:focus{outline-color:#3f4c5df2}.focus\:outline-grey-700\/100:focus{outline-color:#3f4c5d}.focus\:outline-grey-800\/0:focus{outline-color:#36415100}.focus\:outline-grey-800\/5:focus{outline-color:#3641510d}.focus\:outline-grey-800\/10:focus{outline-color:#3641511a}.focus\:outline-grey-800\/20:focus{outline-color:#36415133}.focus\:outline-grey-800\/25:focus{outline-color:#36415140}.focus\:outline-grey-800\/30:focus{outline-color:#3641514d}.focus\:outline-grey-800\/40:focus{outline-color:#36415166}.focus\:outline-grey-800\/50:focus{outline-color:#36415180}.focus\:outline-grey-800\/60:focus{outline-color:#36415199}.focus\:outline-grey-800\/70:focus{outline-color:#364151b3}.focus\:outline-grey-800\/75:focus{outline-color:#364151bf}.focus\:outline-grey-800\/80:focus{outline-color:#364151cc}.focus\:outline-grey-800\/90:focus{outline-color:#364151e6}.focus\:outline-grey-800\/95:focus{outline-color:#364151f2}.focus\:outline-grey-800\/100:focus{outline-color:#364151}.focus\:outline-grey-900\/0:focus{outline-color:#2c354200}.focus\:outline-grey-900\/5:focus{outline-color:#2c35420d}.focus\:outline-grey-900\/10:focus{outline-color:#2c35421a}.focus\:outline-grey-900\/20:focus{outline-color:#2c354233}.focus\:outline-grey-900\/25:focus{outline-color:#2c354240}.focus\:outline-grey-900\/30:focus{outline-color:#2c35424d}.focus\:outline-grey-900\/40:focus{outline-color:#2c354266}.focus\:outline-grey-900\/50:focus{outline-color:#2c354280}.focus\:outline-grey-900\/60:focus{outline-color:#2c354299}.focus\:outline-grey-900\/70:focus{outline-color:#2c3542b3}.focus\:outline-grey-900\/75:focus{outline-color:#2c3542bf}.focus\:outline-grey-900\/80:focus{outline-color:#2c3542cc}.focus\:outline-grey-900\/90:focus{outline-color:#2c3542e6}.focus\:outline-grey-900\/95:focus{outline-color:#2c3542f2}.focus\:outline-grey-900\/100:focus{outline-color:#2c3542}.focus\:outline-grey-1000\/0:focus{outline-color:#1f262e00}.focus\:outline-grey-1000\/5:focus{outline-color:#1f262e0d}.focus\:outline-grey-1000\/10:focus{outline-color:#1f262e1a}.focus\:outline-grey-1000\/20:focus{outline-color:#1f262e33}.focus\:outline-grey-1000\/25:focus{outline-color:#1f262e40}.focus\:outline-grey-1000\/30:focus{outline-color:#1f262e4d}.focus\:outline-grey-1000\/40:focus{outline-color:#1f262e66}.focus\:outline-grey-1000\/50:focus{outline-color:#1f262e80}.focus\:outline-grey-1000\/60:focus{outline-color:#1f262e99}.focus\:outline-grey-1000\/70:focus{outline-color:#1f262eb3}.focus\:outline-grey-1000\/75:focus{outline-color:#1f262ebf}.focus\:outline-grey-1000\/80:focus{outline-color:#1f262ecc}.focus\:outline-grey-1000\/90:focus{outline-color:#1f262ee6}.focus\:outline-grey-1000\/95:focus{outline-color:#1f262ef2}.focus\:outline-grey-1000\/100:focus{outline-color:#1f262e}.focus\:outline-green-1000\/0:focus{outline-color:#175e4400}.focus\:outline-green-1000\/5:focus{outline-color:#175e440d}.focus\:outline-green-1000\/10:focus{outline-color:#175e441a}.focus\:outline-green-1000\/20:focus{outline-color:#175e4433}.focus\:outline-green-1000\/25:focus{outline-color:#175e4440}.focus\:outline-green-1000\/30:focus{outline-color:#175e444d}.focus\:outline-green-1000\/40:focus{outline-color:#175e4466}.focus\:outline-green-1000\/50:focus{outline-color:#175e4480}.focus\:outline-green-1000\/60:focus{outline-color:#175e4499}.focus\:outline-green-1000\/70:focus{outline-color:#175e44b3}.focus\:outline-green-1000\/75:focus{outline-color:#175e44bf}.focus\:outline-green-1000\/80:focus{outline-color:#175e44cc}.focus\:outline-green-1000\/90:focus{outline-color:#175e44e6}.focus\:outline-green-1000\/95:focus{outline-color:#175e44f2}.focus\:outline-green-1000\/100:focus{outline-color:#175e44}.focus\:outline-blue-1000\/0:focus{outline-color:#102c6900}.focus\:outline-blue-1000\/5:focus{outline-color:#102c690d}.focus\:outline-blue-1000\/10:focus{outline-color:#102c691a}.focus\:outline-blue-1000\/20:focus{outline-color:#102c6933}.focus\:outline-blue-1000\/25:focus{outline-color:#102c6940}.focus\:outline-blue-1000\/30:focus{outline-color:#102c694d}.focus\:outline-blue-1000\/40:focus{outline-color:#102c6966}.focus\:outline-blue-1000\/50:focus{outline-color:#102c6980}.focus\:outline-blue-1000\/60:focus{outline-color:#102c6999}.focus\:outline-blue-1000\/70:focus{outline-color:#102c69b3}.focus\:outline-blue-1000\/75:focus{outline-color:#102c69bf}.focus\:outline-blue-1000\/80:focus{outline-color:#102c69cc}.focus\:outline-blue-1000\/90:focus{outline-color:#102c69e6}.focus\:outline-blue-1000\/95:focus{outline-color:#102c69f2}.focus\:outline-blue-1000\/100:focus{outline-color:#102c69}.focus\:outline-orange-1000\/0:focus{outline-color:#68270500}.focus\:outline-orange-1000\/5:focus{outline-color:#6827050d}.focus\:outline-orange-1000\/10:focus{outline-color:#6827051a}.focus\:outline-orange-1000\/20:focus{outline-color:#68270533}.focus\:outline-orange-1000\/25:focus{outline-color:#68270540}.focus\:outline-orange-1000\/30:focus{outline-color:#6827054d}.focus\:outline-orange-1000\/40:focus{outline-color:#68270566}.focus\:outline-orange-1000\/50:focus{outline-color:#68270580}.focus\:outline-orange-1000\/60:focus{outline-color:#68270599}.focus\:outline-orange-1000\/70:focus{outline-color:#682705b3}.focus\:outline-orange-1000\/75:focus{outline-color:#682705bf}.focus\:outline-orange-1000\/80:focus{outline-color:#682705cc}.focus\:outline-orange-1000\/90:focus{outline-color:#682705e6}.focus\:outline-orange-1000\/95:focus{outline-color:#682705f2}.focus\:outline-orange-1000\/100:focus{outline-color:#682705}.focus\:outline-red-1000\/0:focus{outline-color:#62101000}.focus\:outline-red-1000\/5:focus{outline-color:#6210100d}.focus\:outline-red-1000\/10:focus{outline-color:#6210101a}.focus\:outline-red-1000\/20:focus{outline-color:#62101033}.focus\:outline-red-1000\/25:focus{outline-color:#62101040}.focus\:outline-red-1000\/30:focus{outline-color:#6210104d}.focus\:outline-red-1000\/40:focus{outline-color:#62101066}.focus\:outline-red-1000\/50:focus{outline-color:#62101080}.focus\:outline-red-1000\/60:focus{outline-color:#62101099}.focus\:outline-red-1000\/70:focus{outline-color:#621010b3}.focus\:outline-red-1000\/75:focus{outline-color:#621010bf}.focus\:outline-red-1000\/80:focus{outline-color:#621010cc}.focus\:outline-red-1000\/90:focus{outline-color:#621010e6}.focus\:outline-red-1000\/95:focus{outline-color:#621010f2}.focus\:outline-red-1000\/100:focus{outline-color:#621010}.focus\:outline-primary\/0:focus{outline-color:#a78bfa00}.focus\:outline-primary\/5:focus{outline-color:#a78bfa0d}.focus\:outline-primary\/10:focus{outline-color:#a78bfa1a}.focus\:outline-primary\/20:focus{outline-color:#a78bfa33}.focus\:outline-primary\/25:focus{outline-color:#a78bfa40}.focus\:outline-primary\/30:focus{outline-color:#a78bfa4d}.focus\:outline-primary\/40:focus{outline-color:#a78bfa66}.focus\:outline-primary\/50:focus{outline-color:#a78bfa80}.focus\:outline-primary\/60:focus{outline-color:#a78bfa99}.focus\:outline-primary\/70:focus{outline-color:#a78bfab3}.focus\:outline-primary\/75:focus{outline-color:#a78bfabf}.focus\:outline-primary\/80:focus{outline-color:#a78bfacc}.focus\:outline-primary\/90:focus{outline-color:#a78bfae6}.focus\:outline-primary\/95:focus{outline-color:#a78bfaf2}.focus\:outline-primary\/100:focus{outline-color:#a78bfa}.focus\:outline-primary-light\/0:focus{outline-color:#f7f5fe00}.focus\:outline-primary-light\/5:focus{outline-color:#f7f5fe0d}.focus\:outline-primary-light\/10:focus{outline-color:#f7f5fe1a}.focus\:outline-primary-light\/20:focus{outline-color:#f7f5fe33}.focus\:outline-primary-light\/25:focus{outline-color:#f7f5fe40}.focus\:outline-primary-light\/30:focus{outline-color:#f7f5fe4d}.focus\:outline-primary-light\/40:focus{outline-color:#f7f5fe66}.focus\:outline-primary-light\/50:focus{outline-color:#f7f5fe80}.focus\:outline-primary-light\/60:focus{outline-color:#f7f5fe99}.focus\:outline-primary-light\/70:focus{outline-color:#f7f5feb3}.focus\:outline-primary-light\/75:focus{outline-color:#f7f5febf}.focus\:outline-primary-light\/80:focus{outline-color:#f7f5fecc}.focus\:outline-primary-light\/90:focus{outline-color:#f7f5fee6}.focus\:outline-primary-light\/95:focus{outline-color:#f7f5fef2}.focus\:outline-primary-light\/100:focus{outline-color:#f7f5fe}.focus\:outline-primary-dark\/0:focus{outline-color:#69579e00}.focus\:outline-primary-dark\/5:focus{outline-color:#69579e0d}.focus\:outline-primary-dark\/10:focus{outline-color:#69579e1a}.focus\:outline-primary-dark\/20:focus{outline-color:#69579e33}.focus\:outline-primary-dark\/25:focus{outline-color:#69579e40}.focus\:outline-primary-dark\/30:focus{outline-color:#69579e4d}.focus\:outline-primary-dark\/40:focus{outline-color:#69579e66}.focus\:outline-primary-dark\/50:focus{outline-color:#69579e80}.focus\:outline-primary-dark\/60:focus{outline-color:#69579e99}.focus\:outline-primary-dark\/70:focus{outline-color:#69579eb3}.focus\:outline-primary-dark\/75:focus{outline-color:#69579ebf}.focus\:outline-primary-dark\/80:focus{outline-color:#69579ecc}.focus\:outline-primary-dark\/90:focus{outline-color:#69579ee6}.focus\:outline-primary-dark\/95:focus{outline-color:#69579ef2}.focus\:outline-primary-dark\/100:focus{outline-color:#69579e}.focus\:outline-info\/0:focus{outline-color:#7690ef00}.focus\:outline-info\/5:focus{outline-color:#7690ef0d}.focus\:outline-info\/10:focus{outline-color:#7690ef1a}.focus\:outline-info\/20:focus{outline-color:#7690ef33}.focus\:outline-info\/25:focus{outline-color:#7690ef40}.focus\:outline-info\/30:focus{outline-color:#7690ef4d}.focus\:outline-info\/40:focus{outline-color:#7690ef66}.focus\:outline-info\/50:focus{outline-color:#7690ef80}.focus\:outline-info\/60:focus{outline-color:#7690ef99}.focus\:outline-info\/70:focus{outline-color:#7690efb3}.focus\:outline-info\/75:focus{outline-color:#7690efbf}.focus\:outline-info\/80:focus{outline-color:#7690efcc}.focus\:outline-info\/90:focus{outline-color:#7690efe6}.focus\:outline-info\/95:focus{outline-color:#7690eff2}.focus\:outline-info\/100:focus{outline-color:#7690ef}.focus\:outline-info-light\/0:focus{outline-color:#f2f3fd00}.focus\:outline-info-light\/5:focus{outline-color:#f2f3fd0d}.focus\:outline-info-light\/10:focus{outline-color:#f2f3fd1a}.focus\:outline-info-light\/20:focus{outline-color:#f2f3fd33}.focus\:outline-info-light\/25:focus{outline-color:#f2f3fd40}.focus\:outline-info-light\/30:focus{outline-color:#f2f3fd4d}.focus\:outline-info-light\/40:focus{outline-color:#f2f3fd66}.focus\:outline-info-light\/50:focus{outline-color:#f2f3fd80}.focus\:outline-info-light\/60:focus{outline-color:#f2f3fd99}.focus\:outline-info-light\/70:focus{outline-color:#f2f3fdb3}.focus\:outline-info-light\/75:focus{outline-color:#f2f3fdbf}.focus\:outline-info-light\/80:focus{outline-color:#f2f3fdcc}.focus\:outline-info-light\/90:focus{outline-color:#f2f3fde6}.focus\:outline-info-light\/95:focus{outline-color:#f2f3fdf2}.focus\:outline-info-light\/100:focus{outline-color:#f2f3fd}.focus\:outline-info-dark\/0:focus{outline-color:#2158d200}.focus\:outline-info-dark\/5:focus{outline-color:#2158d20d}.focus\:outline-info-dark\/10:focus{outline-color:#2158d21a}.focus\:outline-info-dark\/20:focus{outline-color:#2158d233}.focus\:outline-info-dark\/25:focus{outline-color:#2158d240}.focus\:outline-info-dark\/30:focus{outline-color:#2158d24d}.focus\:outline-info-dark\/40:focus{outline-color:#2158d266}.focus\:outline-info-dark\/50:focus{outline-color:#2158d280}.focus\:outline-info-dark\/60:focus{outline-color:#2158d299}.focus\:outline-info-dark\/70:focus{outline-color:#2158d2b3}.focus\:outline-info-dark\/75:focus{outline-color:#2158d2bf}.focus\:outline-info-dark\/80:focus{outline-color:#2158d2cc}.focus\:outline-info-dark\/90:focus{outline-color:#2158d2e6}.focus\:outline-info-dark\/95:focus{outline-color:#2158d2f2}.focus\:outline-info-dark\/100:focus{outline-color:#2158d2}.focus\:outline-success\/0:focus{outline-color:#28a37600}.focus\:outline-success\/5:focus{outline-color:#28a3760d}.focus\:outline-success\/10:focus{outline-color:#28a3761a}.focus\:outline-success\/20:focus{outline-color:#28a37633}.focus\:outline-success\/25:focus{outline-color:#28a37640}.focus\:outline-success\/30:focus{outline-color:#28a3764d}.focus\:outline-success\/40:focus{outline-color:#28a37666}.focus\:outline-success\/50:focus{outline-color:#28a37680}.focus\:outline-success\/60:focus{outline-color:#28a37699}.focus\:outline-success\/70:focus{outline-color:#28a376b3}.focus\:outline-success\/75:focus{outline-color:#28a376bf}.focus\:outline-success\/80:focus{outline-color:#28a376cc}.focus\:outline-success\/90:focus{outline-color:#28a376e6}.focus\:outline-success\/95:focus{outline-color:#28a376f2}.focus\:outline-success\/100:focus{outline-color:#28a376}.focus\:outline-success-light\/0:focus{outline-color:#f2faf600}.focus\:outline-success-light\/5:focus{outline-color:#f2faf60d}.focus\:outline-success-light\/10:focus{outline-color:#f2faf61a}.focus\:outline-success-light\/20:focus{outline-color:#f2faf633}.focus\:outline-success-light\/25:focus{outline-color:#f2faf640}.focus\:outline-success-light\/30:focus{outline-color:#f2faf64d}.focus\:outline-success-light\/40:focus{outline-color:#f2faf666}.focus\:outline-success-light\/50:focus{outline-color:#f2faf680}.focus\:outline-success-light\/60:focus{outline-color:#f2faf699}.focus\:outline-success-light\/70:focus{outline-color:#f2faf6b3}.focus\:outline-success-light\/75:focus{outline-color:#f2faf6bf}.focus\:outline-success-light\/80:focus{outline-color:#f2faf6cc}.focus\:outline-success-light\/90:focus{outline-color:#f2faf6e6}.focus\:outline-success-light\/95:focus{outline-color:#f2faf6f2}.focus\:outline-success-light\/100:focus{outline-color:#f2faf6}.focus\:outline-success-dark\/0:focus{outline-color:#20856000}.focus\:outline-success-dark\/5:focus{outline-color:#2085600d}.focus\:outline-success-dark\/10:focus{outline-color:#2085601a}.focus\:outline-success-dark\/20:focus{outline-color:#20856033}.focus\:outline-success-dark\/25:focus{outline-color:#20856040}.focus\:outline-success-dark\/30:focus{outline-color:#2085604d}.focus\:outline-success-dark\/40:focus{outline-color:#20856066}.focus\:outline-success-dark\/50:focus{outline-color:#20856080}.focus\:outline-success-dark\/60:focus{outline-color:#20856099}.focus\:outline-success-dark\/70:focus{outline-color:#208560b3}.focus\:outline-success-dark\/75:focus{outline-color:#208560bf}.focus\:outline-success-dark\/80:focus{outline-color:#208560cc}.focus\:outline-success-dark\/90:focus{outline-color:#208560e6}.focus\:outline-success-dark\/95:focus{outline-color:#208560f2}.focus\:outline-success-dark\/100:focus{outline-color:#208560}.focus\:outline-warning\/0:focus{outline-color:#faac1e00}.focus\:outline-warning\/5:focus{outline-color:#faac1e0d}.focus\:outline-warning\/10:focus{outline-color:#faac1e1a}.focus\:outline-warning\/20:focus{outline-color:#faac1e33}.focus\:outline-warning\/25:focus{outline-color:#faac1e40}.focus\:outline-warning\/30:focus{outline-color:#faac1e4d}.focus\:outline-warning\/40:focus{outline-color:#faac1e66}.focus\:outline-warning\/50:focus{outline-color:#faac1e80}.focus\:outline-warning\/60:focus{outline-color:#faac1e99}.focus\:outline-warning\/70:focus{outline-color:#faac1eb3}.focus\:outline-warning\/75:focus{outline-color:#faac1ebf}.focus\:outline-warning\/80:focus{outline-color:#faac1ecc}.focus\:outline-warning\/90:focus{outline-color:#faac1ee6}.focus\:outline-warning\/95:focus{outline-color:#faac1ef2}.focus\:outline-warning\/100:focus{outline-color:#faac1e}.focus\:outline-warning-light\/0:focus{outline-color:#fef7f200}.focus\:outline-warning-light\/5:focus{outline-color:#fef7f20d}.focus\:outline-warning-light\/10:focus{outline-color:#fef7f21a}.focus\:outline-warning-light\/20:focus{outline-color:#fef7f233}.focus\:outline-warning-light\/25:focus{outline-color:#fef7f240}.focus\:outline-warning-light\/30:focus{outline-color:#fef7f24d}.focus\:outline-warning-light\/40:focus{outline-color:#fef7f266}.focus\:outline-warning-light\/50:focus{outline-color:#fef7f280}.focus\:outline-warning-light\/60:focus{outline-color:#fef7f299}.focus\:outline-warning-light\/70:focus{outline-color:#fef7f2b3}.focus\:outline-warning-light\/75:focus{outline-color:#fef7f2bf}.focus\:outline-warning-light\/80:focus{outline-color:#fef7f2cc}.focus\:outline-warning-light\/90:focus{outline-color:#fef7f2e6}.focus\:outline-warning-light\/95:focus{outline-color:#fef7f2f2}.focus\:outline-warning-light\/100:focus{outline-color:#fef7f2}.focus\:outline-warning-dark\/0:focus{outline-color:#9e6c1200}.focus\:outline-warning-dark\/5:focus{outline-color:#9e6c120d}.focus\:outline-warning-dark\/10:focus{outline-color:#9e6c121a}.focus\:outline-warning-dark\/20:focus{outline-color:#9e6c1233}.focus\:outline-warning-dark\/25:focus{outline-color:#9e6c1240}.focus\:outline-warning-dark\/30:focus{outline-color:#9e6c124d}.focus\:outline-warning-dark\/40:focus{outline-color:#9e6c1266}.focus\:outline-warning-dark\/50:focus{outline-color:#9e6c1280}.focus\:outline-warning-dark\/60:focus{outline-color:#9e6c1299}.focus\:outline-warning-dark\/70:focus{outline-color:#9e6c12b3}.focus\:outline-warning-dark\/75:focus{outline-color:#9e6c12bf}.focus\:outline-warning-dark\/80:focus{outline-color:#9e6c12cc}.focus\:outline-warning-dark\/90:focus{outline-color:#9e6c12e6}.focus\:outline-warning-dark\/95:focus{outline-color:#9e6c12f2}.focus\:outline-warning-dark\/100:focus{outline-color:#9e6c12}.focus\:outline-error\/0:focus{outline-color:#dc262600}.focus\:outline-error\/5:focus{outline-color:#dc26260d}.focus\:outline-error\/10:focus{outline-color:#dc26261a}.focus\:outline-error\/20:focus{outline-color:#dc262633}.focus\:outline-error\/25:focus{outline-color:#dc262640}.focus\:outline-error\/30:focus{outline-color:#dc26264d}.focus\:outline-error\/40:focus{outline-color:#dc262666}.focus\:outline-error\/50:focus{outline-color:#dc262680}.focus\:outline-error\/60:focus{outline-color:#dc262699}.focus\:outline-error\/70:focus{outline-color:#dc2626b3}.focus\:outline-error\/75:focus{outline-color:#dc2626bf}.focus\:outline-error\/80:focus{outline-color:#dc2626cc}.focus\:outline-error\/90:focus{outline-color:#dc2626e6}.focus\:outline-error\/95:focus{outline-color:#dc2626f2}.focus\:outline-error\/100:focus{outline-color:#dc2626}.focus\:outline-error-light\/0:focus{outline-color:#fbf2f200}.focus\:outline-error-light\/5:focus{outline-color:#fbf2f20d}.focus\:outline-error-light\/10:focus{outline-color:#fbf2f21a}.focus\:outline-error-light\/20:focus{outline-color:#fbf2f233}.focus\:outline-error-light\/25:focus{outline-color:#fbf2f240}.focus\:outline-error-light\/30:focus{outline-color:#fbf2f24d}.focus\:outline-error-light\/40:focus{outline-color:#fbf2f266}.focus\:outline-error-light\/50:focus{outline-color:#fbf2f280}.focus\:outline-error-light\/60:focus{outline-color:#fbf2f299}.focus\:outline-error-light\/70:focus{outline-color:#fbf2f2b3}.focus\:outline-error-light\/75:focus{outline-color:#fbf2f2bf}.focus\:outline-error-light\/80:focus{outline-color:#fbf2f2cc}.focus\:outline-error-light\/90:focus{outline-color:#fbf2f2e6}.focus\:outline-error-light\/95:focus{outline-color:#fbf2f2f2}.focus\:outline-error-light\/100:focus{outline-color:#fbf2f2}.focus\:outline-error-dark\/0:focus{outline-color:#c4212100}.focus\:outline-error-dark\/5:focus{outline-color:#c421210d}.focus\:outline-error-dark\/10:focus{outline-color:#c421211a}.focus\:outline-error-dark\/20:focus{outline-color:#c4212133}.focus\:outline-error-dark\/25:focus{outline-color:#c4212140}.focus\:outline-error-dark\/30:focus{outline-color:#c421214d}.focus\:outline-error-dark\/40:focus{outline-color:#c4212166}.focus\:outline-error-dark\/50:focus{outline-color:#c4212180}.focus\:outline-error-dark\/60:focus{outline-color:#c4212199}.focus\:outline-error-dark\/70:focus{outline-color:#c42121b3}.focus\:outline-error-dark\/75:focus{outline-color:#c42121bf}.focus\:outline-error-dark\/80:focus{outline-color:#c42121cc}.focus\:outline-error-dark\/90:focus{outline-color:#c42121e6}.focus\:outline-error-dark\/95:focus{outline-color:#c42121f2}.focus\:outline-error-dark\/100:focus{outline-color:#c42121}.focus\:outline-grey\/0:focus{outline-color:#47556900}.focus\:outline-grey\/5:focus{outline-color:#4755690d}.focus\:outline-grey\/10:focus{outline-color:#4755691a}.focus\:outline-grey\/20:focus{outline-color:#47556933}.focus\:outline-grey\/25:focus{outline-color:#47556940}.focus\:outline-grey\/30:focus{outline-color:#4755694d}.focus\:outline-grey\/40:focus{outline-color:#47556966}.focus\:outline-grey\/50:focus{outline-color:#47556980}.focus\:outline-grey\/60:focus{outline-color:#47556999}.focus\:outline-grey\/70:focus{outline-color:#475569b3}.focus\:outline-grey\/75:focus{outline-color:#475569bf}.focus\:outline-grey\/80:focus{outline-color:#475569cc}.focus\:outline-grey\/90:focus{outline-color:#475569e6}.focus\:outline-grey\/95:focus{outline-color:#475569f2}.focus\:outline-grey\/100:focus{outline-color:#475569}.focus\:outline-grey-light\/0:focus{outline-color:#f2f3f400}.focus\:outline-grey-light\/5:focus{outline-color:#f2f3f40d}.focus\:outline-grey-light\/10:focus{outline-color:#f2f3f41a}.focus\:outline-grey-light\/20:focus{outline-color:#f2f3f433}.focus\:outline-grey-light\/25:focus{outline-color:#f2f3f440}.focus\:outline-grey-light\/30:focus{outline-color:#f2f3f44d}.focus\:outline-grey-light\/40:focus{outline-color:#f2f3f466}.focus\:outline-grey-light\/50:focus{outline-color:#f2f3f480}.focus\:outline-grey-light\/60:focus{outline-color:#f2f3f499}.focus\:outline-grey-light\/70:focus{outline-color:#f2f3f4b3}.focus\:outline-grey-light\/75:focus{outline-color:#f2f3f4bf}.focus\:outline-grey-light\/80:focus{outline-color:#f2f3f4cc}.focus\:outline-grey-light\/90:focus{outline-color:#f2f3f4e6}.focus\:outline-grey-light\/95:focus{outline-color:#f2f3f4f2}.focus\:outline-grey-light\/100:focus{outline-color:#f2f3f4}.focus\:outline-grey-dark\/0:focus{outline-color:#2c354200}.focus\:outline-grey-dark\/5:focus{outline-color:#2c35420d}.focus\:outline-grey-dark\/10:focus{outline-color:#2c35421a}.focus\:outline-grey-dark\/20:focus{outline-color:#2c354233}.focus\:outline-grey-dark\/25:focus{outline-color:#2c354240}.focus\:outline-grey-dark\/30:focus{outline-color:#2c35424d}.focus\:outline-grey-dark\/40:focus{outline-color:#2c354266}.focus\:outline-grey-dark\/50:focus{outline-color:#2c354280}.focus\:outline-grey-dark\/60:focus{outline-color:#2c354299}.focus\:outline-grey-dark\/70:focus{outline-color:#2c3542b3}.focus\:outline-grey-dark\/75:focus{outline-color:#2c3542bf}.focus\:outline-grey-dark\/80:focus{outline-color:#2c3542cc}.focus\:outline-grey-dark\/90:focus{outline-color:#2c3542e6}.focus\:outline-grey-dark\/95:focus{outline-color:#2c3542f2}.focus\:outline-grey-dark\/100:focus{outline-color:#2c3542}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-inset:focus{--tw-ring-inset: inset}.focus\:ring-red-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity))}.focus\:ring-red-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 242 242 / var(--tw-ring-opacity))}.focus\:ring-red-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 228 228 / var(--tw-ring-opacity))}.focus\:ring-red-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(241 198 198 / var(--tw-ring-opacity))}.focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 163 163 / var(--tw-ring-opacity))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(227 118 118 / var(--tw-ring-opacity))}.focus\:ring-red-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity))}.focus\:ring-red-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(196 33 33 / var(--tw-ring-opacity))}.focus\:ring-red-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(170 29 29 / var(--tw-ring-opacity))}.focus\:ring-red-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(139 24 24 / var(--tw-ring-opacity))}.focus\:ring-orange-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity))}.focus\:ring-orange-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 243 241 / var(--tw-ring-opacity))}.focus\:ring-orange-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 231 228 / var(--tw-ring-opacity))}.focus\:ring-orange-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(246 205 197 / var(--tw-ring-opacity))}.focus\:ring-orange-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 175 161 / var(--tw-ring-opacity))}.focus\:ring-orange-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(238 138 114 / var(--tw-ring-opacity))}.focus\:ring-orange-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity))}.focus\:ring-orange-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 78 10 / var(--tw-ring-opacity))}.focus\:ring-orange-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(181 68 9 / var(--tw-ring-opacity))}.focus\:ring-orange-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 55 7 / var(--tw-ring-opacity))}.focus\:ring-yellow-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity))}.focus\:ring-yellow-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity))}.focus\:ring-yellow-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity))}.focus\:ring-yellow-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity))}.focus\:ring-yellow-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity))}.focus\:ring-yellow-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity))}.focus\:ring-yellow-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity))}.focus\:ring-yellow-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity))}.focus\:ring-yellow-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity))}.focus\:ring-yellow-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity))}.focus\:ring-green-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 253 244 / var(--tw-ring-opacity))}.focus\:ring-green-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 250 246 / var(--tw-ring-opacity))}.focus\:ring-green-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(229 246 238 / var(--tw-ring-opacity))}.focus\:ring-green-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(200 238 219 / var(--tw-ring-opacity))}.focus\:ring-green-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(166 229 200 / var(--tw-ring-opacity))}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(123 220 178 / var(--tw-ring-opacity))}.focus\:ring-green-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity))}.focus\:ring-green-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(46 188 136 / var(--tw-ring-opacity))}.focus\:ring-green-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(40 163 118 / var(--tw-ring-opacity))}.focus\:ring-green-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(32 133 96 / var(--tw-ring-opacity))}.focus\:ring-emerald-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity))}.focus\:ring-emerald-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity))}.focus\:ring-emerald-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity))}.focus\:ring-emerald-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity))}.focus\:ring-emerald-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity))}.focus\:ring-emerald-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity))}.focus\:ring-emerald-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity))}.focus\:ring-emerald-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity))}.focus\:ring-emerald-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity))}.focus\:ring-emerald-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity))}.focus\:ring-teal-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity))}.focus\:ring-teal-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity))}.focus\:ring-teal-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity))}.focus\:ring-teal-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity))}.focus\:ring-teal-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity))}.focus\:ring-teal-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity))}.focus\:ring-teal-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity))}.focus\:ring-teal-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity))}.focus\:ring-teal-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity))}.focus\:ring-teal-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity))}.focus\:ring-sky-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 249 255 / var(--tw-ring-opacity))}.focus\:ring-sky-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity))}.focus\:ring-sky-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity))}.focus\:ring-sky-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity))}.focus\:ring-sky-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity))}.focus\:ring-sky-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity))}.focus\:ring-sky-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity))}.focus\:ring-sky-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity))}.focus\:ring-sky-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity))}.focus\:ring-sky-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(12 74 110 / var(--tw-ring-opacity))}.focus\:ring-blue-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity))}.focus\:ring-blue-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 253 / var(--tw-ring-opacity))}.focus\:ring-blue-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(228 232 251 / var(--tw-ring-opacity))}.focus\:ring-blue-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(198 207 247 / var(--tw-ring-opacity))}.focus\:ring-blue-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(163 178 243 / var(--tw-ring-opacity))}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(118 144 239 / var(--tw-ring-opacity))}.focus\:ring-blue-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity))}.focus\:ring-blue-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(33 88 210 / var(--tw-ring-opacity))}.focus\:ring-blue-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(28 76 182 / var(--tw-ring-opacity))}.focus\:ring-blue-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(23 62 148 / var(--tw-ring-opacity))}.focus\:ring-indigo-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity))}.focus\:ring-indigo-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity))}.focus\:ring-indigo-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity))}.focus\:ring-indigo-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity))}.focus\:ring-indigo-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity))}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity))}.focus\:ring-indigo-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity))}.focus\:ring-indigo-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity))}.focus\:ring-indigo-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity))}.focus\:ring-indigo-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity))}.focus\:ring-violet-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity))}.focus\:ring-violet-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity))}.focus\:ring-violet-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity))}.focus\:ring-violet-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity))}.focus\:ring-violet-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity))}.focus\:ring-violet-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity))}.focus\:ring-violet-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity))}.focus\:ring-violet-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity))}.focus\:ring-violet-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity))}.focus\:ring-violet-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity))}.focus\:ring-fuchsia-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 244 255 / var(--tw-ring-opacity))}.focus\:ring-fuchsia-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity))}.focus\:ring-fuchsia-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity))}.focus\:ring-fuchsia-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity))}.focus\:ring-fuchsia-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity))}.focus\:ring-fuchsia-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity))}.focus\:ring-fuchsia-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity))}.focus\:ring-fuchsia-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity))}.focus\:ring-fuchsia-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity))}.focus\:ring-fuchsia-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity))}.focus\:ring-pink-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity))}.focus\:ring-pink-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity))}.focus\:ring-pink-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity))}.focus\:ring-pink-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity))}.focus\:ring-pink-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity))}.focus\:ring-pink-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity))}.focus\:ring-pink-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity))}.focus\:ring-pink-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity))}.focus\:ring-pink-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity))}.focus\:ring-pink-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity))}.focus\:ring-rose-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 241 242 / var(--tw-ring-opacity))}.focus\:ring-rose-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 228 230 / var(--tw-ring-opacity))}.focus\:ring-rose-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity))}.focus\:ring-rose-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 164 175 / var(--tw-ring-opacity))}.focus\:ring-rose-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity))}.focus\:ring-rose-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity))}.focus\:ring-rose-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity))}.focus\:ring-rose-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity))}.focus\:ring-rose-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(159 18 57 / var(--tw-ring-opacity))}.focus\:ring-rose-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(136 19 55 / var(--tw-ring-opacity))}.focus\:ring-primary-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 244 / var(--tw-ring-opacity))}.focus\:ring-primary-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(232 232 240 / var(--tw-ring-opacity))}.focus\:ring-primary-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(208 208 225 / var(--tw-ring-opacity))}.focus\:ring-primary-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(180 180 209 / var(--tw-ring-opacity))}.focus\:ring-primary-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 147 191 / var(--tw-ring-opacity))}.focus\:ring-primary-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(104 104 172 / var(--tw-ring-opacity))}.focus\:ring-primary-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(93 93 153 / var(--tw-ring-opacity))}.focus\:ring-primary-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(80 80 133 / var(--tw-ring-opacity))}.focus\:ring-primary-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(65 65 108 / var(--tw-ring-opacity))}.focus\:ring-primary-1000:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(46 46 76 / var(--tw-ring-opacity))}.focus\:ring-primary-highlight-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(247 245 254 / var(--tw-ring-opacity))}.focus\:ring-primary-highlight-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 236 254 / var(--tw-ring-opacity))}.focus\:ring-primary-highlight-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(223 216 253 / var(--tw-ring-opacity))}.focus\:ring-primary-highlight-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(206 193 252 / var(--tw-ring-opacity))}.focus\:ring-primary-highlight-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(187 168 251 / var(--tw-ring-opacity))}.focus\:ring-primary-highlight-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity))}.focus\:ring-primary-highlight-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(149 124 223 / var(--tw-ring-opacity))}.focus\:ring-primary-highlight-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(129 107 193 / var(--tw-ring-opacity))}.focus\:ring-primary-highlight-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(105 87 158 / var(--tw-ring-opacity))}.focus\:ring-primary-highlight-1000:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(74 62 111 / var(--tw-ring-opacity))}.focus\:ring-secondary-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 247 242 / var(--tw-ring-opacity))}.focus\:ring-secondary-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 240 228 / var(--tw-ring-opacity))}.focus\:ring-secondary-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 225 198 / var(--tw-ring-opacity))}.focus\:ring-secondary-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 209 162 / var(--tw-ring-opacity))}.focus\:ring-secondary-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 117 / var(--tw-ring-opacity))}.focus\:ring-secondary-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 172 30 / var(--tw-ring-opacity))}.focus\:ring-secondary-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(223 153 26 / var(--tw-ring-opacity))}.focus\:ring-secondary-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(193 133 23 / var(--tw-ring-opacity))}.focus\:ring-secondary-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(158 108 18 / var(--tw-ring-opacity))}.focus\:ring-secondary-1000:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(111 76 13 / var(--tw-ring-opacity))}.focus\:ring-grey-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 244 / var(--tw-ring-opacity))}.focus\:ring-grey-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(230 231 232 / var(--tw-ring-opacity))}.focus\:ring-grey-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(202 204 208 / var(--tw-ring-opacity))}.focus\:ring-grey-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(170 174 180 / var(--tw-ring-opacity))}.focus\:ring-grey-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(130 137 147 / var(--tw-ring-opacity))}.focus\:ring-grey-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity))}.focus\:ring-grey-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(63 76 93 / var(--tw-ring-opacity))}.focus\:ring-grey-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(54 65 81 / var(--tw-ring-opacity))}.focus\:ring-grey-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(44 53 66 / var(--tw-ring-opacity))}.focus\:ring-grey-1000:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(31 38 46 / var(--tw-ring-opacity))}.focus\:ring-green-1000:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(23 94 68 / var(--tw-ring-opacity))}.focus\:ring-blue-1000:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 44 105 / var(--tw-ring-opacity))}.focus\:ring-orange-1000:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(104 39 5 / var(--tw-ring-opacity))}.focus\:ring-red-1000:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(98 16 16 / var(--tw-ring-opacity))}.focus\:ring-primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity))}.focus\:ring-primary-light:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(247 245 254 / var(--tw-ring-opacity))}.focus\:ring-primary-dark:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(105 87 158 / var(--tw-ring-opacity))}.focus\:ring-info:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(118 144 239 / var(--tw-ring-opacity))}.focus\:ring-info-light:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 253 / var(--tw-ring-opacity))}.focus\:ring-info-dark:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(33 88 210 / var(--tw-ring-opacity))}.focus\:ring-success:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(40 163 118 / var(--tw-ring-opacity))}.focus\:ring-success-light:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 250 246 / var(--tw-ring-opacity))}.focus\:ring-success-dark:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(32 133 96 / var(--tw-ring-opacity))}.focus\:ring-warning:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 172 30 / var(--tw-ring-opacity))}.focus\:ring-warning-light:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 247 242 / var(--tw-ring-opacity))}.focus\:ring-warning-dark:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(158 108 18 / var(--tw-ring-opacity))}.focus\:ring-error:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity))}.focus\:ring-error-light:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 242 242 / var(--tw-ring-opacity))}.focus\:ring-error-dark:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(196 33 33 / var(--tw-ring-opacity))}.focus\:ring-grey:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity))}.focus\:ring-grey-light:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 243 244 / var(--tw-ring-opacity))}.focus\:ring-grey-dark:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(44 53 66 / var(--tw-ring-opacity))}.focus\:ring-red-50\/0:focus{--tw-ring-color: rgb(254 242 242 / 0)}.focus\:ring-red-50\/5:focus{--tw-ring-color: rgb(254 242 242 / .05)}.focus\:ring-red-50\/10:focus{--tw-ring-color: rgb(254 242 242 / .1)}.focus\:ring-red-50\/20:focus{--tw-ring-color: rgb(254 242 242 / .2)}.focus\:ring-red-50\/25:focus{--tw-ring-color: rgb(254 242 242 / .25)}.focus\:ring-red-50\/30:focus{--tw-ring-color: rgb(254 242 242 / .3)}.focus\:ring-red-50\/40:focus{--tw-ring-color: rgb(254 242 242 / .4)}.focus\:ring-red-50\/50:focus{--tw-ring-color: rgb(254 242 242 / .5)}.focus\:ring-red-50\/60:focus{--tw-ring-color: rgb(254 242 242 / .6)}.focus\:ring-red-50\/70:focus{--tw-ring-color: rgb(254 242 242 / .7)}.focus\:ring-red-50\/75:focus{--tw-ring-color: rgb(254 242 242 / .75)}.focus\:ring-red-50\/80:focus{--tw-ring-color: rgb(254 242 242 / .8)}.focus\:ring-red-50\/90:focus{--tw-ring-color: rgb(254 242 242 / .9)}.focus\:ring-red-50\/95:focus{--tw-ring-color: rgb(254 242 242 / .95)}.focus\:ring-red-50\/100:focus{--tw-ring-color: rgb(254 242 242 / 1)}.focus\:ring-red-100\/0:focus{--tw-ring-color: rgb(251 242 242 / 0)}.focus\:ring-red-100\/5:focus{--tw-ring-color: rgb(251 242 242 / .05)}.focus\:ring-red-100\/10:focus{--tw-ring-color: rgb(251 242 242 / .1)}.focus\:ring-red-100\/20:focus{--tw-ring-color: rgb(251 242 242 / .2)}.focus\:ring-red-100\/25:focus{--tw-ring-color: rgb(251 242 242 / .25)}.focus\:ring-red-100\/30:focus{--tw-ring-color: rgb(251 242 242 / .3)}.focus\:ring-red-100\/40:focus{--tw-ring-color: rgb(251 242 242 / .4)}.focus\:ring-red-100\/50:focus{--tw-ring-color: rgb(251 242 242 / .5)}.focus\:ring-red-100\/60:focus{--tw-ring-color: rgb(251 242 242 / .6)}.focus\:ring-red-100\/70:focus{--tw-ring-color: rgb(251 242 242 / .7)}.focus\:ring-red-100\/75:focus{--tw-ring-color: rgb(251 242 242 / .75)}.focus\:ring-red-100\/80:focus{--tw-ring-color: rgb(251 242 242 / .8)}.focus\:ring-red-100\/90:focus{--tw-ring-color: rgb(251 242 242 / .9)}.focus\:ring-red-100\/95:focus{--tw-ring-color: rgb(251 242 242 / .95)}.focus\:ring-red-100\/100:focus{--tw-ring-color: rgb(251 242 242 / 1)}.focus\:ring-red-200\/0:focus{--tw-ring-color: rgb(248 228 228 / 0)}.focus\:ring-red-200\/5:focus{--tw-ring-color: rgb(248 228 228 / .05)}.focus\:ring-red-200\/10:focus{--tw-ring-color: rgb(248 228 228 / .1)}.focus\:ring-red-200\/20:focus{--tw-ring-color: rgb(248 228 228 / .2)}.focus\:ring-red-200\/25:focus{--tw-ring-color: rgb(248 228 228 / .25)}.focus\:ring-red-200\/30:focus{--tw-ring-color: rgb(248 228 228 / .3)}.focus\:ring-red-200\/40:focus{--tw-ring-color: rgb(248 228 228 / .4)}.focus\:ring-red-200\/50:focus{--tw-ring-color: rgb(248 228 228 / .5)}.focus\:ring-red-200\/60:focus{--tw-ring-color: rgb(248 228 228 / .6)}.focus\:ring-red-200\/70:focus{--tw-ring-color: rgb(248 228 228 / .7)}.focus\:ring-red-200\/75:focus{--tw-ring-color: rgb(248 228 228 / .75)}.focus\:ring-red-200\/80:focus{--tw-ring-color: rgb(248 228 228 / .8)}.focus\:ring-red-200\/90:focus{--tw-ring-color: rgb(248 228 228 / .9)}.focus\:ring-red-200\/95:focus{--tw-ring-color: rgb(248 228 228 / .95)}.focus\:ring-red-200\/100:focus{--tw-ring-color: rgb(248 228 228 / 1)}.focus\:ring-red-300\/0:focus{--tw-ring-color: rgb(241 198 198 / 0)}.focus\:ring-red-300\/5:focus{--tw-ring-color: rgb(241 198 198 / .05)}.focus\:ring-red-300\/10:focus{--tw-ring-color: rgb(241 198 198 / .1)}.focus\:ring-red-300\/20:focus{--tw-ring-color: rgb(241 198 198 / .2)}.focus\:ring-red-300\/25:focus{--tw-ring-color: rgb(241 198 198 / .25)}.focus\:ring-red-300\/30:focus{--tw-ring-color: rgb(241 198 198 / .3)}.focus\:ring-red-300\/40:focus{--tw-ring-color: rgb(241 198 198 / .4)}.focus\:ring-red-300\/50:focus{--tw-ring-color: rgb(241 198 198 / .5)}.focus\:ring-red-300\/60:focus{--tw-ring-color: rgb(241 198 198 / .6)}.focus\:ring-red-300\/70:focus{--tw-ring-color: rgb(241 198 198 / .7)}.focus\:ring-red-300\/75:focus{--tw-ring-color: rgb(241 198 198 / .75)}.focus\:ring-red-300\/80:focus{--tw-ring-color: rgb(241 198 198 / .8)}.focus\:ring-red-300\/90:focus{--tw-ring-color: rgb(241 198 198 / .9)}.focus\:ring-red-300\/95:focus{--tw-ring-color: rgb(241 198 198 / .95)}.focus\:ring-red-300\/100:focus{--tw-ring-color: rgb(241 198 198 / 1)}.focus\:ring-red-400\/0:focus{--tw-ring-color: rgb(234 163 163 / 0)}.focus\:ring-red-400\/5:focus{--tw-ring-color: rgb(234 163 163 / .05)}.focus\:ring-red-400\/10:focus{--tw-ring-color: rgb(234 163 163 / .1)}.focus\:ring-red-400\/20:focus{--tw-ring-color: rgb(234 163 163 / .2)}.focus\:ring-red-400\/25:focus{--tw-ring-color: rgb(234 163 163 / .25)}.focus\:ring-red-400\/30:focus{--tw-ring-color: rgb(234 163 163 / .3)}.focus\:ring-red-400\/40:focus{--tw-ring-color: rgb(234 163 163 / .4)}.focus\:ring-red-400\/50:focus{--tw-ring-color: rgb(234 163 163 / .5)}.focus\:ring-red-400\/60:focus{--tw-ring-color: rgb(234 163 163 / .6)}.focus\:ring-red-400\/70:focus{--tw-ring-color: rgb(234 163 163 / .7)}.focus\:ring-red-400\/75:focus{--tw-ring-color: rgb(234 163 163 / .75)}.focus\:ring-red-400\/80:focus{--tw-ring-color: rgb(234 163 163 / .8)}.focus\:ring-red-400\/90:focus{--tw-ring-color: rgb(234 163 163 / .9)}.focus\:ring-red-400\/95:focus{--tw-ring-color: rgb(234 163 163 / .95)}.focus\:ring-red-400\/100:focus{--tw-ring-color: rgb(234 163 163 / 1)}.focus\:ring-red-500\/0:focus{--tw-ring-color: rgb(227 118 118 / 0)}.focus\:ring-red-500\/5:focus{--tw-ring-color: rgb(227 118 118 / .05)}.focus\:ring-red-500\/10:focus{--tw-ring-color: rgb(227 118 118 / .1)}.focus\:ring-red-500\/20:focus{--tw-ring-color: rgb(227 118 118 / .2)}.focus\:ring-red-500\/25:focus{--tw-ring-color: rgb(227 118 118 / .25)}.focus\:ring-red-500\/30:focus{--tw-ring-color: rgb(227 118 118 / .3)}.focus\:ring-red-500\/40:focus{--tw-ring-color: rgb(227 118 118 / .4)}.focus\:ring-red-500\/50:focus{--tw-ring-color: rgb(227 118 118 / .5)}.focus\:ring-red-500\/60:focus{--tw-ring-color: rgb(227 118 118 / .6)}.focus\:ring-red-500\/70:focus{--tw-ring-color: rgb(227 118 118 / .7)}.focus\:ring-red-500\/75:focus{--tw-ring-color: rgb(227 118 118 / .75)}.focus\:ring-red-500\/80:focus{--tw-ring-color: rgb(227 118 118 / .8)}.focus\:ring-red-500\/90:focus{--tw-ring-color: rgb(227 118 118 / .9)}.focus\:ring-red-500\/95:focus{--tw-ring-color: rgb(227 118 118 / .95)}.focus\:ring-red-500\/100:focus{--tw-ring-color: rgb(227 118 118 / 1)}.focus\:ring-red-600\/0:focus{--tw-ring-color: rgb(220 38 38 / 0)}.focus\:ring-red-600\/5:focus{--tw-ring-color: rgb(220 38 38 / .05)}.focus\:ring-red-600\/10:focus{--tw-ring-color: rgb(220 38 38 / .1)}.focus\:ring-red-600\/20:focus{--tw-ring-color: rgb(220 38 38 / .2)}.focus\:ring-red-600\/25:focus{--tw-ring-color: rgb(220 38 38 / .25)}.focus\:ring-red-600\/30:focus{--tw-ring-color: rgb(220 38 38 / .3)}.focus\:ring-red-600\/40:focus{--tw-ring-color: rgb(220 38 38 / .4)}.focus\:ring-red-600\/50:focus{--tw-ring-color: rgb(220 38 38 / .5)}.focus\:ring-red-600\/60:focus{--tw-ring-color: rgb(220 38 38 / .6)}.focus\:ring-red-600\/70:focus{--tw-ring-color: rgb(220 38 38 / .7)}.focus\:ring-red-600\/75:focus{--tw-ring-color: rgb(220 38 38 / .75)}.focus\:ring-red-600\/80:focus{--tw-ring-color: rgb(220 38 38 / .8)}.focus\:ring-red-600\/90:focus{--tw-ring-color: rgb(220 38 38 / .9)}.focus\:ring-red-600\/95:focus{--tw-ring-color: rgb(220 38 38 / .95)}.focus\:ring-red-600\/100:focus{--tw-ring-color: rgb(220 38 38 / 1)}.focus\:ring-red-700\/0:focus{--tw-ring-color: rgb(196 33 33 / 0)}.focus\:ring-red-700\/5:focus{--tw-ring-color: rgb(196 33 33 / .05)}.focus\:ring-red-700\/10:focus{--tw-ring-color: rgb(196 33 33 / .1)}.focus\:ring-red-700\/20:focus{--tw-ring-color: rgb(196 33 33 / .2)}.focus\:ring-red-700\/25:focus{--tw-ring-color: rgb(196 33 33 / .25)}.focus\:ring-red-700\/30:focus{--tw-ring-color: rgb(196 33 33 / .3)}.focus\:ring-red-700\/40:focus{--tw-ring-color: rgb(196 33 33 / .4)}.focus\:ring-red-700\/50:focus{--tw-ring-color: rgb(196 33 33 / .5)}.focus\:ring-red-700\/60:focus{--tw-ring-color: rgb(196 33 33 / .6)}.focus\:ring-red-700\/70:focus{--tw-ring-color: rgb(196 33 33 / .7)}.focus\:ring-red-700\/75:focus{--tw-ring-color: rgb(196 33 33 / .75)}.focus\:ring-red-700\/80:focus{--tw-ring-color: rgb(196 33 33 / .8)}.focus\:ring-red-700\/90:focus{--tw-ring-color: rgb(196 33 33 / .9)}.focus\:ring-red-700\/95:focus{--tw-ring-color: rgb(196 33 33 / .95)}.focus\:ring-red-700\/100:focus{--tw-ring-color: rgb(196 33 33 / 1)}.focus\:ring-red-800\/0:focus{--tw-ring-color: rgb(170 29 29 / 0)}.focus\:ring-red-800\/5:focus{--tw-ring-color: rgb(170 29 29 / .05)}.focus\:ring-red-800\/10:focus{--tw-ring-color: rgb(170 29 29 / .1)}.focus\:ring-red-800\/20:focus{--tw-ring-color: rgb(170 29 29 / .2)}.focus\:ring-red-800\/25:focus{--tw-ring-color: rgb(170 29 29 / .25)}.focus\:ring-red-800\/30:focus{--tw-ring-color: rgb(170 29 29 / .3)}.focus\:ring-red-800\/40:focus{--tw-ring-color: rgb(170 29 29 / .4)}.focus\:ring-red-800\/50:focus{--tw-ring-color: rgb(170 29 29 / .5)}.focus\:ring-red-800\/60:focus{--tw-ring-color: rgb(170 29 29 / .6)}.focus\:ring-red-800\/70:focus{--tw-ring-color: rgb(170 29 29 / .7)}.focus\:ring-red-800\/75:focus{--tw-ring-color: rgb(170 29 29 / .75)}.focus\:ring-red-800\/80:focus{--tw-ring-color: rgb(170 29 29 / .8)}.focus\:ring-red-800\/90:focus{--tw-ring-color: rgb(170 29 29 / .9)}.focus\:ring-red-800\/95:focus{--tw-ring-color: rgb(170 29 29 / .95)}.focus\:ring-red-800\/100:focus{--tw-ring-color: rgb(170 29 29 / 1)}.focus\:ring-red-900\/0:focus{--tw-ring-color: rgb(139 24 24 / 0)}.focus\:ring-red-900\/5:focus{--tw-ring-color: rgb(139 24 24 / .05)}.focus\:ring-red-900\/10:focus{--tw-ring-color: rgb(139 24 24 / .1)}.focus\:ring-red-900\/20:focus{--tw-ring-color: rgb(139 24 24 / .2)}.focus\:ring-red-900\/25:focus{--tw-ring-color: rgb(139 24 24 / .25)}.focus\:ring-red-900\/30:focus{--tw-ring-color: rgb(139 24 24 / .3)}.focus\:ring-red-900\/40:focus{--tw-ring-color: rgb(139 24 24 / .4)}.focus\:ring-red-900\/50:focus{--tw-ring-color: rgb(139 24 24 / .5)}.focus\:ring-red-900\/60:focus{--tw-ring-color: rgb(139 24 24 / .6)}.focus\:ring-red-900\/70:focus{--tw-ring-color: rgb(139 24 24 / .7)}.focus\:ring-red-900\/75:focus{--tw-ring-color: rgb(139 24 24 / .75)}.focus\:ring-red-900\/80:focus{--tw-ring-color: rgb(139 24 24 / .8)}.focus\:ring-red-900\/90:focus{--tw-ring-color: rgb(139 24 24 / .9)}.focus\:ring-red-900\/95:focus{--tw-ring-color: rgb(139 24 24 / .95)}.focus\:ring-red-900\/100:focus{--tw-ring-color: rgb(139 24 24 / 1)}.focus\:ring-orange-50\/0:focus{--tw-ring-color: rgb(255 247 237 / 0)}.focus\:ring-orange-50\/5:focus{--tw-ring-color: rgb(255 247 237 / .05)}.focus\:ring-orange-50\/10:focus{--tw-ring-color: rgb(255 247 237 / .1)}.focus\:ring-orange-50\/20:focus{--tw-ring-color: rgb(255 247 237 / .2)}.focus\:ring-orange-50\/25:focus{--tw-ring-color: rgb(255 247 237 / .25)}.focus\:ring-orange-50\/30:focus{--tw-ring-color: rgb(255 247 237 / .3)}.focus\:ring-orange-50\/40:focus{--tw-ring-color: rgb(255 247 237 / .4)}.focus\:ring-orange-50\/50:focus{--tw-ring-color: rgb(255 247 237 / .5)}.focus\:ring-orange-50\/60:focus{--tw-ring-color: rgb(255 247 237 / .6)}.focus\:ring-orange-50\/70:focus{--tw-ring-color: rgb(255 247 237 / .7)}.focus\:ring-orange-50\/75:focus{--tw-ring-color: rgb(255 247 237 / .75)}.focus\:ring-orange-50\/80:focus{--tw-ring-color: rgb(255 247 237 / .8)}.focus\:ring-orange-50\/90:focus{--tw-ring-color: rgb(255 247 237 / .9)}.focus\:ring-orange-50\/95:focus{--tw-ring-color: rgb(255 247 237 / .95)}.focus\:ring-orange-50\/100:focus{--tw-ring-color: rgb(255 247 237 / 1)}.focus\:ring-orange-100\/0:focus{--tw-ring-color: rgb(252 243 241 / 0)}.focus\:ring-orange-100\/5:focus{--tw-ring-color: rgb(252 243 241 / .05)}.focus\:ring-orange-100\/10:focus{--tw-ring-color: rgb(252 243 241 / .1)}.focus\:ring-orange-100\/20:focus{--tw-ring-color: rgb(252 243 241 / .2)}.focus\:ring-orange-100\/25:focus{--tw-ring-color: rgb(252 243 241 / .25)}.focus\:ring-orange-100\/30:focus{--tw-ring-color: rgb(252 243 241 / .3)}.focus\:ring-orange-100\/40:focus{--tw-ring-color: rgb(252 243 241 / .4)}.focus\:ring-orange-100\/50:focus{--tw-ring-color: rgb(252 243 241 / .5)}.focus\:ring-orange-100\/60:focus{--tw-ring-color: rgb(252 243 241 / .6)}.focus\:ring-orange-100\/70:focus{--tw-ring-color: rgb(252 243 241 / .7)}.focus\:ring-orange-100\/75:focus{--tw-ring-color: rgb(252 243 241 / .75)}.focus\:ring-orange-100\/80:focus{--tw-ring-color: rgb(252 243 241 / .8)}.focus\:ring-orange-100\/90:focus{--tw-ring-color: rgb(252 243 241 / .9)}.focus\:ring-orange-100\/95:focus{--tw-ring-color: rgb(252 243 241 / .95)}.focus\:ring-orange-100\/100:focus{--tw-ring-color: rgb(252 243 241 / 1)}.focus\:ring-orange-200\/0:focus{--tw-ring-color: rgb(250 231 228 / 0)}.focus\:ring-orange-200\/5:focus{--tw-ring-color: rgb(250 231 228 / .05)}.focus\:ring-orange-200\/10:focus{--tw-ring-color: rgb(250 231 228 / .1)}.focus\:ring-orange-200\/20:focus{--tw-ring-color: rgb(250 231 228 / .2)}.focus\:ring-orange-200\/25:focus{--tw-ring-color: rgb(250 231 228 / .25)}.focus\:ring-orange-200\/30:focus{--tw-ring-color: rgb(250 231 228 / .3)}.focus\:ring-orange-200\/40:focus{--tw-ring-color: rgb(250 231 228 / .4)}.focus\:ring-orange-200\/50:focus{--tw-ring-color: rgb(250 231 228 / .5)}.focus\:ring-orange-200\/60:focus{--tw-ring-color: rgb(250 231 228 / .6)}.focus\:ring-orange-200\/70:focus{--tw-ring-color: rgb(250 231 228 / .7)}.focus\:ring-orange-200\/75:focus{--tw-ring-color: rgb(250 231 228 / .75)}.focus\:ring-orange-200\/80:focus{--tw-ring-color: rgb(250 231 228 / .8)}.focus\:ring-orange-200\/90:focus{--tw-ring-color: rgb(250 231 228 / .9)}.focus\:ring-orange-200\/95:focus{--tw-ring-color: rgb(250 231 228 / .95)}.focus\:ring-orange-200\/100:focus{--tw-ring-color: rgb(250 231 228 / 1)}.focus\:ring-orange-300\/0:focus{--tw-ring-color: rgb(246 205 197 / 0)}.focus\:ring-orange-300\/5:focus{--tw-ring-color: rgb(246 205 197 / .05)}.focus\:ring-orange-300\/10:focus{--tw-ring-color: rgb(246 205 197 / .1)}.focus\:ring-orange-300\/20:focus{--tw-ring-color: rgb(246 205 197 / .2)}.focus\:ring-orange-300\/25:focus{--tw-ring-color: rgb(246 205 197 / .25)}.focus\:ring-orange-300\/30:focus{--tw-ring-color: rgb(246 205 197 / .3)}.focus\:ring-orange-300\/40:focus{--tw-ring-color: rgb(246 205 197 / .4)}.focus\:ring-orange-300\/50:focus{--tw-ring-color: rgb(246 205 197 / .5)}.focus\:ring-orange-300\/60:focus{--tw-ring-color: rgb(246 205 197 / .6)}.focus\:ring-orange-300\/70:focus{--tw-ring-color: rgb(246 205 197 / .7)}.focus\:ring-orange-300\/75:focus{--tw-ring-color: rgb(246 205 197 / .75)}.focus\:ring-orange-300\/80:focus{--tw-ring-color: rgb(246 205 197 / .8)}.focus\:ring-orange-300\/90:focus{--tw-ring-color: rgb(246 205 197 / .9)}.focus\:ring-orange-300\/95:focus{--tw-ring-color: rgb(246 205 197 / .95)}.focus\:ring-orange-300\/100:focus{--tw-ring-color: rgb(246 205 197 / 1)}.focus\:ring-orange-400\/0:focus{--tw-ring-color: rgb(242 175 161 / 0)}.focus\:ring-orange-400\/5:focus{--tw-ring-color: rgb(242 175 161 / .05)}.focus\:ring-orange-400\/10:focus{--tw-ring-color: rgb(242 175 161 / .1)}.focus\:ring-orange-400\/20:focus{--tw-ring-color: rgb(242 175 161 / .2)}.focus\:ring-orange-400\/25:focus{--tw-ring-color: rgb(242 175 161 / .25)}.focus\:ring-orange-400\/30:focus{--tw-ring-color: rgb(242 175 161 / .3)}.focus\:ring-orange-400\/40:focus{--tw-ring-color: rgb(242 175 161 / .4)}.focus\:ring-orange-400\/50:focus{--tw-ring-color: rgb(242 175 161 / .5)}.focus\:ring-orange-400\/60:focus{--tw-ring-color: rgb(242 175 161 / .6)}.focus\:ring-orange-400\/70:focus{--tw-ring-color: rgb(242 175 161 / .7)}.focus\:ring-orange-400\/75:focus{--tw-ring-color: rgb(242 175 161 / .75)}.focus\:ring-orange-400\/80:focus{--tw-ring-color: rgb(242 175 161 / .8)}.focus\:ring-orange-400\/90:focus{--tw-ring-color: rgb(242 175 161 / .9)}.focus\:ring-orange-400\/95:focus{--tw-ring-color: rgb(242 175 161 / .95)}.focus\:ring-orange-400\/100:focus{--tw-ring-color: rgb(242 175 161 / 1)}.focus\:ring-orange-500\/0:focus{--tw-ring-color: rgb(238 138 114 / 0)}.focus\:ring-orange-500\/5:focus{--tw-ring-color: rgb(238 138 114 / .05)}.focus\:ring-orange-500\/10:focus{--tw-ring-color: rgb(238 138 114 / .1)}.focus\:ring-orange-500\/20:focus{--tw-ring-color: rgb(238 138 114 / .2)}.focus\:ring-orange-500\/25:focus{--tw-ring-color: rgb(238 138 114 / .25)}.focus\:ring-orange-500\/30:focus{--tw-ring-color: rgb(238 138 114 / .3)}.focus\:ring-orange-500\/40:focus{--tw-ring-color: rgb(238 138 114 / .4)}.focus\:ring-orange-500\/50:focus{--tw-ring-color: rgb(238 138 114 / .5)}.focus\:ring-orange-500\/60:focus{--tw-ring-color: rgb(238 138 114 / .6)}.focus\:ring-orange-500\/70:focus{--tw-ring-color: rgb(238 138 114 / .7)}.focus\:ring-orange-500\/75:focus{--tw-ring-color: rgb(238 138 114 / .75)}.focus\:ring-orange-500\/80:focus{--tw-ring-color: rgb(238 138 114 / .8)}.focus\:ring-orange-500\/90:focus{--tw-ring-color: rgb(238 138 114 / .9)}.focus\:ring-orange-500\/95:focus{--tw-ring-color: rgb(238 138 114 / .95)}.focus\:ring-orange-500\/100:focus{--tw-ring-color: rgb(238 138 114 / 1)}.focus\:ring-orange-600\/0:focus{--tw-ring-color: rgb(234 88 12 / 0)}.focus\:ring-orange-600\/5:focus{--tw-ring-color: rgb(234 88 12 / .05)}.focus\:ring-orange-600\/10:focus{--tw-ring-color: rgb(234 88 12 / .1)}.focus\:ring-orange-600\/20:focus{--tw-ring-color: rgb(234 88 12 / .2)}.focus\:ring-orange-600\/25:focus{--tw-ring-color: rgb(234 88 12 / .25)}.focus\:ring-orange-600\/30:focus{--tw-ring-color: rgb(234 88 12 / .3)}.focus\:ring-orange-600\/40:focus{--tw-ring-color: rgb(234 88 12 / .4)}.focus\:ring-orange-600\/50:focus{--tw-ring-color: rgb(234 88 12 / .5)}.focus\:ring-orange-600\/60:focus{--tw-ring-color: rgb(234 88 12 / .6)}.focus\:ring-orange-600\/70:focus{--tw-ring-color: rgb(234 88 12 / .7)}.focus\:ring-orange-600\/75:focus{--tw-ring-color: rgb(234 88 12 / .75)}.focus\:ring-orange-600\/80:focus{--tw-ring-color: rgb(234 88 12 / .8)}.focus\:ring-orange-600\/90:focus{--tw-ring-color: rgb(234 88 12 / .9)}.focus\:ring-orange-600\/95:focus{--tw-ring-color: rgb(234 88 12 / .95)}.focus\:ring-orange-600\/100:focus{--tw-ring-color: rgb(234 88 12 / 1)}.focus\:ring-orange-700\/0:focus{--tw-ring-color: rgb(209 78 10 / 0)}.focus\:ring-orange-700\/5:focus{--tw-ring-color: rgb(209 78 10 / .05)}.focus\:ring-orange-700\/10:focus{--tw-ring-color: rgb(209 78 10 / .1)}.focus\:ring-orange-700\/20:focus{--tw-ring-color: rgb(209 78 10 / .2)}.focus\:ring-orange-700\/25:focus{--tw-ring-color: rgb(209 78 10 / .25)}.focus\:ring-orange-700\/30:focus{--tw-ring-color: rgb(209 78 10 / .3)}.focus\:ring-orange-700\/40:focus{--tw-ring-color: rgb(209 78 10 / .4)}.focus\:ring-orange-700\/50:focus{--tw-ring-color: rgb(209 78 10 / .5)}.focus\:ring-orange-700\/60:focus{--tw-ring-color: rgb(209 78 10 / .6)}.focus\:ring-orange-700\/70:focus{--tw-ring-color: rgb(209 78 10 / .7)}.focus\:ring-orange-700\/75:focus{--tw-ring-color: rgb(209 78 10 / .75)}.focus\:ring-orange-700\/80:focus{--tw-ring-color: rgb(209 78 10 / .8)}.focus\:ring-orange-700\/90:focus{--tw-ring-color: rgb(209 78 10 / .9)}.focus\:ring-orange-700\/95:focus{--tw-ring-color: rgb(209 78 10 / .95)}.focus\:ring-orange-700\/100:focus{--tw-ring-color: rgb(209 78 10 / 1)}.focus\:ring-orange-800\/0:focus{--tw-ring-color: rgb(181 68 9 / 0)}.focus\:ring-orange-800\/5:focus{--tw-ring-color: rgb(181 68 9 / .05)}.focus\:ring-orange-800\/10:focus{--tw-ring-color: rgb(181 68 9 / .1)}.focus\:ring-orange-800\/20:focus{--tw-ring-color: rgb(181 68 9 / .2)}.focus\:ring-orange-800\/25:focus{--tw-ring-color: rgb(181 68 9 / .25)}.focus\:ring-orange-800\/30:focus{--tw-ring-color: rgb(181 68 9 / .3)}.focus\:ring-orange-800\/40:focus{--tw-ring-color: rgb(181 68 9 / .4)}.focus\:ring-orange-800\/50:focus{--tw-ring-color: rgb(181 68 9 / .5)}.focus\:ring-orange-800\/60:focus{--tw-ring-color: rgb(181 68 9 / .6)}.focus\:ring-orange-800\/70:focus{--tw-ring-color: rgb(181 68 9 / .7)}.focus\:ring-orange-800\/75:focus{--tw-ring-color: rgb(181 68 9 / .75)}.focus\:ring-orange-800\/80:focus{--tw-ring-color: rgb(181 68 9 / .8)}.focus\:ring-orange-800\/90:focus{--tw-ring-color: rgb(181 68 9 / .9)}.focus\:ring-orange-800\/95:focus{--tw-ring-color: rgb(181 68 9 / .95)}.focus\:ring-orange-800\/100:focus{--tw-ring-color: rgb(181 68 9 / 1)}.focus\:ring-orange-900\/0:focus{--tw-ring-color: rgb(147 55 7 / 0)}.focus\:ring-orange-900\/5:focus{--tw-ring-color: rgb(147 55 7 / .05)}.focus\:ring-orange-900\/10:focus{--tw-ring-color: rgb(147 55 7 / .1)}.focus\:ring-orange-900\/20:focus{--tw-ring-color: rgb(147 55 7 / .2)}.focus\:ring-orange-900\/25:focus{--tw-ring-color: rgb(147 55 7 / .25)}.focus\:ring-orange-900\/30:focus{--tw-ring-color: rgb(147 55 7 / .3)}.focus\:ring-orange-900\/40:focus{--tw-ring-color: rgb(147 55 7 / .4)}.focus\:ring-orange-900\/50:focus{--tw-ring-color: rgb(147 55 7 / .5)}.focus\:ring-orange-900\/60:focus{--tw-ring-color: rgb(147 55 7 / .6)}.focus\:ring-orange-900\/70:focus{--tw-ring-color: rgb(147 55 7 / .7)}.focus\:ring-orange-900\/75:focus{--tw-ring-color: rgb(147 55 7 / .75)}.focus\:ring-orange-900\/80:focus{--tw-ring-color: rgb(147 55 7 / .8)}.focus\:ring-orange-900\/90:focus{--tw-ring-color: rgb(147 55 7 / .9)}.focus\:ring-orange-900\/95:focus{--tw-ring-color: rgb(147 55 7 / .95)}.focus\:ring-orange-900\/100:focus{--tw-ring-color: rgb(147 55 7 / 1)}.focus\:ring-yellow-50\/0:focus{--tw-ring-color: rgb(254 252 232 / 0)}.focus\:ring-yellow-50\/5:focus{--tw-ring-color: rgb(254 252 232 / .05)}.focus\:ring-yellow-50\/10:focus{--tw-ring-color: rgb(254 252 232 / .1)}.focus\:ring-yellow-50\/20:focus{--tw-ring-color: rgb(254 252 232 / .2)}.focus\:ring-yellow-50\/25:focus{--tw-ring-color: rgb(254 252 232 / .25)}.focus\:ring-yellow-50\/30:focus{--tw-ring-color: rgb(254 252 232 / .3)}.focus\:ring-yellow-50\/40:focus{--tw-ring-color: rgb(254 252 232 / .4)}.focus\:ring-yellow-50\/50:focus{--tw-ring-color: rgb(254 252 232 / .5)}.focus\:ring-yellow-50\/60:focus{--tw-ring-color: rgb(254 252 232 / .6)}.focus\:ring-yellow-50\/70:focus{--tw-ring-color: rgb(254 252 232 / .7)}.focus\:ring-yellow-50\/75:focus{--tw-ring-color: rgb(254 252 232 / .75)}.focus\:ring-yellow-50\/80:focus{--tw-ring-color: rgb(254 252 232 / .8)}.focus\:ring-yellow-50\/90:focus{--tw-ring-color: rgb(254 252 232 / .9)}.focus\:ring-yellow-50\/95:focus{--tw-ring-color: rgb(254 252 232 / .95)}.focus\:ring-yellow-50\/100:focus{--tw-ring-color: rgb(254 252 232 / 1)}.focus\:ring-yellow-100\/0:focus{--tw-ring-color: rgb(254 243 199 / 0)}.focus\:ring-yellow-100\/5:focus{--tw-ring-color: rgb(254 243 199 / .05)}.focus\:ring-yellow-100\/10:focus{--tw-ring-color: rgb(254 243 199 / .1)}.focus\:ring-yellow-100\/20:focus{--tw-ring-color: rgb(254 243 199 / .2)}.focus\:ring-yellow-100\/25:focus{--tw-ring-color: rgb(254 243 199 / .25)}.focus\:ring-yellow-100\/30:focus{--tw-ring-color: rgb(254 243 199 / .3)}.focus\:ring-yellow-100\/40:focus{--tw-ring-color: rgb(254 243 199 / .4)}.focus\:ring-yellow-100\/50:focus{--tw-ring-color: rgb(254 243 199 / .5)}.focus\:ring-yellow-100\/60:focus{--tw-ring-color: rgb(254 243 199 / .6)}.focus\:ring-yellow-100\/70:focus{--tw-ring-color: rgb(254 243 199 / .7)}.focus\:ring-yellow-100\/75:focus{--tw-ring-color: rgb(254 243 199 / .75)}.focus\:ring-yellow-100\/80:focus{--tw-ring-color: rgb(254 243 199 / .8)}.focus\:ring-yellow-100\/90:focus{--tw-ring-color: rgb(254 243 199 / .9)}.focus\:ring-yellow-100\/95:focus{--tw-ring-color: rgb(254 243 199 / .95)}.focus\:ring-yellow-100\/100:focus{--tw-ring-color: rgb(254 243 199 / 1)}.focus\:ring-yellow-200\/0:focus{--tw-ring-color: rgb(253 230 138 / 0)}.focus\:ring-yellow-200\/5:focus{--tw-ring-color: rgb(253 230 138 / .05)}.focus\:ring-yellow-200\/10:focus{--tw-ring-color: rgb(253 230 138 / .1)}.focus\:ring-yellow-200\/20:focus{--tw-ring-color: rgb(253 230 138 / .2)}.focus\:ring-yellow-200\/25:focus{--tw-ring-color: rgb(253 230 138 / .25)}.focus\:ring-yellow-200\/30:focus{--tw-ring-color: rgb(253 230 138 / .3)}.focus\:ring-yellow-200\/40:focus{--tw-ring-color: rgb(253 230 138 / .4)}.focus\:ring-yellow-200\/50:focus{--tw-ring-color: rgb(253 230 138 / .5)}.focus\:ring-yellow-200\/60:focus{--tw-ring-color: rgb(253 230 138 / .6)}.focus\:ring-yellow-200\/70:focus{--tw-ring-color: rgb(253 230 138 / .7)}.focus\:ring-yellow-200\/75:focus{--tw-ring-color: rgb(253 230 138 / .75)}.focus\:ring-yellow-200\/80:focus{--tw-ring-color: rgb(253 230 138 / .8)}.focus\:ring-yellow-200\/90:focus{--tw-ring-color: rgb(253 230 138 / .9)}.focus\:ring-yellow-200\/95:focus{--tw-ring-color: rgb(253 230 138 / .95)}.focus\:ring-yellow-200\/100:focus{--tw-ring-color: rgb(253 230 138 / 1)}.focus\:ring-yellow-300\/0:focus{--tw-ring-color: rgb(252 211 77 / 0)}.focus\:ring-yellow-300\/5:focus{--tw-ring-color: rgb(252 211 77 / .05)}.focus\:ring-yellow-300\/10:focus{--tw-ring-color: rgb(252 211 77 / .1)}.focus\:ring-yellow-300\/20:focus{--tw-ring-color: rgb(252 211 77 / .2)}.focus\:ring-yellow-300\/25:focus{--tw-ring-color: rgb(252 211 77 / .25)}.focus\:ring-yellow-300\/30:focus{--tw-ring-color: rgb(252 211 77 / .3)}.focus\:ring-yellow-300\/40:focus{--tw-ring-color: rgb(252 211 77 / .4)}.focus\:ring-yellow-300\/50:focus{--tw-ring-color: rgb(252 211 77 / .5)}.focus\:ring-yellow-300\/60:focus{--tw-ring-color: rgb(252 211 77 / .6)}.focus\:ring-yellow-300\/70:focus{--tw-ring-color: rgb(252 211 77 / .7)}.focus\:ring-yellow-300\/75:focus{--tw-ring-color: rgb(252 211 77 / .75)}.focus\:ring-yellow-300\/80:focus{--tw-ring-color: rgb(252 211 77 / .8)}.focus\:ring-yellow-300\/90:focus{--tw-ring-color: rgb(252 211 77 / .9)}.focus\:ring-yellow-300\/95:focus{--tw-ring-color: rgb(252 211 77 / .95)}.focus\:ring-yellow-300\/100:focus{--tw-ring-color: rgb(252 211 77 / 1)}.focus\:ring-yellow-400\/0:focus{--tw-ring-color: rgb(251 191 36 / 0)}.focus\:ring-yellow-400\/5:focus{--tw-ring-color: rgb(251 191 36 / .05)}.focus\:ring-yellow-400\/10:focus{--tw-ring-color: rgb(251 191 36 / .1)}.focus\:ring-yellow-400\/20:focus{--tw-ring-color: rgb(251 191 36 / .2)}.focus\:ring-yellow-400\/25:focus{--tw-ring-color: rgb(251 191 36 / .25)}.focus\:ring-yellow-400\/30:focus{--tw-ring-color: rgb(251 191 36 / .3)}.focus\:ring-yellow-400\/40:focus{--tw-ring-color: rgb(251 191 36 / .4)}.focus\:ring-yellow-400\/50:focus{--tw-ring-color: rgb(251 191 36 / .5)}.focus\:ring-yellow-400\/60:focus{--tw-ring-color: rgb(251 191 36 / .6)}.focus\:ring-yellow-400\/70:focus{--tw-ring-color: rgb(251 191 36 / .7)}.focus\:ring-yellow-400\/75:focus{--tw-ring-color: rgb(251 191 36 / .75)}.focus\:ring-yellow-400\/80:focus{--tw-ring-color: rgb(251 191 36 / .8)}.focus\:ring-yellow-400\/90:focus{--tw-ring-color: rgb(251 191 36 / .9)}.focus\:ring-yellow-400\/95:focus{--tw-ring-color: rgb(251 191 36 / .95)}.focus\:ring-yellow-400\/100:focus{--tw-ring-color: rgb(251 191 36 / 1)}.focus\:ring-yellow-500\/0:focus{--tw-ring-color: rgb(234 179 8 / 0)}.focus\:ring-yellow-500\/5:focus{--tw-ring-color: rgb(234 179 8 / .05)}.focus\:ring-yellow-500\/10:focus{--tw-ring-color: rgb(234 179 8 / .1)}.focus\:ring-yellow-500\/20:focus{--tw-ring-color: rgb(234 179 8 / .2)}.focus\:ring-yellow-500\/25:focus{--tw-ring-color: rgb(234 179 8 / .25)}.focus\:ring-yellow-500\/30:focus{--tw-ring-color: rgb(234 179 8 / .3)}.focus\:ring-yellow-500\/40:focus{--tw-ring-color: rgb(234 179 8 / .4)}.focus\:ring-yellow-500\/50:focus{--tw-ring-color: rgb(234 179 8 / .5)}.focus\:ring-yellow-500\/60:focus{--tw-ring-color: rgb(234 179 8 / .6)}.focus\:ring-yellow-500\/70:focus{--tw-ring-color: rgb(234 179 8 / .7)}.focus\:ring-yellow-500\/75:focus{--tw-ring-color: rgb(234 179 8 / .75)}.focus\:ring-yellow-500\/80:focus{--tw-ring-color: rgb(234 179 8 / .8)}.focus\:ring-yellow-500\/90:focus{--tw-ring-color: rgb(234 179 8 / .9)}.focus\:ring-yellow-500\/95:focus{--tw-ring-color: rgb(234 179 8 / .95)}.focus\:ring-yellow-500\/100:focus{--tw-ring-color: rgb(234 179 8 / 1)}.focus\:ring-yellow-600\/0:focus{--tw-ring-color: rgb(217 119 6 / 0)}.focus\:ring-yellow-600\/5:focus{--tw-ring-color: rgb(217 119 6 / .05)}.focus\:ring-yellow-600\/10:focus{--tw-ring-color: rgb(217 119 6 / .1)}.focus\:ring-yellow-600\/20:focus{--tw-ring-color: rgb(217 119 6 / .2)}.focus\:ring-yellow-600\/25:focus{--tw-ring-color: rgb(217 119 6 / .25)}.focus\:ring-yellow-600\/30:focus{--tw-ring-color: rgb(217 119 6 / .3)}.focus\:ring-yellow-600\/40:focus{--tw-ring-color: rgb(217 119 6 / .4)}.focus\:ring-yellow-600\/50:focus{--tw-ring-color: rgb(217 119 6 / .5)}.focus\:ring-yellow-600\/60:focus{--tw-ring-color: rgb(217 119 6 / .6)}.focus\:ring-yellow-600\/70:focus{--tw-ring-color: rgb(217 119 6 / .7)}.focus\:ring-yellow-600\/75:focus{--tw-ring-color: rgb(217 119 6 / .75)}.focus\:ring-yellow-600\/80:focus{--tw-ring-color: rgb(217 119 6 / .8)}.focus\:ring-yellow-600\/90:focus{--tw-ring-color: rgb(217 119 6 / .9)}.focus\:ring-yellow-600\/95:focus{--tw-ring-color: rgb(217 119 6 / .95)}.focus\:ring-yellow-600\/100:focus{--tw-ring-color: rgb(217 119 6 / 1)}.focus\:ring-yellow-700\/0:focus{--tw-ring-color: rgb(180 83 9 / 0)}.focus\:ring-yellow-700\/5:focus{--tw-ring-color: rgb(180 83 9 / .05)}.focus\:ring-yellow-700\/10:focus{--tw-ring-color: rgb(180 83 9 / .1)}.focus\:ring-yellow-700\/20:focus{--tw-ring-color: rgb(180 83 9 / .2)}.focus\:ring-yellow-700\/25:focus{--tw-ring-color: rgb(180 83 9 / .25)}.focus\:ring-yellow-700\/30:focus{--tw-ring-color: rgb(180 83 9 / .3)}.focus\:ring-yellow-700\/40:focus{--tw-ring-color: rgb(180 83 9 / .4)}.focus\:ring-yellow-700\/50:focus{--tw-ring-color: rgb(180 83 9 / .5)}.focus\:ring-yellow-700\/60:focus{--tw-ring-color: rgb(180 83 9 / .6)}.focus\:ring-yellow-700\/70:focus{--tw-ring-color: rgb(180 83 9 / .7)}.focus\:ring-yellow-700\/75:focus{--tw-ring-color: rgb(180 83 9 / .75)}.focus\:ring-yellow-700\/80:focus{--tw-ring-color: rgb(180 83 9 / .8)}.focus\:ring-yellow-700\/90:focus{--tw-ring-color: rgb(180 83 9 / .9)}.focus\:ring-yellow-700\/95:focus{--tw-ring-color: rgb(180 83 9 / .95)}.focus\:ring-yellow-700\/100:focus{--tw-ring-color: rgb(180 83 9 / 1)}.focus\:ring-yellow-800\/0:focus{--tw-ring-color: rgb(146 64 14 / 0)}.focus\:ring-yellow-800\/5:focus{--tw-ring-color: rgb(146 64 14 / .05)}.focus\:ring-yellow-800\/10:focus{--tw-ring-color: rgb(146 64 14 / .1)}.focus\:ring-yellow-800\/20:focus{--tw-ring-color: rgb(146 64 14 / .2)}.focus\:ring-yellow-800\/25:focus{--tw-ring-color: rgb(146 64 14 / .25)}.focus\:ring-yellow-800\/30:focus{--tw-ring-color: rgb(146 64 14 / .3)}.focus\:ring-yellow-800\/40:focus{--tw-ring-color: rgb(146 64 14 / .4)}.focus\:ring-yellow-800\/50:focus{--tw-ring-color: rgb(146 64 14 / .5)}.focus\:ring-yellow-800\/60:focus{--tw-ring-color: rgb(146 64 14 / .6)}.focus\:ring-yellow-800\/70:focus{--tw-ring-color: rgb(146 64 14 / .7)}.focus\:ring-yellow-800\/75:focus{--tw-ring-color: rgb(146 64 14 / .75)}.focus\:ring-yellow-800\/80:focus{--tw-ring-color: rgb(146 64 14 / .8)}.focus\:ring-yellow-800\/90:focus{--tw-ring-color: rgb(146 64 14 / .9)}.focus\:ring-yellow-800\/95:focus{--tw-ring-color: rgb(146 64 14 / .95)}.focus\:ring-yellow-800\/100:focus{--tw-ring-color: rgb(146 64 14 / 1)}.focus\:ring-yellow-900\/0:focus{--tw-ring-color: rgb(120 53 15 / 0)}.focus\:ring-yellow-900\/5:focus{--tw-ring-color: rgb(120 53 15 / .05)}.focus\:ring-yellow-900\/10:focus{--tw-ring-color: rgb(120 53 15 / .1)}.focus\:ring-yellow-900\/20:focus{--tw-ring-color: rgb(120 53 15 / .2)}.focus\:ring-yellow-900\/25:focus{--tw-ring-color: rgb(120 53 15 / .25)}.focus\:ring-yellow-900\/30:focus{--tw-ring-color: rgb(120 53 15 / .3)}.focus\:ring-yellow-900\/40:focus{--tw-ring-color: rgb(120 53 15 / .4)}.focus\:ring-yellow-900\/50:focus{--tw-ring-color: rgb(120 53 15 / .5)}.focus\:ring-yellow-900\/60:focus{--tw-ring-color: rgb(120 53 15 / .6)}.focus\:ring-yellow-900\/70:focus{--tw-ring-color: rgb(120 53 15 / .7)}.focus\:ring-yellow-900\/75:focus{--tw-ring-color: rgb(120 53 15 / .75)}.focus\:ring-yellow-900\/80:focus{--tw-ring-color: rgb(120 53 15 / .8)}.focus\:ring-yellow-900\/90:focus{--tw-ring-color: rgb(120 53 15 / .9)}.focus\:ring-yellow-900\/95:focus{--tw-ring-color: rgb(120 53 15 / .95)}.focus\:ring-yellow-900\/100:focus{--tw-ring-color: rgb(120 53 15 / 1)}.focus\:ring-green-50\/0:focus{--tw-ring-color: rgb(240 253 244 / 0)}.focus\:ring-green-50\/5:focus{--tw-ring-color: rgb(240 253 244 / .05)}.focus\:ring-green-50\/10:focus{--tw-ring-color: rgb(240 253 244 / .1)}.focus\:ring-green-50\/20:focus{--tw-ring-color: rgb(240 253 244 / .2)}.focus\:ring-green-50\/25:focus{--tw-ring-color: rgb(240 253 244 / .25)}.focus\:ring-green-50\/30:focus{--tw-ring-color: rgb(240 253 244 / .3)}.focus\:ring-green-50\/40:focus{--tw-ring-color: rgb(240 253 244 / .4)}.focus\:ring-green-50\/50:focus{--tw-ring-color: rgb(240 253 244 / .5)}.focus\:ring-green-50\/60:focus{--tw-ring-color: rgb(240 253 244 / .6)}.focus\:ring-green-50\/70:focus{--tw-ring-color: rgb(240 253 244 / .7)}.focus\:ring-green-50\/75:focus{--tw-ring-color: rgb(240 253 244 / .75)}.focus\:ring-green-50\/80:focus{--tw-ring-color: rgb(240 253 244 / .8)}.focus\:ring-green-50\/90:focus{--tw-ring-color: rgb(240 253 244 / .9)}.focus\:ring-green-50\/95:focus{--tw-ring-color: rgb(240 253 244 / .95)}.focus\:ring-green-50\/100:focus{--tw-ring-color: rgb(240 253 244 / 1)}.focus\:ring-green-100\/0:focus{--tw-ring-color: rgb(242 250 246 / 0)}.focus\:ring-green-100\/5:focus{--tw-ring-color: rgb(242 250 246 / .05)}.focus\:ring-green-100\/10:focus{--tw-ring-color: rgb(242 250 246 / .1)}.focus\:ring-green-100\/20:focus{--tw-ring-color: rgb(242 250 246 / .2)}.focus\:ring-green-100\/25:focus{--tw-ring-color: rgb(242 250 246 / .25)}.focus\:ring-green-100\/30:focus{--tw-ring-color: rgb(242 250 246 / .3)}.focus\:ring-green-100\/40:focus{--tw-ring-color: rgb(242 250 246 / .4)}.focus\:ring-green-100\/50:focus{--tw-ring-color: rgb(242 250 246 / .5)}.focus\:ring-green-100\/60:focus{--tw-ring-color: rgb(242 250 246 / .6)}.focus\:ring-green-100\/70:focus{--tw-ring-color: rgb(242 250 246 / .7)}.focus\:ring-green-100\/75:focus{--tw-ring-color: rgb(242 250 246 / .75)}.focus\:ring-green-100\/80:focus{--tw-ring-color: rgb(242 250 246 / .8)}.focus\:ring-green-100\/90:focus{--tw-ring-color: rgb(242 250 246 / .9)}.focus\:ring-green-100\/95:focus{--tw-ring-color: rgb(242 250 246 / .95)}.focus\:ring-green-100\/100:focus{--tw-ring-color: rgb(242 250 246 / 1)}.focus\:ring-green-200\/0:focus{--tw-ring-color: rgb(229 246 238 / 0)}.focus\:ring-green-200\/5:focus{--tw-ring-color: rgb(229 246 238 / .05)}.focus\:ring-green-200\/10:focus{--tw-ring-color: rgb(229 246 238 / .1)}.focus\:ring-green-200\/20:focus{--tw-ring-color: rgb(229 246 238 / .2)}.focus\:ring-green-200\/25:focus{--tw-ring-color: rgb(229 246 238 / .25)}.focus\:ring-green-200\/30:focus{--tw-ring-color: rgb(229 246 238 / .3)}.focus\:ring-green-200\/40:focus{--tw-ring-color: rgb(229 246 238 / .4)}.focus\:ring-green-200\/50:focus{--tw-ring-color: rgb(229 246 238 / .5)}.focus\:ring-green-200\/60:focus{--tw-ring-color: rgb(229 246 238 / .6)}.focus\:ring-green-200\/70:focus{--tw-ring-color: rgb(229 246 238 / .7)}.focus\:ring-green-200\/75:focus{--tw-ring-color: rgb(229 246 238 / .75)}.focus\:ring-green-200\/80:focus{--tw-ring-color: rgb(229 246 238 / .8)}.focus\:ring-green-200\/90:focus{--tw-ring-color: rgb(229 246 238 / .9)}.focus\:ring-green-200\/95:focus{--tw-ring-color: rgb(229 246 238 / .95)}.focus\:ring-green-200\/100:focus{--tw-ring-color: rgb(229 246 238 / 1)}.focus\:ring-green-300\/0:focus{--tw-ring-color: rgb(200 238 219 / 0)}.focus\:ring-green-300\/5:focus{--tw-ring-color: rgb(200 238 219 / .05)}.focus\:ring-green-300\/10:focus{--tw-ring-color: rgb(200 238 219 / .1)}.focus\:ring-green-300\/20:focus{--tw-ring-color: rgb(200 238 219 / .2)}.focus\:ring-green-300\/25:focus{--tw-ring-color: rgb(200 238 219 / .25)}.focus\:ring-green-300\/30:focus{--tw-ring-color: rgb(200 238 219 / .3)}.focus\:ring-green-300\/40:focus{--tw-ring-color: rgb(200 238 219 / .4)}.focus\:ring-green-300\/50:focus{--tw-ring-color: rgb(200 238 219 / .5)}.focus\:ring-green-300\/60:focus{--tw-ring-color: rgb(200 238 219 / .6)}.focus\:ring-green-300\/70:focus{--tw-ring-color: rgb(200 238 219 / .7)}.focus\:ring-green-300\/75:focus{--tw-ring-color: rgb(200 238 219 / .75)}.focus\:ring-green-300\/80:focus{--tw-ring-color: rgb(200 238 219 / .8)}.focus\:ring-green-300\/90:focus{--tw-ring-color: rgb(200 238 219 / .9)}.focus\:ring-green-300\/95:focus{--tw-ring-color: rgb(200 238 219 / .95)}.focus\:ring-green-300\/100:focus{--tw-ring-color: rgb(200 238 219 / 1)}.focus\:ring-green-400\/0:focus{--tw-ring-color: rgb(166 229 200 / 0)}.focus\:ring-green-400\/5:focus{--tw-ring-color: rgb(166 229 200 / .05)}.focus\:ring-green-400\/10:focus{--tw-ring-color: rgb(166 229 200 / .1)}.focus\:ring-green-400\/20:focus{--tw-ring-color: rgb(166 229 200 / .2)}.focus\:ring-green-400\/25:focus{--tw-ring-color: rgb(166 229 200 / .25)}.focus\:ring-green-400\/30:focus{--tw-ring-color: rgb(166 229 200 / .3)}.focus\:ring-green-400\/40:focus{--tw-ring-color: rgb(166 229 200 / .4)}.focus\:ring-green-400\/50:focus{--tw-ring-color: rgb(166 229 200 / .5)}.focus\:ring-green-400\/60:focus{--tw-ring-color: rgb(166 229 200 / .6)}.focus\:ring-green-400\/70:focus{--tw-ring-color: rgb(166 229 200 / .7)}.focus\:ring-green-400\/75:focus{--tw-ring-color: rgb(166 229 200 / .75)}.focus\:ring-green-400\/80:focus{--tw-ring-color: rgb(166 229 200 / .8)}.focus\:ring-green-400\/90:focus{--tw-ring-color: rgb(166 229 200 / .9)}.focus\:ring-green-400\/95:focus{--tw-ring-color: rgb(166 229 200 / .95)}.focus\:ring-green-400\/100:focus{--tw-ring-color: rgb(166 229 200 / 1)}.focus\:ring-green-500\/0:focus{--tw-ring-color: rgb(123 220 178 / 0)}.focus\:ring-green-500\/5:focus{--tw-ring-color: rgb(123 220 178 / .05)}.focus\:ring-green-500\/10:focus{--tw-ring-color: rgb(123 220 178 / .1)}.focus\:ring-green-500\/20:focus{--tw-ring-color: rgb(123 220 178 / .2)}.focus\:ring-green-500\/25:focus{--tw-ring-color: rgb(123 220 178 / .25)}.focus\:ring-green-500\/30:focus{--tw-ring-color: rgb(123 220 178 / .3)}.focus\:ring-green-500\/40:focus{--tw-ring-color: rgb(123 220 178 / .4)}.focus\:ring-green-500\/50:focus{--tw-ring-color: rgb(123 220 178 / .5)}.focus\:ring-green-500\/60:focus{--tw-ring-color: rgb(123 220 178 / .6)}.focus\:ring-green-500\/70:focus{--tw-ring-color: rgb(123 220 178 / .7)}.focus\:ring-green-500\/75:focus{--tw-ring-color: rgb(123 220 178 / .75)}.focus\:ring-green-500\/80:focus{--tw-ring-color: rgb(123 220 178 / .8)}.focus\:ring-green-500\/90:focus{--tw-ring-color: rgb(123 220 178 / .9)}.focus\:ring-green-500\/95:focus{--tw-ring-color: rgb(123 220 178 / .95)}.focus\:ring-green-500\/100:focus{--tw-ring-color: rgb(123 220 178 / 1)}.focus\:ring-green-600\/0:focus{--tw-ring-color: rgb(52 211 153 / 0)}.focus\:ring-green-600\/5:focus{--tw-ring-color: rgb(52 211 153 / .05)}.focus\:ring-green-600\/10:focus{--tw-ring-color: rgb(52 211 153 / .1)}.focus\:ring-green-600\/20:focus{--tw-ring-color: rgb(52 211 153 / .2)}.focus\:ring-green-600\/25:focus{--tw-ring-color: rgb(52 211 153 / .25)}.focus\:ring-green-600\/30:focus{--tw-ring-color: rgb(52 211 153 / .3)}.focus\:ring-green-600\/40:focus{--tw-ring-color: rgb(52 211 153 / .4)}.focus\:ring-green-600\/50:focus{--tw-ring-color: rgb(52 211 153 / .5)}.focus\:ring-green-600\/60:focus{--tw-ring-color: rgb(52 211 153 / .6)}.focus\:ring-green-600\/70:focus{--tw-ring-color: rgb(52 211 153 / .7)}.focus\:ring-green-600\/75:focus{--tw-ring-color: rgb(52 211 153 / .75)}.focus\:ring-green-600\/80:focus{--tw-ring-color: rgb(52 211 153 / .8)}.focus\:ring-green-600\/90:focus{--tw-ring-color: rgb(52 211 153 / .9)}.focus\:ring-green-600\/95:focus{--tw-ring-color: rgb(52 211 153 / .95)}.focus\:ring-green-600\/100:focus{--tw-ring-color: rgb(52 211 153 / 1)}.focus\:ring-green-700\/0:focus{--tw-ring-color: rgb(46 188 136 / 0)}.focus\:ring-green-700\/5:focus{--tw-ring-color: rgb(46 188 136 / .05)}.focus\:ring-green-700\/10:focus{--tw-ring-color: rgb(46 188 136 / .1)}.focus\:ring-green-700\/20:focus{--tw-ring-color: rgb(46 188 136 / .2)}.focus\:ring-green-700\/25:focus{--tw-ring-color: rgb(46 188 136 / .25)}.focus\:ring-green-700\/30:focus{--tw-ring-color: rgb(46 188 136 / .3)}.focus\:ring-green-700\/40:focus{--tw-ring-color: rgb(46 188 136 / .4)}.focus\:ring-green-700\/50:focus{--tw-ring-color: rgb(46 188 136 / .5)}.focus\:ring-green-700\/60:focus{--tw-ring-color: rgb(46 188 136 / .6)}.focus\:ring-green-700\/70:focus{--tw-ring-color: rgb(46 188 136 / .7)}.focus\:ring-green-700\/75:focus{--tw-ring-color: rgb(46 188 136 / .75)}.focus\:ring-green-700\/80:focus{--tw-ring-color: rgb(46 188 136 / .8)}.focus\:ring-green-700\/90:focus{--tw-ring-color: rgb(46 188 136 / .9)}.focus\:ring-green-700\/95:focus{--tw-ring-color: rgb(46 188 136 / .95)}.focus\:ring-green-700\/100:focus{--tw-ring-color: rgb(46 188 136 / 1)}.focus\:ring-green-800\/0:focus{--tw-ring-color: rgb(40 163 118 / 0)}.focus\:ring-green-800\/5:focus{--tw-ring-color: rgb(40 163 118 / .05)}.focus\:ring-green-800\/10:focus{--tw-ring-color: rgb(40 163 118 / .1)}.focus\:ring-green-800\/20:focus{--tw-ring-color: rgb(40 163 118 / .2)}.focus\:ring-green-800\/25:focus{--tw-ring-color: rgb(40 163 118 / .25)}.focus\:ring-green-800\/30:focus{--tw-ring-color: rgb(40 163 118 / .3)}.focus\:ring-green-800\/40:focus{--tw-ring-color: rgb(40 163 118 / .4)}.focus\:ring-green-800\/50:focus{--tw-ring-color: rgb(40 163 118 / .5)}.focus\:ring-green-800\/60:focus{--tw-ring-color: rgb(40 163 118 / .6)}.focus\:ring-green-800\/70:focus{--tw-ring-color: rgb(40 163 118 / .7)}.focus\:ring-green-800\/75:focus{--tw-ring-color: rgb(40 163 118 / .75)}.focus\:ring-green-800\/80:focus{--tw-ring-color: rgb(40 163 118 / .8)}.focus\:ring-green-800\/90:focus{--tw-ring-color: rgb(40 163 118 / .9)}.focus\:ring-green-800\/95:focus{--tw-ring-color: rgb(40 163 118 / .95)}.focus\:ring-green-800\/100:focus{--tw-ring-color: rgb(40 163 118 / 1)}.focus\:ring-green-900\/0:focus{--tw-ring-color: rgb(32 133 96 / 0)}.focus\:ring-green-900\/5:focus{--tw-ring-color: rgb(32 133 96 / .05)}.focus\:ring-green-900\/10:focus{--tw-ring-color: rgb(32 133 96 / .1)}.focus\:ring-green-900\/20:focus{--tw-ring-color: rgb(32 133 96 / .2)}.focus\:ring-green-900\/25:focus{--tw-ring-color: rgb(32 133 96 / .25)}.focus\:ring-green-900\/30:focus{--tw-ring-color: rgb(32 133 96 / .3)}.focus\:ring-green-900\/40:focus{--tw-ring-color: rgb(32 133 96 / .4)}.focus\:ring-green-900\/50:focus{--tw-ring-color: rgb(32 133 96 / .5)}.focus\:ring-green-900\/60:focus{--tw-ring-color: rgb(32 133 96 / .6)}.focus\:ring-green-900\/70:focus{--tw-ring-color: rgb(32 133 96 / .7)}.focus\:ring-green-900\/75:focus{--tw-ring-color: rgb(32 133 96 / .75)}.focus\:ring-green-900\/80:focus{--tw-ring-color: rgb(32 133 96 / .8)}.focus\:ring-green-900\/90:focus{--tw-ring-color: rgb(32 133 96 / .9)}.focus\:ring-green-900\/95:focus{--tw-ring-color: rgb(32 133 96 / .95)}.focus\:ring-green-900\/100:focus{--tw-ring-color: rgb(32 133 96 / 1)}.focus\:ring-emerald-50\/0:focus{--tw-ring-color: rgb(236 253 245 / 0)}.focus\:ring-emerald-50\/5:focus{--tw-ring-color: rgb(236 253 245 / .05)}.focus\:ring-emerald-50\/10:focus{--tw-ring-color: rgb(236 253 245 / .1)}.focus\:ring-emerald-50\/20:focus{--tw-ring-color: rgb(236 253 245 / .2)}.focus\:ring-emerald-50\/25:focus{--tw-ring-color: rgb(236 253 245 / .25)}.focus\:ring-emerald-50\/30:focus{--tw-ring-color: rgb(236 253 245 / .3)}.focus\:ring-emerald-50\/40:focus{--tw-ring-color: rgb(236 253 245 / .4)}.focus\:ring-emerald-50\/50:focus{--tw-ring-color: rgb(236 253 245 / .5)}.focus\:ring-emerald-50\/60:focus{--tw-ring-color: rgb(236 253 245 / .6)}.focus\:ring-emerald-50\/70:focus{--tw-ring-color: rgb(236 253 245 / .7)}.focus\:ring-emerald-50\/75:focus{--tw-ring-color: rgb(236 253 245 / .75)}.focus\:ring-emerald-50\/80:focus{--tw-ring-color: rgb(236 253 245 / .8)}.focus\:ring-emerald-50\/90:focus{--tw-ring-color: rgb(236 253 245 / .9)}.focus\:ring-emerald-50\/95:focus{--tw-ring-color: rgb(236 253 245 / .95)}.focus\:ring-emerald-50\/100:focus{--tw-ring-color: rgb(236 253 245 / 1)}.focus\:ring-emerald-100\/0:focus{--tw-ring-color: rgb(209 250 229 / 0)}.focus\:ring-emerald-100\/5:focus{--tw-ring-color: rgb(209 250 229 / .05)}.focus\:ring-emerald-100\/10:focus{--tw-ring-color: rgb(209 250 229 / .1)}.focus\:ring-emerald-100\/20:focus{--tw-ring-color: rgb(209 250 229 / .2)}.focus\:ring-emerald-100\/25:focus{--tw-ring-color: rgb(209 250 229 / .25)}.focus\:ring-emerald-100\/30:focus{--tw-ring-color: rgb(209 250 229 / .3)}.focus\:ring-emerald-100\/40:focus{--tw-ring-color: rgb(209 250 229 / .4)}.focus\:ring-emerald-100\/50:focus{--tw-ring-color: rgb(209 250 229 / .5)}.focus\:ring-emerald-100\/60:focus{--tw-ring-color: rgb(209 250 229 / .6)}.focus\:ring-emerald-100\/70:focus{--tw-ring-color: rgb(209 250 229 / .7)}.focus\:ring-emerald-100\/75:focus{--tw-ring-color: rgb(209 250 229 / .75)}.focus\:ring-emerald-100\/80:focus{--tw-ring-color: rgb(209 250 229 / .8)}.focus\:ring-emerald-100\/90:focus{--tw-ring-color: rgb(209 250 229 / .9)}.focus\:ring-emerald-100\/95:focus{--tw-ring-color: rgb(209 250 229 / .95)}.focus\:ring-emerald-100\/100:focus{--tw-ring-color: rgb(209 250 229 / 1)}.focus\:ring-emerald-200\/0:focus{--tw-ring-color: rgb(167 243 208 / 0)}.focus\:ring-emerald-200\/5:focus{--tw-ring-color: rgb(167 243 208 / .05)}.focus\:ring-emerald-200\/10:focus{--tw-ring-color: rgb(167 243 208 / .1)}.focus\:ring-emerald-200\/20:focus{--tw-ring-color: rgb(167 243 208 / .2)}.focus\:ring-emerald-200\/25:focus{--tw-ring-color: rgb(167 243 208 / .25)}.focus\:ring-emerald-200\/30:focus{--tw-ring-color: rgb(167 243 208 / .3)}.focus\:ring-emerald-200\/40:focus{--tw-ring-color: rgb(167 243 208 / .4)}.focus\:ring-emerald-200\/50:focus{--tw-ring-color: rgb(167 243 208 / .5)}.focus\:ring-emerald-200\/60:focus{--tw-ring-color: rgb(167 243 208 / .6)}.focus\:ring-emerald-200\/70:focus{--tw-ring-color: rgb(167 243 208 / .7)}.focus\:ring-emerald-200\/75:focus{--tw-ring-color: rgb(167 243 208 / .75)}.focus\:ring-emerald-200\/80:focus{--tw-ring-color: rgb(167 243 208 / .8)}.focus\:ring-emerald-200\/90:focus{--tw-ring-color: rgb(167 243 208 / .9)}.focus\:ring-emerald-200\/95:focus{--tw-ring-color: rgb(167 243 208 / .95)}.focus\:ring-emerald-200\/100:focus{--tw-ring-color: rgb(167 243 208 / 1)}.focus\:ring-emerald-300\/0:focus{--tw-ring-color: rgb(110 231 183 / 0)}.focus\:ring-emerald-300\/5:focus{--tw-ring-color: rgb(110 231 183 / .05)}.focus\:ring-emerald-300\/10:focus{--tw-ring-color: rgb(110 231 183 / .1)}.focus\:ring-emerald-300\/20:focus{--tw-ring-color: rgb(110 231 183 / .2)}.focus\:ring-emerald-300\/25:focus{--tw-ring-color: rgb(110 231 183 / .25)}.focus\:ring-emerald-300\/30:focus{--tw-ring-color: rgb(110 231 183 / .3)}.focus\:ring-emerald-300\/40:focus{--tw-ring-color: rgb(110 231 183 / .4)}.focus\:ring-emerald-300\/50:focus{--tw-ring-color: rgb(110 231 183 / .5)}.focus\:ring-emerald-300\/60:focus{--tw-ring-color: rgb(110 231 183 / .6)}.focus\:ring-emerald-300\/70:focus{--tw-ring-color: rgb(110 231 183 / .7)}.focus\:ring-emerald-300\/75:focus{--tw-ring-color: rgb(110 231 183 / .75)}.focus\:ring-emerald-300\/80:focus{--tw-ring-color: rgb(110 231 183 / .8)}.focus\:ring-emerald-300\/90:focus{--tw-ring-color: rgb(110 231 183 / .9)}.focus\:ring-emerald-300\/95:focus{--tw-ring-color: rgb(110 231 183 / .95)}.focus\:ring-emerald-300\/100:focus{--tw-ring-color: rgb(110 231 183 / 1)}.focus\:ring-emerald-400\/0:focus{--tw-ring-color: rgb(52 211 153 / 0)}.focus\:ring-emerald-400\/5:focus{--tw-ring-color: rgb(52 211 153 / .05)}.focus\:ring-emerald-400\/10:focus{--tw-ring-color: rgb(52 211 153 / .1)}.focus\:ring-emerald-400\/20:focus{--tw-ring-color: rgb(52 211 153 / .2)}.focus\:ring-emerald-400\/25:focus{--tw-ring-color: rgb(52 211 153 / .25)}.focus\:ring-emerald-400\/30:focus{--tw-ring-color: rgb(52 211 153 / .3)}.focus\:ring-emerald-400\/40:focus{--tw-ring-color: rgb(52 211 153 / .4)}.focus\:ring-emerald-400\/50:focus{--tw-ring-color: rgb(52 211 153 / .5)}.focus\:ring-emerald-400\/60:focus{--tw-ring-color: rgb(52 211 153 / .6)}.focus\:ring-emerald-400\/70:focus{--tw-ring-color: rgb(52 211 153 / .7)}.focus\:ring-emerald-400\/75:focus{--tw-ring-color: rgb(52 211 153 / .75)}.focus\:ring-emerald-400\/80:focus{--tw-ring-color: rgb(52 211 153 / .8)}.focus\:ring-emerald-400\/90:focus{--tw-ring-color: rgb(52 211 153 / .9)}.focus\:ring-emerald-400\/95:focus{--tw-ring-color: rgb(52 211 153 / .95)}.focus\:ring-emerald-400\/100:focus{--tw-ring-color: rgb(52 211 153 / 1)}.focus\:ring-emerald-500\/0:focus{--tw-ring-color: rgb(16 185 129 / 0)}.focus\:ring-emerald-500\/5:focus{--tw-ring-color: rgb(16 185 129 / .05)}.focus\:ring-emerald-500\/10:focus{--tw-ring-color: rgb(16 185 129 / .1)}.focus\:ring-emerald-500\/20:focus{--tw-ring-color: rgb(16 185 129 / .2)}.focus\:ring-emerald-500\/25:focus{--tw-ring-color: rgb(16 185 129 / .25)}.focus\:ring-emerald-500\/30:focus{--tw-ring-color: rgb(16 185 129 / .3)}.focus\:ring-emerald-500\/40:focus{--tw-ring-color: rgb(16 185 129 / .4)}.focus\:ring-emerald-500\/50:focus{--tw-ring-color: rgb(16 185 129 / .5)}.focus\:ring-emerald-500\/60:focus{--tw-ring-color: rgb(16 185 129 / .6)}.focus\:ring-emerald-500\/70:focus{--tw-ring-color: rgb(16 185 129 / .7)}.focus\:ring-emerald-500\/75:focus{--tw-ring-color: rgb(16 185 129 / .75)}.focus\:ring-emerald-500\/80:focus{--tw-ring-color: rgb(16 185 129 / .8)}.focus\:ring-emerald-500\/90:focus{--tw-ring-color: rgb(16 185 129 / .9)}.focus\:ring-emerald-500\/95:focus{--tw-ring-color: rgb(16 185 129 / .95)}.focus\:ring-emerald-500\/100:focus{--tw-ring-color: rgb(16 185 129 / 1)}.focus\:ring-emerald-600\/0:focus{--tw-ring-color: rgb(5 150 105 / 0)}.focus\:ring-emerald-600\/5:focus{--tw-ring-color: rgb(5 150 105 / .05)}.focus\:ring-emerald-600\/10:focus{--tw-ring-color: rgb(5 150 105 / .1)}.focus\:ring-emerald-600\/20:focus{--tw-ring-color: rgb(5 150 105 / .2)}.focus\:ring-emerald-600\/25:focus{--tw-ring-color: rgb(5 150 105 / .25)}.focus\:ring-emerald-600\/30:focus{--tw-ring-color: rgb(5 150 105 / .3)}.focus\:ring-emerald-600\/40:focus{--tw-ring-color: rgb(5 150 105 / .4)}.focus\:ring-emerald-600\/50:focus{--tw-ring-color: rgb(5 150 105 / .5)}.focus\:ring-emerald-600\/60:focus{--tw-ring-color: rgb(5 150 105 / .6)}.focus\:ring-emerald-600\/70:focus{--tw-ring-color: rgb(5 150 105 / .7)}.focus\:ring-emerald-600\/75:focus{--tw-ring-color: rgb(5 150 105 / .75)}.focus\:ring-emerald-600\/80:focus{--tw-ring-color: rgb(5 150 105 / .8)}.focus\:ring-emerald-600\/90:focus{--tw-ring-color: rgb(5 150 105 / .9)}.focus\:ring-emerald-600\/95:focus{--tw-ring-color: rgb(5 150 105 / .95)}.focus\:ring-emerald-600\/100:focus{--tw-ring-color: rgb(5 150 105 / 1)}.focus\:ring-emerald-700\/0:focus{--tw-ring-color: rgb(4 120 87 / 0)}.focus\:ring-emerald-700\/5:focus{--tw-ring-color: rgb(4 120 87 / .05)}.focus\:ring-emerald-700\/10:focus{--tw-ring-color: rgb(4 120 87 / .1)}.focus\:ring-emerald-700\/20:focus{--tw-ring-color: rgb(4 120 87 / .2)}.focus\:ring-emerald-700\/25:focus{--tw-ring-color: rgb(4 120 87 / .25)}.focus\:ring-emerald-700\/30:focus{--tw-ring-color: rgb(4 120 87 / .3)}.focus\:ring-emerald-700\/40:focus{--tw-ring-color: rgb(4 120 87 / .4)}.focus\:ring-emerald-700\/50:focus{--tw-ring-color: rgb(4 120 87 / .5)}.focus\:ring-emerald-700\/60:focus{--tw-ring-color: rgb(4 120 87 / .6)}.focus\:ring-emerald-700\/70:focus{--tw-ring-color: rgb(4 120 87 / .7)}.focus\:ring-emerald-700\/75:focus{--tw-ring-color: rgb(4 120 87 / .75)}.focus\:ring-emerald-700\/80:focus{--tw-ring-color: rgb(4 120 87 / .8)}.focus\:ring-emerald-700\/90:focus{--tw-ring-color: rgb(4 120 87 / .9)}.focus\:ring-emerald-700\/95:focus{--tw-ring-color: rgb(4 120 87 / .95)}.focus\:ring-emerald-700\/100:focus{--tw-ring-color: rgb(4 120 87 / 1)}.focus\:ring-emerald-800\/0:focus{--tw-ring-color: rgb(6 95 70 / 0)}.focus\:ring-emerald-800\/5:focus{--tw-ring-color: rgb(6 95 70 / .05)}.focus\:ring-emerald-800\/10:focus{--tw-ring-color: rgb(6 95 70 / .1)}.focus\:ring-emerald-800\/20:focus{--tw-ring-color: rgb(6 95 70 / .2)}.focus\:ring-emerald-800\/25:focus{--tw-ring-color: rgb(6 95 70 / .25)}.focus\:ring-emerald-800\/30:focus{--tw-ring-color: rgb(6 95 70 / .3)}.focus\:ring-emerald-800\/40:focus{--tw-ring-color: rgb(6 95 70 / .4)}.focus\:ring-emerald-800\/50:focus{--tw-ring-color: rgb(6 95 70 / .5)}.focus\:ring-emerald-800\/60:focus{--tw-ring-color: rgb(6 95 70 / .6)}.focus\:ring-emerald-800\/70:focus{--tw-ring-color: rgb(6 95 70 / .7)}.focus\:ring-emerald-800\/75:focus{--tw-ring-color: rgb(6 95 70 / .75)}.focus\:ring-emerald-800\/80:focus{--tw-ring-color: rgb(6 95 70 / .8)}.focus\:ring-emerald-800\/90:focus{--tw-ring-color: rgb(6 95 70 / .9)}.focus\:ring-emerald-800\/95:focus{--tw-ring-color: rgb(6 95 70 / .95)}.focus\:ring-emerald-800\/100:focus{--tw-ring-color: rgb(6 95 70 / 1)}.focus\:ring-emerald-900\/0:focus{--tw-ring-color: rgb(6 78 59 / 0)}.focus\:ring-emerald-900\/5:focus{--tw-ring-color: rgb(6 78 59 / .05)}.focus\:ring-emerald-900\/10:focus{--tw-ring-color: rgb(6 78 59 / .1)}.focus\:ring-emerald-900\/20:focus{--tw-ring-color: rgb(6 78 59 / .2)}.focus\:ring-emerald-900\/25:focus{--tw-ring-color: rgb(6 78 59 / .25)}.focus\:ring-emerald-900\/30:focus{--tw-ring-color: rgb(6 78 59 / .3)}.focus\:ring-emerald-900\/40:focus{--tw-ring-color: rgb(6 78 59 / .4)}.focus\:ring-emerald-900\/50:focus{--tw-ring-color: rgb(6 78 59 / .5)}.focus\:ring-emerald-900\/60:focus{--tw-ring-color: rgb(6 78 59 / .6)}.focus\:ring-emerald-900\/70:focus{--tw-ring-color: rgb(6 78 59 / .7)}.focus\:ring-emerald-900\/75:focus{--tw-ring-color: rgb(6 78 59 / .75)}.focus\:ring-emerald-900\/80:focus{--tw-ring-color: rgb(6 78 59 / .8)}.focus\:ring-emerald-900\/90:focus{--tw-ring-color: rgb(6 78 59 / .9)}.focus\:ring-emerald-900\/95:focus{--tw-ring-color: rgb(6 78 59 / .95)}.focus\:ring-emerald-900\/100:focus{--tw-ring-color: rgb(6 78 59 / 1)}.focus\:ring-teal-50\/0:focus{--tw-ring-color: rgb(240 253 250 / 0)}.focus\:ring-teal-50\/5:focus{--tw-ring-color: rgb(240 253 250 / .05)}.focus\:ring-teal-50\/10:focus{--tw-ring-color: rgb(240 253 250 / .1)}.focus\:ring-teal-50\/20:focus{--tw-ring-color: rgb(240 253 250 / .2)}.focus\:ring-teal-50\/25:focus{--tw-ring-color: rgb(240 253 250 / .25)}.focus\:ring-teal-50\/30:focus{--tw-ring-color: rgb(240 253 250 / .3)}.focus\:ring-teal-50\/40:focus{--tw-ring-color: rgb(240 253 250 / .4)}.focus\:ring-teal-50\/50:focus{--tw-ring-color: rgb(240 253 250 / .5)}.focus\:ring-teal-50\/60:focus{--tw-ring-color: rgb(240 253 250 / .6)}.focus\:ring-teal-50\/70:focus{--tw-ring-color: rgb(240 253 250 / .7)}.focus\:ring-teal-50\/75:focus{--tw-ring-color: rgb(240 253 250 / .75)}.focus\:ring-teal-50\/80:focus{--tw-ring-color: rgb(240 253 250 / .8)}.focus\:ring-teal-50\/90:focus{--tw-ring-color: rgb(240 253 250 / .9)}.focus\:ring-teal-50\/95:focus{--tw-ring-color: rgb(240 253 250 / .95)}.focus\:ring-teal-50\/100:focus{--tw-ring-color: rgb(240 253 250 / 1)}.focus\:ring-teal-100\/0:focus{--tw-ring-color: rgb(204 251 241 / 0)}.focus\:ring-teal-100\/5:focus{--tw-ring-color: rgb(204 251 241 / .05)}.focus\:ring-teal-100\/10:focus{--tw-ring-color: rgb(204 251 241 / .1)}.focus\:ring-teal-100\/20:focus{--tw-ring-color: rgb(204 251 241 / .2)}.focus\:ring-teal-100\/25:focus{--tw-ring-color: rgb(204 251 241 / .25)}.focus\:ring-teal-100\/30:focus{--tw-ring-color: rgb(204 251 241 / .3)}.focus\:ring-teal-100\/40:focus{--tw-ring-color: rgb(204 251 241 / .4)}.focus\:ring-teal-100\/50:focus{--tw-ring-color: rgb(204 251 241 / .5)}.focus\:ring-teal-100\/60:focus{--tw-ring-color: rgb(204 251 241 / .6)}.focus\:ring-teal-100\/70:focus{--tw-ring-color: rgb(204 251 241 / .7)}.focus\:ring-teal-100\/75:focus{--tw-ring-color: rgb(204 251 241 / .75)}.focus\:ring-teal-100\/80:focus{--tw-ring-color: rgb(204 251 241 / .8)}.focus\:ring-teal-100\/90:focus{--tw-ring-color: rgb(204 251 241 / .9)}.focus\:ring-teal-100\/95:focus{--tw-ring-color: rgb(204 251 241 / .95)}.focus\:ring-teal-100\/100:focus{--tw-ring-color: rgb(204 251 241 / 1)}.focus\:ring-teal-200\/0:focus{--tw-ring-color: rgb(153 246 228 / 0)}.focus\:ring-teal-200\/5:focus{--tw-ring-color: rgb(153 246 228 / .05)}.focus\:ring-teal-200\/10:focus{--tw-ring-color: rgb(153 246 228 / .1)}.focus\:ring-teal-200\/20:focus{--tw-ring-color: rgb(153 246 228 / .2)}.focus\:ring-teal-200\/25:focus{--tw-ring-color: rgb(153 246 228 / .25)}.focus\:ring-teal-200\/30:focus{--tw-ring-color: rgb(153 246 228 / .3)}.focus\:ring-teal-200\/40:focus{--tw-ring-color: rgb(153 246 228 / .4)}.focus\:ring-teal-200\/50:focus{--tw-ring-color: rgb(153 246 228 / .5)}.focus\:ring-teal-200\/60:focus{--tw-ring-color: rgb(153 246 228 / .6)}.focus\:ring-teal-200\/70:focus{--tw-ring-color: rgb(153 246 228 / .7)}.focus\:ring-teal-200\/75:focus{--tw-ring-color: rgb(153 246 228 / .75)}.focus\:ring-teal-200\/80:focus{--tw-ring-color: rgb(153 246 228 / .8)}.focus\:ring-teal-200\/90:focus{--tw-ring-color: rgb(153 246 228 / .9)}.focus\:ring-teal-200\/95:focus{--tw-ring-color: rgb(153 246 228 / .95)}.focus\:ring-teal-200\/100:focus{--tw-ring-color: rgb(153 246 228 / 1)}.focus\:ring-teal-300\/0:focus{--tw-ring-color: rgb(94 234 212 / 0)}.focus\:ring-teal-300\/5:focus{--tw-ring-color: rgb(94 234 212 / .05)}.focus\:ring-teal-300\/10:focus{--tw-ring-color: rgb(94 234 212 / .1)}.focus\:ring-teal-300\/20:focus{--tw-ring-color: rgb(94 234 212 / .2)}.focus\:ring-teal-300\/25:focus{--tw-ring-color: rgb(94 234 212 / .25)}.focus\:ring-teal-300\/30:focus{--tw-ring-color: rgb(94 234 212 / .3)}.focus\:ring-teal-300\/40:focus{--tw-ring-color: rgb(94 234 212 / .4)}.focus\:ring-teal-300\/50:focus{--tw-ring-color: rgb(94 234 212 / .5)}.focus\:ring-teal-300\/60:focus{--tw-ring-color: rgb(94 234 212 / .6)}.focus\:ring-teal-300\/70:focus{--tw-ring-color: rgb(94 234 212 / .7)}.focus\:ring-teal-300\/75:focus{--tw-ring-color: rgb(94 234 212 / .75)}.focus\:ring-teal-300\/80:focus{--tw-ring-color: rgb(94 234 212 / .8)}.focus\:ring-teal-300\/90:focus{--tw-ring-color: rgb(94 234 212 / .9)}.focus\:ring-teal-300\/95:focus{--tw-ring-color: rgb(94 234 212 / .95)}.focus\:ring-teal-300\/100:focus{--tw-ring-color: rgb(94 234 212 / 1)}.focus\:ring-teal-400\/0:focus{--tw-ring-color: rgb(45 212 191 / 0)}.focus\:ring-teal-400\/5:focus{--tw-ring-color: rgb(45 212 191 / .05)}.focus\:ring-teal-400\/10:focus{--tw-ring-color: rgb(45 212 191 / .1)}.focus\:ring-teal-400\/20:focus{--tw-ring-color: rgb(45 212 191 / .2)}.focus\:ring-teal-400\/25:focus{--tw-ring-color: rgb(45 212 191 / .25)}.focus\:ring-teal-400\/30:focus{--tw-ring-color: rgb(45 212 191 / .3)}.focus\:ring-teal-400\/40:focus{--tw-ring-color: rgb(45 212 191 / .4)}.focus\:ring-teal-400\/50:focus{--tw-ring-color: rgb(45 212 191 / .5)}.focus\:ring-teal-400\/60:focus{--tw-ring-color: rgb(45 212 191 / .6)}.focus\:ring-teal-400\/70:focus{--tw-ring-color: rgb(45 212 191 / .7)}.focus\:ring-teal-400\/75:focus{--tw-ring-color: rgb(45 212 191 / .75)}.focus\:ring-teal-400\/80:focus{--tw-ring-color: rgb(45 212 191 / .8)}.focus\:ring-teal-400\/90:focus{--tw-ring-color: rgb(45 212 191 / .9)}.focus\:ring-teal-400\/95:focus{--tw-ring-color: rgb(45 212 191 / .95)}.focus\:ring-teal-400\/100:focus{--tw-ring-color: rgb(45 212 191 / 1)}.focus\:ring-teal-500\/0:focus{--tw-ring-color: rgb(20 184 166 / 0)}.focus\:ring-teal-500\/5:focus{--tw-ring-color: rgb(20 184 166 / .05)}.focus\:ring-teal-500\/10:focus{--tw-ring-color: rgb(20 184 166 / .1)}.focus\:ring-teal-500\/20:focus{--tw-ring-color: rgb(20 184 166 / .2)}.focus\:ring-teal-500\/25:focus{--tw-ring-color: rgb(20 184 166 / .25)}.focus\:ring-teal-500\/30:focus{--tw-ring-color: rgb(20 184 166 / .3)}.focus\:ring-teal-500\/40:focus{--tw-ring-color: rgb(20 184 166 / .4)}.focus\:ring-teal-500\/50:focus{--tw-ring-color: rgb(20 184 166 / .5)}.focus\:ring-teal-500\/60:focus{--tw-ring-color: rgb(20 184 166 / .6)}.focus\:ring-teal-500\/70:focus{--tw-ring-color: rgb(20 184 166 / .7)}.focus\:ring-teal-500\/75:focus{--tw-ring-color: rgb(20 184 166 / .75)}.focus\:ring-teal-500\/80:focus{--tw-ring-color: rgb(20 184 166 / .8)}.focus\:ring-teal-500\/90:focus{--tw-ring-color: rgb(20 184 166 / .9)}.focus\:ring-teal-500\/95:focus{--tw-ring-color: rgb(20 184 166 / .95)}.focus\:ring-teal-500\/100:focus{--tw-ring-color: rgb(20 184 166 / 1)}.focus\:ring-teal-600\/0:focus{--tw-ring-color: rgb(13 148 136 / 0)}.focus\:ring-teal-600\/5:focus{--tw-ring-color: rgb(13 148 136 / .05)}.focus\:ring-teal-600\/10:focus{--tw-ring-color: rgb(13 148 136 / .1)}.focus\:ring-teal-600\/20:focus{--tw-ring-color: rgb(13 148 136 / .2)}.focus\:ring-teal-600\/25:focus{--tw-ring-color: rgb(13 148 136 / .25)}.focus\:ring-teal-600\/30:focus{--tw-ring-color: rgb(13 148 136 / .3)}.focus\:ring-teal-600\/40:focus{--tw-ring-color: rgb(13 148 136 / .4)}.focus\:ring-teal-600\/50:focus{--tw-ring-color: rgb(13 148 136 / .5)}.focus\:ring-teal-600\/60:focus{--tw-ring-color: rgb(13 148 136 / .6)}.focus\:ring-teal-600\/70:focus{--tw-ring-color: rgb(13 148 136 / .7)}.focus\:ring-teal-600\/75:focus{--tw-ring-color: rgb(13 148 136 / .75)}.focus\:ring-teal-600\/80:focus{--tw-ring-color: rgb(13 148 136 / .8)}.focus\:ring-teal-600\/90:focus{--tw-ring-color: rgb(13 148 136 / .9)}.focus\:ring-teal-600\/95:focus{--tw-ring-color: rgb(13 148 136 / .95)}.focus\:ring-teal-600\/100:focus{--tw-ring-color: rgb(13 148 136 / 1)}.focus\:ring-teal-700\/0:focus{--tw-ring-color: rgb(15 118 110 / 0)}.focus\:ring-teal-700\/5:focus{--tw-ring-color: rgb(15 118 110 / .05)}.focus\:ring-teal-700\/10:focus{--tw-ring-color: rgb(15 118 110 / .1)}.focus\:ring-teal-700\/20:focus{--tw-ring-color: rgb(15 118 110 / .2)}.focus\:ring-teal-700\/25:focus{--tw-ring-color: rgb(15 118 110 / .25)}.focus\:ring-teal-700\/30:focus{--tw-ring-color: rgb(15 118 110 / .3)}.focus\:ring-teal-700\/40:focus{--tw-ring-color: rgb(15 118 110 / .4)}.focus\:ring-teal-700\/50:focus{--tw-ring-color: rgb(15 118 110 / .5)}.focus\:ring-teal-700\/60:focus{--tw-ring-color: rgb(15 118 110 / .6)}.focus\:ring-teal-700\/70:focus{--tw-ring-color: rgb(15 118 110 / .7)}.focus\:ring-teal-700\/75:focus{--tw-ring-color: rgb(15 118 110 / .75)}.focus\:ring-teal-700\/80:focus{--tw-ring-color: rgb(15 118 110 / .8)}.focus\:ring-teal-700\/90:focus{--tw-ring-color: rgb(15 118 110 / .9)}.focus\:ring-teal-700\/95:focus{--tw-ring-color: rgb(15 118 110 / .95)}.focus\:ring-teal-700\/100:focus{--tw-ring-color: rgb(15 118 110 / 1)}.focus\:ring-teal-800\/0:focus{--tw-ring-color: rgb(17 94 89 / 0)}.focus\:ring-teal-800\/5:focus{--tw-ring-color: rgb(17 94 89 / .05)}.focus\:ring-teal-800\/10:focus{--tw-ring-color: rgb(17 94 89 / .1)}.focus\:ring-teal-800\/20:focus{--tw-ring-color: rgb(17 94 89 / .2)}.focus\:ring-teal-800\/25:focus{--tw-ring-color: rgb(17 94 89 / .25)}.focus\:ring-teal-800\/30:focus{--tw-ring-color: rgb(17 94 89 / .3)}.focus\:ring-teal-800\/40:focus{--tw-ring-color: rgb(17 94 89 / .4)}.focus\:ring-teal-800\/50:focus{--tw-ring-color: rgb(17 94 89 / .5)}.focus\:ring-teal-800\/60:focus{--tw-ring-color: rgb(17 94 89 / .6)}.focus\:ring-teal-800\/70:focus{--tw-ring-color: rgb(17 94 89 / .7)}.focus\:ring-teal-800\/75:focus{--tw-ring-color: rgb(17 94 89 / .75)}.focus\:ring-teal-800\/80:focus{--tw-ring-color: rgb(17 94 89 / .8)}.focus\:ring-teal-800\/90:focus{--tw-ring-color: rgb(17 94 89 / .9)}.focus\:ring-teal-800\/95:focus{--tw-ring-color: rgb(17 94 89 / .95)}.focus\:ring-teal-800\/100:focus{--tw-ring-color: rgb(17 94 89 / 1)}.focus\:ring-teal-900\/0:focus{--tw-ring-color: rgb(19 78 74 / 0)}.focus\:ring-teal-900\/5:focus{--tw-ring-color: rgb(19 78 74 / .05)}.focus\:ring-teal-900\/10:focus{--tw-ring-color: rgb(19 78 74 / .1)}.focus\:ring-teal-900\/20:focus{--tw-ring-color: rgb(19 78 74 / .2)}.focus\:ring-teal-900\/25:focus{--tw-ring-color: rgb(19 78 74 / .25)}.focus\:ring-teal-900\/30:focus{--tw-ring-color: rgb(19 78 74 / .3)}.focus\:ring-teal-900\/40:focus{--tw-ring-color: rgb(19 78 74 / .4)}.focus\:ring-teal-900\/50:focus{--tw-ring-color: rgb(19 78 74 / .5)}.focus\:ring-teal-900\/60:focus{--tw-ring-color: rgb(19 78 74 / .6)}.focus\:ring-teal-900\/70:focus{--tw-ring-color: rgb(19 78 74 / .7)}.focus\:ring-teal-900\/75:focus{--tw-ring-color: rgb(19 78 74 / .75)}.focus\:ring-teal-900\/80:focus{--tw-ring-color: rgb(19 78 74 / .8)}.focus\:ring-teal-900\/90:focus{--tw-ring-color: rgb(19 78 74 / .9)}.focus\:ring-teal-900\/95:focus{--tw-ring-color: rgb(19 78 74 / .95)}.focus\:ring-teal-900\/100:focus{--tw-ring-color: rgb(19 78 74 / 1)}.focus\:ring-sky-50\/0:focus{--tw-ring-color: rgb(240 249 255 / 0)}.focus\:ring-sky-50\/5:focus{--tw-ring-color: rgb(240 249 255 / .05)}.focus\:ring-sky-50\/10:focus{--tw-ring-color: rgb(240 249 255 / .1)}.focus\:ring-sky-50\/20:focus{--tw-ring-color: rgb(240 249 255 / .2)}.focus\:ring-sky-50\/25:focus{--tw-ring-color: rgb(240 249 255 / .25)}.focus\:ring-sky-50\/30:focus{--tw-ring-color: rgb(240 249 255 / .3)}.focus\:ring-sky-50\/40:focus{--tw-ring-color: rgb(240 249 255 / .4)}.focus\:ring-sky-50\/50:focus{--tw-ring-color: rgb(240 249 255 / .5)}.focus\:ring-sky-50\/60:focus{--tw-ring-color: rgb(240 249 255 / .6)}.focus\:ring-sky-50\/70:focus{--tw-ring-color: rgb(240 249 255 / .7)}.focus\:ring-sky-50\/75:focus{--tw-ring-color: rgb(240 249 255 / .75)}.focus\:ring-sky-50\/80:focus{--tw-ring-color: rgb(240 249 255 / .8)}.focus\:ring-sky-50\/90:focus{--tw-ring-color: rgb(240 249 255 / .9)}.focus\:ring-sky-50\/95:focus{--tw-ring-color: rgb(240 249 255 / .95)}.focus\:ring-sky-50\/100:focus{--tw-ring-color: rgb(240 249 255 / 1)}.focus\:ring-sky-100\/0:focus{--tw-ring-color: rgb(224 242 254 / 0)}.focus\:ring-sky-100\/5:focus{--tw-ring-color: rgb(224 242 254 / .05)}.focus\:ring-sky-100\/10:focus{--tw-ring-color: rgb(224 242 254 / .1)}.focus\:ring-sky-100\/20:focus{--tw-ring-color: rgb(224 242 254 / .2)}.focus\:ring-sky-100\/25:focus{--tw-ring-color: rgb(224 242 254 / .25)}.focus\:ring-sky-100\/30:focus{--tw-ring-color: rgb(224 242 254 / .3)}.focus\:ring-sky-100\/40:focus{--tw-ring-color: rgb(224 242 254 / .4)}.focus\:ring-sky-100\/50:focus{--tw-ring-color: rgb(224 242 254 / .5)}.focus\:ring-sky-100\/60:focus{--tw-ring-color: rgb(224 242 254 / .6)}.focus\:ring-sky-100\/70:focus{--tw-ring-color: rgb(224 242 254 / .7)}.focus\:ring-sky-100\/75:focus{--tw-ring-color: rgb(224 242 254 / .75)}.focus\:ring-sky-100\/80:focus{--tw-ring-color: rgb(224 242 254 / .8)}.focus\:ring-sky-100\/90:focus{--tw-ring-color: rgb(224 242 254 / .9)}.focus\:ring-sky-100\/95:focus{--tw-ring-color: rgb(224 242 254 / .95)}.focus\:ring-sky-100\/100:focus{--tw-ring-color: rgb(224 242 254 / 1)}.focus\:ring-sky-200\/0:focus{--tw-ring-color: rgb(186 230 253 / 0)}.focus\:ring-sky-200\/5:focus{--tw-ring-color: rgb(186 230 253 / .05)}.focus\:ring-sky-200\/10:focus{--tw-ring-color: rgb(186 230 253 / .1)}.focus\:ring-sky-200\/20:focus{--tw-ring-color: rgb(186 230 253 / .2)}.focus\:ring-sky-200\/25:focus{--tw-ring-color: rgb(186 230 253 / .25)}.focus\:ring-sky-200\/30:focus{--tw-ring-color: rgb(186 230 253 / .3)}.focus\:ring-sky-200\/40:focus{--tw-ring-color: rgb(186 230 253 / .4)}.focus\:ring-sky-200\/50:focus{--tw-ring-color: rgb(186 230 253 / .5)}.focus\:ring-sky-200\/60:focus{--tw-ring-color: rgb(186 230 253 / .6)}.focus\:ring-sky-200\/70:focus{--tw-ring-color: rgb(186 230 253 / .7)}.focus\:ring-sky-200\/75:focus{--tw-ring-color: rgb(186 230 253 / .75)}.focus\:ring-sky-200\/80:focus{--tw-ring-color: rgb(186 230 253 / .8)}.focus\:ring-sky-200\/90:focus{--tw-ring-color: rgb(186 230 253 / .9)}.focus\:ring-sky-200\/95:focus{--tw-ring-color: rgb(186 230 253 / .95)}.focus\:ring-sky-200\/100:focus{--tw-ring-color: rgb(186 230 253 / 1)}.focus\:ring-sky-300\/0:focus{--tw-ring-color: rgb(125 211 252 / 0)}.focus\:ring-sky-300\/5:focus{--tw-ring-color: rgb(125 211 252 / .05)}.focus\:ring-sky-300\/10:focus{--tw-ring-color: rgb(125 211 252 / .1)}.focus\:ring-sky-300\/20:focus{--tw-ring-color: rgb(125 211 252 / .2)}.focus\:ring-sky-300\/25:focus{--tw-ring-color: rgb(125 211 252 / .25)}.focus\:ring-sky-300\/30:focus{--tw-ring-color: rgb(125 211 252 / .3)}.focus\:ring-sky-300\/40:focus{--tw-ring-color: rgb(125 211 252 / .4)}.focus\:ring-sky-300\/50:focus{--tw-ring-color: rgb(125 211 252 / .5)}.focus\:ring-sky-300\/60:focus{--tw-ring-color: rgb(125 211 252 / .6)}.focus\:ring-sky-300\/70:focus{--tw-ring-color: rgb(125 211 252 / .7)}.focus\:ring-sky-300\/75:focus{--tw-ring-color: rgb(125 211 252 / .75)}.focus\:ring-sky-300\/80:focus{--tw-ring-color: rgb(125 211 252 / .8)}.focus\:ring-sky-300\/90:focus{--tw-ring-color: rgb(125 211 252 / .9)}.focus\:ring-sky-300\/95:focus{--tw-ring-color: rgb(125 211 252 / .95)}.focus\:ring-sky-300\/100:focus{--tw-ring-color: rgb(125 211 252 / 1)}.focus\:ring-sky-400\/0:focus{--tw-ring-color: rgb(56 189 248 / 0)}.focus\:ring-sky-400\/5:focus{--tw-ring-color: rgb(56 189 248 / .05)}.focus\:ring-sky-400\/10:focus{--tw-ring-color: rgb(56 189 248 / .1)}.focus\:ring-sky-400\/20:focus{--tw-ring-color: rgb(56 189 248 / .2)}.focus\:ring-sky-400\/25:focus{--tw-ring-color: rgb(56 189 248 / .25)}.focus\:ring-sky-400\/30:focus{--tw-ring-color: rgb(56 189 248 / .3)}.focus\:ring-sky-400\/40:focus{--tw-ring-color: rgb(56 189 248 / .4)}.focus\:ring-sky-400\/50:focus{--tw-ring-color: rgb(56 189 248 / .5)}.focus\:ring-sky-400\/60:focus{--tw-ring-color: rgb(56 189 248 / .6)}.focus\:ring-sky-400\/70:focus{--tw-ring-color: rgb(56 189 248 / .7)}.focus\:ring-sky-400\/75:focus{--tw-ring-color: rgb(56 189 248 / .75)}.focus\:ring-sky-400\/80:focus{--tw-ring-color: rgb(56 189 248 / .8)}.focus\:ring-sky-400\/90:focus{--tw-ring-color: rgb(56 189 248 / .9)}.focus\:ring-sky-400\/95:focus{--tw-ring-color: rgb(56 189 248 / .95)}.focus\:ring-sky-400\/100:focus{--tw-ring-color: rgb(56 189 248 / 1)}.focus\:ring-sky-500\/0:focus{--tw-ring-color: rgb(14 165 233 / 0)}.focus\:ring-sky-500\/5:focus{--tw-ring-color: rgb(14 165 233 / .05)}.focus\:ring-sky-500\/10:focus{--tw-ring-color: rgb(14 165 233 / .1)}.focus\:ring-sky-500\/20:focus{--tw-ring-color: rgb(14 165 233 / .2)}.focus\:ring-sky-500\/25:focus{--tw-ring-color: rgb(14 165 233 / .25)}.focus\:ring-sky-500\/30:focus{--tw-ring-color: rgb(14 165 233 / .3)}.focus\:ring-sky-500\/40:focus{--tw-ring-color: rgb(14 165 233 / .4)}.focus\:ring-sky-500\/50:focus{--tw-ring-color: rgb(14 165 233 / .5)}.focus\:ring-sky-500\/60:focus{--tw-ring-color: rgb(14 165 233 / .6)}.focus\:ring-sky-500\/70:focus{--tw-ring-color: rgb(14 165 233 / .7)}.focus\:ring-sky-500\/75:focus{--tw-ring-color: rgb(14 165 233 / .75)}.focus\:ring-sky-500\/80:focus{--tw-ring-color: rgb(14 165 233 / .8)}.focus\:ring-sky-500\/90:focus{--tw-ring-color: rgb(14 165 233 / .9)}.focus\:ring-sky-500\/95:focus{--tw-ring-color: rgb(14 165 233 / .95)}.focus\:ring-sky-500\/100:focus{--tw-ring-color: rgb(14 165 233 / 1)}.focus\:ring-sky-600\/0:focus{--tw-ring-color: rgb(2 132 199 / 0)}.focus\:ring-sky-600\/5:focus{--tw-ring-color: rgb(2 132 199 / .05)}.focus\:ring-sky-600\/10:focus{--tw-ring-color: rgb(2 132 199 / .1)}.focus\:ring-sky-600\/20:focus{--tw-ring-color: rgb(2 132 199 / .2)}.focus\:ring-sky-600\/25:focus{--tw-ring-color: rgb(2 132 199 / .25)}.focus\:ring-sky-600\/30:focus{--tw-ring-color: rgb(2 132 199 / .3)}.focus\:ring-sky-600\/40:focus{--tw-ring-color: rgb(2 132 199 / .4)}.focus\:ring-sky-600\/50:focus{--tw-ring-color: rgb(2 132 199 / .5)}.focus\:ring-sky-600\/60:focus{--tw-ring-color: rgb(2 132 199 / .6)}.focus\:ring-sky-600\/70:focus{--tw-ring-color: rgb(2 132 199 / .7)}.focus\:ring-sky-600\/75:focus{--tw-ring-color: rgb(2 132 199 / .75)}.focus\:ring-sky-600\/80:focus{--tw-ring-color: rgb(2 132 199 / .8)}.focus\:ring-sky-600\/90:focus{--tw-ring-color: rgb(2 132 199 / .9)}.focus\:ring-sky-600\/95:focus{--tw-ring-color: rgb(2 132 199 / .95)}.focus\:ring-sky-600\/100:focus{--tw-ring-color: rgb(2 132 199 / 1)}.focus\:ring-sky-700\/0:focus{--tw-ring-color: rgb(3 105 161 / 0)}.focus\:ring-sky-700\/5:focus{--tw-ring-color: rgb(3 105 161 / .05)}.focus\:ring-sky-700\/10:focus{--tw-ring-color: rgb(3 105 161 / .1)}.focus\:ring-sky-700\/20:focus{--tw-ring-color: rgb(3 105 161 / .2)}.focus\:ring-sky-700\/25:focus{--tw-ring-color: rgb(3 105 161 / .25)}.focus\:ring-sky-700\/30:focus{--tw-ring-color: rgb(3 105 161 / .3)}.focus\:ring-sky-700\/40:focus{--tw-ring-color: rgb(3 105 161 / .4)}.focus\:ring-sky-700\/50:focus{--tw-ring-color: rgb(3 105 161 / .5)}.focus\:ring-sky-700\/60:focus{--tw-ring-color: rgb(3 105 161 / .6)}.focus\:ring-sky-700\/70:focus{--tw-ring-color: rgb(3 105 161 / .7)}.focus\:ring-sky-700\/75:focus{--tw-ring-color: rgb(3 105 161 / .75)}.focus\:ring-sky-700\/80:focus{--tw-ring-color: rgb(3 105 161 / .8)}.focus\:ring-sky-700\/90:focus{--tw-ring-color: rgb(3 105 161 / .9)}.focus\:ring-sky-700\/95:focus{--tw-ring-color: rgb(3 105 161 / .95)}.focus\:ring-sky-700\/100:focus{--tw-ring-color: rgb(3 105 161 / 1)}.focus\:ring-sky-800\/0:focus{--tw-ring-color: rgb(7 89 133 / 0)}.focus\:ring-sky-800\/5:focus{--tw-ring-color: rgb(7 89 133 / .05)}.focus\:ring-sky-800\/10:focus{--tw-ring-color: rgb(7 89 133 / .1)}.focus\:ring-sky-800\/20:focus{--tw-ring-color: rgb(7 89 133 / .2)}.focus\:ring-sky-800\/25:focus{--tw-ring-color: rgb(7 89 133 / .25)}.focus\:ring-sky-800\/30:focus{--tw-ring-color: rgb(7 89 133 / .3)}.focus\:ring-sky-800\/40:focus{--tw-ring-color: rgb(7 89 133 / .4)}.focus\:ring-sky-800\/50:focus{--tw-ring-color: rgb(7 89 133 / .5)}.focus\:ring-sky-800\/60:focus{--tw-ring-color: rgb(7 89 133 / .6)}.focus\:ring-sky-800\/70:focus{--tw-ring-color: rgb(7 89 133 / .7)}.focus\:ring-sky-800\/75:focus{--tw-ring-color: rgb(7 89 133 / .75)}.focus\:ring-sky-800\/80:focus{--tw-ring-color: rgb(7 89 133 / .8)}.focus\:ring-sky-800\/90:focus{--tw-ring-color: rgb(7 89 133 / .9)}.focus\:ring-sky-800\/95:focus{--tw-ring-color: rgb(7 89 133 / .95)}.focus\:ring-sky-800\/100:focus{--tw-ring-color: rgb(7 89 133 / 1)}.focus\:ring-sky-900\/0:focus{--tw-ring-color: rgb(12 74 110 / 0)}.focus\:ring-sky-900\/5:focus{--tw-ring-color: rgb(12 74 110 / .05)}.focus\:ring-sky-900\/10:focus{--tw-ring-color: rgb(12 74 110 / .1)}.focus\:ring-sky-900\/20:focus{--tw-ring-color: rgb(12 74 110 / .2)}.focus\:ring-sky-900\/25:focus{--tw-ring-color: rgb(12 74 110 / .25)}.focus\:ring-sky-900\/30:focus{--tw-ring-color: rgb(12 74 110 / .3)}.focus\:ring-sky-900\/40:focus{--tw-ring-color: rgb(12 74 110 / .4)}.focus\:ring-sky-900\/50:focus{--tw-ring-color: rgb(12 74 110 / .5)}.focus\:ring-sky-900\/60:focus{--tw-ring-color: rgb(12 74 110 / .6)}.focus\:ring-sky-900\/70:focus{--tw-ring-color: rgb(12 74 110 / .7)}.focus\:ring-sky-900\/75:focus{--tw-ring-color: rgb(12 74 110 / .75)}.focus\:ring-sky-900\/80:focus{--tw-ring-color: rgb(12 74 110 / .8)}.focus\:ring-sky-900\/90:focus{--tw-ring-color: rgb(12 74 110 / .9)}.focus\:ring-sky-900\/95:focus{--tw-ring-color: rgb(12 74 110 / .95)}.focus\:ring-sky-900\/100:focus{--tw-ring-color: rgb(12 74 110 / 1)}.focus\:ring-blue-50\/0:focus{--tw-ring-color: rgb(239 246 255 / 0)}.focus\:ring-blue-50\/5:focus{--tw-ring-color: rgb(239 246 255 / .05)}.focus\:ring-blue-50\/10:focus{--tw-ring-color: rgb(239 246 255 / .1)}.focus\:ring-blue-50\/20:focus{--tw-ring-color: rgb(239 246 255 / .2)}.focus\:ring-blue-50\/25:focus{--tw-ring-color: rgb(239 246 255 / .25)}.focus\:ring-blue-50\/30:focus{--tw-ring-color: rgb(239 246 255 / .3)}.focus\:ring-blue-50\/40:focus{--tw-ring-color: rgb(239 246 255 / .4)}.focus\:ring-blue-50\/50:focus{--tw-ring-color: rgb(239 246 255 / .5)}.focus\:ring-blue-50\/60:focus{--tw-ring-color: rgb(239 246 255 / .6)}.focus\:ring-blue-50\/70:focus{--tw-ring-color: rgb(239 246 255 / .7)}.focus\:ring-blue-50\/75:focus{--tw-ring-color: rgb(239 246 255 / .75)}.focus\:ring-blue-50\/80:focus{--tw-ring-color: rgb(239 246 255 / .8)}.focus\:ring-blue-50\/90:focus{--tw-ring-color: rgb(239 246 255 / .9)}.focus\:ring-blue-50\/95:focus{--tw-ring-color: rgb(239 246 255 / .95)}.focus\:ring-blue-50\/100:focus{--tw-ring-color: rgb(239 246 255 / 1)}.focus\:ring-blue-100\/0:focus{--tw-ring-color: rgb(242 243 253 / 0)}.focus\:ring-blue-100\/5:focus{--tw-ring-color: rgb(242 243 253 / .05)}.focus\:ring-blue-100\/10:focus{--tw-ring-color: rgb(242 243 253 / .1)}.focus\:ring-blue-100\/20:focus{--tw-ring-color: rgb(242 243 253 / .2)}.focus\:ring-blue-100\/25:focus{--tw-ring-color: rgb(242 243 253 / .25)}.focus\:ring-blue-100\/30:focus{--tw-ring-color: rgb(242 243 253 / .3)}.focus\:ring-blue-100\/40:focus{--tw-ring-color: rgb(242 243 253 / .4)}.focus\:ring-blue-100\/50:focus{--tw-ring-color: rgb(242 243 253 / .5)}.focus\:ring-blue-100\/60:focus{--tw-ring-color: rgb(242 243 253 / .6)}.focus\:ring-blue-100\/70:focus{--tw-ring-color: rgb(242 243 253 / .7)}.focus\:ring-blue-100\/75:focus{--tw-ring-color: rgb(242 243 253 / .75)}.focus\:ring-blue-100\/80:focus{--tw-ring-color: rgb(242 243 253 / .8)}.focus\:ring-blue-100\/90:focus{--tw-ring-color: rgb(242 243 253 / .9)}.focus\:ring-blue-100\/95:focus{--tw-ring-color: rgb(242 243 253 / .95)}.focus\:ring-blue-100\/100:focus{--tw-ring-color: rgb(242 243 253 / 1)}.focus\:ring-blue-200\/0:focus{--tw-ring-color: rgb(228 232 251 / 0)}.focus\:ring-blue-200\/5:focus{--tw-ring-color: rgb(228 232 251 / .05)}.focus\:ring-blue-200\/10:focus{--tw-ring-color: rgb(228 232 251 / .1)}.focus\:ring-blue-200\/20:focus{--tw-ring-color: rgb(228 232 251 / .2)}.focus\:ring-blue-200\/25:focus{--tw-ring-color: rgb(228 232 251 / .25)}.focus\:ring-blue-200\/30:focus{--tw-ring-color: rgb(228 232 251 / .3)}.focus\:ring-blue-200\/40:focus{--tw-ring-color: rgb(228 232 251 / .4)}.focus\:ring-blue-200\/50:focus{--tw-ring-color: rgb(228 232 251 / .5)}.focus\:ring-blue-200\/60:focus{--tw-ring-color: rgb(228 232 251 / .6)}.focus\:ring-blue-200\/70:focus{--tw-ring-color: rgb(228 232 251 / .7)}.focus\:ring-blue-200\/75:focus{--tw-ring-color: rgb(228 232 251 / .75)}.focus\:ring-blue-200\/80:focus{--tw-ring-color: rgb(228 232 251 / .8)}.focus\:ring-blue-200\/90:focus{--tw-ring-color: rgb(228 232 251 / .9)}.focus\:ring-blue-200\/95:focus{--tw-ring-color: rgb(228 232 251 / .95)}.focus\:ring-blue-200\/100:focus{--tw-ring-color: rgb(228 232 251 / 1)}.focus\:ring-blue-300\/0:focus{--tw-ring-color: rgb(198 207 247 / 0)}.focus\:ring-blue-300\/5:focus{--tw-ring-color: rgb(198 207 247 / .05)}.focus\:ring-blue-300\/10:focus{--tw-ring-color: rgb(198 207 247 / .1)}.focus\:ring-blue-300\/20:focus{--tw-ring-color: rgb(198 207 247 / .2)}.focus\:ring-blue-300\/25:focus{--tw-ring-color: rgb(198 207 247 / .25)}.focus\:ring-blue-300\/30:focus{--tw-ring-color: rgb(198 207 247 / .3)}.focus\:ring-blue-300\/40:focus{--tw-ring-color: rgb(198 207 247 / .4)}.focus\:ring-blue-300\/50:focus{--tw-ring-color: rgb(198 207 247 / .5)}.focus\:ring-blue-300\/60:focus{--tw-ring-color: rgb(198 207 247 / .6)}.focus\:ring-blue-300\/70:focus{--tw-ring-color: rgb(198 207 247 / .7)}.focus\:ring-blue-300\/75:focus{--tw-ring-color: rgb(198 207 247 / .75)}.focus\:ring-blue-300\/80:focus{--tw-ring-color: rgb(198 207 247 / .8)}.focus\:ring-blue-300\/90:focus{--tw-ring-color: rgb(198 207 247 / .9)}.focus\:ring-blue-300\/95:focus{--tw-ring-color: rgb(198 207 247 / .95)}.focus\:ring-blue-300\/100:focus{--tw-ring-color: rgb(198 207 247 / 1)}.focus\:ring-blue-400\/0:focus{--tw-ring-color: rgb(163 178 243 / 0)}.focus\:ring-blue-400\/5:focus{--tw-ring-color: rgb(163 178 243 / .05)}.focus\:ring-blue-400\/10:focus{--tw-ring-color: rgb(163 178 243 / .1)}.focus\:ring-blue-400\/20:focus{--tw-ring-color: rgb(163 178 243 / .2)}.focus\:ring-blue-400\/25:focus{--tw-ring-color: rgb(163 178 243 / .25)}.focus\:ring-blue-400\/30:focus{--tw-ring-color: rgb(163 178 243 / .3)}.focus\:ring-blue-400\/40:focus{--tw-ring-color: rgb(163 178 243 / .4)}.focus\:ring-blue-400\/50:focus{--tw-ring-color: rgb(163 178 243 / .5)}.focus\:ring-blue-400\/60:focus{--tw-ring-color: rgb(163 178 243 / .6)}.focus\:ring-blue-400\/70:focus{--tw-ring-color: rgb(163 178 243 / .7)}.focus\:ring-blue-400\/75:focus{--tw-ring-color: rgb(163 178 243 / .75)}.focus\:ring-blue-400\/80:focus{--tw-ring-color: rgb(163 178 243 / .8)}.focus\:ring-blue-400\/90:focus{--tw-ring-color: rgb(163 178 243 / .9)}.focus\:ring-blue-400\/95:focus{--tw-ring-color: rgb(163 178 243 / .95)}.focus\:ring-blue-400\/100:focus{--tw-ring-color: rgb(163 178 243 / 1)}.focus\:ring-blue-500\/0:focus{--tw-ring-color: rgb(118 144 239 / 0)}.focus\:ring-blue-500\/5:focus{--tw-ring-color: rgb(118 144 239 / .05)}.focus\:ring-blue-500\/10:focus{--tw-ring-color: rgb(118 144 239 / .1)}.focus\:ring-blue-500\/20:focus{--tw-ring-color: rgb(118 144 239 / .2)}.focus\:ring-blue-500\/25:focus{--tw-ring-color: rgb(118 144 239 / .25)}.focus\:ring-blue-500\/30:focus{--tw-ring-color: rgb(118 144 239 / .3)}.focus\:ring-blue-500\/40:focus{--tw-ring-color: rgb(118 144 239 / .4)}.focus\:ring-blue-500\/50:focus{--tw-ring-color: rgb(118 144 239 / .5)}.focus\:ring-blue-500\/60:focus{--tw-ring-color: rgb(118 144 239 / .6)}.focus\:ring-blue-500\/70:focus{--tw-ring-color: rgb(118 144 239 / .7)}.focus\:ring-blue-500\/75:focus{--tw-ring-color: rgb(118 144 239 / .75)}.focus\:ring-blue-500\/80:focus{--tw-ring-color: rgb(118 144 239 / .8)}.focus\:ring-blue-500\/90:focus{--tw-ring-color: rgb(118 144 239 / .9)}.focus\:ring-blue-500\/95:focus{--tw-ring-color: rgb(118 144 239 / .95)}.focus\:ring-blue-500\/100:focus{--tw-ring-color: rgb(118 144 239 / 1)}.focus\:ring-blue-600\/0:focus{--tw-ring-color: rgb(37 99 235 / 0)}.focus\:ring-blue-600\/5:focus{--tw-ring-color: rgb(37 99 235 / .05)}.focus\:ring-blue-600\/10:focus{--tw-ring-color: rgb(37 99 235 / .1)}.focus\:ring-blue-600\/20:focus{--tw-ring-color: rgb(37 99 235 / .2)}.focus\:ring-blue-600\/25:focus{--tw-ring-color: rgb(37 99 235 / .25)}.focus\:ring-blue-600\/30:focus{--tw-ring-color: rgb(37 99 235 / .3)}.focus\:ring-blue-600\/40:focus{--tw-ring-color: rgb(37 99 235 / .4)}.focus\:ring-blue-600\/50:focus{--tw-ring-color: rgb(37 99 235 / .5)}.focus\:ring-blue-600\/60:focus{--tw-ring-color: rgb(37 99 235 / .6)}.focus\:ring-blue-600\/70:focus{--tw-ring-color: rgb(37 99 235 / .7)}.focus\:ring-blue-600\/75:focus{--tw-ring-color: rgb(37 99 235 / .75)}.focus\:ring-blue-600\/80:focus{--tw-ring-color: rgb(37 99 235 / .8)}.focus\:ring-blue-600\/90:focus{--tw-ring-color: rgb(37 99 235 / .9)}.focus\:ring-blue-600\/95:focus{--tw-ring-color: rgb(37 99 235 / .95)}.focus\:ring-blue-600\/100:focus{--tw-ring-color: rgb(37 99 235 / 1)}.focus\:ring-blue-700\/0:focus{--tw-ring-color: rgb(33 88 210 / 0)}.focus\:ring-blue-700\/5:focus{--tw-ring-color: rgb(33 88 210 / .05)}.focus\:ring-blue-700\/10:focus{--tw-ring-color: rgb(33 88 210 / .1)}.focus\:ring-blue-700\/20:focus{--tw-ring-color: rgb(33 88 210 / .2)}.focus\:ring-blue-700\/25:focus{--tw-ring-color: rgb(33 88 210 / .25)}.focus\:ring-blue-700\/30:focus{--tw-ring-color: rgb(33 88 210 / .3)}.focus\:ring-blue-700\/40:focus{--tw-ring-color: rgb(33 88 210 / .4)}.focus\:ring-blue-700\/50:focus{--tw-ring-color: rgb(33 88 210 / .5)}.focus\:ring-blue-700\/60:focus{--tw-ring-color: rgb(33 88 210 / .6)}.focus\:ring-blue-700\/70:focus{--tw-ring-color: rgb(33 88 210 / .7)}.focus\:ring-blue-700\/75:focus{--tw-ring-color: rgb(33 88 210 / .75)}.focus\:ring-blue-700\/80:focus{--tw-ring-color: rgb(33 88 210 / .8)}.focus\:ring-blue-700\/90:focus{--tw-ring-color: rgb(33 88 210 / .9)}.focus\:ring-blue-700\/95:focus{--tw-ring-color: rgb(33 88 210 / .95)}.focus\:ring-blue-700\/100:focus{--tw-ring-color: rgb(33 88 210 / 1)}.focus\:ring-blue-800\/0:focus{--tw-ring-color: rgb(28 76 182 / 0)}.focus\:ring-blue-800\/5:focus{--tw-ring-color: rgb(28 76 182 / .05)}.focus\:ring-blue-800\/10:focus{--tw-ring-color: rgb(28 76 182 / .1)}.focus\:ring-blue-800\/20:focus{--tw-ring-color: rgb(28 76 182 / .2)}.focus\:ring-blue-800\/25:focus{--tw-ring-color: rgb(28 76 182 / .25)}.focus\:ring-blue-800\/30:focus{--tw-ring-color: rgb(28 76 182 / .3)}.focus\:ring-blue-800\/40:focus{--tw-ring-color: rgb(28 76 182 / .4)}.focus\:ring-blue-800\/50:focus{--tw-ring-color: rgb(28 76 182 / .5)}.focus\:ring-blue-800\/60:focus{--tw-ring-color: rgb(28 76 182 / .6)}.focus\:ring-blue-800\/70:focus{--tw-ring-color: rgb(28 76 182 / .7)}.focus\:ring-blue-800\/75:focus{--tw-ring-color: rgb(28 76 182 / .75)}.focus\:ring-blue-800\/80:focus{--tw-ring-color: rgb(28 76 182 / .8)}.focus\:ring-blue-800\/90:focus{--tw-ring-color: rgb(28 76 182 / .9)}.focus\:ring-blue-800\/95:focus{--tw-ring-color: rgb(28 76 182 / .95)}.focus\:ring-blue-800\/100:focus{--tw-ring-color: rgb(28 76 182 / 1)}.focus\:ring-blue-900\/0:focus{--tw-ring-color: rgb(23 62 148 / 0)}.focus\:ring-blue-900\/5:focus{--tw-ring-color: rgb(23 62 148 / .05)}.focus\:ring-blue-900\/10:focus{--tw-ring-color: rgb(23 62 148 / .1)}.focus\:ring-blue-900\/20:focus{--tw-ring-color: rgb(23 62 148 / .2)}.focus\:ring-blue-900\/25:focus{--tw-ring-color: rgb(23 62 148 / .25)}.focus\:ring-blue-900\/30:focus{--tw-ring-color: rgb(23 62 148 / .3)}.focus\:ring-blue-900\/40:focus{--tw-ring-color: rgb(23 62 148 / .4)}.focus\:ring-blue-900\/50:focus{--tw-ring-color: rgb(23 62 148 / .5)}.focus\:ring-blue-900\/60:focus{--tw-ring-color: rgb(23 62 148 / .6)}.focus\:ring-blue-900\/70:focus{--tw-ring-color: rgb(23 62 148 / .7)}.focus\:ring-blue-900\/75:focus{--tw-ring-color: rgb(23 62 148 / .75)}.focus\:ring-blue-900\/80:focus{--tw-ring-color: rgb(23 62 148 / .8)}.focus\:ring-blue-900\/90:focus{--tw-ring-color: rgb(23 62 148 / .9)}.focus\:ring-blue-900\/95:focus{--tw-ring-color: rgb(23 62 148 / .95)}.focus\:ring-blue-900\/100:focus{--tw-ring-color: rgb(23 62 148 / 1)}.focus\:ring-indigo-50\/0:focus{--tw-ring-color: rgb(238 242 255 / 0)}.focus\:ring-indigo-50\/5:focus{--tw-ring-color: rgb(238 242 255 / .05)}.focus\:ring-indigo-50\/10:focus{--tw-ring-color: rgb(238 242 255 / .1)}.focus\:ring-indigo-50\/20:focus{--tw-ring-color: rgb(238 242 255 / .2)}.focus\:ring-indigo-50\/25:focus{--tw-ring-color: rgb(238 242 255 / .25)}.focus\:ring-indigo-50\/30:focus{--tw-ring-color: rgb(238 242 255 / .3)}.focus\:ring-indigo-50\/40:focus{--tw-ring-color: rgb(238 242 255 / .4)}.focus\:ring-indigo-50\/50:focus{--tw-ring-color: rgb(238 242 255 / .5)}.focus\:ring-indigo-50\/60:focus{--tw-ring-color: rgb(238 242 255 / .6)}.focus\:ring-indigo-50\/70:focus{--tw-ring-color: rgb(238 242 255 / .7)}.focus\:ring-indigo-50\/75:focus{--tw-ring-color: rgb(238 242 255 / .75)}.focus\:ring-indigo-50\/80:focus{--tw-ring-color: rgb(238 242 255 / .8)}.focus\:ring-indigo-50\/90:focus{--tw-ring-color: rgb(238 242 255 / .9)}.focus\:ring-indigo-50\/95:focus{--tw-ring-color: rgb(238 242 255 / .95)}.focus\:ring-indigo-50\/100:focus{--tw-ring-color: rgb(238 242 255 / 1)}.focus\:ring-indigo-100\/0:focus{--tw-ring-color: rgb(224 231 255 / 0)}.focus\:ring-indigo-100\/5:focus{--tw-ring-color: rgb(224 231 255 / .05)}.focus\:ring-indigo-100\/10:focus{--tw-ring-color: rgb(224 231 255 / .1)}.focus\:ring-indigo-100\/20:focus{--tw-ring-color: rgb(224 231 255 / .2)}.focus\:ring-indigo-100\/25:focus{--tw-ring-color: rgb(224 231 255 / .25)}.focus\:ring-indigo-100\/30:focus{--tw-ring-color: rgb(224 231 255 / .3)}.focus\:ring-indigo-100\/40:focus{--tw-ring-color: rgb(224 231 255 / .4)}.focus\:ring-indigo-100\/50:focus{--tw-ring-color: rgb(224 231 255 / .5)}.focus\:ring-indigo-100\/60:focus{--tw-ring-color: rgb(224 231 255 / .6)}.focus\:ring-indigo-100\/70:focus{--tw-ring-color: rgb(224 231 255 / .7)}.focus\:ring-indigo-100\/75:focus{--tw-ring-color: rgb(224 231 255 / .75)}.focus\:ring-indigo-100\/80:focus{--tw-ring-color: rgb(224 231 255 / .8)}.focus\:ring-indigo-100\/90:focus{--tw-ring-color: rgb(224 231 255 / .9)}.focus\:ring-indigo-100\/95:focus{--tw-ring-color: rgb(224 231 255 / .95)}.focus\:ring-indigo-100\/100:focus{--tw-ring-color: rgb(224 231 255 / 1)}.focus\:ring-indigo-200\/0:focus{--tw-ring-color: rgb(199 210 254 / 0)}.focus\:ring-indigo-200\/5:focus{--tw-ring-color: rgb(199 210 254 / .05)}.focus\:ring-indigo-200\/10:focus{--tw-ring-color: rgb(199 210 254 / .1)}.focus\:ring-indigo-200\/20:focus{--tw-ring-color: rgb(199 210 254 / .2)}.focus\:ring-indigo-200\/25:focus{--tw-ring-color: rgb(199 210 254 / .25)}.focus\:ring-indigo-200\/30:focus{--tw-ring-color: rgb(199 210 254 / .3)}.focus\:ring-indigo-200\/40:focus{--tw-ring-color: rgb(199 210 254 / .4)}.focus\:ring-indigo-200\/50:focus{--tw-ring-color: rgb(199 210 254 / .5)}.focus\:ring-indigo-200\/60:focus{--tw-ring-color: rgb(199 210 254 / .6)}.focus\:ring-indigo-200\/70:focus{--tw-ring-color: rgb(199 210 254 / .7)}.focus\:ring-indigo-200\/75:focus{--tw-ring-color: rgb(199 210 254 / .75)}.focus\:ring-indigo-200\/80:focus{--tw-ring-color: rgb(199 210 254 / .8)}.focus\:ring-indigo-200\/90:focus{--tw-ring-color: rgb(199 210 254 / .9)}.focus\:ring-indigo-200\/95:focus{--tw-ring-color: rgb(199 210 254 / .95)}.focus\:ring-indigo-200\/100:focus{--tw-ring-color: rgb(199 210 254 / 1)}.focus\:ring-indigo-300\/0:focus{--tw-ring-color: rgb(165 180 252 / 0)}.focus\:ring-indigo-300\/5:focus{--tw-ring-color: rgb(165 180 252 / .05)}.focus\:ring-indigo-300\/10:focus{--tw-ring-color: rgb(165 180 252 / .1)}.focus\:ring-indigo-300\/20:focus{--tw-ring-color: rgb(165 180 252 / .2)}.focus\:ring-indigo-300\/25:focus{--tw-ring-color: rgb(165 180 252 / .25)}.focus\:ring-indigo-300\/30:focus{--tw-ring-color: rgb(165 180 252 / .3)}.focus\:ring-indigo-300\/40:focus{--tw-ring-color: rgb(165 180 252 / .4)}.focus\:ring-indigo-300\/50:focus{--tw-ring-color: rgb(165 180 252 / .5)}.focus\:ring-indigo-300\/60:focus{--tw-ring-color: rgb(165 180 252 / .6)}.focus\:ring-indigo-300\/70:focus{--tw-ring-color: rgb(165 180 252 / .7)}.focus\:ring-indigo-300\/75:focus{--tw-ring-color: rgb(165 180 252 / .75)}.focus\:ring-indigo-300\/80:focus{--tw-ring-color: rgb(165 180 252 / .8)}.focus\:ring-indigo-300\/90:focus{--tw-ring-color: rgb(165 180 252 / .9)}.focus\:ring-indigo-300\/95:focus{--tw-ring-color: rgb(165 180 252 / .95)}.focus\:ring-indigo-300\/100:focus{--tw-ring-color: rgb(165 180 252 / 1)}.focus\:ring-indigo-400\/0:focus{--tw-ring-color: rgb(129 140 248 / 0)}.focus\:ring-indigo-400\/5:focus{--tw-ring-color: rgb(129 140 248 / .05)}.focus\:ring-indigo-400\/10:focus{--tw-ring-color: rgb(129 140 248 / .1)}.focus\:ring-indigo-400\/20:focus{--tw-ring-color: rgb(129 140 248 / .2)}.focus\:ring-indigo-400\/25:focus{--tw-ring-color: rgb(129 140 248 / .25)}.focus\:ring-indigo-400\/30:focus{--tw-ring-color: rgb(129 140 248 / .3)}.focus\:ring-indigo-400\/40:focus{--tw-ring-color: rgb(129 140 248 / .4)}.focus\:ring-indigo-400\/50:focus{--tw-ring-color: rgb(129 140 248 / .5)}.focus\:ring-indigo-400\/60:focus{--tw-ring-color: rgb(129 140 248 / .6)}.focus\:ring-indigo-400\/70:focus{--tw-ring-color: rgb(129 140 248 / .7)}.focus\:ring-indigo-400\/75:focus{--tw-ring-color: rgb(129 140 248 / .75)}.focus\:ring-indigo-400\/80:focus{--tw-ring-color: rgb(129 140 248 / .8)}.focus\:ring-indigo-400\/90:focus{--tw-ring-color: rgb(129 140 248 / .9)}.focus\:ring-indigo-400\/95:focus{--tw-ring-color: rgb(129 140 248 / .95)}.focus\:ring-indigo-400\/100:focus{--tw-ring-color: rgb(129 140 248 / 1)}.focus\:ring-indigo-500\/0:focus{--tw-ring-color: rgb(99 102 241 / 0)}.focus\:ring-indigo-500\/5:focus{--tw-ring-color: rgb(99 102 241 / .05)}.focus\:ring-indigo-500\/10:focus{--tw-ring-color: rgb(99 102 241 / .1)}.focus\:ring-indigo-500\/20:focus{--tw-ring-color: rgb(99 102 241 / .2)}.focus\:ring-indigo-500\/25:focus{--tw-ring-color: rgb(99 102 241 / .25)}.focus\:ring-indigo-500\/30:focus{--tw-ring-color: rgb(99 102 241 / .3)}.focus\:ring-indigo-500\/40:focus{--tw-ring-color: rgb(99 102 241 / .4)}.focus\:ring-indigo-500\/50:focus{--tw-ring-color: rgb(99 102 241 / .5)}.focus\:ring-indigo-500\/60:focus{--tw-ring-color: rgb(99 102 241 / .6)}.focus\:ring-indigo-500\/70:focus{--tw-ring-color: rgb(99 102 241 / .7)}.focus\:ring-indigo-500\/75:focus{--tw-ring-color: rgb(99 102 241 / .75)}.focus\:ring-indigo-500\/80:focus{--tw-ring-color: rgb(99 102 241 / .8)}.focus\:ring-indigo-500\/90:focus{--tw-ring-color: rgb(99 102 241 / .9)}.focus\:ring-indigo-500\/95:focus{--tw-ring-color: rgb(99 102 241 / .95)}.focus\:ring-indigo-500\/100:focus{--tw-ring-color: rgb(99 102 241 / 1)}.focus\:ring-indigo-600\/0:focus{--tw-ring-color: rgb(79 70 229 / 0)}.focus\:ring-indigo-600\/5:focus{--tw-ring-color: rgb(79 70 229 / .05)}.focus\:ring-indigo-600\/10:focus{--tw-ring-color: rgb(79 70 229 / .1)}.focus\:ring-indigo-600\/20:focus{--tw-ring-color: rgb(79 70 229 / .2)}.focus\:ring-indigo-600\/25:focus{--tw-ring-color: rgb(79 70 229 / .25)}.focus\:ring-indigo-600\/30:focus{--tw-ring-color: rgb(79 70 229 / .3)}.focus\:ring-indigo-600\/40:focus{--tw-ring-color: rgb(79 70 229 / .4)}.focus\:ring-indigo-600\/50:focus{--tw-ring-color: rgb(79 70 229 / .5)}.focus\:ring-indigo-600\/60:focus{--tw-ring-color: rgb(79 70 229 / .6)}.focus\:ring-indigo-600\/70:focus{--tw-ring-color: rgb(79 70 229 / .7)}.focus\:ring-indigo-600\/75:focus{--tw-ring-color: rgb(79 70 229 / .75)}.focus\:ring-indigo-600\/80:focus{--tw-ring-color: rgb(79 70 229 / .8)}.focus\:ring-indigo-600\/90:focus{--tw-ring-color: rgb(79 70 229 / .9)}.focus\:ring-indigo-600\/95:focus{--tw-ring-color: rgb(79 70 229 / .95)}.focus\:ring-indigo-600\/100:focus{--tw-ring-color: rgb(79 70 229 / 1)}.focus\:ring-indigo-700\/0:focus{--tw-ring-color: rgb(67 56 202 / 0)}.focus\:ring-indigo-700\/5:focus{--tw-ring-color: rgb(67 56 202 / .05)}.focus\:ring-indigo-700\/10:focus{--tw-ring-color: rgb(67 56 202 / .1)}.focus\:ring-indigo-700\/20:focus{--tw-ring-color: rgb(67 56 202 / .2)}.focus\:ring-indigo-700\/25:focus{--tw-ring-color: rgb(67 56 202 / .25)}.focus\:ring-indigo-700\/30:focus{--tw-ring-color: rgb(67 56 202 / .3)}.focus\:ring-indigo-700\/40:focus{--tw-ring-color: rgb(67 56 202 / .4)}.focus\:ring-indigo-700\/50:focus{--tw-ring-color: rgb(67 56 202 / .5)}.focus\:ring-indigo-700\/60:focus{--tw-ring-color: rgb(67 56 202 / .6)}.focus\:ring-indigo-700\/70:focus{--tw-ring-color: rgb(67 56 202 / .7)}.focus\:ring-indigo-700\/75:focus{--tw-ring-color: rgb(67 56 202 / .75)}.focus\:ring-indigo-700\/80:focus{--tw-ring-color: rgb(67 56 202 / .8)}.focus\:ring-indigo-700\/90:focus{--tw-ring-color: rgb(67 56 202 / .9)}.focus\:ring-indigo-700\/95:focus{--tw-ring-color: rgb(67 56 202 / .95)}.focus\:ring-indigo-700\/100:focus{--tw-ring-color: rgb(67 56 202 / 1)}.focus\:ring-indigo-800\/0:focus{--tw-ring-color: rgb(55 48 163 / 0)}.focus\:ring-indigo-800\/5:focus{--tw-ring-color: rgb(55 48 163 / .05)}.focus\:ring-indigo-800\/10:focus{--tw-ring-color: rgb(55 48 163 / .1)}.focus\:ring-indigo-800\/20:focus{--tw-ring-color: rgb(55 48 163 / .2)}.focus\:ring-indigo-800\/25:focus{--tw-ring-color: rgb(55 48 163 / .25)}.focus\:ring-indigo-800\/30:focus{--tw-ring-color: rgb(55 48 163 / .3)}.focus\:ring-indigo-800\/40:focus{--tw-ring-color: rgb(55 48 163 / .4)}.focus\:ring-indigo-800\/50:focus{--tw-ring-color: rgb(55 48 163 / .5)}.focus\:ring-indigo-800\/60:focus{--tw-ring-color: rgb(55 48 163 / .6)}.focus\:ring-indigo-800\/70:focus{--tw-ring-color: rgb(55 48 163 / .7)}.focus\:ring-indigo-800\/75:focus{--tw-ring-color: rgb(55 48 163 / .75)}.focus\:ring-indigo-800\/80:focus{--tw-ring-color: rgb(55 48 163 / .8)}.focus\:ring-indigo-800\/90:focus{--tw-ring-color: rgb(55 48 163 / .9)}.focus\:ring-indigo-800\/95:focus{--tw-ring-color: rgb(55 48 163 / .95)}.focus\:ring-indigo-800\/100:focus{--tw-ring-color: rgb(55 48 163 / 1)}.focus\:ring-indigo-900\/0:focus{--tw-ring-color: rgb(49 46 129 / 0)}.focus\:ring-indigo-900\/5:focus{--tw-ring-color: rgb(49 46 129 / .05)}.focus\:ring-indigo-900\/10:focus{--tw-ring-color: rgb(49 46 129 / .1)}.focus\:ring-indigo-900\/20:focus{--tw-ring-color: rgb(49 46 129 / .2)}.focus\:ring-indigo-900\/25:focus{--tw-ring-color: rgb(49 46 129 / .25)}.focus\:ring-indigo-900\/30:focus{--tw-ring-color: rgb(49 46 129 / .3)}.focus\:ring-indigo-900\/40:focus{--tw-ring-color: rgb(49 46 129 / .4)}.focus\:ring-indigo-900\/50:focus{--tw-ring-color: rgb(49 46 129 / .5)}.focus\:ring-indigo-900\/60:focus{--tw-ring-color: rgb(49 46 129 / .6)}.focus\:ring-indigo-900\/70:focus{--tw-ring-color: rgb(49 46 129 / .7)}.focus\:ring-indigo-900\/75:focus{--tw-ring-color: rgb(49 46 129 / .75)}.focus\:ring-indigo-900\/80:focus{--tw-ring-color: rgb(49 46 129 / .8)}.focus\:ring-indigo-900\/90:focus{--tw-ring-color: rgb(49 46 129 / .9)}.focus\:ring-indigo-900\/95:focus{--tw-ring-color: rgb(49 46 129 / .95)}.focus\:ring-indigo-900\/100:focus{--tw-ring-color: rgb(49 46 129 / 1)}.focus\:ring-violet-50\/0:focus{--tw-ring-color: rgb(245 243 255 / 0)}.focus\:ring-violet-50\/5:focus{--tw-ring-color: rgb(245 243 255 / .05)}.focus\:ring-violet-50\/10:focus{--tw-ring-color: rgb(245 243 255 / .1)}.focus\:ring-violet-50\/20:focus{--tw-ring-color: rgb(245 243 255 / .2)}.focus\:ring-violet-50\/25:focus{--tw-ring-color: rgb(245 243 255 / .25)}.focus\:ring-violet-50\/30:focus{--tw-ring-color: rgb(245 243 255 / .3)}.focus\:ring-violet-50\/40:focus{--tw-ring-color: rgb(245 243 255 / .4)}.focus\:ring-violet-50\/50:focus{--tw-ring-color: rgb(245 243 255 / .5)}.focus\:ring-violet-50\/60:focus{--tw-ring-color: rgb(245 243 255 / .6)}.focus\:ring-violet-50\/70:focus{--tw-ring-color: rgb(245 243 255 / .7)}.focus\:ring-violet-50\/75:focus{--tw-ring-color: rgb(245 243 255 / .75)}.focus\:ring-violet-50\/80:focus{--tw-ring-color: rgb(245 243 255 / .8)}.focus\:ring-violet-50\/90:focus{--tw-ring-color: rgb(245 243 255 / .9)}.focus\:ring-violet-50\/95:focus{--tw-ring-color: rgb(245 243 255 / .95)}.focus\:ring-violet-50\/100:focus{--tw-ring-color: rgb(245 243 255 / 1)}.focus\:ring-violet-100\/0:focus{--tw-ring-color: rgb(237 233 254 / 0)}.focus\:ring-violet-100\/5:focus{--tw-ring-color: rgb(237 233 254 / .05)}.focus\:ring-violet-100\/10:focus{--tw-ring-color: rgb(237 233 254 / .1)}.focus\:ring-violet-100\/20:focus{--tw-ring-color: rgb(237 233 254 / .2)}.focus\:ring-violet-100\/25:focus{--tw-ring-color: rgb(237 233 254 / .25)}.focus\:ring-violet-100\/30:focus{--tw-ring-color: rgb(237 233 254 / .3)}.focus\:ring-violet-100\/40:focus{--tw-ring-color: rgb(237 233 254 / .4)}.focus\:ring-violet-100\/50:focus{--tw-ring-color: rgb(237 233 254 / .5)}.focus\:ring-violet-100\/60:focus{--tw-ring-color: rgb(237 233 254 / .6)}.focus\:ring-violet-100\/70:focus{--tw-ring-color: rgb(237 233 254 / .7)}.focus\:ring-violet-100\/75:focus{--tw-ring-color: rgb(237 233 254 / .75)}.focus\:ring-violet-100\/80:focus{--tw-ring-color: rgb(237 233 254 / .8)}.focus\:ring-violet-100\/90:focus{--tw-ring-color: rgb(237 233 254 / .9)}.focus\:ring-violet-100\/95:focus{--tw-ring-color: rgb(237 233 254 / .95)}.focus\:ring-violet-100\/100:focus{--tw-ring-color: rgb(237 233 254 / 1)}.focus\:ring-violet-200\/0:focus{--tw-ring-color: rgb(221 214 254 / 0)}.focus\:ring-violet-200\/5:focus{--tw-ring-color: rgb(221 214 254 / .05)}.focus\:ring-violet-200\/10:focus{--tw-ring-color: rgb(221 214 254 / .1)}.focus\:ring-violet-200\/20:focus{--tw-ring-color: rgb(221 214 254 / .2)}.focus\:ring-violet-200\/25:focus{--tw-ring-color: rgb(221 214 254 / .25)}.focus\:ring-violet-200\/30:focus{--tw-ring-color: rgb(221 214 254 / .3)}.focus\:ring-violet-200\/40:focus{--tw-ring-color: rgb(221 214 254 / .4)}.focus\:ring-violet-200\/50:focus{--tw-ring-color: rgb(221 214 254 / .5)}.focus\:ring-violet-200\/60:focus{--tw-ring-color: rgb(221 214 254 / .6)}.focus\:ring-violet-200\/70:focus{--tw-ring-color: rgb(221 214 254 / .7)}.focus\:ring-violet-200\/75:focus{--tw-ring-color: rgb(221 214 254 / .75)}.focus\:ring-violet-200\/80:focus{--tw-ring-color: rgb(221 214 254 / .8)}.focus\:ring-violet-200\/90:focus{--tw-ring-color: rgb(221 214 254 / .9)}.focus\:ring-violet-200\/95:focus{--tw-ring-color: rgb(221 214 254 / .95)}.focus\:ring-violet-200\/100:focus{--tw-ring-color: rgb(221 214 254 / 1)}.focus\:ring-violet-300\/0:focus{--tw-ring-color: rgb(196 181 253 / 0)}.focus\:ring-violet-300\/5:focus{--tw-ring-color: rgb(196 181 253 / .05)}.focus\:ring-violet-300\/10:focus{--tw-ring-color: rgb(196 181 253 / .1)}.focus\:ring-violet-300\/20:focus{--tw-ring-color: rgb(196 181 253 / .2)}.focus\:ring-violet-300\/25:focus{--tw-ring-color: rgb(196 181 253 / .25)}.focus\:ring-violet-300\/30:focus{--tw-ring-color: rgb(196 181 253 / .3)}.focus\:ring-violet-300\/40:focus{--tw-ring-color: rgb(196 181 253 / .4)}.focus\:ring-violet-300\/50:focus{--tw-ring-color: rgb(196 181 253 / .5)}.focus\:ring-violet-300\/60:focus{--tw-ring-color: rgb(196 181 253 / .6)}.focus\:ring-violet-300\/70:focus{--tw-ring-color: rgb(196 181 253 / .7)}.focus\:ring-violet-300\/75:focus{--tw-ring-color: rgb(196 181 253 / .75)}.focus\:ring-violet-300\/80:focus{--tw-ring-color: rgb(196 181 253 / .8)}.focus\:ring-violet-300\/90:focus{--tw-ring-color: rgb(196 181 253 / .9)}.focus\:ring-violet-300\/95:focus{--tw-ring-color: rgb(196 181 253 / .95)}.focus\:ring-violet-300\/100:focus{--tw-ring-color: rgb(196 181 253 / 1)}.focus\:ring-violet-400\/0:focus{--tw-ring-color: rgb(167 139 250 / 0)}.focus\:ring-violet-400\/5:focus{--tw-ring-color: rgb(167 139 250 / .05)}.focus\:ring-violet-400\/10:focus{--tw-ring-color: rgb(167 139 250 / .1)}.focus\:ring-violet-400\/20:focus{--tw-ring-color: rgb(167 139 250 / .2)}.focus\:ring-violet-400\/25:focus{--tw-ring-color: rgb(167 139 250 / .25)}.focus\:ring-violet-400\/30:focus{--tw-ring-color: rgb(167 139 250 / .3)}.focus\:ring-violet-400\/40:focus{--tw-ring-color: rgb(167 139 250 / .4)}.focus\:ring-violet-400\/50:focus{--tw-ring-color: rgb(167 139 250 / .5)}.focus\:ring-violet-400\/60:focus{--tw-ring-color: rgb(167 139 250 / .6)}.focus\:ring-violet-400\/70:focus{--tw-ring-color: rgb(167 139 250 / .7)}.focus\:ring-violet-400\/75:focus{--tw-ring-color: rgb(167 139 250 / .75)}.focus\:ring-violet-400\/80:focus{--tw-ring-color: rgb(167 139 250 / .8)}.focus\:ring-violet-400\/90:focus{--tw-ring-color: rgb(167 139 250 / .9)}.focus\:ring-violet-400\/95:focus{--tw-ring-color: rgb(167 139 250 / .95)}.focus\:ring-violet-400\/100:focus{--tw-ring-color: rgb(167 139 250 / 1)}.focus\:ring-violet-500\/0:focus{--tw-ring-color: rgb(139 92 246 / 0)}.focus\:ring-violet-500\/5:focus{--tw-ring-color: rgb(139 92 246 / .05)}.focus\:ring-violet-500\/10:focus{--tw-ring-color: rgb(139 92 246 / .1)}.focus\:ring-violet-500\/20:focus{--tw-ring-color: rgb(139 92 246 / .2)}.focus\:ring-violet-500\/25:focus{--tw-ring-color: rgb(139 92 246 / .25)}.focus\:ring-violet-500\/30:focus{--tw-ring-color: rgb(139 92 246 / .3)}.focus\:ring-violet-500\/40:focus{--tw-ring-color: rgb(139 92 246 / .4)}.focus\:ring-violet-500\/50:focus{--tw-ring-color: rgb(139 92 246 / .5)}.focus\:ring-violet-500\/60:focus{--tw-ring-color: rgb(139 92 246 / .6)}.focus\:ring-violet-500\/70:focus{--tw-ring-color: rgb(139 92 246 / .7)}.focus\:ring-violet-500\/75:focus{--tw-ring-color: rgb(139 92 246 / .75)}.focus\:ring-violet-500\/80:focus{--tw-ring-color: rgb(139 92 246 / .8)}.focus\:ring-violet-500\/90:focus{--tw-ring-color: rgb(139 92 246 / .9)}.focus\:ring-violet-500\/95:focus{--tw-ring-color: rgb(139 92 246 / .95)}.focus\:ring-violet-500\/100:focus{--tw-ring-color: rgb(139 92 246 / 1)}.focus\:ring-violet-600\/0:focus{--tw-ring-color: rgb(124 58 237 / 0)}.focus\:ring-violet-600\/5:focus{--tw-ring-color: rgb(124 58 237 / .05)}.focus\:ring-violet-600\/10:focus{--tw-ring-color: rgb(124 58 237 / .1)}.focus\:ring-violet-600\/20:focus{--tw-ring-color: rgb(124 58 237 / .2)}.focus\:ring-violet-600\/25:focus{--tw-ring-color: rgb(124 58 237 / .25)}.focus\:ring-violet-600\/30:focus{--tw-ring-color: rgb(124 58 237 / .3)}.focus\:ring-violet-600\/40:focus{--tw-ring-color: rgb(124 58 237 / .4)}.focus\:ring-violet-600\/50:focus{--tw-ring-color: rgb(124 58 237 / .5)}.focus\:ring-violet-600\/60:focus{--tw-ring-color: rgb(124 58 237 / .6)}.focus\:ring-violet-600\/70:focus{--tw-ring-color: rgb(124 58 237 / .7)}.focus\:ring-violet-600\/75:focus{--tw-ring-color: rgb(124 58 237 / .75)}.focus\:ring-violet-600\/80:focus{--tw-ring-color: rgb(124 58 237 / .8)}.focus\:ring-violet-600\/90:focus{--tw-ring-color: rgb(124 58 237 / .9)}.focus\:ring-violet-600\/95:focus{--tw-ring-color: rgb(124 58 237 / .95)}.focus\:ring-violet-600\/100:focus{--tw-ring-color: rgb(124 58 237 / 1)}.focus\:ring-violet-700\/0:focus{--tw-ring-color: rgb(109 40 217 / 0)}.focus\:ring-violet-700\/5:focus{--tw-ring-color: rgb(109 40 217 / .05)}.focus\:ring-violet-700\/10:focus{--tw-ring-color: rgb(109 40 217 / .1)}.focus\:ring-violet-700\/20:focus{--tw-ring-color: rgb(109 40 217 / .2)}.focus\:ring-violet-700\/25:focus{--tw-ring-color: rgb(109 40 217 / .25)}.focus\:ring-violet-700\/30:focus{--tw-ring-color: rgb(109 40 217 / .3)}.focus\:ring-violet-700\/40:focus{--tw-ring-color: rgb(109 40 217 / .4)}.focus\:ring-violet-700\/50:focus{--tw-ring-color: rgb(109 40 217 / .5)}.focus\:ring-violet-700\/60:focus{--tw-ring-color: rgb(109 40 217 / .6)}.focus\:ring-violet-700\/70:focus{--tw-ring-color: rgb(109 40 217 / .7)}.focus\:ring-violet-700\/75:focus{--tw-ring-color: rgb(109 40 217 / .75)}.focus\:ring-violet-700\/80:focus{--tw-ring-color: rgb(109 40 217 / .8)}.focus\:ring-violet-700\/90:focus{--tw-ring-color: rgb(109 40 217 / .9)}.focus\:ring-violet-700\/95:focus{--tw-ring-color: rgb(109 40 217 / .95)}.focus\:ring-violet-700\/100:focus{--tw-ring-color: rgb(109 40 217 / 1)}.focus\:ring-violet-800\/0:focus{--tw-ring-color: rgb(91 33 182 / 0)}.focus\:ring-violet-800\/5:focus{--tw-ring-color: rgb(91 33 182 / .05)}.focus\:ring-violet-800\/10:focus{--tw-ring-color: rgb(91 33 182 / .1)}.focus\:ring-violet-800\/20:focus{--tw-ring-color: rgb(91 33 182 / .2)}.focus\:ring-violet-800\/25:focus{--tw-ring-color: rgb(91 33 182 / .25)}.focus\:ring-violet-800\/30:focus{--tw-ring-color: rgb(91 33 182 / .3)}.focus\:ring-violet-800\/40:focus{--tw-ring-color: rgb(91 33 182 / .4)}.focus\:ring-violet-800\/50:focus{--tw-ring-color: rgb(91 33 182 / .5)}.focus\:ring-violet-800\/60:focus{--tw-ring-color: rgb(91 33 182 / .6)}.focus\:ring-violet-800\/70:focus{--tw-ring-color: rgb(91 33 182 / .7)}.focus\:ring-violet-800\/75:focus{--tw-ring-color: rgb(91 33 182 / .75)}.focus\:ring-violet-800\/80:focus{--tw-ring-color: rgb(91 33 182 / .8)}.focus\:ring-violet-800\/90:focus{--tw-ring-color: rgb(91 33 182 / .9)}.focus\:ring-violet-800\/95:focus{--tw-ring-color: rgb(91 33 182 / .95)}.focus\:ring-violet-800\/100:focus{--tw-ring-color: rgb(91 33 182 / 1)}.focus\:ring-violet-900\/0:focus{--tw-ring-color: rgb(76 29 149 / 0)}.focus\:ring-violet-900\/5:focus{--tw-ring-color: rgb(76 29 149 / .05)}.focus\:ring-violet-900\/10:focus{--tw-ring-color: rgb(76 29 149 / .1)}.focus\:ring-violet-900\/20:focus{--tw-ring-color: rgb(76 29 149 / .2)}.focus\:ring-violet-900\/25:focus{--tw-ring-color: rgb(76 29 149 / .25)}.focus\:ring-violet-900\/30:focus{--tw-ring-color: rgb(76 29 149 / .3)}.focus\:ring-violet-900\/40:focus{--tw-ring-color: rgb(76 29 149 / .4)}.focus\:ring-violet-900\/50:focus{--tw-ring-color: rgb(76 29 149 / .5)}.focus\:ring-violet-900\/60:focus{--tw-ring-color: rgb(76 29 149 / .6)}.focus\:ring-violet-900\/70:focus{--tw-ring-color: rgb(76 29 149 / .7)}.focus\:ring-violet-900\/75:focus{--tw-ring-color: rgb(76 29 149 / .75)}.focus\:ring-violet-900\/80:focus{--tw-ring-color: rgb(76 29 149 / .8)}.focus\:ring-violet-900\/90:focus{--tw-ring-color: rgb(76 29 149 / .9)}.focus\:ring-violet-900\/95:focus{--tw-ring-color: rgb(76 29 149 / .95)}.focus\:ring-violet-900\/100:focus{--tw-ring-color: rgb(76 29 149 / 1)}.focus\:ring-fuchsia-50\/0:focus{--tw-ring-color: rgb(253 244 255 / 0)}.focus\:ring-fuchsia-50\/5:focus{--tw-ring-color: rgb(253 244 255 / .05)}.focus\:ring-fuchsia-50\/10:focus{--tw-ring-color: rgb(253 244 255 / .1)}.focus\:ring-fuchsia-50\/20:focus{--tw-ring-color: rgb(253 244 255 / .2)}.focus\:ring-fuchsia-50\/25:focus{--tw-ring-color: rgb(253 244 255 / .25)}.focus\:ring-fuchsia-50\/30:focus{--tw-ring-color: rgb(253 244 255 / .3)}.focus\:ring-fuchsia-50\/40:focus{--tw-ring-color: rgb(253 244 255 / .4)}.focus\:ring-fuchsia-50\/50:focus{--tw-ring-color: rgb(253 244 255 / .5)}.focus\:ring-fuchsia-50\/60:focus{--tw-ring-color: rgb(253 244 255 / .6)}.focus\:ring-fuchsia-50\/70:focus{--tw-ring-color: rgb(253 244 255 / .7)}.focus\:ring-fuchsia-50\/75:focus{--tw-ring-color: rgb(253 244 255 / .75)}.focus\:ring-fuchsia-50\/80:focus{--tw-ring-color: rgb(253 244 255 / .8)}.focus\:ring-fuchsia-50\/90:focus{--tw-ring-color: rgb(253 244 255 / .9)}.focus\:ring-fuchsia-50\/95:focus{--tw-ring-color: rgb(253 244 255 / .95)}.focus\:ring-fuchsia-50\/100:focus{--tw-ring-color: rgb(253 244 255 / 1)}.focus\:ring-fuchsia-100\/0:focus{--tw-ring-color: rgb(250 232 255 / 0)}.focus\:ring-fuchsia-100\/5:focus{--tw-ring-color: rgb(250 232 255 / .05)}.focus\:ring-fuchsia-100\/10:focus{--tw-ring-color: rgb(250 232 255 / .1)}.focus\:ring-fuchsia-100\/20:focus{--tw-ring-color: rgb(250 232 255 / .2)}.focus\:ring-fuchsia-100\/25:focus{--tw-ring-color: rgb(250 232 255 / .25)}.focus\:ring-fuchsia-100\/30:focus{--tw-ring-color: rgb(250 232 255 / .3)}.focus\:ring-fuchsia-100\/40:focus{--tw-ring-color: rgb(250 232 255 / .4)}.focus\:ring-fuchsia-100\/50:focus{--tw-ring-color: rgb(250 232 255 / .5)}.focus\:ring-fuchsia-100\/60:focus{--tw-ring-color: rgb(250 232 255 / .6)}.focus\:ring-fuchsia-100\/70:focus{--tw-ring-color: rgb(250 232 255 / .7)}.focus\:ring-fuchsia-100\/75:focus{--tw-ring-color: rgb(250 232 255 / .75)}.focus\:ring-fuchsia-100\/80:focus{--tw-ring-color: rgb(250 232 255 / .8)}.focus\:ring-fuchsia-100\/90:focus{--tw-ring-color: rgb(250 232 255 / .9)}.focus\:ring-fuchsia-100\/95:focus{--tw-ring-color: rgb(250 232 255 / .95)}.focus\:ring-fuchsia-100\/100:focus{--tw-ring-color: rgb(250 232 255 / 1)}.focus\:ring-fuchsia-200\/0:focus{--tw-ring-color: rgb(245 208 254 / 0)}.focus\:ring-fuchsia-200\/5:focus{--tw-ring-color: rgb(245 208 254 / .05)}.focus\:ring-fuchsia-200\/10:focus{--tw-ring-color: rgb(245 208 254 / .1)}.focus\:ring-fuchsia-200\/20:focus{--tw-ring-color: rgb(245 208 254 / .2)}.focus\:ring-fuchsia-200\/25:focus{--tw-ring-color: rgb(245 208 254 / .25)}.focus\:ring-fuchsia-200\/30:focus{--tw-ring-color: rgb(245 208 254 / .3)}.focus\:ring-fuchsia-200\/40:focus{--tw-ring-color: rgb(245 208 254 / .4)}.focus\:ring-fuchsia-200\/50:focus{--tw-ring-color: rgb(245 208 254 / .5)}.focus\:ring-fuchsia-200\/60:focus{--tw-ring-color: rgb(245 208 254 / .6)}.focus\:ring-fuchsia-200\/70:focus{--tw-ring-color: rgb(245 208 254 / .7)}.focus\:ring-fuchsia-200\/75:focus{--tw-ring-color: rgb(245 208 254 / .75)}.focus\:ring-fuchsia-200\/80:focus{--tw-ring-color: rgb(245 208 254 / .8)}.focus\:ring-fuchsia-200\/90:focus{--tw-ring-color: rgb(245 208 254 / .9)}.focus\:ring-fuchsia-200\/95:focus{--tw-ring-color: rgb(245 208 254 / .95)}.focus\:ring-fuchsia-200\/100:focus{--tw-ring-color: rgb(245 208 254 / 1)}.focus\:ring-fuchsia-300\/0:focus{--tw-ring-color: rgb(240 171 252 / 0)}.focus\:ring-fuchsia-300\/5:focus{--tw-ring-color: rgb(240 171 252 / .05)}.focus\:ring-fuchsia-300\/10:focus{--tw-ring-color: rgb(240 171 252 / .1)}.focus\:ring-fuchsia-300\/20:focus{--tw-ring-color: rgb(240 171 252 / .2)}.focus\:ring-fuchsia-300\/25:focus{--tw-ring-color: rgb(240 171 252 / .25)}.focus\:ring-fuchsia-300\/30:focus{--tw-ring-color: rgb(240 171 252 / .3)}.focus\:ring-fuchsia-300\/40:focus{--tw-ring-color: rgb(240 171 252 / .4)}.focus\:ring-fuchsia-300\/50:focus{--tw-ring-color: rgb(240 171 252 / .5)}.focus\:ring-fuchsia-300\/60:focus{--tw-ring-color: rgb(240 171 252 / .6)}.focus\:ring-fuchsia-300\/70:focus{--tw-ring-color: rgb(240 171 252 / .7)}.focus\:ring-fuchsia-300\/75:focus{--tw-ring-color: rgb(240 171 252 / .75)}.focus\:ring-fuchsia-300\/80:focus{--tw-ring-color: rgb(240 171 252 / .8)}.focus\:ring-fuchsia-300\/90:focus{--tw-ring-color: rgb(240 171 252 / .9)}.focus\:ring-fuchsia-300\/95:focus{--tw-ring-color: rgb(240 171 252 / .95)}.focus\:ring-fuchsia-300\/100:focus{--tw-ring-color: rgb(240 171 252 / 1)}.focus\:ring-fuchsia-400\/0:focus{--tw-ring-color: rgb(232 121 249 / 0)}.focus\:ring-fuchsia-400\/5:focus{--tw-ring-color: rgb(232 121 249 / .05)}.focus\:ring-fuchsia-400\/10:focus{--tw-ring-color: rgb(232 121 249 / .1)}.focus\:ring-fuchsia-400\/20:focus{--tw-ring-color: rgb(232 121 249 / .2)}.focus\:ring-fuchsia-400\/25:focus{--tw-ring-color: rgb(232 121 249 / .25)}.focus\:ring-fuchsia-400\/30:focus{--tw-ring-color: rgb(232 121 249 / .3)}.focus\:ring-fuchsia-400\/40:focus{--tw-ring-color: rgb(232 121 249 / .4)}.focus\:ring-fuchsia-400\/50:focus{--tw-ring-color: rgb(232 121 249 / .5)}.focus\:ring-fuchsia-400\/60:focus{--tw-ring-color: rgb(232 121 249 / .6)}.focus\:ring-fuchsia-400\/70:focus{--tw-ring-color: rgb(232 121 249 / .7)}.focus\:ring-fuchsia-400\/75:focus{--tw-ring-color: rgb(232 121 249 / .75)}.focus\:ring-fuchsia-400\/80:focus{--tw-ring-color: rgb(232 121 249 / .8)}.focus\:ring-fuchsia-400\/90:focus{--tw-ring-color: rgb(232 121 249 / .9)}.focus\:ring-fuchsia-400\/95:focus{--tw-ring-color: rgb(232 121 249 / .95)}.focus\:ring-fuchsia-400\/100:focus{--tw-ring-color: rgb(232 121 249 / 1)}.focus\:ring-fuchsia-500\/0:focus{--tw-ring-color: rgb(217 70 239 / 0)}.focus\:ring-fuchsia-500\/5:focus{--tw-ring-color: rgb(217 70 239 / .05)}.focus\:ring-fuchsia-500\/10:focus{--tw-ring-color: rgb(217 70 239 / .1)}.focus\:ring-fuchsia-500\/20:focus{--tw-ring-color: rgb(217 70 239 / .2)}.focus\:ring-fuchsia-500\/25:focus{--tw-ring-color: rgb(217 70 239 / .25)}.focus\:ring-fuchsia-500\/30:focus{--tw-ring-color: rgb(217 70 239 / .3)}.focus\:ring-fuchsia-500\/40:focus{--tw-ring-color: rgb(217 70 239 / .4)}.focus\:ring-fuchsia-500\/50:focus{--tw-ring-color: rgb(217 70 239 / .5)}.focus\:ring-fuchsia-500\/60:focus{--tw-ring-color: rgb(217 70 239 / .6)}.focus\:ring-fuchsia-500\/70:focus{--tw-ring-color: rgb(217 70 239 / .7)}.focus\:ring-fuchsia-500\/75:focus{--tw-ring-color: rgb(217 70 239 / .75)}.focus\:ring-fuchsia-500\/80:focus{--tw-ring-color: rgb(217 70 239 / .8)}.focus\:ring-fuchsia-500\/90:focus{--tw-ring-color: rgb(217 70 239 / .9)}.focus\:ring-fuchsia-500\/95:focus{--tw-ring-color: rgb(217 70 239 / .95)}.focus\:ring-fuchsia-500\/100:focus{--tw-ring-color: rgb(217 70 239 / 1)}.focus\:ring-fuchsia-600\/0:focus{--tw-ring-color: rgb(192 38 211 / 0)}.focus\:ring-fuchsia-600\/5:focus{--tw-ring-color: rgb(192 38 211 / .05)}.focus\:ring-fuchsia-600\/10:focus{--tw-ring-color: rgb(192 38 211 / .1)}.focus\:ring-fuchsia-600\/20:focus{--tw-ring-color: rgb(192 38 211 / .2)}.focus\:ring-fuchsia-600\/25:focus{--tw-ring-color: rgb(192 38 211 / .25)}.focus\:ring-fuchsia-600\/30:focus{--tw-ring-color: rgb(192 38 211 / .3)}.focus\:ring-fuchsia-600\/40:focus{--tw-ring-color: rgb(192 38 211 / .4)}.focus\:ring-fuchsia-600\/50:focus{--tw-ring-color: rgb(192 38 211 / .5)}.focus\:ring-fuchsia-600\/60:focus{--tw-ring-color: rgb(192 38 211 / .6)}.focus\:ring-fuchsia-600\/70:focus{--tw-ring-color: rgb(192 38 211 / .7)}.focus\:ring-fuchsia-600\/75:focus{--tw-ring-color: rgb(192 38 211 / .75)}.focus\:ring-fuchsia-600\/80:focus{--tw-ring-color: rgb(192 38 211 / .8)}.focus\:ring-fuchsia-600\/90:focus{--tw-ring-color: rgb(192 38 211 / .9)}.focus\:ring-fuchsia-600\/95:focus{--tw-ring-color: rgb(192 38 211 / .95)}.focus\:ring-fuchsia-600\/100:focus{--tw-ring-color: rgb(192 38 211 / 1)}.focus\:ring-fuchsia-700\/0:focus{--tw-ring-color: rgb(162 28 175 / 0)}.focus\:ring-fuchsia-700\/5:focus{--tw-ring-color: rgb(162 28 175 / .05)}.focus\:ring-fuchsia-700\/10:focus{--tw-ring-color: rgb(162 28 175 / .1)}.focus\:ring-fuchsia-700\/20:focus{--tw-ring-color: rgb(162 28 175 / .2)}.focus\:ring-fuchsia-700\/25:focus{--tw-ring-color: rgb(162 28 175 / .25)}.focus\:ring-fuchsia-700\/30:focus{--tw-ring-color: rgb(162 28 175 / .3)}.focus\:ring-fuchsia-700\/40:focus{--tw-ring-color: rgb(162 28 175 / .4)}.focus\:ring-fuchsia-700\/50:focus{--tw-ring-color: rgb(162 28 175 / .5)}.focus\:ring-fuchsia-700\/60:focus{--tw-ring-color: rgb(162 28 175 / .6)}.focus\:ring-fuchsia-700\/70:focus{--tw-ring-color: rgb(162 28 175 / .7)}.focus\:ring-fuchsia-700\/75:focus{--tw-ring-color: rgb(162 28 175 / .75)}.focus\:ring-fuchsia-700\/80:focus{--tw-ring-color: rgb(162 28 175 / .8)}.focus\:ring-fuchsia-700\/90:focus{--tw-ring-color: rgb(162 28 175 / .9)}.focus\:ring-fuchsia-700\/95:focus{--tw-ring-color: rgb(162 28 175 / .95)}.focus\:ring-fuchsia-700\/100:focus{--tw-ring-color: rgb(162 28 175 / 1)}.focus\:ring-fuchsia-800\/0:focus{--tw-ring-color: rgb(134 25 143 / 0)}.focus\:ring-fuchsia-800\/5:focus{--tw-ring-color: rgb(134 25 143 / .05)}.focus\:ring-fuchsia-800\/10:focus{--tw-ring-color: rgb(134 25 143 / .1)}.focus\:ring-fuchsia-800\/20:focus{--tw-ring-color: rgb(134 25 143 / .2)}.focus\:ring-fuchsia-800\/25:focus{--tw-ring-color: rgb(134 25 143 / .25)}.focus\:ring-fuchsia-800\/30:focus{--tw-ring-color: rgb(134 25 143 / .3)}.focus\:ring-fuchsia-800\/40:focus{--tw-ring-color: rgb(134 25 143 / .4)}.focus\:ring-fuchsia-800\/50:focus{--tw-ring-color: rgb(134 25 143 / .5)}.focus\:ring-fuchsia-800\/60:focus{--tw-ring-color: rgb(134 25 143 / .6)}.focus\:ring-fuchsia-800\/70:focus{--tw-ring-color: rgb(134 25 143 / .7)}.focus\:ring-fuchsia-800\/75:focus{--tw-ring-color: rgb(134 25 143 / .75)}.focus\:ring-fuchsia-800\/80:focus{--tw-ring-color: rgb(134 25 143 / .8)}.focus\:ring-fuchsia-800\/90:focus{--tw-ring-color: rgb(134 25 143 / .9)}.focus\:ring-fuchsia-800\/95:focus{--tw-ring-color: rgb(134 25 143 / .95)}.focus\:ring-fuchsia-800\/100:focus{--tw-ring-color: rgb(134 25 143 / 1)}.focus\:ring-fuchsia-900\/0:focus{--tw-ring-color: rgb(112 26 117 / 0)}.focus\:ring-fuchsia-900\/5:focus{--tw-ring-color: rgb(112 26 117 / .05)}.focus\:ring-fuchsia-900\/10:focus{--tw-ring-color: rgb(112 26 117 / .1)}.focus\:ring-fuchsia-900\/20:focus{--tw-ring-color: rgb(112 26 117 / .2)}.focus\:ring-fuchsia-900\/25:focus{--tw-ring-color: rgb(112 26 117 / .25)}.focus\:ring-fuchsia-900\/30:focus{--tw-ring-color: rgb(112 26 117 / .3)}.focus\:ring-fuchsia-900\/40:focus{--tw-ring-color: rgb(112 26 117 / .4)}.focus\:ring-fuchsia-900\/50:focus{--tw-ring-color: rgb(112 26 117 / .5)}.focus\:ring-fuchsia-900\/60:focus{--tw-ring-color: rgb(112 26 117 / .6)}.focus\:ring-fuchsia-900\/70:focus{--tw-ring-color: rgb(112 26 117 / .7)}.focus\:ring-fuchsia-900\/75:focus{--tw-ring-color: rgb(112 26 117 / .75)}.focus\:ring-fuchsia-900\/80:focus{--tw-ring-color: rgb(112 26 117 / .8)}.focus\:ring-fuchsia-900\/90:focus{--tw-ring-color: rgb(112 26 117 / .9)}.focus\:ring-fuchsia-900\/95:focus{--tw-ring-color: rgb(112 26 117 / .95)}.focus\:ring-fuchsia-900\/100:focus{--tw-ring-color: rgb(112 26 117 / 1)}.focus\:ring-pink-50\/0:focus{--tw-ring-color: rgb(253 242 248 / 0)}.focus\:ring-pink-50\/5:focus{--tw-ring-color: rgb(253 242 248 / .05)}.focus\:ring-pink-50\/10:focus{--tw-ring-color: rgb(253 242 248 / .1)}.focus\:ring-pink-50\/20:focus{--tw-ring-color: rgb(253 242 248 / .2)}.focus\:ring-pink-50\/25:focus{--tw-ring-color: rgb(253 242 248 / .25)}.focus\:ring-pink-50\/30:focus{--tw-ring-color: rgb(253 242 248 / .3)}.focus\:ring-pink-50\/40:focus{--tw-ring-color: rgb(253 242 248 / .4)}.focus\:ring-pink-50\/50:focus{--tw-ring-color: rgb(253 242 248 / .5)}.focus\:ring-pink-50\/60:focus{--tw-ring-color: rgb(253 242 248 / .6)}.focus\:ring-pink-50\/70:focus{--tw-ring-color: rgb(253 242 248 / .7)}.focus\:ring-pink-50\/75:focus{--tw-ring-color: rgb(253 242 248 / .75)}.focus\:ring-pink-50\/80:focus{--tw-ring-color: rgb(253 242 248 / .8)}.focus\:ring-pink-50\/90:focus{--tw-ring-color: rgb(253 242 248 / .9)}.focus\:ring-pink-50\/95:focus{--tw-ring-color: rgb(253 242 248 / .95)}.focus\:ring-pink-50\/100:focus{--tw-ring-color: rgb(253 242 248 / 1)}.focus\:ring-pink-100\/0:focus{--tw-ring-color: rgb(252 231 243 / 0)}.focus\:ring-pink-100\/5:focus{--tw-ring-color: rgb(252 231 243 / .05)}.focus\:ring-pink-100\/10:focus{--tw-ring-color: rgb(252 231 243 / .1)}.focus\:ring-pink-100\/20:focus{--tw-ring-color: rgb(252 231 243 / .2)}.focus\:ring-pink-100\/25:focus{--tw-ring-color: rgb(252 231 243 / .25)}.focus\:ring-pink-100\/30:focus{--tw-ring-color: rgb(252 231 243 / .3)}.focus\:ring-pink-100\/40:focus{--tw-ring-color: rgb(252 231 243 / .4)}.focus\:ring-pink-100\/50:focus{--tw-ring-color: rgb(252 231 243 / .5)}.focus\:ring-pink-100\/60:focus{--tw-ring-color: rgb(252 231 243 / .6)}.focus\:ring-pink-100\/70:focus{--tw-ring-color: rgb(252 231 243 / .7)}.focus\:ring-pink-100\/75:focus{--tw-ring-color: rgb(252 231 243 / .75)}.focus\:ring-pink-100\/80:focus{--tw-ring-color: rgb(252 231 243 / .8)}.focus\:ring-pink-100\/90:focus{--tw-ring-color: rgb(252 231 243 / .9)}.focus\:ring-pink-100\/95:focus{--tw-ring-color: rgb(252 231 243 / .95)}.focus\:ring-pink-100\/100:focus{--tw-ring-color: rgb(252 231 243 / 1)}.focus\:ring-pink-200\/0:focus{--tw-ring-color: rgb(251 207 232 / 0)}.focus\:ring-pink-200\/5:focus{--tw-ring-color: rgb(251 207 232 / .05)}.focus\:ring-pink-200\/10:focus{--tw-ring-color: rgb(251 207 232 / .1)}.focus\:ring-pink-200\/20:focus{--tw-ring-color: rgb(251 207 232 / .2)}.focus\:ring-pink-200\/25:focus{--tw-ring-color: rgb(251 207 232 / .25)}.focus\:ring-pink-200\/30:focus{--tw-ring-color: rgb(251 207 232 / .3)}.focus\:ring-pink-200\/40:focus{--tw-ring-color: rgb(251 207 232 / .4)}.focus\:ring-pink-200\/50:focus{--tw-ring-color: rgb(251 207 232 / .5)}.focus\:ring-pink-200\/60:focus{--tw-ring-color: rgb(251 207 232 / .6)}.focus\:ring-pink-200\/70:focus{--tw-ring-color: rgb(251 207 232 / .7)}.focus\:ring-pink-200\/75:focus{--tw-ring-color: rgb(251 207 232 / .75)}.focus\:ring-pink-200\/80:focus{--tw-ring-color: rgb(251 207 232 / .8)}.focus\:ring-pink-200\/90:focus{--tw-ring-color: rgb(251 207 232 / .9)}.focus\:ring-pink-200\/95:focus{--tw-ring-color: rgb(251 207 232 / .95)}.focus\:ring-pink-200\/100:focus{--tw-ring-color: rgb(251 207 232 / 1)}.focus\:ring-pink-300\/0:focus{--tw-ring-color: rgb(249 168 212 / 0)}.focus\:ring-pink-300\/5:focus{--tw-ring-color: rgb(249 168 212 / .05)}.focus\:ring-pink-300\/10:focus{--tw-ring-color: rgb(249 168 212 / .1)}.focus\:ring-pink-300\/20:focus{--tw-ring-color: rgb(249 168 212 / .2)}.focus\:ring-pink-300\/25:focus{--tw-ring-color: rgb(249 168 212 / .25)}.focus\:ring-pink-300\/30:focus{--tw-ring-color: rgb(249 168 212 / .3)}.focus\:ring-pink-300\/40:focus{--tw-ring-color: rgb(249 168 212 / .4)}.focus\:ring-pink-300\/50:focus{--tw-ring-color: rgb(249 168 212 / .5)}.focus\:ring-pink-300\/60:focus{--tw-ring-color: rgb(249 168 212 / .6)}.focus\:ring-pink-300\/70:focus{--tw-ring-color: rgb(249 168 212 / .7)}.focus\:ring-pink-300\/75:focus{--tw-ring-color: rgb(249 168 212 / .75)}.focus\:ring-pink-300\/80:focus{--tw-ring-color: rgb(249 168 212 / .8)}.focus\:ring-pink-300\/90:focus{--tw-ring-color: rgb(249 168 212 / .9)}.focus\:ring-pink-300\/95:focus{--tw-ring-color: rgb(249 168 212 / .95)}.focus\:ring-pink-300\/100:focus{--tw-ring-color: rgb(249 168 212 / 1)}.focus\:ring-pink-400\/0:focus{--tw-ring-color: rgb(244 114 182 / 0)}.focus\:ring-pink-400\/5:focus{--tw-ring-color: rgb(244 114 182 / .05)}.focus\:ring-pink-400\/10:focus{--tw-ring-color: rgb(244 114 182 / .1)}.focus\:ring-pink-400\/20:focus{--tw-ring-color: rgb(244 114 182 / .2)}.focus\:ring-pink-400\/25:focus{--tw-ring-color: rgb(244 114 182 / .25)}.focus\:ring-pink-400\/30:focus{--tw-ring-color: rgb(244 114 182 / .3)}.focus\:ring-pink-400\/40:focus{--tw-ring-color: rgb(244 114 182 / .4)}.focus\:ring-pink-400\/50:focus{--tw-ring-color: rgb(244 114 182 / .5)}.focus\:ring-pink-400\/60:focus{--tw-ring-color: rgb(244 114 182 / .6)}.focus\:ring-pink-400\/70:focus{--tw-ring-color: rgb(244 114 182 / .7)}.focus\:ring-pink-400\/75:focus{--tw-ring-color: rgb(244 114 182 / .75)}.focus\:ring-pink-400\/80:focus{--tw-ring-color: rgb(244 114 182 / .8)}.focus\:ring-pink-400\/90:focus{--tw-ring-color: rgb(244 114 182 / .9)}.focus\:ring-pink-400\/95:focus{--tw-ring-color: rgb(244 114 182 / .95)}.focus\:ring-pink-400\/100:focus{--tw-ring-color: rgb(244 114 182 / 1)}.focus\:ring-pink-500\/0:focus{--tw-ring-color: rgb(236 72 153 / 0)}.focus\:ring-pink-500\/5:focus{--tw-ring-color: rgb(236 72 153 / .05)}.focus\:ring-pink-500\/10:focus{--tw-ring-color: rgb(236 72 153 / .1)}.focus\:ring-pink-500\/20:focus{--tw-ring-color: rgb(236 72 153 / .2)}.focus\:ring-pink-500\/25:focus{--tw-ring-color: rgb(236 72 153 / .25)}.focus\:ring-pink-500\/30:focus{--tw-ring-color: rgb(236 72 153 / .3)}.focus\:ring-pink-500\/40:focus{--tw-ring-color: rgb(236 72 153 / .4)}.focus\:ring-pink-500\/50:focus{--tw-ring-color: rgb(236 72 153 / .5)}.focus\:ring-pink-500\/60:focus{--tw-ring-color: rgb(236 72 153 / .6)}.focus\:ring-pink-500\/70:focus{--tw-ring-color: rgb(236 72 153 / .7)}.focus\:ring-pink-500\/75:focus{--tw-ring-color: rgb(236 72 153 / .75)}.focus\:ring-pink-500\/80:focus{--tw-ring-color: rgb(236 72 153 / .8)}.focus\:ring-pink-500\/90:focus{--tw-ring-color: rgb(236 72 153 / .9)}.focus\:ring-pink-500\/95:focus{--tw-ring-color: rgb(236 72 153 / .95)}.focus\:ring-pink-500\/100:focus{--tw-ring-color: rgb(236 72 153 / 1)}.focus\:ring-pink-600\/0:focus{--tw-ring-color: rgb(219 39 119 / 0)}.focus\:ring-pink-600\/5:focus{--tw-ring-color: rgb(219 39 119 / .05)}.focus\:ring-pink-600\/10:focus{--tw-ring-color: rgb(219 39 119 / .1)}.focus\:ring-pink-600\/20:focus{--tw-ring-color: rgb(219 39 119 / .2)}.focus\:ring-pink-600\/25:focus{--tw-ring-color: rgb(219 39 119 / .25)}.focus\:ring-pink-600\/30:focus{--tw-ring-color: rgb(219 39 119 / .3)}.focus\:ring-pink-600\/40:focus{--tw-ring-color: rgb(219 39 119 / .4)}.focus\:ring-pink-600\/50:focus{--tw-ring-color: rgb(219 39 119 / .5)}.focus\:ring-pink-600\/60:focus{--tw-ring-color: rgb(219 39 119 / .6)}.focus\:ring-pink-600\/70:focus{--tw-ring-color: rgb(219 39 119 / .7)}.focus\:ring-pink-600\/75:focus{--tw-ring-color: rgb(219 39 119 / .75)}.focus\:ring-pink-600\/80:focus{--tw-ring-color: rgb(219 39 119 / .8)}.focus\:ring-pink-600\/90:focus{--tw-ring-color: rgb(219 39 119 / .9)}.focus\:ring-pink-600\/95:focus{--tw-ring-color: rgb(219 39 119 / .95)}.focus\:ring-pink-600\/100:focus{--tw-ring-color: rgb(219 39 119 / 1)}.focus\:ring-pink-700\/0:focus{--tw-ring-color: rgb(190 24 93 / 0)}.focus\:ring-pink-700\/5:focus{--tw-ring-color: rgb(190 24 93 / .05)}.focus\:ring-pink-700\/10:focus{--tw-ring-color: rgb(190 24 93 / .1)}.focus\:ring-pink-700\/20:focus{--tw-ring-color: rgb(190 24 93 / .2)}.focus\:ring-pink-700\/25:focus{--tw-ring-color: rgb(190 24 93 / .25)}.focus\:ring-pink-700\/30:focus{--tw-ring-color: rgb(190 24 93 / .3)}.focus\:ring-pink-700\/40:focus{--tw-ring-color: rgb(190 24 93 / .4)}.focus\:ring-pink-700\/50:focus{--tw-ring-color: rgb(190 24 93 / .5)}.focus\:ring-pink-700\/60:focus{--tw-ring-color: rgb(190 24 93 / .6)}.focus\:ring-pink-700\/70:focus{--tw-ring-color: rgb(190 24 93 / .7)}.focus\:ring-pink-700\/75:focus{--tw-ring-color: rgb(190 24 93 / .75)}.focus\:ring-pink-700\/80:focus{--tw-ring-color: rgb(190 24 93 / .8)}.focus\:ring-pink-700\/90:focus{--tw-ring-color: rgb(190 24 93 / .9)}.focus\:ring-pink-700\/95:focus{--tw-ring-color: rgb(190 24 93 / .95)}.focus\:ring-pink-700\/100:focus{--tw-ring-color: rgb(190 24 93 / 1)}.focus\:ring-pink-800\/0:focus{--tw-ring-color: rgb(157 23 77 / 0)}.focus\:ring-pink-800\/5:focus{--tw-ring-color: rgb(157 23 77 / .05)}.focus\:ring-pink-800\/10:focus{--tw-ring-color: rgb(157 23 77 / .1)}.focus\:ring-pink-800\/20:focus{--tw-ring-color: rgb(157 23 77 / .2)}.focus\:ring-pink-800\/25:focus{--tw-ring-color: rgb(157 23 77 / .25)}.focus\:ring-pink-800\/30:focus{--tw-ring-color: rgb(157 23 77 / .3)}.focus\:ring-pink-800\/40:focus{--tw-ring-color: rgb(157 23 77 / .4)}.focus\:ring-pink-800\/50:focus{--tw-ring-color: rgb(157 23 77 / .5)}.focus\:ring-pink-800\/60:focus{--tw-ring-color: rgb(157 23 77 / .6)}.focus\:ring-pink-800\/70:focus{--tw-ring-color: rgb(157 23 77 / .7)}.focus\:ring-pink-800\/75:focus{--tw-ring-color: rgb(157 23 77 / .75)}.focus\:ring-pink-800\/80:focus{--tw-ring-color: rgb(157 23 77 / .8)}.focus\:ring-pink-800\/90:focus{--tw-ring-color: rgb(157 23 77 / .9)}.focus\:ring-pink-800\/95:focus{--tw-ring-color: rgb(157 23 77 / .95)}.focus\:ring-pink-800\/100:focus{--tw-ring-color: rgb(157 23 77 / 1)}.focus\:ring-pink-900\/0:focus{--tw-ring-color: rgb(131 24 67 / 0)}.focus\:ring-pink-900\/5:focus{--tw-ring-color: rgb(131 24 67 / .05)}.focus\:ring-pink-900\/10:focus{--tw-ring-color: rgb(131 24 67 / .1)}.focus\:ring-pink-900\/20:focus{--tw-ring-color: rgb(131 24 67 / .2)}.focus\:ring-pink-900\/25:focus{--tw-ring-color: rgb(131 24 67 / .25)}.focus\:ring-pink-900\/30:focus{--tw-ring-color: rgb(131 24 67 / .3)}.focus\:ring-pink-900\/40:focus{--tw-ring-color: rgb(131 24 67 / .4)}.focus\:ring-pink-900\/50:focus{--tw-ring-color: rgb(131 24 67 / .5)}.focus\:ring-pink-900\/60:focus{--tw-ring-color: rgb(131 24 67 / .6)}.focus\:ring-pink-900\/70:focus{--tw-ring-color: rgb(131 24 67 / .7)}.focus\:ring-pink-900\/75:focus{--tw-ring-color: rgb(131 24 67 / .75)}.focus\:ring-pink-900\/80:focus{--tw-ring-color: rgb(131 24 67 / .8)}.focus\:ring-pink-900\/90:focus{--tw-ring-color: rgb(131 24 67 / .9)}.focus\:ring-pink-900\/95:focus{--tw-ring-color: rgb(131 24 67 / .95)}.focus\:ring-pink-900\/100:focus{--tw-ring-color: rgb(131 24 67 / 1)}.focus\:ring-rose-50\/0:focus{--tw-ring-color: rgb(255 241 242 / 0)}.focus\:ring-rose-50\/5:focus{--tw-ring-color: rgb(255 241 242 / .05)}.focus\:ring-rose-50\/10:focus{--tw-ring-color: rgb(255 241 242 / .1)}.focus\:ring-rose-50\/20:focus{--tw-ring-color: rgb(255 241 242 / .2)}.focus\:ring-rose-50\/25:focus{--tw-ring-color: rgb(255 241 242 / .25)}.focus\:ring-rose-50\/30:focus{--tw-ring-color: rgb(255 241 242 / .3)}.focus\:ring-rose-50\/40:focus{--tw-ring-color: rgb(255 241 242 / .4)}.focus\:ring-rose-50\/50:focus{--tw-ring-color: rgb(255 241 242 / .5)}.focus\:ring-rose-50\/60:focus{--tw-ring-color: rgb(255 241 242 / .6)}.focus\:ring-rose-50\/70:focus{--tw-ring-color: rgb(255 241 242 / .7)}.focus\:ring-rose-50\/75:focus{--tw-ring-color: rgb(255 241 242 / .75)}.focus\:ring-rose-50\/80:focus{--tw-ring-color: rgb(255 241 242 / .8)}.focus\:ring-rose-50\/90:focus{--tw-ring-color: rgb(255 241 242 / .9)}.focus\:ring-rose-50\/95:focus{--tw-ring-color: rgb(255 241 242 / .95)}.focus\:ring-rose-50\/100:focus{--tw-ring-color: rgb(255 241 242 / 1)}.focus\:ring-rose-100\/0:focus{--tw-ring-color: rgb(255 228 230 / 0)}.focus\:ring-rose-100\/5:focus{--tw-ring-color: rgb(255 228 230 / .05)}.focus\:ring-rose-100\/10:focus{--tw-ring-color: rgb(255 228 230 / .1)}.focus\:ring-rose-100\/20:focus{--tw-ring-color: rgb(255 228 230 / .2)}.focus\:ring-rose-100\/25:focus{--tw-ring-color: rgb(255 228 230 / .25)}.focus\:ring-rose-100\/30:focus{--tw-ring-color: rgb(255 228 230 / .3)}.focus\:ring-rose-100\/40:focus{--tw-ring-color: rgb(255 228 230 / .4)}.focus\:ring-rose-100\/50:focus{--tw-ring-color: rgb(255 228 230 / .5)}.focus\:ring-rose-100\/60:focus{--tw-ring-color: rgb(255 228 230 / .6)}.focus\:ring-rose-100\/70:focus{--tw-ring-color: rgb(255 228 230 / .7)}.focus\:ring-rose-100\/75:focus{--tw-ring-color: rgb(255 228 230 / .75)}.focus\:ring-rose-100\/80:focus{--tw-ring-color: rgb(255 228 230 / .8)}.focus\:ring-rose-100\/90:focus{--tw-ring-color: rgb(255 228 230 / .9)}.focus\:ring-rose-100\/95:focus{--tw-ring-color: rgb(255 228 230 / .95)}.focus\:ring-rose-100\/100:focus{--tw-ring-color: rgb(255 228 230 / 1)}.focus\:ring-rose-200\/0:focus{--tw-ring-color: rgb(254 205 211 / 0)}.focus\:ring-rose-200\/5:focus{--tw-ring-color: rgb(254 205 211 / .05)}.focus\:ring-rose-200\/10:focus{--tw-ring-color: rgb(254 205 211 / .1)}.focus\:ring-rose-200\/20:focus{--tw-ring-color: rgb(254 205 211 / .2)}.focus\:ring-rose-200\/25:focus{--tw-ring-color: rgb(254 205 211 / .25)}.focus\:ring-rose-200\/30:focus{--tw-ring-color: rgb(254 205 211 / .3)}.focus\:ring-rose-200\/40:focus{--tw-ring-color: rgb(254 205 211 / .4)}.focus\:ring-rose-200\/50:focus{--tw-ring-color: rgb(254 205 211 / .5)}.focus\:ring-rose-200\/60:focus{--tw-ring-color: rgb(254 205 211 / .6)}.focus\:ring-rose-200\/70:focus{--tw-ring-color: rgb(254 205 211 / .7)}.focus\:ring-rose-200\/75:focus{--tw-ring-color: rgb(254 205 211 / .75)}.focus\:ring-rose-200\/80:focus{--tw-ring-color: rgb(254 205 211 / .8)}.focus\:ring-rose-200\/90:focus{--tw-ring-color: rgb(254 205 211 / .9)}.focus\:ring-rose-200\/95:focus{--tw-ring-color: rgb(254 205 211 / .95)}.focus\:ring-rose-200\/100:focus{--tw-ring-color: rgb(254 205 211 / 1)}.focus\:ring-rose-300\/0:focus{--tw-ring-color: rgb(253 164 175 / 0)}.focus\:ring-rose-300\/5:focus{--tw-ring-color: rgb(253 164 175 / .05)}.focus\:ring-rose-300\/10:focus{--tw-ring-color: rgb(253 164 175 / .1)}.focus\:ring-rose-300\/20:focus{--tw-ring-color: rgb(253 164 175 / .2)}.focus\:ring-rose-300\/25:focus{--tw-ring-color: rgb(253 164 175 / .25)}.focus\:ring-rose-300\/30:focus{--tw-ring-color: rgb(253 164 175 / .3)}.focus\:ring-rose-300\/40:focus{--tw-ring-color: rgb(253 164 175 / .4)}.focus\:ring-rose-300\/50:focus{--tw-ring-color: rgb(253 164 175 / .5)}.focus\:ring-rose-300\/60:focus{--tw-ring-color: rgb(253 164 175 / .6)}.focus\:ring-rose-300\/70:focus{--tw-ring-color: rgb(253 164 175 / .7)}.focus\:ring-rose-300\/75:focus{--tw-ring-color: rgb(253 164 175 / .75)}.focus\:ring-rose-300\/80:focus{--tw-ring-color: rgb(253 164 175 / .8)}.focus\:ring-rose-300\/90:focus{--tw-ring-color: rgb(253 164 175 / .9)}.focus\:ring-rose-300\/95:focus{--tw-ring-color: rgb(253 164 175 / .95)}.focus\:ring-rose-300\/100:focus{--tw-ring-color: rgb(253 164 175 / 1)}.focus\:ring-rose-400\/0:focus{--tw-ring-color: rgb(251 113 133 / 0)}.focus\:ring-rose-400\/5:focus{--tw-ring-color: rgb(251 113 133 / .05)}.focus\:ring-rose-400\/10:focus{--tw-ring-color: rgb(251 113 133 / .1)}.focus\:ring-rose-400\/20:focus{--tw-ring-color: rgb(251 113 133 / .2)}.focus\:ring-rose-400\/25:focus{--tw-ring-color: rgb(251 113 133 / .25)}.focus\:ring-rose-400\/30:focus{--tw-ring-color: rgb(251 113 133 / .3)}.focus\:ring-rose-400\/40:focus{--tw-ring-color: rgb(251 113 133 / .4)}.focus\:ring-rose-400\/50:focus{--tw-ring-color: rgb(251 113 133 / .5)}.focus\:ring-rose-400\/60:focus{--tw-ring-color: rgb(251 113 133 / .6)}.focus\:ring-rose-400\/70:focus{--tw-ring-color: rgb(251 113 133 / .7)}.focus\:ring-rose-400\/75:focus{--tw-ring-color: rgb(251 113 133 / .75)}.focus\:ring-rose-400\/80:focus{--tw-ring-color: rgb(251 113 133 / .8)}.focus\:ring-rose-400\/90:focus{--tw-ring-color: rgb(251 113 133 / .9)}.focus\:ring-rose-400\/95:focus{--tw-ring-color: rgb(251 113 133 / .95)}.focus\:ring-rose-400\/100:focus{--tw-ring-color: rgb(251 113 133 / 1)}.focus\:ring-rose-500\/0:focus{--tw-ring-color: rgb(244 63 94 / 0)}.focus\:ring-rose-500\/5:focus{--tw-ring-color: rgb(244 63 94 / .05)}.focus\:ring-rose-500\/10:focus{--tw-ring-color: rgb(244 63 94 / .1)}.focus\:ring-rose-500\/20:focus{--tw-ring-color: rgb(244 63 94 / .2)}.focus\:ring-rose-500\/25:focus{--tw-ring-color: rgb(244 63 94 / .25)}.focus\:ring-rose-500\/30:focus{--tw-ring-color: rgb(244 63 94 / .3)}.focus\:ring-rose-500\/40:focus{--tw-ring-color: rgb(244 63 94 / .4)}.focus\:ring-rose-500\/50:focus{--tw-ring-color: rgb(244 63 94 / .5)}.focus\:ring-rose-500\/60:focus{--tw-ring-color: rgb(244 63 94 / .6)}.focus\:ring-rose-500\/70:focus{--tw-ring-color: rgb(244 63 94 / .7)}.focus\:ring-rose-500\/75:focus{--tw-ring-color: rgb(244 63 94 / .75)}.focus\:ring-rose-500\/80:focus{--tw-ring-color: rgb(244 63 94 / .8)}.focus\:ring-rose-500\/90:focus{--tw-ring-color: rgb(244 63 94 / .9)}.focus\:ring-rose-500\/95:focus{--tw-ring-color: rgb(244 63 94 / .95)}.focus\:ring-rose-500\/100:focus{--tw-ring-color: rgb(244 63 94 / 1)}.focus\:ring-rose-600\/0:focus{--tw-ring-color: rgb(225 29 72 / 0)}.focus\:ring-rose-600\/5:focus{--tw-ring-color: rgb(225 29 72 / .05)}.focus\:ring-rose-600\/10:focus{--tw-ring-color: rgb(225 29 72 / .1)}.focus\:ring-rose-600\/20:focus{--tw-ring-color: rgb(225 29 72 / .2)}.focus\:ring-rose-600\/25:focus{--tw-ring-color: rgb(225 29 72 / .25)}.focus\:ring-rose-600\/30:focus{--tw-ring-color: rgb(225 29 72 / .3)}.focus\:ring-rose-600\/40:focus{--tw-ring-color: rgb(225 29 72 / .4)}.focus\:ring-rose-600\/50:focus{--tw-ring-color: rgb(225 29 72 / .5)}.focus\:ring-rose-600\/60:focus{--tw-ring-color: rgb(225 29 72 / .6)}.focus\:ring-rose-600\/70:focus{--tw-ring-color: rgb(225 29 72 / .7)}.focus\:ring-rose-600\/75:focus{--tw-ring-color: rgb(225 29 72 / .75)}.focus\:ring-rose-600\/80:focus{--tw-ring-color: rgb(225 29 72 / .8)}.focus\:ring-rose-600\/90:focus{--tw-ring-color: rgb(225 29 72 / .9)}.focus\:ring-rose-600\/95:focus{--tw-ring-color: rgb(225 29 72 / .95)}.focus\:ring-rose-600\/100:focus{--tw-ring-color: rgb(225 29 72 / 1)}.focus\:ring-rose-700\/0:focus{--tw-ring-color: rgb(190 18 60 / 0)}.focus\:ring-rose-700\/5:focus{--tw-ring-color: rgb(190 18 60 / .05)}.focus\:ring-rose-700\/10:focus{--tw-ring-color: rgb(190 18 60 / .1)}.focus\:ring-rose-700\/20:focus{--tw-ring-color: rgb(190 18 60 / .2)}.focus\:ring-rose-700\/25:focus{--tw-ring-color: rgb(190 18 60 / .25)}.focus\:ring-rose-700\/30:focus{--tw-ring-color: rgb(190 18 60 / .3)}.focus\:ring-rose-700\/40:focus{--tw-ring-color: rgb(190 18 60 / .4)}.focus\:ring-rose-700\/50:focus{--tw-ring-color: rgb(190 18 60 / .5)}.focus\:ring-rose-700\/60:focus{--tw-ring-color: rgb(190 18 60 / .6)}.focus\:ring-rose-700\/70:focus{--tw-ring-color: rgb(190 18 60 / .7)}.focus\:ring-rose-700\/75:focus{--tw-ring-color: rgb(190 18 60 / .75)}.focus\:ring-rose-700\/80:focus{--tw-ring-color: rgb(190 18 60 / .8)}.focus\:ring-rose-700\/90:focus{--tw-ring-color: rgb(190 18 60 / .9)}.focus\:ring-rose-700\/95:focus{--tw-ring-color: rgb(190 18 60 / .95)}.focus\:ring-rose-700\/100:focus{--tw-ring-color: rgb(190 18 60 / 1)}.focus\:ring-rose-800\/0:focus{--tw-ring-color: rgb(159 18 57 / 0)}.focus\:ring-rose-800\/5:focus{--tw-ring-color: rgb(159 18 57 / .05)}.focus\:ring-rose-800\/10:focus{--tw-ring-color: rgb(159 18 57 / .1)}.focus\:ring-rose-800\/20:focus{--tw-ring-color: rgb(159 18 57 / .2)}.focus\:ring-rose-800\/25:focus{--tw-ring-color: rgb(159 18 57 / .25)}.focus\:ring-rose-800\/30:focus{--tw-ring-color: rgb(159 18 57 / .3)}.focus\:ring-rose-800\/40:focus{--tw-ring-color: rgb(159 18 57 / .4)}.focus\:ring-rose-800\/50:focus{--tw-ring-color: rgb(159 18 57 / .5)}.focus\:ring-rose-800\/60:focus{--tw-ring-color: rgb(159 18 57 / .6)}.focus\:ring-rose-800\/70:focus{--tw-ring-color: rgb(159 18 57 / .7)}.focus\:ring-rose-800\/75:focus{--tw-ring-color: rgb(159 18 57 / .75)}.focus\:ring-rose-800\/80:focus{--tw-ring-color: rgb(159 18 57 / .8)}.focus\:ring-rose-800\/90:focus{--tw-ring-color: rgb(159 18 57 / .9)}.focus\:ring-rose-800\/95:focus{--tw-ring-color: rgb(159 18 57 / .95)}.focus\:ring-rose-800\/100:focus{--tw-ring-color: rgb(159 18 57 / 1)}.focus\:ring-rose-900\/0:focus{--tw-ring-color: rgb(136 19 55 / 0)}.focus\:ring-rose-900\/5:focus{--tw-ring-color: rgb(136 19 55 / .05)}.focus\:ring-rose-900\/10:focus{--tw-ring-color: rgb(136 19 55 / .1)}.focus\:ring-rose-900\/20:focus{--tw-ring-color: rgb(136 19 55 / .2)}.focus\:ring-rose-900\/25:focus{--tw-ring-color: rgb(136 19 55 / .25)}.focus\:ring-rose-900\/30:focus{--tw-ring-color: rgb(136 19 55 / .3)}.focus\:ring-rose-900\/40:focus{--tw-ring-color: rgb(136 19 55 / .4)}.focus\:ring-rose-900\/50:focus{--tw-ring-color: rgb(136 19 55 / .5)}.focus\:ring-rose-900\/60:focus{--tw-ring-color: rgb(136 19 55 / .6)}.focus\:ring-rose-900\/70:focus{--tw-ring-color: rgb(136 19 55 / .7)}.focus\:ring-rose-900\/75:focus{--tw-ring-color: rgb(136 19 55 / .75)}.focus\:ring-rose-900\/80:focus{--tw-ring-color: rgb(136 19 55 / .8)}.focus\:ring-rose-900\/90:focus{--tw-ring-color: rgb(136 19 55 / .9)}.focus\:ring-rose-900\/95:focus{--tw-ring-color: rgb(136 19 55 / .95)}.focus\:ring-rose-900\/100:focus{--tw-ring-color: rgb(136 19 55 / 1)}.focus\:ring-primary-100\/0:focus{--tw-ring-color: rgb(242 243 244 / 0)}.focus\:ring-primary-100\/5:focus{--tw-ring-color: rgb(242 243 244 / .05)}.focus\:ring-primary-100\/10:focus{--tw-ring-color: rgb(242 243 244 / .1)}.focus\:ring-primary-100\/20:focus{--tw-ring-color: rgb(242 243 244 / .2)}.focus\:ring-primary-100\/25:focus{--tw-ring-color: rgb(242 243 244 / .25)}.focus\:ring-primary-100\/30:focus{--tw-ring-color: rgb(242 243 244 / .3)}.focus\:ring-primary-100\/40:focus{--tw-ring-color: rgb(242 243 244 / .4)}.focus\:ring-primary-100\/50:focus{--tw-ring-color: rgb(242 243 244 / .5)}.focus\:ring-primary-100\/60:focus{--tw-ring-color: rgb(242 243 244 / .6)}.focus\:ring-primary-100\/70:focus{--tw-ring-color: rgb(242 243 244 / .7)}.focus\:ring-primary-100\/75:focus{--tw-ring-color: rgb(242 243 244 / .75)}.focus\:ring-primary-100\/80:focus{--tw-ring-color: rgb(242 243 244 / .8)}.focus\:ring-primary-100\/90:focus{--tw-ring-color: rgb(242 243 244 / .9)}.focus\:ring-primary-100\/95:focus{--tw-ring-color: rgb(242 243 244 / .95)}.focus\:ring-primary-100\/100:focus{--tw-ring-color: rgb(242 243 244 / 1)}.focus\:ring-primary-200\/0:focus{--tw-ring-color: rgb(232 232 240 / 0)}.focus\:ring-primary-200\/5:focus{--tw-ring-color: rgb(232 232 240 / .05)}.focus\:ring-primary-200\/10:focus{--tw-ring-color: rgb(232 232 240 / .1)}.focus\:ring-primary-200\/20:focus{--tw-ring-color: rgb(232 232 240 / .2)}.focus\:ring-primary-200\/25:focus{--tw-ring-color: rgb(232 232 240 / .25)}.focus\:ring-primary-200\/30:focus{--tw-ring-color: rgb(232 232 240 / .3)}.focus\:ring-primary-200\/40:focus{--tw-ring-color: rgb(232 232 240 / .4)}.focus\:ring-primary-200\/50:focus{--tw-ring-color: rgb(232 232 240 / .5)}.focus\:ring-primary-200\/60:focus{--tw-ring-color: rgb(232 232 240 / .6)}.focus\:ring-primary-200\/70:focus{--tw-ring-color: rgb(232 232 240 / .7)}.focus\:ring-primary-200\/75:focus{--tw-ring-color: rgb(232 232 240 / .75)}.focus\:ring-primary-200\/80:focus{--tw-ring-color: rgb(232 232 240 / .8)}.focus\:ring-primary-200\/90:focus{--tw-ring-color: rgb(232 232 240 / .9)}.focus\:ring-primary-200\/95:focus{--tw-ring-color: rgb(232 232 240 / .95)}.focus\:ring-primary-200\/100:focus{--tw-ring-color: rgb(232 232 240 / 1)}.focus\:ring-primary-300\/0:focus{--tw-ring-color: rgb(208 208 225 / 0)}.focus\:ring-primary-300\/5:focus{--tw-ring-color: rgb(208 208 225 / .05)}.focus\:ring-primary-300\/10:focus{--tw-ring-color: rgb(208 208 225 / .1)}.focus\:ring-primary-300\/20:focus{--tw-ring-color: rgb(208 208 225 / .2)}.focus\:ring-primary-300\/25:focus{--tw-ring-color: rgb(208 208 225 / .25)}.focus\:ring-primary-300\/30:focus{--tw-ring-color: rgb(208 208 225 / .3)}.focus\:ring-primary-300\/40:focus{--tw-ring-color: rgb(208 208 225 / .4)}.focus\:ring-primary-300\/50:focus{--tw-ring-color: rgb(208 208 225 / .5)}.focus\:ring-primary-300\/60:focus{--tw-ring-color: rgb(208 208 225 / .6)}.focus\:ring-primary-300\/70:focus{--tw-ring-color: rgb(208 208 225 / .7)}.focus\:ring-primary-300\/75:focus{--tw-ring-color: rgb(208 208 225 / .75)}.focus\:ring-primary-300\/80:focus{--tw-ring-color: rgb(208 208 225 / .8)}.focus\:ring-primary-300\/90:focus{--tw-ring-color: rgb(208 208 225 / .9)}.focus\:ring-primary-300\/95:focus{--tw-ring-color: rgb(208 208 225 / .95)}.focus\:ring-primary-300\/100:focus{--tw-ring-color: rgb(208 208 225 / 1)}.focus\:ring-primary-400\/0:focus{--tw-ring-color: rgb(180 180 209 / 0)}.focus\:ring-primary-400\/5:focus{--tw-ring-color: rgb(180 180 209 / .05)}.focus\:ring-primary-400\/10:focus{--tw-ring-color: rgb(180 180 209 / .1)}.focus\:ring-primary-400\/20:focus{--tw-ring-color: rgb(180 180 209 / .2)}.focus\:ring-primary-400\/25:focus{--tw-ring-color: rgb(180 180 209 / .25)}.focus\:ring-primary-400\/30:focus{--tw-ring-color: rgb(180 180 209 / .3)}.focus\:ring-primary-400\/40:focus{--tw-ring-color: rgb(180 180 209 / .4)}.focus\:ring-primary-400\/50:focus{--tw-ring-color: rgb(180 180 209 / .5)}.focus\:ring-primary-400\/60:focus{--tw-ring-color: rgb(180 180 209 / .6)}.focus\:ring-primary-400\/70:focus{--tw-ring-color: rgb(180 180 209 / .7)}.focus\:ring-primary-400\/75:focus{--tw-ring-color: rgb(180 180 209 / .75)}.focus\:ring-primary-400\/80:focus{--tw-ring-color: rgb(180 180 209 / .8)}.focus\:ring-primary-400\/90:focus{--tw-ring-color: rgb(180 180 209 / .9)}.focus\:ring-primary-400\/95:focus{--tw-ring-color: rgb(180 180 209 / .95)}.focus\:ring-primary-400\/100:focus{--tw-ring-color: rgb(180 180 209 / 1)}.focus\:ring-primary-500\/0:focus{--tw-ring-color: rgb(147 147 191 / 0)}.focus\:ring-primary-500\/5:focus{--tw-ring-color: rgb(147 147 191 / .05)}.focus\:ring-primary-500\/10:focus{--tw-ring-color: rgb(147 147 191 / .1)}.focus\:ring-primary-500\/20:focus{--tw-ring-color: rgb(147 147 191 / .2)}.focus\:ring-primary-500\/25:focus{--tw-ring-color: rgb(147 147 191 / .25)}.focus\:ring-primary-500\/30:focus{--tw-ring-color: rgb(147 147 191 / .3)}.focus\:ring-primary-500\/40:focus{--tw-ring-color: rgb(147 147 191 / .4)}.focus\:ring-primary-500\/50:focus{--tw-ring-color: rgb(147 147 191 / .5)}.focus\:ring-primary-500\/60:focus{--tw-ring-color: rgb(147 147 191 / .6)}.focus\:ring-primary-500\/70:focus{--tw-ring-color: rgb(147 147 191 / .7)}.focus\:ring-primary-500\/75:focus{--tw-ring-color: rgb(147 147 191 / .75)}.focus\:ring-primary-500\/80:focus{--tw-ring-color: rgb(147 147 191 / .8)}.focus\:ring-primary-500\/90:focus{--tw-ring-color: rgb(147 147 191 / .9)}.focus\:ring-primary-500\/95:focus{--tw-ring-color: rgb(147 147 191 / .95)}.focus\:ring-primary-500\/100:focus{--tw-ring-color: rgb(147 147 191 / 1)}.focus\:ring-primary-600\/0:focus{--tw-ring-color: rgb(104 104 172 / 0)}.focus\:ring-primary-600\/5:focus{--tw-ring-color: rgb(104 104 172 / .05)}.focus\:ring-primary-600\/10:focus{--tw-ring-color: rgb(104 104 172 / .1)}.focus\:ring-primary-600\/20:focus{--tw-ring-color: rgb(104 104 172 / .2)}.focus\:ring-primary-600\/25:focus{--tw-ring-color: rgb(104 104 172 / .25)}.focus\:ring-primary-600\/30:focus{--tw-ring-color: rgb(104 104 172 / .3)}.focus\:ring-primary-600\/40:focus{--tw-ring-color: rgb(104 104 172 / .4)}.focus\:ring-primary-600\/50:focus{--tw-ring-color: rgb(104 104 172 / .5)}.focus\:ring-primary-600\/60:focus{--tw-ring-color: rgb(104 104 172 / .6)}.focus\:ring-primary-600\/70:focus{--tw-ring-color: rgb(104 104 172 / .7)}.focus\:ring-primary-600\/75:focus{--tw-ring-color: rgb(104 104 172 / .75)}.focus\:ring-primary-600\/80:focus{--tw-ring-color: rgb(104 104 172 / .8)}.focus\:ring-primary-600\/90:focus{--tw-ring-color: rgb(104 104 172 / .9)}.focus\:ring-primary-600\/95:focus{--tw-ring-color: rgb(104 104 172 / .95)}.focus\:ring-primary-600\/100:focus{--tw-ring-color: rgb(104 104 172 / 1)}.focus\:ring-primary-700\/0:focus{--tw-ring-color: rgb(93 93 153 / 0)}.focus\:ring-primary-700\/5:focus{--tw-ring-color: rgb(93 93 153 / .05)}.focus\:ring-primary-700\/10:focus{--tw-ring-color: rgb(93 93 153 / .1)}.focus\:ring-primary-700\/20:focus{--tw-ring-color: rgb(93 93 153 / .2)}.focus\:ring-primary-700\/25:focus{--tw-ring-color: rgb(93 93 153 / .25)}.focus\:ring-primary-700\/30:focus{--tw-ring-color: rgb(93 93 153 / .3)}.focus\:ring-primary-700\/40:focus{--tw-ring-color: rgb(93 93 153 / .4)}.focus\:ring-primary-700\/50:focus{--tw-ring-color: rgb(93 93 153 / .5)}.focus\:ring-primary-700\/60:focus{--tw-ring-color: rgb(93 93 153 / .6)}.focus\:ring-primary-700\/70:focus{--tw-ring-color: rgb(93 93 153 / .7)}.focus\:ring-primary-700\/75:focus{--tw-ring-color: rgb(93 93 153 / .75)}.focus\:ring-primary-700\/80:focus{--tw-ring-color: rgb(93 93 153 / .8)}.focus\:ring-primary-700\/90:focus{--tw-ring-color: rgb(93 93 153 / .9)}.focus\:ring-primary-700\/95:focus{--tw-ring-color: rgb(93 93 153 / .95)}.focus\:ring-primary-700\/100:focus{--tw-ring-color: rgb(93 93 153 / 1)}.focus\:ring-primary-800\/0:focus{--tw-ring-color: rgb(80 80 133 / 0)}.focus\:ring-primary-800\/5:focus{--tw-ring-color: rgb(80 80 133 / .05)}.focus\:ring-primary-800\/10:focus{--tw-ring-color: rgb(80 80 133 / .1)}.focus\:ring-primary-800\/20:focus{--tw-ring-color: rgb(80 80 133 / .2)}.focus\:ring-primary-800\/25:focus{--tw-ring-color: rgb(80 80 133 / .25)}.focus\:ring-primary-800\/30:focus{--tw-ring-color: rgb(80 80 133 / .3)}.focus\:ring-primary-800\/40:focus{--tw-ring-color: rgb(80 80 133 / .4)}.focus\:ring-primary-800\/50:focus{--tw-ring-color: rgb(80 80 133 / .5)}.focus\:ring-primary-800\/60:focus{--tw-ring-color: rgb(80 80 133 / .6)}.focus\:ring-primary-800\/70:focus{--tw-ring-color: rgb(80 80 133 / .7)}.focus\:ring-primary-800\/75:focus{--tw-ring-color: rgb(80 80 133 / .75)}.focus\:ring-primary-800\/80:focus{--tw-ring-color: rgb(80 80 133 / .8)}.focus\:ring-primary-800\/90:focus{--tw-ring-color: rgb(80 80 133 / .9)}.focus\:ring-primary-800\/95:focus{--tw-ring-color: rgb(80 80 133 / .95)}.focus\:ring-primary-800\/100:focus{--tw-ring-color: rgb(80 80 133 / 1)}.focus\:ring-primary-900\/0:focus{--tw-ring-color: rgb(65 65 108 / 0)}.focus\:ring-primary-900\/5:focus{--tw-ring-color: rgb(65 65 108 / .05)}.focus\:ring-primary-900\/10:focus{--tw-ring-color: rgb(65 65 108 / .1)}.focus\:ring-primary-900\/20:focus{--tw-ring-color: rgb(65 65 108 / .2)}.focus\:ring-primary-900\/25:focus{--tw-ring-color: rgb(65 65 108 / .25)}.focus\:ring-primary-900\/30:focus{--tw-ring-color: rgb(65 65 108 / .3)}.focus\:ring-primary-900\/40:focus{--tw-ring-color: rgb(65 65 108 / .4)}.focus\:ring-primary-900\/50:focus{--tw-ring-color: rgb(65 65 108 / .5)}.focus\:ring-primary-900\/60:focus{--tw-ring-color: rgb(65 65 108 / .6)}.focus\:ring-primary-900\/70:focus{--tw-ring-color: rgb(65 65 108 / .7)}.focus\:ring-primary-900\/75:focus{--tw-ring-color: rgb(65 65 108 / .75)}.focus\:ring-primary-900\/80:focus{--tw-ring-color: rgb(65 65 108 / .8)}.focus\:ring-primary-900\/90:focus{--tw-ring-color: rgb(65 65 108 / .9)}.focus\:ring-primary-900\/95:focus{--tw-ring-color: rgb(65 65 108 / .95)}.focus\:ring-primary-900\/100:focus{--tw-ring-color: rgb(65 65 108 / 1)}.focus\:ring-primary-1000\/0:focus{--tw-ring-color: rgb(46 46 76 / 0)}.focus\:ring-primary-1000\/5:focus{--tw-ring-color: rgb(46 46 76 / .05)}.focus\:ring-primary-1000\/10:focus{--tw-ring-color: rgb(46 46 76 / .1)}.focus\:ring-primary-1000\/20:focus{--tw-ring-color: rgb(46 46 76 / .2)}.focus\:ring-primary-1000\/25:focus{--tw-ring-color: rgb(46 46 76 / .25)}.focus\:ring-primary-1000\/30:focus{--tw-ring-color: rgb(46 46 76 / .3)}.focus\:ring-primary-1000\/40:focus{--tw-ring-color: rgb(46 46 76 / .4)}.focus\:ring-primary-1000\/50:focus{--tw-ring-color: rgb(46 46 76 / .5)}.focus\:ring-primary-1000\/60:focus{--tw-ring-color: rgb(46 46 76 / .6)}.focus\:ring-primary-1000\/70:focus{--tw-ring-color: rgb(46 46 76 / .7)}.focus\:ring-primary-1000\/75:focus{--tw-ring-color: rgb(46 46 76 / .75)}.focus\:ring-primary-1000\/80:focus{--tw-ring-color: rgb(46 46 76 / .8)}.focus\:ring-primary-1000\/90:focus{--tw-ring-color: rgb(46 46 76 / .9)}.focus\:ring-primary-1000\/95:focus{--tw-ring-color: rgb(46 46 76 / .95)}.focus\:ring-primary-1000\/100:focus{--tw-ring-color: rgb(46 46 76 / 1)}.focus\:ring-primary-highlight-100\/0:focus{--tw-ring-color: rgb(247 245 254 / 0)}.focus\:ring-primary-highlight-100\/5:focus{--tw-ring-color: rgb(247 245 254 / .05)}.focus\:ring-primary-highlight-100\/10:focus{--tw-ring-color: rgb(247 245 254 / .1)}.focus\:ring-primary-highlight-100\/20:focus{--tw-ring-color: rgb(247 245 254 / .2)}.focus\:ring-primary-highlight-100\/25:focus{--tw-ring-color: rgb(247 245 254 / .25)}.focus\:ring-primary-highlight-100\/30:focus{--tw-ring-color: rgb(247 245 254 / .3)}.focus\:ring-primary-highlight-100\/40:focus{--tw-ring-color: rgb(247 245 254 / .4)}.focus\:ring-primary-highlight-100\/50:focus{--tw-ring-color: rgb(247 245 254 / .5)}.focus\:ring-primary-highlight-100\/60:focus{--tw-ring-color: rgb(247 245 254 / .6)}.focus\:ring-primary-highlight-100\/70:focus{--tw-ring-color: rgb(247 245 254 / .7)}.focus\:ring-primary-highlight-100\/75:focus{--tw-ring-color: rgb(247 245 254 / .75)}.focus\:ring-primary-highlight-100\/80:focus{--tw-ring-color: rgb(247 245 254 / .8)}.focus\:ring-primary-highlight-100\/90:focus{--tw-ring-color: rgb(247 245 254 / .9)}.focus\:ring-primary-highlight-100\/95:focus{--tw-ring-color: rgb(247 245 254 / .95)}.focus\:ring-primary-highlight-100\/100:focus{--tw-ring-color: rgb(247 245 254 / 1)}.focus\:ring-primary-highlight-200\/0:focus{--tw-ring-color: rgb(239 236 254 / 0)}.focus\:ring-primary-highlight-200\/5:focus{--tw-ring-color: rgb(239 236 254 / .05)}.focus\:ring-primary-highlight-200\/10:focus{--tw-ring-color: rgb(239 236 254 / .1)}.focus\:ring-primary-highlight-200\/20:focus{--tw-ring-color: rgb(239 236 254 / .2)}.focus\:ring-primary-highlight-200\/25:focus{--tw-ring-color: rgb(239 236 254 / .25)}.focus\:ring-primary-highlight-200\/30:focus{--tw-ring-color: rgb(239 236 254 / .3)}.focus\:ring-primary-highlight-200\/40:focus{--tw-ring-color: rgb(239 236 254 / .4)}.focus\:ring-primary-highlight-200\/50:focus{--tw-ring-color: rgb(239 236 254 / .5)}.focus\:ring-primary-highlight-200\/60:focus{--tw-ring-color: rgb(239 236 254 / .6)}.focus\:ring-primary-highlight-200\/70:focus{--tw-ring-color: rgb(239 236 254 / .7)}.focus\:ring-primary-highlight-200\/75:focus{--tw-ring-color: rgb(239 236 254 / .75)}.focus\:ring-primary-highlight-200\/80:focus{--tw-ring-color: rgb(239 236 254 / .8)}.focus\:ring-primary-highlight-200\/90:focus{--tw-ring-color: rgb(239 236 254 / .9)}.focus\:ring-primary-highlight-200\/95:focus{--tw-ring-color: rgb(239 236 254 / .95)}.focus\:ring-primary-highlight-200\/100:focus{--tw-ring-color: rgb(239 236 254 / 1)}.focus\:ring-primary-highlight-300\/0:focus{--tw-ring-color: rgb(223 216 253 / 0)}.focus\:ring-primary-highlight-300\/5:focus{--tw-ring-color: rgb(223 216 253 / .05)}.focus\:ring-primary-highlight-300\/10:focus{--tw-ring-color: rgb(223 216 253 / .1)}.focus\:ring-primary-highlight-300\/20:focus{--tw-ring-color: rgb(223 216 253 / .2)}.focus\:ring-primary-highlight-300\/25:focus{--tw-ring-color: rgb(223 216 253 / .25)}.focus\:ring-primary-highlight-300\/30:focus{--tw-ring-color: rgb(223 216 253 / .3)}.focus\:ring-primary-highlight-300\/40:focus{--tw-ring-color: rgb(223 216 253 / .4)}.focus\:ring-primary-highlight-300\/50:focus{--tw-ring-color: rgb(223 216 253 / .5)}.focus\:ring-primary-highlight-300\/60:focus{--tw-ring-color: rgb(223 216 253 / .6)}.focus\:ring-primary-highlight-300\/70:focus{--tw-ring-color: rgb(223 216 253 / .7)}.focus\:ring-primary-highlight-300\/75:focus{--tw-ring-color: rgb(223 216 253 / .75)}.focus\:ring-primary-highlight-300\/80:focus{--tw-ring-color: rgb(223 216 253 / .8)}.focus\:ring-primary-highlight-300\/90:focus{--tw-ring-color: rgb(223 216 253 / .9)}.focus\:ring-primary-highlight-300\/95:focus{--tw-ring-color: rgb(223 216 253 / .95)}.focus\:ring-primary-highlight-300\/100:focus{--tw-ring-color: rgb(223 216 253 / 1)}.focus\:ring-primary-highlight-400\/0:focus{--tw-ring-color: rgb(206 193 252 / 0)}.focus\:ring-primary-highlight-400\/5:focus{--tw-ring-color: rgb(206 193 252 / .05)}.focus\:ring-primary-highlight-400\/10:focus{--tw-ring-color: rgb(206 193 252 / .1)}.focus\:ring-primary-highlight-400\/20:focus{--tw-ring-color: rgb(206 193 252 / .2)}.focus\:ring-primary-highlight-400\/25:focus{--tw-ring-color: rgb(206 193 252 / .25)}.focus\:ring-primary-highlight-400\/30:focus{--tw-ring-color: rgb(206 193 252 / .3)}.focus\:ring-primary-highlight-400\/40:focus{--tw-ring-color: rgb(206 193 252 / .4)}.focus\:ring-primary-highlight-400\/50:focus{--tw-ring-color: rgb(206 193 252 / .5)}.focus\:ring-primary-highlight-400\/60:focus{--tw-ring-color: rgb(206 193 252 / .6)}.focus\:ring-primary-highlight-400\/70:focus{--tw-ring-color: rgb(206 193 252 / .7)}.focus\:ring-primary-highlight-400\/75:focus{--tw-ring-color: rgb(206 193 252 / .75)}.focus\:ring-primary-highlight-400\/80:focus{--tw-ring-color: rgb(206 193 252 / .8)}.focus\:ring-primary-highlight-400\/90:focus{--tw-ring-color: rgb(206 193 252 / .9)}.focus\:ring-primary-highlight-400\/95:focus{--tw-ring-color: rgb(206 193 252 / .95)}.focus\:ring-primary-highlight-400\/100:focus{--tw-ring-color: rgb(206 193 252 / 1)}.focus\:ring-primary-highlight-500\/0:focus{--tw-ring-color: rgb(187 168 251 / 0)}.focus\:ring-primary-highlight-500\/5:focus{--tw-ring-color: rgb(187 168 251 / .05)}.focus\:ring-primary-highlight-500\/10:focus{--tw-ring-color: rgb(187 168 251 / .1)}.focus\:ring-primary-highlight-500\/20:focus{--tw-ring-color: rgb(187 168 251 / .2)}.focus\:ring-primary-highlight-500\/25:focus{--tw-ring-color: rgb(187 168 251 / .25)}.focus\:ring-primary-highlight-500\/30:focus{--tw-ring-color: rgb(187 168 251 / .3)}.focus\:ring-primary-highlight-500\/40:focus{--tw-ring-color: rgb(187 168 251 / .4)}.focus\:ring-primary-highlight-500\/50:focus{--tw-ring-color: rgb(187 168 251 / .5)}.focus\:ring-primary-highlight-500\/60:focus{--tw-ring-color: rgb(187 168 251 / .6)}.focus\:ring-primary-highlight-500\/70:focus{--tw-ring-color: rgb(187 168 251 / .7)}.focus\:ring-primary-highlight-500\/75:focus{--tw-ring-color: rgb(187 168 251 / .75)}.focus\:ring-primary-highlight-500\/80:focus{--tw-ring-color: rgb(187 168 251 / .8)}.focus\:ring-primary-highlight-500\/90:focus{--tw-ring-color: rgb(187 168 251 / .9)}.focus\:ring-primary-highlight-500\/95:focus{--tw-ring-color: rgb(187 168 251 / .95)}.focus\:ring-primary-highlight-500\/100:focus{--tw-ring-color: rgb(187 168 251 / 1)}.focus\:ring-primary-highlight-600\/0:focus{--tw-ring-color: rgb(167 139 250 / 0)}.focus\:ring-primary-highlight-600\/5:focus{--tw-ring-color: rgb(167 139 250 / .05)}.focus\:ring-primary-highlight-600\/10:focus{--tw-ring-color: rgb(167 139 250 / .1)}.focus\:ring-primary-highlight-600\/20:focus{--tw-ring-color: rgb(167 139 250 / .2)}.focus\:ring-primary-highlight-600\/25:focus{--tw-ring-color: rgb(167 139 250 / .25)}.focus\:ring-primary-highlight-600\/30:focus{--tw-ring-color: rgb(167 139 250 / .3)}.focus\:ring-primary-highlight-600\/40:focus{--tw-ring-color: rgb(167 139 250 / .4)}.focus\:ring-primary-highlight-600\/50:focus{--tw-ring-color: rgb(167 139 250 / .5)}.focus\:ring-primary-highlight-600\/60:focus{--tw-ring-color: rgb(167 139 250 / .6)}.focus\:ring-primary-highlight-600\/70:focus{--tw-ring-color: rgb(167 139 250 / .7)}.focus\:ring-primary-highlight-600\/75:focus{--tw-ring-color: rgb(167 139 250 / .75)}.focus\:ring-primary-highlight-600\/80:focus{--tw-ring-color: rgb(167 139 250 / .8)}.focus\:ring-primary-highlight-600\/90:focus{--tw-ring-color: rgb(167 139 250 / .9)}.focus\:ring-primary-highlight-600\/95:focus{--tw-ring-color: rgb(167 139 250 / .95)}.focus\:ring-primary-highlight-600\/100:focus{--tw-ring-color: rgb(167 139 250 / 1)}.focus\:ring-primary-highlight-700\/0:focus{--tw-ring-color: rgb(149 124 223 / 0)}.focus\:ring-primary-highlight-700\/5:focus{--tw-ring-color: rgb(149 124 223 / .05)}.focus\:ring-primary-highlight-700\/10:focus{--tw-ring-color: rgb(149 124 223 / .1)}.focus\:ring-primary-highlight-700\/20:focus{--tw-ring-color: rgb(149 124 223 / .2)}.focus\:ring-primary-highlight-700\/25:focus{--tw-ring-color: rgb(149 124 223 / .25)}.focus\:ring-primary-highlight-700\/30:focus{--tw-ring-color: rgb(149 124 223 / .3)}.focus\:ring-primary-highlight-700\/40:focus{--tw-ring-color: rgb(149 124 223 / .4)}.focus\:ring-primary-highlight-700\/50:focus{--tw-ring-color: rgb(149 124 223 / .5)}.focus\:ring-primary-highlight-700\/60:focus{--tw-ring-color: rgb(149 124 223 / .6)}.focus\:ring-primary-highlight-700\/70:focus{--tw-ring-color: rgb(149 124 223 / .7)}.focus\:ring-primary-highlight-700\/75:focus{--tw-ring-color: rgb(149 124 223 / .75)}.focus\:ring-primary-highlight-700\/80:focus{--tw-ring-color: rgb(149 124 223 / .8)}.focus\:ring-primary-highlight-700\/90:focus{--tw-ring-color: rgb(149 124 223 / .9)}.focus\:ring-primary-highlight-700\/95:focus{--tw-ring-color: rgb(149 124 223 / .95)}.focus\:ring-primary-highlight-700\/100:focus{--tw-ring-color: rgb(149 124 223 / 1)}.focus\:ring-primary-highlight-800\/0:focus{--tw-ring-color: rgb(129 107 193 / 0)}.focus\:ring-primary-highlight-800\/5:focus{--tw-ring-color: rgb(129 107 193 / .05)}.focus\:ring-primary-highlight-800\/10:focus{--tw-ring-color: rgb(129 107 193 / .1)}.focus\:ring-primary-highlight-800\/20:focus{--tw-ring-color: rgb(129 107 193 / .2)}.focus\:ring-primary-highlight-800\/25:focus{--tw-ring-color: rgb(129 107 193 / .25)}.focus\:ring-primary-highlight-800\/30:focus{--tw-ring-color: rgb(129 107 193 / .3)}.focus\:ring-primary-highlight-800\/40:focus{--tw-ring-color: rgb(129 107 193 / .4)}.focus\:ring-primary-highlight-800\/50:focus{--tw-ring-color: rgb(129 107 193 / .5)}.focus\:ring-primary-highlight-800\/60:focus{--tw-ring-color: rgb(129 107 193 / .6)}.focus\:ring-primary-highlight-800\/70:focus{--tw-ring-color: rgb(129 107 193 / .7)}.focus\:ring-primary-highlight-800\/75:focus{--tw-ring-color: rgb(129 107 193 / .75)}.focus\:ring-primary-highlight-800\/80:focus{--tw-ring-color: rgb(129 107 193 / .8)}.focus\:ring-primary-highlight-800\/90:focus{--tw-ring-color: rgb(129 107 193 / .9)}.focus\:ring-primary-highlight-800\/95:focus{--tw-ring-color: rgb(129 107 193 / .95)}.focus\:ring-primary-highlight-800\/100:focus{--tw-ring-color: rgb(129 107 193 / 1)}.focus\:ring-primary-highlight-900\/0:focus{--tw-ring-color: rgb(105 87 158 / 0)}.focus\:ring-primary-highlight-900\/5:focus{--tw-ring-color: rgb(105 87 158 / .05)}.focus\:ring-primary-highlight-900\/10:focus{--tw-ring-color: rgb(105 87 158 / .1)}.focus\:ring-primary-highlight-900\/20:focus{--tw-ring-color: rgb(105 87 158 / .2)}.focus\:ring-primary-highlight-900\/25:focus{--tw-ring-color: rgb(105 87 158 / .25)}.focus\:ring-primary-highlight-900\/30:focus{--tw-ring-color: rgb(105 87 158 / .3)}.focus\:ring-primary-highlight-900\/40:focus{--tw-ring-color: rgb(105 87 158 / .4)}.focus\:ring-primary-highlight-900\/50:focus{--tw-ring-color: rgb(105 87 158 / .5)}.focus\:ring-primary-highlight-900\/60:focus{--tw-ring-color: rgb(105 87 158 / .6)}.focus\:ring-primary-highlight-900\/70:focus{--tw-ring-color: rgb(105 87 158 / .7)}.focus\:ring-primary-highlight-900\/75:focus{--tw-ring-color: rgb(105 87 158 / .75)}.focus\:ring-primary-highlight-900\/80:focus{--tw-ring-color: rgb(105 87 158 / .8)}.focus\:ring-primary-highlight-900\/90:focus{--tw-ring-color: rgb(105 87 158 / .9)}.focus\:ring-primary-highlight-900\/95:focus{--tw-ring-color: rgb(105 87 158 / .95)}.focus\:ring-primary-highlight-900\/100:focus{--tw-ring-color: rgb(105 87 158 / 1)}.focus\:ring-primary-highlight-1000\/0:focus{--tw-ring-color: rgb(74 62 111 / 0)}.focus\:ring-primary-highlight-1000\/5:focus{--tw-ring-color: rgb(74 62 111 / .05)}.focus\:ring-primary-highlight-1000\/10:focus{--tw-ring-color: rgb(74 62 111 / .1)}.focus\:ring-primary-highlight-1000\/20:focus{--tw-ring-color: rgb(74 62 111 / .2)}.focus\:ring-primary-highlight-1000\/25:focus{--tw-ring-color: rgb(74 62 111 / .25)}.focus\:ring-primary-highlight-1000\/30:focus{--tw-ring-color: rgb(74 62 111 / .3)}.focus\:ring-primary-highlight-1000\/40:focus{--tw-ring-color: rgb(74 62 111 / .4)}.focus\:ring-primary-highlight-1000\/50:focus{--tw-ring-color: rgb(74 62 111 / .5)}.focus\:ring-primary-highlight-1000\/60:focus{--tw-ring-color: rgb(74 62 111 / .6)}.focus\:ring-primary-highlight-1000\/70:focus{--tw-ring-color: rgb(74 62 111 / .7)}.focus\:ring-primary-highlight-1000\/75:focus{--tw-ring-color: rgb(74 62 111 / .75)}.focus\:ring-primary-highlight-1000\/80:focus{--tw-ring-color: rgb(74 62 111 / .8)}.focus\:ring-primary-highlight-1000\/90:focus{--tw-ring-color: rgb(74 62 111 / .9)}.focus\:ring-primary-highlight-1000\/95:focus{--tw-ring-color: rgb(74 62 111 / .95)}.focus\:ring-primary-highlight-1000\/100:focus{--tw-ring-color: rgb(74 62 111 / 1)}.focus\:ring-secondary-100\/0:focus{--tw-ring-color: rgb(254 247 242 / 0)}.focus\:ring-secondary-100\/5:focus{--tw-ring-color: rgb(254 247 242 / .05)}.focus\:ring-secondary-100\/10:focus{--tw-ring-color: rgb(254 247 242 / .1)}.focus\:ring-secondary-100\/20:focus{--tw-ring-color: rgb(254 247 242 / .2)}.focus\:ring-secondary-100\/25:focus{--tw-ring-color: rgb(254 247 242 / .25)}.focus\:ring-secondary-100\/30:focus{--tw-ring-color: rgb(254 247 242 / .3)}.focus\:ring-secondary-100\/40:focus{--tw-ring-color: rgb(254 247 242 / .4)}.focus\:ring-secondary-100\/50:focus{--tw-ring-color: rgb(254 247 242 / .5)}.focus\:ring-secondary-100\/60:focus{--tw-ring-color: rgb(254 247 242 / .6)}.focus\:ring-secondary-100\/70:focus{--tw-ring-color: rgb(254 247 242 / .7)}.focus\:ring-secondary-100\/75:focus{--tw-ring-color: rgb(254 247 242 / .75)}.focus\:ring-secondary-100\/80:focus{--tw-ring-color: rgb(254 247 242 / .8)}.focus\:ring-secondary-100\/90:focus{--tw-ring-color: rgb(254 247 242 / .9)}.focus\:ring-secondary-100\/95:focus{--tw-ring-color: rgb(254 247 242 / .95)}.focus\:ring-secondary-100\/100:focus{--tw-ring-color: rgb(254 247 242 / 1)}.focus\:ring-secondary-200\/0:focus{--tw-ring-color: rgb(254 240 228 / 0)}.focus\:ring-secondary-200\/5:focus{--tw-ring-color: rgb(254 240 228 / .05)}.focus\:ring-secondary-200\/10:focus{--tw-ring-color: rgb(254 240 228 / .1)}.focus\:ring-secondary-200\/20:focus{--tw-ring-color: rgb(254 240 228 / .2)}.focus\:ring-secondary-200\/25:focus{--tw-ring-color: rgb(254 240 228 / .25)}.focus\:ring-secondary-200\/30:focus{--tw-ring-color: rgb(254 240 228 / .3)}.focus\:ring-secondary-200\/40:focus{--tw-ring-color: rgb(254 240 228 / .4)}.focus\:ring-secondary-200\/50:focus{--tw-ring-color: rgb(254 240 228 / .5)}.focus\:ring-secondary-200\/60:focus{--tw-ring-color: rgb(254 240 228 / .6)}.focus\:ring-secondary-200\/70:focus{--tw-ring-color: rgb(254 240 228 / .7)}.focus\:ring-secondary-200\/75:focus{--tw-ring-color: rgb(254 240 228 / .75)}.focus\:ring-secondary-200\/80:focus{--tw-ring-color: rgb(254 240 228 / .8)}.focus\:ring-secondary-200\/90:focus{--tw-ring-color: rgb(254 240 228 / .9)}.focus\:ring-secondary-200\/95:focus{--tw-ring-color: rgb(254 240 228 / .95)}.focus\:ring-secondary-200\/100:focus{--tw-ring-color: rgb(254 240 228 / 1)}.focus\:ring-secondary-300\/0:focus{--tw-ring-color: rgb(253 225 198 / 0)}.focus\:ring-secondary-300\/5:focus{--tw-ring-color: rgb(253 225 198 / .05)}.focus\:ring-secondary-300\/10:focus{--tw-ring-color: rgb(253 225 198 / .1)}.focus\:ring-secondary-300\/20:focus{--tw-ring-color: rgb(253 225 198 / .2)}.focus\:ring-secondary-300\/25:focus{--tw-ring-color: rgb(253 225 198 / .25)}.focus\:ring-secondary-300\/30:focus{--tw-ring-color: rgb(253 225 198 / .3)}.focus\:ring-secondary-300\/40:focus{--tw-ring-color: rgb(253 225 198 / .4)}.focus\:ring-secondary-300\/50:focus{--tw-ring-color: rgb(253 225 198 / .5)}.focus\:ring-secondary-300\/60:focus{--tw-ring-color: rgb(253 225 198 / .6)}.focus\:ring-secondary-300\/70:focus{--tw-ring-color: rgb(253 225 198 / .7)}.focus\:ring-secondary-300\/75:focus{--tw-ring-color: rgb(253 225 198 / .75)}.focus\:ring-secondary-300\/80:focus{--tw-ring-color: rgb(253 225 198 / .8)}.focus\:ring-secondary-300\/90:focus{--tw-ring-color: rgb(253 225 198 / .9)}.focus\:ring-secondary-300\/95:focus{--tw-ring-color: rgb(253 225 198 / .95)}.focus\:ring-secondary-300\/100:focus{--tw-ring-color: rgb(253 225 198 / 1)}.focus\:ring-secondary-400\/0:focus{--tw-ring-color: rgb(252 209 162 / 0)}.focus\:ring-secondary-400\/5:focus{--tw-ring-color: rgb(252 209 162 / .05)}.focus\:ring-secondary-400\/10:focus{--tw-ring-color: rgb(252 209 162 / .1)}.focus\:ring-secondary-400\/20:focus{--tw-ring-color: rgb(252 209 162 / .2)}.focus\:ring-secondary-400\/25:focus{--tw-ring-color: rgb(252 209 162 / .25)}.focus\:ring-secondary-400\/30:focus{--tw-ring-color: rgb(252 209 162 / .3)}.focus\:ring-secondary-400\/40:focus{--tw-ring-color: rgb(252 209 162 / .4)}.focus\:ring-secondary-400\/50:focus{--tw-ring-color: rgb(252 209 162 / .5)}.focus\:ring-secondary-400\/60:focus{--tw-ring-color: rgb(252 209 162 / .6)}.focus\:ring-secondary-400\/70:focus{--tw-ring-color: rgb(252 209 162 / .7)}.focus\:ring-secondary-400\/75:focus{--tw-ring-color: rgb(252 209 162 / .75)}.focus\:ring-secondary-400\/80:focus{--tw-ring-color: rgb(252 209 162 / .8)}.focus\:ring-secondary-400\/90:focus{--tw-ring-color: rgb(252 209 162 / .9)}.focus\:ring-secondary-400\/95:focus{--tw-ring-color: rgb(252 209 162 / .95)}.focus\:ring-secondary-400\/100:focus{--tw-ring-color: rgb(252 209 162 / 1)}.focus\:ring-secondary-500\/0:focus{--tw-ring-color: rgb(251 191 117 / 0)}.focus\:ring-secondary-500\/5:focus{--tw-ring-color: rgb(251 191 117 / .05)}.focus\:ring-secondary-500\/10:focus{--tw-ring-color: rgb(251 191 117 / .1)}.focus\:ring-secondary-500\/20:focus{--tw-ring-color: rgb(251 191 117 / .2)}.focus\:ring-secondary-500\/25:focus{--tw-ring-color: rgb(251 191 117 / .25)}.focus\:ring-secondary-500\/30:focus{--tw-ring-color: rgb(251 191 117 / .3)}.focus\:ring-secondary-500\/40:focus{--tw-ring-color: rgb(251 191 117 / .4)}.focus\:ring-secondary-500\/50:focus{--tw-ring-color: rgb(251 191 117 / .5)}.focus\:ring-secondary-500\/60:focus{--tw-ring-color: rgb(251 191 117 / .6)}.focus\:ring-secondary-500\/70:focus{--tw-ring-color: rgb(251 191 117 / .7)}.focus\:ring-secondary-500\/75:focus{--tw-ring-color: rgb(251 191 117 / .75)}.focus\:ring-secondary-500\/80:focus{--tw-ring-color: rgb(251 191 117 / .8)}.focus\:ring-secondary-500\/90:focus{--tw-ring-color: rgb(251 191 117 / .9)}.focus\:ring-secondary-500\/95:focus{--tw-ring-color: rgb(251 191 117 / .95)}.focus\:ring-secondary-500\/100:focus{--tw-ring-color: rgb(251 191 117 / 1)}.focus\:ring-secondary-600\/0:focus{--tw-ring-color: rgb(250 172 30 / 0)}.focus\:ring-secondary-600\/5:focus{--tw-ring-color: rgb(250 172 30 / .05)}.focus\:ring-secondary-600\/10:focus{--tw-ring-color: rgb(250 172 30 / .1)}.focus\:ring-secondary-600\/20:focus{--tw-ring-color: rgb(250 172 30 / .2)}.focus\:ring-secondary-600\/25:focus{--tw-ring-color: rgb(250 172 30 / .25)}.focus\:ring-secondary-600\/30:focus{--tw-ring-color: rgb(250 172 30 / .3)}.focus\:ring-secondary-600\/40:focus{--tw-ring-color: rgb(250 172 30 / .4)}.focus\:ring-secondary-600\/50:focus{--tw-ring-color: rgb(250 172 30 / .5)}.focus\:ring-secondary-600\/60:focus{--tw-ring-color: rgb(250 172 30 / .6)}.focus\:ring-secondary-600\/70:focus{--tw-ring-color: rgb(250 172 30 / .7)}.focus\:ring-secondary-600\/75:focus{--tw-ring-color: rgb(250 172 30 / .75)}.focus\:ring-secondary-600\/80:focus{--tw-ring-color: rgb(250 172 30 / .8)}.focus\:ring-secondary-600\/90:focus{--tw-ring-color: rgb(250 172 30 / .9)}.focus\:ring-secondary-600\/95:focus{--tw-ring-color: rgb(250 172 30 / .95)}.focus\:ring-secondary-600\/100:focus{--tw-ring-color: rgb(250 172 30 / 1)}.focus\:ring-secondary-700\/0:focus{--tw-ring-color: rgb(223 153 26 / 0)}.focus\:ring-secondary-700\/5:focus{--tw-ring-color: rgb(223 153 26 / .05)}.focus\:ring-secondary-700\/10:focus{--tw-ring-color: rgb(223 153 26 / .1)}.focus\:ring-secondary-700\/20:focus{--tw-ring-color: rgb(223 153 26 / .2)}.focus\:ring-secondary-700\/25:focus{--tw-ring-color: rgb(223 153 26 / .25)}.focus\:ring-secondary-700\/30:focus{--tw-ring-color: rgb(223 153 26 / .3)}.focus\:ring-secondary-700\/40:focus{--tw-ring-color: rgb(223 153 26 / .4)}.focus\:ring-secondary-700\/50:focus{--tw-ring-color: rgb(223 153 26 / .5)}.focus\:ring-secondary-700\/60:focus{--tw-ring-color: rgb(223 153 26 / .6)}.focus\:ring-secondary-700\/70:focus{--tw-ring-color: rgb(223 153 26 / .7)}.focus\:ring-secondary-700\/75:focus{--tw-ring-color: rgb(223 153 26 / .75)}.focus\:ring-secondary-700\/80:focus{--tw-ring-color: rgb(223 153 26 / .8)}.focus\:ring-secondary-700\/90:focus{--tw-ring-color: rgb(223 153 26 / .9)}.focus\:ring-secondary-700\/95:focus{--tw-ring-color: rgb(223 153 26 / .95)}.focus\:ring-secondary-700\/100:focus{--tw-ring-color: rgb(223 153 26 / 1)}.focus\:ring-secondary-800\/0:focus{--tw-ring-color: rgb(193 133 23 / 0)}.focus\:ring-secondary-800\/5:focus{--tw-ring-color: rgb(193 133 23 / .05)}.focus\:ring-secondary-800\/10:focus{--tw-ring-color: rgb(193 133 23 / .1)}.focus\:ring-secondary-800\/20:focus{--tw-ring-color: rgb(193 133 23 / .2)}.focus\:ring-secondary-800\/25:focus{--tw-ring-color: rgb(193 133 23 / .25)}.focus\:ring-secondary-800\/30:focus{--tw-ring-color: rgb(193 133 23 / .3)}.focus\:ring-secondary-800\/40:focus{--tw-ring-color: rgb(193 133 23 / .4)}.focus\:ring-secondary-800\/50:focus{--tw-ring-color: rgb(193 133 23 / .5)}.focus\:ring-secondary-800\/60:focus{--tw-ring-color: rgb(193 133 23 / .6)}.focus\:ring-secondary-800\/70:focus{--tw-ring-color: rgb(193 133 23 / .7)}.focus\:ring-secondary-800\/75:focus{--tw-ring-color: rgb(193 133 23 / .75)}.focus\:ring-secondary-800\/80:focus{--tw-ring-color: rgb(193 133 23 / .8)}.focus\:ring-secondary-800\/90:focus{--tw-ring-color: rgb(193 133 23 / .9)}.focus\:ring-secondary-800\/95:focus{--tw-ring-color: rgb(193 133 23 / .95)}.focus\:ring-secondary-800\/100:focus{--tw-ring-color: rgb(193 133 23 / 1)}.focus\:ring-secondary-900\/0:focus{--tw-ring-color: rgb(158 108 18 / 0)}.focus\:ring-secondary-900\/5:focus{--tw-ring-color: rgb(158 108 18 / .05)}.focus\:ring-secondary-900\/10:focus{--tw-ring-color: rgb(158 108 18 / .1)}.focus\:ring-secondary-900\/20:focus{--tw-ring-color: rgb(158 108 18 / .2)}.focus\:ring-secondary-900\/25:focus{--tw-ring-color: rgb(158 108 18 / .25)}.focus\:ring-secondary-900\/30:focus{--tw-ring-color: rgb(158 108 18 / .3)}.focus\:ring-secondary-900\/40:focus{--tw-ring-color: rgb(158 108 18 / .4)}.focus\:ring-secondary-900\/50:focus{--tw-ring-color: rgb(158 108 18 / .5)}.focus\:ring-secondary-900\/60:focus{--tw-ring-color: rgb(158 108 18 / .6)}.focus\:ring-secondary-900\/70:focus{--tw-ring-color: rgb(158 108 18 / .7)}.focus\:ring-secondary-900\/75:focus{--tw-ring-color: rgb(158 108 18 / .75)}.focus\:ring-secondary-900\/80:focus{--tw-ring-color: rgb(158 108 18 / .8)}.focus\:ring-secondary-900\/90:focus{--tw-ring-color: rgb(158 108 18 / .9)}.focus\:ring-secondary-900\/95:focus{--tw-ring-color: rgb(158 108 18 / .95)}.focus\:ring-secondary-900\/100:focus{--tw-ring-color: rgb(158 108 18 / 1)}.focus\:ring-secondary-1000\/0:focus{--tw-ring-color: rgb(111 76 13 / 0)}.focus\:ring-secondary-1000\/5:focus{--tw-ring-color: rgb(111 76 13 / .05)}.focus\:ring-secondary-1000\/10:focus{--tw-ring-color: rgb(111 76 13 / .1)}.focus\:ring-secondary-1000\/20:focus{--tw-ring-color: rgb(111 76 13 / .2)}.focus\:ring-secondary-1000\/25:focus{--tw-ring-color: rgb(111 76 13 / .25)}.focus\:ring-secondary-1000\/30:focus{--tw-ring-color: rgb(111 76 13 / .3)}.focus\:ring-secondary-1000\/40:focus{--tw-ring-color: rgb(111 76 13 / .4)}.focus\:ring-secondary-1000\/50:focus{--tw-ring-color: rgb(111 76 13 / .5)}.focus\:ring-secondary-1000\/60:focus{--tw-ring-color: rgb(111 76 13 / .6)}.focus\:ring-secondary-1000\/70:focus{--tw-ring-color: rgb(111 76 13 / .7)}.focus\:ring-secondary-1000\/75:focus{--tw-ring-color: rgb(111 76 13 / .75)}.focus\:ring-secondary-1000\/80:focus{--tw-ring-color: rgb(111 76 13 / .8)}.focus\:ring-secondary-1000\/90:focus{--tw-ring-color: rgb(111 76 13 / .9)}.focus\:ring-secondary-1000\/95:focus{--tw-ring-color: rgb(111 76 13 / .95)}.focus\:ring-secondary-1000\/100:focus{--tw-ring-color: rgb(111 76 13 / 1)}.focus\:ring-grey-100\/0:focus{--tw-ring-color: rgb(242 243 244 / 0)}.focus\:ring-grey-100\/5:focus{--tw-ring-color: rgb(242 243 244 / .05)}.focus\:ring-grey-100\/10:focus{--tw-ring-color: rgb(242 243 244 / .1)}.focus\:ring-grey-100\/20:focus{--tw-ring-color: rgb(242 243 244 / .2)}.focus\:ring-grey-100\/25:focus{--tw-ring-color: rgb(242 243 244 / .25)}.focus\:ring-grey-100\/30:focus{--tw-ring-color: rgb(242 243 244 / .3)}.focus\:ring-grey-100\/40:focus{--tw-ring-color: rgb(242 243 244 / .4)}.focus\:ring-grey-100\/50:focus{--tw-ring-color: rgb(242 243 244 / .5)}.focus\:ring-grey-100\/60:focus{--tw-ring-color: rgb(242 243 244 / .6)}.focus\:ring-grey-100\/70:focus{--tw-ring-color: rgb(242 243 244 / .7)}.focus\:ring-grey-100\/75:focus{--tw-ring-color: rgb(242 243 244 / .75)}.focus\:ring-grey-100\/80:focus{--tw-ring-color: rgb(242 243 244 / .8)}.focus\:ring-grey-100\/90:focus{--tw-ring-color: rgb(242 243 244 / .9)}.focus\:ring-grey-100\/95:focus{--tw-ring-color: rgb(242 243 244 / .95)}.focus\:ring-grey-100\/100:focus{--tw-ring-color: rgb(242 243 244 / 1)}.focus\:ring-grey-200\/0:focus{--tw-ring-color: rgb(230 231 232 / 0)}.focus\:ring-grey-200\/5:focus{--tw-ring-color: rgb(230 231 232 / .05)}.focus\:ring-grey-200\/10:focus{--tw-ring-color: rgb(230 231 232 / .1)}.focus\:ring-grey-200\/20:focus{--tw-ring-color: rgb(230 231 232 / .2)}.focus\:ring-grey-200\/25:focus{--tw-ring-color: rgb(230 231 232 / .25)}.focus\:ring-grey-200\/30:focus{--tw-ring-color: rgb(230 231 232 / .3)}.focus\:ring-grey-200\/40:focus{--tw-ring-color: rgb(230 231 232 / .4)}.focus\:ring-grey-200\/50:focus{--tw-ring-color: rgb(230 231 232 / .5)}.focus\:ring-grey-200\/60:focus{--tw-ring-color: rgb(230 231 232 / .6)}.focus\:ring-grey-200\/70:focus{--tw-ring-color: rgb(230 231 232 / .7)}.focus\:ring-grey-200\/75:focus{--tw-ring-color: rgb(230 231 232 / .75)}.focus\:ring-grey-200\/80:focus{--tw-ring-color: rgb(230 231 232 / .8)}.focus\:ring-grey-200\/90:focus{--tw-ring-color: rgb(230 231 232 / .9)}.focus\:ring-grey-200\/95:focus{--tw-ring-color: rgb(230 231 232 / .95)}.focus\:ring-grey-200\/100:focus{--tw-ring-color: rgb(230 231 232 / 1)}.focus\:ring-grey-300\/0:focus{--tw-ring-color: rgb(202 204 208 / 0)}.focus\:ring-grey-300\/5:focus{--tw-ring-color: rgb(202 204 208 / .05)}.focus\:ring-grey-300\/10:focus{--tw-ring-color: rgb(202 204 208 / .1)}.focus\:ring-grey-300\/20:focus{--tw-ring-color: rgb(202 204 208 / .2)}.focus\:ring-grey-300\/25:focus{--tw-ring-color: rgb(202 204 208 / .25)}.focus\:ring-grey-300\/30:focus{--tw-ring-color: rgb(202 204 208 / .3)}.focus\:ring-grey-300\/40:focus{--tw-ring-color: rgb(202 204 208 / .4)}.focus\:ring-grey-300\/50:focus{--tw-ring-color: rgb(202 204 208 / .5)}.focus\:ring-grey-300\/60:focus{--tw-ring-color: rgb(202 204 208 / .6)}.focus\:ring-grey-300\/70:focus{--tw-ring-color: rgb(202 204 208 / .7)}.focus\:ring-grey-300\/75:focus{--tw-ring-color: rgb(202 204 208 / .75)}.focus\:ring-grey-300\/80:focus{--tw-ring-color: rgb(202 204 208 / .8)}.focus\:ring-grey-300\/90:focus{--tw-ring-color: rgb(202 204 208 / .9)}.focus\:ring-grey-300\/95:focus{--tw-ring-color: rgb(202 204 208 / .95)}.focus\:ring-grey-300\/100:focus{--tw-ring-color: rgb(202 204 208 / 1)}.focus\:ring-grey-400\/0:focus{--tw-ring-color: rgb(170 174 180 / 0)}.focus\:ring-grey-400\/5:focus{--tw-ring-color: rgb(170 174 180 / .05)}.focus\:ring-grey-400\/10:focus{--tw-ring-color: rgb(170 174 180 / .1)}.focus\:ring-grey-400\/20:focus{--tw-ring-color: rgb(170 174 180 / .2)}.focus\:ring-grey-400\/25:focus{--tw-ring-color: rgb(170 174 180 / .25)}.focus\:ring-grey-400\/30:focus{--tw-ring-color: rgb(170 174 180 / .3)}.focus\:ring-grey-400\/40:focus{--tw-ring-color: rgb(170 174 180 / .4)}.focus\:ring-grey-400\/50:focus{--tw-ring-color: rgb(170 174 180 / .5)}.focus\:ring-grey-400\/60:focus{--tw-ring-color: rgb(170 174 180 / .6)}.focus\:ring-grey-400\/70:focus{--tw-ring-color: rgb(170 174 180 / .7)}.focus\:ring-grey-400\/75:focus{--tw-ring-color: rgb(170 174 180 / .75)}.focus\:ring-grey-400\/80:focus{--tw-ring-color: rgb(170 174 180 / .8)}.focus\:ring-grey-400\/90:focus{--tw-ring-color: rgb(170 174 180 / .9)}.focus\:ring-grey-400\/95:focus{--tw-ring-color: rgb(170 174 180 / .95)}.focus\:ring-grey-400\/100:focus{--tw-ring-color: rgb(170 174 180 / 1)}.focus\:ring-grey-500\/0:focus{--tw-ring-color: rgb(130 137 147 / 0)}.focus\:ring-grey-500\/5:focus{--tw-ring-color: rgb(130 137 147 / .05)}.focus\:ring-grey-500\/10:focus{--tw-ring-color: rgb(130 137 147 / .1)}.focus\:ring-grey-500\/20:focus{--tw-ring-color: rgb(130 137 147 / .2)}.focus\:ring-grey-500\/25:focus{--tw-ring-color: rgb(130 137 147 / .25)}.focus\:ring-grey-500\/30:focus{--tw-ring-color: rgb(130 137 147 / .3)}.focus\:ring-grey-500\/40:focus{--tw-ring-color: rgb(130 137 147 / .4)}.focus\:ring-grey-500\/50:focus{--tw-ring-color: rgb(130 137 147 / .5)}.focus\:ring-grey-500\/60:focus{--tw-ring-color: rgb(130 137 147 / .6)}.focus\:ring-grey-500\/70:focus{--tw-ring-color: rgb(130 137 147 / .7)}.focus\:ring-grey-500\/75:focus{--tw-ring-color: rgb(130 137 147 / .75)}.focus\:ring-grey-500\/80:focus{--tw-ring-color: rgb(130 137 147 / .8)}.focus\:ring-grey-500\/90:focus{--tw-ring-color: rgb(130 137 147 / .9)}.focus\:ring-grey-500\/95:focus{--tw-ring-color: rgb(130 137 147 / .95)}.focus\:ring-grey-500\/100:focus{--tw-ring-color: rgb(130 137 147 / 1)}.focus\:ring-grey-600\/0:focus{--tw-ring-color: rgb(71 85 105 / 0)}.focus\:ring-grey-600\/5:focus{--tw-ring-color: rgb(71 85 105 / .05)}.focus\:ring-grey-600\/10:focus{--tw-ring-color: rgb(71 85 105 / .1)}.focus\:ring-grey-600\/20:focus{--tw-ring-color: rgb(71 85 105 / .2)}.focus\:ring-grey-600\/25:focus{--tw-ring-color: rgb(71 85 105 / .25)}.focus\:ring-grey-600\/30:focus{--tw-ring-color: rgb(71 85 105 / .3)}.focus\:ring-grey-600\/40:focus{--tw-ring-color: rgb(71 85 105 / .4)}.focus\:ring-grey-600\/50:focus{--tw-ring-color: rgb(71 85 105 / .5)}.focus\:ring-grey-600\/60:focus{--tw-ring-color: rgb(71 85 105 / .6)}.focus\:ring-grey-600\/70:focus{--tw-ring-color: rgb(71 85 105 / .7)}.focus\:ring-grey-600\/75:focus{--tw-ring-color: rgb(71 85 105 / .75)}.focus\:ring-grey-600\/80:focus{--tw-ring-color: rgb(71 85 105 / .8)}.focus\:ring-grey-600\/90:focus{--tw-ring-color: rgb(71 85 105 / .9)}.focus\:ring-grey-600\/95:focus{--tw-ring-color: rgb(71 85 105 / .95)}.focus\:ring-grey-600\/100:focus{--tw-ring-color: rgb(71 85 105 / 1)}.focus\:ring-grey-700\/0:focus{--tw-ring-color: rgb(63 76 93 / 0)}.focus\:ring-grey-700\/5:focus{--tw-ring-color: rgb(63 76 93 / .05)}.focus\:ring-grey-700\/10:focus{--tw-ring-color: rgb(63 76 93 / .1)}.focus\:ring-grey-700\/20:focus{--tw-ring-color: rgb(63 76 93 / .2)}.focus\:ring-grey-700\/25:focus{--tw-ring-color: rgb(63 76 93 / .25)}.focus\:ring-grey-700\/30:focus{--tw-ring-color: rgb(63 76 93 / .3)}.focus\:ring-grey-700\/40:focus{--tw-ring-color: rgb(63 76 93 / .4)}.focus\:ring-grey-700\/50:focus{--tw-ring-color: rgb(63 76 93 / .5)}.focus\:ring-grey-700\/60:focus{--tw-ring-color: rgb(63 76 93 / .6)}.focus\:ring-grey-700\/70:focus{--tw-ring-color: rgb(63 76 93 / .7)}.focus\:ring-grey-700\/75:focus{--tw-ring-color: rgb(63 76 93 / .75)}.focus\:ring-grey-700\/80:focus{--tw-ring-color: rgb(63 76 93 / .8)}.focus\:ring-grey-700\/90:focus{--tw-ring-color: rgb(63 76 93 / .9)}.focus\:ring-grey-700\/95:focus{--tw-ring-color: rgb(63 76 93 / .95)}.focus\:ring-grey-700\/100:focus{--tw-ring-color: rgb(63 76 93 / 1)}.focus\:ring-grey-800\/0:focus{--tw-ring-color: rgb(54 65 81 / 0)}.focus\:ring-grey-800\/5:focus{--tw-ring-color: rgb(54 65 81 / .05)}.focus\:ring-grey-800\/10:focus{--tw-ring-color: rgb(54 65 81 / .1)}.focus\:ring-grey-800\/20:focus{--tw-ring-color: rgb(54 65 81 / .2)}.focus\:ring-grey-800\/25:focus{--tw-ring-color: rgb(54 65 81 / .25)}.focus\:ring-grey-800\/30:focus{--tw-ring-color: rgb(54 65 81 / .3)}.focus\:ring-grey-800\/40:focus{--tw-ring-color: rgb(54 65 81 / .4)}.focus\:ring-grey-800\/50:focus{--tw-ring-color: rgb(54 65 81 / .5)}.focus\:ring-grey-800\/60:focus{--tw-ring-color: rgb(54 65 81 / .6)}.focus\:ring-grey-800\/70:focus{--tw-ring-color: rgb(54 65 81 / .7)}.focus\:ring-grey-800\/75:focus{--tw-ring-color: rgb(54 65 81 / .75)}.focus\:ring-grey-800\/80:focus{--tw-ring-color: rgb(54 65 81 / .8)}.focus\:ring-grey-800\/90:focus{--tw-ring-color: rgb(54 65 81 / .9)}.focus\:ring-grey-800\/95:focus{--tw-ring-color: rgb(54 65 81 / .95)}.focus\:ring-grey-800\/100:focus{--tw-ring-color: rgb(54 65 81 / 1)}.focus\:ring-grey-900\/0:focus{--tw-ring-color: rgb(44 53 66 / 0)}.focus\:ring-grey-900\/5:focus{--tw-ring-color: rgb(44 53 66 / .05)}.focus\:ring-grey-900\/10:focus{--tw-ring-color: rgb(44 53 66 / .1)}.focus\:ring-grey-900\/20:focus{--tw-ring-color: rgb(44 53 66 / .2)}.focus\:ring-grey-900\/25:focus{--tw-ring-color: rgb(44 53 66 / .25)}.focus\:ring-grey-900\/30:focus{--tw-ring-color: rgb(44 53 66 / .3)}.focus\:ring-grey-900\/40:focus{--tw-ring-color: rgb(44 53 66 / .4)}.focus\:ring-grey-900\/50:focus{--tw-ring-color: rgb(44 53 66 / .5)}.focus\:ring-grey-900\/60:focus{--tw-ring-color: rgb(44 53 66 / .6)}.focus\:ring-grey-900\/70:focus{--tw-ring-color: rgb(44 53 66 / .7)}.focus\:ring-grey-900\/75:focus{--tw-ring-color: rgb(44 53 66 / .75)}.focus\:ring-grey-900\/80:focus{--tw-ring-color: rgb(44 53 66 / .8)}.focus\:ring-grey-900\/90:focus{--tw-ring-color: rgb(44 53 66 / .9)}.focus\:ring-grey-900\/95:focus{--tw-ring-color: rgb(44 53 66 / .95)}.focus\:ring-grey-900\/100:focus{--tw-ring-color: rgb(44 53 66 / 1)}.focus\:ring-grey-1000\/0:focus{--tw-ring-color: rgb(31 38 46 / 0)}.focus\:ring-grey-1000\/5:focus{--tw-ring-color: rgb(31 38 46 / .05)}.focus\:ring-grey-1000\/10:focus{--tw-ring-color: rgb(31 38 46 / .1)}.focus\:ring-grey-1000\/20:focus{--tw-ring-color: rgb(31 38 46 / .2)}.focus\:ring-grey-1000\/25:focus{--tw-ring-color: rgb(31 38 46 / .25)}.focus\:ring-grey-1000\/30:focus{--tw-ring-color: rgb(31 38 46 / .3)}.focus\:ring-grey-1000\/40:focus{--tw-ring-color: rgb(31 38 46 / .4)}.focus\:ring-grey-1000\/50:focus{--tw-ring-color: rgb(31 38 46 / .5)}.focus\:ring-grey-1000\/60:focus{--tw-ring-color: rgb(31 38 46 / .6)}.focus\:ring-grey-1000\/70:focus{--tw-ring-color: rgb(31 38 46 / .7)}.focus\:ring-grey-1000\/75:focus{--tw-ring-color: rgb(31 38 46 / .75)}.focus\:ring-grey-1000\/80:focus{--tw-ring-color: rgb(31 38 46 / .8)}.focus\:ring-grey-1000\/90:focus{--tw-ring-color: rgb(31 38 46 / .9)}.focus\:ring-grey-1000\/95:focus{--tw-ring-color: rgb(31 38 46 / .95)}.focus\:ring-grey-1000\/100:focus{--tw-ring-color: rgb(31 38 46 / 1)}.focus\:ring-green-1000\/0:focus{--tw-ring-color: rgb(23 94 68 / 0)}.focus\:ring-green-1000\/5:focus{--tw-ring-color: rgb(23 94 68 / .05)}.focus\:ring-green-1000\/10:focus{--tw-ring-color: rgb(23 94 68 / .1)}.focus\:ring-green-1000\/20:focus{--tw-ring-color: rgb(23 94 68 / .2)}.focus\:ring-green-1000\/25:focus{--tw-ring-color: rgb(23 94 68 / .25)}.focus\:ring-green-1000\/30:focus{--tw-ring-color: rgb(23 94 68 / .3)}.focus\:ring-green-1000\/40:focus{--tw-ring-color: rgb(23 94 68 / .4)}.focus\:ring-green-1000\/50:focus{--tw-ring-color: rgb(23 94 68 / .5)}.focus\:ring-green-1000\/60:focus{--tw-ring-color: rgb(23 94 68 / .6)}.focus\:ring-green-1000\/70:focus{--tw-ring-color: rgb(23 94 68 / .7)}.focus\:ring-green-1000\/75:focus{--tw-ring-color: rgb(23 94 68 / .75)}.focus\:ring-green-1000\/80:focus{--tw-ring-color: rgb(23 94 68 / .8)}.focus\:ring-green-1000\/90:focus{--tw-ring-color: rgb(23 94 68 / .9)}.focus\:ring-green-1000\/95:focus{--tw-ring-color: rgb(23 94 68 / .95)}.focus\:ring-green-1000\/100:focus{--tw-ring-color: rgb(23 94 68 / 1)}.focus\:ring-blue-1000\/0:focus{--tw-ring-color: rgb(16 44 105 / 0)}.focus\:ring-blue-1000\/5:focus{--tw-ring-color: rgb(16 44 105 / .05)}.focus\:ring-blue-1000\/10:focus{--tw-ring-color: rgb(16 44 105 / .1)}.focus\:ring-blue-1000\/20:focus{--tw-ring-color: rgb(16 44 105 / .2)}.focus\:ring-blue-1000\/25:focus{--tw-ring-color: rgb(16 44 105 / .25)}.focus\:ring-blue-1000\/30:focus{--tw-ring-color: rgb(16 44 105 / .3)}.focus\:ring-blue-1000\/40:focus{--tw-ring-color: rgb(16 44 105 / .4)}.focus\:ring-blue-1000\/50:focus{--tw-ring-color: rgb(16 44 105 / .5)}.focus\:ring-blue-1000\/60:focus{--tw-ring-color: rgb(16 44 105 / .6)}.focus\:ring-blue-1000\/70:focus{--tw-ring-color: rgb(16 44 105 / .7)}.focus\:ring-blue-1000\/75:focus{--tw-ring-color: rgb(16 44 105 / .75)}.focus\:ring-blue-1000\/80:focus{--tw-ring-color: rgb(16 44 105 / .8)}.focus\:ring-blue-1000\/90:focus{--tw-ring-color: rgb(16 44 105 / .9)}.focus\:ring-blue-1000\/95:focus{--tw-ring-color: rgb(16 44 105 / .95)}.focus\:ring-blue-1000\/100:focus{--tw-ring-color: rgb(16 44 105 / 1)}.focus\:ring-orange-1000\/0:focus{--tw-ring-color: rgb(104 39 5 / 0)}.focus\:ring-orange-1000\/5:focus{--tw-ring-color: rgb(104 39 5 / .05)}.focus\:ring-orange-1000\/10:focus{--tw-ring-color: rgb(104 39 5 / .1)}.focus\:ring-orange-1000\/20:focus{--tw-ring-color: rgb(104 39 5 / .2)}.focus\:ring-orange-1000\/25:focus{--tw-ring-color: rgb(104 39 5 / .25)}.focus\:ring-orange-1000\/30:focus{--tw-ring-color: rgb(104 39 5 / .3)}.focus\:ring-orange-1000\/40:focus{--tw-ring-color: rgb(104 39 5 / .4)}.focus\:ring-orange-1000\/50:focus{--tw-ring-color: rgb(104 39 5 / .5)}.focus\:ring-orange-1000\/60:focus{--tw-ring-color: rgb(104 39 5 / .6)}.focus\:ring-orange-1000\/70:focus{--tw-ring-color: rgb(104 39 5 / .7)}.focus\:ring-orange-1000\/75:focus{--tw-ring-color: rgb(104 39 5 / .75)}.focus\:ring-orange-1000\/80:focus{--tw-ring-color: rgb(104 39 5 / .8)}.focus\:ring-orange-1000\/90:focus{--tw-ring-color: rgb(104 39 5 / .9)}.focus\:ring-orange-1000\/95:focus{--tw-ring-color: rgb(104 39 5 / .95)}.focus\:ring-orange-1000\/100:focus{--tw-ring-color: rgb(104 39 5 / 1)}.focus\:ring-red-1000\/0:focus{--tw-ring-color: rgb(98 16 16 / 0)}.focus\:ring-red-1000\/5:focus{--tw-ring-color: rgb(98 16 16 / .05)}.focus\:ring-red-1000\/10:focus{--tw-ring-color: rgb(98 16 16 / .1)}.focus\:ring-red-1000\/20:focus{--tw-ring-color: rgb(98 16 16 / .2)}.focus\:ring-red-1000\/25:focus{--tw-ring-color: rgb(98 16 16 / .25)}.focus\:ring-red-1000\/30:focus{--tw-ring-color: rgb(98 16 16 / .3)}.focus\:ring-red-1000\/40:focus{--tw-ring-color: rgb(98 16 16 / .4)}.focus\:ring-red-1000\/50:focus{--tw-ring-color: rgb(98 16 16 / .5)}.focus\:ring-red-1000\/60:focus{--tw-ring-color: rgb(98 16 16 / .6)}.focus\:ring-red-1000\/70:focus{--tw-ring-color: rgb(98 16 16 / .7)}.focus\:ring-red-1000\/75:focus{--tw-ring-color: rgb(98 16 16 / .75)}.focus\:ring-red-1000\/80:focus{--tw-ring-color: rgb(98 16 16 / .8)}.focus\:ring-red-1000\/90:focus{--tw-ring-color: rgb(98 16 16 / .9)}.focus\:ring-red-1000\/95:focus{--tw-ring-color: rgb(98 16 16 / .95)}.focus\:ring-red-1000\/100:focus{--tw-ring-color: rgb(98 16 16 / 1)}.focus\:ring-primary\/0:focus{--tw-ring-color: rgb(167 139 250 / 0)}.focus\:ring-primary\/5:focus{--tw-ring-color: rgb(167 139 250 / .05)}.focus\:ring-primary\/10:focus{--tw-ring-color: rgb(167 139 250 / .1)}.focus\:ring-primary\/20:focus{--tw-ring-color: rgb(167 139 250 / .2)}.focus\:ring-primary\/25:focus{--tw-ring-color: rgb(167 139 250 / .25)}.focus\:ring-primary\/30:focus{--tw-ring-color: rgb(167 139 250 / .3)}.focus\:ring-primary\/40:focus{--tw-ring-color: rgb(167 139 250 / .4)}.focus\:ring-primary\/50:focus{--tw-ring-color: rgb(167 139 250 / .5)}.focus\:ring-primary\/60:focus{--tw-ring-color: rgb(167 139 250 / .6)}.focus\:ring-primary\/70:focus{--tw-ring-color: rgb(167 139 250 / .7)}.focus\:ring-primary\/75:focus{--tw-ring-color: rgb(167 139 250 / .75)}.focus\:ring-primary\/80:focus{--tw-ring-color: rgb(167 139 250 / .8)}.focus\:ring-primary\/90:focus{--tw-ring-color: rgb(167 139 250 / .9)}.focus\:ring-primary\/95:focus{--tw-ring-color: rgb(167 139 250 / .95)}.focus\:ring-primary\/100:focus{--tw-ring-color: rgb(167 139 250 / 1)}.focus\:ring-primary-light\/0:focus{--tw-ring-color: rgb(247 245 254 / 0)}.focus\:ring-primary-light\/5:focus{--tw-ring-color: rgb(247 245 254 / .05)}.focus\:ring-primary-light\/10:focus{--tw-ring-color: rgb(247 245 254 / .1)}.focus\:ring-primary-light\/20:focus{--tw-ring-color: rgb(247 245 254 / .2)}.focus\:ring-primary-light\/25:focus{--tw-ring-color: rgb(247 245 254 / .25)}.focus\:ring-primary-light\/30:focus{--tw-ring-color: rgb(247 245 254 / .3)}.focus\:ring-primary-light\/40:focus{--tw-ring-color: rgb(247 245 254 / .4)}.focus\:ring-primary-light\/50:focus{--tw-ring-color: rgb(247 245 254 / .5)}.focus\:ring-primary-light\/60:focus{--tw-ring-color: rgb(247 245 254 / .6)}.focus\:ring-primary-light\/70:focus{--tw-ring-color: rgb(247 245 254 / .7)}.focus\:ring-primary-light\/75:focus{--tw-ring-color: rgb(247 245 254 / .75)}.focus\:ring-primary-light\/80:focus{--tw-ring-color: rgb(247 245 254 / .8)}.focus\:ring-primary-light\/90:focus{--tw-ring-color: rgb(247 245 254 / .9)}.focus\:ring-primary-light\/95:focus{--tw-ring-color: rgb(247 245 254 / .95)}.focus\:ring-primary-light\/100:focus{--tw-ring-color: rgb(247 245 254 / 1)}.focus\:ring-primary-dark\/0:focus{--tw-ring-color: rgb(105 87 158 / 0)}.focus\:ring-primary-dark\/5:focus{--tw-ring-color: rgb(105 87 158 / .05)}.focus\:ring-primary-dark\/10:focus{--tw-ring-color: rgb(105 87 158 / .1)}.focus\:ring-primary-dark\/20:focus{--tw-ring-color: rgb(105 87 158 / .2)}.focus\:ring-primary-dark\/25:focus{--tw-ring-color: rgb(105 87 158 / .25)}.focus\:ring-primary-dark\/30:focus{--tw-ring-color: rgb(105 87 158 / .3)}.focus\:ring-primary-dark\/40:focus{--tw-ring-color: rgb(105 87 158 / .4)}.focus\:ring-primary-dark\/50:focus{--tw-ring-color: rgb(105 87 158 / .5)}.focus\:ring-primary-dark\/60:focus{--tw-ring-color: rgb(105 87 158 / .6)}.focus\:ring-primary-dark\/70:focus{--tw-ring-color: rgb(105 87 158 / .7)}.focus\:ring-primary-dark\/75:focus{--tw-ring-color: rgb(105 87 158 / .75)}.focus\:ring-primary-dark\/80:focus{--tw-ring-color: rgb(105 87 158 / .8)}.focus\:ring-primary-dark\/90:focus{--tw-ring-color: rgb(105 87 158 / .9)}.focus\:ring-primary-dark\/95:focus{--tw-ring-color: rgb(105 87 158 / .95)}.focus\:ring-primary-dark\/100:focus{--tw-ring-color: rgb(105 87 158 / 1)}.focus\:ring-info\/0:focus{--tw-ring-color: rgb(118 144 239 / 0)}.focus\:ring-info\/5:focus{--tw-ring-color: rgb(118 144 239 / .05)}.focus\:ring-info\/10:focus{--tw-ring-color: rgb(118 144 239 / .1)}.focus\:ring-info\/20:focus{--tw-ring-color: rgb(118 144 239 / .2)}.focus\:ring-info\/25:focus{--tw-ring-color: rgb(118 144 239 / .25)}.focus\:ring-info\/30:focus{--tw-ring-color: rgb(118 144 239 / .3)}.focus\:ring-info\/40:focus{--tw-ring-color: rgb(118 144 239 / .4)}.focus\:ring-info\/50:focus{--tw-ring-color: rgb(118 144 239 / .5)}.focus\:ring-info\/60:focus{--tw-ring-color: rgb(118 144 239 / .6)}.focus\:ring-info\/70:focus{--tw-ring-color: rgb(118 144 239 / .7)}.focus\:ring-info\/75:focus{--tw-ring-color: rgb(118 144 239 / .75)}.focus\:ring-info\/80:focus{--tw-ring-color: rgb(118 144 239 / .8)}.focus\:ring-info\/90:focus{--tw-ring-color: rgb(118 144 239 / .9)}.focus\:ring-info\/95:focus{--tw-ring-color: rgb(118 144 239 / .95)}.focus\:ring-info\/100:focus{--tw-ring-color: rgb(118 144 239 / 1)}.focus\:ring-info-light\/0:focus{--tw-ring-color: rgb(242 243 253 / 0)}.focus\:ring-info-light\/5:focus{--tw-ring-color: rgb(242 243 253 / .05)}.focus\:ring-info-light\/10:focus{--tw-ring-color: rgb(242 243 253 / .1)}.focus\:ring-info-light\/20:focus{--tw-ring-color: rgb(242 243 253 / .2)}.focus\:ring-info-light\/25:focus{--tw-ring-color: rgb(242 243 253 / .25)}.focus\:ring-info-light\/30:focus{--tw-ring-color: rgb(242 243 253 / .3)}.focus\:ring-info-light\/40:focus{--tw-ring-color: rgb(242 243 253 / .4)}.focus\:ring-info-light\/50:focus{--tw-ring-color: rgb(242 243 253 / .5)}.focus\:ring-info-light\/60:focus{--tw-ring-color: rgb(242 243 253 / .6)}.focus\:ring-info-light\/70:focus{--tw-ring-color: rgb(242 243 253 / .7)}.focus\:ring-info-light\/75:focus{--tw-ring-color: rgb(242 243 253 / .75)}.focus\:ring-info-light\/80:focus{--tw-ring-color: rgb(242 243 253 / .8)}.focus\:ring-info-light\/90:focus{--tw-ring-color: rgb(242 243 253 / .9)}.focus\:ring-info-light\/95:focus{--tw-ring-color: rgb(242 243 253 / .95)}.focus\:ring-info-light\/100:focus{--tw-ring-color: rgb(242 243 253 / 1)}.focus\:ring-info-dark\/0:focus{--tw-ring-color: rgb(33 88 210 / 0)}.focus\:ring-info-dark\/5:focus{--tw-ring-color: rgb(33 88 210 / .05)}.focus\:ring-info-dark\/10:focus{--tw-ring-color: rgb(33 88 210 / .1)}.focus\:ring-info-dark\/20:focus{--tw-ring-color: rgb(33 88 210 / .2)}.focus\:ring-info-dark\/25:focus{--tw-ring-color: rgb(33 88 210 / .25)}.focus\:ring-info-dark\/30:focus{--tw-ring-color: rgb(33 88 210 / .3)}.focus\:ring-info-dark\/40:focus{--tw-ring-color: rgb(33 88 210 / .4)}.focus\:ring-info-dark\/50:focus{--tw-ring-color: rgb(33 88 210 / .5)}.focus\:ring-info-dark\/60:focus{--tw-ring-color: rgb(33 88 210 / .6)}.focus\:ring-info-dark\/70:focus{--tw-ring-color: rgb(33 88 210 / .7)}.focus\:ring-info-dark\/75:focus{--tw-ring-color: rgb(33 88 210 / .75)}.focus\:ring-info-dark\/80:focus{--tw-ring-color: rgb(33 88 210 / .8)}.focus\:ring-info-dark\/90:focus{--tw-ring-color: rgb(33 88 210 / .9)}.focus\:ring-info-dark\/95:focus{--tw-ring-color: rgb(33 88 210 / .95)}.focus\:ring-info-dark\/100:focus{--tw-ring-color: rgb(33 88 210 / 1)}.focus\:ring-success\/0:focus{--tw-ring-color: rgb(40 163 118 / 0)}.focus\:ring-success\/5:focus{--tw-ring-color: rgb(40 163 118 / .05)}.focus\:ring-success\/10:focus{--tw-ring-color: rgb(40 163 118 / .1)}.focus\:ring-success\/20:focus{--tw-ring-color: rgb(40 163 118 / .2)}.focus\:ring-success\/25:focus{--tw-ring-color: rgb(40 163 118 / .25)}.focus\:ring-success\/30:focus{--tw-ring-color: rgb(40 163 118 / .3)}.focus\:ring-success\/40:focus{--tw-ring-color: rgb(40 163 118 / .4)}.focus\:ring-success\/50:focus{--tw-ring-color: rgb(40 163 118 / .5)}.focus\:ring-success\/60:focus{--tw-ring-color: rgb(40 163 118 / .6)}.focus\:ring-success\/70:focus{--tw-ring-color: rgb(40 163 118 / .7)}.focus\:ring-success\/75:focus{--tw-ring-color: rgb(40 163 118 / .75)}.focus\:ring-success\/80:focus{--tw-ring-color: rgb(40 163 118 / .8)}.focus\:ring-success\/90:focus{--tw-ring-color: rgb(40 163 118 / .9)}.focus\:ring-success\/95:focus{--tw-ring-color: rgb(40 163 118 / .95)}.focus\:ring-success\/100:focus{--tw-ring-color: rgb(40 163 118 / 1)}.focus\:ring-success-light\/0:focus{--tw-ring-color: rgb(242 250 246 / 0)}.focus\:ring-success-light\/5:focus{--tw-ring-color: rgb(242 250 246 / .05)}.focus\:ring-success-light\/10:focus{--tw-ring-color: rgb(242 250 246 / .1)}.focus\:ring-success-light\/20:focus{--tw-ring-color: rgb(242 250 246 / .2)}.focus\:ring-success-light\/25:focus{--tw-ring-color: rgb(242 250 246 / .25)}.focus\:ring-success-light\/30:focus{--tw-ring-color: rgb(242 250 246 / .3)}.focus\:ring-success-light\/40:focus{--tw-ring-color: rgb(242 250 246 / .4)}.focus\:ring-success-light\/50:focus{--tw-ring-color: rgb(242 250 246 / .5)}.focus\:ring-success-light\/60:focus{--tw-ring-color: rgb(242 250 246 / .6)}.focus\:ring-success-light\/70:focus{--tw-ring-color: rgb(242 250 246 / .7)}.focus\:ring-success-light\/75:focus{--tw-ring-color: rgb(242 250 246 / .75)}.focus\:ring-success-light\/80:focus{--tw-ring-color: rgb(242 250 246 / .8)}.focus\:ring-success-light\/90:focus{--tw-ring-color: rgb(242 250 246 / .9)}.focus\:ring-success-light\/95:focus{--tw-ring-color: rgb(242 250 246 / .95)}.focus\:ring-success-light\/100:focus{--tw-ring-color: rgb(242 250 246 / 1)}.focus\:ring-success-dark\/0:focus{--tw-ring-color: rgb(32 133 96 / 0)}.focus\:ring-success-dark\/5:focus{--tw-ring-color: rgb(32 133 96 / .05)}.focus\:ring-success-dark\/10:focus{--tw-ring-color: rgb(32 133 96 / .1)}.focus\:ring-success-dark\/20:focus{--tw-ring-color: rgb(32 133 96 / .2)}.focus\:ring-success-dark\/25:focus{--tw-ring-color: rgb(32 133 96 / .25)}.focus\:ring-success-dark\/30:focus{--tw-ring-color: rgb(32 133 96 / .3)}.focus\:ring-success-dark\/40:focus{--tw-ring-color: rgb(32 133 96 / .4)}.focus\:ring-success-dark\/50:focus{--tw-ring-color: rgb(32 133 96 / .5)}.focus\:ring-success-dark\/60:focus{--tw-ring-color: rgb(32 133 96 / .6)}.focus\:ring-success-dark\/70:focus{--tw-ring-color: rgb(32 133 96 / .7)}.focus\:ring-success-dark\/75:focus{--tw-ring-color: rgb(32 133 96 / .75)}.focus\:ring-success-dark\/80:focus{--tw-ring-color: rgb(32 133 96 / .8)}.focus\:ring-success-dark\/90:focus{--tw-ring-color: rgb(32 133 96 / .9)}.focus\:ring-success-dark\/95:focus{--tw-ring-color: rgb(32 133 96 / .95)}.focus\:ring-success-dark\/100:focus{--tw-ring-color: rgb(32 133 96 / 1)}.focus\:ring-warning\/0:focus{--tw-ring-color: rgb(250 172 30 / 0)}.focus\:ring-warning\/5:focus{--tw-ring-color: rgb(250 172 30 / .05)}.focus\:ring-warning\/10:focus{--tw-ring-color: rgb(250 172 30 / .1)}.focus\:ring-warning\/20:focus{--tw-ring-color: rgb(250 172 30 / .2)}.focus\:ring-warning\/25:focus{--tw-ring-color: rgb(250 172 30 / .25)}.focus\:ring-warning\/30:focus{--tw-ring-color: rgb(250 172 30 / .3)}.focus\:ring-warning\/40:focus{--tw-ring-color: rgb(250 172 30 / .4)}.focus\:ring-warning\/50:focus{--tw-ring-color: rgb(250 172 30 / .5)}.focus\:ring-warning\/60:focus{--tw-ring-color: rgb(250 172 30 / .6)}.focus\:ring-warning\/70:focus{--tw-ring-color: rgb(250 172 30 / .7)}.focus\:ring-warning\/75:focus{--tw-ring-color: rgb(250 172 30 / .75)}.focus\:ring-warning\/80:focus{--tw-ring-color: rgb(250 172 30 / .8)}.focus\:ring-warning\/90:focus{--tw-ring-color: rgb(250 172 30 / .9)}.focus\:ring-warning\/95:focus{--tw-ring-color: rgb(250 172 30 / .95)}.focus\:ring-warning\/100:focus{--tw-ring-color: rgb(250 172 30 / 1)}.focus\:ring-warning-light\/0:focus{--tw-ring-color: rgb(254 247 242 / 0)}.focus\:ring-warning-light\/5:focus{--tw-ring-color: rgb(254 247 242 / .05)}.focus\:ring-warning-light\/10:focus{--tw-ring-color: rgb(254 247 242 / .1)}.focus\:ring-warning-light\/20:focus{--tw-ring-color: rgb(254 247 242 / .2)}.focus\:ring-warning-light\/25:focus{--tw-ring-color: rgb(254 247 242 / .25)}.focus\:ring-warning-light\/30:focus{--tw-ring-color: rgb(254 247 242 / .3)}.focus\:ring-warning-light\/40:focus{--tw-ring-color: rgb(254 247 242 / .4)}.focus\:ring-warning-light\/50:focus{--tw-ring-color: rgb(254 247 242 / .5)}.focus\:ring-warning-light\/60:focus{--tw-ring-color: rgb(254 247 242 / .6)}.focus\:ring-warning-light\/70:focus{--tw-ring-color: rgb(254 247 242 / .7)}.focus\:ring-warning-light\/75:focus{--tw-ring-color: rgb(254 247 242 / .75)}.focus\:ring-warning-light\/80:focus{--tw-ring-color: rgb(254 247 242 / .8)}.focus\:ring-warning-light\/90:focus{--tw-ring-color: rgb(254 247 242 / .9)}.focus\:ring-warning-light\/95:focus{--tw-ring-color: rgb(254 247 242 / .95)}.focus\:ring-warning-light\/100:focus{--tw-ring-color: rgb(254 247 242 / 1)}.focus\:ring-warning-dark\/0:focus{--tw-ring-color: rgb(158 108 18 / 0)}.focus\:ring-warning-dark\/5:focus{--tw-ring-color: rgb(158 108 18 / .05)}.focus\:ring-warning-dark\/10:focus{--tw-ring-color: rgb(158 108 18 / .1)}.focus\:ring-warning-dark\/20:focus{--tw-ring-color: rgb(158 108 18 / .2)}.focus\:ring-warning-dark\/25:focus{--tw-ring-color: rgb(158 108 18 / .25)}.focus\:ring-warning-dark\/30:focus{--tw-ring-color: rgb(158 108 18 / .3)}.focus\:ring-warning-dark\/40:focus{--tw-ring-color: rgb(158 108 18 / .4)}.focus\:ring-warning-dark\/50:focus{--tw-ring-color: rgb(158 108 18 / .5)}.focus\:ring-warning-dark\/60:focus{--tw-ring-color: rgb(158 108 18 / .6)}.focus\:ring-warning-dark\/70:focus{--tw-ring-color: rgb(158 108 18 / .7)}.focus\:ring-warning-dark\/75:focus{--tw-ring-color: rgb(158 108 18 / .75)}.focus\:ring-warning-dark\/80:focus{--tw-ring-color: rgb(158 108 18 / .8)}.focus\:ring-warning-dark\/90:focus{--tw-ring-color: rgb(158 108 18 / .9)}.focus\:ring-warning-dark\/95:focus{--tw-ring-color: rgb(158 108 18 / .95)}.focus\:ring-warning-dark\/100:focus{--tw-ring-color: rgb(158 108 18 / 1)}.focus\:ring-error\/0:focus{--tw-ring-color: rgb(220 38 38 / 0)}.focus\:ring-error\/5:focus{--tw-ring-color: rgb(220 38 38 / .05)}.focus\:ring-error\/10:focus{--tw-ring-color: rgb(220 38 38 / .1)}.focus\:ring-error\/20:focus{--tw-ring-color: rgb(220 38 38 / .2)}.focus\:ring-error\/25:focus{--tw-ring-color: rgb(220 38 38 / .25)}.focus\:ring-error\/30:focus{--tw-ring-color: rgb(220 38 38 / .3)}.focus\:ring-error\/40:focus{--tw-ring-color: rgb(220 38 38 / .4)}.focus\:ring-error\/50:focus{--tw-ring-color: rgb(220 38 38 / .5)}.focus\:ring-error\/60:focus{--tw-ring-color: rgb(220 38 38 / .6)}.focus\:ring-error\/70:focus{--tw-ring-color: rgb(220 38 38 / .7)}.focus\:ring-error\/75:focus{--tw-ring-color: rgb(220 38 38 / .75)}.focus\:ring-error\/80:focus{--tw-ring-color: rgb(220 38 38 / .8)}.focus\:ring-error\/90:focus{--tw-ring-color: rgb(220 38 38 / .9)}.focus\:ring-error\/95:focus{--tw-ring-color: rgb(220 38 38 / .95)}.focus\:ring-error\/100:focus{--tw-ring-color: rgb(220 38 38 / 1)}.focus\:ring-error-light\/0:focus{--tw-ring-color: rgb(251 242 242 / 0)}.focus\:ring-error-light\/5:focus{--tw-ring-color: rgb(251 242 242 / .05)}.focus\:ring-error-light\/10:focus{--tw-ring-color: rgb(251 242 242 / .1)}.focus\:ring-error-light\/20:focus{--tw-ring-color: rgb(251 242 242 / .2)}.focus\:ring-error-light\/25:focus{--tw-ring-color: rgb(251 242 242 / .25)}.focus\:ring-error-light\/30:focus{--tw-ring-color: rgb(251 242 242 / .3)}.focus\:ring-error-light\/40:focus{--tw-ring-color: rgb(251 242 242 / .4)}.focus\:ring-error-light\/50:focus{--tw-ring-color: rgb(251 242 242 / .5)}.focus\:ring-error-light\/60:focus{--tw-ring-color: rgb(251 242 242 / .6)}.focus\:ring-error-light\/70:focus{--tw-ring-color: rgb(251 242 242 / .7)}.focus\:ring-error-light\/75:focus{--tw-ring-color: rgb(251 242 242 / .75)}.focus\:ring-error-light\/80:focus{--tw-ring-color: rgb(251 242 242 / .8)}.focus\:ring-error-light\/90:focus{--tw-ring-color: rgb(251 242 242 / .9)}.focus\:ring-error-light\/95:focus{--tw-ring-color: rgb(251 242 242 / .95)}.focus\:ring-error-light\/100:focus{--tw-ring-color: rgb(251 242 242 / 1)}.focus\:ring-error-dark\/0:focus{--tw-ring-color: rgb(196 33 33 / 0)}.focus\:ring-error-dark\/5:focus{--tw-ring-color: rgb(196 33 33 / .05)}.focus\:ring-error-dark\/10:focus{--tw-ring-color: rgb(196 33 33 / .1)}.focus\:ring-error-dark\/20:focus{--tw-ring-color: rgb(196 33 33 / .2)}.focus\:ring-error-dark\/25:focus{--tw-ring-color: rgb(196 33 33 / .25)}.focus\:ring-error-dark\/30:focus{--tw-ring-color: rgb(196 33 33 / .3)}.focus\:ring-error-dark\/40:focus{--tw-ring-color: rgb(196 33 33 / .4)}.focus\:ring-error-dark\/50:focus{--tw-ring-color: rgb(196 33 33 / .5)}.focus\:ring-error-dark\/60:focus{--tw-ring-color: rgb(196 33 33 / .6)}.focus\:ring-error-dark\/70:focus{--tw-ring-color: rgb(196 33 33 / .7)}.focus\:ring-error-dark\/75:focus{--tw-ring-color: rgb(196 33 33 / .75)}.focus\:ring-error-dark\/80:focus{--tw-ring-color: rgb(196 33 33 / .8)}.focus\:ring-error-dark\/90:focus{--tw-ring-color: rgb(196 33 33 / .9)}.focus\:ring-error-dark\/95:focus{--tw-ring-color: rgb(196 33 33 / .95)}.focus\:ring-error-dark\/100:focus{--tw-ring-color: rgb(196 33 33 / 1)}.focus\:ring-grey\/0:focus{--tw-ring-color: rgb(71 85 105 / 0)}.focus\:ring-grey\/5:focus{--tw-ring-color: rgb(71 85 105 / .05)}.focus\:ring-grey\/10:focus{--tw-ring-color: rgb(71 85 105 / .1)}.focus\:ring-grey\/20:focus{--tw-ring-color: rgb(71 85 105 / .2)}.focus\:ring-grey\/25:focus{--tw-ring-color: rgb(71 85 105 / .25)}.focus\:ring-grey\/30:focus{--tw-ring-color: rgb(71 85 105 / .3)}.focus\:ring-grey\/40:focus{--tw-ring-color: rgb(71 85 105 / .4)}.focus\:ring-grey\/50:focus{--tw-ring-color: rgb(71 85 105 / .5)}.focus\:ring-grey\/60:focus{--tw-ring-color: rgb(71 85 105 / .6)}.focus\:ring-grey\/70:focus{--tw-ring-color: rgb(71 85 105 / .7)}.focus\:ring-grey\/75:focus{--tw-ring-color: rgb(71 85 105 / .75)}.focus\:ring-grey\/80:focus{--tw-ring-color: rgb(71 85 105 / .8)}.focus\:ring-grey\/90:focus{--tw-ring-color: rgb(71 85 105 / .9)}.focus\:ring-grey\/95:focus{--tw-ring-color: rgb(71 85 105 / .95)}.focus\:ring-grey\/100:focus{--tw-ring-color: rgb(71 85 105 / 1)}.focus\:ring-grey-light\/0:focus{--tw-ring-color: rgb(242 243 244 / 0)}.focus\:ring-grey-light\/5:focus{--tw-ring-color: rgb(242 243 244 / .05)}.focus\:ring-grey-light\/10:focus{--tw-ring-color: rgb(242 243 244 / .1)}.focus\:ring-grey-light\/20:focus{--tw-ring-color: rgb(242 243 244 / .2)}.focus\:ring-grey-light\/25:focus{--tw-ring-color: rgb(242 243 244 / .25)}.focus\:ring-grey-light\/30:focus{--tw-ring-color: rgb(242 243 244 / .3)}.focus\:ring-grey-light\/40:focus{--tw-ring-color: rgb(242 243 244 / .4)}.focus\:ring-grey-light\/50:focus{--tw-ring-color: rgb(242 243 244 / .5)}.focus\:ring-grey-light\/60:focus{--tw-ring-color: rgb(242 243 244 / .6)}.focus\:ring-grey-light\/70:focus{--tw-ring-color: rgb(242 243 244 / .7)}.focus\:ring-grey-light\/75:focus{--tw-ring-color: rgb(242 243 244 / .75)}.focus\:ring-grey-light\/80:focus{--tw-ring-color: rgb(242 243 244 / .8)}.focus\:ring-grey-light\/90:focus{--tw-ring-color: rgb(242 243 244 / .9)}.focus\:ring-grey-light\/95:focus{--tw-ring-color: rgb(242 243 244 / .95)}.focus\:ring-grey-light\/100:focus{--tw-ring-color: rgb(242 243 244 / 1)}.focus\:ring-grey-dark\/0:focus{--tw-ring-color: rgb(44 53 66 / 0)}.focus\:ring-grey-dark\/5:focus{--tw-ring-color: rgb(44 53 66 / .05)}.focus\:ring-grey-dark\/10:focus{--tw-ring-color: rgb(44 53 66 / .1)}.focus\:ring-grey-dark\/20:focus{--tw-ring-color: rgb(44 53 66 / .2)}.focus\:ring-grey-dark\/25:focus{--tw-ring-color: rgb(44 53 66 / .25)}.focus\:ring-grey-dark\/30:focus{--tw-ring-color: rgb(44 53 66 / .3)}.focus\:ring-grey-dark\/40:focus{--tw-ring-color: rgb(44 53 66 / .4)}.focus\:ring-grey-dark\/50:focus{--tw-ring-color: rgb(44 53 66 / .5)}.focus\:ring-grey-dark\/60:focus{--tw-ring-color: rgb(44 53 66 / .6)}.focus\:ring-grey-dark\/70:focus{--tw-ring-color: rgb(44 53 66 / .7)}.focus\:ring-grey-dark\/75:focus{--tw-ring-color: rgb(44 53 66 / .75)}.focus\:ring-grey-dark\/80:focus{--tw-ring-color: rgb(44 53 66 / .8)}.focus\:ring-grey-dark\/90:focus{--tw-ring-color: rgb(44 53 66 / .9)}.focus\:ring-grey-dark\/95:focus{--tw-ring-color: rgb(44 53 66 / .95)}.focus\:ring-grey-dark\/100:focus{--tw-ring-color: rgb(44 53 66 / 1)}.focus\:ring-gray-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity))}.focus\:ring-gray-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity))}.focus\:ring-purple-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus\:ring-offset-0:focus{--tw-ring-offset-width: 0px}.focus\:ring-offset-red-50:focus{--tw-ring-offset-color: #fef2f2}.focus\:ring-offset-red-100:focus{--tw-ring-offset-color: #FBF2F2}.focus\:ring-offset-red-200:focus{--tw-ring-offset-color: #F8E4E4}.focus\:ring-offset-red-300:focus{--tw-ring-offset-color: #F1C6C6}.focus\:ring-offset-red-400:focus{--tw-ring-offset-color: #EAA3A3}.focus\:ring-offset-red-500:focus{--tw-ring-offset-color: #E37676}.focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #DC2626}.focus\:ring-offset-red-700:focus{--tw-ring-offset-color: #C42121}.focus\:ring-offset-red-800:focus{--tw-ring-offset-color: #AA1D1D}.focus\:ring-offset-red-900:focus{--tw-ring-offset-color: #8B1818}.focus\:ring-offset-orange-50:focus{--tw-ring-offset-color: #fff7ed}.focus\:ring-offset-orange-100:focus{--tw-ring-offset-color: #FCF3F1}.focus\:ring-offset-orange-200:focus{--tw-ring-offset-color: #FAE7E4}.focus\:ring-offset-orange-300:focus{--tw-ring-offset-color: #F6CDC5}.focus\:ring-offset-orange-400:focus{--tw-ring-offset-color: #F2AFA1}.focus\:ring-offset-orange-500:focus{--tw-ring-offset-color: #EE8A72}.focus\:ring-offset-orange-600:focus{--tw-ring-offset-color: #EA580C}.focus\:ring-offset-orange-700:focus{--tw-ring-offset-color: #D14E0A}.focus\:ring-offset-orange-800:focus{--tw-ring-offset-color: #B54409}.focus\:ring-offset-orange-900:focus{--tw-ring-offset-color: #933707}.focus\:ring-offset-yellow-50:focus{--tw-ring-offset-color: #fefce8}.focus\:ring-offset-yellow-100:focus{--tw-ring-offset-color: #fef3c7}.focus\:ring-offset-yellow-200:focus{--tw-ring-offset-color: #fde68a}.focus\:ring-offset-yellow-300:focus{--tw-ring-offset-color: #fcd34d}.focus\:ring-offset-yellow-400:focus{--tw-ring-offset-color: #fbbf24}.focus\:ring-offset-yellow-500:focus{--tw-ring-offset-color: #eab308}.focus\:ring-offset-yellow-600:focus{--tw-ring-offset-color: #d97706}.focus\:ring-offset-yellow-700:focus{--tw-ring-offset-color: #b45309}.focus\:ring-offset-yellow-800:focus{--tw-ring-offset-color: #92400e}.focus\:ring-offset-yellow-900:focus{--tw-ring-offset-color: #78350f}.focus\:ring-offset-green-50:focus{--tw-ring-offset-color: #f0fdf4}.focus\:ring-offset-green-100:focus{--tw-ring-offset-color: #F2FAF6}.focus\:ring-offset-green-200:focus{--tw-ring-offset-color: #E5F6EE}.focus\:ring-offset-green-300:focus{--tw-ring-offset-color: #C8EEDB}.focus\:ring-offset-green-400:focus{--tw-ring-offset-color: #A6E5C8}.focus\:ring-offset-green-500:focus{--tw-ring-offset-color: #7BDCB2}.focus\:ring-offset-green-600:focus{--tw-ring-offset-color: #34D399}.focus\:ring-offset-green-700:focus{--tw-ring-offset-color: #2EBC88}.focus\:ring-offset-green-800:focus{--tw-ring-offset-color: #28A376}.focus\:ring-offset-green-900:focus{--tw-ring-offset-color: #208560}.focus\:ring-offset-emerald-50:focus{--tw-ring-offset-color: #ecfdf5}.focus\:ring-offset-emerald-100:focus{--tw-ring-offset-color: #d1fae5}.focus\:ring-offset-emerald-200:focus{--tw-ring-offset-color: #a7f3d0}.focus\:ring-offset-emerald-300:focus{--tw-ring-offset-color: #6ee7b7}.focus\:ring-offset-emerald-400:focus{--tw-ring-offset-color: #34d399}.focus\:ring-offset-emerald-500:focus{--tw-ring-offset-color: #10b981}.focus\:ring-offset-emerald-600:focus{--tw-ring-offset-color: #059669}.focus\:ring-offset-emerald-700:focus{--tw-ring-offset-color: #047857}.focus\:ring-offset-emerald-800:focus{--tw-ring-offset-color: #065f46}.focus\:ring-offset-emerald-900:focus{--tw-ring-offset-color: #064e3b}.focus\:ring-offset-teal-50:focus{--tw-ring-offset-color: #f0fdfa}.focus\:ring-offset-teal-100:focus{--tw-ring-offset-color: #ccfbf1}.focus\:ring-offset-teal-200:focus{--tw-ring-offset-color: #99f6e4}.focus\:ring-offset-teal-300:focus{--tw-ring-offset-color: #5eead4}.focus\:ring-offset-teal-400:focus{--tw-ring-offset-color: #2dd4bf }.focus\:ring-offset-teal-500:focus{--tw-ring-offset-color: #14b8a6}.focus\:ring-offset-teal-600:focus{--tw-ring-offset-color: #0d9488}.focus\:ring-offset-teal-700:focus{--tw-ring-offset-color: #0f766e}.focus\:ring-offset-teal-800:focus{--tw-ring-offset-color: #115e59}.focus\:ring-offset-teal-900:focus{--tw-ring-offset-color: #134e4a}.focus\:ring-offset-sky-50:focus{--tw-ring-offset-color: #f0f9ff}.focus\:ring-offset-sky-100:focus{--tw-ring-offset-color: #e0f2fe}.focus\:ring-offset-sky-200:focus{--tw-ring-offset-color: #bae6fd}.focus\:ring-offset-sky-300:focus{--tw-ring-offset-color: #7dd3fc}.focus\:ring-offset-sky-400:focus{--tw-ring-offset-color: #38bdf8}.focus\:ring-offset-sky-500:focus{--tw-ring-offset-color: #0ea5e9}.focus\:ring-offset-sky-600:focus{--tw-ring-offset-color: #0284c7}.focus\:ring-offset-sky-700:focus{--tw-ring-offset-color: #0369a1}.focus\:ring-offset-sky-800:focus{--tw-ring-offset-color: #075985}.focus\:ring-offset-sky-900:focus{--tw-ring-offset-color: #0c4a6e}.focus\:ring-offset-blue-50:focus{--tw-ring-offset-color: #eff6ff}.focus\:ring-offset-blue-100:focus{--tw-ring-offset-color: #F2F3FD}.focus\:ring-offset-blue-200:focus{--tw-ring-offset-color: #E4E8FB}.focus\:ring-offset-blue-300:focus{--tw-ring-offset-color: #C6CFF7}.focus\:ring-offset-blue-400:focus{--tw-ring-offset-color: #A3B2F3}.focus\:ring-offset-blue-500:focus{--tw-ring-offset-color: #7690EF}.focus\:ring-offset-blue-600:focus{--tw-ring-offset-color: #2563EB}.focus\:ring-offset-blue-700:focus{--tw-ring-offset-color: #2158D2}.focus\:ring-offset-blue-800:focus{--tw-ring-offset-color: #1C4CB6}.focus\:ring-offset-blue-900:focus{--tw-ring-offset-color: #173E94}.focus\:ring-offset-indigo-50:focus{--tw-ring-offset-color: #eef2ff}.focus\:ring-offset-indigo-100:focus{--tw-ring-offset-color: #e0e7ff}.focus\:ring-offset-indigo-200:focus{--tw-ring-offset-color: #c7d2fe}.focus\:ring-offset-indigo-300:focus{--tw-ring-offset-color: #a5b4fc}.focus\:ring-offset-indigo-400:focus{--tw-ring-offset-color: #818cf8}.focus\:ring-offset-indigo-500:focus{--tw-ring-offset-color: #6366f1}.focus\:ring-offset-indigo-600:focus{--tw-ring-offset-color: #4f46e5}.focus\:ring-offset-indigo-700:focus{--tw-ring-offset-color: #4338ca}.focus\:ring-offset-indigo-800:focus{--tw-ring-offset-color: #3730a3}.focus\:ring-offset-indigo-900:focus{--tw-ring-offset-color: #312e81}.focus\:ring-offset-violet-50:focus{--tw-ring-offset-color: #f5f3ff}.focus\:ring-offset-violet-100:focus{--tw-ring-offset-color: #ede9fe}.focus\:ring-offset-violet-200:focus{--tw-ring-offset-color: #ddd6fe}.focus\:ring-offset-violet-300:focus{--tw-ring-offset-color: #c4b5fd}.focus\:ring-offset-violet-400:focus{--tw-ring-offset-color: #a78bfa}.focus\:ring-offset-violet-500:focus{--tw-ring-offset-color: #8b5cf6}.focus\:ring-offset-violet-600:focus{--tw-ring-offset-color: #7c3aed}.focus\:ring-offset-violet-700:focus{--tw-ring-offset-color: #6d28d9}.focus\:ring-offset-violet-800:focus{--tw-ring-offset-color: #5b21b6}.focus\:ring-offset-violet-900:focus{--tw-ring-offset-color: #4c1d95}.focus\:ring-offset-fuchsia-50:focus{--tw-ring-offset-color: #fdf4ff}.focus\:ring-offset-fuchsia-100:focus{--tw-ring-offset-color: #fae8ff}.focus\:ring-offset-fuchsia-200:focus{--tw-ring-offset-color: #f5d0fe}.focus\:ring-offset-fuchsia-300:focus{--tw-ring-offset-color: #f0abfc}.focus\:ring-offset-fuchsia-400:focus{--tw-ring-offset-color: #e879f9}.focus\:ring-offset-fuchsia-500:focus{--tw-ring-offset-color: #d946ef}.focus\:ring-offset-fuchsia-600:focus{--tw-ring-offset-color: #c026d3}.focus\:ring-offset-fuchsia-700:focus{--tw-ring-offset-color: #a21caf}.focus\:ring-offset-fuchsia-800:focus{--tw-ring-offset-color: #86198f}.focus\:ring-offset-fuchsia-900:focus{--tw-ring-offset-color: #701a75}.focus\:ring-offset-pink-50:focus{--tw-ring-offset-color: #fdf2f8}.focus\:ring-offset-pink-100:focus{--tw-ring-offset-color: #fce7f3}.focus\:ring-offset-pink-200:focus{--tw-ring-offset-color: #fbcfe8}.focus\:ring-offset-pink-300:focus{--tw-ring-offset-color: #f9a8d4}.focus\:ring-offset-pink-400:focus{--tw-ring-offset-color: #f472b6}.focus\:ring-offset-pink-500:focus{--tw-ring-offset-color: #ec4899}.focus\:ring-offset-pink-600:focus{--tw-ring-offset-color: #db2777}.focus\:ring-offset-pink-700:focus{--tw-ring-offset-color: #be185d}.focus\:ring-offset-pink-800:focus{--tw-ring-offset-color: #9d174d}.focus\:ring-offset-pink-900:focus{--tw-ring-offset-color: #831843}.focus\:ring-offset-rose-50:focus{--tw-ring-offset-color: #fff1f2}.focus\:ring-offset-rose-100:focus{--tw-ring-offset-color: #FFE4E6}.focus\:ring-offset-rose-200:focus{--tw-ring-offset-color: #FECDD3}.focus\:ring-offset-rose-300:focus{--tw-ring-offset-color: #FDA4AF}.focus\:ring-offset-rose-400:focus{--tw-ring-offset-color: #FB7185}.focus\:ring-offset-rose-500:focus{--tw-ring-offset-color: #F43F5E}.focus\:ring-offset-rose-600:focus{--tw-ring-offset-color: #E11D48}.focus\:ring-offset-rose-700:focus{--tw-ring-offset-color: #BE123C}.focus\:ring-offset-rose-800:focus{--tw-ring-offset-color: #9F1239}.focus\:ring-offset-rose-900:focus{--tw-ring-offset-color: #881337}.focus\:ring-offset-primary-100:focus{--tw-ring-offset-color: #F2F3F4}.focus\:ring-offset-primary-200:focus{--tw-ring-offset-color: #E8E8F0}.focus\:ring-offset-primary-300:focus{--tw-ring-offset-color: #D0D0E1}.focus\:ring-offset-primary-400:focus{--tw-ring-offset-color: #B4B4D1}.focus\:ring-offset-primary-500:focus{--tw-ring-offset-color: #9393BF}.focus\:ring-offset-primary-600:focus{--tw-ring-offset-color: #6868AC}.focus\:ring-offset-primary-700:focus{--tw-ring-offset-color: #5D5D99}.focus\:ring-offset-primary-800:focus{--tw-ring-offset-color: #505085}.focus\:ring-offset-primary-900:focus{--tw-ring-offset-color: #41416C}.focus\:ring-offset-primary-1000:focus{--tw-ring-offset-color: #2E2E4C}.focus\:ring-offset-primary-highlight-100:focus{--tw-ring-offset-color: #F7F5FE}.focus\:ring-offset-primary-highlight-200:focus{--tw-ring-offset-color: #EFECFE}.focus\:ring-offset-primary-highlight-300:focus{--tw-ring-offset-color: #DFD8FD}.focus\:ring-offset-primary-highlight-400:focus{--tw-ring-offset-color: #CEC1FC}.focus\:ring-offset-primary-highlight-500:focus{--tw-ring-offset-color: #BBA8FB}.focus\:ring-offset-primary-highlight-600:focus{--tw-ring-offset-color: #A78BFA}.focus\:ring-offset-primary-highlight-700:focus{--tw-ring-offset-color: #957CDF}.focus\:ring-offset-primary-highlight-800:focus{--tw-ring-offset-color: #816BC1}.focus\:ring-offset-primary-highlight-900:focus{--tw-ring-offset-color: #69579E}.focus\:ring-offset-primary-highlight-1000:focus{--tw-ring-offset-color: #4A3E6F}.focus\:ring-offset-secondary-100:focus{--tw-ring-offset-color: #FEF7F2}.focus\:ring-offset-secondary-200:focus{--tw-ring-offset-color: #FEF0E4}.focus\:ring-offset-secondary-300:focus{--tw-ring-offset-color: #FDE1C6}.focus\:ring-offset-secondary-400:focus{--tw-ring-offset-color: #FCD1A2}.focus\:ring-offset-secondary-500:focus{--tw-ring-offset-color: #FBBF75}.focus\:ring-offset-secondary-600:focus{--tw-ring-offset-color: #FAAC1E}.focus\:ring-offset-secondary-700:focus{--tw-ring-offset-color: #DF991A}.focus\:ring-offset-secondary-800:focus{--tw-ring-offset-color: #C18517}.focus\:ring-offset-secondary-900:focus{--tw-ring-offset-color: #9E6C12}.focus\:ring-offset-secondary-1000:focus{--tw-ring-offset-color: #6F4C0D}.focus\:ring-offset-grey-100:focus{--tw-ring-offset-color: #F2F3F4}.focus\:ring-offset-grey-200:focus{--tw-ring-offset-color: #E6E7E8}.focus\:ring-offset-grey-300:focus{--tw-ring-offset-color: #CACCD0}.focus\:ring-offset-grey-400:focus{--tw-ring-offset-color: #AAAEB4}.focus\:ring-offset-grey-500:focus{--tw-ring-offset-color: #828993}.focus\:ring-offset-grey-600:focus{--tw-ring-offset-color: #475569}.focus\:ring-offset-grey-700:focus{--tw-ring-offset-color: #3F4C5D}.focus\:ring-offset-grey-800:focus{--tw-ring-offset-color: #364151}.focus\:ring-offset-grey-900:focus{--tw-ring-offset-color: #2C3542}.focus\:ring-offset-grey-1000:focus{--tw-ring-offset-color: #1F262E}.focus\:ring-offset-green-1000:focus{--tw-ring-offset-color: #175E44}.focus\:ring-offset-blue-1000:focus{--tw-ring-offset-color: #102C69}.focus\:ring-offset-orange-1000:focus{--tw-ring-offset-color: #682705}.focus\:ring-offset-red-1000:focus{--tw-ring-offset-color: #621010}.focus\:ring-offset-primary:focus{--tw-ring-offset-color: #A78BFA}.focus\:ring-offset-primary-light:focus{--tw-ring-offset-color: #F7F5FE}.focus\:ring-offset-primary-dark:focus{--tw-ring-offset-color: #69579E}.focus\:ring-offset-info:focus{--tw-ring-offset-color: #7690EF}.focus\:ring-offset-info-light:focus{--tw-ring-offset-color: #F2F3FD}.focus\:ring-offset-info-dark:focus{--tw-ring-offset-color: #2158D2}.focus\:ring-offset-success:focus{--tw-ring-offset-color: #28A376}.focus\:ring-offset-success-light:focus{--tw-ring-offset-color: #F2FAF6}.focus\:ring-offset-success-dark:focus{--tw-ring-offset-color: #208560}.focus\:ring-offset-warning:focus{--tw-ring-offset-color: #FAAC1E}.focus\:ring-offset-warning-light:focus{--tw-ring-offset-color: #FEF7F2}.focus\:ring-offset-warning-dark:focus{--tw-ring-offset-color: #9E6C12}.focus\:ring-offset-error:focus{--tw-ring-offset-color: #DC2626}.focus\:ring-offset-error-light:focus{--tw-ring-offset-color: #FBF2F2}.focus\:ring-offset-error-dark:focus{--tw-ring-offset-color: #C42121}.focus\:ring-offset-grey:focus{--tw-ring-offset-color: #475569}.focus\:ring-offset-grey-light:focus{--tw-ring-offset-color: #F2F3F4}.focus\:ring-offset-grey-dark:focus{--tw-ring-offset-color: #2C3542}.focus\:ring-offset-red-50\/0:focus{--tw-ring-offset-color: rgb(254 242 242 / 0)}.focus\:ring-offset-red-50\/5:focus{--tw-ring-offset-color: rgb(254 242 242 / .05)}.focus\:ring-offset-red-50\/10:focus{--tw-ring-offset-color: rgb(254 242 242 / .1)}.focus\:ring-offset-red-50\/20:focus{--tw-ring-offset-color: rgb(254 242 242 / .2)}.focus\:ring-offset-red-50\/25:focus{--tw-ring-offset-color: rgb(254 242 242 / .25)}.focus\:ring-offset-red-50\/30:focus{--tw-ring-offset-color: rgb(254 242 242 / .3)}.focus\:ring-offset-red-50\/40:focus{--tw-ring-offset-color: rgb(254 242 242 / .4)}.focus\:ring-offset-red-50\/50:focus{--tw-ring-offset-color: rgb(254 242 242 / .5)}.focus\:ring-offset-red-50\/60:focus{--tw-ring-offset-color: rgb(254 242 242 / .6)}.focus\:ring-offset-red-50\/70:focus{--tw-ring-offset-color: rgb(254 242 242 / .7)}.focus\:ring-offset-red-50\/75:focus{--tw-ring-offset-color: rgb(254 242 242 / .75)}.focus\:ring-offset-red-50\/80:focus{--tw-ring-offset-color: rgb(254 242 242 / .8)}.focus\:ring-offset-red-50\/90:focus{--tw-ring-offset-color: rgb(254 242 242 / .9)}.focus\:ring-offset-red-50\/95:focus{--tw-ring-offset-color: rgb(254 242 242 / .95)}.focus\:ring-offset-red-50\/100:focus{--tw-ring-offset-color: rgb(254 242 242 / 1)}.focus\:ring-offset-red-100\/0:focus{--tw-ring-offset-color: rgb(251 242 242 / 0)}.focus\:ring-offset-red-100\/5:focus{--tw-ring-offset-color: rgb(251 242 242 / .05)}.focus\:ring-offset-red-100\/10:focus{--tw-ring-offset-color: rgb(251 242 242 / .1)}.focus\:ring-offset-red-100\/20:focus{--tw-ring-offset-color: rgb(251 242 242 / .2)}.focus\:ring-offset-red-100\/25:focus{--tw-ring-offset-color: rgb(251 242 242 / .25)}.focus\:ring-offset-red-100\/30:focus{--tw-ring-offset-color: rgb(251 242 242 / .3)}.focus\:ring-offset-red-100\/40:focus{--tw-ring-offset-color: rgb(251 242 242 / .4)}.focus\:ring-offset-red-100\/50:focus{--tw-ring-offset-color: rgb(251 242 242 / .5)}.focus\:ring-offset-red-100\/60:focus{--tw-ring-offset-color: rgb(251 242 242 / .6)}.focus\:ring-offset-red-100\/70:focus{--tw-ring-offset-color: rgb(251 242 242 / .7)}.focus\:ring-offset-red-100\/75:focus{--tw-ring-offset-color: rgb(251 242 242 / .75)}.focus\:ring-offset-red-100\/80:focus{--tw-ring-offset-color: rgb(251 242 242 / .8)}.focus\:ring-offset-red-100\/90:focus{--tw-ring-offset-color: rgb(251 242 242 / .9)}.focus\:ring-offset-red-100\/95:focus{--tw-ring-offset-color: rgb(251 242 242 / .95)}.focus\:ring-offset-red-100\/100:focus{--tw-ring-offset-color: rgb(251 242 242 / 1)}.focus\:ring-offset-red-200\/0:focus{--tw-ring-offset-color: rgb(248 228 228 / 0)}.focus\:ring-offset-red-200\/5:focus{--tw-ring-offset-color: rgb(248 228 228 / .05)}.focus\:ring-offset-red-200\/10:focus{--tw-ring-offset-color: rgb(248 228 228 / .1)}.focus\:ring-offset-red-200\/20:focus{--tw-ring-offset-color: rgb(248 228 228 / .2)}.focus\:ring-offset-red-200\/25:focus{--tw-ring-offset-color: rgb(248 228 228 / .25)}.focus\:ring-offset-red-200\/30:focus{--tw-ring-offset-color: rgb(248 228 228 / .3)}.focus\:ring-offset-red-200\/40:focus{--tw-ring-offset-color: rgb(248 228 228 / .4)}.focus\:ring-offset-red-200\/50:focus{--tw-ring-offset-color: rgb(248 228 228 / .5)}.focus\:ring-offset-red-200\/60:focus{--tw-ring-offset-color: rgb(248 228 228 / .6)}.focus\:ring-offset-red-200\/70:focus{--tw-ring-offset-color: rgb(248 228 228 / .7)}.focus\:ring-offset-red-200\/75:focus{--tw-ring-offset-color: rgb(248 228 228 / .75)}.focus\:ring-offset-red-200\/80:focus{--tw-ring-offset-color: rgb(248 228 228 / .8)}.focus\:ring-offset-red-200\/90:focus{--tw-ring-offset-color: rgb(248 228 228 / .9)}.focus\:ring-offset-red-200\/95:focus{--tw-ring-offset-color: rgb(248 228 228 / .95)}.focus\:ring-offset-red-200\/100:focus{--tw-ring-offset-color: rgb(248 228 228 / 1)}.focus\:ring-offset-red-300\/0:focus{--tw-ring-offset-color: rgb(241 198 198 / 0)}.focus\:ring-offset-red-300\/5:focus{--tw-ring-offset-color: rgb(241 198 198 / .05)}.focus\:ring-offset-red-300\/10:focus{--tw-ring-offset-color: rgb(241 198 198 / .1)}.focus\:ring-offset-red-300\/20:focus{--tw-ring-offset-color: rgb(241 198 198 / .2)}.focus\:ring-offset-red-300\/25:focus{--tw-ring-offset-color: rgb(241 198 198 / .25)}.focus\:ring-offset-red-300\/30:focus{--tw-ring-offset-color: rgb(241 198 198 / .3)}.focus\:ring-offset-red-300\/40:focus{--tw-ring-offset-color: rgb(241 198 198 / .4)}.focus\:ring-offset-red-300\/50:focus{--tw-ring-offset-color: rgb(241 198 198 / .5)}.focus\:ring-offset-red-300\/60:focus{--tw-ring-offset-color: rgb(241 198 198 / .6)}.focus\:ring-offset-red-300\/70:focus{--tw-ring-offset-color: rgb(241 198 198 / .7)}.focus\:ring-offset-red-300\/75:focus{--tw-ring-offset-color: rgb(241 198 198 / .75)}.focus\:ring-offset-red-300\/80:focus{--tw-ring-offset-color: rgb(241 198 198 / .8)}.focus\:ring-offset-red-300\/90:focus{--tw-ring-offset-color: rgb(241 198 198 / .9)}.focus\:ring-offset-red-300\/95:focus{--tw-ring-offset-color: rgb(241 198 198 / .95)}.focus\:ring-offset-red-300\/100:focus{--tw-ring-offset-color: rgb(241 198 198 / 1)}.focus\:ring-offset-red-400\/0:focus{--tw-ring-offset-color: rgb(234 163 163 / 0)}.focus\:ring-offset-red-400\/5:focus{--tw-ring-offset-color: rgb(234 163 163 / .05)}.focus\:ring-offset-red-400\/10:focus{--tw-ring-offset-color: rgb(234 163 163 / .1)}.focus\:ring-offset-red-400\/20:focus{--tw-ring-offset-color: rgb(234 163 163 / .2)}.focus\:ring-offset-red-400\/25:focus{--tw-ring-offset-color: rgb(234 163 163 / .25)}.focus\:ring-offset-red-400\/30:focus{--tw-ring-offset-color: rgb(234 163 163 / .3)}.focus\:ring-offset-red-400\/40:focus{--tw-ring-offset-color: rgb(234 163 163 / .4)}.focus\:ring-offset-red-400\/50:focus{--tw-ring-offset-color: rgb(234 163 163 / .5)}.focus\:ring-offset-red-400\/60:focus{--tw-ring-offset-color: rgb(234 163 163 / .6)}.focus\:ring-offset-red-400\/70:focus{--tw-ring-offset-color: rgb(234 163 163 / .7)}.focus\:ring-offset-red-400\/75:focus{--tw-ring-offset-color: rgb(234 163 163 / .75)}.focus\:ring-offset-red-400\/80:focus{--tw-ring-offset-color: rgb(234 163 163 / .8)}.focus\:ring-offset-red-400\/90:focus{--tw-ring-offset-color: rgb(234 163 163 / .9)}.focus\:ring-offset-red-400\/95:focus{--tw-ring-offset-color: rgb(234 163 163 / .95)}.focus\:ring-offset-red-400\/100:focus{--tw-ring-offset-color: rgb(234 163 163 / 1)}.focus\:ring-offset-red-500\/0:focus{--tw-ring-offset-color: rgb(227 118 118 / 0)}.focus\:ring-offset-red-500\/5:focus{--tw-ring-offset-color: rgb(227 118 118 / .05)}.focus\:ring-offset-red-500\/10:focus{--tw-ring-offset-color: rgb(227 118 118 / .1)}.focus\:ring-offset-red-500\/20:focus{--tw-ring-offset-color: rgb(227 118 118 / .2)}.focus\:ring-offset-red-500\/25:focus{--tw-ring-offset-color: rgb(227 118 118 / .25)}.focus\:ring-offset-red-500\/30:focus{--tw-ring-offset-color: rgb(227 118 118 / .3)}.focus\:ring-offset-red-500\/40:focus{--tw-ring-offset-color: rgb(227 118 118 / .4)}.focus\:ring-offset-red-500\/50:focus{--tw-ring-offset-color: rgb(227 118 118 / .5)}.focus\:ring-offset-red-500\/60:focus{--tw-ring-offset-color: rgb(227 118 118 / .6)}.focus\:ring-offset-red-500\/70:focus{--tw-ring-offset-color: rgb(227 118 118 / .7)}.focus\:ring-offset-red-500\/75:focus{--tw-ring-offset-color: rgb(227 118 118 / .75)}.focus\:ring-offset-red-500\/80:focus{--tw-ring-offset-color: rgb(227 118 118 / .8)}.focus\:ring-offset-red-500\/90:focus{--tw-ring-offset-color: rgb(227 118 118 / .9)}.focus\:ring-offset-red-500\/95:focus{--tw-ring-offset-color: rgb(227 118 118 / .95)}.focus\:ring-offset-red-500\/100:focus{--tw-ring-offset-color: rgb(227 118 118 / 1)}.focus\:ring-offset-red-600\/0:focus{--tw-ring-offset-color: rgb(220 38 38 / 0)}.focus\:ring-offset-red-600\/5:focus{--tw-ring-offset-color: rgb(220 38 38 / .05)}.focus\:ring-offset-red-600\/10:focus{--tw-ring-offset-color: rgb(220 38 38 / .1)}.focus\:ring-offset-red-600\/20:focus{--tw-ring-offset-color: rgb(220 38 38 / .2)}.focus\:ring-offset-red-600\/25:focus{--tw-ring-offset-color: rgb(220 38 38 / .25)}.focus\:ring-offset-red-600\/30:focus{--tw-ring-offset-color: rgb(220 38 38 / .3)}.focus\:ring-offset-red-600\/40:focus{--tw-ring-offset-color: rgb(220 38 38 / .4)}.focus\:ring-offset-red-600\/50:focus{--tw-ring-offset-color: rgb(220 38 38 / .5)}.focus\:ring-offset-red-600\/60:focus{--tw-ring-offset-color: rgb(220 38 38 / .6)}.focus\:ring-offset-red-600\/70:focus{--tw-ring-offset-color: rgb(220 38 38 / .7)}.focus\:ring-offset-red-600\/75:focus{--tw-ring-offset-color: rgb(220 38 38 / .75)}.focus\:ring-offset-red-600\/80:focus{--tw-ring-offset-color: rgb(220 38 38 / .8)}.focus\:ring-offset-red-600\/90:focus{--tw-ring-offset-color: rgb(220 38 38 / .9)}.focus\:ring-offset-red-600\/95:focus{--tw-ring-offset-color: rgb(220 38 38 / .95)}.focus\:ring-offset-red-600\/100:focus{--tw-ring-offset-color: rgb(220 38 38 / 1)}.focus\:ring-offset-red-700\/0:focus{--tw-ring-offset-color: rgb(196 33 33 / 0)}.focus\:ring-offset-red-700\/5:focus{--tw-ring-offset-color: rgb(196 33 33 / .05)}.focus\:ring-offset-red-700\/10:focus{--tw-ring-offset-color: rgb(196 33 33 / .1)}.focus\:ring-offset-red-700\/20:focus{--tw-ring-offset-color: rgb(196 33 33 / .2)}.focus\:ring-offset-red-700\/25:focus{--tw-ring-offset-color: rgb(196 33 33 / .25)}.focus\:ring-offset-red-700\/30:focus{--tw-ring-offset-color: rgb(196 33 33 / .3)}.focus\:ring-offset-red-700\/40:focus{--tw-ring-offset-color: rgb(196 33 33 / .4)}.focus\:ring-offset-red-700\/50:focus{--tw-ring-offset-color: rgb(196 33 33 / .5)}.focus\:ring-offset-red-700\/60:focus{--tw-ring-offset-color: rgb(196 33 33 / .6)}.focus\:ring-offset-red-700\/70:focus{--tw-ring-offset-color: rgb(196 33 33 / .7)}.focus\:ring-offset-red-700\/75:focus{--tw-ring-offset-color: rgb(196 33 33 / .75)}.focus\:ring-offset-red-700\/80:focus{--tw-ring-offset-color: rgb(196 33 33 / .8)}.focus\:ring-offset-red-700\/90:focus{--tw-ring-offset-color: rgb(196 33 33 / .9)}.focus\:ring-offset-red-700\/95:focus{--tw-ring-offset-color: rgb(196 33 33 / .95)}.focus\:ring-offset-red-700\/100:focus{--tw-ring-offset-color: rgb(196 33 33 / 1)}.focus\:ring-offset-red-800\/0:focus{--tw-ring-offset-color: rgb(170 29 29 / 0)}.focus\:ring-offset-red-800\/5:focus{--tw-ring-offset-color: rgb(170 29 29 / .05)}.focus\:ring-offset-red-800\/10:focus{--tw-ring-offset-color: rgb(170 29 29 / .1)}.focus\:ring-offset-red-800\/20:focus{--tw-ring-offset-color: rgb(170 29 29 / .2)}.focus\:ring-offset-red-800\/25:focus{--tw-ring-offset-color: rgb(170 29 29 / .25)}.focus\:ring-offset-red-800\/30:focus{--tw-ring-offset-color: rgb(170 29 29 / .3)}.focus\:ring-offset-red-800\/40:focus{--tw-ring-offset-color: rgb(170 29 29 / .4)}.focus\:ring-offset-red-800\/50:focus{--tw-ring-offset-color: rgb(170 29 29 / .5)}.focus\:ring-offset-red-800\/60:focus{--tw-ring-offset-color: rgb(170 29 29 / .6)}.focus\:ring-offset-red-800\/70:focus{--tw-ring-offset-color: rgb(170 29 29 / .7)}.focus\:ring-offset-red-800\/75:focus{--tw-ring-offset-color: rgb(170 29 29 / .75)}.focus\:ring-offset-red-800\/80:focus{--tw-ring-offset-color: rgb(170 29 29 / .8)}.focus\:ring-offset-red-800\/90:focus{--tw-ring-offset-color: rgb(170 29 29 / .9)}.focus\:ring-offset-red-800\/95:focus{--tw-ring-offset-color: rgb(170 29 29 / .95)}.focus\:ring-offset-red-800\/100:focus{--tw-ring-offset-color: rgb(170 29 29 / 1)}.focus\:ring-offset-red-900\/0:focus{--tw-ring-offset-color: rgb(139 24 24 / 0)}.focus\:ring-offset-red-900\/5:focus{--tw-ring-offset-color: rgb(139 24 24 / .05)}.focus\:ring-offset-red-900\/10:focus{--tw-ring-offset-color: rgb(139 24 24 / .1)}.focus\:ring-offset-red-900\/20:focus{--tw-ring-offset-color: rgb(139 24 24 / .2)}.focus\:ring-offset-red-900\/25:focus{--tw-ring-offset-color: rgb(139 24 24 / .25)}.focus\:ring-offset-red-900\/30:focus{--tw-ring-offset-color: rgb(139 24 24 / .3)}.focus\:ring-offset-red-900\/40:focus{--tw-ring-offset-color: rgb(139 24 24 / .4)}.focus\:ring-offset-red-900\/50:focus{--tw-ring-offset-color: rgb(139 24 24 / .5)}.focus\:ring-offset-red-900\/60:focus{--tw-ring-offset-color: rgb(139 24 24 / .6)}.focus\:ring-offset-red-900\/70:focus{--tw-ring-offset-color: rgb(139 24 24 / .7)}.focus\:ring-offset-red-900\/75:focus{--tw-ring-offset-color: rgb(139 24 24 / .75)}.focus\:ring-offset-red-900\/80:focus{--tw-ring-offset-color: rgb(139 24 24 / .8)}.focus\:ring-offset-red-900\/90:focus{--tw-ring-offset-color: rgb(139 24 24 / .9)}.focus\:ring-offset-red-900\/95:focus{--tw-ring-offset-color: rgb(139 24 24 / .95)}.focus\:ring-offset-red-900\/100:focus{--tw-ring-offset-color: rgb(139 24 24 / 1)}.focus\:ring-offset-orange-50\/0:focus{--tw-ring-offset-color: rgb(255 247 237 / 0)}.focus\:ring-offset-orange-50\/5:focus{--tw-ring-offset-color: rgb(255 247 237 / .05)}.focus\:ring-offset-orange-50\/10:focus{--tw-ring-offset-color: rgb(255 247 237 / .1)}.focus\:ring-offset-orange-50\/20:focus{--tw-ring-offset-color: rgb(255 247 237 / .2)}.focus\:ring-offset-orange-50\/25:focus{--tw-ring-offset-color: rgb(255 247 237 / .25)}.focus\:ring-offset-orange-50\/30:focus{--tw-ring-offset-color: rgb(255 247 237 / .3)}.focus\:ring-offset-orange-50\/40:focus{--tw-ring-offset-color: rgb(255 247 237 / .4)}.focus\:ring-offset-orange-50\/50:focus{--tw-ring-offset-color: rgb(255 247 237 / .5)}.focus\:ring-offset-orange-50\/60:focus{--tw-ring-offset-color: rgb(255 247 237 / .6)}.focus\:ring-offset-orange-50\/70:focus{--tw-ring-offset-color: rgb(255 247 237 / .7)}.focus\:ring-offset-orange-50\/75:focus{--tw-ring-offset-color: rgb(255 247 237 / .75)}.focus\:ring-offset-orange-50\/80:focus{--tw-ring-offset-color: rgb(255 247 237 / .8)}.focus\:ring-offset-orange-50\/90:focus{--tw-ring-offset-color: rgb(255 247 237 / .9)}.focus\:ring-offset-orange-50\/95:focus{--tw-ring-offset-color: rgb(255 247 237 / .95)}.focus\:ring-offset-orange-50\/100:focus{--tw-ring-offset-color: rgb(255 247 237 / 1)}.focus\:ring-offset-orange-100\/0:focus{--tw-ring-offset-color: rgb(252 243 241 / 0)}.focus\:ring-offset-orange-100\/5:focus{--tw-ring-offset-color: rgb(252 243 241 / .05)}.focus\:ring-offset-orange-100\/10:focus{--tw-ring-offset-color: rgb(252 243 241 / .1)}.focus\:ring-offset-orange-100\/20:focus{--tw-ring-offset-color: rgb(252 243 241 / .2)}.focus\:ring-offset-orange-100\/25:focus{--tw-ring-offset-color: rgb(252 243 241 / .25)}.focus\:ring-offset-orange-100\/30:focus{--tw-ring-offset-color: rgb(252 243 241 / .3)}.focus\:ring-offset-orange-100\/40:focus{--tw-ring-offset-color: rgb(252 243 241 / .4)}.focus\:ring-offset-orange-100\/50:focus{--tw-ring-offset-color: rgb(252 243 241 / .5)}.focus\:ring-offset-orange-100\/60:focus{--tw-ring-offset-color: rgb(252 243 241 / .6)}.focus\:ring-offset-orange-100\/70:focus{--tw-ring-offset-color: rgb(252 243 241 / .7)}.focus\:ring-offset-orange-100\/75:focus{--tw-ring-offset-color: rgb(252 243 241 / .75)}.focus\:ring-offset-orange-100\/80:focus{--tw-ring-offset-color: rgb(252 243 241 / .8)}.focus\:ring-offset-orange-100\/90:focus{--tw-ring-offset-color: rgb(252 243 241 / .9)}.focus\:ring-offset-orange-100\/95:focus{--tw-ring-offset-color: rgb(252 243 241 / .95)}.focus\:ring-offset-orange-100\/100:focus{--tw-ring-offset-color: rgb(252 243 241 / 1)}.focus\:ring-offset-orange-200\/0:focus{--tw-ring-offset-color: rgb(250 231 228 / 0)}.focus\:ring-offset-orange-200\/5:focus{--tw-ring-offset-color: rgb(250 231 228 / .05)}.focus\:ring-offset-orange-200\/10:focus{--tw-ring-offset-color: rgb(250 231 228 / .1)}.focus\:ring-offset-orange-200\/20:focus{--tw-ring-offset-color: rgb(250 231 228 / .2)}.focus\:ring-offset-orange-200\/25:focus{--tw-ring-offset-color: rgb(250 231 228 / .25)}.focus\:ring-offset-orange-200\/30:focus{--tw-ring-offset-color: rgb(250 231 228 / .3)}.focus\:ring-offset-orange-200\/40:focus{--tw-ring-offset-color: rgb(250 231 228 / .4)}.focus\:ring-offset-orange-200\/50:focus{--tw-ring-offset-color: rgb(250 231 228 / .5)}.focus\:ring-offset-orange-200\/60:focus{--tw-ring-offset-color: rgb(250 231 228 / .6)}.focus\:ring-offset-orange-200\/70:focus{--tw-ring-offset-color: rgb(250 231 228 / .7)}.focus\:ring-offset-orange-200\/75:focus{--tw-ring-offset-color: rgb(250 231 228 / .75)}.focus\:ring-offset-orange-200\/80:focus{--tw-ring-offset-color: rgb(250 231 228 / .8)}.focus\:ring-offset-orange-200\/90:focus{--tw-ring-offset-color: rgb(250 231 228 / .9)}.focus\:ring-offset-orange-200\/95:focus{--tw-ring-offset-color: rgb(250 231 228 / .95)}.focus\:ring-offset-orange-200\/100:focus{--tw-ring-offset-color: rgb(250 231 228 / 1)}.focus\:ring-offset-orange-300\/0:focus{--tw-ring-offset-color: rgb(246 205 197 / 0)}.focus\:ring-offset-orange-300\/5:focus{--tw-ring-offset-color: rgb(246 205 197 / .05)}.focus\:ring-offset-orange-300\/10:focus{--tw-ring-offset-color: rgb(246 205 197 / .1)}.focus\:ring-offset-orange-300\/20:focus{--tw-ring-offset-color: rgb(246 205 197 / .2)}.focus\:ring-offset-orange-300\/25:focus{--tw-ring-offset-color: rgb(246 205 197 / .25)}.focus\:ring-offset-orange-300\/30:focus{--tw-ring-offset-color: rgb(246 205 197 / .3)}.focus\:ring-offset-orange-300\/40:focus{--tw-ring-offset-color: rgb(246 205 197 / .4)}.focus\:ring-offset-orange-300\/50:focus{--tw-ring-offset-color: rgb(246 205 197 / .5)}.focus\:ring-offset-orange-300\/60:focus{--tw-ring-offset-color: rgb(246 205 197 / .6)}.focus\:ring-offset-orange-300\/70:focus{--tw-ring-offset-color: rgb(246 205 197 / .7)}.focus\:ring-offset-orange-300\/75:focus{--tw-ring-offset-color: rgb(246 205 197 / .75)}.focus\:ring-offset-orange-300\/80:focus{--tw-ring-offset-color: rgb(246 205 197 / .8)}.focus\:ring-offset-orange-300\/90:focus{--tw-ring-offset-color: rgb(246 205 197 / .9)}.focus\:ring-offset-orange-300\/95:focus{--tw-ring-offset-color: rgb(246 205 197 / .95)}.focus\:ring-offset-orange-300\/100:focus{--tw-ring-offset-color: rgb(246 205 197 / 1)}.focus\:ring-offset-orange-400\/0:focus{--tw-ring-offset-color: rgb(242 175 161 / 0)}.focus\:ring-offset-orange-400\/5:focus{--tw-ring-offset-color: rgb(242 175 161 / .05)}.focus\:ring-offset-orange-400\/10:focus{--tw-ring-offset-color: rgb(242 175 161 / .1)}.focus\:ring-offset-orange-400\/20:focus{--tw-ring-offset-color: rgb(242 175 161 / .2)}.focus\:ring-offset-orange-400\/25:focus{--tw-ring-offset-color: rgb(242 175 161 / .25)}.focus\:ring-offset-orange-400\/30:focus{--tw-ring-offset-color: rgb(242 175 161 / .3)}.focus\:ring-offset-orange-400\/40:focus{--tw-ring-offset-color: rgb(242 175 161 / .4)}.focus\:ring-offset-orange-400\/50:focus{--tw-ring-offset-color: rgb(242 175 161 / .5)}.focus\:ring-offset-orange-400\/60:focus{--tw-ring-offset-color: rgb(242 175 161 / .6)}.focus\:ring-offset-orange-400\/70:focus{--tw-ring-offset-color: rgb(242 175 161 / .7)}.focus\:ring-offset-orange-400\/75:focus{--tw-ring-offset-color: rgb(242 175 161 / .75)}.focus\:ring-offset-orange-400\/80:focus{--tw-ring-offset-color: rgb(242 175 161 / .8)}.focus\:ring-offset-orange-400\/90:focus{--tw-ring-offset-color: rgb(242 175 161 / .9)}.focus\:ring-offset-orange-400\/95:focus{--tw-ring-offset-color: rgb(242 175 161 / .95)}.focus\:ring-offset-orange-400\/100:focus{--tw-ring-offset-color: rgb(242 175 161 / 1)}.focus\:ring-offset-orange-500\/0:focus{--tw-ring-offset-color: rgb(238 138 114 / 0)}.focus\:ring-offset-orange-500\/5:focus{--tw-ring-offset-color: rgb(238 138 114 / .05)}.focus\:ring-offset-orange-500\/10:focus{--tw-ring-offset-color: rgb(238 138 114 / .1)}.focus\:ring-offset-orange-500\/20:focus{--tw-ring-offset-color: rgb(238 138 114 / .2)}.focus\:ring-offset-orange-500\/25:focus{--tw-ring-offset-color: rgb(238 138 114 / .25)}.focus\:ring-offset-orange-500\/30:focus{--tw-ring-offset-color: rgb(238 138 114 / .3)}.focus\:ring-offset-orange-500\/40:focus{--tw-ring-offset-color: rgb(238 138 114 / .4)}.focus\:ring-offset-orange-500\/50:focus{--tw-ring-offset-color: rgb(238 138 114 / .5)}.focus\:ring-offset-orange-500\/60:focus{--tw-ring-offset-color: rgb(238 138 114 / .6)}.focus\:ring-offset-orange-500\/70:focus{--tw-ring-offset-color: rgb(238 138 114 / .7)}.focus\:ring-offset-orange-500\/75:focus{--tw-ring-offset-color: rgb(238 138 114 / .75)}.focus\:ring-offset-orange-500\/80:focus{--tw-ring-offset-color: rgb(238 138 114 / .8)}.focus\:ring-offset-orange-500\/90:focus{--tw-ring-offset-color: rgb(238 138 114 / .9)}.focus\:ring-offset-orange-500\/95:focus{--tw-ring-offset-color: rgb(238 138 114 / .95)}.focus\:ring-offset-orange-500\/100:focus{--tw-ring-offset-color: rgb(238 138 114 / 1)}.focus\:ring-offset-orange-600\/0:focus{--tw-ring-offset-color: rgb(234 88 12 / 0)}.focus\:ring-offset-orange-600\/5:focus{--tw-ring-offset-color: rgb(234 88 12 / .05)}.focus\:ring-offset-orange-600\/10:focus{--tw-ring-offset-color: rgb(234 88 12 / .1)}.focus\:ring-offset-orange-600\/20:focus{--tw-ring-offset-color: rgb(234 88 12 / .2)}.focus\:ring-offset-orange-600\/25:focus{--tw-ring-offset-color: rgb(234 88 12 / .25)}.focus\:ring-offset-orange-600\/30:focus{--tw-ring-offset-color: rgb(234 88 12 / .3)}.focus\:ring-offset-orange-600\/40:focus{--tw-ring-offset-color: rgb(234 88 12 / .4)}.focus\:ring-offset-orange-600\/50:focus{--tw-ring-offset-color: rgb(234 88 12 / .5)}.focus\:ring-offset-orange-600\/60:focus{--tw-ring-offset-color: rgb(234 88 12 / .6)}.focus\:ring-offset-orange-600\/70:focus{--tw-ring-offset-color: rgb(234 88 12 / .7)}.focus\:ring-offset-orange-600\/75:focus{--tw-ring-offset-color: rgb(234 88 12 / .75)}.focus\:ring-offset-orange-600\/80:focus{--tw-ring-offset-color: rgb(234 88 12 / .8)}.focus\:ring-offset-orange-600\/90:focus{--tw-ring-offset-color: rgb(234 88 12 / .9)}.focus\:ring-offset-orange-600\/95:focus{--tw-ring-offset-color: rgb(234 88 12 / .95)}.focus\:ring-offset-orange-600\/100:focus{--tw-ring-offset-color: rgb(234 88 12 / 1)}.focus\:ring-offset-orange-700\/0:focus{--tw-ring-offset-color: rgb(209 78 10 / 0)}.focus\:ring-offset-orange-700\/5:focus{--tw-ring-offset-color: rgb(209 78 10 / .05)}.focus\:ring-offset-orange-700\/10:focus{--tw-ring-offset-color: rgb(209 78 10 / .1)}.focus\:ring-offset-orange-700\/20:focus{--tw-ring-offset-color: rgb(209 78 10 / .2)}.focus\:ring-offset-orange-700\/25:focus{--tw-ring-offset-color: rgb(209 78 10 / .25)}.focus\:ring-offset-orange-700\/30:focus{--tw-ring-offset-color: rgb(209 78 10 / .3)}.focus\:ring-offset-orange-700\/40:focus{--tw-ring-offset-color: rgb(209 78 10 / .4)}.focus\:ring-offset-orange-700\/50:focus{--tw-ring-offset-color: rgb(209 78 10 / .5)}.focus\:ring-offset-orange-700\/60:focus{--tw-ring-offset-color: rgb(209 78 10 / .6)}.focus\:ring-offset-orange-700\/70:focus{--tw-ring-offset-color: rgb(209 78 10 / .7)}.focus\:ring-offset-orange-700\/75:focus{--tw-ring-offset-color: rgb(209 78 10 / .75)}.focus\:ring-offset-orange-700\/80:focus{--tw-ring-offset-color: rgb(209 78 10 / .8)}.focus\:ring-offset-orange-700\/90:focus{--tw-ring-offset-color: rgb(209 78 10 / .9)}.focus\:ring-offset-orange-700\/95:focus{--tw-ring-offset-color: rgb(209 78 10 / .95)}.focus\:ring-offset-orange-700\/100:focus{--tw-ring-offset-color: rgb(209 78 10 / 1)}.focus\:ring-offset-orange-800\/0:focus{--tw-ring-offset-color: rgb(181 68 9 / 0)}.focus\:ring-offset-orange-800\/5:focus{--tw-ring-offset-color: rgb(181 68 9 / .05)}.focus\:ring-offset-orange-800\/10:focus{--tw-ring-offset-color: rgb(181 68 9 / .1)}.focus\:ring-offset-orange-800\/20:focus{--tw-ring-offset-color: rgb(181 68 9 / .2)}.focus\:ring-offset-orange-800\/25:focus{--tw-ring-offset-color: rgb(181 68 9 / .25)}.focus\:ring-offset-orange-800\/30:focus{--tw-ring-offset-color: rgb(181 68 9 / .3)}.focus\:ring-offset-orange-800\/40:focus{--tw-ring-offset-color: rgb(181 68 9 / .4)}.focus\:ring-offset-orange-800\/50:focus{--tw-ring-offset-color: rgb(181 68 9 / .5)}.focus\:ring-offset-orange-800\/60:focus{--tw-ring-offset-color: rgb(181 68 9 / .6)}.focus\:ring-offset-orange-800\/70:focus{--tw-ring-offset-color: rgb(181 68 9 / .7)}.focus\:ring-offset-orange-800\/75:focus{--tw-ring-offset-color: rgb(181 68 9 / .75)}.focus\:ring-offset-orange-800\/80:focus{--tw-ring-offset-color: rgb(181 68 9 / .8)}.focus\:ring-offset-orange-800\/90:focus{--tw-ring-offset-color: rgb(181 68 9 / .9)}.focus\:ring-offset-orange-800\/95:focus{--tw-ring-offset-color: rgb(181 68 9 / .95)}.focus\:ring-offset-orange-800\/100:focus{--tw-ring-offset-color: rgb(181 68 9 / 1)}.focus\:ring-offset-orange-900\/0:focus{--tw-ring-offset-color: rgb(147 55 7 / 0)}.focus\:ring-offset-orange-900\/5:focus{--tw-ring-offset-color: rgb(147 55 7 / .05)}.focus\:ring-offset-orange-900\/10:focus{--tw-ring-offset-color: rgb(147 55 7 / .1)}.focus\:ring-offset-orange-900\/20:focus{--tw-ring-offset-color: rgb(147 55 7 / .2)}.focus\:ring-offset-orange-900\/25:focus{--tw-ring-offset-color: rgb(147 55 7 / .25)}.focus\:ring-offset-orange-900\/30:focus{--tw-ring-offset-color: rgb(147 55 7 / .3)}.focus\:ring-offset-orange-900\/40:focus{--tw-ring-offset-color: rgb(147 55 7 / .4)}.focus\:ring-offset-orange-900\/50:focus{--tw-ring-offset-color: rgb(147 55 7 / .5)}.focus\:ring-offset-orange-900\/60:focus{--tw-ring-offset-color: rgb(147 55 7 / .6)}.focus\:ring-offset-orange-900\/70:focus{--tw-ring-offset-color: rgb(147 55 7 / .7)}.focus\:ring-offset-orange-900\/75:focus{--tw-ring-offset-color: rgb(147 55 7 / .75)}.focus\:ring-offset-orange-900\/80:focus{--tw-ring-offset-color: rgb(147 55 7 / .8)}.focus\:ring-offset-orange-900\/90:focus{--tw-ring-offset-color: rgb(147 55 7 / .9)}.focus\:ring-offset-orange-900\/95:focus{--tw-ring-offset-color: rgb(147 55 7 / .95)}.focus\:ring-offset-orange-900\/100:focus{--tw-ring-offset-color: rgb(147 55 7 / 1)}.focus\:ring-offset-yellow-50\/0:focus{--tw-ring-offset-color: rgb(254 252 232 / 0)}.focus\:ring-offset-yellow-50\/5:focus{--tw-ring-offset-color: rgb(254 252 232 / .05)}.focus\:ring-offset-yellow-50\/10:focus{--tw-ring-offset-color: rgb(254 252 232 / .1)}.focus\:ring-offset-yellow-50\/20:focus{--tw-ring-offset-color: rgb(254 252 232 / .2)}.focus\:ring-offset-yellow-50\/25:focus{--tw-ring-offset-color: rgb(254 252 232 / .25)}.focus\:ring-offset-yellow-50\/30:focus{--tw-ring-offset-color: rgb(254 252 232 / .3)}.focus\:ring-offset-yellow-50\/40:focus{--tw-ring-offset-color: rgb(254 252 232 / .4)}.focus\:ring-offset-yellow-50\/50:focus{--tw-ring-offset-color: rgb(254 252 232 / .5)}.focus\:ring-offset-yellow-50\/60:focus{--tw-ring-offset-color: rgb(254 252 232 / .6)}.focus\:ring-offset-yellow-50\/70:focus{--tw-ring-offset-color: rgb(254 252 232 / .7)}.focus\:ring-offset-yellow-50\/75:focus{--tw-ring-offset-color: rgb(254 252 232 / .75)}.focus\:ring-offset-yellow-50\/80:focus{--tw-ring-offset-color: rgb(254 252 232 / .8)}.focus\:ring-offset-yellow-50\/90:focus{--tw-ring-offset-color: rgb(254 252 232 / .9)}.focus\:ring-offset-yellow-50\/95:focus{--tw-ring-offset-color: rgb(254 252 232 / .95)}.focus\:ring-offset-yellow-50\/100:focus{--tw-ring-offset-color: rgb(254 252 232 / 1)}.focus\:ring-offset-yellow-100\/0:focus{--tw-ring-offset-color: rgb(254 243 199 / 0)}.focus\:ring-offset-yellow-100\/5:focus{--tw-ring-offset-color: rgb(254 243 199 / .05)}.focus\:ring-offset-yellow-100\/10:focus{--tw-ring-offset-color: rgb(254 243 199 / .1)}.focus\:ring-offset-yellow-100\/20:focus{--tw-ring-offset-color: rgb(254 243 199 / .2)}.focus\:ring-offset-yellow-100\/25:focus{--tw-ring-offset-color: rgb(254 243 199 / .25)}.focus\:ring-offset-yellow-100\/30:focus{--tw-ring-offset-color: rgb(254 243 199 / .3)}.focus\:ring-offset-yellow-100\/40:focus{--tw-ring-offset-color: rgb(254 243 199 / .4)}.focus\:ring-offset-yellow-100\/50:focus{--tw-ring-offset-color: rgb(254 243 199 / .5)}.focus\:ring-offset-yellow-100\/60:focus{--tw-ring-offset-color: rgb(254 243 199 / .6)}.focus\:ring-offset-yellow-100\/70:focus{--tw-ring-offset-color: rgb(254 243 199 / .7)}.focus\:ring-offset-yellow-100\/75:focus{--tw-ring-offset-color: rgb(254 243 199 / .75)}.focus\:ring-offset-yellow-100\/80:focus{--tw-ring-offset-color: rgb(254 243 199 / .8)}.focus\:ring-offset-yellow-100\/90:focus{--tw-ring-offset-color: rgb(254 243 199 / .9)}.focus\:ring-offset-yellow-100\/95:focus{--tw-ring-offset-color: rgb(254 243 199 / .95)}.focus\:ring-offset-yellow-100\/100:focus{--tw-ring-offset-color: rgb(254 243 199 / 1)}.focus\:ring-offset-yellow-200\/0:focus{--tw-ring-offset-color: rgb(253 230 138 / 0)}.focus\:ring-offset-yellow-200\/5:focus{--tw-ring-offset-color: rgb(253 230 138 / .05)}.focus\:ring-offset-yellow-200\/10:focus{--tw-ring-offset-color: rgb(253 230 138 / .1)}.focus\:ring-offset-yellow-200\/20:focus{--tw-ring-offset-color: rgb(253 230 138 / .2)}.focus\:ring-offset-yellow-200\/25:focus{--tw-ring-offset-color: rgb(253 230 138 / .25)}.focus\:ring-offset-yellow-200\/30:focus{--tw-ring-offset-color: rgb(253 230 138 / .3)}.focus\:ring-offset-yellow-200\/40:focus{--tw-ring-offset-color: rgb(253 230 138 / .4)}.focus\:ring-offset-yellow-200\/50:focus{--tw-ring-offset-color: rgb(253 230 138 / .5)}.focus\:ring-offset-yellow-200\/60:focus{--tw-ring-offset-color: rgb(253 230 138 / .6)}.focus\:ring-offset-yellow-200\/70:focus{--tw-ring-offset-color: rgb(253 230 138 / .7)}.focus\:ring-offset-yellow-200\/75:focus{--tw-ring-offset-color: rgb(253 230 138 / .75)}.focus\:ring-offset-yellow-200\/80:focus{--tw-ring-offset-color: rgb(253 230 138 / .8)}.focus\:ring-offset-yellow-200\/90:focus{--tw-ring-offset-color: rgb(253 230 138 / .9)}.focus\:ring-offset-yellow-200\/95:focus{--tw-ring-offset-color: rgb(253 230 138 / .95)}.focus\:ring-offset-yellow-200\/100:focus{--tw-ring-offset-color: rgb(253 230 138 / 1)}.focus\:ring-offset-yellow-300\/0:focus{--tw-ring-offset-color: rgb(252 211 77 / 0)}.focus\:ring-offset-yellow-300\/5:focus{--tw-ring-offset-color: rgb(252 211 77 / .05)}.focus\:ring-offset-yellow-300\/10:focus{--tw-ring-offset-color: rgb(252 211 77 / .1)}.focus\:ring-offset-yellow-300\/20:focus{--tw-ring-offset-color: rgb(252 211 77 / .2)}.focus\:ring-offset-yellow-300\/25:focus{--tw-ring-offset-color: rgb(252 211 77 / .25)}.focus\:ring-offset-yellow-300\/30:focus{--tw-ring-offset-color: rgb(252 211 77 / .3)}.focus\:ring-offset-yellow-300\/40:focus{--tw-ring-offset-color: rgb(252 211 77 / .4)}.focus\:ring-offset-yellow-300\/50:focus{--tw-ring-offset-color: rgb(252 211 77 / .5)}.focus\:ring-offset-yellow-300\/60:focus{--tw-ring-offset-color: rgb(252 211 77 / .6)}.focus\:ring-offset-yellow-300\/70:focus{--tw-ring-offset-color: rgb(252 211 77 / .7)}.focus\:ring-offset-yellow-300\/75:focus{--tw-ring-offset-color: rgb(252 211 77 / .75)}.focus\:ring-offset-yellow-300\/80:focus{--tw-ring-offset-color: rgb(252 211 77 / .8)}.focus\:ring-offset-yellow-300\/90:focus{--tw-ring-offset-color: rgb(252 211 77 / .9)}.focus\:ring-offset-yellow-300\/95:focus{--tw-ring-offset-color: rgb(252 211 77 / .95)}.focus\:ring-offset-yellow-300\/100:focus{--tw-ring-offset-color: rgb(252 211 77 / 1)}.focus\:ring-offset-yellow-400\/0:focus{--tw-ring-offset-color: rgb(251 191 36 / 0)}.focus\:ring-offset-yellow-400\/5:focus{--tw-ring-offset-color: rgb(251 191 36 / .05)}.focus\:ring-offset-yellow-400\/10:focus{--tw-ring-offset-color: rgb(251 191 36 / .1)}.focus\:ring-offset-yellow-400\/20:focus{--tw-ring-offset-color: rgb(251 191 36 / .2)}.focus\:ring-offset-yellow-400\/25:focus{--tw-ring-offset-color: rgb(251 191 36 / .25)}.focus\:ring-offset-yellow-400\/30:focus{--tw-ring-offset-color: rgb(251 191 36 / .3)}.focus\:ring-offset-yellow-400\/40:focus{--tw-ring-offset-color: rgb(251 191 36 / .4)}.focus\:ring-offset-yellow-400\/50:focus{--tw-ring-offset-color: rgb(251 191 36 / .5)}.focus\:ring-offset-yellow-400\/60:focus{--tw-ring-offset-color: rgb(251 191 36 / .6)}.focus\:ring-offset-yellow-400\/70:focus{--tw-ring-offset-color: rgb(251 191 36 / .7)}.focus\:ring-offset-yellow-400\/75:focus{--tw-ring-offset-color: rgb(251 191 36 / .75)}.focus\:ring-offset-yellow-400\/80:focus{--tw-ring-offset-color: rgb(251 191 36 / .8)}.focus\:ring-offset-yellow-400\/90:focus{--tw-ring-offset-color: rgb(251 191 36 / .9)}.focus\:ring-offset-yellow-400\/95:focus{--tw-ring-offset-color: rgb(251 191 36 / .95)}.focus\:ring-offset-yellow-400\/100:focus{--tw-ring-offset-color: rgb(251 191 36 / 1)}.focus\:ring-offset-yellow-500\/0:focus{--tw-ring-offset-color: rgb(234 179 8 / 0)}.focus\:ring-offset-yellow-500\/5:focus{--tw-ring-offset-color: rgb(234 179 8 / .05)}.focus\:ring-offset-yellow-500\/10:focus{--tw-ring-offset-color: rgb(234 179 8 / .1)}.focus\:ring-offset-yellow-500\/20:focus{--tw-ring-offset-color: rgb(234 179 8 / .2)}.focus\:ring-offset-yellow-500\/25:focus{--tw-ring-offset-color: rgb(234 179 8 / .25)}.focus\:ring-offset-yellow-500\/30:focus{--tw-ring-offset-color: rgb(234 179 8 / .3)}.focus\:ring-offset-yellow-500\/40:focus{--tw-ring-offset-color: rgb(234 179 8 / .4)}.focus\:ring-offset-yellow-500\/50:focus{--tw-ring-offset-color: rgb(234 179 8 / .5)}.focus\:ring-offset-yellow-500\/60:focus{--tw-ring-offset-color: rgb(234 179 8 / .6)}.focus\:ring-offset-yellow-500\/70:focus{--tw-ring-offset-color: rgb(234 179 8 / .7)}.focus\:ring-offset-yellow-500\/75:focus{--tw-ring-offset-color: rgb(234 179 8 / .75)}.focus\:ring-offset-yellow-500\/80:focus{--tw-ring-offset-color: rgb(234 179 8 / .8)}.focus\:ring-offset-yellow-500\/90:focus{--tw-ring-offset-color: rgb(234 179 8 / .9)}.focus\:ring-offset-yellow-500\/95:focus{--tw-ring-offset-color: rgb(234 179 8 / .95)}.focus\:ring-offset-yellow-500\/100:focus{--tw-ring-offset-color: rgb(234 179 8 / 1)}.focus\:ring-offset-yellow-600\/0:focus{--tw-ring-offset-color: rgb(217 119 6 / 0)}.focus\:ring-offset-yellow-600\/5:focus{--tw-ring-offset-color: rgb(217 119 6 / .05)}.focus\:ring-offset-yellow-600\/10:focus{--tw-ring-offset-color: rgb(217 119 6 / .1)}.focus\:ring-offset-yellow-600\/20:focus{--tw-ring-offset-color: rgb(217 119 6 / .2)}.focus\:ring-offset-yellow-600\/25:focus{--tw-ring-offset-color: rgb(217 119 6 / .25)}.focus\:ring-offset-yellow-600\/30:focus{--tw-ring-offset-color: rgb(217 119 6 / .3)}.focus\:ring-offset-yellow-600\/40:focus{--tw-ring-offset-color: rgb(217 119 6 / .4)}.focus\:ring-offset-yellow-600\/50:focus{--tw-ring-offset-color: rgb(217 119 6 / .5)}.focus\:ring-offset-yellow-600\/60:focus{--tw-ring-offset-color: rgb(217 119 6 / .6)}.focus\:ring-offset-yellow-600\/70:focus{--tw-ring-offset-color: rgb(217 119 6 / .7)}.focus\:ring-offset-yellow-600\/75:focus{--tw-ring-offset-color: rgb(217 119 6 / .75)}.focus\:ring-offset-yellow-600\/80:focus{--tw-ring-offset-color: rgb(217 119 6 / .8)}.focus\:ring-offset-yellow-600\/90:focus{--tw-ring-offset-color: rgb(217 119 6 / .9)}.focus\:ring-offset-yellow-600\/95:focus{--tw-ring-offset-color: rgb(217 119 6 / .95)}.focus\:ring-offset-yellow-600\/100:focus{--tw-ring-offset-color: rgb(217 119 6 / 1)}.focus\:ring-offset-yellow-700\/0:focus{--tw-ring-offset-color: rgb(180 83 9 / 0)}.focus\:ring-offset-yellow-700\/5:focus{--tw-ring-offset-color: rgb(180 83 9 / .05)}.focus\:ring-offset-yellow-700\/10:focus{--tw-ring-offset-color: rgb(180 83 9 / .1)}.focus\:ring-offset-yellow-700\/20:focus{--tw-ring-offset-color: rgb(180 83 9 / .2)}.focus\:ring-offset-yellow-700\/25:focus{--tw-ring-offset-color: rgb(180 83 9 / .25)}.focus\:ring-offset-yellow-700\/30:focus{--tw-ring-offset-color: rgb(180 83 9 / .3)}.focus\:ring-offset-yellow-700\/40:focus{--tw-ring-offset-color: rgb(180 83 9 / .4)}.focus\:ring-offset-yellow-700\/50:focus{--tw-ring-offset-color: rgb(180 83 9 / .5)}.focus\:ring-offset-yellow-700\/60:focus{--tw-ring-offset-color: rgb(180 83 9 / .6)}.focus\:ring-offset-yellow-700\/70:focus{--tw-ring-offset-color: rgb(180 83 9 / .7)}.focus\:ring-offset-yellow-700\/75:focus{--tw-ring-offset-color: rgb(180 83 9 / .75)}.focus\:ring-offset-yellow-700\/80:focus{--tw-ring-offset-color: rgb(180 83 9 / .8)}.focus\:ring-offset-yellow-700\/90:focus{--tw-ring-offset-color: rgb(180 83 9 / .9)}.focus\:ring-offset-yellow-700\/95:focus{--tw-ring-offset-color: rgb(180 83 9 / .95)}.focus\:ring-offset-yellow-700\/100:focus{--tw-ring-offset-color: rgb(180 83 9 / 1)}.focus\:ring-offset-yellow-800\/0:focus{--tw-ring-offset-color: rgb(146 64 14 / 0)}.focus\:ring-offset-yellow-800\/5:focus{--tw-ring-offset-color: rgb(146 64 14 / .05)}.focus\:ring-offset-yellow-800\/10:focus{--tw-ring-offset-color: rgb(146 64 14 / .1)}.focus\:ring-offset-yellow-800\/20:focus{--tw-ring-offset-color: rgb(146 64 14 / .2)}.focus\:ring-offset-yellow-800\/25:focus{--tw-ring-offset-color: rgb(146 64 14 / .25)}.focus\:ring-offset-yellow-800\/30:focus{--tw-ring-offset-color: rgb(146 64 14 / .3)}.focus\:ring-offset-yellow-800\/40:focus{--tw-ring-offset-color: rgb(146 64 14 / .4)}.focus\:ring-offset-yellow-800\/50:focus{--tw-ring-offset-color: rgb(146 64 14 / .5)}.focus\:ring-offset-yellow-800\/60:focus{--tw-ring-offset-color: rgb(146 64 14 / .6)}.focus\:ring-offset-yellow-800\/70:focus{--tw-ring-offset-color: rgb(146 64 14 / .7)}.focus\:ring-offset-yellow-800\/75:focus{--tw-ring-offset-color: rgb(146 64 14 / .75)}.focus\:ring-offset-yellow-800\/80:focus{--tw-ring-offset-color: rgb(146 64 14 / .8)}.focus\:ring-offset-yellow-800\/90:focus{--tw-ring-offset-color: rgb(146 64 14 / .9)}.focus\:ring-offset-yellow-800\/95:focus{--tw-ring-offset-color: rgb(146 64 14 / .95)}.focus\:ring-offset-yellow-800\/100:focus{--tw-ring-offset-color: rgb(146 64 14 / 1)}.focus\:ring-offset-yellow-900\/0:focus{--tw-ring-offset-color: rgb(120 53 15 / 0)}.focus\:ring-offset-yellow-900\/5:focus{--tw-ring-offset-color: rgb(120 53 15 / .05)}.focus\:ring-offset-yellow-900\/10:focus{--tw-ring-offset-color: rgb(120 53 15 / .1)}.focus\:ring-offset-yellow-900\/20:focus{--tw-ring-offset-color: rgb(120 53 15 / .2)}.focus\:ring-offset-yellow-900\/25:focus{--tw-ring-offset-color: rgb(120 53 15 / .25)}.focus\:ring-offset-yellow-900\/30:focus{--tw-ring-offset-color: rgb(120 53 15 / .3)}.focus\:ring-offset-yellow-900\/40:focus{--tw-ring-offset-color: rgb(120 53 15 / .4)}.focus\:ring-offset-yellow-900\/50:focus{--tw-ring-offset-color: rgb(120 53 15 / .5)}.focus\:ring-offset-yellow-900\/60:focus{--tw-ring-offset-color: rgb(120 53 15 / .6)}.focus\:ring-offset-yellow-900\/70:focus{--tw-ring-offset-color: rgb(120 53 15 / .7)}.focus\:ring-offset-yellow-900\/75:focus{--tw-ring-offset-color: rgb(120 53 15 / .75)}.focus\:ring-offset-yellow-900\/80:focus{--tw-ring-offset-color: rgb(120 53 15 / .8)}.focus\:ring-offset-yellow-900\/90:focus{--tw-ring-offset-color: rgb(120 53 15 / .9)}.focus\:ring-offset-yellow-900\/95:focus{--tw-ring-offset-color: rgb(120 53 15 / .95)}.focus\:ring-offset-yellow-900\/100:focus{--tw-ring-offset-color: rgb(120 53 15 / 1)}.focus\:ring-offset-green-50\/0:focus{--tw-ring-offset-color: rgb(240 253 244 / 0)}.focus\:ring-offset-green-50\/5:focus{--tw-ring-offset-color: rgb(240 253 244 / .05)}.focus\:ring-offset-green-50\/10:focus{--tw-ring-offset-color: rgb(240 253 244 / .1)}.focus\:ring-offset-green-50\/20:focus{--tw-ring-offset-color: rgb(240 253 244 / .2)}.focus\:ring-offset-green-50\/25:focus{--tw-ring-offset-color: rgb(240 253 244 / .25)}.focus\:ring-offset-green-50\/30:focus{--tw-ring-offset-color: rgb(240 253 244 / .3)}.focus\:ring-offset-green-50\/40:focus{--tw-ring-offset-color: rgb(240 253 244 / .4)}.focus\:ring-offset-green-50\/50:focus{--tw-ring-offset-color: rgb(240 253 244 / .5)}.focus\:ring-offset-green-50\/60:focus{--tw-ring-offset-color: rgb(240 253 244 / .6)}.focus\:ring-offset-green-50\/70:focus{--tw-ring-offset-color: rgb(240 253 244 / .7)}.focus\:ring-offset-green-50\/75:focus{--tw-ring-offset-color: rgb(240 253 244 / .75)}.focus\:ring-offset-green-50\/80:focus{--tw-ring-offset-color: rgb(240 253 244 / .8)}.focus\:ring-offset-green-50\/90:focus{--tw-ring-offset-color: rgb(240 253 244 / .9)}.focus\:ring-offset-green-50\/95:focus{--tw-ring-offset-color: rgb(240 253 244 / .95)}.focus\:ring-offset-green-50\/100:focus{--tw-ring-offset-color: rgb(240 253 244 / 1)}.focus\:ring-offset-green-100\/0:focus{--tw-ring-offset-color: rgb(242 250 246 / 0)}.focus\:ring-offset-green-100\/5:focus{--tw-ring-offset-color: rgb(242 250 246 / .05)}.focus\:ring-offset-green-100\/10:focus{--tw-ring-offset-color: rgb(242 250 246 / .1)}.focus\:ring-offset-green-100\/20:focus{--tw-ring-offset-color: rgb(242 250 246 / .2)}.focus\:ring-offset-green-100\/25:focus{--tw-ring-offset-color: rgb(242 250 246 / .25)}.focus\:ring-offset-green-100\/30:focus{--tw-ring-offset-color: rgb(242 250 246 / .3)}.focus\:ring-offset-green-100\/40:focus{--tw-ring-offset-color: rgb(242 250 246 / .4)}.focus\:ring-offset-green-100\/50:focus{--tw-ring-offset-color: rgb(242 250 246 / .5)}.focus\:ring-offset-green-100\/60:focus{--tw-ring-offset-color: rgb(242 250 246 / .6)}.focus\:ring-offset-green-100\/70:focus{--tw-ring-offset-color: rgb(242 250 246 / .7)}.focus\:ring-offset-green-100\/75:focus{--tw-ring-offset-color: rgb(242 250 246 / .75)}.focus\:ring-offset-green-100\/80:focus{--tw-ring-offset-color: rgb(242 250 246 / .8)}.focus\:ring-offset-green-100\/90:focus{--tw-ring-offset-color: rgb(242 250 246 / .9)}.focus\:ring-offset-green-100\/95:focus{--tw-ring-offset-color: rgb(242 250 246 / .95)}.focus\:ring-offset-green-100\/100:focus{--tw-ring-offset-color: rgb(242 250 246 / 1)}.focus\:ring-offset-green-200\/0:focus{--tw-ring-offset-color: rgb(229 246 238 / 0)}.focus\:ring-offset-green-200\/5:focus{--tw-ring-offset-color: rgb(229 246 238 / .05)}.focus\:ring-offset-green-200\/10:focus{--tw-ring-offset-color: rgb(229 246 238 / .1)}.focus\:ring-offset-green-200\/20:focus{--tw-ring-offset-color: rgb(229 246 238 / .2)}.focus\:ring-offset-green-200\/25:focus{--tw-ring-offset-color: rgb(229 246 238 / .25)}.focus\:ring-offset-green-200\/30:focus{--tw-ring-offset-color: rgb(229 246 238 / .3)}.focus\:ring-offset-green-200\/40:focus{--tw-ring-offset-color: rgb(229 246 238 / .4)}.focus\:ring-offset-green-200\/50:focus{--tw-ring-offset-color: rgb(229 246 238 / .5)}.focus\:ring-offset-green-200\/60:focus{--tw-ring-offset-color: rgb(229 246 238 / .6)}.focus\:ring-offset-green-200\/70:focus{--tw-ring-offset-color: rgb(229 246 238 / .7)}.focus\:ring-offset-green-200\/75:focus{--tw-ring-offset-color: rgb(229 246 238 / .75)}.focus\:ring-offset-green-200\/80:focus{--tw-ring-offset-color: rgb(229 246 238 / .8)}.focus\:ring-offset-green-200\/90:focus{--tw-ring-offset-color: rgb(229 246 238 / .9)}.focus\:ring-offset-green-200\/95:focus{--tw-ring-offset-color: rgb(229 246 238 / .95)}.focus\:ring-offset-green-200\/100:focus{--tw-ring-offset-color: rgb(229 246 238 / 1)}.focus\:ring-offset-green-300\/0:focus{--tw-ring-offset-color: rgb(200 238 219 / 0)}.focus\:ring-offset-green-300\/5:focus{--tw-ring-offset-color: rgb(200 238 219 / .05)}.focus\:ring-offset-green-300\/10:focus{--tw-ring-offset-color: rgb(200 238 219 / .1)}.focus\:ring-offset-green-300\/20:focus{--tw-ring-offset-color: rgb(200 238 219 / .2)}.focus\:ring-offset-green-300\/25:focus{--tw-ring-offset-color: rgb(200 238 219 / .25)}.focus\:ring-offset-green-300\/30:focus{--tw-ring-offset-color: rgb(200 238 219 / .3)}.focus\:ring-offset-green-300\/40:focus{--tw-ring-offset-color: rgb(200 238 219 / .4)}.focus\:ring-offset-green-300\/50:focus{--tw-ring-offset-color: rgb(200 238 219 / .5)}.focus\:ring-offset-green-300\/60:focus{--tw-ring-offset-color: rgb(200 238 219 / .6)}.focus\:ring-offset-green-300\/70:focus{--tw-ring-offset-color: rgb(200 238 219 / .7)}.focus\:ring-offset-green-300\/75:focus{--tw-ring-offset-color: rgb(200 238 219 / .75)}.focus\:ring-offset-green-300\/80:focus{--tw-ring-offset-color: rgb(200 238 219 / .8)}.focus\:ring-offset-green-300\/90:focus{--tw-ring-offset-color: rgb(200 238 219 / .9)}.focus\:ring-offset-green-300\/95:focus{--tw-ring-offset-color: rgb(200 238 219 / .95)}.focus\:ring-offset-green-300\/100:focus{--tw-ring-offset-color: rgb(200 238 219 / 1)}.focus\:ring-offset-green-400\/0:focus{--tw-ring-offset-color: rgb(166 229 200 / 0)}.focus\:ring-offset-green-400\/5:focus{--tw-ring-offset-color: rgb(166 229 200 / .05)}.focus\:ring-offset-green-400\/10:focus{--tw-ring-offset-color: rgb(166 229 200 / .1)}.focus\:ring-offset-green-400\/20:focus{--tw-ring-offset-color: rgb(166 229 200 / .2)}.focus\:ring-offset-green-400\/25:focus{--tw-ring-offset-color: rgb(166 229 200 / .25)}.focus\:ring-offset-green-400\/30:focus{--tw-ring-offset-color: rgb(166 229 200 / .3)}.focus\:ring-offset-green-400\/40:focus{--tw-ring-offset-color: rgb(166 229 200 / .4)}.focus\:ring-offset-green-400\/50:focus{--tw-ring-offset-color: rgb(166 229 200 / .5)}.focus\:ring-offset-green-400\/60:focus{--tw-ring-offset-color: rgb(166 229 200 / .6)}.focus\:ring-offset-green-400\/70:focus{--tw-ring-offset-color: rgb(166 229 200 / .7)}.focus\:ring-offset-green-400\/75:focus{--tw-ring-offset-color: rgb(166 229 200 / .75)}.focus\:ring-offset-green-400\/80:focus{--tw-ring-offset-color: rgb(166 229 200 / .8)}.focus\:ring-offset-green-400\/90:focus{--tw-ring-offset-color: rgb(166 229 200 / .9)}.focus\:ring-offset-green-400\/95:focus{--tw-ring-offset-color: rgb(166 229 200 / .95)}.focus\:ring-offset-green-400\/100:focus{--tw-ring-offset-color: rgb(166 229 200 / 1)}.focus\:ring-offset-green-500\/0:focus{--tw-ring-offset-color: rgb(123 220 178 / 0)}.focus\:ring-offset-green-500\/5:focus{--tw-ring-offset-color: rgb(123 220 178 / .05)}.focus\:ring-offset-green-500\/10:focus{--tw-ring-offset-color: rgb(123 220 178 / .1)}.focus\:ring-offset-green-500\/20:focus{--tw-ring-offset-color: rgb(123 220 178 / .2)}.focus\:ring-offset-green-500\/25:focus{--tw-ring-offset-color: rgb(123 220 178 / .25)}.focus\:ring-offset-green-500\/30:focus{--tw-ring-offset-color: rgb(123 220 178 / .3)}.focus\:ring-offset-green-500\/40:focus{--tw-ring-offset-color: rgb(123 220 178 / .4)}.focus\:ring-offset-green-500\/50:focus{--tw-ring-offset-color: rgb(123 220 178 / .5)}.focus\:ring-offset-green-500\/60:focus{--tw-ring-offset-color: rgb(123 220 178 / .6)}.focus\:ring-offset-green-500\/70:focus{--tw-ring-offset-color: rgb(123 220 178 / .7)}.focus\:ring-offset-green-500\/75:focus{--tw-ring-offset-color: rgb(123 220 178 / .75)}.focus\:ring-offset-green-500\/80:focus{--tw-ring-offset-color: rgb(123 220 178 / .8)}.focus\:ring-offset-green-500\/90:focus{--tw-ring-offset-color: rgb(123 220 178 / .9)}.focus\:ring-offset-green-500\/95:focus{--tw-ring-offset-color: rgb(123 220 178 / .95)}.focus\:ring-offset-green-500\/100:focus{--tw-ring-offset-color: rgb(123 220 178 / 1)}.focus\:ring-offset-green-600\/0:focus{--tw-ring-offset-color: rgb(52 211 153 / 0)}.focus\:ring-offset-green-600\/5:focus{--tw-ring-offset-color: rgb(52 211 153 / .05)}.focus\:ring-offset-green-600\/10:focus{--tw-ring-offset-color: rgb(52 211 153 / .1)}.focus\:ring-offset-green-600\/20:focus{--tw-ring-offset-color: rgb(52 211 153 / .2)}.focus\:ring-offset-green-600\/25:focus{--tw-ring-offset-color: rgb(52 211 153 / .25)}.focus\:ring-offset-green-600\/30:focus{--tw-ring-offset-color: rgb(52 211 153 / .3)}.focus\:ring-offset-green-600\/40:focus{--tw-ring-offset-color: rgb(52 211 153 / .4)}.focus\:ring-offset-green-600\/50:focus{--tw-ring-offset-color: rgb(52 211 153 / .5)}.focus\:ring-offset-green-600\/60:focus{--tw-ring-offset-color: rgb(52 211 153 / .6)}.focus\:ring-offset-green-600\/70:focus{--tw-ring-offset-color: rgb(52 211 153 / .7)}.focus\:ring-offset-green-600\/75:focus{--tw-ring-offset-color: rgb(52 211 153 / .75)}.focus\:ring-offset-green-600\/80:focus{--tw-ring-offset-color: rgb(52 211 153 / .8)}.focus\:ring-offset-green-600\/90:focus{--tw-ring-offset-color: rgb(52 211 153 / .9)}.focus\:ring-offset-green-600\/95:focus{--tw-ring-offset-color: rgb(52 211 153 / .95)}.focus\:ring-offset-green-600\/100:focus{--tw-ring-offset-color: rgb(52 211 153 / 1)}.focus\:ring-offset-green-700\/0:focus{--tw-ring-offset-color: rgb(46 188 136 / 0)}.focus\:ring-offset-green-700\/5:focus{--tw-ring-offset-color: rgb(46 188 136 / .05)}.focus\:ring-offset-green-700\/10:focus{--tw-ring-offset-color: rgb(46 188 136 / .1)}.focus\:ring-offset-green-700\/20:focus{--tw-ring-offset-color: rgb(46 188 136 / .2)}.focus\:ring-offset-green-700\/25:focus{--tw-ring-offset-color: rgb(46 188 136 / .25)}.focus\:ring-offset-green-700\/30:focus{--tw-ring-offset-color: rgb(46 188 136 / .3)}.focus\:ring-offset-green-700\/40:focus{--tw-ring-offset-color: rgb(46 188 136 / .4)}.focus\:ring-offset-green-700\/50:focus{--tw-ring-offset-color: rgb(46 188 136 / .5)}.focus\:ring-offset-green-700\/60:focus{--tw-ring-offset-color: rgb(46 188 136 / .6)}.focus\:ring-offset-green-700\/70:focus{--tw-ring-offset-color: rgb(46 188 136 / .7)}.focus\:ring-offset-green-700\/75:focus{--tw-ring-offset-color: rgb(46 188 136 / .75)}.focus\:ring-offset-green-700\/80:focus{--tw-ring-offset-color: rgb(46 188 136 / .8)}.focus\:ring-offset-green-700\/90:focus{--tw-ring-offset-color: rgb(46 188 136 / .9)}.focus\:ring-offset-green-700\/95:focus{--tw-ring-offset-color: rgb(46 188 136 / .95)}.focus\:ring-offset-green-700\/100:focus{--tw-ring-offset-color: rgb(46 188 136 / 1)}.focus\:ring-offset-green-800\/0:focus{--tw-ring-offset-color: rgb(40 163 118 / 0)}.focus\:ring-offset-green-800\/5:focus{--tw-ring-offset-color: rgb(40 163 118 / .05)}.focus\:ring-offset-green-800\/10:focus{--tw-ring-offset-color: rgb(40 163 118 / .1)}.focus\:ring-offset-green-800\/20:focus{--tw-ring-offset-color: rgb(40 163 118 / .2)}.focus\:ring-offset-green-800\/25:focus{--tw-ring-offset-color: rgb(40 163 118 / .25)}.focus\:ring-offset-green-800\/30:focus{--tw-ring-offset-color: rgb(40 163 118 / .3)}.focus\:ring-offset-green-800\/40:focus{--tw-ring-offset-color: rgb(40 163 118 / .4)}.focus\:ring-offset-green-800\/50:focus{--tw-ring-offset-color: rgb(40 163 118 / .5)}.focus\:ring-offset-green-800\/60:focus{--tw-ring-offset-color: rgb(40 163 118 / .6)}.focus\:ring-offset-green-800\/70:focus{--tw-ring-offset-color: rgb(40 163 118 / .7)}.focus\:ring-offset-green-800\/75:focus{--tw-ring-offset-color: rgb(40 163 118 / .75)}.focus\:ring-offset-green-800\/80:focus{--tw-ring-offset-color: rgb(40 163 118 / .8)}.focus\:ring-offset-green-800\/90:focus{--tw-ring-offset-color: rgb(40 163 118 / .9)}.focus\:ring-offset-green-800\/95:focus{--tw-ring-offset-color: rgb(40 163 118 / .95)}.focus\:ring-offset-green-800\/100:focus{--tw-ring-offset-color: rgb(40 163 118 / 1)}.focus\:ring-offset-green-900\/0:focus{--tw-ring-offset-color: rgb(32 133 96 / 0)}.focus\:ring-offset-green-900\/5:focus{--tw-ring-offset-color: rgb(32 133 96 / .05)}.focus\:ring-offset-green-900\/10:focus{--tw-ring-offset-color: rgb(32 133 96 / .1)}.focus\:ring-offset-green-900\/20:focus{--tw-ring-offset-color: rgb(32 133 96 / .2)}.focus\:ring-offset-green-900\/25:focus{--tw-ring-offset-color: rgb(32 133 96 / .25)}.focus\:ring-offset-green-900\/30:focus{--tw-ring-offset-color: rgb(32 133 96 / .3)}.focus\:ring-offset-green-900\/40:focus{--tw-ring-offset-color: rgb(32 133 96 / .4)}.focus\:ring-offset-green-900\/50:focus{--tw-ring-offset-color: rgb(32 133 96 / .5)}.focus\:ring-offset-green-900\/60:focus{--tw-ring-offset-color: rgb(32 133 96 / .6)}.focus\:ring-offset-green-900\/70:focus{--tw-ring-offset-color: rgb(32 133 96 / .7)}.focus\:ring-offset-green-900\/75:focus{--tw-ring-offset-color: rgb(32 133 96 / .75)}.focus\:ring-offset-green-900\/80:focus{--tw-ring-offset-color: rgb(32 133 96 / .8)}.focus\:ring-offset-green-900\/90:focus{--tw-ring-offset-color: rgb(32 133 96 / .9)}.focus\:ring-offset-green-900\/95:focus{--tw-ring-offset-color: rgb(32 133 96 / .95)}.focus\:ring-offset-green-900\/100:focus{--tw-ring-offset-color: rgb(32 133 96 / 1)}.focus\:ring-offset-emerald-50\/0:focus{--tw-ring-offset-color: rgb(236 253 245 / 0)}.focus\:ring-offset-emerald-50\/5:focus{--tw-ring-offset-color: rgb(236 253 245 / .05)}.focus\:ring-offset-emerald-50\/10:focus{--tw-ring-offset-color: rgb(236 253 245 / .1)}.focus\:ring-offset-emerald-50\/20:focus{--tw-ring-offset-color: rgb(236 253 245 / .2)}.focus\:ring-offset-emerald-50\/25:focus{--tw-ring-offset-color: rgb(236 253 245 / .25)}.focus\:ring-offset-emerald-50\/30:focus{--tw-ring-offset-color: rgb(236 253 245 / .3)}.focus\:ring-offset-emerald-50\/40:focus{--tw-ring-offset-color: rgb(236 253 245 / .4)}.focus\:ring-offset-emerald-50\/50:focus{--tw-ring-offset-color: rgb(236 253 245 / .5)}.focus\:ring-offset-emerald-50\/60:focus{--tw-ring-offset-color: rgb(236 253 245 / .6)}.focus\:ring-offset-emerald-50\/70:focus{--tw-ring-offset-color: rgb(236 253 245 / .7)}.focus\:ring-offset-emerald-50\/75:focus{--tw-ring-offset-color: rgb(236 253 245 / .75)}.focus\:ring-offset-emerald-50\/80:focus{--tw-ring-offset-color: rgb(236 253 245 / .8)}.focus\:ring-offset-emerald-50\/90:focus{--tw-ring-offset-color: rgb(236 253 245 / .9)}.focus\:ring-offset-emerald-50\/95:focus{--tw-ring-offset-color: rgb(236 253 245 / .95)}.focus\:ring-offset-emerald-50\/100:focus{--tw-ring-offset-color: rgb(236 253 245 / 1)}.focus\:ring-offset-emerald-100\/0:focus{--tw-ring-offset-color: rgb(209 250 229 / 0)}.focus\:ring-offset-emerald-100\/5:focus{--tw-ring-offset-color: rgb(209 250 229 / .05)}.focus\:ring-offset-emerald-100\/10:focus{--tw-ring-offset-color: rgb(209 250 229 / .1)}.focus\:ring-offset-emerald-100\/20:focus{--tw-ring-offset-color: rgb(209 250 229 / .2)}.focus\:ring-offset-emerald-100\/25:focus{--tw-ring-offset-color: rgb(209 250 229 / .25)}.focus\:ring-offset-emerald-100\/30:focus{--tw-ring-offset-color: rgb(209 250 229 / .3)}.focus\:ring-offset-emerald-100\/40:focus{--tw-ring-offset-color: rgb(209 250 229 / .4)}.focus\:ring-offset-emerald-100\/50:focus{--tw-ring-offset-color: rgb(209 250 229 / .5)}.focus\:ring-offset-emerald-100\/60:focus{--tw-ring-offset-color: rgb(209 250 229 / .6)}.focus\:ring-offset-emerald-100\/70:focus{--tw-ring-offset-color: rgb(209 250 229 / .7)}.focus\:ring-offset-emerald-100\/75:focus{--tw-ring-offset-color: rgb(209 250 229 / .75)}.focus\:ring-offset-emerald-100\/80:focus{--tw-ring-offset-color: rgb(209 250 229 / .8)}.focus\:ring-offset-emerald-100\/90:focus{--tw-ring-offset-color: rgb(209 250 229 / .9)}.focus\:ring-offset-emerald-100\/95:focus{--tw-ring-offset-color: rgb(209 250 229 / .95)}.focus\:ring-offset-emerald-100\/100:focus{--tw-ring-offset-color: rgb(209 250 229 / 1)}.focus\:ring-offset-emerald-200\/0:focus{--tw-ring-offset-color: rgb(167 243 208 / 0)}.focus\:ring-offset-emerald-200\/5:focus{--tw-ring-offset-color: rgb(167 243 208 / .05)}.focus\:ring-offset-emerald-200\/10:focus{--tw-ring-offset-color: rgb(167 243 208 / .1)}.focus\:ring-offset-emerald-200\/20:focus{--tw-ring-offset-color: rgb(167 243 208 / .2)}.focus\:ring-offset-emerald-200\/25:focus{--tw-ring-offset-color: rgb(167 243 208 / .25)}.focus\:ring-offset-emerald-200\/30:focus{--tw-ring-offset-color: rgb(167 243 208 / .3)}.focus\:ring-offset-emerald-200\/40:focus{--tw-ring-offset-color: rgb(167 243 208 / .4)}.focus\:ring-offset-emerald-200\/50:focus{--tw-ring-offset-color: rgb(167 243 208 / .5)}.focus\:ring-offset-emerald-200\/60:focus{--tw-ring-offset-color: rgb(167 243 208 / .6)}.focus\:ring-offset-emerald-200\/70:focus{--tw-ring-offset-color: rgb(167 243 208 / .7)}.focus\:ring-offset-emerald-200\/75:focus{--tw-ring-offset-color: rgb(167 243 208 / .75)}.focus\:ring-offset-emerald-200\/80:focus{--tw-ring-offset-color: rgb(167 243 208 / .8)}.focus\:ring-offset-emerald-200\/90:focus{--tw-ring-offset-color: rgb(167 243 208 / .9)}.focus\:ring-offset-emerald-200\/95:focus{--tw-ring-offset-color: rgb(167 243 208 / .95)}.focus\:ring-offset-emerald-200\/100:focus{--tw-ring-offset-color: rgb(167 243 208 / 1)}.focus\:ring-offset-emerald-300\/0:focus{--tw-ring-offset-color: rgb(110 231 183 / 0)}.focus\:ring-offset-emerald-300\/5:focus{--tw-ring-offset-color: rgb(110 231 183 / .05)}.focus\:ring-offset-emerald-300\/10:focus{--tw-ring-offset-color: rgb(110 231 183 / .1)}.focus\:ring-offset-emerald-300\/20:focus{--tw-ring-offset-color: rgb(110 231 183 / .2)}.focus\:ring-offset-emerald-300\/25:focus{--tw-ring-offset-color: rgb(110 231 183 / .25)}.focus\:ring-offset-emerald-300\/30:focus{--tw-ring-offset-color: rgb(110 231 183 / .3)}.focus\:ring-offset-emerald-300\/40:focus{--tw-ring-offset-color: rgb(110 231 183 / .4)}.focus\:ring-offset-emerald-300\/50:focus{--tw-ring-offset-color: rgb(110 231 183 / .5)}.focus\:ring-offset-emerald-300\/60:focus{--tw-ring-offset-color: rgb(110 231 183 / .6)}.focus\:ring-offset-emerald-300\/70:focus{--tw-ring-offset-color: rgb(110 231 183 / .7)}.focus\:ring-offset-emerald-300\/75:focus{--tw-ring-offset-color: rgb(110 231 183 / .75)}.focus\:ring-offset-emerald-300\/80:focus{--tw-ring-offset-color: rgb(110 231 183 / .8)}.focus\:ring-offset-emerald-300\/90:focus{--tw-ring-offset-color: rgb(110 231 183 / .9)}.focus\:ring-offset-emerald-300\/95:focus{--tw-ring-offset-color: rgb(110 231 183 / .95)}.focus\:ring-offset-emerald-300\/100:focus{--tw-ring-offset-color: rgb(110 231 183 / 1)}.focus\:ring-offset-emerald-400\/0:focus{--tw-ring-offset-color: rgb(52 211 153 / 0)}.focus\:ring-offset-emerald-400\/5:focus{--tw-ring-offset-color: rgb(52 211 153 / .05)}.focus\:ring-offset-emerald-400\/10:focus{--tw-ring-offset-color: rgb(52 211 153 / .1)}.focus\:ring-offset-emerald-400\/20:focus{--tw-ring-offset-color: rgb(52 211 153 / .2)}.focus\:ring-offset-emerald-400\/25:focus{--tw-ring-offset-color: rgb(52 211 153 / .25)}.focus\:ring-offset-emerald-400\/30:focus{--tw-ring-offset-color: rgb(52 211 153 / .3)}.focus\:ring-offset-emerald-400\/40:focus{--tw-ring-offset-color: rgb(52 211 153 / .4)}.focus\:ring-offset-emerald-400\/50:focus{--tw-ring-offset-color: rgb(52 211 153 / .5)}.focus\:ring-offset-emerald-400\/60:focus{--tw-ring-offset-color: rgb(52 211 153 / .6)}.focus\:ring-offset-emerald-400\/70:focus{--tw-ring-offset-color: rgb(52 211 153 / .7)}.focus\:ring-offset-emerald-400\/75:focus{--tw-ring-offset-color: rgb(52 211 153 / .75)}.focus\:ring-offset-emerald-400\/80:focus{--tw-ring-offset-color: rgb(52 211 153 / .8)}.focus\:ring-offset-emerald-400\/90:focus{--tw-ring-offset-color: rgb(52 211 153 / .9)}.focus\:ring-offset-emerald-400\/95:focus{--tw-ring-offset-color: rgb(52 211 153 / .95)}.focus\:ring-offset-emerald-400\/100:focus{--tw-ring-offset-color: rgb(52 211 153 / 1)}.focus\:ring-offset-emerald-500\/0:focus{--tw-ring-offset-color: rgb(16 185 129 / 0)}.focus\:ring-offset-emerald-500\/5:focus{--tw-ring-offset-color: rgb(16 185 129 / .05)}.focus\:ring-offset-emerald-500\/10:focus{--tw-ring-offset-color: rgb(16 185 129 / .1)}.focus\:ring-offset-emerald-500\/20:focus{--tw-ring-offset-color: rgb(16 185 129 / .2)}.focus\:ring-offset-emerald-500\/25:focus{--tw-ring-offset-color: rgb(16 185 129 / .25)}.focus\:ring-offset-emerald-500\/30:focus{--tw-ring-offset-color: rgb(16 185 129 / .3)}.focus\:ring-offset-emerald-500\/40:focus{--tw-ring-offset-color: rgb(16 185 129 / .4)}.focus\:ring-offset-emerald-500\/50:focus{--tw-ring-offset-color: rgb(16 185 129 / .5)}.focus\:ring-offset-emerald-500\/60:focus{--tw-ring-offset-color: rgb(16 185 129 / .6)}.focus\:ring-offset-emerald-500\/70:focus{--tw-ring-offset-color: rgb(16 185 129 / .7)}.focus\:ring-offset-emerald-500\/75:focus{--tw-ring-offset-color: rgb(16 185 129 / .75)}.focus\:ring-offset-emerald-500\/80:focus{--tw-ring-offset-color: rgb(16 185 129 / .8)}.focus\:ring-offset-emerald-500\/90:focus{--tw-ring-offset-color: rgb(16 185 129 / .9)}.focus\:ring-offset-emerald-500\/95:focus{--tw-ring-offset-color: rgb(16 185 129 / .95)}.focus\:ring-offset-emerald-500\/100:focus{--tw-ring-offset-color: rgb(16 185 129 / 1)}.focus\:ring-offset-emerald-600\/0:focus{--tw-ring-offset-color: rgb(5 150 105 / 0)}.focus\:ring-offset-emerald-600\/5:focus{--tw-ring-offset-color: rgb(5 150 105 / .05)}.focus\:ring-offset-emerald-600\/10:focus{--tw-ring-offset-color: rgb(5 150 105 / .1)}.focus\:ring-offset-emerald-600\/20:focus{--tw-ring-offset-color: rgb(5 150 105 / .2)}.focus\:ring-offset-emerald-600\/25:focus{--tw-ring-offset-color: rgb(5 150 105 / .25)}.focus\:ring-offset-emerald-600\/30:focus{--tw-ring-offset-color: rgb(5 150 105 / .3)}.focus\:ring-offset-emerald-600\/40:focus{--tw-ring-offset-color: rgb(5 150 105 / .4)}.focus\:ring-offset-emerald-600\/50:focus{--tw-ring-offset-color: rgb(5 150 105 / .5)}.focus\:ring-offset-emerald-600\/60:focus{--tw-ring-offset-color: rgb(5 150 105 / .6)}.focus\:ring-offset-emerald-600\/70:focus{--tw-ring-offset-color: rgb(5 150 105 / .7)}.focus\:ring-offset-emerald-600\/75:focus{--tw-ring-offset-color: rgb(5 150 105 / .75)}.focus\:ring-offset-emerald-600\/80:focus{--tw-ring-offset-color: rgb(5 150 105 / .8)}.focus\:ring-offset-emerald-600\/90:focus{--tw-ring-offset-color: rgb(5 150 105 / .9)}.focus\:ring-offset-emerald-600\/95:focus{--tw-ring-offset-color: rgb(5 150 105 / .95)}.focus\:ring-offset-emerald-600\/100:focus{--tw-ring-offset-color: rgb(5 150 105 / 1)}.focus\:ring-offset-emerald-700\/0:focus{--tw-ring-offset-color: rgb(4 120 87 / 0)}.focus\:ring-offset-emerald-700\/5:focus{--tw-ring-offset-color: rgb(4 120 87 / .05)}.focus\:ring-offset-emerald-700\/10:focus{--tw-ring-offset-color: rgb(4 120 87 / .1)}.focus\:ring-offset-emerald-700\/20:focus{--tw-ring-offset-color: rgb(4 120 87 / .2)}.focus\:ring-offset-emerald-700\/25:focus{--tw-ring-offset-color: rgb(4 120 87 / .25)}.focus\:ring-offset-emerald-700\/30:focus{--tw-ring-offset-color: rgb(4 120 87 / .3)}.focus\:ring-offset-emerald-700\/40:focus{--tw-ring-offset-color: rgb(4 120 87 / .4)}.focus\:ring-offset-emerald-700\/50:focus{--tw-ring-offset-color: rgb(4 120 87 / .5)}.focus\:ring-offset-emerald-700\/60:focus{--tw-ring-offset-color: rgb(4 120 87 / .6)}.focus\:ring-offset-emerald-700\/70:focus{--tw-ring-offset-color: rgb(4 120 87 / .7)}.focus\:ring-offset-emerald-700\/75:focus{--tw-ring-offset-color: rgb(4 120 87 / .75)}.focus\:ring-offset-emerald-700\/80:focus{--tw-ring-offset-color: rgb(4 120 87 / .8)}.focus\:ring-offset-emerald-700\/90:focus{--tw-ring-offset-color: rgb(4 120 87 / .9)}.focus\:ring-offset-emerald-700\/95:focus{--tw-ring-offset-color: rgb(4 120 87 / .95)}.focus\:ring-offset-emerald-700\/100:focus{--tw-ring-offset-color: rgb(4 120 87 / 1)}.focus\:ring-offset-emerald-800\/0:focus{--tw-ring-offset-color: rgb(6 95 70 / 0)}.focus\:ring-offset-emerald-800\/5:focus{--tw-ring-offset-color: rgb(6 95 70 / .05)}.focus\:ring-offset-emerald-800\/10:focus{--tw-ring-offset-color: rgb(6 95 70 / .1)}.focus\:ring-offset-emerald-800\/20:focus{--tw-ring-offset-color: rgb(6 95 70 / .2)}.focus\:ring-offset-emerald-800\/25:focus{--tw-ring-offset-color: rgb(6 95 70 / .25)}.focus\:ring-offset-emerald-800\/30:focus{--tw-ring-offset-color: rgb(6 95 70 / .3)}.focus\:ring-offset-emerald-800\/40:focus{--tw-ring-offset-color: rgb(6 95 70 / .4)}.focus\:ring-offset-emerald-800\/50:focus{--tw-ring-offset-color: rgb(6 95 70 / .5)}.focus\:ring-offset-emerald-800\/60:focus{--tw-ring-offset-color: rgb(6 95 70 / .6)}.focus\:ring-offset-emerald-800\/70:focus{--tw-ring-offset-color: rgb(6 95 70 / .7)}.focus\:ring-offset-emerald-800\/75:focus{--tw-ring-offset-color: rgb(6 95 70 / .75)}.focus\:ring-offset-emerald-800\/80:focus{--tw-ring-offset-color: rgb(6 95 70 / .8)}.focus\:ring-offset-emerald-800\/90:focus{--tw-ring-offset-color: rgb(6 95 70 / .9)}.focus\:ring-offset-emerald-800\/95:focus{--tw-ring-offset-color: rgb(6 95 70 / .95)}.focus\:ring-offset-emerald-800\/100:focus{--tw-ring-offset-color: rgb(6 95 70 / 1)}.focus\:ring-offset-emerald-900\/0:focus{--tw-ring-offset-color: rgb(6 78 59 / 0)}.focus\:ring-offset-emerald-900\/5:focus{--tw-ring-offset-color: rgb(6 78 59 / .05)}.focus\:ring-offset-emerald-900\/10:focus{--tw-ring-offset-color: rgb(6 78 59 / .1)}.focus\:ring-offset-emerald-900\/20:focus{--tw-ring-offset-color: rgb(6 78 59 / .2)}.focus\:ring-offset-emerald-900\/25:focus{--tw-ring-offset-color: rgb(6 78 59 / .25)}.focus\:ring-offset-emerald-900\/30:focus{--tw-ring-offset-color: rgb(6 78 59 / .3)}.focus\:ring-offset-emerald-900\/40:focus{--tw-ring-offset-color: rgb(6 78 59 / .4)}.focus\:ring-offset-emerald-900\/50:focus{--tw-ring-offset-color: rgb(6 78 59 / .5)}.focus\:ring-offset-emerald-900\/60:focus{--tw-ring-offset-color: rgb(6 78 59 / .6)}.focus\:ring-offset-emerald-900\/70:focus{--tw-ring-offset-color: rgb(6 78 59 / .7)}.focus\:ring-offset-emerald-900\/75:focus{--tw-ring-offset-color: rgb(6 78 59 / .75)}.focus\:ring-offset-emerald-900\/80:focus{--tw-ring-offset-color: rgb(6 78 59 / .8)}.focus\:ring-offset-emerald-900\/90:focus{--tw-ring-offset-color: rgb(6 78 59 / .9)}.focus\:ring-offset-emerald-900\/95:focus{--tw-ring-offset-color: rgb(6 78 59 / .95)}.focus\:ring-offset-emerald-900\/100:focus{--tw-ring-offset-color: rgb(6 78 59 / 1)}.focus\:ring-offset-teal-50\/0:focus{--tw-ring-offset-color: rgb(240 253 250 / 0)}.focus\:ring-offset-teal-50\/5:focus{--tw-ring-offset-color: rgb(240 253 250 / .05)}.focus\:ring-offset-teal-50\/10:focus{--tw-ring-offset-color: rgb(240 253 250 / .1)}.focus\:ring-offset-teal-50\/20:focus{--tw-ring-offset-color: rgb(240 253 250 / .2)}.focus\:ring-offset-teal-50\/25:focus{--tw-ring-offset-color: rgb(240 253 250 / .25)}.focus\:ring-offset-teal-50\/30:focus{--tw-ring-offset-color: rgb(240 253 250 / .3)}.focus\:ring-offset-teal-50\/40:focus{--tw-ring-offset-color: rgb(240 253 250 / .4)}.focus\:ring-offset-teal-50\/50:focus{--tw-ring-offset-color: rgb(240 253 250 / .5)}.focus\:ring-offset-teal-50\/60:focus{--tw-ring-offset-color: rgb(240 253 250 / .6)}.focus\:ring-offset-teal-50\/70:focus{--tw-ring-offset-color: rgb(240 253 250 / .7)}.focus\:ring-offset-teal-50\/75:focus{--tw-ring-offset-color: rgb(240 253 250 / .75)}.focus\:ring-offset-teal-50\/80:focus{--tw-ring-offset-color: rgb(240 253 250 / .8)}.focus\:ring-offset-teal-50\/90:focus{--tw-ring-offset-color: rgb(240 253 250 / .9)}.focus\:ring-offset-teal-50\/95:focus{--tw-ring-offset-color: rgb(240 253 250 / .95)}.focus\:ring-offset-teal-50\/100:focus{--tw-ring-offset-color: rgb(240 253 250 / 1)}.focus\:ring-offset-teal-100\/0:focus{--tw-ring-offset-color: rgb(204 251 241 / 0)}.focus\:ring-offset-teal-100\/5:focus{--tw-ring-offset-color: rgb(204 251 241 / .05)}.focus\:ring-offset-teal-100\/10:focus{--tw-ring-offset-color: rgb(204 251 241 / .1)}.focus\:ring-offset-teal-100\/20:focus{--tw-ring-offset-color: rgb(204 251 241 / .2)}.focus\:ring-offset-teal-100\/25:focus{--tw-ring-offset-color: rgb(204 251 241 / .25)}.focus\:ring-offset-teal-100\/30:focus{--tw-ring-offset-color: rgb(204 251 241 / .3)}.focus\:ring-offset-teal-100\/40:focus{--tw-ring-offset-color: rgb(204 251 241 / .4)}.focus\:ring-offset-teal-100\/50:focus{--tw-ring-offset-color: rgb(204 251 241 / .5)}.focus\:ring-offset-teal-100\/60:focus{--tw-ring-offset-color: rgb(204 251 241 / .6)}.focus\:ring-offset-teal-100\/70:focus{--tw-ring-offset-color: rgb(204 251 241 / .7)}.focus\:ring-offset-teal-100\/75:focus{--tw-ring-offset-color: rgb(204 251 241 / .75)}.focus\:ring-offset-teal-100\/80:focus{--tw-ring-offset-color: rgb(204 251 241 / .8)}.focus\:ring-offset-teal-100\/90:focus{--tw-ring-offset-color: rgb(204 251 241 / .9)}.focus\:ring-offset-teal-100\/95:focus{--tw-ring-offset-color: rgb(204 251 241 / .95)}.focus\:ring-offset-teal-100\/100:focus{--tw-ring-offset-color: rgb(204 251 241 / 1)}.focus\:ring-offset-teal-200\/0:focus{--tw-ring-offset-color: rgb(153 246 228 / 0)}.focus\:ring-offset-teal-200\/5:focus{--tw-ring-offset-color: rgb(153 246 228 / .05)}.focus\:ring-offset-teal-200\/10:focus{--tw-ring-offset-color: rgb(153 246 228 / .1)}.focus\:ring-offset-teal-200\/20:focus{--tw-ring-offset-color: rgb(153 246 228 / .2)}.focus\:ring-offset-teal-200\/25:focus{--tw-ring-offset-color: rgb(153 246 228 / .25)}.focus\:ring-offset-teal-200\/30:focus{--tw-ring-offset-color: rgb(153 246 228 / .3)}.focus\:ring-offset-teal-200\/40:focus{--tw-ring-offset-color: rgb(153 246 228 / .4)}.focus\:ring-offset-teal-200\/50:focus{--tw-ring-offset-color: rgb(153 246 228 / .5)}.focus\:ring-offset-teal-200\/60:focus{--tw-ring-offset-color: rgb(153 246 228 / .6)}.focus\:ring-offset-teal-200\/70:focus{--tw-ring-offset-color: rgb(153 246 228 / .7)}.focus\:ring-offset-teal-200\/75:focus{--tw-ring-offset-color: rgb(153 246 228 / .75)}.focus\:ring-offset-teal-200\/80:focus{--tw-ring-offset-color: rgb(153 246 228 / .8)}.focus\:ring-offset-teal-200\/90:focus{--tw-ring-offset-color: rgb(153 246 228 / .9)}.focus\:ring-offset-teal-200\/95:focus{--tw-ring-offset-color: rgb(153 246 228 / .95)}.focus\:ring-offset-teal-200\/100:focus{--tw-ring-offset-color: rgb(153 246 228 / 1)}.focus\:ring-offset-teal-300\/0:focus{--tw-ring-offset-color: rgb(94 234 212 / 0)}.focus\:ring-offset-teal-300\/5:focus{--tw-ring-offset-color: rgb(94 234 212 / .05)}.focus\:ring-offset-teal-300\/10:focus{--tw-ring-offset-color: rgb(94 234 212 / .1)}.focus\:ring-offset-teal-300\/20:focus{--tw-ring-offset-color: rgb(94 234 212 / .2)}.focus\:ring-offset-teal-300\/25:focus{--tw-ring-offset-color: rgb(94 234 212 / .25)}.focus\:ring-offset-teal-300\/30:focus{--tw-ring-offset-color: rgb(94 234 212 / .3)}.focus\:ring-offset-teal-300\/40:focus{--tw-ring-offset-color: rgb(94 234 212 / .4)}.focus\:ring-offset-teal-300\/50:focus{--tw-ring-offset-color: rgb(94 234 212 / .5)}.focus\:ring-offset-teal-300\/60:focus{--tw-ring-offset-color: rgb(94 234 212 / .6)}.focus\:ring-offset-teal-300\/70:focus{--tw-ring-offset-color: rgb(94 234 212 / .7)}.focus\:ring-offset-teal-300\/75:focus{--tw-ring-offset-color: rgb(94 234 212 / .75)}.focus\:ring-offset-teal-300\/80:focus{--tw-ring-offset-color: rgb(94 234 212 / .8)}.focus\:ring-offset-teal-300\/90:focus{--tw-ring-offset-color: rgb(94 234 212 / .9)}.focus\:ring-offset-teal-300\/95:focus{--tw-ring-offset-color: rgb(94 234 212 / .95)}.focus\:ring-offset-teal-300\/100:focus{--tw-ring-offset-color: rgb(94 234 212 / 1)}.focus\:ring-offset-teal-400\/0:focus{--tw-ring-offset-color: rgb(45 212 191 / 0)}.focus\:ring-offset-teal-400\/5:focus{--tw-ring-offset-color: rgb(45 212 191 / .05)}.focus\:ring-offset-teal-400\/10:focus{--tw-ring-offset-color: rgb(45 212 191 / .1)}.focus\:ring-offset-teal-400\/20:focus{--tw-ring-offset-color: rgb(45 212 191 / .2)}.focus\:ring-offset-teal-400\/25:focus{--tw-ring-offset-color: rgb(45 212 191 / .25)}.focus\:ring-offset-teal-400\/30:focus{--tw-ring-offset-color: rgb(45 212 191 / .3)}.focus\:ring-offset-teal-400\/40:focus{--tw-ring-offset-color: rgb(45 212 191 / .4)}.focus\:ring-offset-teal-400\/50:focus{--tw-ring-offset-color: rgb(45 212 191 / .5)}.focus\:ring-offset-teal-400\/60:focus{--tw-ring-offset-color: rgb(45 212 191 / .6)}.focus\:ring-offset-teal-400\/70:focus{--tw-ring-offset-color: rgb(45 212 191 / .7)}.focus\:ring-offset-teal-400\/75:focus{--tw-ring-offset-color: rgb(45 212 191 / .75)}.focus\:ring-offset-teal-400\/80:focus{--tw-ring-offset-color: rgb(45 212 191 / .8)}.focus\:ring-offset-teal-400\/90:focus{--tw-ring-offset-color: rgb(45 212 191 / .9)}.focus\:ring-offset-teal-400\/95:focus{--tw-ring-offset-color: rgb(45 212 191 / .95)}.focus\:ring-offset-teal-400\/100:focus{--tw-ring-offset-color: rgb(45 212 191 / 1)}.focus\:ring-offset-teal-500\/0:focus{--tw-ring-offset-color: rgb(20 184 166 / 0)}.focus\:ring-offset-teal-500\/5:focus{--tw-ring-offset-color: rgb(20 184 166 / .05)}.focus\:ring-offset-teal-500\/10:focus{--tw-ring-offset-color: rgb(20 184 166 / .1)}.focus\:ring-offset-teal-500\/20:focus{--tw-ring-offset-color: rgb(20 184 166 / .2)}.focus\:ring-offset-teal-500\/25:focus{--tw-ring-offset-color: rgb(20 184 166 / .25)}.focus\:ring-offset-teal-500\/30:focus{--tw-ring-offset-color: rgb(20 184 166 / .3)}.focus\:ring-offset-teal-500\/40:focus{--tw-ring-offset-color: rgb(20 184 166 / .4)}.focus\:ring-offset-teal-500\/50:focus{--tw-ring-offset-color: rgb(20 184 166 / .5)}.focus\:ring-offset-teal-500\/60:focus{--tw-ring-offset-color: rgb(20 184 166 / .6)}.focus\:ring-offset-teal-500\/70:focus{--tw-ring-offset-color: rgb(20 184 166 / .7)}.focus\:ring-offset-teal-500\/75:focus{--tw-ring-offset-color: rgb(20 184 166 / .75)}.focus\:ring-offset-teal-500\/80:focus{--tw-ring-offset-color: rgb(20 184 166 / .8)}.focus\:ring-offset-teal-500\/90:focus{--tw-ring-offset-color: rgb(20 184 166 / .9)}.focus\:ring-offset-teal-500\/95:focus{--tw-ring-offset-color: rgb(20 184 166 / .95)}.focus\:ring-offset-teal-500\/100:focus{--tw-ring-offset-color: rgb(20 184 166 / 1)}.focus\:ring-offset-teal-600\/0:focus{--tw-ring-offset-color: rgb(13 148 136 / 0)}.focus\:ring-offset-teal-600\/5:focus{--tw-ring-offset-color: rgb(13 148 136 / .05)}.focus\:ring-offset-teal-600\/10:focus{--tw-ring-offset-color: rgb(13 148 136 / .1)}.focus\:ring-offset-teal-600\/20:focus{--tw-ring-offset-color: rgb(13 148 136 / .2)}.focus\:ring-offset-teal-600\/25:focus{--tw-ring-offset-color: rgb(13 148 136 / .25)}.focus\:ring-offset-teal-600\/30:focus{--tw-ring-offset-color: rgb(13 148 136 / .3)}.focus\:ring-offset-teal-600\/40:focus{--tw-ring-offset-color: rgb(13 148 136 / .4)}.focus\:ring-offset-teal-600\/50:focus{--tw-ring-offset-color: rgb(13 148 136 / .5)}.focus\:ring-offset-teal-600\/60:focus{--tw-ring-offset-color: rgb(13 148 136 / .6)}.focus\:ring-offset-teal-600\/70:focus{--tw-ring-offset-color: rgb(13 148 136 / .7)}.focus\:ring-offset-teal-600\/75:focus{--tw-ring-offset-color: rgb(13 148 136 / .75)}.focus\:ring-offset-teal-600\/80:focus{--tw-ring-offset-color: rgb(13 148 136 / .8)}.focus\:ring-offset-teal-600\/90:focus{--tw-ring-offset-color: rgb(13 148 136 / .9)}.focus\:ring-offset-teal-600\/95:focus{--tw-ring-offset-color: rgb(13 148 136 / .95)}.focus\:ring-offset-teal-600\/100:focus{--tw-ring-offset-color: rgb(13 148 136 / 1)}.focus\:ring-offset-teal-700\/0:focus{--tw-ring-offset-color: rgb(15 118 110 / 0)}.focus\:ring-offset-teal-700\/5:focus{--tw-ring-offset-color: rgb(15 118 110 / .05)}.focus\:ring-offset-teal-700\/10:focus{--tw-ring-offset-color: rgb(15 118 110 / .1)}.focus\:ring-offset-teal-700\/20:focus{--tw-ring-offset-color: rgb(15 118 110 / .2)}.focus\:ring-offset-teal-700\/25:focus{--tw-ring-offset-color: rgb(15 118 110 / .25)}.focus\:ring-offset-teal-700\/30:focus{--tw-ring-offset-color: rgb(15 118 110 / .3)}.focus\:ring-offset-teal-700\/40:focus{--tw-ring-offset-color: rgb(15 118 110 / .4)}.focus\:ring-offset-teal-700\/50:focus{--tw-ring-offset-color: rgb(15 118 110 / .5)}.focus\:ring-offset-teal-700\/60:focus{--tw-ring-offset-color: rgb(15 118 110 / .6)}.focus\:ring-offset-teal-700\/70:focus{--tw-ring-offset-color: rgb(15 118 110 / .7)}.focus\:ring-offset-teal-700\/75:focus{--tw-ring-offset-color: rgb(15 118 110 / .75)}.focus\:ring-offset-teal-700\/80:focus{--tw-ring-offset-color: rgb(15 118 110 / .8)}.focus\:ring-offset-teal-700\/90:focus{--tw-ring-offset-color: rgb(15 118 110 / .9)}.focus\:ring-offset-teal-700\/95:focus{--tw-ring-offset-color: rgb(15 118 110 / .95)}.focus\:ring-offset-teal-700\/100:focus{--tw-ring-offset-color: rgb(15 118 110 / 1)}.focus\:ring-offset-teal-800\/0:focus{--tw-ring-offset-color: rgb(17 94 89 / 0)}.focus\:ring-offset-teal-800\/5:focus{--tw-ring-offset-color: rgb(17 94 89 / .05)}.focus\:ring-offset-teal-800\/10:focus{--tw-ring-offset-color: rgb(17 94 89 / .1)}.focus\:ring-offset-teal-800\/20:focus{--tw-ring-offset-color: rgb(17 94 89 / .2)}.focus\:ring-offset-teal-800\/25:focus{--tw-ring-offset-color: rgb(17 94 89 / .25)}.focus\:ring-offset-teal-800\/30:focus{--tw-ring-offset-color: rgb(17 94 89 / .3)}.focus\:ring-offset-teal-800\/40:focus{--tw-ring-offset-color: rgb(17 94 89 / .4)}.focus\:ring-offset-teal-800\/50:focus{--tw-ring-offset-color: rgb(17 94 89 / .5)}.focus\:ring-offset-teal-800\/60:focus{--tw-ring-offset-color: rgb(17 94 89 / .6)}.focus\:ring-offset-teal-800\/70:focus{--tw-ring-offset-color: rgb(17 94 89 / .7)}.focus\:ring-offset-teal-800\/75:focus{--tw-ring-offset-color: rgb(17 94 89 / .75)}.focus\:ring-offset-teal-800\/80:focus{--tw-ring-offset-color: rgb(17 94 89 / .8)}.focus\:ring-offset-teal-800\/90:focus{--tw-ring-offset-color: rgb(17 94 89 / .9)}.focus\:ring-offset-teal-800\/95:focus{--tw-ring-offset-color: rgb(17 94 89 / .95)}.focus\:ring-offset-teal-800\/100:focus{--tw-ring-offset-color: rgb(17 94 89 / 1)}.focus\:ring-offset-teal-900\/0:focus{--tw-ring-offset-color: rgb(19 78 74 / 0)}.focus\:ring-offset-teal-900\/5:focus{--tw-ring-offset-color: rgb(19 78 74 / .05)}.focus\:ring-offset-teal-900\/10:focus{--tw-ring-offset-color: rgb(19 78 74 / .1)}.focus\:ring-offset-teal-900\/20:focus{--tw-ring-offset-color: rgb(19 78 74 / .2)}.focus\:ring-offset-teal-900\/25:focus{--tw-ring-offset-color: rgb(19 78 74 / .25)}.focus\:ring-offset-teal-900\/30:focus{--tw-ring-offset-color: rgb(19 78 74 / .3)}.focus\:ring-offset-teal-900\/40:focus{--tw-ring-offset-color: rgb(19 78 74 / .4)}.focus\:ring-offset-teal-900\/50:focus{--tw-ring-offset-color: rgb(19 78 74 / .5)}.focus\:ring-offset-teal-900\/60:focus{--tw-ring-offset-color: rgb(19 78 74 / .6)}.focus\:ring-offset-teal-900\/70:focus{--tw-ring-offset-color: rgb(19 78 74 / .7)}.focus\:ring-offset-teal-900\/75:focus{--tw-ring-offset-color: rgb(19 78 74 / .75)}.focus\:ring-offset-teal-900\/80:focus{--tw-ring-offset-color: rgb(19 78 74 / .8)}.focus\:ring-offset-teal-900\/90:focus{--tw-ring-offset-color: rgb(19 78 74 / .9)}.focus\:ring-offset-teal-900\/95:focus{--tw-ring-offset-color: rgb(19 78 74 / .95)}.focus\:ring-offset-teal-900\/100:focus{--tw-ring-offset-color: rgb(19 78 74 / 1)}.focus\:ring-offset-sky-50\/0:focus{--tw-ring-offset-color: rgb(240 249 255 / 0)}.focus\:ring-offset-sky-50\/5:focus{--tw-ring-offset-color: rgb(240 249 255 / .05)}.focus\:ring-offset-sky-50\/10:focus{--tw-ring-offset-color: rgb(240 249 255 / .1)}.focus\:ring-offset-sky-50\/20:focus{--tw-ring-offset-color: rgb(240 249 255 / .2)}.focus\:ring-offset-sky-50\/25:focus{--tw-ring-offset-color: rgb(240 249 255 / .25)}.focus\:ring-offset-sky-50\/30:focus{--tw-ring-offset-color: rgb(240 249 255 / .3)}.focus\:ring-offset-sky-50\/40:focus{--tw-ring-offset-color: rgb(240 249 255 / .4)}.focus\:ring-offset-sky-50\/50:focus{--tw-ring-offset-color: rgb(240 249 255 / .5)}.focus\:ring-offset-sky-50\/60:focus{--tw-ring-offset-color: rgb(240 249 255 / .6)}.focus\:ring-offset-sky-50\/70:focus{--tw-ring-offset-color: rgb(240 249 255 / .7)}.focus\:ring-offset-sky-50\/75:focus{--tw-ring-offset-color: rgb(240 249 255 / .75)}.focus\:ring-offset-sky-50\/80:focus{--tw-ring-offset-color: rgb(240 249 255 / .8)}.focus\:ring-offset-sky-50\/90:focus{--tw-ring-offset-color: rgb(240 249 255 / .9)}.focus\:ring-offset-sky-50\/95:focus{--tw-ring-offset-color: rgb(240 249 255 / .95)}.focus\:ring-offset-sky-50\/100:focus{--tw-ring-offset-color: rgb(240 249 255 / 1)}.focus\:ring-offset-sky-100\/0:focus{--tw-ring-offset-color: rgb(224 242 254 / 0)}.focus\:ring-offset-sky-100\/5:focus{--tw-ring-offset-color: rgb(224 242 254 / .05)}.focus\:ring-offset-sky-100\/10:focus{--tw-ring-offset-color: rgb(224 242 254 / .1)}.focus\:ring-offset-sky-100\/20:focus{--tw-ring-offset-color: rgb(224 242 254 / .2)}.focus\:ring-offset-sky-100\/25:focus{--tw-ring-offset-color: rgb(224 242 254 / .25)}.focus\:ring-offset-sky-100\/30:focus{--tw-ring-offset-color: rgb(224 242 254 / .3)}.focus\:ring-offset-sky-100\/40:focus{--tw-ring-offset-color: rgb(224 242 254 / .4)}.focus\:ring-offset-sky-100\/50:focus{--tw-ring-offset-color: rgb(224 242 254 / .5)}.focus\:ring-offset-sky-100\/60:focus{--tw-ring-offset-color: rgb(224 242 254 / .6)}.focus\:ring-offset-sky-100\/70:focus{--tw-ring-offset-color: rgb(224 242 254 / .7)}.focus\:ring-offset-sky-100\/75:focus{--tw-ring-offset-color: rgb(224 242 254 / .75)}.focus\:ring-offset-sky-100\/80:focus{--tw-ring-offset-color: rgb(224 242 254 / .8)}.focus\:ring-offset-sky-100\/90:focus{--tw-ring-offset-color: rgb(224 242 254 / .9)}.focus\:ring-offset-sky-100\/95:focus{--tw-ring-offset-color: rgb(224 242 254 / .95)}.focus\:ring-offset-sky-100\/100:focus{--tw-ring-offset-color: rgb(224 242 254 / 1)}.focus\:ring-offset-sky-200\/0:focus{--tw-ring-offset-color: rgb(186 230 253 / 0)}.focus\:ring-offset-sky-200\/5:focus{--tw-ring-offset-color: rgb(186 230 253 / .05)}.focus\:ring-offset-sky-200\/10:focus{--tw-ring-offset-color: rgb(186 230 253 / .1)}.focus\:ring-offset-sky-200\/20:focus{--tw-ring-offset-color: rgb(186 230 253 / .2)}.focus\:ring-offset-sky-200\/25:focus{--tw-ring-offset-color: rgb(186 230 253 / .25)}.focus\:ring-offset-sky-200\/30:focus{--tw-ring-offset-color: rgb(186 230 253 / .3)}.focus\:ring-offset-sky-200\/40:focus{--tw-ring-offset-color: rgb(186 230 253 / .4)}.focus\:ring-offset-sky-200\/50:focus{--tw-ring-offset-color: rgb(186 230 253 / .5)}.focus\:ring-offset-sky-200\/60:focus{--tw-ring-offset-color: rgb(186 230 253 / .6)}.focus\:ring-offset-sky-200\/70:focus{--tw-ring-offset-color: rgb(186 230 253 / .7)}.focus\:ring-offset-sky-200\/75:focus{--tw-ring-offset-color: rgb(186 230 253 / .75)}.focus\:ring-offset-sky-200\/80:focus{--tw-ring-offset-color: rgb(186 230 253 / .8)}.focus\:ring-offset-sky-200\/90:focus{--tw-ring-offset-color: rgb(186 230 253 / .9)}.focus\:ring-offset-sky-200\/95:focus{--tw-ring-offset-color: rgb(186 230 253 / .95)}.focus\:ring-offset-sky-200\/100:focus{--tw-ring-offset-color: rgb(186 230 253 / 1)}.focus\:ring-offset-sky-300\/0:focus{--tw-ring-offset-color: rgb(125 211 252 / 0)}.focus\:ring-offset-sky-300\/5:focus{--tw-ring-offset-color: rgb(125 211 252 / .05)}.focus\:ring-offset-sky-300\/10:focus{--tw-ring-offset-color: rgb(125 211 252 / .1)}.focus\:ring-offset-sky-300\/20:focus{--tw-ring-offset-color: rgb(125 211 252 / .2)}.focus\:ring-offset-sky-300\/25:focus{--tw-ring-offset-color: rgb(125 211 252 / .25)}.focus\:ring-offset-sky-300\/30:focus{--tw-ring-offset-color: rgb(125 211 252 / .3)}.focus\:ring-offset-sky-300\/40:focus{--tw-ring-offset-color: rgb(125 211 252 / .4)}.focus\:ring-offset-sky-300\/50:focus{--tw-ring-offset-color: rgb(125 211 252 / .5)}.focus\:ring-offset-sky-300\/60:focus{--tw-ring-offset-color: rgb(125 211 252 / .6)}.focus\:ring-offset-sky-300\/70:focus{--tw-ring-offset-color: rgb(125 211 252 / .7)}.focus\:ring-offset-sky-300\/75:focus{--tw-ring-offset-color: rgb(125 211 252 / .75)}.focus\:ring-offset-sky-300\/80:focus{--tw-ring-offset-color: rgb(125 211 252 / .8)}.focus\:ring-offset-sky-300\/90:focus{--tw-ring-offset-color: rgb(125 211 252 / .9)}.focus\:ring-offset-sky-300\/95:focus{--tw-ring-offset-color: rgb(125 211 252 / .95)}.focus\:ring-offset-sky-300\/100:focus{--tw-ring-offset-color: rgb(125 211 252 / 1)}.focus\:ring-offset-sky-400\/0:focus{--tw-ring-offset-color: rgb(56 189 248 / 0)}.focus\:ring-offset-sky-400\/5:focus{--tw-ring-offset-color: rgb(56 189 248 / .05)}.focus\:ring-offset-sky-400\/10:focus{--tw-ring-offset-color: rgb(56 189 248 / .1)}.focus\:ring-offset-sky-400\/20:focus{--tw-ring-offset-color: rgb(56 189 248 / .2)}.focus\:ring-offset-sky-400\/25:focus{--tw-ring-offset-color: rgb(56 189 248 / .25)}.focus\:ring-offset-sky-400\/30:focus{--tw-ring-offset-color: rgb(56 189 248 / .3)}.focus\:ring-offset-sky-400\/40:focus{--tw-ring-offset-color: rgb(56 189 248 / .4)}.focus\:ring-offset-sky-400\/50:focus{--tw-ring-offset-color: rgb(56 189 248 / .5)}.focus\:ring-offset-sky-400\/60:focus{--tw-ring-offset-color: rgb(56 189 248 / .6)}.focus\:ring-offset-sky-400\/70:focus{--tw-ring-offset-color: rgb(56 189 248 / .7)}.focus\:ring-offset-sky-400\/75:focus{--tw-ring-offset-color: rgb(56 189 248 / .75)}.focus\:ring-offset-sky-400\/80:focus{--tw-ring-offset-color: rgb(56 189 248 / .8)}.focus\:ring-offset-sky-400\/90:focus{--tw-ring-offset-color: rgb(56 189 248 / .9)}.focus\:ring-offset-sky-400\/95:focus{--tw-ring-offset-color: rgb(56 189 248 / .95)}.focus\:ring-offset-sky-400\/100:focus{--tw-ring-offset-color: rgb(56 189 248 / 1)}.focus\:ring-offset-sky-500\/0:focus{--tw-ring-offset-color: rgb(14 165 233 / 0)}.focus\:ring-offset-sky-500\/5:focus{--tw-ring-offset-color: rgb(14 165 233 / .05)}.focus\:ring-offset-sky-500\/10:focus{--tw-ring-offset-color: rgb(14 165 233 / .1)}.focus\:ring-offset-sky-500\/20:focus{--tw-ring-offset-color: rgb(14 165 233 / .2)}.focus\:ring-offset-sky-500\/25:focus{--tw-ring-offset-color: rgb(14 165 233 / .25)}.focus\:ring-offset-sky-500\/30:focus{--tw-ring-offset-color: rgb(14 165 233 / .3)}.focus\:ring-offset-sky-500\/40:focus{--tw-ring-offset-color: rgb(14 165 233 / .4)}.focus\:ring-offset-sky-500\/50:focus{--tw-ring-offset-color: rgb(14 165 233 / .5)}.focus\:ring-offset-sky-500\/60:focus{--tw-ring-offset-color: rgb(14 165 233 / .6)}.focus\:ring-offset-sky-500\/70:focus{--tw-ring-offset-color: rgb(14 165 233 / .7)}.focus\:ring-offset-sky-500\/75:focus{--tw-ring-offset-color: rgb(14 165 233 / .75)}.focus\:ring-offset-sky-500\/80:focus{--tw-ring-offset-color: rgb(14 165 233 / .8)}.focus\:ring-offset-sky-500\/90:focus{--tw-ring-offset-color: rgb(14 165 233 / .9)}.focus\:ring-offset-sky-500\/95:focus{--tw-ring-offset-color: rgb(14 165 233 / .95)}.focus\:ring-offset-sky-500\/100:focus{--tw-ring-offset-color: rgb(14 165 233 / 1)}.focus\:ring-offset-sky-600\/0:focus{--tw-ring-offset-color: rgb(2 132 199 / 0)}.focus\:ring-offset-sky-600\/5:focus{--tw-ring-offset-color: rgb(2 132 199 / .05)}.focus\:ring-offset-sky-600\/10:focus{--tw-ring-offset-color: rgb(2 132 199 / .1)}.focus\:ring-offset-sky-600\/20:focus{--tw-ring-offset-color: rgb(2 132 199 / .2)}.focus\:ring-offset-sky-600\/25:focus{--tw-ring-offset-color: rgb(2 132 199 / .25)}.focus\:ring-offset-sky-600\/30:focus{--tw-ring-offset-color: rgb(2 132 199 / .3)}.focus\:ring-offset-sky-600\/40:focus{--tw-ring-offset-color: rgb(2 132 199 / .4)}.focus\:ring-offset-sky-600\/50:focus{--tw-ring-offset-color: rgb(2 132 199 / .5)}.focus\:ring-offset-sky-600\/60:focus{--tw-ring-offset-color: rgb(2 132 199 / .6)}.focus\:ring-offset-sky-600\/70:focus{--tw-ring-offset-color: rgb(2 132 199 / .7)}.focus\:ring-offset-sky-600\/75:focus{--tw-ring-offset-color: rgb(2 132 199 / .75)}.focus\:ring-offset-sky-600\/80:focus{--tw-ring-offset-color: rgb(2 132 199 / .8)}.focus\:ring-offset-sky-600\/90:focus{--tw-ring-offset-color: rgb(2 132 199 / .9)}.focus\:ring-offset-sky-600\/95:focus{--tw-ring-offset-color: rgb(2 132 199 / .95)}.focus\:ring-offset-sky-600\/100:focus{--tw-ring-offset-color: rgb(2 132 199 / 1)}.focus\:ring-offset-sky-700\/0:focus{--tw-ring-offset-color: rgb(3 105 161 / 0)}.focus\:ring-offset-sky-700\/5:focus{--tw-ring-offset-color: rgb(3 105 161 / .05)}.focus\:ring-offset-sky-700\/10:focus{--tw-ring-offset-color: rgb(3 105 161 / .1)}.focus\:ring-offset-sky-700\/20:focus{--tw-ring-offset-color: rgb(3 105 161 / .2)}.focus\:ring-offset-sky-700\/25:focus{--tw-ring-offset-color: rgb(3 105 161 / .25)}.focus\:ring-offset-sky-700\/30:focus{--tw-ring-offset-color: rgb(3 105 161 / .3)}.focus\:ring-offset-sky-700\/40:focus{--tw-ring-offset-color: rgb(3 105 161 / .4)}.focus\:ring-offset-sky-700\/50:focus{--tw-ring-offset-color: rgb(3 105 161 / .5)}.focus\:ring-offset-sky-700\/60:focus{--tw-ring-offset-color: rgb(3 105 161 / .6)}.focus\:ring-offset-sky-700\/70:focus{--tw-ring-offset-color: rgb(3 105 161 / .7)}.focus\:ring-offset-sky-700\/75:focus{--tw-ring-offset-color: rgb(3 105 161 / .75)}.focus\:ring-offset-sky-700\/80:focus{--tw-ring-offset-color: rgb(3 105 161 / .8)}.focus\:ring-offset-sky-700\/90:focus{--tw-ring-offset-color: rgb(3 105 161 / .9)}.focus\:ring-offset-sky-700\/95:focus{--tw-ring-offset-color: rgb(3 105 161 / .95)}.focus\:ring-offset-sky-700\/100:focus{--tw-ring-offset-color: rgb(3 105 161 / 1)}.focus\:ring-offset-sky-800\/0:focus{--tw-ring-offset-color: rgb(7 89 133 / 0)}.focus\:ring-offset-sky-800\/5:focus{--tw-ring-offset-color: rgb(7 89 133 / .05)}.focus\:ring-offset-sky-800\/10:focus{--tw-ring-offset-color: rgb(7 89 133 / .1)}.focus\:ring-offset-sky-800\/20:focus{--tw-ring-offset-color: rgb(7 89 133 / .2)}.focus\:ring-offset-sky-800\/25:focus{--tw-ring-offset-color: rgb(7 89 133 / .25)}.focus\:ring-offset-sky-800\/30:focus{--tw-ring-offset-color: rgb(7 89 133 / .3)}.focus\:ring-offset-sky-800\/40:focus{--tw-ring-offset-color: rgb(7 89 133 / .4)}.focus\:ring-offset-sky-800\/50:focus{--tw-ring-offset-color: rgb(7 89 133 / .5)}.focus\:ring-offset-sky-800\/60:focus{--tw-ring-offset-color: rgb(7 89 133 / .6)}.focus\:ring-offset-sky-800\/70:focus{--tw-ring-offset-color: rgb(7 89 133 / .7)}.focus\:ring-offset-sky-800\/75:focus{--tw-ring-offset-color: rgb(7 89 133 / .75)}.focus\:ring-offset-sky-800\/80:focus{--tw-ring-offset-color: rgb(7 89 133 / .8)}.focus\:ring-offset-sky-800\/90:focus{--tw-ring-offset-color: rgb(7 89 133 / .9)}.focus\:ring-offset-sky-800\/95:focus{--tw-ring-offset-color: rgb(7 89 133 / .95)}.focus\:ring-offset-sky-800\/100:focus{--tw-ring-offset-color: rgb(7 89 133 / 1)}.focus\:ring-offset-sky-900\/0:focus{--tw-ring-offset-color: rgb(12 74 110 / 0)}.focus\:ring-offset-sky-900\/5:focus{--tw-ring-offset-color: rgb(12 74 110 / .05)}.focus\:ring-offset-sky-900\/10:focus{--tw-ring-offset-color: rgb(12 74 110 / .1)}.focus\:ring-offset-sky-900\/20:focus{--tw-ring-offset-color: rgb(12 74 110 / .2)}.focus\:ring-offset-sky-900\/25:focus{--tw-ring-offset-color: rgb(12 74 110 / .25)}.focus\:ring-offset-sky-900\/30:focus{--tw-ring-offset-color: rgb(12 74 110 / .3)}.focus\:ring-offset-sky-900\/40:focus{--tw-ring-offset-color: rgb(12 74 110 / .4)}.focus\:ring-offset-sky-900\/50:focus{--tw-ring-offset-color: rgb(12 74 110 / .5)}.focus\:ring-offset-sky-900\/60:focus{--tw-ring-offset-color: rgb(12 74 110 / .6)}.focus\:ring-offset-sky-900\/70:focus{--tw-ring-offset-color: rgb(12 74 110 / .7)}.focus\:ring-offset-sky-900\/75:focus{--tw-ring-offset-color: rgb(12 74 110 / .75)}.focus\:ring-offset-sky-900\/80:focus{--tw-ring-offset-color: rgb(12 74 110 / .8)}.focus\:ring-offset-sky-900\/90:focus{--tw-ring-offset-color: rgb(12 74 110 / .9)}.focus\:ring-offset-sky-900\/95:focus{--tw-ring-offset-color: rgb(12 74 110 / .95)}.focus\:ring-offset-sky-900\/100:focus{--tw-ring-offset-color: rgb(12 74 110 / 1)}.focus\:ring-offset-blue-50\/0:focus{--tw-ring-offset-color: rgb(239 246 255 / 0)}.focus\:ring-offset-blue-50\/5:focus{--tw-ring-offset-color: rgb(239 246 255 / .05)}.focus\:ring-offset-blue-50\/10:focus{--tw-ring-offset-color: rgb(239 246 255 / .1)}.focus\:ring-offset-blue-50\/20:focus{--tw-ring-offset-color: rgb(239 246 255 / .2)}.focus\:ring-offset-blue-50\/25:focus{--tw-ring-offset-color: rgb(239 246 255 / .25)}.focus\:ring-offset-blue-50\/30:focus{--tw-ring-offset-color: rgb(239 246 255 / .3)}.focus\:ring-offset-blue-50\/40:focus{--tw-ring-offset-color: rgb(239 246 255 / .4)}.focus\:ring-offset-blue-50\/50:focus{--tw-ring-offset-color: rgb(239 246 255 / .5)}.focus\:ring-offset-blue-50\/60:focus{--tw-ring-offset-color: rgb(239 246 255 / .6)}.focus\:ring-offset-blue-50\/70:focus{--tw-ring-offset-color: rgb(239 246 255 / .7)}.focus\:ring-offset-blue-50\/75:focus{--tw-ring-offset-color: rgb(239 246 255 / .75)}.focus\:ring-offset-blue-50\/80:focus{--tw-ring-offset-color: rgb(239 246 255 / .8)}.focus\:ring-offset-blue-50\/90:focus{--tw-ring-offset-color: rgb(239 246 255 / .9)}.focus\:ring-offset-blue-50\/95:focus{--tw-ring-offset-color: rgb(239 246 255 / .95)}.focus\:ring-offset-blue-50\/100:focus{--tw-ring-offset-color: rgb(239 246 255 / 1)}.focus\:ring-offset-blue-100\/0:focus{--tw-ring-offset-color: rgb(242 243 253 / 0)}.focus\:ring-offset-blue-100\/5:focus{--tw-ring-offset-color: rgb(242 243 253 / .05)}.focus\:ring-offset-blue-100\/10:focus{--tw-ring-offset-color: rgb(242 243 253 / .1)}.focus\:ring-offset-blue-100\/20:focus{--tw-ring-offset-color: rgb(242 243 253 / .2)}.focus\:ring-offset-blue-100\/25:focus{--tw-ring-offset-color: rgb(242 243 253 / .25)}.focus\:ring-offset-blue-100\/30:focus{--tw-ring-offset-color: rgb(242 243 253 / .3)}.focus\:ring-offset-blue-100\/40:focus{--tw-ring-offset-color: rgb(242 243 253 / .4)}.focus\:ring-offset-blue-100\/50:focus{--tw-ring-offset-color: rgb(242 243 253 / .5)}.focus\:ring-offset-blue-100\/60:focus{--tw-ring-offset-color: rgb(242 243 253 / .6)}.focus\:ring-offset-blue-100\/70:focus{--tw-ring-offset-color: rgb(242 243 253 / .7)}.focus\:ring-offset-blue-100\/75:focus{--tw-ring-offset-color: rgb(242 243 253 / .75)}.focus\:ring-offset-blue-100\/80:focus{--tw-ring-offset-color: rgb(242 243 253 / .8)}.focus\:ring-offset-blue-100\/90:focus{--tw-ring-offset-color: rgb(242 243 253 / .9)}.focus\:ring-offset-blue-100\/95:focus{--tw-ring-offset-color: rgb(242 243 253 / .95)}.focus\:ring-offset-blue-100\/100:focus{--tw-ring-offset-color: rgb(242 243 253 / 1)}.focus\:ring-offset-blue-200\/0:focus{--tw-ring-offset-color: rgb(228 232 251 / 0)}.focus\:ring-offset-blue-200\/5:focus{--tw-ring-offset-color: rgb(228 232 251 / .05)}.focus\:ring-offset-blue-200\/10:focus{--tw-ring-offset-color: rgb(228 232 251 / .1)}.focus\:ring-offset-blue-200\/20:focus{--tw-ring-offset-color: rgb(228 232 251 / .2)}.focus\:ring-offset-blue-200\/25:focus{--tw-ring-offset-color: rgb(228 232 251 / .25)}.focus\:ring-offset-blue-200\/30:focus{--tw-ring-offset-color: rgb(228 232 251 / .3)}.focus\:ring-offset-blue-200\/40:focus{--tw-ring-offset-color: rgb(228 232 251 / .4)}.focus\:ring-offset-blue-200\/50:focus{--tw-ring-offset-color: rgb(228 232 251 / .5)}.focus\:ring-offset-blue-200\/60:focus{--tw-ring-offset-color: rgb(228 232 251 / .6)}.focus\:ring-offset-blue-200\/70:focus{--tw-ring-offset-color: rgb(228 232 251 / .7)}.focus\:ring-offset-blue-200\/75:focus{--tw-ring-offset-color: rgb(228 232 251 / .75)}.focus\:ring-offset-blue-200\/80:focus{--tw-ring-offset-color: rgb(228 232 251 / .8)}.focus\:ring-offset-blue-200\/90:focus{--tw-ring-offset-color: rgb(228 232 251 / .9)}.focus\:ring-offset-blue-200\/95:focus{--tw-ring-offset-color: rgb(228 232 251 / .95)}.focus\:ring-offset-blue-200\/100:focus{--tw-ring-offset-color: rgb(228 232 251 / 1)}.focus\:ring-offset-blue-300\/0:focus{--tw-ring-offset-color: rgb(198 207 247 / 0)}.focus\:ring-offset-blue-300\/5:focus{--tw-ring-offset-color: rgb(198 207 247 / .05)}.focus\:ring-offset-blue-300\/10:focus{--tw-ring-offset-color: rgb(198 207 247 / .1)}.focus\:ring-offset-blue-300\/20:focus{--tw-ring-offset-color: rgb(198 207 247 / .2)}.focus\:ring-offset-blue-300\/25:focus{--tw-ring-offset-color: rgb(198 207 247 / .25)}.focus\:ring-offset-blue-300\/30:focus{--tw-ring-offset-color: rgb(198 207 247 / .3)}.focus\:ring-offset-blue-300\/40:focus{--tw-ring-offset-color: rgb(198 207 247 / .4)}.focus\:ring-offset-blue-300\/50:focus{--tw-ring-offset-color: rgb(198 207 247 / .5)}.focus\:ring-offset-blue-300\/60:focus{--tw-ring-offset-color: rgb(198 207 247 / .6)}.focus\:ring-offset-blue-300\/70:focus{--tw-ring-offset-color: rgb(198 207 247 / .7)}.focus\:ring-offset-blue-300\/75:focus{--tw-ring-offset-color: rgb(198 207 247 / .75)}.focus\:ring-offset-blue-300\/80:focus{--tw-ring-offset-color: rgb(198 207 247 / .8)}.focus\:ring-offset-blue-300\/90:focus{--tw-ring-offset-color: rgb(198 207 247 / .9)}.focus\:ring-offset-blue-300\/95:focus{--tw-ring-offset-color: rgb(198 207 247 / .95)}.focus\:ring-offset-blue-300\/100:focus{--tw-ring-offset-color: rgb(198 207 247 / 1)}.focus\:ring-offset-blue-400\/0:focus{--tw-ring-offset-color: rgb(163 178 243 / 0)}.focus\:ring-offset-blue-400\/5:focus{--tw-ring-offset-color: rgb(163 178 243 / .05)}.focus\:ring-offset-blue-400\/10:focus{--tw-ring-offset-color: rgb(163 178 243 / .1)}.focus\:ring-offset-blue-400\/20:focus{--tw-ring-offset-color: rgb(163 178 243 / .2)}.focus\:ring-offset-blue-400\/25:focus{--tw-ring-offset-color: rgb(163 178 243 / .25)}.focus\:ring-offset-blue-400\/30:focus{--tw-ring-offset-color: rgb(163 178 243 / .3)}.focus\:ring-offset-blue-400\/40:focus{--tw-ring-offset-color: rgb(163 178 243 / .4)}.focus\:ring-offset-blue-400\/50:focus{--tw-ring-offset-color: rgb(163 178 243 / .5)}.focus\:ring-offset-blue-400\/60:focus{--tw-ring-offset-color: rgb(163 178 243 / .6)}.focus\:ring-offset-blue-400\/70:focus{--tw-ring-offset-color: rgb(163 178 243 / .7)}.focus\:ring-offset-blue-400\/75:focus{--tw-ring-offset-color: rgb(163 178 243 / .75)}.focus\:ring-offset-blue-400\/80:focus{--tw-ring-offset-color: rgb(163 178 243 / .8)}.focus\:ring-offset-blue-400\/90:focus{--tw-ring-offset-color: rgb(163 178 243 / .9)}.focus\:ring-offset-blue-400\/95:focus{--tw-ring-offset-color: rgb(163 178 243 / .95)}.focus\:ring-offset-blue-400\/100:focus{--tw-ring-offset-color: rgb(163 178 243 / 1)}.focus\:ring-offset-blue-500\/0:focus{--tw-ring-offset-color: rgb(118 144 239 / 0)}.focus\:ring-offset-blue-500\/5:focus{--tw-ring-offset-color: rgb(118 144 239 / .05)}.focus\:ring-offset-blue-500\/10:focus{--tw-ring-offset-color: rgb(118 144 239 / .1)}.focus\:ring-offset-blue-500\/20:focus{--tw-ring-offset-color: rgb(118 144 239 / .2)}.focus\:ring-offset-blue-500\/25:focus{--tw-ring-offset-color: rgb(118 144 239 / .25)}.focus\:ring-offset-blue-500\/30:focus{--tw-ring-offset-color: rgb(118 144 239 / .3)}.focus\:ring-offset-blue-500\/40:focus{--tw-ring-offset-color: rgb(118 144 239 / .4)}.focus\:ring-offset-blue-500\/50:focus{--tw-ring-offset-color: rgb(118 144 239 / .5)}.focus\:ring-offset-blue-500\/60:focus{--tw-ring-offset-color: rgb(118 144 239 / .6)}.focus\:ring-offset-blue-500\/70:focus{--tw-ring-offset-color: rgb(118 144 239 / .7)}.focus\:ring-offset-blue-500\/75:focus{--tw-ring-offset-color: rgb(118 144 239 / .75)}.focus\:ring-offset-blue-500\/80:focus{--tw-ring-offset-color: rgb(118 144 239 / .8)}.focus\:ring-offset-blue-500\/90:focus{--tw-ring-offset-color: rgb(118 144 239 / .9)}.focus\:ring-offset-blue-500\/95:focus{--tw-ring-offset-color: rgb(118 144 239 / .95)}.focus\:ring-offset-blue-500\/100:focus{--tw-ring-offset-color: rgb(118 144 239 / 1)}.focus\:ring-offset-blue-600\/0:focus{--tw-ring-offset-color: rgb(37 99 235 / 0)}.focus\:ring-offset-blue-600\/5:focus{--tw-ring-offset-color: rgb(37 99 235 / .05)}.focus\:ring-offset-blue-600\/10:focus{--tw-ring-offset-color: rgb(37 99 235 / .1)}.focus\:ring-offset-blue-600\/20:focus{--tw-ring-offset-color: rgb(37 99 235 / .2)}.focus\:ring-offset-blue-600\/25:focus{--tw-ring-offset-color: rgb(37 99 235 / .25)}.focus\:ring-offset-blue-600\/30:focus{--tw-ring-offset-color: rgb(37 99 235 / .3)}.focus\:ring-offset-blue-600\/40:focus{--tw-ring-offset-color: rgb(37 99 235 / .4)}.focus\:ring-offset-blue-600\/50:focus{--tw-ring-offset-color: rgb(37 99 235 / .5)}.focus\:ring-offset-blue-600\/60:focus{--tw-ring-offset-color: rgb(37 99 235 / .6)}.focus\:ring-offset-blue-600\/70:focus{--tw-ring-offset-color: rgb(37 99 235 / .7)}.focus\:ring-offset-blue-600\/75:focus{--tw-ring-offset-color: rgb(37 99 235 / .75)}.focus\:ring-offset-blue-600\/80:focus{--tw-ring-offset-color: rgb(37 99 235 / .8)}.focus\:ring-offset-blue-600\/90:focus{--tw-ring-offset-color: rgb(37 99 235 / .9)}.focus\:ring-offset-blue-600\/95:focus{--tw-ring-offset-color: rgb(37 99 235 / .95)}.focus\:ring-offset-blue-600\/100:focus{--tw-ring-offset-color: rgb(37 99 235 / 1)}.focus\:ring-offset-blue-700\/0:focus{--tw-ring-offset-color: rgb(33 88 210 / 0)}.focus\:ring-offset-blue-700\/5:focus{--tw-ring-offset-color: rgb(33 88 210 / .05)}.focus\:ring-offset-blue-700\/10:focus{--tw-ring-offset-color: rgb(33 88 210 / .1)}.focus\:ring-offset-blue-700\/20:focus{--tw-ring-offset-color: rgb(33 88 210 / .2)}.focus\:ring-offset-blue-700\/25:focus{--tw-ring-offset-color: rgb(33 88 210 / .25)}.focus\:ring-offset-blue-700\/30:focus{--tw-ring-offset-color: rgb(33 88 210 / .3)}.focus\:ring-offset-blue-700\/40:focus{--tw-ring-offset-color: rgb(33 88 210 / .4)}.focus\:ring-offset-blue-700\/50:focus{--tw-ring-offset-color: rgb(33 88 210 / .5)}.focus\:ring-offset-blue-700\/60:focus{--tw-ring-offset-color: rgb(33 88 210 / .6)}.focus\:ring-offset-blue-700\/70:focus{--tw-ring-offset-color: rgb(33 88 210 / .7)}.focus\:ring-offset-blue-700\/75:focus{--tw-ring-offset-color: rgb(33 88 210 / .75)}.focus\:ring-offset-blue-700\/80:focus{--tw-ring-offset-color: rgb(33 88 210 / .8)}.focus\:ring-offset-blue-700\/90:focus{--tw-ring-offset-color: rgb(33 88 210 / .9)}.focus\:ring-offset-blue-700\/95:focus{--tw-ring-offset-color: rgb(33 88 210 / .95)}.focus\:ring-offset-blue-700\/100:focus{--tw-ring-offset-color: rgb(33 88 210 / 1)}.focus\:ring-offset-blue-800\/0:focus{--tw-ring-offset-color: rgb(28 76 182 / 0)}.focus\:ring-offset-blue-800\/5:focus{--tw-ring-offset-color: rgb(28 76 182 / .05)}.focus\:ring-offset-blue-800\/10:focus{--tw-ring-offset-color: rgb(28 76 182 / .1)}.focus\:ring-offset-blue-800\/20:focus{--tw-ring-offset-color: rgb(28 76 182 / .2)}.focus\:ring-offset-blue-800\/25:focus{--tw-ring-offset-color: rgb(28 76 182 / .25)}.focus\:ring-offset-blue-800\/30:focus{--tw-ring-offset-color: rgb(28 76 182 / .3)}.focus\:ring-offset-blue-800\/40:focus{--tw-ring-offset-color: rgb(28 76 182 / .4)}.focus\:ring-offset-blue-800\/50:focus{--tw-ring-offset-color: rgb(28 76 182 / .5)}.focus\:ring-offset-blue-800\/60:focus{--tw-ring-offset-color: rgb(28 76 182 / .6)}.focus\:ring-offset-blue-800\/70:focus{--tw-ring-offset-color: rgb(28 76 182 / .7)}.focus\:ring-offset-blue-800\/75:focus{--tw-ring-offset-color: rgb(28 76 182 / .75)}.focus\:ring-offset-blue-800\/80:focus{--tw-ring-offset-color: rgb(28 76 182 / .8)}.focus\:ring-offset-blue-800\/90:focus{--tw-ring-offset-color: rgb(28 76 182 / .9)}.focus\:ring-offset-blue-800\/95:focus{--tw-ring-offset-color: rgb(28 76 182 / .95)}.focus\:ring-offset-blue-800\/100:focus{--tw-ring-offset-color: rgb(28 76 182 / 1)}.focus\:ring-offset-blue-900\/0:focus{--tw-ring-offset-color: rgb(23 62 148 / 0)}.focus\:ring-offset-blue-900\/5:focus{--tw-ring-offset-color: rgb(23 62 148 / .05)}.focus\:ring-offset-blue-900\/10:focus{--tw-ring-offset-color: rgb(23 62 148 / .1)}.focus\:ring-offset-blue-900\/20:focus{--tw-ring-offset-color: rgb(23 62 148 / .2)}.focus\:ring-offset-blue-900\/25:focus{--tw-ring-offset-color: rgb(23 62 148 / .25)}.focus\:ring-offset-blue-900\/30:focus{--tw-ring-offset-color: rgb(23 62 148 / .3)}.focus\:ring-offset-blue-900\/40:focus{--tw-ring-offset-color: rgb(23 62 148 / .4)}.focus\:ring-offset-blue-900\/50:focus{--tw-ring-offset-color: rgb(23 62 148 / .5)}.focus\:ring-offset-blue-900\/60:focus{--tw-ring-offset-color: rgb(23 62 148 / .6)}.focus\:ring-offset-blue-900\/70:focus{--tw-ring-offset-color: rgb(23 62 148 / .7)}.focus\:ring-offset-blue-900\/75:focus{--tw-ring-offset-color: rgb(23 62 148 / .75)}.focus\:ring-offset-blue-900\/80:focus{--tw-ring-offset-color: rgb(23 62 148 / .8)}.focus\:ring-offset-blue-900\/90:focus{--tw-ring-offset-color: rgb(23 62 148 / .9)}.focus\:ring-offset-blue-900\/95:focus{--tw-ring-offset-color: rgb(23 62 148 / .95)}.focus\:ring-offset-blue-900\/100:focus{--tw-ring-offset-color: rgb(23 62 148 / 1)}.focus\:ring-offset-indigo-50\/0:focus{--tw-ring-offset-color: rgb(238 242 255 / 0)}.focus\:ring-offset-indigo-50\/5:focus{--tw-ring-offset-color: rgb(238 242 255 / .05)}.focus\:ring-offset-indigo-50\/10:focus{--tw-ring-offset-color: rgb(238 242 255 / .1)}.focus\:ring-offset-indigo-50\/20:focus{--tw-ring-offset-color: rgb(238 242 255 / .2)}.focus\:ring-offset-indigo-50\/25:focus{--tw-ring-offset-color: rgb(238 242 255 / .25)}.focus\:ring-offset-indigo-50\/30:focus{--tw-ring-offset-color: rgb(238 242 255 / .3)}.focus\:ring-offset-indigo-50\/40:focus{--tw-ring-offset-color: rgb(238 242 255 / .4)}.focus\:ring-offset-indigo-50\/50:focus{--tw-ring-offset-color: rgb(238 242 255 / .5)}.focus\:ring-offset-indigo-50\/60:focus{--tw-ring-offset-color: rgb(238 242 255 / .6)}.focus\:ring-offset-indigo-50\/70:focus{--tw-ring-offset-color: rgb(238 242 255 / .7)}.focus\:ring-offset-indigo-50\/75:focus{--tw-ring-offset-color: rgb(238 242 255 / .75)}.focus\:ring-offset-indigo-50\/80:focus{--tw-ring-offset-color: rgb(238 242 255 / .8)}.focus\:ring-offset-indigo-50\/90:focus{--tw-ring-offset-color: rgb(238 242 255 / .9)}.focus\:ring-offset-indigo-50\/95:focus{--tw-ring-offset-color: rgb(238 242 255 / .95)}.focus\:ring-offset-indigo-50\/100:focus{--tw-ring-offset-color: rgb(238 242 255 / 1)}.focus\:ring-offset-indigo-100\/0:focus{--tw-ring-offset-color: rgb(224 231 255 / 0)}.focus\:ring-offset-indigo-100\/5:focus{--tw-ring-offset-color: rgb(224 231 255 / .05)}.focus\:ring-offset-indigo-100\/10:focus{--tw-ring-offset-color: rgb(224 231 255 / .1)}.focus\:ring-offset-indigo-100\/20:focus{--tw-ring-offset-color: rgb(224 231 255 / .2)}.focus\:ring-offset-indigo-100\/25:focus{--tw-ring-offset-color: rgb(224 231 255 / .25)}.focus\:ring-offset-indigo-100\/30:focus{--tw-ring-offset-color: rgb(224 231 255 / .3)}.focus\:ring-offset-indigo-100\/40:focus{--tw-ring-offset-color: rgb(224 231 255 / .4)}.focus\:ring-offset-indigo-100\/50:focus{--tw-ring-offset-color: rgb(224 231 255 / .5)}.focus\:ring-offset-indigo-100\/60:focus{--tw-ring-offset-color: rgb(224 231 255 / .6)}.focus\:ring-offset-indigo-100\/70:focus{--tw-ring-offset-color: rgb(224 231 255 / .7)}.focus\:ring-offset-indigo-100\/75:focus{--tw-ring-offset-color: rgb(224 231 255 / .75)}.focus\:ring-offset-indigo-100\/80:focus{--tw-ring-offset-color: rgb(224 231 255 / .8)}.focus\:ring-offset-indigo-100\/90:focus{--tw-ring-offset-color: rgb(224 231 255 / .9)}.focus\:ring-offset-indigo-100\/95:focus{--tw-ring-offset-color: rgb(224 231 255 / .95)}.focus\:ring-offset-indigo-100\/100:focus{--tw-ring-offset-color: rgb(224 231 255 / 1)}.focus\:ring-offset-indigo-200\/0:focus{--tw-ring-offset-color: rgb(199 210 254 / 0)}.focus\:ring-offset-indigo-200\/5:focus{--tw-ring-offset-color: rgb(199 210 254 / .05)}.focus\:ring-offset-indigo-200\/10:focus{--tw-ring-offset-color: rgb(199 210 254 / .1)}.focus\:ring-offset-indigo-200\/20:focus{--tw-ring-offset-color: rgb(199 210 254 / .2)}.focus\:ring-offset-indigo-200\/25:focus{--tw-ring-offset-color: rgb(199 210 254 / .25)}.focus\:ring-offset-indigo-200\/30:focus{--tw-ring-offset-color: rgb(199 210 254 / .3)}.focus\:ring-offset-indigo-200\/40:focus{--tw-ring-offset-color: rgb(199 210 254 / .4)}.focus\:ring-offset-indigo-200\/50:focus{--tw-ring-offset-color: rgb(199 210 254 / .5)}.focus\:ring-offset-indigo-200\/60:focus{--tw-ring-offset-color: rgb(199 210 254 / .6)}.focus\:ring-offset-indigo-200\/70:focus{--tw-ring-offset-color: rgb(199 210 254 / .7)}.focus\:ring-offset-indigo-200\/75:focus{--tw-ring-offset-color: rgb(199 210 254 / .75)}.focus\:ring-offset-indigo-200\/80:focus{--tw-ring-offset-color: rgb(199 210 254 / .8)}.focus\:ring-offset-indigo-200\/90:focus{--tw-ring-offset-color: rgb(199 210 254 / .9)}.focus\:ring-offset-indigo-200\/95:focus{--tw-ring-offset-color: rgb(199 210 254 / .95)}.focus\:ring-offset-indigo-200\/100:focus{--tw-ring-offset-color: rgb(199 210 254 / 1)}.focus\:ring-offset-indigo-300\/0:focus{--tw-ring-offset-color: rgb(165 180 252 / 0)}.focus\:ring-offset-indigo-300\/5:focus{--tw-ring-offset-color: rgb(165 180 252 / .05)}.focus\:ring-offset-indigo-300\/10:focus{--tw-ring-offset-color: rgb(165 180 252 / .1)}.focus\:ring-offset-indigo-300\/20:focus{--tw-ring-offset-color: rgb(165 180 252 / .2)}.focus\:ring-offset-indigo-300\/25:focus{--tw-ring-offset-color: rgb(165 180 252 / .25)}.focus\:ring-offset-indigo-300\/30:focus{--tw-ring-offset-color: rgb(165 180 252 / .3)}.focus\:ring-offset-indigo-300\/40:focus{--tw-ring-offset-color: rgb(165 180 252 / .4)}.focus\:ring-offset-indigo-300\/50:focus{--tw-ring-offset-color: rgb(165 180 252 / .5)}.focus\:ring-offset-indigo-300\/60:focus{--tw-ring-offset-color: rgb(165 180 252 / .6)}.focus\:ring-offset-indigo-300\/70:focus{--tw-ring-offset-color: rgb(165 180 252 / .7)}.focus\:ring-offset-indigo-300\/75:focus{--tw-ring-offset-color: rgb(165 180 252 / .75)}.focus\:ring-offset-indigo-300\/80:focus{--tw-ring-offset-color: rgb(165 180 252 / .8)}.focus\:ring-offset-indigo-300\/90:focus{--tw-ring-offset-color: rgb(165 180 252 / .9)}.focus\:ring-offset-indigo-300\/95:focus{--tw-ring-offset-color: rgb(165 180 252 / .95)}.focus\:ring-offset-indigo-300\/100:focus{--tw-ring-offset-color: rgb(165 180 252 / 1)}.focus\:ring-offset-indigo-400\/0:focus{--tw-ring-offset-color: rgb(129 140 248 / 0)}.focus\:ring-offset-indigo-400\/5:focus{--tw-ring-offset-color: rgb(129 140 248 / .05)}.focus\:ring-offset-indigo-400\/10:focus{--tw-ring-offset-color: rgb(129 140 248 / .1)}.focus\:ring-offset-indigo-400\/20:focus{--tw-ring-offset-color: rgb(129 140 248 / .2)}.focus\:ring-offset-indigo-400\/25:focus{--tw-ring-offset-color: rgb(129 140 248 / .25)}.focus\:ring-offset-indigo-400\/30:focus{--tw-ring-offset-color: rgb(129 140 248 / .3)}.focus\:ring-offset-indigo-400\/40:focus{--tw-ring-offset-color: rgb(129 140 248 / .4)}.focus\:ring-offset-indigo-400\/50:focus{--tw-ring-offset-color: rgb(129 140 248 / .5)}.focus\:ring-offset-indigo-400\/60:focus{--tw-ring-offset-color: rgb(129 140 248 / .6)}.focus\:ring-offset-indigo-400\/70:focus{--tw-ring-offset-color: rgb(129 140 248 / .7)}.focus\:ring-offset-indigo-400\/75:focus{--tw-ring-offset-color: rgb(129 140 248 / .75)}.focus\:ring-offset-indigo-400\/80:focus{--tw-ring-offset-color: rgb(129 140 248 / .8)}.focus\:ring-offset-indigo-400\/90:focus{--tw-ring-offset-color: rgb(129 140 248 / .9)}.focus\:ring-offset-indigo-400\/95:focus{--tw-ring-offset-color: rgb(129 140 248 / .95)}.focus\:ring-offset-indigo-400\/100:focus{--tw-ring-offset-color: rgb(129 140 248 / 1)}.focus\:ring-offset-indigo-500\/0:focus{--tw-ring-offset-color: rgb(99 102 241 / 0)}.focus\:ring-offset-indigo-500\/5:focus{--tw-ring-offset-color: rgb(99 102 241 / .05)}.focus\:ring-offset-indigo-500\/10:focus{--tw-ring-offset-color: rgb(99 102 241 / .1)}.focus\:ring-offset-indigo-500\/20:focus{--tw-ring-offset-color: rgb(99 102 241 / .2)}.focus\:ring-offset-indigo-500\/25:focus{--tw-ring-offset-color: rgb(99 102 241 / .25)}.focus\:ring-offset-indigo-500\/30:focus{--tw-ring-offset-color: rgb(99 102 241 / .3)}.focus\:ring-offset-indigo-500\/40:focus{--tw-ring-offset-color: rgb(99 102 241 / .4)}.focus\:ring-offset-indigo-500\/50:focus{--tw-ring-offset-color: rgb(99 102 241 / .5)}.focus\:ring-offset-indigo-500\/60:focus{--tw-ring-offset-color: rgb(99 102 241 / .6)}.focus\:ring-offset-indigo-500\/70:focus{--tw-ring-offset-color: rgb(99 102 241 / .7)}.focus\:ring-offset-indigo-500\/75:focus{--tw-ring-offset-color: rgb(99 102 241 / .75)}.focus\:ring-offset-indigo-500\/80:focus{--tw-ring-offset-color: rgb(99 102 241 / .8)}.focus\:ring-offset-indigo-500\/90:focus{--tw-ring-offset-color: rgb(99 102 241 / .9)}.focus\:ring-offset-indigo-500\/95:focus{--tw-ring-offset-color: rgb(99 102 241 / .95)}.focus\:ring-offset-indigo-500\/100:focus{--tw-ring-offset-color: rgb(99 102 241 / 1)}.focus\:ring-offset-indigo-600\/0:focus{--tw-ring-offset-color: rgb(79 70 229 / 0)}.focus\:ring-offset-indigo-600\/5:focus{--tw-ring-offset-color: rgb(79 70 229 / .05)}.focus\:ring-offset-indigo-600\/10:focus{--tw-ring-offset-color: rgb(79 70 229 / .1)}.focus\:ring-offset-indigo-600\/20:focus{--tw-ring-offset-color: rgb(79 70 229 / .2)}.focus\:ring-offset-indigo-600\/25:focus{--tw-ring-offset-color: rgb(79 70 229 / .25)}.focus\:ring-offset-indigo-600\/30:focus{--tw-ring-offset-color: rgb(79 70 229 / .3)}.focus\:ring-offset-indigo-600\/40:focus{--tw-ring-offset-color: rgb(79 70 229 / .4)}.focus\:ring-offset-indigo-600\/50:focus{--tw-ring-offset-color: rgb(79 70 229 / .5)}.focus\:ring-offset-indigo-600\/60:focus{--tw-ring-offset-color: rgb(79 70 229 / .6)}.focus\:ring-offset-indigo-600\/70:focus{--tw-ring-offset-color: rgb(79 70 229 / .7)}.focus\:ring-offset-indigo-600\/75:focus{--tw-ring-offset-color: rgb(79 70 229 / .75)}.focus\:ring-offset-indigo-600\/80:focus{--tw-ring-offset-color: rgb(79 70 229 / .8)}.focus\:ring-offset-indigo-600\/90:focus{--tw-ring-offset-color: rgb(79 70 229 / .9)}.focus\:ring-offset-indigo-600\/95:focus{--tw-ring-offset-color: rgb(79 70 229 / .95)}.focus\:ring-offset-indigo-600\/100:focus{--tw-ring-offset-color: rgb(79 70 229 / 1)}.focus\:ring-offset-indigo-700\/0:focus{--tw-ring-offset-color: rgb(67 56 202 / 0)}.focus\:ring-offset-indigo-700\/5:focus{--tw-ring-offset-color: rgb(67 56 202 / .05)}.focus\:ring-offset-indigo-700\/10:focus{--tw-ring-offset-color: rgb(67 56 202 / .1)}.focus\:ring-offset-indigo-700\/20:focus{--tw-ring-offset-color: rgb(67 56 202 / .2)}.focus\:ring-offset-indigo-700\/25:focus{--tw-ring-offset-color: rgb(67 56 202 / .25)}.focus\:ring-offset-indigo-700\/30:focus{--tw-ring-offset-color: rgb(67 56 202 / .3)}.focus\:ring-offset-indigo-700\/40:focus{--tw-ring-offset-color: rgb(67 56 202 / .4)}.focus\:ring-offset-indigo-700\/50:focus{--tw-ring-offset-color: rgb(67 56 202 / .5)}.focus\:ring-offset-indigo-700\/60:focus{--tw-ring-offset-color: rgb(67 56 202 / .6)}.focus\:ring-offset-indigo-700\/70:focus{--tw-ring-offset-color: rgb(67 56 202 / .7)}.focus\:ring-offset-indigo-700\/75:focus{--tw-ring-offset-color: rgb(67 56 202 / .75)}.focus\:ring-offset-indigo-700\/80:focus{--tw-ring-offset-color: rgb(67 56 202 / .8)}.focus\:ring-offset-indigo-700\/90:focus{--tw-ring-offset-color: rgb(67 56 202 / .9)}.focus\:ring-offset-indigo-700\/95:focus{--tw-ring-offset-color: rgb(67 56 202 / .95)}.focus\:ring-offset-indigo-700\/100:focus{--tw-ring-offset-color: rgb(67 56 202 / 1)}.focus\:ring-offset-indigo-800\/0:focus{--tw-ring-offset-color: rgb(55 48 163 / 0)}.focus\:ring-offset-indigo-800\/5:focus{--tw-ring-offset-color: rgb(55 48 163 / .05)}.focus\:ring-offset-indigo-800\/10:focus{--tw-ring-offset-color: rgb(55 48 163 / .1)}.focus\:ring-offset-indigo-800\/20:focus{--tw-ring-offset-color: rgb(55 48 163 / .2)}.focus\:ring-offset-indigo-800\/25:focus{--tw-ring-offset-color: rgb(55 48 163 / .25)}.focus\:ring-offset-indigo-800\/30:focus{--tw-ring-offset-color: rgb(55 48 163 / .3)}.focus\:ring-offset-indigo-800\/40:focus{--tw-ring-offset-color: rgb(55 48 163 / .4)}.focus\:ring-offset-indigo-800\/50:focus{--tw-ring-offset-color: rgb(55 48 163 / .5)}.focus\:ring-offset-indigo-800\/60:focus{--tw-ring-offset-color: rgb(55 48 163 / .6)}.focus\:ring-offset-indigo-800\/70:focus{--tw-ring-offset-color: rgb(55 48 163 / .7)}.focus\:ring-offset-indigo-800\/75:focus{--tw-ring-offset-color: rgb(55 48 163 / .75)}.focus\:ring-offset-indigo-800\/80:focus{--tw-ring-offset-color: rgb(55 48 163 / .8)}.focus\:ring-offset-indigo-800\/90:focus{--tw-ring-offset-color: rgb(55 48 163 / .9)}.focus\:ring-offset-indigo-800\/95:focus{--tw-ring-offset-color: rgb(55 48 163 / .95)}.focus\:ring-offset-indigo-800\/100:focus{--tw-ring-offset-color: rgb(55 48 163 / 1)}.focus\:ring-offset-indigo-900\/0:focus{--tw-ring-offset-color: rgb(49 46 129 / 0)}.focus\:ring-offset-indigo-900\/5:focus{--tw-ring-offset-color: rgb(49 46 129 / .05)}.focus\:ring-offset-indigo-900\/10:focus{--tw-ring-offset-color: rgb(49 46 129 / .1)}.focus\:ring-offset-indigo-900\/20:focus{--tw-ring-offset-color: rgb(49 46 129 / .2)}.focus\:ring-offset-indigo-900\/25:focus{--tw-ring-offset-color: rgb(49 46 129 / .25)}.focus\:ring-offset-indigo-900\/30:focus{--tw-ring-offset-color: rgb(49 46 129 / .3)}.focus\:ring-offset-indigo-900\/40:focus{--tw-ring-offset-color: rgb(49 46 129 / .4)}.focus\:ring-offset-indigo-900\/50:focus{--tw-ring-offset-color: rgb(49 46 129 / .5)}.focus\:ring-offset-indigo-900\/60:focus{--tw-ring-offset-color: rgb(49 46 129 / .6)}.focus\:ring-offset-indigo-900\/70:focus{--tw-ring-offset-color: rgb(49 46 129 / .7)}.focus\:ring-offset-indigo-900\/75:focus{--tw-ring-offset-color: rgb(49 46 129 / .75)}.focus\:ring-offset-indigo-900\/80:focus{--tw-ring-offset-color: rgb(49 46 129 / .8)}.focus\:ring-offset-indigo-900\/90:focus{--tw-ring-offset-color: rgb(49 46 129 / .9)}.focus\:ring-offset-indigo-900\/95:focus{--tw-ring-offset-color: rgb(49 46 129 / .95)}.focus\:ring-offset-indigo-900\/100:focus{--tw-ring-offset-color: rgb(49 46 129 / 1)}.focus\:ring-offset-violet-50\/0:focus{--tw-ring-offset-color: rgb(245 243 255 / 0)}.focus\:ring-offset-violet-50\/5:focus{--tw-ring-offset-color: rgb(245 243 255 / .05)}.focus\:ring-offset-violet-50\/10:focus{--tw-ring-offset-color: rgb(245 243 255 / .1)}.focus\:ring-offset-violet-50\/20:focus{--tw-ring-offset-color: rgb(245 243 255 / .2)}.focus\:ring-offset-violet-50\/25:focus{--tw-ring-offset-color: rgb(245 243 255 / .25)}.focus\:ring-offset-violet-50\/30:focus{--tw-ring-offset-color: rgb(245 243 255 / .3)}.focus\:ring-offset-violet-50\/40:focus{--tw-ring-offset-color: rgb(245 243 255 / .4)}.focus\:ring-offset-violet-50\/50:focus{--tw-ring-offset-color: rgb(245 243 255 / .5)}.focus\:ring-offset-violet-50\/60:focus{--tw-ring-offset-color: rgb(245 243 255 / .6)}.focus\:ring-offset-violet-50\/70:focus{--tw-ring-offset-color: rgb(245 243 255 / .7)}.focus\:ring-offset-violet-50\/75:focus{--tw-ring-offset-color: rgb(245 243 255 / .75)}.focus\:ring-offset-violet-50\/80:focus{--tw-ring-offset-color: rgb(245 243 255 / .8)}.focus\:ring-offset-violet-50\/90:focus{--tw-ring-offset-color: rgb(245 243 255 / .9)}.focus\:ring-offset-violet-50\/95:focus{--tw-ring-offset-color: rgb(245 243 255 / .95)}.focus\:ring-offset-violet-50\/100:focus{--tw-ring-offset-color: rgb(245 243 255 / 1)}.focus\:ring-offset-violet-100\/0:focus{--tw-ring-offset-color: rgb(237 233 254 / 0)}.focus\:ring-offset-violet-100\/5:focus{--tw-ring-offset-color: rgb(237 233 254 / .05)}.focus\:ring-offset-violet-100\/10:focus{--tw-ring-offset-color: rgb(237 233 254 / .1)}.focus\:ring-offset-violet-100\/20:focus{--tw-ring-offset-color: rgb(237 233 254 / .2)}.focus\:ring-offset-violet-100\/25:focus{--tw-ring-offset-color: rgb(237 233 254 / .25)}.focus\:ring-offset-violet-100\/30:focus{--tw-ring-offset-color: rgb(237 233 254 / .3)}.focus\:ring-offset-violet-100\/40:focus{--tw-ring-offset-color: rgb(237 233 254 / .4)}.focus\:ring-offset-violet-100\/50:focus{--tw-ring-offset-color: rgb(237 233 254 / .5)}.focus\:ring-offset-violet-100\/60:focus{--tw-ring-offset-color: rgb(237 233 254 / .6)}.focus\:ring-offset-violet-100\/70:focus{--tw-ring-offset-color: rgb(237 233 254 / .7)}.focus\:ring-offset-violet-100\/75:focus{--tw-ring-offset-color: rgb(237 233 254 / .75)}.focus\:ring-offset-violet-100\/80:focus{--tw-ring-offset-color: rgb(237 233 254 / .8)}.focus\:ring-offset-violet-100\/90:focus{--tw-ring-offset-color: rgb(237 233 254 / .9)}.focus\:ring-offset-violet-100\/95:focus{--tw-ring-offset-color: rgb(237 233 254 / .95)}.focus\:ring-offset-violet-100\/100:focus{--tw-ring-offset-color: rgb(237 233 254 / 1)}.focus\:ring-offset-violet-200\/0:focus{--tw-ring-offset-color: rgb(221 214 254 / 0)}.focus\:ring-offset-violet-200\/5:focus{--tw-ring-offset-color: rgb(221 214 254 / .05)}.focus\:ring-offset-violet-200\/10:focus{--tw-ring-offset-color: rgb(221 214 254 / .1)}.focus\:ring-offset-violet-200\/20:focus{--tw-ring-offset-color: rgb(221 214 254 / .2)}.focus\:ring-offset-violet-200\/25:focus{--tw-ring-offset-color: rgb(221 214 254 / .25)}.focus\:ring-offset-violet-200\/30:focus{--tw-ring-offset-color: rgb(221 214 254 / .3)}.focus\:ring-offset-violet-200\/40:focus{--tw-ring-offset-color: rgb(221 214 254 / .4)}.focus\:ring-offset-violet-200\/50:focus{--tw-ring-offset-color: rgb(221 214 254 / .5)}.focus\:ring-offset-violet-200\/60:focus{--tw-ring-offset-color: rgb(221 214 254 / .6)}.focus\:ring-offset-violet-200\/70:focus{--tw-ring-offset-color: rgb(221 214 254 / .7)}.focus\:ring-offset-violet-200\/75:focus{--tw-ring-offset-color: rgb(221 214 254 / .75)}.focus\:ring-offset-violet-200\/80:focus{--tw-ring-offset-color: rgb(221 214 254 / .8)}.focus\:ring-offset-violet-200\/90:focus{--tw-ring-offset-color: rgb(221 214 254 / .9)}.focus\:ring-offset-violet-200\/95:focus{--tw-ring-offset-color: rgb(221 214 254 / .95)}.focus\:ring-offset-violet-200\/100:focus{--tw-ring-offset-color: rgb(221 214 254 / 1)}.focus\:ring-offset-violet-300\/0:focus{--tw-ring-offset-color: rgb(196 181 253 / 0)}.focus\:ring-offset-violet-300\/5:focus{--tw-ring-offset-color: rgb(196 181 253 / .05)}.focus\:ring-offset-violet-300\/10:focus{--tw-ring-offset-color: rgb(196 181 253 / .1)}.focus\:ring-offset-violet-300\/20:focus{--tw-ring-offset-color: rgb(196 181 253 / .2)}.focus\:ring-offset-violet-300\/25:focus{--tw-ring-offset-color: rgb(196 181 253 / .25)}.focus\:ring-offset-violet-300\/30:focus{--tw-ring-offset-color: rgb(196 181 253 / .3)}.focus\:ring-offset-violet-300\/40:focus{--tw-ring-offset-color: rgb(196 181 253 / .4)}.focus\:ring-offset-violet-300\/50:focus{--tw-ring-offset-color: rgb(196 181 253 / .5)}.focus\:ring-offset-violet-300\/60:focus{--tw-ring-offset-color: rgb(196 181 253 / .6)}.focus\:ring-offset-violet-300\/70:focus{--tw-ring-offset-color: rgb(196 181 253 / .7)}.focus\:ring-offset-violet-300\/75:focus{--tw-ring-offset-color: rgb(196 181 253 / .75)}.focus\:ring-offset-violet-300\/80:focus{--tw-ring-offset-color: rgb(196 181 253 / .8)}.focus\:ring-offset-violet-300\/90:focus{--tw-ring-offset-color: rgb(196 181 253 / .9)}.focus\:ring-offset-violet-300\/95:focus{--tw-ring-offset-color: rgb(196 181 253 / .95)}.focus\:ring-offset-violet-300\/100:focus{--tw-ring-offset-color: rgb(196 181 253 / 1)}.focus\:ring-offset-violet-400\/0:focus{--tw-ring-offset-color: rgb(167 139 250 / 0)}.focus\:ring-offset-violet-400\/5:focus{--tw-ring-offset-color: rgb(167 139 250 / .05)}.focus\:ring-offset-violet-400\/10:focus{--tw-ring-offset-color: rgb(167 139 250 / .1)}.focus\:ring-offset-violet-400\/20:focus{--tw-ring-offset-color: rgb(167 139 250 / .2)}.focus\:ring-offset-violet-400\/25:focus{--tw-ring-offset-color: rgb(167 139 250 / .25)}.focus\:ring-offset-violet-400\/30:focus{--tw-ring-offset-color: rgb(167 139 250 / .3)}.focus\:ring-offset-violet-400\/40:focus{--tw-ring-offset-color: rgb(167 139 250 / .4)}.focus\:ring-offset-violet-400\/50:focus{--tw-ring-offset-color: rgb(167 139 250 / .5)}.focus\:ring-offset-violet-400\/60:focus{--tw-ring-offset-color: rgb(167 139 250 / .6)}.focus\:ring-offset-violet-400\/70:focus{--tw-ring-offset-color: rgb(167 139 250 / .7)}.focus\:ring-offset-violet-400\/75:focus{--tw-ring-offset-color: rgb(167 139 250 / .75)}.focus\:ring-offset-violet-400\/80:focus{--tw-ring-offset-color: rgb(167 139 250 / .8)}.focus\:ring-offset-violet-400\/90:focus{--tw-ring-offset-color: rgb(167 139 250 / .9)}.focus\:ring-offset-violet-400\/95:focus{--tw-ring-offset-color: rgb(167 139 250 / .95)}.focus\:ring-offset-violet-400\/100:focus{--tw-ring-offset-color: rgb(167 139 250 / 1)}.focus\:ring-offset-violet-500\/0:focus{--tw-ring-offset-color: rgb(139 92 246 / 0)}.focus\:ring-offset-violet-500\/5:focus{--tw-ring-offset-color: rgb(139 92 246 / .05)}.focus\:ring-offset-violet-500\/10:focus{--tw-ring-offset-color: rgb(139 92 246 / .1)}.focus\:ring-offset-violet-500\/20:focus{--tw-ring-offset-color: rgb(139 92 246 / .2)}.focus\:ring-offset-violet-500\/25:focus{--tw-ring-offset-color: rgb(139 92 246 / .25)}.focus\:ring-offset-violet-500\/30:focus{--tw-ring-offset-color: rgb(139 92 246 / .3)}.focus\:ring-offset-violet-500\/40:focus{--tw-ring-offset-color: rgb(139 92 246 / .4)}.focus\:ring-offset-violet-500\/50:focus{--tw-ring-offset-color: rgb(139 92 246 / .5)}.focus\:ring-offset-violet-500\/60:focus{--tw-ring-offset-color: rgb(139 92 246 / .6)}.focus\:ring-offset-violet-500\/70:focus{--tw-ring-offset-color: rgb(139 92 246 / .7)}.focus\:ring-offset-violet-500\/75:focus{--tw-ring-offset-color: rgb(139 92 246 / .75)}.focus\:ring-offset-violet-500\/80:focus{--tw-ring-offset-color: rgb(139 92 246 / .8)}.focus\:ring-offset-violet-500\/90:focus{--tw-ring-offset-color: rgb(139 92 246 / .9)}.focus\:ring-offset-violet-500\/95:focus{--tw-ring-offset-color: rgb(139 92 246 / .95)}.focus\:ring-offset-violet-500\/100:focus{--tw-ring-offset-color: rgb(139 92 246 / 1)}.focus\:ring-offset-violet-600\/0:focus{--tw-ring-offset-color: rgb(124 58 237 / 0)}.focus\:ring-offset-violet-600\/5:focus{--tw-ring-offset-color: rgb(124 58 237 / .05)}.focus\:ring-offset-violet-600\/10:focus{--tw-ring-offset-color: rgb(124 58 237 / .1)}.focus\:ring-offset-violet-600\/20:focus{--tw-ring-offset-color: rgb(124 58 237 / .2)}.focus\:ring-offset-violet-600\/25:focus{--tw-ring-offset-color: rgb(124 58 237 / .25)}.focus\:ring-offset-violet-600\/30:focus{--tw-ring-offset-color: rgb(124 58 237 / .3)}.focus\:ring-offset-violet-600\/40:focus{--tw-ring-offset-color: rgb(124 58 237 / .4)}.focus\:ring-offset-violet-600\/50:focus{--tw-ring-offset-color: rgb(124 58 237 / .5)}.focus\:ring-offset-violet-600\/60:focus{--tw-ring-offset-color: rgb(124 58 237 / .6)}.focus\:ring-offset-violet-600\/70:focus{--tw-ring-offset-color: rgb(124 58 237 / .7)}.focus\:ring-offset-violet-600\/75:focus{--tw-ring-offset-color: rgb(124 58 237 / .75)}.focus\:ring-offset-violet-600\/80:focus{--tw-ring-offset-color: rgb(124 58 237 / .8)}.focus\:ring-offset-violet-600\/90:focus{--tw-ring-offset-color: rgb(124 58 237 / .9)}.focus\:ring-offset-violet-600\/95:focus{--tw-ring-offset-color: rgb(124 58 237 / .95)}.focus\:ring-offset-violet-600\/100:focus{--tw-ring-offset-color: rgb(124 58 237 / 1)}.focus\:ring-offset-violet-700\/0:focus{--tw-ring-offset-color: rgb(109 40 217 / 0)}.focus\:ring-offset-violet-700\/5:focus{--tw-ring-offset-color: rgb(109 40 217 / .05)}.focus\:ring-offset-violet-700\/10:focus{--tw-ring-offset-color: rgb(109 40 217 / .1)}.focus\:ring-offset-violet-700\/20:focus{--tw-ring-offset-color: rgb(109 40 217 / .2)}.focus\:ring-offset-violet-700\/25:focus{--tw-ring-offset-color: rgb(109 40 217 / .25)}.focus\:ring-offset-violet-700\/30:focus{--tw-ring-offset-color: rgb(109 40 217 / .3)}.focus\:ring-offset-violet-700\/40:focus{--tw-ring-offset-color: rgb(109 40 217 / .4)}.focus\:ring-offset-violet-700\/50:focus{--tw-ring-offset-color: rgb(109 40 217 / .5)}.focus\:ring-offset-violet-700\/60:focus{--tw-ring-offset-color: rgb(109 40 217 / .6)}.focus\:ring-offset-violet-700\/70:focus{--tw-ring-offset-color: rgb(109 40 217 / .7)}.focus\:ring-offset-violet-700\/75:focus{--tw-ring-offset-color: rgb(109 40 217 / .75)}.focus\:ring-offset-violet-700\/80:focus{--tw-ring-offset-color: rgb(109 40 217 / .8)}.focus\:ring-offset-violet-700\/90:focus{--tw-ring-offset-color: rgb(109 40 217 / .9)}.focus\:ring-offset-violet-700\/95:focus{--tw-ring-offset-color: rgb(109 40 217 / .95)}.focus\:ring-offset-violet-700\/100:focus{--tw-ring-offset-color: rgb(109 40 217 / 1)}.focus\:ring-offset-violet-800\/0:focus{--tw-ring-offset-color: rgb(91 33 182 / 0)}.focus\:ring-offset-violet-800\/5:focus{--tw-ring-offset-color: rgb(91 33 182 / .05)}.focus\:ring-offset-violet-800\/10:focus{--tw-ring-offset-color: rgb(91 33 182 / .1)}.focus\:ring-offset-violet-800\/20:focus{--tw-ring-offset-color: rgb(91 33 182 / .2)}.focus\:ring-offset-violet-800\/25:focus{--tw-ring-offset-color: rgb(91 33 182 / .25)}.focus\:ring-offset-violet-800\/30:focus{--tw-ring-offset-color: rgb(91 33 182 / .3)}.focus\:ring-offset-violet-800\/40:focus{--tw-ring-offset-color: rgb(91 33 182 / .4)}.focus\:ring-offset-violet-800\/50:focus{--tw-ring-offset-color: rgb(91 33 182 / .5)}.focus\:ring-offset-violet-800\/60:focus{--tw-ring-offset-color: rgb(91 33 182 / .6)}.focus\:ring-offset-violet-800\/70:focus{--tw-ring-offset-color: rgb(91 33 182 / .7)}.focus\:ring-offset-violet-800\/75:focus{--tw-ring-offset-color: rgb(91 33 182 / .75)}.focus\:ring-offset-violet-800\/80:focus{--tw-ring-offset-color: rgb(91 33 182 / .8)}.focus\:ring-offset-violet-800\/90:focus{--tw-ring-offset-color: rgb(91 33 182 / .9)}.focus\:ring-offset-violet-800\/95:focus{--tw-ring-offset-color: rgb(91 33 182 / .95)}.focus\:ring-offset-violet-800\/100:focus{--tw-ring-offset-color: rgb(91 33 182 / 1)}.focus\:ring-offset-violet-900\/0:focus{--tw-ring-offset-color: rgb(76 29 149 / 0)}.focus\:ring-offset-violet-900\/5:focus{--tw-ring-offset-color: rgb(76 29 149 / .05)}.focus\:ring-offset-violet-900\/10:focus{--tw-ring-offset-color: rgb(76 29 149 / .1)}.focus\:ring-offset-violet-900\/20:focus{--tw-ring-offset-color: rgb(76 29 149 / .2)}.focus\:ring-offset-violet-900\/25:focus{--tw-ring-offset-color: rgb(76 29 149 / .25)}.focus\:ring-offset-violet-900\/30:focus{--tw-ring-offset-color: rgb(76 29 149 / .3)}.focus\:ring-offset-violet-900\/40:focus{--tw-ring-offset-color: rgb(76 29 149 / .4)}.focus\:ring-offset-violet-900\/50:focus{--tw-ring-offset-color: rgb(76 29 149 / .5)}.focus\:ring-offset-violet-900\/60:focus{--tw-ring-offset-color: rgb(76 29 149 / .6)}.focus\:ring-offset-violet-900\/70:focus{--tw-ring-offset-color: rgb(76 29 149 / .7)}.focus\:ring-offset-violet-900\/75:focus{--tw-ring-offset-color: rgb(76 29 149 / .75)}.focus\:ring-offset-violet-900\/80:focus{--tw-ring-offset-color: rgb(76 29 149 / .8)}.focus\:ring-offset-violet-900\/90:focus{--tw-ring-offset-color: rgb(76 29 149 / .9)}.focus\:ring-offset-violet-900\/95:focus{--tw-ring-offset-color: rgb(76 29 149 / .95)}.focus\:ring-offset-violet-900\/100:focus{--tw-ring-offset-color: rgb(76 29 149 / 1)}.focus\:ring-offset-fuchsia-50\/0:focus{--tw-ring-offset-color: rgb(253 244 255 / 0)}.focus\:ring-offset-fuchsia-50\/5:focus{--tw-ring-offset-color: rgb(253 244 255 / .05)}.focus\:ring-offset-fuchsia-50\/10:focus{--tw-ring-offset-color: rgb(253 244 255 / .1)}.focus\:ring-offset-fuchsia-50\/20:focus{--tw-ring-offset-color: rgb(253 244 255 / .2)}.focus\:ring-offset-fuchsia-50\/25:focus{--tw-ring-offset-color: rgb(253 244 255 / .25)}.focus\:ring-offset-fuchsia-50\/30:focus{--tw-ring-offset-color: rgb(253 244 255 / .3)}.focus\:ring-offset-fuchsia-50\/40:focus{--tw-ring-offset-color: rgb(253 244 255 / .4)}.focus\:ring-offset-fuchsia-50\/50:focus{--tw-ring-offset-color: rgb(253 244 255 / .5)}.focus\:ring-offset-fuchsia-50\/60:focus{--tw-ring-offset-color: rgb(253 244 255 / .6)}.focus\:ring-offset-fuchsia-50\/70:focus{--tw-ring-offset-color: rgb(253 244 255 / .7)}.focus\:ring-offset-fuchsia-50\/75:focus{--tw-ring-offset-color: rgb(253 244 255 / .75)}.focus\:ring-offset-fuchsia-50\/80:focus{--tw-ring-offset-color: rgb(253 244 255 / .8)}.focus\:ring-offset-fuchsia-50\/90:focus{--tw-ring-offset-color: rgb(253 244 255 / .9)}.focus\:ring-offset-fuchsia-50\/95:focus{--tw-ring-offset-color: rgb(253 244 255 / .95)}.focus\:ring-offset-fuchsia-50\/100:focus{--tw-ring-offset-color: rgb(253 244 255 / 1)}.focus\:ring-offset-fuchsia-100\/0:focus{--tw-ring-offset-color: rgb(250 232 255 / 0)}.focus\:ring-offset-fuchsia-100\/5:focus{--tw-ring-offset-color: rgb(250 232 255 / .05)}.focus\:ring-offset-fuchsia-100\/10:focus{--tw-ring-offset-color: rgb(250 232 255 / .1)}.focus\:ring-offset-fuchsia-100\/20:focus{--tw-ring-offset-color: rgb(250 232 255 / .2)}.focus\:ring-offset-fuchsia-100\/25:focus{--tw-ring-offset-color: rgb(250 232 255 / .25)}.focus\:ring-offset-fuchsia-100\/30:focus{--tw-ring-offset-color: rgb(250 232 255 / .3)}.focus\:ring-offset-fuchsia-100\/40:focus{--tw-ring-offset-color: rgb(250 232 255 / .4)}.focus\:ring-offset-fuchsia-100\/50:focus{--tw-ring-offset-color: rgb(250 232 255 / .5)}.focus\:ring-offset-fuchsia-100\/60:focus{--tw-ring-offset-color: rgb(250 232 255 / .6)}.focus\:ring-offset-fuchsia-100\/70:focus{--tw-ring-offset-color: rgb(250 232 255 / .7)}.focus\:ring-offset-fuchsia-100\/75:focus{--tw-ring-offset-color: rgb(250 232 255 / .75)}.focus\:ring-offset-fuchsia-100\/80:focus{--tw-ring-offset-color: rgb(250 232 255 / .8)}.focus\:ring-offset-fuchsia-100\/90:focus{--tw-ring-offset-color: rgb(250 232 255 / .9)}.focus\:ring-offset-fuchsia-100\/95:focus{--tw-ring-offset-color: rgb(250 232 255 / .95)}.focus\:ring-offset-fuchsia-100\/100:focus{--tw-ring-offset-color: rgb(250 232 255 / 1)}.focus\:ring-offset-fuchsia-200\/0:focus{--tw-ring-offset-color: rgb(245 208 254 / 0)}.focus\:ring-offset-fuchsia-200\/5:focus{--tw-ring-offset-color: rgb(245 208 254 / .05)}.focus\:ring-offset-fuchsia-200\/10:focus{--tw-ring-offset-color: rgb(245 208 254 / .1)}.focus\:ring-offset-fuchsia-200\/20:focus{--tw-ring-offset-color: rgb(245 208 254 / .2)}.focus\:ring-offset-fuchsia-200\/25:focus{--tw-ring-offset-color: rgb(245 208 254 / .25)}.focus\:ring-offset-fuchsia-200\/30:focus{--tw-ring-offset-color: rgb(245 208 254 / .3)}.focus\:ring-offset-fuchsia-200\/40:focus{--tw-ring-offset-color: rgb(245 208 254 / .4)}.focus\:ring-offset-fuchsia-200\/50:focus{--tw-ring-offset-color: rgb(245 208 254 / .5)}.focus\:ring-offset-fuchsia-200\/60:focus{--tw-ring-offset-color: rgb(245 208 254 / .6)}.focus\:ring-offset-fuchsia-200\/70:focus{--tw-ring-offset-color: rgb(245 208 254 / .7)}.focus\:ring-offset-fuchsia-200\/75:focus{--tw-ring-offset-color: rgb(245 208 254 / .75)}.focus\:ring-offset-fuchsia-200\/80:focus{--tw-ring-offset-color: rgb(245 208 254 / .8)}.focus\:ring-offset-fuchsia-200\/90:focus{--tw-ring-offset-color: rgb(245 208 254 / .9)}.focus\:ring-offset-fuchsia-200\/95:focus{--tw-ring-offset-color: rgb(245 208 254 / .95)}.focus\:ring-offset-fuchsia-200\/100:focus{--tw-ring-offset-color: rgb(245 208 254 / 1)}.focus\:ring-offset-fuchsia-300\/0:focus{--tw-ring-offset-color: rgb(240 171 252 / 0)}.focus\:ring-offset-fuchsia-300\/5:focus{--tw-ring-offset-color: rgb(240 171 252 / .05)}.focus\:ring-offset-fuchsia-300\/10:focus{--tw-ring-offset-color: rgb(240 171 252 / .1)}.focus\:ring-offset-fuchsia-300\/20:focus{--tw-ring-offset-color: rgb(240 171 252 / .2)}.focus\:ring-offset-fuchsia-300\/25:focus{--tw-ring-offset-color: rgb(240 171 252 / .25)}.focus\:ring-offset-fuchsia-300\/30:focus{--tw-ring-offset-color: rgb(240 171 252 / .3)}.focus\:ring-offset-fuchsia-300\/40:focus{--tw-ring-offset-color: rgb(240 171 252 / .4)}.focus\:ring-offset-fuchsia-300\/50:focus{--tw-ring-offset-color: rgb(240 171 252 / .5)}.focus\:ring-offset-fuchsia-300\/60:focus{--tw-ring-offset-color: rgb(240 171 252 / .6)}.focus\:ring-offset-fuchsia-300\/70:focus{--tw-ring-offset-color: rgb(240 171 252 / .7)}.focus\:ring-offset-fuchsia-300\/75:focus{--tw-ring-offset-color: rgb(240 171 252 / .75)}.focus\:ring-offset-fuchsia-300\/80:focus{--tw-ring-offset-color: rgb(240 171 252 / .8)}.focus\:ring-offset-fuchsia-300\/90:focus{--tw-ring-offset-color: rgb(240 171 252 / .9)}.focus\:ring-offset-fuchsia-300\/95:focus{--tw-ring-offset-color: rgb(240 171 252 / .95)}.focus\:ring-offset-fuchsia-300\/100:focus{--tw-ring-offset-color: rgb(240 171 252 / 1)}.focus\:ring-offset-fuchsia-400\/0:focus{--tw-ring-offset-color: rgb(232 121 249 / 0)}.focus\:ring-offset-fuchsia-400\/5:focus{--tw-ring-offset-color: rgb(232 121 249 / .05)}.focus\:ring-offset-fuchsia-400\/10:focus{--tw-ring-offset-color: rgb(232 121 249 / .1)}.focus\:ring-offset-fuchsia-400\/20:focus{--tw-ring-offset-color: rgb(232 121 249 / .2)}.focus\:ring-offset-fuchsia-400\/25:focus{--tw-ring-offset-color: rgb(232 121 249 / .25)}.focus\:ring-offset-fuchsia-400\/30:focus{--tw-ring-offset-color: rgb(232 121 249 / .3)}.focus\:ring-offset-fuchsia-400\/40:focus{--tw-ring-offset-color: rgb(232 121 249 / .4)}.focus\:ring-offset-fuchsia-400\/50:focus{--tw-ring-offset-color: rgb(232 121 249 / .5)}.focus\:ring-offset-fuchsia-400\/60:focus{--tw-ring-offset-color: rgb(232 121 249 / .6)}.focus\:ring-offset-fuchsia-400\/70:focus{--tw-ring-offset-color: rgb(232 121 249 / .7)}.focus\:ring-offset-fuchsia-400\/75:focus{--tw-ring-offset-color: rgb(232 121 249 / .75)}.focus\:ring-offset-fuchsia-400\/80:focus{--tw-ring-offset-color: rgb(232 121 249 / .8)}.focus\:ring-offset-fuchsia-400\/90:focus{--tw-ring-offset-color: rgb(232 121 249 / .9)}.focus\:ring-offset-fuchsia-400\/95:focus{--tw-ring-offset-color: rgb(232 121 249 / .95)}.focus\:ring-offset-fuchsia-400\/100:focus{--tw-ring-offset-color: rgb(232 121 249 / 1)}.focus\:ring-offset-fuchsia-500\/0:focus{--tw-ring-offset-color: rgb(217 70 239 / 0)}.focus\:ring-offset-fuchsia-500\/5:focus{--tw-ring-offset-color: rgb(217 70 239 / .05)}.focus\:ring-offset-fuchsia-500\/10:focus{--tw-ring-offset-color: rgb(217 70 239 / .1)}.focus\:ring-offset-fuchsia-500\/20:focus{--tw-ring-offset-color: rgb(217 70 239 / .2)}.focus\:ring-offset-fuchsia-500\/25:focus{--tw-ring-offset-color: rgb(217 70 239 / .25)}.focus\:ring-offset-fuchsia-500\/30:focus{--tw-ring-offset-color: rgb(217 70 239 / .3)}.focus\:ring-offset-fuchsia-500\/40:focus{--tw-ring-offset-color: rgb(217 70 239 / .4)}.focus\:ring-offset-fuchsia-500\/50:focus{--tw-ring-offset-color: rgb(217 70 239 / .5)}.focus\:ring-offset-fuchsia-500\/60:focus{--tw-ring-offset-color: rgb(217 70 239 / .6)}.focus\:ring-offset-fuchsia-500\/70:focus{--tw-ring-offset-color: rgb(217 70 239 / .7)}.focus\:ring-offset-fuchsia-500\/75:focus{--tw-ring-offset-color: rgb(217 70 239 / .75)}.focus\:ring-offset-fuchsia-500\/80:focus{--tw-ring-offset-color: rgb(217 70 239 / .8)}.focus\:ring-offset-fuchsia-500\/90:focus{--tw-ring-offset-color: rgb(217 70 239 / .9)}.focus\:ring-offset-fuchsia-500\/95:focus{--tw-ring-offset-color: rgb(217 70 239 / .95)}.focus\:ring-offset-fuchsia-500\/100:focus{--tw-ring-offset-color: rgb(217 70 239 / 1)}.focus\:ring-offset-fuchsia-600\/0:focus{--tw-ring-offset-color: rgb(192 38 211 / 0)}.focus\:ring-offset-fuchsia-600\/5:focus{--tw-ring-offset-color: rgb(192 38 211 / .05)}.focus\:ring-offset-fuchsia-600\/10:focus{--tw-ring-offset-color: rgb(192 38 211 / .1)}.focus\:ring-offset-fuchsia-600\/20:focus{--tw-ring-offset-color: rgb(192 38 211 / .2)}.focus\:ring-offset-fuchsia-600\/25:focus{--tw-ring-offset-color: rgb(192 38 211 / .25)}.focus\:ring-offset-fuchsia-600\/30:focus{--tw-ring-offset-color: rgb(192 38 211 / .3)}.focus\:ring-offset-fuchsia-600\/40:focus{--tw-ring-offset-color: rgb(192 38 211 / .4)}.focus\:ring-offset-fuchsia-600\/50:focus{--tw-ring-offset-color: rgb(192 38 211 / .5)}.focus\:ring-offset-fuchsia-600\/60:focus{--tw-ring-offset-color: rgb(192 38 211 / .6)}.focus\:ring-offset-fuchsia-600\/70:focus{--tw-ring-offset-color: rgb(192 38 211 / .7)}.focus\:ring-offset-fuchsia-600\/75:focus{--tw-ring-offset-color: rgb(192 38 211 / .75)}.focus\:ring-offset-fuchsia-600\/80:focus{--tw-ring-offset-color: rgb(192 38 211 / .8)}.focus\:ring-offset-fuchsia-600\/90:focus{--tw-ring-offset-color: rgb(192 38 211 / .9)}.focus\:ring-offset-fuchsia-600\/95:focus{--tw-ring-offset-color: rgb(192 38 211 / .95)}.focus\:ring-offset-fuchsia-600\/100:focus{--tw-ring-offset-color: rgb(192 38 211 / 1)}.focus\:ring-offset-fuchsia-700\/0:focus{--tw-ring-offset-color: rgb(162 28 175 / 0)}.focus\:ring-offset-fuchsia-700\/5:focus{--tw-ring-offset-color: rgb(162 28 175 / .05)}.focus\:ring-offset-fuchsia-700\/10:focus{--tw-ring-offset-color: rgb(162 28 175 / .1)}.focus\:ring-offset-fuchsia-700\/20:focus{--tw-ring-offset-color: rgb(162 28 175 / .2)}.focus\:ring-offset-fuchsia-700\/25:focus{--tw-ring-offset-color: rgb(162 28 175 / .25)}.focus\:ring-offset-fuchsia-700\/30:focus{--tw-ring-offset-color: rgb(162 28 175 / .3)}.focus\:ring-offset-fuchsia-700\/40:focus{--tw-ring-offset-color: rgb(162 28 175 / .4)}.focus\:ring-offset-fuchsia-700\/50:focus{--tw-ring-offset-color: rgb(162 28 175 / .5)}.focus\:ring-offset-fuchsia-700\/60:focus{--tw-ring-offset-color: rgb(162 28 175 / .6)}.focus\:ring-offset-fuchsia-700\/70:focus{--tw-ring-offset-color: rgb(162 28 175 / .7)}.focus\:ring-offset-fuchsia-700\/75:focus{--tw-ring-offset-color: rgb(162 28 175 / .75)}.focus\:ring-offset-fuchsia-700\/80:focus{--tw-ring-offset-color: rgb(162 28 175 / .8)}.focus\:ring-offset-fuchsia-700\/90:focus{--tw-ring-offset-color: rgb(162 28 175 / .9)}.focus\:ring-offset-fuchsia-700\/95:focus{--tw-ring-offset-color: rgb(162 28 175 / .95)}.focus\:ring-offset-fuchsia-700\/100:focus{--tw-ring-offset-color: rgb(162 28 175 / 1)}.focus\:ring-offset-fuchsia-800\/0:focus{--tw-ring-offset-color: rgb(134 25 143 / 0)}.focus\:ring-offset-fuchsia-800\/5:focus{--tw-ring-offset-color: rgb(134 25 143 / .05)}.focus\:ring-offset-fuchsia-800\/10:focus{--tw-ring-offset-color: rgb(134 25 143 / .1)}.focus\:ring-offset-fuchsia-800\/20:focus{--tw-ring-offset-color: rgb(134 25 143 / .2)}.focus\:ring-offset-fuchsia-800\/25:focus{--tw-ring-offset-color: rgb(134 25 143 / .25)}.focus\:ring-offset-fuchsia-800\/30:focus{--tw-ring-offset-color: rgb(134 25 143 / .3)}.focus\:ring-offset-fuchsia-800\/40:focus{--tw-ring-offset-color: rgb(134 25 143 / .4)}.focus\:ring-offset-fuchsia-800\/50:focus{--tw-ring-offset-color: rgb(134 25 143 / .5)}.focus\:ring-offset-fuchsia-800\/60:focus{--tw-ring-offset-color: rgb(134 25 143 / .6)}.focus\:ring-offset-fuchsia-800\/70:focus{--tw-ring-offset-color: rgb(134 25 143 / .7)}.focus\:ring-offset-fuchsia-800\/75:focus{--tw-ring-offset-color: rgb(134 25 143 / .75)}.focus\:ring-offset-fuchsia-800\/80:focus{--tw-ring-offset-color: rgb(134 25 143 / .8)}.focus\:ring-offset-fuchsia-800\/90:focus{--tw-ring-offset-color: rgb(134 25 143 / .9)}.focus\:ring-offset-fuchsia-800\/95:focus{--tw-ring-offset-color: rgb(134 25 143 / .95)}.focus\:ring-offset-fuchsia-800\/100:focus{--tw-ring-offset-color: rgb(134 25 143 / 1)}.focus\:ring-offset-fuchsia-900\/0:focus{--tw-ring-offset-color: rgb(112 26 117 / 0)}.focus\:ring-offset-fuchsia-900\/5:focus{--tw-ring-offset-color: rgb(112 26 117 / .05)}.focus\:ring-offset-fuchsia-900\/10:focus{--tw-ring-offset-color: rgb(112 26 117 / .1)}.focus\:ring-offset-fuchsia-900\/20:focus{--tw-ring-offset-color: rgb(112 26 117 / .2)}.focus\:ring-offset-fuchsia-900\/25:focus{--tw-ring-offset-color: rgb(112 26 117 / .25)}.focus\:ring-offset-fuchsia-900\/30:focus{--tw-ring-offset-color: rgb(112 26 117 / .3)}.focus\:ring-offset-fuchsia-900\/40:focus{--tw-ring-offset-color: rgb(112 26 117 / .4)}.focus\:ring-offset-fuchsia-900\/50:focus{--tw-ring-offset-color: rgb(112 26 117 / .5)}.focus\:ring-offset-fuchsia-900\/60:focus{--tw-ring-offset-color: rgb(112 26 117 / .6)}.focus\:ring-offset-fuchsia-900\/70:focus{--tw-ring-offset-color: rgb(112 26 117 / .7)}.focus\:ring-offset-fuchsia-900\/75:focus{--tw-ring-offset-color: rgb(112 26 117 / .75)}.focus\:ring-offset-fuchsia-900\/80:focus{--tw-ring-offset-color: rgb(112 26 117 / .8)}.focus\:ring-offset-fuchsia-900\/90:focus{--tw-ring-offset-color: rgb(112 26 117 / .9)}.focus\:ring-offset-fuchsia-900\/95:focus{--tw-ring-offset-color: rgb(112 26 117 / .95)}.focus\:ring-offset-fuchsia-900\/100:focus{--tw-ring-offset-color: rgb(112 26 117 / 1)}.focus\:ring-offset-pink-50\/0:focus{--tw-ring-offset-color: rgb(253 242 248 / 0)}.focus\:ring-offset-pink-50\/5:focus{--tw-ring-offset-color: rgb(253 242 248 / .05)}.focus\:ring-offset-pink-50\/10:focus{--tw-ring-offset-color: rgb(253 242 248 / .1)}.focus\:ring-offset-pink-50\/20:focus{--tw-ring-offset-color: rgb(253 242 248 / .2)}.focus\:ring-offset-pink-50\/25:focus{--tw-ring-offset-color: rgb(253 242 248 / .25)}.focus\:ring-offset-pink-50\/30:focus{--tw-ring-offset-color: rgb(253 242 248 / .3)}.focus\:ring-offset-pink-50\/40:focus{--tw-ring-offset-color: rgb(253 242 248 / .4)}.focus\:ring-offset-pink-50\/50:focus{--tw-ring-offset-color: rgb(253 242 248 / .5)}.focus\:ring-offset-pink-50\/60:focus{--tw-ring-offset-color: rgb(253 242 248 / .6)}.focus\:ring-offset-pink-50\/70:focus{--tw-ring-offset-color: rgb(253 242 248 / .7)}.focus\:ring-offset-pink-50\/75:focus{--tw-ring-offset-color: rgb(253 242 248 / .75)}.focus\:ring-offset-pink-50\/80:focus{--tw-ring-offset-color: rgb(253 242 248 / .8)}.focus\:ring-offset-pink-50\/90:focus{--tw-ring-offset-color: rgb(253 242 248 / .9)}.focus\:ring-offset-pink-50\/95:focus{--tw-ring-offset-color: rgb(253 242 248 / .95)}.focus\:ring-offset-pink-50\/100:focus{--tw-ring-offset-color: rgb(253 242 248 / 1)}.focus\:ring-offset-pink-100\/0:focus{--tw-ring-offset-color: rgb(252 231 243 / 0)}.focus\:ring-offset-pink-100\/5:focus{--tw-ring-offset-color: rgb(252 231 243 / .05)}.focus\:ring-offset-pink-100\/10:focus{--tw-ring-offset-color: rgb(252 231 243 / .1)}.focus\:ring-offset-pink-100\/20:focus{--tw-ring-offset-color: rgb(252 231 243 / .2)}.focus\:ring-offset-pink-100\/25:focus{--tw-ring-offset-color: rgb(252 231 243 / .25)}.focus\:ring-offset-pink-100\/30:focus{--tw-ring-offset-color: rgb(252 231 243 / .3)}.focus\:ring-offset-pink-100\/40:focus{--tw-ring-offset-color: rgb(252 231 243 / .4)}.focus\:ring-offset-pink-100\/50:focus{--tw-ring-offset-color: rgb(252 231 243 / .5)}.focus\:ring-offset-pink-100\/60:focus{--tw-ring-offset-color: rgb(252 231 243 / .6)}.focus\:ring-offset-pink-100\/70:focus{--tw-ring-offset-color: rgb(252 231 243 / .7)}.focus\:ring-offset-pink-100\/75:focus{--tw-ring-offset-color: rgb(252 231 243 / .75)}.focus\:ring-offset-pink-100\/80:focus{--tw-ring-offset-color: rgb(252 231 243 / .8)}.focus\:ring-offset-pink-100\/90:focus{--tw-ring-offset-color: rgb(252 231 243 / .9)}.focus\:ring-offset-pink-100\/95:focus{--tw-ring-offset-color: rgb(252 231 243 / .95)}.focus\:ring-offset-pink-100\/100:focus{--tw-ring-offset-color: rgb(252 231 243 / 1)}.focus\:ring-offset-pink-200\/0:focus{--tw-ring-offset-color: rgb(251 207 232 / 0)}.focus\:ring-offset-pink-200\/5:focus{--tw-ring-offset-color: rgb(251 207 232 / .05)}.focus\:ring-offset-pink-200\/10:focus{--tw-ring-offset-color: rgb(251 207 232 / .1)}.focus\:ring-offset-pink-200\/20:focus{--tw-ring-offset-color: rgb(251 207 232 / .2)}.focus\:ring-offset-pink-200\/25:focus{--tw-ring-offset-color: rgb(251 207 232 / .25)}.focus\:ring-offset-pink-200\/30:focus{--tw-ring-offset-color: rgb(251 207 232 / .3)}.focus\:ring-offset-pink-200\/40:focus{--tw-ring-offset-color: rgb(251 207 232 / .4)}.focus\:ring-offset-pink-200\/50:focus{--tw-ring-offset-color: rgb(251 207 232 / .5)}.focus\:ring-offset-pink-200\/60:focus{--tw-ring-offset-color: rgb(251 207 232 / .6)}.focus\:ring-offset-pink-200\/70:focus{--tw-ring-offset-color: rgb(251 207 232 / .7)}.focus\:ring-offset-pink-200\/75:focus{--tw-ring-offset-color: rgb(251 207 232 / .75)}.focus\:ring-offset-pink-200\/80:focus{--tw-ring-offset-color: rgb(251 207 232 / .8)}.focus\:ring-offset-pink-200\/90:focus{--tw-ring-offset-color: rgb(251 207 232 / .9)}.focus\:ring-offset-pink-200\/95:focus{--tw-ring-offset-color: rgb(251 207 232 / .95)}.focus\:ring-offset-pink-200\/100:focus{--tw-ring-offset-color: rgb(251 207 232 / 1)}.focus\:ring-offset-pink-300\/0:focus{--tw-ring-offset-color: rgb(249 168 212 / 0)}.focus\:ring-offset-pink-300\/5:focus{--tw-ring-offset-color: rgb(249 168 212 / .05)}.focus\:ring-offset-pink-300\/10:focus{--tw-ring-offset-color: rgb(249 168 212 / .1)}.focus\:ring-offset-pink-300\/20:focus{--tw-ring-offset-color: rgb(249 168 212 / .2)}.focus\:ring-offset-pink-300\/25:focus{--tw-ring-offset-color: rgb(249 168 212 / .25)}.focus\:ring-offset-pink-300\/30:focus{--tw-ring-offset-color: rgb(249 168 212 / .3)}.focus\:ring-offset-pink-300\/40:focus{--tw-ring-offset-color: rgb(249 168 212 / .4)}.focus\:ring-offset-pink-300\/50:focus{--tw-ring-offset-color: rgb(249 168 212 / .5)}.focus\:ring-offset-pink-300\/60:focus{--tw-ring-offset-color: rgb(249 168 212 / .6)}.focus\:ring-offset-pink-300\/70:focus{--tw-ring-offset-color: rgb(249 168 212 / .7)}.focus\:ring-offset-pink-300\/75:focus{--tw-ring-offset-color: rgb(249 168 212 / .75)}.focus\:ring-offset-pink-300\/80:focus{--tw-ring-offset-color: rgb(249 168 212 / .8)}.focus\:ring-offset-pink-300\/90:focus{--tw-ring-offset-color: rgb(249 168 212 / .9)}.focus\:ring-offset-pink-300\/95:focus{--tw-ring-offset-color: rgb(249 168 212 / .95)}.focus\:ring-offset-pink-300\/100:focus{--tw-ring-offset-color: rgb(249 168 212 / 1)}.focus\:ring-offset-pink-400\/0:focus{--tw-ring-offset-color: rgb(244 114 182 / 0)}.focus\:ring-offset-pink-400\/5:focus{--tw-ring-offset-color: rgb(244 114 182 / .05)}.focus\:ring-offset-pink-400\/10:focus{--tw-ring-offset-color: rgb(244 114 182 / .1)}.focus\:ring-offset-pink-400\/20:focus{--tw-ring-offset-color: rgb(244 114 182 / .2)}.focus\:ring-offset-pink-400\/25:focus{--tw-ring-offset-color: rgb(244 114 182 / .25)}.focus\:ring-offset-pink-400\/30:focus{--tw-ring-offset-color: rgb(244 114 182 / .3)}.focus\:ring-offset-pink-400\/40:focus{--tw-ring-offset-color: rgb(244 114 182 / .4)}.focus\:ring-offset-pink-400\/50:focus{--tw-ring-offset-color: rgb(244 114 182 / .5)}.focus\:ring-offset-pink-400\/60:focus{--tw-ring-offset-color: rgb(244 114 182 / .6)}.focus\:ring-offset-pink-400\/70:focus{--tw-ring-offset-color: rgb(244 114 182 / .7)}.focus\:ring-offset-pink-400\/75:focus{--tw-ring-offset-color: rgb(244 114 182 / .75)}.focus\:ring-offset-pink-400\/80:focus{--tw-ring-offset-color: rgb(244 114 182 / .8)}.focus\:ring-offset-pink-400\/90:focus{--tw-ring-offset-color: rgb(244 114 182 / .9)}.focus\:ring-offset-pink-400\/95:focus{--tw-ring-offset-color: rgb(244 114 182 / .95)}.focus\:ring-offset-pink-400\/100:focus{--tw-ring-offset-color: rgb(244 114 182 / 1)}.focus\:ring-offset-pink-500\/0:focus{--tw-ring-offset-color: rgb(236 72 153 / 0)}.focus\:ring-offset-pink-500\/5:focus{--tw-ring-offset-color: rgb(236 72 153 / .05)}.focus\:ring-offset-pink-500\/10:focus{--tw-ring-offset-color: rgb(236 72 153 / .1)}.focus\:ring-offset-pink-500\/20:focus{--tw-ring-offset-color: rgb(236 72 153 / .2)}.focus\:ring-offset-pink-500\/25:focus{--tw-ring-offset-color: rgb(236 72 153 / .25)}.focus\:ring-offset-pink-500\/30:focus{--tw-ring-offset-color: rgb(236 72 153 / .3)}.focus\:ring-offset-pink-500\/40:focus{--tw-ring-offset-color: rgb(236 72 153 / .4)}.focus\:ring-offset-pink-500\/50:focus{--tw-ring-offset-color: rgb(236 72 153 / .5)}.focus\:ring-offset-pink-500\/60:focus{--tw-ring-offset-color: rgb(236 72 153 / .6)}.focus\:ring-offset-pink-500\/70:focus{--tw-ring-offset-color: rgb(236 72 153 / .7)}.focus\:ring-offset-pink-500\/75:focus{--tw-ring-offset-color: rgb(236 72 153 / .75)}.focus\:ring-offset-pink-500\/80:focus{--tw-ring-offset-color: rgb(236 72 153 / .8)}.focus\:ring-offset-pink-500\/90:focus{--tw-ring-offset-color: rgb(236 72 153 / .9)}.focus\:ring-offset-pink-500\/95:focus{--tw-ring-offset-color: rgb(236 72 153 / .95)}.focus\:ring-offset-pink-500\/100:focus{--tw-ring-offset-color: rgb(236 72 153 / 1)}.focus\:ring-offset-pink-600\/0:focus{--tw-ring-offset-color: rgb(219 39 119 / 0)}.focus\:ring-offset-pink-600\/5:focus{--tw-ring-offset-color: rgb(219 39 119 / .05)}.focus\:ring-offset-pink-600\/10:focus{--tw-ring-offset-color: rgb(219 39 119 / .1)}.focus\:ring-offset-pink-600\/20:focus{--tw-ring-offset-color: rgb(219 39 119 / .2)}.focus\:ring-offset-pink-600\/25:focus{--tw-ring-offset-color: rgb(219 39 119 / .25)}.focus\:ring-offset-pink-600\/30:focus{--tw-ring-offset-color: rgb(219 39 119 / .3)}.focus\:ring-offset-pink-600\/40:focus{--tw-ring-offset-color: rgb(219 39 119 / .4)}.focus\:ring-offset-pink-600\/50:focus{--tw-ring-offset-color: rgb(219 39 119 / .5)}.focus\:ring-offset-pink-600\/60:focus{--tw-ring-offset-color: rgb(219 39 119 / .6)}.focus\:ring-offset-pink-600\/70:focus{--tw-ring-offset-color: rgb(219 39 119 / .7)}.focus\:ring-offset-pink-600\/75:focus{--tw-ring-offset-color: rgb(219 39 119 / .75)}.focus\:ring-offset-pink-600\/80:focus{--tw-ring-offset-color: rgb(219 39 119 / .8)}.focus\:ring-offset-pink-600\/90:focus{--tw-ring-offset-color: rgb(219 39 119 / .9)}.focus\:ring-offset-pink-600\/95:focus{--tw-ring-offset-color: rgb(219 39 119 / .95)}.focus\:ring-offset-pink-600\/100:focus{--tw-ring-offset-color: rgb(219 39 119 / 1)}.focus\:ring-offset-pink-700\/0:focus{--tw-ring-offset-color: rgb(190 24 93 / 0)}.focus\:ring-offset-pink-700\/5:focus{--tw-ring-offset-color: rgb(190 24 93 / .05)}.focus\:ring-offset-pink-700\/10:focus{--tw-ring-offset-color: rgb(190 24 93 / .1)}.focus\:ring-offset-pink-700\/20:focus{--tw-ring-offset-color: rgb(190 24 93 / .2)}.focus\:ring-offset-pink-700\/25:focus{--tw-ring-offset-color: rgb(190 24 93 / .25)}.focus\:ring-offset-pink-700\/30:focus{--tw-ring-offset-color: rgb(190 24 93 / .3)}.focus\:ring-offset-pink-700\/40:focus{--tw-ring-offset-color: rgb(190 24 93 / .4)}.focus\:ring-offset-pink-700\/50:focus{--tw-ring-offset-color: rgb(190 24 93 / .5)}.focus\:ring-offset-pink-700\/60:focus{--tw-ring-offset-color: rgb(190 24 93 / .6)}.focus\:ring-offset-pink-700\/70:focus{--tw-ring-offset-color: rgb(190 24 93 / .7)}.focus\:ring-offset-pink-700\/75:focus{--tw-ring-offset-color: rgb(190 24 93 / .75)}.focus\:ring-offset-pink-700\/80:focus{--tw-ring-offset-color: rgb(190 24 93 / .8)}.focus\:ring-offset-pink-700\/90:focus{--tw-ring-offset-color: rgb(190 24 93 / .9)}.focus\:ring-offset-pink-700\/95:focus{--tw-ring-offset-color: rgb(190 24 93 / .95)}.focus\:ring-offset-pink-700\/100:focus{--tw-ring-offset-color: rgb(190 24 93 / 1)}.focus\:ring-offset-pink-800\/0:focus{--tw-ring-offset-color: rgb(157 23 77 / 0)}.focus\:ring-offset-pink-800\/5:focus{--tw-ring-offset-color: rgb(157 23 77 / .05)}.focus\:ring-offset-pink-800\/10:focus{--tw-ring-offset-color: rgb(157 23 77 / .1)}.focus\:ring-offset-pink-800\/20:focus{--tw-ring-offset-color: rgb(157 23 77 / .2)}.focus\:ring-offset-pink-800\/25:focus{--tw-ring-offset-color: rgb(157 23 77 / .25)}.focus\:ring-offset-pink-800\/30:focus{--tw-ring-offset-color: rgb(157 23 77 / .3)}.focus\:ring-offset-pink-800\/40:focus{--tw-ring-offset-color: rgb(157 23 77 / .4)}.focus\:ring-offset-pink-800\/50:focus{--tw-ring-offset-color: rgb(157 23 77 / .5)}.focus\:ring-offset-pink-800\/60:focus{--tw-ring-offset-color: rgb(157 23 77 / .6)}.focus\:ring-offset-pink-800\/70:focus{--tw-ring-offset-color: rgb(157 23 77 / .7)}.focus\:ring-offset-pink-800\/75:focus{--tw-ring-offset-color: rgb(157 23 77 / .75)}.focus\:ring-offset-pink-800\/80:focus{--tw-ring-offset-color: rgb(157 23 77 / .8)}.focus\:ring-offset-pink-800\/90:focus{--tw-ring-offset-color: rgb(157 23 77 / .9)}.focus\:ring-offset-pink-800\/95:focus{--tw-ring-offset-color: rgb(157 23 77 / .95)}.focus\:ring-offset-pink-800\/100:focus{--tw-ring-offset-color: rgb(157 23 77 / 1)}.focus\:ring-offset-pink-900\/0:focus{--tw-ring-offset-color: rgb(131 24 67 / 0)}.focus\:ring-offset-pink-900\/5:focus{--tw-ring-offset-color: rgb(131 24 67 / .05)}.focus\:ring-offset-pink-900\/10:focus{--tw-ring-offset-color: rgb(131 24 67 / .1)}.focus\:ring-offset-pink-900\/20:focus{--tw-ring-offset-color: rgb(131 24 67 / .2)}.focus\:ring-offset-pink-900\/25:focus{--tw-ring-offset-color: rgb(131 24 67 / .25)}.focus\:ring-offset-pink-900\/30:focus{--tw-ring-offset-color: rgb(131 24 67 / .3)}.focus\:ring-offset-pink-900\/40:focus{--tw-ring-offset-color: rgb(131 24 67 / .4)}.focus\:ring-offset-pink-900\/50:focus{--tw-ring-offset-color: rgb(131 24 67 / .5)}.focus\:ring-offset-pink-900\/60:focus{--tw-ring-offset-color: rgb(131 24 67 / .6)}.focus\:ring-offset-pink-900\/70:focus{--tw-ring-offset-color: rgb(131 24 67 / .7)}.focus\:ring-offset-pink-900\/75:focus{--tw-ring-offset-color: rgb(131 24 67 / .75)}.focus\:ring-offset-pink-900\/80:focus{--tw-ring-offset-color: rgb(131 24 67 / .8)}.focus\:ring-offset-pink-900\/90:focus{--tw-ring-offset-color: rgb(131 24 67 / .9)}.focus\:ring-offset-pink-900\/95:focus{--tw-ring-offset-color: rgb(131 24 67 / .95)}.focus\:ring-offset-pink-900\/100:focus{--tw-ring-offset-color: rgb(131 24 67 / 1)}.focus\:ring-offset-rose-50\/0:focus{--tw-ring-offset-color: rgb(255 241 242 / 0)}.focus\:ring-offset-rose-50\/5:focus{--tw-ring-offset-color: rgb(255 241 242 / .05)}.focus\:ring-offset-rose-50\/10:focus{--tw-ring-offset-color: rgb(255 241 242 / .1)}.focus\:ring-offset-rose-50\/20:focus{--tw-ring-offset-color: rgb(255 241 242 / .2)}.focus\:ring-offset-rose-50\/25:focus{--tw-ring-offset-color: rgb(255 241 242 / .25)}.focus\:ring-offset-rose-50\/30:focus{--tw-ring-offset-color: rgb(255 241 242 / .3)}.focus\:ring-offset-rose-50\/40:focus{--tw-ring-offset-color: rgb(255 241 242 / .4)}.focus\:ring-offset-rose-50\/50:focus{--tw-ring-offset-color: rgb(255 241 242 / .5)}.focus\:ring-offset-rose-50\/60:focus{--tw-ring-offset-color: rgb(255 241 242 / .6)}.focus\:ring-offset-rose-50\/70:focus{--tw-ring-offset-color: rgb(255 241 242 / .7)}.focus\:ring-offset-rose-50\/75:focus{--tw-ring-offset-color: rgb(255 241 242 / .75)}.focus\:ring-offset-rose-50\/80:focus{--tw-ring-offset-color: rgb(255 241 242 / .8)}.focus\:ring-offset-rose-50\/90:focus{--tw-ring-offset-color: rgb(255 241 242 / .9)}.focus\:ring-offset-rose-50\/95:focus{--tw-ring-offset-color: rgb(255 241 242 / .95)}.focus\:ring-offset-rose-50\/100:focus{--tw-ring-offset-color: rgb(255 241 242 / 1)}.focus\:ring-offset-rose-100\/0:focus{--tw-ring-offset-color: rgb(255 228 230 / 0)}.focus\:ring-offset-rose-100\/5:focus{--tw-ring-offset-color: rgb(255 228 230 / .05)}.focus\:ring-offset-rose-100\/10:focus{--tw-ring-offset-color: rgb(255 228 230 / .1)}.focus\:ring-offset-rose-100\/20:focus{--tw-ring-offset-color: rgb(255 228 230 / .2)}.focus\:ring-offset-rose-100\/25:focus{--tw-ring-offset-color: rgb(255 228 230 / .25)}.focus\:ring-offset-rose-100\/30:focus{--tw-ring-offset-color: rgb(255 228 230 / .3)}.focus\:ring-offset-rose-100\/40:focus{--tw-ring-offset-color: rgb(255 228 230 / .4)}.focus\:ring-offset-rose-100\/50:focus{--tw-ring-offset-color: rgb(255 228 230 / .5)}.focus\:ring-offset-rose-100\/60:focus{--tw-ring-offset-color: rgb(255 228 230 / .6)}.focus\:ring-offset-rose-100\/70:focus{--tw-ring-offset-color: rgb(255 228 230 / .7)}.focus\:ring-offset-rose-100\/75:focus{--tw-ring-offset-color: rgb(255 228 230 / .75)}.focus\:ring-offset-rose-100\/80:focus{--tw-ring-offset-color: rgb(255 228 230 / .8)}.focus\:ring-offset-rose-100\/90:focus{--tw-ring-offset-color: rgb(255 228 230 / .9)}.focus\:ring-offset-rose-100\/95:focus{--tw-ring-offset-color: rgb(255 228 230 / .95)}.focus\:ring-offset-rose-100\/100:focus{--tw-ring-offset-color: rgb(255 228 230 / 1)}.focus\:ring-offset-rose-200\/0:focus{--tw-ring-offset-color: rgb(254 205 211 / 0)}.focus\:ring-offset-rose-200\/5:focus{--tw-ring-offset-color: rgb(254 205 211 / .05)}.focus\:ring-offset-rose-200\/10:focus{--tw-ring-offset-color: rgb(254 205 211 / .1)}.focus\:ring-offset-rose-200\/20:focus{--tw-ring-offset-color: rgb(254 205 211 / .2)}.focus\:ring-offset-rose-200\/25:focus{--tw-ring-offset-color: rgb(254 205 211 / .25)}.focus\:ring-offset-rose-200\/30:focus{--tw-ring-offset-color: rgb(254 205 211 / .3)}.focus\:ring-offset-rose-200\/40:focus{--tw-ring-offset-color: rgb(254 205 211 / .4)}.focus\:ring-offset-rose-200\/50:focus{--tw-ring-offset-color: rgb(254 205 211 / .5)}.focus\:ring-offset-rose-200\/60:focus{--tw-ring-offset-color: rgb(254 205 211 / .6)}.focus\:ring-offset-rose-200\/70:focus{--tw-ring-offset-color: rgb(254 205 211 / .7)}.focus\:ring-offset-rose-200\/75:focus{--tw-ring-offset-color: rgb(254 205 211 / .75)}.focus\:ring-offset-rose-200\/80:focus{--tw-ring-offset-color: rgb(254 205 211 / .8)}.focus\:ring-offset-rose-200\/90:focus{--tw-ring-offset-color: rgb(254 205 211 / .9)}.focus\:ring-offset-rose-200\/95:focus{--tw-ring-offset-color: rgb(254 205 211 / .95)}.focus\:ring-offset-rose-200\/100:focus{--tw-ring-offset-color: rgb(254 205 211 / 1)}.focus\:ring-offset-rose-300\/0:focus{--tw-ring-offset-color: rgb(253 164 175 / 0)}.focus\:ring-offset-rose-300\/5:focus{--tw-ring-offset-color: rgb(253 164 175 / .05)}.focus\:ring-offset-rose-300\/10:focus{--tw-ring-offset-color: rgb(253 164 175 / .1)}.focus\:ring-offset-rose-300\/20:focus{--tw-ring-offset-color: rgb(253 164 175 / .2)}.focus\:ring-offset-rose-300\/25:focus{--tw-ring-offset-color: rgb(253 164 175 / .25)}.focus\:ring-offset-rose-300\/30:focus{--tw-ring-offset-color: rgb(253 164 175 / .3)}.focus\:ring-offset-rose-300\/40:focus{--tw-ring-offset-color: rgb(253 164 175 / .4)}.focus\:ring-offset-rose-300\/50:focus{--tw-ring-offset-color: rgb(253 164 175 / .5)}.focus\:ring-offset-rose-300\/60:focus{--tw-ring-offset-color: rgb(253 164 175 / .6)}.focus\:ring-offset-rose-300\/70:focus{--tw-ring-offset-color: rgb(253 164 175 / .7)}.focus\:ring-offset-rose-300\/75:focus{--tw-ring-offset-color: rgb(253 164 175 / .75)}.focus\:ring-offset-rose-300\/80:focus{--tw-ring-offset-color: rgb(253 164 175 / .8)}.focus\:ring-offset-rose-300\/90:focus{--tw-ring-offset-color: rgb(253 164 175 / .9)}.focus\:ring-offset-rose-300\/95:focus{--tw-ring-offset-color: rgb(253 164 175 / .95)}.focus\:ring-offset-rose-300\/100:focus{--tw-ring-offset-color: rgb(253 164 175 / 1)}.focus\:ring-offset-rose-400\/0:focus{--tw-ring-offset-color: rgb(251 113 133 / 0)}.focus\:ring-offset-rose-400\/5:focus{--tw-ring-offset-color: rgb(251 113 133 / .05)}.focus\:ring-offset-rose-400\/10:focus{--tw-ring-offset-color: rgb(251 113 133 / .1)}.focus\:ring-offset-rose-400\/20:focus{--tw-ring-offset-color: rgb(251 113 133 / .2)}.focus\:ring-offset-rose-400\/25:focus{--tw-ring-offset-color: rgb(251 113 133 / .25)}.focus\:ring-offset-rose-400\/30:focus{--tw-ring-offset-color: rgb(251 113 133 / .3)}.focus\:ring-offset-rose-400\/40:focus{--tw-ring-offset-color: rgb(251 113 133 / .4)}.focus\:ring-offset-rose-400\/50:focus{--tw-ring-offset-color: rgb(251 113 133 / .5)}.focus\:ring-offset-rose-400\/60:focus{--tw-ring-offset-color: rgb(251 113 133 / .6)}.focus\:ring-offset-rose-400\/70:focus{--tw-ring-offset-color: rgb(251 113 133 / .7)}.focus\:ring-offset-rose-400\/75:focus{--tw-ring-offset-color: rgb(251 113 133 / .75)}.focus\:ring-offset-rose-400\/80:focus{--tw-ring-offset-color: rgb(251 113 133 / .8)}.focus\:ring-offset-rose-400\/90:focus{--tw-ring-offset-color: rgb(251 113 133 / .9)}.focus\:ring-offset-rose-400\/95:focus{--tw-ring-offset-color: rgb(251 113 133 / .95)}.focus\:ring-offset-rose-400\/100:focus{--tw-ring-offset-color: rgb(251 113 133 / 1)}.focus\:ring-offset-rose-500\/0:focus{--tw-ring-offset-color: rgb(244 63 94 / 0)}.focus\:ring-offset-rose-500\/5:focus{--tw-ring-offset-color: rgb(244 63 94 / .05)}.focus\:ring-offset-rose-500\/10:focus{--tw-ring-offset-color: rgb(244 63 94 / .1)}.focus\:ring-offset-rose-500\/20:focus{--tw-ring-offset-color: rgb(244 63 94 / .2)}.focus\:ring-offset-rose-500\/25:focus{--tw-ring-offset-color: rgb(244 63 94 / .25)}.focus\:ring-offset-rose-500\/30:focus{--tw-ring-offset-color: rgb(244 63 94 / .3)}.focus\:ring-offset-rose-500\/40:focus{--tw-ring-offset-color: rgb(244 63 94 / .4)}.focus\:ring-offset-rose-500\/50:focus{--tw-ring-offset-color: rgb(244 63 94 / .5)}.focus\:ring-offset-rose-500\/60:focus{--tw-ring-offset-color: rgb(244 63 94 / .6)}.focus\:ring-offset-rose-500\/70:focus{--tw-ring-offset-color: rgb(244 63 94 / .7)}.focus\:ring-offset-rose-500\/75:focus{--tw-ring-offset-color: rgb(244 63 94 / .75)}.focus\:ring-offset-rose-500\/80:focus{--tw-ring-offset-color: rgb(244 63 94 / .8)}.focus\:ring-offset-rose-500\/90:focus{--tw-ring-offset-color: rgb(244 63 94 / .9)}.focus\:ring-offset-rose-500\/95:focus{--tw-ring-offset-color: rgb(244 63 94 / .95)}.focus\:ring-offset-rose-500\/100:focus{--tw-ring-offset-color: rgb(244 63 94 / 1)}.focus\:ring-offset-rose-600\/0:focus{--tw-ring-offset-color: rgb(225 29 72 / 0)}.focus\:ring-offset-rose-600\/5:focus{--tw-ring-offset-color: rgb(225 29 72 / .05)}.focus\:ring-offset-rose-600\/10:focus{--tw-ring-offset-color: rgb(225 29 72 / .1)}.focus\:ring-offset-rose-600\/20:focus{--tw-ring-offset-color: rgb(225 29 72 / .2)}.focus\:ring-offset-rose-600\/25:focus{--tw-ring-offset-color: rgb(225 29 72 / .25)}.focus\:ring-offset-rose-600\/30:focus{--tw-ring-offset-color: rgb(225 29 72 / .3)}.focus\:ring-offset-rose-600\/40:focus{--tw-ring-offset-color: rgb(225 29 72 / .4)}.focus\:ring-offset-rose-600\/50:focus{--tw-ring-offset-color: rgb(225 29 72 / .5)}.focus\:ring-offset-rose-600\/60:focus{--tw-ring-offset-color: rgb(225 29 72 / .6)}.focus\:ring-offset-rose-600\/70:focus{--tw-ring-offset-color: rgb(225 29 72 / .7)}.focus\:ring-offset-rose-600\/75:focus{--tw-ring-offset-color: rgb(225 29 72 / .75)}.focus\:ring-offset-rose-600\/80:focus{--tw-ring-offset-color: rgb(225 29 72 / .8)}.focus\:ring-offset-rose-600\/90:focus{--tw-ring-offset-color: rgb(225 29 72 / .9)}.focus\:ring-offset-rose-600\/95:focus{--tw-ring-offset-color: rgb(225 29 72 / .95)}.focus\:ring-offset-rose-600\/100:focus{--tw-ring-offset-color: rgb(225 29 72 / 1)}.focus\:ring-offset-rose-700\/0:focus{--tw-ring-offset-color: rgb(190 18 60 / 0)}.focus\:ring-offset-rose-700\/5:focus{--tw-ring-offset-color: rgb(190 18 60 / .05)}.focus\:ring-offset-rose-700\/10:focus{--tw-ring-offset-color: rgb(190 18 60 / .1)}.focus\:ring-offset-rose-700\/20:focus{--tw-ring-offset-color: rgb(190 18 60 / .2)}.focus\:ring-offset-rose-700\/25:focus{--tw-ring-offset-color: rgb(190 18 60 / .25)}.focus\:ring-offset-rose-700\/30:focus{--tw-ring-offset-color: rgb(190 18 60 / .3)}.focus\:ring-offset-rose-700\/40:focus{--tw-ring-offset-color: rgb(190 18 60 / .4)}.focus\:ring-offset-rose-700\/50:focus{--tw-ring-offset-color: rgb(190 18 60 / .5)}.focus\:ring-offset-rose-700\/60:focus{--tw-ring-offset-color: rgb(190 18 60 / .6)}.focus\:ring-offset-rose-700\/70:focus{--tw-ring-offset-color: rgb(190 18 60 / .7)}.focus\:ring-offset-rose-700\/75:focus{--tw-ring-offset-color: rgb(190 18 60 / .75)}.focus\:ring-offset-rose-700\/80:focus{--tw-ring-offset-color: rgb(190 18 60 / .8)}.focus\:ring-offset-rose-700\/90:focus{--tw-ring-offset-color: rgb(190 18 60 / .9)}.focus\:ring-offset-rose-700\/95:focus{--tw-ring-offset-color: rgb(190 18 60 / .95)}.focus\:ring-offset-rose-700\/100:focus{--tw-ring-offset-color: rgb(190 18 60 / 1)}.focus\:ring-offset-rose-800\/0:focus{--tw-ring-offset-color: rgb(159 18 57 / 0)}.focus\:ring-offset-rose-800\/5:focus{--tw-ring-offset-color: rgb(159 18 57 / .05)}.focus\:ring-offset-rose-800\/10:focus{--tw-ring-offset-color: rgb(159 18 57 / .1)}.focus\:ring-offset-rose-800\/20:focus{--tw-ring-offset-color: rgb(159 18 57 / .2)}.focus\:ring-offset-rose-800\/25:focus{--tw-ring-offset-color: rgb(159 18 57 / .25)}.focus\:ring-offset-rose-800\/30:focus{--tw-ring-offset-color: rgb(159 18 57 / .3)}.focus\:ring-offset-rose-800\/40:focus{--tw-ring-offset-color: rgb(159 18 57 / .4)}.focus\:ring-offset-rose-800\/50:focus{--tw-ring-offset-color: rgb(159 18 57 / .5)}.focus\:ring-offset-rose-800\/60:focus{--tw-ring-offset-color: rgb(159 18 57 / .6)}.focus\:ring-offset-rose-800\/70:focus{--tw-ring-offset-color: rgb(159 18 57 / .7)}.focus\:ring-offset-rose-800\/75:focus{--tw-ring-offset-color: rgb(159 18 57 / .75)}.focus\:ring-offset-rose-800\/80:focus{--tw-ring-offset-color: rgb(159 18 57 / .8)}.focus\:ring-offset-rose-800\/90:focus{--tw-ring-offset-color: rgb(159 18 57 / .9)}.focus\:ring-offset-rose-800\/95:focus{--tw-ring-offset-color: rgb(159 18 57 / .95)}.focus\:ring-offset-rose-800\/100:focus{--tw-ring-offset-color: rgb(159 18 57 / 1)}.focus\:ring-offset-rose-900\/0:focus{--tw-ring-offset-color: rgb(136 19 55 / 0)}.focus\:ring-offset-rose-900\/5:focus{--tw-ring-offset-color: rgb(136 19 55 / .05)}.focus\:ring-offset-rose-900\/10:focus{--tw-ring-offset-color: rgb(136 19 55 / .1)}.focus\:ring-offset-rose-900\/20:focus{--tw-ring-offset-color: rgb(136 19 55 / .2)}.focus\:ring-offset-rose-900\/25:focus{--tw-ring-offset-color: rgb(136 19 55 / .25)}.focus\:ring-offset-rose-900\/30:focus{--tw-ring-offset-color: rgb(136 19 55 / .3)}.focus\:ring-offset-rose-900\/40:focus{--tw-ring-offset-color: rgb(136 19 55 / .4)}.focus\:ring-offset-rose-900\/50:focus{--tw-ring-offset-color: rgb(136 19 55 / .5)}.focus\:ring-offset-rose-900\/60:focus{--tw-ring-offset-color: rgb(136 19 55 / .6)}.focus\:ring-offset-rose-900\/70:focus{--tw-ring-offset-color: rgb(136 19 55 / .7)}.focus\:ring-offset-rose-900\/75:focus{--tw-ring-offset-color: rgb(136 19 55 / .75)}.focus\:ring-offset-rose-900\/80:focus{--tw-ring-offset-color: rgb(136 19 55 / .8)}.focus\:ring-offset-rose-900\/90:focus{--tw-ring-offset-color: rgb(136 19 55 / .9)}.focus\:ring-offset-rose-900\/95:focus{--tw-ring-offset-color: rgb(136 19 55 / .95)}.focus\:ring-offset-rose-900\/100:focus{--tw-ring-offset-color: rgb(136 19 55 / 1)}.focus\:ring-offset-primary-100\/0:focus{--tw-ring-offset-color: rgb(242 243 244 / 0)}.focus\:ring-offset-primary-100\/5:focus{--tw-ring-offset-color: rgb(242 243 244 / .05)}.focus\:ring-offset-primary-100\/10:focus{--tw-ring-offset-color: rgb(242 243 244 / .1)}.focus\:ring-offset-primary-100\/20:focus{--tw-ring-offset-color: rgb(242 243 244 / .2)}.focus\:ring-offset-primary-100\/25:focus{--tw-ring-offset-color: rgb(242 243 244 / .25)}.focus\:ring-offset-primary-100\/30:focus{--tw-ring-offset-color: rgb(242 243 244 / .3)}.focus\:ring-offset-primary-100\/40:focus{--tw-ring-offset-color: rgb(242 243 244 / .4)}.focus\:ring-offset-primary-100\/50:focus{--tw-ring-offset-color: rgb(242 243 244 / .5)}.focus\:ring-offset-primary-100\/60:focus{--tw-ring-offset-color: rgb(242 243 244 / .6)}.focus\:ring-offset-primary-100\/70:focus{--tw-ring-offset-color: rgb(242 243 244 / .7)}.focus\:ring-offset-primary-100\/75:focus{--tw-ring-offset-color: rgb(242 243 244 / .75)}.focus\:ring-offset-primary-100\/80:focus{--tw-ring-offset-color: rgb(242 243 244 / .8)}.focus\:ring-offset-primary-100\/90:focus{--tw-ring-offset-color: rgb(242 243 244 / .9)}.focus\:ring-offset-primary-100\/95:focus{--tw-ring-offset-color: rgb(242 243 244 / .95)}.focus\:ring-offset-primary-100\/100:focus{--tw-ring-offset-color: rgb(242 243 244 / 1)}.focus\:ring-offset-primary-200\/0:focus{--tw-ring-offset-color: rgb(232 232 240 / 0)}.focus\:ring-offset-primary-200\/5:focus{--tw-ring-offset-color: rgb(232 232 240 / .05)}.focus\:ring-offset-primary-200\/10:focus{--tw-ring-offset-color: rgb(232 232 240 / .1)}.focus\:ring-offset-primary-200\/20:focus{--tw-ring-offset-color: rgb(232 232 240 / .2)}.focus\:ring-offset-primary-200\/25:focus{--tw-ring-offset-color: rgb(232 232 240 / .25)}.focus\:ring-offset-primary-200\/30:focus{--tw-ring-offset-color: rgb(232 232 240 / .3)}.focus\:ring-offset-primary-200\/40:focus{--tw-ring-offset-color: rgb(232 232 240 / .4)}.focus\:ring-offset-primary-200\/50:focus{--tw-ring-offset-color: rgb(232 232 240 / .5)}.focus\:ring-offset-primary-200\/60:focus{--tw-ring-offset-color: rgb(232 232 240 / .6)}.focus\:ring-offset-primary-200\/70:focus{--tw-ring-offset-color: rgb(232 232 240 / .7)}.focus\:ring-offset-primary-200\/75:focus{--tw-ring-offset-color: rgb(232 232 240 / .75)}.focus\:ring-offset-primary-200\/80:focus{--tw-ring-offset-color: rgb(232 232 240 / .8)}.focus\:ring-offset-primary-200\/90:focus{--tw-ring-offset-color: rgb(232 232 240 / .9)}.focus\:ring-offset-primary-200\/95:focus{--tw-ring-offset-color: rgb(232 232 240 / .95)}.focus\:ring-offset-primary-200\/100:focus{--tw-ring-offset-color: rgb(232 232 240 / 1)}.focus\:ring-offset-primary-300\/0:focus{--tw-ring-offset-color: rgb(208 208 225 / 0)}.focus\:ring-offset-primary-300\/5:focus{--tw-ring-offset-color: rgb(208 208 225 / .05)}.focus\:ring-offset-primary-300\/10:focus{--tw-ring-offset-color: rgb(208 208 225 / .1)}.focus\:ring-offset-primary-300\/20:focus{--tw-ring-offset-color: rgb(208 208 225 / .2)}.focus\:ring-offset-primary-300\/25:focus{--tw-ring-offset-color: rgb(208 208 225 / .25)}.focus\:ring-offset-primary-300\/30:focus{--tw-ring-offset-color: rgb(208 208 225 / .3)}.focus\:ring-offset-primary-300\/40:focus{--tw-ring-offset-color: rgb(208 208 225 / .4)}.focus\:ring-offset-primary-300\/50:focus{--tw-ring-offset-color: rgb(208 208 225 / .5)}.focus\:ring-offset-primary-300\/60:focus{--tw-ring-offset-color: rgb(208 208 225 / .6)}.focus\:ring-offset-primary-300\/70:focus{--tw-ring-offset-color: rgb(208 208 225 / .7)}.focus\:ring-offset-primary-300\/75:focus{--tw-ring-offset-color: rgb(208 208 225 / .75)}.focus\:ring-offset-primary-300\/80:focus{--tw-ring-offset-color: rgb(208 208 225 / .8)}.focus\:ring-offset-primary-300\/90:focus{--tw-ring-offset-color: rgb(208 208 225 / .9)}.focus\:ring-offset-primary-300\/95:focus{--tw-ring-offset-color: rgb(208 208 225 / .95)}.focus\:ring-offset-primary-300\/100:focus{--tw-ring-offset-color: rgb(208 208 225 / 1)}.focus\:ring-offset-primary-400\/0:focus{--tw-ring-offset-color: rgb(180 180 209 / 0)}.focus\:ring-offset-primary-400\/5:focus{--tw-ring-offset-color: rgb(180 180 209 / .05)}.focus\:ring-offset-primary-400\/10:focus{--tw-ring-offset-color: rgb(180 180 209 / .1)}.focus\:ring-offset-primary-400\/20:focus{--tw-ring-offset-color: rgb(180 180 209 / .2)}.focus\:ring-offset-primary-400\/25:focus{--tw-ring-offset-color: rgb(180 180 209 / .25)}.focus\:ring-offset-primary-400\/30:focus{--tw-ring-offset-color: rgb(180 180 209 / .3)}.focus\:ring-offset-primary-400\/40:focus{--tw-ring-offset-color: rgb(180 180 209 / .4)}.focus\:ring-offset-primary-400\/50:focus{--tw-ring-offset-color: rgb(180 180 209 / .5)}.focus\:ring-offset-primary-400\/60:focus{--tw-ring-offset-color: rgb(180 180 209 / .6)}.focus\:ring-offset-primary-400\/70:focus{--tw-ring-offset-color: rgb(180 180 209 / .7)}.focus\:ring-offset-primary-400\/75:focus{--tw-ring-offset-color: rgb(180 180 209 / .75)}.focus\:ring-offset-primary-400\/80:focus{--tw-ring-offset-color: rgb(180 180 209 / .8)}.focus\:ring-offset-primary-400\/90:focus{--tw-ring-offset-color: rgb(180 180 209 / .9)}.focus\:ring-offset-primary-400\/95:focus{--tw-ring-offset-color: rgb(180 180 209 / .95)}.focus\:ring-offset-primary-400\/100:focus{--tw-ring-offset-color: rgb(180 180 209 / 1)}.focus\:ring-offset-primary-500\/0:focus{--tw-ring-offset-color: rgb(147 147 191 / 0)}.focus\:ring-offset-primary-500\/5:focus{--tw-ring-offset-color: rgb(147 147 191 / .05)}.focus\:ring-offset-primary-500\/10:focus{--tw-ring-offset-color: rgb(147 147 191 / .1)}.focus\:ring-offset-primary-500\/20:focus{--tw-ring-offset-color: rgb(147 147 191 / .2)}.focus\:ring-offset-primary-500\/25:focus{--tw-ring-offset-color: rgb(147 147 191 / .25)}.focus\:ring-offset-primary-500\/30:focus{--tw-ring-offset-color: rgb(147 147 191 / .3)}.focus\:ring-offset-primary-500\/40:focus{--tw-ring-offset-color: rgb(147 147 191 / .4)}.focus\:ring-offset-primary-500\/50:focus{--tw-ring-offset-color: rgb(147 147 191 / .5)}.focus\:ring-offset-primary-500\/60:focus{--tw-ring-offset-color: rgb(147 147 191 / .6)}.focus\:ring-offset-primary-500\/70:focus{--tw-ring-offset-color: rgb(147 147 191 / .7)}.focus\:ring-offset-primary-500\/75:focus{--tw-ring-offset-color: rgb(147 147 191 / .75)}.focus\:ring-offset-primary-500\/80:focus{--tw-ring-offset-color: rgb(147 147 191 / .8)}.focus\:ring-offset-primary-500\/90:focus{--tw-ring-offset-color: rgb(147 147 191 / .9)}.focus\:ring-offset-primary-500\/95:focus{--tw-ring-offset-color: rgb(147 147 191 / .95)}.focus\:ring-offset-primary-500\/100:focus{--tw-ring-offset-color: rgb(147 147 191 / 1)}.focus\:ring-offset-primary-600\/0:focus{--tw-ring-offset-color: rgb(104 104 172 / 0)}.focus\:ring-offset-primary-600\/5:focus{--tw-ring-offset-color: rgb(104 104 172 / .05)}.focus\:ring-offset-primary-600\/10:focus{--tw-ring-offset-color: rgb(104 104 172 / .1)}.focus\:ring-offset-primary-600\/20:focus{--tw-ring-offset-color: rgb(104 104 172 / .2)}.focus\:ring-offset-primary-600\/25:focus{--tw-ring-offset-color: rgb(104 104 172 / .25)}.focus\:ring-offset-primary-600\/30:focus{--tw-ring-offset-color: rgb(104 104 172 / .3)}.focus\:ring-offset-primary-600\/40:focus{--tw-ring-offset-color: rgb(104 104 172 / .4)}.focus\:ring-offset-primary-600\/50:focus{--tw-ring-offset-color: rgb(104 104 172 / .5)}.focus\:ring-offset-primary-600\/60:focus{--tw-ring-offset-color: rgb(104 104 172 / .6)}.focus\:ring-offset-primary-600\/70:focus{--tw-ring-offset-color: rgb(104 104 172 / .7)}.focus\:ring-offset-primary-600\/75:focus{--tw-ring-offset-color: rgb(104 104 172 / .75)}.focus\:ring-offset-primary-600\/80:focus{--tw-ring-offset-color: rgb(104 104 172 / .8)}.focus\:ring-offset-primary-600\/90:focus{--tw-ring-offset-color: rgb(104 104 172 / .9)}.focus\:ring-offset-primary-600\/95:focus{--tw-ring-offset-color: rgb(104 104 172 / .95)}.focus\:ring-offset-primary-600\/100:focus{--tw-ring-offset-color: rgb(104 104 172 / 1)}.focus\:ring-offset-primary-700\/0:focus{--tw-ring-offset-color: rgb(93 93 153 / 0)}.focus\:ring-offset-primary-700\/5:focus{--tw-ring-offset-color: rgb(93 93 153 / .05)}.focus\:ring-offset-primary-700\/10:focus{--tw-ring-offset-color: rgb(93 93 153 / .1)}.focus\:ring-offset-primary-700\/20:focus{--tw-ring-offset-color: rgb(93 93 153 / .2)}.focus\:ring-offset-primary-700\/25:focus{--tw-ring-offset-color: rgb(93 93 153 / .25)}.focus\:ring-offset-primary-700\/30:focus{--tw-ring-offset-color: rgb(93 93 153 / .3)}.focus\:ring-offset-primary-700\/40:focus{--tw-ring-offset-color: rgb(93 93 153 / .4)}.focus\:ring-offset-primary-700\/50:focus{--tw-ring-offset-color: rgb(93 93 153 / .5)}.focus\:ring-offset-primary-700\/60:focus{--tw-ring-offset-color: rgb(93 93 153 / .6)}.focus\:ring-offset-primary-700\/70:focus{--tw-ring-offset-color: rgb(93 93 153 / .7)}.focus\:ring-offset-primary-700\/75:focus{--tw-ring-offset-color: rgb(93 93 153 / .75)}.focus\:ring-offset-primary-700\/80:focus{--tw-ring-offset-color: rgb(93 93 153 / .8)}.focus\:ring-offset-primary-700\/90:focus{--tw-ring-offset-color: rgb(93 93 153 / .9)}.focus\:ring-offset-primary-700\/95:focus{--tw-ring-offset-color: rgb(93 93 153 / .95)}.focus\:ring-offset-primary-700\/100:focus{--tw-ring-offset-color: rgb(93 93 153 / 1)}.focus\:ring-offset-primary-800\/0:focus{--tw-ring-offset-color: rgb(80 80 133 / 0)}.focus\:ring-offset-primary-800\/5:focus{--tw-ring-offset-color: rgb(80 80 133 / .05)}.focus\:ring-offset-primary-800\/10:focus{--tw-ring-offset-color: rgb(80 80 133 / .1)}.focus\:ring-offset-primary-800\/20:focus{--tw-ring-offset-color: rgb(80 80 133 / .2)}.focus\:ring-offset-primary-800\/25:focus{--tw-ring-offset-color: rgb(80 80 133 / .25)}.focus\:ring-offset-primary-800\/30:focus{--tw-ring-offset-color: rgb(80 80 133 / .3)}.focus\:ring-offset-primary-800\/40:focus{--tw-ring-offset-color: rgb(80 80 133 / .4)}.focus\:ring-offset-primary-800\/50:focus{--tw-ring-offset-color: rgb(80 80 133 / .5)}.focus\:ring-offset-primary-800\/60:focus{--tw-ring-offset-color: rgb(80 80 133 / .6)}.focus\:ring-offset-primary-800\/70:focus{--tw-ring-offset-color: rgb(80 80 133 / .7)}.focus\:ring-offset-primary-800\/75:focus{--tw-ring-offset-color: rgb(80 80 133 / .75)}.focus\:ring-offset-primary-800\/80:focus{--tw-ring-offset-color: rgb(80 80 133 / .8)}.focus\:ring-offset-primary-800\/90:focus{--tw-ring-offset-color: rgb(80 80 133 / .9)}.focus\:ring-offset-primary-800\/95:focus{--tw-ring-offset-color: rgb(80 80 133 / .95)}.focus\:ring-offset-primary-800\/100:focus{--tw-ring-offset-color: rgb(80 80 133 / 1)}.focus\:ring-offset-primary-900\/0:focus{--tw-ring-offset-color: rgb(65 65 108 / 0)}.focus\:ring-offset-primary-900\/5:focus{--tw-ring-offset-color: rgb(65 65 108 / .05)}.focus\:ring-offset-primary-900\/10:focus{--tw-ring-offset-color: rgb(65 65 108 / .1)}.focus\:ring-offset-primary-900\/20:focus{--tw-ring-offset-color: rgb(65 65 108 / .2)}.focus\:ring-offset-primary-900\/25:focus{--tw-ring-offset-color: rgb(65 65 108 / .25)}.focus\:ring-offset-primary-900\/30:focus{--tw-ring-offset-color: rgb(65 65 108 / .3)}.focus\:ring-offset-primary-900\/40:focus{--tw-ring-offset-color: rgb(65 65 108 / .4)}.focus\:ring-offset-primary-900\/50:focus{--tw-ring-offset-color: rgb(65 65 108 / .5)}.focus\:ring-offset-primary-900\/60:focus{--tw-ring-offset-color: rgb(65 65 108 / .6)}.focus\:ring-offset-primary-900\/70:focus{--tw-ring-offset-color: rgb(65 65 108 / .7)}.focus\:ring-offset-primary-900\/75:focus{--tw-ring-offset-color: rgb(65 65 108 / .75)}.focus\:ring-offset-primary-900\/80:focus{--tw-ring-offset-color: rgb(65 65 108 / .8)}.focus\:ring-offset-primary-900\/90:focus{--tw-ring-offset-color: rgb(65 65 108 / .9)}.focus\:ring-offset-primary-900\/95:focus{--tw-ring-offset-color: rgb(65 65 108 / .95)}.focus\:ring-offset-primary-900\/100:focus{--tw-ring-offset-color: rgb(65 65 108 / 1)}.focus\:ring-offset-primary-1000\/0:focus{--tw-ring-offset-color: rgb(46 46 76 / 0)}.focus\:ring-offset-primary-1000\/5:focus{--tw-ring-offset-color: rgb(46 46 76 / .05)}.focus\:ring-offset-primary-1000\/10:focus{--tw-ring-offset-color: rgb(46 46 76 / .1)}.focus\:ring-offset-primary-1000\/20:focus{--tw-ring-offset-color: rgb(46 46 76 / .2)}.focus\:ring-offset-primary-1000\/25:focus{--tw-ring-offset-color: rgb(46 46 76 / .25)}.focus\:ring-offset-primary-1000\/30:focus{--tw-ring-offset-color: rgb(46 46 76 / .3)}.focus\:ring-offset-primary-1000\/40:focus{--tw-ring-offset-color: rgb(46 46 76 / .4)}.focus\:ring-offset-primary-1000\/50:focus{--tw-ring-offset-color: rgb(46 46 76 / .5)}.focus\:ring-offset-primary-1000\/60:focus{--tw-ring-offset-color: rgb(46 46 76 / .6)}.focus\:ring-offset-primary-1000\/70:focus{--tw-ring-offset-color: rgb(46 46 76 / .7)}.focus\:ring-offset-primary-1000\/75:focus{--tw-ring-offset-color: rgb(46 46 76 / .75)}.focus\:ring-offset-primary-1000\/80:focus{--tw-ring-offset-color: rgb(46 46 76 / .8)}.focus\:ring-offset-primary-1000\/90:focus{--tw-ring-offset-color: rgb(46 46 76 / .9)}.focus\:ring-offset-primary-1000\/95:focus{--tw-ring-offset-color: rgb(46 46 76 / .95)}.focus\:ring-offset-primary-1000\/100:focus{--tw-ring-offset-color: rgb(46 46 76 / 1)}.focus\:ring-offset-primary-highlight-100\/0:focus{--tw-ring-offset-color: rgb(247 245 254 / 0)}.focus\:ring-offset-primary-highlight-100\/5:focus{--tw-ring-offset-color: rgb(247 245 254 / .05)}.focus\:ring-offset-primary-highlight-100\/10:focus{--tw-ring-offset-color: rgb(247 245 254 / .1)}.focus\:ring-offset-primary-highlight-100\/20:focus{--tw-ring-offset-color: rgb(247 245 254 / .2)}.focus\:ring-offset-primary-highlight-100\/25:focus{--tw-ring-offset-color: rgb(247 245 254 / .25)}.focus\:ring-offset-primary-highlight-100\/30:focus{--tw-ring-offset-color: rgb(247 245 254 / .3)}.focus\:ring-offset-primary-highlight-100\/40:focus{--tw-ring-offset-color: rgb(247 245 254 / .4)}.focus\:ring-offset-primary-highlight-100\/50:focus{--tw-ring-offset-color: rgb(247 245 254 / .5)}.focus\:ring-offset-primary-highlight-100\/60:focus{--tw-ring-offset-color: rgb(247 245 254 / .6)}.focus\:ring-offset-primary-highlight-100\/70:focus{--tw-ring-offset-color: rgb(247 245 254 / .7)}.focus\:ring-offset-primary-highlight-100\/75:focus{--tw-ring-offset-color: rgb(247 245 254 / .75)}.focus\:ring-offset-primary-highlight-100\/80:focus{--tw-ring-offset-color: rgb(247 245 254 / .8)}.focus\:ring-offset-primary-highlight-100\/90:focus{--tw-ring-offset-color: rgb(247 245 254 / .9)}.focus\:ring-offset-primary-highlight-100\/95:focus{--tw-ring-offset-color: rgb(247 245 254 / .95)}.focus\:ring-offset-primary-highlight-100\/100:focus{--tw-ring-offset-color: rgb(247 245 254 / 1)}.focus\:ring-offset-primary-highlight-200\/0:focus{--tw-ring-offset-color: rgb(239 236 254 / 0)}.focus\:ring-offset-primary-highlight-200\/5:focus{--tw-ring-offset-color: rgb(239 236 254 / .05)}.focus\:ring-offset-primary-highlight-200\/10:focus{--tw-ring-offset-color: rgb(239 236 254 / .1)}.focus\:ring-offset-primary-highlight-200\/20:focus{--tw-ring-offset-color: rgb(239 236 254 / .2)}.focus\:ring-offset-primary-highlight-200\/25:focus{--tw-ring-offset-color: rgb(239 236 254 / .25)}.focus\:ring-offset-primary-highlight-200\/30:focus{--tw-ring-offset-color: rgb(239 236 254 / .3)}.focus\:ring-offset-primary-highlight-200\/40:focus{--tw-ring-offset-color: rgb(239 236 254 / .4)}.focus\:ring-offset-primary-highlight-200\/50:focus{--tw-ring-offset-color: rgb(239 236 254 / .5)}.focus\:ring-offset-primary-highlight-200\/60:focus{--tw-ring-offset-color: rgb(239 236 254 / .6)}.focus\:ring-offset-primary-highlight-200\/70:focus{--tw-ring-offset-color: rgb(239 236 254 / .7)}.focus\:ring-offset-primary-highlight-200\/75:focus{--tw-ring-offset-color: rgb(239 236 254 / .75)}.focus\:ring-offset-primary-highlight-200\/80:focus{--tw-ring-offset-color: rgb(239 236 254 / .8)}.focus\:ring-offset-primary-highlight-200\/90:focus{--tw-ring-offset-color: rgb(239 236 254 / .9)}.focus\:ring-offset-primary-highlight-200\/95:focus{--tw-ring-offset-color: rgb(239 236 254 / .95)}.focus\:ring-offset-primary-highlight-200\/100:focus{--tw-ring-offset-color: rgb(239 236 254 / 1)}.focus\:ring-offset-primary-highlight-300\/0:focus{--tw-ring-offset-color: rgb(223 216 253 / 0)}.focus\:ring-offset-primary-highlight-300\/5:focus{--tw-ring-offset-color: rgb(223 216 253 / .05)}.focus\:ring-offset-primary-highlight-300\/10:focus{--tw-ring-offset-color: rgb(223 216 253 / .1)}.focus\:ring-offset-primary-highlight-300\/20:focus{--tw-ring-offset-color: rgb(223 216 253 / .2)}.focus\:ring-offset-primary-highlight-300\/25:focus{--tw-ring-offset-color: rgb(223 216 253 / .25)}.focus\:ring-offset-primary-highlight-300\/30:focus{--tw-ring-offset-color: rgb(223 216 253 / .3)}.focus\:ring-offset-primary-highlight-300\/40:focus{--tw-ring-offset-color: rgb(223 216 253 / .4)}.focus\:ring-offset-primary-highlight-300\/50:focus{--tw-ring-offset-color: rgb(223 216 253 / .5)}.focus\:ring-offset-primary-highlight-300\/60:focus{--tw-ring-offset-color: rgb(223 216 253 / .6)}.focus\:ring-offset-primary-highlight-300\/70:focus{--tw-ring-offset-color: rgb(223 216 253 / .7)}.focus\:ring-offset-primary-highlight-300\/75:focus{--tw-ring-offset-color: rgb(223 216 253 / .75)}.focus\:ring-offset-primary-highlight-300\/80:focus{--tw-ring-offset-color: rgb(223 216 253 / .8)}.focus\:ring-offset-primary-highlight-300\/90:focus{--tw-ring-offset-color: rgb(223 216 253 / .9)}.focus\:ring-offset-primary-highlight-300\/95:focus{--tw-ring-offset-color: rgb(223 216 253 / .95)}.focus\:ring-offset-primary-highlight-300\/100:focus{--tw-ring-offset-color: rgb(223 216 253 / 1)}.focus\:ring-offset-primary-highlight-400\/0:focus{--tw-ring-offset-color: rgb(206 193 252 / 0)}.focus\:ring-offset-primary-highlight-400\/5:focus{--tw-ring-offset-color: rgb(206 193 252 / .05)}.focus\:ring-offset-primary-highlight-400\/10:focus{--tw-ring-offset-color: rgb(206 193 252 / .1)}.focus\:ring-offset-primary-highlight-400\/20:focus{--tw-ring-offset-color: rgb(206 193 252 / .2)}.focus\:ring-offset-primary-highlight-400\/25:focus{--tw-ring-offset-color: rgb(206 193 252 / .25)}.focus\:ring-offset-primary-highlight-400\/30:focus{--tw-ring-offset-color: rgb(206 193 252 / .3)}.focus\:ring-offset-primary-highlight-400\/40:focus{--tw-ring-offset-color: rgb(206 193 252 / .4)}.focus\:ring-offset-primary-highlight-400\/50:focus{--tw-ring-offset-color: rgb(206 193 252 / .5)}.focus\:ring-offset-primary-highlight-400\/60:focus{--tw-ring-offset-color: rgb(206 193 252 / .6)}.focus\:ring-offset-primary-highlight-400\/70:focus{--tw-ring-offset-color: rgb(206 193 252 / .7)}.focus\:ring-offset-primary-highlight-400\/75:focus{--tw-ring-offset-color: rgb(206 193 252 / .75)}.focus\:ring-offset-primary-highlight-400\/80:focus{--tw-ring-offset-color: rgb(206 193 252 / .8)}.focus\:ring-offset-primary-highlight-400\/90:focus{--tw-ring-offset-color: rgb(206 193 252 / .9)}.focus\:ring-offset-primary-highlight-400\/95:focus{--tw-ring-offset-color: rgb(206 193 252 / .95)}.focus\:ring-offset-primary-highlight-400\/100:focus{--tw-ring-offset-color: rgb(206 193 252 / 1)}.focus\:ring-offset-primary-highlight-500\/0:focus{--tw-ring-offset-color: rgb(187 168 251 / 0)}.focus\:ring-offset-primary-highlight-500\/5:focus{--tw-ring-offset-color: rgb(187 168 251 / .05)}.focus\:ring-offset-primary-highlight-500\/10:focus{--tw-ring-offset-color: rgb(187 168 251 / .1)}.focus\:ring-offset-primary-highlight-500\/20:focus{--tw-ring-offset-color: rgb(187 168 251 / .2)}.focus\:ring-offset-primary-highlight-500\/25:focus{--tw-ring-offset-color: rgb(187 168 251 / .25)}.focus\:ring-offset-primary-highlight-500\/30:focus{--tw-ring-offset-color: rgb(187 168 251 / .3)}.focus\:ring-offset-primary-highlight-500\/40:focus{--tw-ring-offset-color: rgb(187 168 251 / .4)}.focus\:ring-offset-primary-highlight-500\/50:focus{--tw-ring-offset-color: rgb(187 168 251 / .5)}.focus\:ring-offset-primary-highlight-500\/60:focus{--tw-ring-offset-color: rgb(187 168 251 / .6)}.focus\:ring-offset-primary-highlight-500\/70:focus{--tw-ring-offset-color: rgb(187 168 251 / .7)}.focus\:ring-offset-primary-highlight-500\/75:focus{--tw-ring-offset-color: rgb(187 168 251 / .75)}.focus\:ring-offset-primary-highlight-500\/80:focus{--tw-ring-offset-color: rgb(187 168 251 / .8)}.focus\:ring-offset-primary-highlight-500\/90:focus{--tw-ring-offset-color: rgb(187 168 251 / .9)}.focus\:ring-offset-primary-highlight-500\/95:focus{--tw-ring-offset-color: rgb(187 168 251 / .95)}.focus\:ring-offset-primary-highlight-500\/100:focus{--tw-ring-offset-color: rgb(187 168 251 / 1)}.focus\:ring-offset-primary-highlight-600\/0:focus{--tw-ring-offset-color: rgb(167 139 250 / 0)}.focus\:ring-offset-primary-highlight-600\/5:focus{--tw-ring-offset-color: rgb(167 139 250 / .05)}.focus\:ring-offset-primary-highlight-600\/10:focus{--tw-ring-offset-color: rgb(167 139 250 / .1)}.focus\:ring-offset-primary-highlight-600\/20:focus{--tw-ring-offset-color: rgb(167 139 250 / .2)}.focus\:ring-offset-primary-highlight-600\/25:focus{--tw-ring-offset-color: rgb(167 139 250 / .25)}.focus\:ring-offset-primary-highlight-600\/30:focus{--tw-ring-offset-color: rgb(167 139 250 / .3)}.focus\:ring-offset-primary-highlight-600\/40:focus{--tw-ring-offset-color: rgb(167 139 250 / .4)}.focus\:ring-offset-primary-highlight-600\/50:focus{--tw-ring-offset-color: rgb(167 139 250 / .5)}.focus\:ring-offset-primary-highlight-600\/60:focus{--tw-ring-offset-color: rgb(167 139 250 / .6)}.focus\:ring-offset-primary-highlight-600\/70:focus{--tw-ring-offset-color: rgb(167 139 250 / .7)}.focus\:ring-offset-primary-highlight-600\/75:focus{--tw-ring-offset-color: rgb(167 139 250 / .75)}.focus\:ring-offset-primary-highlight-600\/80:focus{--tw-ring-offset-color: rgb(167 139 250 / .8)}.focus\:ring-offset-primary-highlight-600\/90:focus{--tw-ring-offset-color: rgb(167 139 250 / .9)}.focus\:ring-offset-primary-highlight-600\/95:focus{--tw-ring-offset-color: rgb(167 139 250 / .95)}.focus\:ring-offset-primary-highlight-600\/100:focus{--tw-ring-offset-color: rgb(167 139 250 / 1)}.focus\:ring-offset-primary-highlight-700\/0:focus{--tw-ring-offset-color: rgb(149 124 223 / 0)}.focus\:ring-offset-primary-highlight-700\/5:focus{--tw-ring-offset-color: rgb(149 124 223 / .05)}.focus\:ring-offset-primary-highlight-700\/10:focus{--tw-ring-offset-color: rgb(149 124 223 / .1)}.focus\:ring-offset-primary-highlight-700\/20:focus{--tw-ring-offset-color: rgb(149 124 223 / .2)}.focus\:ring-offset-primary-highlight-700\/25:focus{--tw-ring-offset-color: rgb(149 124 223 / .25)}.focus\:ring-offset-primary-highlight-700\/30:focus{--tw-ring-offset-color: rgb(149 124 223 / .3)}.focus\:ring-offset-primary-highlight-700\/40:focus{--tw-ring-offset-color: rgb(149 124 223 / .4)}.focus\:ring-offset-primary-highlight-700\/50:focus{--tw-ring-offset-color: rgb(149 124 223 / .5)}.focus\:ring-offset-primary-highlight-700\/60:focus{--tw-ring-offset-color: rgb(149 124 223 / .6)}.focus\:ring-offset-primary-highlight-700\/70:focus{--tw-ring-offset-color: rgb(149 124 223 / .7)}.focus\:ring-offset-primary-highlight-700\/75:focus{--tw-ring-offset-color: rgb(149 124 223 / .75)}.focus\:ring-offset-primary-highlight-700\/80:focus{--tw-ring-offset-color: rgb(149 124 223 / .8)}.focus\:ring-offset-primary-highlight-700\/90:focus{--tw-ring-offset-color: rgb(149 124 223 / .9)}.focus\:ring-offset-primary-highlight-700\/95:focus{--tw-ring-offset-color: rgb(149 124 223 / .95)}.focus\:ring-offset-primary-highlight-700\/100:focus{--tw-ring-offset-color: rgb(149 124 223 / 1)}.focus\:ring-offset-primary-highlight-800\/0:focus{--tw-ring-offset-color: rgb(129 107 193 / 0)}.focus\:ring-offset-primary-highlight-800\/5:focus{--tw-ring-offset-color: rgb(129 107 193 / .05)}.focus\:ring-offset-primary-highlight-800\/10:focus{--tw-ring-offset-color: rgb(129 107 193 / .1)}.focus\:ring-offset-primary-highlight-800\/20:focus{--tw-ring-offset-color: rgb(129 107 193 / .2)}.focus\:ring-offset-primary-highlight-800\/25:focus{--tw-ring-offset-color: rgb(129 107 193 / .25)}.focus\:ring-offset-primary-highlight-800\/30:focus{--tw-ring-offset-color: rgb(129 107 193 / .3)}.focus\:ring-offset-primary-highlight-800\/40:focus{--tw-ring-offset-color: rgb(129 107 193 / .4)}.focus\:ring-offset-primary-highlight-800\/50:focus{--tw-ring-offset-color: rgb(129 107 193 / .5)}.focus\:ring-offset-primary-highlight-800\/60:focus{--tw-ring-offset-color: rgb(129 107 193 / .6)}.focus\:ring-offset-primary-highlight-800\/70:focus{--tw-ring-offset-color: rgb(129 107 193 / .7)}.focus\:ring-offset-primary-highlight-800\/75:focus{--tw-ring-offset-color: rgb(129 107 193 / .75)}.focus\:ring-offset-primary-highlight-800\/80:focus{--tw-ring-offset-color: rgb(129 107 193 / .8)}.focus\:ring-offset-primary-highlight-800\/90:focus{--tw-ring-offset-color: rgb(129 107 193 / .9)}.focus\:ring-offset-primary-highlight-800\/95:focus{--tw-ring-offset-color: rgb(129 107 193 / .95)}.focus\:ring-offset-primary-highlight-800\/100:focus{--tw-ring-offset-color: rgb(129 107 193 / 1)}.focus\:ring-offset-primary-highlight-900\/0:focus{--tw-ring-offset-color: rgb(105 87 158 / 0)}.focus\:ring-offset-primary-highlight-900\/5:focus{--tw-ring-offset-color: rgb(105 87 158 / .05)}.focus\:ring-offset-primary-highlight-900\/10:focus{--tw-ring-offset-color: rgb(105 87 158 / .1)}.focus\:ring-offset-primary-highlight-900\/20:focus{--tw-ring-offset-color: rgb(105 87 158 / .2)}.focus\:ring-offset-primary-highlight-900\/25:focus{--tw-ring-offset-color: rgb(105 87 158 / .25)}.focus\:ring-offset-primary-highlight-900\/30:focus{--tw-ring-offset-color: rgb(105 87 158 / .3)}.focus\:ring-offset-primary-highlight-900\/40:focus{--tw-ring-offset-color: rgb(105 87 158 / .4)}.focus\:ring-offset-primary-highlight-900\/50:focus{--tw-ring-offset-color: rgb(105 87 158 / .5)}.focus\:ring-offset-primary-highlight-900\/60:focus{--tw-ring-offset-color: rgb(105 87 158 / .6)}.focus\:ring-offset-primary-highlight-900\/70:focus{--tw-ring-offset-color: rgb(105 87 158 / .7)}.focus\:ring-offset-primary-highlight-900\/75:focus{--tw-ring-offset-color: rgb(105 87 158 / .75)}.focus\:ring-offset-primary-highlight-900\/80:focus{--tw-ring-offset-color: rgb(105 87 158 / .8)}.focus\:ring-offset-primary-highlight-900\/90:focus{--tw-ring-offset-color: rgb(105 87 158 / .9)}.focus\:ring-offset-primary-highlight-900\/95:focus{--tw-ring-offset-color: rgb(105 87 158 / .95)}.focus\:ring-offset-primary-highlight-900\/100:focus{--tw-ring-offset-color: rgb(105 87 158 / 1)}.focus\:ring-offset-primary-highlight-1000\/0:focus{--tw-ring-offset-color: rgb(74 62 111 / 0)}.focus\:ring-offset-primary-highlight-1000\/5:focus{--tw-ring-offset-color: rgb(74 62 111 / .05)}.focus\:ring-offset-primary-highlight-1000\/10:focus{--tw-ring-offset-color: rgb(74 62 111 / .1)}.focus\:ring-offset-primary-highlight-1000\/20:focus{--tw-ring-offset-color: rgb(74 62 111 / .2)}.focus\:ring-offset-primary-highlight-1000\/25:focus{--tw-ring-offset-color: rgb(74 62 111 / .25)}.focus\:ring-offset-primary-highlight-1000\/30:focus{--tw-ring-offset-color: rgb(74 62 111 / .3)}.focus\:ring-offset-primary-highlight-1000\/40:focus{--tw-ring-offset-color: rgb(74 62 111 / .4)}.focus\:ring-offset-primary-highlight-1000\/50:focus{--tw-ring-offset-color: rgb(74 62 111 / .5)}.focus\:ring-offset-primary-highlight-1000\/60:focus{--tw-ring-offset-color: rgb(74 62 111 / .6)}.focus\:ring-offset-primary-highlight-1000\/70:focus{--tw-ring-offset-color: rgb(74 62 111 / .7)}.focus\:ring-offset-primary-highlight-1000\/75:focus{--tw-ring-offset-color: rgb(74 62 111 / .75)}.focus\:ring-offset-primary-highlight-1000\/80:focus{--tw-ring-offset-color: rgb(74 62 111 / .8)}.focus\:ring-offset-primary-highlight-1000\/90:focus{--tw-ring-offset-color: rgb(74 62 111 / .9)}.focus\:ring-offset-primary-highlight-1000\/95:focus{--tw-ring-offset-color: rgb(74 62 111 / .95)}.focus\:ring-offset-primary-highlight-1000\/100:focus{--tw-ring-offset-color: rgb(74 62 111 / 1)}.focus\:ring-offset-secondary-100\/0:focus{--tw-ring-offset-color: rgb(254 247 242 / 0)}.focus\:ring-offset-secondary-100\/5:focus{--tw-ring-offset-color: rgb(254 247 242 / .05)}.focus\:ring-offset-secondary-100\/10:focus{--tw-ring-offset-color: rgb(254 247 242 / .1)}.focus\:ring-offset-secondary-100\/20:focus{--tw-ring-offset-color: rgb(254 247 242 / .2)}.focus\:ring-offset-secondary-100\/25:focus{--tw-ring-offset-color: rgb(254 247 242 / .25)}.focus\:ring-offset-secondary-100\/30:focus{--tw-ring-offset-color: rgb(254 247 242 / .3)}.focus\:ring-offset-secondary-100\/40:focus{--tw-ring-offset-color: rgb(254 247 242 / .4)}.focus\:ring-offset-secondary-100\/50:focus{--tw-ring-offset-color: rgb(254 247 242 / .5)}.focus\:ring-offset-secondary-100\/60:focus{--tw-ring-offset-color: rgb(254 247 242 / .6)}.focus\:ring-offset-secondary-100\/70:focus{--tw-ring-offset-color: rgb(254 247 242 / .7)}.focus\:ring-offset-secondary-100\/75:focus{--tw-ring-offset-color: rgb(254 247 242 / .75)}.focus\:ring-offset-secondary-100\/80:focus{--tw-ring-offset-color: rgb(254 247 242 / .8)}.focus\:ring-offset-secondary-100\/90:focus{--tw-ring-offset-color: rgb(254 247 242 / .9)}.focus\:ring-offset-secondary-100\/95:focus{--tw-ring-offset-color: rgb(254 247 242 / .95)}.focus\:ring-offset-secondary-100\/100:focus{--tw-ring-offset-color: rgb(254 247 242 / 1)}.focus\:ring-offset-secondary-200\/0:focus{--tw-ring-offset-color: rgb(254 240 228 / 0)}.focus\:ring-offset-secondary-200\/5:focus{--tw-ring-offset-color: rgb(254 240 228 / .05)}.focus\:ring-offset-secondary-200\/10:focus{--tw-ring-offset-color: rgb(254 240 228 / .1)}.focus\:ring-offset-secondary-200\/20:focus{--tw-ring-offset-color: rgb(254 240 228 / .2)}.focus\:ring-offset-secondary-200\/25:focus{--tw-ring-offset-color: rgb(254 240 228 / .25)}.focus\:ring-offset-secondary-200\/30:focus{--tw-ring-offset-color: rgb(254 240 228 / .3)}.focus\:ring-offset-secondary-200\/40:focus{--tw-ring-offset-color: rgb(254 240 228 / .4)}.focus\:ring-offset-secondary-200\/50:focus{--tw-ring-offset-color: rgb(254 240 228 / .5)}.focus\:ring-offset-secondary-200\/60:focus{--tw-ring-offset-color: rgb(254 240 228 / .6)}.focus\:ring-offset-secondary-200\/70:focus{--tw-ring-offset-color: rgb(254 240 228 / .7)}.focus\:ring-offset-secondary-200\/75:focus{--tw-ring-offset-color: rgb(254 240 228 / .75)}.focus\:ring-offset-secondary-200\/80:focus{--tw-ring-offset-color: rgb(254 240 228 / .8)}.focus\:ring-offset-secondary-200\/90:focus{--tw-ring-offset-color: rgb(254 240 228 / .9)}.focus\:ring-offset-secondary-200\/95:focus{--tw-ring-offset-color: rgb(254 240 228 / .95)}.focus\:ring-offset-secondary-200\/100:focus{--tw-ring-offset-color: rgb(254 240 228 / 1)}.focus\:ring-offset-secondary-300\/0:focus{--tw-ring-offset-color: rgb(253 225 198 / 0)}.focus\:ring-offset-secondary-300\/5:focus{--tw-ring-offset-color: rgb(253 225 198 / .05)}.focus\:ring-offset-secondary-300\/10:focus{--tw-ring-offset-color: rgb(253 225 198 / .1)}.focus\:ring-offset-secondary-300\/20:focus{--tw-ring-offset-color: rgb(253 225 198 / .2)}.focus\:ring-offset-secondary-300\/25:focus{--tw-ring-offset-color: rgb(253 225 198 / .25)}.focus\:ring-offset-secondary-300\/30:focus{--tw-ring-offset-color: rgb(253 225 198 / .3)}.focus\:ring-offset-secondary-300\/40:focus{--tw-ring-offset-color: rgb(253 225 198 / .4)}.focus\:ring-offset-secondary-300\/50:focus{--tw-ring-offset-color: rgb(253 225 198 / .5)}.focus\:ring-offset-secondary-300\/60:focus{--tw-ring-offset-color: rgb(253 225 198 / .6)}.focus\:ring-offset-secondary-300\/70:focus{--tw-ring-offset-color: rgb(253 225 198 / .7)}.focus\:ring-offset-secondary-300\/75:focus{--tw-ring-offset-color: rgb(253 225 198 / .75)}.focus\:ring-offset-secondary-300\/80:focus{--tw-ring-offset-color: rgb(253 225 198 / .8)}.focus\:ring-offset-secondary-300\/90:focus{--tw-ring-offset-color: rgb(253 225 198 / .9)}.focus\:ring-offset-secondary-300\/95:focus{--tw-ring-offset-color: rgb(253 225 198 / .95)}.focus\:ring-offset-secondary-300\/100:focus{--tw-ring-offset-color: rgb(253 225 198 / 1)}.focus\:ring-offset-secondary-400\/0:focus{--tw-ring-offset-color: rgb(252 209 162 / 0)}.focus\:ring-offset-secondary-400\/5:focus{--tw-ring-offset-color: rgb(252 209 162 / .05)}.focus\:ring-offset-secondary-400\/10:focus{--tw-ring-offset-color: rgb(252 209 162 / .1)}.focus\:ring-offset-secondary-400\/20:focus{--tw-ring-offset-color: rgb(252 209 162 / .2)}.focus\:ring-offset-secondary-400\/25:focus{--tw-ring-offset-color: rgb(252 209 162 / .25)}.focus\:ring-offset-secondary-400\/30:focus{--tw-ring-offset-color: rgb(252 209 162 / .3)}.focus\:ring-offset-secondary-400\/40:focus{--tw-ring-offset-color: rgb(252 209 162 / .4)}.focus\:ring-offset-secondary-400\/50:focus{--tw-ring-offset-color: rgb(252 209 162 / .5)}.focus\:ring-offset-secondary-400\/60:focus{--tw-ring-offset-color: rgb(252 209 162 / .6)}.focus\:ring-offset-secondary-400\/70:focus{--tw-ring-offset-color: rgb(252 209 162 / .7)}.focus\:ring-offset-secondary-400\/75:focus{--tw-ring-offset-color: rgb(252 209 162 / .75)}.focus\:ring-offset-secondary-400\/80:focus{--tw-ring-offset-color: rgb(252 209 162 / .8)}.focus\:ring-offset-secondary-400\/90:focus{--tw-ring-offset-color: rgb(252 209 162 / .9)}.focus\:ring-offset-secondary-400\/95:focus{--tw-ring-offset-color: rgb(252 209 162 / .95)}.focus\:ring-offset-secondary-400\/100:focus{--tw-ring-offset-color: rgb(252 209 162 / 1)}.focus\:ring-offset-secondary-500\/0:focus{--tw-ring-offset-color: rgb(251 191 117 / 0)}.focus\:ring-offset-secondary-500\/5:focus{--tw-ring-offset-color: rgb(251 191 117 / .05)}.focus\:ring-offset-secondary-500\/10:focus{--tw-ring-offset-color: rgb(251 191 117 / .1)}.focus\:ring-offset-secondary-500\/20:focus{--tw-ring-offset-color: rgb(251 191 117 / .2)}.focus\:ring-offset-secondary-500\/25:focus{--tw-ring-offset-color: rgb(251 191 117 / .25)}.focus\:ring-offset-secondary-500\/30:focus{--tw-ring-offset-color: rgb(251 191 117 / .3)}.focus\:ring-offset-secondary-500\/40:focus{--tw-ring-offset-color: rgb(251 191 117 / .4)}.focus\:ring-offset-secondary-500\/50:focus{--tw-ring-offset-color: rgb(251 191 117 / .5)}.focus\:ring-offset-secondary-500\/60:focus{--tw-ring-offset-color: rgb(251 191 117 / .6)}.focus\:ring-offset-secondary-500\/70:focus{--tw-ring-offset-color: rgb(251 191 117 / .7)}.focus\:ring-offset-secondary-500\/75:focus{--tw-ring-offset-color: rgb(251 191 117 / .75)}.focus\:ring-offset-secondary-500\/80:focus{--tw-ring-offset-color: rgb(251 191 117 / .8)}.focus\:ring-offset-secondary-500\/90:focus{--tw-ring-offset-color: rgb(251 191 117 / .9)}.focus\:ring-offset-secondary-500\/95:focus{--tw-ring-offset-color: rgb(251 191 117 / .95)}.focus\:ring-offset-secondary-500\/100:focus{--tw-ring-offset-color: rgb(251 191 117 / 1)}.focus\:ring-offset-secondary-600\/0:focus{--tw-ring-offset-color: rgb(250 172 30 / 0)}.focus\:ring-offset-secondary-600\/5:focus{--tw-ring-offset-color: rgb(250 172 30 / .05)}.focus\:ring-offset-secondary-600\/10:focus{--tw-ring-offset-color: rgb(250 172 30 / .1)}.focus\:ring-offset-secondary-600\/20:focus{--tw-ring-offset-color: rgb(250 172 30 / .2)}.focus\:ring-offset-secondary-600\/25:focus{--tw-ring-offset-color: rgb(250 172 30 / .25)}.focus\:ring-offset-secondary-600\/30:focus{--tw-ring-offset-color: rgb(250 172 30 / .3)}.focus\:ring-offset-secondary-600\/40:focus{--tw-ring-offset-color: rgb(250 172 30 / .4)}.focus\:ring-offset-secondary-600\/50:focus{--tw-ring-offset-color: rgb(250 172 30 / .5)}.focus\:ring-offset-secondary-600\/60:focus{--tw-ring-offset-color: rgb(250 172 30 / .6)}.focus\:ring-offset-secondary-600\/70:focus{--tw-ring-offset-color: rgb(250 172 30 / .7)}.focus\:ring-offset-secondary-600\/75:focus{--tw-ring-offset-color: rgb(250 172 30 / .75)}.focus\:ring-offset-secondary-600\/80:focus{--tw-ring-offset-color: rgb(250 172 30 / .8)}.focus\:ring-offset-secondary-600\/90:focus{--tw-ring-offset-color: rgb(250 172 30 / .9)}.focus\:ring-offset-secondary-600\/95:focus{--tw-ring-offset-color: rgb(250 172 30 / .95)}.focus\:ring-offset-secondary-600\/100:focus{--tw-ring-offset-color: rgb(250 172 30 / 1)}.focus\:ring-offset-secondary-700\/0:focus{--tw-ring-offset-color: rgb(223 153 26 / 0)}.focus\:ring-offset-secondary-700\/5:focus{--tw-ring-offset-color: rgb(223 153 26 / .05)}.focus\:ring-offset-secondary-700\/10:focus{--tw-ring-offset-color: rgb(223 153 26 / .1)}.focus\:ring-offset-secondary-700\/20:focus{--tw-ring-offset-color: rgb(223 153 26 / .2)}.focus\:ring-offset-secondary-700\/25:focus{--tw-ring-offset-color: rgb(223 153 26 / .25)}.focus\:ring-offset-secondary-700\/30:focus{--tw-ring-offset-color: rgb(223 153 26 / .3)}.focus\:ring-offset-secondary-700\/40:focus{--tw-ring-offset-color: rgb(223 153 26 / .4)}.focus\:ring-offset-secondary-700\/50:focus{--tw-ring-offset-color: rgb(223 153 26 / .5)}.focus\:ring-offset-secondary-700\/60:focus{--tw-ring-offset-color: rgb(223 153 26 / .6)}.focus\:ring-offset-secondary-700\/70:focus{--tw-ring-offset-color: rgb(223 153 26 / .7)}.focus\:ring-offset-secondary-700\/75:focus{--tw-ring-offset-color: rgb(223 153 26 / .75)}.focus\:ring-offset-secondary-700\/80:focus{--tw-ring-offset-color: rgb(223 153 26 / .8)}.focus\:ring-offset-secondary-700\/90:focus{--tw-ring-offset-color: rgb(223 153 26 / .9)}.focus\:ring-offset-secondary-700\/95:focus{--tw-ring-offset-color: rgb(223 153 26 / .95)}.focus\:ring-offset-secondary-700\/100:focus{--tw-ring-offset-color: rgb(223 153 26 / 1)}.focus\:ring-offset-secondary-800\/0:focus{--tw-ring-offset-color: rgb(193 133 23 / 0)}.focus\:ring-offset-secondary-800\/5:focus{--tw-ring-offset-color: rgb(193 133 23 / .05)}.focus\:ring-offset-secondary-800\/10:focus{--tw-ring-offset-color: rgb(193 133 23 / .1)}.focus\:ring-offset-secondary-800\/20:focus{--tw-ring-offset-color: rgb(193 133 23 / .2)}.focus\:ring-offset-secondary-800\/25:focus{--tw-ring-offset-color: rgb(193 133 23 / .25)}.focus\:ring-offset-secondary-800\/30:focus{--tw-ring-offset-color: rgb(193 133 23 / .3)}.focus\:ring-offset-secondary-800\/40:focus{--tw-ring-offset-color: rgb(193 133 23 / .4)}.focus\:ring-offset-secondary-800\/50:focus{--tw-ring-offset-color: rgb(193 133 23 / .5)}.focus\:ring-offset-secondary-800\/60:focus{--tw-ring-offset-color: rgb(193 133 23 / .6)}.focus\:ring-offset-secondary-800\/70:focus{--tw-ring-offset-color: rgb(193 133 23 / .7)}.focus\:ring-offset-secondary-800\/75:focus{--tw-ring-offset-color: rgb(193 133 23 / .75)}.focus\:ring-offset-secondary-800\/80:focus{--tw-ring-offset-color: rgb(193 133 23 / .8)}.focus\:ring-offset-secondary-800\/90:focus{--tw-ring-offset-color: rgb(193 133 23 / .9)}.focus\:ring-offset-secondary-800\/95:focus{--tw-ring-offset-color: rgb(193 133 23 / .95)}.focus\:ring-offset-secondary-800\/100:focus{--tw-ring-offset-color: rgb(193 133 23 / 1)}.focus\:ring-offset-secondary-900\/0:focus{--tw-ring-offset-color: rgb(158 108 18 / 0)}.focus\:ring-offset-secondary-900\/5:focus{--tw-ring-offset-color: rgb(158 108 18 / .05)}.focus\:ring-offset-secondary-900\/10:focus{--tw-ring-offset-color: rgb(158 108 18 / .1)}.focus\:ring-offset-secondary-900\/20:focus{--tw-ring-offset-color: rgb(158 108 18 / .2)}.focus\:ring-offset-secondary-900\/25:focus{--tw-ring-offset-color: rgb(158 108 18 / .25)}.focus\:ring-offset-secondary-900\/30:focus{--tw-ring-offset-color: rgb(158 108 18 / .3)}.focus\:ring-offset-secondary-900\/40:focus{--tw-ring-offset-color: rgb(158 108 18 / .4)}.focus\:ring-offset-secondary-900\/50:focus{--tw-ring-offset-color: rgb(158 108 18 / .5)}.focus\:ring-offset-secondary-900\/60:focus{--tw-ring-offset-color: rgb(158 108 18 / .6)}.focus\:ring-offset-secondary-900\/70:focus{--tw-ring-offset-color: rgb(158 108 18 / .7)}.focus\:ring-offset-secondary-900\/75:focus{--tw-ring-offset-color: rgb(158 108 18 / .75)}.focus\:ring-offset-secondary-900\/80:focus{--tw-ring-offset-color: rgb(158 108 18 / .8)}.focus\:ring-offset-secondary-900\/90:focus{--tw-ring-offset-color: rgb(158 108 18 / .9)}.focus\:ring-offset-secondary-900\/95:focus{--tw-ring-offset-color: rgb(158 108 18 / .95)}.focus\:ring-offset-secondary-900\/100:focus{--tw-ring-offset-color: rgb(158 108 18 / 1)}.focus\:ring-offset-secondary-1000\/0:focus{--tw-ring-offset-color: rgb(111 76 13 / 0)}.focus\:ring-offset-secondary-1000\/5:focus{--tw-ring-offset-color: rgb(111 76 13 / .05)}.focus\:ring-offset-secondary-1000\/10:focus{--tw-ring-offset-color: rgb(111 76 13 / .1)}.focus\:ring-offset-secondary-1000\/20:focus{--tw-ring-offset-color: rgb(111 76 13 / .2)}.focus\:ring-offset-secondary-1000\/25:focus{--tw-ring-offset-color: rgb(111 76 13 / .25)}.focus\:ring-offset-secondary-1000\/30:focus{--tw-ring-offset-color: rgb(111 76 13 / .3)}.focus\:ring-offset-secondary-1000\/40:focus{--tw-ring-offset-color: rgb(111 76 13 / .4)}.focus\:ring-offset-secondary-1000\/50:focus{--tw-ring-offset-color: rgb(111 76 13 / .5)}.focus\:ring-offset-secondary-1000\/60:focus{--tw-ring-offset-color: rgb(111 76 13 / .6)}.focus\:ring-offset-secondary-1000\/70:focus{--tw-ring-offset-color: rgb(111 76 13 / .7)}.focus\:ring-offset-secondary-1000\/75:focus{--tw-ring-offset-color: rgb(111 76 13 / .75)}.focus\:ring-offset-secondary-1000\/80:focus{--tw-ring-offset-color: rgb(111 76 13 / .8)}.focus\:ring-offset-secondary-1000\/90:focus{--tw-ring-offset-color: rgb(111 76 13 / .9)}.focus\:ring-offset-secondary-1000\/95:focus{--tw-ring-offset-color: rgb(111 76 13 / .95)}.focus\:ring-offset-secondary-1000\/100:focus{--tw-ring-offset-color: rgb(111 76 13 / 1)}.focus\:ring-offset-grey-100\/0:focus{--tw-ring-offset-color: rgb(242 243 244 / 0)}.focus\:ring-offset-grey-100\/5:focus{--tw-ring-offset-color: rgb(242 243 244 / .05)}.focus\:ring-offset-grey-100\/10:focus{--tw-ring-offset-color: rgb(242 243 244 / .1)}.focus\:ring-offset-grey-100\/20:focus{--tw-ring-offset-color: rgb(242 243 244 / .2)}.focus\:ring-offset-grey-100\/25:focus{--tw-ring-offset-color: rgb(242 243 244 / .25)}.focus\:ring-offset-grey-100\/30:focus{--tw-ring-offset-color: rgb(242 243 244 / .3)}.focus\:ring-offset-grey-100\/40:focus{--tw-ring-offset-color: rgb(242 243 244 / .4)}.focus\:ring-offset-grey-100\/50:focus{--tw-ring-offset-color: rgb(242 243 244 / .5)}.focus\:ring-offset-grey-100\/60:focus{--tw-ring-offset-color: rgb(242 243 244 / .6)}.focus\:ring-offset-grey-100\/70:focus{--tw-ring-offset-color: rgb(242 243 244 / .7)}.focus\:ring-offset-grey-100\/75:focus{--tw-ring-offset-color: rgb(242 243 244 / .75)}.focus\:ring-offset-grey-100\/80:focus{--tw-ring-offset-color: rgb(242 243 244 / .8)}.focus\:ring-offset-grey-100\/90:focus{--tw-ring-offset-color: rgb(242 243 244 / .9)}.focus\:ring-offset-grey-100\/95:focus{--tw-ring-offset-color: rgb(242 243 244 / .95)}.focus\:ring-offset-grey-100\/100:focus{--tw-ring-offset-color: rgb(242 243 244 / 1)}.focus\:ring-offset-grey-200\/0:focus{--tw-ring-offset-color: rgb(230 231 232 / 0)}.focus\:ring-offset-grey-200\/5:focus{--tw-ring-offset-color: rgb(230 231 232 / .05)}.focus\:ring-offset-grey-200\/10:focus{--tw-ring-offset-color: rgb(230 231 232 / .1)}.focus\:ring-offset-grey-200\/20:focus{--tw-ring-offset-color: rgb(230 231 232 / .2)}.focus\:ring-offset-grey-200\/25:focus{--tw-ring-offset-color: rgb(230 231 232 / .25)}.focus\:ring-offset-grey-200\/30:focus{--tw-ring-offset-color: rgb(230 231 232 / .3)}.focus\:ring-offset-grey-200\/40:focus{--tw-ring-offset-color: rgb(230 231 232 / .4)}.focus\:ring-offset-grey-200\/50:focus{--tw-ring-offset-color: rgb(230 231 232 / .5)}.focus\:ring-offset-grey-200\/60:focus{--tw-ring-offset-color: rgb(230 231 232 / .6)}.focus\:ring-offset-grey-200\/70:focus{--tw-ring-offset-color: rgb(230 231 232 / .7)}.focus\:ring-offset-grey-200\/75:focus{--tw-ring-offset-color: rgb(230 231 232 / .75)}.focus\:ring-offset-grey-200\/80:focus{--tw-ring-offset-color: rgb(230 231 232 / .8)}.focus\:ring-offset-grey-200\/90:focus{--tw-ring-offset-color: rgb(230 231 232 / .9)}.focus\:ring-offset-grey-200\/95:focus{--tw-ring-offset-color: rgb(230 231 232 / .95)}.focus\:ring-offset-grey-200\/100:focus{--tw-ring-offset-color: rgb(230 231 232 / 1)}.focus\:ring-offset-grey-300\/0:focus{--tw-ring-offset-color: rgb(202 204 208 / 0)}.focus\:ring-offset-grey-300\/5:focus{--tw-ring-offset-color: rgb(202 204 208 / .05)}.focus\:ring-offset-grey-300\/10:focus{--tw-ring-offset-color: rgb(202 204 208 / .1)}.focus\:ring-offset-grey-300\/20:focus{--tw-ring-offset-color: rgb(202 204 208 / .2)}.focus\:ring-offset-grey-300\/25:focus{--tw-ring-offset-color: rgb(202 204 208 / .25)}.focus\:ring-offset-grey-300\/30:focus{--tw-ring-offset-color: rgb(202 204 208 / .3)}.focus\:ring-offset-grey-300\/40:focus{--tw-ring-offset-color: rgb(202 204 208 / .4)}.focus\:ring-offset-grey-300\/50:focus{--tw-ring-offset-color: rgb(202 204 208 / .5)}.focus\:ring-offset-grey-300\/60:focus{--tw-ring-offset-color: rgb(202 204 208 / .6)}.focus\:ring-offset-grey-300\/70:focus{--tw-ring-offset-color: rgb(202 204 208 / .7)}.focus\:ring-offset-grey-300\/75:focus{--tw-ring-offset-color: rgb(202 204 208 / .75)}.focus\:ring-offset-grey-300\/80:focus{--tw-ring-offset-color: rgb(202 204 208 / .8)}.focus\:ring-offset-grey-300\/90:focus{--tw-ring-offset-color: rgb(202 204 208 / .9)}.focus\:ring-offset-grey-300\/95:focus{--tw-ring-offset-color: rgb(202 204 208 / .95)}.focus\:ring-offset-grey-300\/100:focus{--tw-ring-offset-color: rgb(202 204 208 / 1)}.focus\:ring-offset-grey-400\/0:focus{--tw-ring-offset-color: rgb(170 174 180 / 0)}.focus\:ring-offset-grey-400\/5:focus{--tw-ring-offset-color: rgb(170 174 180 / .05)}.focus\:ring-offset-grey-400\/10:focus{--tw-ring-offset-color: rgb(170 174 180 / .1)}.focus\:ring-offset-grey-400\/20:focus{--tw-ring-offset-color: rgb(170 174 180 / .2)}.focus\:ring-offset-grey-400\/25:focus{--tw-ring-offset-color: rgb(170 174 180 / .25)}.focus\:ring-offset-grey-400\/30:focus{--tw-ring-offset-color: rgb(170 174 180 / .3)}.focus\:ring-offset-grey-400\/40:focus{--tw-ring-offset-color: rgb(170 174 180 / .4)}.focus\:ring-offset-grey-400\/50:focus{--tw-ring-offset-color: rgb(170 174 180 / .5)}.focus\:ring-offset-grey-400\/60:focus{--tw-ring-offset-color: rgb(170 174 180 / .6)}.focus\:ring-offset-grey-400\/70:focus{--tw-ring-offset-color: rgb(170 174 180 / .7)}.focus\:ring-offset-grey-400\/75:focus{--tw-ring-offset-color: rgb(170 174 180 / .75)}.focus\:ring-offset-grey-400\/80:focus{--tw-ring-offset-color: rgb(170 174 180 / .8)}.focus\:ring-offset-grey-400\/90:focus{--tw-ring-offset-color: rgb(170 174 180 / .9)}.focus\:ring-offset-grey-400\/95:focus{--tw-ring-offset-color: rgb(170 174 180 / .95)}.focus\:ring-offset-grey-400\/100:focus{--tw-ring-offset-color: rgb(170 174 180 / 1)}.focus\:ring-offset-grey-500\/0:focus{--tw-ring-offset-color: rgb(130 137 147 / 0)}.focus\:ring-offset-grey-500\/5:focus{--tw-ring-offset-color: rgb(130 137 147 / .05)}.focus\:ring-offset-grey-500\/10:focus{--tw-ring-offset-color: rgb(130 137 147 / .1)}.focus\:ring-offset-grey-500\/20:focus{--tw-ring-offset-color: rgb(130 137 147 / .2)}.focus\:ring-offset-grey-500\/25:focus{--tw-ring-offset-color: rgb(130 137 147 / .25)}.focus\:ring-offset-grey-500\/30:focus{--tw-ring-offset-color: rgb(130 137 147 / .3)}.focus\:ring-offset-grey-500\/40:focus{--tw-ring-offset-color: rgb(130 137 147 / .4)}.focus\:ring-offset-grey-500\/50:focus{--tw-ring-offset-color: rgb(130 137 147 / .5)}.focus\:ring-offset-grey-500\/60:focus{--tw-ring-offset-color: rgb(130 137 147 / .6)}.focus\:ring-offset-grey-500\/70:focus{--tw-ring-offset-color: rgb(130 137 147 / .7)}.focus\:ring-offset-grey-500\/75:focus{--tw-ring-offset-color: rgb(130 137 147 / .75)}.focus\:ring-offset-grey-500\/80:focus{--tw-ring-offset-color: rgb(130 137 147 / .8)}.focus\:ring-offset-grey-500\/90:focus{--tw-ring-offset-color: rgb(130 137 147 / .9)}.focus\:ring-offset-grey-500\/95:focus{--tw-ring-offset-color: rgb(130 137 147 / .95)}.focus\:ring-offset-grey-500\/100:focus{--tw-ring-offset-color: rgb(130 137 147 / 1)}.focus\:ring-offset-grey-600\/0:focus{--tw-ring-offset-color: rgb(71 85 105 / 0)}.focus\:ring-offset-grey-600\/5:focus{--tw-ring-offset-color: rgb(71 85 105 / .05)}.focus\:ring-offset-grey-600\/10:focus{--tw-ring-offset-color: rgb(71 85 105 / .1)}.focus\:ring-offset-grey-600\/20:focus{--tw-ring-offset-color: rgb(71 85 105 / .2)}.focus\:ring-offset-grey-600\/25:focus{--tw-ring-offset-color: rgb(71 85 105 / .25)}.focus\:ring-offset-grey-600\/30:focus{--tw-ring-offset-color: rgb(71 85 105 / .3)}.focus\:ring-offset-grey-600\/40:focus{--tw-ring-offset-color: rgb(71 85 105 / .4)}.focus\:ring-offset-grey-600\/50:focus{--tw-ring-offset-color: rgb(71 85 105 / .5)}.focus\:ring-offset-grey-600\/60:focus{--tw-ring-offset-color: rgb(71 85 105 / .6)}.focus\:ring-offset-grey-600\/70:focus{--tw-ring-offset-color: rgb(71 85 105 / .7)}.focus\:ring-offset-grey-600\/75:focus{--tw-ring-offset-color: rgb(71 85 105 / .75)}.focus\:ring-offset-grey-600\/80:focus{--tw-ring-offset-color: rgb(71 85 105 / .8)}.focus\:ring-offset-grey-600\/90:focus{--tw-ring-offset-color: rgb(71 85 105 / .9)}.focus\:ring-offset-grey-600\/95:focus{--tw-ring-offset-color: rgb(71 85 105 / .95)}.focus\:ring-offset-grey-600\/100:focus{--tw-ring-offset-color: rgb(71 85 105 / 1)}.focus\:ring-offset-grey-700\/0:focus{--tw-ring-offset-color: rgb(63 76 93 / 0)}.focus\:ring-offset-grey-700\/5:focus{--tw-ring-offset-color: rgb(63 76 93 / .05)}.focus\:ring-offset-grey-700\/10:focus{--tw-ring-offset-color: rgb(63 76 93 / .1)}.focus\:ring-offset-grey-700\/20:focus{--tw-ring-offset-color: rgb(63 76 93 / .2)}.focus\:ring-offset-grey-700\/25:focus{--tw-ring-offset-color: rgb(63 76 93 / .25)}.focus\:ring-offset-grey-700\/30:focus{--tw-ring-offset-color: rgb(63 76 93 / .3)}.focus\:ring-offset-grey-700\/40:focus{--tw-ring-offset-color: rgb(63 76 93 / .4)}.focus\:ring-offset-grey-700\/50:focus{--tw-ring-offset-color: rgb(63 76 93 / .5)}.focus\:ring-offset-grey-700\/60:focus{--tw-ring-offset-color: rgb(63 76 93 / .6)}.focus\:ring-offset-grey-700\/70:focus{--tw-ring-offset-color: rgb(63 76 93 / .7)}.focus\:ring-offset-grey-700\/75:focus{--tw-ring-offset-color: rgb(63 76 93 / .75)}.focus\:ring-offset-grey-700\/80:focus{--tw-ring-offset-color: rgb(63 76 93 / .8)}.focus\:ring-offset-grey-700\/90:focus{--tw-ring-offset-color: rgb(63 76 93 / .9)}.focus\:ring-offset-grey-700\/95:focus{--tw-ring-offset-color: rgb(63 76 93 / .95)}.focus\:ring-offset-grey-700\/100:focus{--tw-ring-offset-color: rgb(63 76 93 / 1)}.focus\:ring-offset-grey-800\/0:focus{--tw-ring-offset-color: rgb(54 65 81 / 0)}.focus\:ring-offset-grey-800\/5:focus{--tw-ring-offset-color: rgb(54 65 81 / .05)}.focus\:ring-offset-grey-800\/10:focus{--tw-ring-offset-color: rgb(54 65 81 / .1)}.focus\:ring-offset-grey-800\/20:focus{--tw-ring-offset-color: rgb(54 65 81 / .2)}.focus\:ring-offset-grey-800\/25:focus{--tw-ring-offset-color: rgb(54 65 81 / .25)}.focus\:ring-offset-grey-800\/30:focus{--tw-ring-offset-color: rgb(54 65 81 / .3)}.focus\:ring-offset-grey-800\/40:focus{--tw-ring-offset-color: rgb(54 65 81 / .4)}.focus\:ring-offset-grey-800\/50:focus{--tw-ring-offset-color: rgb(54 65 81 / .5)}.focus\:ring-offset-grey-800\/60:focus{--tw-ring-offset-color: rgb(54 65 81 / .6)}.focus\:ring-offset-grey-800\/70:focus{--tw-ring-offset-color: rgb(54 65 81 / .7)}.focus\:ring-offset-grey-800\/75:focus{--tw-ring-offset-color: rgb(54 65 81 / .75)}.focus\:ring-offset-grey-800\/80:focus{--tw-ring-offset-color: rgb(54 65 81 / .8)}.focus\:ring-offset-grey-800\/90:focus{--tw-ring-offset-color: rgb(54 65 81 / .9)}.focus\:ring-offset-grey-800\/95:focus{--tw-ring-offset-color: rgb(54 65 81 / .95)}.focus\:ring-offset-grey-800\/100:focus{--tw-ring-offset-color: rgb(54 65 81 / 1)}.focus\:ring-offset-grey-900\/0:focus{--tw-ring-offset-color: rgb(44 53 66 / 0)}.focus\:ring-offset-grey-900\/5:focus{--tw-ring-offset-color: rgb(44 53 66 / .05)}.focus\:ring-offset-grey-900\/10:focus{--tw-ring-offset-color: rgb(44 53 66 / .1)}.focus\:ring-offset-grey-900\/20:focus{--tw-ring-offset-color: rgb(44 53 66 / .2)}.focus\:ring-offset-grey-900\/25:focus{--tw-ring-offset-color: rgb(44 53 66 / .25)}.focus\:ring-offset-grey-900\/30:focus{--tw-ring-offset-color: rgb(44 53 66 / .3)}.focus\:ring-offset-grey-900\/40:focus{--tw-ring-offset-color: rgb(44 53 66 / .4)}.focus\:ring-offset-grey-900\/50:focus{--tw-ring-offset-color: rgb(44 53 66 / .5)}.focus\:ring-offset-grey-900\/60:focus{--tw-ring-offset-color: rgb(44 53 66 / .6)}.focus\:ring-offset-grey-900\/70:focus{--tw-ring-offset-color: rgb(44 53 66 / .7)}.focus\:ring-offset-grey-900\/75:focus{--tw-ring-offset-color: rgb(44 53 66 / .75)}.focus\:ring-offset-grey-900\/80:focus{--tw-ring-offset-color: rgb(44 53 66 / .8)}.focus\:ring-offset-grey-900\/90:focus{--tw-ring-offset-color: rgb(44 53 66 / .9)}.focus\:ring-offset-grey-900\/95:focus{--tw-ring-offset-color: rgb(44 53 66 / .95)}.focus\:ring-offset-grey-900\/100:focus{--tw-ring-offset-color: rgb(44 53 66 / 1)}.focus\:ring-offset-grey-1000\/0:focus{--tw-ring-offset-color: rgb(31 38 46 / 0)}.focus\:ring-offset-grey-1000\/5:focus{--tw-ring-offset-color: rgb(31 38 46 / .05)}.focus\:ring-offset-grey-1000\/10:focus{--tw-ring-offset-color: rgb(31 38 46 / .1)}.focus\:ring-offset-grey-1000\/20:focus{--tw-ring-offset-color: rgb(31 38 46 / .2)}.focus\:ring-offset-grey-1000\/25:focus{--tw-ring-offset-color: rgb(31 38 46 / .25)}.focus\:ring-offset-grey-1000\/30:focus{--tw-ring-offset-color: rgb(31 38 46 / .3)}.focus\:ring-offset-grey-1000\/40:focus{--tw-ring-offset-color: rgb(31 38 46 / .4)}.focus\:ring-offset-grey-1000\/50:focus{--tw-ring-offset-color: rgb(31 38 46 / .5)}.focus\:ring-offset-grey-1000\/60:focus{--tw-ring-offset-color: rgb(31 38 46 / .6)}.focus\:ring-offset-grey-1000\/70:focus{--tw-ring-offset-color: rgb(31 38 46 / .7)}.focus\:ring-offset-grey-1000\/75:focus{--tw-ring-offset-color: rgb(31 38 46 / .75)}.focus\:ring-offset-grey-1000\/80:focus{--tw-ring-offset-color: rgb(31 38 46 / .8)}.focus\:ring-offset-grey-1000\/90:focus{--tw-ring-offset-color: rgb(31 38 46 / .9)}.focus\:ring-offset-grey-1000\/95:focus{--tw-ring-offset-color: rgb(31 38 46 / .95)}.focus\:ring-offset-grey-1000\/100:focus{--tw-ring-offset-color: rgb(31 38 46 / 1)}.focus\:ring-offset-green-1000\/0:focus{--tw-ring-offset-color: rgb(23 94 68 / 0)}.focus\:ring-offset-green-1000\/5:focus{--tw-ring-offset-color: rgb(23 94 68 / .05)}.focus\:ring-offset-green-1000\/10:focus{--tw-ring-offset-color: rgb(23 94 68 / .1)}.focus\:ring-offset-green-1000\/20:focus{--tw-ring-offset-color: rgb(23 94 68 / .2)}.focus\:ring-offset-green-1000\/25:focus{--tw-ring-offset-color: rgb(23 94 68 / .25)}.focus\:ring-offset-green-1000\/30:focus{--tw-ring-offset-color: rgb(23 94 68 / .3)}.focus\:ring-offset-green-1000\/40:focus{--tw-ring-offset-color: rgb(23 94 68 / .4)}.focus\:ring-offset-green-1000\/50:focus{--tw-ring-offset-color: rgb(23 94 68 / .5)}.focus\:ring-offset-green-1000\/60:focus{--tw-ring-offset-color: rgb(23 94 68 / .6)}.focus\:ring-offset-green-1000\/70:focus{--tw-ring-offset-color: rgb(23 94 68 / .7)}.focus\:ring-offset-green-1000\/75:focus{--tw-ring-offset-color: rgb(23 94 68 / .75)}.focus\:ring-offset-green-1000\/80:focus{--tw-ring-offset-color: rgb(23 94 68 / .8)}.focus\:ring-offset-green-1000\/90:focus{--tw-ring-offset-color: rgb(23 94 68 / .9)}.focus\:ring-offset-green-1000\/95:focus{--tw-ring-offset-color: rgb(23 94 68 / .95)}.focus\:ring-offset-green-1000\/100:focus{--tw-ring-offset-color: rgb(23 94 68 / 1)}.focus\:ring-offset-blue-1000\/0:focus{--tw-ring-offset-color: rgb(16 44 105 / 0)}.focus\:ring-offset-blue-1000\/5:focus{--tw-ring-offset-color: rgb(16 44 105 / .05)}.focus\:ring-offset-blue-1000\/10:focus{--tw-ring-offset-color: rgb(16 44 105 / .1)}.focus\:ring-offset-blue-1000\/20:focus{--tw-ring-offset-color: rgb(16 44 105 / .2)}.focus\:ring-offset-blue-1000\/25:focus{--tw-ring-offset-color: rgb(16 44 105 / .25)}.focus\:ring-offset-blue-1000\/30:focus{--tw-ring-offset-color: rgb(16 44 105 / .3)}.focus\:ring-offset-blue-1000\/40:focus{--tw-ring-offset-color: rgb(16 44 105 / .4)}.focus\:ring-offset-blue-1000\/50:focus{--tw-ring-offset-color: rgb(16 44 105 / .5)}.focus\:ring-offset-blue-1000\/60:focus{--tw-ring-offset-color: rgb(16 44 105 / .6)}.focus\:ring-offset-blue-1000\/70:focus{--tw-ring-offset-color: rgb(16 44 105 / .7)}.focus\:ring-offset-blue-1000\/75:focus{--tw-ring-offset-color: rgb(16 44 105 / .75)}.focus\:ring-offset-blue-1000\/80:focus{--tw-ring-offset-color: rgb(16 44 105 / .8)}.focus\:ring-offset-blue-1000\/90:focus{--tw-ring-offset-color: rgb(16 44 105 / .9)}.focus\:ring-offset-blue-1000\/95:focus{--tw-ring-offset-color: rgb(16 44 105 / .95)}.focus\:ring-offset-blue-1000\/100:focus{--tw-ring-offset-color: rgb(16 44 105 / 1)}.focus\:ring-offset-orange-1000\/0:focus{--tw-ring-offset-color: rgb(104 39 5 / 0)}.focus\:ring-offset-orange-1000\/5:focus{--tw-ring-offset-color: rgb(104 39 5 / .05)}.focus\:ring-offset-orange-1000\/10:focus{--tw-ring-offset-color: rgb(104 39 5 / .1)}.focus\:ring-offset-orange-1000\/20:focus{--tw-ring-offset-color: rgb(104 39 5 / .2)}.focus\:ring-offset-orange-1000\/25:focus{--tw-ring-offset-color: rgb(104 39 5 / .25)}.focus\:ring-offset-orange-1000\/30:focus{--tw-ring-offset-color: rgb(104 39 5 / .3)}.focus\:ring-offset-orange-1000\/40:focus{--tw-ring-offset-color: rgb(104 39 5 / .4)}.focus\:ring-offset-orange-1000\/50:focus{--tw-ring-offset-color: rgb(104 39 5 / .5)}.focus\:ring-offset-orange-1000\/60:focus{--tw-ring-offset-color: rgb(104 39 5 / .6)}.focus\:ring-offset-orange-1000\/70:focus{--tw-ring-offset-color: rgb(104 39 5 / .7)}.focus\:ring-offset-orange-1000\/75:focus{--tw-ring-offset-color: rgb(104 39 5 / .75)}.focus\:ring-offset-orange-1000\/80:focus{--tw-ring-offset-color: rgb(104 39 5 / .8)}.focus\:ring-offset-orange-1000\/90:focus{--tw-ring-offset-color: rgb(104 39 5 / .9)}.focus\:ring-offset-orange-1000\/95:focus{--tw-ring-offset-color: rgb(104 39 5 / .95)}.focus\:ring-offset-orange-1000\/100:focus{--tw-ring-offset-color: rgb(104 39 5 / 1)}.focus\:ring-offset-red-1000\/0:focus{--tw-ring-offset-color: rgb(98 16 16 / 0)}.focus\:ring-offset-red-1000\/5:focus{--tw-ring-offset-color: rgb(98 16 16 / .05)}.focus\:ring-offset-red-1000\/10:focus{--tw-ring-offset-color: rgb(98 16 16 / .1)}.focus\:ring-offset-red-1000\/20:focus{--tw-ring-offset-color: rgb(98 16 16 / .2)}.focus\:ring-offset-red-1000\/25:focus{--tw-ring-offset-color: rgb(98 16 16 / .25)}.focus\:ring-offset-red-1000\/30:focus{--tw-ring-offset-color: rgb(98 16 16 / .3)}.focus\:ring-offset-red-1000\/40:focus{--tw-ring-offset-color: rgb(98 16 16 / .4)}.focus\:ring-offset-red-1000\/50:focus{--tw-ring-offset-color: rgb(98 16 16 / .5)}.focus\:ring-offset-red-1000\/60:focus{--tw-ring-offset-color: rgb(98 16 16 / .6)}.focus\:ring-offset-red-1000\/70:focus{--tw-ring-offset-color: rgb(98 16 16 / .7)}.focus\:ring-offset-red-1000\/75:focus{--tw-ring-offset-color: rgb(98 16 16 / .75)}.focus\:ring-offset-red-1000\/80:focus{--tw-ring-offset-color: rgb(98 16 16 / .8)}.focus\:ring-offset-red-1000\/90:focus{--tw-ring-offset-color: rgb(98 16 16 / .9)}.focus\:ring-offset-red-1000\/95:focus{--tw-ring-offset-color: rgb(98 16 16 / .95)}.focus\:ring-offset-red-1000\/100:focus{--tw-ring-offset-color: rgb(98 16 16 / 1)}.focus\:ring-offset-primary\/0:focus{--tw-ring-offset-color: rgb(167 139 250 / 0)}.focus\:ring-offset-primary\/5:focus{--tw-ring-offset-color: rgb(167 139 250 / .05)}.focus\:ring-offset-primary\/10:focus{--tw-ring-offset-color: rgb(167 139 250 / .1)}.focus\:ring-offset-primary\/20:focus{--tw-ring-offset-color: rgb(167 139 250 / .2)}.focus\:ring-offset-primary\/25:focus{--tw-ring-offset-color: rgb(167 139 250 / .25)}.focus\:ring-offset-primary\/30:focus{--tw-ring-offset-color: rgb(167 139 250 / .3)}.focus\:ring-offset-primary\/40:focus{--tw-ring-offset-color: rgb(167 139 250 / .4)}.focus\:ring-offset-primary\/50:focus{--tw-ring-offset-color: rgb(167 139 250 / .5)}.focus\:ring-offset-primary\/60:focus{--tw-ring-offset-color: rgb(167 139 250 / .6)}.focus\:ring-offset-primary\/70:focus{--tw-ring-offset-color: rgb(167 139 250 / .7)}.focus\:ring-offset-primary\/75:focus{--tw-ring-offset-color: rgb(167 139 250 / .75)}.focus\:ring-offset-primary\/80:focus{--tw-ring-offset-color: rgb(167 139 250 / .8)}.focus\:ring-offset-primary\/90:focus{--tw-ring-offset-color: rgb(167 139 250 / .9)}.focus\:ring-offset-primary\/95:focus{--tw-ring-offset-color: rgb(167 139 250 / .95)}.focus\:ring-offset-primary\/100:focus{--tw-ring-offset-color: rgb(167 139 250 / 1)}.focus\:ring-offset-primary-light\/0:focus{--tw-ring-offset-color: rgb(247 245 254 / 0)}.focus\:ring-offset-primary-light\/5:focus{--tw-ring-offset-color: rgb(247 245 254 / .05)}.focus\:ring-offset-primary-light\/10:focus{--tw-ring-offset-color: rgb(247 245 254 / .1)}.focus\:ring-offset-primary-light\/20:focus{--tw-ring-offset-color: rgb(247 245 254 / .2)}.focus\:ring-offset-primary-light\/25:focus{--tw-ring-offset-color: rgb(247 245 254 / .25)}.focus\:ring-offset-primary-light\/30:focus{--tw-ring-offset-color: rgb(247 245 254 / .3)}.focus\:ring-offset-primary-light\/40:focus{--tw-ring-offset-color: rgb(247 245 254 / .4)}.focus\:ring-offset-primary-light\/50:focus{--tw-ring-offset-color: rgb(247 245 254 / .5)}.focus\:ring-offset-primary-light\/60:focus{--tw-ring-offset-color: rgb(247 245 254 / .6)}.focus\:ring-offset-primary-light\/70:focus{--tw-ring-offset-color: rgb(247 245 254 / .7)}.focus\:ring-offset-primary-light\/75:focus{--tw-ring-offset-color: rgb(247 245 254 / .75)}.focus\:ring-offset-primary-light\/80:focus{--tw-ring-offset-color: rgb(247 245 254 / .8)}.focus\:ring-offset-primary-light\/90:focus{--tw-ring-offset-color: rgb(247 245 254 / .9)}.focus\:ring-offset-primary-light\/95:focus{--tw-ring-offset-color: rgb(247 245 254 / .95)}.focus\:ring-offset-primary-light\/100:focus{--tw-ring-offset-color: rgb(247 245 254 / 1)}.focus\:ring-offset-primary-dark\/0:focus{--tw-ring-offset-color: rgb(105 87 158 / 0)}.focus\:ring-offset-primary-dark\/5:focus{--tw-ring-offset-color: rgb(105 87 158 / .05)}.focus\:ring-offset-primary-dark\/10:focus{--tw-ring-offset-color: rgb(105 87 158 / .1)}.focus\:ring-offset-primary-dark\/20:focus{--tw-ring-offset-color: rgb(105 87 158 / .2)}.focus\:ring-offset-primary-dark\/25:focus{--tw-ring-offset-color: rgb(105 87 158 / .25)}.focus\:ring-offset-primary-dark\/30:focus{--tw-ring-offset-color: rgb(105 87 158 / .3)}.focus\:ring-offset-primary-dark\/40:focus{--tw-ring-offset-color: rgb(105 87 158 / .4)}.focus\:ring-offset-primary-dark\/50:focus{--tw-ring-offset-color: rgb(105 87 158 / .5)}.focus\:ring-offset-primary-dark\/60:focus{--tw-ring-offset-color: rgb(105 87 158 / .6)}.focus\:ring-offset-primary-dark\/70:focus{--tw-ring-offset-color: rgb(105 87 158 / .7)}.focus\:ring-offset-primary-dark\/75:focus{--tw-ring-offset-color: rgb(105 87 158 / .75)}.focus\:ring-offset-primary-dark\/80:focus{--tw-ring-offset-color: rgb(105 87 158 / .8)}.focus\:ring-offset-primary-dark\/90:focus{--tw-ring-offset-color: rgb(105 87 158 / .9)}.focus\:ring-offset-primary-dark\/95:focus{--tw-ring-offset-color: rgb(105 87 158 / .95)}.focus\:ring-offset-primary-dark\/100:focus{--tw-ring-offset-color: rgb(105 87 158 / 1)}.focus\:ring-offset-info\/0:focus{--tw-ring-offset-color: rgb(118 144 239 / 0)}.focus\:ring-offset-info\/5:focus{--tw-ring-offset-color: rgb(118 144 239 / .05)}.focus\:ring-offset-info\/10:focus{--tw-ring-offset-color: rgb(118 144 239 / .1)}.focus\:ring-offset-info\/20:focus{--tw-ring-offset-color: rgb(118 144 239 / .2)}.focus\:ring-offset-info\/25:focus{--tw-ring-offset-color: rgb(118 144 239 / .25)}.focus\:ring-offset-info\/30:focus{--tw-ring-offset-color: rgb(118 144 239 / .3)}.focus\:ring-offset-info\/40:focus{--tw-ring-offset-color: rgb(118 144 239 / .4)}.focus\:ring-offset-info\/50:focus{--tw-ring-offset-color: rgb(118 144 239 / .5)}.focus\:ring-offset-info\/60:focus{--tw-ring-offset-color: rgb(118 144 239 / .6)}.focus\:ring-offset-info\/70:focus{--tw-ring-offset-color: rgb(118 144 239 / .7)}.focus\:ring-offset-info\/75:focus{--tw-ring-offset-color: rgb(118 144 239 / .75)}.focus\:ring-offset-info\/80:focus{--tw-ring-offset-color: rgb(118 144 239 / .8)}.focus\:ring-offset-info\/90:focus{--tw-ring-offset-color: rgb(118 144 239 / .9)}.focus\:ring-offset-info\/95:focus{--tw-ring-offset-color: rgb(118 144 239 / .95)}.focus\:ring-offset-info\/100:focus{--tw-ring-offset-color: rgb(118 144 239 / 1)}.focus\:ring-offset-info-light\/0:focus{--tw-ring-offset-color: rgb(242 243 253 / 0)}.focus\:ring-offset-info-light\/5:focus{--tw-ring-offset-color: rgb(242 243 253 / .05)}.focus\:ring-offset-info-light\/10:focus{--tw-ring-offset-color: rgb(242 243 253 / .1)}.focus\:ring-offset-info-light\/20:focus{--tw-ring-offset-color: rgb(242 243 253 / .2)}.focus\:ring-offset-info-light\/25:focus{--tw-ring-offset-color: rgb(242 243 253 / .25)}.focus\:ring-offset-info-light\/30:focus{--tw-ring-offset-color: rgb(242 243 253 / .3)}.focus\:ring-offset-info-light\/40:focus{--tw-ring-offset-color: rgb(242 243 253 / .4)}.focus\:ring-offset-info-light\/50:focus{--tw-ring-offset-color: rgb(242 243 253 / .5)}.focus\:ring-offset-info-light\/60:focus{--tw-ring-offset-color: rgb(242 243 253 / .6)}.focus\:ring-offset-info-light\/70:focus{--tw-ring-offset-color: rgb(242 243 253 / .7)}.focus\:ring-offset-info-light\/75:focus{--tw-ring-offset-color: rgb(242 243 253 / .75)}.focus\:ring-offset-info-light\/80:focus{--tw-ring-offset-color: rgb(242 243 253 / .8)}.focus\:ring-offset-info-light\/90:focus{--tw-ring-offset-color: rgb(242 243 253 / .9)}.focus\:ring-offset-info-light\/95:focus{--tw-ring-offset-color: rgb(242 243 253 / .95)}.focus\:ring-offset-info-light\/100:focus{--tw-ring-offset-color: rgb(242 243 253 / 1)}.focus\:ring-offset-info-dark\/0:focus{--tw-ring-offset-color: rgb(33 88 210 / 0)}.focus\:ring-offset-info-dark\/5:focus{--tw-ring-offset-color: rgb(33 88 210 / .05)}.focus\:ring-offset-info-dark\/10:focus{--tw-ring-offset-color: rgb(33 88 210 / .1)}.focus\:ring-offset-info-dark\/20:focus{--tw-ring-offset-color: rgb(33 88 210 / .2)}.focus\:ring-offset-info-dark\/25:focus{--tw-ring-offset-color: rgb(33 88 210 / .25)}.focus\:ring-offset-info-dark\/30:focus{--tw-ring-offset-color: rgb(33 88 210 / .3)}.focus\:ring-offset-info-dark\/40:focus{--tw-ring-offset-color: rgb(33 88 210 / .4)}.focus\:ring-offset-info-dark\/50:focus{--tw-ring-offset-color: rgb(33 88 210 / .5)}.focus\:ring-offset-info-dark\/60:focus{--tw-ring-offset-color: rgb(33 88 210 / .6)}.focus\:ring-offset-info-dark\/70:focus{--tw-ring-offset-color: rgb(33 88 210 / .7)}.focus\:ring-offset-info-dark\/75:focus{--tw-ring-offset-color: rgb(33 88 210 / .75)}.focus\:ring-offset-info-dark\/80:focus{--tw-ring-offset-color: rgb(33 88 210 / .8)}.focus\:ring-offset-info-dark\/90:focus{--tw-ring-offset-color: rgb(33 88 210 / .9)}.focus\:ring-offset-info-dark\/95:focus{--tw-ring-offset-color: rgb(33 88 210 / .95)}.focus\:ring-offset-info-dark\/100:focus{--tw-ring-offset-color: rgb(33 88 210 / 1)}.focus\:ring-offset-success\/0:focus{--tw-ring-offset-color: rgb(40 163 118 / 0)}.focus\:ring-offset-success\/5:focus{--tw-ring-offset-color: rgb(40 163 118 / .05)}.focus\:ring-offset-success\/10:focus{--tw-ring-offset-color: rgb(40 163 118 / .1)}.focus\:ring-offset-success\/20:focus{--tw-ring-offset-color: rgb(40 163 118 / .2)}.focus\:ring-offset-success\/25:focus{--tw-ring-offset-color: rgb(40 163 118 / .25)}.focus\:ring-offset-success\/30:focus{--tw-ring-offset-color: rgb(40 163 118 / .3)}.focus\:ring-offset-success\/40:focus{--tw-ring-offset-color: rgb(40 163 118 / .4)}.focus\:ring-offset-success\/50:focus{--tw-ring-offset-color: rgb(40 163 118 / .5)}.focus\:ring-offset-success\/60:focus{--tw-ring-offset-color: rgb(40 163 118 / .6)}.focus\:ring-offset-success\/70:focus{--tw-ring-offset-color: rgb(40 163 118 / .7)}.focus\:ring-offset-success\/75:focus{--tw-ring-offset-color: rgb(40 163 118 / .75)}.focus\:ring-offset-success\/80:focus{--tw-ring-offset-color: rgb(40 163 118 / .8)}.focus\:ring-offset-success\/90:focus{--tw-ring-offset-color: rgb(40 163 118 / .9)}.focus\:ring-offset-success\/95:focus{--tw-ring-offset-color: rgb(40 163 118 / .95)}.focus\:ring-offset-success\/100:focus{--tw-ring-offset-color: rgb(40 163 118 / 1)}.focus\:ring-offset-success-light\/0:focus{--tw-ring-offset-color: rgb(242 250 246 / 0)}.focus\:ring-offset-success-light\/5:focus{--tw-ring-offset-color: rgb(242 250 246 / .05)}.focus\:ring-offset-success-light\/10:focus{--tw-ring-offset-color: rgb(242 250 246 / .1)}.focus\:ring-offset-success-light\/20:focus{--tw-ring-offset-color: rgb(242 250 246 / .2)}.focus\:ring-offset-success-light\/25:focus{--tw-ring-offset-color: rgb(242 250 246 / .25)}.focus\:ring-offset-success-light\/30:focus{--tw-ring-offset-color: rgb(242 250 246 / .3)}.focus\:ring-offset-success-light\/40:focus{--tw-ring-offset-color: rgb(242 250 246 / .4)}.focus\:ring-offset-success-light\/50:focus{--tw-ring-offset-color: rgb(242 250 246 / .5)}.focus\:ring-offset-success-light\/60:focus{--tw-ring-offset-color: rgb(242 250 246 / .6)}.focus\:ring-offset-success-light\/70:focus{--tw-ring-offset-color: rgb(242 250 246 / .7)}.focus\:ring-offset-success-light\/75:focus{--tw-ring-offset-color: rgb(242 250 246 / .75)}.focus\:ring-offset-success-light\/80:focus{--tw-ring-offset-color: rgb(242 250 246 / .8)}.focus\:ring-offset-success-light\/90:focus{--tw-ring-offset-color: rgb(242 250 246 / .9)}.focus\:ring-offset-success-light\/95:focus{--tw-ring-offset-color: rgb(242 250 246 / .95)}.focus\:ring-offset-success-light\/100:focus{--tw-ring-offset-color: rgb(242 250 246 / 1)}.focus\:ring-offset-success-dark\/0:focus{--tw-ring-offset-color: rgb(32 133 96 / 0)}.focus\:ring-offset-success-dark\/5:focus{--tw-ring-offset-color: rgb(32 133 96 / .05)}.focus\:ring-offset-success-dark\/10:focus{--tw-ring-offset-color: rgb(32 133 96 / .1)}.focus\:ring-offset-success-dark\/20:focus{--tw-ring-offset-color: rgb(32 133 96 / .2)}.focus\:ring-offset-success-dark\/25:focus{--tw-ring-offset-color: rgb(32 133 96 / .25)}.focus\:ring-offset-success-dark\/30:focus{--tw-ring-offset-color: rgb(32 133 96 / .3)}.focus\:ring-offset-success-dark\/40:focus{--tw-ring-offset-color: rgb(32 133 96 / .4)}.focus\:ring-offset-success-dark\/50:focus{--tw-ring-offset-color: rgb(32 133 96 / .5)}.focus\:ring-offset-success-dark\/60:focus{--tw-ring-offset-color: rgb(32 133 96 / .6)}.focus\:ring-offset-success-dark\/70:focus{--tw-ring-offset-color: rgb(32 133 96 / .7)}.focus\:ring-offset-success-dark\/75:focus{--tw-ring-offset-color: rgb(32 133 96 / .75)}.focus\:ring-offset-success-dark\/80:focus{--tw-ring-offset-color: rgb(32 133 96 / .8)}.focus\:ring-offset-success-dark\/90:focus{--tw-ring-offset-color: rgb(32 133 96 / .9)}.focus\:ring-offset-success-dark\/95:focus{--tw-ring-offset-color: rgb(32 133 96 / .95)}.focus\:ring-offset-success-dark\/100:focus{--tw-ring-offset-color: rgb(32 133 96 / 1)}.focus\:ring-offset-warning\/0:focus{--tw-ring-offset-color: rgb(250 172 30 / 0)}.focus\:ring-offset-warning\/5:focus{--tw-ring-offset-color: rgb(250 172 30 / .05)}.focus\:ring-offset-warning\/10:focus{--tw-ring-offset-color: rgb(250 172 30 / .1)}.focus\:ring-offset-warning\/20:focus{--tw-ring-offset-color: rgb(250 172 30 / .2)}.focus\:ring-offset-warning\/25:focus{--tw-ring-offset-color: rgb(250 172 30 / .25)}.focus\:ring-offset-warning\/30:focus{--tw-ring-offset-color: rgb(250 172 30 / .3)}.focus\:ring-offset-warning\/40:focus{--tw-ring-offset-color: rgb(250 172 30 / .4)}.focus\:ring-offset-warning\/50:focus{--tw-ring-offset-color: rgb(250 172 30 / .5)}.focus\:ring-offset-warning\/60:focus{--tw-ring-offset-color: rgb(250 172 30 / .6)}.focus\:ring-offset-warning\/70:focus{--tw-ring-offset-color: rgb(250 172 30 / .7)}.focus\:ring-offset-warning\/75:focus{--tw-ring-offset-color: rgb(250 172 30 / .75)}.focus\:ring-offset-warning\/80:focus{--tw-ring-offset-color: rgb(250 172 30 / .8)}.focus\:ring-offset-warning\/90:focus{--tw-ring-offset-color: rgb(250 172 30 / .9)}.focus\:ring-offset-warning\/95:focus{--tw-ring-offset-color: rgb(250 172 30 / .95)}.focus\:ring-offset-warning\/100:focus{--tw-ring-offset-color: rgb(250 172 30 / 1)}.focus\:ring-offset-warning-light\/0:focus{--tw-ring-offset-color: rgb(254 247 242 / 0)}.focus\:ring-offset-warning-light\/5:focus{--tw-ring-offset-color: rgb(254 247 242 / .05)}.focus\:ring-offset-warning-light\/10:focus{--tw-ring-offset-color: rgb(254 247 242 / .1)}.focus\:ring-offset-warning-light\/20:focus{--tw-ring-offset-color: rgb(254 247 242 / .2)}.focus\:ring-offset-warning-light\/25:focus{--tw-ring-offset-color: rgb(254 247 242 / .25)}.focus\:ring-offset-warning-light\/30:focus{--tw-ring-offset-color: rgb(254 247 242 / .3)}.focus\:ring-offset-warning-light\/40:focus{--tw-ring-offset-color: rgb(254 247 242 / .4)}.focus\:ring-offset-warning-light\/50:focus{--tw-ring-offset-color: rgb(254 247 242 / .5)}.focus\:ring-offset-warning-light\/60:focus{--tw-ring-offset-color: rgb(254 247 242 / .6)}.focus\:ring-offset-warning-light\/70:focus{--tw-ring-offset-color: rgb(254 247 242 / .7)}.focus\:ring-offset-warning-light\/75:focus{--tw-ring-offset-color: rgb(254 247 242 / .75)}.focus\:ring-offset-warning-light\/80:focus{--tw-ring-offset-color: rgb(254 247 242 / .8)}.focus\:ring-offset-warning-light\/90:focus{--tw-ring-offset-color: rgb(254 247 242 / .9)}.focus\:ring-offset-warning-light\/95:focus{--tw-ring-offset-color: rgb(254 247 242 / .95)}.focus\:ring-offset-warning-light\/100:focus{--tw-ring-offset-color: rgb(254 247 242 / 1)}.focus\:ring-offset-warning-dark\/0:focus{--tw-ring-offset-color: rgb(158 108 18 / 0)}.focus\:ring-offset-warning-dark\/5:focus{--tw-ring-offset-color: rgb(158 108 18 / .05)}.focus\:ring-offset-warning-dark\/10:focus{--tw-ring-offset-color: rgb(158 108 18 / .1)}.focus\:ring-offset-warning-dark\/20:focus{--tw-ring-offset-color: rgb(158 108 18 / .2)}.focus\:ring-offset-warning-dark\/25:focus{--tw-ring-offset-color: rgb(158 108 18 / .25)}.focus\:ring-offset-warning-dark\/30:focus{--tw-ring-offset-color: rgb(158 108 18 / .3)}.focus\:ring-offset-warning-dark\/40:focus{--tw-ring-offset-color: rgb(158 108 18 / .4)}.focus\:ring-offset-warning-dark\/50:focus{--tw-ring-offset-color: rgb(158 108 18 / .5)}.focus\:ring-offset-warning-dark\/60:focus{--tw-ring-offset-color: rgb(158 108 18 / .6)}.focus\:ring-offset-warning-dark\/70:focus{--tw-ring-offset-color: rgb(158 108 18 / .7)}.focus\:ring-offset-warning-dark\/75:focus{--tw-ring-offset-color: rgb(158 108 18 / .75)}.focus\:ring-offset-warning-dark\/80:focus{--tw-ring-offset-color: rgb(158 108 18 / .8)}.focus\:ring-offset-warning-dark\/90:focus{--tw-ring-offset-color: rgb(158 108 18 / .9)}.focus\:ring-offset-warning-dark\/95:focus{--tw-ring-offset-color: rgb(158 108 18 / .95)}.focus\:ring-offset-warning-dark\/100:focus{--tw-ring-offset-color: rgb(158 108 18 / 1)}.focus\:ring-offset-error\/0:focus{--tw-ring-offset-color: rgb(220 38 38 / 0)}.focus\:ring-offset-error\/5:focus{--tw-ring-offset-color: rgb(220 38 38 / .05)}.focus\:ring-offset-error\/10:focus{--tw-ring-offset-color: rgb(220 38 38 / .1)}.focus\:ring-offset-error\/20:focus{--tw-ring-offset-color: rgb(220 38 38 / .2)}.focus\:ring-offset-error\/25:focus{--tw-ring-offset-color: rgb(220 38 38 / .25)}.focus\:ring-offset-error\/30:focus{--tw-ring-offset-color: rgb(220 38 38 / .3)}.focus\:ring-offset-error\/40:focus{--tw-ring-offset-color: rgb(220 38 38 / .4)}.focus\:ring-offset-error\/50:focus{--tw-ring-offset-color: rgb(220 38 38 / .5)}.focus\:ring-offset-error\/60:focus{--tw-ring-offset-color: rgb(220 38 38 / .6)}.focus\:ring-offset-error\/70:focus{--tw-ring-offset-color: rgb(220 38 38 / .7)}.focus\:ring-offset-error\/75:focus{--tw-ring-offset-color: rgb(220 38 38 / .75)}.focus\:ring-offset-error\/80:focus{--tw-ring-offset-color: rgb(220 38 38 / .8)}.focus\:ring-offset-error\/90:focus{--tw-ring-offset-color: rgb(220 38 38 / .9)}.focus\:ring-offset-error\/95:focus{--tw-ring-offset-color: rgb(220 38 38 / .95)}.focus\:ring-offset-error\/100:focus{--tw-ring-offset-color: rgb(220 38 38 / 1)}.focus\:ring-offset-error-light\/0:focus{--tw-ring-offset-color: rgb(251 242 242 / 0)}.focus\:ring-offset-error-light\/5:focus{--tw-ring-offset-color: rgb(251 242 242 / .05)}.focus\:ring-offset-error-light\/10:focus{--tw-ring-offset-color: rgb(251 242 242 / .1)}.focus\:ring-offset-error-light\/20:focus{--tw-ring-offset-color: rgb(251 242 242 / .2)}.focus\:ring-offset-error-light\/25:focus{--tw-ring-offset-color: rgb(251 242 242 / .25)}.focus\:ring-offset-error-light\/30:focus{--tw-ring-offset-color: rgb(251 242 242 / .3)}.focus\:ring-offset-error-light\/40:focus{--tw-ring-offset-color: rgb(251 242 242 / .4)}.focus\:ring-offset-error-light\/50:focus{--tw-ring-offset-color: rgb(251 242 242 / .5)}.focus\:ring-offset-error-light\/60:focus{--tw-ring-offset-color: rgb(251 242 242 / .6)}.focus\:ring-offset-error-light\/70:focus{--tw-ring-offset-color: rgb(251 242 242 / .7)}.focus\:ring-offset-error-light\/75:focus{--tw-ring-offset-color: rgb(251 242 242 / .75)}.focus\:ring-offset-error-light\/80:focus{--tw-ring-offset-color: rgb(251 242 242 / .8)}.focus\:ring-offset-error-light\/90:focus{--tw-ring-offset-color: rgb(251 242 242 / .9)}.focus\:ring-offset-error-light\/95:focus{--tw-ring-offset-color: rgb(251 242 242 / .95)}.focus\:ring-offset-error-light\/100:focus{--tw-ring-offset-color: rgb(251 242 242 / 1)}.focus\:ring-offset-error-dark\/0:focus{--tw-ring-offset-color: rgb(196 33 33 / 0)}.focus\:ring-offset-error-dark\/5:focus{--tw-ring-offset-color: rgb(196 33 33 / .05)}.focus\:ring-offset-error-dark\/10:focus{--tw-ring-offset-color: rgb(196 33 33 / .1)}.focus\:ring-offset-error-dark\/20:focus{--tw-ring-offset-color: rgb(196 33 33 / .2)}.focus\:ring-offset-error-dark\/25:focus{--tw-ring-offset-color: rgb(196 33 33 / .25)}.focus\:ring-offset-error-dark\/30:focus{--tw-ring-offset-color: rgb(196 33 33 / .3)}.focus\:ring-offset-error-dark\/40:focus{--tw-ring-offset-color: rgb(196 33 33 / .4)}.focus\:ring-offset-error-dark\/50:focus{--tw-ring-offset-color: rgb(196 33 33 / .5)}.focus\:ring-offset-error-dark\/60:focus{--tw-ring-offset-color: rgb(196 33 33 / .6)}.focus\:ring-offset-error-dark\/70:focus{--tw-ring-offset-color: rgb(196 33 33 / .7)}.focus\:ring-offset-error-dark\/75:focus{--tw-ring-offset-color: rgb(196 33 33 / .75)}.focus\:ring-offset-error-dark\/80:focus{--tw-ring-offset-color: rgb(196 33 33 / .8)}.focus\:ring-offset-error-dark\/90:focus{--tw-ring-offset-color: rgb(196 33 33 / .9)}.focus\:ring-offset-error-dark\/95:focus{--tw-ring-offset-color: rgb(196 33 33 / .95)}.focus\:ring-offset-error-dark\/100:focus{--tw-ring-offset-color: rgb(196 33 33 / 1)}.focus\:ring-offset-grey\/0:focus{--tw-ring-offset-color: rgb(71 85 105 / 0)}.focus\:ring-offset-grey\/5:focus{--tw-ring-offset-color: rgb(71 85 105 / .05)}.focus\:ring-offset-grey\/10:focus{--tw-ring-offset-color: rgb(71 85 105 / .1)}.focus\:ring-offset-grey\/20:focus{--tw-ring-offset-color: rgb(71 85 105 / .2)}.focus\:ring-offset-grey\/25:focus{--tw-ring-offset-color: rgb(71 85 105 / .25)}.focus\:ring-offset-grey\/30:focus{--tw-ring-offset-color: rgb(71 85 105 / .3)}.focus\:ring-offset-grey\/40:focus{--tw-ring-offset-color: rgb(71 85 105 / .4)}.focus\:ring-offset-grey\/50:focus{--tw-ring-offset-color: rgb(71 85 105 / .5)}.focus\:ring-offset-grey\/60:focus{--tw-ring-offset-color: rgb(71 85 105 / .6)}.focus\:ring-offset-grey\/70:focus{--tw-ring-offset-color: rgb(71 85 105 / .7)}.focus\:ring-offset-grey\/75:focus{--tw-ring-offset-color: rgb(71 85 105 / .75)}.focus\:ring-offset-grey\/80:focus{--tw-ring-offset-color: rgb(71 85 105 / .8)}.focus\:ring-offset-grey\/90:focus{--tw-ring-offset-color: rgb(71 85 105 / .9)}.focus\:ring-offset-grey\/95:focus{--tw-ring-offset-color: rgb(71 85 105 / .95)}.focus\:ring-offset-grey\/100:focus{--tw-ring-offset-color: rgb(71 85 105 / 1)}.focus\:ring-offset-grey-light\/0:focus{--tw-ring-offset-color: rgb(242 243 244 / 0)}.focus\:ring-offset-grey-light\/5:focus{--tw-ring-offset-color: rgb(242 243 244 / .05)}.focus\:ring-offset-grey-light\/10:focus{--tw-ring-offset-color: rgb(242 243 244 / .1)}.focus\:ring-offset-grey-light\/20:focus{--tw-ring-offset-color: rgb(242 243 244 / .2)}.focus\:ring-offset-grey-light\/25:focus{--tw-ring-offset-color: rgb(242 243 244 / .25)}.focus\:ring-offset-grey-light\/30:focus{--tw-ring-offset-color: rgb(242 243 244 / .3)}.focus\:ring-offset-grey-light\/40:focus{--tw-ring-offset-color: rgb(242 243 244 / .4)}.focus\:ring-offset-grey-light\/50:focus{--tw-ring-offset-color: rgb(242 243 244 / .5)}.focus\:ring-offset-grey-light\/60:focus{--tw-ring-offset-color: rgb(242 243 244 / .6)}.focus\:ring-offset-grey-light\/70:focus{--tw-ring-offset-color: rgb(242 243 244 / .7)}.focus\:ring-offset-grey-light\/75:focus{--tw-ring-offset-color: rgb(242 243 244 / .75)}.focus\:ring-offset-grey-light\/80:focus{--tw-ring-offset-color: rgb(242 243 244 / .8)}.focus\:ring-offset-grey-light\/90:focus{--tw-ring-offset-color: rgb(242 243 244 / .9)}.focus\:ring-offset-grey-light\/95:focus{--tw-ring-offset-color: rgb(242 243 244 / .95)}.focus\:ring-offset-grey-light\/100:focus{--tw-ring-offset-color: rgb(242 243 244 / 1)}.focus\:ring-offset-grey-dark\/0:focus{--tw-ring-offset-color: rgb(44 53 66 / 0)}.focus\:ring-offset-grey-dark\/5:focus{--tw-ring-offset-color: rgb(44 53 66 / .05)}.focus\:ring-offset-grey-dark\/10:focus{--tw-ring-offset-color: rgb(44 53 66 / .1)}.focus\:ring-offset-grey-dark\/20:focus{--tw-ring-offset-color: rgb(44 53 66 / .2)}.focus\:ring-offset-grey-dark\/25:focus{--tw-ring-offset-color: rgb(44 53 66 / .25)}.focus\:ring-offset-grey-dark\/30:focus{--tw-ring-offset-color: rgb(44 53 66 / .3)}.focus\:ring-offset-grey-dark\/40:focus{--tw-ring-offset-color: rgb(44 53 66 / .4)}.focus\:ring-offset-grey-dark\/50:focus{--tw-ring-offset-color: rgb(44 53 66 / .5)}.focus\:ring-offset-grey-dark\/60:focus{--tw-ring-offset-color: rgb(44 53 66 / .6)}.focus\:ring-offset-grey-dark\/70:focus{--tw-ring-offset-color: rgb(44 53 66 / .7)}.focus\:ring-offset-grey-dark\/75:focus{--tw-ring-offset-color: rgb(44 53 66 / .75)}.focus\:ring-offset-grey-dark\/80:focus{--tw-ring-offset-color: rgb(44 53 66 / .8)}.focus\:ring-offset-grey-dark\/90:focus{--tw-ring-offset-color: rgb(44 53 66 / .9)}.focus\:ring-offset-grey-dark\/95:focus{--tw-ring-offset-color: rgb(44 53 66 / .95)}.focus\:ring-offset-grey-dark\/100:focus{--tw-ring-offset-color: rgb(44 53 66 / 1)}.active\:bg-violet-700:active{--tw-bg-opacity: 1;background-color:rgb(109 40 217 / var(--tw-bg-opacity))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:border-gray-200:disabled{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.disabled\:bg-gray-200:disabled{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.disabled\:text-gray-500:disabled{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.group:hover .group-hover\:bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.group:hover .group-hover\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}@media not all and (min-width: 1280px){.max-xl\:mt-4{margin-top:1rem}.max-xl\:w-full{width:100%}.max-xl\:flex-col{flex-direction:column}}@media not all and (min-width: 1024px){.max-lg\:flex-col{flex-direction:column}}@media not all and (min-width: 640px){.max-sm\:mt-5{margin-top:1.25rem}.max-sm\:flex{display:flex}.max-sm\:hidden{display:none}.max-sm\:max-w-\[350px\]{max-width:350px}.max-sm\:justify-between{justify-content:space-between}.max-sm\:px-2{padding-left:.5rem;padding-right:.5rem}.max-sm\:text-center{text-align:center}.max-sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 640px){.sm\:ml-4{margin-left:1rem}.sm\:mr-5{margin-right:1.25rem}.sm\:ml-0{margin-left:0}.sm\:ml-7{margin-left:1.75rem}.sm\:block{display:block}.sm\:grid{display:grid}.sm\:w-8{width:2rem}.sm\:w-28{width:7rem}.sm\:min-w-\[300px\]{min-width:300px}.sm\:min-w-\[400px\]{min-width:400px}.sm\:flex-shrink-0{flex-shrink:0}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:whitespace-normal{white-space:normal}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:pl-12{padding-left:3rem}.sm\:text-left{text-align:left}.sm\:text-center{text-align:center}@media not all and (min-width: 1024px){.sm\:max-lg\:mt-6{margin-top:1.5rem}.sm\:max-lg\:ml-0{margin-left:0}.sm\:max-lg\:w-full{width:100%}.sm\:max-lg\:flex-col-reverse{flex-direction:column-reverse}.sm\:max-lg\:justify-end{justify-content:flex-end}}}@media not all and (min-width: 768px){.max-md\:order-last{order:9999}.max-md\:my-1{margin-top:.25rem;margin-bottom:.25rem}.max-md\:mt-4{margin-top:1rem}.max-md\:w-full{width:100%}.max-md\:flex-col{flex-direction:column}.max-md\:justify-end{justify-content:flex-end}.max-md\:justify-between{justify-content:space-between}.max-md\:gap-4{gap:1rem}}@media (min-width: 640px){@media not all and (min-width: 768px){.sm\:max-md\:ml-4{margin-left:1rem}.sm\:max-md\:mr-2{margin-right:.5rem}}}@media not all and (min-width: 640px){.max-sm\:order-last{order:9999}.max-sm\:w-full{width:100%}.max-sm\:flex-col{flex-direction:column}.max-sm\:justify-center{justify-content:center}.max-sm\:gap-2{gap:.5rem}}@media (min-width: 640px){.sm\:invisible{visibility:hidden}.sm\:col-span-3{grid-column:span 3 / span 3}.sm\:col-span-7{grid-column:span 7 / span 7}.sm\:col-span-5{grid-column:span 5 / span 5}.sm\:col-start-2{grid-column-start:2}.sm\:mx-2{margin-left:.5rem;margin-right:.5rem}.sm\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.sm\:mx-1{margin-left:.25rem;margin-right:.25rem}.sm\:mr-4{margin-right:1rem}.sm\:mb-0{margin-bottom:0}.sm\:mt-6{margin-top:1.5rem}.sm\:mr-6{margin-right:1.5rem}.sm\:mt-0{margin-top:0}.sm\:mt-4{margin-top:1rem}.sm\:mt-3{margin-top:.75rem}.sm\:mb-4{margin-bottom:1rem}.sm\:-mt-10{margin-top:-2.5rem}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-36{height:9rem}.sm\:w-auto{width:auto}.sm\:w-\[290px\]{width:290px}.sm\:w-full{width:100%}.sm\:w-36{width:9rem}.sm\:btn-x-small{padding:.375rem .625rem;font-size:.75rem;line-height:1rem}.sm\:max-w-sm{max-width:24rem}.sm\:btn-x-large{padding:.75rem 1.5rem;font-size:1rem;line-height:1.5rem}.sm\:grow-0{flex-grow:0}.sm\:basis-7\/12{flex-basis:58.333333%}.sm\:basis-5\/12{flex-basis:41.666667%}.sm\:table-fixed{table-layout:fixed}.sm\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:translate-x-2{--tw-translate-x: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:gap-8{gap:2rem}.sm\:gap-4{gap:1rem}.sm\:gap-3{gap:.75rem}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.5rem * var(--tw-space-x-reverse));margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-md{border-radius:.375rem}.sm\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.sm\:rounded-tl-xl{border-top-left-radius:.75rem}.sm\:rounded-tr-none{border-top-right-radius:0}.sm\:p-0{padding:0}.sm\:p-6{padding:1.5rem}.sm\:p-4{padding:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-7{padding-left:1.75rem;padding-right:1.75rem}.sm\:px-1{padding-left:.25rem;padding-right:.25rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:pb-7{padding-bottom:1.75rem}.sm\:pl-6{padding-left:1.5rem}.sm\:pr-6{padding-right:1.5rem}.sm\:pl-3{padding-left:.75rem}.sm\:pt-2{padding-top:.5rem}.sm\:text-end{text-align:end}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}@media not all and (min-width: 768px){.sm\:max-md\:btn-x-small{padding:.375rem .625rem;font-size:.75rem;line-height:1rem}}}@media (min-width: 768px){.md\:visible{visibility:visible}.md\:order-last{order:9999}.md\:order-first{order:-9999}.md\:col-span-2{grid-column:span 2 / span 2}.md\:col-span-1{grid-column:span 1 / span 1}.md\:mx-2{margin-left:.5rem;margin-right:.5rem}.md\:my-0{margin-top:0;margin-bottom:0}.md\:mr-0{margin-right:0}.md\:mt-2{margin-top:.5rem}.md\:mt-8{margin-top:2rem}.md\:mt-0{margin-top:0}.md\:mr-6{margin-right:1.5rem}.md\:mr-4{margin-right:1rem}.md\:ml-0{margin-left:0}.md\:mb-0{margin-bottom:0}.md\:mt-5{margin-top:1.25rem}.md\:ml-1{margin-left:.25rem}.md\:mt-1{margin-top:.25rem}.md\:ml-4{margin-left:1rem}.md\:ml-2{margin-left:.5rem}.md\:mt-7{margin-top:1.75rem}.md\:mb-3{margin-bottom:.75rem}.md\:mb-10{margin-bottom:2.5rem}.md\:mr-2{margin-right:.5rem}.md\:block{display:block}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:table-row{display:table-row}.md\:hidden{display:none}.md\:h-\[280px\]{height:280px}.md\:h-80{height:20rem}.md\:h-\[70px\]{height:70px}.md\:h-48{height:12rem}.md\:h-14{height:3.5rem}.md\:h-fit{height:-moz-fit-content;height:fit-content}.md\:w-1\/2{width:50%}.md\:w-full{width:100%}.md\:w-\[130px\]{width:130px}.md\:w-fit{width:-moz-fit-content;width:fit-content}.md\:w-auto{width:auto}.md\:w-6\/12,.md\:w-2\/4{width:50%}.md\:w-48{width:12rem}.md\:w-11\/12{width:91.666667%}.md\:w-1\/12{width:8.333333%}.md\:w-14{width:3.5rem}.md\:w-2\/12{width:16.666667%}.md\:w-10\/12{width:83.333333%}.md\:w-1\/6{width:16.666667%}.md\:w-5\/6{width:83.333333%}.md\:max-w-md{max-width:28rem}.md\:btn-small{padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem}.md\:flex-1{flex:1 1 0%}.md\:flex-none{flex:none}.md\:flex-shrink-0{flex-shrink:0}.md\:flex-grow{flex-grow:1}.md\:-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:columns-2{-moz-columns:2;columns:2}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:gap-2{gap:.5rem}.md\:gap-1{gap:.25rem}.md\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px * var(--tw-divide-y-reverse))}.md\:justify-self-end{justify-self:end}.md\:rounded-lg{border-radius:.5rem}.md\:border-0{border-width:0px}.md\:p-0{padding:0}.md\:px-0{padding-left:0;padding-right:0}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:pl-6{padding-left:1.5rem}.md\:pr-6{padding-right:1.5rem}.md\:pt-0{padding-top:0}.md\:pl-2{padding-left:.5rem}.md\:pt-4{padding-top:1rem}.md\:pt-2{padding-top:.5rem}.md\:pr-2{padding-right:.5rem}.md\:pt-8{padding-top:2rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:font-normal{font-weight:400}}@media (min-width: 800px){.min-\[800px\]\:-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.min-\[800px\]\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.min-\[800px\]\:flex-col{flex-direction:column}}@media (min-width: 1024px){.lg\:fixed{position:fixed}.lg\:inset-y-0{top:0px;bottom:0px}.lg\:left-\[290px\]{left:290px}.lg\:left-80{left:20rem}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:-mx-8{margin-left:-2rem;margin-right:-2rem}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:w-1\/2{width:50%}.lg\:w-72{width:18rem}.lg\:w-80{width:20rem}.lg\:max-w-lg{max-width:32rem}.lg\:max-w-none{max-width:none}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:flex-col{flex-direction:column}.lg\:flex-wrap{flex-wrap:wrap}.lg\:justify-start{justify-content:flex-start}.lg\:justify-center{justify-content:center}.lg\:justify-evenly{justify-content:space-evenly}.lg\:gap-20{gap:5rem}.lg\:gap-28{gap:7rem}.lg\:border-r{border-right-width:1px}.lg\:border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:pl-72{padding-left:18rem}.lg\:pl-80{padding-left:20rem}.lg\:pt-5{padding-top:1.25rem}.lg\:pb-4{padding-bottom:1rem}.lg\:text-left{text-align:left}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1280px){.xl\:mt-0{margin-top:0}.xl\:mr-6{margin-right:1.5rem}.xl\:mb-0{margin-bottom:0}.xl\:block{display:block}.xl\:hidden{display:none}.xl\:w-auto{width:auto}.xl\:max-w-xl{max-width:36rem}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:gap-y-2{row-gap:.5rem}.xl\:gap-x-0\.5{-moz-column-gap:.125rem;column-gap:.125rem}.xl\:gap-x-0{-moz-column-gap:0px;column-gap:0px}.xl\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.xl\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media not all and (min-width: 1536px){.xl\:max-2xl\:w-\[170px\]{width:170px}}}@media (min-width: 1350px){.min-\[1350px\]\:col-span-2{grid-column:span 2 / span 2}.min-\[1350px\]\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.min-\[1350px\]\:gap-2{gap:.5rem}}@media (min-width: 1536px){.\32xl\:mb-0{margin-bottom:0}.\32xl\:block{display:block}.\32xl\:hidden{display:none}.\32xl\:max-w-2xl{max-width:42rem}}
