@charset "UTF-8";.timeline-icon-col:before{content:"";position:absolute;width:1px;background-color:#dbeafe;height:1.75rem;top:-1.75rem}.timeline-icon-col:after{content:"";width:1px;background-color:#dbeafe;flex-grow:1}.timeline:first-child .timeline-icon-col:before{display:none}.timeline:last-child .timeline-icon-col:after{display:none}.timeline-as-link:hover .timeline-icon-wrapper{background-color:#bfdbfe}.form-group:first-child{margin-top:0}:root{--ck-color-image-caption-background: hsl(0, 0%, 97%);--ck-color-image-caption-text: hsl(0, 0%, 20%);--ck-color-mention-background: hsla(341, 100%, 30%, .1);--ck-color-mention-text: hsl(341, 100%, 30%);--ck-color-selector-caption-background: hsl(0, 0%, 97%);--ck-color-selector-caption-text: hsl(0, 0%, 20%);--ck-highlight-marker-blue: hsl(201, 97%, 72%);--ck-highlight-marker-green: hsl(120, 93%, 68%);--ck-highlight-marker-pink: hsl(345, 96%, 73%);--ck-highlight-marker-yellow: hsl(60, 97%, 73%);--ck-highlight-pen-green: hsl(112, 100%, 27%);--ck-highlight-pen-red: hsl(0, 85%, 49%);--ck-image-style-spacing: 1.5em;--ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);--ck-todo-list-checkmark-size: 16px}.ck-content h2{font-size:32px;line-height:42px}.ck-content h3{font-size:24px;line-height:30px}.ck-content h4{font-size:20px;line-height:26px}.ck-content h5{font-size:18px;line-height:24px}.ck-content .table .ck-table-resized{table-layout:fixed}.ck-content .table table{overflow:hidden}.ck-content .table td,.ck-content .table th{overflow-wrap:break-word;position:relative}.ck-content .table>figcaption{display:table-caption;caption-side:top;word-break:break-word;text-align:center;color:var(--ck-color-selector-caption-text);background-color:var(--ck-color-selector-caption-background);padding:.6em;font-size:.75em;outline-offset:-1px}.ck-content .table{margin:.9em auto;display:table}.ck-content .table table{border-collapse:collapse;border-spacing:0;width:100%;height:100%;border:1px double hsl(0,0%,70%)}.ck-content .table table td,.ck-content .table table th{min-width:2em;padding:.4em;border:1px solid hsl(0,0%,75%)}.ck-content .table table th{font-weight:700;background:hsla(0,0%,0%,5%)}.ck-content[dir=rtl] .table th{text-align:right}.ck-content[dir=ltr] .table th{text-align:left}.ck-content .page-break{position:relative;clear:both;padding:5px 0;display:flex;align-items:center;justify-content:center}.ck-content .page-break:after{content:"";position:absolute;border-bottom:2px dashed hsl(0,0%,77%);width:100%}.ck-content .page-break__label{position:relative;z-index:1;padding:.3em .6em;display:block;text-transform:uppercase;border:1px solid hsl(0,0%,77%);border-radius:2px;font-family:Helvetica,Arial,Tahoma,Verdana,Sans-Serif;font-size:.75em;font-weight:700;color:#333;background:hsl(0,0%,100%);box-shadow:2px 2px 1px #00000026;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ck-content .todo-list{list-style:none}.ck-content .todo-list li{margin-bottom:5px}.ck-content .todo-list li .todo-list{margin-top:5px}.ck-content .todo-list .todo-list__label>input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;position:relative;width:var(--ck-todo-list-checkmark-size);height:var(--ck-todo-list-checkmark-size);vertical-align:middle;border:0;left:-25px;margin-right:-15px;right:0;margin-left:0}.ck-content .todo-list .todo-list__label>input:before{display:block;position:absolute;box-sizing:border-box;content:"";width:100%;height:100%;border:1px solid hsl(0,0%,20%);border-radius:2px;transition:.25s ease-in-out box-shadow,.25s ease-in-out background,.25s ease-in-out border}.ck-content .todo-list .todo-list__label>input:after{display:block;position:absolute;box-sizing:content-box;pointer-events:none;content:"";left:calc(var(--ck-todo-list-checkmark-size) / 3);top:calc(var(--ck-todo-list-checkmark-size) / 5.3);width:calc(var(--ck-todo-list-checkmark-size) / 5.3);height:calc(var(--ck-todo-list-checkmark-size) / 2.6);border-style:solid;border-color:transparent;border-width:0 calc(var(--ck-todo-list-checkmark-size) / 8) calc(var(--ck-todo-list-checkmark-size) / 8) 0;transform:rotate(45deg)}.ck-content .todo-list .todo-list__label>input[checked]:before{background:hsl(126,64%,41%);border-color:#26ab33}.ck-content .todo-list .todo-list__label>input[checked]:after{border-color:#fff}.ck-content .todo-list .todo-list__label .todo-list__label__description{vertical-align:middle}.ck-content .media{clear:both;margin:.9em 0;display:block;min-width:15em}.ck-content .image.image_resized{max-width:100%;display:block;box-sizing:border-box}.ck-content .image.image_resized img{width:100%}.ck-content .image.image_resized>figcaption{display:block}.ck-content .image{display:table;clear:both;text-align:center;margin:.9em auto;min-width:50px}.ck-content .image img{display:block;margin:0 auto;max-width:100%;min-width:100%}.ck-content .image-inline{display:inline-flex;max-width:100%;align-items:flex-start}.ck-content .image-inline picture{display:flex}.ck-content .image-inline picture,.ck-content .image-inline img{flex-grow:1;flex-shrink:1;max-width:100%}.ck-content .image>figcaption{display:table-caption;caption-side:bottom;word-break:break-word;color:var(--ck-color-image-caption-text);background-color:var(--ck-color-image-caption-background);padding:.6em;font-size:.75em;outline-offset:-1px}.ck-content ol{list-style-type:decimal}.ck-content ol ol{list-style-type:lower-latin}.ck-content ol ol ol{list-style-type:lower-roman}.ck-content ol ol ol ol{list-style-type:upper-latin}.ck-content ol ol ol ol ol{list-style-type:upper-roman}.ck-content ul{list-style-type:disc}.ck-content ul ul{list-style-type:circle}.ck-content ul ul ul,.ck-content ul ul ul ul{list-style-type:square}.ck-content .marker-yellow{background-color:var(--ck-highlight-marker-yellow)}.ck-content .marker-green{background-color:var(--ck-highlight-marker-green)}.ck-content .marker-pink{background-color:var(--ck-highlight-marker-pink)}.ck-content .marker-blue{background-color:var(--ck-highlight-marker-blue)}.ck-content .pen-red{color:var(--ck-highlight-pen-red);background-color:transparent}.ck-content .pen-green{color:var(--ck-highlight-pen-green);background-color:transparent}.ck-content .image-style-block-align-left,.ck-content .image-style-block-align-right{max-width:calc(100% - var(--ck-image-style-spacing))}.ck-content .image-style-align-left,.ck-content .image-style-align-right{clear:none}.ck-content .image-style-side{float:right;margin-left:var(--ck-image-style-spacing);max-width:50%}.ck-content .image-style-align-left{float:left;margin-right:var(--ck-image-style-spacing)}.ck-content .image-style-align-center{margin-left:auto;margin-right:auto}.ck-content .image-style-align-right{float:right;margin-left:var(--ck-image-style-spacing)}.ck-content .image-style-block-align-right{margin-right:0;margin-left:auto}.ck-content .image-style-block-align-left{margin-left:0;margin-right:auto}.ck-content p+.image-style-align-left,.ck-content p+.image-style-align-right,.ck-content p+.image-style-side{margin-top:0}.ck-content .image-inline.image-style-align-left,.ck-content .image-inline.image-style-align-right{margin-top:var(--ck-inline-image-style-spacing);margin-bottom:var(--ck-inline-image-style-spacing)}.ck-content .image-inline.image-style-align-left{margin-right:var(--ck-inline-image-style-spacing)}.ck-content .image-inline.image-style-align-right{margin-left:var(--ck-inline-image-style-spacing)}.ck-content blockquote{overflow:hidden;padding-right:1.5em;padding-left:1.5em;margin-left:0;margin-right:0;font-style:italic;border-left:solid 5px hsl(0,0%,80%)}.ck-content[dir=rtl] blockquote{border-left:0;border-right:solid 5px hsl(0,0%,80%)}.ck-content code{background-color:#c7c7c74d;padding:.15em;border-radius:2px}.ck-content .text-tiny{font-size:.7em}.ck-content .text-small{font-size:.85em}.ck-content .text-big{font-size:1.4em}.ck-content .text-huge{font-size:1.8em}.ck-content .mention{background:var(--ck-color-mention-background);color:var(--ck-color-mention-text)}.ck-content hr{margin:15px 0;height:4px;background:hsl(0,0%,87%);border:0}.ck-content pre{padding:1em;color:#353535;background:hsla(0,0%,78%,.3);border:1px solid hsl(0,0%,77%);border-radius:2px;text-align:left;direction:ltr;-moz-tab-size:4;-o-tab-size:4;tab-size:4;white-space:pre-wrap;font-style:normal;min-width:200px}.ck-content pre code{background:unset;padding:0;border-radius:0}@media print{.ck-content .page-break{padding:0}.ck-content .page-break:after{display:none}}th,td{padding:1rem .5rem}/*!
 * # Semantic UI 2.4.0 - Dropdown
 */.ui.dropdown{cursor:pointer;position:relative;display:inline-block;outline:none;text-align:left;transition:box-shadow .1s ease,width .1s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ui.dropdown .menu{cursor:auto;position:absolute;display:none;outline:none;top:100%;min-width:-moz-max-content;min-width:max-content;margin:0;padding:0;background:#FFFFFF;font-size:1em;text-shadow:none;text-align:left;box-shadow:0 2px 3px #22242626;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;transition:opacity .1s ease;z-index:11;will-change:transform,opacity}.ui.dropdown .menu>*{white-space:nowrap}.ui.dropdown>input:not(.search):first-child,.ui.dropdown>select{display:none!important}.ui.dropdown>.dropdown.icon{position:relative;width:auto;font-size:.85714286em;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon{width:auto;float:right;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon+.text{margin-right:1em}.ui.dropdown>.text{display:inline-block;transition:none}.ui.dropdown .menu>.item{position:relative;cursor:pointer;display:block;border:none;height:auto;text-align:left;border-top:none;line-height:1em;color:#000000de;padding:.78571429rem 1.14285714rem!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.ui.dropdown .menu>.item:first-child{border-top-width:0px}.ui.dropdown>.text>[class*="right floated"],.ui.dropdown .menu .item>[class*="right floated"]{float:right!important;margin-right:0!important;margin-left:1em!important}.ui.dropdown>.text>[class*="left floated"],.ui.dropdown .menu .item>[class*="left floated"]{float:left!important;margin-left:0!important;margin-right:1em!important}.ui.dropdown .menu .item>.icon.floated,.ui.dropdown .menu .item>.flag.floated,.ui.dropdown .menu .item>.image.floated,.ui.dropdown .menu .item>img.floated{margin-top:0}.ui.dropdown .menu>.header{margin:1rem 0rem .75rem;padding:0em 1.14285714rem;color:#000000d9;font-size:.78571429em;font-weight:700;text-transform:uppercase}.ui.dropdown .menu>.divider{border-top:1px solid rgba(34,36,38,.1);height:0em;margin:.5em 0}.ui.dropdown.dropdown .menu>.input{width:auto;display:flex;margin:1.14285714rem .78571429rem;min-width:10rem}.ui.dropdown .menu>.header+.input{margin-top:0}.ui.dropdown .menu>.input:not(.transparent) input{padding:.5em 1em}.ui.dropdown .menu>.input:not(.transparent) .button,.ui.dropdown .menu>.input:not(.transparent) .icon,.ui.dropdown .menu>.input:not(.transparent) .label{padding-top:.5em;padding-bottom:.5em}.ui.dropdown>.text>.description,.ui.dropdown .menu>.item>.description{float:right;margin:0 0 0 1em;color:#0006}.ui.dropdown .menu>.message{padding:.78571429rem 1.14285714rem;font-weight:400}.ui.dropdown .menu>.message:not(.ui){color:#0006}.ui.dropdown .menu .menu{top:0%!important;left:100%;right:auto;margin:0 0 0 -.5em!important;border-radius:.28571429rem!important;z-index:21!important}.ui.dropdown .menu .menu:after{display:none}.ui.dropdown>.text>.icon,.ui.dropdown>.text>.label,.ui.dropdown>.text>.flag,.ui.dropdown>.text>img,.ui.dropdown>.text>.image{margin-top:0}.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>img{margin-top:0}.ui.dropdown>.text>.icon,.ui.dropdown>.text>.label,.ui.dropdown>.text>.flag,.ui.dropdown>.text>img,.ui.dropdown>.text>.image,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>img{margin-left:0;float:none;margin-right:.78571429rem}.ui.dropdown>.text>img,.ui.dropdown>.text>.image,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>img{display:inline-block;vertical-align:top;width:auto;margin-top:-.5em;margin-bottom:-.5em;max-height:2em}.ui.dropdown .ui.menu>.item:before,.ui.menu .ui.dropdown .menu>.item:before{display:none}.ui.menu .ui.dropdown .menu .active.item{border-left:none}.ui.menu .right.menu .dropdown:last-child .menu,.ui.menu .right.dropdown.item .menu,.ui.buttons>.ui.dropdown:last-child .menu{left:auto;right:0}.ui.label.dropdown .menu{min-width:100%}.ui.dropdown.icon.button>.dropdown.icon{margin:0}.ui.button.dropdown .menu{min-width:100%}.ui.selection.dropdown{cursor:pointer;word-wrap:break-word;line-height:1em;white-space:normal;outline:0;transform:rotate(0);min-width:14em;min-height:2.71428571em;background:#FFFFFF;display:inline-block;padding:.78571429em 2.1em .78571429em 1em;color:#000000de;box-shadow:none;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;transition:box-shadow .1s ease,width .1s ease}.ui.selection.dropdown.visible,.ui.selection.dropdown.active{z-index:10}select.ui.dropdown{height:38px;padding:.5em;border:1px solid rgba(34,36,38,.15);visibility:visible}.ui.selection.dropdown>.search.icon,.ui.selection.dropdown>.delete.icon,.ui.selection.dropdown>.dropdown.icon{cursor:pointer;position:absolute;width:auto;height:auto;line-height:1.21428571em;top:.78571429em;right:1em;z-index:3;margin:-.78571429em;padding:.91666667em;opacity:.8;transition:opacity .1s ease}.ui.compact.selection.dropdown{min-width:0px}.ui.selection.dropdown .menu{overflow-x:hidden;overflow-y:auto;backface-visibility:hidden;-webkit-overflow-scrolling:touch;border-top-width:0px!important;width:auto;outline:none;margin:0 -1px;min-width:calc(100% + 2px);width:calc(100% + 2px);border-radius:0em 0em .28571429rem .28571429rem;box-shadow:0 2px 3px #22242626;transition:opacity .1s ease}.ui.selection.dropdown .menu:after,.ui.selection.dropdown .menu:before{display:none}.ui.selection.dropdown .menu>.message{padding:.78571429rem 1.14285714rem}@media only screen and (max-width: 767px){.ui.selection.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width: 768px){.ui.selection.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width: 992px){.ui.selection.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width: 1920px){.ui.selection.dropdown .menu{max-height:21.37142857rem}}.ui.selection.dropdown .menu>.item{border-top:1px solid #FAFAFA;padding:.78571429rem 1.14285714rem!important;white-space:normal;word-wrap:normal}.ui.selection.dropdown .menu>.hidden.addition.item{display:none}.ui.selection.dropdown:hover{border-color:#22242659;box-shadow:none}.ui.selection.active.dropdown,.ui.selection.active.dropdown .menu{border-color:#96c8da;box-shadow:0 2px 3px #22242626}.ui.selection.dropdown:focus{border-color:#96c8da;box-shadow:none}.ui.selection.dropdown:focus .menu{border-color:#96c8da;box-shadow:0 2px 3px #22242626}.ui.selection.visible.dropdown>.text:not(.default){font-weight:400;color:#000c}.ui.selection.active.dropdown:hover,.ui.selection.active.dropdown:hover .menu{border-color:#96c8da;box-shadow:0 2px 3px #22242626}.ui.active.selection.dropdown>.dropdown.icon,.ui.visible.selection.dropdown>.dropdown.icon{opacity:"";z-index:3}.ui.active.selection.dropdown{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.active.empty.selection.dropdown{border-radius:.28571429rem!important;box-shadow:none!important}.ui.active.empty.selection.dropdown .menu{border:none!important;box-shadow:none!important}.ui.search.dropdown{min-width:""}.ui.search.dropdown>input.search{background:none transparent!important;border:none!important;box-shadow:none!important;cursor:text;top:0;left:1px;width:100%;outline:none;-webkit-tap-highlight-color:rgba(255,255,255,0);padding:inherit;position:absolute;z-index:2}.ui.search.dropdown>.text{cursor:text;position:relative;left:1px;z-index:3}.ui.search.selection.dropdown>input.search{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em}.ui.search.selection.dropdown>span.sizer{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em;display:none;white-space:pre}.ui.search.dropdown.active>input.search,.ui.search.dropdown.visible>input.search{cursor:auto}.ui.search.dropdown.active>.text,.ui.search.dropdown.visible>.text{pointer-events:none}.ui.active.search.dropdown input.search:focus+.text .icon,.ui.active.search.dropdown input.search:focus+.text .flag{opacity:.45}.ui.active.search.dropdown input.search:focus+.text{color:#737373de!important}.ui.search.dropdown .menu{overflow-x:hidden;overflow-y:auto;backface-visibility:hidden;-webkit-overflow-scrolling:touch}@media only screen and (max-width: 767px){.ui.search.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width: 768px){.ui.search.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width: 992px){.ui.search.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width: 1920px){.ui.search.dropdown .menu{max-height:21.37142857rem}}.ui.multiple.dropdown{padding:.22619048em 2.1em .22619048em .35714286em}.ui.multiple.dropdown .menu{cursor:auto}.ui.multiple.search.dropdown,.ui.multiple.search.dropdown>input.search{cursor:text}.ui.multiple.dropdown>.label{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-block;vertical-align:top;white-space:normal;font-size:1em;padding:.35714286em .78571429em;margin:.14285714rem .28571429rem .14285714rem 0em;box-shadow:0 0 0 1px #22242626 inset}.ui.multiple.dropdown .dropdown.icon{margin:"";padding:""}.ui.multiple.dropdown>.text{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.dropdown>.label~input.search{margin-left:.14285714em!important}.ui.multiple.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>.text{display:inline-block;position:absolute;top:0;left:0;padding:inherit;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.search.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>input.search{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;width:2.2em;line-height:1.21428571em}.ui.inline.dropdown{cursor:pointer;display:inline-block;color:inherit}.ui.inline.dropdown .dropdown.icon{margin:0 .21428571em;vertical-align:baseline}.ui.inline.dropdown>.text{font-weight:700}.ui.inline.dropdown .menu{cursor:auto;margin-top:.21428571em;border-radius:.28571429rem}.ui.dropdown .menu .active.item{background:transparent;font-weight:700;color:#000000f2;box-shadow:none;z-index:12}.ui.dropdown .menu>.item:hover{background:rgba(0,0,0,.05);color:#000000f2;z-index:13}.ui.loading.dropdown>i.icon{height:1em!important}.ui.loading.selection.dropdown>i.icon{padding:1.5em 1.28571429em!important}.ui.loading.dropdown>i.icon:before{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.dropdown>i.icon:after{position:absolute;content:"";top:50%;left:50%;box-shadow:0 0 0 1px transparent;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;animation:dropdown-spin .6s linear;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em}.ui.loading.dropdown.button>i.icon:before,.ui.loading.dropdown.button>i.icon:after{display:none}@keyframes dropdown-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ui.dropdown:not(.button)>.default.text,.ui.default.dropdown:not(.button)>.text{color:#bfbfbfde}.ui.dropdown:not(.button)>input:focus~.default.text,.ui.default.dropdown:not(.button)>input:focus~.text{color:#737373de}.ui.loading.dropdown>.text{transition:none}.ui.dropdown .loading.menu{display:block;visibility:hidden;z-index:-1}.ui.dropdown>.loading.menu{left:0!important;right:auto!important}.ui.dropdown>.menu .loading.menu{left:100%!important;right:auto!important}.ui.dropdown.selected,.ui.dropdown .menu .selected.item{background:rgba(0,0,0,.03);color:#000000f2}.ui.dropdown>.filtered.text{visibility:hidden}.ui.dropdown .filtered.item{display:none!important}.ui.dropdown.error,.ui.dropdown.error>.text,.ui.dropdown.error>.default.text{color:#9f3a38}.ui.selection.dropdown.error{background:#FFF6F6;border-color:#e0b4b4}.ui.selection.dropdown.error:hover{border-color:#e0b4b4}.ui.dropdown.error>.menu,.ui.dropdown.error>.menu .menu{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item{color:#9f3a38}.ui.multiple.selection.error.dropdown>.label{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item:hover{background-color:#fff2f2}.ui.dropdown.error>.menu .active.item{background-color:#fdcfcf}.ui.dropdown>.clear.dropdown.icon{opacity:.8;transition:opacity .1s ease}.ui.dropdown>.clear.dropdown.icon:hover{opacity:1}.ui.disabled.dropdown,.ui.dropdown .menu>.disabled.item{cursor:default;pointer-events:none;opacity:.45}.ui.dropdown .menu{left:0}.ui.dropdown .right.menu>.menu,.ui.dropdown .menu .right.menu{left:100%!important;right:auto!important;border-radius:.28571429rem!important}.ui.dropdown>.left.menu{left:auto!important;right:0!important}.ui.dropdown>.left.menu .menu,.ui.dropdown .menu .left.menu{left:auto;right:100%;margin:0 -.5em 0 0!important;border-radius:.28571429rem!important}.ui.dropdown .item .left.dropdown.icon,.ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:0}.ui.dropdown .item .left.dropdown.icon+.text,.ui.dropdown .left.menu .item .dropdown.icon+.text{margin-left:1em;margin-right:0}.ui.upward.dropdown>.menu{top:auto;bottom:100%;box-shadow:0 0 3px #00000014;border-radius:.28571429rem .28571429rem 0em 0em}.ui.dropdown .upward.menu{top:auto!important;bottom:0!important}.ui.simple.upward.active.dropdown,.ui.simple.upward.dropdown:hover{border-radius:.28571429rem .28571429rem 0em 0em!important}.ui.upward.dropdown.button:not(.pointing):not(.floating).active{border-radius:.28571429rem .28571429rem 0em 0em}.ui.upward.selection.dropdown .menu{border-top-width:1px!important;border-bottom-width:0px!important;box-shadow:0 -2px 3px #00000014}.ui.upward.selection.dropdown:hover{box-shadow:0 0 2px #0000000d}.ui.active.upward.selection.dropdown{border-radius:0em 0em .28571429rem .28571429rem!important}.ui.upward.selection.dropdown.visible{box-shadow:0 0 3px #00000014;border-radius:0em 0em .28571429rem .28571429rem!important}.ui.upward.active.selection.dropdown:hover{box-shadow:0 0 3px #0000000d}.ui.upward.active.selection.dropdown:hover .menu{box-shadow:0 -2px 3px #00000014}.ui.scrolling.dropdown .menu,.ui.dropdown .scrolling.menu{overflow-x:hidden;overflow-y:auto}.ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto;backface-visibility:hidden;-webkit-overflow-scrolling:touch;min-width:100%!important;width:auto!important}.ui.dropdown .scrolling.menu{position:static;overflow-y:auto;border:none;box-shadow:none!important;border-radius:0!important;margin:0!important;min-width:100%!important;width:auto!important;border-top:1px solid rgba(34,36,38,.15)}.ui.scrolling.dropdown .menu .item.item.item,.ui.dropdown .scrolling.menu>.item.item.item{border-top:none}.ui.scrolling.dropdown .menu .item:first-child,.ui.dropdown .scrolling.menu .item:first-child{border-top:none}.ui.dropdown>.animating.menu .scrolling.menu,.ui.dropdown>.visible.menu .scrolling.menu{display:block}@media all and (-ms-high-contrast: none){.ui.scrolling.dropdown .menu,.ui.dropdown .scrolling.menu{min-width:calc(100% - 17px)}}@media only screen and (max-width: 767px){.ui.scrolling.dropdown .menu,.ui.dropdown .scrolling.menu{max-height:10.28571429rem}}@media only screen and (min-width: 768px){.ui.scrolling.dropdown .menu,.ui.dropdown .scrolling.menu{max-height:15.42857143rem}}@media only screen and (min-width: 992px){.ui.scrolling.dropdown .menu,.ui.dropdown .scrolling.menu{max-height:20.57142857rem}}@media only screen and (min-width: 1920px){.ui.scrolling.dropdown .menu,.ui.dropdown .scrolling.menu{max-height:20.57142857rem}}.ui.simple.dropdown .menu:before,.ui.simple.dropdown .menu:after{display:none}.ui.simple.dropdown .menu{position:absolute;display:block;overflow:hidden;top:-9999px!important;opacity:0;width:0;height:0;transition:opacity .1s ease}.ui.simple.active.dropdown,.ui.simple.dropdown:hover{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.simple.active.dropdown>.menu,.ui.simple.dropdown:hover>.menu{overflow:visible;width:auto;height:auto;top:100%!important;opacity:1}.ui.simple.dropdown>.menu>.item:active>.menu,.ui.simple.dropdown:hover>.menu>.item:hover>.menu{overflow:visible;width:auto;height:auto;top:0%!important;left:100%!important;opacity:1}.ui.simple.disabled.dropdown:hover .menu{display:none;height:0px;width:0px;overflow:hidden}.ui.simple.visible.dropdown>.menu{display:block}.ui.fluid.dropdown{display:block;width:100%;min-width:0em}.ui.fluid.dropdown>.dropdown.icon{float:right}.ui.floating.dropdown .menu{left:0;right:auto;box-shadow:0 2px 4px #2224261f,0 2px 10px #22242626!important;border-radius:.28571429rem!important}.ui.floating.dropdown>.menu{margin-top:.5em!important;border-radius:.28571429rem!important}.ui.pointing.dropdown>.menu{top:100%;margin-top:.78571429rem;border-radius:.28571429rem}.ui.pointing.dropdown>.menu:after{display:block;position:absolute;pointer-events:none;content:"";visibility:visible;transform:rotate(45deg);width:.5em;height:.5em;box-shadow:-1px -1px #22242626;background:#FFFFFF;z-index:2;top:-.25em;left:50%;margin:0 0 0 -.25em}.ui.top.left.pointing.dropdown>.menu{top:100%;bottom:auto;left:0%;right:auto;margin:1em 0 0}.ui.top.left.pointing.dropdown>.menu:after{top:-.25em;left:1em;right:auto;margin:0;transform:rotate(45deg)}.ui.top.right.pointing.dropdown>.menu{top:100%;bottom:auto;right:0%;left:auto;margin:1em 0 0}.ui.top.pointing.dropdown>.left.menu:after,.ui.top.right.pointing.dropdown>.menu:after{top:-.25em;left:auto!important;right:1em!important;margin:0;transform:rotate(45deg)}.ui.left.pointing.dropdown>.menu{top:0%;left:100%;right:auto;margin:0 0 0 1em}.ui.left.pointing.dropdown>.menu:after{top:1em;left:-.25em;margin:0;transform:rotate(-45deg)}.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu{left:auto!important;right:100%!important;margin:0 1em 0 0}.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu:after{top:1em;left:auto;right:-.25em;margin:0;transform:rotate(135deg)}.ui.right.pointing.dropdown>.menu{top:0%;left:auto;right:100%;margin:0 1em 0 0}.ui.right.pointing.dropdown>.menu:after{top:1em;left:auto;right:-.25em;margin:0;transform:rotate(135deg)}.ui.bottom.pointing.dropdown>.menu{top:auto;bottom:100%;left:0%;right:auto;margin:0 0 1em}.ui.bottom.pointing.dropdown>.menu:after{top:auto;bottom:-.25em;right:auto;margin:0;transform:rotate(-135deg)}.ui.bottom.pointing.dropdown>.menu .menu{top:auto!important;bottom:0!important}.ui.bottom.left.pointing.dropdown>.menu{left:0%;right:auto}.ui.bottom.left.pointing.dropdown>.menu:after{left:1em;right:auto}.ui.bottom.right.pointing.dropdown>.menu{right:0%;left:auto}.ui.bottom.right.pointing.dropdown>.menu:after{left:auto;right:1em}.ui.pointing.upward.dropdown .menu,.ui.top.pointing.upward.dropdown .menu{top:auto!important;bottom:100%!important;margin:0em 0em .78571429rem;border-radius:.28571429rem}.ui.pointing.upward.dropdown .menu:after,.ui.top.pointing.upward.dropdown .menu:after{top:100%!important;bottom:auto!important;box-shadow:1px 1px #22242626;margin:-.25em 0 0}.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu{top:auto!important;bottom:0!important;margin:0 1em 0 0}.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after{top:auto!important;bottom:0!important;margin:0 0 1em;box-shadow:-1px -1px #22242626}.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu{top:auto!important;bottom:0!important;margin:0 0 0 1em}.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after{top:auto!important;bottom:0!important;margin:0 0 1em;box-shadow:-1px -1px #22242626}@font-face{font-family:Dropdown;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAVgAA8AAAAACFAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAchGgaq0dERUYAAAF0AAAAHAAAAB4AJwAPT1MvMgAAAZAAAABDAAAAVnW4TJdjbWFwAAAB1AAAAEsAAAFS8CcaqmN2dCAAAAIgAAAABAAAAAQAEQFEZ2FzcAAAAiQAAAAIAAAACP//AANnbHlmAAACLAAAAQoAAAGkrRHP9WhlYWQAAAM4AAAAMAAAADYPK8YyaGhlYQAAA2gAAAAdAAAAJANCAb1obXR4AAADiAAAACIAAAAiCBkAOGxvY2EAAAOsAAAAFAAAABQBnAIybWF4cAAAA8AAAAAfAAAAIAEVAF5uYW1lAAAD4AAAATAAAAKMFGlj5HBvc3QAAAUQAAAARgAAAHJoedjqd2ViZgAABVgAAAAGAAAABrO7W5UAAAABAAAAANXulPUAAAAA1r4hgAAAAADXu2Q1eNpjYGRgYOABYjEgZmJgBEIOIGYB8xgAA/YAN3jaY2BktGOcwMDKwMI4jTGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHFT/fLjFeOD/AQY9xjMMbkBhRpAcAN48DQYAeNpjYGBgZoBgGQZGBhDwAfIYwXwWBgMgzQGETAwMqn8+8H649f8/lHX9//9b7Pzf+fWgusCAkY0BzmUE6gHpQwGMDMMeAACbxg7SAAARAUQAAAAB//8AAnjadZBPSsNAGMXfS+yMqYgOhpSuSlKadmUhiVEhEMQzFF22m17BbbvzCh5BXCUn6EG8gjeQ4DepwYo4i+/ffL95j4EDA+CFC7jQuKyIeVHrI3wkleq9F7XrSInKteOeHdda8bOoaeepSc00NWPz/LRec9G8GabyGtEdF7h19z033GAMTK7zbM42xNEZpzYof0RtQ5CUHAQJ73OtVyutc+3b7Ou//b8XNlsPx3jgjUifABdhEohKJJL5iM5p39uqc7X1+sRQSqmGrUVhlsJ4lpmEUVwyT8SUYtg0P9DyNzPADDs+tjrGV6KRCRfsui3eHcL4/p8ZXvfMlcnEU+CLv7hDykOP+AKTPTxbAAB42mNgZGBgAGKuf5KP4vltvjLIMzGAwLV9ig0g+vruFFMQzdjACOJzMIClARh0CTJ42mNgZGBgPPD/AJD8wgAEjA0MjAyogAMAbOQEAQAAAAC7ABEAAAAAAKoAAAH0AAABgAAAAUAACAFAAAgAwAAXAAAAAAAAACoAKgAqADIAbACGAKAAugDSeNpjYGRgYOBkUGFgYgABEMkFhAwM/xn0QAIADdUBdAB42qWQvUoDQRSFv3GjaISUQaymSmGxJoGAsRC0iPYLsU50Y6IxrvlRtPCJJKUPIBb+PIHv4EN4djKuKAqCDHfmu+feOdwZoMCUAJNbAlYUMzaUlM14jjxbngOq7HnOia89z1Pk1vMCa9x7ztPkzfMyJbPj+ZGi6Xp+omxuPD+zaD7meaFg7mb8GrBqHmhwxoAxlm0uiRkpP9X5m26pKRoMxTGR1D49Dv/Yb/91o6l8qL6eu5n2hZQzn68utR9m3FU2cB4t9cdSLG2utI+44Eh/P9bqKO+oJ/WxmXssj77YkrjasZQD6SFddythk3Wtzrf+UF2p076Udla1VNzsERP3kkjVRKel7mp1udXYcHtZSlV7RfmJe1GiFWveluaeKD5/MuJcSk8Tpm/vvwPIbmJleNpjYGKAAFYG7ICTgYGRiZGZkYWRlZGNkZ2Rg5GTLT2nsiDDEEIZsZfmZRqZujmDaDcDAxcI7WIOpS2gtCWUdgQAZkcSmQAAAAFblbO6AAA=) format("woff");font-weight:400;font-style:normal}.ui.dropdown>.dropdown.icon{font-family:Dropdown;line-height:1;height:1em;width:1.23em;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center;width:auto}.ui.dropdown>.dropdown.icon:before{content:""}.ui.dropdown .menu .item .dropdown.icon:before{content:""}.ui.dropdown .item .left.dropdown.icon:before,.ui.dropdown .left.menu .item .dropdown.icon:before{content:""}.ui.vertical.menu .dropdown.item>.dropdown.icon:before{content:""}.ui.dropdown>.clear.icon:before{content:""}/*!
* # Semantic UI 2.4.1 - Label
*/.ui.label{display:inline-block;line-height:1;vertical-align:baseline;margin:0 .14285714em;background-color:#e8e8e8;background-image:none;padding:.5833em .833em;color:#0009;text-transform:none;font-weight:700;border:0px solid transparent;border-radius:.28571429rem;transition:background .1s ease}.ui.label:first-child{margin-left:0}.ui.label:last-child{margin-right:0}a.ui.label{cursor:pointer}.ui.label>a{cursor:pointer;color:inherit;opacity:.5;transition:.1s opacity ease}.ui.label>a:hover{opacity:1}.ui.label>img{width:auto!important;vertical-align:middle;height:2.1666em!important}.ui.label>.icon{width:auto;margin:0 .75em 0 0}.ui.label>.detail{display:inline-block;vertical-align:top;font-weight:700;margin-left:1em;opacity:.8}.ui.label>.detail .icon{margin:0 .25em 0 0}.ui.label>.close.icon,.ui.label>.delete.icon{cursor:pointer;margin-right:0;margin-left:.5em;font-size:.92857143em;opacity:.5;transition:background .1s ease}.ui.label>.delete.icon:hover{opacity:1}.ui.dropdown{box-sizing:border-box;font-size:14px}.ui.dropdown input{font-size:14px}.ui.dropdown .menu{box-sizing:content-box}.ui.dropdown .menu>.item{font-size:14px}.ui.selection.dropdown{min-height:14px}.ui.selection.dropdown .menu{min-width:100%;width:100%}.ui.multiple.dropdown>.label{position:relative;padding-right:calc(.78571429em + 15px)}.ui.multiple.dropdown>.label i.icon.delete:before{content:"×";font-family:Arial,sans-serif}.ui.multiple.dropdown>.label i.icon.delete{box-sizing:border-box;position:absolute;right:10px;display:inline-block;width:18px;height:24px;margin:-5px -10px}.ui.multiple.dropdown>.label i.icon.delete:before,.ui.multiple.dropdown>.label i.icon.delete:after{position:absolute;content:" ";height:12px;width:3px;top:25%;left:25%;transform:translate(-25%,-25%);background-color:#333}.ui.multiple.dropdown>.label i.icon.delete:before{transform:rotate(45deg)}.ui.multiple.dropdown>.label i.icon.delete:after{transform:rotate(-45deg)}.ui.selection.dropdown{font-size:100%;padding:.72rem;line-height:1;border-radius:.25rem}.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:var(--dp-border-radius, 4px);font-family:var(--dp-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:var(--dp-font-size, 1rem);line-height:calc(var(--dp-font-size, 1rem)*1.5);padding:var(--dp-input-padding, 6px 30px 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:var(--dp-font-size, 1rem);height:var(--dp-font-size, 1rem);stroke-width:0;font-size:var(--dp-font-size, 1rem);line-height:calc(var(--dp-font-size, 1rem)*1.5);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:var(--dp-input-icon-padding, 35px)}.dp__input_valid{box-shadow:0 0 var(--dp-border-radius, 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 var(--dp-border-radius, 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:var(--dp-border-radius, 4px);min-width:var(--dp-menu-min-width, 260px);font-family:var(--dp-font-family, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif);font-size:var(--dp-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;right:0;bottom:0;left: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:var(--dp-border-radius, 4px);font-size:var(--dp-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:var(--dp-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:var(--dp-cell-size, 35px);padding:var(--dp-cell-padding, 5px);width:var(--dp-cell-size, 35px);box-sizing:border-box}.dp__calendar_row{display:flex;justify-content:center;align-items:center;margin:var(--dp-row-maring, 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:var(--dp-calendar-header-cell-padding, .5rem)}.dp__cell_inner{display:flex;align-items:center;text-align:center;justify-content:center;border-radius:var(--dp-cell-border-radius, var(--dp-border-radius, 4px));height:var(--dp-cell-size, 35px);padding:var(--dp-cell-padding, 5px);width:var(--dp-cell-size, 35px);border:1px solid rgba(0,0,0,0);box-sizing:border-box;position:relative}.dp__cell_inner:hover{transition:all .2s}.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:var(--dp-two-calendars-spacing, 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:var(--dp-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{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;width:100%}@media only screen and (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:var(--dp-month-year-row-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:var(--dp-month-year-row-button-size, 25px);width:var(--dp-month-year-row-button-size, 25px);color:var(--dp-icon-color);text-align:center;border-radius:50%}.dp__inner_nav svg{height:var(--dp-button-icon-height, 20px);width:var(--dp-button-icon-height, 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:var(--dp-month-year-row-height, 35px);display:flex;align-items:center;justify-content:center;border-radius:var(--dp-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;width:100%;height:100%;background:var(--dp-background-color);top:0;left:0;transition:opacity 1s ease-out;z-index:99999;font-family:var(--dp-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_container::-webkit-scrollbar-track{box-shadow:var(--dp-scroll-bar-background);background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar{width:5px;background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-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{flex-direction:column;overflow-y:auto}.dp__time_picker_overlay_container{height:100%}.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__flex_row{flex:1}.dp__overlay_col{box-sizing:border-box;width:33%;padding:var(--dp-overlay-col-padding, 3px);white-space:nowrap}.dp__overlay_cell_pad{padding:var(--dp-common-padding, 10px) 0}.dp__overlay_cell_active{cursor:pointer;border-radius:var(--dp-border-radius, 4px);text-align:center;background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__overlay_cell{cursor:pointer;border-radius:var(--dp-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__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:var(--dp-cell-size, 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:var(--dp-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:var(--dp-time-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:var(--dp-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:var(--dp-time-inc-dec-button-size, 32px);width:var(--dp-time-inc-dec-button-size, 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:var(--dp-time-inc-dec-button-size, 32px);width:var(--dp-time-inc-dec-button-size, 32px)}.dp__inc_dec_button:hover{background:var(--dp-hover-color);color:var(--dp-primary-color)}.dp__inc_dec_button_disabled:hover,.dp__inc_dec_button_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__pm_am_button{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border:none;padding:var(--dp-common-padding, 10px);border-radius:var(--dp-border-radius, 4px);cursor:pointer}.dp__action_row{display:flex;align-items:center;width:100%;padding:var(--dp-common-padding, 10px);box-sizing:border-box;color:var(--dp-text-color);flex-flow:row nowrap}.dp__action_row svg{height:var(--dp-button-icon-height, 20px);width:auto}.dp__selection_preview{display:block;align-items:center;justify-content:flex-start;flex-basis:50%;color:var(--dp-text-color);font-size:var(--dp-preview-font-size, .8rem);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dp__action_buttons{display:flex;align-items:center;justify-content:flex-end;flex-basis:50%;text-align:right}.dp__action_button{background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);padding:1px 6px;line-height:initial;margin-left:3px;cursor:pointer;border-radius:var(--dp-border-radius, 4px)}.dp__action_select{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__action_select:hover{background:var(--dp-primary-color);transition:var(--dp-action-row-transtion)}.dp__action_select:disabled{background:var(--dp-primary-disabled-color);cursor:not-allowed}.dp__action_cancel{color:var(--dp-text-color);border:1px solid var(--dp-border-color)}.dp__action_cancel:hover{border-color:var(--dp-primary-color);transition:var(--dp-action-row-transtion)}:root{--dp-animation-duration: .1s;--dp-menu-appear-transition-timing: cubic-bezier(.4, 0, 1, 1);--dp-transition-timing: ease-out;--dp-action-row-transtion: all .2s ease-in}.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:var(--dp-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;position:relative;width:100%}.dp__pointer{cursor:pointer}.dp__icon{stroke:currentcolor;fill:currentcolor}.dp__button{width:100%;text-align:center;color:var(--dp-icon-color);cursor:pointer;display:flex;align-items:center;align-content:center;justify-content:center;padding:var(--dp-common-padding, 10px);box-sizing:border-box;height:var(--dp-button-height, 35px)}.dp__button.dp__overlay_action{position:absolute;bottom:0}.dp__button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__button svg{height:var(--dp-button-icon-height, 20px);width:auto}.dp__button_bottom{border-bottom-left-radius:var(--dp-border-radius, 4px);border-bottom-right-radius:var(--dp-border-radius, 4px)}.dp__flex_display{display:flex}.dp__flex_display_with_input{flex-direction:column;align-items:flex-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-slide-up-enter-active,.dp-slide-up-leave-active,.dp-slide-down-enter-active,.dp-slide-down-leave-active{transition:all var(--dp-animation-duration) var(--dp-transition-timing)}.dp-menu-appear-enter-active,.dp-menu-appear-leave-active{transition:opacity var(--dp-animation-duration) var(--dp-menu-appear-transition-timing)}.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-leave-to{opacity:1}.ck-editor__editable{min-height:200px}.vuefinder *,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}.vuefinder :before,:after{--tw-content: ""}.vuefinder hr{height:0;color:inherit;border-top-width:1px}.vuefinder abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.vuefinder h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}.vuefinder a{color:inherit;text-decoration:inherit}.vuefinder b,strong{font-weight:bolder}.vuefinder code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}.vuefinder small{font-size:80%}.vuefinder sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.vuefinder sub{bottom:-.25em}.vuefinder sup{top:-.5em}.vuefinder table{text-indent:0;border-color:inherit;border-collapse:collapse}.vuefinder button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}.vuefinder button,select{text-transform:none}.vuefinder button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}.vuefinder :-moz-focusring{outline:auto}.vuefinder :-moz-ui-invalid{box-shadow:none}.vuefinder progress{vertical-align:baseline}.vuefinder ::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}.vuefinder [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.vuefinder ::-webkit-search-decoration{-webkit-appearance:none}.vuefinder ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.vuefinder summary{display:list-item}.vuefinder blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}.vuefinder fieldset{margin:0;padding:0}.vuefinder legend{padding:0}.vuefinder ol,ul,menu{list-style:none;margin:0;padding:0}.vuefinder dialog{padding:0}.vuefinder textarea{resize:vertical}.vuefinder input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}.vuefinder input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}.vuefinder button,[role=button]{cursor:pointer}.vuefinder :disabled{cursor:default}.vuefinder img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}.vuefinder img,video{max-width:100%;height:auto}.vuefinder [hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.vuefinder{position:relative}.vuefinder *{touch-action:manipulation}.vuefinder :is(.vf-btn){margin-top:.125rem;display:inline-flex;width:100%;justify-content:center;border-radius:.375rem;border-width:1px;padding:.5rem 1rem;font-size:1rem;line-height:1.5rem;font-weight:500;letter-spacing:.025em;--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)}.vuefinder :is(.vf-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-offset-width: 2px}@media (min-width: 640px){.vuefinder :is(.vf-btn){margin-left:.25rem;margin-right:.25rem;width:auto;font-size:.875rem;line-height:1.25rem}}.vuefinder :is(.vf-btn-primary){border-color:transparent;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.vuefinder :is(.vf-btn-primary:hover){--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.vuefinder :is(.vf-btn-primary:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity))}.vuefinder :is(.dark .vf-btn-primary){--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity))}.vuefinder :is(.dark .vf-btn-primary:hover){--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.vuefinder :is(.vf-btn-secondary){--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.vuefinder :is(.vf-btn-secondary:hover){--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.vuefinder :is(.vf-btn-secondary:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity))}.vuefinder :is(.dark .vf-btn-secondary){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.vuefinder :is(.dark .vf-btn-secondary:hover){--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.vuefinder :is(.vf-btn-danger){border-color:transparent;--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))}.vuefinder :is(.vf-btn-danger:hover){--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}.vuefinder :is(.vf-btn-danger: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);--tw-ring-opacity: 1;--tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity));--tw-ring-offset-width: 1px}.vuefinder :is(.dark .vf-btn-danger){--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity))}.vuefinder :is(.dark .vf-btn-danger:hover){--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.vuefinder :is(.disabled){cursor:not-allowed;opacity:.5}.vf-explorer-selected{border-width:1px!important;--tw-border-opacity: 1 !important;border-color:rgb(212 212 212 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(245 245 245 / var(--tw-bg-opacity))!important}:is(.dark .vf-explorer-selected){border-color:rgb(17 24 39 / var(--tw-border-opacity))!important;--tw-border-opacity: 1 !important;border-color:rgb(30 41 59 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(51 65 85 / var(--tw-bg-opacity))!important}.vf-explorer-selector{border-width:1px!important;--tw-border-opacity: 1 !important;border-color:rgb(100 116 139 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(203 213 225 / var(--tw-bg-opacity))!important;opacity:.5!important}.vuefinder.dark{color-scheme:dark}.vf-scrollbar::-webkit-scrollbar{width:12px}.vf-scrollbar::-webkit-scrollbar-track-piece{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}:is(.dark .vf-scrollbar)::-webkit-scrollbar-track-piece{background-color:#0f172a80}.vf-scrollbar::-webkit-scrollbar-thumb{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}:is(.dark .vf-scrollbar)::-webkit-scrollbar-thumb{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity))}.vf-scrollbar::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}:is(.dark .vf-scrollbar)::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}.vf-scrollbar::-webkit-scrollbar-corner{background-color:transparent}.vuefinder :is(.pointer-events-none){pointer-events:none}.vuefinder :is(.fixed){position:fixed}.vuefinder :is(.absolute){position:absolute}.vuefinder :is(.relative){position:relative}.vuefinder :is(.inset-0){top:0;right:0;bottom:0;left:0}.vuefinder :is(.-top-96){top:-24rem}.vuefinder :is(.bottom-0){bottom:0}.vuefinder :is(.left-1\/2){left:50%}.vuefinder :is(.right-\[-2rem\]){right:-2rem}.vuefinder :is(.top-1\/2){top:50%}.vuefinder :is(.top-4){top:1rem}.vuefinder :is(.-z-50){z-index:-50}.vuefinder :is(.z-0){z-index:0}.vuefinder :is(.z-10){z-index:10}.vuefinder :is(.z-20){z-index:20}.vuefinder :is(.z-30){z-index:30}.vuefinder :is(.col-span-2){grid-column:span 2 / span 2}.vuefinder :is(.col-span-3){grid-column:span 3 / span 3}.vuefinder :is(.col-span-5){grid-column:span 5 / span 5}.vuefinder :is(.col-span-7){grid-column:span 7 / span 7}.vuefinder :is(.m-1){margin:.25rem}.vuefinder :is(.m-auto){margin:auto}.vuefinder :is(.mx-0){margin-left:0;margin-right:0}.vuefinder :is(.mx-0\.5){margin-left:.125rem;margin-right:.125rem}.vuefinder :is(.mx-1){margin-left:.25rem;margin-right:.25rem}.vuefinder :is(.mx-1\.5){margin-left:.375rem;margin-right:.375rem}.vuefinder :is(.mx-2){margin-left:.5rem;margin-right:.5rem}.vuefinder :is(.mx-auto){margin-left:auto;margin-right:auto}.vuefinder :is(.my-0){margin-top:0;margin-bottom:0}.vuefinder :is(.my-0\.5){margin-top:.125rem;margin-bottom:.125rem}.vuefinder :is(.my-1){margin-top:.25rem;margin-bottom:.25rem}.vuefinder :is(.-ml-1){margin-left:-.25rem}.vuefinder :is(.mb-1){margin-bottom:.25rem}.vuefinder :is(.mb-2){margin-bottom:.5rem}.vuefinder :is(.mb-4){margin-bottom:1rem}.vuefinder :is(.ml-1){margin-left:.25rem}.vuefinder :is(.ml-1\.5){margin-left:.375rem}.vuefinder :is(.ml-2){margin-left:.5rem}.vuefinder :is(.ml-3){margin-left:.75rem}.vuefinder :is(.ml-auto){margin-left:auto}.vuefinder :is(.mr-1){margin-right:.25rem}.vuefinder :is(.mr-3){margin-right:.75rem}.vuefinder :is(.ms-3){margin-inline-start:.75rem}.vuefinder :is(.mt-2){margin-top:.5rem}.vuefinder :is(.mt-3){margin-top:.75rem}.vuefinder :is(.mt-5){margin-top:1.25rem}.vuefinder :is(.block){display:block}.vuefinder :is(.inline-block){display:inline-block}.vuefinder :is(.flex){display:flex}.vuefinder :is(.inline-flex){display:inline-flex}.vuefinder :is(.grid){display:grid}.vuefinder :is(.\!hidden){display:none!important}.vuefinder :is(.hidden){display:none}.vuefinder :is(.h-10){height:2.5rem}.vuefinder :is(.h-12){height:3rem}.vuefinder :is(.h-20){height:5rem}.vuefinder :is(.h-4){height:1rem}.vuefinder :is(.h-5){height:1.25rem}.vuefinder :is(.h-6){height:1.5rem}.vuefinder :is(.h-\[120px\]){height:120px}.vuefinder :is(.h-\[60vh\]){height:60vh}.vuefinder :is(.h-fit){height:-moz-fit-content;height:fit-content}.vuefinder :is(.h-full){height:100%}.vuefinder :is(.max-h-\[200px\]){max-height:200px}.vuefinder :is(.max-h-\[50vh\]){max-height:50vh}.vuefinder :is(.max-h-\[60vh\]){max-height:60vh}.vuefinder :is(.min-h-\[150px\]){min-height:150px}.vuefinder :is(.min-h-\[200px\]){min-height:200px}.vuefinder :is(.min-h-full){min-height:100%}.vuefinder :is(.w-10){width:2.5rem}.vuefinder :is(.w-12){width:3rem}.vuefinder :is(.w-4){width:1rem}.vuefinder :is(.w-5){width:1.25rem}.vuefinder :is(.w-6){width:1.5rem}.vuefinder :is(.w-\[120px\]){width:120px}.vuefinder :is(.w-\[5\.5rem\]){width:5.5rem}.vuefinder :is(.w-full){width:100%}.vuefinder :is(.w-screen){width:100vw}.vuefinder :is(.min-w-max){min-width:-moz-max-content;min-width:max-content}.vuefinder :is(.min-w-min){min-width:-moz-min-content;min-width:min-content}.vuefinder :is(.max-w-\[50vh\]){max-width:50vh}.vuefinder :is(.max-w-fit){max-width:-moz-fit-content;max-width:fit-content}.vuefinder :is(.flex-1){flex:1 1 0%}.vuefinder :is(.flex-auto){flex:1 1 auto}.vuefinder :is(.flex-shrink-0){flex-shrink:0}.vuefinder :is(.-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))}.vuefinder :is(.transform){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.vuefinder :is(.animate-spin){animation:spin 1s linear infinite}.vuefinder :is(.cursor-default){cursor:default}.vuefinder :is(.cursor-pointer){cursor:pointer}.vuefinder :is(.select-none){-webkit-user-select:none;-moz-user-select:none;user-select:none}.vuefinder :is(.resize-y){resize:vertical}.vuefinder :is(.grid-cols-1){grid-template-columns:repeat(1,minmax(0,1fr))}.vuefinder :is(.grid-cols-12){grid-template-columns:repeat(12,minmax(0,1fr))}.vuefinder :is(.flex-col){flex-direction:column}.vuefinder :is(.items-end){align-items:flex-end}.vuefinder :is(.items-center){align-items:center}.vuefinder :is(.justify-end){justify-content:flex-end}.vuefinder :is(.justify-center){justify-content:center}.vuefinder :is(.justify-between){justify-content:space-between}.vuefinder :is(.gap-x-3){-moz-column-gap:.75rem;column-gap:.75rem}.vuefinder :is(.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))}.vuefinder :is(.overflow-auto){overflow:auto}.vuefinder :is(.overflow-hidden){overflow:hidden}.vuefinder :is(.overflow-y-auto){overflow-y:auto}.vuefinder :is(.overflow-ellipsis){text-overflow:ellipsis}.vuefinder :is(.whitespace-nowrap){white-space:nowrap}.vuefinder :is(.whitespace-pre-wrap){white-space:pre-wrap}.vuefinder :is(.break-all){word-break:break-all}.vuefinder :is(.rounded){border-radius:.25rem}.vuefinder :is(.rounded-full){border-radius:9999px}.vuefinder :is(.rounded-lg){border-radius:.5rem}.vuefinder :is(.rounded-md){border-radius:.375rem}.vuefinder :is(.border){border-width:1px}.vuefinder :is(.border-0){border-width:0px}.vuefinder :is(.border-2){border-width:2px}.vuefinder :is(.border-b){border-bottom-width:1px}.vuefinder :is(.border-l){border-left-width:1px}.vuefinder :is(.border-r){border-right-width:1px}.vuefinder :is(.border-t){border-top-width:1px}.vuefinder :is(.border-dashed){border-style:dashed}.vuefinder :is(.border-gray-200){--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.vuefinder :is(.border-gray-300){--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.vuefinder :is(.border-lime-600){--tw-border-opacity: 1;border-color:rgb(101 163 13 / var(--tw-border-opacity))}.vuefinder :is(.border-neutral-300){--tw-border-opacity: 1;border-color:rgb(212 212 212 / var(--tw-border-opacity))}.vuefinder :is(.border-red-400){--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity))}.vuefinder :is(.border-transparent){border-color:transparent}.vuefinder :is(.bg-blue-200){--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity))}.vuefinder :is(.bg-blue-50){--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.vuefinder :is(.bg-blue-600){--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.vuefinder :is(.bg-blue-700\/75){background-color:#1d4ed8bf}.vuefinder :is(.bg-emerald-100){--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity))}.vuefinder :is(.bg-gray-100){--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.vuefinder :is(.bg-gray-200){--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.vuefinder :is(.bg-gray-50){--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.vuefinder :is(.bg-gray-500){--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.vuefinder :is(.bg-neutral-100){--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity))}.vuefinder :is(.bg-neutral-50){--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}.vuefinder :is(.bg-red-100){--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.vuefinder :is(.bg-transparent){background-color:transparent}.vuefinder :is(.bg-white){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.vuefinder :is(.bg-opacity-75){--tw-bg-opacity: .75}.vuefinder :is(.fill-gray-100){fill:#f3f4f6}.vuefinder :is(.fill-sky-100){fill:#e0f2fe}.vuefinder :is(.fill-sky-500){fill:#0ea5e9}.vuefinder :is(.fill-white){fill:#fff}.vuefinder :is(.stroke-blue-600){stroke:#2563eb}.vuefinder :is(.stroke-blue-900){stroke:#1e3a8a}.vuefinder :is(.stroke-gray-200){stroke:#e5e7eb}.vuefinder :is(.stroke-gray-400){stroke:#9ca3af}.vuefinder :is(.stroke-gray-500){stroke:#6b7280}.vuefinder :is(.stroke-neutral-500){stroke:#737373}.vuefinder :is(.stroke-red-600){stroke:#dc2626}.vuefinder :is(.stroke-sky-500){stroke:#0ea5e9}.vuefinder :is(.stroke-slate-500){stroke:#64748b}.vuefinder :is(.p-0){padding:0}.vuefinder :is(.p-0\.5){padding:.125rem}.vuefinder :is(.p-1){padding:.25rem}.vuefinder :is(.p-1\.5){padding:.375rem}.vuefinder :is(.p-2){padding:.5rem}.vuefinder :is(.p-4){padding:1rem}.vuefinder :is(.px-1){padding-left:.25rem;padding-right:.25rem}.vuefinder :is(.px-1\.5){padding-left:.375rem;padding-right:.375rem}.vuefinder :is(.px-2){padding-left:.5rem;padding-right:.5rem}.vuefinder :is(.px-4){padding-left:1rem;padding-right:1rem}.vuefinder :is(.py-0){padding-top:0;padding-bottom:0}.vuefinder :is(.py-0\.5){padding-top:.125rem;padding-bottom:.125rem}.vuefinder :is(.py-1){padding-top:.25rem;padding-bottom:.25rem}.vuefinder :is(.py-1\.5){padding-top:.375rem;padding-bottom:.375rem}.vuefinder :is(.py-2){padding-top:.5rem;padding-bottom:.5rem}.vuefinder :is(.py-3){padding-top:.75rem;padding-bottom:.75rem}.vuefinder :is(.pb-0){padding-bottom:0}.vuefinder :is(.pb-1){padding-bottom:.25rem}.vuefinder :is(.pb-4){padding-bottom:1rem}.vuefinder :is(.pl-1){padding-left:.25rem}.vuefinder :is(.pl-2){padding-left:.5rem}.vuefinder :is(.pr-1){padding-right:.25rem}.vuefinder :is(.pr-8){padding-right:2rem}.vuefinder :is(.pt-1){padding-top:.25rem}.vuefinder :is(.pt-3){padding-top:.75rem}.vuefinder :is(.pt-5){padding-top:1.25rem}.vuefinder :is(.text-left){text-align:left}.vuefinder :is(.text-center){text-align:center}.vuefinder :is(.text-base){font-size:1rem;line-height:1.5rem}.vuefinder :is(.text-lg){font-size:1.125rem;line-height:1.75rem}.vuefinder :is(.text-sm){font-size:.875rem;line-height:1.25rem}.vuefinder :is(.text-xs){font-size:.75rem;line-height:1rem}.vuefinder :is(.font-bold){font-weight:700}.vuefinder :is(.font-medium){font-weight:500}.vuefinder :is(.font-normal){font-weight:400}.vuefinder :is(.font-semibold){font-weight:600}.vuefinder :is(.leading-5){line-height:1.25rem}.vuefinder :is(.leading-6){line-height:1.5rem}.vuefinder :is(.leading-none){line-height:1}.vuefinder :is(.tracking-wider){letter-spacing:.05em}.vuefinder :is(.text-blue-500){--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.vuefinder :is(.text-emerald-600){--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity))}.vuefinder :is(.text-gray-400){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.vuefinder :is(.text-gray-500){--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.vuefinder :is(.text-gray-600){--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.vuefinder :is(.text-gray-700){--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.vuefinder :is(.text-gray-800){--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.vuefinder :is(.text-gray-900){--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.vuefinder :is(.text-green-600){--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.vuefinder :is(.text-indigo-600){--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity))}.vuefinder :is(.text-lime-600){--tw-text-opacity: 1;color:rgb(101 163 13 / var(--tw-text-opacity))}.vuefinder :is(.text-neutral-300){--tw-text-opacity: 1;color:rgb(212 212 212 / var(--tw-text-opacity))}.vuefinder :is(.text-neutral-500){--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity))}.vuefinder :is(.text-neutral-700){--tw-text-opacity: 1;color:rgb(64 64 64 / var(--tw-text-opacity))}.vuefinder :is(.text-red-400){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity))}.vuefinder :is(.text-red-500){--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.vuefinder :is(.text-red-600){--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.vuefinder :is(.text-slate-500){--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.vuefinder :is(.text-slate-700){--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity))}.vuefinder :is(.text-white){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.vuefinder :is(.text-opacity-50){--tw-text-opacity: .5}.vuefinder :is(.opacity-0){opacity:0}.vuefinder :is(.opacity-25){opacity:.25}.vuefinder :is(.opacity-75){opacity:.75}.vuefinder :is(.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)}.vuefinder :is(.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)}.vuefinder :is(.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)}.vuefinder :is(.outline-0){outline-width:0px}.vuefinder :is(.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)}.vuefinder :is(.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)}.vuefinder :is(.transition-\[width\]){transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.vuefinder :is(.transition-all){transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.vuefinder :is(.transition-opacity){transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.vuefinder :is(.delay-200){transition-delay:.2s}.vuefinder :is(.duration-1000){transition-duration:1s}.vuefinder :is(.duration-300){transition-duration:.3s}.vuefinder :is(.duration-500){transition-duration:.5s}.vuefinder :is(.ease-out){transition-timing-function:cubic-bezier(0,0,.2,1)}.vuefinder :is(.hover\:w-full:hover){width:100%}.vuefinder :is(.hover\:bg-blue-200:hover){--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity))}.vuefinder :is(.hover\:bg-blue-700:hover){--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.vuefinder :is(.hover\:bg-gray-100:hover){--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.vuefinder :is(.hover\:bg-neutral-100:hover){--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity))}.vuefinder :is(.hover\:bg-neutral-200:hover){--tw-bg-opacity: 1;background-color:rgb(229 229 229 / var(--tw-bg-opacity))}.vuefinder :is(.hover\:bg-neutral-300:hover){--tw-bg-opacity: 1;background-color:rgb(212 212 212 / var(--tw-bg-opacity))}.vuefinder :is(.hover\:bg-neutral-50:hover){--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}.vuefinder :is(.hover\:stroke-cyan-700:hover){stroke:#0e7490}.vuefinder :is(.hover\:stroke-sky-600:hover){stroke:#0284c7}.vuefinder :is(.hover\:text-red-600:hover){--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.vuefinder :is(.focus\:border-transparent:focus){border-color:transparent}.vuefinder :is(.focus\:outline-none:focus){outline:2px solid transparent;outline-offset:2px}.vuefinder :is(.focus\:ring-indigo-600:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity))}.vuefinder :is(.focus\:ring-transparent:focus){--tw-ring-color: transparent}.vuefinder :is(.disabled\:bg-gray-100:disabled){--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.vuefinder :is(.dark .dark\:border-t){border-top-width:1px}.vuefinder :is(.dark .dark\:border-gray-200){--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.vuefinder :is(.dark .dark\:border-gray-600){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.vuefinder :is(.dark .dark\:border-gray-700){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.vuefinder :is(.dark .dark\:border-gray-700\/50){border-color:#37415180}.vuefinder :is(.dark .dark\:border-gray-900){--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity))}.vuefinder :is(.dark .dark\:border-red-300){--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity))}.vuefinder :is(.dark .dark\:bg-emerald-950){--tw-bg-opacity: 1;background-color:rgb(2 44 34 / var(--tw-bg-opacity))}.vuefinder :is(.dark .dark\:bg-gray-500){--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.vuefinder :is(.dark .dark\:bg-gray-600){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.vuefinder :is(.dark .dark\:bg-gray-700){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.vuefinder :is(.dark .dark\:bg-gray-700\/25){background-color:#37415140}.vuefinder :is(.dark .dark\:bg-gray-700\/50){background-color:#37415180}.vuefinder :is(.dark .dark\:bg-gray-800){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.vuefinder :is(.dark .dark\:bg-red-950){--tw-bg-opacity: 1;background-color:rgb(69 10 10 / var(--tw-bg-opacity))}.vuefinder :is(.dark .dark\:bg-opacity-75){--tw-bg-opacity: .75}.vuefinder :is(.dark .dark\:fill-gray-400\/20){fill:#9ca3af33}.vuefinder :is(.dark .dark\:fill-gray-700){fill:#374151}.vuefinder :is(.dark .dark\:fill-slate-500){fill:#64748b}.vuefinder :is(.dark .dark\:stroke-blue-100){stroke:#dbeafe}.vuefinder :is(.dark .dark\:stroke-gray-400){stroke:#9ca3af}.vuefinder :is(.dark .dark\:stroke-gray-600){stroke:#4b5563}.vuefinder :is(.dark .dark\:stroke-gray-700){stroke:#374151}.vuefinder :is(.dark .dark\:stroke-red-200){stroke:#fecaca}.vuefinder :is(.dark .dark\:stroke-slate-500){stroke:#64748b}.vuefinder :is(.dark .dark\:text-gray-100){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}.vuefinder :is(.dark .dark\:text-gray-200){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.vuefinder :is(.dark .dark\:text-gray-300){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.vuefinder :is(.dark .dark\:text-gray-400){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.vuefinder :is(.dark .dark\:text-gray-50){--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity))}.vuefinder :is(.dark .dark\:text-gray-500){--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.vuefinder :is(.dark .dark\:text-gray-600){--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.vuefinder :is(.dark .dark\:text-green-600){--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.vuefinder :is(.dark .dark\:text-lime-300){--tw-text-opacity: 1;color:rgb(190 242 100 / var(--tw-text-opacity))}.vuefinder :is(.dark .dark\:text-neutral-200){--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity))}.vuefinder :is(.dark .dark\:text-neutral-300){--tw-text-opacity: 1;color:rgb(212 212 212 / var(--tw-text-opacity))}.vuefinder :is(.dark .dark\:text-neutral-400){--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity))}.vuefinder :is(.dark .dark\:text-neutral-50){--tw-text-opacity: 1;color:rgb(250 250 250 / var(--tw-text-opacity))}.vuefinder :is(.dark .dark\:text-neutral-500){--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity))}.vuefinder :is(.dark .dark\:text-red-200){--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity))}.vuefinder :is(.dark .dark\:text-red-300){--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity))}.vuefinder :is(.dark .dark\:text-slate-200){--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity))}.vuefinder :is(.dark .dark\:accent-slate-400){accent-color:#94a3b8}.vuefinder :is(.dark .dark\:opacity-75){opacity:.75}.vuefinder :is(.dark .dark\:selection\:bg-gray-500 *)::-moz-selection{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.vuefinder :is(.dark .dark\:selection\:bg-gray-500 *)::selection{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.vuefinder :is(.dark .dark\:selection\:bg-gray-500)::-moz-selection{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.vuefinder :is(.dark .dark\:selection\:bg-gray-500)::selection{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.vuefinder :is(.dark .dark\:hover\:bg-gray-500:hover){--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.vuefinder :is(.dark .dark\:hover\:bg-gray-700:hover){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.vuefinder :is(.dark .dark\:hover\:bg-gray-700\/10:hover){background-color:#3741511a}.vuefinder :is(.dark .dark\:hover\:bg-gray-700\/50:hover){background-color:#37415180}.vuefinder :is(.dark .dark\:hover\:bg-gray-800:hover){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.vuefinder :is(.dark .dark\:hover\:stroke-gray-300:hover){stroke:#d1d5db}.vuefinder :is(.dark .dark\:hover\:text-gray-200:hover){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.vuefinder :is(.dark .dark\:hover\:text-gray-300:hover){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.vuefinder :is(.dark .dark\:focus\:border-gray-600:focus){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.vuefinder :is(.dark .dark\:focus\:border-transparent:focus){border-color:transparent}.vuefinder :is(.dark .dark\:focus\:ring-gray-600:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity))}.vuefinder :is(.dark .dark\:focus\:ring-transparent:focus){--tw-ring-color: transparent}@media (min-width: 640px){.vuefinder :is(.sm\:mx-0){margin-left:0;margin-right:0}.vuefinder :is(.sm\:my-8){margin-top:2rem;margin-bottom:2rem}.vuefinder :is(.sm\:ml-3){margin-left:.75rem}.vuefinder :is(.sm\:ml-4){margin-left:1rem}.vuefinder :is(.sm\:mt-0){margin-top:0}.vuefinder :is(.sm\:flex){display:flex}.vuefinder :is(.sm\:h-10){height:2.5rem}.vuefinder :is(.sm\:w-10){width:2.5rem}.vuefinder :is(.sm\:w-auto){width:auto}.vuefinder :is(.sm\:max-w-4xl){max-width:56rem}.vuefinder :is(.sm\:flex-row-reverse){flex-direction:row-reverse}.vuefinder :is(.sm\:items-start){align-items:flex-start}.vuefinder :is(.sm\:items-center){align-items:center}.vuefinder :is(.sm\:p-0){padding:0}.vuefinder :is(.sm\:p-6){padding:1.5rem}.vuefinder :is(.sm\:px-6){padding-left:1.5rem;padding-right:1.5rem}.vuefinder :is(.sm\:pb-4){padding-bottom:1rem}.vuefinder :is(.sm\:text-left){text-align:left}.vuefinder :is(.sm\:text-sm){font-size:.875rem;line-height:1.25rem}.vuefinder :is(.sm\:text-xs){font-size:.75rem;line-height:1rem}}@media (min-width: 768px){.vuefinder :is(.md\:right-\[-2\.4rem\]){right:-2.4rem}.vuefinder :is(.md\:top-5){top:1.25rem}.vuefinder :is(.md\:block){display:block}.vuefinder :is(.md\:hidden){display:none}.vuefinder :is(.md\:h-12){height:3rem}.vuefinder :is(.md\:h-8){height:2rem}.vuefinder :is(.md\:w-12){width:3rem}.vuefinder :is(.md\:w-24){width:6rem}.vuefinder :is(.md\:w-8){width:2rem}.vuefinder :is(.md\:max-w-2xl){max-width:42rem}}@media (min-width: 1024px){.vuefinder :is(.lg\:max-w-3xl){max-width:48rem}}@media (min-width: 1280px){.vuefinder :is(.xl\:max-w-5xl){max-width:64rem}}.sortable-th .sortable-th-buttons{opacity:.2}.sortable-th:hover .sortable-th-buttons{opacity:1}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.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}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.-bottom-2\.5{bottom:-.625rem}.-right-2{right:-.5rem}.-right-6{right:-1.5rem}.-top-2{top:-.5rem}.-top-3{top:-.75rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-3{bottom:.75rem}.left-0{left:0}.left-1{left:.25rem}.left-10{left:2.5rem}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-11{top:2.75rem}.top-2{top:.5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-9{top:2.25rem}.top-full{top:100%}.z-10{z-index:10}.z-50{z-index:50}.\!col-span-1{grid-column:span 1 / span 1!important}.\!col-span-10{grid-column:span 10 / span 10!important}.\!col-span-11{grid-column:span 11 / span 11!important}.\!col-span-12{grid-column:span 12 / span 12!important}.\!col-span-2{grid-column:span 2 / span 2!important}.\!col-span-3{grid-column:span 3 / span 3!important}.\!col-span-4{grid-column:span 4 / span 4!important}.\!col-span-5{grid-column:span 5 / span 5!important}.\!col-span-6{grid-column:span 6 / span 6!important}.\!col-span-7{grid-column:span 7 / span 7!important}.\!col-span-8{grid-column:span 8 / span 8!important}.\!col-span-9{grid-column:span 9 / span 9!important}.col-span-1{grid-column:span 1 / span 1}.col-span-10{grid-column:span 10 / span 10}.col-span-11{grid-column:span 11 / span 11}.col-span-12{grid-column:span 12 / span 12}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.col-span-4{grid-column:span 4 / span 4}.col-span-5{grid-column:span 5 / span 5}.col-span-6{grid-column:span 6 / span 6}.col-span-7{grid-column:span 7 / span 7}.col-span-8{grid-column:span 8 / span 8}.col-span-9{grid-column:span 9 / span 9}.float-right{float:right}.m-0{margin:0}.m-0\.5{margin:.125rem}.m-1{margin:.25rem}.m-1\.5{margin:.375rem}.m-10{margin:2.5rem}.m-11{margin:2.75rem}.m-12{margin:3rem}.m-14{margin:3.5rem}.m-16{margin:4rem}.m-2{margin:.5rem}.m-2\.5{margin:.625rem}.m-20{margin:5rem}.m-24{margin:6rem}.m-28{margin:7rem}.m-3{margin:.75rem}.m-3\.5{margin:.875rem}.m-32{margin:8rem}.m-36{margin:9rem}.m-4{margin:1rem}.m-40{margin:10rem}.m-44{margin:11rem}.m-48{margin:12rem}.m-5{margin:1.25rem}.m-52{margin:13rem}.m-56{margin:14rem}.m-6{margin:1.5rem}.m-60{margin:15rem}.m-64{margin:16rem}.m-7{margin:1.75rem}.m-72{margin:18rem}.m-8{margin:2rem}.m-80{margin:20rem}.m-9{margin:2.25rem}.m-96{margin:24rem}.m-auto{margin:auto}.m-px{margin:1px}.-mx-\[6px\]{margin-left:-6px;margin-right:-6px}.mx-0{margin-left:0;margin-right:0}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.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-2{margin-left:.5rem;margin-right:.5rem}.mx-2\.5{margin-left:.625rem;margin-right:.625rem}.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-3{margin-left:.75rem;margin-right:.75rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-32{margin-left:8rem;margin-right:8rem}.mx-36{margin-left:9rem;margin-right:9rem}.mx-4{margin-left:1rem;margin-right:1rem}.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-5{margin-left:1.25rem;margin-right:1.25rem}.mx-52{margin-left:13rem;margin-right:13rem}.mx-56{margin-left:14rem;margin-right:14rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-60{margin-left:15rem;margin-right:15rem}.mx-64{margin-left:16rem;margin-right:16rem}.mx-7{margin-left:1.75rem;margin-right:1.75rem}.mx-72{margin-left:18rem;margin-right:18rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-80{margin-left:20rem;margin-right:20rem}.mx-9{margin-left:2.25rem;margin-right:2.25rem}.mx-96{margin-left:24rem;margin-right:24rem}.mx-\[-1px\]{margin-left:-1px;margin-right:-1px}.mx-auto{margin-left:auto;margin-right:auto}.mx-px{margin-left:1px;margin-right:1px}.my-0{margin-top:0;margin-bottom:0}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.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-2{margin-top:.5rem;margin-bottom:.5rem}.my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.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-3{margin-top:.75rem;margin-bottom:.75rem}.my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.my-32{margin-top:8rem;margin-bottom:8rem}.my-36{margin-top:9rem;margin-bottom:9rem}.my-4{margin-top:1rem;margin-bottom:1rem}.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-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-52{margin-top:13rem;margin-bottom:13rem}.my-56{margin-top:14rem;margin-bottom:14rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-60{margin-top:15rem;margin-bottom:15rem}.my-64{margin-top:16rem;margin-bottom:16rem}.my-7{margin-top:1.75rem;margin-bottom:1.75rem}.my-72{margin-top:18rem;margin-bottom:18rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-80{margin-top:20rem;margin-bottom:20rem}.my-9{margin-top:2.25rem;margin-bottom:2.25rem}.my-96{margin-top:24rem;margin-bottom:24rem}.my-auto{margin-top:auto;margin-bottom:auto}.my-px{margin-top:1px;margin-bottom:1px}.-mb-5{margin-bottom:-1.25rem}.-ml-1{margin-left:-.25rem}.-mt-0{margin-top:-0px}.-mt-1{margin-top:-.25rem}.-mt-px{margin-top:-1px}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.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-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-28{margin-bottom:7rem}.mb-3{margin-bottom:.75rem}.mb-3\.5{margin-bottom:.875rem}.mb-32{margin-bottom:8rem}.mb-36{margin-bottom:9rem}.mb-4{margin-bottom:1rem}.mb-40{margin-bottom:10rem}.mb-44{margin-bottom:11rem}.mb-48{margin-bottom:12rem}.mb-5{margin-bottom:1.25rem}.mb-52{margin-bottom:13rem}.mb-56{margin-bottom:14rem}.mb-6{margin-bottom:1.5rem}.mb-60{margin-bottom:15rem}.mb-64{margin-bottom:16rem}.mb-7{margin-bottom:1.75rem}.mb-72{margin-bottom:18rem}.mb-8{margin-bottom:2rem}.mb-80{margin-bottom:20rem}.mb-9{margin-bottom:2.25rem}.mb-96{margin-bottom:24rem}.mb-auto{margin-bottom:auto}.mb-px{margin-bottom:1px}.me-0{margin-inline-end:0px}.me-0\.5{margin-inline-end:.125rem}.me-1{margin-inline-end:.25rem}.me-1\.5{margin-inline-end:.375rem}.me-10{margin-inline-end:2.5rem}.me-11{margin-inline-end:2.75rem}.me-12{margin-inline-end:3rem}.me-14{margin-inline-end:3.5rem}.me-16{margin-inline-end:4rem}.me-2{margin-inline-end:.5rem}.me-2\.5{margin-inline-end:.625rem}.me-20{margin-inline-end:5rem}.me-24{margin-inline-end:6rem}.me-28{margin-inline-end:7rem}.me-3{margin-inline-end:.75rem}.me-3\.5{margin-inline-end:.875rem}.me-32{margin-inline-end:8rem}.me-36{margin-inline-end:9rem}.me-4{margin-inline-end:1rem}.me-40{margin-inline-end:10rem}.me-44{margin-inline-end:11rem}.me-48{margin-inline-end:12rem}.me-5{margin-inline-end:1.25rem}.me-52{margin-inline-end:13rem}.me-56{margin-inline-end:14rem}.me-6{margin-inline-end:1.5rem}.me-60{margin-inline-end:15rem}.me-64{margin-inline-end:16rem}.me-7{margin-inline-end:1.75rem}.me-72{margin-inline-end:18rem}.me-8{margin-inline-end:2rem}.me-80{margin-inline-end:20rem}.me-9{margin-inline-end:2.25rem}.me-96{margin-inline-end:24rem}.me-auto{margin-inline-end:auto}.me-px{margin-inline-end:1px}.ml-0{margin-left:0}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.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-2{margin-left:.5rem}.ml-2\.5{margin-left:.625rem}.ml-20{margin-left:5rem}.ml-24{margin-left:6rem}.ml-28{margin-left:7rem}.ml-3{margin-left:.75rem}.ml-3\.5{margin-left:.875rem}.ml-32{margin-left:8rem}.ml-36{margin-left:9rem}.ml-4{margin-left:1rem}.ml-40{margin-left:10rem}.ml-44{margin-left:11rem}.ml-48{margin-left:12rem}.ml-5{margin-left:1.25rem}.ml-52{margin-left:13rem}.ml-56{margin-left:14rem}.ml-6{margin-left:1.5rem}.ml-60{margin-left:15rem}.ml-64{margin-left:16rem}.ml-7{margin-left:1.75rem}.ml-72{margin-left:18rem}.ml-8{margin-left:2rem}.ml-80{margin-left:20rem}.ml-9{margin-left:2.25rem}.ml-96{margin-left:24rem}.ml-auto{margin-left:auto}.ml-px{margin-left:1px}.mr-0{margin-right:0}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.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-2{margin-right:.5rem}.mr-2\.5{margin-right:.625rem}.mr-20{margin-right:5rem}.mr-24{margin-right:6rem}.mr-28{margin-right:7rem}.mr-3{margin-right:.75rem}.mr-3\.5{margin-right:.875rem}.mr-32{margin-right:8rem}.mr-36{margin-right:9rem}.mr-4{margin-right:1rem}.mr-40{margin-right:10rem}.mr-44{margin-right:11rem}.mr-48{margin-right:12rem}.mr-5{margin-right:1.25rem}.mr-52{margin-right:13rem}.mr-56{margin-right:14rem}.mr-6{margin-right:1.5rem}.mr-60{margin-right:15rem}.mr-64{margin-right:16rem}.mr-7{margin-right:1.75rem}.mr-72{margin-right:18rem}.mr-8{margin-right:2rem}.mr-80{margin-right:20rem}.mr-9{margin-right:2.25rem}.mr-96{margin-right:24rem}.mr-auto{margin-right:auto}.mr-px{margin-right:1px}.ms-0{margin-inline-start:0px}.ms-0\.5{margin-inline-start:.125rem}.ms-1{margin-inline-start:.25rem}.ms-1\.5{margin-inline-start:.375rem}.ms-10{margin-inline-start:2.5rem}.ms-11{margin-inline-start:2.75rem}.ms-12{margin-inline-start:3rem}.ms-14{margin-inline-start:3.5rem}.ms-16{margin-inline-start:4rem}.ms-2{margin-inline-start:.5rem}.ms-2\.5{margin-inline-start:.625rem}.ms-20{margin-inline-start:5rem}.ms-24{margin-inline-start:6rem}.ms-28{margin-inline-start:7rem}.ms-3{margin-inline-start:.75rem}.ms-3\.5{margin-inline-start:.875rem}.ms-32{margin-inline-start:8rem}.ms-36{margin-inline-start:9rem}.ms-4{margin-inline-start:1rem}.ms-40{margin-inline-start:10rem}.ms-44{margin-inline-start:11rem}.ms-48{margin-inline-start:12rem}.ms-5{margin-inline-start:1.25rem}.ms-52{margin-inline-start:13rem}.ms-56{margin-inline-start:14rem}.ms-6{margin-inline-start:1.5rem}.ms-60{margin-inline-start:15rem}.ms-64{margin-inline-start:16rem}.ms-7{margin-inline-start:1.75rem}.ms-72{margin-inline-start:18rem}.ms-8{margin-inline-start:2rem}.ms-80{margin-inline-start:20rem}.ms-9{margin-inline-start:2.25rem}.ms-96{margin-inline-start:24rem}.ms-auto{margin-inline-start:auto}.ms-px{margin-inline-start:1px}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.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-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-28{margin-top:7rem}.mt-3{margin-top:.75rem}.mt-3\.5{margin-top:.875rem}.mt-32{margin-top:8rem}.mt-36{margin-top:9rem}.mt-4{margin-top:1rem}.mt-40{margin-top:10rem}.mt-44{margin-top:11rem}.mt-48{margin-top:12rem}.mt-5{margin-top:1.25rem}.mt-52{margin-top:13rem}.mt-56{margin-top:14rem}.mt-6{margin-top:1.5rem}.mt-60{margin-top:15rem}.mt-64{margin-top:16rem}.mt-7{margin-top:1.75rem}.mt-72{margin-top:18rem}.mt-8{margin-top:2rem}.mt-80{margin-top:20rem}.mt-9{margin-top:2.25rem}.mt-96{margin-top:24rem}.mt-\[23px\]{margin-top:23px}.mt-auto{margin-top:auto}.mt-px{margin-top:1px}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.\!table{display:table!important}.table{display:table}.grid{display:grid}.\!hidden{display:none!important}.hidden{display:none}.size-2{width:.5rem;height:.5rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[32rem\]{height:32rem}.h-full{height:100%}.max-h-20{max-height:5rem}.max-h-24{max-height:6rem}.max-h-28{max-height:7rem}.max-h-40{max-height:10rem}.max-h-52{max-height:13rem}.max-h-64{max-height:16rem}.max-h-\[41px\]{max-height:41px}.max-h-\[60vh\]{max-height:60vh}.max-h-fit{max-height:-moz-fit-content;max-height:fit-content}.max-h-full{max-height:100%}.min-h-7{min-height:1.75rem}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-0\.5{width:.125rem}.w-10{width:2.5rem}.w-11\/12{width:91.666667%}.w-2\/5{width:40%}.w-20{width:5rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[10\%\]{width:10%}.w-\[25\%\]{width:25%}.w-\[310px\]{width:310px}.w-\[65\%\]{width:65%}.w-auto{width:auto}.w-full{width:100%}.min-w-\[242px\]{min-width:242px}.max-w-20{max-width:5rem}.max-w-40{max-width:10rem}.max-w-60{max-width:15rem}.max-w-6xl{max-width:72rem}.max-w-\[25px\]{max-width:25px}.max-w-\[50px\]{max-width:50px}.max-w-\[547px\]{max-width:547px}.max-w-\[60vw\]{max-width:60vw}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-grow,.grow{flex-grow:1}.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))}.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-default{cursor:default}.cursor-grab{cursor:grab}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-7{gap:1.75rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.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-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))}.self-start{align-self:flex-start}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.text-nowrap{text-wrap:nowrap}.rounded{border-radius:.25rem}.rounded-\[6px\]{border-radius:6px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-b-8{border-bottom-width:8px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-\[\#EDEFF1\]{--tw-border-opacity: 1;border-color:rgb(237 239 241 / var(--tw-border-opacity))}.border-\[\#e4e4e4\]{--tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--tw-border-opacity))}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.border-blue-100{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity))}.border-blue-700{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.border-green-100{--tw-border-opacity: 1;border-color:rgb(220 252 231 / var(--tw-border-opacity))}.border-green-600{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity))}.border-red-100{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity))}.border-red-700{--tw-border-opacity: 1;border-color:rgb(185 28 28 / var(--tw-border-opacity))}.border-slate-100{--tw-border-opacity: 1;border-color:rgb(241 245 249 / 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-slate-400{--tw-border-opacity: 1;border-color:rgb(148 163 184 / var(--tw-border-opacity))}.border-slate-700{--tw-border-opacity: 1;border-color:rgb(51 65 85 / var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.\!bg-amber-100{--tw-bg-opacity: 1 !important;background-color:rgb(254 243 199 / var(--tw-bg-opacity))!important}.\!bg-amber-100\/0{background-color:#fef3c700!important}.\!bg-amber-100\/10{background-color:#fef3c71a!important}.\!bg-amber-100\/100{background-color:#fef3c7!important}.\!bg-amber-100\/15{background-color:#fef3c726!important}.\!bg-amber-100\/20{background-color:#fef3c733!important}.\!bg-amber-100\/25{background-color:#fef3c740!important}.\!bg-amber-100\/30{background-color:#fef3c74d!important}.\!bg-amber-100\/35{background-color:#fef3c759!important}.\!bg-amber-100\/40{background-color:#fef3c766!important}.\!bg-amber-100\/45{background-color:#fef3c773!important}.\!bg-amber-100\/5{background-color:#fef3c70d!important}.\!bg-amber-100\/50{background-color:#fef3c780!important}.\!bg-amber-100\/55{background-color:#fef3c78c!important}.\!bg-amber-100\/60{background-color:#fef3c799!important}.\!bg-amber-100\/65{background-color:#fef3c7a6!important}.\!bg-amber-100\/70{background-color:#fef3c7b3!important}.\!bg-amber-100\/75{background-color:#fef3c7bf!important}.\!bg-amber-100\/80{background-color:#fef3c7cc!important}.\!bg-amber-100\/85{background-color:#fef3c7d9!important}.\!bg-amber-100\/90{background-color:#fef3c7e6!important}.\!bg-amber-100\/95{background-color:#fef3c7f2!important}.\!bg-amber-200{--tw-bg-opacity: 1 !important;background-color:rgb(253 230 138 / var(--tw-bg-opacity))!important}.\!bg-amber-200\/0{background-color:#fde68a00!important}.\!bg-amber-200\/10{background-color:#fde68a1a!important}.\!bg-amber-200\/100{background-color:#fde68a!important}.\!bg-amber-200\/15{background-color:#fde68a26!important}.\!bg-amber-200\/20{background-color:#fde68a33!important}.\!bg-amber-200\/25{background-color:#fde68a40!important}.\!bg-amber-200\/30{background-color:#fde68a4d!important}.\!bg-amber-200\/35{background-color:#fde68a59!important}.\!bg-amber-200\/40{background-color:#fde68a66!important}.\!bg-amber-200\/45{background-color:#fde68a73!important}.\!bg-amber-200\/5{background-color:#fde68a0d!important}.\!bg-amber-200\/50{background-color:#fde68a80!important}.\!bg-amber-200\/55{background-color:#fde68a8c!important}.\!bg-amber-200\/60{background-color:#fde68a99!important}.\!bg-amber-200\/65{background-color:#fde68aa6!important}.\!bg-amber-200\/70{background-color:#fde68ab3!important}.\!bg-amber-200\/75{background-color:#fde68abf!important}.\!bg-amber-200\/80{background-color:#fde68acc!important}.\!bg-amber-200\/85{background-color:#fde68ad9!important}.\!bg-amber-200\/90{background-color:#fde68ae6!important}.\!bg-amber-200\/95{background-color:#fde68af2!important}.\!bg-amber-300{--tw-bg-opacity: 1 !important;background-color:rgb(252 211 77 / var(--tw-bg-opacity))!important}.\!bg-amber-300\/0{background-color:#fcd34d00!important}.\!bg-amber-300\/10{background-color:#fcd34d1a!important}.\!bg-amber-300\/100{background-color:#fcd34d!important}.\!bg-amber-300\/15{background-color:#fcd34d26!important}.\!bg-amber-300\/20{background-color:#fcd34d33!important}.\!bg-amber-300\/25{background-color:#fcd34d40!important}.\!bg-amber-300\/30{background-color:#fcd34d4d!important}.\!bg-amber-300\/35{background-color:#fcd34d59!important}.\!bg-amber-300\/40{background-color:#fcd34d66!important}.\!bg-amber-300\/45{background-color:#fcd34d73!important}.\!bg-amber-300\/5{background-color:#fcd34d0d!important}.\!bg-amber-300\/50{background-color:#fcd34d80!important}.\!bg-amber-300\/55{background-color:#fcd34d8c!important}.\!bg-amber-300\/60{background-color:#fcd34d99!important}.\!bg-amber-300\/65{background-color:#fcd34da6!important}.\!bg-amber-300\/70{background-color:#fcd34db3!important}.\!bg-amber-300\/75{background-color:#fcd34dbf!important}.\!bg-amber-300\/80{background-color:#fcd34dcc!important}.\!bg-amber-300\/85{background-color:#fcd34dd9!important}.\!bg-amber-300\/90{background-color:#fcd34de6!important}.\!bg-amber-300\/95{background-color:#fcd34df2!important}.\!bg-amber-400{--tw-bg-opacity: 1 !important;background-color:rgb(251 191 36 / var(--tw-bg-opacity))!important}.\!bg-amber-400\/0{background-color:#fbbf2400!important}.\!bg-amber-400\/10{background-color:#fbbf241a!important}.\!bg-amber-400\/100{background-color:#fbbf24!important}.\!bg-amber-400\/15{background-color:#fbbf2426!important}.\!bg-amber-400\/20{background-color:#fbbf2433!important}.\!bg-amber-400\/25{background-color:#fbbf2440!important}.\!bg-amber-400\/30{background-color:#fbbf244d!important}.\!bg-amber-400\/35{background-color:#fbbf2459!important}.\!bg-amber-400\/40{background-color:#fbbf2466!important}.\!bg-amber-400\/45{background-color:#fbbf2473!important}.\!bg-amber-400\/5{background-color:#fbbf240d!important}.\!bg-amber-400\/50{background-color:#fbbf2480!important}.\!bg-amber-400\/55{background-color:#fbbf248c!important}.\!bg-amber-400\/60{background-color:#fbbf2499!important}.\!bg-amber-400\/65{background-color:#fbbf24a6!important}.\!bg-amber-400\/70{background-color:#fbbf24b3!important}.\!bg-amber-400\/75{background-color:#fbbf24bf!important}.\!bg-amber-400\/80{background-color:#fbbf24cc!important}.\!bg-amber-400\/85{background-color:#fbbf24d9!important}.\!bg-amber-400\/90{background-color:#fbbf24e6!important}.\!bg-amber-400\/95{background-color:#fbbf24f2!important}.\!bg-amber-500{--tw-bg-opacity: 1 !important;background-color:rgb(245 158 11 / var(--tw-bg-opacity))!important}.\!bg-amber-500\/0{background-color:#f59e0b00!important}.\!bg-amber-500\/10{background-color:#f59e0b1a!important}.\!bg-amber-500\/100{background-color:#f59e0b!important}.\!bg-amber-500\/15{background-color:#f59e0b26!important}.\!bg-amber-500\/20{background-color:#f59e0b33!important}.\!bg-amber-500\/25{background-color:#f59e0b40!important}.\!bg-amber-500\/30{background-color:#f59e0b4d!important}.\!bg-amber-500\/35{background-color:#f59e0b59!important}.\!bg-amber-500\/40{background-color:#f59e0b66!important}.\!bg-amber-500\/45{background-color:#f59e0b73!important}.\!bg-amber-500\/5{background-color:#f59e0b0d!important}.\!bg-amber-500\/50{background-color:#f59e0b80!important}.\!bg-amber-500\/55{background-color:#f59e0b8c!important}.\!bg-amber-500\/60{background-color:#f59e0b99!important}.\!bg-amber-500\/65{background-color:#f59e0ba6!important}.\!bg-amber-500\/70{background-color:#f59e0bb3!important}.\!bg-amber-500\/75{background-color:#f59e0bbf!important}.\!bg-amber-500\/80{background-color:#f59e0bcc!important}.\!bg-amber-500\/85{background-color:#f59e0bd9!important}.\!bg-amber-500\/90{background-color:#f59e0be6!important}.\!bg-amber-500\/95{background-color:#f59e0bf2!important}.\!bg-amber-600{--tw-bg-opacity: 1 !important;background-color:rgb(217 119 6 / var(--tw-bg-opacity))!important}.\!bg-amber-600\/0{background-color:#d9770600!important}.\!bg-amber-600\/10{background-color:#d977061a!important}.\!bg-amber-600\/100{background-color:#d97706!important}.\!bg-amber-600\/15{background-color:#d9770626!important}.\!bg-amber-600\/20{background-color:#d9770633!important}.\!bg-amber-600\/25{background-color:#d9770640!important}.\!bg-amber-600\/30{background-color:#d977064d!important}.\!bg-amber-600\/35{background-color:#d9770659!important}.\!bg-amber-600\/40{background-color:#d9770666!important}.\!bg-amber-600\/45{background-color:#d9770673!important}.\!bg-amber-600\/5{background-color:#d977060d!important}.\!bg-amber-600\/50{background-color:#d9770680!important}.\!bg-amber-600\/55{background-color:#d977068c!important}.\!bg-amber-600\/60{background-color:#d9770699!important}.\!bg-amber-600\/65{background-color:#d97706a6!important}.\!bg-amber-600\/70{background-color:#d97706b3!important}.\!bg-amber-600\/75{background-color:#d97706bf!important}.\!bg-amber-600\/80{background-color:#d97706cc!important}.\!bg-amber-600\/85{background-color:#d97706d9!important}.\!bg-amber-600\/90{background-color:#d97706e6!important}.\!bg-amber-600\/95{background-color:#d97706f2!important}.\!bg-amber-700{--tw-bg-opacity: 1 !important;background-color:rgb(180 83 9 / var(--tw-bg-opacity))!important}.\!bg-amber-700\/0{background-color:#b4530900!important}.\!bg-amber-700\/10{background-color:#b453091a!important}.\!bg-amber-700\/100{background-color:#b45309!important}.\!bg-amber-700\/15{background-color:#b4530926!important}.\!bg-amber-700\/20{background-color:#b4530933!important}.\!bg-amber-700\/25{background-color:#b4530940!important}.\!bg-amber-700\/30{background-color:#b453094d!important}.\!bg-amber-700\/35{background-color:#b4530959!important}.\!bg-amber-700\/40{background-color:#b4530966!important}.\!bg-amber-700\/45{background-color:#b4530973!important}.\!bg-amber-700\/5{background-color:#b453090d!important}.\!bg-amber-700\/50{background-color:#b4530980!important}.\!bg-amber-700\/55{background-color:#b453098c!important}.\!bg-amber-700\/60{background-color:#b4530999!important}.\!bg-amber-700\/65{background-color:#b45309a6!important}.\!bg-amber-700\/70{background-color:#b45309b3!important}.\!bg-amber-700\/75{background-color:#b45309bf!important}.\!bg-amber-700\/80{background-color:#b45309cc!important}.\!bg-amber-700\/85{background-color:#b45309d9!important}.\!bg-amber-700\/90{background-color:#b45309e6!important}.\!bg-amber-700\/95{background-color:#b45309f2!important}.\!bg-amber-800{--tw-bg-opacity: 1 !important;background-color:rgb(146 64 14 / var(--tw-bg-opacity))!important}.\!bg-amber-800\/0{background-color:#92400e00!important}.\!bg-amber-800\/10{background-color:#92400e1a!important}.\!bg-amber-800\/100{background-color:#92400e!important}.\!bg-amber-800\/15{background-color:#92400e26!important}.\!bg-amber-800\/20{background-color:#92400e33!important}.\!bg-amber-800\/25{background-color:#92400e40!important}.\!bg-amber-800\/30{background-color:#92400e4d!important}.\!bg-amber-800\/35{background-color:#92400e59!important}.\!bg-amber-800\/40{background-color:#92400e66!important}.\!bg-amber-800\/45{background-color:#92400e73!important}.\!bg-amber-800\/5{background-color:#92400e0d!important}.\!bg-amber-800\/50{background-color:#92400e80!important}.\!bg-amber-800\/55{background-color:#92400e8c!important}.\!bg-amber-800\/60{background-color:#92400e99!important}.\!bg-amber-800\/65{background-color:#92400ea6!important}.\!bg-amber-800\/70{background-color:#92400eb3!important}.\!bg-amber-800\/75{background-color:#92400ebf!important}.\!bg-amber-800\/80{background-color:#92400ecc!important}.\!bg-amber-800\/85{background-color:#92400ed9!important}.\!bg-amber-800\/90{background-color:#92400ee6!important}.\!bg-amber-800\/95{background-color:#92400ef2!important}.\!bg-amber-900{--tw-bg-opacity: 1 !important;background-color:rgb(120 53 15 / var(--tw-bg-opacity))!important}.\!bg-amber-900\/0{background-color:#78350f00!important}.\!bg-amber-900\/10{background-color:#78350f1a!important}.\!bg-amber-900\/100{background-color:#78350f!important}.\!bg-amber-900\/15{background-color:#78350f26!important}.\!bg-amber-900\/20{background-color:#78350f33!important}.\!bg-amber-900\/25{background-color:#78350f40!important}.\!bg-amber-900\/30{background-color:#78350f4d!important}.\!bg-amber-900\/35{background-color:#78350f59!important}.\!bg-amber-900\/40{background-color:#78350f66!important}.\!bg-amber-900\/45{background-color:#78350f73!important}.\!bg-amber-900\/5{background-color:#78350f0d!important}.\!bg-amber-900\/50{background-color:#78350f80!important}.\!bg-amber-900\/55{background-color:#78350f8c!important}.\!bg-amber-900\/60{background-color:#78350f99!important}.\!bg-amber-900\/65{background-color:#78350fa6!important}.\!bg-amber-900\/70{background-color:#78350fb3!important}.\!bg-amber-900\/75{background-color:#78350fbf!important}.\!bg-amber-900\/80{background-color:#78350fcc!important}.\!bg-amber-900\/85{background-color:#78350fd9!important}.\!bg-amber-900\/90{background-color:#78350fe6!important}.\!bg-amber-900\/95{background-color:#78350ff2!important}.\!bg-blue-100{--tw-bg-opacity: 1 !important;background-color:rgb(219 234 254 / var(--tw-bg-opacity))!important}.\!bg-blue-100\/0{background-color:#dbeafe00!important}.\!bg-blue-100\/10{background-color:#dbeafe1a!important}.\!bg-blue-100\/100{background-color:#dbeafe!important}.\!bg-blue-100\/15{background-color:#dbeafe26!important}.\!bg-blue-100\/20{background-color:#dbeafe33!important}.\!bg-blue-100\/25{background-color:#dbeafe40!important}.\!bg-blue-100\/30{background-color:#dbeafe4d!important}.\!bg-blue-100\/35{background-color:#dbeafe59!important}.\!bg-blue-100\/40{background-color:#dbeafe66!important}.\!bg-blue-100\/45{background-color:#dbeafe73!important}.\!bg-blue-100\/5{background-color:#dbeafe0d!important}.\!bg-blue-100\/50{background-color:#dbeafe80!important}.\!bg-blue-100\/55{background-color:#dbeafe8c!important}.\!bg-blue-100\/60{background-color:#dbeafe99!important}.\!bg-blue-100\/65{background-color:#dbeafea6!important}.\!bg-blue-100\/70{background-color:#dbeafeb3!important}.\!bg-blue-100\/75{background-color:#dbeafebf!important}.\!bg-blue-100\/80{background-color:#dbeafecc!important}.\!bg-blue-100\/85{background-color:#dbeafed9!important}.\!bg-blue-100\/90{background-color:#dbeafee6!important}.\!bg-blue-100\/95{background-color:#dbeafef2!important}.\!bg-blue-200{--tw-bg-opacity: 1 !important;background-color:rgb(191 219 254 / var(--tw-bg-opacity))!important}.\!bg-blue-200\/0{background-color:#bfdbfe00!important}.\!bg-blue-200\/10{background-color:#bfdbfe1a!important}.\!bg-blue-200\/100{background-color:#bfdbfe!important}.\!bg-blue-200\/15{background-color:#bfdbfe26!important}.\!bg-blue-200\/20{background-color:#bfdbfe33!important}.\!bg-blue-200\/25{background-color:#bfdbfe40!important}.\!bg-blue-200\/30{background-color:#bfdbfe4d!important}.\!bg-blue-200\/35{background-color:#bfdbfe59!important}.\!bg-blue-200\/40{background-color:#bfdbfe66!important}.\!bg-blue-200\/45{background-color:#bfdbfe73!important}.\!bg-blue-200\/5{background-color:#bfdbfe0d!important}.\!bg-blue-200\/50{background-color:#bfdbfe80!important}.\!bg-blue-200\/55{background-color:#bfdbfe8c!important}.\!bg-blue-200\/60{background-color:#bfdbfe99!important}.\!bg-blue-200\/65{background-color:#bfdbfea6!important}.\!bg-blue-200\/70{background-color:#bfdbfeb3!important}.\!bg-blue-200\/75{background-color:#bfdbfebf!important}.\!bg-blue-200\/80{background-color:#bfdbfecc!important}.\!bg-blue-200\/85{background-color:#bfdbfed9!important}.\!bg-blue-200\/90{background-color:#bfdbfee6!important}.\!bg-blue-200\/95{background-color:#bfdbfef2!important}.\!bg-blue-300{--tw-bg-opacity: 1 !important;background-color:rgb(147 197 253 / var(--tw-bg-opacity))!important}.\!bg-blue-300\/0{background-color:#93c5fd00!important}.\!bg-blue-300\/10{background-color:#93c5fd1a!important}.\!bg-blue-300\/100{background-color:#93c5fd!important}.\!bg-blue-300\/15{background-color:#93c5fd26!important}.\!bg-blue-300\/20{background-color:#93c5fd33!important}.\!bg-blue-300\/25{background-color:#93c5fd40!important}.\!bg-blue-300\/30{background-color:#93c5fd4d!important}.\!bg-blue-300\/35{background-color:#93c5fd59!important}.\!bg-blue-300\/40{background-color:#93c5fd66!important}.\!bg-blue-300\/45{background-color:#93c5fd73!important}.\!bg-blue-300\/5{background-color:#93c5fd0d!important}.\!bg-blue-300\/50{background-color:#93c5fd80!important}.\!bg-blue-300\/55{background-color:#93c5fd8c!important}.\!bg-blue-300\/60{background-color:#93c5fd99!important}.\!bg-blue-300\/65{background-color:#93c5fda6!important}.\!bg-blue-300\/70{background-color:#93c5fdb3!important}.\!bg-blue-300\/75{background-color:#93c5fdbf!important}.\!bg-blue-300\/80{background-color:#93c5fdcc!important}.\!bg-blue-300\/85{background-color:#93c5fdd9!important}.\!bg-blue-300\/90{background-color:#93c5fde6!important}.\!bg-blue-300\/95{background-color:#93c5fdf2!important}.\!bg-blue-400{--tw-bg-opacity: 1 !important;background-color:rgb(96 165 250 / var(--tw-bg-opacity))!important}.\!bg-blue-400\/0{background-color:#60a5fa00!important}.\!bg-blue-400\/10{background-color:#60a5fa1a!important}.\!bg-blue-400\/100{background-color:#60a5fa!important}.\!bg-blue-400\/15{background-color:#60a5fa26!important}.\!bg-blue-400\/20{background-color:#60a5fa33!important}.\!bg-blue-400\/25{background-color:#60a5fa40!important}.\!bg-blue-400\/30{background-color:#60a5fa4d!important}.\!bg-blue-400\/35{background-color:#60a5fa59!important}.\!bg-blue-400\/40{background-color:#60a5fa66!important}.\!bg-blue-400\/45{background-color:#60a5fa73!important}.\!bg-blue-400\/5{background-color:#60a5fa0d!important}.\!bg-blue-400\/50{background-color:#60a5fa80!important}.\!bg-blue-400\/55{background-color:#60a5fa8c!important}.\!bg-blue-400\/60{background-color:#60a5fa99!important}.\!bg-blue-400\/65{background-color:#60a5faa6!important}.\!bg-blue-400\/70{background-color:#60a5fab3!important}.\!bg-blue-400\/75{background-color:#60a5fabf!important}.\!bg-blue-400\/80{background-color:#60a5facc!important}.\!bg-blue-400\/85{background-color:#60a5fad9!important}.\!bg-blue-400\/90{background-color:#60a5fae6!important}.\!bg-blue-400\/95{background-color:#60a5faf2!important}.\!bg-blue-500{--tw-bg-opacity: 1 !important;background-color:rgb(59 130 246 / var(--tw-bg-opacity))!important}.\!bg-blue-500\/0{background-color:#3b82f600!important}.\!bg-blue-500\/10{background-color:#3b82f61a!important}.\!bg-blue-500\/100{background-color:#3b82f6!important}.\!bg-blue-500\/15{background-color:#3b82f626!important}.\!bg-blue-500\/20{background-color:#3b82f633!important}.\!bg-blue-500\/25{background-color:#3b82f640!important}.\!bg-blue-500\/30{background-color:#3b82f64d!important}.\!bg-blue-500\/35{background-color:#3b82f659!important}.\!bg-blue-500\/40{background-color:#3b82f666!important}.\!bg-blue-500\/45{background-color:#3b82f673!important}.\!bg-blue-500\/5{background-color:#3b82f60d!important}.\!bg-blue-500\/50{background-color:#3b82f680!important}.\!bg-blue-500\/55{background-color:#3b82f68c!important}.\!bg-blue-500\/60{background-color:#3b82f699!important}.\!bg-blue-500\/65{background-color:#3b82f6a6!important}.\!bg-blue-500\/70{background-color:#3b82f6b3!important}.\!bg-blue-500\/75{background-color:#3b82f6bf!important}.\!bg-blue-500\/80{background-color:#3b82f6cc!important}.\!bg-blue-500\/85{background-color:#3b82f6d9!important}.\!bg-blue-500\/90{background-color:#3b82f6e6!important}.\!bg-blue-500\/95{background-color:#3b82f6f2!important}.\!bg-blue-600{--tw-bg-opacity: 1 !important;background-color:rgb(37 99 235 / var(--tw-bg-opacity))!important}.\!bg-blue-600\/0{background-color:#2563eb00!important}.\!bg-blue-600\/10{background-color:#2563eb1a!important}.\!bg-blue-600\/100{background-color:#2563eb!important}.\!bg-blue-600\/15{background-color:#2563eb26!important}.\!bg-blue-600\/20{background-color:#2563eb33!important}.\!bg-blue-600\/25{background-color:#2563eb40!important}.\!bg-blue-600\/30{background-color:#2563eb4d!important}.\!bg-blue-600\/35{background-color:#2563eb59!important}.\!bg-blue-600\/40{background-color:#2563eb66!important}.\!bg-blue-600\/45{background-color:#2563eb73!important}.\!bg-blue-600\/5{background-color:#2563eb0d!important}.\!bg-blue-600\/50{background-color:#2563eb80!important}.\!bg-blue-600\/55{background-color:#2563eb8c!important}.\!bg-blue-600\/60{background-color:#2563eb99!important}.\!bg-blue-600\/65{background-color:#2563eba6!important}.\!bg-blue-600\/70{background-color:#2563ebb3!important}.\!bg-blue-600\/75{background-color:#2563ebbf!important}.\!bg-blue-600\/80{background-color:#2563ebcc!important}.\!bg-blue-600\/85{background-color:#2563ebd9!important}.\!bg-blue-600\/90{background-color:#2563ebe6!important}.\!bg-blue-600\/95{background-color:#2563ebf2!important}.\!bg-blue-700{--tw-bg-opacity: 1 !important;background-color:rgb(29 78 216 / var(--tw-bg-opacity))!important}.\!bg-blue-700\/0{background-color:#1d4ed800!important}.\!bg-blue-700\/10{background-color:#1d4ed81a!important}.\!bg-blue-700\/100{background-color:#1d4ed8!important}.\!bg-blue-700\/15{background-color:#1d4ed826!important}.\!bg-blue-700\/20{background-color:#1d4ed833!important}.\!bg-blue-700\/25{background-color:#1d4ed840!important}.\!bg-blue-700\/30{background-color:#1d4ed84d!important}.\!bg-blue-700\/35{background-color:#1d4ed859!important}.\!bg-blue-700\/40{background-color:#1d4ed866!important}.\!bg-blue-700\/45{background-color:#1d4ed873!important}.\!bg-blue-700\/5{background-color:#1d4ed80d!important}.\!bg-blue-700\/50{background-color:#1d4ed880!important}.\!bg-blue-700\/55{background-color:#1d4ed88c!important}.\!bg-blue-700\/60{background-color:#1d4ed899!important}.\!bg-blue-700\/65{background-color:#1d4ed8a6!important}.\!bg-blue-700\/70{background-color:#1d4ed8b3!important}.\!bg-blue-700\/75{background-color:#1d4ed8bf!important}.\!bg-blue-700\/80{background-color:#1d4ed8cc!important}.\!bg-blue-700\/85{background-color:#1d4ed8d9!important}.\!bg-blue-700\/90{background-color:#1d4ed8e6!important}.\!bg-blue-700\/95{background-color:#1d4ed8f2!important}.\!bg-blue-800{--tw-bg-opacity: 1 !important;background-color:rgb(30 64 175 / var(--tw-bg-opacity))!important}.\!bg-blue-800\/0{background-color:#1e40af00!important}.\!bg-blue-800\/10{background-color:#1e40af1a!important}.\!bg-blue-800\/100{background-color:#1e40af!important}.\!bg-blue-800\/15{background-color:#1e40af26!important}.\!bg-blue-800\/20{background-color:#1e40af33!important}.\!bg-blue-800\/25{background-color:#1e40af40!important}.\!bg-blue-800\/30{background-color:#1e40af4d!important}.\!bg-blue-800\/35{background-color:#1e40af59!important}.\!bg-blue-800\/40{background-color:#1e40af66!important}.\!bg-blue-800\/45{background-color:#1e40af73!important}.\!bg-blue-800\/5{background-color:#1e40af0d!important}.\!bg-blue-800\/50{background-color:#1e40af80!important}.\!bg-blue-800\/55{background-color:#1e40af8c!important}.\!bg-blue-800\/60{background-color:#1e40af99!important}.\!bg-blue-800\/65{background-color:#1e40afa6!important}.\!bg-blue-800\/70{background-color:#1e40afb3!important}.\!bg-blue-800\/75{background-color:#1e40afbf!important}.\!bg-blue-800\/80{background-color:#1e40afcc!important}.\!bg-blue-800\/85{background-color:#1e40afd9!important}.\!bg-blue-800\/90{background-color:#1e40afe6!important}.\!bg-blue-800\/95{background-color:#1e40aff2!important}.\!bg-blue-900{--tw-bg-opacity: 1 !important;background-color:rgb(30 58 138 / var(--tw-bg-opacity))!important}.\!bg-blue-900\/0{background-color:#1e3a8a00!important}.\!bg-blue-900\/10{background-color:#1e3a8a1a!important}.\!bg-blue-900\/100{background-color:#1e3a8a!important}.\!bg-blue-900\/15{background-color:#1e3a8a26!important}.\!bg-blue-900\/20{background-color:#1e3a8a33!important}.\!bg-blue-900\/25{background-color:#1e3a8a40!important}.\!bg-blue-900\/30{background-color:#1e3a8a4d!important}.\!bg-blue-900\/35{background-color:#1e3a8a59!important}.\!bg-blue-900\/40{background-color:#1e3a8a66!important}.\!bg-blue-900\/45{background-color:#1e3a8a73!important}.\!bg-blue-900\/5{background-color:#1e3a8a0d!important}.\!bg-blue-900\/50{background-color:#1e3a8a80!important}.\!bg-blue-900\/55{background-color:#1e3a8a8c!important}.\!bg-blue-900\/60{background-color:#1e3a8a99!important}.\!bg-blue-900\/65{background-color:#1e3a8aa6!important}.\!bg-blue-900\/70{background-color:#1e3a8ab3!important}.\!bg-blue-900\/75{background-color:#1e3a8abf!important}.\!bg-blue-900\/80{background-color:#1e3a8acc!important}.\!bg-blue-900\/85{background-color:#1e3a8ad9!important}.\!bg-blue-900\/90{background-color:#1e3a8ae6!important}.\!bg-blue-900\/95{background-color:#1e3a8af2!important}.\!bg-green-100{--tw-bg-opacity: 1 !important;background-color:rgb(220 252 231 / var(--tw-bg-opacity))!important}.\!bg-green-100\/0{background-color:#dcfce700!important}.\!bg-green-100\/10{background-color:#dcfce71a!important}.\!bg-green-100\/100{background-color:#dcfce7!important}.\!bg-green-100\/15{background-color:#dcfce726!important}.\!bg-green-100\/20{background-color:#dcfce733!important}.\!bg-green-100\/25{background-color:#dcfce740!important}.\!bg-green-100\/30{background-color:#dcfce74d!important}.\!bg-green-100\/35{background-color:#dcfce759!important}.\!bg-green-100\/40{background-color:#dcfce766!important}.\!bg-green-100\/45{background-color:#dcfce773!important}.\!bg-green-100\/5{background-color:#dcfce70d!important}.\!bg-green-100\/50{background-color:#dcfce780!important}.\!bg-green-100\/55{background-color:#dcfce78c!important}.\!bg-green-100\/60{background-color:#dcfce799!important}.\!bg-green-100\/65{background-color:#dcfce7a6!important}.\!bg-green-100\/70{background-color:#dcfce7b3!important}.\!bg-green-100\/75{background-color:#dcfce7bf!important}.\!bg-green-100\/80{background-color:#dcfce7cc!important}.\!bg-green-100\/85{background-color:#dcfce7d9!important}.\!bg-green-100\/90{background-color:#dcfce7e6!important}.\!bg-green-100\/95{background-color:#dcfce7f2!important}.\!bg-green-200{--tw-bg-opacity: 1 !important;background-color:rgb(187 247 208 / var(--tw-bg-opacity))!important}.\!bg-green-200\/0{background-color:#bbf7d000!important}.\!bg-green-200\/10{background-color:#bbf7d01a!important}.\!bg-green-200\/100{background-color:#bbf7d0!important}.\!bg-green-200\/15{background-color:#bbf7d026!important}.\!bg-green-200\/20{background-color:#bbf7d033!important}.\!bg-green-200\/25{background-color:#bbf7d040!important}.\!bg-green-200\/30{background-color:#bbf7d04d!important}.\!bg-green-200\/35{background-color:#bbf7d059!important}.\!bg-green-200\/40{background-color:#bbf7d066!important}.\!bg-green-200\/45{background-color:#bbf7d073!important}.\!bg-green-200\/5{background-color:#bbf7d00d!important}.\!bg-green-200\/50{background-color:#bbf7d080!important}.\!bg-green-200\/55{background-color:#bbf7d08c!important}.\!bg-green-200\/60{background-color:#bbf7d099!important}.\!bg-green-200\/65{background-color:#bbf7d0a6!important}.\!bg-green-200\/70{background-color:#bbf7d0b3!important}.\!bg-green-200\/75{background-color:#bbf7d0bf!important}.\!bg-green-200\/80{background-color:#bbf7d0cc!important}.\!bg-green-200\/85{background-color:#bbf7d0d9!important}.\!bg-green-200\/90{background-color:#bbf7d0e6!important}.\!bg-green-200\/95{background-color:#bbf7d0f2!important}.\!bg-green-300{--tw-bg-opacity: 1 !important;background-color:rgb(134 239 172 / var(--tw-bg-opacity))!important}.\!bg-green-300\/0{background-color:#86efac00!important}.\!bg-green-300\/10{background-color:#86efac1a!important}.\!bg-green-300\/100{background-color:#86efac!important}.\!bg-green-300\/15{background-color:#86efac26!important}.\!bg-green-300\/20{background-color:#86efac33!important}.\!bg-green-300\/25{background-color:#86efac40!important}.\!bg-green-300\/30{background-color:#86efac4d!important}.\!bg-green-300\/35{background-color:#86efac59!important}.\!bg-green-300\/40{background-color:#86efac66!important}.\!bg-green-300\/45{background-color:#86efac73!important}.\!bg-green-300\/5{background-color:#86efac0d!important}.\!bg-green-300\/50{background-color:#86efac80!important}.\!bg-green-300\/55{background-color:#86efac8c!important}.\!bg-green-300\/60{background-color:#86efac99!important}.\!bg-green-300\/65{background-color:#86efaca6!important}.\!bg-green-300\/70{background-color:#86efacb3!important}.\!bg-green-300\/75{background-color:#86efacbf!important}.\!bg-green-300\/80{background-color:#86efaccc!important}.\!bg-green-300\/85{background-color:#86efacd9!important}.\!bg-green-300\/90{background-color:#86eface6!important}.\!bg-green-300\/95{background-color:#86efacf2!important}.\!bg-green-400{--tw-bg-opacity: 1 !important;background-color:rgb(74 222 128 / var(--tw-bg-opacity))!important}.\!bg-green-400\/0{background-color:#4ade8000!important}.\!bg-green-400\/10{background-color:#4ade801a!important}.\!bg-green-400\/100{background-color:#4ade80!important}.\!bg-green-400\/15{background-color:#4ade8026!important}.\!bg-green-400\/20{background-color:#4ade8033!important}.\!bg-green-400\/25{background-color:#4ade8040!important}.\!bg-green-400\/30{background-color:#4ade804d!important}.\!bg-green-400\/35{background-color:#4ade8059!important}.\!bg-green-400\/40{background-color:#4ade8066!important}.\!bg-green-400\/45{background-color:#4ade8073!important}.\!bg-green-400\/5{background-color:#4ade800d!important}.\!bg-green-400\/50{background-color:#4ade8080!important}.\!bg-green-400\/55{background-color:#4ade808c!important}.\!bg-green-400\/60{background-color:#4ade8099!important}.\!bg-green-400\/65{background-color:#4ade80a6!important}.\!bg-green-400\/70{background-color:#4ade80b3!important}.\!bg-green-400\/75{background-color:#4ade80bf!important}.\!bg-green-400\/80{background-color:#4ade80cc!important}.\!bg-green-400\/85{background-color:#4ade80d9!important}.\!bg-green-400\/90{background-color:#4ade80e6!important}.\!bg-green-400\/95{background-color:#4ade80f2!important}.\!bg-green-500{--tw-bg-opacity: 1 !important;background-color:rgb(34 197 94 / var(--tw-bg-opacity))!important}.\!bg-green-500\/0{background-color:#22c55e00!important}.\!bg-green-500\/10{background-color:#22c55e1a!important}.\!bg-green-500\/100{background-color:#22c55e!important}.\!bg-green-500\/15{background-color:#22c55e26!important}.\!bg-green-500\/20{background-color:#22c55e33!important}.\!bg-green-500\/25{background-color:#22c55e40!important}.\!bg-green-500\/30{background-color:#22c55e4d!important}.\!bg-green-500\/35{background-color:#22c55e59!important}.\!bg-green-500\/40{background-color:#22c55e66!important}.\!bg-green-500\/45{background-color:#22c55e73!important}.\!bg-green-500\/5{background-color:#22c55e0d!important}.\!bg-green-500\/50{background-color:#22c55e80!important}.\!bg-green-500\/55{background-color:#22c55e8c!important}.\!bg-green-500\/60{background-color:#22c55e99!important}.\!bg-green-500\/65{background-color:#22c55ea6!important}.\!bg-green-500\/70{background-color:#22c55eb3!important}.\!bg-green-500\/75{background-color:#22c55ebf!important}.\!bg-green-500\/80{background-color:#22c55ecc!important}.\!bg-green-500\/85{background-color:#22c55ed9!important}.\!bg-green-500\/90{background-color:#22c55ee6!important}.\!bg-green-500\/95{background-color:#22c55ef2!important}.\!bg-green-600{--tw-bg-opacity: 1 !important;background-color:rgb(22 163 74 / var(--tw-bg-opacity))!important}.\!bg-green-600\/0{background-color:#16a34a00!important}.\!bg-green-600\/10{background-color:#16a34a1a!important}.\!bg-green-600\/100{background-color:#16a34a!important}.\!bg-green-600\/15{background-color:#16a34a26!important}.\!bg-green-600\/20{background-color:#16a34a33!important}.\!bg-green-600\/25{background-color:#16a34a40!important}.\!bg-green-600\/30{background-color:#16a34a4d!important}.\!bg-green-600\/35{background-color:#16a34a59!important}.\!bg-green-600\/40{background-color:#16a34a66!important}.\!bg-green-600\/45{background-color:#16a34a73!important}.\!bg-green-600\/5{background-color:#16a34a0d!important}.\!bg-green-600\/50{background-color:#16a34a80!important}.\!bg-green-600\/55{background-color:#16a34a8c!important}.\!bg-green-600\/60{background-color:#16a34a99!important}.\!bg-green-600\/65{background-color:#16a34aa6!important}.\!bg-green-600\/70{background-color:#16a34ab3!important}.\!bg-green-600\/75{background-color:#16a34abf!important}.\!bg-green-600\/80{background-color:#16a34acc!important}.\!bg-green-600\/85{background-color:#16a34ad9!important}.\!bg-green-600\/90{background-color:#16a34ae6!important}.\!bg-green-600\/95{background-color:#16a34af2!important}.\!bg-green-700{--tw-bg-opacity: 1 !important;background-color:rgb(21 128 61 / var(--tw-bg-opacity))!important}.\!bg-green-700\/0{background-color:#15803d00!important}.\!bg-green-700\/10{background-color:#15803d1a!important}.\!bg-green-700\/100{background-color:#15803d!important}.\!bg-green-700\/15{background-color:#15803d26!important}.\!bg-green-700\/20{background-color:#15803d33!important}.\!bg-green-700\/25{background-color:#15803d40!important}.\!bg-green-700\/30{background-color:#15803d4d!important}.\!bg-green-700\/35{background-color:#15803d59!important}.\!bg-green-700\/40{background-color:#15803d66!important}.\!bg-green-700\/45{background-color:#15803d73!important}.\!bg-green-700\/5{background-color:#15803d0d!important}.\!bg-green-700\/50{background-color:#15803d80!important}.\!bg-green-700\/55{background-color:#15803d8c!important}.\!bg-green-700\/60{background-color:#15803d99!important}.\!bg-green-700\/65{background-color:#15803da6!important}.\!bg-green-700\/70{background-color:#15803db3!important}.\!bg-green-700\/75{background-color:#15803dbf!important}.\!bg-green-700\/80{background-color:#15803dcc!important}.\!bg-green-700\/85{background-color:#15803dd9!important}.\!bg-green-700\/90{background-color:#15803de6!important}.\!bg-green-700\/95{background-color:#15803df2!important}.\!bg-green-800{--tw-bg-opacity: 1 !important;background-color:rgb(22 101 52 / var(--tw-bg-opacity))!important}.\!bg-green-800\/0{background-color:#16653400!important}.\!bg-green-800\/10{background-color:#1665341a!important}.\!bg-green-800\/100{background-color:#166534!important}.\!bg-green-800\/15{background-color:#16653426!important}.\!bg-green-800\/20{background-color:#16653433!important}.\!bg-green-800\/25{background-color:#16653440!important}.\!bg-green-800\/30{background-color:#1665344d!important}.\!bg-green-800\/35{background-color:#16653459!important}.\!bg-green-800\/40{background-color:#16653466!important}.\!bg-green-800\/45{background-color:#16653473!important}.\!bg-green-800\/5{background-color:#1665340d!important}.\!bg-green-800\/50{background-color:#16653480!important}.\!bg-green-800\/55{background-color:#1665348c!important}.\!bg-green-800\/60{background-color:#16653499!important}.\!bg-green-800\/65{background-color:#166534a6!important}.\!bg-green-800\/70{background-color:#166534b3!important}.\!bg-green-800\/75{background-color:#166534bf!important}.\!bg-green-800\/80{background-color:#166534cc!important}.\!bg-green-800\/85{background-color:#166534d9!important}.\!bg-green-800\/90{background-color:#166534e6!important}.\!bg-green-800\/95{background-color:#166534f2!important}.\!bg-green-900{--tw-bg-opacity: 1 !important;background-color:rgb(20 83 45 / var(--tw-bg-opacity))!important}.\!bg-green-900\/0{background-color:#14532d00!important}.\!bg-green-900\/10{background-color:#14532d1a!important}.\!bg-green-900\/100{background-color:#14532d!important}.\!bg-green-900\/15{background-color:#14532d26!important}.\!bg-green-900\/20{background-color:#14532d33!important}.\!bg-green-900\/25{background-color:#14532d40!important}.\!bg-green-900\/30{background-color:#14532d4d!important}.\!bg-green-900\/35{background-color:#14532d59!important}.\!bg-green-900\/40{background-color:#14532d66!important}.\!bg-green-900\/45{background-color:#14532d73!important}.\!bg-green-900\/5{background-color:#14532d0d!important}.\!bg-green-900\/50{background-color:#14532d80!important}.\!bg-green-900\/55{background-color:#14532d8c!important}.\!bg-green-900\/60{background-color:#14532d99!important}.\!bg-green-900\/65{background-color:#14532da6!important}.\!bg-green-900\/70{background-color:#14532db3!important}.\!bg-green-900\/75{background-color:#14532dbf!important}.\!bg-green-900\/80{background-color:#14532dcc!important}.\!bg-green-900\/85{background-color:#14532dd9!important}.\!bg-green-900\/90{background-color:#14532de6!important}.\!bg-green-900\/95{background-color:#14532df2!important}.\!bg-red-100{--tw-bg-opacity: 1 !important;background-color:rgb(254 226 226 / var(--tw-bg-opacity))!important}.\!bg-red-100\/0{background-color:#fee2e200!important}.\!bg-red-100\/10{background-color:#fee2e21a!important}.\!bg-red-100\/100{background-color:#fee2e2!important}.\!bg-red-100\/15{background-color:#fee2e226!important}.\!bg-red-100\/20{background-color:#fee2e233!important}.\!bg-red-100\/25{background-color:#fee2e240!important}.\!bg-red-100\/30{background-color:#fee2e24d!important}.\!bg-red-100\/35{background-color:#fee2e259!important}.\!bg-red-100\/40{background-color:#fee2e266!important}.\!bg-red-100\/45{background-color:#fee2e273!important}.\!bg-red-100\/5{background-color:#fee2e20d!important}.\!bg-red-100\/50{background-color:#fee2e280!important}.\!bg-red-100\/55{background-color:#fee2e28c!important}.\!bg-red-100\/60{background-color:#fee2e299!important}.\!bg-red-100\/65{background-color:#fee2e2a6!important}.\!bg-red-100\/70{background-color:#fee2e2b3!important}.\!bg-red-100\/75{background-color:#fee2e2bf!important}.\!bg-red-100\/80{background-color:#fee2e2cc!important}.\!bg-red-100\/85{background-color:#fee2e2d9!important}.\!bg-red-100\/90{background-color:#fee2e2e6!important}.\!bg-red-100\/95{background-color:#fee2e2f2!important}.\!bg-red-200{--tw-bg-opacity: 1 !important;background-color:rgb(254 202 202 / var(--tw-bg-opacity))!important}.\!bg-red-200\/0{background-color:#fecaca00!important}.\!bg-red-200\/10{background-color:#fecaca1a!important}.\!bg-red-200\/100{background-color:#fecaca!important}.\!bg-red-200\/15{background-color:#fecaca26!important}.\!bg-red-200\/20{background-color:#fecaca33!important}.\!bg-red-200\/25{background-color:#fecaca40!important}.\!bg-red-200\/30{background-color:#fecaca4d!important}.\!bg-red-200\/35{background-color:#fecaca59!important}.\!bg-red-200\/40{background-color:#fecaca66!important}.\!bg-red-200\/45{background-color:#fecaca73!important}.\!bg-red-200\/5{background-color:#fecaca0d!important}.\!bg-red-200\/50{background-color:#fecaca80!important}.\!bg-red-200\/55{background-color:#fecaca8c!important}.\!bg-red-200\/60{background-color:#fecaca99!important}.\!bg-red-200\/65{background-color:#fecacaa6!important}.\!bg-red-200\/70{background-color:#fecacab3!important}.\!bg-red-200\/75{background-color:#fecacabf!important}.\!bg-red-200\/80{background-color:#fecacacc!important}.\!bg-red-200\/85{background-color:#fecacad9!important}.\!bg-red-200\/90{background-color:#fecacae6!important}.\!bg-red-200\/95{background-color:#fecacaf2!important}.\!bg-red-300{--tw-bg-opacity: 1 !important;background-color:rgb(252 165 165 / var(--tw-bg-opacity))!important}.\!bg-red-300\/0{background-color:#fca5a500!important}.\!bg-red-300\/10{background-color:#fca5a51a!important}.\!bg-red-300\/100{background-color:#fca5a5!important}.\!bg-red-300\/15{background-color:#fca5a526!important}.\!bg-red-300\/20{background-color:#fca5a533!important}.\!bg-red-300\/25{background-color:#fca5a540!important}.\!bg-red-300\/30{background-color:#fca5a54d!important}.\!bg-red-300\/35{background-color:#fca5a559!important}.\!bg-red-300\/40{background-color:#fca5a566!important}.\!bg-red-300\/45{background-color:#fca5a573!important}.\!bg-red-300\/5{background-color:#fca5a50d!important}.\!bg-red-300\/50{background-color:#fca5a580!important}.\!bg-red-300\/55{background-color:#fca5a58c!important}.\!bg-red-300\/60{background-color:#fca5a599!important}.\!bg-red-300\/65{background-color:#fca5a5a6!important}.\!bg-red-300\/70{background-color:#fca5a5b3!important}.\!bg-red-300\/75{background-color:#fca5a5bf!important}.\!bg-red-300\/80{background-color:#fca5a5cc!important}.\!bg-red-300\/85{background-color:#fca5a5d9!important}.\!bg-red-300\/90{background-color:#fca5a5e6!important}.\!bg-red-300\/95{background-color:#fca5a5f2!important}.\!bg-red-400{--tw-bg-opacity: 1 !important;background-color:rgb(248 113 113 / var(--tw-bg-opacity))!important}.\!bg-red-400\/0{background-color:#f8717100!important}.\!bg-red-400\/10{background-color:#f871711a!important}.\!bg-red-400\/100{background-color:#f87171!important}.\!bg-red-400\/15{background-color:#f8717126!important}.\!bg-red-400\/20{background-color:#f8717133!important}.\!bg-red-400\/25{background-color:#f8717140!important}.\!bg-red-400\/30{background-color:#f871714d!important}.\!bg-red-400\/35{background-color:#f8717159!important}.\!bg-red-400\/40{background-color:#f8717166!important}.\!bg-red-400\/45{background-color:#f8717173!important}.\!bg-red-400\/5{background-color:#f871710d!important}.\!bg-red-400\/50{background-color:#f8717180!important}.\!bg-red-400\/55{background-color:#f871718c!important}.\!bg-red-400\/60{background-color:#f8717199!important}.\!bg-red-400\/65{background-color:#f87171a6!important}.\!bg-red-400\/70{background-color:#f87171b3!important}.\!bg-red-400\/75{background-color:#f87171bf!important}.\!bg-red-400\/80{background-color:#f87171cc!important}.\!bg-red-400\/85{background-color:#f87171d9!important}.\!bg-red-400\/90{background-color:#f87171e6!important}.\!bg-red-400\/95{background-color:#f87171f2!important}.\!bg-red-500{--tw-bg-opacity: 1 !important;background-color:rgb(239 68 68 / var(--tw-bg-opacity))!important}.\!bg-red-500\/0{background-color:#ef444400!important}.\!bg-red-500\/10{background-color:#ef44441a!important}.\!bg-red-500\/100{background-color:#ef4444!important}.\!bg-red-500\/15{background-color:#ef444426!important}.\!bg-red-500\/20{background-color:#ef444433!important}.\!bg-red-500\/25{background-color:#ef444440!important}.\!bg-red-500\/30{background-color:#ef44444d!important}.\!bg-red-500\/35{background-color:#ef444459!important}.\!bg-red-500\/40{background-color:#ef444466!important}.\!bg-red-500\/45{background-color:#ef444473!important}.\!bg-red-500\/5{background-color:#ef44440d!important}.\!bg-red-500\/50{background-color:#ef444480!important}.\!bg-red-500\/55{background-color:#ef44448c!important}.\!bg-red-500\/60{background-color:#ef444499!important}.\!bg-red-500\/65{background-color:#ef4444a6!important}.\!bg-red-500\/70{background-color:#ef4444b3!important}.\!bg-red-500\/75{background-color:#ef4444bf!important}.\!bg-red-500\/80{background-color:#ef4444cc!important}.\!bg-red-500\/85{background-color:#ef4444d9!important}.\!bg-red-500\/90{background-color:#ef4444e6!important}.\!bg-red-500\/95{background-color:#ef4444f2!important}.\!bg-red-600{--tw-bg-opacity: 1 !important;background-color:rgb(220 38 38 / var(--tw-bg-opacity))!important}.\!bg-red-600\/0{background-color:#dc262600!important}.\!bg-red-600\/10{background-color:#dc26261a!important}.\!bg-red-600\/100{background-color:#dc2626!important}.\!bg-red-600\/15{background-color:#dc262626!important}.\!bg-red-600\/20{background-color:#dc262633!important}.\!bg-red-600\/25{background-color:#dc262640!important}.\!bg-red-600\/30{background-color:#dc26264d!important}.\!bg-red-600\/35{background-color:#dc262659!important}.\!bg-red-600\/40{background-color:#dc262666!important}.\!bg-red-600\/45{background-color:#dc262673!important}.\!bg-red-600\/5{background-color:#dc26260d!important}.\!bg-red-600\/50{background-color:#dc262680!important}.\!bg-red-600\/55{background-color:#dc26268c!important}.\!bg-red-600\/60{background-color:#dc262699!important}.\!bg-red-600\/65{background-color:#dc2626a6!important}.\!bg-red-600\/70{background-color:#dc2626b3!important}.\!bg-red-600\/75{background-color:#dc2626bf!important}.\!bg-red-600\/80{background-color:#dc2626cc!important}.\!bg-red-600\/85{background-color:#dc2626d9!important}.\!bg-red-600\/90{background-color:#dc2626e6!important}.\!bg-red-600\/95{background-color:#dc2626f2!important}.\!bg-red-700{--tw-bg-opacity: 1 !important;background-color:rgb(185 28 28 / var(--tw-bg-opacity))!important}.\!bg-red-700\/0{background-color:#b91c1c00!important}.\!bg-red-700\/10{background-color:#b91c1c1a!important}.\!bg-red-700\/100{background-color:#b91c1c!important}.\!bg-red-700\/15{background-color:#b91c1c26!important}.\!bg-red-700\/20{background-color:#b91c1c33!important}.\!bg-red-700\/25{background-color:#b91c1c40!important}.\!bg-red-700\/30{background-color:#b91c1c4d!important}.\!bg-red-700\/35{background-color:#b91c1c59!important}.\!bg-red-700\/40{background-color:#b91c1c66!important}.\!bg-red-700\/45{background-color:#b91c1c73!important}.\!bg-red-700\/5{background-color:#b91c1c0d!important}.\!bg-red-700\/50{background-color:#b91c1c80!important}.\!bg-red-700\/55{background-color:#b91c1c8c!important}.\!bg-red-700\/60{background-color:#b91c1c99!important}.\!bg-red-700\/65{background-color:#b91c1ca6!important}.\!bg-red-700\/70{background-color:#b91c1cb3!important}.\!bg-red-700\/75{background-color:#b91c1cbf!important}.\!bg-red-700\/80{background-color:#b91c1ccc!important}.\!bg-red-700\/85{background-color:#b91c1cd9!important}.\!bg-red-700\/90{background-color:#b91c1ce6!important}.\!bg-red-700\/95{background-color:#b91c1cf2!important}.\!bg-red-800{--tw-bg-opacity: 1 !important;background-color:rgb(153 27 27 / var(--tw-bg-opacity))!important}.\!bg-red-800\/0{background-color:#991b1b00!important}.\!bg-red-800\/10{background-color:#991b1b1a!important}.\!bg-red-800\/100{background-color:#991b1b!important}.\!bg-red-800\/15{background-color:#991b1b26!important}.\!bg-red-800\/20{background-color:#991b1b33!important}.\!bg-red-800\/25{background-color:#991b1b40!important}.\!bg-red-800\/30{background-color:#991b1b4d!important}.\!bg-red-800\/35{background-color:#991b1b59!important}.\!bg-red-800\/40{background-color:#991b1b66!important}.\!bg-red-800\/45{background-color:#991b1b73!important}.\!bg-red-800\/5{background-color:#991b1b0d!important}.\!bg-red-800\/50{background-color:#991b1b80!important}.\!bg-red-800\/55{background-color:#991b1b8c!important}.\!bg-red-800\/60{background-color:#991b1b99!important}.\!bg-red-800\/65{background-color:#991b1ba6!important}.\!bg-red-800\/70{background-color:#991b1bb3!important}.\!bg-red-800\/75{background-color:#991b1bbf!important}.\!bg-red-800\/80{background-color:#991b1bcc!important}.\!bg-red-800\/85{background-color:#991b1bd9!important}.\!bg-red-800\/90{background-color:#991b1be6!important}.\!bg-red-800\/95{background-color:#991b1bf2!important}.\!bg-red-900{--tw-bg-opacity: 1 !important;background-color:rgb(127 29 29 / var(--tw-bg-opacity))!important}.\!bg-red-900\/0{background-color:#7f1d1d00!important}.\!bg-red-900\/10{background-color:#7f1d1d1a!important}.\!bg-red-900\/100{background-color:#7f1d1d!important}.\!bg-red-900\/15{background-color:#7f1d1d26!important}.\!bg-red-900\/20{background-color:#7f1d1d33!important}.\!bg-red-900\/25{background-color:#7f1d1d40!important}.\!bg-red-900\/30{background-color:#7f1d1d4d!important}.\!bg-red-900\/35{background-color:#7f1d1d59!important}.\!bg-red-900\/40{background-color:#7f1d1d66!important}.\!bg-red-900\/45{background-color:#7f1d1d73!important}.\!bg-red-900\/5{background-color:#7f1d1d0d!important}.\!bg-red-900\/50{background-color:#7f1d1d80!important}.\!bg-red-900\/55{background-color:#7f1d1d8c!important}.\!bg-red-900\/60{background-color:#7f1d1d99!important}.\!bg-red-900\/65{background-color:#7f1d1da6!important}.\!bg-red-900\/70{background-color:#7f1d1db3!important}.\!bg-red-900\/75{background-color:#7f1d1dbf!important}.\!bg-red-900\/80{background-color:#7f1d1dcc!important}.\!bg-red-900\/85{background-color:#7f1d1dd9!important}.\!bg-red-900\/90{background-color:#7f1d1de6!important}.\!bg-red-900\/95{background-color:#7f1d1df2!important}.\!bg-slate-100{--tw-bg-opacity: 1 !important;background-color:rgb(241 245 249 / var(--tw-bg-opacity))!important}.\!bg-slate-100\/0{background-color:#f1f5f900!important}.\!bg-slate-100\/10{background-color:#f1f5f91a!important}.\!bg-slate-100\/100{background-color:#f1f5f9!important}.\!bg-slate-100\/15{background-color:#f1f5f926!important}.\!bg-slate-100\/20{background-color:#f1f5f933!important}.\!bg-slate-100\/25{background-color:#f1f5f940!important}.\!bg-slate-100\/30{background-color:#f1f5f94d!important}.\!bg-slate-100\/35{background-color:#f1f5f959!important}.\!bg-slate-100\/40{background-color:#f1f5f966!important}.\!bg-slate-100\/45{background-color:#f1f5f973!important}.\!bg-slate-100\/5{background-color:#f1f5f90d!important}.\!bg-slate-100\/50{background-color:#f1f5f980!important}.\!bg-slate-100\/55{background-color:#f1f5f98c!important}.\!bg-slate-100\/60{background-color:#f1f5f999!important}.\!bg-slate-100\/65{background-color:#f1f5f9a6!important}.\!bg-slate-100\/70{background-color:#f1f5f9b3!important}.\!bg-slate-100\/75{background-color:#f1f5f9bf!important}.\!bg-slate-100\/80{background-color:#f1f5f9cc!important}.\!bg-slate-100\/85{background-color:#f1f5f9d9!important}.\!bg-slate-100\/90{background-color:#f1f5f9e6!important}.\!bg-slate-100\/95{background-color:#f1f5f9f2!important}.\!bg-slate-200{--tw-bg-opacity: 1 !important;background-color:rgb(226 232 240 / var(--tw-bg-opacity))!important}.\!bg-slate-200\/0{background-color:#e2e8f000!important}.\!bg-slate-200\/10{background-color:#e2e8f01a!important}.\!bg-slate-200\/100{background-color:#e2e8f0!important}.\!bg-slate-200\/15{background-color:#e2e8f026!important}.\!bg-slate-200\/20{background-color:#e2e8f033!important}.\!bg-slate-200\/25{background-color:#e2e8f040!important}.\!bg-slate-200\/30{background-color:#e2e8f04d!important}.\!bg-slate-200\/35{background-color:#e2e8f059!important}.\!bg-slate-200\/40{background-color:#e2e8f066!important}.\!bg-slate-200\/45{background-color:#e2e8f073!important}.\!bg-slate-200\/5{background-color:#e2e8f00d!important}.\!bg-slate-200\/50{background-color:#e2e8f080!important}.\!bg-slate-200\/55{background-color:#e2e8f08c!important}.\!bg-slate-200\/60{background-color:#e2e8f099!important}.\!bg-slate-200\/65{background-color:#e2e8f0a6!important}.\!bg-slate-200\/70{background-color:#e2e8f0b3!important}.\!bg-slate-200\/75{background-color:#e2e8f0bf!important}.\!bg-slate-200\/80{background-color:#e2e8f0cc!important}.\!bg-slate-200\/85{background-color:#e2e8f0d9!important}.\!bg-slate-200\/90{background-color:#e2e8f0e6!important}.\!bg-slate-200\/95{background-color:#e2e8f0f2!important}.\!bg-slate-300{--tw-bg-opacity: 1 !important;background-color:rgb(203 213 225 / var(--tw-bg-opacity))!important}.\!bg-slate-300\/0{background-color:#cbd5e100!important}.\!bg-slate-300\/10{background-color:#cbd5e11a!important}.\!bg-slate-300\/100{background-color:#cbd5e1!important}.\!bg-slate-300\/15{background-color:#cbd5e126!important}.\!bg-slate-300\/20{background-color:#cbd5e133!important}.\!bg-slate-300\/25{background-color:#cbd5e140!important}.\!bg-slate-300\/30{background-color:#cbd5e14d!important}.\!bg-slate-300\/35{background-color:#cbd5e159!important}.\!bg-slate-300\/40{background-color:#cbd5e166!important}.\!bg-slate-300\/45{background-color:#cbd5e173!important}.\!bg-slate-300\/5{background-color:#cbd5e10d!important}.\!bg-slate-300\/50{background-color:#cbd5e180!important}.\!bg-slate-300\/55{background-color:#cbd5e18c!important}.\!bg-slate-300\/60{background-color:#cbd5e199!important}.\!bg-slate-300\/65{background-color:#cbd5e1a6!important}.\!bg-slate-300\/70{background-color:#cbd5e1b3!important}.\!bg-slate-300\/75{background-color:#cbd5e1bf!important}.\!bg-slate-300\/80{background-color:#cbd5e1cc!important}.\!bg-slate-300\/85{background-color:#cbd5e1d9!important}.\!bg-slate-300\/90{background-color:#cbd5e1e6!important}.\!bg-slate-300\/95{background-color:#cbd5e1f2!important}.\!bg-slate-400{--tw-bg-opacity: 1 !important;background-color:rgb(148 163 184 / var(--tw-bg-opacity))!important}.\!bg-slate-400\/0{background-color:#94a3b800!important}.\!bg-slate-400\/10{background-color:#94a3b81a!important}.\!bg-slate-400\/100{background-color:#94a3b8!important}.\!bg-slate-400\/15{background-color:#94a3b826!important}.\!bg-slate-400\/20{background-color:#94a3b833!important}.\!bg-slate-400\/25{background-color:#94a3b840!important}.\!bg-slate-400\/30{background-color:#94a3b84d!important}.\!bg-slate-400\/35{background-color:#94a3b859!important}.\!bg-slate-400\/40{background-color:#94a3b866!important}.\!bg-slate-400\/45{background-color:#94a3b873!important}.\!bg-slate-400\/5{background-color:#94a3b80d!important}.\!bg-slate-400\/50{background-color:#94a3b880!important}.\!bg-slate-400\/55{background-color:#94a3b88c!important}.\!bg-slate-400\/60{background-color:#94a3b899!important}.\!bg-slate-400\/65{background-color:#94a3b8a6!important}.\!bg-slate-400\/70{background-color:#94a3b8b3!important}.\!bg-slate-400\/75{background-color:#94a3b8bf!important}.\!bg-slate-400\/80{background-color:#94a3b8cc!important}.\!bg-slate-400\/85{background-color:#94a3b8d9!important}.\!bg-slate-400\/90{background-color:#94a3b8e6!important}.\!bg-slate-400\/95{background-color:#94a3b8f2!important}.\!bg-slate-500{--tw-bg-opacity: 1 !important;background-color:rgb(100 116 139 / var(--tw-bg-opacity))!important}.\!bg-slate-500\/0{background-color:#64748b00!important}.\!bg-slate-500\/10{background-color:#64748b1a!important}.\!bg-slate-500\/100{background-color:#64748b!important}.\!bg-slate-500\/15{background-color:#64748b26!important}.\!bg-slate-500\/20{background-color:#64748b33!important}.\!bg-slate-500\/25{background-color:#64748b40!important}.\!bg-slate-500\/30{background-color:#64748b4d!important}.\!bg-slate-500\/35{background-color:#64748b59!important}.\!bg-slate-500\/40{background-color:#64748b66!important}.\!bg-slate-500\/45{background-color:#64748b73!important}.\!bg-slate-500\/5{background-color:#64748b0d!important}.\!bg-slate-500\/50{background-color:#64748b80!important}.\!bg-slate-500\/55{background-color:#64748b8c!important}.\!bg-slate-500\/60{background-color:#64748b99!important}.\!bg-slate-500\/65{background-color:#64748ba6!important}.\!bg-slate-500\/70{background-color:#64748bb3!important}.\!bg-slate-500\/75{background-color:#64748bbf!important}.\!bg-slate-500\/80{background-color:#64748bcc!important}.\!bg-slate-500\/85{background-color:#64748bd9!important}.\!bg-slate-500\/90{background-color:#64748be6!important}.\!bg-slate-500\/95{background-color:#64748bf2!important}.\!bg-slate-600{--tw-bg-opacity: 1 !important;background-color:rgb(71 85 105 / var(--tw-bg-opacity))!important}.\!bg-slate-600\/0{background-color:#47556900!important}.\!bg-slate-600\/10{background-color:#4755691a!important}.\!bg-slate-600\/100{background-color:#475569!important}.\!bg-slate-600\/15{background-color:#47556926!important}.\!bg-slate-600\/20{background-color:#47556933!important}.\!bg-slate-600\/25{background-color:#47556940!important}.\!bg-slate-600\/30{background-color:#4755694d!important}.\!bg-slate-600\/35{background-color:#47556959!important}.\!bg-slate-600\/40{background-color:#47556966!important}.\!bg-slate-600\/45{background-color:#47556973!important}.\!bg-slate-600\/5{background-color:#4755690d!important}.\!bg-slate-600\/50{background-color:#47556980!important}.\!bg-slate-600\/55{background-color:#4755698c!important}.\!bg-slate-600\/60{background-color:#47556999!important}.\!bg-slate-600\/65{background-color:#475569a6!important}.\!bg-slate-600\/70{background-color:#475569b3!important}.\!bg-slate-600\/75{background-color:#475569bf!important}.\!bg-slate-600\/80{background-color:#475569cc!important}.\!bg-slate-600\/85{background-color:#475569d9!important}.\!bg-slate-600\/90{background-color:#475569e6!important}.\!bg-slate-600\/95{background-color:#475569f2!important}.\!bg-slate-700{--tw-bg-opacity: 1 !important;background-color:rgb(51 65 85 / var(--tw-bg-opacity))!important}.\!bg-slate-700\/0{background-color:#33415500!important}.\!bg-slate-700\/10{background-color:#3341551a!important}.\!bg-slate-700\/100{background-color:#334155!important}.\!bg-slate-700\/15{background-color:#33415526!important}.\!bg-slate-700\/20{background-color:#33415533!important}.\!bg-slate-700\/25{background-color:#33415540!important}.\!bg-slate-700\/30{background-color:#3341554d!important}.\!bg-slate-700\/35{background-color:#33415559!important}.\!bg-slate-700\/40{background-color:#33415566!important}.\!bg-slate-700\/45{background-color:#33415573!important}.\!bg-slate-700\/5{background-color:#3341550d!important}.\!bg-slate-700\/50{background-color:#33415580!important}.\!bg-slate-700\/55{background-color:#3341558c!important}.\!bg-slate-700\/60{background-color:#33415599!important}.\!bg-slate-700\/65{background-color:#334155a6!important}.\!bg-slate-700\/70{background-color:#334155b3!important}.\!bg-slate-700\/75{background-color:#334155bf!important}.\!bg-slate-700\/80{background-color:#334155cc!important}.\!bg-slate-700\/85{background-color:#334155d9!important}.\!bg-slate-700\/90{background-color:#334155e6!important}.\!bg-slate-700\/95{background-color:#334155f2!important}.\!bg-slate-800{--tw-bg-opacity: 1 !important;background-color:rgb(30 41 59 / var(--tw-bg-opacity))!important}.\!bg-slate-800\/0{background-color:#1e293b00!important}.\!bg-slate-800\/10{background-color:#1e293b1a!important}.\!bg-slate-800\/100{background-color:#1e293b!important}.\!bg-slate-800\/15{background-color:#1e293b26!important}.\!bg-slate-800\/20{background-color:#1e293b33!important}.\!bg-slate-800\/25{background-color:#1e293b40!important}.\!bg-slate-800\/30{background-color:#1e293b4d!important}.\!bg-slate-800\/35{background-color:#1e293b59!important}.\!bg-slate-800\/40{background-color:#1e293b66!important}.\!bg-slate-800\/45{background-color:#1e293b73!important}.\!bg-slate-800\/5{background-color:#1e293b0d!important}.\!bg-slate-800\/50{background-color:#1e293b80!important}.\!bg-slate-800\/55{background-color:#1e293b8c!important}.\!bg-slate-800\/60{background-color:#1e293b99!important}.\!bg-slate-800\/65{background-color:#1e293ba6!important}.\!bg-slate-800\/70{background-color:#1e293bb3!important}.\!bg-slate-800\/75{background-color:#1e293bbf!important}.\!bg-slate-800\/80{background-color:#1e293bcc!important}.\!bg-slate-800\/85{background-color:#1e293bd9!important}.\!bg-slate-800\/90{background-color:#1e293be6!important}.\!bg-slate-800\/95{background-color:#1e293bf2!important}.\!bg-slate-900{--tw-bg-opacity: 1 !important;background-color:rgb(15 23 42 / var(--tw-bg-opacity))!important}.\!bg-slate-900\/0{background-color:#0f172a00!important}.\!bg-slate-900\/10{background-color:#0f172a1a!important}.\!bg-slate-900\/100{background-color:#0f172a!important}.\!bg-slate-900\/15{background-color:#0f172a26!important}.\!bg-slate-900\/20{background-color:#0f172a33!important}.\!bg-slate-900\/25{background-color:#0f172a40!important}.\!bg-slate-900\/30{background-color:#0f172a4d!important}.\!bg-slate-900\/35{background-color:#0f172a59!important}.\!bg-slate-900\/40{background-color:#0f172a66!important}.\!bg-slate-900\/45{background-color:#0f172a73!important}.\!bg-slate-900\/5{background-color:#0f172a0d!important}.\!bg-slate-900\/50{background-color:#0f172a80!important}.\!bg-slate-900\/55{background-color:#0f172a8c!important}.\!bg-slate-900\/60{background-color:#0f172a99!important}.\!bg-slate-900\/65{background-color:#0f172aa6!important}.\!bg-slate-900\/70{background-color:#0f172ab3!important}.\!bg-slate-900\/75{background-color:#0f172abf!important}.\!bg-slate-900\/80{background-color:#0f172acc!important}.\!bg-slate-900\/85{background-color:#0f172ad9!important}.\!bg-slate-900\/90{background-color:#0f172ae6!important}.\!bg-slate-900\/95{background-color:#0f172af2!important}.\!bg-teal-100{--tw-bg-opacity: 1 !important;background-color:rgb(204 251 241 / var(--tw-bg-opacity))!important}.\!bg-teal-100\/0{background-color:#ccfbf100!important}.\!bg-teal-100\/10{background-color:#ccfbf11a!important}.\!bg-teal-100\/100{background-color:#ccfbf1!important}.\!bg-teal-100\/15{background-color:#ccfbf126!important}.\!bg-teal-100\/20{background-color:#ccfbf133!important}.\!bg-teal-100\/25{background-color:#ccfbf140!important}.\!bg-teal-100\/30{background-color:#ccfbf14d!important}.\!bg-teal-100\/35{background-color:#ccfbf159!important}.\!bg-teal-100\/40{background-color:#ccfbf166!important}.\!bg-teal-100\/45{background-color:#ccfbf173!important}.\!bg-teal-100\/5{background-color:#ccfbf10d!important}.\!bg-teal-100\/50{background-color:#ccfbf180!important}.\!bg-teal-100\/55{background-color:#ccfbf18c!important}.\!bg-teal-100\/60{background-color:#ccfbf199!important}.\!bg-teal-100\/65{background-color:#ccfbf1a6!important}.\!bg-teal-100\/70{background-color:#ccfbf1b3!important}.\!bg-teal-100\/75{background-color:#ccfbf1bf!important}.\!bg-teal-100\/80{background-color:#ccfbf1cc!important}.\!bg-teal-100\/85{background-color:#ccfbf1d9!important}.\!bg-teal-100\/90{background-color:#ccfbf1e6!important}.\!bg-teal-100\/95{background-color:#ccfbf1f2!important}.\!bg-teal-200{--tw-bg-opacity: 1 !important;background-color:rgb(153 246 228 / var(--tw-bg-opacity))!important}.\!bg-teal-200\/0{background-color:#99f6e400!important}.\!bg-teal-200\/10{background-color:#99f6e41a!important}.\!bg-teal-200\/100{background-color:#99f6e4!important}.\!bg-teal-200\/15{background-color:#99f6e426!important}.\!bg-teal-200\/20{background-color:#99f6e433!important}.\!bg-teal-200\/25{background-color:#99f6e440!important}.\!bg-teal-200\/30{background-color:#99f6e44d!important}.\!bg-teal-200\/35{background-color:#99f6e459!important}.\!bg-teal-200\/40{background-color:#99f6e466!important}.\!bg-teal-200\/45{background-color:#99f6e473!important}.\!bg-teal-200\/5{background-color:#99f6e40d!important}.\!bg-teal-200\/50{background-color:#99f6e480!important}.\!bg-teal-200\/55{background-color:#99f6e48c!important}.\!bg-teal-200\/60{background-color:#99f6e499!important}.\!bg-teal-200\/65{background-color:#99f6e4a6!important}.\!bg-teal-200\/70{background-color:#99f6e4b3!important}.\!bg-teal-200\/75{background-color:#99f6e4bf!important}.\!bg-teal-200\/80{background-color:#99f6e4cc!important}.\!bg-teal-200\/85{background-color:#99f6e4d9!important}.\!bg-teal-200\/90{background-color:#99f6e4e6!important}.\!bg-teal-200\/95{background-color:#99f6e4f2!important}.\!bg-teal-300{--tw-bg-opacity: 1 !important;background-color:rgb(94 234 212 / var(--tw-bg-opacity))!important}.\!bg-teal-300\/0{background-color:#5eead400!important}.\!bg-teal-300\/10{background-color:#5eead41a!important}.\!bg-teal-300\/100{background-color:#5eead4!important}.\!bg-teal-300\/15{background-color:#5eead426!important}.\!bg-teal-300\/20{background-color:#5eead433!important}.\!bg-teal-300\/25{background-color:#5eead440!important}.\!bg-teal-300\/30{background-color:#5eead44d!important}.\!bg-teal-300\/35{background-color:#5eead459!important}.\!bg-teal-300\/40{background-color:#5eead466!important}.\!bg-teal-300\/45{background-color:#5eead473!important}.\!bg-teal-300\/5{background-color:#5eead40d!important}.\!bg-teal-300\/50{background-color:#5eead480!important}.\!bg-teal-300\/55{background-color:#5eead48c!important}.\!bg-teal-300\/60{background-color:#5eead499!important}.\!bg-teal-300\/65{background-color:#5eead4a6!important}.\!bg-teal-300\/70{background-color:#5eead4b3!important}.\!bg-teal-300\/75{background-color:#5eead4bf!important}.\!bg-teal-300\/80{background-color:#5eead4cc!important}.\!bg-teal-300\/85{background-color:#5eead4d9!important}.\!bg-teal-300\/90{background-color:#5eead4e6!important}.\!bg-teal-300\/95{background-color:#5eead4f2!important}.\!bg-teal-400{--tw-bg-opacity: 1 !important;background-color:rgb(45 212 191 / var(--tw-bg-opacity))!important}.\!bg-teal-400\/0{background-color:#2dd4bf00!important}.\!bg-teal-400\/10{background-color:#2dd4bf1a!important}.\!bg-teal-400\/100{background-color:#2dd4bf!important}.\!bg-teal-400\/15{background-color:#2dd4bf26!important}.\!bg-teal-400\/20{background-color:#2dd4bf33!important}.\!bg-teal-400\/25{background-color:#2dd4bf40!important}.\!bg-teal-400\/30{background-color:#2dd4bf4d!important}.\!bg-teal-400\/35{background-color:#2dd4bf59!important}.\!bg-teal-400\/40{background-color:#2dd4bf66!important}.\!bg-teal-400\/45{background-color:#2dd4bf73!important}.\!bg-teal-400\/5{background-color:#2dd4bf0d!important}.\!bg-teal-400\/50{background-color:#2dd4bf80!important}.\!bg-teal-400\/55{background-color:#2dd4bf8c!important}.\!bg-teal-400\/60{background-color:#2dd4bf99!important}.\!bg-teal-400\/65{background-color:#2dd4bfa6!important}.\!bg-teal-400\/70{background-color:#2dd4bfb3!important}.\!bg-teal-400\/75{background-color:#2dd4bfbf!important}.\!bg-teal-400\/80{background-color:#2dd4bfcc!important}.\!bg-teal-400\/85{background-color:#2dd4bfd9!important}.\!bg-teal-400\/90{background-color:#2dd4bfe6!important}.\!bg-teal-400\/95{background-color:#2dd4bff2!important}.\!bg-teal-500{--tw-bg-opacity: 1 !important;background-color:rgb(20 184 166 / var(--tw-bg-opacity))!important}.\!bg-teal-500\/0{background-color:#14b8a600!important}.\!bg-teal-500\/10{background-color:#14b8a61a!important}.\!bg-teal-500\/100{background-color:#14b8a6!important}.\!bg-teal-500\/15{background-color:#14b8a626!important}.\!bg-teal-500\/20{background-color:#14b8a633!important}.\!bg-teal-500\/25{background-color:#14b8a640!important}.\!bg-teal-500\/30{background-color:#14b8a64d!important}.\!bg-teal-500\/35{background-color:#14b8a659!important}.\!bg-teal-500\/40{background-color:#14b8a666!important}.\!bg-teal-500\/45{background-color:#14b8a673!important}.\!bg-teal-500\/5{background-color:#14b8a60d!important}.\!bg-teal-500\/50{background-color:#14b8a680!important}.\!bg-teal-500\/55{background-color:#14b8a68c!important}.\!bg-teal-500\/60{background-color:#14b8a699!important}.\!bg-teal-500\/65{background-color:#14b8a6a6!important}.\!bg-teal-500\/70{background-color:#14b8a6b3!important}.\!bg-teal-500\/75{background-color:#14b8a6bf!important}.\!bg-teal-500\/80{background-color:#14b8a6cc!important}.\!bg-teal-500\/85{background-color:#14b8a6d9!important}.\!bg-teal-500\/90{background-color:#14b8a6e6!important}.\!bg-teal-500\/95{background-color:#14b8a6f2!important}.\!bg-teal-600{--tw-bg-opacity: 1 !important;background-color:rgb(13 148 136 / var(--tw-bg-opacity))!important}.\!bg-teal-600\/0{background-color:#0d948800!important}.\!bg-teal-600\/10{background-color:#0d94881a!important}.\!bg-teal-600\/100{background-color:#0d9488!important}.\!bg-teal-600\/15{background-color:#0d948826!important}.\!bg-teal-600\/20{background-color:#0d948833!important}.\!bg-teal-600\/25{background-color:#0d948840!important}.\!bg-teal-600\/30{background-color:#0d94884d!important}.\!bg-teal-600\/35{background-color:#0d948859!important}.\!bg-teal-600\/40{background-color:#0d948866!important}.\!bg-teal-600\/45{background-color:#0d948873!important}.\!bg-teal-600\/5{background-color:#0d94880d!important}.\!bg-teal-600\/50{background-color:#0d948880!important}.\!bg-teal-600\/55{background-color:#0d94888c!important}.\!bg-teal-600\/60{background-color:#0d948899!important}.\!bg-teal-600\/65{background-color:#0d9488a6!important}.\!bg-teal-600\/70{background-color:#0d9488b3!important}.\!bg-teal-600\/75{background-color:#0d9488bf!important}.\!bg-teal-600\/80{background-color:#0d9488cc!important}.\!bg-teal-600\/85{background-color:#0d9488d9!important}.\!bg-teal-600\/90{background-color:#0d9488e6!important}.\!bg-teal-600\/95{background-color:#0d9488f2!important}.\!bg-teal-700{--tw-bg-opacity: 1 !important;background-color:rgb(15 118 110 / var(--tw-bg-opacity))!important}.\!bg-teal-700\/0{background-color:#0f766e00!important}.\!bg-teal-700\/10{background-color:#0f766e1a!important}.\!bg-teal-700\/100{background-color:#0f766e!important}.\!bg-teal-700\/15{background-color:#0f766e26!important}.\!bg-teal-700\/20{background-color:#0f766e33!important}.\!bg-teal-700\/25{background-color:#0f766e40!important}.\!bg-teal-700\/30{background-color:#0f766e4d!important}.\!bg-teal-700\/35{background-color:#0f766e59!important}.\!bg-teal-700\/40{background-color:#0f766e66!important}.\!bg-teal-700\/45{background-color:#0f766e73!important}.\!bg-teal-700\/5{background-color:#0f766e0d!important}.\!bg-teal-700\/50{background-color:#0f766e80!important}.\!bg-teal-700\/55{background-color:#0f766e8c!important}.\!bg-teal-700\/60{background-color:#0f766e99!important}.\!bg-teal-700\/65{background-color:#0f766ea6!important}.\!bg-teal-700\/70{background-color:#0f766eb3!important}.\!bg-teal-700\/75{background-color:#0f766ebf!important}.\!bg-teal-700\/80{background-color:#0f766ecc!important}.\!bg-teal-700\/85{background-color:#0f766ed9!important}.\!bg-teal-700\/90{background-color:#0f766ee6!important}.\!bg-teal-700\/95{background-color:#0f766ef2!important}.\!bg-teal-800{--tw-bg-opacity: 1 !important;background-color:rgb(17 94 89 / var(--tw-bg-opacity))!important}.\!bg-teal-800\/0{background-color:#115e5900!important}.\!bg-teal-800\/10{background-color:#115e591a!important}.\!bg-teal-800\/100{background-color:#115e59!important}.\!bg-teal-800\/15{background-color:#115e5926!important}.\!bg-teal-800\/20{background-color:#115e5933!important}.\!bg-teal-800\/25{background-color:#115e5940!important}.\!bg-teal-800\/30{background-color:#115e594d!important}.\!bg-teal-800\/35{background-color:#115e5959!important}.\!bg-teal-800\/40{background-color:#115e5966!important}.\!bg-teal-800\/45{background-color:#115e5973!important}.\!bg-teal-800\/5{background-color:#115e590d!important}.\!bg-teal-800\/50{background-color:#115e5980!important}.\!bg-teal-800\/55{background-color:#115e598c!important}.\!bg-teal-800\/60{background-color:#115e5999!important}.\!bg-teal-800\/65{background-color:#115e59a6!important}.\!bg-teal-800\/70{background-color:#115e59b3!important}.\!bg-teal-800\/75{background-color:#115e59bf!important}.\!bg-teal-800\/80{background-color:#115e59cc!important}.\!bg-teal-800\/85{background-color:#115e59d9!important}.\!bg-teal-800\/90{background-color:#115e59e6!important}.\!bg-teal-800\/95{background-color:#115e59f2!important}.\!bg-teal-900{--tw-bg-opacity: 1 !important;background-color:rgb(19 78 74 / var(--tw-bg-opacity))!important}.\!bg-teal-900\/0{background-color:#134e4a00!important}.\!bg-teal-900\/10{background-color:#134e4a1a!important}.\!bg-teal-900\/100{background-color:#134e4a!important}.\!bg-teal-900\/15{background-color:#134e4a26!important}.\!bg-teal-900\/20{background-color:#134e4a33!important}.\!bg-teal-900\/25{background-color:#134e4a40!important}.\!bg-teal-900\/30{background-color:#134e4a4d!important}.\!bg-teal-900\/35{background-color:#134e4a59!important}.\!bg-teal-900\/40{background-color:#134e4a66!important}.\!bg-teal-900\/45{background-color:#134e4a73!important}.\!bg-teal-900\/5{background-color:#134e4a0d!important}.\!bg-teal-900\/50{background-color:#134e4a80!important}.\!bg-teal-900\/55{background-color:#134e4a8c!important}.\!bg-teal-900\/60{background-color:#134e4a99!important}.\!bg-teal-900\/65{background-color:#134e4aa6!important}.\!bg-teal-900\/70{background-color:#134e4ab3!important}.\!bg-teal-900\/75{background-color:#134e4abf!important}.\!bg-teal-900\/80{background-color:#134e4acc!important}.\!bg-teal-900\/85{background-color:#134e4ad9!important}.\!bg-teal-900\/90{background-color:#134e4ae6!important}.\!bg-teal-900\/95{background-color:#134e4af2!important}.\!bg-yellow-100{--tw-bg-opacity: 1 !important;background-color:rgb(254 249 195 / var(--tw-bg-opacity))!important}.\!bg-yellow-100\/0{background-color:#fef9c300!important}.\!bg-yellow-100\/10{background-color:#fef9c31a!important}.\!bg-yellow-100\/100{background-color:#fef9c3!important}.\!bg-yellow-100\/15{background-color:#fef9c326!important}.\!bg-yellow-100\/20{background-color:#fef9c333!important}.\!bg-yellow-100\/25{background-color:#fef9c340!important}.\!bg-yellow-100\/30{background-color:#fef9c34d!important}.\!bg-yellow-100\/35{background-color:#fef9c359!important}.\!bg-yellow-100\/40{background-color:#fef9c366!important}.\!bg-yellow-100\/45{background-color:#fef9c373!important}.\!bg-yellow-100\/5{background-color:#fef9c30d!important}.\!bg-yellow-100\/50{background-color:#fef9c380!important}.\!bg-yellow-100\/55{background-color:#fef9c38c!important}.\!bg-yellow-100\/60{background-color:#fef9c399!important}.\!bg-yellow-100\/65{background-color:#fef9c3a6!important}.\!bg-yellow-100\/70{background-color:#fef9c3b3!important}.\!bg-yellow-100\/75{background-color:#fef9c3bf!important}.\!bg-yellow-100\/80{background-color:#fef9c3cc!important}.\!bg-yellow-100\/85{background-color:#fef9c3d9!important}.\!bg-yellow-100\/90{background-color:#fef9c3e6!important}.\!bg-yellow-100\/95{background-color:#fef9c3f2!important}.\!bg-yellow-200{--tw-bg-opacity: 1 !important;background-color:rgb(254 240 138 / var(--tw-bg-opacity))!important}.\!bg-yellow-200\/0{background-color:#fef08a00!important}.\!bg-yellow-200\/10{background-color:#fef08a1a!important}.\!bg-yellow-200\/100{background-color:#fef08a!important}.\!bg-yellow-200\/15{background-color:#fef08a26!important}.\!bg-yellow-200\/20{background-color:#fef08a33!important}.\!bg-yellow-200\/25{background-color:#fef08a40!important}.\!bg-yellow-200\/30{background-color:#fef08a4d!important}.\!bg-yellow-200\/35{background-color:#fef08a59!important}.\!bg-yellow-200\/40{background-color:#fef08a66!important}.\!bg-yellow-200\/45{background-color:#fef08a73!important}.\!bg-yellow-200\/5{background-color:#fef08a0d!important}.\!bg-yellow-200\/50{background-color:#fef08a80!important}.\!bg-yellow-200\/55{background-color:#fef08a8c!important}.\!bg-yellow-200\/60{background-color:#fef08a99!important}.\!bg-yellow-200\/65{background-color:#fef08aa6!important}.\!bg-yellow-200\/70{background-color:#fef08ab3!important}.\!bg-yellow-200\/75{background-color:#fef08abf!important}.\!bg-yellow-200\/80{background-color:#fef08acc!important}.\!bg-yellow-200\/85{background-color:#fef08ad9!important}.\!bg-yellow-200\/90{background-color:#fef08ae6!important}.\!bg-yellow-200\/95{background-color:#fef08af2!important}.\!bg-yellow-300{--tw-bg-opacity: 1 !important;background-color:rgb(253 224 71 / var(--tw-bg-opacity))!important}.\!bg-yellow-300\/0{background-color:#fde04700!important}.\!bg-yellow-300\/10{background-color:#fde0471a!important}.\!bg-yellow-300\/100{background-color:#fde047!important}.\!bg-yellow-300\/15{background-color:#fde04726!important}.\!bg-yellow-300\/20{background-color:#fde04733!important}.\!bg-yellow-300\/25{background-color:#fde04740!important}.\!bg-yellow-300\/30{background-color:#fde0474d!important}.\!bg-yellow-300\/35{background-color:#fde04759!important}.\!bg-yellow-300\/40{background-color:#fde04766!important}.\!bg-yellow-300\/45{background-color:#fde04773!important}.\!bg-yellow-300\/5{background-color:#fde0470d!important}.\!bg-yellow-300\/50{background-color:#fde04780!important}.\!bg-yellow-300\/55{background-color:#fde0478c!important}.\!bg-yellow-300\/60{background-color:#fde04799!important}.\!bg-yellow-300\/65{background-color:#fde047a6!important}.\!bg-yellow-300\/70{background-color:#fde047b3!important}.\!bg-yellow-300\/75{background-color:#fde047bf!important}.\!bg-yellow-300\/80{background-color:#fde047cc!important}.\!bg-yellow-300\/85{background-color:#fde047d9!important}.\!bg-yellow-300\/90{background-color:#fde047e6!important}.\!bg-yellow-300\/95{background-color:#fde047f2!important}.\!bg-yellow-400{--tw-bg-opacity: 1 !important;background-color:rgb(250 204 21 / var(--tw-bg-opacity))!important}.\!bg-yellow-400\/0{background-color:#facc1500!important}.\!bg-yellow-400\/10{background-color:#facc151a!important}.\!bg-yellow-400\/100{background-color:#facc15!important}.\!bg-yellow-400\/15{background-color:#facc1526!important}.\!bg-yellow-400\/20{background-color:#facc1533!important}.\!bg-yellow-400\/25{background-color:#facc1540!important}.\!bg-yellow-400\/30{background-color:#facc154d!important}.\!bg-yellow-400\/35{background-color:#facc1559!important}.\!bg-yellow-400\/40{background-color:#facc1566!important}.\!bg-yellow-400\/45{background-color:#facc1573!important}.\!bg-yellow-400\/5{background-color:#facc150d!important}.\!bg-yellow-400\/50{background-color:#facc1580!important}.\!bg-yellow-400\/55{background-color:#facc158c!important}.\!bg-yellow-400\/60{background-color:#facc1599!important}.\!bg-yellow-400\/65{background-color:#facc15a6!important}.\!bg-yellow-400\/70{background-color:#facc15b3!important}.\!bg-yellow-400\/75{background-color:#facc15bf!important}.\!bg-yellow-400\/80{background-color:#facc15cc!important}.\!bg-yellow-400\/85{background-color:#facc15d9!important}.\!bg-yellow-400\/90{background-color:#facc15e6!important}.\!bg-yellow-400\/95{background-color:#facc15f2!important}.\!bg-yellow-500{--tw-bg-opacity: 1 !important;background-color:rgb(234 179 8 / var(--tw-bg-opacity))!important}.\!bg-yellow-500\/0{background-color:#eab30800!important}.\!bg-yellow-500\/10{background-color:#eab3081a!important}.\!bg-yellow-500\/100{background-color:#eab308!important}.\!bg-yellow-500\/15{background-color:#eab30826!important}.\!bg-yellow-500\/20{background-color:#eab30833!important}.\!bg-yellow-500\/25{background-color:#eab30840!important}.\!bg-yellow-500\/30{background-color:#eab3084d!important}.\!bg-yellow-500\/35{background-color:#eab30859!important}.\!bg-yellow-500\/40{background-color:#eab30866!important}.\!bg-yellow-500\/45{background-color:#eab30873!important}.\!bg-yellow-500\/5{background-color:#eab3080d!important}.\!bg-yellow-500\/50{background-color:#eab30880!important}.\!bg-yellow-500\/55{background-color:#eab3088c!important}.\!bg-yellow-500\/60{background-color:#eab30899!important}.\!bg-yellow-500\/65{background-color:#eab308a6!important}.\!bg-yellow-500\/70{background-color:#eab308b3!important}.\!bg-yellow-500\/75{background-color:#eab308bf!important}.\!bg-yellow-500\/80{background-color:#eab308cc!important}.\!bg-yellow-500\/85{background-color:#eab308d9!important}.\!bg-yellow-500\/90{background-color:#eab308e6!important}.\!bg-yellow-500\/95{background-color:#eab308f2!important}.\!bg-yellow-600{--tw-bg-opacity: 1 !important;background-color:rgb(202 138 4 / var(--tw-bg-opacity))!important}.\!bg-yellow-600\/0{background-color:#ca8a0400!important}.\!bg-yellow-600\/10{background-color:#ca8a041a!important}.\!bg-yellow-600\/100{background-color:#ca8a04!important}.\!bg-yellow-600\/15{background-color:#ca8a0426!important}.\!bg-yellow-600\/20{background-color:#ca8a0433!important}.\!bg-yellow-600\/25{background-color:#ca8a0440!important}.\!bg-yellow-600\/30{background-color:#ca8a044d!important}.\!bg-yellow-600\/35{background-color:#ca8a0459!important}.\!bg-yellow-600\/40{background-color:#ca8a0466!important}.\!bg-yellow-600\/45{background-color:#ca8a0473!important}.\!bg-yellow-600\/5{background-color:#ca8a040d!important}.\!bg-yellow-600\/50{background-color:#ca8a0480!important}.\!bg-yellow-600\/55{background-color:#ca8a048c!important}.\!bg-yellow-600\/60{background-color:#ca8a0499!important}.\!bg-yellow-600\/65{background-color:#ca8a04a6!important}.\!bg-yellow-600\/70{background-color:#ca8a04b3!important}.\!bg-yellow-600\/75{background-color:#ca8a04bf!important}.\!bg-yellow-600\/80{background-color:#ca8a04cc!important}.\!bg-yellow-600\/85{background-color:#ca8a04d9!important}.\!bg-yellow-600\/90{background-color:#ca8a04e6!important}.\!bg-yellow-600\/95{background-color:#ca8a04f2!important}.\!bg-yellow-700{--tw-bg-opacity: 1 !important;background-color:rgb(161 98 7 / var(--tw-bg-opacity))!important}.\!bg-yellow-700\/0{background-color:#a1620700!important}.\!bg-yellow-700\/10{background-color:#a162071a!important}.\!bg-yellow-700\/100{background-color:#a16207!important}.\!bg-yellow-700\/15{background-color:#a1620726!important}.\!bg-yellow-700\/20{background-color:#a1620733!important}.\!bg-yellow-700\/25{background-color:#a1620740!important}.\!bg-yellow-700\/30{background-color:#a162074d!important}.\!bg-yellow-700\/35{background-color:#a1620759!important}.\!bg-yellow-700\/40{background-color:#a1620766!important}.\!bg-yellow-700\/45{background-color:#a1620773!important}.\!bg-yellow-700\/5{background-color:#a162070d!important}.\!bg-yellow-700\/50{background-color:#a1620780!important}.\!bg-yellow-700\/55{background-color:#a162078c!important}.\!bg-yellow-700\/60{background-color:#a1620799!important}.\!bg-yellow-700\/65{background-color:#a16207a6!important}.\!bg-yellow-700\/70{background-color:#a16207b3!important}.\!bg-yellow-700\/75{background-color:#a16207bf!important}.\!bg-yellow-700\/80{background-color:#a16207cc!important}.\!bg-yellow-700\/85{background-color:#a16207d9!important}.\!bg-yellow-700\/90{background-color:#a16207e6!important}.\!bg-yellow-700\/95{background-color:#a16207f2!important}.\!bg-yellow-800{--tw-bg-opacity: 1 !important;background-color:rgb(133 77 14 / var(--tw-bg-opacity))!important}.\!bg-yellow-800\/0{background-color:#854d0e00!important}.\!bg-yellow-800\/10{background-color:#854d0e1a!important}.\!bg-yellow-800\/100{background-color:#854d0e!important}.\!bg-yellow-800\/15{background-color:#854d0e26!important}.\!bg-yellow-800\/20{background-color:#854d0e33!important}.\!bg-yellow-800\/25{background-color:#854d0e40!important}.\!bg-yellow-800\/30{background-color:#854d0e4d!important}.\!bg-yellow-800\/35{background-color:#854d0e59!important}.\!bg-yellow-800\/40{background-color:#854d0e66!important}.\!bg-yellow-800\/45{background-color:#854d0e73!important}.\!bg-yellow-800\/5{background-color:#854d0e0d!important}.\!bg-yellow-800\/50{background-color:#854d0e80!important}.\!bg-yellow-800\/55{background-color:#854d0e8c!important}.\!bg-yellow-800\/60{background-color:#854d0e99!important}.\!bg-yellow-800\/65{background-color:#854d0ea6!important}.\!bg-yellow-800\/70{background-color:#854d0eb3!important}.\!bg-yellow-800\/75{background-color:#854d0ebf!important}.\!bg-yellow-800\/80{background-color:#854d0ecc!important}.\!bg-yellow-800\/85{background-color:#854d0ed9!important}.\!bg-yellow-800\/90{background-color:#854d0ee6!important}.\!bg-yellow-800\/95{background-color:#854d0ef2!important}.\!bg-yellow-900{--tw-bg-opacity: 1 !important;background-color:rgb(113 63 18 / var(--tw-bg-opacity))!important}.\!bg-yellow-900\/0{background-color:#713f1200!important}.\!bg-yellow-900\/10{background-color:#713f121a!important}.\!bg-yellow-900\/100{background-color:#713f12!important}.\!bg-yellow-900\/15{background-color:#713f1226!important}.\!bg-yellow-900\/20{background-color:#713f1233!important}.\!bg-yellow-900\/25{background-color:#713f1240!important}.\!bg-yellow-900\/30{background-color:#713f124d!important}.\!bg-yellow-900\/35{background-color:#713f1259!important}.\!bg-yellow-900\/40{background-color:#713f1266!important}.\!bg-yellow-900\/45{background-color:#713f1273!important}.\!bg-yellow-900\/5{background-color:#713f120d!important}.\!bg-yellow-900\/50{background-color:#713f1280!important}.\!bg-yellow-900\/55{background-color:#713f128c!important}.\!bg-yellow-900\/60{background-color:#713f1299!important}.\!bg-yellow-900\/65{background-color:#713f12a6!important}.\!bg-yellow-900\/70{background-color:#713f12b3!important}.\!bg-yellow-900\/75{background-color:#713f12bf!important}.\!bg-yellow-900\/80{background-color:#713f12cc!important}.\!bg-yellow-900\/85{background-color:#713f12d9!important}.\!bg-yellow-900\/90{background-color:#713f12e6!important}.\!bg-yellow-900\/95{background-color:#713f12f2!important}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity))}.bg-amber-100\/0{background-color:#fef3c700}.bg-amber-100\/10{background-color:#fef3c71a}.bg-amber-100\/100{background-color:#fef3c7}.bg-amber-100\/15{background-color:#fef3c726}.bg-amber-100\/20{background-color:#fef3c733}.bg-amber-100\/25{background-color:#fef3c740}.bg-amber-100\/30{background-color:#fef3c74d}.bg-amber-100\/35{background-color:#fef3c759}.bg-amber-100\/40{background-color:#fef3c766}.bg-amber-100\/45{background-color:#fef3c773}.bg-amber-100\/5{background-color:#fef3c70d}.bg-amber-100\/50{background-color:#fef3c780}.bg-amber-100\/55{background-color:#fef3c78c}.bg-amber-100\/60{background-color:#fef3c799}.bg-amber-100\/65{background-color:#fef3c7a6}.bg-amber-100\/70{background-color:#fef3c7b3}.bg-amber-100\/75{background-color:#fef3c7bf}.bg-amber-100\/80{background-color:#fef3c7cc}.bg-amber-100\/85{background-color:#fef3c7d9}.bg-amber-100\/90{background-color:#fef3c7e6}.bg-amber-100\/95{background-color:#fef3c7f2}.bg-amber-200{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity))}.bg-amber-200\/0{background-color:#fde68a00}.bg-amber-200\/10{background-color:#fde68a1a}.bg-amber-200\/100{background-color:#fde68a}.bg-amber-200\/15{background-color:#fde68a26}.bg-amber-200\/20{background-color:#fde68a33}.bg-amber-200\/25{background-color:#fde68a40}.bg-amber-200\/30{background-color:#fde68a4d}.bg-amber-200\/35{background-color:#fde68a59}.bg-amber-200\/40{background-color:#fde68a66}.bg-amber-200\/45{background-color:#fde68a73}.bg-amber-200\/5{background-color:#fde68a0d}.bg-amber-200\/50{background-color:#fde68a80}.bg-amber-200\/55{background-color:#fde68a8c}.bg-amber-200\/60{background-color:#fde68a99}.bg-amber-200\/65{background-color:#fde68aa6}.bg-amber-200\/70{background-color:#fde68ab3}.bg-amber-200\/75{background-color:#fde68abf}.bg-amber-200\/80{background-color:#fde68acc}.bg-amber-200\/85{background-color:#fde68ad9}.bg-amber-200\/90{background-color:#fde68ae6}.bg-amber-200\/95{background-color:#fde68af2}.bg-amber-300{--tw-bg-opacity: 1;background-color:rgb(252 211 77 / var(--tw-bg-opacity))}.bg-amber-300\/0{background-color:#fcd34d00}.bg-amber-300\/10{background-color:#fcd34d1a}.bg-amber-300\/100{background-color:#fcd34d}.bg-amber-300\/15{background-color:#fcd34d26}.bg-amber-300\/20{background-color:#fcd34d33}.bg-amber-300\/25{background-color:#fcd34d40}.bg-amber-300\/30{background-color:#fcd34d4d}.bg-amber-300\/35{background-color:#fcd34d59}.bg-amber-300\/40{background-color:#fcd34d66}.bg-amber-300\/45{background-color:#fcd34d73}.bg-amber-300\/5{background-color:#fcd34d0d}.bg-amber-300\/50{background-color:#fcd34d80}.bg-amber-300\/55{background-color:#fcd34d8c}.bg-amber-300\/60{background-color:#fcd34d99}.bg-amber-300\/65{background-color:#fcd34da6}.bg-amber-300\/70{background-color:#fcd34db3}.bg-amber-300\/75{background-color:#fcd34dbf}.bg-amber-300\/80{background-color:#fcd34dcc}.bg-amber-300\/85{background-color:#fcd34dd9}.bg-amber-300\/90{background-color:#fcd34de6}.bg-amber-300\/95{background-color:#fcd34df2}.bg-amber-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity))}.bg-amber-400\/0{background-color:#fbbf2400}.bg-amber-400\/10{background-color:#fbbf241a}.bg-amber-400\/100{background-color:#fbbf24}.bg-amber-400\/15{background-color:#fbbf2426}.bg-amber-400\/20{background-color:#fbbf2433}.bg-amber-400\/25{background-color:#fbbf2440}.bg-amber-400\/30{background-color:#fbbf244d}.bg-amber-400\/35{background-color:#fbbf2459}.bg-amber-400\/40{background-color:#fbbf2466}.bg-amber-400\/45{background-color:#fbbf2473}.bg-amber-400\/5{background-color:#fbbf240d}.bg-amber-400\/50{background-color:#fbbf2480}.bg-amber-400\/55{background-color:#fbbf248c}.bg-amber-400\/60{background-color:#fbbf2499}.bg-amber-400\/65{background-color:#fbbf24a6}.bg-amber-400\/70{background-color:#fbbf24b3}.bg-amber-400\/75{background-color:#fbbf24bf}.bg-amber-400\/80{background-color:#fbbf24cc}.bg-amber-400\/85{background-color:#fbbf24d9}.bg-amber-400\/90{background-color:#fbbf24e6}.bg-amber-400\/95{background-color:#fbbf24f2}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity))}.bg-amber-500\/0{background-color:#f59e0b00}.bg-amber-500\/10{background-color:#f59e0b1a}.bg-amber-500\/100{background-color:#f59e0b}.bg-amber-500\/15{background-color:#f59e0b26}.bg-amber-500\/20{background-color:#f59e0b33}.bg-amber-500\/25{background-color:#f59e0b40}.bg-amber-500\/30{background-color:#f59e0b4d}.bg-amber-500\/35{background-color:#f59e0b59}.bg-amber-500\/40{background-color:#f59e0b66}.bg-amber-500\/45{background-color:#f59e0b73}.bg-amber-500\/5{background-color:#f59e0b0d}.bg-amber-500\/50{background-color:#f59e0b80}.bg-amber-500\/55{background-color:#f59e0b8c}.bg-amber-500\/60{background-color:#f59e0b99}.bg-amber-500\/65{background-color:#f59e0ba6}.bg-amber-500\/70{background-color:#f59e0bb3}.bg-amber-500\/75{background-color:#f59e0bbf}.bg-amber-500\/80{background-color:#f59e0bcc}.bg-amber-500\/85{background-color:#f59e0bd9}.bg-amber-500\/90{background-color:#f59e0be6}.bg-amber-500\/95{background-color:#f59e0bf2}.bg-amber-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity))}.bg-amber-600\/0{background-color:#d9770600}.bg-amber-600\/10{background-color:#d977061a}.bg-amber-600\/100{background-color:#d97706}.bg-amber-600\/15{background-color:#d9770626}.bg-amber-600\/20{background-color:#d9770633}.bg-amber-600\/25{background-color:#d9770640}.bg-amber-600\/30{background-color:#d977064d}.bg-amber-600\/35{background-color:#d9770659}.bg-amber-600\/40{background-color:#d9770666}.bg-amber-600\/45{background-color:#d9770673}.bg-amber-600\/5{background-color:#d977060d}.bg-amber-600\/50{background-color:#d9770680}.bg-amber-600\/55{background-color:#d977068c}.bg-amber-600\/60{background-color:#d9770699}.bg-amber-600\/65{background-color:#d97706a6}.bg-amber-600\/70{background-color:#d97706b3}.bg-amber-600\/75{background-color:#d97706bf}.bg-amber-600\/80{background-color:#d97706cc}.bg-amber-600\/85{background-color:#d97706d9}.bg-amber-600\/90{background-color:#d97706e6}.bg-amber-600\/95{background-color:#d97706f2}.bg-amber-700{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity))}.bg-amber-700\/0{background-color:#b4530900}.bg-amber-700\/10{background-color:#b453091a}.bg-amber-700\/100{background-color:#b45309}.bg-amber-700\/15{background-color:#b4530926}.bg-amber-700\/20{background-color:#b4530933}.bg-amber-700\/25{background-color:#b4530940}.bg-amber-700\/30{background-color:#b453094d}.bg-amber-700\/35{background-color:#b4530959}.bg-amber-700\/40{background-color:#b4530966}.bg-amber-700\/45{background-color:#b4530973}.bg-amber-700\/5{background-color:#b453090d}.bg-amber-700\/50{background-color:#b4530980}.bg-amber-700\/55{background-color:#b453098c}.bg-amber-700\/60{background-color:#b4530999}.bg-amber-700\/65{background-color:#b45309a6}.bg-amber-700\/70{background-color:#b45309b3}.bg-amber-700\/75{background-color:#b45309bf}.bg-amber-700\/80{background-color:#b45309cc}.bg-amber-700\/85{background-color:#b45309d9}.bg-amber-700\/90{background-color:#b45309e6}.bg-amber-700\/95{background-color:#b45309f2}.bg-amber-800{--tw-bg-opacity: 1;background-color:rgb(146 64 14 / var(--tw-bg-opacity))}.bg-amber-800\/0{background-color:#92400e00}.bg-amber-800\/10{background-color:#92400e1a}.bg-amber-800\/100{background-color:#92400e}.bg-amber-800\/15{background-color:#92400e26}.bg-amber-800\/20{background-color:#92400e33}.bg-amber-800\/25{background-color:#92400e40}.bg-amber-800\/30{background-color:#92400e4d}.bg-amber-800\/35{background-color:#92400e59}.bg-amber-800\/40{background-color:#92400e66}.bg-amber-800\/45{background-color:#92400e73}.bg-amber-800\/5{background-color:#92400e0d}.bg-amber-800\/50{background-color:#92400e80}.bg-amber-800\/55{background-color:#92400e8c}.bg-amber-800\/60{background-color:#92400e99}.bg-amber-800\/65{background-color:#92400ea6}.bg-amber-800\/70{background-color:#92400eb3}.bg-amber-800\/75{background-color:#92400ebf}.bg-amber-800\/80{background-color:#92400ecc}.bg-amber-800\/85{background-color:#92400ed9}.bg-amber-800\/90{background-color:#92400ee6}.bg-amber-800\/95{background-color:#92400ef2}.bg-amber-900{--tw-bg-opacity: 1;background-color:rgb(120 53 15 / var(--tw-bg-opacity))}.bg-amber-900\/0{background-color:#78350f00}.bg-amber-900\/10{background-color:#78350f1a}.bg-amber-900\/100{background-color:#78350f}.bg-amber-900\/15{background-color:#78350f26}.bg-amber-900\/20{background-color:#78350f33}.bg-amber-900\/25{background-color:#78350f40}.bg-amber-900\/30{background-color:#78350f4d}.bg-amber-900\/35{background-color:#78350f59}.bg-amber-900\/40{background-color:#78350f66}.bg-amber-900\/45{background-color:#78350f73}.bg-amber-900\/5{background-color:#78350f0d}.bg-amber-900\/50{background-color:#78350f80}.bg-amber-900\/55{background-color:#78350f8c}.bg-amber-900\/60{background-color:#78350f99}.bg-amber-900\/65{background-color:#78350fa6}.bg-amber-900\/70{background-color:#78350fb3}.bg-amber-900\/75{background-color:#78350fbf}.bg-amber-900\/80{background-color:#78350fcc}.bg-amber-900\/85{background-color:#78350fd9}.bg-amber-900\/90{background-color:#78350fe6}.bg-amber-900\/95{background-color:#78350ff2}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}.bg-blue-100\/0{background-color:#dbeafe00}.bg-blue-100\/10{background-color:#dbeafe1a}.bg-blue-100\/100{background-color:#dbeafe}.bg-blue-100\/15{background-color:#dbeafe26}.bg-blue-100\/20{background-color:#dbeafe33}.bg-blue-100\/25{background-color:#dbeafe40}.bg-blue-100\/30{background-color:#dbeafe4d}.bg-blue-100\/35{background-color:#dbeafe59}.bg-blue-100\/40{background-color:#dbeafe66}.bg-blue-100\/45{background-color:#dbeafe73}.bg-blue-100\/5{background-color:#dbeafe0d}.bg-blue-100\/50{background-color:#dbeafe80}.bg-blue-100\/55{background-color:#dbeafe8c}.bg-blue-100\/60{background-color:#dbeafe99}.bg-blue-100\/65{background-color:#dbeafea6}.bg-blue-100\/70{background-color:#dbeafeb3}.bg-blue-100\/75{background-color:#dbeafebf}.bg-blue-100\/80{background-color:#dbeafecc}.bg-blue-100\/85{background-color:#dbeafed9}.bg-blue-100\/90{background-color:#dbeafee6}.bg-blue-100\/95{background-color:#dbeafef2}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity))}.bg-blue-200\/0{background-color:#bfdbfe00}.bg-blue-200\/10{background-color:#bfdbfe1a}.bg-blue-200\/100{background-color:#bfdbfe}.bg-blue-200\/15{background-color:#bfdbfe26}.bg-blue-200\/20{background-color:#bfdbfe33}.bg-blue-200\/25{background-color:#bfdbfe40}.bg-blue-200\/30{background-color:#bfdbfe4d}.bg-blue-200\/35{background-color:#bfdbfe59}.bg-blue-200\/40{background-color:#bfdbfe66}.bg-blue-200\/45{background-color:#bfdbfe73}.bg-blue-200\/5{background-color:#bfdbfe0d}.bg-blue-200\/50{background-color:#bfdbfe80}.bg-blue-200\/55{background-color:#bfdbfe8c}.bg-blue-200\/60{background-color:#bfdbfe99}.bg-blue-200\/65{background-color:#bfdbfea6}.bg-blue-200\/70{background-color:#bfdbfeb3}.bg-blue-200\/75{background-color:#bfdbfebf}.bg-blue-200\/80{background-color:#bfdbfecc}.bg-blue-200\/85{background-color:#bfdbfed9}.bg-blue-200\/90{background-color:#bfdbfee6}.bg-blue-200\/95{background-color:#bfdbfef2}.bg-blue-300{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity))}.bg-blue-300\/0{background-color:#93c5fd00}.bg-blue-300\/10{background-color:#93c5fd1a}.bg-blue-300\/100{background-color:#93c5fd}.bg-blue-300\/15{background-color:#93c5fd26}.bg-blue-300\/20{background-color:#93c5fd33}.bg-blue-300\/25{background-color:#93c5fd40}.bg-blue-300\/30{background-color:#93c5fd4d}.bg-blue-300\/35{background-color:#93c5fd59}.bg-blue-300\/40{background-color:#93c5fd66}.bg-blue-300\/45{background-color:#93c5fd73}.bg-blue-300\/5{background-color:#93c5fd0d}.bg-blue-300\/50{background-color:#93c5fd80}.bg-blue-300\/55{background-color:#93c5fd8c}.bg-blue-300\/60{background-color:#93c5fd99}.bg-blue-300\/65{background-color:#93c5fda6}.bg-blue-300\/70{background-color:#93c5fdb3}.bg-blue-300\/75{background-color:#93c5fdbf}.bg-blue-300\/80{background-color:#93c5fdcc}.bg-blue-300\/85{background-color:#93c5fdd9}.bg-blue-300\/90{background-color:#93c5fde6}.bg-blue-300\/95{background-color:#93c5fdf2}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity))}.bg-blue-400\/0{background-color:#60a5fa00}.bg-blue-400\/10{background-color:#60a5fa1a}.bg-blue-400\/100{background-color:#60a5fa}.bg-blue-400\/15{background-color:#60a5fa26}.bg-blue-400\/20{background-color:#60a5fa33}.bg-blue-400\/25{background-color:#60a5fa40}.bg-blue-400\/30{background-color:#60a5fa4d}.bg-blue-400\/35{background-color:#60a5fa59}.bg-blue-400\/40{background-color:#60a5fa66}.bg-blue-400\/45{background-color:#60a5fa73}.bg-blue-400\/5{background-color:#60a5fa0d}.bg-blue-400\/50{background-color:#60a5fa80}.bg-blue-400\/55{background-color:#60a5fa8c}.bg-blue-400\/60{background-color:#60a5fa99}.bg-blue-400\/65{background-color:#60a5faa6}.bg-blue-400\/70{background-color:#60a5fab3}.bg-blue-400\/75{background-color:#60a5fabf}.bg-blue-400\/80{background-color:#60a5facc}.bg-blue-400\/85{background-color:#60a5fad9}.bg-blue-400\/90{background-color:#60a5fae6}.bg-blue-400\/95{background-color:#60a5faf2}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.bg-blue-500\/0{background-color:#3b82f600}.bg-blue-500\/10{background-color:#3b82f61a}.bg-blue-500\/100{background-color:#3b82f6}.bg-blue-500\/15{background-color:#3b82f626}.bg-blue-500\/20{background-color:#3b82f633}.bg-blue-500\/25{background-color:#3b82f640}.bg-blue-500\/30{background-color:#3b82f64d}.bg-blue-500\/35{background-color:#3b82f659}.bg-blue-500\/40{background-color:#3b82f666}.bg-blue-500\/45{background-color:#3b82f673}.bg-blue-500\/5{background-color:#3b82f60d}.bg-blue-500\/50{background-color:#3b82f680}.bg-blue-500\/55{background-color:#3b82f68c}.bg-blue-500\/60{background-color:#3b82f699}.bg-blue-500\/65{background-color:#3b82f6a6}.bg-blue-500\/70{background-color:#3b82f6b3}.bg-blue-500\/75{background-color:#3b82f6bf}.bg-blue-500\/80{background-color:#3b82f6cc}.bg-blue-500\/85{background-color:#3b82f6d9}.bg-blue-500\/90{background-color:#3b82f6e6}.bg-blue-500\/95{background-color:#3b82f6f2}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.bg-blue-600\/0{background-color:#2563eb00}.bg-blue-600\/10{background-color:#2563eb1a}.bg-blue-600\/100{background-color:#2563eb}.bg-blue-600\/15{background-color:#2563eb26}.bg-blue-600\/20{background-color:#2563eb33}.bg-blue-600\/25{background-color:#2563eb40}.bg-blue-600\/30{background-color:#2563eb4d}.bg-blue-600\/35{background-color:#2563eb59}.bg-blue-600\/40{background-color:#2563eb66}.bg-blue-600\/45{background-color:#2563eb73}.bg-blue-600\/5{background-color:#2563eb0d}.bg-blue-600\/50{background-color:#2563eb80}.bg-blue-600\/55{background-color:#2563eb8c}.bg-blue-600\/60{background-color:#2563eb99}.bg-blue-600\/65{background-color:#2563eba6}.bg-blue-600\/70{background-color:#2563ebb3}.bg-blue-600\/75{background-color:#2563ebbf}.bg-blue-600\/80{background-color:#2563ebcc}.bg-blue-600\/85{background-color:#2563ebd9}.bg-blue-600\/90{background-color:#2563ebe6}.bg-blue-600\/95{background-color:#2563ebf2}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.bg-blue-700\/0{background-color:#1d4ed800}.bg-blue-700\/10{background-color:#1d4ed81a}.bg-blue-700\/100{background-color:#1d4ed8}.bg-blue-700\/15{background-color:#1d4ed826}.bg-blue-700\/20{background-color:#1d4ed833}.bg-blue-700\/25{background-color:#1d4ed840}.bg-blue-700\/30{background-color:#1d4ed84d}.bg-blue-700\/35{background-color:#1d4ed859}.bg-blue-700\/40{background-color:#1d4ed866}.bg-blue-700\/45{background-color:#1d4ed873}.bg-blue-700\/5{background-color:#1d4ed80d}.bg-blue-700\/50{background-color:#1d4ed880}.bg-blue-700\/55{background-color:#1d4ed88c}.bg-blue-700\/60{background-color:#1d4ed899}.bg-blue-700\/65{background-color:#1d4ed8a6}.bg-blue-700\/70{background-color:#1d4ed8b3}.bg-blue-700\/75{background-color:#1d4ed8bf}.bg-blue-700\/80{background-color:#1d4ed8cc}.bg-blue-700\/85{background-color:#1d4ed8d9}.bg-blue-700\/90{background-color:#1d4ed8e6}.bg-blue-700\/95{background-color:#1d4ed8f2}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity))}.bg-blue-800\/0{background-color:#1e40af00}.bg-blue-800\/10{background-color:#1e40af1a}.bg-blue-800\/100{background-color:#1e40af}.bg-blue-800\/15{background-color:#1e40af26}.bg-blue-800\/20{background-color:#1e40af33}.bg-blue-800\/25{background-color:#1e40af40}.bg-blue-800\/30{background-color:#1e40af4d}.bg-blue-800\/35{background-color:#1e40af59}.bg-blue-800\/40{background-color:#1e40af66}.bg-blue-800\/45{background-color:#1e40af73}.bg-blue-800\/5{background-color:#1e40af0d}.bg-blue-800\/50{background-color:#1e40af80}.bg-blue-800\/55{background-color:#1e40af8c}.bg-blue-800\/60{background-color:#1e40af99}.bg-blue-800\/65{background-color:#1e40afa6}.bg-blue-800\/70{background-color:#1e40afb3}.bg-blue-800\/75{background-color:#1e40afbf}.bg-blue-800\/80{background-color:#1e40afcc}.bg-blue-800\/85{background-color:#1e40afd9}.bg-blue-800\/90{background-color:#1e40afe6}.bg-blue-800\/95{background-color:#1e40aff2}.bg-blue-900{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity))}.bg-blue-900\/0{background-color:#1e3a8a00}.bg-blue-900\/10{background-color:#1e3a8a1a}.bg-blue-900\/100{background-color:#1e3a8a}.bg-blue-900\/15{background-color:#1e3a8a26}.bg-blue-900\/20{background-color:#1e3a8a33}.bg-blue-900\/25{background-color:#1e3a8a40}.bg-blue-900\/30{background-color:#1e3a8a4d}.bg-blue-900\/35{background-color:#1e3a8a59}.bg-blue-900\/40{background-color:#1e3a8a66}.bg-blue-900\/45{background-color:#1e3a8a73}.bg-blue-900\/5{background-color:#1e3a8a0d}.bg-blue-900\/50{background-color:#1e3a8a80}.bg-blue-900\/55{background-color:#1e3a8a8c}.bg-blue-900\/60{background-color:#1e3a8a99}.bg-blue-900\/65{background-color:#1e3a8aa6}.bg-blue-900\/70{background-color:#1e3a8ab3}.bg-blue-900\/75{background-color:#1e3a8abf}.bg-blue-900\/80{background-color:#1e3a8acc}.bg-blue-900\/85{background-color:#1e3a8ad9}.bg-blue-900\/90{background-color:#1e3a8ae6}.bg-blue-900\/95{background-color:#1e3a8af2}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity))}.bg-green-100\/0{background-color:#dcfce700}.bg-green-100\/10{background-color:#dcfce71a}.bg-green-100\/100{background-color:#dcfce7}.bg-green-100\/15{background-color:#dcfce726}.bg-green-100\/20{background-color:#dcfce733}.bg-green-100\/25{background-color:#dcfce740}.bg-green-100\/30{background-color:#dcfce74d}.bg-green-100\/35{background-color:#dcfce759}.bg-green-100\/40{background-color:#dcfce766}.bg-green-100\/45{background-color:#dcfce773}.bg-green-100\/5{background-color:#dcfce70d}.bg-green-100\/50{background-color:#dcfce780}.bg-green-100\/55{background-color:#dcfce78c}.bg-green-100\/60{background-color:#dcfce799}.bg-green-100\/65{background-color:#dcfce7a6}.bg-green-100\/70{background-color:#dcfce7b3}.bg-green-100\/75{background-color:#dcfce7bf}.bg-green-100\/80{background-color:#dcfce7cc}.bg-green-100\/85{background-color:#dcfce7d9}.bg-green-100\/90{background-color:#dcfce7e6}.bg-green-100\/95{background-color:#dcfce7f2}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity))}.bg-green-200\/0{background-color:#bbf7d000}.bg-green-200\/10{background-color:#bbf7d01a}.bg-green-200\/100{background-color:#bbf7d0}.bg-green-200\/15{background-color:#bbf7d026}.bg-green-200\/20{background-color:#bbf7d033}.bg-green-200\/25{background-color:#bbf7d040}.bg-green-200\/30{background-color:#bbf7d04d}.bg-green-200\/35{background-color:#bbf7d059}.bg-green-200\/40{background-color:#bbf7d066}.bg-green-200\/45{background-color:#bbf7d073}.bg-green-200\/5{background-color:#bbf7d00d}.bg-green-200\/50{background-color:#bbf7d080}.bg-green-200\/55{background-color:#bbf7d08c}.bg-green-200\/60{background-color:#bbf7d099}.bg-green-200\/65{background-color:#bbf7d0a6}.bg-green-200\/70{background-color:#bbf7d0b3}.bg-green-200\/75{background-color:#bbf7d0bf}.bg-green-200\/80{background-color:#bbf7d0cc}.bg-green-200\/85{background-color:#bbf7d0d9}.bg-green-200\/90{background-color:#bbf7d0e6}.bg-green-200\/95{background-color:#bbf7d0f2}.bg-green-300{--tw-bg-opacity: 1;background-color:rgb(134 239 172 / var(--tw-bg-opacity))}.bg-green-300\/0{background-color:#86efac00}.bg-green-300\/10{background-color:#86efac1a}.bg-green-300\/100{background-color:#86efac}.bg-green-300\/15{background-color:#86efac26}.bg-green-300\/20{background-color:#86efac33}.bg-green-300\/25{background-color:#86efac40}.bg-green-300\/30{background-color:#86efac4d}.bg-green-300\/35{background-color:#86efac59}.bg-green-300\/40{background-color:#86efac66}.bg-green-300\/45{background-color:#86efac73}.bg-green-300\/5{background-color:#86efac0d}.bg-green-300\/50{background-color:#86efac80}.bg-green-300\/55{background-color:#86efac8c}.bg-green-300\/60{background-color:#86efac99}.bg-green-300\/65{background-color:#86efaca6}.bg-green-300\/70{background-color:#86efacb3}.bg-green-300\/75{background-color:#86efacbf}.bg-green-300\/80{background-color:#86efaccc}.bg-green-300\/85{background-color:#86efacd9}.bg-green-300\/90{background-color:#86eface6}.bg-green-300\/95{background-color:#86efacf2}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity))}.bg-green-400\/0{background-color:#4ade8000}.bg-green-400\/10{background-color:#4ade801a}.bg-green-400\/100{background-color:#4ade80}.bg-green-400\/15{background-color:#4ade8026}.bg-green-400\/20{background-color:#4ade8033}.bg-green-400\/25{background-color:#4ade8040}.bg-green-400\/30{background-color:#4ade804d}.bg-green-400\/35{background-color:#4ade8059}.bg-green-400\/40{background-color:#4ade8066}.bg-green-400\/45{background-color:#4ade8073}.bg-green-400\/5{background-color:#4ade800d}.bg-green-400\/50{background-color:#4ade8080}.bg-green-400\/55{background-color:#4ade808c}.bg-green-400\/60{background-color:#4ade8099}.bg-green-400\/65{background-color:#4ade80a6}.bg-green-400\/70{background-color:#4ade80b3}.bg-green-400\/75{background-color:#4ade80bf}.bg-green-400\/80{background-color:#4ade80cc}.bg-green-400\/85{background-color:#4ade80d9}.bg-green-400\/90{background-color:#4ade80e6}.bg-green-400\/95{background-color:#4ade80f2}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-green-500\/0{background-color:#22c55e00}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-500\/100{background-color:#22c55e}.bg-green-500\/15{background-color:#22c55e26}.bg-green-500\/20{background-color:#22c55e33}.bg-green-500\/25{background-color:#22c55e40}.bg-green-500\/30{background-color:#22c55e4d}.bg-green-500\/35{background-color:#22c55e59}.bg-green-500\/40{background-color:#22c55e66}.bg-green-500\/45{background-color:#22c55e73}.bg-green-500\/5{background-color:#22c55e0d}.bg-green-500\/50{background-color:#22c55e80}.bg-green-500\/55{background-color:#22c55e8c}.bg-green-500\/60{background-color:#22c55e99}.bg-green-500\/65{background-color:#22c55ea6}.bg-green-500\/70{background-color:#22c55eb3}.bg-green-500\/75{background-color:#22c55ebf}.bg-green-500\/80{background-color:#22c55ecc}.bg-green-500\/85{background-color:#22c55ed9}.bg-green-500\/90{background-color:#22c55ee6}.bg-green-500\/95{background-color:#22c55ef2}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity))}.bg-green-600\/0{background-color:#16a34a00}.bg-green-600\/10{background-color:#16a34a1a}.bg-green-600\/100{background-color:#16a34a}.bg-green-600\/15{background-color:#16a34a26}.bg-green-600\/20{background-color:#16a34a33}.bg-green-600\/25{background-color:#16a34a40}.bg-green-600\/30{background-color:#16a34a4d}.bg-green-600\/35{background-color:#16a34a59}.bg-green-600\/40{background-color:#16a34a66}.bg-green-600\/45{background-color:#16a34a73}.bg-green-600\/5{background-color:#16a34a0d}.bg-green-600\/50{background-color:#16a34a80}.bg-green-600\/55{background-color:#16a34a8c}.bg-green-600\/60{background-color:#16a34a99}.bg-green-600\/65{background-color:#16a34aa6}.bg-green-600\/70{background-color:#16a34ab3}.bg-green-600\/75{background-color:#16a34abf}.bg-green-600\/80{background-color:#16a34acc}.bg-green-600\/85{background-color:#16a34ad9}.bg-green-600\/90{background-color:#16a34ae6}.bg-green-600\/95{background-color:#16a34af2}.bg-green-700{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity))}.bg-green-700\/0{background-color:#15803d00}.bg-green-700\/10{background-color:#15803d1a}.bg-green-700\/100{background-color:#15803d}.bg-green-700\/15{background-color:#15803d26}.bg-green-700\/20{background-color:#15803d33}.bg-green-700\/25{background-color:#15803d40}.bg-green-700\/30{background-color:#15803d4d}.bg-green-700\/35{background-color:#15803d59}.bg-green-700\/40{background-color:#15803d66}.bg-green-700\/45{background-color:#15803d73}.bg-green-700\/5{background-color:#15803d0d}.bg-green-700\/50{background-color:#15803d80}.bg-green-700\/55{background-color:#15803d8c}.bg-green-700\/60{background-color:#15803d99}.bg-green-700\/65{background-color:#15803da6}.bg-green-700\/70{background-color:#15803db3}.bg-green-700\/75{background-color:#15803dbf}.bg-green-700\/80{background-color:#15803dcc}.bg-green-700\/85{background-color:#15803dd9}.bg-green-700\/90{background-color:#15803de6}.bg-green-700\/95{background-color:#15803df2}.bg-green-800{--tw-bg-opacity: 1;background-color:rgb(22 101 52 / var(--tw-bg-opacity))}.bg-green-800\/0{background-color:#16653400}.bg-green-800\/10{background-color:#1665341a}.bg-green-800\/100{background-color:#166534}.bg-green-800\/15{background-color:#16653426}.bg-green-800\/20{background-color:#16653433}.bg-green-800\/25{background-color:#16653440}.bg-green-800\/30{background-color:#1665344d}.bg-green-800\/35{background-color:#16653459}.bg-green-800\/40{background-color:#16653466}.bg-green-800\/45{background-color:#16653473}.bg-green-800\/5{background-color:#1665340d}.bg-green-800\/50{background-color:#16653480}.bg-green-800\/55{background-color:#1665348c}.bg-green-800\/60{background-color:#16653499}.bg-green-800\/65{background-color:#166534a6}.bg-green-800\/70{background-color:#166534b3}.bg-green-800\/75{background-color:#166534bf}.bg-green-800\/80{background-color:#166534cc}.bg-green-800\/85{background-color:#166534d9}.bg-green-800\/90{background-color:#166534e6}.bg-green-800\/95{background-color:#166534f2}.bg-green-900{--tw-bg-opacity: 1;background-color:rgb(20 83 45 / var(--tw-bg-opacity))}.bg-green-900\/0{background-color:#14532d00}.bg-green-900\/10{background-color:#14532d1a}.bg-green-900\/100{background-color:#14532d}.bg-green-900\/15{background-color:#14532d26}.bg-green-900\/20{background-color:#14532d33}.bg-green-900\/25{background-color:#14532d40}.bg-green-900\/30{background-color:#14532d4d}.bg-green-900\/35{background-color:#14532d59}.bg-green-900\/40{background-color:#14532d66}.bg-green-900\/45{background-color:#14532d73}.bg-green-900\/5{background-color:#14532d0d}.bg-green-900\/50{background-color:#14532d80}.bg-green-900\/55{background-color:#14532d8c}.bg-green-900\/60{background-color:#14532d99}.bg-green-900\/65{background-color:#14532da6}.bg-green-900\/70{background-color:#14532db3}.bg-green-900\/75{background-color:#14532dbf}.bg-green-900\/80{background-color:#14532dcc}.bg-green-900\/85{background-color:#14532dd9}.bg-green-900\/90{background-color:#14532de6}.bg-green-900\/95{background-color:#14532df2}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity))}.bg-neutral-100{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-red-100\/0{background-color:#fee2e200}.bg-red-100\/10{background-color:#fee2e21a}.bg-red-100\/100{background-color:#fee2e2}.bg-red-100\/15{background-color:#fee2e226}.bg-red-100\/20{background-color:#fee2e233}.bg-red-100\/25{background-color:#fee2e240}.bg-red-100\/30{background-color:#fee2e24d}.bg-red-100\/35{background-color:#fee2e259}.bg-red-100\/40{background-color:#fee2e266}.bg-red-100\/45{background-color:#fee2e273}.bg-red-100\/5{background-color:#fee2e20d}.bg-red-100\/50{background-color:#fee2e280}.bg-red-100\/55{background-color:#fee2e28c}.bg-red-100\/60{background-color:#fee2e299}.bg-red-100\/65{background-color:#fee2e2a6}.bg-red-100\/70{background-color:#fee2e2b3}.bg-red-100\/75{background-color:#fee2e2bf}.bg-red-100\/80{background-color:#fee2e2cc}.bg-red-100\/85{background-color:#fee2e2d9}.bg-red-100\/90{background-color:#fee2e2e6}.bg-red-100\/95{background-color:#fee2e2f2}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity))}.bg-red-200\/0{background-color:#fecaca00}.bg-red-200\/10{background-color:#fecaca1a}.bg-red-200\/100{background-color:#fecaca}.bg-red-200\/15{background-color:#fecaca26}.bg-red-200\/20{background-color:#fecaca33}.bg-red-200\/25{background-color:#fecaca40}.bg-red-200\/30{background-color:#fecaca4d}.bg-red-200\/35{background-color:#fecaca59}.bg-red-200\/40{background-color:#fecaca66}.bg-red-200\/45{background-color:#fecaca73}.bg-red-200\/5{background-color:#fecaca0d}.bg-red-200\/50{background-color:#fecaca80}.bg-red-200\/55{background-color:#fecaca8c}.bg-red-200\/60{background-color:#fecaca99}.bg-red-200\/65{background-color:#fecacaa6}.bg-red-200\/70{background-color:#fecacab3}.bg-red-200\/75{background-color:#fecacabf}.bg-red-200\/80{background-color:#fecacacc}.bg-red-200\/85{background-color:#fecacad9}.bg-red-200\/90{background-color:#fecacae6}.bg-red-200\/95{background-color:#fecacaf2}.bg-red-300{--tw-bg-opacity: 1;background-color:rgb(252 165 165 / var(--tw-bg-opacity))}.bg-red-300\/0{background-color:#fca5a500}.bg-red-300\/10{background-color:#fca5a51a}.bg-red-300\/100{background-color:#fca5a5}.bg-red-300\/15{background-color:#fca5a526}.bg-red-300\/20{background-color:#fca5a533}.bg-red-300\/25{background-color:#fca5a540}.bg-red-300\/30{background-color:#fca5a54d}.bg-red-300\/35{background-color:#fca5a559}.bg-red-300\/40{background-color:#fca5a566}.bg-red-300\/45{background-color:#fca5a573}.bg-red-300\/5{background-color:#fca5a50d}.bg-red-300\/50{background-color:#fca5a580}.bg-red-300\/55{background-color:#fca5a58c}.bg-red-300\/60{background-color:#fca5a599}.bg-red-300\/65{background-color:#fca5a5a6}.bg-red-300\/70{background-color:#fca5a5b3}.bg-red-300\/75{background-color:#fca5a5bf}.bg-red-300\/80{background-color:#fca5a5cc}.bg-red-300\/85{background-color:#fca5a5d9}.bg-red-300\/90{background-color:#fca5a5e6}.bg-red-300\/95{background-color:#fca5a5f2}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity))}.bg-red-400\/0{background-color:#f8717100}.bg-red-400\/10{background-color:#f871711a}.bg-red-400\/100{background-color:#f87171}.bg-red-400\/15{background-color:#f8717126}.bg-red-400\/20{background-color:#f8717133}.bg-red-400\/25{background-color:#f8717140}.bg-red-400\/30{background-color:#f871714d}.bg-red-400\/35{background-color:#f8717159}.bg-red-400\/40{background-color:#f8717166}.bg-red-400\/45{background-color:#f8717173}.bg-red-400\/5{background-color:#f871710d}.bg-red-400\/50{background-color:#f8717180}.bg-red-400\/55{background-color:#f871718c}.bg-red-400\/60{background-color:#f8717199}.bg-red-400\/65{background-color:#f87171a6}.bg-red-400\/70{background-color:#f87171b3}.bg-red-400\/75{background-color:#f87171bf}.bg-red-400\/80{background-color:#f87171cc}.bg-red-400\/85{background-color:#f87171d9}.bg-red-400\/90{background-color:#f87171e6}.bg-red-400\/95{background-color:#f87171f2}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.bg-red-500\/0{background-color:#ef444400}.bg-red-500\/10{background-color:#ef44441a}.bg-red-500\/100{background-color:#ef4444}.bg-red-500\/15{background-color:#ef444426}.bg-red-500\/20{background-color:#ef444433}.bg-red-500\/25{background-color:#ef444440}.bg-red-500\/30{background-color:#ef44444d}.bg-red-500\/35{background-color:#ef444459}.bg-red-500\/40{background-color:#ef444466}.bg-red-500\/45{background-color:#ef444473}.bg-red-500\/5{background-color:#ef44440d}.bg-red-500\/50{background-color:#ef444480}.bg-red-500\/55{background-color:#ef44448c}.bg-red-500\/60{background-color:#ef444499}.bg-red-500\/65{background-color:#ef4444a6}.bg-red-500\/70{background-color:#ef4444b3}.bg-red-500\/75{background-color:#ef4444bf}.bg-red-500\/80{background-color:#ef4444cc}.bg-red-500\/85{background-color:#ef4444d9}.bg-red-500\/90{background-color:#ef4444e6}.bg-red-500\/95{background-color:#ef4444f2}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.bg-red-600\/0{background-color:#dc262600}.bg-red-600\/10{background-color:#dc26261a}.bg-red-600\/100{background-color:#dc2626}.bg-red-600\/15{background-color:#dc262626}.bg-red-600\/20{background-color:#dc262633}.bg-red-600\/25{background-color:#dc262640}.bg-red-600\/30{background-color:#dc26264d}.bg-red-600\/35{background-color:#dc262659}.bg-red-600\/40{background-color:#dc262666}.bg-red-600\/45{background-color:#dc262673}.bg-red-600\/5{background-color:#dc26260d}.bg-red-600\/50{background-color:#dc262680}.bg-red-600\/55{background-color:#dc26268c}.bg-red-600\/60{background-color:#dc262699}.bg-red-600\/65{background-color:#dc2626a6}.bg-red-600\/70{background-color:#dc2626b3}.bg-red-600\/75{background-color:#dc2626bf}.bg-red-600\/80{background-color:#dc2626cc}.bg-red-600\/85{background-color:#dc2626d9}.bg-red-600\/90{background-color:#dc2626e6}.bg-red-600\/95{background-color:#dc2626f2}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}.bg-red-700\/0{background-color:#b91c1c00}.bg-red-700\/10{background-color:#b91c1c1a}.bg-red-700\/100{background-color:#b91c1c}.bg-red-700\/15{background-color:#b91c1c26}.bg-red-700\/20{background-color:#b91c1c33}.bg-red-700\/25{background-color:#b91c1c40}.bg-red-700\/30{background-color:#b91c1c4d}.bg-red-700\/35{background-color:#b91c1c59}.bg-red-700\/40{background-color:#b91c1c66}.bg-red-700\/45{background-color:#b91c1c73}.bg-red-700\/5{background-color:#b91c1c0d}.bg-red-700\/50{background-color:#b91c1c80}.bg-red-700\/55{background-color:#b91c1c8c}.bg-red-700\/60{background-color:#b91c1c99}.bg-red-700\/65{background-color:#b91c1ca6}.bg-red-700\/70{background-color:#b91c1cb3}.bg-red-700\/75{background-color:#b91c1cbf}.bg-red-700\/80{background-color:#b91c1ccc}.bg-red-700\/85{background-color:#b91c1cd9}.bg-red-700\/90{background-color:#b91c1ce6}.bg-red-700\/95{background-color:#b91c1cf2}.bg-red-800{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity))}.bg-red-800\/0{background-color:#991b1b00}.bg-red-800\/10{background-color:#991b1b1a}.bg-red-800\/100{background-color:#991b1b}.bg-red-800\/15{background-color:#991b1b26}.bg-red-800\/20{background-color:#991b1b33}.bg-red-800\/25{background-color:#991b1b40}.bg-red-800\/30{background-color:#991b1b4d}.bg-red-800\/35{background-color:#991b1b59}.bg-red-800\/40{background-color:#991b1b66}.bg-red-800\/45{background-color:#991b1b73}.bg-red-800\/5{background-color:#991b1b0d}.bg-red-800\/50{background-color:#991b1b80}.bg-red-800\/55{background-color:#991b1b8c}.bg-red-800\/60{background-color:#991b1b99}.bg-red-800\/65{background-color:#991b1ba6}.bg-red-800\/70{background-color:#991b1bb3}.bg-red-800\/75{background-color:#991b1bbf}.bg-red-800\/80{background-color:#991b1bcc}.bg-red-800\/85{background-color:#991b1bd9}.bg-red-800\/90{background-color:#991b1be6}.bg-red-800\/95{background-color:#991b1bf2}.bg-red-900{--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity))}.bg-red-900\/0{background-color:#7f1d1d00}.bg-red-900\/10{background-color:#7f1d1d1a}.bg-red-900\/100{background-color:#7f1d1d}.bg-red-900\/15{background-color:#7f1d1d26}.bg-red-900\/20{background-color:#7f1d1d33}.bg-red-900\/25{background-color:#7f1d1d40}.bg-red-900\/30{background-color:#7f1d1d4d}.bg-red-900\/35{background-color:#7f1d1d59}.bg-red-900\/40{background-color:#7f1d1d66}.bg-red-900\/45{background-color:#7f1d1d73}.bg-red-900\/5{background-color:#7f1d1d0d}.bg-red-900\/50{background-color:#7f1d1d80}.bg-red-900\/55{background-color:#7f1d1d8c}.bg-red-900\/60{background-color:#7f1d1d99}.bg-red-900\/65{background-color:#7f1d1da6}.bg-red-900\/70{background-color:#7f1d1db3}.bg-red-900\/75{background-color:#7f1d1dbf}.bg-red-900\/80{background-color:#7f1d1dcc}.bg-red-900\/85{background-color:#7f1d1dd9}.bg-red-900\/90{background-color:#7f1d1de6}.bg-red-900\/95{background-color:#7f1d1df2}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.bg-slate-100\/0{background-color:#f1f5f900}.bg-slate-100\/10{background-color:#f1f5f91a}.bg-slate-100\/100{background-color:#f1f5f9}.bg-slate-100\/15{background-color:#f1f5f926}.bg-slate-100\/20{background-color:#f1f5f933}.bg-slate-100\/25{background-color:#f1f5f940}.bg-slate-100\/30{background-color:#f1f5f94d}.bg-slate-100\/35{background-color:#f1f5f959}.bg-slate-100\/40{background-color:#f1f5f966}.bg-slate-100\/45{background-color:#f1f5f973}.bg-slate-100\/5{background-color:#f1f5f90d}.bg-slate-100\/50{background-color:#f1f5f980}.bg-slate-100\/55{background-color:#f1f5f98c}.bg-slate-100\/60{background-color:#f1f5f999}.bg-slate-100\/65{background-color:#f1f5f9a6}.bg-slate-100\/70{background-color:#f1f5f9b3}.bg-slate-100\/75{background-color:#f1f5f9bf}.bg-slate-100\/80{background-color:#f1f5f9cc}.bg-slate-100\/85{background-color:#f1f5f9d9}.bg-slate-100\/90{background-color:#f1f5f9e6}.bg-slate-100\/95{background-color:#f1f5f9f2}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}.bg-slate-200\/0{background-color:#e2e8f000}.bg-slate-200\/10{background-color:#e2e8f01a}.bg-slate-200\/100{background-color:#e2e8f0}.bg-slate-200\/15{background-color:#e2e8f026}.bg-slate-200\/20{background-color:#e2e8f033}.bg-slate-200\/25{background-color:#e2e8f040}.bg-slate-200\/30{background-color:#e2e8f04d}.bg-slate-200\/35{background-color:#e2e8f059}.bg-slate-200\/40{background-color:#e2e8f066}.bg-slate-200\/45{background-color:#e2e8f073}.bg-slate-200\/5{background-color:#e2e8f00d}.bg-slate-200\/50{background-color:#e2e8f080}.bg-slate-200\/55{background-color:#e2e8f08c}.bg-slate-200\/60{background-color:#e2e8f099}.bg-slate-200\/65{background-color:#e2e8f0a6}.bg-slate-200\/70{background-color:#e2e8f0b3}.bg-slate-200\/75{background-color:#e2e8f0bf}.bg-slate-200\/80{background-color:#e2e8f0cc}.bg-slate-200\/85{background-color:#e2e8f0d9}.bg-slate-200\/90{background-color:#e2e8f0e6}.bg-slate-200\/95{background-color:#e2e8f0f2}.bg-slate-300{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}.bg-slate-300\/0{background-color:#cbd5e100}.bg-slate-300\/10{background-color:#cbd5e11a}.bg-slate-300\/100{background-color:#cbd5e1}.bg-slate-300\/15{background-color:#cbd5e126}.bg-slate-300\/20{background-color:#cbd5e133}.bg-slate-300\/25{background-color:#cbd5e140}.bg-slate-300\/30{background-color:#cbd5e14d}.bg-slate-300\/35{background-color:#cbd5e159}.bg-slate-300\/40{background-color:#cbd5e166}.bg-slate-300\/45{background-color:#cbd5e173}.bg-slate-300\/5{background-color:#cbd5e10d}.bg-slate-300\/50{background-color:#cbd5e180}.bg-slate-300\/55{background-color:#cbd5e18c}.bg-slate-300\/60{background-color:#cbd5e199}.bg-slate-300\/65{background-color:#cbd5e1a6}.bg-slate-300\/70{background-color:#cbd5e1b3}.bg-slate-300\/75{background-color:#cbd5e1bf}.bg-slate-300\/80{background-color:#cbd5e1cc}.bg-slate-300\/85{background-color:#cbd5e1d9}.bg-slate-300\/90{background-color:#cbd5e1e6}.bg-slate-300\/95{background-color:#cbd5e1f2}.bg-slate-400{--tw-bg-opacity: 1;background-color:rgb(148 163 184 / var(--tw-bg-opacity))}.bg-slate-400\/0{background-color:#94a3b800}.bg-slate-400\/10{background-color:#94a3b81a}.bg-slate-400\/100{background-color:#94a3b8}.bg-slate-400\/15{background-color:#94a3b826}.bg-slate-400\/20{background-color:#94a3b833}.bg-slate-400\/25{background-color:#94a3b840}.bg-slate-400\/30{background-color:#94a3b84d}.bg-slate-400\/35{background-color:#94a3b859}.bg-slate-400\/40{background-color:#94a3b866}.bg-slate-400\/45{background-color:#94a3b873}.bg-slate-400\/5{background-color:#94a3b80d}.bg-slate-400\/50{background-color:#94a3b880}.bg-slate-400\/55{background-color:#94a3b88c}.bg-slate-400\/60{background-color:#94a3b899}.bg-slate-400\/65{background-color:#94a3b8a6}.bg-slate-400\/70{background-color:#94a3b8b3}.bg-slate-400\/75{background-color:#94a3b8bf}.bg-slate-400\/80{background-color:#94a3b8cc}.bg-slate-400\/85{background-color:#94a3b8d9}.bg-slate-400\/90{background-color:#94a3b8e6}.bg-slate-400\/95{background-color:#94a3b8f2}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}.bg-slate-500{--tw-bg-opacity: 1;background-color:rgb(100 116 139 / var(--tw-bg-opacity))}.bg-slate-500\/0{background-color:#64748b00}.bg-slate-500\/10{background-color:#64748b1a}.bg-slate-500\/100{background-color:#64748b}.bg-slate-500\/15{background-color:#64748b26}.bg-slate-500\/20{background-color:#64748b33}.bg-slate-500\/25{background-color:#64748b40}.bg-slate-500\/30{background-color:#64748b4d}.bg-slate-500\/35{background-color:#64748b59}.bg-slate-500\/40{background-color:#64748b66}.bg-slate-500\/45{background-color:#64748b73}.bg-slate-500\/5{background-color:#64748b0d}.bg-slate-500\/50{background-color:#64748b80}.bg-slate-500\/55{background-color:#64748b8c}.bg-slate-500\/60{background-color:#64748b99}.bg-slate-500\/65{background-color:#64748ba6}.bg-slate-500\/70{background-color:#64748bb3}.bg-slate-500\/75{background-color:#64748bbf}.bg-slate-500\/80{background-color:#64748bcc}.bg-slate-500\/85{background-color:#64748bd9}.bg-slate-500\/90{background-color:#64748be6}.bg-slate-500\/95{background-color:#64748bf2}.bg-slate-600{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}.bg-slate-600\/0{background-color:#47556900}.bg-slate-600\/10{background-color:#4755691a}.bg-slate-600\/100{background-color:#475569}.bg-slate-600\/15{background-color:#47556926}.bg-slate-600\/20{background-color:#47556933}.bg-slate-600\/25{background-color:#47556940}.bg-slate-600\/30{background-color:#4755694d}.bg-slate-600\/35{background-color:#47556959}.bg-slate-600\/40{background-color:#47556966}.bg-slate-600\/45{background-color:#47556973}.bg-slate-600\/5{background-color:#4755690d}.bg-slate-600\/50{background-color:#47556980}.bg-slate-600\/55{background-color:#4755698c}.bg-slate-600\/60{background-color:#47556999}.bg-slate-600\/65{background-color:#475569a6}.bg-slate-600\/70{background-color:#475569b3}.bg-slate-600\/75{background-color:#475569bf}.bg-slate-600\/80{background-color:#475569cc}.bg-slate-600\/85{background-color:#475569d9}.bg-slate-600\/90{background-color:#475569e6}.bg-slate-600\/95{background-color:#475569f2}.bg-slate-700{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity))}.bg-slate-700\/0{background-color:#33415500}.bg-slate-700\/10{background-color:#3341551a}.bg-slate-700\/100{background-color:#334155}.bg-slate-700\/15{background-color:#33415526}.bg-slate-700\/20{background-color:#33415533}.bg-slate-700\/25{background-color:#33415540}.bg-slate-700\/30{background-color:#3341554d}.bg-slate-700\/35{background-color:#33415559}.bg-slate-700\/40{background-color:#33415566}.bg-slate-700\/45{background-color:#33415573}.bg-slate-700\/5{background-color:#3341550d}.bg-slate-700\/50{background-color:#33415580}.bg-slate-700\/55{background-color:#3341558c}.bg-slate-700\/60{background-color:#33415599}.bg-slate-700\/65{background-color:#334155a6}.bg-slate-700\/70{background-color:#334155b3}.bg-slate-700\/75{background-color:#334155bf}.bg-slate-700\/80{background-color:#334155cc}.bg-slate-700\/85{background-color:#334155d9}.bg-slate-700\/90{background-color:#334155e6}.bg-slate-700\/95{background-color:#334155f2}.bg-slate-800{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}.bg-slate-800\/0{background-color:#1e293b00}.bg-slate-800\/10{background-color:#1e293b1a}.bg-slate-800\/100{background-color:#1e293b}.bg-slate-800\/15{background-color:#1e293b26}.bg-slate-800\/20{background-color:#1e293b33}.bg-slate-800\/25{background-color:#1e293b40}.bg-slate-800\/30{background-color:#1e293b4d}.bg-slate-800\/35{background-color:#1e293b59}.bg-slate-800\/40{background-color:#1e293b66}.bg-slate-800\/45{background-color:#1e293b73}.bg-slate-800\/5{background-color:#1e293b0d}.bg-slate-800\/50{background-color:#1e293b80}.bg-slate-800\/55{background-color:#1e293b8c}.bg-slate-800\/60{background-color:#1e293b99}.bg-slate-800\/65{background-color:#1e293ba6}.bg-slate-800\/70{background-color:#1e293bb3}.bg-slate-800\/75{background-color:#1e293bbf}.bg-slate-800\/80{background-color:#1e293bcc}.bg-slate-800\/85{background-color:#1e293bd9}.bg-slate-800\/90{background-color:#1e293be6}.bg-slate-800\/95{background-color:#1e293bf2}.bg-slate-900{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity))}.bg-slate-900\/0{background-color:#0f172a00}.bg-slate-900\/10{background-color:#0f172a1a}.bg-slate-900\/100{background-color:#0f172a}.bg-slate-900\/15{background-color:#0f172a26}.bg-slate-900\/20{background-color:#0f172a33}.bg-slate-900\/25{background-color:#0f172a40}.bg-slate-900\/30{background-color:#0f172a4d}.bg-slate-900\/35{background-color:#0f172a59}.bg-slate-900\/40{background-color:#0f172a66}.bg-slate-900\/45{background-color:#0f172a73}.bg-slate-900\/5{background-color:#0f172a0d}.bg-slate-900\/50{background-color:#0f172a80}.bg-slate-900\/55{background-color:#0f172a8c}.bg-slate-900\/60{background-color:#0f172a99}.bg-slate-900\/65{background-color:#0f172aa6}.bg-slate-900\/70{background-color:#0f172ab3}.bg-slate-900\/75{background-color:#0f172abf}.bg-slate-900\/80{background-color:#0f172acc}.bg-slate-900\/85{background-color:#0f172ad9}.bg-slate-900\/90{background-color:#0f172ae6}.bg-slate-900\/95{background-color:#0f172af2}.bg-teal-100{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity))}.bg-teal-100\/0{background-color:#ccfbf100}.bg-teal-100\/10{background-color:#ccfbf11a}.bg-teal-100\/100{background-color:#ccfbf1}.bg-teal-100\/15{background-color:#ccfbf126}.bg-teal-100\/20{background-color:#ccfbf133}.bg-teal-100\/25{background-color:#ccfbf140}.bg-teal-100\/30{background-color:#ccfbf14d}.bg-teal-100\/35{background-color:#ccfbf159}.bg-teal-100\/40{background-color:#ccfbf166}.bg-teal-100\/45{background-color:#ccfbf173}.bg-teal-100\/5{background-color:#ccfbf10d}.bg-teal-100\/50{background-color:#ccfbf180}.bg-teal-100\/55{background-color:#ccfbf18c}.bg-teal-100\/60{background-color:#ccfbf199}.bg-teal-100\/65{background-color:#ccfbf1a6}.bg-teal-100\/70{background-color:#ccfbf1b3}.bg-teal-100\/75{background-color:#ccfbf1bf}.bg-teal-100\/80{background-color:#ccfbf1cc}.bg-teal-100\/85{background-color:#ccfbf1d9}.bg-teal-100\/90{background-color:#ccfbf1e6}.bg-teal-100\/95{background-color:#ccfbf1f2}.bg-teal-200{--tw-bg-opacity: 1;background-color:rgb(153 246 228 / var(--tw-bg-opacity))}.bg-teal-200\/0{background-color:#99f6e400}.bg-teal-200\/10{background-color:#99f6e41a}.bg-teal-200\/100{background-color:#99f6e4}.bg-teal-200\/15{background-color:#99f6e426}.bg-teal-200\/20{background-color:#99f6e433}.bg-teal-200\/25{background-color:#99f6e440}.bg-teal-200\/30{background-color:#99f6e44d}.bg-teal-200\/35{background-color:#99f6e459}.bg-teal-200\/40{background-color:#99f6e466}.bg-teal-200\/45{background-color:#99f6e473}.bg-teal-200\/5{background-color:#99f6e40d}.bg-teal-200\/50{background-color:#99f6e480}.bg-teal-200\/55{background-color:#99f6e48c}.bg-teal-200\/60{background-color:#99f6e499}.bg-teal-200\/65{background-color:#99f6e4a6}.bg-teal-200\/70{background-color:#99f6e4b3}.bg-teal-200\/75{background-color:#99f6e4bf}.bg-teal-200\/80{background-color:#99f6e4cc}.bg-teal-200\/85{background-color:#99f6e4d9}.bg-teal-200\/90{background-color:#99f6e4e6}.bg-teal-200\/95{background-color:#99f6e4f2}.bg-teal-300{--tw-bg-opacity: 1;background-color:rgb(94 234 212 / var(--tw-bg-opacity))}.bg-teal-300\/0{background-color:#5eead400}.bg-teal-300\/10{background-color:#5eead41a}.bg-teal-300\/100{background-color:#5eead4}.bg-teal-300\/15{background-color:#5eead426}.bg-teal-300\/20{background-color:#5eead433}.bg-teal-300\/25{background-color:#5eead440}.bg-teal-300\/30{background-color:#5eead44d}.bg-teal-300\/35{background-color:#5eead459}.bg-teal-300\/40{background-color:#5eead466}.bg-teal-300\/45{background-color:#5eead473}.bg-teal-300\/5{background-color:#5eead40d}.bg-teal-300\/50{background-color:#5eead480}.bg-teal-300\/55{background-color:#5eead48c}.bg-teal-300\/60{background-color:#5eead499}.bg-teal-300\/65{background-color:#5eead4a6}.bg-teal-300\/70{background-color:#5eead4b3}.bg-teal-300\/75{background-color:#5eead4bf}.bg-teal-300\/80{background-color:#5eead4cc}.bg-teal-300\/85{background-color:#5eead4d9}.bg-teal-300\/90{background-color:#5eead4e6}.bg-teal-300\/95{background-color:#5eead4f2}.bg-teal-400{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity))}.bg-teal-400\/0{background-color:#2dd4bf00}.bg-teal-400\/10{background-color:#2dd4bf1a}.bg-teal-400\/100{background-color:#2dd4bf}.bg-teal-400\/15{background-color:#2dd4bf26}.bg-teal-400\/20{background-color:#2dd4bf33}.bg-teal-400\/25{background-color:#2dd4bf40}.bg-teal-400\/30{background-color:#2dd4bf4d}.bg-teal-400\/35{background-color:#2dd4bf59}.bg-teal-400\/40{background-color:#2dd4bf66}.bg-teal-400\/45{background-color:#2dd4bf73}.bg-teal-400\/5{background-color:#2dd4bf0d}.bg-teal-400\/50{background-color:#2dd4bf80}.bg-teal-400\/55{background-color:#2dd4bf8c}.bg-teal-400\/60{background-color:#2dd4bf99}.bg-teal-400\/65{background-color:#2dd4bfa6}.bg-teal-400\/70{background-color:#2dd4bfb3}.bg-teal-400\/75{background-color:#2dd4bfbf}.bg-teal-400\/80{background-color:#2dd4bfcc}.bg-teal-400\/85{background-color:#2dd4bfd9}.bg-teal-400\/90{background-color:#2dd4bfe6}.bg-teal-400\/95{background-color:#2dd4bff2}.bg-teal-500{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity))}.bg-teal-500\/0{background-color:#14b8a600}.bg-teal-500\/10{background-color:#14b8a61a}.bg-teal-500\/100{background-color:#14b8a6}.bg-teal-500\/15{background-color:#14b8a626}.bg-teal-500\/20{background-color:#14b8a633}.bg-teal-500\/25{background-color:#14b8a640}.bg-teal-500\/30{background-color:#14b8a64d}.bg-teal-500\/35{background-color:#14b8a659}.bg-teal-500\/40{background-color:#14b8a666}.bg-teal-500\/45{background-color:#14b8a673}.bg-teal-500\/5{background-color:#14b8a60d}.bg-teal-500\/50{background-color:#14b8a680}.bg-teal-500\/55{background-color:#14b8a68c}.bg-teal-500\/60{background-color:#14b8a699}.bg-teal-500\/65{background-color:#14b8a6a6}.bg-teal-500\/70{background-color:#14b8a6b3}.bg-teal-500\/75{background-color:#14b8a6bf}.bg-teal-500\/80{background-color:#14b8a6cc}.bg-teal-500\/85{background-color:#14b8a6d9}.bg-teal-500\/90{background-color:#14b8a6e6}.bg-teal-500\/95{background-color:#14b8a6f2}.bg-teal-600{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity))}.bg-teal-600\/0{background-color:#0d948800}.bg-teal-600\/10{background-color:#0d94881a}.bg-teal-600\/100{background-color:#0d9488}.bg-teal-600\/15{background-color:#0d948826}.bg-teal-600\/20{background-color:#0d948833}.bg-teal-600\/25{background-color:#0d948840}.bg-teal-600\/30{background-color:#0d94884d}.bg-teal-600\/35{background-color:#0d948859}.bg-teal-600\/40{background-color:#0d948866}.bg-teal-600\/45{background-color:#0d948873}.bg-teal-600\/5{background-color:#0d94880d}.bg-teal-600\/50{background-color:#0d948880}.bg-teal-600\/55{background-color:#0d94888c}.bg-teal-600\/60{background-color:#0d948899}.bg-teal-600\/65{background-color:#0d9488a6}.bg-teal-600\/70{background-color:#0d9488b3}.bg-teal-600\/75{background-color:#0d9488bf}.bg-teal-600\/80{background-color:#0d9488cc}.bg-teal-600\/85{background-color:#0d9488d9}.bg-teal-600\/90{background-color:#0d9488e6}.bg-teal-600\/95{background-color:#0d9488f2}.bg-teal-700{--tw-bg-opacity: 1;background-color:rgb(15 118 110 / var(--tw-bg-opacity))}.bg-teal-700\/0{background-color:#0f766e00}.bg-teal-700\/10{background-color:#0f766e1a}.bg-teal-700\/100{background-color:#0f766e}.bg-teal-700\/15{background-color:#0f766e26}.bg-teal-700\/20{background-color:#0f766e33}.bg-teal-700\/25{background-color:#0f766e40}.bg-teal-700\/30{background-color:#0f766e4d}.bg-teal-700\/35{background-color:#0f766e59}.bg-teal-700\/40{background-color:#0f766e66}.bg-teal-700\/45{background-color:#0f766e73}.bg-teal-700\/5{background-color:#0f766e0d}.bg-teal-700\/50{background-color:#0f766e80}.bg-teal-700\/55{background-color:#0f766e8c}.bg-teal-700\/60{background-color:#0f766e99}.bg-teal-700\/65{background-color:#0f766ea6}.bg-teal-700\/70{background-color:#0f766eb3}.bg-teal-700\/75{background-color:#0f766ebf}.bg-teal-700\/80{background-color:#0f766ecc}.bg-teal-700\/85{background-color:#0f766ed9}.bg-teal-700\/90{background-color:#0f766ee6}.bg-teal-700\/95{background-color:#0f766ef2}.bg-teal-800{--tw-bg-opacity: 1;background-color:rgb(17 94 89 / var(--tw-bg-opacity))}.bg-teal-800\/0{background-color:#115e5900}.bg-teal-800\/10{background-color:#115e591a}.bg-teal-800\/100{background-color:#115e59}.bg-teal-800\/15{background-color:#115e5926}.bg-teal-800\/20{background-color:#115e5933}.bg-teal-800\/25{background-color:#115e5940}.bg-teal-800\/30{background-color:#115e594d}.bg-teal-800\/35{background-color:#115e5959}.bg-teal-800\/40{background-color:#115e5966}.bg-teal-800\/45{background-color:#115e5973}.bg-teal-800\/5{background-color:#115e590d}.bg-teal-800\/50{background-color:#115e5980}.bg-teal-800\/55{background-color:#115e598c}.bg-teal-800\/60{background-color:#115e5999}.bg-teal-800\/65{background-color:#115e59a6}.bg-teal-800\/70{background-color:#115e59b3}.bg-teal-800\/75{background-color:#115e59bf}.bg-teal-800\/80{background-color:#115e59cc}.bg-teal-800\/85{background-color:#115e59d9}.bg-teal-800\/90{background-color:#115e59e6}.bg-teal-800\/95{background-color:#115e59f2}.bg-teal-900{--tw-bg-opacity: 1;background-color:rgb(19 78 74 / var(--tw-bg-opacity))}.bg-teal-900\/0{background-color:#134e4a00}.bg-teal-900\/10{background-color:#134e4a1a}.bg-teal-900\/100{background-color:#134e4a}.bg-teal-900\/15{background-color:#134e4a26}.bg-teal-900\/20{background-color:#134e4a33}.bg-teal-900\/25{background-color:#134e4a40}.bg-teal-900\/30{background-color:#134e4a4d}.bg-teal-900\/35{background-color:#134e4a59}.bg-teal-900\/40{background-color:#134e4a66}.bg-teal-900\/45{background-color:#134e4a73}.bg-teal-900\/5{background-color:#134e4a0d}.bg-teal-900\/50{background-color:#134e4a80}.bg-teal-900\/55{background-color:#134e4a8c}.bg-teal-900\/60{background-color:#134e4a99}.bg-teal-900\/65{background-color:#134e4aa6}.bg-teal-900\/70{background-color:#134e4ab3}.bg-teal-900\/75{background-color:#134e4abf}.bg-teal-900\/80{background-color:#134e4acc}.bg-teal-900\/85{background-color:#134e4ad9}.bg-teal-900\/90{background-color:#134e4ae6}.bg-teal-900\/95{background-color:#134e4af2}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}.bg-yellow-100\/0{background-color:#fef9c300}.bg-yellow-100\/10{background-color:#fef9c31a}.bg-yellow-100\/100{background-color:#fef9c3}.bg-yellow-100\/15{background-color:#fef9c326}.bg-yellow-100\/20{background-color:#fef9c333}.bg-yellow-100\/25{background-color:#fef9c340}.bg-yellow-100\/30{background-color:#fef9c34d}.bg-yellow-100\/35{background-color:#fef9c359}.bg-yellow-100\/40{background-color:#fef9c366}.bg-yellow-100\/45{background-color:#fef9c373}.bg-yellow-100\/5{background-color:#fef9c30d}.bg-yellow-100\/50{background-color:#fef9c380}.bg-yellow-100\/55{background-color:#fef9c38c}.bg-yellow-100\/60{background-color:#fef9c399}.bg-yellow-100\/65{background-color:#fef9c3a6}.bg-yellow-100\/70{background-color:#fef9c3b3}.bg-yellow-100\/75{background-color:#fef9c3bf}.bg-yellow-100\/80{background-color:#fef9c3cc}.bg-yellow-100\/85{background-color:#fef9c3d9}.bg-yellow-100\/90{background-color:#fef9c3e6}.bg-yellow-100\/95{background-color:#fef9c3f2}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity))}.bg-yellow-200\/0{background-color:#fef08a00}.bg-yellow-200\/10{background-color:#fef08a1a}.bg-yellow-200\/100{background-color:#fef08a}.bg-yellow-200\/15{background-color:#fef08a26}.bg-yellow-200\/20{background-color:#fef08a33}.bg-yellow-200\/25{background-color:#fef08a40}.bg-yellow-200\/30{background-color:#fef08a4d}.bg-yellow-200\/35{background-color:#fef08a59}.bg-yellow-200\/40{background-color:#fef08a66}.bg-yellow-200\/45{background-color:#fef08a73}.bg-yellow-200\/5{background-color:#fef08a0d}.bg-yellow-200\/50{background-color:#fef08a80}.bg-yellow-200\/55{background-color:#fef08a8c}.bg-yellow-200\/60{background-color:#fef08a99}.bg-yellow-200\/65{background-color:#fef08aa6}.bg-yellow-200\/70{background-color:#fef08ab3}.bg-yellow-200\/75{background-color:#fef08abf}.bg-yellow-200\/80{background-color:#fef08acc}.bg-yellow-200\/85{background-color:#fef08ad9}.bg-yellow-200\/90{background-color:#fef08ae6}.bg-yellow-200\/95{background-color:#fef08af2}.bg-yellow-300{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity))}.bg-yellow-300\/0{background-color:#fde04700}.bg-yellow-300\/10{background-color:#fde0471a}.bg-yellow-300\/100{background-color:#fde047}.bg-yellow-300\/15{background-color:#fde04726}.bg-yellow-300\/20{background-color:#fde04733}.bg-yellow-300\/25{background-color:#fde04740}.bg-yellow-300\/30{background-color:#fde0474d}.bg-yellow-300\/35{background-color:#fde04759}.bg-yellow-300\/40{background-color:#fde04766}.bg-yellow-300\/45{background-color:#fde04773}.bg-yellow-300\/5{background-color:#fde0470d}.bg-yellow-300\/50{background-color:#fde04780}.bg-yellow-300\/55{background-color:#fde0478c}.bg-yellow-300\/60{background-color:#fde04799}.bg-yellow-300\/65{background-color:#fde047a6}.bg-yellow-300\/70{background-color:#fde047b3}.bg-yellow-300\/75{background-color:#fde047bf}.bg-yellow-300\/80{background-color:#fde047cc}.bg-yellow-300\/85{background-color:#fde047d9}.bg-yellow-300\/90{background-color:#fde047e6}.bg-yellow-300\/95{background-color:#fde047f2}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity))}.bg-yellow-400\/0{background-color:#facc1500}.bg-yellow-400\/10{background-color:#facc151a}.bg-yellow-400\/100{background-color:#facc15}.bg-yellow-400\/15{background-color:#facc1526}.bg-yellow-400\/20{background-color:#facc1533}.bg-yellow-400\/25{background-color:#facc1540}.bg-yellow-400\/30{background-color:#facc154d}.bg-yellow-400\/35{background-color:#facc1559}.bg-yellow-400\/40{background-color:#facc1566}.bg-yellow-400\/45{background-color:#facc1573}.bg-yellow-400\/5{background-color:#facc150d}.bg-yellow-400\/50{background-color:#facc1580}.bg-yellow-400\/55{background-color:#facc158c}.bg-yellow-400\/60{background-color:#facc1599}.bg-yellow-400\/65{background-color:#facc15a6}.bg-yellow-400\/70{background-color:#facc15b3}.bg-yellow-400\/75{background-color:#facc15bf}.bg-yellow-400\/80{background-color:#facc15cc}.bg-yellow-400\/85{background-color:#facc15d9}.bg-yellow-400\/90{background-color:#facc15e6}.bg-yellow-400\/95{background-color:#facc15f2}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.bg-yellow-500\/0{background-color:#eab30800}.bg-yellow-500\/10{background-color:#eab3081a}.bg-yellow-500\/100{background-color:#eab308}.bg-yellow-500\/15{background-color:#eab30826}.bg-yellow-500\/20{background-color:#eab30833}.bg-yellow-500\/25{background-color:#eab30840}.bg-yellow-500\/30{background-color:#eab3084d}.bg-yellow-500\/35{background-color:#eab30859}.bg-yellow-500\/40{background-color:#eab30866}.bg-yellow-500\/45{background-color:#eab30873}.bg-yellow-500\/5{background-color:#eab3080d}.bg-yellow-500\/50{background-color:#eab30880}.bg-yellow-500\/55{background-color:#eab3088c}.bg-yellow-500\/60{background-color:#eab30899}.bg-yellow-500\/65{background-color:#eab308a6}.bg-yellow-500\/70{background-color:#eab308b3}.bg-yellow-500\/75{background-color:#eab308bf}.bg-yellow-500\/80{background-color:#eab308cc}.bg-yellow-500\/85{background-color:#eab308d9}.bg-yellow-500\/90{background-color:#eab308e6}.bg-yellow-500\/95{background-color:#eab308f2}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity))}.bg-yellow-600\/0{background-color:#ca8a0400}.bg-yellow-600\/10{background-color:#ca8a041a}.bg-yellow-600\/100{background-color:#ca8a04}.bg-yellow-600\/15{background-color:#ca8a0426}.bg-yellow-600\/20{background-color:#ca8a0433}.bg-yellow-600\/25{background-color:#ca8a0440}.bg-yellow-600\/30{background-color:#ca8a044d}.bg-yellow-600\/35{background-color:#ca8a0459}.bg-yellow-600\/40{background-color:#ca8a0466}.bg-yellow-600\/45{background-color:#ca8a0473}.bg-yellow-600\/5{background-color:#ca8a040d}.bg-yellow-600\/50{background-color:#ca8a0480}.bg-yellow-600\/55{background-color:#ca8a048c}.bg-yellow-600\/60{background-color:#ca8a0499}.bg-yellow-600\/65{background-color:#ca8a04a6}.bg-yellow-600\/70{background-color:#ca8a04b3}.bg-yellow-600\/75{background-color:#ca8a04bf}.bg-yellow-600\/80{background-color:#ca8a04cc}.bg-yellow-600\/85{background-color:#ca8a04d9}.bg-yellow-600\/90{background-color:#ca8a04e6}.bg-yellow-600\/95{background-color:#ca8a04f2}.bg-yellow-700{--tw-bg-opacity: 1;background-color:rgb(161 98 7 / var(--tw-bg-opacity))}.bg-yellow-700\/0{background-color:#a1620700}.bg-yellow-700\/10{background-color:#a162071a}.bg-yellow-700\/100{background-color:#a16207}.bg-yellow-700\/15{background-color:#a1620726}.bg-yellow-700\/20{background-color:#a1620733}.bg-yellow-700\/25{background-color:#a1620740}.bg-yellow-700\/30{background-color:#a162074d}.bg-yellow-700\/35{background-color:#a1620759}.bg-yellow-700\/40{background-color:#a1620766}.bg-yellow-700\/45{background-color:#a1620773}.bg-yellow-700\/5{background-color:#a162070d}.bg-yellow-700\/50{background-color:#a1620780}.bg-yellow-700\/55{background-color:#a162078c}.bg-yellow-700\/60{background-color:#a1620799}.bg-yellow-700\/65{background-color:#a16207a6}.bg-yellow-700\/70{background-color:#a16207b3}.bg-yellow-700\/75{background-color:#a16207bf}.bg-yellow-700\/80{background-color:#a16207cc}.bg-yellow-700\/85{background-color:#a16207d9}.bg-yellow-700\/90{background-color:#a16207e6}.bg-yellow-700\/95{background-color:#a16207f2}.bg-yellow-800{--tw-bg-opacity: 1;background-color:rgb(133 77 14 / var(--tw-bg-opacity))}.bg-yellow-800\/0{background-color:#854d0e00}.bg-yellow-800\/10{background-color:#854d0e1a}.bg-yellow-800\/100{background-color:#854d0e}.bg-yellow-800\/15{background-color:#854d0e26}.bg-yellow-800\/20{background-color:#854d0e33}.bg-yellow-800\/25{background-color:#854d0e40}.bg-yellow-800\/30{background-color:#854d0e4d}.bg-yellow-800\/35{background-color:#854d0e59}.bg-yellow-800\/40{background-color:#854d0e66}.bg-yellow-800\/45{background-color:#854d0e73}.bg-yellow-800\/5{background-color:#854d0e0d}.bg-yellow-800\/50{background-color:#854d0e80}.bg-yellow-800\/55{background-color:#854d0e8c}.bg-yellow-800\/60{background-color:#854d0e99}.bg-yellow-800\/65{background-color:#854d0ea6}.bg-yellow-800\/70{background-color:#854d0eb3}.bg-yellow-800\/75{background-color:#854d0ebf}.bg-yellow-800\/80{background-color:#854d0ecc}.bg-yellow-800\/85{background-color:#854d0ed9}.bg-yellow-800\/90{background-color:#854d0ee6}.bg-yellow-800\/95{background-color:#854d0ef2}.bg-yellow-900{--tw-bg-opacity: 1;background-color:rgb(113 63 18 / var(--tw-bg-opacity))}.bg-yellow-900\/0{background-color:#713f1200}.bg-yellow-900\/10{background-color:#713f121a}.bg-yellow-900\/100{background-color:#713f12}.bg-yellow-900\/15{background-color:#713f1226}.bg-yellow-900\/20{background-color:#713f1233}.bg-yellow-900\/25{background-color:#713f1240}.bg-yellow-900\/30{background-color:#713f124d}.bg-yellow-900\/35{background-color:#713f1259}.bg-yellow-900\/40{background-color:#713f1266}.bg-yellow-900\/45{background-color:#713f1273}.bg-yellow-900\/5{background-color:#713f120d}.bg-yellow-900\/50{background-color:#713f1280}.bg-yellow-900\/55{background-color:#713f128c}.bg-yellow-900\/60{background-color:#713f1299}.bg-yellow-900\/65{background-color:#713f12a6}.bg-yellow-900\/70{background-color:#713f12b3}.bg-yellow-900\/75{background-color:#713f12bf}.bg-yellow-900\/80{background-color:#713f12cc}.bg-yellow-900\/85{background-color:#713f12d9}.bg-yellow-900\/90{background-color:#713f12e6}.bg-yellow-900\/95{background-color:#713f12f2}.bg-opacity-10{--tw-bg-opacity: .1}.bg-opacity-50{--tw-bg-opacity: .5}.fill-blue-700{fill:#1d4ed8}.fill-current{fill:currentColor}.fill-yellow-400{fill:#facc15}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.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-\[6px\]{padding-left:6px;padding-right:6px}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.pb-36{padding-bottom:9rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-7{padding-bottom:1.75rem}.pl-10{padding-left:2.5rem}.pl-16{padding-left:4rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-7{padding-left:1.75rem}.pl-8{padding-left:2rem}.pr-4{padding-right:1rem}.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-\[30px\]{padding-top:30px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-end{text-align:end}.indent-1{text-indent:.25rem}.align-top{vertical-align:top}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[10px\]{font-size:10px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-3{line-height:.75rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-\[14px\]{line-height:14px}.leading-\[28px\]{line-height:28px}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-\[-0\.25px\]{letter-spacing:-.25px}.tracking-\[0\.02rem\]{letter-spacing:.02rem}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-blue-100{--tw-text-opacity: 1 !important;color:rgb(219 234 254 / var(--tw-text-opacity))!important}.\!text-blue-100\/0{color:#dbeafe00!important}.\!text-blue-100\/10{color:#dbeafe1a!important}.\!text-blue-100\/100{color:#dbeafe!important}.\!text-blue-100\/15{color:#dbeafe26!important}.\!text-blue-100\/20{color:#dbeafe33!important}.\!text-blue-100\/25{color:#dbeafe40!important}.\!text-blue-100\/30{color:#dbeafe4d!important}.\!text-blue-100\/35{color:#dbeafe59!important}.\!text-blue-100\/40{color:#dbeafe66!important}.\!text-blue-100\/45{color:#dbeafe73!important}.\!text-blue-100\/5{color:#dbeafe0d!important}.\!text-blue-100\/50{color:#dbeafe80!important}.\!text-blue-100\/55{color:#dbeafe8c!important}.\!text-blue-100\/60{color:#dbeafe99!important}.\!text-blue-100\/65{color:#dbeafea6!important}.\!text-blue-100\/70{color:#dbeafeb3!important}.\!text-blue-100\/75{color:#dbeafebf!important}.\!text-blue-100\/80{color:#dbeafecc!important}.\!text-blue-100\/85{color:#dbeafed9!important}.\!text-blue-100\/90{color:#dbeafee6!important}.\!text-blue-100\/95{color:#dbeafef2!important}.\!text-blue-200{--tw-text-opacity: 1 !important;color:rgb(191 219 254 / var(--tw-text-opacity))!important}.\!text-blue-200\/0{color:#bfdbfe00!important}.\!text-blue-200\/10{color:#bfdbfe1a!important}.\!text-blue-200\/100{color:#bfdbfe!important}.\!text-blue-200\/15{color:#bfdbfe26!important}.\!text-blue-200\/20{color:#bfdbfe33!important}.\!text-blue-200\/25{color:#bfdbfe40!important}.\!text-blue-200\/30{color:#bfdbfe4d!important}.\!text-blue-200\/35{color:#bfdbfe59!important}.\!text-blue-200\/40{color:#bfdbfe66!important}.\!text-blue-200\/45{color:#bfdbfe73!important}.\!text-blue-200\/5{color:#bfdbfe0d!important}.\!text-blue-200\/50{color:#bfdbfe80!important}.\!text-blue-200\/55{color:#bfdbfe8c!important}.\!text-blue-200\/60{color:#bfdbfe99!important}.\!text-blue-200\/65{color:#bfdbfea6!important}.\!text-blue-200\/70{color:#bfdbfeb3!important}.\!text-blue-200\/75{color:#bfdbfebf!important}.\!text-blue-200\/80{color:#bfdbfecc!important}.\!text-blue-200\/85{color:#bfdbfed9!important}.\!text-blue-200\/90{color:#bfdbfee6!important}.\!text-blue-200\/95{color:#bfdbfef2!important}.\!text-blue-300{--tw-text-opacity: 1 !important;color:rgb(147 197 253 / var(--tw-text-opacity))!important}.\!text-blue-300\/0{color:#93c5fd00!important}.\!text-blue-300\/10{color:#93c5fd1a!important}.\!text-blue-300\/100{color:#93c5fd!important}.\!text-blue-300\/15{color:#93c5fd26!important}.\!text-blue-300\/20{color:#93c5fd33!important}.\!text-blue-300\/25{color:#93c5fd40!important}.\!text-blue-300\/30{color:#93c5fd4d!important}.\!text-blue-300\/35{color:#93c5fd59!important}.\!text-blue-300\/40{color:#93c5fd66!important}.\!text-blue-300\/45{color:#93c5fd73!important}.\!text-blue-300\/5{color:#93c5fd0d!important}.\!text-blue-300\/50{color:#93c5fd80!important}.\!text-blue-300\/55{color:#93c5fd8c!important}.\!text-blue-300\/60{color:#93c5fd99!important}.\!text-blue-300\/65{color:#93c5fda6!important}.\!text-blue-300\/70{color:#93c5fdb3!important}.\!text-blue-300\/75{color:#93c5fdbf!important}.\!text-blue-300\/80{color:#93c5fdcc!important}.\!text-blue-300\/85{color:#93c5fdd9!important}.\!text-blue-300\/90{color:#93c5fde6!important}.\!text-blue-300\/95{color:#93c5fdf2!important}.\!text-blue-400{--tw-text-opacity: 1 !important;color:rgb(96 165 250 / var(--tw-text-opacity))!important}.\!text-blue-400\/0{color:#60a5fa00!important}.\!text-blue-400\/10{color:#60a5fa1a!important}.\!text-blue-400\/100{color:#60a5fa!important}.\!text-blue-400\/15{color:#60a5fa26!important}.\!text-blue-400\/20{color:#60a5fa33!important}.\!text-blue-400\/25{color:#60a5fa40!important}.\!text-blue-400\/30{color:#60a5fa4d!important}.\!text-blue-400\/35{color:#60a5fa59!important}.\!text-blue-400\/40{color:#60a5fa66!important}.\!text-blue-400\/45{color:#60a5fa73!important}.\!text-blue-400\/5{color:#60a5fa0d!important}.\!text-blue-400\/50{color:#60a5fa80!important}.\!text-blue-400\/55{color:#60a5fa8c!important}.\!text-blue-400\/60{color:#60a5fa99!important}.\!text-blue-400\/65{color:#60a5faa6!important}.\!text-blue-400\/70{color:#60a5fab3!important}.\!text-blue-400\/75{color:#60a5fabf!important}.\!text-blue-400\/80{color:#60a5facc!important}.\!text-blue-400\/85{color:#60a5fad9!important}.\!text-blue-400\/90{color:#60a5fae6!important}.\!text-blue-400\/95{color:#60a5faf2!important}.\!text-blue-500{--tw-text-opacity: 1 !important;color:rgb(59 130 246 / var(--tw-text-opacity))!important}.\!text-blue-500\/0{color:#3b82f600!important}.\!text-blue-500\/10{color:#3b82f61a!important}.\!text-blue-500\/100{color:#3b82f6!important}.\!text-blue-500\/15{color:#3b82f626!important}.\!text-blue-500\/20{color:#3b82f633!important}.\!text-blue-500\/25{color:#3b82f640!important}.\!text-blue-500\/30{color:#3b82f64d!important}.\!text-blue-500\/35{color:#3b82f659!important}.\!text-blue-500\/40{color:#3b82f666!important}.\!text-blue-500\/45{color:#3b82f673!important}.\!text-blue-500\/5{color:#3b82f60d!important}.\!text-blue-500\/50{color:#3b82f680!important}.\!text-blue-500\/55{color:#3b82f68c!important}.\!text-blue-500\/60{color:#3b82f699!important}.\!text-blue-500\/65{color:#3b82f6a6!important}.\!text-blue-500\/70{color:#3b82f6b3!important}.\!text-blue-500\/75{color:#3b82f6bf!important}.\!text-blue-500\/80{color:#3b82f6cc!important}.\!text-blue-500\/85{color:#3b82f6d9!important}.\!text-blue-500\/90{color:#3b82f6e6!important}.\!text-blue-500\/95{color:#3b82f6f2!important}.\!text-blue-600{--tw-text-opacity: 1 !important;color:rgb(37 99 235 / var(--tw-text-opacity))!important}.\!text-blue-600\/0{color:#2563eb00!important}.\!text-blue-600\/10{color:#2563eb1a!important}.\!text-blue-600\/100{color:#2563eb!important}.\!text-blue-600\/15{color:#2563eb26!important}.\!text-blue-600\/20{color:#2563eb33!important}.\!text-blue-600\/25{color:#2563eb40!important}.\!text-blue-600\/30{color:#2563eb4d!important}.\!text-blue-600\/35{color:#2563eb59!important}.\!text-blue-600\/40{color:#2563eb66!important}.\!text-blue-600\/45{color:#2563eb73!important}.\!text-blue-600\/5{color:#2563eb0d!important}.\!text-blue-600\/50{color:#2563eb80!important}.\!text-blue-600\/55{color:#2563eb8c!important}.\!text-blue-600\/60{color:#2563eb99!important}.\!text-blue-600\/65{color:#2563eba6!important}.\!text-blue-600\/70{color:#2563ebb3!important}.\!text-blue-600\/75{color:#2563ebbf!important}.\!text-blue-600\/80{color:#2563ebcc!important}.\!text-blue-600\/85{color:#2563ebd9!important}.\!text-blue-600\/90{color:#2563ebe6!important}.\!text-blue-600\/95{color:#2563ebf2!important}.\!text-blue-700{--tw-text-opacity: 1 !important;color:rgb(29 78 216 / var(--tw-text-opacity))!important}.\!text-blue-700\/0{color:#1d4ed800!important}.\!text-blue-700\/10{color:#1d4ed81a!important}.\!text-blue-700\/100{color:#1d4ed8!important}.\!text-blue-700\/15{color:#1d4ed826!important}.\!text-blue-700\/20{color:#1d4ed833!important}.\!text-blue-700\/25{color:#1d4ed840!important}.\!text-blue-700\/30{color:#1d4ed84d!important}.\!text-blue-700\/35{color:#1d4ed859!important}.\!text-blue-700\/40{color:#1d4ed866!important}.\!text-blue-700\/45{color:#1d4ed873!important}.\!text-blue-700\/5{color:#1d4ed80d!important}.\!text-blue-700\/50{color:#1d4ed880!important}.\!text-blue-700\/55{color:#1d4ed88c!important}.\!text-blue-700\/60{color:#1d4ed899!important}.\!text-blue-700\/65{color:#1d4ed8a6!important}.\!text-blue-700\/70{color:#1d4ed8b3!important}.\!text-blue-700\/75{color:#1d4ed8bf!important}.\!text-blue-700\/80{color:#1d4ed8cc!important}.\!text-blue-700\/85{color:#1d4ed8d9!important}.\!text-blue-700\/90{color:#1d4ed8e6!important}.\!text-blue-700\/95{color:#1d4ed8f2!important}.\!text-blue-800{--tw-text-opacity: 1 !important;color:rgb(30 64 175 / var(--tw-text-opacity))!important}.\!text-blue-800\/0{color:#1e40af00!important}.\!text-blue-800\/10{color:#1e40af1a!important}.\!text-blue-800\/100{color:#1e40af!important}.\!text-blue-800\/15{color:#1e40af26!important}.\!text-blue-800\/20{color:#1e40af33!important}.\!text-blue-800\/25{color:#1e40af40!important}.\!text-blue-800\/30{color:#1e40af4d!important}.\!text-blue-800\/35{color:#1e40af59!important}.\!text-blue-800\/40{color:#1e40af66!important}.\!text-blue-800\/45{color:#1e40af73!important}.\!text-blue-800\/5{color:#1e40af0d!important}.\!text-blue-800\/50{color:#1e40af80!important}.\!text-blue-800\/55{color:#1e40af8c!important}.\!text-blue-800\/60{color:#1e40af99!important}.\!text-blue-800\/65{color:#1e40afa6!important}.\!text-blue-800\/70{color:#1e40afb3!important}.\!text-blue-800\/75{color:#1e40afbf!important}.\!text-blue-800\/80{color:#1e40afcc!important}.\!text-blue-800\/85{color:#1e40afd9!important}.\!text-blue-800\/90{color:#1e40afe6!important}.\!text-blue-800\/95{color:#1e40aff2!important}.\!text-blue-900{--tw-text-opacity: 1 !important;color:rgb(30 58 138 / var(--tw-text-opacity))!important}.\!text-blue-900\/0{color:#1e3a8a00!important}.\!text-blue-900\/10{color:#1e3a8a1a!important}.\!text-blue-900\/100{color:#1e3a8a!important}.\!text-blue-900\/15{color:#1e3a8a26!important}.\!text-blue-900\/20{color:#1e3a8a33!important}.\!text-blue-900\/25{color:#1e3a8a40!important}.\!text-blue-900\/30{color:#1e3a8a4d!important}.\!text-blue-900\/35{color:#1e3a8a59!important}.\!text-blue-900\/40{color:#1e3a8a66!important}.\!text-blue-900\/45{color:#1e3a8a73!important}.\!text-blue-900\/5{color:#1e3a8a0d!important}.\!text-blue-900\/50{color:#1e3a8a80!important}.\!text-blue-900\/55{color:#1e3a8a8c!important}.\!text-blue-900\/60{color:#1e3a8a99!important}.\!text-blue-900\/65{color:#1e3a8aa6!important}.\!text-blue-900\/70{color:#1e3a8ab3!important}.\!text-blue-900\/75{color:#1e3a8abf!important}.\!text-blue-900\/80{color:#1e3a8acc!important}.\!text-blue-900\/85{color:#1e3a8ad9!important}.\!text-blue-900\/90{color:#1e3a8ae6!important}.\!text-blue-900\/95{color:#1e3a8af2!important}.\!text-green-100{--tw-text-opacity: 1 !important;color:rgb(220 252 231 / var(--tw-text-opacity))!important}.\!text-green-100\/0{color:#dcfce700!important}.\!text-green-100\/10{color:#dcfce71a!important}.\!text-green-100\/100{color:#dcfce7!important}.\!text-green-100\/15{color:#dcfce726!important}.\!text-green-100\/20{color:#dcfce733!important}.\!text-green-100\/25{color:#dcfce740!important}.\!text-green-100\/30{color:#dcfce74d!important}.\!text-green-100\/35{color:#dcfce759!important}.\!text-green-100\/40{color:#dcfce766!important}.\!text-green-100\/45{color:#dcfce773!important}.\!text-green-100\/5{color:#dcfce70d!important}.\!text-green-100\/50{color:#dcfce780!important}.\!text-green-100\/55{color:#dcfce78c!important}.\!text-green-100\/60{color:#dcfce799!important}.\!text-green-100\/65{color:#dcfce7a6!important}.\!text-green-100\/70{color:#dcfce7b3!important}.\!text-green-100\/75{color:#dcfce7bf!important}.\!text-green-100\/80{color:#dcfce7cc!important}.\!text-green-100\/85{color:#dcfce7d9!important}.\!text-green-100\/90{color:#dcfce7e6!important}.\!text-green-100\/95{color:#dcfce7f2!important}.\!text-green-200{--tw-text-opacity: 1 !important;color:rgb(187 247 208 / var(--tw-text-opacity))!important}.\!text-green-200\/0{color:#bbf7d000!important}.\!text-green-200\/10{color:#bbf7d01a!important}.\!text-green-200\/100{color:#bbf7d0!important}.\!text-green-200\/15{color:#bbf7d026!important}.\!text-green-200\/20{color:#bbf7d033!important}.\!text-green-200\/25{color:#bbf7d040!important}.\!text-green-200\/30{color:#bbf7d04d!important}.\!text-green-200\/35{color:#bbf7d059!important}.\!text-green-200\/40{color:#bbf7d066!important}.\!text-green-200\/45{color:#bbf7d073!important}.\!text-green-200\/5{color:#bbf7d00d!important}.\!text-green-200\/50{color:#bbf7d080!important}.\!text-green-200\/55{color:#bbf7d08c!important}.\!text-green-200\/60{color:#bbf7d099!important}.\!text-green-200\/65{color:#bbf7d0a6!important}.\!text-green-200\/70{color:#bbf7d0b3!important}.\!text-green-200\/75{color:#bbf7d0bf!important}.\!text-green-200\/80{color:#bbf7d0cc!important}.\!text-green-200\/85{color:#bbf7d0d9!important}.\!text-green-200\/90{color:#bbf7d0e6!important}.\!text-green-200\/95{color:#bbf7d0f2!important}.\!text-green-300{--tw-text-opacity: 1 !important;color:rgb(134 239 172 / var(--tw-text-opacity))!important}.\!text-green-300\/0{color:#86efac00!important}.\!text-green-300\/10{color:#86efac1a!important}.\!text-green-300\/100{color:#86efac!important}.\!text-green-300\/15{color:#86efac26!important}.\!text-green-300\/20{color:#86efac33!important}.\!text-green-300\/25{color:#86efac40!important}.\!text-green-300\/30{color:#86efac4d!important}.\!text-green-300\/35{color:#86efac59!important}.\!text-green-300\/40{color:#86efac66!important}.\!text-green-300\/45{color:#86efac73!important}.\!text-green-300\/5{color:#86efac0d!important}.\!text-green-300\/50{color:#86efac80!important}.\!text-green-300\/55{color:#86efac8c!important}.\!text-green-300\/60{color:#86efac99!important}.\!text-green-300\/65{color:#86efaca6!important}.\!text-green-300\/70{color:#86efacb3!important}.\!text-green-300\/75{color:#86efacbf!important}.\!text-green-300\/80{color:#86efaccc!important}.\!text-green-300\/85{color:#86efacd9!important}.\!text-green-300\/90{color:#86eface6!important}.\!text-green-300\/95{color:#86efacf2!important}.\!text-green-400{--tw-text-opacity: 1 !important;color:rgb(74 222 128 / var(--tw-text-opacity))!important}.\!text-green-400\/0{color:#4ade8000!important}.\!text-green-400\/10{color:#4ade801a!important}.\!text-green-400\/100{color:#4ade80!important}.\!text-green-400\/15{color:#4ade8026!important}.\!text-green-400\/20{color:#4ade8033!important}.\!text-green-400\/25{color:#4ade8040!important}.\!text-green-400\/30{color:#4ade804d!important}.\!text-green-400\/35{color:#4ade8059!important}.\!text-green-400\/40{color:#4ade8066!important}.\!text-green-400\/45{color:#4ade8073!important}.\!text-green-400\/5{color:#4ade800d!important}.\!text-green-400\/50{color:#4ade8080!important}.\!text-green-400\/55{color:#4ade808c!important}.\!text-green-400\/60{color:#4ade8099!important}.\!text-green-400\/65{color:#4ade80a6!important}.\!text-green-400\/70{color:#4ade80b3!important}.\!text-green-400\/75{color:#4ade80bf!important}.\!text-green-400\/80{color:#4ade80cc!important}.\!text-green-400\/85{color:#4ade80d9!important}.\!text-green-400\/90{color:#4ade80e6!important}.\!text-green-400\/95{color:#4ade80f2!important}.\!text-green-500{--tw-text-opacity: 1 !important;color:rgb(34 197 94 / var(--tw-text-opacity))!important}.\!text-green-500\/0{color:#22c55e00!important}.\!text-green-500\/10{color:#22c55e1a!important}.\!text-green-500\/100{color:#22c55e!important}.\!text-green-500\/15{color:#22c55e26!important}.\!text-green-500\/20{color:#22c55e33!important}.\!text-green-500\/25{color:#22c55e40!important}.\!text-green-500\/30{color:#22c55e4d!important}.\!text-green-500\/35{color:#22c55e59!important}.\!text-green-500\/40{color:#22c55e66!important}.\!text-green-500\/45{color:#22c55e73!important}.\!text-green-500\/5{color:#22c55e0d!important}.\!text-green-500\/50{color:#22c55e80!important}.\!text-green-500\/55{color:#22c55e8c!important}.\!text-green-500\/60{color:#22c55e99!important}.\!text-green-500\/65{color:#22c55ea6!important}.\!text-green-500\/70{color:#22c55eb3!important}.\!text-green-500\/75{color:#22c55ebf!important}.\!text-green-500\/80{color:#22c55ecc!important}.\!text-green-500\/85{color:#22c55ed9!important}.\!text-green-500\/90{color:#22c55ee6!important}.\!text-green-500\/95{color:#22c55ef2!important}.\!text-green-600{--tw-text-opacity: 1 !important;color:rgb(22 163 74 / var(--tw-text-opacity))!important}.\!text-green-600\/0{color:#16a34a00!important}.\!text-green-600\/10{color:#16a34a1a!important}.\!text-green-600\/100{color:#16a34a!important}.\!text-green-600\/15{color:#16a34a26!important}.\!text-green-600\/20{color:#16a34a33!important}.\!text-green-600\/25{color:#16a34a40!important}.\!text-green-600\/30{color:#16a34a4d!important}.\!text-green-600\/35{color:#16a34a59!important}.\!text-green-600\/40{color:#16a34a66!important}.\!text-green-600\/45{color:#16a34a73!important}.\!text-green-600\/5{color:#16a34a0d!important}.\!text-green-600\/50{color:#16a34a80!important}.\!text-green-600\/55{color:#16a34a8c!important}.\!text-green-600\/60{color:#16a34a99!important}.\!text-green-600\/65{color:#16a34aa6!important}.\!text-green-600\/70{color:#16a34ab3!important}.\!text-green-600\/75{color:#16a34abf!important}.\!text-green-600\/80{color:#16a34acc!important}.\!text-green-600\/85{color:#16a34ad9!important}.\!text-green-600\/90{color:#16a34ae6!important}.\!text-green-600\/95{color:#16a34af2!important}.\!text-green-700{--tw-text-opacity: 1 !important;color:rgb(21 128 61 / var(--tw-text-opacity))!important}.\!text-green-700\/0{color:#15803d00!important}.\!text-green-700\/10{color:#15803d1a!important}.\!text-green-700\/100{color:#15803d!important}.\!text-green-700\/15{color:#15803d26!important}.\!text-green-700\/20{color:#15803d33!important}.\!text-green-700\/25{color:#15803d40!important}.\!text-green-700\/30{color:#15803d4d!important}.\!text-green-700\/35{color:#15803d59!important}.\!text-green-700\/40{color:#15803d66!important}.\!text-green-700\/45{color:#15803d73!important}.\!text-green-700\/5{color:#15803d0d!important}.\!text-green-700\/50{color:#15803d80!important}.\!text-green-700\/55{color:#15803d8c!important}.\!text-green-700\/60{color:#15803d99!important}.\!text-green-700\/65{color:#15803da6!important}.\!text-green-700\/70{color:#15803db3!important}.\!text-green-700\/75{color:#15803dbf!important}.\!text-green-700\/80{color:#15803dcc!important}.\!text-green-700\/85{color:#15803dd9!important}.\!text-green-700\/90{color:#15803de6!important}.\!text-green-700\/95{color:#15803df2!important}.\!text-green-800{--tw-text-opacity: 1 !important;color:rgb(22 101 52 / var(--tw-text-opacity))!important}.\!text-green-800\/0{color:#16653400!important}.\!text-green-800\/10{color:#1665341a!important}.\!text-green-800\/100{color:#166534!important}.\!text-green-800\/15{color:#16653426!important}.\!text-green-800\/20{color:#16653433!important}.\!text-green-800\/25{color:#16653440!important}.\!text-green-800\/30{color:#1665344d!important}.\!text-green-800\/35{color:#16653459!important}.\!text-green-800\/40{color:#16653466!important}.\!text-green-800\/45{color:#16653473!important}.\!text-green-800\/5{color:#1665340d!important}.\!text-green-800\/50{color:#16653480!important}.\!text-green-800\/55{color:#1665348c!important}.\!text-green-800\/60{color:#16653499!important}.\!text-green-800\/65{color:#166534a6!important}.\!text-green-800\/70{color:#166534b3!important}.\!text-green-800\/75{color:#166534bf!important}.\!text-green-800\/80{color:#166534cc!important}.\!text-green-800\/85{color:#166534d9!important}.\!text-green-800\/90{color:#166534e6!important}.\!text-green-800\/95{color:#166534f2!important}.\!text-green-900{--tw-text-opacity: 1 !important;color:rgb(20 83 45 / var(--tw-text-opacity))!important}.\!text-green-900\/0{color:#14532d00!important}.\!text-green-900\/10{color:#14532d1a!important}.\!text-green-900\/100{color:#14532d!important}.\!text-green-900\/15{color:#14532d26!important}.\!text-green-900\/20{color:#14532d33!important}.\!text-green-900\/25{color:#14532d40!important}.\!text-green-900\/30{color:#14532d4d!important}.\!text-green-900\/35{color:#14532d59!important}.\!text-green-900\/40{color:#14532d66!important}.\!text-green-900\/45{color:#14532d73!important}.\!text-green-900\/5{color:#14532d0d!important}.\!text-green-900\/50{color:#14532d80!important}.\!text-green-900\/55{color:#14532d8c!important}.\!text-green-900\/60{color:#14532d99!important}.\!text-green-900\/65{color:#14532da6!important}.\!text-green-900\/70{color:#14532db3!important}.\!text-green-900\/75{color:#14532dbf!important}.\!text-green-900\/80{color:#14532dcc!important}.\!text-green-900\/85{color:#14532dd9!important}.\!text-green-900\/90{color:#14532de6!important}.\!text-green-900\/95{color:#14532df2!important}.\!text-red-100{--tw-text-opacity: 1 !important;color:rgb(254 226 226 / var(--tw-text-opacity))!important}.\!text-red-100\/0{color:#fee2e200!important}.\!text-red-100\/10{color:#fee2e21a!important}.\!text-red-100\/100{color:#fee2e2!important}.\!text-red-100\/15{color:#fee2e226!important}.\!text-red-100\/20{color:#fee2e233!important}.\!text-red-100\/25{color:#fee2e240!important}.\!text-red-100\/30{color:#fee2e24d!important}.\!text-red-100\/35{color:#fee2e259!important}.\!text-red-100\/40{color:#fee2e266!important}.\!text-red-100\/45{color:#fee2e273!important}.\!text-red-100\/5{color:#fee2e20d!important}.\!text-red-100\/50{color:#fee2e280!important}.\!text-red-100\/55{color:#fee2e28c!important}.\!text-red-100\/60{color:#fee2e299!important}.\!text-red-100\/65{color:#fee2e2a6!important}.\!text-red-100\/70{color:#fee2e2b3!important}.\!text-red-100\/75{color:#fee2e2bf!important}.\!text-red-100\/80{color:#fee2e2cc!important}.\!text-red-100\/85{color:#fee2e2d9!important}.\!text-red-100\/90{color:#fee2e2e6!important}.\!text-red-100\/95{color:#fee2e2f2!important}.\!text-red-200{--tw-text-opacity: 1 !important;color:rgb(254 202 202 / var(--tw-text-opacity))!important}.\!text-red-200\/0{color:#fecaca00!important}.\!text-red-200\/10{color:#fecaca1a!important}.\!text-red-200\/100{color:#fecaca!important}.\!text-red-200\/15{color:#fecaca26!important}.\!text-red-200\/20{color:#fecaca33!important}.\!text-red-200\/25{color:#fecaca40!important}.\!text-red-200\/30{color:#fecaca4d!important}.\!text-red-200\/35{color:#fecaca59!important}.\!text-red-200\/40{color:#fecaca66!important}.\!text-red-200\/45{color:#fecaca73!important}.\!text-red-200\/5{color:#fecaca0d!important}.\!text-red-200\/50{color:#fecaca80!important}.\!text-red-200\/55{color:#fecaca8c!important}.\!text-red-200\/60{color:#fecaca99!important}.\!text-red-200\/65{color:#fecacaa6!important}.\!text-red-200\/70{color:#fecacab3!important}.\!text-red-200\/75{color:#fecacabf!important}.\!text-red-200\/80{color:#fecacacc!important}.\!text-red-200\/85{color:#fecacad9!important}.\!text-red-200\/90{color:#fecacae6!important}.\!text-red-200\/95{color:#fecacaf2!important}.\!text-red-300{--tw-text-opacity: 1 !important;color:rgb(252 165 165 / var(--tw-text-opacity))!important}.\!text-red-300\/0{color:#fca5a500!important}.\!text-red-300\/10{color:#fca5a51a!important}.\!text-red-300\/100{color:#fca5a5!important}.\!text-red-300\/15{color:#fca5a526!important}.\!text-red-300\/20{color:#fca5a533!important}.\!text-red-300\/25{color:#fca5a540!important}.\!text-red-300\/30{color:#fca5a54d!important}.\!text-red-300\/35{color:#fca5a559!important}.\!text-red-300\/40{color:#fca5a566!important}.\!text-red-300\/45{color:#fca5a573!important}.\!text-red-300\/5{color:#fca5a50d!important}.\!text-red-300\/50{color:#fca5a580!important}.\!text-red-300\/55{color:#fca5a58c!important}.\!text-red-300\/60{color:#fca5a599!important}.\!text-red-300\/65{color:#fca5a5a6!important}.\!text-red-300\/70{color:#fca5a5b3!important}.\!text-red-300\/75{color:#fca5a5bf!important}.\!text-red-300\/80{color:#fca5a5cc!important}.\!text-red-300\/85{color:#fca5a5d9!important}.\!text-red-300\/90{color:#fca5a5e6!important}.\!text-red-300\/95{color:#fca5a5f2!important}.\!text-red-400{--tw-text-opacity: 1 !important;color:rgb(248 113 113 / var(--tw-text-opacity))!important}.\!text-red-400\/0{color:#f8717100!important}.\!text-red-400\/10{color:#f871711a!important}.\!text-red-400\/100{color:#f87171!important}.\!text-red-400\/15{color:#f8717126!important}.\!text-red-400\/20{color:#f8717133!important}.\!text-red-400\/25{color:#f8717140!important}.\!text-red-400\/30{color:#f871714d!important}.\!text-red-400\/35{color:#f8717159!important}.\!text-red-400\/40{color:#f8717166!important}.\!text-red-400\/45{color:#f8717173!important}.\!text-red-400\/5{color:#f871710d!important}.\!text-red-400\/50{color:#f8717180!important}.\!text-red-400\/55{color:#f871718c!important}.\!text-red-400\/60{color:#f8717199!important}.\!text-red-400\/65{color:#f87171a6!important}.\!text-red-400\/70{color:#f87171b3!important}.\!text-red-400\/75{color:#f87171bf!important}.\!text-red-400\/80{color:#f87171cc!important}.\!text-red-400\/85{color:#f87171d9!important}.\!text-red-400\/90{color:#f87171e6!important}.\!text-red-400\/95{color:#f87171f2!important}.\!text-red-500{--tw-text-opacity: 1 !important;color:rgb(239 68 68 / var(--tw-text-opacity))!important}.\!text-red-500\/0{color:#ef444400!important}.\!text-red-500\/10{color:#ef44441a!important}.\!text-red-500\/100{color:#ef4444!important}.\!text-red-500\/15{color:#ef444426!important}.\!text-red-500\/20{color:#ef444433!important}.\!text-red-500\/25{color:#ef444440!important}.\!text-red-500\/30{color:#ef44444d!important}.\!text-red-500\/35{color:#ef444459!important}.\!text-red-500\/40{color:#ef444466!important}.\!text-red-500\/45{color:#ef444473!important}.\!text-red-500\/5{color:#ef44440d!important}.\!text-red-500\/50{color:#ef444480!important}.\!text-red-500\/55{color:#ef44448c!important}.\!text-red-500\/60{color:#ef444499!important}.\!text-red-500\/65{color:#ef4444a6!important}.\!text-red-500\/70{color:#ef4444b3!important}.\!text-red-500\/75{color:#ef4444bf!important}.\!text-red-500\/80{color:#ef4444cc!important}.\!text-red-500\/85{color:#ef4444d9!important}.\!text-red-500\/90{color:#ef4444e6!important}.\!text-red-500\/95{color:#ef4444f2!important}.\!text-red-600{--tw-text-opacity: 1 !important;color:rgb(220 38 38 / var(--tw-text-opacity))!important}.\!text-red-600\/0{color:#dc262600!important}.\!text-red-600\/10{color:#dc26261a!important}.\!text-red-600\/100{color:#dc2626!important}.\!text-red-600\/15{color:#dc262626!important}.\!text-red-600\/20{color:#dc262633!important}.\!text-red-600\/25{color:#dc262640!important}.\!text-red-600\/30{color:#dc26264d!important}.\!text-red-600\/35{color:#dc262659!important}.\!text-red-600\/40{color:#dc262666!important}.\!text-red-600\/45{color:#dc262673!important}.\!text-red-600\/5{color:#dc26260d!important}.\!text-red-600\/50{color:#dc262680!important}.\!text-red-600\/55{color:#dc26268c!important}.\!text-red-600\/60{color:#dc262699!important}.\!text-red-600\/65{color:#dc2626a6!important}.\!text-red-600\/70{color:#dc2626b3!important}.\!text-red-600\/75{color:#dc2626bf!important}.\!text-red-600\/80{color:#dc2626cc!important}.\!text-red-600\/85{color:#dc2626d9!important}.\!text-red-600\/90{color:#dc2626e6!important}.\!text-red-600\/95{color:#dc2626f2!important}.\!text-red-700{--tw-text-opacity: 1 !important;color:rgb(185 28 28 / var(--tw-text-opacity))!important}.\!text-red-700\/0{color:#b91c1c00!important}.\!text-red-700\/10{color:#b91c1c1a!important}.\!text-red-700\/100{color:#b91c1c!important}.\!text-red-700\/15{color:#b91c1c26!important}.\!text-red-700\/20{color:#b91c1c33!important}.\!text-red-700\/25{color:#b91c1c40!important}.\!text-red-700\/30{color:#b91c1c4d!important}.\!text-red-700\/35{color:#b91c1c59!important}.\!text-red-700\/40{color:#b91c1c66!important}.\!text-red-700\/45{color:#b91c1c73!important}.\!text-red-700\/5{color:#b91c1c0d!important}.\!text-red-700\/50{color:#b91c1c80!important}.\!text-red-700\/55{color:#b91c1c8c!important}.\!text-red-700\/60{color:#b91c1c99!important}.\!text-red-700\/65{color:#b91c1ca6!important}.\!text-red-700\/70{color:#b91c1cb3!important}.\!text-red-700\/75{color:#b91c1cbf!important}.\!text-red-700\/80{color:#b91c1ccc!important}.\!text-red-700\/85{color:#b91c1cd9!important}.\!text-red-700\/90{color:#b91c1ce6!important}.\!text-red-700\/95{color:#b91c1cf2!important}.\!text-red-800{--tw-text-opacity: 1 !important;color:rgb(153 27 27 / var(--tw-text-opacity))!important}.\!text-red-800\/0{color:#991b1b00!important}.\!text-red-800\/10{color:#991b1b1a!important}.\!text-red-800\/100{color:#991b1b!important}.\!text-red-800\/15{color:#991b1b26!important}.\!text-red-800\/20{color:#991b1b33!important}.\!text-red-800\/25{color:#991b1b40!important}.\!text-red-800\/30{color:#991b1b4d!important}.\!text-red-800\/35{color:#991b1b59!important}.\!text-red-800\/40{color:#991b1b66!important}.\!text-red-800\/45{color:#991b1b73!important}.\!text-red-800\/5{color:#991b1b0d!important}.\!text-red-800\/50{color:#991b1b80!important}.\!text-red-800\/55{color:#991b1b8c!important}.\!text-red-800\/60{color:#991b1b99!important}.\!text-red-800\/65{color:#991b1ba6!important}.\!text-red-800\/70{color:#991b1bb3!important}.\!text-red-800\/75{color:#991b1bbf!important}.\!text-red-800\/80{color:#991b1bcc!important}.\!text-red-800\/85{color:#991b1bd9!important}.\!text-red-800\/90{color:#991b1be6!important}.\!text-red-800\/95{color:#991b1bf2!important}.\!text-red-900{--tw-text-opacity: 1 !important;color:rgb(127 29 29 / var(--tw-text-opacity))!important}.\!text-red-900\/0{color:#7f1d1d00!important}.\!text-red-900\/10{color:#7f1d1d1a!important}.\!text-red-900\/100{color:#7f1d1d!important}.\!text-red-900\/15{color:#7f1d1d26!important}.\!text-red-900\/20{color:#7f1d1d33!important}.\!text-red-900\/25{color:#7f1d1d40!important}.\!text-red-900\/30{color:#7f1d1d4d!important}.\!text-red-900\/35{color:#7f1d1d59!important}.\!text-red-900\/40{color:#7f1d1d66!important}.\!text-red-900\/45{color:#7f1d1d73!important}.\!text-red-900\/5{color:#7f1d1d0d!important}.\!text-red-900\/50{color:#7f1d1d80!important}.\!text-red-900\/55{color:#7f1d1d8c!important}.\!text-red-900\/60{color:#7f1d1d99!important}.\!text-red-900\/65{color:#7f1d1da6!important}.\!text-red-900\/70{color:#7f1d1db3!important}.\!text-red-900\/75{color:#7f1d1dbf!important}.\!text-red-900\/80{color:#7f1d1dcc!important}.\!text-red-900\/85{color:#7f1d1dd9!important}.\!text-red-900\/90{color:#7f1d1de6!important}.\!text-red-900\/95{color:#7f1d1df2!important}.\!text-slate-100{--tw-text-opacity: 1 !important;color:rgb(241 245 249 / var(--tw-text-opacity))!important}.\!text-slate-100\/0{color:#f1f5f900!important}.\!text-slate-100\/10{color:#f1f5f91a!important}.\!text-slate-100\/100{color:#f1f5f9!important}.\!text-slate-100\/15{color:#f1f5f926!important}.\!text-slate-100\/20{color:#f1f5f933!important}.\!text-slate-100\/25{color:#f1f5f940!important}.\!text-slate-100\/30{color:#f1f5f94d!important}.\!text-slate-100\/35{color:#f1f5f959!important}.\!text-slate-100\/40{color:#f1f5f966!important}.\!text-slate-100\/45{color:#f1f5f973!important}.\!text-slate-100\/5{color:#f1f5f90d!important}.\!text-slate-100\/50{color:#f1f5f980!important}.\!text-slate-100\/55{color:#f1f5f98c!important}.\!text-slate-100\/60{color:#f1f5f999!important}.\!text-slate-100\/65{color:#f1f5f9a6!important}.\!text-slate-100\/70{color:#f1f5f9b3!important}.\!text-slate-100\/75{color:#f1f5f9bf!important}.\!text-slate-100\/80{color:#f1f5f9cc!important}.\!text-slate-100\/85{color:#f1f5f9d9!important}.\!text-slate-100\/90{color:#f1f5f9e6!important}.\!text-slate-100\/95{color:#f1f5f9f2!important}.\!text-slate-200{--tw-text-opacity: 1 !important;color:rgb(226 232 240 / var(--tw-text-opacity))!important}.\!text-slate-200\/0{color:#e2e8f000!important}.\!text-slate-200\/10{color:#e2e8f01a!important}.\!text-slate-200\/100{color:#e2e8f0!important}.\!text-slate-200\/15{color:#e2e8f026!important}.\!text-slate-200\/20{color:#e2e8f033!important}.\!text-slate-200\/25{color:#e2e8f040!important}.\!text-slate-200\/30{color:#e2e8f04d!important}.\!text-slate-200\/35{color:#e2e8f059!important}.\!text-slate-200\/40{color:#e2e8f066!important}.\!text-slate-200\/45{color:#e2e8f073!important}.\!text-slate-200\/5{color:#e2e8f00d!important}.\!text-slate-200\/50{color:#e2e8f080!important}.\!text-slate-200\/55{color:#e2e8f08c!important}.\!text-slate-200\/60{color:#e2e8f099!important}.\!text-slate-200\/65{color:#e2e8f0a6!important}.\!text-slate-200\/70{color:#e2e8f0b3!important}.\!text-slate-200\/75{color:#e2e8f0bf!important}.\!text-slate-200\/80{color:#e2e8f0cc!important}.\!text-slate-200\/85{color:#e2e8f0d9!important}.\!text-slate-200\/90{color:#e2e8f0e6!important}.\!text-slate-200\/95{color:#e2e8f0f2!important}.\!text-slate-300{--tw-text-opacity: 1 !important;color:rgb(203 213 225 / var(--tw-text-opacity))!important}.\!text-slate-300\/0{color:#cbd5e100!important}.\!text-slate-300\/10{color:#cbd5e11a!important}.\!text-slate-300\/100{color:#cbd5e1!important}.\!text-slate-300\/15{color:#cbd5e126!important}.\!text-slate-300\/20{color:#cbd5e133!important}.\!text-slate-300\/25{color:#cbd5e140!important}.\!text-slate-300\/30{color:#cbd5e14d!important}.\!text-slate-300\/35{color:#cbd5e159!important}.\!text-slate-300\/40{color:#cbd5e166!important}.\!text-slate-300\/45{color:#cbd5e173!important}.\!text-slate-300\/5{color:#cbd5e10d!important}.\!text-slate-300\/50{color:#cbd5e180!important}.\!text-slate-300\/55{color:#cbd5e18c!important}.\!text-slate-300\/60{color:#cbd5e199!important}.\!text-slate-300\/65{color:#cbd5e1a6!important}.\!text-slate-300\/70{color:#cbd5e1b3!important}.\!text-slate-300\/75{color:#cbd5e1bf!important}.\!text-slate-300\/80{color:#cbd5e1cc!important}.\!text-slate-300\/85{color:#cbd5e1d9!important}.\!text-slate-300\/90{color:#cbd5e1e6!important}.\!text-slate-300\/95{color:#cbd5e1f2!important}.\!text-slate-400{--tw-text-opacity: 1 !important;color:rgb(148 163 184 / var(--tw-text-opacity))!important}.\!text-slate-400\/0{color:#94a3b800!important}.\!text-slate-400\/10{color:#94a3b81a!important}.\!text-slate-400\/100{color:#94a3b8!important}.\!text-slate-400\/15{color:#94a3b826!important}.\!text-slate-400\/20{color:#94a3b833!important}.\!text-slate-400\/25{color:#94a3b840!important}.\!text-slate-400\/30{color:#94a3b84d!important}.\!text-slate-400\/35{color:#94a3b859!important}.\!text-slate-400\/40{color:#94a3b866!important}.\!text-slate-400\/45{color:#94a3b873!important}.\!text-slate-400\/5{color:#94a3b80d!important}.\!text-slate-400\/50{color:#94a3b880!important}.\!text-slate-400\/55{color:#94a3b88c!important}.\!text-slate-400\/60{color:#94a3b899!important}.\!text-slate-400\/65{color:#94a3b8a6!important}.\!text-slate-400\/70{color:#94a3b8b3!important}.\!text-slate-400\/75{color:#94a3b8bf!important}.\!text-slate-400\/80{color:#94a3b8cc!important}.\!text-slate-400\/85{color:#94a3b8d9!important}.\!text-slate-400\/90{color:#94a3b8e6!important}.\!text-slate-400\/95{color:#94a3b8f2!important}.\!text-slate-500{--tw-text-opacity: 1 !important;color:rgb(100 116 139 / var(--tw-text-opacity))!important}.\!text-slate-500\/0{color:#64748b00!important}.\!text-slate-500\/10{color:#64748b1a!important}.\!text-slate-500\/100{color:#64748b!important}.\!text-slate-500\/15{color:#64748b26!important}.\!text-slate-500\/20{color:#64748b33!important}.\!text-slate-500\/25{color:#64748b40!important}.\!text-slate-500\/30{color:#64748b4d!important}.\!text-slate-500\/35{color:#64748b59!important}.\!text-slate-500\/40{color:#64748b66!important}.\!text-slate-500\/45{color:#64748b73!important}.\!text-slate-500\/5{color:#64748b0d!important}.\!text-slate-500\/50{color:#64748b80!important}.\!text-slate-500\/55{color:#64748b8c!important}.\!text-slate-500\/60{color:#64748b99!important}.\!text-slate-500\/65{color:#64748ba6!important}.\!text-slate-500\/70{color:#64748bb3!important}.\!text-slate-500\/75{color:#64748bbf!important}.\!text-slate-500\/80{color:#64748bcc!important}.\!text-slate-500\/85{color:#64748bd9!important}.\!text-slate-500\/90{color:#64748be6!important}.\!text-slate-500\/95{color:#64748bf2!important}.\!text-slate-600{--tw-text-opacity: 1 !important;color:rgb(71 85 105 / var(--tw-text-opacity))!important}.\!text-slate-600\/0{color:#47556900!important}.\!text-slate-600\/10{color:#4755691a!important}.\!text-slate-600\/100{color:#475569!important}.\!text-slate-600\/15{color:#47556926!important}.\!text-slate-600\/20{color:#47556933!important}.\!text-slate-600\/25{color:#47556940!important}.\!text-slate-600\/30{color:#4755694d!important}.\!text-slate-600\/35{color:#47556959!important}.\!text-slate-600\/40{color:#47556966!important}.\!text-slate-600\/45{color:#47556973!important}.\!text-slate-600\/5{color:#4755690d!important}.\!text-slate-600\/50{color:#47556980!important}.\!text-slate-600\/55{color:#4755698c!important}.\!text-slate-600\/60{color:#47556999!important}.\!text-slate-600\/65{color:#475569a6!important}.\!text-slate-600\/70{color:#475569b3!important}.\!text-slate-600\/75{color:#475569bf!important}.\!text-slate-600\/80{color:#475569cc!important}.\!text-slate-600\/85{color:#475569d9!important}.\!text-slate-600\/90{color:#475569e6!important}.\!text-slate-600\/95{color:#475569f2!important}.\!text-slate-700{--tw-text-opacity: 1 !important;color:rgb(51 65 85 / var(--tw-text-opacity))!important}.\!text-slate-700\/0{color:#33415500!important}.\!text-slate-700\/10{color:#3341551a!important}.\!text-slate-700\/100{color:#334155!important}.\!text-slate-700\/15{color:#33415526!important}.\!text-slate-700\/20{color:#33415533!important}.\!text-slate-700\/25{color:#33415540!important}.\!text-slate-700\/30{color:#3341554d!important}.\!text-slate-700\/35{color:#33415559!important}.\!text-slate-700\/40{color:#33415566!important}.\!text-slate-700\/45{color:#33415573!important}.\!text-slate-700\/5{color:#3341550d!important}.\!text-slate-700\/50{color:#33415580!important}.\!text-slate-700\/55{color:#3341558c!important}.\!text-slate-700\/60{color:#33415599!important}.\!text-slate-700\/65{color:#334155a6!important}.\!text-slate-700\/70{color:#334155b3!important}.\!text-slate-700\/75{color:#334155bf!important}.\!text-slate-700\/80{color:#334155cc!important}.\!text-slate-700\/85{color:#334155d9!important}.\!text-slate-700\/90{color:#334155e6!important}.\!text-slate-700\/95{color:#334155f2!important}.\!text-slate-800{--tw-text-opacity: 1 !important;color:rgb(30 41 59 / var(--tw-text-opacity))!important}.\!text-slate-800\/0{color:#1e293b00!important}.\!text-slate-800\/10{color:#1e293b1a!important}.\!text-slate-800\/100{color:#1e293b!important}.\!text-slate-800\/15{color:#1e293b26!important}.\!text-slate-800\/20{color:#1e293b33!important}.\!text-slate-800\/25{color:#1e293b40!important}.\!text-slate-800\/30{color:#1e293b4d!important}.\!text-slate-800\/35{color:#1e293b59!important}.\!text-slate-800\/40{color:#1e293b66!important}.\!text-slate-800\/45{color:#1e293b73!important}.\!text-slate-800\/5{color:#1e293b0d!important}.\!text-slate-800\/50{color:#1e293b80!important}.\!text-slate-800\/55{color:#1e293b8c!important}.\!text-slate-800\/60{color:#1e293b99!important}.\!text-slate-800\/65{color:#1e293ba6!important}.\!text-slate-800\/70{color:#1e293bb3!important}.\!text-slate-800\/75{color:#1e293bbf!important}.\!text-slate-800\/80{color:#1e293bcc!important}.\!text-slate-800\/85{color:#1e293bd9!important}.\!text-slate-800\/90{color:#1e293be6!important}.\!text-slate-800\/95{color:#1e293bf2!important}.\!text-slate-900{--tw-text-opacity: 1 !important;color:rgb(15 23 42 / var(--tw-text-opacity))!important}.\!text-slate-900\/0{color:#0f172a00!important}.\!text-slate-900\/10{color:#0f172a1a!important}.\!text-slate-900\/100{color:#0f172a!important}.\!text-slate-900\/15{color:#0f172a26!important}.\!text-slate-900\/20{color:#0f172a33!important}.\!text-slate-900\/25{color:#0f172a40!important}.\!text-slate-900\/30{color:#0f172a4d!important}.\!text-slate-900\/35{color:#0f172a59!important}.\!text-slate-900\/40{color:#0f172a66!important}.\!text-slate-900\/45{color:#0f172a73!important}.\!text-slate-900\/5{color:#0f172a0d!important}.\!text-slate-900\/50{color:#0f172a80!important}.\!text-slate-900\/55{color:#0f172a8c!important}.\!text-slate-900\/60{color:#0f172a99!important}.\!text-slate-900\/65{color:#0f172aa6!important}.\!text-slate-900\/70{color:#0f172ab3!important}.\!text-slate-900\/75{color:#0f172abf!important}.\!text-slate-900\/80{color:#0f172acc!important}.\!text-slate-900\/85{color:#0f172ad9!important}.\!text-slate-900\/90{color:#0f172ae6!important}.\!text-slate-900\/95{color:#0f172af2!important}.\!text-teal-100{--tw-text-opacity: 1 !important;color:rgb(204 251 241 / var(--tw-text-opacity))!important}.\!text-teal-100\/0{color:#ccfbf100!important}.\!text-teal-100\/10{color:#ccfbf11a!important}.\!text-teal-100\/100{color:#ccfbf1!important}.\!text-teal-100\/15{color:#ccfbf126!important}.\!text-teal-100\/20{color:#ccfbf133!important}.\!text-teal-100\/25{color:#ccfbf140!important}.\!text-teal-100\/30{color:#ccfbf14d!important}.\!text-teal-100\/35{color:#ccfbf159!important}.\!text-teal-100\/40{color:#ccfbf166!important}.\!text-teal-100\/45{color:#ccfbf173!important}.\!text-teal-100\/5{color:#ccfbf10d!important}.\!text-teal-100\/50{color:#ccfbf180!important}.\!text-teal-100\/55{color:#ccfbf18c!important}.\!text-teal-100\/60{color:#ccfbf199!important}.\!text-teal-100\/65{color:#ccfbf1a6!important}.\!text-teal-100\/70{color:#ccfbf1b3!important}.\!text-teal-100\/75{color:#ccfbf1bf!important}.\!text-teal-100\/80{color:#ccfbf1cc!important}.\!text-teal-100\/85{color:#ccfbf1d9!important}.\!text-teal-100\/90{color:#ccfbf1e6!important}.\!text-teal-100\/95{color:#ccfbf1f2!important}.\!text-teal-200{--tw-text-opacity: 1 !important;color:rgb(153 246 228 / var(--tw-text-opacity))!important}.\!text-teal-200\/0{color:#99f6e400!important}.\!text-teal-200\/10{color:#99f6e41a!important}.\!text-teal-200\/100{color:#99f6e4!important}.\!text-teal-200\/15{color:#99f6e426!important}.\!text-teal-200\/20{color:#99f6e433!important}.\!text-teal-200\/25{color:#99f6e440!important}.\!text-teal-200\/30{color:#99f6e44d!important}.\!text-teal-200\/35{color:#99f6e459!important}.\!text-teal-200\/40{color:#99f6e466!important}.\!text-teal-200\/45{color:#99f6e473!important}.\!text-teal-200\/5{color:#99f6e40d!important}.\!text-teal-200\/50{color:#99f6e480!important}.\!text-teal-200\/55{color:#99f6e48c!important}.\!text-teal-200\/60{color:#99f6e499!important}.\!text-teal-200\/65{color:#99f6e4a6!important}.\!text-teal-200\/70{color:#99f6e4b3!important}.\!text-teal-200\/75{color:#99f6e4bf!important}.\!text-teal-200\/80{color:#99f6e4cc!important}.\!text-teal-200\/85{color:#99f6e4d9!important}.\!text-teal-200\/90{color:#99f6e4e6!important}.\!text-teal-200\/95{color:#99f6e4f2!important}.\!text-teal-300{--tw-text-opacity: 1 !important;color:rgb(94 234 212 / var(--tw-text-opacity))!important}.\!text-teal-300\/0{color:#5eead400!important}.\!text-teal-300\/10{color:#5eead41a!important}.\!text-teal-300\/100{color:#5eead4!important}.\!text-teal-300\/15{color:#5eead426!important}.\!text-teal-300\/20{color:#5eead433!important}.\!text-teal-300\/25{color:#5eead440!important}.\!text-teal-300\/30{color:#5eead44d!important}.\!text-teal-300\/35{color:#5eead459!important}.\!text-teal-300\/40{color:#5eead466!important}.\!text-teal-300\/45{color:#5eead473!important}.\!text-teal-300\/5{color:#5eead40d!important}.\!text-teal-300\/50{color:#5eead480!important}.\!text-teal-300\/55{color:#5eead48c!important}.\!text-teal-300\/60{color:#5eead499!important}.\!text-teal-300\/65{color:#5eead4a6!important}.\!text-teal-300\/70{color:#5eead4b3!important}.\!text-teal-300\/75{color:#5eead4bf!important}.\!text-teal-300\/80{color:#5eead4cc!important}.\!text-teal-300\/85{color:#5eead4d9!important}.\!text-teal-300\/90{color:#5eead4e6!important}.\!text-teal-300\/95{color:#5eead4f2!important}.\!text-teal-400{--tw-text-opacity: 1 !important;color:rgb(45 212 191 / var(--tw-text-opacity))!important}.\!text-teal-400\/0{color:#2dd4bf00!important}.\!text-teal-400\/10{color:#2dd4bf1a!important}.\!text-teal-400\/100{color:#2dd4bf!important}.\!text-teal-400\/15{color:#2dd4bf26!important}.\!text-teal-400\/20{color:#2dd4bf33!important}.\!text-teal-400\/25{color:#2dd4bf40!important}.\!text-teal-400\/30{color:#2dd4bf4d!important}.\!text-teal-400\/35{color:#2dd4bf59!important}.\!text-teal-400\/40{color:#2dd4bf66!important}.\!text-teal-400\/45{color:#2dd4bf73!important}.\!text-teal-400\/5{color:#2dd4bf0d!important}.\!text-teal-400\/50{color:#2dd4bf80!important}.\!text-teal-400\/55{color:#2dd4bf8c!important}.\!text-teal-400\/60{color:#2dd4bf99!important}.\!text-teal-400\/65{color:#2dd4bfa6!important}.\!text-teal-400\/70{color:#2dd4bfb3!important}.\!text-teal-400\/75{color:#2dd4bfbf!important}.\!text-teal-400\/80{color:#2dd4bfcc!important}.\!text-teal-400\/85{color:#2dd4bfd9!important}.\!text-teal-400\/90{color:#2dd4bfe6!important}.\!text-teal-400\/95{color:#2dd4bff2!important}.\!text-teal-500{--tw-text-opacity: 1 !important;color:rgb(20 184 166 / var(--tw-text-opacity))!important}.\!text-teal-500\/0{color:#14b8a600!important}.\!text-teal-500\/10{color:#14b8a61a!important}.\!text-teal-500\/100{color:#14b8a6!important}.\!text-teal-500\/15{color:#14b8a626!important}.\!text-teal-500\/20{color:#14b8a633!important}.\!text-teal-500\/25{color:#14b8a640!important}.\!text-teal-500\/30{color:#14b8a64d!important}.\!text-teal-500\/35{color:#14b8a659!important}.\!text-teal-500\/40{color:#14b8a666!important}.\!text-teal-500\/45{color:#14b8a673!important}.\!text-teal-500\/5{color:#14b8a60d!important}.\!text-teal-500\/50{color:#14b8a680!important}.\!text-teal-500\/55{color:#14b8a68c!important}.\!text-teal-500\/60{color:#14b8a699!important}.\!text-teal-500\/65{color:#14b8a6a6!important}.\!text-teal-500\/70{color:#14b8a6b3!important}.\!text-teal-500\/75{color:#14b8a6bf!important}.\!text-teal-500\/80{color:#14b8a6cc!important}.\!text-teal-500\/85{color:#14b8a6d9!important}.\!text-teal-500\/90{color:#14b8a6e6!important}.\!text-teal-500\/95{color:#14b8a6f2!important}.\!text-teal-600{--tw-text-opacity: 1 !important;color:rgb(13 148 136 / var(--tw-text-opacity))!important}.\!text-teal-600\/0{color:#0d948800!important}.\!text-teal-600\/10{color:#0d94881a!important}.\!text-teal-600\/100{color:#0d9488!important}.\!text-teal-600\/15{color:#0d948826!important}.\!text-teal-600\/20{color:#0d948833!important}.\!text-teal-600\/25{color:#0d948840!important}.\!text-teal-600\/30{color:#0d94884d!important}.\!text-teal-600\/35{color:#0d948859!important}.\!text-teal-600\/40{color:#0d948866!important}.\!text-teal-600\/45{color:#0d948873!important}.\!text-teal-600\/5{color:#0d94880d!important}.\!text-teal-600\/50{color:#0d948880!important}.\!text-teal-600\/55{color:#0d94888c!important}.\!text-teal-600\/60{color:#0d948899!important}.\!text-teal-600\/65{color:#0d9488a6!important}.\!text-teal-600\/70{color:#0d9488b3!important}.\!text-teal-600\/75{color:#0d9488bf!important}.\!text-teal-600\/80{color:#0d9488cc!important}.\!text-teal-600\/85{color:#0d9488d9!important}.\!text-teal-600\/90{color:#0d9488e6!important}.\!text-teal-600\/95{color:#0d9488f2!important}.\!text-teal-700{--tw-text-opacity: 1 !important;color:rgb(15 118 110 / var(--tw-text-opacity))!important}.\!text-teal-700\/0{color:#0f766e00!important}.\!text-teal-700\/10{color:#0f766e1a!important}.\!text-teal-700\/100{color:#0f766e!important}.\!text-teal-700\/15{color:#0f766e26!important}.\!text-teal-700\/20{color:#0f766e33!important}.\!text-teal-700\/25{color:#0f766e40!important}.\!text-teal-700\/30{color:#0f766e4d!important}.\!text-teal-700\/35{color:#0f766e59!important}.\!text-teal-700\/40{color:#0f766e66!important}.\!text-teal-700\/45{color:#0f766e73!important}.\!text-teal-700\/5{color:#0f766e0d!important}.\!text-teal-700\/50{color:#0f766e80!important}.\!text-teal-700\/55{color:#0f766e8c!important}.\!text-teal-700\/60{color:#0f766e99!important}.\!text-teal-700\/65{color:#0f766ea6!important}.\!text-teal-700\/70{color:#0f766eb3!important}.\!text-teal-700\/75{color:#0f766ebf!important}.\!text-teal-700\/80{color:#0f766ecc!important}.\!text-teal-700\/85{color:#0f766ed9!important}.\!text-teal-700\/90{color:#0f766ee6!important}.\!text-teal-700\/95{color:#0f766ef2!important}.\!text-teal-800{--tw-text-opacity: 1 !important;color:rgb(17 94 89 / var(--tw-text-opacity))!important}.\!text-teal-800\/0{color:#115e5900!important}.\!text-teal-800\/10{color:#115e591a!important}.\!text-teal-800\/100{color:#115e59!important}.\!text-teal-800\/15{color:#115e5926!important}.\!text-teal-800\/20{color:#115e5933!important}.\!text-teal-800\/25{color:#115e5940!important}.\!text-teal-800\/30{color:#115e594d!important}.\!text-teal-800\/35{color:#115e5959!important}.\!text-teal-800\/40{color:#115e5966!important}.\!text-teal-800\/45{color:#115e5973!important}.\!text-teal-800\/5{color:#115e590d!important}.\!text-teal-800\/50{color:#115e5980!important}.\!text-teal-800\/55{color:#115e598c!important}.\!text-teal-800\/60{color:#115e5999!important}.\!text-teal-800\/65{color:#115e59a6!important}.\!text-teal-800\/70{color:#115e59b3!important}.\!text-teal-800\/75{color:#115e59bf!important}.\!text-teal-800\/80{color:#115e59cc!important}.\!text-teal-800\/85{color:#115e59d9!important}.\!text-teal-800\/90{color:#115e59e6!important}.\!text-teal-800\/95{color:#115e59f2!important}.\!text-teal-900{--tw-text-opacity: 1 !important;color:rgb(19 78 74 / var(--tw-text-opacity))!important}.\!text-teal-900\/0{color:#134e4a00!important}.\!text-teal-900\/10{color:#134e4a1a!important}.\!text-teal-900\/100{color:#134e4a!important}.\!text-teal-900\/15{color:#134e4a26!important}.\!text-teal-900\/20{color:#134e4a33!important}.\!text-teal-900\/25{color:#134e4a40!important}.\!text-teal-900\/30{color:#134e4a4d!important}.\!text-teal-900\/35{color:#134e4a59!important}.\!text-teal-900\/40{color:#134e4a66!important}.\!text-teal-900\/45{color:#134e4a73!important}.\!text-teal-900\/5{color:#134e4a0d!important}.\!text-teal-900\/50{color:#134e4a80!important}.\!text-teal-900\/55{color:#134e4a8c!important}.\!text-teal-900\/60{color:#134e4a99!important}.\!text-teal-900\/65{color:#134e4aa6!important}.\!text-teal-900\/70{color:#134e4ab3!important}.\!text-teal-900\/75{color:#134e4abf!important}.\!text-teal-900\/80{color:#134e4acc!important}.\!text-teal-900\/85{color:#134e4ad9!important}.\!text-teal-900\/90{color:#134e4ae6!important}.\!text-teal-900\/95{color:#134e4af2!important}.\!text-yellow-100{--tw-text-opacity: 1 !important;color:rgb(254 249 195 / var(--tw-text-opacity))!important}.\!text-yellow-100\/0{color:#fef9c300!important}.\!text-yellow-100\/10{color:#fef9c31a!important}.\!text-yellow-100\/100{color:#fef9c3!important}.\!text-yellow-100\/15{color:#fef9c326!important}.\!text-yellow-100\/20{color:#fef9c333!important}.\!text-yellow-100\/25{color:#fef9c340!important}.\!text-yellow-100\/30{color:#fef9c34d!important}.\!text-yellow-100\/35{color:#fef9c359!important}.\!text-yellow-100\/40{color:#fef9c366!important}.\!text-yellow-100\/45{color:#fef9c373!important}.\!text-yellow-100\/5{color:#fef9c30d!important}.\!text-yellow-100\/50{color:#fef9c380!important}.\!text-yellow-100\/55{color:#fef9c38c!important}.\!text-yellow-100\/60{color:#fef9c399!important}.\!text-yellow-100\/65{color:#fef9c3a6!important}.\!text-yellow-100\/70{color:#fef9c3b3!important}.\!text-yellow-100\/75{color:#fef9c3bf!important}.\!text-yellow-100\/80{color:#fef9c3cc!important}.\!text-yellow-100\/85{color:#fef9c3d9!important}.\!text-yellow-100\/90{color:#fef9c3e6!important}.\!text-yellow-100\/95{color:#fef9c3f2!important}.\!text-yellow-200{--tw-text-opacity: 1 !important;color:rgb(254 240 138 / var(--tw-text-opacity))!important}.\!text-yellow-200\/0{color:#fef08a00!important}.\!text-yellow-200\/10{color:#fef08a1a!important}.\!text-yellow-200\/100{color:#fef08a!important}.\!text-yellow-200\/15{color:#fef08a26!important}.\!text-yellow-200\/20{color:#fef08a33!important}.\!text-yellow-200\/25{color:#fef08a40!important}.\!text-yellow-200\/30{color:#fef08a4d!important}.\!text-yellow-200\/35{color:#fef08a59!important}.\!text-yellow-200\/40{color:#fef08a66!important}.\!text-yellow-200\/45{color:#fef08a73!important}.\!text-yellow-200\/5{color:#fef08a0d!important}.\!text-yellow-200\/50{color:#fef08a80!important}.\!text-yellow-200\/55{color:#fef08a8c!important}.\!text-yellow-200\/60{color:#fef08a99!important}.\!text-yellow-200\/65{color:#fef08aa6!important}.\!text-yellow-200\/70{color:#fef08ab3!important}.\!text-yellow-200\/75{color:#fef08abf!important}.\!text-yellow-200\/80{color:#fef08acc!important}.\!text-yellow-200\/85{color:#fef08ad9!important}.\!text-yellow-200\/90{color:#fef08ae6!important}.\!text-yellow-200\/95{color:#fef08af2!important}.\!text-yellow-300{--tw-text-opacity: 1 !important;color:rgb(253 224 71 / var(--tw-text-opacity))!important}.\!text-yellow-300\/0{color:#fde04700!important}.\!text-yellow-300\/10{color:#fde0471a!important}.\!text-yellow-300\/100{color:#fde047!important}.\!text-yellow-300\/15{color:#fde04726!important}.\!text-yellow-300\/20{color:#fde04733!important}.\!text-yellow-300\/25{color:#fde04740!important}.\!text-yellow-300\/30{color:#fde0474d!important}.\!text-yellow-300\/35{color:#fde04759!important}.\!text-yellow-300\/40{color:#fde04766!important}.\!text-yellow-300\/45{color:#fde04773!important}.\!text-yellow-300\/5{color:#fde0470d!important}.\!text-yellow-300\/50{color:#fde04780!important}.\!text-yellow-300\/55{color:#fde0478c!important}.\!text-yellow-300\/60{color:#fde04799!important}.\!text-yellow-300\/65{color:#fde047a6!important}.\!text-yellow-300\/70{color:#fde047b3!important}.\!text-yellow-300\/75{color:#fde047bf!important}.\!text-yellow-300\/80{color:#fde047cc!important}.\!text-yellow-300\/85{color:#fde047d9!important}.\!text-yellow-300\/90{color:#fde047e6!important}.\!text-yellow-300\/95{color:#fde047f2!important}.\!text-yellow-400{--tw-text-opacity: 1 !important;color:rgb(250 204 21 / var(--tw-text-opacity))!important}.\!text-yellow-400\/0{color:#facc1500!important}.\!text-yellow-400\/10{color:#facc151a!important}.\!text-yellow-400\/100{color:#facc15!important}.\!text-yellow-400\/15{color:#facc1526!important}.\!text-yellow-400\/20{color:#facc1533!important}.\!text-yellow-400\/25{color:#facc1540!important}.\!text-yellow-400\/30{color:#facc154d!important}.\!text-yellow-400\/35{color:#facc1559!important}.\!text-yellow-400\/40{color:#facc1566!important}.\!text-yellow-400\/45{color:#facc1573!important}.\!text-yellow-400\/5{color:#facc150d!important}.\!text-yellow-400\/50{color:#facc1580!important}.\!text-yellow-400\/55{color:#facc158c!important}.\!text-yellow-400\/60{color:#facc1599!important}.\!text-yellow-400\/65{color:#facc15a6!important}.\!text-yellow-400\/70{color:#facc15b3!important}.\!text-yellow-400\/75{color:#facc15bf!important}.\!text-yellow-400\/80{color:#facc15cc!important}.\!text-yellow-400\/85{color:#facc15d9!important}.\!text-yellow-400\/90{color:#facc15e6!important}.\!text-yellow-400\/95{color:#facc15f2!important}.\!text-yellow-500{--tw-text-opacity: 1 !important;color:rgb(234 179 8 / var(--tw-text-opacity))!important}.\!text-yellow-500\/0{color:#eab30800!important}.\!text-yellow-500\/10{color:#eab3081a!important}.\!text-yellow-500\/100{color:#eab308!important}.\!text-yellow-500\/15{color:#eab30826!important}.\!text-yellow-500\/20{color:#eab30833!important}.\!text-yellow-500\/25{color:#eab30840!important}.\!text-yellow-500\/30{color:#eab3084d!important}.\!text-yellow-500\/35{color:#eab30859!important}.\!text-yellow-500\/40{color:#eab30866!important}.\!text-yellow-500\/45{color:#eab30873!important}.\!text-yellow-500\/5{color:#eab3080d!important}.\!text-yellow-500\/50{color:#eab30880!important}.\!text-yellow-500\/55{color:#eab3088c!important}.\!text-yellow-500\/60{color:#eab30899!important}.\!text-yellow-500\/65{color:#eab308a6!important}.\!text-yellow-500\/70{color:#eab308b3!important}.\!text-yellow-500\/75{color:#eab308bf!important}.\!text-yellow-500\/80{color:#eab308cc!important}.\!text-yellow-500\/85{color:#eab308d9!important}.\!text-yellow-500\/90{color:#eab308e6!important}.\!text-yellow-500\/95{color:#eab308f2!important}.\!text-yellow-600{--tw-text-opacity: 1 !important;color:rgb(202 138 4 / var(--tw-text-opacity))!important}.\!text-yellow-600\/0{color:#ca8a0400!important}.\!text-yellow-600\/10{color:#ca8a041a!important}.\!text-yellow-600\/100{color:#ca8a04!important}.\!text-yellow-600\/15{color:#ca8a0426!important}.\!text-yellow-600\/20{color:#ca8a0433!important}.\!text-yellow-600\/25{color:#ca8a0440!important}.\!text-yellow-600\/30{color:#ca8a044d!important}.\!text-yellow-600\/35{color:#ca8a0459!important}.\!text-yellow-600\/40{color:#ca8a0466!important}.\!text-yellow-600\/45{color:#ca8a0473!important}.\!text-yellow-600\/5{color:#ca8a040d!important}.\!text-yellow-600\/50{color:#ca8a0480!important}.\!text-yellow-600\/55{color:#ca8a048c!important}.\!text-yellow-600\/60{color:#ca8a0499!important}.\!text-yellow-600\/65{color:#ca8a04a6!important}.\!text-yellow-600\/70{color:#ca8a04b3!important}.\!text-yellow-600\/75{color:#ca8a04bf!important}.\!text-yellow-600\/80{color:#ca8a04cc!important}.\!text-yellow-600\/85{color:#ca8a04d9!important}.\!text-yellow-600\/90{color:#ca8a04e6!important}.\!text-yellow-600\/95{color:#ca8a04f2!important}.\!text-yellow-700{--tw-text-opacity: 1 !important;color:rgb(161 98 7 / var(--tw-text-opacity))!important}.\!text-yellow-700\/0{color:#a1620700!important}.\!text-yellow-700\/10{color:#a162071a!important}.\!text-yellow-700\/100{color:#a16207!important}.\!text-yellow-700\/15{color:#a1620726!important}.\!text-yellow-700\/20{color:#a1620733!important}.\!text-yellow-700\/25{color:#a1620740!important}.\!text-yellow-700\/30{color:#a162074d!important}.\!text-yellow-700\/35{color:#a1620759!important}.\!text-yellow-700\/40{color:#a1620766!important}.\!text-yellow-700\/45{color:#a1620773!important}.\!text-yellow-700\/5{color:#a162070d!important}.\!text-yellow-700\/50{color:#a1620780!important}.\!text-yellow-700\/55{color:#a162078c!important}.\!text-yellow-700\/60{color:#a1620799!important}.\!text-yellow-700\/65{color:#a16207a6!important}.\!text-yellow-700\/70{color:#a16207b3!important}.\!text-yellow-700\/75{color:#a16207bf!important}.\!text-yellow-700\/80{color:#a16207cc!important}.\!text-yellow-700\/85{color:#a16207d9!important}.\!text-yellow-700\/90{color:#a16207e6!important}.\!text-yellow-700\/95{color:#a16207f2!important}.\!text-yellow-800{--tw-text-opacity: 1 !important;color:rgb(133 77 14 / var(--tw-text-opacity))!important}.\!text-yellow-800\/0{color:#854d0e00!important}.\!text-yellow-800\/10{color:#854d0e1a!important}.\!text-yellow-800\/100{color:#854d0e!important}.\!text-yellow-800\/15{color:#854d0e26!important}.\!text-yellow-800\/20{color:#854d0e33!important}.\!text-yellow-800\/25{color:#854d0e40!important}.\!text-yellow-800\/30{color:#854d0e4d!important}.\!text-yellow-800\/35{color:#854d0e59!important}.\!text-yellow-800\/40{color:#854d0e66!important}.\!text-yellow-800\/45{color:#854d0e73!important}.\!text-yellow-800\/5{color:#854d0e0d!important}.\!text-yellow-800\/50{color:#854d0e80!important}.\!text-yellow-800\/55{color:#854d0e8c!important}.\!text-yellow-800\/60{color:#854d0e99!important}.\!text-yellow-800\/65{color:#854d0ea6!important}.\!text-yellow-800\/70{color:#854d0eb3!important}.\!text-yellow-800\/75{color:#854d0ebf!important}.\!text-yellow-800\/80{color:#854d0ecc!important}.\!text-yellow-800\/85{color:#854d0ed9!important}.\!text-yellow-800\/90{color:#854d0ee6!important}.\!text-yellow-800\/95{color:#854d0ef2!important}.\!text-yellow-900{--tw-text-opacity: 1 !important;color:rgb(113 63 18 / var(--tw-text-opacity))!important}.\!text-yellow-900\/0{color:#713f1200!important}.\!text-yellow-900\/10{color:#713f121a!important}.\!text-yellow-900\/100{color:#713f12!important}.\!text-yellow-900\/15{color:#713f1226!important}.\!text-yellow-900\/20{color:#713f1233!important}.\!text-yellow-900\/25{color:#713f1240!important}.\!text-yellow-900\/30{color:#713f124d!important}.\!text-yellow-900\/35{color:#713f1259!important}.\!text-yellow-900\/40{color:#713f1266!important}.\!text-yellow-900\/45{color:#713f1273!important}.\!text-yellow-900\/5{color:#713f120d!important}.\!text-yellow-900\/50{color:#713f1280!important}.\!text-yellow-900\/55{color:#713f128c!important}.\!text-yellow-900\/60{color:#713f1299!important}.\!text-yellow-900\/65{color:#713f12a6!important}.\!text-yellow-900\/70{color:#713f12b3!important}.\!text-yellow-900\/75{color:#713f12bf!important}.\!text-yellow-900\/80{color:#713f12cc!important}.\!text-yellow-900\/85{color:#713f12d9!important}.\!text-yellow-900\/90{color:#713f12e6!important}.\!text-yellow-900\/95{color:#713f12f2!important}.text-\[\#838995\]{--tw-text-opacity: 1;color:rgb(131 137 149 / var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity))}.text-blue-100\/0{color:#dbeafe00}.text-blue-100\/10{color:#dbeafe1a}.text-blue-100\/100{color:#dbeafe}.text-blue-100\/15{color:#dbeafe26}.text-blue-100\/20{color:#dbeafe33}.text-blue-100\/25{color:#dbeafe40}.text-blue-100\/30{color:#dbeafe4d}.text-blue-100\/35{color:#dbeafe59}.text-blue-100\/40{color:#dbeafe66}.text-blue-100\/45{color:#dbeafe73}.text-blue-100\/5{color:#dbeafe0d}.text-blue-100\/50{color:#dbeafe80}.text-blue-100\/55{color:#dbeafe8c}.text-blue-100\/60{color:#dbeafe99}.text-blue-100\/65{color:#dbeafea6}.text-blue-100\/70{color:#dbeafeb3}.text-blue-100\/75{color:#dbeafebf}.text-blue-100\/80{color:#dbeafecc}.text-blue-100\/85{color:#dbeafed9}.text-blue-100\/90{color:#dbeafee6}.text-blue-100\/95{color:#dbeafef2}.text-blue-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity))}.text-blue-200\/0{color:#bfdbfe00}.text-blue-200\/10{color:#bfdbfe1a}.text-blue-200\/100{color:#bfdbfe}.text-blue-200\/15{color:#bfdbfe26}.text-blue-200\/20{color:#bfdbfe33}.text-blue-200\/25{color:#bfdbfe40}.text-blue-200\/30{color:#bfdbfe4d}.text-blue-200\/35{color:#bfdbfe59}.text-blue-200\/40{color:#bfdbfe66}.text-blue-200\/45{color:#bfdbfe73}.text-blue-200\/5{color:#bfdbfe0d}.text-blue-200\/50{color:#bfdbfe80}.text-blue-200\/55{color:#bfdbfe8c}.text-blue-200\/60{color:#bfdbfe99}.text-blue-200\/65{color:#bfdbfea6}.text-blue-200\/70{color:#bfdbfeb3}.text-blue-200\/75{color:#bfdbfebf}.text-blue-200\/80{color:#bfdbfecc}.text-blue-200\/85{color:#bfdbfed9}.text-blue-200\/90{color:#bfdbfee6}.text-blue-200\/95{color:#bfdbfef2}.text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity))}.text-blue-300\/0{color:#93c5fd00}.text-blue-300\/10{color:#93c5fd1a}.text-blue-300\/100{color:#93c5fd}.text-blue-300\/15{color:#93c5fd26}.text-blue-300\/20{color:#93c5fd33}.text-blue-300\/25{color:#93c5fd40}.text-blue-300\/30{color:#93c5fd4d}.text-blue-300\/35{color:#93c5fd59}.text-blue-300\/40{color:#93c5fd66}.text-blue-300\/45{color:#93c5fd73}.text-blue-300\/5{color:#93c5fd0d}.text-blue-300\/50{color:#93c5fd80}.text-blue-300\/55{color:#93c5fd8c}.text-blue-300\/60{color:#93c5fd99}.text-blue-300\/65{color:#93c5fda6}.text-blue-300\/70{color:#93c5fdb3}.text-blue-300\/75{color:#93c5fdbf}.text-blue-300\/80{color:#93c5fdcc}.text-blue-300\/85{color:#93c5fdd9}.text-blue-300\/90{color:#93c5fde6}.text-blue-300\/95{color:#93c5fdf2}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity))}.text-blue-400\/0{color:#60a5fa00}.text-blue-400\/10{color:#60a5fa1a}.text-blue-400\/100{color:#60a5fa}.text-blue-400\/15{color:#60a5fa26}.text-blue-400\/20{color:#60a5fa33}.text-blue-400\/25{color:#60a5fa40}.text-blue-400\/30{color:#60a5fa4d}.text-blue-400\/35{color:#60a5fa59}.text-blue-400\/40{color:#60a5fa66}.text-blue-400\/45{color:#60a5fa73}.text-blue-400\/5{color:#60a5fa0d}.text-blue-400\/50{color:#60a5fa80}.text-blue-400\/55{color:#60a5fa8c}.text-blue-400\/60{color:#60a5fa99}.text-blue-400\/65{color:#60a5faa6}.text-blue-400\/70{color:#60a5fab3}.text-blue-400\/75{color:#60a5fabf}.text-blue-400\/80{color:#60a5facc}.text-blue-400\/85{color:#60a5fad9}.text-blue-400\/90{color:#60a5fae6}.text-blue-400\/95{color:#60a5faf2}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-blue-500\/0{color:#3b82f600}.text-blue-500\/10{color:#3b82f61a}.text-blue-500\/100{color:#3b82f6}.text-blue-500\/15{color:#3b82f626}.text-blue-500\/20{color:#3b82f633}.text-blue-500\/25{color:#3b82f640}.text-blue-500\/30{color:#3b82f64d}.text-blue-500\/35{color:#3b82f659}.text-blue-500\/40{color:#3b82f666}.text-blue-500\/45{color:#3b82f673}.text-blue-500\/5{color:#3b82f60d}.text-blue-500\/50{color:#3b82f680}.text-blue-500\/55{color:#3b82f68c}.text-blue-500\/60{color:#3b82f699}.text-blue-500\/65{color:#3b82f6a6}.text-blue-500\/70{color:#3b82f6b3}.text-blue-500\/75{color:#3b82f6bf}.text-blue-500\/80{color:#3b82f6cc}.text-blue-500\/85{color:#3b82f6d9}.text-blue-500\/90{color:#3b82f6e6}.text-blue-500\/95{color:#3b82f6f2}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-blue-600\/0{color:#2563eb00}.text-blue-600\/10{color:#2563eb1a}.text-blue-600\/100{color:#2563eb}.text-blue-600\/15{color:#2563eb26}.text-blue-600\/20{color:#2563eb33}.text-blue-600\/25{color:#2563eb40}.text-blue-600\/30{color:#2563eb4d}.text-blue-600\/35{color:#2563eb59}.text-blue-600\/40{color:#2563eb66}.text-blue-600\/45{color:#2563eb73}.text-blue-600\/5{color:#2563eb0d}.text-blue-600\/50{color:#2563eb80}.text-blue-600\/55{color:#2563eb8c}.text-blue-600\/60{color:#2563eb99}.text-blue-600\/65{color:#2563eba6}.text-blue-600\/70{color:#2563ebb3}.text-blue-600\/75{color:#2563ebbf}.text-blue-600\/80{color:#2563ebcc}.text-blue-600\/85{color:#2563ebd9}.text-blue-600\/90{color:#2563ebe6}.text-blue-600\/95{color:#2563ebf2}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.text-blue-700\/0{color:#1d4ed800}.text-blue-700\/10{color:#1d4ed81a}.text-blue-700\/100{color:#1d4ed8}.text-blue-700\/15{color:#1d4ed826}.text-blue-700\/20{color:#1d4ed833}.text-blue-700\/25{color:#1d4ed840}.text-blue-700\/30{color:#1d4ed84d}.text-blue-700\/35{color:#1d4ed859}.text-blue-700\/40{color:#1d4ed866}.text-blue-700\/45{color:#1d4ed873}.text-blue-700\/5{color:#1d4ed80d}.text-blue-700\/50{color:#1d4ed880}.text-blue-700\/55{color:#1d4ed88c}.text-blue-700\/60{color:#1d4ed899}.text-blue-700\/65{color:#1d4ed8a6}.text-blue-700\/70{color:#1d4ed8b3}.text-blue-700\/75{color:#1d4ed8bf}.text-blue-700\/80{color:#1d4ed8cc}.text-blue-700\/85{color:#1d4ed8d9}.text-blue-700\/90{color:#1d4ed8e6}.text-blue-700\/95{color:#1d4ed8f2}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.text-blue-800\/0{color:#1e40af00}.text-blue-800\/10{color:#1e40af1a}.text-blue-800\/100{color:#1e40af}.text-blue-800\/15{color:#1e40af26}.text-blue-800\/20{color:#1e40af33}.text-blue-800\/25{color:#1e40af40}.text-blue-800\/30{color:#1e40af4d}.text-blue-800\/35{color:#1e40af59}.text-blue-800\/40{color:#1e40af66}.text-blue-800\/45{color:#1e40af73}.text-blue-800\/5{color:#1e40af0d}.text-blue-800\/50{color:#1e40af80}.text-blue-800\/55{color:#1e40af8c}.text-blue-800\/60{color:#1e40af99}.text-blue-800\/65{color:#1e40afa6}.text-blue-800\/70{color:#1e40afb3}.text-blue-800\/75{color:#1e40afbf}.text-blue-800\/80{color:#1e40afcc}.text-blue-800\/85{color:#1e40afd9}.text-blue-800\/90{color:#1e40afe6}.text-blue-800\/95{color:#1e40aff2}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity))}.text-blue-900\/0{color:#1e3a8a00}.text-blue-900\/10{color:#1e3a8a1a}.text-blue-900\/100{color:#1e3a8a}.text-blue-900\/15{color:#1e3a8a26}.text-blue-900\/20{color:#1e3a8a33}.text-blue-900\/25{color:#1e3a8a40}.text-blue-900\/30{color:#1e3a8a4d}.text-blue-900\/35{color:#1e3a8a59}.text-blue-900\/40{color:#1e3a8a66}.text-blue-900\/45{color:#1e3a8a73}.text-blue-900\/5{color:#1e3a8a0d}.text-blue-900\/50{color:#1e3a8a80}.text-blue-900\/55{color:#1e3a8a8c}.text-blue-900\/60{color:#1e3a8a99}.text-blue-900\/65{color:#1e3a8aa6}.text-blue-900\/70{color:#1e3a8ab3}.text-blue-900\/75{color:#1e3a8abf}.text-blue-900\/80{color:#1e3a8acc}.text-blue-900\/85{color:#1e3a8ad9}.text-blue-900\/90{color:#1e3a8ae6}.text-blue-900\/95{color:#1e3a8af2}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-green-100{--tw-text-opacity: 1;color:rgb(220 252 231 / var(--tw-text-opacity))}.text-green-100\/0{color:#dcfce700}.text-green-100\/10{color:#dcfce71a}.text-green-100\/100{color:#dcfce7}.text-green-100\/15{color:#dcfce726}.text-green-100\/20{color:#dcfce733}.text-green-100\/25{color:#dcfce740}.text-green-100\/30{color:#dcfce74d}.text-green-100\/35{color:#dcfce759}.text-green-100\/40{color:#dcfce766}.text-green-100\/45{color:#dcfce773}.text-green-100\/5{color:#dcfce70d}.text-green-100\/50{color:#dcfce780}.text-green-100\/55{color:#dcfce78c}.text-green-100\/60{color:#dcfce799}.text-green-100\/65{color:#dcfce7a6}.text-green-100\/70{color:#dcfce7b3}.text-green-100\/75{color:#dcfce7bf}.text-green-100\/80{color:#dcfce7cc}.text-green-100\/85{color:#dcfce7d9}.text-green-100\/90{color:#dcfce7e6}.text-green-100\/95{color:#dcfce7f2}.text-green-200{--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity))}.text-green-200\/0{color:#bbf7d000}.text-green-200\/10{color:#bbf7d01a}.text-green-200\/100{color:#bbf7d0}.text-green-200\/15{color:#bbf7d026}.text-green-200\/20{color:#bbf7d033}.text-green-200\/25{color:#bbf7d040}.text-green-200\/30{color:#bbf7d04d}.text-green-200\/35{color:#bbf7d059}.text-green-200\/40{color:#bbf7d066}.text-green-200\/45{color:#bbf7d073}.text-green-200\/5{color:#bbf7d00d}.text-green-200\/50{color:#bbf7d080}.text-green-200\/55{color:#bbf7d08c}.text-green-200\/60{color:#bbf7d099}.text-green-200\/65{color:#bbf7d0a6}.text-green-200\/70{color:#bbf7d0b3}.text-green-200\/75{color:#bbf7d0bf}.text-green-200\/80{color:#bbf7d0cc}.text-green-200\/85{color:#bbf7d0d9}.text-green-200\/90{color:#bbf7d0e6}.text-green-200\/95{color:#bbf7d0f2}.text-green-300{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity))}.text-green-300\/0{color:#86efac00}.text-green-300\/10{color:#86efac1a}.text-green-300\/100{color:#86efac}.text-green-300\/15{color:#86efac26}.text-green-300\/20{color:#86efac33}.text-green-300\/25{color:#86efac40}.text-green-300\/30{color:#86efac4d}.text-green-300\/35{color:#86efac59}.text-green-300\/40{color:#86efac66}.text-green-300\/45{color:#86efac73}.text-green-300\/5{color:#86efac0d}.text-green-300\/50{color:#86efac80}.text-green-300\/55{color:#86efac8c}.text-green-300\/60{color:#86efac99}.text-green-300\/65{color:#86efaca6}.text-green-300\/70{color:#86efacb3}.text-green-300\/75{color:#86efacbf}.text-green-300\/80{color:#86efaccc}.text-green-300\/85{color:#86efacd9}.text-green-300\/90{color:#86eface6}.text-green-300\/95{color:#86efacf2}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity))}.text-green-400\/0{color:#4ade8000}.text-green-400\/10{color:#4ade801a}.text-green-400\/100{color:#4ade80}.text-green-400\/15{color:#4ade8026}.text-green-400\/20{color:#4ade8033}.text-green-400\/25{color:#4ade8040}.text-green-400\/30{color:#4ade804d}.text-green-400\/35{color:#4ade8059}.text-green-400\/40{color:#4ade8066}.text-green-400\/45{color:#4ade8073}.text-green-400\/5{color:#4ade800d}.text-green-400\/50{color:#4ade8080}.text-green-400\/55{color:#4ade808c}.text-green-400\/60{color:#4ade8099}.text-green-400\/65{color:#4ade80a6}.text-green-400\/70{color:#4ade80b3}.text-green-400\/75{color:#4ade80bf}.text-green-400\/80{color:#4ade80cc}.text-green-400\/85{color:#4ade80d9}.text-green-400\/90{color:#4ade80e6}.text-green-400\/95{color:#4ade80f2}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity))}.text-green-500\/0{color:#22c55e00}.text-green-500\/10{color:#22c55e1a}.text-green-500\/100{color:#22c55e}.text-green-500\/15{color:#22c55e26}.text-green-500\/20{color:#22c55e33}.text-green-500\/25{color:#22c55e40}.text-green-500\/30{color:#22c55e4d}.text-green-500\/35{color:#22c55e59}.text-green-500\/40{color:#22c55e66}.text-green-500\/45{color:#22c55e73}.text-green-500\/5{color:#22c55e0d}.text-green-500\/50{color:#22c55e80}.text-green-500\/55{color:#22c55e8c}.text-green-500\/60{color:#22c55e99}.text-green-500\/65{color:#22c55ea6}.text-green-500\/70{color:#22c55eb3}.text-green-500\/75{color:#22c55ebf}.text-green-500\/80{color:#22c55ecc}.text-green-500\/85{color:#22c55ed9}.text-green-500\/90{color:#22c55ee6}.text-green-500\/95{color:#22c55ef2}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.text-green-600\/0{color:#16a34a00}.text-green-600\/10{color:#16a34a1a}.text-green-600\/100{color:#16a34a}.text-green-600\/15{color:#16a34a26}.text-green-600\/20{color:#16a34a33}.text-green-600\/25{color:#16a34a40}.text-green-600\/30{color:#16a34a4d}.text-green-600\/35{color:#16a34a59}.text-green-600\/40{color:#16a34a66}.text-green-600\/45{color:#16a34a73}.text-green-600\/5{color:#16a34a0d}.text-green-600\/50{color:#16a34a80}.text-green-600\/55{color:#16a34a8c}.text-green-600\/60{color:#16a34a99}.text-green-600\/65{color:#16a34aa6}.text-green-600\/70{color:#16a34ab3}.text-green-600\/75{color:#16a34abf}.text-green-600\/80{color:#16a34acc}.text-green-600\/85{color:#16a34ad9}.text-green-600\/90{color:#16a34ae6}.text-green-600\/95{color:#16a34af2}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity))}.text-green-700\/0{color:#15803d00}.text-green-700\/10{color:#15803d1a}.text-green-700\/100{color:#15803d}.text-green-700\/15{color:#15803d26}.text-green-700\/20{color:#15803d33}.text-green-700\/25{color:#15803d40}.text-green-700\/30{color:#15803d4d}.text-green-700\/35{color:#15803d59}.text-green-700\/40{color:#15803d66}.text-green-700\/45{color:#15803d73}.text-green-700\/5{color:#15803d0d}.text-green-700\/50{color:#15803d80}.text-green-700\/55{color:#15803d8c}.text-green-700\/60{color:#15803d99}.text-green-700\/65{color:#15803da6}.text-green-700\/70{color:#15803db3}.text-green-700\/75{color:#15803dbf}.text-green-700\/80{color:#15803dcc}.text-green-700\/85{color:#15803dd9}.text-green-700\/90{color:#15803de6}.text-green-700\/95{color:#15803df2}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity))}.text-green-800\/0{color:#16653400}.text-green-800\/10{color:#1665341a}.text-green-800\/100{color:#166534}.text-green-800\/15{color:#16653426}.text-green-800\/20{color:#16653433}.text-green-800\/25{color:#16653440}.text-green-800\/30{color:#1665344d}.text-green-800\/35{color:#16653459}.text-green-800\/40{color:#16653466}.text-green-800\/45{color:#16653473}.text-green-800\/5{color:#1665340d}.text-green-800\/50{color:#16653480}.text-green-800\/55{color:#1665348c}.text-green-800\/60{color:#16653499}.text-green-800\/65{color:#166534a6}.text-green-800\/70{color:#166534b3}.text-green-800\/75{color:#166534bf}.text-green-800\/80{color:#166534cc}.text-green-800\/85{color:#166534d9}.text-green-800\/90{color:#166534e6}.text-green-800\/95{color:#166534f2}.text-green-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity))}.text-green-900\/0{color:#14532d00}.text-green-900\/10{color:#14532d1a}.text-green-900\/100{color:#14532d}.text-green-900\/15{color:#14532d26}.text-green-900\/20{color:#14532d33}.text-green-900\/25{color:#14532d40}.text-green-900\/30{color:#14532d4d}.text-green-900\/35{color:#14532d59}.text-green-900\/40{color:#14532d66}.text-green-900\/45{color:#14532d73}.text-green-900\/5{color:#14532d0d}.text-green-900\/50{color:#14532d80}.text-green-900\/55{color:#14532d8c}.text-green-900\/60{color:#14532d99}.text-green-900\/65{color:#14532da6}.text-green-900\/70{color:#14532db3}.text-green-900\/75{color:#14532dbf}.text-green-900\/80{color:#14532dcc}.text-green-900\/85{color:#14532dd9}.text-green-900\/90{color:#14532de6}.text-green-900\/95{color:#14532df2}.text-indigo-500{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity))}.text-red-100{--tw-text-opacity: 1;color:rgb(254 226 226 / var(--tw-text-opacity))}.text-red-100\/0{color:#fee2e200}.text-red-100\/10{color:#fee2e21a}.text-red-100\/100{color:#fee2e2}.text-red-100\/15{color:#fee2e226}.text-red-100\/20{color:#fee2e233}.text-red-100\/25{color:#fee2e240}.text-red-100\/30{color:#fee2e24d}.text-red-100\/35{color:#fee2e259}.text-red-100\/40{color:#fee2e266}.text-red-100\/45{color:#fee2e273}.text-red-100\/5{color:#fee2e20d}.text-red-100\/50{color:#fee2e280}.text-red-100\/55{color:#fee2e28c}.text-red-100\/60{color:#fee2e299}.text-red-100\/65{color:#fee2e2a6}.text-red-100\/70{color:#fee2e2b3}.text-red-100\/75{color:#fee2e2bf}.text-red-100\/80{color:#fee2e2cc}.text-red-100\/85{color:#fee2e2d9}.text-red-100\/90{color:#fee2e2e6}.text-red-100\/95{color:#fee2e2f2}.text-red-200{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity))}.text-red-200\/0{color:#fecaca00}.text-red-200\/10{color:#fecaca1a}.text-red-200\/100{color:#fecaca}.text-red-200\/15{color:#fecaca26}.text-red-200\/20{color:#fecaca33}.text-red-200\/25{color:#fecaca40}.text-red-200\/30{color:#fecaca4d}.text-red-200\/35{color:#fecaca59}.text-red-200\/40{color:#fecaca66}.text-red-200\/45{color:#fecaca73}.text-red-200\/5{color:#fecaca0d}.text-red-200\/50{color:#fecaca80}.text-red-200\/55{color:#fecaca8c}.text-red-200\/60{color:#fecaca99}.text-red-200\/65{color:#fecacaa6}.text-red-200\/70{color:#fecacab3}.text-red-200\/75{color:#fecacabf}.text-red-200\/80{color:#fecacacc}.text-red-200\/85{color:#fecacad9}.text-red-200\/90{color:#fecacae6}.text-red-200\/95{color:#fecacaf2}.text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity))}.text-red-300\/0{color:#fca5a500}.text-red-300\/10{color:#fca5a51a}.text-red-300\/100{color:#fca5a5}.text-red-300\/15{color:#fca5a526}.text-red-300\/20{color:#fca5a533}.text-red-300\/25{color:#fca5a540}.text-red-300\/30{color:#fca5a54d}.text-red-300\/35{color:#fca5a559}.text-red-300\/40{color:#fca5a566}.text-red-300\/45{color:#fca5a573}.text-red-300\/5{color:#fca5a50d}.text-red-300\/50{color:#fca5a580}.text-red-300\/55{color:#fca5a58c}.text-red-300\/60{color:#fca5a599}.text-red-300\/65{color:#fca5a5a6}.text-red-300\/70{color:#fca5a5b3}.text-red-300\/75{color:#fca5a5bf}.text-red-300\/80{color:#fca5a5cc}.text-red-300\/85{color:#fca5a5d9}.text-red-300\/90{color:#fca5a5e6}.text-red-300\/95{color:#fca5a5f2}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity))}.text-red-400\/0{color:#f8717100}.text-red-400\/10{color:#f871711a}.text-red-400\/100{color:#f87171}.text-red-400\/15{color:#f8717126}.text-red-400\/20{color:#f8717133}.text-red-400\/25{color:#f8717140}.text-red-400\/30{color:#f871714d}.text-red-400\/35{color:#f8717159}.text-red-400\/40{color:#f8717166}.text-red-400\/45{color:#f8717173}.text-red-400\/5{color:#f871710d}.text-red-400\/50{color:#f8717180}.text-red-400\/55{color:#f871718c}.text-red-400\/60{color:#f8717199}.text-red-400\/65{color:#f87171a6}.text-red-400\/70{color:#f87171b3}.text-red-400\/75{color:#f87171bf}.text-red-400\/80{color:#f87171cc}.text-red-400\/85{color:#f87171d9}.text-red-400\/90{color:#f87171e6}.text-red-400\/95{color:#f87171f2}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-500\/0{color:#ef444400}.text-red-500\/10{color:#ef44441a}.text-red-500\/100{color:#ef4444}.text-red-500\/15{color:#ef444426}.text-red-500\/20{color:#ef444433}.text-red-500\/25{color:#ef444440}.text-red-500\/30{color:#ef44444d}.text-red-500\/35{color:#ef444459}.text-red-500\/40{color:#ef444466}.text-red-500\/45{color:#ef444473}.text-red-500\/5{color:#ef44440d}.text-red-500\/50{color:#ef444480}.text-red-500\/55{color:#ef44448c}.text-red-500\/60{color:#ef444499}.text-red-500\/65{color:#ef4444a6}.text-red-500\/70{color:#ef4444b3}.text-red-500\/75{color:#ef4444bf}.text-red-500\/80{color:#ef4444cc}.text-red-500\/85{color:#ef4444d9}.text-red-500\/90{color:#ef4444e6}.text-red-500\/95{color:#ef4444f2}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-red-600\/0{color:#dc262600}.text-red-600\/10{color:#dc26261a}.text-red-600\/100{color:#dc2626}.text-red-600\/15{color:#dc262626}.text-red-600\/20{color:#dc262633}.text-red-600\/25{color:#dc262640}.text-red-600\/30{color:#dc26264d}.text-red-600\/35{color:#dc262659}.text-red-600\/40{color:#dc262666}.text-red-600\/45{color:#dc262673}.text-red-600\/5{color:#dc26260d}.text-red-600\/50{color:#dc262680}.text-red-600\/55{color:#dc26268c}.text-red-600\/60{color:#dc262699}.text-red-600\/65{color:#dc2626a6}.text-red-600\/70{color:#dc2626b3}.text-red-600\/75{color:#dc2626bf}.text-red-600\/80{color:#dc2626cc}.text-red-600\/85{color:#dc2626d9}.text-red-600\/90{color:#dc2626e6}.text-red-600\/95{color:#dc2626f2}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.text-red-700\/0{color:#b91c1c00}.text-red-700\/10{color:#b91c1c1a}.text-red-700\/100{color:#b91c1c}.text-red-700\/15{color:#b91c1c26}.text-red-700\/20{color:#b91c1c33}.text-red-700\/25{color:#b91c1c40}.text-red-700\/30{color:#b91c1c4d}.text-red-700\/35{color:#b91c1c59}.text-red-700\/40{color:#b91c1c66}.text-red-700\/45{color:#b91c1c73}.text-red-700\/5{color:#b91c1c0d}.text-red-700\/50{color:#b91c1c80}.text-red-700\/55{color:#b91c1c8c}.text-red-700\/60{color:#b91c1c99}.text-red-700\/65{color:#b91c1ca6}.text-red-700\/70{color:#b91c1cb3}.text-red-700\/75{color:#b91c1cbf}.text-red-700\/80{color:#b91c1ccc}.text-red-700\/85{color:#b91c1cd9}.text-red-700\/90{color:#b91c1ce6}.text-red-700\/95{color:#b91c1cf2}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.text-red-800\/0{color:#991b1b00}.text-red-800\/10{color:#991b1b1a}.text-red-800\/100{color:#991b1b}.text-red-800\/15{color:#991b1b26}.text-red-800\/20{color:#991b1b33}.text-red-800\/25{color:#991b1b40}.text-red-800\/30{color:#991b1b4d}.text-red-800\/35{color:#991b1b59}.text-red-800\/40{color:#991b1b66}.text-red-800\/45{color:#991b1b73}.text-red-800\/5{color:#991b1b0d}.text-red-800\/50{color:#991b1b80}.text-red-800\/55{color:#991b1b8c}.text-red-800\/60{color:#991b1b99}.text-red-800\/65{color:#991b1ba6}.text-red-800\/70{color:#991b1bb3}.text-red-800\/75{color:#991b1bbf}.text-red-800\/80{color:#991b1bcc}.text-red-800\/85{color:#991b1bd9}.text-red-800\/90{color:#991b1be6}.text-red-800\/95{color:#991b1bf2}.text-red-900{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity))}.text-red-900\/0{color:#7f1d1d00}.text-red-900\/10{color:#7f1d1d1a}.text-red-900\/100{color:#7f1d1d}.text-red-900\/15{color:#7f1d1d26}.text-red-900\/20{color:#7f1d1d33}.text-red-900\/25{color:#7f1d1d40}.text-red-900\/30{color:#7f1d1d4d}.text-red-900\/35{color:#7f1d1d59}.text-red-900\/40{color:#7f1d1d66}.text-red-900\/45{color:#7f1d1d73}.text-red-900\/5{color:#7f1d1d0d}.text-red-900\/50{color:#7f1d1d80}.text-red-900\/55{color:#7f1d1d8c}.text-red-900\/60{color:#7f1d1d99}.text-red-900\/65{color:#7f1d1da6}.text-red-900\/70{color:#7f1d1db3}.text-red-900\/75{color:#7f1d1dbf}.text-red-900\/80{color:#7f1d1dcc}.text-red-900\/85{color:#7f1d1dd9}.text-red-900\/90{color:#7f1d1de6}.text-red-900\/95{color:#7f1d1df2}.text-slate-100{--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity))}.text-slate-100\/0{color:#f1f5f900}.text-slate-100\/10{color:#f1f5f91a}.text-slate-100\/100{color:#f1f5f9}.text-slate-100\/15{color:#f1f5f926}.text-slate-100\/20{color:#f1f5f933}.text-slate-100\/25{color:#f1f5f940}.text-slate-100\/30{color:#f1f5f94d}.text-slate-100\/35{color:#f1f5f959}.text-slate-100\/40{color:#f1f5f966}.text-slate-100\/45{color:#f1f5f973}.text-slate-100\/5{color:#f1f5f90d}.text-slate-100\/50{color:#f1f5f980}.text-slate-100\/55{color:#f1f5f98c}.text-slate-100\/60{color:#f1f5f999}.text-slate-100\/65{color:#f1f5f9a6}.text-slate-100\/70{color:#f1f5f9b3}.text-slate-100\/75{color:#f1f5f9bf}.text-slate-100\/80{color:#f1f5f9cc}.text-slate-100\/85{color:#f1f5f9d9}.text-slate-100\/90{color:#f1f5f9e6}.text-slate-100\/95{color:#f1f5f9f2}.text-slate-200{--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity))}.text-slate-200\/0{color:#e2e8f000}.text-slate-200\/10{color:#e2e8f01a}.text-slate-200\/100{color:#e2e8f0}.text-slate-200\/15{color:#e2e8f026}.text-slate-200\/20{color:#e2e8f033}.text-slate-200\/25{color:#e2e8f040}.text-slate-200\/30{color:#e2e8f04d}.text-slate-200\/35{color:#e2e8f059}.text-slate-200\/40{color:#e2e8f066}.text-slate-200\/45{color:#e2e8f073}.text-slate-200\/5{color:#e2e8f00d}.text-slate-200\/50{color:#e2e8f080}.text-slate-200\/55{color:#e2e8f08c}.text-slate-200\/60{color:#e2e8f099}.text-slate-200\/65{color:#e2e8f0a6}.text-slate-200\/70{color:#e2e8f0b3}.text-slate-200\/75{color:#e2e8f0bf}.text-slate-200\/80{color:#e2e8f0cc}.text-slate-200\/85{color:#e2e8f0d9}.text-slate-200\/90{color:#e2e8f0e6}.text-slate-200\/95{color:#e2e8f0f2}.text-slate-300{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity))}.text-slate-300\/0{color:#cbd5e100}.text-slate-300\/10{color:#cbd5e11a}.text-slate-300\/100{color:#cbd5e1}.text-slate-300\/15{color:#cbd5e126}.text-slate-300\/20{color:#cbd5e133}.text-slate-300\/25{color:#cbd5e140}.text-slate-300\/30{color:#cbd5e14d}.text-slate-300\/35{color:#cbd5e159}.text-slate-300\/40{color:#cbd5e166}.text-slate-300\/45{color:#cbd5e173}.text-slate-300\/5{color:#cbd5e10d}.text-slate-300\/50{color:#cbd5e180}.text-slate-300\/55{color:#cbd5e18c}.text-slate-300\/60{color:#cbd5e199}.text-slate-300\/65{color:#cbd5e1a6}.text-slate-300\/70{color:#cbd5e1b3}.text-slate-300\/75{color:#cbd5e1bf}.text-slate-300\/80{color:#cbd5e1cc}.text-slate-300\/85{color:#cbd5e1d9}.text-slate-300\/90{color:#cbd5e1e6}.text-slate-300\/95{color:#cbd5e1f2}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity))}.text-slate-400\/0{color:#94a3b800}.text-slate-400\/10{color:#94a3b81a}.text-slate-400\/100{color:#94a3b8}.text-slate-400\/15{color:#94a3b826}.text-slate-400\/20{color:#94a3b833}.text-slate-400\/25{color:#94a3b840}.text-slate-400\/30{color:#94a3b84d}.text-slate-400\/35{color:#94a3b859}.text-slate-400\/40{color:#94a3b866}.text-slate-400\/45{color:#94a3b873}.text-slate-400\/5{color:#94a3b80d}.text-slate-400\/50{color:#94a3b880}.text-slate-400\/55{color:#94a3b88c}.text-slate-400\/60{color:#94a3b899}.text-slate-400\/65{color:#94a3b8a6}.text-slate-400\/70{color:#94a3b8b3}.text-slate-400\/75{color:#94a3b8bf}.text-slate-400\/80{color:#94a3b8cc}.text-slate-400\/85{color:#94a3b8d9}.text-slate-400\/90{color:#94a3b8e6}.text-slate-400\/95{color:#94a3b8f2}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.text-slate-500\/0{color:#64748b00}.text-slate-500\/10{color:#64748b1a}.text-slate-500\/100{color:#64748b}.text-slate-500\/15{color:#64748b26}.text-slate-500\/20{color:#64748b33}.text-slate-500\/25{color:#64748b40}.text-slate-500\/30{color:#64748b4d}.text-slate-500\/35{color:#64748b59}.text-slate-500\/40{color:#64748b66}.text-slate-500\/45{color:#64748b73}.text-slate-500\/5{color:#64748b0d}.text-slate-500\/50{color:#64748b80}.text-slate-500\/55{color:#64748b8c}.text-slate-500\/60{color:#64748b99}.text-slate-500\/65{color:#64748ba6}.text-slate-500\/70{color:#64748bb3}.text-slate-500\/75{color:#64748bbf}.text-slate-500\/80{color:#64748bcc}.text-slate-500\/85{color:#64748bd9}.text-slate-500\/90{color:#64748be6}.text-slate-500\/95{color:#64748bf2}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.text-slate-600\/0{color:#47556900}.text-slate-600\/10{color:#4755691a}.text-slate-600\/100{color:#475569}.text-slate-600\/15{color:#47556926}.text-slate-600\/20{color:#47556933}.text-slate-600\/25{color:#47556940}.text-slate-600\/30{color:#4755694d}.text-slate-600\/35{color:#47556959}.text-slate-600\/40{color:#47556966}.text-slate-600\/45{color:#47556973}.text-slate-600\/5{color:#4755690d}.text-slate-600\/50{color:#47556980}.text-slate-600\/55{color:#4755698c}.text-slate-600\/60{color:#47556999}.text-slate-600\/65{color:#475569a6}.text-slate-600\/70{color:#475569b3}.text-slate-600\/75{color:#475569bf}.text-slate-600\/80{color:#475569cc}.text-slate-600\/85{color:#475569d9}.text-slate-600\/90{color:#475569e6}.text-slate-600\/95{color:#475569f2}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity))}.text-slate-700\/0{color:#33415500}.text-slate-700\/10{color:#3341551a}.text-slate-700\/100{color:#334155}.text-slate-700\/15{color:#33415526}.text-slate-700\/20{color:#33415533}.text-slate-700\/25{color:#33415540}.text-slate-700\/30{color:#3341554d}.text-slate-700\/35{color:#33415559}.text-slate-700\/40{color:#33415566}.text-slate-700\/45{color:#33415573}.text-slate-700\/5{color:#3341550d}.text-slate-700\/50{color:#33415580}.text-slate-700\/55{color:#3341558c}.text-slate-700\/60{color:#33415599}.text-slate-700\/65{color:#334155a6}.text-slate-700\/70{color:#334155b3}.text-slate-700\/75{color:#334155bf}.text-slate-700\/80{color:#334155cc}.text-slate-700\/85{color:#334155d9}.text-slate-700\/90{color:#334155e6}.text-slate-700\/95{color:#334155f2}.text-slate-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity))}.text-slate-800\/0{color:#1e293b00}.text-slate-800\/10{color:#1e293b1a}.text-slate-800\/100{color:#1e293b}.text-slate-800\/15{color:#1e293b26}.text-slate-800\/20{color:#1e293b33}.text-slate-800\/25{color:#1e293b40}.text-slate-800\/30{color:#1e293b4d}.text-slate-800\/35{color:#1e293b59}.text-slate-800\/40{color:#1e293b66}.text-slate-800\/45{color:#1e293b73}.text-slate-800\/5{color:#1e293b0d}.text-slate-800\/50{color:#1e293b80}.text-slate-800\/55{color:#1e293b8c}.text-slate-800\/60{color:#1e293b99}.text-slate-800\/65{color:#1e293ba6}.text-slate-800\/70{color:#1e293bb3}.text-slate-800\/75{color:#1e293bbf}.text-slate-800\/80{color:#1e293bcc}.text-slate-800\/85{color:#1e293bd9}.text-slate-800\/90{color:#1e293be6}.text-slate-800\/95{color:#1e293bf2}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity))}.text-slate-900\/0{color:#0f172a00}.text-slate-900\/10{color:#0f172a1a}.text-slate-900\/100{color:#0f172a}.text-slate-900\/15{color:#0f172a26}.text-slate-900\/20{color:#0f172a33}.text-slate-900\/25{color:#0f172a40}.text-slate-900\/30{color:#0f172a4d}.text-slate-900\/35{color:#0f172a59}.text-slate-900\/40{color:#0f172a66}.text-slate-900\/45{color:#0f172a73}.text-slate-900\/5{color:#0f172a0d}.text-slate-900\/50{color:#0f172a80}.text-slate-900\/55{color:#0f172a8c}.text-slate-900\/60{color:#0f172a99}.text-slate-900\/65{color:#0f172aa6}.text-slate-900\/70{color:#0f172ab3}.text-slate-900\/75{color:#0f172abf}.text-slate-900\/80{color:#0f172acc}.text-slate-900\/85{color:#0f172ad9}.text-slate-900\/90{color:#0f172ae6}.text-slate-900\/95{color:#0f172af2}.text-teal-100{--tw-text-opacity: 1;color:rgb(204 251 241 / var(--tw-text-opacity))}.text-teal-100\/0{color:#ccfbf100}.text-teal-100\/10{color:#ccfbf11a}.text-teal-100\/100{color:#ccfbf1}.text-teal-100\/15{color:#ccfbf126}.text-teal-100\/20{color:#ccfbf133}.text-teal-100\/25{color:#ccfbf140}.text-teal-100\/30{color:#ccfbf14d}.text-teal-100\/35{color:#ccfbf159}.text-teal-100\/40{color:#ccfbf166}.text-teal-100\/45{color:#ccfbf173}.text-teal-100\/5{color:#ccfbf10d}.text-teal-100\/50{color:#ccfbf180}.text-teal-100\/55{color:#ccfbf18c}.text-teal-100\/60{color:#ccfbf199}.text-teal-100\/65{color:#ccfbf1a6}.text-teal-100\/70{color:#ccfbf1b3}.text-teal-100\/75{color:#ccfbf1bf}.text-teal-100\/80{color:#ccfbf1cc}.text-teal-100\/85{color:#ccfbf1d9}.text-teal-100\/90{color:#ccfbf1e6}.text-teal-100\/95{color:#ccfbf1f2}.text-teal-200{--tw-text-opacity: 1;color:rgb(153 246 228 / var(--tw-text-opacity))}.text-teal-200\/0{color:#99f6e400}.text-teal-200\/10{color:#99f6e41a}.text-teal-200\/100{color:#99f6e4}.text-teal-200\/15{color:#99f6e426}.text-teal-200\/20{color:#99f6e433}.text-teal-200\/25{color:#99f6e440}.text-teal-200\/30{color:#99f6e44d}.text-teal-200\/35{color:#99f6e459}.text-teal-200\/40{color:#99f6e466}.text-teal-200\/45{color:#99f6e473}.text-teal-200\/5{color:#99f6e40d}.text-teal-200\/50{color:#99f6e480}.text-teal-200\/55{color:#99f6e48c}.text-teal-200\/60{color:#99f6e499}.text-teal-200\/65{color:#99f6e4a6}.text-teal-200\/70{color:#99f6e4b3}.text-teal-200\/75{color:#99f6e4bf}.text-teal-200\/80{color:#99f6e4cc}.text-teal-200\/85{color:#99f6e4d9}.text-teal-200\/90{color:#99f6e4e6}.text-teal-200\/95{color:#99f6e4f2}.text-teal-300{--tw-text-opacity: 1;color:rgb(94 234 212 / var(--tw-text-opacity))}.text-teal-300\/0{color:#5eead400}.text-teal-300\/10{color:#5eead41a}.text-teal-300\/100{color:#5eead4}.text-teal-300\/15{color:#5eead426}.text-teal-300\/20{color:#5eead433}.text-teal-300\/25{color:#5eead440}.text-teal-300\/30{color:#5eead44d}.text-teal-300\/35{color:#5eead459}.text-teal-300\/40{color:#5eead466}.text-teal-300\/45{color:#5eead473}.text-teal-300\/5{color:#5eead40d}.text-teal-300\/50{color:#5eead480}.text-teal-300\/55{color:#5eead48c}.text-teal-300\/60{color:#5eead499}.text-teal-300\/65{color:#5eead4a6}.text-teal-300\/70{color:#5eead4b3}.text-teal-300\/75{color:#5eead4bf}.text-teal-300\/80{color:#5eead4cc}.text-teal-300\/85{color:#5eead4d9}.text-teal-300\/90{color:#5eead4e6}.text-teal-300\/95{color:#5eead4f2}.text-teal-400{--tw-text-opacity: 1;color:rgb(45 212 191 / var(--tw-text-opacity))}.text-teal-400\/0{color:#2dd4bf00}.text-teal-400\/10{color:#2dd4bf1a}.text-teal-400\/100{color:#2dd4bf}.text-teal-400\/15{color:#2dd4bf26}.text-teal-400\/20{color:#2dd4bf33}.text-teal-400\/25{color:#2dd4bf40}.text-teal-400\/30{color:#2dd4bf4d}.text-teal-400\/35{color:#2dd4bf59}.text-teal-400\/40{color:#2dd4bf66}.text-teal-400\/45{color:#2dd4bf73}.text-teal-400\/5{color:#2dd4bf0d}.text-teal-400\/50{color:#2dd4bf80}.text-teal-400\/55{color:#2dd4bf8c}.text-teal-400\/60{color:#2dd4bf99}.text-teal-400\/65{color:#2dd4bfa6}.text-teal-400\/70{color:#2dd4bfb3}.text-teal-400\/75{color:#2dd4bfbf}.text-teal-400\/80{color:#2dd4bfcc}.text-teal-400\/85{color:#2dd4bfd9}.text-teal-400\/90{color:#2dd4bfe6}.text-teal-400\/95{color:#2dd4bff2}.text-teal-500{--tw-text-opacity: 1;color:rgb(20 184 166 / var(--tw-text-opacity))}.text-teal-500\/0{color:#14b8a600}.text-teal-500\/10{color:#14b8a61a}.text-teal-500\/100{color:#14b8a6}.text-teal-500\/15{color:#14b8a626}.text-teal-500\/20{color:#14b8a633}.text-teal-500\/25{color:#14b8a640}.text-teal-500\/30{color:#14b8a64d}.text-teal-500\/35{color:#14b8a659}.text-teal-500\/40{color:#14b8a666}.text-teal-500\/45{color:#14b8a673}.text-teal-500\/5{color:#14b8a60d}.text-teal-500\/50{color:#14b8a680}.text-teal-500\/55{color:#14b8a68c}.text-teal-500\/60{color:#14b8a699}.text-teal-500\/65{color:#14b8a6a6}.text-teal-500\/70{color:#14b8a6b3}.text-teal-500\/75{color:#14b8a6bf}.text-teal-500\/80{color:#14b8a6cc}.text-teal-500\/85{color:#14b8a6d9}.text-teal-500\/90{color:#14b8a6e6}.text-teal-500\/95{color:#14b8a6f2}.text-teal-600{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity))}.text-teal-600\/0{color:#0d948800}.text-teal-600\/10{color:#0d94881a}.text-teal-600\/100{color:#0d9488}.text-teal-600\/15{color:#0d948826}.text-teal-600\/20{color:#0d948833}.text-teal-600\/25{color:#0d948840}.text-teal-600\/30{color:#0d94884d}.text-teal-600\/35{color:#0d948859}.text-teal-600\/40{color:#0d948866}.text-teal-600\/45{color:#0d948873}.text-teal-600\/5{color:#0d94880d}.text-teal-600\/50{color:#0d948880}.text-teal-600\/55{color:#0d94888c}.text-teal-600\/60{color:#0d948899}.text-teal-600\/65{color:#0d9488a6}.text-teal-600\/70{color:#0d9488b3}.text-teal-600\/75{color:#0d9488bf}.text-teal-600\/80{color:#0d9488cc}.text-teal-600\/85{color:#0d9488d9}.text-teal-600\/90{color:#0d9488e6}.text-teal-600\/95{color:#0d9488f2}.text-teal-700{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity))}.text-teal-700\/0{color:#0f766e00}.text-teal-700\/10{color:#0f766e1a}.text-teal-700\/100{color:#0f766e}.text-teal-700\/15{color:#0f766e26}.text-teal-700\/20{color:#0f766e33}.text-teal-700\/25{color:#0f766e40}.text-teal-700\/30{color:#0f766e4d}.text-teal-700\/35{color:#0f766e59}.text-teal-700\/40{color:#0f766e66}.text-teal-700\/45{color:#0f766e73}.text-teal-700\/5{color:#0f766e0d}.text-teal-700\/50{color:#0f766e80}.text-teal-700\/55{color:#0f766e8c}.text-teal-700\/60{color:#0f766e99}.text-teal-700\/65{color:#0f766ea6}.text-teal-700\/70{color:#0f766eb3}.text-teal-700\/75{color:#0f766ebf}.text-teal-700\/80{color:#0f766ecc}.text-teal-700\/85{color:#0f766ed9}.text-teal-700\/90{color:#0f766ee6}.text-teal-700\/95{color:#0f766ef2}.text-teal-800{--tw-text-opacity: 1;color:rgb(17 94 89 / var(--tw-text-opacity))}.text-teal-800\/0{color:#115e5900}.text-teal-800\/10{color:#115e591a}.text-teal-800\/100{color:#115e59}.text-teal-800\/15{color:#115e5926}.text-teal-800\/20{color:#115e5933}.text-teal-800\/25{color:#115e5940}.text-teal-800\/30{color:#115e594d}.text-teal-800\/35{color:#115e5959}.text-teal-800\/40{color:#115e5966}.text-teal-800\/45{color:#115e5973}.text-teal-800\/5{color:#115e590d}.text-teal-800\/50{color:#115e5980}.text-teal-800\/55{color:#115e598c}.text-teal-800\/60{color:#115e5999}.text-teal-800\/65{color:#115e59a6}.text-teal-800\/70{color:#115e59b3}.text-teal-800\/75{color:#115e59bf}.text-teal-800\/80{color:#115e59cc}.text-teal-800\/85{color:#115e59d9}.text-teal-800\/90{color:#115e59e6}.text-teal-800\/95{color:#115e59f2}.text-teal-900{--tw-text-opacity: 1;color:rgb(19 78 74 / var(--tw-text-opacity))}.text-teal-900\/0{color:#134e4a00}.text-teal-900\/10{color:#134e4a1a}.text-teal-900\/100{color:#134e4a}.text-teal-900\/15{color:#134e4a26}.text-teal-900\/20{color:#134e4a33}.text-teal-900\/25{color:#134e4a40}.text-teal-900\/30{color:#134e4a4d}.text-teal-900\/35{color:#134e4a59}.text-teal-900\/40{color:#134e4a66}.text-teal-900\/45{color:#134e4a73}.text-teal-900\/5{color:#134e4a0d}.text-teal-900\/50{color:#134e4a80}.text-teal-900\/55{color:#134e4a8c}.text-teal-900\/60{color:#134e4a99}.text-teal-900\/65{color:#134e4aa6}.text-teal-900\/70{color:#134e4ab3}.text-teal-900\/75{color:#134e4abf}.text-teal-900\/80{color:#134e4acc}.text-teal-900\/85{color:#134e4ad9}.text-teal-900\/90{color:#134e4ae6}.text-teal-900\/95{color:#134e4af2}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-100{--tw-text-opacity: 1;color:rgb(254 249 195 / var(--tw-text-opacity))}.text-yellow-100\/0{color:#fef9c300}.text-yellow-100\/10{color:#fef9c31a}.text-yellow-100\/100{color:#fef9c3}.text-yellow-100\/15{color:#fef9c326}.text-yellow-100\/20{color:#fef9c333}.text-yellow-100\/25{color:#fef9c340}.text-yellow-100\/30{color:#fef9c34d}.text-yellow-100\/35{color:#fef9c359}.text-yellow-100\/40{color:#fef9c366}.text-yellow-100\/45{color:#fef9c373}.text-yellow-100\/5{color:#fef9c30d}.text-yellow-100\/50{color:#fef9c380}.text-yellow-100\/55{color:#fef9c38c}.text-yellow-100\/60{color:#fef9c399}.text-yellow-100\/65{color:#fef9c3a6}.text-yellow-100\/70{color:#fef9c3b3}.text-yellow-100\/75{color:#fef9c3bf}.text-yellow-100\/80{color:#fef9c3cc}.text-yellow-100\/85{color:#fef9c3d9}.text-yellow-100\/90{color:#fef9c3e6}.text-yellow-100\/95{color:#fef9c3f2}.text-yellow-200{--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity))}.text-yellow-200\/0{color:#fef08a00}.text-yellow-200\/10{color:#fef08a1a}.text-yellow-200\/100{color:#fef08a}.text-yellow-200\/15{color:#fef08a26}.text-yellow-200\/20{color:#fef08a33}.text-yellow-200\/25{color:#fef08a40}.text-yellow-200\/30{color:#fef08a4d}.text-yellow-200\/35{color:#fef08a59}.text-yellow-200\/40{color:#fef08a66}.text-yellow-200\/45{color:#fef08a73}.text-yellow-200\/5{color:#fef08a0d}.text-yellow-200\/50{color:#fef08a80}.text-yellow-200\/55{color:#fef08a8c}.text-yellow-200\/60{color:#fef08a99}.text-yellow-200\/65{color:#fef08aa6}.text-yellow-200\/70{color:#fef08ab3}.text-yellow-200\/75{color:#fef08abf}.text-yellow-200\/80{color:#fef08acc}.text-yellow-200\/85{color:#fef08ad9}.text-yellow-200\/90{color:#fef08ae6}.text-yellow-200\/95{color:#fef08af2}.text-yellow-300{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity))}.text-yellow-300\/0{color:#fde04700}.text-yellow-300\/10{color:#fde0471a}.text-yellow-300\/100{color:#fde047}.text-yellow-300\/15{color:#fde04726}.text-yellow-300\/20{color:#fde04733}.text-yellow-300\/25{color:#fde04740}.text-yellow-300\/30{color:#fde0474d}.text-yellow-300\/35{color:#fde04759}.text-yellow-300\/40{color:#fde04766}.text-yellow-300\/45{color:#fde04773}.text-yellow-300\/5{color:#fde0470d}.text-yellow-300\/50{color:#fde04780}.text-yellow-300\/55{color:#fde0478c}.text-yellow-300\/60{color:#fde04799}.text-yellow-300\/65{color:#fde047a6}.text-yellow-300\/70{color:#fde047b3}.text-yellow-300\/75{color:#fde047bf}.text-yellow-300\/80{color:#fde047cc}.text-yellow-300\/85{color:#fde047d9}.text-yellow-300\/90{color:#fde047e6}.text-yellow-300\/95{color:#fde047f2}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity))}.text-yellow-400\/0{color:#facc1500}.text-yellow-400\/10{color:#facc151a}.text-yellow-400\/100{color:#facc15}.text-yellow-400\/15{color:#facc1526}.text-yellow-400\/20{color:#facc1533}.text-yellow-400\/25{color:#facc1540}.text-yellow-400\/30{color:#facc154d}.text-yellow-400\/35{color:#facc1559}.text-yellow-400\/40{color:#facc1566}.text-yellow-400\/45{color:#facc1573}.text-yellow-400\/5{color:#facc150d}.text-yellow-400\/50{color:#facc1580}.text-yellow-400\/55{color:#facc158c}.text-yellow-400\/60{color:#facc1599}.text-yellow-400\/65{color:#facc15a6}.text-yellow-400\/70{color:#facc15b3}.text-yellow-400\/75{color:#facc15bf}.text-yellow-400\/80{color:#facc15cc}.text-yellow-400\/85{color:#facc15d9}.text-yellow-400\/90{color:#facc15e6}.text-yellow-400\/95{color:#facc15f2}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.text-yellow-500\/0{color:#eab30800}.text-yellow-500\/10{color:#eab3081a}.text-yellow-500\/100{color:#eab308}.text-yellow-500\/15{color:#eab30826}.text-yellow-500\/20{color:#eab30833}.text-yellow-500\/25{color:#eab30840}.text-yellow-500\/30{color:#eab3084d}.text-yellow-500\/35{color:#eab30859}.text-yellow-500\/40{color:#eab30866}.text-yellow-500\/45{color:#eab30873}.text-yellow-500\/5{color:#eab3080d}.text-yellow-500\/50{color:#eab30880}.text-yellow-500\/55{color:#eab3088c}.text-yellow-500\/60{color:#eab30899}.text-yellow-500\/65{color:#eab308a6}.text-yellow-500\/70{color:#eab308b3}.text-yellow-500\/75{color:#eab308bf}.text-yellow-500\/80{color:#eab308cc}.text-yellow-500\/85{color:#eab308d9}.text-yellow-500\/90{color:#eab308e6}.text-yellow-500\/95{color:#eab308f2}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity))}.text-yellow-600\/0{color:#ca8a0400}.text-yellow-600\/10{color:#ca8a041a}.text-yellow-600\/100{color:#ca8a04}.text-yellow-600\/15{color:#ca8a0426}.text-yellow-600\/20{color:#ca8a0433}.text-yellow-600\/25{color:#ca8a0440}.text-yellow-600\/30{color:#ca8a044d}.text-yellow-600\/35{color:#ca8a0459}.text-yellow-600\/40{color:#ca8a0466}.text-yellow-600\/45{color:#ca8a0473}.text-yellow-600\/5{color:#ca8a040d}.text-yellow-600\/50{color:#ca8a0480}.text-yellow-600\/55{color:#ca8a048c}.text-yellow-600\/60{color:#ca8a0499}.text-yellow-600\/65{color:#ca8a04a6}.text-yellow-600\/70{color:#ca8a04b3}.text-yellow-600\/75{color:#ca8a04bf}.text-yellow-600\/80{color:#ca8a04cc}.text-yellow-600\/85{color:#ca8a04d9}.text-yellow-600\/90{color:#ca8a04e6}.text-yellow-600\/95{color:#ca8a04f2}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity))}.text-yellow-700\/0{color:#a1620700}.text-yellow-700\/10{color:#a162071a}.text-yellow-700\/100{color:#a16207}.text-yellow-700\/15{color:#a1620726}.text-yellow-700\/20{color:#a1620733}.text-yellow-700\/25{color:#a1620740}.text-yellow-700\/30{color:#a162074d}.text-yellow-700\/35{color:#a1620759}.text-yellow-700\/40{color:#a1620766}.text-yellow-700\/45{color:#a1620773}.text-yellow-700\/5{color:#a162070d}.text-yellow-700\/50{color:#a1620780}.text-yellow-700\/55{color:#a162078c}.text-yellow-700\/60{color:#a1620799}.text-yellow-700\/65{color:#a16207a6}.text-yellow-700\/70{color:#a16207b3}.text-yellow-700\/75{color:#a16207bf}.text-yellow-700\/80{color:#a16207cc}.text-yellow-700\/85{color:#a16207d9}.text-yellow-700\/90{color:#a16207e6}.text-yellow-700\/95{color:#a16207f2}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity))}.text-yellow-800\/0{color:#854d0e00}.text-yellow-800\/10{color:#854d0e1a}.text-yellow-800\/100{color:#854d0e}.text-yellow-800\/15{color:#854d0e26}.text-yellow-800\/20{color:#854d0e33}.text-yellow-800\/25{color:#854d0e40}.text-yellow-800\/30{color:#854d0e4d}.text-yellow-800\/35{color:#854d0e59}.text-yellow-800\/40{color:#854d0e66}.text-yellow-800\/45{color:#854d0e73}.text-yellow-800\/5{color:#854d0e0d}.text-yellow-800\/50{color:#854d0e80}.text-yellow-800\/55{color:#854d0e8c}.text-yellow-800\/60{color:#854d0e99}.text-yellow-800\/65{color:#854d0ea6}.text-yellow-800\/70{color:#854d0eb3}.text-yellow-800\/75{color:#854d0ebf}.text-yellow-800\/80{color:#854d0ecc}.text-yellow-800\/85{color:#854d0ed9}.text-yellow-800\/90{color:#854d0ee6}.text-yellow-800\/95{color:#854d0ef2}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity))}.text-yellow-900\/0{color:#713f1200}.text-yellow-900\/10{color:#713f121a}.text-yellow-900\/100{color:#713f12}.text-yellow-900\/15{color:#713f1226}.text-yellow-900\/20{color:#713f1233}.text-yellow-900\/25{color:#713f1240}.text-yellow-900\/30{color:#713f124d}.text-yellow-900\/35{color:#713f1259}.text-yellow-900\/40{color:#713f1266}.text-yellow-900\/45{color:#713f1273}.text-yellow-900\/5{color:#713f120d}.text-yellow-900\/50{color:#713f1280}.text-yellow-900\/55{color:#713f128c}.text-yellow-900\/60{color:#713f1299}.text-yellow-900\/65{color:#713f12a6}.text-yellow-900\/70{color:#713f12b3}.text-yellow-900\/75{color:#713f12bf}.text-yellow-900\/80{color:#713f12cc}.text-yellow-900\/85{color:#713f12d9}.text-yellow-900\/90{color:#713f12e6}.text-yellow-900\/95{color:#713f12f2}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.underline-offset-2{text-underline-offset:2px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-gray-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(75 85 99 / var(--tw-placeholder-opacity))}.placeholder-gray-600::placeholder{--tw-placeholder-opacity: 1;color:rgb(75 85 99 / var(--tw-placeholder-opacity))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.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-\[0px_10px_10px_-5px_rgba\(0\,0\,0\,0\.06\)\,0px_20px_25px_-5px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow: 0px 10px 10px -5px rgba(0,0,0,.06),0px 20px 25px -5px rgba(0,0,0,.1);--tw-shadow-colored: 0px 10px 10px -5px var(--tw-shadow-color), 0px 20px 25px -5px 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-\[0px_1px_2px_rgba\(0\,0\,0\,0\.07\)\]{--tw-shadow: 0px 1px 2px rgba(0,0,0,.07);--tw-shadow-colored: 0px 1px 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-\[0px_2px_5px_rgba\(0\,0\,0\,0\.06\)\,0px_4px_6px_-1px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow: 0px 2px 5px rgba(0,0,0,.06),0px 4px 6px -1px rgba(0,0,0,.1);--tw-shadow-colored: 0px 2px 5px var(--tw-shadow-color), 0px 4px 6px -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-\[inset_0_0_6px_rgba\(0\,0\,0\,0\)\]{--tw-shadow: inset 0 0 6px rgba(0,0,0,0);--tw-shadow-colored: inset 0 0 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-slate-400{--tw-shadow-color: #94a3b8;--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.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{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-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)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[top\,opacity\]{transition-property:top,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}html,#app{height:100%}table td.fit,table th.fit{white-space:nowrap;width:1%}.placeholder\:text-base::-moz-placeholder{font-size:1rem;line-height:1.5rem}.placeholder\:text-base::placeholder{font-size:1rem;line-height:1.5rem}.placeholder\:text-slate-600::-moz-placeholder{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.placeholder\:text-slate-600::placeholder{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.odd\:bg-white:nth-child(odd){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.even\:bg-slate-100:nth-child(2n){--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.even\:bg-slate-50:nth-child(2n){--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:\!bg-amber-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(254 243 199 / var(--tw-bg-opacity))!important}.hover\:\!bg-amber-100\/0:hover{background-color:#fef3c700!important}.hover\:\!bg-amber-100\/10:hover{background-color:#fef3c71a!important}.hover\:\!bg-amber-100\/100:hover{background-color:#fef3c7!important}.hover\:\!bg-amber-100\/15:hover{background-color:#fef3c726!important}.hover\:\!bg-amber-100\/20:hover{background-color:#fef3c733!important}.hover\:\!bg-amber-100\/25:hover{background-color:#fef3c740!important}.hover\:\!bg-amber-100\/30:hover{background-color:#fef3c74d!important}.hover\:\!bg-amber-100\/35:hover{background-color:#fef3c759!important}.hover\:\!bg-amber-100\/40:hover{background-color:#fef3c766!important}.hover\:\!bg-amber-100\/45:hover{background-color:#fef3c773!important}.hover\:\!bg-amber-100\/5:hover{background-color:#fef3c70d!important}.hover\:\!bg-amber-100\/50:hover{background-color:#fef3c780!important}.hover\:\!bg-amber-100\/55:hover{background-color:#fef3c78c!important}.hover\:\!bg-amber-100\/60:hover{background-color:#fef3c799!important}.hover\:\!bg-amber-100\/65:hover{background-color:#fef3c7a6!important}.hover\:\!bg-amber-100\/70:hover{background-color:#fef3c7b3!important}.hover\:\!bg-amber-100\/75:hover{background-color:#fef3c7bf!important}.hover\:\!bg-amber-100\/80:hover{background-color:#fef3c7cc!important}.hover\:\!bg-amber-100\/85:hover{background-color:#fef3c7d9!important}.hover\:\!bg-amber-100\/90:hover{background-color:#fef3c7e6!important}.hover\:\!bg-amber-100\/95:hover{background-color:#fef3c7f2!important}.hover\:\!bg-amber-200:hover{--tw-bg-opacity: 1 !important;background-color:rgb(253 230 138 / var(--tw-bg-opacity))!important}.hover\:\!bg-amber-200\/0:hover{background-color:#fde68a00!important}.hover\:\!bg-amber-200\/10:hover{background-color:#fde68a1a!important}.hover\:\!bg-amber-200\/100:hover{background-color:#fde68a!important}.hover\:\!bg-amber-200\/15:hover{background-color:#fde68a26!important}.hover\:\!bg-amber-200\/20:hover{background-color:#fde68a33!important}.hover\:\!bg-amber-200\/25:hover{background-color:#fde68a40!important}.hover\:\!bg-amber-200\/30:hover{background-color:#fde68a4d!important}.hover\:\!bg-amber-200\/35:hover{background-color:#fde68a59!important}.hover\:\!bg-amber-200\/40:hover{background-color:#fde68a66!important}.hover\:\!bg-amber-200\/45:hover{background-color:#fde68a73!important}.hover\:\!bg-amber-200\/5:hover{background-color:#fde68a0d!important}.hover\:\!bg-amber-200\/50:hover{background-color:#fde68a80!important}.hover\:\!bg-amber-200\/55:hover{background-color:#fde68a8c!important}.hover\:\!bg-amber-200\/60:hover{background-color:#fde68a99!important}.hover\:\!bg-amber-200\/65:hover{background-color:#fde68aa6!important}.hover\:\!bg-amber-200\/70:hover{background-color:#fde68ab3!important}.hover\:\!bg-amber-200\/75:hover{background-color:#fde68abf!important}.hover\:\!bg-amber-200\/80:hover{background-color:#fde68acc!important}.hover\:\!bg-amber-200\/85:hover{background-color:#fde68ad9!important}.hover\:\!bg-amber-200\/90:hover{background-color:#fde68ae6!important}.hover\:\!bg-amber-200\/95:hover{background-color:#fde68af2!important}.hover\:\!bg-amber-300:hover{--tw-bg-opacity: 1 !important;background-color:rgb(252 211 77 / var(--tw-bg-opacity))!important}.hover\:\!bg-amber-300\/0:hover{background-color:#fcd34d00!important}.hover\:\!bg-amber-300\/10:hover{background-color:#fcd34d1a!important}.hover\:\!bg-amber-300\/100:hover{background-color:#fcd34d!important}.hover\:\!bg-amber-300\/15:hover{background-color:#fcd34d26!important}.hover\:\!bg-amber-300\/20:hover{background-color:#fcd34d33!important}.hover\:\!bg-amber-300\/25:hover{background-color:#fcd34d40!important}.hover\:\!bg-amber-300\/30:hover{background-color:#fcd34d4d!important}.hover\:\!bg-amber-300\/35:hover{background-color:#fcd34d59!important}.hover\:\!bg-amber-300\/40:hover{background-color:#fcd34d66!important}.hover\:\!bg-amber-300\/45:hover{background-color:#fcd34d73!important}.hover\:\!bg-amber-300\/5:hover{background-color:#fcd34d0d!important}.hover\:\!bg-amber-300\/50:hover{background-color:#fcd34d80!important}.hover\:\!bg-amber-300\/55:hover{background-color:#fcd34d8c!important}.hover\:\!bg-amber-300\/60:hover{background-color:#fcd34d99!important}.hover\:\!bg-amber-300\/65:hover{background-color:#fcd34da6!important}.hover\:\!bg-amber-300\/70:hover{background-color:#fcd34db3!important}.hover\:\!bg-amber-300\/75:hover{background-color:#fcd34dbf!important}.hover\:\!bg-amber-300\/80:hover{background-color:#fcd34dcc!important}.hover\:\!bg-amber-300\/85:hover{background-color:#fcd34dd9!important}.hover\:\!bg-amber-300\/90:hover{background-color:#fcd34de6!important}.hover\:\!bg-amber-300\/95:hover{background-color:#fcd34df2!important}.hover\:\!bg-amber-400:hover{--tw-bg-opacity: 1 !important;background-color:rgb(251 191 36 / var(--tw-bg-opacity))!important}.hover\:\!bg-amber-400\/0:hover{background-color:#fbbf2400!important}.hover\:\!bg-amber-400\/10:hover{background-color:#fbbf241a!important}.hover\:\!bg-amber-400\/100:hover{background-color:#fbbf24!important}.hover\:\!bg-amber-400\/15:hover{background-color:#fbbf2426!important}.hover\:\!bg-amber-400\/20:hover{background-color:#fbbf2433!important}.hover\:\!bg-amber-400\/25:hover{background-color:#fbbf2440!important}.hover\:\!bg-amber-400\/30:hover{background-color:#fbbf244d!important}.hover\:\!bg-amber-400\/35:hover{background-color:#fbbf2459!important}.hover\:\!bg-amber-400\/40:hover{background-color:#fbbf2466!important}.hover\:\!bg-amber-400\/45:hover{background-color:#fbbf2473!important}.hover\:\!bg-amber-400\/5:hover{background-color:#fbbf240d!important}.hover\:\!bg-amber-400\/50:hover{background-color:#fbbf2480!important}.hover\:\!bg-amber-400\/55:hover{background-color:#fbbf248c!important}.hover\:\!bg-amber-400\/60:hover{background-color:#fbbf2499!important}.hover\:\!bg-amber-400\/65:hover{background-color:#fbbf24a6!important}.hover\:\!bg-amber-400\/70:hover{background-color:#fbbf24b3!important}.hover\:\!bg-amber-400\/75:hover{background-color:#fbbf24bf!important}.hover\:\!bg-amber-400\/80:hover{background-color:#fbbf24cc!important}.hover\:\!bg-amber-400\/85:hover{background-color:#fbbf24d9!important}.hover\:\!bg-amber-400\/90:hover{background-color:#fbbf24e6!important}.hover\:\!bg-amber-400\/95:hover{background-color:#fbbf24f2!important}.hover\:\!bg-amber-500:hover{--tw-bg-opacity: 1 !important;background-color:rgb(245 158 11 / var(--tw-bg-opacity))!important}.hover\:\!bg-amber-500\/0:hover{background-color:#f59e0b00!important}.hover\:\!bg-amber-500\/10:hover{background-color:#f59e0b1a!important}.hover\:\!bg-amber-500\/100:hover{background-color:#f59e0b!important}.hover\:\!bg-amber-500\/15:hover{background-color:#f59e0b26!important}.hover\:\!bg-amber-500\/20:hover{background-color:#f59e0b33!important}.hover\:\!bg-amber-500\/25:hover{background-color:#f59e0b40!important}.hover\:\!bg-amber-500\/30:hover{background-color:#f59e0b4d!important}.hover\:\!bg-amber-500\/35:hover{background-color:#f59e0b59!important}.hover\:\!bg-amber-500\/40:hover{background-color:#f59e0b66!important}.hover\:\!bg-amber-500\/45:hover{background-color:#f59e0b73!important}.hover\:\!bg-amber-500\/5:hover{background-color:#f59e0b0d!important}.hover\:\!bg-amber-500\/50:hover{background-color:#f59e0b80!important}.hover\:\!bg-amber-500\/55:hover{background-color:#f59e0b8c!important}.hover\:\!bg-amber-500\/60:hover{background-color:#f59e0b99!important}.hover\:\!bg-amber-500\/65:hover{background-color:#f59e0ba6!important}.hover\:\!bg-amber-500\/70:hover{background-color:#f59e0bb3!important}.hover\:\!bg-amber-500\/75:hover{background-color:#f59e0bbf!important}.hover\:\!bg-amber-500\/80:hover{background-color:#f59e0bcc!important}.hover\:\!bg-amber-500\/85:hover{background-color:#f59e0bd9!important}.hover\:\!bg-amber-500\/90:hover{background-color:#f59e0be6!important}.hover\:\!bg-amber-500\/95:hover{background-color:#f59e0bf2!important}.hover\:\!bg-amber-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(217 119 6 / var(--tw-bg-opacity))!important}.hover\:\!bg-amber-600\/0:hover{background-color:#d9770600!important}.hover\:\!bg-amber-600\/10:hover{background-color:#d977061a!important}.hover\:\!bg-amber-600\/100:hover{background-color:#d97706!important}.hover\:\!bg-amber-600\/15:hover{background-color:#d9770626!important}.hover\:\!bg-amber-600\/20:hover{background-color:#d9770633!important}.hover\:\!bg-amber-600\/25:hover{background-color:#d9770640!important}.hover\:\!bg-amber-600\/30:hover{background-color:#d977064d!important}.hover\:\!bg-amber-600\/35:hover{background-color:#d9770659!important}.hover\:\!bg-amber-600\/40:hover{background-color:#d9770666!important}.hover\:\!bg-amber-600\/45:hover{background-color:#d9770673!important}.hover\:\!bg-amber-600\/5:hover{background-color:#d977060d!important}.hover\:\!bg-amber-600\/50:hover{background-color:#d9770680!important}.hover\:\!bg-amber-600\/55:hover{background-color:#d977068c!important}.hover\:\!bg-amber-600\/60:hover{background-color:#d9770699!important}.hover\:\!bg-amber-600\/65:hover{background-color:#d97706a6!important}.hover\:\!bg-amber-600\/70:hover{background-color:#d97706b3!important}.hover\:\!bg-amber-600\/75:hover{background-color:#d97706bf!important}.hover\:\!bg-amber-600\/80:hover{background-color:#d97706cc!important}.hover\:\!bg-amber-600\/85:hover{background-color:#d97706d9!important}.hover\:\!bg-amber-600\/90:hover{background-color:#d97706e6!important}.hover\:\!bg-amber-600\/95:hover{background-color:#d97706f2!important}.hover\:\!bg-amber-700:hover{--tw-bg-opacity: 1 !important;background-color:rgb(180 83 9 / var(--tw-bg-opacity))!important}.hover\:\!bg-amber-700\/0:hover{background-color:#b4530900!important}.hover\:\!bg-amber-700\/10:hover{background-color:#b453091a!important}.hover\:\!bg-amber-700\/100:hover{background-color:#b45309!important}.hover\:\!bg-amber-700\/15:hover{background-color:#b4530926!important}.hover\:\!bg-amber-700\/20:hover{background-color:#b4530933!important}.hover\:\!bg-amber-700\/25:hover{background-color:#b4530940!important}.hover\:\!bg-amber-700\/30:hover{background-color:#b453094d!important}.hover\:\!bg-amber-700\/35:hover{background-color:#b4530959!important}.hover\:\!bg-amber-700\/40:hover{background-color:#b4530966!important}.hover\:\!bg-amber-700\/45:hover{background-color:#b4530973!important}.hover\:\!bg-amber-700\/5:hover{background-color:#b453090d!important}.hover\:\!bg-amber-700\/50:hover{background-color:#b4530980!important}.hover\:\!bg-amber-700\/55:hover{background-color:#b453098c!important}.hover\:\!bg-amber-700\/60:hover{background-color:#b4530999!important}.hover\:\!bg-amber-700\/65:hover{background-color:#b45309a6!important}.hover\:\!bg-amber-700\/70:hover{background-color:#b45309b3!important}.hover\:\!bg-amber-700\/75:hover{background-color:#b45309bf!important}.hover\:\!bg-amber-700\/80:hover{background-color:#b45309cc!important}.hover\:\!bg-amber-700\/85:hover{background-color:#b45309d9!important}.hover\:\!bg-amber-700\/90:hover{background-color:#b45309e6!important}.hover\:\!bg-amber-700\/95:hover{background-color:#b45309f2!important}.hover\:\!bg-amber-800:hover{--tw-bg-opacity: 1 !important;background-color:rgb(146 64 14 / var(--tw-bg-opacity))!important}.hover\:\!bg-amber-800\/0:hover{background-color:#92400e00!important}.hover\:\!bg-amber-800\/10:hover{background-color:#92400e1a!important}.hover\:\!bg-amber-800\/100:hover{background-color:#92400e!important}.hover\:\!bg-amber-800\/15:hover{background-color:#92400e26!important}.hover\:\!bg-amber-800\/20:hover{background-color:#92400e33!important}.hover\:\!bg-amber-800\/25:hover{background-color:#92400e40!important}.hover\:\!bg-amber-800\/30:hover{background-color:#92400e4d!important}.hover\:\!bg-amber-800\/35:hover{background-color:#92400e59!important}.hover\:\!bg-amber-800\/40:hover{background-color:#92400e66!important}.hover\:\!bg-amber-800\/45:hover{background-color:#92400e73!important}.hover\:\!bg-amber-800\/5:hover{background-color:#92400e0d!important}.hover\:\!bg-amber-800\/50:hover{background-color:#92400e80!important}.hover\:\!bg-amber-800\/55:hover{background-color:#92400e8c!important}.hover\:\!bg-amber-800\/60:hover{background-color:#92400e99!important}.hover\:\!bg-amber-800\/65:hover{background-color:#92400ea6!important}.hover\:\!bg-amber-800\/70:hover{background-color:#92400eb3!important}.hover\:\!bg-amber-800\/75:hover{background-color:#92400ebf!important}.hover\:\!bg-amber-800\/80:hover{background-color:#92400ecc!important}.hover\:\!bg-amber-800\/85:hover{background-color:#92400ed9!important}.hover\:\!bg-amber-800\/90:hover{background-color:#92400ee6!important}.hover\:\!bg-amber-800\/95:hover{background-color:#92400ef2!important}.hover\:\!bg-amber-900:hover{--tw-bg-opacity: 1 !important;background-color:rgb(120 53 15 / var(--tw-bg-opacity))!important}.hover\:\!bg-amber-900\/0:hover{background-color:#78350f00!important}.hover\:\!bg-amber-900\/10:hover{background-color:#78350f1a!important}.hover\:\!bg-amber-900\/100:hover{background-color:#78350f!important}.hover\:\!bg-amber-900\/15:hover{background-color:#78350f26!important}.hover\:\!bg-amber-900\/20:hover{background-color:#78350f33!important}.hover\:\!bg-amber-900\/25:hover{background-color:#78350f40!important}.hover\:\!bg-amber-900\/30:hover{background-color:#78350f4d!important}.hover\:\!bg-amber-900\/35:hover{background-color:#78350f59!important}.hover\:\!bg-amber-900\/40:hover{background-color:#78350f66!important}.hover\:\!bg-amber-900\/45:hover{background-color:#78350f73!important}.hover\:\!bg-amber-900\/5:hover{background-color:#78350f0d!important}.hover\:\!bg-amber-900\/50:hover{background-color:#78350f80!important}.hover\:\!bg-amber-900\/55:hover{background-color:#78350f8c!important}.hover\:\!bg-amber-900\/60:hover{background-color:#78350f99!important}.hover\:\!bg-amber-900\/65:hover{background-color:#78350fa6!important}.hover\:\!bg-amber-900\/70:hover{background-color:#78350fb3!important}.hover\:\!bg-amber-900\/75:hover{background-color:#78350fbf!important}.hover\:\!bg-amber-900\/80:hover{background-color:#78350fcc!important}.hover\:\!bg-amber-900\/85:hover{background-color:#78350fd9!important}.hover\:\!bg-amber-900\/90:hover{background-color:#78350fe6!important}.hover\:\!bg-amber-900\/95:hover{background-color:#78350ff2!important}.hover\:\!bg-blue-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(219 234 254 / var(--tw-bg-opacity))!important}.hover\:\!bg-blue-100\/0:hover{background-color:#dbeafe00!important}.hover\:\!bg-blue-100\/10:hover{background-color:#dbeafe1a!important}.hover\:\!bg-blue-100\/100:hover{background-color:#dbeafe!important}.hover\:\!bg-blue-100\/15:hover{background-color:#dbeafe26!important}.hover\:\!bg-blue-100\/20:hover{background-color:#dbeafe33!important}.hover\:\!bg-blue-100\/25:hover{background-color:#dbeafe40!important}.hover\:\!bg-blue-100\/30:hover{background-color:#dbeafe4d!important}.hover\:\!bg-blue-100\/35:hover{background-color:#dbeafe59!important}.hover\:\!bg-blue-100\/40:hover{background-color:#dbeafe66!important}.hover\:\!bg-blue-100\/45:hover{background-color:#dbeafe73!important}.hover\:\!bg-blue-100\/5:hover{background-color:#dbeafe0d!important}.hover\:\!bg-blue-100\/50:hover{background-color:#dbeafe80!important}.hover\:\!bg-blue-100\/55:hover{background-color:#dbeafe8c!important}.hover\:\!bg-blue-100\/60:hover{background-color:#dbeafe99!important}.hover\:\!bg-blue-100\/65:hover{background-color:#dbeafea6!important}.hover\:\!bg-blue-100\/70:hover{background-color:#dbeafeb3!important}.hover\:\!bg-blue-100\/75:hover{background-color:#dbeafebf!important}.hover\:\!bg-blue-100\/80:hover{background-color:#dbeafecc!important}.hover\:\!bg-blue-100\/85:hover{background-color:#dbeafed9!important}.hover\:\!bg-blue-100\/90:hover{background-color:#dbeafee6!important}.hover\:\!bg-blue-100\/95:hover{background-color:#dbeafef2!important}.hover\:\!bg-blue-200:hover{--tw-bg-opacity: 1 !important;background-color:rgb(191 219 254 / var(--tw-bg-opacity))!important}.hover\:\!bg-blue-200\/0:hover{background-color:#bfdbfe00!important}.hover\:\!bg-blue-200\/10:hover{background-color:#bfdbfe1a!important}.hover\:\!bg-blue-200\/100:hover{background-color:#bfdbfe!important}.hover\:\!bg-blue-200\/15:hover{background-color:#bfdbfe26!important}.hover\:\!bg-blue-200\/20:hover{background-color:#bfdbfe33!important}.hover\:\!bg-blue-200\/25:hover{background-color:#bfdbfe40!important}.hover\:\!bg-blue-200\/30:hover{background-color:#bfdbfe4d!important}.hover\:\!bg-blue-200\/35:hover{background-color:#bfdbfe59!important}.hover\:\!bg-blue-200\/40:hover{background-color:#bfdbfe66!important}.hover\:\!bg-blue-200\/45:hover{background-color:#bfdbfe73!important}.hover\:\!bg-blue-200\/5:hover{background-color:#bfdbfe0d!important}.hover\:\!bg-blue-200\/50:hover{background-color:#bfdbfe80!important}.hover\:\!bg-blue-200\/55:hover{background-color:#bfdbfe8c!important}.hover\:\!bg-blue-200\/60:hover{background-color:#bfdbfe99!important}.hover\:\!bg-blue-200\/65:hover{background-color:#bfdbfea6!important}.hover\:\!bg-blue-200\/70:hover{background-color:#bfdbfeb3!important}.hover\:\!bg-blue-200\/75:hover{background-color:#bfdbfebf!important}.hover\:\!bg-blue-200\/80:hover{background-color:#bfdbfecc!important}.hover\:\!bg-blue-200\/85:hover{background-color:#bfdbfed9!important}.hover\:\!bg-blue-200\/90:hover{background-color:#bfdbfee6!important}.hover\:\!bg-blue-200\/95:hover{background-color:#bfdbfef2!important}.hover\:\!bg-blue-300:hover{--tw-bg-opacity: 1 !important;background-color:rgb(147 197 253 / var(--tw-bg-opacity))!important}.hover\:\!bg-blue-300\/0:hover{background-color:#93c5fd00!important}.hover\:\!bg-blue-300\/10:hover{background-color:#93c5fd1a!important}.hover\:\!bg-blue-300\/100:hover{background-color:#93c5fd!important}.hover\:\!bg-blue-300\/15:hover{background-color:#93c5fd26!important}.hover\:\!bg-blue-300\/20:hover{background-color:#93c5fd33!important}.hover\:\!bg-blue-300\/25:hover{background-color:#93c5fd40!important}.hover\:\!bg-blue-300\/30:hover{background-color:#93c5fd4d!important}.hover\:\!bg-blue-300\/35:hover{background-color:#93c5fd59!important}.hover\:\!bg-blue-300\/40:hover{background-color:#93c5fd66!important}.hover\:\!bg-blue-300\/45:hover{background-color:#93c5fd73!important}.hover\:\!bg-blue-300\/5:hover{background-color:#93c5fd0d!important}.hover\:\!bg-blue-300\/50:hover{background-color:#93c5fd80!important}.hover\:\!bg-blue-300\/55:hover{background-color:#93c5fd8c!important}.hover\:\!bg-blue-300\/60:hover{background-color:#93c5fd99!important}.hover\:\!bg-blue-300\/65:hover{background-color:#93c5fda6!important}.hover\:\!bg-blue-300\/70:hover{background-color:#93c5fdb3!important}.hover\:\!bg-blue-300\/75:hover{background-color:#93c5fdbf!important}.hover\:\!bg-blue-300\/80:hover{background-color:#93c5fdcc!important}.hover\:\!bg-blue-300\/85:hover{background-color:#93c5fdd9!important}.hover\:\!bg-blue-300\/90:hover{background-color:#93c5fde6!important}.hover\:\!bg-blue-300\/95:hover{background-color:#93c5fdf2!important}.hover\:\!bg-blue-400:hover{--tw-bg-opacity: 1 !important;background-color:rgb(96 165 250 / var(--tw-bg-opacity))!important}.hover\:\!bg-blue-400\/0:hover{background-color:#60a5fa00!important}.hover\:\!bg-blue-400\/10:hover{background-color:#60a5fa1a!important}.hover\:\!bg-blue-400\/100:hover{background-color:#60a5fa!important}.hover\:\!bg-blue-400\/15:hover{background-color:#60a5fa26!important}.hover\:\!bg-blue-400\/20:hover{background-color:#60a5fa33!important}.hover\:\!bg-blue-400\/25:hover{background-color:#60a5fa40!important}.hover\:\!bg-blue-400\/30:hover{background-color:#60a5fa4d!important}.hover\:\!bg-blue-400\/35:hover{background-color:#60a5fa59!important}.hover\:\!bg-blue-400\/40:hover{background-color:#60a5fa66!important}.hover\:\!bg-blue-400\/45:hover{background-color:#60a5fa73!important}.hover\:\!bg-blue-400\/5:hover{background-color:#60a5fa0d!important}.hover\:\!bg-blue-400\/50:hover{background-color:#60a5fa80!important}.hover\:\!bg-blue-400\/55:hover{background-color:#60a5fa8c!important}.hover\:\!bg-blue-400\/60:hover{background-color:#60a5fa99!important}.hover\:\!bg-blue-400\/65:hover{background-color:#60a5faa6!important}.hover\:\!bg-blue-400\/70:hover{background-color:#60a5fab3!important}.hover\:\!bg-blue-400\/75:hover{background-color:#60a5fabf!important}.hover\:\!bg-blue-400\/80:hover{background-color:#60a5facc!important}.hover\:\!bg-blue-400\/85:hover{background-color:#60a5fad9!important}.hover\:\!bg-blue-400\/90:hover{background-color:#60a5fae6!important}.hover\:\!bg-blue-400\/95:hover{background-color:#60a5faf2!important}.hover\:\!bg-blue-500:hover{--tw-bg-opacity: 1 !important;background-color:rgb(59 130 246 / var(--tw-bg-opacity))!important}.hover\:\!bg-blue-500\/0:hover{background-color:#3b82f600!important}.hover\:\!bg-blue-500\/10:hover{background-color:#3b82f61a!important}.hover\:\!bg-blue-500\/100:hover{background-color:#3b82f6!important}.hover\:\!bg-blue-500\/15:hover{background-color:#3b82f626!important}.hover\:\!bg-blue-500\/20:hover{background-color:#3b82f633!important}.hover\:\!bg-blue-500\/25:hover{background-color:#3b82f640!important}.hover\:\!bg-blue-500\/30:hover{background-color:#3b82f64d!important}.hover\:\!bg-blue-500\/35:hover{background-color:#3b82f659!important}.hover\:\!bg-blue-500\/40:hover{background-color:#3b82f666!important}.hover\:\!bg-blue-500\/45:hover{background-color:#3b82f673!important}.hover\:\!bg-blue-500\/5:hover{background-color:#3b82f60d!important}.hover\:\!bg-blue-500\/50:hover{background-color:#3b82f680!important}.hover\:\!bg-blue-500\/55:hover{background-color:#3b82f68c!important}.hover\:\!bg-blue-500\/60:hover{background-color:#3b82f699!important}.hover\:\!bg-blue-500\/65:hover{background-color:#3b82f6a6!important}.hover\:\!bg-blue-500\/70:hover{background-color:#3b82f6b3!important}.hover\:\!bg-blue-500\/75:hover{background-color:#3b82f6bf!important}.hover\:\!bg-blue-500\/80:hover{background-color:#3b82f6cc!important}.hover\:\!bg-blue-500\/85:hover{background-color:#3b82f6d9!important}.hover\:\!bg-blue-500\/90:hover{background-color:#3b82f6e6!important}.hover\:\!bg-blue-500\/95:hover{background-color:#3b82f6f2!important}.hover\:\!bg-blue-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(37 99 235 / var(--tw-bg-opacity))!important}.hover\:\!bg-blue-600\/0:hover{background-color:#2563eb00!important}.hover\:\!bg-blue-600\/10:hover{background-color:#2563eb1a!important}.hover\:\!bg-blue-600\/100:hover{background-color:#2563eb!important}.hover\:\!bg-blue-600\/15:hover{background-color:#2563eb26!important}.hover\:\!bg-blue-600\/20:hover{background-color:#2563eb33!important}.hover\:\!bg-blue-600\/25:hover{background-color:#2563eb40!important}.hover\:\!bg-blue-600\/30:hover{background-color:#2563eb4d!important}.hover\:\!bg-blue-600\/35:hover{background-color:#2563eb59!important}.hover\:\!bg-blue-600\/40:hover{background-color:#2563eb66!important}.hover\:\!bg-blue-600\/45:hover{background-color:#2563eb73!important}.hover\:\!bg-blue-600\/5:hover{background-color:#2563eb0d!important}.hover\:\!bg-blue-600\/50:hover{background-color:#2563eb80!important}.hover\:\!bg-blue-600\/55:hover{background-color:#2563eb8c!important}.hover\:\!bg-blue-600\/60:hover{background-color:#2563eb99!important}.hover\:\!bg-blue-600\/65:hover{background-color:#2563eba6!important}.hover\:\!bg-blue-600\/70:hover{background-color:#2563ebb3!important}.hover\:\!bg-blue-600\/75:hover{background-color:#2563ebbf!important}.hover\:\!bg-blue-600\/80:hover{background-color:#2563ebcc!important}.hover\:\!bg-blue-600\/85:hover{background-color:#2563ebd9!important}.hover\:\!bg-blue-600\/90:hover{background-color:#2563ebe6!important}.hover\:\!bg-blue-600\/95:hover{background-color:#2563ebf2!important}.hover\:\!bg-blue-700:hover{--tw-bg-opacity: 1 !important;background-color:rgb(29 78 216 / var(--tw-bg-opacity))!important}.hover\:\!bg-blue-700\/0:hover{background-color:#1d4ed800!important}.hover\:\!bg-blue-700\/10:hover{background-color:#1d4ed81a!important}.hover\:\!bg-blue-700\/100:hover{background-color:#1d4ed8!important}.hover\:\!bg-blue-700\/15:hover{background-color:#1d4ed826!important}.hover\:\!bg-blue-700\/20:hover{background-color:#1d4ed833!important}.hover\:\!bg-blue-700\/25:hover{background-color:#1d4ed840!important}.hover\:\!bg-blue-700\/30:hover{background-color:#1d4ed84d!important}.hover\:\!bg-blue-700\/35:hover{background-color:#1d4ed859!important}.hover\:\!bg-blue-700\/40:hover{background-color:#1d4ed866!important}.hover\:\!bg-blue-700\/45:hover{background-color:#1d4ed873!important}.hover\:\!bg-blue-700\/5:hover{background-color:#1d4ed80d!important}.hover\:\!bg-blue-700\/50:hover{background-color:#1d4ed880!important}.hover\:\!bg-blue-700\/55:hover{background-color:#1d4ed88c!important}.hover\:\!bg-blue-700\/60:hover{background-color:#1d4ed899!important}.hover\:\!bg-blue-700\/65:hover{background-color:#1d4ed8a6!important}.hover\:\!bg-blue-700\/70:hover{background-color:#1d4ed8b3!important}.hover\:\!bg-blue-700\/75:hover{background-color:#1d4ed8bf!important}.hover\:\!bg-blue-700\/80:hover{background-color:#1d4ed8cc!important}.hover\:\!bg-blue-700\/85:hover{background-color:#1d4ed8d9!important}.hover\:\!bg-blue-700\/90:hover{background-color:#1d4ed8e6!important}.hover\:\!bg-blue-700\/95:hover{background-color:#1d4ed8f2!important}.hover\:\!bg-blue-800:hover{--tw-bg-opacity: 1 !important;background-color:rgb(30 64 175 / var(--tw-bg-opacity))!important}.hover\:\!bg-blue-800\/0:hover{background-color:#1e40af00!important}.hover\:\!bg-blue-800\/10:hover{background-color:#1e40af1a!important}.hover\:\!bg-blue-800\/100:hover{background-color:#1e40af!important}.hover\:\!bg-blue-800\/15:hover{background-color:#1e40af26!important}.hover\:\!bg-blue-800\/20:hover{background-color:#1e40af33!important}.hover\:\!bg-blue-800\/25:hover{background-color:#1e40af40!important}.hover\:\!bg-blue-800\/30:hover{background-color:#1e40af4d!important}.hover\:\!bg-blue-800\/35:hover{background-color:#1e40af59!important}.hover\:\!bg-blue-800\/40:hover{background-color:#1e40af66!important}.hover\:\!bg-blue-800\/45:hover{background-color:#1e40af73!important}.hover\:\!bg-blue-800\/5:hover{background-color:#1e40af0d!important}.hover\:\!bg-blue-800\/50:hover{background-color:#1e40af80!important}.hover\:\!bg-blue-800\/55:hover{background-color:#1e40af8c!important}.hover\:\!bg-blue-800\/60:hover{background-color:#1e40af99!important}.hover\:\!bg-blue-800\/65:hover{background-color:#1e40afa6!important}.hover\:\!bg-blue-800\/70:hover{background-color:#1e40afb3!important}.hover\:\!bg-blue-800\/75:hover{background-color:#1e40afbf!important}.hover\:\!bg-blue-800\/80:hover{background-color:#1e40afcc!important}.hover\:\!bg-blue-800\/85:hover{background-color:#1e40afd9!important}.hover\:\!bg-blue-800\/90:hover{background-color:#1e40afe6!important}.hover\:\!bg-blue-800\/95:hover{background-color:#1e40aff2!important}.hover\:\!bg-blue-900:hover{--tw-bg-opacity: 1 !important;background-color:rgb(30 58 138 / var(--tw-bg-opacity))!important}.hover\:\!bg-blue-900\/0:hover{background-color:#1e3a8a00!important}.hover\:\!bg-blue-900\/10:hover{background-color:#1e3a8a1a!important}.hover\:\!bg-blue-900\/100:hover{background-color:#1e3a8a!important}.hover\:\!bg-blue-900\/15:hover{background-color:#1e3a8a26!important}.hover\:\!bg-blue-900\/20:hover{background-color:#1e3a8a33!important}.hover\:\!bg-blue-900\/25:hover{background-color:#1e3a8a40!important}.hover\:\!bg-blue-900\/30:hover{background-color:#1e3a8a4d!important}.hover\:\!bg-blue-900\/35:hover{background-color:#1e3a8a59!important}.hover\:\!bg-blue-900\/40:hover{background-color:#1e3a8a66!important}.hover\:\!bg-blue-900\/45:hover{background-color:#1e3a8a73!important}.hover\:\!bg-blue-900\/5:hover{background-color:#1e3a8a0d!important}.hover\:\!bg-blue-900\/50:hover{background-color:#1e3a8a80!important}.hover\:\!bg-blue-900\/55:hover{background-color:#1e3a8a8c!important}.hover\:\!bg-blue-900\/60:hover{background-color:#1e3a8a99!important}.hover\:\!bg-blue-900\/65:hover{background-color:#1e3a8aa6!important}.hover\:\!bg-blue-900\/70:hover{background-color:#1e3a8ab3!important}.hover\:\!bg-blue-900\/75:hover{background-color:#1e3a8abf!important}.hover\:\!bg-blue-900\/80:hover{background-color:#1e3a8acc!important}.hover\:\!bg-blue-900\/85:hover{background-color:#1e3a8ad9!important}.hover\:\!bg-blue-900\/90:hover{background-color:#1e3a8ae6!important}.hover\:\!bg-blue-900\/95:hover{background-color:#1e3a8af2!important}.hover\:\!bg-green-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(220 252 231 / var(--tw-bg-opacity))!important}.hover\:\!bg-green-100\/0:hover{background-color:#dcfce700!important}.hover\:\!bg-green-100\/10:hover{background-color:#dcfce71a!important}.hover\:\!bg-green-100\/100:hover{background-color:#dcfce7!important}.hover\:\!bg-green-100\/15:hover{background-color:#dcfce726!important}.hover\:\!bg-green-100\/20:hover{background-color:#dcfce733!important}.hover\:\!bg-green-100\/25:hover{background-color:#dcfce740!important}.hover\:\!bg-green-100\/30:hover{background-color:#dcfce74d!important}.hover\:\!bg-green-100\/35:hover{background-color:#dcfce759!important}.hover\:\!bg-green-100\/40:hover{background-color:#dcfce766!important}.hover\:\!bg-green-100\/45:hover{background-color:#dcfce773!important}.hover\:\!bg-green-100\/5:hover{background-color:#dcfce70d!important}.hover\:\!bg-green-100\/50:hover{background-color:#dcfce780!important}.hover\:\!bg-green-100\/55:hover{background-color:#dcfce78c!important}.hover\:\!bg-green-100\/60:hover{background-color:#dcfce799!important}.hover\:\!bg-green-100\/65:hover{background-color:#dcfce7a6!important}.hover\:\!bg-green-100\/70:hover{background-color:#dcfce7b3!important}.hover\:\!bg-green-100\/75:hover{background-color:#dcfce7bf!important}.hover\:\!bg-green-100\/80:hover{background-color:#dcfce7cc!important}.hover\:\!bg-green-100\/85:hover{background-color:#dcfce7d9!important}.hover\:\!bg-green-100\/90:hover{background-color:#dcfce7e6!important}.hover\:\!bg-green-100\/95:hover{background-color:#dcfce7f2!important}.hover\:\!bg-green-200:hover{--tw-bg-opacity: 1 !important;background-color:rgb(187 247 208 / var(--tw-bg-opacity))!important}.hover\:\!bg-green-200\/0:hover{background-color:#bbf7d000!important}.hover\:\!bg-green-200\/10:hover{background-color:#bbf7d01a!important}.hover\:\!bg-green-200\/100:hover{background-color:#bbf7d0!important}.hover\:\!bg-green-200\/15:hover{background-color:#bbf7d026!important}.hover\:\!bg-green-200\/20:hover{background-color:#bbf7d033!important}.hover\:\!bg-green-200\/25:hover{background-color:#bbf7d040!important}.hover\:\!bg-green-200\/30:hover{background-color:#bbf7d04d!important}.hover\:\!bg-green-200\/35:hover{background-color:#bbf7d059!important}.hover\:\!bg-green-200\/40:hover{background-color:#bbf7d066!important}.hover\:\!bg-green-200\/45:hover{background-color:#bbf7d073!important}.hover\:\!bg-green-200\/5:hover{background-color:#bbf7d00d!important}.hover\:\!bg-green-200\/50:hover{background-color:#bbf7d080!important}.hover\:\!bg-green-200\/55:hover{background-color:#bbf7d08c!important}.hover\:\!bg-green-200\/60:hover{background-color:#bbf7d099!important}.hover\:\!bg-green-200\/65:hover{background-color:#bbf7d0a6!important}.hover\:\!bg-green-200\/70:hover{background-color:#bbf7d0b3!important}.hover\:\!bg-green-200\/75:hover{background-color:#bbf7d0bf!important}.hover\:\!bg-green-200\/80:hover{background-color:#bbf7d0cc!important}.hover\:\!bg-green-200\/85:hover{background-color:#bbf7d0d9!important}.hover\:\!bg-green-200\/90:hover{background-color:#bbf7d0e6!important}.hover\:\!bg-green-200\/95:hover{background-color:#bbf7d0f2!important}.hover\:\!bg-green-300:hover{--tw-bg-opacity: 1 !important;background-color:rgb(134 239 172 / var(--tw-bg-opacity))!important}.hover\:\!bg-green-300\/0:hover{background-color:#86efac00!important}.hover\:\!bg-green-300\/10:hover{background-color:#86efac1a!important}.hover\:\!bg-green-300\/100:hover{background-color:#86efac!important}.hover\:\!bg-green-300\/15:hover{background-color:#86efac26!important}.hover\:\!bg-green-300\/20:hover{background-color:#86efac33!important}.hover\:\!bg-green-300\/25:hover{background-color:#86efac40!important}.hover\:\!bg-green-300\/30:hover{background-color:#86efac4d!important}.hover\:\!bg-green-300\/35:hover{background-color:#86efac59!important}.hover\:\!bg-green-300\/40:hover{background-color:#86efac66!important}.hover\:\!bg-green-300\/45:hover{background-color:#86efac73!important}.hover\:\!bg-green-300\/5:hover{background-color:#86efac0d!important}.hover\:\!bg-green-300\/50:hover{background-color:#86efac80!important}.hover\:\!bg-green-300\/55:hover{background-color:#86efac8c!important}.hover\:\!bg-green-300\/60:hover{background-color:#86efac99!important}.hover\:\!bg-green-300\/65:hover{background-color:#86efaca6!important}.hover\:\!bg-green-300\/70:hover{background-color:#86efacb3!important}.hover\:\!bg-green-300\/75:hover{background-color:#86efacbf!important}.hover\:\!bg-green-300\/80:hover{background-color:#86efaccc!important}.hover\:\!bg-green-300\/85:hover{background-color:#86efacd9!important}.hover\:\!bg-green-300\/90:hover{background-color:#86eface6!important}.hover\:\!bg-green-300\/95:hover{background-color:#86efacf2!important}.hover\:\!bg-green-400:hover{--tw-bg-opacity: 1 !important;background-color:rgb(74 222 128 / var(--tw-bg-opacity))!important}.hover\:\!bg-green-400\/0:hover{background-color:#4ade8000!important}.hover\:\!bg-green-400\/10:hover{background-color:#4ade801a!important}.hover\:\!bg-green-400\/100:hover{background-color:#4ade80!important}.hover\:\!bg-green-400\/15:hover{background-color:#4ade8026!important}.hover\:\!bg-green-400\/20:hover{background-color:#4ade8033!important}.hover\:\!bg-green-400\/25:hover{background-color:#4ade8040!important}.hover\:\!bg-green-400\/30:hover{background-color:#4ade804d!important}.hover\:\!bg-green-400\/35:hover{background-color:#4ade8059!important}.hover\:\!bg-green-400\/40:hover{background-color:#4ade8066!important}.hover\:\!bg-green-400\/45:hover{background-color:#4ade8073!important}.hover\:\!bg-green-400\/5:hover{background-color:#4ade800d!important}.hover\:\!bg-green-400\/50:hover{background-color:#4ade8080!important}.hover\:\!bg-green-400\/55:hover{background-color:#4ade808c!important}.hover\:\!bg-green-400\/60:hover{background-color:#4ade8099!important}.hover\:\!bg-green-400\/65:hover{background-color:#4ade80a6!important}.hover\:\!bg-green-400\/70:hover{background-color:#4ade80b3!important}.hover\:\!bg-green-400\/75:hover{background-color:#4ade80bf!important}.hover\:\!bg-green-400\/80:hover{background-color:#4ade80cc!important}.hover\:\!bg-green-400\/85:hover{background-color:#4ade80d9!important}.hover\:\!bg-green-400\/90:hover{background-color:#4ade80e6!important}.hover\:\!bg-green-400\/95:hover{background-color:#4ade80f2!important}.hover\:\!bg-green-500:hover{--tw-bg-opacity: 1 !important;background-color:rgb(34 197 94 / var(--tw-bg-opacity))!important}.hover\:\!bg-green-500\/0:hover{background-color:#22c55e00!important}.hover\:\!bg-green-500\/10:hover{background-color:#22c55e1a!important}.hover\:\!bg-green-500\/100:hover{background-color:#22c55e!important}.hover\:\!bg-green-500\/15:hover{background-color:#22c55e26!important}.hover\:\!bg-green-500\/20:hover{background-color:#22c55e33!important}.hover\:\!bg-green-500\/25:hover{background-color:#22c55e40!important}.hover\:\!bg-green-500\/30:hover{background-color:#22c55e4d!important}.hover\:\!bg-green-500\/35:hover{background-color:#22c55e59!important}.hover\:\!bg-green-500\/40:hover{background-color:#22c55e66!important}.hover\:\!bg-green-500\/45:hover{background-color:#22c55e73!important}.hover\:\!bg-green-500\/5:hover{background-color:#22c55e0d!important}.hover\:\!bg-green-500\/50:hover{background-color:#22c55e80!important}.hover\:\!bg-green-500\/55:hover{background-color:#22c55e8c!important}.hover\:\!bg-green-500\/60:hover{background-color:#22c55e99!important}.hover\:\!bg-green-500\/65:hover{background-color:#22c55ea6!important}.hover\:\!bg-green-500\/70:hover{background-color:#22c55eb3!important}.hover\:\!bg-green-500\/75:hover{background-color:#22c55ebf!important}.hover\:\!bg-green-500\/80:hover{background-color:#22c55ecc!important}.hover\:\!bg-green-500\/85:hover{background-color:#22c55ed9!important}.hover\:\!bg-green-500\/90:hover{background-color:#22c55ee6!important}.hover\:\!bg-green-500\/95:hover{background-color:#22c55ef2!important}.hover\:\!bg-green-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(22 163 74 / var(--tw-bg-opacity))!important}.hover\:\!bg-green-600\/0:hover{background-color:#16a34a00!important}.hover\:\!bg-green-600\/10:hover{background-color:#16a34a1a!important}.hover\:\!bg-green-600\/100:hover{background-color:#16a34a!important}.hover\:\!bg-green-600\/15:hover{background-color:#16a34a26!important}.hover\:\!bg-green-600\/20:hover{background-color:#16a34a33!important}.hover\:\!bg-green-600\/25:hover{background-color:#16a34a40!important}.hover\:\!bg-green-600\/30:hover{background-color:#16a34a4d!important}.hover\:\!bg-green-600\/35:hover{background-color:#16a34a59!important}.hover\:\!bg-green-600\/40:hover{background-color:#16a34a66!important}.hover\:\!bg-green-600\/45:hover{background-color:#16a34a73!important}.hover\:\!bg-green-600\/5:hover{background-color:#16a34a0d!important}.hover\:\!bg-green-600\/50:hover{background-color:#16a34a80!important}.hover\:\!bg-green-600\/55:hover{background-color:#16a34a8c!important}.hover\:\!bg-green-600\/60:hover{background-color:#16a34a99!important}.hover\:\!bg-green-600\/65:hover{background-color:#16a34aa6!important}.hover\:\!bg-green-600\/70:hover{background-color:#16a34ab3!important}.hover\:\!bg-green-600\/75:hover{background-color:#16a34abf!important}.hover\:\!bg-green-600\/80:hover{background-color:#16a34acc!important}.hover\:\!bg-green-600\/85:hover{background-color:#16a34ad9!important}.hover\:\!bg-green-600\/90:hover{background-color:#16a34ae6!important}.hover\:\!bg-green-600\/95:hover{background-color:#16a34af2!important}.hover\:\!bg-green-700:hover{--tw-bg-opacity: 1 !important;background-color:rgb(21 128 61 / var(--tw-bg-opacity))!important}.hover\:\!bg-green-700\/0:hover{background-color:#15803d00!important}.hover\:\!bg-green-700\/10:hover{background-color:#15803d1a!important}.hover\:\!bg-green-700\/100:hover{background-color:#15803d!important}.hover\:\!bg-green-700\/15:hover{background-color:#15803d26!important}.hover\:\!bg-green-700\/20:hover{background-color:#15803d33!important}.hover\:\!bg-green-700\/25:hover{background-color:#15803d40!important}.hover\:\!bg-green-700\/30:hover{background-color:#15803d4d!important}.hover\:\!bg-green-700\/35:hover{background-color:#15803d59!important}.hover\:\!bg-green-700\/40:hover{background-color:#15803d66!important}.hover\:\!bg-green-700\/45:hover{background-color:#15803d73!important}.hover\:\!bg-green-700\/5:hover{background-color:#15803d0d!important}.hover\:\!bg-green-700\/50:hover{background-color:#15803d80!important}.hover\:\!bg-green-700\/55:hover{background-color:#15803d8c!important}.hover\:\!bg-green-700\/60:hover{background-color:#15803d99!important}.hover\:\!bg-green-700\/65:hover{background-color:#15803da6!important}.hover\:\!bg-green-700\/70:hover{background-color:#15803db3!important}.hover\:\!bg-green-700\/75:hover{background-color:#15803dbf!important}.hover\:\!bg-green-700\/80:hover{background-color:#15803dcc!important}.hover\:\!bg-green-700\/85:hover{background-color:#15803dd9!important}.hover\:\!bg-green-700\/90:hover{background-color:#15803de6!important}.hover\:\!bg-green-700\/95:hover{background-color:#15803df2!important}.hover\:\!bg-green-800:hover{--tw-bg-opacity: 1 !important;background-color:rgb(22 101 52 / var(--tw-bg-opacity))!important}.hover\:\!bg-green-800\/0:hover{background-color:#16653400!important}.hover\:\!bg-green-800\/10:hover{background-color:#1665341a!important}.hover\:\!bg-green-800\/100:hover{background-color:#166534!important}.hover\:\!bg-green-800\/15:hover{background-color:#16653426!important}.hover\:\!bg-green-800\/20:hover{background-color:#16653433!important}.hover\:\!bg-green-800\/25:hover{background-color:#16653440!important}.hover\:\!bg-green-800\/30:hover{background-color:#1665344d!important}.hover\:\!bg-green-800\/35:hover{background-color:#16653459!important}.hover\:\!bg-green-800\/40:hover{background-color:#16653466!important}.hover\:\!bg-green-800\/45:hover{background-color:#16653473!important}.hover\:\!bg-green-800\/5:hover{background-color:#1665340d!important}.hover\:\!bg-green-800\/50:hover{background-color:#16653480!important}.hover\:\!bg-green-800\/55:hover{background-color:#1665348c!important}.hover\:\!bg-green-800\/60:hover{background-color:#16653499!important}.hover\:\!bg-green-800\/65:hover{background-color:#166534a6!important}.hover\:\!bg-green-800\/70:hover{background-color:#166534b3!important}.hover\:\!bg-green-800\/75:hover{background-color:#166534bf!important}.hover\:\!bg-green-800\/80:hover{background-color:#166534cc!important}.hover\:\!bg-green-800\/85:hover{background-color:#166534d9!important}.hover\:\!bg-green-800\/90:hover{background-color:#166534e6!important}.hover\:\!bg-green-800\/95:hover{background-color:#166534f2!important}.hover\:\!bg-green-900:hover{--tw-bg-opacity: 1 !important;background-color:rgb(20 83 45 / var(--tw-bg-opacity))!important}.hover\:\!bg-green-900\/0:hover{background-color:#14532d00!important}.hover\:\!bg-green-900\/10:hover{background-color:#14532d1a!important}.hover\:\!bg-green-900\/100:hover{background-color:#14532d!important}.hover\:\!bg-green-900\/15:hover{background-color:#14532d26!important}.hover\:\!bg-green-900\/20:hover{background-color:#14532d33!important}.hover\:\!bg-green-900\/25:hover{background-color:#14532d40!important}.hover\:\!bg-green-900\/30:hover{background-color:#14532d4d!important}.hover\:\!bg-green-900\/35:hover{background-color:#14532d59!important}.hover\:\!bg-green-900\/40:hover{background-color:#14532d66!important}.hover\:\!bg-green-900\/45:hover{background-color:#14532d73!important}.hover\:\!bg-green-900\/5:hover{background-color:#14532d0d!important}.hover\:\!bg-green-900\/50:hover{background-color:#14532d80!important}.hover\:\!bg-green-900\/55:hover{background-color:#14532d8c!important}.hover\:\!bg-green-900\/60:hover{background-color:#14532d99!important}.hover\:\!bg-green-900\/65:hover{background-color:#14532da6!important}.hover\:\!bg-green-900\/70:hover{background-color:#14532db3!important}.hover\:\!bg-green-900\/75:hover{background-color:#14532dbf!important}.hover\:\!bg-green-900\/80:hover{background-color:#14532dcc!important}.hover\:\!bg-green-900\/85:hover{background-color:#14532dd9!important}.hover\:\!bg-green-900\/90:hover{background-color:#14532de6!important}.hover\:\!bg-green-900\/95:hover{background-color:#14532df2!important}.hover\:\!bg-red-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(254 226 226 / var(--tw-bg-opacity))!important}.hover\:\!bg-red-100\/0:hover{background-color:#fee2e200!important}.hover\:\!bg-red-100\/10:hover{background-color:#fee2e21a!important}.hover\:\!bg-red-100\/100:hover{background-color:#fee2e2!important}.hover\:\!bg-red-100\/15:hover{background-color:#fee2e226!important}.hover\:\!bg-red-100\/20:hover{background-color:#fee2e233!important}.hover\:\!bg-red-100\/25:hover{background-color:#fee2e240!important}.hover\:\!bg-red-100\/30:hover{background-color:#fee2e24d!important}.hover\:\!bg-red-100\/35:hover{background-color:#fee2e259!important}.hover\:\!bg-red-100\/40:hover{background-color:#fee2e266!important}.hover\:\!bg-red-100\/45:hover{background-color:#fee2e273!important}.hover\:\!bg-red-100\/5:hover{background-color:#fee2e20d!important}.hover\:\!bg-red-100\/50:hover{background-color:#fee2e280!important}.hover\:\!bg-red-100\/55:hover{background-color:#fee2e28c!important}.hover\:\!bg-red-100\/60:hover{background-color:#fee2e299!important}.hover\:\!bg-red-100\/65:hover{background-color:#fee2e2a6!important}.hover\:\!bg-red-100\/70:hover{background-color:#fee2e2b3!important}.hover\:\!bg-red-100\/75:hover{background-color:#fee2e2bf!important}.hover\:\!bg-red-100\/80:hover{background-color:#fee2e2cc!important}.hover\:\!bg-red-100\/85:hover{background-color:#fee2e2d9!important}.hover\:\!bg-red-100\/90:hover{background-color:#fee2e2e6!important}.hover\:\!bg-red-100\/95:hover{background-color:#fee2e2f2!important}.hover\:\!bg-red-200:hover{--tw-bg-opacity: 1 !important;background-color:rgb(254 202 202 / var(--tw-bg-opacity))!important}.hover\:\!bg-red-200\/0:hover{background-color:#fecaca00!important}.hover\:\!bg-red-200\/10:hover{background-color:#fecaca1a!important}.hover\:\!bg-red-200\/100:hover{background-color:#fecaca!important}.hover\:\!bg-red-200\/15:hover{background-color:#fecaca26!important}.hover\:\!bg-red-200\/20:hover{background-color:#fecaca33!important}.hover\:\!bg-red-200\/25:hover{background-color:#fecaca40!important}.hover\:\!bg-red-200\/30:hover{background-color:#fecaca4d!important}.hover\:\!bg-red-200\/35:hover{background-color:#fecaca59!important}.hover\:\!bg-red-200\/40:hover{background-color:#fecaca66!important}.hover\:\!bg-red-200\/45:hover{background-color:#fecaca73!important}.hover\:\!bg-red-200\/5:hover{background-color:#fecaca0d!important}.hover\:\!bg-red-200\/50:hover{background-color:#fecaca80!important}.hover\:\!bg-red-200\/55:hover{background-color:#fecaca8c!important}.hover\:\!bg-red-200\/60:hover{background-color:#fecaca99!important}.hover\:\!bg-red-200\/65:hover{background-color:#fecacaa6!important}.hover\:\!bg-red-200\/70:hover{background-color:#fecacab3!important}.hover\:\!bg-red-200\/75:hover{background-color:#fecacabf!important}.hover\:\!bg-red-200\/80:hover{background-color:#fecacacc!important}.hover\:\!bg-red-200\/85:hover{background-color:#fecacad9!important}.hover\:\!bg-red-200\/90:hover{background-color:#fecacae6!important}.hover\:\!bg-red-200\/95:hover{background-color:#fecacaf2!important}.hover\:\!bg-red-300:hover{--tw-bg-opacity: 1 !important;background-color:rgb(252 165 165 / var(--tw-bg-opacity))!important}.hover\:\!bg-red-300\/0:hover{background-color:#fca5a500!important}.hover\:\!bg-red-300\/10:hover{background-color:#fca5a51a!important}.hover\:\!bg-red-300\/100:hover{background-color:#fca5a5!important}.hover\:\!bg-red-300\/15:hover{background-color:#fca5a526!important}.hover\:\!bg-red-300\/20:hover{background-color:#fca5a533!important}.hover\:\!bg-red-300\/25:hover{background-color:#fca5a540!important}.hover\:\!bg-red-300\/30:hover{background-color:#fca5a54d!important}.hover\:\!bg-red-300\/35:hover{background-color:#fca5a559!important}.hover\:\!bg-red-300\/40:hover{background-color:#fca5a566!important}.hover\:\!bg-red-300\/45:hover{background-color:#fca5a573!important}.hover\:\!bg-red-300\/5:hover{background-color:#fca5a50d!important}.hover\:\!bg-red-300\/50:hover{background-color:#fca5a580!important}.hover\:\!bg-red-300\/55:hover{background-color:#fca5a58c!important}.hover\:\!bg-red-300\/60:hover{background-color:#fca5a599!important}.hover\:\!bg-red-300\/65:hover{background-color:#fca5a5a6!important}.hover\:\!bg-red-300\/70:hover{background-color:#fca5a5b3!important}.hover\:\!bg-red-300\/75:hover{background-color:#fca5a5bf!important}.hover\:\!bg-red-300\/80:hover{background-color:#fca5a5cc!important}.hover\:\!bg-red-300\/85:hover{background-color:#fca5a5d9!important}.hover\:\!bg-red-300\/90:hover{background-color:#fca5a5e6!important}.hover\:\!bg-red-300\/95:hover{background-color:#fca5a5f2!important}.hover\:\!bg-red-400:hover{--tw-bg-opacity: 1 !important;background-color:rgb(248 113 113 / var(--tw-bg-opacity))!important}.hover\:\!bg-red-400\/0:hover{background-color:#f8717100!important}.hover\:\!bg-red-400\/10:hover{background-color:#f871711a!important}.hover\:\!bg-red-400\/100:hover{background-color:#f87171!important}.hover\:\!bg-red-400\/15:hover{background-color:#f8717126!important}.hover\:\!bg-red-400\/20:hover{background-color:#f8717133!important}.hover\:\!bg-red-400\/25:hover{background-color:#f8717140!important}.hover\:\!bg-red-400\/30:hover{background-color:#f871714d!important}.hover\:\!bg-red-400\/35:hover{background-color:#f8717159!important}.hover\:\!bg-red-400\/40:hover{background-color:#f8717166!important}.hover\:\!bg-red-400\/45:hover{background-color:#f8717173!important}.hover\:\!bg-red-400\/5:hover{background-color:#f871710d!important}.hover\:\!bg-red-400\/50:hover{background-color:#f8717180!important}.hover\:\!bg-red-400\/55:hover{background-color:#f871718c!important}.hover\:\!bg-red-400\/60:hover{background-color:#f8717199!important}.hover\:\!bg-red-400\/65:hover{background-color:#f87171a6!important}.hover\:\!bg-red-400\/70:hover{background-color:#f87171b3!important}.hover\:\!bg-red-400\/75:hover{background-color:#f87171bf!important}.hover\:\!bg-red-400\/80:hover{background-color:#f87171cc!important}.hover\:\!bg-red-400\/85:hover{background-color:#f87171d9!important}.hover\:\!bg-red-400\/90:hover{background-color:#f87171e6!important}.hover\:\!bg-red-400\/95:hover{background-color:#f87171f2!important}.hover\:\!bg-red-500:hover{--tw-bg-opacity: 1 !important;background-color:rgb(239 68 68 / var(--tw-bg-opacity))!important}.hover\:\!bg-red-500\/0:hover{background-color:#ef444400!important}.hover\:\!bg-red-500\/10:hover{background-color:#ef44441a!important}.hover\:\!bg-red-500\/100:hover{background-color:#ef4444!important}.hover\:\!bg-red-500\/15:hover{background-color:#ef444426!important}.hover\:\!bg-red-500\/20:hover{background-color:#ef444433!important}.hover\:\!bg-red-500\/25:hover{background-color:#ef444440!important}.hover\:\!bg-red-500\/30:hover{background-color:#ef44444d!important}.hover\:\!bg-red-500\/35:hover{background-color:#ef444459!important}.hover\:\!bg-red-500\/40:hover{background-color:#ef444466!important}.hover\:\!bg-red-500\/45:hover{background-color:#ef444473!important}.hover\:\!bg-red-500\/5:hover{background-color:#ef44440d!important}.hover\:\!bg-red-500\/50:hover{background-color:#ef444480!important}.hover\:\!bg-red-500\/55:hover{background-color:#ef44448c!important}.hover\:\!bg-red-500\/60:hover{background-color:#ef444499!important}.hover\:\!bg-red-500\/65:hover{background-color:#ef4444a6!important}.hover\:\!bg-red-500\/70:hover{background-color:#ef4444b3!important}.hover\:\!bg-red-500\/75:hover{background-color:#ef4444bf!important}.hover\:\!bg-red-500\/80:hover{background-color:#ef4444cc!important}.hover\:\!bg-red-500\/85:hover{background-color:#ef4444d9!important}.hover\:\!bg-red-500\/90:hover{background-color:#ef4444e6!important}.hover\:\!bg-red-500\/95:hover{background-color:#ef4444f2!important}.hover\:\!bg-red-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(220 38 38 / var(--tw-bg-opacity))!important}.hover\:\!bg-red-600\/0:hover{background-color:#dc262600!important}.hover\:\!bg-red-600\/10:hover{background-color:#dc26261a!important}.hover\:\!bg-red-600\/100:hover{background-color:#dc2626!important}.hover\:\!bg-red-600\/15:hover{background-color:#dc262626!important}.hover\:\!bg-red-600\/20:hover{background-color:#dc262633!important}.hover\:\!bg-red-600\/25:hover{background-color:#dc262640!important}.hover\:\!bg-red-600\/30:hover{background-color:#dc26264d!important}.hover\:\!bg-red-600\/35:hover{background-color:#dc262659!important}.hover\:\!bg-red-600\/40:hover{background-color:#dc262666!important}.hover\:\!bg-red-600\/45:hover{background-color:#dc262673!important}.hover\:\!bg-red-600\/5:hover{background-color:#dc26260d!important}.hover\:\!bg-red-600\/50:hover{background-color:#dc262680!important}.hover\:\!bg-red-600\/55:hover{background-color:#dc26268c!important}.hover\:\!bg-red-600\/60:hover{background-color:#dc262699!important}.hover\:\!bg-red-600\/65:hover{background-color:#dc2626a6!important}.hover\:\!bg-red-600\/70:hover{background-color:#dc2626b3!important}.hover\:\!bg-red-600\/75:hover{background-color:#dc2626bf!important}.hover\:\!bg-red-600\/80:hover{background-color:#dc2626cc!important}.hover\:\!bg-red-600\/85:hover{background-color:#dc2626d9!important}.hover\:\!bg-red-600\/90:hover{background-color:#dc2626e6!important}.hover\:\!bg-red-600\/95:hover{background-color:#dc2626f2!important}.hover\:\!bg-red-700:hover{--tw-bg-opacity: 1 !important;background-color:rgb(185 28 28 / var(--tw-bg-opacity))!important}.hover\:\!bg-red-700\/0:hover{background-color:#b91c1c00!important}.hover\:\!bg-red-700\/10:hover{background-color:#b91c1c1a!important}.hover\:\!bg-red-700\/100:hover{background-color:#b91c1c!important}.hover\:\!bg-red-700\/15:hover{background-color:#b91c1c26!important}.hover\:\!bg-red-700\/20:hover{background-color:#b91c1c33!important}.hover\:\!bg-red-700\/25:hover{background-color:#b91c1c40!important}.hover\:\!bg-red-700\/30:hover{background-color:#b91c1c4d!important}.hover\:\!bg-red-700\/35:hover{background-color:#b91c1c59!important}.hover\:\!bg-red-700\/40:hover{background-color:#b91c1c66!important}.hover\:\!bg-red-700\/45:hover{background-color:#b91c1c73!important}.hover\:\!bg-red-700\/5:hover{background-color:#b91c1c0d!important}.hover\:\!bg-red-700\/50:hover{background-color:#b91c1c80!important}.hover\:\!bg-red-700\/55:hover{background-color:#b91c1c8c!important}.hover\:\!bg-red-700\/60:hover{background-color:#b91c1c99!important}.hover\:\!bg-red-700\/65:hover{background-color:#b91c1ca6!important}.hover\:\!bg-red-700\/70:hover{background-color:#b91c1cb3!important}.hover\:\!bg-red-700\/75:hover{background-color:#b91c1cbf!important}.hover\:\!bg-red-700\/80:hover{background-color:#b91c1ccc!important}.hover\:\!bg-red-700\/85:hover{background-color:#b91c1cd9!important}.hover\:\!bg-red-700\/90:hover{background-color:#b91c1ce6!important}.hover\:\!bg-red-700\/95:hover{background-color:#b91c1cf2!important}.hover\:\!bg-red-800:hover{--tw-bg-opacity: 1 !important;background-color:rgb(153 27 27 / var(--tw-bg-opacity))!important}.hover\:\!bg-red-800\/0:hover{background-color:#991b1b00!important}.hover\:\!bg-red-800\/10:hover{background-color:#991b1b1a!important}.hover\:\!bg-red-800\/100:hover{background-color:#991b1b!important}.hover\:\!bg-red-800\/15:hover{background-color:#991b1b26!important}.hover\:\!bg-red-800\/20:hover{background-color:#991b1b33!important}.hover\:\!bg-red-800\/25:hover{background-color:#991b1b40!important}.hover\:\!bg-red-800\/30:hover{background-color:#991b1b4d!important}.hover\:\!bg-red-800\/35:hover{background-color:#991b1b59!important}.hover\:\!bg-red-800\/40:hover{background-color:#991b1b66!important}.hover\:\!bg-red-800\/45:hover{background-color:#991b1b73!important}.hover\:\!bg-red-800\/5:hover{background-color:#991b1b0d!important}.hover\:\!bg-red-800\/50:hover{background-color:#991b1b80!important}.hover\:\!bg-red-800\/55:hover{background-color:#991b1b8c!important}.hover\:\!bg-red-800\/60:hover{background-color:#991b1b99!important}.hover\:\!bg-red-800\/65:hover{background-color:#991b1ba6!important}.hover\:\!bg-red-800\/70:hover{background-color:#991b1bb3!important}.hover\:\!bg-red-800\/75:hover{background-color:#991b1bbf!important}.hover\:\!bg-red-800\/80:hover{background-color:#991b1bcc!important}.hover\:\!bg-red-800\/85:hover{background-color:#991b1bd9!important}.hover\:\!bg-red-800\/90:hover{background-color:#991b1be6!important}.hover\:\!bg-red-800\/95:hover{background-color:#991b1bf2!important}.hover\:\!bg-red-900:hover{--tw-bg-opacity: 1 !important;background-color:rgb(127 29 29 / var(--tw-bg-opacity))!important}.hover\:\!bg-red-900\/0:hover{background-color:#7f1d1d00!important}.hover\:\!bg-red-900\/10:hover{background-color:#7f1d1d1a!important}.hover\:\!bg-red-900\/100:hover{background-color:#7f1d1d!important}.hover\:\!bg-red-900\/15:hover{background-color:#7f1d1d26!important}.hover\:\!bg-red-900\/20:hover{background-color:#7f1d1d33!important}.hover\:\!bg-red-900\/25:hover{background-color:#7f1d1d40!important}.hover\:\!bg-red-900\/30:hover{background-color:#7f1d1d4d!important}.hover\:\!bg-red-900\/35:hover{background-color:#7f1d1d59!important}.hover\:\!bg-red-900\/40:hover{background-color:#7f1d1d66!important}.hover\:\!bg-red-900\/45:hover{background-color:#7f1d1d73!important}.hover\:\!bg-red-900\/5:hover{background-color:#7f1d1d0d!important}.hover\:\!bg-red-900\/50:hover{background-color:#7f1d1d80!important}.hover\:\!bg-red-900\/55:hover{background-color:#7f1d1d8c!important}.hover\:\!bg-red-900\/60:hover{background-color:#7f1d1d99!important}.hover\:\!bg-red-900\/65:hover{background-color:#7f1d1da6!important}.hover\:\!bg-red-900\/70:hover{background-color:#7f1d1db3!important}.hover\:\!bg-red-900\/75:hover{background-color:#7f1d1dbf!important}.hover\:\!bg-red-900\/80:hover{background-color:#7f1d1dcc!important}.hover\:\!bg-red-900\/85:hover{background-color:#7f1d1dd9!important}.hover\:\!bg-red-900\/90:hover{background-color:#7f1d1de6!important}.hover\:\!bg-red-900\/95:hover{background-color:#7f1d1df2!important}.hover\:\!bg-slate-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(241 245 249 / var(--tw-bg-opacity))!important}.hover\:\!bg-slate-100\/0:hover{background-color:#f1f5f900!important}.hover\:\!bg-slate-100\/10:hover{background-color:#f1f5f91a!important}.hover\:\!bg-slate-100\/100:hover{background-color:#f1f5f9!important}.hover\:\!bg-slate-100\/15:hover{background-color:#f1f5f926!important}.hover\:\!bg-slate-100\/20:hover{background-color:#f1f5f933!important}.hover\:\!bg-slate-100\/25:hover{background-color:#f1f5f940!important}.hover\:\!bg-slate-100\/30:hover{background-color:#f1f5f94d!important}.hover\:\!bg-slate-100\/35:hover{background-color:#f1f5f959!important}.hover\:\!bg-slate-100\/40:hover{background-color:#f1f5f966!important}.hover\:\!bg-slate-100\/45:hover{background-color:#f1f5f973!important}.hover\:\!bg-slate-100\/5:hover{background-color:#f1f5f90d!important}.hover\:\!bg-slate-100\/50:hover{background-color:#f1f5f980!important}.hover\:\!bg-slate-100\/55:hover{background-color:#f1f5f98c!important}.hover\:\!bg-slate-100\/60:hover{background-color:#f1f5f999!important}.hover\:\!bg-slate-100\/65:hover{background-color:#f1f5f9a6!important}.hover\:\!bg-slate-100\/70:hover{background-color:#f1f5f9b3!important}.hover\:\!bg-slate-100\/75:hover{background-color:#f1f5f9bf!important}.hover\:\!bg-slate-100\/80:hover{background-color:#f1f5f9cc!important}.hover\:\!bg-slate-100\/85:hover{background-color:#f1f5f9d9!important}.hover\:\!bg-slate-100\/90:hover{background-color:#f1f5f9e6!important}.hover\:\!bg-slate-100\/95:hover{background-color:#f1f5f9f2!important}.hover\:\!bg-slate-200:hover{--tw-bg-opacity: 1 !important;background-color:rgb(226 232 240 / var(--tw-bg-opacity))!important}.hover\:\!bg-slate-200\/0:hover{background-color:#e2e8f000!important}.hover\:\!bg-slate-200\/10:hover{background-color:#e2e8f01a!important}.hover\:\!bg-slate-200\/100:hover{background-color:#e2e8f0!important}.hover\:\!bg-slate-200\/15:hover{background-color:#e2e8f026!important}.hover\:\!bg-slate-200\/20:hover{background-color:#e2e8f033!important}.hover\:\!bg-slate-200\/25:hover{background-color:#e2e8f040!important}.hover\:\!bg-slate-200\/30:hover{background-color:#e2e8f04d!important}.hover\:\!bg-slate-200\/35:hover{background-color:#e2e8f059!important}.hover\:\!bg-slate-200\/40:hover{background-color:#e2e8f066!important}.hover\:\!bg-slate-200\/45:hover{background-color:#e2e8f073!important}.hover\:\!bg-slate-200\/5:hover{background-color:#e2e8f00d!important}.hover\:\!bg-slate-200\/50:hover{background-color:#e2e8f080!important}.hover\:\!bg-slate-200\/55:hover{background-color:#e2e8f08c!important}.hover\:\!bg-slate-200\/60:hover{background-color:#e2e8f099!important}.hover\:\!bg-slate-200\/65:hover{background-color:#e2e8f0a6!important}.hover\:\!bg-slate-200\/70:hover{background-color:#e2e8f0b3!important}.hover\:\!bg-slate-200\/75:hover{background-color:#e2e8f0bf!important}.hover\:\!bg-slate-200\/80:hover{background-color:#e2e8f0cc!important}.hover\:\!bg-slate-200\/85:hover{background-color:#e2e8f0d9!important}.hover\:\!bg-slate-200\/90:hover{background-color:#e2e8f0e6!important}.hover\:\!bg-slate-200\/95:hover{background-color:#e2e8f0f2!important}.hover\:\!bg-slate-300:hover{--tw-bg-opacity: 1 !important;background-color:rgb(203 213 225 / var(--tw-bg-opacity))!important}.hover\:\!bg-slate-300\/0:hover{background-color:#cbd5e100!important}.hover\:\!bg-slate-300\/10:hover{background-color:#cbd5e11a!important}.hover\:\!bg-slate-300\/100:hover{background-color:#cbd5e1!important}.hover\:\!bg-slate-300\/15:hover{background-color:#cbd5e126!important}.hover\:\!bg-slate-300\/20:hover{background-color:#cbd5e133!important}.hover\:\!bg-slate-300\/25:hover{background-color:#cbd5e140!important}.hover\:\!bg-slate-300\/30:hover{background-color:#cbd5e14d!important}.hover\:\!bg-slate-300\/35:hover{background-color:#cbd5e159!important}.hover\:\!bg-slate-300\/40:hover{background-color:#cbd5e166!important}.hover\:\!bg-slate-300\/45:hover{background-color:#cbd5e173!important}.hover\:\!bg-slate-300\/5:hover{background-color:#cbd5e10d!important}.hover\:\!bg-slate-300\/50:hover{background-color:#cbd5e180!important}.hover\:\!bg-slate-300\/55:hover{background-color:#cbd5e18c!important}.hover\:\!bg-slate-300\/60:hover{background-color:#cbd5e199!important}.hover\:\!bg-slate-300\/65:hover{background-color:#cbd5e1a6!important}.hover\:\!bg-slate-300\/70:hover{background-color:#cbd5e1b3!important}.hover\:\!bg-slate-300\/75:hover{background-color:#cbd5e1bf!important}.hover\:\!bg-slate-300\/80:hover{background-color:#cbd5e1cc!important}.hover\:\!bg-slate-300\/85:hover{background-color:#cbd5e1d9!important}.hover\:\!bg-slate-300\/90:hover{background-color:#cbd5e1e6!important}.hover\:\!bg-slate-300\/95:hover{background-color:#cbd5e1f2!important}.hover\:\!bg-slate-400:hover{--tw-bg-opacity: 1 !important;background-color:rgb(148 163 184 / var(--tw-bg-opacity))!important}.hover\:\!bg-slate-400\/0:hover{background-color:#94a3b800!important}.hover\:\!bg-slate-400\/10:hover{background-color:#94a3b81a!important}.hover\:\!bg-slate-400\/100:hover{background-color:#94a3b8!important}.hover\:\!bg-slate-400\/15:hover{background-color:#94a3b826!important}.hover\:\!bg-slate-400\/20:hover{background-color:#94a3b833!important}.hover\:\!bg-slate-400\/25:hover{background-color:#94a3b840!important}.hover\:\!bg-slate-400\/30:hover{background-color:#94a3b84d!important}.hover\:\!bg-slate-400\/35:hover{background-color:#94a3b859!important}.hover\:\!bg-slate-400\/40:hover{background-color:#94a3b866!important}.hover\:\!bg-slate-400\/45:hover{background-color:#94a3b873!important}.hover\:\!bg-slate-400\/5:hover{background-color:#94a3b80d!important}.hover\:\!bg-slate-400\/50:hover{background-color:#94a3b880!important}.hover\:\!bg-slate-400\/55:hover{background-color:#94a3b88c!important}.hover\:\!bg-slate-400\/60:hover{background-color:#94a3b899!important}.hover\:\!bg-slate-400\/65:hover{background-color:#94a3b8a6!important}.hover\:\!bg-slate-400\/70:hover{background-color:#94a3b8b3!important}.hover\:\!bg-slate-400\/75:hover{background-color:#94a3b8bf!important}.hover\:\!bg-slate-400\/80:hover{background-color:#94a3b8cc!important}.hover\:\!bg-slate-400\/85:hover{background-color:#94a3b8d9!important}.hover\:\!bg-slate-400\/90:hover{background-color:#94a3b8e6!important}.hover\:\!bg-slate-400\/95:hover{background-color:#94a3b8f2!important}.hover\:\!bg-slate-500:hover{--tw-bg-opacity: 1 !important;background-color:rgb(100 116 139 / var(--tw-bg-opacity))!important}.hover\:\!bg-slate-500\/0:hover{background-color:#64748b00!important}.hover\:\!bg-slate-500\/10:hover{background-color:#64748b1a!important}.hover\:\!bg-slate-500\/100:hover{background-color:#64748b!important}.hover\:\!bg-slate-500\/15:hover{background-color:#64748b26!important}.hover\:\!bg-slate-500\/20:hover{background-color:#64748b33!important}.hover\:\!bg-slate-500\/25:hover{background-color:#64748b40!important}.hover\:\!bg-slate-500\/30:hover{background-color:#64748b4d!important}.hover\:\!bg-slate-500\/35:hover{background-color:#64748b59!important}.hover\:\!bg-slate-500\/40:hover{background-color:#64748b66!important}.hover\:\!bg-slate-500\/45:hover{background-color:#64748b73!important}.hover\:\!bg-slate-500\/5:hover{background-color:#64748b0d!important}.hover\:\!bg-slate-500\/50:hover{background-color:#64748b80!important}.hover\:\!bg-slate-500\/55:hover{background-color:#64748b8c!important}.hover\:\!bg-slate-500\/60:hover{background-color:#64748b99!important}.hover\:\!bg-slate-500\/65:hover{background-color:#64748ba6!important}.hover\:\!bg-slate-500\/70:hover{background-color:#64748bb3!important}.hover\:\!bg-slate-500\/75:hover{background-color:#64748bbf!important}.hover\:\!bg-slate-500\/80:hover{background-color:#64748bcc!important}.hover\:\!bg-slate-500\/85:hover{background-color:#64748bd9!important}.hover\:\!bg-slate-500\/90:hover{background-color:#64748be6!important}.hover\:\!bg-slate-500\/95:hover{background-color:#64748bf2!important}.hover\:\!bg-slate-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(71 85 105 / var(--tw-bg-opacity))!important}.hover\:\!bg-slate-600\/0:hover{background-color:#47556900!important}.hover\:\!bg-slate-600\/10:hover{background-color:#4755691a!important}.hover\:\!bg-slate-600\/100:hover{background-color:#475569!important}.hover\:\!bg-slate-600\/15:hover{background-color:#47556926!important}.hover\:\!bg-slate-600\/20:hover{background-color:#47556933!important}.hover\:\!bg-slate-600\/25:hover{background-color:#47556940!important}.hover\:\!bg-slate-600\/30:hover{background-color:#4755694d!important}.hover\:\!bg-slate-600\/35:hover{background-color:#47556959!important}.hover\:\!bg-slate-600\/40:hover{background-color:#47556966!important}.hover\:\!bg-slate-600\/45:hover{background-color:#47556973!important}.hover\:\!bg-slate-600\/5:hover{background-color:#4755690d!important}.hover\:\!bg-slate-600\/50:hover{background-color:#47556980!important}.hover\:\!bg-slate-600\/55:hover{background-color:#4755698c!important}.hover\:\!bg-slate-600\/60:hover{background-color:#47556999!important}.hover\:\!bg-slate-600\/65:hover{background-color:#475569a6!important}.hover\:\!bg-slate-600\/70:hover{background-color:#475569b3!important}.hover\:\!bg-slate-600\/75:hover{background-color:#475569bf!important}.hover\:\!bg-slate-600\/80:hover{background-color:#475569cc!important}.hover\:\!bg-slate-600\/85:hover{background-color:#475569d9!important}.hover\:\!bg-slate-600\/90:hover{background-color:#475569e6!important}.hover\:\!bg-slate-600\/95:hover{background-color:#475569f2!important}.hover\:\!bg-slate-700:hover{--tw-bg-opacity: 1 !important;background-color:rgb(51 65 85 / var(--tw-bg-opacity))!important}.hover\:\!bg-slate-700\/0:hover{background-color:#33415500!important}.hover\:\!bg-slate-700\/10:hover{background-color:#3341551a!important}.hover\:\!bg-slate-700\/100:hover{background-color:#334155!important}.hover\:\!bg-slate-700\/15:hover{background-color:#33415526!important}.hover\:\!bg-slate-700\/20:hover{background-color:#33415533!important}.hover\:\!bg-slate-700\/25:hover{background-color:#33415540!important}.hover\:\!bg-slate-700\/30:hover{background-color:#3341554d!important}.hover\:\!bg-slate-700\/35:hover{background-color:#33415559!important}.hover\:\!bg-slate-700\/40:hover{background-color:#33415566!important}.hover\:\!bg-slate-700\/45:hover{background-color:#33415573!important}.hover\:\!bg-slate-700\/5:hover{background-color:#3341550d!important}.hover\:\!bg-slate-700\/50:hover{background-color:#33415580!important}.hover\:\!bg-slate-700\/55:hover{background-color:#3341558c!important}.hover\:\!bg-slate-700\/60:hover{background-color:#33415599!important}.hover\:\!bg-slate-700\/65:hover{background-color:#334155a6!important}.hover\:\!bg-slate-700\/70:hover{background-color:#334155b3!important}.hover\:\!bg-slate-700\/75:hover{background-color:#334155bf!important}.hover\:\!bg-slate-700\/80:hover{background-color:#334155cc!important}.hover\:\!bg-slate-700\/85:hover{background-color:#334155d9!important}.hover\:\!bg-slate-700\/90:hover{background-color:#334155e6!important}.hover\:\!bg-slate-700\/95:hover{background-color:#334155f2!important}.hover\:\!bg-slate-800:hover{--tw-bg-opacity: 1 !important;background-color:rgb(30 41 59 / var(--tw-bg-opacity))!important}.hover\:\!bg-slate-800\/0:hover{background-color:#1e293b00!important}.hover\:\!bg-slate-800\/10:hover{background-color:#1e293b1a!important}.hover\:\!bg-slate-800\/100:hover{background-color:#1e293b!important}.hover\:\!bg-slate-800\/15:hover{background-color:#1e293b26!important}.hover\:\!bg-slate-800\/20:hover{background-color:#1e293b33!important}.hover\:\!bg-slate-800\/25:hover{background-color:#1e293b40!important}.hover\:\!bg-slate-800\/30:hover{background-color:#1e293b4d!important}.hover\:\!bg-slate-800\/35:hover{background-color:#1e293b59!important}.hover\:\!bg-slate-800\/40:hover{background-color:#1e293b66!important}.hover\:\!bg-slate-800\/45:hover{background-color:#1e293b73!important}.hover\:\!bg-slate-800\/5:hover{background-color:#1e293b0d!important}.hover\:\!bg-slate-800\/50:hover{background-color:#1e293b80!important}.hover\:\!bg-slate-800\/55:hover{background-color:#1e293b8c!important}.hover\:\!bg-slate-800\/60:hover{background-color:#1e293b99!important}.hover\:\!bg-slate-800\/65:hover{background-color:#1e293ba6!important}.hover\:\!bg-slate-800\/70:hover{background-color:#1e293bb3!important}.hover\:\!bg-slate-800\/75:hover{background-color:#1e293bbf!important}.hover\:\!bg-slate-800\/80:hover{background-color:#1e293bcc!important}.hover\:\!bg-slate-800\/85:hover{background-color:#1e293bd9!important}.hover\:\!bg-slate-800\/90:hover{background-color:#1e293be6!important}.hover\:\!bg-slate-800\/95:hover{background-color:#1e293bf2!important}.hover\:\!bg-slate-900:hover{--tw-bg-opacity: 1 !important;background-color:rgb(15 23 42 / var(--tw-bg-opacity))!important}.hover\:\!bg-slate-900\/0:hover{background-color:#0f172a00!important}.hover\:\!bg-slate-900\/10:hover{background-color:#0f172a1a!important}.hover\:\!bg-slate-900\/100:hover{background-color:#0f172a!important}.hover\:\!bg-slate-900\/15:hover{background-color:#0f172a26!important}.hover\:\!bg-slate-900\/20:hover{background-color:#0f172a33!important}.hover\:\!bg-slate-900\/25:hover{background-color:#0f172a40!important}.hover\:\!bg-slate-900\/30:hover{background-color:#0f172a4d!important}.hover\:\!bg-slate-900\/35:hover{background-color:#0f172a59!important}.hover\:\!bg-slate-900\/40:hover{background-color:#0f172a66!important}.hover\:\!bg-slate-900\/45:hover{background-color:#0f172a73!important}.hover\:\!bg-slate-900\/5:hover{background-color:#0f172a0d!important}.hover\:\!bg-slate-900\/50:hover{background-color:#0f172a80!important}.hover\:\!bg-slate-900\/55:hover{background-color:#0f172a8c!important}.hover\:\!bg-slate-900\/60:hover{background-color:#0f172a99!important}.hover\:\!bg-slate-900\/65:hover{background-color:#0f172aa6!important}.hover\:\!bg-slate-900\/70:hover{background-color:#0f172ab3!important}.hover\:\!bg-slate-900\/75:hover{background-color:#0f172abf!important}.hover\:\!bg-slate-900\/80:hover{background-color:#0f172acc!important}.hover\:\!bg-slate-900\/85:hover{background-color:#0f172ad9!important}.hover\:\!bg-slate-900\/90:hover{background-color:#0f172ae6!important}.hover\:\!bg-slate-900\/95:hover{background-color:#0f172af2!important}.hover\:\!bg-teal-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(204 251 241 / var(--tw-bg-opacity))!important}.hover\:\!bg-teal-100\/0:hover{background-color:#ccfbf100!important}.hover\:\!bg-teal-100\/10:hover{background-color:#ccfbf11a!important}.hover\:\!bg-teal-100\/100:hover{background-color:#ccfbf1!important}.hover\:\!bg-teal-100\/15:hover{background-color:#ccfbf126!important}.hover\:\!bg-teal-100\/20:hover{background-color:#ccfbf133!important}.hover\:\!bg-teal-100\/25:hover{background-color:#ccfbf140!important}.hover\:\!bg-teal-100\/30:hover{background-color:#ccfbf14d!important}.hover\:\!bg-teal-100\/35:hover{background-color:#ccfbf159!important}.hover\:\!bg-teal-100\/40:hover{background-color:#ccfbf166!important}.hover\:\!bg-teal-100\/45:hover{background-color:#ccfbf173!important}.hover\:\!bg-teal-100\/5:hover{background-color:#ccfbf10d!important}.hover\:\!bg-teal-100\/50:hover{background-color:#ccfbf180!important}.hover\:\!bg-teal-100\/55:hover{background-color:#ccfbf18c!important}.hover\:\!bg-teal-100\/60:hover{background-color:#ccfbf199!important}.hover\:\!bg-teal-100\/65:hover{background-color:#ccfbf1a6!important}.hover\:\!bg-teal-100\/70:hover{background-color:#ccfbf1b3!important}.hover\:\!bg-teal-100\/75:hover{background-color:#ccfbf1bf!important}.hover\:\!bg-teal-100\/80:hover{background-color:#ccfbf1cc!important}.hover\:\!bg-teal-100\/85:hover{background-color:#ccfbf1d9!important}.hover\:\!bg-teal-100\/90:hover{background-color:#ccfbf1e6!important}.hover\:\!bg-teal-100\/95:hover{background-color:#ccfbf1f2!important}.hover\:\!bg-teal-200:hover{--tw-bg-opacity: 1 !important;background-color:rgb(153 246 228 / var(--tw-bg-opacity))!important}.hover\:\!bg-teal-200\/0:hover{background-color:#99f6e400!important}.hover\:\!bg-teal-200\/10:hover{background-color:#99f6e41a!important}.hover\:\!bg-teal-200\/100:hover{background-color:#99f6e4!important}.hover\:\!bg-teal-200\/15:hover{background-color:#99f6e426!important}.hover\:\!bg-teal-200\/20:hover{background-color:#99f6e433!important}.hover\:\!bg-teal-200\/25:hover{background-color:#99f6e440!important}.hover\:\!bg-teal-200\/30:hover{background-color:#99f6e44d!important}.hover\:\!bg-teal-200\/35:hover{background-color:#99f6e459!important}.hover\:\!bg-teal-200\/40:hover{background-color:#99f6e466!important}.hover\:\!bg-teal-200\/45:hover{background-color:#99f6e473!important}.hover\:\!bg-teal-200\/5:hover{background-color:#99f6e40d!important}.hover\:\!bg-teal-200\/50:hover{background-color:#99f6e480!important}.hover\:\!bg-teal-200\/55:hover{background-color:#99f6e48c!important}.hover\:\!bg-teal-200\/60:hover{background-color:#99f6e499!important}.hover\:\!bg-teal-200\/65:hover{background-color:#99f6e4a6!important}.hover\:\!bg-teal-200\/70:hover{background-color:#99f6e4b3!important}.hover\:\!bg-teal-200\/75:hover{background-color:#99f6e4bf!important}.hover\:\!bg-teal-200\/80:hover{background-color:#99f6e4cc!important}.hover\:\!bg-teal-200\/85:hover{background-color:#99f6e4d9!important}.hover\:\!bg-teal-200\/90:hover{background-color:#99f6e4e6!important}.hover\:\!bg-teal-200\/95:hover{background-color:#99f6e4f2!important}.hover\:\!bg-teal-300:hover{--tw-bg-opacity: 1 !important;background-color:rgb(94 234 212 / var(--tw-bg-opacity))!important}.hover\:\!bg-teal-300\/0:hover{background-color:#5eead400!important}.hover\:\!bg-teal-300\/10:hover{background-color:#5eead41a!important}.hover\:\!bg-teal-300\/100:hover{background-color:#5eead4!important}.hover\:\!bg-teal-300\/15:hover{background-color:#5eead426!important}.hover\:\!bg-teal-300\/20:hover{background-color:#5eead433!important}.hover\:\!bg-teal-300\/25:hover{background-color:#5eead440!important}.hover\:\!bg-teal-300\/30:hover{background-color:#5eead44d!important}.hover\:\!bg-teal-300\/35:hover{background-color:#5eead459!important}.hover\:\!bg-teal-300\/40:hover{background-color:#5eead466!important}.hover\:\!bg-teal-300\/45:hover{background-color:#5eead473!important}.hover\:\!bg-teal-300\/5:hover{background-color:#5eead40d!important}.hover\:\!bg-teal-300\/50:hover{background-color:#5eead480!important}.hover\:\!bg-teal-300\/55:hover{background-color:#5eead48c!important}.hover\:\!bg-teal-300\/60:hover{background-color:#5eead499!important}.hover\:\!bg-teal-300\/65:hover{background-color:#5eead4a6!important}.hover\:\!bg-teal-300\/70:hover{background-color:#5eead4b3!important}.hover\:\!bg-teal-300\/75:hover{background-color:#5eead4bf!important}.hover\:\!bg-teal-300\/80:hover{background-color:#5eead4cc!important}.hover\:\!bg-teal-300\/85:hover{background-color:#5eead4d9!important}.hover\:\!bg-teal-300\/90:hover{background-color:#5eead4e6!important}.hover\:\!bg-teal-300\/95:hover{background-color:#5eead4f2!important}.hover\:\!bg-teal-400:hover{--tw-bg-opacity: 1 !important;background-color:rgb(45 212 191 / var(--tw-bg-opacity))!important}.hover\:\!bg-teal-400\/0:hover{background-color:#2dd4bf00!important}.hover\:\!bg-teal-400\/10:hover{background-color:#2dd4bf1a!important}.hover\:\!bg-teal-400\/100:hover{background-color:#2dd4bf!important}.hover\:\!bg-teal-400\/15:hover{background-color:#2dd4bf26!important}.hover\:\!bg-teal-400\/20:hover{background-color:#2dd4bf33!important}.hover\:\!bg-teal-400\/25:hover{background-color:#2dd4bf40!important}.hover\:\!bg-teal-400\/30:hover{background-color:#2dd4bf4d!important}.hover\:\!bg-teal-400\/35:hover{background-color:#2dd4bf59!important}.hover\:\!bg-teal-400\/40:hover{background-color:#2dd4bf66!important}.hover\:\!bg-teal-400\/45:hover{background-color:#2dd4bf73!important}.hover\:\!bg-teal-400\/5:hover{background-color:#2dd4bf0d!important}.hover\:\!bg-teal-400\/50:hover{background-color:#2dd4bf80!important}.hover\:\!bg-teal-400\/55:hover{background-color:#2dd4bf8c!important}.hover\:\!bg-teal-400\/60:hover{background-color:#2dd4bf99!important}.hover\:\!bg-teal-400\/65:hover{background-color:#2dd4bfa6!important}.hover\:\!bg-teal-400\/70:hover{background-color:#2dd4bfb3!important}.hover\:\!bg-teal-400\/75:hover{background-color:#2dd4bfbf!important}.hover\:\!bg-teal-400\/80:hover{background-color:#2dd4bfcc!important}.hover\:\!bg-teal-400\/85:hover{background-color:#2dd4bfd9!important}.hover\:\!bg-teal-400\/90:hover{background-color:#2dd4bfe6!important}.hover\:\!bg-teal-400\/95:hover{background-color:#2dd4bff2!important}.hover\:\!bg-teal-500:hover{--tw-bg-opacity: 1 !important;background-color:rgb(20 184 166 / var(--tw-bg-opacity))!important}.hover\:\!bg-teal-500\/0:hover{background-color:#14b8a600!important}.hover\:\!bg-teal-500\/10:hover{background-color:#14b8a61a!important}.hover\:\!bg-teal-500\/100:hover{background-color:#14b8a6!important}.hover\:\!bg-teal-500\/15:hover{background-color:#14b8a626!important}.hover\:\!bg-teal-500\/20:hover{background-color:#14b8a633!important}.hover\:\!bg-teal-500\/25:hover{background-color:#14b8a640!important}.hover\:\!bg-teal-500\/30:hover{background-color:#14b8a64d!important}.hover\:\!bg-teal-500\/35:hover{background-color:#14b8a659!important}.hover\:\!bg-teal-500\/40:hover{background-color:#14b8a666!important}.hover\:\!bg-teal-500\/45:hover{background-color:#14b8a673!important}.hover\:\!bg-teal-500\/5:hover{background-color:#14b8a60d!important}.hover\:\!bg-teal-500\/50:hover{background-color:#14b8a680!important}.hover\:\!bg-teal-500\/55:hover{background-color:#14b8a68c!important}.hover\:\!bg-teal-500\/60:hover{background-color:#14b8a699!important}.hover\:\!bg-teal-500\/65:hover{background-color:#14b8a6a6!important}.hover\:\!bg-teal-500\/70:hover{background-color:#14b8a6b3!important}.hover\:\!bg-teal-500\/75:hover{background-color:#14b8a6bf!important}.hover\:\!bg-teal-500\/80:hover{background-color:#14b8a6cc!important}.hover\:\!bg-teal-500\/85:hover{background-color:#14b8a6d9!important}.hover\:\!bg-teal-500\/90:hover{background-color:#14b8a6e6!important}.hover\:\!bg-teal-500\/95:hover{background-color:#14b8a6f2!important}.hover\:\!bg-teal-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(13 148 136 / var(--tw-bg-opacity))!important}.hover\:\!bg-teal-600\/0:hover{background-color:#0d948800!important}.hover\:\!bg-teal-600\/10:hover{background-color:#0d94881a!important}.hover\:\!bg-teal-600\/100:hover{background-color:#0d9488!important}.hover\:\!bg-teal-600\/15:hover{background-color:#0d948826!important}.hover\:\!bg-teal-600\/20:hover{background-color:#0d948833!important}.hover\:\!bg-teal-600\/25:hover{background-color:#0d948840!important}.hover\:\!bg-teal-600\/30:hover{background-color:#0d94884d!important}.hover\:\!bg-teal-600\/35:hover{background-color:#0d948859!important}.hover\:\!bg-teal-600\/40:hover{background-color:#0d948866!important}.hover\:\!bg-teal-600\/45:hover{background-color:#0d948873!important}.hover\:\!bg-teal-600\/5:hover{background-color:#0d94880d!important}.hover\:\!bg-teal-600\/50:hover{background-color:#0d948880!important}.hover\:\!bg-teal-600\/55:hover{background-color:#0d94888c!important}.hover\:\!bg-teal-600\/60:hover{background-color:#0d948899!important}.hover\:\!bg-teal-600\/65:hover{background-color:#0d9488a6!important}.hover\:\!bg-teal-600\/70:hover{background-color:#0d9488b3!important}.hover\:\!bg-teal-600\/75:hover{background-color:#0d9488bf!important}.hover\:\!bg-teal-600\/80:hover{background-color:#0d9488cc!important}.hover\:\!bg-teal-600\/85:hover{background-color:#0d9488d9!important}.hover\:\!bg-teal-600\/90:hover{background-color:#0d9488e6!important}.hover\:\!bg-teal-600\/95:hover{background-color:#0d9488f2!important}.hover\:\!bg-teal-700:hover{--tw-bg-opacity: 1 !important;background-color:rgb(15 118 110 / var(--tw-bg-opacity))!important}.hover\:\!bg-teal-700\/0:hover{background-color:#0f766e00!important}.hover\:\!bg-teal-700\/10:hover{background-color:#0f766e1a!important}.hover\:\!bg-teal-700\/100:hover{background-color:#0f766e!important}.hover\:\!bg-teal-700\/15:hover{background-color:#0f766e26!important}.hover\:\!bg-teal-700\/20:hover{background-color:#0f766e33!important}.hover\:\!bg-teal-700\/25:hover{background-color:#0f766e40!important}.hover\:\!bg-teal-700\/30:hover{background-color:#0f766e4d!important}.hover\:\!bg-teal-700\/35:hover{background-color:#0f766e59!important}.hover\:\!bg-teal-700\/40:hover{background-color:#0f766e66!important}.hover\:\!bg-teal-700\/45:hover{background-color:#0f766e73!important}.hover\:\!bg-teal-700\/5:hover{background-color:#0f766e0d!important}.hover\:\!bg-teal-700\/50:hover{background-color:#0f766e80!important}.hover\:\!bg-teal-700\/55:hover{background-color:#0f766e8c!important}.hover\:\!bg-teal-700\/60:hover{background-color:#0f766e99!important}.hover\:\!bg-teal-700\/65:hover{background-color:#0f766ea6!important}.hover\:\!bg-teal-700\/70:hover{background-color:#0f766eb3!important}.hover\:\!bg-teal-700\/75:hover{background-color:#0f766ebf!important}.hover\:\!bg-teal-700\/80:hover{background-color:#0f766ecc!important}.hover\:\!bg-teal-700\/85:hover{background-color:#0f766ed9!important}.hover\:\!bg-teal-700\/90:hover{background-color:#0f766ee6!important}.hover\:\!bg-teal-700\/95:hover{background-color:#0f766ef2!important}.hover\:\!bg-teal-800:hover{--tw-bg-opacity: 1 !important;background-color:rgb(17 94 89 / var(--tw-bg-opacity))!important}.hover\:\!bg-teal-800\/0:hover{background-color:#115e5900!important}.hover\:\!bg-teal-800\/10:hover{background-color:#115e591a!important}.hover\:\!bg-teal-800\/100:hover{background-color:#115e59!important}.hover\:\!bg-teal-800\/15:hover{background-color:#115e5926!important}.hover\:\!bg-teal-800\/20:hover{background-color:#115e5933!important}.hover\:\!bg-teal-800\/25:hover{background-color:#115e5940!important}.hover\:\!bg-teal-800\/30:hover{background-color:#115e594d!important}.hover\:\!bg-teal-800\/35:hover{background-color:#115e5959!important}.hover\:\!bg-teal-800\/40:hover{background-color:#115e5966!important}.hover\:\!bg-teal-800\/45:hover{background-color:#115e5973!important}.hover\:\!bg-teal-800\/5:hover{background-color:#115e590d!important}.hover\:\!bg-teal-800\/50:hover{background-color:#115e5980!important}.hover\:\!bg-teal-800\/55:hover{background-color:#115e598c!important}.hover\:\!bg-teal-800\/60:hover{background-color:#115e5999!important}.hover\:\!bg-teal-800\/65:hover{background-color:#115e59a6!important}.hover\:\!bg-teal-800\/70:hover{background-color:#115e59b3!important}.hover\:\!bg-teal-800\/75:hover{background-color:#115e59bf!important}.hover\:\!bg-teal-800\/80:hover{background-color:#115e59cc!important}.hover\:\!bg-teal-800\/85:hover{background-color:#115e59d9!important}.hover\:\!bg-teal-800\/90:hover{background-color:#115e59e6!important}.hover\:\!bg-teal-800\/95:hover{background-color:#115e59f2!important}.hover\:\!bg-teal-900:hover{--tw-bg-opacity: 1 !important;background-color:rgb(19 78 74 / var(--tw-bg-opacity))!important}.hover\:\!bg-teal-900\/0:hover{background-color:#134e4a00!important}.hover\:\!bg-teal-900\/10:hover{background-color:#134e4a1a!important}.hover\:\!bg-teal-900\/100:hover{background-color:#134e4a!important}.hover\:\!bg-teal-900\/15:hover{background-color:#134e4a26!important}.hover\:\!bg-teal-900\/20:hover{background-color:#134e4a33!important}.hover\:\!bg-teal-900\/25:hover{background-color:#134e4a40!important}.hover\:\!bg-teal-900\/30:hover{background-color:#134e4a4d!important}.hover\:\!bg-teal-900\/35:hover{background-color:#134e4a59!important}.hover\:\!bg-teal-900\/40:hover{background-color:#134e4a66!important}.hover\:\!bg-teal-900\/45:hover{background-color:#134e4a73!important}.hover\:\!bg-teal-900\/5:hover{background-color:#134e4a0d!important}.hover\:\!bg-teal-900\/50:hover{background-color:#134e4a80!important}.hover\:\!bg-teal-900\/55:hover{background-color:#134e4a8c!important}.hover\:\!bg-teal-900\/60:hover{background-color:#134e4a99!important}.hover\:\!bg-teal-900\/65:hover{background-color:#134e4aa6!important}.hover\:\!bg-teal-900\/70:hover{background-color:#134e4ab3!important}.hover\:\!bg-teal-900\/75:hover{background-color:#134e4abf!important}.hover\:\!bg-teal-900\/80:hover{background-color:#134e4acc!important}.hover\:\!bg-teal-900\/85:hover{background-color:#134e4ad9!important}.hover\:\!bg-teal-900\/90:hover{background-color:#134e4ae6!important}.hover\:\!bg-teal-900\/95:hover{background-color:#134e4af2!important}.hover\:\!bg-yellow-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(254 249 195 / var(--tw-bg-opacity))!important}.hover\:\!bg-yellow-100\/0:hover{background-color:#fef9c300!important}.hover\:\!bg-yellow-100\/10:hover{background-color:#fef9c31a!important}.hover\:\!bg-yellow-100\/100:hover{background-color:#fef9c3!important}.hover\:\!bg-yellow-100\/15:hover{background-color:#fef9c326!important}.hover\:\!bg-yellow-100\/20:hover{background-color:#fef9c333!important}.hover\:\!bg-yellow-100\/25:hover{background-color:#fef9c340!important}.hover\:\!bg-yellow-100\/30:hover{background-color:#fef9c34d!important}.hover\:\!bg-yellow-100\/35:hover{background-color:#fef9c359!important}.hover\:\!bg-yellow-100\/40:hover{background-color:#fef9c366!important}.hover\:\!bg-yellow-100\/45:hover{background-color:#fef9c373!important}.hover\:\!bg-yellow-100\/5:hover{background-color:#fef9c30d!important}.hover\:\!bg-yellow-100\/50:hover{background-color:#fef9c380!important}.hover\:\!bg-yellow-100\/55:hover{background-color:#fef9c38c!important}.hover\:\!bg-yellow-100\/60:hover{background-color:#fef9c399!important}.hover\:\!bg-yellow-100\/65:hover{background-color:#fef9c3a6!important}.hover\:\!bg-yellow-100\/70:hover{background-color:#fef9c3b3!important}.hover\:\!bg-yellow-100\/75:hover{background-color:#fef9c3bf!important}.hover\:\!bg-yellow-100\/80:hover{background-color:#fef9c3cc!important}.hover\:\!bg-yellow-100\/85:hover{background-color:#fef9c3d9!important}.hover\:\!bg-yellow-100\/90:hover{background-color:#fef9c3e6!important}.hover\:\!bg-yellow-100\/95:hover{background-color:#fef9c3f2!important}.hover\:\!bg-yellow-200:hover{--tw-bg-opacity: 1 !important;background-color:rgb(254 240 138 / var(--tw-bg-opacity))!important}.hover\:\!bg-yellow-200\/0:hover{background-color:#fef08a00!important}.hover\:\!bg-yellow-200\/10:hover{background-color:#fef08a1a!important}.hover\:\!bg-yellow-200\/100:hover{background-color:#fef08a!important}.hover\:\!bg-yellow-200\/15:hover{background-color:#fef08a26!important}.hover\:\!bg-yellow-200\/20:hover{background-color:#fef08a33!important}.hover\:\!bg-yellow-200\/25:hover{background-color:#fef08a40!important}.hover\:\!bg-yellow-200\/30:hover{background-color:#fef08a4d!important}.hover\:\!bg-yellow-200\/35:hover{background-color:#fef08a59!important}.hover\:\!bg-yellow-200\/40:hover{background-color:#fef08a66!important}.hover\:\!bg-yellow-200\/45:hover{background-color:#fef08a73!important}.hover\:\!bg-yellow-200\/5:hover{background-color:#fef08a0d!important}.hover\:\!bg-yellow-200\/50:hover{background-color:#fef08a80!important}.hover\:\!bg-yellow-200\/55:hover{background-color:#fef08a8c!important}.hover\:\!bg-yellow-200\/60:hover{background-color:#fef08a99!important}.hover\:\!bg-yellow-200\/65:hover{background-color:#fef08aa6!important}.hover\:\!bg-yellow-200\/70:hover{background-color:#fef08ab3!important}.hover\:\!bg-yellow-200\/75:hover{background-color:#fef08abf!important}.hover\:\!bg-yellow-200\/80:hover{background-color:#fef08acc!important}.hover\:\!bg-yellow-200\/85:hover{background-color:#fef08ad9!important}.hover\:\!bg-yellow-200\/90:hover{background-color:#fef08ae6!important}.hover\:\!bg-yellow-200\/95:hover{background-color:#fef08af2!important}.hover\:\!bg-yellow-300:hover{--tw-bg-opacity: 1 !important;background-color:rgb(253 224 71 / var(--tw-bg-opacity))!important}.hover\:\!bg-yellow-300\/0:hover{background-color:#fde04700!important}.hover\:\!bg-yellow-300\/10:hover{background-color:#fde0471a!important}.hover\:\!bg-yellow-300\/100:hover{background-color:#fde047!important}.hover\:\!bg-yellow-300\/15:hover{background-color:#fde04726!important}.hover\:\!bg-yellow-300\/20:hover{background-color:#fde04733!important}.hover\:\!bg-yellow-300\/25:hover{background-color:#fde04740!important}.hover\:\!bg-yellow-300\/30:hover{background-color:#fde0474d!important}.hover\:\!bg-yellow-300\/35:hover{background-color:#fde04759!important}.hover\:\!bg-yellow-300\/40:hover{background-color:#fde04766!important}.hover\:\!bg-yellow-300\/45:hover{background-color:#fde04773!important}.hover\:\!bg-yellow-300\/5:hover{background-color:#fde0470d!important}.hover\:\!bg-yellow-300\/50:hover{background-color:#fde04780!important}.hover\:\!bg-yellow-300\/55:hover{background-color:#fde0478c!important}.hover\:\!bg-yellow-300\/60:hover{background-color:#fde04799!important}.hover\:\!bg-yellow-300\/65:hover{background-color:#fde047a6!important}.hover\:\!bg-yellow-300\/70:hover{background-color:#fde047b3!important}.hover\:\!bg-yellow-300\/75:hover{background-color:#fde047bf!important}.hover\:\!bg-yellow-300\/80:hover{background-color:#fde047cc!important}.hover\:\!bg-yellow-300\/85:hover{background-color:#fde047d9!important}.hover\:\!bg-yellow-300\/90:hover{background-color:#fde047e6!important}.hover\:\!bg-yellow-300\/95:hover{background-color:#fde047f2!important}.hover\:\!bg-yellow-400:hover{--tw-bg-opacity: 1 !important;background-color:rgb(250 204 21 / var(--tw-bg-opacity))!important}.hover\:\!bg-yellow-400\/0:hover{background-color:#facc1500!important}.hover\:\!bg-yellow-400\/10:hover{background-color:#facc151a!important}.hover\:\!bg-yellow-400\/100:hover{background-color:#facc15!important}.hover\:\!bg-yellow-400\/15:hover{background-color:#facc1526!important}.hover\:\!bg-yellow-400\/20:hover{background-color:#facc1533!important}.hover\:\!bg-yellow-400\/25:hover{background-color:#facc1540!important}.hover\:\!bg-yellow-400\/30:hover{background-color:#facc154d!important}.hover\:\!bg-yellow-400\/35:hover{background-color:#facc1559!important}.hover\:\!bg-yellow-400\/40:hover{background-color:#facc1566!important}.hover\:\!bg-yellow-400\/45:hover{background-color:#facc1573!important}.hover\:\!bg-yellow-400\/5:hover{background-color:#facc150d!important}.hover\:\!bg-yellow-400\/50:hover{background-color:#facc1580!important}.hover\:\!bg-yellow-400\/55:hover{background-color:#facc158c!important}.hover\:\!bg-yellow-400\/60:hover{background-color:#facc1599!important}.hover\:\!bg-yellow-400\/65:hover{background-color:#facc15a6!important}.hover\:\!bg-yellow-400\/70:hover{background-color:#facc15b3!important}.hover\:\!bg-yellow-400\/75:hover{background-color:#facc15bf!important}.hover\:\!bg-yellow-400\/80:hover{background-color:#facc15cc!important}.hover\:\!bg-yellow-400\/85:hover{background-color:#facc15d9!important}.hover\:\!bg-yellow-400\/90:hover{background-color:#facc15e6!important}.hover\:\!bg-yellow-400\/95:hover{background-color:#facc15f2!important}.hover\:\!bg-yellow-500:hover{--tw-bg-opacity: 1 !important;background-color:rgb(234 179 8 / var(--tw-bg-opacity))!important}.hover\:\!bg-yellow-500\/0:hover{background-color:#eab30800!important}.hover\:\!bg-yellow-500\/10:hover{background-color:#eab3081a!important}.hover\:\!bg-yellow-500\/100:hover{background-color:#eab308!important}.hover\:\!bg-yellow-500\/15:hover{background-color:#eab30826!important}.hover\:\!bg-yellow-500\/20:hover{background-color:#eab30833!important}.hover\:\!bg-yellow-500\/25:hover{background-color:#eab30840!important}.hover\:\!bg-yellow-500\/30:hover{background-color:#eab3084d!important}.hover\:\!bg-yellow-500\/35:hover{background-color:#eab30859!important}.hover\:\!bg-yellow-500\/40:hover{background-color:#eab30866!important}.hover\:\!bg-yellow-500\/45:hover{background-color:#eab30873!important}.hover\:\!bg-yellow-500\/5:hover{background-color:#eab3080d!important}.hover\:\!bg-yellow-500\/50:hover{background-color:#eab30880!important}.hover\:\!bg-yellow-500\/55:hover{background-color:#eab3088c!important}.hover\:\!bg-yellow-500\/60:hover{background-color:#eab30899!important}.hover\:\!bg-yellow-500\/65:hover{background-color:#eab308a6!important}.hover\:\!bg-yellow-500\/70:hover{background-color:#eab308b3!important}.hover\:\!bg-yellow-500\/75:hover{background-color:#eab308bf!important}.hover\:\!bg-yellow-500\/80:hover{background-color:#eab308cc!important}.hover\:\!bg-yellow-500\/85:hover{background-color:#eab308d9!important}.hover\:\!bg-yellow-500\/90:hover{background-color:#eab308e6!important}.hover\:\!bg-yellow-500\/95:hover{background-color:#eab308f2!important}.hover\:\!bg-yellow-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(202 138 4 / var(--tw-bg-opacity))!important}.hover\:\!bg-yellow-600\/0:hover{background-color:#ca8a0400!important}.hover\:\!bg-yellow-600\/10:hover{background-color:#ca8a041a!important}.hover\:\!bg-yellow-600\/100:hover{background-color:#ca8a04!important}.hover\:\!bg-yellow-600\/15:hover{background-color:#ca8a0426!important}.hover\:\!bg-yellow-600\/20:hover{background-color:#ca8a0433!important}.hover\:\!bg-yellow-600\/25:hover{background-color:#ca8a0440!important}.hover\:\!bg-yellow-600\/30:hover{background-color:#ca8a044d!important}.hover\:\!bg-yellow-600\/35:hover{background-color:#ca8a0459!important}.hover\:\!bg-yellow-600\/40:hover{background-color:#ca8a0466!important}.hover\:\!bg-yellow-600\/45:hover{background-color:#ca8a0473!important}.hover\:\!bg-yellow-600\/5:hover{background-color:#ca8a040d!important}.hover\:\!bg-yellow-600\/50:hover{background-color:#ca8a0480!important}.hover\:\!bg-yellow-600\/55:hover{background-color:#ca8a048c!important}.hover\:\!bg-yellow-600\/60:hover{background-color:#ca8a0499!important}.hover\:\!bg-yellow-600\/65:hover{background-color:#ca8a04a6!important}.hover\:\!bg-yellow-600\/70:hover{background-color:#ca8a04b3!important}.hover\:\!bg-yellow-600\/75:hover{background-color:#ca8a04bf!important}.hover\:\!bg-yellow-600\/80:hover{background-color:#ca8a04cc!important}.hover\:\!bg-yellow-600\/85:hover{background-color:#ca8a04d9!important}.hover\:\!bg-yellow-600\/90:hover{background-color:#ca8a04e6!important}.hover\:\!bg-yellow-600\/95:hover{background-color:#ca8a04f2!important}.hover\:\!bg-yellow-700:hover{--tw-bg-opacity: 1 !important;background-color:rgb(161 98 7 / var(--tw-bg-opacity))!important}.hover\:\!bg-yellow-700\/0:hover{background-color:#a1620700!important}.hover\:\!bg-yellow-700\/10:hover{background-color:#a162071a!important}.hover\:\!bg-yellow-700\/100:hover{background-color:#a16207!important}.hover\:\!bg-yellow-700\/15:hover{background-color:#a1620726!important}.hover\:\!bg-yellow-700\/20:hover{background-color:#a1620733!important}.hover\:\!bg-yellow-700\/25:hover{background-color:#a1620740!important}.hover\:\!bg-yellow-700\/30:hover{background-color:#a162074d!important}.hover\:\!bg-yellow-700\/35:hover{background-color:#a1620759!important}.hover\:\!bg-yellow-700\/40:hover{background-color:#a1620766!important}.hover\:\!bg-yellow-700\/45:hover{background-color:#a1620773!important}.hover\:\!bg-yellow-700\/5:hover{background-color:#a162070d!important}.hover\:\!bg-yellow-700\/50:hover{background-color:#a1620780!important}.hover\:\!bg-yellow-700\/55:hover{background-color:#a162078c!important}.hover\:\!bg-yellow-700\/60:hover{background-color:#a1620799!important}.hover\:\!bg-yellow-700\/65:hover{background-color:#a16207a6!important}.hover\:\!bg-yellow-700\/70:hover{background-color:#a16207b3!important}.hover\:\!bg-yellow-700\/75:hover{background-color:#a16207bf!important}.hover\:\!bg-yellow-700\/80:hover{background-color:#a16207cc!important}.hover\:\!bg-yellow-700\/85:hover{background-color:#a16207d9!important}.hover\:\!bg-yellow-700\/90:hover{background-color:#a16207e6!important}.hover\:\!bg-yellow-700\/95:hover{background-color:#a16207f2!important}.hover\:\!bg-yellow-800:hover{--tw-bg-opacity: 1 !important;background-color:rgb(133 77 14 / var(--tw-bg-opacity))!important}.hover\:\!bg-yellow-800\/0:hover{background-color:#854d0e00!important}.hover\:\!bg-yellow-800\/10:hover{background-color:#854d0e1a!important}.hover\:\!bg-yellow-800\/100:hover{background-color:#854d0e!important}.hover\:\!bg-yellow-800\/15:hover{background-color:#854d0e26!important}.hover\:\!bg-yellow-800\/20:hover{background-color:#854d0e33!important}.hover\:\!bg-yellow-800\/25:hover{background-color:#854d0e40!important}.hover\:\!bg-yellow-800\/30:hover{background-color:#854d0e4d!important}.hover\:\!bg-yellow-800\/35:hover{background-color:#854d0e59!important}.hover\:\!bg-yellow-800\/40:hover{background-color:#854d0e66!important}.hover\:\!bg-yellow-800\/45:hover{background-color:#854d0e73!important}.hover\:\!bg-yellow-800\/5:hover{background-color:#854d0e0d!important}.hover\:\!bg-yellow-800\/50:hover{background-color:#854d0e80!important}.hover\:\!bg-yellow-800\/55:hover{background-color:#854d0e8c!important}.hover\:\!bg-yellow-800\/60:hover{background-color:#854d0e99!important}.hover\:\!bg-yellow-800\/65:hover{background-color:#854d0ea6!important}.hover\:\!bg-yellow-800\/70:hover{background-color:#854d0eb3!important}.hover\:\!bg-yellow-800\/75:hover{background-color:#854d0ebf!important}.hover\:\!bg-yellow-800\/80:hover{background-color:#854d0ecc!important}.hover\:\!bg-yellow-800\/85:hover{background-color:#854d0ed9!important}.hover\:\!bg-yellow-800\/90:hover{background-color:#854d0ee6!important}.hover\:\!bg-yellow-800\/95:hover{background-color:#854d0ef2!important}.hover\:\!bg-yellow-900:hover{--tw-bg-opacity: 1 !important;background-color:rgb(113 63 18 / var(--tw-bg-opacity))!important}.hover\:\!bg-yellow-900\/0:hover{background-color:#713f1200!important}.hover\:\!bg-yellow-900\/10:hover{background-color:#713f121a!important}.hover\:\!bg-yellow-900\/100:hover{background-color:#713f12!important}.hover\:\!bg-yellow-900\/15:hover{background-color:#713f1226!important}.hover\:\!bg-yellow-900\/20:hover{background-color:#713f1233!important}.hover\:\!bg-yellow-900\/25:hover{background-color:#713f1240!important}.hover\:\!bg-yellow-900\/30:hover{background-color:#713f124d!important}.hover\:\!bg-yellow-900\/35:hover{background-color:#713f1259!important}.hover\:\!bg-yellow-900\/40:hover{background-color:#713f1266!important}.hover\:\!bg-yellow-900\/45:hover{background-color:#713f1273!important}.hover\:\!bg-yellow-900\/5:hover{background-color:#713f120d!important}.hover\:\!bg-yellow-900\/50:hover{background-color:#713f1280!important}.hover\:\!bg-yellow-900\/55:hover{background-color:#713f128c!important}.hover\:\!bg-yellow-900\/60:hover{background-color:#713f1299!important}.hover\:\!bg-yellow-900\/65:hover{background-color:#713f12a6!important}.hover\:\!bg-yellow-900\/70:hover{background-color:#713f12b3!important}.hover\:\!bg-yellow-900\/75:hover{background-color:#713f12bf!important}.hover\:\!bg-yellow-900\/80:hover{background-color:#713f12cc!important}.hover\:\!bg-yellow-900\/85:hover{background-color:#713f12d9!important}.hover\:\!bg-yellow-900\/90:hover{background-color:#713f12e6!important}.hover\:\!bg-yellow-900\/95:hover{background-color:#713f12f2!important}.hover\:bg-amber-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity))}.hover\:bg-amber-100\/0:hover{background-color:#fef3c700}.hover\:bg-amber-100\/10:hover{background-color:#fef3c71a}.hover\:bg-amber-100\/100:hover{background-color:#fef3c7}.hover\:bg-amber-100\/15:hover{background-color:#fef3c726}.hover\:bg-amber-100\/20:hover{background-color:#fef3c733}.hover\:bg-amber-100\/25:hover{background-color:#fef3c740}.hover\:bg-amber-100\/30:hover{background-color:#fef3c74d}.hover\:bg-amber-100\/35:hover{background-color:#fef3c759}.hover\:bg-amber-100\/40:hover{background-color:#fef3c766}.hover\:bg-amber-100\/45:hover{background-color:#fef3c773}.hover\:bg-amber-100\/5:hover{background-color:#fef3c70d}.hover\:bg-amber-100\/50:hover{background-color:#fef3c780}.hover\:bg-amber-100\/55:hover{background-color:#fef3c78c}.hover\:bg-amber-100\/60:hover{background-color:#fef3c799}.hover\:bg-amber-100\/65:hover{background-color:#fef3c7a6}.hover\:bg-amber-100\/70:hover{background-color:#fef3c7b3}.hover\:bg-amber-100\/75:hover{background-color:#fef3c7bf}.hover\:bg-amber-100\/80:hover{background-color:#fef3c7cc}.hover\:bg-amber-100\/85:hover{background-color:#fef3c7d9}.hover\:bg-amber-100\/90:hover{background-color:#fef3c7e6}.hover\:bg-amber-100\/95:hover{background-color:#fef3c7f2}.hover\:bg-amber-200:hover{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity))}.hover\:bg-amber-200\/0:hover{background-color:#fde68a00}.hover\:bg-amber-200\/10:hover{background-color:#fde68a1a}.hover\:bg-amber-200\/100:hover{background-color:#fde68a}.hover\:bg-amber-200\/15:hover{background-color:#fde68a26}.hover\:bg-amber-200\/20:hover{background-color:#fde68a33}.hover\:bg-amber-200\/25:hover{background-color:#fde68a40}.hover\:bg-amber-200\/30:hover{background-color:#fde68a4d}.hover\:bg-amber-200\/35:hover{background-color:#fde68a59}.hover\:bg-amber-200\/40:hover{background-color:#fde68a66}.hover\:bg-amber-200\/45:hover{background-color:#fde68a73}.hover\:bg-amber-200\/5:hover{background-color:#fde68a0d}.hover\:bg-amber-200\/50:hover{background-color:#fde68a80}.hover\:bg-amber-200\/55:hover{background-color:#fde68a8c}.hover\:bg-amber-200\/60:hover{background-color:#fde68a99}.hover\:bg-amber-200\/65:hover{background-color:#fde68aa6}.hover\:bg-amber-200\/70:hover{background-color:#fde68ab3}.hover\:bg-amber-200\/75:hover{background-color:#fde68abf}.hover\:bg-amber-200\/80:hover{background-color:#fde68acc}.hover\:bg-amber-200\/85:hover{background-color:#fde68ad9}.hover\:bg-amber-200\/90:hover{background-color:#fde68ae6}.hover\:bg-amber-200\/95:hover{background-color:#fde68af2}.hover\:bg-amber-300:hover{--tw-bg-opacity: 1;background-color:rgb(252 211 77 / var(--tw-bg-opacity))}.hover\:bg-amber-300\/0:hover{background-color:#fcd34d00}.hover\:bg-amber-300\/10:hover{background-color:#fcd34d1a}.hover\:bg-amber-300\/100:hover{background-color:#fcd34d}.hover\:bg-amber-300\/15:hover{background-color:#fcd34d26}.hover\:bg-amber-300\/20:hover{background-color:#fcd34d33}.hover\:bg-amber-300\/25:hover{background-color:#fcd34d40}.hover\:bg-amber-300\/30:hover{background-color:#fcd34d4d}.hover\:bg-amber-300\/35:hover{background-color:#fcd34d59}.hover\:bg-amber-300\/40:hover{background-color:#fcd34d66}.hover\:bg-amber-300\/45:hover{background-color:#fcd34d73}.hover\:bg-amber-300\/5:hover{background-color:#fcd34d0d}.hover\:bg-amber-300\/50:hover{background-color:#fcd34d80}.hover\:bg-amber-300\/55:hover{background-color:#fcd34d8c}.hover\:bg-amber-300\/60:hover{background-color:#fcd34d99}.hover\:bg-amber-300\/65:hover{background-color:#fcd34da6}.hover\:bg-amber-300\/70:hover{background-color:#fcd34db3}.hover\:bg-amber-300\/75:hover{background-color:#fcd34dbf}.hover\:bg-amber-300\/80:hover{background-color:#fcd34dcc}.hover\:bg-amber-300\/85:hover{background-color:#fcd34dd9}.hover\:bg-amber-300\/90:hover{background-color:#fcd34de6}.hover\:bg-amber-300\/95:hover{background-color:#fcd34df2}.hover\:bg-amber-400:hover{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity))}.hover\:bg-amber-400\/0:hover{background-color:#fbbf2400}.hover\:bg-amber-400\/10:hover{background-color:#fbbf241a}.hover\:bg-amber-400\/100:hover{background-color:#fbbf24}.hover\:bg-amber-400\/15:hover{background-color:#fbbf2426}.hover\:bg-amber-400\/20:hover{background-color:#fbbf2433}.hover\:bg-amber-400\/25:hover{background-color:#fbbf2440}.hover\:bg-amber-400\/30:hover{background-color:#fbbf244d}.hover\:bg-amber-400\/35:hover{background-color:#fbbf2459}.hover\:bg-amber-400\/40:hover{background-color:#fbbf2466}.hover\:bg-amber-400\/45:hover{background-color:#fbbf2473}.hover\:bg-amber-400\/5:hover{background-color:#fbbf240d}.hover\:bg-amber-400\/50:hover{background-color:#fbbf2480}.hover\:bg-amber-400\/55:hover{background-color:#fbbf248c}.hover\:bg-amber-400\/60:hover{background-color:#fbbf2499}.hover\:bg-amber-400\/65:hover{background-color:#fbbf24a6}.hover\:bg-amber-400\/70:hover{background-color:#fbbf24b3}.hover\:bg-amber-400\/75:hover{background-color:#fbbf24bf}.hover\:bg-amber-400\/80:hover{background-color:#fbbf24cc}.hover\:bg-amber-400\/85:hover{background-color:#fbbf24d9}.hover\:bg-amber-400\/90:hover{background-color:#fbbf24e6}.hover\:bg-amber-400\/95:hover{background-color:#fbbf24f2}.hover\:bg-amber-500:hover{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity))}.hover\:bg-amber-500\/0:hover{background-color:#f59e0b00}.hover\:bg-amber-500\/10:hover{background-color:#f59e0b1a}.hover\:bg-amber-500\/100:hover{background-color:#f59e0b}.hover\:bg-amber-500\/15:hover{background-color:#f59e0b26}.hover\:bg-amber-500\/20:hover{background-color:#f59e0b33}.hover\:bg-amber-500\/25:hover{background-color:#f59e0b40}.hover\:bg-amber-500\/30:hover{background-color:#f59e0b4d}.hover\:bg-amber-500\/35:hover{background-color:#f59e0b59}.hover\:bg-amber-500\/40:hover{background-color:#f59e0b66}.hover\:bg-amber-500\/45:hover{background-color:#f59e0b73}.hover\:bg-amber-500\/5:hover{background-color:#f59e0b0d}.hover\:bg-amber-500\/50:hover{background-color:#f59e0b80}.hover\:bg-amber-500\/55:hover{background-color:#f59e0b8c}.hover\:bg-amber-500\/60:hover{background-color:#f59e0b99}.hover\:bg-amber-500\/65:hover{background-color:#f59e0ba6}.hover\:bg-amber-500\/70:hover{background-color:#f59e0bb3}.hover\:bg-amber-500\/75:hover{background-color:#f59e0bbf}.hover\:bg-amber-500\/80:hover{background-color:#f59e0bcc}.hover\:bg-amber-500\/85:hover{background-color:#f59e0bd9}.hover\:bg-amber-500\/90:hover{background-color:#f59e0be6}.hover\:bg-amber-500\/95:hover{background-color:#f59e0bf2}.hover\:bg-amber-600:hover{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity))}.hover\:bg-amber-600\/0:hover{background-color:#d9770600}.hover\:bg-amber-600\/10:hover{background-color:#d977061a}.hover\:bg-amber-600\/100:hover{background-color:#d97706}.hover\:bg-amber-600\/15:hover{background-color:#d9770626}.hover\:bg-amber-600\/20:hover{background-color:#d9770633}.hover\:bg-amber-600\/25:hover{background-color:#d9770640}.hover\:bg-amber-600\/30:hover{background-color:#d977064d}.hover\:bg-amber-600\/35:hover{background-color:#d9770659}.hover\:bg-amber-600\/40:hover{background-color:#d9770666}.hover\:bg-amber-600\/45:hover{background-color:#d9770673}.hover\:bg-amber-600\/5:hover{background-color:#d977060d}.hover\:bg-amber-600\/50:hover{background-color:#d9770680}.hover\:bg-amber-600\/55:hover{background-color:#d977068c}.hover\:bg-amber-600\/60:hover{background-color:#d9770699}.hover\:bg-amber-600\/65:hover{background-color:#d97706a6}.hover\:bg-amber-600\/70:hover{background-color:#d97706b3}.hover\:bg-amber-600\/75:hover{background-color:#d97706bf}.hover\:bg-amber-600\/80:hover{background-color:#d97706cc}.hover\:bg-amber-600\/85:hover{background-color:#d97706d9}.hover\:bg-amber-600\/90:hover{background-color:#d97706e6}.hover\:bg-amber-600\/95:hover{background-color:#d97706f2}.hover\:bg-amber-700:hover{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity))}.hover\:bg-amber-700\/0:hover{background-color:#b4530900}.hover\:bg-amber-700\/10:hover{background-color:#b453091a}.hover\:bg-amber-700\/100:hover{background-color:#b45309}.hover\:bg-amber-700\/15:hover{background-color:#b4530926}.hover\:bg-amber-700\/20:hover{background-color:#b4530933}.hover\:bg-amber-700\/25:hover{background-color:#b4530940}.hover\:bg-amber-700\/30:hover{background-color:#b453094d}.hover\:bg-amber-700\/35:hover{background-color:#b4530959}.hover\:bg-amber-700\/40:hover{background-color:#b4530966}.hover\:bg-amber-700\/45:hover{background-color:#b4530973}.hover\:bg-amber-700\/5:hover{background-color:#b453090d}.hover\:bg-amber-700\/50:hover{background-color:#b4530980}.hover\:bg-amber-700\/55:hover{background-color:#b453098c}.hover\:bg-amber-700\/60:hover{background-color:#b4530999}.hover\:bg-amber-700\/65:hover{background-color:#b45309a6}.hover\:bg-amber-700\/70:hover{background-color:#b45309b3}.hover\:bg-amber-700\/75:hover{background-color:#b45309bf}.hover\:bg-amber-700\/80:hover{background-color:#b45309cc}.hover\:bg-amber-700\/85:hover{background-color:#b45309d9}.hover\:bg-amber-700\/90:hover{background-color:#b45309e6}.hover\:bg-amber-700\/95:hover{background-color:#b45309f2}.hover\:bg-amber-800:hover{--tw-bg-opacity: 1;background-color:rgb(146 64 14 / var(--tw-bg-opacity))}.hover\:bg-amber-800\/0:hover{background-color:#92400e00}.hover\:bg-amber-800\/10:hover{background-color:#92400e1a}.hover\:bg-amber-800\/100:hover{background-color:#92400e}.hover\:bg-amber-800\/15:hover{background-color:#92400e26}.hover\:bg-amber-800\/20:hover{background-color:#92400e33}.hover\:bg-amber-800\/25:hover{background-color:#92400e40}.hover\:bg-amber-800\/30:hover{background-color:#92400e4d}.hover\:bg-amber-800\/35:hover{background-color:#92400e59}.hover\:bg-amber-800\/40:hover{background-color:#92400e66}.hover\:bg-amber-800\/45:hover{background-color:#92400e73}.hover\:bg-amber-800\/5:hover{background-color:#92400e0d}.hover\:bg-amber-800\/50:hover{background-color:#92400e80}.hover\:bg-amber-800\/55:hover{background-color:#92400e8c}.hover\:bg-amber-800\/60:hover{background-color:#92400e99}.hover\:bg-amber-800\/65:hover{background-color:#92400ea6}.hover\:bg-amber-800\/70:hover{background-color:#92400eb3}.hover\:bg-amber-800\/75:hover{background-color:#92400ebf}.hover\:bg-amber-800\/80:hover{background-color:#92400ecc}.hover\:bg-amber-800\/85:hover{background-color:#92400ed9}.hover\:bg-amber-800\/90:hover{background-color:#92400ee6}.hover\:bg-amber-800\/95:hover{background-color:#92400ef2}.hover\:bg-amber-900:hover{--tw-bg-opacity: 1;background-color:rgb(120 53 15 / var(--tw-bg-opacity))}.hover\:bg-amber-900\/0:hover{background-color:#78350f00}.hover\:bg-amber-900\/10:hover{background-color:#78350f1a}.hover\:bg-amber-900\/100:hover{background-color:#78350f}.hover\:bg-amber-900\/15:hover{background-color:#78350f26}.hover\:bg-amber-900\/20:hover{background-color:#78350f33}.hover\:bg-amber-900\/25:hover{background-color:#78350f40}.hover\:bg-amber-900\/30:hover{background-color:#78350f4d}.hover\:bg-amber-900\/35:hover{background-color:#78350f59}.hover\:bg-amber-900\/40:hover{background-color:#78350f66}.hover\:bg-amber-900\/45:hover{background-color:#78350f73}.hover\:bg-amber-900\/5:hover{background-color:#78350f0d}.hover\:bg-amber-900\/50:hover{background-color:#78350f80}.hover\:bg-amber-900\/55:hover{background-color:#78350f8c}.hover\:bg-amber-900\/60:hover{background-color:#78350f99}.hover\:bg-amber-900\/65:hover{background-color:#78350fa6}.hover\:bg-amber-900\/70:hover{background-color:#78350fb3}.hover\:bg-amber-900\/75:hover{background-color:#78350fbf}.hover\:bg-amber-900\/80:hover{background-color:#78350fcc}.hover\:bg-amber-900\/85:hover{background-color:#78350fd9}.hover\:bg-amber-900\/90:hover{background-color:#78350fe6}.hover\:bg-amber-900\/95:hover{background-color:#78350ff2}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}.hover\:bg-blue-100\/0:hover{background-color:#dbeafe00}.hover\:bg-blue-100\/10:hover{background-color:#dbeafe1a}.hover\:bg-blue-100\/100:hover{background-color:#dbeafe}.hover\:bg-blue-100\/15:hover{background-color:#dbeafe26}.hover\:bg-blue-100\/20:hover{background-color:#dbeafe33}.hover\:bg-blue-100\/25:hover{background-color:#dbeafe40}.hover\:bg-blue-100\/30:hover{background-color:#dbeafe4d}.hover\:bg-blue-100\/35:hover{background-color:#dbeafe59}.hover\:bg-blue-100\/40:hover{background-color:#dbeafe66}.hover\:bg-blue-100\/45:hover{background-color:#dbeafe73}.hover\:bg-blue-100\/5:hover{background-color:#dbeafe0d}.hover\:bg-blue-100\/50:hover{background-color:#dbeafe80}.hover\:bg-blue-100\/55:hover{background-color:#dbeafe8c}.hover\:bg-blue-100\/60:hover{background-color:#dbeafe99}.hover\:bg-blue-100\/65:hover{background-color:#dbeafea6}.hover\:bg-blue-100\/70:hover{background-color:#dbeafeb3}.hover\:bg-blue-100\/75:hover{background-color:#dbeafebf}.hover\:bg-blue-100\/80:hover{background-color:#dbeafecc}.hover\:bg-blue-100\/85:hover{background-color:#dbeafed9}.hover\:bg-blue-100\/90:hover{background-color:#dbeafee6}.hover\:bg-blue-100\/95:hover{background-color:#dbeafef2}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity))}.hover\:bg-blue-200\/0:hover{background-color:#bfdbfe00}.hover\:bg-blue-200\/10:hover{background-color:#bfdbfe1a}.hover\:bg-blue-200\/100:hover{background-color:#bfdbfe}.hover\:bg-blue-200\/15:hover{background-color:#bfdbfe26}.hover\:bg-blue-200\/20:hover{background-color:#bfdbfe33}.hover\:bg-blue-200\/25:hover{background-color:#bfdbfe40}.hover\:bg-blue-200\/30:hover{background-color:#bfdbfe4d}.hover\:bg-blue-200\/35:hover{background-color:#bfdbfe59}.hover\:bg-blue-200\/40:hover{background-color:#bfdbfe66}.hover\:bg-blue-200\/45:hover{background-color:#bfdbfe73}.hover\:bg-blue-200\/5:hover{background-color:#bfdbfe0d}.hover\:bg-blue-200\/50:hover{background-color:#bfdbfe80}.hover\:bg-blue-200\/55:hover{background-color:#bfdbfe8c}.hover\:bg-blue-200\/60:hover{background-color:#bfdbfe99}.hover\:bg-blue-200\/65:hover{background-color:#bfdbfea6}.hover\:bg-blue-200\/70:hover{background-color:#bfdbfeb3}.hover\:bg-blue-200\/75:hover{background-color:#bfdbfebf}.hover\:bg-blue-200\/80:hover{background-color:#bfdbfecc}.hover\:bg-blue-200\/85:hover{background-color:#bfdbfed9}.hover\:bg-blue-200\/90:hover{background-color:#bfdbfee6}.hover\:bg-blue-200\/95:hover{background-color:#bfdbfef2}.hover\:bg-blue-300:hover{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity))}.hover\:bg-blue-300\/0:hover{background-color:#93c5fd00}.hover\:bg-blue-300\/10:hover{background-color:#93c5fd1a}.hover\:bg-blue-300\/100:hover{background-color:#93c5fd}.hover\:bg-blue-300\/15:hover{background-color:#93c5fd26}.hover\:bg-blue-300\/20:hover{background-color:#93c5fd33}.hover\:bg-blue-300\/25:hover{background-color:#93c5fd40}.hover\:bg-blue-300\/30:hover{background-color:#93c5fd4d}.hover\:bg-blue-300\/35:hover{background-color:#93c5fd59}.hover\:bg-blue-300\/40:hover{background-color:#93c5fd66}.hover\:bg-blue-300\/45:hover{background-color:#93c5fd73}.hover\:bg-blue-300\/5:hover{background-color:#93c5fd0d}.hover\:bg-blue-300\/50:hover{background-color:#93c5fd80}.hover\:bg-blue-300\/55:hover{background-color:#93c5fd8c}.hover\:bg-blue-300\/60:hover{background-color:#93c5fd99}.hover\:bg-blue-300\/65:hover{background-color:#93c5fda6}.hover\:bg-blue-300\/70:hover{background-color:#93c5fdb3}.hover\:bg-blue-300\/75:hover{background-color:#93c5fdbf}.hover\:bg-blue-300\/80:hover{background-color:#93c5fdcc}.hover\:bg-blue-300\/85:hover{background-color:#93c5fdd9}.hover\:bg-blue-300\/90:hover{background-color:#93c5fde6}.hover\:bg-blue-300\/95:hover{background-color:#93c5fdf2}.hover\:bg-blue-400:hover{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity))}.hover\:bg-blue-400\/0:hover{background-color:#60a5fa00}.hover\:bg-blue-400\/10:hover{background-color:#60a5fa1a}.hover\:bg-blue-400\/100:hover{background-color:#60a5fa}.hover\:bg-blue-400\/15:hover{background-color:#60a5fa26}.hover\:bg-blue-400\/20:hover{background-color:#60a5fa33}.hover\:bg-blue-400\/25:hover{background-color:#60a5fa40}.hover\:bg-blue-400\/30:hover{background-color:#60a5fa4d}.hover\:bg-blue-400\/35:hover{background-color:#60a5fa59}.hover\:bg-blue-400\/40:hover{background-color:#60a5fa66}.hover\:bg-blue-400\/45:hover{background-color:#60a5fa73}.hover\:bg-blue-400\/5:hover{background-color:#60a5fa0d}.hover\:bg-blue-400\/50:hover{background-color:#60a5fa80}.hover\:bg-blue-400\/55:hover{background-color:#60a5fa8c}.hover\:bg-blue-400\/60:hover{background-color:#60a5fa99}.hover\:bg-blue-400\/65:hover{background-color:#60a5faa6}.hover\:bg-blue-400\/70:hover{background-color:#60a5fab3}.hover\:bg-blue-400\/75:hover{background-color:#60a5fabf}.hover\:bg-blue-400\/80:hover{background-color:#60a5facc}.hover\:bg-blue-400\/85:hover{background-color:#60a5fad9}.hover\:bg-blue-400\/90:hover{background-color:#60a5fae6}.hover\:bg-blue-400\/95:hover{background-color:#60a5faf2}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.hover\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.hover\:bg-blue-500\/0:hover{background-color:#3b82f600}.hover\:bg-blue-500\/10:hover{background-color:#3b82f61a}.hover\:bg-blue-500\/100:hover{background-color:#3b82f6}.hover\:bg-blue-500\/15:hover{background-color:#3b82f626}.hover\:bg-blue-500\/20:hover{background-color:#3b82f633}.hover\:bg-blue-500\/25:hover{background-color:#3b82f640}.hover\:bg-blue-500\/30:hover{background-color:#3b82f64d}.hover\:bg-blue-500\/35:hover{background-color:#3b82f659}.hover\:bg-blue-500\/40:hover{background-color:#3b82f666}.hover\:bg-blue-500\/45:hover{background-color:#3b82f673}.hover\:bg-blue-500\/5:hover{background-color:#3b82f60d}.hover\:bg-blue-500\/50:hover{background-color:#3b82f680}.hover\:bg-blue-500\/55:hover{background-color:#3b82f68c}.hover\:bg-blue-500\/60:hover{background-color:#3b82f699}.hover\:bg-blue-500\/65:hover{background-color:#3b82f6a6}.hover\:bg-blue-500\/70:hover{background-color:#3b82f6b3}.hover\:bg-blue-500\/75:hover{background-color:#3b82f6bf}.hover\:bg-blue-500\/80:hover{background-color:#3b82f6cc}.hover\:bg-blue-500\/85:hover{background-color:#3b82f6d9}.hover\:bg-blue-500\/90:hover{background-color:#3b82f6e6}.hover\:bg-blue-500\/95:hover{background-color:#3b82f6f2}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.hover\:bg-blue-600\/0:hover{background-color:#2563eb00}.hover\:bg-blue-600\/10:hover{background-color:#2563eb1a}.hover\:bg-blue-600\/100:hover{background-color:#2563eb}.hover\:bg-blue-600\/15:hover{background-color:#2563eb26}.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\/35:hover{background-color:#2563eb59}.hover\:bg-blue-600\/40:hover{background-color:#2563eb66}.hover\:bg-blue-600\/45:hover{background-color:#2563eb73}.hover\:bg-blue-600\/5:hover{background-color:#2563eb0d}.hover\:bg-blue-600\/50:hover{background-color:#2563eb80}.hover\:bg-blue-600\/55:hover{background-color:#2563eb8c}.hover\:bg-blue-600\/60:hover{background-color:#2563eb99}.hover\:bg-blue-600\/65:hover{background-color:#2563eba6}.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\/85:hover{background-color:#2563ebd9}.hover\:bg-blue-600\/90:hover{background-color:#2563ebe6}.hover\:bg-blue-600\/95:hover{background-color:#2563ebf2}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.hover\:bg-blue-700\/0:hover{background-color:#1d4ed800}.hover\:bg-blue-700\/10:hover{background-color:#1d4ed81a}.hover\:bg-blue-700\/100:hover{background-color:#1d4ed8}.hover\:bg-blue-700\/15:hover{background-color:#1d4ed826}.hover\:bg-blue-700\/20:hover{background-color:#1d4ed833}.hover\:bg-blue-700\/25:hover{background-color:#1d4ed840}.hover\:bg-blue-700\/30:hover{background-color:#1d4ed84d}.hover\:bg-blue-700\/35:hover{background-color:#1d4ed859}.hover\:bg-blue-700\/40:hover{background-color:#1d4ed866}.hover\:bg-blue-700\/45:hover{background-color:#1d4ed873}.hover\:bg-blue-700\/5:hover{background-color:#1d4ed80d}.hover\:bg-blue-700\/50:hover{background-color:#1d4ed880}.hover\:bg-blue-700\/55:hover{background-color:#1d4ed88c}.hover\:bg-blue-700\/60:hover{background-color:#1d4ed899}.hover\:bg-blue-700\/65:hover{background-color:#1d4ed8a6}.hover\:bg-blue-700\/70:hover{background-color:#1d4ed8b3}.hover\:bg-blue-700\/75:hover{background-color:#1d4ed8bf}.hover\:bg-blue-700\/80:hover{background-color:#1d4ed8cc}.hover\:bg-blue-700\/85:hover{background-color:#1d4ed8d9}.hover\:bg-blue-700\/90:hover{background-color:#1d4ed8e6}.hover\:bg-blue-700\/95:hover{background-color:#1d4ed8f2}.hover\:bg-blue-800:hover{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity))}.hover\:bg-blue-800\/0:hover{background-color:#1e40af00}.hover\:bg-blue-800\/10:hover{background-color:#1e40af1a}.hover\:bg-blue-800\/100:hover{background-color:#1e40af}.hover\:bg-blue-800\/15:hover{background-color:#1e40af26}.hover\:bg-blue-800\/20:hover{background-color:#1e40af33}.hover\:bg-blue-800\/25:hover{background-color:#1e40af40}.hover\:bg-blue-800\/30:hover{background-color:#1e40af4d}.hover\:bg-blue-800\/35:hover{background-color:#1e40af59}.hover\:bg-blue-800\/40:hover{background-color:#1e40af66}.hover\:bg-blue-800\/45:hover{background-color:#1e40af73}.hover\:bg-blue-800\/5:hover{background-color:#1e40af0d}.hover\:bg-blue-800\/50:hover{background-color:#1e40af80}.hover\:bg-blue-800\/55:hover{background-color:#1e40af8c}.hover\:bg-blue-800\/60:hover{background-color:#1e40af99}.hover\:bg-blue-800\/65:hover{background-color:#1e40afa6}.hover\:bg-blue-800\/70:hover{background-color:#1e40afb3}.hover\:bg-blue-800\/75:hover{background-color:#1e40afbf}.hover\:bg-blue-800\/80:hover{background-color:#1e40afcc}.hover\:bg-blue-800\/85:hover{background-color:#1e40afd9}.hover\:bg-blue-800\/90:hover{background-color:#1e40afe6}.hover\:bg-blue-800\/95:hover{background-color:#1e40aff2}.hover\:bg-blue-900:hover{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity))}.hover\:bg-blue-900\/0:hover{background-color:#1e3a8a00}.hover\:bg-blue-900\/10:hover{background-color:#1e3a8a1a}.hover\:bg-blue-900\/100:hover{background-color:#1e3a8a}.hover\:bg-blue-900\/15:hover{background-color:#1e3a8a26}.hover\:bg-blue-900\/20:hover{background-color:#1e3a8a33}.hover\:bg-blue-900\/25:hover{background-color:#1e3a8a40}.hover\:bg-blue-900\/30:hover{background-color:#1e3a8a4d}.hover\:bg-blue-900\/35:hover{background-color:#1e3a8a59}.hover\:bg-blue-900\/40:hover{background-color:#1e3a8a66}.hover\:bg-blue-900\/45:hover{background-color:#1e3a8a73}.hover\:bg-blue-900\/5:hover{background-color:#1e3a8a0d}.hover\:bg-blue-900\/50:hover{background-color:#1e3a8a80}.hover\:bg-blue-900\/55:hover{background-color:#1e3a8a8c}.hover\:bg-blue-900\/60:hover{background-color:#1e3a8a99}.hover\:bg-blue-900\/65:hover{background-color:#1e3a8aa6}.hover\:bg-blue-900\/70:hover{background-color:#1e3a8ab3}.hover\:bg-blue-900\/75:hover{background-color:#1e3a8abf}.hover\:bg-blue-900\/80:hover{background-color:#1e3a8acc}.hover\:bg-blue-900\/85:hover{background-color:#1e3a8ad9}.hover\:bg-blue-900\/90:hover{background-color:#1e3a8ae6}.hover\:bg-blue-900\/95:hover{background-color:#1e3a8af2}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity))}.hover\:bg-green-100\/0:hover{background-color:#dcfce700}.hover\:bg-green-100\/10:hover{background-color:#dcfce71a}.hover\:bg-green-100\/100:hover{background-color:#dcfce7}.hover\:bg-green-100\/15:hover{background-color:#dcfce726}.hover\:bg-green-100\/20:hover{background-color:#dcfce733}.hover\:bg-green-100\/25:hover{background-color:#dcfce740}.hover\:bg-green-100\/30:hover{background-color:#dcfce74d}.hover\:bg-green-100\/35:hover{background-color:#dcfce759}.hover\:bg-green-100\/40:hover{background-color:#dcfce766}.hover\:bg-green-100\/45:hover{background-color:#dcfce773}.hover\:bg-green-100\/5:hover{background-color:#dcfce70d}.hover\:bg-green-100\/50:hover{background-color:#dcfce780}.hover\:bg-green-100\/55:hover{background-color:#dcfce78c}.hover\:bg-green-100\/60:hover{background-color:#dcfce799}.hover\:bg-green-100\/65:hover{background-color:#dcfce7a6}.hover\:bg-green-100\/70:hover{background-color:#dcfce7b3}.hover\:bg-green-100\/75:hover{background-color:#dcfce7bf}.hover\:bg-green-100\/80:hover{background-color:#dcfce7cc}.hover\:bg-green-100\/85:hover{background-color:#dcfce7d9}.hover\:bg-green-100\/90:hover{background-color:#dcfce7e6}.hover\:bg-green-100\/95:hover{background-color:#dcfce7f2}.hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity))}.hover\:bg-green-200\/0:hover{background-color:#bbf7d000}.hover\:bg-green-200\/10:hover{background-color:#bbf7d01a}.hover\:bg-green-200\/100:hover{background-color:#bbf7d0}.hover\:bg-green-200\/15:hover{background-color:#bbf7d026}.hover\:bg-green-200\/20:hover{background-color:#bbf7d033}.hover\:bg-green-200\/25:hover{background-color:#bbf7d040}.hover\:bg-green-200\/30:hover{background-color:#bbf7d04d}.hover\:bg-green-200\/35:hover{background-color:#bbf7d059}.hover\:bg-green-200\/40:hover{background-color:#bbf7d066}.hover\:bg-green-200\/45:hover{background-color:#bbf7d073}.hover\:bg-green-200\/5:hover{background-color:#bbf7d00d}.hover\:bg-green-200\/50:hover{background-color:#bbf7d080}.hover\:bg-green-200\/55:hover{background-color:#bbf7d08c}.hover\:bg-green-200\/60:hover{background-color:#bbf7d099}.hover\:bg-green-200\/65:hover{background-color:#bbf7d0a6}.hover\:bg-green-200\/70:hover{background-color:#bbf7d0b3}.hover\:bg-green-200\/75:hover{background-color:#bbf7d0bf}.hover\:bg-green-200\/80:hover{background-color:#bbf7d0cc}.hover\:bg-green-200\/85:hover{background-color:#bbf7d0d9}.hover\:bg-green-200\/90:hover{background-color:#bbf7d0e6}.hover\:bg-green-200\/95:hover{background-color:#bbf7d0f2}.hover\:bg-green-300:hover{--tw-bg-opacity: 1;background-color:rgb(134 239 172 / var(--tw-bg-opacity))}.hover\:bg-green-300\/0:hover{background-color:#86efac00}.hover\:bg-green-300\/10:hover{background-color:#86efac1a}.hover\:bg-green-300\/100:hover{background-color:#86efac}.hover\:bg-green-300\/15:hover{background-color:#86efac26}.hover\:bg-green-300\/20:hover{background-color:#86efac33}.hover\:bg-green-300\/25:hover{background-color:#86efac40}.hover\:bg-green-300\/30:hover{background-color:#86efac4d}.hover\:bg-green-300\/35:hover{background-color:#86efac59}.hover\:bg-green-300\/40:hover{background-color:#86efac66}.hover\:bg-green-300\/45:hover{background-color:#86efac73}.hover\:bg-green-300\/5:hover{background-color:#86efac0d}.hover\:bg-green-300\/50:hover{background-color:#86efac80}.hover\:bg-green-300\/55:hover{background-color:#86efac8c}.hover\:bg-green-300\/60:hover{background-color:#86efac99}.hover\:bg-green-300\/65:hover{background-color:#86efaca6}.hover\:bg-green-300\/70:hover{background-color:#86efacb3}.hover\:bg-green-300\/75:hover{background-color:#86efacbf}.hover\:bg-green-300\/80:hover{background-color:#86efaccc}.hover\:bg-green-300\/85:hover{background-color:#86efacd9}.hover\:bg-green-300\/90:hover{background-color:#86eface6}.hover\:bg-green-300\/95:hover{background-color:#86efacf2}.hover\:bg-green-400:hover{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity))}.hover\:bg-green-400\/0:hover{background-color:#4ade8000}.hover\:bg-green-400\/10:hover{background-color:#4ade801a}.hover\:bg-green-400\/100:hover{background-color:#4ade80}.hover\:bg-green-400\/15:hover{background-color:#4ade8026}.hover\:bg-green-400\/20:hover{background-color:#4ade8033}.hover\:bg-green-400\/25:hover{background-color:#4ade8040}.hover\:bg-green-400\/30:hover{background-color:#4ade804d}.hover\:bg-green-400\/35:hover{background-color:#4ade8059}.hover\:bg-green-400\/40:hover{background-color:#4ade8066}.hover\:bg-green-400\/45:hover{background-color:#4ade8073}.hover\:bg-green-400\/5:hover{background-color:#4ade800d}.hover\:bg-green-400\/50:hover{background-color:#4ade8080}.hover\:bg-green-400\/55:hover{background-color:#4ade808c}.hover\:bg-green-400\/60:hover{background-color:#4ade8099}.hover\:bg-green-400\/65:hover{background-color:#4ade80a6}.hover\:bg-green-400\/70:hover{background-color:#4ade80b3}.hover\:bg-green-400\/75:hover{background-color:#4ade80bf}.hover\:bg-green-400\/80:hover{background-color:#4ade80cc}.hover\:bg-green-400\/85:hover{background-color:#4ade80d9}.hover\:bg-green-400\/90:hover{background-color:#4ade80e6}.hover\:bg-green-400\/95:hover{background-color:#4ade80f2}.hover\:bg-green-500:hover{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.hover\:bg-green-500\/0:hover{background-color:#22c55e00}.hover\:bg-green-500\/10:hover{background-color:#22c55e1a}.hover\:bg-green-500\/100:hover{background-color:#22c55e}.hover\:bg-green-500\/15:hover{background-color:#22c55e26}.hover\:bg-green-500\/20:hover{background-color:#22c55e33}.hover\:bg-green-500\/25:hover{background-color:#22c55e40}.hover\:bg-green-500\/30:hover{background-color:#22c55e4d}.hover\:bg-green-500\/35:hover{background-color:#22c55e59}.hover\:bg-green-500\/40:hover{background-color:#22c55e66}.hover\:bg-green-500\/45:hover{background-color:#22c55e73}.hover\:bg-green-500\/5:hover{background-color:#22c55e0d}.hover\:bg-green-500\/50:hover{background-color:#22c55e80}.hover\:bg-green-500\/55:hover{background-color:#22c55e8c}.hover\:bg-green-500\/60:hover{background-color:#22c55e99}.hover\:bg-green-500\/65:hover{background-color:#22c55ea6}.hover\:bg-green-500\/70:hover{background-color:#22c55eb3}.hover\:bg-green-500\/75:hover{background-color:#22c55ebf}.hover\:bg-green-500\/80:hover{background-color:#22c55ecc}.hover\:bg-green-500\/85:hover{background-color:#22c55ed9}.hover\:bg-green-500\/90:hover{background-color:#22c55ee6}.hover\:bg-green-500\/95:hover{background-color:#22c55ef2}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity))}.hover\:bg-green-600\/0:hover{background-color:#16a34a00}.hover\:bg-green-600\/10:hover{background-color:#16a34a1a}.hover\:bg-green-600\/100:hover{background-color:#16a34a}.hover\:bg-green-600\/15:hover{background-color:#16a34a26}.hover\:bg-green-600\/20:hover{background-color:#16a34a33}.hover\:bg-green-600\/25:hover{background-color:#16a34a40}.hover\:bg-green-600\/30:hover{background-color:#16a34a4d}.hover\:bg-green-600\/35:hover{background-color:#16a34a59}.hover\:bg-green-600\/40:hover{background-color:#16a34a66}.hover\:bg-green-600\/45:hover{background-color:#16a34a73}.hover\:bg-green-600\/5:hover{background-color:#16a34a0d}.hover\:bg-green-600\/50:hover{background-color:#16a34a80}.hover\:bg-green-600\/55:hover{background-color:#16a34a8c}.hover\:bg-green-600\/60:hover{background-color:#16a34a99}.hover\:bg-green-600\/65:hover{background-color:#16a34aa6}.hover\:bg-green-600\/70:hover{background-color:#16a34ab3}.hover\:bg-green-600\/75:hover{background-color:#16a34abf}.hover\:bg-green-600\/80:hover{background-color:#16a34acc}.hover\:bg-green-600\/85:hover{background-color:#16a34ad9}.hover\:bg-green-600\/90:hover{background-color:#16a34ae6}.hover\:bg-green-600\/95:hover{background-color:#16a34af2}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity))}.hover\:bg-green-700\/0:hover{background-color:#15803d00}.hover\:bg-green-700\/10:hover{background-color:#15803d1a}.hover\:bg-green-700\/100:hover{background-color:#15803d}.hover\:bg-green-700\/15:hover{background-color:#15803d26}.hover\:bg-green-700\/20:hover{background-color:#15803d33}.hover\:bg-green-700\/25:hover{background-color:#15803d40}.hover\:bg-green-700\/30:hover{background-color:#15803d4d}.hover\:bg-green-700\/35:hover{background-color:#15803d59}.hover\:bg-green-700\/40:hover{background-color:#15803d66}.hover\:bg-green-700\/45:hover{background-color:#15803d73}.hover\:bg-green-700\/5:hover{background-color:#15803d0d}.hover\:bg-green-700\/50:hover{background-color:#15803d80}.hover\:bg-green-700\/55:hover{background-color:#15803d8c}.hover\:bg-green-700\/60:hover{background-color:#15803d99}.hover\:bg-green-700\/65:hover{background-color:#15803da6}.hover\:bg-green-700\/70:hover{background-color:#15803db3}.hover\:bg-green-700\/75:hover{background-color:#15803dbf}.hover\:bg-green-700\/80:hover{background-color:#15803dcc}.hover\:bg-green-700\/85:hover{background-color:#15803dd9}.hover\:bg-green-700\/90:hover{background-color:#15803de6}.hover\:bg-green-700\/95:hover{background-color:#15803df2}.hover\:bg-green-800:hover{--tw-bg-opacity: 1;background-color:rgb(22 101 52 / var(--tw-bg-opacity))}.hover\:bg-green-800\/0:hover{background-color:#16653400}.hover\:bg-green-800\/10:hover{background-color:#1665341a}.hover\:bg-green-800\/100:hover{background-color:#166534}.hover\:bg-green-800\/15:hover{background-color:#16653426}.hover\:bg-green-800\/20:hover{background-color:#16653433}.hover\:bg-green-800\/25:hover{background-color:#16653440}.hover\:bg-green-800\/30:hover{background-color:#1665344d}.hover\:bg-green-800\/35:hover{background-color:#16653459}.hover\:bg-green-800\/40:hover{background-color:#16653466}.hover\:bg-green-800\/45:hover{background-color:#16653473}.hover\:bg-green-800\/5:hover{background-color:#1665340d}.hover\:bg-green-800\/50:hover{background-color:#16653480}.hover\:bg-green-800\/55:hover{background-color:#1665348c}.hover\:bg-green-800\/60:hover{background-color:#16653499}.hover\:bg-green-800\/65:hover{background-color:#166534a6}.hover\:bg-green-800\/70:hover{background-color:#166534b3}.hover\:bg-green-800\/75:hover{background-color:#166534bf}.hover\:bg-green-800\/80:hover{background-color:#166534cc}.hover\:bg-green-800\/85:hover{background-color:#166534d9}.hover\:bg-green-800\/90:hover{background-color:#166534e6}.hover\:bg-green-800\/95:hover{background-color:#166534f2}.hover\:bg-green-900:hover{--tw-bg-opacity: 1;background-color:rgb(20 83 45 / var(--tw-bg-opacity))}.hover\:bg-green-900\/0:hover{background-color:#14532d00}.hover\:bg-green-900\/10:hover{background-color:#14532d1a}.hover\:bg-green-900\/100:hover{background-color:#14532d}.hover\:bg-green-900\/15:hover{background-color:#14532d26}.hover\:bg-green-900\/20:hover{background-color:#14532d33}.hover\:bg-green-900\/25:hover{background-color:#14532d40}.hover\:bg-green-900\/30:hover{background-color:#14532d4d}.hover\:bg-green-900\/35:hover{background-color:#14532d59}.hover\:bg-green-900\/40:hover{background-color:#14532d66}.hover\:bg-green-900\/45:hover{background-color:#14532d73}.hover\:bg-green-900\/5:hover{background-color:#14532d0d}.hover\:bg-green-900\/50:hover{background-color:#14532d80}.hover\:bg-green-900\/55:hover{background-color:#14532d8c}.hover\:bg-green-900\/60:hover{background-color:#14532d99}.hover\:bg-green-900\/65:hover{background-color:#14532da6}.hover\:bg-green-900\/70:hover{background-color:#14532db3}.hover\:bg-green-900\/75:hover{background-color:#14532dbf}.hover\:bg-green-900\/80:hover{background-color:#14532dcc}.hover\:bg-green-900\/85:hover{background-color:#14532dd9}.hover\:bg-green-900\/90:hover{background-color:#14532de6}.hover\:bg-green-900\/95:hover{background-color:#14532df2}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.hover\:bg-red-100\/0:hover{background-color:#fee2e200}.hover\:bg-red-100\/10:hover{background-color:#fee2e21a}.hover\:bg-red-100\/100:hover{background-color:#fee2e2}.hover\:bg-red-100\/15:hover{background-color:#fee2e226}.hover\:bg-red-100\/20:hover{background-color:#fee2e233}.hover\:bg-red-100\/25:hover{background-color:#fee2e240}.hover\:bg-red-100\/30:hover{background-color:#fee2e24d}.hover\:bg-red-100\/35:hover{background-color:#fee2e259}.hover\:bg-red-100\/40:hover{background-color:#fee2e266}.hover\:bg-red-100\/45:hover{background-color:#fee2e273}.hover\:bg-red-100\/5:hover{background-color:#fee2e20d}.hover\:bg-red-100\/50:hover{background-color:#fee2e280}.hover\:bg-red-100\/55:hover{background-color:#fee2e28c}.hover\:bg-red-100\/60:hover{background-color:#fee2e299}.hover\:bg-red-100\/65:hover{background-color:#fee2e2a6}.hover\:bg-red-100\/70:hover{background-color:#fee2e2b3}.hover\:bg-red-100\/75:hover{background-color:#fee2e2bf}.hover\:bg-red-100\/80:hover{background-color:#fee2e2cc}.hover\:bg-red-100\/85:hover{background-color:#fee2e2d9}.hover\:bg-red-100\/90:hover{background-color:#fee2e2e6}.hover\:bg-red-100\/95:hover{background-color:#fee2e2f2}.hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity))}.hover\:bg-red-200\/0:hover{background-color:#fecaca00}.hover\:bg-red-200\/10:hover{background-color:#fecaca1a}.hover\:bg-red-200\/100:hover{background-color:#fecaca}.hover\:bg-red-200\/15:hover{background-color:#fecaca26}.hover\:bg-red-200\/20:hover{background-color:#fecaca33}.hover\:bg-red-200\/25:hover{background-color:#fecaca40}.hover\:bg-red-200\/30:hover{background-color:#fecaca4d}.hover\:bg-red-200\/35:hover{background-color:#fecaca59}.hover\:bg-red-200\/40:hover{background-color:#fecaca66}.hover\:bg-red-200\/45:hover{background-color:#fecaca73}.hover\:bg-red-200\/5:hover{background-color:#fecaca0d}.hover\:bg-red-200\/50:hover{background-color:#fecaca80}.hover\:bg-red-200\/55:hover{background-color:#fecaca8c}.hover\:bg-red-200\/60:hover{background-color:#fecaca99}.hover\:bg-red-200\/65:hover{background-color:#fecacaa6}.hover\:bg-red-200\/70:hover{background-color:#fecacab3}.hover\:bg-red-200\/75:hover{background-color:#fecacabf}.hover\:bg-red-200\/80:hover{background-color:#fecacacc}.hover\:bg-red-200\/85:hover{background-color:#fecacad9}.hover\:bg-red-200\/90:hover{background-color:#fecacae6}.hover\:bg-red-200\/95:hover{background-color:#fecacaf2}.hover\:bg-red-300:hover{--tw-bg-opacity: 1;background-color:rgb(252 165 165 / var(--tw-bg-opacity))}.hover\:bg-red-300\/0:hover{background-color:#fca5a500}.hover\:bg-red-300\/10:hover{background-color:#fca5a51a}.hover\:bg-red-300\/100:hover{background-color:#fca5a5}.hover\:bg-red-300\/15:hover{background-color:#fca5a526}.hover\:bg-red-300\/20:hover{background-color:#fca5a533}.hover\:bg-red-300\/25:hover{background-color:#fca5a540}.hover\:bg-red-300\/30:hover{background-color:#fca5a54d}.hover\:bg-red-300\/35:hover{background-color:#fca5a559}.hover\:bg-red-300\/40:hover{background-color:#fca5a566}.hover\:bg-red-300\/45:hover{background-color:#fca5a573}.hover\:bg-red-300\/5:hover{background-color:#fca5a50d}.hover\:bg-red-300\/50:hover{background-color:#fca5a580}.hover\:bg-red-300\/55:hover{background-color:#fca5a58c}.hover\:bg-red-300\/60:hover{background-color:#fca5a599}.hover\:bg-red-300\/65:hover{background-color:#fca5a5a6}.hover\:bg-red-300\/70:hover{background-color:#fca5a5b3}.hover\:bg-red-300\/75:hover{background-color:#fca5a5bf}.hover\:bg-red-300\/80:hover{background-color:#fca5a5cc}.hover\:bg-red-300\/85:hover{background-color:#fca5a5d9}.hover\:bg-red-300\/90:hover{background-color:#fca5a5e6}.hover\:bg-red-300\/95:hover{background-color:#fca5a5f2}.hover\:bg-red-400:hover{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity))}.hover\:bg-red-400\/0:hover{background-color:#f8717100}.hover\:bg-red-400\/10:hover{background-color:#f871711a}.hover\:bg-red-400\/100:hover{background-color:#f87171}.hover\:bg-red-400\/15:hover{background-color:#f8717126}.hover\:bg-red-400\/20:hover{background-color:#f8717133}.hover\:bg-red-400\/25:hover{background-color:#f8717140}.hover\:bg-red-400\/30:hover{background-color:#f871714d}.hover\:bg-red-400\/35:hover{background-color:#f8717159}.hover\:bg-red-400\/40:hover{background-color:#f8717166}.hover\:bg-red-400\/45:hover{background-color:#f8717173}.hover\:bg-red-400\/5:hover{background-color:#f871710d}.hover\:bg-red-400\/50:hover{background-color:#f8717180}.hover\:bg-red-400\/55:hover{background-color:#f871718c}.hover\:bg-red-400\/60:hover{background-color:#f8717199}.hover\:bg-red-400\/65:hover{background-color:#f87171a6}.hover\:bg-red-400\/70:hover{background-color:#f87171b3}.hover\:bg-red-400\/75:hover{background-color:#f87171bf}.hover\:bg-red-400\/80:hover{background-color:#f87171cc}.hover\:bg-red-400\/85:hover{background-color:#f87171d9}.hover\:bg-red-400\/90:hover{background-color:#f87171e6}.hover\:bg-red-400\/95:hover{background-color:#f87171f2}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.hover\:bg-red-500\/0:hover{background-color:#ef444400}.hover\:bg-red-500\/10:hover{background-color:#ef44441a}.hover\:bg-red-500\/100:hover{background-color:#ef4444}.hover\:bg-red-500\/15:hover{background-color:#ef444426}.hover\:bg-red-500\/20:hover{background-color:#ef444433}.hover\:bg-red-500\/25:hover{background-color:#ef444440}.hover\:bg-red-500\/30:hover{background-color:#ef44444d}.hover\:bg-red-500\/35:hover{background-color:#ef444459}.hover\:bg-red-500\/40:hover{background-color:#ef444466}.hover\:bg-red-500\/45:hover{background-color:#ef444473}.hover\:bg-red-500\/5:hover{background-color:#ef44440d}.hover\:bg-red-500\/50:hover{background-color:#ef444480}.hover\:bg-red-500\/55:hover{background-color:#ef44448c}.hover\:bg-red-500\/60:hover{background-color:#ef444499}.hover\:bg-red-500\/65:hover{background-color:#ef4444a6}.hover\:bg-red-500\/70:hover{background-color:#ef4444b3}.hover\:bg-red-500\/75:hover{background-color:#ef4444bf}.hover\:bg-red-500\/80:hover{background-color:#ef4444cc}.hover\:bg-red-500\/85:hover{background-color:#ef4444d9}.hover\:bg-red-500\/90:hover{background-color:#ef4444e6}.hover\:bg-red-500\/95:hover{background-color:#ef4444f2}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.hover\:bg-red-600\/0:hover{background-color:#dc262600}.hover\:bg-red-600\/10:hover{background-color:#dc26261a}.hover\:bg-red-600\/100:hover{background-color:#dc2626}.hover\:bg-red-600\/15:hover{background-color:#dc262626}.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\/35:hover{background-color:#dc262659}.hover\:bg-red-600\/40:hover{background-color:#dc262666}.hover\:bg-red-600\/45:hover{background-color:#dc262673}.hover\:bg-red-600\/5:hover{background-color:#dc26260d}.hover\:bg-red-600\/50:hover{background-color:#dc262680}.hover\:bg-red-600\/55:hover{background-color:#dc26268c}.hover\:bg-red-600\/60:hover{background-color:#dc262699}.hover\:bg-red-600\/65:hover{background-color:#dc2626a6}.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\/85:hover{background-color:#dc2626d9}.hover\:bg-red-600\/90:hover{background-color:#dc2626e6}.hover\:bg-red-600\/95:hover{background-color:#dc2626f2}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}.hover\:bg-red-700\/0:hover{background-color:#b91c1c00}.hover\:bg-red-700\/10:hover{background-color:#b91c1c1a}.hover\:bg-red-700\/100:hover{background-color:#b91c1c}.hover\:bg-red-700\/15:hover{background-color:#b91c1c26}.hover\:bg-red-700\/20:hover{background-color:#b91c1c33}.hover\:bg-red-700\/25:hover{background-color:#b91c1c40}.hover\:bg-red-700\/30:hover{background-color:#b91c1c4d}.hover\:bg-red-700\/35:hover{background-color:#b91c1c59}.hover\:bg-red-700\/40:hover{background-color:#b91c1c66}.hover\:bg-red-700\/45:hover{background-color:#b91c1c73}.hover\:bg-red-700\/5:hover{background-color:#b91c1c0d}.hover\:bg-red-700\/50:hover{background-color:#b91c1c80}.hover\:bg-red-700\/55:hover{background-color:#b91c1c8c}.hover\:bg-red-700\/60:hover{background-color:#b91c1c99}.hover\:bg-red-700\/65:hover{background-color:#b91c1ca6}.hover\:bg-red-700\/70:hover{background-color:#b91c1cb3}.hover\:bg-red-700\/75:hover{background-color:#b91c1cbf}.hover\:bg-red-700\/80:hover{background-color:#b91c1ccc}.hover\:bg-red-700\/85:hover{background-color:#b91c1cd9}.hover\:bg-red-700\/90:hover{background-color:#b91c1ce6}.hover\:bg-red-700\/95:hover{background-color:#b91c1cf2}.hover\:bg-red-800:hover{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity))}.hover\:bg-red-800\/0:hover{background-color:#991b1b00}.hover\:bg-red-800\/10:hover{background-color:#991b1b1a}.hover\:bg-red-800\/100:hover{background-color:#991b1b}.hover\:bg-red-800\/15:hover{background-color:#991b1b26}.hover\:bg-red-800\/20:hover{background-color:#991b1b33}.hover\:bg-red-800\/25:hover{background-color:#991b1b40}.hover\:bg-red-800\/30:hover{background-color:#991b1b4d}.hover\:bg-red-800\/35:hover{background-color:#991b1b59}.hover\:bg-red-800\/40:hover{background-color:#991b1b66}.hover\:bg-red-800\/45:hover{background-color:#991b1b73}.hover\:bg-red-800\/5:hover{background-color:#991b1b0d}.hover\:bg-red-800\/50:hover{background-color:#991b1b80}.hover\:bg-red-800\/55:hover{background-color:#991b1b8c}.hover\:bg-red-800\/60:hover{background-color:#991b1b99}.hover\:bg-red-800\/65:hover{background-color:#991b1ba6}.hover\:bg-red-800\/70:hover{background-color:#991b1bb3}.hover\:bg-red-800\/75:hover{background-color:#991b1bbf}.hover\:bg-red-800\/80:hover{background-color:#991b1bcc}.hover\:bg-red-800\/85:hover{background-color:#991b1bd9}.hover\:bg-red-800\/90:hover{background-color:#991b1be6}.hover\:bg-red-800\/95:hover{background-color:#991b1bf2}.hover\:bg-red-900:hover{--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity))}.hover\:bg-red-900\/0:hover{background-color:#7f1d1d00}.hover\:bg-red-900\/10:hover{background-color:#7f1d1d1a}.hover\:bg-red-900\/100:hover{background-color:#7f1d1d}.hover\:bg-red-900\/15:hover{background-color:#7f1d1d26}.hover\:bg-red-900\/20:hover{background-color:#7f1d1d33}.hover\:bg-red-900\/25:hover{background-color:#7f1d1d40}.hover\:bg-red-900\/30:hover{background-color:#7f1d1d4d}.hover\:bg-red-900\/35:hover{background-color:#7f1d1d59}.hover\:bg-red-900\/40:hover{background-color:#7f1d1d66}.hover\:bg-red-900\/45:hover{background-color:#7f1d1d73}.hover\:bg-red-900\/5:hover{background-color:#7f1d1d0d}.hover\:bg-red-900\/50:hover{background-color:#7f1d1d80}.hover\:bg-red-900\/55:hover{background-color:#7f1d1d8c}.hover\:bg-red-900\/60:hover{background-color:#7f1d1d99}.hover\:bg-red-900\/65:hover{background-color:#7f1d1da6}.hover\:bg-red-900\/70:hover{background-color:#7f1d1db3}.hover\:bg-red-900\/75:hover{background-color:#7f1d1dbf}.hover\:bg-red-900\/80:hover{background-color:#7f1d1dcc}.hover\:bg-red-900\/85:hover{background-color:#7f1d1dd9}.hover\:bg-red-900\/90:hover{background-color:#7f1d1de6}.hover\:bg-red-900\/95:hover{background-color:#7f1d1df2}.hover\:bg-slate-100:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.hover\:bg-slate-100\/0:hover{background-color:#f1f5f900}.hover\:bg-slate-100\/10:hover{background-color:#f1f5f91a}.hover\:bg-slate-100\/100:hover{background-color:#f1f5f9}.hover\:bg-slate-100\/15:hover{background-color:#f1f5f926}.hover\:bg-slate-100\/20:hover{background-color:#f1f5f933}.hover\:bg-slate-100\/25:hover{background-color:#f1f5f940}.hover\:bg-slate-100\/30:hover{background-color:#f1f5f94d}.hover\:bg-slate-100\/35:hover{background-color:#f1f5f959}.hover\:bg-slate-100\/40:hover{background-color:#f1f5f966}.hover\:bg-slate-100\/45:hover{background-color:#f1f5f973}.hover\:bg-slate-100\/5:hover{background-color:#f1f5f90d}.hover\:bg-slate-100\/50:hover{background-color:#f1f5f980}.hover\:bg-slate-100\/55:hover{background-color:#f1f5f98c}.hover\:bg-slate-100\/60:hover{background-color:#f1f5f999}.hover\:bg-slate-100\/65:hover{background-color:#f1f5f9a6}.hover\:bg-slate-100\/70:hover{background-color:#f1f5f9b3}.hover\:bg-slate-100\/75:hover{background-color:#f1f5f9bf}.hover\:bg-slate-100\/80:hover{background-color:#f1f5f9cc}.hover\:bg-slate-100\/85:hover{background-color:#f1f5f9d9}.hover\:bg-slate-100\/90:hover{background-color:#f1f5f9e6}.hover\:bg-slate-100\/95:hover{background-color:#f1f5f9f2}.hover\:bg-slate-200:hover{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}.hover\:bg-slate-200\/0:hover{background-color:#e2e8f000}.hover\:bg-slate-200\/10:hover{background-color:#e2e8f01a}.hover\:bg-slate-200\/100:hover{background-color:#e2e8f0}.hover\:bg-slate-200\/15:hover{background-color:#e2e8f026}.hover\:bg-slate-200\/20:hover{background-color:#e2e8f033}.hover\:bg-slate-200\/25:hover{background-color:#e2e8f040}.hover\:bg-slate-200\/30:hover{background-color:#e2e8f04d}.hover\:bg-slate-200\/35:hover{background-color:#e2e8f059}.hover\:bg-slate-200\/40:hover{background-color:#e2e8f066}.hover\:bg-slate-200\/45:hover{background-color:#e2e8f073}.hover\:bg-slate-200\/5:hover{background-color:#e2e8f00d}.hover\:bg-slate-200\/50:hover{background-color:#e2e8f080}.hover\:bg-slate-200\/55:hover{background-color:#e2e8f08c}.hover\:bg-slate-200\/60:hover{background-color:#e2e8f099}.hover\:bg-slate-200\/65:hover{background-color:#e2e8f0a6}.hover\:bg-slate-200\/70:hover{background-color:#e2e8f0b3}.hover\:bg-slate-200\/75:hover{background-color:#e2e8f0bf}.hover\:bg-slate-200\/80:hover{background-color:#e2e8f0cc}.hover\:bg-slate-200\/85:hover{background-color:#e2e8f0d9}.hover\:bg-slate-200\/90:hover{background-color:#e2e8f0e6}.hover\:bg-slate-200\/95:hover{background-color:#e2e8f0f2}.hover\:bg-slate-300:hover{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}.hover\:bg-slate-300\/0:hover{background-color:#cbd5e100}.hover\:bg-slate-300\/10:hover{background-color:#cbd5e11a}.hover\:bg-slate-300\/100:hover{background-color:#cbd5e1}.hover\:bg-slate-300\/15:hover{background-color:#cbd5e126}.hover\:bg-slate-300\/20:hover{background-color:#cbd5e133}.hover\:bg-slate-300\/25:hover{background-color:#cbd5e140}.hover\:bg-slate-300\/30:hover{background-color:#cbd5e14d}.hover\:bg-slate-300\/35:hover{background-color:#cbd5e159}.hover\:bg-slate-300\/40:hover{background-color:#cbd5e166}.hover\:bg-slate-300\/45:hover{background-color:#cbd5e173}.hover\:bg-slate-300\/5:hover{background-color:#cbd5e10d}.hover\:bg-slate-300\/50:hover{background-color:#cbd5e180}.hover\:bg-slate-300\/55:hover{background-color:#cbd5e18c}.hover\:bg-slate-300\/60:hover{background-color:#cbd5e199}.hover\:bg-slate-300\/65:hover{background-color:#cbd5e1a6}.hover\:bg-slate-300\/70:hover{background-color:#cbd5e1b3}.hover\:bg-slate-300\/75:hover{background-color:#cbd5e1bf}.hover\:bg-slate-300\/80:hover{background-color:#cbd5e1cc}.hover\:bg-slate-300\/85:hover{background-color:#cbd5e1d9}.hover\:bg-slate-300\/90:hover{background-color:#cbd5e1e6}.hover\:bg-slate-300\/95:hover{background-color:#cbd5e1f2}.hover\:bg-slate-400:hover{--tw-bg-opacity: 1;background-color:rgb(148 163 184 / var(--tw-bg-opacity))}.hover\:bg-slate-400\/0:hover{background-color:#94a3b800}.hover\:bg-slate-400\/10:hover{background-color:#94a3b81a}.hover\:bg-slate-400\/100:hover{background-color:#94a3b8}.hover\:bg-slate-400\/15:hover{background-color:#94a3b826}.hover\:bg-slate-400\/20:hover{background-color:#94a3b833}.hover\:bg-slate-400\/25:hover{background-color:#94a3b840}.hover\:bg-slate-400\/30:hover{background-color:#94a3b84d}.hover\:bg-slate-400\/35:hover{background-color:#94a3b859}.hover\:bg-slate-400\/40:hover{background-color:#94a3b866}.hover\:bg-slate-400\/45:hover{background-color:#94a3b873}.hover\:bg-slate-400\/5:hover{background-color:#94a3b80d}.hover\:bg-slate-400\/50:hover{background-color:#94a3b880}.hover\:bg-slate-400\/55:hover{background-color:#94a3b88c}.hover\:bg-slate-400\/60:hover{background-color:#94a3b899}.hover\:bg-slate-400\/65:hover{background-color:#94a3b8a6}.hover\:bg-slate-400\/70:hover{background-color:#94a3b8b3}.hover\:bg-slate-400\/75:hover{background-color:#94a3b8bf}.hover\:bg-slate-400\/80:hover{background-color:#94a3b8cc}.hover\:bg-slate-400\/85:hover{background-color:#94a3b8d9}.hover\:bg-slate-400\/90:hover{background-color:#94a3b8e6}.hover\:bg-slate-400\/95:hover{background-color:#94a3b8f2}.hover\:bg-slate-500:hover{--tw-bg-opacity: 1;background-color:rgb(100 116 139 / var(--tw-bg-opacity))}.hover\:bg-slate-500\/0:hover{background-color:#64748b00}.hover\:bg-slate-500\/10:hover{background-color:#64748b1a}.hover\:bg-slate-500\/100:hover{background-color:#64748b}.hover\:bg-slate-500\/15:hover{background-color:#64748b26}.hover\:bg-slate-500\/20:hover{background-color:#64748b33}.hover\:bg-slate-500\/25:hover{background-color:#64748b40}.hover\:bg-slate-500\/30:hover{background-color:#64748b4d}.hover\:bg-slate-500\/35:hover{background-color:#64748b59}.hover\:bg-slate-500\/40:hover{background-color:#64748b66}.hover\:bg-slate-500\/45:hover{background-color:#64748b73}.hover\:bg-slate-500\/5:hover{background-color:#64748b0d}.hover\:bg-slate-500\/50:hover{background-color:#64748b80}.hover\:bg-slate-500\/55:hover{background-color:#64748b8c}.hover\:bg-slate-500\/60:hover{background-color:#64748b99}.hover\:bg-slate-500\/65:hover{background-color:#64748ba6}.hover\:bg-slate-500\/70:hover{background-color:#64748bb3}.hover\:bg-slate-500\/75:hover{background-color:#64748bbf}.hover\:bg-slate-500\/80:hover{background-color:#64748bcc}.hover\:bg-slate-500\/85:hover{background-color:#64748bd9}.hover\:bg-slate-500\/90:hover{background-color:#64748be6}.hover\:bg-slate-500\/95:hover{background-color:#64748bf2}.hover\:bg-slate-600:hover{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}.hover\:bg-slate-600\/0:hover{background-color:#47556900}.hover\:bg-slate-600\/10:hover{background-color:#4755691a}.hover\:bg-slate-600\/100:hover{background-color:#475569}.hover\:bg-slate-600\/15:hover{background-color:#47556926}.hover\:bg-slate-600\/20:hover{background-color:#47556933}.hover\:bg-slate-600\/25:hover{background-color:#47556940}.hover\:bg-slate-600\/30:hover{background-color:#4755694d}.hover\:bg-slate-600\/35:hover{background-color:#47556959}.hover\:bg-slate-600\/40:hover{background-color:#47556966}.hover\:bg-slate-600\/45:hover{background-color:#47556973}.hover\:bg-slate-600\/5:hover{background-color:#4755690d}.hover\:bg-slate-600\/50:hover{background-color:#47556980}.hover\:bg-slate-600\/55:hover{background-color:#4755698c}.hover\:bg-slate-600\/60:hover{background-color:#47556999}.hover\:bg-slate-600\/65:hover{background-color:#475569a6}.hover\:bg-slate-600\/70:hover{background-color:#475569b3}.hover\:bg-slate-600\/75:hover{background-color:#475569bf}.hover\:bg-slate-600\/80:hover{background-color:#475569cc}.hover\:bg-slate-600\/85:hover{background-color:#475569d9}.hover\:bg-slate-600\/90:hover{background-color:#475569e6}.hover\:bg-slate-600\/95:hover{background-color:#475569f2}.hover\:bg-slate-700:hover{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity))}.hover\:bg-slate-700\/0:hover{background-color:#33415500}.hover\:bg-slate-700\/10:hover{background-color:#3341551a}.hover\:bg-slate-700\/100:hover{background-color:#334155}.hover\:bg-slate-700\/15:hover{background-color:#33415526}.hover\:bg-slate-700\/20:hover{background-color:#33415533}.hover\:bg-slate-700\/25:hover{background-color:#33415540}.hover\:bg-slate-700\/30:hover{background-color:#3341554d}.hover\:bg-slate-700\/35:hover{background-color:#33415559}.hover\:bg-slate-700\/40:hover{background-color:#33415566}.hover\:bg-slate-700\/45:hover{background-color:#33415573}.hover\:bg-slate-700\/5:hover{background-color:#3341550d}.hover\:bg-slate-700\/50:hover{background-color:#33415580}.hover\:bg-slate-700\/55:hover{background-color:#3341558c}.hover\:bg-slate-700\/60:hover{background-color:#33415599}.hover\:bg-slate-700\/65:hover{background-color:#334155a6}.hover\:bg-slate-700\/70:hover{background-color:#334155b3}.hover\:bg-slate-700\/75:hover{background-color:#334155bf}.hover\:bg-slate-700\/80:hover{background-color:#334155cc}.hover\:bg-slate-700\/85:hover{background-color:#334155d9}.hover\:bg-slate-700\/90:hover{background-color:#334155e6}.hover\:bg-slate-700\/95:hover{background-color:#334155f2}.hover\:bg-slate-800:hover{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}.hover\:bg-slate-800\/0:hover{background-color:#1e293b00}.hover\:bg-slate-800\/10:hover{background-color:#1e293b1a}.hover\:bg-slate-800\/100:hover{background-color:#1e293b}.hover\:bg-slate-800\/15:hover{background-color:#1e293b26}.hover\:bg-slate-800\/20:hover{background-color:#1e293b33}.hover\:bg-slate-800\/25:hover{background-color:#1e293b40}.hover\:bg-slate-800\/30:hover{background-color:#1e293b4d}.hover\:bg-slate-800\/35:hover{background-color:#1e293b59}.hover\:bg-slate-800\/40:hover{background-color:#1e293b66}.hover\:bg-slate-800\/45:hover{background-color:#1e293b73}.hover\:bg-slate-800\/5:hover{background-color:#1e293b0d}.hover\:bg-slate-800\/50:hover{background-color:#1e293b80}.hover\:bg-slate-800\/55:hover{background-color:#1e293b8c}.hover\:bg-slate-800\/60:hover{background-color:#1e293b99}.hover\:bg-slate-800\/65:hover{background-color:#1e293ba6}.hover\:bg-slate-800\/70:hover{background-color:#1e293bb3}.hover\:bg-slate-800\/75:hover{background-color:#1e293bbf}.hover\:bg-slate-800\/80:hover{background-color:#1e293bcc}.hover\:bg-slate-800\/85:hover{background-color:#1e293bd9}.hover\:bg-slate-800\/90:hover{background-color:#1e293be6}.hover\:bg-slate-800\/95:hover{background-color:#1e293bf2}.hover\:bg-slate-900:hover{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity))}.hover\:bg-slate-900\/0:hover{background-color:#0f172a00}.hover\:bg-slate-900\/10:hover{background-color:#0f172a1a}.hover\:bg-slate-900\/100:hover{background-color:#0f172a}.hover\:bg-slate-900\/15:hover{background-color:#0f172a26}.hover\:bg-slate-900\/20:hover{background-color:#0f172a33}.hover\:bg-slate-900\/25:hover{background-color:#0f172a40}.hover\:bg-slate-900\/30:hover{background-color:#0f172a4d}.hover\:bg-slate-900\/35:hover{background-color:#0f172a59}.hover\:bg-slate-900\/40:hover{background-color:#0f172a66}.hover\:bg-slate-900\/45:hover{background-color:#0f172a73}.hover\:bg-slate-900\/5:hover{background-color:#0f172a0d}.hover\:bg-slate-900\/50:hover{background-color:#0f172a80}.hover\:bg-slate-900\/55:hover{background-color:#0f172a8c}.hover\:bg-slate-900\/60:hover{background-color:#0f172a99}.hover\:bg-slate-900\/65:hover{background-color:#0f172aa6}.hover\:bg-slate-900\/70:hover{background-color:#0f172ab3}.hover\:bg-slate-900\/75:hover{background-color:#0f172abf}.hover\:bg-slate-900\/80:hover{background-color:#0f172acc}.hover\:bg-slate-900\/85:hover{background-color:#0f172ad9}.hover\:bg-slate-900\/90:hover{background-color:#0f172ae6}.hover\:bg-slate-900\/95:hover{background-color:#0f172af2}.hover\:bg-teal-100:hover{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity))}.hover\:bg-teal-100\/0:hover{background-color:#ccfbf100}.hover\:bg-teal-100\/10:hover{background-color:#ccfbf11a}.hover\:bg-teal-100\/100:hover{background-color:#ccfbf1}.hover\:bg-teal-100\/15:hover{background-color:#ccfbf126}.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\/35:hover{background-color:#ccfbf159}.hover\:bg-teal-100\/40:hover{background-color:#ccfbf166}.hover\:bg-teal-100\/45:hover{background-color:#ccfbf173}.hover\:bg-teal-100\/5:hover{background-color:#ccfbf10d}.hover\:bg-teal-100\/50:hover{background-color:#ccfbf180}.hover\:bg-teal-100\/55:hover{background-color:#ccfbf18c}.hover\:bg-teal-100\/60:hover{background-color:#ccfbf199}.hover\:bg-teal-100\/65:hover{background-color:#ccfbf1a6}.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\/85:hover{background-color:#ccfbf1d9}.hover\:bg-teal-100\/90:hover{background-color:#ccfbf1e6}.hover\:bg-teal-100\/95:hover{background-color:#ccfbf1f2}.hover\:bg-teal-200:hover{--tw-bg-opacity: 1;background-color:rgb(153 246 228 / var(--tw-bg-opacity))}.hover\:bg-teal-200\/0:hover{background-color:#99f6e400}.hover\:bg-teal-200\/10:hover{background-color:#99f6e41a}.hover\:bg-teal-200\/100:hover{background-color:#99f6e4}.hover\:bg-teal-200\/15:hover{background-color:#99f6e426}.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\/35:hover{background-color:#99f6e459}.hover\:bg-teal-200\/40:hover{background-color:#99f6e466}.hover\:bg-teal-200\/45:hover{background-color:#99f6e473}.hover\:bg-teal-200\/5:hover{background-color:#99f6e40d}.hover\:bg-teal-200\/50:hover{background-color:#99f6e480}.hover\:bg-teal-200\/55:hover{background-color:#99f6e48c}.hover\:bg-teal-200\/60:hover{background-color:#99f6e499}.hover\:bg-teal-200\/65:hover{background-color:#99f6e4a6}.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\/85:hover{background-color:#99f6e4d9}.hover\:bg-teal-200\/90:hover{background-color:#99f6e4e6}.hover\:bg-teal-200\/95:hover{background-color:#99f6e4f2}.hover\:bg-teal-300:hover{--tw-bg-opacity: 1;background-color:rgb(94 234 212 / var(--tw-bg-opacity))}.hover\:bg-teal-300\/0:hover{background-color:#5eead400}.hover\:bg-teal-300\/10:hover{background-color:#5eead41a}.hover\:bg-teal-300\/100:hover{background-color:#5eead4}.hover\:bg-teal-300\/15:hover{background-color:#5eead426}.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\/35:hover{background-color:#5eead459}.hover\:bg-teal-300\/40:hover{background-color:#5eead466}.hover\:bg-teal-300\/45:hover{background-color:#5eead473}.hover\:bg-teal-300\/5:hover{background-color:#5eead40d}.hover\:bg-teal-300\/50:hover{background-color:#5eead480}.hover\:bg-teal-300\/55:hover{background-color:#5eead48c}.hover\:bg-teal-300\/60:hover{background-color:#5eead499}.hover\:bg-teal-300\/65:hover{background-color:#5eead4a6}.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\/85:hover{background-color:#5eead4d9}.hover\:bg-teal-300\/90:hover{background-color:#5eead4e6}.hover\:bg-teal-300\/95:hover{background-color:#5eead4f2}.hover\:bg-teal-400:hover{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity))}.hover\:bg-teal-400\/0:hover{background-color:#2dd4bf00}.hover\:bg-teal-400\/10:hover{background-color:#2dd4bf1a}.hover\:bg-teal-400\/100:hover{background-color:#2dd4bf}.hover\:bg-teal-400\/15:hover{background-color:#2dd4bf26}.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\/35:hover{background-color:#2dd4bf59}.hover\:bg-teal-400\/40:hover{background-color:#2dd4bf66}.hover\:bg-teal-400\/45:hover{background-color:#2dd4bf73}.hover\:bg-teal-400\/5:hover{background-color:#2dd4bf0d}.hover\:bg-teal-400\/50:hover{background-color:#2dd4bf80}.hover\:bg-teal-400\/55:hover{background-color:#2dd4bf8c}.hover\:bg-teal-400\/60:hover{background-color:#2dd4bf99}.hover\:bg-teal-400\/65:hover{background-color:#2dd4bfa6}.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\/85:hover{background-color:#2dd4bfd9}.hover\:bg-teal-400\/90:hover{background-color:#2dd4bfe6}.hover\:bg-teal-400\/95:hover{background-color:#2dd4bff2}.hover\:bg-teal-500:hover{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity))}.hover\:bg-teal-500\/0:hover{background-color:#14b8a600}.hover\:bg-teal-500\/10:hover{background-color:#14b8a61a}.hover\:bg-teal-500\/100:hover{background-color:#14b8a6}.hover\:bg-teal-500\/15:hover{background-color:#14b8a626}.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\/35:hover{background-color:#14b8a659}.hover\:bg-teal-500\/40:hover{background-color:#14b8a666}.hover\:bg-teal-500\/45:hover{background-color:#14b8a673}.hover\:bg-teal-500\/5:hover{background-color:#14b8a60d}.hover\:bg-teal-500\/50:hover{background-color:#14b8a680}.hover\:bg-teal-500\/55:hover{background-color:#14b8a68c}.hover\:bg-teal-500\/60:hover{background-color:#14b8a699}.hover\:bg-teal-500\/65:hover{background-color:#14b8a6a6}.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\/85:hover{background-color:#14b8a6d9}.hover\:bg-teal-500\/90:hover{background-color:#14b8a6e6}.hover\:bg-teal-500\/95:hover{background-color:#14b8a6f2}.hover\:bg-teal-600:hover{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity))}.hover\:bg-teal-600\/0:hover{background-color:#0d948800}.hover\:bg-teal-600\/10:hover{background-color:#0d94881a}.hover\:bg-teal-600\/100:hover{background-color:#0d9488}.hover\:bg-teal-600\/15:hover{background-color:#0d948826}.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\/35:hover{background-color:#0d948859}.hover\:bg-teal-600\/40:hover{background-color:#0d948866}.hover\:bg-teal-600\/45:hover{background-color:#0d948873}.hover\:bg-teal-600\/5:hover{background-color:#0d94880d}.hover\:bg-teal-600\/50:hover{background-color:#0d948880}.hover\:bg-teal-600\/55:hover{background-color:#0d94888c}.hover\:bg-teal-600\/60:hover{background-color:#0d948899}.hover\:bg-teal-600\/65:hover{background-color:#0d9488a6}.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\/85:hover{background-color:#0d9488d9}.hover\:bg-teal-600\/90:hover{background-color:#0d9488e6}.hover\:bg-teal-600\/95:hover{background-color:#0d9488f2}.hover\:bg-teal-700:hover{--tw-bg-opacity: 1;background-color:rgb(15 118 110 / var(--tw-bg-opacity))}.hover\:bg-teal-700\/0:hover{background-color:#0f766e00}.hover\:bg-teal-700\/10:hover{background-color:#0f766e1a}.hover\:bg-teal-700\/100:hover{background-color:#0f766e}.hover\:bg-teal-700\/15:hover{background-color:#0f766e26}.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\/35:hover{background-color:#0f766e59}.hover\:bg-teal-700\/40:hover{background-color:#0f766e66}.hover\:bg-teal-700\/45:hover{background-color:#0f766e73}.hover\:bg-teal-700\/5:hover{background-color:#0f766e0d}.hover\:bg-teal-700\/50:hover{background-color:#0f766e80}.hover\:bg-teal-700\/55:hover{background-color:#0f766e8c}.hover\:bg-teal-700\/60:hover{background-color:#0f766e99}.hover\:bg-teal-700\/65:hover{background-color:#0f766ea6}.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\/85:hover{background-color:#0f766ed9}.hover\:bg-teal-700\/90:hover{background-color:#0f766ee6}.hover\:bg-teal-700\/95:hover{background-color:#0f766ef2}.hover\:bg-teal-800:hover{--tw-bg-opacity: 1;background-color:rgb(17 94 89 / var(--tw-bg-opacity))}.hover\:bg-teal-800\/0:hover{background-color:#115e5900}.hover\:bg-teal-800\/10:hover{background-color:#115e591a}.hover\:bg-teal-800\/100:hover{background-color:#115e59}.hover\:bg-teal-800\/15:hover{background-color:#115e5926}.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\/35:hover{background-color:#115e5959}.hover\:bg-teal-800\/40:hover{background-color:#115e5966}.hover\:bg-teal-800\/45:hover{background-color:#115e5973}.hover\:bg-teal-800\/5:hover{background-color:#115e590d}.hover\:bg-teal-800\/50:hover{background-color:#115e5980}.hover\:bg-teal-800\/55:hover{background-color:#115e598c}.hover\:bg-teal-800\/60:hover{background-color:#115e5999}.hover\:bg-teal-800\/65:hover{background-color:#115e59a6}.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\/85:hover{background-color:#115e59d9}.hover\:bg-teal-800\/90:hover{background-color:#115e59e6}.hover\:bg-teal-800\/95:hover{background-color:#115e59f2}.hover\:bg-teal-900:hover{--tw-bg-opacity: 1;background-color:rgb(19 78 74 / var(--tw-bg-opacity))}.hover\:bg-teal-900\/0:hover{background-color:#134e4a00}.hover\:bg-teal-900\/10:hover{background-color:#134e4a1a}.hover\:bg-teal-900\/100:hover{background-color:#134e4a}.hover\:bg-teal-900\/15:hover{background-color:#134e4a26}.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\/35:hover{background-color:#134e4a59}.hover\:bg-teal-900\/40:hover{background-color:#134e4a66}.hover\:bg-teal-900\/45:hover{background-color:#134e4a73}.hover\:bg-teal-900\/5:hover{background-color:#134e4a0d}.hover\:bg-teal-900\/50:hover{background-color:#134e4a80}.hover\:bg-teal-900\/55:hover{background-color:#134e4a8c}.hover\:bg-teal-900\/60:hover{background-color:#134e4a99}.hover\:bg-teal-900\/65:hover{background-color:#134e4aa6}.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\/85:hover{background-color:#134e4ad9}.hover\:bg-teal-900\/90:hover{background-color:#134e4ae6}.hover\:bg-teal-900\/95:hover{background-color:#134e4af2}.hover\:bg-yellow-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}.hover\:bg-yellow-100\/0:hover{background-color:#fef9c300}.hover\:bg-yellow-100\/10:hover{background-color:#fef9c31a}.hover\:bg-yellow-100\/100:hover{background-color:#fef9c3}.hover\:bg-yellow-100\/15:hover{background-color:#fef9c326}.hover\:bg-yellow-100\/20:hover{background-color:#fef9c333}.hover\:bg-yellow-100\/25:hover{background-color:#fef9c340}.hover\:bg-yellow-100\/30:hover{background-color:#fef9c34d}.hover\:bg-yellow-100\/35:hover{background-color:#fef9c359}.hover\:bg-yellow-100\/40:hover{background-color:#fef9c366}.hover\:bg-yellow-100\/45:hover{background-color:#fef9c373}.hover\:bg-yellow-100\/5:hover{background-color:#fef9c30d}.hover\:bg-yellow-100\/50:hover{background-color:#fef9c380}.hover\:bg-yellow-100\/55:hover{background-color:#fef9c38c}.hover\:bg-yellow-100\/60:hover{background-color:#fef9c399}.hover\:bg-yellow-100\/65:hover{background-color:#fef9c3a6}.hover\:bg-yellow-100\/70:hover{background-color:#fef9c3b3}.hover\:bg-yellow-100\/75:hover{background-color:#fef9c3bf}.hover\:bg-yellow-100\/80:hover{background-color:#fef9c3cc}.hover\:bg-yellow-100\/85:hover{background-color:#fef9c3d9}.hover\:bg-yellow-100\/90:hover{background-color:#fef9c3e6}.hover\:bg-yellow-100\/95:hover{background-color:#fef9c3f2}.hover\:bg-yellow-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity))}.hover\:bg-yellow-200\/0:hover{background-color:#fef08a00}.hover\:bg-yellow-200\/10:hover{background-color:#fef08a1a}.hover\:bg-yellow-200\/100:hover{background-color:#fef08a}.hover\:bg-yellow-200\/15:hover{background-color:#fef08a26}.hover\:bg-yellow-200\/20:hover{background-color:#fef08a33}.hover\:bg-yellow-200\/25:hover{background-color:#fef08a40}.hover\:bg-yellow-200\/30:hover{background-color:#fef08a4d}.hover\:bg-yellow-200\/35:hover{background-color:#fef08a59}.hover\:bg-yellow-200\/40:hover{background-color:#fef08a66}.hover\:bg-yellow-200\/45:hover{background-color:#fef08a73}.hover\:bg-yellow-200\/5:hover{background-color:#fef08a0d}.hover\:bg-yellow-200\/50:hover{background-color:#fef08a80}.hover\:bg-yellow-200\/55:hover{background-color:#fef08a8c}.hover\:bg-yellow-200\/60:hover{background-color:#fef08a99}.hover\:bg-yellow-200\/65:hover{background-color:#fef08aa6}.hover\:bg-yellow-200\/70:hover{background-color:#fef08ab3}.hover\:bg-yellow-200\/75:hover{background-color:#fef08abf}.hover\:bg-yellow-200\/80:hover{background-color:#fef08acc}.hover\:bg-yellow-200\/85:hover{background-color:#fef08ad9}.hover\:bg-yellow-200\/90:hover{background-color:#fef08ae6}.hover\:bg-yellow-200\/95:hover{background-color:#fef08af2}.hover\:bg-yellow-300:hover{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity))}.hover\:bg-yellow-300\/0:hover{background-color:#fde04700}.hover\:bg-yellow-300\/10:hover{background-color:#fde0471a}.hover\:bg-yellow-300\/100:hover{background-color:#fde047}.hover\:bg-yellow-300\/15:hover{background-color:#fde04726}.hover\:bg-yellow-300\/20:hover{background-color:#fde04733}.hover\:bg-yellow-300\/25:hover{background-color:#fde04740}.hover\:bg-yellow-300\/30:hover{background-color:#fde0474d}.hover\:bg-yellow-300\/35:hover{background-color:#fde04759}.hover\:bg-yellow-300\/40:hover{background-color:#fde04766}.hover\:bg-yellow-300\/45:hover{background-color:#fde04773}.hover\:bg-yellow-300\/5:hover{background-color:#fde0470d}.hover\:bg-yellow-300\/50:hover{background-color:#fde04780}.hover\:bg-yellow-300\/55:hover{background-color:#fde0478c}.hover\:bg-yellow-300\/60:hover{background-color:#fde04799}.hover\:bg-yellow-300\/65:hover{background-color:#fde047a6}.hover\:bg-yellow-300\/70:hover{background-color:#fde047b3}.hover\:bg-yellow-300\/75:hover{background-color:#fde047bf}.hover\:bg-yellow-300\/80:hover{background-color:#fde047cc}.hover\:bg-yellow-300\/85:hover{background-color:#fde047d9}.hover\:bg-yellow-300\/90:hover{background-color:#fde047e6}.hover\:bg-yellow-300\/95:hover{background-color:#fde047f2}.hover\:bg-yellow-400:hover{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity))}.hover\:bg-yellow-400\/0:hover{background-color:#facc1500}.hover\:bg-yellow-400\/10:hover{background-color:#facc151a}.hover\:bg-yellow-400\/100:hover{background-color:#facc15}.hover\:bg-yellow-400\/15:hover{background-color:#facc1526}.hover\:bg-yellow-400\/20:hover{background-color:#facc1533}.hover\:bg-yellow-400\/25:hover{background-color:#facc1540}.hover\:bg-yellow-400\/30:hover{background-color:#facc154d}.hover\:bg-yellow-400\/35:hover{background-color:#facc1559}.hover\:bg-yellow-400\/40:hover{background-color:#facc1566}.hover\:bg-yellow-400\/45:hover{background-color:#facc1573}.hover\:bg-yellow-400\/5:hover{background-color:#facc150d}.hover\:bg-yellow-400\/50:hover{background-color:#facc1580}.hover\:bg-yellow-400\/55:hover{background-color:#facc158c}.hover\:bg-yellow-400\/60:hover{background-color:#facc1599}.hover\:bg-yellow-400\/65:hover{background-color:#facc15a6}.hover\:bg-yellow-400\/70:hover{background-color:#facc15b3}.hover\:bg-yellow-400\/75:hover{background-color:#facc15bf}.hover\:bg-yellow-400\/80:hover{background-color:#facc15cc}.hover\:bg-yellow-400\/85:hover{background-color:#facc15d9}.hover\:bg-yellow-400\/90:hover{background-color:#facc15e6}.hover\:bg-yellow-400\/95:hover{background-color:#facc15f2}.hover\:bg-yellow-500:hover{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.hover\:bg-yellow-500\/0:hover{background-color:#eab30800}.hover\:bg-yellow-500\/10:hover{background-color:#eab3081a}.hover\:bg-yellow-500\/100:hover{background-color:#eab308}.hover\:bg-yellow-500\/15:hover{background-color:#eab30826}.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\/35:hover{background-color:#eab30859}.hover\:bg-yellow-500\/40:hover{background-color:#eab30866}.hover\:bg-yellow-500\/45:hover{background-color:#eab30873}.hover\:bg-yellow-500\/5:hover{background-color:#eab3080d}.hover\:bg-yellow-500\/50:hover{background-color:#eab30880}.hover\:bg-yellow-500\/55:hover{background-color:#eab3088c}.hover\:bg-yellow-500\/60:hover{background-color:#eab30899}.hover\:bg-yellow-500\/65:hover{background-color:#eab308a6}.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\/85:hover{background-color:#eab308d9}.hover\:bg-yellow-500\/90:hover{background-color:#eab308e6}.hover\:bg-yellow-500\/95:hover{background-color:#eab308f2}.hover\:bg-yellow-600:hover{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity))}.hover\:bg-yellow-600\/0:hover{background-color:#ca8a0400}.hover\:bg-yellow-600\/10:hover{background-color:#ca8a041a}.hover\:bg-yellow-600\/100:hover{background-color:#ca8a04}.hover\:bg-yellow-600\/15:hover{background-color:#ca8a0426}.hover\:bg-yellow-600\/20:hover{background-color:#ca8a0433}.hover\:bg-yellow-600\/25:hover{background-color:#ca8a0440}.hover\:bg-yellow-600\/30:hover{background-color:#ca8a044d}.hover\:bg-yellow-600\/35:hover{background-color:#ca8a0459}.hover\:bg-yellow-600\/40:hover{background-color:#ca8a0466}.hover\:bg-yellow-600\/45:hover{background-color:#ca8a0473}.hover\:bg-yellow-600\/5:hover{background-color:#ca8a040d}.hover\:bg-yellow-600\/50:hover{background-color:#ca8a0480}.hover\:bg-yellow-600\/55:hover{background-color:#ca8a048c}.hover\:bg-yellow-600\/60:hover{background-color:#ca8a0499}.hover\:bg-yellow-600\/65:hover{background-color:#ca8a04a6}.hover\:bg-yellow-600\/70:hover{background-color:#ca8a04b3}.hover\:bg-yellow-600\/75:hover{background-color:#ca8a04bf}.hover\:bg-yellow-600\/80:hover{background-color:#ca8a04cc}.hover\:bg-yellow-600\/85:hover{background-color:#ca8a04d9}.hover\:bg-yellow-600\/90:hover{background-color:#ca8a04e6}.hover\:bg-yellow-600\/95:hover{background-color:#ca8a04f2}.hover\:bg-yellow-700:hover{--tw-bg-opacity: 1;background-color:rgb(161 98 7 / var(--tw-bg-opacity))}.hover\:bg-yellow-700\/0:hover{background-color:#a1620700}.hover\:bg-yellow-700\/10:hover{background-color:#a162071a}.hover\:bg-yellow-700\/100:hover{background-color:#a16207}.hover\:bg-yellow-700\/15:hover{background-color:#a1620726}.hover\:bg-yellow-700\/20:hover{background-color:#a1620733}.hover\:bg-yellow-700\/25:hover{background-color:#a1620740}.hover\:bg-yellow-700\/30:hover{background-color:#a162074d}.hover\:bg-yellow-700\/35:hover{background-color:#a1620759}.hover\:bg-yellow-700\/40:hover{background-color:#a1620766}.hover\:bg-yellow-700\/45:hover{background-color:#a1620773}.hover\:bg-yellow-700\/5:hover{background-color:#a162070d}.hover\:bg-yellow-700\/50:hover{background-color:#a1620780}.hover\:bg-yellow-700\/55:hover{background-color:#a162078c}.hover\:bg-yellow-700\/60:hover{background-color:#a1620799}.hover\:bg-yellow-700\/65:hover{background-color:#a16207a6}.hover\:bg-yellow-700\/70:hover{background-color:#a16207b3}.hover\:bg-yellow-700\/75:hover{background-color:#a16207bf}.hover\:bg-yellow-700\/80:hover{background-color:#a16207cc}.hover\:bg-yellow-700\/85:hover{background-color:#a16207d9}.hover\:bg-yellow-700\/90:hover{background-color:#a16207e6}.hover\:bg-yellow-700\/95:hover{background-color:#a16207f2}.hover\:bg-yellow-800:hover{--tw-bg-opacity: 1;background-color:rgb(133 77 14 / var(--tw-bg-opacity))}.hover\:bg-yellow-800\/0:hover{background-color:#854d0e00}.hover\:bg-yellow-800\/10:hover{background-color:#854d0e1a}.hover\:bg-yellow-800\/100:hover{background-color:#854d0e}.hover\:bg-yellow-800\/15:hover{background-color:#854d0e26}.hover\:bg-yellow-800\/20:hover{background-color:#854d0e33}.hover\:bg-yellow-800\/25:hover{background-color:#854d0e40}.hover\:bg-yellow-800\/30:hover{background-color:#854d0e4d}.hover\:bg-yellow-800\/35:hover{background-color:#854d0e59}.hover\:bg-yellow-800\/40:hover{background-color:#854d0e66}.hover\:bg-yellow-800\/45:hover{background-color:#854d0e73}.hover\:bg-yellow-800\/5:hover{background-color:#854d0e0d}.hover\:bg-yellow-800\/50:hover{background-color:#854d0e80}.hover\:bg-yellow-800\/55:hover{background-color:#854d0e8c}.hover\:bg-yellow-800\/60:hover{background-color:#854d0e99}.hover\:bg-yellow-800\/65:hover{background-color:#854d0ea6}.hover\:bg-yellow-800\/70:hover{background-color:#854d0eb3}.hover\:bg-yellow-800\/75:hover{background-color:#854d0ebf}.hover\:bg-yellow-800\/80:hover{background-color:#854d0ecc}.hover\:bg-yellow-800\/85:hover{background-color:#854d0ed9}.hover\:bg-yellow-800\/90:hover{background-color:#854d0ee6}.hover\:bg-yellow-800\/95:hover{background-color:#854d0ef2}.hover\:bg-yellow-900:hover{--tw-bg-opacity: 1;background-color:rgb(113 63 18 / var(--tw-bg-opacity))}.hover\:bg-yellow-900\/0:hover{background-color:#713f1200}.hover\:bg-yellow-900\/10:hover{background-color:#713f121a}.hover\:bg-yellow-900\/100:hover{background-color:#713f12}.hover\:bg-yellow-900\/15:hover{background-color:#713f1226}.hover\:bg-yellow-900\/20:hover{background-color:#713f1233}.hover\:bg-yellow-900\/25:hover{background-color:#713f1240}.hover\:bg-yellow-900\/30:hover{background-color:#713f124d}.hover\:bg-yellow-900\/35:hover{background-color:#713f1259}.hover\:bg-yellow-900\/40:hover{background-color:#713f1266}.hover\:bg-yellow-900\/45:hover{background-color:#713f1273}.hover\:bg-yellow-900\/5:hover{background-color:#713f120d}.hover\:bg-yellow-900\/50:hover{background-color:#713f1280}.hover\:bg-yellow-900\/55:hover{background-color:#713f128c}.hover\:bg-yellow-900\/60:hover{background-color:#713f1299}.hover\:bg-yellow-900\/65:hover{background-color:#713f12a6}.hover\:bg-yellow-900\/70:hover{background-color:#713f12b3}.hover\:bg-yellow-900\/75:hover{background-color:#713f12bf}.hover\:bg-yellow-900\/80:hover{background-color:#713f12cc}.hover\:bg-yellow-900\/85:hover{background-color:#713f12d9}.hover\:bg-yellow-900\/90:hover{background-color:#713f12e6}.hover\:bg-yellow-900\/95:hover{background-color:#713f12f2}.hover\:fill-blue-300:hover{fill:#93c5fd}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.hover\:text-blue-400:hover{--tw-text-opacity: 1;color:rgb(96 165 250 / 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(29 78 216 / var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-slate-400:hover{--tw-shadow-color: #94a3b8;--tw-shadow: var(--tw-shadow-colored)}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.focus\:bg-gray-50:focus{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.focus\:text-black:focus{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.focus\:placeholder-gray-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}.focus\:placeholder-gray-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-4:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity))}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity))}@media (prefers-reduced-motion: no-preference){@keyframes spin{to{transform:rotate(360deg)}}.motion-safe\:animate-spin{animation:spin 1s linear infinite}}@media (min-width: 640px){.sm\:m-0{margin:0}.sm\:m-0\.5{margin:.125rem}.sm\:m-1{margin:.25rem}.sm\:m-1\.5{margin:.375rem}.sm\:m-10{margin:2.5rem}.sm\:m-11{margin:2.75rem}.sm\:m-12{margin:3rem}.sm\:m-14{margin:3.5rem}.sm\:m-16{margin:4rem}.sm\:m-2{margin:.5rem}.sm\:m-2\.5{margin:.625rem}.sm\:m-20{margin:5rem}.sm\:m-24{margin:6rem}.sm\:m-28{margin:7rem}.sm\:m-3{margin:.75rem}.sm\:m-3\.5{margin:.875rem}.sm\:m-32{margin:8rem}.sm\:m-36{margin:9rem}.sm\:m-4{margin:1rem}.sm\:m-40{margin:10rem}.sm\:m-44{margin:11rem}.sm\:m-48{margin:12rem}.sm\:m-5{margin:1.25rem}.sm\:m-52{margin:13rem}.sm\:m-56{margin:14rem}.sm\:m-6{margin:1.5rem}.sm\:m-60{margin:15rem}.sm\:m-64{margin:16rem}.sm\:m-7{margin:1.75rem}.sm\:m-72{margin:18rem}.sm\:m-8{margin:2rem}.sm\:m-80{margin:20rem}.sm\:m-9{margin:2.25rem}.sm\:m-96{margin:24rem}.sm\:m-auto{margin:auto}.sm\:m-px{margin:1px}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.sm\:mx-1{margin-left:.25rem;margin-right:.25rem}.sm\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.sm\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.sm\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.sm\:mx-12{margin-left:3rem;margin-right:3rem}.sm\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.sm\:mx-16{margin-left:4rem;margin-right:4rem}.sm\:mx-2{margin-left:.5rem;margin-right:.5rem}.sm\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.sm\:mx-20{margin-left:5rem;margin-right:5rem}.sm\:mx-24{margin-left:6rem;margin-right:6rem}.sm\:mx-28{margin-left:7rem;margin-right:7rem}.sm\:mx-3{margin-left:.75rem;margin-right:.75rem}.sm\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.sm\:mx-32{margin-left:8rem;margin-right:8rem}.sm\:mx-36{margin-left:9rem;margin-right:9rem}.sm\:mx-4{margin-left:1rem;margin-right:1rem}.sm\:mx-40{margin-left:10rem;margin-right:10rem}.sm\:mx-44{margin-left:11rem;margin-right:11rem}.sm\:mx-48{margin-left:12rem;margin-right:12rem}.sm\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.sm\:mx-52{margin-left:13rem;margin-right:13rem}.sm\:mx-56{margin-left:14rem;margin-right:14rem}.sm\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.sm\:mx-60{margin-left:15rem;margin-right:15rem}.sm\:mx-64{margin-left:16rem;margin-right:16rem}.sm\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.sm\:mx-72{margin-left:18rem;margin-right:18rem}.sm\:mx-8{margin-left:2rem;margin-right:2rem}.sm\:mx-80{margin-left:20rem;margin-right:20rem}.sm\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.sm\:mx-96{margin-left:24rem;margin-right:24rem}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:mx-px{margin-left:1px;margin-right:1px}.sm\:my-0{margin-top:0;margin-bottom:0}.sm\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.sm\:my-1{margin-top:.25rem;margin-bottom:.25rem}.sm\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.sm\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.sm\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.sm\:my-12{margin-top:3rem;margin-bottom:3rem}.sm\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.sm\:my-16{margin-top:4rem;margin-bottom:4rem}.sm\:my-2{margin-top:.5rem;margin-bottom:.5rem}.sm\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.sm\:my-20{margin-top:5rem;margin-bottom:5rem}.sm\:my-24{margin-top:6rem;margin-bottom:6rem}.sm\:my-28{margin-top:7rem;margin-bottom:7rem}.sm\:my-3{margin-top:.75rem;margin-bottom:.75rem}.sm\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.sm\:my-32{margin-top:8rem;margin-bottom:8rem}.sm\:my-36{margin-top:9rem;margin-bottom:9rem}.sm\:my-4{margin-top:1rem;margin-bottom:1rem}.sm\:my-40{margin-top:10rem;margin-bottom:10rem}.sm\:my-44{margin-top:11rem;margin-bottom:11rem}.sm\:my-48{margin-top:12rem;margin-bottom:12rem}.sm\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.sm\:my-52{margin-top:13rem;margin-bottom:13rem}.sm\:my-56{margin-top:14rem;margin-bottom:14rem}.sm\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.sm\:my-60{margin-top:15rem;margin-bottom:15rem}.sm\:my-64{margin-top:16rem;margin-bottom:16rem}.sm\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.sm\:my-72{margin-top:18rem;margin-bottom:18rem}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:my-80{margin-top:20rem;margin-bottom:20rem}.sm\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.sm\:my-96{margin-top:24rem;margin-bottom:24rem}.sm\:my-auto{margin-top:auto;margin-bottom:auto}.sm\:my-px{margin-top:1px;margin-bottom:1px}.sm\:mb-0{margin-bottom:0}.sm\:mb-0\.5{margin-bottom:.125rem}.sm\:mb-1{margin-bottom:.25rem}.sm\:mb-1\.5{margin-bottom:.375rem}.sm\:mb-10{margin-bottom:2.5rem}.sm\:mb-11{margin-bottom:2.75rem}.sm\:mb-12{margin-bottom:3rem}.sm\:mb-14{margin-bottom:3.5rem}.sm\:mb-16{margin-bottom:4rem}.sm\:mb-2{margin-bottom:.5rem}.sm\:mb-2\.5{margin-bottom:.625rem}.sm\:mb-20{margin-bottom:5rem}.sm\:mb-24{margin-bottom:6rem}.sm\:mb-28{margin-bottom:7rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:mb-3\.5{margin-bottom:.875rem}.sm\:mb-32{margin-bottom:8rem}.sm\:mb-36{margin-bottom:9rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-40{margin-bottom:10rem}.sm\:mb-44{margin-bottom:11rem}.sm\:mb-48{margin-bottom:12rem}.sm\:mb-5{margin-bottom:1.25rem}.sm\:mb-52{margin-bottom:13rem}.sm\:mb-56{margin-bottom:14rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-60{margin-bottom:15rem}.sm\:mb-64{margin-bottom:16rem}.sm\:mb-7{margin-bottom:1.75rem}.sm\:mb-72{margin-bottom:18rem}.sm\:mb-8{margin-bottom:2rem}.sm\:mb-80{margin-bottom:20rem}.sm\:mb-9{margin-bottom:2.25rem}.sm\:mb-96{margin-bottom:24rem}.sm\:mb-auto{margin-bottom:auto}.sm\:mb-px{margin-bottom:1px}.sm\:me-0{margin-inline-end:0px}.sm\:me-0\.5{margin-inline-end:.125rem}.sm\:me-1{margin-inline-end:.25rem}.sm\:me-1\.5{margin-inline-end:.375rem}.sm\:me-10{margin-inline-end:2.5rem}.sm\:me-11{margin-inline-end:2.75rem}.sm\:me-12{margin-inline-end:3rem}.sm\:me-14{margin-inline-end:3.5rem}.sm\:me-16{margin-inline-end:4rem}.sm\:me-2{margin-inline-end:.5rem}.sm\:me-2\.5{margin-inline-end:.625rem}.sm\:me-20{margin-inline-end:5rem}.sm\:me-24{margin-inline-end:6rem}.sm\:me-28{margin-inline-end:7rem}.sm\:me-3{margin-inline-end:.75rem}.sm\:me-3\.5{margin-inline-end:.875rem}.sm\:me-32{margin-inline-end:8rem}.sm\:me-36{margin-inline-end:9rem}.sm\:me-4{margin-inline-end:1rem}.sm\:me-40{margin-inline-end:10rem}.sm\:me-44{margin-inline-end:11rem}.sm\:me-48{margin-inline-end:12rem}.sm\:me-5{margin-inline-end:1.25rem}.sm\:me-52{margin-inline-end:13rem}.sm\:me-56{margin-inline-end:14rem}.sm\:me-6{margin-inline-end:1.5rem}.sm\:me-60{margin-inline-end:15rem}.sm\:me-64{margin-inline-end:16rem}.sm\:me-7{margin-inline-end:1.75rem}.sm\:me-72{margin-inline-end:18rem}.sm\:me-8{margin-inline-end:2rem}.sm\:me-80{margin-inline-end:20rem}.sm\:me-9{margin-inline-end:2.25rem}.sm\:me-96{margin-inline-end:24rem}.sm\:me-auto{margin-inline-end:auto}.sm\:me-px{margin-inline-end:1px}.sm\:ml-0{margin-left:0}.sm\:ml-0\.5{margin-left:.125rem}.sm\:ml-1{margin-left:.25rem}.sm\:ml-1\.5{margin-left:.375rem}.sm\:ml-10{margin-left:2.5rem}.sm\:ml-11{margin-left:2.75rem}.sm\:ml-12{margin-left:3rem}.sm\:ml-14{margin-left:3.5rem}.sm\:ml-16{margin-left:4rem}.sm\:ml-2{margin-left:.5rem}.sm\:ml-2\.5{margin-left:.625rem}.sm\:ml-20{margin-left:5rem}.sm\:ml-24{margin-left:6rem}.sm\:ml-28{margin-left:7rem}.sm\:ml-3{margin-left:.75rem}.sm\:ml-3\.5{margin-left:.875rem}.sm\:ml-32{margin-left:8rem}.sm\:ml-36{margin-left:9rem}.sm\:ml-4{margin-left:1rem}.sm\:ml-40{margin-left:10rem}.sm\:ml-44{margin-left:11rem}.sm\:ml-48{margin-left:12rem}.sm\:ml-5{margin-left:1.25rem}.sm\:ml-52{margin-left:13rem}.sm\:ml-56{margin-left:14rem}.sm\:ml-6{margin-left:1.5rem}.sm\:ml-60{margin-left:15rem}.sm\:ml-64{margin-left:16rem}.sm\:ml-7{margin-left:1.75rem}.sm\:ml-72{margin-left:18rem}.sm\:ml-8{margin-left:2rem}.sm\:ml-80{margin-left:20rem}.sm\:ml-9{margin-left:2.25rem}.sm\:ml-96{margin-left:24rem}.sm\:ml-auto{margin-left:auto}.sm\:ml-px{margin-left:1px}.sm\:mr-0{margin-right:0}.sm\:mr-0\.5{margin-right:.125rem}.sm\:mr-1{margin-right:.25rem}.sm\:mr-1\.5{margin-right:.375rem}.sm\:mr-10{margin-right:2.5rem}.sm\:mr-11{margin-right:2.75rem}.sm\:mr-12{margin-right:3rem}.sm\:mr-14{margin-right:3.5rem}.sm\:mr-16{margin-right:4rem}.sm\:mr-2{margin-right:.5rem}.sm\:mr-2\.5{margin-right:.625rem}.sm\:mr-20{margin-right:5rem}.sm\:mr-24{margin-right:6rem}.sm\:mr-28{margin-right:7rem}.sm\:mr-3{margin-right:.75rem}.sm\:mr-3\.5{margin-right:.875rem}.sm\:mr-32{margin-right:8rem}.sm\:mr-36{margin-right:9rem}.sm\:mr-4{margin-right:1rem}.sm\:mr-40{margin-right:10rem}.sm\:mr-44{margin-right:11rem}.sm\:mr-48{margin-right:12rem}.sm\:mr-5{margin-right:1.25rem}.sm\:mr-52{margin-right:13rem}.sm\:mr-56{margin-right:14rem}.sm\:mr-6{margin-right:1.5rem}.sm\:mr-60{margin-right:15rem}.sm\:mr-64{margin-right:16rem}.sm\:mr-7{margin-right:1.75rem}.sm\:mr-72{margin-right:18rem}.sm\:mr-8{margin-right:2rem}.sm\:mr-80{margin-right:20rem}.sm\:mr-9{margin-right:2.25rem}.sm\:mr-96{margin-right:24rem}.sm\:mr-auto{margin-right:auto}.sm\:mr-px{margin-right:1px}.sm\:ms-0{margin-inline-start:0px}.sm\:ms-0\.5{margin-inline-start:.125rem}.sm\:ms-1{margin-inline-start:.25rem}.sm\:ms-1\.5{margin-inline-start:.375rem}.sm\:ms-10{margin-inline-start:2.5rem}.sm\:ms-11{margin-inline-start:2.75rem}.sm\:ms-12{margin-inline-start:3rem}.sm\:ms-14{margin-inline-start:3.5rem}.sm\:ms-16{margin-inline-start:4rem}.sm\:ms-2{margin-inline-start:.5rem}.sm\:ms-2\.5{margin-inline-start:.625rem}.sm\:ms-20{margin-inline-start:5rem}.sm\:ms-24{margin-inline-start:6rem}.sm\:ms-28{margin-inline-start:7rem}.sm\:ms-3{margin-inline-start:.75rem}.sm\:ms-3\.5{margin-inline-start:.875rem}.sm\:ms-32{margin-inline-start:8rem}.sm\:ms-36{margin-inline-start:9rem}.sm\:ms-4{margin-inline-start:1rem}.sm\:ms-40{margin-inline-start:10rem}.sm\:ms-44{margin-inline-start:11rem}.sm\:ms-48{margin-inline-start:12rem}.sm\:ms-5{margin-inline-start:1.25rem}.sm\:ms-52{margin-inline-start:13rem}.sm\:ms-56{margin-inline-start:14rem}.sm\:ms-6{margin-inline-start:1.5rem}.sm\:ms-60{margin-inline-start:15rem}.sm\:ms-64{margin-inline-start:16rem}.sm\:ms-7{margin-inline-start:1.75rem}.sm\:ms-72{margin-inline-start:18rem}.sm\:ms-8{margin-inline-start:2rem}.sm\:ms-80{margin-inline-start:20rem}.sm\:ms-9{margin-inline-start:2.25rem}.sm\:ms-96{margin-inline-start:24rem}.sm\:ms-auto{margin-inline-start:auto}.sm\:ms-px{margin-inline-start:1px}.sm\:mt-0{margin-top:0}.sm\:mt-0\.5{margin-top:.125rem}.sm\:mt-1{margin-top:.25rem}.sm\:mt-1\.5{margin-top:.375rem}.sm\:mt-10{margin-top:2.5rem}.sm\:mt-11{margin-top:2.75rem}.sm\:mt-12{margin-top:3rem}.sm\:mt-14{margin-top:3.5rem}.sm\:mt-16{margin-top:4rem}.sm\:mt-2{margin-top:.5rem}.sm\:mt-2\.5{margin-top:.625rem}.sm\:mt-20{margin-top:5rem}.sm\:mt-24{margin-top:6rem}.sm\:mt-28{margin-top:7rem}.sm\:mt-3{margin-top:.75rem}.sm\:mt-3\.5{margin-top:.875rem}.sm\:mt-32{margin-top:8rem}.sm\:mt-36{margin-top:9rem}.sm\:mt-4{margin-top:1rem}.sm\:mt-40{margin-top:10rem}.sm\:mt-44{margin-top:11rem}.sm\:mt-48{margin-top:12rem}.sm\:mt-5{margin-top:1.25rem}.sm\:mt-52{margin-top:13rem}.sm\:mt-56{margin-top:14rem}.sm\:mt-6{margin-top:1.5rem}.sm\:mt-60{margin-top:15rem}.sm\:mt-64{margin-top:16rem}.sm\:mt-7{margin-top:1.75rem}.sm\:mt-72{margin-top:18rem}.sm\:mt-8{margin-top:2rem}.sm\:mt-80{margin-top:20rem}.sm\:mt-9{margin-top:2.25rem}.sm\:mt-96{margin-top:24rem}.sm\:mt-auto{margin-top:auto}.sm\:mt-px{margin-top:1px}.sm\:h-36{height:9rem}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:p-6{padding:1.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pt-0{padding-top:0}.sm\:pt-3{padding-top:.75rem}}@media (min-width: 768px){.md\:m-0{margin:0}.md\:m-0\.5{margin:.125rem}.md\:m-1{margin:.25rem}.md\:m-1\.5{margin:.375rem}.md\:m-10{margin:2.5rem}.md\:m-11{margin:2.75rem}.md\:m-12{margin:3rem}.md\:m-14{margin:3.5rem}.md\:m-16{margin:4rem}.md\:m-2{margin:.5rem}.md\:m-2\.5{margin:.625rem}.md\:m-20{margin:5rem}.md\:m-24{margin:6rem}.md\:m-28{margin:7rem}.md\:m-3{margin:.75rem}.md\:m-3\.5{margin:.875rem}.md\:m-32{margin:8rem}.md\:m-36{margin:9rem}.md\:m-4{margin:1rem}.md\:m-40{margin:10rem}.md\:m-44{margin:11rem}.md\:m-48{margin:12rem}.md\:m-5{margin:1.25rem}.md\:m-52{margin:13rem}.md\:m-56{margin:14rem}.md\:m-6{margin:1.5rem}.md\:m-60{margin:15rem}.md\:m-64{margin:16rem}.md\:m-7{margin:1.75rem}.md\:m-72{margin:18rem}.md\:m-8{margin:2rem}.md\:m-80{margin:20rem}.md\:m-9{margin:2.25rem}.md\:m-96{margin:24rem}.md\:m-auto{margin:auto}.md\:m-px{margin:1px}.md\:mx-0{margin-left:0;margin-right:0}.md\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.md\:mx-1{margin-left:.25rem;margin-right:.25rem}.md\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.md\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.md\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.md\:mx-12{margin-left:3rem;margin-right:3rem}.md\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.md\:mx-16{margin-left:4rem;margin-right:4rem}.md\:mx-2{margin-left:.5rem;margin-right:.5rem}.md\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.md\:mx-20{margin-left:5rem;margin-right:5rem}.md\:mx-24{margin-left:6rem;margin-right:6rem}.md\:mx-28{margin-left:7rem;margin-right:7rem}.md\:mx-3{margin-left:.75rem;margin-right:.75rem}.md\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.md\:mx-32{margin-left:8rem;margin-right:8rem}.md\:mx-36{margin-left:9rem;margin-right:9rem}.md\:mx-4{margin-left:1rem;margin-right:1rem}.md\:mx-40{margin-left:10rem;margin-right:10rem}.md\:mx-44{margin-left:11rem;margin-right:11rem}.md\:mx-48{margin-left:12rem;margin-right:12rem}.md\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.md\:mx-52{margin-left:13rem;margin-right:13rem}.md\:mx-56{margin-left:14rem;margin-right:14rem}.md\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.md\:mx-60{margin-left:15rem;margin-right:15rem}.md\:mx-64{margin-left:16rem;margin-right:16rem}.md\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.md\:mx-72{margin-left:18rem;margin-right:18rem}.md\:mx-8{margin-left:2rem;margin-right:2rem}.md\:mx-80{margin-left:20rem;margin-right:20rem}.md\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.md\:mx-96{margin-left:24rem;margin-right:24rem}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:mx-px{margin-left:1px;margin-right:1px}.md\:my-0{margin-top:0;margin-bottom:0}.md\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.md\:my-1{margin-top:.25rem;margin-bottom:.25rem}.md\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.md\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.md\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.md\:my-12{margin-top:3rem;margin-bottom:3rem}.md\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.md\:my-16{margin-top:4rem;margin-bottom:4rem}.md\:my-2{margin-top:.5rem;margin-bottom:.5rem}.md\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.md\:my-20{margin-top:5rem;margin-bottom:5rem}.md\:my-24{margin-top:6rem;margin-bottom:6rem}.md\:my-28{margin-top:7rem;margin-bottom:7rem}.md\:my-3{margin-top:.75rem;margin-bottom:.75rem}.md\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.md\:my-32{margin-top:8rem;margin-bottom:8rem}.md\:my-36{margin-top:9rem;margin-bottom:9rem}.md\:my-4{margin-top:1rem;margin-bottom:1rem}.md\:my-40{margin-top:10rem;margin-bottom:10rem}.md\:my-44{margin-top:11rem;margin-bottom:11rem}.md\:my-48{margin-top:12rem;margin-bottom:12rem}.md\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.md\:my-52{margin-top:13rem;margin-bottom:13rem}.md\:my-56{margin-top:14rem;margin-bottom:14rem}.md\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.md\:my-60{margin-top:15rem;margin-bottom:15rem}.md\:my-64{margin-top:16rem;margin-bottom:16rem}.md\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.md\:my-72{margin-top:18rem;margin-bottom:18rem}.md\:my-8{margin-top:2rem;margin-bottom:2rem}.md\:my-80{margin-top:20rem;margin-bottom:20rem}.md\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.md\:my-96{margin-top:24rem;margin-bottom:24rem}.md\:my-auto{margin-top:auto;margin-bottom:auto}.md\:my-px{margin-top:1px;margin-bottom:1px}.md\:mb-0{margin-bottom:0}.md\:mb-0\.5{margin-bottom:.125rem}.md\:mb-1{margin-bottom:.25rem}.md\:mb-1\.5{margin-bottom:.375rem}.md\:mb-10{margin-bottom:2.5rem}.md\:mb-11{margin-bottom:2.75rem}.md\:mb-12{margin-bottom:3rem}.md\:mb-14{margin-bottom:3.5rem}.md\:mb-16{margin-bottom:4rem}.md\:mb-2{margin-bottom:.5rem}.md\:mb-2\.5{margin-bottom:.625rem}.md\:mb-20{margin-bottom:5rem}.md\:mb-24{margin-bottom:6rem}.md\:mb-28{margin-bottom:7rem}.md\:mb-3{margin-bottom:.75rem}.md\:mb-3\.5{margin-bottom:.875rem}.md\:mb-32{margin-bottom:8rem}.md\:mb-36{margin-bottom:9rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-40{margin-bottom:10rem}.md\:mb-44{margin-bottom:11rem}.md\:mb-48{margin-bottom:12rem}.md\:mb-5{margin-bottom:1.25rem}.md\:mb-52{margin-bottom:13rem}.md\:mb-56{margin-bottom:14rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-60{margin-bottom:15rem}.md\:mb-64{margin-bottom:16rem}.md\:mb-7{margin-bottom:1.75rem}.md\:mb-72{margin-bottom:18rem}.md\:mb-8{margin-bottom:2rem}.md\:mb-80{margin-bottom:20rem}.md\:mb-9{margin-bottom:2.25rem}.md\:mb-96{margin-bottom:24rem}.md\:mb-auto{margin-bottom:auto}.md\:mb-px{margin-bottom:1px}.md\:me-0{margin-inline-end:0px}.md\:me-0\.5{margin-inline-end:.125rem}.md\:me-1{margin-inline-end:.25rem}.md\:me-1\.5{margin-inline-end:.375rem}.md\:me-10{margin-inline-end:2.5rem}.md\:me-11{margin-inline-end:2.75rem}.md\:me-12{margin-inline-end:3rem}.md\:me-14{margin-inline-end:3.5rem}.md\:me-16{margin-inline-end:4rem}.md\:me-2{margin-inline-end:.5rem}.md\:me-2\.5{margin-inline-end:.625rem}.md\:me-20{margin-inline-end:5rem}.md\:me-24{margin-inline-end:6rem}.md\:me-28{margin-inline-end:7rem}.md\:me-3{margin-inline-end:.75rem}.md\:me-3\.5{margin-inline-end:.875rem}.md\:me-32{margin-inline-end:8rem}.md\:me-36{margin-inline-end:9rem}.md\:me-4{margin-inline-end:1rem}.md\:me-40{margin-inline-end:10rem}.md\:me-44{margin-inline-end:11rem}.md\:me-48{margin-inline-end:12rem}.md\:me-5{margin-inline-end:1.25rem}.md\:me-52{margin-inline-end:13rem}.md\:me-56{margin-inline-end:14rem}.md\:me-6{margin-inline-end:1.5rem}.md\:me-60{margin-inline-end:15rem}.md\:me-64{margin-inline-end:16rem}.md\:me-7{margin-inline-end:1.75rem}.md\:me-72{margin-inline-end:18rem}.md\:me-8{margin-inline-end:2rem}.md\:me-80{margin-inline-end:20rem}.md\:me-9{margin-inline-end:2.25rem}.md\:me-96{margin-inline-end:24rem}.md\:me-auto{margin-inline-end:auto}.md\:me-px{margin-inline-end:1px}.md\:ml-0{margin-left:0}.md\:ml-0\.5{margin-left:.125rem}.md\:ml-1{margin-left:.25rem}.md\:ml-1\.5{margin-left:.375rem}.md\:ml-10{margin-left:2.5rem}.md\:ml-11{margin-left:2.75rem}.md\:ml-12{margin-left:3rem}.md\:ml-14{margin-left:3.5rem}.md\:ml-16{margin-left:4rem}.md\:ml-2{margin-left:.5rem}.md\:ml-2\.5{margin-left:.625rem}.md\:ml-20{margin-left:5rem}.md\:ml-24{margin-left:6rem}.md\:ml-28{margin-left:7rem}.md\:ml-3{margin-left:.75rem}.md\:ml-3\.5{margin-left:.875rem}.md\:ml-32{margin-left:8rem}.md\:ml-36{margin-left:9rem}.md\:ml-4{margin-left:1rem}.md\:ml-40{margin-left:10rem}.md\:ml-44{margin-left:11rem}.md\:ml-48{margin-left:12rem}.md\:ml-5{margin-left:1.25rem}.md\:ml-52{margin-left:13rem}.md\:ml-56{margin-left:14rem}.md\:ml-6{margin-left:1.5rem}.md\:ml-60{margin-left:15rem}.md\:ml-64{margin-left:16rem}.md\:ml-7{margin-left:1.75rem}.md\:ml-72{margin-left:18rem}.md\:ml-8{margin-left:2rem}.md\:ml-80{margin-left:20rem}.md\:ml-9{margin-left:2.25rem}.md\:ml-96{margin-left:24rem}.md\:ml-auto{margin-left:auto}.md\:ml-px{margin-left:1px}.md\:mr-0{margin-right:0}.md\:mr-0\.5{margin-right:.125rem}.md\:mr-1{margin-right:.25rem}.md\:mr-1\.5{margin-right:.375rem}.md\:mr-10{margin-right:2.5rem}.md\:mr-11{margin-right:2.75rem}.md\:mr-12{margin-right:3rem}.md\:mr-14{margin-right:3.5rem}.md\:mr-16{margin-right:4rem}.md\:mr-2{margin-right:.5rem}.md\:mr-2\.5{margin-right:.625rem}.md\:mr-20{margin-right:5rem}.md\:mr-24{margin-right:6rem}.md\:mr-28{margin-right:7rem}.md\:mr-3{margin-right:.75rem}.md\:mr-3\.5{margin-right:.875rem}.md\:mr-32{margin-right:8rem}.md\:mr-36{margin-right:9rem}.md\:mr-4{margin-right:1rem}.md\:mr-40{margin-right:10rem}.md\:mr-44{margin-right:11rem}.md\:mr-48{margin-right:12rem}.md\:mr-5{margin-right:1.25rem}.md\:mr-52{margin-right:13rem}.md\:mr-56{margin-right:14rem}.md\:mr-6{margin-right:1.5rem}.md\:mr-60{margin-right:15rem}.md\:mr-64{margin-right:16rem}.md\:mr-7{margin-right:1.75rem}.md\:mr-72{margin-right:18rem}.md\:mr-8{margin-right:2rem}.md\:mr-80{margin-right:20rem}.md\:mr-9{margin-right:2.25rem}.md\:mr-96{margin-right:24rem}.md\:mr-auto{margin-right:auto}.md\:mr-px{margin-right:1px}.md\:ms-0{margin-inline-start:0px}.md\:ms-0\.5{margin-inline-start:.125rem}.md\:ms-1{margin-inline-start:.25rem}.md\:ms-1\.5{margin-inline-start:.375rem}.md\:ms-10{margin-inline-start:2.5rem}.md\:ms-11{margin-inline-start:2.75rem}.md\:ms-12{margin-inline-start:3rem}.md\:ms-14{margin-inline-start:3.5rem}.md\:ms-16{margin-inline-start:4rem}.md\:ms-2{margin-inline-start:.5rem}.md\:ms-2\.5{margin-inline-start:.625rem}.md\:ms-20{margin-inline-start:5rem}.md\:ms-24{margin-inline-start:6rem}.md\:ms-28{margin-inline-start:7rem}.md\:ms-3{margin-inline-start:.75rem}.md\:ms-3\.5{margin-inline-start:.875rem}.md\:ms-32{margin-inline-start:8rem}.md\:ms-36{margin-inline-start:9rem}.md\:ms-4{margin-inline-start:1rem}.md\:ms-40{margin-inline-start:10rem}.md\:ms-44{margin-inline-start:11rem}.md\:ms-48{margin-inline-start:12rem}.md\:ms-5{margin-inline-start:1.25rem}.md\:ms-52{margin-inline-start:13rem}.md\:ms-56{margin-inline-start:14rem}.md\:ms-6{margin-inline-start:1.5rem}.md\:ms-60{margin-inline-start:15rem}.md\:ms-64{margin-inline-start:16rem}.md\:ms-7{margin-inline-start:1.75rem}.md\:ms-72{margin-inline-start:18rem}.md\:ms-8{margin-inline-start:2rem}.md\:ms-80{margin-inline-start:20rem}.md\:ms-9{margin-inline-start:2.25rem}.md\:ms-96{margin-inline-start:24rem}.md\:ms-auto{margin-inline-start:auto}.md\:ms-px{margin-inline-start:1px}.md\:mt-0{margin-top:0}.md\:mt-0\.5{margin-top:.125rem}.md\:mt-1{margin-top:.25rem}.md\:mt-1\.5{margin-top:.375rem}.md\:mt-10{margin-top:2.5rem}.md\:mt-11{margin-top:2.75rem}.md\:mt-12{margin-top:3rem}.md\:mt-14{margin-top:3.5rem}.md\:mt-16{margin-top:4rem}.md\:mt-2{margin-top:.5rem}.md\:mt-2\.5{margin-top:.625rem}.md\:mt-20{margin-top:5rem}.md\:mt-24{margin-top:6rem}.md\:mt-28{margin-top:7rem}.md\:mt-3{margin-top:.75rem}.md\:mt-3\.5{margin-top:.875rem}.md\:mt-32{margin-top:8rem}.md\:mt-36{margin-top:9rem}.md\:mt-4{margin-top:1rem}.md\:mt-40{margin-top:10rem}.md\:mt-44{margin-top:11rem}.md\:mt-48{margin-top:12rem}.md\:mt-5{margin-top:1.25rem}.md\:mt-52{margin-top:13rem}.md\:mt-56{margin-top:14rem}.md\:mt-6{margin-top:1.5rem}.md\:mt-60{margin-top:15rem}.md\:mt-64{margin-top:16rem}.md\:mt-7{margin-top:1.75rem}.md\:mt-72{margin-top:18rem}.md\:mt-8{margin-top:2rem}.md\:mt-80{margin-top:20rem}.md\:mt-9{margin-top:2.25rem}.md\:mt-96{margin-top:24rem}.md\:mt-auto{margin-top:auto}.md\:mt-px{margin-top:1px}.md\:h-64{height:16rem}.md\:h-full{height:100%}.md\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.md\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.md\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.md\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.md\:gap-4{gap:1rem}.md\:p-3{padding:.75rem}.md\:p-7{padding:1.75rem}.md\:pt-10{padding-top:2.5rem}}@media (min-width: 1024px){.lg\:m-0{margin:0}.lg\:m-0\.5{margin:.125rem}.lg\:m-1{margin:.25rem}.lg\:m-1\.5{margin:.375rem}.lg\:m-10{margin:2.5rem}.lg\:m-11{margin:2.75rem}.lg\:m-12{margin:3rem}.lg\:m-14{margin:3.5rem}.lg\:m-16{margin:4rem}.lg\:m-2{margin:.5rem}.lg\:m-2\.5{margin:.625rem}.lg\:m-20{margin:5rem}.lg\:m-24{margin:6rem}.lg\:m-28{margin:7rem}.lg\:m-3{margin:.75rem}.lg\:m-3\.5{margin:.875rem}.lg\:m-32{margin:8rem}.lg\:m-36{margin:9rem}.lg\:m-4{margin:1rem}.lg\:m-40{margin:10rem}.lg\:m-44{margin:11rem}.lg\:m-48{margin:12rem}.lg\:m-5{margin:1.25rem}.lg\:m-52{margin:13rem}.lg\:m-56{margin:14rem}.lg\:m-6{margin:1.5rem}.lg\:m-60{margin:15rem}.lg\:m-64{margin:16rem}.lg\:m-7{margin:1.75rem}.lg\:m-72{margin:18rem}.lg\:m-8{margin:2rem}.lg\:m-80{margin:20rem}.lg\:m-9{margin:2.25rem}.lg\:m-96{margin:24rem}.lg\:m-auto{margin:auto}.lg\:m-px{margin:1px}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.lg\:mx-1{margin-left:.25rem;margin-right:.25rem}.lg\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.lg\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.lg\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.lg\:mx-12{margin-left:3rem;margin-right:3rem}.lg\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.lg\:mx-16{margin-left:4rem;margin-right:4rem}.lg\:mx-2{margin-left:.5rem;margin-right:.5rem}.lg\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.lg\:mx-20{margin-left:5rem;margin-right:5rem}.lg\:mx-24{margin-left:6rem;margin-right:6rem}.lg\:mx-28{margin-left:7rem;margin-right:7rem}.lg\:mx-3{margin-left:.75rem;margin-right:.75rem}.lg\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.lg\:mx-32{margin-left:8rem;margin-right:8rem}.lg\:mx-36{margin-left:9rem;margin-right:9rem}.lg\:mx-4{margin-left:1rem;margin-right:1rem}.lg\:mx-40{margin-left:10rem;margin-right:10rem}.lg\:mx-44{margin-left:11rem;margin-right:11rem}.lg\:mx-48{margin-left:12rem;margin-right:12rem}.lg\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.lg\:mx-52{margin-left:13rem;margin-right:13rem}.lg\:mx-56{margin-left:14rem;margin-right:14rem}.lg\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.lg\:mx-60{margin-left:15rem;margin-right:15rem}.lg\:mx-64{margin-left:16rem;margin-right:16rem}.lg\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.lg\:mx-72{margin-left:18rem;margin-right:18rem}.lg\:mx-8{margin-left:2rem;margin-right:2rem}.lg\:mx-80{margin-left:20rem;margin-right:20rem}.lg\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.lg\:mx-96{margin-left:24rem;margin-right:24rem}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:mx-px{margin-left:1px;margin-right:1px}.lg\:my-0{margin-top:0;margin-bottom:0}.lg\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.lg\:my-1{margin-top:.25rem;margin-bottom:.25rem}.lg\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.lg\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.lg\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.lg\:my-12{margin-top:3rem;margin-bottom:3rem}.lg\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.lg\:my-16{margin-top:4rem;margin-bottom:4rem}.lg\:my-2{margin-top:.5rem;margin-bottom:.5rem}.lg\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.lg\:my-20{margin-top:5rem;margin-bottom:5rem}.lg\:my-24{margin-top:6rem;margin-bottom:6rem}.lg\:my-28{margin-top:7rem;margin-bottom:7rem}.lg\:my-3{margin-top:.75rem;margin-bottom:.75rem}.lg\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.lg\:my-32{margin-top:8rem;margin-bottom:8rem}.lg\:my-36{margin-top:9rem;margin-bottom:9rem}.lg\:my-4{margin-top:1rem;margin-bottom:1rem}.lg\:my-40{margin-top:10rem;margin-bottom:10rem}.lg\:my-44{margin-top:11rem;margin-bottom:11rem}.lg\:my-48{margin-top:12rem;margin-bottom:12rem}.lg\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.lg\:my-52{margin-top:13rem;margin-bottom:13rem}.lg\:my-56{margin-top:14rem;margin-bottom:14rem}.lg\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.lg\:my-60{margin-top:15rem;margin-bottom:15rem}.lg\:my-64{margin-top:16rem;margin-bottom:16rem}.lg\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.lg\:my-72{margin-top:18rem;margin-bottom:18rem}.lg\:my-8{margin-top:2rem;margin-bottom:2rem}.lg\:my-80{margin-top:20rem;margin-bottom:20rem}.lg\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.lg\:my-96{margin-top:24rem;margin-bottom:24rem}.lg\:my-auto{margin-top:auto;margin-bottom:auto}.lg\:my-px{margin-top:1px;margin-bottom:1px}.lg\:mb-0{margin-bottom:0}.lg\:mb-0\.5{margin-bottom:.125rem}.lg\:mb-1{margin-bottom:.25rem}.lg\:mb-1\.5{margin-bottom:.375rem}.lg\:mb-10{margin-bottom:2.5rem}.lg\:mb-11{margin-bottom:2.75rem}.lg\:mb-12{margin-bottom:3rem}.lg\:mb-14{margin-bottom:3.5rem}.lg\:mb-16{margin-bottom:4rem}.lg\:mb-2{margin-bottom:.5rem}.lg\:mb-2\.5{margin-bottom:.625rem}.lg\:mb-20{margin-bottom:5rem}.lg\:mb-24{margin-bottom:6rem}.lg\:mb-28{margin-bottom:7rem}.lg\:mb-3{margin-bottom:.75rem}.lg\:mb-3\.5{margin-bottom:.875rem}.lg\:mb-32{margin-bottom:8rem}.lg\:mb-36{margin-bottom:9rem}.lg\:mb-4{margin-bottom:1rem}.lg\:mb-40{margin-bottom:10rem}.lg\:mb-44{margin-bottom:11rem}.lg\:mb-48{margin-bottom:12rem}.lg\:mb-5{margin-bottom:1.25rem}.lg\:mb-52{margin-bottom:13rem}.lg\:mb-56{margin-bottom:14rem}.lg\:mb-6{margin-bottom:1.5rem}.lg\:mb-60{margin-bottom:15rem}.lg\:mb-64{margin-bottom:16rem}.lg\:mb-7{margin-bottom:1.75rem}.lg\:mb-72{margin-bottom:18rem}.lg\:mb-8{margin-bottom:2rem}.lg\:mb-80{margin-bottom:20rem}.lg\:mb-9{margin-bottom:2.25rem}.lg\:mb-96{margin-bottom:24rem}.lg\:mb-auto{margin-bottom:auto}.lg\:mb-px{margin-bottom:1px}.lg\:me-0{margin-inline-end:0px}.lg\:me-0\.5{margin-inline-end:.125rem}.lg\:me-1{margin-inline-end:.25rem}.lg\:me-1\.5{margin-inline-end:.375rem}.lg\:me-10{margin-inline-end:2.5rem}.lg\:me-11{margin-inline-end:2.75rem}.lg\:me-12{margin-inline-end:3rem}.lg\:me-14{margin-inline-end:3.5rem}.lg\:me-16{margin-inline-end:4rem}.lg\:me-2{margin-inline-end:.5rem}.lg\:me-2\.5{margin-inline-end:.625rem}.lg\:me-20{margin-inline-end:5rem}.lg\:me-24{margin-inline-end:6rem}.lg\:me-28{margin-inline-end:7rem}.lg\:me-3{margin-inline-end:.75rem}.lg\:me-3\.5{margin-inline-end:.875rem}.lg\:me-32{margin-inline-end:8rem}.lg\:me-36{margin-inline-end:9rem}.lg\:me-4{margin-inline-end:1rem}.lg\:me-40{margin-inline-end:10rem}.lg\:me-44{margin-inline-end:11rem}.lg\:me-48{margin-inline-end:12rem}.lg\:me-5{margin-inline-end:1.25rem}.lg\:me-52{margin-inline-end:13rem}.lg\:me-56{margin-inline-end:14rem}.lg\:me-6{margin-inline-end:1.5rem}.lg\:me-60{margin-inline-end:15rem}.lg\:me-64{margin-inline-end:16rem}.lg\:me-7{margin-inline-end:1.75rem}.lg\:me-72{margin-inline-end:18rem}.lg\:me-8{margin-inline-end:2rem}.lg\:me-80{margin-inline-end:20rem}.lg\:me-9{margin-inline-end:2.25rem}.lg\:me-96{margin-inline-end:24rem}.lg\:me-auto{margin-inline-end:auto}.lg\:me-px{margin-inline-end:1px}.lg\:ml-0{margin-left:0}.lg\:ml-0\.5{margin-left:.125rem}.lg\:ml-1{margin-left:.25rem}.lg\:ml-1\.5{margin-left:.375rem}.lg\:ml-10{margin-left:2.5rem}.lg\:ml-11{margin-left:2.75rem}.lg\:ml-12{margin-left:3rem}.lg\:ml-14{margin-left:3.5rem}.lg\:ml-16{margin-left:4rem}.lg\:ml-2{margin-left:.5rem}.lg\:ml-2\.5{margin-left:.625rem}.lg\:ml-20{margin-left:5rem}.lg\:ml-24{margin-left:6rem}.lg\:ml-28{margin-left:7rem}.lg\:ml-3{margin-left:.75rem}.lg\:ml-3\.5{margin-left:.875rem}.lg\:ml-32{margin-left:8rem}.lg\:ml-36{margin-left:9rem}.lg\:ml-4{margin-left:1rem}.lg\:ml-40{margin-left:10rem}.lg\:ml-44{margin-left:11rem}.lg\:ml-48{margin-left:12rem}.lg\:ml-5{margin-left:1.25rem}.lg\:ml-52{margin-left:13rem}.lg\:ml-56{margin-left:14rem}.lg\:ml-6{margin-left:1.5rem}.lg\:ml-60{margin-left:15rem}.lg\:ml-64{margin-left:16rem}.lg\:ml-7{margin-left:1.75rem}.lg\:ml-72{margin-left:18rem}.lg\:ml-8{margin-left:2rem}.lg\:ml-80{margin-left:20rem}.lg\:ml-9{margin-left:2.25rem}.lg\:ml-96{margin-left:24rem}.lg\:ml-auto{margin-left:auto}.lg\:ml-px{margin-left:1px}.lg\:mr-0{margin-right:0}.lg\:mr-0\.5{margin-right:.125rem}.lg\:mr-1{margin-right:.25rem}.lg\:mr-1\.5{margin-right:.375rem}.lg\:mr-10{margin-right:2.5rem}.lg\:mr-11{margin-right:2.75rem}.lg\:mr-12{margin-right:3rem}.lg\:mr-14{margin-right:3.5rem}.lg\:mr-16{margin-right:4rem}.lg\:mr-2{margin-right:.5rem}.lg\:mr-2\.5{margin-right:.625rem}.lg\:mr-20{margin-right:5rem}.lg\:mr-24{margin-right:6rem}.lg\:mr-28{margin-right:7rem}.lg\:mr-3{margin-right:.75rem}.lg\:mr-3\.5{margin-right:.875rem}.lg\:mr-32{margin-right:8rem}.lg\:mr-36{margin-right:9rem}.lg\:mr-4{margin-right:1rem}.lg\:mr-40{margin-right:10rem}.lg\:mr-44{margin-right:11rem}.lg\:mr-48{margin-right:12rem}.lg\:mr-5{margin-right:1.25rem}.lg\:mr-52{margin-right:13rem}.lg\:mr-56{margin-right:14rem}.lg\:mr-6{margin-right:1.5rem}.lg\:mr-60{margin-right:15rem}.lg\:mr-64{margin-right:16rem}.lg\:mr-7{margin-right:1.75rem}.lg\:mr-72{margin-right:18rem}.lg\:mr-8{margin-right:2rem}.lg\:mr-80{margin-right:20rem}.lg\:mr-9{margin-right:2.25rem}.lg\:mr-96{margin-right:24rem}.lg\:mr-auto{margin-right:auto}.lg\:mr-px{margin-right:1px}.lg\:ms-0{margin-inline-start:0px}.lg\:ms-0\.5{margin-inline-start:.125rem}.lg\:ms-1{margin-inline-start:.25rem}.lg\:ms-1\.5{margin-inline-start:.375rem}.lg\:ms-10{margin-inline-start:2.5rem}.lg\:ms-11{margin-inline-start:2.75rem}.lg\:ms-12{margin-inline-start:3rem}.lg\:ms-14{margin-inline-start:3.5rem}.lg\:ms-16{margin-inline-start:4rem}.lg\:ms-2{margin-inline-start:.5rem}.lg\:ms-2\.5{margin-inline-start:.625rem}.lg\:ms-20{margin-inline-start:5rem}.lg\:ms-24{margin-inline-start:6rem}.lg\:ms-28{margin-inline-start:7rem}.lg\:ms-3{margin-inline-start:.75rem}.lg\:ms-3\.5{margin-inline-start:.875rem}.lg\:ms-32{margin-inline-start:8rem}.lg\:ms-36{margin-inline-start:9rem}.lg\:ms-4{margin-inline-start:1rem}.lg\:ms-40{margin-inline-start:10rem}.lg\:ms-44{margin-inline-start:11rem}.lg\:ms-48{margin-inline-start:12rem}.lg\:ms-5{margin-inline-start:1.25rem}.lg\:ms-52{margin-inline-start:13rem}.lg\:ms-56{margin-inline-start:14rem}.lg\:ms-6{margin-inline-start:1.5rem}.lg\:ms-60{margin-inline-start:15rem}.lg\:ms-64{margin-inline-start:16rem}.lg\:ms-7{margin-inline-start:1.75rem}.lg\:ms-72{margin-inline-start:18rem}.lg\:ms-8{margin-inline-start:2rem}.lg\:ms-80{margin-inline-start:20rem}.lg\:ms-9{margin-inline-start:2.25rem}.lg\:ms-96{margin-inline-start:24rem}.lg\:ms-auto{margin-inline-start:auto}.lg\:ms-px{margin-inline-start:1px}.lg\:mt-0{margin-top:0}.lg\:mt-0\.5{margin-top:.125rem}.lg\:mt-1{margin-top:.25rem}.lg\:mt-1\.5{margin-top:.375rem}.lg\:mt-10{margin-top:2.5rem}.lg\:mt-11{margin-top:2.75rem}.lg\:mt-12{margin-top:3rem}.lg\:mt-14{margin-top:3.5rem}.lg\:mt-16{margin-top:4rem}.lg\:mt-2{margin-top:.5rem}.lg\:mt-2\.5{margin-top:.625rem}.lg\:mt-20{margin-top:5rem}.lg\:mt-24{margin-top:6rem}.lg\:mt-28{margin-top:7rem}.lg\:mt-3{margin-top:.75rem}.lg\:mt-3\.5{margin-top:.875rem}.lg\:mt-32{margin-top:8rem}.lg\:mt-36{margin-top:9rem}.lg\:mt-4{margin-top:1rem}.lg\:mt-40{margin-top:10rem}.lg\:mt-44{margin-top:11rem}.lg\:mt-48{margin-top:12rem}.lg\:mt-5{margin-top:1.25rem}.lg\:mt-52{margin-top:13rem}.lg\:mt-56{margin-top:14rem}.lg\:mt-6{margin-top:1.5rem}.lg\:mt-60{margin-top:15rem}.lg\:mt-64{margin-top:16rem}.lg\:mt-7{margin-top:1.75rem}.lg\:mt-72{margin-top:18rem}.lg\:mt-8{margin-top:2rem}.lg\:mt-80{margin-top:20rem}.lg\:mt-9{margin-top:2.25rem}.lg\:mt-96{margin-top:24rem}.lg\:mt-auto{margin-top:auto}.lg\:mt-px{margin-top:1px}.lg\:hidden{display:none}.lg\:h-36{height:9rem}.lg\:w-3\/12{width:25%}.lg\:w-9\/12{width:75%}.lg\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.lg\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.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\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.lg\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:justify-between{justify-content:space-between}.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (min-width: 1280px){.xl\:m-0{margin:0}.xl\:m-0\.5{margin:.125rem}.xl\:m-1{margin:.25rem}.xl\:m-1\.5{margin:.375rem}.xl\:m-10{margin:2.5rem}.xl\:m-11{margin:2.75rem}.xl\:m-12{margin:3rem}.xl\:m-14{margin:3.5rem}.xl\:m-16{margin:4rem}.xl\:m-2{margin:.5rem}.xl\:m-2\.5{margin:.625rem}.xl\:m-20{margin:5rem}.xl\:m-24{margin:6rem}.xl\:m-28{margin:7rem}.xl\:m-3{margin:.75rem}.xl\:m-3\.5{margin:.875rem}.xl\:m-32{margin:8rem}.xl\:m-36{margin:9rem}.xl\:m-4{margin:1rem}.xl\:m-40{margin:10rem}.xl\:m-44{margin:11rem}.xl\:m-48{margin:12rem}.xl\:m-5{margin:1.25rem}.xl\:m-52{margin:13rem}.xl\:m-56{margin:14rem}.xl\:m-6{margin:1.5rem}.xl\:m-60{margin:15rem}.xl\:m-64{margin:16rem}.xl\:m-7{margin:1.75rem}.xl\:m-72{margin:18rem}.xl\:m-8{margin:2rem}.xl\:m-80{margin:20rem}.xl\:m-9{margin:2.25rem}.xl\:m-96{margin:24rem}.xl\:m-auto{margin:auto}.xl\:m-px{margin:1px}.xl\:mx-0{margin-left:0;margin-right:0}.xl\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.xl\:mx-1{margin-left:.25rem;margin-right:.25rem}.xl\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.xl\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.xl\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.xl\:mx-12{margin-left:3rem;margin-right:3rem}.xl\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.xl\:mx-16{margin-left:4rem;margin-right:4rem}.xl\:mx-2{margin-left:.5rem;margin-right:.5rem}.xl\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.xl\:mx-20{margin-left:5rem;margin-right:5rem}.xl\:mx-24{margin-left:6rem;margin-right:6rem}.xl\:mx-28{margin-left:7rem;margin-right:7rem}.xl\:mx-3{margin-left:.75rem;margin-right:.75rem}.xl\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.xl\:mx-32{margin-left:8rem;margin-right:8rem}.xl\:mx-36{margin-left:9rem;margin-right:9rem}.xl\:mx-4{margin-left:1rem;margin-right:1rem}.xl\:mx-40{margin-left:10rem;margin-right:10rem}.xl\:mx-44{margin-left:11rem;margin-right:11rem}.xl\:mx-48{margin-left:12rem;margin-right:12rem}.xl\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.xl\:mx-52{margin-left:13rem;margin-right:13rem}.xl\:mx-56{margin-left:14rem;margin-right:14rem}.xl\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.xl\:mx-60{margin-left:15rem;margin-right:15rem}.xl\:mx-64{margin-left:16rem;margin-right:16rem}.xl\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.xl\:mx-72{margin-left:18rem;margin-right:18rem}.xl\:mx-8{margin-left:2rem;margin-right:2rem}.xl\:mx-80{margin-left:20rem;margin-right:20rem}.xl\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.xl\:mx-96{margin-left:24rem;margin-right:24rem}.xl\:mx-auto{margin-left:auto;margin-right:auto}.xl\:mx-px{margin-left:1px;margin-right:1px}.xl\:my-0{margin-top:0;margin-bottom:0}.xl\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.xl\:my-1{margin-top:.25rem;margin-bottom:.25rem}.xl\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.xl\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.xl\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.xl\:my-12{margin-top:3rem;margin-bottom:3rem}.xl\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.xl\:my-16{margin-top:4rem;margin-bottom:4rem}.xl\:my-2{margin-top:.5rem;margin-bottom:.5rem}.xl\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.xl\:my-20{margin-top:5rem;margin-bottom:5rem}.xl\:my-24{margin-top:6rem;margin-bottom:6rem}.xl\:my-28{margin-top:7rem;margin-bottom:7rem}.xl\:my-3{margin-top:.75rem;margin-bottom:.75rem}.xl\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.xl\:my-32{margin-top:8rem;margin-bottom:8rem}.xl\:my-36{margin-top:9rem;margin-bottom:9rem}.xl\:my-4{margin-top:1rem;margin-bottom:1rem}.xl\:my-40{margin-top:10rem;margin-bottom:10rem}.xl\:my-44{margin-top:11rem;margin-bottom:11rem}.xl\:my-48{margin-top:12rem;margin-bottom:12rem}.xl\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.xl\:my-52{margin-top:13rem;margin-bottom:13rem}.xl\:my-56{margin-top:14rem;margin-bottom:14rem}.xl\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.xl\:my-60{margin-top:15rem;margin-bottom:15rem}.xl\:my-64{margin-top:16rem;margin-bottom:16rem}.xl\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.xl\:my-72{margin-top:18rem;margin-bottom:18rem}.xl\:my-8{margin-top:2rem;margin-bottom:2rem}.xl\:my-80{margin-top:20rem;margin-bottom:20rem}.xl\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.xl\:my-96{margin-top:24rem;margin-bottom:24rem}.xl\:my-auto{margin-top:auto;margin-bottom:auto}.xl\:my-px{margin-top:1px;margin-bottom:1px}.xl\:mb-0{margin-bottom:0}.xl\:mb-0\.5{margin-bottom:.125rem}.xl\:mb-1{margin-bottom:.25rem}.xl\:mb-1\.5{margin-bottom:.375rem}.xl\:mb-10{margin-bottom:2.5rem}.xl\:mb-11{margin-bottom:2.75rem}.xl\:mb-12{margin-bottom:3rem}.xl\:mb-14{margin-bottom:3.5rem}.xl\:mb-16{margin-bottom:4rem}.xl\:mb-2{margin-bottom:.5rem}.xl\:mb-2\.5{margin-bottom:.625rem}.xl\:mb-20{margin-bottom:5rem}.xl\:mb-24{margin-bottom:6rem}.xl\:mb-28{margin-bottom:7rem}.xl\:mb-3{margin-bottom:.75rem}.xl\:mb-3\.5{margin-bottom:.875rem}.xl\:mb-32{margin-bottom:8rem}.xl\:mb-36{margin-bottom:9rem}.xl\:mb-4{margin-bottom:1rem}.xl\:mb-40{margin-bottom:10rem}.xl\:mb-44{margin-bottom:11rem}.xl\:mb-48{margin-bottom:12rem}.xl\:mb-5{margin-bottom:1.25rem}.xl\:mb-52{margin-bottom:13rem}.xl\:mb-56{margin-bottom:14rem}.xl\:mb-6{margin-bottom:1.5rem}.xl\:mb-60{margin-bottom:15rem}.xl\:mb-64{margin-bottom:16rem}.xl\:mb-7{margin-bottom:1.75rem}.xl\:mb-72{margin-bottom:18rem}.xl\:mb-8{margin-bottom:2rem}.xl\:mb-80{margin-bottom:20rem}.xl\:mb-9{margin-bottom:2.25rem}.xl\:mb-96{margin-bottom:24rem}.xl\:mb-auto{margin-bottom:auto}.xl\:mb-px{margin-bottom:1px}.xl\:me-0{margin-inline-end:0px}.xl\:me-0\.5{margin-inline-end:.125rem}.xl\:me-1{margin-inline-end:.25rem}.xl\:me-1\.5{margin-inline-end:.375rem}.xl\:me-10{margin-inline-end:2.5rem}.xl\:me-11{margin-inline-end:2.75rem}.xl\:me-12{margin-inline-end:3rem}.xl\:me-14{margin-inline-end:3.5rem}.xl\:me-16{margin-inline-end:4rem}.xl\:me-2{margin-inline-end:.5rem}.xl\:me-2\.5{margin-inline-end:.625rem}.xl\:me-20{margin-inline-end:5rem}.xl\:me-24{margin-inline-end:6rem}.xl\:me-28{margin-inline-end:7rem}.xl\:me-3{margin-inline-end:.75rem}.xl\:me-3\.5{margin-inline-end:.875rem}.xl\:me-32{margin-inline-end:8rem}.xl\:me-36{margin-inline-end:9rem}.xl\:me-4{margin-inline-end:1rem}.xl\:me-40{margin-inline-end:10rem}.xl\:me-44{margin-inline-end:11rem}.xl\:me-48{margin-inline-end:12rem}.xl\:me-5{margin-inline-end:1.25rem}.xl\:me-52{margin-inline-end:13rem}.xl\:me-56{margin-inline-end:14rem}.xl\:me-6{margin-inline-end:1.5rem}.xl\:me-60{margin-inline-end:15rem}.xl\:me-64{margin-inline-end:16rem}.xl\:me-7{margin-inline-end:1.75rem}.xl\:me-72{margin-inline-end:18rem}.xl\:me-8{margin-inline-end:2rem}.xl\:me-80{margin-inline-end:20rem}.xl\:me-9{margin-inline-end:2.25rem}.xl\:me-96{margin-inline-end:24rem}.xl\:me-auto{margin-inline-end:auto}.xl\:me-px{margin-inline-end:1px}.xl\:ml-0{margin-left:0}.xl\:ml-0\.5{margin-left:.125rem}.xl\:ml-1{margin-left:.25rem}.xl\:ml-1\.5{margin-left:.375rem}.xl\:ml-10{margin-left:2.5rem}.xl\:ml-11{margin-left:2.75rem}.xl\:ml-12{margin-left:3rem}.xl\:ml-14{margin-left:3.5rem}.xl\:ml-16{margin-left:4rem}.xl\:ml-2{margin-left:.5rem}.xl\:ml-2\.5{margin-left:.625rem}.xl\:ml-20{margin-left:5rem}.xl\:ml-24{margin-left:6rem}.xl\:ml-28{margin-left:7rem}.xl\:ml-3{margin-left:.75rem}.xl\:ml-3\.5{margin-left:.875rem}.xl\:ml-32{margin-left:8rem}.xl\:ml-36{margin-left:9rem}.xl\:ml-4{margin-left:1rem}.xl\:ml-40{margin-left:10rem}.xl\:ml-44{margin-left:11rem}.xl\:ml-48{margin-left:12rem}.xl\:ml-5{margin-left:1.25rem}.xl\:ml-52{margin-left:13rem}.xl\:ml-56{margin-left:14rem}.xl\:ml-6{margin-left:1.5rem}.xl\:ml-60{margin-left:15rem}.xl\:ml-64{margin-left:16rem}.xl\:ml-7{margin-left:1.75rem}.xl\:ml-72{margin-left:18rem}.xl\:ml-8{margin-left:2rem}.xl\:ml-80{margin-left:20rem}.xl\:ml-9{margin-left:2.25rem}.xl\:ml-96{margin-left:24rem}.xl\:ml-\[312px\]{margin-left:312px}.xl\:ml-auto{margin-left:auto}.xl\:ml-px{margin-left:1px}.xl\:mr-0{margin-right:0}.xl\:mr-0\.5{margin-right:.125rem}.xl\:mr-1{margin-right:.25rem}.xl\:mr-1\.5{margin-right:.375rem}.xl\:mr-10{margin-right:2.5rem}.xl\:mr-11{margin-right:2.75rem}.xl\:mr-12{margin-right:3rem}.xl\:mr-14{margin-right:3.5rem}.xl\:mr-16{margin-right:4rem}.xl\:mr-2{margin-right:.5rem}.xl\:mr-2\.5{margin-right:.625rem}.xl\:mr-20{margin-right:5rem}.xl\:mr-24{margin-right:6rem}.xl\:mr-28{margin-right:7rem}.xl\:mr-3{margin-right:.75rem}.xl\:mr-3\.5{margin-right:.875rem}.xl\:mr-32{margin-right:8rem}.xl\:mr-36{margin-right:9rem}.xl\:mr-4{margin-right:1rem}.xl\:mr-40{margin-right:10rem}.xl\:mr-44{margin-right:11rem}.xl\:mr-48{margin-right:12rem}.xl\:mr-5{margin-right:1.25rem}.xl\:mr-52{margin-right:13rem}.xl\:mr-56{margin-right:14rem}.xl\:mr-6{margin-right:1.5rem}.xl\:mr-60{margin-right:15rem}.xl\:mr-64{margin-right:16rem}.xl\:mr-7{margin-right:1.75rem}.xl\:mr-72{margin-right:18rem}.xl\:mr-8{margin-right:2rem}.xl\:mr-80{margin-right:20rem}.xl\:mr-9{margin-right:2.25rem}.xl\:mr-96{margin-right:24rem}.xl\:mr-auto{margin-right:auto}.xl\:mr-px{margin-right:1px}.xl\:ms-0{margin-inline-start:0px}.xl\:ms-0\.5{margin-inline-start:.125rem}.xl\:ms-1{margin-inline-start:.25rem}.xl\:ms-1\.5{margin-inline-start:.375rem}.xl\:ms-10{margin-inline-start:2.5rem}.xl\:ms-11{margin-inline-start:2.75rem}.xl\:ms-12{margin-inline-start:3rem}.xl\:ms-14{margin-inline-start:3.5rem}.xl\:ms-16{margin-inline-start:4rem}.xl\:ms-2{margin-inline-start:.5rem}.xl\:ms-2\.5{margin-inline-start:.625rem}.xl\:ms-20{margin-inline-start:5rem}.xl\:ms-24{margin-inline-start:6rem}.xl\:ms-28{margin-inline-start:7rem}.xl\:ms-3{margin-inline-start:.75rem}.xl\:ms-3\.5{margin-inline-start:.875rem}.xl\:ms-32{margin-inline-start:8rem}.xl\:ms-36{margin-inline-start:9rem}.xl\:ms-4{margin-inline-start:1rem}.xl\:ms-40{margin-inline-start:10rem}.xl\:ms-44{margin-inline-start:11rem}.xl\:ms-48{margin-inline-start:12rem}.xl\:ms-5{margin-inline-start:1.25rem}.xl\:ms-52{margin-inline-start:13rem}.xl\:ms-56{margin-inline-start:14rem}.xl\:ms-6{margin-inline-start:1.5rem}.xl\:ms-60{margin-inline-start:15rem}.xl\:ms-64{margin-inline-start:16rem}.xl\:ms-7{margin-inline-start:1.75rem}.xl\:ms-72{margin-inline-start:18rem}.xl\:ms-8{margin-inline-start:2rem}.xl\:ms-80{margin-inline-start:20rem}.xl\:ms-9{margin-inline-start:2.25rem}.xl\:ms-96{margin-inline-start:24rem}.xl\:ms-auto{margin-inline-start:auto}.xl\:ms-px{margin-inline-start:1px}.xl\:mt-0{margin-top:0}.xl\:mt-0\.5{margin-top:.125rem}.xl\:mt-1{margin-top:.25rem}.xl\:mt-1\.5{margin-top:.375rem}.xl\:mt-10{margin-top:2.5rem}.xl\:mt-11{margin-top:2.75rem}.xl\:mt-12{margin-top:3rem}.xl\:mt-14{margin-top:3.5rem}.xl\:mt-16{margin-top:4rem}.xl\:mt-2{margin-top:.5rem}.xl\:mt-2\.5{margin-top:.625rem}.xl\:mt-20{margin-top:5rem}.xl\:mt-24{margin-top:6rem}.xl\:mt-28{margin-top:7rem}.xl\:mt-3{margin-top:.75rem}.xl\:mt-3\.5{margin-top:.875rem}.xl\:mt-32{margin-top:8rem}.xl\:mt-36{margin-top:9rem}.xl\:mt-4{margin-top:1rem}.xl\:mt-40{margin-top:10rem}.xl\:mt-44{margin-top:11rem}.xl\:mt-48{margin-top:12rem}.xl\:mt-5{margin-top:1.25rem}.xl\:mt-52{margin-top:13rem}.xl\:mt-56{margin-top:14rem}.xl\:mt-6{margin-top:1.5rem}.xl\:mt-60{margin-top:15rem}.xl\:mt-64{margin-top:16rem}.xl\:mt-7{margin-top:1.75rem}.xl\:mt-72{margin-top:18rem}.xl\:mt-8{margin-top:2rem}.xl\:mt-80{margin-top:20rem}.xl\:mt-9{margin-top:2.25rem}.xl\:mt-96{margin-top:24rem}.xl\:mt-auto{margin-top:auto}.xl\:mt-px{margin-top:1px}.xl\:block{display:block}.xl\:hidden{display:none}.xl\:h-36{height:9rem}.xl\:p-4{padding:1rem}.xl\:p-8{padding:2rem}}@media (min-width: 1536px){.\32xl\:m-0{margin:0}.\32xl\:m-0\.5{margin:.125rem}.\32xl\:m-1{margin:.25rem}.\32xl\:m-1\.5{margin:.375rem}.\32xl\:m-10{margin:2.5rem}.\32xl\:m-11{margin:2.75rem}.\32xl\:m-12{margin:3rem}.\32xl\:m-14{margin:3.5rem}.\32xl\:m-16{margin:4rem}.\32xl\:m-2{margin:.5rem}.\32xl\:m-2\.5{margin:.625rem}.\32xl\:m-20{margin:5rem}.\32xl\:m-24{margin:6rem}.\32xl\:m-28{margin:7rem}.\32xl\:m-3{margin:.75rem}.\32xl\:m-3\.5{margin:.875rem}.\32xl\:m-32{margin:8rem}.\32xl\:m-36{margin:9rem}.\32xl\:m-4{margin:1rem}.\32xl\:m-40{margin:10rem}.\32xl\:m-44{margin:11rem}.\32xl\:m-48{margin:12rem}.\32xl\:m-5{margin:1.25rem}.\32xl\:m-52{margin:13rem}.\32xl\:m-56{margin:14rem}.\32xl\:m-6{margin:1.5rem}.\32xl\:m-60{margin:15rem}.\32xl\:m-64{margin:16rem}.\32xl\:m-7{margin:1.75rem}.\32xl\:m-72{margin:18rem}.\32xl\:m-8{margin:2rem}.\32xl\:m-80{margin:20rem}.\32xl\:m-9{margin:2.25rem}.\32xl\:m-96{margin:24rem}.\32xl\:m-auto{margin:auto}.\32xl\:m-px{margin:1px}.\32xl\:mx-0{margin-left:0;margin-right:0}.\32xl\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.\32xl\:mx-1{margin-left:.25rem;margin-right:.25rem}.\32xl\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.\32xl\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.\32xl\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.\32xl\:mx-12{margin-left:3rem;margin-right:3rem}.\32xl\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.\32xl\:mx-16{margin-left:4rem;margin-right:4rem}.\32xl\:mx-2{margin-left:.5rem;margin-right:.5rem}.\32xl\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.\32xl\:mx-20{margin-left:5rem;margin-right:5rem}.\32xl\:mx-24{margin-left:6rem;margin-right:6rem}.\32xl\:mx-28{margin-left:7rem;margin-right:7rem}.\32xl\:mx-3{margin-left:.75rem;margin-right:.75rem}.\32xl\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.\32xl\:mx-32{margin-left:8rem;margin-right:8rem}.\32xl\:mx-36{margin-left:9rem;margin-right:9rem}.\32xl\:mx-4{margin-left:1rem;margin-right:1rem}.\32xl\:mx-40{margin-left:10rem;margin-right:10rem}.\32xl\:mx-44{margin-left:11rem;margin-right:11rem}.\32xl\:mx-48{margin-left:12rem;margin-right:12rem}.\32xl\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.\32xl\:mx-52{margin-left:13rem;margin-right:13rem}.\32xl\:mx-56{margin-left:14rem;margin-right:14rem}.\32xl\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.\32xl\:mx-60{margin-left:15rem;margin-right:15rem}.\32xl\:mx-64{margin-left:16rem;margin-right:16rem}.\32xl\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.\32xl\:mx-72{margin-left:18rem;margin-right:18rem}.\32xl\:mx-8{margin-left:2rem;margin-right:2rem}.\32xl\:mx-80{margin-left:20rem;margin-right:20rem}.\32xl\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.\32xl\:mx-96{margin-left:24rem;margin-right:24rem}.\32xl\:mx-auto{margin-left:auto;margin-right:auto}.\32xl\:mx-px{margin-left:1px;margin-right:1px}.\32xl\:my-0{margin-top:0;margin-bottom:0}.\32xl\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.\32xl\:my-1{margin-top:.25rem;margin-bottom:.25rem}.\32xl\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.\32xl\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.\32xl\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.\32xl\:my-12{margin-top:3rem;margin-bottom:3rem}.\32xl\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.\32xl\:my-16{margin-top:4rem;margin-bottom:4rem}.\32xl\:my-2{margin-top:.5rem;margin-bottom:.5rem}.\32xl\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.\32xl\:my-20{margin-top:5rem;margin-bottom:5rem}.\32xl\:my-24{margin-top:6rem;margin-bottom:6rem}.\32xl\:my-28{margin-top:7rem;margin-bottom:7rem}.\32xl\:my-3{margin-top:.75rem;margin-bottom:.75rem}.\32xl\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.\32xl\:my-32{margin-top:8rem;margin-bottom:8rem}.\32xl\:my-36{margin-top:9rem;margin-bottom:9rem}.\32xl\:my-4{margin-top:1rem;margin-bottom:1rem}.\32xl\:my-40{margin-top:10rem;margin-bottom:10rem}.\32xl\:my-44{margin-top:11rem;margin-bottom:11rem}.\32xl\:my-48{margin-top:12rem;margin-bottom:12rem}.\32xl\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.\32xl\:my-52{margin-top:13rem;margin-bottom:13rem}.\32xl\:my-56{margin-top:14rem;margin-bottom:14rem}.\32xl\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.\32xl\:my-60{margin-top:15rem;margin-bottom:15rem}.\32xl\:my-64{margin-top:16rem;margin-bottom:16rem}.\32xl\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.\32xl\:my-72{margin-top:18rem;margin-bottom:18rem}.\32xl\:my-8{margin-top:2rem;margin-bottom:2rem}.\32xl\:my-80{margin-top:20rem;margin-bottom:20rem}.\32xl\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.\32xl\:my-96{margin-top:24rem;margin-bottom:24rem}.\32xl\:my-auto{margin-top:auto;margin-bottom:auto}.\32xl\:my-px{margin-top:1px;margin-bottom:1px}.\32xl\:mb-0{margin-bottom:0}.\32xl\:mb-0\.5{margin-bottom:.125rem}.\32xl\:mb-1{margin-bottom:.25rem}.\32xl\:mb-1\.5{margin-bottom:.375rem}.\32xl\:mb-10{margin-bottom:2.5rem}.\32xl\:mb-11{margin-bottom:2.75rem}.\32xl\:mb-12{margin-bottom:3rem}.\32xl\:mb-14{margin-bottom:3.5rem}.\32xl\:mb-16{margin-bottom:4rem}.\32xl\:mb-2{margin-bottom:.5rem}.\32xl\:mb-2\.5{margin-bottom:.625rem}.\32xl\:mb-20{margin-bottom:5rem}.\32xl\:mb-24{margin-bottom:6rem}.\32xl\:mb-28{margin-bottom:7rem}.\32xl\:mb-3{margin-bottom:.75rem}.\32xl\:mb-3\.5{margin-bottom:.875rem}.\32xl\:mb-32{margin-bottom:8rem}.\32xl\:mb-36{margin-bottom:9rem}.\32xl\:mb-4{margin-bottom:1rem}.\32xl\:mb-40{margin-bottom:10rem}.\32xl\:mb-44{margin-bottom:11rem}.\32xl\:mb-48{margin-bottom:12rem}.\32xl\:mb-5{margin-bottom:1.25rem}.\32xl\:mb-52{margin-bottom:13rem}.\32xl\:mb-56{margin-bottom:14rem}.\32xl\:mb-6{margin-bottom:1.5rem}.\32xl\:mb-60{margin-bottom:15rem}.\32xl\:mb-64{margin-bottom:16rem}.\32xl\:mb-7{margin-bottom:1.75rem}.\32xl\:mb-72{margin-bottom:18rem}.\32xl\:mb-8{margin-bottom:2rem}.\32xl\:mb-80{margin-bottom:20rem}.\32xl\:mb-9{margin-bottom:2.25rem}.\32xl\:mb-96{margin-bottom:24rem}.\32xl\:mb-auto{margin-bottom:auto}.\32xl\:mb-px{margin-bottom:1px}.\32xl\:me-0{margin-inline-end:0px}.\32xl\:me-0\.5{margin-inline-end:.125rem}.\32xl\:me-1{margin-inline-end:.25rem}.\32xl\:me-1\.5{margin-inline-end:.375rem}.\32xl\:me-10{margin-inline-end:2.5rem}.\32xl\:me-11{margin-inline-end:2.75rem}.\32xl\:me-12{margin-inline-end:3rem}.\32xl\:me-14{margin-inline-end:3.5rem}.\32xl\:me-16{margin-inline-end:4rem}.\32xl\:me-2{margin-inline-end:.5rem}.\32xl\:me-2\.5{margin-inline-end:.625rem}.\32xl\:me-20{margin-inline-end:5rem}.\32xl\:me-24{margin-inline-end:6rem}.\32xl\:me-28{margin-inline-end:7rem}.\32xl\:me-3{margin-inline-end:.75rem}.\32xl\:me-3\.5{margin-inline-end:.875rem}.\32xl\:me-32{margin-inline-end:8rem}.\32xl\:me-36{margin-inline-end:9rem}.\32xl\:me-4{margin-inline-end:1rem}.\32xl\:me-40{margin-inline-end:10rem}.\32xl\:me-44{margin-inline-end:11rem}.\32xl\:me-48{margin-inline-end:12rem}.\32xl\:me-5{margin-inline-end:1.25rem}.\32xl\:me-52{margin-inline-end:13rem}.\32xl\:me-56{margin-inline-end:14rem}.\32xl\:me-6{margin-inline-end:1.5rem}.\32xl\:me-60{margin-inline-end:15rem}.\32xl\:me-64{margin-inline-end:16rem}.\32xl\:me-7{margin-inline-end:1.75rem}.\32xl\:me-72{margin-inline-end:18rem}.\32xl\:me-8{margin-inline-end:2rem}.\32xl\:me-80{margin-inline-end:20rem}.\32xl\:me-9{margin-inline-end:2.25rem}.\32xl\:me-96{margin-inline-end:24rem}.\32xl\:me-auto{margin-inline-end:auto}.\32xl\:me-px{margin-inline-end:1px}.\32xl\:ml-0{margin-left:0}.\32xl\:ml-0\.5{margin-left:.125rem}.\32xl\:ml-1{margin-left:.25rem}.\32xl\:ml-1\.5{margin-left:.375rem}.\32xl\:ml-10{margin-left:2.5rem}.\32xl\:ml-11{margin-left:2.75rem}.\32xl\:ml-12{margin-left:3rem}.\32xl\:ml-14{margin-left:3.5rem}.\32xl\:ml-16{margin-left:4rem}.\32xl\:ml-2{margin-left:.5rem}.\32xl\:ml-2\.5{margin-left:.625rem}.\32xl\:ml-20{margin-left:5rem}.\32xl\:ml-24{margin-left:6rem}.\32xl\:ml-28{margin-left:7rem}.\32xl\:ml-3{margin-left:.75rem}.\32xl\:ml-3\.5{margin-left:.875rem}.\32xl\:ml-32{margin-left:8rem}.\32xl\:ml-36{margin-left:9rem}.\32xl\:ml-4{margin-left:1rem}.\32xl\:ml-40{margin-left:10rem}.\32xl\:ml-44{margin-left:11rem}.\32xl\:ml-48{margin-left:12rem}.\32xl\:ml-5{margin-left:1.25rem}.\32xl\:ml-52{margin-left:13rem}.\32xl\:ml-56{margin-left:14rem}.\32xl\:ml-6{margin-left:1.5rem}.\32xl\:ml-60{margin-left:15rem}.\32xl\:ml-64{margin-left:16rem}.\32xl\:ml-7{margin-left:1.75rem}.\32xl\:ml-72{margin-left:18rem}.\32xl\:ml-8{margin-left:2rem}.\32xl\:ml-80{margin-left:20rem}.\32xl\:ml-9{margin-left:2.25rem}.\32xl\:ml-96{margin-left:24rem}.\32xl\:ml-auto{margin-left:auto}.\32xl\:ml-px{margin-left:1px}.\32xl\:mr-0{margin-right:0}.\32xl\:mr-0\.5{margin-right:.125rem}.\32xl\:mr-1{margin-right:.25rem}.\32xl\:mr-1\.5{margin-right:.375rem}.\32xl\:mr-10{margin-right:2.5rem}.\32xl\:mr-11{margin-right:2.75rem}.\32xl\:mr-12{margin-right:3rem}.\32xl\:mr-14{margin-right:3.5rem}.\32xl\:mr-16{margin-right:4rem}.\32xl\:mr-2{margin-right:.5rem}.\32xl\:mr-2\.5{margin-right:.625rem}.\32xl\:mr-20{margin-right:5rem}.\32xl\:mr-24{margin-right:6rem}.\32xl\:mr-28{margin-right:7rem}.\32xl\:mr-3{margin-right:.75rem}.\32xl\:mr-3\.5{margin-right:.875rem}.\32xl\:mr-32{margin-right:8rem}.\32xl\:mr-36{margin-right:9rem}.\32xl\:mr-4{margin-right:1rem}.\32xl\:mr-40{margin-right:10rem}.\32xl\:mr-44{margin-right:11rem}.\32xl\:mr-48{margin-right:12rem}.\32xl\:mr-5{margin-right:1.25rem}.\32xl\:mr-52{margin-right:13rem}.\32xl\:mr-56{margin-right:14rem}.\32xl\:mr-6{margin-right:1.5rem}.\32xl\:mr-60{margin-right:15rem}.\32xl\:mr-64{margin-right:16rem}.\32xl\:mr-7{margin-right:1.75rem}.\32xl\:mr-72{margin-right:18rem}.\32xl\:mr-8{margin-right:2rem}.\32xl\:mr-80{margin-right:20rem}.\32xl\:mr-9{margin-right:2.25rem}.\32xl\:mr-96{margin-right:24rem}.\32xl\:mr-auto{margin-right:auto}.\32xl\:mr-px{margin-right:1px}.\32xl\:ms-0{margin-inline-start:0px}.\32xl\:ms-0\.5{margin-inline-start:.125rem}.\32xl\:ms-1{margin-inline-start:.25rem}.\32xl\:ms-1\.5{margin-inline-start:.375rem}.\32xl\:ms-10{margin-inline-start:2.5rem}.\32xl\:ms-11{margin-inline-start:2.75rem}.\32xl\:ms-12{margin-inline-start:3rem}.\32xl\:ms-14{margin-inline-start:3.5rem}.\32xl\:ms-16{margin-inline-start:4rem}.\32xl\:ms-2{margin-inline-start:.5rem}.\32xl\:ms-2\.5{margin-inline-start:.625rem}.\32xl\:ms-20{margin-inline-start:5rem}.\32xl\:ms-24{margin-inline-start:6rem}.\32xl\:ms-28{margin-inline-start:7rem}.\32xl\:ms-3{margin-inline-start:.75rem}.\32xl\:ms-3\.5{margin-inline-start:.875rem}.\32xl\:ms-32{margin-inline-start:8rem}.\32xl\:ms-36{margin-inline-start:9rem}.\32xl\:ms-4{margin-inline-start:1rem}.\32xl\:ms-40{margin-inline-start:10rem}.\32xl\:ms-44{margin-inline-start:11rem}.\32xl\:ms-48{margin-inline-start:12rem}.\32xl\:ms-5{margin-inline-start:1.25rem}.\32xl\:ms-52{margin-inline-start:13rem}.\32xl\:ms-56{margin-inline-start:14rem}.\32xl\:ms-6{margin-inline-start:1.5rem}.\32xl\:ms-60{margin-inline-start:15rem}.\32xl\:ms-64{margin-inline-start:16rem}.\32xl\:ms-7{margin-inline-start:1.75rem}.\32xl\:ms-72{margin-inline-start:18rem}.\32xl\:ms-8{margin-inline-start:2rem}.\32xl\:ms-80{margin-inline-start:20rem}.\32xl\:ms-9{margin-inline-start:2.25rem}.\32xl\:ms-96{margin-inline-start:24rem}.\32xl\:ms-auto{margin-inline-start:auto}.\32xl\:ms-px{margin-inline-start:1px}.\32xl\:mt-0{margin-top:0}.\32xl\:mt-0\.5{margin-top:.125rem}.\32xl\:mt-1{margin-top:.25rem}.\32xl\:mt-1\.5{margin-top:.375rem}.\32xl\:mt-10{margin-top:2.5rem}.\32xl\:mt-11{margin-top:2.75rem}.\32xl\:mt-12{margin-top:3rem}.\32xl\:mt-14{margin-top:3.5rem}.\32xl\:mt-16{margin-top:4rem}.\32xl\:mt-2{margin-top:.5rem}.\32xl\:mt-2\.5{margin-top:.625rem}.\32xl\:mt-20{margin-top:5rem}.\32xl\:mt-24{margin-top:6rem}.\32xl\:mt-28{margin-top:7rem}.\32xl\:mt-3{margin-top:.75rem}.\32xl\:mt-3\.5{margin-top:.875rem}.\32xl\:mt-32{margin-top:8rem}.\32xl\:mt-36{margin-top:9rem}.\32xl\:mt-4{margin-top:1rem}.\32xl\:mt-40{margin-top:10rem}.\32xl\:mt-44{margin-top:11rem}.\32xl\:mt-48{margin-top:12rem}.\32xl\:mt-5{margin-top:1.25rem}.\32xl\:mt-52{margin-top:13rem}.\32xl\:mt-56{margin-top:14rem}.\32xl\:mt-6{margin-top:1.5rem}.\32xl\:mt-60{margin-top:15rem}.\32xl\:mt-64{margin-top:16rem}.\32xl\:mt-7{margin-top:1.75rem}.\32xl\:mt-72{margin-top:18rem}.\32xl\:mt-8{margin-top:2rem}.\32xl\:mt-80{margin-top:20rem}.\32xl\:mt-9{margin-top:2.25rem}.\32xl\:mt-96{margin-top:24rem}.\32xl\:mt-auto{margin-top:auto}.\32xl\:mt-px{margin-top:1px}}@media (prefers-color-scheme: dark){.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.dark\:border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.dark\:bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.dark\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.dark\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.dark\:bg-white\/10{background-color:#ffffff1a}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.dark\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.dark\:placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}.dark\:placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}.dark\:ring-offset-gray-800{--tw-ring-offset-color: #1f2937}.dark\:hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.dark\:focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.dark\:focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity))}.dark\:focus\:ring-blue-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity))}.dark\:focus\:ring-blue-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity))}}.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:1fr 99fr 1fr;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px #00000013,0 1px 2px #00000013,1px 2px 4px #00000013,1px 3px 8px #00000013,2px 4px 16px #00000013;pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{justify-content:flex-start;height:auto;margin:.5em 0 0;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}.swal2-container{display:grid;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;box-sizing:border-box;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:0 0!important}.swal2-container.swal2-bottom-start,.swal2-container.swal2-center-start,.swal2-container.swal2-top-start{grid-template-columns:minmax(0,1fr) auto auto}.swal2-container.swal2-bottom,.swal2-container.swal2-center,.swal2-container.swal2-top{grid-template-columns:auto minmax(0,1fr) auto}.swal2-container.swal2-bottom-end,.swal2-container.swal2-center-end,.swal2-container.swal2-top-end{grid-template-columns:auto auto minmax(0,1fr)}.swal2-container.swal2-top-start>.swal2-popup{align-self:start}.swal2-container.swal2-top>.swal2-popup{grid-column:2;align-self:start;justify-self:center}.swal2-container.swal2-top-end>.swal2-popup,.swal2-container.swal2-top-right>.swal2-popup{grid-column:3;align-self:start;justify-self:end}.swal2-container.swal2-center-left>.swal2-popup,.swal2-container.swal2-center-start>.swal2-popup{grid-row:2;align-self:center}.swal2-container.swal2-center>.swal2-popup{grid-column:2;grid-row:2;align-self:center;justify-self:center}.swal2-container.swal2-center-end>.swal2-popup,.swal2-container.swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;align-self:center;justify-self:end}.swal2-container.swal2-bottom-left>.swal2-popup,.swal2-container.swal2-bottom-start>.swal2-popup{grid-column:1;grid-row:3;align-self:end}.swal2-container.swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;justify-self:center;align-self:end}.swal2-container.swal2-bottom-end>.swal2-popup,.swal2-container.swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;align-self:end;justify-self:end}.swal2-container.swal2-grow-fullscreen>.swal2-popup,.swal2-container.swal2-grow-row>.swal2-popup{grid-column:1/4;width:100%}.swal2-container.swal2-grow-column>.swal2-popup,.swal2-container.swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}.swal2-container.swal2-no-transition{transition:none!important}.swal2-popup{display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:32em;max-width:100%;padding:0 0 1.25em;border:none;border-radius:5px;background:#fff;color:#545454;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-title{position:relative;max-width:100%;margin:0;padding:.8em 1em 0;color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding:0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-loader{display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 transparent #2778c4 transparent}.swal2-styled{margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px transparent;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#7066e0;color:#fff;font-size:1em}.swal2-styled.swal2-confirm:focus{box-shadow:0 0 0 3px #7066e080}.swal2-styled.swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#dc3741;color:#fff;font-size:1em}.swal2-styled.swal2-deny:focus{box-shadow:0 0 0 3px #dc374180}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#6e7881;color:#fff;font-size:1em}.swal2-styled.swal2-cancel:focus{box-shadow:0 0 0 3px #6e788180}.swal2-styled.swal2-default-outline:focus{box-shadow:0 0 0 3px #6496c880}.swal2-styled:focus{outline:0}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1em 0 0;padding:1em 1em 0;border-top:1px solid #eee;color:inherit;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:2em auto 1em}.swal2-close{z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:0 0;color:#ccc;font-family:serif;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}.swal2-close:hover{transform:none;background:0 0;color:#f27474}.swal2-close:focus{outline:0;box-shadow:inset 0 0 0 3px #6496c880}.swal2-close::-moz-focus-inner{border:0}.swal2-html-container{z-index:1;justify-content:center;margin:1em 1.6em .3em;padding:0;overflow:auto;color:inherit;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em 2em 3px}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:auto;transition:border-color .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px transparent;color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px #6496c880}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em 2em 3px;background:#fff}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-file{width:75%;margin-right:auto;margin-left:auto;background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:#fff;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{flex-shrink:0;margin:0 .4em}.swal2-input-label{display:flex;justify-content:center;margin:1em auto 0}.swal2-validation-message{align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message:before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{animation:swal2-show .3s}.swal2-hide{animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes swal2-toast-hide{to{transform:rotate(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}to{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotate(45deg);opacity:0}25%{transform:rotate(-25deg);opacity:.4}50%{transform:rotate(15deg);opacity:.8}75%{transform:rotate(-5deg);opacity:1}to{transform:rotateX(0);opacity:1}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:transparent!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px #0006}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:transparent;pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}.navigation-menu.active{display:block!important}
