@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/icon?family=Material+Icons";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500&display=swap";.ngx-datatable{display:block;overflow:hidden;justify-content:center;position:relative;transform:translateZ(0)}.ngx-datatable [hidden]{display:none!important}.ngx-datatable *,.ngx-datatable *:before,.ngx-datatable *:after{box-sizing:border-box}.ngx-datatable.scroll-vertical .datatable-body{overflow-y:auto}.ngx-datatable.scroll-vertical.virtualized .datatable-body .datatable-row-wrapper{position:absolute}.ngx-datatable.scroll-horz .datatable-body{overflow-x:auto;-webkit-overflow-scrolling:touch}.ngx-datatable.fixed-header .datatable-header .datatable-header-inner{white-space:nowrap}.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ngx-datatable.fixed-row .datatable-scroll,.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row{white-space:nowrap}.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell,.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-group-cell{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ngx-datatable .datatable-body-row,.ngx-datatable .datatable-row-center,.ngx-datatable .datatable-header-inner{display:flex;flex-direction:row;-o-flex-flow:row;flex-flow:row}.ngx-datatable .datatable-body-cell,.ngx-datatable .datatable-header-cell{overflow-x:hidden;vertical-align:top;display:inline-block;line-height:1.625}.ngx-datatable .datatable-body-cell:focus,.ngx-datatable .datatable-header-cell:focus{outline:none}.ngx-datatable .datatable-row-left,.ngx-datatable .datatable-row-right{z-index:9}.ngx-datatable .datatable-row-left,.ngx-datatable .datatable-row-center,.ngx-datatable .datatable-row-group,.ngx-datatable .datatable-row-right{position:relative}.ngx-datatable .datatable-header{display:block;overflow:hidden}.ngx-datatable .datatable-header .datatable-header-inner{align-items:stretch;-webkit-align-items:stretch}.ngx-datatable .datatable-header .datatable-header-cell{position:relative;display:inline-block}.ngx-datatable .datatable-header .datatable-header-cell.sortable .datatable-header-cell-wrapper{cursor:pointer}.ngx-datatable .datatable-header .datatable-header-cell.longpress .datatable-header-cell-wrapper{cursor:move}.ngx-datatable .datatable-header .datatable-header-cell .sort-btn{line-height:100%;vertical-align:middle;display:inline-block;cursor:pointer}.ngx-datatable .datatable-header .datatable-header-cell .resize-handle,.ngx-datatable .datatable-header .datatable-header-cell .resize-handle--not-resizable{display:inline-block;position:absolute;right:0;top:0;bottom:0;width:5px;padding:0 4px;visibility:hidden}.ngx-datatable .datatable-header .datatable-header-cell .resize-handle{cursor:ew-resize}.ngx-datatable .datatable-header .datatable-header-cell.resizeable:hover .resize-handle,.ngx-datatable .datatable-header .datatable-header-cell:hover .resize-handle--not-resizable{visibility:visible}.ngx-datatable .datatable-header .datatable-header-cell .targetMarker{position:absolute;top:0;bottom:0}.ngx-datatable .datatable-header .datatable-header-cell .targetMarker.dragFromLeft{right:0}.ngx-datatable .datatable-header .datatable-header-cell .targetMarker.dragFromRight{left:0}.ngx-datatable .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap{height:inherit}.ngx-datatable .datatable-body{position:relative;z-index:10;display:block}.ngx-datatable .datatable-body .datatable-scroll{display:inline-block}.ngx-datatable .datatable-body .datatable-row-detail{overflow-y:hidden}.ngx-datatable .datatable-body .datatable-row-wrapper{display:flex;flex-direction:column}.ngx-datatable .datatable-body .datatable-body-row{outline:none}.ngx-datatable .datatable-body .datatable-body-row>div{display:flex}.ngx-datatable .datatable-footer{display:block;width:100%;overflow:auto}.ngx-datatable .datatable-footer .datatable-footer-inner{display:flex;align-items:center;width:100%}.ngx-datatable .datatable-footer .selected-count .page-count{flex:1 1 40%}.ngx-datatable .datatable-footer .selected-count .datatable-pager{flex:1 1 60%}.ngx-datatable .datatable-footer .page-count{flex:1 1 20%}.ngx-datatable .datatable-footer .datatable-pager{flex:1 1 80%;text-align:right}.ngx-datatable .datatable-footer .datatable-pager .pager,.ngx-datatable .datatable-footer .datatable-pager .pager li{padding:0;margin:0;display:inline-block;list-style:none}.ngx-datatable .datatable-footer .datatable-pager .pager li,.ngx-datatable .datatable-footer .datatable-pager .pager li a{outline:none}.ngx-datatable .datatable-footer .datatable-pager .pager li a{cursor:pointer;display:inline-block}.ngx-datatable .datatable-footer .datatable-pager .pager li.disabled a{cursor:not-allowed}.ngx-datatable.material{background:#fff;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.ngx-datatable.material.striped .datatable-row-odd{background:#eee}.ngx-datatable.material.single-selection .datatable-body-row.active,.ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group,.ngx-datatable.material.multi-selection .datatable-body-row.active,.ngx-datatable.material.multi-selection .datatable-body-row.active .datatable-row-group,.ngx-datatable.material.multi-click-selection .datatable-body-row.active,.ngx-datatable.material.multi-click-selection .datatable-body-row.active .datatable-row-group{background-color:#304ffe;color:#fff}.ngx-datatable.material.single-selection .datatable-body-row.active:hover,.ngx-datatable.material.single-selection .datatable-body-row.active:hover .datatable-row-group,.ngx-datatable.material.multi-selection .datatable-body-row.active:hover,.ngx-datatable.material.multi-selection .datatable-body-row.active:hover .datatable-row-group,.ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover,.ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover .datatable-row-group{background-color:#193ae4;color:#fff}.ngx-datatable.material.single-selection .datatable-body-row.active:focus,.ngx-datatable.material.single-selection .datatable-body-row.active:focus .datatable-row-group,.ngx-datatable.material.multi-selection .datatable-body-row.active:focus,.ngx-datatable.material.multi-selection .datatable-body-row.active:focus .datatable-row-group,.ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus,.ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus .datatable-row-group{background-color:#2041ef;color:#fff}.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group{background-color:#eee;transition-property:background;transition-duration:.3s;transition-timing-function:linear}.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus,.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus .datatable-row-group{background-color:#ddd}.ngx-datatable.material.cell-selection .datatable-body-cell:hover,.ngx-datatable.material.cell-selection .datatable-body-cell:hover .datatable-row-group{background-color:#eee;transition-property:background;transition-duration:.3s;transition-timing-function:linear}.ngx-datatable.material.cell-selection .datatable-body-cell:focus,.ngx-datatable.material.cell-selection .datatable-body-cell:focus .datatable-row-group{background-color:#ddd}.ngx-datatable.material.cell-selection .datatable-body-cell.active,.ngx-datatable.material.cell-selection .datatable-body-cell.active .datatable-row-group{background-color:#304ffe;color:#fff}.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover,.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover .datatable-row-group{background-color:#193ae4;color:#fff}.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus,.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus .datatable-row-group{background-color:#2041ef;color:#fff}.ngx-datatable.material .empty-row{height:50px;text-align:left;padding:.5rem 1.2rem;vertical-align:top;border-top:0}.ngx-datatable.material .loading-row{text-align:left;padding:.5rem 1.2rem;vertical-align:top;border-top:0}.ngx-datatable.material .datatable-header .datatable-row-left,.ngx-datatable.material .datatable-body .datatable-row-left{background-color:#fff;background-position:100% 0;background-repeat:repeat-y;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==)}.ngx-datatable.material .datatable-header .datatable-row-right,.ngx-datatable.material .datatable-body .datatable-row-right{background-position:0 0;background-color:#fff;background-repeat:repeat-y;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQI12PQkNdi1VTQ5gbSwkAsDQARLAIGtOSFUAAAAABJRU5ErkJggg==)}.ngx-datatable.material .datatable-header{border-bottom:1px solid rgba(0,0,0,.12)}.ngx-datatable.material .datatable-header .datatable-header-cell{text-align:left;padding:.9rem 1.2rem;background-color:#fff;color:#0000008a;vertical-align:bottom;font-size:12px;font-weight:500}.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-header-cell-wrapper{position:relative}.ngx-datatable.material .datatable-header .datatable-header-cell.longpress .draggable:after{transition:transform .4s ease,opacity .4s ease;opacity:.5;transform:scale(1)}.ngx-datatable.material .datatable-header .datatable-header-cell .draggable:after{content:" ";position:absolute;top:50%;left:50%;margin:-30px 0 0 -30px;height:60px;width:60px;background:#eee;border-radius:100%;opacity:1;filter:none;transform:scale(0);z-index:9999;pointer-events:none}.ngx-datatable.material .datatable-header .datatable-header-cell.dragging .resize-handle{border-right:none}.ngx-datatable.material .datatable-header .resize-handle{border-right:solid 1px #eee}.ngx-datatable.material .datatable-body{position:relative}.ngx-datatable.material .datatable-body .datatable-row-detail{background:#f5f5f5;padding:10px}.ngx-datatable.material .datatable-body .datatable-group-header{background:#f5f5f5;border-bottom:solid 1px #d9d8d9;border-top:solid 1px #d9d8d9}.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell,.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-group-cell{text-align:left;padding:.9rem 1.2rem;vertical-align:top;border-top:0;color:#000000de;transition:width .3s ease;font-size:14px;font-weight:400}.ngx-datatable.material .datatable-body .progress-linear{display:block;position:sticky;width:100%;height:5px;padding:0;margin:0;top:0}.ngx-datatable.material .datatable-body .progress-linear .container{display:block;position:relative;overflow:hidden;width:100%;height:5px;transform:translate(0) scale(1);background-color:#aad1f9}.ngx-datatable.material .datatable-body .progress-linear .container .bar{transition:all .2s linear;animation:query .8s infinite cubic-bezier(.39,.575,.565,1);transition:transform .2s linear;background-color:#106cc8;position:absolute;left:0;top:0;bottom:0;width:100%;height:5px}.ngx-datatable.material .datatable-footer{border-top:1px solid rgba(0,0,0,.12);font-size:12px;font-weight:400;color:#0000008a}.ngx-datatable.material .datatable-footer .page-count{line-height:50px;height:50px;padding:0 1.2rem}.ngx-datatable.material .datatable-footer .datatable-pager{margin:0 10px}.ngx-datatable.material .datatable-footer .datatable-pager li{vertical-align:middle}.ngx-datatable.material .datatable-footer .datatable-pager li.disabled a{color:#00000042!important;background-color:transparent!important}.ngx-datatable.material .datatable-footer .datatable-pager li.active a{background-color:#9e9e9e33;font-weight:700}.ngx-datatable.material .datatable-footer .datatable-pager a{height:22px;min-width:24px;line-height:22px;padding:0 6px;border-radius:3px;margin:6px 3px;text-align:center;vertical-align:top;color:#0000008a;text-decoration:none;vertical-align:bottom}.ngx-datatable.material .datatable-footer .datatable-pager a:hover{color:#000000bf;background-color:#9e9e9e33}.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-left,.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-skip,.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-right,.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-prev{font-size:20px;line-height:20px;padding:0 3px}.ngx-datatable.material .datatable-summary-row .datatable-body-row,.ngx-datatable.material .datatable-summary-row .datatable-body-row:hover{background-color:#ddd}.ngx-datatable.material .datatable-summary-row .datatable-body-row .datatable-body-cell{font-weight:700}.datatable-checkbox{position:relative;margin:0;cursor:pointer;vertical-align:middle;display:inline-block;box-sizing:border-box;padding:0}.datatable-checkbox input[type=checkbox]{position:relative;margin:0 1rem 0 0;cursor:pointer;outline:none}.datatable-checkbox input[type=checkbox]:before{transition:all .3s ease-in-out;content:"";position:absolute;left:0;z-index:1;width:1rem;height:1rem;border:2px solid #f2f2f2}.datatable-checkbox input[type=checkbox]:checked:before{transform:rotate(-45deg);height:.5rem;border-color:#009688;border-top-style:none;border-right-style:none}.datatable-checkbox input[type=checkbox]:after{content:"";position:absolute;top:0;left:0;width:1rem;height:1rem;background:#fff;cursor:pointer}@keyframes query{0%{opacity:1;transform:translate(35%) scaleX(.3)}to{opacity:0;transform:translate(-50%) scaleX(0)}}@font-face{font-family:data-table;src:url(data-table.19a1c5c211a201d8.eot);src:url(data-table.19a1c5c211a201d8.eot?#iefix) format("embedded-opentype"),url(data-table.d233a8724a9532b6.woff) format("woff"),url(data-table.4f99927ffc558471.ttf) format("truetype"),url(data-table.029992b38cb863a4.svg#data-table) format("svg");font-weight:400;font-style:normal}[data-icon]:before{font-family:data-table!important;content:attr(data-icon);font-style:normal!important;font-weight:400!important;font-feature-settings:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^=datatable-icon-]:before,[class*=" datatable-icon-"]:before{font-family:data-table!important;font-style:normal!important;font-weight:400!important;font-feature-settings:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.datatable-icon-filter:before{content:"b"}.datatable-icon-collapse:before{content:"a"}.datatable-icon-expand:before{content:"c"}.datatable-icon-close:before{content:"d"}.datatable-icon-up:before{content:"e"}.datatable-icon-down:before{content:"f"}.datatable-icon-sort-unset:before{content:"c";opacity:.5}.datatable-icon-sort:before{content:"g"}.datatable-icon-done:before{content:"h"}.datatable-icon-done-all:before{content:"i"}.datatable-icon-search:before{content:"j"}.datatable-icon-pin:before{content:"k"}.datatable-icon-add:before{content:"m"}.datatable-icon-left:before{content:"o"}.datatable-icon-right:before{content:"p"}.datatable-icon-skip:before{content:"q"}.datatable-icon-prev:before{content:"r"}@charset "UTF-8";.cal-month-view .cal-header{text-align:center;font-weight:bolder}.cal-month-view .cal-header .cal-cell{padding:5px 0;overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap}.cal-month-view .cal-days{border:1px solid;border-bottom:0}.cal-month-view .cal-cell-top{min-height:78px;flex:1}.cal-month-view .cal-cell-row{-js-display:flex;display:flex}.cal-month-view .cal-cell{float:left;flex:1;-js-display:flex;display:flex;flex-direction:column;align-items:stretch}.cal-month-view .cal-cell .cal-event{pointer-events:all!important}.cal-month-view .cal-day-cell{min-height:100px}@media all and (-ms-high-contrast: none){.cal-month-view .cal-day-cell{display:block}}.cal-month-view .cal-day-cell:not(:last-child){border-right:1px solid}[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child){border-right:initial;border-left:1px solid}.cal-month-view .cal-days .cal-cell-row{border-bottom:1px solid}.cal-month-view .cal-day-badge{margin-top:18px;margin-left:10px;display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:middle;border-radius:10px}.cal-month-view .cal-day-number{font-size:1.2em;font-weight:400;opacity:.5;margin-top:15px;margin-right:15px;float:right;margin-bottom:10px}.cal-month-view .cal-events{flex:1;align-items:flex-end;margin:3px;line-height:10px;-js-display:flex;display:flex;flex-wrap:wrap}.cal-month-view .cal-event{width:10px;height:10px;border-radius:50%;display:inline-block;margin:2px}.cal-month-view .cal-day-cell.cal-in-month.cal-has-events{cursor:pointer}.cal-month-view .cal-day-cell.cal-out-month .cal-day-number{opacity:.1;cursor:default}.cal-month-view .cal-day-cell.cal-today .cal-day-number{font-size:1.9em}.cal-month-view .cal-open-day-events{padding:15px}.cal-month-view .cal-open-day-events .cal-event{position:relative;top:2px}.cal-month-view .cal-out-month .cal-day-badge,.cal-month-view .cal-out-month .cal-event{opacity:.3}.cal-month-view .cal-draggable{cursor:move}.cal-month-view .cal-drag-active *{pointer-events:none}.cal-month-view .cal-event-title{cursor:pointer}.cal-month-view .cal-event-title:hover{text-decoration:underline}.cal-month-view{background-color:#fff}.cal-month-view .cal-cell-row:hover{background-color:#fafafa}.cal-month-view .cal-cell-row .cal-cell:hover,.cal-month-view .cal-cell.cal-has-events.cal-open{background-color:#ededed}.cal-month-view .cal-days{border-color:#e1e1e1}.cal-month-view .cal-day-cell:not(:last-child){border-right-color:#e1e1e1}[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child){border-right-color:initial;border-left-color:#e1e1e1}.cal-month-view .cal-days .cal-cell-row{border-bottom-color:#e1e1e1}.cal-month-view .cal-day-badge{background-color:#b94a48;color:#fff}.cal-month-view .cal-event{background-color:#1e90ff;border-color:#d1e8ff;color:#fff}.cal-month-view .cal-day-cell.cal-weekend .cal-day-number{color:#8b0000}.cal-month-view .cal-day-cell.cal-today{background-color:#e8fde7}.cal-month-view .cal-day-cell.cal-drag-over{background-color:#e0e0e0!important}.cal-month-view .cal-open-day-events{color:#fff;background-color:#555;box-shadow:inset 0 0 15px #00000080}.cal-week-view *{box-sizing:border-box}.cal-week-view .cal-day-headers{-js-display:flex;display:flex;padding-left:70px;border:1px solid}[dir=rtl] .cal-week-view .cal-day-headers{padding-left:initial;padding-right:70px}.cal-week-view .cal-day-headers .cal-header{flex:1;text-align:center;padding:5px}.cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right:1px solid}[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right:initial;border-left:1px solid}.cal-week-view .cal-day-headers .cal-header:first-child{border-left:1px solid}[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child{border-left:initial;border-right:1px solid}.cal-week-view .cal-day-headers span{font-weight:400;opacity:.5}.cal-week-view .cal-day-column{flex-grow:1;border-left:solid 1px}[dir=rtl] .cal-week-view .cal-day-column{border-left:initial;border-right:solid 1px}.cal-week-view .cal-event{font-size:12px;border:1px solid;direction:ltr}.cal-week-view .cal-time-label-column{width:70px;height:100%}.cal-week-view .cal-current-time-marker{position:absolute;width:100%;height:2px;z-index:2}.cal-week-view .cal-all-day-events{border:solid 1px;border-top:0;border-bottom-width:3px;padding-top:3px;position:relative}.cal-week-view .cal-all-day-events .cal-day-columns{height:100%;width:100%;-js-display:flex;display:flex;position:absolute;top:0;z-index:0}.cal-week-view .cal-all-day-events .cal-events-row{position:relative;height:31px;margin-left:70px}[dir=rtl] .cal-week-view .cal-all-day-events .cal-events-row{margin-left:initial;margin-right:70px}.cal-week-view .cal-all-day-events .cal-event-container{display:inline-block;position:absolute}.cal-week-view .cal-all-day-events .cal-event-container.resize-active{z-index:1;pointer-events:none}.cal-week-view .cal-all-day-events .cal-event{padding:0 5px;margin-left:2px;margin-right:2px;height:28px;line-height:28px}.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event{border-top-left-radius:5px;border-bottom-left-radius:5px}[dir=rtl] .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event{border-top-left-radius:initial;border-bottom-left-radius:initial;border-top-right-radius:5px!important;border-bottom-right-radius:5px!important}.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event{border-top-right-radius:5px;border-bottom-right-radius:5px}[dir=rtl] .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event{border-top-right-radius:initial;border-bottom-right-radius:initial;border-top-left-radius:5px;border-bottom-left-radius:5px}.cal-week-view .cal-all-day-events .cal-time-label-column{-js-display:flex;display:flex;align-items:center;justify-content:center;font-size:14px}.cal-week-view .cal-all-day-events .cal-resize-handle{width:6px;height:100%;cursor:col-resize;position:absolute;top:0}.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end{right:0}[dir=rtl] .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end{right:initial;left:0}.cal-week-view .cal-event,.cal-week-view .cal-header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cal-week-view .cal-drag-active{pointer-events:none;z-index:1}.cal-week-view .cal-drag-active *{pointer-events:none}.cal-week-view .cal-time-events{position:relative;border:solid 1px;border-top:0;-js-display:flex;display:flex}.cal-week-view .cal-time-events .cal-day-columns{-js-display:flex;display:flex;flex-grow:1}.cal-week-view .cal-time-events .cal-day-column,.cal-week-view .cal-time-events .cal-events-container{position:relative}.cal-week-view .cal-time-events .cal-event-container{position:absolute;z-index:1}.cal-week-view .cal-time-events .cal-event{width:calc(100% - 2px);height:calc(100% - 2px);margin:1px;padding:0 5px;line-height:25px}.cal-week-view .cal-time-events .cal-resize-handle{width:100%;height:4px;cursor:row-resize;position:absolute}.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end{bottom:0}.cal-week-view .cal-hour-segment{position:relative}.cal-week-view .cal-hour-segment:after{content:"\a0"}.cal-week-view .cal-event-container:not(.cal-draggable){cursor:pointer}.cal-week-view .cal-draggable{cursor:move}.cal-week-view mwl-calendar-week-view-hour-segment,.cal-week-view .cal-hour-segment{display:block}.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment{border-bottom:thin dashed}.cal-week-view .cal-time{font-weight:700;padding-top:5px;width:70px;text-align:center}.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time{display:none}.cal-week-view .cal-starts-within-day .cal-event{border-top-left-radius:5px;border-top-right-radius:5px}.cal-week-view .cal-ends-within-day .cal-event{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.cal-week-view{background-color:#fff;border-top:solid 1px #e1e1e1}.cal-week-view .cal-day-headers{border-color:#e1e1e1;border-top:0}.cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right-color:#e1e1e1}[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right-color:initial;border-left:solid 1px #e1e1e1!important}.cal-week-view .cal-day-headers .cal-header:first-child{border-left-color:#e1e1e1}[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child{border-left-color:initial;border-right-color:#e1e1e1}.cal-week-view .cal-day-headers .cal-header:hover,.cal-week-view .cal-day-headers .cal-drag-over{background-color:#ededed}.cal-week-view .cal-day-column{border-left-color:#e1e1e1}[dir=rtl] .cal-week-view .cal-day-column{border-left-color:initial;border-right-color:#e1e1e1}.cal-week-view .cal-event{background-color:#d1e8ff;border-color:#1e90ff;color:#1e90ff}.cal-week-view .cal-all-day-events{border-color:#e1e1e1}.cal-week-view .cal-header.cal-today{background-color:#e8fde7}.cal-week-view .cal-header.cal-weekend span{color:#8b0000}.cal-week-view .cal-time-events{border-color:#e1e1e1}.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover{background-color:#ededed}.cal-week-view .cal-hour-odd{background-color:#fafafa}.cal-week-view .cal-drag-over .cal-hour-segment{background-color:#ededed}.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment{border-bottom-color:#e1e1e1}.cal-week-view .cal-current-time-marker{background-color:#ea4334}.cal-day-view mwl-calendar-week-view-header{display:none}.cal-day-view .cal-events-container{margin-left:70px}[dir=rtl] .cal-day-view .cal-events-container{margin-left:initial;margin-right:70px}.cal-day-view .cal-day-column{border-left:0}.cal-day-view .cal-current-time-marker{margin-left:70px;width:calc(100% - 70px)}[dir=rtl] .cal-day-view .cal-current-time-marker{margin-left:initial;margin-right:70px}.cal-tooltip{position:absolute;z-index:1070;display:block;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:11px;word-wrap:break-word;opacity:.9}.cal-tooltip.cal-tooltip-top{padding:5px 0;margin-top:-3px}.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0}.cal-tooltip.cal-tooltip-right{padding:0 5px;margin-left:3px}.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0}.cal-tooltip.cal-tooltip-bottom{padding:5px 0;margin-top:3px}.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px}.cal-tooltip.cal-tooltip-left{padding:0 5px;margin-left:-3px}.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px}.cal-tooltip-inner{max-width:200px;padding:3px 8px;text-align:center;border-radius:.25rem}.cal-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow{border-top-color:#000}.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow{border-right-color:#000}.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow{border-bottom-color:#000}.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow{border-left-color:#000}.cal-tooltip-inner{color:#fff;background-color:#000}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style: none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ps{overflow:auto!important}}.border-radius-2{border-radius:2px!important}.border-radius-4{border-radius:4px!important}.border-radius-6{border-radius:6px!important}.border-radius-8{border-radius:8px!important}.border-radius-10{border-radius:10px!important}.border-radius-12{border-radius:12px!important}.border-radius-14{border-radius:14px!important}.border-radius-16{border-radius:16px!important}.border-radius-18{border-radius:18px!important}.border-radius-20{border-radius:20px!important}.border-radius-22{border-radius:22px!important}.border-radius-24{border-radius:24px!important}.border-radius-26{border-radius:26px!important}.border-radius-28{border-radius:28px!important}.border-radius-30{border-radius:30px!important}.border-radius-32{border-radius:32px!important}.border-radius-34{border-radius:34px!important}.border-radius-36{border-radius:36px!important}.border-radius-38{border-radius:38px!important}.border-radius-40{border-radius:40px!important}.border-radius-42{border-radius:42px!important}.border-radius-44{border-radius:44px!important}.border-radius-46{border-radius:46px!important}.border-radius-48{border-radius:48px!important}.border-radius-50{border-radius:50px!important}.border-right,.border-left{border-right:1px solid rgba(0,0,0,.12)}.rounded-circle{border-radius:100%}.rounded-lg{border-radius:6px!important}.rounded-xl{border-radius:10px!important}.bg-primary{background-color:#416996!important}.text-primary{color:#416996!important}.bg-accent{background-color:#c72573!important}.text-accent{color:#c72573!important}.bg-success{background-color:#38a169!important}.text-success{color:#38a169!important}.bg-warning{background-color:#deb14b!important}.text-warning{color:#deb14b!important}.bg-danger{background-color:#e53e3e!important}.text-danger{color:#e53e3e!important}.bg-info{background-color:#17cdff!important}.text-info{color:#17cdff!important}.bg-white{background-color:#f7fafc!important}.text-white{color:#f7fafc!important}.bg-muted{background-color:#777e89!important}.text-muted{color:#777e89!important}.bg-light{background-color:#949db2!important}.text-light{color:#949db2!important}.bg-light-danger{background-color:#f9e7eb!important}.text-light-danger{color:#f9e7eb!important}.bg-light-accent{background-color:#e5fafb!important}.text-light-accent{color:#e5fafb!important}.bg-light-success{background-color:#ebfaf2!important}.text-light-success{color:#ebfaf2!important}.bg-light-warning{background-color:#fff8ec!important}.text-light-warning{color:#fff8ec!important}.bg-light-primary{background-color:#f1effd!important}.text-light-primary{color:#f1effd!important}.bg-light-info{background-color:#e3f3fd!important}.text-light-info{color:#e3f3fd!important}.bg-light-inverse{background-color:#f6f6f6!important}.text-light-inverse{color:#f6f6f6!important}.bg-light-megna{background-color:#e0f2f4!important}.text-light-megna{color:#e0f2f4!important}.height-10{height:10px!important}.height-20{height:20px!important}.height-30{height:30px!important}.height-40{height:40px!important}.height-50{height:50px!important}.height-60{height:60px!important}.height-70{height:70px!important}.height-80{height:80px!important}.height-90{height:90px!important}.height-100{height:100px!important}.width-10{width:10px!important}.width-20{width:20px!important}.width-30{width:30px!important}.width-40{width:40px!important}.width-50{width:50px!important}.width-60{width:60px!important}.width-70{width:70px!important}.width-80{width:80px!important}.width-90{width:90px!important}.width-100{width:100px!important}@media (max-width: 0px){.display-none-lt-xs{display:none!important}}@media (max-width: 600px){.display-none-lt-sm{display:none!important}}@media (max-width: 960px){.display-none-lt-md{display:none!important}}@media (max-width: 1280px){.display-none-lt-lg{display:none!important}}@media (max-width: 1920px){.display-none-lt-xl{display:none!important}}@media (min-width: 599px){.display-none-gt-xs{display:none!important}}@media (min-width: 959px){.display-none-gt-sm{display:none!important}}@media (min-width: 1279px){.display-none-gt-md{display:none!important}}@media (min-width: 1919px){.display-none-gt-lg{display:none!important}}@media (min-width: 5000px){.display-none-gt-xl{display:none!important}}.font-size-2{font-size:2px!important}.font-size-4{font-size:4px!important}.font-size-6{font-size:6px!important}.font-size-8{font-size:8px!important}.font-size-10{font-size:10px!important}.font-size-12{font-size:12px!important}.font-size-14{font-size:14px!important}.font-size-16{font-size:16px!important}.font-size-18{font-size:18px!important}.font-size-20{font-size:20px!important}.font-size-22{font-size:22px!important}.font-size-24{font-size:24px!important}.font-size-26{font-size:26px!important}.font-size-28{font-size:28px!important}.font-size-30{font-size:30px!important}.font-size-32{font-size:32px!important}.font-size-34{font-size:34px!important}.font-size-36{font-size:36px!important}.font-size-38{font-size:38px!important}.font-size-40{font-size:40px!important}.line-height-2{line-height:2px!important}.line-height-4{line-height:4px!important}.line-height-6{line-height:6px!important}.line-height-8{line-height:8px!important}.line-height-10{line-height:10px!important}.line-height-12{line-height:12px!important}.line-height-14{line-height:14px!important}.line-height-16{line-height:16px!important}.line-height-18{line-height:18px!important}.line-height-20{line-height:20px!important}.line-height-22{line-height:22px!important}.line-height-24{line-height:24px!important}.line-height-26{line-height:26px!important}.line-height-28{line-height:28px!important}.line-height-30{line-height:30px!important}.line-height-32{line-height:32px!important}.line-height-34{line-height:34px!important}.line-height-36{line-height:36px!important}.line-height-38{line-height:38px!important}.line-height-40{line-height:40px!important}.thin{font-weight:100!important}.extra-light{font-weight:200!important}.light{font-weight:300!important}.normal{font-weight:400!important}.medium{font-weight:500!important}.semi-bold{font-weight:600!important}.bold{font-weight:700!important}.extra-bold{font-weight:800!important}.heavy{font-weight:900!important}.italic{font-style:italic}.capitalize{text-transform:capitalize}.fw-medium{font-weight:500!important}.fw-normal{font-weight:400}.fw-bold{font-weight:600}.fw-bolder{font-weight:700}.lh-lg{line-height:35px}.lh-md{line-height:1.5}.lh-sm{line-height:24px}.fs-18{font-size:18px}.fs-30{font-size:30px}h1,h2,h3,h4,h5,h6{font-weight:500}.d-flex{display:flex}.flex-column{flex-direction:column}.align-items-center{align-items:center}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.d-flex-vh-center{display:flex;align-items:center;justify-content:center}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=time]{border:1px solid #e2e8f0;border-radius:5px;height:40px;padding:10px;font-family:DM Sans,sans-serif}input[type=time]::-webkit-datetime-edit-text{color:#718096}input[type=time]::-webkit-datetime-edit-hour-field{color:#718096}input[type=time]::-webkit-datetime-edit-minute-field{color:#718096}input[type=time]::-webkit-calendar-picker-indicator{filter:opacity(.6)}.overflow-y{overflow-y:auto}.overflow-x{overflow-x:auto}.no-wrap{white-space:nowrap}.word-break-all{word-break:break-all}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}a{text-decoration:none}a.link{color:#455a64}a.link:hover{color:#416996}.mat-badge-content{font-weight:600;font-size:12px}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography .mat-h1,.mat-typography .mat-headline,.mat-typography h1{font:400 24px/32px DM Sans;letter-spacing:0em;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography .mat-h2,.mat-typography .mat-title,.mat-typography h2{font:500 20px/32px DM Sans;letter-spacing:.0075em;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography .mat-h3,.mat-typography .mat-subheading-2,.mat-typography h3{font:400 16px/28px DM Sans;letter-spacing:.0094em;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography .mat-h4,.mat-typography .mat-subheading-1,.mat-typography h4{font:500 15px/24px DM Sans;letter-spacing:.0067em;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 11.62px/20px DM Sans;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 9.38px/20px DM Sans;margin:0 0 12px}.mat-body-strong,.mat-body-2,.mat-typography .mat-body-strong,.mat-typography .mat-body-2{font:500 14px/24px DM Sans;letter-spacing:.0179em}.mat-body,.mat-body-1,.mat-typography .mat-body,.mat-typography .mat-body-1,.mat-typography{font:400 14px/20px DM Sans;letter-spacing:.0179em}.mat-body p,.mat-body-1 p,.mat-typography .mat-body p,.mat-typography .mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font:400 12px/20px DM Sans;letter-spacing:.0333em}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px DM Sans;letter-spacing:-.0134em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px DM Sans;letter-spacing:-.0089em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px DM Sans;letter-spacing:0em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px DM Sans;letter-spacing:.0074em;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px DM Sans;letter-spacing:.0179em}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:DM Sans;font-size:14px;font-weight:500}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px DM Sans;letter-spacing:.0075em}.mat-expansion-panel-header{font-family:DM Sans;font-size:15px;font-weight:500}.mat-expansion-panel-content{font:400 14px/20px DM Sans;letter-spacing:.0179em}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:DM Sans;letter-spacing:1.5px}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59374em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(.75);width:133.3333433333%}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-.0625em}.mat-menu-item{font-family:DM Sans;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:DM Sans;font-size:12px}.mat-select-trigger{height:1.125em}.mat-slider-thumb-label-text{font-size:12px;font-weight:500}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:400}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-label,.mat-tab-link{font-family:DM Sans;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px DM Sans;letter-spacing:.0075em;margin:0}.mat-tooltip{font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:DM Sans;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-size:12px;font-weight:500}.mat-option{font-size:16px}.mat-optgroup-label{font:500 14px/24px DM Sans;letter-spacing:.0179em}.mat-simple-snackbar{font-family:DM Sans;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale3d(0,0,0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0!important;box-sizing:content-box!important;height:auto!important;overflow:hidden!important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0!important;box-sizing:content-box!important;height:0!important}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}body{--primary-color: #0d1c2c;--primary-lighter-color: #b6bbc0;--primary-darker-color: #07111b;--text-primary-color: #f7fafc;--text-primary-lighter-color: rgba(23, 25, 35, .87);--text-primary-darker-color: #f7fafc;--accent-color: #c72573;--accent-lighter-color: #eebed5;--accent-darker-color: #b31656;--text-accent-color: #f7fafc;--text-accent-lighter-color: rgba(23, 25, 35, .87);--text-accent-darker-color: #f7fafc;--warn-color: #e53e3e;--warn-lighter-color: #f7c5c5;--warn-darker-color: #da2828;--text-warn-color: #f7fafc;--text-warn-lighter-color: rgba(23, 25, 35, .87);--text-warn-darker-color: #f7fafc}.mat-ripple-element{background-color:#0000001a}.mat-option{color:#171923de}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(23,25,35,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(23,25,35,.04)}.mat-option.mat-active{background:rgba(23,25,35,.04);color:#171923de}.mat-option.mat-option-disabled{color:#17192361}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#0d1c2c}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#c72573}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#e53e3e}.mat-optgroup-label{color:#1719238a}.mat-optgroup-disabled .mat-optgroup-label{color:#17192361}.mat-pseudo-checkbox{color:#1719238a}.mat-pseudo-checkbox:after{color:#f7fafc}.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#0d1c2c}.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#c72573}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#e53e3e}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-app-background{background-color:#f7fafc;color:#171923de}.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:white;color:#171923de}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:white}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#171923de}.mat-badge{position:relative}.mat-badge.mat-badge{overflow:visible}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform .2s ease-in-out;transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.mat-badge-content{color:#f7fafc;background:#0d1c2c}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-accent .mat-badge-content{background:#c72573;color:#f7fafc}.mat-badge-warn .mat-badge-content{color:#f7fafc;background:#e53e3e}.mat-badge-disabled .mat-badge-content{background:#bdc0c4;color:#17192361}.mat-bottom-sheet-container{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;background:white;color:#171923de}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#0d1c2c}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#c72573}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#e53e3e}.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:#17192342}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#0d1c2c}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#c72573}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#e53e3e}.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:black}.mat-stroked-button:not(.mat-button-disabled){border-color:#1719231f}.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:#171923de;background-color:#fff}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary,.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent,.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#f7fafc}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:#17192342}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#0d1c2c}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#c72573}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:#e53e3e}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:#1719231f}.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element,.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element,.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:#f7fafc1a}.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-button-toggle-standalone:not([class*=mat-elevation-z]),.mat-button-toggle-group:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}.mat-button-toggle{color:#17192361}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:#1719231f}.mat-button-toggle-appearance-standard{color:#171923de;background:white}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#171923}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px #e3e3e5}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px #e3e3e5}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px #e3e3e5}.mat-button-toggle-checked{background-color:#adcce0;color:#1719238a}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#171923de}.mat-button-toggle-disabled{color:#17192342;background-color:#d2e3ee}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:white}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#88b4d2}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px #e3e3e5}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}.mat-card{background:white;color:#171923de}.mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-card-subtitle{color:#1719238a}.mat-checkbox-frame{border-color:#1719238a}.mat-checkbox-checkmark{fill:#f7fafc}.mat-checkbox-checkmark-path{stroke:#f7fafc!important}.mat-checkbox-mixedmark{background-color:#f7fafc}.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#0d1c2c}.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#c72573}.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#e53e3e}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:#17192361}.mat-checkbox .mat-ripple-element{background-color:#000}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#0d1c2c}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#c72573}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#e53e3e}.mat-chip.mat-standard-chip{background-color:#d2e3ee;color:#171923de}.mat-chip.mat-standard-chip .mat-chip-remove{color:#171923de;opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip:after{background:black}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#0d1c2c;color:#f7fafc}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#f7fafc;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:#f7fafc1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#e53e3e;color:#f7fafc}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#f7fafc;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:#f7fafc1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#c72573;color:#f7fafc}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#f7fafc;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:#f7fafc1a}.mat-table{background:white}.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:#1719231f}.mat-header-cell{color:#1719238a}.mat-cell,.mat-footer-cell{color:#171923de}.mat-calendar-arrow{fill:#1719238a}.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:#1719238a}.mat-calendar-table-header-divider:after{background:rgba(23,25,35,.12)}.mat-calendar-table-header,.mat-calendar-body-label{color:#1719238a}.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:#171923de;border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:#17192361}.mat-form-field-disabled .mat-date-range-input-separator{color:#17192361}.mat-calendar-body-in-preview{color:#1719233d}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#17192361}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#1719232e}.mat-calendar-body-in-range:before{background:rgba(13,28,44,.2)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.mat-calendar-body-comparison-bridge-start:before,[dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(13,28,44,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-comparison-bridge-end:before,[dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(13,28,44,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-calendar-body-selected{background-color:#0d1c2c;color:#f7fafc}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#0d1c2c66}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #f7fafc}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#0d1c2c4d}@media (hover: hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#0d1c2c4d}}.mat-datepicker-content{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;background-color:#fff;color:#171923de}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before{background:rgba(199,37,115,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(199,37,115,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(199,37,115,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#c72573;color:#f7fafc}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#c7257366}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #f7fafc}.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#c725734d}@media (hover: hover){.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#c725734d}}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before{background:rgba(229,62,62,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(229,62,62,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(229,62,62,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#e53e3e;color:#f7fafc}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#e53e3e66}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #f7fafc}.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#e53e3e4d}@media (hover: hover){.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#e53e3e4d}}.mat-datepicker-content-touch{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-datepicker-toggle-active{color:#0d1c2c}.mat-datepicker-toggle-active.mat-accent{color:#c72573}.mat-datepicker-toggle-active.mat-warn{color:#e53e3e}.mat-date-range-input-inner[disabled]{color:#17192361}.mat-dialog-container{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background:white;color:#171923de}.mat-divider{border-top-color:#1719231f}.mat-divider-vertical{border-right-color:#1719231f}.mat-expansion-panel{background:white;color:#171923de}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-action-row{border-top-color:#1719231f}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(23,25,35,.04)}@media (hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:white}}.mat-expansion-panel-header-title{color:#171923de}.mat-expansion-panel-header-description,.mat-expansion-indicator:after{color:#1719238a}.mat-expansion-panel-header[aria-disabled=true]{color:#17192342}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-expansion-panel-header{height:48px}.mat-expansion-panel-header.mat-expanded{height:64px}.mat-form-field-label,.mat-hint{color:#17192399}.mat-form-field.mat-focused .mat-form-field-label{color:#0d1c2c}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#c72573}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#e53e3e}.mat-focused .mat-form-field-required-marker{color:#c72573}.mat-form-field-ripple{background-color:#171923de}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#0d1c2c}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#c72573}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#e53e3e}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after{color:#0d1c2c}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after{color:#c72573}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after{color:#e53e3e}.mat-form-field.mat-form-field-invalid .mat-form-field-label,.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#e53e3e}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#e53e3e}.mat-error{color:#e53e3e}.mat-form-field-appearance-legacy .mat-form-field-label,.mat-form-field-appearance-legacy .mat-hint{color:#1719238a}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:#1719236b}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(23,25,35,.42) 0%,rgba(23,25,35,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:#1719236b}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(23,25,35,.42) 0%,rgba(23,25,35,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:#0000000a}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:#00000005}.mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:#1719236b}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:#17192361}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:#1719231f}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#171923de}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#0d1c2c}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#c72573}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#e53e3e}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:#17192361}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:#1719230f}.mat-icon.mat-primary{color:#0d1c2c}.mat-icon.mat-accent{color:#c72573}.mat-icon.mat-warn{color:#e53e3e}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{color:#1719238a}.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after{color:#17192361}.mat-input-element{caret-color:#0d1c2c}.mat-input-element::placeholder{color:#1719236b}.mat-input-element::-moz-placeholder{color:#1719236b}.mat-input-element::-webkit-input-placeholder{color:#1719236b}.mat-input-element:-ms-input-placeholder{color:#1719236b}.mat-form-field.mat-accent .mat-input-element{caret-color:#c72573}.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:#e53e3e}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after{color:#e53e3e}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{color:#171923de}.mat-list-base .mat-subheader{color:#1719238a}.mat-list-base .mat-list-item-disabled{background-color:#d2e3ee;color:#17192361}.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(23,25,35,.04)}.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(23,25,35,.12)}.mat-menu-panel{background:white}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-menu-item{background:transparent;color:#171923de}.mat-menu-item[disabled],.mat-menu-item[disabled] .mat-menu-submenu-icon,.mat-menu-item[disabled] .mat-icon-no-color{color:#17192361}.mat-menu-item .mat-icon-no-color,.mat-menu-submenu-icon{color:#1719238a}.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(23,25,35,.04)}.mat-paginator{background:white}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:#1719238a}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(23,25,35,.54);border-right:2px solid rgba(23,25,35,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(23,25,35,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:#17192361}.mat-paginator-container{min-height:56px}.mat-progress-bar-background{fill:#bdc3c8}.mat-progress-bar-buffer{background-color:#bdc3c8}.mat-progress-bar-fill:after{background-color:#0d1c2c}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#ebc5da}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#ebc5da}.mat-progress-bar.mat-accent .mat-progress-bar-fill:after{background-color:#c72573}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#f3cbcd}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#f3cbcd}.mat-progress-bar.mat-warn .mat-progress-bar-fill:after{background-color:#e53e3e}.mat-progress-spinner circle,.mat-spinner circle{stroke:#0d1c2c}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#c72573}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#e53e3e}.mat-radio-outer-circle{border-color:#1719238a}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#0d1c2c}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#0d1c2c}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#c72573}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#c72573}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#e53e3e}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#e53e3e}.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:#17192361}.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:#17192361}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:#17192361}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-select-value{color:#171923de}.mat-select-placeholder{color:#1719236b}.mat-select-disabled .mat-select-value{color:#17192361}.mat-select-arrow{color:#1719238a}.mat-select-panel{background:white}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(23,25,35,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#0d1c2c}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#c72573}.mat-form-field.mat-focused.mat-warn .mat-select-arrow,.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#e53e3e}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:#17192361}.mat-drawer-container{background-color:#f7fafc;color:#171923de}.mat-drawer{background-color:#fff;color:#171923de}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-drawer-side{border-right:solid 1px rgba(23,25,35,.12)}.mat-drawer-side.mat-drawer-end,[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(23,25,35,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(23,25,35,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:#0009}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#c72573}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:#c725738a}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#c72573}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#0d1c2c}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:#0d1c2c8a}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#0d1c2c}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#e53e3e}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:#e53e3e8a}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#e53e3e}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;background-color:#fafafa}.mat-slide-toggle-bar{background-color:#17192361}.mat-slider-track-background{background-color:#17192342}.mat-slider.mat-primary .mat-slider-track-fill,.mat-slider.mat-primary .mat-slider-thumb,.mat-slider.mat-primary .mat-slider-thumb-label{background-color:#0d1c2c}.mat-slider.mat-primary .mat-slider-thumb-label-text{color:#f7fafc}.mat-slider.mat-primary .mat-slider-focus-ring{background-color:#0d1c2c33}.mat-slider.mat-accent .mat-slider-track-fill,.mat-slider.mat-accent .mat-slider-thumb,.mat-slider.mat-accent .mat-slider-thumb-label{background-color:#c72573}.mat-slider.mat-accent .mat-slider-thumb-label-text{color:#f7fafc}.mat-slider.mat-accent .mat-slider-focus-ring{background-color:#c7257333}.mat-slider.mat-warn .mat-slider-track-fill,.mat-slider.mat-warn .mat-slider-thumb,.mat-slider.mat-warn .mat-slider-thumb-label{background-color:#e53e3e}.mat-slider.mat-warn .mat-slider-thumb-label-text{color:#f7fafc}.mat-slider.mat-warn .mat-slider-focus-ring{background-color:#e53e3e33}.mat-slider:hover .mat-slider-track-background,.mat-slider.cdk-focused .mat-slider-track-background{background-color:#17192361}.mat-slider.mat-slider-disabled .mat-slider-track-background,.mat-slider.mat-slider-disabled .mat-slider-track-fill,.mat-slider.mat-slider-disabled .mat-slider-thumb,.mat-slider.mat-slider-disabled:hover .mat-slider-track-background{background-color:#17192342}.mat-slider.mat-slider-min-value .mat-slider-focus-ring{background-color:#0000001f}.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#171923de}.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:#17192342}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:#17192342;background-color:transparent}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:#17192361}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:#17192342}.mat-slider-has-ticks .mat-slider-wrapper:after{border-color:#000000b3}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover:not([aria-disabled]),.mat-step-header:hover[aria-disabled=false]{background-color:#1719230a}.mat-step-header:hover[aria-disabled=true]{cursor:default}@media (hover: none){.mat-step-header:hover{background:none}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:#1719238a}.mat-step-header .mat-step-icon{background-color:#1719238a;color:#f7fafc}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#0d1c2c;color:#f7fafc}.mat-step-header.mat-accent .mat-step-icon{color:#f7fafc}.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#c72573;color:#f7fafc}.mat-step-header.mat-warn .mat-step-icon{color:#f7fafc}.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#e53e3e;color:#f7fafc}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#e53e3e}.mat-step-header .mat-step-label.mat-step-label-active{color:#171923de}.mat-step-header .mat-step-label.mat-step-label-error{color:#e53e3e}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line:before{border-left-color:#1719231f}.mat-horizontal-stepper-header:before,.mat-horizontal-stepper-header:after,.mat-stepper-horizontal-line{border-top-color:#1719231f}.mat-horizontal-stepper-header{height:72px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px}.mat-stepper-vertical-line:before{top:-16px;bottom:-16px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:before{top:36px}.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}.mat-sort-header-arrow{color:#828388}.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(23,25,35,.12)}.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(23,25,35,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:#171923de}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:#17192361}.mat-tab-header-pagination-chevron{border-color:#171923de}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#17192361}.mat-tab-group[class*=mat-background-]>.mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#b6bbc04d}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#0d1c2c}.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#f7fafc}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#eebed54d}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#c72573}.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:#f7fafc}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#f7c5c54d}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#e53e3e}.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#f7fafc}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#b6bbc04d}.mat-tab-group.mat-background-primary>.mat-tab-header,.mat-tab-group.mat-background-primary>.mat-tab-link-container,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:#0d1c2c}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#f7fafc}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#f7fafc66}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator:before{border-color:#f7fafc}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#f7fafc;opacity:.4}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element{background-color:#f7fafc;opacity:.12}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#eebed54d}.mat-tab-group.mat-background-accent>.mat-tab-header,.mat-tab-group.mat-background-accent>.mat-tab-link-container,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:#c72573}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:#f7fafc}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#f7fafc66}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator:before{border-color:#f7fafc}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#f7fafc;opacity:.4}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element{background-color:#f7fafc;opacity:.12}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#f7c5c54d}.mat-tab-group.mat-background-warn>.mat-tab-header,.mat-tab-group.mat-background-warn>.mat-tab-link-container,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#e53e3e}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#f7fafc}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#f7fafc66}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator:before{border-color:#f7fafc}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#f7fafc;opacity:.4}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element{background-color:#f7fafc;opacity:.12}.mat-toolbar{background:#e4eef5;color:#171923de}.mat-toolbar.mat-primary{background:#0d1c2c;color:#f7fafc}.mat-toolbar.mat-accent{background:#c72573;color:#f7fafc}.mat-toolbar.mat-warn{background:#e53e3e;color:#f7fafc}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-toolbar-multiple-rows{min-height:64px}.mat-toolbar-row,.mat-toolbar-single-row{height:64px}@media (max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}.mat-tooltip{background:rgba(63,69,97,.9)}.mat-tree{background:white}.mat-tree-node,.mat-nested-tree-node{color:#171923de}.mat-tree-node{min-height:48px}.mat-snack-bar-container{color:#ffffffb3;background:#323232;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-simple-snackbar-action{color:#c72573}.theme-alternate .mat-ripple-element{background-color:#f7fafc1a}.theme-alternate .mat-option{color:#f7fafc}.theme-alternate .mat-option:hover:not(.mat-option-disabled),.theme-alternate .mat-option:focus:not(.mat-option-disabled){background:rgba(247,250,252,.04)}.theme-alternate .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(247,250,252,.04)}.theme-alternate .mat-option.mat-active{background:rgba(247,250,252,.04);color:#f7fafc}.theme-alternate .mat-option.mat-option-disabled{color:#f7fafc80}.theme-alternate .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#0d1c2c}.theme-alternate .mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#c72573}.theme-alternate .mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#e53e3e}.theme-alternate .mat-optgroup-label{color:#f7fafcb3}.theme-alternate .mat-optgroup-disabled .mat-optgroup-label{color:#f7fafc80}.theme-alternate .mat-pseudo-checkbox{color:#f7fafcb3}.theme-alternate .mat-pseudo-checkbox:after{color:#171923}.theme-alternate .mat-pseudo-checkbox-disabled{color:#686868}.theme-alternate .mat-primary .mat-pseudo-checkbox-checked,.theme-alternate .mat-primary .mat-pseudo-checkbox-indeterminate{background:#0d1c2c}.theme-alternate .mat-pseudo-checkbox-checked,.theme-alternate .mat-pseudo-checkbox-indeterminate,.theme-alternate .mat-accent .mat-pseudo-checkbox-checked,.theme-alternate .mat-accent .mat-pseudo-checkbox-indeterminate{background:#c72573}.theme-alternate .mat-warn .mat-pseudo-checkbox-checked,.theme-alternate .mat-warn .mat-pseudo-checkbox-indeterminate{background:#e53e3e}.theme-alternate .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.theme-alternate .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#686868}.theme-alternate .mat-app-background,.theme-alternate.mat-app-background{background-color:#171923;color:#f7fafc}.theme-alternate .mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.theme-alternate .mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.theme-alternate .mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.theme-alternate .mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.theme-alternate .mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.theme-alternate .mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.theme-alternate .mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.theme-alternate .mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.theme-alternate .mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.theme-alternate .mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.theme-alternate .mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.theme-alternate .mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.theme-alternate .mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.theme-alternate .mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.theme-alternate .mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.theme-alternate .mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.theme-alternate .mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.theme-alternate .mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.theme-alternate .mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.theme-alternate .mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.theme-alternate .mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.theme-alternate .mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.theme-alternate .mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.theme-alternate .mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.theme-alternate .mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-theme-loaded-marker{display:none}.theme-alternate .mat-autocomplete-panel{background:#212432;color:#f7fafc}.theme-alternate .mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.theme-alternate .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#212432}.theme-alternate .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#f7fafc}.theme-alternate .mat-badge-content{color:#f7fafc;background:#0d1c2c}.cdk-high-contrast-active .theme-alternate .mat-badge-content{outline:solid 1px;border-radius:0}.theme-alternate .mat-badge-accent .mat-badge-content{background:#c72573;color:#f7fafc}.theme-alternate .mat-badge-warn .mat-badge-content{color:#f7fafc;background:#e53e3e}.theme-alternate .mat-badge-disabled .mat-badge-content{background:#5a5d64;color:#f7fafc80}.theme-alternate .mat-bottom-sheet-container{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;background:#212432;color:#f7fafc}.theme-alternate .mat-button,.theme-alternate .mat-icon-button,.theme-alternate .mat-stroked-button{color:inherit;background:transparent}.theme-alternate .mat-button.mat-primary,.theme-alternate .mat-icon-button.mat-primary,.theme-alternate .mat-stroked-button.mat-primary{color:#0d1c2c}.theme-alternate .mat-button.mat-accent,.theme-alternate .mat-icon-button.mat-accent,.theme-alternate .mat-stroked-button.mat-accent{color:#c72573}.theme-alternate .mat-button.mat-warn,.theme-alternate .mat-icon-button.mat-warn,.theme-alternate .mat-stroked-button.mat-warn{color:#e53e3e}.theme-alternate .mat-button.mat-primary.mat-button-disabled,.theme-alternate .mat-button.mat-accent.mat-button-disabled,.theme-alternate .mat-button.mat-warn.mat-button-disabled,.theme-alternate .mat-button.mat-button-disabled.mat-button-disabled,.theme-alternate .mat-icon-button.mat-primary.mat-button-disabled,.theme-alternate .mat-icon-button.mat-accent.mat-button-disabled,.theme-alternate .mat-icon-button.mat-warn.mat-button-disabled,.theme-alternate .mat-icon-button.mat-button-disabled.mat-button-disabled,.theme-alternate .mat-stroked-button.mat-primary.mat-button-disabled,.theme-alternate .mat-stroked-button.mat-accent.mat-button-disabled,.theme-alternate .mat-stroked-button.mat-warn.mat-button-disabled,.theme-alternate .mat-stroked-button.mat-button-disabled.mat-button-disabled{color:#f7fafc4d}.theme-alternate .mat-button.mat-primary .mat-button-focus-overlay,.theme-alternate .mat-icon-button.mat-primary .mat-button-focus-overlay,.theme-alternate .mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#0d1c2c}.theme-alternate .mat-button.mat-accent .mat-button-focus-overlay,.theme-alternate .mat-icon-button.mat-accent .mat-button-focus-overlay,.theme-alternate .mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#c72573}.theme-alternate .mat-button.mat-warn .mat-button-focus-overlay,.theme-alternate .mat-icon-button.mat-warn .mat-button-focus-overlay,.theme-alternate .mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#e53e3e}.theme-alternate .mat-button.mat-button-disabled .mat-button-focus-overlay,.theme-alternate .mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.theme-alternate .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.theme-alternate .mat-button .mat-ripple-element,.theme-alternate .mat-icon-button .mat-ripple-element,.theme-alternate .mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.theme-alternate .mat-button-focus-overlay{background:#f7fafc}.theme-alternate .mat-stroked-button:not(.mat-button-disabled){border-color:#f7fafc1f}.theme-alternate .mat-flat-button,.theme-alternate .mat-raised-button,.theme-alternate .mat-fab,.theme-alternate .mat-mini-fab{color:#f7fafc;background-color:#212432}.theme-alternate .mat-flat-button.mat-primary,.theme-alternate .mat-raised-button.mat-primary,.theme-alternate .mat-fab.mat-primary,.theme-alternate .mat-mini-fab.mat-primary,.theme-alternate .mat-flat-button.mat-accent,.theme-alternate .mat-raised-button.mat-accent,.theme-alternate .mat-fab.mat-accent,.theme-alternate .mat-mini-fab.mat-accent,.theme-alternate .mat-flat-button.mat-warn,.theme-alternate .mat-raised-button.mat-warn,.theme-alternate .mat-fab.mat-warn,.theme-alternate .mat-mini-fab.mat-warn{color:#f7fafc}.theme-alternate .mat-flat-button.mat-primary.mat-button-disabled,.theme-alternate .mat-flat-button.mat-accent.mat-button-disabled,.theme-alternate .mat-flat-button.mat-warn.mat-button-disabled,.theme-alternate .mat-flat-button.mat-button-disabled.mat-button-disabled,.theme-alternate .mat-raised-button.mat-primary.mat-button-disabled,.theme-alternate .mat-raised-button.mat-accent.mat-button-disabled,.theme-alternate .mat-raised-button.mat-warn.mat-button-disabled,.theme-alternate .mat-raised-button.mat-button-disabled.mat-button-disabled,.theme-alternate .mat-fab.mat-primary.mat-button-disabled,.theme-alternate .mat-fab.mat-accent.mat-button-disabled,.theme-alternate .mat-fab.mat-warn.mat-button-disabled,.theme-alternate .mat-fab.mat-button-disabled.mat-button-disabled,.theme-alternate .mat-mini-fab.mat-primary.mat-button-disabled,.theme-alternate .mat-mini-fab.mat-accent.mat-button-disabled,.theme-alternate .mat-mini-fab.mat-warn.mat-button-disabled,.theme-alternate .mat-mini-fab.mat-button-disabled.mat-button-disabled{color:#f7fafc4d}.theme-alternate .mat-flat-button.mat-primary,.theme-alternate .mat-raised-button.mat-primary,.theme-alternate .mat-fab.mat-primary,.theme-alternate .mat-mini-fab.mat-primary{background-color:#0d1c2c}.theme-alternate .mat-flat-button.mat-accent,.theme-alternate .mat-raised-button.mat-accent,.theme-alternate .mat-fab.mat-accent,.theme-alternate .mat-mini-fab.mat-accent{background-color:#c72573}.theme-alternate .mat-flat-button.mat-warn,.theme-alternate .mat-raised-button.mat-warn,.theme-alternate .mat-fab.mat-warn,.theme-alternate .mat-mini-fab.mat-warn{background-color:#e53e3e}.theme-alternate .mat-flat-button.mat-primary.mat-button-disabled,.theme-alternate .mat-flat-button.mat-accent.mat-button-disabled,.theme-alternate .mat-flat-button.mat-warn.mat-button-disabled,.theme-alternate .mat-flat-button.mat-button-disabled.mat-button-disabled,.theme-alternate .mat-raised-button.mat-primary.mat-button-disabled,.theme-alternate .mat-raised-button.mat-accent.mat-button-disabled,.theme-alternate .mat-raised-button.mat-warn.mat-button-disabled,.theme-alternate .mat-raised-button.mat-button-disabled.mat-button-disabled,.theme-alternate .mat-fab.mat-primary.mat-button-disabled,.theme-alternate .mat-fab.mat-accent.mat-button-disabled,.theme-alternate .mat-fab.mat-warn.mat-button-disabled,.theme-alternate .mat-fab.mat-button-disabled.mat-button-disabled,.theme-alternate .mat-mini-fab.mat-primary.mat-button-disabled,.theme-alternate .mat-mini-fab.mat-accent.mat-button-disabled,.theme-alternate .mat-mini-fab.mat-warn.mat-button-disabled,.theme-alternate .mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:#f7fafc1f}.theme-alternate .mat-flat-button.mat-primary .mat-ripple-element,.theme-alternate .mat-raised-button.mat-primary .mat-ripple-element,.theme-alternate .mat-fab.mat-primary .mat-ripple-element,.theme-alternate .mat-mini-fab.mat-primary .mat-ripple-element,.theme-alternate .mat-flat-button.mat-accent .mat-ripple-element,.theme-alternate .mat-raised-button.mat-accent .mat-ripple-element,.theme-alternate .mat-fab.mat-accent .mat-ripple-element,.theme-alternate .mat-mini-fab.mat-accent .mat-ripple-element,.theme-alternate .mat-flat-button.mat-warn .mat-ripple-element,.theme-alternate .mat-raised-button.mat-warn .mat-ripple-element,.theme-alternate .mat-fab.mat-warn .mat-ripple-element,.theme-alternate .mat-mini-fab.mat-warn .mat-ripple-element{background-color:#f7fafc1a}.theme-alternate .mat-stroked-button:not([class*=mat-elevation-z]),.theme-alternate .mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.theme-alternate .mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.theme-alternate .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.theme-alternate .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.theme-alternate .mat-fab:not([class*=mat-elevation-z]),.theme-alternate .mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.theme-alternate .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.theme-alternate .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.theme-alternate .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.theme-alternate .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.theme-alternate .mat-button-toggle-standalone:not([class*=mat-elevation-z]),.theme-alternate .mat-button-toggle-group:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.theme-alternate .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),.theme-alternate .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}.theme-alternate .mat-button-toggle{color:#f7fafc80}.theme-alternate .mat-button-toggle .mat-button-toggle-focus-overlay{background-color:#f7fafc1f}.theme-alternate .mat-button-toggle-appearance-standard{color:#f7fafc;background:#212432}.theme-alternate .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#f7fafc}.theme-alternate .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px #3b3e4a}.theme-alternate [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px #3b3e4a}.theme-alternate .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px #3b3e4a}.theme-alternate .mat-button-toggle-checked{background-color:#3f4561;color:#f7fafcb3}.theme-alternate .mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#f7fafc}.theme-alternate .mat-button-toggle-disabled{color:#f7fafc4d;background-color:#2b2f42}.theme-alternate .mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#212432}.theme-alternate .mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#545b7f}.theme-alternate .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.theme-alternate .mat-button-toggle-group-appearance-standard{border:solid 1px #3b3e4a}.theme-alternate .mat-card{background:#212432;color:#f7fafc}.theme-alternate .mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.theme-alternate .mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.theme-alternate .mat-card-subtitle{color:#f7fafcb3}.theme-alternate .mat-checkbox-frame{border-color:#f7fafcb3}.theme-alternate .mat-checkbox-checkmark{fill:#171923}.theme-alternate .mat-checkbox-checkmark-path{stroke:#171923!important}.theme-alternate .mat-checkbox-mixedmark{background-color:#171923}.theme-alternate .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.theme-alternate .mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#0d1c2c}.theme-alternate .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.theme-alternate .mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#c72573}.theme-alternate .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.theme-alternate .mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#e53e3e}.theme-alternate .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.theme-alternate .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#686868}.theme-alternate .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#686868}.theme-alternate .mat-checkbox-disabled .mat-checkbox-label{color:#f7fafc80}.theme-alternate .mat-checkbox .mat-ripple-element{background-color:#f7fafc}.theme-alternate .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.theme-alternate .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#0d1c2c}.theme-alternate .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.theme-alternate .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#c72573}.theme-alternate .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.theme-alternate .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#e53e3e}.theme-alternate .mat-chip.mat-standard-chip{background-color:#3f4561;color:#f7fafc}.theme-alternate .mat-chip.mat-standard-chip .mat-chip-remove{color:#f7fafc;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.theme-alternate .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.theme-alternate .mat-chip.mat-standard-chip:after{background:#f7fafc}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#0d1c2c;color:#f7fafc}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#f7fafc;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:#f7fafc1a}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#e53e3e;color:#f7fafc}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#f7fafc;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:#f7fafc1a}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#c72573;color:#f7fafc}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#f7fafc;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:#f7fafc1a}.theme-alternate .mat-table{background:#212432}.theme-alternate .mat-table thead,.theme-alternate .mat-table tbody,.theme-alternate .mat-table tfoot,.theme-alternate mat-header-row,.theme-alternate mat-row,.theme-alternate mat-footer-row,.theme-alternate [mat-header-row],.theme-alternate [mat-row],.theme-alternate [mat-footer-row],.theme-alternate .mat-table-sticky{background:inherit}.theme-alternate mat-row,.theme-alternate mat-header-row,.theme-alternate mat-footer-row,.theme-alternate th.mat-header-cell,.theme-alternate td.mat-cell,.theme-alternate td.mat-footer-cell{border-bottom-color:#f7fafc1f}.theme-alternate .mat-header-cell{color:#f7fafcb3}.theme-alternate .mat-cell,.theme-alternate .mat-footer-cell{color:#f7fafc}.theme-alternate .mat-calendar-arrow{fill:#f7fafc}.theme-alternate .mat-datepicker-toggle,.theme-alternate .mat-datepicker-content .mat-calendar-next-button,.theme-alternate .mat-datepicker-content .mat-calendar-previous-button{color:#f7fafc}.theme-alternate .mat-calendar-table-header-divider:after{background:rgba(247,250,252,.12)}.theme-alternate .mat-calendar-table-header,.theme-alternate .mat-calendar-body-label{color:#f7fafcb3}.theme-alternate .mat-calendar-body-cell-content,.theme-alternate .mat-date-range-input-separator{color:#f7fafc;border-color:transparent}.theme-alternate .mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:#f7fafc80}.theme-alternate .mat-form-field-disabled .mat-date-range-input-separator{color:#f7fafc80}.theme-alternate .mat-calendar-body-in-preview{color:#f7fafc3d}.theme-alternate .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#f7fafc80}.theme-alternate .mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#f7fafc4d}.theme-alternate .mat-calendar-body-in-range:before{background:rgba(13,28,44,.2)}.theme-alternate .mat-calendar-body-comparison-identical,.theme-alternate .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.theme-alternate .mat-calendar-body-comparison-bridge-start:before,.theme-alternate [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(13,28,44,.2) 50%,rgba(249,171,0,.2) 50%)}.theme-alternate .mat-calendar-body-comparison-bridge-end:before,.theme-alternate [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(13,28,44,.2) 50%,rgba(249,171,0,.2) 50%)}.theme-alternate .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.theme-alternate .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.theme-alternate .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.theme-alternate .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.theme-alternate .mat-calendar-body-selected{background-color:#0d1c2c;color:#f7fafc}.theme-alternate .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#0d1c2c66}.theme-alternate .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #f7fafc}.theme-alternate .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.theme-alternate .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#0d1c2c4d}@media (hover: hover){.theme-alternate .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#0d1c2c4d}}.theme-alternate .mat-datepicker-content{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;background-color:#212432;color:#f7fafc}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before{background:rgba(199,37,115,.2)}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,.theme-alternate .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(199,37,115,.2) 50%,rgba(249,171,0,.2) 50%)}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,.theme-alternate .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(199,37,115,.2) 50%,rgba(249,171,0,.2) 50%)}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#c72573;color:#f7fafc}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#c7257366}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #f7fafc}.theme-alternate .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.theme-alternate .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#c725734d}@media (hover: hover){.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#c725734d}}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before{background:rgba(229,62,62,.2)}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,.theme-alternate .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(229,62,62,.2) 50%,rgba(249,171,0,.2) 50%)}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,.theme-alternate .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(229,62,62,.2) 50%,rgba(249,171,0,.2) 50%)}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#e53e3e;color:#f7fafc}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#e53e3e66}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #f7fafc}.theme-alternate .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.theme-alternate .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#e53e3e4d}@media (hover: hover){.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#e53e3e4d}}.theme-alternate .mat-datepicker-content-touch{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.theme-alternate .mat-datepicker-toggle-active{color:#0d1c2c}.theme-alternate .mat-datepicker-toggle-active.mat-accent{color:#c72573}.theme-alternate .mat-datepicker-toggle-active.mat-warn{color:#e53e3e}.theme-alternate .mat-date-range-input-inner[disabled]{color:#f7fafc80}.theme-alternate .mat-dialog-container{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background:#212432;color:#f7fafc}.theme-alternate .mat-divider{border-top-color:#f7fafc1f}.theme-alternate .mat-divider-vertical{border-right-color:#f7fafc1f}.theme-alternate .mat-expansion-panel{background:#212432;color:#f7fafc}.theme-alternate .mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.theme-alternate .mat-action-row{border-top-color:#f7fafc1f}.theme-alternate .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.theme-alternate .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.theme-alternate .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(247,250,252,.04)}@media (hover: none){.theme-alternate .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#212432}}.theme-alternate .mat-expansion-panel-header-title{color:#f7fafc}.theme-alternate .mat-expansion-panel-header-description,.theme-alternate .mat-expansion-indicator:after{color:#f7fafcb3}.theme-alternate .mat-expansion-panel-header[aria-disabled=true]{color:#f7fafc4d}.theme-alternate .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.theme-alternate .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.theme-alternate .mat-form-field-label,.theme-alternate .mat-hint{color:#f7fafcb3}.theme-alternate .mat-form-field.mat-focused .mat-form-field-label{color:#0d1c2c}.theme-alternate .mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#c72573}.theme-alternate .mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#e53e3e}.theme-alternate .mat-focused .mat-form-field-required-marker{color:#c72573}.theme-alternate .mat-form-field-ripple{background-color:#f7fafc}.theme-alternate .mat-form-field.mat-focused .mat-form-field-ripple{background-color:#0d1c2c}.theme-alternate .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#c72573}.theme-alternate .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#e53e3e}.theme-alternate .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after{color:#0d1c2c}.theme-alternate .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after{color:#c72573}.theme-alternate .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after{color:#e53e3e}.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-label,.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#e53e3e}.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#e53e3e}.theme-alternate .mat-error{color:#e53e3e}.theme-alternate .mat-form-field-appearance-legacy .mat-form-field-label,.theme-alternate .mat-form-field-appearance-legacy .mat-hint{color:#f7fafcb3}.theme-alternate .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:#f7fafcb3}.theme-alternate .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(247,250,252,.7) 0%,rgba(247,250,252,.7) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.theme-alternate .mat-form-field-appearance-standard .mat-form-field-underline{background-color:#f7fafcb3}.theme-alternate .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(247,250,252,.7) 0%,rgba(247,250,252,.7) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.theme-alternate .mat-form-field-appearance-fill .mat-form-field-flex{background-color:#f7fafc1a}.theme-alternate .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:#f7fafc0d}.theme-alternate .mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:#f7fafc80}.theme-alternate .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:#f7fafc80}.theme-alternate .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before{background-color:transparent}.theme-alternate .mat-form-field-appearance-outline .mat-form-field-outline{color:#f7fafc4d}.theme-alternate .mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#f7fafc}.theme-alternate .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#0d1c2c}.theme-alternate .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#c72573}.theme-alternate .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.theme-alternate .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#e53e3e}.theme-alternate .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:#f7fafc80}.theme-alternate .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:#f7fafc26}.theme-alternate .mat-icon.mat-primary{color:#0d1c2c}.theme-alternate .mat-icon.mat-accent{color:#c72573}.theme-alternate .mat-icon.mat-warn{color:#e53e3e}.theme-alternate .mat-form-field-type-mat-native-select .mat-form-field-infix:after{color:#f7fafcb3}.theme-alternate .mat-input-element:disabled,.theme-alternate .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after{color:#f7fafc80}.theme-alternate .mat-input-element{caret-color:#0d1c2c}.theme-alternate .mat-input-element::placeholder{color:#f7fafc80}.theme-alternate .mat-input-element::-moz-placeholder{color:#f7fafc80}.theme-alternate .mat-input-element::-webkit-input-placeholder{color:#f7fafc80}.theme-alternate .mat-input-element:-ms-input-placeholder{color:#f7fafc80}.theme-alternate .mat-input-element:not(.mat-native-select-inline) option{color:#171923de}.theme-alternate .mat-input-element:not(.mat-native-select-inline) option:disabled{color:#17192361}.theme-alternate .mat-form-field.mat-accent .mat-input-element{caret-color:#c72573}.theme-alternate .mat-form-field.mat-warn .mat-input-element,.theme-alternate .mat-form-field-invalid .mat-input-element{caret-color:#e53e3e}.theme-alternate .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after{color:#e53e3e}.theme-alternate .mat-list-base .mat-list-item,.theme-alternate .mat-list-base .mat-list-option{color:#f7fafc}.theme-alternate .mat-list-base .mat-subheader{color:#f7fafcb3}.theme-alternate .mat-list-base .mat-list-item-disabled{background-color:#2b2f42;color:#f7fafc80}.theme-alternate .mat-list-option:hover,.theme-alternate .mat-list-option:focus,.theme-alternate .mat-nav-list .mat-list-item:hover,.theme-alternate .mat-nav-list .mat-list-item:focus,.theme-alternate .mat-action-list .mat-list-item:hover,.theme-alternate .mat-action-list .mat-list-item:focus{background:rgba(247,250,252,.04)}.theme-alternate .mat-list-single-selected-option,.theme-alternate .mat-list-single-selected-option:hover,.theme-alternate .mat-list-single-selected-option:focus{background:rgba(247,250,252,.12)}.theme-alternate .mat-menu-panel{background:#212432}.theme-alternate .mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.theme-alternate .mat-menu-item{background:transparent;color:#f7fafc}.theme-alternate .mat-menu-item[disabled],.theme-alternate .mat-menu-item[disabled] .mat-menu-submenu-icon,.theme-alternate .mat-menu-item[disabled] .mat-icon-no-color{color:#f7fafc80}.theme-alternate .mat-menu-item .mat-icon-no-color,.theme-alternate .mat-menu-submenu-icon{color:#f7fafc}.theme-alternate .mat-menu-item:hover:not([disabled]),.theme-alternate .mat-menu-item.cdk-program-focused:not([disabled]),.theme-alternate .mat-menu-item.cdk-keyboard-focused:not([disabled]),.theme-alternate .mat-menu-item-highlighted:not([disabled]){background:rgba(247,250,252,.04)}.theme-alternate .mat-paginator{background:#212432}.theme-alternate .mat-paginator,.theme-alternate .mat-paginator-page-size .mat-select-trigger{color:#f7fafcb3}.theme-alternate .mat-paginator-decrement,.theme-alternate .mat-paginator-increment{border-top:2px solid #f7fafc;border-right:2px solid #f7fafc}.theme-alternate .mat-paginator-first,.theme-alternate .mat-paginator-last{border-top:2px solid #f7fafc}.theme-alternate .mat-icon-button[disabled] .mat-paginator-decrement,.theme-alternate .mat-icon-button[disabled] .mat-paginator-increment,.theme-alternate .mat-icon-button[disabled] .mat-paginator-first,.theme-alternate .mat-icon-button[disabled] .mat-paginator-last{border-color:#f7fafc80}.theme-alternate .mat-progress-bar-background{fill:#151a25}.theme-alternate .mat-progress-bar-buffer{background-color:#151a25}.theme-alternate .mat-progress-bar-fill:after{background-color:#0d1c2c}.theme-alternate .mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#431c37}.theme-alternate .mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#431c37}.theme-alternate .mat-progress-bar.mat-accent .mat-progress-bar-fill:after{background-color:#c72573}.theme-alternate .mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#4b222a}.theme-alternate .mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#4b222a}.theme-alternate .mat-progress-bar.mat-warn .mat-progress-bar-fill:after{background-color:#e53e3e}.theme-alternate .mat-progress-spinner circle,.theme-alternate .mat-spinner circle{stroke:#0d1c2c}.theme-alternate .mat-progress-spinner.mat-accent circle,.theme-alternate .mat-spinner.mat-accent circle{stroke:#c72573}.theme-alternate .mat-progress-spinner.mat-warn circle,.theme-alternate .mat-spinner.mat-warn circle{stroke:#e53e3e}.theme-alternate .mat-radio-outer-circle{border-color:#f7fafcb3}.theme-alternate .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#0d1c2c}.theme-alternate .mat-radio-button.mat-primary .mat-radio-inner-circle,.theme-alternate .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-alternate .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.theme-alternate .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#0d1c2c}.theme-alternate .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#c72573}.theme-alternate .mat-radio-button.mat-accent .mat-radio-inner-circle,.theme-alternate .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-alternate .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.theme-alternate .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#c72573}.theme-alternate .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#e53e3e}.theme-alternate .mat-radio-button.mat-warn .mat-radio-inner-circle,.theme-alternate .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-alternate .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.theme-alternate .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#e53e3e}.theme-alternate .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:#f7fafc80}.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:#f7fafc80}.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:#f7fafc80}.theme-alternate .mat-radio-button .mat-ripple-element{background-color:#f7fafc}.theme-alternate .mat-select-value{color:#f7fafc}.theme-alternate .mat-select-placeholder,.theme-alternate .mat-select-disabled .mat-select-value{color:#f7fafc80}.theme-alternate .mat-select-arrow{color:#f7fafcb3}.theme-alternate .mat-select-panel{background:#212432}.theme-alternate .mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.theme-alternate .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(247,250,252,.12)}.theme-alternate .mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#0d1c2c}.theme-alternate .mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#c72573}.theme-alternate .mat-form-field.mat-focused.mat-warn .mat-select-arrow,.theme-alternate .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#e53e3e}.theme-alternate .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:#f7fafc80}.theme-alternate .mat-drawer-container{background-color:#171923;color:#f7fafc}.theme-alternate .mat-drawer{background-color:#212432;color:#f7fafc}.theme-alternate .mat-drawer.mat-drawer-push{background-color:#212432}.theme-alternate .mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.theme-alternate .mat-drawer-side{border-right:solid 1px rgba(247,250,252,.12)}.theme-alternate .mat-drawer-side.mat-drawer-end,.theme-alternate [dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(247,250,252,.12);border-right:none}.theme-alternate [dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(247,250,252,.12)}.theme-alternate .mat-drawer-backdrop.mat-drawer-shown{background-color:#dedbcd99}.theme-alternate .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#c72573}.theme-alternate .mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:#c725738a}.theme-alternate .mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#c72573}.theme-alternate .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#0d1c2c}.theme-alternate .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:#0d1c2c8a}.theme-alternate .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#0d1c2c}.theme-alternate .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#e53e3e}.theme-alternate .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:#e53e3e8a}.theme-alternate .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#e53e3e}.theme-alternate .mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#f7fafc}.theme-alternate .mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;background-color:#bdbdbd}.theme-alternate .mat-slide-toggle-bar{background-color:#f7fafc80}.theme-alternate .mat-slider-track-background{background-color:#f7fafc4d}.theme-alternate .mat-slider.mat-primary .mat-slider-track-fill,.theme-alternate .mat-slider.mat-primary .mat-slider-thumb,.theme-alternate .mat-slider.mat-primary .mat-slider-thumb-label{background-color:#0d1c2c}.theme-alternate .mat-slider.mat-primary .mat-slider-thumb-label-text{color:#f7fafc}.theme-alternate .mat-slider.mat-primary .mat-slider-focus-ring{background-color:#0d1c2c33}.theme-alternate .mat-slider.mat-accent .mat-slider-track-fill,.theme-alternate .mat-slider.mat-accent .mat-slider-thumb,.theme-alternate .mat-slider.mat-accent .mat-slider-thumb-label{background-color:#c72573}.theme-alternate .mat-slider.mat-accent .mat-slider-thumb-label-text{color:#f7fafc}.theme-alternate .mat-slider.mat-accent .mat-slider-focus-ring{background-color:#c7257333}.theme-alternate .mat-slider.mat-warn .mat-slider-track-fill,.theme-alternate .mat-slider.mat-warn .mat-slider-thumb,.theme-alternate .mat-slider.mat-warn .mat-slider-thumb-label{background-color:#e53e3e}.theme-alternate .mat-slider.mat-warn .mat-slider-thumb-label-text{color:#f7fafc}.theme-alternate .mat-slider.mat-warn .mat-slider-focus-ring{background-color:#e53e3e33}.theme-alternate .mat-slider:hover .mat-slider-track-background,.theme-alternate .mat-slider.cdk-focused .mat-slider-track-background,.theme-alternate .mat-slider.mat-slider-disabled .mat-slider-track-background,.theme-alternate .mat-slider.mat-slider-disabled .mat-slider-track-fill,.theme-alternate .mat-slider.mat-slider-disabled .mat-slider-thumb,.theme-alternate .mat-slider.mat-slider-disabled:hover .mat-slider-track-background{background-color:#f7fafc4d}.theme-alternate .mat-slider.mat-slider-min-value .mat-slider-focus-ring{background-color:#f7fafc1f}.theme-alternate .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.theme-alternate .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#f7fafc}.theme-alternate .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.theme-alternate .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:#f7fafc4d}.theme-alternate .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:#f7fafc4d;background-color:transparent}.theme-alternate .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.theme-alternate .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:#f7fafc4d}.theme-alternate .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.theme-alternate .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:#f7fafc4d}.theme-alternate .mat-slider-has-ticks .mat-slider-wrapper:after{border-color:#f7fafcb3}.theme-alternate .mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(247,250,252,.7),rgba(247,250,252,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(247,250,252,.7),rgba(247,250,252,.7) 2px,transparent 0,transparent)}.theme-alternate .mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(247,250,252,.7),rgba(247,250,252,.7) 2px,transparent 0,transparent)}.theme-alternate .mat-step-header.cdk-keyboard-focused,.theme-alternate .mat-step-header.cdk-program-focused,.theme-alternate .mat-step-header:hover:not([aria-disabled]),.theme-alternate .mat-step-header:hover[aria-disabled=false]{background-color:#f7fafc0a}.theme-alternate .mat-step-header:hover[aria-disabled=true]{cursor:default}@media (hover: none){.theme-alternate .mat-step-header:hover{background:none}}.theme-alternate .mat-step-header .mat-step-label,.theme-alternate .mat-step-header .mat-step-optional{color:#f7fafcb3}.theme-alternate .mat-step-header .mat-step-icon{background-color:#f7fafcb3;color:#f7fafc}.theme-alternate .mat-step-header .mat-step-icon-selected,.theme-alternate .mat-step-header .mat-step-icon-state-done,.theme-alternate .mat-step-header .mat-step-icon-state-edit{background-color:#0d1c2c;color:#f7fafc}.theme-alternate .mat-step-header.mat-accent .mat-step-icon{color:#f7fafc}.theme-alternate .mat-step-header.mat-accent .mat-step-icon-selected,.theme-alternate .mat-step-header.mat-accent .mat-step-icon-state-done,.theme-alternate .mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#c72573;color:#f7fafc}.theme-alternate .mat-step-header.mat-warn .mat-step-icon{color:#f7fafc}.theme-alternate .mat-step-header.mat-warn .mat-step-icon-selected,.theme-alternate .mat-step-header.mat-warn .mat-step-icon-state-done,.theme-alternate .mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#e53e3e;color:#f7fafc}.theme-alternate .mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#e53e3e}.theme-alternate .mat-step-header .mat-step-label.mat-step-label-active{color:#f7fafc}.theme-alternate .mat-step-header .mat-step-label.mat-step-label-error{color:#e53e3e}.theme-alternate .mat-stepper-horizontal,.theme-alternate .mat-stepper-vertical{background-color:#212432}.theme-alternate .mat-stepper-vertical-line:before{border-left-color:#f7fafc1f}.theme-alternate .mat-horizontal-stepper-header:before,.theme-alternate .mat-horizontal-stepper-header:after,.theme-alternate .mat-stepper-horizontal-line{border-top-color:#f7fafc1f}.theme-alternate .mat-sort-header-arrow{color:#b7babf}.theme-alternate .mat-tab-nav-bar,.theme-alternate .mat-tab-header{border-bottom:1px solid rgba(247,250,252,.12)}.theme-alternate .mat-tab-group-inverted-header .mat-tab-nav-bar,.theme-alternate .mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(247,250,252,.12);border-bottom:none}.theme-alternate .mat-tab-label,.theme-alternate .mat-tab-link{color:#f7fafc}.theme-alternate .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-link.mat-tab-disabled{color:#f7fafc80}.theme-alternate .mat-tab-header-pagination-chevron{border-color:#f7fafc}.theme-alternate .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#f7fafc80}.theme-alternate .mat-tab-group[class*=mat-background-]>.mat-tab-header,.theme-alternate .mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.theme-alternate .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#b6bbc04d}.theme-alternate .mat-tab-group.mat-primary .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#0d1c2c}.theme-alternate .mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.theme-alternate .mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#f7fafc}.theme-alternate .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#eebed54d}.theme-alternate .mat-tab-group.mat-accent .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#c72573}.theme-alternate .mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.theme-alternate .mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:#f7fafc}.theme-alternate .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#f7c5c54d}.theme-alternate .mat-tab-group.mat-warn .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#e53e3e}.theme-alternate .mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.theme-alternate .mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#f7fafc}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#b6bbc04d}.theme-alternate .mat-tab-group.mat-background-primary>.mat-tab-header,.theme-alternate .mat-tab-group.mat-background-primary>.mat-tab-link-container,.theme-alternate .mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.theme-alternate .mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.theme-alternate .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.theme-alternate .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:#0d1c2c}.theme-alternate .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.theme-alternate .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.theme-alternate .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.theme-alternate .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#f7fafc}.theme-alternate .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#f7fafc66}.theme-alternate .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.theme-alternate .mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator:before,.theme-alternate .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.theme-alternate .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator:before{border-color:#f7fafc}.theme-alternate .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#f7fafc;opacity:.4}.theme-alternate .mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.theme-alternate .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.theme-alternate .mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element{background-color:#f7fafc;opacity:.12}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#eebed54d}.theme-alternate .mat-tab-group.mat-background-accent>.mat-tab-header,.theme-alternate .mat-tab-group.mat-background-accent>.mat-tab-link-container,.theme-alternate .mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.theme-alternate .mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.theme-alternate .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.theme-alternate .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:#c72573}.theme-alternate .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.theme-alternate .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.theme-alternate .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.theme-alternate .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:#f7fafc}.theme-alternate .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#f7fafc66}.theme-alternate .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.theme-alternate .mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator:before,.theme-alternate .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.theme-alternate .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator:before{border-color:#f7fafc}.theme-alternate .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#f7fafc;opacity:.4}.theme-alternate .mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.theme-alternate .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.theme-alternate .mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element{background-color:#f7fafc;opacity:.12}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#f7c5c54d}.theme-alternate .mat-tab-group.mat-background-warn>.mat-tab-header,.theme-alternate .mat-tab-group.mat-background-warn>.mat-tab-link-container,.theme-alternate .mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.theme-alternate .mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.theme-alternate .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.theme-alternate .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#e53e3e}.theme-alternate .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.theme-alternate .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.theme-alternate .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.theme-alternate .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#f7fafc}.theme-alternate .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#f7fafc66}.theme-alternate .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.theme-alternate .mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator:before,.theme-alternate .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.theme-alternate .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator:before{border-color:#f7fafc}.theme-alternate .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#f7fafc;opacity:.4}.theme-alternate .mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.theme-alternate .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.theme-alternate .mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element{background-color:#f7fafc;opacity:.12}.theme-alternate .mat-toolbar{background:#212432;color:#f7fafc}.theme-alternate .mat-toolbar.mat-primary{background:#0d1c2c;color:#f7fafc}.theme-alternate .mat-toolbar.mat-accent{background:#c72573;color:#f7fafc}.theme-alternate .mat-toolbar.mat-warn{background:#e53e3e;color:#f7fafc}.theme-alternate .mat-toolbar .mat-form-field-underline,.theme-alternate .mat-toolbar .mat-form-field-ripple,.theme-alternate .mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.theme-alternate .mat-toolbar .mat-form-field-label,.theme-alternate .mat-toolbar .mat-focused .mat-form-field-label,.theme-alternate .mat-toolbar .mat-select-value,.theme-alternate .mat-toolbar .mat-select-arrow,.theme-alternate .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.theme-alternate .mat-toolbar .mat-input-element{caret-color:currentColor}.theme-alternate .mat-tooltip{background:rgba(63,69,97,.9)}.theme-alternate .mat-tree{background:#212432}.theme-alternate .mat-tree-node,.theme-alternate .mat-nested-tree-node{color:#f7fafc}.theme-alternate .mat-snack-bar-container{color:#171923de;background:#fafafa;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.theme-alternate .mat-simple-snackbar-action{color:inherit}.mat-raised-button,.mat-stroked-button,.mat-flat-button{padding:0 1.15em!important;margin:0 .65em!important;min-width:3em!important;line-height:36.4px!important}.mat-standard-chip{padding:.5em .85em!important;min-height:2.5em!important}.material-icons{font-size:24px;font-family:Material Icons,Material Icons!important}.material-icons .mat-badge-content{font-family:DM Sans!important}.taskboard-task.cdk-drag-preview{background-color:#e2e8f0!important;opacity:1!important;border-left:5px solid #3c6c9e;border-radius:5px;box-sizing:border-box;box-shadow:2px 2px 0 1px #0000001a;padding:15px}.taskboard-task.cdk-drag-preview .taskboard-task-title{color:#171923;font-size:16px;margin-bottom:8px;font-weight:500}.taskboard-task.cdk-drag-preview .task-decription{color:#718096;font-size:14px;display:block}.taskboard-task.cdk-drag-preview i{color:#171923;font-size:14px}.example-custom-placeholder{background:#f7fafc;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%233C6C9EFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");border-radius:20px;margin-bottom:15px;min-height:60px}.cdk-drag-placeholder{min-height:80px}.mat-stroked-button{border-color:#a0aec0}.mat-icon-button{line-height:normal!important}.main-container .mat-card{border-radius:16px;padding:0;margin:15px;overflow:hidden;background-color:#edf2f7;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--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)}.main-container .mat-card .mat-card-content{padding:30px}.main-container .mat-card .mat-card-title{font-size:21px}.mat-checkbox-label{font-size:15px}.mat-chip.mat-standard-chip{min-height:24px;font-size:.75rem;border-radius:6px}.mat-dialog-container{max-height:90vh!important}.mat-drawer-container{background-color:#fff!important}.mat-mini-fab{width:40px;height:40px;box-shadow:unset}.mat-mini-fab .mat-button-wrapper{line-height:normal!important}.mat-fab{width:48px;height:48px;box-shadow:unset}.mat-fab .mat-button-wrapper{padding:11px 0;line-height:normal!important}.mat-form-field-appearance-outline .mat-form-field-outline{background:white;border-radius:5px;color:#e2e8f0}.mat-form-field-label{font-weight:500!important}.mat-form-field{width:100%}.theme-select{width:120px}.theme-select .mat-form-field-infix{padding:6px 0 1px!important}.theme-select.mat-form-field-appearance-outline .mat-select-arrow-wrapper{transform:translateY(-4%)!important}.theme-select.mat-form-field-appearance-outline .mat-form-field-outline{height:41px}.mat-icon{vertical-align:middle!important}.mat-progress-bar{border-radius:3px}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#edf2f7}.mat-stepper-horizontal .mat-horizontal-stepper-header-container,.mat-stepper-vertical .mat-horizontal-stepper-header-container{margin-bottom:30px}.mat-stepper-horizontal .mat-horizontal-stepper-header-container .mat-stepper-horizontal-line,.mat-stepper-vertical .mat-horizontal-stepper-header-container .mat-stepper-horizontal-line{border-top-width:4px!important;margin:0 -20px!important;position:relative;left:4px;border-color:#8e195133}.mat-stepper-horizontal .mat-vertical-content-container,.mat-stepper-vertical .mat-vertical-content-container{margin-left:43px!important}.mat-stepper-horizontal .mat-stepper-vertical-line:before,.mat-stepper-vertical .mat-stepper-vertical-line:before{border-left-width:3px!important}.mat-step-header{border-radius:100px}.mat-step-header .mat-step-icon{background-color:#8e195133;width:40px;height:40px}.mat-step-header .mat-step-icon .mat-step-icon-content{color:#8e1951;font-size:18px}.mat-step-header .mat-step-icon-selected{background-color:#c72573!important}.mat-step-header .mat-step-icon-selected .mat-step-icon-content{color:#f7fafc}.mat-step-header .mat-step-label .mat-step-text-label{font-weight:700;font-size:15px}@media (min-height: 1000px){.mat-step-header .mat-step-label .mat-step-text-label{font-size:18px}}.mat-header-cell{font-size:15px;color:inherit}th.mat-header-cell,td.mat-cell,td.mat-footer-cell{padding:16px}.table-responsive{border-radius:15px;border:solid #e2e8f0 2px}.table-responsive th.mat-header-cell:last-of-type,.table-responsive td.mat-cell:last-of-type,.table-responsive td.mat-footer-cell:last-of-type{padding-right:20px;margin-right:4px}.table-squared{border-radius:0;border-width:1px;border-bottom-width:0}.mat-tooltip{font-size:16px!important}.taskboard-wrapper .taskboard-list{padding-bottom:20px!important}.inline-calendar-card{width:350px}.bg-baking-gradient,.bg-pending-card{background:radial-gradient(189.72% 81.7% at 32.9% 39.26%,#163759 0%,#0d1c2c 100%)}.form-field-no-spacing .mat-form-field-wrapper{margin:0;padding:0}.notification.success{background-color:#38a169;color:#f7fafc}.notification.success .mat-button{color:#84d4aa}.notification.success .mat-button:hover{color:#f7fafc}.notification.error{background-color:#e53e3e;color:#f7fafc}.notification.error .mat-button{color:#f4aeae}.notification.error .mat-button:hover{color:#f7fafc}.notification.warning{background-color:#deb14b;color:#f7fafc}.notification.warning .mat-button{color:#f2e0b7}.notification.warning .mat-button:hover{color:#f7fafc}.bk-centered-stepper-content .mat-horizontal-stepper-content{display:flex;flex-direction:column;align-items:center;width:100%}.bk-centered-stepper-content .mat-horizontal-stepper-content form{display:flex;flex-direction:column;align-items:center}.bk-centered-stepper-content .mat-horizontal-stepper-content>*{width:70%}.bk-centered-stepper-content .mat-horizontal-stepper-content .width-auto{width:auto}.angular-editor-wrapper{background-color:#fff}.apexcharts-radar-series>*{stroke:#a0aec0}.apexcharts-yaxis>*,.apexcharts-xaxis>*{stroke:none;fill:#171923}.horizontal .page-wrapper{margin-left:0!important}.leftsidebar{width:265px;box-shadow:1px 0 20px #00000014;border:0px;background:#0d1c2c;color:#f7fafc}.vsidebar,.hsidebar{padding:0 15px}.vsidebar .routeIcon,.hsidebar .routeIcon{width:18px;height:18px;margin-right:10px}.vsidebar .menu-list-item,.hsidebar .menu-list-item{margin:0 0 5px}.vsidebar .menu-list-item .mat-list-item-content,.hsidebar .menu-list-item .mat-list-item-content{border-radius:6px;padding:0 6px 0 10px;color:#f7fafc}.vsidebar .menu-list-item:hover,.hsidebar .menu-list-item:hover{background-color:transparent}.vsidebar .menu-list-item:hover .mat-list-item-content,.hsidebar .menu-list-item:hover .mat-list-item-content{background-color:#26507e;color:#f7fafc}.minisidebar .leftsidebar{width:80px}.vsidebar .menu-list-item.activeMenu .mat-list-item-content,.vsidebar .menu-list-item.activeMenu:hover .mat-list-item-content,.hsidebar .menu-list-item.activeMenu .mat-list-item-content,.hsidebar .menu-list-item.activeMenu:hover .mat-list-item-content{color:#f7fafc;background-color:#92b3dd}.menu-list-item.disabled,.menu-list-item.disabled:hover{opacity:.5;cursor:not-allowed}.topbar .topsearch{position:absolute;top:0;left:0;z-index:1;width:100%;padding:15px;height:64px}.topbar .mat-textsmall{font-size:16px}.topbar .mat-form-field-appearance-fill .mat-form-field-flex{background-color:transparent}.fixedTopbar .main-container .topbar{position:sticky;z-index:10;position:-webkit-sticky;top:0;display:block}.lightTheme .topsearch,.lightTheme .topbar .mat-toolbar{background:#ffffff}.darkTheme .topsearch,.darkTheme .topbar .mat-toolbar{background:#303030}.topbardd{width:385px;max-width:385px!important;padding:10px 20px 20px}.topbardd .mat-list-base .mat-list-item .mat-list-icon.mat-list-item-img{width:45px;height:45px;line-height:50px;text-align:center}.topbardd .mat-list-base .mat-list-item .mat-list-icon.mat-list-item-img img{border-radius:100%}.topbardd .ddheadtitle{font-size:18px}.topbardd .ddtitle{font-weight:500!important}.notify{position:absolute;top:6px;right:4px}.notify .point{width:8px;height:8px;border-radius:100%;display:block}.customizerSidebar{width:260px}.customizerbtn.mat-fab{position:fixed;bottom:15px;z-index:1}.ltr .customizerbtn.mat-fab{right:25px}.rtl .customizerbtn.mat-fab{left:25px}.themeColorOption{padding:15px;margin:0;display:flex;align-items:center;justify-content:space-around}.themeColorOption li{list-style:none;padding:5px;line-height:0;color:#fff;cursor:pointer;border-radius:100%}.themeColorOption li.bakingTheme{background-color:#416996}*{box-sizing:border-box}body{font-family:DM Sans,sans-serif}.main-container .page-wrapper{height:calc(100vh + -0px)}.cursor-pointer{cursor:pointer}.hstack{display:flex;flex-direction:row}.vstack{display:flex;flex-direction:column}.op-5{opacity:.5}.w-100{width:100%}.ml-auto{margin-left:auto}.d-none{display:none!important}.position-relative{position:relative}.feather-10{line-height:10px;width:10px!important;height:10px!important}.feather-10 svg{width:10px;height:10px}.feather-12{line-height:12px;width:12px!important;height:12px!important}.feather-12 svg{width:12px;height:12px}.feather-14{line-height:14px;width:14px!important;height:14px!important}.feather-14 svg{width:14px;height:14px}.feather-18{line-height:18px;width:18px!important;height:18px!important}.feather-18 svg{width:18px;height:18px}.feather-20{line-height:20px}.feather-20 svg{width:20px;height:20px}.feather-30{line-height:30px}.feather-30 svg{width:30px;height:30px}.fill-accent svg{fill:#c72573;color:#c72573}.fill-primary svg{fill:#416996;color:#416996}.fill-warning svg{fill:#deb14b;color:#deb14b}.fill-muted svg{fill:#777e89;color:#777e89}.thumb-md{width:50px!important;height:40px!important}@media (max-width: 1099px){.d-md-block{display:block!important}}@media (min-width: 1100px){.d-lg-block{display:block!important}}@media (max-width: 600px){.d-sm-block{display:block!important}}@media (min-width: 600px){.hastack-md,.vstack-md{display:flex}}.table-responsive{overflow:auto}.button-group button{margin-right:8px;margin-bottom:8px}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width: 1280px){.d-lg-none{display:none}}.horizontal .horizontal-container{max-width:1270px;margin:0 auto}.horizontal .hori-navbar{margin:0 0 30px;background:white;box-shadow:1px 0 20px #00000014;border-radius:8px;position:relative}.horizontal .hori-navbar .parentBox{position:relative;z-index:5;margin:5px 0}.horizontal .hori-navbar .parentBox.mega-menu{position:static}.horizontal .hori-navbar .parentBox.mega-menu:hover>.childBox>.ddmenu{display:inline-block}.horizontal .hori-navbar .parentBox.mega-menu>.childBox{width:100%;left:0}.horizontal .hori-navbar .parentBox.mega-menu>.childBox>.ddmenu{width:24%}.horizontal .hori-navbar .parentBox.two-column:hover>.childBox>.ddmenu{display:inline-block}.horizontal .hori-navbar .parentBox.two-column>.childBox{width:600px}.horizontal .hori-navbar .parentBox.two-column>.childBox>.ddmenu{width:49%}.horizontal .hori-navbar .parentBox .menuLink{padding:10px;border-radius:6px}.horizontal .hori-navbar .parentBox:hover>.menuLink{background-color:#00000006}.horizontal .hori-navbar .parentBox:hover>.activeMenu,.horizontal .hori-navbar .parentBox .activeMenu{color:#f7fafc;background-color:#c72573}.horizontal .hori-navbar .parentBox .down-icon{line-height:0}.horizontal .hori-navbar .parentBox .childBox{border-radius:8px;box-shadow:1px 0 20px #00000014;position:absolute;width:300px}.horizontal .hori-navbar .parentBox .childBox .ddmenu{display:none;padding:10px;position:relative}.horizontal .hori-navbar .parentBox:hover>.childBox>.ddmenu:hover{background-color:#00000006}.horizontal .hori-navbar .parentBox:hover>.childBox>.ddmenu:hover:hover>.childBox>.ddmenu:hover{background-color:#00000006}.horizontal .hori-navbar .parentBox:hover>.childBox>.ddmenu:hover>.childBox{left:300px;top:0;z-index:9}.horizontal .hori-navbar .parentBox:hover>.childBox>.ddmenu:hover>.childBox>.ddmenu:hover>.childBox{left:300px;top:0}.horizontal .hori-navbar .parentBox:hover>.childBox>.ddmenu{display:block}.horizontal .hori-navbar .parentBox:hover>.childBox>.ddmenu:hover>.childBox>.ddmenu{display:block}.horizontal .hori-navbar .parentBox:hover>.childBox>.ddmenu:hover>.childBox>.ddmenu:hover>.childBox>.ddmenu{display:block}.lightTheme .horizontal .topbar{background:#fff;box-shadow:1px 0 20px #00000014}.lightTheme .horizontal .hori-navbar,.lightTheme .horizontal .childBox{background:#fff}.darkTheme .horizontal .topbar{background:#202020}.darkTheme .horizontal .hori-navbar,.darkTheme .horizontal .childBox{background:#424242}@media (min-width: 1100px){.horizontal .leftsidebar{display:none}}.ltr .horizontal .hori-navbar .parentBox:last-child:hover>.childBox>.ddmenu:hover>.childBox{right:300px;left:unset}.ltr .horizontal .hori-navbar .parentBox:last-child:hover>.childBox>.ddmenu:hover>.childBox>.ddmenu:hover>.childBox{right:300px;left:unset}.rtl .horizontal .hori-navbar .parentBox:last-child:hover>.childBox>.ddmenu:hover>.childBox{left:300px;right:unset}.rtl .horizontal .hori-navbar .parentBox:last-child:hover>.childBox>.ddmenu:hover>.childBox>.ddmenu:hover>.childBox{left:300px;right:unset}@media (min-width: 1100px){.mainboxContainer.minisidebar .leftsidebar .brand{width:58px;overflow:hidden;margin:0 auto}.mainboxContainer.minisidebar .leftsidebar:hover{width:265px;transition:width .2s cubic-bezier(.25,.8,.25,1),transform .2s cubic-bezier(.25,.8,.25,1)}.mainboxContainer.minisidebar .leftsidebar:hover .brand{width:100%;overflow:unset;margin:unset}.mainboxContainer.minisidebar .leftsidebar:hover .vsidebar .vmenu-list-item .mat-small{width:100%}.mainboxContainer.minisidebar .leftsidebar:hover .vsidebar .vmenu-list-item .menu-list-item .routeIcon{margin-right:10px}.mainboxContainer.minisidebar .leftsidebar:hover .vsidebar .vmenu-list-item .menu-list-item .hide-menu,.mainboxContainer.minisidebar .leftsidebar:hover .vsidebar .vmenu-list-item .menu-list-item .arrow-icon{display:flex!important}.mainboxContainer.minisidebar .leftsidebar .vsidebar .vmenu-list-item .mat-small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:45px;display:block}.mainboxContainer.minisidebar .leftsidebar .vsidebar .vmenu-list-item .menu-list-item .routeIcon{margin-right:0}.mainboxContainer.minisidebar .leftsidebar .vsidebar .vmenu-list-item .menu-list-item .hide-menu,.mainboxContainer.minisidebar .leftsidebar .vsidebar .vmenu-list-item .menu-list-item .arrow-icon{display:none!important}}@media (max-width: 1099px){.mainboxContainer.minisidebar .leftsidebar{width:265px}}.activity{border-left:2px solid #bdbdbd;position:relative}.activity .activity-status{position:absolute;left:-1px;top:10px;display:flex;align-items:center;justify-content:center}.activity .activity-status:before{position:absolute;width:20px;height:35px;content:""}.activity .activity-status .status{position:absolute;content:"";width:12px;height:12px;border-radius:50%;background-color:#f7fafc}.activity .activity-status .status.status-big{width:18px;height:18px}.activity .activity-status .status.status-success{border:2px solid #38a169}.activity .activity-status .status.status-primary{border:2px solid #416996}.activity .activity-status .status.status-accent{border:2px solid #c72573}.activity .activity-status .status.status-info{border:2px solid #17cdff}.activity .activity-status .status.status-warning{border:2px solid #deb14b}.activity .activity-status .status.status-danger{border:2px solid #e53e3e}.activity .activity-status .status.status-background-succes{background-color:#38a169}.activity .activity-status .status.status-background-primary{background-color:#416996}.activity .activity-status .status.status-background-accent{background-color:#c72573}.activity .activity-status .status.status-background-info{background-color:#17cdff}.activity .activity-status .status.status-background-warning{background-color:#deb14b}.activity .activity-status .status.status-background-danger{background-color:#e53e3e}.activity .activity-text{min-height:60px}@media (max-width: 1279px){.detail-part.movetodetail{display:block;position:absolute;background:#f7fafc;z-index:9}.welcome-app{display:none}}.mail-pagination .ngx-pagination{margin:2px 0 1px}.price-listing .mat-list-item .mat-list-item-content{display:block!important}.notes-app .mat-list-item-content{padding:0!important}.rtl .mainboxContainer .welcome-card:before{background-position:right -9px top 24px;transform:scaleX(-1)}.rtl .mainboxContainer .earnings-bg:before{transform:scaleX(-1)}.rtl .mainboxContainer .activity{border-left:0;border-right:2px solid #bdbdbd}.rtl .mainboxContainer .activity .activity-status{left:unset;right:-1px}.rtl .ml-auto{margin-left:unset;margin-right:auto}.rtl .border-right{border-right:0;border-left:1px solid rgba(0,0,0,.12)}.rtl .border-left{border-left:0;border-right:1px solid rgba(0,0,0,.12)}.rtl .text-right{text-align:left!important}.rtl .note-color{right:0;left:unset}.darkTheme .bg-light-primary,.darkTheme .cal-week-view .cal-starts-within-day .cal-event,.darkTheme .cal-week-view .cal-time-events .cal-event{background-color:#644035!important}.darkTheme .bg-light-accent,.darkTheme .cal-week-view .cal-header.cal-today{background-color:#046f76!important}.darkTheme .bg-light-inverse,.darkTheme .cal-week-view .cal-ends-within-day .cal-event{background-color:#504f4f!important}.darkTheme .bg-white{background-color:#424242!important}.darkTheme a.link,.darkTheme a{color:#f7fafc;text-decoration:none}.darkTheme .cal-month-view,.darkTheme .cal-week-view,.darkTheme .cal-month-view .cal-cell-row .cal-cell:hover,.darkTheme .cal-month-view .cal-cell.cal-has-events.cal-open,.darkTheme .cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover,.darkTheme .angular-editor-toolbar,.darkTheme .ae-font .ae-picker-options,.darkTheme .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,.darkTheme .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group{background-color:#303030!important}.darkTheme .cal-month-view .cal-cell-row:hover,.darkTheme .cal-week-view .cal-hour-odd,.darkTheme .cal-week-view .cal-day-headers .cal-header:hover,.darkTheme .cal-week-view .cal-day-headers .cal-drag-over,.darkTheme .ae-font .ae-picker-label,.darkTheme .angular-editor-toolbar .angular-editor-toolbar-set .angular-editor-button,.darkTheme .activity .activity-status:before,.darkTheme .activity .activity-status .status,.darkTheme .ngx-datatable.material,.darkTheme .ngx-datatable.material .datatable-header .datatable-header-cell{background-color:#424242!important}.darkTheme .cal-month-view .cal-day-cell:not(:last-child),.darkTheme .cal-month-view .cal-days .cal-cell-row,.darkTheme .cal-month-view .cal-days,.darkTheme .cal-week-view .cal-day-headers,.darkTheme .cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,.darkTheme .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment,.darkTheme .cal-week-view .cal-day-headers .cal-header:not(:last-child),.darkTheme .cal-week-view .cal-time-events,.darkTheme .cal-week-view .cal-day-column,.darkTheme .angular-editor-toolbar,.darkTheme .angular-editor-toolbar .angular-editor-toolbar-set .angular-editor-button,.darkTheme .angular-editor .angular-editor-wrapper .angular-editor-textarea,.darkTheme .ae-font .ae-picker-label,.darkTheme .ae-font.ae-expanded .ae-picker-options,.darkTheme .mat-table-sticky:first-child,.darkTheme .mat-table-sticky:last-child,.darkTheme .mat-table-sticky,.darkTheme .ngx-datatable.material,.darkTheme .ngx-datatable.material .datatable-header .resize-handle,.darkTheme .ngx-datatable.material .datatable-header{border-color:#ffffff1f!important}.darkTheme .notes-item.selected{background-color:#504f4f!important}.darkTheme .text-muted,.darkTheme .angular-editor-toolbar .angular-editor-toolbar-set .angular-editor-button,.darkTheme .ae-font .ae-picker-label,.darkTheme .ae-font .ae-picker-options,.darkTheme .ae-font .ae-picker-options .ae-picker-item.selected,.darkTheme .ae-font .ae-picker-options .ae-picker-item,.darkTheme .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell,.darkTheme .ngx-datatable.material .datatable-header .datatable-header-cell,.darkTheme .ngx-datatable.material .datatable-footer .datatable-pager a,.darkTheme .ngx-datatable.material .datatable-footer{color:#adb0bb!important}.darkTheme .ae-font .ae-picker-label svg .ae-stroke{stroke:#adb0bb!important}.darkTheme .ae-font .ae-picker-label:before,.darkTheme .ae-font .ae-picker-label:hover:before{background:linear-gradient(to right,#303030,#303030 100%)}.table-responsive .header-label{display:none}@media (max-width: 600px){.table-responsive .mat-header-row{display:none}.table-responsive mat-cell:first-of-type,.table-responsive mat-header-cell:first-of-type,.table-responsive mat-footer-cell:first-of-type{padding-left:0}.table-responsive .mat-row{flex-direction:column;align-items:flex-start;padding:8px 15px}.table-responsive .header-label{width:80px;display:inline-block;font-weight:600}}.ngx-datatable.material{box-shadow:none;border:1px solid rgba(0,0,0,.12)}.login-register{height:100vh;display:flex;background-size:cover;align-items:center}.login-register .login-register-box{max-width:400px;min-width:280px;margin:0 auto;vertical-align:middle}.error-card h1{font-size:210px;font-weight:800;line-height:210px;margin:0;text-shadow:4px 5px 1px #b3bbbf}@media (max-width: 767px){.error-card h1{font-size:120px;line-height:120px}}@media (min-width: 1200px){.left-bg-img{position:absolute;height:100vh;right:-50px}}.left-bg-img{display:flex;align-items:center;justify-content:center;margin:0 auto}.auth-wrapper{flex-flow:nowrap;box-sizing:border-box;display:flex;width:100%;height:100vh;justify-content:center;align-items:center}@media (max-width: 767px){.auth-wrapper{flex-flow:nowrap;box-sizing:border-box;display:flex;width:100%;height:100vh;justify-content:center;align-items:center}}.right-bg-content{box-sizing:border-box;flex-flow:row wrap;width:100%;display:flex;justify-content:center}.divider-text{position:absolute;left:0;right:0;margin:0 auto;width:110px;top:-11px;background:#fafafa;display:block;text-align:center}.auth-brand{position:absolute;top:0}.auth-background{background-image:url(login-bh-2.8e960d481b120ad6.svg);flex:1 1 50%;box-sizing:border-box;max-width:50%;background-repeat:no-repeat;height:900px;margin-left:100px}@media (max-width: 767px){.auth-background{background-image:none;margin-left:0;flex:0!important}}.mat-success{color:#fff!important;background-color:#28a745!important}.mat-success[disabled]{background-color:#0000001f!important}.mat-active1{color:#fff;border-color:#416996;background-color:#df5397!important}.mat-active2{color:#416996;border-color:#416996;background-color:#ec98c0!important}.mat-active3{color:#416996;border-color:#416996;background-color:#e7bcd1!important}.mat-outline1{color:#416996;border:1px solid #416996!important;background-color:#fff!important}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e2e8f0}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#a0aec0}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}h1{font-family:Josefin Sans,sans-serif!important;font-size:3rem!important;line-height:1!important}h2{font-family:Josefin Sans,sans-serif!important;font-size:2.25rem!important;line-height:2.5rem!important}h3{font-family:Josefin Sans,sans-serif!important;font-size:1.875rem!important;line-height:2.25rem!important}h4{font-family:Josefin Sans,sans-serif!important;font-size:1.5rem!important;line-height:2rem!important}h5{font-family:DM Sans,sans-serif!important;font-size:1.25rem!important;line-height:1.75rem!important}h6{font-family:DM Sans,sans-serif!important;font-size:1.125rem!important;line-height:1.75rem!important}small{font-size:.875rem!important;line-height:1.25rem!important}ul{list-style-position:inside;list-style-type:disc}ol{list-style-position:inside;list-style-type:decimal}a{font-weight:500;--tw-text-opacity: 1;color:rgb(60 108 158 / var(--tw-text-opacity))}a:hover{text-decoration-line:underline}*,: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(60 108 158 / .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(60 108 158 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.-left-\[20px\]{left:-20px}.bottom-4{bottom:1rem}.right-4{right:1rem}.z-10{z-index:10}.z-50{z-index:50}.float-right{float:right}.\!m-0{margin:0!important}.m-0{margin:0}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.\!mb-6{margin-bottom:1.5rem!important}.\!ml-4{margin-left:1rem!important}.\!ml-auto{margin-left:auto!important}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-3\.5{margin-bottom:.875rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-2\.5{margin-left:.625rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-10{margin-right:2.5rem}.mr-2{margin-right:.5rem}.mr-2\.5{margin-right:.625rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-8{margin-right:2rem}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-3\.5{margin-top:.875rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.\!flex{display:flex!important}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.\!h-0{height:0px!important}.\!h-10{height:2.5rem!important}.\!h-fit{height:-moz-fit-content!important;height:fit-content!important}.h-10{height:2.5rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-52{height:13rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-\[500px\]{height:500px}.h-\[60vh\]{height:60vh}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.max-h-40{max-height:10rem}.min-h-\[200px\]{min-height:200px}.\!w-10{width:2.5rem!important}.\!w-fit{width:-moz-fit-content!important;width:fit-content!important}.w-10{width:2.5rem}.w-10\/12{width:83.333333%}.w-14{width:3.5rem}.w-16{width:4rem}.w-5\/12{width:41.666667%}.w-64{width:16rem}.w-7\/12{width:58.333333%}.w-8{width:2rem}.w-80{width:20rem}.w-96{width:24rem}.w-\[2px\]{width:2px}.w-\[480px\]{width:480px}.w-\[500px\]{width:500px}.w-\[98\%\]{width:98%}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.\!scale-0{--tw-scale-x: 0 !important;--tw-scale-y: 0 !important;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))!important}.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 pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.\!flex-row{flex-direction:row!important}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.self-end{align-self:flex-end}.overflow-auto{overflow:auto}.\!overflow-visible{overflow:visible!important}.overflow-y-auto{overflow-y:auto}.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.\!rounded-3xl{border-radius:1.5rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[32px\]{border-radius:32px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-l-5{border-left-width:5px}.border-dashed{border-style:dashed}.border-black{--tw-border-opacity: 1;border-color:rgb(23 25 35 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(203 213 224 / var(--tw-border-opacity))}.\!bg-accent-100{--tw-bg-opacity: 1 !important;background-color:rgb(234 167 200 / var(--tw-bg-opacity))!important}.\!bg-accent-100\/0{background-color:#eaa7c800!important}.\!bg-accent-100\/10{background-color:#eaa7c81a!important}.\!bg-accent-100\/100{background-color:#eaa7c8!important}.\!bg-accent-100\/20{background-color:#eaa7c833!important}.\!bg-accent-100\/25{background-color:#eaa7c840!important}.\!bg-accent-100\/30{background-color:#eaa7c84d!important}.\!bg-accent-100\/40{background-color:#eaa7c866!important}.\!bg-accent-100\/5{background-color:#eaa7c80d!important}.\!bg-accent-100\/50{background-color:#eaa7c880!important}.\!bg-accent-100\/60{background-color:#eaa7c899!important}.\!bg-accent-100\/70{background-color:#eaa7c8b3!important}.\!bg-accent-100\/75{background-color:#eaa7c8bf!important}.\!bg-accent-100\/80{background-color:#eaa7c8cc!important}.\!bg-accent-100\/90{background-color:#eaa7c8e6!important}.\!bg-accent-100\/95{background-color:#eaa7c8f2!important}.\!bg-accent-200{--tw-bg-opacity: 1 !important;background-color:rgb(226 131 177 / var(--tw-bg-opacity))!important}.\!bg-accent-200\/0{background-color:#e283b100!important}.\!bg-accent-200\/10{background-color:#e283b11a!important}.\!bg-accent-200\/100{background-color:#e283b1!important}.\!bg-accent-200\/20{background-color:#e283b133!important}.\!bg-accent-200\/25{background-color:#e283b140!important}.\!bg-accent-200\/30{background-color:#e283b14d!important}.\!bg-accent-200\/40{background-color:#e283b166!important}.\!bg-accent-200\/5{background-color:#e283b10d!important}.\!bg-accent-200\/50{background-color:#e283b180!important}.\!bg-accent-200\/60{background-color:#e283b199!important}.\!bg-accent-200\/70{background-color:#e283b1b3!important}.\!bg-accent-200\/75{background-color:#e283b1bf!important}.\!bg-accent-200\/80{background-color:#e283b1cc!important}.\!bg-accent-200\/90{background-color:#e283b1e6!important}.\!bg-accent-200\/95{background-color:#e283b1f2!important}.\!bg-accent-300{--tw-bg-opacity: 1 !important;background-color:rgb(219 99 157 / var(--tw-bg-opacity))!important}.\!bg-accent-300\/0{background-color:#db639d00!important}.\!bg-accent-300\/10{background-color:#db639d1a!important}.\!bg-accent-300\/100{background-color:#db639d!important}.\!bg-accent-300\/20{background-color:#db639d33!important}.\!bg-accent-300\/25{background-color:#db639d40!important}.\!bg-accent-300\/30{background-color:#db639d4d!important}.\!bg-accent-300\/40{background-color:#db639d66!important}.\!bg-accent-300\/5{background-color:#db639d0d!important}.\!bg-accent-300\/50{background-color:#db639d80!important}.\!bg-accent-300\/60{background-color:#db639d99!important}.\!bg-accent-300\/70{background-color:#db639db3!important}.\!bg-accent-300\/75{background-color:#db639dbf!important}.\!bg-accent-300\/80{background-color:#db639dcc!important}.\!bg-accent-300\/90{background-color:#db639de6!important}.\!bg-accent-300\/95{background-color:#db639df2!important}.\!bg-accent-400{--tw-bg-opacity: 1 !important;background-color:rgb(214 60 135 / var(--tw-bg-opacity))!important}.\!bg-accent-400\/0{background-color:#d63c8700!important}.\!bg-accent-400\/10{background-color:#d63c871a!important}.\!bg-accent-400\/100{background-color:#d63c87!important}.\!bg-accent-400\/20{background-color:#d63c8733!important}.\!bg-accent-400\/25{background-color:#d63c8740!important}.\!bg-accent-400\/30{background-color:#d63c874d!important}.\!bg-accent-400\/40{background-color:#d63c8766!important}.\!bg-accent-400\/5{background-color:#d63c870d!important}.\!bg-accent-400\/50{background-color:#d63c8780!important}.\!bg-accent-400\/60{background-color:#d63c8799!important}.\!bg-accent-400\/70{background-color:#d63c87b3!important}.\!bg-accent-400\/75{background-color:#d63c87bf!important}.\!bg-accent-400\/80{background-color:#d63c87cc!important}.\!bg-accent-400\/90{background-color:#d63c87e6!important}.\!bg-accent-400\/95{background-color:#d63c87f2!important}.\!bg-accent-500{--tw-bg-opacity: 1 !important;background-color:rgb(199 37 115 / var(--tw-bg-opacity))!important}.\!bg-accent-500\/0{background-color:#c7257300!important}.\!bg-accent-500\/10{background-color:#c725731a!important}.\!bg-accent-500\/100{background-color:#c72573!important}.\!bg-accent-500\/20{background-color:#c7257333!important}.\!bg-accent-500\/25{background-color:#c7257340!important}.\!bg-accent-500\/30{background-color:#c725734d!important}.\!bg-accent-500\/40{background-color:#c7257366!important}.\!bg-accent-500\/5{background-color:#c725730d!important}.\!bg-accent-500\/50{background-color:#c7257380!important}.\!bg-accent-500\/60{background-color:#c7257399!important}.\!bg-accent-500\/70{background-color:#c72573b3!important}.\!bg-accent-500\/75{background-color:#c72573bf!important}.\!bg-accent-500\/80{background-color:#c72573cc!important}.\!bg-accent-500\/90{background-color:#c72573e6!important}.\!bg-accent-500\/95{background-color:#c72573f2!important}.\!bg-accent-600{--tw-bg-opacity: 1 !important;background-color:rgb(171 31 98 / var(--tw-bg-opacity))!important}.\!bg-accent-600\/0{background-color:#ab1f6200!important}.\!bg-accent-600\/10{background-color:#ab1f621a!important}.\!bg-accent-600\/100{background-color:#ab1f62!important}.\!bg-accent-600\/20{background-color:#ab1f6233!important}.\!bg-accent-600\/25{background-color:#ab1f6240!important}.\!bg-accent-600\/30{background-color:#ab1f624d!important}.\!bg-accent-600\/40{background-color:#ab1f6266!important}.\!bg-accent-600\/5{background-color:#ab1f620d!important}.\!bg-accent-600\/50{background-color:#ab1f6280!important}.\!bg-accent-600\/60{background-color:#ab1f6299!important}.\!bg-accent-600\/70{background-color:#ab1f62b3!important}.\!bg-accent-600\/75{background-color:#ab1f62bf!important}.\!bg-accent-600\/80{background-color:#ab1f62cc!important}.\!bg-accent-600\/90{background-color:#ab1f62e6!important}.\!bg-accent-600\/95{background-color:#ab1f62f2!important}.\!bg-accent-700{--tw-bg-opacity: 1 !important;background-color:rgb(142 25 81 / var(--tw-bg-opacity))!important}.\!bg-accent-700\/0{background-color:#8e195100!important}.\!bg-accent-700\/10{background-color:#8e19511a!important}.\!bg-accent-700\/100{background-color:#8e1951!important}.\!bg-accent-700\/20{background-color:#8e195133!important}.\!bg-accent-700\/25{background-color:#8e195140!important}.\!bg-accent-700\/30{background-color:#8e19514d!important}.\!bg-accent-700\/40{background-color:#8e195166!important}.\!bg-accent-700\/5{background-color:#8e19510d!important}.\!bg-accent-700\/50{background-color:#8e195180!important}.\!bg-accent-700\/60{background-color:#8e195199!important}.\!bg-accent-700\/70{background-color:#8e1951b3!important}.\!bg-accent-700\/75{background-color:#8e1951bf!important}.\!bg-accent-700\/80{background-color:#8e1951cc!important}.\!bg-accent-700\/90{background-color:#8e1951e6!important}.\!bg-accent-700\/95{background-color:#8e1951f2!important}.\!bg-accent-800{--tw-bg-opacity: 1 !important;background-color:rgb(114 19 64 / var(--tw-bg-opacity))!important}.\!bg-accent-800\/0{background-color:#72134000!important}.\!bg-accent-800\/10{background-color:#7213401a!important}.\!bg-accent-800\/100{background-color:#721340!important}.\!bg-accent-800\/20{background-color:#72134033!important}.\!bg-accent-800\/25{background-color:#72134040!important}.\!bg-accent-800\/30{background-color:#7213404d!important}.\!bg-accent-800\/40{background-color:#72134066!important}.\!bg-accent-800\/5{background-color:#7213400d!important}.\!bg-accent-800\/50{background-color:#72134080!important}.\!bg-accent-800\/60{background-color:#72134099!important}.\!bg-accent-800\/70{background-color:#721340b3!important}.\!bg-accent-800\/75{background-color:#721340bf!important}.\!bg-accent-800\/80{background-color:#721340cc!important}.\!bg-accent-800\/90{background-color:#721340e6!important}.\!bg-accent-800\/95{background-color:#721340f2!important}.\!bg-accent-900{--tw-bg-opacity: 1 !important;background-color:rgb(85 12 47 / var(--tw-bg-opacity))!important}.\!bg-accent-900\/0{background-color:#550c2f00!important}.\!bg-accent-900\/10{background-color:#550c2f1a!important}.\!bg-accent-900\/100{background-color:#550c2f!important}.\!bg-accent-900\/20{background-color:#550c2f33!important}.\!bg-accent-900\/25{background-color:#550c2f40!important}.\!bg-accent-900\/30{background-color:#550c2f4d!important}.\!bg-accent-900\/40{background-color:#550c2f66!important}.\!bg-accent-900\/5{background-color:#550c2f0d!important}.\!bg-accent-900\/50{background-color:#550c2f80!important}.\!bg-accent-900\/60{background-color:#550c2f99!important}.\!bg-accent-900\/70{background-color:#550c2fb3!important}.\!bg-accent-900\/75{background-color:#550c2fbf!important}.\!bg-accent-900\/80{background-color:#550c2fcc!important}.\!bg-accent-900\/90{background-color:#550c2fe6!important}.\!bg-accent-900\/95{background-color:#550c2ff2!important}.\!bg-blue{--tw-bg-opacity: 1 !important;background-color:rgb(60 108 158 / var(--tw-bg-opacity))!important}.\!bg-blue-100{--tw-bg-opacity: 1 !important;background-color:rgb(216 226 236 / var(--tw-bg-opacity))!important}.\!bg-blue-100\/0{background-color:#d8e2ec00!important}.\!bg-blue-100\/10{background-color:#d8e2ec1a!important}.\!bg-blue-100\/100{background-color:#d8e2ec!important}.\!bg-blue-100\/20{background-color:#d8e2ec33!important}.\!bg-blue-100\/25{background-color:#d8e2ec40!important}.\!bg-blue-100\/30{background-color:#d8e2ec4d!important}.\!bg-blue-100\/40{background-color:#d8e2ec66!important}.\!bg-blue-100\/5{background-color:#d8e2ec0d!important}.\!bg-blue-100\/50{background-color:#d8e2ec80!important}.\!bg-blue-100\/60{background-color:#d8e2ec99!important}.\!bg-blue-100\/70{background-color:#d8e2ecb3!important}.\!bg-blue-100\/75{background-color:#d8e2ecbf!important}.\!bg-blue-100\/80{background-color:#d8e2eccc!important}.\!bg-blue-100\/90{background-color:#d8e2ece6!important}.\!bg-blue-100\/95{background-color:#d8e2ecf2!important}.\!bg-blue-200{--tw-bg-opacity: 1 !important;background-color:rgb(177 196 216 / var(--tw-bg-opacity))!important}.\!bg-blue-200\/0{background-color:#b1c4d800!important}.\!bg-blue-200\/10{background-color:#b1c4d81a!important}.\!bg-blue-200\/100{background-color:#b1c4d8!important}.\!bg-blue-200\/20{background-color:#b1c4d833!important}.\!bg-blue-200\/25{background-color:#b1c4d840!important}.\!bg-blue-200\/30{background-color:#b1c4d84d!important}.\!bg-blue-200\/40{background-color:#b1c4d866!important}.\!bg-blue-200\/5{background-color:#b1c4d80d!important}.\!bg-blue-200\/50{background-color:#b1c4d880!important}.\!bg-blue-200\/60{background-color:#b1c4d899!important}.\!bg-blue-200\/70{background-color:#b1c4d8b3!important}.\!bg-blue-200\/75{background-color:#b1c4d8bf!important}.\!bg-blue-200\/80{background-color:#b1c4d8cc!important}.\!bg-blue-200\/90{background-color:#b1c4d8e6!important}.\!bg-blue-200\/95{background-color:#b1c4d8f2!important}.\!bg-blue-300{--tw-bg-opacity: 1 !important;background-color:rgb(138 167 197 / var(--tw-bg-opacity))!important}.\!bg-blue-300\/0{background-color:#8aa7c500!important}.\!bg-blue-300\/10{background-color:#8aa7c51a!important}.\!bg-blue-300\/100{background-color:#8aa7c5!important}.\!bg-blue-300\/20{background-color:#8aa7c533!important}.\!bg-blue-300\/25{background-color:#8aa7c540!important}.\!bg-blue-300\/30{background-color:#8aa7c54d!important}.\!bg-blue-300\/40{background-color:#8aa7c566!important}.\!bg-blue-300\/5{background-color:#8aa7c50d!important}.\!bg-blue-300\/50{background-color:#8aa7c580!important}.\!bg-blue-300\/60{background-color:#8aa7c599!important}.\!bg-blue-300\/70{background-color:#8aa7c5b3!important}.\!bg-blue-300\/75{background-color:#8aa7c5bf!important}.\!bg-blue-300\/80{background-color:#8aa7c5cc!important}.\!bg-blue-300\/90{background-color:#8aa7c5e6!important}.\!bg-blue-300\/95{background-color:#8aa7c5f2!important}.\!bg-blue-400{--tw-bg-opacity: 1 !important;background-color:rgb(99 137 177 / var(--tw-bg-opacity))!important}.\!bg-blue-400\/0{background-color:#6389b100!important}.\!bg-blue-400\/10{background-color:#6389b11a!important}.\!bg-blue-400\/100{background-color:#6389b1!important}.\!bg-blue-400\/20{background-color:#6389b133!important}.\!bg-blue-400\/25{background-color:#6389b140!important}.\!bg-blue-400\/30{background-color:#6389b14d!important}.\!bg-blue-400\/40{background-color:#6389b166!important}.\!bg-blue-400\/5{background-color:#6389b10d!important}.\!bg-blue-400\/50{background-color:#6389b180!important}.\!bg-blue-400\/60{background-color:#6389b199!important}.\!bg-blue-400\/70{background-color:#6389b1b3!important}.\!bg-blue-400\/75{background-color:#6389b1bf!important}.\!bg-blue-400\/80{background-color:#6389b1cc!important}.\!bg-blue-400\/90{background-color:#6389b1e6!important}.\!bg-blue-400\/95{background-color:#6389b1f2!important}.\!bg-blue-500{--tw-bg-opacity: 1 !important;background-color:rgb(60 108 158 / var(--tw-bg-opacity))!important}.\!bg-blue-500\/0{background-color:#3c6c9e00!important}.\!bg-blue-500\/10{background-color:#3c6c9e1a!important}.\!bg-blue-500\/100{background-color:#3c6c9e!important}.\!bg-blue-500\/20{background-color:#3c6c9e33!important}.\!bg-blue-500\/25{background-color:#3c6c9e40!important}.\!bg-blue-500\/30{background-color:#3c6c9e4d!important}.\!bg-blue-500\/40{background-color:#3c6c9e66!important}.\!bg-blue-500\/5{background-color:#3c6c9e0d!important}.\!bg-blue-500\/50{background-color:#3c6c9e80!important}.\!bg-blue-500\/60{background-color:#3c6c9e99!important}.\!bg-blue-500\/70{background-color:#3c6c9eb3!important}.\!bg-blue-500\/75{background-color:#3c6c9ebf!important}.\!bg-blue-500\/80{background-color:#3c6c9ecc!important}.\!bg-blue-500\/90{background-color:#3c6c9ee6!important}.\!bg-blue-500\/95{background-color:#3c6c9ef2!important}.\!bg-blue-600{--tw-bg-opacity: 1 !important;background-color:rgb(48 86 126 / var(--tw-bg-opacity))!important}.\!bg-blue-600\/0{background-color:#30567e00!important}.\!bg-blue-600\/10{background-color:#30567e1a!important}.\!bg-blue-600\/100{background-color:#30567e!important}.\!bg-blue-600\/20{background-color:#30567e33!important}.\!bg-blue-600\/25{background-color:#30567e40!important}.\!bg-blue-600\/30{background-color:#30567e4d!important}.\!bg-blue-600\/40{background-color:#30567e66!important}.\!bg-blue-600\/5{background-color:#30567e0d!important}.\!bg-blue-600\/50{background-color:#30567e80!important}.\!bg-blue-600\/60{background-color:#30567e99!important}.\!bg-blue-600\/70{background-color:#30567eb3!important}.\!bg-blue-600\/75{background-color:#30567ebf!important}.\!bg-blue-600\/80{background-color:#30567ecc!important}.\!bg-blue-600\/90{background-color:#30567ee6!important}.\!bg-blue-600\/95{background-color:#30567ef2!important}.\!bg-blue-700{--tw-bg-opacity: 1 !important;background-color:rgb(36 65 95 / var(--tw-bg-opacity))!important}.\!bg-blue-700\/0{background-color:#24415f00!important}.\!bg-blue-700\/10{background-color:#24415f1a!important}.\!bg-blue-700\/100{background-color:#24415f!important}.\!bg-blue-700\/20{background-color:#24415f33!important}.\!bg-blue-700\/25{background-color:#24415f40!important}.\!bg-blue-700\/30{background-color:#24415f4d!important}.\!bg-blue-700\/40{background-color:#24415f66!important}.\!bg-blue-700\/5{background-color:#24415f0d!important}.\!bg-blue-700\/50{background-color:#24415f80!important}.\!bg-blue-700\/60{background-color:#24415f99!important}.\!bg-blue-700\/70{background-color:#24415fb3!important}.\!bg-blue-700\/75{background-color:#24415fbf!important}.\!bg-blue-700\/80{background-color:#24415fcc!important}.\!bg-blue-700\/90{background-color:#24415fe6!important}.\!bg-blue-700\/95{background-color:#24415ff2!important}.\!bg-blue-800{--tw-bg-opacity: 1 !important;background-color:rgb(24 43 63 / var(--tw-bg-opacity))!important}.\!bg-blue-800\/0{background-color:#182b3f00!important}.\!bg-blue-800\/10{background-color:#182b3f1a!important}.\!bg-blue-800\/100{background-color:#182b3f!important}.\!bg-blue-800\/20{background-color:#182b3f33!important}.\!bg-blue-800\/25{background-color:#182b3f40!important}.\!bg-blue-800\/30{background-color:#182b3f4d!important}.\!bg-blue-800\/40{background-color:#182b3f66!important}.\!bg-blue-800\/5{background-color:#182b3f0d!important}.\!bg-blue-800\/50{background-color:#182b3f80!important}.\!bg-blue-800\/60{background-color:#182b3f99!important}.\!bg-blue-800\/70{background-color:#182b3fb3!important}.\!bg-blue-800\/75{background-color:#182b3fbf!important}.\!bg-blue-800\/80{background-color:#182b3fcc!important}.\!bg-blue-800\/90{background-color:#182b3fe6!important}.\!bg-blue-800\/95{background-color:#182b3ff2!important}.\!bg-blue-900{--tw-bg-opacity: 1 !important;background-color:rgb(12 22 32 / var(--tw-bg-opacity))!important}.\!bg-blue-900\/0{background-color:#0c162000!important}.\!bg-blue-900\/10{background-color:#0c16201a!important}.\!bg-blue-900\/100{background-color:#0c1620!important}.\!bg-blue-900\/20{background-color:#0c162033!important}.\!bg-blue-900\/25{background-color:#0c162040!important}.\!bg-blue-900\/30{background-color:#0c16204d!important}.\!bg-blue-900\/40{background-color:#0c162066!important}.\!bg-blue-900\/5{background-color:#0c16200d!important}.\!bg-blue-900\/50{background-color:#0c162080!important}.\!bg-blue-900\/60{background-color:#0c162099!important}.\!bg-blue-900\/70{background-color:#0c1620b3!important}.\!bg-blue-900\/75{background-color:#0c1620bf!important}.\!bg-blue-900\/80{background-color:#0c1620cc!important}.\!bg-blue-900\/90{background-color:#0c1620e6!important}.\!bg-blue-900\/95{background-color:#0c1620f2!important}.\!bg-blue-contrast{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-blue-contrast-100{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-blue-contrast-100\/0{background-color:#17192300!important}.\!bg-blue-contrast-100\/10{background-color:#1719231a!important}.\!bg-blue-contrast-100\/100{background-color:#171923!important}.\!bg-blue-contrast-100\/20{background-color:#17192333!important}.\!bg-blue-contrast-100\/25{background-color:#17192340!important}.\!bg-blue-contrast-100\/30{background-color:#1719234d!important}.\!bg-blue-contrast-100\/40{background-color:#17192366!important}.\!bg-blue-contrast-100\/5{background-color:#1719230d!important}.\!bg-blue-contrast-100\/50{background-color:#17192380!important}.\!bg-blue-contrast-100\/60{background-color:#17192399!important}.\!bg-blue-contrast-100\/70{background-color:#171923b3!important}.\!bg-blue-contrast-100\/75{background-color:#171923bf!important}.\!bg-blue-contrast-100\/80{background-color:#171923cc!important}.\!bg-blue-contrast-100\/90{background-color:#171923e6!important}.\!bg-blue-contrast-100\/95{background-color:#171923f2!important}.\!bg-blue-contrast-200{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-blue-contrast-200\/0{background-color:#17192300!important}.\!bg-blue-contrast-200\/10{background-color:#1719231a!important}.\!bg-blue-contrast-200\/100{background-color:#171923!important}.\!bg-blue-contrast-200\/20{background-color:#17192333!important}.\!bg-blue-contrast-200\/25{background-color:#17192340!important}.\!bg-blue-contrast-200\/30{background-color:#1719234d!important}.\!bg-blue-contrast-200\/40{background-color:#17192366!important}.\!bg-blue-contrast-200\/5{background-color:#1719230d!important}.\!bg-blue-contrast-200\/50{background-color:#17192380!important}.\!bg-blue-contrast-200\/60{background-color:#17192399!important}.\!bg-blue-contrast-200\/70{background-color:#171923b3!important}.\!bg-blue-contrast-200\/75{background-color:#171923bf!important}.\!bg-blue-contrast-200\/80{background-color:#171923cc!important}.\!bg-blue-contrast-200\/90{background-color:#171923e6!important}.\!bg-blue-contrast-200\/95{background-color:#171923f2!important}.\!bg-blue-contrast-300{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-blue-contrast-300\/0{background-color:#17192300!important}.\!bg-blue-contrast-300\/10{background-color:#1719231a!important}.\!bg-blue-contrast-300\/100{background-color:#171923!important}.\!bg-blue-contrast-300\/20{background-color:#17192333!important}.\!bg-blue-contrast-300\/25{background-color:#17192340!important}.\!bg-blue-contrast-300\/30{background-color:#1719234d!important}.\!bg-blue-contrast-300\/40{background-color:#17192366!important}.\!bg-blue-contrast-300\/5{background-color:#1719230d!important}.\!bg-blue-contrast-300\/50{background-color:#17192380!important}.\!bg-blue-contrast-300\/60{background-color:#17192399!important}.\!bg-blue-contrast-300\/70{background-color:#171923b3!important}.\!bg-blue-contrast-300\/75{background-color:#171923bf!important}.\!bg-blue-contrast-300\/80{background-color:#171923cc!important}.\!bg-blue-contrast-300\/90{background-color:#171923e6!important}.\!bg-blue-contrast-300\/95{background-color:#171923f2!important}.\!bg-blue-contrast-400{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-blue-contrast-400\/0{background-color:#17192300!important}.\!bg-blue-contrast-400\/10{background-color:#1719231a!important}.\!bg-blue-contrast-400\/100{background-color:#171923!important}.\!bg-blue-contrast-400\/20{background-color:#17192333!important}.\!bg-blue-contrast-400\/25{background-color:#17192340!important}.\!bg-blue-contrast-400\/30{background-color:#1719234d!important}.\!bg-blue-contrast-400\/40{background-color:#17192366!important}.\!bg-blue-contrast-400\/5{background-color:#1719230d!important}.\!bg-blue-contrast-400\/50{background-color:#17192380!important}.\!bg-blue-contrast-400\/60{background-color:#17192399!important}.\!bg-blue-contrast-400\/70{background-color:#171923b3!important}.\!bg-blue-contrast-400\/75{background-color:#171923bf!important}.\!bg-blue-contrast-400\/80{background-color:#171923cc!important}.\!bg-blue-contrast-400\/90{background-color:#171923e6!important}.\!bg-blue-contrast-400\/95{background-color:#171923f2!important}.\!bg-blue-contrast-500{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-blue-contrast-500\/0{background-color:#f7fafc00!important}.\!bg-blue-contrast-500\/10{background-color:#f7fafc1a!important}.\!bg-blue-contrast-500\/100{background-color:#f7fafc!important}.\!bg-blue-contrast-500\/20{background-color:#f7fafc33!important}.\!bg-blue-contrast-500\/25{background-color:#f7fafc40!important}.\!bg-blue-contrast-500\/30{background-color:#f7fafc4d!important}.\!bg-blue-contrast-500\/40{background-color:#f7fafc66!important}.\!bg-blue-contrast-500\/5{background-color:#f7fafc0d!important}.\!bg-blue-contrast-500\/50{background-color:#f7fafc80!important}.\!bg-blue-contrast-500\/60{background-color:#f7fafc99!important}.\!bg-blue-contrast-500\/70{background-color:#f7fafcb3!important}.\!bg-blue-contrast-500\/75{background-color:#f7fafcbf!important}.\!bg-blue-contrast-500\/80{background-color:#f7fafccc!important}.\!bg-blue-contrast-500\/90{background-color:#f7fafce6!important}.\!bg-blue-contrast-500\/95{background-color:#f7fafcf2!important}.\!bg-blue-contrast-600{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-blue-contrast-600\/0{background-color:#f7fafc00!important}.\!bg-blue-contrast-600\/10{background-color:#f7fafc1a!important}.\!bg-blue-contrast-600\/100{background-color:#f7fafc!important}.\!bg-blue-contrast-600\/20{background-color:#f7fafc33!important}.\!bg-blue-contrast-600\/25{background-color:#f7fafc40!important}.\!bg-blue-contrast-600\/30{background-color:#f7fafc4d!important}.\!bg-blue-contrast-600\/40{background-color:#f7fafc66!important}.\!bg-blue-contrast-600\/5{background-color:#f7fafc0d!important}.\!bg-blue-contrast-600\/50{background-color:#f7fafc80!important}.\!bg-blue-contrast-600\/60{background-color:#f7fafc99!important}.\!bg-blue-contrast-600\/70{background-color:#f7fafcb3!important}.\!bg-blue-contrast-600\/75{background-color:#f7fafcbf!important}.\!bg-blue-contrast-600\/80{background-color:#f7fafccc!important}.\!bg-blue-contrast-600\/90{background-color:#f7fafce6!important}.\!bg-blue-contrast-600\/95{background-color:#f7fafcf2!important}.\!bg-blue-contrast-700{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-blue-contrast-700\/0{background-color:#f7fafc00!important}.\!bg-blue-contrast-700\/10{background-color:#f7fafc1a!important}.\!bg-blue-contrast-700\/100{background-color:#f7fafc!important}.\!bg-blue-contrast-700\/20{background-color:#f7fafc33!important}.\!bg-blue-contrast-700\/25{background-color:#f7fafc40!important}.\!bg-blue-contrast-700\/30{background-color:#f7fafc4d!important}.\!bg-blue-contrast-700\/40{background-color:#f7fafc66!important}.\!bg-blue-contrast-700\/5{background-color:#f7fafc0d!important}.\!bg-blue-contrast-700\/50{background-color:#f7fafc80!important}.\!bg-blue-contrast-700\/60{background-color:#f7fafc99!important}.\!bg-blue-contrast-700\/70{background-color:#f7fafcb3!important}.\!bg-blue-contrast-700\/75{background-color:#f7fafcbf!important}.\!bg-blue-contrast-700\/80{background-color:#f7fafccc!important}.\!bg-blue-contrast-700\/90{background-color:#f7fafce6!important}.\!bg-blue-contrast-700\/95{background-color:#f7fafcf2!important}.\!bg-blue-contrast-800{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-blue-contrast-800\/0{background-color:#f7fafc00!important}.\!bg-blue-contrast-800\/10{background-color:#f7fafc1a!important}.\!bg-blue-contrast-800\/100{background-color:#f7fafc!important}.\!bg-blue-contrast-800\/20{background-color:#f7fafc33!important}.\!bg-blue-contrast-800\/25{background-color:#f7fafc40!important}.\!bg-blue-contrast-800\/30{background-color:#f7fafc4d!important}.\!bg-blue-contrast-800\/40{background-color:#f7fafc66!important}.\!bg-blue-contrast-800\/5{background-color:#f7fafc0d!important}.\!bg-blue-contrast-800\/50{background-color:#f7fafc80!important}.\!bg-blue-contrast-800\/60{background-color:#f7fafc99!important}.\!bg-blue-contrast-800\/70{background-color:#f7fafcb3!important}.\!bg-blue-contrast-800\/75{background-color:#f7fafcbf!important}.\!bg-blue-contrast-800\/80{background-color:#f7fafccc!important}.\!bg-blue-contrast-800\/90{background-color:#f7fafce6!important}.\!bg-blue-contrast-800\/95{background-color:#f7fafcf2!important}.\!bg-blue-contrast-900{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-blue-contrast-900\/0{background-color:#f7fafc00!important}.\!bg-blue-contrast-900\/10{background-color:#f7fafc1a!important}.\!bg-blue-contrast-900\/100{background-color:#f7fafc!important}.\!bg-blue-contrast-900\/20{background-color:#f7fafc33!important}.\!bg-blue-contrast-900\/25{background-color:#f7fafc40!important}.\!bg-blue-contrast-900\/30{background-color:#f7fafc4d!important}.\!bg-blue-contrast-900\/40{background-color:#f7fafc66!important}.\!bg-blue-contrast-900\/5{background-color:#f7fafc0d!important}.\!bg-blue-contrast-900\/50{background-color:#f7fafc80!important}.\!bg-blue-contrast-900\/60{background-color:#f7fafc99!important}.\!bg-blue-contrast-900\/70{background-color:#f7fafcb3!important}.\!bg-blue-contrast-900\/75{background-color:#f7fafcbf!important}.\!bg-blue-contrast-900\/80{background-color:#f7fafccc!important}.\!bg-blue-contrast-900\/90{background-color:#f7fafce6!important}.\!bg-blue-contrast-900\/95{background-color:#f7fafcf2!important}.\!bg-blue-contrast\/0{background-color:#f7fafc00!important}.\!bg-blue-contrast\/10{background-color:#f7fafc1a!important}.\!bg-blue-contrast\/100{background-color:#f7fafc!important}.\!bg-blue-contrast\/20{background-color:#f7fafc33!important}.\!bg-blue-contrast\/25{background-color:#f7fafc40!important}.\!bg-blue-contrast\/30{background-color:#f7fafc4d!important}.\!bg-blue-contrast\/40{background-color:#f7fafc66!important}.\!bg-blue-contrast\/5{background-color:#f7fafc0d!important}.\!bg-blue-contrast\/50{background-color:#f7fafc80!important}.\!bg-blue-contrast\/60{background-color:#f7fafc99!important}.\!bg-blue-contrast\/70{background-color:#f7fafcb3!important}.\!bg-blue-contrast\/75{background-color:#f7fafcbf!important}.\!bg-blue-contrast\/80{background-color:#f7fafccc!important}.\!bg-blue-contrast\/90{background-color:#f7fafce6!important}.\!bg-blue-contrast\/95{background-color:#f7fafcf2!important}.\!bg-blue\/0{background-color:#3c6c9e00!important}.\!bg-blue\/10{background-color:#3c6c9e1a!important}.\!bg-blue\/100{background-color:#3c6c9e!important}.\!bg-blue\/20{background-color:#3c6c9e33!important}.\!bg-blue\/25{background-color:#3c6c9e40!important}.\!bg-blue\/30{background-color:#3c6c9e4d!important}.\!bg-blue\/40{background-color:#3c6c9e66!important}.\!bg-blue\/5{background-color:#3c6c9e0d!important}.\!bg-blue\/50{background-color:#3c6c9e80!important}.\!bg-blue\/60{background-color:#3c6c9e99!important}.\!bg-blue\/70{background-color:#3c6c9eb3!important}.\!bg-blue\/75{background-color:#3c6c9ebf!important}.\!bg-blue\/80{background-color:#3c6c9ecc!important}.\!bg-blue\/90{background-color:#3c6c9ee6!important}.\!bg-blue\/95{background-color:#3c6c9ef2!important}.\!bg-gray-100{--tw-bg-opacity: 1 !important;background-color:rgb(237 242 247 / var(--tw-bg-opacity))!important}.\!bg-gray-100\/0{background-color:#edf2f700!important}.\!bg-gray-100\/10{background-color:#edf2f71a!important}.\!bg-gray-100\/100{background-color:#edf2f7!important}.\!bg-gray-100\/20{background-color:#edf2f733!important}.\!bg-gray-100\/25{background-color:#edf2f740!important}.\!bg-gray-100\/30{background-color:#edf2f74d!important}.\!bg-gray-100\/40{background-color:#edf2f766!important}.\!bg-gray-100\/5{background-color:#edf2f70d!important}.\!bg-gray-100\/50{background-color:#edf2f780!important}.\!bg-gray-100\/60{background-color:#edf2f799!important}.\!bg-gray-100\/70{background-color:#edf2f7b3!important}.\!bg-gray-100\/75{background-color:#edf2f7bf!important}.\!bg-gray-100\/80{background-color:#edf2f7cc!important}.\!bg-gray-100\/90{background-color:#edf2f7e6!important}.\!bg-gray-100\/95{background-color:#edf2f7f2!important}.\!bg-gray-200{--tw-bg-opacity: 1 !important;background-color:rgb(226 232 240 / var(--tw-bg-opacity))!important}.\!bg-gray-200\/0{background-color:#e2e8f000!important}.\!bg-gray-200\/10{background-color:#e2e8f01a!important}.\!bg-gray-200\/100{background-color:#e2e8f0!important}.\!bg-gray-200\/20{background-color:#e2e8f033!important}.\!bg-gray-200\/25{background-color:#e2e8f040!important}.\!bg-gray-200\/30{background-color:#e2e8f04d!important}.\!bg-gray-200\/40{background-color:#e2e8f066!important}.\!bg-gray-200\/5{background-color:#e2e8f00d!important}.\!bg-gray-200\/50{background-color:#e2e8f080!important}.\!bg-gray-200\/60{background-color:#e2e8f099!important}.\!bg-gray-200\/70{background-color:#e2e8f0b3!important}.\!bg-gray-200\/75{background-color:#e2e8f0bf!important}.\!bg-gray-200\/80{background-color:#e2e8f0cc!important}.\!bg-gray-200\/90{background-color:#e2e8f0e6!important}.\!bg-gray-200\/95{background-color:#e2e8f0f2!important}.\!bg-gray-300{--tw-bg-opacity: 1 !important;background-color:rgb(203 213 224 / var(--tw-bg-opacity))!important}.\!bg-gray-300\/0{background-color:#cbd5e000!important}.\!bg-gray-300\/10{background-color:#cbd5e01a!important}.\!bg-gray-300\/100{background-color:#cbd5e0!important}.\!bg-gray-300\/20{background-color:#cbd5e033!important}.\!bg-gray-300\/25{background-color:#cbd5e040!important}.\!bg-gray-300\/30{background-color:#cbd5e04d!important}.\!bg-gray-300\/40{background-color:#cbd5e066!important}.\!bg-gray-300\/5{background-color:#cbd5e00d!important}.\!bg-gray-300\/50{background-color:#cbd5e080!important}.\!bg-gray-300\/60{background-color:#cbd5e099!important}.\!bg-gray-300\/70{background-color:#cbd5e0b3!important}.\!bg-gray-300\/75{background-color:#cbd5e0bf!important}.\!bg-gray-300\/80{background-color:#cbd5e0cc!important}.\!bg-gray-300\/90{background-color:#cbd5e0e6!important}.\!bg-gray-300\/95{background-color:#cbd5e0f2!important}.\!bg-gray-400{--tw-bg-opacity: 1 !important;background-color:rgb(160 174 192 / var(--tw-bg-opacity))!important}.\!bg-gray-400\/0{background-color:#a0aec000!important}.\!bg-gray-400\/10{background-color:#a0aec01a!important}.\!bg-gray-400\/100{background-color:#a0aec0!important}.\!bg-gray-400\/20{background-color:#a0aec033!important}.\!bg-gray-400\/25{background-color:#a0aec040!important}.\!bg-gray-400\/30{background-color:#a0aec04d!important}.\!bg-gray-400\/40{background-color:#a0aec066!important}.\!bg-gray-400\/5{background-color:#a0aec00d!important}.\!bg-gray-400\/50{background-color:#a0aec080!important}.\!bg-gray-400\/60{background-color:#a0aec099!important}.\!bg-gray-400\/70{background-color:#a0aec0b3!important}.\!bg-gray-400\/75{background-color:#a0aec0bf!important}.\!bg-gray-400\/80{background-color:#a0aec0cc!important}.\!bg-gray-400\/90{background-color:#a0aec0e6!important}.\!bg-gray-400\/95{background-color:#a0aec0f2!important}.\!bg-gray-500{--tw-bg-opacity: 1 !important;background-color:rgb(113 128 150 / var(--tw-bg-opacity))!important}.\!bg-gray-500\/0{background-color:#71809600!important}.\!bg-gray-500\/10{background-color:#7180961a!important}.\!bg-gray-500\/100{background-color:#718096!important}.\!bg-gray-500\/20{background-color:#71809633!important}.\!bg-gray-500\/25{background-color:#71809640!important}.\!bg-gray-500\/30{background-color:#7180964d!important}.\!bg-gray-500\/40{background-color:#71809666!important}.\!bg-gray-500\/5{background-color:#7180960d!important}.\!bg-gray-500\/50{background-color:#71809680!important}.\!bg-gray-500\/60{background-color:#71809699!important}.\!bg-gray-500\/70{background-color:#718096b3!important}.\!bg-gray-500\/75{background-color:#718096bf!important}.\!bg-gray-500\/80{background-color:#718096cc!important}.\!bg-gray-500\/90{background-color:#718096e6!important}.\!bg-gray-500\/95{background-color:#718096f2!important}.\!bg-gray-600{--tw-bg-opacity: 1 !important;background-color:rgb(74 85 104 / var(--tw-bg-opacity))!important}.\!bg-gray-600\/0{background-color:#4a556800!important}.\!bg-gray-600\/10{background-color:#4a55681a!important}.\!bg-gray-600\/100{background-color:#4a5568!important}.\!bg-gray-600\/20{background-color:#4a556833!important}.\!bg-gray-600\/25{background-color:#4a556840!important}.\!bg-gray-600\/30{background-color:#4a55684d!important}.\!bg-gray-600\/40{background-color:#4a556866!important}.\!bg-gray-600\/5{background-color:#4a55680d!important}.\!bg-gray-600\/50{background-color:#4a556880!important}.\!bg-gray-600\/60{background-color:#4a556899!important}.\!bg-gray-600\/70{background-color:#4a5568b3!important}.\!bg-gray-600\/75{background-color:#4a5568bf!important}.\!bg-gray-600\/80{background-color:#4a5568cc!important}.\!bg-gray-600\/90{background-color:#4a5568e6!important}.\!bg-gray-600\/95{background-color:#4a5568f2!important}.\!bg-gray-700{--tw-bg-opacity: 1 !important;background-color:rgb(45 55 72 / var(--tw-bg-opacity))!important}.\!bg-gray-700\/0{background-color:#2d374800!important}.\!bg-gray-700\/10{background-color:#2d37481a!important}.\!bg-gray-700\/100{background-color:#2d3748!important}.\!bg-gray-700\/20{background-color:#2d374833!important}.\!bg-gray-700\/25{background-color:#2d374840!important}.\!bg-gray-700\/30{background-color:#2d37484d!important}.\!bg-gray-700\/40{background-color:#2d374866!important}.\!bg-gray-700\/5{background-color:#2d37480d!important}.\!bg-gray-700\/50{background-color:#2d374880!important}.\!bg-gray-700\/60{background-color:#2d374899!important}.\!bg-gray-700\/70{background-color:#2d3748b3!important}.\!bg-gray-700\/75{background-color:#2d3748bf!important}.\!bg-gray-700\/80{background-color:#2d3748cc!important}.\!bg-gray-700\/90{background-color:#2d3748e6!important}.\!bg-gray-700\/95{background-color:#2d3748f2!important}.\!bg-gray-800{--tw-bg-opacity: 1 !important;background-color:rgb(26 32 44 / var(--tw-bg-opacity))!important}.\!bg-gray-800\/0{background-color:#1a202c00!important}.\!bg-gray-800\/10{background-color:#1a202c1a!important}.\!bg-gray-800\/100{background-color:#1a202c!important}.\!bg-gray-800\/20{background-color:#1a202c33!important}.\!bg-gray-800\/25{background-color:#1a202c40!important}.\!bg-gray-800\/30{background-color:#1a202c4d!important}.\!bg-gray-800\/40{background-color:#1a202c66!important}.\!bg-gray-800\/5{background-color:#1a202c0d!important}.\!bg-gray-800\/50{background-color:#1a202c80!important}.\!bg-gray-800\/60{background-color:#1a202c99!important}.\!bg-gray-800\/70{background-color:#1a202cb3!important}.\!bg-gray-800\/75{background-color:#1a202cbf!important}.\!bg-gray-800\/80{background-color:#1a202ccc!important}.\!bg-gray-800\/90{background-color:#1a202ce6!important}.\!bg-gray-800\/95{background-color:#1a202cf2!important}.\!bg-gray-900{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-gray-900\/0{background-color:#17192300!important}.\!bg-gray-900\/10{background-color:#1719231a!important}.\!bg-gray-900\/100{background-color:#171923!important}.\!bg-gray-900\/20{background-color:#17192333!important}.\!bg-gray-900\/25{background-color:#17192340!important}.\!bg-gray-900\/30{background-color:#1719234d!important}.\!bg-gray-900\/40{background-color:#17192366!important}.\!bg-gray-900\/5{background-color:#1719230d!important}.\!bg-gray-900\/50{background-color:#17192380!important}.\!bg-gray-900\/60{background-color:#17192399!important}.\!bg-gray-900\/70{background-color:#171923b3!important}.\!bg-gray-900\/75{background-color:#171923bf!important}.\!bg-gray-900\/80{background-color:#171923cc!important}.\!bg-gray-900\/90{background-color:#171923e6!important}.\!bg-gray-900\/95{background-color:#171923f2!important}.\!bg-green{--tw-bg-opacity: 1 !important;background-color:rgb(56 161 105 / var(--tw-bg-opacity))!important}.\!bg-green-100{--tw-bg-opacity: 1 !important;background-color:rgb(215 236 225 / var(--tw-bg-opacity))!important}.\!bg-green-100\/0{background-color:#d7ece100!important}.\!bg-green-100\/10{background-color:#d7ece11a!important}.\!bg-green-100\/100{background-color:#d7ece1!important}.\!bg-green-100\/20{background-color:#d7ece133!important}.\!bg-green-100\/25{background-color:#d7ece140!important}.\!bg-green-100\/30{background-color:#d7ece14d!important}.\!bg-green-100\/40{background-color:#d7ece166!important}.\!bg-green-100\/5{background-color:#d7ece10d!important}.\!bg-green-100\/50{background-color:#d7ece180!important}.\!bg-green-100\/60{background-color:#d7ece199!important}.\!bg-green-100\/70{background-color:#d7ece1b3!important}.\!bg-green-100\/75{background-color:#d7ece1bf!important}.\!bg-green-100\/80{background-color:#d7ece1cc!important}.\!bg-green-100\/90{background-color:#d7ece1e6!important}.\!bg-green-100\/95{background-color:#d7ece1f2!important}.\!bg-green-200{--tw-bg-opacity: 1 !important;background-color:rgb(175 217 195 / var(--tw-bg-opacity))!important}.\!bg-green-200\/0{background-color:#afd9c300!important}.\!bg-green-200\/10{background-color:#afd9c31a!important}.\!bg-green-200\/100{background-color:#afd9c3!important}.\!bg-green-200\/20{background-color:#afd9c333!important}.\!bg-green-200\/25{background-color:#afd9c340!important}.\!bg-green-200\/30{background-color:#afd9c34d!important}.\!bg-green-200\/40{background-color:#afd9c366!important}.\!bg-green-200\/5{background-color:#afd9c30d!important}.\!bg-green-200\/50{background-color:#afd9c380!important}.\!bg-green-200\/60{background-color:#afd9c399!important}.\!bg-green-200\/70{background-color:#afd9c3b3!important}.\!bg-green-200\/75{background-color:#afd9c3bf!important}.\!bg-green-200\/80{background-color:#afd9c3cc!important}.\!bg-green-200\/90{background-color:#afd9c3e6!important}.\!bg-green-200\/95{background-color:#afd9c3f2!important}.\!bg-green-300{--tw-bg-opacity: 1 !important;background-color:rgb(136 199 165 / var(--tw-bg-opacity))!important}.\!bg-green-300\/0{background-color:#88c7a500!important}.\!bg-green-300\/10{background-color:#88c7a51a!important}.\!bg-green-300\/100{background-color:#88c7a5!important}.\!bg-green-300\/20{background-color:#88c7a533!important}.\!bg-green-300\/25{background-color:#88c7a540!important}.\!bg-green-300\/30{background-color:#88c7a54d!important}.\!bg-green-300\/40{background-color:#88c7a566!important}.\!bg-green-300\/5{background-color:#88c7a50d!important}.\!bg-green-300\/50{background-color:#88c7a580!important}.\!bg-green-300\/60{background-color:#88c7a599!important}.\!bg-green-300\/70{background-color:#88c7a5b3!important}.\!bg-green-300\/75{background-color:#88c7a5bf!important}.\!bg-green-300\/80{background-color:#88c7a5cc!important}.\!bg-green-300\/90{background-color:#88c7a5e6!important}.\!bg-green-300\/95{background-color:#88c7a5f2!important}.\!bg-green-400{--tw-bg-opacity: 1 !important;background-color:rgb(96 180 135 / var(--tw-bg-opacity))!important}.\!bg-green-400\/0{background-color:#60b48700!important}.\!bg-green-400\/10{background-color:#60b4871a!important}.\!bg-green-400\/100{background-color:#60b487!important}.\!bg-green-400\/20{background-color:#60b48733!important}.\!bg-green-400\/25{background-color:#60b48740!important}.\!bg-green-400\/30{background-color:#60b4874d!important}.\!bg-green-400\/40{background-color:#60b48766!important}.\!bg-green-400\/5{background-color:#60b4870d!important}.\!bg-green-400\/50{background-color:#60b48780!important}.\!bg-green-400\/60{background-color:#60b48799!important}.\!bg-green-400\/70{background-color:#60b487b3!important}.\!bg-green-400\/75{background-color:#60b487bf!important}.\!bg-green-400\/80{background-color:#60b487cc!important}.\!bg-green-400\/90{background-color:#60b487e6!important}.\!bg-green-400\/95{background-color:#60b487f2!important}.\!bg-green-500{--tw-bg-opacity: 1 !important;background-color:rgb(56 161 105 / var(--tw-bg-opacity))!important}.\!bg-green-500\/0{background-color:#38a16900!important}.\!bg-green-500\/10{background-color:#38a1691a!important}.\!bg-green-500\/100{background-color:#38a169!important}.\!bg-green-500\/20{background-color:#38a16933!important}.\!bg-green-500\/25{background-color:#38a16940!important}.\!bg-green-500\/30{background-color:#38a1694d!important}.\!bg-green-500\/40{background-color:#38a16966!important}.\!bg-green-500\/5{background-color:#38a1690d!important}.\!bg-green-500\/50{background-color:#38a16980!important}.\!bg-green-500\/60{background-color:#38a16999!important}.\!bg-green-500\/70{background-color:#38a169b3!important}.\!bg-green-500\/75{background-color:#38a169bf!important}.\!bg-green-500\/80{background-color:#38a169cc!important}.\!bg-green-500\/90{background-color:#38a169e6!important}.\!bg-green-500\/95{background-color:#38a169f2!important}.\!bg-green-600{--tw-bg-opacity: 1 !important;background-color:rgb(45 129 84 / var(--tw-bg-opacity))!important}.\!bg-green-600\/0{background-color:#2d815400!important}.\!bg-green-600\/10{background-color:#2d81541a!important}.\!bg-green-600\/100{background-color:#2d8154!important}.\!bg-green-600\/20{background-color:#2d815433!important}.\!bg-green-600\/25{background-color:#2d815440!important}.\!bg-green-600\/30{background-color:#2d81544d!important}.\!bg-green-600\/40{background-color:#2d815466!important}.\!bg-green-600\/5{background-color:#2d81540d!important}.\!bg-green-600\/50{background-color:#2d815480!important}.\!bg-green-600\/60{background-color:#2d815499!important}.\!bg-green-600\/70{background-color:#2d8154b3!important}.\!bg-green-600\/75{background-color:#2d8154bf!important}.\!bg-green-600\/80{background-color:#2d8154cc!important}.\!bg-green-600\/90{background-color:#2d8154e6!important}.\!bg-green-600\/95{background-color:#2d8154f2!important}.\!bg-green-700{--tw-bg-opacity: 1 !important;background-color:rgb(34 97 63 / var(--tw-bg-opacity))!important}.\!bg-green-700\/0{background-color:#22613f00!important}.\!bg-green-700\/10{background-color:#22613f1a!important}.\!bg-green-700\/100{background-color:#22613f!important}.\!bg-green-700\/20{background-color:#22613f33!important}.\!bg-green-700\/25{background-color:#22613f40!important}.\!bg-green-700\/30{background-color:#22613f4d!important}.\!bg-green-700\/40{background-color:#22613f66!important}.\!bg-green-700\/5{background-color:#22613f0d!important}.\!bg-green-700\/50{background-color:#22613f80!important}.\!bg-green-700\/60{background-color:#22613f99!important}.\!bg-green-700\/70{background-color:#22613fb3!important}.\!bg-green-700\/75{background-color:#22613fbf!important}.\!bg-green-700\/80{background-color:#22613fcc!important}.\!bg-green-700\/90{background-color:#22613fe6!important}.\!bg-green-700\/95{background-color:#22613ff2!important}.\!bg-green-800{--tw-bg-opacity: 1 !important;background-color:rgb(22 64 42 / var(--tw-bg-opacity))!important}.\!bg-green-800\/0{background-color:#16402a00!important}.\!bg-green-800\/10{background-color:#16402a1a!important}.\!bg-green-800\/100{background-color:#16402a!important}.\!bg-green-800\/20{background-color:#16402a33!important}.\!bg-green-800\/25{background-color:#16402a40!important}.\!bg-green-800\/30{background-color:#16402a4d!important}.\!bg-green-800\/40{background-color:#16402a66!important}.\!bg-green-800\/5{background-color:#16402a0d!important}.\!bg-green-800\/50{background-color:#16402a80!important}.\!bg-green-800\/60{background-color:#16402a99!important}.\!bg-green-800\/70{background-color:#16402ab3!important}.\!bg-green-800\/75{background-color:#16402abf!important}.\!bg-green-800\/80{background-color:#16402acc!important}.\!bg-green-800\/90{background-color:#16402ae6!important}.\!bg-green-800\/95{background-color:#16402af2!important}.\!bg-green-900{--tw-bg-opacity: 1 !important;background-color:rgb(11 32 21 / var(--tw-bg-opacity))!important}.\!bg-green-900\/0{background-color:#0b201500!important}.\!bg-green-900\/10{background-color:#0b20151a!important}.\!bg-green-900\/100{background-color:#0b2015!important}.\!bg-green-900\/20{background-color:#0b201533!important}.\!bg-green-900\/25{background-color:#0b201540!important}.\!bg-green-900\/30{background-color:#0b20154d!important}.\!bg-green-900\/40{background-color:#0b201566!important}.\!bg-green-900\/5{background-color:#0b20150d!important}.\!bg-green-900\/50{background-color:#0b201580!important}.\!bg-green-900\/60{background-color:#0b201599!important}.\!bg-green-900\/70{background-color:#0b2015b3!important}.\!bg-green-900\/75{background-color:#0b2015bf!important}.\!bg-green-900\/80{background-color:#0b2015cc!important}.\!bg-green-900\/90{background-color:#0b2015e6!important}.\!bg-green-900\/95{background-color:#0b2015f2!important}.\!bg-green-contrast{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-green-contrast-100{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-green-contrast-100\/0{background-color:#17192300!important}.\!bg-green-contrast-100\/10{background-color:#1719231a!important}.\!bg-green-contrast-100\/100{background-color:#171923!important}.\!bg-green-contrast-100\/20{background-color:#17192333!important}.\!bg-green-contrast-100\/25{background-color:#17192340!important}.\!bg-green-contrast-100\/30{background-color:#1719234d!important}.\!bg-green-contrast-100\/40{background-color:#17192366!important}.\!bg-green-contrast-100\/5{background-color:#1719230d!important}.\!bg-green-contrast-100\/50{background-color:#17192380!important}.\!bg-green-contrast-100\/60{background-color:#17192399!important}.\!bg-green-contrast-100\/70{background-color:#171923b3!important}.\!bg-green-contrast-100\/75{background-color:#171923bf!important}.\!bg-green-contrast-100\/80{background-color:#171923cc!important}.\!bg-green-contrast-100\/90{background-color:#171923e6!important}.\!bg-green-contrast-100\/95{background-color:#171923f2!important}.\!bg-green-contrast-200{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-green-contrast-200\/0{background-color:#17192300!important}.\!bg-green-contrast-200\/10{background-color:#1719231a!important}.\!bg-green-contrast-200\/100{background-color:#171923!important}.\!bg-green-contrast-200\/20{background-color:#17192333!important}.\!bg-green-contrast-200\/25{background-color:#17192340!important}.\!bg-green-contrast-200\/30{background-color:#1719234d!important}.\!bg-green-contrast-200\/40{background-color:#17192366!important}.\!bg-green-contrast-200\/5{background-color:#1719230d!important}.\!bg-green-contrast-200\/50{background-color:#17192380!important}.\!bg-green-contrast-200\/60{background-color:#17192399!important}.\!bg-green-contrast-200\/70{background-color:#171923b3!important}.\!bg-green-contrast-200\/75{background-color:#171923bf!important}.\!bg-green-contrast-200\/80{background-color:#171923cc!important}.\!bg-green-contrast-200\/90{background-color:#171923e6!important}.\!bg-green-contrast-200\/95{background-color:#171923f2!important}.\!bg-green-contrast-300{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-green-contrast-300\/0{background-color:#17192300!important}.\!bg-green-contrast-300\/10{background-color:#1719231a!important}.\!bg-green-contrast-300\/100{background-color:#171923!important}.\!bg-green-contrast-300\/20{background-color:#17192333!important}.\!bg-green-contrast-300\/25{background-color:#17192340!important}.\!bg-green-contrast-300\/30{background-color:#1719234d!important}.\!bg-green-contrast-300\/40{background-color:#17192366!important}.\!bg-green-contrast-300\/5{background-color:#1719230d!important}.\!bg-green-contrast-300\/50{background-color:#17192380!important}.\!bg-green-contrast-300\/60{background-color:#17192399!important}.\!bg-green-contrast-300\/70{background-color:#171923b3!important}.\!bg-green-contrast-300\/75{background-color:#171923bf!important}.\!bg-green-contrast-300\/80{background-color:#171923cc!important}.\!bg-green-contrast-300\/90{background-color:#171923e6!important}.\!bg-green-contrast-300\/95{background-color:#171923f2!important}.\!bg-green-contrast-400{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-green-contrast-400\/0{background-color:#17192300!important}.\!bg-green-contrast-400\/10{background-color:#1719231a!important}.\!bg-green-contrast-400\/100{background-color:#171923!important}.\!bg-green-contrast-400\/20{background-color:#17192333!important}.\!bg-green-contrast-400\/25{background-color:#17192340!important}.\!bg-green-contrast-400\/30{background-color:#1719234d!important}.\!bg-green-contrast-400\/40{background-color:#17192366!important}.\!bg-green-contrast-400\/5{background-color:#1719230d!important}.\!bg-green-contrast-400\/50{background-color:#17192380!important}.\!bg-green-contrast-400\/60{background-color:#17192399!important}.\!bg-green-contrast-400\/70{background-color:#171923b3!important}.\!bg-green-contrast-400\/75{background-color:#171923bf!important}.\!bg-green-contrast-400\/80{background-color:#171923cc!important}.\!bg-green-contrast-400\/90{background-color:#171923e6!important}.\!bg-green-contrast-400\/95{background-color:#171923f2!important}.\!bg-green-contrast-500{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-green-contrast-500\/0{background-color:#f7fafc00!important}.\!bg-green-contrast-500\/10{background-color:#f7fafc1a!important}.\!bg-green-contrast-500\/100{background-color:#f7fafc!important}.\!bg-green-contrast-500\/20{background-color:#f7fafc33!important}.\!bg-green-contrast-500\/25{background-color:#f7fafc40!important}.\!bg-green-contrast-500\/30{background-color:#f7fafc4d!important}.\!bg-green-contrast-500\/40{background-color:#f7fafc66!important}.\!bg-green-contrast-500\/5{background-color:#f7fafc0d!important}.\!bg-green-contrast-500\/50{background-color:#f7fafc80!important}.\!bg-green-contrast-500\/60{background-color:#f7fafc99!important}.\!bg-green-contrast-500\/70{background-color:#f7fafcb3!important}.\!bg-green-contrast-500\/75{background-color:#f7fafcbf!important}.\!bg-green-contrast-500\/80{background-color:#f7fafccc!important}.\!bg-green-contrast-500\/90{background-color:#f7fafce6!important}.\!bg-green-contrast-500\/95{background-color:#f7fafcf2!important}.\!bg-green-contrast-600{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-green-contrast-600\/0{background-color:#f7fafc00!important}.\!bg-green-contrast-600\/10{background-color:#f7fafc1a!important}.\!bg-green-contrast-600\/100{background-color:#f7fafc!important}.\!bg-green-contrast-600\/20{background-color:#f7fafc33!important}.\!bg-green-contrast-600\/25{background-color:#f7fafc40!important}.\!bg-green-contrast-600\/30{background-color:#f7fafc4d!important}.\!bg-green-contrast-600\/40{background-color:#f7fafc66!important}.\!bg-green-contrast-600\/5{background-color:#f7fafc0d!important}.\!bg-green-contrast-600\/50{background-color:#f7fafc80!important}.\!bg-green-contrast-600\/60{background-color:#f7fafc99!important}.\!bg-green-contrast-600\/70{background-color:#f7fafcb3!important}.\!bg-green-contrast-600\/75{background-color:#f7fafcbf!important}.\!bg-green-contrast-600\/80{background-color:#f7fafccc!important}.\!bg-green-contrast-600\/90{background-color:#f7fafce6!important}.\!bg-green-contrast-600\/95{background-color:#f7fafcf2!important}.\!bg-green-contrast-700{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-green-contrast-700\/0{background-color:#f7fafc00!important}.\!bg-green-contrast-700\/10{background-color:#f7fafc1a!important}.\!bg-green-contrast-700\/100{background-color:#f7fafc!important}.\!bg-green-contrast-700\/20{background-color:#f7fafc33!important}.\!bg-green-contrast-700\/25{background-color:#f7fafc40!important}.\!bg-green-contrast-700\/30{background-color:#f7fafc4d!important}.\!bg-green-contrast-700\/40{background-color:#f7fafc66!important}.\!bg-green-contrast-700\/5{background-color:#f7fafc0d!important}.\!bg-green-contrast-700\/50{background-color:#f7fafc80!important}.\!bg-green-contrast-700\/60{background-color:#f7fafc99!important}.\!bg-green-contrast-700\/70{background-color:#f7fafcb3!important}.\!bg-green-contrast-700\/75{background-color:#f7fafcbf!important}.\!bg-green-contrast-700\/80{background-color:#f7fafccc!important}.\!bg-green-contrast-700\/90{background-color:#f7fafce6!important}.\!bg-green-contrast-700\/95{background-color:#f7fafcf2!important}.\!bg-green-contrast-800{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-green-contrast-800\/0{background-color:#f7fafc00!important}.\!bg-green-contrast-800\/10{background-color:#f7fafc1a!important}.\!bg-green-contrast-800\/100{background-color:#f7fafc!important}.\!bg-green-contrast-800\/20{background-color:#f7fafc33!important}.\!bg-green-contrast-800\/25{background-color:#f7fafc40!important}.\!bg-green-contrast-800\/30{background-color:#f7fafc4d!important}.\!bg-green-contrast-800\/40{background-color:#f7fafc66!important}.\!bg-green-contrast-800\/5{background-color:#f7fafc0d!important}.\!bg-green-contrast-800\/50{background-color:#f7fafc80!important}.\!bg-green-contrast-800\/60{background-color:#f7fafc99!important}.\!bg-green-contrast-800\/70{background-color:#f7fafcb3!important}.\!bg-green-contrast-800\/75{background-color:#f7fafcbf!important}.\!bg-green-contrast-800\/80{background-color:#f7fafccc!important}.\!bg-green-contrast-800\/90{background-color:#f7fafce6!important}.\!bg-green-contrast-800\/95{background-color:#f7fafcf2!important}.\!bg-green-contrast-900{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-green-contrast-900\/0{background-color:#f7fafc00!important}.\!bg-green-contrast-900\/10{background-color:#f7fafc1a!important}.\!bg-green-contrast-900\/100{background-color:#f7fafc!important}.\!bg-green-contrast-900\/20{background-color:#f7fafc33!important}.\!bg-green-contrast-900\/25{background-color:#f7fafc40!important}.\!bg-green-contrast-900\/30{background-color:#f7fafc4d!important}.\!bg-green-contrast-900\/40{background-color:#f7fafc66!important}.\!bg-green-contrast-900\/5{background-color:#f7fafc0d!important}.\!bg-green-contrast-900\/50{background-color:#f7fafc80!important}.\!bg-green-contrast-900\/60{background-color:#f7fafc99!important}.\!bg-green-contrast-900\/70{background-color:#f7fafcb3!important}.\!bg-green-contrast-900\/75{background-color:#f7fafcbf!important}.\!bg-green-contrast-900\/80{background-color:#f7fafccc!important}.\!bg-green-contrast-900\/90{background-color:#f7fafce6!important}.\!bg-green-contrast-900\/95{background-color:#f7fafcf2!important}.\!bg-green-contrast\/0{background-color:#f7fafc00!important}.\!bg-green-contrast\/10{background-color:#f7fafc1a!important}.\!bg-green-contrast\/100{background-color:#f7fafc!important}.\!bg-green-contrast\/20{background-color:#f7fafc33!important}.\!bg-green-contrast\/25{background-color:#f7fafc40!important}.\!bg-green-contrast\/30{background-color:#f7fafc4d!important}.\!bg-green-contrast\/40{background-color:#f7fafc66!important}.\!bg-green-contrast\/5{background-color:#f7fafc0d!important}.\!bg-green-contrast\/50{background-color:#f7fafc80!important}.\!bg-green-contrast\/60{background-color:#f7fafc99!important}.\!bg-green-contrast\/70{background-color:#f7fafcb3!important}.\!bg-green-contrast\/75{background-color:#f7fafcbf!important}.\!bg-green-contrast\/80{background-color:#f7fafccc!important}.\!bg-green-contrast\/90{background-color:#f7fafce6!important}.\!bg-green-contrast\/95{background-color:#f7fafcf2!important}.\!bg-green\/0{background-color:#38a16900!important}.\!bg-green\/10{background-color:#38a1691a!important}.\!bg-green\/100{background-color:#38a169!important}.\!bg-green\/20{background-color:#38a16933!important}.\!bg-green\/25{background-color:#38a16940!important}.\!bg-green\/30{background-color:#38a1694d!important}.\!bg-green\/40{background-color:#38a16966!important}.\!bg-green\/5{background-color:#38a1690d!important}.\!bg-green\/50{background-color:#38a16980!important}.\!bg-green\/60{background-color:#38a16999!important}.\!bg-green\/70{background-color:#38a169b3!important}.\!bg-green\/75{background-color:#38a169bf!important}.\!bg-green\/80{background-color:#38a169cc!important}.\!bg-green\/90{background-color:#38a169e6!important}.\!bg-green\/95{background-color:#38a169f2!important}.\!bg-lime{--tw-bg-opacity: 1 !important;background-color:rgb(139 169 90 / var(--tw-bg-opacity))!important}.\!bg-lime-100{--tw-bg-opacity: 1 !important;background-color:rgb(232 238 222 / var(--tw-bg-opacity))!important}.\!bg-lime-100\/0{background-color:#e8eede00!important}.\!bg-lime-100\/10{background-color:#e8eede1a!important}.\!bg-lime-100\/100{background-color:#e8eede!important}.\!bg-lime-100\/20{background-color:#e8eede33!important}.\!bg-lime-100\/25{background-color:#e8eede40!important}.\!bg-lime-100\/30{background-color:#e8eede4d!important}.\!bg-lime-100\/40{background-color:#e8eede66!important}.\!bg-lime-100\/5{background-color:#e8eede0d!important}.\!bg-lime-100\/50{background-color:#e8eede80!important}.\!bg-lime-100\/60{background-color:#e8eede99!important}.\!bg-lime-100\/70{background-color:#e8eedeb3!important}.\!bg-lime-100\/75{background-color:#e8eedebf!important}.\!bg-lime-100\/80{background-color:#e8eedecc!important}.\!bg-lime-100\/90{background-color:#e8eedee6!important}.\!bg-lime-100\/95{background-color:#e8eedef2!important}.\!bg-lime-200{--tw-bg-opacity: 1 !important;background-color:rgb(209 221 189 / var(--tw-bg-opacity))!important}.\!bg-lime-200\/0{background-color:#d1ddbd00!important}.\!bg-lime-200\/10{background-color:#d1ddbd1a!important}.\!bg-lime-200\/100{background-color:#d1ddbd!important}.\!bg-lime-200\/20{background-color:#d1ddbd33!important}.\!bg-lime-200\/25{background-color:#d1ddbd40!important}.\!bg-lime-200\/30{background-color:#d1ddbd4d!important}.\!bg-lime-200\/40{background-color:#d1ddbd66!important}.\!bg-lime-200\/5{background-color:#d1ddbd0d!important}.\!bg-lime-200\/50{background-color:#d1ddbd80!important}.\!bg-lime-200\/60{background-color:#d1ddbd99!important}.\!bg-lime-200\/70{background-color:#d1ddbdb3!important}.\!bg-lime-200\/75{background-color:#d1ddbdbf!important}.\!bg-lime-200\/80{background-color:#d1ddbdcc!important}.\!bg-lime-200\/90{background-color:#d1ddbde6!important}.\!bg-lime-200\/95{background-color:#d1ddbdf2!important}.\!bg-lime-300{--tw-bg-opacity: 1 !important;background-color:rgb(185 203 156 / var(--tw-bg-opacity))!important}.\!bg-lime-300\/0{background-color:#b9cb9c00!important}.\!bg-lime-300\/10{background-color:#b9cb9c1a!important}.\!bg-lime-300\/100{background-color:#b9cb9c!important}.\!bg-lime-300\/20{background-color:#b9cb9c33!important}.\!bg-lime-300\/25{background-color:#b9cb9c40!important}.\!bg-lime-300\/30{background-color:#b9cb9c4d!important}.\!bg-lime-300\/40{background-color:#b9cb9c66!important}.\!bg-lime-300\/5{background-color:#b9cb9c0d!important}.\!bg-lime-300\/50{background-color:#b9cb9c80!important}.\!bg-lime-300\/60{background-color:#b9cb9c99!important}.\!bg-lime-300\/70{background-color:#b9cb9cb3!important}.\!bg-lime-300\/75{background-color:#b9cb9cbf!important}.\!bg-lime-300\/80{background-color:#b9cb9ccc!important}.\!bg-lime-300\/90{background-color:#b9cb9ce6!important}.\!bg-lime-300\/95{background-color:#b9cb9cf2!important}.\!bg-lime-400{--tw-bg-opacity: 1 !important;background-color:rgb(162 186 123 / var(--tw-bg-opacity))!important}.\!bg-lime-400\/0{background-color:#a2ba7b00!important}.\!bg-lime-400\/10{background-color:#a2ba7b1a!important}.\!bg-lime-400\/100{background-color:#a2ba7b!important}.\!bg-lime-400\/20{background-color:#a2ba7b33!important}.\!bg-lime-400\/25{background-color:#a2ba7b40!important}.\!bg-lime-400\/30{background-color:#a2ba7b4d!important}.\!bg-lime-400\/40{background-color:#a2ba7b66!important}.\!bg-lime-400\/5{background-color:#a2ba7b0d!important}.\!bg-lime-400\/50{background-color:#a2ba7b80!important}.\!bg-lime-400\/60{background-color:#a2ba7b99!important}.\!bg-lime-400\/70{background-color:#a2ba7bb3!important}.\!bg-lime-400\/75{background-color:#a2ba7bbf!important}.\!bg-lime-400\/80{background-color:#a2ba7bcc!important}.\!bg-lime-400\/90{background-color:#a2ba7be6!important}.\!bg-lime-400\/95{background-color:#a2ba7bf2!important}.\!bg-lime-500{--tw-bg-opacity: 1 !important;background-color:rgb(139 169 90 / var(--tw-bg-opacity))!important}.\!bg-lime-500\/0{background-color:#8ba95a00!important}.\!bg-lime-500\/10{background-color:#8ba95a1a!important}.\!bg-lime-500\/100{background-color:#8ba95a!important}.\!bg-lime-500\/20{background-color:#8ba95a33!important}.\!bg-lime-500\/25{background-color:#8ba95a40!important}.\!bg-lime-500\/30{background-color:#8ba95a4d!important}.\!bg-lime-500\/40{background-color:#8ba95a66!important}.\!bg-lime-500\/5{background-color:#8ba95a0d!important}.\!bg-lime-500\/50{background-color:#8ba95a80!important}.\!bg-lime-500\/60{background-color:#8ba95a99!important}.\!bg-lime-500\/70{background-color:#8ba95ab3!important}.\!bg-lime-500\/75{background-color:#8ba95abf!important}.\!bg-lime-500\/80{background-color:#8ba95acc!important}.\!bg-lime-500\/90{background-color:#8ba95ae6!important}.\!bg-lime-500\/95{background-color:#8ba95af2!important}.\!bg-lime-600{--tw-bg-opacity: 1 !important;background-color:rgb(111 135 72 / var(--tw-bg-opacity))!important}.\!bg-lime-600\/0{background-color:#6f874800!important}.\!bg-lime-600\/10{background-color:#6f87481a!important}.\!bg-lime-600\/100{background-color:#6f8748!important}.\!bg-lime-600\/20{background-color:#6f874833!important}.\!bg-lime-600\/25{background-color:#6f874840!important}.\!bg-lime-600\/30{background-color:#6f87484d!important}.\!bg-lime-600\/40{background-color:#6f874866!important}.\!bg-lime-600\/5{background-color:#6f87480d!important}.\!bg-lime-600\/50{background-color:#6f874880!important}.\!bg-lime-600\/60{background-color:#6f874899!important}.\!bg-lime-600\/70{background-color:#6f8748b3!important}.\!bg-lime-600\/75{background-color:#6f8748bf!important}.\!bg-lime-600\/80{background-color:#6f8748cc!important}.\!bg-lime-600\/90{background-color:#6f8748e6!important}.\!bg-lime-600\/95{background-color:#6f8748f2!important}.\!bg-lime-700{--tw-bg-opacity: 1 !important;background-color:rgb(83 101 54 / var(--tw-bg-opacity))!important}.\!bg-lime-700\/0{background-color:#53653600!important}.\!bg-lime-700\/10{background-color:#5365361a!important}.\!bg-lime-700\/100{background-color:#536536!important}.\!bg-lime-700\/20{background-color:#53653633!important}.\!bg-lime-700\/25{background-color:#53653640!important}.\!bg-lime-700\/30{background-color:#5365364d!important}.\!bg-lime-700\/40{background-color:#53653666!important}.\!bg-lime-700\/5{background-color:#5365360d!important}.\!bg-lime-700\/50{background-color:#53653680!important}.\!bg-lime-700\/60{background-color:#53653699!important}.\!bg-lime-700\/70{background-color:#536536b3!important}.\!bg-lime-700\/75{background-color:#536536bf!important}.\!bg-lime-700\/80{background-color:#536536cc!important}.\!bg-lime-700\/90{background-color:#536536e6!important}.\!bg-lime-700\/95{background-color:#536536f2!important}.\!bg-lime-800{--tw-bg-opacity: 1 !important;background-color:rgb(56 68 36 / var(--tw-bg-opacity))!important}.\!bg-lime-800\/0{background-color:#38442400!important}.\!bg-lime-800\/10{background-color:#3844241a!important}.\!bg-lime-800\/100{background-color:#384424!important}.\!bg-lime-800\/20{background-color:#38442433!important}.\!bg-lime-800\/25{background-color:#38442440!important}.\!bg-lime-800\/30{background-color:#3844244d!important}.\!bg-lime-800\/40{background-color:#38442466!important}.\!bg-lime-800\/5{background-color:#3844240d!important}.\!bg-lime-800\/50{background-color:#38442480!important}.\!bg-lime-800\/60{background-color:#38442499!important}.\!bg-lime-800\/70{background-color:#384424b3!important}.\!bg-lime-800\/75{background-color:#384424bf!important}.\!bg-lime-800\/80{background-color:#384424cc!important}.\!bg-lime-800\/90{background-color:#384424e6!important}.\!bg-lime-800\/95{background-color:#384424f2!important}.\!bg-lime-900{--tw-bg-opacity: 1 !important;background-color:rgb(28 34 18 / var(--tw-bg-opacity))!important}.\!bg-lime-900\/0{background-color:#1c221200!important}.\!bg-lime-900\/10{background-color:#1c22121a!important}.\!bg-lime-900\/100{background-color:#1c2212!important}.\!bg-lime-900\/20{background-color:#1c221233!important}.\!bg-lime-900\/25{background-color:#1c221240!important}.\!bg-lime-900\/30{background-color:#1c22124d!important}.\!bg-lime-900\/40{background-color:#1c221266!important}.\!bg-lime-900\/5{background-color:#1c22120d!important}.\!bg-lime-900\/50{background-color:#1c221280!important}.\!bg-lime-900\/60{background-color:#1c221299!important}.\!bg-lime-900\/70{background-color:#1c2212b3!important}.\!bg-lime-900\/75{background-color:#1c2212bf!important}.\!bg-lime-900\/80{background-color:#1c2212cc!important}.\!bg-lime-900\/90{background-color:#1c2212e6!important}.\!bg-lime-900\/95{background-color:#1c2212f2!important}.\!bg-lime-contrast,.\!bg-lime-contrast-100{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-lime-contrast-100\/0{background-color:#17192300!important}.\!bg-lime-contrast-100\/10{background-color:#1719231a!important}.\!bg-lime-contrast-100\/100{background-color:#171923!important}.\!bg-lime-contrast-100\/20{background-color:#17192333!important}.\!bg-lime-contrast-100\/25{background-color:#17192340!important}.\!bg-lime-contrast-100\/30{background-color:#1719234d!important}.\!bg-lime-contrast-100\/40{background-color:#17192366!important}.\!bg-lime-contrast-100\/5{background-color:#1719230d!important}.\!bg-lime-contrast-100\/50{background-color:#17192380!important}.\!bg-lime-contrast-100\/60{background-color:#17192399!important}.\!bg-lime-contrast-100\/70{background-color:#171923b3!important}.\!bg-lime-contrast-100\/75{background-color:#171923bf!important}.\!bg-lime-contrast-100\/80{background-color:#171923cc!important}.\!bg-lime-contrast-100\/90{background-color:#171923e6!important}.\!bg-lime-contrast-100\/95{background-color:#171923f2!important}.\!bg-lime-contrast-200{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-lime-contrast-200\/0{background-color:#17192300!important}.\!bg-lime-contrast-200\/10{background-color:#1719231a!important}.\!bg-lime-contrast-200\/100{background-color:#171923!important}.\!bg-lime-contrast-200\/20{background-color:#17192333!important}.\!bg-lime-contrast-200\/25{background-color:#17192340!important}.\!bg-lime-contrast-200\/30{background-color:#1719234d!important}.\!bg-lime-contrast-200\/40{background-color:#17192366!important}.\!bg-lime-contrast-200\/5{background-color:#1719230d!important}.\!bg-lime-contrast-200\/50{background-color:#17192380!important}.\!bg-lime-contrast-200\/60{background-color:#17192399!important}.\!bg-lime-contrast-200\/70{background-color:#171923b3!important}.\!bg-lime-contrast-200\/75{background-color:#171923bf!important}.\!bg-lime-contrast-200\/80{background-color:#171923cc!important}.\!bg-lime-contrast-200\/90{background-color:#171923e6!important}.\!bg-lime-contrast-200\/95{background-color:#171923f2!important}.\!bg-lime-contrast-300{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-lime-contrast-300\/0{background-color:#17192300!important}.\!bg-lime-contrast-300\/10{background-color:#1719231a!important}.\!bg-lime-contrast-300\/100{background-color:#171923!important}.\!bg-lime-contrast-300\/20{background-color:#17192333!important}.\!bg-lime-contrast-300\/25{background-color:#17192340!important}.\!bg-lime-contrast-300\/30{background-color:#1719234d!important}.\!bg-lime-contrast-300\/40{background-color:#17192366!important}.\!bg-lime-contrast-300\/5{background-color:#1719230d!important}.\!bg-lime-contrast-300\/50{background-color:#17192380!important}.\!bg-lime-contrast-300\/60{background-color:#17192399!important}.\!bg-lime-contrast-300\/70{background-color:#171923b3!important}.\!bg-lime-contrast-300\/75{background-color:#171923bf!important}.\!bg-lime-contrast-300\/80{background-color:#171923cc!important}.\!bg-lime-contrast-300\/90{background-color:#171923e6!important}.\!bg-lime-contrast-300\/95{background-color:#171923f2!important}.\!bg-lime-contrast-400{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-lime-contrast-400\/0{background-color:#17192300!important}.\!bg-lime-contrast-400\/10{background-color:#1719231a!important}.\!bg-lime-contrast-400\/100{background-color:#171923!important}.\!bg-lime-contrast-400\/20{background-color:#17192333!important}.\!bg-lime-contrast-400\/25{background-color:#17192340!important}.\!bg-lime-contrast-400\/30{background-color:#1719234d!important}.\!bg-lime-contrast-400\/40{background-color:#17192366!important}.\!bg-lime-contrast-400\/5{background-color:#1719230d!important}.\!bg-lime-contrast-400\/50{background-color:#17192380!important}.\!bg-lime-contrast-400\/60{background-color:#17192399!important}.\!bg-lime-contrast-400\/70{background-color:#171923b3!important}.\!bg-lime-contrast-400\/75{background-color:#171923bf!important}.\!bg-lime-contrast-400\/80{background-color:#171923cc!important}.\!bg-lime-contrast-400\/90{background-color:#171923e6!important}.\!bg-lime-contrast-400\/95{background-color:#171923f2!important}.\!bg-lime-contrast-500{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-lime-contrast-500\/0{background-color:#17192300!important}.\!bg-lime-contrast-500\/10{background-color:#1719231a!important}.\!bg-lime-contrast-500\/100{background-color:#171923!important}.\!bg-lime-contrast-500\/20{background-color:#17192333!important}.\!bg-lime-contrast-500\/25{background-color:#17192340!important}.\!bg-lime-contrast-500\/30{background-color:#1719234d!important}.\!bg-lime-contrast-500\/40{background-color:#17192366!important}.\!bg-lime-contrast-500\/5{background-color:#1719230d!important}.\!bg-lime-contrast-500\/50{background-color:#17192380!important}.\!bg-lime-contrast-500\/60{background-color:#17192399!important}.\!bg-lime-contrast-500\/70{background-color:#171923b3!important}.\!bg-lime-contrast-500\/75{background-color:#171923bf!important}.\!bg-lime-contrast-500\/80{background-color:#171923cc!important}.\!bg-lime-contrast-500\/90{background-color:#171923e6!important}.\!bg-lime-contrast-500\/95{background-color:#171923f2!important}.\!bg-lime-contrast-600{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-lime-contrast-600\/0{background-color:#17192300!important}.\!bg-lime-contrast-600\/10{background-color:#1719231a!important}.\!bg-lime-contrast-600\/100{background-color:#171923!important}.\!bg-lime-contrast-600\/20{background-color:#17192333!important}.\!bg-lime-contrast-600\/25{background-color:#17192340!important}.\!bg-lime-contrast-600\/30{background-color:#1719234d!important}.\!bg-lime-contrast-600\/40{background-color:#17192366!important}.\!bg-lime-contrast-600\/5{background-color:#1719230d!important}.\!bg-lime-contrast-600\/50{background-color:#17192380!important}.\!bg-lime-contrast-600\/60{background-color:#17192399!important}.\!bg-lime-contrast-600\/70{background-color:#171923b3!important}.\!bg-lime-contrast-600\/75{background-color:#171923bf!important}.\!bg-lime-contrast-600\/80{background-color:#171923cc!important}.\!bg-lime-contrast-600\/90{background-color:#171923e6!important}.\!bg-lime-contrast-600\/95{background-color:#171923f2!important}.\!bg-lime-contrast-700{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-lime-contrast-700\/0{background-color:#f7fafc00!important}.\!bg-lime-contrast-700\/10{background-color:#f7fafc1a!important}.\!bg-lime-contrast-700\/100{background-color:#f7fafc!important}.\!bg-lime-contrast-700\/20{background-color:#f7fafc33!important}.\!bg-lime-contrast-700\/25{background-color:#f7fafc40!important}.\!bg-lime-contrast-700\/30{background-color:#f7fafc4d!important}.\!bg-lime-contrast-700\/40{background-color:#f7fafc66!important}.\!bg-lime-contrast-700\/5{background-color:#f7fafc0d!important}.\!bg-lime-contrast-700\/50{background-color:#f7fafc80!important}.\!bg-lime-contrast-700\/60{background-color:#f7fafc99!important}.\!bg-lime-contrast-700\/70{background-color:#f7fafcb3!important}.\!bg-lime-contrast-700\/75{background-color:#f7fafcbf!important}.\!bg-lime-contrast-700\/80{background-color:#f7fafccc!important}.\!bg-lime-contrast-700\/90{background-color:#f7fafce6!important}.\!bg-lime-contrast-700\/95{background-color:#f7fafcf2!important}.\!bg-lime-contrast-800{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-lime-contrast-800\/0{background-color:#f7fafc00!important}.\!bg-lime-contrast-800\/10{background-color:#f7fafc1a!important}.\!bg-lime-contrast-800\/100{background-color:#f7fafc!important}.\!bg-lime-contrast-800\/20{background-color:#f7fafc33!important}.\!bg-lime-contrast-800\/25{background-color:#f7fafc40!important}.\!bg-lime-contrast-800\/30{background-color:#f7fafc4d!important}.\!bg-lime-contrast-800\/40{background-color:#f7fafc66!important}.\!bg-lime-contrast-800\/5{background-color:#f7fafc0d!important}.\!bg-lime-contrast-800\/50{background-color:#f7fafc80!important}.\!bg-lime-contrast-800\/60{background-color:#f7fafc99!important}.\!bg-lime-contrast-800\/70{background-color:#f7fafcb3!important}.\!bg-lime-contrast-800\/75{background-color:#f7fafcbf!important}.\!bg-lime-contrast-800\/80{background-color:#f7fafccc!important}.\!bg-lime-contrast-800\/90{background-color:#f7fafce6!important}.\!bg-lime-contrast-800\/95{background-color:#f7fafcf2!important}.\!bg-lime-contrast-900{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-lime-contrast-900\/0{background-color:#f7fafc00!important}.\!bg-lime-contrast-900\/10{background-color:#f7fafc1a!important}.\!bg-lime-contrast-900\/100{background-color:#f7fafc!important}.\!bg-lime-contrast-900\/20{background-color:#f7fafc33!important}.\!bg-lime-contrast-900\/25{background-color:#f7fafc40!important}.\!bg-lime-contrast-900\/30{background-color:#f7fafc4d!important}.\!bg-lime-contrast-900\/40{background-color:#f7fafc66!important}.\!bg-lime-contrast-900\/5{background-color:#f7fafc0d!important}.\!bg-lime-contrast-900\/50{background-color:#f7fafc80!important}.\!bg-lime-contrast-900\/60{background-color:#f7fafc99!important}.\!bg-lime-contrast-900\/70{background-color:#f7fafcb3!important}.\!bg-lime-contrast-900\/75{background-color:#f7fafcbf!important}.\!bg-lime-contrast-900\/80{background-color:#f7fafccc!important}.\!bg-lime-contrast-900\/90{background-color:#f7fafce6!important}.\!bg-lime-contrast-900\/95{background-color:#f7fafcf2!important}.\!bg-lime-contrast\/0{background-color:#17192300!important}.\!bg-lime-contrast\/10{background-color:#1719231a!important}.\!bg-lime-contrast\/100{background-color:#171923!important}.\!bg-lime-contrast\/20{background-color:#17192333!important}.\!bg-lime-contrast\/25{background-color:#17192340!important}.\!bg-lime-contrast\/30{background-color:#1719234d!important}.\!bg-lime-contrast\/40{background-color:#17192366!important}.\!bg-lime-contrast\/5{background-color:#1719230d!important}.\!bg-lime-contrast\/50{background-color:#17192380!important}.\!bg-lime-contrast\/60{background-color:#17192399!important}.\!bg-lime-contrast\/70{background-color:#171923b3!important}.\!bg-lime-contrast\/75{background-color:#171923bf!important}.\!bg-lime-contrast\/80{background-color:#171923cc!important}.\!bg-lime-contrast\/90{background-color:#171923e6!important}.\!bg-lime-contrast\/95{background-color:#171923f2!important}.\!bg-lime\/0{background-color:#8ba95a00!important}.\!bg-lime\/10{background-color:#8ba95a1a!important}.\!bg-lime\/100{background-color:#8ba95a!important}.\!bg-lime\/20{background-color:#8ba95a33!important}.\!bg-lime\/25{background-color:#8ba95a40!important}.\!bg-lime\/30{background-color:#8ba95a4d!important}.\!bg-lime\/40{background-color:#8ba95a66!important}.\!bg-lime\/5{background-color:#8ba95a0d!important}.\!bg-lime\/50{background-color:#8ba95a80!important}.\!bg-lime\/60{background-color:#8ba95a99!important}.\!bg-lime\/70{background-color:#8ba95ab3!important}.\!bg-lime\/75{background-color:#8ba95abf!important}.\!bg-lime\/80{background-color:#8ba95acc!important}.\!bg-lime\/90{background-color:#8ba95ae6!important}.\!bg-lime\/95{background-color:#8ba95af2!important}.\!bg-magenta{--tw-bg-opacity: 1 !important;background-color:rgb(199 37 115 / var(--tw-bg-opacity))!important}.\!bg-magenta-100{--tw-bg-opacity: 1 !important;background-color:rgb(234 167 200 / var(--tw-bg-opacity))!important}.\!bg-magenta-100\/0{background-color:#eaa7c800!important}.\!bg-magenta-100\/10{background-color:#eaa7c81a!important}.\!bg-magenta-100\/100{background-color:#eaa7c8!important}.\!bg-magenta-100\/20{background-color:#eaa7c833!important}.\!bg-magenta-100\/25{background-color:#eaa7c840!important}.\!bg-magenta-100\/30{background-color:#eaa7c84d!important}.\!bg-magenta-100\/40{background-color:#eaa7c866!important}.\!bg-magenta-100\/5{background-color:#eaa7c80d!important}.\!bg-magenta-100\/50{background-color:#eaa7c880!important}.\!bg-magenta-100\/60{background-color:#eaa7c899!important}.\!bg-magenta-100\/70{background-color:#eaa7c8b3!important}.\!bg-magenta-100\/75{background-color:#eaa7c8bf!important}.\!bg-magenta-100\/80{background-color:#eaa7c8cc!important}.\!bg-magenta-100\/90{background-color:#eaa7c8e6!important}.\!bg-magenta-100\/95{background-color:#eaa7c8f2!important}.\!bg-magenta-200{--tw-bg-opacity: 1 !important;background-color:rgb(226 131 177 / var(--tw-bg-opacity))!important}.\!bg-magenta-200\/0{background-color:#e283b100!important}.\!bg-magenta-200\/10{background-color:#e283b11a!important}.\!bg-magenta-200\/100{background-color:#e283b1!important}.\!bg-magenta-200\/20{background-color:#e283b133!important}.\!bg-magenta-200\/25{background-color:#e283b140!important}.\!bg-magenta-200\/30{background-color:#e283b14d!important}.\!bg-magenta-200\/40{background-color:#e283b166!important}.\!bg-magenta-200\/5{background-color:#e283b10d!important}.\!bg-magenta-200\/50{background-color:#e283b180!important}.\!bg-magenta-200\/60{background-color:#e283b199!important}.\!bg-magenta-200\/70{background-color:#e283b1b3!important}.\!bg-magenta-200\/75{background-color:#e283b1bf!important}.\!bg-magenta-200\/80{background-color:#e283b1cc!important}.\!bg-magenta-200\/90{background-color:#e283b1e6!important}.\!bg-magenta-200\/95{background-color:#e283b1f2!important}.\!bg-magenta-300{--tw-bg-opacity: 1 !important;background-color:rgb(219 99 157 / var(--tw-bg-opacity))!important}.\!bg-magenta-300\/0{background-color:#db639d00!important}.\!bg-magenta-300\/10{background-color:#db639d1a!important}.\!bg-magenta-300\/100{background-color:#db639d!important}.\!bg-magenta-300\/20{background-color:#db639d33!important}.\!bg-magenta-300\/25{background-color:#db639d40!important}.\!bg-magenta-300\/30{background-color:#db639d4d!important}.\!bg-magenta-300\/40{background-color:#db639d66!important}.\!bg-magenta-300\/5{background-color:#db639d0d!important}.\!bg-magenta-300\/50{background-color:#db639d80!important}.\!bg-magenta-300\/60{background-color:#db639d99!important}.\!bg-magenta-300\/70{background-color:#db639db3!important}.\!bg-magenta-300\/75{background-color:#db639dbf!important}.\!bg-magenta-300\/80{background-color:#db639dcc!important}.\!bg-magenta-300\/90{background-color:#db639de6!important}.\!bg-magenta-300\/95{background-color:#db639df2!important}.\!bg-magenta-400{--tw-bg-opacity: 1 !important;background-color:rgb(214 60 135 / var(--tw-bg-opacity))!important}.\!bg-magenta-400\/0{background-color:#d63c8700!important}.\!bg-magenta-400\/10{background-color:#d63c871a!important}.\!bg-magenta-400\/100{background-color:#d63c87!important}.\!bg-magenta-400\/20{background-color:#d63c8733!important}.\!bg-magenta-400\/25{background-color:#d63c8740!important}.\!bg-magenta-400\/30{background-color:#d63c874d!important}.\!bg-magenta-400\/40{background-color:#d63c8766!important}.\!bg-magenta-400\/5{background-color:#d63c870d!important}.\!bg-magenta-400\/50{background-color:#d63c8780!important}.\!bg-magenta-400\/60{background-color:#d63c8799!important}.\!bg-magenta-400\/70{background-color:#d63c87b3!important}.\!bg-magenta-400\/75{background-color:#d63c87bf!important}.\!bg-magenta-400\/80{background-color:#d63c87cc!important}.\!bg-magenta-400\/90{background-color:#d63c87e6!important}.\!bg-magenta-400\/95{background-color:#d63c87f2!important}.\!bg-magenta-500{--tw-bg-opacity: 1 !important;background-color:rgb(199 37 115 / var(--tw-bg-opacity))!important}.\!bg-magenta-500\/0{background-color:#c7257300!important}.\!bg-magenta-500\/10{background-color:#c725731a!important}.\!bg-magenta-500\/100{background-color:#c72573!important}.\!bg-magenta-500\/20{background-color:#c7257333!important}.\!bg-magenta-500\/25{background-color:#c7257340!important}.\!bg-magenta-500\/30{background-color:#c725734d!important}.\!bg-magenta-500\/40{background-color:#c7257366!important}.\!bg-magenta-500\/5{background-color:#c725730d!important}.\!bg-magenta-500\/50{background-color:#c7257380!important}.\!bg-magenta-500\/60{background-color:#c7257399!important}.\!bg-magenta-500\/70{background-color:#c72573b3!important}.\!bg-magenta-500\/75{background-color:#c72573bf!important}.\!bg-magenta-500\/80{background-color:#c72573cc!important}.\!bg-magenta-500\/90{background-color:#c72573e6!important}.\!bg-magenta-500\/95{background-color:#c72573f2!important}.\!bg-magenta-600{--tw-bg-opacity: 1 !important;background-color:rgb(183 50 50 / var(--tw-bg-opacity))!important}.\!bg-magenta-600\/0{background-color:#b7323200!important}.\!bg-magenta-600\/10{background-color:#b732321a!important}.\!bg-magenta-600\/100{background-color:#b73232!important}.\!bg-magenta-600\/20{background-color:#b7323233!important}.\!bg-magenta-600\/25{background-color:#b7323240!important}.\!bg-magenta-600\/30{background-color:#b732324d!important}.\!bg-magenta-600\/40{background-color:#b7323266!important}.\!bg-magenta-600\/5{background-color:#b732320d!important}.\!bg-magenta-600\/50{background-color:#b7323280!important}.\!bg-magenta-600\/60{background-color:#b7323299!important}.\!bg-magenta-600\/70{background-color:#b73232b3!important}.\!bg-magenta-600\/75{background-color:#b73232bf!important}.\!bg-magenta-600\/80{background-color:#b73232cc!important}.\!bg-magenta-600\/90{background-color:#b73232e6!important}.\!bg-magenta-600\/95{background-color:#b73232f2!important}.\!bg-magenta-700{--tw-bg-opacity: 1 !important;background-color:rgb(137 37 37 / var(--tw-bg-opacity))!important}.\!bg-magenta-700\/0{background-color:#89252500!important}.\!bg-magenta-700\/10{background-color:#8925251a!important}.\!bg-magenta-700\/100{background-color:#892525!important}.\!bg-magenta-700\/20{background-color:#89252533!important}.\!bg-magenta-700\/25{background-color:#89252540!important}.\!bg-magenta-700\/30{background-color:#8925254d!important}.\!bg-magenta-700\/40{background-color:#89252566!important}.\!bg-magenta-700\/5{background-color:#8925250d!important}.\!bg-magenta-700\/50{background-color:#89252580!important}.\!bg-magenta-700\/60{background-color:#89252599!important}.\!bg-magenta-700\/70{background-color:#892525b3!important}.\!bg-magenta-700\/75{background-color:#892525bf!important}.\!bg-magenta-700\/80{background-color:#892525cc!important}.\!bg-magenta-700\/90{background-color:#892525e6!important}.\!bg-magenta-700\/95{background-color:#892525f2!important}.\!bg-magenta-800{--tw-bg-opacity: 1 !important;background-color:rgb(92 25 25 / var(--tw-bg-opacity))!important}.\!bg-magenta-800\/0{background-color:#5c191900!important}.\!bg-magenta-800\/10{background-color:#5c19191a!important}.\!bg-magenta-800\/100{background-color:#5c1919!important}.\!bg-magenta-800\/20{background-color:#5c191933!important}.\!bg-magenta-800\/25{background-color:#5c191940!important}.\!bg-magenta-800\/30{background-color:#5c19194d!important}.\!bg-magenta-800\/40{background-color:#5c191966!important}.\!bg-magenta-800\/5{background-color:#5c19190d!important}.\!bg-magenta-800\/50{background-color:#5c191980!important}.\!bg-magenta-800\/60{background-color:#5c191999!important}.\!bg-magenta-800\/70{background-color:#5c1919b3!important}.\!bg-magenta-800\/75{background-color:#5c1919bf!important}.\!bg-magenta-800\/80{background-color:#5c1919cc!important}.\!bg-magenta-800\/90{background-color:#5c1919e6!important}.\!bg-magenta-800\/95{background-color:#5c1919f2!important}.\!bg-magenta-900{--tw-bg-opacity: 1 !important;background-color:rgb(46 12 12 / var(--tw-bg-opacity))!important}.\!bg-magenta-900\/0{background-color:#2e0c0c00!important}.\!bg-magenta-900\/10{background-color:#2e0c0c1a!important}.\!bg-magenta-900\/100{background-color:#2e0c0c!important}.\!bg-magenta-900\/20{background-color:#2e0c0c33!important}.\!bg-magenta-900\/25{background-color:#2e0c0c40!important}.\!bg-magenta-900\/30{background-color:#2e0c0c4d!important}.\!bg-magenta-900\/40{background-color:#2e0c0c66!important}.\!bg-magenta-900\/5{background-color:#2e0c0c0d!important}.\!bg-magenta-900\/50{background-color:#2e0c0c80!important}.\!bg-magenta-900\/60{background-color:#2e0c0c99!important}.\!bg-magenta-900\/70{background-color:#2e0c0cb3!important}.\!bg-magenta-900\/75{background-color:#2e0c0cbf!important}.\!bg-magenta-900\/80{background-color:#2e0c0ccc!important}.\!bg-magenta-900\/90{background-color:#2e0c0ce6!important}.\!bg-magenta-900\/95{background-color:#2e0c0cf2!important}.\!bg-magenta-contrast{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-magenta-contrast-100{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-magenta-contrast-100\/0{background-color:#17192300!important}.\!bg-magenta-contrast-100\/10{background-color:#1719231a!important}.\!bg-magenta-contrast-100\/100{background-color:#171923!important}.\!bg-magenta-contrast-100\/20{background-color:#17192333!important}.\!bg-magenta-contrast-100\/25{background-color:#17192340!important}.\!bg-magenta-contrast-100\/30{background-color:#1719234d!important}.\!bg-magenta-contrast-100\/40{background-color:#17192366!important}.\!bg-magenta-contrast-100\/5{background-color:#1719230d!important}.\!bg-magenta-contrast-100\/50{background-color:#17192380!important}.\!bg-magenta-contrast-100\/60{background-color:#17192399!important}.\!bg-magenta-contrast-100\/70{background-color:#171923b3!important}.\!bg-magenta-contrast-100\/75{background-color:#171923bf!important}.\!bg-magenta-contrast-100\/80{background-color:#171923cc!important}.\!bg-magenta-contrast-100\/90{background-color:#171923e6!important}.\!bg-magenta-contrast-100\/95{background-color:#171923f2!important}.\!bg-magenta-contrast-200{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-magenta-contrast-200\/0{background-color:#17192300!important}.\!bg-magenta-contrast-200\/10{background-color:#1719231a!important}.\!bg-magenta-contrast-200\/100{background-color:#171923!important}.\!bg-magenta-contrast-200\/20{background-color:#17192333!important}.\!bg-magenta-contrast-200\/25{background-color:#17192340!important}.\!bg-magenta-contrast-200\/30{background-color:#1719234d!important}.\!bg-magenta-contrast-200\/40{background-color:#17192366!important}.\!bg-magenta-contrast-200\/5{background-color:#1719230d!important}.\!bg-magenta-contrast-200\/50{background-color:#17192380!important}.\!bg-magenta-contrast-200\/60{background-color:#17192399!important}.\!bg-magenta-contrast-200\/70{background-color:#171923b3!important}.\!bg-magenta-contrast-200\/75{background-color:#171923bf!important}.\!bg-magenta-contrast-200\/80{background-color:#171923cc!important}.\!bg-magenta-contrast-200\/90{background-color:#171923e6!important}.\!bg-magenta-contrast-200\/95{background-color:#171923f2!important}.\!bg-magenta-contrast-300{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-magenta-contrast-300\/0{background-color:#17192300!important}.\!bg-magenta-contrast-300\/10{background-color:#1719231a!important}.\!bg-magenta-contrast-300\/100{background-color:#171923!important}.\!bg-magenta-contrast-300\/20{background-color:#17192333!important}.\!bg-magenta-contrast-300\/25{background-color:#17192340!important}.\!bg-magenta-contrast-300\/30{background-color:#1719234d!important}.\!bg-magenta-contrast-300\/40{background-color:#17192366!important}.\!bg-magenta-contrast-300\/5{background-color:#1719230d!important}.\!bg-magenta-contrast-300\/50{background-color:#17192380!important}.\!bg-magenta-contrast-300\/60{background-color:#17192399!important}.\!bg-magenta-contrast-300\/70{background-color:#171923b3!important}.\!bg-magenta-contrast-300\/75{background-color:#171923bf!important}.\!bg-magenta-contrast-300\/80{background-color:#171923cc!important}.\!bg-magenta-contrast-300\/90{background-color:#171923e6!important}.\!bg-magenta-contrast-300\/95{background-color:#171923f2!important}.\!bg-magenta-contrast-400{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-magenta-contrast-400\/0{background-color:#f7fafc00!important}.\!bg-magenta-contrast-400\/10{background-color:#f7fafc1a!important}.\!bg-magenta-contrast-400\/100{background-color:#f7fafc!important}.\!bg-magenta-contrast-400\/20{background-color:#f7fafc33!important}.\!bg-magenta-contrast-400\/25{background-color:#f7fafc40!important}.\!bg-magenta-contrast-400\/30{background-color:#f7fafc4d!important}.\!bg-magenta-contrast-400\/40{background-color:#f7fafc66!important}.\!bg-magenta-contrast-400\/5{background-color:#f7fafc0d!important}.\!bg-magenta-contrast-400\/50{background-color:#f7fafc80!important}.\!bg-magenta-contrast-400\/60{background-color:#f7fafc99!important}.\!bg-magenta-contrast-400\/70{background-color:#f7fafcb3!important}.\!bg-magenta-contrast-400\/75{background-color:#f7fafcbf!important}.\!bg-magenta-contrast-400\/80{background-color:#f7fafccc!important}.\!bg-magenta-contrast-400\/90{background-color:#f7fafce6!important}.\!bg-magenta-contrast-400\/95{background-color:#f7fafcf2!important}.\!bg-magenta-contrast-500{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-magenta-contrast-500\/0{background-color:#f7fafc00!important}.\!bg-magenta-contrast-500\/10{background-color:#f7fafc1a!important}.\!bg-magenta-contrast-500\/100{background-color:#f7fafc!important}.\!bg-magenta-contrast-500\/20{background-color:#f7fafc33!important}.\!bg-magenta-contrast-500\/25{background-color:#f7fafc40!important}.\!bg-magenta-contrast-500\/30{background-color:#f7fafc4d!important}.\!bg-magenta-contrast-500\/40{background-color:#f7fafc66!important}.\!bg-magenta-contrast-500\/5{background-color:#f7fafc0d!important}.\!bg-magenta-contrast-500\/50{background-color:#f7fafc80!important}.\!bg-magenta-contrast-500\/60{background-color:#f7fafc99!important}.\!bg-magenta-contrast-500\/70{background-color:#f7fafcb3!important}.\!bg-magenta-contrast-500\/75{background-color:#f7fafcbf!important}.\!bg-magenta-contrast-500\/80{background-color:#f7fafccc!important}.\!bg-magenta-contrast-500\/90{background-color:#f7fafce6!important}.\!bg-magenta-contrast-500\/95{background-color:#f7fafcf2!important}.\!bg-magenta-contrast-600{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-magenta-contrast-600\/0{background-color:#f7fafc00!important}.\!bg-magenta-contrast-600\/10{background-color:#f7fafc1a!important}.\!bg-magenta-contrast-600\/100{background-color:#f7fafc!important}.\!bg-magenta-contrast-600\/20{background-color:#f7fafc33!important}.\!bg-magenta-contrast-600\/25{background-color:#f7fafc40!important}.\!bg-magenta-contrast-600\/30{background-color:#f7fafc4d!important}.\!bg-magenta-contrast-600\/40{background-color:#f7fafc66!important}.\!bg-magenta-contrast-600\/5{background-color:#f7fafc0d!important}.\!bg-magenta-contrast-600\/50{background-color:#f7fafc80!important}.\!bg-magenta-contrast-600\/60{background-color:#f7fafc99!important}.\!bg-magenta-contrast-600\/70{background-color:#f7fafcb3!important}.\!bg-magenta-contrast-600\/75{background-color:#f7fafcbf!important}.\!bg-magenta-contrast-600\/80{background-color:#f7fafccc!important}.\!bg-magenta-contrast-600\/90{background-color:#f7fafce6!important}.\!bg-magenta-contrast-600\/95{background-color:#f7fafcf2!important}.\!bg-magenta-contrast-700{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-magenta-contrast-700\/0{background-color:#f7fafc00!important}.\!bg-magenta-contrast-700\/10{background-color:#f7fafc1a!important}.\!bg-magenta-contrast-700\/100{background-color:#f7fafc!important}.\!bg-magenta-contrast-700\/20{background-color:#f7fafc33!important}.\!bg-magenta-contrast-700\/25{background-color:#f7fafc40!important}.\!bg-magenta-contrast-700\/30{background-color:#f7fafc4d!important}.\!bg-magenta-contrast-700\/40{background-color:#f7fafc66!important}.\!bg-magenta-contrast-700\/5{background-color:#f7fafc0d!important}.\!bg-magenta-contrast-700\/50{background-color:#f7fafc80!important}.\!bg-magenta-contrast-700\/60{background-color:#f7fafc99!important}.\!bg-magenta-contrast-700\/70{background-color:#f7fafcb3!important}.\!bg-magenta-contrast-700\/75{background-color:#f7fafcbf!important}.\!bg-magenta-contrast-700\/80{background-color:#f7fafccc!important}.\!bg-magenta-contrast-700\/90{background-color:#f7fafce6!important}.\!bg-magenta-contrast-700\/95{background-color:#f7fafcf2!important}.\!bg-magenta-contrast-800{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-magenta-contrast-800\/0{background-color:#f7fafc00!important}.\!bg-magenta-contrast-800\/10{background-color:#f7fafc1a!important}.\!bg-magenta-contrast-800\/100{background-color:#f7fafc!important}.\!bg-magenta-contrast-800\/20{background-color:#f7fafc33!important}.\!bg-magenta-contrast-800\/25{background-color:#f7fafc40!important}.\!bg-magenta-contrast-800\/30{background-color:#f7fafc4d!important}.\!bg-magenta-contrast-800\/40{background-color:#f7fafc66!important}.\!bg-magenta-contrast-800\/5{background-color:#f7fafc0d!important}.\!bg-magenta-contrast-800\/50{background-color:#f7fafc80!important}.\!bg-magenta-contrast-800\/60{background-color:#f7fafc99!important}.\!bg-magenta-contrast-800\/70{background-color:#f7fafcb3!important}.\!bg-magenta-contrast-800\/75{background-color:#f7fafcbf!important}.\!bg-magenta-contrast-800\/80{background-color:#f7fafccc!important}.\!bg-magenta-contrast-800\/90{background-color:#f7fafce6!important}.\!bg-magenta-contrast-800\/95{background-color:#f7fafcf2!important}.\!bg-magenta-contrast-900{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-magenta-contrast-900\/0{background-color:#f7fafc00!important}.\!bg-magenta-contrast-900\/10{background-color:#f7fafc1a!important}.\!bg-magenta-contrast-900\/100{background-color:#f7fafc!important}.\!bg-magenta-contrast-900\/20{background-color:#f7fafc33!important}.\!bg-magenta-contrast-900\/25{background-color:#f7fafc40!important}.\!bg-magenta-contrast-900\/30{background-color:#f7fafc4d!important}.\!bg-magenta-contrast-900\/40{background-color:#f7fafc66!important}.\!bg-magenta-contrast-900\/5{background-color:#f7fafc0d!important}.\!bg-magenta-contrast-900\/50{background-color:#f7fafc80!important}.\!bg-magenta-contrast-900\/60{background-color:#f7fafc99!important}.\!bg-magenta-contrast-900\/70{background-color:#f7fafcb3!important}.\!bg-magenta-contrast-900\/75{background-color:#f7fafcbf!important}.\!bg-magenta-contrast-900\/80{background-color:#f7fafccc!important}.\!bg-magenta-contrast-900\/90{background-color:#f7fafce6!important}.\!bg-magenta-contrast-900\/95{background-color:#f7fafcf2!important}.\!bg-magenta-contrast\/0{background-color:#f7fafc00!important}.\!bg-magenta-contrast\/10{background-color:#f7fafc1a!important}.\!bg-magenta-contrast\/100{background-color:#f7fafc!important}.\!bg-magenta-contrast\/20{background-color:#f7fafc33!important}.\!bg-magenta-contrast\/25{background-color:#f7fafc40!important}.\!bg-magenta-contrast\/30{background-color:#f7fafc4d!important}.\!bg-magenta-contrast\/40{background-color:#f7fafc66!important}.\!bg-magenta-contrast\/5{background-color:#f7fafc0d!important}.\!bg-magenta-contrast\/50{background-color:#f7fafc80!important}.\!bg-magenta-contrast\/60{background-color:#f7fafc99!important}.\!bg-magenta-contrast\/70{background-color:#f7fafcb3!important}.\!bg-magenta-contrast\/75{background-color:#f7fafcbf!important}.\!bg-magenta-contrast\/80{background-color:#f7fafccc!important}.\!bg-magenta-contrast\/90{background-color:#f7fafce6!important}.\!bg-magenta-contrast\/95{background-color:#f7fafcf2!important}.\!bg-magenta\/0{background-color:#c7257300!important}.\!bg-magenta\/10{background-color:#c725731a!important}.\!bg-magenta\/100{background-color:#c72573!important}.\!bg-magenta\/20{background-color:#c7257333!important}.\!bg-magenta\/25{background-color:#c7257340!important}.\!bg-magenta\/30{background-color:#c725734d!important}.\!bg-magenta\/40{background-color:#c7257366!important}.\!bg-magenta\/5{background-color:#c725730d!important}.\!bg-magenta\/50{background-color:#c7257380!important}.\!bg-magenta\/60{background-color:#c7257399!important}.\!bg-magenta\/70{background-color:#c72573b3!important}.\!bg-magenta\/75{background-color:#c72573bf!important}.\!bg-magenta\/80{background-color:#c72573cc!important}.\!bg-magenta\/90{background-color:#c72573e6!important}.\!bg-magenta\/95{background-color:#c72573f2!important}.\!bg-orange{--tw-bg-opacity: 1 !important;background-color:rgb(226 120 69 / var(--tw-bg-opacity))!important}.\!bg-orange-100{--tw-bg-opacity: 1 !important;background-color:rgb(249 228 218 / var(--tw-bg-opacity))!important}.\!bg-orange-100\/0{background-color:#f9e4da00!important}.\!bg-orange-100\/10{background-color:#f9e4da1a!important}.\!bg-orange-100\/100{background-color:#f9e4da!important}.\!bg-orange-100\/20{background-color:#f9e4da33!important}.\!bg-orange-100\/25{background-color:#f9e4da40!important}.\!bg-orange-100\/30{background-color:#f9e4da4d!important}.\!bg-orange-100\/40{background-color:#f9e4da66!important}.\!bg-orange-100\/5{background-color:#f9e4da0d!important}.\!bg-orange-100\/50{background-color:#f9e4da80!important}.\!bg-orange-100\/60{background-color:#f9e4da99!important}.\!bg-orange-100\/70{background-color:#f9e4dab3!important}.\!bg-orange-100\/75{background-color:#f9e4dabf!important}.\!bg-orange-100\/80{background-color:#f9e4dacc!important}.\!bg-orange-100\/90{background-color:#f9e4dae6!important}.\!bg-orange-100\/95{background-color:#f9e4daf2!important}.\!bg-orange-200{--tw-bg-opacity: 1 !important;background-color:rgb(243 201 181 / var(--tw-bg-opacity))!important}.\!bg-orange-200\/0{background-color:#f3c9b500!important}.\!bg-orange-200\/10{background-color:#f3c9b51a!important}.\!bg-orange-200\/100{background-color:#f3c9b5!important}.\!bg-orange-200\/20{background-color:#f3c9b533!important}.\!bg-orange-200\/25{background-color:#f3c9b540!important}.\!bg-orange-200\/30{background-color:#f3c9b54d!important}.\!bg-orange-200\/40{background-color:#f3c9b566!important}.\!bg-orange-200\/5{background-color:#f3c9b50d!important}.\!bg-orange-200\/50{background-color:#f3c9b580!important}.\!bg-orange-200\/60{background-color:#f3c9b599!important}.\!bg-orange-200\/70{background-color:#f3c9b5b3!important}.\!bg-orange-200\/75{background-color:#f3c9b5bf!important}.\!bg-orange-200\/80{background-color:#f3c9b5cc!important}.\!bg-orange-200\/90{background-color:#f3c9b5e6!important}.\!bg-orange-200\/95{background-color:#f3c9b5f2!important}.\!bg-orange-300{--tw-bg-opacity: 1 !important;background-color:rgb(238 174 143 / var(--tw-bg-opacity))!important}.\!bg-orange-300\/0{background-color:#eeae8f00!important}.\!bg-orange-300\/10{background-color:#eeae8f1a!important}.\!bg-orange-300\/100{background-color:#eeae8f!important}.\!bg-orange-300\/20{background-color:#eeae8f33!important}.\!bg-orange-300\/25{background-color:#eeae8f40!important}.\!bg-orange-300\/30{background-color:#eeae8f4d!important}.\!bg-orange-300\/40{background-color:#eeae8f66!important}.\!bg-orange-300\/5{background-color:#eeae8f0d!important}.\!bg-orange-300\/50{background-color:#eeae8f80!important}.\!bg-orange-300\/60{background-color:#eeae8f99!important}.\!bg-orange-300\/70{background-color:#eeae8fb3!important}.\!bg-orange-300\/75{background-color:#eeae8fbf!important}.\!bg-orange-300\/80{background-color:#eeae8fcc!important}.\!bg-orange-300\/90{background-color:#eeae8fe6!important}.\!bg-orange-300\/95{background-color:#eeae8ff2!important}.\!bg-orange-400{--tw-bg-opacity: 1 !important;background-color:rgb(232 147 106 / var(--tw-bg-opacity))!important}.\!bg-orange-400\/0{background-color:#e8936a00!important}.\!bg-orange-400\/10{background-color:#e8936a1a!important}.\!bg-orange-400\/100{background-color:#e8936a!important}.\!bg-orange-400\/20{background-color:#e8936a33!important}.\!bg-orange-400\/25{background-color:#e8936a40!important}.\!bg-orange-400\/30{background-color:#e8936a4d!important}.\!bg-orange-400\/40{background-color:#e8936a66!important}.\!bg-orange-400\/5{background-color:#e8936a0d!important}.\!bg-orange-400\/50{background-color:#e8936a80!important}.\!bg-orange-400\/60{background-color:#e8936a99!important}.\!bg-orange-400\/70{background-color:#e8936ab3!important}.\!bg-orange-400\/75{background-color:#e8936abf!important}.\!bg-orange-400\/80{background-color:#e8936acc!important}.\!bg-orange-400\/90{background-color:#e8936ae6!important}.\!bg-orange-400\/95{background-color:#e8936af2!important}.\!bg-orange-500{--tw-bg-opacity: 1 !important;background-color:rgb(226 120 69 / var(--tw-bg-opacity))!important}.\!bg-orange-500\/0{background-color:#e2784500!important}.\!bg-orange-500\/10{background-color:#e278451a!important}.\!bg-orange-500\/100{background-color:#e27845!important}.\!bg-orange-500\/20{background-color:#e2784533!important}.\!bg-orange-500\/25{background-color:#e2784540!important}.\!bg-orange-500\/30{background-color:#e278454d!important}.\!bg-orange-500\/40{background-color:#e2784566!important}.\!bg-orange-500\/5{background-color:#e278450d!important}.\!bg-orange-500\/50{background-color:#e2784580!important}.\!bg-orange-500\/60{background-color:#e2784599!important}.\!bg-orange-500\/70{background-color:#e27845b3!important}.\!bg-orange-500\/75{background-color:#e27845bf!important}.\!bg-orange-500\/80{background-color:#e27845cc!important}.\!bg-orange-500\/90{background-color:#e27845e6!important}.\!bg-orange-500\/95{background-color:#e27845f2!important}.\!bg-orange-600{--tw-bg-opacity: 1 !important;background-color:rgb(181 96 55 / var(--tw-bg-opacity))!important}.\!bg-orange-600\/0{background-color:#b5603700!important}.\!bg-orange-600\/10{background-color:#b560371a!important}.\!bg-orange-600\/100{background-color:#b56037!important}.\!bg-orange-600\/20{background-color:#b5603733!important}.\!bg-orange-600\/25{background-color:#b5603740!important}.\!bg-orange-600\/30{background-color:#b560374d!important}.\!bg-orange-600\/40{background-color:#b5603766!important}.\!bg-orange-600\/5{background-color:#b560370d!important}.\!bg-orange-600\/50{background-color:#b5603780!important}.\!bg-orange-600\/60{background-color:#b5603799!important}.\!bg-orange-600\/70{background-color:#b56037b3!important}.\!bg-orange-600\/75{background-color:#b56037bf!important}.\!bg-orange-600\/80{background-color:#b56037cc!important}.\!bg-orange-600\/90{background-color:#b56037e6!important}.\!bg-orange-600\/95{background-color:#b56037f2!important}.\!bg-orange-700{--tw-bg-opacity: 1 !important;background-color:rgb(136 72 41 / var(--tw-bg-opacity))!important}.\!bg-orange-700\/0{background-color:#88482900!important}.\!bg-orange-700\/10{background-color:#8848291a!important}.\!bg-orange-700\/100{background-color:#884829!important}.\!bg-orange-700\/20{background-color:#88482933!important}.\!bg-orange-700\/25{background-color:#88482940!important}.\!bg-orange-700\/30{background-color:#8848294d!important}.\!bg-orange-700\/40{background-color:#88482966!important}.\!bg-orange-700\/5{background-color:#8848290d!important}.\!bg-orange-700\/50{background-color:#88482980!important}.\!bg-orange-700\/60{background-color:#88482999!important}.\!bg-orange-700\/70{background-color:#884829b3!important}.\!bg-orange-700\/75{background-color:#884829bf!important}.\!bg-orange-700\/80{background-color:#884829cc!important}.\!bg-orange-700\/90{background-color:#884829e6!important}.\!bg-orange-700\/95{background-color:#884829f2!important}.\!bg-orange-800{--tw-bg-opacity: 1 !important;background-color:rgb(90 48 28 / var(--tw-bg-opacity))!important}.\!bg-orange-800\/0{background-color:#5a301c00!important}.\!bg-orange-800\/10{background-color:#5a301c1a!important}.\!bg-orange-800\/100{background-color:#5a301c!important}.\!bg-orange-800\/20{background-color:#5a301c33!important}.\!bg-orange-800\/25{background-color:#5a301c40!important}.\!bg-orange-800\/30{background-color:#5a301c4d!important}.\!bg-orange-800\/40{background-color:#5a301c66!important}.\!bg-orange-800\/5{background-color:#5a301c0d!important}.\!bg-orange-800\/50{background-color:#5a301c80!important}.\!bg-orange-800\/60{background-color:#5a301c99!important}.\!bg-orange-800\/70{background-color:#5a301cb3!important}.\!bg-orange-800\/75{background-color:#5a301cbf!important}.\!bg-orange-800\/80{background-color:#5a301ccc!important}.\!bg-orange-800\/90{background-color:#5a301ce6!important}.\!bg-orange-800\/95{background-color:#5a301cf2!important}.\!bg-orange-900{--tw-bg-opacity: 1 !important;background-color:rgb(45 24 14 / var(--tw-bg-opacity))!important}.\!bg-orange-900\/0{background-color:#2d180e00!important}.\!bg-orange-900\/10{background-color:#2d180e1a!important}.\!bg-orange-900\/100{background-color:#2d180e!important}.\!bg-orange-900\/20{background-color:#2d180e33!important}.\!bg-orange-900\/25{background-color:#2d180e40!important}.\!bg-orange-900\/30{background-color:#2d180e4d!important}.\!bg-orange-900\/40{background-color:#2d180e66!important}.\!bg-orange-900\/5{background-color:#2d180e0d!important}.\!bg-orange-900\/50{background-color:#2d180e80!important}.\!bg-orange-900\/60{background-color:#2d180e99!important}.\!bg-orange-900\/70{background-color:#2d180eb3!important}.\!bg-orange-900\/75{background-color:#2d180ebf!important}.\!bg-orange-900\/80{background-color:#2d180ecc!important}.\!bg-orange-900\/90{background-color:#2d180ee6!important}.\!bg-orange-900\/95{background-color:#2d180ef2!important}.\!bg-orange-contrast,.\!bg-orange-contrast-100{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-orange-contrast-100\/0{background-color:#17192300!important}.\!bg-orange-contrast-100\/10{background-color:#1719231a!important}.\!bg-orange-contrast-100\/100{background-color:#171923!important}.\!bg-orange-contrast-100\/20{background-color:#17192333!important}.\!bg-orange-contrast-100\/25{background-color:#17192340!important}.\!bg-orange-contrast-100\/30{background-color:#1719234d!important}.\!bg-orange-contrast-100\/40{background-color:#17192366!important}.\!bg-orange-contrast-100\/5{background-color:#1719230d!important}.\!bg-orange-contrast-100\/50{background-color:#17192380!important}.\!bg-orange-contrast-100\/60{background-color:#17192399!important}.\!bg-orange-contrast-100\/70{background-color:#171923b3!important}.\!bg-orange-contrast-100\/75{background-color:#171923bf!important}.\!bg-orange-contrast-100\/80{background-color:#171923cc!important}.\!bg-orange-contrast-100\/90{background-color:#171923e6!important}.\!bg-orange-contrast-100\/95{background-color:#171923f2!important}.\!bg-orange-contrast-200{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-orange-contrast-200\/0{background-color:#17192300!important}.\!bg-orange-contrast-200\/10{background-color:#1719231a!important}.\!bg-orange-contrast-200\/100{background-color:#171923!important}.\!bg-orange-contrast-200\/20{background-color:#17192333!important}.\!bg-orange-contrast-200\/25{background-color:#17192340!important}.\!bg-orange-contrast-200\/30{background-color:#1719234d!important}.\!bg-orange-contrast-200\/40{background-color:#17192366!important}.\!bg-orange-contrast-200\/5{background-color:#1719230d!important}.\!bg-orange-contrast-200\/50{background-color:#17192380!important}.\!bg-orange-contrast-200\/60{background-color:#17192399!important}.\!bg-orange-contrast-200\/70{background-color:#171923b3!important}.\!bg-orange-contrast-200\/75{background-color:#171923bf!important}.\!bg-orange-contrast-200\/80{background-color:#171923cc!important}.\!bg-orange-contrast-200\/90{background-color:#171923e6!important}.\!bg-orange-contrast-200\/95{background-color:#171923f2!important}.\!bg-orange-contrast-300{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-orange-contrast-300\/0{background-color:#17192300!important}.\!bg-orange-contrast-300\/10{background-color:#1719231a!important}.\!bg-orange-contrast-300\/100{background-color:#171923!important}.\!bg-orange-contrast-300\/20{background-color:#17192333!important}.\!bg-orange-contrast-300\/25{background-color:#17192340!important}.\!bg-orange-contrast-300\/30{background-color:#1719234d!important}.\!bg-orange-contrast-300\/40{background-color:#17192366!important}.\!bg-orange-contrast-300\/5{background-color:#1719230d!important}.\!bg-orange-contrast-300\/50{background-color:#17192380!important}.\!bg-orange-contrast-300\/60{background-color:#17192399!important}.\!bg-orange-contrast-300\/70{background-color:#171923b3!important}.\!bg-orange-contrast-300\/75{background-color:#171923bf!important}.\!bg-orange-contrast-300\/80{background-color:#171923cc!important}.\!bg-orange-contrast-300\/90{background-color:#171923e6!important}.\!bg-orange-contrast-300\/95{background-color:#171923f2!important}.\!bg-orange-contrast-400{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-orange-contrast-400\/0{background-color:#17192300!important}.\!bg-orange-contrast-400\/10{background-color:#1719231a!important}.\!bg-orange-contrast-400\/100{background-color:#171923!important}.\!bg-orange-contrast-400\/20{background-color:#17192333!important}.\!bg-orange-contrast-400\/25{background-color:#17192340!important}.\!bg-orange-contrast-400\/30{background-color:#1719234d!important}.\!bg-orange-contrast-400\/40{background-color:#17192366!important}.\!bg-orange-contrast-400\/5{background-color:#1719230d!important}.\!bg-orange-contrast-400\/50{background-color:#17192380!important}.\!bg-orange-contrast-400\/60{background-color:#17192399!important}.\!bg-orange-contrast-400\/70{background-color:#171923b3!important}.\!bg-orange-contrast-400\/75{background-color:#171923bf!important}.\!bg-orange-contrast-400\/80{background-color:#171923cc!important}.\!bg-orange-contrast-400\/90{background-color:#171923e6!important}.\!bg-orange-contrast-400\/95{background-color:#171923f2!important}.\!bg-orange-contrast-500{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-orange-contrast-500\/0{background-color:#17192300!important}.\!bg-orange-contrast-500\/10{background-color:#1719231a!important}.\!bg-orange-contrast-500\/100{background-color:#171923!important}.\!bg-orange-contrast-500\/20{background-color:#17192333!important}.\!bg-orange-contrast-500\/25{background-color:#17192340!important}.\!bg-orange-contrast-500\/30{background-color:#1719234d!important}.\!bg-orange-contrast-500\/40{background-color:#17192366!important}.\!bg-orange-contrast-500\/5{background-color:#1719230d!important}.\!bg-orange-contrast-500\/50{background-color:#17192380!important}.\!bg-orange-contrast-500\/60{background-color:#17192399!important}.\!bg-orange-contrast-500\/70{background-color:#171923b3!important}.\!bg-orange-contrast-500\/75{background-color:#171923bf!important}.\!bg-orange-contrast-500\/80{background-color:#171923cc!important}.\!bg-orange-contrast-500\/90{background-color:#171923e6!important}.\!bg-orange-contrast-500\/95{background-color:#171923f2!important}.\!bg-orange-contrast-600{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-orange-contrast-600\/0{background-color:#f7fafc00!important}.\!bg-orange-contrast-600\/10{background-color:#f7fafc1a!important}.\!bg-orange-contrast-600\/100{background-color:#f7fafc!important}.\!bg-orange-contrast-600\/20{background-color:#f7fafc33!important}.\!bg-orange-contrast-600\/25{background-color:#f7fafc40!important}.\!bg-orange-contrast-600\/30{background-color:#f7fafc4d!important}.\!bg-orange-contrast-600\/40{background-color:#f7fafc66!important}.\!bg-orange-contrast-600\/5{background-color:#f7fafc0d!important}.\!bg-orange-contrast-600\/50{background-color:#f7fafc80!important}.\!bg-orange-contrast-600\/60{background-color:#f7fafc99!important}.\!bg-orange-contrast-600\/70{background-color:#f7fafcb3!important}.\!bg-orange-contrast-600\/75{background-color:#f7fafcbf!important}.\!bg-orange-contrast-600\/80{background-color:#f7fafccc!important}.\!bg-orange-contrast-600\/90{background-color:#f7fafce6!important}.\!bg-orange-contrast-600\/95{background-color:#f7fafcf2!important}.\!bg-orange-contrast-700{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-orange-contrast-700\/0{background-color:#f7fafc00!important}.\!bg-orange-contrast-700\/10{background-color:#f7fafc1a!important}.\!bg-orange-contrast-700\/100{background-color:#f7fafc!important}.\!bg-orange-contrast-700\/20{background-color:#f7fafc33!important}.\!bg-orange-contrast-700\/25{background-color:#f7fafc40!important}.\!bg-orange-contrast-700\/30{background-color:#f7fafc4d!important}.\!bg-orange-contrast-700\/40{background-color:#f7fafc66!important}.\!bg-orange-contrast-700\/5{background-color:#f7fafc0d!important}.\!bg-orange-contrast-700\/50{background-color:#f7fafc80!important}.\!bg-orange-contrast-700\/60{background-color:#f7fafc99!important}.\!bg-orange-contrast-700\/70{background-color:#f7fafcb3!important}.\!bg-orange-contrast-700\/75{background-color:#f7fafcbf!important}.\!bg-orange-contrast-700\/80{background-color:#f7fafccc!important}.\!bg-orange-contrast-700\/90{background-color:#f7fafce6!important}.\!bg-orange-contrast-700\/95{background-color:#f7fafcf2!important}.\!bg-orange-contrast-800{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-orange-contrast-800\/0{background-color:#f7fafc00!important}.\!bg-orange-contrast-800\/10{background-color:#f7fafc1a!important}.\!bg-orange-contrast-800\/100{background-color:#f7fafc!important}.\!bg-orange-contrast-800\/20{background-color:#f7fafc33!important}.\!bg-orange-contrast-800\/25{background-color:#f7fafc40!important}.\!bg-orange-contrast-800\/30{background-color:#f7fafc4d!important}.\!bg-orange-contrast-800\/40{background-color:#f7fafc66!important}.\!bg-orange-contrast-800\/5{background-color:#f7fafc0d!important}.\!bg-orange-contrast-800\/50{background-color:#f7fafc80!important}.\!bg-orange-contrast-800\/60{background-color:#f7fafc99!important}.\!bg-orange-contrast-800\/70{background-color:#f7fafcb3!important}.\!bg-orange-contrast-800\/75{background-color:#f7fafcbf!important}.\!bg-orange-contrast-800\/80{background-color:#f7fafccc!important}.\!bg-orange-contrast-800\/90{background-color:#f7fafce6!important}.\!bg-orange-contrast-800\/95{background-color:#f7fafcf2!important}.\!bg-orange-contrast-900{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-orange-contrast-900\/0{background-color:#f7fafc00!important}.\!bg-orange-contrast-900\/10{background-color:#f7fafc1a!important}.\!bg-orange-contrast-900\/100{background-color:#f7fafc!important}.\!bg-orange-contrast-900\/20{background-color:#f7fafc33!important}.\!bg-orange-contrast-900\/25{background-color:#f7fafc40!important}.\!bg-orange-contrast-900\/30{background-color:#f7fafc4d!important}.\!bg-orange-contrast-900\/40{background-color:#f7fafc66!important}.\!bg-orange-contrast-900\/5{background-color:#f7fafc0d!important}.\!bg-orange-contrast-900\/50{background-color:#f7fafc80!important}.\!bg-orange-contrast-900\/60{background-color:#f7fafc99!important}.\!bg-orange-contrast-900\/70{background-color:#f7fafcb3!important}.\!bg-orange-contrast-900\/75{background-color:#f7fafcbf!important}.\!bg-orange-contrast-900\/80{background-color:#f7fafccc!important}.\!bg-orange-contrast-900\/90{background-color:#f7fafce6!important}.\!bg-orange-contrast-900\/95{background-color:#f7fafcf2!important}.\!bg-orange-contrast\/0{background-color:#17192300!important}.\!bg-orange-contrast\/10{background-color:#1719231a!important}.\!bg-orange-contrast\/100{background-color:#171923!important}.\!bg-orange-contrast\/20{background-color:#17192333!important}.\!bg-orange-contrast\/25{background-color:#17192340!important}.\!bg-orange-contrast\/30{background-color:#1719234d!important}.\!bg-orange-contrast\/40{background-color:#17192366!important}.\!bg-orange-contrast\/5{background-color:#1719230d!important}.\!bg-orange-contrast\/50{background-color:#17192380!important}.\!bg-orange-contrast\/60{background-color:#17192399!important}.\!bg-orange-contrast\/70{background-color:#171923b3!important}.\!bg-orange-contrast\/75{background-color:#171923bf!important}.\!bg-orange-contrast\/80{background-color:#171923cc!important}.\!bg-orange-contrast\/90{background-color:#171923e6!important}.\!bg-orange-contrast\/95{background-color:#171923f2!important}.\!bg-orange\/0{background-color:#e2784500!important}.\!bg-orange\/10{background-color:#e278451a!important}.\!bg-orange\/100{background-color:#e27845!important}.\!bg-orange\/20{background-color:#e2784533!important}.\!bg-orange\/25{background-color:#e2784540!important}.\!bg-orange\/30{background-color:#e278454d!important}.\!bg-orange\/40{background-color:#e2784566!important}.\!bg-orange\/5{background-color:#e278450d!important}.\!bg-orange\/50{background-color:#e2784580!important}.\!bg-orange\/60{background-color:#e2784599!important}.\!bg-orange\/70{background-color:#e27845b3!important}.\!bg-orange\/75{background-color:#e27845bf!important}.\!bg-orange\/80{background-color:#e27845cc!important}.\!bg-orange\/90{background-color:#e27845e6!important}.\!bg-orange\/95{background-color:#e27845f2!important}.\!bg-primary-100{--tw-bg-opacity: 1 !important;background-color:rgb(168 205 254 / var(--tw-bg-opacity))!important}.\!bg-primary-100\/0{background-color:#a8cdfe00!important}.\!bg-primary-100\/10{background-color:#a8cdfe1a!important}.\!bg-primary-100\/100{background-color:#a8cdfe!important}.\!bg-primary-100\/20{background-color:#a8cdfe33!important}.\!bg-primary-100\/25{background-color:#a8cdfe40!important}.\!bg-primary-100\/30{background-color:#a8cdfe4d!important}.\!bg-primary-100\/40{background-color:#a8cdfe66!important}.\!bg-primary-100\/5{background-color:#a8cdfe0d!important}.\!bg-primary-100\/50{background-color:#a8cdfe80!important}.\!bg-primary-100\/60{background-color:#a8cdfe99!important}.\!bg-primary-100\/70{background-color:#a8cdfeb3!important}.\!bg-primary-100\/75{background-color:#a8cdfebf!important}.\!bg-primary-100\/80{background-color:#a8cdfecc!important}.\!bg-primary-100\/90{background-color:#a8cdfee6!important}.\!bg-primary-100\/95{background-color:#a8cdfef2!important}.\!bg-primary-200{--tw-bg-opacity: 1 !important;background-color:rgb(146 179 221 / var(--tw-bg-opacity))!important}.\!bg-primary-200\/0{background-color:#92b3dd00!important}.\!bg-primary-200\/10{background-color:#92b3dd1a!important}.\!bg-primary-200\/100{background-color:#92b3dd!important}.\!bg-primary-200\/20{background-color:#92b3dd33!important}.\!bg-primary-200\/25{background-color:#92b3dd40!important}.\!bg-primary-200\/30{background-color:#92b3dd4d!important}.\!bg-primary-200\/40{background-color:#92b3dd66!important}.\!bg-primary-200\/5{background-color:#92b3dd0d!important}.\!bg-primary-200\/50{background-color:#92b3dd80!important}.\!bg-primary-200\/60{background-color:#92b3dd99!important}.\!bg-primary-200\/70{background-color:#92b3ddb3!important}.\!bg-primary-200\/75{background-color:#92b3ddbf!important}.\!bg-primary-200\/80{background-color:#92b3ddcc!important}.\!bg-primary-200\/90{background-color:#92b3dde6!important}.\!bg-primary-200\/95{background-color:#92b3ddf2!important}.\!bg-primary-300{--tw-bg-opacity: 1 !important;background-color:rgb(119 155 198 / var(--tw-bg-opacity))!important}.\!bg-primary-300\/0{background-color:#779bc600!important}.\!bg-primary-300\/10{background-color:#779bc61a!important}.\!bg-primary-300\/100{background-color:#779bc6!important}.\!bg-primary-300\/20{background-color:#779bc633!important}.\!bg-primary-300\/25{background-color:#779bc640!important}.\!bg-primary-300\/30{background-color:#779bc64d!important}.\!bg-primary-300\/40{background-color:#779bc666!important}.\!bg-primary-300\/5{background-color:#779bc60d!important}.\!bg-primary-300\/50{background-color:#779bc680!important}.\!bg-primary-300\/60{background-color:#779bc699!important}.\!bg-primary-300\/70{background-color:#779bc6b3!important}.\!bg-primary-300\/75{background-color:#779bc6bf!important}.\!bg-primary-300\/80{background-color:#779bc6cc!important}.\!bg-primary-300\/90{background-color:#779bc6e6!important}.\!bg-primary-300\/95{background-color:#779bc6f2!important}.\!bg-primary-400{--tw-bg-opacity: 1 !important;background-color:rgb(92 130 174 / var(--tw-bg-opacity))!important}.\!bg-primary-400\/0{background-color:#5c82ae00!important}.\!bg-primary-400\/10{background-color:#5c82ae1a!important}.\!bg-primary-400\/100{background-color:#5c82ae!important}.\!bg-primary-400\/20{background-color:#5c82ae33!important}.\!bg-primary-400\/25{background-color:#5c82ae40!important}.\!bg-primary-400\/30{background-color:#5c82ae4d!important}.\!bg-primary-400\/40{background-color:#5c82ae66!important}.\!bg-primary-400\/5{background-color:#5c82ae0d!important}.\!bg-primary-400\/50{background-color:#5c82ae80!important}.\!bg-primary-400\/60{background-color:#5c82ae99!important}.\!bg-primary-400\/70{background-color:#5c82aeb3!important}.\!bg-primary-400\/75{background-color:#5c82aebf!important}.\!bg-primary-400\/80{background-color:#5c82aecc!important}.\!bg-primary-400\/90{background-color:#5c82aee6!important}.\!bg-primary-400\/95{background-color:#5c82aef2!important}.\!bg-primary-500{--tw-bg-opacity: 1 !important;background-color:rgb(65 105 150 / var(--tw-bg-opacity))!important}.\!bg-primary-500\/0{background-color:#41699600!important}.\!bg-primary-500\/10{background-color:#4169961a!important}.\!bg-primary-500\/100{background-color:#416996!important}.\!bg-primary-500\/20{background-color:#41699633!important}.\!bg-primary-500\/25{background-color:#41699640!important}.\!bg-primary-500\/30{background-color:#4169964d!important}.\!bg-primary-500\/40{background-color:#41699666!important}.\!bg-primary-500\/5{background-color:#4169960d!important}.\!bg-primary-500\/50{background-color:#41699680!important}.\!bg-primary-500\/60{background-color:#41699699!important}.\!bg-primary-500\/70{background-color:#416996b3!important}.\!bg-primary-500\/75{background-color:#416996bf!important}.\!bg-primary-500\/80{background-color:#416996cc!important}.\!bg-primary-500\/90{background-color:#416996e6!important}.\!bg-primary-500\/95{background-color:#416996f2!important}.\!bg-primary-600{--tw-bg-opacity: 1 !important;background-color:rgb(38 80 126 / var(--tw-bg-opacity))!important}.\!bg-primary-600\/0{background-color:#26507e00!important}.\!bg-primary-600\/10{background-color:#26507e1a!important}.\!bg-primary-600\/100{background-color:#26507e!important}.\!bg-primary-600\/20{background-color:#26507e33!important}.\!bg-primary-600\/25{background-color:#26507e40!important}.\!bg-primary-600\/30{background-color:#26507e4d!important}.\!bg-primary-600\/40{background-color:#26507e66!important}.\!bg-primary-600\/5{background-color:#26507e0d!important}.\!bg-primary-600\/50{background-color:#26507e80!important}.\!bg-primary-600\/60{background-color:#26507e99!important}.\!bg-primary-600\/70{background-color:#26507eb3!important}.\!bg-primary-600\/75{background-color:#26507ebf!important}.\!bg-primary-600\/80{background-color:#26507ecc!important}.\!bg-primary-600\/90{background-color:#26507ee6!important}.\!bg-primary-600\/95{background-color:#26507ef2!important}.\!bg-primary-700{--tw-bg-opacity: 1 !important;background-color:rgb(26 54 85 / var(--tw-bg-opacity))!important}.\!bg-primary-700\/0{background-color:#1a365500!important}.\!bg-primary-700\/10{background-color:#1a36551a!important}.\!bg-primary-700\/100{background-color:#1a3655!important}.\!bg-primary-700\/20{background-color:#1a365533!important}.\!bg-primary-700\/25{background-color:#1a365540!important}.\!bg-primary-700\/30{background-color:#1a36554d!important}.\!bg-primary-700\/40{background-color:#1a365566!important}.\!bg-primary-700\/5{background-color:#1a36550d!important}.\!bg-primary-700\/50{background-color:#1a365580!important}.\!bg-primary-700\/60{background-color:#1a365599!important}.\!bg-primary-700\/70{background-color:#1a3655b3!important}.\!bg-primary-700\/75{background-color:#1a3655bf!important}.\!bg-primary-700\/80{background-color:#1a3655cc!important}.\!bg-primary-700\/90{background-color:#1a3655e6!important}.\!bg-primary-700\/95{background-color:#1a3655f2!important}.\!bg-primary-800{--tw-bg-opacity: 1 !important;background-color:rgb(20 41 65 / var(--tw-bg-opacity))!important}.\!bg-primary-800\/0{background-color:#14294100!important}.\!bg-primary-800\/10{background-color:#1429411a!important}.\!bg-primary-800\/100{background-color:#142941!important}.\!bg-primary-800\/20{background-color:#14294133!important}.\!bg-primary-800\/25{background-color:#14294140!important}.\!bg-primary-800\/30{background-color:#1429414d!important}.\!bg-primary-800\/40{background-color:#14294166!important}.\!bg-primary-800\/5{background-color:#1429410d!important}.\!bg-primary-800\/50{background-color:#14294180!important}.\!bg-primary-800\/60{background-color:#14294199!important}.\!bg-primary-800\/70{background-color:#142941b3!important}.\!bg-primary-800\/75{background-color:#142941bf!important}.\!bg-primary-800\/80{background-color:#142941cc!important}.\!bg-primary-800\/90{background-color:#142941e6!important}.\!bg-primary-800\/95{background-color:#142941f2!important}.\!bg-primary-900{--tw-bg-opacity: 1 !important;background-color:rgb(13 28 44 / var(--tw-bg-opacity))!important}.\!bg-primary-900\/0{background-color:#0d1c2c00!important}.\!bg-primary-900\/10{background-color:#0d1c2c1a!important}.\!bg-primary-900\/100{background-color:#0d1c2c!important}.\!bg-primary-900\/20{background-color:#0d1c2c33!important}.\!bg-primary-900\/25{background-color:#0d1c2c40!important}.\!bg-primary-900\/30{background-color:#0d1c2c4d!important}.\!bg-primary-900\/40{background-color:#0d1c2c66!important}.\!bg-primary-900\/5{background-color:#0d1c2c0d!important}.\!bg-primary-900\/50{background-color:#0d1c2c80!important}.\!bg-primary-900\/60{background-color:#0d1c2c99!important}.\!bg-primary-900\/70{background-color:#0d1c2cb3!important}.\!bg-primary-900\/75{background-color:#0d1c2cbf!important}.\!bg-primary-900\/80{background-color:#0d1c2ccc!important}.\!bg-primary-900\/90{background-color:#0d1c2ce6!important}.\!bg-primary-900\/95{background-color:#0d1c2cf2!important}.\!bg-red{--tw-bg-opacity: 1 !important;background-color:rgb(229 62 62 / var(--tw-bg-opacity))!important}.\!bg-red-100{--tw-bg-opacity: 1 !important;background-color:rgb(250 216 216 / var(--tw-bg-opacity))!important}.\!bg-red-100\/0{background-color:#fad8d800!important}.\!bg-red-100\/10{background-color:#fad8d81a!important}.\!bg-red-100\/100{background-color:#fad8d8!important}.\!bg-red-100\/20{background-color:#fad8d833!important}.\!bg-red-100\/25{background-color:#fad8d840!important}.\!bg-red-100\/30{background-color:#fad8d84d!important}.\!bg-red-100\/40{background-color:#fad8d866!important}.\!bg-red-100\/5{background-color:#fad8d80d!important}.\!bg-red-100\/50{background-color:#fad8d880!important}.\!bg-red-100\/60{background-color:#fad8d899!important}.\!bg-red-100\/70{background-color:#fad8d8b3!important}.\!bg-red-100\/75{background-color:#fad8d8bf!important}.\!bg-red-100\/80{background-color:#fad8d8cc!important}.\!bg-red-100\/90{background-color:#fad8d8e6!important}.\!bg-red-100\/95{background-color:#fad8d8f2!important}.\!bg-red-200{--tw-bg-opacity: 1 !important;background-color:rgb(245 178 178 / var(--tw-bg-opacity))!important}.\!bg-red-200\/0{background-color:#f5b2b200!important}.\!bg-red-200\/10{background-color:#f5b2b21a!important}.\!bg-red-200\/100{background-color:#f5b2b2!important}.\!bg-red-200\/20{background-color:#f5b2b233!important}.\!bg-red-200\/25{background-color:#f5b2b240!important}.\!bg-red-200\/30{background-color:#f5b2b24d!important}.\!bg-red-200\/40{background-color:#f5b2b266!important}.\!bg-red-200\/5{background-color:#f5b2b20d!important}.\!bg-red-200\/50{background-color:#f5b2b280!important}.\!bg-red-200\/60{background-color:#f5b2b299!important}.\!bg-red-200\/70{background-color:#f5b2b2b3!important}.\!bg-red-200\/75{background-color:#f5b2b2bf!important}.\!bg-red-200\/80{background-color:#f5b2b2cc!important}.\!bg-red-200\/90{background-color:#f5b2b2e6!important}.\!bg-red-200\/95{background-color:#f5b2b2f2!important}.\!bg-red-300{--tw-bg-opacity: 1 !important;background-color:rgb(239 139 139 / var(--tw-bg-opacity))!important}.\!bg-red-300\/0{background-color:#ef8b8b00!important}.\!bg-red-300\/10{background-color:#ef8b8b1a!important}.\!bg-red-300\/100{background-color:#ef8b8b!important}.\!bg-red-300\/20{background-color:#ef8b8b33!important}.\!bg-red-300\/25{background-color:#ef8b8b40!important}.\!bg-red-300\/30{background-color:#ef8b8b4d!important}.\!bg-red-300\/40{background-color:#ef8b8b66!important}.\!bg-red-300\/5{background-color:#ef8b8b0d!important}.\!bg-red-300\/50{background-color:#ef8b8b80!important}.\!bg-red-300\/60{background-color:#ef8b8b99!important}.\!bg-red-300\/70{background-color:#ef8b8bb3!important}.\!bg-red-300\/75{background-color:#ef8b8bbf!important}.\!bg-red-300\/80{background-color:#ef8b8bcc!important}.\!bg-red-300\/90{background-color:#ef8b8be6!important}.\!bg-red-300\/95{background-color:#ef8b8bf2!important}.\!bg-red-400{--tw-bg-opacity: 1 !important;background-color:rgb(234 101 101 / var(--tw-bg-opacity))!important}.\!bg-red-400\/0{background-color:#ea656500!important}.\!bg-red-400\/10{background-color:#ea65651a!important}.\!bg-red-400\/100{background-color:#ea6565!important}.\!bg-red-400\/20{background-color:#ea656533!important}.\!bg-red-400\/25{background-color:#ea656540!important}.\!bg-red-400\/30{background-color:#ea65654d!important}.\!bg-red-400\/40{background-color:#ea656566!important}.\!bg-red-400\/5{background-color:#ea65650d!important}.\!bg-red-400\/50{background-color:#ea656580!important}.\!bg-red-400\/60{background-color:#ea656599!important}.\!bg-red-400\/70{background-color:#ea6565b3!important}.\!bg-red-400\/75{background-color:#ea6565bf!important}.\!bg-red-400\/80{background-color:#ea6565cc!important}.\!bg-red-400\/90{background-color:#ea6565e6!important}.\!bg-red-400\/95{background-color:#ea6565f2!important}.\!bg-red-500{--tw-bg-opacity: 1 !important;background-color:rgb(229 62 62 / var(--tw-bg-opacity))!important}.\!bg-red-500\/0{background-color:#e53e3e00!important}.\!bg-red-500\/10{background-color:#e53e3e1a!important}.\!bg-red-500\/100{background-color:#e53e3e!important}.\!bg-red-500\/20{background-color:#e53e3e33!important}.\!bg-red-500\/25{background-color:#e53e3e40!important}.\!bg-red-500\/30{background-color:#e53e3e4d!important}.\!bg-red-500\/40{background-color:#e53e3e66!important}.\!bg-red-500\/5{background-color:#e53e3e0d!important}.\!bg-red-500\/50{background-color:#e53e3e80!important}.\!bg-red-500\/60{background-color:#e53e3e99!important}.\!bg-red-500\/70{background-color:#e53e3eb3!important}.\!bg-red-500\/75{background-color:#e53e3ebf!important}.\!bg-red-500\/80{background-color:#e53e3ecc!important}.\!bg-red-500\/90{background-color:#e53e3ee6!important}.\!bg-red-500\/95{background-color:#e53e3ef2!important}.\!bg-red-600{--tw-bg-opacity: 1 !important;background-color:rgb(171 31 98 / var(--tw-bg-opacity))!important}.\!bg-red-600\/0{background-color:#ab1f6200!important}.\!bg-red-600\/10{background-color:#ab1f621a!important}.\!bg-red-600\/100{background-color:#ab1f62!important}.\!bg-red-600\/20{background-color:#ab1f6233!important}.\!bg-red-600\/25{background-color:#ab1f6240!important}.\!bg-red-600\/30{background-color:#ab1f624d!important}.\!bg-red-600\/40{background-color:#ab1f6266!important}.\!bg-red-600\/5{background-color:#ab1f620d!important}.\!bg-red-600\/50{background-color:#ab1f6280!important}.\!bg-red-600\/60{background-color:#ab1f6299!important}.\!bg-red-600\/70{background-color:#ab1f62b3!important}.\!bg-red-600\/75{background-color:#ab1f62bf!important}.\!bg-red-600\/80{background-color:#ab1f62cc!important}.\!bg-red-600\/90{background-color:#ab1f62e6!important}.\!bg-red-600\/95{background-color:#ab1f62f2!important}.\!bg-red-700{--tw-bg-opacity: 1 !important;background-color:rgb(142 25 81 / var(--tw-bg-opacity))!important}.\!bg-red-700\/0{background-color:#8e195100!important}.\!bg-red-700\/10{background-color:#8e19511a!important}.\!bg-red-700\/100{background-color:#8e1951!important}.\!bg-red-700\/20{background-color:#8e195133!important}.\!bg-red-700\/25{background-color:#8e195140!important}.\!bg-red-700\/30{background-color:#8e19514d!important}.\!bg-red-700\/40{background-color:#8e195166!important}.\!bg-red-700\/5{background-color:#8e19510d!important}.\!bg-red-700\/50{background-color:#8e195180!important}.\!bg-red-700\/60{background-color:#8e195199!important}.\!bg-red-700\/70{background-color:#8e1951b3!important}.\!bg-red-700\/75{background-color:#8e1951bf!important}.\!bg-red-700\/80{background-color:#8e1951cc!important}.\!bg-red-700\/90{background-color:#8e1951e6!important}.\!bg-red-700\/95{background-color:#8e1951f2!important}.\!bg-red-800{--tw-bg-opacity: 1 !important;background-color:rgb(114 19 64 / var(--tw-bg-opacity))!important}.\!bg-red-800\/0{background-color:#72134000!important}.\!bg-red-800\/10{background-color:#7213401a!important}.\!bg-red-800\/100{background-color:#721340!important}.\!bg-red-800\/20{background-color:#72134033!important}.\!bg-red-800\/25{background-color:#72134040!important}.\!bg-red-800\/30{background-color:#7213404d!important}.\!bg-red-800\/40{background-color:#72134066!important}.\!bg-red-800\/5{background-color:#7213400d!important}.\!bg-red-800\/50{background-color:#72134080!important}.\!bg-red-800\/60{background-color:#72134099!important}.\!bg-red-800\/70{background-color:#721340b3!important}.\!bg-red-800\/75{background-color:#721340bf!important}.\!bg-red-800\/80{background-color:#721340cc!important}.\!bg-red-800\/90{background-color:#721340e6!important}.\!bg-red-800\/95{background-color:#721340f2!important}.\!bg-red-900{--tw-bg-opacity: 1 !important;background-color:rgb(85 12 47 / var(--tw-bg-opacity))!important}.\!bg-red-900\/0{background-color:#550c2f00!important}.\!bg-red-900\/10{background-color:#550c2f1a!important}.\!bg-red-900\/100{background-color:#550c2f!important}.\!bg-red-900\/20{background-color:#550c2f33!important}.\!bg-red-900\/25{background-color:#550c2f40!important}.\!bg-red-900\/30{background-color:#550c2f4d!important}.\!bg-red-900\/40{background-color:#550c2f66!important}.\!bg-red-900\/5{background-color:#550c2f0d!important}.\!bg-red-900\/50{background-color:#550c2f80!important}.\!bg-red-900\/60{background-color:#550c2f99!important}.\!bg-red-900\/70{background-color:#550c2fb3!important}.\!bg-red-900\/75{background-color:#550c2fbf!important}.\!bg-red-900\/80{background-color:#550c2fcc!important}.\!bg-red-900\/90{background-color:#550c2fe6!important}.\!bg-red-900\/95{background-color:#550c2ff2!important}.\!bg-red-contrast{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-red-contrast-100{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-red-contrast-100\/0{background-color:#17192300!important}.\!bg-red-contrast-100\/10{background-color:#1719231a!important}.\!bg-red-contrast-100\/100{background-color:#171923!important}.\!bg-red-contrast-100\/20{background-color:#17192333!important}.\!bg-red-contrast-100\/25{background-color:#17192340!important}.\!bg-red-contrast-100\/30{background-color:#1719234d!important}.\!bg-red-contrast-100\/40{background-color:#17192366!important}.\!bg-red-contrast-100\/5{background-color:#1719230d!important}.\!bg-red-contrast-100\/50{background-color:#17192380!important}.\!bg-red-contrast-100\/60{background-color:#17192399!important}.\!bg-red-contrast-100\/70{background-color:#171923b3!important}.\!bg-red-contrast-100\/75{background-color:#171923bf!important}.\!bg-red-contrast-100\/80{background-color:#171923cc!important}.\!bg-red-contrast-100\/90{background-color:#171923e6!important}.\!bg-red-contrast-100\/95{background-color:#171923f2!important}.\!bg-red-contrast-200{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-red-contrast-200\/0{background-color:#17192300!important}.\!bg-red-contrast-200\/10{background-color:#1719231a!important}.\!bg-red-contrast-200\/100{background-color:#171923!important}.\!bg-red-contrast-200\/20{background-color:#17192333!important}.\!bg-red-contrast-200\/25{background-color:#17192340!important}.\!bg-red-contrast-200\/30{background-color:#1719234d!important}.\!bg-red-contrast-200\/40{background-color:#17192366!important}.\!bg-red-contrast-200\/5{background-color:#1719230d!important}.\!bg-red-contrast-200\/50{background-color:#17192380!important}.\!bg-red-contrast-200\/60{background-color:#17192399!important}.\!bg-red-contrast-200\/70{background-color:#171923b3!important}.\!bg-red-contrast-200\/75{background-color:#171923bf!important}.\!bg-red-contrast-200\/80{background-color:#171923cc!important}.\!bg-red-contrast-200\/90{background-color:#171923e6!important}.\!bg-red-contrast-200\/95{background-color:#171923f2!important}.\!bg-red-contrast-300{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-red-contrast-300\/0{background-color:#17192300!important}.\!bg-red-contrast-300\/10{background-color:#1719231a!important}.\!bg-red-contrast-300\/100{background-color:#171923!important}.\!bg-red-contrast-300\/20{background-color:#17192333!important}.\!bg-red-contrast-300\/25{background-color:#17192340!important}.\!bg-red-contrast-300\/30{background-color:#1719234d!important}.\!bg-red-contrast-300\/40{background-color:#17192366!important}.\!bg-red-contrast-300\/5{background-color:#1719230d!important}.\!bg-red-contrast-300\/50{background-color:#17192380!important}.\!bg-red-contrast-300\/60{background-color:#17192399!important}.\!bg-red-contrast-300\/70{background-color:#171923b3!important}.\!bg-red-contrast-300\/75{background-color:#171923bf!important}.\!bg-red-contrast-300\/80{background-color:#171923cc!important}.\!bg-red-contrast-300\/90{background-color:#171923e6!important}.\!bg-red-contrast-300\/95{background-color:#171923f2!important}.\!bg-red-contrast-400{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-red-contrast-400\/0{background-color:#17192300!important}.\!bg-red-contrast-400\/10{background-color:#1719231a!important}.\!bg-red-contrast-400\/100{background-color:#171923!important}.\!bg-red-contrast-400\/20{background-color:#17192333!important}.\!bg-red-contrast-400\/25{background-color:#17192340!important}.\!bg-red-contrast-400\/30{background-color:#1719234d!important}.\!bg-red-contrast-400\/40{background-color:#17192366!important}.\!bg-red-contrast-400\/5{background-color:#1719230d!important}.\!bg-red-contrast-400\/50{background-color:#17192380!important}.\!bg-red-contrast-400\/60{background-color:#17192399!important}.\!bg-red-contrast-400\/70{background-color:#171923b3!important}.\!bg-red-contrast-400\/75{background-color:#171923bf!important}.\!bg-red-contrast-400\/80{background-color:#171923cc!important}.\!bg-red-contrast-400\/90{background-color:#171923e6!important}.\!bg-red-contrast-400\/95{background-color:#171923f2!important}.\!bg-red-contrast-500{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-red-contrast-500\/0{background-color:#f7fafc00!important}.\!bg-red-contrast-500\/10{background-color:#f7fafc1a!important}.\!bg-red-contrast-500\/100{background-color:#f7fafc!important}.\!bg-red-contrast-500\/20{background-color:#f7fafc33!important}.\!bg-red-contrast-500\/25{background-color:#f7fafc40!important}.\!bg-red-contrast-500\/30{background-color:#f7fafc4d!important}.\!bg-red-contrast-500\/40{background-color:#f7fafc66!important}.\!bg-red-contrast-500\/5{background-color:#f7fafc0d!important}.\!bg-red-contrast-500\/50{background-color:#f7fafc80!important}.\!bg-red-contrast-500\/60{background-color:#f7fafc99!important}.\!bg-red-contrast-500\/70{background-color:#f7fafcb3!important}.\!bg-red-contrast-500\/75{background-color:#f7fafcbf!important}.\!bg-red-contrast-500\/80{background-color:#f7fafccc!important}.\!bg-red-contrast-500\/90{background-color:#f7fafce6!important}.\!bg-red-contrast-500\/95{background-color:#f7fafcf2!important}.\!bg-red-contrast-600{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-red-contrast-600\/0{background-color:#f7fafc00!important}.\!bg-red-contrast-600\/10{background-color:#f7fafc1a!important}.\!bg-red-contrast-600\/100{background-color:#f7fafc!important}.\!bg-red-contrast-600\/20{background-color:#f7fafc33!important}.\!bg-red-contrast-600\/25{background-color:#f7fafc40!important}.\!bg-red-contrast-600\/30{background-color:#f7fafc4d!important}.\!bg-red-contrast-600\/40{background-color:#f7fafc66!important}.\!bg-red-contrast-600\/5{background-color:#f7fafc0d!important}.\!bg-red-contrast-600\/50{background-color:#f7fafc80!important}.\!bg-red-contrast-600\/60{background-color:#f7fafc99!important}.\!bg-red-contrast-600\/70{background-color:#f7fafcb3!important}.\!bg-red-contrast-600\/75{background-color:#f7fafcbf!important}.\!bg-red-contrast-600\/80{background-color:#f7fafccc!important}.\!bg-red-contrast-600\/90{background-color:#f7fafce6!important}.\!bg-red-contrast-600\/95{background-color:#f7fafcf2!important}.\!bg-red-contrast-700{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-red-contrast-700\/0{background-color:#f7fafc00!important}.\!bg-red-contrast-700\/10{background-color:#f7fafc1a!important}.\!bg-red-contrast-700\/100{background-color:#f7fafc!important}.\!bg-red-contrast-700\/20{background-color:#f7fafc33!important}.\!bg-red-contrast-700\/25{background-color:#f7fafc40!important}.\!bg-red-contrast-700\/30{background-color:#f7fafc4d!important}.\!bg-red-contrast-700\/40{background-color:#f7fafc66!important}.\!bg-red-contrast-700\/5{background-color:#f7fafc0d!important}.\!bg-red-contrast-700\/50{background-color:#f7fafc80!important}.\!bg-red-contrast-700\/60{background-color:#f7fafc99!important}.\!bg-red-contrast-700\/70{background-color:#f7fafcb3!important}.\!bg-red-contrast-700\/75{background-color:#f7fafcbf!important}.\!bg-red-contrast-700\/80{background-color:#f7fafccc!important}.\!bg-red-contrast-700\/90{background-color:#f7fafce6!important}.\!bg-red-contrast-700\/95{background-color:#f7fafcf2!important}.\!bg-red-contrast-800{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-red-contrast-800\/0{background-color:#f7fafc00!important}.\!bg-red-contrast-800\/10{background-color:#f7fafc1a!important}.\!bg-red-contrast-800\/100{background-color:#f7fafc!important}.\!bg-red-contrast-800\/20{background-color:#f7fafc33!important}.\!bg-red-contrast-800\/25{background-color:#f7fafc40!important}.\!bg-red-contrast-800\/30{background-color:#f7fafc4d!important}.\!bg-red-contrast-800\/40{background-color:#f7fafc66!important}.\!bg-red-contrast-800\/5{background-color:#f7fafc0d!important}.\!bg-red-contrast-800\/50{background-color:#f7fafc80!important}.\!bg-red-contrast-800\/60{background-color:#f7fafc99!important}.\!bg-red-contrast-800\/70{background-color:#f7fafcb3!important}.\!bg-red-contrast-800\/75{background-color:#f7fafcbf!important}.\!bg-red-contrast-800\/80{background-color:#f7fafccc!important}.\!bg-red-contrast-800\/90{background-color:#f7fafce6!important}.\!bg-red-contrast-800\/95{background-color:#f7fafcf2!important}.\!bg-red-contrast-900{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-red-contrast-900\/0{background-color:#f7fafc00!important}.\!bg-red-contrast-900\/10{background-color:#f7fafc1a!important}.\!bg-red-contrast-900\/100{background-color:#f7fafc!important}.\!bg-red-contrast-900\/20{background-color:#f7fafc33!important}.\!bg-red-contrast-900\/25{background-color:#f7fafc40!important}.\!bg-red-contrast-900\/30{background-color:#f7fafc4d!important}.\!bg-red-contrast-900\/40{background-color:#f7fafc66!important}.\!bg-red-contrast-900\/5{background-color:#f7fafc0d!important}.\!bg-red-contrast-900\/50{background-color:#f7fafc80!important}.\!bg-red-contrast-900\/60{background-color:#f7fafc99!important}.\!bg-red-contrast-900\/70{background-color:#f7fafcb3!important}.\!bg-red-contrast-900\/75{background-color:#f7fafcbf!important}.\!bg-red-contrast-900\/80{background-color:#f7fafccc!important}.\!bg-red-contrast-900\/90{background-color:#f7fafce6!important}.\!bg-red-contrast-900\/95{background-color:#f7fafcf2!important}.\!bg-red-contrast\/0{background-color:#f7fafc00!important}.\!bg-red-contrast\/10{background-color:#f7fafc1a!important}.\!bg-red-contrast\/100{background-color:#f7fafc!important}.\!bg-red-contrast\/20{background-color:#f7fafc33!important}.\!bg-red-contrast\/25{background-color:#f7fafc40!important}.\!bg-red-contrast\/30{background-color:#f7fafc4d!important}.\!bg-red-contrast\/40{background-color:#f7fafc66!important}.\!bg-red-contrast\/5{background-color:#f7fafc0d!important}.\!bg-red-contrast\/50{background-color:#f7fafc80!important}.\!bg-red-contrast\/60{background-color:#f7fafc99!important}.\!bg-red-contrast\/70{background-color:#f7fafcb3!important}.\!bg-red-contrast\/75{background-color:#f7fafcbf!important}.\!bg-red-contrast\/80{background-color:#f7fafccc!important}.\!bg-red-contrast\/90{background-color:#f7fafce6!important}.\!bg-red-contrast\/95{background-color:#f7fafcf2!important}.\!bg-red\/0{background-color:#e53e3e00!important}.\!bg-red\/10{background-color:#e53e3e1a!important}.\!bg-red\/100{background-color:#e53e3e!important}.\!bg-red\/20{background-color:#e53e3e33!important}.\!bg-red\/25{background-color:#e53e3e40!important}.\!bg-red\/30{background-color:#e53e3e4d!important}.\!bg-red\/40{background-color:#e53e3e66!important}.\!bg-red\/5{background-color:#e53e3e0d!important}.\!bg-red\/50{background-color:#e53e3e80!important}.\!bg-red\/60{background-color:#e53e3e99!important}.\!bg-red\/70{background-color:#e53e3eb3!important}.\!bg-red\/75{background-color:#e53e3ebf!important}.\!bg-red\/80{background-color:#e53e3ecc!important}.\!bg-red\/90{background-color:#e53e3ee6!important}.\!bg-red\/95{background-color:#e53e3ef2!important}.\!bg-secondary-100{--tw-bg-opacity: 1 !important;background-color:rgb(169 240 254 / var(--tw-bg-opacity))!important}.\!bg-secondary-100\/0{background-color:#a9f0fe00!important}.\!bg-secondary-100\/10{background-color:#a9f0fe1a!important}.\!bg-secondary-100\/100{background-color:#a9f0fe!important}.\!bg-secondary-100\/20{background-color:#a9f0fe33!important}.\!bg-secondary-100\/25{background-color:#a9f0fe40!important}.\!bg-secondary-100\/30{background-color:#a9f0fe4d!important}.\!bg-secondary-100\/40{background-color:#a9f0fe66!important}.\!bg-secondary-100\/5{background-color:#a9f0fe0d!important}.\!bg-secondary-100\/50{background-color:#a9f0fe80!important}.\!bg-secondary-100\/60{background-color:#a9f0fe99!important}.\!bg-secondary-100\/70{background-color:#a9f0feb3!important}.\!bg-secondary-100\/75{background-color:#a9f0febf!important}.\!bg-secondary-100\/80{background-color:#a9f0fecc!important}.\!bg-secondary-100\/90{background-color:#a9f0fee6!important}.\!bg-secondary-100\/95{background-color:#a9f0fef2!important}.\!bg-secondary-200{--tw-bg-opacity: 1 !important;background-color:rgb(131 218 236 / var(--tw-bg-opacity))!important}.\!bg-secondary-200\/0{background-color:#83daec00!important}.\!bg-secondary-200\/10{background-color:#83daec1a!important}.\!bg-secondary-200\/100{background-color:#83daec!important}.\!bg-secondary-200\/20{background-color:#83daec33!important}.\!bg-secondary-200\/25{background-color:#83daec40!important}.\!bg-secondary-200\/30{background-color:#83daec4d!important}.\!bg-secondary-200\/40{background-color:#83daec66!important}.\!bg-secondary-200\/5{background-color:#83daec0d!important}.\!bg-secondary-200\/50{background-color:#83daec80!important}.\!bg-secondary-200\/60{background-color:#83daec99!important}.\!bg-secondary-200\/70{background-color:#83daecb3!important}.\!bg-secondary-200\/75{background-color:#83daecbf!important}.\!bg-secondary-200\/80{background-color:#83daeccc!important}.\!bg-secondary-200\/90{background-color:#83daece6!important}.\!bg-secondary-200\/95{background-color:#83daecf2!important}.\!bg-secondary-300{--tw-bg-opacity: 1 !important;background-color:rgb(98 198 218 / var(--tw-bg-opacity))!important}.\!bg-secondary-300\/0{background-color:#62c6da00!important}.\!bg-secondary-300\/10{background-color:#62c6da1a!important}.\!bg-secondary-300\/100{background-color:#62c6da!important}.\!bg-secondary-300\/20{background-color:#62c6da33!important}.\!bg-secondary-300\/25{background-color:#62c6da40!important}.\!bg-secondary-300\/30{background-color:#62c6da4d!important}.\!bg-secondary-300\/40{background-color:#62c6da66!important}.\!bg-secondary-300\/5{background-color:#62c6da0d!important}.\!bg-secondary-300\/50{background-color:#62c6da80!important}.\!bg-secondary-300\/60{background-color:#62c6da99!important}.\!bg-secondary-300\/70{background-color:#62c6dab3!important}.\!bg-secondary-300\/75{background-color:#62c6dabf!important}.\!bg-secondary-300\/80{background-color:#62c6dacc!important}.\!bg-secondary-300\/90{background-color:#62c6dae6!important}.\!bg-secondary-300\/95{background-color:#62c6daf2!important}.\!bg-secondary-400{--tw-bg-opacity: 1 !important;background-color:rgb(60 177 200 / var(--tw-bg-opacity))!important}.\!bg-secondary-400\/0{background-color:#3cb1c800!important}.\!bg-secondary-400\/10{background-color:#3cb1c81a!important}.\!bg-secondary-400\/100{background-color:#3cb1c8!important}.\!bg-secondary-400\/20{background-color:#3cb1c833!important}.\!bg-secondary-400\/25{background-color:#3cb1c840!important}.\!bg-secondary-400\/30{background-color:#3cb1c84d!important}.\!bg-secondary-400\/40{background-color:#3cb1c866!important}.\!bg-secondary-400\/5{background-color:#3cb1c80d!important}.\!bg-secondary-400\/50{background-color:#3cb1c880!important}.\!bg-secondary-400\/60{background-color:#3cb1c899!important}.\!bg-secondary-400\/70{background-color:#3cb1c8b3!important}.\!bg-secondary-400\/75{background-color:#3cb1c8bf!important}.\!bg-secondary-400\/80{background-color:#3cb1c8cc!important}.\!bg-secondary-400\/90{background-color:#3cb1c8e6!important}.\!bg-secondary-400\/95{background-color:#3cb1c8f2!important}.\!bg-secondary-500{--tw-bg-opacity: 1 !important;background-color:rgb(23 154 181 / var(--tw-bg-opacity))!important}.\!bg-secondary-500\/0{background-color:#179ab500!important}.\!bg-secondary-500\/10{background-color:#179ab51a!important}.\!bg-secondary-500\/100{background-color:#179ab5!important}.\!bg-secondary-500\/20{background-color:#179ab533!important}.\!bg-secondary-500\/25{background-color:#179ab540!important}.\!bg-secondary-500\/30{background-color:#179ab54d!important}.\!bg-secondary-500\/40{background-color:#179ab566!important}.\!bg-secondary-500\/5{background-color:#179ab50d!important}.\!bg-secondary-500\/50{background-color:#179ab580!important}.\!bg-secondary-500\/60{background-color:#179ab599!important}.\!bg-secondary-500\/70{background-color:#179ab5b3!important}.\!bg-secondary-500\/75{background-color:#179ab5bf!important}.\!bg-secondary-500\/80{background-color:#179ab5cc!important}.\!bg-secondary-500\/90{background-color:#179ab5e6!important}.\!bg-secondary-500\/95{background-color:#179ab5f2!important}.\!bg-secondary-600{--tw-bg-opacity: 1 !important;background-color:rgb(18 124 145 / var(--tw-bg-opacity))!important}.\!bg-secondary-600\/0{background-color:#127c9100!important}.\!bg-secondary-600\/10{background-color:#127c911a!important}.\!bg-secondary-600\/100{background-color:#127c91!important}.\!bg-secondary-600\/20{background-color:#127c9133!important}.\!bg-secondary-600\/25{background-color:#127c9140!important}.\!bg-secondary-600\/30{background-color:#127c914d!important}.\!bg-secondary-600\/40{background-color:#127c9166!important}.\!bg-secondary-600\/5{background-color:#127c910d!important}.\!bg-secondary-600\/50{background-color:#127c9180!important}.\!bg-secondary-600\/60{background-color:#127c9199!important}.\!bg-secondary-600\/70{background-color:#127c91b3!important}.\!bg-secondary-600\/75{background-color:#127c91bf!important}.\!bg-secondary-600\/80{background-color:#127c91cc!important}.\!bg-secondary-600\/90{background-color:#127c91e6!important}.\!bg-secondary-600\/95{background-color:#127c91f2!important}.\!bg-secondary-700{--tw-bg-opacity: 1 !important;background-color:rgb(13 93 110 / var(--tw-bg-opacity))!important}.\!bg-secondary-700\/0{background-color:#0d5d6e00!important}.\!bg-secondary-700\/10{background-color:#0d5d6e1a!important}.\!bg-secondary-700\/100{background-color:#0d5d6e!important}.\!bg-secondary-700\/20{background-color:#0d5d6e33!important}.\!bg-secondary-700\/25{background-color:#0d5d6e40!important}.\!bg-secondary-700\/30{background-color:#0d5d6e4d!important}.\!bg-secondary-700\/40{background-color:#0d5d6e66!important}.\!bg-secondary-700\/5{background-color:#0d5d6e0d!important}.\!bg-secondary-700\/50{background-color:#0d5d6e80!important}.\!bg-secondary-700\/60{background-color:#0d5d6e99!important}.\!bg-secondary-700\/70{background-color:#0d5d6eb3!important}.\!bg-secondary-700\/75{background-color:#0d5d6ebf!important}.\!bg-secondary-700\/80{background-color:#0d5d6ecc!important}.\!bg-secondary-700\/90{background-color:#0d5d6ee6!important}.\!bg-secondary-700\/95{background-color:#0d5d6ef2!important}.\!bg-secondary-800{--tw-bg-opacity: 1 !important;background-color:rgb(8 63 73 / var(--tw-bg-opacity))!important}.\!bg-secondary-800\/0{background-color:#083f4900!important}.\!bg-secondary-800\/10{background-color:#083f491a!important}.\!bg-secondary-800\/100{background-color:#083f49!important}.\!bg-secondary-800\/20{background-color:#083f4933!important}.\!bg-secondary-800\/25{background-color:#083f4940!important}.\!bg-secondary-800\/30{background-color:#083f494d!important}.\!bg-secondary-800\/40{background-color:#083f4966!important}.\!bg-secondary-800\/5{background-color:#083f490d!important}.\!bg-secondary-800\/50{background-color:#083f4980!important}.\!bg-secondary-800\/60{background-color:#083f4999!important}.\!bg-secondary-800\/70{background-color:#083f49b3!important}.\!bg-secondary-800\/75{background-color:#083f49bf!important}.\!bg-secondary-800\/80{background-color:#083f49cc!important}.\!bg-secondary-800\/90{background-color:#083f49e6!important}.\!bg-secondary-800\/95{background-color:#083f49f2!important}.\!bg-secondary-900{--tw-bg-opacity: 1 !important;background-color:rgb(3 32 38 / var(--tw-bg-opacity))!important}.\!bg-secondary-900\/0{background-color:#03202600!important}.\!bg-secondary-900\/10{background-color:#0320261a!important}.\!bg-secondary-900\/100{background-color:#032026!important}.\!bg-secondary-900\/20{background-color:#03202633!important}.\!bg-secondary-900\/25{background-color:#03202640!important}.\!bg-secondary-900\/30{background-color:#0320264d!important}.\!bg-secondary-900\/40{background-color:#03202666!important}.\!bg-secondary-900\/5{background-color:#0320260d!important}.\!bg-secondary-900\/50{background-color:#03202680!important}.\!bg-secondary-900\/60{background-color:#03202699!important}.\!bg-secondary-900\/70{background-color:#032026b3!important}.\!bg-secondary-900\/75{background-color:#032026bf!important}.\!bg-secondary-900\/80{background-color:#032026cc!important}.\!bg-secondary-900\/90{background-color:#032026e6!important}.\!bg-secondary-900\/95{background-color:#032026f2!important}.\!bg-violet{--tw-bg-opacity: 1 !important;background-color:rgb(151 71 255 / var(--tw-bg-opacity))!important}.\!bg-violet-100{--tw-bg-opacity: 1 !important;background-color:rgb(234 218 255 / var(--tw-bg-opacity))!important}.\!bg-violet-100\/0{background-color:#eadaff00!important}.\!bg-violet-100\/10{background-color:#eadaff1a!important}.\!bg-violet-100\/100{background-color:#eadaff!important}.\!bg-violet-100\/20{background-color:#eadaff33!important}.\!bg-violet-100\/25{background-color:#eadaff40!important}.\!bg-violet-100\/30{background-color:#eadaff4d!important}.\!bg-violet-100\/40{background-color:#eadaff66!important}.\!bg-violet-100\/5{background-color:#eadaff0d!important}.\!bg-violet-100\/50{background-color:#eadaff80!important}.\!bg-violet-100\/60{background-color:#eadaff99!important}.\!bg-violet-100\/70{background-color:#eadaffb3!important}.\!bg-violet-100\/75{background-color:#eadaffbf!important}.\!bg-violet-100\/80{background-color:#eadaffcc!important}.\!bg-violet-100\/90{background-color:#eadaffe6!important}.\!bg-violet-100\/95{background-color:#eadafff2!important}.\!bg-violet-200{--tw-bg-opacity: 1 !important;background-color:rgb(213 181 255 / var(--tw-bg-opacity))!important}.\!bg-violet-200\/0{background-color:#d5b5ff00!important}.\!bg-violet-200\/10{background-color:#d5b5ff1a!important}.\!bg-violet-200\/100{background-color:#d5b5ff!important}.\!bg-violet-200\/20{background-color:#d5b5ff33!important}.\!bg-violet-200\/25{background-color:#d5b5ff40!important}.\!bg-violet-200\/30{background-color:#d5b5ff4d!important}.\!bg-violet-200\/40{background-color:#d5b5ff66!important}.\!bg-violet-200\/5{background-color:#d5b5ff0d!important}.\!bg-violet-200\/50{background-color:#d5b5ff80!important}.\!bg-violet-200\/60{background-color:#d5b5ff99!important}.\!bg-violet-200\/70{background-color:#d5b5ffb3!important}.\!bg-violet-200\/75{background-color:#d5b5ffbf!important}.\!bg-violet-200\/80{background-color:#d5b5ffcc!important}.\!bg-violet-200\/90{background-color:#d5b5ffe6!important}.\!bg-violet-200\/95{background-color:#d5b5fff2!important}.\!bg-violet-300{--tw-bg-opacity: 1 !important;background-color:rgb(193 145 255 / var(--tw-bg-opacity))!important}.\!bg-violet-300\/0{background-color:#c191ff00!important}.\!bg-violet-300\/10{background-color:#c191ff1a!important}.\!bg-violet-300\/100{background-color:#c191ff!important}.\!bg-violet-300\/20{background-color:#c191ff33!important}.\!bg-violet-300\/25{background-color:#c191ff40!important}.\!bg-violet-300\/30{background-color:#c191ff4d!important}.\!bg-violet-300\/40{background-color:#c191ff66!important}.\!bg-violet-300\/5{background-color:#c191ff0d!important}.\!bg-violet-300\/50{background-color:#c191ff80!important}.\!bg-violet-300\/60{background-color:#c191ff99!important}.\!bg-violet-300\/70{background-color:#c191ffb3!important}.\!bg-violet-300\/75{background-color:#c191ffbf!important}.\!bg-violet-300\/80{background-color:#c191ffcc!important}.\!bg-violet-300\/90{background-color:#c191ffe6!important}.\!bg-violet-300\/95{background-color:#c191fff2!important}.\!bg-violet-400{--tw-bg-opacity: 1 !important;background-color:rgb(172 108 255 / var(--tw-bg-opacity))!important}.\!bg-violet-400\/0{background-color:#ac6cff00!important}.\!bg-violet-400\/10{background-color:#ac6cff1a!important}.\!bg-violet-400\/100{background-color:#ac6cff!important}.\!bg-violet-400\/20{background-color:#ac6cff33!important}.\!bg-violet-400\/25{background-color:#ac6cff40!important}.\!bg-violet-400\/30{background-color:#ac6cff4d!important}.\!bg-violet-400\/40{background-color:#ac6cff66!important}.\!bg-violet-400\/5{background-color:#ac6cff0d!important}.\!bg-violet-400\/50{background-color:#ac6cff80!important}.\!bg-violet-400\/60{background-color:#ac6cff99!important}.\!bg-violet-400\/70{background-color:#ac6cffb3!important}.\!bg-violet-400\/75{background-color:#ac6cffbf!important}.\!bg-violet-400\/80{background-color:#ac6cffcc!important}.\!bg-violet-400\/90{background-color:#ac6cffe6!important}.\!bg-violet-400\/95{background-color:#ac6cfff2!important}.\!bg-violet-500{--tw-bg-opacity: 1 !important;background-color:rgb(151 71 255 / var(--tw-bg-opacity))!important}.\!bg-violet-500\/0{background-color:#9747ff00!important}.\!bg-violet-500\/10{background-color:#9747ff1a!important}.\!bg-violet-500\/100{background-color:#9747ff!important}.\!bg-violet-500\/20{background-color:#9747ff33!important}.\!bg-violet-500\/25{background-color:#9747ff40!important}.\!bg-violet-500\/30{background-color:#9747ff4d!important}.\!bg-violet-500\/40{background-color:#9747ff66!important}.\!bg-violet-500\/5{background-color:#9747ff0d!important}.\!bg-violet-500\/50{background-color:#9747ff80!important}.\!bg-violet-500\/60{background-color:#9747ff99!important}.\!bg-violet-500\/70{background-color:#9747ffb3!important}.\!bg-violet-500\/75{background-color:#9747ffbf!important}.\!bg-violet-500\/80{background-color:#9747ffcc!important}.\!bg-violet-500\/90{background-color:#9747ffe6!important}.\!bg-violet-500\/95{background-color:#9747fff2!important}.\!bg-violet-600{--tw-bg-opacity: 1 !important;background-color:rgb(121 57 204 / var(--tw-bg-opacity))!important}.\!bg-violet-600\/0{background-color:#7939cc00!important}.\!bg-violet-600\/10{background-color:#7939cc1a!important}.\!bg-violet-600\/100{background-color:#7939cc!important}.\!bg-violet-600\/20{background-color:#7939cc33!important}.\!bg-violet-600\/25{background-color:#7939cc40!important}.\!bg-violet-600\/30{background-color:#7939cc4d!important}.\!bg-violet-600\/40{background-color:#7939cc66!important}.\!bg-violet-600\/5{background-color:#7939cc0d!important}.\!bg-violet-600\/50{background-color:#7939cc80!important}.\!bg-violet-600\/60{background-color:#7939cc99!important}.\!bg-violet-600\/70{background-color:#7939ccb3!important}.\!bg-violet-600\/75{background-color:#7939ccbf!important}.\!bg-violet-600\/80{background-color:#7939cccc!important}.\!bg-violet-600\/90{background-color:#7939cce6!important}.\!bg-violet-600\/95{background-color:#7939ccf2!important}.\!bg-violet-700{--tw-bg-opacity: 1 !important;background-color:rgb(91 43 153 / var(--tw-bg-opacity))!important}.\!bg-violet-700\/0{background-color:#5b2b9900!important}.\!bg-violet-700\/10{background-color:#5b2b991a!important}.\!bg-violet-700\/100{background-color:#5b2b99!important}.\!bg-violet-700\/20{background-color:#5b2b9933!important}.\!bg-violet-700\/25{background-color:#5b2b9940!important}.\!bg-violet-700\/30{background-color:#5b2b994d!important}.\!bg-violet-700\/40{background-color:#5b2b9966!important}.\!bg-violet-700\/5{background-color:#5b2b990d!important}.\!bg-violet-700\/50{background-color:#5b2b9980!important}.\!bg-violet-700\/60{background-color:#5b2b9999!important}.\!bg-violet-700\/70{background-color:#5b2b99b3!important}.\!bg-violet-700\/75{background-color:#5b2b99bf!important}.\!bg-violet-700\/80{background-color:#5b2b99cc!important}.\!bg-violet-700\/90{background-color:#5b2b99e6!important}.\!bg-violet-700\/95{background-color:#5b2b99f2!important}.\!bg-violet-800{--tw-bg-opacity: 1 !important;background-color:rgb(60 28 102 / var(--tw-bg-opacity))!important}.\!bg-violet-800\/0{background-color:#3c1c6600!important}.\!bg-violet-800\/10{background-color:#3c1c661a!important}.\!bg-violet-800\/100{background-color:#3c1c66!important}.\!bg-violet-800\/20{background-color:#3c1c6633!important}.\!bg-violet-800\/25{background-color:#3c1c6640!important}.\!bg-violet-800\/30{background-color:#3c1c664d!important}.\!bg-violet-800\/40{background-color:#3c1c6666!important}.\!bg-violet-800\/5{background-color:#3c1c660d!important}.\!bg-violet-800\/50{background-color:#3c1c6680!important}.\!bg-violet-800\/60{background-color:#3c1c6699!important}.\!bg-violet-800\/70{background-color:#3c1c66b3!important}.\!bg-violet-800\/75{background-color:#3c1c66bf!important}.\!bg-violet-800\/80{background-color:#3c1c66cc!important}.\!bg-violet-800\/90{background-color:#3c1c66e6!important}.\!bg-violet-800\/95{background-color:#3c1c66f2!important}.\!bg-violet-900{--tw-bg-opacity: 1 !important;background-color:rgb(30 14 51 / var(--tw-bg-opacity))!important}.\!bg-violet-900\/0{background-color:#1e0e3300!important}.\!bg-violet-900\/10{background-color:#1e0e331a!important}.\!bg-violet-900\/100{background-color:#1e0e33!important}.\!bg-violet-900\/20{background-color:#1e0e3333!important}.\!bg-violet-900\/25{background-color:#1e0e3340!important}.\!bg-violet-900\/30{background-color:#1e0e334d!important}.\!bg-violet-900\/40{background-color:#1e0e3366!important}.\!bg-violet-900\/5{background-color:#1e0e330d!important}.\!bg-violet-900\/50{background-color:#1e0e3380!important}.\!bg-violet-900\/60{background-color:#1e0e3399!important}.\!bg-violet-900\/70{background-color:#1e0e33b3!important}.\!bg-violet-900\/75{background-color:#1e0e33bf!important}.\!bg-violet-900\/80{background-color:#1e0e33cc!important}.\!bg-violet-900\/90{background-color:#1e0e33e6!important}.\!bg-violet-900\/95{background-color:#1e0e33f2!important}.\!bg-violet-contrast{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-violet-contrast-100{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-violet-contrast-100\/0{background-color:#17192300!important}.\!bg-violet-contrast-100\/10{background-color:#1719231a!important}.\!bg-violet-contrast-100\/100{background-color:#171923!important}.\!bg-violet-contrast-100\/20{background-color:#17192333!important}.\!bg-violet-contrast-100\/25{background-color:#17192340!important}.\!bg-violet-contrast-100\/30{background-color:#1719234d!important}.\!bg-violet-contrast-100\/40{background-color:#17192366!important}.\!bg-violet-contrast-100\/5{background-color:#1719230d!important}.\!bg-violet-contrast-100\/50{background-color:#17192380!important}.\!bg-violet-contrast-100\/60{background-color:#17192399!important}.\!bg-violet-contrast-100\/70{background-color:#171923b3!important}.\!bg-violet-contrast-100\/75{background-color:#171923bf!important}.\!bg-violet-contrast-100\/80{background-color:#171923cc!important}.\!bg-violet-contrast-100\/90{background-color:#171923e6!important}.\!bg-violet-contrast-100\/95{background-color:#171923f2!important}.\!bg-violet-contrast-200{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-violet-contrast-200\/0{background-color:#17192300!important}.\!bg-violet-contrast-200\/10{background-color:#1719231a!important}.\!bg-violet-contrast-200\/100{background-color:#171923!important}.\!bg-violet-contrast-200\/20{background-color:#17192333!important}.\!bg-violet-contrast-200\/25{background-color:#17192340!important}.\!bg-violet-contrast-200\/30{background-color:#1719234d!important}.\!bg-violet-contrast-200\/40{background-color:#17192366!important}.\!bg-violet-contrast-200\/5{background-color:#1719230d!important}.\!bg-violet-contrast-200\/50{background-color:#17192380!important}.\!bg-violet-contrast-200\/60{background-color:#17192399!important}.\!bg-violet-contrast-200\/70{background-color:#171923b3!important}.\!bg-violet-contrast-200\/75{background-color:#171923bf!important}.\!bg-violet-contrast-200\/80{background-color:#171923cc!important}.\!bg-violet-contrast-200\/90{background-color:#171923e6!important}.\!bg-violet-contrast-200\/95{background-color:#171923f2!important}.\!bg-violet-contrast-300{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-violet-contrast-300\/0{background-color:#17192300!important}.\!bg-violet-contrast-300\/10{background-color:#1719231a!important}.\!bg-violet-contrast-300\/100{background-color:#171923!important}.\!bg-violet-contrast-300\/20{background-color:#17192333!important}.\!bg-violet-contrast-300\/25{background-color:#17192340!important}.\!bg-violet-contrast-300\/30{background-color:#1719234d!important}.\!bg-violet-contrast-300\/40{background-color:#17192366!important}.\!bg-violet-contrast-300\/5{background-color:#1719230d!important}.\!bg-violet-contrast-300\/50{background-color:#17192380!important}.\!bg-violet-contrast-300\/60{background-color:#17192399!important}.\!bg-violet-contrast-300\/70{background-color:#171923b3!important}.\!bg-violet-contrast-300\/75{background-color:#171923bf!important}.\!bg-violet-contrast-300\/80{background-color:#171923cc!important}.\!bg-violet-contrast-300\/90{background-color:#171923e6!important}.\!bg-violet-contrast-300\/95{background-color:#171923f2!important}.\!bg-violet-contrast-400{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-violet-contrast-400\/0{background-color:#17192300!important}.\!bg-violet-contrast-400\/10{background-color:#1719231a!important}.\!bg-violet-contrast-400\/100{background-color:#171923!important}.\!bg-violet-contrast-400\/20{background-color:#17192333!important}.\!bg-violet-contrast-400\/25{background-color:#17192340!important}.\!bg-violet-contrast-400\/30{background-color:#1719234d!important}.\!bg-violet-contrast-400\/40{background-color:#17192366!important}.\!bg-violet-contrast-400\/5{background-color:#1719230d!important}.\!bg-violet-contrast-400\/50{background-color:#17192380!important}.\!bg-violet-contrast-400\/60{background-color:#17192399!important}.\!bg-violet-contrast-400\/70{background-color:#171923b3!important}.\!bg-violet-contrast-400\/75{background-color:#171923bf!important}.\!bg-violet-contrast-400\/80{background-color:#171923cc!important}.\!bg-violet-contrast-400\/90{background-color:#171923e6!important}.\!bg-violet-contrast-400\/95{background-color:#171923f2!important}.\!bg-violet-contrast-500{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-violet-contrast-500\/0{background-color:#f7fafc00!important}.\!bg-violet-contrast-500\/10{background-color:#f7fafc1a!important}.\!bg-violet-contrast-500\/100{background-color:#f7fafc!important}.\!bg-violet-contrast-500\/20{background-color:#f7fafc33!important}.\!bg-violet-contrast-500\/25{background-color:#f7fafc40!important}.\!bg-violet-contrast-500\/30{background-color:#f7fafc4d!important}.\!bg-violet-contrast-500\/40{background-color:#f7fafc66!important}.\!bg-violet-contrast-500\/5{background-color:#f7fafc0d!important}.\!bg-violet-contrast-500\/50{background-color:#f7fafc80!important}.\!bg-violet-contrast-500\/60{background-color:#f7fafc99!important}.\!bg-violet-contrast-500\/70{background-color:#f7fafcb3!important}.\!bg-violet-contrast-500\/75{background-color:#f7fafcbf!important}.\!bg-violet-contrast-500\/80{background-color:#f7fafccc!important}.\!bg-violet-contrast-500\/90{background-color:#f7fafce6!important}.\!bg-violet-contrast-500\/95{background-color:#f7fafcf2!important}.\!bg-violet-contrast-600{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-violet-contrast-600\/0{background-color:#f7fafc00!important}.\!bg-violet-contrast-600\/10{background-color:#f7fafc1a!important}.\!bg-violet-contrast-600\/100{background-color:#f7fafc!important}.\!bg-violet-contrast-600\/20{background-color:#f7fafc33!important}.\!bg-violet-contrast-600\/25{background-color:#f7fafc40!important}.\!bg-violet-contrast-600\/30{background-color:#f7fafc4d!important}.\!bg-violet-contrast-600\/40{background-color:#f7fafc66!important}.\!bg-violet-contrast-600\/5{background-color:#f7fafc0d!important}.\!bg-violet-contrast-600\/50{background-color:#f7fafc80!important}.\!bg-violet-contrast-600\/60{background-color:#f7fafc99!important}.\!bg-violet-contrast-600\/70{background-color:#f7fafcb3!important}.\!bg-violet-contrast-600\/75{background-color:#f7fafcbf!important}.\!bg-violet-contrast-600\/80{background-color:#f7fafccc!important}.\!bg-violet-contrast-600\/90{background-color:#f7fafce6!important}.\!bg-violet-contrast-600\/95{background-color:#f7fafcf2!important}.\!bg-violet-contrast-700{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-violet-contrast-700\/0{background-color:#f7fafc00!important}.\!bg-violet-contrast-700\/10{background-color:#f7fafc1a!important}.\!bg-violet-contrast-700\/100{background-color:#f7fafc!important}.\!bg-violet-contrast-700\/20{background-color:#f7fafc33!important}.\!bg-violet-contrast-700\/25{background-color:#f7fafc40!important}.\!bg-violet-contrast-700\/30{background-color:#f7fafc4d!important}.\!bg-violet-contrast-700\/40{background-color:#f7fafc66!important}.\!bg-violet-contrast-700\/5{background-color:#f7fafc0d!important}.\!bg-violet-contrast-700\/50{background-color:#f7fafc80!important}.\!bg-violet-contrast-700\/60{background-color:#f7fafc99!important}.\!bg-violet-contrast-700\/70{background-color:#f7fafcb3!important}.\!bg-violet-contrast-700\/75{background-color:#f7fafcbf!important}.\!bg-violet-contrast-700\/80{background-color:#f7fafccc!important}.\!bg-violet-contrast-700\/90{background-color:#f7fafce6!important}.\!bg-violet-contrast-700\/95{background-color:#f7fafcf2!important}.\!bg-violet-contrast-800{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-violet-contrast-800\/0{background-color:#f7fafc00!important}.\!bg-violet-contrast-800\/10{background-color:#f7fafc1a!important}.\!bg-violet-contrast-800\/100{background-color:#f7fafc!important}.\!bg-violet-contrast-800\/20{background-color:#f7fafc33!important}.\!bg-violet-contrast-800\/25{background-color:#f7fafc40!important}.\!bg-violet-contrast-800\/30{background-color:#f7fafc4d!important}.\!bg-violet-contrast-800\/40{background-color:#f7fafc66!important}.\!bg-violet-contrast-800\/5{background-color:#f7fafc0d!important}.\!bg-violet-contrast-800\/50{background-color:#f7fafc80!important}.\!bg-violet-contrast-800\/60{background-color:#f7fafc99!important}.\!bg-violet-contrast-800\/70{background-color:#f7fafcb3!important}.\!bg-violet-contrast-800\/75{background-color:#f7fafcbf!important}.\!bg-violet-contrast-800\/80{background-color:#f7fafccc!important}.\!bg-violet-contrast-800\/90{background-color:#f7fafce6!important}.\!bg-violet-contrast-800\/95{background-color:#f7fafcf2!important}.\!bg-violet-contrast-900{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-violet-contrast-900\/0{background-color:#f7fafc00!important}.\!bg-violet-contrast-900\/10{background-color:#f7fafc1a!important}.\!bg-violet-contrast-900\/100{background-color:#f7fafc!important}.\!bg-violet-contrast-900\/20{background-color:#f7fafc33!important}.\!bg-violet-contrast-900\/25{background-color:#f7fafc40!important}.\!bg-violet-contrast-900\/30{background-color:#f7fafc4d!important}.\!bg-violet-contrast-900\/40{background-color:#f7fafc66!important}.\!bg-violet-contrast-900\/5{background-color:#f7fafc0d!important}.\!bg-violet-contrast-900\/50{background-color:#f7fafc80!important}.\!bg-violet-contrast-900\/60{background-color:#f7fafc99!important}.\!bg-violet-contrast-900\/70{background-color:#f7fafcb3!important}.\!bg-violet-contrast-900\/75{background-color:#f7fafcbf!important}.\!bg-violet-contrast-900\/80{background-color:#f7fafccc!important}.\!bg-violet-contrast-900\/90{background-color:#f7fafce6!important}.\!bg-violet-contrast-900\/95{background-color:#f7fafcf2!important}.\!bg-violet-contrast\/0{background-color:#f7fafc00!important}.\!bg-violet-contrast\/10{background-color:#f7fafc1a!important}.\!bg-violet-contrast\/100{background-color:#f7fafc!important}.\!bg-violet-contrast\/20{background-color:#f7fafc33!important}.\!bg-violet-contrast\/25{background-color:#f7fafc40!important}.\!bg-violet-contrast\/30{background-color:#f7fafc4d!important}.\!bg-violet-contrast\/40{background-color:#f7fafc66!important}.\!bg-violet-contrast\/5{background-color:#f7fafc0d!important}.\!bg-violet-contrast\/50{background-color:#f7fafc80!important}.\!bg-violet-contrast\/60{background-color:#f7fafc99!important}.\!bg-violet-contrast\/70{background-color:#f7fafcb3!important}.\!bg-violet-contrast\/75{background-color:#f7fafcbf!important}.\!bg-violet-contrast\/80{background-color:#f7fafccc!important}.\!bg-violet-contrast\/90{background-color:#f7fafce6!important}.\!bg-violet-contrast\/95{background-color:#f7fafcf2!important}.\!bg-violet\/0{background-color:#9747ff00!important}.\!bg-violet\/10{background-color:#9747ff1a!important}.\!bg-violet\/100{background-color:#9747ff!important}.\!bg-violet\/20{background-color:#9747ff33!important}.\!bg-violet\/25{background-color:#9747ff40!important}.\!bg-violet\/30{background-color:#9747ff4d!important}.\!bg-violet\/40{background-color:#9747ff66!important}.\!bg-violet\/5{background-color:#9747ff0d!important}.\!bg-violet\/50{background-color:#9747ff80!important}.\!bg-violet\/60{background-color:#9747ff99!important}.\!bg-violet\/70{background-color:#9747ffb3!important}.\!bg-violet\/75{background-color:#9747ffbf!important}.\!bg-violet\/80{background-color:#9747ffcc!important}.\!bg-violet\/90{background-color:#9747ffe6!important}.\!bg-violet\/95{background-color:#9747fff2!important}.\!bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-yellow{--tw-bg-opacity: 1 !important;background-color:rgb(222 177 75 / var(--tw-bg-opacity))!important}.\!bg-yellow-100{--tw-bg-opacity: 1 !important;background-color:rgb(248 239 219 / var(--tw-bg-opacity))!important}.\!bg-yellow-100\/0{background-color:#f8efdb00!important}.\!bg-yellow-100\/10{background-color:#f8efdb1a!important}.\!bg-yellow-100\/100{background-color:#f8efdb!important}.\!bg-yellow-100\/20{background-color:#f8efdb33!important}.\!bg-yellow-100\/25{background-color:#f8efdb40!important}.\!bg-yellow-100\/30{background-color:#f8efdb4d!important}.\!bg-yellow-100\/40{background-color:#f8efdb66!important}.\!bg-yellow-100\/5{background-color:#f8efdb0d!important}.\!bg-yellow-100\/50{background-color:#f8efdb80!important}.\!bg-yellow-100\/60{background-color:#f8efdb99!important}.\!bg-yellow-100\/70{background-color:#f8efdbb3!important}.\!bg-yellow-100\/75{background-color:#f8efdbbf!important}.\!bg-yellow-100\/80{background-color:#f8efdbcc!important}.\!bg-yellow-100\/90{background-color:#f8efdbe6!important}.\!bg-yellow-100\/95{background-color:#f8efdbf2!important}.\!bg-yellow-200{--tw-bg-opacity: 1 !important;background-color:rgb(242 224 183 / var(--tw-bg-opacity))!important}.\!bg-yellow-200\/0{background-color:#f2e0b700!important}.\!bg-yellow-200\/10{background-color:#f2e0b71a!important}.\!bg-yellow-200\/100{background-color:#f2e0b7!important}.\!bg-yellow-200\/20{background-color:#f2e0b733!important}.\!bg-yellow-200\/25{background-color:#f2e0b740!important}.\!bg-yellow-200\/30{background-color:#f2e0b74d!important}.\!bg-yellow-200\/40{background-color:#f2e0b766!important}.\!bg-yellow-200\/5{background-color:#f2e0b70d!important}.\!bg-yellow-200\/50{background-color:#f2e0b780!important}.\!bg-yellow-200\/60{background-color:#f2e0b799!important}.\!bg-yellow-200\/70{background-color:#f2e0b7b3!important}.\!bg-yellow-200\/75{background-color:#f2e0b7bf!important}.\!bg-yellow-200\/80{background-color:#f2e0b7cc!important}.\!bg-yellow-200\/90{background-color:#f2e0b7e6!important}.\!bg-yellow-200\/95{background-color:#f2e0b7f2!important}.\!bg-yellow-300{--tw-bg-opacity: 1 !important;background-color:rgb(235 208 147 / var(--tw-bg-opacity))!important}.\!bg-yellow-300\/0{background-color:#ebd09300!important}.\!bg-yellow-300\/10{background-color:#ebd0931a!important}.\!bg-yellow-300\/100{background-color:#ebd093!important}.\!bg-yellow-300\/20{background-color:#ebd09333!important}.\!bg-yellow-300\/25{background-color:#ebd09340!important}.\!bg-yellow-300\/30{background-color:#ebd0934d!important}.\!bg-yellow-300\/40{background-color:#ebd09366!important}.\!bg-yellow-300\/5{background-color:#ebd0930d!important}.\!bg-yellow-300\/50{background-color:#ebd09380!important}.\!bg-yellow-300\/60{background-color:#ebd09399!important}.\!bg-yellow-300\/70{background-color:#ebd093b3!important}.\!bg-yellow-300\/75{background-color:#ebd093bf!important}.\!bg-yellow-300\/80{background-color:#ebd093cc!important}.\!bg-yellow-300\/90{background-color:#ebd093e6!important}.\!bg-yellow-300\/95{background-color:#ebd093f2!important}.\!bg-yellow-400{--tw-bg-opacity: 1 !important;background-color:rgb(229 193 111 / var(--tw-bg-opacity))!important}.\!bg-yellow-400\/0{background-color:#e5c16f00!important}.\!bg-yellow-400\/10{background-color:#e5c16f1a!important}.\!bg-yellow-400\/100{background-color:#e5c16f!important}.\!bg-yellow-400\/20{background-color:#e5c16f33!important}.\!bg-yellow-400\/25{background-color:#e5c16f40!important}.\!bg-yellow-400\/30{background-color:#e5c16f4d!important}.\!bg-yellow-400\/40{background-color:#e5c16f66!important}.\!bg-yellow-400\/5{background-color:#e5c16f0d!important}.\!bg-yellow-400\/50{background-color:#e5c16f80!important}.\!bg-yellow-400\/60{background-color:#e5c16f99!important}.\!bg-yellow-400\/70{background-color:#e5c16fb3!important}.\!bg-yellow-400\/75{background-color:#e5c16fbf!important}.\!bg-yellow-400\/80{background-color:#e5c16fcc!important}.\!bg-yellow-400\/90{background-color:#e5c16fe6!important}.\!bg-yellow-400\/95{background-color:#e5c16ff2!important}.\!bg-yellow-500{--tw-bg-opacity: 1 !important;background-color:rgb(222 177 75 / var(--tw-bg-opacity))!important}.\!bg-yellow-500\/0{background-color:#deb14b00!important}.\!bg-yellow-500\/10{background-color:#deb14b1a!important}.\!bg-yellow-500\/100{background-color:#deb14b!important}.\!bg-yellow-500\/20{background-color:#deb14b33!important}.\!bg-yellow-500\/25{background-color:#deb14b40!important}.\!bg-yellow-500\/30{background-color:#deb14b4d!important}.\!bg-yellow-500\/40{background-color:#deb14b66!important}.\!bg-yellow-500\/5{background-color:#deb14b0d!important}.\!bg-yellow-500\/50{background-color:#deb14b80!important}.\!bg-yellow-500\/60{background-color:#deb14b99!important}.\!bg-yellow-500\/70{background-color:#deb14bb3!important}.\!bg-yellow-500\/75{background-color:#deb14bbf!important}.\!bg-yellow-500\/80{background-color:#deb14bcc!important}.\!bg-yellow-500\/90{background-color:#deb14be6!important}.\!bg-yellow-500\/95{background-color:#deb14bf2!important}.\!bg-yellow-600{--tw-bg-opacity: 1 !important;background-color:rgb(178 142 60 / var(--tw-bg-opacity))!important}.\!bg-yellow-600\/0{background-color:#b28e3c00!important}.\!bg-yellow-600\/10{background-color:#b28e3c1a!important}.\!bg-yellow-600\/100{background-color:#b28e3c!important}.\!bg-yellow-600\/20{background-color:#b28e3c33!important}.\!bg-yellow-600\/25{background-color:#b28e3c40!important}.\!bg-yellow-600\/30{background-color:#b28e3c4d!important}.\!bg-yellow-600\/40{background-color:#b28e3c66!important}.\!bg-yellow-600\/5{background-color:#b28e3c0d!important}.\!bg-yellow-600\/50{background-color:#b28e3c80!important}.\!bg-yellow-600\/60{background-color:#b28e3c99!important}.\!bg-yellow-600\/70{background-color:#b28e3cb3!important}.\!bg-yellow-600\/75{background-color:#b28e3cbf!important}.\!bg-yellow-600\/80{background-color:#b28e3ccc!important}.\!bg-yellow-600\/90{background-color:#b28e3ce6!important}.\!bg-yellow-600\/95{background-color:#b28e3cf2!important}.\!bg-yellow-700{--tw-bg-opacity: 1 !important;background-color:rgb(133 106 45 / var(--tw-bg-opacity))!important}.\!bg-yellow-700\/0{background-color:#856a2d00!important}.\!bg-yellow-700\/10{background-color:#856a2d1a!important}.\!bg-yellow-700\/100{background-color:#856a2d!important}.\!bg-yellow-700\/20{background-color:#856a2d33!important}.\!bg-yellow-700\/25{background-color:#856a2d40!important}.\!bg-yellow-700\/30{background-color:#856a2d4d!important}.\!bg-yellow-700\/40{background-color:#856a2d66!important}.\!bg-yellow-700\/5{background-color:#856a2d0d!important}.\!bg-yellow-700\/50{background-color:#856a2d80!important}.\!bg-yellow-700\/60{background-color:#856a2d99!important}.\!bg-yellow-700\/70{background-color:#856a2db3!important}.\!bg-yellow-700\/75{background-color:#856a2dbf!important}.\!bg-yellow-700\/80{background-color:#856a2dcc!important}.\!bg-yellow-700\/90{background-color:#856a2de6!important}.\!bg-yellow-700\/95{background-color:#856a2df2!important}.\!bg-yellow-800{--tw-bg-opacity: 1 !important;background-color:rgb(89 71 30 / var(--tw-bg-opacity))!important}.\!bg-yellow-800\/0{background-color:#59471e00!important}.\!bg-yellow-800\/10{background-color:#59471e1a!important}.\!bg-yellow-800\/100{background-color:#59471e!important}.\!bg-yellow-800\/20{background-color:#59471e33!important}.\!bg-yellow-800\/25{background-color:#59471e40!important}.\!bg-yellow-800\/30{background-color:#59471e4d!important}.\!bg-yellow-800\/40{background-color:#59471e66!important}.\!bg-yellow-800\/5{background-color:#59471e0d!important}.\!bg-yellow-800\/50{background-color:#59471e80!important}.\!bg-yellow-800\/60{background-color:#59471e99!important}.\!bg-yellow-800\/70{background-color:#59471eb3!important}.\!bg-yellow-800\/75{background-color:#59471ebf!important}.\!bg-yellow-800\/80{background-color:#59471ecc!important}.\!bg-yellow-800\/90{background-color:#59471ee6!important}.\!bg-yellow-800\/95{background-color:#59471ef2!important}.\!bg-yellow-900{--tw-bg-opacity: 1 !important;background-color:rgb(44 35 15 / var(--tw-bg-opacity))!important}.\!bg-yellow-900\/0{background-color:#2c230f00!important}.\!bg-yellow-900\/10{background-color:#2c230f1a!important}.\!bg-yellow-900\/100{background-color:#2c230f!important}.\!bg-yellow-900\/20{background-color:#2c230f33!important}.\!bg-yellow-900\/25{background-color:#2c230f40!important}.\!bg-yellow-900\/30{background-color:#2c230f4d!important}.\!bg-yellow-900\/40{background-color:#2c230f66!important}.\!bg-yellow-900\/5{background-color:#2c230f0d!important}.\!bg-yellow-900\/50{background-color:#2c230f80!important}.\!bg-yellow-900\/60{background-color:#2c230f99!important}.\!bg-yellow-900\/70{background-color:#2c230fb3!important}.\!bg-yellow-900\/75{background-color:#2c230fbf!important}.\!bg-yellow-900\/80{background-color:#2c230fcc!important}.\!bg-yellow-900\/90{background-color:#2c230fe6!important}.\!bg-yellow-900\/95{background-color:#2c230ff2!important}.\!bg-yellow-contrast,.\!bg-yellow-contrast-100{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-yellow-contrast-100\/0{background-color:#17192300!important}.\!bg-yellow-contrast-100\/10{background-color:#1719231a!important}.\!bg-yellow-contrast-100\/100{background-color:#171923!important}.\!bg-yellow-contrast-100\/20{background-color:#17192333!important}.\!bg-yellow-contrast-100\/25{background-color:#17192340!important}.\!bg-yellow-contrast-100\/30{background-color:#1719234d!important}.\!bg-yellow-contrast-100\/40{background-color:#17192366!important}.\!bg-yellow-contrast-100\/5{background-color:#1719230d!important}.\!bg-yellow-contrast-100\/50{background-color:#17192380!important}.\!bg-yellow-contrast-100\/60{background-color:#17192399!important}.\!bg-yellow-contrast-100\/70{background-color:#171923b3!important}.\!bg-yellow-contrast-100\/75{background-color:#171923bf!important}.\!bg-yellow-contrast-100\/80{background-color:#171923cc!important}.\!bg-yellow-contrast-100\/90{background-color:#171923e6!important}.\!bg-yellow-contrast-100\/95{background-color:#171923f2!important}.\!bg-yellow-contrast-200{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-yellow-contrast-200\/0{background-color:#17192300!important}.\!bg-yellow-contrast-200\/10{background-color:#1719231a!important}.\!bg-yellow-contrast-200\/100{background-color:#171923!important}.\!bg-yellow-contrast-200\/20{background-color:#17192333!important}.\!bg-yellow-contrast-200\/25{background-color:#17192340!important}.\!bg-yellow-contrast-200\/30{background-color:#1719234d!important}.\!bg-yellow-contrast-200\/40{background-color:#17192366!important}.\!bg-yellow-contrast-200\/5{background-color:#1719230d!important}.\!bg-yellow-contrast-200\/50{background-color:#17192380!important}.\!bg-yellow-contrast-200\/60{background-color:#17192399!important}.\!bg-yellow-contrast-200\/70{background-color:#171923b3!important}.\!bg-yellow-contrast-200\/75{background-color:#171923bf!important}.\!bg-yellow-contrast-200\/80{background-color:#171923cc!important}.\!bg-yellow-contrast-200\/90{background-color:#171923e6!important}.\!bg-yellow-contrast-200\/95{background-color:#171923f2!important}.\!bg-yellow-contrast-300{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-yellow-contrast-300\/0{background-color:#17192300!important}.\!bg-yellow-contrast-300\/10{background-color:#1719231a!important}.\!bg-yellow-contrast-300\/100{background-color:#171923!important}.\!bg-yellow-contrast-300\/20{background-color:#17192333!important}.\!bg-yellow-contrast-300\/25{background-color:#17192340!important}.\!bg-yellow-contrast-300\/30{background-color:#1719234d!important}.\!bg-yellow-contrast-300\/40{background-color:#17192366!important}.\!bg-yellow-contrast-300\/5{background-color:#1719230d!important}.\!bg-yellow-contrast-300\/50{background-color:#17192380!important}.\!bg-yellow-contrast-300\/60{background-color:#17192399!important}.\!bg-yellow-contrast-300\/70{background-color:#171923b3!important}.\!bg-yellow-contrast-300\/75{background-color:#171923bf!important}.\!bg-yellow-contrast-300\/80{background-color:#171923cc!important}.\!bg-yellow-contrast-300\/90{background-color:#171923e6!important}.\!bg-yellow-contrast-300\/95{background-color:#171923f2!important}.\!bg-yellow-contrast-400{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-yellow-contrast-400\/0{background-color:#17192300!important}.\!bg-yellow-contrast-400\/10{background-color:#1719231a!important}.\!bg-yellow-contrast-400\/100{background-color:#171923!important}.\!bg-yellow-contrast-400\/20{background-color:#17192333!important}.\!bg-yellow-contrast-400\/25{background-color:#17192340!important}.\!bg-yellow-contrast-400\/30{background-color:#1719234d!important}.\!bg-yellow-contrast-400\/40{background-color:#17192366!important}.\!bg-yellow-contrast-400\/5{background-color:#1719230d!important}.\!bg-yellow-contrast-400\/50{background-color:#17192380!important}.\!bg-yellow-contrast-400\/60{background-color:#17192399!important}.\!bg-yellow-contrast-400\/70{background-color:#171923b3!important}.\!bg-yellow-contrast-400\/75{background-color:#171923bf!important}.\!bg-yellow-contrast-400\/80{background-color:#171923cc!important}.\!bg-yellow-contrast-400\/90{background-color:#171923e6!important}.\!bg-yellow-contrast-400\/95{background-color:#171923f2!important}.\!bg-yellow-contrast-500{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-yellow-contrast-500\/0{background-color:#17192300!important}.\!bg-yellow-contrast-500\/10{background-color:#1719231a!important}.\!bg-yellow-contrast-500\/100{background-color:#171923!important}.\!bg-yellow-contrast-500\/20{background-color:#17192333!important}.\!bg-yellow-contrast-500\/25{background-color:#17192340!important}.\!bg-yellow-contrast-500\/30{background-color:#1719234d!important}.\!bg-yellow-contrast-500\/40{background-color:#17192366!important}.\!bg-yellow-contrast-500\/5{background-color:#1719230d!important}.\!bg-yellow-contrast-500\/50{background-color:#17192380!important}.\!bg-yellow-contrast-500\/60{background-color:#17192399!important}.\!bg-yellow-contrast-500\/70{background-color:#171923b3!important}.\!bg-yellow-contrast-500\/75{background-color:#171923bf!important}.\!bg-yellow-contrast-500\/80{background-color:#171923cc!important}.\!bg-yellow-contrast-500\/90{background-color:#171923e6!important}.\!bg-yellow-contrast-500\/95{background-color:#171923f2!important}.\!bg-yellow-contrast-600{--tw-bg-opacity: 1 !important;background-color:rgb(23 25 35 / var(--tw-bg-opacity))!important}.\!bg-yellow-contrast-600\/0{background-color:#17192300!important}.\!bg-yellow-contrast-600\/10{background-color:#1719231a!important}.\!bg-yellow-contrast-600\/100{background-color:#171923!important}.\!bg-yellow-contrast-600\/20{background-color:#17192333!important}.\!bg-yellow-contrast-600\/25{background-color:#17192340!important}.\!bg-yellow-contrast-600\/30{background-color:#1719234d!important}.\!bg-yellow-contrast-600\/40{background-color:#17192366!important}.\!bg-yellow-contrast-600\/5{background-color:#1719230d!important}.\!bg-yellow-contrast-600\/50{background-color:#17192380!important}.\!bg-yellow-contrast-600\/60{background-color:#17192399!important}.\!bg-yellow-contrast-600\/70{background-color:#171923b3!important}.\!bg-yellow-contrast-600\/75{background-color:#171923bf!important}.\!bg-yellow-contrast-600\/80{background-color:#171923cc!important}.\!bg-yellow-contrast-600\/90{background-color:#171923e6!important}.\!bg-yellow-contrast-600\/95{background-color:#171923f2!important}.\!bg-yellow-contrast-700{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-yellow-contrast-700\/0{background-color:#f7fafc00!important}.\!bg-yellow-contrast-700\/10{background-color:#f7fafc1a!important}.\!bg-yellow-contrast-700\/100{background-color:#f7fafc!important}.\!bg-yellow-contrast-700\/20{background-color:#f7fafc33!important}.\!bg-yellow-contrast-700\/25{background-color:#f7fafc40!important}.\!bg-yellow-contrast-700\/30{background-color:#f7fafc4d!important}.\!bg-yellow-contrast-700\/40{background-color:#f7fafc66!important}.\!bg-yellow-contrast-700\/5{background-color:#f7fafc0d!important}.\!bg-yellow-contrast-700\/50{background-color:#f7fafc80!important}.\!bg-yellow-contrast-700\/60{background-color:#f7fafc99!important}.\!bg-yellow-contrast-700\/70{background-color:#f7fafcb3!important}.\!bg-yellow-contrast-700\/75{background-color:#f7fafcbf!important}.\!bg-yellow-contrast-700\/80{background-color:#f7fafccc!important}.\!bg-yellow-contrast-700\/90{background-color:#f7fafce6!important}.\!bg-yellow-contrast-700\/95{background-color:#f7fafcf2!important}.\!bg-yellow-contrast-800{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-yellow-contrast-800\/0{background-color:#f7fafc00!important}.\!bg-yellow-contrast-800\/10{background-color:#f7fafc1a!important}.\!bg-yellow-contrast-800\/100{background-color:#f7fafc!important}.\!bg-yellow-contrast-800\/20{background-color:#f7fafc33!important}.\!bg-yellow-contrast-800\/25{background-color:#f7fafc40!important}.\!bg-yellow-contrast-800\/30{background-color:#f7fafc4d!important}.\!bg-yellow-contrast-800\/40{background-color:#f7fafc66!important}.\!bg-yellow-contrast-800\/5{background-color:#f7fafc0d!important}.\!bg-yellow-contrast-800\/50{background-color:#f7fafc80!important}.\!bg-yellow-contrast-800\/60{background-color:#f7fafc99!important}.\!bg-yellow-contrast-800\/70{background-color:#f7fafcb3!important}.\!bg-yellow-contrast-800\/75{background-color:#f7fafcbf!important}.\!bg-yellow-contrast-800\/80{background-color:#f7fafccc!important}.\!bg-yellow-contrast-800\/90{background-color:#f7fafce6!important}.\!bg-yellow-contrast-800\/95{background-color:#f7fafcf2!important}.\!bg-yellow-contrast-900{--tw-bg-opacity: 1 !important;background-color:rgb(247 250 252 / var(--tw-bg-opacity))!important}.\!bg-yellow-contrast-900\/0{background-color:#f7fafc00!important}.\!bg-yellow-contrast-900\/10{background-color:#f7fafc1a!important}.\!bg-yellow-contrast-900\/100{background-color:#f7fafc!important}.\!bg-yellow-contrast-900\/20{background-color:#f7fafc33!important}.\!bg-yellow-contrast-900\/25{background-color:#f7fafc40!important}.\!bg-yellow-contrast-900\/30{background-color:#f7fafc4d!important}.\!bg-yellow-contrast-900\/40{background-color:#f7fafc66!important}.\!bg-yellow-contrast-900\/5{background-color:#f7fafc0d!important}.\!bg-yellow-contrast-900\/50{background-color:#f7fafc80!important}.\!bg-yellow-contrast-900\/60{background-color:#f7fafc99!important}.\!bg-yellow-contrast-900\/70{background-color:#f7fafcb3!important}.\!bg-yellow-contrast-900\/75{background-color:#f7fafcbf!important}.\!bg-yellow-contrast-900\/80{background-color:#f7fafccc!important}.\!bg-yellow-contrast-900\/90{background-color:#f7fafce6!important}.\!bg-yellow-contrast-900\/95{background-color:#f7fafcf2!important}.\!bg-yellow-contrast\/0{background-color:#17192300!important}.\!bg-yellow-contrast\/10{background-color:#1719231a!important}.\!bg-yellow-contrast\/100{background-color:#171923!important}.\!bg-yellow-contrast\/20{background-color:#17192333!important}.\!bg-yellow-contrast\/25{background-color:#17192340!important}.\!bg-yellow-contrast\/30{background-color:#1719234d!important}.\!bg-yellow-contrast\/40{background-color:#17192366!important}.\!bg-yellow-contrast\/5{background-color:#1719230d!important}.\!bg-yellow-contrast\/50{background-color:#17192380!important}.\!bg-yellow-contrast\/60{background-color:#17192399!important}.\!bg-yellow-contrast\/70{background-color:#171923b3!important}.\!bg-yellow-contrast\/75{background-color:#171923bf!important}.\!bg-yellow-contrast\/80{background-color:#171923cc!important}.\!bg-yellow-contrast\/90{background-color:#171923e6!important}.\!bg-yellow-contrast\/95{background-color:#171923f2!important}.\!bg-yellow\/0{background-color:#deb14b00!important}.\!bg-yellow\/10{background-color:#deb14b1a!important}.\!bg-yellow\/100{background-color:#deb14b!important}.\!bg-yellow\/20{background-color:#deb14b33!important}.\!bg-yellow\/25{background-color:#deb14b40!important}.\!bg-yellow\/30{background-color:#deb14b4d!important}.\!bg-yellow\/40{background-color:#deb14b66!important}.\!bg-yellow\/5{background-color:#deb14b0d!important}.\!bg-yellow\/50{background-color:#deb14b80!important}.\!bg-yellow\/60{background-color:#deb14b99!important}.\!bg-yellow\/70{background-color:#deb14bb3!important}.\!bg-yellow\/75{background-color:#deb14bbf!important}.\!bg-yellow\/80{background-color:#deb14bcc!important}.\!bg-yellow\/90{background-color:#deb14be6!important}.\!bg-yellow\/95{background-color:#deb14bf2!important}.bg-accent-500{--tw-bg-opacity: 1;background-color:rgb(199 37 115 / var(--tw-bg-opacity))}.bg-blue{--tw-bg-opacity: 1;background-color:rgb(60 108 158 / var(--tw-bg-opacity))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(216 226 236 / var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(99 137 177 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(237 242 247 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(203 213 224 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(247 250 252 / var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(74 85 104 / var(--tw-bg-opacity))}.bg-green{--tw-bg-opacity: 1;background-color:rgb(56 161 105 / var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(215 236 225 / var(--tw-bg-opacity))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(96 180 135 / var(--tw-bg-opacity))}.bg-magenta{--tw-bg-opacity: 1;background-color:rgb(199 37 115 / var(--tw-bg-opacity))}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(65 105 150 / var(--tw-bg-opacity))}.bg-red{--tw-bg-opacity: 1;background-color:rgb(229 62 62 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(247 250 252 / var(--tw-bg-opacity))}.bg-yellow{--tw-bg-opacity: 1;background-color:rgb(222 177 75 / var(--tw-bg-opacity))}.\!fill-gray-700{fill:#2d3748!important}.fill-accent{fill:#c72573}.\!stroke-gray-700{stroke:#2d3748!important}.\!p-0{padding:0!important}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-3{padding-bottom:.75rem}.pb-3\.5{padding-bottom:.875rem}.pb-7{padding-bottom:1.75rem}.pl-0{padding-left:0}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-3{padding-left:.75rem}.pl-3\.5{padding-left:.875rem}.pl-6{padding-left:1.5rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-3\.5{padding-right:.875rem}.pr-6{padding-right:1.5rem}.pt-3{padding-top:.75rem}.pt-3\.5{padding-top:.875rem}.pt-5{padding-top:1.25rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-5xl{font-size:3rem;line-height:1}.text-\[15px\]{font-size:15px}.text-base{font-size:1rem;line-height:1.5rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.italic{font-style:italic}.leading-6{line-height:1.5rem}.\!text-blue{--tw-text-opacity: 1 !important;color:rgb(60 108 158 / var(--tw-text-opacity))!important}.\!text-blue-100{--tw-text-opacity: 1 !important;color:rgb(216 226 236 / var(--tw-text-opacity))!important}.\!text-blue-100\/0{color:#d8e2ec00!important}.\!text-blue-100\/10{color:#d8e2ec1a!important}.\!text-blue-100\/100{color:#d8e2ec!important}.\!text-blue-100\/20{color:#d8e2ec33!important}.\!text-blue-100\/25{color:#d8e2ec40!important}.\!text-blue-100\/30{color:#d8e2ec4d!important}.\!text-blue-100\/40{color:#d8e2ec66!important}.\!text-blue-100\/5{color:#d8e2ec0d!important}.\!text-blue-100\/50{color:#d8e2ec80!important}.\!text-blue-100\/60{color:#d8e2ec99!important}.\!text-blue-100\/70{color:#d8e2ecb3!important}.\!text-blue-100\/75{color:#d8e2ecbf!important}.\!text-blue-100\/80{color:#d8e2eccc!important}.\!text-blue-100\/90{color:#d8e2ece6!important}.\!text-blue-100\/95{color:#d8e2ecf2!important}.\!text-blue-200{--tw-text-opacity: 1 !important;color:rgb(177 196 216 / var(--tw-text-opacity))!important}.\!text-blue-200\/0{color:#b1c4d800!important}.\!text-blue-200\/10{color:#b1c4d81a!important}.\!text-blue-200\/100{color:#b1c4d8!important}.\!text-blue-200\/20{color:#b1c4d833!important}.\!text-blue-200\/25{color:#b1c4d840!important}.\!text-blue-200\/30{color:#b1c4d84d!important}.\!text-blue-200\/40{color:#b1c4d866!important}.\!text-blue-200\/5{color:#b1c4d80d!important}.\!text-blue-200\/50{color:#b1c4d880!important}.\!text-blue-200\/60{color:#b1c4d899!important}.\!text-blue-200\/70{color:#b1c4d8b3!important}.\!text-blue-200\/75{color:#b1c4d8bf!important}.\!text-blue-200\/80{color:#b1c4d8cc!important}.\!text-blue-200\/90{color:#b1c4d8e6!important}.\!text-blue-200\/95{color:#b1c4d8f2!important}.\!text-blue-300{--tw-text-opacity: 1 !important;color:rgb(138 167 197 / var(--tw-text-opacity))!important}.\!text-blue-300\/0{color:#8aa7c500!important}.\!text-blue-300\/10{color:#8aa7c51a!important}.\!text-blue-300\/100{color:#8aa7c5!important}.\!text-blue-300\/20{color:#8aa7c533!important}.\!text-blue-300\/25{color:#8aa7c540!important}.\!text-blue-300\/30{color:#8aa7c54d!important}.\!text-blue-300\/40{color:#8aa7c566!important}.\!text-blue-300\/5{color:#8aa7c50d!important}.\!text-blue-300\/50{color:#8aa7c580!important}.\!text-blue-300\/60{color:#8aa7c599!important}.\!text-blue-300\/70{color:#8aa7c5b3!important}.\!text-blue-300\/75{color:#8aa7c5bf!important}.\!text-blue-300\/80{color:#8aa7c5cc!important}.\!text-blue-300\/90{color:#8aa7c5e6!important}.\!text-blue-300\/95{color:#8aa7c5f2!important}.\!text-blue-400{--tw-text-opacity: 1 !important;color:rgb(99 137 177 / var(--tw-text-opacity))!important}.\!text-blue-400\/0{color:#6389b100!important}.\!text-blue-400\/10{color:#6389b11a!important}.\!text-blue-400\/100{color:#6389b1!important}.\!text-blue-400\/20{color:#6389b133!important}.\!text-blue-400\/25{color:#6389b140!important}.\!text-blue-400\/30{color:#6389b14d!important}.\!text-blue-400\/40{color:#6389b166!important}.\!text-blue-400\/5{color:#6389b10d!important}.\!text-blue-400\/50{color:#6389b180!important}.\!text-blue-400\/60{color:#6389b199!important}.\!text-blue-400\/70{color:#6389b1b3!important}.\!text-blue-400\/75{color:#6389b1bf!important}.\!text-blue-400\/80{color:#6389b1cc!important}.\!text-blue-400\/90{color:#6389b1e6!important}.\!text-blue-400\/95{color:#6389b1f2!important}.\!text-blue-500{--tw-text-opacity: 1 !important;color:rgb(60 108 158 / var(--tw-text-opacity))!important}.\!text-blue-500\/0{color:#3c6c9e00!important}.\!text-blue-500\/10{color:#3c6c9e1a!important}.\!text-blue-500\/100{color:#3c6c9e!important}.\!text-blue-500\/20{color:#3c6c9e33!important}.\!text-blue-500\/25{color:#3c6c9e40!important}.\!text-blue-500\/30{color:#3c6c9e4d!important}.\!text-blue-500\/40{color:#3c6c9e66!important}.\!text-blue-500\/5{color:#3c6c9e0d!important}.\!text-blue-500\/50{color:#3c6c9e80!important}.\!text-blue-500\/60{color:#3c6c9e99!important}.\!text-blue-500\/70{color:#3c6c9eb3!important}.\!text-blue-500\/75{color:#3c6c9ebf!important}.\!text-blue-500\/80{color:#3c6c9ecc!important}.\!text-blue-500\/90{color:#3c6c9ee6!important}.\!text-blue-500\/95{color:#3c6c9ef2!important}.\!text-blue-600{--tw-text-opacity: 1 !important;color:rgb(48 86 126 / var(--tw-text-opacity))!important}.\!text-blue-600\/0{color:#30567e00!important}.\!text-blue-600\/10{color:#30567e1a!important}.\!text-blue-600\/100{color:#30567e!important}.\!text-blue-600\/20{color:#30567e33!important}.\!text-blue-600\/25{color:#30567e40!important}.\!text-blue-600\/30{color:#30567e4d!important}.\!text-blue-600\/40{color:#30567e66!important}.\!text-blue-600\/5{color:#30567e0d!important}.\!text-blue-600\/50{color:#30567e80!important}.\!text-blue-600\/60{color:#30567e99!important}.\!text-blue-600\/70{color:#30567eb3!important}.\!text-blue-600\/75{color:#30567ebf!important}.\!text-blue-600\/80{color:#30567ecc!important}.\!text-blue-600\/90{color:#30567ee6!important}.\!text-blue-600\/95{color:#30567ef2!important}.\!text-blue-700{--tw-text-opacity: 1 !important;color:rgb(36 65 95 / var(--tw-text-opacity))!important}.\!text-blue-700\/0{color:#24415f00!important}.\!text-blue-700\/10{color:#24415f1a!important}.\!text-blue-700\/100{color:#24415f!important}.\!text-blue-700\/20{color:#24415f33!important}.\!text-blue-700\/25{color:#24415f40!important}.\!text-blue-700\/30{color:#24415f4d!important}.\!text-blue-700\/40{color:#24415f66!important}.\!text-blue-700\/5{color:#24415f0d!important}.\!text-blue-700\/50{color:#24415f80!important}.\!text-blue-700\/60{color:#24415f99!important}.\!text-blue-700\/70{color:#24415fb3!important}.\!text-blue-700\/75{color:#24415fbf!important}.\!text-blue-700\/80{color:#24415fcc!important}.\!text-blue-700\/90{color:#24415fe6!important}.\!text-blue-700\/95{color:#24415ff2!important}.\!text-blue-800{--tw-text-opacity: 1 !important;color:rgb(24 43 63 / var(--tw-text-opacity))!important}.\!text-blue-800\/0{color:#182b3f00!important}.\!text-blue-800\/10{color:#182b3f1a!important}.\!text-blue-800\/100{color:#182b3f!important}.\!text-blue-800\/20{color:#182b3f33!important}.\!text-blue-800\/25{color:#182b3f40!important}.\!text-blue-800\/30{color:#182b3f4d!important}.\!text-blue-800\/40{color:#182b3f66!important}.\!text-blue-800\/5{color:#182b3f0d!important}.\!text-blue-800\/50{color:#182b3f80!important}.\!text-blue-800\/60{color:#182b3f99!important}.\!text-blue-800\/70{color:#182b3fb3!important}.\!text-blue-800\/75{color:#182b3fbf!important}.\!text-blue-800\/80{color:#182b3fcc!important}.\!text-blue-800\/90{color:#182b3fe6!important}.\!text-blue-800\/95{color:#182b3ff2!important}.\!text-blue-900{--tw-text-opacity: 1 !important;color:rgb(12 22 32 / var(--tw-text-opacity))!important}.\!text-blue-900\/0{color:#0c162000!important}.\!text-blue-900\/10{color:#0c16201a!important}.\!text-blue-900\/100{color:#0c1620!important}.\!text-blue-900\/20{color:#0c162033!important}.\!text-blue-900\/25{color:#0c162040!important}.\!text-blue-900\/30{color:#0c16204d!important}.\!text-blue-900\/40{color:#0c162066!important}.\!text-blue-900\/5{color:#0c16200d!important}.\!text-blue-900\/50{color:#0c162080!important}.\!text-blue-900\/60{color:#0c162099!important}.\!text-blue-900\/70{color:#0c1620b3!important}.\!text-blue-900\/75{color:#0c1620bf!important}.\!text-blue-900\/80{color:#0c1620cc!important}.\!text-blue-900\/90{color:#0c1620e6!important}.\!text-blue-900\/95{color:#0c1620f2!important}.\!text-blue-contrast{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-blue-contrast-100{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-blue-contrast-100\/0{color:#17192300!important}.\!text-blue-contrast-100\/10{color:#1719231a!important}.\!text-blue-contrast-100\/100{color:#171923!important}.\!text-blue-contrast-100\/20{color:#17192333!important}.\!text-blue-contrast-100\/25{color:#17192340!important}.\!text-blue-contrast-100\/30{color:#1719234d!important}.\!text-blue-contrast-100\/40{color:#17192366!important}.\!text-blue-contrast-100\/5{color:#1719230d!important}.\!text-blue-contrast-100\/50{color:#17192380!important}.\!text-blue-contrast-100\/60{color:#17192399!important}.\!text-blue-contrast-100\/70{color:#171923b3!important}.\!text-blue-contrast-100\/75{color:#171923bf!important}.\!text-blue-contrast-100\/80{color:#171923cc!important}.\!text-blue-contrast-100\/90{color:#171923e6!important}.\!text-blue-contrast-100\/95{color:#171923f2!important}.\!text-blue-contrast-200{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-blue-contrast-200\/0{color:#17192300!important}.\!text-blue-contrast-200\/10{color:#1719231a!important}.\!text-blue-contrast-200\/100{color:#171923!important}.\!text-blue-contrast-200\/20{color:#17192333!important}.\!text-blue-contrast-200\/25{color:#17192340!important}.\!text-blue-contrast-200\/30{color:#1719234d!important}.\!text-blue-contrast-200\/40{color:#17192366!important}.\!text-blue-contrast-200\/5{color:#1719230d!important}.\!text-blue-contrast-200\/50{color:#17192380!important}.\!text-blue-contrast-200\/60{color:#17192399!important}.\!text-blue-contrast-200\/70{color:#171923b3!important}.\!text-blue-contrast-200\/75{color:#171923bf!important}.\!text-blue-contrast-200\/80{color:#171923cc!important}.\!text-blue-contrast-200\/90{color:#171923e6!important}.\!text-blue-contrast-200\/95{color:#171923f2!important}.\!text-blue-contrast-300{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-blue-contrast-300\/0{color:#17192300!important}.\!text-blue-contrast-300\/10{color:#1719231a!important}.\!text-blue-contrast-300\/100{color:#171923!important}.\!text-blue-contrast-300\/20{color:#17192333!important}.\!text-blue-contrast-300\/25{color:#17192340!important}.\!text-blue-contrast-300\/30{color:#1719234d!important}.\!text-blue-contrast-300\/40{color:#17192366!important}.\!text-blue-contrast-300\/5{color:#1719230d!important}.\!text-blue-contrast-300\/50{color:#17192380!important}.\!text-blue-contrast-300\/60{color:#17192399!important}.\!text-blue-contrast-300\/70{color:#171923b3!important}.\!text-blue-contrast-300\/75{color:#171923bf!important}.\!text-blue-contrast-300\/80{color:#171923cc!important}.\!text-blue-contrast-300\/90{color:#171923e6!important}.\!text-blue-contrast-300\/95{color:#171923f2!important}.\!text-blue-contrast-400{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-blue-contrast-400\/0{color:#17192300!important}.\!text-blue-contrast-400\/10{color:#1719231a!important}.\!text-blue-contrast-400\/100{color:#171923!important}.\!text-blue-contrast-400\/20{color:#17192333!important}.\!text-blue-contrast-400\/25{color:#17192340!important}.\!text-blue-contrast-400\/30{color:#1719234d!important}.\!text-blue-contrast-400\/40{color:#17192366!important}.\!text-blue-contrast-400\/5{color:#1719230d!important}.\!text-blue-contrast-400\/50{color:#17192380!important}.\!text-blue-contrast-400\/60{color:#17192399!important}.\!text-blue-contrast-400\/70{color:#171923b3!important}.\!text-blue-contrast-400\/75{color:#171923bf!important}.\!text-blue-contrast-400\/80{color:#171923cc!important}.\!text-blue-contrast-400\/90{color:#171923e6!important}.\!text-blue-contrast-400\/95{color:#171923f2!important}.\!text-blue-contrast-500{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-blue-contrast-500\/0{color:#f7fafc00!important}.\!text-blue-contrast-500\/10{color:#f7fafc1a!important}.\!text-blue-contrast-500\/100{color:#f7fafc!important}.\!text-blue-contrast-500\/20{color:#f7fafc33!important}.\!text-blue-contrast-500\/25{color:#f7fafc40!important}.\!text-blue-contrast-500\/30{color:#f7fafc4d!important}.\!text-blue-contrast-500\/40{color:#f7fafc66!important}.\!text-blue-contrast-500\/5{color:#f7fafc0d!important}.\!text-blue-contrast-500\/50{color:#f7fafc80!important}.\!text-blue-contrast-500\/60{color:#f7fafc99!important}.\!text-blue-contrast-500\/70{color:#f7fafcb3!important}.\!text-blue-contrast-500\/75{color:#f7fafcbf!important}.\!text-blue-contrast-500\/80{color:#f7fafccc!important}.\!text-blue-contrast-500\/90{color:#f7fafce6!important}.\!text-blue-contrast-500\/95{color:#f7fafcf2!important}.\!text-blue-contrast-600{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-blue-contrast-600\/0{color:#f7fafc00!important}.\!text-blue-contrast-600\/10{color:#f7fafc1a!important}.\!text-blue-contrast-600\/100{color:#f7fafc!important}.\!text-blue-contrast-600\/20{color:#f7fafc33!important}.\!text-blue-contrast-600\/25{color:#f7fafc40!important}.\!text-blue-contrast-600\/30{color:#f7fafc4d!important}.\!text-blue-contrast-600\/40{color:#f7fafc66!important}.\!text-blue-contrast-600\/5{color:#f7fafc0d!important}.\!text-blue-contrast-600\/50{color:#f7fafc80!important}.\!text-blue-contrast-600\/60{color:#f7fafc99!important}.\!text-blue-contrast-600\/70{color:#f7fafcb3!important}.\!text-blue-contrast-600\/75{color:#f7fafcbf!important}.\!text-blue-contrast-600\/80{color:#f7fafccc!important}.\!text-blue-contrast-600\/90{color:#f7fafce6!important}.\!text-blue-contrast-600\/95{color:#f7fafcf2!important}.\!text-blue-contrast-700{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-blue-contrast-700\/0{color:#f7fafc00!important}.\!text-blue-contrast-700\/10{color:#f7fafc1a!important}.\!text-blue-contrast-700\/100{color:#f7fafc!important}.\!text-blue-contrast-700\/20{color:#f7fafc33!important}.\!text-blue-contrast-700\/25{color:#f7fafc40!important}.\!text-blue-contrast-700\/30{color:#f7fafc4d!important}.\!text-blue-contrast-700\/40{color:#f7fafc66!important}.\!text-blue-contrast-700\/5{color:#f7fafc0d!important}.\!text-blue-contrast-700\/50{color:#f7fafc80!important}.\!text-blue-contrast-700\/60{color:#f7fafc99!important}.\!text-blue-contrast-700\/70{color:#f7fafcb3!important}.\!text-blue-contrast-700\/75{color:#f7fafcbf!important}.\!text-blue-contrast-700\/80{color:#f7fafccc!important}.\!text-blue-contrast-700\/90{color:#f7fafce6!important}.\!text-blue-contrast-700\/95{color:#f7fafcf2!important}.\!text-blue-contrast-800{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-blue-contrast-800\/0{color:#f7fafc00!important}.\!text-blue-contrast-800\/10{color:#f7fafc1a!important}.\!text-blue-contrast-800\/100{color:#f7fafc!important}.\!text-blue-contrast-800\/20{color:#f7fafc33!important}.\!text-blue-contrast-800\/25{color:#f7fafc40!important}.\!text-blue-contrast-800\/30{color:#f7fafc4d!important}.\!text-blue-contrast-800\/40{color:#f7fafc66!important}.\!text-blue-contrast-800\/5{color:#f7fafc0d!important}.\!text-blue-contrast-800\/50{color:#f7fafc80!important}.\!text-blue-contrast-800\/60{color:#f7fafc99!important}.\!text-blue-contrast-800\/70{color:#f7fafcb3!important}.\!text-blue-contrast-800\/75{color:#f7fafcbf!important}.\!text-blue-contrast-800\/80{color:#f7fafccc!important}.\!text-blue-contrast-800\/90{color:#f7fafce6!important}.\!text-blue-contrast-800\/95{color:#f7fafcf2!important}.\!text-blue-contrast-900{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-blue-contrast-900\/0{color:#f7fafc00!important}.\!text-blue-contrast-900\/10{color:#f7fafc1a!important}.\!text-blue-contrast-900\/100{color:#f7fafc!important}.\!text-blue-contrast-900\/20{color:#f7fafc33!important}.\!text-blue-contrast-900\/25{color:#f7fafc40!important}.\!text-blue-contrast-900\/30{color:#f7fafc4d!important}.\!text-blue-contrast-900\/40{color:#f7fafc66!important}.\!text-blue-contrast-900\/5{color:#f7fafc0d!important}.\!text-blue-contrast-900\/50{color:#f7fafc80!important}.\!text-blue-contrast-900\/60{color:#f7fafc99!important}.\!text-blue-contrast-900\/70{color:#f7fafcb3!important}.\!text-blue-contrast-900\/75{color:#f7fafcbf!important}.\!text-blue-contrast-900\/80{color:#f7fafccc!important}.\!text-blue-contrast-900\/90{color:#f7fafce6!important}.\!text-blue-contrast-900\/95{color:#f7fafcf2!important}.\!text-blue-contrast\/0{color:#f7fafc00!important}.\!text-blue-contrast\/10{color:#f7fafc1a!important}.\!text-blue-contrast\/100{color:#f7fafc!important}.\!text-blue-contrast\/20{color:#f7fafc33!important}.\!text-blue-contrast\/25{color:#f7fafc40!important}.\!text-blue-contrast\/30{color:#f7fafc4d!important}.\!text-blue-contrast\/40{color:#f7fafc66!important}.\!text-blue-contrast\/5{color:#f7fafc0d!important}.\!text-blue-contrast\/50{color:#f7fafc80!important}.\!text-blue-contrast\/60{color:#f7fafc99!important}.\!text-blue-contrast\/70{color:#f7fafcb3!important}.\!text-blue-contrast\/75{color:#f7fafcbf!important}.\!text-blue-contrast\/80{color:#f7fafccc!important}.\!text-blue-contrast\/90{color:#f7fafce6!important}.\!text-blue-contrast\/95{color:#f7fafcf2!important}.\!text-blue\/0{color:#3c6c9e00!important}.\!text-blue\/10{color:#3c6c9e1a!important}.\!text-blue\/100{color:#3c6c9e!important}.\!text-blue\/20{color:#3c6c9e33!important}.\!text-blue\/25{color:#3c6c9e40!important}.\!text-blue\/30{color:#3c6c9e4d!important}.\!text-blue\/40{color:#3c6c9e66!important}.\!text-blue\/5{color:#3c6c9e0d!important}.\!text-blue\/50{color:#3c6c9e80!important}.\!text-blue\/60{color:#3c6c9e99!important}.\!text-blue\/70{color:#3c6c9eb3!important}.\!text-blue\/75{color:#3c6c9ebf!important}.\!text-blue\/80{color:#3c6c9ecc!important}.\!text-blue\/90{color:#3c6c9ee6!important}.\!text-blue\/95{color:#3c6c9ef2!important}.\!text-gray-300{--tw-text-opacity: 1 !important;color:rgb(203 213 224 / var(--tw-text-opacity))!important}.\!text-gray-400{--tw-text-opacity: 1 !important;color:rgb(160 174 192 / var(--tw-text-opacity))!important}.\!text-gray-800{--tw-text-opacity: 1 !important;color:rgb(26 32 44 / var(--tw-text-opacity))!important}.\!text-green{--tw-text-opacity: 1 !important;color:rgb(56 161 105 / var(--tw-text-opacity))!important}.\!text-green-100{--tw-text-opacity: 1 !important;color:rgb(215 236 225 / var(--tw-text-opacity))!important}.\!text-green-100\/0{color:#d7ece100!important}.\!text-green-100\/10{color:#d7ece11a!important}.\!text-green-100\/100{color:#d7ece1!important}.\!text-green-100\/20{color:#d7ece133!important}.\!text-green-100\/25{color:#d7ece140!important}.\!text-green-100\/30{color:#d7ece14d!important}.\!text-green-100\/40{color:#d7ece166!important}.\!text-green-100\/5{color:#d7ece10d!important}.\!text-green-100\/50{color:#d7ece180!important}.\!text-green-100\/60{color:#d7ece199!important}.\!text-green-100\/70{color:#d7ece1b3!important}.\!text-green-100\/75{color:#d7ece1bf!important}.\!text-green-100\/80{color:#d7ece1cc!important}.\!text-green-100\/90{color:#d7ece1e6!important}.\!text-green-100\/95{color:#d7ece1f2!important}.\!text-green-200{--tw-text-opacity: 1 !important;color:rgb(175 217 195 / var(--tw-text-opacity))!important}.\!text-green-200\/0{color:#afd9c300!important}.\!text-green-200\/10{color:#afd9c31a!important}.\!text-green-200\/100{color:#afd9c3!important}.\!text-green-200\/20{color:#afd9c333!important}.\!text-green-200\/25{color:#afd9c340!important}.\!text-green-200\/30{color:#afd9c34d!important}.\!text-green-200\/40{color:#afd9c366!important}.\!text-green-200\/5{color:#afd9c30d!important}.\!text-green-200\/50{color:#afd9c380!important}.\!text-green-200\/60{color:#afd9c399!important}.\!text-green-200\/70{color:#afd9c3b3!important}.\!text-green-200\/75{color:#afd9c3bf!important}.\!text-green-200\/80{color:#afd9c3cc!important}.\!text-green-200\/90{color:#afd9c3e6!important}.\!text-green-200\/95{color:#afd9c3f2!important}.\!text-green-300{--tw-text-opacity: 1 !important;color:rgb(136 199 165 / var(--tw-text-opacity))!important}.\!text-green-300\/0{color:#88c7a500!important}.\!text-green-300\/10{color:#88c7a51a!important}.\!text-green-300\/100{color:#88c7a5!important}.\!text-green-300\/20{color:#88c7a533!important}.\!text-green-300\/25{color:#88c7a540!important}.\!text-green-300\/30{color:#88c7a54d!important}.\!text-green-300\/40{color:#88c7a566!important}.\!text-green-300\/5{color:#88c7a50d!important}.\!text-green-300\/50{color:#88c7a580!important}.\!text-green-300\/60{color:#88c7a599!important}.\!text-green-300\/70{color:#88c7a5b3!important}.\!text-green-300\/75{color:#88c7a5bf!important}.\!text-green-300\/80{color:#88c7a5cc!important}.\!text-green-300\/90{color:#88c7a5e6!important}.\!text-green-300\/95{color:#88c7a5f2!important}.\!text-green-400{--tw-text-opacity: 1 !important;color:rgb(96 180 135 / var(--tw-text-opacity))!important}.\!text-green-400\/0{color:#60b48700!important}.\!text-green-400\/10{color:#60b4871a!important}.\!text-green-400\/100{color:#60b487!important}.\!text-green-400\/20{color:#60b48733!important}.\!text-green-400\/25{color:#60b48740!important}.\!text-green-400\/30{color:#60b4874d!important}.\!text-green-400\/40{color:#60b48766!important}.\!text-green-400\/5{color:#60b4870d!important}.\!text-green-400\/50{color:#60b48780!important}.\!text-green-400\/60{color:#60b48799!important}.\!text-green-400\/70{color:#60b487b3!important}.\!text-green-400\/75{color:#60b487bf!important}.\!text-green-400\/80{color:#60b487cc!important}.\!text-green-400\/90{color:#60b487e6!important}.\!text-green-400\/95{color:#60b487f2!important}.\!text-green-500{--tw-text-opacity: 1 !important;color:rgb(56 161 105 / var(--tw-text-opacity))!important}.\!text-green-500\/0{color:#38a16900!important}.\!text-green-500\/10{color:#38a1691a!important}.\!text-green-500\/100{color:#38a169!important}.\!text-green-500\/20{color:#38a16933!important}.\!text-green-500\/25{color:#38a16940!important}.\!text-green-500\/30{color:#38a1694d!important}.\!text-green-500\/40{color:#38a16966!important}.\!text-green-500\/5{color:#38a1690d!important}.\!text-green-500\/50{color:#38a16980!important}.\!text-green-500\/60{color:#38a16999!important}.\!text-green-500\/70{color:#38a169b3!important}.\!text-green-500\/75{color:#38a169bf!important}.\!text-green-500\/80{color:#38a169cc!important}.\!text-green-500\/90{color:#38a169e6!important}.\!text-green-500\/95{color:#38a169f2!important}.\!text-green-600{--tw-text-opacity: 1 !important;color:rgb(45 129 84 / var(--tw-text-opacity))!important}.\!text-green-600\/0{color:#2d815400!important}.\!text-green-600\/10{color:#2d81541a!important}.\!text-green-600\/100{color:#2d8154!important}.\!text-green-600\/20{color:#2d815433!important}.\!text-green-600\/25{color:#2d815440!important}.\!text-green-600\/30{color:#2d81544d!important}.\!text-green-600\/40{color:#2d815466!important}.\!text-green-600\/5{color:#2d81540d!important}.\!text-green-600\/50{color:#2d815480!important}.\!text-green-600\/60{color:#2d815499!important}.\!text-green-600\/70{color:#2d8154b3!important}.\!text-green-600\/75{color:#2d8154bf!important}.\!text-green-600\/80{color:#2d8154cc!important}.\!text-green-600\/90{color:#2d8154e6!important}.\!text-green-600\/95{color:#2d8154f2!important}.\!text-green-700{--tw-text-opacity: 1 !important;color:rgb(34 97 63 / var(--tw-text-opacity))!important}.\!text-green-700\/0{color:#22613f00!important}.\!text-green-700\/10{color:#22613f1a!important}.\!text-green-700\/100{color:#22613f!important}.\!text-green-700\/20{color:#22613f33!important}.\!text-green-700\/25{color:#22613f40!important}.\!text-green-700\/30{color:#22613f4d!important}.\!text-green-700\/40{color:#22613f66!important}.\!text-green-700\/5{color:#22613f0d!important}.\!text-green-700\/50{color:#22613f80!important}.\!text-green-700\/60{color:#22613f99!important}.\!text-green-700\/70{color:#22613fb3!important}.\!text-green-700\/75{color:#22613fbf!important}.\!text-green-700\/80{color:#22613fcc!important}.\!text-green-700\/90{color:#22613fe6!important}.\!text-green-700\/95{color:#22613ff2!important}.\!text-green-800{--tw-text-opacity: 1 !important;color:rgb(22 64 42 / var(--tw-text-opacity))!important}.\!text-green-800\/0{color:#16402a00!important}.\!text-green-800\/10{color:#16402a1a!important}.\!text-green-800\/100{color:#16402a!important}.\!text-green-800\/20{color:#16402a33!important}.\!text-green-800\/25{color:#16402a40!important}.\!text-green-800\/30{color:#16402a4d!important}.\!text-green-800\/40{color:#16402a66!important}.\!text-green-800\/5{color:#16402a0d!important}.\!text-green-800\/50{color:#16402a80!important}.\!text-green-800\/60{color:#16402a99!important}.\!text-green-800\/70{color:#16402ab3!important}.\!text-green-800\/75{color:#16402abf!important}.\!text-green-800\/80{color:#16402acc!important}.\!text-green-800\/90{color:#16402ae6!important}.\!text-green-800\/95{color:#16402af2!important}.\!text-green-900{--tw-text-opacity: 1 !important;color:rgb(11 32 21 / var(--tw-text-opacity))!important}.\!text-green-900\/0{color:#0b201500!important}.\!text-green-900\/10{color:#0b20151a!important}.\!text-green-900\/100{color:#0b2015!important}.\!text-green-900\/20{color:#0b201533!important}.\!text-green-900\/25{color:#0b201540!important}.\!text-green-900\/30{color:#0b20154d!important}.\!text-green-900\/40{color:#0b201566!important}.\!text-green-900\/5{color:#0b20150d!important}.\!text-green-900\/50{color:#0b201580!important}.\!text-green-900\/60{color:#0b201599!important}.\!text-green-900\/70{color:#0b2015b3!important}.\!text-green-900\/75{color:#0b2015bf!important}.\!text-green-900\/80{color:#0b2015cc!important}.\!text-green-900\/90{color:#0b2015e6!important}.\!text-green-900\/95{color:#0b2015f2!important}.\!text-green-contrast{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-green-contrast-100{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-green-contrast-100\/0{color:#17192300!important}.\!text-green-contrast-100\/10{color:#1719231a!important}.\!text-green-contrast-100\/100{color:#171923!important}.\!text-green-contrast-100\/20{color:#17192333!important}.\!text-green-contrast-100\/25{color:#17192340!important}.\!text-green-contrast-100\/30{color:#1719234d!important}.\!text-green-contrast-100\/40{color:#17192366!important}.\!text-green-contrast-100\/5{color:#1719230d!important}.\!text-green-contrast-100\/50{color:#17192380!important}.\!text-green-contrast-100\/60{color:#17192399!important}.\!text-green-contrast-100\/70{color:#171923b3!important}.\!text-green-contrast-100\/75{color:#171923bf!important}.\!text-green-contrast-100\/80{color:#171923cc!important}.\!text-green-contrast-100\/90{color:#171923e6!important}.\!text-green-contrast-100\/95{color:#171923f2!important}.\!text-green-contrast-200{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-green-contrast-200\/0{color:#17192300!important}.\!text-green-contrast-200\/10{color:#1719231a!important}.\!text-green-contrast-200\/100{color:#171923!important}.\!text-green-contrast-200\/20{color:#17192333!important}.\!text-green-contrast-200\/25{color:#17192340!important}.\!text-green-contrast-200\/30{color:#1719234d!important}.\!text-green-contrast-200\/40{color:#17192366!important}.\!text-green-contrast-200\/5{color:#1719230d!important}.\!text-green-contrast-200\/50{color:#17192380!important}.\!text-green-contrast-200\/60{color:#17192399!important}.\!text-green-contrast-200\/70{color:#171923b3!important}.\!text-green-contrast-200\/75{color:#171923bf!important}.\!text-green-contrast-200\/80{color:#171923cc!important}.\!text-green-contrast-200\/90{color:#171923e6!important}.\!text-green-contrast-200\/95{color:#171923f2!important}.\!text-green-contrast-300{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-green-contrast-300\/0{color:#17192300!important}.\!text-green-contrast-300\/10{color:#1719231a!important}.\!text-green-contrast-300\/100{color:#171923!important}.\!text-green-contrast-300\/20{color:#17192333!important}.\!text-green-contrast-300\/25{color:#17192340!important}.\!text-green-contrast-300\/30{color:#1719234d!important}.\!text-green-contrast-300\/40{color:#17192366!important}.\!text-green-contrast-300\/5{color:#1719230d!important}.\!text-green-contrast-300\/50{color:#17192380!important}.\!text-green-contrast-300\/60{color:#17192399!important}.\!text-green-contrast-300\/70{color:#171923b3!important}.\!text-green-contrast-300\/75{color:#171923bf!important}.\!text-green-contrast-300\/80{color:#171923cc!important}.\!text-green-contrast-300\/90{color:#171923e6!important}.\!text-green-contrast-300\/95{color:#171923f2!important}.\!text-green-contrast-400{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-green-contrast-400\/0{color:#17192300!important}.\!text-green-contrast-400\/10{color:#1719231a!important}.\!text-green-contrast-400\/100{color:#171923!important}.\!text-green-contrast-400\/20{color:#17192333!important}.\!text-green-contrast-400\/25{color:#17192340!important}.\!text-green-contrast-400\/30{color:#1719234d!important}.\!text-green-contrast-400\/40{color:#17192366!important}.\!text-green-contrast-400\/5{color:#1719230d!important}.\!text-green-contrast-400\/50{color:#17192380!important}.\!text-green-contrast-400\/60{color:#17192399!important}.\!text-green-contrast-400\/70{color:#171923b3!important}.\!text-green-contrast-400\/75{color:#171923bf!important}.\!text-green-contrast-400\/80{color:#171923cc!important}.\!text-green-contrast-400\/90{color:#171923e6!important}.\!text-green-contrast-400\/95{color:#171923f2!important}.\!text-green-contrast-500{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-green-contrast-500\/0{color:#f7fafc00!important}.\!text-green-contrast-500\/10{color:#f7fafc1a!important}.\!text-green-contrast-500\/100{color:#f7fafc!important}.\!text-green-contrast-500\/20{color:#f7fafc33!important}.\!text-green-contrast-500\/25{color:#f7fafc40!important}.\!text-green-contrast-500\/30{color:#f7fafc4d!important}.\!text-green-contrast-500\/40{color:#f7fafc66!important}.\!text-green-contrast-500\/5{color:#f7fafc0d!important}.\!text-green-contrast-500\/50{color:#f7fafc80!important}.\!text-green-contrast-500\/60{color:#f7fafc99!important}.\!text-green-contrast-500\/70{color:#f7fafcb3!important}.\!text-green-contrast-500\/75{color:#f7fafcbf!important}.\!text-green-contrast-500\/80{color:#f7fafccc!important}.\!text-green-contrast-500\/90{color:#f7fafce6!important}.\!text-green-contrast-500\/95{color:#f7fafcf2!important}.\!text-green-contrast-600{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-green-contrast-600\/0{color:#f7fafc00!important}.\!text-green-contrast-600\/10{color:#f7fafc1a!important}.\!text-green-contrast-600\/100{color:#f7fafc!important}.\!text-green-contrast-600\/20{color:#f7fafc33!important}.\!text-green-contrast-600\/25{color:#f7fafc40!important}.\!text-green-contrast-600\/30{color:#f7fafc4d!important}.\!text-green-contrast-600\/40{color:#f7fafc66!important}.\!text-green-contrast-600\/5{color:#f7fafc0d!important}.\!text-green-contrast-600\/50{color:#f7fafc80!important}.\!text-green-contrast-600\/60{color:#f7fafc99!important}.\!text-green-contrast-600\/70{color:#f7fafcb3!important}.\!text-green-contrast-600\/75{color:#f7fafcbf!important}.\!text-green-contrast-600\/80{color:#f7fafccc!important}.\!text-green-contrast-600\/90{color:#f7fafce6!important}.\!text-green-contrast-600\/95{color:#f7fafcf2!important}.\!text-green-contrast-700{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-green-contrast-700\/0{color:#f7fafc00!important}.\!text-green-contrast-700\/10{color:#f7fafc1a!important}.\!text-green-contrast-700\/100{color:#f7fafc!important}.\!text-green-contrast-700\/20{color:#f7fafc33!important}.\!text-green-contrast-700\/25{color:#f7fafc40!important}.\!text-green-contrast-700\/30{color:#f7fafc4d!important}.\!text-green-contrast-700\/40{color:#f7fafc66!important}.\!text-green-contrast-700\/5{color:#f7fafc0d!important}.\!text-green-contrast-700\/50{color:#f7fafc80!important}.\!text-green-contrast-700\/60{color:#f7fafc99!important}.\!text-green-contrast-700\/70{color:#f7fafcb3!important}.\!text-green-contrast-700\/75{color:#f7fafcbf!important}.\!text-green-contrast-700\/80{color:#f7fafccc!important}.\!text-green-contrast-700\/90{color:#f7fafce6!important}.\!text-green-contrast-700\/95{color:#f7fafcf2!important}.\!text-green-contrast-800{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-green-contrast-800\/0{color:#f7fafc00!important}.\!text-green-contrast-800\/10{color:#f7fafc1a!important}.\!text-green-contrast-800\/100{color:#f7fafc!important}.\!text-green-contrast-800\/20{color:#f7fafc33!important}.\!text-green-contrast-800\/25{color:#f7fafc40!important}.\!text-green-contrast-800\/30{color:#f7fafc4d!important}.\!text-green-contrast-800\/40{color:#f7fafc66!important}.\!text-green-contrast-800\/5{color:#f7fafc0d!important}.\!text-green-contrast-800\/50{color:#f7fafc80!important}.\!text-green-contrast-800\/60{color:#f7fafc99!important}.\!text-green-contrast-800\/70{color:#f7fafcb3!important}.\!text-green-contrast-800\/75{color:#f7fafcbf!important}.\!text-green-contrast-800\/80{color:#f7fafccc!important}.\!text-green-contrast-800\/90{color:#f7fafce6!important}.\!text-green-contrast-800\/95{color:#f7fafcf2!important}.\!text-green-contrast-900{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-green-contrast-900\/0{color:#f7fafc00!important}.\!text-green-contrast-900\/10{color:#f7fafc1a!important}.\!text-green-contrast-900\/100{color:#f7fafc!important}.\!text-green-contrast-900\/20{color:#f7fafc33!important}.\!text-green-contrast-900\/25{color:#f7fafc40!important}.\!text-green-contrast-900\/30{color:#f7fafc4d!important}.\!text-green-contrast-900\/40{color:#f7fafc66!important}.\!text-green-contrast-900\/5{color:#f7fafc0d!important}.\!text-green-contrast-900\/50{color:#f7fafc80!important}.\!text-green-contrast-900\/60{color:#f7fafc99!important}.\!text-green-contrast-900\/70{color:#f7fafcb3!important}.\!text-green-contrast-900\/75{color:#f7fafcbf!important}.\!text-green-contrast-900\/80{color:#f7fafccc!important}.\!text-green-contrast-900\/90{color:#f7fafce6!important}.\!text-green-contrast-900\/95{color:#f7fafcf2!important}.\!text-green-contrast\/0{color:#f7fafc00!important}.\!text-green-contrast\/10{color:#f7fafc1a!important}.\!text-green-contrast\/100{color:#f7fafc!important}.\!text-green-contrast\/20{color:#f7fafc33!important}.\!text-green-contrast\/25{color:#f7fafc40!important}.\!text-green-contrast\/30{color:#f7fafc4d!important}.\!text-green-contrast\/40{color:#f7fafc66!important}.\!text-green-contrast\/5{color:#f7fafc0d!important}.\!text-green-contrast\/50{color:#f7fafc80!important}.\!text-green-contrast\/60{color:#f7fafc99!important}.\!text-green-contrast\/70{color:#f7fafcb3!important}.\!text-green-contrast\/75{color:#f7fafcbf!important}.\!text-green-contrast\/80{color:#f7fafccc!important}.\!text-green-contrast\/90{color:#f7fafce6!important}.\!text-green-contrast\/95{color:#f7fafcf2!important}.\!text-green\/0{color:#38a16900!important}.\!text-green\/10{color:#38a1691a!important}.\!text-green\/100{color:#38a169!important}.\!text-green\/20{color:#38a16933!important}.\!text-green\/25{color:#38a16940!important}.\!text-green\/30{color:#38a1694d!important}.\!text-green\/40{color:#38a16966!important}.\!text-green\/5{color:#38a1690d!important}.\!text-green\/50{color:#38a16980!important}.\!text-green\/60{color:#38a16999!important}.\!text-green\/70{color:#38a169b3!important}.\!text-green\/75{color:#38a169bf!important}.\!text-green\/80{color:#38a169cc!important}.\!text-green\/90{color:#38a169e6!important}.\!text-green\/95{color:#38a169f2!important}.\!text-lime{--tw-text-opacity: 1 !important;color:rgb(139 169 90 / var(--tw-text-opacity))!important}.\!text-lime-100{--tw-text-opacity: 1 !important;color:rgb(232 238 222 / var(--tw-text-opacity))!important}.\!text-lime-100\/0{color:#e8eede00!important}.\!text-lime-100\/10{color:#e8eede1a!important}.\!text-lime-100\/100{color:#e8eede!important}.\!text-lime-100\/20{color:#e8eede33!important}.\!text-lime-100\/25{color:#e8eede40!important}.\!text-lime-100\/30{color:#e8eede4d!important}.\!text-lime-100\/40{color:#e8eede66!important}.\!text-lime-100\/5{color:#e8eede0d!important}.\!text-lime-100\/50{color:#e8eede80!important}.\!text-lime-100\/60{color:#e8eede99!important}.\!text-lime-100\/70{color:#e8eedeb3!important}.\!text-lime-100\/75{color:#e8eedebf!important}.\!text-lime-100\/80{color:#e8eedecc!important}.\!text-lime-100\/90{color:#e8eedee6!important}.\!text-lime-100\/95{color:#e8eedef2!important}.\!text-lime-200{--tw-text-opacity: 1 !important;color:rgb(209 221 189 / var(--tw-text-opacity))!important}.\!text-lime-200\/0{color:#d1ddbd00!important}.\!text-lime-200\/10{color:#d1ddbd1a!important}.\!text-lime-200\/100{color:#d1ddbd!important}.\!text-lime-200\/20{color:#d1ddbd33!important}.\!text-lime-200\/25{color:#d1ddbd40!important}.\!text-lime-200\/30{color:#d1ddbd4d!important}.\!text-lime-200\/40{color:#d1ddbd66!important}.\!text-lime-200\/5{color:#d1ddbd0d!important}.\!text-lime-200\/50{color:#d1ddbd80!important}.\!text-lime-200\/60{color:#d1ddbd99!important}.\!text-lime-200\/70{color:#d1ddbdb3!important}.\!text-lime-200\/75{color:#d1ddbdbf!important}.\!text-lime-200\/80{color:#d1ddbdcc!important}.\!text-lime-200\/90{color:#d1ddbde6!important}.\!text-lime-200\/95{color:#d1ddbdf2!important}.\!text-lime-300{--tw-text-opacity: 1 !important;color:rgb(185 203 156 / var(--tw-text-opacity))!important}.\!text-lime-300\/0{color:#b9cb9c00!important}.\!text-lime-300\/10{color:#b9cb9c1a!important}.\!text-lime-300\/100{color:#b9cb9c!important}.\!text-lime-300\/20{color:#b9cb9c33!important}.\!text-lime-300\/25{color:#b9cb9c40!important}.\!text-lime-300\/30{color:#b9cb9c4d!important}.\!text-lime-300\/40{color:#b9cb9c66!important}.\!text-lime-300\/5{color:#b9cb9c0d!important}.\!text-lime-300\/50{color:#b9cb9c80!important}.\!text-lime-300\/60{color:#b9cb9c99!important}.\!text-lime-300\/70{color:#b9cb9cb3!important}.\!text-lime-300\/75{color:#b9cb9cbf!important}.\!text-lime-300\/80{color:#b9cb9ccc!important}.\!text-lime-300\/90{color:#b9cb9ce6!important}.\!text-lime-300\/95{color:#b9cb9cf2!important}.\!text-lime-400{--tw-text-opacity: 1 !important;color:rgb(162 186 123 / var(--tw-text-opacity))!important}.\!text-lime-400\/0{color:#a2ba7b00!important}.\!text-lime-400\/10{color:#a2ba7b1a!important}.\!text-lime-400\/100{color:#a2ba7b!important}.\!text-lime-400\/20{color:#a2ba7b33!important}.\!text-lime-400\/25{color:#a2ba7b40!important}.\!text-lime-400\/30{color:#a2ba7b4d!important}.\!text-lime-400\/40{color:#a2ba7b66!important}.\!text-lime-400\/5{color:#a2ba7b0d!important}.\!text-lime-400\/50{color:#a2ba7b80!important}.\!text-lime-400\/60{color:#a2ba7b99!important}.\!text-lime-400\/70{color:#a2ba7bb3!important}.\!text-lime-400\/75{color:#a2ba7bbf!important}.\!text-lime-400\/80{color:#a2ba7bcc!important}.\!text-lime-400\/90{color:#a2ba7be6!important}.\!text-lime-400\/95{color:#a2ba7bf2!important}.\!text-lime-500{--tw-text-opacity: 1 !important;color:rgb(139 169 90 / var(--tw-text-opacity))!important}.\!text-lime-500\/0{color:#8ba95a00!important}.\!text-lime-500\/10{color:#8ba95a1a!important}.\!text-lime-500\/100{color:#8ba95a!important}.\!text-lime-500\/20{color:#8ba95a33!important}.\!text-lime-500\/25{color:#8ba95a40!important}.\!text-lime-500\/30{color:#8ba95a4d!important}.\!text-lime-500\/40{color:#8ba95a66!important}.\!text-lime-500\/5{color:#8ba95a0d!important}.\!text-lime-500\/50{color:#8ba95a80!important}.\!text-lime-500\/60{color:#8ba95a99!important}.\!text-lime-500\/70{color:#8ba95ab3!important}.\!text-lime-500\/75{color:#8ba95abf!important}.\!text-lime-500\/80{color:#8ba95acc!important}.\!text-lime-500\/90{color:#8ba95ae6!important}.\!text-lime-500\/95{color:#8ba95af2!important}.\!text-lime-600{--tw-text-opacity: 1 !important;color:rgb(111 135 72 / var(--tw-text-opacity))!important}.\!text-lime-600\/0{color:#6f874800!important}.\!text-lime-600\/10{color:#6f87481a!important}.\!text-lime-600\/100{color:#6f8748!important}.\!text-lime-600\/20{color:#6f874833!important}.\!text-lime-600\/25{color:#6f874840!important}.\!text-lime-600\/30{color:#6f87484d!important}.\!text-lime-600\/40{color:#6f874866!important}.\!text-lime-600\/5{color:#6f87480d!important}.\!text-lime-600\/50{color:#6f874880!important}.\!text-lime-600\/60{color:#6f874899!important}.\!text-lime-600\/70{color:#6f8748b3!important}.\!text-lime-600\/75{color:#6f8748bf!important}.\!text-lime-600\/80{color:#6f8748cc!important}.\!text-lime-600\/90{color:#6f8748e6!important}.\!text-lime-600\/95{color:#6f8748f2!important}.\!text-lime-700{--tw-text-opacity: 1 !important;color:rgb(83 101 54 / var(--tw-text-opacity))!important}.\!text-lime-700\/0{color:#53653600!important}.\!text-lime-700\/10{color:#5365361a!important}.\!text-lime-700\/100{color:#536536!important}.\!text-lime-700\/20{color:#53653633!important}.\!text-lime-700\/25{color:#53653640!important}.\!text-lime-700\/30{color:#5365364d!important}.\!text-lime-700\/40{color:#53653666!important}.\!text-lime-700\/5{color:#5365360d!important}.\!text-lime-700\/50{color:#53653680!important}.\!text-lime-700\/60{color:#53653699!important}.\!text-lime-700\/70{color:#536536b3!important}.\!text-lime-700\/75{color:#536536bf!important}.\!text-lime-700\/80{color:#536536cc!important}.\!text-lime-700\/90{color:#536536e6!important}.\!text-lime-700\/95{color:#536536f2!important}.\!text-lime-800{--tw-text-opacity: 1 !important;color:rgb(56 68 36 / var(--tw-text-opacity))!important}.\!text-lime-800\/0{color:#38442400!important}.\!text-lime-800\/10{color:#3844241a!important}.\!text-lime-800\/100{color:#384424!important}.\!text-lime-800\/20{color:#38442433!important}.\!text-lime-800\/25{color:#38442440!important}.\!text-lime-800\/30{color:#3844244d!important}.\!text-lime-800\/40{color:#38442466!important}.\!text-lime-800\/5{color:#3844240d!important}.\!text-lime-800\/50{color:#38442480!important}.\!text-lime-800\/60{color:#38442499!important}.\!text-lime-800\/70{color:#384424b3!important}.\!text-lime-800\/75{color:#384424bf!important}.\!text-lime-800\/80{color:#384424cc!important}.\!text-lime-800\/90{color:#384424e6!important}.\!text-lime-800\/95{color:#384424f2!important}.\!text-lime-900{--tw-text-opacity: 1 !important;color:rgb(28 34 18 / var(--tw-text-opacity))!important}.\!text-lime-900\/0{color:#1c221200!important}.\!text-lime-900\/10{color:#1c22121a!important}.\!text-lime-900\/100{color:#1c2212!important}.\!text-lime-900\/20{color:#1c221233!important}.\!text-lime-900\/25{color:#1c221240!important}.\!text-lime-900\/30{color:#1c22124d!important}.\!text-lime-900\/40{color:#1c221266!important}.\!text-lime-900\/5{color:#1c22120d!important}.\!text-lime-900\/50{color:#1c221280!important}.\!text-lime-900\/60{color:#1c221299!important}.\!text-lime-900\/70{color:#1c2212b3!important}.\!text-lime-900\/75{color:#1c2212bf!important}.\!text-lime-900\/80{color:#1c2212cc!important}.\!text-lime-900\/90{color:#1c2212e6!important}.\!text-lime-900\/95{color:#1c2212f2!important}.\!text-lime-contrast,.\!text-lime-contrast-100{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-lime-contrast-100\/0{color:#17192300!important}.\!text-lime-contrast-100\/10{color:#1719231a!important}.\!text-lime-contrast-100\/100{color:#171923!important}.\!text-lime-contrast-100\/20{color:#17192333!important}.\!text-lime-contrast-100\/25{color:#17192340!important}.\!text-lime-contrast-100\/30{color:#1719234d!important}.\!text-lime-contrast-100\/40{color:#17192366!important}.\!text-lime-contrast-100\/5{color:#1719230d!important}.\!text-lime-contrast-100\/50{color:#17192380!important}.\!text-lime-contrast-100\/60{color:#17192399!important}.\!text-lime-contrast-100\/70{color:#171923b3!important}.\!text-lime-contrast-100\/75{color:#171923bf!important}.\!text-lime-contrast-100\/80{color:#171923cc!important}.\!text-lime-contrast-100\/90{color:#171923e6!important}.\!text-lime-contrast-100\/95{color:#171923f2!important}.\!text-lime-contrast-200{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-lime-contrast-200\/0{color:#17192300!important}.\!text-lime-contrast-200\/10{color:#1719231a!important}.\!text-lime-contrast-200\/100{color:#171923!important}.\!text-lime-contrast-200\/20{color:#17192333!important}.\!text-lime-contrast-200\/25{color:#17192340!important}.\!text-lime-contrast-200\/30{color:#1719234d!important}.\!text-lime-contrast-200\/40{color:#17192366!important}.\!text-lime-contrast-200\/5{color:#1719230d!important}.\!text-lime-contrast-200\/50{color:#17192380!important}.\!text-lime-contrast-200\/60{color:#17192399!important}.\!text-lime-contrast-200\/70{color:#171923b3!important}.\!text-lime-contrast-200\/75{color:#171923bf!important}.\!text-lime-contrast-200\/80{color:#171923cc!important}.\!text-lime-contrast-200\/90{color:#171923e6!important}.\!text-lime-contrast-200\/95{color:#171923f2!important}.\!text-lime-contrast-300{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-lime-contrast-300\/0{color:#17192300!important}.\!text-lime-contrast-300\/10{color:#1719231a!important}.\!text-lime-contrast-300\/100{color:#171923!important}.\!text-lime-contrast-300\/20{color:#17192333!important}.\!text-lime-contrast-300\/25{color:#17192340!important}.\!text-lime-contrast-300\/30{color:#1719234d!important}.\!text-lime-contrast-300\/40{color:#17192366!important}.\!text-lime-contrast-300\/5{color:#1719230d!important}.\!text-lime-contrast-300\/50{color:#17192380!important}.\!text-lime-contrast-300\/60{color:#17192399!important}.\!text-lime-contrast-300\/70{color:#171923b3!important}.\!text-lime-contrast-300\/75{color:#171923bf!important}.\!text-lime-contrast-300\/80{color:#171923cc!important}.\!text-lime-contrast-300\/90{color:#171923e6!important}.\!text-lime-contrast-300\/95{color:#171923f2!important}.\!text-lime-contrast-400{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-lime-contrast-400\/0{color:#17192300!important}.\!text-lime-contrast-400\/10{color:#1719231a!important}.\!text-lime-contrast-400\/100{color:#171923!important}.\!text-lime-contrast-400\/20{color:#17192333!important}.\!text-lime-contrast-400\/25{color:#17192340!important}.\!text-lime-contrast-400\/30{color:#1719234d!important}.\!text-lime-contrast-400\/40{color:#17192366!important}.\!text-lime-contrast-400\/5{color:#1719230d!important}.\!text-lime-contrast-400\/50{color:#17192380!important}.\!text-lime-contrast-400\/60{color:#17192399!important}.\!text-lime-contrast-400\/70{color:#171923b3!important}.\!text-lime-contrast-400\/75{color:#171923bf!important}.\!text-lime-contrast-400\/80{color:#171923cc!important}.\!text-lime-contrast-400\/90{color:#171923e6!important}.\!text-lime-contrast-400\/95{color:#171923f2!important}.\!text-lime-contrast-500{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-lime-contrast-500\/0{color:#17192300!important}.\!text-lime-contrast-500\/10{color:#1719231a!important}.\!text-lime-contrast-500\/100{color:#171923!important}.\!text-lime-contrast-500\/20{color:#17192333!important}.\!text-lime-contrast-500\/25{color:#17192340!important}.\!text-lime-contrast-500\/30{color:#1719234d!important}.\!text-lime-contrast-500\/40{color:#17192366!important}.\!text-lime-contrast-500\/5{color:#1719230d!important}.\!text-lime-contrast-500\/50{color:#17192380!important}.\!text-lime-contrast-500\/60{color:#17192399!important}.\!text-lime-contrast-500\/70{color:#171923b3!important}.\!text-lime-contrast-500\/75{color:#171923bf!important}.\!text-lime-contrast-500\/80{color:#171923cc!important}.\!text-lime-contrast-500\/90{color:#171923e6!important}.\!text-lime-contrast-500\/95{color:#171923f2!important}.\!text-lime-contrast-600{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-lime-contrast-600\/0{color:#17192300!important}.\!text-lime-contrast-600\/10{color:#1719231a!important}.\!text-lime-contrast-600\/100{color:#171923!important}.\!text-lime-contrast-600\/20{color:#17192333!important}.\!text-lime-contrast-600\/25{color:#17192340!important}.\!text-lime-contrast-600\/30{color:#1719234d!important}.\!text-lime-contrast-600\/40{color:#17192366!important}.\!text-lime-contrast-600\/5{color:#1719230d!important}.\!text-lime-contrast-600\/50{color:#17192380!important}.\!text-lime-contrast-600\/60{color:#17192399!important}.\!text-lime-contrast-600\/70{color:#171923b3!important}.\!text-lime-contrast-600\/75{color:#171923bf!important}.\!text-lime-contrast-600\/80{color:#171923cc!important}.\!text-lime-contrast-600\/90{color:#171923e6!important}.\!text-lime-contrast-600\/95{color:#171923f2!important}.\!text-lime-contrast-700{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-lime-contrast-700\/0{color:#f7fafc00!important}.\!text-lime-contrast-700\/10{color:#f7fafc1a!important}.\!text-lime-contrast-700\/100{color:#f7fafc!important}.\!text-lime-contrast-700\/20{color:#f7fafc33!important}.\!text-lime-contrast-700\/25{color:#f7fafc40!important}.\!text-lime-contrast-700\/30{color:#f7fafc4d!important}.\!text-lime-contrast-700\/40{color:#f7fafc66!important}.\!text-lime-contrast-700\/5{color:#f7fafc0d!important}.\!text-lime-contrast-700\/50{color:#f7fafc80!important}.\!text-lime-contrast-700\/60{color:#f7fafc99!important}.\!text-lime-contrast-700\/70{color:#f7fafcb3!important}.\!text-lime-contrast-700\/75{color:#f7fafcbf!important}.\!text-lime-contrast-700\/80{color:#f7fafccc!important}.\!text-lime-contrast-700\/90{color:#f7fafce6!important}.\!text-lime-contrast-700\/95{color:#f7fafcf2!important}.\!text-lime-contrast-800{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-lime-contrast-800\/0{color:#f7fafc00!important}.\!text-lime-contrast-800\/10{color:#f7fafc1a!important}.\!text-lime-contrast-800\/100{color:#f7fafc!important}.\!text-lime-contrast-800\/20{color:#f7fafc33!important}.\!text-lime-contrast-800\/25{color:#f7fafc40!important}.\!text-lime-contrast-800\/30{color:#f7fafc4d!important}.\!text-lime-contrast-800\/40{color:#f7fafc66!important}.\!text-lime-contrast-800\/5{color:#f7fafc0d!important}.\!text-lime-contrast-800\/50{color:#f7fafc80!important}.\!text-lime-contrast-800\/60{color:#f7fafc99!important}.\!text-lime-contrast-800\/70{color:#f7fafcb3!important}.\!text-lime-contrast-800\/75{color:#f7fafcbf!important}.\!text-lime-contrast-800\/80{color:#f7fafccc!important}.\!text-lime-contrast-800\/90{color:#f7fafce6!important}.\!text-lime-contrast-800\/95{color:#f7fafcf2!important}.\!text-lime-contrast-900{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-lime-contrast-900\/0{color:#f7fafc00!important}.\!text-lime-contrast-900\/10{color:#f7fafc1a!important}.\!text-lime-contrast-900\/100{color:#f7fafc!important}.\!text-lime-contrast-900\/20{color:#f7fafc33!important}.\!text-lime-contrast-900\/25{color:#f7fafc40!important}.\!text-lime-contrast-900\/30{color:#f7fafc4d!important}.\!text-lime-contrast-900\/40{color:#f7fafc66!important}.\!text-lime-contrast-900\/5{color:#f7fafc0d!important}.\!text-lime-contrast-900\/50{color:#f7fafc80!important}.\!text-lime-contrast-900\/60{color:#f7fafc99!important}.\!text-lime-contrast-900\/70{color:#f7fafcb3!important}.\!text-lime-contrast-900\/75{color:#f7fafcbf!important}.\!text-lime-contrast-900\/80{color:#f7fafccc!important}.\!text-lime-contrast-900\/90{color:#f7fafce6!important}.\!text-lime-contrast-900\/95{color:#f7fafcf2!important}.\!text-lime-contrast\/0{color:#17192300!important}.\!text-lime-contrast\/10{color:#1719231a!important}.\!text-lime-contrast\/100{color:#171923!important}.\!text-lime-contrast\/20{color:#17192333!important}.\!text-lime-contrast\/25{color:#17192340!important}.\!text-lime-contrast\/30{color:#1719234d!important}.\!text-lime-contrast\/40{color:#17192366!important}.\!text-lime-contrast\/5{color:#1719230d!important}.\!text-lime-contrast\/50{color:#17192380!important}.\!text-lime-contrast\/60{color:#17192399!important}.\!text-lime-contrast\/70{color:#171923b3!important}.\!text-lime-contrast\/75{color:#171923bf!important}.\!text-lime-contrast\/80{color:#171923cc!important}.\!text-lime-contrast\/90{color:#171923e6!important}.\!text-lime-contrast\/95{color:#171923f2!important}.\!text-lime\/0{color:#8ba95a00!important}.\!text-lime\/10{color:#8ba95a1a!important}.\!text-lime\/100{color:#8ba95a!important}.\!text-lime\/20{color:#8ba95a33!important}.\!text-lime\/25{color:#8ba95a40!important}.\!text-lime\/30{color:#8ba95a4d!important}.\!text-lime\/40{color:#8ba95a66!important}.\!text-lime\/5{color:#8ba95a0d!important}.\!text-lime\/50{color:#8ba95a80!important}.\!text-lime\/60{color:#8ba95a99!important}.\!text-lime\/70{color:#8ba95ab3!important}.\!text-lime\/75{color:#8ba95abf!important}.\!text-lime\/80{color:#8ba95acc!important}.\!text-lime\/90{color:#8ba95ae6!important}.\!text-lime\/95{color:#8ba95af2!important}.\!text-magenta{--tw-text-opacity: 1 !important;color:rgb(199 37 115 / var(--tw-text-opacity))!important}.\!text-magenta-100{--tw-text-opacity: 1 !important;color:rgb(234 167 200 / var(--tw-text-opacity))!important}.\!text-magenta-100\/0{color:#eaa7c800!important}.\!text-magenta-100\/10{color:#eaa7c81a!important}.\!text-magenta-100\/100{color:#eaa7c8!important}.\!text-magenta-100\/20{color:#eaa7c833!important}.\!text-magenta-100\/25{color:#eaa7c840!important}.\!text-magenta-100\/30{color:#eaa7c84d!important}.\!text-magenta-100\/40{color:#eaa7c866!important}.\!text-magenta-100\/5{color:#eaa7c80d!important}.\!text-magenta-100\/50{color:#eaa7c880!important}.\!text-magenta-100\/60{color:#eaa7c899!important}.\!text-magenta-100\/70{color:#eaa7c8b3!important}.\!text-magenta-100\/75{color:#eaa7c8bf!important}.\!text-magenta-100\/80{color:#eaa7c8cc!important}.\!text-magenta-100\/90{color:#eaa7c8e6!important}.\!text-magenta-100\/95{color:#eaa7c8f2!important}.\!text-magenta-200{--tw-text-opacity: 1 !important;color:rgb(226 131 177 / var(--tw-text-opacity))!important}.\!text-magenta-200\/0{color:#e283b100!important}.\!text-magenta-200\/10{color:#e283b11a!important}.\!text-magenta-200\/100{color:#e283b1!important}.\!text-magenta-200\/20{color:#e283b133!important}.\!text-magenta-200\/25{color:#e283b140!important}.\!text-magenta-200\/30{color:#e283b14d!important}.\!text-magenta-200\/40{color:#e283b166!important}.\!text-magenta-200\/5{color:#e283b10d!important}.\!text-magenta-200\/50{color:#e283b180!important}.\!text-magenta-200\/60{color:#e283b199!important}.\!text-magenta-200\/70{color:#e283b1b3!important}.\!text-magenta-200\/75{color:#e283b1bf!important}.\!text-magenta-200\/80{color:#e283b1cc!important}.\!text-magenta-200\/90{color:#e283b1e6!important}.\!text-magenta-200\/95{color:#e283b1f2!important}.\!text-magenta-300{--tw-text-opacity: 1 !important;color:rgb(219 99 157 / var(--tw-text-opacity))!important}.\!text-magenta-300\/0{color:#db639d00!important}.\!text-magenta-300\/10{color:#db639d1a!important}.\!text-magenta-300\/100{color:#db639d!important}.\!text-magenta-300\/20{color:#db639d33!important}.\!text-magenta-300\/25{color:#db639d40!important}.\!text-magenta-300\/30{color:#db639d4d!important}.\!text-magenta-300\/40{color:#db639d66!important}.\!text-magenta-300\/5{color:#db639d0d!important}.\!text-magenta-300\/50{color:#db639d80!important}.\!text-magenta-300\/60{color:#db639d99!important}.\!text-magenta-300\/70{color:#db639db3!important}.\!text-magenta-300\/75{color:#db639dbf!important}.\!text-magenta-300\/80{color:#db639dcc!important}.\!text-magenta-300\/90{color:#db639de6!important}.\!text-magenta-300\/95{color:#db639df2!important}.\!text-magenta-400{--tw-text-opacity: 1 !important;color:rgb(214 60 135 / var(--tw-text-opacity))!important}.\!text-magenta-400\/0{color:#d63c8700!important}.\!text-magenta-400\/10{color:#d63c871a!important}.\!text-magenta-400\/100{color:#d63c87!important}.\!text-magenta-400\/20{color:#d63c8733!important}.\!text-magenta-400\/25{color:#d63c8740!important}.\!text-magenta-400\/30{color:#d63c874d!important}.\!text-magenta-400\/40{color:#d63c8766!important}.\!text-magenta-400\/5{color:#d63c870d!important}.\!text-magenta-400\/50{color:#d63c8780!important}.\!text-magenta-400\/60{color:#d63c8799!important}.\!text-magenta-400\/70{color:#d63c87b3!important}.\!text-magenta-400\/75{color:#d63c87bf!important}.\!text-magenta-400\/80{color:#d63c87cc!important}.\!text-magenta-400\/90{color:#d63c87e6!important}.\!text-magenta-400\/95{color:#d63c87f2!important}.\!text-magenta-500{--tw-text-opacity: 1 !important;color:rgb(199 37 115 / var(--tw-text-opacity))!important}.\!text-magenta-500\/0{color:#c7257300!important}.\!text-magenta-500\/10{color:#c725731a!important}.\!text-magenta-500\/100{color:#c72573!important}.\!text-magenta-500\/20{color:#c7257333!important}.\!text-magenta-500\/25{color:#c7257340!important}.\!text-magenta-500\/30{color:#c725734d!important}.\!text-magenta-500\/40{color:#c7257366!important}.\!text-magenta-500\/5{color:#c725730d!important}.\!text-magenta-500\/50{color:#c7257380!important}.\!text-magenta-500\/60{color:#c7257399!important}.\!text-magenta-500\/70{color:#c72573b3!important}.\!text-magenta-500\/75{color:#c72573bf!important}.\!text-magenta-500\/80{color:#c72573cc!important}.\!text-magenta-500\/90{color:#c72573e6!important}.\!text-magenta-500\/95{color:#c72573f2!important}.\!text-magenta-600{--tw-text-opacity: 1 !important;color:rgb(183 50 50 / var(--tw-text-opacity))!important}.\!text-magenta-600\/0{color:#b7323200!important}.\!text-magenta-600\/10{color:#b732321a!important}.\!text-magenta-600\/100{color:#b73232!important}.\!text-magenta-600\/20{color:#b7323233!important}.\!text-magenta-600\/25{color:#b7323240!important}.\!text-magenta-600\/30{color:#b732324d!important}.\!text-magenta-600\/40{color:#b7323266!important}.\!text-magenta-600\/5{color:#b732320d!important}.\!text-magenta-600\/50{color:#b7323280!important}.\!text-magenta-600\/60{color:#b7323299!important}.\!text-magenta-600\/70{color:#b73232b3!important}.\!text-magenta-600\/75{color:#b73232bf!important}.\!text-magenta-600\/80{color:#b73232cc!important}.\!text-magenta-600\/90{color:#b73232e6!important}.\!text-magenta-600\/95{color:#b73232f2!important}.\!text-magenta-700{--tw-text-opacity: 1 !important;color:rgb(137 37 37 / var(--tw-text-opacity))!important}.\!text-magenta-700\/0{color:#89252500!important}.\!text-magenta-700\/10{color:#8925251a!important}.\!text-magenta-700\/100{color:#892525!important}.\!text-magenta-700\/20{color:#89252533!important}.\!text-magenta-700\/25{color:#89252540!important}.\!text-magenta-700\/30{color:#8925254d!important}.\!text-magenta-700\/40{color:#89252566!important}.\!text-magenta-700\/5{color:#8925250d!important}.\!text-magenta-700\/50{color:#89252580!important}.\!text-magenta-700\/60{color:#89252599!important}.\!text-magenta-700\/70{color:#892525b3!important}.\!text-magenta-700\/75{color:#892525bf!important}.\!text-magenta-700\/80{color:#892525cc!important}.\!text-magenta-700\/90{color:#892525e6!important}.\!text-magenta-700\/95{color:#892525f2!important}.\!text-magenta-800{--tw-text-opacity: 1 !important;color:rgb(92 25 25 / var(--tw-text-opacity))!important}.\!text-magenta-800\/0{color:#5c191900!important}.\!text-magenta-800\/10{color:#5c19191a!important}.\!text-magenta-800\/100{color:#5c1919!important}.\!text-magenta-800\/20{color:#5c191933!important}.\!text-magenta-800\/25{color:#5c191940!important}.\!text-magenta-800\/30{color:#5c19194d!important}.\!text-magenta-800\/40{color:#5c191966!important}.\!text-magenta-800\/5{color:#5c19190d!important}.\!text-magenta-800\/50{color:#5c191980!important}.\!text-magenta-800\/60{color:#5c191999!important}.\!text-magenta-800\/70{color:#5c1919b3!important}.\!text-magenta-800\/75{color:#5c1919bf!important}.\!text-magenta-800\/80{color:#5c1919cc!important}.\!text-magenta-800\/90{color:#5c1919e6!important}.\!text-magenta-800\/95{color:#5c1919f2!important}.\!text-magenta-900{--tw-text-opacity: 1 !important;color:rgb(46 12 12 / var(--tw-text-opacity))!important}.\!text-magenta-900\/0{color:#2e0c0c00!important}.\!text-magenta-900\/10{color:#2e0c0c1a!important}.\!text-magenta-900\/100{color:#2e0c0c!important}.\!text-magenta-900\/20{color:#2e0c0c33!important}.\!text-magenta-900\/25{color:#2e0c0c40!important}.\!text-magenta-900\/30{color:#2e0c0c4d!important}.\!text-magenta-900\/40{color:#2e0c0c66!important}.\!text-magenta-900\/5{color:#2e0c0c0d!important}.\!text-magenta-900\/50{color:#2e0c0c80!important}.\!text-magenta-900\/60{color:#2e0c0c99!important}.\!text-magenta-900\/70{color:#2e0c0cb3!important}.\!text-magenta-900\/75{color:#2e0c0cbf!important}.\!text-magenta-900\/80{color:#2e0c0ccc!important}.\!text-magenta-900\/90{color:#2e0c0ce6!important}.\!text-magenta-900\/95{color:#2e0c0cf2!important}.\!text-magenta-contrast{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-magenta-contrast-100{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-magenta-contrast-100\/0{color:#17192300!important}.\!text-magenta-contrast-100\/10{color:#1719231a!important}.\!text-magenta-contrast-100\/100{color:#171923!important}.\!text-magenta-contrast-100\/20{color:#17192333!important}.\!text-magenta-contrast-100\/25{color:#17192340!important}.\!text-magenta-contrast-100\/30{color:#1719234d!important}.\!text-magenta-contrast-100\/40{color:#17192366!important}.\!text-magenta-contrast-100\/5{color:#1719230d!important}.\!text-magenta-contrast-100\/50{color:#17192380!important}.\!text-magenta-contrast-100\/60{color:#17192399!important}.\!text-magenta-contrast-100\/70{color:#171923b3!important}.\!text-magenta-contrast-100\/75{color:#171923bf!important}.\!text-magenta-contrast-100\/80{color:#171923cc!important}.\!text-magenta-contrast-100\/90{color:#171923e6!important}.\!text-magenta-contrast-100\/95{color:#171923f2!important}.\!text-magenta-contrast-200{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-magenta-contrast-200\/0{color:#17192300!important}.\!text-magenta-contrast-200\/10{color:#1719231a!important}.\!text-magenta-contrast-200\/100{color:#171923!important}.\!text-magenta-contrast-200\/20{color:#17192333!important}.\!text-magenta-contrast-200\/25{color:#17192340!important}.\!text-magenta-contrast-200\/30{color:#1719234d!important}.\!text-magenta-contrast-200\/40{color:#17192366!important}.\!text-magenta-contrast-200\/5{color:#1719230d!important}.\!text-magenta-contrast-200\/50{color:#17192380!important}.\!text-magenta-contrast-200\/60{color:#17192399!important}.\!text-magenta-contrast-200\/70{color:#171923b3!important}.\!text-magenta-contrast-200\/75{color:#171923bf!important}.\!text-magenta-contrast-200\/80{color:#171923cc!important}.\!text-magenta-contrast-200\/90{color:#171923e6!important}.\!text-magenta-contrast-200\/95{color:#171923f2!important}.\!text-magenta-contrast-300{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-magenta-contrast-300\/0{color:#17192300!important}.\!text-magenta-contrast-300\/10{color:#1719231a!important}.\!text-magenta-contrast-300\/100{color:#171923!important}.\!text-magenta-contrast-300\/20{color:#17192333!important}.\!text-magenta-contrast-300\/25{color:#17192340!important}.\!text-magenta-contrast-300\/30{color:#1719234d!important}.\!text-magenta-contrast-300\/40{color:#17192366!important}.\!text-magenta-contrast-300\/5{color:#1719230d!important}.\!text-magenta-contrast-300\/50{color:#17192380!important}.\!text-magenta-contrast-300\/60{color:#17192399!important}.\!text-magenta-contrast-300\/70{color:#171923b3!important}.\!text-magenta-contrast-300\/75{color:#171923bf!important}.\!text-magenta-contrast-300\/80{color:#171923cc!important}.\!text-magenta-contrast-300\/90{color:#171923e6!important}.\!text-magenta-contrast-300\/95{color:#171923f2!important}.\!text-magenta-contrast-400{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-magenta-contrast-400\/0{color:#f7fafc00!important}.\!text-magenta-contrast-400\/10{color:#f7fafc1a!important}.\!text-magenta-contrast-400\/100{color:#f7fafc!important}.\!text-magenta-contrast-400\/20{color:#f7fafc33!important}.\!text-magenta-contrast-400\/25{color:#f7fafc40!important}.\!text-magenta-contrast-400\/30{color:#f7fafc4d!important}.\!text-magenta-contrast-400\/40{color:#f7fafc66!important}.\!text-magenta-contrast-400\/5{color:#f7fafc0d!important}.\!text-magenta-contrast-400\/50{color:#f7fafc80!important}.\!text-magenta-contrast-400\/60{color:#f7fafc99!important}.\!text-magenta-contrast-400\/70{color:#f7fafcb3!important}.\!text-magenta-contrast-400\/75{color:#f7fafcbf!important}.\!text-magenta-contrast-400\/80{color:#f7fafccc!important}.\!text-magenta-contrast-400\/90{color:#f7fafce6!important}.\!text-magenta-contrast-400\/95{color:#f7fafcf2!important}.\!text-magenta-contrast-500{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-magenta-contrast-500\/0{color:#f7fafc00!important}.\!text-magenta-contrast-500\/10{color:#f7fafc1a!important}.\!text-magenta-contrast-500\/100{color:#f7fafc!important}.\!text-magenta-contrast-500\/20{color:#f7fafc33!important}.\!text-magenta-contrast-500\/25{color:#f7fafc40!important}.\!text-magenta-contrast-500\/30{color:#f7fafc4d!important}.\!text-magenta-contrast-500\/40{color:#f7fafc66!important}.\!text-magenta-contrast-500\/5{color:#f7fafc0d!important}.\!text-magenta-contrast-500\/50{color:#f7fafc80!important}.\!text-magenta-contrast-500\/60{color:#f7fafc99!important}.\!text-magenta-contrast-500\/70{color:#f7fafcb3!important}.\!text-magenta-contrast-500\/75{color:#f7fafcbf!important}.\!text-magenta-contrast-500\/80{color:#f7fafccc!important}.\!text-magenta-contrast-500\/90{color:#f7fafce6!important}.\!text-magenta-contrast-500\/95{color:#f7fafcf2!important}.\!text-magenta-contrast-600{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-magenta-contrast-600\/0{color:#f7fafc00!important}.\!text-magenta-contrast-600\/10{color:#f7fafc1a!important}.\!text-magenta-contrast-600\/100{color:#f7fafc!important}.\!text-magenta-contrast-600\/20{color:#f7fafc33!important}.\!text-magenta-contrast-600\/25{color:#f7fafc40!important}.\!text-magenta-contrast-600\/30{color:#f7fafc4d!important}.\!text-magenta-contrast-600\/40{color:#f7fafc66!important}.\!text-magenta-contrast-600\/5{color:#f7fafc0d!important}.\!text-magenta-contrast-600\/50{color:#f7fafc80!important}.\!text-magenta-contrast-600\/60{color:#f7fafc99!important}.\!text-magenta-contrast-600\/70{color:#f7fafcb3!important}.\!text-magenta-contrast-600\/75{color:#f7fafcbf!important}.\!text-magenta-contrast-600\/80{color:#f7fafccc!important}.\!text-magenta-contrast-600\/90{color:#f7fafce6!important}.\!text-magenta-contrast-600\/95{color:#f7fafcf2!important}.\!text-magenta-contrast-700{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-magenta-contrast-700\/0{color:#f7fafc00!important}.\!text-magenta-contrast-700\/10{color:#f7fafc1a!important}.\!text-magenta-contrast-700\/100{color:#f7fafc!important}.\!text-magenta-contrast-700\/20{color:#f7fafc33!important}.\!text-magenta-contrast-700\/25{color:#f7fafc40!important}.\!text-magenta-contrast-700\/30{color:#f7fafc4d!important}.\!text-magenta-contrast-700\/40{color:#f7fafc66!important}.\!text-magenta-contrast-700\/5{color:#f7fafc0d!important}.\!text-magenta-contrast-700\/50{color:#f7fafc80!important}.\!text-magenta-contrast-700\/60{color:#f7fafc99!important}.\!text-magenta-contrast-700\/70{color:#f7fafcb3!important}.\!text-magenta-contrast-700\/75{color:#f7fafcbf!important}.\!text-magenta-contrast-700\/80{color:#f7fafccc!important}.\!text-magenta-contrast-700\/90{color:#f7fafce6!important}.\!text-magenta-contrast-700\/95{color:#f7fafcf2!important}.\!text-magenta-contrast-800{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-magenta-contrast-800\/0{color:#f7fafc00!important}.\!text-magenta-contrast-800\/10{color:#f7fafc1a!important}.\!text-magenta-contrast-800\/100{color:#f7fafc!important}.\!text-magenta-contrast-800\/20{color:#f7fafc33!important}.\!text-magenta-contrast-800\/25{color:#f7fafc40!important}.\!text-magenta-contrast-800\/30{color:#f7fafc4d!important}.\!text-magenta-contrast-800\/40{color:#f7fafc66!important}.\!text-magenta-contrast-800\/5{color:#f7fafc0d!important}.\!text-magenta-contrast-800\/50{color:#f7fafc80!important}.\!text-magenta-contrast-800\/60{color:#f7fafc99!important}.\!text-magenta-contrast-800\/70{color:#f7fafcb3!important}.\!text-magenta-contrast-800\/75{color:#f7fafcbf!important}.\!text-magenta-contrast-800\/80{color:#f7fafccc!important}.\!text-magenta-contrast-800\/90{color:#f7fafce6!important}.\!text-magenta-contrast-800\/95{color:#f7fafcf2!important}.\!text-magenta-contrast-900{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-magenta-contrast-900\/0{color:#f7fafc00!important}.\!text-magenta-contrast-900\/10{color:#f7fafc1a!important}.\!text-magenta-contrast-900\/100{color:#f7fafc!important}.\!text-magenta-contrast-900\/20{color:#f7fafc33!important}.\!text-magenta-contrast-900\/25{color:#f7fafc40!important}.\!text-magenta-contrast-900\/30{color:#f7fafc4d!important}.\!text-magenta-contrast-900\/40{color:#f7fafc66!important}.\!text-magenta-contrast-900\/5{color:#f7fafc0d!important}.\!text-magenta-contrast-900\/50{color:#f7fafc80!important}.\!text-magenta-contrast-900\/60{color:#f7fafc99!important}.\!text-magenta-contrast-900\/70{color:#f7fafcb3!important}.\!text-magenta-contrast-900\/75{color:#f7fafcbf!important}.\!text-magenta-contrast-900\/80{color:#f7fafccc!important}.\!text-magenta-contrast-900\/90{color:#f7fafce6!important}.\!text-magenta-contrast-900\/95{color:#f7fafcf2!important}.\!text-magenta-contrast\/0{color:#f7fafc00!important}.\!text-magenta-contrast\/10{color:#f7fafc1a!important}.\!text-magenta-contrast\/100{color:#f7fafc!important}.\!text-magenta-contrast\/20{color:#f7fafc33!important}.\!text-magenta-contrast\/25{color:#f7fafc40!important}.\!text-magenta-contrast\/30{color:#f7fafc4d!important}.\!text-magenta-contrast\/40{color:#f7fafc66!important}.\!text-magenta-contrast\/5{color:#f7fafc0d!important}.\!text-magenta-contrast\/50{color:#f7fafc80!important}.\!text-magenta-contrast\/60{color:#f7fafc99!important}.\!text-magenta-contrast\/70{color:#f7fafcb3!important}.\!text-magenta-contrast\/75{color:#f7fafcbf!important}.\!text-magenta-contrast\/80{color:#f7fafccc!important}.\!text-magenta-contrast\/90{color:#f7fafce6!important}.\!text-magenta-contrast\/95{color:#f7fafcf2!important}.\!text-magenta\/0{color:#c7257300!important}.\!text-magenta\/10{color:#c725731a!important}.\!text-magenta\/100{color:#c72573!important}.\!text-magenta\/20{color:#c7257333!important}.\!text-magenta\/25{color:#c7257340!important}.\!text-magenta\/30{color:#c725734d!important}.\!text-magenta\/40{color:#c7257366!important}.\!text-magenta\/5{color:#c725730d!important}.\!text-magenta\/50{color:#c7257380!important}.\!text-magenta\/60{color:#c7257399!important}.\!text-magenta\/70{color:#c72573b3!important}.\!text-magenta\/75{color:#c72573bf!important}.\!text-magenta\/80{color:#c72573cc!important}.\!text-magenta\/90{color:#c72573e6!important}.\!text-magenta\/95{color:#c72573f2!important}.\!text-orange{--tw-text-opacity: 1 !important;color:rgb(226 120 69 / var(--tw-text-opacity))!important}.\!text-orange-100{--tw-text-opacity: 1 !important;color:rgb(249 228 218 / var(--tw-text-opacity))!important}.\!text-orange-100\/0{color:#f9e4da00!important}.\!text-orange-100\/10{color:#f9e4da1a!important}.\!text-orange-100\/100{color:#f9e4da!important}.\!text-orange-100\/20{color:#f9e4da33!important}.\!text-orange-100\/25{color:#f9e4da40!important}.\!text-orange-100\/30{color:#f9e4da4d!important}.\!text-orange-100\/40{color:#f9e4da66!important}.\!text-orange-100\/5{color:#f9e4da0d!important}.\!text-orange-100\/50{color:#f9e4da80!important}.\!text-orange-100\/60{color:#f9e4da99!important}.\!text-orange-100\/70{color:#f9e4dab3!important}.\!text-orange-100\/75{color:#f9e4dabf!important}.\!text-orange-100\/80{color:#f9e4dacc!important}.\!text-orange-100\/90{color:#f9e4dae6!important}.\!text-orange-100\/95{color:#f9e4daf2!important}.\!text-orange-200{--tw-text-opacity: 1 !important;color:rgb(243 201 181 / var(--tw-text-opacity))!important}.\!text-orange-200\/0{color:#f3c9b500!important}.\!text-orange-200\/10{color:#f3c9b51a!important}.\!text-orange-200\/100{color:#f3c9b5!important}.\!text-orange-200\/20{color:#f3c9b533!important}.\!text-orange-200\/25{color:#f3c9b540!important}.\!text-orange-200\/30{color:#f3c9b54d!important}.\!text-orange-200\/40{color:#f3c9b566!important}.\!text-orange-200\/5{color:#f3c9b50d!important}.\!text-orange-200\/50{color:#f3c9b580!important}.\!text-orange-200\/60{color:#f3c9b599!important}.\!text-orange-200\/70{color:#f3c9b5b3!important}.\!text-orange-200\/75{color:#f3c9b5bf!important}.\!text-orange-200\/80{color:#f3c9b5cc!important}.\!text-orange-200\/90{color:#f3c9b5e6!important}.\!text-orange-200\/95{color:#f3c9b5f2!important}.\!text-orange-300{--tw-text-opacity: 1 !important;color:rgb(238 174 143 / var(--tw-text-opacity))!important}.\!text-orange-300\/0{color:#eeae8f00!important}.\!text-orange-300\/10{color:#eeae8f1a!important}.\!text-orange-300\/100{color:#eeae8f!important}.\!text-orange-300\/20{color:#eeae8f33!important}.\!text-orange-300\/25{color:#eeae8f40!important}.\!text-orange-300\/30{color:#eeae8f4d!important}.\!text-orange-300\/40{color:#eeae8f66!important}.\!text-orange-300\/5{color:#eeae8f0d!important}.\!text-orange-300\/50{color:#eeae8f80!important}.\!text-orange-300\/60{color:#eeae8f99!important}.\!text-orange-300\/70{color:#eeae8fb3!important}.\!text-orange-300\/75{color:#eeae8fbf!important}.\!text-orange-300\/80{color:#eeae8fcc!important}.\!text-orange-300\/90{color:#eeae8fe6!important}.\!text-orange-300\/95{color:#eeae8ff2!important}.\!text-orange-400{--tw-text-opacity: 1 !important;color:rgb(232 147 106 / var(--tw-text-opacity))!important}.\!text-orange-400\/0{color:#e8936a00!important}.\!text-orange-400\/10{color:#e8936a1a!important}.\!text-orange-400\/100{color:#e8936a!important}.\!text-orange-400\/20{color:#e8936a33!important}.\!text-orange-400\/25{color:#e8936a40!important}.\!text-orange-400\/30{color:#e8936a4d!important}.\!text-orange-400\/40{color:#e8936a66!important}.\!text-orange-400\/5{color:#e8936a0d!important}.\!text-orange-400\/50{color:#e8936a80!important}.\!text-orange-400\/60{color:#e8936a99!important}.\!text-orange-400\/70{color:#e8936ab3!important}.\!text-orange-400\/75{color:#e8936abf!important}.\!text-orange-400\/80{color:#e8936acc!important}.\!text-orange-400\/90{color:#e8936ae6!important}.\!text-orange-400\/95{color:#e8936af2!important}.\!text-orange-500{--tw-text-opacity: 1 !important;color:rgb(226 120 69 / var(--tw-text-opacity))!important}.\!text-orange-500\/0{color:#e2784500!important}.\!text-orange-500\/10{color:#e278451a!important}.\!text-orange-500\/100{color:#e27845!important}.\!text-orange-500\/20{color:#e2784533!important}.\!text-orange-500\/25{color:#e2784540!important}.\!text-orange-500\/30{color:#e278454d!important}.\!text-orange-500\/40{color:#e2784566!important}.\!text-orange-500\/5{color:#e278450d!important}.\!text-orange-500\/50{color:#e2784580!important}.\!text-orange-500\/60{color:#e2784599!important}.\!text-orange-500\/70{color:#e27845b3!important}.\!text-orange-500\/75{color:#e27845bf!important}.\!text-orange-500\/80{color:#e27845cc!important}.\!text-orange-500\/90{color:#e27845e6!important}.\!text-orange-500\/95{color:#e27845f2!important}.\!text-orange-600{--tw-text-opacity: 1 !important;color:rgb(181 96 55 / var(--tw-text-opacity))!important}.\!text-orange-600\/0{color:#b5603700!important}.\!text-orange-600\/10{color:#b560371a!important}.\!text-orange-600\/100{color:#b56037!important}.\!text-orange-600\/20{color:#b5603733!important}.\!text-orange-600\/25{color:#b5603740!important}.\!text-orange-600\/30{color:#b560374d!important}.\!text-orange-600\/40{color:#b5603766!important}.\!text-orange-600\/5{color:#b560370d!important}.\!text-orange-600\/50{color:#b5603780!important}.\!text-orange-600\/60{color:#b5603799!important}.\!text-orange-600\/70{color:#b56037b3!important}.\!text-orange-600\/75{color:#b56037bf!important}.\!text-orange-600\/80{color:#b56037cc!important}.\!text-orange-600\/90{color:#b56037e6!important}.\!text-orange-600\/95{color:#b56037f2!important}.\!text-orange-700{--tw-text-opacity: 1 !important;color:rgb(136 72 41 / var(--tw-text-opacity))!important}.\!text-orange-700\/0{color:#88482900!important}.\!text-orange-700\/10{color:#8848291a!important}.\!text-orange-700\/100{color:#884829!important}.\!text-orange-700\/20{color:#88482933!important}.\!text-orange-700\/25{color:#88482940!important}.\!text-orange-700\/30{color:#8848294d!important}.\!text-orange-700\/40{color:#88482966!important}.\!text-orange-700\/5{color:#8848290d!important}.\!text-orange-700\/50{color:#88482980!important}.\!text-orange-700\/60{color:#88482999!important}.\!text-orange-700\/70{color:#884829b3!important}.\!text-orange-700\/75{color:#884829bf!important}.\!text-orange-700\/80{color:#884829cc!important}.\!text-orange-700\/90{color:#884829e6!important}.\!text-orange-700\/95{color:#884829f2!important}.\!text-orange-800{--tw-text-opacity: 1 !important;color:rgb(90 48 28 / var(--tw-text-opacity))!important}.\!text-orange-800\/0{color:#5a301c00!important}.\!text-orange-800\/10{color:#5a301c1a!important}.\!text-orange-800\/100{color:#5a301c!important}.\!text-orange-800\/20{color:#5a301c33!important}.\!text-orange-800\/25{color:#5a301c40!important}.\!text-orange-800\/30{color:#5a301c4d!important}.\!text-orange-800\/40{color:#5a301c66!important}.\!text-orange-800\/5{color:#5a301c0d!important}.\!text-orange-800\/50{color:#5a301c80!important}.\!text-orange-800\/60{color:#5a301c99!important}.\!text-orange-800\/70{color:#5a301cb3!important}.\!text-orange-800\/75{color:#5a301cbf!important}.\!text-orange-800\/80{color:#5a301ccc!important}.\!text-orange-800\/90{color:#5a301ce6!important}.\!text-orange-800\/95{color:#5a301cf2!important}.\!text-orange-900{--tw-text-opacity: 1 !important;color:rgb(45 24 14 / var(--tw-text-opacity))!important}.\!text-orange-900\/0{color:#2d180e00!important}.\!text-orange-900\/10{color:#2d180e1a!important}.\!text-orange-900\/100{color:#2d180e!important}.\!text-orange-900\/20{color:#2d180e33!important}.\!text-orange-900\/25{color:#2d180e40!important}.\!text-orange-900\/30{color:#2d180e4d!important}.\!text-orange-900\/40{color:#2d180e66!important}.\!text-orange-900\/5{color:#2d180e0d!important}.\!text-orange-900\/50{color:#2d180e80!important}.\!text-orange-900\/60{color:#2d180e99!important}.\!text-orange-900\/70{color:#2d180eb3!important}.\!text-orange-900\/75{color:#2d180ebf!important}.\!text-orange-900\/80{color:#2d180ecc!important}.\!text-orange-900\/90{color:#2d180ee6!important}.\!text-orange-900\/95{color:#2d180ef2!important}.\!text-orange-contrast,.\!text-orange-contrast-100{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-orange-contrast-100\/0{color:#17192300!important}.\!text-orange-contrast-100\/10{color:#1719231a!important}.\!text-orange-contrast-100\/100{color:#171923!important}.\!text-orange-contrast-100\/20{color:#17192333!important}.\!text-orange-contrast-100\/25{color:#17192340!important}.\!text-orange-contrast-100\/30{color:#1719234d!important}.\!text-orange-contrast-100\/40{color:#17192366!important}.\!text-orange-contrast-100\/5{color:#1719230d!important}.\!text-orange-contrast-100\/50{color:#17192380!important}.\!text-orange-contrast-100\/60{color:#17192399!important}.\!text-orange-contrast-100\/70{color:#171923b3!important}.\!text-orange-contrast-100\/75{color:#171923bf!important}.\!text-orange-contrast-100\/80{color:#171923cc!important}.\!text-orange-contrast-100\/90{color:#171923e6!important}.\!text-orange-contrast-100\/95{color:#171923f2!important}.\!text-orange-contrast-200{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-orange-contrast-200\/0{color:#17192300!important}.\!text-orange-contrast-200\/10{color:#1719231a!important}.\!text-orange-contrast-200\/100{color:#171923!important}.\!text-orange-contrast-200\/20{color:#17192333!important}.\!text-orange-contrast-200\/25{color:#17192340!important}.\!text-orange-contrast-200\/30{color:#1719234d!important}.\!text-orange-contrast-200\/40{color:#17192366!important}.\!text-orange-contrast-200\/5{color:#1719230d!important}.\!text-orange-contrast-200\/50{color:#17192380!important}.\!text-orange-contrast-200\/60{color:#17192399!important}.\!text-orange-contrast-200\/70{color:#171923b3!important}.\!text-orange-contrast-200\/75{color:#171923bf!important}.\!text-orange-contrast-200\/80{color:#171923cc!important}.\!text-orange-contrast-200\/90{color:#171923e6!important}.\!text-orange-contrast-200\/95{color:#171923f2!important}.\!text-orange-contrast-300{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-orange-contrast-300\/0{color:#17192300!important}.\!text-orange-contrast-300\/10{color:#1719231a!important}.\!text-orange-contrast-300\/100{color:#171923!important}.\!text-orange-contrast-300\/20{color:#17192333!important}.\!text-orange-contrast-300\/25{color:#17192340!important}.\!text-orange-contrast-300\/30{color:#1719234d!important}.\!text-orange-contrast-300\/40{color:#17192366!important}.\!text-orange-contrast-300\/5{color:#1719230d!important}.\!text-orange-contrast-300\/50{color:#17192380!important}.\!text-orange-contrast-300\/60{color:#17192399!important}.\!text-orange-contrast-300\/70{color:#171923b3!important}.\!text-orange-contrast-300\/75{color:#171923bf!important}.\!text-orange-contrast-300\/80{color:#171923cc!important}.\!text-orange-contrast-300\/90{color:#171923e6!important}.\!text-orange-contrast-300\/95{color:#171923f2!important}.\!text-orange-contrast-400{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-orange-contrast-400\/0{color:#17192300!important}.\!text-orange-contrast-400\/10{color:#1719231a!important}.\!text-orange-contrast-400\/100{color:#171923!important}.\!text-orange-contrast-400\/20{color:#17192333!important}.\!text-orange-contrast-400\/25{color:#17192340!important}.\!text-orange-contrast-400\/30{color:#1719234d!important}.\!text-orange-contrast-400\/40{color:#17192366!important}.\!text-orange-contrast-400\/5{color:#1719230d!important}.\!text-orange-contrast-400\/50{color:#17192380!important}.\!text-orange-contrast-400\/60{color:#17192399!important}.\!text-orange-contrast-400\/70{color:#171923b3!important}.\!text-orange-contrast-400\/75{color:#171923bf!important}.\!text-orange-contrast-400\/80{color:#171923cc!important}.\!text-orange-contrast-400\/90{color:#171923e6!important}.\!text-orange-contrast-400\/95{color:#171923f2!important}.\!text-orange-contrast-500{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-orange-contrast-500\/0{color:#17192300!important}.\!text-orange-contrast-500\/10{color:#1719231a!important}.\!text-orange-contrast-500\/100{color:#171923!important}.\!text-orange-contrast-500\/20{color:#17192333!important}.\!text-orange-contrast-500\/25{color:#17192340!important}.\!text-orange-contrast-500\/30{color:#1719234d!important}.\!text-orange-contrast-500\/40{color:#17192366!important}.\!text-orange-contrast-500\/5{color:#1719230d!important}.\!text-orange-contrast-500\/50{color:#17192380!important}.\!text-orange-contrast-500\/60{color:#17192399!important}.\!text-orange-contrast-500\/70{color:#171923b3!important}.\!text-orange-contrast-500\/75{color:#171923bf!important}.\!text-orange-contrast-500\/80{color:#171923cc!important}.\!text-orange-contrast-500\/90{color:#171923e6!important}.\!text-orange-contrast-500\/95{color:#171923f2!important}.\!text-orange-contrast-600{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-orange-contrast-600\/0{color:#f7fafc00!important}.\!text-orange-contrast-600\/10{color:#f7fafc1a!important}.\!text-orange-contrast-600\/100{color:#f7fafc!important}.\!text-orange-contrast-600\/20{color:#f7fafc33!important}.\!text-orange-contrast-600\/25{color:#f7fafc40!important}.\!text-orange-contrast-600\/30{color:#f7fafc4d!important}.\!text-orange-contrast-600\/40{color:#f7fafc66!important}.\!text-orange-contrast-600\/5{color:#f7fafc0d!important}.\!text-orange-contrast-600\/50{color:#f7fafc80!important}.\!text-orange-contrast-600\/60{color:#f7fafc99!important}.\!text-orange-contrast-600\/70{color:#f7fafcb3!important}.\!text-orange-contrast-600\/75{color:#f7fafcbf!important}.\!text-orange-contrast-600\/80{color:#f7fafccc!important}.\!text-orange-contrast-600\/90{color:#f7fafce6!important}.\!text-orange-contrast-600\/95{color:#f7fafcf2!important}.\!text-orange-contrast-700{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-orange-contrast-700\/0{color:#f7fafc00!important}.\!text-orange-contrast-700\/10{color:#f7fafc1a!important}.\!text-orange-contrast-700\/100{color:#f7fafc!important}.\!text-orange-contrast-700\/20{color:#f7fafc33!important}.\!text-orange-contrast-700\/25{color:#f7fafc40!important}.\!text-orange-contrast-700\/30{color:#f7fafc4d!important}.\!text-orange-contrast-700\/40{color:#f7fafc66!important}.\!text-orange-contrast-700\/5{color:#f7fafc0d!important}.\!text-orange-contrast-700\/50{color:#f7fafc80!important}.\!text-orange-contrast-700\/60{color:#f7fafc99!important}.\!text-orange-contrast-700\/70{color:#f7fafcb3!important}.\!text-orange-contrast-700\/75{color:#f7fafcbf!important}.\!text-orange-contrast-700\/80{color:#f7fafccc!important}.\!text-orange-contrast-700\/90{color:#f7fafce6!important}.\!text-orange-contrast-700\/95{color:#f7fafcf2!important}.\!text-orange-contrast-800{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-orange-contrast-800\/0{color:#f7fafc00!important}.\!text-orange-contrast-800\/10{color:#f7fafc1a!important}.\!text-orange-contrast-800\/100{color:#f7fafc!important}.\!text-orange-contrast-800\/20{color:#f7fafc33!important}.\!text-orange-contrast-800\/25{color:#f7fafc40!important}.\!text-orange-contrast-800\/30{color:#f7fafc4d!important}.\!text-orange-contrast-800\/40{color:#f7fafc66!important}.\!text-orange-contrast-800\/5{color:#f7fafc0d!important}.\!text-orange-contrast-800\/50{color:#f7fafc80!important}.\!text-orange-contrast-800\/60{color:#f7fafc99!important}.\!text-orange-contrast-800\/70{color:#f7fafcb3!important}.\!text-orange-contrast-800\/75{color:#f7fafcbf!important}.\!text-orange-contrast-800\/80{color:#f7fafccc!important}.\!text-orange-contrast-800\/90{color:#f7fafce6!important}.\!text-orange-contrast-800\/95{color:#f7fafcf2!important}.\!text-orange-contrast-900{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-orange-contrast-900\/0{color:#f7fafc00!important}.\!text-orange-contrast-900\/10{color:#f7fafc1a!important}.\!text-orange-contrast-900\/100{color:#f7fafc!important}.\!text-orange-contrast-900\/20{color:#f7fafc33!important}.\!text-orange-contrast-900\/25{color:#f7fafc40!important}.\!text-orange-contrast-900\/30{color:#f7fafc4d!important}.\!text-orange-contrast-900\/40{color:#f7fafc66!important}.\!text-orange-contrast-900\/5{color:#f7fafc0d!important}.\!text-orange-contrast-900\/50{color:#f7fafc80!important}.\!text-orange-contrast-900\/60{color:#f7fafc99!important}.\!text-orange-contrast-900\/70{color:#f7fafcb3!important}.\!text-orange-contrast-900\/75{color:#f7fafcbf!important}.\!text-orange-contrast-900\/80{color:#f7fafccc!important}.\!text-orange-contrast-900\/90{color:#f7fafce6!important}.\!text-orange-contrast-900\/95{color:#f7fafcf2!important}.\!text-orange-contrast\/0{color:#17192300!important}.\!text-orange-contrast\/10{color:#1719231a!important}.\!text-orange-contrast\/100{color:#171923!important}.\!text-orange-contrast\/20{color:#17192333!important}.\!text-orange-contrast\/25{color:#17192340!important}.\!text-orange-contrast\/30{color:#1719234d!important}.\!text-orange-contrast\/40{color:#17192366!important}.\!text-orange-contrast\/5{color:#1719230d!important}.\!text-orange-contrast\/50{color:#17192380!important}.\!text-orange-contrast\/60{color:#17192399!important}.\!text-orange-contrast\/70{color:#171923b3!important}.\!text-orange-contrast\/75{color:#171923bf!important}.\!text-orange-contrast\/80{color:#171923cc!important}.\!text-orange-contrast\/90{color:#171923e6!important}.\!text-orange-contrast\/95{color:#171923f2!important}.\!text-orange\/0{color:#e2784500!important}.\!text-orange\/10{color:#e278451a!important}.\!text-orange\/100{color:#e27845!important}.\!text-orange\/20{color:#e2784533!important}.\!text-orange\/25{color:#e2784540!important}.\!text-orange\/30{color:#e278454d!important}.\!text-orange\/40{color:#e2784566!important}.\!text-orange\/5{color:#e278450d!important}.\!text-orange\/50{color:#e2784580!important}.\!text-orange\/60{color:#e2784599!important}.\!text-orange\/70{color:#e27845b3!important}.\!text-orange\/75{color:#e27845bf!important}.\!text-orange\/80{color:#e27845cc!important}.\!text-orange\/90{color:#e27845e6!important}.\!text-orange\/95{color:#e27845f2!important}.\!text-primary-contrast{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-red{--tw-text-opacity: 1 !important;color:rgb(229 62 62 / var(--tw-text-opacity))!important}.\!text-red-100{--tw-text-opacity: 1 !important;color:rgb(250 216 216 / var(--tw-text-opacity))!important}.\!text-red-100\/0{color:#fad8d800!important}.\!text-red-100\/10{color:#fad8d81a!important}.\!text-red-100\/100{color:#fad8d8!important}.\!text-red-100\/20{color:#fad8d833!important}.\!text-red-100\/25{color:#fad8d840!important}.\!text-red-100\/30{color:#fad8d84d!important}.\!text-red-100\/40{color:#fad8d866!important}.\!text-red-100\/5{color:#fad8d80d!important}.\!text-red-100\/50{color:#fad8d880!important}.\!text-red-100\/60{color:#fad8d899!important}.\!text-red-100\/70{color:#fad8d8b3!important}.\!text-red-100\/75{color:#fad8d8bf!important}.\!text-red-100\/80{color:#fad8d8cc!important}.\!text-red-100\/90{color:#fad8d8e6!important}.\!text-red-100\/95{color:#fad8d8f2!important}.\!text-red-200{--tw-text-opacity: 1 !important;color:rgb(245 178 178 / var(--tw-text-opacity))!important}.\!text-red-200\/0{color:#f5b2b200!important}.\!text-red-200\/10{color:#f5b2b21a!important}.\!text-red-200\/100{color:#f5b2b2!important}.\!text-red-200\/20{color:#f5b2b233!important}.\!text-red-200\/25{color:#f5b2b240!important}.\!text-red-200\/30{color:#f5b2b24d!important}.\!text-red-200\/40{color:#f5b2b266!important}.\!text-red-200\/5{color:#f5b2b20d!important}.\!text-red-200\/50{color:#f5b2b280!important}.\!text-red-200\/60{color:#f5b2b299!important}.\!text-red-200\/70{color:#f5b2b2b3!important}.\!text-red-200\/75{color:#f5b2b2bf!important}.\!text-red-200\/80{color:#f5b2b2cc!important}.\!text-red-200\/90{color:#f5b2b2e6!important}.\!text-red-200\/95{color:#f5b2b2f2!important}.\!text-red-300{--tw-text-opacity: 1 !important;color:rgb(239 139 139 / var(--tw-text-opacity))!important}.\!text-red-300\/0{color:#ef8b8b00!important}.\!text-red-300\/10{color:#ef8b8b1a!important}.\!text-red-300\/100{color:#ef8b8b!important}.\!text-red-300\/20{color:#ef8b8b33!important}.\!text-red-300\/25{color:#ef8b8b40!important}.\!text-red-300\/30{color:#ef8b8b4d!important}.\!text-red-300\/40{color:#ef8b8b66!important}.\!text-red-300\/5{color:#ef8b8b0d!important}.\!text-red-300\/50{color:#ef8b8b80!important}.\!text-red-300\/60{color:#ef8b8b99!important}.\!text-red-300\/70{color:#ef8b8bb3!important}.\!text-red-300\/75{color:#ef8b8bbf!important}.\!text-red-300\/80{color:#ef8b8bcc!important}.\!text-red-300\/90{color:#ef8b8be6!important}.\!text-red-300\/95{color:#ef8b8bf2!important}.\!text-red-400{--tw-text-opacity: 1 !important;color:rgb(234 101 101 / var(--tw-text-opacity))!important}.\!text-red-400\/0{color:#ea656500!important}.\!text-red-400\/10{color:#ea65651a!important}.\!text-red-400\/100{color:#ea6565!important}.\!text-red-400\/20{color:#ea656533!important}.\!text-red-400\/25{color:#ea656540!important}.\!text-red-400\/30{color:#ea65654d!important}.\!text-red-400\/40{color:#ea656566!important}.\!text-red-400\/5{color:#ea65650d!important}.\!text-red-400\/50{color:#ea656580!important}.\!text-red-400\/60{color:#ea656599!important}.\!text-red-400\/70{color:#ea6565b3!important}.\!text-red-400\/75{color:#ea6565bf!important}.\!text-red-400\/80{color:#ea6565cc!important}.\!text-red-400\/90{color:#ea6565e6!important}.\!text-red-400\/95{color:#ea6565f2!important}.\!text-red-500{--tw-text-opacity: 1 !important;color:rgb(229 62 62 / var(--tw-text-opacity))!important}.\!text-red-500\/0{color:#e53e3e00!important}.\!text-red-500\/10{color:#e53e3e1a!important}.\!text-red-500\/100{color:#e53e3e!important}.\!text-red-500\/20{color:#e53e3e33!important}.\!text-red-500\/25{color:#e53e3e40!important}.\!text-red-500\/30{color:#e53e3e4d!important}.\!text-red-500\/40{color:#e53e3e66!important}.\!text-red-500\/5{color:#e53e3e0d!important}.\!text-red-500\/50{color:#e53e3e80!important}.\!text-red-500\/60{color:#e53e3e99!important}.\!text-red-500\/70{color:#e53e3eb3!important}.\!text-red-500\/75{color:#e53e3ebf!important}.\!text-red-500\/80{color:#e53e3ecc!important}.\!text-red-500\/90{color:#e53e3ee6!important}.\!text-red-500\/95{color:#e53e3ef2!important}.\!text-red-600{--tw-text-opacity: 1 !important;color:rgb(171 31 98 / var(--tw-text-opacity))!important}.\!text-red-600\/0{color:#ab1f6200!important}.\!text-red-600\/10{color:#ab1f621a!important}.\!text-red-600\/100{color:#ab1f62!important}.\!text-red-600\/20{color:#ab1f6233!important}.\!text-red-600\/25{color:#ab1f6240!important}.\!text-red-600\/30{color:#ab1f624d!important}.\!text-red-600\/40{color:#ab1f6266!important}.\!text-red-600\/5{color:#ab1f620d!important}.\!text-red-600\/50{color:#ab1f6280!important}.\!text-red-600\/60{color:#ab1f6299!important}.\!text-red-600\/70{color:#ab1f62b3!important}.\!text-red-600\/75{color:#ab1f62bf!important}.\!text-red-600\/80{color:#ab1f62cc!important}.\!text-red-600\/90{color:#ab1f62e6!important}.\!text-red-600\/95{color:#ab1f62f2!important}.\!text-red-700{--tw-text-opacity: 1 !important;color:rgb(142 25 81 / var(--tw-text-opacity))!important}.\!text-red-700\/0{color:#8e195100!important}.\!text-red-700\/10{color:#8e19511a!important}.\!text-red-700\/100{color:#8e1951!important}.\!text-red-700\/20{color:#8e195133!important}.\!text-red-700\/25{color:#8e195140!important}.\!text-red-700\/30{color:#8e19514d!important}.\!text-red-700\/40{color:#8e195166!important}.\!text-red-700\/5{color:#8e19510d!important}.\!text-red-700\/50{color:#8e195180!important}.\!text-red-700\/60{color:#8e195199!important}.\!text-red-700\/70{color:#8e1951b3!important}.\!text-red-700\/75{color:#8e1951bf!important}.\!text-red-700\/80{color:#8e1951cc!important}.\!text-red-700\/90{color:#8e1951e6!important}.\!text-red-700\/95{color:#8e1951f2!important}.\!text-red-800{--tw-text-opacity: 1 !important;color:rgb(114 19 64 / var(--tw-text-opacity))!important}.\!text-red-800\/0{color:#72134000!important}.\!text-red-800\/10{color:#7213401a!important}.\!text-red-800\/100{color:#721340!important}.\!text-red-800\/20{color:#72134033!important}.\!text-red-800\/25{color:#72134040!important}.\!text-red-800\/30{color:#7213404d!important}.\!text-red-800\/40{color:#72134066!important}.\!text-red-800\/5{color:#7213400d!important}.\!text-red-800\/50{color:#72134080!important}.\!text-red-800\/60{color:#72134099!important}.\!text-red-800\/70{color:#721340b3!important}.\!text-red-800\/75{color:#721340bf!important}.\!text-red-800\/80{color:#721340cc!important}.\!text-red-800\/90{color:#721340e6!important}.\!text-red-800\/95{color:#721340f2!important}.\!text-red-900{--tw-text-opacity: 1 !important;color:rgb(85 12 47 / var(--tw-text-opacity))!important}.\!text-red-900\/0{color:#550c2f00!important}.\!text-red-900\/10{color:#550c2f1a!important}.\!text-red-900\/100{color:#550c2f!important}.\!text-red-900\/20{color:#550c2f33!important}.\!text-red-900\/25{color:#550c2f40!important}.\!text-red-900\/30{color:#550c2f4d!important}.\!text-red-900\/40{color:#550c2f66!important}.\!text-red-900\/5{color:#550c2f0d!important}.\!text-red-900\/50{color:#550c2f80!important}.\!text-red-900\/60{color:#550c2f99!important}.\!text-red-900\/70{color:#550c2fb3!important}.\!text-red-900\/75{color:#550c2fbf!important}.\!text-red-900\/80{color:#550c2fcc!important}.\!text-red-900\/90{color:#550c2fe6!important}.\!text-red-900\/95{color:#550c2ff2!important}.\!text-red-contrast{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-red-contrast-100{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-red-contrast-100\/0{color:#17192300!important}.\!text-red-contrast-100\/10{color:#1719231a!important}.\!text-red-contrast-100\/100{color:#171923!important}.\!text-red-contrast-100\/20{color:#17192333!important}.\!text-red-contrast-100\/25{color:#17192340!important}.\!text-red-contrast-100\/30{color:#1719234d!important}.\!text-red-contrast-100\/40{color:#17192366!important}.\!text-red-contrast-100\/5{color:#1719230d!important}.\!text-red-contrast-100\/50{color:#17192380!important}.\!text-red-contrast-100\/60{color:#17192399!important}.\!text-red-contrast-100\/70{color:#171923b3!important}.\!text-red-contrast-100\/75{color:#171923bf!important}.\!text-red-contrast-100\/80{color:#171923cc!important}.\!text-red-contrast-100\/90{color:#171923e6!important}.\!text-red-contrast-100\/95{color:#171923f2!important}.\!text-red-contrast-200{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-red-contrast-200\/0{color:#17192300!important}.\!text-red-contrast-200\/10{color:#1719231a!important}.\!text-red-contrast-200\/100{color:#171923!important}.\!text-red-contrast-200\/20{color:#17192333!important}.\!text-red-contrast-200\/25{color:#17192340!important}.\!text-red-contrast-200\/30{color:#1719234d!important}.\!text-red-contrast-200\/40{color:#17192366!important}.\!text-red-contrast-200\/5{color:#1719230d!important}.\!text-red-contrast-200\/50{color:#17192380!important}.\!text-red-contrast-200\/60{color:#17192399!important}.\!text-red-contrast-200\/70{color:#171923b3!important}.\!text-red-contrast-200\/75{color:#171923bf!important}.\!text-red-contrast-200\/80{color:#171923cc!important}.\!text-red-contrast-200\/90{color:#171923e6!important}.\!text-red-contrast-200\/95{color:#171923f2!important}.\!text-red-contrast-300{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-red-contrast-300\/0{color:#17192300!important}.\!text-red-contrast-300\/10{color:#1719231a!important}.\!text-red-contrast-300\/100{color:#171923!important}.\!text-red-contrast-300\/20{color:#17192333!important}.\!text-red-contrast-300\/25{color:#17192340!important}.\!text-red-contrast-300\/30{color:#1719234d!important}.\!text-red-contrast-300\/40{color:#17192366!important}.\!text-red-contrast-300\/5{color:#1719230d!important}.\!text-red-contrast-300\/50{color:#17192380!important}.\!text-red-contrast-300\/60{color:#17192399!important}.\!text-red-contrast-300\/70{color:#171923b3!important}.\!text-red-contrast-300\/75{color:#171923bf!important}.\!text-red-contrast-300\/80{color:#171923cc!important}.\!text-red-contrast-300\/90{color:#171923e6!important}.\!text-red-contrast-300\/95{color:#171923f2!important}.\!text-red-contrast-400{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-red-contrast-400\/0{color:#17192300!important}.\!text-red-contrast-400\/10{color:#1719231a!important}.\!text-red-contrast-400\/100{color:#171923!important}.\!text-red-contrast-400\/20{color:#17192333!important}.\!text-red-contrast-400\/25{color:#17192340!important}.\!text-red-contrast-400\/30{color:#1719234d!important}.\!text-red-contrast-400\/40{color:#17192366!important}.\!text-red-contrast-400\/5{color:#1719230d!important}.\!text-red-contrast-400\/50{color:#17192380!important}.\!text-red-contrast-400\/60{color:#17192399!important}.\!text-red-contrast-400\/70{color:#171923b3!important}.\!text-red-contrast-400\/75{color:#171923bf!important}.\!text-red-contrast-400\/80{color:#171923cc!important}.\!text-red-contrast-400\/90{color:#171923e6!important}.\!text-red-contrast-400\/95{color:#171923f2!important}.\!text-red-contrast-500{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-red-contrast-500\/0{color:#f7fafc00!important}.\!text-red-contrast-500\/10{color:#f7fafc1a!important}.\!text-red-contrast-500\/100{color:#f7fafc!important}.\!text-red-contrast-500\/20{color:#f7fafc33!important}.\!text-red-contrast-500\/25{color:#f7fafc40!important}.\!text-red-contrast-500\/30{color:#f7fafc4d!important}.\!text-red-contrast-500\/40{color:#f7fafc66!important}.\!text-red-contrast-500\/5{color:#f7fafc0d!important}.\!text-red-contrast-500\/50{color:#f7fafc80!important}.\!text-red-contrast-500\/60{color:#f7fafc99!important}.\!text-red-contrast-500\/70{color:#f7fafcb3!important}.\!text-red-contrast-500\/75{color:#f7fafcbf!important}.\!text-red-contrast-500\/80{color:#f7fafccc!important}.\!text-red-contrast-500\/90{color:#f7fafce6!important}.\!text-red-contrast-500\/95{color:#f7fafcf2!important}.\!text-red-contrast-600{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-red-contrast-600\/0{color:#f7fafc00!important}.\!text-red-contrast-600\/10{color:#f7fafc1a!important}.\!text-red-contrast-600\/100{color:#f7fafc!important}.\!text-red-contrast-600\/20{color:#f7fafc33!important}.\!text-red-contrast-600\/25{color:#f7fafc40!important}.\!text-red-contrast-600\/30{color:#f7fafc4d!important}.\!text-red-contrast-600\/40{color:#f7fafc66!important}.\!text-red-contrast-600\/5{color:#f7fafc0d!important}.\!text-red-contrast-600\/50{color:#f7fafc80!important}.\!text-red-contrast-600\/60{color:#f7fafc99!important}.\!text-red-contrast-600\/70{color:#f7fafcb3!important}.\!text-red-contrast-600\/75{color:#f7fafcbf!important}.\!text-red-contrast-600\/80{color:#f7fafccc!important}.\!text-red-contrast-600\/90{color:#f7fafce6!important}.\!text-red-contrast-600\/95{color:#f7fafcf2!important}.\!text-red-contrast-700{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-red-contrast-700\/0{color:#f7fafc00!important}.\!text-red-contrast-700\/10{color:#f7fafc1a!important}.\!text-red-contrast-700\/100{color:#f7fafc!important}.\!text-red-contrast-700\/20{color:#f7fafc33!important}.\!text-red-contrast-700\/25{color:#f7fafc40!important}.\!text-red-contrast-700\/30{color:#f7fafc4d!important}.\!text-red-contrast-700\/40{color:#f7fafc66!important}.\!text-red-contrast-700\/5{color:#f7fafc0d!important}.\!text-red-contrast-700\/50{color:#f7fafc80!important}.\!text-red-contrast-700\/60{color:#f7fafc99!important}.\!text-red-contrast-700\/70{color:#f7fafcb3!important}.\!text-red-contrast-700\/75{color:#f7fafcbf!important}.\!text-red-contrast-700\/80{color:#f7fafccc!important}.\!text-red-contrast-700\/90{color:#f7fafce6!important}.\!text-red-contrast-700\/95{color:#f7fafcf2!important}.\!text-red-contrast-800{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-red-contrast-800\/0{color:#f7fafc00!important}.\!text-red-contrast-800\/10{color:#f7fafc1a!important}.\!text-red-contrast-800\/100{color:#f7fafc!important}.\!text-red-contrast-800\/20{color:#f7fafc33!important}.\!text-red-contrast-800\/25{color:#f7fafc40!important}.\!text-red-contrast-800\/30{color:#f7fafc4d!important}.\!text-red-contrast-800\/40{color:#f7fafc66!important}.\!text-red-contrast-800\/5{color:#f7fafc0d!important}.\!text-red-contrast-800\/50{color:#f7fafc80!important}.\!text-red-contrast-800\/60{color:#f7fafc99!important}.\!text-red-contrast-800\/70{color:#f7fafcb3!important}.\!text-red-contrast-800\/75{color:#f7fafcbf!important}.\!text-red-contrast-800\/80{color:#f7fafccc!important}.\!text-red-contrast-800\/90{color:#f7fafce6!important}.\!text-red-contrast-800\/95{color:#f7fafcf2!important}.\!text-red-contrast-900{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-red-contrast-900\/0{color:#f7fafc00!important}.\!text-red-contrast-900\/10{color:#f7fafc1a!important}.\!text-red-contrast-900\/100{color:#f7fafc!important}.\!text-red-contrast-900\/20{color:#f7fafc33!important}.\!text-red-contrast-900\/25{color:#f7fafc40!important}.\!text-red-contrast-900\/30{color:#f7fafc4d!important}.\!text-red-contrast-900\/40{color:#f7fafc66!important}.\!text-red-contrast-900\/5{color:#f7fafc0d!important}.\!text-red-contrast-900\/50{color:#f7fafc80!important}.\!text-red-contrast-900\/60{color:#f7fafc99!important}.\!text-red-contrast-900\/70{color:#f7fafcb3!important}.\!text-red-contrast-900\/75{color:#f7fafcbf!important}.\!text-red-contrast-900\/80{color:#f7fafccc!important}.\!text-red-contrast-900\/90{color:#f7fafce6!important}.\!text-red-contrast-900\/95{color:#f7fafcf2!important}.\!text-red-contrast\/0{color:#f7fafc00!important}.\!text-red-contrast\/10{color:#f7fafc1a!important}.\!text-red-contrast\/100{color:#f7fafc!important}.\!text-red-contrast\/20{color:#f7fafc33!important}.\!text-red-contrast\/25{color:#f7fafc40!important}.\!text-red-contrast\/30{color:#f7fafc4d!important}.\!text-red-contrast\/40{color:#f7fafc66!important}.\!text-red-contrast\/5{color:#f7fafc0d!important}.\!text-red-contrast\/50{color:#f7fafc80!important}.\!text-red-contrast\/60{color:#f7fafc99!important}.\!text-red-contrast\/70{color:#f7fafcb3!important}.\!text-red-contrast\/75{color:#f7fafcbf!important}.\!text-red-contrast\/80{color:#f7fafccc!important}.\!text-red-contrast\/90{color:#f7fafce6!important}.\!text-red-contrast\/95{color:#f7fafcf2!important}.\!text-red\/0{color:#e53e3e00!important}.\!text-red\/10{color:#e53e3e1a!important}.\!text-red\/100{color:#e53e3e!important}.\!text-red\/20{color:#e53e3e33!important}.\!text-red\/25{color:#e53e3e40!important}.\!text-red\/30{color:#e53e3e4d!important}.\!text-red\/40{color:#e53e3e66!important}.\!text-red\/5{color:#e53e3e0d!important}.\!text-red\/50{color:#e53e3e80!important}.\!text-red\/60{color:#e53e3e99!important}.\!text-red\/70{color:#e53e3eb3!important}.\!text-red\/75{color:#e53e3ebf!important}.\!text-red\/80{color:#e53e3ecc!important}.\!text-red\/90{color:#e53e3ee6!important}.\!text-red\/95{color:#e53e3ef2!important}.\!text-violet{--tw-text-opacity: 1 !important;color:rgb(151 71 255 / var(--tw-text-opacity))!important}.\!text-violet-100{--tw-text-opacity: 1 !important;color:rgb(234 218 255 / var(--tw-text-opacity))!important}.\!text-violet-100\/0{color:#eadaff00!important}.\!text-violet-100\/10{color:#eadaff1a!important}.\!text-violet-100\/100{color:#eadaff!important}.\!text-violet-100\/20{color:#eadaff33!important}.\!text-violet-100\/25{color:#eadaff40!important}.\!text-violet-100\/30{color:#eadaff4d!important}.\!text-violet-100\/40{color:#eadaff66!important}.\!text-violet-100\/5{color:#eadaff0d!important}.\!text-violet-100\/50{color:#eadaff80!important}.\!text-violet-100\/60{color:#eadaff99!important}.\!text-violet-100\/70{color:#eadaffb3!important}.\!text-violet-100\/75{color:#eadaffbf!important}.\!text-violet-100\/80{color:#eadaffcc!important}.\!text-violet-100\/90{color:#eadaffe6!important}.\!text-violet-100\/95{color:#eadafff2!important}.\!text-violet-200{--tw-text-opacity: 1 !important;color:rgb(213 181 255 / var(--tw-text-opacity))!important}.\!text-violet-200\/0{color:#d5b5ff00!important}.\!text-violet-200\/10{color:#d5b5ff1a!important}.\!text-violet-200\/100{color:#d5b5ff!important}.\!text-violet-200\/20{color:#d5b5ff33!important}.\!text-violet-200\/25{color:#d5b5ff40!important}.\!text-violet-200\/30{color:#d5b5ff4d!important}.\!text-violet-200\/40{color:#d5b5ff66!important}.\!text-violet-200\/5{color:#d5b5ff0d!important}.\!text-violet-200\/50{color:#d5b5ff80!important}.\!text-violet-200\/60{color:#d5b5ff99!important}.\!text-violet-200\/70{color:#d5b5ffb3!important}.\!text-violet-200\/75{color:#d5b5ffbf!important}.\!text-violet-200\/80{color:#d5b5ffcc!important}.\!text-violet-200\/90{color:#d5b5ffe6!important}.\!text-violet-200\/95{color:#d5b5fff2!important}.\!text-violet-300{--tw-text-opacity: 1 !important;color:rgb(193 145 255 / var(--tw-text-opacity))!important}.\!text-violet-300\/0{color:#c191ff00!important}.\!text-violet-300\/10{color:#c191ff1a!important}.\!text-violet-300\/100{color:#c191ff!important}.\!text-violet-300\/20{color:#c191ff33!important}.\!text-violet-300\/25{color:#c191ff40!important}.\!text-violet-300\/30{color:#c191ff4d!important}.\!text-violet-300\/40{color:#c191ff66!important}.\!text-violet-300\/5{color:#c191ff0d!important}.\!text-violet-300\/50{color:#c191ff80!important}.\!text-violet-300\/60{color:#c191ff99!important}.\!text-violet-300\/70{color:#c191ffb3!important}.\!text-violet-300\/75{color:#c191ffbf!important}.\!text-violet-300\/80{color:#c191ffcc!important}.\!text-violet-300\/90{color:#c191ffe6!important}.\!text-violet-300\/95{color:#c191fff2!important}.\!text-violet-400{--tw-text-opacity: 1 !important;color:rgb(172 108 255 / var(--tw-text-opacity))!important}.\!text-violet-400\/0{color:#ac6cff00!important}.\!text-violet-400\/10{color:#ac6cff1a!important}.\!text-violet-400\/100{color:#ac6cff!important}.\!text-violet-400\/20{color:#ac6cff33!important}.\!text-violet-400\/25{color:#ac6cff40!important}.\!text-violet-400\/30{color:#ac6cff4d!important}.\!text-violet-400\/40{color:#ac6cff66!important}.\!text-violet-400\/5{color:#ac6cff0d!important}.\!text-violet-400\/50{color:#ac6cff80!important}.\!text-violet-400\/60{color:#ac6cff99!important}.\!text-violet-400\/70{color:#ac6cffb3!important}.\!text-violet-400\/75{color:#ac6cffbf!important}.\!text-violet-400\/80{color:#ac6cffcc!important}.\!text-violet-400\/90{color:#ac6cffe6!important}.\!text-violet-400\/95{color:#ac6cfff2!important}.\!text-violet-500{--tw-text-opacity: 1 !important;color:rgb(151 71 255 / var(--tw-text-opacity))!important}.\!text-violet-500\/0{color:#9747ff00!important}.\!text-violet-500\/10{color:#9747ff1a!important}.\!text-violet-500\/100{color:#9747ff!important}.\!text-violet-500\/20{color:#9747ff33!important}.\!text-violet-500\/25{color:#9747ff40!important}.\!text-violet-500\/30{color:#9747ff4d!important}.\!text-violet-500\/40{color:#9747ff66!important}.\!text-violet-500\/5{color:#9747ff0d!important}.\!text-violet-500\/50{color:#9747ff80!important}.\!text-violet-500\/60{color:#9747ff99!important}.\!text-violet-500\/70{color:#9747ffb3!important}.\!text-violet-500\/75{color:#9747ffbf!important}.\!text-violet-500\/80{color:#9747ffcc!important}.\!text-violet-500\/90{color:#9747ffe6!important}.\!text-violet-500\/95{color:#9747fff2!important}.\!text-violet-600{--tw-text-opacity: 1 !important;color:rgb(121 57 204 / var(--tw-text-opacity))!important}.\!text-violet-600\/0{color:#7939cc00!important}.\!text-violet-600\/10{color:#7939cc1a!important}.\!text-violet-600\/100{color:#7939cc!important}.\!text-violet-600\/20{color:#7939cc33!important}.\!text-violet-600\/25{color:#7939cc40!important}.\!text-violet-600\/30{color:#7939cc4d!important}.\!text-violet-600\/40{color:#7939cc66!important}.\!text-violet-600\/5{color:#7939cc0d!important}.\!text-violet-600\/50{color:#7939cc80!important}.\!text-violet-600\/60{color:#7939cc99!important}.\!text-violet-600\/70{color:#7939ccb3!important}.\!text-violet-600\/75{color:#7939ccbf!important}.\!text-violet-600\/80{color:#7939cccc!important}.\!text-violet-600\/90{color:#7939cce6!important}.\!text-violet-600\/95{color:#7939ccf2!important}.\!text-violet-700{--tw-text-opacity: 1 !important;color:rgb(91 43 153 / var(--tw-text-opacity))!important}.\!text-violet-700\/0{color:#5b2b9900!important}.\!text-violet-700\/10{color:#5b2b991a!important}.\!text-violet-700\/100{color:#5b2b99!important}.\!text-violet-700\/20{color:#5b2b9933!important}.\!text-violet-700\/25{color:#5b2b9940!important}.\!text-violet-700\/30{color:#5b2b994d!important}.\!text-violet-700\/40{color:#5b2b9966!important}.\!text-violet-700\/5{color:#5b2b990d!important}.\!text-violet-700\/50{color:#5b2b9980!important}.\!text-violet-700\/60{color:#5b2b9999!important}.\!text-violet-700\/70{color:#5b2b99b3!important}.\!text-violet-700\/75{color:#5b2b99bf!important}.\!text-violet-700\/80{color:#5b2b99cc!important}.\!text-violet-700\/90{color:#5b2b99e6!important}.\!text-violet-700\/95{color:#5b2b99f2!important}.\!text-violet-800{--tw-text-opacity: 1 !important;color:rgb(60 28 102 / var(--tw-text-opacity))!important}.\!text-violet-800\/0{color:#3c1c6600!important}.\!text-violet-800\/10{color:#3c1c661a!important}.\!text-violet-800\/100{color:#3c1c66!important}.\!text-violet-800\/20{color:#3c1c6633!important}.\!text-violet-800\/25{color:#3c1c6640!important}.\!text-violet-800\/30{color:#3c1c664d!important}.\!text-violet-800\/40{color:#3c1c6666!important}.\!text-violet-800\/5{color:#3c1c660d!important}.\!text-violet-800\/50{color:#3c1c6680!important}.\!text-violet-800\/60{color:#3c1c6699!important}.\!text-violet-800\/70{color:#3c1c66b3!important}.\!text-violet-800\/75{color:#3c1c66bf!important}.\!text-violet-800\/80{color:#3c1c66cc!important}.\!text-violet-800\/90{color:#3c1c66e6!important}.\!text-violet-800\/95{color:#3c1c66f2!important}.\!text-violet-900{--tw-text-opacity: 1 !important;color:rgb(30 14 51 / var(--tw-text-opacity))!important}.\!text-violet-900\/0{color:#1e0e3300!important}.\!text-violet-900\/10{color:#1e0e331a!important}.\!text-violet-900\/100{color:#1e0e33!important}.\!text-violet-900\/20{color:#1e0e3333!important}.\!text-violet-900\/25{color:#1e0e3340!important}.\!text-violet-900\/30{color:#1e0e334d!important}.\!text-violet-900\/40{color:#1e0e3366!important}.\!text-violet-900\/5{color:#1e0e330d!important}.\!text-violet-900\/50{color:#1e0e3380!important}.\!text-violet-900\/60{color:#1e0e3399!important}.\!text-violet-900\/70{color:#1e0e33b3!important}.\!text-violet-900\/75{color:#1e0e33bf!important}.\!text-violet-900\/80{color:#1e0e33cc!important}.\!text-violet-900\/90{color:#1e0e33e6!important}.\!text-violet-900\/95{color:#1e0e33f2!important}.\!text-violet-contrast{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-violet-contrast-100{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-violet-contrast-100\/0{color:#17192300!important}.\!text-violet-contrast-100\/10{color:#1719231a!important}.\!text-violet-contrast-100\/100{color:#171923!important}.\!text-violet-contrast-100\/20{color:#17192333!important}.\!text-violet-contrast-100\/25{color:#17192340!important}.\!text-violet-contrast-100\/30{color:#1719234d!important}.\!text-violet-contrast-100\/40{color:#17192366!important}.\!text-violet-contrast-100\/5{color:#1719230d!important}.\!text-violet-contrast-100\/50{color:#17192380!important}.\!text-violet-contrast-100\/60{color:#17192399!important}.\!text-violet-contrast-100\/70{color:#171923b3!important}.\!text-violet-contrast-100\/75{color:#171923bf!important}.\!text-violet-contrast-100\/80{color:#171923cc!important}.\!text-violet-contrast-100\/90{color:#171923e6!important}.\!text-violet-contrast-100\/95{color:#171923f2!important}.\!text-violet-contrast-200{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-violet-contrast-200\/0{color:#17192300!important}.\!text-violet-contrast-200\/10{color:#1719231a!important}.\!text-violet-contrast-200\/100{color:#171923!important}.\!text-violet-contrast-200\/20{color:#17192333!important}.\!text-violet-contrast-200\/25{color:#17192340!important}.\!text-violet-contrast-200\/30{color:#1719234d!important}.\!text-violet-contrast-200\/40{color:#17192366!important}.\!text-violet-contrast-200\/5{color:#1719230d!important}.\!text-violet-contrast-200\/50{color:#17192380!important}.\!text-violet-contrast-200\/60{color:#17192399!important}.\!text-violet-contrast-200\/70{color:#171923b3!important}.\!text-violet-contrast-200\/75{color:#171923bf!important}.\!text-violet-contrast-200\/80{color:#171923cc!important}.\!text-violet-contrast-200\/90{color:#171923e6!important}.\!text-violet-contrast-200\/95{color:#171923f2!important}.\!text-violet-contrast-300{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-violet-contrast-300\/0{color:#17192300!important}.\!text-violet-contrast-300\/10{color:#1719231a!important}.\!text-violet-contrast-300\/100{color:#171923!important}.\!text-violet-contrast-300\/20{color:#17192333!important}.\!text-violet-contrast-300\/25{color:#17192340!important}.\!text-violet-contrast-300\/30{color:#1719234d!important}.\!text-violet-contrast-300\/40{color:#17192366!important}.\!text-violet-contrast-300\/5{color:#1719230d!important}.\!text-violet-contrast-300\/50{color:#17192380!important}.\!text-violet-contrast-300\/60{color:#17192399!important}.\!text-violet-contrast-300\/70{color:#171923b3!important}.\!text-violet-contrast-300\/75{color:#171923bf!important}.\!text-violet-contrast-300\/80{color:#171923cc!important}.\!text-violet-contrast-300\/90{color:#171923e6!important}.\!text-violet-contrast-300\/95{color:#171923f2!important}.\!text-violet-contrast-400{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-violet-contrast-400\/0{color:#17192300!important}.\!text-violet-contrast-400\/10{color:#1719231a!important}.\!text-violet-contrast-400\/100{color:#171923!important}.\!text-violet-contrast-400\/20{color:#17192333!important}.\!text-violet-contrast-400\/25{color:#17192340!important}.\!text-violet-contrast-400\/30{color:#1719234d!important}.\!text-violet-contrast-400\/40{color:#17192366!important}.\!text-violet-contrast-400\/5{color:#1719230d!important}.\!text-violet-contrast-400\/50{color:#17192380!important}.\!text-violet-contrast-400\/60{color:#17192399!important}.\!text-violet-contrast-400\/70{color:#171923b3!important}.\!text-violet-contrast-400\/75{color:#171923bf!important}.\!text-violet-contrast-400\/80{color:#171923cc!important}.\!text-violet-contrast-400\/90{color:#171923e6!important}.\!text-violet-contrast-400\/95{color:#171923f2!important}.\!text-violet-contrast-500{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-violet-contrast-500\/0{color:#f7fafc00!important}.\!text-violet-contrast-500\/10{color:#f7fafc1a!important}.\!text-violet-contrast-500\/100{color:#f7fafc!important}.\!text-violet-contrast-500\/20{color:#f7fafc33!important}.\!text-violet-contrast-500\/25{color:#f7fafc40!important}.\!text-violet-contrast-500\/30{color:#f7fafc4d!important}.\!text-violet-contrast-500\/40{color:#f7fafc66!important}.\!text-violet-contrast-500\/5{color:#f7fafc0d!important}.\!text-violet-contrast-500\/50{color:#f7fafc80!important}.\!text-violet-contrast-500\/60{color:#f7fafc99!important}.\!text-violet-contrast-500\/70{color:#f7fafcb3!important}.\!text-violet-contrast-500\/75{color:#f7fafcbf!important}.\!text-violet-contrast-500\/80{color:#f7fafccc!important}.\!text-violet-contrast-500\/90{color:#f7fafce6!important}.\!text-violet-contrast-500\/95{color:#f7fafcf2!important}.\!text-violet-contrast-600{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-violet-contrast-600\/0{color:#f7fafc00!important}.\!text-violet-contrast-600\/10{color:#f7fafc1a!important}.\!text-violet-contrast-600\/100{color:#f7fafc!important}.\!text-violet-contrast-600\/20{color:#f7fafc33!important}.\!text-violet-contrast-600\/25{color:#f7fafc40!important}.\!text-violet-contrast-600\/30{color:#f7fafc4d!important}.\!text-violet-contrast-600\/40{color:#f7fafc66!important}.\!text-violet-contrast-600\/5{color:#f7fafc0d!important}.\!text-violet-contrast-600\/50{color:#f7fafc80!important}.\!text-violet-contrast-600\/60{color:#f7fafc99!important}.\!text-violet-contrast-600\/70{color:#f7fafcb3!important}.\!text-violet-contrast-600\/75{color:#f7fafcbf!important}.\!text-violet-contrast-600\/80{color:#f7fafccc!important}.\!text-violet-contrast-600\/90{color:#f7fafce6!important}.\!text-violet-contrast-600\/95{color:#f7fafcf2!important}.\!text-violet-contrast-700{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-violet-contrast-700\/0{color:#f7fafc00!important}.\!text-violet-contrast-700\/10{color:#f7fafc1a!important}.\!text-violet-contrast-700\/100{color:#f7fafc!important}.\!text-violet-contrast-700\/20{color:#f7fafc33!important}.\!text-violet-contrast-700\/25{color:#f7fafc40!important}.\!text-violet-contrast-700\/30{color:#f7fafc4d!important}.\!text-violet-contrast-700\/40{color:#f7fafc66!important}.\!text-violet-contrast-700\/5{color:#f7fafc0d!important}.\!text-violet-contrast-700\/50{color:#f7fafc80!important}.\!text-violet-contrast-700\/60{color:#f7fafc99!important}.\!text-violet-contrast-700\/70{color:#f7fafcb3!important}.\!text-violet-contrast-700\/75{color:#f7fafcbf!important}.\!text-violet-contrast-700\/80{color:#f7fafccc!important}.\!text-violet-contrast-700\/90{color:#f7fafce6!important}.\!text-violet-contrast-700\/95{color:#f7fafcf2!important}.\!text-violet-contrast-800{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-violet-contrast-800\/0{color:#f7fafc00!important}.\!text-violet-contrast-800\/10{color:#f7fafc1a!important}.\!text-violet-contrast-800\/100{color:#f7fafc!important}.\!text-violet-contrast-800\/20{color:#f7fafc33!important}.\!text-violet-contrast-800\/25{color:#f7fafc40!important}.\!text-violet-contrast-800\/30{color:#f7fafc4d!important}.\!text-violet-contrast-800\/40{color:#f7fafc66!important}.\!text-violet-contrast-800\/5{color:#f7fafc0d!important}.\!text-violet-contrast-800\/50{color:#f7fafc80!important}.\!text-violet-contrast-800\/60{color:#f7fafc99!important}.\!text-violet-contrast-800\/70{color:#f7fafcb3!important}.\!text-violet-contrast-800\/75{color:#f7fafcbf!important}.\!text-violet-contrast-800\/80{color:#f7fafccc!important}.\!text-violet-contrast-800\/90{color:#f7fafce6!important}.\!text-violet-contrast-800\/95{color:#f7fafcf2!important}.\!text-violet-contrast-900{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-violet-contrast-900\/0{color:#f7fafc00!important}.\!text-violet-contrast-900\/10{color:#f7fafc1a!important}.\!text-violet-contrast-900\/100{color:#f7fafc!important}.\!text-violet-contrast-900\/20{color:#f7fafc33!important}.\!text-violet-contrast-900\/25{color:#f7fafc40!important}.\!text-violet-contrast-900\/30{color:#f7fafc4d!important}.\!text-violet-contrast-900\/40{color:#f7fafc66!important}.\!text-violet-contrast-900\/5{color:#f7fafc0d!important}.\!text-violet-contrast-900\/50{color:#f7fafc80!important}.\!text-violet-contrast-900\/60{color:#f7fafc99!important}.\!text-violet-contrast-900\/70{color:#f7fafcb3!important}.\!text-violet-contrast-900\/75{color:#f7fafcbf!important}.\!text-violet-contrast-900\/80{color:#f7fafccc!important}.\!text-violet-contrast-900\/90{color:#f7fafce6!important}.\!text-violet-contrast-900\/95{color:#f7fafcf2!important}.\!text-violet-contrast\/0{color:#f7fafc00!important}.\!text-violet-contrast\/10{color:#f7fafc1a!important}.\!text-violet-contrast\/100{color:#f7fafc!important}.\!text-violet-contrast\/20{color:#f7fafc33!important}.\!text-violet-contrast\/25{color:#f7fafc40!important}.\!text-violet-contrast\/30{color:#f7fafc4d!important}.\!text-violet-contrast\/40{color:#f7fafc66!important}.\!text-violet-contrast\/5{color:#f7fafc0d!important}.\!text-violet-contrast\/50{color:#f7fafc80!important}.\!text-violet-contrast\/60{color:#f7fafc99!important}.\!text-violet-contrast\/70{color:#f7fafcb3!important}.\!text-violet-contrast\/75{color:#f7fafcbf!important}.\!text-violet-contrast\/80{color:#f7fafccc!important}.\!text-violet-contrast\/90{color:#f7fafce6!important}.\!text-violet-contrast\/95{color:#f7fafcf2!important}.\!text-violet\/0{color:#9747ff00!important}.\!text-violet\/10{color:#9747ff1a!important}.\!text-violet\/100{color:#9747ff!important}.\!text-violet\/20{color:#9747ff33!important}.\!text-violet\/25{color:#9747ff40!important}.\!text-violet\/30{color:#9747ff4d!important}.\!text-violet\/40{color:#9747ff66!important}.\!text-violet\/5{color:#9747ff0d!important}.\!text-violet\/50{color:#9747ff80!important}.\!text-violet\/60{color:#9747ff99!important}.\!text-violet\/70{color:#9747ffb3!important}.\!text-violet\/75{color:#9747ffbf!important}.\!text-violet\/80{color:#9747ffcc!important}.\!text-violet\/90{color:#9747ffe6!important}.\!text-violet\/95{color:#9747fff2!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-yellow{--tw-text-opacity: 1 !important;color:rgb(222 177 75 / var(--tw-text-opacity))!important}.\!text-yellow-100{--tw-text-opacity: 1 !important;color:rgb(248 239 219 / var(--tw-text-opacity))!important}.\!text-yellow-100\/0{color:#f8efdb00!important}.\!text-yellow-100\/10{color:#f8efdb1a!important}.\!text-yellow-100\/100{color:#f8efdb!important}.\!text-yellow-100\/20{color:#f8efdb33!important}.\!text-yellow-100\/25{color:#f8efdb40!important}.\!text-yellow-100\/30{color:#f8efdb4d!important}.\!text-yellow-100\/40{color:#f8efdb66!important}.\!text-yellow-100\/5{color:#f8efdb0d!important}.\!text-yellow-100\/50{color:#f8efdb80!important}.\!text-yellow-100\/60{color:#f8efdb99!important}.\!text-yellow-100\/70{color:#f8efdbb3!important}.\!text-yellow-100\/75{color:#f8efdbbf!important}.\!text-yellow-100\/80{color:#f8efdbcc!important}.\!text-yellow-100\/90{color:#f8efdbe6!important}.\!text-yellow-100\/95{color:#f8efdbf2!important}.\!text-yellow-200{--tw-text-opacity: 1 !important;color:rgb(242 224 183 / var(--tw-text-opacity))!important}.\!text-yellow-200\/0{color:#f2e0b700!important}.\!text-yellow-200\/10{color:#f2e0b71a!important}.\!text-yellow-200\/100{color:#f2e0b7!important}.\!text-yellow-200\/20{color:#f2e0b733!important}.\!text-yellow-200\/25{color:#f2e0b740!important}.\!text-yellow-200\/30{color:#f2e0b74d!important}.\!text-yellow-200\/40{color:#f2e0b766!important}.\!text-yellow-200\/5{color:#f2e0b70d!important}.\!text-yellow-200\/50{color:#f2e0b780!important}.\!text-yellow-200\/60{color:#f2e0b799!important}.\!text-yellow-200\/70{color:#f2e0b7b3!important}.\!text-yellow-200\/75{color:#f2e0b7bf!important}.\!text-yellow-200\/80{color:#f2e0b7cc!important}.\!text-yellow-200\/90{color:#f2e0b7e6!important}.\!text-yellow-200\/95{color:#f2e0b7f2!important}.\!text-yellow-300{--tw-text-opacity: 1 !important;color:rgb(235 208 147 / var(--tw-text-opacity))!important}.\!text-yellow-300\/0{color:#ebd09300!important}.\!text-yellow-300\/10{color:#ebd0931a!important}.\!text-yellow-300\/100{color:#ebd093!important}.\!text-yellow-300\/20{color:#ebd09333!important}.\!text-yellow-300\/25{color:#ebd09340!important}.\!text-yellow-300\/30{color:#ebd0934d!important}.\!text-yellow-300\/40{color:#ebd09366!important}.\!text-yellow-300\/5{color:#ebd0930d!important}.\!text-yellow-300\/50{color:#ebd09380!important}.\!text-yellow-300\/60{color:#ebd09399!important}.\!text-yellow-300\/70{color:#ebd093b3!important}.\!text-yellow-300\/75{color:#ebd093bf!important}.\!text-yellow-300\/80{color:#ebd093cc!important}.\!text-yellow-300\/90{color:#ebd093e6!important}.\!text-yellow-300\/95{color:#ebd093f2!important}.\!text-yellow-400{--tw-text-opacity: 1 !important;color:rgb(229 193 111 / var(--tw-text-opacity))!important}.\!text-yellow-400\/0{color:#e5c16f00!important}.\!text-yellow-400\/10{color:#e5c16f1a!important}.\!text-yellow-400\/100{color:#e5c16f!important}.\!text-yellow-400\/20{color:#e5c16f33!important}.\!text-yellow-400\/25{color:#e5c16f40!important}.\!text-yellow-400\/30{color:#e5c16f4d!important}.\!text-yellow-400\/40{color:#e5c16f66!important}.\!text-yellow-400\/5{color:#e5c16f0d!important}.\!text-yellow-400\/50{color:#e5c16f80!important}.\!text-yellow-400\/60{color:#e5c16f99!important}.\!text-yellow-400\/70{color:#e5c16fb3!important}.\!text-yellow-400\/75{color:#e5c16fbf!important}.\!text-yellow-400\/80{color:#e5c16fcc!important}.\!text-yellow-400\/90{color:#e5c16fe6!important}.\!text-yellow-400\/95{color:#e5c16ff2!important}.\!text-yellow-500{--tw-text-opacity: 1 !important;color:rgb(222 177 75 / var(--tw-text-opacity))!important}.\!text-yellow-500\/0{color:#deb14b00!important}.\!text-yellow-500\/10{color:#deb14b1a!important}.\!text-yellow-500\/100{color:#deb14b!important}.\!text-yellow-500\/20{color:#deb14b33!important}.\!text-yellow-500\/25{color:#deb14b40!important}.\!text-yellow-500\/30{color:#deb14b4d!important}.\!text-yellow-500\/40{color:#deb14b66!important}.\!text-yellow-500\/5{color:#deb14b0d!important}.\!text-yellow-500\/50{color:#deb14b80!important}.\!text-yellow-500\/60{color:#deb14b99!important}.\!text-yellow-500\/70{color:#deb14bb3!important}.\!text-yellow-500\/75{color:#deb14bbf!important}.\!text-yellow-500\/80{color:#deb14bcc!important}.\!text-yellow-500\/90{color:#deb14be6!important}.\!text-yellow-500\/95{color:#deb14bf2!important}.\!text-yellow-600{--tw-text-opacity: 1 !important;color:rgb(178 142 60 / var(--tw-text-opacity))!important}.\!text-yellow-600\/0{color:#b28e3c00!important}.\!text-yellow-600\/10{color:#b28e3c1a!important}.\!text-yellow-600\/100{color:#b28e3c!important}.\!text-yellow-600\/20{color:#b28e3c33!important}.\!text-yellow-600\/25{color:#b28e3c40!important}.\!text-yellow-600\/30{color:#b28e3c4d!important}.\!text-yellow-600\/40{color:#b28e3c66!important}.\!text-yellow-600\/5{color:#b28e3c0d!important}.\!text-yellow-600\/50{color:#b28e3c80!important}.\!text-yellow-600\/60{color:#b28e3c99!important}.\!text-yellow-600\/70{color:#b28e3cb3!important}.\!text-yellow-600\/75{color:#b28e3cbf!important}.\!text-yellow-600\/80{color:#b28e3ccc!important}.\!text-yellow-600\/90{color:#b28e3ce6!important}.\!text-yellow-600\/95{color:#b28e3cf2!important}.\!text-yellow-700{--tw-text-opacity: 1 !important;color:rgb(133 106 45 / var(--tw-text-opacity))!important}.\!text-yellow-700\/0{color:#856a2d00!important}.\!text-yellow-700\/10{color:#856a2d1a!important}.\!text-yellow-700\/100{color:#856a2d!important}.\!text-yellow-700\/20{color:#856a2d33!important}.\!text-yellow-700\/25{color:#856a2d40!important}.\!text-yellow-700\/30{color:#856a2d4d!important}.\!text-yellow-700\/40{color:#856a2d66!important}.\!text-yellow-700\/5{color:#856a2d0d!important}.\!text-yellow-700\/50{color:#856a2d80!important}.\!text-yellow-700\/60{color:#856a2d99!important}.\!text-yellow-700\/70{color:#856a2db3!important}.\!text-yellow-700\/75{color:#856a2dbf!important}.\!text-yellow-700\/80{color:#856a2dcc!important}.\!text-yellow-700\/90{color:#856a2de6!important}.\!text-yellow-700\/95{color:#856a2df2!important}.\!text-yellow-800{--tw-text-opacity: 1 !important;color:rgb(89 71 30 / var(--tw-text-opacity))!important}.\!text-yellow-800\/0{color:#59471e00!important}.\!text-yellow-800\/10{color:#59471e1a!important}.\!text-yellow-800\/100{color:#59471e!important}.\!text-yellow-800\/20{color:#59471e33!important}.\!text-yellow-800\/25{color:#59471e40!important}.\!text-yellow-800\/30{color:#59471e4d!important}.\!text-yellow-800\/40{color:#59471e66!important}.\!text-yellow-800\/5{color:#59471e0d!important}.\!text-yellow-800\/50{color:#59471e80!important}.\!text-yellow-800\/60{color:#59471e99!important}.\!text-yellow-800\/70{color:#59471eb3!important}.\!text-yellow-800\/75{color:#59471ebf!important}.\!text-yellow-800\/80{color:#59471ecc!important}.\!text-yellow-800\/90{color:#59471ee6!important}.\!text-yellow-800\/95{color:#59471ef2!important}.\!text-yellow-900{--tw-text-opacity: 1 !important;color:rgb(44 35 15 / var(--tw-text-opacity))!important}.\!text-yellow-900\/0{color:#2c230f00!important}.\!text-yellow-900\/10{color:#2c230f1a!important}.\!text-yellow-900\/100{color:#2c230f!important}.\!text-yellow-900\/20{color:#2c230f33!important}.\!text-yellow-900\/25{color:#2c230f40!important}.\!text-yellow-900\/30{color:#2c230f4d!important}.\!text-yellow-900\/40{color:#2c230f66!important}.\!text-yellow-900\/5{color:#2c230f0d!important}.\!text-yellow-900\/50{color:#2c230f80!important}.\!text-yellow-900\/60{color:#2c230f99!important}.\!text-yellow-900\/70{color:#2c230fb3!important}.\!text-yellow-900\/75{color:#2c230fbf!important}.\!text-yellow-900\/80{color:#2c230fcc!important}.\!text-yellow-900\/90{color:#2c230fe6!important}.\!text-yellow-900\/95{color:#2c230ff2!important}.\!text-yellow-contrast,.\!text-yellow-contrast-100{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-yellow-contrast-100\/0{color:#17192300!important}.\!text-yellow-contrast-100\/10{color:#1719231a!important}.\!text-yellow-contrast-100\/100{color:#171923!important}.\!text-yellow-contrast-100\/20{color:#17192333!important}.\!text-yellow-contrast-100\/25{color:#17192340!important}.\!text-yellow-contrast-100\/30{color:#1719234d!important}.\!text-yellow-contrast-100\/40{color:#17192366!important}.\!text-yellow-contrast-100\/5{color:#1719230d!important}.\!text-yellow-contrast-100\/50{color:#17192380!important}.\!text-yellow-contrast-100\/60{color:#17192399!important}.\!text-yellow-contrast-100\/70{color:#171923b3!important}.\!text-yellow-contrast-100\/75{color:#171923bf!important}.\!text-yellow-contrast-100\/80{color:#171923cc!important}.\!text-yellow-contrast-100\/90{color:#171923e6!important}.\!text-yellow-contrast-100\/95{color:#171923f2!important}.\!text-yellow-contrast-200{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-yellow-contrast-200\/0{color:#17192300!important}.\!text-yellow-contrast-200\/10{color:#1719231a!important}.\!text-yellow-contrast-200\/100{color:#171923!important}.\!text-yellow-contrast-200\/20{color:#17192333!important}.\!text-yellow-contrast-200\/25{color:#17192340!important}.\!text-yellow-contrast-200\/30{color:#1719234d!important}.\!text-yellow-contrast-200\/40{color:#17192366!important}.\!text-yellow-contrast-200\/5{color:#1719230d!important}.\!text-yellow-contrast-200\/50{color:#17192380!important}.\!text-yellow-contrast-200\/60{color:#17192399!important}.\!text-yellow-contrast-200\/70{color:#171923b3!important}.\!text-yellow-contrast-200\/75{color:#171923bf!important}.\!text-yellow-contrast-200\/80{color:#171923cc!important}.\!text-yellow-contrast-200\/90{color:#171923e6!important}.\!text-yellow-contrast-200\/95{color:#171923f2!important}.\!text-yellow-contrast-300{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-yellow-contrast-300\/0{color:#17192300!important}.\!text-yellow-contrast-300\/10{color:#1719231a!important}.\!text-yellow-contrast-300\/100{color:#171923!important}.\!text-yellow-contrast-300\/20{color:#17192333!important}.\!text-yellow-contrast-300\/25{color:#17192340!important}.\!text-yellow-contrast-300\/30{color:#1719234d!important}.\!text-yellow-contrast-300\/40{color:#17192366!important}.\!text-yellow-contrast-300\/5{color:#1719230d!important}.\!text-yellow-contrast-300\/50{color:#17192380!important}.\!text-yellow-contrast-300\/60{color:#17192399!important}.\!text-yellow-contrast-300\/70{color:#171923b3!important}.\!text-yellow-contrast-300\/75{color:#171923bf!important}.\!text-yellow-contrast-300\/80{color:#171923cc!important}.\!text-yellow-contrast-300\/90{color:#171923e6!important}.\!text-yellow-contrast-300\/95{color:#171923f2!important}.\!text-yellow-contrast-400{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-yellow-contrast-400\/0{color:#17192300!important}.\!text-yellow-contrast-400\/10{color:#1719231a!important}.\!text-yellow-contrast-400\/100{color:#171923!important}.\!text-yellow-contrast-400\/20{color:#17192333!important}.\!text-yellow-contrast-400\/25{color:#17192340!important}.\!text-yellow-contrast-400\/30{color:#1719234d!important}.\!text-yellow-contrast-400\/40{color:#17192366!important}.\!text-yellow-contrast-400\/5{color:#1719230d!important}.\!text-yellow-contrast-400\/50{color:#17192380!important}.\!text-yellow-contrast-400\/60{color:#17192399!important}.\!text-yellow-contrast-400\/70{color:#171923b3!important}.\!text-yellow-contrast-400\/75{color:#171923bf!important}.\!text-yellow-contrast-400\/80{color:#171923cc!important}.\!text-yellow-contrast-400\/90{color:#171923e6!important}.\!text-yellow-contrast-400\/95{color:#171923f2!important}.\!text-yellow-contrast-500{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-yellow-contrast-500\/0{color:#17192300!important}.\!text-yellow-contrast-500\/10{color:#1719231a!important}.\!text-yellow-contrast-500\/100{color:#171923!important}.\!text-yellow-contrast-500\/20{color:#17192333!important}.\!text-yellow-contrast-500\/25{color:#17192340!important}.\!text-yellow-contrast-500\/30{color:#1719234d!important}.\!text-yellow-contrast-500\/40{color:#17192366!important}.\!text-yellow-contrast-500\/5{color:#1719230d!important}.\!text-yellow-contrast-500\/50{color:#17192380!important}.\!text-yellow-contrast-500\/60{color:#17192399!important}.\!text-yellow-contrast-500\/70{color:#171923b3!important}.\!text-yellow-contrast-500\/75{color:#171923bf!important}.\!text-yellow-contrast-500\/80{color:#171923cc!important}.\!text-yellow-contrast-500\/90{color:#171923e6!important}.\!text-yellow-contrast-500\/95{color:#171923f2!important}.\!text-yellow-contrast-600{--tw-text-opacity: 1 !important;color:rgb(23 25 35 / var(--tw-text-opacity))!important}.\!text-yellow-contrast-600\/0{color:#17192300!important}.\!text-yellow-contrast-600\/10{color:#1719231a!important}.\!text-yellow-contrast-600\/100{color:#171923!important}.\!text-yellow-contrast-600\/20{color:#17192333!important}.\!text-yellow-contrast-600\/25{color:#17192340!important}.\!text-yellow-contrast-600\/30{color:#1719234d!important}.\!text-yellow-contrast-600\/40{color:#17192366!important}.\!text-yellow-contrast-600\/5{color:#1719230d!important}.\!text-yellow-contrast-600\/50{color:#17192380!important}.\!text-yellow-contrast-600\/60{color:#17192399!important}.\!text-yellow-contrast-600\/70{color:#171923b3!important}.\!text-yellow-contrast-600\/75{color:#171923bf!important}.\!text-yellow-contrast-600\/80{color:#171923cc!important}.\!text-yellow-contrast-600\/90{color:#171923e6!important}.\!text-yellow-contrast-600\/95{color:#171923f2!important}.\!text-yellow-contrast-700{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-yellow-contrast-700\/0{color:#f7fafc00!important}.\!text-yellow-contrast-700\/10{color:#f7fafc1a!important}.\!text-yellow-contrast-700\/100{color:#f7fafc!important}.\!text-yellow-contrast-700\/20{color:#f7fafc33!important}.\!text-yellow-contrast-700\/25{color:#f7fafc40!important}.\!text-yellow-contrast-700\/30{color:#f7fafc4d!important}.\!text-yellow-contrast-700\/40{color:#f7fafc66!important}.\!text-yellow-contrast-700\/5{color:#f7fafc0d!important}.\!text-yellow-contrast-700\/50{color:#f7fafc80!important}.\!text-yellow-contrast-700\/60{color:#f7fafc99!important}.\!text-yellow-contrast-700\/70{color:#f7fafcb3!important}.\!text-yellow-contrast-700\/75{color:#f7fafcbf!important}.\!text-yellow-contrast-700\/80{color:#f7fafccc!important}.\!text-yellow-contrast-700\/90{color:#f7fafce6!important}.\!text-yellow-contrast-700\/95{color:#f7fafcf2!important}.\!text-yellow-contrast-800{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-yellow-contrast-800\/0{color:#f7fafc00!important}.\!text-yellow-contrast-800\/10{color:#f7fafc1a!important}.\!text-yellow-contrast-800\/100{color:#f7fafc!important}.\!text-yellow-contrast-800\/20{color:#f7fafc33!important}.\!text-yellow-contrast-800\/25{color:#f7fafc40!important}.\!text-yellow-contrast-800\/30{color:#f7fafc4d!important}.\!text-yellow-contrast-800\/40{color:#f7fafc66!important}.\!text-yellow-contrast-800\/5{color:#f7fafc0d!important}.\!text-yellow-contrast-800\/50{color:#f7fafc80!important}.\!text-yellow-contrast-800\/60{color:#f7fafc99!important}.\!text-yellow-contrast-800\/70{color:#f7fafcb3!important}.\!text-yellow-contrast-800\/75{color:#f7fafcbf!important}.\!text-yellow-contrast-800\/80{color:#f7fafccc!important}.\!text-yellow-contrast-800\/90{color:#f7fafce6!important}.\!text-yellow-contrast-800\/95{color:#f7fafcf2!important}.\!text-yellow-contrast-900{--tw-text-opacity: 1 !important;color:rgb(247 250 252 / var(--tw-text-opacity))!important}.\!text-yellow-contrast-900\/0{color:#f7fafc00!important}.\!text-yellow-contrast-900\/10{color:#f7fafc1a!important}.\!text-yellow-contrast-900\/100{color:#f7fafc!important}.\!text-yellow-contrast-900\/20{color:#f7fafc33!important}.\!text-yellow-contrast-900\/25{color:#f7fafc40!important}.\!text-yellow-contrast-900\/30{color:#f7fafc4d!important}.\!text-yellow-contrast-900\/40{color:#f7fafc66!important}.\!text-yellow-contrast-900\/5{color:#f7fafc0d!important}.\!text-yellow-contrast-900\/50{color:#f7fafc80!important}.\!text-yellow-contrast-900\/60{color:#f7fafc99!important}.\!text-yellow-contrast-900\/70{color:#f7fafcb3!important}.\!text-yellow-contrast-900\/75{color:#f7fafcbf!important}.\!text-yellow-contrast-900\/80{color:#f7fafccc!important}.\!text-yellow-contrast-900\/90{color:#f7fafce6!important}.\!text-yellow-contrast-900\/95{color:#f7fafcf2!important}.\!text-yellow-contrast\/0{color:#17192300!important}.\!text-yellow-contrast\/10{color:#1719231a!important}.\!text-yellow-contrast\/100{color:#171923!important}.\!text-yellow-contrast\/20{color:#17192333!important}.\!text-yellow-contrast\/25{color:#17192340!important}.\!text-yellow-contrast\/30{color:#1719234d!important}.\!text-yellow-contrast\/40{color:#17192366!important}.\!text-yellow-contrast\/5{color:#1719230d!important}.\!text-yellow-contrast\/50{color:#17192380!important}.\!text-yellow-contrast\/60{color:#17192399!important}.\!text-yellow-contrast\/70{color:#171923b3!important}.\!text-yellow-contrast\/75{color:#171923bf!important}.\!text-yellow-contrast\/80{color:#171923cc!important}.\!text-yellow-contrast\/90{color:#171923e6!important}.\!text-yellow-contrast\/95{color:#171923f2!important}.\!text-yellow\/0{color:#deb14b00!important}.\!text-yellow\/10{color:#deb14b1a!important}.\!text-yellow\/100{color:#deb14b!important}.\!text-yellow\/20{color:#deb14b33!important}.\!text-yellow\/25{color:#deb14b40!important}.\!text-yellow\/30{color:#deb14b4d!important}.\!text-yellow\/40{color:#deb14b66!important}.\!text-yellow\/5{color:#deb14b0d!important}.\!text-yellow\/50{color:#deb14b80!important}.\!text-yellow\/60{color:#deb14b99!important}.\!text-yellow\/70{color:#deb14bb3!important}.\!text-yellow\/75{color:#deb14bbf!important}.\!text-yellow\/80{color:#deb14bcc!important}.\!text-yellow\/90{color:#deb14be6!important}.\!text-yellow\/95{color:#deb14bf2!important}.text-accent{--tw-text-opacity: 1;color:rgb(199 37 115 / var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgb(23 25 35 / var(--tw-text-opacity))}.text-blue,.text-blue-500{--tw-text-opacity: 1;color:rgb(60 108 158 / var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity: 1;color:rgb(203 213 224 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(160 174 192 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(113 128 150 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(74 85 104 / var(--tw-text-opacity))}.text-green{--tw-text-opacity: 1;color:rgb(56 161 105 / var(--tw-text-opacity))}.text-green-400{--tw-text-opacity: 1;color:rgb(96 180 135 / var(--tw-text-opacity))}.text-green-contrast{--tw-text-opacity: 1;color:rgb(247 250 252 / var(--tw-text-opacity))}.text-red,.text-red-500{--tw-text-opacity: 1;color:rgb(229 62 62 / var(--tw-text-opacity))}.text-red-contrast,.text-white{--tw-text-opacity: 1;color:rgb(247 250 252 / var(--tw-text-opacity))}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-gray-400{--tw-shadow-color: #A0AEC0;--tw-shadow: var(--tw-shadow-colored)}.outline{outline-style:solid}.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)}.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}html,body{height:100%}body{margin:0}@media (min-width: 768px){.md\:w-6\/12{width:50%}}@media (min-width: 1024px){.lg\:w-4\/12{width:33.333333%}.lg\:w-full{width:100%}.lg\:flex-col{flex-direction:column}}@media (min-width: 1280px){.xl\:w-\[30\%\]{width:30%}.xl\:w-\[70\%\]{width:70%}.xl\:flex-row{flex-direction:row}}@media (min-width: 1536px){.\32xl\:flex-row-reverse{flex-direction:row-reverse}.\32xl\:flex-col{flex-direction:column}.\32xl\:justify-end{justify-content:flex-end}}
